@norges-domstoler/dds-design-tokens 4.0.2 → 5.1.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.
Files changed (64) hide show
  1. package/README.md +33 -27
  2. package/dist/cjs/dds/build/js/borderRadius.d.ts +10 -30
  3. package/dist/cjs/dds/build/js/colors.d.ts +153 -67
  4. package/dist/cjs/dds/build/js/ddsTokens.d.ts +271 -205
  5. package/dist/cjs/dds/build/js/font.d.ts +50 -0
  6. package/dist/cjs/dds/build/js/fontObject.d.ts +922 -22
  7. package/dist/cjs/dds/build/js/grid.d.ts +15 -35
  8. package/dist/cjs/dds/build/js/iconSize.d.ts +6 -6
  9. package/dist/cjs/dds/build/js/outershadow.d.ts +1 -1
  10. package/dist/cjs/dds/build/js/spacing.d.ts +28 -88
  11. package/dist/cjs/dds/index.d.ts +10 -11
  12. package/dist/cjs/index.js +3312 -909
  13. package/dist/cjs/src/ddsBaseTokens.d.ts +632 -3
  14. package/dist/css/borderRadius.css +6 -16
  15. package/dist/css/breakpoints.css +1 -1
  16. package/dist/css/colors.css +153 -67
  17. package/dist/css/ddsTokens.css +198 -198
  18. package/dist/css/font.css +1 -1
  19. package/dist/css/grid.css +11 -26
  20. package/dist/css/iconSize.css +4 -4
  21. package/dist/css/outershadow.css +1 -1
  22. package/dist/css/spacing.css +15 -45
  23. package/dist/dds/build/js/borderRadius.d.ts +10 -30
  24. package/dist/dds/build/js/borderRadius.js +11 -31
  25. package/dist/dds/build/js/colors.d.ts +153 -67
  26. package/dist/dds/build/js/colors.js +154 -68
  27. package/dist/dds/build/js/ddsTokens.d.ts +271 -205
  28. package/dist/dds/build/js/ddsTokens.js +631 -0
  29. package/dist/dds/build/js/font.d.ts +50 -0
  30. package/dist/dds/build/js/font.js +51 -1
  31. package/dist/dds/build/js/fontObject.d.ts +922 -22
  32. package/dist/dds/build/js/fontObject.js +1453 -303
  33. package/dist/dds/build/js/grid.d.ts +15 -35
  34. package/dist/dds/build/js/grid.js +16 -36
  35. package/dist/dds/build/js/iconSize.d.ts +6 -6
  36. package/dist/dds/build/js/iconSize.js +7 -7
  37. package/dist/dds/build/js/outershadow.d.ts +1 -1
  38. package/dist/dds/build/js/outershadow.js +1 -1
  39. package/dist/dds/build/js/spacing.d.ts +28 -88
  40. package/dist/dds/build/js/spacing.js +29 -89
  41. package/dist/dds/index.d.ts +10 -11
  42. package/dist/ddsBaseTokens.js +3 -5
  43. package/dist/ddsReferenceTokens.js +6 -6
  44. package/dist/index.js +1 -1
  45. package/dist/scss/_borderRadius.scss +6 -16
  46. package/dist/scss/_breakpoints.scss +1 -1
  47. package/dist/scss/_colors.scss +154 -102
  48. package/dist/scss/_ddsTokens.scss +199 -198
  49. package/dist/scss/_font.scss +1 -1
  50. package/dist/scss/_iconSize.scss +4 -4
  51. package/dist/scss/_outershadow.scss +1 -1
  52. package/dist/scss/_spacing.scss +16 -45
  53. package/dist/src/ddsBaseTokens.d.ts +632 -3
  54. package/package.json +6 -6
  55. package/dist/cjs/dds/build/js/border.d.ts +0 -30
  56. package/dist/cjs/dds/build/js/innershadow.d.ts +0 -8
  57. package/dist/css/border.css +0 -31
  58. package/dist/css/innershadow.css +0 -11
  59. package/dist/dds/build/js/border.d.ts +0 -30
  60. package/dist/dds/build/js/border.js +0 -32
  61. package/dist/dds/build/js/innershadow.d.ts +0 -8
  62. package/dist/dds/build/js/innershadow.js +0 -10
  63. package/dist/scss/_border.scss +0 -28
  64. package/dist/scss/_innershadow.scss +0 -8
