villa-design-tokens 1.0.21 → 1.0.23
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/package.json +1 -1
- package/tokens/$themes.json +47 -93
- package/tokens/brands/tribune/tribune.json +284 -294
- package/tokens/brands/whitelabel/whitelabel.json +284 -294
- package/tokens/globals/global.json +165 -157
|
@@ -1,255 +1,249 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
"
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
"
|
|
13
|
-
|
|
14
|
-
"type": "fontFamilies"
|
|
15
|
-
}
|
|
2
|
+
"fontfamily": {
|
|
3
|
+
"body": {
|
|
4
|
+
"value": "{fontfamily.global.helvetica}",
|
|
5
|
+
"type": "fontFamilies"
|
|
6
|
+
},
|
|
7
|
+
"heading": {
|
|
8
|
+
"value": "{fontfamily.global.bureau}",
|
|
9
|
+
"type": "fontFamilies"
|
|
10
|
+
},
|
|
11
|
+
"subheading": {
|
|
12
|
+
"value": "{fontfamily.global.bureau}",
|
|
13
|
+
"type": "fontFamilies"
|
|
16
14
|
}
|
|
17
15
|
},
|
|
18
|
-
"
|
|
16
|
+
"fontsize": {
|
|
19
17
|
"reading": {
|
|
20
|
-
"value": "{
|
|
18
|
+
"value": "{fontsize.global.100}",
|
|
21
19
|
"type": "fontSizes"
|
|
22
20
|
},
|
|
23
|
-
"
|
|
24
|
-
"value": "{
|
|
21
|
+
"subheading": {
|
|
22
|
+
"value": "{fontsize.global.200}",
|
|
25
23
|
"type": "fontSizes"
|
|
26
24
|
}
|
|
27
25
|
},
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
"
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
"
|
|
39
|
-
|
|
40
|
-
"type": "fontWeights"
|
|
41
|
-
}
|
|
26
|
+
"fontweight": {
|
|
27
|
+
"normal": {
|
|
28
|
+
"value": "{fontweight.global.300}",
|
|
29
|
+
"type": "fontWeights"
|
|
30
|
+
},
|
|
31
|
+
"medium": {
|
|
32
|
+
"value": "{fontweight.global.500}",
|
|
33
|
+
"type": "fontWeights"
|
|
34
|
+
},
|
|
35
|
+
"bold": {
|
|
36
|
+
"value": "{fontweight.global.700}",
|
|
37
|
+
"type": "fontWeights"
|
|
42
38
|
}
|
|
43
39
|
},
|
|
44
|
-
"
|
|
40
|
+
"lineheight": {
|
|
45
41
|
"compact": {
|
|
46
|
-
"value": "{
|
|
42
|
+
"value": "{lineheight.global.100}",
|
|
47
43
|
"type": "lineHeights"
|
|
48
44
|
},
|
|
49
45
|
"reading": {
|
|
50
|
-
"value": "{
|
|
46
|
+
"value": "{lineheight.global.200}",
|
|
51
47
|
"type": "lineHeights"
|
|
52
48
|
},
|
|
53
49
|
"relaxed": {
|
|
54
|
-
"value": "{
|
|
50
|
+
"value": "{lineheight.global.400}",
|
|
55
51
|
"type": "lineHeights"
|
|
56
52
|
}
|
|
57
53
|
},
|
|
58
|
-
"
|
|
54
|
+
"letterspacing": {
|
|
59
55
|
"tight": {
|
|
60
|
-
"value": "{
|
|
56
|
+
"value": "{letterspacing.global.100}",
|
|
61
57
|
"type": "letterSpacing"
|
|
62
58
|
},
|
|
63
59
|
"normal": {
|
|
64
|
-
"value": "{
|
|
60
|
+
"value": "{letterspacing.global.200}",
|
|
65
61
|
"type": "letterSpacing"
|
|
66
62
|
},
|
|
67
63
|
"relaxed": {
|
|
68
|
-
"value": "{
|
|
64
|
+
"value": "{letterspacing.global.300}",
|
|
69
65
|
"type": "letterSpacing"
|
|
70
66
|
}
|
|
71
67
|
},
|
|
72
68
|
"color": {
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
"
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
"
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
"
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
"
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
"
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
"
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
"
|
|
123
|
-
"
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
"
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
"
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
"
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
"
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
"
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
"
|
|
149
|
-
"
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
"
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
"
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
"
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
"
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
"
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
"
|
|
175
|
-
"
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
"
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
"
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
"
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
"
|
|
193
|
-
"
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
"
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
"
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
"
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
"
|
|
211
|
-
"
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
"
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
"
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
"
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
"
|
|
229
|
-
"
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
"
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
"
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
"
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
"
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
"
|
|
250
|
-
|
|
251
|
-
"type": "color"
|
|
252
|
-
}
|
|
69
|
+
"background": {
|
|
70
|
+
"default": {
|
|
71
|
+
"value": "{color.global.grey.200}",
|
|
72
|
+
"type": "color"
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
"surface": {
|
|
76
|
+
"default": {
|
|
77
|
+
"value": "{color.global.grey.100}",
|
|
78
|
+
"type": "color"
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
"brand": {
|
|
82
|
+
"accent": {
|
|
83
|
+
"value": "{color.global.gold.700}",
|
|
84
|
+
"type": "color"
|
|
85
|
+
},
|
|
86
|
+
"primary": {
|
|
87
|
+
"value": "{color.global.grey.900}",
|
|
88
|
+
"type": "color"
|
|
89
|
+
},
|
|
90
|
+
"secondary": {
|
|
91
|
+
"value": "{color.global.turquoise.500}",
|
|
92
|
+
"type": "color"
|
|
93
|
+
},
|
|
94
|
+
"tertiary": {
|
|
95
|
+
"value": "{color.global.grey.200}",
|
|
96
|
+
"type": "color"
|
|
97
|
+
}
|
|
98
|
+
},
|
|
99
|
+
"functional": {
|
|
100
|
+
"error": {
|
|
101
|
+
"value": "{color.global.red.500}",
|
|
102
|
+
"type": "color"
|
|
103
|
+
},
|
|
104
|
+
"warning": {
|
|
105
|
+
"value": "{color.global.orange.500}",
|
|
106
|
+
"type": "color"
|
|
107
|
+
},
|
|
108
|
+
"success": {
|
|
109
|
+
"value": "{color.global.green.500}",
|
|
110
|
+
"type": "color"
|
|
111
|
+
},
|
|
112
|
+
"info": {
|
|
113
|
+
"value": "{color.global.blue.500}",
|
|
114
|
+
"type": "color"
|
|
115
|
+
}
|
|
116
|
+
},
|
|
117
|
+
"text": {
|
|
118
|
+
"default": {
|
|
119
|
+
"value": "{color.global.grey.900}",
|
|
120
|
+
"type": "color"
|
|
121
|
+
},
|
|
122
|
+
"hover": {
|
|
123
|
+
"value": "{color.global.grey.700}",
|
|
124
|
+
"type": "color"
|
|
125
|
+
},
|
|
126
|
+
"disabled": {
|
|
127
|
+
"value": "{color.global.grey.500}",
|
|
128
|
+
"type": "color"
|
|
129
|
+
},
|
|
130
|
+
"inverse": {
|
|
131
|
+
"value": "{color.global.grey.100}",
|
|
132
|
+
"type": "color"
|
|
133
|
+
},
|
|
134
|
+
"error": {
|
|
135
|
+
"value": "{color.global.red.500}",
|
|
136
|
+
"type": "color"
|
|
137
|
+
},
|
|
138
|
+
"warning": {
|
|
139
|
+
"value": "{color.global.orange.500}",
|
|
140
|
+
"type": "color"
|
|
141
|
+
}
|
|
142
|
+
},
|
|
143
|
+
"icon": {
|
|
144
|
+
"primary": {
|
|
145
|
+
"value": "{color.global.grey.900}",
|
|
146
|
+
"type": "color"
|
|
147
|
+
},
|
|
148
|
+
"secondary": {
|
|
149
|
+
"value": "{color.global.grey.700}",
|
|
150
|
+
"type": "color"
|
|
151
|
+
},
|
|
152
|
+
"tertiary": {
|
|
153
|
+
"value": "{color.global.grey.500}",
|
|
154
|
+
"type": "color"
|
|
155
|
+
},
|
|
156
|
+
"inverse": {
|
|
157
|
+
"value": "{color.global.grey.100}",
|
|
158
|
+
"type": "color"
|
|
159
|
+
},
|
|
160
|
+
"error": {
|
|
161
|
+
"value": "{color.global.red.500}",
|
|
162
|
+
"type": "color"
|
|
163
|
+
},
|
|
164
|
+
"warning": {
|
|
165
|
+
"value": "{color.global.orange.500}",
|
|
166
|
+
"type": "color"
|
|
167
|
+
}
|
|
168
|
+
},
|
|
169
|
+
"fill-primary": {
|
|
170
|
+
"default": {
|
|
171
|
+
"value": "{color.global.grey.900}",
|
|
172
|
+
"type": "color"
|
|
173
|
+
},
|
|
174
|
+
"hover": {
|
|
175
|
+
"value": "{color.global.grey.800}",
|
|
176
|
+
"type": "color"
|
|
177
|
+
},
|
|
178
|
+
"disabled": {
|
|
179
|
+
"value": "{color.global.grey.400}",
|
|
180
|
+
"type": "color"
|
|
181
|
+
},
|
|
182
|
+
"active": {
|
|
183
|
+
"value": "{color.global.grey.900}",
|
|
184
|
+
"type": "color"
|
|
185
|
+
}
|
|
186
|
+
},
|
|
187
|
+
"foreground-primary": {
|
|
188
|
+
"default": {
|
|
189
|
+
"value": "{color.global.grey.100}",
|
|
190
|
+
"type": "color"
|
|
191
|
+
},
|
|
192
|
+
"hover": {
|
|
193
|
+
"value": "{color.global.grey.100}",
|
|
194
|
+
"type": "color"
|
|
195
|
+
},
|
|
196
|
+
"disabled": {
|
|
197
|
+
"value": "{color.global.grey.700}",
|
|
198
|
+
"type": "color"
|
|
199
|
+
},
|
|
200
|
+
"active": {
|
|
201
|
+
"value": "{color.global.grey.100}",
|
|
202
|
+
"type": "color"
|
|
203
|
+
}
|
|
204
|
+
},
|
|
205
|
+
"link": {
|
|
206
|
+
"default": {
|
|
207
|
+
"value": "{color.global.grey.900}",
|
|
208
|
+
"type": "color"
|
|
209
|
+
},
|
|
210
|
+
"hover": {
|
|
211
|
+
"value": "{color.global.grey.800}",
|
|
212
|
+
"type": "color"
|
|
213
|
+
},
|
|
214
|
+
"disabled": {
|
|
215
|
+
"value": "{color.global.grey.400}",
|
|
216
|
+
"type": "color"
|
|
217
|
+
},
|
|
218
|
+
"active": {
|
|
219
|
+
"value": "{color.global.grey.900}",
|
|
220
|
+
"type": "color"
|
|
221
|
+
}
|
|
222
|
+
},
|
|
223
|
+
"border": {
|
|
224
|
+
"default": {
|
|
225
|
+
"value": "{color.global.grey.400}",
|
|
226
|
+
"type": "color"
|
|
227
|
+
},
|
|
228
|
+
"hover": {
|
|
229
|
+
"value": "{color.global.grey.900}",
|
|
230
|
+
"type": "color"
|
|
231
|
+
},
|
|
232
|
+
"disabled": {
|
|
233
|
+
"value": "{color.global.grey.300}",
|
|
234
|
+
"type": "color"
|
|
235
|
+
},
|
|
236
|
+
"active": {
|
|
237
|
+
"value": "{color.global.grey.900}",
|
|
238
|
+
"type": "color"
|
|
239
|
+
},
|
|
240
|
+
"error": {
|
|
241
|
+
"value": "{color.global.red.500}",
|
|
242
|
+
"type": "color"
|
|
243
|
+
},
|
|
244
|
+
"filled": {
|
|
245
|
+
"value": "{color.global.grey.900}",
|
|
246
|
+
"type": "color"
|
|
253
247
|
}
|
|
254
248
|
}
|
|
255
249
|
},
|
|
@@ -257,61 +251,61 @@
|
|
|
257
251
|
"heading": {
|
|
258
252
|
"xl": {
|
|
259
253
|
"value": {
|
|
260
|
-
"fontFamily": "{
|
|
261
|
-
"fontWeight": "{
|
|
262
|
-
"lineHeight": "{
|
|
263
|
-
"fontSize": "{
|
|
264
|
-
"letterSpacing": "{
|
|
254
|
+
"fontFamily": "{fontfamily.heading}",
|
|
255
|
+
"fontWeight": "{fontweight.bold}",
|
|
256
|
+
"lineHeight": "{lineheight.compact}",
|
|
257
|
+
"fontSize": "{fontsize.global.500}",
|
|
258
|
+
"letterSpacing": "{letterspacing.normal}"
|
|
265
259
|
},
|
|
266
260
|
"type": "typography"
|
|
267
261
|
},
|
|
268
262
|
"lg": {
|
|
269
263
|
"value": {
|
|
270
|
-
"fontFamily": "{
|
|
271
|
-
"fontWeight": "{
|
|
272
|
-
"lineHeight": "{
|
|
273
|
-
"fontSize": "{
|
|
274
|
-
"letterSpacing": "{
|
|
264
|
+
"fontFamily": "{fontfamily.heading}",
|
|
265
|
+
"fontWeight": "{fontweight.bold}",
|
|
266
|
+
"lineHeight": "{lineheight.compact}",
|
|
267
|
+
"fontSize": "{fontsize.global.400}",
|
|
268
|
+
"letterSpacing": "{letterspacing.normal}"
|
|
275
269
|
},
|
|
276
270
|
"type": "typography"
|
|
277
271
|
},
|
|
278
272
|
"md": {
|
|
279
273
|
"value": {
|
|
280
|
-
"fontFamily": "{
|
|
281
|
-
"fontWeight": "{
|
|
282
|
-
"lineHeight": "{
|
|
283
|
-
"fontSize": "{
|
|
284
|
-
"letterSpacing": "{
|
|
274
|
+
"fontFamily": "{fontfamily.heading}",
|
|
275
|
+
"fontWeight": "{fontweight.bold}",
|
|
276
|
+
"lineHeight": "{lineheight.relaxed}",
|
|
277
|
+
"fontSize": "{fontsize.global.300}",
|
|
278
|
+
"letterSpacing": "{letterspacing.normal}"
|
|
285
279
|
},
|
|
286
280
|
"type": "typography"
|
|
287
281
|
},
|
|
288
282
|
"sm": {
|
|
289
283
|
"value": {
|
|
290
|
-
"fontFamily": "{
|
|
291
|
-
"fontWeight": "{
|
|
292
|
-
"lineHeight": "{
|
|
293
|
-
"fontSize": "{
|
|
294
|
-
"letterSpacing": "{
|
|
284
|
+
"fontFamily": "{fontfamily.heading}",
|
|
285
|
+
"fontWeight": "{fontweight.bold}",
|
|
286
|
+
"lineHeight": "{lineheight.relaxed}",
|
|
287
|
+
"fontSize": "{fontsize.global.200}",
|
|
288
|
+
"letterSpacing": "{letterspacing.normal}"
|
|
295
289
|
},
|
|
296
290
|
"type": "typography"
|
|
297
291
|
},
|
|
298
292
|
"xs": {
|
|
299
293
|
"value": {
|
|
300
|
-
"fontFamily": "{
|
|
301
|
-
"fontWeight": "{
|
|
302
|
-
"lineHeight": "{
|
|
303
|
-
"fontSize": "{
|
|
304
|
-
"letterSpacing": "{
|
|
294
|
+
"fontFamily": "{fontfamily.heading}",
|
|
295
|
+
"fontWeight": "{fontweight.bold}",
|
|
296
|
+
"lineHeight": "{lineheight.relaxed}",
|
|
297
|
+
"fontSize": "{fontsize.global.100}",
|
|
298
|
+
"letterSpacing": "{letterspacing.normal}"
|
|
305
299
|
},
|
|
306
300
|
"type": "typography"
|
|
307
301
|
},
|
|
308
302
|
"xxs": {
|
|
309
303
|
"value": {
|
|
310
|
-
"fontFamily": "{
|
|
311
|
-
"fontWeight": "{
|
|
312
|
-
"lineHeight": "{
|
|
313
|
-
"fontSize": "{
|
|
314
|
-
"letterSpacing": "{
|
|
304
|
+
"fontFamily": "{fontfamily.heading}",
|
|
305
|
+
"fontWeight": "{fontweight.bold}",
|
|
306
|
+
"lineHeight": "{lineheight.relaxed}",
|
|
307
|
+
"fontSize": "{fontsize.global.100}",
|
|
308
|
+
"letterSpacing": "{letterspacing.tight}"
|
|
315
309
|
},
|
|
316
310
|
"type": "typography"
|
|
317
311
|
}
|
|
@@ -319,51 +313,51 @@
|
|
|
319
313
|
"subheading": {
|
|
320
314
|
"lg": {
|
|
321
315
|
"value": {
|
|
322
|
-
"fontFamily": "{
|
|
323
|
-
"fontWeight": "{
|
|
324
|
-
"lineHeight": "{
|
|
325
|
-
"fontSize": "{
|
|
326
|
-
"letterSpacing": "{
|
|
316
|
+
"fontFamily": "{fontfamily.subheading}",
|
|
317
|
+
"fontWeight": "{fontweight.medium}",
|
|
318
|
+
"lineHeight": "{lineheight.compact}",
|
|
319
|
+
"fontSize": "{fontsize.global.300}",
|
|
320
|
+
"letterSpacing": "{letterspacing.normal}"
|
|
327
321
|
},
|
|
328
322
|
"type": "typography"
|
|
329
323
|
},
|
|
330
324
|
"md": {
|
|
331
325
|
"value": {
|
|
332
|
-
"fontFamily": "{
|
|
333
|
-
"fontWeight": "{
|
|
334
|
-
"lineHeight": "{
|
|
335
|
-
"fontSize": "{
|
|
336
|
-
"letterSpacing": "{
|
|
326
|
+
"fontFamily": "{fontfamily.subheading}",
|
|
327
|
+
"fontWeight": "{fontweight.medium}",
|
|
328
|
+
"lineHeight": "{lineheight.relaxed}",
|
|
329
|
+
"fontSize": "{fontsize.global.200}",
|
|
330
|
+
"letterSpacing": "{letterspacing.normal}"
|
|
337
331
|
},
|
|
338
332
|
"type": "typography"
|
|
339
333
|
},
|
|
340
334
|
"sm": {
|
|
341
335
|
"value": {
|
|
342
|
-
"fontFamily": "{
|
|
343
|
-
"fontWeight": "{
|
|
344
|
-
"lineHeight": "{
|
|
345
|
-
"fontSize": "{
|
|
346
|
-
"letterSpacing": "{
|
|
336
|
+
"fontFamily": "{fontfamily.subheading}",
|
|
337
|
+
"fontWeight": "{fontweight.medium}",
|
|
338
|
+
"lineHeight": "{lineheight.relaxed}",
|
|
339
|
+
"fontSize": "{fontsize.global.100}",
|
|
340
|
+
"letterSpacing": "{letterspacing.normal}"
|
|
347
341
|
},
|
|
348
342
|
"type": "typography"
|
|
349
343
|
},
|
|
350
344
|
"xs": {
|
|
351
345
|
"value": {
|
|
352
|
-
"fontFamily": "{
|
|
353
|
-
"fontWeight": "{
|
|
354
|
-
"lineHeight": "{
|
|
355
|
-
"fontSize": "{
|
|
356
|
-
"letterSpacing": "{
|
|
346
|
+
"fontFamily": "{fontfamily.subheading}",
|
|
347
|
+
"fontWeight": "{fontweight.medium}",
|
|
348
|
+
"lineHeight": "{lineheight.relaxed}",
|
|
349
|
+
"fontSize": "{fontsize.global.100}",
|
|
350
|
+
"letterSpacing": "{letterspacing.normal}"
|
|
357
351
|
},
|
|
358
352
|
"type": "typography"
|
|
359
353
|
},
|
|
360
354
|
"xxs": {
|
|
361
355
|
"value": {
|
|
362
|
-
"fontFamily": "{
|
|
363
|
-
"fontWeight": "{
|
|
364
|
-
"lineHeight": "{
|
|
365
|
-
"fontSize": "{
|
|
366
|
-
"letterSpacing": "{
|
|
356
|
+
"fontFamily": "{fontfamily.subheading}",
|
|
357
|
+
"fontWeight": "{fontweight.medium}",
|
|
358
|
+
"lineHeight": "{lineheight.relaxed}",
|
|
359
|
+
"fontSize": "{fontsize.global.100}",
|
|
360
|
+
"letterSpacing": "{letterspacing.normal}"
|
|
367
361
|
},
|
|
368
362
|
"type": "typography"
|
|
369
363
|
}
|
|
@@ -371,38 +365,34 @@
|
|
|
371
365
|
"body": {
|
|
372
366
|
"lg": {
|
|
373
367
|
"value": {
|
|
374
|
-
"fontFamily": "{
|
|
375
|
-
"fontWeight": "{
|
|
376
|
-
"lineHeight": "{
|
|
377
|
-
"fontSize": "{
|
|
378
|
-
"letterSpacing": "{
|
|
368
|
+
"fontFamily": "{fontfamily.body}",
|
|
369
|
+
"fontWeight": "{fontweight.normal}",
|
|
370
|
+
"lineHeight": "{lineheight.reading}",
|
|
371
|
+
"fontSize": "{fontsize.global.300}",
|
|
372
|
+
"letterSpacing": "{letterspacing.normal}"
|
|
379
373
|
},
|
|
380
374
|
"type": "typography"
|
|
381
375
|
},
|
|
382
376
|
"md": {
|
|
383
377
|
"value": {
|
|
384
|
-
"fontFamily": "{
|
|
385
|
-
"fontWeight": "{
|
|
386
|
-
"lineHeight": "{
|
|
387
|
-
"fontSize": "{
|
|
388
|
-
"letterSpacing": "{
|
|
378
|
+
"fontFamily": "{fontfamily.body}",
|
|
379
|
+
"fontWeight": "{fontweight.normal}",
|
|
380
|
+
"lineHeight": "{lineheight.reading}",
|
|
381
|
+
"fontSize": "{fontsize.global.200}",
|
|
382
|
+
"letterSpacing": "{letterspacing.normal}"
|
|
389
383
|
},
|
|
390
384
|
"type": "typography"
|
|
391
385
|
},
|
|
392
386
|
"sm": {
|
|
393
387
|
"value": {
|
|
394
|
-
"fontFamily": "{
|
|
395
|
-
"fontWeight": "{
|
|
396
|
-
"lineHeight": "{
|
|
397
|
-
"fontSize": "{
|
|
398
|
-
"letterSpacing": "{
|
|
388
|
+
"fontFamily": "{fontfamily.body}",
|
|
389
|
+
"fontWeight": "{fontweight.normal}",
|
|
390
|
+
"lineHeight": "{lineheight.reading}",
|
|
391
|
+
"fontSize": "{fontsize.global.100}",
|
|
392
|
+
"letterSpacing": "{letterspacing.tight}"
|
|
399
393
|
},
|
|
400
394
|
"type": "typography"
|
|
401
395
|
}
|
|
402
396
|
}
|
|
403
|
-
},
|
|
404
|
-
"button-radius": {
|
|
405
|
-
"value": "{radius-none}",
|
|
406
|
-
"type": "borderRadius"
|
|
407
397
|
}
|
|
408
398
|
}
|