@covalent/tokens 11.19.1 → 11.19.2

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/_index.scss CHANGED
@@ -793,7 +793,7 @@ $theme-dark-colors-surface-container-lowest: #090d17 !default;
793
793
  $theme-dark-colors-surface-container-low: #111827 !default;
794
794
  $theme-dark-colors-surface-container: #1e273c !default;
795
795
  $theme-dark-colors-surface-container-high: #2b374f !default;
796
- $theme-dark-colors-surface-container-highest: #244988 !default;
796
+ $theme-dark-colors-surface-container-highest: #444447 !default;
797
797
  $theme-dark-colors-on-surface: #ebe8ec !default;
798
798
  $theme-dark-colors-on-surface-variant: #d5d3d8 !default;
799
799
  $theme-dark-colors-inverse-surface: #ebe8ec !default;
package/index.css CHANGED
@@ -793,7 +793,7 @@
793
793
  --cv-theme-dark-colors-surface-container-low: #111827;
794
794
  --cv-theme-dark-colors-surface-container: #1e273c;
795
795
  --cv-theme-dark-colors-surface-container-high: #2b374f;
796
- --cv-theme-dark-colors-surface-container-highest: #244988;
796
+ --cv-theme-dark-colors-surface-container-highest: #444447;
797
797
  --cv-theme-dark-colors-on-surface: #ebe8ec;
798
798
  --cv-theme-dark-colors-on-surface-variant: #d5d3d8;
799
799
  --cv-theme-dark-colors-inverse-surface: #ebe8ec;
package/index.js CHANGED
@@ -792,7 +792,7 @@ export const CvThemeDarkColorsSurfaceContainerLowest = "#090d17";
792
792
  export const CvThemeDarkColorsSurfaceContainerLow = "#111827";
793
793
  export const CvThemeDarkColorsSurfaceContainer = "#1e273c";
794
794
  export const CvThemeDarkColorsSurfaceContainerHigh = "#2b374f";
795
- export const CvThemeDarkColorsSurfaceContainerHighest = "#244988";
795
+ export const CvThemeDarkColorsSurfaceContainerHighest = "#444447";
796
796
  export const CvThemeDarkColorsOnSurface = "#ebe8ec";
797
797
  export const CvThemeDarkColorsOnSurfaceVariant = "#d5d3d8";
798
798
  export const CvThemeDarkColorsInverseSurface = "#ebe8ec";
package/index.json CHANGED
@@ -20572,13 +20572,13 @@
20572
20572
  "key": "{theme.dark.colors.surface-container-highest}",
20573
20573
  "description": "",
20574
20574
  "type": "color",
20575
- "value": "#244988ff",
20575
+ "value": "#444447ff",
20576
20576
  "filePath": "libs/tokens/src/color/covalent-m3.json",
20577
20577
  "isSource": true,
20578
20578
  "original": {
20579
20579
  "description": "",
20580
20580
  "type": "color",
20581
- "value": "{theme.dark.palettes.navy-24}",
20581
+ "value": "{theme.dark.palettes.neutral-22}",
20582
20582
  "key": "{theme.dark.colors.surface-container-highest}"
20583
20583
  },
20584
20584
  "name": "surface-container-highest",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@covalent/tokens",
3
- "version": "11.19.1",
3
+ "version": "11.19.2",
4
4
  "description": "Design tokens for covalent design system",
5
5
  "repository": {
6
6
  "type": "git",