@thecb/components 11.6.2 → 11.6.3-beta.0
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 +2 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +11 -3
- package/dist/index.esm.js +2 -0
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/atoms/badge/Badge.stories.js +15 -3
- package/src/components/atoms/badge/Badge.theme.js +2 -0
- package/src/components/atoms/index.d.ts +1 -0
- package/src/components/molecules/collapsible-section/index.d.ts +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -19723,6 +19723,7 @@ var background$1 = {
|
|
|
19723
19723
|
info: "".concat(INFO_BLUE),
|
|
19724
19724
|
warn: "".concat(HALF_COLONIAL_WHITE),
|
|
19725
19725
|
primary: "".concat(CORNFLOWER_BLUE),
|
|
19726
|
+
secondary: "".concat(ROYAL_BLUE_VIVID),
|
|
19726
19727
|
success: "".concat(HINT_GREEN),
|
|
19727
19728
|
disabled: "".concat(GRECIAN_GREY)
|
|
19728
19729
|
};
|
|
@@ -19730,6 +19731,7 @@ var color$5 = {
|
|
|
19730
19731
|
info: "".concat(MATISSE_BLUE),
|
|
19731
19732
|
warn: "".concat(ZEST_ORANGE),
|
|
19732
19733
|
primary: "".concat(ROYAL_BLUE_VIVID),
|
|
19734
|
+
secondary: "".concat(CORNFLOWER_BLUE),
|
|
19733
19735
|
success: "".concat(SEA_GREEN),
|
|
19734
19736
|
disabled: "".concat(MANATEE_GREY)
|
|
19735
19737
|
};
|