@pantheon-systems/pds-design-tokens 2.0.0-alpha.3 → 2.0.0-alpha.5
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 +43 -1
- package/build/css/breakpoints.css +13 -0
- package/build/css/variables.global.css +30 -9
- package/build/figma/tokens.json +403 -6
- package/build/js/variables.d.ts +25 -7
- package/build/js/variables.js +27 -9
- package/build/json/tokens.json +542 -128
- package/package.json +1 -1
package/build/json/tokens.json
CHANGED
|
@@ -218,11 +218,11 @@
|
|
|
218
218
|
"public": true
|
|
219
219
|
},
|
|
220
220
|
"reveal": {
|
|
221
|
-
"value": "
|
|
221
|
+
"value": "height, opacity, padding, width 300ms cubic-bezier(.2, 0, 0, 1)",
|
|
222
222
|
"filePath": "tokens/animation/semantic/semantic.json",
|
|
223
223
|
"isSource": true,
|
|
224
224
|
"original": {
|
|
225
|
-
"value": "
|
|
225
|
+
"value": "height, opacity, padding, width {animation.duration.reveal} {animation.timing-function.default}",
|
|
226
226
|
"public": true
|
|
227
227
|
},
|
|
228
228
|
"name": "AnimationTransitionReveal",
|
|
@@ -239,11 +239,11 @@
|
|
|
239
239
|
"public": true
|
|
240
240
|
},
|
|
241
241
|
"rotation": {
|
|
242
|
-
"value": "transform 200ms cubic-bezier(.2, 0, 0, 1)
|
|
242
|
+
"value": "transform 200ms cubic-bezier(.2, 0, 0, 1)",
|
|
243
243
|
"filePath": "tokens/animation/semantic/semantic.json",
|
|
244
244
|
"isSource": true,
|
|
245
245
|
"original": {
|
|
246
|
-
"value": "transform {animation.duration.default} {animation.timing-function.default}
|
|
246
|
+
"value": "transform {animation.duration.default} {animation.timing-function.default}",
|
|
247
247
|
"public": true
|
|
248
248
|
},
|
|
249
249
|
"name": "AnimationTransitionRotation",
|
|
@@ -305,6 +305,27 @@
|
|
|
305
305
|
],
|
|
306
306
|
"public": true
|
|
307
307
|
},
|
|
308
|
+
"thicker": {
|
|
309
|
+
"value": 2,
|
|
310
|
+
"filePath": "tokens/border/semantic/width.json",
|
|
311
|
+
"isSource": true,
|
|
312
|
+
"original": {
|
|
313
|
+
"value": 2,
|
|
314
|
+
"public": true
|
|
315
|
+
},
|
|
316
|
+
"name": "BorderWidthThicker",
|
|
317
|
+
"attributes": {
|
|
318
|
+
"category": "border",
|
|
319
|
+
"type": "width",
|
|
320
|
+
"item": "thicker"
|
|
321
|
+
},
|
|
322
|
+
"path": [
|
|
323
|
+
"border",
|
|
324
|
+
"width",
|
|
325
|
+
"thicker"
|
|
326
|
+
],
|
|
327
|
+
"public": true
|
|
328
|
+
},
|
|
308
329
|
"outline": {
|
|
309
330
|
"value": 1,
|
|
310
331
|
"filePath": "tokens/border/semantic/width.json",
|
|
@@ -435,10 +456,88 @@
|
|
|
435
456
|
}
|
|
436
457
|
}
|
|
437
458
|
},
|
|
459
|
+
"bp": {
|
|
460
|
+
"sm": {
|
|
461
|
+
"value": 0,
|
|
462
|
+
"filePath": "tokens/breakpoint/primitive/primitive.json",
|
|
463
|
+
"isSource": true,
|
|
464
|
+
"original": {
|
|
465
|
+
"value": 0,
|
|
466
|
+
"public": true
|
|
467
|
+
},
|
|
468
|
+
"name": "BpSm",
|
|
469
|
+
"attributes": {
|
|
470
|
+
"category": "bp",
|
|
471
|
+
"type": "sm"
|
|
472
|
+
},
|
|
473
|
+
"path": [
|
|
474
|
+
"bp",
|
|
475
|
+
"sm"
|
|
476
|
+
],
|
|
477
|
+
"public": true
|
|
478
|
+
},
|
|
479
|
+
"md": {
|
|
480
|
+
"value": 768,
|
|
481
|
+
"filePath": "tokens/breakpoint/primitive/primitive.json",
|
|
482
|
+
"isSource": true,
|
|
483
|
+
"original": {
|
|
484
|
+
"value": 768,
|
|
485
|
+
"public": true
|
|
486
|
+
},
|
|
487
|
+
"name": "BpMd",
|
|
488
|
+
"attributes": {
|
|
489
|
+
"category": "bp",
|
|
490
|
+
"type": "md"
|
|
491
|
+
},
|
|
492
|
+
"path": [
|
|
493
|
+
"bp",
|
|
494
|
+
"md"
|
|
495
|
+
],
|
|
496
|
+
"public": true
|
|
497
|
+
},
|
|
498
|
+
"lg": {
|
|
499
|
+
"value": 1280,
|
|
500
|
+
"filePath": "tokens/breakpoint/primitive/primitive.json",
|
|
501
|
+
"isSource": true,
|
|
502
|
+
"original": {
|
|
503
|
+
"value": 1280,
|
|
504
|
+
"public": true
|
|
505
|
+
},
|
|
506
|
+
"name": "BpLg",
|
|
507
|
+
"attributes": {
|
|
508
|
+
"category": "bp",
|
|
509
|
+
"type": "lg"
|
|
510
|
+
},
|
|
511
|
+
"path": [
|
|
512
|
+
"bp",
|
|
513
|
+
"lg"
|
|
514
|
+
],
|
|
515
|
+
"public": true
|
|
516
|
+
},
|
|
517
|
+
"xl": {
|
|
518
|
+
"value": 1440,
|
|
519
|
+
"filePath": "tokens/breakpoint/primitive/primitive.json",
|
|
520
|
+
"isSource": true,
|
|
521
|
+
"original": {
|
|
522
|
+
"value": 1440,
|
|
523
|
+
"public": true
|
|
524
|
+
},
|
|
525
|
+
"name": "BpXl",
|
|
526
|
+
"attributes": {
|
|
527
|
+
"category": "bp",
|
|
528
|
+
"type": "xl"
|
|
529
|
+
},
|
|
530
|
+
"path": [
|
|
531
|
+
"bp",
|
|
532
|
+
"xl"
|
|
533
|
+
],
|
|
534
|
+
"public": true
|
|
535
|
+
}
|
|
536
|
+
},
|
|
438
537
|
"container": {
|
|
439
538
|
"modal": {
|
|
440
539
|
"width": {
|
|
441
|
-
"
|
|
540
|
+
"sm": {
|
|
442
541
|
"value": "25",
|
|
443
542
|
"filePath": "tokens/container/component/component.json",
|
|
444
543
|
"isSource": true,
|
|
@@ -446,22 +545,22 @@
|
|
|
446
545
|
"value": "25",
|
|
447
546
|
"public": true
|
|
448
547
|
},
|
|
449
|
-
"name": "
|
|
548
|
+
"name": "ContainerModalWidthSm",
|
|
450
549
|
"attributes": {
|
|
451
550
|
"category": "container",
|
|
452
551
|
"type": "modal",
|
|
453
552
|
"item": "width",
|
|
454
|
-
"subitem": "
|
|
553
|
+
"subitem": "sm"
|
|
455
554
|
},
|
|
456
555
|
"path": [
|
|
457
556
|
"container",
|
|
458
557
|
"modal",
|
|
459
558
|
"width",
|
|
460
|
-
"
|
|
559
|
+
"sm"
|
|
461
560
|
],
|
|
462
561
|
"public": true
|
|
463
562
|
},
|
|
464
|
-
"
|
|
563
|
+
"md": {
|
|
465
564
|
"value": "37.5",
|
|
466
565
|
"filePath": "tokens/container/component/component.json",
|
|
467
566
|
"isSource": true,
|
|
@@ -469,22 +568,22 @@
|
|
|
469
568
|
"value": "37.5",
|
|
470
569
|
"public": true
|
|
471
570
|
},
|
|
472
|
-
"name": "
|
|
571
|
+
"name": "ContainerModalWidthMd",
|
|
473
572
|
"attributes": {
|
|
474
573
|
"category": "container",
|
|
475
574
|
"type": "modal",
|
|
476
575
|
"item": "width",
|
|
477
|
-
"subitem": "
|
|
576
|
+
"subitem": "md"
|
|
478
577
|
},
|
|
479
578
|
"path": [
|
|
480
579
|
"container",
|
|
481
580
|
"modal",
|
|
482
581
|
"width",
|
|
483
|
-
"
|
|
582
|
+
"md"
|
|
484
583
|
],
|
|
485
584
|
"public": true
|
|
486
585
|
},
|
|
487
|
-
"
|
|
586
|
+
"lg": {
|
|
488
587
|
"value": "47.5",
|
|
489
588
|
"filePath": "tokens/container/component/component.json",
|
|
490
589
|
"isSource": true,
|
|
@@ -492,18 +591,18 @@
|
|
|
492
591
|
"value": "47.5",
|
|
493
592
|
"public": true
|
|
494
593
|
},
|
|
495
|
-
"name": "
|
|
594
|
+
"name": "ContainerModalWidthLg",
|
|
496
595
|
"attributes": {
|
|
497
596
|
"category": "container",
|
|
498
597
|
"type": "modal",
|
|
499
598
|
"item": "width",
|
|
500
|
-
"subitem": "
|
|
599
|
+
"subitem": "lg"
|
|
501
600
|
},
|
|
502
601
|
"path": [
|
|
503
602
|
"container",
|
|
504
603
|
"modal",
|
|
505
604
|
"width",
|
|
506
|
-
"
|
|
605
|
+
"lg"
|
|
507
606
|
],
|
|
508
607
|
"public": true
|
|
509
608
|
},
|
|
@@ -555,6 +654,33 @@
|
|
|
555
654
|
"public": true
|
|
556
655
|
}
|
|
557
656
|
},
|
|
657
|
+
"dashboard": {
|
|
658
|
+
"navbar": {
|
|
659
|
+
"max-width": {
|
|
660
|
+
"value": "1440",
|
|
661
|
+
"filePath": "tokens/container/component/component.json",
|
|
662
|
+
"isSource": true,
|
|
663
|
+
"original": {
|
|
664
|
+
"value": "1440",
|
|
665
|
+
"public": true
|
|
666
|
+
},
|
|
667
|
+
"name": "ContainerDashboardNavbarMaxWidth",
|
|
668
|
+
"attributes": {
|
|
669
|
+
"category": "container",
|
|
670
|
+
"type": "dashboard",
|
|
671
|
+
"item": "navbar",
|
|
672
|
+
"subitem": "max-width"
|
|
673
|
+
},
|
|
674
|
+
"path": [
|
|
675
|
+
"container",
|
|
676
|
+
"dashboard",
|
|
677
|
+
"navbar",
|
|
678
|
+
"max-width"
|
|
679
|
+
],
|
|
680
|
+
"public": true
|
|
681
|
+
}
|
|
682
|
+
}
|
|
683
|
+
},
|
|
558
684
|
"padding": {
|
|
559
685
|
"base": {
|
|
560
686
|
"value": 1.44,
|
|
@@ -798,7 +924,8 @@
|
|
|
798
924
|
"filePath": "tokens/grid/primitive/primitive.json",
|
|
799
925
|
"isSource": true,
|
|
800
926
|
"original": {
|
|
801
|
-
"value": "{spacing.L}"
|
|
927
|
+
"value": "{spacing.L}",
|
|
928
|
+
"public": true
|
|
802
929
|
},
|
|
803
930
|
"name": "GridColumns4Gap",
|
|
804
931
|
"attributes": {
|
|
@@ -810,7 +937,8 @@
|
|
|
810
937
|
"grid",
|
|
811
938
|
"columns-4",
|
|
812
939
|
"gap"
|
|
813
|
-
]
|
|
940
|
+
],
|
|
941
|
+
"public": true
|
|
814
942
|
}
|
|
815
943
|
},
|
|
816
944
|
"columns-12": {
|
|
@@ -821,7 +949,8 @@
|
|
|
821
949
|
"filePath": "tokens/grid/primitive/primitive.json",
|
|
822
950
|
"isSource": true,
|
|
823
951
|
"original": {
|
|
824
|
-
"value": "{spacing.L}"
|
|
952
|
+
"value": "{spacing.L}",
|
|
953
|
+
"public": true
|
|
825
954
|
},
|
|
826
955
|
"name": "GridColumns12BpMdGapNarrow",
|
|
827
956
|
"attributes": {
|
|
@@ -837,14 +966,16 @@
|
|
|
837
966
|
"bp-md",
|
|
838
967
|
"gap",
|
|
839
968
|
"narrow"
|
|
840
|
-
]
|
|
969
|
+
],
|
|
970
|
+
"public": true
|
|
841
971
|
},
|
|
842
972
|
"standard": {
|
|
843
973
|
"value": 1.44,
|
|
844
974
|
"filePath": "tokens/grid/primitive/primitive.json",
|
|
845
975
|
"isSource": true,
|
|
846
976
|
"original": {
|
|
847
|
-
"value": "{spacing.XL}"
|
|
977
|
+
"value": "{spacing.XL}",
|
|
978
|
+
"public": true
|
|
848
979
|
},
|
|
849
980
|
"name": "GridColumns12BpMdGapStandard",
|
|
850
981
|
"attributes": {
|
|
@@ -860,14 +991,16 @@
|
|
|
860
991
|
"bp-md",
|
|
861
992
|
"gap",
|
|
862
993
|
"standard"
|
|
863
|
-
]
|
|
994
|
+
],
|
|
995
|
+
"public": true
|
|
864
996
|
},
|
|
865
997
|
"wide": {
|
|
866
998
|
"value": 1.728,
|
|
867
999
|
"filePath": "tokens/grid/primitive/primitive.json",
|
|
868
1000
|
"isSource": true,
|
|
869
1001
|
"original": {
|
|
870
|
-
"value": "{spacing.2XL}"
|
|
1002
|
+
"value": "{spacing.2XL}",
|
|
1003
|
+
"public": true
|
|
871
1004
|
},
|
|
872
1005
|
"name": "GridColumns12BpMdGapWide",
|
|
873
1006
|
"attributes": {
|
|
@@ -883,7 +1016,8 @@
|
|
|
883
1016
|
"bp-md",
|
|
884
1017
|
"gap",
|
|
885
1018
|
"wide"
|
|
886
|
-
]
|
|
1019
|
+
],
|
|
1020
|
+
"public": true
|
|
887
1021
|
}
|
|
888
1022
|
}
|
|
889
1023
|
},
|
|
@@ -894,7 +1028,8 @@
|
|
|
894
1028
|
"filePath": "tokens/grid/primitive/primitive.json",
|
|
895
1029
|
"isSource": true,
|
|
896
1030
|
"original": {
|
|
897
|
-
"value": "{spacing.XL}"
|
|
1031
|
+
"value": "{spacing.XL}",
|
|
1032
|
+
"public": true
|
|
898
1033
|
},
|
|
899
1034
|
"name": "GridColumns12BpLgGapNarrow",
|
|
900
1035
|
"attributes": {
|
|
@@ -910,14 +1045,16 @@
|
|
|
910
1045
|
"bp-lg",
|
|
911
1046
|
"gap",
|
|
912
1047
|
"narrow"
|
|
913
|
-
]
|
|
1048
|
+
],
|
|
1049
|
+
"public": true
|
|
914
1050
|
},
|
|
915
1051
|
"standard": {
|
|
916
1052
|
"value": 1.728,
|
|
917
1053
|
"filePath": "tokens/grid/primitive/primitive.json",
|
|
918
1054
|
"isSource": true,
|
|
919
1055
|
"original": {
|
|
920
|
-
"value": "{spacing.2XL}"
|
|
1056
|
+
"value": "{spacing.2XL}",
|
|
1057
|
+
"public": true
|
|
921
1058
|
},
|
|
922
1059
|
"name": "GridColumns12BpLgGapStandard",
|
|
923
1060
|
"attributes": {
|
|
@@ -933,14 +1070,16 @@
|
|
|
933
1070
|
"bp-lg",
|
|
934
1071
|
"gap",
|
|
935
1072
|
"standard"
|
|
936
|
-
]
|
|
1073
|
+
],
|
|
1074
|
+
"public": true
|
|
937
1075
|
},
|
|
938
1076
|
"wide": {
|
|
939
1077
|
"value": 2.074,
|
|
940
1078
|
"filePath": "tokens/grid/primitive/primitive.json",
|
|
941
1079
|
"isSource": true,
|
|
942
1080
|
"original": {
|
|
943
|
-
"value": "{spacing.3XL}"
|
|
1081
|
+
"value": "{spacing.3XL}",
|
|
1082
|
+
"public": true
|
|
944
1083
|
},
|
|
945
1084
|
"name": "GridColumns12BpLgGapWide",
|
|
946
1085
|
"attributes": {
|
|
@@ -956,106 +1095,9 @@
|
|
|
956
1095
|
"bp-lg",
|
|
957
1096
|
"gap",
|
|
958
1097
|
"wide"
|
|
959
|
-
]
|
|
960
|
-
}
|
|
961
|
-
}
|
|
962
|
-
}
|
|
963
|
-
},
|
|
964
|
-
"marketing": {
|
|
965
|
-
"column": {
|
|
966
|
-
"small": {
|
|
967
|
-
"value": "21.34375%",
|
|
968
|
-
"filePath": "tokens/grid/primitive/primitive.json",
|
|
969
|
-
"isSource": true,
|
|
970
|
-
"original": {
|
|
971
|
-
"value": "21.34375%",
|
|
972
|
-
"public": true
|
|
973
|
-
},
|
|
974
|
-
"name": "GridMarketingColumnSmall",
|
|
975
|
-
"attributes": {
|
|
976
|
-
"category": "grid",
|
|
977
|
-
"type": "marketing",
|
|
978
|
-
"item": "column",
|
|
979
|
-
"subitem": "small"
|
|
980
|
-
},
|
|
981
|
-
"path": [
|
|
982
|
-
"grid",
|
|
983
|
-
"marketing",
|
|
984
|
-
"column",
|
|
985
|
-
"small"
|
|
986
|
-
],
|
|
987
|
-
"public": true
|
|
988
|
-
},
|
|
989
|
-
"medium-large": {
|
|
990
|
-
"value": "4.36875%",
|
|
991
|
-
"filePath": "tokens/grid/primitive/primitive.json",
|
|
992
|
-
"isSource": true,
|
|
993
|
-
"original": {
|
|
994
|
-
"value": "4.36875%",
|
|
995
|
-
"public": true
|
|
996
|
-
},
|
|
997
|
-
"name": "GridMarketingColumnMediumLarge",
|
|
998
|
-
"attributes": {
|
|
999
|
-
"category": "grid",
|
|
1000
|
-
"type": "marketing",
|
|
1001
|
-
"item": "column",
|
|
1002
|
-
"subitem": "medium-large"
|
|
1003
|
-
},
|
|
1004
|
-
"path": [
|
|
1005
|
-
"grid",
|
|
1006
|
-
"marketing",
|
|
1007
|
-
"column",
|
|
1008
|
-
"medium-large"
|
|
1009
|
-
],
|
|
1010
|
-
"public": true
|
|
1011
|
-
}
|
|
1012
|
-
},
|
|
1013
|
-
"gap": {
|
|
1014
|
-
"small": {
|
|
1015
|
-
"value": "4.875%",
|
|
1016
|
-
"filePath": "tokens/grid/primitive/primitive.json",
|
|
1017
|
-
"isSource": true,
|
|
1018
|
-
"original": {
|
|
1019
|
-
"value": "4.875%",
|
|
1020
|
-
"public": true
|
|
1021
|
-
},
|
|
1022
|
-
"name": "GridMarketingGapSmall",
|
|
1023
|
-
"attributes": {
|
|
1024
|
-
"category": "grid",
|
|
1025
|
-
"type": "marketing",
|
|
1026
|
-
"item": "gap",
|
|
1027
|
-
"subitem": "small"
|
|
1028
|
-
},
|
|
1029
|
-
"path": [
|
|
1030
|
-
"grid",
|
|
1031
|
-
"marketing",
|
|
1032
|
-
"gap",
|
|
1033
|
-
"small"
|
|
1034
|
-
],
|
|
1035
|
-
"public": true
|
|
1036
|
-
},
|
|
1037
|
-
"medium-large": {
|
|
1038
|
-
"value": "4.325%",
|
|
1039
|
-
"filePath": "tokens/grid/primitive/primitive.json",
|
|
1040
|
-
"isSource": true,
|
|
1041
|
-
"original": {
|
|
1042
|
-
"value": "4.325%",
|
|
1098
|
+
],
|
|
1043
1099
|
"public": true
|
|
1044
|
-
}
|
|
1045
|
-
"name": "GridMarketingGapMediumLarge",
|
|
1046
|
-
"attributes": {
|
|
1047
|
-
"category": "grid",
|
|
1048
|
-
"type": "marketing",
|
|
1049
|
-
"item": "gap",
|
|
1050
|
-
"subitem": "medium-large"
|
|
1051
|
-
},
|
|
1052
|
-
"path": [
|
|
1053
|
-
"grid",
|
|
1054
|
-
"marketing",
|
|
1055
|
-
"gap",
|
|
1056
|
-
"medium-large"
|
|
1057
|
-
],
|
|
1058
|
-
"public": true
|
|
1100
|
+
}
|
|
1059
1101
|
}
|
|
1060
1102
|
}
|
|
1061
1103
|
}
|
|
@@ -1105,6 +1147,50 @@
|
|
|
1105
1147
|
"public": true
|
|
1106
1148
|
}
|
|
1107
1149
|
},
|
|
1150
|
+
"stepper": {
|
|
1151
|
+
"indicator-size": {
|
|
1152
|
+
"value": 1.2,
|
|
1153
|
+
"filePath": "tokens/spacing/component/stepper.json",
|
|
1154
|
+
"isSource": true,
|
|
1155
|
+
"original": {
|
|
1156
|
+
"value": "{spacing.L}",
|
|
1157
|
+
"public": true
|
|
1158
|
+
},
|
|
1159
|
+
"name": "SpacingStepperIndicatorSize",
|
|
1160
|
+
"attributes": {
|
|
1161
|
+
"category": "spacing",
|
|
1162
|
+
"type": "stepper",
|
|
1163
|
+
"item": "indicator-size"
|
|
1164
|
+
},
|
|
1165
|
+
"path": [
|
|
1166
|
+
"spacing",
|
|
1167
|
+
"stepper",
|
|
1168
|
+
"indicator-size"
|
|
1169
|
+
],
|
|
1170
|
+
"public": true
|
|
1171
|
+
},
|
|
1172
|
+
"step-content-width": {
|
|
1173
|
+
"value": 7,
|
|
1174
|
+
"filePath": "tokens/spacing/component/stepper.json",
|
|
1175
|
+
"isSource": true,
|
|
1176
|
+
"original": {
|
|
1177
|
+
"value": 7,
|
|
1178
|
+
"public": true
|
|
1179
|
+
},
|
|
1180
|
+
"name": "SpacingStepperStepContentWidth",
|
|
1181
|
+
"attributes": {
|
|
1182
|
+
"category": "spacing",
|
|
1183
|
+
"type": "stepper",
|
|
1184
|
+
"item": "step-content-width"
|
|
1185
|
+
},
|
|
1186
|
+
"path": [
|
|
1187
|
+
"spacing",
|
|
1188
|
+
"stepper",
|
|
1189
|
+
"step-content-width"
|
|
1190
|
+
],
|
|
1191
|
+
"public": true
|
|
1192
|
+
}
|
|
1193
|
+
},
|
|
1108
1194
|
"8XL": {
|
|
1109
1195
|
"value": 5.161,
|
|
1110
1196
|
"filePath": "tokens/spacing/primitive/primitive.json",
|
|
@@ -1465,6 +1551,313 @@
|
|
|
1465
1551
|
"8XS"
|
|
1466
1552
|
],
|
|
1467
1553
|
"public": true
|
|
1554
|
+
},
|
|
1555
|
+
"input": {
|
|
1556
|
+
"height": {
|
|
1557
|
+
"value": 2.489,
|
|
1558
|
+
"filePath": "tokens/spacing/semantic/sizing.json",
|
|
1559
|
+
"isSource": true,
|
|
1560
|
+
"original": {
|
|
1561
|
+
"value": "{spacing.4XL}",
|
|
1562
|
+
"public": true
|
|
1563
|
+
},
|
|
1564
|
+
"name": "SpacingInputHeight",
|
|
1565
|
+
"attributes": {
|
|
1566
|
+
"category": "spacing",
|
|
1567
|
+
"type": "input",
|
|
1568
|
+
"item": "height"
|
|
1569
|
+
},
|
|
1570
|
+
"path": [
|
|
1571
|
+
"spacing",
|
|
1572
|
+
"input",
|
|
1573
|
+
"height"
|
|
1574
|
+
],
|
|
1575
|
+
"public": true
|
|
1576
|
+
}
|
|
1577
|
+
},
|
|
1578
|
+
"button": {
|
|
1579
|
+
"height": {
|
|
1580
|
+
"xs": {
|
|
1581
|
+
"value": 1.44,
|
|
1582
|
+
"filePath": "tokens/spacing/semantic/sizing.json",
|
|
1583
|
+
"isSource": true,
|
|
1584
|
+
"original": {
|
|
1585
|
+
"value": "{spacing.XL}",
|
|
1586
|
+
"public": true
|
|
1587
|
+
},
|
|
1588
|
+
"name": "SpacingButtonHeightXs",
|
|
1589
|
+
"attributes": {
|
|
1590
|
+
"category": "spacing",
|
|
1591
|
+
"type": "button",
|
|
1592
|
+
"item": "height",
|
|
1593
|
+
"subitem": "xs"
|
|
1594
|
+
},
|
|
1595
|
+
"path": [
|
|
1596
|
+
"spacing",
|
|
1597
|
+
"button",
|
|
1598
|
+
"height",
|
|
1599
|
+
"xs"
|
|
1600
|
+
],
|
|
1601
|
+
"public": true
|
|
1602
|
+
},
|
|
1603
|
+
"sm": {
|
|
1604
|
+
"value": 2.074,
|
|
1605
|
+
"filePath": "tokens/spacing/semantic/sizing.json",
|
|
1606
|
+
"isSource": true,
|
|
1607
|
+
"original": {
|
|
1608
|
+
"value": "{spacing.3XL}",
|
|
1609
|
+
"public": true
|
|
1610
|
+
},
|
|
1611
|
+
"name": "SpacingButtonHeightSm",
|
|
1612
|
+
"attributes": {
|
|
1613
|
+
"category": "spacing",
|
|
1614
|
+
"type": "button",
|
|
1615
|
+
"item": "height",
|
|
1616
|
+
"subitem": "sm"
|
|
1617
|
+
},
|
|
1618
|
+
"path": [
|
|
1619
|
+
"spacing",
|
|
1620
|
+
"button",
|
|
1621
|
+
"height",
|
|
1622
|
+
"sm"
|
|
1623
|
+
],
|
|
1624
|
+
"public": true
|
|
1625
|
+
},
|
|
1626
|
+
"md": {
|
|
1627
|
+
"value": 2.489,
|
|
1628
|
+
"filePath": "tokens/spacing/semantic/sizing.json",
|
|
1629
|
+
"isSource": true,
|
|
1630
|
+
"original": {
|
|
1631
|
+
"value": "{spacing.4XL}",
|
|
1632
|
+
"public": true
|
|
1633
|
+
},
|
|
1634
|
+
"name": "SpacingButtonHeightMd",
|
|
1635
|
+
"attributes": {
|
|
1636
|
+
"category": "spacing",
|
|
1637
|
+
"type": "button",
|
|
1638
|
+
"item": "height",
|
|
1639
|
+
"subitem": "md"
|
|
1640
|
+
},
|
|
1641
|
+
"path": [
|
|
1642
|
+
"spacing",
|
|
1643
|
+
"button",
|
|
1644
|
+
"height",
|
|
1645
|
+
"md"
|
|
1646
|
+
],
|
|
1647
|
+
"public": true
|
|
1648
|
+
},
|
|
1649
|
+
"lg": {
|
|
1650
|
+
"value": 2.987,
|
|
1651
|
+
"filePath": "tokens/spacing/semantic/sizing.json",
|
|
1652
|
+
"isSource": true,
|
|
1653
|
+
"original": {
|
|
1654
|
+
"value": "{spacing.5XL}",
|
|
1655
|
+
"public": true
|
|
1656
|
+
},
|
|
1657
|
+
"name": "SpacingButtonHeightLg",
|
|
1658
|
+
"attributes": {
|
|
1659
|
+
"category": "spacing",
|
|
1660
|
+
"type": "button",
|
|
1661
|
+
"item": "height",
|
|
1662
|
+
"subitem": "lg"
|
|
1663
|
+
},
|
|
1664
|
+
"path": [
|
|
1665
|
+
"spacing",
|
|
1666
|
+
"button",
|
|
1667
|
+
"height",
|
|
1668
|
+
"lg"
|
|
1669
|
+
],
|
|
1670
|
+
"public": true
|
|
1671
|
+
}
|
|
1672
|
+
},
|
|
1673
|
+
"padding-block": {
|
|
1674
|
+
"xs": {
|
|
1675
|
+
"value": 0.25,
|
|
1676
|
+
"filePath": "tokens/spacing/semantic/sizing.json",
|
|
1677
|
+
"isSource": true,
|
|
1678
|
+
"original": {
|
|
1679
|
+
"value": 0.25,
|
|
1680
|
+
"public": true
|
|
1681
|
+
},
|
|
1682
|
+
"name": "SpacingButtonPaddingBlockXs",
|
|
1683
|
+
"attributes": {
|
|
1684
|
+
"category": "spacing",
|
|
1685
|
+
"type": "button",
|
|
1686
|
+
"item": "padding-block",
|
|
1687
|
+
"subitem": "xs"
|
|
1688
|
+
},
|
|
1689
|
+
"path": [
|
|
1690
|
+
"spacing",
|
|
1691
|
+
"button",
|
|
1692
|
+
"padding-block",
|
|
1693
|
+
"xs"
|
|
1694
|
+
],
|
|
1695
|
+
"public": true
|
|
1696
|
+
},
|
|
1697
|
+
"sm": {
|
|
1698
|
+
"value": 0.481,
|
|
1699
|
+
"filePath": "tokens/spacing/semantic/sizing.json",
|
|
1700
|
+
"isSource": true,
|
|
1701
|
+
"original": {
|
|
1702
|
+
"value": "{spacing.3XS}",
|
|
1703
|
+
"public": true
|
|
1704
|
+
},
|
|
1705
|
+
"name": "SpacingButtonPaddingBlockSm",
|
|
1706
|
+
"attributes": {
|
|
1707
|
+
"category": "spacing",
|
|
1708
|
+
"type": "button",
|
|
1709
|
+
"item": "padding-block",
|
|
1710
|
+
"subitem": "sm"
|
|
1711
|
+
},
|
|
1712
|
+
"path": [
|
|
1713
|
+
"spacing",
|
|
1714
|
+
"button",
|
|
1715
|
+
"padding-block",
|
|
1716
|
+
"sm"
|
|
1717
|
+
],
|
|
1718
|
+
"public": true
|
|
1719
|
+
},
|
|
1720
|
+
"md": {
|
|
1721
|
+
"value": 0.578,
|
|
1722
|
+
"filePath": "tokens/spacing/semantic/sizing.json",
|
|
1723
|
+
"isSource": true,
|
|
1724
|
+
"original": {
|
|
1725
|
+
"value": "{spacing.2XS}",
|
|
1726
|
+
"public": true
|
|
1727
|
+
},
|
|
1728
|
+
"name": "SpacingButtonPaddingBlockMd",
|
|
1729
|
+
"attributes": {
|
|
1730
|
+
"category": "spacing",
|
|
1731
|
+
"type": "button",
|
|
1732
|
+
"item": "padding-block",
|
|
1733
|
+
"subitem": "md"
|
|
1734
|
+
},
|
|
1735
|
+
"path": [
|
|
1736
|
+
"spacing",
|
|
1737
|
+
"button",
|
|
1738
|
+
"padding-block",
|
|
1739
|
+
"md"
|
|
1740
|
+
],
|
|
1741
|
+
"public": true
|
|
1742
|
+
},
|
|
1743
|
+
"lg": {
|
|
1744
|
+
"value": 0.833,
|
|
1745
|
+
"filePath": "tokens/spacing/semantic/sizing.json",
|
|
1746
|
+
"isSource": true,
|
|
1747
|
+
"original": {
|
|
1748
|
+
"value": "{spacing.S}",
|
|
1749
|
+
"public": true
|
|
1750
|
+
},
|
|
1751
|
+
"name": "SpacingButtonPaddingBlockLg",
|
|
1752
|
+
"attributes": {
|
|
1753
|
+
"category": "spacing",
|
|
1754
|
+
"type": "button",
|
|
1755
|
+
"item": "padding-block",
|
|
1756
|
+
"subitem": "lg"
|
|
1757
|
+
},
|
|
1758
|
+
"path": [
|
|
1759
|
+
"spacing",
|
|
1760
|
+
"button",
|
|
1761
|
+
"padding-block",
|
|
1762
|
+
"lg"
|
|
1763
|
+
],
|
|
1764
|
+
"public": true
|
|
1765
|
+
}
|
|
1766
|
+
},
|
|
1767
|
+
"padding-inline": {
|
|
1768
|
+
"xs": {
|
|
1769
|
+
"value": 0.694,
|
|
1770
|
+
"filePath": "tokens/spacing/semantic/sizing.json",
|
|
1771
|
+
"isSource": true,
|
|
1772
|
+
"original": {
|
|
1773
|
+
"value": "{spacing.XS}",
|
|
1774
|
+
"public": true
|
|
1775
|
+
},
|
|
1776
|
+
"name": "SpacingButtonPaddingInlineXs",
|
|
1777
|
+
"attributes": {
|
|
1778
|
+
"category": "spacing",
|
|
1779
|
+
"type": "button",
|
|
1780
|
+
"item": "padding-inline",
|
|
1781
|
+
"subitem": "xs"
|
|
1782
|
+
},
|
|
1783
|
+
"path": [
|
|
1784
|
+
"spacing",
|
|
1785
|
+
"button",
|
|
1786
|
+
"padding-inline",
|
|
1787
|
+
"xs"
|
|
1788
|
+
],
|
|
1789
|
+
"public": true
|
|
1790
|
+
},
|
|
1791
|
+
"sm": {
|
|
1792
|
+
"value": 0.833,
|
|
1793
|
+
"filePath": "tokens/spacing/semantic/sizing.json",
|
|
1794
|
+
"isSource": true,
|
|
1795
|
+
"original": {
|
|
1796
|
+
"value": "{spacing.S}",
|
|
1797
|
+
"public": true
|
|
1798
|
+
},
|
|
1799
|
+
"name": "SpacingButtonPaddingInlineSm",
|
|
1800
|
+
"attributes": {
|
|
1801
|
+
"category": "spacing",
|
|
1802
|
+
"type": "button",
|
|
1803
|
+
"item": "padding-inline",
|
|
1804
|
+
"subitem": "sm"
|
|
1805
|
+
},
|
|
1806
|
+
"path": [
|
|
1807
|
+
"spacing",
|
|
1808
|
+
"button",
|
|
1809
|
+
"padding-inline",
|
|
1810
|
+
"sm"
|
|
1811
|
+
],
|
|
1812
|
+
"public": true
|
|
1813
|
+
},
|
|
1814
|
+
"md": {
|
|
1815
|
+
"value": 1.2,
|
|
1816
|
+
"filePath": "tokens/spacing/semantic/sizing.json",
|
|
1817
|
+
"isSource": true,
|
|
1818
|
+
"original": {
|
|
1819
|
+
"value": "{spacing.L}",
|
|
1820
|
+
"public": true
|
|
1821
|
+
},
|
|
1822
|
+
"name": "SpacingButtonPaddingInlineMd",
|
|
1823
|
+
"attributes": {
|
|
1824
|
+
"category": "spacing",
|
|
1825
|
+
"type": "button",
|
|
1826
|
+
"item": "padding-inline",
|
|
1827
|
+
"subitem": "md"
|
|
1828
|
+
},
|
|
1829
|
+
"path": [
|
|
1830
|
+
"spacing",
|
|
1831
|
+
"button",
|
|
1832
|
+
"padding-inline",
|
|
1833
|
+
"md"
|
|
1834
|
+
],
|
|
1835
|
+
"public": true
|
|
1836
|
+
},
|
|
1837
|
+
"lg": {
|
|
1838
|
+
"value": 1.728,
|
|
1839
|
+
"filePath": "tokens/spacing/semantic/sizing.json",
|
|
1840
|
+
"isSource": true,
|
|
1841
|
+
"original": {
|
|
1842
|
+
"value": "{spacing.2XL}",
|
|
1843
|
+
"public": true
|
|
1844
|
+
},
|
|
1845
|
+
"name": "SpacingButtonPaddingInlineLg",
|
|
1846
|
+
"attributes": {
|
|
1847
|
+
"category": "spacing",
|
|
1848
|
+
"type": "button",
|
|
1849
|
+
"item": "padding-inline",
|
|
1850
|
+
"subitem": "lg"
|
|
1851
|
+
},
|
|
1852
|
+
"path": [
|
|
1853
|
+
"spacing",
|
|
1854
|
+
"button",
|
|
1855
|
+
"padding-inline",
|
|
1856
|
+
"lg"
|
|
1857
|
+
],
|
|
1858
|
+
"public": true
|
|
1859
|
+
}
|
|
1860
|
+
}
|
|
1468
1861
|
}
|
|
1469
1862
|
},
|
|
1470
1863
|
"typography": {
|
|
@@ -1833,6 +2226,27 @@
|
|
|
1833
2226
|
"S"
|
|
1834
2227
|
],
|
|
1835
2228
|
"public": true
|
|
2229
|
+
},
|
|
2230
|
+
"code": {
|
|
2231
|
+
"value": "180%",
|
|
2232
|
+
"filePath": "tokens/typography/semantic/line-height.json",
|
|
2233
|
+
"isSource": true,
|
|
2234
|
+
"original": {
|
|
2235
|
+
"value": "180%",
|
|
2236
|
+
"public": true
|
|
2237
|
+
},
|
|
2238
|
+
"name": "TypographyLhCode",
|
|
2239
|
+
"attributes": {
|
|
2240
|
+
"category": "typography",
|
|
2241
|
+
"type": "lh",
|
|
2242
|
+
"item": "code"
|
|
2243
|
+
},
|
|
2244
|
+
"path": [
|
|
2245
|
+
"typography",
|
|
2246
|
+
"lh",
|
|
2247
|
+
"code"
|
|
2248
|
+
],
|
|
2249
|
+
"public": true
|
|
1836
2250
|
}
|
|
1837
2251
|
},
|
|
1838
2252
|
"multiplier": {
|