@aurodesignsystem/design-tokens 5.0.5 → 5.1.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.
Files changed (39) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/README.md +187 -75
  3. package/dist/CSSCustomProperties--bundled.css +61 -49
  4. package/dist/alaska/CSSCustomProperties--alaska.css +38 -32
  5. package/dist/alaska/JSObject--allTokens.js +364 -182
  6. package/dist/alaska/SCSSVariables--alaska.scss +38 -32
  7. package/dist/alaska/SCSSVariablesMapFlat--alaska.scss +38 -32
  8. package/dist/alaska/primitives--alaska.scss +37 -37
  9. package/dist/alaska-classic/CSSCustomProperties--alaskaClassic.css +72 -0
  10. package/dist/alaska-classic/JSObject--allTokens.js +2306 -0
  11. package/dist/alaska-classic/SCSSVariables--alaskaClassic.scss +69 -0
  12. package/dist/alaska-classic/SCSSVariablesMapFlat--alaskaClassic.scss +73 -0
  13. package/dist/alaska-classic/primitives--alaskaClassic.scss +215 -0
  14. package/dist/auro-classic/CSSCustomProperties.css +1 -1
  15. package/dist/auro-classic/CSSSizeCustomProperties.css +1 -1
  16. package/dist/auro-classic/JSData--color.js +1 -1
  17. package/dist/auro-classic/JSObject--allTokens.js +25377 -0
  18. package/dist/auro-classic/JSObject--deprecated.js +1 -1
  19. package/dist/auro-classic/JSVariables--color.js +1 -1
  20. package/dist/auro-classic/SCSSVariableMap.scss +1 -1
  21. package/dist/auro-classic/SCSSVariables.scss +1 -1
  22. package/dist/auro-classic/SCSSVariablesMapFlat.scss +1 -1
  23. package/dist/auro-classic/SassCustomProperties.scss +1 -1
  24. package/dist/auro-classic/SassSizeCustomProperties.scss +1 -1
  25. package/dist/hawaiian/CSSCustomProperties--hawaiian.css +24 -18
  26. package/dist/hawaiian/JSObject--allTokens.js +336 -154
  27. package/dist/hawaiian/SCSSVariables--hawaiian.scss +24 -18
  28. package/dist/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +24 -18
  29. package/dist/hawaiian/primitives--hawaiian.scss +6 -6
  30. package/dist/transparent/CSSCustomProperties--transparent.css +1 -1
  31. package/package.json +1 -1
  32. package/src/primitives/alaska/color.json +84 -84
  33. package/src/primitives/alaska-classic/color.json +796 -0
  34. package/src/primitives/alaska-classic/typography.json +27 -0
  35. package/src/primitives/base/color.json +3 -3
  36. package/src/themes/alaska/color.json +112 -62
  37. package/src/themes/alaska-classic/color.json +444 -0
  38. package/src/themes/alaska-classic/typography.json +132 -0
  39. package/src/themes/hawaiian/color.json +97 -47
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 04 Mar 2025 18:58:10 GMT
3
+ * Generated on Thu, 06 Mar 2025 17:27:56 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -36,7 +36,7 @@ module.exports = {
36
36
  ]
37
37
  },
