@pantheon-systems/pds-design-tokens 1.0.0-dev.99 → 1.0.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.
@@ -287,6 +287,52 @@
287
287
  "default"
288
288
  ]
289
289
  },
290
+ "bar": {
291
+ "value": 3.5,
292
+ "defaultUnit": "rem",
293
+ "public": true,
294
+ "filePath": "tokens/border/alias.json",
295
+ "isSource": true,
296
+ "original": {
297
+ "value": 3.5,
298
+ "defaultUnit": "rem",
299
+ "public": true
300
+ },
301
+ "name": "border-radius-bar",
302
+ "attributes": {
303
+ "category": "border",
304
+ "type": "radius",
305
+ "item": "bar"
306
+ },
307
+ "path": [
308
+ "border",
309
+ "radius",
310
+ "bar"
311
+ ]
312
+ },
313
+ "button": {
314
+ "value": 0.1875,
315
+ "defaultUnit": "rem",
316
+ "public": true,
317
+ "filePath": "tokens/border/alias.json",
318
+ "isSource": true,
319
+ "original": {
320
+ "value": 0.1875,
321
+ "defaultUnit": "rem",
322
+ "public": true
323
+ },
324
+ "name": "border-radius-button",
325
+ "attributes": {
326
+ "category": "border",
327
+ "type": "radius",
328
+ "item": "button"
329
+ },
330
+ "path": [
331
+ "border",
332
+ "radius",
333
+ "button"
334
+ ]
335
+ },
290
336
  "container": {
291
337
  "value": 0.375,
292
338
  "defaultUnit": "rem",
@@ -310,27 +356,27 @@
310
356
  "container"
311
357
  ]
312
358
  },
313
- "bar": {
314
- "value": 3.5,
359
+ "input": {
360
+ "value": 0.25,
315
361
  "defaultUnit": "rem",
316
362
  "public": true,
317
363
  "filePath": "tokens/border/alias.json",
318
364
  "isSource": true,
319
365
  "original": {
320
- "value": 3.5,
366
+ "value": 0.25,
321
367
  "defaultUnit": "rem",
322
368
  "public": true
323
369
  },
324
- "name": "border-radius-bar",
370
+ "name": "border-radius-input",
325
371
  "attributes": {
326
372
  "category": "border",
327
373
  "type": "radius",
328
- "item": "bar"
374
+ "item": "input"
329
375
  },
330
376
  "path": [
331
377
  "border",
332
378
  "radius",
333
- "bar"
379
+ "input"
334
380
  ]
335
381
  }
336
382
  },
@@ -357,13 +403,176 @@
357
403
  "width",
358
404
  "default"
359
405
  ]
406
+ },
407
+ "double": {
408
+ "value": 2,
409
+ "defaultUnit": "px",
410
+ "public": true,
411
+ "filePath": "tokens/border/alias.json",
412
+ "isSource": true,
413
+ "original": {
414
+ "value": 2,
415
+ "defaultUnit": "px",
416
+ "public": true
417
+ },
418
+ "name": "border-width-double",
419
+ "attributes": {
420
+ "category": "border",
421
+ "type": "width",
422
+ "item": "double"
423
+ },
424
+ "path": [
425
+ "border",
426
+ "width",
427
+ "double"
428
+ ]
429
+ },
430
+ "triple": {
431
+ "value": 3,
432
+ "defaultUnit": "px",
433
+ "public": true,
434
+ "filePath": "tokens/border/alias.json",
435
+ "isSource": true,
436
+ "original": {
437
+ "value": 3,
438
+ "defaultUnit": "px",
439
+ "public": true
440
+ },
441
+ "name": "border-width-triple",
442
+ "attributes": {
443
+ "category": "border",
444
+ "type": "width",
445
+ "item": "triple"
446
+ },
447
+ "path": [
448
+ "border",
449
+ "width",
450
+ "triple"
451
+ ]
452
+ },
453
+ "outline": {
454
+ "value": 1,
455
+ "defaultUnit": "px",
456
+ "public": true,
457
+ "filePath": "tokens/border/alias.json",
458
+ "isSource": true,
459
+ "original": {
460
+ "value": 1,
461
+ "defaultUnit": "px",
462
+ "public": true
463
+ },
464
+ "name": "border-width-outline",
465
+ "attributes": {
466
+ "category": "border",
467
+ "type": "width",
468
+ "item": "outline"
469
+ },
470
+ "path": [
471
+ "border",
472
+ "width",
473
+ "outline"
474
+ ]
475
+ },
476
+ "stepper": {
477
+ "value": 3,
478
+ "defaultUnit": "px",
479
+ "public": true,
480
+ "filePath": "tokens/border/alias.json",
481
+ "isSource": true,
482
+ "original": {
483
+ "value": 3,
484
+ "defaultUnit": "px",
485
+ "public": true
486
+ },
487
+ "name": "border-width-stepper",
488
+ "attributes": {
489
+ "category": "border",
490
+ "type": "width",
491
+ "item": "stepper"
492
+ },
493
+ "path": [
494
+ "border",
495
+ "width",
496
+ "stepper"
497
+ ]
498
+ }
499
+ },
500
+ "offset": {
501
+ "default": {
502
+ "value": 1,
503
+ "defaultUnit": "px",
504
+ "public": true,
505
+ "filePath": "tokens/border/alias.json",
506
+ "isSource": true,
507
+ "original": {
508
+ "value": 1,
509
+ "defaultUnit": "px",
510
+ "public": true
511
+ },
512
+ "name": "border-offset-default",
513
+ "attributes": {
514
+ "category": "border",
515
+ "type": "offset",
516
+ "item": "default"
517
+ },
518
+ "path": [
519
+ "border",
520
+ "offset",
521
+ "default"
522
+ ]
523
+ },
524
+ "double": {
525
+ "value": 2,
526
+ "defaultUnit": "px",
527
+ "public": true,
528
+ "filePath": "tokens/border/alias.json",
529
+ "isSource": true,
530
+ "original": {
531
+ "value": 2,
532
+ "defaultUnit": "px",
533
+ "public": true
534
+ },
535
+ "name": "border-offset-double",
536
+ "attributes": {
537
+ "category": "border",
538
+ "type": "offset",
539
+ "item": "double"
540
+ },
541
+ "path": [
542
+ "border",
543
+ "offset",
544
+ "double"
545
+ ]
546
+ },
547
+ "triple": {
548
+ "value": 3,
549
+ "defaultUnit": "px",
550
+ "public": true,
551
+ "filePath": "tokens/border/alias.json",
552
+ "isSource": true,
553
+ "original": {
554
+ "value": 3,
555
+ "defaultUnit": "px",
556
+ "public": true
557
+ },
558
+ "name": "border-offset-triple",
559
+ "attributes": {
560
+ "category": "border",
561
+ "type": "offset",
562
+ "item": "triple"
563
+ },
564
+ "path": [
565
+ "border",
566
+ "offset",
567
+ "triple"
568
+ ]
360
569
  }
361
570
  }
362
571
  },
