@aurodesignsystem/design-tokens 4.3.0 → 4.4.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/CHANGELOG.md +19 -0
- package/README.md +62 -52
- package/dist/tokens/CSSCustomProperties.css +2 -1
- package/dist/tokens/CSSSizeCustomProperties.css +2 -1
- package/dist/tokens/JSData--color.js +125 -125
- package/dist/tokens/JSONVariablesFlat.json +274 -0
- package/dist/tokens/JSONVariablesNested.json +522 -0
- package/dist/tokens/JSObject--allTokens.js +297 -274
- package/dist/tokens/JSObject--deprecated.js +78 -78
- package/dist/tokens/JSVariables--color.js +1 -1
- package/dist/tokens/SCSSVariableMap.scss +3 -1
- package/dist/tokens/SCSSVariables.scss +2 -1
- package/dist/tokens/SCSSVariablesMapFlat.scss +3 -1
- package/dist/tokens/SassCustomProperties.scss +2 -1
- package/dist/tokens/SassSizeCustomProperties.scss +2 -1
- package/dist/tokens/darkmode/CSSCustomProperties.css +1 -1
- package/dist/tokens/darkmode/JSDataColor.js +14 -14
- package/dist/tokens/darkmode/JSObject--allDarkTokens.js +14 -14
- package/dist/tokens/darkmode/JSVariablesColor.js +1 -1
- package/dist/tokens/darkmode/SCSSVariables.scss +1 -1
- package/dist/tokens/darkmode/SCSSVariablesMapFlat.scss +1 -1
- package/dist/tokens/darkmode/SassCustomProperties.scss +1 -1
- package/package.json +9 -8
- package/packageScripts/postinstall.mjs +1 -1
- package/src/size/radius.json +1 -1
- package/src/size/scale.json +6 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 09 May 2024 18:13:45 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
module.exports = {
|
|
@@ -12,7 +12,7 @@ module.exports = {
|
|
|
12
12
|
"deprecated": true,
|
|
13
13
|
"reference": "n/a",
|
|
14
14
|
"version": "3.10.0",
|
|
15
|
-
"filePath": "
|
|
15
|
+
"filePath": "src/size/scale.json",
|
|
16
16
|
"isSource": false,
|
|
17
17
|
"original": {
|
|
18
18
|
"value": "0",
|
|
@@ -39,7 +39,7 @@ module.exports = {
|
|
|
39
39
|
"reference": "size-25",
|
|
40
40
|
"deprecated": true,
|
|
41
41
|
"version": "3.10.0",
|
|
42
|
-
"filePath": "
|
|
42
|
+
"filePath": "src/size/scale.json",
|
|
43
43
|
"isSource": false,
|
|
44
44
|
"original": {
|
|
45
45
|
"value": 0.125,
|
|
@@ -66,7 +66,7 @@ module.exports = {
|
|
|
66
66
|
"reference": "size-50",
|
|
67
67
|
"deprecated": true,
|
|
68
68
|
"version": "3.10.0",
|
|
69
|
-
"filePath": "
|
|
69
|
+
"filePath": "src/size/scale.json",
|
|
70
70
|
"isSource": false,
|
|
71
71
|
"original": {
|
|
72
72
|
"value": 0.25,
|
|
@@ -93,7 +93,7 @@ module.exports = {
|
|
|
93
93
|
"reference": "size-100",
|
|
94
94
|
"deprecated": true,
|
|
95
95
|
"version": "3.10.0",
|
|
96
|
-
"filePath": "
|
|
96
|
+
"filePath": "src/size/scale.json",
|
|
97
97
|
"isSource": false,
|
|
98
98
|
"original": {
|
|
99
99
|
"value": 0.5,
|
|
@@ -120,7 +120,7 @@ module.exports = {
|
|
|
120
120
|
"reference": "size-150",
|
|
121
121
|
"deprecated": true,
|
|
122
122
|
"version": "3.10.0",
|
|
123
|
-
"filePath": "
|
|
123
|
+
"filePath": "src/size/scale.json",
|
|
124
124
|
"isSource": false,
|
|
125
125
|
"original": {
|
|
126
126
|
"value": 0.75,
|
|
@@ -147,7 +147,7 @@ module.exports = {
|
|
|
147
147
|
"reference": "size-200",
|
|
148
148
|
"deprecated": true,
|
|
149
149
|
"version": "3.10.0",
|
|
150
|
-
"filePath": "
|
|
150
|
+
"filePath": "src/size/scale.json",
|
|
151
151
|
"isSource": false,
|
|
152
152
|
"original": {
|
|
153
153
|
"value": 1,
|
|
@@ -174,7 +174,7 @@ module.exports = {
|
|
|
174
174
|
"reference": "size-300",
|
|
175
175
|
"deprecated": true,
|
|
176
176
|
"version": "3.10.0",
|
|
177
|
-
"filePath": "
|
|
177
|
+
"filePath": "src/size/scale.json",
|
|
178
178
|
"isSource": false,
|
|
179
179
|
"original": {
|
|
180
180
|
"value": 1.5,
|
|
@@ -201,7 +201,7 @@ module.exports = {
|
|
|
201
201
|
"reference": "size-400",
|
|
202
202
|
"deprecated": true,
|
|
203
203
|
"version": "3.10.0",
|
|
204
|
-
"filePath": "
|
|
204
|
+
"filePath": "src/size/scale.json",
|
|
205
205
|
"isSource": false,
|
|
206
206
|
"original": {
|
|
207
207
|
"value": 2,
|
|
@@ -228,7 +228,7 @@ module.exports = {
|
|
|
228
228
|
"public": false,
|
|
229
229
|
"deprecated": true,
|
|
230
230
|
"version": "3.10.0",
|
|
231
|
-
"filePath": "
|
|
231
|
+
"filePath": "src/size/scale.json",
|
|
232
232
|
"isSource": false,
|
|
233
233
|
"original": {
|
|
234
234
|
"value": 3,
|
|
@@ -255,7 +255,7 @@ module.exports = {
|
|
|
255
255
|
"version": "3.10.0",
|
|
256
256
|
"comment": "\n // New token, see auro-size-800",
|
|
257
257
|
"reference": "size-800",
|
|
258
|
-
"filePath": "
|
|
258
|
+
"filePath": "src/size/scale.json",
|
|
259
259
|
"isSource": false,
|
|
260
260
|
"original": {
|
|
261
261
|
"value": 4,
|
|
@@ -284,7 +284,7 @@ module.exports = {
|
|
|
284
284
|
"version": "3.13.0",
|
|
285
285
|
"reference": "grid-breakpoint-sm",
|
|
286
286
|
"comment": "\n // New token, see grid-breakpoint-sm",
|
|
287
|
-
"filePath": "
|
|
287
|
+
"filePath": "src/breakpoint.json",
|
|
288
288
|
"isSource": false,
|
|
289
289
|
"original": {
|
|
290
290
|
"value": "660px",
|
|
@@ -311,7 +311,7 @@ module.exports = {
|
|
|
311
311
|
"version": "3.13.0",
|
|
312
312
|
"reference": "grid-breakpoint-md",
|
|
313
313
|
"comment": "\n // New token, see grid-breakpoint-md",
|
|
314
|
-
"filePath": "
|
|
314
|
+
"filePath": "src/breakpoint.json",
|
|
315
315
|
"isSource": false,
|
|
316
316
|
"original": {
|
|
317
317
|
"value": "1024px",
|
|
@@ -338,7 +338,7 @@ module.exports = {
|
|
|
338
338
|
"version": "3.13.0",
|
|
339
339
|
"reference": "grid-breakpoint-lg",
|
|
340
340
|
"comment": "\n // New token, see grid-breakpoint-lg",
|
|
341
|
-
"filePath": "
|
|
341
|
+
"filePath": "src/breakpoint.json",
|
|
342
342
|
"isSource": false,
|
|
343
343
|
"original": {
|
|
344
344
|
"value": "1232px",
|
|
@@ -366,7 +366,7 @@ module.exports = {
|
|
|
366
366
|
"deprecated": true,
|
|
367
367
|
"reference": "depth-modal",
|
|
368
368
|
"version": "3.2.1",
|
|
369
|
-
"filePath": "
|
|
369
|
+
"filePath": "src/depth.json",
|
|
370
370
|
"isSource": false,
|
|
371
371
|
"original": {
|
|
372
372
|
"value": "100",
|
|
@@ -394,7 +394,7 @@ module.exports = {
|
|
|
394
394
|
"deprecated": true,
|
|
395
395
|
"reference": "n/a",
|
|
396
396
|
"version": "3.2.1",
|
|
397
|
-
"filePath": "
|
|
397
|
+
"filePath": "src/shadow.json",
|
|
398
398
|
"isSource": false,
|
|
399
399
|
"original": {
|
|
400
400
|
"value": "0 0 3px 0 rgba(0, 0, 0, 0.35)",
|
|
@@ -430,7 +430,7 @@ module.exports = {
|
|
|
430
430
|
"comment": "Deprecated token",
|
|
431
431
|
"reference": "color-alert-notification-default",
|
|
432
432
|
"version": "3.15.0",
|
|
433
|
-
"filePath": "
|
|
433
|
+
"filePath": "src/color/alert.json",
|
|
434
434
|
"isSource": true,
|
|
435
435
|
"original": {
|
|
436
436
|
"value": "{color.brand.atlas.400.value}",
|
|
@@ -467,7 +467,7 @@ module.exports = {
|
|
|
467
467
|
"comment": "Deprecated token",
|
|
468
468
|
"reference": "n/a",
|
|
469
469
|
"version": "3.12.0",
|
|
470
|
-
"filePath": "
|
|
470
|
+
"filePath": "src/color/alert.json",
|
|
471
471
|
"isSource": true,
|
|
472
472
|
"original": {
|
|
473
473
|
"value": "{color.brand.breeze.300.value}",
|
|
@@ -506,7 +506,7 @@ module.exports = {
|
|
|
506
506
|
"comment": "Deprecated token",
|
|
507
507
|
"reference": "n/a",
|
|
508
508
|
"version": "3.12.0",
|
|
509
|
-
"filePath": "
|
|
509
|
+
"filePath": "src/color/alert.json",
|
|
510
510
|
"isSource": true,
|
|
511
511
|
"original": {
|
|
512
512
|
"value": "{color.state.warning.500.value}",
|
|
@@ -545,7 +545,7 @@ module.exports = {
|
|
|
545
545
|
"comment": "Deprecated token",
|
|
546
546
|
"reference": "color-alert-error-default",
|
|
547
547
|
"version": "3.15.0",
|
|
548
|
-
"filePath": "
|
|
548
|
+
"filePath": "src/color/alert.json",
|
|
549
549
|
"isSource": true,
|
|
550
550
|
"original": {
|
|
551
551
|
"value": "{color.state.error.500.value}",
|
|
@@ -582,7 +582,7 @@ module.exports = {
|
|
|
582
582
|
"reference": "n/a",
|
|
583
583
|
"comment": "Deprecated token",
|
|
584
584
|
"version": "3.12.0",
|
|
585
|
-
"filePath": "
|
|
585
|
+
"filePath": "src/color/alert.json",
|
|
586
586
|
"isSource": true,
|
|
587
587
|
"original": {
|
|
588
588
|
"value": "{color.state.error.100.value}",
|
|
@@ -621,7 +621,7 @@ module.exports = {
|
|
|
621
621
|
"comment": "Deprecated token",
|
|
622
622
|
"reference": "color-alert-success-default",
|
|
623
623
|
"version": "3.15.0",
|
|
624
|
-
"filePath": "
|
|
624
|
+
"filePath": "src/color/alert.json",
|
|
625
625
|
"isSource": true,
|
|
626
626
|
"original": {
|
|
627
627
|
"value": "{color.state.success.500.value}",
|
|
@@ -658,7 +658,7 @@ module.exports = {
|
|
|
658
658
|
"comment": "Deprecated token",
|
|
659
659
|
"reference": "n/a",
|
|
660
660
|
"version": "3.12.0",
|
|
661
|
-
"filePath": "
|
|
661
|
+
"filePath": "src/color/alert.json",
|
|
662
662
|
"isSource": true,
|
|
663
663
|
"original": {
|
|
664
664
|
"value": "{color.state.success.100.value}",
|
|
@@ -697,7 +697,7 @@ module.exports = {
|
|
|
697
697
|
"comment": "Deprecated token",
|
|
698
698
|
"reference": "color-alert-advisory-default",
|
|
699
699
|
"version": "3.15.0",
|
|
700
|
-
"filePath": "
|
|
700
|
+
"filePath": "src/color/alert.json",
|
|
701
701
|
"isSource": true,
|
|
702
702
|
"original": {
|
|
703
703
|
"value": "{color.brand.goldcoast.100.value}",
|
|
@@ -734,7 +734,7 @@ module.exports = {
|
|
|
734
734
|
"comment": "Deprecated token",
|
|
735
735
|
"reference": "n/a",
|
|
736
736
|
"version": "3.12.0",
|
|
737
|
-
"filePath": "
|
|
737
|
+
"filePath": "src/color/alert.json",
|
|
738
738
|
"isSource": true,
|
|
739
739
|
"original": {
|
|
740
740
|
"value": "{color.brand.goldcoast.100.value}",
|
|
@@ -775,7 +775,7 @@ module.exports = {
|
|
|
775
775
|
"deprecated": true,
|
|
776
776
|
"reference": "color-brand-gray-100",
|
|
777
777
|
"comment": "\n // New token, see color-brand-gray-100",
|
|
778
|
-
"filePath": "
|
|
778
|
+
"filePath": "src/color/base.json",
|
|
779
779
|
"isSource": true,
|
|
780
780
|
"original": {
|
|
781
781
|
"value": "f8f8f8",
|
|
@@ -812,7 +812,7 @@ module.exports = {
|
|
|
812
812
|
"version": "3.1.0",
|
|
813
813
|
"reference": "color-brand-gray-200",
|
|
814
814
|
"comment": "\n // New token, see color-brand-gray-200",
|
|
815
|
-
"filePath": "
|
|
815
|
+
"filePath": "src/color/base.json",
|
|
816
816
|
"isSource": true,
|
|
817
817
|
"original": {
|
|
818
818
|
"value": "dbdbdb",
|
|
@@ -849,7 +849,7 @@ module.exports = {
|
|
|
849
849
|
"version": "3.1.0",
|
|
850
850
|
"reference": "color-brand-gray-300",
|
|
851
851
|
"comment": "\n // New token, see color-brand-gray-300",
|
|
852
|
-
"filePath": "
|
|
852
|
+
"filePath": "src/color/base.json",
|
|
853
853
|
"isSource": true,
|
|
854
854
|
"original": {
|
|
855
855
|
"value": "b2b2b2",
|
|
@@ -886,7 +886,7 @@ module.exports = {
|
|
|
886
886
|
"version": "3.1.0",
|
|
887
887
|
"reference": "color-brand-gray-400",
|
|
888
888
|
"comment": "\n // New token, see color-brand-gray-400",
|
|
889
|
-
"filePath": "
|
|
889
|
+
"filePath": "src/color/base.json",
|
|
890
890
|
"isSource": true,
|
|
891
891
|
"original": {
|
|
892
892
|
"value": "767676",
|
|
@@ -923,7 +923,7 @@ module.exports = {
|
|
|
923
923
|
"version": "3.1.0",
|
|
924
924
|
"reference": "color-brand-gray-500",
|
|
925
925
|
"comment": "\n // New token, see color-brand-gray-500",
|
|
926
|
-
"filePath": "
|
|
926
|
+
"filePath": "src/color/base.json",
|
|
927
927
|
"isSource": true,
|
|
928
928
|
"original": {
|
|
929
929
|
"value": "222222",
|
|
@@ -959,7 +959,7 @@ module.exports = {
|
|
|
959
959
|
"version": "3.1.0",
|
|
960
960
|
"reference": "color-brand-neutral-400",
|
|
961
961
|
"comment": "\n // New token, see color-brand-neutral-400",
|
|
962
|
-
"filePath": "
|
|
962
|
+
"filePath": "src/color/base.json",
|
|
963
963
|
"isSource": true,
|
|
964
964
|
"original": {
|
|
965
965
|
"value": "9fabbb",
|
|
@@ -990,7 +990,7 @@ module.exports = {
|
|
|
990
990
|
"version": "3.1.0",
|
|
991
991
|
"reference": "color-brand-neutral-500",
|
|
992
992
|
"comment": "\n // New token, see color-brand-neutral-500",
|
|
993
|
-
"filePath": "
|
|
993
|
+
"filePath": "src/color/base.json",
|
|
994
994
|
"isSource": true,
|
|
995
995
|
"original": {
|
|
996
996
|
"value": "626b79",
|
|
@@ -1028,7 +1028,7 @@ module.exports = {
|
|
|
1028
1028
|
"comment": "Deprecated token",
|
|
1029
1029
|
"reference": "color-border-primary-default",
|
|
1030
1030
|
"version": "3.15.0",
|
|
1031
|
-
"filePath": "
|
|
1031
|
+
"filePath": "src/color/border.json",
|
|
1032
1032
|
"isSource": true,
|
|
1033
1033
|
"original": {
|
|
1034
1034
|
"value": "{color.brand.neutral.500.value}",
|
|
@@ -1065,7 +1065,7 @@ module.exports = {
|
|
|
1065
1065
|
"comment": "Deprecated token",
|
|
1066
1066
|
"reference": "color-border-primary-inverse",
|
|
1067
1067
|
"version": "3.15.0",
|
|
1068
|
-
"filePath": "
|
|
1068
|
+
"filePath": "src/color/border.json",
|
|
1069
1069
|
"isSource": true,
|
|
1070
1070
|
"original": {
|
|
1071
1071
|
"value": "{color.brand.neutral.400.value}",
|
|
@@ -1104,7 +1104,7 @@ module.exports = {
|
|
|
1104
1104
|
"comment": "Deprecated token",
|
|
1105
1105
|
"reference": "color-border-active-default",
|
|
1106
1106
|
"version": "3.15.0",
|
|
1107
|
-
"filePath": "
|
|
1107
|
+
"filePath": "src/color/border.json",
|
|
1108
1108
|
"isSource": true,
|
|
1109
1109
|
"original": {
|
|
1110
1110
|
"value": "{color.brand.atlas.400.value}",
|
|
@@ -1141,7 +1141,7 @@ module.exports = {
|
|
|
1141
1141
|
"comment": "Deprecated token",
|
|
1142
1142
|
"reference": "n/a",
|
|
1143
1143
|
"version": "3.12.0",
|
|
1144
|
-
"filePath": "
|
|
1144
|
+
"filePath": "src/color/border.json",
|
|
1145
1145
|
"isSource": true,
|
|
1146
1146
|
"original": {
|
|
1147
1147
|
"value": "{color.brand.breeze.300.value}",
|
|
@@ -1180,7 +1180,7 @@ module.exports = {
|
|
|
1180
1180
|
"comment": "Deprecated token",
|
|
1181
1181
|
"reference": "color-border-error-default",
|
|
1182
1182
|
"version": "3.15.0",
|
|
1183
|
-
"filePath": "
|
|
1183
|
+
"filePath": "src/color/border.json",
|
|
1184
1184
|
"isSource": true,
|
|
1185
1185
|
"original": {
|
|
1186
1186
|
"value": "{color.state.error.500.value}",
|
|
@@ -1217,7 +1217,7 @@ module.exports = {
|
|
|
1217
1217
|
"comment": "Deprecated token",
|
|
1218
1218
|
"reference": "n/a",
|
|
1219
1219
|
"version": "3.12.0",
|
|
1220
|
-
"filePath": "
|
|
1220
|
+
"filePath": "src/color/border.json",
|
|
1221
1221
|
"isSource": true,
|
|
1222
1222
|
"original": {
|
|
1223
1223
|
"value": "{color.state.error.100.value}",
|
|
@@ -1256,7 +1256,7 @@ module.exports = {
|
|
|
1256
1256
|
"comment": "Deprecated token",
|
|
1257
1257
|
"reference": "color-border-disabled-default",
|
|
1258
1258
|
"version": "3.15.0",
|
|
1259
|
-
"filePath": "
|
|
1259
|
+
"filePath": "src/color/border.json",
|
|
1260
1260
|
"isSource": true,
|
|
1261
1261
|
"original": {
|
|
1262
1262
|
"value": "{color.base.gray.200.value}",
|
|
@@ -1293,7 +1293,7 @@ module.exports = {
|
|
|
1293
1293
|
"comment": "Deprecated token",
|
|
1294
1294
|
"reference": "n/a",
|
|
1295
1295
|
"version": "3.12.0",
|
|
1296
|
-
"filePath": "
|
|
1296
|
+
"filePath": "src/color/border.json",
|
|
1297
1297
|
"isSource": true,
|
|
1298
1298
|
"original": {
|
|
1299
1299
|
"value": "{color.base.gray.200.value}",
|
|
@@ -1332,7 +1332,7 @@ module.exports = {
|
|
|
1332
1332
|
"comment": "Deprecated token",
|
|
1333
1333
|
"reference": "color-border-focus-default",
|
|
1334
1334
|
"version": "3.15.0",
|
|
1335
|
-
"filePath": "
|
|
1335
|
+
"filePath": "src/color/border.json",
|
|
1336
1336
|
"isSource": true,
|
|
1337
1337
|
"original": {
|
|
1338
1338
|
"value": "{color.base.gray.500.value}",
|
|
@@ -1369,7 +1369,7 @@ module.exports = {
|
|
|
1369
1369
|
"comment": "Deprecated token",
|
|
1370
1370
|
"reference": "n/a",
|
|
1371
1371
|
"version": "3.12.0",
|
|
1372
|
-
"filePath": "
|
|
1372
|
+
"filePath": "src/color/border.json",
|
|
1373
1373
|
"isSource": true,
|
|
1374
1374
|
"original": {
|
|
1375
1375
|
"value": "{color.base.white.value}",
|
|
@@ -1408,7 +1408,7 @@ module.exports = {
|
|
|
1408
1408
|
"comment": "Deprecated token",
|
|
1409
1409
|
"reference": "color-border-divider-default",
|
|
1410
1410
|
"version": "3.15.0",
|
|
1411
|
-
"filePath": "
|
|
1411
|
+
"filePath": "src/color/border.json",
|
|
1412
1412
|
"isSource": true,
|
|
1413
1413
|
"original": {
|
|
1414
1414
|
"value": "{color.base.black-opacity-15.value}",
|
|
@@ -1445,7 +1445,7 @@ module.exports = {
|
|
|
1445
1445
|
"comment": "Deprecated token",
|
|
1446
1446
|
"reference": "color-border-divider-inverse",
|
|
1447
1447
|
"version": "3.15.0",
|
|
1448
|
-
"filePath": "
|
|
1448
|
+
"filePath": "src/color/border.json",
|
|
1449
1449
|
"isSource": true,
|
|
1450
1450
|
"original": {
|
|
1451
1451
|
"value": "{color.base.white.value}",
|
|
@@ -1486,7 +1486,7 @@ module.exports = {
|
|
|
1486
1486
|
"comment": "Deprecated token",
|
|
1487
1487
|
"reference": "color-icon-primary-default",
|
|
1488
1488
|
"version": "3.15.0",
|
|
1489
|
-
"filePath": "
|
|
1489
|
+
"filePath": "src/color/icon.json",
|
|
1490
1490
|
"isSource": true,
|
|
1491
1491
|
"original": {
|
|
1492
1492
|
"value": "{color.base.neutral.500.value}",
|
|
@@ -1523,7 +1523,7 @@ module.exports = {
|
|
|
1523
1523
|
"comment": "Deprecated token",
|
|
1524
1524
|
"reference": "color-icon-primary-inverse",
|
|
1525
1525
|
"version": "3.15.0",
|
|
1526
|
-
"filePath": "
|
|
1526
|
+
"filePath": "src/color/icon.json",
|
|
1527
1527
|
"isSource": true,
|
|
1528
1528
|
"original": {
|
|
1529
1529
|
"value": "{color.base.neutral.400.value}",
|
|
@@ -1562,7 +1562,7 @@ module.exports = {
|
|
|
1562
1562
|
"comment": "Deprecated token",
|
|
1563
1563
|
"reference": "color-icon-emphasis-default",
|
|
1564
1564
|
"version": "3.15.0",
|
|
1565
|
-
"filePath": "
|
|
1565
|
+
"filePath": "src/color/icon.json",
|
|
1566
1566
|
"isSource": true,
|
|
1567
1567
|
"original": {
|
|
1568
1568
|
"value": "{color.base.gray.500.value}",
|
|
@@ -1599,7 +1599,7 @@ module.exports = {
|
|
|
1599
1599
|
"comment": "Deprecated token",
|
|
1600
1600
|
"reference": "color-icon-emphasis-inverse",
|
|
1601
1601
|
"version": "3.15.0",
|
|
1602
|
-
"filePath": "
|
|
1602
|
+
"filePath": "src/color/icon.json",
|
|
1603
1603
|
"isSource": true,
|
|
1604
1604
|
"original": {
|
|
1605
1605
|
"value": "{color.base.white.value}",
|
|
@@ -1638,7 +1638,7 @@ module.exports = {
|
|
|
1638
1638
|
"comment": "Deprecated token",
|
|
1639
1639
|
"reference": "color-icon-accent-default",
|
|
1640
1640
|
"version": "3.15.0",
|
|
1641
|
-
"filePath": "
|
|
1641
|
+
"filePath": "src/color/icon.json",
|
|
1642
1642
|
"isSource": true,
|
|
1643
1643
|
"original": {
|
|
1644
1644
|
"value": "{color.brand.atlas.400.value}",
|
|
@@ -1675,7 +1675,7 @@ module.exports = {
|
|
|
1675
1675
|
"comment": "Deprecated token",
|
|
1676
1676
|
"reference": "n/a",
|
|
1677
1677
|
"version": "3.12.0",
|
|
1678
|
-
"filePath": "
|
|
1678
|
+
"filePath": "src/color/icon.json",
|
|
1679
1679
|
"isSource": true,
|
|
1680
1680
|
"original": {
|
|
1681
1681
|
"value": "{color.brand.breeze.300.value}",
|
|
@@ -1714,7 +1714,7 @@ module.exports = {
|
|
|
1714
1714
|
"comment": "Deprecated token",
|
|
1715
1715
|
"reference": "color-icon-disabled-default",
|
|
1716
1716
|
"version": "3.15.0",
|
|
1717
|
-
"filePath": "
|
|
1717
|
+
"filePath": "src/color/icon.json",
|
|
1718
1718
|
"isSource": true,
|
|
1719
1719
|
"original": {
|
|
1720
1720
|
"value": "{color.base.black-opacity-15.value}",
|
|
@@ -1751,7 +1751,7 @@ module.exports = {
|
|
|
1751
1751
|
"comment": "Deprecated token",
|
|
1752
1752
|
"reference": "n/a",
|
|
1753
1753
|
"version": "3.12.0",
|
|
1754
|
-
"filePath": "
|
|
1754
|
+
"filePath": "src/color/icon.json",
|
|
1755
1755
|
"isSource": true,
|
|
1756
1756
|
"original": {
|
|
1757
1757
|
"value": "{color.base.white-opacity-40.value}",
|
|
@@ -1792,7 +1792,7 @@ module.exports = {
|
|
|
1792
1792
|
"comment": "Deprecated token",
|
|
1793
1793
|
"reference": "color-text-primary-default",
|
|
1794
1794
|
"version": "3.15.0",
|
|
1795
|
-
"filePath": "
|
|
1795
|
+
"filePath": "src/color/text.json",
|
|
1796
1796
|
"isSource": true,
|
|
1797
1797
|
"original": {
|
|
1798
1798
|
"value": "{color.base.gray.500.value}",
|
|
@@ -1829,7 +1829,7 @@ module.exports = {
|
|
|
1829
1829
|
"comment": "Deprecated token",
|
|
1830
1830
|
"reference": "color-text-primary-inverse",
|
|
1831
1831
|
"version": "3.15.0",
|
|
1832
|
-
"filePath": "
|
|
1832
|
+
"filePath": "src/color/text.json",
|
|
1833
1833
|
"isSource": true,
|
|
1834
1834
|
"original": {
|
|
1835
1835
|
"value": "{color.base.white.value}",
|
|
@@ -1868,7 +1868,7 @@ module.exports = {
|
|
|
1868
1868
|
"comment": "Deprecated token",
|
|
1869
1869
|
"reference": "color-text-secondary-default",
|
|
1870
1870
|
"version": "3.15.0",
|
|
1871
|
-
"filePath": "
|
|
1871
|
+
"filePath": "src/color/text.json",
|
|
1872
1872
|
"isSource": true,
|
|
1873
1873
|
"original": {
|
|
1874
1874
|
"value": "{color.base.neutral.500.value}",
|
|
@@ -1905,7 +1905,7 @@ module.exports = {
|
|
|
1905
1905
|
"comment": "Deprecated token",
|
|
1906
1906
|
"reference": "color-text-secondary-inverse",
|
|
1907
1907
|
"version": "3.15.0",
|
|
1908
|
-
"filePath": "
|
|
1908
|
+
"filePath": "src/color/text.json",
|
|
1909
1909
|
"isSource": true,
|
|
1910
1910
|
"original": {
|
|
1911
1911
|
"value": "{color.base.neutral.400.value}",
|
|
@@ -1944,7 +1944,7 @@ module.exports = {
|
|
|
1944
1944
|
"comment": "Deprecated token",
|
|
1945
1945
|
"reference": "color-text-link-default",
|
|
1946
1946
|
"version": "3.15.0",
|
|
1947
|
-
"filePath": "
|
|
1947
|
+
"filePath": "src/color/text.json",
|
|
1948
1948
|
"isSource": true,
|
|
1949
1949
|
"original": {
|
|
1950
1950
|
"value": "{color.brand.atlas.400.value}",
|
|
@@ -1980,7 +1980,7 @@ module.exports = {
|
|
|
1980
1980
|
"deprecated": true,
|
|
1981
1981
|
"reference": "color-text-link-inverse",
|
|
1982
1982
|
"version": "3.15.0",
|
|
1983
|
-
"filePath": "
|
|
1983
|
+
"filePath": "src/color/text.json",
|
|
1984
1984
|
"isSource": true,
|
|
1985
1985
|
"original": {
|
|
1986
1986
|
"value": "{color.brand.breeze.300.value}",
|
|
@@ -2018,7 +2018,7 @@ module.exports = {
|
|
|
2018
2018
|
"comment": "Deprecated token",
|
|
2019
2019
|
"reference": "color-text-error-default",
|
|
2020
2020
|
"version": "3.15.0",
|
|
2021
|
-
"filePath": "
|
|
2021
|
+
"filePath": "src/color/text.json",
|
|
2022
2022
|
"isSource": true,
|
|
2023
2023
|
"original": {
|
|
2024
2024
|
"value": "{color.state.error.500.value}",
|
|
@@ -2055,7 +2055,7 @@ module.exports = {
|
|
|
2055
2055
|
"comment": "Deprecated token",
|
|
2056
2056
|
"reference": "color-text-error-inverse",
|
|
2057
2057
|
"version": "3.15.0",
|
|
2058
|
-
"filePath": "
|
|
2058
|
+
"filePath": "src/color/text.json",
|
|
2059
2059
|
"isSource": true,
|
|
2060
2060
|
"original": {
|
|
2061
2061
|
"value": "{color.state.error.100.value}",
|
|
@@ -2094,7 +2094,7 @@ module.exports = {
|
|
|
2094
2094
|
"comment": "Deprecated token",
|
|
2095
2095
|
"reference": "color-text-disabled",
|
|
2096
2096
|
"version": "3.15.0",
|
|
2097
|
-
"filePath": "
|
|
2097
|
+
"filePath": "src/color/text.json",
|
|
2098
2098
|
"isSource": true,
|
|
2099
2099
|
"original": {
|
|
2100
2100
|
"value": "{color.base.gray.200.value}",
|
|
@@ -2131,7 +2131,7 @@ module.exports = {
|
|
|
2131
2131
|
"comment": "Deprecated token",
|
|
2132
2132
|
"reference": "n/a",
|
|
2133
2133
|
"version": "3.12.0",
|
|
2134
|
-
"filePath": "
|
|
2134
|
+
"filePath": "src/color/text.json",
|
|
2135
2135
|
"isSource": true,
|
|
2136
2136
|
"original": {
|
|
2137
2137
|
"value": "{color.base.gray.200.value}",
|
|
@@ -2170,7 +2170,7 @@ module.exports = {
|
|
|
2170
2170
|
"comment": "Deprecated token",
|
|
2171
2171
|
"reference": "color-text-emphasis-default",
|
|
2172
2172
|
"version": "3.15.0",
|
|
2173
|
-
"filePath": "
|
|
2173
|
+
"filePath": "src/color/text.json",
|
|
2174
2174
|
"isSource": true,
|
|
2175
2175
|
"original": {
|
|
2176
2176
|
"value": "{color.brand.midnight.400.value}",
|
|
@@ -2207,7 +2207,7 @@ module.exports = {
|
|
|
2207
2207
|
"comment": "Deprecated token",
|
|
2208
2208
|
"reference": "color-text-emphasis-inverse",
|
|
2209
2209
|
"version": "3.15.0",
|
|
2210
|
-
"filePath": "
|
|
2210
|
+
"filePath": "src/color/text.json",
|
|
2211
2211
|
"isSource": true,
|
|
2212
2212
|
"original": {
|
|
2213
2213
|
"value": "{color.brand.midnight.100.value}",
|
|
@@ -2249,7 +2249,7 @@ module.exports = {
|
|
|
2249
2249
|
"comment": "Deprecated token",
|
|
2250
2250
|
"reference": "color-tier-alaska-mvp-default",
|
|
2251
2251
|
"version": "3.15.0",
|
|
2252
|
-
"filePath": "
|
|
2252
|
+
"filePath": "src/color/tier.json",
|
|
2253
2253
|
"isSource": true,
|
|
2254
2254
|
"original": {
|
|
2255
2255
|
"value": "{color.brand.goldgray.200.value}",
|
|
@@ -2288,7 +2288,7 @@ module.exports = {
|
|
|
2288
2288
|
"comment": "Deprecated token",
|
|
2289
2289
|
"reference": "color-tier-alaska-mvp-inverse",
|
|
2290
2290
|
"version": "3.15.0",
|
|
2291
|
-
"filePath": "
|
|
2291
|
+
"filePath": "src/color/tier.json",
|
|
2292
2292
|
"isSource": true,
|
|
2293
2293
|
"original": {
|
|
2294
2294
|
"value": "{color.brand.goldgray.100.value}",
|
|
@@ -2329,7 +2329,7 @@ module.exports = {
|
|
|
2329
2329
|
"comment": "Deprecated token",
|
|
2330
2330
|
"reference": "color-tier-alaska-mvpgold-default",
|
|
2331
2331
|
"version": "3.15.0",
|
|
2332
|
-
"filePath": "
|
|
2332
|
+
"filePath": "src/color/tier.json",
|
|
2333
2333
|
"isSource": true,
|
|
2334
2334
|
"original": {
|
|
2335
2335
|
"value": "{color.brand.gold.200.value}",
|
|
@@ -2368,7 +2368,7 @@ module.exports = {
|
|
|
2368
2368
|
"comment": "Deprecated token",
|
|
2369
2369
|
"reference": "color-tier-alaska-mvpgold-inverse",
|
|
2370
2370
|
"version": "3.15.0",
|
|
2371
|
-
"filePath": "
|
|
2371
|
+
"filePath": "src/color/tier.json",
|
|
2372
2372
|
"isSource": true,
|
|
2373
2373
|
"original": {
|
|
2374
2374
|
"value": "{color.brand.gold.100.value}",
|
|
@@ -2412,7 +2412,7 @@ module.exports = {
|
|
|
2412
2412
|
"comment": "Deprecated token",
|
|
2413
2413
|
"reference": "color-ui-default-default",
|
|
2414
2414
|
"version": "3.15.0",
|
|
2415
|
-
"filePath": "
|
|
2415
|
+
"filePath": "src/color/ui.json",
|
|
2416
2416
|
"isSource": true,
|
|
2417
2417
|
"original": {
|
|
2418
2418
|
"value": "{color.brand.atlas.400.value}",
|
|
@@ -2449,7 +2449,7 @@ module.exports = {
|
|
|
2449
2449
|
"comment": "Deprecated token",
|
|
2450
2450
|
"reference": "n/a",
|
|
2451
2451
|
"version": "3.12.0",
|
|
2452
|
-
"filePath": "
|
|
2452
|
+
"filePath": "src/color/ui.json",
|
|
2453
2453
|
"isSource": true,
|
|
2454
2454
|
"original": {
|
|
2455
2455
|
"value": "{color.brand.breeze.300.value}",
|
|
@@ -2488,7 +2488,7 @@ module.exports = {
|
|
|
2488
2488
|
"comment": "Deprecated token",
|
|
2489
2489
|
"reference": "color-ui-hover-default",
|
|
2490
2490
|
"version": "3.15.0",
|
|
2491
|
-
"filePath": "
|
|
2491
|
+
"filePath": "src/color/ui.json",
|
|
2492
2492
|
"isSource": true,
|
|
2493
2493
|
"original": {
|
|
2494
2494
|
"value": "{color.brand.atlas.500.value}",
|
|
@@ -2525,7 +2525,7 @@ module.exports = {
|
|
|
2525
2525
|
"comment": "Deprecated token",
|
|
2526
2526
|
"reference": "n/a",
|
|
2527
2527
|
"version": "3.12.0",
|
|
2528
|
-
"filePath": "
|
|
2528
|
+
"filePath": "src/color/ui.json",
|
|
2529
2529
|
"isSource": true,
|
|
2530
2530
|
"original": {
|
|
2531
2531
|
"value": "{color.brand.breeze.200.value}",
|
|
@@ -2564,7 +2564,7 @@ module.exports = {
|
|
|
2564
2564
|
"comment": "Deprecated token",
|
|
2565
2565
|
"reference": "color-ui-active-default",
|
|
2566
2566
|
"version": "3.15.0",
|
|
2567
|
-
"filePath": "
|
|
2567
|
+
"filePath": "src/color/ui.json",
|
|
2568
2568
|
"isSource": true,
|
|
2569
2569
|
"original": {
|
|
2570
2570
|
"value": "{color.brand.atlas.500.value}",
|
|
@@ -2601,7 +2601,7 @@ module.exports = {
|
|
|
2601
2601
|
"comment": "Deprecated token",
|
|
2602
2602
|
"reference": "n/a",
|
|
2603
2603
|
"version": "3.12.0",
|
|
2604
|
-
"filePath": "
|
|
2604
|
+
"filePath": "src/color/ui.json",
|
|
2605
2605
|
"isSource": true,
|
|
2606
2606
|
"original": {
|
|
2607
2607
|
"value": "{color.brand.breeze.200.value}",
|
|
@@ -2640,7 +2640,7 @@ module.exports = {
|
|
|
2640
2640
|
"comment": "Deprecated token",
|
|
2641
2641
|
"reference": "color-ui-disabled-default",
|
|
2642
2642
|
"version": "3.15.0",
|
|
2643
|
-
"filePath": "
|
|
2643
|
+
"filePath": "src/color/ui.json",
|
|
2644
2644
|
"isSource": true,
|
|
2645
2645
|
"original": {
|
|
2646
2646
|
"value": "{color.brand.atlas.400-opacity-20.value}",
|
|
@@ -2677,7 +2677,7 @@ module.exports = {
|
|
|
2677
2677
|
"comment": "Deprecated token",
|
|
2678
2678
|
"reference": "n/a",
|
|
2679
2679
|
"version": "3.12.0",
|
|
2680
|
-
"filePath": "
|
|
2680
|
+
"filePath": "src/color/ui.json",
|
|
2681
2681
|
"isSource": true,
|
|
2682
2682
|
"original": {
|
|
2683
2683
|
"value": "{color.brand.breeze.300-opacity-30.value}",
|
|
@@ -2716,7 +2716,7 @@ module.exports = {
|
|
|
2716
2716
|
"comment": "Deprecated token",
|
|
2717
2717
|
"reference": "n/a",
|
|
2718
2718
|
"version": "3.12.0",
|
|
2719
|
-
"filePath": "
|
|
2719
|
+
"filePath": "src/color/ui.json",
|
|
2720
2720
|
"isSource": true,
|
|
2721
2721
|
"original": {
|
|
2722
2722
|
"value": "5de3f71a",
|
|
@@ -2753,7 +2753,7 @@ module.exports = {
|
|
|
2753
2753
|
"comment": "Deprecated token",
|
|
2754
2754
|
"reference": "color-ui-bkg-hover-default",
|
|
2755
2755
|
"version": "3.15.0",
|
|
2756
|
-
"filePath": "
|
|
2756
|
+
"filePath": "src/color/ui.json",
|
|
2757
2757
|
"isSource": true,
|
|
2758
2758
|
"original": {
|
|
2759
2759
|
"value": "0000000f",
|