ui-primitives 6.38.0 → 7.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/icons/corp/corp_houses-percent_m.svg +6 -4
- package/icons/glyph/glyph_tie_m.svg +4 -0
- package/package.json +1 -1
- package/styles/colors_addons.json +211 -33
- package/styles/colors_bluetint.json +77 -35
- package/styles/colors_indigo.json +84 -36
- package/styles/colors_transparent.json +1 -1
- package/styles/colors_x5.json +4 -2
- package/styles/typography_android.json +56 -56
- package/styles/typography_ios.json +55 -55
- package/styles/typography_web.json +3 -159
- package/styles/v2/attributes_android.json +0 -12
- package/styles/v2/colors_addons.json +0 -621
- package/styles/v2/colors_bluetint.json +0 -780
- package/styles/v2/colors_indigo.json +0 -784
- package/styles/v2/colors_transparent.json +0 -132
- package/styles/v2/colors_x5.json +0 -12
- package/styles/v2/gradients.json +0 -39
- package/styles/v2/grid.json +0 -15
- package/styles/v2/shadows_indigo.json +0 -392
- package/styles/v2/typography_android.json +0 -409
- package/styles/v2/typography_ios.json +0 -432
- package/styles/v2/typography_web.json +0 -380
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
2
|
+
"HeadlineXLarge": {
|
|
3
3
|
"font_size": 40,
|
|
4
4
|
"line_height": 48,
|
|
5
5
|
"line_spacing": 1,
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"first_baseline_to_top_height": 38,
|
|
11
11
|
"last_baseline_to_bottom_height": 10
|
|
12
12
|
},
|
|
13
|
-
"
|
|
13
|
+
"HeadlineLarge": {
|
|
14
14
|
"font_size": 30,
|
|
15
15
|
"line_height": 36,
|
|
16
16
|
"line_spacing": 0,
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"first_baseline_to_top_height": 28,
|
|
22
22
|
"last_baseline_to_bottom_height": 8
|
|
23
23
|
},
|
|
24
|
-
"
|
|
24
|
+
"HeadlineMedium": {
|
|
25
25
|
"font_size": 26,
|
|
26
26
|
"line_height": 32,
|
|
27
27
|
"line_spacing": 1,
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"first_baseline_to_top_height": 25,
|
|
33
33
|
"last_baseline_to_bottom_height": 7
|
|
34
34
|
},
|
|
35
|
-
"
|
|
35
|
+
"HeadlineSmall": {
|
|
36
36
|
"font_size": 20,
|
|
37
37
|
"line_height": 28,
|
|
38
38
|
"line_spacing": 4,
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"first_baseline_to_top_height": 21,
|
|
44
44
|
"last_baseline_to_bottom_height": 7
|
|
45
45
|
},
|
|
46
|
-
"
|
|
46
|
+
"HeadlineXSmall": {
|
|
47
47
|
"font_size": 16,
|
|
48
48
|
"line_height": 24,
|
|
49
49
|
"line_spacing": 5,
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"first_baseline_to_top_height": 17,
|
|
55
55
|
"last_baseline_to_bottom_height": 7
|
|
56
56
|
},
|
|
57
|
-
"
|
|
57
|
+
"ParagraphPrimaryLarge": {
|
|
58
58
|
"font_size": 18,
|
|
59
59
|
"line_height": 24,
|
|
60
60
|
"line_spacing": 2,
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"first_baseline_to_top_height": 17,
|
|
66
66
|
"last_baseline_to_bottom_height": 7
|
|
67
67
|
},
|
|
68
|
-
"
|
|
68
|
+
"ParagraphPrimaryMedium": {
|
|
69
69
|
"font_size": 16,
|
|
70
70
|
"line_height": 24,
|
|
71
71
|
"line_spacing": 5,
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"first_baseline_to_top_height": 17,
|
|
77
77
|
"last_baseline_to_bottom_height": 7
|
|
78
78
|
},
|
|
79
|
-
"
|
|
79
|
+
"ParagraphPrimarySmall": {
|
|
80
80
|
"font_size": 14,
|
|
81
81
|
"line_height": 20,
|
|
82
82
|
"line_spacing": 3,
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"first_baseline_to_top_height": 15,
|
|
88
88
|
"last_baseline_to_bottom_height": 5
|
|
89
89
|
},
|
|
90
|
-
"
|
|
90
|
+
"ParagraphSecondaryLarge": {
|
|
91
91
|
"font_size": 13,
|
|
92
92
|
"line_height": 20,
|
|
93
93
|
"line_spacing": 4,
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"first_baseline_to_top_height": 15,
|
|
99
99
|
"last_baseline_to_bottom_height": 5
|
|
100
100
|
},
|
|
101
|
-
"
|
|
101
|
+
"ParagraphSecondaryMedium": {
|
|
102
102
|
"font_size": 12,
|
|
103
103
|
"line_height": 16,
|
|
104
104
|
"line_spacing": 1,
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
"first_baseline_to_top_height": 12,
|
|
110
110
|
"last_baseline_to_bottom_height": 4
|
|
111
111
|
},
|
|
112
|
-
"
|
|
112
|
+
"ParagraphSecondarySmall": {
|
|
113
113
|
"font_size": 11,
|
|
114
114
|
"line_height": 16,
|
|
115
115
|
"line_spacing": 3,
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"first_baseline_to_top_height": 12,
|
|
121
121
|
"last_baseline_to_bottom_height": 4
|
|
122
122
|
},
|
|
123
|
-
"
|
|
123
|
+
"ParagraphComponent": {
|
|
124
124
|
"font_size": 16,
|
|
125
125
|
"line_height": 20,
|
|
126
126
|
"line_spacing": 1,
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
"first_baseline_to_top_height": 15,
|
|
132
132
|
"last_baseline_to_bottom_height": 5
|
|
133
133
|
},
|
|
134
|
-
"
|
|
134
|
+
"ParagraphTagline": {
|
|
135
135
|
"font_size": 12,
|
|
136
136
|
"line_height": 16,
|
|
137
137
|
"line_spacing": 1,
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
"first_baseline_to_top_height": 12,
|
|
143
143
|
"last_baseline_to_bottom_height": 4
|
|
144
144
|
},
|
|
145
|
-
"
|
|
145
|
+
"ParagraphCaps": {
|
|
146
146
|
"font_size": 12,
|
|
147
147
|
"line_height": 16,
|
|
148
148
|
"line_spacing": 1,
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
"first_baseline_to_top_height": 12,
|
|
154
154
|
"last_baseline_to_bottom_height": 4
|
|
155
155
|
},
|
|
156
|
-
"
|
|
156
|
+
"AccentPrimaryLarge": {
|
|
157
157
|
"font_size": 18,
|
|
158
158
|
"line_height": 24,
|
|
159
159
|
"line_spacing": 2,
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
"first_baseline_to_top_height": 17,
|
|
165
165
|
"last_baseline_to_bottom_height": 7
|
|
166
166
|
},
|
|
167
|
-
"
|
|
167
|
+
"AccentPrimaryMedium": {
|
|
168
168
|
"font_size": 16,
|
|
169
169
|
"line_height": 24,
|
|
170
170
|
"line_spacing": 5,
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
"first_baseline_to_top_height": 17,
|
|
176
176
|
"last_baseline_to_bottom_height": 7
|
|
177
177
|
},
|
|
178
|
-
"
|
|
178
|
+
"AccentPrimarySmall": {
|
|
179
179
|
"font_size": 14,
|
|
180
180
|
"line_height": 20,
|
|
181
181
|
"line_spacing": 3,
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
"first_baseline_to_top_height": 15,
|
|
187
187
|
"last_baseline_to_bottom_height": 5
|
|
188
188
|
},
|
|
189
|
-
"
|
|
189
|
+
"AccentSecondaryLarge": {
|
|
190
190
|
"font_size": 13,
|
|
191
191
|
"line_height": 20,
|
|
192
192
|
"line_spacing": 4,
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
"first_baseline_to_top_height": 15,
|
|
198
198
|
"last_baseline_to_bottom_height": 5
|
|
199
199
|
},
|
|
200
|
-
"
|
|
200
|
+
"AccentSecondaryMedium": {
|
|
201
201
|
"font_size": 12,
|
|
202
202
|
"line_height": 16,
|
|
203
203
|
"line_spacing": 1,
|
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
"first_baseline_to_top_height": 12,
|
|
209
209
|
"last_baseline_to_bottom_height": 4
|
|
210
210
|
},
|
|
211
|
-
"
|
|
211
|
+
"AccentSecondarySmall": {
|
|
212
212
|
"font_size": 11,
|
|
213
213
|
"line_height": 16,
|
|
214
214
|
"line_spacing": 3,
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
"first_baseline_to_top_height": 12,
|
|
220
220
|
"last_baseline_to_bottom_height": 4
|
|
221
221
|
},
|
|
222
|
-
"
|
|
222
|
+
"AccentComponent": {
|
|
223
223
|
"font_size": 16,
|
|
224
224
|
"line_height": 20,
|
|
225
225
|
"line_spacing": 1,
|
|
@@ -230,7 +230,7 @@
|
|
|
230
230
|
"first_baseline_to_top_height": 15,
|
|
231
231
|
"last_baseline_to_bottom_height": 5
|
|
232
232
|
},
|
|
233
|
-
"
|
|
233
|
+
"AccentTagline": {
|
|
234
234
|
"font_size": 12,
|
|
235
235
|
"line_height": 16,
|
|
236
236
|
"line_spacing": 1,
|
|
@@ -241,7 +241,7 @@
|
|
|
241
241
|
"first_baseline_to_top_height": 12,
|
|
242
242
|
"last_baseline_to_bottom_height": 4
|
|
243
243
|
},
|
|
244
|
-
"
|
|
244
|
+
"AccentCaps": {
|
|
245
245
|
"font_size": 12,
|
|
246
246
|
"line_height": 16,
|
|
247
247
|
"line_spacing": 1,
|
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
"first_baseline_to_top_height": 12,
|
|
253
253
|
"last_baseline_to_bottom_height": 4
|
|
254
254
|
},
|
|
255
|
-
"
|
|
255
|
+
"PromoXLarge": {
|
|
256
256
|
"font_size": 40,
|
|
257
257
|
"line_height": 48,
|
|
258
258
|
"line_spacing": 1,
|
|
@@ -263,7 +263,7 @@
|
|
|
263
263
|
"first_baseline_to_top_height": 38,
|
|
264
264
|
"last_baseline_to_bottom_height": 10
|
|
265
265
|
},
|
|
266
|
-
"
|
|
266
|
+
"PromoLarge": {
|
|
267
267
|
"font_size": 30,
|
|
268
268
|
"line_height": 36,
|
|
269
269
|
"line_spacing": 0,
|
|
@@ -274,7 +274,7 @@
|
|
|
274
274
|
"first_baseline_to_top_height": 28,
|
|
275
275
|
"last_baseline_to_bottom_height": 8
|
|
276
276
|
},
|
|
277
|
-
"
|
|
277
|
+
"PromoMedium": {
|
|
278
278
|
"font_size": 26,
|
|
279
279
|
"line_height": 32,
|
|
280
280
|
"line_spacing": 1,
|
|
@@ -285,7 +285,7 @@
|
|
|
285
285
|
"first_baseline_to_top_height": 25,
|
|
286
286
|
"last_baseline_to_bottom_height": 7
|
|
287
287
|
},
|
|
288
|
-
"
|
|
288
|
+
"PromoSmall": {
|
|
289
289
|
"font_size": 20,
|
|
290
290
|
"line_height": 28,
|
|
291
291
|
"line_spacing": 4,
|
|
@@ -296,7 +296,7 @@
|
|
|
296
296
|
"first_baseline_to_top_height": 21,
|
|
297
297
|
"last_baseline_to_bottom_height": 7
|
|
298
298
|
},
|
|
299
|
-
"
|
|
299
|
+
"PromoXSmall": {
|
|
300
300
|
"font_size": 16,
|
|
301
301
|
"line_height": 24,
|
|
302
302
|
"line_spacing": 5,
|
|
@@ -307,7 +307,7 @@
|
|
|
307
307
|
"first_baseline_to_top_height": 17,
|
|
308
308
|
"last_baseline_to_bottom_height": 7
|
|
309
309
|
},
|
|
310
|
-
"
|
|
310
|
+
"ActionPrimaryLarge": {
|
|
311
311
|
"font_size": 18,
|
|
312
312
|
"line_height": 24,
|
|
313
313
|
"line_spacing": 2,
|
|
@@ -318,7 +318,7 @@
|
|
|
318
318
|
"first_baseline_to_top_height": 17,
|
|
319
319
|
"last_baseline_to_bottom_height": 7
|
|
320
320
|
},
|
|
321
|
-
"
|
|
321
|
+
"ActionPrimaryMedium": {
|
|
322
322
|
"font_size": 16,
|
|
323
323
|
"line_height": 24,
|
|
324
324
|
"line_spacing": 5,
|
|
@@ -329,7 +329,7 @@
|
|
|
329
329
|
"first_baseline_to_top_height": 17,
|
|
330
330
|
"last_baseline_to_bottom_height": 7
|
|
331
331
|
},
|
|
332
|
-
"
|
|
332
|
+
"ActionPrimarySmall": {
|
|
333
333
|
"font_size": 14,
|
|
334
334
|
"line_height": 20,
|
|
335
335
|
"line_spacing": 3,
|
|
@@ -340,7 +340,7 @@
|
|
|
340
340
|
"first_baseline_to_top_height": 15,
|
|
341
341
|
"last_baseline_to_bottom_height": 5
|
|
342
342
|
},
|
|
343
|
-
"
|
|
343
|
+
"ActionSecondaryLarge": {
|
|
344
344
|
"font_size": 13,
|
|
345
345
|
"line_height": 20,
|
|
346
346
|
"line_spacing": 4,
|
|
@@ -351,7 +351,7 @@
|
|
|
351
351
|
"first_baseline_to_top_height": 15,
|
|
352
352
|
"last_baseline_to_bottom_height": 5
|
|
353
353
|
},
|
|
354
|
-
"
|
|
354
|
+
"ActionSecondaryMedium": {
|
|
355
355
|
"font_size": 12,
|
|
356
356
|
"line_height": 16,
|
|
357
357
|
"line_spacing": 1,
|
|
@@ -362,7 +362,7 @@
|
|
|
362
362
|
"first_baseline_to_top_height": 12,
|
|
363
363
|
"last_baseline_to_bottom_height": 4
|
|
364
364
|
},
|
|
365
|
-
"
|
|
365
|
+
"ActionSecondarySmall": {
|
|
366
366
|
"font_size": 11,
|
|
367
367
|
"line_height": 16,
|
|
368
368
|
"line_spacing": 3,
|
|
@@ -373,7 +373,7 @@
|
|
|
373
373
|
"first_baseline_to_top_height": 12,
|
|
374
374
|
"last_baseline_to_bottom_height": 4
|
|
375
375
|
},
|
|
376
|
-
"
|
|
376
|
+
"ActionComponent": {
|
|
377
377
|
"font_size": 16,
|
|
378
378
|
"line_height": 20,
|
|
379
379
|
"line_spacing": 1,
|
|
@@ -384,7 +384,7 @@
|
|
|
384
384
|
"first_baseline_to_top_height": 15,
|
|
385
385
|
"last_baseline_to_bottom_height": 5
|
|
386
386
|
},
|
|
387
|
-
"
|
|
387
|
+
"ActionTagline": {
|
|
388
388
|
"font_size": 12,
|
|
389
389
|
"line_height": 16,
|
|
390
390
|
"line_spacing": 1,
|
|
@@ -395,7 +395,7 @@
|
|
|
395
395
|
"first_baseline_to_top_height": 12,
|
|
396
396
|
"last_baseline_to_bottom_height": 4
|
|
397
397
|
},
|
|
398
|
-
"
|
|
398
|
+
"ActionCaps": {
|
|
399
399
|
"font_size": 12,
|
|
400
400
|
"line_height": 16,
|
|
401
401
|
"line_spacing": 1,
|
|
@@ -406,7 +406,7 @@
|
|
|
406
406
|
"first_baseline_to_top_height": 12,
|
|
407
407
|
"last_baseline_to_bottom_height": 4
|
|
408
408
|
},
|
|
409
|
-
"
|
|
409
|
+
"LegacyXLarge": {
|
|
410
410
|
"font_size": 40,
|
|
411
411
|
"line_height": 48,
|
|
412
412
|
"line_spacing": 1,
|
|
@@ -418,7 +418,7 @@
|
|
|
418
418
|
"last_baseline_to_bottom_height": 0,
|
|
419
419
|
"deprecated": true
|
|
420
420
|
},
|
|
421
|
-
"
|
|
421
|
+
"LegacyLarge": {
|
|
422
422
|
"font_size": 30,
|
|
423
423
|
"line_height": 36,
|
|
424
424
|
"line_spacing": 0,
|
|
@@ -430,7 +430,7 @@
|
|
|
430
430
|
"last_baseline_to_bottom_height": 0,
|
|
431
431
|
"deprecated": true
|
|
432
432
|
},
|
|
433
|
-
"
|
|
433
|
+
"LegacyMedium": {
|
|
434
434
|
"font_size": 26,
|
|
435
435
|
"line_height": 32,
|
|
436
436
|
"line_spacing": 1,
|
|
@@ -442,7 +442,7 @@
|
|
|
442
442
|
"last_baseline_to_bottom_height": 0,
|
|
443
443
|
"deprecated": true
|
|
444
444
|
},
|
|
445
|
-
"
|
|
445
|
+
"LegacySmall": {
|
|
446
446
|
"font_size": 20,
|
|
447
447
|
"line_height": 28,
|
|
448
448
|
"line_spacing": 4,
|
|
@@ -454,7 +454,7 @@
|
|
|
454
454
|
"last_baseline_to_bottom_height": 0,
|
|
455
455
|
"deprecated": true
|
|
456
456
|
},
|
|
457
|
-
"
|
|
457
|
+
"LegacyXSmall": {
|
|
458
458
|
"font_size": 16,
|
|
459
459
|
"line_height": 24,
|
|
460
460
|
"line_spacing": 5,
|
|
@@ -466,7 +466,7 @@
|
|
|
466
466
|
"last_baseline_to_bottom_height": 0,
|
|
467
467
|
"deprecated": true
|
|
468
468
|
},
|
|
469
|
-
"
|
|
469
|
+
"Heading1": {
|
|
470
470
|
"alias": "headerL",
|
|
471
471
|
"font_size": 30,
|
|
472
472
|
"line_height": 36,
|
|
@@ -479,7 +479,7 @@
|
|
|
479
479
|
"last_baseline_to_bottom_height": 8,
|
|
480
480
|
"deprecated": true
|
|
481
481
|
},
|
|
482
|
-
"
|
|
482
|
+
"Heading2": {
|
|
483
483
|
"alias": "headerM",
|
|
484
484
|
"font_size": 26,
|
|
485
485
|
"line_height": 32,
|
|
@@ -492,7 +492,7 @@
|
|
|
492
492
|
"last_baseline_to_bottom_height": 7,
|
|
493
493
|
"deprecated": true
|
|
494
494
|
},
|
|
495
|
-
"
|
|
495
|
+
"Heading3": {
|
|
496
496
|
"alias": "headerS",
|
|
497
497
|
"font_size": 20,
|
|
498
498
|
"line_height": 28,
|
|
@@ -505,7 +505,7 @@
|
|
|
505
505
|
"last_baseline_to_bottom_height": 7,
|
|
506
506
|
"deprecated": true
|
|
507
507
|
},
|
|
508
|
-
"
|
|
508
|
+
"PrimaryParagraph.Regular": {
|
|
509
509
|
"alias": "bodyText",
|
|
510
510
|
"font_size": 16,
|
|
511
511
|
"line_height": 24,
|
|
@@ -518,7 +518,7 @@
|
|
|
518
518
|
"last_baseline_to_bottom_height": 7,
|
|
519
519
|
"deprecated": true
|
|
520
520
|
},
|
|
521
|
-
"
|
|
521
|
+
"PrimaryParagraph.Medium": {
|
|
522
522
|
"alias": "mediumText",
|
|
523
523
|
"font_size": 16,
|
|
524
524
|
"line_height": 24,
|
|
@@ -531,7 +531,7 @@
|
|
|
531
531
|
"last_baseline_to_bottom_height": 7,
|
|
532
532
|
"deprecated": true
|
|
533
533
|
},
|
|
534
|
-
"
|
|
534
|
+
"PrimaryParagraph.Bold": {
|
|
535
535
|
"alias": "headerXS",
|
|
536
536
|
"font_size": 16,
|
|
537
537
|
"line_height": 24,
|
|
@@ -544,7 +544,7 @@
|
|
|
544
544
|
"last_baseline_to_bottom_height": 7,
|
|
545
545
|
"deprecated": true
|
|
546
546
|
},
|
|
547
|
-
"
|
|
547
|
+
"PrimaryComponents.Regular": {
|
|
548
548
|
"font_size": 16,
|
|
549
549
|
"line_height": 20,
|
|
550
550
|
"line_spacing": 1,
|
|
@@ -556,7 +556,7 @@
|
|
|
556
556
|
"last_baseline_to_bottom_height": 5,
|
|
557
557
|
"deprecated": true
|
|
558
558
|
},
|
|
559
|
-
"
|
|
559
|
+
"PrimaryComponents.Medium": {
|
|
560
560
|
"font_size": 16,
|
|
561
561
|
"line_height": 20,
|
|
562
562
|
"line_spacing": 1,
|
|
@@ -568,7 +568,7 @@
|
|
|
568
568
|
"last_baseline_to_bottom_height": 5,
|
|
569
569
|
"deprecated": true
|
|
570
570
|
},
|
|
571
|
-
"
|
|
571
|
+
"PrimaryComponents.Bold": {
|
|
572
572
|
"font_size": 16,
|
|
573
573
|
"line_height": 20,
|
|
574
574
|
"line_spacing": 1,
|
|
@@ -580,7 +580,7 @@
|
|
|
580
580
|
"last_baseline_to_bottom_height": 5,
|
|
581
581
|
"deprecated": true
|
|
582
582
|
},
|
|
583
|
-
"
|
|
583
|
+
"Secondary.Regular": {
|
|
584
584
|
"alias": "secondaryText",
|
|
585
585
|
"font_size": 14,
|
|
586
586
|
"line_height": 20,
|
|
@@ -593,7 +593,7 @@
|
|
|
593
593
|
"last_baseline_to_bottom_height": 5,
|
|
594
594
|
"deprecated": true
|
|
595
595
|
},
|
|
596
|
-
"
|
|
596
|
+
"Secondary.Medium": {
|
|
597
597
|
"font_size": 14,
|
|
598
598
|
"line_height": 20,
|
|
599
599
|
"line_spacing": 3,
|
|
@@ -605,7 +605,7 @@
|
|
|
605
605
|
"last_baseline_to_bottom_height": 5,
|
|
606
606
|
"deprecated": true
|
|
607
607
|
},
|
|
608
|
-
"
|
|
608
|
+
"Secondary.Bold": {
|
|
609
609
|
"alias": "headerXXS",
|
|
610
610
|
"font_size": 14,
|
|
611
611
|
"line_height": 20,
|
|
@@ -618,7 +618,7 @@
|
|
|
618
618
|
"last_baseline_to_bottom_height": 5,
|
|
619
619
|
"deprecated": true
|
|
620
620
|
},
|
|
621
|
-
"
|
|
621
|
+
"Tertiary": {
|
|
622
622
|
"alias": "captionText",
|
|
623
623
|
"font_size": 12,
|
|
624
624
|
"line_height": 16,
|
|
@@ -631,7 +631,7 @@
|
|
|
631
631
|
"last_baseline_to_bottom_height": 4,
|
|
632
632
|
"deprecated": true
|
|
633
633
|
},
|
|
634
|
-
"
|
|
634
|
+
"Caption": {
|
|
635
635
|
"alias": "smallCaps",
|
|
636
636
|
"font_size": 12,
|
|
637
637
|
"line_height": 16,
|
|
@@ -229,61 +229,6 @@
|
|
|
229
229
|
"letter_spacing": 1.25,
|
|
230
230
|
"monospace": false
|
|
231
231
|
},
|
|
232
|
-
"LegacyXLarge": {
|
|
233
|
-
"font_size": 34,
|
|
234
|
-
"line_height": 41,
|
|
235
|
-
"line_spacing": 0,
|
|
236
|
-
"font_family": "System",
|
|
237
|
-
"font_weight": "bold",
|
|
238
|
-
"text_all_caps": false,
|
|
239
|
-
"letter_spacing": 0.37,
|
|
240
|
-
"monospace": false,
|
|
241
|
-
"deprecated": true
|
|
242
|
-
},
|
|
243
|
-
"LegacyLarge": {
|
|
244
|
-
"font_size": 30,
|
|
245
|
-
"line_height": 36,
|
|
246
|
-
"line_spacing": 0,
|
|
247
|
-
"font_family": "System",
|
|
248
|
-
"font_weight": "bold",
|
|
249
|
-
"text_all_caps": false,
|
|
250
|
-
"letter_spacing": 0.36,
|
|
251
|
-
"monospace": false,
|
|
252
|
-
"deprecated": true
|
|
253
|
-
},
|
|
254
|
-
"LegacyMedium": {
|
|
255
|
-
"font_size": 27,
|
|
256
|
-
"line_height": 32,
|
|
257
|
-
"line_spacing": 0,
|
|
258
|
-
"font_family": "System",
|
|
259
|
-
"font_weight": "bold",
|
|
260
|
-
"text_all_caps": false,
|
|
261
|
-
"letter_spacing": 0.35,
|
|
262
|
-
"monospace": false,
|
|
263
|
-
"deprecated": true
|
|
264
|
-
},
|
|
265
|
-
"LegacySmall": {
|
|
266
|
-
"font_size": 22,
|
|
267
|
-
"line_height": 28,
|
|
268
|
-
"line_spacing": 2,
|
|
269
|
-
"font_family": "System",
|
|
270
|
-
"font_weight": "bold",
|
|
271
|
-
"text_all_caps": false,
|
|
272
|
-
"letter_spacing": 0.35,
|
|
273
|
-
"monospace": false,
|
|
274
|
-
"deprecated": true
|
|
275
|
-
},
|
|
276
|
-
"LegacyXSmall": {
|
|
277
|
-
"font_size": 17,
|
|
278
|
-
"line_height": 24,
|
|
279
|
-
"line_spacing": 4,
|
|
280
|
-
"font_family": "System",
|
|
281
|
-
"font_weight": "bold",
|
|
282
|
-
"text_all_caps": false,
|
|
283
|
-
"letter_spacing": -0.41,
|
|
284
|
-
"monospace": false,
|
|
285
|
-
"deprecated": true
|
|
286
|
-
},
|
|
287
232
|
"PromoXLarge": {
|
|
288
233
|
"font_size": 34,
|
|
289
234
|
"line_height": 41,
|
|
@@ -484,6 +429,61 @@
|
|
|
484
429
|
"letter_spacing": 0.07,
|
|
485
430
|
"monospace": true
|
|
486
431
|
},
|
|
432
|
+
"LegacyXLarge": {
|
|
433
|
+
"font_size": 34,
|
|
434
|
+
"line_height": 41,
|
|
435
|
+
"line_spacing": 0,
|
|
436
|
+
"font_family": "System",
|
|
437
|
+
"font_weight": "bold",
|
|
438
|
+
"text_all_caps": false,
|
|
439
|
+
"letter_spacing": 0.37,
|
|
440
|
+
"monospace": false,
|
|
441
|
+
"deprecated": true
|
|
442
|
+
},
|
|
443
|
+
"LegacyLarge": {
|
|
444
|
+
"font_size": 30,
|
|
445
|
+
"line_height": 36,
|
|
446
|
+
"line_spacing": 0,
|
|
447
|
+
"font_family": "System",
|
|
448
|
+
"font_weight": "bold",
|
|
449
|
+
"text_all_caps": false,
|
|
450
|
+
"letter_spacing": 0.36,
|
|
451
|
+
"monospace": false,
|
|
452
|
+
"deprecated": true
|
|
453
|
+
},
|
|
454
|
+
"LegacyMedium": {
|
|
455
|
+
"font_size": 27,
|
|
456
|
+
"line_height": 32,
|
|
457
|
+
"line_spacing": 0,
|
|
458
|
+
"font_family": "System",
|
|
459
|
+
"font_weight": "bold",
|
|
460
|
+
"text_all_caps": false,
|
|
461
|
+
"letter_spacing": 0.35,
|
|
462
|
+
"monospace": false,
|
|
463
|
+
"deprecated": true
|
|
464
|
+
},
|
|
465
|
+
"LegacySmall": {
|
|
466
|
+
"font_size": 22,
|
|
467
|
+
"line_height": 28,
|
|
468
|
+
"line_spacing": 2,
|
|
469
|
+
"font_family": "System",
|
|
470
|
+
"font_weight": "bold",
|
|
471
|
+
"text_all_caps": false,
|
|
472
|
+
"letter_spacing": 0.35,
|
|
473
|
+
"monospace": false,
|
|
474
|
+
"deprecated": true
|
|
475
|
+
},
|
|
476
|
+
"LegacyXSmall": {
|
|
477
|
+
"font_size": 17,
|
|
478
|
+
"line_height": 24,
|
|
479
|
+
"line_spacing": 4,
|
|
480
|
+
"font_family": "System",
|
|
481
|
+
"font_weight": "bold",
|
|
482
|
+
"text_all_caps": false,
|
|
483
|
+
"letter_spacing": -0.41,
|
|
484
|
+
"monospace": false,
|
|
485
|
+
"deprecated": true
|
|
486
|
+
},
|
|
487
487
|
"Heading1": {
|
|
488
488
|
"alias": "headerL",
|
|
489
489
|
"font_size": 30,
|