cps-ui-kit 17.1.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cps-ui-kit",
3
- "version": "17.1.0",
3
+ "version": "17.2.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.1.2",
6
6
  "@angular/core": "^17.1.2",
@@ -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
  }