@aurodesignsystem/design-tokens 5.0.6 → 5.2.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 +15 -0
- package/README.md +207 -75
- package/dist/CSSCustomProperties--bundled.css +135 -54
- package/dist/alaska/CSSCustomProperties--alaska.css +38 -32
- package/dist/alaska/JSObject--allTokens.js +364 -182
- package/dist/alaska/SCSSVariables--alaska.scss +38 -32
- package/dist/alaska/SCSSVariablesMapFlat--alaska.scss +38 -32
- package/dist/alaska/primitives--alaska.scss +37 -37
- package/dist/alaska-classic/CSSCustomProperties--alaskaClassic.css +72 -0
- package/dist/alaska-classic/JSObject--allTokens.js +2306 -0
- package/dist/alaska-classic/SCSSVariables--alaskaClassic.scss +69 -0
- package/dist/alaska-classic/SCSSVariablesMapFlat--alaskaClassic.scss +73 -0
- package/dist/alaska-classic/primitives--alaskaClassic.scss +215 -0
- package/dist/auro-classic/CSSCustomProperties.css +1 -1
- package/dist/auro-classic/CSSSizeCustomProperties.css +1 -1
- package/dist/auro-classic/JSData--color.js +1 -1
- package/dist/auro-classic/JSObject--allTokens.js +1 -1
- package/dist/auro-classic/JSObject--deprecated.js +1 -1
- package/dist/auro-classic/JSVariables--color.js +1 -1
- package/dist/auro-classic/SCSSVariableMap.scss +1 -1
- package/dist/auro-classic/SCSSVariables.scss +1 -1
- package/dist/auro-classic/SCSSVariablesMapFlat.scss +1 -1
- package/dist/auro-classic/SassCustomProperties.scss +1 -1
- package/dist/auro-classic/SassSizeCustomProperties.scss +1 -1
- package/dist/hawaiian/CSSCustomProperties--hawaiian.css +24 -18
- package/dist/hawaiian/JSObject--allTokens.js +336 -154
- package/dist/hawaiian/SCSSVariables--hawaiian.scss +24 -18
- package/dist/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +24 -18
- package/dist/hawaiian/primitives--hawaiian.scss +6 -6
- package/dist/transparent/CSSCustomProperties--transparent.css +1 -1
- package/package.json +1 -1
- package/src/primitives/alaska/color.json +84 -84
- package/src/primitives/alaska-classic/color.json +796 -0
- package/src/primitives/alaska-classic/typography.json +27 -0
- package/src/primitives/base/color.json +3 -3
- package/src/themes/alaska/color.json +112 -62
- package/src/themes/alaska-classic/color.json +444 -0
- package/src/themes/alaska-classic/typography.json +132 -0
- package/src/themes/hawaiian/color.json +97 -47
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 06 Mar 2025 18:17:14 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
module.exports = {
|
|
@@ -211,91 +211,91 @@ module.exports = {
|
|
|
211
211
|
}
|
|
212
212
|
},
|
|
213
213
|
"brand": {
|
|
214
|
-
"
|
|
215
|
-
"value": "#
|
|
214
|
+
"primary": {
|
|
215
|
+
"value": "#ce0c88",
|
|
216
216
|
"type": "semantic",
|
|
217
217
|
"public": true,
|
|
218
218
|
"default": true,
|
|
219
|
-
"usage": "
|
|
219
|
+
"usage": "Primary brand color",
|
|
220
220
|
"deprecated": false,
|
|
221
221
|
"filePath": "src/themes/hawaiian/color.json",
|
|
222
222
|
"isSource": false,
|
|
223
223
|
"original": {
|
|
224
|
-
"value": "{color.
|
|
224
|
+
"value": "{color.alohapink.600.value}",
|
|
225
225
|
"type": "semantic",
|
|
226
226
|
"public": true,
|
|
227
227
|
"default": true,
|
|
228
|
-
"usage": "
|
|
228
|
+
"usage": "Primary brand color",
|
|
229
229
|
"deprecated": false
|
|
230
230
|
},
|
|
231
|
-
"name": "ds-color-brand-
|
|
231
|
+
"name": "ds-color-brand-primary",
|
|
232
232
|
"attributes": {
|
|
233
233
|
"category": "color",
|
|
234
234
|
"type": "brand",
|
|
235
|
-
"item": "
|
|
235
|
+
"item": "primary"
|
|
236
236
|
},
|
|
237
237
|
"path": [
|
|
238
238
|
"color",
|
|
239
239
|
"brand",
|
|
240
|
-
"
|
|
240
|
+
"primary"
|
|
241
241
|
]
|
|
242
242
|
},
|
|
243
|
-
"
|
|
244
|
-
"value": "#
|
|
243
|
+
"primaryBold": {
|
|
244
|
+
"value": "#831a57",
|
|
245
245
|
"type": "semantic",
|
|
246
246
|
"public": true,
|
|
247
247
|
"default": true,
|
|
248
|
-
"usage": "
|
|
248
|
+
"usage": "Bold primary brand color",
|
|
249
249
|
"deprecated": false,
|
|
250
250
|
"filePath": "src/themes/hawaiian/color.json",
|
|
251
251
|
"isSource": false,
|
|
252
252
|
"original": {
|
|
253
|
-
"value": "{color.alohapink.
|
|
253
|
+
"value": "{color.alohapink.800.value}",
|
|
254
254
|
"type": "semantic",
|
|
255
255
|
"public": true,
|
|
256
256
|
"default": true,
|
|
257
|
-
"usage": "
|
|
257
|
+
"usage": "Bold primary brand color",
|
|
258
258
|
"deprecated": false
|
|
259
259
|
},
|
|
260
|
-
"name": "ds-color-brand-primary",
|
|
260
|
+
"name": "ds-color-brand-primary-bold",
|
|
261
261
|
"attributes": {
|
|
262
262
|
"category": "color",
|
|
263
263
|
"type": "brand",
|
|
264
|
-
"item": "
|
|
264
|
+
"item": "primaryBold"
|
|
265
265
|
},
|
|
266
266
|
"path": [
|
|
267
267
|
"color",
|
|
268
268
|
"brand",
|
|
269
|
-
"
|
|
269
|
+
"primaryBold"
|
|
270
270
|
]
|
|
271
271
|
},
|
|
272
|
-
"
|
|
273
|
-
"value": "#
|
|
272
|
+
"primaryMuted": {
|
|
273
|
+
"value": "#fdf1f8",
|
|
274
274
|
"type": "semantic",
|
|
275
275
|
"public": true,
|
|
276
276
|
"default": true,
|
|
277
|
-
"usage": "
|
|
277
|
+
"usage": "Muted primary brand color",
|
|
278
278
|
"deprecated": false,
|
|
279
279
|
"filePath": "src/themes/hawaiian/color.json",
|
|
280
280
|
"isSource": false,
|
|
281
281
|
"original": {
|
|
282
|
-
"value": "{color.alohapink.
|
|
282
|
+
"value": "{color.alohapink.100.value}",
|
|
283
283
|
"type": "semantic",
|
|
284
284
|
"public": true,
|
|
285
285
|
"default": true,
|
|
286
|
-
"usage": "
|
|
286
|
+
"usage": "Muted primary brand color",
|
|
287
287
|
"deprecated": false
|
|
288
288
|
},
|
|
289
|
-
"name": "ds-color-brand-primary-
|
|
289
|
+
"name": "ds-color-brand-primary-muted",
|
|
290
290
|
"attributes": {
|
|
291
291
|
"category": "color",
|
|
292
292
|
"type": "brand",
|
|
293
|
-
"item": "
|
|
293
|
+
"item": "primaryMuted"
|
|
294
294
|
},
|
|
295
295
|
"path": [
|
|
296
296
|
"color",
|
|
297
297
|
"brand",
|
|
298
|
-
"
|
|
298
|
+
"primaryMuted"
|
|
299
299
|
]
|
|
300
300
|
},
|
|
301
301
|
"primarySubtle": {
|
|
@@ -385,8 +385,37 @@ module.exports = {
|
|
|
385
385
|
"secondaryBold"
|
|
386
386
|
]
|
|
387
387
|
},
|
|
388
|
+
"secondaryMuted": {
|
|
389
|
+
"value": "#edeaf4",
|
|
390
|
+
"type": "semantic",
|
|
391
|
+
"public": true,
|
|
392
|
+
"default": true,
|
|
393
|
+
"usage": "Muted secondary brand color",
|
|
394
|
+
"deprecated": false,
|
|
395
|
+
"filePath": "src/themes/hawaiian/color.json",
|
|
396
|
+
"isSource": false,
|
|
397
|
+
"original": {
|
|
398
|
+
"value": "{color.royalpurple.100.value}",
|
|
399
|
+
"type": "semantic",
|
|
400
|
+
"public": true,
|
|
401
|
+
"default": true,
|
|
402
|
+
"usage": "Muted secondary brand color",
|
|
403
|
+
"deprecated": false
|
|
404
|
+
},
|
|
405
|
+
"name": "ds-color-brand-secondary-muted",
|
|
406
|
+
"attributes": {
|
|
407
|
+
"category": "color",
|
|
408
|
+
"type": "brand",
|
|
409
|
+
"item": "secondaryMuted"
|
|
410
|
+
},
|
|
411
|
+
"path": [
|
|
412
|
+
"color",
|
|
413
|
+
"brand",
|
|
414
|
+
"secondaryMuted"
|
|
415
|
+
]
|
|
416
|
+
},
|
|
388
417
|
"secondarySubtle": {
|
|
389
|
-
"value": "#
|
|
418
|
+
"value": "#6b5da4",
|
|
390
419
|
"type": "semantic",
|
|
391
420
|
"public": true,
|
|
392
421
|
"default": true,
|
|
@@ -395,7 +424,7 @@ module.exports = {
|
|
|
395
424
|
"filePath": "src/themes/hawaiian/color.json",
|
|
396
425
|
"isSource": false,
|
|
397
426
|
"original": {
|
|
398
|
-
"value": "{color.royalpurple.
|
|
427
|
+
"value": "{color.royalpurple.500.value}",
|
|
399
428
|
"type": "semantic",
|
|
400
429
|
"public": true,
|
|
401
430
|
"default": true,
|
|
@@ -472,6 +501,35 @@ module.exports = {
|
|
|
472
501
|
"tertiaryBold"
|
|
473
502
|
]
|
|
474
503
|
},
|
|
504
|
+
"tertiaryMuted": {
|
|
505
|
+
"value": "#ffeeea",
|
|
506
|
+
"type": "semantic",
|
|
507
|
+
"public": true,
|
|
508
|
+
"default": true,
|
|
509
|
+
"usage": "Muted tertiary brand color",
|
|
510
|
+
"deprecated": false,
|
|
511
|
+
"filePath": "src/themes/hawaiian/color.json",
|
|
512
|
+
"isSource": false,
|
|
513
|
+
"original": {
|
|
514
|
+
"value": "{color.sunset.100.value}",
|
|
515
|
+
"type": "semantic",
|
|
516
|
+
"public": true,
|
|
517
|
+
"default": true,
|
|
518
|
+
"usage": "Muted tertiary brand color",
|
|
519
|
+
"deprecated": false
|
|
520
|
+
},
|
|
521
|
+
"name": "ds-color-brand-tertiary-muted",
|
|
522
|
+
"attributes": {
|
|
523
|
+
"category": "color",
|
|
524
|
+
"type": "brand",
|
|
525
|
+
"item": "tertiaryMuted"
|
|
526
|
+
},
|
|
527
|
+
"path": [
|
|
528
|
+
"color",
|
|
529
|
+
"brand",
|
|
530
|
+
"tertiaryMuted"
|
|
531
|
+
]
|
|
532
|
+
},
|
|
475
533
|
"tertiarySubtle": {
|
|
476
534
|
"value": "#ff9080",
|
|
477
535
|
"type": "semantic",
|
|
@@ -502,8 +560,8 @@ module.exports = {
|
|
|
502
560
|
]
|
|
503
561
|
}
|
|
504
562
|
},
|
|
505
|
-
"
|
|
506
|
-
"
|
|
563
|
+
"farebrand": {
|
|
564
|
+
"basiceconomy": {
|
|
507
565
|
"value": "#d0d0d0",
|
|
508
566
|
"type": "semantic",
|
|
509
567
|
"public": true,
|
|
@@ -520,19 +578,19 @@ module.exports = {
|
|
|
520
578
|
"usage": "Basic fare brand color",
|
|
521
579
|
"deprecated": false
|
|
522
580
|
},
|
|
523
|
-
"name": "ds-color-
|
|
581
|
+
"name": "ds-color-farebrand-basiceconomy",
|
|
524
582
|
"attributes": {
|
|
525
583
|
"category": "color",
|
|
526
|
-
"type": "
|
|
527
|
-
"item": "
|
|
584
|
+
"type": "farebrand",
|
|
585
|
+
"item": "basiceconomy"
|
|
528
586
|
},
|
|
529
587
|
"path": [
|
|
530
588
|
"color",
|
|
531
|
-
"
|
|
532
|
-
"
|
|
589
|
+
"farebrand",
|
|
590
|
+
"basiceconomy"
|
|
533
591
|
]
|
|
534
592
|
},
|
|
535
|
-
"
|
|
593
|
+
"businessFirst": {
|
|
536
594
|
"value": "#463c8f",
|
|
537
595
|
"type": "semantic",
|
|
538
596
|
"public": true,
|
|
@@ -542,26 +600,26 @@ module.exports = {
|
|
|
542
600
|
"filePath": "src/themes/hawaiian/color.json",
|
|
543
601
|
"isSource": false,
|
|
544
602
|
"original": {
|
|
545
|
-
"value": "{color.
|
|
603
|
+
"value": "{color.royalpurple.600.value}",
|
|
546
604
|
"type": "semantic",
|
|
547
605
|
"public": true,
|
|
548
606
|
"default": true,
|
|
549
607
|
"usage": "First class fare brand color",
|
|
550
608
|
"deprecated": false
|
|
551
609
|
},
|
|
552
|
-
"name": "ds-color-
|
|
610
|
+
"name": "ds-color-farebrand-business-first",
|
|
553
611
|
"attributes": {
|
|
554
612
|
"category": "color",
|
|
555
|
-
"type": "
|
|
556
|
-
"item": "
|
|
613
|
+
"type": "farebrand",
|
|
614
|
+
"item": "businessFirst"
|
|
557
615
|
},
|
|
558
616
|
"path": [
|
|
559
617
|
"color",
|
|
560
|
-
"
|
|
561
|
-
"
|
|
618
|
+
"farebrand",
|
|
619
|
+
"businessFirst"
|
|
562
620
|
]
|
|
563
621
|
},
|
|
564
|
-
"
|
|
622
|
+
"economy": {
|
|
565
623
|
"value": "#ce0c88",
|
|
566
624
|
"type": "semantic",
|
|
567
625
|
"public": true,
|
|
@@ -571,26 +629,26 @@ module.exports = {
|
|
|
571
629
|
"filePath": "src/themes/hawaiian/color.json",
|
|
572
630
|
"isSource": false,
|
|
573
631
|
"original": {
|
|
574
|
-
"value": "{color.
|
|
632
|
+
"value": "{color.alohapink.600.value}",
|
|
575
633
|
"type": "semantic",
|
|
576
634
|
"public": true,
|
|
577
635
|
"default": true,
|
|
578
636
|
"usage": "Economy fare brand color",
|
|
579
637
|
"deprecated": false
|
|
580
638
|
},
|
|
581
|
-
"name": "ds-color-
|
|
639
|
+
"name": "ds-color-farebrand-economy",
|
|
582
640
|
"attributes": {
|
|
583
641
|
"category": "color",
|
|
584
|
-
"type": "
|
|
585
|
-
"item": "
|
|
642
|
+
"type": "farebrand",
|
|
643
|
+
"item": "economy"
|
|
586
644
|
},
|
|
587
645
|
"path": [
|
|
588
646
|
"color",
|
|
589
|
-
"
|
|
590
|
-
"
|
|
647
|
+
"farebrand",
|
|
648
|
+
"economy"
|
|
591
649
|
]
|
|
592
650
|
},
|
|
593
|
-
"
|
|
651
|
+
"premiumeconomy": {
|
|
594
652
|
"value": "#00a5ba",
|
|
595
653
|
"type": "semantic",
|
|
596
654
|
"public": true,
|
|
@@ -600,115 +658,123 @@ module.exports = {
|
|
|
600
658
|
"filePath": "src/themes/hawaiian/color.json",
|
|
601
659
|
"isSource": false,
|
|
602
660
|
"original": {
|
|
603
|
-
"value": "{color.
|
|
661
|
+
"value": "{color.ocean.600.value}",
|
|
604
662
|
"type": "semantic",
|
|
605
663
|
"public": true,
|
|
606
664
|
"default": true,
|
|
607
665
|
"usage": "Premium fare brand color",
|
|
608
666
|
"deprecated": false
|
|
609
667
|
},
|
|
610
|
-
"name": "ds-color-
|
|
668
|
+
"name": "ds-color-farebrand-premiumeconomy",
|
|
611
669
|
"attributes": {
|
|
612
670
|
"category": "color",
|
|
613
|
-
"type": "
|
|
614
|
-
"item": "
|
|
671
|
+
"type": "farebrand",
|
|
672
|
+
"item": "premiumeconomy"
|
|
615
673
|
},
|
|
616
674
|
"path": [
|
|
617
675
|
"color",
|
|
618
|
-
"
|
|
619
|
-
"
|
|
676
|
+
"farebrand",
|
|
677
|
+
"premiumeconomy"
|
|
620
678
|
]
|
|
621
679
|
},
|
|
622
|
-
"
|
|
623
|
-
"
|
|
624
|
-
|
|
625
|
-
"public": true,
|
|
626
|
-
"default": true,
|
|
627
|
-
"usage": "One World Emerald brand color",
|
|
628
|
-
"deprecated": false,
|
|
629
|
-
"filePath": "src/themes/hawaiian/color.json",
|
|
630
|
-
"isSource": false,
|
|
631
|
-
"original": {
|
|
632
|
-
"value": "{color.oneWorld.emerald.value}",
|
|
680
|
+
"oneworld": {
|
|
681
|
+
"emerald": {
|
|
682
|
+
"value": "#139142",
|
|
633
683
|
"type": "semantic",
|
|
634
684
|
"public": true,
|
|
635
685
|
"default": true,
|
|
636
|
-
"usage": "
|
|
637
|
-
"deprecated": false
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
686
|
+
"usage": "OneWorld Emerald brand color",
|
|
687
|
+
"deprecated": false,
|
|
688
|
+
"filePath": "src/themes/hawaiian/color.json",
|
|
689
|
+
"isSource": false,
|
|
690
|
+
"original": {
|
|
691
|
+
"value": "{color.oneworld.emerald.value}",
|
|
692
|
+
"type": "semantic",
|
|
693
|
+
"public": true,
|
|
694
|
+
"default": true,
|
|
695
|
+
"usage": "OneWorld Emerald brand color",
|
|
696
|
+
"deprecated": false
|
|
697
|
+
},
|
|
698
|
+
"name": "ds-color-farebrand-oneworld-emerald",
|
|
699
|
+
"attributes": {
|
|
700
|
+
"category": "color",
|
|
701
|
+
"type": "farebrand",
|
|
702
|
+
"item": "oneworld",
|
|
703
|
+
"subitem": "emerald"
|
|
704
|
+
},
|
|
705
|
+
"path": [
|
|
706
|
+
"color",
|
|
707
|
+
"farebrand",
|
|
708
|
+
"oneworld",
|
|
709
|
+
"emerald"
|
|
710
|
+
]
|
|
644
711
|
},
|
|
645
|
-
"
|
|
646
|
-
"
|
|
647
|
-
"fare",
|
|
648
|
-
"brandOneWorldEmerald"
|
|
649
|
-
]
|
|
650
|
-
},
|
|
651
|
-
"brandOneWorldRuby": {
|
|
652
|
-
"value": "#a41d4a",
|
|
653
|
-
"type": "semantic",
|
|
654
|
-
"public": true,
|
|
655
|
-
"default": true,
|
|
656
|
-
"usage": "One World Ruby brand color",
|
|
657
|
-
"deprecated": false,
|
|
658
|
-
"filePath": "src/themes/hawaiian/color.json",
|
|
659
|
-
"isSource": false,
|
|
660
|
-
"original": {
|
|
661
|
-
"value": "{color.oneWorld.ruby.value}",
|
|
712
|
+
"sapphire": {
|
|
713
|
+
"value": "#015daa",
|
|
662
714
|
"type": "semantic",
|
|
663
715
|
"public": true,
|
|
664
716
|
"default": true,
|
|
665
|
-
"usage": "
|
|
666
|
-
"deprecated": false
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
717
|
+
"usage": "OneWorld Sapphire brand color",
|
|
718
|
+
"deprecated": false,
|
|
719
|
+
"filePath": "src/themes/hawaiian/color.json",
|
|
720
|
+
"isSource": false,
|
|
721
|
+
"original": {
|
|
722
|
+
"value": "{color.oneworld.sapphire.value}",
|
|
723
|
+
"type": "semantic",
|
|
724
|
+
"public": true,
|
|
725
|
+
"default": true,
|
|
726
|
+
"usage": "OneWorld Sapphire brand color",
|
|
727
|
+
"deprecated": false
|
|
728
|
+
},
|
|
729
|
+
"name": "ds-color-farebrand-oneworld-sapphire",
|
|
730
|
+
"attributes": {
|
|
731
|
+
"category": "color",
|
|
732
|
+
"type": "farebrand",
|
|
733
|
+
"item": "oneworld",
|
|
734
|
+
"subitem": "sapphire"
|
|
735
|
+
},
|
|
736
|
+
"path": [
|
|
737
|
+
"color",
|
|
738
|
+
"farebrand",
|
|
739
|
+
"oneworld",
|
|
740
|
+
"sapphire"
|
|
741
|
+
]
|
|
673
742
|
},
|
|
674
|
-
"
|
|
675
|
-
"
|
|
676
|
-
"fare",
|
|
677
|
-
"brandOneWorldRuby"
|
|
678
|
-
]
|
|
679
|
-
},
|
|
680
|
-
"brandOneWorldSapphire": {
|
|
681
|
-
"value": "#015daa",
|
|
682
|
-
"type": "semantic",
|
|
683
|
-
"public": true,
|
|
684
|
-
"default": true,
|
|
685
|
-
"usage": "One World Sapphire brand color",
|
|
686
|
-
"deprecated": false,
|
|
687
|
-
"filePath": "src/themes/hawaiian/color.json",
|
|
688
|
-
"isSource": false,
|
|
689
|
-
"original": {
|
|
690
|
-
"value": "{color.oneWorld.sapphire.value}",
|
|
743
|
+
"ruby": {
|
|
744
|
+
"value": "#a41d4a",
|
|
691
745
|
"type": "semantic",
|
|
692
746
|
"public": true,
|
|
693
747
|
"default": true,
|
|
694
|
-
"usage": "
|
|
695
|
-
"deprecated": false
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
"
|
|
707
|
-
|
|
748
|
+
"usage": "OneWorld Ruby brand color",
|
|
749
|
+
"deprecated": false,
|
|
750
|
+
"filePath": "src/themes/hawaiian/color.json",
|
|
751
|
+
"isSource": false,
|
|
752
|
+
"original": {
|
|
753
|
+
"value": "{color.oneworld.ruby.value}",
|
|
754
|
+
"type": "semantic",
|
|
755
|
+
"public": true,
|
|
756
|
+
"default": true,
|
|
757
|
+
"usage": "OneWorld Ruby brand color",
|
|
758
|
+
"deprecated": false
|
|
759
|
+
},
|
|
760
|
+
"name": "ds-color-farebrand-oneworld-ruby",
|
|
761
|
+
"attributes": {
|
|
762
|
+
"category": "color",
|
|
763
|
+
"type": "farebrand",
|
|
764
|
+
"item": "oneworld",
|
|
765
|
+
"subitem": "ruby"
|
|
766
|
+
},
|
|
767
|
+
"path": [
|
|
768
|
+
"color",
|
|
769
|
+
"farebrand",
|
|
770
|
+
"oneworld",
|
|
771
|
+
"ruby"
|
|
772
|
+
]
|
|
773
|
+
}
|
|
708
774
|
}
|
|
709
775
|
},
|
|
710
|
-
"
|
|
711
|
-
"
|
|
776
|
+
"pagebackground": {
|
|
777
|
+
"default": {
|
|
712
778
|
"value": "#ffffff",
|
|
713
779
|
"type": "semantic",
|
|
714
780
|
"public": true,
|
|
@@ -725,20 +791,20 @@ module.exports = {
|
|
|
725
791
|
"usage": "Default page background color",
|
|
726
792
|
"deprecated": false
|
|
727
793
|
},
|
|
728
|
-
"name": "ds-color-
|
|
794
|
+
"name": "ds-color-pagebackground-default",
|
|
729
795
|
"attributes": {
|
|
730
796
|
"category": "color",
|
|
731
|
-
"type": "
|
|
732
|
-
"item": "
|
|
797
|
+
"type": "pagebackground",
|
|
798
|
+
"item": "default"
|
|
733
799
|
},
|
|
734
800
|
"path": [
|
|
735
801
|
"color",
|
|
736
|
-
"
|
|
737
|
-
"
|
|
802
|
+
"pagebackground",
|
|
803
|
+
"default"
|
|
738
804
|
]
|
|
739
805
|
},
|
|
740
|
-
"
|
|
741
|
-
"value": "#
|
|
806
|
+
"utility": {
|
|
807
|
+
"value": "#f2f2f2",
|
|
742
808
|
"type": "semantic",
|
|
743
809
|
"public": true,
|
|
744
810
|
"default": true,
|
|
@@ -754,16 +820,16 @@ module.exports = {
|
|
|
754
820
|
"usage": "Utility page background color",
|
|
755
821
|
"deprecated": false
|
|
756
822
|
},
|
|
757
|
-
"name": "ds-color-
|
|
823
|
+
"name": "ds-color-pagebackground-utility",
|
|
758
824
|
"attributes": {
|
|
759
825
|
"category": "color",
|
|
760
|
-
"type": "
|
|
761
|
-
"item": "
|
|
826
|
+
"type": "pagebackground",
|
|
827
|
+
"item": "utility"
|
|
762
828
|
},
|
|
763
829
|
"path": [
|
|
764
830
|
"color",
|
|
765
|
-
"
|
|
766
|
-
"
|
|
831
|
+
"pagebackground",
|
|
832
|
+
"utility"
|
|
767
833
|
]
|
|
768
834
|
}
|
|
769
835
|
},
|
|
@@ -1332,7 +1398,7 @@ module.exports = {
|
|
|
1332
1398
|
]
|
|
1333
1399
|
},
|
|
1334
1400
|
"warning": {
|
|
1335
|
-
"value": "#
|
|
1401
|
+
"value": "#fac200",
|
|
1336
1402
|
"type": "semantic",
|
|
1337
1403
|
"public": true,
|
|
1338
1404
|
"default": true,
|
|
@@ -1341,7 +1407,7 @@ module.exports = {
|
|
|
1341
1407
|
"filePath": "src/themes/hawaiian/color.json",
|
|
1342
1408
|
"isSource": false,
|
|
1343
1409
|
"original": {
|
|
1344
|
-
"value": "{color.status.warn.
|
|
1410
|
+
"value": "{color.status.warn.300.value}",
|
|
1345
1411
|
"type": "semantic",
|
|
1346
1412
|
"public": true,
|
|
1347
1413
|
"default": true,
|
|
@@ -1392,7 +1458,7 @@ module.exports = {
|
|
|
1392
1458
|
},
|
|
1393
1459
|
"surface": {
|
|
1394
1460
|
"accent1": {
|
|
1395
|
-
"value": "#
|
|
1461
|
+
"value": "#dddddd",
|
|
1396
1462
|
"type": "semantic",
|
|
1397
1463
|
"public": true,
|
|
1398
1464
|
"default": true,
|
|
@@ -1401,7 +1467,7 @@ module.exports = {
|
|
|
1401
1467
|
"filePath": "src/themes/hawaiian/color.json",
|
|
1402
1468
|
"isSource": false,
|
|
1403
1469
|
"original": {
|
|
1404
|
-
"value": "{color.gray.
|
|
1470
|
+
"value": "{color.gray.200.value}",
|
|
1405
1471
|
"type": "semantic",
|
|
1406
1472
|
"public": true,
|
|
1407
1473
|
"default": true,
|
|
@@ -1421,7 +1487,7 @@ module.exports = {
|
|
|
1421
1487
|
]
|
|
1422
1488
|
},
|
|
1423
1489
|
"accent1Muted": {
|
|
1424
|
-
"value": "#
|
|
1490
|
+
"value": "#f7f7f7",
|
|
1425
1491
|
"type": "semantic",
|
|
1426
1492
|
"public": true,
|
|
1427
1493
|
"default": true,
|
|
@@ -1449,6 +1515,93 @@ module.exports = {
|
|
|
1449
1515
|
"accent1Muted"
|
|
1450
1516
|
]
|
|
1451
1517
|
},
|
|
1518
|
+
"accent1Subtle": {
|
|
1519
|
+
"value": "#f2f2f2",
|
|
1520
|
+
"type": "semantic",
|
|
1521
|
+
"public": true,
|
|
1522
|
+
"default": true,
|
|
1523
|
+
"usage": "Subtle accent surface color",
|
|
1524
|
+
"deprecated": false,
|
|
1525
|
+
"filePath": "src/themes/hawaiian/color.json",
|
|
1526
|
+
"isSource": false,
|
|
1527
|
+
"original": {
|
|
1528
|
+
"value": "{color.gray.100.value}",
|
|
1529
|
+
"type": "semantic",
|
|
1530
|
+
"public": true,
|
|
1531
|
+
"default": true,
|
|
1532
|
+
"usage": "Subtle accent surface color",
|
|
1533
|
+
"deprecated": false
|
|
1534
|
+
},
|
|
1535
|
+
"name": "ds-color-surface-accent1-subtle",
|
|
1536
|
+
"attributes": {
|
|
1537
|
+
"category": "color",
|
|
1538
|
+
"type": "surface",
|
|
1539
|
+
"item": "accent1Subtle"
|
|
1540
|
+
},
|
|
1541
|
+
"path": [
|
|
1542
|
+
"color",
|
|
1543
|
+
"surface",
|
|
1544
|
+
"accent1Subtle"
|
|
1545
|
+
]
|
|
1546
|
+
},
|
|
1547
|
+
"accent2": {
|
|
1548
|
+
"value": "#dddddd",
|
|
1549
|
+
"type": "semantic",
|
|
1550
|
+
"public": true,
|
|
1551
|
+
"default": true,
|
|
1552
|
+
"usage": "Accent surface color",
|
|
1553
|
+
"deprecated": false,
|
|
1554
|
+
"filePath": "src/themes/hawaiian/color.json",
|
|
1555
|
+
"isSource": false,
|
|
1556
|
+
"original": {
|
|
1557
|
+
"value": "{color.gray.200.value}",
|
|
1558
|
+
"type": "semantic",
|
|
1559
|
+
"public": true,
|
|
1560
|
+
"default": true,
|
|
1561
|
+
"usage": "Accent surface color",
|
|
1562
|
+
"deprecated": false
|
|
1563
|
+
},
|
|
1564
|
+
"name": "ds-color-surface-accent2",
|
|
1565
|
+
"attributes": {
|
|
1566
|
+
"category": "color",
|
|
1567
|
+
"type": "surface",
|
|
1568
|
+
"item": "accent2"
|
|
1569
|
+
},
|
|
1570
|
+
"path": [
|
|
1571
|
+
"color",
|
|
1572
|
+
"surface",
|
|
1573
|
+
"accent2"
|
|
1574
|
+
]
|
|
1575
|
+
},
|
|
1576
|
+
"accent2Muted": {
|
|
1577
|
+
"value": "#f7f7f7",
|
|
1578
|
+
"type": "semantic",
|
|
1579
|
+
"public": true,
|
|
1580
|
+
"default": true,
|
|
1581
|
+
"usage": "Muted accent surface color",
|
|
1582
|
+
"deprecated": false,
|
|
1583
|
+
"filePath": "src/themes/hawaiian/color.json",
|
|
1584
|
+
"isSource": false,
|
|
1585
|
+
"original": {
|
|
1586
|
+
"value": "{color.gray.50.value}",
|
|
1587
|
+
"type": "semantic",
|
|
1588
|
+
"public": true,
|
|
1589
|
+
"default": true,
|
|
1590
|
+
"usage": "Muted accent surface color",
|
|
1591
|
+
"deprecated": false
|
|
1592
|
+
},
|
|
1593
|
+
"name": "ds-color-surface-accent2-muted",
|
|
1594
|
+
"attributes": {
|
|
1595
|
+
"category": "color",
|
|
1596
|
+
"type": "surface",
|
|
1597
|
+
"item": "accent2Muted"
|
|
1598
|
+
},
|
|
1599
|
+
"path": [
|
|
1600
|
+
"color",
|
|
1601
|
+
"surface",
|
|
1602
|
+
"accent2Muted"
|
|
1603
|
+
]
|
|
1604
|
+
},
|
|
1452
1605
|
"default": {
|
|
1453
1606
|
"value": "#ffffff",
|
|
1454
1607
|
"type": "semantic",
|
|
@@ -1508,7 +1661,7 @@ module.exports = {
|
|
|
1508
1661
|
]
|
|
1509
1662
|
},
|
|
1510
1663
|
"inverseSubtle": {
|
|
1511
|
-
"value": "#
|
|
1664
|
+
"value": "#6b5da4",
|
|
1512
1665
|
"type": "semantic",
|
|
1513
1666
|
"public": true,
|
|
1514
1667
|
"default": true,
|
|
@@ -1517,7 +1670,7 @@ module.exports = {
|
|
|
1517
1670
|
"filePath": "src/themes/hawaiian/color.json",
|
|
1518
1671
|
"isSource": false,
|
|
1519
1672
|
"original": {
|
|
1520
|
-
"value": "{color.brand.
|
|
1673
|
+
"value": "{color.brand.secondarySubtle.value}",
|
|
1521
1674
|
"type": "semantic",
|
|
1522
1675
|
"public": true,
|
|
1523
1676
|
"default": true,
|
|
@@ -1566,7 +1719,7 @@ module.exports = {
|
|
|
1566
1719
|
]
|
|
1567
1720
|
},
|
|
1568
1721
|
"neutralSubtle": {
|
|
1569
|
-
"value": "#
|
|
1722
|
+
"value": "#f7f7f7",
|
|
1570
1723
|
"type": "semantic",
|
|
1571
1724
|
"public": true,
|
|
1572
1725
|
"default": true,
|
|
@@ -1655,7 +1808,7 @@ module.exports = {
|
|
|
1655
1808
|
]
|
|
1656
1809
|
},
|
|
1657
1810
|
"disabled": {
|
|
1658
|
-
"value": "#
|
|
1811
|
+
"value": "#d0d0d0",
|
|
1659
1812
|
"type": "semantic",
|
|
1660
1813
|
"public": true,
|
|
1661
1814
|
"default": true,
|
|
@@ -1664,7 +1817,7 @@ module.exports = {
|
|
|
1664
1817
|
"filePath": "src/themes/hawaiian/color.json",
|
|
1665
1818
|
"isSource": false,
|
|
1666
1819
|
"original": {
|
|
1667
|
-
"value": "{color.gray.
|
|
1820
|
+
"value": "{color.gray.250.value}",
|
|
1668
1821
|
"type": "semantic",
|
|
1669
1822
|
"public": true,
|
|
1670
1823
|
"default": true,
|
|
@@ -1712,6 +1865,35 @@ module.exports = {
|
|
|
1712
1865
|
"inverse"
|
|
1713
1866
|
]
|
|
1714
1867
|
},
|
|
1868
|
+
"inverseDisabled": {
|
|
1869
|
+
"value": "#d0d0d0",
|
|
1870
|
+
"type": "semantic",
|
|
1871
|
+
"public": true,
|
|
1872
|
+
"default": true,
|
|
1873
|
+
"usage": "Disabled inverse text/icon color",
|
|
1874
|
+
"deprecated": false,
|
|
1875
|
+
"filePath": "src/themes/hawaiian/color.json",
|
|
1876
|
+
"isSource": false,
|
|
1877
|
+
"original": {
|
|
1878
|
+
"value": "{color.gray.250.value}",
|
|
1879
|
+
"type": "semantic",
|
|
1880
|
+
"public": true,
|
|
1881
|
+
"default": true,
|
|
1882
|
+
"usage": "Disabled inverse text/icon color",
|
|
1883
|
+
"deprecated": false
|
|
1884
|
+
},
|
|
1885
|
+
"name": "ds-color-texticon-inverse-disabled",
|
|
1886
|
+
"attributes": {
|
|
1887
|
+
"category": "color",
|
|
1888
|
+
"type": "texticon",
|
|
1889
|
+
"item": "inverseDisabled"
|
|
1890
|
+
},
|
|
1891
|
+
"path": [
|
|
1892
|
+
"color",
|
|
1893
|
+
"texticon",
|
|
1894
|
+
"inverseDisabled"
|
|
1895
|
+
]
|
|
1896
|
+
},
|
|
1715
1897
|
"muted": {
|
|
1716
1898
|
"value": "#3d3d3d",
|
|
1717
1899
|
"type": "semantic",
|