@aurodesignsystem/design-tokens 8.3.0 → 8.3.2

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 (64) 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 +44 -24
  21. package/dist/themes/CSSCustomProperties--bundled.min.css +1 -1
  22. package/dist/themes/alaska/CSSCustomProperties--alaska.css +10 -6
  23. package/dist/themes/alaska/CSSCustomProperties--alaska.min.css +1 -1
  24. package/dist/themes/alaska/JSONVariablesNested--alaska.json +11 -6
  25. package/dist/themes/alaska/JSObject--allTokens.js +144 -11
  26. package/dist/themes/alaska/SCSSVariables--alaska.scss +11 -6
  27. package/dist/themes/alaska/SCSSVariablesMapFlat--alaska.scss +11 -6
  28. package/dist/themes/alaska/primitives--alaska.scss +2 -1
  29. package/dist/themes/alaska-classic/CSSCustomProperties--alaskaClassic.css +9 -5
  30. package/dist/themes/alaska-classic/CSSCustomProperties--alaskaClassic.min.css +1 -1
  31. package/dist/themes/alaska-classic/JSONVariablesNested--alaskaClassic.json +10 -5
  32. package/dist/themes/alaska-classic/JSObject--allTokens.js +142 -9
  33. package/dist/themes/alaska-classic/SCSSVariables--alaskaClassic.scss +10 -5
  34. package/dist/themes/alaska-classic/SCSSVariablesMapFlat--alaskaClassic.scss +10 -5
  35. package/dist/themes/alaska-classic/primitives--alaskaClassic.scss +2 -1
  36. package/dist/themes/auro-1/CSSCustomProperties--auro1.css +10 -6
  37. package/dist/themes/auro-1/CSSCustomProperties--auro1.min.css +1 -1
  38. package/dist/themes/auro-1/JSONVariablesNested--auro1.json +11 -6
  39. package/dist/themes/auro-1/JSObject--allTokens.js +142 -9
  40. package/dist/themes/auro-1/SCSSVariables--auro1.scss +11 -6
  41. package/dist/themes/auro-1/SCSSVariablesMapFlat--auro1.scss +11 -6
  42. package/dist/themes/auro-1/primitives--auro1.scss +2 -1
  43. package/dist/themes/auro-2/CSSCustomProperties--auro2.css +10 -6
  44. package/dist/themes/auro-2/CSSCustomProperties--auro2.min.css +1 -1
  45. package/dist/themes/auro-2/JSONVariablesNested--auro2.json +11 -6
  46. package/dist/themes/auro-2/JSObject--allTokens.js +142 -9
  47. package/dist/themes/auro-2/SCSSVariables--auro2.scss +11 -6
  48. package/dist/themes/auro-2/SCSSVariablesMapFlat--auro2.scss +11 -6
  49. package/dist/themes/auro-2/primitives--auro2.scss +2 -1
  50. package/dist/themes/hawaiian/CSSCustomProperties--hawaiian.css +9 -5
  51. package/dist/themes/hawaiian/CSSCustomProperties--hawaiian.min.css +1 -1
  52. package/dist/themes/hawaiian/JSONVariablesNested--hawaiian.json +10 -5
  53. package/dist/themes/hawaiian/JSObject--allTokens.js +142 -9
  54. package/dist/themes/hawaiian/SCSSVariables--hawaiian.scss +10 -5
  55. package/dist/themes/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +10 -5
  56. package/dist/themes/hawaiian/primitives--hawaiian.scss +2 -1
  57. package/package.json +1 -1
  58. package/src/primitives/base/type/family.json +6 -0
  59. package/src/themes/alaska/basic/color/page-background.json +1 -1
  60. package/src/themes/alaska/basic/type/family.json +28 -4
  61. package/src/themes/alaska-classic/basic/type/family.json +28 -4
  62. package/src/themes/auro-1/basic/type/family.json +28 -4
  63. package/src/themes/auro-2/basic/type/family.json +28 -4
  64. 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 Mon, 21 Jul 2025 18:35:16 GMT
