@thecb/components 10.6.4-beta.3 → 10.6.4-beta.4
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/dist/index.cjs.js
CHANGED
|
@@ -13089,12 +13089,12 @@ var accentColor = {
|
|
|
13089
13089
|
error: "".concat(BRIGHT_GREY)
|
|
13090
13090
|
};
|
|
13091
13091
|
var subIconColor = {
|
|
13092
|
-
info: "".concat(
|
|
13092
|
+
info: "".concat(ROYAL_BLUE_VIVID),
|
|
13093
13093
|
success: "".concat(SEA_GREEN),
|
|
13094
13094
|
error: "".concat(BLUSH_RED)
|
|
13095
13095
|
};
|
|
13096
13096
|
var singleIconColor = {
|
|
13097
|
-
primary: "".concat(
|
|
13097
|
+
primary: "".concat(ROYAL_BLUE_VIVID),
|
|
13098
13098
|
secondary: "".concat(BRIGHT_GREY),
|
|
13099
13099
|
darkMode: "".concat(WHITE)
|
|
13100
13100
|
};
|
|
@@ -46410,7 +46410,7 @@ var IconsModule = function IconsModule(_ref) {
|
|
|
46410
46410
|
color: themeValues.singleIconColor
|
|
46411
46411
|
})));
|
|
46412
46412
|
};
|
|
46413
|
-
var IconModule = themeComponent(IconsModule, "Icon", fallbackValues$2
|
|
46413
|
+
var IconModule = themeComponent(IconsModule, "Icon", fallbackValues$2);
|
|
46414
46414
|
|
|
46415
46415
|
var TitleModule = function TitleModule(_ref) {
|
|
46416
46416
|
var title = _ref.title,
|