@covalent/tokens 8.10.1 → 8.11.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/_index.scss +9 -9
- package/index.css +9 -9
- package/index.d.ts +1 -1
- package/index.js +9 -9
- package/index.json +16 -16
- 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, 25 Apr 2024 15:39:40 GMT
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
$light-primary: #3053f4ff !default;
|
|
@@ -62,14 +62,14 @@ $light-text-hint-on-dark: #ebe8ecff !default;
|
|
|
62
62
|
$light-text-disabled-on-dark: #ebe8ec61 !default;
|
|
63
63
|
$light-text-icon-on-dark: #ebe8ecff !default;
|
|
64
64
|
$light-code-snippet-color: #383a42 !default;
|
|
65
|
-
$light-code-snippet-comment: #
|
|
66
|
-
$light-code-snippet-keyword: #
|
|
67
|
-
$light-code-snippet-selector: #
|
|
68
|
-
$light-code-snippet-literal: #
|
|
69
|
-
$light-code-snippet-string: #
|
|
70
|
-
$light-code-snippet-variable: #
|
|
71
|
-
$light-code-snippet-title: #
|
|
72
|
-
$light-code-snippet-class: #
|
|
65
|
+
$light-code-snippet-comment: #6C6C6C !default;
|
|
66
|
+
$light-code-snippet-keyword: #A626A4 !default;
|
|
67
|
+
$light-code-snippet-selector: #AD0F00 !default;
|
|
68
|
+
$light-code-snippet-literal: #17749B !default;
|
|
69
|
+
$light-code-snippet-string: #0A7C08 !default;
|
|
70
|
+
$light-code-snippet-variable: #8E6102 !default;
|
|
71
|
+
$light-code-snippet-title: #004FFD !default;
|
|
72
|
+
$light-code-snippet-class: #6A6C02 !default;
|
|
73
73
|
$dark-primary: #bac3ffff !default;
|
|
74
74
|
$dark-secondary: #c3c5ddff !default;
|
|
75
75
|
$dark-error: #fd7d69ff !default;
|
package/index.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 25 Apr 2024 15:39:40 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -62,14 +62,14 @@
|
|
|
62
62
|
--cv-light-text-disabled-on-dark: #ebe8ec61;
|
|
63
63
|
--cv-light-text-icon-on-dark: #ebe8ecff;
|
|
64
64
|
--cv-light-code-snippet-color: #383a42;
|
|
65
|
-
--cv-light-code-snippet-comment: #
|
|
66
|
-
--cv-light-code-snippet-keyword: #
|
|
67
|
-
--cv-light-code-snippet-selector: #
|
|
68
|
-
--cv-light-code-snippet-literal: #
|
|
69
|
-
--cv-light-code-snippet-string: #
|
|
70
|
-
--cv-light-code-snippet-variable: #
|
|
71
|
-
--cv-light-code-snippet-title: #
|
|
72
|
-
--cv-light-code-snippet-class: #
|
|
65
|
+
--cv-light-code-snippet-comment: #6C6C6C;
|
|
66
|
+
--cv-light-code-snippet-keyword: #A626A4;
|
|
67
|
+
--cv-light-code-snippet-selector: #AD0F00;
|
|
68
|
+
--cv-light-code-snippet-literal: #17749B;
|
|
69
|
+
--cv-light-code-snippet-string: #0A7C08;
|
|
70
|
+
--cv-light-code-snippet-variable: #8E6102;
|
|
71
|
+
--cv-light-code-snippet-title: #004FFD;
|
|
72
|
+
--cv-light-code-snippet-class: #6A6C02;
|
|
73
73
|
--cv-dark-primary: #bac3ffff;
|
|
74
74
|
--cv-dark-secondary: #c3c5ddff;
|
|
75
75
|
--cv-dark-error: #fd7d69ff;
|
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, 25 Apr 2024 15:39:40 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const CvLightPrimary = "#3053f4ff";
|
|
@@ -61,14 +61,14 @@ export const CvLightTextHintOnDark = "#ebe8ecff";
|
|
|
61
61
|
export const CvLightTextDisabledOnDark = "#ebe8ec61";
|
|
62
62
|
export const CvLightTextIconOnDark = "#ebe8ecff";
|
|
63
63
|
export const CvLightCodeSnippetColor = "#383a42";
|
|
64
|
-
export const CvLightCodeSnippetComment = "#
|
|
65
|
-
export const CvLightCodeSnippetKeyword = "#
|
|
66
|
-
export const CvLightCodeSnippetSelector = "#
|
|
67
|
-
export const CvLightCodeSnippetLiteral = "#
|
|
68
|
-
export const CvLightCodeSnippetString = "#
|
|
69
|
-
export const CvLightCodeSnippetVariable = "#
|
|
70
|
-
export const CvLightCodeSnippetTitle = "#
|
|
71
|
-
export const CvLightCodeSnippetClass = "#
|
|
64
|
+
export const CvLightCodeSnippetComment = "#6C6C6C";
|
|
65
|
+
export const CvLightCodeSnippetKeyword = "#A626A4";
|
|
66
|
+
export const CvLightCodeSnippetSelector = "#AD0F00";
|
|
67
|
+
export const CvLightCodeSnippetLiteral = "#17749B";
|
|
68
|
+
export const CvLightCodeSnippetString = "#0A7C08";
|
|
69
|
+
export const CvLightCodeSnippetVariable = "#8E6102";
|
|
70
|
+
export const CvLightCodeSnippetTitle = "#004FFD";
|
|
71
|
+
export const CvLightCodeSnippetClass = "#6A6C02";
|
|
72
72
|
export const CvDarkPrimary = "#bac3ffff";
|
|
73
73
|
export const CvDarkSecondary = "#c3c5ddff";
|
|
74
74
|
export const CvDarkError = "#fd7d69ff";
|
package/index.json
CHANGED
|
@@ -1103,12 +1103,12 @@
|
|
|
1103
1103
|
]
|
|
1104
1104
|
},
|
|
1105
1105
|
"code-snippet-comment": {
|
|
1106
|
-
"value": "#
|
|
1106
|
+
"value": "#6C6C6C",
|
|
1107
1107
|
"type": "color",
|
|
1108
1108
|
"filePath": "libs/tokens/src/color/code.json",
|
|
1109
1109
|
"isSource": true,
|
|
1110
1110
|
"original": {
|
|
1111
|
-
"value": "#
|
|
1111
|
+
"value": "#6C6C6C",
|
|
1112
1112
|
"type": "color"
|
|
1113
1113
|
},
|
|
1114
1114
|
"name": "code-snippet-comment",
|
|
@@ -1122,12 +1122,12 @@
|
|
|
1122
1122
|
]
|
|
1123
1123
|
},
|
|
1124
1124
|
"code-snippet-keyword": {
|
|
1125
|
-
"value": "#
|
|
1125
|
+
"value": "#A626A4",
|
|
1126
1126
|
"type": "color",
|
|
1127
1127
|
"filePath": "libs/tokens/src/color/code.json",
|
|
1128
1128
|
"isSource": true,
|
|
1129
1129
|
"original": {
|
|
1130
|
-
"value": "#
|
|
1130
|
+
"value": "#A626A4",
|
|
1131
1131
|
"type": "color"
|
|
1132
1132
|
},
|
|
1133
1133
|
"name": "code-snippet-keyword",
|
|
@@ -1141,12 +1141,12 @@
|
|
|
1141
1141
|
]
|
|
1142
1142
|
},
|
|
1143
1143
|
"code-snippet-selector": {
|
|
1144
|
-
"value": "#
|
|
1144
|
+
"value": "#AD0F00",
|
|
1145
1145
|
"type": "color",
|
|
1146
1146
|
"filePath": "libs/tokens/src/color/code.json",
|
|
1147
1147
|
"isSource": true,
|
|
1148
1148
|
"original": {
|
|
1149
|
-
"value": "#
|
|
1149
|
+
"value": "#AD0F00",
|
|
1150
1150
|
"type": "color"
|
|
1151
1151
|
},
|
|
1152
1152
|
"name": "code-snippet-selector",
|
|
@@ -1160,12 +1160,12 @@
|
|
|
1160
1160
|
]
|
|
1161
1161
|
},
|
|
1162
1162
|
"code-snippet-literal": {
|
|
1163
|
-
"value": "#
|
|
1163
|
+
"value": "#17749B",
|
|
1164
1164
|
"type": "color",
|
|
1165
1165
|
"filePath": "libs/tokens/src/color/code.json",
|
|
1166
1166
|
"isSource": true,
|
|
1167
1167
|
"original": {
|
|
1168
|
-
"value": "#
|
|
1168
|
+
"value": "#17749B",
|
|
1169
1169
|
"type": "color"
|
|
1170
1170
|
},
|
|
1171
1171
|
"name": "code-snippet-literal",
|
|
@@ -1179,12 +1179,12 @@
|
|
|
1179
1179
|
]
|
|
1180
1180
|
},
|
|
1181
1181
|
"code-snippet-string": {
|
|
1182
|
-
"value": "#
|
|
1182
|
+
"value": "#0A7C08",
|
|
1183
1183
|
"type": "color",
|
|
1184
1184
|
"filePath": "libs/tokens/src/color/code.json",
|
|
1185
1185
|
"isSource": true,
|
|
1186
1186
|
"original": {
|
|
1187
|
-
"value": "#
|
|
1187
|
+
"value": "#0A7C08",
|
|
1188
1188
|
"type": "color"
|
|
1189
1189
|
},
|
|
1190
1190
|
"name": "code-snippet-string",
|
|
@@ -1198,12 +1198,12 @@
|
|
|
1198
1198
|
]
|
|
1199
1199
|
},
|
|
1200
1200
|
"code-snippet-variable": {
|
|
1201
|
-
"value": "#
|
|
1201
|
+
"value": "#8E6102",
|
|
1202
1202
|
"type": "color",
|
|
1203
1203
|
"filePath": "libs/tokens/src/color/code.json",
|
|
1204
1204
|
"isSource": true,
|
|
1205
1205
|
"original": {
|
|
1206
|
-
"value": "#
|
|
1206
|
+
"value": "#8E6102",
|
|
1207
1207
|
"type": "color"
|
|
1208
1208
|
},
|
|
1209
1209
|
"name": "code-snippet-variable",
|
|
@@ -1217,12 +1217,12 @@
|
|
|
1217
1217
|
]
|
|
1218
1218
|
},
|
|
1219
1219
|
"code-snippet-title": {
|
|
1220
|
-
"value": "#
|
|
1220
|
+
"value": "#004FFD",
|
|
1221
1221
|
"type": "color",
|
|
1222
1222
|
"filePath": "libs/tokens/src/color/code.json",
|
|
1223
1223
|
"isSource": true,
|
|
1224
1224
|
"original": {
|
|
1225
|
-
"value": "#
|
|
1225
|
+
"value": "#004FFD",
|
|
1226
1226
|
"type": "color"
|
|
1227
1227
|
},
|
|
1228
1228
|
"name": "code-snippet-title",
|
|
@@ -1236,12 +1236,12 @@
|
|
|
1236
1236
|
]
|
|
1237
1237
|
},
|
|
1238
1238
|
"code-snippet-class": {
|
|
1239
|
-
"value": "#
|
|
1239
|
+
"value": "#6A6C02",
|
|
1240
1240
|
"type": "color",
|
|
1241
1241
|
"filePath": "libs/tokens/src/color/code.json",
|
|
1242
1242
|
"isSource": true,
|
|
1243
1243
|
"original": {
|
|
1244
|
-
"value": "#
|
|
1244
|
+
"value": "#6A6C02",
|
|
1245
1245
|
"type": "color"
|
|
1246
1246
|
},
|
|
1247
1247
|
"name": "code-snippet-class",
|