@messaia/cdk 21.0.0-rc.19 → 21.0.0-rc.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/fesm2022/messaia-cdk.mjs
CHANGED
|
@@ -13131,6 +13131,12 @@ class EnumMetadata {
|
|
|
13131
13131
|
* @type {Icon<any, any>}
|
|
13132
13132
|
*/
|
|
13133
13133
|
icon;
|
|
13134
|
+
/**
|
|
13135
|
+
* @property Icon Color
|
|
13136
|
+
* @description An optional color for the icon associated with the enum value. This allows customization of the icon's appearance in the UI.
|
|
13137
|
+
* @type {string}
|
|
13138
|
+
*/
|
|
13139
|
+
iconColor;
|
|
13134
13140
|
/**
|
|
13135
13141
|
* @property Text Color
|
|
13136
13142
|
* @description An optional text color associated with the enum value. This allows customization of the appearance of the value in the UI.
|