@thecb/components 7.10.5-beta.3 → 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 +6 -6
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +6 -6
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/constants/colors.js +6 -6
package/package.json
CHANGED
package/src/constants/colors.js
CHANGED
|
@@ -117,11 +117,11 @@ 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
|
-
background:
|
|
124
|
-
text:
|
|
123
|
+
background: BLUSH_RED,
|
|
124
|
+
text: RAZZMATAZZ_RED
|
|
125
125
|
},
|
|
126
126
|
neutral: {
|
|
127
127
|
background: GRECIAN_GREY,
|
|
@@ -132,8 +132,8 @@ const PILL_COLORS = {
|
|
|
132
132
|
text: SEA_GREEN
|
|
133
133
|
},
|
|
134
134
|
warning: {
|
|
135
|
-
background:
|
|
136
|
-
text:
|
|
135
|
+
background: HALF_COLONIAL_WHITE,
|
|
136
|
+
text: ZEST_ORANGE
|
|
137
137
|
}
|
|
138
138
|
};
|
|
139
139
|
|
|
@@ -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,
|