363
572
  "container": {
364
573
  "modal": {
365
574
  "width": {
366
- "small": {
575
+ "sm": {
367
576
  "value": "25rem",
368
577
  "public": true,
369
578
  "filePath": "tokens/container/alias.json",
@@ -372,68 +581,114 @@
372
581
  "value": "25rem",
373
582
  "public": true
374
583
  },
375
- "name": "container-modal-width-small",
584
+ "name": "container-modal-width-sm",
376
585
  "attributes": {
377
586
  "category": "container",
378
587
  "type": "modal",
379
588
  "item": "width",
380
- "subitem": "small"
589
+ "subitem": "sm"
381
590
  },
382
591
  "path": [
383
592
  "container",
384
593
  "modal",
385
594
  "width",
386
- "small"
595
+ "sm"
596
+ ]
597
+ },
598
+ "md": {
599
+ "value": "37.5rem",
600
+ "public": true,
601
+ "filePath": "tokens/container/alias.json",
602
+ "isSource": true,
603
+ "original": {
604
+ "value": "37.5rem",
605
+ "public": true
606
+ },
607
+ "name": "container-modal-width-md",
608
+ "attributes": {
609
+ "category": "container",
610
+ "type": "modal",
611
+ "item": "width",
612
+ "subitem": "md"
613
+ },
614
+ "path": [
615
+ "container",
616
+ "modal",
617
+ "width",
618
+ "md"
387
619
  ]
388
620
  },
389
- "medium": {
390
- "value": "36rem",
621
+ "lg": {
622
+ "value": "47.5rem",
391
623
  "public": true,
392
624
  "filePath": "tokens/container/alias.json",
393
625
  "isSource": true,
394
626
  "original": {
395
- "value": "36rem",
627
+ "value": "47.5rem",
396
628
  "public": true
397
629
  },
398
- "name": "container-modal-width-medium",
630
+ "name": "container-modal-width-lg",
399
631
  "attributes": {
400
632
  "category": "container",
401
633
  "type": "modal",
402
634
  "item": "width",
403
- "subitem": "medium"
635
+ "subitem": "lg"
404
636
  },
405
637
  "path": [
406
638
  "container",
407
639
  "modal",
408
640
  "width",
409
- "medium"
641
+ "lg"
410
642
  ]
411
643
  },
412
- "large": {
413
- "value": "44rem",
644
+ "xl": {
645
+ "value": "67.5rem",
414
646
  "public": true,
415
647
  "filePath": "tokens/container/alias.json",
416
648
  "isSource": true,
417
649
  "original": {
418
- "value": "44rem",
650
+ "value": "67.5rem",
419
651
  "public": true
420
652
  },
421
- "name": "container-modal-width-large",
653
+ "name": "container-modal-width-xl",
422
654
  "attributes": {
423
655
  "category": "container",
424
656
  "type": "modal",
425
657
  "item": "width",
426
- "subitem": "large"
658
+ "subitem": "xl"
427
659
  },
428
660
  "path": [
429
661
  "container",
430
662
  "modal",
431
663
  "width",
432
- "large"
664
+ "xl"
433
665
  ]
434
666
  }
435
667
  }
436
668
  },
669
+ "tooltip": {
670
+ "max-width": {
671
+ "value": "12.5rem",
672
+ "public": true,
673
+ "filePath": "tokens/container/alias.json",
674
+ "isSource": true,
675
+ "original": {
676
+ "value": "12.5rem",
677
+ "public": true
678
+ },
679
+ "name": "container-tooltip-max-width",
680
+ "attributes": {
681
+ "category": "container",
682
+ "type": "tooltip",
683
+ "item": "max-width"
684
+ },
685
+ "path": [
686
+ "container",
687
+ "tooltip",
688
+ "max-width"
689
+ ]
690
+ }
691
+ },
437
692
  "max-width": {
438
693
  "narrow": {
439
694
  "value": "1024px",
@@ -521,110 +776,194 @@
521
776
  }
522
777
  },
523
778
  "padding": {
524
- "small": {
525
- "value": "5%",
779
+ "base": {
780
+ "value": "1.563",
526
781
  "public": true,
527
782
  "filePath": "tokens/container/base.json",
528
783
  "isSource": true,
529
784
  "original": {
530
- "value": "5%",
785
+ "value": "{spacing.XL.value}",
531
786
  "public": true
532
787
  },
533
- "name": "container-padding-small",
788
+ "name": "container-padding-base",
534
789
  "attributes": {
535
790
  "category": "container",
536
791
  "type": "padding",
537
- "item": "small"
792
+ "item": "base"
538
793
  },
539
794
  "path": [
540
795
  "container",
541
796
  "padding",
542
- "small"
797
+ "base"
543
798
  ]
544
799
  },
545
- "medium": {
546
- "value": "4%",
800
+ "narrow-bp-md": {
801
+ "value": "12%",
547
802
  "public": true,
548
803
  "filePath": "tokens/container/base.json",
549
804
  "isSource": true,
550
805
  "original": {
551
- "value": "4%",
806
+ "value": "12%",
552
807
  "public": true
553
808
  },
554
- "name": "container-padding-medium",
809
+ "name": "container-padding-narrow-bp-md",
555
810
  "attributes": {
556
811
  "category": "container",
557
812
  "type": "padding",
558
- "item": "medium"
813
+ "item": "narrow-bp-md"
559
814
  },
560
815
  "path": [
561
816
  "container",
562
817
  "padding",
563
- "medium"
818
+ "narrow-bp-md"
564
819
  ]
565
820
  },
566
- "large": {
567
- "value": "4%",
821
+ "narrow-bp-lg": {
822
+ "value": "20%",
568
823
  "public": true,
569
824
  "filePath": "tokens/container/base.json",
570
825
  "isSource": true,
571
826
  "original": {
572
- "value": "4%",
827
+ "value": "20%",
573
828
  "public": true
574
829
  },
575
- "name": "container-padding-large",
830
+ "name": "container-padding-narrow-bp-lg",
576
831
  "attributes": {
577
832
  "category": "container",
578
833
  "type": "padding",
579
- "item": "large"
834
+ "item": "narrow-bp-lg"
580
835
  },
581
836
  "path": [
582
837
  "container",
583
838
  "padding",
584
- "large"
839
+ "narrow-bp-lg"
585
840
  ]
586
- }
587
- }
588
- },
589
- "grid": {
590
- "columns-4": {
591
- "gap": {
592
- "value": "5.5%",
593
- "filePath": "tokens/grid/base.json",
841
+ },
842
+ "standard-bp-md": {
843
+ "value": "6%",
844
+ "public": true,
845
+ "filePath": "tokens/container/base.json",
594
846
  "isSource": true,
595
847
  "original": {
596
- "value": "5.5%"
848
+ "value": "6%",
849
+ "public": true
597
850
  },
598
- "name": "grid-columns-4-gap",
851
+ "name": "container-padding-standard-bp-md",
599
852
  "attributes": {
600
- "category": "grid",
601
- "type": "columns-4",
602
- "item": "gap"
853
+ "category": "container",
854
+ "type": "padding",
855
+ "item": "standard-bp-md"
603
856
  },
604
857
  "path": [
605
- "grid",
606
- "columns-4",
607
- "gap"
858
+ "container",
859
+ "padding",
860
+ "standard-bp-md"
608
861
  ]
609
- }
610
- },
611
- "columns-12": {
612
- "bp-md": {
613
- "gap": {
614
- "narrow": {
615
- "value": "1.25",
616
- "filePath": "tokens/grid/base.json",
617
- "isSource": true,
618
- "original": {
619
- "value": "{spacing.L.value}"
620
- },
621
- "name": "grid-columns-12-bp-md-gap-narrow",
622
- "attributes": {
623
- "category": "grid",
624
- "type": "columns-12",
625
- "item": "bp-md",
626
- "subitem": "gap",
627
- "state": "narrow"
862
+ },
863
+ "standard-bp-lg": {
864
+ "value": "8%",
865
+ "public": true,
866
+ "filePath": "tokens/container/base.json",
867
+ "isSource": true,
868
+ "original": {
869
+ "value": "8%",
870
+ "public": true
871
+ },
872
+ "name": "container-padding-standard-bp-lg",
873
+ "attributes": {
874
+ "category": "container",
875
+ "type": "padding",
876
+ "item": "standard-bp-lg"
877
+ },
878
+ "path": [
879
+ "container",
880
+ "padding",
881
+ "standard-bp-lg"
882
+ ]
883
+ },
884
+ "wide-bp-md": {
885
+ "value": "5%",
886
+ "public": true,
887
+ "filePath": "tokens/container/base.json",
888
+ "isSource": true,
889
+ "original": {
890
+ "value": "5%",
891
+ "public": true
892
+ },
893
+ "name": "container-padding-wide-bp-md",
894
+ "attributes": {
895
+ "category": "container",
896
+ "type": "padding",
897
+ "item": "wide-bp-md"
898
+ },
899
+ "path": [
900
+ "container",
901
+ "padding",
902
+ "wide-bp-md"
903
+ ]
904
+ },
905
+ "wide-bp-lg": {
906
+ "value": "4%",
907
+ "public": true,
908
+ "filePath": "tokens/container/base.json",
909
+ "isSource": true,
910
+ "original": {
911
+ "value": "4%",
912
+ "public": true
913
+ },
914
+ "name": "container-padding-wide-bp-lg",
915
+ "attributes": {
916
+ "category": "container",
917
+ "type": "padding",
918
+ "item": "wide-bp-lg"
919
+ },
920
+ "path": [
921
+ "container",
922
+ "padding",
923
+ "wide-bp-lg"
924
+ ]
925
+ }
926
+ }
927
+ },
928
+ "grid": {
929
+ "columns-4": {
930
+ "gap": {
931
+ "value": "1.25",
932
+ "filePath": "tokens/grid/base.json",
933
+ "isSource": true,
934
+ "original": {
935
+ "value": "{spacing.L.value}"
936
+ },
937
+ "name": "grid-columns-4-gap",
938
+ "attributes": {
939
+ "category": "grid",
940
+ "type": "columns-4",
941
+ "item": "gap"
942
+ },
943
+ "path": [
944
+ "grid",
945
+ "columns-4",
946
+ "gap"
947
+ ]
948
+ }
949
+ },
950
+ "columns-12": {
951
+ "bp-md": {
952
+ "gap": {
953
+ "narrow": {
954
+ "value": "1.25",
955
+ "filePath": "tokens/grid/base.json",
956
+ "isSource": true,
957
+ "original": {
958
+ "value": "{spacing.L.value}"
959
+ },
960
+ "name": "grid-columns-12-bp-md-gap-narrow",
961
+ "attributes": {
962
+ "category": "grid",
963
+ "type": "columns-12",
964
+ "item": "bp-md",
965
+ "subitem": "gap",
966
+ "state": "narrow"
628
967
  },
629
968
  "path": [
630
969
  "grid",
@@ -782,12 +1121,12 @@
782
1121
  ]
783
1122
  },
784
1123
  "medium-large": {
785
- "value": "5.125%",
1124
+ "value": "4.36875%",
786
1125
  "public": true,
787
1126
  "filePath": "tokens/grid/base.json",
788
1127
  "isSource": true,
789
1128
  "original": {
790
- "value": "5.125%",
1129
+ "value": "4.36875%",
791
1130
  "public": true
792
1131
  },
793
1132
  "name": "grid-marketing-column-medium-large",
@@ -830,12 +1169,12 @@
830
1169
  ]
831
1170
  },
832
1171
  "medium-large": {
833
- "value": "3.5%",
1172
+ "value": "4.325%",
834
1173
  "public": true,
835
1174
  "filePath": "tokens/grid/base.json",
836
1175
  "isSource": true,
837
1176
  "original": {
838
- "value": "3.5%",
1177
+ "value": "4.325%",
839
1178
  "public": true
840
1179
  },
841
1180
  "name": "grid-marketing-gap-medium-large",
@@ -856,6 +1195,287 @@
856
1195
  }
857
1196
  },
858
1197
  "spacing": {
1198
+ "dashboard-nav": {
1199
+ "item-height": {
1200
+ "value": 2.25,
1201
+ "defaultUnit": "rem",
1202
+ "public": true,
1203
+ "filePath": "tokens/spacing/alias.json",
1204
+ "isSource": true,
1205
+ "original": {
1206
+ "value": 2.25,
1207
+ "defaultUnit": "rem",
1208
+ "public": true
1209
+ },
1210
+ "name": "spacing-dashboard-nav-item-height",
1211
+ "attributes": {
1212
+ "category": "spacing",
1213
+ "type": "dashboard-nav",
1214
+ "item": "item-height"
1215
+ },
1216
+ "path": [
1217
+ "spacing",
1218
+ "dashboard-nav",
1219
+ "item-height"
1220
+ ]
1221
+ },
1222
+ "item-padding": {
1223
+ "value": 0.625,
1224
+ "defaultUnit": "rem",
1225
+ "public": true,
1226
+ "filePath": "tokens/spacing/alias.json",
1227
+ "isSource": true,
1228
+ "original": {
1229
+ "value": 0.625,
1230
+ "defaultUnit": "rem",
1231
+ "public": true
1232
+ },
1233
+ "name": "spacing-dashboard-nav-item-padding",
1234
+ "attributes": {
1235
+ "category": "spacing",
1236
+ "type": "dashboard-nav",
1237
+ "item": "item-padding"
1238
+ },
1239
+ "path": [
1240
+ "spacing",
1241
+ "dashboard-nav",
1242
+ "item-padding"
1243
+ ]
1244
+ }
1245
+ },
1246
+ "button": {
1247
+ "sm": {
1248
+ "height": {
1249
+ "value": 2,
1250
+ "defaultUnit": "rem",
1251
+ "public": true,
1252
+ "filePath": "tokens/spacing/alias.json",
1253
+ "isSource": true,
1254
+ "original": {
1255
+ "value": 2,
1256
+ "defaultUnit": "rem",
1257
+ "public": true
1258
+ },
1259
+ "name": "spacing-button-sm-height",
1260
+ "attributes": {
1261
+ "category": "spacing",
1262
+ "type": "button",
1263
+ "item": "sm",
1264
+ "subitem": "height"
1265
+ },
1266
+ "path": [
1267
+ "spacing",
1268
+ "button",
1269
+ "sm",
1270
+ "height"
1271
+ ]
1272
+ },
1273
+ "padding-block": {
1274
+ "value": 0.5,
1275
+ "defaultUnit": "rem",
1276
+ "public": true,
1277
+ "filePath": "tokens/spacing/alias.json",
1278
+ "isSource": true,
1279
+ "original": {
1280
+ "value": 0.5,
1281
+ "defaultUnit": "rem",
1282
+ "public": true
1283
+ },
1284
+ "name": "spacing-button-sm-padding-block",
1285
+ "attributes": {
1286
+ "category": "spacing",
1287
+ "type": "button",
1288
+ "item": "sm",
1289
+ "subitem": "padding-block"
1290
+ },
1291
+ "path": [
1292
+ "spacing",
1293
+ "button",
1294
+ "sm",
1295
+ "padding-block"
1296
+ ]
1297
+ },
1298
+ "padding-inline": {
1299
+ "value": 0.625,
1300
+ "defaultUnit": "rem",
1301
+ "public": true,
1302
+ "filePath": "tokens/spacing/alias.json",
1303
+ "isSource": true,
1304
+ "original": {
1305
+ "value": 0.625,
1306
+ "defaultUnit": "rem",
1307
+ "public": true
1308
+ },
1309
+ "name": "spacing-button-sm-padding-inline",
1310
+ "attributes": {
1311
+ "category": "spacing",
1312
+ "type": "button",
1313
+ "item": "sm",
1314
+ "subitem": "padding-inline"
1315
+ },
1316
+ "path": [
1317
+ "spacing",
1318
+ "button",
1319
+ "sm",
1320
+ "padding-inline"
1321
+ ]
1322
+ }
1323
+ },
1324
+ "md": {
1325
+ "height": {
1326
+ "value": 2.25,
1327
+ "defaultUnit": "rem",
1328
+ "public": true,
1329
+ "filePath": "tokens/spacing/alias.json",
1330
+ "isSource": true,
1331
+ "original": {
1332
+ "value": 2.25,
1333
+ "defaultUnit": "rem",
1334
+ "public": true
1335
+ },
1336
+ "name": "spacing-button-md-height",
1337
+ "attributes": {
1338
+ "category": "spacing",
1339
+ "type": "button",
1340
+ "item": "md",
1341
+ "subitem": "height"
1342
+ },
1343
+ "path": [
1344
+ "spacing",
1345
+ "button",
1346
+ "md",
1347
+ "height"
1348
+ ]
1349
+ },
1350
+ "padding-block": {
1351
+ "value": 0.625,
1352
+ "defaultUnit": "rem",
1353
+ "public": true,
1354
+ "filePath": "tokens/spacing/alias.json",
1355
+ "isSource": true,
1356
+ "original": {
1357
+ "value": 0.625,
1358
+ "defaultUnit": "rem",
1359
+ "public": true
1360
+ },
1361
+ "name": "spacing-button-md-padding-block",
1362
+ "attributes": {
1363
+ "category": "spacing",
1364
+ "type": "button",
1365
+ "item": "md",
1366
+ "subitem": "padding-block"
1367
+ },
1368
+ "path": [
1369
+ "spacing",
1370
+ "button",
1371
+ "md",
1372
+ "padding-block"
1373
+ ]
1374
+ },
1375
+ "padding-inline": {
1376
+ "value": 0.8125,
1377
+ "defaultUnit": "rem",
1378
+ "public": true,
1379
+ "filePath": "tokens/spacing/alias.json",
1380
+ "isSource": true,
1381
+ "original": {
1382
+ "value": 0.8125,
1383
+ "defaultUnit": "rem",
1384
+ "public": true
1385
+ },
1386
+ "name": "spacing-button-md-padding-inline",
1387
+ "attributes": {
1388
+ "category": "spacing",
1389
+ "type": "button",
1390
+ "item": "md",
1391
+ "subitem": "padding-inline"
1392
+ },
1393
+ "path": [
1394
+ "spacing",
1395
+ "button",
1396
+ "md",
1397
+ "padding-inline"
1398
+ ]
1399
+ }
1400
+ },
1401
+ "lg": {
1402
+ "height": {
1403
+ "value": 3,
1404
+ "defaultUnit": "rem",
1405
+ "public": true,
1406
+ "filePath": "tokens/spacing/alias.json",
1407
+ "isSource": true,
1408
+ "original": {
1409
+ "value": 3,
1410
+ "defaultUnit": "rem",
1411
+ "public": true
1412
+ },
1413
+ "name": "spacing-button-lg-height",
1414
+ "attributes": {
1415
+ "category": "spacing",
1416
+ "type": "button",
1417
+ "item": "lg",
1418
+ "subitem": "height"
1419
+ },
1420
+ "path": [
1421
+ "spacing",
1422
+ "button",
1423
+ "lg",
1424
+ "height"
1425
+ ]
1426
+ },
1427
+ "padding-block": {
1428
+ "value": 0.9375,
1429
+ "defaultUnit": "rem",
1430
+ "public": true,
1431
+ "filePath": "tokens/spacing/alias.json",
1432
+ "isSource": true,
1433
+ "original": {
1434
+ "value": 0.9375,
1435
+ "defaultUnit": "rem",
1436
+ "public": true
1437
+ },
1438
+ "name": "spacing-button-lg-padding-block",
1439
+ "attributes": {
1440
+ "category": "spacing",
1441
+ "type": "button",
1442
+ "item": "lg",
1443
+ "subitem": "padding-block"
1444
+ },
1445
+ "path": [
1446
+ "spacing",
1447
+ "button",
1448
+ "lg",
1449
+ "padding-block"
1450
+ ]
1451
+ },
1452
+ "padding-inline": {
1453
+ "value": 1.25,
1454
+ "defaultUnit": "rem",
1455
+ "public": true,
1456
+ "filePath": "tokens/spacing/alias.json",
1457
+ "isSource": true,
1458
+ "original": {
1459
+ "value": 1.25,
1460
+ "defaultUnit": "rem",
1461
+ "public": true
1462
+ },
1463
+ "name": "spacing-button-lg-padding-inline",
1464
+ "attributes": {
1465
+ "category": "spacing",
1466
+ "type": "button",
1467
+ "item": "lg",
1468
+ "subitem": "padding-inline"
1469
+ },
1470
+ "path": [
1471
+ "spacing",
1472
+ "button",
1473
+ "lg",
1474
+ "padding-inline"
1475
+ ]
1476
+ }
1477
+ }
1478
+ },
859
1479
  "8XL": {
860
1480
  "value": "7.451",
861
1481
  "defaultUnit": "rem",
@@ -1215,186 +1835,550 @@
1215
1835
  }
1216
1836
  },
1217
1837
  "typography": {
1218
- "font": {
1838
+ "ff": {
1219
1839
  "default": {
1220
1840
  "value": "'Poppins', sans-serif",
1221
1841
  "public": true,
1842
+ "isReferenceToInternal": true,
1222
1843
  "filePath": "tokens/typography/alias/font.json",
1223
1844
  "isSource": true,
1224
1845
  "original": {
1225
- "value": "'Poppins', sans-serif",
1226
- "public": true
1846
+ "value": "{typography.ff.sans.value}",
1847
+ "public": true,
1848
+ "isReferenceToInternal": true
1227
1849
  },
1228
- "name": "typography-font-default",
1850
+ "name": "typography-ff-default",
1229
1851
  "attributes": {
1230
1852
  "category": "typography",
1231
- "type": "font",
1853
+ "type": "ff",
1232
1854
  "item": "default"
1233
1855
  },
1234
1856
  "path": [
1235
1857
  "typography",
1236
- "font",
1858
+ "ff",
1237
1859
  "default"
1238
1860
  ]
1239
1861
  },
1240
1862
  "secondary": {
1241
1863
  "value": "'Aleo', serif",
1242
1864
  "public": true,
1865
+ "isReferenceToInternal": true,
1243
1866
  "filePath": "tokens/typography/alias/font.json",
1244
1867
  "isSource": true,
1245
1868
  "original": {
1246
- "value": "'Aleo', serif",
1247
- "public": true
1869
+ "value": "{typography.ff.serif.value}",
1870
+ "public": true,
1871
+ "isReferenceToInternal": true
1248
1872
  },
1249
- "name": "typography-font-secondary",
1873
+ "name": "typography-ff-secondary",
1250
1874
  "attributes": {
1251
1875
  "category": "typography",
1252
- "type": "font",
1876
+ "type": "ff",
1253
1877
  "item": "secondary"
1254
1878
  },
1255
1879
  "path": [
1256
1880
  "typography",
1257
- "font",
1881
+ "ff",
1258
1882
  "secondary"
1259
1883
  ]
1260
1884
  },
1261
1885
  "code": {
1262
1886
  "value": "'Source Code Pro', monospace",
1263
1887
  "public": true,
1888
+ "isReferenceToInternal": true,
1264
1889
  "filePath": "tokens/typography/alias/font.json",
1265
1890
  "isSource": true,
1266
1891
  "original": {
1267
- "value": "'Source Code Pro', monospace",
1268
- "public": true
1892
+ "value": "{typography.ff.mono.value}",
1893
+ "public": true,
1894
+ "isReferenceToInternal": true
1269
1895
  },
1270
- "name": "typography-font-code",
1896
+ "name": "typography-ff-code",
1271
1897
  "attributes": {
1272
1898
  "category": "typography",
1273
- "type": "font",
1899
+ "type": "ff",
1274
1900
  "item": "code"
1275
1901
  },
1276
1902
  "path": [
1277
1903
  "typography",
1278
- "font",
1904
+ "ff",
1279
1905
  "code"
1280
1906
  ]
1281
1907
  },
1282
- "headings": {
1908
+ "sans": {
1283
1909
  "value": "'Poppins', sans-serif",
1284
- "filePath": "tokens/typography/alias/font.json",
1910
+ "public": true,
1911
+ "filePath": "tokens/typography/base/font-family.json",
1285
1912
  "isSource": true,
1286
1913
  "original": {
1287
- "value": "{typography.font.default.value}"
1914
+ "value": "'Poppins', sans-serif",
1915
+ "public": true
1288
1916
  },
1289
- "name": "typography-font-headings",
1917
+ "name": "typography-ff-sans",
1290
1918
  "attributes": {
1291
1919
  "category": "typography",
1292
- "type": "font",
1293
- "item": "headings"
1920
+ "type": "ff",
1921
+ "item": "sans"
1294
1922
  },
1295
1923
  "path": [
1296
1924
  "typography",
1297
- "font",
1298
- "headings"
1925
+ "ff",
1926
+ "sans"
1299
1927
  ]
1300
1928
  },
1301
- "paragraph": {
1302
- "value": "'Poppins', sans-serif",
1303
- "filePath": "tokens/typography/alias/font.json",
1929
+ "serif": {
1930
+ "value": "'Aleo', serif",
1931
+ "public": true,
1932
+ "filePath": "tokens/typography/base/font-family.json",
1304
1933
  "isSource": true,
1305
1934
  "original": {
1306
- "value": "{typography.font.default.value}"
1935
+ "value": "'Aleo', serif",
1936
+ "public": true
1307
1937
  },
1308
- "name": "typography-font-paragraph",
1938
+ "name": "typography-ff-serif",
1309
1939
  "attributes": {
1310
1940
  "category": "typography",
1311
- "type": "font",
1312
- "item": "paragraph"
1941
+ "type": "ff",
1942
+ "item": "serif"
1313
1943
  },
1314
1944
  "path": [
1315
1945
  "typography",
1316
- "font",
1317
- "paragraph"
1946
+ "ff",
1947
+ "serif"
1318
1948
  ]
1319
1949
  },
1320
- "lead": {
1321
- "value": "'Aleo', serif",
1322
- "filePath": "tokens/typography/alias/font.json",
1950
+ "mono": {
1951
+ "value": "'Source Code Pro', monospace",
1952
+ "public": true,
1953
+ "filePath": "tokens/typography/base/font-family.json",
1323
1954
  "isSource": true,
1324
1955
  "original": {
1325
- "value": "{typography.font.secondary.value}"
1956
+ "value": "'Source Code Pro', monospace",
1957
+ "public": true
1326
1958
  },
1327
- "name": "typography-font-lead",
1959
+ "name": "typography-ff-mono",
1328
1960
  "attributes": {
1329
1961
  "category": "typography",
1330
- "type": "font",
1331
- "item": "lead"
1962
+ "type": "ff",
1963
+ "item": "mono"
1332
1964
  },
1333
1965
  "path": [
1334
1966
  "typography",
1335
- "font",
1336
- "lead"
1967
+ "ff",
1968
+ "mono"
1969
+ ]
1970
+ }
1971
+ },
1972
+ "size": {
1973
+ "default": {
1974
+ "value": "1",
1975
+ "defaultUnit": "rem",
1976
+ "public": true,
1977
+ "isReferenceToInternal": true,
1978
+ "filePath": "tokens/typography/alias/size.json",
1979
+ "isSource": true,
1980
+ "original": {
1981
+ "value": "{typography.size.M.value}",
1982
+ "defaultUnit": "rem",
1983
+ "public": true,
1984
+ "isReferenceToInternal": true
1985
+ },
1986
+ "name": "typography-size-default",
1987
+ "attributes": {
1988
+ "category": "typography",
1989
+ "type": "size",
1990
+ "item": "default"
1991
+ },
1992
+ "path": [
1993
+ "typography",
1994
+ "size",
1995
+ "default"
1337
1996
  ]
1338
1997
  },
1339
- "quote": {
1340
- "value": "'Aleo', serif",
1341
- "filePath": "tokens/typography/alias/font.json",
1998
+ "input-label": {
1999
+ "value": "1",
2000
+ "defaultUnit": "rem",
2001
+ "public": true,
2002
+ "isReferenceToInternal": true,
2003
+ "filePath": "tokens/typography/alias/size.json",
1342
2004
  "isSource": true,
1343
2005
  "original": {
1344
- "value": "{typography.font.secondary.value}"
2006
+ "value": "{typography.size.M.value}",
2007
+ "defaultUnit": "rem",
2008
+ "public": true,
2009
+ "isReferenceToInternal": true
1345
2010
  },
1346
- "name": "typography-font-quote",
2011
+ "name": "typography-size-input-label",
1347
2012
  "attributes": {
1348
2013
  "category": "typography",
1349
- "type": "font",
1350
- "item": "quote"
2014
+ "type": "size",
2015
+ "item": "input-label"
1351
2016
  },
1352
2017
  "path": [
1353
2018
  "typography",
1354
- "font",
1355
- "quote"
2019
+ "size",
2020
+ "input-label"
1356
2021
  ]
1357
2022
  },
1358
- "overline": {
1359
- "value": "'Poppins', sans-serif",
1360
- "filePath": "tokens/typography/alias/font.json",
2023
+ "code-block": {
2024
+ "value": "0.9",
2025
+ "defaultUnit": "rem",
2026
+ "public": true,
2027
+ "isReferenceToInternal": true,
2028
+ "filePath": "tokens/typography/alias/size.json",
1361
2029
  "isSource": true,
1362
2030
  "original": {
1363
- "value": "{typography.font.default.value}"
2031
+ "value": "0.9",
2032
+ "defaultUnit": "rem",
2033
+ "public": true,
2034
+ "isReferenceToInternal": true
1364
2035
  },
1365
- "name": "typography-font-overline",
2036
+ "name": "typography-size-code-block",
1366
2037
  "attributes": {
1367
2038
  "category": "typography",
1368
- "type": "font",
1369
- "item": "overline"
2039
+ "type": "size",
2040
+ "item": "code-block"
1370
2041
  },
1371
2042
  "path": [
1372
2043
  "typography",
1373
- "font",
1374
- "overline"
2044
+ "size",
2045
+ "code-block"
1375
2046
  ]
1376
2047
  },
1377
- "css-import": {
1378
- "value": "'https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Source+Code+Pro:wght@400;600&display=swap'",
1379
- "filePath": "tokens/typography/base/font.json",
2048
+ "9XL": {
2049
+ "value": "6.192",
2050
+ "defaultUnit": "rem",
2051
+ "public": true,
2052
+ "filePath": "tokens/typography/base/size.json",
2053
+ "isSource": true,
2054
+ "original": {
2055
+ "value": "6.192",
2056
+ "defaultUnit": "rem",
2057
+ "public": true
2058
+ },
2059
+ "name": "typography-size-9-xl",
2060
+ "attributes": {
2061
+ "category": "typography",
2062
+ "type": "size",
2063
+ "item": "9XL"
2064
+ },
2065
+ "path": [
2066
+ "typography",
2067
+ "size",
2068
+ "9XL"
2069
+ ]
2070
+ },
2071
+ "8XL": {
2072
+ "value": "5.160",
2073
+ "defaultUnit": "rem",
2074
+ "public": true,
2075
+ "filePath": "tokens/typography/base/size.json",
2076
+ "isSource": true,
2077
+ "original": {
2078
+ "value": "5.160",
2079
+ "defaultUnit": "rem",
2080
+ "public": true
2081
+ },
2082
+ "name": "typography-size-8-xl",
2083
+ "attributes": {
2084
+ "category": "typography",
2085
+ "type": "size",
2086
+ "item": "8XL"
2087
+ },
2088
+ "path": [
2089
+ "typography",
2090
+ "size",
2091
+ "8XL"
2092
+ ]
2093
+ },
2094
+ "7XL": {
2095
+ "value": "4.3",
2096
+ "defaultUnit": "rem",
2097
+ "public": true,
2098
+ "filePath": "tokens/typography/base/size.json",
2099
+ "isSource": true,
2100
+ "original": {
2101
+ "value": "4.3",
2102
+ "defaultUnit": "rem",
2103
+ "public": true
2104
+ },
2105
+ "name": "typography-size-7-xl",
2106
+ "attributes": {
2107
+ "category": "typography",
2108
+ "type": "size",
2109
+ "item": "7XL"
2110
+ },
2111
+ "path": [
2112
+ "typography",
2113
+ "size",
2114
+ "7XL"
2115
+ ]
2116
+ },
2117
+ "6XL": {
2118
+ "value": "3.583",
2119
+ "defaultUnit": "rem",
2120
+ "public": true,
2121
+ "filePath": "tokens/typography/base/size.json",
2122
+ "isSource": true,
2123
+ "original": {
2124
+ "value": "3.583",
2125
+ "defaultUnit": "rem",
2126
+ "public": true
2127
+ },
2128
+ "name": "typography-size-6-xl",
2129
+ "attributes": {
2130
+ "category": "typography",
2131
+ "type": "size",
2132
+ "item": "6XL"
2133
+ },
2134
+ "path": [
2135
+ "typography",
2136
+ "size",
2137
+ "6XL"
2138
+ ]
2139
+ },
2140
+ "5XL": {
2141
+ "value": "2.986",
2142
+ "defaultUnit": "rem",
2143
+ "public": true,
2144
+ "comment": "Default h1",
2145
+ "filePath": "tokens/typography/base/size.json",
2146
+ "isSource": true,
2147
+ "original": {
2148
+ "value": "2.986",
2149
+ "defaultUnit": "rem",
2150
+ "public": true,
2151
+ "comment": "Default h1"
2152
+ },
2153
+ "name": "typography-size-5-xl",
2154
+ "attributes": {
2155
+ "category": "typography",
2156
+ "type": "size",
2157
+ "item": "5XL"
2158
+ },
2159
+ "path": [
2160
+ "typography",
2161
+ "size",
2162
+ "5XL"
2163
+ ]
2164
+ },
2165
+ "4XL": {
2166
+ "value": "2.488",
2167
+ "defaultUnit": "rem",
2168
+ "public": true,
2169
+ "filePath": "tokens/typography/base/size.json",
2170
+ "isSource": true,
2171
+ "original": {
2172
+ "value": "2.488",
2173
+ "defaultUnit": "rem",
2174
+ "public": true
2175
+ },
2176
+ "name": "typography-size-4-xl",
2177
+ "attributes": {
2178
+ "category": "typography",
2179
+ "type": "size",
2180
+ "item": "4XL"
2181
+ },
2182
+ "path": [
2183
+ "typography",
2184
+ "size",
2185
+ "4XL"
2186
+ ]
2187
+ },
2188
+ "3XL": {
2189
+ "value": "2.074",
2190
+ "defaultUnit": "rem",
2191
+ "public": true,
2192
+ "comment": "Default h2",
2193
+ "filePath": "tokens/typography/base/size.json",
2194
+ "isSource": true,
2195
+ "original": {
2196
+ "value": "2.074",
2197
+ "defaultUnit": "rem",
2198
+ "public": true,
2199
+ "comment": "Default h2"
2200
+ },
2201
+ "name": "typography-size-3-xl",
2202
+ "attributes": {
2203
+ "category": "typography",
2204
+ "type": "size",
2205
+ "item": "3XL"
2206
+ },
2207
+ "path": [
2208
+ "typography",
2209
+ "size",
2210
+ "3XL"
2211
+ ]
2212
+ },
2213
+ "2XL": {
2214
+ "value": "1.728",
2215
+ "defaultUnit": "rem",
2216
+ "public": true,
2217
+ "comment": "Default h3",
2218
+ "filePath": "tokens/typography/base/size.json",
2219
+ "isSource": true,
2220
+ "original": {
2221
+ "value": "1.728",
2222
+ "defaultUnit": "rem",
2223
+ "public": true,
2224
+ "comment": "Default h3"
2225
+ },
2226
+ "name": "typography-size-2-xl",
2227
+ "attributes": {
2228
+ "category": "typography",
2229
+ "type": "size",
2230
+ "item": "2XL"
2231
+ },
2232
+ "path": [
2233
+ "typography",
2234
+ "size",
2235
+ "2XL"
2236
+ ]
2237
+ },
2238
+ "XL": {
2239
+ "value": "1.44",
2240
+ "defaultUnit": "rem",
2241
+ "public": true,
2242
+ "comment": "Default h4",
2243
+ "filePath": "tokens/typography/base/size.json",
2244
+ "isSource": true,
2245
+ "original": {
2246
+ "value": "1.44",
2247
+ "defaultUnit": "rem",
2248
+ "public": true,
2249
+ "comment": "Default h4"
2250
+ },
2251
+ "name": "typography-size-xl",
2252
+ "attributes": {
2253
+ "category": "typography",
2254
+ "type": "size",
2255
+ "item": "XL"
2256
+ },
2257
+ "path": [
2258
+ "typography",
2259
+ "size",
2260
+ "XL"
2261
+ ]
2262
+ },
2263
+ "L": {
2264
+ "value": "1.2",
2265
+ "defaultUnit": "rem",
2266
+ "public": true,
2267
+ "comment": "Default h5",
2268
+ "filePath": "tokens/typography/base/size.json",
2269
+ "isSource": true,
2270
+ "original": {
2271
+ "value": "1.2",
2272
+ "defaultUnit": "rem",
2273
+ "public": true,
2274
+ "comment": "Default h5"
2275
+ },
2276
+ "name": "typography-size-l",
2277
+ "attributes": {
2278
+ "category": "typography",
2279
+ "type": "size",
2280
+ "item": "L"
2281
+ },
2282
+ "path": [
2283
+ "typography",
2284
+ "size",
2285
+ "L"
2286
+ ]
2287
+ },
2288
+ "M": {
2289
+ "value": "1",
2290
+ "defaultUnit": "rem",
2291
+ "public": true,
2292
+ "comment": "Base value.",
2293
+ "filePath": "tokens/typography/base/size.json",
2294
+ "isSource": true,
2295
+ "original": {
2296
+ "value": "1",
2297
+ "defaultUnit": "rem",
2298
+ "public": true,
2299
+ "comment": "Base value."
2300
+ },
2301
+ "name": "typography-size-m",
2302
+ "attributes": {
2303
+ "category": "typography",
2304
+ "type": "size",
2305
+ "item": "M"
2306
+ },
2307
+ "path": [
2308
+ "typography",
2309
+ "size",
2310
+ "M"
2311
+ ]
2312
+ },
2313
+ "S": {
2314
+ "value": "0.833",
2315
+ "defaultUnit": "rem",
2316
+ "public": true,
2317
+ "filePath": "tokens/typography/base/size.json",
2318
+ "isSource": true,
2319
+ "original": {
2320
+ "value": "0.833",
2321
+ "defaultUnit": "rem",
2322
+ "public": true
2323
+ },
2324
+ "name": "typography-size-s",
2325
+ "attributes": {
2326
+ "category": "typography",
2327
+ "type": "size",
2328
+ "item": "S"
2329
+ },
2330
+ "path": [
2331
+ "typography",
2332
+ "size",
2333
+ "S"
2334
+ ]
2335
+ },
2336
+ "XS": {
2337
+ "value": "0.694",
2338
+ "defaultUnit": "rem",
2339
+ "public": true,
2340
+ "filePath": "tokens/typography/base/size.json",
2341
+ "isSource": true,
2342
+ "original": {
2343
+ "value": "0.694",
2344
+ "defaultUnit": "rem",
2345
+ "public": true
2346
+ },
2347
+ "name": "typography-size-xs",
2348
+ "attributes": {
2349
+ "category": "typography",
2350
+ "type": "size",
2351
+ "item": "XS"
2352
+ },
2353
+ "path": [
2354
+ "typography",
2355
+ "size",
2356
+ "XS"
2357
+ ]
2358
+ }
2359
+ },
2360
+ "fw": {
2361
+ "light": {
2362
+ "value": 300,
2363
+ "public": true,
2364
+ "filePath": "tokens/typography/base/font-weight.json",
1380
2365
  "isSource": true,
1381
2366
  "original": {
1382
- "value": "'https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Source+Code+Pro:wght@400;600&display=swap'"
2367
+ "value": 300,
2368
+ "public": true
1383
2369
  },
1384
- "name": "typography-font-css-import",
2370
+ "name": "typography-fw-light",
1385
2371
  "attributes": {
1386
2372
  "category": "typography",
1387
- "type": "font",
1388
- "item": "css-import"
2373
+ "type": "fw",
2374
+ "item": "light"
1389
2375
  },
1390
2376
  "path": [
1391
2377
  "typography",
1392
- "font",
1393
- "css-import"
2378
+ "fw",
2379
+ "light"
1394
2380
  ]
1395
- }
1396
- },
1397
- "font-weight": {
2381
+ },
1398
2382
  "regular": {
1399
2383
  "value": 400,
1400
2384
  "public": true,
@@ -1404,18 +2388,39 @@
1404
2388
  "value": 400,
1405
2389
  "public": true
1406
2390
  },
1407
- "name": "typography-font-weight-regular",
2391
+ "name": "typography-fw-regular",
1408
2392
  "attributes": {
1409
2393
  "category": "typography",
1410
- "type": "font-weight",
2394
+ "type": "fw",
1411
2395
  "item": "regular"
1412
2396
  },
1413
2397
  "path": [
1414
2398
  "typography",
1415
- "font-weight",
2399
+ "fw",
1416
2400
  "regular"
1417
2401
  ]
1418
2402
  },
2403
+ "medium": {
2404
+ "value": 500,
2405
+ "public": true,
2406
+ "filePath": "tokens/typography/base/font-weight.json",
2407
+ "isSource": true,
2408
+ "original": {
2409
+ "value": 500,
2410
+ "public": true
2411
+ },
2412
+ "name": "typography-fw-medium",
2413
+ "attributes": {
2414
+ "category": "typography",
2415
+ "type": "fw",
2416
+ "item": "medium"
2417
+ },
2418
+ "path": [
2419
+ "typography",
2420
+ "fw",
2421
+ "medium"
2422
+ ]
2423
+ },
1419
2424
  "semibold": {
1420
2425
  "value": 600,
1421
2426
  "public": true,
@@ -1425,15 +2430,15 @@
1425
2430
  "value": 600,
1426
2431
  "public": true
1427
2432
  },
1428
- "name": "typography-font-weight-semibold",
2433
+ "name": "typography-fw-semibold",
1429
2434
  "attributes": {
1430
2435
  "category": "typography",
1431
- "type": "font-weight",
2436
+ "type": "fw",
1432
2437
  "item": "semibold"
1433
2438
  },
1434
2439
  "path": [
1435
2440
  "typography",
1436
- "font-weight",
2441
+ "fw",
1437
2442
  "semibold"
1438
2443
  ]
1439
2444
  },
@@ -1446,41 +2451,43 @@
1446
2451
  "value": 700,
1447
2452
  "public": true
1448
2453
  },
1449
- "name": "typography-font-weight-bold",
2454
+ "name": "typography-fw-bold",
1450
2455
  "attributes": {
1451
2456
  "category": "typography",
1452
- "type": "font-weight",
2457
+ "type": "fw",
1453
2458
  "item": "bold"
1454
2459
  },
1455
2460
  "path": [
1456
2461
  "typography",
1457
- "font-weight",
2462
+ "fw",
1458
2463
  "bold"
1459
2464
  ]
1460
- },
1461
- "extrabold": {
1462
- "value": 800,
2465
+ }
2466
+ },
2467
+ "font": {
2468
+ "css-import": {
2469
+ "value": "'https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap'",
1463
2470
  "public": true,
1464
- "filePath": "tokens/typography/base/font-weight.json",
2471
+ "filePath": "tokens/typography/base/font.json",
1465
2472
  "isSource": true,
1466
2473
  "original": {
1467
- "value": 800,
2474
+ "value": "'https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap'",
1468
2475
  "public": true
1469
2476
  },
1470
- "name": "typography-font-weight-extrabold",
2477
+ "name": "typography-font-css-import",
1471
2478
  "attributes": {
1472
2479
  "category": "typography",
1473
- "type": "font-weight",
1474
- "item": "extrabold"
2480
+ "type": "font",
2481
+ "item": "css-import"
1475
2482
  },
1476
2483
  "path": [
1477
2484
  "typography",
1478
- "font-weight",
1479
- "extrabold"
2485
+ "font",
2486
+ "css-import"
1480
2487
  ]
1481
2488
  }
1482
2489
  },
1483
- "letter-spacing": {
2490
+ "ls": {
1484
2491
  "XL": {
1485
2492
  "value": "0.06",
1486
2493
  "defaultUnit": "rem",
@@ -1492,15 +2499,15 @@
1492
2499
  "defaultUnit": "rem",
1493
2500
  "public": true
1494
2501
  },
1495
- "name": "typography-letter-spacing-xl",
2502
+ "name": "typography-ls-xl",
1496
2503
  "attributes": {
1497
2504
  "category": "typography",
1498
- "type": "letter-spacing",
2505
+ "type": "ls",
1499
2506
  "item": "XL"
1500
2507
  },
1501
2508
  "path": [
1502
2509
  "typography",
1503
- "letter-spacing",
2510
+ "ls",
1504
2511
  "XL"
1505
2512
  ]
1506
2513
  },
@@ -1515,15 +2522,15 @@
1515
2522
  "defaultUnit": "rem",
1516
2523
  "public": true
1517
2524
  },
1518
- "name": "typography-letter-spacing-l",
2525
+ "name": "typography-ls-l",
1519
2526
  "attributes": {
1520
2527
  "category": "typography",
1521
- "type": "letter-spacing",
2528
+ "type": "ls",
1522
2529
  "item": "L"
1523
2530
  },
1524
2531
  "path": [
1525
2532
  "typography",
1526
- "letter-spacing",
2533
+ "ls",
1527
2534
  "L"
1528
2535
  ]
1529
2536
  },
@@ -1538,15 +2545,15 @@
1538
2545
  "defaultUnit": "rem",
1539
2546
  "public": true
1540
2547
  },
1541
- "name": "typography-letter-spacing-m",
2548
+ "name": "typography-ls-m",
1542
2549
  "attributes": {
1543
2550
  "category": "typography",
1544
- "type": "letter-spacing",
2551
+ "type": "ls",
1545
2552
  "item": "M"
1546
2553
  },
1547
2554
  "path": [
1548
2555
  "typography",
1549
- "letter-spacing",
2556
+ "ls",
1550
2557
  "M"
1551
2558
  ]
1552
2559
  },
@@ -1561,20 +2568,20 @@
1561
2568
  "defaultUnit": "rem",
1562
2569
  "public": true
1563
2570
  },
1564
- "name": "typography-letter-spacing-s",
2571
+ "name": "typography-ls-s",
1565
2572
  "attributes": {
1566
2573
  "category": "typography",
1567
- "type": "letter-spacing",
2574
+ "type": "ls",
1568
2575
  "item": "S"
1569
2576
  },
1570
2577
  "path": [
1571
2578
  "typography",
1572
- "letter-spacing",
2579
+ "ls",
1573
2580
  "S"
1574
2581
  ]
1575
2582
  }
1576
2583
  },
1577
- "line-height": {
2584
+ "lh": {
1578
2585
  "XL": {
1579
2586
  "value": "195%",
1580
2587
  "public": true,
@@ -1584,36 +2591,36 @@
1584
2591
  "value": "195%",
1585
2592
  "public": true
1586
2593
  },
1587
- "name": "typography-line-height-xl",
2594
+ "name": "typography-lh-xl",
1588
2595
  "attributes": {
1589
2596
  "category": "typography",
1590
- "type": "line-height",
2597
+ "type": "lh",
1591
2598
  "item": "XL"
1592
2599
  },
1593
2600
  "path": [
1594
2601
  "typography",
1595
- "line-height",
2602
+ "lh",
1596
2603
  "XL"
1597
2604
  ]
1598
2605
  },
1599
2606
  "L": {
1600
- "value": "170%",
2607
+ "value": "165%",
1601
2608
  "public": true,
1602
2609
  "filePath": "tokens/typography/base/line-height.json",
1603
2610
  "isSource": true,
1604
2611
  "original": {
1605
- "value": "170%",
2612
+ "value": "165%",
1606
2613
  "public": true
1607
2614
  },
1608
- "name": "typography-line-height-l",
2615
+ "name": "typography-lh-l",
1609
2616
  "attributes": {
1610
2617
  "category": "typography",
1611
- "type": "line-height",
2618
+ "type": "lh",
1612
2619
  "item": "L"
1613
2620
  },
1614
2621
  "path": [
1615
2622
  "typography",
1616
- "line-height",
2623
+ "lh",
1617
2624
  "L"
1618
2625
  ]
1619
2626
  },
@@ -1626,15 +2633,15 @@
1626
2633
  "value": "140%",
1627
2634
  "public": true
1628
2635
  },
1629
- "name": "typography-line-height-m",
2636
+ "name": "typography-lh-m",
1630
2637
  "attributes": {
1631
2638
  "category": "typography",
1632
- "type": "line-height",
2639
+ "type": "lh",
1633
2640
  "item": "M"
1634
2641
  },
1635
2642
  "path": [
1636
2643
  "typography",
1637
- "line-height",
2644
+ "lh",
1638
2645
  "M"
1639
2646
  ]
1640
2647
  },
@@ -1647,15 +2654,15 @@
1647
2654
  "value": "120%",
1648
2655
  "public": true
1649
2656
  },
1650
- "name": "typography-line-height-s",
2657
+ "name": "typography-lh-s",
1651
2658
  "attributes": {
1652
2659
  "category": "typography",
1653
- "type": "line-height",
2660
+ "type": "lh",
1654
2661
  "item": "S"
1655
2662
  },
1656
2663
  "path": [
1657
2664
  "typography",
1658
- "line-height",
2665
+ "lh",
1659
2666
  "S"
1660
2667
  ]
1661
2668
  }
@@ -1703,194 +2710,6 @@
1703
2710
  "medium"
1704
2711
  ]
1705
2712
  }
1706
- },
1707
- "size": {
1708
- "4XL": {
1709
- "value": "3.052",
1710
- "defaultUnit": "rem",
1711
- "public": true,
1712
- "filePath": "tokens/typography/base/size.json",
1713
- "isSource": true,
1714
- "original": {
1715
- "value": "3.052",
1716
- "defaultUnit": "rem",
1717
- "public": true
1718
- },
1719
- "name": "typography-size-4-xl",
1720
- "attributes": {
1721
- "category": "typography",
1722
- "type": "size",
1723
- "item": "4XL"
1724
- },
1725
- "path": [
1726
- "typography",
1727
- "size",
1728
- "4XL"
1729
- ]
1730
- },
1731
- "3XL": {
1732
- "value": "2.074",
1733
- "defaultUnit": "rem",
1734
- "public": true,
1735
- "filePath": "tokens/typography/base/size.json",
1736
- "isSource": true,
1737
- "original": {
1738
- "value": "2.074",
1739
- "defaultUnit": "rem",
1740
- "public": true
1741
- },
1742
- "name": "typography-size-3-xl",
1743
- "attributes": {
1744
- "category": "typography",
1745
- "type": "size",
1746
- "item": "3XL"
1747
- },
1748
- "path": [
1749
- "typography",
1750
- "size",
1751
- "3XL"
1752
- ]
1753
- },
1754
- "2XL": {
1755
- "value": "1.728",
1756
- "defaultUnit": "rem",
1757
- "public": true,
1758
- "filePath": "tokens/typography/base/size.json",
1759
- "isSource": true,
1760
- "original": {
1761
- "value": "1.728",
1762
- "defaultUnit": "rem",
1763
- "public": true
1764
- },
1765
- "name": "typography-size-2-xl",
1766
- "attributes": {
1767
- "category": "typography",
1768
- "type": "size",
1769
- "item": "2XL"
1770
- },
1771
- "path": [
1772
- "typography",
1773
- "size",
1774
- "2XL"
1775
- ]
1776
- },
1777
- "XL": {
1778
- "value": "1.44",
1779
- "defaultUnit": "rem",
1780
- "public": true,
1781
- "filePath": "tokens/typography/base/size.json",
1782
- "isSource": true,
1783
- "original": {
1784
- "value": "1.44",
1785
- "defaultUnit": "rem",
1786
- "public": true
1787
- },
1788
- "name": "typography-size-xl",
1789
- "attributes": {
1790
- "category": "typography",
1791
- "type": "size",
1792
- "item": "XL"
1793
- },
1794
- "path": [
1795
- "typography",
1796
- "size",
1797
- "XL"
1798
- ]
1799
- },
1800
- "L": {
1801
- "value": "1.2",
1802
- "defaultUnit": "rem",
1803
- "public": true,
1804
- "filePath": "tokens/typography/base/size.json",
1805
- "isSource": true,
1806
- "original": {
1807
- "value": "1.2",
1808
- "defaultUnit": "rem",
1809
- "public": true
1810
- },
1811
- "name": "typography-size-l",
1812
- "attributes": {
1813
- "category": "typography",
1814
- "type": "size",
1815
- "item": "L"
1816
- },
1817
- "path": [
1818
- "typography",
1819
- "size",
1820
- "L"
1821
- ]
1822
- },
1823
- "M": {
1824
- "value": "1",
1825
- "comment": "Base value.",
1826
- "defaultUnit": "rem",
1827
- "public": true,
1828
- "filePath": "tokens/typography/base/size.json",
1829
- "isSource": true,
1830
- "original": {
1831
- "value": "1",
1832
- "comment": "Base value.",
1833
- "defaultUnit": "rem",
1834
- "public": true
1835
- },
1836
- "name": "typography-size-m",
1837
- "attributes": {
1838
- "category": "typography",
1839
- "type": "size",
1840
- "item": "M"
1841
- },
1842
- "path": [
1843
- "typography",
1844
- "size",
1845
- "M"
1846
- ]
1847
- },
1848
- "S": {
1849
- "value": "0.875",
1850
- "defaultUnit": "rem",
1851
- "public": true,
1852
- "filePath": "tokens/typography/base/size.json",
1853
- "isSource": true,
1854
- "original": {
1855
- "value": "0.875",
1856
- "defaultUnit": "rem",
1857
- "public": true
1858
- },
1859
- "name": "typography-size-s",
1860
- "attributes": {
1861
- "category": "typography",
1862
- "type": "size",
1863
- "item": "S"
1864
- },
1865
- "path": [
1866
- "typography",
1867
- "size",
1868
- "S"
1869
- ]
1870
- },
1871
- "XS": {
1872
- "value": "0.75",
1873
- "defaultUnit": "rem",
1874
- "public": true,
1875
- "filePath": "tokens/typography/base/size.json",
1876
- "isSource": true,
1877
- "original": {
1878
- "value": "0.75",
1879
- "defaultUnit": "rem",
1880
- "public": true
1881
- },
1882
- "name": "typography-size-xs",
1883
- "attributes": {
1884
- "category": "typography",
1885
- "type": "size",
1886
- "item": "XS"
1887
- },
1888
- "path": [
1889
- "typography",
1890
- "size",
1891
- "XS"
1892
- ]
1893
- }
1894
2713
  }
1895
2714
  },