@@ -2,11 +2,57 @@ const ddsStyles = {
2
2
  "$dds-font": {
3
3
  "heading": {
4
4
  "sans-01": {
5
+ "category": {
6
+ "value": "font",
7
+ "type": "other",
8
+ "filePath": "tokens/font/font.json",
9
+ "isSource": true,
10
+ "original": {
11
+ "value": "font",
12
+ "type": "other"
13
+ },
14
+ "name": "DdsFontHeadingSans01Category",
15
+ "attributes": {
16
+ "category": "$dds-font",
17
+ "type": "heading",
18
+ "item": "sans-01",
19
+ "subitem": "category"
20
+ },
21
+ "path": [
22
+ "$dds-font",
23
+ "heading",
24
+ "sans-01",
25
+ "category"
26
+ ]
27
+ },
28
+ "exportKey": {
29
+ "value": "font",
30
+ "type": "other",
31
+ "filePath": "tokens/font/font.json",
32
+ "isSource": true,
33
+ "original": {
34
+ "value": "font",
35
+ "type": "other"
36
+ },
37
+ "name": "DdsFontHeadingSans01ExportKey",
38
+ "attributes": {
39
+ "category": "$dds-font",
40
+ "type": "heading",
41
+ "item": "sans-01",
42
+ "subitem": "exportKey"
43
+ },
44
+ "path": [
45
+ "$dds-font",
46
+ "heading",
47
+ "sans-01",
48
+ "exportKey"
49
+ ]
50
+ },
5
51
  "fontSize": {
6
52
  "value": 16,
7
53
  "type": "number",
8
54
  "unit": "pixel",
9
- "filePath": "properties/font/font.json",
55
+ "filePath": "tokens/font/font.json",
10
56
  "isSource": true,
11
57
  "original": {
12
58
  "value": 16,
@@ -30,7 +76,7 @@ const ddsStyles = {
30
76
  "textDecoration": {
31
77
  "value": "none",
32
78
  "type": "string",
33
- "filePath": "properties/font/font.json",
79
+ "filePath": "tokens/font/font.json",
34
80
  "isSource": true,
35
81
  "original": {
36
82
  "value": "none",
@@ -53,7 +99,7 @@ const ddsStyles = {
53
99
  "fontFamily": {
54
100
  "value": "IBM Plex Sans",
55
101
  "type": "string",
56
- "filePath": "properties/font/font.json",
102
+ "filePath": "tokens/font/font.json",
57
103
  "isSource": true,
58
104
  "original": {
59
105
  "value": "IBM Plex Sans",
@@ -76,7 +122,7 @@ const ddsStyles = {
76
122
  "fontWeight": {
77
123
  "value": 600,
78
124
  "type": "number",
79
- "filePath": "properties/font/font.json",
125
+ "filePath": "tokens/font/font.json",
80
126
  "isSource": true,
81
127
  "original": {
82
128
  "value": 600,
@@ -99,7 +145,7 @@ const ddsStyles = {
99
145
  "fontStyle": {
100
146
  "value": "normal",
101
147
  "type": "string",
102
- "filePath": "properties/font/font.json",
148
+ "filePath": "tokens/font/font.json",
103
149
  "isSource": true,
104
150
  "original": {
105
151
  "value": "normal",
@@ -122,7 +168,7 @@ const ddsStyles = {
122
168
  "fontStretch": {
123
169
  "value": "normal",
124
170
  "type": "string",
125
- "filePath": "properties/font/font.json",
171
+ "filePath": "tokens/font/font.json",
126
172
  "isSource": true,
127
173
  "original": {
128
174
  "value": "normal",
@@ -145,7 +191,7 @@ const ddsStyles = {
145
191
  "_fontStyleOld": {
146
192
  "value": "SemiBold",
147
193
  "type": "string",
148
- "filePath": "properties/font/font.json",
194
+ "filePath": "tokens/font/font.json",
149
195
  "isSource": true,
150
196
  "original": {
151
197
  "value": "SemiBold",
@@ -169,7 +215,7 @@ const ddsStyles = {
169
215
  "value": "0em",
170
216
  "type": "number",
171
217
  "unit": "percent",
172
- "filePath": "properties/font/font.json",
218
+ "filePath": "tokens/font/font.json",
173
219
  "isSource": true,
174
220
  "original": {
175
221
  "value": 0,
@@ -194,7 +240,7 @@ const ddsStyles = {
194
240
  "value": "1.5em",
195
241
  "type": "number",
196
242
  "unit": "percent",
197
- "filePath": "properties/font/font.json",
243
+ "filePath": "tokens/font/font.json",
198
244
  "isSource": true,
199
245
  "original": {
200
246
  "value": 150,
@@ -219,7 +265,7 @@ const ddsStyles = {
219
265
  "value": 0,
220
266
  "type": "number",
221
267
  "unit": "pixel",
222
- "filePath": "properties/font/font.json",
268
+ "filePath": "tokens/font/font.json",
223
269
  "isSource": true,
224
270
  "original": {
225
271
  "value": 0,
@@ -244,7 +290,7 @@ const ddsStyles = {
244
290
  "value": 6.400000095367432,
245
291
  "type": "number",
246
292
  "unit": "pixel",
247
- "filePath": "properties/font/font.json",
293
+ "filePath": "tokens/font/font.json",
248
294
  "isSource": true,
249
295
  "original": {
250
296
  "value": 6.400000095367432,
@@ -268,7 +314,7 @@ const ddsStyles = {
268
314
  "textCase": {
269
315
  "value": "none",
270
316
  "type": "string",
271
- "filePath": "properties/font/font.json",
317
+ "filePath": "tokens/font/font.json",
272
318
  "isSource": true,
273
319
  "original": {
274
320
  "value": "none",
@@ -290,11 +336,57 @@ const ddsStyles = {
290
336
  }
291
337
  },
292
338
  "sans-02": {
339
+ "category": {
340
+ "value": "font",
341
+ "type": "other",
342
+ "filePath": "tokens/font/font.json",
343
+ "isSource": true,
344
+ "original": {
345
+ "value": "font",
346
+ "type": "other"
347
+ },
348
+ "name": "DdsFontHeadingSans02Category",
349
+ "attributes": {
350
+ "category": "$dds-font",
351
+ "type": "heading",
352
+ "item": "sans-02",
353
+ "subitem": "category"
354
+ },
355
+ "path": [
356
+ "$dds-font",
357
+ "heading",
358
+ "sans-02",
359
+ "category"
360
+ ]
361
+ },
362
+ "exportKey": {
363
+ "value": "font",
364
+ "type": "other",
365
+ "filePath": "tokens/font/font.json",
366
+ "isSource": true,
367
+ "original": {
368
+ "value": "font",
369
+ "type": "other"
370
+ },
371
+ "name": "DdsFontHeadingSans02ExportKey",
372
+ "attributes": {
373
+ "category": "$dds-font",
374
+ "type": "heading",
375
+ "item": "sans-02",
376
+ "subitem": "exportKey"
377
+ },
378
+ "path": [
379
+ "$dds-font",
380
+ "heading",
381
+ "sans-02",
382
+ "exportKey"
383
+ ]
384
+ },
293
385
  "fontSize": {
294
386
  "value": 18,
295
387
  "type": "number",
296
388
  "unit": "pixel",
297
- "filePath": "properties/font/font.json",
389
+ "filePath": "tokens/font/font.json",
298
390
  "isSource": true,
299
391
  "original": {
300
392
  "value": 18,
@@ -318,7 +410,7 @@ const ddsStyles = {
318
410
  "textDecoration": {
319
411
  "value": "none",
320
412
  "type": "string",
321
- "filePath": "properties/font/font.json",
413
+ "filePath": "tokens/font/font.json",
322
414
  "isSource": true,
323
415
  "original": {
324
416
  "value": "none",
@@ -341,7 +433,7 @@ const ddsStyles = {
341
433
  "fontFamily": {
342
434
  "value": "IBM Plex Sans",
343
435
  "type": "string",
344
- "filePath": "properties/font/font.json",
436
+ "filePath": "tokens/font/font.json",
345
437
  "isSource": true,
346
438
  "original": {
347
439
  "value": "IBM Plex Sans",
@@ -364,7 +456,7 @@ const ddsStyles = {
364
456
  "fontWeight": {
365
457
  "value": 600,
366
458
  "type": "number",
367
- "filePath": "properties/font/font.json",
459
+ "filePath": "tokens/font/font.json",
368
460
  "isSource": true,
369
461
  "original": {
370
462
  "value": 600,
@@ -387,7 +479,7 @@ const ddsStyles = {
387
479
  "fontStyle": {
388
480
  "value": "normal",
389
481
  "type": "string",
390
- "filePath": "properties/font/font.json",
482
+ "filePath": "tokens/font/font.json",
391
483
  "isSource": true,
392
484
  "original": {
393
485
  "value": "normal",
@@ -410,7 +502,7 @@ const ddsStyles = {
410
502
  "fontStretch": {
411
503
  "value": "normal",
412
504
  "type": "string",
413
- "filePath": "properties/font/font.json",
505
+ "filePath": "tokens/font/font.json",
414
506
  "isSource": true,
415
507
  "original": {
416
508
  "value": "normal",
@@ -433,7 +525,7 @@ const ddsStyles = {
433
525
  "_fontStyleOld": {
434
526
  "value": "SemiBold",
435
527
  "type": "string",
436
- "filePath": "properties/font/font.json",
528
+ "filePath": "tokens/font/font.json",
437
529
  "isSource": true,
438
530
  "original": {
439
531
  "value": "SemiBold",
@@ -457,7 +549,7 @@ const ddsStyles = {
457
549
  "value": "0em",
458
550
  "type": "number",
459
551
  "unit": "percent",
460
- "filePath": "properties/font/font.json",
552
+ "filePath": "tokens/font/font.json",
461
553
  "isSource": true,
462
554
  "original": {
463
555
  "value": 0,
@@ -482,7 +574,7 @@ const ddsStyles = {
482
574
  "value": "1.5em",
483
575
  "type": "number",
484
576
  "unit": "percent",
485
- "filePath": "properties/font/font.json",
577
+ "filePath": "tokens/font/font.json",
486
578
  "isSource": true,
487
579
  "original": {
488
580
  "value": 150,
@@ -507,7 +599,7 @@ const ddsStyles = {
507
599
  "value": 0,
508
600
  "type": "number",
509
601
  "unit": "pixel",
510
- "filePath": "properties/font/font.json",
602
+ "filePath": "tokens/font/font.json",
511
603
  "isSource": true,
512
604
  "original": {
513
605
  "value": 0,
@@ -532,7 +624,7 @@ const ddsStyles = {
532
624
  "value": 7.199999809265137,
533
625
  "type": "number",
534
626
  "unit": "pixel",
535
- "filePath": "properties/font/font.json",
627
+ "filePath": "tokens/font/font.json",
536
628
  "isSource": true,
537
629
  "original": {
538
630
  "value": 7.199999809265137,
@@ -556,7 +648,7 @@ const ddsStyles = {
556
648
  "textCase": {
557
649
  "value": "none",
558
650
  "type": "string",
559
- "filePath": "properties/font/font.json",
651
+ "filePath": "tokens/font/font.json",
560
652
  "isSource": true,
561
653
  "original": {
562
654
  "value": "none",
@@ -578,11 +670,57 @@ const ddsStyles = {
578
670
  }
579
671
  },
580
672
  "sans-03": {
673
+ "category": {
674
+ "value": "font",
675
+ "type": "other",
676
+ "filePath": "tokens/font/font.json",
677
+ "isSource": true,
678
+ "original": {
679
+ "value": "font",
680
+ "type": "other"
681
+ },
682
+ "name": "DdsFontHeadingSans03Category",
683
+ "attributes": {
684
+ "category": "$dds-font",
685
+ "type": "heading",
686
+ "item": "sans-03",
687
+ "subitem": "category"
688
+ },
689
+ "path": [
690
+ "$dds-font",
691
+ "heading",
692
+ "sans-03",
693
+ "category"
694
+ ]
695
+ },
696
+ "exportKey": {
697
+ "value": "font",
698
+ "type": "other",
699
+ "filePath": "tokens/font/font.json",
700
+ "isSource": true,
701
+ "original": {
702
+ "value": "font",
703
+ "type": "other"
704
+ },
705
+ "name": "DdsFontHeadingSans03ExportKey",
706
+ "attributes": {
707
+ "category": "$dds-font",
708
+ "type": "heading",
709
+ "item": "sans-03",
710
+ "subitem": "exportKey"
711
+ },
712
+ "path": [
713
+ "$dds-font",
714
+ "heading",
715
+ "sans-03",
716
+ "exportKey"
717
+ ]
718
+ },
581
719
  "fontSize": {
582
720
  "value": 24,
583
721
  "type": "number",
584
722
  "unit": "pixel",
585
- "filePath": "properties/font/font.json",
723
+ "filePath": "tokens/font/font.json",
586
724
  "isSource": true,
587
725
  "original": {
588
726
  "value": 24,
@@ -606,7 +744,7 @@ const ddsStyles = {
606
744
  "textDecoration": {
607
745
  "value": "none",
608
746
  "type": "string",
609
- "filePath": "properties/font/font.json",
747
+ "filePath": "tokens/font/font.json",
610
748
  "isSource": true,
611
749
  "original": {
612
750
  "value": "none",
@@ -629,7 +767,7 @@ const ddsStyles = {
629
767
  "fontFamily": {
630
768
  "value": "IBM Plex Sans",
631
769
  "type": "string",
632
- "filePath": "properties/font/font.json",
770
+ "filePath": "tokens/font/font.json",
633
771
  "isSource": true,
634
772
  "original": {
635
773
  "value": "IBM Plex Sans",
@@ -652,7 +790,7 @@ const ddsStyles = {
652
790
  "fontWeight": {
653
791
  "value": 400,
654
792
  "type": "number",
655
- "filePath": "properties/font/font.json",
793
+ "filePath": "tokens/font/font.json",
656
794
  "isSource": true,
657
795
  "original": {
658
796
  "value": 400,
@@ -675,7 +813,7 @@ const ddsStyles = {
675
813
  "fontStyle": {
676
814
  "value": "normal",
677
815
  "type": "string",
678
- "filePath": "properties/font/font.json",
816
+ "filePath": "tokens/font/font.json",
679
817
  "isSource": true,
680
818
  "original": {
681
819
  "value": "normal",
@@ -698,7 +836,7 @@ const ddsStyles = {
698
836
  "fontStretch": {
699
837
  "value": "normal",
700
838
  "type": "string",
701
- "filePath": "properties/font/font.json",
839
+ "filePath": "tokens/font/font.json",
702
840
  "isSource": true,
703
841
  "original": {
704
842
  "value": "normal",
@@ -721,7 +859,7 @@ const ddsStyles = {
721
859
  "_fontStyleOld": {
722
860
  "value": "Regular",
723
861
  "type": "string",
724
- "filePath": "properties/font/font.json",
862
+ "filePath": "tokens/font/font.json",
725
863
  "isSource": true,
726
864
  "original": {
727
865
  "value": "Regular",
@@ -745,7 +883,7 @@ const ddsStyles = {
745
883
  "value": "0em",
746
884
  "type": "number",
747
885
  "unit": "percent",
748
- "filePath": "properties/font/font.json",
886
+ "filePath": "tokens/font/font.json",
749
887
  "isSource": true,
750
888
  "original": {
751
889
  "value": 0,
@@ -770,7 +908,7 @@ const ddsStyles = {
770
908
  "value": "1.35em",
771
909
  "type": "number",
772
910
  "unit": "percent",
773
- "filePath": "properties/font/font.json",
911
+ "filePath": "tokens/font/font.json",
774
912
  "isSource": true,
775
913
  "original": {
776
914
  "value": 135,
@@ -795,7 +933,7 @@ const ddsStyles = {
795
933
  "value": 0,
796
934
  "type": "number",
797
935
  "unit": "pixel",
798
- "filePath": "properties/font/font.json",
936
+ "filePath": "tokens/font/font.json",
799
937
  "isSource": true,
800
938
  "original": {
801
939
  "value": 0,
@@ -820,7 +958,7 @@ const ddsStyles = {
820
958
  "value": 9.600000381469727,
821
959
  "type": "number",
822
960
  "unit": "pixel",
823
- "filePath": "properties/font/font.json",
961
+ "filePath": "tokens/font/font.json",
824
962
  "isSource": true,
825
963
  "original": {
826
964
  "value": 9.600000381469727,
@@ -844,7 +982,7 @@ const ddsStyles = {
844
982
  "textCase": {
845
983
  "value": "none",
846
984
  "type": "string",
847
- "filePath": "properties/font/font.json",
985
+ "filePath": "tokens/font/font.json",
848
986
  "isSource": true,
849
987
  "original": {
850
988
  "value": "none",
@@ -866,11 +1004,57 @@ const ddsStyles = {
866
1004
  }
867
1005
  },
868
1006
  "sans-04": {
1007
+ "category": {
1008
+ "value": "font",
1009
+ "type": "other",
1010
+ "filePath": "tokens/font/font.json",
1011
+ "isSource": true,
1012
+ "original": {
1013
+ "value": "font",
1014
+ "type": "other"
1015
+ },
1016
+ "name": "DdsFontHeadingSans04Category",
1017
+ "attributes": {
1018
+ "category": "$dds-font",
1019
+ "type": "heading",
1020
+ "item": "sans-04",
1021
+ "subitem": "category"
1022
+ },
1023
+ "path": [
1024
+ "$dds-font",
1025
+ "heading",
1026
+ "sans-04",
1027
+ "category"
1028
+ ]
1029
+ },
1030
+ "exportKey": {
1031
+ "value": "font",
1032
+ "type": "other",
1033
+ "filePath": "tokens/font/font.json",
1034
+ "isSource": true,
1035
+ "original": {
1036
+ "value": "font",
1037
+ "type": "other"
1038
+ },
1039
+ "name": "DdsFontHeadingSans04ExportKey",
1040
+ "attributes": {
1041
+ "category": "$dds-font",
1042
+ "type": "heading",
1043
+ "item": "sans-04",
1044
+ "subitem": "exportKey"
1045
+ },
1046
+ "path": [
1047
+ "$dds-font",
1048
+ "heading",
1049
+ "sans-04",
1050
+ "exportKey"
1051
+ ]
1052
+ },
869
1053
  "fontSize": {
870
1054
  "value": 32,
871
1055
  "type": "number",
872
1056
  "unit": "pixel",
873
- "filePath": "properties/font/font.json",
1057
+ "filePath": "tokens/font/font.json",
874
1058
  "isSource": true,
875
1059
  "original": {
876
1060
  "value": 32,
@@ -894,7 +1078,7 @@ const ddsStyles = {
894
1078
  "textDecoration": {
895
1079
  "value": "none",
896
1080
  "type": "string",
897
- "filePath": "properties/font/font.json",
1081
+ "filePath": "tokens/font/font.json",
898
1082
  "isSource": true,
899
1083
  "original": {
900
1084
  "value": "none",
@@ -917,7 +1101,7 @@ const ddsStyles = {
917
1101
  "fontFamily": {
918
1102
  "value": "IBM Plex Sans",
919
1103
  "type": "string",
920
- "filePath": "properties/font/font.json",
1104
+ "filePath": "tokens/font/font.json",
921
1105
  "isSource": true,
922
1106
  "original": {
923
1107
  "value": "IBM Plex Sans",
@@ -940,7 +1124,7 @@ const ddsStyles = {
940
1124
  "fontWeight": {
941
1125
  "value": 400,
942
1126
  "type": "number",
943
- "filePath": "properties/font/font.json",
1127
+ "filePath": "tokens/font/font.json",
944
1128
  "isSource": true,
945
1129
  "original": {
946
1130
  "value": 400,
@@ -963,7 +1147,7 @@ const ddsStyles = {
963
1147
  "fontStyle": {
964
1148
  "value": "normal",
965
1149
  "type": "string",
966
- "filePath": "properties/font/font.json",
1150
+ "filePath": "tokens/font/font.json",
967
1151
  "isSource": true,
968
1152
  "original": {
969
1153
  "value": "normal",
@@ -986,7 +1170,7 @@ const ddsStyles = {
986
1170
  "fontStretch": {
987
1171
  "value": "normal",
988
1172
  "type": "string",
989
- "filePath": "properties/font/font.json",
1173
+ "filePath": "tokens/font/font.json",
990
1174
  "isSource": true,
991
1175
  "original": {
992
1176
  "value": "normal",
@@ -1009,7 +1193,7 @@ const ddsStyles = {
1009
1193
  "_fontStyleOld": {
1010
1194
  "value": "Regular",
1011
1195
  "type": "string",
1012
- "filePath": "properties/font/font.json",
1196
+ "filePath": "tokens/font/font.json",
1013
1197
  "isSource": true,
1014
1198
  "original": {
1015
1199
  "value": "Regular",
@@ -1033,7 +1217,7 @@ const ddsStyles = {
1033
1217
  "value": "0em",
1034
1218
  "type": "number",
1035
1219
  "unit": "percent",
1036
- "filePath": "properties/font/font.json",
1220
+ "filePath": "tokens/font/font.json",
1037
1221
  "isSource": true,
1038
1222
  "original": {
1039
1223
  "value": 0,
@@ -1058,7 +1242,7 @@ const ddsStyles = {
1058
1242
  "value": "1.35em",
1059
1243
  "type": "number",
1060
1244
  "unit": "percent",
1061
- "filePath": "properties/font/font.json",
1245
+ "filePath": "tokens/font/font.json",
1062
1246
  "isSource": true,
1063
1247
  "original": {
1064
1248
  "value": 135,
@@ -1083,7 +1267,7 @@ const ddsStyles = {
1083
1267
  "value": 0,
1084
1268
  "type": "number",
1085
1269
  "unit": "pixel",
1086
- "filePath": "properties/font/font.json",
1270
+ "filePath": "tokens/font/font.json",
1087
1271
  "isSource": true,
1088
1272
  "original": {
1089
1273
  "value": 0,
@@ -1108,7 +1292,7 @@ const ddsStyles = {
1108
1292
  "value": 12.800000190734863,
1109
1293
  "type": "number",
1110
1294
  "unit": "pixel",
1111
- "filePath": "properties/font/font.json",
1295
+ "filePath": "tokens/font/font.json",
1112
1296
  "isSource": true,
1113
1297
  "original": {
1114
1298
  "value": 12.800000190734863,
@@ -1132,7 +1316,7 @@ const ddsStyles = {
1132
1316
  "textCase": {
1133
1317
  "value": "none",
1134
1318
  "type": "string",
1135
- "filePath": "properties/font/font.json",
1319
+ "filePath": "tokens/font/font.json",
1136
1320
  "isSource": true,
1137
1321
  "original": {
1138
1322
  "value": "none",
@@ -1154,11 +1338,57 @@ const ddsStyles = {
1154
1338
  }
1155
1339
  },
1156
1340
  "sans-05": {
1341
+ "category": {
1342
+ "value": "font",
1343
+ "type": "other",
1344
+ "filePath": "tokens/font/font.json",
1345
+ "isSource": true,
1346
+ "original": {
1347
+ "value": "font",
1348
+ "type": "other"
1349
+ },
1350
+ "name": "DdsFontHeadingSans05Category",
1351
+ "attributes": {
1352
+ "category": "$dds-font",
1353
+ "type": "heading",
1354
+ "item": "sans-05",
1355
+ "subitem": "category"
1356
+ },
1357
+ "path": [
1358
+ "$dds-font",
1359
+ "heading",
1360
+ "sans-05",
1361
+ "category"
1362
+ ]
1363
+ },
1364
+ "exportKey": {
1365
+ "value": "font",
1366
+ "type": "other",
1367
+ "filePath": "tokens/font/font.json",
1368
+ "isSource": true,
1369
+ "original": {
1370
+ "value": "font",
1371
+ "type": "other"
1372
+ },
1373
+ "name": "DdsFontHeadingSans05ExportKey",
1374
+ "attributes": {
1375
+ "category": "$dds-font",
1376
+ "type": "heading",
1377
+ "item": "sans-05",
1378
+ "subitem": "exportKey"
1379
+ },
1380
+ "path": [
1381
+ "$dds-font",
1382
+ "heading",
1383
+ "sans-05",
1384
+ "exportKey"
1385
+ ]
1386
+ },
1157
1387
  "fontSize": {
1158
1388
  "value": 40,
1159
1389
  "type": "number",
1160
1390
  "unit": "pixel",
1161
- "filePath": "properties/font/font.json",
1391
+ "filePath": "tokens/font/font.json",
1162
1392
  "isSource": true,
1163
1393
  "original": {
1164
1394
  "value": 40,
@@ -1182,7 +1412,7 @@ const ddsStyles = {
1182
1412
  "textDecoration": {
1183
1413
  "value": "none",
1184
1414
  "type": "string",
1185
- "filePath": "properties/font/font.json",
1415
+ "filePath": "tokens/font/font.json",
1186
1416
  "isSource": true,
1187
1417
  "original": {
1188
1418
  "value": "none",
@@ -1205,7 +1435,7 @@ const ddsStyles = {
1205
1435
  "fontFamily": {
1206
1436
  "value": "IBM Plex Sans",
1207
1437
  "type": "string",
1208
- "filePath": "properties/font/font.json",
1438
+ "filePath": "tokens/font/font.json",
1209
1439
  "isSource": true,
1210
1440
  "original": {
1211
1441
  "value": "IBM Plex Sans",
@@ -1228,7 +1458,7 @@ const ddsStyles = {
1228
1458
  "fontWeight": {
1229
1459
  "value": 300,
1230
1460
  "type": "number",
1231
- "filePath": "properties/font/font.json",
1461
+ "filePath": "tokens/font/font.json",
1232
1462
  "isSource": true,
1233
1463
  "original": {
1234
1464
  "value": 300,
@@ -1251,7 +1481,7 @@ const ddsStyles = {
1251
1481
  "fontStyle": {
1252
1482
  "value": "normal",
1253
1483
  "type": "string",
1254
- "filePath": "properties/font/font.json",
1484
+ "filePath": "tokens/font/font.json",
1255
1485
  "isSource": true,
1256
1486
  "original": {
1257
1487
  "value": "normal",
@@ -1274,7 +1504,7 @@ const ddsStyles = {
1274
1504
  "fontStretch": {
1275
1505
  "value": "normal",
1276
1506
  "type": "string",
1277
- "filePath": "properties/font/font.json",
1507
+ "filePath": "tokens/font/font.json",
1278
1508
  "isSource": true,
1279
1509
  "original": {
1280
1510
  "value": "normal",
@@ -1297,7 +1527,7 @@ const ddsStyles = {
1297
1527
  "_fontStyleOld": {
1298
1528
  "value": "Light",
1299
1529
  "type": "string",
1300
- "filePath": "properties/font/font.json",
1530
+ "filePath": "tokens/font/font.json",
1301
1531
  "isSource": true,
1302
1532
  "original": {
1303
1533
  "value": "Light",
@@ -1321,7 +1551,7 @@ const ddsStyles = {
1321
1551
  "value": "-0.01em",
1322
1552
  "type": "number",
1323
1553
  "unit": "percent",
1324
- "filePath": "properties/font/font.json",
1554
+ "filePath": "tokens/font/font.json",
1325
1555
  "isSource": true,
1326
1556
  "original": {
1327
1557
  "value": -1,
@@ -1346,7 +1576,7 @@ const ddsStyles = {
1346
1576
  "value": "1.35em",
1347
1577
  "type": "number",
1348
1578
  "unit": "percent",
1349
- "filePath": "properties/font/font.json",
1579
+ "filePath": "tokens/font/font.json",
1350
1580
  "isSource": true,
1351
1581
  "original": {
1352
1582
  "value": 135,
@@ -1371,7 +1601,7 @@ const ddsStyles = {
1371
1601
  "value": 0,
1372
1602
  "type": "number",
1373
1603
  "unit": "pixel",
1374
- "filePath": "properties/font/font.json",
1604
+ "filePath": "tokens/font/font.json",
1375
1605
  "isSource": true,
1376
1606
  "original": {
1377
1607
  "value": 0,
@@ -1396,7 +1626,7 @@ const ddsStyles = {
1396
1626
  "value": 16,
1397
1627
  "type": "number",
1398
1628
  "unit": "pixel",
1399
- "filePath": "properties/font/font.json",
1629
+ "filePath": "tokens/font/font.json",
1400
1630
  "isSource": true,
1401
1631
  "original": {
1402
1632
  "value": 16,
@@ -1420,7 +1650,7 @@ const ddsStyles = {
1420
1650
  "textCase": {
1421
1651
  "value": "none",
1422
1652
  "type": "string",
1423
- "filePath": "properties/font/font.json",
1653
+ "filePath": "tokens/font/font.json",
1424
1654
  "isSource": true,
1425
1655
  "original": {
1426
1656
  "value": "none",
@@ -1442,11 +1672,57 @@ const ddsStyles = {
1442
1672
  }
1443
1673
  },
1444
1674
  "sans-06": {
1675
+ "category": {
1676
+ "value": "font",
1677
+ "type": "other",
1678
+ "filePath": "tokens/font/font.json",
1679
+ "isSource": true,
1680
+ "original": {
1681
+ "value": "font",
1682
+ "type": "other"
1683
+ },
1684
+ "name": "DdsFontHeadingSans06Category",
1685
+ "attributes": {
1686
+ "category": "$dds-font",
1687
+ "type": "heading",
1688
+ "item": "sans-06",
1689
+ "subitem": "category"
1690
+ },
1691
+ "path": [
1692
+ "$dds-font",
1693
+ "heading",
1694
+ "sans-06",
1695
+ "category"
1696
+ ]
1697
+ },
1698
+ "exportKey": {
1699
+ "value": "font",
1700
+ "type": "other",
1701
+ "filePath": "tokens/font/font.json",
1702
+ "isSource": true,
1703
+ "original": {
1704
+ "value": "font",
1705
+ "type": "other"
1706
+ },
1707
+ "name": "DdsFontHeadingSans06ExportKey",
1708
+ "attributes": {
1709
+ "category": "$dds-font",
1710
+ "type": "heading",
1711
+ "item": "sans-06",
1712
+ "subitem": "exportKey"
1713
+ },
1714
+ "path": [
1715
+ "$dds-font",
1716
+ "heading",
1717
+ "sans-06",
1718
+ "exportKey"
1719
+ ]
1720
+ },
1445
1721
  "fontSize": {
1446
1722
  "value": 48,
1447
1723
  "type": "number",
1448
1724
  "unit": "pixel",
1449
- "filePath": "properties/font/font.json",
1725
+ "filePath": "tokens/font/font.json",
1450
1726
  "isSource": true,
1451
1727
  "original": {
1452
1728
  "value": 48,
@@ -1470,7 +1746,7 @@ const ddsStyles = {
1470
1746
  "textDecoration": {
1471
1747
  "value": "none",
1472
1748
  "type": "string",
1473
- "filePath": "properties/font/font.json",
1749
+ "filePath": "tokens/font/font.json",
1474
1750
  "isSource": true,
1475
1751
  "original": {
1476
1752
  "value": "none",
@@ -1493,7 +1769,7 @@ const ddsStyles = {
1493
1769
  "fontFamily": {
1494
1770
  "value": "IBM Plex Sans",
1495
1771
  "type": "string",
1496
- "filePath": "properties/font/font.json",
1772
+ "filePath": "tokens/font/font.json",
1497
1773
  "isSource": true,
1498
1774
  "original": {
1499
1775
  "value": "IBM Plex Sans",
@@ -1516,7 +1792,7 @@ const ddsStyles = {
1516
1792
  "fontWeight": {
1517
1793
  "value": 300,
1518
1794
  "type": "number",
1519
- "filePath": "properties/font/font.json",
1795
+ "filePath": "tokens/font/font.json",
1520
1796
  "isSource": true,
1521
1797
  "original": {
1522
1798
  "value": 300,
@@ -1539,7 +1815,7 @@ const ddsStyles = {
1539
1815
  "fontStyle": {
1540
1816
  "value": "normal",
1541
1817
  "type": "string",
1542
- "filePath": "properties/font/font.json",
1818
+ "filePath": "tokens/font/font.json",
1543
1819
  "isSource": true,
1544
1820
  "original": {
1545
1821
  "value": "normal",
@@ -1562,7 +1838,7 @@ const ddsStyles = {
1562
1838
  "fontStretch": {
1563
1839
  "value": "normal",
1564
1840
  "type": "string",
1565
- "filePath": "properties/font/font.json",
1841
+ "filePath": "tokens/font/font.json",
1566
1842
  "isSource": true,
1567
1843
  "original": {
1568
1844
  "value": "normal",
@@ -1585,7 +1861,7 @@ const ddsStyles = {
1585
1861
  "_fontStyleOld": {
1586
1862
  "value": "Light",
1587
1863
  "type": "string",
1588
- "filePath": "properties/font/font.json",
1864
+ "filePath": "tokens/font/font.json",
1589
1865
  "isSource": true,
1590
1866
  "original": {
1591
1867
  "value": "Light",
@@ -1609,7 +1885,7 @@ const ddsStyles = {
1609
1885
  "value": "-0.01em",
1610
1886
  "type": "number",
1611
1887
  "unit": "percent",
1612
- "filePath": "properties/font/font.json",
1888
+ "filePath": "tokens/font/font.json",
1613
1889
  "isSource": true,
1614
1890
  "original": {
1615
1891
  "value": -1,
@@ -1634,7 +1910,7 @@ const ddsStyles = {
1634
1910
  "value": "1.2em",
1635
1911
  "type": "number",
1636
1912
  "unit": "percent",
1637
- "filePath": "properties/font/font.json",
1913
+ "filePath": "tokens/font/font.json",
1638
1914
  "isSource": true,
1639
1915
  "original": {
1640
1916
  "value": 120,
@@ -1659,7 +1935,7 @@ const ddsStyles = {
1659
1935
  "value": 0,
1660
1936
  "type": "number",
1661
1937
  "unit": "pixel",
1662
- "filePath": "properties/font/font.json",
1938
+ "filePath": "tokens/font/font.json",
1663
1939
  "isSource": true,
1664
1940
  "original": {
1665
1941
  "value": 0,
@@ -1684,7 +1960,7 @@ const ddsStyles = {
1684
1960
  "value": 19.200000762939453,
1685
1961
  "type": "number",
1686
1962
  "unit": "pixel",
1687
- "filePath": "properties/font/font.json",
1963
+ "filePath": "tokens/font/font.json",
1688
1964
  "isSource": true,
1689
1965
  "original": {
1690
1966
  "value": 19.200000762939453,
@@ -1708,7 +1984,7 @@ const ddsStyles = {
1708
1984
  "textCase": {
1709
1985
  "value": "none",
1710
1986
  "type": "string",
1711
- "filePath": "properties/font/font.json",
1987
+ "filePath": "tokens/font/font.json",
1712
1988
  "isSource": true,
1713
1989
  "original": {
1714
1990
  "value": "none",
@@ -1730,11 +2006,57 @@ const ddsStyles = {
1730
2006
  }
1731
2007
  },
1732
2008
  "sans-07": {
2009
+ "category": {
2010
+ "value": "font",
2011
+ "type": "other",
2012
+ "filePath": "tokens/font/font.json",
2013
+ "isSource": true,
2014
+ "original": {
2015
+ "value": "font",
2016
+ "type": "other"
2017
+ },
2018
+ "name": "DdsFontHeadingSans07Category",
2019
+ "attributes": {
2020
+ "category": "$dds-font",
2021
+ "type": "heading",
2022
+ "item": "sans-07",
2023
+ "subitem": "category"
2024
+ },
2025
+ "path": [
2026
+ "$dds-font",
2027
+ "heading",
2028
+ "sans-07",
2029
+ "category"
2030
+ ]
2031
+ },
2032
+ "exportKey": {
2033
+ "value": "font",
2034
+ "type": "other",
2035
+ "filePath": "tokens/font/font.json",
2036
+ "isSource": true,
2037
+ "original": {
2038
+ "value": "font",
2039
+ "type": "other"
2040
+ },
2041
+ "name": "DdsFontHeadingSans07ExportKey",
2042
+ "attributes": {
2043
+ "category": "$dds-font",
2044
+ "type": "heading",
2045
+ "item": "sans-07",
2046
+ "subitem": "exportKey"
2047
+ },
2048
+ "path": [
2049
+ "$dds-font",
2050
+ "heading",
2051
+ "sans-07",
2052
+ "exportKey"
2053
+ ]
2054
+ },
1733
2055
  "fontSize": {
1734
2056
  "value": 64,
1735
2057
  "type": "number",
1736
2058
  "unit": "pixel",
1737
- "filePath": "properties/font/font.json",
2059
+ "filePath": "tokens/font/font.json",
1738
2060
  "isSource": true,
1739
2061
  "original": {
1740
2062
  "value": 64,
@@ -1758,7 +2080,7 @@ const ddsStyles = {
1758
2080
  "textDecoration": {
1759
2081
  "value": "none",
1760
2082
  "type": "string",
1761
- "filePath": "properties/font/font.json",
2083
+ "filePath": "tokens/font/font.json",
1762
2084
  "isSource": true,
1763
2085
  "original": {
1764
2086
  "value": "none",
@@ -1781,7 +2103,7 @@ const ddsStyles = {
1781
2103
  "fontFamily": {
1782
2104
  "value": "IBM Plex Sans",
1783
2105
  "type": "string",
1784
- "filePath": "properties/font/font.json",
2106
+ "filePath": "tokens/font/font.json",
1785
2107
  "isSource": true,
1786
2108
  "original": {
1787
2109
  "value": "IBM Plex Sans",
@@ -1804,7 +2126,7 @@ const ddsStyles = {
1804
2126
  "fontWeight": {
1805
2127
  "value": 300,
1806
2128
  "type": "number",
1807
- "filePath": "properties/font/font.json",
2129
+ "filePath": "tokens/font/font.json",
1808
2130
  "isSource": true,
1809
2131
  "original": {
1810
2132
  "value": 300,
@@ -1827,7 +2149,7 @@ const ddsStyles = {
1827
2149
  "fontStyle": {
1828
2150
  "value": "normal",
1829
2151
  "type": "string",
1830
- "filePath": "properties/font/font.json",
2152
+ "filePath": "tokens/font/font.json",
1831
2153
  "isSource": true,
1832
2154
  "original": {
1833
2155
  "value": "normal",
@@ -1850,7 +2172,7 @@ const ddsStyles = {
1850
2172
  "fontStretch": {
1851
2173
  "value": "normal",
1852
2174
  "type": "string",
1853
- "filePath": "properties/font/font.json",
2175
+ "filePath": "tokens/font/font.json",
1854
2176
  "isSource": true,
1855
2177
  "original": {
1856
2178
  "value": "normal",
@@ -1873,7 +2195,7 @@ const ddsStyles = {
1873
2195
  "_fontStyleOld": {
1874
2196
  "value": "Light",
1875
2197
  "type": "string",
1876
- "filePath": "properties/font/font.json",
2198
+ "filePath": "tokens/font/font.json",
1877
2199
  "isSource": true,
1878
2200
  "original": {
1879
2201
  "value": "Light",
@@ -1897,7 +2219,7 @@ const ddsStyles = {
1897
2219
  "value": "-0.01em",
1898
2220
  "type": "number",
1899
2221
  "unit": "percent",
1900
- "filePath": "properties/font/font.json",
2222
+ "filePath": "tokens/font/font.json",
1901
2223
  "isSource": true,
1902
2224
  "original": {
1903
2225
  "value": -1,
@@ -1922,7 +2244,7 @@ const ddsStyles = {
1922
2244
  "value": "1.2em",
1923
2245
  "type": "number",
1924
2246
  "unit": "percent",
1925
- "filePath": "properties/font/font.json",
2247
+ "filePath": "tokens/font/font.json",
1926
2248
  "isSource": true,
1927
2249
  "original": {
1928
2250
  "value": 120,
@@ -1947,7 +2269,7 @@ const ddsStyles = {
1947
2269
  "value": 0,
1948
2270
  "type": "number",
1949
2271
  "unit": "pixel",
1950
- "filePath": "properties/font/font.json",
2272
+ "filePath": "tokens/font/font.json",
1951
2273
  "isSource": true,
1952
2274
  "original": {
1953
2275
  "value": 0,
@@ -1972,7 +2294,7 @@ const ddsStyles = {
1972
2294
  "value": 25.600000381469727,
1973
2295
  "type": "number",
1974
2296
  "unit": "pixel",
1975
- "filePath": "properties/font/font.json",
2297
+ "filePath": "tokens/font/font.json",
1976
2298
  "isSource": true,
1977
2299
  "original": {
1978
2300
  "value": 25.600000381469727,
@@ -1996,7 +2318,7 @@ const ddsStyles = {
1996
2318
  "textCase": {
1997
2319
  "value": "none",
1998
2320
  "type": "string",
1999
- "filePath": "properties/font/font.json",
2321
+ "filePath": "tokens/font/font.json",
2000
2322
  "isSource": true,
2001
2323
  "original": {
2002
2324
  "value": "none",
@@ -2018,11 +2340,57 @@ const ddsStyles = {
2018
2340
  }
2019
2341
  },
2020
2342
  "sans-08": {
2343
+ "category": {
2344
+ "value": "font",
2345
+ "type": "other",
2346
+ "filePath": "tokens/font/font.json",
2347
+ "isSource": true,
2348
+ "original": {
2349
+ "value": "font",
2350
+ "type": "other"
2351
+ },
2352
+ "name": "DdsFontHeadingSans08Category",
2353
+ "attributes": {
2354
+ "category": "$dds-font",
2355
+ "type": "heading",
2356
+ "item": "sans-08",
2357
+ "subitem": "category"
2358
+ },
2359
+ "path": [
2360
+ "$dds-font",
2361
+ "heading",
2362
+ "sans-08",
2363
+ "category"
2364
+ ]
2365
+ },
2366
+ "exportKey": {
2367
+ "value": "font",
2368
+ "type": "other",
2369
+ "filePath": "tokens/font/font.json",
2370
+ "isSource": true,
2371
+ "original": {
2372
+ "value": "font",
2373
+ "type": "other"
2374
+ },
2375
+ "name": "DdsFontHeadingSans08ExportKey",
2376
+ "attributes": {
2377
+ "category": "$dds-font",
2378
+ "type": "heading",
2379
+ "item": "sans-08",
2380
+ "subitem": "exportKey"
2381
+ },
2382
+ "path": [
2383
+ "$dds-font",
2384
+ "heading",
2385
+ "sans-08",
2386
+ "exportKey"
2387
+ ]
2388
+ },
2021
2389
  "fontSize": {
2022
2390
  "value": 80,
2023
2391
  "type": "number",
2024
2392
  "unit": "pixel",
2025
- "filePath": "properties/font/font.json",
2393
+ "filePath": "tokens/font/font.json",
2026
2394
  "isSource": true,
2027
2395
  "original": {
2028
2396
  "value": 80,
@@ -2046,7 +2414,7 @@ const ddsStyles = {
2046
2414
  "textDecoration": {
2047
2415
  "value": "none",
2048
2416
  "type": "string",
2049
- "filePath": "properties/font/font.json",
2417
+ "filePath": "tokens/font/font.json",
2050
2418
  "isSource": true,
2051
2419
  "original": {
2052
2420
  "value": "none",
@@ -2069,7 +2437,7 @@ const ddsStyles = {
2069
2437
  "fontFamily": {
2070
2438
  "value": "IBM Plex Sans",
2071
2439
  "type": "string",
2072
- "filePath": "properties/font/font.json",
2440
+ "filePath": "tokens/font/font.json",
2073
2441
  "isSource": true,
2074
2442
  "original": {
2075
2443
  "value": "IBM Plex Sans",
@@ -2092,7 +2460,7 @@ const ddsStyles = {
2092
2460
  "fontWeight": {
2093
2461
  "value": 300,
2094
2462
  "type": "number",
2095
- "filePath": "properties/font/font.json",
2463
+ "filePath": "tokens/font/font.json",
2096
2464
  "isSource": true,
2097
2465
  "original": {
2098
2466
  "value": 300,
@@ -2115,7 +2483,7 @@ const ddsStyles = {
2115
2483
  "fontStyle": {
2116
2484
  "value": "normal",
2117
2485
  "type": "string",
2118
- "filePath": "properties/font/font.json",
2486
+ "filePath": "tokens/font/font.json",
2119
2487
  "isSource": true,
2120
2488
  "original": {
2121
2489
  "value": "normal",
@@ -2138,7 +2506,7 @@ const ddsStyles = {
2138
2506
  "fontStretch": {
2139
2507
  "value": "normal",
2140
2508
  "type": "string",
2141
- "filePath": "properties/font/font.json",
2509
+ "filePath": "tokens/font/font.json",
2142
2510
  "isSource": true,
2143
2511
  "original": {
2144
2512
  "value": "normal",
@@ -2161,7 +2529,7 @@ const ddsStyles = {
2161
2529
  "_fontStyleOld": {
2162
2530
  "value": "Light",
2163
2531
  "type": "string",
2164
- "filePath": "properties/font/font.json",
2532
+ "filePath": "tokens/font/font.json",
2165
2533
  "isSource": true,
2166
2534
  "original": {
2167
2535
  "value": "Light",
@@ -2185,7 +2553,7 @@ const ddsStyles = {
2185
2553
  "value": "-0.01em",
2186
2554
  "type": "number",
2187
2555
  "unit": "percent",
2188
- "filePath": "properties/font/font.json",
2556
+ "filePath": "tokens/font/font.json",
2189
2557
  "isSource": true,
2190
2558
  "original": {
2191
2559
  "value": -1,
@@ -2210,7 +2578,7 @@ const ddsStyles = {
2210
2578
  "value": "1.2em",
2211
2579
  "type": "number",
2212
2580
  "unit": "percent",
2213
- "filePath": "properties/font/font.json",
2581
+ "filePath": "tokens/font/font.json",
2214
2582
  "isSource": true,
2215
2583
  "original": {
2216
2584
  "value": 120,
@@ -2235,7 +2603,7 @@ const ddsStyles = {
2235
2603
  "value": 0,
2236
2604
  "type": "number",
2237
2605
  "unit": "pixel",
2238
- "filePath": "properties/font/font.json",
2606
+ "filePath": "tokens/font/font.json",
2239
2607
  "isSource": true,
2240
2608
  "original": {
2241
2609
  "value": 0,
@@ -2260,7 +2628,7 @@ const ddsStyles = {
2260
2628
  "value": 32,
2261
2629
  "type": "number",
2262
2630
  "unit": "pixel",
2263
- "filePath": "properties/font/font.json",
2631
+ "filePath": "tokens/font/font.json",
2264
2632
  "isSource": true,
2265
2633
  "original": {
2266
2634
  "value": 32,
@@ -2284,7 +2652,7 @@ const ddsStyles = {
2284
2652
  "textCase": {
2285
2653
  "value": "none",
2286
2654
  "type": "string",
2287
- "filePath": "properties/font/font.json",
2655
+ "filePath": "tokens/font/font.json",
2288
2656
  "isSource": true,
2289
2657
  "original": {
2290
2658
  "value": "none",
@@ -2308,11 +2676,57 @@ const ddsStyles = {
2308
2676
  },
2309
2677
  "body": {
2310
2678
  "sans-01": {
2679
+ "category": {
2680
+ "value": "font",
2681
+ "type": "other",
2682
+ "filePath": "tokens/font/font.json",
2683
+ "isSource": true,
2684
+ "original": {
2685
+ "value": "font",
2686
+ "type": "other"
2687
+ },
2688
+ "name": "DdsFontBodySans01Category",
2689
+ "attributes": {
2690
+ "category": "$dds-font",
2691
+ "type": "body",
2692
+ "item": "sans-01",
2693
+ "subitem": "category"
2694
+ },
2695
+ "path": [
2696
+ "$dds-font",
2697
+ "body",
2698
+ "sans-01",
2699
+ "category"
2700
+ ]
2701
+ },
2702
+ "exportKey": {
2703
+ "value": "font",
2704
+ "type": "other",
2705
+ "filePath": "tokens/font/font.json",
2706
+ "isSource": true,
2707
+ "original": {
2708
+ "value": "font",
2709
+ "type": "other"
2710
+ },
2711
+ "name": "DdsFontBodySans01ExportKey",
2712
+ "attributes": {
2713
+ "category": "$dds-font",
2714
+ "type": "body",
2715
+ "item": "sans-01",
2716
+ "subitem": "exportKey"
2717
+ },
2718
+ "path": [
2719
+ "$dds-font",
2720
+ "body",
2721
+ "sans-01",
2722
+ "exportKey"
2723
+ ]
2724
+ },
2311
2725
  "fontSize": {
2312
2726
  "value": 14,
2313
2727
  "type": "number",
2314
2728
  "unit": "pixel",
2315
- "filePath": "properties/font/font.json",
2729
+ "filePath": "tokens/font/font.json",
2316
2730
  "isSource": true,
2317
2731
  "original": {
2318
2732
  "value": 14,
@@ -2336,7 +2750,7 @@ const ddsStyles = {
2336
2750
  "textDecoration": {
2337
2751
  "value": "none",
2338
2752
  "type": "string",
2339
- "filePath": "properties/font/font.json",
2753
+ "filePath": "tokens/font/font.json",
2340
2754
  "isSource": true,
2341
2755
  "original": {
2342
2756
  "value": "none",
@@ -2359,7 +2773,7 @@ const ddsStyles = {
2359
2773
  "fontFamily": {
2360
2774
  "value": "IBM Plex Sans",
2361
2775
  "type": "string",
2362
- "filePath": "properties/font/font.json",
2776
+ "filePath": "tokens/font/font.json",
2363
2777
  "isSource": true,
2364
2778
  "original": {
2365
2779
  "value": "IBM Plex Sans",
@@ -2382,7 +2796,7 @@ const ddsStyles = {
2382
2796
  "fontWeight": {
2383
2797
  "value": 400,
2384
2798
  "type": "number",
2385
- "filePath": "properties/font/font.json",
2799
+ "filePath": "tokens/font/font.json",
2386
2800
  "isSource": true,
2387
2801
  "original": {
2388
2802
  "value": 400,
@@ -2405,7 +2819,7 @@ const ddsStyles = {
2405
2819
  "fontStyle": {
2406
2820
  "value": "normal",
2407
2821
  "type": "string",
2408
- "filePath": "properties/font/font.json",
2822
+ "filePath": "tokens/font/font.json",
2409
2823
  "isSource": true,
2410
2824
  "original": {
2411
2825
  "value": "normal",
@@ -2428,7 +2842,7 @@ const ddsStyles = {
2428
2842
  "fontStretch": {
2429
2843
  "value": "normal",
2430
2844
  "type": "string",
2431
- "filePath": "properties/font/font.json",
2845
+ "filePath": "tokens/font/font.json",
2432
2846
  "isSource": true,
2433
2847
  "original": {
2434
2848
  "value": "normal",
@@ -2451,7 +2865,7 @@ const ddsStyles = {
2451
2865
  "_fontStyleOld": {
2452
2866
  "value": "Regular",
2453
2867
  "type": "string",
2454
- "filePath": "properties/font/font.json",
2868
+ "filePath": "tokens/font/font.json",
2455
2869
  "isSource": true,
2456
2870
  "original": {
2457
2871
  "value": "Regular",
@@ -2475,7 +2889,7 @@ const ddsStyles = {
2475
2889
  "value": "0.01em",
2476
2890
  "type": "number",
2477
2891
  "unit": "percent",
2478
- "filePath": "properties/font/font.json",
2892
+ "filePath": "tokens/font/font.json",
2479
2893
  "isSource": true,
2480
2894
  "original": {
2481
2895
  "value": 1,
@@ -2500,7 +2914,7 @@ const ddsStyles = {
2500
2914
  "value": "1.5em",
2501
2915
  "type": "number",
2502
2916
  "unit": "percent",
2503
- "filePath": "properties/font/font.json",
2917
+ "filePath": "tokens/font/font.json",
2504
2918
  "isSource": true,
2505
2919
  "original": {
2506
2920
  "value": 150,
@@ -2525,7 +2939,7 @@ const ddsStyles = {
2525
2939
  "value": 0,
2526
2940
  "type": "number",
2527
2941
  "unit": "pixel",
2528
- "filePath": "properties/font/font.json",
2942
+ "filePath": "tokens/font/font.json",
2529
2943
  "isSource": true,
2530
2944
  "original": {
2531
2945
  "value": 0,
@@ -2550,7 +2964,7 @@ const ddsStyles = {
2550
2964
  "value": 14,
2551
2965
  "type": "number",
2552
2966
  "unit": "pixel",
2553
- "filePath": "properties/font/font.json",
2967
+ "filePath": "tokens/font/font.json",
2554
2968
  "isSource": true,
2555
2969
  "original": {
2556
2970
  "value": 14,
@@ -2574,7 +2988,7 @@ const ddsStyles = {
2574
2988
  "textCase": {
2575
2989
  "value": "none",
2576
2990
  "type": "string",
2577
- "filePath": "properties/font/font.json",
2991
+ "filePath": "tokens/font/font.json",
2578
2992
  "isSource": true,
2579
2993
  "original": {
2580
2994
  "value": "none",
@@ -2596,11 +3010,57 @@ const ddsStyles = {
2596
3010
  }
2597
3011
  },
2598
3012
  "sans-02": {
3013
+ "category": {
3014
+ "value": "font",
3015
+ "type": "other",
3016
+ "filePath": "tokens/font/font.json",
3017
+ "isSource": true,
3018
+ "original": {
3019
+ "value": "font",
3020
+ "type": "other"
3021
+ },
3022
+ "name": "DdsFontBodySans02Category",
3023
+ "attributes": {
3024
+ "category": "$dds-font",
3025
+ "type": "body",
3026
+ "item": "sans-02",
3027
+ "subitem": "category"
3028
+ },
3029
+ "path": [
3030
+ "$dds-font",
3031
+ "body",
3032
+ "sans-02",
3033
+ "category"
3034
+ ]
3035
+ },
3036
+ "exportKey": {
3037
+ "value": "font",
3038
+ "type": "other",
3039
+ "filePath": "tokens/font/font.json",
3040
+ "isSource": true,
3041
+ "original": {
3042
+ "value": "font",
3043
+ "type": "other"
3044
+ },
3045
+ "name": "DdsFontBodySans02ExportKey",
3046
+ "attributes": {
3047
+ "category": "$dds-font",
3048
+ "type": "body",
3049
+ "item": "sans-02",
3050
+ "subitem": "exportKey"
3051
+ },
3052
+ "path": [
3053
+ "$dds-font",
3054
+ "body",
3055
+ "sans-02",
3056
+ "exportKey"
3057
+ ]
3058
+ },
2599
3059
  "fontSize": {
2600
3060
  "value": 16,
2601
3061
  "type": "number",
2602
3062
  "unit": "pixel",
2603
- "filePath": "properties/font/font.json",
3063
+ "filePath": "tokens/font/font.json",
2604
3064
  "isSource": true,
2605
3065
  "original": {
2606
3066
  "value": 16,
@@ -2624,7 +3084,7 @@ const ddsStyles = {
2624
3084
  "textDecoration": {
2625
3085
  "value": "none",
2626
3086
  "type": "string",
2627
- "filePath": "properties/font/font.json",
3087
+ "filePath": "tokens/font/font.json",
2628
3088
  "isSource": true,
2629
3089
  "original": {
2630
3090
  "value": "none",
@@ -2647,7 +3107,7 @@ const ddsStyles = {
2647
3107
  "fontFamily": {
2648
3108
  "value": "IBM Plex Sans",
2649
3109
  "type": "string",
2650
- "filePath": "properties/font/font.json",
3110
+ "filePath": "tokens/font/font.json",
2651
3111
  "isSource": true,
2652
3112
  "original": {
2653
3113
  "value": "IBM Plex Sans",
@@ -2670,7 +3130,7 @@ const ddsStyles = {
2670
3130
  "fontWeight": {
2671
3131
  "value": 400,
2672
3132
  "type": "number",
2673
- "filePath": "properties/font/font.json",
3133
+ "filePath": "tokens/font/font.json",
2674
3134
  "isSource": true,
2675
3135
  "original": {
2676
3136
  "value": 400,
@@ -2693,7 +3153,7 @@ const ddsStyles = {
2693
3153
  "fontStyle": {
2694
3154
  "value": "normal",
2695
3155
  "type": "string",
2696
- "filePath": "properties/font/font.json",
3156
+ "filePath": "tokens/font/font.json",
2697
3157
  "isSource": true,
2698
3158
  "original": {
2699
3159
  "value": "normal",
@@ -2716,7 +3176,7 @@ const ddsStyles = {
2716
3176
  "fontStretch": {
2717
3177
  "value": "normal",
2718
3178
  "type": "string",
2719
- "filePath": "properties/font/font.json",
3179
+ "filePath": "tokens/font/font.json",
2720
3180
  "isSource": true,
2721
3181
  "original": {
2722
3182
  "value": "normal",
@@ -2739,7 +3199,7 @@ const ddsStyles = {
2739
3199
  "_fontStyleOld": {
2740
3200
  "value": "Regular",
2741
3201
  "type": "string",
2742
- "filePath": "properties/font/font.json",
3202
+ "filePath": "tokens/font/font.json",
2743
3203
  "isSource": true,
2744
3204
  "original": {
2745
3205
  "value": "Regular",
@@ -2763,7 +3223,7 @@ const ddsStyles = {
2763
3223
  "value": "0em",
2764
3224
  "type": "number",
2765
3225
  "unit": "percent",
2766
- "filePath": "properties/font/font.json",
3226
+ "filePath": "tokens/font/font.json",
2767
3227
  "isSource": true,
2768
3228
  "original": {
2769
3229
  "value": 0,
@@ -2788,7 +3248,7 @@ const ddsStyles = {
2788
3248
  "value": "1.5em",
2789
3249
  "type": "number",
2790
3250
  "unit": "percent",
2791
- "filePath": "properties/font/font.json",
3251
+ "filePath": "tokens/font/font.json",
2792
3252
  "isSource": true,
2793
3253
  "original": {
2794
3254
  "value": 150,
@@ -2813,7 +3273,7 @@ const ddsStyles = {
2813
3273
  "value": 0,
2814
3274
  "type": "number",
2815
3275
  "unit": "pixel",
2816
- "filePath": "properties/font/font.json",
3276
+ "filePath": "tokens/font/font.json",
2817
3277
  "isSource": true,
2818
3278
  "original": {
2819
3279
  "value": 0,
@@ -2838,7 +3298,7 @@ const ddsStyles = {
2838
3298
  "value": 16,
2839
3299
  "type": "number",
2840
3300
  "unit": "pixel",
2841
- "filePath": "properties/font/font.json",
3301
+ "filePath": "tokens/font/font.json",
2842
3302
  "isSource": true,
2843
3303
  "original": {
2844
3304
  "value": 16,
@@ -2862,7 +3322,7 @@ const ddsStyles = {
2862
3322
  "textCase": {
2863
3323
  "value": "none",
2864
3324
  "type": "string",
2865
- "filePath": "properties/font/font.json",
3325
+ "filePath": "tokens/font/font.json",
2866
3326
  "isSource": true,
2867
3327
  "original": {
2868
3328
  "value": "none",
@@ -2884,11 +3344,57 @@ const ddsStyles = {
2884
3344
  }
2885
3345
  },
2886
3346
  "sans-03": {
3347
+ "category": {
3348
+ "value": "font",
3349
+ "type": "other",
3350
+ "filePath": "tokens/font/font.json",
3351
+ "isSource": true,
3352
+ "original": {
3353
+ "value": "font",
3354
+ "type": "other"
3355
+ },
3356
+ "name": "DdsFontBodySans03Category",
3357
+ "attributes": {
3358
+ "category": "$dds-font",
3359
+ "type": "body",
3360
+ "item": "sans-03",
3361
+ "subitem": "category"
3362
+ },
3363
+ "path": [
3364
+ "$dds-font",
3365
+ "body",
3366
+ "sans-03",
3367
+ "category"
3368
+ ]
3369
+ },
3370
+ "exportKey": {
3371
+ "value": "font",
3372
+ "type": "other",
3373
+ "filePath": "tokens/font/font.json",
3374
+ "isSource": true,
3375
+ "original": {
3376
+ "value": "font",
3377
+ "type": "other"
3378
+ },
3379
+ "name": "DdsFontBodySans03ExportKey",
3380
+ "attributes": {
3381
+ "category": "$dds-font",
3382
+ "type": "body",
3383
+ "item": "sans-03",
3384
+ "subitem": "exportKey"
3385
+ },
3386
+ "path": [
3387
+ "$dds-font",
3388
+ "body",
3389
+ "sans-03",
3390
+ "exportKey"
3391
+ ]
3392
+ },
2887
3393
  "fontSize": {
2888
3394
  "value": 18,
2889
3395
  "type": "number",
2890
3396
  "unit": "pixel",
2891
- "filePath": "properties/font/font.json",
3397
+ "filePath": "tokens/font/font.json",
2892
3398
  "isSource": true,
2893
3399
  "original": {
2894
3400
  "value": 18,
@@ -2912,7 +3418,7 @@ const ddsStyles = {
2912
3418
  "textDecoration": {
2913
3419
  "value": "none",
2914
3420
  "type": "string",
2915
- "filePath": "properties/font/font.json",
3421
+ "filePath": "tokens/font/font.json",
2916
3422
  "isSource": true,
2917
3423
  "original": {
2918
3424
  "value": "none",
@@ -2935,7 +3441,7 @@ const ddsStyles = {
2935
3441
  "fontFamily": {
2936
3442
  "value": "IBM Plex Sans",
2937
3443
  "type": "string",
2938
- "filePath": "properties/font/font.json",
3444
+ "filePath": "tokens/font/font.json",
2939
3445
  "isSource": true,
2940
3446
  "original": {
2941
3447
  "value": "IBM Plex Sans",
@@ -2958,7 +3464,7 @@ const ddsStyles = {
2958
3464
  "fontWeight": {
2959
3465
  "value": 400,
2960
3466
  "type": "number",
2961
- "filePath": "properties/font/font.json",
3467
+ "filePath": "tokens/font/font.json",
2962
3468
  "isSource": true,
2963
3469
  "original": {
2964
3470
  "value": 400,
@@ -2981,7 +3487,7 @@ const ddsStyles = {
2981
3487
  "fontStyle": {
2982
3488
  "value": "normal",
2983
3489
  "type": "string",
2984
- "filePath": "properties/font/font.json",
3490
+ "filePath": "tokens/font/font.json",
2985
3491
  "isSource": true,
2986
3492
  "original": {
2987
3493
  "value": "normal",
@@ -3004,7 +3510,7 @@ const ddsStyles = {
3004
3510
  "fontStretch": {
3005
3511
  "value": "normal",
3006
3512
  "type": "string",
3007
- "filePath": "properties/font/font.json",
3513
+ "filePath": "tokens/font/font.json",
3008
3514
  "isSource": true,
3009
3515
  "original": {
3010
3516
  "value": "normal",
@@ -3027,7 +3533,7 @@ const ddsStyles = {
3027
3533
  "_fontStyleOld": {
3028
3534
  "value": "Regular",
3029
3535
  "type": "string",
3030
- "filePath": "properties/font/font.json",
3536
+ "filePath": "tokens/font/font.json",
3031
3537
  "isSource": true,
3032
3538
  "original": {
3033
3539
  "value": "Regular",
@@ -3051,7 +3557,7 @@ const ddsStyles = {
3051
3557
  "value": "0em",
3052
3558
  "type": "number",
3053
3559
  "unit": "percent",
3054
- "filePath": "properties/font/font.json",
3560
+ "filePath": "tokens/font/font.json",
3055
3561
  "isSource": true,
3056
3562
  "original": {
3057
3563
  "value": 0,
@@ -3076,7 +3582,7 @@ const ddsStyles = {
3076
3582
  "value": "1.5em",
3077
3583
  "type": "number",
3078
3584
  "unit": "percent",
3079
- "filePath": "properties/font/font.json",
3585
+ "filePath": "tokens/font/font.json",
3080
3586
  "isSource": true,
3081
3587
  "original": {
3082
3588
  "value": 150,
@@ -3101,7 +3607,7 @@ const ddsStyles = {
3101
3607
  "value": 0,
3102
3608
  "type": "number",
3103
3609
  "unit": "pixel",
3104
- "filePath": "properties/font/font.json",
3610
+ "filePath": "tokens/font/font.json",
3105
3611
  "isSource": true,
3106
3612
  "original": {
3107
3613
  "value": 0,
@@ -3126,7 +3632,7 @@ const ddsStyles = {
3126
3632
  "value": 18,
3127
3633
  "type": "number",
3128
3634
  "unit": "pixel",
3129
- "filePath": "properties/font/font.json",
3635
+ "filePath": "tokens/font/font.json",
3130
3636
  "isSource": true,
3131
3637
  "original": {
3132
3638
  "value": 18,
@@ -3150,7 +3656,7 @@ const ddsStyles = {
3150
3656
  "textCase": {
3151
3657
  "value": "none",
3152
3658
  "type": "string",
3153
- "filePath": "properties/font/font.json",
3659
+ "filePath": "tokens/font/font.json",
3154
3660
  "isSource": true,
3155
3661
  "original": {
3156
3662
  "value": "none",
@@ -3172,11 +3678,57 @@ const ddsStyles = {
3172
3678
  }
3173
3679
  },
3174
3680
  "sans-04": {
3681
+ "category": {
3682
+ "value": "font",
3683
+ "type": "other",
3684
+ "filePath": "tokens/font/font.json",
3685
+ "isSource": true,
3686
+ "original": {
3687
+ "value": "font",
3688
+ "type": "other"
3689
+ },
3690
+ "name": "DdsFontBodySans04Category",
3691
+ "attributes": {
3692
+ "category": "$dds-font",
3693
+ "type": "body",
3694
+ "item": "sans-04",
3695
+ "subitem": "category"
3696
+ },
3697
+ "path": [
3698
+ "$dds-font",
3699
+ "body",
3700
+ "sans-04",
3701
+ "category"
3702
+ ]
3703
+ },
3704
+ "exportKey": {
3705
+ "value": "font",
3706
+ "type": "other",
3707
+ "filePath": "tokens/font/font.json",
3708
+ "isSource": true,
3709
+ "original": {
3710
+ "value": "font",
3711
+ "type": "other"
3712
+ },
3713
+ "name": "DdsFontBodySans04ExportKey",
3714
+ "attributes": {
3715
+ "category": "$dds-font",
3716
+ "type": "body",
3717
+ "item": "sans-04",
3718
+ "subitem": "exportKey"
3719
+ },
3720
+ "path": [
3721
+ "$dds-font",
3722
+ "body",
3723
+ "sans-04",
3724
+ "exportKey"
3725
+ ]
3726
+ },
3175
3727
  "fontSize": {
3176
3728
  "value": 20,
3177
3729
  "type": "number",
3178
3730
  "unit": "pixel",
3179
- "filePath": "properties/font/font.json",
3731
+ "filePath": "tokens/font/font.json",
3180
3732
  "isSource": true,
3181
3733
  "original": {
3182
3734
  "value": 20,
@@ -3200,7 +3752,7 @@ const ddsStyles = {
3200
3752
  "textDecoration": {
3201
3753
  "value": "none",
3202
3754
  "type": "string",
3203
- "filePath": "properties/font/font.json",
3755
+ "filePath": "tokens/font/font.json",
3204
3756
  "isSource": true,
3205
3757
  "original": {
3206
3758
  "value": "none",
@@ -3223,7 +3775,7 @@ const ddsStyles = {
3223
3775
  "fontFamily": {
3224
3776
  "value": "IBM Plex Sans",
3225
3777
  "type": "string",
3226
- "filePath": "properties/font/font.json",
3778
+ "filePath": "tokens/font/font.json",
3227
3779
  "isSource": true,
3228
3780
  "original": {
3229
3781
  "value": "IBM Plex Sans",
@@ -3246,7 +3798,7 @@ const ddsStyles = {
3246
3798
  "fontWeight": {
3247
3799
  "value": 400,
3248
3800
  "type": "number",
3249
- "filePath": "properties/font/font.json",
3801
+ "filePath": "tokens/font/font.json",
3250
3802
  "isSource": true,
3251
3803
  "original": {
3252
3804
  "value": 400,
@@ -3269,7 +3821,7 @@ const ddsStyles = {
3269
3821
  "fontStyle": {
3270
3822
  "value": "normal",
3271
3823
  "type": "string",
3272
- "filePath": "properties/font/font.json",
3824
+ "filePath": "tokens/font/font.json",
3273
3825
  "isSource": true,
3274
3826
  "original": {
3275
3827
  "value": "normal",
@@ -3292,7 +3844,7 @@ const ddsStyles = {
3292
3844
  "fontStretch": {
3293
3845
  "value": "normal",
3294
3846
  "type": "string",
3295
- "filePath": "properties/font/font.json",
3847
+ "filePath": "tokens/font/font.json",
3296
3848
  "isSource": true,
3297
3849
  "original": {
3298
3850
  "value": "normal",
@@ -3315,7 +3867,7 @@ const ddsStyles = {
3315
3867
  "_fontStyleOld": {
3316
3868
  "value": "Regular",
3317
3869
  "type": "string",
3318
- "filePath": "properties/font/font.json",
3870
+ "filePath": "tokens/font/font.json",
3319
3871
  "isSource": true,
3320
3872
  "original": {
3321
3873
  "value": "Regular",
@@ -3339,7 +3891,7 @@ const ddsStyles = {
3339
3891
  "value": "0em",
3340
3892
  "type": "number",
3341
3893
  "unit": "percent",
3342
- "filePath": "properties/font/font.json",
3894
+ "filePath": "tokens/font/font.json",
3343
3895
  "isSource": true,
3344
3896
  "original": {
3345
3897
  "value": 0,
@@ -3364,7 +3916,7 @@ const ddsStyles = {
3364
3916
  "value": "1.5em",
3365
3917
  "type": "number",
3366
3918
  "unit": "percent",
3367
- "filePath": "properties/font/font.json",
3919
+ "filePath": "tokens/font/font.json",
3368
3920
  "isSource": true,
3369
3921
  "original": {
3370
3922
  "value": 150,
@@ -3389,7 +3941,7 @@ const ddsStyles = {
3389
3941
  "value": 0,
3390
3942
  "type": "number",
3391
3943
  "unit": "pixel",
3392
- "filePath": "properties/font/font.json",
3944
+ "filePath": "tokens/font/font.json",
3393
3945
  "isSource": true,
3394
3946
  "original": {
3395
3947
  "value": 0,
@@ -3414,7 +3966,7 @@ const ddsStyles = {
3414
3966
  "value": 20,
3415
3967
  "type": "number",
3416
3968
  "unit": "pixel",
3417
- "filePath": "properties/font/font.json",
3969
+ "filePath": "tokens/font/font.json",
3418
3970
  "isSource": true,
3419
3971
  "original": {
3420
3972
  "value": 20,
@@ -3438,7 +3990,7 @@ const ddsStyles = {
3438
3990
  "textCase": {
3439
3991
  "value": "none",
3440
3992
  "type": "string",
3441
- "filePath": "properties/font/font.json",
3993
+ "filePath": "tokens/font/font.json",
3442
3994
  "isSource": true,
3443
3995
  "original": {
3444
3996
  "value": "none",
@@ -3462,11 +4014,57 @@ const ddsStyles = {
3462
4014
  },
3463
4015
  "lead": {
3464
4016
  "sans-01": {
4017
+ "category": {
4018
+ "value": "font",
4019
+ "type": "other",
4020
+ "filePath": "tokens/font/font.json",
4021
+ "isSource": true,
4022
+ "original": {
4023
+ "value": "font",
4024
+ "type": "other"
4025
+ },
4026
+ "name": "DdsFontLeadSans01Category",
4027
+ "attributes": {
4028
+ "category": "$dds-font",
4029
+ "type": "lead",
4030
+ "item": "sans-01",
4031
+ "subitem": "category"
4032
+ },
4033
+ "path": [
4034
+ "$dds-font",
4035
+ "lead",
4036
+ "sans-01",
4037
+ "category"
4038
+ ]
4039
+ },
4040
+ "exportKey": {
4041
+ "value": "font",
4042
+ "type": "other",
4043
+ "filePath": "tokens/font/font.json",
4044
+ "isSource": true,
4045
+ "original": {
4046
+ "value": "font",
4047
+ "type": "other"
4048
+ },
4049
+ "name": "DdsFontLeadSans01ExportKey",
4050
+ "attributes": {
4051
+ "category": "$dds-font",
4052
+ "type": "lead",
4053
+ "item": "sans-01",
4054
+ "subitem": "exportKey"
4055
+ },
4056
+ "path": [
4057
+ "$dds-font",
4058
+ "lead",
4059
+ "sans-01",
4060
+ "exportKey"
4061
+ ]
4062
+ },
3465
4063
  "fontSize": {
3466
4064
  "value": 18,
3467
4065
  "type": "number",
3468
4066
  "unit": "pixel",
3469
- "filePath": "properties/font/font.json",
4067
+ "filePath": "tokens/font/font.json",
3470
4068
  "isSource": true,
3471
4069
  "original": {
3472
4070
  "value": 18,
@@ -3490,7 +4088,7 @@ const ddsStyles = {
3490
4088
  "textDecoration": {
3491
4089
  "value": "none",
3492
4090
  "type": "string",
3493
- "filePath": "properties/font/font.json",
4091
+ "filePath": "tokens/font/font.json",
3494
4092
  "isSource": true,
3495
4093
  "original": {
3496
4094
  "value": "none",
@@ -3513,7 +4111,7 @@ const ddsStyles = {
3513
4111
  "fontFamily": {
3514
4112
  "value": "IBM Plex Sans",
3515
4113
  "type": "string",
3516
- "filePath": "properties/font/font.json",
4114
+ "filePath": "tokens/font/font.json",
3517
4115
  "isSource": true,
3518
4116
  "original": {
3519
4117
  "value": "IBM Plex Sans",
@@ -3536,7 +4134,7 @@ const ddsStyles = {
3536
4134
  "fontWeight": {
3537
4135
  "value": 600,
3538
4136
  "type": "number",
3539
- "filePath": "properties/font/font.json",
4137
+ "filePath": "tokens/font/font.json",
3540
4138
  "isSource": true,
3541
4139
  "original": {
3542
4140
  "value": 600,
@@ -3559,7 +4157,7 @@ const ddsStyles = {
3559
4157
  "fontStyle": {
3560
4158
  "value": "normal",
3561
4159
  "type": "string",
3562
- "filePath": "properties/font/font.json",
4160
+ "filePath": "tokens/font/font.json",
3563
4161
  "isSource": true,
3564
4162
  "original": {
3565
4163
  "value": "normal",
@@ -3582,7 +4180,7 @@ const ddsStyles = {
3582
4180
  "fontStretch": {
3583
4181
  "value": "normal",
3584
4182
  "type": "string",
3585
- "filePath": "properties/font/font.json",
4183
+ "filePath": "tokens/font/font.json",
3586
4184
  "isSource": true,
3587
4185
  "original": {
3588
4186
  "value": "normal",
@@ -3605,7 +4203,7 @@ const ddsStyles = {
3605
4203
  "_fontStyleOld": {
3606
4204
  "value": "SemiBold",
3607
4205
  "type": "string",
3608
- "filePath": "properties/font/font.json",
4206
+ "filePath": "tokens/font/font.json",
3609
4207
  "isSource": true,
3610
4208
  "original": {
3611
4209
  "value": "SemiBold",
@@ -3629,7 +4227,7 @@ const ddsStyles = {
3629
4227
  "value": "0em",
3630
4228
  "type": "number",
3631
4229
  "unit": "percent",
3632
- "filePath": "properties/font/font.json",
4230
+ "filePath": "tokens/font/font.json",
3633
4231
  "isSource": true,
3634
4232
  "original": {
3635
4233
  "value": 0,
@@ -3654,7 +4252,7 @@ const ddsStyles = {
3654
4252
  "value": "1.5em",
3655
4253
  "type": "number",
3656
4254
  "unit": "percent",
3657
- "filePath": "properties/font/font.json",
4255
+ "filePath": "tokens/font/font.json",
3658
4256
  "isSource": true,
3659
4257
  "original": {
3660
4258
  "value": 150,
@@ -3679,7 +4277,7 @@ const ddsStyles = {
3679
4277
  "value": 0,
3680
4278
  "type": "number",
3681
4279
  "unit": "pixel",
3682
- "filePath": "properties/font/font.json",
4280
+ "filePath": "tokens/font/font.json",
3683
4281
  "isSource": true,
3684
4282
  "original": {
3685
4283
  "value": 0,
@@ -3704,7 +4302,7 @@ const ddsStyles = {
3704
4302
  "value": 18,
3705
4303
  "type": "number",
3706
4304
  "unit": "pixel",
3707
- "filePath": "properties/font/font.json",
4305
+ "filePath": "tokens/font/font.json",
3708
4306
  "isSource": true,
3709
4307
  "original": {
3710
4308
  "value": 18,
@@ -3728,7 +4326,7 @@ const ddsStyles = {
3728
4326
  "textCase": {
3729
4327
  "value": "none",
3730
4328
  "type": "string",
3731
- "filePath": "properties/font/font.json",
4329
+ "filePath": "tokens/font/font.json",
3732
4330
  "isSource": true,
3733
4331
  "original": {
3734
4332
  "value": "none",
@@ -3750,11 +4348,57 @@ const ddsStyles = {
3750
4348
  }
3751
4349
  },
3752
4350
  "sans-02": {
4351
+ "category": {
4352
+ "value": "font",
4353
+ "type": "other",
4354
+ "filePath": "tokens/font/font.json",
4355
+ "isSource": true,
4356
+ "original": {
4357
+ "value": "font",
4358
+ "type": "other"
4359
+ },
4360
+ "name": "DdsFontLeadSans02Category",
4361
+ "attributes": {
4362
+ "category": "$dds-font",
4363
+ "type": "lead",
4364
+ "item": "sans-02",
4365
+ "subitem": "category"
4366
+ },
4367
+ "path": [
4368
+ "$dds-font",
4369
+ "lead",
4370
+ "sans-02",
4371
+ "category"
4372
+ ]
4373
+ },
4374
+ "exportKey": {
4375
+ "value": "font",
4376
+ "type": "other",
4377
+ "filePath": "tokens/font/font.json",
4378
+ "isSource": true,
4379
+ "original": {
4380
+ "value": "font",
4381
+ "type": "other"
4382
+ },
4383
+ "name": "DdsFontLeadSans02ExportKey",
4384
+ "attributes": {
4385
+ "category": "$dds-font",
4386
+ "type": "lead",
4387
+ "item": "sans-02",
4388
+ "subitem": "exportKey"
4389
+ },
4390
+ "path": [
4391
+ "$dds-font",
4392
+ "lead",
4393
+ "sans-02",
4394
+ "exportKey"
4395
+ ]
4396
+ },
3753
4397
  "fontSize": {
3754
4398
  "value": 24,
3755
4399
  "type": "number",
3756
4400
  "unit": "pixel",
3757
- "filePath": "properties/font/font.json",
4401
+ "filePath": "tokens/font/font.json",
3758
4402
  "isSource": true,
3759
4403
  "original": {
3760
4404
  "value": 24,
@@ -3778,7 +4422,7 @@ const ddsStyles = {
3778
4422
  "textDecoration": {
3779
4423
  "value": "none",
3780
4424
  "type": "string",
3781
- "filePath": "properties/font/font.json",
4425
+ "filePath": "tokens/font/font.json",
3782
4426
  "isSource": true,
3783
4427
  "original": {
3784
4428
  "value": "none",
@@ -3801,7 +4445,7 @@ const ddsStyles = {
3801
4445
  "fontFamily": {
3802
4446
  "value": "IBM Plex Sans",
3803
4447
  "type": "string",
3804
- "filePath": "properties/font/font.json",
4448
+ "filePath": "tokens/font/font.json",
3805
4449
  "isSource": true,
3806
4450
  "original": {
3807
4451
  "value": "IBM Plex Sans",
@@ -3824,7 +4468,7 @@ const ddsStyles = {
3824
4468
  "fontWeight": {
3825
4469
  "value": 600,
3826
4470
  "type": "number",
3827
- "filePath": "properties/font/font.json",
4471
+ "filePath": "tokens/font/font.json",
3828
4472
  "isSource": true,
3829
4473
  "original": {
3830
4474
  "value": 600,
@@ -3847,7 +4491,7 @@ const ddsStyles = {
3847
4491
  "fontStyle": {
3848
4492
  "value": "normal",
3849
4493
  "type": "string",
3850
- "filePath": "properties/font/font.json",
4494
+ "filePath": "tokens/font/font.json",
3851
4495
  "isSource": true,
3852
4496
  "original": {
3853
4497
  "value": "normal",
@@ -3870,7 +4514,7 @@ const ddsStyles = {
3870
4514
  "fontStretch": {
3871
4515
  "value": "normal",
3872
4516
  "type": "string",
3873
- "filePath": "properties/font/font.json",
4517
+ "filePath": "tokens/font/font.json",
3874
4518
  "isSource": true,
3875
4519
  "original": {
3876
4520
  "value": "normal",
@@ -3893,7 +4537,7 @@ const ddsStyles = {
3893
4537
  "_fontStyleOld": {
3894
4538
  "value": "SemiBold",
3895
4539
  "type": "string",
3896
- "filePath": "properties/font/font.json",
4540
+ "filePath": "tokens/font/font.json",
3897
4541
  "isSource": true,
3898
4542
  "original": {
3899
4543
  "value": "SemiBold",
@@ -3917,7 +4561,7 @@ const ddsStyles = {
3917
4561
  "value": "0em",
3918
4562
  "type": "number",
3919
4563
  "unit": "percent",
3920
- "filePath": "properties/font/font.json",
4564
+ "filePath": "tokens/font/font.json",
3921
4565
  "isSource": true,
3922
4566
  "original": {
3923
4567
  "value": 0,
@@ -3942,7 +4586,7 @@ const ddsStyles = {
3942
4586
  "value": "1.35em",
3943
4587
  "type": "number",
3944
4588
  "unit": "percent",
3945
- "filePath": "properties/font/font.json",
4589
+ "filePath": "tokens/font/font.json",
3946
4590
  "isSource": true,
3947
4591
  "original": {
3948
4592
  "value": 135,
@@ -3967,7 +4611,7 @@ const ddsStyles = {
3967
4611
  "value": 0,
3968
4612
  "type": "number",
3969
4613
  "unit": "pixel",
3970
- "filePath": "properties/font/font.json",
4614
+ "filePath": "tokens/font/font.json",
3971
4615
  "isSource": true,
3972
4616
  "original": {
3973
4617
  "value": 0,
@@ -3992,7 +4636,7 @@ const ddsStyles = {
3992
4636
  "value": 16,
3993
4637
  "type": "number",
3994
4638
  "unit": "pixel",
3995
- "filePath": "properties/font/font.json",
4639
+ "filePath": "tokens/font/font.json",
3996
4640
  "isSource": true,
3997
4641
  "original": {
3998
4642
  "value": 16,
@@ -4016,7 +4660,7 @@ const ddsStyles = {
4016
4660
  "textCase": {
4017
4661
  "value": "none",
4018
4662
  "type": "string",
4019
- "filePath": "properties/font/font.json",
4663
+ "filePath": "tokens/font/font.json",
4020
4664
  "isSource": true,
4021
4665
  "original": {
4022
4666
  "value": "none",
@@ -4038,11 +4682,57 @@ const ddsStyles = {
4038
4682
  }
4039
4683
  },
4040
4684
  "sans-03": {
4685
+ "category": {
4686
+ "value": "font",
4687
+ "type": "other",
4688
+ "filePath": "tokens/font/font.json",
4689
+ "isSource": true,
4690
+ "original": {
4691
+ "value": "font",
4692
+ "type": "other"
4693
+ },
4694
+ "name": "DdsFontLeadSans03Category",
4695
+ "attributes": {
4696
+ "category": "$dds-font",
4697
+ "type": "lead",
4698
+ "item": "sans-03",
4699
+ "subitem": "category"
4700
+ },
4701
+ "path": [
4702
+ "$dds-font",
4703
+ "lead",
4704
+ "sans-03",
4705
+ "category"
4706
+ ]
4707
+ },
4708
+ "exportKey": {
4709
+ "value": "font",
4710
+ "type": "other",
4711
+ "filePath": "tokens/font/font.json",
4712
+ "isSource": true,
4713
+ "original": {
4714
+ "value": "font",
4715
+ "type": "other"
4716
+ },
4717
+ "name": "DdsFontLeadSans03ExportKey",
4718
+ "attributes": {
4719
+ "category": "$dds-font",
4720
+ "type": "lead",
4721
+ "item": "sans-03",
4722
+ "subitem": "exportKey"
4723
+ },
4724
+ "path": [
4725
+ "$dds-font",
4726
+ "lead",
4727
+ "sans-03",
4728
+ "exportKey"
4729
+ ]
4730
+ },
4041
4731
  "fontSize": {
4042
4732
  "value": 24,
4043
4733
  "type": "number",
4044
4734
  "unit": "pixel",
4045
- "filePath": "properties/font/font.json",
4735
+ "filePath": "tokens/font/font.json",
4046
4736
  "isSource": true,
4047
4737
  "original": {
4048
4738
  "value": 24,
@@ -4066,7 +4756,7 @@ const ddsStyles = {
4066
4756
  "textDecoration": {
4067
4757
  "value": "none",
4068
4758
  "type": "string",
4069
- "filePath": "properties/font/font.json",
4759
+ "filePath": "tokens/font/font.json",
4070
4760
  "isSource": true,
4071
4761
  "original": {
4072
4762
  "value": "none",
@@ -4089,7 +4779,7 @@ const ddsStyles = {
4089
4779
  "fontFamily": {
4090
4780
  "value": "IBM Plex Sans",
4091
4781
  "type": "string",
4092
- "filePath": "properties/font/font.json",
4782
+ "filePath": "tokens/font/font.json",
4093
4783
  "isSource": true,
4094
4784
  "original": {
4095
4785
  "value": "IBM Plex Sans",
@@ -4112,7 +4802,7 @@ const ddsStyles = {
4112
4802
  "fontWeight": {
4113
4803
  "value": 300,
4114
4804
  "type": "number",
4115
- "filePath": "properties/font/font.json",
4805
+ "filePath": "tokens/font/font.json",
4116
4806
  "isSource": true,
4117
4807
  "original": {
4118
4808
  "value": 300,
@@ -4135,7 +4825,7 @@ const ddsStyles = {
4135
4825
  "fontStyle": {
4136
4826
  "value": "normal",
4137
4827
  "type": "string",
4138
- "filePath": "properties/font/font.json",
4828
+ "filePath": "tokens/font/font.json",
4139
4829
  "isSource": true,
4140
4830
  "original": {
4141
4831
  "value": "normal",
@@ -4158,7 +4848,7 @@ const ddsStyles = {
4158
4848
  "fontStretch": {
4159
4849
  "value": "normal",
4160
4850
  "type": "string",
4161
- "filePath": "properties/font/font.json",
4851
+ "filePath": "tokens/font/font.json",
4162
4852
  "isSource": true,
4163
4853
  "original": {
4164
4854
  "value": "normal",
@@ -4181,7 +4871,7 @@ const ddsStyles = {
4181
4871
  "_fontStyleOld": {
4182
4872
  "value": "Light",
4183
4873
  "type": "string",
4184
- "filePath": "properties/font/font.json",
4874
+ "filePath": "tokens/font/font.json",
4185
4875
  "isSource": true,
4186
4876
  "original": {
4187
4877
  "value": "Light",
@@ -4205,7 +4895,7 @@ const ddsStyles = {
4205
4895
  "value": "0em",
4206
4896
  "type": "number",
4207
4897
  "unit": "percent",
4208
- "filePath": "properties/font/font.json",
4898
+ "filePath": "tokens/font/font.json",
4209
4899
  "isSource": true,
4210
4900
  "original": {
4211
4901
  "value": 0,
@@ -4230,7 +4920,7 @@ const ddsStyles = {
4230
4920
  "value": "1.35em",
4231
4921
  "type": "number",
4232
4922
  "unit": "percent",
4233
- "filePath": "properties/font/font.json",
4923
+ "filePath": "tokens/font/font.json",
4234
4924
  "isSource": true,
4235
4925
  "original": {
4236
4926
  "value": 135,
@@ -4255,7 +4945,7 @@ const ddsStyles = {
4255
4945
  "value": 0,
4256
4946
  "type": "number",
4257
4947
  "unit": "pixel",
4258
- "filePath": "properties/font/font.json",
4948
+ "filePath": "tokens/font/font.json",
4259
4949
  "isSource": true,
4260
4950
  "original": {
4261
4951
  "value": 0,
@@ -4280,7 +4970,7 @@ const ddsStyles = {
4280
4970
  "value": 16,
4281
4971
  "type": "number",
4282
4972
  "unit": "pixel",
4283
- "filePath": "properties/font/font.json",
4973
+ "filePath": "tokens/font/font.json",
4284
4974
  "isSource": true,
4285
4975
  "original": {
4286
4976
  "value": 16,
@@ -4304,7 +4994,7 @@ const ddsStyles = {
4304
4994
  "textCase": {
4305
4995
  "value": "none",
4306
4996
  "type": "string",
4307
- "filePath": "properties/font/font.json",
4997
+ "filePath": "tokens/font/font.json",
4308
4998
  "isSource": true,
4309
4999
  "original": {
4310
5000
  "value": "none",
@@ -4323,14 +5013,60 @@ const ddsStyles = {
4323
5013
  "sans-03",
4324
5014
  "textCase"
4325
5015
  ]
4326
- }
4327
- },
4328
- "sans-04": {
5016
+ }
5017
+ },
5018
+ "sans-04": {
5019
+ "category": {
5020
+ "value": "font",
5021
+ "type": "other",
5022
+ "filePath": "tokens/font/font.json",
5023
+ "isSource": true,
5024
+ "original": {
5025
+ "value": "font",
5026
+ "type": "other"
5027
+ },
5028
+ "name": "DdsFontLeadSans04Category",
5029
+ "attributes": {
5030
+ "category": "$dds-font",
5031
+ "type": "lead",
5032
+ "item": "sans-04",
5033
+ "subitem": "category"
5034
+ },
5035
+ "path": [
5036
+ "$dds-font",
5037
+ "lead",
5038
+ "sans-04",
5039
+ "category"
5040
+ ]
5041
+ },
5042
+ "exportKey": {
5043
+ "value": "font",
5044
+ "type": "other",
5045
+ "filePath": "tokens/font/font.json",
5046
+ "isSource": true,
5047
+ "original": {
5048
+ "value": "font",
5049
+ "type": "other"
5050
+ },
5051
+ "name": "DdsFontLeadSans04ExportKey",
5052
+ "attributes": {
5053
+ "category": "$dds-font",
5054
+ "type": "lead",
5055
+ "item": "sans-04",
5056
+ "subitem": "exportKey"
5057
+ },
5058
+ "path": [
5059
+ "$dds-font",
5060
+ "lead",
5061
+ "sans-04",
5062
+ "exportKey"
5063
+ ]
5064
+ },
4329
5065
  "fontSize": {
4330
5066
  "value": 32,
4331
5067
  "type": "number",
4332
5068
  "unit": "pixel",
4333
- "filePath": "properties/font/font.json",
5069
+ "filePath": "tokens/font/font.json",
4334
5070
  "isSource": true,
4335
5071
  "original": {
4336
5072
  "value": 32,
@@ -4354,7 +5090,7 @@ const ddsStyles = {
4354
5090
  "textDecoration": {
4355
5091
  "value": "none",
4356
5092
  "type": "string",
4357
- "filePath": "properties/font/font.json",
5093
+ "filePath": "tokens/font/font.json",
4358
5094
  "isSource": true,
4359
5095
  "original": {
4360
5096
  "value": "none",
@@ -4377,7 +5113,7 @@ const ddsStyles = {
4377
5113
  "fontFamily": {
4378
5114
  "value": "IBM Plex Sans",
4379
5115
  "type": "string",
4380
- "filePath": "properties/font/font.json",
5116
+ "filePath": "tokens/font/font.json",
4381
5117
  "isSource": true,
4382
5118
  "original": {
4383
5119
  "value": "IBM Plex Sans",
@@ -4400,7 +5136,7 @@ const ddsStyles = {
4400
5136
  "fontWeight": {
4401
5137
  "value": 300,
4402
5138
  "type": "number",
4403
- "filePath": "properties/font/font.json",
5139
+ "filePath": "tokens/font/font.json",
4404
5140
  "isSource": true,
4405
5141
  "original": {
4406
5142
  "value": 300,
@@ -4423,7 +5159,7 @@ const ddsStyles = {
4423
5159
  "fontStyle": {
4424
5160
  "value": "normal",
4425
5161
  "type": "string",
4426
- "filePath": "properties/font/font.json",
5162
+ "filePath": "tokens/font/font.json",
4427
5163
  "isSource": true,
4428
5164
  "original": {
4429
5165
  "value": "normal",
@@ -4446,7 +5182,7 @@ const ddsStyles = {
4446
5182
  "fontStretch": {
4447
5183
  "value": "normal",
4448
5184
  "type": "string",
4449
- "filePath": "properties/font/font.json",
5185
+ "filePath": "tokens/font/font.json",
4450
5186
  "isSource": true,
4451
5187
  "original": {
4452
5188
  "value": "normal",
@@ -4469,7 +5205,7 @@ const ddsStyles = {
4469
5205
  "_fontStyleOld": {
4470
5206
  "value": "Light",
4471
5207
  "type": "string",
4472
- "filePath": "properties/font/font.json",
5208
+ "filePath": "tokens/font/font.json",
4473
5209
  "isSource": true,
4474
5210
  "original": {
4475
5211
  "value": "Light",
@@ -4493,7 +5229,7 @@ const ddsStyles = {
4493
5229
  "value": "0em",
4494
5230
  "type": "number",
4495
5231
  "unit": "percent",
4496
- "filePath": "properties/font/font.json",
5232
+ "filePath": "tokens/font/font.json",
4497
5233
  "isSource": true,
4498
5234
  "original": {
4499
5235
  "value": 0,
@@ -4518,7 +5254,7 @@ const ddsStyles = {
4518
5254
  "value": "1.35em",
4519
5255
  "type": "number",
4520
5256
  "unit": "percent",
4521
- "filePath": "properties/font/font.json",
5257
+ "filePath": "tokens/font/font.json",
4522
5258
  "isSource": true,
4523
5259
  "original": {
4524
5260
  "value": 135,
@@ -4543,7 +5279,7 @@ const ddsStyles = {
4543
5279
  "value": 0,
4544
5280
  "type": "number",
4545
5281
  "unit": "pixel",
4546
- "filePath": "properties/font/font.json",
5282
+ "filePath": "tokens/font/font.json",
4547
5283
  "isSource": true,
4548
5284
  "original": {
4549
5285
  "value": 0,
@@ -4568,7 +5304,7 @@ const ddsStyles = {
4568
5304
  "value": 21,
4569
5305
  "type": "number",
4570
5306
  "unit": "pixel",
4571
- "filePath": "properties/font/font.json",
5307
+ "filePath": "tokens/font/font.json",
4572
5308
  "isSource": true,
4573
5309
  "original": {
4574
5310
  "value": 21,
@@ -4592,7 +5328,7 @@ const ddsStyles = {
4592
5328
  "textCase": {
4593
5329
  "value": "none",
4594
5330
  "type": "string",
4595
- "filePath": "properties/font/font.json",
5331
+ "filePath": "tokens/font/font.json",
4596
5332
  "isSource": true,
4597
5333
  "original": {
4598
5334
  "value": "none",
@@ -4614,11 +5350,57 @@ const ddsStyles = {
4614
5350
  }
4615
5351
  },
4616
5352
  "sans-05": {
5353
+ "category": {
5354
+ "value": "font",
5355
+ "type": "other",
5356
+ "filePath": "tokens/font/font.json",
5357
+ "isSource": true,
5358
+ "original": {
5359
+ "value": "font",
5360
+ "type": "other"
5361
+ },
5362
+ "name": "DdsFontLeadSans05Category",
5363
+ "attributes": {
5364
+ "category": "$dds-font",
5365
+ "type": "lead",
5366
+ "item": "sans-05",
5367
+ "subitem": "category"
5368
+ },
5369
+ "path": [
5370
+ "$dds-font",
5371
+ "lead",
5372
+ "sans-05",
5373
+ "category"
5374
+ ]
5375
+ },
5376
+ "exportKey": {
5377
+ "value": "font",
5378
+ "type": "other",
5379
+ "filePath": "tokens/font/font.json",
5380
+ "isSource": true,
5381
+ "original": {
5382
+ "value": "font",
5383
+ "type": "other"
5384
+ },
5385
+ "name": "DdsFontLeadSans05ExportKey",
5386
+ "attributes": {
5387
+ "category": "$dds-font",
5388
+ "type": "lead",
5389
+ "item": "sans-05",
5390
+ "subitem": "exportKey"
5391
+ },
5392
+ "path": [
5393
+ "$dds-font",
5394
+ "lead",
5395
+ "sans-05",
5396
+ "exportKey"
5397
+ ]
5398
+ },
4617
5399
  "fontSize": {
4618
5400
  "value": 40,
4619
5401
  "type": "number",
4620
5402
  "unit": "pixel",
4621
- "filePath": "properties/font/font.json",
5403
+ "filePath": "tokens/font/font.json",
4622
5404
  "isSource": true,
4623
5405
  "original": {
4624
5406
  "value": 40,
@@ -4642,7 +5424,7 @@ const ddsStyles = {
4642
5424
  "textDecoration": {
4643
5425
  "value": "none",
4644
5426
  "type": "string",
4645
- "filePath": "properties/font/font.json",
5427
+ "filePath": "tokens/font/font.json",
4646
5428
  "isSource": true,
4647
5429
  "original": {
4648
5430
  "value": "none",
@@ -4665,7 +5447,7 @@ const ddsStyles = {
4665
5447
  "fontFamily": {
4666
5448
  "value": "IBM Plex Sans",
4667
5449
  "type": "string",
4668
- "filePath": "properties/font/font.json",
5450
+ "filePath": "tokens/font/font.json",
4669
5451
  "isSource": true,
4670
5452
  "original": {
4671
5453
  "value": "IBM Plex Sans",
@@ -4688,7 +5470,7 @@ const ddsStyles = {
4688
5470
  "fontWeight": {
4689
5471
  "value": 300,
4690
5472
  "type": "number",
4691
- "filePath": "properties/font/font.json",
5473
+ "filePath": "tokens/font/font.json",
4692
5474
  "isSource": true,
4693
5475
  "original": {
4694
5476
  "value": 300,
@@ -4711,7 +5493,7 @@ const ddsStyles = {
4711
5493
  "fontStyle": {
4712
5494
  "value": "normal",
4713
5495
  "type": "string",
4714
- "filePath": "properties/font/font.json",
5496
+ "filePath": "tokens/font/font.json",
4715
5497
  "isSource": true,
4716
5498
  "original": {
4717
5499
  "value": "normal",
@@ -4734,7 +5516,7 @@ const ddsStyles = {
4734
5516
  "fontStretch": {
4735
5517
  "value": "normal",
4736
5518
  "type": "string",
4737
- "filePath": "properties/font/font.json",
5519
+ "filePath": "tokens/font/font.json",
4738
5520
  "isSource": true,
4739
5521
  "original": {
4740
5522
  "value": "normal",
@@ -4757,7 +5539,7 @@ const ddsStyles = {
4757
5539
  "_fontStyleOld": {
4758
5540
  "value": "Light",
4759
5541
  "type": "string",
4760
- "filePath": "properties/font/font.json",
5542
+ "filePath": "tokens/font/font.json",
4761
5543
  "isSource": true,
4762
5544
  "original": {
4763
5545
  "value": "Light",
@@ -4781,7 +5563,7 @@ const ddsStyles = {
4781
5563
  "value": "-0.01em",
4782
5564
  "type": "number",
4783
5565
  "unit": "percent",
4784
- "filePath": "properties/font/font.json",
5566
+ "filePath": "tokens/font/font.json",
4785
5567
  "isSource": true,
4786
5568
  "original": {
4787
5569
  "value": -1,
@@ -4806,7 +5588,7 @@ const ddsStyles = {
4806
5588
  "value": "1.35em",
4807
5589
  "type": "number",
4808
5590
  "unit": "percent",
4809
- "filePath": "properties/font/font.json",
5591
+ "filePath": "tokens/font/font.json",
4810
5592
  "isSource": true,
4811
5593
  "original": {
4812
5594
  "value": 135,
@@ -4831,7 +5613,7 @@ const ddsStyles = {
4831
5613
  "value": 0,
4832
5614
  "type": "number",
4833
5615
  "unit": "pixel",
4834
- "filePath": "properties/font/font.json",
5616
+ "filePath": "tokens/font/font.json",
4835
5617
  "isSource": true,
4836
5618
  "original": {
4837
5619
  "value": 0,
@@ -4856,7 +5638,7 @@ const ddsStyles = {
4856
5638
  "value": 26,
4857
5639
  "type": "number",
4858
5640
  "unit": "pixel",
4859
- "filePath": "properties/font/font.json",
5641
+ "filePath": "tokens/font/font.json",
4860
5642
  "isSource": true,
4861
5643
  "original": {
4862
5644
  "value": 26,
@@ -4880,7 +5662,7 @@ const ddsStyles = {
4880
5662
  "textCase": {
4881
5663
  "value": "none",
4882
5664
  "type": "string",
4883
- "filePath": "properties/font/font.json",
5665
+ "filePath": "tokens/font/font.json",
4884
5666
  "isSource": true,
4885
5667
  "original": {
4886
5668
  "value": "none",
@@ -4904,11 +5686,57 @@ const ddsStyles = {
4904
5686
  },
4905
5687
  "supporting-style": {
4906
5688
  "label-01": {
5689
+ "category": {
5690
+ "value": "font",
5691
+ "type": "other",
5692
+ "filePath": "tokens/font/font.json",
5693
+ "isSource": true,
5694
+ "original": {
5695
+ "value": "font",
5696
+ "type": "other"
5697
+ },
5698
+ "name": "DdsFontSupportingStyleLabel01Category",
5699
+ "attributes": {
5700
+ "category": "$dds-font",
5701
+ "type": "supporting-style",
5702
+ "item": "label-01",
5703
+ "subitem": "category"
5704
+ },
5705
+ "path": [
5706
+ "$dds-font",
5707
+ "supporting-style",
5708
+ "label-01",
5709
+ "category"
5710
+ ]
5711
+ },
5712
+ "exportKey": {
5713
+ "value": "font",
5714
+ "type": "other",
5715
+ "filePath": "tokens/font/font.json",
5716
+ "isSource": true,
5717
+ "original": {
5718
+ "value": "font",
5719
+ "type": "other"
5720
+ },
5721
+ "name": "DdsFontSupportingStyleLabel01ExportKey",
5722
+ "attributes": {
5723
+ "category": "$dds-font",
5724
+ "type": "supporting-style",
5725
+ "item": "label-01",
5726
+ "subitem": "exportKey"
5727
+ },
5728
+ "path": [
5729
+ "$dds-font",
5730
+ "supporting-style",
5731
+ "label-01",
5732
+ "exportKey"
5733
+ ]
5734
+ },
4907
5735
  "fontSize": {
4908
5736
  "value": 14,
4909
5737
  "type": "number",
4910
5738
  "unit": "pixel",
4911
- "filePath": "properties/font/font.json",
5739
+ "filePath": "tokens/font/font.json",
4912
5740
  "isSource": true,
4913
5741
  "original": {
4914
5742
  "value": 14,
@@ -4932,7 +5760,7 @@ const ddsStyles = {
4932
5760
  "textDecoration": {
4933
5761
  "value": "none",
4934
5762
  "type": "string",
4935
- "filePath": "properties/font/font.json",
5763
+ "filePath": "tokens/font/font.json",
4936
5764
  "isSource": true,
4937
5765
  "original": {
4938
5766
  "value": "none",
@@ -4955,7 +5783,7 @@ const ddsStyles = {
4955
5783
  "fontFamily": {
4956
5784
  "value": "IBM Plex Sans",
4957
5785
  "type": "string",
4958
- "filePath": "properties/font/font.json",
5786
+ "filePath": "tokens/font/font.json",
4959
5787
  "isSource": true,
4960
5788
  "original": {
4961
5789
  "value": "IBM Plex Sans",
@@ -4978,7 +5806,7 @@ const ddsStyles = {
4978
5806
  "fontWeight": {
4979
5807
  "value": 600,
4980
5808
  "type": "number",
4981
- "filePath": "properties/font/font.json",
5809
+ "filePath": "tokens/font/font.json",
4982
5810
  "isSource": true,
4983
5811
  "original": {
4984
5812
  "value": 600,
@@ -5001,7 +5829,7 @@ const ddsStyles = {
5001
5829
  "fontStyle": {
5002
5830
  "value": "normal",
5003
5831
  "type": "string",
5004
- "filePath": "properties/font/font.json",
5832
+ "filePath": "tokens/font/font.json",
5005
5833
  "isSource": true,
5006
5834
  "original": {
5007
5835
  "value": "normal",
@@ -5024,7 +5852,7 @@ const ddsStyles = {
5024
5852
  "fontStretch": {
5025
5853
  "value": "normal",
5026
5854
  "type": "string",
5027
- "filePath": "properties/font/font.json",
5855
+ "filePath": "tokens/font/font.json",
5028
5856
  "isSource": true,
5029
5857
  "original": {
5030
5858
  "value": "normal",
@@ -5047,7 +5875,7 @@ const ddsStyles = {
5047
5875
  "_fontStyleOld": {
5048
5876
  "value": "SemiBold",
5049
5877
  "type": "string",
5050
- "filePath": "properties/font/font.json",
5878
+ "filePath": "tokens/font/font.json",
5051
5879
  "isSource": true,
5052
5880
  "original": {
5053
5881
  "value": "SemiBold",
@@ -5071,7 +5899,7 @@ const ddsStyles = {
5071
5899
  "value": "0.01em",
5072
5900
  "type": "number",
5073
5901
  "unit": "percent",
5074
- "filePath": "properties/font/font.json",
5902
+ "filePath": "tokens/font/font.json",
5075
5903
  "isSource": true,
5076
5904
  "original": {
5077
5905
  "value": 1,
@@ -5096,7 +5924,7 @@ const ddsStyles = {
5096
5924
  "value": "1.5em",
5097
5925
  "type": "number",
5098
5926
  "unit": "percent",
5099
- "filePath": "properties/font/font.json",
5927
+ "filePath": "tokens/font/font.json",
5100
5928
  "isSource": true,
5101
5929
  "original": {
5102
5930
  "value": 150,
@@ -5121,7 +5949,7 @@ const ddsStyles = {
5121
5949
  "value": 0,
5122
5950
  "type": "number",
5123
5951
  "unit": "pixel",
5124
- "filePath": "properties/font/font.json",
5952
+ "filePath": "tokens/font/font.json",
5125
5953
  "isSource": true,
5126
5954
  "original": {
5127
5955
  "value": 0,
@@ -5146,7 +5974,7 @@ const ddsStyles = {
5146
5974
  "value": 14,
5147
5975
  "type": "number",
5148
5976
  "unit": "pixel",
5149
- "filePath": "properties/font/font.json",
5977
+ "filePath": "tokens/font/font.json",
5150
5978
  "isSource": true,
5151
5979
  "original": {
5152
5980
  "value": 14,
@@ -5170,7 +5998,7 @@ const ddsStyles = {
5170
5998
  "textCase": {
5171
5999
  "value": "none",
5172
6000
  "type": "string",
5173
- "filePath": "properties/font/font.json",
6001
+ "filePath": "tokens/font/font.json",
5174
6002
  "isSource": true,
5175
6003
  "original": {
5176
6004
  "value": "none",
@@ -5192,11 +6020,57 @@ const ddsStyles = {
5192
6020
  }
5193
6021
  },
5194
6022
  "helpertext-01": {
6023
+ "category": {
6024
+ "value": "font",
6025
+ "type": "other",
6026
+ "filePath": "tokens/font/font.json",
6027
+ "isSource": true,
6028
+ "original": {
6029
+ "value": "font",
6030
+ "type": "other"
6031
+ },
6032
+ "name": "DdsFontSupportingStyleHelpertext01Category",
6033
+ "attributes": {
6034
+ "category": "$dds-font",
6035
+ "type": "supporting-style",
6036
+ "item": "helpertext-01",
6037
+ "subitem": "category"
6038
+ },
6039
+ "path": [
6040
+ "$dds-font",
6041
+ "supporting-style",
6042
+ "helpertext-01",
6043
+ "category"
6044
+ ]
6045
+ },
6046
+ "exportKey": {
6047
+ "value": "font",
6048
+ "type": "other",
6049
+ "filePath": "tokens/font/font.json",
6050
+ "isSource": true,
6051
+ "original": {
6052
+ "value": "font",
6053
+ "type": "other"
6054
+ },
6055
+ "name": "DdsFontSupportingStyleHelpertext01ExportKey",
6056
+ "attributes": {
6057
+ "category": "$dds-font",
6058
+ "type": "supporting-style",
6059
+ "item": "helpertext-01",
6060
+ "subitem": "exportKey"
6061
+ },
6062
+ "path": [
6063
+ "$dds-font",
6064
+ "supporting-style",
6065
+ "helpertext-01",
6066
+ "exportKey"
6067
+ ]
6068
+ },
5195
6069
  "fontSize": {
5196
6070
  "value": 12,
5197
6071
  "type": "number",
5198
6072
  "unit": "pixel",
5199
- "filePath": "properties/font/font.json",
6073
+ "filePath": "tokens/font/font.json",
5200
6074
  "isSource": true,
5201
6075
  "original": {
5202
6076
  "value": 12,
@@ -5220,7 +6094,7 @@ const ddsStyles = {
5220
6094
  "textDecoration": {
5221
6095
  "value": "none",
5222
6096
  "type": "string",
5223
- "filePath": "properties/font/font.json",
6097
+ "filePath": "tokens/font/font.json",
5224
6098
  "isSource": true,
5225
6099
  "original": {
5226
6100
  "value": "none",
@@ -5243,7 +6117,7 @@ const ddsStyles = {
5243
6117
  "fontFamily": {
5244
6118
  "value": "IBM Plex Sans",
5245
6119
  "type": "string",
5246
- "filePath": "properties/font/font.json",
6120
+ "filePath": "tokens/font/font.json",
5247
6121
  "isSource": true,
5248
6122
  "original": {
5249
6123
  "value": "IBM Plex Sans",
@@ -5266,7 +6140,7 @@ const ddsStyles = {
5266
6140
  "fontWeight": {
5267
6141
  "value": 400,
5268
6142
  "type": "number",
5269
- "filePath": "properties/font/font.json",
6143
+ "filePath": "tokens/font/font.json",
5270
6144
  "isSource": true,
5271
6145
  "original": {
5272
6146
  "value": 400,
@@ -5289,7 +6163,7 @@ const ddsStyles = {
5289
6163
  "fontStyle": {
5290
6164
  "value": "normal",
5291
6165
  "type": "string",
5292
- "filePath": "properties/font/font.json",
6166
+ "filePath": "tokens/font/font.json",
5293
6167
  "isSource": true,
5294
6168
  "original": {
5295
6169
  "value": "normal",
@@ -5312,7 +6186,7 @@ const ddsStyles = {
5312
6186
  "fontStretch": {
5313
6187
  "value": "normal",
5314
6188
  "type": "string",
5315
- "filePath": "properties/font/font.json",
6189
+ "filePath": "tokens/font/font.json",
5316
6190
  "isSource": true,
5317
6191
  "original": {
5318
6192
  "value": "normal",
@@ -5335,7 +6209,7 @@ const ddsStyles = {
5335
6209
  "_fontStyleOld": {
5336
6210
  "value": "Regular",
5337
6211
  "type": "string",
5338
- "filePath": "properties/font/font.json",
6212
+ "filePath": "tokens/font/font.json",
5339
6213
  "isSource": true,
5340
6214
  "original": {
5341
6215
  "value": "Regular",
@@ -5359,7 +6233,7 @@ const ddsStyles = {
5359
6233
  "value": "0.01em",
5360
6234
  "type": "number",
5361
6235
  "unit": "percent",
5362
- "filePath": "properties/font/font.json",
6236
+ "filePath": "tokens/font/font.json",
5363
6237
  "isSource": true,
5364
6238
  "original": {
5365
6239
  "value": 1,
@@ -5384,7 +6258,7 @@ const ddsStyles = {
5384
6258
  "value": "1.5em",
5385
6259
  "type": "number",
5386
6260
  "unit": "percent",
5387
- "filePath": "properties/font/font.json",
6261
+ "filePath": "tokens/font/font.json",
5388
6262
  "isSource": true,
5389
6263
  "original": {
5390
6264
  "value": 150,
@@ -5409,7 +6283,7 @@ const ddsStyles = {
5409
6283
  "value": 0,
5410
6284
  "type": "number",
5411
6285
  "unit": "pixel",
5412
- "filePath": "properties/font/font.json",
6286
+ "filePath": "tokens/font/font.json",
5413
6287
  "isSource": true,
5414
6288
  "original": {
5415
6289
  "value": 0,
@@ -5434,7 +6308,7 @@ const ddsStyles = {
5434
6308
  "value": 12,
5435
6309
  "type": "number",
5436
6310
  "unit": "pixel",
5437
- "filePath": "properties/font/font.json",
6311
+ "filePath": "tokens/font/font.json",
5438
6312
  "isSource": true,
5439
6313
  "original": {
5440
6314
  "value": 12,
@@ -5458,7 +6332,7 @@ const ddsStyles = {
5458
6332
  "textCase": {
5459
6333
  "value": "none",
5460
6334
  "type": "string",
5461
- "filePath": "properties/font/font.json",
6335
+ "filePath": "tokens/font/font.json",
5462
6336
  "isSource": true,
5463
6337
  "original": {
5464
6338
  "value": "none",
@@ -5480,11 +6354,57 @@ const ddsStyles = {
5480
6354
  }
5481
6355
  },
5482
6356
  "placeholdertext-01": {
6357
+ "category": {
6358
+ "value": "font",
6359
+ "type": "other",
6360
+ "filePath": "tokens/font/font.json",
6361
+ "isSource": true,
6362
+ "original": {
6363
+ "value": "font",
6364
+ "type": "other"
6365
+ },
6366
+ "name": "DdsFontSupportingStylePlaceholdertext01Category",
6367
+ "attributes": {
6368
+ "category": "$dds-font",
6369
+ "type": "supporting-style",
6370
+ "item": "placeholdertext-01",
6371
+ "subitem": "category"
6372
+ },
6373
+ "path": [
6374
+ "$dds-font",
6375
+ "supporting-style",
6376
+ "placeholdertext-01",
6377
+ "category"
6378
+ ]
6379
+ },
6380
+ "exportKey": {
6381
+ "value": "font",
6382
+ "type": "other",
6383
+ "filePath": "tokens/font/font.json",
6384
+ "isSource": true,
6385
+ "original": {
6386
+ "value": "font",
6387
+ "type": "other"
6388
+ },
6389
+ "name": "DdsFontSupportingStylePlaceholdertext01ExportKey",
6390
+ "attributes": {
6391
+ "category": "$dds-font",
6392
+ "type": "supporting-style",
6393
+ "item": "placeholdertext-01",
6394
+ "subitem": "exportKey"
6395
+ },
6396
+ "path": [
6397
+ "$dds-font",
6398
+ "supporting-style",
6399
+ "placeholdertext-01",
6400
+ "exportKey"
6401
+ ]
6402
+ },
5483
6403
  "fontSize": {
5484
6404
  "value": 16,
5485
6405
  "type": "number",
5486
6406
  "unit": "pixel",
5487
- "filePath": "properties/font/font.json",
6407
+ "filePath": "tokens/font/font.json",
5488
6408
  "isSource": true,
5489
6409
  "original": {
5490
6410
  "value": 16,
@@ -5508,7 +6428,7 @@ const ddsStyles = {
5508
6428
  "textDecoration": {
5509
6429
  "value": "none",
5510
6430
  "type": "string",
5511
- "filePath": "properties/font/font.json",
6431
+ "filePath": "tokens/font/font.json",
5512
6432
  "isSource": true,
5513
6433
  "original": {
5514
6434
  "value": "none",
@@ -5531,7 +6451,7 @@ const ddsStyles = {
5531
6451
  "fontFamily": {
5532
6452
  "value": "IBM Plex Sans",
5533
6453
  "type": "string",
5534
- "filePath": "properties/font/font.json",
6454
+ "filePath": "tokens/font/font.json",
5535
6455
  "isSource": true,
5536
6456
  "original": {
5537
6457
  "value": "IBM Plex Sans",
@@ -5554,7 +6474,7 @@ const ddsStyles = {
5554
6474
  "fontWeight": {
5555
6475
  "value": 400,
5556
6476
  "type": "number",
5557
- "filePath": "properties/font/font.json",
6477
+ "filePath": "tokens/font/font.json",
5558
6478
  "isSource": true,
5559
6479
  "original": {
5560
6480
  "value": 400,
@@ -5577,7 +6497,7 @@ const ddsStyles = {
5577
6497
  "fontStyle": {
5578
6498
  "value": "italic",
5579
6499
  "type": "string",
5580
- "filePath": "properties/font/font.json",
6500
+ "filePath": "tokens/font/font.json",
5581
6501
  "isSource": true,
5582
6502
  "original": {
5583
6503
  "value": "italic",
@@ -5600,7 +6520,7 @@ const ddsStyles = {
5600
6520
  "fontStretch": {
5601
6521
  "value": "normal",
5602
6522
  "type": "string",
5603
- "filePath": "properties/font/font.json",
6523
+ "filePath": "tokens/font/font.json",
5604
6524
  "isSource": true,
5605
6525
  "original": {
5606
6526
  "value": "normal",
@@ -5623,7 +6543,7 @@ const ddsStyles = {
5623
6543
  "_fontStyleOld": {
5624
6544
  "value": "Italic",
5625
6545
  "type": "string",
5626
- "filePath": "properties/font/font.json",
6546
+ "filePath": "tokens/font/font.json",
5627
6547
  "isSource": true,
5628
6548
  "original": {
5629
6549
  "value": "Italic",
@@ -5647,7 +6567,7 @@ const ddsStyles = {
5647
6567
  "value": "0em",
5648
6568
  "type": "number",
5649
6569
  "unit": "percent",
5650
- "filePath": "properties/font/font.json",
6570
+ "filePath": "tokens/font/font.json",
5651
6571
  "isSource": true,
5652
6572
  "original": {
5653
6573
  "value": 0,
@@ -5672,7 +6592,7 @@ const ddsStyles = {
5672
6592
  "value": "1.5em",
5673
6593
  "type": "number",
5674
6594
  "unit": "percent",
5675
- "filePath": "properties/font/font.json",
6595
+ "filePath": "tokens/font/font.json",
5676
6596
  "isSource": true,
5677
6597
  "original": {
5678
6598
  "value": 150,
@@ -5697,7 +6617,7 @@ const ddsStyles = {
5697
6617
  "value": 0,
5698
6618
  "type": "number",
5699
6619
  "unit": "pixel",
5700
- "filePath": "properties/font/font.json",
6620
+ "filePath": "tokens/font/font.json",
5701
6621
  "isSource": true,
5702
6622
  "original": {
5703
6623
  "value": 0,
@@ -5722,7 +6642,7 @@ const ddsStyles = {
5722
6642
  "value": 16,
5723
6643
  "type": "number",
5724
6644
  "unit": "pixel",
5725
- "filePath": "properties/font/font.json",
6645
+ "filePath": "tokens/font/font.json",
5726
6646
  "isSource": true,
5727
6647
  "original": {
5728
6648
  "value": 16,
@@ -5746,7 +6666,7 @@ const ddsStyles = {
5746
6666
  "textCase": {
5747
6667
  "value": "none",
5748
6668
  "type": "string",
5749
- "filePath": "properties/font/font.json",
6669
+ "filePath": "tokens/font/font.json",
5750
6670
  "isSource": true,
5751
6671
  "original": {
5752
6672
  "value": "none",
@@ -5768,11 +6688,57 @@ const ddsStyles = {
5768
6688
  }
5769
6689
  },
5770
6690
  "tiny-01": {
6691
+ "category": {
6692
+ "value": "font",
6693
+ "type": "other",
6694
+ "filePath": "tokens/font/font.json",
6695
+ "isSource": true,
6696
+ "original": {
6697
+ "value": "font",
6698
+ "type": "other"
6699
+ },
6700
+ "name": "DdsFontSupportingStyleTiny01Category",
6701
+ "attributes": {
6702
+ "category": "$dds-font",
6703
+ "type": "supporting-style",
6704
+ "item": "tiny-01",
6705
+ "subitem": "category"
6706
+ },
6707
+ "path": [
6708
+ "$dds-font",
6709
+ "supporting-style",
6710
+ "tiny-01",
6711
+ "category"
6712
+ ]
6713
+ },
6714
+ "exportKey": {
6715
+ "value": "font",
6716
+ "type": "other",
6717
+ "filePath": "tokens/font/font.json",
6718
+ "isSource": true,
6719
+ "original": {
6720
+ "value": "font",
6721
+ "type": "other"
6722
+ },
6723
+ "name": "DdsFontSupportingStyleTiny01ExportKey",
6724
+ "attributes": {
6725
+ "category": "$dds-font",
6726
+ "type": "supporting-style",
6727
+ "item": "tiny-01",
6728
+ "subitem": "exportKey"
6729
+ },
6730
+ "path": [
6731
+ "$dds-font",
6732
+ "supporting-style",
6733
+ "tiny-01",
6734
+ "exportKey"
6735
+ ]
6736
+ },
5771
6737
  "fontSize": {
5772
6738
  "value": 12,
5773
6739
  "type": "number",
5774
6740
  "unit": "pixel",
5775
- "filePath": "properties/font/font.json",
6741
+ "filePath": "tokens/font/font.json",
5776
6742
  "isSource": true,
5777
6743
  "original": {
5778
6744
  "value": 12,
@@ -5796,7 +6762,7 @@ const ddsStyles = {
5796
6762
  "textDecoration": {
5797
6763
  "value": "none",
5798
6764
  "type": "string",
5799
- "filePath": "properties/font/font.json",
6765
+ "filePath": "tokens/font/font.json",
5800
6766
  "isSource": true,
5801
6767
  "original": {
5802
6768
  "value": "none",
@@ -5819,7 +6785,7 @@ const ddsStyles = {
5819
6785
  "fontFamily": {
5820
6786
  "value": "IBM Plex Sans",
5821
6787
  "type": "string",
5822
- "filePath": "properties/font/font.json",
6788
+ "filePath": "tokens/font/font.json",
5823
6789
  "isSource": true,
5824
6790
  "original": {
5825
6791
  "value": "IBM Plex Sans",
@@ -5842,7 +6808,7 @@ const ddsStyles = {
5842
6808
  "fontWeight": {
5843
6809
  "value": 400,
5844
6810
  "type": "number",
5845
- "filePath": "properties/font/font.json",
6811
+ "filePath": "tokens/font/font.json",
5846
6812
  "isSource": true,
5847
6813
  "original": {
5848
6814
  "value": 400,
@@ -5865,7 +6831,7 @@ const ddsStyles = {
5865
6831
  "fontStyle": {
5866
6832
  "value": "normal",
5867
6833
  "type": "string",
5868
- "filePath": "properties/font/font.json",
6834
+ "filePath": "tokens/font/font.json",
5869
6835
  "isSource": true,
5870
6836
  "original": {
5871
6837
  "value": "normal",
@@ -5888,7 +6854,7 @@ const ddsStyles = {
5888
6854
  "fontStretch": {
5889
6855
  "value": "normal",
5890
6856
  "type": "string",
5891
- "filePath": "properties/font/font.json",
6857
+ "filePath": "tokens/font/font.json",
5892
6858
  "isSource": true,
5893
6859
  "original": {
5894
6860
  "value": "normal",
@@ -5911,7 +6877,7 @@ const ddsStyles = {
5911
6877
  "_fontStyleOld": {
5912
6878
  "value": "Regular",
5913
6879
  "type": "string",
5914
- "filePath": "properties/font/font.json",
6880
+ "filePath": "tokens/font/font.json",
5915
6881
  "isSource": true,
5916
6882
  "original": {
5917
6883
  "value": "Regular",
@@ -5935,7 +6901,7 @@ const ddsStyles = {
5935
6901
  "value": "0.01em",
5936
6902
  "type": "number",
5937
6903
  "unit": "percent",
5938
- "filePath": "properties/font/font.json",
6904
+ "filePath": "tokens/font/font.json",
5939
6905
  "isSource": true,
5940
6906
  "original": {
5941
6907
  "value": 1,
@@ -5960,7 +6926,7 @@ const ddsStyles = {
5960
6926
  "value": "1.5em",
5961
6927
  "type": "number",
5962
6928
  "unit": "percent",
5963
- "filePath": "properties/font/font.json",
6929
+ "filePath": "tokens/font/font.json",
5964
6930
  "isSource": true,
5965
6931
  "original": {
5966
6932
  "value": 150,
@@ -5985,7 +6951,7 @@ const ddsStyles = {
5985
6951
  "value": 0,
5986
6952
  "type": "number",
5987
6953
  "unit": "pixel",
5988
- "filePath": "properties/font/font.json",
6954
+ "filePath": "tokens/font/font.json",
5989
6955
  "isSource": true,
5990
6956
  "original": {
5991
6957
  "value": 0,
@@ -6010,7 +6976,7 @@ const ddsStyles = {
6010
6976
  "value": 12,
6011
6977
  "type": "number",
6012
6978
  "unit": "pixel",
6013
- "filePath": "properties/font/font.json",
6979
+ "filePath": "tokens/font/font.json",
6014
6980
  "isSource": true,
6015
6981
  "original": {
6016
6982
  "value": 12,
@@ -6034,7 +7000,7 @@ const ddsStyles = {
6034
7000
  "textCase": {
6035
7001
  "value": "none",
6036
7002
  "type": "string",
6037
- "filePath": "properties/font/font.json",
7003
+ "filePath": "tokens/font/font.json",
6038
7004
  "isSource": true,
6039
7005
  "original": {
6040
7006
  "value": "none",
@@ -6056,11 +7022,57 @@ const ddsStyles = {
6056
7022
  }
6057
7023
  },
6058
7024
  "tiny-02": {
7025
+ "category": {
7026
+ "value": "font",
7027
+ "type": "other",
7028
+ "filePath": "tokens/font/font.json",
7029
+ "isSource": true,
7030
+ "original": {
7031
+ "value": "font",
7032
+ "type": "other"
7033
+ },
7034
+ "name": "DdsFontSupportingStyleTiny02Category",
7035
+ "attributes": {
7036
+ "category": "$dds-font",
7037
+ "type": "supporting-style",
7038
+ "item": "tiny-02",
7039
+ "subitem": "category"
7040
+ },
7041
+ "path": [
7042
+ "$dds-font",
7043
+ "supporting-style",
7044
+ "tiny-02",
7045
+ "category"
7046
+ ]
7047
+ },
7048
+ "exportKey": {
7049
+ "value": "font",
7050
+ "type": "other",
7051
+ "filePath": "tokens/font/font.json",
7052
+ "isSource": true,
7053
+ "original": {
7054
+ "value": "font",
7055
+ "type": "other"
7056
+ },
7057
+ "name": "DdsFontSupportingStyleTiny02ExportKey",
7058
+ "attributes": {
7059
+ "category": "$dds-font",
7060
+ "type": "supporting-style",
7061
+ "item": "tiny-02",
7062
+ "subitem": "exportKey"
7063
+ },
7064
+ "path": [
7065
+ "$dds-font",
7066
+ "supporting-style",
7067
+ "tiny-02",
7068
+ "exportKey"
7069
+ ]
7070
+ },
6059
7071
  "fontSize": {
6060
7072
  "value": 12,
6061
7073
  "type": "number",
6062
7074
  "unit": "pixel",
6063
- "filePath": "properties/font/font.json",
7075
+ "filePath": "tokens/font/font.json",
6064
7076
  "isSource": true,
6065
7077
  "original": {
6066
7078
  "value": 12,
@@ -6084,7 +7096,7 @@ const ddsStyles = {
6084
7096
  "textDecoration": {
6085
7097
  "value": "none",
6086
7098
  "type": "string",
6087
- "filePath": "properties/font/font.json",
7099
+ "filePath": "tokens/font/font.json",
6088
7100
  "isSource": true,
6089
7101
  "original": {
6090
7102
  "value": "none",
@@ -6107,7 +7119,7 @@ const ddsStyles = {
6107
7119
  "fontFamily": {
6108
7120
  "value": "IBM Plex Sans",
6109
7121
  "type": "string",
6110
- "filePath": "properties/font/font.json",
7122
+ "filePath": "tokens/font/font.json",
6111
7123
  "isSource": true,
6112
7124
  "original": {
6113
7125
  "value": "IBM Plex Sans",
@@ -6130,7 +7142,7 @@ const ddsStyles = {
6130
7142
  "fontWeight": {
6131
7143
  "value": 300,
6132
7144
  "type": "number",
6133
- "filePath": "properties/font/font.json",
7145
+ "filePath": "tokens/font/font.json",
6134
7146
  "isSource": true,
6135
7147
  "original": {
6136
7148
  "value": 300,
@@ -6153,7 +7165,7 @@ const ddsStyles = {
6153
7165
  "fontStyle": {
6154
7166
  "value": "normal",
6155
7167
  "type": "string",
6156
- "filePath": "properties/font/font.json",
7168
+ "filePath": "tokens/font/font.json",
6157
7169
  "isSource": true,
6158
7170
  "original": {
6159
7171
  "value": "normal",
@@ -6176,7 +7188,7 @@ const ddsStyles = {
6176
7188
  "fontStretch": {
6177
7189
  "value": "normal",
6178
7190
  "type": "string",
6179
- "filePath": "properties/font/font.json",
7191
+ "filePath": "tokens/font/font.json",
6180
7192
  "isSource": true,
6181
7193
  "original": {
6182
7194
  "value": "normal",
@@ -6199,7 +7211,7 @@ const ddsStyles = {
6199
7211
  "_fontStyleOld": {
6200
7212
  "value": "Light",
6201
7213
  "type": "string",
6202
- "filePath": "properties/font/font.json",
7214
+ "filePath": "tokens/font/font.json",
6203
7215
  "isSource": true,
6204
7216
  "original": {
6205
7217
  "value": "Light",
@@ -6223,7 +7235,7 @@ const ddsStyles = {
6223
7235
  "value": "0.01em",
6224
7236
  "type": "number",
6225
7237
  "unit": "percent",
6226
- "filePath": "properties/font/font.json",
7238
+ "filePath": "tokens/font/font.json",
6227
7239
  "isSource": true,
6228
7240
  "original": {
6229
7241
  "value": 1,
@@ -6248,7 +7260,7 @@ const ddsStyles = {
6248
7260
  "value": "1.5em",
6249
7261
  "type": "number",
6250
7262
  "unit": "percent",
6251
- "filePath": "properties/font/font.json",
7263
+ "filePath": "tokens/font/font.json",
6252
7264
  "isSource": true,
6253
7265
  "original": {
6254
7266
  "value": 150,
@@ -6273,7 +7285,7 @@ const ddsStyles = {
6273
7285
  "value": 0,
6274
7286
  "type": "number",
6275
7287
  "unit": "pixel",
6276
- "filePath": "properties/font/font.json",
7288
+ "filePath": "tokens/font/font.json",
6277
7289
  "isSource": true,
6278
7290
  "original": {
6279
7291
  "value": 0,
@@ -6298,7 +7310,7 @@ const ddsStyles = {
6298
7310
  "value": 12,
6299
7311
  "type": "number",
6300
7312
  "unit": "pixel",
6301
- "filePath": "properties/font/font.json",
7313
+ "filePath": "tokens/font/font.json",
6302
7314
  "isSource": true,
6303
7315
  "original": {
6304
7316
  "value": 12,
@@ -6322,7 +7334,7 @@ const ddsStyles = {
6322
7334
  "textCase": {
6323
7335
  "value": "none",
6324
7336
  "type": "string",
6325
- "filePath": "properties/font/font.json",
7337
+ "filePath": "tokens/font/font.json",
6326
7338
  "isSource": true,
6327
7339
  "original": {
6328
7340
  "value": "none",
@@ -6344,11 +7356,57 @@ const ddsStyles = {
6344
7356
  }
6345
7357
  },
6346
7358
  "placeholdertext-02": {
7359
+ "category": {
7360
+ "value": "font",
7361
+ "type": "other",
7362
+ "filePath": "tokens/font/font.json",
7363
+ "isSource": true,
7364
+ "original": {
7365
+ "value": "font",
7366
+ "type": "other"
7367
+ },
7368
+ "name": "DdsFontSupportingStylePlaceholdertext02Category",
7369
+ "attributes": {
7370
+ "category": "$dds-font",
7371
+ "type": "supporting-style",
7372
+ "item": "placeholdertext-02",
7373
+ "subitem": "category"
7374
+ },
7375
+ "path": [
7376
+ "$dds-font",
7377
+ "supporting-style",
7378
+ "placeholdertext-02",
7379
+ "category"
7380
+ ]
7381
+ },
7382
+ "exportKey": {
7383
+ "value": "font",
7384
+ "type": "other",
7385
+ "filePath": "tokens/font/font.json",
7386
+ "isSource": true,
7387
+ "original": {
7388
+ "value": "font",
7389
+ "type": "other"
7390
+ },
7391
+ "name": "DdsFontSupportingStylePlaceholdertext02ExportKey",
7392
+ "attributes": {
7393
+ "category": "$dds-font",
7394
+ "type": "supporting-style",
7395
+ "item": "placeholdertext-02",
7396
+ "subitem": "exportKey"
7397
+ },
7398
+ "path": [
7399
+ "$dds-font",
7400
+ "supporting-style",
7401
+ "placeholdertext-02",
7402
+ "exportKey"
7403
+ ]
7404
+ },
6347
7405
  "fontSize": {
6348
7406
  "value": 14,
6349
7407
  "type": "number",
6350
7408
  "unit": "pixel",
6351
- "filePath": "properties/font/font.json",
7409
+ "filePath": "tokens/font/font.json",
6352
7410
  "isSource": true,
6353
7411
  "original": {
6354
7412
  "value": 14,
@@ -6372,7 +7430,7 @@ const ddsStyles = {
6372
7430
  "textDecoration": {
6373
7431
  "value": "none",
6374
7432
  "type": "string",
6375
- "filePath": "properties/font/font.json",
7433
+ "filePath": "tokens/font/font.json",
6376
7434
  "isSource": true,
6377
7435
  "original": {
6378
7436
  "value": "none",
@@ -6395,7 +7453,7 @@ const ddsStyles = {
6395
7453
  "fontFamily": {
6396
7454
  "value": "IBM Plex Sans",
6397
7455
  "type": "string",
6398
- "filePath": "properties/font/font.json",
7456
+ "filePath": "tokens/font/font.json",
6399
7457
  "isSource": true,
6400
7458
  "original": {
6401
7459
  "value": "IBM Plex Sans",
@@ -6418,7 +7476,7 @@ const ddsStyles = {
6418
7476
  "fontWeight": {
6419
7477
  "value": 400,
6420
7478
  "type": "number",
6421
- "filePath": "properties/font/font.json",
7479
+ "filePath": "tokens/font/font.json",
6422
7480
  "isSource": true,
6423
7481
  "original": {
6424
7482
  "value": 400,
@@ -6441,7 +7499,7 @@ const ddsStyles = {
6441
7499
  "fontStyle": {
6442
7500
  "value": "italic",
6443
7501
  "type": "string",
6444
- "filePath": "properties/font/font.json",
7502
+ "filePath": "tokens/font/font.json",
6445
7503
  "isSource": true,
6446
7504
  "original": {
6447
7505
  "value": "italic",
@@ -6464,7 +7522,7 @@ const ddsStyles = {
6464
7522
  "fontStretch": {
6465
7523
  "value": "normal",
6466
7524
  "type": "string",
6467
- "filePath": "properties/font/font.json",
7525
+ "filePath": "tokens/font/font.json",
6468
7526
  "isSource": true,
6469
7527
  "original": {
6470
7528
  "value": "normal",
@@ -6487,7 +7545,7 @@ const ddsStyles = {
6487
7545
  "_fontStyleOld": {
6488
7546
  "value": "Italic",
6489
7547
  "type": "string",
6490
- "filePath": "properties/font/font.json",
7548
+ "filePath": "tokens/font/font.json",
6491
7549
  "isSource": true,
6492
7550
  "original": {
6493
7551
  "value": "Italic",
@@ -6511,7 +7569,7 @@ const ddsStyles = {
6511
7569
  "value": "0.01em",
6512
7570
  "type": "number",
6513
7571
  "unit": "percent",
6514
- "filePath": "properties/font/font.json",
7572
+ "filePath": "tokens/font/font.json",
6515
7573
  "isSource": true,
6516
7574
  "original": {
6517
7575
  "value": 1,
@@ -6536,7 +7594,7 @@ const ddsStyles = {
6536
7594
  "value": "1.5em",
6537
7595
  "type": "number",
6538
7596
  "unit": "percent",
6539
- "filePath": "properties/font/font.json",
7597
+ "filePath": "tokens/font/font.json",
6540
7598
  "isSource": true,
6541
7599
  "original": {
6542
7600
  "value": 150,
@@ -6561,7 +7619,7 @@ const ddsStyles = {
6561
7619
  "value": 0,
6562
7620
  "type": "number",
6563
7621
  "unit": "pixel",
6564
- "filePath": "properties/font/font.json",
7622
+ "filePath": "tokens/font/font.json",
6565
7623
  "isSource": true,
6566
7624
  "original": {
6567
7625
  "value": 0,
@@ -6586,7 +7644,7 @@ const ddsStyles = {
6586
7644
  "value": 14,
6587
7645
  "type": "number",
6588
7646
  "unit": "pixel",
6589
- "filePath": "properties/font/font.json",
7647
+ "filePath": "tokens/font/font.json",
6590
7648
  "isSource": true,
6591
7649
  "original": {
6592
7650
  "value": 14,
@@ -6610,7 +7668,7 @@ const ddsStyles = {
6610
7668
  "textCase": {
6611
7669
  "value": "none",
6612
7670
  "type": "string",
6613
- "filePath": "properties/font/font.json",
7671
+ "filePath": "tokens/font/font.json",
6614
7672
  "isSource": true,
6615
7673
  "original": {
6616
7674
  "value": "none",
@@ -6632,11 +7690,57 @@ const ddsStyles = {
6632
7690
  }
6633
7691
  },
6634
7692
  "placeholdertext-03": {
7693
+ "category": {
7694
+ "value": "font",
7695
+ "type": "other",
7696
+ "filePath": "tokens/font/font.json",
7697
+ "isSource": true,
7698
+ "original": {
7699
+ "value": "font",
7700
+ "type": "other"
7701
+ },
7702
+ "name": "DdsFontSupportingStylePlaceholdertext03Category",
7703
+ "attributes": {
7704
+ "category": "$dds-font",
7705
+ "type": "supporting-style",
7706
+ "item": "placeholdertext-03",
7707
+ "subitem": "category"
7708
+ },
7709
+ "path": [
7710
+ "$dds-font",
7711
+ "supporting-style",
7712
+ "placeholdertext-03",
7713
+ "category"
7714
+ ]
7715
+ },
7716
+ "exportKey": {
7717
+ "value": "font",
7718
+ "type": "other",
7719
+ "filePath": "tokens/font/font.json",
7720
+ "isSource": true,
7721
+ "original": {
7722
+ "value": "font",
7723
+ "type": "other"
7724
+ },
7725
+ "name": "DdsFontSupportingStylePlaceholdertext03ExportKey",
7726
+ "attributes": {
7727
+ "category": "$dds-font",
7728
+ "type": "supporting-style",
7729
+ "item": "placeholdertext-03",
7730
+ "subitem": "exportKey"
7731
+ },
7732
+ "path": [
7733
+ "$dds-font",
7734
+ "supporting-style",
7735
+ "placeholdertext-03",
7736
+ "exportKey"
7737
+ ]
7738
+ },
6635
7739
  "fontSize": {
6636
7740
  "value": 12,
6637
7741
  "type": "number",
6638
7742
  "unit": "pixel",
6639
- "filePath": "properties/font/font.json",
7743
+ "filePath": "tokens/font/font.json",
6640
7744
  "isSource": true,
6641
7745
  "original": {
6642
7746
  "value": 12,
@@ -6660,7 +7764,7 @@ const ddsStyles = {
6660
7764
  "textDecoration": {
6661
7765
  "value": "none",
6662
7766
  "type": "string",
6663
- "filePath": "properties/font/font.json",
7767
+ "filePath": "tokens/font/font.json",
6664
7768
  "isSource": true,
6665
7769
  "original": {
6666
7770
  "value": "none",
@@ -6683,7 +7787,7 @@ const ddsStyles = {
6683
7787
  "fontFamily": {
6684
7788
  "value": "IBM Plex Sans",
6685
7789
  "type": "string",
6686
- "filePath": "properties/font/font.json",
7790
+ "filePath": "tokens/font/font.json",
6687
7791
  "isSource": true,
6688
7792
  "original": {
6689
7793
  "value": "IBM Plex Sans",
@@ -6706,7 +7810,7 @@ const ddsStyles = {
6706
7810
  "fontWeight": {
6707
7811
  "value": 400,
6708
7812
  "type": "number",
6709
- "filePath": "properties/font/font.json",
7813
+ "filePath": "tokens/font/font.json",
6710
7814
  "isSource": true,
6711
7815
  "original": {
6712
7816
  "value": 400,
@@ -6729,7 +7833,7 @@ const ddsStyles = {
6729
7833
  "fontStyle": {
6730
7834
  "value": "italic",
6731
7835
  "type": "string",
6732
- "filePath": "properties/font/font.json",
7836
+ "filePath": "tokens/font/font.json",
6733
7837
  "isSource": true,
6734
7838
  "original": {
6735
7839
  "value": "italic",
@@ -6752,7 +7856,7 @@ const ddsStyles = {
6752
7856
  "fontStretch": {
6753
7857
  "value": "normal",
6754
7858
  "type": "string",
6755
- "filePath": "properties/font/font.json",
7859
+ "filePath": "tokens/font/font.json",
6756
7860
  "isSource": true,
6757
7861
  "original": {
6758
7862
  "value": "normal",
@@ -6775,7 +7879,7 @@ const ddsStyles = {
6775
7879
  "_fontStyleOld": {
6776
7880
  "value": "Italic",
6777
7881
  "type": "string",
6778
- "filePath": "properties/font/font.json",
7882
+ "filePath": "tokens/font/font.json",
6779
7883
  "isSource": true,
6780
7884
  "original": {
6781
7885
  "value": "Italic",
@@ -6799,7 +7903,7 @@ const ddsStyles = {
6799
7903
  "value": "0.01em",
6800
7904
  "type": "number",
6801
7905
  "unit": "percent",
6802
- "filePath": "properties/font/font.json",
7906
+ "filePath": "tokens/font/font.json",
6803
7907
  "isSource": true,
6804
7908
  "original": {
6805
7909
  "value": 1,
@@ -6824,7 +7928,7 @@ const ddsStyles = {
6824
7928
  "value": "1.5em",
6825
7929
  "type": "number",
6826
7930
  "unit": "percent",
6827
- "filePath": "properties/font/font.json",
7931
+ "filePath": "tokens/font/font.json",
6828
7932
  "isSource": true,
6829
7933
  "original": {
6830
7934
  "value": 150,
@@ -6849,7 +7953,7 @@ const ddsStyles = {
6849
7953
  "value": 0,
6850
7954
  "type": "number",
6851
7955
  "unit": "pixel",
6852
- "filePath": "properties/font/font.json",
7956
+ "filePath": "tokens/font/font.json",
6853
7957
  "isSource": true,
6854
7958
  "original": {
6855
7959
  "value": 0,
@@ -6874,7 +7978,7 @@ const ddsStyles = {
6874
7978
  "value": 12,
6875
7979
  "type": "number",
6876
7980
  "unit": "pixel",
6877
- "filePath": "properties/font/font.json",
7981
+ "filePath": "tokens/font/font.json",
6878
7982
  "isSource": true,
6879
7983
  "original": {
6880
7984
  "value": 12,
@@ -6898,7 +8002,7 @@ const ddsStyles = {
6898
8002
  "textCase": {
6899
8003
  "value": "none",
6900
8004
  "type": "string",
6901
- "filePath": "properties/font/font.json",
8005
+ "filePath": "tokens/font/font.json",
6902
8006
  "isSource": true,
6903
8007
  "original": {
6904
8008
  "value": "none",
@@ -6922,11 +8026,57 @@ const ddsStyles = {
6922
8026
  },
6923
8027
  "code": {
6924
8028
  "monospace-02": {
8029
+ "category": {
8030
+ "value": "font",
8031
+ "type": "other",
8032
+ "filePath": "tokens/font/font.json",
8033
+ "isSource": true,
8034
+ "original": {
8035
+ "value": "font",
8036
+ "type": "other"
8037
+ },
8038
+ "name": "DdsFontCodeMonospace02Category",
8039
+ "attributes": {
8040
+ "category": "$dds-font",
8041
+ "type": "code",
8042
+ "item": "monospace-02",
8043
+ "subitem": "category"
8044
+ },
8045
+ "path": [
8046
+ "$dds-font",
8047
+ "code",
8048
+ "monospace-02",
8049
+ "category"
8050
+ ]
8051
+ },
8052
+ "exportKey": {
8053
+ "value": "font",
8054
+ "type": "other",
8055
+ "filePath": "tokens/font/font.json",
8056
+ "isSource": true,
8057
+ "original": {
8058
+ "value": "font",
8059
+ "type": "other"
8060
+ },
8061
+ "name": "DdsFontCodeMonospace02ExportKey",
8062
+ "attributes": {
8063
+ "category": "$dds-font",
8064
+ "type": "code",
8065
+ "item": "monospace-02",
8066
+ "subitem": "exportKey"
8067
+ },
8068
+ "path": [
8069
+ "$dds-font",
8070
+ "code",
8071
+ "monospace-02",
8072
+ "exportKey"
8073
+ ]
8074
+ },
6925
8075
  "fontSize": {
6926
8076
  "value": 16,
6927
8077
  "type": "number",
6928
8078
  "unit": "pixel",
6929
- "filePath": "properties/font/font.json",
8079
+ "filePath": "tokens/font/font.json",
6930
8080
  "isSource": true,
6931
8081
  "original": {
6932
8082
  "value": 16,
@@ -6950,7 +8100,7 @@ const ddsStyles = {
6950
8100
  "textDecoration": {
6951
8101
  "value": "none",
6952
8102
  "type": "string",
6953
- "filePath": "properties/font/font.json",
8103
+ "filePath": "tokens/font/font.json",
6954
8104
  "isSource": true,
6955
8105
  "original": {
6956
8106
  "value": "none",
@@ -6973,7 +8123,7 @@ const ddsStyles = {
6973
8123
  "fontFamily": {
6974
8124
  "value": "IBM Plex Mono",
6975
8125
  "type": "string",
6976
- "filePath": "properties/font/font.json",
8126
+ "filePath": "tokens/font/font.json",
6977
8127
  "isSource": true,
6978
8128
  "original": {
6979
8129
  "value": "IBM Plex Mono",
@@ -6996,7 +8146,7 @@ const ddsStyles = {
6996
8146
  "fontWeight": {
6997
8147
  "value": 400,
6998
8148
  "type": "number",
6999
- "filePath": "properties/font/font.json",
8149
+ "filePath": "tokens/font/font.json",
7000
8150
  "isSource": true,
7001
8151
  "original": {
7002
8152
  "value": 400,
@@ -7019,7 +8169,7 @@ const ddsStyles = {
7019
8169
  "fontStyle": {
7020
8170
  "value": "normal",
7021
8171
  "type": "string",
7022
- "filePath": "properties/font/font.json",
8172
+ "filePath": "tokens/font/font.json",
7023
8173
  "isSource": true,
7024
8174
  "original": {
7025
8175
  "value": "normal",
@@ -7042,7 +8192,7 @@ const ddsStyles = {
7042
8192
  "fontStretch": {
7043
8193
  "value": "normal",
7044
8194
  "type": "string",
7045
- "filePath": "properties/font/font.json",
8195
+ "filePath": "tokens/font/font.json",
7046
8196
  "isSource": true,
7047
8197
  "original": {
7048
8198
  "value": "normal",
@@ -7065,7 +8215,7 @@ const ddsStyles = {
7065
8215
  "_fontStyleOld": {
7066
8216
  "value": "Regular",
7067
8217
  "type": "string",
7068
- "filePath": "properties/font/font.json",
8218
+ "filePath": "tokens/font/font.json",
7069
8219
  "isSource": true,
7070
8220
  "original": {
7071
8221
  "value": "Regular",
@@ -7089,7 +8239,7 @@ const ddsStyles = {
7089
8239
  "value": "0em",
7090
8240
  "type": "number",
7091
8241
  "unit": "percent",
7092
- "filePath": "properties/font/font.json",
8242
+ "filePath": "tokens/font/font.json",
7093
8243
  "isSource": true,
7094
8244
  "original": {
7095
8245
  "value": 0,
@@ -7114,7 +8264,7 @@ const ddsStyles = {
7114
8264
  "value": "1.5em",
7115
8265
  "type": "number",
7116
8266
  "unit": "percent",
7117
- "filePath": "properties/font/font.json",
8267
+ "filePath": "tokens/font/font.json",
7118
8268
  "isSource": true,
7119
8269
  "original": {
7120
8270
  "value": 150,
@@ -7139,7 +8289,7 @@ const ddsStyles = {
7139
8289
  "value": 0,
7140
8290
  "type": "number",
7141
8291
  "unit": "pixel",
7142
- "filePath": "properties/font/font.json",
8292
+ "filePath": "tokens/font/font.json",
7143
8293
  "isSource": true,
7144
8294
  "original": {
7145
8295
  "value": 0,
@@ -7164,7 +8314,7 @@ const ddsStyles = {
7164
8314
  "value": 9,
7165
8315
  "type": "number",
7166
8316
  "unit": "pixel",
7167
- "filePath": "properties/font/font.json",
8317
+ "filePath": "tokens/font/font.json",
7168
8318
  "isSource": true,
7169
8319
  "original": {
7170
8320
  "value": 9,
@@ -7188,7 +8338,7 @@ const ddsStyles = {
7188
8338
  "textCase": {
7189
8339
  "value": "none",
7190
8340
  "type": "string",
7191
- "filePath": "properties/font/font.json",
8341
+ "filePath": "tokens/font/font.json",
7192
8342
  "isSource": true,
7193
8343
  "original": {
7194
8344
  "value": "none",