@aurodesignsystem/design-tokens 8.2.2 → 8.3.1

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 (68) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/dist/legacy/auro-classic/CSSCustomProperties.css +12 -12
  3. package/dist/legacy/auro-classic/CSSSizeCustomProperties.css +1 -1
  4. package/dist/legacy/auro-classic/JSData--color.js +1 -1
  5. package/dist/legacy/auro-classic/JSONVariablesFlat.json +11 -11
  6. package/dist/legacy/auro-classic/JSONVariablesNested.json +11 -11
  7. package/dist/legacy/auro-classic/JSObject--allTokens.js +1 -1
  8. package/dist/legacy/auro-classic/JSObject--deprecated.js +1 -1
  9. package/dist/legacy/auro-classic/JSVariables--color.js +1 -1
  10. package/dist/legacy/auro-classic/SCSSVariableMap.scss +1 -1
  11. package/dist/legacy/auro-classic/SCSSVariables.scss +12 -12
  12. package/dist/legacy/auro-classic/SCSSVariablesMapFlat.scss +12 -12
  13. package/dist/legacy/auro-classic/SassCustomProperties.scss +12 -12
  14. package/dist/legacy/auro-classic/SassSizeCustomProperties.scss +1 -1
  15. package/dist/legacy/transparent/CSSCustomProperties--transparent.css +1 -1
  16. package/dist/primitives/base/JSONVariablesNested--primitivesBase.json +2 -1
  17. package/dist/primitives/base/JSObject--allTokens.js +26 -1
  18. package/dist/primitives/base/SCSSVariables--primitivesBase.scss +2 -1
  19. package/dist/primitives/base/SCSSVariablesMapFlat--primitivesBase.scss +2 -1
  20. package/dist/themes/CSSCustomProperties--bundled.css +53 -23
  21. package/dist/themes/CSSCustomProperties--bundled.min.css +1 -1
  22. package/dist/themes/alaska/CSSCustomProperties--alaska.css +11 -5
  23. package/dist/themes/alaska/CSSCustomProperties--alaska.min.css +1 -1
  24. package/dist/themes/alaska/JSONVariablesNested--alaska.json +12 -5
  25. package/dist/themes/alaska/JSObject--allTokens.js +200 -9
  26. package/dist/themes/alaska/SCSSVariables--alaska.scss +12 -5
  27. package/dist/themes/alaska/SCSSVariablesMapFlat--alaska.scss +12 -5
  28. package/dist/themes/alaska/primitives--alaska.scss +2 -1
  29. package/dist/themes/alaska-classic/CSSCustomProperties--alaskaClassic.css +11 -5
  30. package/dist/themes/alaska-classic/CSSCustomProperties--alaskaClassic.min.css +1 -1
  31. package/dist/themes/alaska-classic/JSONVariablesNested--alaskaClassic.json +12 -5
  32. package/dist/themes/alaska-classic/JSObject--allTokens.js +200 -9
  33. package/dist/themes/alaska-classic/SCSSVariables--alaskaClassic.scss +12 -5
  34. package/dist/themes/alaska-classic/SCSSVariablesMapFlat--alaskaClassic.scss +12 -5
  35. package/dist/themes/alaska-classic/primitives--alaskaClassic.scss +2 -1
  36. package/dist/themes/auro-1/CSSCustomProperties--auro1.css +12 -6
  37. package/dist/themes/auro-1/CSSCustomProperties--auro1.min.css +1 -1
  38. package/dist/themes/auro-1/JSONVariablesNested--auro1.json +13 -6
  39. package/dist/themes/auro-1/JSObject--allTokens.js +200 -9
  40. package/dist/themes/auro-1/SCSSVariables--auro1.scss +13 -6
  41. package/dist/themes/auro-1/SCSSVariablesMapFlat--auro1.scss +13 -6
  42. package/dist/themes/auro-1/primitives--auro1.scss +2 -1
  43. package/dist/themes/auro-2/CSSCustomProperties--auro2.css +12 -6
  44. package/dist/themes/auro-2/CSSCustomProperties--auro2.min.css +1 -1
  45. package/dist/themes/auro-2/JSONVariablesNested--auro2.json +13 -6
  46. package/dist/themes/auro-2/JSObject--allTokens.js +200 -9
  47. package/dist/themes/auro-2/SCSSVariables--auro2.scss +13 -6
  48. package/dist/themes/auro-2/SCSSVariablesMapFlat--auro2.scss +13 -6
  49. package/dist/themes/auro-2/primitives--auro2.scss +2 -1
  50. package/dist/themes/hawaiian/CSSCustomProperties--hawaiian.css +11 -5
  51. package/dist/themes/hawaiian/CSSCustomProperties--hawaiian.min.css +1 -1
  52. package/dist/themes/hawaiian/JSONVariablesNested--hawaiian.json +12 -5
  53. package/dist/themes/hawaiian/JSObject--allTokens.js +200 -9
  54. package/dist/themes/hawaiian/SCSSVariables--hawaiian.scss +12 -5
  55. package/dist/themes/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +12 -5
  56. package/dist/themes/hawaiian/primitives--hawaiian.scss +2 -1
  57. package/package.json +7 -7
  58. package/src/primitives/base/type/family.json +6 -0
  59. package/src/themes/alaska/advanced/color/shared.json +14 -0
  60. package/src/themes/alaska/basic/type/family.json +28 -4
  61. package/src/themes/alaska-classic/advanced/color/shared.json +14 -0
  62. package/src/themes/alaska-classic/basic/type/family.json +28 -4
  63. package/src/themes/auro-1/advanced/color/shared.json +14 -0
  64. package/src/themes/auro-1/basic/type/family.json +28 -4
  65. package/src/themes/auro-2/advanced/color/shared.json +14 -0
  66. package/src/themes/auro-2/basic/type/family.json +28 -4
  67. package/src/themes/hawaiian/advanced/color/shared.json +14 -0
  68. package/src/themes/hawaiian/basic/type/family.json +28 -4
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 18 Jul 2025 18:00:18 GMT
3
+ * Generated on Mon, 04 Aug 2025 20:38:24 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -30,6 +30,31 @@ module.exports = {
30
30
  "family",
31
31
  "fallback"
32
32
  ]
