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.
@@ -65,13 +65,6 @@
65
65
  "font_weight": 400,
66
66
  "font_family": "var(--font-family-system)"
67
67
  },
68
- "paragraph_component": {
69
- "font_size": 16,
70
- "line_height": 20,
71
- "font_weight": 400,
72
- "font_family": "var(--font-family-system)",
73
- "deprecated": true
74
- },
75
68
  "paragraph_component_primary": {
76
69
  "font_size": 16,
77
70
  "line_height": 20,
@@ -128,13 +121,6 @@
128
121
  "font_weight": 700,
129
122
  "font_family": "var(--font-family-system)"
130
123
  },
131
- "accent_component": {
132
- "font_size": 16,
133
- "line_height": 20,
134
- "font_weight": 700,
135
- "font_family": "var(--font-family-system)",
136
- "deprecated": true
137
- },
138
124
  "accent_component_primary": {
139
125
  "font_size": 16,
140
126
  "line_height": 20,
@@ -221,13 +207,6 @@
221
207
  "font_weight": 500,
222
208
  "font_family": "var(--font-family-system)"
223
209
  },
224
- "action_component": {
225
- "font_size": 16,
226
- "line_height": 20,
227
- "font_weight": 500,
228
- "font_family": "var(--font-family-system)",
229
- "deprecated": true
230
- },
231
210
  "action_component_primary": {
232
211
  "font_size": 16,
233
212
  "line_height": 20,
@@ -398,160 +377,25 @@
398
377
  "font_weight": 400,
399
378
  "font_family": "var(--font-family-system)"
400
379
  },
401
- "legacy_primary_small": {
402
- "font_size": 14,
403
- "line_height": 18,
404
- "font_weight": 400,
405
- "font_family": "var(--font-family-system)",
406
- "deprecated": true
407
- },
408
- "system_48-52_bold": {
409
- "font_size": 48,
410
- "line_height": 52,
411
- "font_weight": 700,
412
- "font_family": "var(--font-family-system)",
413
- "deprecated": true
414
- },
415
- "system_40-48_bold": {
416
- "font_size": 40,
417
- "line_height": 48,
418
- "font_weight": 700,
419
- "font_family": "var(--font-family-system)",
420
- "deprecated": true
421
- },
422
- "system_30-36_bold": {
423
- "font_size": 30,
424
- "line_height": 36,
425
- "font_weight": 700,
426
- "font_family": "var(--font-family-system)",
427
- "deprecated": true
428
- },
429
- "system_22-26_bold": {
430
- "font_size": 22,
431
- "line_height": 26,
432
- "font_weight": 700,
433
- "font_family": "var(--font-family-system)",
434
- "deprecated": true
435
- },
436
- "system_18-22_bold": {
437
- "font_size": 18,
438
- "line_height": 22,
439
- "font_weight": 700,
440
- "font_family": "var(--font-family-system)",
441
- "deprecated": true
442
- },
443
- "system_18-22_regular": {
444
- "font_size": 18,
445
- "line_height": 22,
446
- "font_weight": 400,
447
- "font_family": "var(--font-family-system)",
448
- "deprecated": true
449
- },
450
- "system_18-22_medium": {
451
- "font_size": 18,
452
- "line_height": 22,
453
- "font_weight": 500,
454
- "font_family": "var(--font-family-system)",
455
- "deprecated": true
456
- },
457
- "system_16-24_regular": {
458
- "font_size": 16,
459
- "line_height": 24,
460
- "font_weight": 400,
461
- "font_family": "var(--font-family-system)",
462
- "deprecated": true
463
- },
464
- "system_16-24_medium": {
465
- "font_size": 16,
466
- "line_height": 24,
467
- "font_weight": 500,
468
- "font_family": "var(--font-family-system)",
469
- "deprecated": true
470
- },
471
- "system_16-24_bold": {
472
- "font_size": 16,
473
- "line_height": 24,
474
- "font_weight": 700,
475
- "font_family": "var(--font-family-system)",
476
- "deprecated": true
477
- },
478
- "system_16-20_regular": {
380
+ "paragraph_component": {
479
381
  "font_size": 16,
480
382
  "line_height": 20,
481
383
  "font_weight": 400,
482
384
  "font_family": "var(--font-family-system)",
483
385
  "deprecated": true
484
386
  },
485
- "system_16-20_medium": {
387
+ "action_component": {
486
388
  "font_size": 16,
487
389
  "line_height": 20,
488
390
  "font_weight": 500,
489
391
  "font_family": "var(--font-family-system)",
490
392
  "deprecated": true
491
393
  },
492
- "system_16-20_bold": {
394
+ "accent_component": {
493
395
  "font_size": 16,
494
396
  "line_height": 20,
495
397
  "font_weight": 700,
496
398
  "font_family": "var(--font-family-system)",
497
399
  "deprecated": true
498
- },
499
- "system_14-18_regular": {
500
- "font_size": 14,
501
- "line_height": 18,
502
- "font_weight": 400,
503
- "font_family": "var(--font-family-system)",
504
- "deprecated": true
505
- },
506
- "system_12-16_medium_caps": {
507
- "font_size": 12,
508
- "line_height": 16,
509
- "font_weight": 500,
510
- "letter_spacing": 1.5,
511
- "text_transform": "uppercase",
512
- "font_family": "var(--font-family-system)",
513
- "deprecated": true
514
- },
515
- "system_12-16_regular": {
516
- "font_size": 12,
517
- "line_height": 16,
518
- "font_weight": 400,
519
- "font_family": "var(--font-family-system)",
520
- "deprecated": true
521
- },
522
- "styrene_40-48_medium": {
523
- "font_size": 40,
524
- "line_height": 48,
525
- "font_weight": 500,
526
- "font_family": "var(--font-family-styrene)",
527
- "deprecated": true
528
- },
529
- "styrene_32-40_medium": {
530
- "font_size": 32,
531
- "line_height": 40,
532
- "font_weight": 500,
533
- "font_family": "var(--font-family-styrene)",
534
- "deprecated": true
535
- },
536
- "styrene_28-34_medium": {
537
- "font_size": 28,
538
- "line_height": 34,
539
- "font_weight": 500,
540
- "font_family": "var(--font-family-styrene)",
541
- "deprecated": true
542
- },
543
- "styrene_24-30_medium": {
544
- "font_size": 24,
545
- "line_height": 30,
546
- "font_weight": 500,
547
- "font_family": "var(--font-family-styrene)",
548
- "deprecated": true
549
- },
550
- "styrene_20-24_medium": {
551
- "font_size": 20,
552
- "line_height": 24,
553
- "font_weight": 500,
554
- "font_family": "var(--font-family-styrene)",
555
- "deprecated": true
556
400
  }
557
401
  }
@@ -1,12 +0,0 @@
1
- {
2
- "common": {
3
- "colorPrimary": "?backgroundColorAccent",
4
- "colorControlNormal": "?graphicColorSecondary",
5
- "colorControlActivated": "?graphicColorSecondary",
6
- "colorControlHighlight": "?graphicColorSecondary",
7
- "android:textColor": "?textColorPrimary",
8
- "android:textColorLink": "?textColorLink",
9
- "android:ambientShadowAlpha": 0.04,
10
- "android:spotShadowAlpha": 0.12
11
- }
12
- }