@aurodesignsystem/design-tokens 6.0.2 → 8.0.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 (94) hide show
  1. package/CHANGELOG.md +29 -0
  2. package/dist/{auro-classic → legacy/auro-classic}/CSSCustomProperties.css +1 -1
  3. package/dist/{auro-classic → legacy/auro-classic}/CSSSizeCustomProperties.css +1 -1
  4. package/dist/{auro-classic → legacy/auro-classic}/JSData--color.js +1 -1
  5. package/dist/{auro-classic → legacy/auro-classic}/JSObject--allTokens.js +1 -1
  6. package/dist/{auro-classic → legacy/auro-classic}/JSObject--deprecated.js +1 -1
  7. package/dist/{auro-classic → legacy/auro-classic}/JSVariables--color.js +1 -1
  8. package/dist/{auro-classic → legacy/auro-classic}/SCSSVariableMap.scss +1 -1
  9. package/dist/{auro-classic → legacy/auro-classic}/SCSSVariables.scss +1 -1
  10. package/dist/{auro-classic → legacy/auro-classic}/SCSSVariablesMapFlat.scss +1 -1
  11. package/dist/{auro-classic → legacy/auro-classic}/SassCustomProperties.scss +1 -1
  12. package/dist/{auro-classic → legacy/auro-classic}/SassSizeCustomProperties.scss +1 -1
  13. package/dist/{transparent → legacy/transparent}/CSSCustomProperties--transparent.css +1 -1
  14. package/dist/primitives/base/JSONVariablesNested--primitivesBase.json +188 -0
  15. package/dist/primitives/base/JSObject--allTokens.js +3819 -0
  16. package/dist/primitives/base/SCSSVariables--primitivesBase.scss +152 -0
  17. package/dist/primitives/base/SCSSVariablesMapFlat--primitivesBase.scss +156 -0
  18. package/dist/{CSSCustomProperties--bundled.css → themes/CSSCustomProperties--bundled.css} +558 -413
  19. package/dist/themes/CSSCustomProperties--bundled.min.css +1 -0
  20. package/dist/{alaska → themes/alaska}/CSSCustomProperties--alaska.css +141 -112
  21. package/dist/themes/alaska/CSSCustomProperties--alaska.min.css +1 -0
  22. package/dist/{alaska → themes/alaska}/JSONVariablesNested--alaska.json +188 -149
  23. package/dist/{alaska → themes/alaska}/JSObject--allTokens.js +5214 -4493
  24. package/dist/{alaska → themes/alaska}/SCSSVariables--alaska.scss +141 -112
  25. package/dist/{alaska → themes/alaska}/SCSSVariablesMapFlat--alaska.scss +142 -113
  26. package/dist/{alaska → themes/alaska}/primitives--alaska.scss +1 -1
  27. package/dist/{alaska-classic → themes/alaska-classic}/CSSCustomProperties--alaskaClassic.css +141 -112
  28. package/dist/themes/alaska-classic/CSSCustomProperties--alaskaClassic.min.css +1 -0
  29. package/dist/{alaska-classic → themes/alaska-classic}/JSONVariablesNested--alaskaClassic.json +188 -149
  30. package/dist/{alaska-classic → themes/alaska-classic}/JSObject--allTokens.js +5216 -4495
  31. package/dist/{alaska-classic → themes/alaska-classic}/SCSSVariables--alaskaClassic.scss +141 -112
  32. package/dist/{alaska-classic → themes/alaska-classic}/SCSSVariablesMapFlat--alaskaClassic.scss +142 -113
  33. package/dist/{alaska-classic → themes/alaska-classic}/primitives--alaskaClassic.scss +1 -1
  34. package/dist/{auro-1 → themes/auro-1}/CSSCustomProperties--auro1.css +141 -112
  35. package/dist/themes/auro-1/CSSCustomProperties--auro1.min.css +1 -0
  36. package/dist/{auro-1 → themes/auro-1}/JSONVariablesNested--auro1.json +188 -149
  37. package/dist/{auro-1 → themes/auro-1}/JSObject--allTokens.js +5211 -4490
  38. package/dist/{auro-1 → themes/auro-1}/SCSSVariables--auro1.scss +141 -112
  39. package/dist/{auro-1 → themes/auro-1}/SCSSVariablesMapFlat--auro1.scss +142 -113
  40. package/dist/{auro-1 → themes/auro-1}/primitives--auro1.scss +1 -1
  41. package/dist/{auro-2 → themes/auro-2}/CSSCustomProperties--auro2.css +141 -112
  42. package/dist/themes/auro-2/CSSCustomProperties--auro2.min.css +1 -0
  43. package/dist/{auro-2 → themes/auro-2}/JSONVariablesNested--auro2.json +188 -149
  44. package/dist/{auro-2 → themes/auro-2}/JSObject--allTokens.js +5211 -4490
  45. package/dist/{auro-2 → themes/auro-2}/SCSSVariables--auro2.scss +141 -112
  46. package/dist/{auro-2 → themes/auro-2}/SCSSVariablesMapFlat--auro2.scss +142 -113
  47. package/dist/{auro-2 → themes/auro-2}/primitives--auro2.scss +1 -1
  48. package/dist/{hawaiian → themes/hawaiian}/CSSCustomProperties--hawaiian.css +141 -112
  49. package/dist/themes/hawaiian/CSSCustomProperties--hawaiian.min.css +1 -0
  50. package/dist/{hawaiian → themes/hawaiian}/JSONVariablesNested--hawaiian.json +188 -149
  51. package/dist/{hawaiian → themes/hawaiian}/JSObject--allTokens.js +5221 -4500
  52. package/dist/{hawaiian → themes/hawaiian}/SCSSVariables--hawaiian.scss +141 -112
  53. package/dist/{hawaiian → themes/hawaiian}/SCSSVariablesMapFlat--hawaiian.scss +142 -113
  54. package/dist/{hawaiian → themes/hawaiian}/primitives--hawaiian.scss +1 -1
  55. package/package.json +1 -1
  56. package/src/primitives/base/type/letter-spacing.json +24 -0
  57. package/src/primitives/base/type/line-height.json +42 -0
  58. package/src/primitives/base/type/size.json +126 -0
  59. package/src/primitives/base/type/weight.json +48 -0
  60. package/src/themes/alaska/basic/type/brand.json +50 -0
  61. package/src/themes/alaska/basic/type/family.json +15 -3
  62. package/src/themes/alaska/basic/type/letter-spacing.json +38 -0
  63. package/src/themes/alaska/basic/type/line-height.json +62 -0
  64. package/src/themes/alaska/basic/type/weight.json +44 -0
  65. package/src/themes/alaska-classic/basic/type/brand.json +50 -0
  66. package/src/themes/alaska-classic/basic/type/family.json +15 -3
  67. package/src/themes/alaska-classic/basic/type/letter-spacing.json +38 -0
  68. package/src/themes/alaska-classic/basic/type/line-height.json +62 -0
  69. package/src/{shared → themes/alaska-classic}/basic/type/weight.json +12 -18
  70. package/src/themes/auro-1/basic/type/brand.json +50 -0
  71. package/src/themes/auro-1/basic/type/family.json +15 -3
  72. package/src/themes/auro-1/basic/type/letter-spacing.json +38 -0
  73. package/src/themes/auro-1/basic/type/line-height.json +62 -0
  74. package/src/{shared/basic/type/line-height.json → themes/auro-1/basic/type/weight.json} +13 -13
  75. package/src/themes/auro-2/basic/type/brand.json +50 -0
  76. package/src/themes/auro-2/basic/type/family.json +15 -3
  77. package/src/themes/auro-2/basic/type/letter-spacing.json +38 -0
  78. package/src/themes/auro-2/basic/type/line-height.json +62 -0
  79. package/src/themes/auro-2/basic/type/weight.json +44 -0
  80. package/src/themes/hawaiian/basic/type/brand.json +50 -0
  81. package/src/themes/hawaiian/basic/type/family.json +15 -3
  82. package/src/themes/hawaiian/basic/type/letter-spacing.json +38 -0
  83. package/src/themes/hawaiian/basic/type/line-height.json +62 -0
  84. package/src/themes/hawaiian/basic/type/weight.json +44 -0
  85. package/dist/CSSCustomProperties--bundled.min.css +0 -1
  86. package/dist/alaska/CSSCustomProperties--alaska.min.css +0 -1
  87. package/dist/alaska-classic/CSSCustomProperties--alaskaClassic.min.css +0 -1
  88. package/dist/auro-1/CSSCustomProperties--auro1.min.css +0 -1
  89. package/dist/auro-2/CSSCustomProperties--auro2.min.css +0 -1
  90. package/dist/hawaiian/CSSCustomProperties--hawaiian.min.css +0 -1
  91. package/src/shared/basic/type/letter-spacing.json +0 -26
  92. package/src/shared/basic/type/size.json +0 -128
  93. /package/dist/{auro-classic → legacy/auro-classic}/JSONVariablesFlat.json +0 -0
  94. /package/dist/{auro-classic → legacy/auro-classic}/JSONVariablesNested.json +0 -0
