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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ui-primitives",
3
- "version": "11.16.0",
3
+ "version": "11.17.0",
4
4
  "description": "UI primitives for sharing between platforms in Design System Team projects",
5
5
  "keywords": [
6
6
  "design",
@@ -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
- "accent_component": {
381
- "font_size": 16,
382
- "line_height": 20,
383
- "font_weight": 700,
384
- "font_family": "var(--font-family-system)",
385
- "deprecated": true
386
- },
387
- "action_component": {
388
- "font_size": 16,
389
- "line_height": 20,
390
- "font_weight": 500,
391
- "font_family": "var(--font-family-system)",
392
- "deprecated": true
393
- },
394
- "paragraph_component": {
395
- "font_size": 16,
396
- "line_height": 20,
397
- "font_weight": 400,
398
- "font_family": "var(--font-family-system)",
399
- "deprecated": true
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
  }