@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thecb/components",
3
- "version": "7.10.5-beta.4",
3
+ "version": "7.10.5",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "typings": "dist/index.d.ts",
@@ -117,7 +117,7 @@ const ALERT_COLORS = {
117
117
  link: SCIENCE_BLUE
118
118
  };
119
119
 
120
- // These pill colors match the current CityBase design and are grouped for convenience.
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,