1896
2715
  "z-index": {
@@ -1914,12 +2733,12 @@
1914
2733
  ]
1915
2734
  },
1916
2735
  "dropdown": {
1917
- "value": 200,
2736
+ "value": 300,
1918
2737
  "public": true,
1919
2738
  "filePath": "tokens/z-index/base.json",
1920
2739
  "isSource": true,
1921
2740
  "original": {
1922
- "value": 200,
2741
+ "value": 300,
1923
2742
  "public": true
1924
2743
  },
1925
2744
  "name": "z-index-dropdown",
@@ -1933,12 +2752,12 @@
1933
2752
  ]
1934
2753
  },
1935
2754
  "notifications": {
1936
- "value": 300,
2755
+ "value": 500,
1937
2756
  "public": true,
1938
2757
  "filePath": "tokens/z-index/base.json",
1939
2758
  "isSource": true,
1940
2759
  "original": {
1941
- "value": 300,
2760
+ "value": 500,
1942
2761
  "public": true
1943
2762
  },
1944
2763
  "name": "z-index-notifications",
@@ -1952,12 +2771,12 @@
1952
2771
  ]
1953
2772
  },
1954
2773
  "overlay": {
1955
- "value": 400,
2774
+ "value": 700,
1956
2775
  "public": true,
1957
2776
  "filePath": "tokens/z-index/base.json",
1958
2777
  "isSource": true,
1959
2778
  "original": {
1960
- "value": 400,
2779
+ "value": 700,
1961
2780
  "public": true
1962
2781
  },
1963
2782
  "name": "z-index-overlay",
@@ -1971,12 +2790,12 @@
1971
2790
  ]
