ui-primitives 35.1.0 → 35.2.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/package.json +1 -1
- package/styles/typography_android.json +70 -44
- package/styles/typography_android_alfasans.json +438 -0
- package/styles/typography_ios.json +42 -13
- package/styles/typography_ios_alfasans.json +458 -0
- package/styles/typography_web.json +39 -34
- package/styles/typography_web_alfasans.json +495 -0
|
@@ -1,4 +1,442 @@
|
|
|
1
1
|
{
|
|
2
|
+
"AccentCaps": {
|
|
3
|
+
"font_size": 12,
|
|
4
|
+
"line_height": 16,
|
|
5
|
+
"line_spacing": 1,
|
|
6
|
+
"line_spacing_extra": 2,
|
|
7
|
+
"font_family": "spare_red_bold",
|
|
8
|
+
"text_all_caps": true,
|
|
9
|
+
"letter_spacing": 0.1,
|
|
10
|
+
"first_baseline_to_top_height": 12,
|
|
11
|
+
"last_baseline_to_bottom_height": 4
|
|
12
|
+
},
|
|
13
|
+
"AccentComponentPrimary": {
|
|
14
|
+
"font_size": 16,
|
|
15
|
+
"line_height": 20,
|
|
16
|
+
"line_spacing": 1,
|
|
17
|
+
"line_spacing_extra": 1,
|
|
18
|
+
"font_family": "spare_red_bold",
|
|
19
|
+
"text_all_caps": false,
|
|
20
|
+
"letter_spacing": 0,
|
|
21
|
+
"first_baseline_to_top_height": 15,
|
|
22
|
+
"last_baseline_to_bottom_height": 5
|
|
23
|
+
},
|
|
24
|
+
"AccentComponentSecondary": {
|
|
25
|
+
"font_size": 14,
|
|
26
|
+
"line_height": 18,
|
|
27
|
+
"line_spacing": 1,
|
|
28
|
+
"line_spacing_extra": 2,
|
|
29
|
+
"font_family": "spare_red_bold",
|
|
30
|
+
"text_all_caps": false,
|
|
31
|
+
"letter_spacing": -0.01,
|
|
32
|
+
"first_baseline_to_top_height": 14,
|
|
33
|
+
"last_baseline_to_bottom_height": 4
|
|
34
|
+
},
|
|
35
|
+
"AccentPrimaryLarge": {
|
|
36
|
+
"font_size": 18,
|
|
37
|
+
"line_height": 24,
|
|
38
|
+
"line_spacing": 2,
|
|
39
|
+
"line_spacing_extra": 3,
|
|
40
|
+
"font_family": "spare_red_bold",
|
|
41
|
+
"text_all_caps": false,
|
|
42
|
+
"letter_spacing": 0,
|
|
43
|
+
"first_baseline_to_top_height": 18,
|
|
44
|
+
"last_baseline_to_bottom_height": 6
|
|
45
|
+
},
|
|
46
|
+
"AccentPrimaryMedium": {
|
|
47
|
+
"font_size": 16,
|
|
48
|
+
"line_height": 24,
|
|
49
|
+
"line_spacing": 5,
|
|
50
|
+
"line_spacing_extra": 5,
|
|
51
|
+
"font_family": "spare_red_bold",
|
|
52
|
+
"text_all_caps": false,
|
|
53
|
+
"letter_spacing": 0,
|
|
54
|
+
"first_baseline_to_top_height": 17,
|
|
55
|
+
"last_baseline_to_bottom_height": 7
|
|
56
|
+
},
|
|
57
|
+
"AccentPrimarySmall": {
|
|
58
|
+
"font_size": 14,
|
|
59
|
+
"line_height": 20,
|
|
60
|
+
"line_spacing": 3,
|
|
61
|
+
"line_spacing_extra": 4,
|
|
62
|
+
"font_family": "spare_red_bold",
|
|
63
|
+
"text_all_caps": false,
|
|
64
|
+
"letter_spacing": -0.01,
|
|
65
|
+
"first_baseline_to_top_height": 15,
|
|
66
|
+
"last_baseline_to_bottom_height": 5
|
|
67
|
+
},
|
|
68
|
+
"AccentSecondaryLarge": {
|
|
69
|
+
"font_size": 13,
|
|
70
|
+
"line_height": 20,
|
|
71
|
+
"line_spacing": 4,
|
|
72
|
+
"line_spacing_extra": 5,
|
|
73
|
+
"font_family": "spare_red_bold",
|
|
74
|
+
"text_all_caps": false,
|
|
75
|
+
"letter_spacing": 0.01,
|
|
76
|
+
"first_baseline_to_top_height": 14,
|
|
77
|
+
"last_baseline_to_bottom_height": 6
|
|
78
|
+
},
|
|
79
|
+
"AccentSecondaryMedium": {
|
|
80
|
+
"font_size": 12,
|
|
81
|
+
"line_height": 16,
|
|
82
|
+
"line_spacing": 1,
|
|
83
|
+
"line_spacing_extra": 2,
|
|
84
|
+
"font_family": "spare_red_bold",
|
|
85
|
+
"text_all_caps": false,
|
|
86
|
+
"letter_spacing": 0.03,
|
|
87
|
+
"first_baseline_to_top_height": 12,
|
|
88
|
+
"last_baseline_to_bottom_height": 4
|
|
89
|
+
},
|
|
90
|
+
"AccentSecondarySmall": {
|
|
91
|
+
"font_size": 11,
|
|
92
|
+
"line_height": 16,
|
|
93
|
+
"line_spacing": 3,
|
|
94
|
+
"line_spacing_extra": 3,
|
|
95
|
+
"font_family": "spare_red_bold",
|
|
96
|
+
"text_all_caps": false,
|
|
97
|
+
"letter_spacing": 0.03,
|
|
98
|
+
"first_baseline_to_top_height": 12,
|
|
99
|
+
"last_baseline_to_bottom_height": 4
|
|
100
|
+
},
|
|
101
|
+
"AccentTagline": {
|
|
102
|
+
"font_size": 12,
|
|
103
|
+
"line_height": 16,
|
|
104
|
+
"line_spacing": 1,
|
|
105
|
+
"line_spacing_extra": 2,
|
|
106
|
+
"font_family": "spare_red_bold",
|
|
107
|
+
"text_all_caps": true,
|
|
108
|
+
"letter_spacing": 0.1,
|
|
109
|
+
"first_baseline_to_top_height": 12,
|
|
110
|
+
"last_baseline_to_bottom_height": 4
|
|
111
|
+
},
|
|
112
|
+
"ActionCaps": {
|
|
113
|
+
"font_size": 12,
|
|
114
|
+
"line_height": 16,
|
|
115
|
+
"line_spacing": 1,
|
|
116
|
+
"line_spacing_extra": 2,
|
|
117
|
+
"font_family": "spare_red_medium",
|
|
118
|
+
"text_all_caps": true,
|
|
119
|
+
"letter_spacing": 0.1,
|
|
120
|
+
"first_baseline_to_top_height": 12,
|
|
121
|
+
"last_baseline_to_bottom_height": 4
|
|
122
|
+
},
|
|
123
|
+
"ActionComponentPrimary": {
|
|
124
|
+
"font_size": 16,
|
|
125
|
+
"line_height": 20,
|
|
126
|
+
"line_spacing": 1,
|
|
127
|
+
"line_spacing_extra": 1,
|
|
128
|
+
"font_family": "spare_red_medium",
|
|
129
|
+
"text_all_caps": false,
|
|
130
|
+
"letter_spacing": 0,
|
|
131
|
+
"first_baseline_to_top_height": 15,
|
|
132
|
+
"last_baseline_to_bottom_height": 5
|
|
133
|
+
},
|
|
134
|
+
"ActionComponentSecondary": {
|
|
135
|
+
"font_size": 14,
|
|
136
|
+
"line_height": 18,
|
|
137
|
+
"line_spacing": 1,
|
|
138
|
+
"line_spacing_extra": 2,
|
|
139
|
+
"font_family": "spare_red_medium",
|
|
140
|
+
"text_all_caps": false,
|
|
141
|
+
"letter_spacing": 0,
|
|
142
|
+
"first_baseline_to_top_height": 14,
|
|
143
|
+
"last_baseline_to_bottom_height": 4
|
|
144
|
+
},
|
|
145
|
+
"ActionPrimaryLarge": {
|
|
146
|
+
"font_size": 18,
|
|
147
|
+
"line_height": 24,
|
|
148
|
+
"line_spacing": 2,
|
|
149
|
+
"line_spacing_extra": 3,
|
|
150
|
+
"font_family": "spare_red_medium",
|
|
151
|
+
"text_all_caps": false,
|
|
152
|
+
"letter_spacing": -0.01,
|
|
153
|
+
"first_baseline_to_top_height": 18,
|
|
154
|
+
"last_baseline_to_bottom_height": 6
|
|
155
|
+
},
|
|
156
|
+
"ActionPrimaryMedium": {
|
|
157
|
+
"font_size": 16,
|
|
158
|
+
"line_height": 24,
|
|
159
|
+
"line_spacing": 5,
|
|
160
|
+
"line_spacing_extra": 5,
|
|
161
|
+
"font_family": "spare_red_medium",
|
|
162
|
+
"text_all_caps": false,
|
|
163
|
+
"letter_spacing": 0,
|
|
164
|
+
"first_baseline_to_top_height": 17,
|
|
165
|
+
"last_baseline_to_bottom_height": 7
|
|
166
|
+
},
|
|
167
|
+
"ActionPrimarySmall": {
|
|
168
|
+
"font_size": 14,
|
|
169
|
+
"line_height": 20,
|
|
170
|
+
"line_spacing": 3,
|
|
171
|
+
"line_spacing_extra": 4,
|
|
172
|
+
"font_family": "spare_red_medium",
|
|
173
|
+
"text_all_caps": false,
|
|
174
|
+
"letter_spacing": 0,
|
|
175
|
+
"first_baseline_to_top_height": 15,
|
|
176
|
+
"last_baseline_to_bottom_height": 5
|
|
177
|
+
},
|
|
178
|
+
"ActionSecondaryLarge": {
|
|
179
|
+
"font_size": 13,
|
|
180
|
+
"line_height": 20,
|
|
181
|
+
"line_spacing": 4,
|
|
182
|
+
"line_spacing_extra": 5,
|
|
183
|
+
"font_family": "spare_red_medium",
|
|
184
|
+
"text_all_caps": false,
|
|
185
|
+
"letter_spacing": 0,
|
|
186
|
+
"first_baseline_to_top_height": 14,
|
|
187
|
+
"last_baseline_to_bottom_height": 6
|
|
188
|
+
},
|
|
189
|
+
"ActionSecondaryMedium": {
|
|
190
|
+
"font_size": 12,
|
|
191
|
+
"line_height": 16,
|
|
192
|
+
"line_spacing": 1,
|
|
193
|
+
"line_spacing_extra": 2,
|
|
194
|
+
"font_family": "spare_red_medium",
|
|
195
|
+
"text_all_caps": false,
|
|
196
|
+
"letter_spacing": 0.02,
|
|
197
|
+
"first_baseline_to_top_height": 12,
|
|
198
|
+
"last_baseline_to_bottom_height": 4
|
|
199
|
+
},
|
|
200
|
+
"ActionSecondarySmall": {
|
|
201
|
+
"font_size": 11,
|
|
202
|
+
"line_height": 16,
|
|
203
|
+
"line_spacing": 3,
|
|
204
|
+
"line_spacing_extra": 3,
|
|
205
|
+
"font_family": "spare_red_medium",
|
|
206
|
+
"text_all_caps": false,
|
|
207
|
+
"letter_spacing": 0.03,
|
|
208
|
+
"first_baseline_to_top_height": 12,
|
|
209
|
+
"last_baseline_to_bottom_height": 4
|
|
210
|
+
},
|
|
211
|
+
"ActionTagline": {
|
|
212
|
+
"font_size": 12,
|
|
213
|
+
"line_height": 16,
|
|
214
|
+
"line_spacing": 1,
|
|
215
|
+
"line_spacing_extra": 2,
|
|
216
|
+
"font_family": "spare_red_medium",
|
|
217
|
+
"text_all_caps": true,
|
|
218
|
+
"letter_spacing": 0.1,
|
|
219
|
+
"first_baseline_to_top_height": 12,
|
|
220
|
+
"last_baseline_to_bottom_height": 4
|
|
221
|
+
},
|
|
222
|
+
"HeadlineLarge": {
|
|
223
|
+
"font_size": 30,
|
|
224
|
+
"line_height": 36,
|
|
225
|
+
"line_spacing": 0,
|
|
226
|
+
"line_spacing_extra": 1,
|
|
227
|
+
"font_family": "spare_red_medium",
|
|
228
|
+
"text_all_caps": false,
|
|
229
|
+
"letter_spacing": -0.02,
|
|
230
|
+
"first_baseline_to_top_height": 28,
|
|
231
|
+
"last_baseline_to_bottom_height": 8
|
|
232
|
+
},
|
|
233
|
+
"HeadlineMedium": {
|
|
234
|
+
"font_size": 26,
|
|
235
|
+
"line_height": 32,
|
|
236
|
+
"line_spacing": 1,
|
|
237
|
+
"line_spacing_extra": 2,
|
|
238
|
+
"font_family": "spare_red_medium",
|
|
239
|
+
"text_all_caps": false,
|
|
240
|
+
"letter_spacing": -0.01,
|
|
241
|
+
"first_baseline_to_top_height": 25,
|
|
242
|
+
"last_baseline_to_bottom_height": 7
|
|
243
|
+
},
|
|
244
|
+
"HeadlineSmall": {
|
|
245
|
+
"font_size": 20,
|
|
246
|
+
"line_height": 28,
|
|
247
|
+
"line_spacing": 4,
|
|
248
|
+
"line_spacing_extra": 5,
|
|
249
|
+
"font_family": "spare_red_medium",
|
|
250
|
+
"text_all_caps": false,
|
|
251
|
+
"letter_spacing": -0.01,
|
|
252
|
+
"first_baseline_to_top_height": 21,
|
|
253
|
+
"last_baseline_to_bottom_height": 7
|
|
254
|
+
},
|
|
255
|
+
"HeadlineXLarge": {
|
|
256
|
+
"font_size": 40,
|
|
257
|
+
"line_height": 48,
|
|
258
|
+
"line_spacing": 1,
|
|
259
|
+
"line_spacing_extra": 1,
|
|
260
|
+
"font_family": "spare_red_medium",
|
|
261
|
+
"text_all_caps": false,
|
|
262
|
+
"letter_spacing": -0.02,
|
|
263
|
+
"first_baseline_to_top_height": 38,
|
|
264
|
+
"last_baseline_to_bottom_height": 10
|
|
265
|
+
},
|
|
266
|
+
"HeadlineXSmall": {
|
|
267
|
+
"font_size": 16,
|
|
268
|
+
"line_height": 20,
|
|
269
|
+
"line_spacing": 1,
|
|
270
|
+
"line_spacing_extra": 1,
|
|
271
|
+
"font_family": "spare_red_medium",
|
|
272
|
+
"text_all_caps": false,
|
|
273
|
+
"letter_spacing": 0,
|
|
274
|
+
"first_baseline_to_top_height": 15,
|
|
275
|
+
"last_baseline_to_bottom_height": 5
|
|
276
|
+
},
|
|
277
|
+
"ParagraphCaps": {
|
|
278
|
+
"font_size": 12,
|
|
279
|
+
"line_height": 16,
|
|
280
|
+
"line_spacing": 1,
|
|
281
|
+
"line_spacing_extra": 2,
|
|
282
|
+
"font_family": "spare_red_regular",
|
|
283
|
+
"text_all_caps": true,
|
|
284
|
+
"letter_spacing": 0.1,
|
|
285
|
+
"first_baseline_to_top_height": 12,
|
|
286
|
+
"last_baseline_to_bottom_height": 4
|
|
287
|
+
},
|
|
288
|
+
"ParagraphComponentPrimary": {
|
|
289
|
+
"font_size": 16,
|
|
290
|
+
"line_height": 20,
|
|
291
|
+
"line_spacing": 1,
|
|
292
|
+
"line_spacing_extra": 1,
|
|
293
|
+
"font_family": "spare_red_regular",
|
|
294
|
+
"text_all_caps": false,
|
|
295
|
+
"letter_spacing": 0.02,
|
|
296
|
+
"first_baseline_to_top_height": 15,
|
|
297
|
+
"last_baseline_to_bottom_height": 5
|
|
298
|
+
},
|
|
299
|
+
"ParagraphComponentSecondary": {
|
|
300
|
+
"font_size": 14,
|
|
301
|
+
"line_height": 18,
|
|
302
|
+
"line_spacing": 1,
|
|
303
|
+
"line_spacing_extra": 2,
|
|
304
|
+
"font_family": "spare_red_regular",
|
|
305
|
+
"text_all_caps": false,
|
|
306
|
+
"first_baseline_to_top_height": 14,
|
|
307
|
+
"last_baseline_to_bottom_height": 4
|
|
308
|
+
},
|
|
309
|
+
"ParagraphPrimaryLarge": {
|
|
310
|
+
"font_size": 18,
|
|
311
|
+
"line_height": 24,
|
|
312
|
+
"line_spacing": 2,
|
|
313
|
+
"line_spacing_extra": 3,
|
|
314
|
+
"font_family": "spare_red_regular",
|
|
315
|
+
"text_all_caps": false,
|
|
316
|
+
"letter_spacing": -0.01,
|
|
317
|
+
"first_baseline_to_top_height": 18,
|
|
318
|
+
"last_baseline_to_bottom_height": 6
|
|
319
|
+
},
|
|
320
|
+
"ParagraphPrimaryMedium": {
|
|
321
|
+
"font_size": 16,
|
|
322
|
+
"line_height": 24,
|
|
323
|
+
"line_spacing": 5,
|
|
324
|
+
"line_spacing_extra": 5,
|
|
325
|
+
"font_family": "spare_red_regular",
|
|
326
|
+
"text_all_caps": false,
|
|
327
|
+
"letter_spacing": 0.02,
|
|
328
|
+
"first_baseline_to_top_height": 17,
|
|
329
|
+
"last_baseline_to_bottom_height": 7
|
|
330
|
+
},
|
|
331
|
+
"ParagraphPrimarySmall": {
|
|
332
|
+
"font_size": 14,
|
|
333
|
+
"line_height": 20,
|
|
334
|
+
"line_spacing": 3,
|
|
335
|
+
"line_spacing_extra": 4,
|
|
336
|
+
"font_family": "spare_red_regular",
|
|
337
|
+
"text_all_caps": false,
|
|
338
|
+
"first_baseline_to_top_height": 15,
|
|
339
|
+
"last_baseline_to_bottom_height": 5
|
|
340
|
+
},
|
|
341
|
+
"ParagraphSecondaryLarge": {
|
|
342
|
+
"font_size": 13,
|
|
343
|
+
"line_height": 20,
|
|
344
|
+
"line_spacing": 4,
|
|
345
|
+
"line_spacing_extra": 5,
|
|
346
|
+
"font_family": "spare_red_regular",
|
|
347
|
+
"text_all_caps": false,
|
|
348
|
+
"letter_spacing": 0,
|
|
349
|
+
"first_baseline_to_top_height": 14,
|
|
350
|
+
"last_baseline_to_bottom_height": 6
|
|
351
|
+
},
|
|
352
|
+
"ParagraphSecondaryMedium": {
|
|
353
|
+
"font_size": 12,
|
|
354
|
+
"line_height": 16,
|
|
355
|
+
"line_spacing": 1,
|
|
356
|
+
"line_spacing_extra": 2,
|
|
357
|
+
"font_family": "spare_red_regular",
|
|
358
|
+
"text_all_caps": false,
|
|
359
|
+
"letter_spacing": 0.02,
|
|
360
|
+
"first_baseline_to_top_height": 12,
|
|
361
|
+
"last_baseline_to_bottom_height": 4
|
|
362
|
+
},
|
|
363
|
+
"ParagraphSecondarySmall": {
|
|
364
|
+
"font_size": 11,
|
|
365
|
+
"line_height": 16,
|
|
366
|
+
"line_spacing": 3,
|
|
367
|
+
"line_spacing_extra": 3,
|
|
368
|
+
"font_family": "spare_red_regular",
|
|
369
|
+
"text_all_caps": false,
|
|
370
|
+
"letter_spacing": 0.02,
|
|
371
|
+
"first_baseline_to_top_height": 12,
|
|
372
|
+
"last_baseline_to_bottom_height": 4
|
|
373
|
+
},
|
|
374
|
+
"ParagraphTagline": {
|
|
375
|
+
"font_size": 12,
|
|
376
|
+
"line_height": 16,
|
|
377
|
+
"line_spacing": 1,
|
|
378
|
+
"line_spacing_extra": 2,
|
|
379
|
+
"font_family": "spare_red_regular",
|
|
380
|
+
"text_all_caps": true,
|
|
381
|
+
"letter_spacing": 0.1,
|
|
382
|
+
"first_baseline_to_top_height": 12,
|
|
383
|
+
"last_baseline_to_bottom_height": 4
|
|
384
|
+
},
|
|
385
|
+
"PromoLarge": {
|
|
386
|
+
"font_size": 30,
|
|
387
|
+
"line_height": 36,
|
|
388
|
+
"line_spacing": 0,
|
|
389
|
+
"line_spacing_extra": 1,
|
|
390
|
+
"font_family": "spare_red_regular",
|
|
391
|
+
"text_all_caps": false,
|
|
392
|
+
"letter_spacing": -0.01,
|
|
393
|
+
"first_baseline_to_top_height": 28,
|
|
394
|
+
"last_baseline_to_bottom_height": 8
|
|
395
|
+
},
|
|
396
|
+
"PromoMedium": {
|
|
397
|
+
"font_size": 26,
|
|
398
|
+
"line_height": 32,
|
|
399
|
+
"line_spacing": 1,
|
|
400
|
+
"line_spacing_extra": 2,
|
|
401
|
+
"font_family": "spare_red_regular",
|
|
402
|
+
"text_all_caps": false,
|
|
403
|
+
"letter_spacing": -0.01,
|
|
404
|
+
"first_baseline_to_top_height": 25,
|
|
405
|
+
"last_baseline_to_bottom_height": 7
|
|
406
|
+
},
|
|
407
|
+
"PromoSmall": {
|
|
408
|
+
"font_size": 20,
|
|
409
|
+
"line_height": 28,
|
|
410
|
+
"line_spacing": 4,
|
|
411
|
+
"line_spacing_extra": 5,
|
|
412
|
+
"font_family": "spare_red_regular",
|
|
413
|
+
"text_all_caps": false,
|
|
414
|
+
"letter_spacing": -0.01,
|
|
415
|
+
"first_baseline_to_top_height": 21,
|
|
416
|
+
"last_baseline_to_bottom_height": 7
|
|
417
|
+
},
|
|
418
|
+
"PromoXLarge": {
|
|
419
|
+
"font_size": 40,
|
|
420
|
+
"line_height": 48,
|
|
421
|
+
"line_spacing": 1,
|
|
422
|
+
"line_spacing_extra": 1,
|
|
423
|
+
"font_family": "spare_red_regular",
|
|
424
|
+
"text_all_caps": false,
|
|
425
|
+
"letter_spacing": -0.02,
|
|
426
|
+
"first_baseline_to_top_height": 38,
|
|
427
|
+
"last_baseline_to_bottom_height": 10
|
|
428
|
+
},
|
|
429
|
+
"PromoXSmall": {
|
|
430
|
+
"font_size": 16,
|
|
431
|
+
"line_height": 20,
|
|
432
|
+
"line_spacing": 1,
|
|
433
|
+
"line_spacing_extra": 1,
|
|
434
|
+
"font_family": "spare_red_regular",
|
|
435
|
+
"text_all_caps": false,
|
|
436
|
+
"letter_spacing": 0.02,
|
|
437
|
+
"first_baseline_to_top_height": 15,
|
|
438
|
+
"last_baseline_to_bottom_height": 5
|
|
439
|
+
},
|
|
2
440
|
"AccentComponent": {
|
|
3
441
|
"font_size": 16,
|
|
4
442
|
"line_height": 20,
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"letter_spacing": 1.25,
|
|
10
10
|
"monospace": false
|
|
11
11
|
},
|
|
12
|
-
"
|
|
12
|
+
"AccentComponentPrimary": {
|
|
13
13
|
"font_size": 17,
|
|
14
14
|
"line_height": 22,
|
|
15
15
|
"line_spacing": 2,
|
|
@@ -76,7 +76,6 @@
|
|
|
76
76
|
"font_family": "System",
|
|
77
77
|
"font_weight": "bold",
|
|
78
78
|
"text_all_caps": false,
|
|
79
|
-
"letter_spacing": 0,
|
|
80
79
|
"monospace": false
|
|
81
80
|
},
|
|
82
81
|
"AccentSecondarySmall": {
|
|
@@ -96,7 +95,7 @@
|
|
|
96
95
|
"font_family": "System",
|
|
97
96
|
"font_weight": "bold",
|
|
98
97
|
"text_all_caps": true,
|
|
99
|
-
"letter_spacing":
|
|
98
|
+
"letter_spacing": 1.25,
|
|
100
99
|
"monospace": false
|
|
101
100
|
},
|
|
102
101
|
"ActionCaps": {
|
|
@@ -109,7 +108,7 @@
|
|
|
109
108
|
"letter_spacing": 1.25,
|
|
110
109
|
"monospace": false
|
|
111
110
|
},
|
|
112
|
-
"
|
|
111
|
+
"ActionComponentPrimary": {
|
|
113
112
|
"font_size": 17,
|
|
114
113
|
"line_height": 22,
|
|
115
114
|
"line_spacing": 2,
|
|
@@ -124,7 +123,7 @@
|
|
|
124
123
|
"line_height": 18,
|
|
125
124
|
"line_spacing": 1,
|
|
126
125
|
"font_family": "System",
|
|
127
|
-
"font_weight": "
|
|
126
|
+
"font_weight": "semibold",
|
|
128
127
|
"text_all_caps": false,
|
|
129
128
|
"letter_spacing": -0.15,
|
|
130
129
|
"monospace": false
|
|
@@ -176,7 +175,6 @@
|
|
|
176
175
|
"font_family": "System",
|
|
177
176
|
"font_weight": "semibold",
|
|
178
177
|
"text_all_caps": false,
|
|
179
|
-
"letter_spacing": 0,
|
|
180
178
|
"monospace": false
|
|
181
179
|
},
|
|
182
180
|
"ActionSecondarySmall": {
|
|
@@ -196,7 +194,7 @@
|
|
|
196
194
|
"font_family": "System",
|
|
197
195
|
"font_weight": "semibold",
|
|
198
196
|
"text_all_caps": true,
|
|
199
|
-
"letter_spacing":
|
|
197
|
+
"letter_spacing": 1.25,
|
|
200
198
|
"monospace": false
|
|
201
199
|
},
|
|
202
200
|
"HeadlineLarge": {
|
|
@@ -296,7 +294,6 @@
|
|
|
296
294
|
"font_family": "System",
|
|
297
295
|
"font_weight": "regular",
|
|
298
296
|
"text_all_caps": false,
|
|
299
|
-
"letter_spacing": 0,
|
|
300
297
|
"monospace": true
|
|
301
298
|
},
|
|
302
299
|
"MonoSecondarySmall": {
|
|
@@ -314,12 +311,12 @@
|
|
|
314
311
|
"line_height": 16,
|
|
315
312
|
"line_spacing": 3,
|
|
316
313
|
"font_family": "System",
|
|
317
|
-
"font_weight": "
|
|
314
|
+
"font_weight": "regular",
|
|
318
315
|
"text_all_caps": true,
|
|
319
316
|
"letter_spacing": 1.25,
|
|
320
317
|
"monospace": false
|
|
321
318
|
},
|
|
322
|
-
"
|
|
319
|
+
"ParagraphComponentPrimary": {
|
|
323
320
|
"font_size": 17,
|
|
324
321
|
"line_height": 22,
|
|
325
322
|
"line_spacing": 2,
|
|
@@ -386,7 +383,6 @@
|
|
|
386
383
|
"font_family": "System",
|
|
387
384
|
"font_weight": "regular",
|
|
388
385
|
"text_all_caps": false,
|
|
389
|
-
"letter_spacing": 0,
|
|
390
386
|
"monospace": false
|
|
391
387
|
},
|
|
392
388
|
"ParagraphSecondarySmall": {
|
|
@@ -406,7 +402,7 @@
|
|
|
406
402
|
"font_family": "System",
|
|
407
403
|
"font_weight": "regular",
|
|
408
404
|
"text_all_caps": true,
|
|
409
|
-
"letter_spacing":
|
|
405
|
+
"letter_spacing": 1.25,
|
|
410
406
|
"monospace": false
|
|
411
407
|
},
|
|
412
408
|
"PromoLarge": {
|
|
@@ -416,7 +412,7 @@
|
|
|
416
412
|
"font_family": "System",
|
|
417
413
|
"font_weight": "regular",
|
|
418
414
|
"text_all_caps": false,
|
|
419
|
-
"letter_spacing": 0.
|
|
415
|
+
"letter_spacing": 0.35,
|
|
420
416
|
"monospace": false
|
|
421
417
|
},
|
|
422
418
|
"PromoMedium": {
|
|
@@ -459,6 +455,28 @@
|
|
|
459
455
|
"letter_spacing": -0.41,
|
|
460
456
|
"monospace": false
|
|
461
457
|
},
|
|
458
|
+
"AccentComponent": {
|
|
459
|
+
"font_size": 17,
|
|
460
|
+
"line_height": 22,
|
|
461
|
+
"line_spacing": 2,
|
|
462
|
+
"font_family": "System",
|
|
463
|
+
"font_weight": "bold",
|
|
464
|
+
"text_all_caps": false,
|
|
465
|
+
"letter_spacing": -0.41,
|
|
466
|
+
"monospace": false,
|
|
467
|
+
"deprecated": true
|
|
468
|
+
},
|
|
469
|
+
"ActionComponent": {
|
|
470
|
+
"font_size": 17,
|
|
471
|
+
"line_height": 22,
|
|
472
|
+
"line_spacing": 2,
|
|
473
|
+
"font_family": "System",
|
|
474
|
+
"font_weight": "semibold",
|
|
475
|
+
"text_all_caps": false,
|
|
476
|
+
"letter_spacing": -0.41,
|
|
477
|
+
"monospace": false,
|
|
478
|
+
"deprecated": true
|
|
479
|
+
},
|
|
462
480
|
"Caption1": {
|
|
463
481
|
"alias": "smallCaps",
|
|
464
482
|
"font_size": 11,
|
|
@@ -572,6 +590,17 @@
|
|
|
572
590
|
"monospace": false,
|
|
573
591
|
"deprecated": true
|
|
574
592
|
},
|
|
593
|
+
"ParagraphComponent": {
|
|
594
|
+
"font_size": 17,
|
|
595
|
+
"line_height": 22,
|
|
596
|
+
"line_spacing": 2,
|
|
597
|
+
"font_family": "System",
|
|
598
|
+
"font_weight": "regular",
|
|
599
|
+
"text_all_caps": false,
|
|
600
|
+
"letter_spacing": -0.41,
|
|
601
|
+
"monospace": false,
|
|
602
|
+
"deprecated": true
|
|
603
|
+
},
|
|
575
604
|
"PrimaryComponents.Bold": {
|
|
576
605
|
"font_size": 17,
|
|
577
606
|
"line_height": 22,
|