@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 = {
|
|
@@ -14,7 +14,7 @@ module.exports = {
|
|
|
14
14
|
"usage": "Notification color on light backgrounds",
|
|
15
15
|
"wcag": "AAA",
|
|
16
16
|
"deprecated": false,
|
|
17
|
-
"filePath": "
|
|
17
|
+
"filePath": "src/color/alert.json",
|
|
18
18
|
"isSource": true,
|
|
19
19
|
"original": {
|
|
20
20
|
"value": "{color.brand.atlas.400.value}",
|
|
@@ -47,7 +47,7 @@ module.exports = {
|
|
|
47
47
|
"usage": "Warning color on light backgrounds",
|
|
48
48
|
"wcag": "AAA",
|
|
49
49
|
"deprecated": false,
|
|
50
|
-
"filePath": "
|
|
50
|
+
"filePath": "src/color/alert.json",
|
|
51
51
|
"isSource": true,
|
|
52
52
|
"original": {
|
|
53
53
|
"value": "{color.state.warning.500.value}",
|
|
@@ -80,7 +80,7 @@ module.exports = {
|
|
|
80
80
|
"usage": "Error color on light backgrounds",
|
|
81
81
|
"wcag": "AAA",
|
|
82
82
|
"deprecated": false,
|
|
83
|
-
"filePath": "
|
|
83
|
+
"filePath": "src/color/alert.json",
|
|
84
84
|
"isSource": true,
|
|
85
85
|
"original": {
|
|
86
86
|
"value": "{color.state.error.500.value}",
|
|
@@ -113,7 +113,7 @@ module.exports = {
|
|
|
113
113
|
"usage": "Success color on light backgrounds",
|
|
114
114
|
"wcag": "AAA",
|
|
115
115
|
"deprecated": false,
|
|
116
|
-
"filePath": "
|
|
116
|
+
"filePath": "src/color/alert.json",
|
|
117
117
|
"isSource": true,
|
|
118
118
|
"original": {
|
|
119
119
|
"value": "{color.state.success.500.value}",
|
|
@@ -146,7 +146,7 @@ module.exports = {
|
|
|
146
146
|
"usage": "Travel advisory or system maintenance color on light backgrounds",
|
|
147
147
|
"wcag": "AAA",
|
|
148
148
|
"deprecated": false,
|
|
149
|
-
"filePath": "
|
|
149
|
+
"filePath": "src/color/alert.json",
|
|
150
150
|
"isSource": true,
|
|
151
151
|
"original": {
|
|
152
152
|
"value": "{color.brand.goldcoast.100.value}",
|
|
@@ -179,7 +179,7 @@ module.exports = {
|
|
|
179
179
|
"usage": "Background success color on light backgrounds",
|
|
180
180
|
"wcag": "AAA",
|
|
181
181
|
"deprecated": false,
|
|
182
|
-
"filePath": "
|
|
182
|
+
"filePath": "src/color/alert.json",
|
|
183
183
|
"isSource": true,
|
|
184
184
|
"original": {
|
|
185
185
|
"value": "DDF6E8",
|
|
@@ -212,7 +212,7 @@ module.exports = {
|
|
|
212
212
|
"usage": "Background error color on light backgrounds",
|
|
213
213
|
"wcag": "AAA",
|
|
214
214
|
"deprecated": false,
|
|
215
|
-
"filePath": "
|
|
215
|
+
"filePath": "src/color/alert.json",
|
|
216
216
|
"isSource": true,
|
|
217
217
|
"original": {
|
|
218
218
|
"value": "FFEDF1",
|
|
@@ -246,7 +246,7 @@ module.exports = {
|
|
|
246
246
|
"usage": "Used for creating light backgrounds",
|
|
247
247
|
"wcag": "n/a",
|
|
248
248
|
"deprecated": false,
|
|
249
|
-
"filePath": "
|
|
249
|
+
"filePath": "src/color/background.json",
|
|
250
250
|
"isSource": true,
|
|
251
251
|
"original": {
|
|
252
252
|
"value": "{color.base.white.value}",
|
|
@@ -275,7 +275,7 @@ module.exports = {
|
|
|
275
275
|
"usage": "Used for creating light backgrounds @ 90% white",
|
|
276
276
|
"wcag": "n/a",
|
|
277
277
|
"deprecated": false,
|
|
278
|
-
"filePath": "
|
|
278
|
+
"filePath": "src/color/background.json",
|
|
279
279
|
"isSource": true,
|
|
280
280
|
"original": {
|
|
281
281
|
"value": "{color.base.gray.100.value}",
|
|
@@ -304,7 +304,7 @@ module.exports = {
|
|
|
304
304
|
"usage": "Used for creating dark backgrounds",
|
|
305
305
|
"wcag": "n/a",
|
|
306
306
|
"deprecated": false,
|
|
307
|
-
"filePath": "
|
|
307
|
+
"filePath": "src/color/background.json",
|
|
308
308
|
"isSource": true,
|
|
309
309
|
"original": {
|
|
310
310
|
"value": "{color.brand.midnight.400.value}",
|
|
@@ -333,7 +333,7 @@ module.exports = {
|
|
|
333
333
|
"usage": "Used for creating dark backgrounds @ 20% darker",
|
|
334
334
|
"wcag": "n/a",
|
|
335
335
|
"deprecated": false,
|
|
336
|
-
"filePath": "
|
|
336
|
+
"filePath": "src/color/background.json",
|
|
337
337
|
"isSource": true,
|
|
338
338
|
"original": {
|
|
339
339
|
"value": "{color.brand.midnight.500.value}",
|
|
@@ -363,7 +363,7 @@ module.exports = {
|
|
|
363
363
|
"usage": "Used for creating a gradient against all backgrounds",
|
|
364
364
|
"wcag": "n/a",
|
|
365
365
|
"deprecated": false,
|
|
366
|
-
"filePath": "
|
|
366
|
+
"filePath": "src/color/background.json",
|
|
367
367
|
"isSource": true,
|
|
368
368
|
"original": {
|
|
369
369
|
"value": "linear-gradient(180deg, {color.base.white-opacity-0}, {color.base.white-opacity-50})",
|
|
@@ -395,7 +395,7 @@ module.exports = {
|
|
|
395
395
|
"comment": "\n // Base value for token support; should not use in code!",
|
|
396
396
|
"public": true,
|
|
397
397
|
"deprecated": false,
|
|
398
|
-
"filePath": "
|
|
398
|
+
"filePath": "src/color/base.json",
|
|
399
399
|
"isSource": true,
|
|
400
400
|
"original": {
|
|
401
401
|
"value": "ffffff",
|
|
@@ -421,7 +421,7 @@ module.exports = {
|
|
|
421
421
|
"public": true,
|
|
422
422
|
"opacity": true,
|
|
423
423
|
"deprecated": false,
|
|
424
|
-
"filePath": "
|
|
424
|
+
"filePath": "src/color/base.json",
|
|
425
425
|
"isSource": true,
|
|
426
426
|
"original": {
|
|
427
427
|
"value": "ffffff80",
|
|
@@ -448,7 +448,7 @@ module.exports = {
|
|
|
448
448
|
"public": true,
|
|
449
449
|
"opacity": true,
|
|
450
450
|
"deprecated": false,
|
|
451
|
-
"filePath": "
|
|
451
|
+
"filePath": "src/color/base.json",
|
|
452
452
|
"isSource": true,
|
|
453
453
|
"original": {
|
|
454
454
|
"value": "ffffff66",
|
|
@@ -475,7 +475,7 @@ module.exports = {
|
|
|
475
475
|
"public": true,
|
|
476
476
|
"opacity": true,
|
|
477
477
|
"deprecated": false,
|
|
478
|
-
"filePath": "
|
|
478
|
+
"filePath": "src/color/base.json",
|
|
479
479
|
"isSource": true,
|
|
480
480
|
"original": {
|
|
481
481
|
"value": "ffffff00",
|
|
@@ -501,7 +501,7 @@ module.exports = {
|
|
|
501
501
|
"comment": "\n // Base value for token support; should not use in code!",
|
|
502
502
|
"public": true,
|
|
503
503
|
"deprecated": false,
|
|
504
|
-
"filePath": "
|
|
504
|
+
"filePath": "src/color/base.json",
|
|
505
505
|
"isSource": true,
|
|
506
506
|
"original": {
|
|
507
507
|
"value": "000000",
|
|
@@ -527,7 +527,7 @@ module.exports = {
|
|
|
527
527
|
"public": true,
|
|
528
528
|
"opacity": true,
|
|
529
529
|
"deprecated": false,
|
|
530
|
-
"filePath": "
|
|
530
|
+
"filePath": "src/color/base.json",
|
|
531
531
|
"isSource": true,
|
|
532
532
|
"original": {
|
|
533
533
|
"value": "00000026",
|
|
@@ -555,7 +555,7 @@ module.exports = {
|
|
|
555
555
|
"value": "#ff999b",
|
|
556
556
|
"public": true,
|
|
557
557
|
"deprecated": false,
|
|
558
|
-
"filePath": "
|
|
558
|
+
"filePath": "src/color/base.json",
|
|
559
559
|
"isSource": true,
|
|
560
560
|
"original": {
|
|
561
561
|
"value": "ff999b",
|
|
@@ -580,7 +580,7 @@ module.exports = {
|
|
|
580
580
|
"value": "#df0b37",
|
|
581
581
|
"public": true,
|
|
582
582
|
"deprecated": false,
|
|
583
|
-
"filePath": "
|
|
583
|
+
"filePath": "src/color/base.json",
|
|
584
584
|
"isSource": true,
|
|
585
585
|
"original": {
|
|
586
586
|
"value": "df0b37",
|
|
@@ -607,7 +607,7 @@ module.exports = {
|
|
|
607
607
|
"value": "#69cf96",
|
|
608
608
|
"public": true,
|
|
609
609
|
"deprecated": false,
|
|
610
|
-
"filePath": "
|
|
610
|
+
"filePath": "src/color/base.json",
|
|
611
611
|
"isSource": true,
|
|
612
612
|
"original": {
|
|
613
613
|
"value": "69cf96",
|
|
@@ -632,7 +632,7 @@ module.exports = {
|
|
|
632
632
|
"value": "#00805d",
|
|
633
633
|
"public": true,
|
|
634
634
|
"deprecated": false,
|
|
635
|
-
"filePath": "
|
|
635
|
+
"filePath": "src/color/base.json",
|
|
636
636
|
"isSource": true,
|
|
637
637
|
"original": {
|
|
638
638
|
"value": "00805d",
|
|
@@ -659,7 +659,7 @@ module.exports = {
|
|
|
659
659
|
"value": "#de750c",
|
|
660
660
|
"public": true,
|
|
661
661
|
"deprecated": false,
|
|
662
|
-
"filePath": "
|
|
662
|
+
"filePath": "src/color/base.json",
|
|
663
663
|
"isSource": true,
|
|
664
664
|
"original": {
|
|
665
665
|
"value": "de750c",
|
|
@@ -691,7 +691,7 @@ module.exports = {
|
|
|
691
691
|
"usage": "Primary border color on light backgrounds",
|
|
692
692
|
"wcag": "n/a",
|
|
693
693
|
"deprecated": false,
|
|
694
|
-
"filePath": "
|
|
694
|
+
"filePath": "src/color/border.json",
|
|
695
695
|
"isSource": true,
|
|
696
696
|
"original": {
|
|
697
697
|
"value": "{color.brand.neutral.500.value}",
|
|
@@ -722,7 +722,7 @@ module.exports = {
|
|
|
722
722
|
"usage": "Primary border color on dark background",
|
|
723
723
|
"wcag": "n/a",
|
|
724
724
|
"deprecated": false,
|
|
725
|
-
"filePath": "
|
|
725
|
+
"filePath": "src/color/border.json",
|
|
726
726
|
"isSource": true,
|
|
727
727
|
"original": {
|
|
728
728
|
"value": "{color.brand.neutral.400.value}",
|
|
@@ -755,7 +755,7 @@ module.exports = {
|
|
|
755
755
|
"usage": "Active border color on light backgrounds",
|
|
756
756
|
"wcag": "n/a",
|
|
757
757
|
"deprecated": false,
|
|
758
|
-
"filePath": "
|
|
758
|
+
"filePath": "src/color/border.json",
|
|
759
759
|
"isSource": true,
|
|
760
760
|
"original": {
|
|
761
761
|
"value": "{color.brand.atlas.400.value}",
|
|
@@ -785,7 +785,7 @@ module.exports = {
|
|
|
785
785
|
"inverse": true,
|
|
786
786
|
"usage": "Active border color on dark backgrounds",
|
|
787
787
|
"deprecated": false,
|
|
788
|
-
"filePath": "
|
|
788
|
+
"filePath": "src/color/border.json",
|
|
789
789
|
"isSource": true,
|
|
790
790
|
"original": {
|
|
791
791
|
"value": "{color.brand.breeze.300.value}",
|
|
@@ -817,7 +817,7 @@ module.exports = {
|
|
|
817
817
|
"usage": "Error states border color on light backgrounds",
|
|
818
818
|
"wcag": "n/a",
|
|
819
819
|
"deprecated": false,
|
|
820
|
-
"filePath": "
|
|
820
|
+
"filePath": "src/color/border.json",
|
|
821
821
|
"isSource": true,
|
|
822
822
|
"original": {
|
|
823
823
|
"value": "{color.state.error.500.value}",
|
|
@@ -850,7 +850,7 @@ module.exports = {
|
|
|
850
850
|
"usage": "Disabled border color on light backgrounds",
|
|
851
851
|
"wcag": "n/a",
|
|
852
852
|
"deprecated": false,
|
|
853
|
-
"filePath": "
|
|
853
|
+
"filePath": "src/color/border.json",
|
|
854
854
|
"isSource": true,
|
|
855
855
|
"original": {
|
|
856
856
|
"value": "{color.base.gray.200.value}",
|
|
@@ -883,7 +883,7 @@ module.exports = {
|
|
|
883
883
|
"usage": "Focus border color for light backgrounds",
|
|
884
884
|
"wcag": "n/a",
|
|
885
885
|
"deprecated": false,
|
|
886
|
-
"filePath": "
|
|
886
|
+
"filePath": "src/color/border.json",
|
|
887
887
|
"isSource": true,
|
|
888
888
|
"original": {
|
|
889
889
|
"value": "{color.base.gray.500.value}",
|
|
@@ -916,7 +916,7 @@ module.exports = {
|
|
|
916
916
|
"usage": "Strict use as divider between elements on light backgrounds",
|
|
917
917
|
"wcag": "n/a",
|
|
918
918
|
"deprecated": false,
|
|
919
|
-
"filePath": "
|
|
919
|
+
"filePath": "src/color/border.json",
|
|
920
920
|
"isSource": true,
|
|
921
921
|
"original": {
|
|
922
922
|
"value": "{color.base.black-opacity-15.value}",
|
|
@@ -947,7 +947,7 @@ module.exports = {
|
|
|
947
947
|
"usage": "Strict use as divider between elements on dark backgrounds",
|
|
948
948
|
"wcag": "n/a",
|
|
949
949
|
"deprecated": false,
|
|
950
|
-
"filePath": "
|
|
950
|
+
"filePath": "src/color/border.json",
|
|
951
951
|
"isSource": true,
|
|
952
952
|
"original": {
|
|
953
953
|
"value": "{color.base.white.value}",
|
|
@@ -983,7 +983,7 @@ module.exports = {
|
|
|
983
983
|
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
984
984
|
"wcag": "n/a",
|
|
985
985
|
"deprecated": false,
|
|
986
|
-
"filePath": "
|
|
986
|
+
"filePath": "src/color/brand.json",
|
|
987
987
|
"isSource": true,
|
|
988
988
|
"original": {
|
|
989
989
|
"value": "c1daf0",
|
|
@@ -1016,7 +1016,7 @@ module.exports = {
|
|
|
1016
1016
|
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1017
1017
|
"wcag": "n/a",
|
|
1018
1018
|
"deprecated": false,
|
|
1019
|
-
"filePath": "
|
|
1019
|
+
"filePath": "src/color/brand.json",
|
|
1020
1020
|
"isSource": true,
|
|
1021
1021
|
"original": {
|
|
1022
1022
|
"value": "569ed7",
|
|
@@ -1049,7 +1049,7 @@ module.exports = {
|
|
|
1049
1049
|
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1050
1050
|
"wcag": "n/a",
|
|
1051
1051
|
"deprecated": false,
|
|
1052
|
-
"filePath": "
|
|
1052
|
+
"filePath": "src/color/brand.json",
|
|
1053
1053
|
"isSource": true,
|
|
1054
1054
|
"original": {
|
|
1055
1055
|
"value": "156fad",
|
|
@@ -1082,7 +1082,7 @@ module.exports = {
|
|
|
1082
1082
|
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1083
1083
|
"wcag": "n/a",
|
|
1084
1084
|
"deprecated": false,
|
|
1085
|
-
"filePath": "
|
|
1085
|
+
"filePath": "src/color/brand.json",
|
|
1086
1086
|
"isSource": true,
|
|
1087
1087
|
"original": {
|
|
1088
1088
|
"value": "01426a",
|
|
@@ -1115,7 +1115,7 @@ module.exports = {
|
|
|
1115
1115
|
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1116
1116
|
"wcag": "n/a",
|
|
1117
1117
|
"deprecated": false,
|
|
1118
|
-
"filePath": "
|
|
1118
|
+
"filePath": "src/color/brand.json",
|
|
1119
1119
|
"isSource": true,
|
|
1120
1120
|
"original": {
|
|
1121
1121
|
"value": "00274a",
|
|
@@ -1150,7 +1150,7 @@ module.exports = {
|
|
|
1150
1150
|
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1151
1151
|
"wcag": "n/a",
|
|
1152
1152
|
"deprecated": false,
|
|
1153
|
-
"filePath": "
|
|
1153
|
+
"filePath": "src/color/brand.json",
|
|
1154
1154
|
"isSource": true,
|
|
1155
1155
|
"original": {
|
|
1156
1156
|
"value": "cde6ff",
|
|
@@ -1183,7 +1183,7 @@ module.exports = {
|
|
|
1183
1183
|
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1184
1184
|
"wcag": "n/a",
|
|
1185
1185
|
"deprecated": false,
|
|
1186
|
-
"filePath": "
|
|
1186
|
+
"filePath": "src/color/brand.json",
|
|
1187
1187
|
"isSource": true,
|
|
1188
1188
|
"original": {
|
|
1189
1189
|
"value": "6bb7fb",
|
|
@@ -1216,7 +1216,7 @@ module.exports = {
|
|
|
1216
1216
|
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1217
1217
|
"wcag": "n/a",
|
|
1218
1218
|
"deprecated": false,
|
|
1219
|
-
"filePath": "
|
|
1219
|
+
"filePath": "src/color/brand.json",
|
|
1220
1220
|
"isSource": true,
|
|
1221
1221
|
"original": {
|
|
1222
1222
|
"value": "2492eb",
|
|
@@ -1249,7 +1249,7 @@ module.exports = {
|
|
|
1249
1249
|
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1250
1250
|
"wcag": "n/a",
|
|
1251
1251
|
"deprecated": false,
|
|
1252
|
-
"filePath": "
|
|
1252
|
+
"filePath": "src/color/brand.json",
|
|
1253
1253
|
"isSource": true,
|
|
1254
1254
|
"original": {
|
|
1255
1255
|
"value": "0074c8",
|
|
@@ -1282,7 +1282,7 @@ module.exports = {
|
|
|
1282
1282
|
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1283
1283
|
"wcag": "n/a",
|
|
1284
1284
|
"deprecated": false,
|
|
1285
|
-
"filePath": "
|
|
1285
|
+
"filePath": "src/color/brand.json",
|
|
1286
1286
|
"isSource": true,
|
|
1287
1287
|
"original": {
|
|
1288
1288
|
"value": "054687",
|
|
@@ -1317,7 +1317,7 @@ module.exports = {
|
|
|
1317
1317
|
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1318
1318
|
"wcag": "n/a",
|
|
1319
1319
|
"deprecated": false,
|
|
1320
|
-
"filePath": "
|
|
1320
|
+
"filePath": "src/color/brand.json",
|
|
1321
1321
|
"isSource": true,
|
|
1322
1322
|
"original": {
|
|
1323
1323
|
"value": "c0f7ff",
|
|
@@ -1350,7 +1350,7 @@ module.exports = {
|
|
|
1350
1350
|
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1351
1351
|
"wcag": "n/a",
|
|
1352
1352
|
"deprecated": false,
|
|
1353
|
-
"filePath": "
|
|
1353
|
+
"filePath": "src/color/brand.json",
|
|
1354
1354
|
"isSource": true,
|
|
1355
1355
|
"original": {
|
|
1356
1356
|
"value": "5de3f7",
|
|
@@ -1383,7 +1383,7 @@ module.exports = {
|
|
|
1383
1383
|
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1384
1384
|
"wcag": "n/a",
|
|
1385
1385
|
"deprecated": false,
|
|
1386
|
-
"filePath": "
|
|
1386
|
+
"filePath": "src/color/brand.json",
|
|
1387
1387
|
"isSource": true,
|
|
1388
1388
|
"original": {
|
|
1389
1389
|
"value": "00cff0",
|
|
@@ -1416,7 +1416,7 @@ module.exports = {
|
|
|
1416
1416
|
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1417
1417
|
"wcag": "n/a",
|
|
1418
1418
|
"deprecated": false,
|
|
1419
|
-
"filePath": "
|
|
1419
|
+
"filePath": "src/color/brand.json",
|
|
1420
1420
|
"isSource": true,
|
|
1421
1421
|
"original": {
|
|
1422
1422
|
"value": "099dc5",
|
|
@@ -1449,7 +1449,7 @@ module.exports = {
|
|
|
1449
1449
|
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1450
1450
|
"wcag": "n/a",
|
|
1451
1451
|
"deprecated": false,
|
|
1452
|
-
"filePath": "
|
|
1452
|
+
"filePath": "src/color/brand.json",
|
|
1453
1453
|
"isSource": true,
|
|
1454
1454
|
"original": {
|
|
1455
1455
|
"value": "0b5575",
|
|
@@ -1484,7 +1484,7 @@ module.exports = {
|
|
|
1484
1484
|
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1485
1485
|
"wcag": "n/a",
|
|
1486
1486
|
"deprecated": false,
|
|
1487
|
-
"filePath": "
|
|
1487
|
+
"filePath": "src/color/brand.json",
|
|
1488
1488
|
"isSource": true,
|
|
1489
1489
|
"original": {
|
|
1490
1490
|
"value": "e2ffcd",
|
|
@@ -1517,7 +1517,7 @@ module.exports = {
|
|
|
1517
1517
|
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1518
1518
|
"wcag": "n/a",
|
|
1519
1519
|
"deprecated": false,
|
|
1520
|
-
"filePath": "
|
|
1520
|
+
"filePath": "src/color/brand.json",
|
|
1521
1521
|
"isSource": true,
|
|
1522
1522
|
"original": {
|
|
1523
1523
|
"value": "d0fba6",
|
|
@@ -1550,7 +1550,7 @@ module.exports = {
|
|
|
1550
1550
|
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1551
1551
|
"wcag": "n/a",
|
|
1552
1552
|
"deprecated": false,
|
|
1553
|
-
"filePath": "
|
|
1553
|
+
"filePath": "src/color/brand.json",
|
|
1554
1554
|
"isSource": true,
|
|
1555
1555
|
"original": {
|
|
1556
1556
|
"value": "c0e585",
|
|
@@ -1583,7 +1583,7 @@ module.exports = {
|
|
|
1583
1583
|
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1584
1584
|
"wcag": "n/a",
|
|
1585
1585
|
"deprecated": false,
|
|
1586
|
-
"filePath": "
|
|
1586
|
+
"filePath": "src/color/brand.json",
|
|
1587
1587
|
"isSource": true,
|
|
1588
1588
|
"original": {
|
|
1589
1589
|
"value": "91be62",
|
|
@@ -1616,7 +1616,7 @@ module.exports = {
|
|
|
1616
1616
|
"usage": "Transactional colors to move guests through task-based interactions.",
|
|
1617
1617
|
"wcag": "n/a",
|
|
1618
1618
|
"deprecated": false,
|
|
1619
|
-
"filePath": "
|
|
1619
|
+
"filePath": "src/color/brand.json",
|
|
1620
1620
|
"isSource": true,
|
|
1621
1621
|
"original": {
|
|
1622
1622
|
"value": "5e8741",
|
|
@@ -1651,7 +1651,7 @@ module.exports = {
|
|
|
1651
1651
|
"usage": "Conversational colors add warmth and energy to our experience",
|
|
1652
1652
|
"wcag": "n/a",
|
|
1653
1653
|
"deprecated": false,
|
|
1654
|
-
"filePath": "
|
|
1654
|
+
"filePath": "src/color/brand.json",
|
|
1655
1655
|
"isSource": true,
|
|
1656
1656
|
"original": {
|
|
1657
1657
|
"value": "bcaae6",
|
|
@@ -1684,7 +1684,7 @@ module.exports = {
|
|
|
1684
1684
|
"usage": "Conversational colors add warmth and energy to our experience",
|
|
1685
1685
|
"wcag": "n/a",
|
|
1686
1686
|
"deprecated": false,
|
|
1687
|
-
"filePath": "
|
|
1687
|
+
"filePath": "src/color/brand.json",
|
|
1688
1688
|
"isSource": true,
|
|
1689
1689
|
"original": {
|
|
1690
1690
|
"value": "9e73ea",
|
|
@@ -1717,7 +1717,7 @@ module.exports = {
|
|
|
1717
1717
|
"usage": "Conversational colors add warmth and energy to our experience",
|
|
1718
1718
|
"wcag": "n/a",
|
|
1719
1719
|
"deprecated": false,
|
|
1720
|
-
"filePath": "
|
|
1720
|
+
"filePath": "src/color/brand.json",
|
|
1721
1721
|
"isSource": true,
|
|
1722
1722
|
"original": {
|
|
1723
1723
|
"value": "8439ef",
|
|
@@ -1750,7 +1750,7 @@ module.exports = {
|
|
|
1750
1750
|
"usage": "Conversational colors add warmth and energy to our experience",
|
|
1751
1751
|
"wcag": "n/a",
|
|
1752
1752
|
"deprecated": false,
|
|
1753
|
-
"filePath": "
|
|
1753
|
+
"filePath": "src/color/brand.json",
|
|
1754
1754
|
"isSource": true,
|
|
1755
1755
|
"original": {
|
|
1756
1756
|
"value": "631db8",
|
|
@@ -1783,7 +1783,7 @@ module.exports = {
|
|
|
1783
1783
|
"usage": "Conversational colors add warmth and energy to our experience",
|
|
1784
1784
|
"wcag": "n/a",
|
|
1785
1785
|
"deprecated": false,
|
|
1786
|
-
"filePath": "
|
|
1786
|
+
"filePath": "src/color/brand.json",
|
|
1787
1787
|
"isSource": true,
|
|
1788
1788
|
"original": {
|
|
1789
1789
|
"value": "39115c",
|
|
@@ -1818,7 +1818,7 @@ module.exports = {
|
|
|
1818
1818
|
"usage": "Conversational colors add warmth and energy to our experience",
|
|
1819
1819
|
"wcag": "n/a",
|
|
1820
1820
|
"deprecated": false,
|
|
1821
|
-
"filePath": "
|
|
1821
|
+
"filePath": "src/color/brand.json",
|
|
1822
1822
|
"isSource": true,
|
|
1823
1823
|
"original": {
|
|
1824
1824
|
"value": "ffebee",
|
|
@@ -1851,7 +1851,7 @@ module.exports = {
|
|
|
1851
1851
|
"usage": "Conversational colors add warmth and energy to our experience",
|
|
1852
1852
|
"wcag": "n/a",
|
|
1853
1853
|
"deprecated": false,
|
|
1854
|
-
"filePath": "
|
|
1854
|
+
"filePath": "src/color/brand.json",
|
|
1855
1855
|
"isSource": true,
|
|
1856
1856
|
"original": {
|
|
1857
1857
|
"value": "ffc0ca",
|
|
@@ -1884,7 +1884,7 @@ module.exports = {
|
|
|
1884
1884
|
"usage": "Conversational colors add warmth and energy to our experience",
|
|
1885
1885
|
"wcag": "n/a",
|
|
1886
1886
|
"deprecated": false,
|
|
1887
|
-
"filePath": "
|
|
1887
|
+
"filePath": "src/color/brand.json",
|
|
1888
1888
|
"isSource": true,
|
|
1889
1889
|
"original": {
|
|
1890
1890
|
"value": "ff94a7",
|
|
@@ -1917,7 +1917,7 @@ module.exports = {
|
|
|
1917
1917
|
"usage": "Conversational colors add warmth and energy to our experience",
|
|
1918
1918
|
"wcag": "n/a",
|
|
1919
1919
|
"deprecated": false,
|
|
1920
|
-
"filePath": "
|
|
1920
|
+
"filePath": "src/color/brand.json",
|
|
1921
1921
|
"isSource": true,
|
|
1922
1922
|
"original": {
|
|
1923
1923
|
"value": "F65b7b",
|
|
@@ -1950,7 +1950,7 @@ module.exports = {
|
|
|
1950
1950
|
"usage": "Conversational colors add warmth and energy to our experience",
|
|
1951
1951
|
"wcag": "n/a",
|
|
1952
1952
|
"deprecated": false,
|
|
1953
|
-
"filePath": "
|
|
1953
|
+
"filePath": "src/color/brand.json",
|
|
1954
1954
|
"isSource": true,
|
|
1955
1955
|
"original": {
|
|
1956
1956
|
"value": "b82b47",
|
|
@@ -1985,7 +1985,7 @@ module.exports = {
|
|
|
1985
1985
|
"usage": "Conversational colors add warmth and energy to our experience",
|
|
1986
1986
|
"wcag": "n/a",
|
|
1987
1987
|
"deprecated": false,
|
|
1988
|
-
"filePath": "
|
|
1988
|
+
"filePath": "src/color/brand.json",
|
|
1989
1989
|
"isSource": true,
|
|
1990
1990
|
"original": {
|
|
1991
1991
|
"value": "ffcab6",
|
|
@@ -2018,7 +2018,7 @@ module.exports = {
|
|
|
2018
2018
|
"usage": "Conversational colors add warmth and energy to our experience",
|
|
2019
2019
|
"wcag": "n/a",
|
|
2020
2020
|
"deprecated": false,
|
|
2021
|
-
"filePath": "
|
|
2021
|
+
"filePath": "src/color/brand.json",
|
|
2022
2022
|
"isSource": true,
|
|
2023
2023
|
"original": {
|
|
2024
2024
|
"value": "f99574",
|
|
@@ -2051,7 +2051,7 @@ module.exports = {
|
|
|
2051
2051
|
"usage": "Conversational colors add warmth and energy to our experience",
|
|
2052
2052
|
"wcag": "n/a",
|
|
2053
2053
|
"deprecated": false,
|
|
2054
|
-
"filePath": "
|
|
2054
|
+
"filePath": "src/color/brand.json",
|
|
2055
2055
|
"isSource": true,
|
|
2056
2056
|
"original": {
|
|
2057
2057
|
"value": "f26135",
|
|
@@ -2084,7 +2084,7 @@ module.exports = {
|
|
|
2084
2084
|
"usage": "Conversational colors add warmth and energy to our experience",
|
|
2085
2085
|
"wcag": "n/a",
|
|
2086
2086
|
"deprecated": false,
|
|
2087
|
-
"filePath": "
|
|
2087
|
+
"filePath": "src/color/brand.json",
|
|
2088
2088
|
"isSource": true,
|
|
2089
2089
|
"original": {
|
|
2090
2090
|
"value": "de3e09",
|
|
@@ -2117,7 +2117,7 @@ module.exports = {
|
|
|
2117
2117
|
"usage": "Conversational colors add warmth and energy to our experience",
|
|
2118
2118
|
"wcag": "n/a",
|
|
2119
2119
|
"deprecated": false,
|
|
2120
|
-
"filePath": "
|
|
2120
|
+
"filePath": "src/color/brand.json",
|
|
2121
2121
|
"isSource": true,
|
|
2122
2122
|
"original": {
|
|
2123
2123
|
"value": "b83302",
|
|
@@ -2152,7 +2152,7 @@ module.exports = {
|
|
|
2152
2152
|
"usage": "Conversational colors add warmth and energy to our experience",
|
|
2153
2153
|
"wcag": "n/a",
|
|
2154
2154
|
"deprecated": false,
|
|
2155
|
-
"filePath": "
|
|
2155
|
+
"filePath": "src/color/brand.json",
|
|
2156
2156
|
"isSource": true,
|
|
2157
2157
|
"original": {
|
|
2158
2158
|
"value": "fff0cd",
|
|
@@ -2185,7 +2185,7 @@ module.exports = {
|
|
|
2185
2185
|
"usage": "Conversational colors add warmth and energy to our experience",
|
|
2186
2186
|
"wcag": "n/a",
|
|
2187
2187
|
"deprecated": false,
|
|
2188
|
-
"filePath": "
|
|
2188
|
+
"filePath": "src/color/brand.json",
|
|
2189
2189
|
"isSource": true,
|
|
2190
2190
|
"original": {
|
|
2191
2191
|
"value": "ffdb67",
|
|
@@ -2218,7 +2218,7 @@ module.exports = {
|
|
|
2218
2218
|
"usage": "Conversational colors add warmth and energy to our experience",
|
|
2219
2219
|
"wcag": "n/a",
|
|
2220
2220
|
"deprecated": false,
|
|
2221
|
-
"filePath": "
|
|
2221
|
+
"filePath": "src/color/brand.json",
|
|
2222
2222
|
"isSource": true,
|
|
2223
2223
|
"original": {
|
|
2224
2224
|
"value": "ffd200",
|
|
@@ -2251,7 +2251,7 @@ module.exports = {
|
|
|
2251
2251
|
"usage": "Conversational colors add warmth and energy to our experience",
|
|
2252
2252
|
"wcag": "n/a",
|
|
2253
2253
|
"deprecated": false,
|
|
2254
|
-
"filePath": "
|
|
2254
|
+
"filePath": "src/color/brand.json",
|
|
2255
2255
|
"isSource": true,
|
|
2256
2256
|
"original": {
|
|
2257
2257
|
"value": "e5ad07",
|
|
@@ -2284,7 +2284,7 @@ module.exports = {
|
|
|
2284
2284
|
"usage": "Conversational colors add warmth and energy to our experience",
|
|
2285
2285
|
"wcag": "n/a",
|
|
2286
2286
|
"deprecated": false,
|
|
2287
|
-
"filePath": "
|
|
2287
|
+
"filePath": "src/color/brand.json",
|
|
2288
2288
|
"isSource": true,
|
|
2289
2289
|
"original": {
|
|
2290
2290
|
"value": "b88624",
|
|
@@ -2319,7 +2319,7 @@ module.exports = {
|
|
|
2319
2319
|
"usage": "TBD...",
|
|
2320
2320
|
"wcag": "n/a",
|
|
2321
2321
|
"deprecated": false,
|
|
2322
|
-
"filePath": "
|
|
2322
|
+
"filePath": "src/color/brand.json",
|
|
2323
2323
|
"isSource": true,
|
|
2324
2324
|
"original": {
|
|
2325
2325
|
"value": "f9fbfc",
|
|
@@ -2352,7 +2352,7 @@ module.exports = {
|
|
|
2352
2352
|
"usage": "TBD...",
|
|
2353
2353
|
"wcag": "n/a",
|
|
2354
2354
|
"deprecated": false,
|
|
2355
|
-
"filePath": "
|
|
2355
|
+
"filePath": "src/color/brand.json",
|
|
2356
2356
|
"isSource": true,
|
|
2357
2357
|
"original": {
|
|
2358
2358
|
"value": "e2eaef",
|
|
@@ -2385,7 +2385,7 @@ module.exports = {
|
|
|
2385
2385
|
"usage": "TBD...",
|
|
2386
2386
|
"wcag": "n/a",
|
|
2387
2387
|
"deprecated": false,
|
|
2388
|
-
"filePath": "
|
|
2388
|
+
"filePath": "src/color/brand.json",
|
|
2389
2389
|
"isSource": true,
|
|
2390
2390
|
"original": {
|
|
2391
2391
|
"value": "cbd8e2",
|
|
@@ -2418,7 +2418,7 @@ module.exports = {
|
|
|
2418
2418
|
"usage": "TBD...",
|
|
2419
2419
|
"wcag": "n/a",
|
|
2420
2420
|
"deprecated": false,
|
|
2421
|
-
"filePath": "
|
|
2421
|
+
"filePath": "src/color/brand.json",
|
|
2422
2422
|
"isSource": true,
|
|
2423
2423
|
"original": {
|
|
2424
2424
|
"value": "9fabbb",
|
|
@@ -2451,7 +2451,7 @@ module.exports = {
|
|
|
2451
2451
|
"usage": "TBD...",
|
|
2452
2452
|
"wcag": "n/a",
|
|
2453
2453
|
"deprecated": false,
|
|
2454
|
-
"filePath": "
|
|
2454
|
+
"filePath": "src/color/brand.json",
|
|
2455
2455
|
"isSource": true,
|
|
2456
2456
|
"original": {
|
|
2457
2457
|
"value": "626b79",
|
|
@@ -2485,7 +2485,7 @@ module.exports = {
|
|
|
2485
2485
|
"usage": "Neutral accent",
|
|
2486
2486
|
"wcag": "n/a",
|
|
2487
2487
|
"deprecated": false,
|
|
2488
|
-
"filePath": "
|
|
2488
|
+
"filePath": "src/color/brand.json",
|
|
2489
2489
|
"isSource": true,
|
|
2490
2490
|
"original": {
|
|
2491
2491
|
"value": "f8f8f8",
|
|
@@ -2516,7 +2516,7 @@ module.exports = {
|
|
|
2516
2516
|
"usage": "Neutral accent",
|
|
2517
2517
|
"wcag": "n/a",
|
|
2518
2518
|
"deprecated": false,
|
|
2519
|
-
"filePath": "
|
|
2519
|
+
"filePath": "src/color/brand.json",
|
|
2520
2520
|
"isSource": true,
|
|
2521
2521
|
"original": {
|
|
2522
2522
|
"value": "dbdbdb",
|
|
@@ -2547,7 +2547,7 @@ module.exports = {
|
|
|
2547
2547
|
"usage": "Neutral accent",
|
|
2548
2548
|
"wcag": "n/a",
|
|
2549
2549
|
"deprecated": false,
|
|
2550
|
-
"filePath": "
|
|
2550
|
+
"filePath": "src/color/brand.json",
|
|
2551
2551
|
"isSource": true,
|
|
2552
2552
|
"original": {
|
|
2553
2553
|
"value": "b2b2b2",
|
|
@@ -2578,7 +2578,7 @@ module.exports = {
|
|
|
2578
2578
|
"usage": "Neutral accent",
|
|
2579
2579
|
"wcag": "n/a",
|
|
2580
2580
|
"deprecated": false,
|
|
2581
|
-
"filePath": "
|
|
2581
|
+
"filePath": "src/color/brand.json",
|
|
2582
2582
|
"isSource": true,
|
|
2583
2583
|
"original": {
|
|
2584
2584
|
"value": "767676",
|
|
@@ -2609,7 +2609,7 @@ module.exports = {
|
|
|
2609
2609
|
"usage": "Neutral accent",
|
|
2610
2610
|
"wcag": "n/a",
|
|
2611
2611
|
"deprecated": false,
|
|
2612
|
-
"filePath": "
|
|
2612
|
+
"filePath": "src/color/brand.json",
|
|
2613
2613
|
"isSource": true,
|
|
2614
2614
|
"original": {
|
|
2615
2615
|
"value": "222222",
|
|
@@ -2640,7 +2640,7 @@ module.exports = {
|
|
|
2640
2640
|
"public": true,
|
|
2641
2641
|
"usage": "Tier branding color",
|
|
2642
2642
|
"deprecated": false,
|
|
2643
|
-
"filePath": "
|
|
2643
|
+
"filePath": "src/color/brand.json",
|
|
2644
2644
|
"isSource": true,
|
|
2645
2645
|
"original": {
|
|
2646
2646
|
"value": "C5C1BF",
|
|
@@ -2667,7 +2667,7 @@ module.exports = {
|
|
|
2667
2667
|
"public": true,
|
|
2668
2668
|
"usage": "Tier branding color",
|
|
2669
2669
|
"deprecated": false,
|
|
2670
|
-
"filePath": "
|
|
2670
|
+
"filePath": "src/color/brand.json",
|
|
2671
2671
|
"isSource": true,
|
|
2672
2672
|
"original": {
|
|
2673
2673
|
"value": "726E6C",
|
|
@@ -2696,7 +2696,7 @@ module.exports = {
|
|
|
2696
2696
|
"public": true,
|
|
2697
2697
|
"usage": "Tier branding color",
|
|
2698
2698
|
"deprecated": false,
|
|
2699
|
-
"filePath": "
|
|
2699
|
+
"filePath": "src/color/brand.json",
|
|
2700
2700
|
"isSource": true,
|
|
2701
2701
|
"original": {
|
|
2702
2702
|
"value": "CCBC94",
|
|
@@ -2723,7 +2723,7 @@ module.exports = {
|
|
|
2723
2723
|
"public": true,
|
|
2724
2724
|
"usage": "Tier branding color",
|
|
2725
2725
|
"deprecated": false,
|
|
2726
|
-
"filePath": "
|
|
2726
|
+
"filePath": "src/color/brand.json",
|
|
2727
2727
|
"isSource": true,
|
|
2728
2728
|
"original": {
|
|
2729
2729
|
"value": "7F682E",
|
|
@@ -2751,7 +2751,7 @@ module.exports = {
|
|
|
2751
2751
|
"public": true,
|
|
2752
2752
|
"usage": "Tier branding color",
|
|
2753
2753
|
"deprecated": false,
|
|
2754
|
-
"filePath": "
|
|
2754
|
+
"filePath": "src/color/brand.json",
|
|
2755
2755
|
"isSource": true,
|
|
2756
2756
|
"original": {
|
|
2757
2757
|
"value": "139142",
|
|
@@ -2776,7 +2776,7 @@ module.exports = {
|
|
|
2776
2776
|
"public": true,
|
|
2777
2777
|
"usage": "Tier branding color",
|
|
2778
2778
|
"deprecated": false,
|
|
2779
|
-
"filePath": "
|
|
2779
|
+
"filePath": "src/color/brand.json",
|
|
2780
2780
|
"isSource": true,
|
|
2781
2781
|
"original": {
|
|
2782
2782
|
"value": "015DAA",
|
|
@@ -2801,7 +2801,7 @@ module.exports = {
|
|
|
2801
2801
|
"public": true,
|
|
2802
2802
|
"usage": "Tier branding color",
|
|
2803
2803
|
"deprecated": false,
|
|
2804
|
-
"filePath": "
|
|
2804
|
+
"filePath": "src/color/brand.json",
|
|
2805
2805
|
"isSource": true,
|
|
2806
2806
|
"original": {
|
|
2807
2807
|
"value": "A41D4A",
|
|
@@ -2831,7 +2831,7 @@ module.exports = {
|
|
|
2831
2831
|
"usage": "Primary color for icons on light backgrounds",
|
|
2832
2832
|
"wcag": "AAA",
|
|
2833
2833
|
"deprecated": false,
|
|
2834
|
-
"filePath": "
|
|
2834
|
+
"filePath": "src/color/icon.json",
|
|
2835
2835
|
"isSource": true,
|
|
2836
2836
|
"original": {
|
|
2837
2837
|
"value": "{color.base.neutral.500.value}",
|
|
@@ -2862,7 +2862,7 @@ module.exports = {
|
|
|
2862
2862
|
"usage": "Primary color for icons on dark backgrounds",
|
|
2863
2863
|
"wcag": "AAA",
|
|
2864
2864
|
"deprecated": false,
|
|
2865
|
-
"filePath": "
|
|
2865
|
+
"filePath": "src/color/icon.json",
|
|
2866
2866
|
"isSource": true,
|
|
2867
2867
|
"original": {
|
|
2868
2868
|
"value": "{color.base.neutral.400.value}",
|
|
@@ -2895,7 +2895,7 @@ module.exports = {
|
|
|
2895
2895
|
"usage": "Emphasis or darkest icon color on light backgrounds",
|
|
2896
2896
|
"wcag": "AAA",
|
|
2897
2897
|
"deprecated": false,
|
|
2898
|
-
"filePath": "
|
|
2898
|
+
"filePath": "src/color/icon.json",
|
|
2899
2899
|
"isSource": true,
|
|
2900
2900
|
"original": {
|
|
2901
2901
|
"value": "{color.base.gray.500.value}",
|
|
@@ -2926,7 +2926,7 @@ module.exports = {
|
|
|
2926
2926
|
"usage": "Emphasis or lightest icon color on dark backgrounds",
|
|
2927
2927
|
"wcag": "AAA",
|
|
2928
2928
|
"deprecated": false,
|
|
2929
|
-
"filePath": "
|
|
2929
|
+
"filePath": "src/color/icon.json",
|
|
2930
2930
|
"isSource": true,
|
|
2931
2931
|
"original": {
|
|
2932
2932
|
"value": "{color.base.white.value}",
|
|
@@ -2959,7 +2959,7 @@ module.exports = {
|
|
|
2959
2959
|
"usage": "Accent color for icon color on light backgrounds",
|
|
2960
2960
|
"wcag": "AA",
|
|
2961
2961
|
"deprecated": false,
|
|
2962
|
-
"filePath": "
|
|
2962
|
+
"filePath": "src/color/icon.json",
|
|
2963
2963
|
"isSource": true,
|
|
2964
2964
|
"original": {
|
|
2965
2965
|
"value": "{color.brand.atlas.400.value}",
|
|
@@ -2992,7 +2992,7 @@ module.exports = {
|
|
|
2992
2992
|
"usage": "Disabled icon color on light backgrounds",
|
|
2993
2993
|
"wcag": "n/a",
|
|
2994
2994
|
"deprecated": false,
|
|
2995
|
-
"filePath": "
|
|
2995
|
+
"filePath": "src/color/icon.json",
|
|
2996
2996
|
"isSource": true,
|
|
2997
2997
|
"original": {
|
|
2998
2998
|
"value": "{color.base.black-opacity-15.value}",
|
|
@@ -3027,7 +3027,7 @@ module.exports = {
|
|
|
3027
3027
|
"usage": "Primary color for body and header text light mode and light backgrounds",
|
|
3028
3028
|
"wcag": "AAA",
|
|
3029
3029
|
"deprecated": false,
|
|
3030
|
-
"filePath": "
|
|
3030
|
+
"filePath": "src/color/text.json",
|
|
3031
3031
|
"isSource": true,
|
|
3032
3032
|
"original": {
|
|
3033
3033
|
"value": "{color.base.gray.500.value}",
|
|
@@ -3058,7 +3058,7 @@ module.exports = {
|
|
|
3058
3058
|
"usage": "Primary color for body and header text for dark mode and dark backgrounds",
|
|
3059
3059
|
"wcag": "AAA",
|
|
3060
3060
|
"deprecated": false,
|
|
3061
|
-
"filePath": "
|
|
3061
|
+
"filePath": "src/color/text.json",
|
|
3062
3062
|
"isSource": true,
|
|
3063
3063
|
"original": {
|
|
3064
3064
|
"value": "{color.base.white.value}",
|
|
@@ -3091,7 +3091,7 @@ module.exports = {
|
|
|
3091
3091
|
"usage": "Secondary color for body text on light backgrounds",
|
|
3092
3092
|
"wcag": "AAA",
|
|
3093
3093
|
"deprecated": false,
|
|
3094
|
-
"filePath": "
|
|
3094
|
+
"filePath": "src/color/text.json",
|
|
3095
3095
|
"isSource": true,
|
|
3096
3096
|
"original": {
|
|
3097
3097
|
"value": "{color.base.neutral.500.value}",
|
|
@@ -3122,7 +3122,7 @@ module.exports = {
|
|
|
3122
3122
|
"usage": "Secondary color for body text on dark backgrounds",
|
|
3123
3123
|
"wcag": "AAA",
|
|
3124
3124
|
"deprecated": false,
|
|
3125
|
-
"filePath": "
|
|
3125
|
+
"filePath": "src/color/text.json",
|
|
3126
3126
|
"isSource": true,
|
|
3127
3127
|
"original": {
|
|
3128
3128
|
"value": "{color.base.neutral.400.value}",
|
|
@@ -3155,7 +3155,7 @@ module.exports = {
|
|
|
3155
3155
|
"usage": "Link text color on light backgrounds",
|
|
3156
3156
|
"wcag": "AA",
|
|
3157
3157
|
"deprecated": false,
|
|
3158
|
-
"filePath": "
|
|
3158
|
+
"filePath": "src/color/text.json",
|
|
3159
3159
|
"isSource": true,
|
|
3160
3160
|
"original": {
|
|
3161
3161
|
"value": "{color.brand.atlas.400.value}",
|
|
@@ -3186,7 +3186,7 @@ module.exports = {
|
|
|
3186
3186
|
"usage": "Link text color on light backgrounds",
|
|
3187
3187
|
"wcag": "AA",
|
|
3188
3188
|
"deprecated": false,
|
|
3189
|
-
"filePath": "
|
|
3189
|
+
"filePath": "src/color/text.json",
|
|
3190
3190
|
"isSource": true,
|
|
3191
3191
|
"original": {
|
|
3192
3192
|
"value": "{color.brand.breeze.300.value}",
|
|
@@ -3219,7 +3219,7 @@ module.exports = {
|
|
|
3219
3219
|
"usage": "Error text color on light backgrounds",
|
|
3220
3220
|
"wcag": "AA",
|
|
3221
3221
|
"deprecated": false,
|
|
3222
|
-
"filePath": "
|
|
3222
|
+
"filePath": "src/color/text.json",
|
|
3223
3223
|
"isSource": true,
|
|
3224
3224
|
"original": {
|
|
3225
3225
|
"value": "{color.state.error.500.value}",
|
|
@@ -3250,7 +3250,7 @@ module.exports = {
|
|
|
3250
3250
|
"usage": "Error text color on dark backgrounds",
|
|
3251
3251
|
"wcag": "AA",
|
|
3252
3252
|
"deprecated": false,
|
|
3253
|
-
"filePath": "
|
|
3253
|
+
"filePath": "src/color/text.json",
|
|
3254
3254
|
"isSource": true,
|
|
3255
3255
|
"original": {
|
|
3256
3256
|
"value": "{color.state.error.100.value}",
|
|
@@ -3283,7 +3283,7 @@ module.exports = {
|
|
|
3283
3283
|
"usage": "Disabled text color on light backgrounds",
|
|
3284
3284
|
"wcag": "n/a",
|
|
3285
3285
|
"deprecated": false,
|
|
3286
|
-
"filePath": "
|
|
3286
|
+
"filePath": "src/color/text.json",
|
|
3287
3287
|
"isSource": true,
|
|
3288
3288
|
"original": {
|
|
3289
3289
|
"value": "{color.base.gray.200.value}",
|
|
@@ -3316,7 +3316,7 @@ module.exports = {
|
|
|
3316
3316
|
"usage": "Emphasized text color on light backgrounds",
|
|
3317
3317
|
"wcag": "n/a",
|
|
3318
3318
|
"deprecated": false,
|
|
3319
|
-
"filePath": "
|
|
3319
|
+
"filePath": "src/color/text.json",
|
|
3320
3320
|
"isSource": true,
|
|
3321
3321
|
"original": {
|
|
3322
3322
|
"value": "{color.brand.midnight.400.value}",
|
|
@@ -3347,7 +3347,7 @@ module.exports = {
|
|
|
3347
3347
|
"usage": "Emphasized text color on dark backgrounds",
|
|
3348
3348
|
"wcag": "n/a",
|
|
3349
3349
|
"deprecated": false,
|
|
3350
|
-
"filePath": "
|
|
3350
|
+
"filePath": "src/color/text.json",
|
|
3351
3351
|
"isSource": true,
|
|
3352
3352
|
"original": {
|
|
3353
3353
|
"value": "{color.brand.midnight.100.value}",
|
|
@@ -3383,7 +3383,7 @@ module.exports = {
|
|
|
3383
3383
|
"usage": "MVP tier color for Alaska Airlines",
|
|
3384
3384
|
"wcag": "n/a",
|
|
3385
3385
|
"deprecated": false,
|
|
3386
|
-
"filePath": "
|
|
3386
|
+
"filePath": "src/color/tier.json",
|
|
3387
3387
|
"isSource": true,
|
|
3388
3388
|
"original": {
|
|
3389
3389
|
"value": "{color.brand.goldgray.200.value}",
|
|
@@ -3416,7 +3416,7 @@ module.exports = {
|
|
|
3416
3416
|
"usage": "MVP tier color for Alaska Airlines",
|
|
3417
3417
|
"wcag": "n/a",
|
|
3418
3418
|
"deprecated": false,
|
|
3419
|
-
"filePath": "
|
|
3419
|
+
"filePath": "src/color/tier.json",
|
|
3420
3420
|
"isSource": true,
|
|
3421
3421
|
"original": {
|
|
3422
3422
|
"value": "{color.brand.goldgray.100.value}",
|
|
@@ -3451,7 +3451,7 @@ module.exports = {
|
|
|
3451
3451
|
"usage": "MVP Gold tier color for Alaska Airlines",
|
|
3452
3452
|
"wcag": "n/a",
|
|
3453
3453
|
"deprecated": false,
|
|
3454
|
-
"filePath": "
|
|
3454
|
+
"filePath": "src/color/tier.json",
|
|
3455
3455
|
"isSource": true,
|
|
3456
3456
|
"original": {
|
|
3457
3457
|
"value": "{color.brand.gold.200.value}",
|
|
@@ -3484,7 +3484,7 @@ module.exports = {
|
|
|
3484
3484
|
"usage": "MVP Gold tier color for Alaska Airlines",
|
|
3485
3485
|
"wcag": "n/a",
|
|
3486
3486
|
"deprecated": false,
|
|
3487
|
-
"filePath": "
|
|
3487
|
+
"filePath": "src/color/tier.json",
|
|
3488
3488
|
"isSource": true,
|
|
3489
3489
|
"original": {
|
|
3490
3490
|
"value": "{color.brand.gold.100.value}",
|
|
@@ -3520,7 +3520,7 @@ module.exports = {
|
|
|
3520
3520
|
"usage": "Emerald tier color for Oneworld",
|
|
3521
3521
|
"wcag": "n/a",
|
|
3522
3522
|
"deprecated": false,
|
|
3523
|
-
"filePath": "
|
|
3523
|
+
"filePath": "src/color/tier.json",
|
|
3524
3524
|
"isSource": true,
|
|
3525
3525
|
"original": {
|
|
3526
3526
|
"value": "{color.brand.emerald.value}",
|
|
@@ -3551,7 +3551,7 @@ module.exports = {
|
|
|
3551
3551
|
"usage": "Sapphire tier color for Oneworld",
|
|
3552
3552
|
"wcag": "n/a",
|
|
3553
3553
|
"deprecated": false,
|
|
3554
|
-
"filePath": "
|
|
3554
|
+
"filePath": "src/color/tier.json",
|
|
3555
3555
|
"isSource": true,
|
|
3556
3556
|
"original": {
|
|
3557
3557
|
"value": "{color.brand.sapphire.value}",
|
|
@@ -3582,7 +3582,7 @@ module.exports = {
|
|
|
3582
3582
|
"usage": "Ruby tier color for Oneworld",
|
|
3583
3583
|
"wcag": "n/a",
|
|
3584
3584
|
"deprecated": false,
|
|
3585
|
-
"filePath": "
|
|
3585
|
+
"filePath": "src/color/tier.json",
|
|
3586
3586
|
"isSource": true,
|
|
3587
3587
|
"original": {
|
|
3588
3588
|
"value": "{color.brand.ruby.value}",
|
|
@@ -3617,7 +3617,7 @@ module.exports = {
|
|
|
3617
3617
|
"usage": "Default interaction color affordance",
|
|
3618
3618
|
"wcag": "AAA",
|
|
3619
3619
|
"deprecated": false,
|
|
3620
|
-
"filePath": "
|
|
3620
|
+
"filePath": "src/color/ui.json",
|
|
3621
3621
|
"isSource": true,
|
|
3622
3622
|
"original": {
|
|
3623
3623
|
"value": "{color.brand.atlas.400.value}",
|
|
@@ -3648,7 +3648,7 @@ module.exports = {
|
|
|
3648
3648
|
"usage": "OnDark interaction color affordance",
|
|
3649
3649
|
"wcag": "AAA",
|
|
3650
3650
|
"deprecated": false,
|
|
3651
|
-
"filePath": "
|
|
3651
|
+
"filePath": "src/color/ui.json",
|
|
3652
3652
|
"isSource": true,
|
|
3653
3653
|
"original": {
|
|
3654
3654
|
"value": "{color.brand.breeze.300.value}",
|
|
@@ -3681,7 +3681,7 @@ module.exports = {
|
|
|
3681
3681
|
"usage": "Default hover color affordance",
|
|
3682
3682
|
"wcag": "AAA",
|
|
3683
3683
|
"deprecated": false,
|
|
3684
|
-
"filePath": "
|
|
3684
|
+
"filePath": "src/color/ui.json",
|
|
3685
3685
|
"isSource": true,
|
|
3686
3686
|
"original": {
|
|
3687
3687
|
"value": "{color.brand.atlas.500.value}",
|
|
@@ -3712,7 +3712,7 @@ module.exports = {
|
|
|
3712
3712
|
"usage": "Hover interaction color on dark backgrounds",
|
|
3713
3713
|
"wcag": "AAA",
|
|
3714
3714
|
"deprecated": false,
|
|
3715
|
-
"filePath": "
|
|
3715
|
+
"filePath": "src/color/ui.json",
|
|
3716
3716
|
"isSource": true,
|
|
3717
3717
|
"original": {
|
|
3718
3718
|
"value": "{color.brand.breeze.200.value}",
|
|
@@ -3745,7 +3745,7 @@ module.exports = {
|
|
|
3745
3745
|
"usage": "Active state color affordance",
|
|
3746
3746
|
"wcag": "AAA",
|
|
3747
3747
|
"deprecated": false,
|
|
3748
|
-
"filePath": "
|
|
3748
|
+
"filePath": "src/color/ui.json",
|
|
3749
3749
|
"isSource": true,
|
|
3750
3750
|
"original": {
|
|
3751
3751
|
"value": "{color.brand.atlas.500.value}",
|
|
@@ -3775,7 +3775,7 @@ module.exports = {
|
|
|
3775
3775
|
"inverse": true,
|
|
3776
3776
|
"usage": "Active state color affordance on dark backgrounds",
|
|
3777
3777
|
"deprecated": false,
|
|
3778
|
-
"filePath": "
|
|
3778
|
+
"filePath": "src/color/ui.json",
|
|
3779
3779
|
"isSource": true,
|
|
3780
3780
|
"original": {
|
|
3781
3781
|
"value": "{color.brand.breeze.200.value}",
|
|
@@ -3807,7 +3807,7 @@ module.exports = {
|
|
|
3807
3807
|
"usage": "Disabled state color affordance",
|
|
3808
3808
|
"wcag": "n/a",
|
|
3809
3809
|
"deprecated": false,
|
|
3810
|
-
"filePath": "
|
|
3810
|
+
"filePath": "src/color/ui.json",
|
|
3811
3811
|
"isSource": true,
|
|
3812
3812
|
"original": {
|
|
3813
3813
|
"value": "{color.brand.atlas.400-opacity-20.value}",
|
|
@@ -3840,7 +3840,7 @@ module.exports = {
|
|
|
3840
3840
|
"default": true,
|
|
3841
3841
|
"usage": "Default affordance for background colors",
|
|
3842
3842
|
"deprecated": false,
|
|
3843
|
-
"filePath": "
|
|
3843
|
+
"filePath": "src/color/ui.json",
|
|
3844
3844
|
"isSource": true,
|
|
3845
3845
|
"original": {
|
|
3846
3846
|
"value": "00000008",
|
|
@@ -3871,7 +3871,7 @@ module.exports = {
|
|
|
3871
3871
|
"inverse": true,
|
|
3872
3872
|
"usage": "Default affordance for dark background colors",
|
|
3873
3873
|
"deprecated": false,
|
|
3874
|
-
"filePath": "
|
|
3874
|
+
"filePath": "src/color/ui.json",
|
|
3875
3875
|
"isSource": true,
|
|
3876
3876
|
"original": {
|
|
3877
3877
|
"value": "ffffff08",
|
|
@@ -3904,7 +3904,7 @@ module.exports = {
|
|
|
3904
3904
|
"default": true,
|
|
3905
3905
|
"usage": "Default hover affordance for background colors",
|
|
3906
3906
|
"deprecated": false,
|
|
3907
|
-
"filePath": "
|
|
3907
|
+
"filePath": "src/color/ui.json",
|
|
3908
3908
|
"isSource": true,
|
|
3909
3909
|
"original": {
|
|
3910
3910
|
"value": "0000000f",
|
|
@@ -3935,7 +3935,7 @@ module.exports = {
|
|
|
3935
3935
|
"inverse": true,
|
|
3936
3936
|
"usage": "Default hover affordance for dark background colors",
|
|
3937
3937
|
"deprecated": false,
|
|
3938
|
-
"filePath": "
|
|
3938
|
+
"filePath": "src/color/ui.json",
|
|
3939
3939
|
"isSource": true,
|
|
3940
3940
|
"original": {
|
|
3941
3941
|
"value": "ffffff0f",
|