@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,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": "Teodor"
|
|
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.familySecondary.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
|
+
}
|
|
@@ -1,42 +1,42 @@
|
|
|
1
1
|
{
|
|
2
2
|
"basic": {
|
|
3
3
|
"type": {
|
|
4
|
-
"
|
|
5
|
-
"
|
|
4
|
+
"weight": {
|
|
5
|
+
"accent": {
|
|
6
6
|
"deprecated": false,
|
|
7
7
|
"public": true,
|
|
8
8
|
"type": "semantic",
|
|
9
|
-
"value": "
|
|
9
|
+
"value": "{type.weight.medium.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.regular.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.light.value}"
|
|
34
34
|
},
|
|
35
|
-
|
|
35
|
+
"heading2": {
|
|
36
36
|
"deprecated": false,
|
|
37
37
|
"public": true,
|
|
38
38
|
"type": "semantic",
|
|
39
|
-
"value": "
|
|
39
|
+
"value": "{type.weight.light.value}"
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
}
|
|
@@ -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": "Teodor"
|
|
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
|
+
}
|
|
@@ -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.medium.value}"
|
|
10
|
+
},
|
|
11
|
+
"accent2": {
|
|
12
|
+
"deprecated": false,
|
|
13
|
+
"public": true,
|
|
14
|
+
"type": "semantic",
|
|
15
|
+
"value": "{type.weight.medium.value}"
|
|
16
|
+
},
|
|
17
|
+
"body": {
|
|
18
|
+
"deprecated": false,
|
|
19
|
+
"public": true,
|
|
20
|
+
"type": "semantic",
|
|
21
|
+
"value": "{type.weight.regular.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.light.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": "Slate Pro"
|
|
10
|
+
},
|
|
11
|
+
"familySecondary": {
|
|
12
|
+
"deprecated": false,
|
|
13
|
+
"public": true,
|
|
14
|
+
"type": "semantic",
|
|
15
|
+
"value": "Chronicle Display"
|
|
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.familySecondary.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
|
+
}
|