@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.esm.js
CHANGED
|
@@ -13081,12 +13081,12 @@ var accentColor = {
|
|
|
13081
13081
|
error: "".concat(BRIGHT_GREY)
|
|
13082
13082
|
};
|
|
13083
13083
|
var subIconColor = {
|
|
13084
|
-
info: "".concat(
|
|
13084
|
+
info: "".concat(ROYAL_BLUE_VIVID),
|
|
13085
13085
|
success: "".concat(SEA_GREEN),
|
|
13086
13086
|
error: "".concat(BLUSH_RED)
|
|
13087
13087
|
};
|
|
13088
13088
|
var singleIconColor = {
|
|
13089
|
-
primary: "".concat(
|
|
13089
|
+
primary: "".concat(ROYAL_BLUE_VIVID),
|
|
13090
13090
|
secondary: "".concat(BRIGHT_GREY),
|
|
13091
13091
|
darkMode: "".concat(WHITE)
|
|
13092
13092
|
};
|
|
@@ -46402,7 +46402,7 @@ var IconsModule = function IconsModule(_ref) {
|
|
|
46402
46402
|
color: themeValues.singleIconColor
|
|
46403
46403
|
})));
|
|
46404
46404
|
};
|
|
46405
|
-
var IconModule = themeComponent(IconsModule, "Icon", fallbackValues$2
|
|
46405
|
+
var IconModule = themeComponent(IconsModule, "Icon", fallbackValues$2);
|
|
46406
46406
|
|
|
46407
46407
|
var TitleModule = function TitleModule(_ref) {
|
|
46408
46408
|
var title = _ref.title,
|