@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/dist/index.cjs.js
CHANGED
|
@@ -5075,7 +5075,7 @@ var ALERT_COLORS = {
|
|
|
5075
5075
|
},
|
|
5076
5076
|
text: ZODIAC_BLUE,
|
|
5077
5077
|
link: SCIENCE_BLUE
|
|
5078
|
-
}; // These
|
|
5078
|
+
}; // These colors match the pill components seen in CityBase UI designs.
|
|
5079
5079
|
|
|
5080
5080
|
var PILL_COLORS = {
|
|
5081
5081
|
danger: {
|
|
@@ -5107,6 +5107,7 @@ var colors = /*#__PURE__*/Object.freeze({
|
|
|
5107
5107
|
AQUA_HAZE_WHITE: AQUA_HAZE_WHITE,
|
|
5108
5108
|
BLEACH_WHITE: BLEACH_WHITE,
|
|
5109
5109
|
CATSKILL_WHITE: CATSKILL_WHITE,
|
|
5110
|
+
HALF_COLONIAL_WHITE: HALF_COLONIAL_WHITE,
|
|
5110
5111
|
ATHENS_GREY: ATHENS_GREY,
|
|
5111
5112
|
ALTO_GREY: ALTO_GREY,
|
|
5112
5113
|
SILVER_GREY: SILVER_GREY,
|
|
@@ -5158,7 +5159,6 @@ var colors = /*#__PURE__*/Object.freeze({
|
|
|
5158
5159
|
SELECTIVE_YELLOW: SELECTIVE_YELLOW,
|
|
5159
5160
|
MUSTARD_YELLOW: MUSTARD_YELLOW,
|
|
5160
5161
|
FIRE_YELLOW: FIRE_YELLOW,
|
|
5161
|
-
HALF_COLONIAL_WHITE: HALF_COLONIAL_WHITE,
|
|
5162
5162
|
CARROT_ORANGE: CARROT_ORANGE,
|
|
5163
5163
|
ZEST_ORANGE: ZEST_ORANGE,
|
|
5164
5164
|
APRICOT_ORANGE: APRICOT_ORANGE,
|