ui-primitives 28.8.0 → 28.9.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ui-primitives",
3
- "version": "28.8.0",
3
+ "version": "28.9.0",
4
4
  "description": "UI primitives for sharing between platforms in Design System Team projects",
5
5
  "keywords": [
6
6
  "design",
@@ -0,0 +1,680 @@
1
+ {
2
+ "HeadlineXLarge": {
3
+ "font_size": 40,
4
+ "line_height": 48,
5
+ "line_spacing": 1,
6
+ "line_spacing_extra": 1,
7
+ "font_family": "alfasans_medium",
8
+ "text_all_caps": false,
9
+ "letter_spacing": -0.9,
10
+ "first_baseline_to_top_height": 38,
11
+ "last_baseline_to_bottom_height": 10
12
+ },
13
+ "HeadlineLarge": {
14
+ "font_size": 30,
15
+ "line_height": 36,
16
+ "line_spacing": 0,
17
+ "line_spacing_extra": 1,
18
+ "font_family": "alfasans_medium",
19
+ "text_all_caps": false,
20
+ "letter_spacing": -0.25,
21
+ "first_baseline_to_top_height": 28,
22
+ "last_baseline_to_bottom_height": 8
23
+ },
24
+ "HeadlineMedium": {
25
+ "font_size": 26,
26
+ "line_height": 32,
27
+ "line_spacing": 1,
28
+ "line_spacing_extra": 2,
29
+ "font_family": "alfasans_medium",
30
+ "text_all_caps": false,
31
+ "letter_spacing": -0.25,
32
+ "first_baseline_to_top_height": 25,
33
+ "last_baseline_to_bottom_height": 7
34
+ },
35
+ "HeadlineSmall": {
36
+ "font_size": 20,
37
+ "line_height": 28,
38
+ "line_spacing": 4,
39
+ "line_spacing_extra": 5,
40
+ "font_family": "alfasans_medium",
41
+ "text_all_caps": false,
42
+ "letter_spacing": -0.15,
43
+ "first_baseline_to_top_height": 21,
44
+ "last_baseline_to_bottom_height": 7
45
+ },
46
+ "HeadlineXSmall": {
47
+ "font_size": 16,
48
+ "line_height": 20,
49
+ "line_spacing": 1,
50
+ "line_spacing_extra": 1,
51
+ "font_family": "alfasans_medium",
52
+ "text_all_caps": false,
53
+ "letter_spacing": 0.17,
54
+ "first_baseline_to_top_height": 17,
55
+ "last_baseline_to_bottom_height": 7
56
+ },
57
+ "ParagraphPrimaryLarge": {
58
+ "font_size": 18,
59
+ "line_height": 24,
60
+ "line_spacing": 2,
61
+ "line_spacing_extra": 3,
62
+ "font_family": "alfasans_regular",
63
+ "text_all_caps": false,
64
+ "letter_spacing": -0.36,
65
+ "first_baseline_to_top_height": 17,
66
+ "last_baseline_to_bottom_height": 7
67
+ },
68
+ "ParagraphPrimaryMedium": {
69
+ "font_size": 16,
70
+ "line_height": 24,
71
+ "line_spacing": 5,
72
+ "line_spacing_extra": 5,
73
+ "font_family": "alfasans_regular",
74
+ "text_all_caps": false,
75
+ "letter_spacing": -0.24,
76
+ "first_baseline_to_top_height": 17,
77
+ "last_baseline_to_bottom_height": 7
78
+ },
79
+ "ParagraphPrimarySmall": {
80
+ "font_size": 14,
81
+ "line_height": 20,
82
+ "line_spacing": 3,
83
+ "line_spacing_extra": 4,
84
+ "font_family": "alfasans_regular",
85
+ "text_all_caps": false,
86
+ "letter_spacing": -0.08,
87
+ "first_baseline_to_top_height": 15,
88
+ "last_baseline_to_bottom_height": 5
89
+ },
90
+ "ParagraphSecondaryLarge": {
91
+ "font_size": 13,
92
+ "line_height": 20,
93
+ "line_spacing": 4,
94
+ "line_spacing_extra": 5,
95
+ "font_family": "alfasans_regular",
96
+ "text_all_caps": false,
97
+ "letter_spacing": 0,
98
+ "first_baseline_to_top_height": 15,
99
+ "last_baseline_to_bottom_height": 5
100
+ },
101
+ "ParagraphSecondaryMedium": {
102
+ "font_size": 12,
103
+ "line_height": 16,
104
+ "line_spacing": 1,
105
+ "line_spacing_extra": 2,
106
+ "font_family": "alfasans_regular",
107
+ "text_all_caps": false,
108
+ "letter_spacing": 0.06,
109
+ "first_baseline_to_top_height": 12,
110
+ "last_baseline_to_bottom_height": 4
111
+ },
112
+ "ParagraphSecondarySmall": {
113
+ "font_size": 11,
114
+ "line_height": 16,
115
+ "line_spacing": 3,
116
+ "line_spacing_extra": 3,
117
+ "font_family": "alfasans_regular",
118
+ "text_all_caps": false,
119
+ "letter_spacing": 0.15,
120
+ "first_baseline_to_top_height": 12,
121
+ "last_baseline_to_bottom_height": 4
122
+ },
123
+ "ParagraphComponent": {
124
+ "font_size": 16,
125
+ "line_height": 20,
126
+ "line_spacing": 1,
127
+ "line_spacing_extra": 1,
128
+ "font_family": "alfasans_regular",
129
+ "text_all_caps": false,
130
+ "letter_spacing": -0.24,
131
+ "first_baseline_to_top_height": 15,
132
+ "last_baseline_to_bottom_height": 5
133
+ },
134
+ "ParagraphComponentSecondary": {
135
+ "font_size": 14,
136
+ "line_height": 18,
137
+ "line_spacing": 1,
138
+ "line_spacing_extra": 2,
139
+ "font_family": "alfasans_regular",
140
+ "text_all_caps": false,
141
+ "letter_spacing": -0.08,
142
+ "first_baseline_to_top_height": 0,
143
+ "last_baseline_to_bottom_height": 0
144
+ },
145
+ "ParagraphTagline": {
146
+ "font_size": 12,
147
+ "line_height": 16,
148
+ "line_spacing": 1,
149
+ "line_spacing_extra": 2,
150
+ "font_family": "alfasans_regular",
151
+ "text_all_caps": true,
152
+ "letter_spacing": 1.25,
153
+ "first_baseline_to_top_height": 12,
154
+ "last_baseline_to_bottom_height": 4
155
+ },
156
+ "ParagraphCaps": {
157
+ "font_size": 12,
158
+ "line_height": 16,
159
+ "line_spacing": 1,
160
+ "line_spacing_extra": 2,
161
+ "font_family": "alfasans_regular",
162
+ "text_all_caps": true,
163
+ "letter_spacing": 1.25,
164
+ "first_baseline_to_top_height": 12,
165
+ "last_baseline_to_bottom_height": 4
166
+ },
167
+ "AccentPrimaryLarge": {
168
+ "font_size": 18,
169
+ "line_height": 24,
170
+ "line_spacing": 2,
171
+ "line_spacing_extra": 3,
172
+ "font_family": "alfasans_bold",
173
+ "text_all_caps": false,
174
+ "letter_spacing": 0.38,
175
+ "first_baseline_to_top_height": 17,
176
+ "last_baseline_to_bottom_height": 7
177
+ },
178
+ "AccentPrimaryMedium": {
179
+ "font_size": 16,
180
+ "line_height": 24,
181
+ "line_spacing": 5,
182
+ "line_spacing_extra": 5,
183
+ "font_family": "alfasans_bold",
184
+ "text_all_caps": false,
185
+ "letter_spacing": 0.43,
186
+ "first_baseline_to_top_height": 17,
187
+ "last_baseline_to_bottom_height": 7
188
+ },
189
+ "AccentPrimarySmall": {
190
+ "font_size": 14,
191
+ "line_height": 20,
192
+ "line_spacing": 3,
193
+ "line_spacing_extra": 4,
194
+ "font_family": "alfasans_bold",
195
+ "text_all_caps": false,
196
+ "letter_spacing": 0.47,
197
+ "first_baseline_to_top_height": 15,
198
+ "last_baseline_to_bottom_height": 5
199
+ },
200
+ "AccentSecondaryLarge": {
201
+ "font_size": 13,
202
+ "line_height": 20,
203
+ "line_spacing": 4,
204
+ "line_spacing_extra": 5,
205
+ "font_family": "alfasans_bold",
206
+ "text_all_caps": false,
207
+ "letter_spacing": 0.54,
208
+ "first_baseline_to_top_height": 15,
209
+ "last_baseline_to_bottom_height": 5
210
+ },
211
+ "AccentSecondaryMedium": {
212
+ "font_size": 12,
213
+ "line_height": 16,
214
+ "line_spacing": 1,
215
+ "line_spacing_extra": 2,
216
+ "font_family": "alfasans_bold",
217
+ "text_all_caps": false,
218
+ "letter_spacing": 0.57,
219
+ "first_baseline_to_top_height": 12,
220
+ "last_baseline_to_bottom_height": 4
221
+ },
222
+ "AccentSecondarySmall": {
223
+ "font_size": 11,
224
+ "line_height": 16,
225
+ "line_spacing": 3,
226
+ "line_spacing_extra": 3,
227
+ "font_family": "alfasans_bold",
228
+ "text_all_caps": false,
229
+ "letter_spacing": 0.54,
230
+ "first_baseline_to_top_height": 12,
231
+ "last_baseline_to_bottom_height": 4
232
+ },
233
+ "AccentComponent": {
234
+ "font_size": 16,
235
+ "line_height": 20,
236
+ "line_spacing": 1,
237
+ "line_spacing_extra": 1,
238
+ "font_family": "alfasans_bold",
239
+ "text_all_caps": false,
240
+ "letter_spacing": 0.43,
241
+ "first_baseline_to_top_height": 15,
242
+ "last_baseline_to_bottom_height": 5
243
+ },
244
+ "AccentComponentSecondary": {
245
+ "font_size": 14,
246
+ "line_height": 18,
247
+ "line_spacing": 1,
248
+ "line_spacing_extra": 2,
249
+ "font_family": "alfasans_bold",
250
+ "text_all_caps": false,
251
+ "letter_spacing": 0.47,
252
+ "first_baseline_to_top_height": 0,
253
+ "last_baseline_to_bottom_height": 0
254
+ },
255
+ "AccentTagline": {
256
+ "font_size": 12,
257
+ "line_height": 16,
258
+ "line_spacing": 1,
259
+ "line_spacing_extra": 2,
260
+ "font_family": "alfasans_bold",
261
+ "text_all_caps": true,
262
+ "letter_spacing": 1.25,
263
+ "first_baseline_to_top_height": 12,
264
+ "last_baseline_to_bottom_height": 4
265
+ },
266
+ "AccentCaps": {
267
+ "font_size": 12,
268
+ "line_height": 16,
269
+ "line_spacing": 1,
270
+ "line_spacing_extra": 2,
271
+ "font_family": "alfasans_bold",
272
+ "text_all_caps": true,
273
+ "letter_spacing": 1.25,
274
+ "first_baseline_to_top_height": 12,
275
+ "last_baseline_to_bottom_height": 4
276
+ },
277
+ "PromoXLarge": {
278
+ "font_size": 40,
279
+ "line_height": 48,
280
+ "line_spacing": 1,
281
+ "line_spacing_extra": 1,
282
+ "font_family": "alfasans_regular",
283
+ "text_all_caps": false,
284
+ "letter_spacing": -1.7,
285
+ "first_baseline_to_top_height": 38,
286
+ "last_baseline_to_bottom_height": 10
287
+ },
288
+ "PromoLarge": {
289
+ "font_size": 30,
290
+ "line_height": 36,
291
+ "line_spacing": 0,
292
+ "line_spacing_extra": 1,
293
+ "font_family": "alfasans_regular",
294
+ "text_all_caps": false,
295
+ "letter_spacing": -1.25,
296
+ "first_baseline_to_top_height": 28,
297
+ "last_baseline_to_bottom_height": 8
298
+ },
299
+ "PromoMedium": {
300
+ "font_size": 26,
301
+ "line_height": 32,
302
+ "line_spacing": 1,
303
+ "line_spacing_extra": 2,
304
+ "font_family": "alfasans_regular",
305
+ "text_all_caps": false,
306
+ "letter_spacing": -1,
307
+ "first_baseline_to_top_height": 25,
308
+ "last_baseline_to_bottom_height": 7
309
+ },
310
+ "PromoSmall": {
311
+ "font_size": 20,
312
+ "line_height": 28,
313
+ "line_spacing": 4,
314
+ "line_spacing_extra": 5,
315
+ "font_family": "alfasans_regular",
316
+ "text_all_caps": false,
317
+ "letter_spacing": -0.68,
318
+ "first_baseline_to_top_height": 21,
319
+ "last_baseline_to_bottom_height": 7
320
+ },
321
+ "PromoXSmall": {
322
+ "font_size": 16,
323
+ "line_height": 20,
324
+ "line_spacing": 1,
325
+ "line_spacing_extra": 1,
326
+ "font_family": "alfasans_regular",
327
+ "text_all_caps": false,
328
+ "letter_spacing": -0.24,
329
+ "first_baseline_to_top_height": 17,
330
+ "last_baseline_to_bottom_height": 7
331
+ },
332
+ "ActionPrimaryLarge": {
333
+ "font_size": 18,
334
+ "line_height": 24,
335
+ "line_spacing": 2,
336
+ "line_spacing_extra": 3,
337
+ "font_family": "alfasans_medium",
338
+ "text_all_caps": false,
339
+ "letter_spacing": 0.17,
340
+ "first_baseline_to_top_height": 17,
341
+ "last_baseline_to_bottom_height": 7
342
+ },
343
+ "ActionPrimaryMedium": {
344
+ "font_size": 16,
345
+ "line_height": 24,
346
+ "line_spacing": 5,
347
+ "line_spacing_extra": 5,
348
+ "font_family": "alfasans_medium",
349
+ "text_all_caps": false,
350
+ "letter_spacing": 0.17,
351
+ "first_baseline_to_top_height": 17,
352
+ "last_baseline_to_bottom_height": 7
353
+ },
354
+ "ActionPrimarySmall": {
355
+ "font_size": 14,
356
+ "line_height": 20,
357
+ "line_spacing": 3,
358
+ "line_spacing_extra": 4,
359
+ "font_family": "alfasans_medium",
360
+ "text_all_caps": false,
361
+ "letter_spacing": 0.27,
362
+ "first_baseline_to_top_height": 15,
363
+ "last_baseline_to_bottom_height": 5
364
+ },
365
+ "ActionSecondaryLarge": {
366
+ "font_size": 13,
367
+ "line_height": 20,
368
+ "line_spacing": 4,
369
+ "line_spacing_extra": 5,
370
+ "font_family": "alfasans_medium",
371
+ "text_all_caps": false,
372
+ "letter_spacing": 0.33,
373
+ "first_baseline_to_top_height": 15,
374
+ "last_baseline_to_bottom_height": 5
375
+ },
376
+ "ActionSecondaryMedium": {
377
+ "font_size": 12,
378
+ "line_height": 16,
379
+ "line_spacing": 1,
380
+ "line_spacing_extra": 2,
381
+ "font_family": "alfasans_medium",
382
+ "text_all_caps": false,
383
+ "letter_spacing": 0.38,
384
+ "first_baseline_to_top_height": 12,
385
+ "last_baseline_to_bottom_height": 4
386
+ },
387
+ "ActionSecondarySmall": {
388
+ "font_size": 11,
389
+ "line_height": 16,
390
+ "line_spacing": 3,
391
+ "line_spacing_extra": 3,
392
+ "font_family": "alfasans_medium",
393
+ "text_all_caps": false,
394
+ "letter_spacing": 0.41,
395
+ "first_baseline_to_top_height": 12,
396
+ "last_baseline_to_bottom_height": 4
397
+ },
398
+ "ActionComponent": {
399
+ "font_size": 16,
400
+ "line_height": 20,
401
+ "line_spacing": 1,
402
+ "line_spacing_extra": 1,
403
+ "font_family": "alfasans_medium",
404
+ "text_all_caps": false,
405
+ "letter_spacing": 0.17,
406
+ "first_baseline_to_top_height": 15,
407
+ "last_baseline_to_bottom_height": 5
408
+ },
409
+ "ActionComponentSecondary": {
410
+ "font_size": 14,
411
+ "line_height": 18,
412
+ "line_spacing": 1,
413
+ "line_spacing_extra": 2,
414
+ "font_family": "alfasans_medium",
415
+ "text_all_caps": false,
416
+ "letter_spacing": 0.27,
417
+ "first_baseline_to_top_height": 0,
418
+ "last_baseline_to_bottom_height": 0
419
+ },
420
+ "ActionTagline": {
421
+ "font_size": 12,
422
+ "line_height": 16,
423
+ "line_spacing": 1,
424
+ "line_spacing_extra": 2,
425
+ "font_family": "alfasans_medium",
426
+ "text_all_caps": true,
427
+ "letter_spacing": 1.25,
428
+ "first_baseline_to_top_height": 12,
429
+ "last_baseline_to_bottom_height": 4
430
+ },
431
+ "ActionCaps": {
432
+ "font_size": 12,
433
+ "line_height": 16,
434
+ "line_spacing": 1,
435
+ "line_spacing_extra": 2,
436
+ "font_family": "alfasans_medium",
437
+ "text_all_caps": true,
438
+ "letter_spacing": 1.25,
439
+ "first_baseline_to_top_height": 12,
440
+ "last_baseline_to_bottom_height": 4
441
+ },
442
+ "LegacyXLarge": {
443
+ "font_size": 40,
444
+ "line_height": 48,
445
+ "line_spacing": 1,
446
+ "line_spacing_extra": 1,
447
+ "font_family": "alfasans_bold",
448
+ "text_all_caps": false,
449
+ "letter_spacing": 0,
450
+ "first_baseline_to_top_height": 0,
451
+ "last_baseline_to_bottom_height": 0,
452
+ "deprecated": true
453
+ },
454
+ "LegacyLarge": {
455
+ "font_size": 30,
456
+ "line_height": 36,
457
+ "line_spacing": 0,
458
+ "line_spacing_extra": 1,
459
+ "font_family": "alfasans_bold",
460
+ "text_all_caps": false,
461
+ "letter_spacing": 0,
462
+ "first_baseline_to_top_height": 0,
463
+ "last_baseline_to_bottom_height": 0,
464
+ "deprecated": true
465
+ },
466
+ "LegacyMedium": {
467
+ "font_size": 26,
468
+ "line_height": 32,
469
+ "line_spacing": 1,
470
+ "line_spacing_extra": 2,
471
+ "font_family": "alfasans_bold",
472
+ "text_all_caps": false,
473
+ "letter_spacing": 0,
474
+ "first_baseline_to_top_height": 0,
475
+ "last_baseline_to_bottom_height": 0,
476
+ "deprecated": true
477
+ },
478
+ "LegacySmall": {
479
+ "font_size": 20,
480
+ "line_height": 28,
481
+ "line_spacing": 4,
482
+ "line_spacing_extra": 5,
483
+ "font_family": "alfasans_bold",
484
+ "text_all_caps": false,
485
+ "letter_spacing": 0.01,
486
+ "first_baseline_to_top_height": 0,
487
+ "last_baseline_to_bottom_height": 0,
488
+ "deprecated": true
489
+ },
490
+ "LegacyXSmall": {
491
+ "font_size": 16,
492
+ "line_height": 24,
493
+ "line_spacing": 5,
494
+ "line_spacing_extra": 5,
495
+ "font_family": "alfasans_bold",
496
+ "text_all_caps": false,
497
+ "letter_spacing": 0.01,
498
+ "first_baseline_to_top_height": 0,
499
+ "last_baseline_to_bottom_height": 0,
500
+ "deprecated": true
501
+ },
502
+ "Heading1": {
503
+ "alias": "headerL",
504
+ "font_size": 30,
505
+ "line_height": 36,
506
+ "line_spacing": 0,
507
+ "line_spacing_extra": 1,
508
+ "font_family": "alfasans_bold",
509
+ "text_all_caps": false,
510
+ "letter_spacing": 0,
511
+ "first_baseline_to_top_height": 28,
512
+ "last_baseline_to_bottom_height": 8,
513
+ "deprecated": true
514
+ },
515
+ "Heading2": {
516
+ "alias": "headerM",
517
+ "font_size": 26,
518
+ "line_height": 32,
519
+ "line_spacing": 1,
520
+ "line_spacing_extra": 2,
521
+ "font_family": "alfasans_bold",
522
+ "text_all_caps": false,
523
+ "letter_spacing": 0,
524
+ "first_baseline_to_top_height": 25,
525
+ "last_baseline_to_bottom_height": 7,
526
+ "deprecated": true
527
+ },
528
+ "Heading3": {
529
+ "alias": "headerS",
530
+ "font_size": 20,
531
+ "line_height": 28,
532
+ "line_spacing": 4,
533
+ "line_spacing_extra": 5,
534
+ "font_family": "alfasans_bold",
535
+ "text_all_caps": false,
536
+ "letter_spacing": 0.01,
537
+ "first_baseline_to_top_height": 21,
538
+ "last_baseline_to_bottom_height": 7,
539
+ "deprecated": true
540
+ },
541
+ "PrimaryParagraph.Regular": {
542
+ "alias": "bodyText",
543
+ "font_size": 16,
544
+ "line_height": 24,
545
+ "line_spacing": 5,
546
+ "line_spacing_extra": 5,
547
+ "font_family": "alfasans_regular",
548
+ "text_all_caps": false,
549
+ "letter_spacing": 0.01,
550
+ "first_baseline_to_top_height": 17,
551
+ "last_baseline_to_bottom_height": 7,
552
+ "deprecated": true
553
+ },
554
+ "PrimaryParagraph.Medium": {
555
+ "alias": "mediumText",
556
+ "font_size": 16,
557
+ "line_height": 24,
558
+ "line_spacing": 5,
559
+ "line_spacing_extra": 5,
560
+ "font_family": "alfasans_medium",
561
+ "text_all_caps": false,
562
+ "letter_spacing": 0.01,
563
+ "first_baseline_to_top_height": 17,
564
+ "last_baseline_to_bottom_height": 7,
565
+ "deprecated": true
566
+ },
567
+ "PrimaryParagraph.Bold": {
568
+ "alias": "headerXS",
569
+ "font_size": 16,
570
+ "line_height": 24,
571
+ "line_spacing": 5,
572
+ "line_spacing_extra": 5,
573
+ "font_family": "alfasans_bold",
574
+ "text_all_caps": false,
575
+ "letter_spacing": 0.01,
576
+ "first_baseline_to_top_height": 17,
577
+ "last_baseline_to_bottom_height": 7,
578
+ "deprecated": true
579
+ },
580
+ "PrimaryComponents.Regular": {
581
+ "font_size": 16,
582
+ "line_height": 20,
583
+ "line_spacing": 1,
584
+ "line_spacing_extra": 1,
585
+ "font_family": "alfasans_regular",
586
+ "text_all_caps": false,
587
+ "letter_spacing": 0.01,
588
+ "first_baseline_to_top_height": 15,
589
+ "last_baseline_to_bottom_height": 5,
590
+ "deprecated": true
591
+ },
592
+ "PrimaryComponents.Medium": {
593
+ "font_size": 16,
594
+ "line_height": 20,
595
+ "line_spacing": 1,
596
+ "line_spacing_extra": 1,
597
+ "font_family": "alfasans_medium",
598
+ "text_all_caps": false,
599
+ "letter_spacing": 0.01,
600
+ "first_baseline_to_top_height": 15,
601
+ "last_baseline_to_bottom_height": 5,
602
+ "deprecated": true
603
+ },
604
+ "PrimaryComponents.Bold": {
605
+ "font_size": 16,
606
+ "line_height": 20,
607
+ "line_spacing": 1,
608
+ "line_spacing_extra": 1,
609
+ "font_family": "alfasans_bold",
610
+ "text_all_caps": false,
611
+ "letter_spacing": 0.01,
612
+ "first_baseline_to_top_height": 15,
613
+ "last_baseline_to_bottom_height": 5,
614
+ "deprecated": true
615
+ },
616
+ "Secondary.Regular": {
617
+ "alias": "secondaryText",
618
+ "font_size": 14,
619
+ "line_height": 20,
620
+ "line_spacing": 3,
621
+ "line_spacing_extra": 4,
622
+ "font_family": "alfasans_regular",
623
+ "text_all_caps": false,
624
+ "letter_spacing": 0.02,
625
+ "first_baseline_to_top_height": 15,
626
+ "last_baseline_to_bottom_height": 5,
627
+ "deprecated": true
628
+ },
629
+ "Secondary.Medium": {
630
+ "font_size": 14,
631
+ "line_height": 20,
632
+ "line_spacing": 3,
633
+ "line_spacing_extra": 4,
634
+ "font_family": "alfasans_medium",
635
+ "text_all_caps": false,
636
+ "letter_spacing": 0.02,
637
+ "first_baseline_to_top_height": 15,
638
+ "last_baseline_to_bottom_height": 5,
639
+ "deprecated": true
640
+ },
641
+ "Secondary.Bold": {
642
+ "alias": "headerXXS",
643
+ "font_size": 14,
644
+ "line_height": 20,
645
+ "line_spacing": 3,
646
+ "line_spacing_extra": 4,
647
+ "font_family": "alfasans_bold",
648
+ "text_all_caps": false,
649
+ "letter_spacing": 0.02,
650
+ "first_baseline_to_top_height": 15,
651
+ "last_baseline_to_bottom_height": 5,
652
+ "deprecated": true
653
+ },
654
+ "Tertiary": {
655
+ "alias": "captionText",
656
+ "font_size": 12,
657
+ "line_height": 16,
658
+ "line_spacing": 1,
659
+ "line_spacing_extra": 2,
660
+ "font_family": "alfasans_regular",
661
+ "text_all_caps": false,
662
+ "letter_spacing": 0.03,
663
+ "first_baseline_to_top_height": 12,
664
+ "last_baseline_to_bottom_height": 4,
665
+ "deprecated": true
666
+ },
667
+ "Caption": {
668
+ "alias": "smallCaps",
669
+ "font_size": 12,
670
+ "line_height": 16,
671
+ "line_spacing": 1,
672
+ "line_spacing_extra": 2,
673
+ "font_family": "alfasans_medium",
674
+ "text_all_caps": true,
675
+ "letter_spacing": 0.12,
676
+ "first_baseline_to_top_height": 12,
677
+ "last_baseline_to_bottom_height": 4,
678
+ "deprecated": true
679
+ }
680
+ }
@@ -0,0 +1,662 @@
1
+ {
2
+ "HeadlineXLarge": {
3
+ "font_size": 34,
4
+ "line_height": 41,
5
+ "line_spacing": 0,
6
+ "font_family": "AlfaSans",
7
+ "font_weight": "medium",
8
+ "text_all_caps": false,
9
+ "letter_spacing": -0.32,
10
+ "monospace": false
11
+ },
12
+ "HeadlineLarge": {
13
+ "font_size": 30,
14
+ "line_height": 36,
15
+ "line_spacing": 0,
16
+ "font_family": "AlfaSans",
17
+ "font_weight": "medium",
18
+ "text_all_caps": false,
19
+ "letter_spacing": -0.25,
20
+ "monospace": false
21
+ },
22
+ "HeadlineMedium": {
23
+ "font_size": 27,
24
+ "line_height": 32,
25
+ "line_spacing": 0,
26
+ "font_family": "AlfaSans",
27
+ "font_weight": "medium",
28
+ "text_all_caps": false,
29
+ "letter_spacing": -0.3,
30
+ "monospace": false
31
+ },
32
+ "HeadlineSmall": {
33
+ "font_size": 22,
34
+ "line_height": 28,
35
+ "line_spacing": 2,
36
+ "font_family": "AlfaSans",
37
+ "font_weight": "medium",
38
+ "text_all_caps": false,
39
+ "letter_spacing": -0.15,
40
+ "monospace": false
41
+ },
42
+ "HeadlineXSmall": {
43
+ "font_size": 17,
44
+ "line_height": 20,
45
+ "line_spacing": 0,
46
+ "font_family": "AlfaSans",
47
+ "font_weight": "medium",
48
+ "text_all_caps": false,
49
+ "letter_spacing": 0.15,
50
+ "monospace": false
51
+ },
52
+ "ParagraphPrimaryLarge": {
53
+ "font_size": 19,
54
+ "line_height": 24,
55
+ "line_spacing": 1,
56
+ "font_family": "AlfaSans",
57
+ "font_weight": "regular",
58
+ "text_all_caps": false,
59
+ "letter_spacing": -0.4,
60
+ "monospace": false
61
+ },
62
+ "ParagraphPrimaryMedium": {
63
+ "font_size": 17,
64
+ "line_height": 24,
65
+ "line_spacing": 4,
66
+ "font_family": "AlfaSans",
67
+ "font_weight": "regular",
68
+ "text_all_caps": false,
69
+ "letter_spacing": -0.35,
70
+ "monospace": false
71
+ },
72
+ "ParagraphPrimarySmall": {
73
+ "font_size": 15,
74
+ "line_height": 20,
75
+ "line_spacing": 2,
76
+ "font_family": "AlfaSans",
77
+ "font_weight": "regular",
78
+ "text_all_caps": false,
79
+ "letter_spacing": -0.15,
80
+ "monospace": false
81
+ },
82
+ "ParagraphSecondaryLarge": {
83
+ "font_size": 13,
84
+ "line_height": 18,
85
+ "line_spacing": 2,
86
+ "font_family": "AlfaSans",
87
+ "font_weight": "regular",
88
+ "text_all_caps": false,
89
+ "letter_spacing": 0,
90
+ "monospace": false
91
+ },
92
+ "ParagraphSecondaryMedium": {
93
+ "font_size": 12,
94
+ "line_height": 16,
95
+ "line_spacing": 2,
96
+ "font_family": "AlfaSans",
97
+ "font_weight": "regular",
98
+ "text_all_caps": false,
99
+ "letter_spacing": 0.06,
100
+ "monospace": false
101
+ },
102
+ "ParagraphSecondarySmall": {
103
+ "font_size": 11,
104
+ "line_height": 14,
105
+ "line_spacing": 1,
106
+ "font_family": "AlfaSans",
107
+ "font_weight": "regular",
108
+ "text_all_caps": false,
109
+ "letter_spacing": 0.15,
110
+ "monospace": false
111
+ },
112
+ "ParagraphComponent": {
113
+ "font_size": 17,
114
+ "line_height": 22,
115
+ "line_spacing": 2,
116
+ "font_family": "AlfaSans",
117
+ "font_weight": "regular",
118
+ "text_all_caps": false,
119
+ "letter_spacing": -0.35,
120
+ "monospace": false
121
+ },
122
+ "ParagraphComponentSecondary": {
123
+ "font_size": 14,
124
+ "line_height": 18,
125
+ "line_spacing": 1,
126
+ "font_family": "AlfaSans",
127
+ "font_weight": "regular",
128
+ "text_all_caps": false,
129
+ "letter_spacing": -0.08,
130
+ "monospace": false
131
+ },
132
+ "ParagraphTagline": {
133
+ "font_size": 13,
134
+ "line_height": 18,
135
+ "line_spacing": 2,
136
+ "font_family": "AlfaSans",
137
+ "font_weight": "regular",
138
+ "text_all_caps": true,
139
+ "letter_spacing": 1.25,
140
+ "monospace": false
141
+ },
142
+ "ParagraphCaps": {
143
+ "font_size": 11,
144
+ "line_height": 16,
145
+ "line_spacing": 3,
146
+ "font_family": "AlfaSans",
147
+ "font_weight": "regular",
148
+ "text_all_caps": true,
149
+ "letter_spacing": 1.25,
150
+ "monospace": false
151
+ },
152
+ "AccentPrimaryLarge": {
153
+ "font_size": 19,
154
+ "line_height": 24,
155
+ "line_spacing": 1,
156
+ "font_family": "AlfaSans",
157
+ "font_weight": "bold",
158
+ "text_all_caps": false,
159
+ "letter_spacing": 0.4,
160
+ "monospace": false
161
+ },
162
+ "AccentPrimaryMedium": {
163
+ "font_size": 17,
164
+ "line_height": 24,
165
+ "line_spacing": 4,
166
+ "font_family": "AlfaSans",
167
+ "font_weight": "bold",
168
+ "text_all_caps": false,
169
+ "letter_spacing": 0.3,
170
+ "monospace": false
171
+ },
172
+ "AccentPrimarySmall": {
173
+ "font_size": 15,
174
+ "line_height": 20,
175
+ "line_spacing": 2,
176
+ "font_family": "AlfaSans",
177
+ "font_weight": "bold",
178
+ "text_all_caps": false,
179
+ "letter_spacing": 0.43,
180
+ "monospace": false
181
+ },
182
+ "AccentSecondaryLarge": {
183
+ "font_size": 13,
184
+ "line_height": 18,
185
+ "line_spacing": 2,
186
+ "font_family": "AlfaSans",
187
+ "font_weight": "bold",
188
+ "text_all_caps": false,
189
+ "letter_spacing": 0.54,
190
+ "monospace": false
191
+ },
192
+ "AccentSecondaryMedium": {
193
+ "font_size": 12,
194
+ "line_height": 16,
195
+ "line_spacing": 2,
196
+ "font_family": "AlfaSans",
197
+ "font_weight": "bold",
198
+ "text_all_caps": false,
199
+ "letter_spacing": 0.57,
200
+ "monospace": false
201
+ },
202
+ "AccentSecondarySmall": {
203
+ "font_size": 11,
204
+ "line_height": 14,
205
+ "line_spacing": 1,
206
+ "font_family": "AlfaSans",
207
+ "font_weight": "bold",
208
+ "text_all_caps": false,
209
+ "letter_spacing": 0.54,
210
+ "monospace": false
211
+ },
212
+ "AccentComponent": {
213
+ "font_size": 17,
214
+ "line_height": 22,
215
+ "line_spacing": 2,
216
+ "font_family": "AlfaSans",
217
+ "font_weight": "bold",
218
+ "text_all_caps": false,
219
+ "letter_spacing": 0.3,
220
+ "monospace": false
221
+ },
222
+ "AccentComponentSecondary": {
223
+ "font_size": 14,
224
+ "line_height": 18,
225
+ "line_spacing": 1,
226
+ "font_family": "AlfaSans",
227
+ "font_weight": "bold",
228
+ "text_all_caps": false,
229
+ "letter_spacing": 0.47,
230
+ "monospace": false
231
+ },
232
+ "AccentTagline": {
233
+ "font_size": 13,
234
+ "line_height": 18,
235
+ "line_spacing": 2,
236
+ "font_family": "AlfaSans",
237
+ "font_weight": "bold",
238
+ "text_all_caps": true,
239
+ "letter_spacing": 1.25,
240
+ "monospace": false
241
+ },
242
+ "AccentCaps": {
243
+ "font_size": 11,
244
+ "line_height": 16,
245
+ "line_spacing": 3,
246
+ "font_family": "AlfaSans",
247
+ "font_weight": "bold",
248
+ "text_all_caps": true,
249
+ "letter_spacing": 1.25,
250
+ "monospace": false
251
+ },
252
+ "PromoXLarge": {
253
+ "font_size": 34,
254
+ "line_height": 41,
255
+ "line_spacing": 0,
256
+ "font_family": "AlfaSans",
257
+ "font_weight": "regular",
258
+ "text_all_caps": false,
259
+ "letter_spacing": -1.36,
260
+ "monospace": false
261
+ },
262
+ "PromoLarge": {
263
+ "font_size": 30,
264
+ "line_height": 36,
265
+ "line_spacing": 0,
266
+ "font_family": "AlfaSans",
267
+ "font_weight": "regular",
268
+ "text_all_caps": false,
269
+ "letter_spacing": -1.25,
270
+ "monospace": false
271
+ },
272
+ "PromoMedium": {
273
+ "font_size": 27,
274
+ "line_height": 32,
275
+ "line_spacing": 0,
276
+ "font_family": "AlfaSans",
277
+ "font_weight": "regular",
278
+ "text_all_caps": false,
279
+ "letter_spacing": -1.12,
280
+ "monospace": false
281
+ },
282
+ "PromoSmall": {
283
+ "font_size": 22,
284
+ "line_height": 28,
285
+ "line_spacing": 2,
286
+ "font_family": "AlfaSans",
287
+ "font_weight": "regular",
288
+ "text_all_caps": false,
289
+ "letter_spacing": -0.8,
290
+ "monospace": false
291
+ },
292
+ "PromoXSmall": {
293
+ "font_size": 17,
294
+ "line_height": 20,
295
+ "line_spacing": 0,
296
+ "font_family": "AlfaSans",
297
+ "font_weight": "regular",
298
+ "text_all_caps": false,
299
+ "letter_spacing": -0.35,
300
+ "monospace": false
301
+ },
302
+ "ActionPrimaryLarge": {
303
+ "font_size": 19,
304
+ "line_height": 24,
305
+ "line_spacing": 1,
306
+ "font_family": "AlfaSans",
307
+ "font_weight": "medium",
308
+ "text_all_caps": false,
309
+ "letter_spacing": 0.18,
310
+ "monospace": false
311
+ },
312
+ "ActionPrimaryMedium": {
313
+ "font_size": 17,
314
+ "line_height": 24,
315
+ "line_spacing": 4,
316
+ "font_family": "AlfaSans",
317
+ "font_weight": "medium",
318
+ "text_all_caps": false,
319
+ "letter_spacing": 0.15,
320
+ "monospace": false
321
+ },
322
+ "ActionPrimarySmall": {
323
+ "font_size": 15,
324
+ "line_height": 20,
325
+ "line_spacing": 2,
326
+ "font_family": "AlfaSans",
327
+ "font_weight": "medium",
328
+ "text_all_caps": false,
329
+ "letter_spacing": 0.24,
330
+ "monospace": false
331
+ },
332
+ "ActionSecondaryLarge": {
333
+ "font_size": 13,
334
+ "line_height": 18,
335
+ "line_spacing": 2,
336
+ "font_family": "AlfaSans",
337
+ "font_weight": "medium",
338
+ "text_all_caps": false,
339
+ "letter_spacing": 0.33,
340
+ "monospace": false
341
+ },
342
+ "ActionSecondaryMedium": {
343
+ "font_size": 12,
344
+ "line_height": 16,
345
+ "line_spacing": 2,
346
+ "font_family": "AlfaSans",
347
+ "font_weight": "medium",
348
+ "text_all_caps": false,
349
+ "letter_spacing": 0.38,
350
+ "monospace": false
351
+ },
352
+ "ActionSecondarySmall": {
353
+ "font_size": 11,
354
+ "line_height": 14,
355
+ "line_spacing": 1,
356
+ "font_family": "AlfaSans",
357
+ "font_weight": "medium",
358
+ "text_all_caps": false,
359
+ "letter_spacing": 0.41,
360
+ "monospace": false
361
+ },
362
+ "ActionComponent": {
363
+ "font_size": 17,
364
+ "line_height": 22,
365
+ "line_spacing": 2,
366
+ "font_family": "AlfaSans",
367
+ "font_weight": "medium",
368
+ "text_all_caps": false,
369
+ "letter_spacing": 0.15,
370
+ "monospace": false
371
+ },
372
+ "ActionComponentSecondary": {
373
+ "font_size": 14,
374
+ "line_height": 18,
375
+ "line_spacing": 1,
376
+ "font_family": "AlfaSans",
377
+ "font_weight": "medium",
378
+ "text_all_caps": false,
379
+ "letter_spacing": 0.27,
380
+ "monospace": false
381
+ },
382
+ "ActionTagline": {
383
+ "font_size": 13,
384
+ "line_height": 18,
385
+ "line_spacing": 2,
386
+ "font_family": "AlfaSans",
387
+ "font_weight": "medium",
388
+ "text_all_caps": true,
389
+ "letter_spacing": 1.25,
390
+ "monospace": false
391
+ },
392
+ "ActionCaps": {
393
+ "font_size": 11,
394
+ "line_height": 16,
395
+ "line_spacing": 3,
396
+ "font_family": "AlfaSans",
397
+ "font_weight": "medium",
398
+ "text_all_caps": true,
399
+ "letter_spacing": 1.25,
400
+ "monospace": false
401
+ },
402
+ "MonoPrimaryLarge": {
403
+ "font_size": 19,
404
+ "line_height": 24,
405
+ "line_spacing": 1,
406
+ "font_family": "AlfaSans",
407
+ "font_weight": "regular",
408
+ "text_all_caps": false,
409
+ "letter_spacing": -0.4,
410
+ "monospace": true
411
+ },
412
+ "MonoPrimaryMedium": {
413
+ "font_size": 17,
414
+ "line_height": 24,
415
+ "line_spacing": 4,
416
+ "font_family": "AlfaSans",
417
+ "font_weight": "regular",
418
+ "text_all_caps": false,
419
+ "letter_spacing": -0.35,
420
+ "monospace": true
421
+ },
422
+ "MonoPrimarySmall": {
423
+ "font_size": 15,
424
+ "line_height": 20,
425
+ "line_spacing": 2,
426
+ "font_family": "AlfaSans",
427
+ "font_weight": "regular",
428
+ "text_all_caps": false,
429
+ "letter_spacing": -0.15,
430
+ "monospace": true
431
+ },
432
+ "MonoSecondaryLarge": {
433
+ "font_size": 13,
434
+ "line_height": 18,
435
+ "line_spacing": 2,
436
+ "font_family": "AlfaSans",
437
+ "font_weight": "regular",
438
+ "text_all_caps": false,
439
+ "letter_spacing": 0,
440
+ "monospace": true
441
+ },
442
+ "MonoSecondaryMedium": {
443
+ "font_size": 12,
444
+ "line_height": 16,
445
+ "line_spacing": 2,
446
+ "font_family": "AlfaSans",
447
+ "font_weight": "regular",
448
+ "text_all_caps": false,
449
+ "letter_spacing": 0.06,
450
+ "monospace": true
451
+ },
452
+ "MonoSecondarySmall": {
453
+ "font_size": 11,
454
+ "line_height": 14,
455
+ "line_spacing": 1,
456
+ "font_family": "AlfaSans",
457
+ "font_weight": "regular",
458
+ "text_all_caps": false,
459
+ "letter_spacing": 0.15,
460
+ "monospace": true
461
+ },
462
+ "LegacyXLarge": {
463
+ "font_size": 34,
464
+ "line_height": 41,
465
+ "line_spacing": 0,
466
+ "font_family": "AlfaSans",
467
+ "font_weight": "bold",
468
+ "text_all_caps": false,
469
+ "letter_spacing": 0.37,
470
+ "monospace": false,
471
+ "deprecated": true
472
+ },
473
+ "LegacyLarge": {
474
+ "font_size": 30,
475
+ "line_height": 36,
476
+ "line_spacing": 0,
477
+ "font_family": "AlfaSans",
478
+ "font_weight": "bold",
479
+ "text_all_caps": false,
480
+ "letter_spacing": 0.36,
481
+ "monospace": false,
482
+ "deprecated": true
483
+ },
484
+ "LegacyMedium": {
485
+ "font_size": 27,
486
+ "line_height": 32,
487
+ "line_spacing": 0,
488
+ "font_family": "AlfaSans",
489
+ "font_weight": "bold",
490
+ "text_all_caps": false,
491
+ "letter_spacing": 0.35,
492
+ "monospace": false,
493
+ "deprecated": true
494
+ },
495
+ "LegacySmall": {
496
+ "font_size": 22,
497
+ "line_height": 28,
498
+ "line_spacing": 2,
499
+ "font_family": "AlfaSans",
500
+ "font_weight": "bold",
501
+ "text_all_caps": false,
502
+ "letter_spacing": 0.35,
503
+ "monospace": false,
504
+ "deprecated": true
505
+ },
506
+ "LegacyXSmall": {
507
+ "font_size": 17,
508
+ "line_height": 24,
509
+ "line_spacing": 4,
510
+ "font_family": "AlfaSans",
511
+ "font_weight": "bold",
512
+ "text_all_caps": false,
513
+ "letter_spacing": -0.41,
514
+ "monospace": false,
515
+ "deprecated": true
516
+ },
517
+ "Heading1": {
518
+ "alias": "headerL",
519
+ "font_size": 30,
520
+ "line_height": 36,
521
+ "line_spacing": 0,
522
+ "font_family": "AlfaSans",
523
+ "font_weight": "bold",
524
+ "letter_spacing": 0.36,
525
+ "deprecated": true
526
+ },
527
+ "Heading2": {
528
+ "alias": "headerM",
529
+ "font_size": 27,
530
+ "line_height": 32,
531
+ "line_spacing": 0,
532
+ "font_family": "AlfaSans",
533
+ "font_weight": "bold",
534
+ "letter_spacing": 0.35,
535
+ "deprecated": true
536
+ },
537
+ "Heading3": {
538
+ "alias": "headerS",
539
+ "font_size": 22,
540
+ "line_height": 28,
541
+ "line_spacing": 2,
542
+ "font_family": "AlfaSans",
543
+ "font_weight": "bold",
544
+ "letter_spacing": 0.35,
545
+ "deprecated": true
546
+ },
547
+ "PrimaryParagraph.Regular": {
548
+ "alias": "bodyText",
549
+ "font_size": 17,
550
+ "line_height": 24,
551
+ "line_spacing": 4,
552
+ "font_family": "AlfaSans",
553
+ "font_weight": "regular",
554
+ "letter_spacing": -0.41,
555
+ "deprecated": true
556
+ },
557
+ "PrimaryParagraph.Medium": {
558
+ "alias": "mediumText",
559
+ "font_size": 17,
560
+ "line_height": 24,
561
+ "line_spacing": 4,
562
+ "font_family": "AlfaSans",
563
+ "font_weight": "medium",
564
+ "letter_spacing": -0.41,
565
+ "deprecated": true
566
+ },
567
+ "PrimaryParagraph.Bold": {
568
+ "alias": "headerXS",
569
+ "font_size": 17,
570
+ "line_height": 24,
571
+ "line_spacing": 4,
572
+ "font_family": "AlfaSans",
573
+ "font_weight": "bold",
574
+ "letter_spacing": -0.41,
575
+ "deprecated": true
576
+ },
577
+ "PrimaryComponents.Regular": {
578
+ "font_size": 17,
579
+ "line_height": 22,
580
+ "line_spacing": 2,
581
+ "font_family": "AlfaSans",
582
+ "font_weight": "regular",
583
+ "letter_spacing": -0.41,
584
+ "deprecated": true
585
+ },
586
+ "PrimaryComponents.Medium": {
587
+ "font_size": 17,
588
+ "line_height": 22,
589
+ "line_spacing": 2,
590
+ "font_family": "AlfaSans",
591
+ "font_weight": "medium",
592
+ "letter_spacing": -0.41,
593
+ "deprecated": true
594
+ },
595
+ "PrimaryComponents.Bold": {
596
+ "font_size": 17,
597
+ "line_height": 22,
598
+ "line_spacing": 2,
599
+ "font_family": "AlfaSans",
600
+ "font_weight": "bold",
601
+ "letter_spacing": -0.41,
602
+ "deprecated": true
603
+ },
604
+ "Secondary.Regular": {
605
+ "alias": "secondaryText",
606
+ "font_size": 15,
607
+ "line_height": 20,
608
+ "line_spacing": 2,
609
+ "font_family": "AlfaSans",
610
+ "font_weight": "regular",
611
+ "letter_spacing": -0.24,
612
+ "deprecated": true
613
+ },
614
+ "Secondary.Bold": {
615
+ "alias": "headerXXS",
616
+ "font_size": 15,
617
+ "line_height": 20,
618
+ "line_spacing": 2,
619
+ "font_family": "AlfaSans",
620
+ "font_weight": "bold",
621
+ "letter_spacing": -0.24,
622
+ "deprecated": true
623
+ },
624
+ "Tertiary": {
625
+ "alias": "captionText",
626
+ "font_size": 13,
627
+ "line_height": 18,
628
+ "line_spacing": 2,
629
+ "font_family": "AlfaSans",
630
+ "font_weight": "regular",
631
+ "letter_spacing": -0.08,
632
+ "deprecated": true
633
+ },
634
+ "Caption1": {
635
+ "alias": "smallCaps",
636
+ "font_size": 11,
637
+ "line_height": 16,
638
+ "line_spacing": 3,
639
+ "font_family": "AlfaSans",
640
+ "font_weight": "bold",
641
+ "letter_spacing": 1,
642
+ "deprecated": true
643
+ },
644
+ "Caption2": {
645
+ "font_size": 11,
646
+ "line_height": 14,
647
+ "line_spacing": 1,
648
+ "font_family": "AlfaSans",
649
+ "font_weight": "regular",
650
+ "letter_spacing": -0.08,
651
+ "deprecated": true
652
+ },
653
+ "HeadingOS": {
654
+ "font_size": 34,
655
+ "line_height": 41,
656
+ "line_spacing": 0,
657
+ "font_family": "AlfaSans",
658
+ "font_weight": "bold",
659
+ "letter_spacing": 0.36,
660
+ "deprecated": true
661
+ }
662
+ }