@aurodesignsystem/design-tokens 8.1.0 → 8.2.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 (65) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist/legacy/auro-classic/CSSCustomProperties.css +1 -1
  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/JSObject--allTokens.js +1 -1
  6. package/dist/legacy/auro-classic/JSObject--deprecated.js +1 -1
  7. package/dist/legacy/auro-classic/JSVariables--color.js +1 -1
  8. package/dist/legacy/auro-classic/SCSSVariableMap.scss +1 -1
  9. package/dist/legacy/auro-classic/SCSSVariables.scss +1 -1
  10. package/dist/legacy/auro-classic/SCSSVariablesMapFlat.scss +1 -1
  11. package/dist/legacy/auro-classic/SassCustomProperties.scss +1 -1
  12. package/dist/legacy/auro-classic/SassSizeCustomProperties.scss +1 -1
  13. package/dist/legacy/transparent/CSSCustomProperties--transparent.css +1 -1
  14. package/dist/primitives/base/JSONVariablesNested--primitivesBase.json +39 -36
  15. package/dist/primitives/base/JSObject--allTokens.js +100 -73
  16. package/dist/primitives/base/SCSSVariables--primitivesBase.scss +38 -37
  17. package/dist/primitives/base/SCSSVariablesMapFlat--primitivesBase.scss +38 -37
  18. package/dist/themes/CSSCustomProperties--bundled.css +146 -326
  19. package/dist/themes/CSSCustomProperties--bundled.min.css +1 -1
  20. package/dist/themes/alaska/CSSCustomProperties--alaska.css +30 -66
  21. package/dist/themes/alaska/CSSCustomProperties--alaska.min.css +1 -1
  22. package/dist/themes/alaska/JSONVariablesNested--alaska.json +78 -75
  23. package/dist/themes/alaska/JSObject--allTokens.js +4835 -4808
  24. package/dist/themes/alaska/SCSSVariables--alaska.scss +67 -66
  25. package/dist/themes/alaska/SCSSVariablesMapFlat--alaska.scss +67 -66
  26. package/dist/themes/alaska/primitives--alaska.scss +123 -86
  27. package/dist/themes/alaska-classic/CSSCustomProperties--alaskaClassic.css +30 -66
  28. package/dist/themes/alaska-classic/CSSCustomProperties--alaskaClassic.min.css +1 -1
  29. package/dist/themes/alaska-classic/JSONVariablesNested--alaskaClassic.json +78 -75
  30. package/dist/themes/alaska-classic/JSObject--allTokens.js +4852 -4825
  31. package/dist/themes/alaska-classic/SCSSVariables--alaskaClassic.scss +67 -66
  32. package/dist/themes/alaska-classic/SCSSVariablesMapFlat--alaskaClassic.scss +67 -66
  33. package/dist/themes/alaska-classic/primitives--alaskaClassic.scss +123 -86
  34. package/dist/themes/auro-1/CSSCustomProperties--auro1.css +30 -66
  35. package/dist/themes/auro-1/CSSCustomProperties--auro1.min.css +1 -1
  36. package/dist/themes/auro-1/JSONVariablesNested--auro1.json +78 -75
  37. package/dist/themes/auro-1/JSObject--allTokens.js +4829 -4802
  38. package/dist/themes/auro-1/SCSSVariables--auro1.scss +67 -66
  39. package/dist/themes/auro-1/SCSSVariablesMapFlat--auro1.scss +67 -66
  40. package/dist/themes/auro-1/primitives--auro1.scss +123 -86
  41. package/dist/themes/auro-2/CSSCustomProperties--auro2.css +30 -66
  42. package/dist/themes/auro-2/CSSCustomProperties--auro2.min.css +1 -1
  43. package/dist/themes/auro-2/JSONVariablesNested--auro2.json +78 -75
  44. package/dist/themes/auro-2/JSObject--allTokens.js +4835 -4808
  45. package/dist/themes/auro-2/SCSSVariables--auro2.scss +67 -66
  46. package/dist/themes/auro-2/SCSSVariablesMapFlat--auro2.scss +67 -66
  47. package/dist/themes/auro-2/primitives--auro2.scss +123 -86
  48. package/dist/themes/hawaiian/CSSCustomProperties--hawaiian.css +30 -66
  49. package/dist/themes/hawaiian/CSSCustomProperties--hawaiian.min.css +1 -1
  50. package/dist/themes/hawaiian/JSONVariablesNested--hawaiian.json +78 -75
  51. package/dist/themes/hawaiian/JSObject--allTokens.js +4835 -4808
  52. package/dist/themes/hawaiian/SCSSVariables--hawaiian.scss +67 -66
  53. package/dist/themes/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +67 -66
  54. package/dist/themes/hawaiian/primitives--hawaiian.scss +108 -71
  55. package/package.json +1 -1
  56. package/src/primitives/base/type/family.json +12 -0
  57. package/src/primitives/base/type/letter-spacing.json +3 -3
  58. package/src/primitives/base/type/line-height.json +6 -6
  59. package/src/primitives/base/type/size.json +20 -20
  60. package/src/primitives/base/type/weight.json +7 -7
  61. package/src/themes/alaska/basic/type/family.json +4 -4
  62. package/src/themes/alaska-classic/basic/type/family.json +4 -4
  63. package/src/themes/auro-1/basic/type/family.json +4 -4
  64. package/src/themes/auro-2/basic/type/family.json +4 -4
  65. package/src/themes/hawaiian/basic/type/family.json +4 -4
