@aurodesignsystem/design-tokens 6.0.2 → 7.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.
- package/CHANGELOG.md +18 -0
- package/dist/CSSCustomProperties--bundled.css +558 -413
- package/dist/CSSCustomProperties--bundled.min.css +1 -1
- package/dist/alaska/CSSCustomProperties--alaska.css +141 -112
- package/dist/alaska/CSSCustomProperties--alaska.min.css +1 -1
- package/dist/alaska/JSONVariablesNested--alaska.json +188 -149
- package/dist/alaska/JSObject--allTokens.js +5214 -4493
- package/dist/alaska/SCSSVariables--alaska.scss +141 -112
- package/dist/alaska/SCSSVariablesMapFlat--alaska.scss +142 -113
- package/dist/alaska/primitives--alaska.scss +1 -1
- package/dist/alaska-classic/CSSCustomProperties--alaskaClassic.css +141 -112
- package/dist/alaska-classic/CSSCustomProperties--alaskaClassic.min.css +1 -1
- package/dist/alaska-classic/JSONVariablesNested--alaskaClassic.json +188 -149
- package/dist/alaska-classic/JSObject--allTokens.js +5216 -4495
- package/dist/alaska-classic/SCSSVariables--alaskaClassic.scss +141 -112
- package/dist/alaska-classic/SCSSVariablesMapFlat--alaskaClassic.scss +142 -113
- package/dist/alaska-classic/primitives--alaskaClassic.scss +1 -1
- package/dist/auro-1/CSSCustomProperties--auro1.css +141 -112
- package/dist/auro-1/CSSCustomProperties--auro1.min.css +1 -1
- package/dist/auro-1/JSONVariablesNested--auro1.json +188 -149
- package/dist/auro-1/JSObject--allTokens.js +5211 -4490
- package/dist/auro-1/SCSSVariables--auro1.scss +141 -112
- package/dist/auro-1/SCSSVariablesMapFlat--auro1.scss +142 -113
- package/dist/auro-1/primitives--auro1.scss +1 -1
- package/dist/auro-2/CSSCustomProperties--auro2.css +141 -112
- package/dist/auro-2/CSSCustomProperties--auro2.min.css +1 -1
- package/dist/auro-2/JSONVariablesNested--auro2.json +188 -149
- package/dist/auro-2/JSObject--allTokens.js +5211 -4490
- package/dist/auro-2/SCSSVariables--auro2.scss +141 -112
- package/dist/auro-2/SCSSVariablesMapFlat--auro2.scss +142 -113
- package/dist/auro-2/primitives--auro2.scss +1 -1
- package/dist/auro-classic/CSSCustomProperties.css +1 -1
- package/dist/auro-classic/CSSSizeCustomProperties.css +1 -1
- package/dist/auro-classic/JSData--color.js +1 -1
- package/dist/auro-classic/JSObject--allTokens.js +1 -1
- package/dist/auro-classic/JSObject--deprecated.js +1 -1
- package/dist/auro-classic/JSVariables--color.js +1 -1
- package/dist/auro-classic/SCSSVariableMap.scss +1 -1
- package/dist/auro-classic/SCSSVariables.scss +1 -1
- package/dist/auro-classic/SCSSVariablesMapFlat.scss +1 -1
- package/dist/auro-classic/SassCustomProperties.scss +1 -1
- package/dist/auro-classic/SassSizeCustomProperties.scss +1 -1
- package/dist/hawaiian/CSSCustomProperties--hawaiian.css +141 -112
- package/dist/hawaiian/CSSCustomProperties--hawaiian.min.css +1 -1
- package/dist/hawaiian/JSONVariablesNested--hawaiian.json +188 -149
- package/dist/hawaiian/JSObject--allTokens.js +5221 -4500
- package/dist/hawaiian/SCSSVariables--hawaiian.scss +141 -112
- package/dist/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +142 -113
- package/dist/hawaiian/primitives--hawaiian.scss +1 -1
- package/dist/transparent/CSSCustomProperties--transparent.css +1 -1
- package/package.json +1 -1
- package/src/primitives/base/type/letter-spacing.json +24 -0
- package/src/primitives/base/type/line-height.json +42 -0
- package/src/primitives/base/type/size.json +126 -0
- package/src/primitives/base/type/weight.json +48 -0
- package/src/themes/alaska/basic/type/brand.json +50 -0
- package/src/themes/alaska/basic/type/family.json +15 -3
- package/src/themes/alaska/basic/type/letter-spacing.json +38 -0
- package/src/themes/alaska/basic/type/line-height.json +62 -0
- package/src/themes/alaska/basic/type/weight.json +44 -0
- package/src/themes/alaska-classic/basic/type/brand.json +50 -0
- package/src/themes/alaska-classic/basic/type/family.json +15 -3
- package/src/themes/alaska-classic/basic/type/letter-spacing.json +38 -0
- package/src/themes/alaska-classic/basic/type/line-height.json +62 -0
- package/src/{shared → themes/alaska-classic}/basic/type/weight.json +12 -18
- package/src/themes/auro-1/basic/type/brand.json +50 -0
- package/src/themes/auro-1/basic/type/family.json +15 -3
- package/src/themes/auro-1/basic/type/letter-spacing.json +38 -0
- package/src/themes/auro-1/basic/type/line-height.json +62 -0
- package/src/{shared/basic/type/line-height.json → themes/auro-1/basic/type/weight.json} +13 -13
- package/src/themes/auro-2/basic/type/brand.json +50 -0
- package/src/themes/auro-2/basic/type/family.json +15 -3
- package/src/themes/auro-2/basic/type/letter-spacing.json +38 -0
- package/src/themes/auro-2/basic/type/line-height.json +62 -0
- package/src/themes/auro-2/basic/type/weight.json +44 -0
- package/src/themes/hawaiian/basic/type/brand.json +50 -0
- package/src/themes/hawaiian/basic/type/family.json +15 -3
- package/src/themes/hawaiian/basic/type/letter-spacing.json +38 -0
- package/src/themes/hawaiian/basic/type/line-height.json +62 -0
- package/src/themes/hawaiian/basic/type/weight.json +44 -0
- package/src/shared/basic/type/letter-spacing.json +0 -26
- package/src/shared/basic/type/size.json +0 -128
|
@@ -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": "
|
|
9
|
+
"value": "{basic.type.brand.familySecondary.value}"
|
|
10
10
|
},
|
|
11
|
-
"
|
|
11
|
+
"body": {
|
|
12
12
|
"deprecated": false,
|
|
13
13
|
"public": true,
|
|
14
14
|
"type": "semantic",
|
|
15
|
-
"value": "
|
|
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": "
|
|
9
|
+
"value": "{basic.type.brand.familyPrimary.value}"
|
|
10
10
|
},
|
|
11
|
-
"
|
|
11
|
+
"body": {
|
|
12
12
|
"deprecated": false,
|
|
13
13
|
"public": true,
|
|
14
14
|
"type": "semantic",
|
|
15
|
-
"value": "
|
|
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
|
-
"
|
|
5
|
+
"accent": {
|
|
6
6
|
"deprecated": false,
|
|
7
7
|
"public": true,
|
|
8
8
|
"type": "semantic",
|
|
9
|
-
"value": "
|
|
9
|
+
"value": "{type.weight.book.value}"
|
|
10
10
|
},
|
|
11
|
-
"
|
|
11
|
+
"accent2": {
|
|
12
12
|
"deprecated": false,
|
|
13
13
|
"public": true,
|
|
14
14
|
"type": "semantic",
|
|
15
|
-
"value": "
|
|
15
|
+
"value": "{type.weight.medium.value}"
|
|
16
16
|
},
|
|
17
|
-
"
|
|
17
|
+
"body": {
|
|
18
18
|
"deprecated": false,
|
|
19
19
|
"public": true,
|
|
20
20
|
"type": "semantic",
|
|
21
|
-
"value": "
|
|
21
|
+
"value": "{type.weight.book.value}"
|
|
22
22
|
},
|
|
23
|
-
"
|
|
23
|
+
"display": {
|
|
24
24
|
"deprecated": false,
|
|
25
25
|
"public": true,
|
|
26
26
|
"type": "semantic",
|
|
27
|
-
"value": "
|
|
27
|
+
"value": "{type.weight.light.value}"
|
|
28
28
|
},
|
|
29
|
-
"
|
|
29
|
+
"heading": {
|
|
30
30
|
"deprecated": false,
|
|
31
31
|
"public": true,
|
|
32
32
|
"type": "semantic",
|
|
33
|
-
"value": "
|
|
33
|
+
"value": "{type.weight.book.value}"
|
|
34
34
|
},
|
|
35
|
-
|
|
35
|
+
"heading2": {
|
|
36
36
|
"deprecated": false,
|
|
37
37
|
"public": true,
|
|
38
38
|
"type": "semantic",
|
|
39
|
-
"value": "
|
|
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
|
}
|