cps-ui-kit 17.0.0 → 17.2.0
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 +1 -1
- package/styles/_colors.scss +6 -4
package/package.json
CHANGED
package/styles/_colors.scss
CHANGED
|
@@ -255,6 +255,7 @@
|
|
|
255
255
|
--cps-color-highlight-selected-dark: #e6d4d9;
|
|
256
256
|
|
|
257
257
|
//Backgrounds
|
|
258
|
+
--cps-color-bg-lightest: #fbfbfb;
|
|
258
259
|
--cps-color-bg-light: #f9f8f8;
|
|
259
260
|
--cps-color-bg-mid: #f4f3f3;
|
|
260
261
|
--cps-color-bg-dark: #eeeded;
|
|
@@ -263,11 +264,12 @@
|
|
|
263
264
|
--cps-color-line-light: #e3e2e2;
|
|
264
265
|
--cps-color-line-mid: #d7d5d5;
|
|
265
266
|
--cps-color-line-dark: #cac7c7;
|
|
267
|
+
--cps-color-line-darkest: #bebaba;
|
|
266
268
|
|
|
267
269
|
//Text
|
|
268
|
-
--cps-color-text-darkest: #2d2323;
|
|
269
|
-
--cps-color-text-dark: #524a4a;
|
|
270
|
-
--cps-color-text-mild: #787272;
|
|
271
|
-
--cps-color-text-light: #9a9595;
|
|
272
270
|
--cps-color-text-lightest: #b5b2b2;
|
|
271
|
+
--cps-color-text-light: #9a9595;
|
|
272
|
+
--cps-color-text-mild: #787272;
|
|
273
|
+
--cps-color-text-dark: #524a4a;
|
|
274
|
+
--cps-color-text-darkest: #2d2323;
|
|
273
275
|
}
|