@@ -0,0 +1,126 @@
1
+ {
2
+ "type": {
3
+ "size": {
4
+ "10": {
5
+ "deprecated": false,
6
+ "public": true,
7
+ "type": "semantic",
8
+ "value": "0.625rem"
9
+ },
10
+ "12": {
11
+ "deprecated": false,
12
+ "public": true,
13
+ "type": "semantic",
14
+ "value": "0.75rem"
15
+ },
16
+ "14": {
17
+ "deprecated": false,
18
+ "public": true,
19
+ "type": "semantic",
20
+ "value": "0.875rem"
21
+ },
22
+ "16": {
23
+ "deprecated": false,
24
+ "public": true,
25
+ "type": "semantic",
26
+ "value": "1rem"
27
+ },
28
+ "18": {
29
+ "deprecated": false,
30
+ "public": true,
31
+ "type": "semantic",
32
+ "value": "1.125rem"
33
+ },
34
+ "20": {
35
+ "deprecated": false,
36
+ "public": true,
37
+ "type": "semantic",
38
+ "value": "1.25rem"
39
+ },
40
+ "22": {
41
+ "deprecated": false,
42
+ "public": true,
43
+ "type": "semantic",
44
+ "value": "1.375rem"
45
+ },
46
+ "24": {
47
+ "deprecated": false,
48
+ "public": true,
49
+ "type": "semantic",
50
+ "value": "1.5rem"
51
+ },
52
+ "26": {
53
+ "deprecated": false,
54
+ "public": true,
55
+ "type": "semantic",
56
+ "value": "1.625rem"
57
+ },
58
+ "28": {
59
+ "deprecated": false,
60
+ "public": true,
61
+ "type": "semantic",
62
+ "value": "1.75rem"
63
+ },
64
+ "32": {
65
+ "deprecated": false,
66
+ "public": true,
67
+ "type": "semantic",
68
+ "value": "2rem"
69
+ },
70
+ "36": {
71
+ "deprecated": false,
72
+ "public": true,
73
+ "type": "semantic",
74
+ "value": "2.25rem"
75
+ },
76
+ "38": {
77
+ "deprecated": false,
78
+ "public": true,
79
+ "type": "semantic",
80
+ "value": "2.375rem"
81
+ },
82
+ "40": {
83
+ "deprecated": false,
84
+ "public": true,
85
+ "type": "semantic",
86
+ "value": "2.5rem"
87
+ },
88
+ "44": {
89
+ "deprecated": false,
90
+ "public": true,
91
+ "type": "semantic",
92
+ "value": "2.75rem"
93
+ },
94
+ "48": {
95
+ "deprecated": false,
96
+ "public": true,
97
+ "type": "semantic",
98
+ "value": "3rem"
99
+ },
100
+ "56": {
101
+ "deprecated": false,
102
+ "public": true,
103
+ "type": "semantic",
104
+ "value": "3.5rem"
105
+ },
106
+ "64": {
107
+ "deprecated": false,
108
+ "public": true,
109
+ "type": "semantic",
110
+ "value": "4rem"
111
+ },
112
+ "72": {
113
+ "deprecated": false,
114
+ "public": true,
115
+ "type": "semantic",
116
+ "value": "4.5rem"
117
+ },
118
+ "86": {
119
+ "deprecated": false,
120
+ "public": true,
121
+ "type": "semantic",
122
+ "value": "5.375rem"
123
+ }
124
+ }
125
+ }
126
+ }
@@ -0,0 +1,48 @@
1
+ {
2
+ "type": {
3
+ "weight": {
4
+ "book": {
5
+ "deprecated": false,
6
+ "public": true,
7
+ "type": "semantic",
8
+ "value": "450"
9
+ },
10
+ "condMedium": {
11
+ "deprecated": false,
12
+ "public": true,
13
+ "type": "semantic",
14
+ "value": "500"
15
+ },
16
+ "condNews": {
17
+ "deprecated": false,
18
+ "public": true,
19
+ "type": "semantic",
20
+ "value": "450"
21
+ },
22
+ "light": {
23
+ "deprecated": false,
24
+ "public": true,
25
+ "type": "semantic",
26
+ "value": "300"
27
+ },
28
+ "medium": {
29
+ "deprecated": false,
30
+ "public": true,
31
+ "type": "semantic",
32
+ "value": "500"
33
+ },
34
+ "regular": {
35
+ "deprecated": false,
36
+ "public": true,
37
+ "type": "semantic",
38
+ "value": "400"
39
+ },
40
+ "semibold": {
41
+ "deprecated": false,
42
+ "public": true,
43
+ "type": "semantic",
44
+ "value": "600"
45
+ }
46
+ }
47
+ }
48
+ }
@@ -0,0 +1,50 @@
1
+ {
2
+ "basic": {
3
+ "type": {
4
+ "brand": {
5
+ "familyPrimary": {
6
+ "deprecated": false,
7
+ "public": true,
8
+ "type": "semantic",
9
+ "value": "AS Circular"
10
+ },
11
+ "familySecondary": {
12
+ "deprecated": false,
13
+ "public": true,
14
+ "type": "semantic",
15
+ "value": "Good OT"
16
+ },
17
+ "lineHeightPrimary": {
18
+ "deprecated": false,
19
+ "public": true,
20
+ "type": "semantic",
21
+ "value": "{type.lineHeight.130.value}"
22
+ },
23
+ "lineHeightSecondary": {
24
+ "deprecated": false,
25
+ "public": true,
26
+ "type": "semantic",
27
+ "value": "{type.lineHeight.100.value}"
28
+ },
29
+ "letterSpacingPrimary": {
30
+ "deprecated": false,
31
+ "public": true,
32
+ "type": "semantic",
33
+ "value": "{type.letterSpacing.0.value}"
34
+ },
35
+ "letterSpacingSecondary": {
36
+ "deprecated": false,
37
+ "public": true,
38
+ "type": "semantic",
39
+ "value": "{type.letterSpacing.005.value}"
40
+ },
41
+ "letterSpacingTertiary": {
42
+ "deprecated": false,
43
+ "public": true,
44
+ "type": "semantic",
45
+ "value": "{type.letterSpacing.010.value}"
46
+ }
47
+ }
48
+ }
49
+ }
50
+ }
@@ -6,13 +6,25 @@
6
6
  "deprecated": false,