3
+ * Generated on Tue, 05 Aug 2025 19:59:12 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": {
@@ -6596,14 +6621,14 @@ module.exports = {
6596
6621
  "deprecated": false,
6597
6622
  "public": true,
6598
6623
  "type": "semantic",
6599
- "value": "Slate Pro, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif",
6624
+ "value": "Slate Pro",
6600
6625
  "filePath": "src/themes/hawaiian/basic/type/family.json",
6601
6626
  "isSource": false,
6602
6627
  "original": {
6603
6628
  "deprecated": false,
6604
6629
  "public": true,
6605
6630
  "type": "semantic",
6606
- "value": "{basic.type.brand.familyPrimary.value}, {type.family.fallback.value}"
6631
+ "value": "{basic.type.brand.familyPrimary.value}"
6607
6632
  },
6608
6633
  "name": "ds-basic-type-family-accent",
6609
6634
  "attributes": {
@@ -6619,18 +6644,45 @@ module.exports = {
6619
6644
  "accent"
6620
6645
  ]
6621
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
+ },
6622
6674
  "body": {
6623
6675
  "deprecated": false,
6624
6676
  "public": true,
6625
6677
  "type": "semantic",
6626
- "value": "Slate Pro, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif",
6678
+ "value": "Slate Pro",
6627
6679
  "filePath": "src/themes/hawaiian/basic/type/family.json",
6628
6680
  "isSource": false,
6629
6681
  "original": {
6630
6682
  "deprecated": false,
6631
6683
  "public": true,
6632
6684
  "type": "semantic",
6633
- "value": "{basic.type.brand.familyPrimary.value}, {type.family.fallback.value}"
6685
+ "value": "{basic.type.brand.familyPrimary.value}"
6634
6686
  },
6635
6687
  "name": "ds-basic-type-family-body",
6636
6688
  "attributes": {
@@ -6646,18 +6698,45 @@ module.exports = {
6646
6698
  "body"
6647
6699
  ]
6648
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
+ },
6649
6728
  "display": {
6650
6729
  "deprecated": false,
6651
6730
  "public": true,
6652
6731
  "type": "semantic",
6653
- "value": "Chronicle Display, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif",
6732
+ "value": "Chronicle Display",
6654
6733
  "filePath": "src/themes/hawaiian/basic/type/family.json",
6655
6734
  "isSource": false,
6656
6735
  "original": {
6657
6736
  "deprecated": false,
6658
6737
  "public": true,
6659
6738
  "type": "semantic",
6660
- "value": "{basic.type.brand.familySecondary.value}, {type.family.fallback.value}"
6739
+ "value": "{basic.type.brand.familySecondary.value}"
6661
6740
  },
6662
6741
  "name": "ds-basic-type-family-display",
6663
6742
  "attributes": {
@@ -6673,18 +6752,45 @@ module.exports = {
6673
6752
  "display"
6674
6753
  ]
6675
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
+ },
6676
6782
  "heading": {
6677
6783
  "deprecated": false,
6678
6784
  "public": true,
6679
6785
  "type": "semantic",
6680
- "value": "Slate Pro, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif",
6786
+ "value": "Slate Pro",
6681
6787
  "filePath": "src/themes/hawaiian/basic/type/family.json",
6682
6788
  "isSource": false,
6683
6789
  "original": {
6684
6790
  "deprecated": false,
6685
6791
  "public": true,
6686
6792
  "type": "semantic",
6687
- "value": "{basic.type.brand.familyPrimary.value}, {type.family.fallback.value}"
6793
+ "value": "{basic.type.brand.familyPrimary.value}"
6688
6794
  },
6689
6795
  "name": "ds-basic-type-family-heading",
6690
6796
  "attributes": {
@@ -6699,6 +6805,33 @@ module.exports = {
6699
6805
  "family",
6700
6806
  "heading"
6701
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
+ ]
6702
6835
  }
6703
6836
  },
6704
6837
  "letterSpacing": {
@@ -1,8 +1,9 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 21 Jul 2025 18:35:16 GMT
3
+ // Generated on Tue, 05 Aug 2025 19:59:12 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;
@@ -227,10 +228,14 @@ $ds-basic-type-brand-line-height-secondary: 1;
227
228
  $ds-basic-type-brand-letter-spacing-primary: 0;
228
229
  $ds-basic-type-brand-letter-spacing-secondary: 0.05em;
229
230
  $ds-basic-type-brand-letter-spacing-tertiary: 0.10em;
230
- $ds-basic-type-family-accent: "Slate Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
231
- $ds-basic-type-family-body: "Slate Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
232
- $ds-basic-type-family-display: "Chronicle Display", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
233
- $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;
234
239
  $ds-basic-type-letter-spacing-accent: 0.05em;
235
240
  $ds-basic-type-letter-spacing-accent2: 0.10em;
236
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 Mon, 21 Jul 2025 18:35:16 GMT
4
+ Generated on Tue, 05 Aug 2025 19:59:12 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),
@@ -230,10 +231,14 @@ $auroTokens: (
230
231
  'ds-basic-type-brand-letter-spacing-primary': (0),
231
232
  'ds-basic-type-brand-letter-spacing-secondary': (0.05em),
232
233
  'ds-basic-type-brand-letter-spacing-tertiary': (0.10em),
233
- 'ds-basic-type-family-accent': ("Slate Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif),
234
- 'ds-basic-type-family-body': ("Slate Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif),
235
- 'ds-basic-type-family-display': ("Chronicle Display", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif),
236
- '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),
237
242
  'ds-basic-type-letter-spacing-accent': (0.05em),
238
243
  'ds-basic-type-letter-spacing-accent2': (0.10em),
239
244
  'ds-basic-type-letter-spacing-body': (0),
@@ -1,8 +1,9 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 21 Jul 2025 18:35:16 GMT
3
+ // Generated on Tue, 05 Aug 2025 19:59:12 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.3.0",
3
+ "version": "8.3.2",
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",
@@ -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
  }
@@ -7,7 +7,7 @@
7
7
  "public": true,
8
8
  "type": "semantic",
9
9
  "usage": "Primary brand color",
10
- "value": "{basic.color.brand.secondaryMuted.value}"
10
+ "value": "{color.white.value}"
11
11
  },
12
12
  "utility": {
13
13
  "deprecated": false,
@@ -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
  }
@@ -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
  }
@@ -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
  }
@@ -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
  }
@@ -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
  }