@@ -4,121 +4,121 @@
4
4
  "10": {
5
5
  "deprecated": false,
6
6
  "public": true,
7
- "type": "semantic",
7
+ "type": "primitive",
8
8
  "value": "0.625rem"
9
9
  },
10
10
  "12": {
11
11
  "deprecated": false,
12
12
  "public": true,
13
- "type": "semantic",
13
+ "type": "primitive",
14
14
  "value": "0.75rem"
15
15
  },
16
16
  "14": {
17
17
  "deprecated": false,
18
18
  "public": true,
19
- "type": "semantic",
19
+ "type": "primitive",
20
20
  "value": "0.875rem"
21
21
  },
22
22
  "16": {
23
23
  "deprecated": false,
24
24
  "public": true,
25
- "type": "semantic",
25
+ "type": "primitive",
26
26
  "value": "1rem"
27
27
  },
28
28
  "18": {
29
29
  "deprecated": false,
30
30
  "public": true,
31
- "type": "semantic",
31
+ "type": "primitive",
32
32
  "value": "1.125rem"
33
33
  },
34
34
  "20": {
35
35
  "deprecated": false,
36
36
  "public": true,
37
- "type": "semantic",
37
+ "type": "primitive",
38
38
  "value": "1.25rem"
39
39
  },
40
40
  "22": {
41
41
  "deprecated": false,
42
42
  "public": true,
43
- "type": "semantic",
43
+ "type": "primitive",
44
44
  "value": "1.375rem"
45
45
  },
46
46
  "24": {
47
47
  "deprecated": false,
48
48
  "public": true,
49
- "type": "semantic",
49
+ "type": "primitive",
50
50
  "value": "1.5rem"
51
51
  },
52
52
  "26": {
53
53
  "deprecated": false,
54
54
  "public": true,
55
- "type": "semantic",
55
+ "type": "primitive",
56
56
  "value": "1.625rem"
57
57
  },
58
58
  "28": {
59
59
  "deprecated": false,
60
60
  "public": true,
61
- "type": "semantic",
61
+ "type": "primitive",
62
62
  "value": "1.75rem"
63
63
  },
64
64
  "32": {
65
65
  "deprecated": false,
66
66
  "public": true,
67
- "type": "semantic",
67
+ "type": "primitive",
68
68
  "value": "2rem"
69
69
  },
70
70
  "36": {
71
71
  "deprecated": false,
72
72
  "public": true,
73
- "type": "semantic",
73
+ "type": "primitive",
74
74
  "value": "2.25rem"
75
75
  },
76
76
  "38": {
77
77
  "deprecated": false,
78
78
  "public": true,
79
- "type": "semantic",
79
+ "type": "primitive",
80
80
  "value": "2.375rem"
81
81
  },
82
82
  "40": {
83
83
  "deprecated": false,
84
84
  "public": true,
85
- "type": "semantic",
85
+ "type": "primitive",
86
86
  "value": "2.5rem"
87
87
  },
88
88
  "44": {
89
89
  "deprecated": false,
90
90
  "public": true,
91
- "type": "semantic",
91
+ "type": "primitive",
92
92
  "value": "2.75rem"
93
93
  },
94
94
  "48": {
95
95
  "deprecated": false,
96
96
  "public": true,
97
- "type": "semantic",
97
+ "type": "primitive",
98
98
  "value": "3rem"
99
99
  },