1972
2791
  },
1973
2792
  "modal": {
1974
- "value": 500,
2793
+ "value": 900,
1975
2794
  "public": true,
1976
2795
  "filePath": "tokens/z-index/base.json",
1977
2796
  "isSource": true,
1978
2797
  "original": {
1979
- "value": 500,
2798
+ "value": 900,
1980
2799
  "public": true
1981
2800
  },
1982
2801
  "name": "z-index-modal",
@@ -1988,6 +2807,44 @@
1988
2807
  "z-index",
1989
2808
  "modal"
1990
2809
  ]
2810
+ },
2811
+ "max": {
2812
+ "value": 9999,
2813
+ "public": true,
2814
+ "filePath": "tokens/z-index/base.json",
2815
+ "isSource": true,
2816
+ "original": {
2817
+ "value": 9999,
2818
+ "public": true
2819
+ },
2820
+ "name": "z-index-max",
2821
+ "attributes": {
2822
+ "category": "z-index",
2823
+ "type": "max"
2824
+ },
2825
+ "path": [
2826
+ "z-index",
2827
+ "max"
2828
+ ]
2829
+ },
2830
+ "reset": {
2831
+ "value": 0,
2832
+ "public": true,
2833
+ "filePath": "tokens/z-index/base.json",
2834
+ "isSource": true,
2835
+ "original": {
2836
+ "value": 0,
2837
+ "public": true
2838
+ },
2839
+ "name": "z-index-reset",
2840
+ "attributes": {
2841
+ "category": "z-index",
2842
+ "type": "reset"
2843
+ },
2844
+ "path": [
2845
+ "z-index",
2846
+ "reset"
2847
+ ]
1991
2848
  }
1992
2849
  }
1993
2850
  }