7
7
  "public": true,
8
8
  "type": "semantic",
9
- "value": "Good OT"
9
+ "value": "{basic.type.brand.familySecondary.value}"
10
10
  },
11
- "default": {
11
+ "body": {
12
12
  "deprecated": false,
13
13
  "public": true,
14
14
  "type": "semantic",
15
- "value": "AS Circular"
15
+ "value": "{basic.type.brand.familyPrimary.value}"
16
+ },
17
+ "display": {
18
+ "deprecated": false,
19
+ "public": true,
20
+ "type": "semantic",
21
+ "value": "{basic.type.brand.familyPrimary.value}"
22
+ },
23
+ "heading": {
24
+ "deprecated": false,
25
+ "public": true,
26
+ "type": "semantic",
27
+ "value": "{basic.type.brand.familyPrimary.value}"
16
28
  }
17
29
  }
18
30
  }
@@ -0,0 +1,38 @@
1
+ {
2
+ "basic": {
3
+ "type": {
4
+ "letterSpacing": {
5
+ "accent": {
6
+ "deprecated": false,
7
+ "public": true,
8
+ "type": "semantic",
9
+ "value": "{basic.type.brand.letterSpacingSecondary.value}"
10
+ },
11
+ "accent2": {
12
+ "deprecated": false,
13
+ "public": true,
14
+ "type": "semantic",
15
+ "value": "{basic.type.brand.letterSpacingTertiary.value}"
16
+ },
17
+ "body": {
18
+ "deprecated": false,
19
+ "public": true,
20
+ "type": "semantic",
21
+ "value": "{basic.type.brand.letterSpacingPrimary.value}"
22
+ },
23
+ "display": {
24
+ "deprecated": false,
25
+ "public": true,
26
+ "type": "semantic",
27
+ "value": "{basic.type.brand.letterSpacingPrimary.value}"
28
+ },
29
+ "heading": {
30
+ "deprecated": false,
31
+ "public": true,
32
+ "type": "semantic",
33
+ "value": "{basic.type.brand.letterSpacingPrimary.value}"
34
+ }
35
+ }
36
+ }
37
+ }
38
+ }
@@ -0,0 +1,62 @@
1
+ {
2
+ "basic": {
3
+ "type": {
4
+ "lineHeight": {
5
+ "accent": {
6
+ "deprecated": false,
7
+ "public": true,
8
+ "type": "semantic",
9
+ "value": "{basic.type.brand.lineHeightPrimary.value}"
10
+ },
11
+ "accent2": {
12
+ "deprecated": false,
13
+ "public": true,
14
+ "type": "semantic",
15
+ "value": "{basic.type.brand.lineHeightSecondary.value}"
16
+ },
17
+ "body": {
18
+ "deprecated": false,
19
+ "public": true,
20
+ "type": "semantic",
21
+ "value": "{type.lineHeight.163.value}"
22
+ },
23
+ "body2": {
24
+ "deprecated": false,
25
+ "public": true,
26
+ "type": "semantic",
27
+ "value": "{type.lineHeight.150.value}"
28
+ },
29
+ "body3": {
30
+ "deprecated": false,
31
+ "public": true,
32
+ "type": "semantic",
33
+ "value": "{type.lineHeight.125.value}"
34
+ },
35
+ "body4": {
36
+ "deprecated": false,
37
+ "public": true,
38
+ "type": "semantic",
39
+ "value": "{basic.type.brand.lineHeightSecondary.value}"
40
+ },
41
+ "body5": {
42
+ "deprecated": false,
43
+ "public": true,
44
+ "type": "semantic",
45
+ "value": "{type.lineHeight.088.value}"
46
+ },
47
+ "display": {
48
+ "deprecated": false,
49
+ "public": true,
50
+ "type": "semantic",
51
+ "value": "{basic.type.brand.lineHeightPrimary.value}"
52
+ },
53
+ "heading": {
54
+ "deprecated": false,
55
+ "public": true,
56
+ "type": "semantic",
57
+ "value": "{basic.type.brand.lineHeightPrimary.value}"
58
+ }
59
+ }
60
+ }
61
+ }
62
+ }
@@ -0,0 +1,44 @@
1
+ {
2
+ "basic": {
3
+ "type": {
4
+ "weight": {
5
+ "accent": {
6
+ "deprecated": false,
7
+ "public": true,
8
+ "type": "semantic",
9
+ "value": "{type.weight.condNews.value}"
10
+ },
11
+ "accent2": {
12
+ "deprecated": false,
13
+ "public": true,
14
+ "type": "semantic",
15
+ "value": "{type.weight.condMedium.value}"
16
+ },
17
+ "body": {
18
+ "deprecated": false,
19
+ "public": true,
20
+ "type": "semantic",
21
+ "value": "{type.weight.book.value}"
22
+ },
23
+ "display": {
24
+ "deprecated": false,
25
+ "public": true,
26
+ "type": "semantic",
27
+ "value": "{type.weight.light.value}"
28
+ },
29
+ "heading": {
30
+ "deprecated": false,
31
+ "public": true,
32
+ "type": "semantic",
33
+ "value": "{type.weight.light.value}"
34
+ },
35
+ "heading2": {
36
+ "deprecated": false,
37
+ "public": true,
38
+ "type": "semantic",
39
+ "value": "{type.weight.book.value}"
40
+ }
41
+ }
42
+ }
43
+ }
44
+ }
@@ -0,0 +1,50 @@
1
+ {
2
+ "basic": {
3
+ "type": {
4
+ "brand": {
5
+ "familyPrimary": {
6
+ "deprecated": false,
7
+ "public": true,
8
+ "type": "semantic",
9
+ "value": "AS Circular"
10
+ },
11
+ "familySecondary": {
12
+ "deprecated": false,
13
+ "public": true,
14
+ "type": "semantic",
15
+ "value": "AS Circular"
16
+ },
17
+ "lineHeightPrimary": {
18
+ "deprecated": false,
19
+ "public": true,
20
+ "type": "semantic",
21
+ "value": "{type.lineHeight.130.value}"
22
+ },
23
+ "lineHeightSecondary": {
24
+ "deprecated": false,
25
+ "public": true,
26
+ "type": "semantic",
27
+ "value": "{type.lineHeight.100.value}"
28
+ },
29
+ "letterSpacingPrimary": {
30
+ "deprecated": false,
31
+ "public": true,
32
+ "type": "semantic",
33
+ "value": "{type.letterSpacing.0.value}"
34
+ },
35
+ "letterSpacingSecondary": {
36
+ "deprecated": false,
37
+ "public": true,
38
+ "type": "semantic",
39
+ "value": "{type.letterSpacing.005.value}"
40
+ },
41
+ "letterSpacingTertiary": {
42
+ "deprecated": false,
43
+ "public": true,
44
+ "type": "semantic",
45
+ "value": "{type.letterSpacing.010.value}"
46
+ }
47
+ }
48
+ }
49
+ }
50
+ }
@@ -6,13 +6,25 @@
6
6
  "deprecated": false,
