@thecb/components 7.10.5-beta.3 → 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/dist/index.cjs.js +4 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +4 -4
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/constants/colors.js +4 -4
package/dist/index.cjs.js
CHANGED
|
@@ -5079,8 +5079,8 @@ var ALERT_COLORS = {
|
|
|
5079
5079
|
|
|
5080
5080
|
var PILL_COLORS = {
|
|
5081
5081
|
danger: {
|
|
5082
|
-
background:
|
|
5083
|
-
text:
|
|
5082
|
+
background: BLUSH_RED,
|
|
5083
|
+
text: RAZZMATAZZ_RED
|
|
5084
5084
|
},
|
|
5085
5085
|
neutral: {
|
|
5086
5086
|
background: GRECIAN_GREY,
|
|
@@ -5091,8 +5091,8 @@ var PILL_COLORS = {
|
|
|
5091
5091
|
text: SEA_GREEN
|
|
5092
5092
|
},
|
|
5093
5093
|
warning: {
|
|
5094
|
-
background:
|
|
5095
|
-
text:
|
|
5094
|
+
background: HALF_COLONIAL_WHITE,
|
|
5095
|
+
text: ZEST_ORANGE
|
|
5096
5096
|
}
|
|
5097
5097
|
};
|
|
5098
5098
|
|