ui-primitives 28.8.0 → 29.0.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": "29.0.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
+ }