@thecb/components 10.6.4-beta.3 → 10.6.4-beta.5
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
|
};
|