@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/dist/index.esm.js
CHANGED
|
@@ -5067,12 +5067,12 @@ var ALERT_COLORS = {
|
|
|
5067
5067
|
},
|
|
5068
5068
|
text: ZODIAC_BLUE,
|
|
5069
5069
|
link: SCIENCE_BLUE
|
|
5070
|
-
}; // These
|
|
5070
|
+
}; // These colors match the pill components seen in CityBase UI designs.
|
|
5071
5071
|
|
|
5072
5072
|
var PILL_COLORS = {
|
|
5073
5073
|
danger: {
|
|
5074
|
-
background:
|
|
5075
|
-
text:
|
|
5074
|
+
background: BLUSH_RED,
|
|
5075
|
+
text: RAZZMATAZZ_RED
|
|
5076
5076
|
},
|
|
5077
5077
|
neutral: {
|
|
5078
5078
|
background: GRECIAN_GREY,
|
|
@@ -5083,8 +5083,8 @@ var PILL_COLORS = {
|
|
|
5083
5083
|
text: SEA_GREEN
|
|
5084
5084
|
},
|
|
5085
5085
|
warning: {
|
|
5086
|
-
background:
|
|
5087
|
-
text:
|
|
5086
|
+
background: HALF_COLONIAL_WHITE,
|
|
5087
|
+
text: ZEST_ORANGE
|
|
5088
5088
|
}
|
|
5089
5089
|
};
|
|
5090
5090
|
|
|
@@ -5099,6 +5099,7 @@ var colors = /*#__PURE__*/Object.freeze({
|
|
|
5099
5099
|
AQUA_HAZE_WHITE: AQUA_HAZE_WHITE,
|
|
5100
5100
|
BLEACH_WHITE: BLEACH_WHITE,
|
|
5101
5101
|
CATSKILL_WHITE: CATSKILL_WHITE,
|
|
5102
|
+
HALF_COLONIAL_WHITE: HALF_COLONIAL_WHITE,
|
|
5102
5103
|
ATHENS_GREY: ATHENS_GREY,
|
|
5103
5104
|
ALTO_GREY: ALTO_GREY,
|
|
5104
5105
|
SILVER_GREY: SILVER_GREY,
|
|
@@ -5150,7 +5151,6 @@ var colors = /*#__PURE__*/Object.freeze({
|
|
|
5150
5151
|
SELECTIVE_YELLOW: SELECTIVE_YELLOW,
|
|
5151
5152
|
MUSTARD_YELLOW: MUSTARD_YELLOW,
|
|
5152
5153
|
FIRE_YELLOW: FIRE_YELLOW,
|
|
5153
|
-
HALF_COLONIAL_WHITE: HALF_COLONIAL_WHITE,
|
|
5154
5154
|
CARROT_ORANGE: CARROT_ORANGE,
|
|
5155
5155
|
ZEST_ORANGE: ZEST_ORANGE,
|
|
5156
5156
|
APRICOT_ORANGE: APRICOT_ORANGE,
|