@aurodesignsystem/design-tokens 5.5.0 → 5.6.1
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 +28 -0
- package/dist/CSSCustomProperties--bundled.css +805 -153
- package/dist/alaska/CSSCustomProperties--alaska.css +415 -88
- package/dist/alaska/JSONVariablesNested--alaska.json +636 -133
- package/dist/alaska/JSObject--allTokens.js +14129 -2689
- package/dist/alaska/SCSSVariables--alaska.scss +415 -88
- package/dist/alaska/SCSSVariablesMapFlat--alaska.scss +415 -88
- package/dist/alaska/primitives--alaska.scss +35 -34
- 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 +391 -66
- package/dist/hawaiian/JSONVariablesNested--hawaiian.json +614 -93
- package/dist/hawaiian/JSObject--allTokens.js +13996 -2622
- package/dist/hawaiian/SCSSVariables--hawaiian.scss +391 -66
- package/dist/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +392 -67
- package/dist/hawaiian/primitives--hawaiian.scss +25 -24
- package/dist/transparent/CSSCustomProperties--transparent.css +1 -1
- package/package.json +6 -6
- package/src/primitives/alaska/color.json +456 -456
- package/src/primitives/alaska/font.json +9 -9
- package/src/primitives/base/color.json +284 -284
- package/src/primitives/base/font.json +186 -175
- package/src/primitives/base/transparency.json +108 -108
- package/src/primitives/hawaiian/color.json +287 -287
- package/src/primitives/hawaiian/font.json +9 -9
- package/src/themes/alaska/advanced/accents.json +104 -0
- package/src/themes/alaska/advanced/boolean.json +134 -128
- package/src/themes/alaska/advanced/button/primary.json +146 -0
- package/src/themes/alaska/advanced/button/secondary.json +106 -0
- package/src/themes/alaska/advanced/button/tertiary.json +98 -0
- package/src/themes/alaska/advanced/hyperlink.json +19 -43
- package/src/themes/alaska/advanced/shared.json +30 -30
- package/src/themes/alaska/advanced/state.json +60 -60
- package/src/themes/alaska/basic/color/border.json +43 -45
- package/src/themes/alaska/basic/color/brand.json +61 -61
- package/src/themes/alaska/basic/color/fare-brand.json +44 -44
- package/src/themes/alaska/basic/color/page-background.json +9 -9
- package/src/themes/alaska/basic/color/status.json +36 -37
- package/src/themes/alaska/basic/color/surface.json +72 -80
- package/src/themes/alaska/basic/color/text-icon.json +37 -77
- package/src/themes/alaska/basic/corner-radius.json +15 -15
- package/src/themes/alaska/basic/font/accent.json +847 -217
- package/src/themes/alaska/basic/font/body.json +203 -48
- package/src/themes/alaska/basic/font/display.json +727 -187
- package/src/themes/alaska/basic/font/heading.json +725 -182
- package/src/themes/alaska-classic/typography.json +124 -124
- package/src/themes/hawaiian/advanced/accents.json +104 -0
- package/src/themes/hawaiian/advanced/boolean.json +134 -128
- package/src/themes/hawaiian/advanced/button/primary.json +146 -0
- package/src/themes/hawaiian/advanced/button/secondary.json +106 -0
- package/src/themes/hawaiian/advanced/button/tertiary.json +98 -0
- package/src/themes/hawaiian/advanced/hyperlink.json +19 -43
- package/src/themes/hawaiian/advanced/shared.json +30 -30
- package/src/themes/hawaiian/advanced/state.json +60 -60
- package/src/themes/hawaiian/basic/color/border.json +28 -29
- package/src/themes/hawaiian/basic/color/brand.json +48 -49
- package/src/themes/hawaiian/basic/color/fare-brand.json +41 -42
- package/src/themes/hawaiian/basic/color/page-background.json +8 -9
- package/src/themes/hawaiian/basic/color/status.json +36 -37
- package/src/themes/hawaiian/basic/color/surface.json +40 -41
- package/src/themes/hawaiian/basic/color/text-icon.json +37 -39
- package/src/themes/hawaiian/basic/corner-radius.json +30 -0
- package/src/themes/hawaiian/basic/font/accent.json +846 -216
- package/src/themes/hawaiian/basic/font/body.json +202 -47
- package/src/themes/hawaiian/basic/font/display.json +788 -0
- package/src/themes/hawaiian/basic/font/heading.json +724 -184
- package/src/themes/alaska/advanced/button.json +0 -262
- package/src/themes/hawaiian/advanced/button.json +0 -334
- package/src/themes/hawaiian/basic/color/color.json +0 -57
- package/src/themes/hawaiian/basic/font/typography.json +0 -248
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
"lg": {
|
|
7
7
|
"fontFamily": "{font.family.asCircular.value}",
|
|
8
8
|
"fontSize": "{font.size.86.value}",
|
|
9
|
-
"fontWeight": "{font.weight.
|
|
10
|
-
"lineHeight": "{font.lineHeight.130.value}",
|
|
9
|
+
"fontWeight": "{font.weight.300.value}",
|
|
10
|
+
"lineHeight": "{font.lineHeight.percent.130.value}",
|
|
11
11
|
"letterSpacing": "{font.letterSpacing.xs.value}",
|
|
12
12
|
"type": "semantic",
|
|
13
13
|
"public": true,
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"md": {
|
|
19
19
|
"fontFamily": "{font.family.asCircular.value}",
|
|
20
20
|
"fontSize": "{font.size.72.value}",
|
|
21
|
-
"fontWeight": "{font.weight.
|
|
22
|
-
"lineHeight": "{font.lineHeight.130.value}",
|
|
21
|
+
"fontWeight": "{font.weight.300.value}",
|
|
22
|
+
"lineHeight": "{font.lineHeight.percent.130.value}",
|
|
23
23
|
"letterSpacing": "{font.letterSpacing.xs.value}",
|
|
24
24
|
"type": "semantic",
|
|
25
25
|
"public": true,
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"sm": {
|
|
31
31
|
"fontFamily": "{font.family.asCircular.value}",
|
|
32
32
|
"fontSize": "{font.size.56.value}",
|
|
33
|
-
"fontWeight": "{font.weight.
|
|
34
|
-
"lineHeight": "{font.lineHeight.130.value}",
|
|
33
|
+
"fontWeight": "{font.weight.300.value}",
|
|
34
|
+
"lineHeight": "{font.lineHeight.percent.130.value}",
|
|
35
35
|
"letterSpacing": "{font.letterSpacing.xs.value}",
|
|
36
36
|
"type": "semantic",
|
|
37
37
|
"public": true,
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
"lg": {
|
|
47
47
|
"fontFamily": "{font.family.asCircular.value}",
|
|
48
48
|
"fontSize": "{font.size.72.value}",
|
|
49
|
-
"fontWeight": "{font.weight.
|
|
50
|
-
"lineHeight": "{font.lineHeight.130.value}",
|
|
49
|
+
"fontWeight": "{font.weight.300.value}",
|
|
50
|
+
"lineHeight": "{font.lineHeight.percent.130.value}",
|
|
51
51
|
"letterSpacing": "{font.letterSpacing.xs.value}",
|
|
52
52
|
"type": "semantic",
|
|
53
53
|
"public": true,
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
"md": {
|
|
59
59
|
"fontFamily": "{font.family.asCircular.value}",
|
|
60
60
|
"fontSize": "{font.size.64.value}",
|
|
61
|
-
"fontWeight": "{font.weight.
|
|
62
|
-
"lineHeight": "{font.lineHeight.130.value}",
|
|
61
|
+
"fontWeight": "{font.weight.300.value}",
|
|
62
|
+
"lineHeight": "{font.lineHeight.percent.130.value}",
|
|
63
63
|
"letterSpacing": "{font.letterSpacing.xs.value}",
|
|
64
64
|
"type": "semantic",
|
|
65
65
|
"public": true,
|
|
@@ -70,8 +70,8 @@
|
|
|
70
70
|
"sm": {
|
|
71
71
|
"fontFamily": "{font.family.asCircular.value}",
|
|
72
72
|
"fontSize": "{font.size.48.value}",
|
|
73
|
-
"fontWeight": "{font.weight.
|
|
74
|
-
"lineHeight": "{font.lineHeight.130.value}",
|
|
73
|
+
"fontWeight": "{font.weight.300.value}",
|
|
74
|
+
"lineHeight": "{font.lineHeight.percent.130.value}",
|
|
75
75
|
"letterSpacing": "{font.letterSpacing.xs.value}",
|
|
76
76
|
"type": "semantic",
|
|
77
77
|
"public": true,
|
|
@@ -86,8 +86,8 @@
|
|
|
86
86
|
"lg": {
|
|
87
87
|
"fontFamily": "{font.family.asCircular.value}",
|
|
88
88
|
"fontSize": "{font.size.64.value}",
|
|
89
|
-
"fontWeight": "{font.weight.
|
|
90
|
-
"lineHeight": "{font.lineHeight.130.value}",
|
|
89
|
+
"fontWeight": "{font.weight.300.value}",
|
|
90
|
+
"lineHeight": "{font.lineHeight.percent.130.value}",
|
|
91
91
|
"letterSpacing": "{font.letterSpacing.xs.value}",
|
|
92
92
|
"type": "semantic",
|
|
93
93
|
"public": true,
|
|
@@ -98,8 +98,8 @@
|
|
|
98
98
|
"md": {
|
|
99
99
|
"fontFamily": "{font.family.asCircular.value}",
|
|
100
100
|
"fontSize": "{font.size.56.value}",
|
|
101
|
-
"fontWeight": "{font.weight.
|
|
102
|
-
"lineHeight": "{font.lineHeight.130.value}",
|
|
101
|
+
"fontWeight": "{font.weight.300.value}",
|
|
102
|
+
"lineHeight": "{font.lineHeight.percent.130.value}",
|
|
103
103
|
"letterSpacing": "{font.letterSpacing.xs.value}",
|
|
104
104
|
"type": "semantic",
|
|
105
105
|
"public": true,
|
|
@@ -110,8 +110,8 @@
|
|
|
110
110
|
"sm": {
|
|
111
111
|
"fontFamily": "{font.family.asCircular.value}",
|
|
112
112
|
"fontSize": "{font.size.44.value}",
|
|
113
|
-
"fontWeight": "{font.weight.
|
|
114
|
-
"lineHeight": "{font.lineHeight.130.value}",
|
|
113
|
+
"fontWeight": "{font.weight.300.value}",
|
|
114
|
+
"lineHeight": "{font.lineHeight.percent.130.value}",
|
|
115
115
|
"letterSpacing": "{font.letterSpacing.xs.value}",
|
|
116
116
|
"type": "semantic",
|
|
117
117
|
"public": true,
|
|
@@ -126,8 +126,8 @@
|
|
|
126
126
|
"lg": {
|
|
127
127
|
"fontFamily": "{font.family.asCircular.value}",
|
|
128
128
|
"fontSize": "{font.size.56.value}",
|
|
129
|
-
"fontWeight": "{font.weight.
|
|
130
|
-
"lineHeight": "{font.lineHeight.130.value}",
|
|
129
|
+
"fontWeight": "{font.weight.300.value}",
|
|
130
|
+
"lineHeight": "{font.lineHeight.percent.130.value}",
|
|
131
131
|
"letterSpacing": "{font.letterSpacing.xs.value}",
|
|
132
132
|
"type": "semantic",
|
|
133
133
|
"public": true,
|
|
@@ -138,8 +138,8 @@
|
|
|
138
138
|
"md": {
|
|
139
139
|
"fontFamily": "{font.family.asCircular.value}",
|
|
140
140
|
"fontSize": "{font.size.48.value}",
|
|
141
|
-
"fontWeight": "{font.weight.
|
|
142
|
-
"lineHeight": "{font.lineHeight.130.value}",
|
|
141
|
+
"fontWeight": "{font.weight.300.value}",
|
|
142
|
+
"lineHeight": "{font.lineHeight.percent.130.value}",
|
|
143
143
|
"letterSpacing": "{font.letterSpacing.xs.value}",
|
|
144
144
|
"type": "semantic",
|
|
145
145
|
"public": true,
|
|
@@ -150,8 +150,8 @@
|
|
|
150
150
|
"sm": {
|
|
151
151
|
"fontFamily": "{font.family.asCircular.value}",
|
|
152
152
|
"fontSize": "{font.size.40.value}",
|
|
153
|
-
"fontWeight": "{font.weight.
|
|
154
|
-
"lineHeight": "{font.lineHeight.130.value}",
|
|
153
|
+
"fontWeight": "{font.weight.300.value}",
|
|
154
|
+
"lineHeight": "{font.lineHeight.percent.130.value}",
|
|
155
155
|
"letterSpacing": "{font.letterSpacing.xs.value}",
|
|
156
156
|
"type": "semantic",
|
|
157
157
|
"public": true,
|
|
@@ -166,8 +166,8 @@
|
|
|
166
166
|
"lg": {
|
|
167
167
|
"fontFamily": "{font.family.asCircular.value}",
|
|
168
168
|
"fontSize": "{font.size.48.value}",
|
|
169
|
-
"fontWeight": "{font.weight.
|
|
170
|
-
"lineHeight": "{font.lineHeight.130.value}",
|
|
169
|
+
"fontWeight": "{font.weight.300.value}",
|
|
170
|
+
"lineHeight": "{font.lineHeight.percent.130.value}",
|
|
171
171
|
"letterSpacing": "{font.letterSpacing.xs.value}",
|
|
172
172
|
"type": "semantic",
|
|
173
173
|
"public": true,
|
|
@@ -178,8 +178,8 @@
|
|
|
178
178
|
"md": {
|
|
179
179
|
"fontFamily": "{font.family.asCircular.value}",
|
|
180
180
|
"fontSize": "{font.size.44.value}",
|
|
181
|
-
"fontWeight": "{font.weight.
|
|
182
|
-
"lineHeight": "{font.lineHeight.130.value}",
|
|
181
|
+
"fontWeight": "{font.weight.300.value}",
|
|
182
|
+
"lineHeight": "{font.lineHeight.percent.130.value}",
|
|
183
183
|
"letterSpacing": "{font.letterSpacing.xs.value}",
|
|
184
184
|
"type": "semantic",
|
|
185
185
|
"public": true,
|
|
@@ -190,8 +190,8 @@
|
|
|
190
190
|
"sm": {
|
|
191
191
|
"fontFamily": "{font.family.asCircular.value}",
|
|
192
192
|
"fontSize": "{font.size.32.value}",
|
|
193
|
-
"fontWeight": "{font.weight.
|
|
194
|
-
"lineHeight": "{font.lineHeight.130.value}",
|
|
193
|
+
"fontWeight": "{font.weight.300.value}",
|
|
194
|
+
"lineHeight": "{font.lineHeight.percent.130.value}",
|
|
195
195
|
"letterSpacing": "{font.letterSpacing.xs.value}",
|
|
196
196
|
"type": "semantic",
|
|
197
197
|
"public": true,
|
|
@@ -206,8 +206,8 @@
|
|
|
206
206
|
"lg": {
|
|
207
207
|
"fontFamily": "{font.family.asCircular.value}",
|
|
208
208
|
"fontSize": "{font.size.38.value}",
|
|
209
|
-
"fontWeight": "{font.weight.
|
|
210
|
-
"lineHeight": "{font.lineHeight.130.value}",
|
|
209
|
+
"fontWeight": "{font.weight.300.value}",
|
|
210
|
+
"lineHeight": "{font.lineHeight.percent.130.value}",
|
|
211
211
|
"letterSpacing": "{font.letterSpacing.xs.value}",
|
|
212
212
|
"type": "semantic",
|
|
213
213
|
"public": true,
|
|
@@ -218,8 +218,8 @@
|
|
|
218
218
|
"md": {
|
|
219
219
|
"fontFamily": "{font.family.asCircular.value}",
|
|
220
220
|
"fontSize": "{font.size.36.value}",
|
|
221
|
-
"fontWeight": "{font.weight.
|
|
222
|
-
"lineHeight": "{font.lineHeight.130.value}",
|
|
221
|
+
"fontWeight": "{font.weight.300.value}",
|
|
222
|
+
"lineHeight": "{font.lineHeight.percent.130.value}",
|
|
223
223
|
"letterSpacing": "{font.letterSpacing.xs.value}",
|
|
224
224
|
"type": "semantic",
|
|
225
225
|
"public": true,
|
|
@@ -230,8 +230,8 @@
|
|
|
230
230
|
"sm": {
|
|
231
231
|
"fontFamily": "{font.family.asCircular.value}",
|
|
232
232
|
"fontSize": "{font.size.28.value}",
|
|
233
|
-
"fontWeight": "{font.weight.
|
|
234
|
-
"lineHeight": "{font.lineHeight.130.value}",
|
|
233
|
+
"fontWeight": "{font.weight.300.value}",
|
|
234
|
+
"lineHeight": "{font.lineHeight.percent.130.value}",
|
|
235
235
|
"letterSpacing": "{font.letterSpacing.xs.value}",
|
|
236
236
|
"type": "semantic",
|
|
237
237
|
"public": true,
|
|
@@ -248,8 +248,8 @@
|
|
|
248
248
|
"lg": {
|
|
249
249
|
"fontFamily": "{font.family.asCircular.value}",
|
|
250
250
|
"fontSize": "{font.size.40.value}",
|
|
251
|
-
"fontWeight": "{font.weight.
|
|
252
|
-
"lineHeight": "{font.lineHeight.130.value}",
|
|
251
|
+
"fontWeight": "{font.weight.450.value}",
|
|
252
|
+
"lineHeight": "{font.lineHeight.percent.130.value}",
|
|
253
253
|
"letterSpacing": "{font.letterSpacing.sm.value}",
|
|
254
254
|
"type": "semantic",
|
|
255
255
|
"public": true,
|
|
@@ -260,8 +260,8 @@
|
|
|
260
260
|
"md": {
|
|
261
261
|
"fontFamily": "{font.family.asCircular.value}",
|
|
262
262
|
"fontSize": "{font.size.36.value}",
|
|
263
|
-
"fontWeight": "{font.weight.
|
|
264
|
-
"lineHeight": "{font.lineHeight.130.value}",
|
|
263
|
+
"fontWeight": "{font.weight.450.value}",
|
|
264
|
+
"lineHeight": "{font.lineHeight.percent.130.value}",
|
|
265
265
|
"letterSpacing": "{font.letterSpacing.sm.value}",
|
|
266
266
|
"type": "semantic",
|
|
267
267
|
"public": true,
|
|
@@ -272,8 +272,8 @@
|
|
|
272
272
|
"sm": {
|
|
273
273
|
"fontFamily": "{font.family.asCircular.value}",
|
|
274
274
|
"fontSize": "{font.size.32.value}",
|
|
275
|
-
"fontWeight": "{font.weight.
|
|
276
|
-
"lineHeight": "{font.lineHeight.130.value}",
|
|
275
|
+
"fontWeight": "{font.weight.450.value}",
|
|
276
|
+
"lineHeight": "{font.lineHeight.percent.130.value}",
|
|
277
277
|
"letterSpacing": "{font.letterSpacing.sm.value}",
|
|
278
278
|
"type": "semantic",
|
|
279
279
|
"public": true,
|
|
@@ -288,8 +288,8 @@
|
|
|
288
288
|
"lg": {
|
|
289
289
|
"fontFamily": "{font.family.asCircular.value}",
|
|
290
290
|
"fontSize": "{font.size.36.value}",
|
|
291
|
-
"fontWeight": "{font.weight.
|
|
292
|
-
"lineHeight": "{font.lineHeight.130.value}",
|
|
291
|
+
"fontWeight": "{font.weight.450.value}",
|
|
292
|
+
"lineHeight": "{font.lineHeight.percent.130.value}",
|
|
293
293
|
"letterSpacing": "{font.letterSpacing.sm.value}",
|
|
294
294
|
"type": "semantic",
|
|
295
295
|
"public": true,
|
|
@@ -300,8 +300,8 @@
|
|
|
300
300
|
"md": {
|
|
301
301
|
"fontFamily": "{font.family.asCircular.value}",
|
|
302
302
|
"fontSize": "{font.size.32.value}",
|
|
303
|
-
"fontWeight": "{font.weight.
|
|
304
|
-
"lineHeight": "{font.lineHeight.130.value}",
|
|
303
|
+
"fontWeight": "{font.weight.450.value}",
|
|
304
|
+
"lineHeight": "{font.lineHeight.percent.130.value}",
|
|
305
305
|
"letterSpacing": "{font.letterSpacing.sm.value}",
|
|
306
306
|
"type": "semantic",
|
|
307
307
|
"public": true,
|
|
@@ -312,8 +312,8 @@
|
|
|
312
312
|
"sm": {
|
|
313
313
|
"fontFamily": "{font.family.asCircular.value}",
|
|
314
314
|
"fontSize": "{font.size.28.value}",
|
|
315
|
-
"fontWeight": "{font.weight.
|
|
316
|
-
"lineHeight": "{font.lineHeight.130.value}",
|
|
315
|
+
"fontWeight": "{font.weight.450.value}",
|
|
316
|
+
"lineHeight": "{font.lineHeight.percent.130.value}",
|
|
317
317
|
"letterSpacing": "{font.letterSpacing.sm.value}",
|
|
318
318
|
"type": "semantic",
|
|
319
319
|
"public": true,
|
|
@@ -328,8 +328,8 @@
|
|
|
328
328
|
"lg": {
|
|
329
329
|
"fontFamily": "{font.family.asCircular.value}",
|
|
330
330
|
"fontSize": "{font.size.28.value}",
|
|
331
|
-
"fontWeight": "{font.weight.
|
|
332
|
-
"lineHeight": "{font.lineHeight.130.value}",
|
|
331
|
+
"fontWeight": "{font.weight.500.value}",
|
|
332
|
+
"lineHeight": "{font.lineHeight.percent.130.value}",
|
|
333
333
|
"letterSpacing": "{font.letterSpacing.sm.value}",
|
|
334
334
|
"type": "semantic",
|
|
335
335
|
"public": true,
|
|
@@ -340,8 +340,8 @@
|
|
|
340
340
|
"md": {
|
|
341
341
|
"fontFamily": "{font.family.asCircular.value}",
|
|
342
342
|
"fontSize": "{font.size.28.value}",
|
|
343
|
-
"fontWeight": "{font.weight.
|
|
344
|
-
"lineHeight": "{font.lineHeight.130.value}",
|
|
343
|
+
"fontWeight": "{font.weight.500.value}",
|
|
344
|
+
"lineHeight": "{font.lineHeight.percent.130.value}",
|
|
345
345
|
"letterSpacing": "{font.letterSpacing.sm.value}",
|
|
346
346
|
"type": "semantic",
|
|
347
347
|
"public": true,
|
|
@@ -352,8 +352,8 @@
|
|
|
352
352
|
"sm": {
|
|
353
353
|
"fontFamily": "{font.family.asCircular.value}",
|
|
354
354
|
"fontSize": "{font.size.26.value}",
|
|
355
|
-
"fontWeight": "{font.weight.
|
|
356
|
-
"lineHeight": "{font.lineHeight.130.value}",
|
|
355
|
+
"fontWeight": "{font.weight.500.value}",
|
|
356
|
+
"lineHeight": "{font.lineHeight.percent.130.value}",
|
|
357
357
|
"letterSpacing": "{font.letterSpacing.sm.value}",
|
|
358
358
|
"type": "semantic",
|
|
359
359
|
"public": true,
|
|
@@ -368,8 +368,8 @@
|
|
|
368
368
|
"lg": {
|
|
369
369
|
"fontFamily": "{font.family.asCircular.value}",
|
|
370
370
|
"fontSize": "{font.size.24.value}",
|
|
371
|
-
"fontWeight": "{font.weight.
|
|
372
|
-
"lineHeight": "{font.lineHeight.130.value}",
|
|
371
|
+
"fontWeight": "{font.weight.500.value}",
|
|
372
|
+
"lineHeight": "{font.lineHeight.percent.130.value}",
|
|
373
373
|
"letterSpacing": "{font.letterSpacing.sm.value}",
|
|
374
374
|
"type": "semantic",
|
|
375
375
|
"public": true,
|
|
@@ -380,8 +380,8 @@
|
|
|
380
380
|
"md": {
|
|
381
381
|
"fontFamily": "{font.family.asCircular.value}",
|
|
382
382
|
"fontSize": "{font.size.24.value}",
|
|
383
|
-
"fontWeight": "{font.weight.
|
|
384
|
-
"lineHeight": "{font.lineHeight.130.value}",
|
|
383
|
+
"fontWeight": "{font.weight.500.value}",
|
|
384
|
+
"lineHeight": "{font.lineHeight.percent.130.value}",
|
|
385
385
|
"letterSpacing": "{font.letterSpacing.sm.value}",
|
|
386
386
|
"type": "semantic",
|
|
387
387
|
"public": true,
|
|
@@ -392,8 +392,8 @@
|
|
|
392
392
|
"sm": {
|
|
393
393
|
"fontFamily": "{font.family.asCircular.value}",
|
|
394
394
|
"fontSize": "{font.size.22.value}",
|
|
395
|
-
"fontWeight": "{font.weight.
|
|
396
|
-
"lineHeight": "{font.lineHeight.130.value}",
|
|
395
|
+
"fontWeight": "{font.weight.500.value}",
|
|
396
|
+
"lineHeight": "{font.lineHeight.percent.130.value}",
|
|
397
397
|
"letterSpacing": "{font.letterSpacing.sm.value}",
|
|
398
398
|
"type": "semantic",
|
|
399
399
|
"public": true,
|
|
@@ -408,8 +408,8 @@
|
|
|
408
408
|
"lg": {
|
|
409
409
|
"fontFamily": "{font.family.asCircular.value}",
|
|
410
410
|
"fontSize": "{font.size.20.value}",
|
|
411
|
-
"fontWeight": "{font.weight.
|
|
412
|
-
"lineHeight": "{font.lineHeight.130.value}",
|
|
411
|
+
"fontWeight": "{font.weight.500.value}",
|
|
412
|
+
"lineHeight": "{font.lineHeight.percent.130.value}",
|
|
413
413
|
"letterSpacing": "{font.letterSpacing.sm.value}",
|
|
414
414
|
"type": "semantic",
|
|
415
415
|
"public": true,
|
|
@@ -420,8 +420,8 @@
|
|
|
420
420
|
"md": {
|
|
421
421
|
"fontFamily": "{font.family.asCircular.value}",
|
|
422
422
|
"fontSize": "{font.size.20.value}",
|
|
423
|
-
"fontWeight": "{font.weight.
|
|
424
|
-
"lineHeight": "{font.lineHeight.130.value}",
|
|
423
|
+
"fontWeight": "{font.weight.500.value}",
|
|
424
|
+
"lineHeight": "{font.lineHeight.percent.130.value}",
|
|
425
425
|
"letterSpacing": "{font.letterSpacing.sm.value}",
|
|
426
426
|
"type": "semantic",
|
|
427
427
|
"public": true,
|
|
@@ -432,8 +432,8 @@
|
|
|
432
432
|
"sm": {
|
|
433
433
|
"fontFamily": "{font.family.asCircular.value}",
|
|
434
434
|
"fontSize": "{font.size.20.value}",
|
|
435
|
-
"fontWeight": "{font.weight.
|
|
436
|
-
"lineHeight": "{font.lineHeight.130.value}",
|
|
435
|
+
"fontWeight": "{font.weight.500.value}",
|
|
436
|
+
"lineHeight": "{font.lineHeight.percent.130.value}",
|
|
437
437
|
"letterSpacing": "{font.letterSpacing.sm.value}",
|
|
438
438
|
"type": "semantic",
|
|
439
439
|
"public": true,
|
|
@@ -448,8 +448,8 @@
|
|
|
448
448
|
"lg": {
|
|
449
449
|
"fontFamily": "{font.family.asCircular.value}",
|
|
450
450
|
"fontSize": "{font.size.18.value}",
|
|
451
|
-
"fontWeight": "{font.weight.
|
|
452
|
-
"lineHeight": "{font.lineHeight.130.value}",
|
|
451
|
+
"fontWeight": "{font.weight.500.value}",
|
|
452
|
+
"lineHeight": "{font.lineHeight.percent.130.value}",
|
|
453
453
|
"type": "semantic",
|
|
454
454
|
"public": true,
|
|
455
455
|
"default": true,
|
|
@@ -459,8 +459,8 @@
|
|
|
459
459
|
"md": {
|
|
460
460
|
"fontFamily": "{font.family.asCircular.value}",
|
|
461
461
|
"fontSize": "{font.size.18.value}",
|
|
462
|
-
"fontWeight": "{font.weight.
|
|
463
|
-
"lineHeight": "{font.lineHeight.130.value}",
|
|
462
|
+
"fontWeight": "{font.weight.500.value}",
|
|
463
|
+
"lineHeight": "{font.lineHeight.percent.130.value}",
|
|
464
464
|
"type": "semantic",
|
|
465
465
|
"public": true,
|
|
466
466
|
"default": true,
|
|
@@ -470,8 +470,8 @@
|
|
|
470
470
|
"sm": {
|
|
471
471
|
"fontFamily": "{font.family.asCircular.value}",
|
|
472
472
|
"fontSize": "{font.size.18.value}",
|
|
473
|
-
"fontWeight": "{font.weight.
|
|
474
|
-
"lineHeight": "{font.lineHeight.130.value}",
|
|
473
|
+
"fontWeight": "{font.weight.500.value}",
|
|
474
|
+
"lineHeight": "{font.lineHeight.percent.130.value}",
|
|
475
475
|
"type": "semantic",
|
|
476
476
|
"public": true,
|
|
477
477
|
"default": true,
|
|
@@ -485,8 +485,8 @@
|
|
|
485
485
|
"lg": {
|
|
486
486
|
"fontFamily": "{font.family.asCircular.value}",
|
|
487
487
|
"fontSize": "{font.size.18.value}",
|
|
488
|
-
"lineHeight": "{font.lineHeight.26.value}",
|
|
489
|
-
"fontWeight": "{font.weight.
|
|
488
|
+
"lineHeight": "{font.lineHeight.px.26.value}",
|
|
489
|
+
"fontWeight": "{font.weight.450.value}",
|
|
490
490
|
"type": "semantic",
|
|
491
491
|
"public": true,
|
|
492
492
|
"default": true,
|
|
@@ -496,8 +496,8 @@
|
|
|
496
496
|
"default": {
|
|
497
497
|
"fontFamily": "{font.family.asCircular.value}",
|
|
498
498
|
"fontSize": "{font.size.16.value}",
|
|
499
|
-
"lineHeight": "{font.lineHeight.24.value}",
|
|
500
|
-
"fontWeight": "{font.weight.
|
|
499
|
+
"lineHeight": "{font.lineHeight.px.24.value}",
|
|
500
|
+
"fontWeight": "{font.weight.450.value}",
|
|
501
501
|
"type": "semantic",
|
|
502
502
|
"public": true,
|
|
503
503
|
"default": true,
|
|
@@ -507,8 +507,8 @@
|
|
|
507
507
|
"sm": {
|
|
508
508
|
"fontFamily": "{font.family.asCircular.value}",
|
|
509
509
|
"fontSize": "{font.size.14.value}",
|
|
510
|
-
"lineHeight": "{font.lineHeight.20.value}",
|
|
511
|
-
"fontWeight": "{font.weight.
|
|
510
|
+
"lineHeight": "{font.lineHeight.px.20.value}",
|
|
511
|
+
"fontWeight": "{font.weight.450.value}",
|
|
512
512
|
"type": "semantic",
|
|
513
513
|
"public": true,
|
|
514
514
|
"default": true,
|
|
@@ -518,8 +518,8 @@
|
|
|
518
518
|
"xs": {
|
|
519
519
|
"fontFamily": "{font.family.asCircular.value}",
|
|
520
520
|
"fontSize": "{font.size.12.value}",
|
|
521
|
-
"lineHeight": "{font.lineHeight.16.value}",
|
|
522
|
-
"fontWeight": "{font.weight.
|
|
521
|
+
"lineHeight": "{font.lineHeight.px.16.value}",
|
|
522
|
+
"fontWeight": "{font.weight.450.value}",
|
|
523
523
|
"type": "semantic",
|
|
524
524
|
"public": true,
|
|
525
525
|
"default": true,
|
|
@@ -529,8 +529,8 @@
|
|
|
529
529
|
"xxs": {
|
|
530
530
|
"fontFamily": "{font.family.asCircular.value}",
|
|
531
531
|
"fontSize": "{font.size.10.value}",
|
|
532
|
-
"lineHeight": "{font.lineHeight.14.value}",
|
|
533
|
-
"fontWeight": "{font.weight.
|
|
532
|
+
"lineHeight": "{font.lineHeight.px.14.value}",
|
|
533
|
+
"fontWeight": "{font.weight.450.value}",
|
|
534
534
|
"type": "semantic",
|
|
535
535
|
"public": true,
|
|
536
536
|
"default": true,
|
|
@@ -544,8 +544,8 @@
|
|
|
544
544
|
"lg": {
|
|
545
545
|
"fontFamily": "{font.family.asCircular.value}",
|
|
546
546
|
"fontSize": "{font.size.38.value}",
|
|
547
|
-
"fontWeight": "{font.weight.
|
|
548
|
-
"lineHeight": "{font.lineHeight.100.value}",
|
|
547
|
+
"fontWeight": "{font.weight.450.value}",
|
|
548
|
+
"lineHeight": "{font.lineHeight.percent.100.value}",
|
|
549
549
|
"letterSpacing": "{font.letterSpacing.sm.value}",
|
|
550
550
|
"type": "semantic",
|
|
551
551
|
"public": true,
|
|
@@ -556,8 +556,8 @@
|
|
|
556
556
|
"md": {
|
|
557
557
|
"fontFamily": "{font.family.asCircular.value}",
|
|
558
558
|
"fontSize": "{font.size.38.value}",
|
|
559
|
-
"fontWeight": "{font.weight.
|
|
560
|
-
"lineHeight": "{font.lineHeight.100.value}",
|
|
559
|
+
"fontWeight": "{font.weight.450.value}",
|
|
560
|
+
"lineHeight": "{font.lineHeight.percent.100.value}",
|
|
561
561
|
"letterSpacing": "{font.letterSpacing.sm.value}",
|
|
562
562
|
"type": "semantic",
|
|
563
563
|
"public": true,
|
|
@@ -568,8 +568,8 @@
|
|
|
568
568
|
"sm": {
|
|
569
569
|
"fontFamily": "{font.family.asCircular.value}",
|
|
570
570
|
"fontSize": "{font.size.32.value}",
|
|
571
|
-
"fontWeight": "{font.weight.
|
|
572
|
-
"lineHeight": "{font.lineHeight.100.value}",
|
|
571
|
+
"fontWeight": "{font.weight.450.value}",
|
|
572
|
+
"lineHeight": "{font.lineHeight.percent.100.value}",
|
|
573
573
|
"letterSpacing": "{font.letterSpacing.sm.value}",
|
|
574
574
|
"type": "semantic",
|
|
575
575
|
"public": true,
|
|
@@ -584,8 +584,8 @@
|
|
|
584
584
|
"lg": {
|
|
585
585
|
"fontFamily": "{font.family.asCircular.value}",
|
|
586
586
|
"fontSize": "{font.size.32.value}",
|
|
587
|
-
"fontWeight": "{font.weight.
|
|
588
|
-
"lineHeight": "{font.lineHeight.130.value}",
|
|
587
|
+
"fontWeight": "{font.weight.450.value}",
|
|
588
|
+
"lineHeight": "{font.lineHeight.percent.130.value}",
|
|
589
589
|
"letterSpacing": "{font.letterSpacing.sm.value}",
|
|
590
590
|
"type": "semantic",
|
|
591
591
|
"public": true,
|
|
@@ -596,8 +596,8 @@
|
|
|
596
596
|
"md": {
|
|
597
597
|
"fontFamily": "{font.family.asCircular.value}",
|
|
598
598
|
"fontSize": "{font.size.28.value}",
|
|
599
|
-
"fontWeight": "{font.weight.
|
|
600
|
-
"lineHeight": "{font.lineHeight.130.value}",
|
|
599
|
+
"fontWeight": "{font.weight.450.value}",
|
|
600
|
+
"lineHeight": "{font.lineHeight.percent.130.value}",
|
|
601
601
|
"letterSpacing": "{font.letterSpacing.sm.value}",
|
|
602
602
|
"type": "semantic",
|
|
603
603
|
"public": true,
|
|
@@ -608,8 +608,8 @@
|
|
|
608
608
|
"sm": {
|
|
609
609
|
"fontFamily": "{font.family.asCircular.value}",
|
|
610
610
|
"fontSize": "{font.size.26.value}",
|
|
611
|
-
"fontWeight": "{font.weight.
|
|
612
|
-
"lineHeight": "{font.lineHeight.130.value}",
|
|
611
|
+
"fontWeight": "{font.weight.450.value}",
|
|
612
|
+
"lineHeight": "{font.lineHeight.percent.130.value}",
|
|
613
613
|
"letterSpacing": "{font.letterSpacing.sm.value}",
|
|
614
614
|
"type": "semantic",
|
|
615
615
|
"public": true,
|
|
@@ -624,8 +624,8 @@
|
|
|
624
624
|
"lg": {
|
|
625
625
|
"fontFamily": "{font.family.asCircular.value}",
|
|
626
626
|
"fontSize": "{font.size.28.value}",
|
|
627
|
-
"fontWeight": "{font.weight.
|
|
628
|
-
"lineHeight": "{font.lineHeight.130.value}",
|
|
627
|
+
"fontWeight": "{font.weight.450.value}",
|
|
628
|
+
"lineHeight": "{font.lineHeight.percent.130.value}",
|
|
629
629
|
"letterSpacing": "{font.letterSpacing.sm.value}",
|
|
630
630
|
"type": "semantic",
|
|
631
631
|
"public": true,
|
|
@@ -636,8 +636,8 @@
|
|
|
636
636
|
"md": {
|
|
637
637
|
"fontFamily": "{font.family.asCircular.value}",
|
|
638
638
|
"fontSize": "{font.size.26.value}",
|
|
639
|
-
"fontWeight": "{font.weight.
|
|
640
|
-
"lineHeight": "{font.lineHeight.130.value}",
|
|
639
|
+
"fontWeight": "{font.weight.450.value}",
|
|
640
|
+
"lineHeight": "{font.lineHeight.percent.130.value}",
|
|
641
641
|
"letterSpacing": "{font.letterSpacing.sm.value}",
|
|
642
642
|
"type": "semantic",
|
|
643
643
|
"public": true,
|
|
@@ -648,8 +648,8 @@
|
|
|
648
648
|
"sm": {
|
|
649
649
|
"fontFamily": "{font.family.asCircular.value}",
|
|
650
650
|
"fontSize": "{font.size.24.value}",
|
|
651
|
-
"fontWeight": "{font.weight.
|
|
652
|
-
"lineHeight": "{font.lineHeight.130.value}",
|
|
651
|
+
"fontWeight": "{font.weight.450.value}",
|
|
652
|
+
"lineHeight": "{font.lineHeight.percent.130.value}",
|
|
653
653
|
"letterSpacing": "{font.letterSpacing.sm.value}",
|
|
654
654
|
"type": "semantic",
|
|
655
655
|
"public": true,
|
|
@@ -664,8 +664,8 @@
|
|
|
664
664
|
"lg": {
|
|
665
665
|
"fontFamily": "{font.family.asCircular.value}",
|
|
666
666
|
"fontSize": "{font.size.24.value}",
|
|
667
|
-
"fontWeight": "{font.weight.
|
|
668
|
-
"lineHeight": "{font.lineHeight.130.value}",
|
|
667
|
+
"fontWeight": "{font.weight.525.value}",
|
|
668
|
+
"lineHeight": "{font.lineHeight.percent.130.value}",
|
|
669
669
|
"letterSpacing": "{font.letterSpacing.sm.value}",
|
|
670
670
|
"type": "semantic",
|
|
671
671
|
"public": true,
|
|
@@ -676,8 +676,8 @@
|
|
|
676
676
|
"md": {
|
|
677
677
|
"fontFamily": "{font.family.asCircular.value}",
|
|
678
678
|
"fontSize": "{font.size.22.value}",
|
|
679
|
-
"fontWeight": "{font.weight.
|
|
680
|
-
"lineHeight": "{font.lineHeight.130.value}",
|
|
679
|
+
"fontWeight": "{font.weight.525.value}",
|
|
680
|
+
"lineHeight": "{font.lineHeight.percent.130.value}",
|
|
681
681
|
"letterSpacing": "{font.letterSpacing.sm.value}",
|
|
682
682
|
"type": "semantic",
|
|
683
683
|
"public": true,
|
|
@@ -688,8 +688,8 @@
|
|
|
688
688
|
"sm": {
|
|
689
689
|
"fontFamily": "{font.family.asCircular.value}",
|
|
690
690
|
"fontSize": "{font.size.22.value}",
|
|
691
|
-
"fontWeight": "{font.weight.
|
|
692
|
-
"lineHeight": "{font.lineHeight.130.value}",
|
|
691
|
+
"fontWeight": "{font.weight.525.value}",
|
|
692
|
+
"lineHeight": "{font.lineHeight.percent.130.value}",
|
|
693
693
|
"letterSpacing": "{font.letterSpacing.sm.value}",
|
|
694
694
|
"type": "semantic",
|
|
695
695
|
"public": true,
|
|
@@ -704,8 +704,8 @@
|
|
|
704
704
|
"lg": {
|
|
705
705
|
"fontFamily": "{font.family.asCircular.value}",
|
|
706
706
|
"fontSize": "{font.size.20.value}",
|
|
707
|
-
"fontWeight": "{font.weight.
|
|
708
|
-
"lineHeight": "{font.lineHeight.130.value}",
|
|
707
|
+
"fontWeight": "{font.weight.525.value}",
|
|
708
|
+
"lineHeight": "{font.lineHeight.percent.130.value}",
|
|
709
709
|
"letterSpacing": "{font.letterSpacing.sm.value}",
|
|
710
710
|
"type": "semantic",
|
|
711
711
|
"public": true,
|
|
@@ -716,8 +716,8 @@
|
|
|
716
716
|
"md": {
|
|
717
717
|
"fontFamily": "{font.family.asCircular.value}",
|
|
718
718
|
"fontSize": "{font.size.18.value}",
|
|
719
|
-
"fontWeight": "{font.weight.
|
|
720
|
-
"lineHeight": "{font.lineHeight.130.value}",
|
|
719
|
+
"fontWeight": "{font.weight.525.value}",
|
|
720
|
+
"lineHeight": "{font.lineHeight.percent.130.value}",
|
|
721
721
|
"letterSpacing": "{font.letterSpacing.sm.value}",
|
|
722
722
|
"type": "semantic",
|
|
723
723
|
"public": true,
|
|
@@ -728,8 +728,8 @@
|
|
|
728
728
|
"sm": {
|
|
729
729
|
"fontFamily": "{font.family.asCircular.value}",
|
|
730
730
|
"fontSize": "{font.size.18.value}",
|
|
731
|
-
"fontWeight": "{font.weight.
|
|
732
|
-
"lineHeight": "{font.lineHeight.130.value}",
|
|
731
|
+
"fontWeight": "{font.weight.525.value}",
|
|
732
|
+
"lineHeight": "{font.lineHeight.percent.130.value}",
|
|
733
733
|
"letterSpacing": "{font.letterSpacing.sm.value}",
|
|
734
734
|
"type": "semantic",
|
|
735
735
|
"public": true,
|
|
@@ -744,8 +744,8 @@
|
|
|
744
744
|
"lg": {
|
|
745
745
|
"fontFamily": "{font.family.asCircular.value}",
|
|
746
746
|
"fontSize": "{font.size.16.value}",
|
|
747
|
-
"fontWeight": "{font.weight.
|
|
748
|
-
"lineHeight": "{font.lineHeight.130.value}",
|
|
747
|
+
"fontWeight": "{font.weight.525.value}",
|
|
748
|
+
"lineHeight": "{font.lineHeight.percent.130.value}",
|
|
749
749
|
"letterSpacing": "{font.letterSpacing.md.value}",
|
|
750
750
|
"type": "semantic",
|
|
751
751
|
"public": true,
|
|
@@ -756,8 +756,8 @@
|
|
|
756
756
|
"md": {
|
|
757
757
|
"fontFamily": "{font.family.asCircular.value}",
|
|
758
758
|
"fontSize": "{font.size.16.value}",
|
|
759
|
-
"fontWeight": "{font.weight.
|
|
760
|
-
"lineHeight": "{font.lineHeight.130.value}",
|
|
759
|
+
"fontWeight": "{font.weight.525.value}",
|
|
760
|
+
"lineHeight": "{font.lineHeight.percent.130.value}",
|
|
761
761
|
"letterSpacing": "{font.letterSpacing.md.value}",
|
|
762
762
|
"type": "semantic",
|
|
763
763
|
"public": true,
|
|
@@ -768,8 +768,8 @@
|
|
|
768
768
|
"sm": {
|
|
769
769
|
"fontFamily": "{font.family.asCircular.value}",
|
|
770
770
|
"fontSize": "{font.size.16.value}",
|
|
771
|
-
"fontWeight": "{font.weight.
|
|
772
|
-
"lineHeight": "{font.lineHeight.130.value}",
|
|
771
|
+
"fontWeight": "{font.weight.525.value}",
|
|
772
|
+
"lineHeight": "{font.lineHeight.percent.130.value}",
|
|
773
773
|
"letterSpacing": "{font.letterSpacing.md.value}",
|
|
774
774
|
"type": "semantic",
|
|
775
775
|
"public": true,
|
|
@@ -784,8 +784,8 @@
|
|
|
784
784
|
"lg": {
|
|
785
785
|
"fontFamily": "{font.family.asCircular.value}",
|
|
786
786
|
"fontSize": "{font.size.14.value}",
|
|
787
|
-
"fontWeight": "{font.weight.
|
|
788
|
-
"lineHeight": "{font.lineHeight.130.value}",
|
|
787
|
+
"fontWeight": "{font.weight.450.value}",
|
|
788
|
+
"lineHeight": "{font.lineHeight.percent.130.value}",
|
|
789
789
|
"letterSpacing": "{font.letterSpacing.md.value}",
|
|
790
790
|
"type": "semantic",
|
|
791
791
|
"public": true,
|
|
@@ -796,8 +796,8 @@
|
|
|
796
796
|
"md": {
|
|
797
797
|
"fontFamily": "{font.family.asCircular.value}",
|
|
798
798
|
"fontSize": "{font.size.14.value}",
|
|
799
|
-
"fontWeight": "{font.weight.
|
|
800
|
-
"lineHeight": "{font.lineHeight.130.value}",
|
|
799
|
+
"fontWeight": "{font.weight.450.value}",
|
|
800
|
+
"lineHeight": "{font.lineHeight.percent.130.value}",
|
|
801
801
|
"letterSpacing": "{font.letterSpacing.md.value}",
|
|
802
802
|
"type": "semantic",
|
|
803
803
|
"public": true,
|
|
@@ -808,8 +808,8 @@
|
|
|
808
808
|
"sm": {
|
|
809
809
|
"fontFamily": "{font.family.asCircular.value}",
|
|
810
810
|
"fontSize": "{font.size.14.value}",
|
|
811
|
-
"fontWeight": "{font.weight.
|
|
812
|
-
"lineHeight": "{font.lineHeight.130.value}",
|
|
811
|
+
"fontWeight": "{font.weight.450.value}",
|
|
812
|
+
"lineHeight": "{font.lineHeight.percent.130.value}",
|
|
813
813
|
"letterSpacing": "{font.letterSpacing.md.value}",
|
|
814
814
|
"type": "semantic",
|
|
815
815
|
"public": true,
|