@thecb/components 7.10.5-beta.4 → 7.10.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 +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/constants/colors.js +2 -2
package/package.json
CHANGED
package/src/constants/colors.js
CHANGED
|
@@ -117,7 +117,7 @@ const ALERT_COLORS = {
|
|
|
117
117
|
link: SCIENCE_BLUE
|
|
118
118
|
};
|
|
119
119
|
|
|
120
|
-
// These
|
|
120
|
+
// These colors match the pill components seen in CityBase UI designs.
|
|
121
121
|
const PILL_COLORS = {
|
|
122
122
|
danger: {
|
|
123
123
|
background: BLUSH_RED,
|
|
@@ -147,6 +147,7 @@ export {
|
|
|
147
147
|
AQUA_HAZE_WHITE,
|
|
148
148
|
BLEACH_WHITE,
|
|
149
149
|
CATSKILL_WHITE,
|
|
150
|
+
HALF_COLONIAL_WHITE,
|
|
150
151
|
ATHENS_GREY,
|
|
151
152
|
ALTO_GREY,
|
|
152
153
|
SILVER_GREY,
|
|
@@ -198,7 +199,6 @@ export {
|
|
|
198
199
|
SELECTIVE_YELLOW,
|
|
199
200
|
MUSTARD_YELLOW,
|
|
200
201
|
FIRE_YELLOW,
|
|
201
|
-
HALF_COLONIAL_WHITE,
|
|
202
202
|
CARROT_ORANGE,
|
|
203
203
|
ZEST_ORANGE,
|
|
204
204
|
APRICOT_ORANGE,
|