@aurodesignsystem/design-tokens 5.3.1 → 5.5.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 +255 -341
- package/dist/alaska/CSSCustomProperties--alaska.css +127 -113
- package/dist/alaska/JSONVariablesNested--alaska.json +195 -143
- package/dist/alaska/JSObject--allTokens.js +3442 -3039
- package/dist/alaska/SCSSVariables--alaska.scss +127 -113
- package/dist/alaska/SCSSVariablesMapFlat--alaska.scss +127 -113
- package/dist/alaska/primitives--alaska.scss +105 -75
- package/dist/auro-classic/CSSCustomProperties.css +162 -162
- package/dist/auro-classic/CSSSizeCustomProperties.css +1 -1
- package/dist/auro-classic/JSData--color.js +1 -1
- package/dist/auro-classic/JSONVariablesFlat.json +162 -162
- package/dist/auro-classic/JSONVariablesNested.json +452 -452
- package/dist/auro-classic/JSObject--allTokens.js +16610 -16610
- package/dist/auro-classic/JSObject--deprecated.js +17434 -17434
- package/dist/auro-classic/JSVariables--color.js +1 -1
- package/dist/auro-classic/SCSSVariableMap.scss +1 -1
- package/dist/auro-classic/SCSSVariables.scss +162 -162
- package/dist/auro-classic/SCSSVariablesMapFlat.scss +181 -181
- package/dist/auro-classic/SassCustomProperties.scss +162 -162
- package/dist/auro-classic/SassSizeCustomProperties.scss +1 -1
- package/dist/hawaiian/CSSCustomProperties--hawaiian.css +129 -113
- package/dist/hawaiian/JSONVariablesNested--hawaiian.json +177 -143
- package/dist/hawaiian/JSObject--allTokens.js +3362 -2893
- package/dist/hawaiian/SCSSVariables--hawaiian.scss +129 -113
- package/dist/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +129 -113
- package/dist/hawaiian/primitives--hawaiian.scss +202 -172
- package/dist/transparent/CSSCustomProperties--transparent.css +1 -1
- package/package.json +1 -1
- package/src/primitives/alaska/{typography.json → font.json} +4 -11
- package/src/primitives/alaska-classic/{typography.json → font.json} +4 -11
- package/src/primitives/base/{typography.json → font.json} +102 -48
- package/src/primitives/base/transparency.json +7 -0
- package/src/primitives/hawaiian/{typography.json → font.json} +3 -11
- package/src/themes/alaska/advanced/boolean.json +138 -0
- package/src/themes/alaska/advanced/button.json +262 -0
- package/src/themes/alaska/advanced/hyperlink.json +64 -0
- package/src/themes/alaska/advanced/shared.json +48 -0
- package/src/themes/alaska/advanced/state.json +72 -0
- package/src/themes/alaska/basic/color/border.json +66 -0
- package/src/themes/alaska/basic/color/brand.json +104 -0
- package/src/themes/alaska/basic/color/fare-brand.json +74 -0
- package/src/themes/alaska/basic/color/page-background.json +24 -0
- package/src/themes/alaska/basic/color/status.json +81 -0
- package/src/themes/alaska/basic/color/surface.json +96 -0
- package/src/themes/alaska/basic/color/text-icon.json +96 -0
- package/src/themes/alaska/basic/corner-radius.json +30 -0
- package/src/themes/alaska/basic/font/accent.json +288 -0
- package/src/themes/alaska/basic/font/body.json +63 -0
- package/src/themes/alaska/basic/font/display.json +248 -0
- package/src/themes/alaska/basic/font/heading.json +245 -0
- package/src/themes/alaska-classic/color.json +2 -2
- package/src/themes/alaska-classic/component/boolean.json +70 -0
- package/src/themes/alaska-classic/{component.json → component/button.json} +1 -133
- package/src/themes/alaska-classic/component/hyperlink.json +62 -0
- package/src/themes/alaska-classic/component/shared.json +46 -0
- package/src/themes/alaska-classic/component/state.json +70 -0
- package/src/themes/alaska-classic/typography.json +799 -107
- package/src/themes/hawaiian/advanced/boolean.json +138 -0
- package/src/themes/hawaiian/advanced/button.json +334 -0
- package/src/themes/hawaiian/advanced/hyperlink.json +64 -0
- package/src/themes/hawaiian/advanced/shared.json +48 -0
- package/src/themes/hawaiian/advanced/state.json +72 -0
- package/src/themes/hawaiian/basic/color/border.json +65 -0
- package/src/themes/hawaiian/basic/color/brand.json +105 -0
- package/src/themes/hawaiian/basic/color/color.json +57 -0
- package/src/themes/hawaiian/basic/color/fare-brand.json +75 -0
- package/src/themes/hawaiian/basic/color/page-background.json +25 -0
- package/src/themes/hawaiian/basic/color/status.json +81 -0
- package/src/themes/hawaiian/basic/color/surface.json +89 -0
- package/src/themes/hawaiian/basic/color/text-icon.json +58 -0
- package/src/themes/hawaiian/basic/font/accent.json +288 -0
- package/src/themes/hawaiian/basic/font/body.json +63 -0
- package/src/themes/hawaiian/basic/font/heading.json +248 -0
- package/src/themes/hawaiian/basic/font/typography.json +248 -0
- package/dist/alaska-classic/CSSCustomProperties--alaskaClassic.css +0 -119
- package/dist/alaska-classic/JSONVariablesNested--alaskaClassic.json +0 -154
- package/dist/alaska-classic/JSObject--allTokens.js +0 -3731
- package/dist/alaska-classic/SCSSVariables--alaskaClassic.scss +0 -116
- package/dist/alaska-classic/SCSSVariablesMapFlat--alaskaClassic.scss +0 -120
- package/dist/alaska-classic/primitives--alaskaClassic.scss +0 -215
- package/src/themes/alaska/color.json +0 -444
- package/src/themes/alaska/component.json +0 -392
- package/src/themes/alaska/typography.json +0 -132
- package/src/themes/hawaiian/color.json +0 -444
- package/src/themes/hawaiian/component.json +0 -392
- package/src/themes/hawaiian/typography.json +0 -132
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"basic": {
|
|
3
|
+
"color": {
|
|
4
|
+
"pageBackground": {
|
|
5
|
+
"default": {
|
|
6
|
+
"value": "{color.midnight.900.value}",
|
|
7
|
+
"type": "semantic",
|
|
8
|
+
"public": true,
|
|
9
|
+
"default": true,
|
|
10
|
+
"usage": "Primary brand color",
|
|
11
|
+
"deprecated": false
|
|
12
|
+
},
|
|
13
|
+
"utility": {
|
|
14
|
+
"value": "{color.midnight.100.value}",
|
|
15
|
+
"type": "semantic",
|
|
16
|
+
"public": true,
|
|
17
|
+
"default": true,
|
|
18
|
+
"usage": "Muted primary brand color",
|
|
19
|
+
"deprecated": false
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
{
|
|
2
|
+
"basic": {
|
|
3
|
+
"color": {
|
|
4
|
+
"status": {
|
|
5
|
+
"default": {
|
|
6
|
+
"value": "{color.neutral.400.value}",
|
|
7
|
+
"type": "semantic",
|
|
8
|
+
"public": true,
|
|
9
|
+
"default": true,
|
|
10
|
+
"usage": "Default status color",
|
|
11
|
+
"deprecated": false
|
|
12
|
+
},
|
|
13
|
+
"error": {
|
|
14
|
+
"value": "{color.status.error.700.value}",
|
|
15
|
+
"type": "semantic",
|
|
16
|
+
"public": true,
|
|
17
|
+
"default": true,
|
|
18
|
+
"usage": "Error status color",
|
|
19
|
+
"deprecated": false
|
|
20
|
+
},
|
|
21
|
+
"errorSubtle": {
|
|
22
|
+
"value": "{color.status.error.100.value}",
|
|
23
|
+
"type": "semantic",
|
|
24
|
+
"public": true,
|
|
25
|
+
"default": true,
|
|
26
|
+
"usage": "Subtle error status color",
|
|
27
|
+
"deprecated": false
|
|
28
|
+
},
|
|
29
|
+
"info": {
|
|
30
|
+
"value": "{basic.color.brand.primary.value}",
|
|
31
|
+
"type": "semantic",
|
|
32
|
+
"public": true,
|
|
33
|
+
"default": true,
|
|
34
|
+
"usage": "Info status color",
|
|
35
|
+
"deprecated": false
|
|
36
|
+
},
|
|
37
|
+
"infoSubtle": {
|
|
38
|
+
"value": "{basic.color.brand.primaryMuted.value}",
|
|
39
|
+
"type": "semantic",
|
|
40
|
+
"public": true,
|
|
41
|
+
"default": true,
|
|
42
|
+
"usage": "Subtle info status color",
|
|
43
|
+
"deprecated": false
|
|
44
|
+
},
|
|
45
|
+
"success": {
|
|
46
|
+
"value": "{color.status.success.700.value}",
|
|
47
|
+
"type": "semantic",
|
|
48
|
+
"public": true,
|
|
49
|
+
"default": true,
|
|
50
|
+
"usage": "Success status color",
|
|
51
|
+
"deprecated": false
|
|
52
|
+
},
|
|
53
|
+
"successSubtle": {
|
|
54
|
+
"value": "{color.status.success.100.value}",
|
|
55
|
+
"type": "semantic",
|
|
56
|
+
"public": true,
|
|
57
|
+
"default": true,
|
|
58
|
+
"usage": "Subtle success status color",
|
|
59
|
+
"deprecated": false
|
|
60
|
+
},
|
|
61
|
+
"warning": {
|
|
62
|
+
"value": "{color.status.warn.300.value}",
|
|
63
|
+
"type": "semantic",
|
|
64
|
+
"public": true,
|
|
65
|
+
"default": true,
|
|
66
|
+
"usage": "Warning status color",
|
|
67
|
+
"deprecated": false
|
|
68
|
+
},
|
|
69
|
+
"warningSubtle": {
|
|
70
|
+
"value": "{color.status.warn.100.value}",
|
|
71
|
+
"type": "semantic",
|
|
72
|
+
"public": true,
|
|
73
|
+
"default": true,
|
|
74
|
+
"usage": "Subtle warning status color",
|
|
75
|
+
"deprecated": false
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
{
|
|
2
|
+
"basic": {
|
|
3
|
+
"color": {
|
|
4
|
+
"surface": {
|
|
5
|
+
"default": {
|
|
6
|
+
"value": "{color.midnight.900.value}",
|
|
7
|
+
"type": "semantic",
|
|
8
|
+
"public": true,
|
|
9
|
+
"default": true,
|
|
10
|
+
"usage": "Primary brand color",
|
|
11
|
+
"deprecated": false
|
|
12
|
+
},
|
|
13
|
+
"natural": {
|
|
14
|
+
"subtle": {
|
|
15
|
+
"value": "{color.midnight.600.value}",
|
|
16
|
+
"type": "semantic",
|
|
17
|
+
"public": true,
|
|
18
|
+
"default": true,
|
|
19
|
+
"usage": "Subtle neutral surface color",
|
|
20
|
+
"deprecated": false
|
|
21
|
+
},
|
|
22
|
+
"medium": {
|
|
23
|
+
"value": "{color.midnight.100.value}",
|
|
24
|
+
"type": "semantic",
|
|
25
|
+
"public": true,
|
|
26
|
+
"default": true,
|
|
27
|
+
"usage": "Medium neutral surface color",
|
|
28
|
+
"deprecated": false
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
"inverse": {
|
|
32
|
+
"base": {
|
|
33
|
+
"value": "{color.white.value}",
|
|
34
|
+
"type": "semantic",
|
|
35
|
+
"public": true,
|
|
36
|
+
"default": true,
|
|
37
|
+
"usage": "Inverse surface color",
|
|
38
|
+
"deprecated": false
|
|
39
|
+
},
|
|
40
|
+
"subtle": {
|
|
41
|
+
"value": "{color.gray.200.value}",
|
|
42
|
+
"type": "semantic",
|
|
43
|
+
"public": true,
|
|
44
|
+
"default": true,
|
|
45
|
+
"usage": "Subtle inverse surface color",
|
|
46
|
+
"deprecated": false
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
"accent1": {
|
|
50
|
+
"base": {
|
|
51
|
+
"value": "{basic.color.brand.primary.value}",
|
|
52
|
+
"type": "semantic",
|
|
53
|
+
"public": true,
|
|
54
|
+
"default": true,
|
|
55
|
+
"usage": "Accent surface color",
|
|
56
|
+
"deprecated": false
|
|
57
|
+
},
|
|
58
|
+
"subtle": {
|
|
59
|
+
"value": "{basic.color.brand.primarySubtle.value}",
|
|
60
|
+
"type": "semantic",
|
|
61
|
+
"public": true,
|
|
62
|
+
"default": true,
|
|
63
|
+
"usage": "Subtle accent surface color",
|
|
64
|
+
"deprecated": false
|
|
65
|
+
},
|
|
66
|
+
"muted": {
|
|
67
|
+
"value": "{basic.color.brand.primaryMuted.value}",
|
|
68
|
+
"type": "semantic",
|
|
69
|
+
"public": true,
|
|
70
|
+
"default": true,
|
|
71
|
+
"usage": "Muted accent surface color",
|
|
72
|
+
"deprecated": false
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
"accent2": {
|
|
76
|
+
"base": {
|
|
77
|
+
"value": "{color.gray.500.value}",
|
|
78
|
+
"type": "semantic",
|
|
79
|
+
"public": true,
|
|
80
|
+
"default": true,
|
|
81
|
+
"usage": "Accent surface color",
|
|
82
|
+
"deprecated": false
|
|
83
|
+
},
|
|
84
|
+
"muted": {
|
|
85
|
+
"value": "{color.gray.300.value}",
|
|
86
|
+
"type": "semantic",
|
|
87
|
+
"public": true,
|
|
88
|
+
"default": true,
|
|
89
|
+
"usage": "Subtle accent surface color",
|
|
90
|
+
"deprecated": false
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
}
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
{
|
|
2
|
+
"basic": {
|
|
3
|
+
"color": {
|
|
4
|
+
"texticon": {
|
|
5
|
+
"default": {
|
|
6
|
+
"value": "{color.gray.1000.value}",
|
|
7
|
+
"type": "semantic",
|
|
8
|
+
"public": true,
|
|
9
|
+
"default": true,
|
|
10
|
+
"usage": "Default text color",
|
|
11
|
+
"deprecated": false
|
|
12
|
+
},
|
|
13
|
+
"muted": {
|
|
14
|
+
"value": "{color.gray.700.value}",
|
|
15
|
+
"type": "semantic",
|
|
16
|
+
"public": true,
|
|
17
|
+
"default": true,
|
|
18
|
+
"usage": "Muted text color",
|
|
19
|
+
"deprecated": false
|
|
20
|
+
},
|
|
21
|
+
"disabled": {
|
|
22
|
+
"base": {
|
|
23
|
+
"value": "{color.gray.250.value}",
|
|
24
|
+
"type": "semantic",
|
|
25
|
+
"public": true,
|
|
26
|
+
"default": true,
|
|
27
|
+
"usage": "Disabled text/icon color",
|
|
28
|
+
"deprecated": false
|
|
29
|
+
},
|
|
30
|
+
"inverse": {
|
|
31
|
+
"value": "{color.gray.700.value}",
|
|
32
|
+
"type": "semantic",
|
|
33
|
+
"public": true,
|
|
34
|
+
"default": true,
|
|
35
|
+
"usage": "Disabled inverse text/icon color",
|
|
36
|
+
"deprecated": false
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
"link": {
|
|
40
|
+
"default": {
|
|
41
|
+
"base": {
|
|
42
|
+
"value": "{basic.color.brand.primary.value}",
|
|
43
|
+
"type": "semantic",
|
|
44
|
+
"public": true,
|
|
45
|
+
"default": true,
|
|
46
|
+
"usage": "Default link text/icon color",
|
|
47
|
+
"deprecated": false
|
|
48
|
+
},
|
|
49
|
+
"inverse": {
|
|
50
|
+
"value": "{color.white.value}",
|
|
51
|
+
"type": "semantic",
|
|
52
|
+
"public": true,
|
|
53
|
+
"default": true,
|
|
54
|
+
"usage": "Inverse link text/icon color",
|
|
55
|
+
"deprecated": false
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
"hover": {
|
|
59
|
+
"base": {
|
|
60
|
+
"value": "{basic.color.brand.primaryBold.value}",
|
|
61
|
+
"type": "semantic",
|
|
62
|
+
"public": true,
|
|
63
|
+
"default": true,
|
|
64
|
+
"usage": "Hover link text/icon color",
|
|
65
|
+
"deprecated": false
|
|
66
|
+
},
|
|
67
|
+
"inverse": {
|
|
68
|
+
"value": "{basic.color.brand.primaryMuted.value}",
|
|
69
|
+
"type": "semantic",
|
|
70
|
+
"public": true,
|
|
71
|
+
"default": true,
|
|
72
|
+
"usage": "Inverse hover link text/icon color",
|
|
73
|
+
"deprecated": false
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
"accent1": {
|
|
78
|
+
"value": "{basic.color.brand.primary.value}",
|
|
79
|
+
"type": "semantic",
|
|
80
|
+
"public": true,
|
|
81
|
+
"default": true,
|
|
82
|
+
"usage": "Accent text color",
|
|
83
|
+
"deprecated": false
|
|
84
|
+
},
|
|
85
|
+
"inverse": {
|
|
86
|
+
"value": "{color.white.value}",
|
|
87
|
+
"type": "semantic",
|
|
88
|
+
"public": true,
|
|
89
|
+
"default": true,
|
|
90
|
+
"usage": "Inverse text color",
|
|
91
|
+
"deprecated": false
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
{
|
|
2
|
+
"basic": {
|
|
3
|
+
"cornerRadius": {
|
|
4
|
+
"small": {
|
|
5
|
+
"value": "6px",
|
|
6
|
+
"type": "semantic",
|
|
7
|
+
"public": true,
|
|
8
|
+
"default": true,
|
|
9
|
+
"usage": "",
|
|
10
|
+
"deprecated": false
|
|
11
|
+
},
|
|
12
|
+
"medium": {
|
|
13
|
+
"value": "6px",
|
|
14
|
+
"type": "semantic",
|
|
15
|
+
"public": true,
|
|
16
|
+
"default": true,
|
|
17
|
+
"usage": "",
|
|
18
|
+
"deprecated": false
|
|
19
|
+
},
|
|
20
|
+
"large": {
|
|
21
|
+
"value": "100px",
|
|
22
|
+
"type": "semantic",
|
|
23
|
+
"public": true,
|
|
24
|
+
"default": true,
|
|
25
|
+
"usage": "",
|
|
26
|
+
"deprecated": false
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
@@ -0,0 +1,288 @@
|
|
|
1
|
+
{
|
|
2
|
+
"basic": {
|
|
3
|
+
"text": {
|
|
4
|
+
"accent": {
|
|
5
|
+
"xxl": {
|
|
6
|
+
"breakpoint": {
|
|
7
|
+
"lg": {
|
|
8
|
+
"fontFamily": "{font.family.goodOt.value}",
|
|
9
|
+
"fontSize": "{font.size.38.value}",
|
|
10
|
+
"fontWeight": "{font.weight.condNews.value}",
|
|
11
|
+
"lineHeight": "{font.lineHeight.100.value}",
|
|
12
|
+
"letterSpacing": "{font.letterSpacing.sm.value}",
|
|
13
|
+
"type": "semantic",
|
|
14
|
+
"public": true,
|
|
15
|
+
"default": true,
|
|
16
|
+
"usage": "",
|
|
17
|
+
"deprecated": false
|
|
18
|
+
},
|
|
19
|
+
"md": {
|
|
20
|
+
"fontFamily": "{font.family.goodOt.value}",
|
|
21
|
+
"fontSize": "{font.size.38.value}",
|
|
22
|
+
"fontWeight": "{font.weight.condNews.value}",
|
|
23
|
+
"lineHeight": "{font.lineHeight.100.value}",
|
|
24
|
+
"letterSpacing": "{font.letterSpacing.sm.value}",
|
|
25
|
+
"type": "semantic",
|
|
26
|
+
"public": true,
|
|
27
|
+
"default": true,
|
|
28
|
+
"usage": "",
|
|
29
|
+
"deprecated": false
|
|
30
|
+
},
|
|
31
|
+
"sm": {
|
|
32
|
+
"fontFamily": "{font.family.goodOt.value}",
|
|
33
|
+
"fontSize": "{font.size.32.value}",
|
|
34
|
+
"fontWeight": "{font.weight.condNews.value}",
|
|
35
|
+
"lineHeight": "{font.lineHeight.100.value}",
|
|
36
|
+
"letterSpacing": "{font.letterSpacing.sm.value}",
|
|
37
|
+
"type": "semantic",
|
|
38
|
+
"public": true,
|
|
39
|
+
"default": true,
|
|
40
|
+
"usage": "",
|
|
41
|
+
"deprecated": false
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
"xl": {
|
|
46
|
+
"breakpoint": {
|
|
47
|
+
"lg": {
|
|
48
|
+
"fontFamily": "{font.family.goodOt.value}",
|
|
49
|
+
"fontSize": "{font.size.32.value}",
|
|
50
|
+
"fontWeight": "{font.weight.condNews.value}",
|
|
51
|
+
"lineHeight": "{font.lineHeight.130.value}",
|
|
52
|
+
"letterSpacing": "{font.letterSpacing.sm.value}",
|
|
53
|
+
"type": "semantic",
|
|
54
|
+
"public": true,
|
|
55
|
+
"default": true,
|
|
56
|
+
"usage": "",
|
|
57
|
+
"deprecated": false
|
|
58
|
+
},
|
|
59
|
+
"md": {
|
|
60
|
+
"fontFamily": "{font.family.goodOt.value}",
|
|
61
|
+
"fontSize": "{font.size.28.value}",
|
|
62
|
+
"fontWeight": "{font.weight.condNews.value}",
|
|
63
|
+
"lineHeight": "{font.lineHeight.130.value}",
|
|
64
|
+
"letterSpacing": "{font.letterSpacing.sm.value}",
|
|
65
|
+
"type": "semantic",
|
|
66
|
+
"public": true,
|
|
67
|
+
"default": true,
|
|
68
|
+
"usage": "",
|
|
69
|
+
"deprecated": false
|
|
70
|
+
},
|
|
71
|
+
"sm": {
|
|
72
|
+
"fontFamily": "{font.family.goodOt.value}",
|
|
73
|
+
"fontSize": "{font.size.26.value}",
|
|
74
|
+
"fontWeight": "{font.weight.condNews.value}",
|
|
75
|
+
"lineHeight": "{font.lineHeight.130.value}",
|
|
76
|
+
"letterSpacing": "{font.letterSpacing.sm.value}",
|
|
77
|
+
"type": "semantic",
|
|
78
|
+
"public": true,
|
|
79
|
+
"default": true,
|
|
80
|
+
"usage": "",
|
|
81
|
+
"deprecated": false
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
"lg": {
|
|
86
|
+
"breakpoint": {
|
|
87
|
+
"lg": {
|
|
88
|
+
"fontFamily": "{font.family.goodOt.value}",
|
|
89
|
+
"fontSize": "{font.size.28.value}",
|
|
90
|
+
"fontWeight": "{font.weight.condNews.value}",
|
|
91
|
+
"lineHeight": "{font.lineHeight.130.value}",
|
|
92
|
+
"letterSpacing": "{font.letterSpacing.sm.value}",
|
|
93
|
+
"type": "semantic",
|
|
94
|
+
"public": true,
|
|
95
|
+
"default": true,
|
|
96
|
+
"usage": "",
|
|
97
|
+
"deprecated": false
|
|
98
|
+
},
|
|
99
|
+
"md": {
|
|
100
|
+
"fontFamily": "{font.family.goodOt.value}",
|
|
101
|
+
"fontSize": "{font.size.26.value}",
|
|
102
|
+
"fontWeight": "{font.weight.condNews.value}",
|
|
103
|
+
"lineHeight": "{font.lineHeight.130.value}",
|
|
104
|
+
"letterSpacing": "{font.letterSpacing.sm.value}",
|
|
105
|
+
"type": "semantic",
|
|
106
|
+
"public": true,
|
|
107
|
+
"default": true,
|
|
108
|
+
"usage": "",
|
|
109
|
+
"deprecated": false
|
|
110
|
+
},
|
|
111
|
+
"sm": {
|
|
112
|
+
"fontFamily": "{font.family.goodOt.value}",
|
|
113
|
+
"fontSize": "{font.size.24.value}",
|
|
114
|
+
"fontWeight": "{font.weight.condNews.value}",
|
|
115
|
+
"lineHeight": "{font.lineHeight.130.value}",
|
|
116
|
+
"letterSpacing": "{font.letterSpacing.sm.value}",
|
|
117
|
+
"type": "semantic",
|
|
118
|
+
"public": true,
|
|
119
|
+
"default": true,
|
|
120
|
+
"usage": "",
|
|
121
|
+
"deprecated": false
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
},
|
|
125
|
+
"md": {
|
|
126
|
+
"breakpoint": {
|
|
127
|
+
"lg": {
|
|
128
|
+
"fontFamily": "{font.family.goodOt.value}",
|
|
129
|
+
"fontSize": "{font.size.24.value}",
|
|
130
|
+
"fontWeight": "{font.weight.condMedium.value}",
|
|
131
|
+
"lineHeight": "{font.lineHeight.130.value}",
|
|
132
|
+
"letterSpacing": "{font.letterSpacing.sm.value}",
|
|
133
|
+
"type": "semantic",
|
|
134
|
+
"public": true,
|
|
135
|
+
"default": true,
|
|
136
|
+
"usage": "",
|
|
137
|
+
"deprecated": false
|
|
138
|
+
},
|
|
139
|
+
"md": {
|
|
140
|
+
"fontFamily": "{font.family.goodOt.value}",
|
|
141
|
+
"fontSize": "{font.size.22.value}",
|
|
142
|
+
"fontWeight": "{font.weight.condMedium.value}",
|
|
143
|
+
"lineHeight": "{font.lineHeight.130.value}",
|
|
144
|
+
"letterSpacing": "{font.letterSpacing.sm.value}",
|
|
145
|
+
"type": "semantic",
|
|
146
|
+
"public": true,
|
|
147
|
+
"default": true,
|
|
148
|
+
"usage": "",
|
|
149
|
+
"deprecated": false
|
|
150
|
+
},
|
|
151
|
+
"sm": {
|
|
152
|
+
"fontFamily": "{font.family.goodOt.value}",
|
|
153
|
+
"fontSize": "{font.size.22.value}",
|
|
154
|
+
"fontWeight": "{font.weight.condMedium.value}",
|
|
155
|
+
"lineHeight": "{font.lineHeight.130.value}",
|
|
156
|
+
"letterSpacing": "{font.letterSpacing.sm.value}",
|
|
157
|
+
"type": "semantic",
|
|
158
|
+
"public": true,
|
|
159
|
+
"default": true,
|
|
160
|
+
"usage": "",
|
|
161
|
+
"deprecated": false
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
},
|
|
165
|
+
"sm": {
|
|
166
|
+
"breakpoint": {
|
|
167
|
+
"lg": {
|
|
168
|
+
"fontFamily": "{font.family.goodOt.value}",
|
|
169
|
+
"fontSize": "{font.size.20.value}",
|
|
170
|
+
"fontWeight": "{font.weight.condMedium.value}",
|
|
171
|
+
"lineHeight": "{font.lineHeight.130.value}",
|
|
172
|
+
"letterSpacing": "{font.letterSpacing.sm.value}",
|
|
173
|
+
"type": "semantic",
|
|
174
|
+
"public": true,
|
|
175
|
+
"default": true,
|
|
176
|
+
"usage": "",
|
|
177
|
+
"deprecated": false
|
|
178
|
+
},
|
|
179
|
+
"md": {
|
|
180
|
+
"fontFamily": "{font.family.goodOt.value}",
|
|
181
|
+
"fontSize": "{font.size.18.value}",
|
|
182
|
+
"fontWeight": "{font.weight.condMedium.value}",
|
|
183
|
+
"lineHeight": "{font.lineHeight.130.value}",
|
|
184
|
+
"letterSpacing": "{font.letterSpacing.sm.value}",
|
|
185
|
+
"type": "semantic",
|
|
186
|
+
"public": true,
|
|
187
|
+
"default": true,
|
|
188
|
+
"usage": "",
|
|
189
|
+
"deprecated": false
|
|
190
|
+
},
|
|
191
|
+
"sm": {
|
|
192
|
+
"fontFamily": "{font.family.goodOt.value}",
|
|
193
|
+
"fontSize": "{font.size.18.value}",
|
|
194
|
+
"fontWeight": "{font.weight.condMedium.value}",
|
|
195
|
+
"lineHeight": "{font.lineHeight.130.value}",
|
|
196
|
+
"letterSpacing": "{font.letterSpacing.sm.value}",
|
|
197
|
+
"type": "semantic",
|
|
198
|
+
"public": true,
|
|
199
|
+
"default": true,
|
|
200
|
+
"usage": "",
|
|
201
|
+
"deprecated": false
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
},
|
|
205
|
+
"xs": {
|
|
206
|
+
"breakpoint": {
|
|
207
|
+
"lg": {
|
|
208
|
+
"fontFamily": "{font.family.goodOt.value}",
|
|
209
|
+
"fontSize": "{font.size.16.value}",
|
|
210
|
+
"fontWeight": "{font.weight.condMedium.value}",
|
|
211
|
+
"lineHeight": "{font.lineHeight.130.value}",
|
|
212
|
+
"letterSpacing": "{font.letterSpacing.md.value}",
|
|
213
|
+
"type": "semantic",
|
|
214
|
+
"public": true,
|
|
215
|
+
"default": true,
|
|
216
|
+
"usage": "",
|
|
217
|
+
"deprecated": false
|
|
218
|
+
},
|
|
219
|
+
"md": {
|
|
220
|
+
"fontFamily": "{font.family.goodOt.value}",
|
|
221
|
+
"fontSize": "{font.size.16.value}",
|
|
222
|
+
"fontWeight": "{font.weight.condMedium.value}",
|
|
223
|
+
"lineHeight": "{font.lineHeight.130.value}",
|
|
224
|
+
"letterSpacing": "{font.letterSpacing.md.value}",
|
|
225
|
+
"type": "semantic",
|
|
226
|
+
"public": true,
|
|
227
|
+
"default": true,
|
|
228
|
+
"usage": "",
|
|
229
|
+
"deprecated": false
|
|
230
|
+
},
|
|
231
|
+
"sm": {
|
|
232
|
+
"fontFamily": "{font.family.goodOt.value}",
|
|
233
|
+
"fontSize": "{font.size.16.value}",
|
|
234
|
+
"fontWeight": "{font.weight.condMedium.value}",
|
|
235
|
+
"lineHeight": "{font.lineHeight.130.value}",
|
|
236
|
+
"letterSpacing": "{font.letterSpacing.md.value}",
|
|
237
|
+
"type": "semantic",
|
|
238
|
+
"public": true,
|
|
239
|
+
"default": true,
|
|
240
|
+
"usage": "",
|
|
241
|
+
"deprecated": false
|
|
242
|
+
}
|
|
243
|
+
}
|
|
244
|
+
},
|
|
245
|
+
"xxs": {
|
|
246
|
+
"breakpoint": {
|
|
247
|
+
"lg": {
|
|
248
|
+
"fontFamily": "{font.family.goodOt.value}",
|
|
249
|
+
"fontSize": "{font.size.14.value}",
|
|
250
|
+
"fontWeight": "{font.weight.condNews.value}",
|
|
251
|
+
"lineHeight": "{font.lineHeight.130.value}",
|
|
252
|
+
"letterSpacing": "{font.letterSpacing.md.value}",
|
|
253
|
+
"type": "semantic",
|
|
254
|
+
"public": true,
|
|
255
|
+
"default": true,
|
|
256
|
+
"usage": "",
|
|
257
|
+
"deprecated": false
|
|
258
|
+
},
|
|
259
|
+
"md": {
|
|
260
|
+
"fontFamily": "{font.family.goodOt.value}",
|
|
261
|
+
"fontSize": "{font.size.14.value}",
|
|
262
|
+
"fontWeight": "{font.weight.condNews.value}",
|
|
263
|
+
"lineHeight": "{font.lineHeight.130.value}",
|
|
264
|
+
"letterSpacing": "{font.letterSpacing.md.value}",
|
|
265
|
+
"type": "semantic",
|
|
266
|
+
"public": true,
|
|
267
|
+
"default": true,
|
|
268
|
+
"usage": "",
|
|
269
|
+
"deprecated": false
|
|
270
|
+
},
|
|
271
|
+
"sm": {
|
|
272
|
+
"fontFamily": "{font.family.goodOt.value}",
|
|
273
|
+
"fontSize": "{font.size.14.value}",
|
|
274
|
+
"fontWeight": "{font.weight.condNews.value}",
|
|
275
|
+
"lineHeight": "{font.lineHeight.130.value}",
|
|
276
|
+
"letterSpacing": "{font.letterSpacing.md.value}",
|
|
277
|
+
"type": "semantic",
|
|
278
|
+
"public": true,
|
|
279
|
+
"default": true,
|
|
280
|
+
"usage": "",
|
|
281
|
+
"deprecated": false
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
}
|
|
285
|
+
}
|
|
286
|
+
}
|
|
287
|
+
}
|
|
288
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
{
|
|
2
|
+
"basic": {
|
|
3
|
+
"text": {
|
|
4
|
+
"body": {
|
|
5
|
+
"lg": {
|
|
6
|
+
"fontFamily": "{font.family.asCircular.value}",
|
|
7
|
+
"fontSize": "{font.size.18.value}",
|
|
8
|
+
"lineHeight": "{font.lineHeight.26.value}",
|
|
9
|
+
"fontWeight": "{font.weight.book.value}",
|
|
10
|
+
"type": "semantic",
|
|
11
|
+
"public": true,
|
|
12
|
+
"default": true,
|
|
13
|
+
"usage": "",
|
|
14
|
+
"deprecated": false
|
|
15
|
+
},
|
|
16
|
+
"default": {
|
|
17
|
+
"fontFamily": "{font.family.asCircular.value}",
|
|
18
|
+
"fontSize": "{font.size.16.value}",
|
|
19
|
+
"lineHeight": "{font.lineHeight.24.value}",
|
|
20
|
+
"fontWeight": "{font.weight.book.value}",
|
|
21
|
+
"type": "semantic",
|
|
22
|
+
"public": true,
|
|
23
|
+
"default": true,
|
|
24
|
+
"usage": "",
|
|
25
|
+
"deprecated": false
|
|
26
|
+
},
|
|
27
|
+
"sm": {
|
|
28
|
+
"fontFamily": "{font.family.asCircular.value}",
|
|
29
|
+
"fontSize": "{font.size.14.value}",
|
|
30
|
+
"lineHeight": "{font.lineHeight.20.value}",
|
|
31
|
+
"fontWeight": "{font.weight.book.value}",
|
|
32
|
+
"type": "semantic",
|
|
33
|
+
"public": true,
|
|
34
|
+
"default": true,
|
|
35
|
+
"usage": "",
|
|
36
|
+
"deprecated": false
|
|
37
|
+
},
|
|
38
|
+
"xs": {
|
|
39
|
+
"fontFamily": "{font.family.asCircular.value}",
|
|
40
|
+
"fontSize": "{font.size.12.value}",
|
|
41
|
+
"lineHeight": "{font.lineHeight.16.value}",
|
|
42
|
+
"fontWeight": "{font.weight.book.value}",
|
|
43
|
+
"type": "semantic",
|
|
44
|
+
"public": true,
|
|
45
|
+
"default": true,
|
|
46
|
+
"usage": "",
|
|
47
|
+
"deprecated": false
|
|
48
|
+
},
|
|
49
|
+
"xxs": {
|
|
50
|
+
"fontFamily": "{font.family.asCircular.value}",
|
|
51
|
+
"fontSize": "{font.size.10.value}",
|
|
52
|
+
"lineHeight": "{font.lineHeight.14.value}",
|
|
53
|
+
"fontWeight": "{font.weight.book.value}",
|
|
54
|
+
"type": "semantic",
|
|
55
|
+
"public": true,
|
|
56
|
+
"default": true,
|
|
57
|
+
"usage": "",
|
|
58
|
+
"deprecated": false
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
}
|