38
38
  "brand": {
39
- "value": "#265688",
39
+ "value": "#01426a",
40
40
  "type": "semantic",
41
41
  "public": true,
42
42
  "default": true,
@@ -45,7 +45,7 @@ module.exports = {
45
45
  "filePath": "src/themes/alaska/color.json",
46
46
  "isSource": false,
47
47
  "original": {
48
- "value": "{color.midnight.800.value}",
48
+ "value": "{color.brand.primary.value}",
49
49
  "type": "semantic",
50
50
  "public": true,
51
51
  "default": true,
@@ -211,95 +211,95 @@ module.exports = {
211
211
  }
212
212
  },
213
213
  "brand": {
214
- "accent1": {
215
- "value": "#778f53",
214
+ "primary": {
215
+ "value": "#01426a",
216
216
  "type": "semantic",
217
217
  "public": true,
218
218
  "default": true,
219
- "usage": "Brand accent color",
219
+ "usage": "Primary brand color",
220
220
  "deprecated": false,
221
221
  "filePath": "src/themes/alaska/color.json",
222
222
  "isSource": false,
223
223
  "original": {
224
- "value": "{color.tropical.600.value}",
224
+ "value": "{color.midnight.900.value}",
225
225
  "type": "semantic",
226
226
  "public": true,
227
227
  "default": true,
228
- "usage": "Brand accent color",
228
+ "usage": "Primary brand color",
229
229
  "deprecated": false
230
230
  },
231
- "name": "ds-color-brand-accent1",
231
+ "name": "ds-color-brand-primary",
232
232
  "attributes": {
233
233
  "category": "color",
234
234
  "type": "brand",
235
- "item": "accent1"
235
+ "item": "primary"
236
236
  },
237
237
  "path": [
238
238
  "color",
239
239
  "brand",
240
- "accent1"
240
+ "primary"
241
241
  ]
242
242
  },
243
- "primary": {
244
- "value": "#005fa7",
243
+ "primaryBold": {
244
+ "value": "#00274a",
245
245
  "type": "semantic",
246
246
  "public": true,
247
247
  "default": true,
248
- "usage": "Primary brand color",
248
+ "usage": "Bold primary brand color",
249
249
  "deprecated": false,
250
250
  "filePath": "src/themes/alaska/color.json",
251
251
  "isSource": false,
252
252
  "original": {
253
- "value": "{color.atlas.600.value}",
253
+ "value": "{color.midnight.1000.value}",
254
254
  "type": "semantic",
255
255
  "public": true,
256
256
  "default": true,
257
- "usage": "Primary brand color",
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": "primary"
264
+ "item": "primaryBold"
265
265
  },
266
266
  "path": [
267
267
  "color",
268
268
  "brand",
269
- "primary"
269
+ "primaryBold"
270
270
  ]
271
271
  },
272
- "primaryBold": {
273
- "value": "#003761",
272
+ "primaryMuted": {
273
+ "value": "#ebf3f9",
274
274
  "type": "semantic",
275
275
  "public": true,
276
276
  "default": true,
277
- "usage": "Bold primary brand color",
277
+ "usage": "Muted primary brand color",
278
278
  "deprecated": false,
279
279
  "filePath": "src/themes/alaska/color.json",
280
280
  "isSource": false,
281
281
  "original": {
282
- "value": "{color.atlas.800.value}",
282
+ "value": "{color.midnight.100.value}",
283
283
  "type": "semantic",
284
284
  "public": true,
285
285
  "default": true,
286
- "usage": "Bold primary brand color",
286
+ "usage": "Muted primary brand color",
287
287
  "deprecated": false
288
288
  },
289
- "name": "ds-color-brand-primary-bold",
289
+ "name": "ds-color-brand-primary-muted",
290
290
  "attributes": {
291
291
  "category": "color",
292
292
  "type": "brand",
293
- "item": "primaryBold"
293
+ "item": "primaryMuted"
294
294
  },
295
295
  "path": [
296
296
  "color",
297
297
  "brand",
298
- "primaryBold"
298
+ "primaryMuted"
299
299
  ]
300
300
  },
301
301
  "primarySubtle": {
302
- "value": "#289bee",
302
+ "value": "#2875b5",
303
303
  "type": "semantic",
304
304
  "public": true,
305
305
  "default": true,
@@ -308,7 +308,7 @@ module.exports = {
308
308
  "filePath": "src/themes/alaska/color.json",
309
309
  "isSource": false,
310
310
  "original": {
311
- "value": "{color.atlas.400.value}",
311
+ "value": "{color.midnight.600.value}",
312
312
  "type": "semantic",
313
313
  "public": true,
314
314
  "default": true,
@@ -328,7 +328,7 @@ module.exports = {
328
328
  ]
329
329
  },
330
330
  "secondary": {
331
- "value": "#265688",
331
+ "value": "#5de3f7",
332
332
  "type": "semantic",
333
333
  "public": true,
334
334
  "default": true,
@@ -337,7 +337,7 @@ module.exports = {
337
337
  "filePath": "src/themes/alaska/color.json",
338
338
  "isSource": false,
339
339
  "original": {
340
- "value": "{color.midnight.800.value}",
340
+ "value": "{color.bliss.500.value}",
341
341
  "type": "semantic",
342
342
  "public": true,
343
343
  "default": true,
@@ -357,7 +357,7 @@ module.exports = {
357
357
  ]
358
358
  },
359
359
  "secondaryBold": {
360
- "value": "#00274a",
360
+ "value": "#18c3dd",
361
361
  "type": "semantic",
362
362
  "public": true,
363
363
  "default": true,
@@ -366,7 +366,7 @@ module.exports = {
366
366
  "filePath": "src/themes/alaska/color.json",
367
367
  "isSource": false,
368
368
  "original": {
369
- "value": "{color.midnight.1000.value}",
369
+ "value": "{color.bliss.700.value}",
370
370
  "type": "semantic",
371
371
  "public": true,
372
372
  "default": true,
@@ -385,8 +385,37 @@ module.exports = {
385
385
  "secondaryBold"
386
386
  ]
387
387
  },
388
+ "secondaryMuted": {
389
+ "value": "#ebfafd",
390
+ "type": "semantic",
391
+ "public": true,
392
+ "default": true,
393
+ "usage": "Muted secondary brand color",
394
+ "deprecated": false,
395
+ "filePath": "src/themes/alaska/color.json",
396
+ "isSource": false,
397
+ "original": {
398
+ "value": "{color.bliss.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": "#2875b5",
418
+ "value": "#b4eff9",
390
419
  "type": "semantic",
391
420
  "public": true,
392
421
  "default": true,
@@ -395,7 +424,7 @@ module.exports = {
395
424
  "filePath": "src/themes/alaska/color.json",
396
425
  "isSource": false,
397
426
  "original": {
398
- "value": "{color.midnight.600.value}",
427
+ "value": "{color.bliss.300.value}",
399
428
  "type": "semantic",
400
429
  "public": true,
401
430
  "default": true,
@@ -415,7 +444,7 @@ module.exports = {
415
444
  ]
416
445
  },
417
446
  "tertiary": {
418
- "value": "#5de3f7",
447
+ "value": "#a3cd6a",
419
448
  "type": "semantic",
420
449
  "public": true,
421
450
  "default": true,
@@ -424,7 +453,7 @@ module.exports = {
424
453
  "filePath": "src/themes/alaska/color.json",
425
454
  "isSource": false,
426
455
  "original": {
427
- "value": "{color.breeze.500.value}",
456
+ "value": "{color.tropical.500.value}",
428
457
  "type": "semantic",
429
458
  "public": true,
430
459
  "default": true,
@@ -444,7 +473,7 @@ module.exports = {
444
473
  ]
445
474
  },
446
475
  "tertiaryBold": {
447
- "value": "#18c3dd",
476
+ "value": "#7daf3b",
448
477
  "type": "semantic",
449
478
  "public": true,
450
479
  "default": true,
@@ -453,7 +482,7 @@ module.exports = {
453
482
  "filePath": "src/themes/alaska/color.json",
454
483
  "isSource": false,
455
484
  "original": {
456
- "value": "{color.breeze.700.value}",
485
+ "value": "{color.tropical.700.value}",
457
486
  "type": "semantic",
458
487
  "public": true,
459
488
  "default": true,
@@ -472,8 +501,37 @@ module.exports = {
472
501
  "tertiaryBold"
473
502
  ]
474
503
  },
504
+ "tertiaryMuted": {
505
+ "value": "#eaf3dd",
506
+ "type": "semantic",
507
+ "public": true,
508
+ "default": true,
509
+ "usage": "Muted tertiary brand color",
510
+ "deprecated": false,
511
+ "filePath": "src/themes/alaska/color.json",
512
+ "isSource": false,
513
+ "original": {
514
+ "value": "{color.tropical.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
- "value": "#b4eff9",
534
+ "value": "#c9e1a7",
477
535
  "type": "semantic",
478
536
  "public": true,
479
537
  "default": true,
@@ -482,7 +540,7 @@ module.exports = {
482
540
  "filePath": "src/themes/alaska/color.json",
483
541
  "isSource": false,
484
542
  "original": {
485
- "value": "{color.breeze.300.value}",
543
+ "value": "{color.tropical.300.value}",
486
544
  "type": "semantic",
487
545
  "public": true,
488
546
  "default": true,
@@ -502,9 +560,9 @@ module.exports = {
502
560
  ]
503
561
  }
504
562
  },
505
- "fare": {
506
- "brandBasic": {
507
- "value": "#5de3f7",
563
+ "farebrand": {
564
+ "basiceconomy": {
565
+ "value": "#97eaf8",
508
566
  "type": "semantic",
509
567
  "public": true,
510
568
  "default": true,
@@ -513,26 +571,26 @@ module.exports = {
513
571
  "filePath": "src/themes/alaska/color.json",
514
572
  "isSource": false,
515
573
  "original": {
516
- "value": "{color.breeze.500.value}",
574
+ "value": "{color.bliss.400.value}",
517
575
  "type": "semantic",
518
576
  "public": true,
519
577
  "default": true,
520
578
  "usage": "Basic fare brand color",
521
579
  "deprecated": false
522
580
  },
523
- "name": "ds-color-fare-brand-basic",
581
+ "name": "ds-color-farebrand-basiceconomy",
524
582
  "attributes": {
525
583
  "category": "color",
526
- "type": "fare",
527
- "item": "brandBasic"
584
+ "type": "farebrand",
585
+ "item": "basiceconomy"
528
586
  },
529
587
  "path": [
530
588
  "color",
531
- "fare",
532
- "brandBasic"
589
+ "farebrand",
590
+ "basiceconomy"
533
591
  ]
534
592
  },
535
- "brandFirst": {
593
+ "businessFirst": {
536
594
  "value": "#00274a",
537
595
  "type": "semantic",
538
596
  "public": true,
@@ -549,20 +607,20 @@ module.exports = {
549
607
  "usage": "First class fare brand color",
550
608
  "deprecated": false
551
609
  },
552
- "name": "ds-color-fare-brand-first",
610
+ "name": "ds-color-farebrand-business-first",
553
611
  "attributes": {
554
612
  "category": "color",
555
- "type": "fare",
556
- "item": "brandFirst"
613
+ "type": "farebrand",
614
+ "item": "businessFirst"
557
615
  },
558
616
  "path": [
559
617
  "color",
560
- "fare",
561
- "brandFirst"
618
+ "farebrand",
619
+ "businessFirst"
562
620
  ]
563
621
  },
564
- "brandEconomy": {
565
- "value": "#005fa7",
622
+ "economy": {
623
+ "value": "#0074ca",
566
624
  "type": "semantic",
567
625
  "public": true,
568
626
  "default": true,
@@ -571,26 +629,26 @@ module.exports = {
571
629
  "filePath": "src/themes/alaska/color.json",
572
630
  "isSource": false,
573
631
  "original": {
574
- "value": "{color.atlas.600.value}",
632
+ "value": "{color.atlas.500.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-fare-brand-economy",
639
+ "name": "ds-color-farebrand-economy",
582
640
  "attributes": {
583
641
  "category": "color",
584
- "type": "fare",
585
- "item": "brandEconomy"
642
+ "type": "farebrand",
643
+ "item": "economy"
586
644
  },
587
645
  "path": [
588
646
  "color",
589
- "fare",
590
- "brandEconomy"
647
+ "farebrand",
648
+ "economy"
591
649
  ]
592
650
  },
593
- "brandPremium": {
651
+ "premiumeconomy": {
594
652
  "value": "#005154",
595
653
  "type": "semantic",
596
654
  "public": true,
@@ -607,109 +665,117 @@ module.exports = {
607
665
  "usage": "Premium fare brand color",
608
666
  "deprecated": false
609
667
  },
610
- "name": "ds-color-fare-brand-premium",
668
+ "name": "ds-color-farebrand-premiumeconomy",
611
669
  "attributes": {
612
670
  "category": "color",
613
- "type": "fare",
614
- "item": "brandPremium"
671
+ "type": "farebrand",
672
+ "item": "premiumeconomy"
615
673
  },
616
674
  "path": [
617
675
  "color",
618
- "fare",
619
- "brandPremium"
676
+ "farebrand",
677
+ "premiumeconomy"
620
678
  ]
621
679
  },
622
- "brandOneWorldEmerald": {
623
- "value": "#139142",
624
- "type": "semantic",
625
- "public": true,
626
- "default": true,
627
- "usage": "OneWorld Emerald brand color",
628
- "deprecated": false,
629
- "filePath": "src/themes/alaska/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
686
  "usage": "OneWorld Emerald brand color",
637
- "deprecated": false
638
- },
639
- "name": "ds-color-fare-brand-one-world-emerald",
640
- "attributes": {
641
- "category": "color",
642
- "type": "fare",
643
- "item": "brandOneWorldEmerald"
687
+ "deprecated": false,
688
+ "filePath": "src/themes/alaska/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
- "path": [
646
- "color",
647
- "fare",
648
- "brandOneWorldEmerald"
649
- ]
650
- },
651
- "brandOneWorldRuby": {
652
- "value": "#a41d4a",
653
- "type": "semantic",
654
- "public": true,
655
- "default": true,
656
- "usage": "OneWorld Ruby brand color",
657
- "deprecated": false,
658
- "filePath": "src/themes/alaska/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": "OneWorld Ruby brand color",
666
- "deprecated": false
667
- },
668
- "name": "ds-color-fare-brand-one-world-ruby",
669
- "attributes": {
670
- "category": "color",
671
- "type": "fare",
672
- "item": "brandOneWorldRuby"
717
+ "usage": "OneWorld Sapphire brand color",
718
+ "deprecated": false,
719
+ "filePath": "src/themes/alaska/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
- "path": [
675
- "color",
676
- "fare",
677
- "brandOneWorldRuby"
678
- ]
679
- },
680
- "brandOneWorldSapphire": {
681
- "value": "#015daa",
682
- "type": "semantic",
683
- "public": true,
684
- "default": true,
685
- "usage": "OneWorld Sapphire brand color",
686
- "deprecated": false,
687
- "filePath": "src/themes/alaska/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": "OneWorld Sapphire brand color",
695
- "deprecated": false
696
- },
697
- "name": "ds-color-fare-brand-one-world-sapphire",
698
- "attributes": {
699
- "category": "color",
700
- "type": "fare",
701
- "item": "brandOneWorldSapphire"
702
- },
703
- "path": [
704
- "color",
705
- "fare",
706
- "brandOneWorldSapphire"
707
- ]
748
+ "usage": "OneWorld Ruby brand color",
749
+ "deprecated": false,
750
+ "filePath": "src/themes/alaska/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
- "page": {
711
- "backgroundDefault": {
712
- "value": "#ffffff",
776
+ "pagebackground": {
777
+ "default": {
778
+ "value": "#ebfafd",
713
779
  "type": "semantic",
714
780
  "public": true,
715
781
  "default": true,
@@ -718,27 +784,27 @@ module.exports = {
718
784
  "filePath": "src/themes/alaska/color.json",
719
785
  "isSource": false,
720
786
  "original": {
721
- "value": "{color.white.value}",
787
+ "value": "{color.brand.secondaryMuted.value}",
722
788
  "type": "semantic",
723
789
  "public": true,
724
790
  "default": true,
725
791
  "usage": "Default page background color",
726
792
  "deprecated": false
727
793
  },
728
- "name": "ds-color-page-background-default",
794
+ "name": "ds-color-pagebackground-default",
729
795
  "attributes": {
730
796
  "category": "color",
731
- "type": "page",
732
- "item": "backgroundDefault"
797
+ "type": "pagebackground",
798
+ "item": "default"
733
799
  },
734
800
  "path": [
735
801
  "color",
736
- "page",
737
- "backgroundDefault"
802
+ "pagebackground",
803
+ "default"
738
804
  ]
739
805
  },
740
- "backgroundUtility": {
741
- "value": "#f7f8fa",
806
+ "utility": {
807
+ "value": "#ffffff",
742
808
  "type": "semantic",
743
809
  "public": true,
744
810
  "default": true,
@@ -747,23 +813,23 @@ module.exports = {
747
813
  "filePath": "src/themes/alaska/color.json",
748
814
  "isSource": false,
749
815
  "original": {
750
- "value": "{color.neutral.100.value}",
816
+ "value": "{color.white.value}",
751
817
  "type": "semantic",
752
818
  "public": true,
753
819
  "default": true,
754
820
  "usage": "Utility page background color",
755
821
  "deprecated": false
756
822
  },
757
- "name": "ds-color-page-background-utility",
823
+ "name": "ds-color-pagebackground-utility",
758
824
  "attributes": {
759
825
  "category": "color",
760
- "type": "page",
761
- "item": "backgroundUtility"
826
+ "type": "pagebackground",
827
+ "item": "utility"
762
828
  },
763
829
  "path": [
764
830
  "color",
765
- "page",
766
- "backgroundUtility"
831
+ "pagebackground",
832
+ "utility"
767
833
  ]
768
834
  }
769
835
  },
@@ -888,7 +954,7 @@ module.exports = {
888
954
  "filePath": "src/primitives/base/color.json",
889
955
  "isSource": true
890
956
  },
891
- "value": "#f15f65",
957
+ "value": "#e53339",
892
958
  "type": "semantic",
893
959
  "public": true,
894
960
  "default": true,
@@ -987,7 +1053,7 @@ module.exports = {
987
1053
  "filePath": "src/primitives/base/color.json",
988
1054
  "isSource": true
989
1055
  },
990
- "value": "{color.status.error.400.value}",
1056
+ "value": "{color.status.error.600.value}",
991
1057
  "type": "semantic",
992
1058
  "public": true,
993
1059
  "default": true,
@@ -1036,7 +1102,7 @@ module.exports = {
1036
1102
  ]
1037
1103
  },
1038
1104
  "info": {
1039
- "value": "#005fa7",
1105
+ "value": "#01426a",
1040
1106
  "type": "semantic",
1041
1107
  "public": true,
1042
1108
  "default": true,
@@ -1045,7 +1111,7 @@ module.exports = {
1045
1111
  "filePath": "src/themes/alaska/color.json",
1046
1112
  "isSource": false,
1047
1113
  "original": {
1048
- "value": "{color.atlas.600.value}",
1114
+ "value": "{color.brand.primary.value}",
1049
1115
  "type": "semantic",
1050
1116
  "public": true,
1051
1117
  "default": true,
@@ -1065,7 +1131,7 @@ module.exports = {
1065
1131
  ]
1066
1132
  },
1067
1133
  "infoSubtle": {
1068
- "value": "#aedeff",
1134
+ "value": "#e8f2f8",
1069
1135
  "type": "semantic",
1070
1136
  "public": true,
1071
1137
  "default": true,
@@ -1074,7 +1140,7 @@ module.exports = {
1074
1140
  "filePath": "src/themes/alaska/color.json",
1075
1141
  "isSource": false,
1076
1142
  "original": {
1077
- "value": "{color.atlas.200.value}",
1143
+ "value": "{color.status.help.100.value}",
1078
1144
  "type": "semantic",
1079
1145
  "public": true,
1080
1146
  "default": true,
@@ -1184,7 +1250,7 @@ module.exports = {
1184
1250
  "filePath": "src/primitives/base/color.json",
1185
1251
  "isSource": true
1186
1252
  },
1187
- "value": "#7ac248",
1253
+ "value": "#529325",
1188
1254
  "type": "semantic",
1189
1255
  "public": true,
1190
1256
  "default": true,
@@ -1283,7 +1349,7 @@ module.exports = {
1283
1349
  "filePath": "src/primitives/base/color.json",
1284
1350
  "isSource": true
1285
1351
  },
1286
- "value": "{color.status.success.400.value}",
1352
+ "value": "{color.status.success.600.value}",
1287
1353
  "type": "semantic",
1288
1354
  "public": true,
1289
1355
  "default": true,
@@ -1392,7 +1458,7 @@ module.exports = {
1392
1458
  },
1393
1459
  "surface": {
1394
1460
  "accent1": {
1395
- "value": "#265688",
1461
+ "value": "#5de3f7",
1396
1462
  "type": "semantic",
1397
1463
  "public": true,
1398
1464
  "default": true,
@@ -1401,7 +1467,7 @@ module.exports = {
1401
1467
  "filePath": "src/themes/alaska/color.json",
1402
1468
  "isSource": false,
1403
1469
  "original": {
1404
- "value": "{color.midnight.800.value}",
1470
+ "value": "{color.brand.secondary.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": "#ebf7ff",
1490
+ "value": "#ebfafd",
1425
1491
  "type": "semantic",
1426
1492
  "public": true,
1427
1493
  "default": true,
@@ -1430,7 +1496,7 @@ module.exports = {
1430
1496
  "filePath": "src/themes/alaska/color.json",
1431
1497
  "isSource": false,
1432
1498
  "original": {
1433
- "value": "{color.atlas.100.value}",
1499
+ "value": "{color.brand.secondaryMuted.value}",
1434
1500
  "type": "semantic",
1435
1501
  "public": true,
1436
1502
  "default": true,
@@ -1449,6 +1515,93 @@ module.exports = {
1449
1515
  "accent1Muted"
1450
1516
  ]
1451
1517
  },
1518
+ "accent1Subtle": {
1519
+ "value": "#b4eff9",
1520
+ "type": "semantic",
1521
+ "public": true,
1522
+ "default": true,
1523
+ "usage": "Subtle accent surface color",
1524
+ "deprecated": false,
1525
+ "filePath": "src/themes/alaska/color.json",
1526
+ "isSource": false,
1527
+ "original": {
1528
+ "value": "{color.brand.secondarySubtle.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": "#a3cd6a",
1549
+ "type": "semantic",
1550
+ "public": true,
1551
+ "default": true,
1552
+ "usage": "Accent surface color",
1553
+ "deprecated": false,
1554
+ "filePath": "src/themes/alaska/color.json",
1555
+ "isSource": false,
1556
+ "original": {
1557
+ "value": "{color.brand.tertiary.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": "#eaf3dd",
1578
+ "type": "semantic",
1579
+ "public": true,
1580
+ "default": true,
1581
+ "usage": "Muted accent surface color",
1582
+ "deprecated": false,
1583
+ "filePath": "src/themes/alaska/color.json",
1584
+ "isSource": false,
1585
+ "original": {
1586
+ "value": "{color.brand.tertiaryMuted.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",
@@ -1479,7 +1632,7 @@ module.exports = {
1479
1632
  ]
1480
1633
  },
1481
1634
  "inverse": {
1482
- "value": "#01426a",
1635
+ "value": "#00274a",
1483
1636
  "type": "semantic",
1484
1637
  "public": true,
1485
1638
  "default": true,
@@ -1488,7 +1641,7 @@ module.exports = {
1488
1641
  "filePath": "src/themes/alaska/color.json",
1489
1642
  "isSource": false,
1490
1643
  "original": {
1491
- "value": "{color.midnight.900.value}",
1644
+ "value": "{color.brand.primaryBold.value}",
1492
1645
  "type": "semantic",
1493
1646
  "public": true,
1494
1647
  "default": true,
@@ -1508,7 +1661,7 @@ module.exports = {
1508
1661
  ]
1509
1662
  },
1510
1663
  "inverseSubtle": {
1511
- "value": "#265688",
1664
+ "value": "#2875b5",
1512
1665
  "type": "semantic",
1513
1666
  "public": true,
1514
1667
  "default": true,
@@ -1517,7 +1670,7 @@ module.exports = {
1517
1670
  "filePath": "src/themes/alaska/color.json",
1518
1671
  "isSource": false,
1519
1672
  "original": {
1520
- "value": "{color.midnight.800.value}",
1673
+ "value": "{color.brand.primarySubtle.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": "#f7f7f7",
1722
+ "value": "#f2f2f2",
1570
1723
  "type": "semantic",
1571
1724
  "public": true,
1572
1725
  "default": true,
@@ -1597,7 +1750,7 @@ module.exports = {
1597
1750
  },
1598
1751
  "texticon": {
1599
1752
  "accent1": {
1600
- "value": "#265688",
1753
+ "value": "#00274a",
1601
1754
  "type": "semantic",
1602
1755
  "public": true,
1603
1756
  "default": true,
@@ -1606,7 +1759,7 @@ module.exports = {
1606
1759
  "filePath": "src/themes/alaska/color.json",
1607
1760
  "isSource": false,
1608
1761
  "original": {
1609
- "value": "{color.midnight.800.value}",
1762
+ "value": "{color.brand.primaryBold.value}",
1610
1763
  "type": "semantic",
1611
1764
  "public": true,
1612
1765
  "default": true,
@@ -1655,7 +1808,7 @@ module.exports = {
1655
1808
  ]
1656
1809
  },
1657
1810
  "disabled": {
1658
- "value": "#adadad",
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/alaska/color.json",
1665
1818
  "isSource": false,
1666
1819
  "original": {
1667
- "value": "{color.gray.400.value}",
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/alaska/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": "#676767",
1717
1899
  "type": "semantic",