@aurodesignsystem/design-tokens 8.2.1 → 8.2.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.
- package/CHANGELOG.md +8 -0
- package/dist/legacy/auro-classic/CSSCustomProperties.css +1 -1
- package/dist/legacy/auro-classic/CSSSizeCustomProperties.css +1 -1
- package/dist/legacy/auro-classic/JSData--color.js +1 -1
- package/dist/legacy/auro-classic/JSObject--allTokens.js +1 -1
- package/dist/legacy/auro-classic/JSObject--deprecated.js +1 -1
- package/dist/legacy/auro-classic/JSVariables--color.js +1 -1
- package/dist/legacy/auro-classic/SCSSVariableMap.scss +1 -1
- package/dist/legacy/auro-classic/SCSSVariables.scss +1 -1
- package/dist/legacy/auro-classic/SCSSVariablesMapFlat.scss +1 -1
- package/dist/legacy/auro-classic/SassCustomProperties.scss +1 -1
- package/dist/legacy/auro-classic/SassSizeCustomProperties.scss +1 -1
- package/dist/legacy/transparent/CSSCustomProperties--transparent.css +1 -1
- package/dist/primitives/base/JSONVariablesNested--primitivesBase.json +11 -6
- package/dist/primitives/base/JSObject--allTokens.js +169 -126
- package/dist/primitives/base/SCSSVariables--primitivesBase.scss +8 -7
- package/dist/primitives/base/SCSSVariablesMapFlat--primitivesBase.scss +8 -7
- package/dist/themes/CSSCustomProperties--bundled.css +26 -26
- package/dist/themes/CSSCustomProperties--bundled.min.css +1 -1
- package/dist/themes/alaska/CSSCustomProperties--alaska.css +6 -6
- package/dist/themes/alaska/CSSCustomProperties--alaska.min.css +1 -1
- package/dist/themes/alaska/JSONVariablesNested--alaska.json +16 -11
- package/dist/themes/alaska/JSObject--allTokens.js +181 -138
- package/dist/themes/alaska/SCSSVariables--alaska.scss +13 -12
- package/dist/themes/alaska/SCSSVariablesMapFlat--alaska.scss +13 -12
- package/dist/themes/alaska/primitives--alaska.scss +8 -7
- package/dist/themes/alaska-classic/CSSCustomProperties--alaskaClassic.css +6 -6
- package/dist/themes/alaska-classic/CSSCustomProperties--alaskaClassic.min.css +1 -1
- package/dist/themes/alaska-classic/JSONVariablesNested--alaskaClassic.json +16 -11
- package/dist/themes/alaska-classic/JSObject--allTokens.js +181 -138
- package/dist/themes/alaska-classic/SCSSVariables--alaskaClassic.scss +13 -12
- package/dist/themes/alaska-classic/SCSSVariablesMapFlat--alaskaClassic.scss +13 -12
- package/dist/themes/alaska-classic/primitives--alaskaClassic.scss +8 -7
- package/dist/themes/auro-1/CSSCustomProperties--auro1.css +6 -6
- package/dist/themes/auro-1/CSSCustomProperties--auro1.min.css +1 -1
- package/dist/themes/auro-1/JSONVariablesNested--auro1.json +16 -11
- package/dist/themes/auro-1/JSObject--allTokens.js +181 -138
- package/dist/themes/auro-1/SCSSVariables--auro1.scss +13 -12
- package/dist/themes/auro-1/SCSSVariablesMapFlat--auro1.scss +13 -12
- package/dist/themes/auro-1/primitives--auro1.scss +8 -7
- package/dist/themes/auro-2/CSSCustomProperties--auro2.css +6 -6
- package/dist/themes/auro-2/CSSCustomProperties--auro2.min.css +1 -1
- package/dist/themes/auro-2/JSONVariablesNested--auro2.json +16 -11
- package/dist/themes/auro-2/JSObject--allTokens.js +181 -138
- package/dist/themes/auro-2/SCSSVariables--auro2.scss +13 -12
- package/dist/themes/auro-2/SCSSVariablesMapFlat--auro2.scss +13 -12
- package/dist/themes/auro-2/primitives--auro2.scss +8 -7
- package/dist/themes/hawaiian/CSSCustomProperties--hawaiian.css +6 -6
- package/dist/themes/hawaiian/CSSCustomProperties--hawaiian.min.css +1 -1
- package/dist/themes/hawaiian/JSONVariablesNested--hawaiian.json +16 -11
- package/dist/themes/hawaiian/JSObject--allTokens.js +181 -138
- package/dist/themes/hawaiian/SCSSVariables--hawaiian.scss +13 -12
- package/dist/themes/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +13 -12
- package/dist/themes/hawaiian/primitives--hawaiian.scss +8 -7
- package/package.json +1 -1
- package/src/primitives/base/type/line-height.json +44 -34
- package/src/themes/alaska/basic/type/brand.json +2 -2
- package/src/themes/alaska/basic/type/line-height.json +5 -5
- package/src/themes/alaska-classic/basic/type/brand.json +2 -2
- package/src/themes/alaska-classic/basic/type/line-height.json +5 -5
- package/src/themes/auro-1/basic/type/brand.json +2 -2
- package/src/themes/auro-1/basic/type/line-height.json +5 -5
- package/src/themes/auro-2/basic/type/brand.json +2 -2
- package/src/themes/auro-2/basic/type/line-height.json +5 -5
- package/src/themes/hawaiian/basic/type/brand.json +2 -2
- package/src/themes/hawaiian/basic/type/line-height.json +5 -5
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
/*
|
|
3
3
|
Do not edit directly
|
|
4
|
-
Generated on
|
|
4
|
+
Generated on Fri, 18 Jul 2025 18:00:18 GMT
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
$auroTokens: (
|
|
@@ -9,12 +9,13 @@ $auroTokens: (
|
|
|
9
9
|
'ds-type-letter-spacing-0': (0),
|
|
10
10
|
'ds-type-letter-spacing-005': (0.05em),
|
|
11
11
|
'ds-type-letter-spacing-010': (0.10em),
|
|
12
|
-
'ds-type-line-height-100': (1),
|
|
13
|
-
'ds-type-line-height-
|
|
14
|
-
'ds-type-line-height-
|
|
15
|
-
'ds-type-line-height-
|
|
16
|
-
'ds-type-line-height-
|
|
17
|
-
'ds-type-line-height-
|
|
12
|
+
'ds-type-line-height-percent-100': (1),
|
|
13
|
+
'ds-type-line-height-percent-130': (1.3),
|
|
14
|
+
'ds-type-line-height-px-14': (0.875rem),
|
|
15
|
+
'ds-type-line-height-px-16': (1rem),
|
|
16
|
+
'ds-type-line-height-px-20': (1.25rem),
|
|
17
|
+
'ds-type-line-height-px-24': (1.5rem),
|
|
18
|
+
'ds-type-line-height-px-26': (1.625rem),
|
|
18
19
|
'ds-type-size-10': (0.625rem),
|
|
19
20
|
'ds-type-size-12': (0.75rem),
|
|
20
21
|
'ds-type-size-14': (0.875rem),
|
|
@@ -238,11 +239,11 @@ $auroTokens: (
|
|
|
238
239
|
'ds-basic-type-letter-spacing-heading': (0),
|
|
239
240
|
'ds-basic-type-line-height-accent': (1.3),
|
|
240
241
|
'ds-basic-type-line-height-accent2': (1),
|
|
241
|
-
'ds-basic-type-line-height-body': (1.
|
|
242
|
-
'ds-basic-type-line-height-body2': (1.
|
|
243
|
-
'ds-basic-type-line-height-body3': (1.
|
|
244
|
-
'ds-basic-type-line-height-body4': (
|
|
245
|
-
'ds-basic-type-line-height-body5': (0.
|
|
242
|
+
'ds-basic-type-line-height-body': (1.625rem),
|
|
243
|
+
'ds-basic-type-line-height-body2': (1.5rem),
|
|
244
|
+
'ds-basic-type-line-height-body3': (1.25rem),
|
|
245
|
+
'ds-basic-type-line-height-body4': (1rem),
|
|
246
|
+
'ds-basic-type-line-height-body5': (0.875rem),
|
|
246
247
|
'ds-basic-type-line-height-display': (1.3),
|
|
247
248
|
'ds-basic-type-line-height-heading': (1.3),
|
|
248
249
|
'ds-basic-type-weight-accent': (400),
|
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Fri, 18 Jul 2025 18:00:18 GMT
|
|
4
4
|
|
|
5
5
|
$ha-type-family-fallback: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
|
6
6
|
$ha-type-letter-spacing-0: 0;
|
|
7
7
|
$ha-type-letter-spacing-005: 0.05em;
|
|
8
8
|
$ha-type-letter-spacing-010: 0.10em;
|
|
9
|
-
$ha-type-line-height-100: 1;
|
|
10
|
-
$ha-type-line-height-
|
|
11
|
-
$ha-type-line-height-
|
|
12
|
-
$ha-type-line-height-
|
|
13
|
-
$ha-type-line-height-
|
|
14
|
-
$ha-type-line-height-
|
|
9
|
+
$ha-type-line-height-percent-100: 1;
|
|
10
|
+
$ha-type-line-height-percent-130: 1.3;
|
|
11
|
+
$ha-type-line-height-px-14: 0.875rem;
|
|
12
|
+
$ha-type-line-height-px-16: 1rem;
|
|
13
|
+
$ha-type-line-height-px-20: 1.25rem;
|
|
14
|
+
$ha-type-line-height-px-24: 1.5rem;
|
|
15
|
+
$ha-type-line-height-px-26: 1.625rem;
|
|
15
16
|
$ha-type-size-10: 0.625rem;
|
|
16
17
|
$ha-type-size-12: 0.75rem;
|
|
17
18
|
$ha-type-size-14: 0.875rem;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aurodesignsystem/design-tokens",
|
|
3
|
-
"version": "8.2.
|
|
3
|
+
"version": "8.2.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",
|
|
@@ -1,41 +1,51 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": {
|
|
3
3
|
"lineHeight": {
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
4
|
+
"percent": {
|
|
5
|
+
"100": {
|
|
6
|
+
"deprecated": false,
|
|
7
|
+
"public": true,
|
|
8
|
+
"type": "primitive",
|
|
9
|
+
"value": "1"
|
|
10
|
+
},
|
|
11
|
+
"130": {
|
|
12
|
+
"deprecated": false,
|
|
13
|
+
"public": true,
|
|
14
|
+
"type": "primitive",
|
|
15
|
+
"value": "1.3"
|
|
16
|
+
}
|
|
9
17
|
},
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
"
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
"
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
"
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
"
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
18
|
+
"px": {
|
|
19
|
+
"14": {
|
|
20
|
+
"deprecated": false,
|
|
21
|
+
"public": true,
|
|
22
|
+
"type": "primitive",
|
|
23
|
+
"value": "0.875rem"
|
|
24
|
+
},
|
|
25
|
+
"16": {
|
|
26
|
+
"deprecated": false,
|
|
27
|
+
"public": true,
|
|
28
|
+
"type": "primitive",
|
|
29
|
+
"value": "1rem"
|
|
30
|
+
},
|
|
31
|
+
"20": {
|
|
32
|
+
"deprecated": false,
|
|
33
|
+
"public": true,
|
|
34
|
+
"type": "primitive",
|
|
35
|
+
"value": "1.25rem"
|
|
36
|
+
},
|
|
37
|
+
"24": {
|
|
38
|
+
"deprecated": false,
|
|
39
|
+
"public": true,
|
|
40
|
+
"type": "primitive",
|
|
41
|
+
"value": "1.5rem"
|
|
42
|
+
},
|
|
43
|
+
"26": {
|
|
44
|
+
"deprecated": false,
|
|
45
|
+
"public": true,
|
|
46
|
+
"type": "primitive",
|
|
47
|
+
"value": "1.625rem"
|
|
48
|
+
}
|
|
39
49
|
}
|
|
40
50
|
}
|
|
41
51
|
}
|
|
@@ -18,13 +18,13 @@
|
|
|
18
18
|
"deprecated": false,
|
|
19
19
|
"public": true,
|
|
20
20
|
"type": "semantic",
|
|
21
|
-
"value": "{type.lineHeight.130.value}"
|
|
21
|
+
"value": "{type.lineHeight.percent.130.value}"
|
|
22
22
|
},
|
|
23
23
|
"lineHeightSecondary": {
|
|
24
24
|
"deprecated": false,
|
|
25
25
|
"public": true,
|
|
26
26
|
"type": "semantic",
|
|
27
|
-
"value": "{type.lineHeight.100.value}"
|
|
27
|
+
"value": "{type.lineHeight.percent.100.value}"
|
|
28
28
|
},
|
|
29
29
|
"letterSpacingPrimary": {
|
|
30
30
|
"deprecated": false,
|
|
@@ -18,31 +18,31 @@
|
|
|
18
18
|
"deprecated": false,
|
|
19
19
|
"public": true,
|
|
20
20
|
"type": "semantic",
|
|
21
|
-
"value": "{type.lineHeight.
|
|
21
|
+
"value": "{type.lineHeight.px.26.value}"
|
|
22
22
|
},
|
|
23
23
|
"body2": {
|
|
24
24
|
"deprecated": false,
|
|
25
25
|
"public": true,
|
|
26
26
|
"type": "semantic",
|
|
27
|
-
"value": "{type.lineHeight.
|
|
27
|
+
"value": "{type.lineHeight.px.24.value}"
|
|
28
28
|
},
|
|
29
29
|
"body3": {
|
|
30
30
|
"deprecated": false,
|
|
31
31
|
"public": true,
|
|
32
32
|
"type": "semantic",
|
|
33
|
-
"value": "{type.lineHeight.
|
|
33
|
+
"value": "{type.lineHeight.px.20.value}"
|
|
34
34
|
},
|
|
35
35
|
"body4": {
|
|
36
36
|
"deprecated": false,
|
|
37
37
|
"public": true,
|
|
38
38
|
"type": "semantic",
|
|
39
|
-
"value": "{
|
|
39
|
+
"value": "{type.lineHeight.px.16.value}"
|
|
40
40
|
},
|
|
41
41
|
"body5": {
|
|
42
42
|
"deprecated": false,
|
|
43
43
|
"public": true,
|
|
44
44
|
"type": "semantic",
|
|
45
|
-
"value": "{type.lineHeight.
|
|
45
|
+
"value": "{type.lineHeight.px.14.value}"
|
|
46
46
|
},
|
|
47
47
|
"display": {
|
|
48
48
|
"deprecated": false,
|
|
@@ -18,13 +18,13 @@
|
|
|
18
18
|
"deprecated": false,
|
|
19
19
|
"public": true,
|
|
20
20
|
"type": "semantic",
|
|
21
|
-
"value": "{type.lineHeight.130.value}"
|
|
21
|
+
"value": "{type.lineHeight.percent.130.value}"
|
|
22
22
|
},
|
|
23
23
|
"lineHeightSecondary": {
|
|
24
24
|
"deprecated": false,
|
|
25
25
|
"public": true,
|
|
26
26
|
"type": "semantic",
|
|
27
|
-
"value": "{type.lineHeight.100.value}"
|
|
27
|
+
"value": "{type.lineHeight.percent.100.value}"
|
|
28
28
|
},
|
|
29
29
|
"letterSpacingPrimary": {
|
|
30
30
|
"deprecated": false,
|
|
@@ -18,31 +18,31 @@
|
|
|
18
18
|
"deprecated": false,
|
|
19
19
|
"public": true,
|
|
20
20
|
"type": "semantic",
|
|
21
|
-
"value": "{type.lineHeight.
|
|
21
|
+
"value": "{type.lineHeight.px.26.value}"
|
|
22
22
|
},
|
|
23
23
|
"body2": {
|
|
24
24
|
"deprecated": false,
|
|
25
25
|
"public": true,
|
|
26
26
|
"type": "semantic",
|
|
27
|
-
"value": "{type.lineHeight.
|
|
27
|
+
"value": "{type.lineHeight.px.24.value}"
|
|
28
28
|
},
|
|
29
29
|
"body3": {
|
|
30
30
|
"deprecated": false,
|
|
31
31
|
"public": true,
|
|
32
32
|
"type": "semantic",
|
|
33
|
-
"value": "{type.lineHeight.
|
|
33
|
+
"value": "{type.lineHeight.px.20.value}"
|
|
34
34
|
},
|
|
35
35
|
"body4": {
|
|
36
36
|
"deprecated": false,
|
|
37
37
|
"public": true,
|
|
38
38
|
"type": "semantic",
|
|
39
|
-
"value": "{
|
|
39
|
+
"value": "{type.lineHeight.px.16.value}"
|
|
40
40
|
},
|
|
41
41
|
"body5": {
|
|
42
42
|
"deprecated": false,
|
|
43
43
|
"public": true,
|
|
44
44
|
"type": "semantic",
|
|
45
|
-
"value": "{type.lineHeight.
|
|
45
|
+
"value": "{type.lineHeight.px.14.value}"
|
|
46
46
|
},
|
|
47
47
|
"display": {
|
|
48
48
|
"deprecated": false,
|
|
@@ -18,13 +18,13 @@
|
|
|
18
18
|
"deprecated": false,
|
|
19
19
|
"public": true,
|
|
20
20
|
"type": "semantic",
|
|
21
|
-
"value": "{type.lineHeight.130.value}"
|
|
21
|
+
"value": "{type.lineHeight.percent.130.value}"
|
|
22
22
|
},
|
|
23
23
|
"lineHeightSecondary": {
|
|
24
24
|
"deprecated": false,
|
|
25
25
|
"public": true,
|
|
26
26
|
"type": "semantic",
|
|
27
|
-
"value": "{type.lineHeight.100.value}"
|
|
27
|
+
"value": "{type.lineHeight.percent.100.value}"
|
|
28
28
|
},
|
|
29
29
|
"letterSpacingPrimary": {
|
|
30
30
|
"deprecated": false,
|
|
@@ -18,31 +18,31 @@
|
|
|
18
18
|
"deprecated": false,
|
|
19
19
|
"public": true,
|
|
20
20
|
"type": "semantic",
|
|
21
|
-
"value": "{type.lineHeight.
|
|
21
|
+
"value": "{type.lineHeight.px.26.value}"
|
|
22
22
|
},
|
|
23
23
|
"body2": {
|
|
24
24
|
"deprecated": false,
|
|
25
25
|
"public": true,
|
|
26
26
|
"type": "semantic",
|
|
27
|
-
"value": "{type.lineHeight.
|
|
27
|
+
"value": "{type.lineHeight.px.24.value}"
|
|
28
28
|
},
|
|
29
29
|
"body3": {
|
|
30
30
|
"deprecated": false,
|
|
31
31
|
"public": true,
|
|
32
32
|
"type": "semantic",
|
|
33
|
-
"value": "{type.lineHeight.
|
|
33
|
+
"value": "{type.lineHeight.px.20.value}"
|
|
34
34
|
},
|
|
35
35
|
"body4": {
|
|
36
36
|
"deprecated": false,
|
|
37
37
|
"public": true,
|
|
38
38
|
"type": "semantic",
|
|
39
|
-
"value": "{
|
|
39
|
+
"value": "{type.lineHeight.px.16.value}"
|
|
40
40
|
},
|
|
41
41
|
"body5": {
|
|
42
42
|
"deprecated": false,
|
|
43
43
|
"public": true,
|
|
44
44
|
"type": "semantic",
|
|
45
|
-
"value": "{type.lineHeight.
|
|
45
|
+
"value": "{type.lineHeight.px.14.value}"
|
|
46
46
|
},
|
|
47
47
|
"display": {
|
|
48
48
|
"deprecated": false,
|
|
@@ -18,13 +18,13 @@
|
|
|
18
18
|
"deprecated": false,
|
|
19
19
|
"public": true,
|
|
20
20
|
"type": "semantic",
|
|
21
|
-
"value": "{type.lineHeight.130.value}"
|
|
21
|
+
"value": "{type.lineHeight.percent.130.value}"
|
|
22
22
|
},
|
|
23
23
|
"lineHeightSecondary": {
|
|
24
24
|
"deprecated": false,
|
|
25
25
|
"public": true,
|
|
26
26
|
"type": "semantic",
|
|
27
|
-
"value": "{type.lineHeight.100.value}"
|
|
27
|
+
"value": "{type.lineHeight.percent.100.value}"
|
|
28
28
|
},
|
|
29
29
|
"letterSpacingPrimary": {
|
|
30
30
|
"deprecated": false,
|
|
@@ -18,31 +18,31 @@
|
|
|
18
18
|
"deprecated": false,
|
|
19
19
|
"public": true,
|
|
20
20
|
"type": "semantic",
|
|
21
|
-
"value": "{type.lineHeight.
|
|
21
|
+
"value": "{type.lineHeight.px.26.value}"
|
|
22
22
|
},
|
|
23
23
|
"body2": {
|
|
24
24
|
"deprecated": false,
|
|
25
25
|
"public": true,
|
|
26
26
|
"type": "semantic",
|
|
27
|
-
"value": "{type.lineHeight.
|
|
27
|
+
"value": "{type.lineHeight.px.24.value}"
|
|
28
28
|
},
|
|
29
29
|
"body3": {
|
|
30
30
|
"deprecated": false,
|
|
31
31
|
"public": true,
|
|
32
32
|
"type": "semantic",
|
|
33
|
-
"value": "{type.lineHeight.
|
|
33
|
+
"value": "{type.lineHeight.px.20.value}"
|
|
34
34
|
},
|
|
35
35
|
"body4": {
|
|
36
36
|
"deprecated": false,
|
|
37
37
|
"public": true,
|
|
38
38
|
"type": "semantic",
|
|
39
|
-
"value": "{
|
|
39
|
+
"value": "{type.lineHeight.px.16.value}"
|
|
40
40
|
},
|
|
41
41
|
"body5": {
|
|
42
42
|
"deprecated": false,
|
|
43
43
|
"public": true,
|
|
44
44
|
"type": "semantic",
|
|
45
|
-
"value": "{type.lineHeight.
|
|
45
|
+
"value": "{type.lineHeight.px.14.value}"
|
|
46
46
|
},
|
|
47
47
|
"display": {
|
|
48
48
|
"deprecated": false,
|
|
@@ -18,13 +18,13 @@
|
|
|
18
18
|
"deprecated": false,
|
|
19
19
|
"public": true,
|
|
20
20
|
"type": "semantic",
|
|
21
|
-
"value": "{type.lineHeight.130.value}"
|
|
21
|
+
"value": "{type.lineHeight.percent.130.value}"
|
|
22
22
|
},
|
|
23
23
|
"lineHeightSecondary": {
|
|
24
24
|
"deprecated": false,
|
|
25
25
|
"public": true,
|
|
26
26
|
"type": "semantic",
|
|
27
|
-
"value": "{type.lineHeight.100.value}"
|
|
27
|
+
"value": "{type.lineHeight.percent.100.value}"
|
|
28
28
|
},
|
|
29
29
|
"letterSpacingPrimary": {
|
|
30
30
|
"deprecated": false,
|
|
@@ -18,31 +18,31 @@
|
|
|
18
18
|
"deprecated": false,
|
|
19
19
|
"public": true,
|
|
20
20
|
"type": "semantic",
|
|
21
|
-
"value": "{type.lineHeight.
|
|
21
|
+
"value": "{type.lineHeight.px.26.value}"
|
|
22
22
|
},
|
|
23
23
|
"body2": {
|
|
24
24
|
"deprecated": false,
|
|
25
25
|
"public": true,
|
|
26
26
|
"type": "semantic",
|
|
27
|
-
"value": "{type.lineHeight.
|
|
27
|
+
"value": "{type.lineHeight.px.24.value}"
|
|
28
28
|
},
|
|
29
29
|
"body3": {
|
|
30
30
|
"deprecated": false,
|
|
31
31
|
"public": true,
|
|
32
32
|
"type": "semantic",
|
|
33
|
-
"value": "{type.lineHeight.
|
|
33
|
+
"value": "{type.lineHeight.px.20.value}"
|
|
34
34
|
},
|
|
35
35
|
"body4": {
|
|
36
36
|
"deprecated": false,
|
|
37
37
|
"public": true,
|
|
38
38
|
"type": "semantic",
|
|
39
|
-
"value": "{
|
|
39
|
+
"value": "{type.lineHeight.px.16.value}"
|
|
40
40
|
},
|
|
41
41
|
"body5": {
|
|
42
42
|
"deprecated": false,
|
|
43
43
|
"public": true,
|
|
44
44
|
"type": "semantic",
|
|
45
|
-
"value": "{type.lineHeight.
|
|
45
|
+
"value": "{type.lineHeight.px.14.value}"
|
|
46
46
|
},
|
|
47
47
|
"display": {
|
|
48
48
|
"deprecated": false,
|