100
100
  "56": {
101
101
  "deprecated": false,
102
102
  "public": true,
103
- "type": "semantic",
103
+ "type": "primitive",
104
104
  "value": "3.5rem"
105
105
  },
106
106
  "64": {
107
107
  "deprecated": false,
108
108
  "public": true,
109
- "type": "semantic",
109
+ "type": "primitive",
110
110
  "value": "4rem"
111
111
  },
112
112
  "72": {
113
113
  "deprecated": false,
114
114
  "public": true,
115
- "type": "semantic",
115
+ "type": "primitive",
116
116
  "value": "4.5rem"
117
117
  },
118
118
  "86": {
119
119
  "deprecated": false,
120
120
  "public": true,
121
- "type": "semantic",
121
+ "type": "primitive",
122
122
  "value": "5.375rem"
123
123
  }
124
124
  }
@@ -4,43 +4,43 @@
4
4
  "book": {
5
5
  "deprecated": false,
6
6
  "public": true,
7
- "type": "semantic",
7
+ "type": "primitive",
8
8
  "value": "450"
9
9
  },
10
10
  "condMedium": {
11
11
  "deprecated": false,
12
12
  "public": true,
13
- "type": "semantic",
13
+ "type": "primitive",
14
14
  "value": "500"
15
15
  },
16
16
  "condNews": {
17
17
  "deprecated": false,
18
18
  "public": true,
19
- "type": "semantic",
19
+ "type": "primitive",
20
20
  "value": "450"
21
21
  },
22
22
  "light": {
23
23
  "deprecated": false,
24
24
  "public": true,
25
- "type": "semantic",
25
+ "type": "primitive",
26
26
  "value": "300"
27
27
  },
28
28
  "medium": {
29
29
  "deprecated": false,
30
30
  "public": true,
31
- "type": "semantic",
31
+ "type": "primitive",
32
32
  "value": "500"
33
33
  },
34
34
  "regular": {
35
35
  "deprecated": false,
36
36
  "public": true,
37
- "type": "semantic",
37
+ "type": "primitive",
38
38
  "value": "400"
39
39
  },
40
40
  "semibold": {
41
41
  "deprecated": false,
42
42
  "public": true,
43
- "type": "semantic",
43
+ "type": "primitive",
44
44
  "value": "600"
45
45
  }
46
46
  }
@@ -6,25 +6,25 @@
6
6
  "deprecated": false,
7
7
  "public": true,
8
8
  "type": "semantic",
9
- "value": "{basic.type.brand.familySecondary.value}"
9
+ "value": "{basic.type.brand.familySecondary.value}, {type.family.fallback.value}"
10
10
  },
11
11
  "body": {
12
12
  "deprecated": false,
13
13
  "public": true,
14
14
  "type": "semantic",
15
- "value": "{basic.type.brand.familyPrimary.value}"
15
+ "value": "{basic.type.brand.familyPrimary.value}, {type.family.fallback.value}"
16
16
  },
17
17
  "display": {
18
18
  "deprecated": false,
19
19
  "public": true,
20
20
  "type": "semantic",
21
- "value": "{basic.type.brand.familyPrimary.value}"
21
+ "value": "{basic.type.brand.familyPrimary.value}, {type.family.fallback.value}"
22
22
  },
23
23
  "heading": {
24
24
  "deprecated": false,
25
25
  "public": true,
26
26
  "type": "semantic",
27
- "value": "{basic.type.brand.familyPrimary.value}"
27
+ "value": "{basic.type.brand.familyPrimary.value}, {type.family.fallback.value}"
28
28
  }
29
29
  }
30
30
  }
@@ -6,25 +6,25 @@
6
6
  "deprecated": false,
7
7
  "public": true,
8
8
  "type": "semantic",
9
- "value": "{basic.type.brand.familyPrimary.value}"
9
+ "value": "{basic.type.brand.familyPrimary.value}, {type.family.fallback.value}"
10
10
  },
11
11
  "body": {
12
12
  "deprecated": false,
13
13
  "public": true,
14
14
  "type": "semantic",
15
- "value": "{basic.type.brand.familyPrimary.value}"
15
+ "value": "{basic.type.brand.familyPrimary.value}, {type.family.fallback.value}"
16
16
  },
