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

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.2",
3
+ "version": "7.10.5-beta.4",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "typings": "dist/index.d.ts",
@@ -120,8 +120,8 @@ const ALERT_COLORS = {
120
120
  // These pill colors match the current CityBase design and are grouped for convenience.
121
121
  const PILL_COLORS = {
122
122
  danger: {
123
- background: RAZZMATAZZ_RED,
124
- text: BLUSH_RED
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: ZEST_ORANGE,
136
- text: HALF_COLONIAL_WHITE
135
+ background: HALF_COLONIAL_WHITE,
136
+ text: ZEST_ORANGE
137
137
  }
138
138
  };
139
139