@hpe-web/design-tokens 1.2.2 → 1.3.1
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/README.md +8 -6
- package/dist/css/locales/ja.tokens.css +5 -0
- package/dist/css/locales/ko.tokens.css +5 -0
- package/dist/css/locales/zh.tokens.css +12 -0
- package/dist/css/tokens.css +526 -252
- package/dist/css/tokens.dark.css +67 -66
- package/dist/css/tokens.md-lg.css +115 -24
- package/dist/css/tokens.xl.css +115 -24
- package/package.json +24 -2
- package/src/component/button.json +82 -373
- package/src/hpe.resolver.json +2 -2
- package/src/primitive/primitives.json +17 -17
- package/src/semantic/color.dark.json +1 -1
- package/src/semantic/color.light.json +1 -1
- package/src/semantic/dimension.md-lg.json +643 -12
- package/src/semantic/dimension.xl.json +643 -12
- package/src/semantic/dimension.xs-sm.json +642 -11
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
},
|
|
42
42
|
"fontWeight": {
|
|
43
43
|
"$type": "fontWeight",
|
|
44
|
-
"$value":
|
|
44
|
+
"$value": 700
|
|
45
45
|
},
|
|
46
46
|
"letterSpacing": {
|
|
47
47
|
"$type": "dimension",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
},
|
|
68
68
|
"fontWeight": {
|
|
69
69
|
"$type": "fontWeight",
|
|
70
|
-
"$value":
|
|
70
|
+
"$value": 300
|
|
71
71
|
},
|
|
72
72
|
"letterSpacing": {
|
|
73
73
|
"$type": "dimension",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
},
|
|
94
94
|
"fontWeight": {
|
|
95
95
|
"$type": "fontWeight",
|
|
96
|
-
"$value":
|
|
96
|
+
"$value": 500
|
|
97
97
|
},
|
|
98
98
|
"letterSpacing": {
|
|
99
99
|
"$type": "dimension",
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
},
|
|
121
121
|
"fontWeight": {
|
|
122
122
|
"$type": "fontWeight",
|
|
123
|
-
"$value":
|
|
123
|
+
"$value": 500
|
|
124
124
|
},
|
|
125
125
|
"letterSpacing": {
|
|
126
126
|
"$type": "dimension",
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
},
|
|
150
150
|
"fontWeight": {
|
|
151
151
|
"$type": "fontWeight",
|
|
152
|
-
"$value":
|
|
152
|
+
"$value": 700
|
|
153
153
|
},
|
|
154
154
|
"letterSpacing": {
|
|
155
155
|
"$type": "dimension",
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
},
|
|
176
176
|
"fontWeight": {
|
|
177
177
|
"$type": "fontWeight",
|
|
178
|
-
"$value":
|
|
178
|
+
"$value": 300
|
|
179
179
|
},
|
|
180
180
|
"letterSpacing": {
|
|
181
181
|
"$type": "dimension",
|
|
@@ -228,7 +228,7 @@
|
|
|
228
228
|
},
|
|
229
229
|
"fontWeight": {
|
|
230
230
|
"$type": "fontWeight",
|
|
231
|
-
"$value":
|
|
231
|
+
"$value": 500
|
|
232
232
|
},
|
|
233
233
|
"letterSpacing": {
|
|
234
234
|
"$type": "dimension",
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
},
|
|
257
257
|
"fontWeight": {
|
|
258
258
|
"$type": "fontWeight",
|
|
259
|
-
"$value":
|
|
259
|
+
"$value": 500
|
|
260
260
|
},
|
|
261
261
|
"letterSpacing": {
|
|
262
262
|
"$type": "dimension",
|
|
@@ -284,7 +284,7 @@
|
|
|
284
284
|
},
|
|
285
285
|
"fontWeight": {
|
|
286
286
|
"$type": "fontWeight",
|
|
287
|
-
"$value":
|
|
287
|
+
"$value": 500
|
|
288
288
|
},
|
|
289
289
|
"letterSpacing": {
|
|
290
290
|
"$type": "dimension",
|
|
@@ -312,7 +312,7 @@
|
|
|
312
312
|
},
|
|
313
313
|
"fontWeight": {
|
|
314
314
|
"$type": "fontWeight",
|
|
315
|
-
"$value":
|
|
315
|
+
"$value": 500
|
|
316
316
|
},
|
|
317
317
|
"letterSpacing": {
|
|
318
318
|
"$type": "dimension",
|
|
@@ -340,7 +340,7 @@
|
|
|
340
340
|
},
|
|
341
341
|
"fontWeight": {
|
|
342
342
|
"$type": "fontWeight",
|
|
343
|
-
"$value":
|
|
343
|
+
"$value": 500
|
|
344
344
|
},
|
|
345
345
|
"letterSpacing": {
|
|
346
346
|
"$type": "dimension",
|
|
@@ -368,7 +368,7 @@
|
|
|
368
368
|
},
|
|
369
369
|
"fontWeight": {
|
|
370
370
|
"$type": "fontWeight",
|
|
371
|
-
"$value":
|
|
371
|
+
"$value": 500
|
|
372
372
|
},
|
|
373
373
|
"letterSpacing": {
|
|
374
374
|
"$type": "dimension",
|
|
@@ -423,6 +423,637 @@
|
|
|
423
423
|
}
|
|
424
424
|
}
|
|
425
425
|
},
|
|
426
|
+
"multi-mode": {
|
|
427
|
+
"button": {
|
|
428
|
+
"link": {
|
|
429
|
+
"large": {
|
|
430
|
+
"borderRadius": {
|
|
431
|
+
"$type": "dimension",
|
|
432
|
+
"$value": {
|
|
433
|
+
"value": 9999,
|
|
434
|
+
"unit": "px"
|
|
435
|
+
}
|
|
436
|
+
},
|
|
437
|
+
"borderWidth": {
|
|
438
|
+
"$type": "dimension",
|
|
439
|
+
"$value": {
|
|
440
|
+
"value": 4,
|
|
441
|
+
"unit": "px"
|
|
442
|
+
}
|
|
443
|
+
},
|
|
444
|
+
"fontSize": {
|
|
445
|
+
"$type": "dimension",
|
|
446
|
+
"$value": {
|
|
447
|
+
"value": 24,
|
|
448
|
+
"unit": "px"
|
|
449
|
+
}
|
|
450
|
+
},
|
|
451
|
+
"gapX": {
|
|
452
|
+
"$type": "dimension",
|
|
453
|
+
"$value": {
|
|
454
|
+
"value": 12,
|
|
455
|
+
"unit": "px"
|
|
456
|
+
}
|
|
457
|
+
},
|
|
458
|
+
"iconHeight": {
|
|
459
|
+
"$type": "dimension",
|
|
460
|
+
"$value": {
|
|
461
|
+
"value": 24,
|
|
462
|
+
"unit": "px"
|
|
463
|
+
}
|
|
464
|
+
},
|
|
465
|
+
"iconWidth": {
|
|
466
|
+
"$type": "dimension",
|
|
467
|
+
"$value": {
|
|
468
|
+
"value": 24,
|
|
469
|
+
"unit": "px"
|
|
470
|
+
}
|
|
471
|
+
},
|
|
472
|
+
"lineHeight": {
|
|
473
|
+
"$type": "number",
|
|
474
|
+
"$value": 1.167
|
|
475
|
+
},
|
|
476
|
+
"minHeight": {
|
|
477
|
+
"$type": "dimension",
|
|
478
|
+
"$value": {
|
|
479
|
+
"value": 20,
|
|
480
|
+
"unit": "px"
|
|
481
|
+
}
|
|
482
|
+
},
|
|
483
|
+
"paddingX": {
|
|
484
|
+
"$type": "dimension",
|
|
485
|
+
"$value": {
|
|
486
|
+
"value": 0,
|
|
487
|
+
"unit": "px"
|
|
488
|
+
}
|
|
489
|
+
},
|
|
490
|
+
"paddingY": {
|
|
491
|
+
"$type": "dimension",
|
|
492
|
+
"$value": {
|
|
493
|
+
"value": 0,
|
|
494
|
+
"unit": "px"
|
|
495
|
+
}
|
|
496
|
+
}
|
|
497
|
+
},
|
|
498
|
+
"medium": {
|
|
499
|
+
"borderRadius": {
|
|
500
|
+
"$type": "dimension",
|
|
501
|
+
"$value": {
|
|
502
|
+
"value": 9999,
|
|
503
|
+
"unit": "px"
|
|
504
|
+
}
|
|
505
|
+
},
|
|
506
|
+
"borderWidth": {
|
|
507
|
+
"$type": "dimension",
|
|
508
|
+
"$value": {
|
|
509
|
+
"value": 4,
|
|
510
|
+
"unit": "px"
|
|
511
|
+
}
|
|
512
|
+
},
|
|
513
|
+
"fontSize": {
|
|
514
|
+
"$type": "dimension",
|
|
515
|
+
"$value": {
|
|
516
|
+
"value": 20,
|
|
517
|
+
"unit": "px"
|
|
518
|
+
}
|
|
519
|
+
},
|
|
520
|
+
"gapX": {
|
|
521
|
+
"$type": "dimension",
|
|
522
|
+
"$value": {
|
|
523
|
+
"value": 12,
|
|
524
|
+
"unit": "px"
|
|
525
|
+
}
|
|
526
|
+
},
|
|
527
|
+
"iconHeight": {
|
|
528
|
+
"$type": "dimension",
|
|
529
|
+
"$value": {
|
|
530
|
+
"value": 20,
|
|
531
|
+
"unit": "px"
|
|
532
|
+
}
|
|
533
|
+
},
|
|
534
|
+
"iconWidth": {
|
|
535
|
+
"$type": "dimension",
|
|
536
|
+
"$value": {
|
|
537
|
+
"value": 20,
|
|
538
|
+
"unit": "px"
|
|
539
|
+
}
|
|
540
|
+
},
|
|
541
|
+
"lineHeight": {
|
|
542
|
+
"$type": "number",
|
|
543
|
+
"$value": 1.2
|
|
544
|
+
},
|
|
545
|
+
"minHeight": {
|
|
546
|
+
"$type": "dimension",
|
|
547
|
+
"$value": {
|
|
548
|
+
"value": 24,
|
|
549
|
+
"unit": "px"
|
|
550
|
+
}
|
|
551
|
+
},
|
|
552
|
+
"paddingX": {
|
|
553
|
+
"$type": "dimension",
|
|
554
|
+
"$value": {
|
|
555
|
+
"value": 0,
|
|
556
|
+
"unit": "px"
|
|
557
|
+
}
|
|
558
|
+
},
|
|
559
|
+
"paddingY": {
|
|
560
|
+
"$type": "dimension",
|
|
561
|
+
"$value": {
|
|
562
|
+
"value": 0,
|
|
563
|
+
"unit": "px"
|
|
564
|
+
}
|
|
565
|
+
}
|
|
566
|
+
},
|
|
567
|
+
"small": {
|
|
568
|
+
"borderRadius": {
|
|
569
|
+
"$type": "dimension",
|
|
570
|
+
"$value": {
|
|
571
|
+
"value": 9999,
|
|
572
|
+
"unit": "px"
|
|
573
|
+
}
|
|
574
|
+
},
|
|
575
|
+
"borderWidth": {
|
|
576
|
+
"$type": "dimension",
|
|
577
|
+
"$value": {
|
|
578
|
+
"value": 4,
|
|
579
|
+
"unit": "px"
|
|
580
|
+
}
|
|
581
|
+
},
|
|
582
|
+
"fontSize": {
|
|
583
|
+
"$type": "dimension",
|
|
584
|
+
"$value": {
|
|
585
|
+
"value": 16,
|
|
586
|
+
"unit": "px"
|
|
587
|
+
}
|
|
588
|
+
},
|
|
589
|
+
"gapX": {
|
|
590
|
+
"$type": "dimension",
|
|
591
|
+
"$value": {
|
|
592
|
+
"value": 8,
|
|
593
|
+
"unit": "px"
|
|
594
|
+
}
|
|
595
|
+
},
|
|
596
|
+
"iconHeight": {
|
|
597
|
+
"$type": "dimension",
|
|
598
|
+
"$value": {
|
|
599
|
+
"value": 16,
|
|
600
|
+
"unit": "px"
|
|
601
|
+
}
|
|
602
|
+
},
|
|
603
|
+
"iconWidth": {
|
|
604
|
+
"$type": "dimension",
|
|
605
|
+
"$value": {
|
|
606
|
+
"value": 16,
|
|
607
|
+
"unit": "px"
|
|
608
|
+
}
|
|
609
|
+
},
|
|
610
|
+
"lineHeight": {
|
|
611
|
+
"$type": "number",
|
|
612
|
+
"$value": 1.5
|
|
613
|
+
},
|
|
614
|
+
"minHeight": {
|
|
615
|
+
"$type": "dimension",
|
|
616
|
+
"$value": {
|
|
617
|
+
"value": 14,
|
|
618
|
+
"unit": "px"
|
|
619
|
+
}
|
|
620
|
+
},
|
|
621
|
+
"paddingX": {
|
|
622
|
+
"$type": "dimension",
|
|
623
|
+
"$value": {
|
|
624
|
+
"value": 0,
|
|
625
|
+
"unit": "px"
|
|
626
|
+
}
|
|
627
|
+
},
|
|
628
|
+
"paddingY": {
|
|
629
|
+
"$type": "dimension",
|
|
630
|
+
"$value": {
|
|
631
|
+
"value": 0,
|
|
632
|
+
"unit": "px"
|
|
633
|
+
}
|
|
634
|
+
}
|
|
635
|
+
}
|
|
636
|
+
},
|
|
637
|
+
"primary": {
|
|
638
|
+
"large": {
|
|
639
|
+
"borderRadius": {
|
|
640
|
+
"$type": "dimension",
|
|
641
|
+
"$value": {
|
|
642
|
+
"value": 9999,
|
|
643
|
+
"unit": "px"
|
|
644
|
+
}
|
|
645
|
+
},
|
|
646
|
+
"borderWidth": {
|
|
647
|
+
"$type": "dimension",
|
|
648
|
+
"$value": {
|
|
649
|
+
"value": 0,
|
|
650
|
+
"unit": "px"
|
|
651
|
+
}
|
|
652
|
+
},
|
|
653
|
+
"fontSize": {
|
|
654
|
+
"$type": "dimension",
|
|
655
|
+
"$value": {
|
|
656
|
+
"value": 24,
|
|
657
|
+
"unit": "px"
|
|
658
|
+
}
|
|
659
|
+
},
|
|
660
|
+
"gapX": {
|
|
661
|
+
"$type": "dimension",
|
|
662
|
+
"$value": {
|
|
663
|
+
"value": 12,
|
|
664
|
+
"unit": "px"
|
|
665
|
+
}
|
|
666
|
+
},
|
|
667
|
+
"iconHeight": {
|
|
668
|
+
"$type": "dimension",
|
|
669
|
+
"$value": {
|
|
670
|
+
"value": 24,
|
|
671
|
+
"unit": "px"
|
|
672
|
+
}
|
|
673
|
+
},
|
|
674
|
+
"iconWidth": {
|
|
675
|
+
"$type": "dimension",
|
|
676
|
+
"$value": {
|
|
677
|
+
"value": 24,
|
|
678
|
+
"unit": "px"
|
|
679
|
+
}
|
|
680
|
+
},
|
|
681
|
+
"lineHeight": {
|
|
682
|
+
"$type": "number",
|
|
683
|
+
"$value": 1.167
|
|
684
|
+
},
|
|
685
|
+
"minHeight": {
|
|
686
|
+
"$type": "dimension",
|
|
687
|
+
"$value": {
|
|
688
|
+
"value": 72,
|
|
689
|
+
"unit": "px"
|
|
690
|
+
}
|
|
691
|
+
},
|
|
692
|
+
"paddingX": {
|
|
693
|
+
"$type": "dimension",
|
|
694
|
+
"$value": {
|
|
695
|
+
"value": 40,
|
|
696
|
+
"unit": "px"
|
|
697
|
+
}
|
|
698
|
+
},
|
|
699
|
+
"paddingY": {
|
|
700
|
+
"$type": "dimension",
|
|
701
|
+
"$value": {
|
|
702
|
+
"value": 22,
|
|
703
|
+
"unit": "px"
|
|
704
|
+
}
|
|
705
|
+
}
|
|
706
|
+
},
|
|
707
|
+
"medium": {
|
|
708
|
+
"borderRadius": {
|
|
709
|
+
"$type": "dimension",
|
|
710
|
+
"$value": {
|
|
711
|
+
"value": 9999,
|
|
712
|
+
"unit": "px"
|
|
713
|
+
}
|
|
714
|
+
},
|
|
715
|
+
"borderWidth": {
|
|
716
|
+
"$type": "dimension",
|
|
717
|
+
"$value": {
|
|
718
|
+
"value": 0,
|
|
719
|
+
"unit": "px"
|
|
720
|
+
}
|
|
721
|
+
},
|
|
722
|
+
"fontSize": {
|
|
723
|
+
"$type": "dimension",
|
|
724
|
+
"$value": {
|
|
725
|
+
"value": 20,
|
|
726
|
+
"unit": "px"
|
|
727
|
+
}
|
|
728
|
+
},
|
|
729
|
+
"gapX": {
|
|
730
|
+
"$type": "dimension",
|
|
731
|
+
"$value": {
|
|
732
|
+
"value": 12,
|
|
733
|
+
"unit": "px"
|
|
734
|
+
}
|
|
735
|
+
},
|
|
736
|
+
"iconHeight": {
|
|
737
|
+
"$type": "dimension",
|
|
738
|
+
"$value": {
|
|
739
|
+
"value": 20,
|
|
740
|
+
"unit": "px"
|
|
741
|
+
}
|
|
742
|
+
},
|
|
743
|
+
"iconWidth": {
|
|
744
|
+
"$type": "dimension",
|
|
745
|
+
"$value": {
|
|
746
|
+
"value": 20,
|
|
747
|
+
"unit": "px"
|
|
748
|
+
}
|
|
749
|
+
},
|
|
750
|
+
"lineHeight": {
|
|
751
|
+
"$type": "number",
|
|
752
|
+
"$value": 1.2
|
|
753
|
+
},
|
|
754
|
+
"minHeight": {
|
|
755
|
+
"$type": "dimension",
|
|
756
|
+
"$value": {
|
|
757
|
+
"value": 64,
|
|
758
|
+
"unit": "px"
|
|
759
|
+
}
|
|
760
|
+
},
|
|
761
|
+
"paddingX": {
|
|
762
|
+
"$type": "dimension",
|
|
763
|
+
"$value": {
|
|
764
|
+
"value": 36,
|
|
765
|
+
"unit": "px"
|
|
766
|
+
}
|
|
767
|
+
},
|
|
768
|
+
"paddingY": {
|
|
769
|
+
"$type": "dimension",
|
|
770
|
+
"$value": {
|
|
771
|
+
"value": 20,
|
|
772
|
+
"unit": "px"
|
|
773
|
+
}
|
|
774
|
+
}
|
|
775
|
+
},
|
|
776
|
+
"small": {
|
|
777
|
+
"borderRadius": {
|
|
778
|
+
"$type": "dimension",
|
|
779
|
+
"$value": {
|
|
780
|
+
"value": 9999,
|
|
781
|
+
"unit": "px"
|
|
782
|
+
}
|
|
783
|
+
},
|
|
784
|
+
"borderWidth": {
|
|
785
|
+
"$type": "dimension",
|
|
786
|
+
"$value": {
|
|
787
|
+
"value": 0,
|
|
788
|
+
"unit": "px"
|
|
789
|
+
}
|
|
790
|
+
},
|
|
791
|
+
"fontSize": {
|
|
792
|
+
"$type": "dimension",
|
|
793
|
+
"$value": {
|
|
794
|
+
"value": 16,
|
|
795
|
+
"unit": "px"
|
|
796
|
+
}
|
|
797
|
+
},
|
|
798
|
+
"gapX": {
|
|
799
|
+
"$type": "dimension",
|
|
800
|
+
"$value": {
|
|
801
|
+
"value": 8,
|
|
802
|
+
"unit": "px"
|
|
803
|
+
}
|
|
804
|
+
},
|
|
805
|
+
"iconHeight": {
|
|
806
|
+
"$type": "dimension",
|
|
807
|
+
"$value": {
|
|
808
|
+
"value": 16,
|
|
809
|
+
"unit": "px"
|
|
810
|
+
}
|
|
811
|
+
},
|
|
812
|
+
"iconWidth": {
|
|
813
|
+
"$type": "dimension",
|
|
814
|
+
"$value": {
|
|
815
|
+
"value": 16,
|
|
816
|
+
"unit": "px"
|
|
817
|
+
}
|
|
818
|
+
},
|
|
819
|
+
"lineHeight": {
|
|
820
|
+
"$type": "number",
|
|
821
|
+
"$value": 1.5
|
|
822
|
+
},
|
|
823
|
+
"minHeight": {
|
|
824
|
+
"$type": "dimension",
|
|
825
|
+
"$value": {
|
|
826
|
+
"value": 56,
|
|
827
|
+
"unit": "px"
|
|
828
|
+
}
|
|
829
|
+
},
|
|
830
|
+
"paddingX": {
|
|
831
|
+
"$type": "dimension",
|
|
832
|
+
"$value": {
|
|
833
|
+
"value": 24,
|
|
834
|
+
"unit": "px"
|
|
835
|
+
}
|
|
836
|
+
},
|
|
837
|
+
"paddingY": {
|
|
838
|
+
"$type": "dimension",
|
|
839
|
+
"$value": {
|
|
840
|
+
"value": 12,
|
|
841
|
+
"unit": "px"
|
|
842
|
+
}
|
|
843
|
+
}
|
|
844
|
+
}
|
|
845
|
+
},
|
|
846
|
+
"secondary": {
|
|
847
|
+
"large": {
|
|
848
|
+
"borderRadius": {
|
|
849
|
+
"$type": "dimension",
|
|
850
|
+
"$value": {
|
|
851
|
+
"value": 9999,
|
|
852
|
+
"unit": "px"
|
|
853
|
+
}
|
|
854
|
+
},
|
|
855
|
+
"borderWidth": {
|
|
856
|
+
"$type": "dimension",
|
|
857
|
+
"$value": {
|
|
858
|
+
"value": 4,
|
|
859
|
+
"unit": "px"
|
|
860
|
+
}
|
|
861
|
+
},
|
|
862
|
+
"fontSize": {
|
|
863
|
+
"$type": "dimension",
|
|
864
|
+
"$value": {
|
|
865
|
+
"value": 24,
|
|
866
|
+
"unit": "px"
|
|
867
|
+
}
|
|
868
|
+
},
|
|
869
|
+
"gapX": {
|
|
870
|
+
"$type": "dimension",
|
|
871
|
+
"$value": {
|
|
872
|
+
"value": 12,
|
|
873
|
+
"unit": "px"
|
|
874
|
+
}
|
|
875
|
+
},
|
|
876
|
+
"iconHeight": {
|
|
877
|
+
"$type": "dimension",
|
|
878
|
+
"$value": {
|
|
879
|
+
"value": 24,
|
|
880
|
+
"unit": "px"
|
|
881
|
+
}
|
|
882
|
+
},
|
|
883
|
+
"iconWidth": {
|
|
884
|
+
"$type": "dimension",
|
|
885
|
+
"$value": {
|
|
886
|
+
"value": 24,
|
|
887
|
+
"unit": "px"
|
|
888
|
+
}
|
|
889
|
+
},
|
|
890
|
+
"lineHeight": {
|
|
891
|
+
"$type": "number",
|
|
892
|
+
"$value": 1.167
|
|
893
|
+
},
|
|
894
|
+
"minHeight": {
|
|
895
|
+
"$type": "dimension",
|
|
896
|
+
"$value": {
|
|
897
|
+
"value": 76,
|
|
898
|
+
"unit": "px"
|
|
899
|
+
}
|
|
900
|
+
},
|
|
901
|
+
"paddingX": {
|
|
902
|
+
"$type": "dimension",
|
|
903
|
+
"$value": {
|
|
904
|
+
"value": 40,
|
|
905
|
+
"unit": "px"
|
|
906
|
+
}
|
|
907
|
+
},
|
|
908
|
+
"paddingY": {
|
|
909
|
+
"$type": "dimension",
|
|
910
|
+
"$value": {
|
|
911
|
+
"value": 22,
|
|
912
|
+
"unit": "px"
|
|
913
|
+
}
|
|
914
|
+
}
|
|
915
|
+
},
|
|
916
|
+
"medium": {
|
|
917
|
+
"borderRadius": {
|
|
918
|
+
"$type": "dimension",
|
|
919
|
+
"$value": {
|
|
920
|
+
"value": 9999,
|
|
921
|
+
"unit": "px"
|
|
922
|
+
}
|
|
923
|
+
},
|
|
924
|
+
"borderWidth": {
|
|
925
|
+
"$type": "dimension",
|
|
926
|
+
"$value": {
|
|
927
|
+
"value": 4,
|
|
928
|
+
"unit": "px"
|
|
929
|
+
}
|
|
930
|
+
},
|
|
931
|
+
"fontSize": {
|
|
932
|
+
"$type": "dimension",
|
|
933
|
+
"$value": {
|
|
934
|
+
"value": 20,
|
|
935
|
+
"unit": "px"
|
|
936
|
+
}
|
|
937
|
+
},
|
|
938
|
+
"gapX": {
|
|
939
|
+
"$type": "dimension",
|
|
940
|
+
"$value": {
|
|
941
|
+
"value": 12,
|
|
942
|
+
"unit": "px"
|
|
943
|
+
}
|
|
944
|
+
},
|
|
945
|
+
"iconHeight": {
|
|
946
|
+
"$type": "dimension",
|
|
947
|
+
"$value": {
|
|
948
|
+
"value": 20,
|
|
949
|
+
"unit": "px"
|
|
950
|
+
}
|
|
951
|
+
},
|
|
952
|
+
"iconWidth": {
|
|
953
|
+
"$type": "dimension",
|
|
954
|
+
"$value": {
|
|
955
|
+
"value": 20,
|
|
956
|
+
"unit": "px"
|
|
957
|
+
}
|
|
958
|
+
},
|
|
959
|
+
"lineHeight": {
|
|
960
|
+
"$type": "number",
|
|
961
|
+
"$value": 1.2
|
|
962
|
+
},
|
|
963
|
+
"minHeight": {
|
|
964
|
+
"$type": "dimension",
|
|
965
|
+
"$value": {
|
|
966
|
+
"value": 64,
|
|
967
|
+
"unit": "px"
|
|
968
|
+
}
|
|
969
|
+
},
|
|
970
|
+
"paddingX": {
|
|
971
|
+
"$type": "dimension",
|
|
972
|
+
"$value": {
|
|
973
|
+
"value": 36,
|
|
974
|
+
"unit": "px"
|
|
975
|
+
}
|
|
976
|
+
},
|
|
977
|
+
"paddingY": {
|
|
978
|
+
"$type": "dimension",
|
|
979
|
+
"$value": {
|
|
980
|
+
"value": 20,
|
|
981
|
+
"unit": "px"
|
|
982
|
+
}
|
|
983
|
+
}
|
|
984
|
+
},
|
|
985
|
+
"small": {
|
|
986
|
+
"borderRadius": {
|
|
987
|
+
"$type": "dimension",
|
|
988
|
+
"$value": {
|
|
989
|
+
"value": 9999,
|
|
990
|
+
"unit": "px"
|
|
991
|
+
}
|
|
992
|
+
},
|
|
993
|
+
"borderWidth": {
|
|
994
|
+
"$type": "dimension",
|
|
995
|
+
"$value": {
|
|
996
|
+
"value": 3,
|
|
997
|
+
"unit": "px"
|
|
998
|
+
}
|
|
999
|
+
},
|
|
1000
|
+
"fontSize": {
|
|
1001
|
+
"$type": "dimension",
|
|
1002
|
+
"$value": {
|
|
1003
|
+
"value": 16,
|
|
1004
|
+
"unit": "px"
|
|
1005
|
+
}
|
|
1006
|
+
},
|
|
1007
|
+
"gapX": {
|
|
1008
|
+
"$type": "dimension",
|
|
1009
|
+
"$value": {
|
|
1010
|
+
"value": 8,
|
|
1011
|
+
"unit": "px"
|
|
1012
|
+
}
|
|
1013
|
+
},
|
|
1014
|
+
"iconHeight": {
|
|
1015
|
+
"$type": "dimension",
|
|
1016
|
+
"$value": {
|
|
1017
|
+
"value": 16,
|
|
1018
|
+
"unit": "px"
|
|
1019
|
+
}
|
|
1020
|
+
},
|
|
1021
|
+
"iconWidth": {
|
|
1022
|
+
"$type": "dimension",
|
|
1023
|
+
"$value": {
|
|
1024
|
+
"value": 16,
|
|
1025
|
+
"unit": "px"
|
|
1026
|
+
}
|
|
1027
|
+
},
|
|
1028
|
+
"lineHeight": {
|
|
1029
|
+
"$type": "number",
|
|
1030
|
+
"$value": 1.5
|
|
1031
|
+
},
|
|
1032
|
+
"minHeight": {
|
|
1033
|
+
"$type": "dimension",
|
|
1034
|
+
"$value": {
|
|
1035
|
+
"value": 56,
|
|
1036
|
+
"unit": "px"
|
|
1037
|
+
}
|
|
1038
|
+
},
|
|
1039
|
+
"paddingX": {
|
|
1040
|
+
"$type": "dimension",
|
|
1041
|
+
"$value": {
|
|
1042
|
+
"value": 24,
|
|
1043
|
+
"unit": "px"
|
|
1044
|
+
}
|
|
1045
|
+
},
|
|
1046
|
+
"paddingY": {
|
|
1047
|
+
"$type": "dimension",
|
|
1048
|
+
"$value": {
|
|
1049
|
+
"value": 12,
|
|
1050
|
+
"unit": "px"
|
|
1051
|
+
}
|
|
1052
|
+
}
|
|
1053
|
+
}
|
|
1054
|
+
}
|
|
1055
|
+
}
|
|
1056
|
+
},
|
|
426
1057
|
"paragraph": {
|
|
427
1058
|
"body copy": {
|
|
428
1059
|
"fontSize": {
|