@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:44 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
module.exports = {
|
|
@@ -11,7 +11,7 @@ module.exports = {
|
|
|
11
11
|
"value": "AS Circular",
|
|
12
12
|
"public": true,
|
|
13
13
|
"deprecated": false,
|
|
14
|
-
"filePath": "
|
|
14
|
+
"filePath": "src/asset/font.json",
|
|
15
15
|
"isSource": false,
|
|
16
16
|
"original": {
|
|
17
17
|
"value": "AS Circular",
|
|
@@ -36,7 +36,7 @@ module.exports = {
|
|
|
36
36
|
"value": "ASCircularWeb",
|
|
37
37
|
"public": true,
|
|
38
38
|
"deprecated": false,
|
|
39
|
-
"filePath": "
|
|
39
|
+
"filePath": "src/asset/font.json",
|
|
40
40
|
"isSource": false,
|
|
41
41
|
"original": {
|
|
42
42
|
"value": "ASCircularWeb",
|
|
@@ -62,7 +62,7 @@ module.exports = {
|
|
|
62
62
|
"value": "-Light",
|
|
63
63
|
"public": true,
|
|
64
64
|
"deprecated": false,
|
|
65
|
-
"filePath": "
|
|
65
|
+
"filePath": "src/asset/font.json",
|
|
66
66
|
"isSource": false,
|
|
67
67
|
"original": {
|
|
68
68
|
"value": "-Light",
|
|
@@ -89,7 +89,7 @@ module.exports = {
|
|
|
89
89
|
"value": "-Medium",
|
|
90
90
|
"public": true,
|
|
91
91
|
"deprecated": false,
|
|
92
|
-
"filePath": "
|
|
92
|
+
"filePath": "src/asset/font.json",
|
|
93
93
|
"isSource": false,
|
|
94
94
|
"original": {
|
|
95
95
|
"value": "-Medium",
|
|
@@ -116,7 +116,7 @@ module.exports = {
|
|
|
116
116
|
"value": "-Book",
|
|
117
117
|
"public": true,
|
|
118
118
|
"deprecated": false,
|
|
119
|
-
"filePath": "
|
|
119
|
+
"filePath": "src/asset/font.json",
|
|
120
120
|
"isSource": false,
|
|
121
121
|
"original": {
|
|
122
122
|
"value": "-Book",
|
|
@@ -145,13 +145,13 @@ module.exports = {
|
|
|
145
145
|
},
|
|
146
146
|
"border": {
|
|
147
147
|
"radius": {
|
|
148
|
-
"value":
|
|
148
|
+
"value": 0.375,
|
|
149
149
|
"public": true,
|
|
150
150
|
"deprecated": false,
|
|
151
|
-
"filePath": "
|
|
151
|
+
"filePath": "src/size/radius.json",
|
|
152
152
|
"isSource": false,
|
|
153
153
|
"original": {
|
|
154
|
-
"value": "
|
|
154
|
+
"value": "{size.75.value}",
|
|
155
155
|
"public": true,
|
|
156
156
|
"deprecated": false
|
|
157
157
|
},
|
|
@@ -172,7 +172,7 @@ module.exports = {
|
|
|
172
172
|
"comment": "2px",
|
|
173
173
|
"public": true,
|
|
174
174
|
"deprecated": false,
|
|
175
|
-
"filePath": "
|
|
175
|
+
"filePath": "src/size/scale.json",
|
|
176
176
|
"isSource": false,
|
|
177
177
|
"original": {
|
|
178
178
|
"value": 0.125,
|
|
@@ -195,7 +195,7 @@ module.exports = {
|
|
|
195
195
|
"comment": "4px",
|
|
196
196
|
"public": true,
|
|
197
197
|
"deprecated": false,
|
|
198
|
-
"filePath": "
|
|
198
|
+
"filePath": "src/size/scale.json",
|
|
199
199
|
"isSource": false,
|
|
200
200
|
"original": {
|
|
201
201
|
"value": 0.25,
|
|
@@ -213,12 +213,35 @@ module.exports = {
|
|
|
213
213
|
"50"
|
|
214
214
|
]
|
|
215
215
|
},
|
|
216
|
+
"75": {
|
|
217
|
+
"value": 0.375,
|
|
218
|
+
"comment": "6px",
|
|
219
|
+
"public": true,
|
|
220
|
+
"deprecated": false,
|
|
221
|
+
"filePath": "src/size/scale.json",
|
|
222
|
+
"isSource": false,
|
|
223
|
+
"original": {
|
|
224
|
+
"value": 0.375,
|
|
225
|
+
"comment": "6px",
|
|
226
|
+
"public": true,
|
|
227
|
+
"deprecated": false
|
|
228
|
+
},
|
|
229
|
+
"name": "ds-size-75",
|
|
230
|
+
"attributes": {
|
|
231
|
+
"category": "size",
|
|
232
|
+
"type": "75"
|
|
233
|
+
},
|
|
234
|
+
"path": [
|
|
235
|
+
"size",
|
|
236
|
+
"75"
|
|
237
|
+
]
|
|
238
|
+
},
|
|
216
239
|
"100": {
|
|
217
240
|
"value": 0.5,
|
|
218
241
|
"comment": "8px",
|
|
219
242
|
"public": true,
|
|
220
243
|
"deprecated": false,
|
|
221
|
-
"filePath": "
|
|
244
|
+
"filePath": "src/size/scale.json",
|
|
222
245
|
"isSource": false,
|
|
223
246
|
"original": {
|
|
224
247
|
"value": 0.5,
|
|
@@ -241,7 +264,7 @@ module.exports = {
|
|
|
241
264
|
"comment": "12px",
|
|
242
265
|
"public": true,
|
|
243
266
|
"deprecated": false,
|
|
244
|
-
"filePath": "
|
|
267
|
+
"filePath": "src/size/scale.json",
|
|
245
268
|
"isSource": false,
|
|
246
269
|
"original": {
|
|
247
270
|
"value": 0.75,
|
|
@@ -264,7 +287,7 @@ module.exports = {
|
|
|
264
287
|
"comment": "16px",
|
|
265
288
|
"public": true,
|
|
266
289
|
"deprecated": false,
|
|
267
|
-
"filePath": "
|
|
290
|
+
"filePath": "src/size/scale.json",
|
|
268
291
|
"isSource": false,
|
|
269
292
|
"original": {
|
|
270
293
|
"value": 1,
|
|
@@ -287,7 +310,7 @@ module.exports = {
|
|
|
287
310
|
"comment": "24px",
|
|
288
311
|
"public": true,
|
|
289
312
|
"deprecated": false,
|
|
290
|
-
"filePath": "
|
|
313
|
+
"filePath": "src/size/scale.json",
|
|
291
314
|
"isSource": false,
|
|
292
315
|
"original": {
|
|
293
316
|
"value": 1.5,
|
|
@@ -310,7 +333,7 @@ module.exports = {
|
|
|
310
333
|
"comment": "32px",
|
|
311
334
|
"public": true,
|
|
312
335
|
"deprecated": false,
|
|
313
|
-
"filePath": "
|
|
336
|
+
"filePath": "src/size/scale.json",
|
|
314
337
|
"isSource": false,
|
|
315
338
|
"original": {
|
|
316
339
|
"value": 2,
|
|
@@ -333,7 +356,7 @@ module.exports = {
|
|
|
333
356
|
"comment": "40px",
|
|
334
357
|
"public": true,
|
|
335
358
|
"deprecated": false,
|
|
336
|
-
"filePath": "
|
|
359
|
+
"filePath": "src/size/scale.json",
|
|
337
360
|
"isSource": false,
|
|
338
361
|
"original": {
|
|
339
362
|
"value": 2.5,
|
|
@@ -356,7 +379,7 @@ module.exports = {
|
|
|
356
379
|
"comment": "48px",
|
|
357
380
|
"public": true,
|
|
358
381
|
"deprecated": false,
|
|
359
|
-
"filePath": "
|
|
382
|
+
"filePath": "src/size/scale.json",
|
|
360
383
|
"isSource": false,
|
|
361
384
|
"original": {
|
|
362
385
|
"value": 3,
|
|
@@ -379,7 +402,7 @@ module.exports = {
|
|
|
379
402
|
"comment": "56px",
|
|
380
403
|
"public": true,
|
|
381
404
|
"deprecated": false,
|
|
382
|
-
"filePath": "
|
|
405
|
+
"filePath": "src/size/scale.json",
|
|
383
406
|
"isSource": false,
|
|
384
407
|
"original": {
|
|
385
408
|
"value": 3.5,
|
|
@@ -402,7 +425,7 @@ module.exports = {
|
|
|
402
425
|
"comment": "64px",
|
|
403
426
|
"public": true,
|
|
404
427
|
"deprecated": false,
|
|
405
|
-
"filePath": "
|
|
428
|
+
"filePath": "src/size/scale.json",
|
|
406
429
|
"isSource": false,
|
|
407
430
|
"original": {
|
|
408
431
|
"value": 4,
|
|
@@ -425,7 +448,7 @@ module.exports = {
|
|
|
425
448
|
"comment": "72px",
|
|
426
449
|
"public": true,
|
|
427
450
|
"deprecated": false,
|
|
428
|
-
"filePath": "
|
|
451
|
+
"filePath": "src/size/scale.json",
|
|
429
452
|
"isSource": false,
|
|
430
453
|
"original": {
|
|
431
454
|
"value": 4.5,
|
|
@@ -448,7 +471,7 @@ module.exports = {
|
|
|
448
471
|
"comment": "80px",
|
|
449
472
|
"public": true,
|
|
450
473
|
"deprecated": false,
|
|
451
|
-
"filePath": "
|
|
474
|
+
"filePath": "src/size/scale.json",
|
|
452
475
|
"isSource": false,
|
|
453
476
|
"original": {
|
|
454
477
|
"value": 5,
|
|
@@ -473,7 +496,7 @@ module.exports = {
|
|
|
473
496
|
"value": 0.25,
|
|
474
497
|
"public": true,
|
|
475
498
|
"deprecated": false,
|
|
476
|
-
"filePath": "
|
|
499
|
+
"filePath": "src/size/unitless-scale.json",
|
|
477
500
|
"isSource": false,
|
|
478
501
|
"original": {
|
|
479
502
|
"value": 0.25,
|
|
@@ -496,7 +519,7 @@ module.exports = {
|
|
|
496
519
|
"value": 0.5,
|
|
497
520
|
"public": true,
|
|
498
521
|
"deprecated": false,
|
|
499
|
-
"filePath": "
|
|
522
|
+
"filePath": "src/size/unitless-scale.json",
|
|
500
523
|
"isSource": false,
|
|
501
524
|
"original": {
|
|
502
525
|
"value": 0.5,
|
|
@@ -519,7 +542,7 @@ module.exports = {
|
|
|
519
542
|
"value": 1,
|
|
520
543
|
"public": true,
|
|
521
544
|
"deprecated": false,
|
|
522
|
-
"filePath": "
|
|
545
|
+
"filePath": "src/size/unitless-scale.json",
|
|
523
546
|
"isSource": false,
|
|
524
547
|
"original": {
|
|
525
548
|
"value": 1,
|
|
@@ -542,7 +565,7 @@ module.exports = {
|
|
|
542
565
|
"value": 1.4,
|
|
543
566
|
"public": true,
|
|
544
567
|
"deprecated": false,
|
|
545
|
-
"filePath": "
|
|
568
|
+
"filePath": "src/size/unitless-scale.json",
|
|
546
569
|
"isSource": false,
|
|
547
570
|
"original": {
|
|
548
571
|
"value": 1.4,
|
|
@@ -565,7 +588,7 @@ module.exports = {
|
|
|
565
588
|
"value": 1.5,
|
|
566
589
|
"public": true,
|
|
567
590
|
"deprecated": false,
|
|
568
|
-
"filePath": "
|
|
591
|
+
"filePath": "src/size/unitless-scale.json",
|
|
569
592
|
"isSource": false,
|
|
570
593
|
"original": {
|
|
571
594
|
"value": 1.5,
|
|
@@ -588,7 +611,7 @@ module.exports = {
|
|
|
588
611
|
"value": 2,
|
|
589
612
|
"public": true,
|
|
590
613
|
"deprecated": false,
|
|
591
|
-
"filePath": "
|
|
614
|
+
"filePath": "src/size/unitless-scale.json",
|
|
592
615
|
"isSource": false,
|
|
593
616
|
"original": {
|
|
594
617
|
"value": 2,
|
|
@@ -611,7 +634,7 @@ module.exports = {
|
|
|
611
634
|
"value": 3,
|
|
612
635
|
"public": true,
|
|
613
636
|
"deprecated": false,
|
|
614
|
-
"filePath": "
|
|
637
|
+
"filePath": "src/size/unitless-scale.json",
|
|
615
638
|
"isSource": false,
|
|
616
639
|
"original": {
|
|
617
640
|
"value": 3,
|
|
@@ -634,7 +657,7 @@ module.exports = {
|
|
|
634
657
|
"value": 3.5,
|
|
635
658
|
"public": true,
|
|
636
659
|
"deprecated": false,
|
|
637
|
-
"filePath": "
|
|
660
|
+
"filePath": "src/size/unitless-scale.json",
|
|
638
661
|
"isSource": false,
|
|
639
662
|
"original": {
|
|
640
663
|
"value": 3.5,
|
|
@@ -661,7 +684,7 @@ module.exports = {
|
|
|
661
684
|
"value": "all",
|
|
662
685
|
"public": true,
|
|
663
686
|
"deprecated": false,
|
|
664
|
-
"filePath": "
|
|
687
|
+
"filePath": "src/animation.json",
|
|
665
688
|
"isSource": false,
|
|
666
689
|
"original": {
|
|
667
690
|
"value": "all",
|
|
@@ -684,7 +707,7 @@ module.exports = {
|
|
|
684
707
|
"value": "0.3s",
|
|
685
708
|
"public": true,
|
|
686
709
|
"deprecated": false,
|
|
687
|
-
"filePath": "
|
|
710
|
+
"filePath": "src/animation.json",
|
|
688
711
|
"isSource": false,
|
|
689
712
|
"original": {
|
|
690
713
|
"value": "0.3s",
|
|
@@ -707,7 +730,7 @@ module.exports = {
|
|
|
707
730
|
"value": "ease-out",
|
|
708
731
|
"public": true,
|
|
709
732
|
"deprecated": false,
|
|
710
|
-
"filePath": "
|
|
733
|
+
"filePath": "src/animation.json",
|
|
711
734
|
"isSource": false,
|
|
712
735
|
"original": {
|
|
713
736
|
"value": "ease-out",
|
|
@@ -733,7 +756,7 @@ module.exports = {
|
|
|
733
756
|
"value": "200",
|
|
734
757
|
"public": true,
|
|
735
758
|
"deprecated": false,
|
|
736
|
-
"filePath": "
|
|
759
|
+
"filePath": "src/depth.json",
|
|
737
760
|
"isSource": false,
|
|
738
761
|
"original": {
|
|
739
762
|
"value": "200",
|
|
@@ -754,7 +777,7 @@ module.exports = {
|
|
|
754
777
|
"value": "400",
|
|
755
778
|
"public": true,
|
|
756
779
|
"deprecated": false,
|
|
757
|
-
"filePath": "
|
|
780
|
+
"filePath": "src/depth.json",
|
|
758
781
|
"isSource": false,
|
|
759
782
|
"original": {
|
|
760
783
|
"value": "400",
|
|
@@ -775,7 +798,7 @@ module.exports = {
|
|
|
775
798
|
"value": "300",
|
|
776
799
|
"public": true,
|
|
777
800
|
"deprecated": false,
|
|
778
|
-
"filePath": "
|
|
801
|
+
"filePath": "src/depth.json",
|
|
779
802
|
"isSource": false,
|
|
780
803
|
"original": {
|
|
781
804
|
"value": "300",
|
|
@@ -799,7 +822,7 @@ module.exports = {
|
|
|
799
822
|
"public": true,
|
|
800
823
|
"comment": "for the least amount of emphasis",
|
|
801
824
|
"deprecated": false,
|
|
802
|
-
"filePath": "
|
|
825
|
+
"filePath": "src/elevation.json",
|
|
803
826
|
"isSource": false,
|
|
804
827
|
"original": {
|
|
805
828
|
"value": "0px 0px 5px rgba(0, 0, 0, 0.15)",
|
|
@@ -822,7 +845,7 @@ module.exports = {
|
|
|
822
845
|
"public": true,
|
|
823
846
|
"comment": "for more emphasis than low elevation",
|
|
824
847
|
"deprecated": false,
|
|
825
|
-
"filePath": "
|
|
848
|
+
"filePath": "src/elevation.json",
|
|
826
849
|
"isSource": false,
|
|
827
850
|
"original": {
|
|
828
851
|
"value": "0px 0px 10px rgba(0, 0, 0, 0.15)",
|
|
@@ -845,7 +868,7 @@ module.exports = {
|
|
|
845
868
|
"public": true,
|
|
846
869
|
"comment": "for maximum emphasis or differentiation",
|
|
847
870
|
"deprecated": false,
|
|
848
|
-
"filePath": "
|
|
871
|
+
"filePath": "src/elevation.json",
|
|
849
872
|
"isSource": false,
|
|
850
873
|
"original": {
|
|
851
874
|
"value": "0px 0px 15px rgba(0, 0, 0, 0.2)",
|
|
@@ -869,7 +892,7 @@ module.exports = {
|
|
|
869
892
|
"value": "320px",
|
|
870
893
|
"public": true,
|
|
871
894
|
"deprecated": false,
|
|
872
|
-
"filePath": "
|
|
895
|
+
"filePath": "src/grid-breakpoint.json",
|
|
873
896
|
"isSource": false,
|
|
874
897
|
"original": {
|
|
875
898
|
"value": "320px",
|
|
@@ -890,7 +913,7 @@ module.exports = {
|
|
|
890
913
|
"value": "576px",
|
|
891
914
|
"public": true,
|
|
892
915
|
"deprecated": false,
|
|
893
|
-
"filePath": "
|
|
916
|
+
"filePath": "src/grid-breakpoint.json",
|
|
894
917
|
"isSource": false,
|
|
895
918
|
"original": {
|
|
896
919
|
"value": "576px",
|
|
@@ -911,7 +934,7 @@ module.exports = {
|
|
|
911
934
|
"value": "768px",
|
|
912
935
|
"public": true,
|
|
913
936
|
"deprecated": false,
|
|
914
|
-
"filePath": "
|
|
937
|
+
"filePath": "src/grid-breakpoint.json",
|
|
915
938
|
"isSource": false,
|
|
916
939
|
"original": {
|
|
917
940
|
"value": "768px",
|
|
@@ -932,7 +955,7 @@ module.exports = {
|
|
|
932
955
|
"value": "1024px",
|
|
933
956
|
"public": true,
|
|
934
957
|
"deprecated": false,
|
|
935
|
-
"filePath": "
|
|
958
|
+
"filePath": "src/grid-breakpoint.json",
|
|
936
959
|
"isSource": false,
|
|
937
960
|
"original": {
|
|
938
961
|
"value": "1024px",
|
|
@@ -953,7 +976,7 @@ module.exports = {
|
|
|
953
976
|
"value": "1232px",
|
|
954
977
|
"public": true,
|
|
955
978
|
"deprecated": false,
|
|
956
|
-
"filePath": "
|
|
979
|
+
"filePath": "src/grid-breakpoint.json",
|
|
957
980
|
"isSource": false,
|
|
958
981
|
"original": {
|
|
959
982
|
"value": "1232px",
|
|
@@ -976,7 +999,7 @@ module.exports = {
|
|
|
976
999
|
"value": "6",
|
|
977
1000
|
"public": true,
|
|
978
1001
|
"deprecated": false,
|
|
979
|
-
"filePath": "
|
|
1002
|
+
"filePath": "src/grid-column.json",
|
|
980
1003
|
"isSource": false,
|
|
981
1004
|
"original": {
|
|
982
1005
|
"value": "6",
|
|
@@ -997,7 +1020,7 @@ module.exports = {
|
|
|
997
1020
|
"value": "12",
|
|
998
1021
|
"public": true,
|
|
999
1022
|
"deprecated": false,
|
|
1000
|
-
"filePath": "
|
|
1023
|
+
"filePath": "src/grid-column.json",
|
|
1001
1024
|
"isSource": false,
|
|
1002
1025
|
"original": {
|
|
1003
1026
|
"value": "12",
|
|
@@ -1018,7 +1041,7 @@ module.exports = {
|
|
|
1018
1041
|
"value": "12",
|
|
1019
1042
|
"public": true,
|
|
1020
1043
|
"deprecated": false,
|
|
1021
|
-
"filePath": "
|
|
1044
|
+
"filePath": "src/grid-column.json",
|
|
1022
1045
|
"isSource": false,
|
|
1023
1046
|
"original": {
|
|
1024
1047
|
"value": "12",
|
|
@@ -1039,7 +1062,7 @@ module.exports = {
|
|
|
1039
1062
|
"value": "12",
|
|
1040
1063
|
"public": true,
|
|
1041
1064
|
"deprecated": false,
|
|
1042
|
-
"filePath": "
|
|
1065
|
+
"filePath": "src/grid-column.json",
|
|
1043
1066
|
"isSource": false,
|
|
1044
1067
|
"original": {
|
|
1045
1068
|
"value": "12",
|
|
@@ -1060,7 +1083,7 @@ module.exports = {
|
|
|
1060
1083
|
"value": "12",
|
|
1061
1084
|
"public": true,
|
|
1062
1085
|
"deprecated": false,
|
|
1063
|
-
"filePath": "
|
|
1086
|
+
"filePath": "src/grid-column.json",
|
|
1064
1087
|
"isSource": false,
|
|
1065
1088
|
"original": {
|
|
1066
1089
|
"value": "12",
|
|
@@ -1083,7 +1106,7 @@ module.exports = {
|
|
|
1083
1106
|
"value": 0.5,
|
|
1084
1107
|
"public": true,
|
|
1085
1108
|
"deprecated": false,
|
|
1086
|
-
"filePath": "
|
|
1109
|
+
"filePath": "src/grid-gutter.json",
|
|
1087
1110
|
"isSource": false,
|
|
1088
1111
|
"original": {
|
|
1089
1112
|
"value": "{size.100.value}",
|
|
@@ -1104,7 +1127,7 @@ module.exports = {
|
|
|
1104
1127
|
"value": 1,
|
|
1105
1128
|
"public": true,
|
|
1106
1129
|
"deprecated": false,
|
|
1107
|
-
"filePath": "
|
|
1130
|
+
"filePath": "src/grid-gutter.json",
|
|
1108
1131
|
"isSource": false,
|
|
1109
1132
|
"original": {
|
|
1110
1133
|
"value": "{size.200.value}",
|
|
@@ -1125,7 +1148,7 @@ module.exports = {
|
|
|
1125
1148
|
"value": 1.5,
|
|
1126
1149
|
"public": true,
|
|
1127
1150
|
"deprecated": false,
|
|
1128
|
-
"filePath": "
|
|
1151
|
+
"filePath": "src/grid-gutter.json",
|
|
1129
1152
|
"isSource": false,
|
|
1130
1153
|
"original": {
|
|
1131
1154
|
"value": "{size.300.value}",
|
|
@@ -1146,7 +1169,7 @@ module.exports = {
|
|
|
1146
1169
|
"value": 1.5,
|
|
1147
1170
|
"public": true,
|
|
1148
1171
|
"deprecated": false,
|
|
1149
|
-
"filePath": "
|
|
1172
|
+
"filePath": "src/grid-gutter.json",
|
|
1150
1173
|
"isSource": false,
|
|
1151
1174
|
"original": {
|
|
1152
1175
|
"value": "{size.300.value}",
|
|
@@ -1167,7 +1190,7 @@ module.exports = {
|
|
|
1167
1190
|
"value": 2,
|
|
1168
1191
|
"public": true,
|
|
1169
1192
|
"deprecated": false,
|
|
1170
|
-
"filePath": "
|
|
1193
|
+
"filePath": "src/grid-gutter.json",
|
|
1171
1194
|
"isSource": false,
|
|
1172
1195
|
"original": {
|
|
1173
1196
|
"value": "{size.400.value}",
|
|
@@ -1190,7 +1213,7 @@ module.exports = {
|
|
|
1190
1213
|
"value": 1,
|
|
1191
1214
|
"public": true,
|
|
1192
1215
|
"deprecated": false,
|
|
1193
|
-
"filePath": "
|
|
1216
|
+
"filePath": "src/grid-margin.json",
|
|
1194
1217
|
"isSource": false,
|
|
1195
1218
|
"original": {
|
|
1196
1219
|
"value": "{size.200.value}",
|
|
@@ -1211,7 +1234,7 @@ module.exports = {
|
|
|
1211
1234
|
"value": 1,
|
|
1212
1235
|
"public": true,
|
|
1213
1236
|
"deprecated": false,
|
|
1214
|
-
"filePath": "
|
|
1237
|
+
"filePath": "src/grid-margin.json",
|
|
1215
1238
|
"isSource": false,
|
|
1216
1239
|
"original": {
|
|
1217
1240
|
"value": "{size.200.value}",
|
|
@@ -1232,7 +1255,7 @@ module.exports = {
|
|
|
1232
1255
|
"value": 1.5,
|
|
1233
1256
|
"public": true,
|
|
1234
1257
|
"deprecated": false,
|
|
1235
|
-
"filePath": "
|
|
1258
|
+
"filePath": "src/grid-margin.json",
|
|
1236
1259
|
"isSource": false,
|
|
1237
1260
|
"original": {
|
|
1238
1261
|
"value": "{size.300.value}",
|
|
@@ -1253,7 +1276,7 @@ module.exports = {
|
|
|
1253
1276
|
"value": 2,
|
|
1254
1277
|
"public": true,
|
|
1255
1278
|
"deprecated": false,
|
|
1256
|
-
"filePath": "
|
|
1279
|
+
"filePath": "src/grid-margin.json",
|
|
1257
1280
|
"isSource": false,
|
|
1258
1281
|
"original": {
|
|
1259
1282
|
"value": "{size.400.value}",
|
|
@@ -1274,7 +1297,7 @@ module.exports = {
|
|
|
1274
1297
|
"value": 2,
|
|
1275
1298
|
"public": true,
|
|
1276
1299
|
"deprecated": false,
|
|
1277
|
-
"filePath": "
|
|
1300
|
+
"filePath": "src/grid-margin.json",
|
|
1278
1301
|
"isSource": false,
|
|
1279
1302
|
"original": {
|
|
1280
1303
|
"value": "{size.400.value}",
|
|
@@ -1298,7 +1321,7 @@ module.exports = {
|
|
|
1298
1321
|
"value": "'AS Circular', Helvetica Neue, Arial, sans-serif",
|
|
1299
1322
|
"public": true,
|
|
1300
1323
|
"deprecated": false,
|
|
1301
|
-
"filePath": "
|
|
1324
|
+
"filePath": "src/text.json",
|
|
1302
1325
|
"isSource": false,
|
|
1303
1326
|
"original": {
|
|
1304
1327
|
"value": "'{asset.font.circular.familyName.value}', Helvetica Neue, Arial, sans-serif",
|
|
@@ -1321,7 +1344,7 @@ module.exports = {
|
|
|
1321
1344
|
"value": "Menlo, Monaco, Consolas, 'Courier New', monospace",
|
|
1322
1345
|
"public": true,
|
|
1323
1346
|
"deprecated": false,
|
|
1324
|
-
"filePath": "
|
|
1347
|
+
"filePath": "src/text.json",
|
|
1325
1348
|
"isSource": false,
|
|
1326
1349
|
"original": {
|
|
1327
1350
|
"value": "Menlo, Monaco, Consolas, 'Courier New', monospace",
|
|
@@ -1349,7 +1372,7 @@ module.exports = {
|
|
|
1349
1372
|
"value": "300",
|
|
1350
1373
|
"public": true,
|
|
1351
1374
|
"deprecated": false,
|
|
1352
|
-
"filePath": "
|
|
1375
|
+
"filePath": "src/text.json",
|
|
1353
1376
|
"isSource": false,
|
|
1354
1377
|
"original": {
|
|
1355
1378
|
"value": "{font.weight.300.value}",
|
|
@@ -1374,7 +1397,7 @@ module.exports = {
|
|
|
1374
1397
|
"value": "18px",
|
|
1375
1398
|
"public": true,
|
|
1376
1399
|
"deprecated": false,
|
|
1377
|
-
"filePath": "
|
|
1400
|
+
"filePath": "src/text.json",
|
|
1378
1401
|
"isSource": false,
|
|
1379
1402
|
"original": {
|
|
1380
1403
|
"value": "{size.font.scale.base.110.px.value}",
|
|
@@ -1399,7 +1422,7 @@ module.exports = {
|
|
|
1399
1422
|
"value": 1.125,
|
|
1400
1423
|
"public": true,
|
|
1401
1424
|
"deprecated": false,
|
|
1402
|
-
"filePath": "
|
|
1425
|
+
"filePath": "src/text.json",
|
|
1403
1426
|
"isSource": false,
|
|
1404
1427
|
"original": {
|
|
1405
1428
|
"value": "{size.font.scale.base.110.value}",
|
|
@@ -1424,7 +1447,7 @@ module.exports = {
|
|
|
1424
1447
|
"value": 1.625,
|
|
1425
1448
|
"public": true,
|
|
1426
1449
|
"deprecated": false,
|
|
1427
|
-
"filePath": "
|
|
1450
|
+
"filePath": "src/text.json",
|
|
1428
1451
|
"isSource": false,
|
|
1429
1452
|
"original": {
|
|
1430
1453
|
"value": "{size.font.scale.responsive.160.value}",
|
|
@@ -1449,7 +1472,7 @@ module.exports = {
|
|
|
1449
1472
|
"value": "26px",
|
|
1450
1473
|
"public": true,
|
|
1451
1474
|
"deprecated": false,
|
|
1452
|
-
"filePath": "
|
|
1475
|
+
"filePath": "src/text.json",
|
|
1453
1476
|
"isSource": false,
|
|
1454
1477
|
"original": {
|
|
1455
1478
|
"value": "{size.font.scale.responsive.160.px.value}",
|
|
@@ -1476,7 +1499,7 @@ module.exports = {
|
|
|
1476
1499
|
"value": "300",
|
|
1477
1500
|
"public": true,
|
|
1478
1501
|
"deprecated": false,
|
|
1479
|
-
"filePath": "
|
|
1502
|
+
"filePath": "src/text.json",
|
|
1480
1503
|
"isSource": false,
|
|
1481
1504
|
"original": {
|
|
1482
1505
|
"value": "{font.weight.300.value}",
|
|
@@ -1501,7 +1524,7 @@ module.exports = {
|
|
|
1501
1524
|
"value": "20px",
|
|
1502
1525
|
"public": true,
|
|
1503
1526
|
"deprecated": false,
|
|
1504
|
-
"filePath": "
|
|
1527
|
+
"filePath": "src/text.json",
|
|
1505
1528
|
"isSource": false,
|
|
1506
1529
|
"original": {
|
|
1507
1530
|
"value": "{size.font.scale.base.120.px.value}",
|
|
@@ -1526,7 +1549,7 @@ module.exports = {
|
|
|
1526
1549
|
"value": 1.25,
|
|
1527
1550
|
"public": true,
|
|
1528
1551
|
"deprecated": false,
|
|
1529
|
-
"filePath": "
|
|
1552
|
+
"filePath": "src/text.json",
|
|
1530
1553
|
"isSource": false,
|
|
1531
1554
|
"original": {
|
|
1532
1555
|
"value": "{size.font.scale.base.120.value}",
|
|
@@ -1551,7 +1574,7 @@ module.exports = {
|
|
|
1551
1574
|
"value": 1.625,
|
|
1552
1575
|
"public": true,
|
|
1553
1576
|
"deprecated": false,
|
|
1554
|
-
"filePath": "
|
|
1577
|
+
"filePath": "src/text.json",
|
|
1555
1578
|
"isSource": false,
|
|
1556
1579
|
"original": {
|
|
1557
1580
|
"value": "{size.font.scale.responsive.160.value}",
|
|
@@ -1576,7 +1599,7 @@ module.exports = {
|
|
|
1576
1599
|
"value": "26px",
|
|
1577
1600
|
"public": true,
|
|
1578
1601
|
"deprecated": false,
|
|
1579
|
-
"filePath": "
|
|
1602
|
+
"filePath": "src/text.json",
|
|
1580
1603
|
"isSource": false,
|
|
1581
1604
|
"original": {
|
|
1582
1605
|
"value": "{size.font.scale.responsive.160.px.value}",
|
|
@@ -1603,7 +1626,7 @@ module.exports = {
|
|
|
1603
1626
|
"value": "300",
|
|
1604
1627
|
"public": true,
|
|
1605
1628
|
"deprecated": false,
|
|
1606
|
-
"filePath": "
|
|
1629
|
+
"filePath": "src/text.json",
|
|
1607
1630
|
"isSource": false,
|
|
1608
1631
|
"original": {
|
|
1609
1632
|
"value": "{font.weight.300.value}",
|
|
@@ -1630,7 +1653,7 @@ module.exports = {
|
|
|
1630
1653
|
"value": "22px",
|
|
1631
1654
|
"public": true,
|
|
1632
1655
|
"deprecated": false,
|
|
1633
|
-
"filePath": "
|
|
1656
|
+
"filePath": "src/text.json",
|
|
1634
1657
|
"isSource": false,
|
|
1635
1658
|
"original": {
|
|
1636
1659
|
"value": "{size.font.scale.base.130.px.value}",
|
|
@@ -1658,7 +1681,7 @@ module.exports = {
|
|
|
1658
1681
|
"value": "24px",
|
|
1659
1682
|
"public": true,
|
|
1660
1683
|
"deprecated": false,
|
|
1661
|
-
"filePath": "
|
|
1684
|
+
"filePath": "src/text.json",
|
|
1662
1685
|
"isSource": false,
|
|
1663
1686
|
"original": {
|
|
1664
1687
|
"value": "{size.font.scale.base.150.px.value}",
|
|
@@ -1686,7 +1709,7 @@ module.exports = {
|
|
|
1686
1709
|
"value": "24px",
|
|
1687
1710
|
"public": true,
|
|
1688
1711
|
"deprecated": false,
|
|
1689
|
-
"filePath": "
|
|
1712
|
+
"filePath": "src/text.json",
|
|
1690
1713
|
"isSource": false,
|
|
1691
1714
|
"original": {
|
|
1692
1715
|
"value": "{size.font.scale.base.150.px.value}",
|
|
@@ -1718,7 +1741,7 @@ module.exports = {
|
|
|
1718
1741
|
"value": 1.375,
|
|
1719
1742
|
"public": true,
|
|
1720
1743
|
"deprecated": false,
|
|
1721
|
-
"filePath": "
|
|
1744
|
+
"filePath": "src/text.json",
|
|
1722
1745
|
"isSource": false,
|
|
1723
1746
|
"original": {
|
|
1724
1747
|
"value": "{size.font.scale.base.130.value}",
|
|
@@ -1746,7 +1769,7 @@ module.exports = {
|
|
|
1746
1769
|
"value": 1.5,
|
|
1747
1770
|
"public": true,
|
|
1748
1771
|
"deprecated": false,
|
|
1749
|
-
"filePath": "
|
|
1772
|
+
"filePath": "src/text.json",
|
|
1750
1773
|
"isSource": false,
|
|
1751
1774
|
"original": {
|
|
1752
1775
|
"value": "{size.font.scale.base.150.value}",
|
|
@@ -1774,7 +1797,7 @@ module.exports = {
|
|
|
1774
1797
|
"value": 1.5,
|
|
1775
1798
|
"public": true,
|
|
1776
1799
|
"deprecated": false,
|
|
1777
|
-
"filePath": "
|
|
1800
|
+
"filePath": "src/text.json",
|
|
1778
1801
|
"isSource": false,
|
|
1779
1802
|
"original": {
|
|
1780
1803
|
"value": "{size.font.scale.base.150.value}",
|
|
@@ -1806,7 +1829,7 @@ module.exports = {
|
|
|
1806
1829
|
"value": 1.625,
|
|
1807
1830
|
"public": true,
|
|
1808
1831
|
"deprecated": false,
|
|
1809
|
-
"filePath": "
|
|
1832
|
+
"filePath": "src/text.json",
|
|
1810
1833
|
"isSource": false,
|
|
1811
1834
|
"original": {
|
|
1812
1835
|
"value": "{size.font.scale.responsive.160.value}",
|
|
@@ -1834,7 +1857,7 @@ module.exports = {
|
|
|
1834
1857
|
"value": "26px",
|
|
1835
1858
|
"public": true,
|
|
1836
1859
|
"deprecated": false,
|
|
1837
|
-
"filePath": "
|
|
1860
|
+
"filePath": "src/text.json",
|
|
1838
1861
|
"isSource": false,
|
|
1839
1862
|
"original": {
|
|
1840
1863
|
"value": "{size.font.scale.responsive.160.px.value}",
|
|
@@ -1862,7 +1885,7 @@ module.exports = {
|
|
|
1862
1885
|
"value": 1.875,
|
|
1863
1886
|
"public": true,
|
|
1864
1887
|
"deprecated": false,
|
|
1865
|
-
"filePath": "
|
|
1888
|
+
"filePath": "src/text.json",
|
|
1866
1889
|
"isSource": false,
|
|
1867
1890
|
"original": {
|
|
1868
1891
|
"value": "{size.font.scale.responsive.180.value}",
|
|
@@ -1890,7 +1913,7 @@ module.exports = {
|
|
|
1890
1913
|
"value": "30px",
|
|
1891
1914
|
"public": true,
|
|
1892
1915
|
"deprecated": false,
|
|
1893
|
-
"filePath": "
|
|
1916
|
+
"filePath": "src/text.json",
|
|
1894
1917
|
"isSource": false,
|
|
1895
1918
|
"original": {
|
|
1896
1919
|
"value": "{size.font.scale.responsive.180.px.value}",
|
|
@@ -1918,7 +1941,7 @@ module.exports = {
|
|
|
1918
1941
|
"value": 2,
|
|
1919
1942
|
"public": true,
|
|
1920
1943
|
"deprecated": false,
|
|
1921
|
-
"filePath": "
|
|
1944
|
+
"filePath": "src/text.json",
|
|
1922
1945
|
"isSource": false,
|
|
1923
1946
|
"original": {
|
|
1924
1947
|
"value": "{size.font.scale.responsive.200.value}",
|
|
@@ -1946,7 +1969,7 @@ module.exports = {
|
|
|
1946
1969
|
"value": "32px",
|
|
1947
1970
|
"public": true,
|
|
1948
1971
|
"deprecated": false,
|
|
1949
|
-
"filePath": "
|
|
1972
|
+
"filePath": "src/text.json",
|
|
1950
1973
|
"isSource": false,
|
|
1951
1974
|
"original": {
|
|
1952
1975
|
"value": "{size.font.scale.responsive.200.px.value}",
|
|
@@ -1978,7 +2001,7 @@ module.exports = {
|
|
|
1978
2001
|
"value": "300",
|
|
1979
2002
|
"public": true,
|
|
1980
2003
|
"deprecated": false,
|
|
1981
|
-
"filePath": "
|
|
2004
|
+
"filePath": "src/text.json",
|
|
1982
2005
|
"isSource": false,
|
|
1983
2006
|
"original": {
|
|
1984
2007
|
"value": "{font.weight.300.value}",
|
|
@@ -2005,7 +2028,7 @@ module.exports = {
|
|
|
2005
2028
|
"value": "26px",
|
|
2006
2029
|
"public": true,
|
|
2007
2030
|
"deprecated": false,
|
|
2008
|
-
"filePath": "
|
|
2031
|
+
"filePath": "src/text.json",
|
|
2009
2032
|
"isSource": false,
|
|
2010
2033
|
"original": {
|
|
2011
2034
|
"value": "{size.font.scale.responsive.160.px.value}",
|
|
@@ -2033,7 +2056,7 @@ module.exports = {
|
|
|
2033
2056
|
"value": "28px",
|
|
2034
2057
|
"public": true,
|
|
2035
2058
|
"deprecated": false,
|
|
2036
|
-
"filePath": "
|
|
2059
|
+
"filePath": "src/text.json",
|
|
2037
2060
|
"isSource": false,
|
|
2038
2061
|
"original": {
|
|
2039
2062
|
"value": "{size.font.scale.responsive.170.px.value}",
|
|
@@ -2061,7 +2084,7 @@ module.exports = {
|
|
|
2061
2084
|
"value": "28px",
|
|
2062
2085
|
"public": true,
|
|
2063
2086
|
"deprecated": false,
|
|
2064
|
-
"filePath": "
|
|
2087
|
+
"filePath": "src/text.json",
|
|
2065
2088
|
"isSource": false,
|
|
2066
2089
|
"original": {
|
|
2067
2090
|
"value": "{size.font.scale.responsive.170.px.value}",
|
|
@@ -2093,7 +2116,7 @@ module.exports = {
|
|
|
2093
2116
|
"value": 1.625,
|
|
2094
2117
|
"public": true,
|
|
2095
2118
|
"deprecated": false,
|
|
2096
|
-
"filePath": "
|
|
2119
|
+
"filePath": "src/text.json",
|
|
2097
2120
|
"isSource": false,
|
|
2098
2121
|
"original": {
|
|
2099
2122
|
"value": "{size.font.scale.responsive.160.value}",
|
|
@@ -2121,7 +2144,7 @@ module.exports = {
|
|
|
2121
2144
|
"value": 1.75,
|
|
2122
2145
|
"public": true,
|
|
2123
2146
|
"deprecated": false,
|
|
2124
|
-
"filePath": "
|
|
2147
|
+
"filePath": "src/text.json",
|
|
2125
2148
|
"isSource": false,
|
|
2126
2149
|
"original": {
|
|
2127
2150
|
"value": "{size.font.scale.responsive.170.value}",
|
|
@@ -2149,7 +2172,7 @@ module.exports = {
|
|
|
2149
2172
|
"value": 1.75,
|
|
2150
2173
|
"public": true,
|
|
2151
2174
|
"deprecated": false,
|
|
2152
|
-
"filePath": "
|
|
2175
|
+
"filePath": "src/text.json",
|
|
2153
2176
|
"isSource": false,
|
|
2154
2177
|
"original": {
|
|
2155
2178
|
"value": "{size.font.scale.responsive.170.value}",
|
|
@@ -2181,7 +2204,7 @@ module.exports = {
|
|
|
2181
2204
|
"value": 1.875,
|
|
2182
2205
|
"public": true,
|
|
2183
2206
|
"deprecated": false,
|
|
2184
|
-
"filePath": "
|
|
2207
|
+
"filePath": "src/text.json",
|
|
2185
2208
|
"isSource": false,
|
|
2186
2209
|
"original": {
|
|
2187
2210
|
"value": "{size.font.scale.responsive.180.value}",
|
|
@@ -2209,7 +2232,7 @@ module.exports = {
|
|
|
2209
2232
|
"value": "30px",
|
|
2210
2233
|
"public": true,
|
|
2211
2234
|
"deprecated": false,
|
|
2212
|
-
"filePath": "
|
|
2235
|
+
"filePath": "src/text.json",
|
|
2213
2236
|
"isSource": false,
|
|
2214
2237
|
"original": {
|
|
2215
2238
|
"value": "{size.font.scale.responsive.180.px.value}",
|
|
@@ -2237,7 +2260,7 @@ module.exports = {
|
|
|
2237
2260
|
"value": 2.125,
|
|
2238
2261
|
"public": true,
|
|
2239
2262
|
"deprecated": false,
|
|
2240
|
-
"filePath": "
|
|
2263
|
+
"filePath": "src/text.json",
|
|
2241
2264
|
"isSource": false,
|
|
2242
2265
|
"original": {
|
|
2243
2266
|
"value": "{size.font.scale.responsive.210.value}",
|
|
@@ -2265,7 +2288,7 @@ module.exports = {
|
|
|
2265
2288
|
"value": "34px",
|
|
2266
2289
|
"public": true,
|
|
2267
2290
|
"deprecated": false,
|
|
2268
|
-
"filePath": "
|
|
2291
|
+
"filePath": "src/text.json",
|
|
2269
2292
|
"isSource": false,
|
|
2270
2293
|
"original": {
|
|
2271
2294
|
"value": "{size.font.scale.responsive.210.px.value}",
|
|
@@ -2293,7 +2316,7 @@ module.exports = {
|
|
|
2293
2316
|
"value": 2.25,
|
|
2294
2317
|
"public": true,
|
|
2295
2318
|
"deprecated": false,
|
|
2296
|
-
"filePath": "
|
|
2319
|
+
"filePath": "src/text.json",
|
|
2297
2320
|
"isSource": false,
|
|
2298
2321
|
"original": {
|
|
2299
2322
|
"value": "{size.font.scale.responsive.220.value}",
|
|
@@ -2321,7 +2344,7 @@ module.exports = {
|
|
|
2321
2344
|
"value": "36px",
|
|
2322
2345
|
"public": true,
|
|
2323
2346
|
"deprecated": false,
|
|
2324
|
-
"filePath": "
|
|
2347
|
+
"filePath": "src/text.json",
|
|
2325
2348
|
"isSource": false,
|
|
2326
2349
|
"original": {
|
|
2327
2350
|
"value": "{size.font.scale.responsive.220.px.value}",
|
|
@@ -2353,7 +2376,7 @@ module.exports = {
|
|
|
2353
2376
|
"value": "500",
|
|
2354
2377
|
"public": true,
|
|
2355
2378
|
"deprecated": false,
|
|
2356
|
-
"filePath": "
|
|
2379
|
+
"filePath": "src/text.json",
|
|
2357
2380
|
"isSource": false,
|
|
2358
2381
|
"original": {
|
|
2359
2382
|
"value": "{font.weight.500.value}",
|
|
@@ -2380,7 +2403,7 @@ module.exports = {
|
|
|
2380
2403
|
"value": "28px",
|
|
2381
2404
|
"public": true,
|
|
2382
2405
|
"deprecated": false,
|
|
2383
|
-
"filePath": "
|
|
2406
|
+
"filePath": "src/text.json",
|
|
2384
2407
|
"isSource": false,
|
|
2385
2408
|
"original": {
|
|
2386
2409
|
"value": "{size.font.scale.responsive.170.px.value}",
|
|
@@ -2408,7 +2431,7 @@ module.exports = {
|
|
|
2408
2431
|
"value": "32px",
|
|
2409
2432
|
"public": true,
|
|
2410
2433
|
"deprecated": false,
|
|
2411
|
-
"filePath": "
|
|
2434
|
+
"filePath": "src/text.json",
|
|
2412
2435
|
"isSource": false,
|
|
2413
2436
|
"original": {
|
|
2414
2437
|
"value": "{size.font.scale.responsive.200.px.value}",
|
|
@@ -2436,7 +2459,7 @@ module.exports = {
|
|
|
2436
2459
|
"value": "36px",
|
|
2437
2460
|
"public": true,
|
|
2438
2461
|
"deprecated": false,
|
|
2439
|
-
"filePath": "
|
|
2462
|
+
"filePath": "src/text.json",
|
|
2440
2463
|
"isSource": false,
|
|
2441
2464
|
"original": {
|
|
2442
2465
|
"value": "{size.font.scale.responsive.220.px.value}",
|
|
@@ -2468,7 +2491,7 @@ module.exports = {
|
|
|
2468
2491
|
"value": 1.75,
|
|
2469
2492
|
"public": true,
|
|
2470
2493
|
"deprecated": false,
|
|
2471
|
-
"filePath": "
|
|
2494
|
+
"filePath": "src/text.json",
|
|
2472
2495
|
"isSource": false,
|
|
2473
2496
|
"original": {
|
|
2474
2497
|
"value": "{size.font.scale.responsive.170.value}",
|
|
@@ -2496,7 +2519,7 @@ module.exports = {
|
|
|
2496
2519
|
"value": 2,
|
|
2497
2520
|
"public": true,
|
|
2498
2521
|
"deprecated": false,
|
|
2499
|
-
"filePath": "
|
|
2522
|
+
"filePath": "src/text.json",
|
|
2500
2523
|
"isSource": false,
|
|
2501
2524
|
"original": {
|
|
2502
2525
|
"value": "{size.font.scale.responsive.200.value}",
|
|
@@ -2524,7 +2547,7 @@ module.exports = {
|
|
|
2524
2547
|
"value": 2.25,
|
|
2525
2548
|
"public": true,
|
|
2526
2549
|
"deprecated": false,
|
|
2527
|
-
"filePath": "
|
|
2550
|
+
"filePath": "src/text.json",
|
|
2528
2551
|
"isSource": false,
|
|
2529
2552
|
"original": {
|
|
2530
2553
|
"value": "{size.font.scale.responsive.220.value}",
|
|
@@ -2556,7 +2579,7 @@ module.exports = {
|
|
|
2556
2579
|
"value": 2.125,
|
|
2557
2580
|
"public": true,
|
|
2558
2581
|
"deprecated": false,
|
|
2559
|
-
"filePath": "
|
|
2582
|
+
"filePath": "src/text.json",
|
|
2560
2583
|
"isSource": false,
|
|
2561
2584
|
"original": {
|
|
2562
2585
|
"value": "{size.font.scale.responsive.210.value}",
|
|
@@ -2584,7 +2607,7 @@ module.exports = {
|
|
|
2584
2607
|
"value": "34px",
|
|
2585
2608
|
"public": true,
|
|
2586
2609
|
"deprecated": false,
|
|
2587
|
-
"filePath": "
|
|
2610
|
+
"filePath": "src/text.json",
|
|
2588
2611
|
"isSource": false,
|
|
2589
2612
|
"original": {
|
|
2590
2613
|
"value": "{size.font.scale.responsive.210.px.value}",
|
|
@@ -2612,7 +2635,7 @@ module.exports = {
|
|
|
2612
2635
|
"value": 2.375,
|
|
2613
2636
|
"public": true,
|
|
2614
2637
|
"deprecated": false,
|
|
2615
|
-
"filePath": "
|
|
2638
|
+
"filePath": "src/text.json",
|
|
2616
2639
|
"isSource": false,
|
|
2617
2640
|
"original": {
|
|
2618
2641
|
"value": "{size.font.scale.responsive.230.value}",
|
|
@@ -2640,7 +2663,7 @@ module.exports = {
|
|
|
2640
2663
|
"value": "38px",
|
|
2641
2664
|
"public": true,
|
|
2642
2665
|
"deprecated": false,
|
|
2643
|
-
"filePath": "
|
|
2666
|
+
"filePath": "src/text.json",
|
|
2644
2667
|
"isSource": false,
|
|
2645
2668
|
"original": {
|
|
2646
2669
|
"value": "{size.font.scale.responsive.230.px.value}",
|
|
@@ -2668,7 +2691,7 @@ module.exports = {
|
|
|
2668
2691
|
"value": 2.75,
|
|
2669
2692
|
"public": true,
|
|
2670
2693
|
"deprecated": false,
|
|
2671
|
-
"filePath": "
|
|
2694
|
+
"filePath": "src/text.json",
|
|
2672
2695
|
"isSource": false,
|
|
2673
2696
|
"original": {
|
|
2674
2697
|
"value": "{size.font.scale.responsive.270.value}",
|
|
@@ -2696,7 +2719,7 @@ module.exports = {
|
|
|
2696
2719
|
"value": "44px",
|
|
2697
2720
|
"public": true,
|
|
2698
2721
|
"deprecated": false,
|
|
2699
|
-
"filePath": "
|
|
2722
|
+
"filePath": "src/text.json",
|
|
2700
2723
|
"isSource": false,
|
|
2701
2724
|
"original": {
|
|
2702
2725
|
"value": "{size.font.scale.responsive.270.px.value}",
|
|
@@ -2728,7 +2751,7 @@ module.exports = {
|
|
|
2728
2751
|
"value": "500",
|
|
2729
2752
|
"public": true,
|
|
2730
2753
|
"deprecated": false,
|
|
2731
|
-
"filePath": "
|
|
2754
|
+
"filePath": "src/text.json",
|
|
2732
2755
|
"isSource": false,
|
|
2733
2756
|
"original": {
|
|
2734
2757
|
"value": "{font.weight.500.value}",
|
|
@@ -2755,7 +2778,7 @@ module.exports = {
|
|
|
2755
2778
|
"value": "32px",
|
|
2756
2779
|
"public": true,
|
|
2757
2780
|
"deprecated": false,
|
|
2758
|
-
"filePath": "
|
|
2781
|
+
"filePath": "src/text.json",
|
|
2759
2782
|
"isSource": false,
|
|
2760
2783
|
"original": {
|
|
2761
2784
|
"value": "{size.font.scale.responsive.200.px.value}",
|
|
@@ -2783,7 +2806,7 @@ module.exports = {
|
|
|
2783
2806
|
"value": "36px",
|
|
2784
2807
|
"public": true,
|
|
2785
2808
|
"deprecated": false,
|
|
2786
|
-
"filePath": "
|
|
2809
|
+
"filePath": "src/text.json",
|
|
2787
2810
|
"isSource": false,
|
|
2788
2811
|
"original": {
|
|
2789
2812
|
"value": "{size.font.scale.responsive.220.px.value}",
|
|
@@ -2811,7 +2834,7 @@ module.exports = {
|
|
|
2811
2834
|
"value": "40px",
|
|
2812
2835
|
"public": true,
|
|
2813
2836
|
"deprecated": false,
|
|
2814
|
-
"filePath": "
|
|
2837
|
+
"filePath": "src/text.json",
|
|
2815
2838
|
"isSource": false,
|
|
2816
2839
|
"original": {
|
|
2817
2840
|
"value": "{size.font.scale.responsive.250.px.value}",
|
|
@@ -2843,7 +2866,7 @@ module.exports = {
|
|
|
2843
2866
|
"value": 2,
|
|
2844
2867
|
"public": true,
|
|
2845
2868
|
"deprecated": false,
|
|
2846
|
-
"filePath": "
|
|
2869
|
+
"filePath": "src/text.json",
|
|
2847
2870
|
"isSource": false,
|
|
2848
2871
|
"original": {
|
|
2849
2872
|
"value": "{size.font.scale.responsive.200.value}",
|
|
@@ -2871,7 +2894,7 @@ module.exports = {
|
|
|
2871
2894
|
"value": 2.25,
|
|
2872
2895
|
"public": true,
|
|
2873
2896
|
"deprecated": false,
|
|
2874
|
-
"filePath": "
|
|
2897
|
+
"filePath": "src/text.json",
|
|
2875
2898
|
"isSource": false,
|
|
2876
2899
|
"original": {
|
|
2877
2900
|
"value": "{size.font.scale.responsive.220.value}",
|
|
@@ -2899,7 +2922,7 @@ module.exports = {
|
|
|
2899
2922
|
"value": 2.5,
|
|
2900
2923
|
"public": true,
|
|
2901
2924
|
"deprecated": false,
|
|
2902
|
-
"filePath": "
|
|
2925
|
+
"filePath": "src/text.json",
|
|
2903
2926
|
"isSource": false,
|
|
2904
2927
|
"original": {
|
|
2905
2928
|
"value": "{size.font.scale.responsive.250.value}",
|
|
@@ -2931,7 +2954,7 @@ module.exports = {
|
|
|
2931
2954
|
"value": 2.375,
|
|
2932
2955
|
"public": true,
|
|
2933
2956
|
"deprecated": false,
|
|
2934
|
-
"filePath": "
|
|
2957
|
+
"filePath": "src/text.json",
|
|
2935
2958
|
"isSource": false,
|
|
2936
2959
|
"original": {
|
|
2937
2960
|
"value": "{size.font.scale.responsive.230.value}",
|
|
@@ -2959,7 +2982,7 @@ module.exports = {
|
|
|
2959
2982
|
"value": "38px",
|
|
2960
2983
|
"public": true,
|
|
2961
2984
|
"deprecated": false,
|
|
2962
|
-
"filePath": "
|
|
2985
|
+
"filePath": "src/text.json",
|
|
2963
2986
|
"isSource": false,
|
|
2964
2987
|
"original": {
|
|
2965
2988
|
"value": "{size.font.scale.responsive.230.px.value}",
|
|
@@ -2987,7 +3010,7 @@ module.exports = {
|
|
|
2987
3010
|
"value": 2.625,
|
|
2988
3011
|
"public": true,
|
|
2989
3012
|
"deprecated": false,
|
|
2990
|
-
"filePath": "
|
|
3013
|
+
"filePath": "src/text.json",
|
|
2991
3014
|
"isSource": false,
|
|
2992
3015
|
"original": {
|
|
2993
3016
|
"value": "{size.font.scale.responsive.260.value}",
|
|
@@ -3015,7 +3038,7 @@ module.exports = {
|
|
|
3015
3038
|
"value": "42px",
|
|
3016
3039
|
"public": true,
|
|
3017
3040
|
"deprecated": false,
|
|
3018
|
-
"filePath": "
|
|
3041
|
+
"filePath": "src/text.json",
|
|
3019
3042
|
"isSource": false,
|
|
3020
3043
|
"original": {
|
|
3021
3044
|
"value": "{size.font.scale.responsive.260.px.value}",
|
|
@@ -3043,7 +3066,7 @@ module.exports = {
|
|
|
3043
3066
|
"value": 3,
|
|
3044
3067
|
"public": true,
|
|
3045
3068
|
"deprecated": false,
|
|
3046
|
-
"filePath": "
|
|
3069
|
+
"filePath": "src/text.json",
|
|
3047
3070
|
"isSource": false,
|
|
3048
3071
|
"original": {
|
|
3049
3072
|
"value": "{size.font.scale.responsive.300.value}",
|
|
@@ -3071,7 +3094,7 @@ module.exports = {
|
|
|
3071
3094
|
"value": "48px",
|
|
3072
3095
|
"public": true,
|
|
3073
3096
|
"deprecated": false,
|
|
3074
|
-
"filePath": "
|
|
3097
|
+
"filePath": "src/text.json",
|
|
3075
3098
|
"isSource": false,
|
|
3076
3099
|
"original": {
|
|
3077
3100
|
"value": "{size.font.scale.responsive.300.px.value}",
|
|
@@ -3103,7 +3126,7 @@ module.exports = {
|
|
|
3103
3126
|
"value": "500",
|
|
3104
3127
|
"public": true,
|
|
3105
3128
|
"deprecated": false,
|
|
3106
|
-
"filePath": "
|
|
3129
|
+
"filePath": "src/text.json",
|
|
3107
3130
|
"isSource": false,
|
|
3108
3131
|
"original": {
|
|
3109
3132
|
"value": "{font.weight.500.value}",
|
|
@@ -3128,7 +3151,7 @@ module.exports = {
|
|
|
3128
3151
|
"value": "0",
|
|
3129
3152
|
"public": true,
|
|
3130
3153
|
"deprecated": false,
|
|
3131
|
-
"filePath": "
|
|
3154
|
+
"filePath": "src/text.json",
|
|
3132
3155
|
"isSource": false,
|
|
3133
3156
|
"original": {
|
|
3134
3157
|
"value": "0",
|
|
@@ -3153,7 +3176,7 @@ module.exports = {
|
|
|
3153
3176
|
"value": "-0.2px",
|
|
3154
3177
|
"public": true,
|
|
3155
3178
|
"deprecated": false,
|
|
3156
|
-
"filePath": "
|
|
3179
|
+
"filePath": "src/text.json",
|
|
3157
3180
|
"isSource": false,
|
|
3158
3181
|
"original": {
|
|
3159
3182
|
"value": "{font.spacing.value}",
|
|
@@ -3180,7 +3203,7 @@ module.exports = {
|
|
|
3180
3203
|
"value": "300",
|
|
3181
3204
|
"public": true,
|
|
3182
3205
|
"deprecated": false,
|
|
3183
|
-
"filePath": "
|
|
3206
|
+
"filePath": "src/text.json",
|
|
3184
3207
|
"isSource": false,
|
|
3185
3208
|
"original": {
|
|
3186
3209
|
"value": "{font.weight.300.value}",
|
|
@@ -3207,7 +3230,7 @@ module.exports = {
|
|
|
3207
3230
|
"value": "100",
|
|
3208
3231
|
"public": true,
|
|
3209
3232
|
"deprecated": false,
|
|
3210
|
-
"filePath": "
|
|
3233
|
+
"filePath": "src/text.json",
|
|
3211
3234
|
"isSource": false,
|
|
3212
3235
|
"original": {
|
|
3213
3236
|
"value": "{font.weight.100.value}",
|
|
@@ -3234,7 +3257,7 @@ module.exports = {
|
|
|
3234
3257
|
"value": "44px",
|
|
3235
3258
|
"public": true,
|
|
3236
3259
|
"deprecated": false,
|
|
3237
|
-
"filePath": "
|
|
3260
|
+
"filePath": "src/text.json",
|
|
3238
3261
|
"isSource": false,
|
|
3239
3262
|
"original": {
|
|
3240
3263
|
"value": "{size.font.scale.responsive.270.px.value}",
|
|
@@ -3262,7 +3285,7 @@ module.exports = {
|
|
|
3262
3285
|
"value": "48px",
|
|
3263
3286
|
"public": true,
|
|
3264
3287
|
"deprecated": false,
|
|
3265
|
-
"filePath": "
|
|
3288
|
+
"filePath": "src/text.json",
|
|
3266
3289
|
"isSource": false,
|
|
3267
3290
|
"original": {
|
|
3268
3291
|
"value": "{size.font.scale.responsive.300.px.value}",
|
|
@@ -3290,7 +3313,7 @@ module.exports = {
|
|
|
3290
3313
|
"value": "56px",
|
|
3291
3314
|
"public": true,
|
|
3292
3315
|
"deprecated": false,
|
|
3293
|
-
"filePath": "
|
|
3316
|
+
"filePath": "src/text.json",
|
|
3294
3317
|
"isSource": false,
|
|
3295
3318
|
"original": {
|
|
3296
3319
|
"value": "{size.font.scale.responsive.350.px.value}",
|
|
@@ -3322,7 +3345,7 @@ module.exports = {
|
|
|
3322
3345
|
"value": 2.75,
|
|
3323
3346
|
"public": true,
|
|
3324
3347
|
"deprecated": false,
|
|
3325
|
-
"filePath": "
|
|
3348
|
+
"filePath": "src/text.json",
|
|
3326
3349
|
"isSource": false,
|
|
3327
3350
|
"original": {
|
|
3328
3351
|
"value": "{size.font.scale.responsive.270.value}",
|
|
@@ -3350,7 +3373,7 @@ module.exports = {
|
|
|
3350
3373
|
"value": 3,
|
|
3351
3374
|
"public": true,
|
|
3352
3375
|
"deprecated": false,
|
|
3353
|
-
"filePath": "
|
|
3376
|
+
"filePath": "src/text.json",
|
|
3354
3377
|
"isSource": false,
|
|
3355
3378
|
"original": {
|
|
3356
3379
|
"value": "{size.font.scale.responsive.300.value}",
|
|
@@ -3378,7 +3401,7 @@ module.exports = {
|
|
|
3378
3401
|
"value": 3.5,
|
|
3379
3402
|
"public": true,
|
|
3380
3403
|
"deprecated": false,
|
|
3381
|
-
"filePath": "
|
|
3404
|
+
"filePath": "src/text.json",
|
|
3382
3405
|
"isSource": false,
|
|
3383
3406
|
"original": {
|
|
3384
3407
|
"value": "{size.font.scale.responsive.350.value}",
|
|
@@ -3410,7 +3433,7 @@ module.exports = {
|
|
|
3410
3433
|
"value": 3.375,
|
|
3411
3434
|
"public": true,
|
|
3412
3435
|
"deprecated": false,
|
|
3413
|
-
"filePath": "
|
|
3436
|
+
"filePath": "src/text.json",
|
|
3414
3437
|
"isSource": false,
|
|
3415
3438
|
"original": {
|
|
3416
3439
|
"value": "{size.font.scale.responsive.330.value}",
|
|
@@ -3438,7 +3461,7 @@ module.exports = {
|
|
|
3438
3461
|
"value": "54px",
|
|
3439
3462
|
"public": true,
|
|
3440
3463
|
"deprecated": false,
|
|
3441
|
-
"filePath": "
|
|
3464
|
+
"filePath": "src/text.json",
|
|
3442
3465
|
"isSource": false,
|
|
3443
3466
|
"original": {
|
|
3444
3467
|
"value": "{size.font.scale.responsive.330.px.value}",
|
|
@@ -3466,7 +3489,7 @@ module.exports = {
|
|
|
3466
3489
|
"value": 3.75,
|
|
3467
3490
|
"public": true,
|
|
3468
3491
|
"deprecated": false,
|
|
3469
|
-
"filePath": "
|
|
3492
|
+
"filePath": "src/text.json",
|
|
3470
3493
|
"isSource": false,
|
|
3471
3494
|
"original": {
|
|
3472
3495
|
"value": "{size.font.scale.responsive.370.value}",
|
|
@@ -3494,7 +3517,7 @@ module.exports = {
|
|
|
3494
3517
|
"value": "60px",
|
|
3495
3518
|
"public": true,
|
|
3496
3519
|
"deprecated": false,
|
|
3497
|
-
"filePath": "
|
|
3520
|
+
"filePath": "src/text.json",
|
|
3498
3521
|
"isSource": false,
|
|
3499
3522
|
"original": {
|
|
3500
3523
|
"value": "{size.font.scale.responsive.370.px.value}",
|
|
@@ -3522,7 +3545,7 @@ module.exports = {
|
|
|
3522
3545
|
"value": 4.25,
|
|
3523
3546
|
"public": true,
|
|
3524
3547
|
"deprecated": false,
|
|
3525
|
-
"filePath": "
|
|
3548
|
+
"filePath": "src/text.json",
|
|
3526
3549
|
"isSource": false,
|
|
3527
3550
|
"original": {
|
|
3528
3551
|
"value": "{size.font.scale.responsive.420.value}",
|
|
@@ -3550,7 +3573,7 @@ module.exports = {
|
|
|
3550
3573
|
"value": "68px",
|
|
3551
3574
|
"public": true,
|
|
3552
3575
|
"deprecated": false,
|
|
3553
|
-
"filePath": "
|
|
3576
|
+
"filePath": "src/text.json",
|
|
3554
3577
|
"isSource": false,
|
|
3555
3578
|
"original": {
|
|
3556
3579
|
"value": "{size.font.scale.responsive.420.px.value}",
|
|
@@ -3584,7 +3607,7 @@ module.exports = {
|
|
|
3584
3607
|
"value": "500",
|
|
3585
3608
|
"public": true,
|
|
3586
3609
|
"deprecated": false,
|
|
3587
|
-
"filePath": "
|
|
3610
|
+
"filePath": "src/text.json",
|
|
3588
3611
|
"isSource": false,
|
|
3589
3612
|
"original": {
|
|
3590
3613
|
"value": "{font.weight.500.value}",
|
|
@@ -3611,7 +3634,7 @@ module.exports = {
|
|
|
3611
3634
|
"value": 0.625,
|
|
3612
3635
|
"public": true,
|
|
3613
3636
|
"deprecated": false,
|
|
3614
|
-
"filePath": "
|
|
3637
|
+
"filePath": "src/text.json",
|
|
3615
3638
|
"isSource": false,
|
|
3616
3639
|
"original": {
|
|
3617
3640
|
"value": "{size.font.scale.base.60.value}",
|
|
@@ -3636,7 +3659,7 @@ module.exports = {
|
|
|
3636
3659
|
"value": 0.75,
|
|
3637
3660
|
"public": true,
|
|
3638
3661
|
"deprecated": false,
|
|
3639
|
-
"filePath": "
|
|
3662
|
+
"filePath": "src/text.json",
|
|
3640
3663
|
"isSource": false,
|
|
3641
3664
|
"original": {
|
|
3642
3665
|
"value": "{size.font.scale.base.70.value}",
|
|
@@ -3661,7 +3684,7 @@ module.exports = {
|
|
|
3661
3684
|
"value": 0.875,
|
|
3662
3685
|
"public": true,
|
|
3663
3686
|
"deprecated": false,
|
|
3664
|
-
"filePath": "
|
|
3687
|
+
"filePath": "src/text.json",
|
|
3665
3688
|
"isSource": false,
|
|
3666
3689
|
"original": {
|
|
3667
3690
|
"value": "{size.font.scale.base.80.value}",
|
|
@@ -3686,7 +3709,7 @@ module.exports = {
|
|
|
3686
3709
|
"value": 1,
|
|
3687
3710
|
"public": true,
|
|
3688
3711
|
"deprecated": false,
|
|
3689
|
-
"filePath": "
|
|
3712
|
+
"filePath": "src/text.json",
|
|
3690
3713
|
"isSource": false,
|
|
3691
3714
|
"original": {
|
|
3692
3715
|
"value": "{size.font.scale.base.100.value}",
|
|
@@ -3711,7 +3734,7 @@ module.exports = {
|
|
|
3711
3734
|
"value": 1.125,
|
|
3712
3735
|
"public": true,
|
|
3713
3736
|
"deprecated": false,
|
|
3714
|
-
"filePath": "
|
|
3737
|
+
"filePath": "src/text.json",
|
|
3715
3738
|
"isSource": false,
|
|
3716
3739
|
"original": {
|
|
3717
3740
|
"value": "{size.font.scale.base.110.value}",
|
|
@@ -3738,7 +3761,7 @@ module.exports = {
|
|
|
3738
3761
|
"value": 1,
|
|
3739
3762
|
"public": true,
|
|
3740
3763
|
"deprecated": false,
|
|
3741
|
-
"filePath": "
|
|
3764
|
+
"filePath": "src/text.json",
|
|
3742
3765
|
"isSource": false,
|
|
3743
3766
|
"original": {
|
|
3744
3767
|
"value": "{size.font.scale.base.100.value}",
|
|
@@ -3763,7 +3786,7 @@ module.exports = {
|
|
|
3763
3786
|
"value": 1.25,
|
|
3764
3787
|
"public": true,
|
|
3765
3788
|
"deprecated": false,
|
|
3766
|
-
"filePath": "
|
|
3789
|
+
"filePath": "src/text.json",
|
|
3767
3790
|
"isSource": false,
|
|
3768
3791
|
"original": {
|
|
3769
3792
|
"value": "{size.font.scale.base.120.value}",
|
|
@@ -3788,7 +3811,7 @@ module.exports = {
|
|
|
3788
3811
|
"value": 1.5,
|
|
3789
3812
|
"public": true,
|
|
3790
3813
|
"deprecated": false,
|
|
3791
|
-
"filePath": "
|
|
3814
|
+
"filePath": "src/text.json",
|
|
3792
3815
|
"isSource": false,
|
|
3793
3816
|
"original": {
|
|
3794
3817
|
"value": "{size.font.scale.base.150.value}",
|
|
@@ -3813,7 +3836,7 @@ module.exports = {
|
|
|
3813
3836
|
"value": 1.625,
|
|
3814
3837
|
"public": true,
|
|
3815
3838
|
"deprecated": false,
|
|
3816
|
-
"filePath": "
|
|
3839
|
+
"filePath": "src/text.json",
|
|
3817
3840
|
"isSource": false,
|
|
3818
3841
|
"original": {
|
|
3819
3842
|
"value": "{size.font.scale.responsive.160.value}",
|
|
@@ -3847,7 +3870,7 @@ module.exports = {
|
|
|
3847
3870
|
"usage": "Notification color on light backgrounds",
|
|
3848
3871
|
"wcag": "AAA",
|
|
3849
3872
|
"deprecated": false,
|
|
3850
|
-
"filePath": "
|
|
3873
|
+
"filePath": "src/color/alert.json",
|
|
3851
3874
|
"isSource": true,
|
|
3852
3875
|
"original": {
|
|
3853
3876
|
"value": "{color.brand.atlas.400.value}",
|
|
@@ -3880,7 +3903,7 @@ module.exports = {
|
|
|
3880
3903
|
"usage": "Warning color on light backgrounds",
|
|
3881
3904
|
"wcag": "AAA",
|
|
3882
3905
|
"deprecated": false,
|
|
3883
|
-
"filePath": "
|
|
3906
|
+
"filePath": "src/color/alert.json",
|
|
3884
3907
|
"isSource": true,
|
|
3885
3908
|
"original": {
|
|
3886
3909
|
"value": "{color.state.warning.500.value}",
|
|
@@ -3913,7 +3936,7 @@ module.exports = {
|
|
|
3913
3936
|
"usage": "Error color on light backgrounds",
|
|
3914
3937
|
"wcag": "AAA",
|
|
3915
3938
|
"deprecated": false,
|
|
3916
|
-
"filePath": "
|
|
3939
|
+
"filePath": "src/color/alert.json",
|
|
3917
3940
|
"isSource": true,
|
|
3918
3941
|
"original": {
|
|
3919
3942
|
"value": "{color.state.error.500.value}",
|
|
@@ -3946,7 +3969,7 @@ module.exports = {
|
|
|
3946
3969
|
"usage": "Success color on light backgrounds",
|
|
3947
3970
|
"wcag": "AAA",
|
|
3948
3971
|
"deprecated": false,
|
|
3949
|
-
"filePath": "
|
|
3972
|
+
"filePath": "src/color/alert.json",
|
|
3950
3973
|
"isSource": true,
|
|
3951
3974
|
"original": {
|
|
3952
3975
|
"value": "{color.state.success.500.value}",
|
|
@@ -3979,7 +4002,7 @@ module.exports = {
|
|
|
3979
4002
|
"usage": "Travel advisory or system maintenance color on light backgrounds",
|
|
3980
4003
|
"wcag": "AAA",
|
|
3981
4004
|
"deprecated": false,
|
|
3982
|
-
"filePath": "
|
|
4005
|
+
"filePath": "src/color/alert.json",
|
|
3983
4006
|
"isSource": true,
|
|
3984
4007
|
"original": {
|
|
3985
4008
|
"value": "{color.brand.goldcoast.100.value}",
|
|
@@ -4012,7 +4035,7 @@ module.exports = {
|
|
|
4012
4035
|
"usage": "Background success color on light backgrounds",
|
|
4013
4036
|
"wcag": "AAA",
|
|
4014
4037
|
"deprecated": false,
|
|
4015
|
-
"filePath": "
|
|
4038
|
+
"filePath": "src/color/alert.json",
|
|
4016
4039
|
"isSource": true,
|
|
4017
4040
|
"original": {
|
|
4018
4041
|
"value": "DDF6E8",
|
|
@@ -4045,7 +4068,7 @@ module.exports = {
|
|
|
4045
4068
|
"usage": "Background error color on light backgrounds",
|
|
4046
4069
|
"wcag": "AAA",
|
|
4047
4070
|
"deprecated": false,
|
|
4048
|
-
"filePath": "
|
|
4071
|
+
"filePath": "src/color/alert.json",
|
|
4049
4072
|
"isSource": true,
|
|
4050
4073
|
"original": {
|
|
4051
4074
|
"value": "FFEDF1",
|
|
@@ -4079,7 +4102,7 @@ module.exports = {
|
|
|
4079
4102
|
"usage": "Used for creating light backgrounds",
|
|
4080
4103
|
"wcag": "n/a",
|
|
4081
4104
|
"deprecated": false,
|
|
4082
|
-
"filePath": "
|
|
4105
|
+
"filePath": "src/color/background.json",
|
|
4083
4106
|
"isSource": true,
|
|
4084
4107
|
"original": {
|
|
4085
4108
|
"value": "{color.base.white.value}",
|
|
@@ -4108,7 +4131,7 @@ module.exports = {
|
|
|
4108
4131
|
"usage": "Used for creating light backgrounds @ 90% white",
|
|
4109
4132
|
"wcag": "n/a",
|
|
4110
4133
|
"deprecated": false,
|
|
4111
|
-
"filePath": "
|
|
4134
|
+
"filePath": "src/color/background.json",
|
|
4112
4135
|
"isSource": true,
|
|
4113
4136
|
"original": {
|
|
4114
4137
|
"value": "{color.base.gray.100.value}",
|
|
@@ -4137,7 +4160,7 @@ module.exports = {
|
|
|
4137
4160
|
"usage": "Used for creating dark backgrounds",
|
|
4138
4161
|
"wcag": "n/a",
|
|
4139
4162
|
"deprecated": false,
|
|
4140
|
-
"filePath": "
|
|
4163
|
+
"filePath": "src/color/background.json",
|
|
4141
4164
|
"isSource": true,
|
|
4142
4165
|
"original": {
|
|
4143
4166
|
"value": "{color.brand.midnight.400.value}",
|
|
@@ -4166,7 +4189,7 @@ module.exports = {
|
|
|
4166
4189
|
"usage": "Used for creating dark backgrounds @ 20% darker",
|
|
4167
4190
|
"wcag": "n/a",
|
|
4168
4191
|
"deprecated": false,
|
|
4169
|
-
"filePath": "
|
|
4192
|
+
"filePath": "src/color/background.json",
|
|
4170
4193
|
"isSource": true,
|
|
4171
4194
|
"original": {
|
|
4172
4195
|
"value": "{color.brand.midnight.500.value}",
|
|
@@ -4196,7 +4219,7 @@ module.exports = {
|
|
|
4196
4219
|
"usage": "Used for creating a gradient against all backgrounds",
|
|
4197
4220
|
"wcag": "n/a",
|
|
4198
4221
|
"deprecated": false,
|
|
4199
|
-
"filePath": "
|
|
4222
|
+
"filePath": "src/color/background.json",
|
|
4200
4223
|
"isSource": true,
|
|
4201
4224
|
"original": {
|
|
4202
4225
|
"value": "linear-gradient(180deg, {color.base.white-opacity-0}, {color.base.white-opacity-50})",
|
|
@@ -4228,7 +4251,7 @@ module.exports = {
|
|
|
4228
4251
|
"comment": "\n // Base value for token support; should not use in code!",
|
|
4229
4252
|
"public": true,
|
|
4230
4253
|
"deprecated": false,
|
|
4231
|
-
"filePath": "
|
|
4254
|
+
"filePath": "src/color/base.json",
|
|
4232
4255
|
"isSource": true,
|
|
4233
4256
|
"original": {
|
|
4234
4257
|
"value": "ffffff",
|
|
@@ -4254,7 +4277,7 @@ module.exports = {
|
|
|
4254
4277
|
"public": true,
|
|
4255
4278
|
"opacity": true,
|
|
4256
4279
|
"deprecated": false,
|
|
4257
|
-
"filePath": "
|
|
4280
|
+
"filePath": "src/color/base.json",
|
|
4258
4281
|
"isSource": true,
|
|
4259
4282
|
"original": {
|
|
4260
4283
|
"value": "ffffff80",
|
|
@@ -4281,7 +4304,7 @@ module.exports = {
|
|
|
4281
4304
|
"public": true,
|
|
4282
4305
|
"opacity": true,
|
|
4283
4306
|
"deprecated": false,
|
|
4284
|
-
"filePath": "
|
|
4307
|
+
"filePath": "src/color/base.json",
|
|
4285
4308
|
"isSource": true,
|
|
4286
4309
|
"original": {
|
|
4287
4310
|
"value": "ffffff66",
|
|
@@ -4308,7 +4331,7 @@ module.exports = {
|
|
|
4308
4331
|
"public": true,
|
|
4309
4332
|
"opacity": true,
|
|
4310
4333
|
"deprecated": false,
|
|
4311
|
-
"filePath": "
|
|
4334
|
+
"filePath": "src/color/base.json",
|
|
4312
4335
|
"isSource": true,
|
|
4313
4336
|
"original": {
|
|
4314
4337
|
"value": "ffffff00",
|
|
@@ -4334,7 +4357,7 @@ module.exports = {
|
|
|
4334
4357
|
"comment": "\n // Base value for token support; should not use in code!",
|
|
4335
4358
|
"public": true,
|
|
4336
4359
|
"deprecated": false,
|
|
4337
|
-
"filePath": "
|
|
4360
|
+
"filePath": "src/color/base.json",
|
|
4338
4361
|
"isSource": true,
|
|
4339
4362
|
"original": {
|
|
4340
4363
|
"value": "000000",
|
|
@@ -4360,7 +4383,7 @@ module.exports = {
|
|
|
4360
4383
|
"public": true,
|
|
4361
4384
|
"opacity": true,
|
|
4362
4385
|
"deprecated": false,
|
|
4363
|
-
"filePath": "
|
|
4386
|
+
"filePath": "src/color/base.json",
|
|
4364
4387
|
"isSource": true,
|
|
4365
4388
|
"original": {
|
|
4366
4389
|
"value": "00000026",
|
|
@@ -4388,7 +4411,7 @@ module.exports = {
|
|
|
4388
4411
|
"value": "#ff999b",
|
|
4389
4412
|
"public": true,
|
|
4390
4413
|
"deprecated": false,
|
|
4391
|
-
"filePath": "
|
|
4414
|
+
"filePath": "src/color/base.json",
|
|
4392
4415
|
"isSource": true,
|
|
4393
4416
|
"original": {
|
|
4394
4417
|
"value": "ff999b",
|
|
@@ -4413,7 +4436,7 @@ module.exports = {
|
|
|
4413
4436
|
"value": "#df0b37",
|
|
4414
4437
|
"public": true,
|
|
4415
4438
|
"deprecated": false,
|
|
4416
|
-
"filePath": "
|
|
4439
|
+
"filePath": "src/color/base.json",
|
|
4417
4440
|
"isSource": true,
|
|
4418
4441
|
"original": {
|
|
4419
4442
|
"value": "df0b37",
|
|
@@ -4440,7 +4463,7 @@ module.exports = {
|
|
|
4440
4463
|
"value": "#69cf96",
|
|
4441
4464
|
"public": true,
|
|
4442
4465
|
"deprecated": false,
|
|
4443
|
-
"filePath": "
|
|
4466
|
+
"filePath": "src/color/base.json",
|
|
4444
4467
|
"isSource": true,
|
|
4445
4468
|
"original": {
|
|
4446
4469
|
"value": "69cf96",
|
|
@@ -4465,7 +4488,7 @@ module.exports = {
|
|
|
4465
4488
|
"value": "#00805d",
|
|
4466
4489
|
"public": true,
|
|
4467
4490
|
"deprecated": false,
|
|
4468
|
-
"filePath": "
|
|
4491
|
+
"filePath": "src/color/base.json",
|
|
4469
4492
|
"isSource": true,
|
|
4470
4493
|
"original": {
|
|
4471
4494
|
"value": "00805d",
|
|
@@ -4492,7 +4515,7 @@ module.exports = {
|
|
|
4492
4515
|
"value": "#de750c",
|
|
4493
4516
|
"public": true,
|
|
4494
4517
|
"deprecated": false,
|
|
4495
|
-
"filePath": "
|
|
4518
|
+
"filePath": "src/color/base.json",
|
|
4496
4519
|
"isSource": true,
|
|
4497
4520
|
"original": {
|
|
4498
4521
|
"value": "de750c",
|
|
@@ -4524,7 +4547,7 @@ module.exports = {
|
|
|
4524
4547
|
"usage": "Primary border color on light backgrounds",
|
|
4525
4548
|
"wcag": "n/a",
|
|
4526
4549
|
"deprecated": false,
|
|
4527
|
-
"filePath": "
|
|
4550
|
+
"filePath": "src/color/border.json",
|
|
4528
4551
|
"isSource": true,
|
|
4529
4552
|
"original": {
|
|
4530
4553
|
"value": "{color.brand.neutral.500.value}",
|
|
@@ -4555,7 +4578,7 @@ module.exports = {
|
|
|
4555
4578
|
"usage": "Primary border color on dark background",
|
|
4556
4579
|
"wcag": "n/a",
|
|
4557
4580
|
"deprecated": false,
|
|
4558
|
-
"filePath": "
|
|
4581
|
+
"filePath": "src/color/border.json",
|
|
4559
4582
|
"isSource": true,
|
|
4560
4583
|
"original": {
|
|
4561
4584
|
"value": "{color.brand.neutral.400.value}",
|
|
@@ -4588,7 +4611,7 @@ module.exports = {
|
|
|
4588
4611
|
"usage": "Active border color on light backgrounds",
|
|
4589
4612
|
"wcag": "n/a",
|
|
4590
4613
|
"deprecated": false,
|
|
4591
|
-
"filePath": "
|
|
4614
|
+
"filePath": "src/color/border.json",
|
|
4592
4615
|
"isSource": true,
|
|
4593
4616
|
"original": {
|
|
4594
4617
|
"value": "{color.brand.atlas.400.value}",
|
|
@@ -4618,7 +4641,7 @@ module.exports = {
|
|
|
4618
4641
|
"inverse": true,
|
|
4619
4642
|
"usage": "Active border color on dark backgrounds",
|
|
4620
4643
|
"deprecated": false,
|
|
4621
|
-
"filePath": "
|
|
4644
|
+
"filePath": "src/color/border.json",
|
|
4622
4645
|
"isSource": true,
|
|
4623
4646
|
"original": {
|
|
4624
4647
|
"value": "{color.brand.breeze.300.value}",
|
|
@@ -4650,7 +4673,7 @@ module.exports = {
|
|
|
4650
4673
|
"usage": "Error states border color on light backgrounds",
|
|
4651
4674
|
"wcag": "n/a",
|
|
4652
4675
|
"deprecated": false,
|
|
4653
|
-
"filePath": "
|
|
4676
|
+
"filePath": "src/color/border.json",
|
|
4654
4677
|
"isSource": true,
|
|
4655
4678
|
"original": {
|
|
4656
4679
|
"value": "{color.state.error.500.value}",
|
|
@@ -4683,7 +4706,7 @@ module.exports = {
|
|
|
4683
4706
|
"usage": "Disabled border color on light backgrounds",
|
|
4684
4707
|
"wcag": "n/a",
|
|
4685
4708
|
"deprecated": false,
|
|
4686
|
-
"filePath": "
|
|
4709
|
+
"filePath": "src/color/border.json",
|
|
4687
4710
|
"isSource": true,
|
|
4688
4711
|
"original": {
|
|
4689
4712
|
"value": "{color.base.gray.200.value}",
|
|
@@ -4716,7 +4739,7 @@ module.exports = {
|
|
|
4716
4739
|
"usage": "Focus border color for light backgrounds",
|
|
4717
4740
|
"wcag": "n/a",
|
|
4718
4741
|
"deprecated": false,
|
|
4719
|
-
"filePath": "
|
|
4742
|
+
"filePath": "src/color/border.json",
|
|
4720
4743
|
"isSource": true,
|
|
4721
4744
|
"original": {
|
|
4722
4745
|
"value": "{color.base.gray.500.value}",
|
|
@@ -4749,7 +4772,7 @@ module.exports = {
|
|
|
4749
4772
|
"usage": "Strict use as divider between elements on light backgrounds",
|
|
4750
4773
|
"wcag": "n/a",
|
|
4751
4774
|
"deprecated": false,
|
|
4752
|
-
"filePath": "
|
|
4775
|
+
"filePath": "src/color/border.json",
|
|
4753
4776
|
"isSource": true,
|
|
4754
4777
|
"original": {
|
|
4755
4778
|
"value": "{color.base.black-opacity-15.value}",
|
|
@@ -4780,7 +4803,7 @@ module.exports = {
|
|
|
4780
4803
|
"usage": "Strict use as divider between elements on dark backgrounds",
|
|
4781
4804
|
"wcag": "n/a",
|
|
4782
4805
|
"deprecated": false,
|
|
4783
|
-
"filePath": "
|
|
4806
|
+
"filePath": "src/color/border.json",
|
|
4784
4807
|
"isSource": true,
|
|
4785
4808
|
"original": {
|
|
4786
4809
|
"value": "{color.base.white.value}",
|
|
@@ -4816,7 +4839,7 @@ module.exports = {
|
|
|
4816
4839
|
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
4817
4840
|
"wcag": "n/a",
|
|
4818
4841
|
"deprecated": false,
|
|
4819
|
-
"filePath": "
|
|
4842
|
+
"filePath": "src/color/brand.json",
|
|
4820
4843
|
"isSource": true,
|
|
4821
4844
|
"original": {
|
|
4822
4845
|
"value": "c1daf0",
|
|
@@ -4849,7 +4872,7 @@ module.exports = {
|
|
|
4849
4872
|
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
4850
4873
|
"wcag": "n/a",
|
|
4851
4874
|
"deprecated": false,
|
|
4852
|
-
"filePath": "
|
|
4875
|
+
"filePath": "src/color/brand.json",
|
|
4853
4876
|
"isSource": true,
|
|
4854
4877
|
"original": {
|
|
4855
4878
|
"value": "569ed7",
|
|
@@ -4882,7 +4905,7 @@ module.exports = {
|
|
|
4882
4905
|
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
4883
4906
|
"wcag": "n/a",
|
|
4884
4907
|
"deprecated": false,
|
|
4885
|
-
"filePath": "
|
|
4908
|
+
"filePath": "src/color/brand.json",
|
|
4886
4909
|
"isSource": true,
|
|
4887
4910
|
"original": {
|
|
4888
4911
|
"value": "156fad",
|
|
@@ -4915,7 +4938,7 @@ module.exports = {
|
|
|
4915
4938
|
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
4916
4939
|
"wcag": "n/a",
|
|
4917
4940
|
"deprecated": false,
|
|
4918
|
-
"filePath": "
|
|
4941
|
+
"filePath": "src/color/brand.json",
|
|
4919
4942
|
"isSource": true,
|
|
4920
4943
|
"original": {
|
|
4921
4944
|
"value": "01426a",
|
|
@@ -4948,7 +4971,7 @@ module.exports = {
|
|
|
4948
4971
|
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
4949
4972
|
"wcag": "n/a",
|
|
4950
4973
|
"deprecated": false,
|
|
4951
|
-
"filePath": "
|
|
4974
|
+
"filePath": "src/color/brand.json",
|
|
4952
4975
|
"isSource": true,
|
|
4953
4976
|
"original": {
|
|
4954
4977
|
"value": "00274a",
|
|
@@ -4983,7 +5006,7 @@ module.exports = {
|
|
|
4983
5006
|
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
4984
5007
|
"wcag": "n/a",
|
|
4985
5008
|
"deprecated": false,
|
|
4986
|
-
"filePath": "
|
|
5009
|
+
"filePath": "src/color/brand.json",
|
|
4987
5010
|
"isSource": true,
|
|
4988
5011
|
"original": {
|
|
4989
5012
|
"value": "cde6ff",
|
|
@@ -5016,7 +5039,7 @@ module.exports = {
|
|
|
5016
5039
|
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
5017
5040
|
"wcag": "n/a",
|
|
5018
5041
|
"deprecated": false,
|
|
5019
|
-
"filePath": "
|
|
5042
|
+
"filePath": "src/color/brand.json",
|
|
5020
5043
|
"isSource": true,
|
|
5021
5044
|
"original": {
|
|
5022
5045
|
"value": "6bb7fb",
|
|
@@ -5049,7 +5072,7 @@ module.exports = {
|
|
|
5049
5072
|
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
5050
5073
|
"wcag": "n/a",
|
|
5051
5074
|
"deprecated": false,
|
|
5052
|
-
"filePath": "
|
|
5075
|
+
"filePath": "src/color/brand.json",
|
|
5053
5076
|
"isSource": true,
|
|
5054
5077
|
"original": {
|
|
5055
5078
|
"value": "2492eb",
|
|
@@ -5082,7 +5105,7 @@ module.exports = {
|
|
|
5082
5105
|
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
5083
5106
|
"wcag": "n/a",
|
|
5084
5107
|
"deprecated": false,
|
|
5085
|
-
"filePath": "
|
|
5108
|
+
"filePath": "src/color/brand.json",
|
|
5086
5109
|
"isSource": true,
|
|
5087
5110
|
"original": {
|
|
5088
5111
|
"value": "0074c8",
|
|
@@ -5115,7 +5138,7 @@ module.exports = {
|
|
|
5115
5138
|
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
5116
5139
|
"wcag": "n/a",
|
|
5117
5140
|
"deprecated": false,
|
|
5118
|
-
"filePath": "
|
|
5141
|
+
"filePath": "src/color/brand.json",
|
|
5119
5142
|
"isSource": true,
|
|
5120
5143
|
"original": {
|
|
5121
5144
|
"value": "054687",
|
|
@@ -5150,7 +5173,7 @@ module.exports = {
|
|
|
5150
5173
|
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
5151
5174
|
"wcag": "n/a",
|
|
5152
5175
|
"deprecated": false,
|
|
5153
|
-
"filePath": "
|
|
5176
|
+
"filePath": "src/color/brand.json",
|
|
5154
5177
|
"isSource": true,
|
|
5155
5178
|
"original": {
|
|
5156
5179
|
"value": "c0f7ff",
|
|
@@ -5183,7 +5206,7 @@ module.exports = {
|
|
|
5183
5206
|
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
5184
5207
|
"wcag": "n/a",
|
|
5185
5208
|
"deprecated": false,
|
|
5186
|
-
"filePath": "
|
|
5209
|
+
"filePath": "src/color/brand.json",
|
|
5187
5210
|
"isSource": true,
|
|
5188
5211
|
"original": {
|
|
5189
5212
|
"value": "5de3f7",
|
|
@@ -5216,7 +5239,7 @@ module.exports = {
|
|
|
5216
5239
|
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
5217
5240
|
"wcag": "n/a",
|
|
5218
5241
|
"deprecated": false,
|
|
5219
|
-
"filePath": "
|
|
5242
|
+
"filePath": "src/color/brand.json",
|
|
5220
5243
|
"isSource": true,
|
|
5221
5244
|
"original": {
|
|
5222
5245
|
"value": "00cff0",
|
|
@@ -5249,7 +5272,7 @@ module.exports = {
|
|
|
5249
5272
|
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
5250
5273
|
"wcag": "n/a",
|
|
5251
5274
|
"deprecated": false,
|
|
5252
|
-
"filePath": "
|
|
5275
|
+
"filePath": "src/color/brand.json",
|
|
5253
5276
|
"isSource": true,
|
|
5254
5277
|
"original": {
|
|
5255
5278
|
"value": "099dc5",
|
|
@@ -5282,7 +5305,7 @@ module.exports = {
|
|
|
5282
5305
|
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
5283
5306
|
"wcag": "n/a",
|
|
5284
5307
|
"deprecated": false,
|
|
5285
|
-
"filePath": "
|
|
5308
|
+
"filePath": "src/color/brand.json",
|
|
5286
5309
|
"isSource": true,
|
|
5287
5310
|
"original": {
|
|
5288
5311
|
"value": "0b5575",
|
|
@@ -5317,7 +5340,7 @@ module.exports = {
|
|
|
5317
5340
|
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
5318
5341
|
"wcag": "n/a",
|
|
5319
5342
|
"deprecated": false,
|
|
5320
|
-
"filePath": "
|
|
5343
|
+
"filePath": "src/color/brand.json",
|
|
5321
5344
|
"isSource": true,
|
|
5322
5345
|
"original": {
|
|
5323
5346
|
"value": "e2ffcd",
|
|
@@ -5350,7 +5373,7 @@ module.exports = {
|
|
|
5350
5373
|
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
5351
5374
|
"wcag": "n/a",
|
|
5352
5375
|
"deprecated": false,
|
|
5353
|
-
"filePath": "
|
|
5376
|
+
"filePath": "src/color/brand.json",
|
|
5354
5377
|
"isSource": true,
|
|
5355
5378
|
"original": {
|
|
5356
5379
|
"value": "d0fba6",
|
|
@@ -5383,7 +5406,7 @@ module.exports = {
|
|
|
5383
5406
|
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
5384
5407
|
"wcag": "n/a",
|
|
5385
5408
|
"deprecated": false,
|
|
5386
|
-
"filePath": "
|
|
5409
|
+
"filePath": "src/color/brand.json",
|
|
5387
5410
|
"isSource": true,
|
|
5388
5411
|
"original": {
|
|
5389
5412
|
"value": "c0e585",
|
|
@@ -5416,7 +5439,7 @@ module.exports = {
|
|
|
5416
5439
|
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
5417
5440
|
"wcag": "n/a",
|
|
5418
5441
|
"deprecated": false,
|
|
5419
|
-
"filePath": "
|
|
5442
|
+
"filePath": "src/color/brand.json",
|
|
5420
5443
|
"isSource": true,
|
|
5421
5444
|
"original": {
|
|
5422
5445
|
"value": "91be62",
|
|
@@ -5449,7 +5472,7 @@ module.exports = {
|
|
|
5449
5472
|
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
5450
5473
|
"wcag": "n/a",
|
|
5451
5474
|
"deprecated": false,
|
|
5452
|
-
"filePath": "
|
|
5475
|
+
"filePath": "src/color/brand.json",
|
|
5453
5476
|
"isSource": true,
|
|
5454
5477
|
"original": {
|
|
5455
5478
|
"value": "5e8741",
|
|
@@ -5484,7 +5507,7 @@ module.exports = {
|
|
|
5484
5507
|
"usage": "Conversational colors add warmth and energy to our experience",
|
|
5485
5508
|
"wcag": "n/a",
|
|
5486
5509
|
"deprecated": false,
|
|
5487
|
-
"filePath": "
|
|
5510
|
+
"filePath": "src/color/brand.json",
|
|
5488
5511
|
"isSource": true,
|
|
5489
5512
|
"original": {
|
|
5490
5513
|
"value": "bcaae6",
|
|
@@ -5517,7 +5540,7 @@ module.exports = {
|
|
|
5517
5540
|
"usage": "Conversational colors add warmth and energy to our experience",
|
|
5518
5541
|
"wcag": "n/a",
|
|
5519
5542
|
"deprecated": false,
|
|
5520
|
-
"filePath": "
|
|
5543
|
+
"filePath": "src/color/brand.json",
|
|
5521
5544
|
"isSource": true,
|
|
5522
5545
|
"original": {
|
|
5523
5546
|
"value": "9e73ea",
|
|
@@ -5550,7 +5573,7 @@ module.exports = {
|
|
|
5550
5573
|
"usage": "Conversational colors add warmth and energy to our experience",
|
|
5551
5574
|
"wcag": "n/a",
|
|
5552
5575
|
"deprecated": false,
|
|
5553
|
-
"filePath": "
|
|
5576
|
+
"filePath": "src/color/brand.json",
|
|
5554
5577
|
"isSource": true,
|
|
5555
5578
|
"original": {
|
|
5556
5579
|
"value": "8439ef",
|
|
@@ -5583,7 +5606,7 @@ module.exports = {
|
|
|
5583
5606
|
"usage": "Conversational colors add warmth and energy to our experience",
|
|
5584
5607
|
"wcag": "n/a",
|
|
5585
5608
|
"deprecated": false,
|
|
5586
|
-
"filePath": "
|
|
5609
|
+
"filePath": "src/color/brand.json",
|
|
5587
5610
|
"isSource": true,
|
|
5588
5611
|
"original": {
|
|
5589
5612
|
"value": "631db8",
|
|
@@ -5616,7 +5639,7 @@ module.exports = {
|
|
|
5616
5639
|
"usage": "Conversational colors add warmth and energy to our experience",
|
|
5617
5640
|
"wcag": "n/a",
|
|
5618
5641
|
"deprecated": false,
|
|
5619
|
-
"filePath": "
|
|
5642
|
+
"filePath": "src/color/brand.json",
|
|
5620
5643
|
"isSource": true,
|
|
5621
5644
|
"original": {
|
|
5622
5645
|
"value": "39115c",
|
|
@@ -5651,7 +5674,7 @@ module.exports = {
|
|
|
5651
5674
|
"usage": "Conversational colors add warmth and energy to our experience",
|
|
5652
5675
|
"wcag": "n/a",
|
|
5653
5676
|
"deprecated": false,
|
|
5654
|
-
"filePath": "
|
|
5677
|
+
"filePath": "src/color/brand.json",
|
|
5655
5678
|
"isSource": true,
|
|
5656
5679
|
"original": {
|
|
5657
5680
|
"value": "ffebee",
|
|
@@ -5684,7 +5707,7 @@ module.exports = {
|
|
|
5684
5707
|
"usage": "Conversational colors add warmth and energy to our experience",
|
|
5685
5708
|
"wcag": "n/a",
|
|
5686
5709
|
"deprecated": false,
|
|
5687
|
-
"filePath": "
|
|
5710
|
+
"filePath": "src/color/brand.json",
|
|
5688
5711
|
"isSource": true,
|
|
5689
5712
|
"original": {
|
|
5690
5713
|
"value": "ffc0ca",
|
|
@@ -5717,7 +5740,7 @@ module.exports = {
|
|
|
5717
5740
|
"usage": "Conversational colors add warmth and energy to our experience",
|
|
5718
5741
|
"wcag": "n/a",
|
|
5719
5742
|
"deprecated": false,
|
|
5720
|
-
"filePath": "
|
|
5743
|
+
"filePath": "src/color/brand.json",
|
|
5721
5744
|
"isSource": true,
|
|
5722
5745
|
"original": {
|
|
5723
5746
|
"value": "ff94a7",
|
|
@@ -5750,7 +5773,7 @@ module.exports = {
|
|
|
5750
5773
|
"usage": "Conversational colors add warmth and energy to our experience",
|
|
5751
5774
|
"wcag": "n/a",
|
|
5752
5775
|
"deprecated": false,
|
|
5753
|
-
"filePath": "
|
|
5776
|
+
"filePath": "src/color/brand.json",
|
|
5754
5777
|
"isSource": true,
|
|
5755
5778
|
"original": {
|
|
5756
5779
|
"value": "F65b7b",
|
|
@@ -5783,7 +5806,7 @@ module.exports = {
|
|
|
5783
5806
|
"usage": "Conversational colors add warmth and energy to our experience",
|
|
5784
5807
|
"wcag": "n/a",
|
|
5785
5808
|
"deprecated": false,
|
|
5786
|
-
"filePath": "
|
|
5809
|
+
"filePath": "src/color/brand.json",
|
|
5787
5810
|
"isSource": true,
|
|
5788
5811
|
"original": {
|
|
5789
5812
|
"value": "b82b47",
|
|
@@ -5818,7 +5841,7 @@ module.exports = {
|
|
|
5818
5841
|
"usage": "Conversational colors add warmth and energy to our experience",
|
|
5819
5842
|
"wcag": "n/a",
|
|
5820
5843
|
"deprecated": false,
|
|
5821
|
-
"filePath": "
|
|
5844
|
+
"filePath": "src/color/brand.json",
|
|
5822
5845
|
"isSource": true,
|
|
5823
5846
|
"original": {
|
|
5824
5847
|
"value": "ffcab6",
|
|
@@ -5851,7 +5874,7 @@ module.exports = {
|
|
|
5851
5874
|
"usage": "Conversational colors add warmth and energy to our experience",
|
|
5852
5875
|
"wcag": "n/a",
|
|
5853
5876
|
"deprecated": false,
|
|
5854
|
-
"filePath": "
|
|
5877
|
+
"filePath": "src/color/brand.json",
|
|
5855
5878
|
"isSource": true,
|
|
5856
5879
|
"original": {
|
|
5857
5880
|
"value": "f99574",
|
|
@@ -5884,7 +5907,7 @@ module.exports = {
|
|
|
5884
5907
|
"usage": "Conversational colors add warmth and energy to our experience",
|
|
5885
5908
|
"wcag": "n/a",
|
|
5886
5909
|
"deprecated": false,
|
|
5887
|
-
"filePath": "
|
|
5910
|
+
"filePath": "src/color/brand.json",
|
|
5888
5911
|
"isSource": true,
|
|
5889
5912
|
"original": {
|
|
5890
5913
|
"value": "f26135",
|
|
@@ -5917,7 +5940,7 @@ module.exports = {
|
|
|
5917
5940
|
"usage": "Conversational colors add warmth and energy to our experience",
|
|
5918
5941
|
"wcag": "n/a",
|
|
5919
5942
|
"deprecated": false,
|
|
5920
|
-
"filePath": "
|
|
5943
|
+
"filePath": "src/color/brand.json",
|
|
5921
5944
|
"isSource": true,
|
|
5922
5945
|
"original": {
|
|
5923
5946
|
"value": "de3e09",
|
|
@@ -5950,7 +5973,7 @@ module.exports = {
|
|
|
5950
5973
|
"usage": "Conversational colors add warmth and energy to our experience",
|
|
5951
5974
|
"wcag": "n/a",
|
|
5952
5975
|
"deprecated": false,
|
|
5953
|
-
"filePath": "
|
|
5976
|
+
"filePath": "src/color/brand.json",
|
|
5954
5977
|
"isSource": true,
|
|
5955
5978
|
"original": {
|
|
5956
5979
|
"value": "b83302",
|
|
@@ -5985,7 +6008,7 @@ module.exports = {
|
|
|
5985
6008
|
"usage": "Conversational colors add warmth and energy to our experience",
|
|
5986
6009
|
"wcag": "n/a",
|
|
5987
6010
|
"deprecated": false,
|
|
5988
|
-
"filePath": "
|
|
6011
|
+
"filePath": "src/color/brand.json",
|
|
5989
6012
|
"isSource": true,
|
|
5990
6013
|
"original": {
|
|
5991
6014
|
"value": "fff0cd",
|
|
@@ -6018,7 +6041,7 @@ module.exports = {
|
|
|
6018
6041
|
"usage": "Conversational colors add warmth and energy to our experience",
|
|
6019
6042
|
"wcag": "n/a",
|
|
6020
6043
|
"deprecated": false,
|
|
6021
|
-
"filePath": "
|
|
6044
|
+
"filePath": "src/color/brand.json",
|
|
6022
6045
|
"isSource": true,
|
|
6023
6046
|
"original": {
|
|
6024
6047
|
"value": "ffdb67",
|
|
@@ -6051,7 +6074,7 @@ module.exports = {
|
|
|
6051
6074
|
"usage": "Conversational colors add warmth and energy to our experience",
|
|
6052
6075
|
"wcag": "n/a",
|
|
6053
6076
|
"deprecated": false,
|
|
6054
|
-
"filePath": "
|
|
6077
|
+
"filePath": "src/color/brand.json",
|
|
6055
6078
|
"isSource": true,
|
|
6056
6079
|
"original": {
|
|
6057
6080
|
"value": "ffd200",
|
|
@@ -6084,7 +6107,7 @@ module.exports = {
|
|
|
6084
6107
|
"usage": "Conversational colors add warmth and energy to our experience",
|
|
6085
6108
|
"wcag": "n/a",
|
|
6086
6109
|
"deprecated": false,
|
|
6087
|
-
"filePath": "
|
|
6110
|
+
"filePath": "src/color/brand.json",
|
|
6088
6111
|
"isSource": true,
|
|
6089
6112
|
"original": {
|
|
6090
6113
|
"value": "e5ad07",
|
|
@@ -6117,7 +6140,7 @@ module.exports = {
|
|
|
6117
6140
|
"usage": "Conversational colors add warmth and energy to our experience",
|
|
6118
6141
|
"wcag": "n/a",
|
|
6119
6142
|
"deprecated": false,
|
|
6120
|
-
"filePath": "
|
|
6143
|
+
"filePath": "src/color/brand.json",
|
|
6121
6144
|
"isSource": true,
|
|
6122
6145
|
"original": {
|
|
6123
6146
|
"value": "b88624",
|
|
@@ -6152,7 +6175,7 @@ module.exports = {
|
|
|
6152
6175
|
"usage": "TBD...",
|
|
6153
6176
|
"wcag": "n/a",
|
|
6154
6177
|
"deprecated": false,
|
|
6155
|
-
"filePath": "
|
|
6178
|
+
"filePath": "src/color/brand.json",
|
|
6156
6179
|
"isSource": true,
|
|
6157
6180
|
"original": {
|
|
6158
6181
|
"value": "f9fbfc",
|
|
@@ -6185,7 +6208,7 @@ module.exports = {
|
|
|
6185
6208
|
"usage": "TBD...",
|
|
6186
6209
|
"wcag": "n/a",
|
|
6187
6210
|
"deprecated": false,
|
|
6188
|
-
"filePath": "
|
|
6211
|
+
"filePath": "src/color/brand.json",
|
|
6189
6212
|
"isSource": true,
|
|
6190
6213
|
"original": {
|
|
6191
6214
|
"value": "e2eaef",
|
|
@@ -6218,7 +6241,7 @@ module.exports = {
|
|
|
6218
6241
|
"usage": "TBD...",
|
|
6219
6242
|
"wcag": "n/a",
|
|
6220
6243
|
"deprecated": false,
|
|
6221
|
-
"filePath": "
|
|
6244
|
+
"filePath": "src/color/brand.json",
|
|
6222
6245
|
"isSource": true,
|
|
6223
6246
|
"original": {
|
|
6224
6247
|
"value": "cbd8e2",
|
|
@@ -6251,7 +6274,7 @@ module.exports = {
|
|
|
6251
6274
|
"usage": "TBD...",
|
|
6252
6275
|
"wcag": "n/a",
|
|
6253
6276
|
"deprecated": false,
|
|
6254
|
-
"filePath": "
|
|
6277
|
+
"filePath": "src/color/brand.json",
|
|
6255
6278
|
"isSource": true,
|
|
6256
6279
|
"original": {
|
|
6257
6280
|
"value": "9fabbb",
|
|
@@ -6284,7 +6307,7 @@ module.exports = {
|
|
|
6284
6307
|
"usage": "TBD...",
|
|
6285
6308
|
"wcag": "n/a",
|
|
6286
6309
|
"deprecated": false,
|
|
6287
|
-
"filePath": "
|
|
6310
|
+
"filePath": "src/color/brand.json",
|
|
6288
6311
|
"isSource": true,
|
|
6289
6312
|
"original": {
|
|
6290
6313
|
"value": "626b79",
|
|
@@ -6318,7 +6341,7 @@ module.exports = {
|
|
|
6318
6341
|
"usage": "Neutral accent",
|
|
6319
6342
|
"wcag": "n/a",
|
|
6320
6343
|
"deprecated": false,
|
|
6321
|
-
"filePath": "
|
|
6344
|
+
"filePath": "src/color/brand.json",
|
|
6322
6345
|
"isSource": true,
|
|
6323
6346
|
"original": {
|
|
6324
6347
|
"value": "f8f8f8",
|
|
@@ -6349,7 +6372,7 @@ module.exports = {
|
|
|
6349
6372
|
"usage": "Neutral accent",
|
|
6350
6373
|
"wcag": "n/a",
|
|
6351
6374
|
"deprecated": false,
|
|
6352
|
-
"filePath": "
|
|
6375
|
+
"filePath": "src/color/brand.json",
|
|
6353
6376
|
"isSource": true,
|
|
6354
6377
|
"original": {
|
|
6355
6378
|
"value": "dbdbdb",
|
|
@@ -6380,7 +6403,7 @@ module.exports = {
|
|
|
6380
6403
|
"usage": "Neutral accent",
|
|
6381
6404
|
"wcag": "n/a",
|
|
6382
6405
|
"deprecated": false,
|
|
6383
|
-
"filePath": "
|
|
6406
|
+
"filePath": "src/color/brand.json",
|
|
6384
6407
|
"isSource": true,
|
|
6385
6408
|
"original": {
|
|
6386
6409
|
"value": "b2b2b2",
|
|
@@ -6411,7 +6434,7 @@ module.exports = {
|
|
|
6411
6434
|
"usage": "Neutral accent",
|
|
6412
6435
|
"wcag": "n/a",
|
|
6413
6436
|
"deprecated": false,
|
|
6414
|
-
"filePath": "
|
|
6437
|
+
"filePath": "src/color/brand.json",
|
|
6415
6438
|
"isSource": true,
|
|
6416
6439
|
"original": {
|
|
6417
6440
|
"value": "767676",
|
|
@@ -6442,7 +6465,7 @@ module.exports = {
|
|
|
6442
6465
|
"usage": "Neutral accent",
|
|
6443
6466
|
"wcag": "n/a",
|
|
6444
6467
|
"deprecated": false,
|
|
6445
|
-
"filePath": "
|
|
6468
|
+
"filePath": "src/color/brand.json",
|
|
6446
6469
|
"isSource": true,
|
|
6447
6470
|
"original": {
|
|
6448
6471
|
"value": "222222",
|
|
@@ -6473,7 +6496,7 @@ module.exports = {
|
|
|
6473
6496
|
"public": true,
|
|
6474
6497
|
"usage": "Tier branding color",
|
|
6475
6498
|
"deprecated": false,
|
|
6476
|
-
"filePath": "
|
|
6499
|
+
"filePath": "src/color/brand.json",
|
|
6477
6500
|
"isSource": true,
|
|
6478
6501
|
"original": {
|
|
6479
6502
|
"value": "C5C1BF",
|
|
@@ -6500,7 +6523,7 @@ module.exports = {
|
|
|
6500
6523
|
"public": true,
|
|
6501
6524
|
"usage": "Tier branding color",
|
|
6502
6525
|
"deprecated": false,
|
|
6503
|
-
"filePath": "
|
|
6526
|
+
"filePath": "src/color/brand.json",
|
|
6504
6527
|
"isSource": true,
|
|
6505
6528
|
"original": {
|
|
6506
6529
|
"value": "726E6C",
|
|
@@ -6529,7 +6552,7 @@ module.exports = {
|
|
|
6529
6552
|
"public": true,
|
|
6530
6553
|
"usage": "Tier branding color",
|
|
6531
6554
|
"deprecated": false,
|
|
6532
|
-
"filePath": "
|
|
6555
|
+
"filePath": "src/color/brand.json",
|
|
6533
6556
|
"isSource": true,
|
|
6534
6557
|
"original": {
|
|
6535
6558
|
"value": "CCBC94",
|
|
@@ -6556,7 +6579,7 @@ module.exports = {
|
|
|
6556
6579
|
"public": true,
|
|
6557
6580
|
"usage": "Tier branding color",
|
|
6558
6581
|
"deprecated": false,
|
|
6559
|
-
"filePath": "
|
|
6582
|
+
"filePath": "src/color/brand.json",
|
|
6560
6583
|
"isSource": true,
|
|
6561
6584
|
"original": {
|
|
6562
6585
|
"value": "7F682E",
|
|
@@ -6584,7 +6607,7 @@ module.exports = {
|
|
|
6584
6607
|
"public": true,
|
|
6585
6608
|
"usage": "Tier branding color",
|
|
6586
6609
|
"deprecated": false,
|
|
6587
|
-
"filePath": "
|
|
6610
|
+
"filePath": "src/color/brand.json",
|
|
6588
6611
|
"isSource": true,
|
|
6589
6612
|
"original": {
|
|
6590
6613
|
"value": "139142",
|
|
@@ -6609,7 +6632,7 @@ module.exports = {
|
|
|
6609
6632
|
"public": true,
|
|
6610
6633
|
"usage": "Tier branding color",
|
|
6611
6634
|
"deprecated": false,
|
|
6612
|
-
"filePath": "
|
|
6635
|
+
"filePath": "src/color/brand.json",
|
|
6613
6636
|
"isSource": true,
|
|
6614
6637
|
"original": {
|
|
6615
6638
|
"value": "015DAA",
|
|
@@ -6634,7 +6657,7 @@ module.exports = {
|
|
|
6634
6657
|
"public": true,
|
|
6635
6658
|
"usage": "Tier branding color",
|
|
6636
6659
|
"deprecated": false,
|
|
6637
|
-
"filePath": "
|
|
6660
|
+
"filePath": "src/color/brand.json",
|
|
6638
6661
|
"isSource": true,
|
|
6639
6662
|
"original": {
|
|
6640
6663
|
"value": "A41D4A",
|
|
@@ -6664,7 +6687,7 @@ module.exports = {
|
|
|
6664
6687
|
"usage": "Primary color for icons on light backgrounds",
|
|
6665
6688
|
"wcag": "AAA",
|
|
6666
6689
|
"deprecated": false,
|
|
6667
|
-
"filePath": "
|
|
6690
|
+
"filePath": "src/color/icon.json",
|
|
6668
6691
|
"isSource": true,
|
|
6669
6692
|
"original": {
|
|
6670
6693
|
"value": "{color.base.neutral.500.value}",
|
|
@@ -6695,7 +6718,7 @@ module.exports = {
|
|
|
6695
6718
|
"usage": "Primary color for icons on dark backgrounds",
|
|
6696
6719
|
"wcag": "AAA",
|
|
6697
6720
|
"deprecated": false,
|
|
6698
|
-
"filePath": "
|
|
6721
|
+
"filePath": "src/color/icon.json",
|
|
6699
6722
|
"isSource": true,
|
|
6700
6723
|
"original": {
|
|
6701
6724
|
"value": "{color.base.neutral.400.value}",
|
|
@@ -6728,7 +6751,7 @@ module.exports = {
|
|
|
6728
6751
|
"usage": "Emphasis or darkest icon color on light backgrounds",
|
|
6729
6752
|
"wcag": "AAA",
|
|
6730
6753
|
"deprecated": false,
|
|
6731
|
-
"filePath": "
|
|
6754
|
+
"filePath": "src/color/icon.json",
|
|
6732
6755
|
"isSource": true,
|
|
6733
6756
|
"original": {
|
|
6734
6757
|
"value": "{color.base.gray.500.value}",
|
|
@@ -6759,7 +6782,7 @@ module.exports = {
|
|
|
6759
6782
|
"usage": "Emphasis or lightest icon color on dark backgrounds",
|
|
6760
6783
|
"wcag": "AAA",
|
|
6761
6784
|
"deprecated": false,
|
|
6762
|
-
"filePath": "
|
|
6785
|
+
"filePath": "src/color/icon.json",
|
|
6763
6786
|
"isSource": true,
|
|
6764
6787
|
"original": {
|
|
6765
6788
|
"value": "{color.base.white.value}",
|
|
@@ -6792,7 +6815,7 @@ module.exports = {
|
|
|
6792
6815
|
"usage": "Accent color for icon color on light backgrounds",
|
|
6793
6816
|
"wcag": "AA",
|
|
6794
6817
|
"deprecated": false,
|
|
6795
|
-
"filePath": "
|
|
6818
|
+
"filePath": "src/color/icon.json",
|
|
6796
6819
|
"isSource": true,
|
|
6797
6820
|
"original": {
|
|
6798
6821
|
"value": "{color.brand.atlas.400.value}",
|
|
@@ -6825,7 +6848,7 @@ module.exports = {
|
|
|
6825
6848
|
"usage": "Disabled icon color on light backgrounds",
|
|
6826
6849
|
"wcag": "n/a",
|
|
6827
6850
|
"deprecated": false,
|
|
6828
|
-
"filePath": "
|
|
6851
|
+
"filePath": "src/color/icon.json",
|
|
6829
6852
|
"isSource": true,
|
|
6830
6853
|
"original": {
|
|
6831
6854
|
"value": "{color.base.black-opacity-15.value}",
|
|
@@ -6860,7 +6883,7 @@ module.exports = {
|
|
|
6860
6883
|
"usage": "Primary color for body and header text light mode and light backgrounds",
|
|
6861
6884
|
"wcag": "AAA",
|
|
6862
6885
|
"deprecated": false,
|
|
6863
|
-
"filePath": "
|
|
6886
|
+
"filePath": "src/color/text.json",
|
|
6864
6887
|
"isSource": true,
|
|
6865
6888
|
"original": {
|
|
6866
6889
|
"value": "{color.base.gray.500.value}",
|
|
@@ -6891,7 +6914,7 @@ module.exports = {
|
|
|
6891
6914
|
"usage": "Primary color for body and header text for dark mode and dark backgrounds",
|
|
6892
6915
|
"wcag": "AAA",
|
|
6893
6916
|
"deprecated": false,
|
|
6894
|
-
"filePath": "
|
|
6917
|
+
"filePath": "src/color/text.json",
|
|
6895
6918
|
"isSource": true,
|
|
6896
6919
|
"original": {
|
|
6897
6920
|
"value": "{color.base.white.value}",
|
|
@@ -6924,7 +6947,7 @@ module.exports = {
|
|
|
6924
6947
|
"usage": "Secondary color for body text on light backgrounds",
|
|
6925
6948
|
"wcag": "AAA",
|
|
6926
6949
|
"deprecated": false,
|
|
6927
|
-
"filePath": "
|
|
6950
|
+
"filePath": "src/color/text.json",
|
|
6928
6951
|
"isSource": true,
|
|
6929
6952
|
"original": {
|
|
6930
6953
|
"value": "{color.base.neutral.500.value}",
|
|
@@ -6955,7 +6978,7 @@ module.exports = {
|
|
|
6955
6978
|
"usage": "Secondary color for body text on dark backgrounds",
|
|
6956
6979
|
"wcag": "AAA",
|
|
6957
6980
|
"deprecated": false,
|
|
6958
|
-
"filePath": "
|
|
6981
|
+
"filePath": "src/color/text.json",
|
|
6959
6982
|
"isSource": true,
|
|
6960
6983
|
"original": {
|
|
6961
6984
|
"value": "{color.base.neutral.400.value}",
|
|
@@ -6988,7 +7011,7 @@ module.exports = {
|
|
|
6988
7011
|
"usage": "Link text color on light backgrounds",
|
|
6989
7012
|
"wcag": "AA",
|
|
6990
7013
|
"deprecated": false,
|
|
6991
|
-
"filePath": "
|
|
7014
|
+
"filePath": "src/color/text.json",
|
|
6992
7015
|
"isSource": true,
|
|
6993
7016
|
"original": {
|
|
6994
7017
|
"value": "{color.brand.atlas.400.value}",
|
|
@@ -7019,7 +7042,7 @@ module.exports = {
|
|
|
7019
7042
|
"usage": "Link text color on light backgrounds",
|
|
7020
7043
|
"wcag": "AA",
|
|
7021
7044
|
"deprecated": false,
|
|
7022
|
-
"filePath": "
|
|
7045
|
+
"filePath": "src/color/text.json",
|
|
7023
7046
|
"isSource": true,
|
|
7024
7047
|
"original": {
|
|
7025
7048
|
"value": "{color.brand.breeze.300.value}",
|
|
@@ -7052,7 +7075,7 @@ module.exports = {
|
|
|
7052
7075
|
"usage": "Error text color on light backgrounds",
|
|
7053
7076
|
"wcag": "AA",
|
|
7054
7077
|
"deprecated": false,
|
|
7055
|
-
"filePath": "
|
|
7078
|
+
"filePath": "src/color/text.json",
|
|
7056
7079
|
"isSource": true,
|
|
7057
7080
|
"original": {
|
|
7058
7081
|
"value": "{color.state.error.500.value}",
|
|
@@ -7083,7 +7106,7 @@ module.exports = {
|
|
|
7083
7106
|
"usage": "Error text color on dark backgrounds",
|
|
7084
7107
|
"wcag": "AA",
|
|
7085
7108
|
"deprecated": false,
|
|
7086
|
-
"filePath": "
|
|
7109
|
+
"filePath": "src/color/text.json",
|
|
7087
7110
|
"isSource": true,
|
|
7088
7111
|
"original": {
|
|
7089
7112
|
"value": "{color.state.error.100.value}",
|
|
@@ -7116,7 +7139,7 @@ module.exports = {
|
|
|
7116
7139
|
"usage": "Disabled text color on light backgrounds",
|
|
7117
7140
|
"wcag": "n/a",
|
|
7118
7141
|
"deprecated": false,
|
|
7119
|
-
"filePath": "
|
|
7142
|
+
"filePath": "src/color/text.json",
|
|
7120
7143
|
"isSource": true,
|
|
7121
7144
|
"original": {
|
|
7122
7145
|
"value": "{color.base.gray.200.value}",
|
|
@@ -7149,7 +7172,7 @@ module.exports = {
|
|
|
7149
7172
|
"usage": "Emphasized text color on light backgrounds",
|
|
7150
7173
|
"wcag": "n/a",
|
|
7151
7174
|
"deprecated": false,
|
|
7152
|
-
"filePath": "
|
|
7175
|
+
"filePath": "src/color/text.json",
|
|
7153
7176
|
"isSource": true,
|
|
7154
7177
|
"original": {
|
|
7155
7178
|
"value": "{color.brand.midnight.400.value}",
|
|
@@ -7180,7 +7203,7 @@ module.exports = {
|
|
|
7180
7203
|
"usage": "Emphasized text color on dark backgrounds",
|
|
7181
7204
|
"wcag": "n/a",
|
|
7182
7205
|
"deprecated": false,
|
|
7183
|
-
"filePath": "
|
|
7206
|
+
"filePath": "src/color/text.json",
|
|
7184
7207
|
"isSource": true,
|
|
7185
7208
|
"original": {
|
|
7186
7209
|
"value": "{color.brand.midnight.100.value}",
|
|
@@ -7216,7 +7239,7 @@ module.exports = {
|
|
|
7216
7239
|
"usage": "MVP tier color for Alaska Airlines",
|
|
7217
7240
|
"wcag": "n/a",
|
|
7218
7241
|
"deprecated": false,
|
|
7219
|
-
"filePath": "
|
|
7242
|
+
"filePath": "src/color/tier.json",
|
|
7220
7243
|
"isSource": true,
|
|
7221
7244
|
"original": {
|
|
7222
7245
|
"value": "{color.brand.goldgray.200.value}",
|
|
@@ -7249,7 +7272,7 @@ module.exports = {
|
|
|
7249
7272
|
"usage": "MVP tier color for Alaska Airlines",
|
|
7250
7273
|
"wcag": "n/a",
|
|
7251
7274
|
"deprecated": false,
|
|
7252
|
-
"filePath": "
|
|
7275
|
+
"filePath": "src/color/tier.json",
|
|
7253
7276
|
"isSource": true,
|
|
7254
7277
|
"original": {
|
|
7255
7278
|
"value": "{color.brand.goldgray.100.value}",
|
|
@@ -7284,7 +7307,7 @@ module.exports = {
|
|
|
7284
7307
|
"usage": "MVP Gold tier color for Alaska Airlines",
|
|
7285
7308
|
"wcag": "n/a",
|
|
7286
7309
|
"deprecated": false,
|
|
7287
|
-
"filePath": "
|
|
7310
|
+
"filePath": "src/color/tier.json",
|
|
7288
7311
|
"isSource": true,
|
|
7289
7312
|
"original": {
|
|
7290
7313
|
"value": "{color.brand.gold.200.value}",
|
|
@@ -7317,7 +7340,7 @@ module.exports = {
|
|
|
7317
7340
|
"usage": "MVP Gold tier color for Alaska Airlines",
|
|
7318
7341
|
"wcag": "n/a",
|
|
7319
7342
|
"deprecated": false,
|
|
7320
|
-
"filePath": "
|
|
7343
|
+
"filePath": "src/color/tier.json",
|
|
7321
7344
|
"isSource": true,
|
|
7322
7345
|
"original": {
|
|
7323
7346
|
"value": "{color.brand.gold.100.value}",
|
|
@@ -7353,7 +7376,7 @@ module.exports = {
|
|
|
7353
7376
|
"usage": "Emerald tier color for Oneworld",
|
|
7354
7377
|
"wcag": "n/a",
|
|
7355
7378
|
"deprecated": false,
|
|
7356
|
-
"filePath": "
|
|
7379
|
+
"filePath": "src/color/tier.json",
|
|
7357
7380
|
"isSource": true,
|
|
7358
7381
|
"original": {
|
|
7359
7382
|
"value": "{color.brand.emerald.value}",
|
|
@@ -7384,7 +7407,7 @@ module.exports = {
|
|
|
7384
7407
|
"usage": "Sapphire tier color for Oneworld",
|
|
7385
7408
|
"wcag": "n/a",
|
|
7386
7409
|
"deprecated": false,
|
|
7387
|
-
"filePath": "
|
|
7410
|
+
"filePath": "src/color/tier.json",
|
|
7388
7411
|
"isSource": true,
|
|
7389
7412
|
"original": {
|
|
7390
7413
|
"value": "{color.brand.sapphire.value}",
|
|
@@ -7415,7 +7438,7 @@ module.exports = {
|
|
|
7415
7438
|
"usage": "Ruby tier color for Oneworld",
|
|
7416
7439
|
"wcag": "n/a",
|
|
7417
7440
|
"deprecated": false,
|
|
7418
|
-
"filePath": "
|
|
7441
|
+
"filePath": "src/color/tier.json",
|
|
7419
7442
|
"isSource": true,
|
|
7420
7443
|
"original": {
|
|
7421
7444
|
"value": "{color.brand.ruby.value}",
|
|
@@ -7450,7 +7473,7 @@ module.exports = {
|
|
|
7450
7473
|
"usage": "Default interaction color affordance",
|
|
7451
7474
|
"wcag": "AAA",
|
|
7452
7475
|
"deprecated": false,
|
|
7453
|
-
"filePath": "
|
|
7476
|
+
"filePath": "src/color/ui.json",
|
|
7454
7477
|
"isSource": true,
|
|
7455
7478
|
"original": {
|
|
7456
7479
|
"value": "{color.brand.atlas.400.value}",
|
|
@@ -7481,7 +7504,7 @@ module.exports = {
|
|
|
7481
7504
|
"usage": "OnDark interaction color affordance",
|
|
7482
7505
|
"wcag": "AAA",
|
|
7483
7506
|
"deprecated": false,
|
|
7484
|
-
"filePath": "
|
|
7507
|
+
"filePath": "src/color/ui.json",
|
|
7485
7508
|
"isSource": true,
|
|
7486
7509
|
"original": {
|
|
7487
7510
|
"value": "{color.brand.breeze.300.value}",
|
|
@@ -7514,7 +7537,7 @@ module.exports = {
|
|
|
7514
7537
|
"usage": "Default hover color affordance",
|
|
7515
7538
|
"wcag": "AAA",
|
|
7516
7539
|
"deprecated": false,
|
|
7517
|
-
"filePath": "
|
|
7540
|
+
"filePath": "src/color/ui.json",
|
|
7518
7541
|
"isSource": true,
|
|
7519
7542
|
"original": {
|
|
7520
7543
|
"value": "{color.brand.atlas.500.value}",
|
|
@@ -7545,7 +7568,7 @@ module.exports = {
|
|
|
7545
7568
|
"usage": "Hover interaction color on dark backgrounds",
|
|
7546
7569
|
"wcag": "AAA",
|
|
7547
7570
|
"deprecated": false,
|
|
7548
|
-
"filePath": "
|
|
7571
|
+
"filePath": "src/color/ui.json",
|
|
7549
7572
|
"isSource": true,
|
|
7550
7573
|
"original": {
|
|
7551
7574
|
"value": "{color.brand.breeze.200.value}",
|
|
@@ -7578,7 +7601,7 @@ module.exports = {
|
|
|
7578
7601
|
"usage": "Active state color affordance",
|
|
7579
7602
|
"wcag": "AAA",
|
|
7580
7603
|
"deprecated": false,
|
|
7581
|
-
"filePath": "
|
|
7604
|
+
"filePath": "src/color/ui.json",
|
|
7582
7605
|
"isSource": true,
|
|
7583
7606
|
"original": {
|
|
7584
7607
|
"value": "{color.brand.atlas.500.value}",
|
|
@@ -7608,7 +7631,7 @@ module.exports = {
|
|
|
7608
7631
|
"inverse": true,
|
|
7609
7632
|
"usage": "Active state color affordance on dark backgrounds",
|
|
7610
7633
|
"deprecated": false,
|
|
7611
|
-
"filePath": "
|
|
7634
|
+
"filePath": "src/color/ui.json",
|
|
7612
7635
|
"isSource": true,
|
|
7613
7636
|
"original": {
|
|
7614
7637
|
"value": "{color.brand.breeze.200.value}",
|
|
@@ -7640,7 +7663,7 @@ module.exports = {
|
|
|
7640
7663
|
"usage": "Disabled state color affordance",
|
|
7641
7664
|
"wcag": "n/a",
|
|
7642
7665
|
"deprecated": false,
|
|
7643
|
-
"filePath": "
|
|
7666
|
+
"filePath": "src/color/ui.json",
|
|
7644
7667
|
"isSource": true,
|
|
7645
7668
|
"original": {
|
|
7646
7669
|
"value": "{color.brand.atlas.400-opacity-20.value}",
|
|
@@ -7673,7 +7696,7 @@ module.exports = {
|
|
|
7673
7696
|
"default": true,
|
|
7674
7697
|
"usage": "Default affordance for background colors",
|
|
7675
7698
|
"deprecated": false,
|
|
7676
|
-
"filePath": "
|
|
7699
|
+
"filePath": "src/color/ui.json",
|
|
7677
7700
|
"isSource": true,
|
|
7678
7701
|
"original": {
|
|
7679
7702
|
"value": "00000008",
|
|
@@ -7704,7 +7727,7 @@ module.exports = {
|
|
|
7704
7727
|
"inverse": true,
|
|
7705
7728
|
"usage": "Default affordance for dark background colors",
|
|
7706
7729
|
"deprecated": false,
|
|
7707
|
-
"filePath": "
|
|
7730
|
+
"filePath": "src/color/ui.json",
|
|
7708
7731
|
"isSource": true,
|
|
7709
7732
|
"original": {
|
|
7710
7733
|
"value": "ffffff08",
|
|
@@ -7737,7 +7760,7 @@ module.exports = {
|
|
|
7737
7760
|
"default": true,
|
|
7738
7761
|
"usage": "Default hover affordance for background colors",
|
|
7739
7762
|
"deprecated": false,
|
|
7740
|
-
"filePath": "
|
|
7763
|
+
"filePath": "src/color/ui.json",
|
|
7741
7764
|
"isSource": true,
|
|
7742
7765
|
"original": {
|
|
7743
7766
|
"value": "0000000f",
|
|
@@ -7768,7 +7791,7 @@ module.exports = {
|
|
|
7768
7791
|
"inverse": true,
|
|
7769
7792
|
"usage": "Default hover affordance for dark background colors",
|
|
7770
7793
|
"deprecated": false,
|
|
7771
|
-
"filePath": "
|
|
7794
|
+
"filePath": "src/color/ui.json",
|
|
7772
7795
|
"isSource": true,
|
|
7773
7796
|
"original": {
|
|
7774
7797
|
"value": "ffffff0f",
|