7
7
  "public": true,
8
8
  "type": "semantic",
9
- "value": "AS Circular"
9
+ "value": "{basic.type.brand.familyPrimary.value}"
10
10
  },
11
- "default": {
11
+ "body": {
12
12
  "deprecated": false,
13
13
  "public": true,
14
14
  "type": "semantic",
15
- "value": "AS Circular"
15
+ "value": "{basic.type.brand.familyPrimary.value}"
16
+ },
17
+ "display": {
18
+ "deprecated": false,
19
+ "public": true,
20
+ "type": "semantic",
21
+ "value": "{basic.type.brand.familyPrimary.value}"
22
+ },
23
+ "heading": {
24
+ "deprecated": false,
25
+ "public": true,
26
+ "type": "semantic",
27
+ "value": "{basic.type.brand.familyPrimary.value}"
16
28
  }
17
29
  }
18
30
  }
@@ -0,0 +1,38 @@
1
+ {
2
+ "basic": {
3
+ "type": {
4
+ "letterSpacing": {
5
+ "accent": {
6
+ "deprecated": false,
7
+ "public": true,
8
+ "type": "semantic",
9
+ "value": "{basic.type.brand.letterSpacingSecondary.value}"
10
+ },
11
+ "accent2": {
12
+ "deprecated": false,
13
+ "public": true,
14
+ "type": "semantic",
15
+ "value": "{basic.type.brand.letterSpacingTertiary.value}"
16
+ },
17
+ "body": {
18
+ "deprecated": false,
19
+ "public": true,
20
+ "type": "semantic",
21
+ "value": "{basic.type.brand.letterSpacingPrimary.value}"
22
+ },
23
+ "display": {
24
+ "deprecated": false,
25
+ "public": true,
26
+ "type": "semantic",
27
+ "value": "{basic.type.brand.letterSpacingPrimary.value}"
28
+ },
29
+ "heading": {
30
+ "deprecated": false,
31
+ "public": true,
32
+ "type": "semantic",
33
+ "value": "{basic.type.brand.letterSpacingPrimary.value}"
34
+ }
35
+ }
36
+ }
37
+ }
38
+ }
@@ -0,0 +1,62 @@
1
+ {
2
+ "basic": {
3
+ "type": {
4
+ "lineHeight": {
5
+ "accent": {
6
+ "deprecated": false,
7
+ "public": true,
8
+ "type": "semantic",
9
+ "value": "{basic.type.brand.lineHeightPrimary.value}"
10
+ },
11
+ "accent2": {
12
+ "deprecated": false,
13
+ "public": true,
14
+ "type": "semantic",
15
+ "value": "{basic.type.brand.lineHeightSecondary.value}"
16
+ },
17
+ "body": {
18
+ "deprecated": false,
19
+ "public": true,
20
+ "type": "semantic",
21
+ "value": "{type.lineHeight.163.value}"
22
+ },
23
+ "body2": {
24
+ "deprecated": false,
25
+ "public": true,
26
+ "type": "semantic",
27
+ "value": "{type.lineHeight.150.value}"
28
+ },
29
+ "body3": {
30
+ "deprecated": false,
31
+ "public": true,
32
+ "type": "semantic",
33
+ "value": "{type.lineHeight.125.value}"
34
+ },
35
+ "body4": {
36
+ "deprecated": false,
37
+ "public": true,
38
+ "type": "semantic",
39
+ "value": "{basic.type.brand.lineHeightSecondary.value}"
40
+ },
41
+ "body5": {
42
+ "deprecated": false,
43
+ "public": true,
44
+ "type": "semantic",
45
+ "value": "{type.lineHeight.088.value}"
46
+ },
47
+ "display": {
48
+ "deprecated": false,
49
+ "public": true,
50
+ "type": "semantic",
51
+ "value": "{basic.type.brand.lineHeightPrimary.value}"
52
+ },
53
+ "heading": {
54
+ "deprecated": false,
55
+ "public": true,
56
+ "type": "semantic",
57
+ "value": "{basic.type.brand.lineHeightPrimary.value}"
58
+ }
59
+ }
60
+ }
61
+ }
62
+ }
@@ -2,47 +2,41 @@
2
2
  "basic": {
3
3
  "type": {
4
4
  "weight": {
5
- "book": {
5
+ "accent": {
6
6
  "deprecated": false,
7
7
  "public": true,
8
8
  "type": "semantic",
9
- "value": "450"
9
+ "value": "{type.weight.book.value}"
10
10
  },
11
- "condMedium": {
11
+ "accent2": {
12
12
  "deprecated": false,
13
13
  "public": true,
14
14
  "type": "semantic",
15
- "value": "500"
15
+ "value": "{type.weight.medium.value}"
16
16
  },
17
- "condNews": {
17
+ "body": {
18
18
  "deprecated": false,
19
19
  "public": true,
20
20
  "type": "semantic",
21
- "value": "450"
21
+ "value": "{type.weight.book.value}"
22
22
  },
23
- "light": {
23
+ "display": {
24
24
  "deprecated": false,
25
25
  "public": true,
26
26
  "type": "semantic",
27
- "value": "300"
27
+ "value": "{type.weight.light.value}"
28
28
  },
29
- "medium": {
29
+ "heading": {
30
30
  "deprecated": false,
31
31
  "public": true,
32
32
  "type": "semantic",
33
- "value": "500"
33
+ "value": "{type.weight.book.value}"
34
34
  },
35
- "regular": {
35
+ "heading2": {
36
36
  "deprecated": false,
37
37
  "public": true,
38
38
  "type": "semantic",
39
- "value": "400"
40
- },
41
- "semibold": {
42
- "deprecated": false,
43
- "public": true,
44
- "type": "semantic",
45
- "value": "600"
39
+ "value": "{type.weight.medium.value}"
46
40
  }
47
41
  }
48
42
  }