33
+ },
34
+ "fallbackSerif": {
35
+ "deprecated": false,
36
+ "public": true,
37
+ "type": "primitive",
38
+ "value": "Georgia, serif",
39
+ "filePath": "src/primitives/base/type/family.json",
40
+ "isSource": false,
41
+ "original": {
42
+ "deprecated": false,
43
+ "public": true,
44
+ "type": "primitive",
45
+ "value": "Georgia, serif"
46
+ },
47
+ "name": "ds-type-family-fallback-serif",
48
+ "attributes": {
49
+ "category": "type",
50
+ "type": "family",
51
+ "item": "fallbackSerif"
52
+ },
53
+ "path": [
54
+ "type",
55
+ "family",
56
+ "fallbackSerif"
57
+ ]
33
58
  }
34
59
  },
35
60
  "letterSpacing": {
@@ -3802,6 +3827,64 @@ module.exports = {
3802
3827
  "backgroundStrong"
3803
3828
  ]
3804
3829
  },
3830
+ "emphasizedBackground": {
3831
+ "deprecated": false,
3832
+ "public": true,
3833
+ "type": "semantic",
3834
+ "usage": "Emphasized background color",
3835
+ "value": "#edeaf4",
3836
+ "filePath": "src/themes/hawaiian/advanced/color/shared.json",
3837
+ "isSource": false,
3838
+ "original": {
3839
+ "deprecated": false,
3840
+ "public": true,
3841
+ "type": "semantic",
3842
+ "usage": "Emphasized background color",
3843
+ "value": "{basic.color.surface.accent1Muted.value}"
3844
+ },
3845
+ "name": "ds-advanced-color-shared-emphasized-background",
3846
+ "attributes": {
3847
+ "category": "advanced",
3848
+ "type": "color",
3849
+ "item": "shared",
3850
+ "subitem": "emphasizedBackground"
3851
+ },
3852
+ "path": [
3853
+ "advanced",
3854
+ "color",
3855
+ "shared",
3856
+ "emphasizedBackground"
3857
+ ]
3858
+ },
3859
+ "emphasizedBackgroundHover": {
3860
+ "deprecated": false,
3861
+ "public": true,
3862
+ "type": "semantic",
3863
+ "usage": "Emphasized background hover color",
3864
+ "value": "#ccc5e0",
3865
+ "filePath": "src/themes/hawaiian/advanced/color/shared.json",
3866
+ "isSource": false,
3867
+ "original": {
3868
+ "deprecated": false,
3869
+ "public": true,
3870
+ "type": "semantic",
3871
+ "usage": "Emphasized background hover color",
3872
+ "value": "{color.royalpurple.200.value}"
3873
+ },
3874
+ "name": "ds-advanced-color-shared-emphasized-background-hover",
3875
+ "attributes": {
3876
+ "category": "advanced",
3877
+ "type": "color",
3878
+ "item": "shared",
3879
+ "subitem": "emphasizedBackgroundHover"
3880
+ },
3881
+ "path": [
3882
+ "advanced",
3883
+ "color",
3884
+ "shared",
3885
+ "emphasizedBackgroundHover"
3886
+ ]
3887
+ },
3805
3888
  "scrim": {
3806
3889
  "deprecated": false,
3807
3890
  "public": true,
@@ -6538,14 +6621,14 @@ module.exports = {
6538
6621
  "deprecated": false,
6539
6622
  "public": true,
6540
6623
  "type": "semantic",
6541
- "value": "Slate Pro, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif",
6624
+ "value": "Slate Pro",
6542
6625
  "filePath": "src/themes/hawaiian/basic/type/family.json",
6543
6626
  "isSource": false,
6544
6627
  "original": {
6545
6628
  "deprecated": false,
6546
6629
  "public": true,
6547
6630
  "type": "semantic",
6548
- "value": "{basic.type.brand.familyPrimary.value}, {type.family.fallback.value}"
6631
+ "value": "{basic.type.brand.familyPrimary.value}"
6549
6632
  },
6550
6633
  "name": "ds-basic-type-family-accent",
6551
6634
  "attributes": {
@@ -6561,18 +6644,45 @@ module.exports = {
6561
6644
  "accent"
6562
6645
  ]
6563
6646
  },
6647
+ "accentFallback": {
6648
+ "deprecated": false,
6649
+ "public": true,
6650
+ "type": "semantic",
6651
+ "value": "system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif",
6652
+ "filePath": "src/themes/hawaiian/basic/type/family.json",
6653
+ "isSource": false,
6654
+ "original": {
6655
+ "deprecated": false,
6656
+ "public": true,
6657
+ "type": "semantic",
6658
+ "value": "{type.family.fallback.value}"
6659
+ },
6660
+ "name": "ds-basic-type-family-accent-fallback",
6661
+ "attributes": {
6662
+ "category": "basic",
6663
+ "type": "type",
6664
+ "item": "family",
6665
+ "subitem": "accentFallback"
6666
+ },
6667
+ "path": [
6668
+ "basic",
6669
+ "type",
6670
+ "family",
6671
+ "accentFallback"
6672
+ ]
6673
+ },
6564
6674
  "body": {
6565
6675
  "deprecated": false,
6566
6676
  "public": true,
6567
6677
  "type": "semantic",
6568
- "value": "Slate Pro, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif",
6678
+ "value": "Slate Pro",
6569
6679
  "filePath": "src/themes/hawaiian/basic/type/family.json",
6570
6680
  "isSource": false,
6571
6681
  "original": {
6572
6682
  "deprecated": false,
6573
6683
  "public": true,
6574
6684
  "type": "semantic",
6575
- "value": "{basic.type.brand.familyPrimary.value}, {type.family.fallback.value}"
6685
+ "value": "{basic.type.brand.familyPrimary.value}"
6576
6686
  },
6577
6687
  "name": "ds-basic-type-family-body",
6578
6688
  "attributes": {
@@ -6588,18 +6698,45 @@ module.exports = {
6588
6698
  "body"
6589
6699
  ]
6590
6700
  },
6701
+ "bodyFallback": {
6702
+ "deprecated": false,
6703
+ "public": true,
6704
+ "type": "semantic",
6705
+ "value": "system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif",
6706
+ "filePath": "src/themes/hawaiian/basic/type/family.json",
6707
+ "isSource": false,
6708
+ "original": {
6709
+ "deprecated": false,
6710
+ "public": true,
6711
+ "type": "semantic",
6712
+ "value": "{type.family.fallback.value}"
6713
+ },
6714
+ "name": "ds-basic-type-family-body-fallback",
6715
+ "attributes": {
6716
+ "category": "basic",
6717
+ "type": "type",
6718
+ "item": "family",
6719
+ "subitem": "bodyFallback"
6720
+ },
6721
+ "path": [
6722
+ "basic",
6723
+ "type",
6724
+ "family",
6725
+ "bodyFallback"
6726
+ ]
6727
+ },
6591
6728
  "display": {
6592
6729
  "deprecated": false,
6593
6730
  "public": true,
6594
6731
  "type": "semantic",
6595
- "value": "Chronicle Display, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif",
6732
+ "value": "Chronicle Display",
6596
6733
  "filePath": "src/themes/hawaiian/basic/type/family.json",
6597
6734
  "isSource": false,
6598
6735
  "original": {
6599
6736
  "deprecated": false,
6600
6737
  "public": true,
6601
6738
  "type": "semantic",
6602
- "value": "{basic.type.brand.familySecondary.value}, {type.family.fallback.value}"
6739
+ "value": "{basic.type.brand.familySecondary.value}"
6603
6740
  },
6604
6741
  "name": "ds-basic-type-family-display",
6605
6742
  "attributes": {
@@ -6615,18 +6752,45 @@ module.exports = {
6615
6752
  "display"
6616
6753
  ]
6617
6754
  },
6755
+ "displayFallback": {
6756
+ "deprecated": false,
6757
+ "public": true,
6758
+ "type": "semantic",
6759
+ "value": "Georgia, serif",
6760
+ "filePath": "src/themes/hawaiian/basic/type/family.json",
6761
+ "isSource": false,
6762
+ "original": {
6763
+ "deprecated": false,
6764
+ "public": true,
6765
+ "type": "semantic",
6766
+ "value": "{type.family.fallbackSerif.value}"
6767
+ },
6768
+ "name": "ds-basic-type-family-display-fallback",
6769
+ "attributes": {
6770
+ "category": "basic",
6771
+ "type": "type",
6772
+ "item": "family",
6773
+ "subitem": "displayFallback"
6774
+ },
6775
+ "path": [
6776
+ "basic",
6777
+ "type",
6778
+ "family",
6779
+ "displayFallback"
6780
+ ]
6781
+ },
6618
6782
  "heading": {
6619
6783
  "deprecated": false,
6620
6784
  "public": true,
6621
6785
  "type": "semantic",
6622
- "value": "Slate Pro, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif",
6786
+ "value": "Slate Pro",
6623
6787
  "filePath": "src/themes/hawaiian/basic/type/family.json",
6624
6788
  "isSource": false,
6625
6789
  "original": {
6626
6790
  "deprecated": false,
6627
6791
  "public": true,
6628
6792
  "type": "semantic",
6629
- "value": "{basic.type.brand.familyPrimary.value}, {type.family.fallback.value}"
6793
+ "value": "{basic.type.brand.familyPrimary.value}"
6630
6794
  },
6631
6795
  "name": "ds-basic-type-family-heading",
6632
6796
  "attributes": {
@@ -6641,6 +6805,33 @@ module.exports = {
6641
6805
  "family",
6642
6806
  "heading"
6643
6807
  ]
6808
+ },
6809
+ "headingFallback": {
6810
+ "deprecated": false,
6811
+ "public": true,
6812
+ "type": "semantic",
6813
+ "value": "system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif",
6814
+ "filePath": "src/themes/hawaiian/basic/type/family.json",
6815
+ "isSource": false,
6816
+ "original": {
6817
+ "deprecated": false,
6818
+ "public": true,
6819
+ "type": "semantic",
6820
+ "value": "{type.family.fallback.value}"
6821
+ },
6822
+ "name": "ds-basic-type-family-heading-fallback",
6823
+ "attributes": {
6824
+ "category": "basic",
6825
+ "type": "type",
6826
+ "item": "family",
6827
+ "subitem": "headingFallback"
6828
+ },
6829
+ "path": [
6830
+ "basic",
6831
+ "type",
6832
+ "family",
6833
+ "headingFallback"
6834
+ ]
6644
6835
  }
6645
6836
  },
6646
6837
  "letterSpacing": {
@@ -1,8 +1,9 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 18 Jul 2025 18:00:18 GMT
3
+ // Generated on Mon, 04 Aug 2025 20:38:24 GMT
4
4
 
5
5
  $ds-type-family-fallback: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
6
+ $ds-type-family-fallback-serif: Georgia, serif;
6
7
  $ds-type-letter-spacing-0: 0;
7
8
  $ds-type-letter-spacing-005: 0.05em;
8
9
  $ds-type-letter-spacing-010: 0.10em;
@@ -133,6 +134,8 @@ $ds-advanced-color-shared-background-inverse-disabled: rgba(255, 255, 255, 0.1);
133
134
  $ds-advanced-color-shared-background-inverse-hover: rgba(255, 255, 255, 0.2);
134
135
  $ds-advanced-color-shared-background-muted: #f7f7f7;
135
136
  $ds-advanced-color-shared-background-strong: #7e7e7e;
137
+ $ds-advanced-color-shared-emphasized-background: #edeaf4;
138
+ $ds-advanced-color-shared-emphasized-background-hover: #ccc5e0;
136
139
  $ds-advanced-color-shared-scrim: rgba(0, 0, 0, 0.5);
137
140
  $ds-advanced-color-shared-text-accent: #463c8f;
138
141
  $ds-advanced-color-skeleton-background: #f7f8fa;
@@ -225,10 +228,14 @@ $ds-basic-type-brand-line-height-secondary: 1;
225
228
  $ds-basic-type-brand-letter-spacing-primary: 0;
226
229
  $ds-basic-type-brand-letter-spacing-secondary: 0.05em;
227
230
  $ds-basic-type-brand-letter-spacing-tertiary: 0.10em;
228
- $ds-basic-type-family-accent: "Slate Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
229
- $ds-basic-type-family-body: "Slate Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
230
- $ds-basic-type-family-display: "Chronicle Display", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
231
- $ds-basic-type-family-heading: "Slate Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
231
+ $ds-basic-type-family-accent: "Slate Pro";
232
+ $ds-basic-type-family-accent-fallback: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
233
+ $ds-basic-type-family-body: "Slate Pro";
234
+ $ds-basic-type-family-body-fallback: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
235
+ $ds-basic-type-family-display: "Chronicle Display";
236
+ $ds-basic-type-family-display-fallback: Georgia, serif;
237
+ $ds-basic-type-family-heading: "Slate Pro";
238
+ $ds-basic-type-family-heading-fallback: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
232
239
  $ds-basic-type-letter-spacing-accent: 0.05em;
233
240
  $ds-basic-type-letter-spacing-accent2: 0.10em;
234
241
  $ds-basic-type-letter-spacing-body: 0;
@@ -1,11 +1,12 @@
1
1
 
2
2
  /*
3
3
  Do not edit directly
4
- Generated on Fri, 18 Jul 2025 18:00:18 GMT
4
+ Generated on Mon, 04 Aug 2025 20:38:24 GMT
5
5
  */
6
6
 
7
7
  $auroTokens: (
8
8
  'ds-type-family-fallback': (system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif),
9
+ 'ds-type-family-fallback-serif': (Georgia, serif),
9
10
  'ds-type-letter-spacing-0': (0),
10
11
  'ds-type-letter-spacing-005': (0.05em),
11
12
  'ds-type-letter-spacing-010': (0.10em),
@@ -136,6 +137,8 @@ $auroTokens: (
136
137
  'ds-advanced-color-shared-background-inverse-hover': (rgba(255, 255, 255, 0.2)),
137
138
  'ds-advanced-color-shared-background-muted': (#f7f7f7),
138
139
  'ds-advanced-color-shared-background-strong': (#7e7e7e),
140
+ 'ds-advanced-color-shared-emphasized-background': (#edeaf4),
141
+ 'ds-advanced-color-shared-emphasized-background-hover': (#ccc5e0),
139
142
  'ds-advanced-color-shared-scrim': (rgba(0, 0, 0, 0.5)),
140
143
  'ds-advanced-color-shared-text-accent': (#463c8f),
141
144
  'ds-advanced-color-skeleton-background': (#f7f8fa),
@@ -228,10 +231,14 @@ $auroTokens: (
228
231
  'ds-basic-type-brand-letter-spacing-primary': (0),
229
232
  'ds-basic-type-brand-letter-spacing-secondary': (0.05em),
230
233
  'ds-basic-type-brand-letter-spacing-tertiary': (0.10em),
231
- 'ds-basic-type-family-accent': ("Slate Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif),
232
- 'ds-basic-type-family-body': ("Slate Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif),
233
- 'ds-basic-type-family-display': ("Chronicle Display", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif),
234
- 'ds-basic-type-family-heading': ("Slate Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif),
234
+ 'ds-basic-type-family-accent': ("Slate Pro"),
235
+ 'ds-basic-type-family-accent-fallback': (system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif),
236
+ 'ds-basic-type-family-body': ("Slate Pro"),
237
+ 'ds-basic-type-family-body-fallback': (system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif),
238
+ 'ds-basic-type-family-display': ("Chronicle Display"),
239
+ 'ds-basic-type-family-display-fallback': (Georgia, serif),
240
+ 'ds-basic-type-family-heading': ("Slate Pro"),
241
+ 'ds-basic-type-family-heading-fallback': (system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif),
235
242
  'ds-basic-type-letter-spacing-accent': (0.05em),
236
243
  'ds-basic-type-letter-spacing-accent2': (0.10em),
237
244
  'ds-basic-type-letter-spacing-body': (0),
@@ -1,8 +1,9 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 18 Jul 2025 18:00:18 GMT
3
+ // Generated on Mon, 04 Aug 2025 20:38:24 GMT
4
4
 
5
5
  $ha-type-family-fallback: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
6
+ $ha-type-family-fallback-serif: Georgia, serif;
6
7
  $ha-type-letter-spacing-0: 0;
7
8
  $ha-type-letter-spacing-005: 0.05em;
8
9
  $ha-type-letter-spacing-010: 0.10em;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aurodesignsystem/design-tokens",
3
- "version": "8.2.2",
3
+ "version": "8.3.1",
4
4
  "description": "Alaska Air Auro Design System token repository",
5
5
  "homepage": "https://github.com/AlaskaAirlines/DesignTokens",
6
6
  "author": "Alaska Airlines Product design and engineering",
@@ -16,18 +16,18 @@
16
16
  },
17
17
  "dependencies": {
18
18
  "chalk": "^5.4.1",
19
- "postcss": "^8.5.3"
19
+ "postcss": "^8.5.6"
20
20
  },
21
21
  "devDependencies": {
22
- "@commitlint/cli": "^19.8.0",
23
- "@commitlint/config-conventional": "^19.8.0",
22
+ "@commitlint/cli": "^19.8.1",
23
+ "@commitlint/config-conventional": "^19.8.1",
24
24
  "@semantic-release/changelog": "^6.0.3",
25
25
  "@semantic-release/git": "^10.0.1",
26
- "@semantic-release/npm": "^12.0.1",
27
- "cssnano": "^7.0.7",
26
+ "@semantic-release/npm": "^12.0.2",
27
+ "cssnano": "^7.1.0",
28
28
  "husky": "^9.1.7",
29
29
  "npm-run-all": "^4.1.5",
30
- "semantic-release": "^24.2.3",
30
+ "semantic-release": "^24.2.7",
31
31
  "style-dictionary": "^3.9.2"
32
32
  },
33
33
  "scripts": {
@@ -6,6 +6,12 @@
6
6
  "public": true,
7
7
  "type": "primitive",
8
8
  "value": "system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif"
9
+ },
10
+ "fallbackSerif": {
11
+ "deprecated": false,
12
+ "public": true,
13
+ "type": "primitive",
14
+ "value": "Georgia, serif"
9
15
  }
10
16
  }
11
17
  }
@@ -44,6 +44,20 @@
44
44
  "usage": "Component background strong color",
45
45
  "value": "{color.gray.600.value}"
46
46
  },
47
+ "emphasizedBackground": {
48
+ "deprecated": false,
49
+ "public": true,
50
+ "type": "semantic",
51
+ "usage": "Emphasized background color",
52
+ "value": "rgba(1, 66, 106, 0.1)"
53
+ },
54
+ "emphasizedBackgroundHover": {
55
+ "deprecated": false,
56
+ "public": true,
57
+ "type": "semantic",
58
+ "usage": "Emphasized background hover color",
59
+ "value": "rgba(1, 66, 106, 0.2)"
60
+ },
47
61
  "scrim": {
48
62
  "deprecated": false,
49
63
  "public": true,
@@ -6,25 +6,49 @@
6
6
  "deprecated": false,
7
7
  "public": true,
8
8
  "type": "semantic",
9
- "value": "{basic.type.brand.familySecondary.value}, {type.family.fallback.value}"
9
+ "value": "{basic.type.brand.familySecondary.value}"
10
+ },
11
+ "accentFallback": {
12
+ "deprecated": false,
13
+ "public": true,
14
+ "type": "semantic",
15
+ "value": "{type.family.fallback.value}"
10
16
  },
11
17
  "body": {
12
18
  "deprecated": false,
13
19
  "public": true,
14
20
  "type": "semantic",
15
- "value": "{basic.type.brand.familyPrimary.value}, {type.family.fallback.value}"
21
+ "value": "{basic.type.brand.familyPrimary.value}"
22
+ },
23
+ "bodyFallback": {
24
+ "deprecated": false,
25
+ "public": true,
26
+ "type": "semantic",
27
+ "value": "{type.family.fallback.value}"
16
28
  },
17
29
  "display": {
18
30
  "deprecated": false,
19
31
  "public": true,
20
32
  "type": "semantic",
21
- "value": "{basic.type.brand.familyPrimary.value}, {type.family.fallback.value}"
33
+ "value": "{basic.type.brand.familyPrimary.value}"
34
+ },
35
+ "displayFallback": {
36
+ "deprecated": false,
37
+ "public": true,
38
+ "type": "semantic",
39
+ "value": "{type.family.fallback.value}"
22
40
  },
23
41
  "heading": {
24
42
  "deprecated": false,
25
43
  "public": true,
26
44
  "type": "semantic",
27
- "value": "{basic.type.brand.familyPrimary.value}, {type.family.fallback.value}"
45
+ "value": "{basic.type.brand.familyPrimary.value}"
46
+ },
47
+ "headingFallback": {
48
+ "deprecated": false,
49
+ "public": true,
50
+ "type": "semantic",
51
+ "value": "{type.family.fallback.value}"
28
52
  }
29
53
  }
30
54
  }
@@ -44,6 +44,20 @@
44
44
  "usage": "Component background strong color",
45
45
  "value": "{color.gray.600.value}"
46
46
  },
47
+ "emphasizedBackground": {
48
+ "deprecated": false,
49
+ "public": true,
50
+ "type": "semantic",
51
+ "usage": "Emphasized background color",
52
+ "value": "{basic.color.surface.default.value}"
53
+ },
54
+ "emphasizedBackgroundHover": {
55
+ "deprecated": false,
56
+ "public": true,
57
+ "type": "semantic",
58
+ "usage": "Emphasized background hover color",
59
+ "value": "{basic.color.surface.default.value}"
60
+ },
47
61
  "scrim": {
48
62
  "deprecated": false,
49
63
  "public": true,
@@ -6,25 +6,49 @@
6
6
  "deprecated": false,
7
7
  "public": true,
8
8
  "type": "semantic",
9
- "value": "{basic.type.brand.familyPrimary.value}, {type.family.fallback.value}"
9
+ "value": "{basic.type.brand.familyPrimary.value}"
10
+ },
11
+ "accentFallback": {
12
+ "deprecated": false,
13
+ "public": true,
14
+ "type": "semantic",
15
+ "value": "{type.family.fallback.value}"
10
16
  },
11
17
  "body": {
12
18
  "deprecated": false,
13
19
  "public": true,
14
20
  "type": "semantic",
15
- "value": "{basic.type.brand.familyPrimary.value}, {type.family.fallback.value}"
21
+ "value": "{basic.type.brand.familyPrimary.value}"
22
+ },
23
+ "bodyFallback": {
24
+ "deprecated": false,
25
+ "public": true,
26
+ "type": "semantic",
27
+ "value": "{type.family.fallback.value}"
16
28
  },
17
29
  "display": {
18
30
  "deprecated": false,
19
31
  "public": true,
20
32
  "type": "semantic",
21
- "value": "{basic.type.brand.familyPrimary.value}, {type.family.fallback.value}"
33
+ "value": "{basic.type.brand.familyPrimary.value}"
34
+ },
35
+ "displayFallback": {
36
+ "deprecated": false,
37
+ "public": true,
38
+ "type": "semantic",
39
+ "value": "{type.family.fallback.value}"
22
40
  },
23
41
  "heading": {
24
42
  "deprecated": false,
25
43
  "public": true,
26
44
  "type": "semantic",
27
- "value": "{basic.type.brand.familyPrimary.value}, {type.family.fallback.value}"
45
+ "value": "{basic.type.brand.familyPrimary.value}"
46
+ },
47
+ "headingFallback": {
48
+ "deprecated": false,
49
+ "public": true,
50
+ "type": "semantic",
51
+ "value": "{type.family.fallback.value}"
28
52
  }
29
53
  }
30
54
  }
@@ -44,6 +44,20 @@
44
44
  "usage": "Component background strong color",
45
45
  "value": "{color.gray.600.value}"
46
46
  },
47
+ "emphasizedBackground": {
48
+ "deprecated": false,
49
+ "public": true,
50
+ "type": "semantic",
51
+ "usage": "Emphasized background color",
52
+ "value": "{basic.color.brand.secondarySubtle.value}"
53
+ },
54
+ "emphasizedBackgroundHover": {
55
+ "deprecated": false,
56
+ "public": true,
57
+ "type": "semantic",
58
+ "usage": "Emphasized background hover color",
59
+ "value": "{basic.color.brand.secondary.value}"
60
+ },
47
61
  "scrim": {
48
62
  "deprecated": false,
49
63
  "public": true,
@@ -6,25 +6,49 @@
6
6
  "deprecated": false,
7
7
  "public": true,
8
8
  "type": "semantic",
9
- "value": "{basic.type.brand.familyPrimary.value}, {type.family.fallback.value}"
9
+ "value": "{basic.type.brand.familyPrimary.value}"
10
+ },
11
+ "accentFallback": {
12
+ "deprecated": false,
13
+ "public": true,
14
+ "type": "semantic",
15
+ "value": "{type.family.fallback.value}"
10
16
  },
11
17
  "body": {
12
18
  "deprecated": false,
13
19
  "public": true,
14
20
  "type": "semantic",
15
- "value": "{basic.type.brand.familyPrimary.value}, {type.family.fallback.value}"
21
+ "value": "{basic.type.brand.familyPrimary.value}"
22
+ },
23
+ "bodyFallback": {
24
+ "deprecated": false,
25
+ "public": true,
26
+ "type": "semantic",
27
+ "value": "{type.family.fallback.value}"
16
28
  },
17
29
  "display": {
18
30
  "deprecated": false,
19
31
  "public": true,
20
32
  "type": "semantic",
21
- "value": "{basic.type.brand.familySecondary.value}, {type.family.fallback.value}"
33
+ "value": "{basic.type.brand.familySecondary.value}"
34
+ },
35
+ "displayFallback": {
36
+ "deprecated": false,
37
+ "public": true,
38
+ "type": "semantic",
39
+ "value": "{type.family.fallbackSerif.value}"
22
40
  },
23
41
  "heading": {
24
42
  "deprecated": false,
25
43
  "public": true,
26
44
  "type": "semantic",
27
- "value": "{basic.type.brand.familyPrimary.value}, {type.family.fallback.value}"
45
+ "value": "{basic.type.brand.familyPrimary.value}"
46
+ },
47
+ "headingFallback": {
48
+ "deprecated": false,
49
+ "public": true,
50
+ "type": "semantic",
51
+ "value": "{type.family.fallback.value}"
28
52
  }
29
53
  }
30
54
  }