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
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"first_baseline_to_top_height": 12,
|
|
11
11
|
"last_baseline_to_bottom_height": 4
|
|
12
12
|
},
|
|
13
|
-
"
|
|
13
|
+
"AccentComponentPrimary": {
|
|
14
14
|
"font_size": 16,
|
|
15
15
|
"line_height": 20,
|
|
16
16
|
"line_spacing": 1,
|
|
@@ -28,9 +28,9 @@
|
|
|
28
28
|
"line_spacing_extra": 2,
|
|
29
29
|
"font_family": "roboto_bold",
|
|
30
30
|
"text_all_caps": false,
|
|
31
|
-
"letter_spacing": 0,
|
|
32
|
-
"first_baseline_to_top_height":
|
|
33
|
-
"last_baseline_to_bottom_height":
|
|
31
|
+
"letter_spacing": 0.02,
|
|
32
|
+
"first_baseline_to_top_height": 14,
|
|
33
|
+
"last_baseline_to_bottom_height": 4
|
|
34
34
|
},
|
|
35
35
|
"AccentPrimaryLarge": {
|
|
36
36
|
"font_size": 18,
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"font_family": "roboto_bold",
|
|
41
41
|
"text_all_caps": false,
|
|
42
42
|
"letter_spacing": 0.01,
|
|
43
|
-
"first_baseline_to_top_height":
|
|
44
|
-
"last_baseline_to_bottom_height":
|
|
43
|
+
"first_baseline_to_top_height": 18,
|
|
44
|
+
"last_baseline_to_bottom_height": 6
|
|
45
45
|
},
|
|
46
46
|
"AccentPrimaryMedium": {
|
|
47
47
|
"font_size": 16,
|
|
@@ -73,8 +73,8 @@
|
|
|
73
73
|
"font_family": "roboto_bold",
|
|
74
74
|
"text_all_caps": false,
|
|
75
75
|
"letter_spacing": 0.02,
|
|
76
|
-
"first_baseline_to_top_height":
|
|
77
|
-
"last_baseline_to_bottom_height":
|
|
76
|
+
"first_baseline_to_top_height": 14,
|
|
77
|
+
"last_baseline_to_bottom_height": 6
|
|
78
78
|
},
|
|
79
79
|
"AccentSecondaryMedium": {
|
|
80
80
|
"font_size": 12,
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"line_spacing_extra": 3,
|
|
95
95
|
"font_family": "roboto_bold",
|
|
96
96
|
"text_all_caps": false,
|
|
97
|
-
"letter_spacing": 0.
|
|
97
|
+
"letter_spacing": 0.04,
|
|
98
98
|
"first_baseline_to_top_height": 12,
|
|
99
99
|
"last_baseline_to_bottom_height": 4
|
|
100
100
|
},
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"line_spacing_extra": 2,
|
|
106
106
|
"font_family": "roboto_bold",
|
|
107
107
|
"text_all_caps": true,
|
|
108
|
-
"letter_spacing": 0.
|
|
108
|
+
"letter_spacing": 0.1,
|
|
109
109
|
"first_baseline_to_top_height": 12,
|
|
110
110
|
"last_baseline_to_bottom_height": 4
|
|
111
111
|
},
|
|
@@ -114,13 +114,13 @@
|
|
|
114
114
|
"line_height": 16,
|
|
115
115
|
"line_spacing": 1,
|
|
116
116
|
"line_spacing_extra": 2,
|
|
117
|
-
"font_family": "
|
|
117
|
+
"font_family": "roboto_medium",
|
|
118
118
|
"text_all_caps": true,
|
|
119
119
|
"letter_spacing": 0.1,
|
|
120
120
|
"first_baseline_to_top_height": 12,
|
|
121
121
|
"last_baseline_to_bottom_height": 4
|
|
122
122
|
},
|
|
123
|
-
"
|
|
123
|
+
"ActionComponentPrimary": {
|
|
124
124
|
"font_size": 16,
|
|
125
125
|
"line_height": 20,
|
|
126
126
|
"line_spacing": 1,
|
|
@@ -138,9 +138,8 @@
|
|
|
138
138
|
"line_spacing_extra": 2,
|
|
139
139
|
"font_family": "roboto_medium",
|
|
140
140
|
"text_all_caps": false,
|
|
141
|
-
"
|
|
142
|
-
"
|
|
143
|
-
"last_baseline_to_bottom_height": 0
|
|
141
|
+
"first_baseline_to_top_height": 14,
|
|
142
|
+
"last_baseline_to_bottom_height": 4
|
|
144
143
|
},
|
|
145
144
|
"ActionPrimaryLarge": {
|
|
146
145
|
"font_size": 18,
|
|
@@ -150,8 +149,8 @@
|
|
|
150
149
|
"font_family": "roboto_medium",
|
|
151
150
|
"text_all_caps": false,
|
|
152
151
|
"letter_spacing": 0.01,
|
|
153
|
-
"first_baseline_to_top_height":
|
|
154
|
-
"last_baseline_to_bottom_height":
|
|
152
|
+
"first_baseline_to_top_height": 18,
|
|
153
|
+
"last_baseline_to_bottom_height": 6
|
|
155
154
|
},
|
|
156
155
|
"ActionPrimaryMedium": {
|
|
157
156
|
"font_size": 16,
|
|
@@ -171,7 +170,6 @@
|
|
|
171
170
|
"line_spacing_extra": 4,
|
|
172
171
|
"font_family": "roboto_medium",
|
|
173
172
|
"text_all_caps": false,
|
|
174
|
-
"letter_spacing": 0.02,
|
|
175
173
|
"first_baseline_to_top_height": 15,
|
|
176
174
|
"last_baseline_to_bottom_height": 5
|
|
177
175
|
},
|
|
@@ -183,8 +181,8 @@
|
|
|
183
181
|
"font_family": "roboto_medium",
|
|
184
182
|
"text_all_caps": false,
|
|
185
183
|
"letter_spacing": 0.02,
|
|
186
|
-
"first_baseline_to_top_height":
|
|
187
|
-
"last_baseline_to_bottom_height":
|
|
184
|
+
"first_baseline_to_top_height": 14,
|
|
185
|
+
"last_baseline_to_bottom_height": 6
|
|
188
186
|
},
|
|
189
187
|
"ActionSecondaryMedium": {
|
|
190
188
|
"font_size": 12,
|
|
@@ -204,7 +202,7 @@
|
|
|
204
202
|
"line_spacing_extra": 3,
|
|
205
203
|
"font_family": "roboto_medium",
|
|
206
204
|
"text_all_caps": false,
|
|
207
|
-
"letter_spacing": 0.
|
|
205
|
+
"letter_spacing": 0.04,
|
|
208
206
|
"first_baseline_to_top_height": 12,
|
|
209
207
|
"last_baseline_to_bottom_height": 4
|
|
210
208
|
},
|
|
@@ -215,7 +213,7 @@
|
|
|
215
213
|
"line_spacing_extra": 2,
|
|
216
214
|
"font_family": "roboto_medium",
|
|
217
215
|
"text_all_caps": true,
|
|
218
|
-
"letter_spacing": 0.
|
|
216
|
+
"letter_spacing": 0.1,
|
|
219
217
|
"first_baseline_to_top_height": 12,
|
|
220
218
|
"last_baseline_to_bottom_height": 4
|
|
221
219
|
},
|
|
@@ -226,7 +224,6 @@
|
|
|
226
224
|
"line_spacing_extra": 1,
|
|
227
225
|
"font_family": "roboto_medium",
|
|
228
226
|
"text_all_caps": false,
|
|
229
|
-
"letter_spacing": 0,
|
|
230
227
|
"first_baseline_to_top_height": 28,
|
|
231
228
|
"last_baseline_to_bottom_height": 8
|
|
232
229
|
},
|
|
@@ -237,7 +234,6 @@
|
|
|
237
234
|
"line_spacing_extra": 2,
|
|
238
235
|
"font_family": "roboto_medium",
|
|
239
236
|
"text_all_caps": false,
|
|
240
|
-
"letter_spacing": 0,
|
|
241
237
|
"first_baseline_to_top_height": 25,
|
|
242
238
|
"last_baseline_to_bottom_height": 7
|
|
243
239
|
},
|
|
@@ -259,7 +255,6 @@
|
|
|
259
255
|
"line_spacing_extra": 1,
|
|
260
256
|
"font_family": "roboto_medium",
|
|
261
257
|
"text_all_caps": false,
|
|
262
|
-
"letter_spacing": 0,
|
|
263
258
|
"first_baseline_to_top_height": 38,
|
|
264
259
|
"last_baseline_to_bottom_height": 10
|
|
265
260
|
},
|
|
@@ -271,21 +266,21 @@
|
|
|
271
266
|
"font_family": "roboto_medium",
|
|
272
267
|
"text_all_caps": false,
|
|
273
268
|
"letter_spacing": 0.01,
|
|
274
|
-
"first_baseline_to_top_height":
|
|
275
|
-
"last_baseline_to_bottom_height":
|
|
269
|
+
"first_baseline_to_top_height": 15,
|
|
270
|
+
"last_baseline_to_bottom_height": 5
|
|
276
271
|
},
|
|
277
272
|
"ParagraphCaps": {
|
|
278
273
|
"font_size": 12,
|
|
279
274
|
"line_height": 16,
|
|
280
275
|
"line_spacing": 1,
|
|
281
276
|
"line_spacing_extra": 2,
|
|
282
|
-
"font_family": "
|
|
277
|
+
"font_family": "roboto_regular",
|
|
283
278
|
"text_all_caps": true,
|
|
284
279
|
"letter_spacing": 0.1,
|
|
285
280
|
"first_baseline_to_top_height": 12,
|
|
286
281
|
"last_baseline_to_bottom_height": 4
|
|
287
282
|
},
|
|
288
|
-
"
|
|
283
|
+
"ParagraphComponentPrimary": {
|
|
289
284
|
"font_size": 16,
|
|
290
285
|
"line_height": 20,
|
|
291
286
|
"line_spacing": 1,
|
|
@@ -303,9 +298,8 @@
|
|
|
303
298
|
"line_spacing_extra": 2,
|
|
304
299
|
"font_family": "roboto_regular",
|
|
305
300
|
"text_all_caps": false,
|
|
306
|
-
"
|
|
307
|
-
"
|
|
308
|
-
"last_baseline_to_bottom_height": 0
|
|
301
|
+
"first_baseline_to_top_height": 14,
|
|
302
|
+
"last_baseline_to_bottom_height": 4
|
|
309
303
|
},
|
|
310
304
|
"ParagraphPrimaryLarge": {
|
|
311
305
|
"font_size": 18,
|
|
@@ -315,8 +309,8 @@
|
|
|
315
309
|
"font_family": "roboto_regular",
|
|
316
310
|
"text_all_caps": false,
|
|
317
311
|
"letter_spacing": 0.01,
|
|
318
|
-
"first_baseline_to_top_height":
|
|
319
|
-
"last_baseline_to_bottom_height":
|
|
312
|
+
"first_baseline_to_top_height": 18,
|
|
313
|
+
"last_baseline_to_bottom_height": 6
|
|
320
314
|
},
|
|
321
315
|
"ParagraphPrimaryMedium": {
|
|
322
316
|
"font_size": 16,
|
|
@@ -336,7 +330,6 @@
|
|
|
336
330
|
"line_spacing_extra": 4,
|
|
337
331
|
"font_family": "roboto_regular",
|
|
338
332
|
"text_all_caps": false,
|
|
339
|
-
"letter_spacing": 0.02,
|
|
340
333
|
"first_baseline_to_top_height": 15,
|
|
341
334
|
"last_baseline_to_bottom_height": 5
|
|
342
335
|
},
|
|
@@ -348,8 +341,8 @@
|
|
|
348
341
|
"font_family": "roboto_regular",
|
|
349
342
|
"text_all_caps": false,
|
|
350
343
|
"letter_spacing": 0.02,
|
|
351
|
-
"first_baseline_to_top_height":
|
|
352
|
-
"last_baseline_to_bottom_height":
|
|
344
|
+
"first_baseline_to_top_height": 14,
|
|
345
|
+
"last_baseline_to_bottom_height": 6
|
|
353
346
|
},
|
|
354
347
|
"ParagraphSecondaryMedium": {
|
|
355
348
|
"font_size": 12,
|
|
@@ -369,7 +362,7 @@
|
|
|
369
362
|
"line_spacing_extra": 3,
|
|
370
363
|
"font_family": "roboto_regular",
|
|
371
364
|
"text_all_caps": false,
|
|
372
|
-
"letter_spacing": 0.
|
|
365
|
+
"letter_spacing": 0.04,
|
|
373
366
|
"first_baseline_to_top_height": 12,
|
|
374
367
|
"last_baseline_to_bottom_height": 4
|
|
375
368
|
},
|
|
@@ -380,7 +373,7 @@
|
|
|
380
373
|
"line_spacing_extra": 2,
|
|
381
374
|
"font_family": "roboto_regular",
|
|
382
375
|
"text_all_caps": true,
|
|
383
|
-
"letter_spacing": 0.
|
|
376
|
+
"letter_spacing": 0.1,
|
|
384
377
|
"first_baseline_to_top_height": 12,
|
|
385
378
|
"last_baseline_to_bottom_height": 4
|
|
386
379
|
},
|
|
@@ -391,7 +384,6 @@
|
|
|
391
384
|
"line_spacing_extra": 1,
|
|
392
385
|
"font_family": "roboto_regular",
|
|
393
386
|
"text_all_caps": false,
|
|
394
|
-
"letter_spacing": 0,
|
|
395
387
|
"first_baseline_to_top_height": 28,
|
|
396
388
|
"last_baseline_to_bottom_height": 8
|
|
397
389
|
},
|
|
@@ -402,7 +394,6 @@
|
|
|
402
394
|
"line_spacing_extra": 2,
|
|
403
395
|
"font_family": "roboto_regular",
|
|
404
396
|
"text_all_caps": false,
|
|
405
|
-
"letter_spacing": 0,
|
|
406
397
|
"first_baseline_to_top_height": 25,
|
|
407
398
|
"last_baseline_to_bottom_height": 7
|
|
408
399
|
},
|
|
@@ -424,7 +415,6 @@
|
|
|
424
415
|
"line_spacing_extra": 1,
|
|
425
416
|
"font_family": "roboto_regular",
|
|
426
417
|
"text_all_caps": false,
|
|
427
|
-
"letter_spacing": 0,
|
|
428
418
|
"first_baseline_to_top_height": 38,
|
|
429
419
|
"last_baseline_to_bottom_height": 10
|
|
430
420
|
},
|
|
@@ -436,8 +426,32 @@
|
|
|
436
426
|
"font_family": "roboto_regular",
|
|
437
427
|
"text_all_caps": false,
|
|
438
428
|
"letter_spacing": 0.01,
|
|
439
|
-
"first_baseline_to_top_height":
|
|
440
|
-
"last_baseline_to_bottom_height":
|
|
429
|
+
"first_baseline_to_top_height": 15,
|
|
430
|
+
"last_baseline_to_bottom_height": 5
|
|
431
|
+
},
|
|
432
|
+
"AccentComponent": {
|
|
433
|
+
"font_size": 16,
|
|
434
|
+
"line_height": 20,
|
|
435
|
+
"line_spacing": 1,
|
|
436
|
+
"line_spacing_extra": 1,
|
|
437
|
+
"font_family": "roboto_bold",
|
|
438
|
+
"text_all_caps": false,
|
|
439
|
+
"letter_spacing": 0.01,
|
|
440
|
+
"first_baseline_to_top_height": 15,
|
|
441
|
+
"last_baseline_to_bottom_height": 5,
|
|
442
|
+
"deprecated": true
|
|
443
|
+
},
|
|
444
|
+
"ActionComponent": {
|
|
445
|
+
"font_size": 16,
|
|
446
|
+
"line_height": 20,
|
|
447
|
+
"line_spacing": 1,
|
|
448
|
+
"line_spacing_extra": 1,
|
|
449
|
+
"font_family": "roboto_medium",
|
|
450
|
+
"text_all_caps": false,
|
|
451
|
+
"letter_spacing": 0.01,
|
|
452
|
+
"first_baseline_to_top_height": 15,
|
|
453
|
+
"last_baseline_to_bottom_height": 5,
|
|
454
|
+
"deprecated": true
|
|
441
455
|
},
|
|
442
456
|
"Caption": {
|
|
443
457
|
"alias": "smallCaps",
|
|
@@ -551,6 +565,18 @@
|
|
|
551
565
|
"last_baseline_to_bottom_height": 0,
|
|
552
566
|
"deprecated": true
|
|
553
567
|
},
|
|
568
|
+
"ParagraphComponent": {
|
|
569
|
+
"font_size": 16,
|
|
570
|
+
"line_height": 20,
|
|
571
|
+
"line_spacing": 1,
|
|
572
|
+
"line_spacing_extra": 1,
|
|
573
|
+
"font_family": "roboto_regular",
|
|
574
|
+
"text_all_caps": false,
|
|
575
|
+
"letter_spacing": 0.01,
|
|
576
|
+
"first_baseline_to_top_height": 15,
|
|
577
|
+
"last_baseline_to_bottom_height": 5,
|
|
578
|
+
"deprecated": true
|
|
579
|
+
},
|
|
554
580
|
"PrimaryComponents.Bold": {
|
|
555
581
|
"font_size": 16,
|
|
556
582
|
"line_height": 20,
|