17
17
  "display": {
18
18
  "deprecated": false,
19
19
  "public": true,
20
20
  "type": "semantic",
21
- "value": "{basic.type.brand.familyPrimary.value}"
21
+ "value": "{basic.type.brand.familyPrimary.value}, {type.family.fallback.value}"
22
22
  },
23
23
  "heading": {
24
24
  "deprecated": false,
25
25
  "public": true,
26
26
  "type": "semantic",
27
- "value": "{basic.type.brand.familyPrimary.value}"
27
+ "value": "{basic.type.brand.familyPrimary.value}, {type.family.fallback.value}"
28
28
  }
29
29
  }
30
30
  }
@@ -6,25 +6,25 @@
6
6
  "deprecated": false,
7
7
  "public": true,
8
8
  "type": "semantic",
9
- "value": "{basic.type.brand.familyPrimary.value}"
9
+ "value": "{basic.type.brand.familyPrimary.value}, {type.family.fallback.value}"
10
10
  },
11
11
  "body": {
12
12
  "deprecated": false,
13
13
  "public": true,
14
14
  "type": "semantic",
15
- "value": "{basic.type.brand.familyPrimary.value}"
15
+ "value": "{basic.type.brand.familyPrimary.value}, {type.family.fallback.value}"
16
16
  },
17
17
  "display": {
18
18
  "deprecated": false,
19
19
  "public": true,
20
20
  "type": "semantic",
21
- "value": "{basic.type.brand.familySecondary.value}"
21
+ "value": "{basic.type.brand.familySecondary.value}, {type.family.fallback.value}"
22
22
  },
23
23
  "heading": {
24
24
  "deprecated": false,
25
25
  "public": true,
26
26
  "type": "semantic",
27
- "value": "{basic.type.brand.familyPrimary.value}"
27
+ "value": "{basic.type.brand.familyPrimary.value}, {type.family.fallback.value}"
28
28
  }
29
29
  }
30
30
  }
@@ -6,25 +6,25 @@
6
6
  "deprecated": false,
7
7
  "public": true,
8
8
  "type": "semantic",
9
- "value": "{basic.type.brand.familyPrimary.value}"
9
+ "value": "{basic.type.brand.familyPrimary.value}, {type.family.fallback.value}"
10
10
  },
11
11
  "body": {
12
12
  "deprecated": false,
13
13
  "public": true,
14
14
  "type": "semantic",
15
- "value": "{basic.type.brand.familyPrimary.value}"
15
+ "value": "{basic.type.brand.familyPrimary.value}, {type.family.fallback.value}"
16
16
  },
17
17
  "display": {
18
18
  "deprecated": false,
19
19
  "public": true,
20
20
  "type": "semantic",
21
- "value": "{basic.type.brand.familyPrimary.value}"
21
+ "value": "{basic.type.brand.familyPrimary.value}, {type.family.fallback.value}"
22
22
  },
23
23
  "heading": {
24
24
  "deprecated": false,
25
25
  "public": true,
26
26
  "type": "semantic",
27
- "value": "{basic.type.brand.familyPrimary.value}"
27
+ "value": "{basic.type.brand.familyPrimary.value}, {type.family.fallback.value}"
28
28
  }
29
29
  }
30
30
  }
@@ -6,25 +6,25 @@
6
6
  "deprecated": false,
7
7
  "public": true,
8
8
  "type": "semantic",
9
- "value": "{basic.type.brand.familyPrimary.value}"
9
+ "value": "{basic.type.brand.familyPrimary.value}, {type.family.fallback.value}"
10
10
  },
11
11
  "body": {
12
12
  "deprecated": false,
13
13
  "public": true,
14
14
  "type": "semantic",
15
- "value": "{basic.type.brand.familyPrimary.value}"
15
+ "value": "{basic.type.brand.familyPrimary.value}, {type.family.fallback.value}"
16
16
  },
17
17
  "display": {
18
18
  "deprecated": false,
19
19
  "public": true,
20
20
  "type": "semantic",
21
- "value": "{basic.type.brand.familySecondary.value}"
21
+ "value": "{basic.type.brand.familySecondary.value}, {type.family.fallback.value}"
22
22
  },
23
23
  "heading": {
24
24
  "deprecated": false,
25
25
  "public": true,
26
26
  "type": "semantic",
27
- "value": "{basic.type.brand.familyPrimary.value}"
27
+ "value": "{basic.type.brand.familyPrimary.value}, {type.family.fallback.value}"
28
28
  }
29
29
  }
30
30
  }