Initial checkin of lambda module

This commit is contained in:
2022-10-14 11:07:43 -05:00
parent 37fbfd1c7c
commit dbfc2fe2d8

View File

@ -54,6 +54,14 @@ public enum AdornmentType
*******************************************************************************/
public interface ChipValues
{
String COLOR_DEFAULT = "default";
String COLOR_INFO = "info";
String COLOR_PRIMARY = "primary";
String COLOR_SECONDARY = "secondary";
String COLOR_SUCCESS = "success";
String COLOR_WARNING = "warning";
String COLOR_ERROR = "error";
/*******************************************************************************
**
*******************************************************************************/