@thecb/components 7.10.5-beta.1 → 7.10.5-beta.2

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.1",
3
+ "version": "7.10.5-beta.2",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "typings": "dist/index.d.ts",
@@ -123,6 +123,10 @@ const PILL_COLORS = {
123
123
  background: RAZZMATAZZ_RED,
124
124
  text: BLUSH_RED
125
125
  },
126
+ neutral: {
127
+ background: GRECIAN_GREY,
128
+ text: CHARADE_GREY
129
+ },
126
130
  success: {
127
131
  background: HINT_GREEN,
128
132
  text: SEA_GREEN