@covalent/tokens 7.5.0-beta.4 → 7.5.0-beta.5
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 +15 -15
- package/index.css +15 -15
- package/index.d.ts +1 -1
- package/index.js +15 -15
- package/index.json +28 -28
- package/package.json +1 -1
package/_index.scss
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
/**
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on
|
|
4
|
+
* Generated on Thu, 11 Jan 2024 15:48:11 GMT
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
$light-code-snippet-color: #383a42 !default;
|
|
@@ -29,13 +29,13 @@ $light-emphasis: #b10142ff !default;
|
|
|
29
29
|
$light-accent: #3053f4ff !default;
|
|
30
30
|
$light-background: #f5f5f5ff !default;
|
|
31
31
|
$light-surface: #fdf9fcff !default;
|
|
32
|
-
$light-surface-canvas: #
|
|
32
|
+
$light-surface-canvas: #ffffffff !default;
|
|
33
33
|
$light-surface-primary: #ececfeff !default;
|
|
34
34
|
$light-surface-primary-highlight: #3053f414 !default;
|
|
35
35
|
$light-surface-primary-highlight-hover: #3053f414 !default;
|
|
36
36
|
$light-surface-accent: #ececfeff !default;
|
|
37
37
|
$light-surface-accent-highlight: #3053f414 !default;
|
|
38
|
-
$light-surface-accent-highlight-hover: #
|
|
38
|
+
$light-surface-accent-highlight-hover: #3053f41f !default;
|
|
39
39
|
$light-surface-secondary: #dfe1f9ff !default;
|
|
40
40
|
$light-surface-secondary-highlight: #5b5d7214 !default;
|
|
41
41
|
$light-surface-secondary-highlight-hover: #5b5d7214 !default;
|
|
@@ -57,19 +57,19 @@ $light-surface-emphasis-highlight-hover: #b1014214 !default;
|
|
|
57
57
|
$light-text-primary-on-background: #1e1d1eff !default;
|
|
58
58
|
$light-text-secondary-on-background: #5c5b5fff !default;
|
|
59
59
|
$light-text-hint-on-background: #5c5b5fff !default;
|
|
60
|
-
$light-text-disabled-on-background: #
|
|
61
|
-
$light-text-icon-on-background: #
|
|
60
|
+
$light-text-disabled-on-background: #191c1e61 !default;
|
|
61
|
+
$light-text-icon-on-background: #5c5b5fff !default;
|
|
62
62
|
$light-text-logo-on-background: #354145 !default;
|
|
63
63
|
$light-text-primary-on-light: #1e1d1eff !default;
|
|
64
64
|
$light-text-secondary-on-light: #5c5b5fff !default;
|
|
65
65
|
$light-text-hint-on-light: #5c5b5fff !default;
|
|
66
|
-
$light-text-disabled-on-light: #
|
|
67
|
-
$light-text-icon-on-light: #
|
|
66
|
+
$light-text-disabled-on-light: #191c1e61 !default;
|
|
67
|
+
$light-text-icon-on-light: #5c5b5fff !default;
|
|
68
68
|
$light-text-primary-on-dark: #ebe8ecff !default;
|
|
69
69
|
$light-text-secondary-on-dark: #d5d3d8ff !default;
|
|
70
70
|
$light-text-hint-on-dark: #d5d3d8ff !default;
|
|
71
|
-
$light-text-disabled-on-dark: #
|
|
72
|
-
$light-text-icon-on-dark: #
|
|
71
|
+
$light-text-disabled-on-dark: #f8f9fb61 !default;
|
|
72
|
+
$light-text-icon-on-dark: #d5d3d8ff !default;
|
|
73
73
|
$dark-code-snippet-color: #abb2bf !default;
|
|
74
74
|
$dark-code-snippet-comment: #5c6370 !default;
|
|
75
75
|
$dark-code-snippet-keyword: #c678dd !default;
|
|
@@ -123,19 +123,19 @@ $dark-surface-emphasis-highlight-hover: #ffa0c314 !default;
|
|
|
123
123
|
$dark-text-primary-on-background: #ebe8ecff !default;
|
|
124
124
|
$dark-text-secondary-on-background: #d5d3d8ff !default;
|
|
125
125
|
$dark-text-hint-on-background: #d5d3d8ff !default;
|
|
126
|
-
$dark-text-disabled-on-background: #
|
|
127
|
-
$dark-text-icon-on-background: #
|
|
126
|
+
$dark-text-disabled-on-background: #f8f9fb61 !default;
|
|
127
|
+
$dark-text-icon-on-background: #d5d3d8ff !default;
|
|
128
128
|
$dark-text-logo-on-background: #354145 !default;
|
|
129
129
|
$dark-text-primary-on-light: #1e1d1eff !default;
|
|
130
130
|
$dark-text-secondary-on-light: #5c5b5fff !default;
|
|
131
131
|
$dark-text-hint-on-light: #5c5b5fff !default;
|
|
132
|
-
$dark-text-disabled-on-light: #
|
|
133
|
-
$dark-text-icon-on-light: #
|
|
132
|
+
$dark-text-disabled-on-light: #191c1e61 !default;
|
|
133
|
+
$dark-text-icon-on-light: #5c5b5fff !default;
|
|
134
134
|
$dark-text-primary-on-dark: #ebe8ecff !default;
|
|
135
135
|
$dark-text-secondary-on-dark: #d5d3d8ff !default;
|
|
136
136
|
$dark-text-hint-on-dark: #d5d3d8ff !default;
|
|
137
|
-
$dark-text-disabled-on-dark: #
|
|
138
|
-
$dark-text-icon-on-dark: #
|
|
137
|
+
$dark-text-disabled-on-dark: #f8f9fb61 !default;
|
|
138
|
+
$dark-text-icon-on-dark: #d5d3d8ff !default;
|
|
139
139
|
$material-3-colors-light-primary-primary: #3053f4ff !default;
|
|
140
140
|
$material-3-colors-light-primary-primary-container: #ececfeff !default;
|
|
141
141
|
$material-3-colors-light-primary-on-primary: #ffffffff !default;
|
package/index.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 11 Jan 2024 15:48:11 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -29,13 +29,13 @@
|
|
|
29
29
|
--cv-light-accent: #3053f4ff;
|
|
30
30
|
--cv-light-background: #f5f5f5ff;
|
|
31
31
|
--cv-light-surface: #fdf9fcff;
|
|
32
|
-
--cv-light-surface-canvas: #
|
|
32
|
+
--cv-light-surface-canvas: #ffffffff;
|
|
33
33
|
--cv-light-surface-primary: #ececfeff;
|
|
34
34
|
--cv-light-surface-primary-highlight: #3053f414;
|
|
35
35
|
--cv-light-surface-primary-highlight-hover: #3053f414;
|
|
36
36
|
--cv-light-surface-accent: #ececfeff;
|
|
37
37
|
--cv-light-surface-accent-highlight: #3053f414;
|
|
38
|
-
--cv-light-surface-accent-highlight-hover: #
|
|
38
|
+
--cv-light-surface-accent-highlight-hover: #3053f41f;
|
|
39
39
|
--cv-light-surface-secondary: #dfe1f9ff;
|
|
40
40
|
--cv-light-surface-secondary-highlight: #5b5d7214;
|
|
41
41
|
--cv-light-surface-secondary-highlight-hover: #5b5d7214;
|
|
@@ -57,19 +57,19 @@
|
|
|
57
57
|
--cv-light-text-primary-on-background: #1e1d1eff;
|
|
58
58
|
--cv-light-text-secondary-on-background: #5c5b5fff;
|
|
59
59
|
--cv-light-text-hint-on-background: #5c5b5fff;
|
|
60
|
-
--cv-light-text-disabled-on-background: #
|
|
61
|
-
--cv-light-text-icon-on-background: #
|
|
60
|
+
--cv-light-text-disabled-on-background: #191c1e61;
|
|
61
|
+
--cv-light-text-icon-on-background: #5c5b5fff;
|
|
62
62
|
--cv-light-text-logo-on-background: #354145;
|
|
63
63
|
--cv-light-text-primary-on-light: #1e1d1eff;
|
|
64
64
|
--cv-light-text-secondary-on-light: #5c5b5fff;
|
|
65
65
|
--cv-light-text-hint-on-light: #5c5b5fff;
|
|
66
|
-
--cv-light-text-disabled-on-light: #
|
|
67
|
-
--cv-light-text-icon-on-light: #
|
|
66
|
+
--cv-light-text-disabled-on-light: #191c1e61;
|
|
67
|
+
--cv-light-text-icon-on-light: #5c5b5fff;
|
|
68
68
|
--cv-light-text-primary-on-dark: #ebe8ecff;
|
|
69
69
|
--cv-light-text-secondary-on-dark: #d5d3d8ff;
|
|
70
70
|
--cv-light-text-hint-on-dark: #d5d3d8ff;
|
|
71
|
-
--cv-light-text-disabled-on-dark: #
|
|
72
|
-
--cv-light-text-icon-on-dark: #
|
|
71
|
+
--cv-light-text-disabled-on-dark: #f8f9fb61;
|
|
72
|
+
--cv-light-text-icon-on-dark: #d5d3d8ff;
|
|
73
73
|
--cv-dark-code-snippet-color: #abb2bf;
|
|
74
74
|
--cv-dark-code-snippet-comment: #5c6370;
|
|
75
75
|
--cv-dark-code-snippet-keyword: #c678dd;
|
|
@@ -123,19 +123,19 @@
|
|
|
123
123
|
--cv-dark-text-primary-on-background: #ebe8ecff;
|
|
124
124
|
--cv-dark-text-secondary-on-background: #d5d3d8ff;
|
|
125
125
|
--cv-dark-text-hint-on-background: #d5d3d8ff;
|
|
126
|
-
--cv-dark-text-disabled-on-background: #
|
|
127
|
-
--cv-dark-text-icon-on-background: #
|
|
126
|
+
--cv-dark-text-disabled-on-background: #f8f9fb61;
|
|
127
|
+
--cv-dark-text-icon-on-background: #d5d3d8ff;
|
|
128
128
|
--cv-dark-text-logo-on-background: #354145;
|
|
129
129
|
--cv-dark-text-primary-on-light: #1e1d1eff;
|
|
130
130
|
--cv-dark-text-secondary-on-light: #5c5b5fff;
|
|
131
131
|
--cv-dark-text-hint-on-light: #5c5b5fff;
|
|
132
|
-
--cv-dark-text-disabled-on-light: #
|
|
133
|
-
--cv-dark-text-icon-on-light: #
|
|
132
|
+
--cv-dark-text-disabled-on-light: #191c1e61;
|
|
133
|
+
--cv-dark-text-icon-on-light: #5c5b5fff;
|
|
134
134
|
--cv-dark-text-primary-on-dark: #ebe8ecff;
|
|
135
135
|
--cv-dark-text-secondary-on-dark: #d5d3d8ff;
|
|
136
136
|
--cv-dark-text-hint-on-dark: #d5d3d8ff;
|
|
137
|
-
--cv-dark-text-disabled-on-dark: #
|
|
138
|
-
--cv-dark-text-icon-on-dark: #
|
|
137
|
+
--cv-dark-text-disabled-on-dark: #f8f9fb61;
|
|
138
|
+
--cv-dark-text-icon-on-dark: #d5d3d8ff;
|
|
139
139
|
--cv-material-3-colors-light-primary-primary: #3053f4ff;
|
|
140
140
|
--cv-material-3-colors-light-primary-primary-container: #ececfeff;
|
|
141
141
|
--cv-material-3-colors-light-primary-on-primary: #ffffffff;
|
package/index.d.ts
CHANGED
package/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 11 Jan 2024 15:48:11 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const CvLightCodeSnippetColor = "#383a42";
|
|
@@ -28,13 +28,13 @@ export const CvLightEmphasis = "#b10142ff";
|
|
|
28
28
|
export const CvLightAccent = "#3053f4ff";
|
|
29
29
|
export const CvLightBackground = "#f5f5f5ff";
|
|
30
30
|
export const CvLightSurface = "#fdf9fcff";
|
|
31
|
-
export const CvLightSurfaceCanvas = "#
|
|
31
|
+
export const CvLightSurfaceCanvas = "#ffffffff";
|
|
32
32
|
export const CvLightSurfacePrimary = "#ececfeff";
|
|
33
33
|
export const CvLightSurfacePrimaryHighlight = "#3053f414";
|
|
34
34
|
export const CvLightSurfacePrimaryHighlightHover = "#3053f414";
|
|
35
35
|
export const CvLightSurfaceAccent = "#ececfeff";
|
|
36
36
|
export const CvLightSurfaceAccentHighlight = "#3053f414";
|
|
37
|
-
export const CvLightSurfaceAccentHighlightHover = "#
|
|
37
|
+
export const CvLightSurfaceAccentHighlightHover = "#3053f41f";
|
|
38
38
|
export const CvLightSurfaceSecondary = "#dfe1f9ff";
|
|
39
39
|
export const CvLightSurfaceSecondaryHighlight = "#5b5d7214";
|
|
40
40
|
export const CvLightSurfaceSecondaryHighlightHover = "#5b5d7214";
|
|
@@ -56,19 +56,19 @@ export const CvLightSurfaceEmphasisHighlightHover = "#b1014214";
|
|
|
56
56
|
export const CvLightTextPrimaryOnBackground = "#1e1d1eff";
|
|
57
57
|
export const CvLightTextSecondaryOnBackground = "#5c5b5fff";
|
|
58
58
|
export const CvLightTextHintOnBackground = "#5c5b5fff";
|
|
59
|
-
export const CvLightTextDisabledOnBackground = "#
|
|
60
|
-
export const CvLightTextIconOnBackground = "#
|
|
59
|
+
export const CvLightTextDisabledOnBackground = "#191c1e61";
|
|
60
|
+
export const CvLightTextIconOnBackground = "#5c5b5fff";
|
|
61
61
|
export const CvLightTextLogoOnBackground = "#354145";
|
|
62
62
|
export const CvLightTextPrimaryOnLight = "#1e1d1eff";
|
|
63
63
|
export const CvLightTextSecondaryOnLight = "#5c5b5fff";
|
|
64
64
|
export const CvLightTextHintOnLight = "#5c5b5fff";
|
|
65
|
-
export const CvLightTextDisabledOnLight = "#
|
|
66
|
-
export const CvLightTextIconOnLight = "#
|
|
65
|
+
export const CvLightTextDisabledOnLight = "#191c1e61";
|
|
66
|
+
export const CvLightTextIconOnLight = "#5c5b5fff";
|
|
67
67
|
export const CvLightTextPrimaryOnDark = "#ebe8ecff";
|
|
68
68
|
export const CvLightTextSecondaryOnDark = "#d5d3d8ff";
|
|
69
69
|
export const CvLightTextHintOnDark = "#d5d3d8ff";
|
|
70
|
-
export const CvLightTextDisabledOnDark = "#
|
|
71
|
-
export const CvLightTextIconOnDark = "#
|
|
70
|
+
export const CvLightTextDisabledOnDark = "#f8f9fb61";
|
|
71
|
+
export const CvLightTextIconOnDark = "#d5d3d8ff";
|
|
72
72
|
export const CvDarkCodeSnippetColor = "#abb2bf";
|
|
73
73
|
export const CvDarkCodeSnippetComment = "#5c6370";
|
|
74
74
|
export const CvDarkCodeSnippetKeyword = "#c678dd";
|
|
@@ -122,19 +122,19 @@ export const CvDarkSurfaceEmphasisHighlightHover = "#ffa0c314";
|
|
|
122
122
|
export const CvDarkTextPrimaryOnBackground = "#ebe8ecff";
|
|
123
123
|
export const CvDarkTextSecondaryOnBackground = "#d5d3d8ff";
|
|
124
124
|
export const CvDarkTextHintOnBackground = "#d5d3d8ff";
|
|
125
|
-
export const CvDarkTextDisabledOnBackground = "#
|
|
126
|
-
export const CvDarkTextIconOnBackground = "#
|
|
125
|
+
export const CvDarkTextDisabledOnBackground = "#f8f9fb61";
|
|
126
|
+
export const CvDarkTextIconOnBackground = "#d5d3d8ff";
|
|
127
127
|
export const CvDarkTextLogoOnBackground = "#354145";
|
|
128
128
|
export const CvDarkTextPrimaryOnLight = "#1e1d1eff";
|
|
129
129
|
export const CvDarkTextSecondaryOnLight = "#5c5b5fff";
|
|
130
130
|
export const CvDarkTextHintOnLight = "#5c5b5fff";
|
|
131
|
-
export const CvDarkTextDisabledOnLight = "#
|
|
132
|
-
export const CvDarkTextIconOnLight = "#
|
|
131
|
+
export const CvDarkTextDisabledOnLight = "#191c1e61";
|
|
132
|
+
export const CvDarkTextIconOnLight = "#5c5b5fff";
|
|
133
133
|
export const CvDarkTextPrimaryOnDark = "#ebe8ecff";
|
|
134
134
|
export const CvDarkTextSecondaryOnDark = "#d5d3d8ff";
|
|
135
135
|
export const CvDarkTextHintOnDark = "#d5d3d8ff";
|
|
136
|
-
export const CvDarkTextDisabledOnDark = "#
|
|
137
|
-
export const CvDarkTextIconOnDark = "#
|
|
136
|
+
export const CvDarkTextDisabledOnDark = "#f8f9fb61";
|
|
137
|
+
export const CvDarkTextIconOnDark = "#d5d3d8ff";
|
|
138
138
|
export const CvMaterial3ColorsLightPrimaryPrimary = "#3053f4ff";
|
|
139
139
|
export const CvMaterial3ColorsLightPrimaryPrimaryContainer = "#ececfeff";
|
|
140
140
|
export const CvMaterial3ColorsLightPrimaryOnPrimary = "#ffffffff";
|
package/index.json
CHANGED
|
@@ -476,12 +476,12 @@
|
|
|
476
476
|
]
|
|
477
477
|
},
|
|
478
478
|
"surface-canvas": {
|
|
479
|
-
"value": "#
|
|
479
|
+
"value": "#ffffffff",
|
|
480
480
|
"type": "color",
|
|
481
481
|
"filePath": "libs/tokens/src/color/deprecated/surface.json",
|
|
482
482
|
"isSource": true,
|
|
483
483
|
"original": {
|
|
484
|
-
"value": "{material 3 colors.light.surface.surface-container}",
|
|
484
|
+
"value": "{material 3 colors.light.surface.surface-container-lowest}",
|
|
485
485
|
"type": "color"
|
|
486
486
|
},
|
|
487
487
|
"name": "surface-canvas",
|
|
@@ -590,12 +590,12 @@
|
|
|
590
590
|
]
|
|
591
591
|
},
|
|
592
592
|
"surface-accent-highlight-hover": {
|
|
593
|
-
"value": "#
|
|
593
|
+
"value": "#3053f41f",
|
|
594
594
|
"type": "color",
|
|
595
595
|
"filePath": "libs/tokens/src/color/deprecated/surface.json",
|
|
596
596
|
"isSource": true,
|
|
597
597
|
"original": {
|
|
598
|
-
"value": "{material 3 colors.light.primary.primary-
|
|
598
|
+
"value": "{material 3 colors.light.primary.primary-12%}",
|
|
599
599
|
"type": "color"
|
|
600
600
|
},
|
|
601
601
|
"name": "surface-accent-highlight-hover",
|
|
@@ -1008,12 +1008,12 @@
|
|
|
1008
1008
|
]
|
|
1009
1009
|
},
|
|
1010
1010
|
"text-disabled-on-background": {
|
|
1011
|
-
"value": "#
|
|
1011
|
+
"value": "#191c1e61",
|
|
1012
1012
|
"type": "color",
|
|
1013
1013
|
"filePath": "libs/tokens/src/color/deprecated/text.json",
|
|
1014
1014
|
"isSource": true,
|
|
1015
1015
|
"original": {
|
|
1016
|
-
"value": "{material 3 colors.light.surface.on-surface-
|
|
1016
|
+
"value": "{material 3 colors.light.surface.on-surface-38%}",
|
|
1017
1017
|
"type": "color"
|
|
1018
1018
|
},
|
|
1019
1019
|
"name": "text-disabled-on-background",
|
|
@@ -1027,12 +1027,12 @@
|
|
|
1027
1027
|
]
|
|
1028
1028
|
},
|
|
1029
1029
|
"text-icon-on-background": {
|
|
1030
|
-
"value": "#
|
|
1030
|
+
"value": "#5c5b5fff",
|
|
1031
1031
|
"type": "color",
|
|
1032
1032
|
"filePath": "libs/tokens/src/color/deprecated/text.json",
|
|
1033
1033
|
"isSource": true,
|
|
1034
1034
|
"original": {
|
|
1035
|
-
"value": "{material 3 colors.light.surface.on-surface-
|
|
1035
|
+
"value": "{material 3 colors.light.surface.on-surface-variant}",
|
|
1036
1036
|
"type": "color"
|
|
1037
1037
|
},
|
|
1038
1038
|
"name": "text-icon-on-background",
|
|
@@ -1122,12 +1122,12 @@
|
|
|
1122
1122
|
]
|
|
1123
1123
|
},
|
|
1124
1124
|
"text-disabled-on-light": {
|
|
1125
|
-
"value": "#
|
|
1125
|
+
"value": "#191c1e61",
|
|
1126
1126
|
"type": "color",
|
|
1127
1127
|
"filePath": "libs/tokens/src/color/deprecated/text.json",
|
|
1128
1128
|
"isSource": true,
|
|
1129
1129
|
"original": {
|
|
1130
|
-
"value": "{material 3 colors.light.surface.on-surface-
|
|
1130
|
+
"value": "{material 3 colors.light.surface.on-surface-38%}",
|
|
1131
1131
|
"type": "color"
|
|
1132
1132
|
},
|
|
1133
1133
|
"name": "text-disabled-on-light",
|
|
@@ -1141,12 +1141,12 @@
|
|
|
1141
1141
|
]
|
|
1142
1142
|
},
|
|
1143
1143
|
"text-icon-on-light": {
|
|
1144
|
-
"value": "#
|
|
1144
|
+
"value": "#5c5b5fff",
|
|
1145
1145
|
"type": "color",
|
|
1146
1146
|
"filePath": "libs/tokens/src/color/deprecated/text.json",
|
|
1147
1147
|
"isSource": true,
|
|
1148
1148
|
"original": {
|
|
1149
|
-
"value": "{material 3 colors.light.surface.on-surface-
|
|
1149
|
+
"value": "{material 3 colors.light.surface.on-surface-variant}",
|
|
1150
1150
|
"type": "color"
|
|
1151
1151
|
},
|
|
1152
1152
|
"name": "text-icon-on-light",
|
|
@@ -1217,12 +1217,12 @@
|
|
|
1217
1217
|
]
|
|
1218
1218
|
},
|
|
1219
1219
|
"text-disabled-on-dark": {
|
|
1220
|
-
"value": "#
|
|
1220
|
+
"value": "#f8f9fb61",
|
|
1221
1221
|
"type": "color",
|
|
1222
1222
|
"filePath": "libs/tokens/src/color/deprecated/text.json",
|
|
1223
1223
|
"isSource": true,
|
|
1224
1224
|
"original": {
|
|
1225
|
-
"value": "{material 3 colors.dark.surface.on-surface-
|
|
1225
|
+
"value": "{material 3 colors.dark.surface.on-surface-38%}",
|
|
1226
1226
|
"type": "color"
|
|
1227
1227
|
},
|
|
1228
1228
|
"name": "text-disabled-on-dark",
|
|
@@ -1236,12 +1236,12 @@
|
|
|
1236
1236
|
]
|
|
1237
1237
|
},
|
|
1238
1238
|
"text-icon-on-dark": {
|
|
1239
|
-
"value": "#
|
|
1239
|
+
"value": "#d5d3d8ff",
|
|
1240
1240
|
"type": "color",
|
|
1241
1241
|
"filePath": "libs/tokens/src/color/deprecated/text.json",
|
|
1242
1242
|
"isSource": true,
|
|
1243
1243
|
"original": {
|
|
1244
|
-
"value": "{material 3 colors.dark.surface.on-surface-
|
|
1244
|
+
"value": "{material 3 colors.dark.surface.on-surface-variant}",
|
|
1245
1245
|
"type": "color"
|
|
1246
1246
|
},
|
|
1247
1247
|
"name": "text-icon-on-dark",
|
|
@@ -2264,12 +2264,12 @@
|
|
|
2264
2264
|
]
|
|
2265
2265
|
},
|
|
2266
2266
|
"text-disabled-on-background": {
|
|
2267
|
-
"value": "#
|
|
2267
|
+
"value": "#f8f9fb61",
|
|
2268
2268
|
"type": "color",
|
|
2269
2269
|
"filePath": "libs/tokens/src/color/deprecated/text.json",
|
|
2270
2270
|
"isSource": true,
|
|
2271
2271
|
"original": {
|
|
2272
|
-
"value": "{material 3 colors.dark.surface.on-surface-
|
|
2272
|
+
"value": "{material 3 colors.dark.surface.on-surface-38%}",
|
|
2273
2273
|
"type": "color"
|
|
2274
2274
|
},
|
|
2275
2275
|
"name": "text-disabled-on-background",
|
|
@@ -2283,12 +2283,12 @@
|
|
|
2283
2283
|
]
|
|
2284
2284
|
},
|
|
2285
2285
|
"text-icon-on-background": {
|
|
2286
|
-
"value": "#
|
|
2286
|
+
"value": "#d5d3d8ff",
|
|
2287
2287
|
"type": "color",
|
|
2288
2288
|
"filePath": "libs/tokens/src/color/deprecated/text.json",
|
|
2289
2289
|
"isSource": true,
|
|
2290
2290
|
"original": {
|
|
2291
|
-
"value": "{material 3 colors.dark.surface.on-surface-
|
|
2291
|
+
"value": "{material 3 colors.dark.surface.on-surface-variant}",
|
|
2292
2292
|
"type": "color"
|
|
2293
2293
|
},
|
|
2294
2294
|
"name": "text-icon-on-background",
|
|
@@ -2378,12 +2378,12 @@
|
|
|
2378
2378
|
]
|
|
2379
2379
|
},
|
|
2380
2380
|
"text-disabled-on-light": {
|
|
2381
|
-
"value": "#
|
|
2381
|
+
"value": "#191c1e61",
|
|
2382
2382
|
"type": "color",
|
|
2383
2383
|
"filePath": "libs/tokens/src/color/deprecated/text.json",
|
|
2384
2384
|
"isSource": true,
|
|
2385
2385
|
"original": {
|
|
2386
|
-
"value": "{material 3 colors.light.surface.on-surface-
|
|
2386
|
+
"value": "{material 3 colors.light.surface.on-surface-38%}",
|
|
2387
2387
|
"type": "color"
|
|
2388
2388
|
},
|
|
2389
2389
|
"name": "text-disabled-on-light",
|
|
@@ -2397,12 +2397,12 @@
|
|
|
2397
2397
|
]
|
|
2398
2398
|
},
|
|
2399
2399
|
"text-icon-on-light": {
|
|
2400
|
-
"value": "#
|
|
2400
|
+
"value": "#5c5b5fff",
|
|
2401
2401
|
"type": "color",
|
|
2402
2402
|
"filePath": "libs/tokens/src/color/deprecated/text.json",
|
|
2403
2403
|
"isSource": true,
|
|
2404
2404
|
"original": {
|
|
2405
|
-
"value": "{material 3 colors.light.surface.on-surface-
|
|
2405
|
+
"value": "{material 3 colors.light.surface.on-surface-variant}",
|
|
2406
2406
|
"type": "color"
|
|
2407
2407
|
},
|
|
2408
2408
|
"name": "text-icon-on-light",
|
|
@@ -2473,12 +2473,12 @@
|
|
|
2473
2473
|
]
|
|
2474
2474
|
},
|
|
2475
2475
|
"text-disabled-on-dark": {
|
|
2476
|
-
"value": "#
|
|
2476
|
+
"value": "#f8f9fb61",
|
|
2477
2477
|
"type": "color",
|
|
2478
2478
|
"filePath": "libs/tokens/src/color/deprecated/text.json",
|
|
2479
2479
|
"isSource": true,
|
|
2480
2480
|
"original": {
|
|
2481
|
-
"value": "{material 3 colors.dark.surface.on-surface-
|
|
2481
|
+
"value": "{material 3 colors.dark.surface.on-surface-38%}",
|
|
2482
2482
|
"type": "color"
|
|
2483
2483
|
},
|
|
2484
2484
|
"name": "text-disabled-on-dark",
|
|
@@ -2492,12 +2492,12 @@
|
|
|
2492
2492
|
]
|
|
2493
2493
|
},
|
|
2494
2494
|
"text-icon-on-dark": {
|
|
2495
|
-
"value": "#
|
|
2495
|
+
"value": "#d5d3d8ff",
|
|
2496
2496
|
"type": "color",
|
|
2497
2497
|
"filePath": "libs/tokens/src/color/deprecated/text.json",
|
|
2498
2498
|
"isSource": true,
|
|
2499
2499
|
"original": {
|
|
2500
|
-
"value": "{material 3 colors.dark.surface.on-surface-
|
|
2500
|
+
"value": "{material 3 colors.dark.surface.on-surface-variant}",
|
|
2501
2501
|
"type": "color"
|
|
2502
2502
|
},
|
|
2503
2503
|
"name": "text-icon-on-dark",
|