ui-primitives 11.16.0 → 11.17.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_web.json +81 -21
package/package.json
CHANGED
|
@@ -317,6 +317,66 @@
|
|
|
317
317
|
"font_weight": 400,
|
|
318
318
|
"font_family": "var(--font-family-system)"
|
|
319
319
|
},
|
|
320
|
+
"promo-mobile_large": {
|
|
321
|
+
"font_size": 30,
|
|
322
|
+
"line_height": 36,
|
|
323
|
+
"font_weight": 400,
|
|
324
|
+
"font_family": "var(--font-family-styrene)"
|
|
325
|
+
},
|
|
326
|
+
"promo-mobile_medium": {
|
|
327
|
+
"font_size": 26,
|
|
328
|
+
"line_height": 32,
|
|
329
|
+
"font_weight": 400,
|
|
330
|
+
"font_family": "var(--font-family-styrene)"
|
|
331
|
+
},
|
|
332
|
+
"promo-mobile_small": {
|
|
333
|
+
"font_size": 20,
|
|
334
|
+
"line_height": 28,
|
|
335
|
+
"font_weight": 400,
|
|
336
|
+
"font_family": "var(--font-family-styrene)"
|
|
337
|
+
},
|
|
338
|
+
"promo-mobile_xlarge": {
|
|
339
|
+
"font_size": 34,
|
|
340
|
+
"line_height": 40,
|
|
341
|
+
"font_weight": 400,
|
|
342
|
+
"font_family": "var(--font-family-styrene)"
|
|
343
|
+
},
|
|
344
|
+
"promo-mobile_xsmall": {
|
|
345
|
+
"font_size": 16,
|
|
346
|
+
"line_height": 20,
|
|
347
|
+
"font_weight": 400,
|
|
348
|
+
"font_family": "var(--font-family-styrene)"
|
|
349
|
+
},
|
|
350
|
+
"promo-system-mobile_large": {
|
|
351
|
+
"font_size": 30,
|
|
352
|
+
"line_height": 36,
|
|
353
|
+
"font_weight": 400,
|
|
354
|
+
"font_family": "var(--font-family-system)"
|
|
355
|
+
},
|
|
356
|
+
"promo-system-mobile_medium": {
|
|
357
|
+
"font_size": 26,
|
|
358
|
+
"line_height": 32,
|
|
359
|
+
"font_weight": 400,
|
|
360
|
+
"font_family": "var(--font-family-system)"
|
|
361
|
+
},
|
|
362
|
+
"promo-system-mobile_small": {
|
|
363
|
+
"font_size": 20,
|
|
364
|
+
"line_height": 28,
|
|
365
|
+
"font_weight": 400,
|
|
366
|
+
"font_family": "var(--font-family-system)"
|
|
367
|
+
},
|
|
368
|
+
"promo-system-mobile_xlarge": {
|
|
369
|
+
"font_size": 34,
|
|
370
|
+
"line_height": 40,
|
|
371
|
+
"font_weight": 400,
|
|
372
|
+
"font_family": "var(--font-family-system)"
|
|
373
|
+
},
|
|
374
|
+
"promo-system-mobile_xsmall": {
|
|
375
|
+
"font_size": 16,
|
|
376
|
+
"line_height": 20,
|
|
377
|
+
"font_weight": 400,
|
|
378
|
+
"font_family": "var(--font-family-system)"
|
|
379
|
+
},
|
|
320
380
|
"promo-system_large": {
|
|
321
381
|
"font_size": 40,
|
|
322
382
|
"line_height": 48,
|
|
@@ -377,25 +437,25 @@
|
|
|
377
437
|
"font_weight": 400,
|
|
378
438
|
"font_family": "var(--font-family-styrene)"
|
|
379
439
|
},
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
440
|
+
"accent_component": {
|
|
441
|
+
"font_size": 16,
|
|
442
|
+
"line_height": 20,
|
|
443
|
+
"font_weight": 700,
|
|
444
|
+
"font_family": "var(--font-family-system)",
|
|
445
|
+
"deprecated": true
|
|
446
|
+
},
|
|
447
|
+
"action_component": {
|
|
448
|
+
"font_size": 16,
|
|
449
|
+
"line_height": 20,
|
|
450
|
+
"font_weight": 500,
|
|
451
|
+
"font_family": "var(--font-family-system)",
|
|
452
|
+
"deprecated": true
|
|
453
|
+
},
|
|
454
|
+
"paragraph_component": {
|
|
455
|
+
"font_size": 16,
|
|
456
|
+
"line_height": 20,
|
|
457
|
+
"font_weight": 400,
|
|
458
|
+
"font_family": "var(--font-family-system)",
|
|
459
|
+
"deprecated": true
|
|
460
|
+
}
|
|
401
461
|
}
|