@covalent/tokens 11.14.3 → 11.14.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/_index.scss +5 -5
- package/index.css +5 -5
- package/index.js +5 -5
- package/index.json +6 -6
- package/package.json +1 -1
package/_index.scss
CHANGED
|
@@ -95,13 +95,13 @@ $dark-accent: #688bf1 !default;
|
|
|
95
95
|
$dark-background: #030406 !default;
|
|
96
96
|
$dark-surface: #182032 !default;
|
|
97
97
|
$dark-surface-canvas: #1e273c !default;
|
|
98
|
-
$dark-surface-primary: #
|
|
98
|
+
$dark-surface-primary: #1a274e !default;
|
|
99
99
|
$dark-surface-primary-highlight: rgba(186, 195, 255, 0.08) !default;
|
|
100
100
|
$dark-surface-primary-highlight-hover: rgba(186, 195, 255, 0.08) !default;
|
|
101
|
-
$dark-surface-accent: #
|
|
101
|
+
$dark-surface-accent: #1a274e !default;
|
|
102
102
|
$dark-surface-accent-highlight: rgba(186, 195, 255, 0.08) !default;
|
|
103
103
|
$dark-surface-accent-highlight-hover: rgba(186, 195, 255, 0.08) !default;
|
|
104
|
-
$dark-surface-secondary: #
|
|
104
|
+
$dark-surface-secondary: #1a274e !default;
|
|
105
105
|
$dark-surface-secondary-highlight: rgba(195, 197, 221, 0.08) !default;
|
|
106
106
|
$dark-surface-secondary-highlight-hover: rgba(195, 197, 221, 0.08) !default;
|
|
107
107
|
$dark-surface-positive: #435e3e !default;
|
|
@@ -776,10 +776,10 @@ $theme-dark-palettes-neutral-variant-0: #000000 !default;
|
|
|
776
776
|
$theme-dark-palettes-neutral-1: #000000 !default;
|
|
777
777
|
$theme-dark-palettes-navy-98: #f9fbfd !default;
|
|
778
778
|
$theme-dark-colors-primary: #688bf1 !default;
|
|
779
|
-
$theme-dark-colors-primary-container: #
|
|
779
|
+
$theme-dark-colors-primary-container: #1a274e !default;
|
|
780
780
|
$theme-dark-colors-on-primary: #111a28 !default;
|
|
781
781
|
$theme-dark-colors-secondary: #c3c5dd !default;
|
|
782
|
-
$theme-dark-colors-secondary-container: #
|
|
782
|
+
$theme-dark-colors-secondary-container: #1a274e !default;
|
|
783
783
|
$theme-dark-colors-on-secondary: #171a2c !default;
|
|
784
784
|
$theme-dark-colors-on-secondary-container: #688bf1 !default;
|
|
785
785
|
$theme-dark-colors-tertiary: #ff5f02 !default;
|
package/index.css
CHANGED
|
@@ -95,13 +95,13 @@
|
|
|
95
95
|
--cv-dark-background: #030406;
|
|
96
96
|
--cv-dark-surface: #182032;
|
|
97
97
|
--cv-dark-surface-canvas: #1e273c;
|
|
98
|
-
--cv-dark-surface-primary: #
|
|
98
|
+
--cv-dark-surface-primary: #1a274e;
|
|
99
99
|
--cv-dark-surface-primary-highlight: rgba(186, 195, 255, 0.08);
|
|
100
100
|
--cv-dark-surface-primary-highlight-hover: rgba(186, 195, 255, 0.08);
|
|
101
|
-
--cv-dark-surface-accent: #
|
|
101
|
+
--cv-dark-surface-accent: #1a274e;
|
|
102
102
|
--cv-dark-surface-accent-highlight: rgba(186, 195, 255, 0.08);
|
|
103
103
|
--cv-dark-surface-accent-highlight-hover: rgba(186, 195, 255, 0.08);
|
|
104
|
-
--cv-dark-surface-secondary: #
|
|
104
|
+
--cv-dark-surface-secondary: #1a274e;
|
|
105
105
|
--cv-dark-surface-secondary-highlight: rgba(195, 197, 221, 0.08);
|
|
106
106
|
--cv-dark-surface-secondary-highlight-hover: rgba(195, 197, 221, 0.08);
|
|
107
107
|
--cv-dark-surface-positive: #435e3e;
|
|
@@ -776,10 +776,10 @@
|
|
|
776
776
|
--cv-theme-dark-palettes-neutral-1: #000000;
|
|
777
777
|
--cv-theme-dark-palettes-navy-98: #f9fbfd;
|
|
778
778
|
--cv-theme-dark-colors-primary: #688bf1;
|
|
779
|
-
--cv-theme-dark-colors-primary-container: #
|
|
779
|
+
--cv-theme-dark-colors-primary-container: #1a274e;
|
|
780
780
|
--cv-theme-dark-colors-on-primary: #111a28;
|
|
781
781
|
--cv-theme-dark-colors-secondary: #c3c5dd;
|
|
782
|
-
--cv-theme-dark-colors-secondary-container: #
|
|
782
|
+
--cv-theme-dark-colors-secondary-container: #1a274e;
|
|
783
783
|
--cv-theme-dark-colors-on-secondary: #171a2c;
|
|
784
784
|
--cv-theme-dark-colors-on-secondary-container: #688bf1;
|
|
785
785
|
--cv-theme-dark-colors-tertiary: #ff5f02;
|
package/index.js
CHANGED
|
@@ -94,13 +94,13 @@ export const CvDarkAccent = "#688bf1";
|
|
|
94
94
|
export const CvDarkBackground = "#030406";
|
|
95
95
|
export const CvDarkSurface = "#182032";
|
|
96
96
|
export const CvDarkSurfaceCanvas = "#1e273c";
|
|
97
|
-
export const CvDarkSurfacePrimary = "#
|
|
97
|
+
export const CvDarkSurfacePrimary = "#1a274e";
|
|
98
98
|
export const CvDarkSurfacePrimaryHighlight = "rgba(186, 195, 255, 0.08)";
|
|
99
99
|
export const CvDarkSurfacePrimaryHighlightHover = "rgba(186, 195, 255, 0.08)";
|
|
100
|
-
export const CvDarkSurfaceAccent = "#
|
|
100
|
+
export const CvDarkSurfaceAccent = "#1a274e";
|
|
101
101
|
export const CvDarkSurfaceAccentHighlight = "rgba(186, 195, 255, 0.08)";
|
|
102
102
|
export const CvDarkSurfaceAccentHighlightHover = "rgba(186, 195, 255, 0.08)";
|
|
103
|
-
export const CvDarkSurfaceSecondary = "#
|
|
103
|
+
export const CvDarkSurfaceSecondary = "#1a274e";
|
|
104
104
|
export const CvDarkSurfaceSecondaryHighlight = "rgba(195, 197, 221, 0.08)";
|
|
105
105
|
export const CvDarkSurfaceSecondaryHighlightHover = "rgba(195, 197, 221, 0.08)";
|
|
106
106
|
export const CvDarkSurfacePositive = "#435e3e";
|
|
@@ -775,10 +775,10 @@ export const CvThemeDarkPalettesNeutralVariant0 = "#000000";
|
|
|
775
775
|
export const CvThemeDarkPalettesNeutral1 = "#000000";
|
|
776
776
|
export const CvThemeDarkPalettesNavy98 = "#f9fbfd";
|
|
777
777
|
export const CvThemeDarkColorsPrimary = "#688bf1";
|
|
778
|
-
export const CvThemeDarkColorsPrimaryContainer = "#
|
|
778
|
+
export const CvThemeDarkColorsPrimaryContainer = "#1a274e";
|
|
779
779
|
export const CvThemeDarkColorsOnPrimary = "#111a28";
|
|
780
780
|
export const CvThemeDarkColorsSecondary = "#c3c5dd";
|
|
781
|
-
export const CvThemeDarkColorsSecondaryContainer = "#
|
|
781
|
+
export const CvThemeDarkColorsSecondaryContainer = "#1a274e";
|
|
782
782
|
export const CvThemeDarkColorsOnSecondary = "#171a2c";
|
|
783
783
|
export const CvThemeDarkColorsOnSecondaryContainer = "#688bf1";
|
|
784
784
|
export const CvThemeDarkColorsTertiary = "#ff5f02";
|
package/index.json
CHANGED
|
@@ -1936,7 +1936,7 @@
|
|
|
1936
1936
|
},
|
|
1937
1937
|
"surface-primary": {
|
|
1938
1938
|
"key": "{dark.surface-primary}",
|
|
1939
|
-
"value": "#
|
|
1939
|
+
"value": "#1a274eff",
|
|
1940
1940
|
"type": "color",
|
|
1941
1941
|
"filePath": "libs/tokens/src/color/deprecated/surface.json",
|
|
1942
1942
|
"isSource": true,
|
|
@@ -1999,7 +1999,7 @@
|
|
|
1999
1999
|
},
|
|
2000
2000
|
"surface-accent": {
|
|
2001
2001
|
"key": "{dark.surface-accent}",
|
|
2002
|
-
"value": "#
|
|
2002
|
+
"value": "#1a274eff",
|
|
2003
2003
|
"type": "color",
|
|
2004
2004
|
"filePath": "libs/tokens/src/color/deprecated/surface.json",
|
|
2005
2005
|
"isSource": true,
|
|
@@ -2062,7 +2062,7 @@
|
|
|
2062
2062
|
},
|
|
2063
2063
|
"surface-secondary": {
|
|
2064
2064
|
"key": "{dark.surface-secondary}",
|
|
2065
|
-
"value": "#
|
|
2065
|
+
"value": "#1a274eff",
|
|
2066
2066
|
"type": "color",
|
|
2067
2067
|
"filePath": "libs/tokens/src/color/deprecated/surface.json",
|
|
2068
2068
|
"isSource": true,
|
|
@@ -20113,13 +20113,13 @@
|
|
|
20113
20113
|
"key": "{theme.dark.colors.primary-container}",
|
|
20114
20114
|
"description": "",
|
|
20115
20115
|
"type": "color",
|
|
20116
|
-
"value": "#
|
|
20116
|
+
"value": "#1a274eff",
|
|
20117
20117
|
"filePath": "libs/tokens/src/color/covalent-m3.json",
|
|
20118
20118
|
"isSource": true,
|
|
20119
20119
|
"original": {
|
|
20120
20120
|
"description": "",
|
|
20121
20121
|
"type": "color",
|
|
20122
|
-
"value": "{theme.dark.palettes.digital-blue-
|
|
20122
|
+
"value": "{theme.dark.palettes.digital-blue-35}",
|
|
20123
20123
|
"key": "{theme.dark.colors.primary-container}"
|
|
20124
20124
|
},
|
|
20125
20125
|
"name": "primary-container",
|
|
@@ -20194,7 +20194,7 @@
|
|
|
20194
20194
|
"key": "{theme.dark.colors.secondary-container}",
|
|
20195
20195
|
"description": "",
|
|
20196
20196
|
"type": "color",
|
|
20197
|
-
"value": "#
|
|
20197
|
+
"value": "#1a274eff",
|
|
20198
20198
|
"filePath": "libs/tokens/src/color/covalent-m3.json",
|
|
20199
20199
|
"isSource": true,
|
|
20200
20200
|
"original": {
|