@lightsparkdev/ui 0.0.1 → 0.0.2

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 (149) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/dist/chunk-2GX5Y72Y.js +78 -0
  3. package/dist/{chunk-CQDQFIWT.js → chunk-345XTQ55.js} +10 -4
  4. package/dist/{chunk-7NQH4LBZ.js → chunk-4Y2M2HEF.js} +2 -2
  5. package/dist/chunk-5XTI555J.js +57 -0
  6. package/dist/{chunk-FETTWCK3.js → chunk-6CJNPRC3.js} +1 -1
  7. package/dist/chunk-7VX4OOSZ.js +29 -0
  8. package/dist/{chunk-W4GDCWKZ.js → chunk-7ZTWDJAE.js} +3 -3
  9. package/dist/chunk-ABA75YLN.js +38 -0
  10. package/dist/{chunk-2RF46PE5.js → chunk-AFAP6ZGM.js} +22 -8
  11. package/dist/{chunk-6RDG2DE3.js → chunk-BGOEN6S2.js} +2 -2
  12. package/dist/{chunk-LWTUQB7O.js → chunk-C4OKXC6T.js} +2 -2
  13. package/dist/{chunk-RUVXOYBL.js → chunk-EXB35D5E.js} +5 -4
  14. package/dist/chunk-F4FIOIYM.js +923 -0
  15. package/dist/{chunk-L7XFJWMY.js → chunk-HC4KIHUT.js} +1 -1
  16. package/dist/{chunk-QR7BKTM6.js → chunk-HZH77KO7.js} +4 -4
  17. package/dist/{chunk-LJYASIJC.js → chunk-I5KUI7TK.js} +19 -3
  18. package/dist/{chunk-6AV4TE6I.js → chunk-IZBH5JX6.js} +2 -2
  19. package/dist/{chunk-XTEEADPV.js → chunk-JD7JHP46.js} +22 -10
  20. package/dist/{chunk-BKOTW3CK.js → chunk-M46YHH4D.js} +1 -1
  21. package/dist/{chunk-4X3K3VRC.js → chunk-MQZEMU23.js} +6 -6
  22. package/dist/{chunk-K7MPHJNG.js → chunk-N2J673NM.js} +3 -3
  23. package/dist/{chunk-BZ5MKMI2.js → chunk-N7SP3C6R.js} +1 -1
  24. package/dist/{chunk-O27TAUAS.js → chunk-QMHY6EGS.js} +3 -3
  25. package/dist/{chunk-Y4RJ7WS4.js → chunk-QOUEEA3G.js} +1 -1
  26. package/dist/{chunk-X6BI4STY.js → chunk-RIU33XNS.js} +1 -1
  27. package/dist/{chunk-7ENCWBAN.js → chunk-SMLXEMZE.js} +8 -3
  28. package/dist/{chunk-I4PO6FQP.js → chunk-WK4HZX53.js} +2 -2
  29. package/dist/{chunk-DE24BV2C.js → chunk-WLHM7GX2.js} +2 -2
  30. package/dist/{chunk-WVEK4LFA.js → chunk-XRIZ5OCE.js} +3 -3
  31. package/dist/chunk-XU3F6HH6.js +29 -0
  32. package/dist/{chunk-ACZDUWPH.js → chunk-Z4M2ODOW.js} +2 -2
  33. package/dist/{chunk-LZHLWOXG.js → chunk-Z4MZOSEJ.js} +1 -1
  34. package/dist/components/Button.cjs +429 -236
  35. package/dist/components/Button.js +9 -9
  36. package/dist/components/ButtonRow.cjs +431 -236
  37. package/dist/components/ButtonRow.js +11 -11
  38. package/dist/components/Collapsible.cjs +415 -228
  39. package/dist/components/Collapsible.d.cts +2 -1
  40. package/dist/components/Collapsible.d.ts +2 -1
  41. package/dist/components/Collapsible.js +7 -7
  42. package/dist/components/ContentTable.cjs +1498 -0
  43. package/dist/components/ContentTable.d.cts +26 -0
  44. package/dist/components/ContentTable.d.ts +26 -0
  45. package/dist/components/ContentTable.js +16 -0
  46. package/dist/components/CopyToClipboardButton.cjs +409 -227
  47. package/dist/components/CopyToClipboardButton.js +7 -7
  48. package/dist/components/CurrencyAmount.cjs +409 -227
  49. package/dist/components/CurrencyAmount.js +6 -6
  50. package/dist/components/Icon.cjs +409 -227
  51. package/dist/components/Icon.js +5 -5
  52. package/dist/components/LightsparkProvider.cjs +410 -228
  53. package/dist/components/LightsparkProvider.js +6 -6
  54. package/dist/components/Loading.cjs +409 -227
  55. package/dist/components/Loading.js +6 -6
  56. package/dist/components/Modal.cjs +547 -272
  57. package/dist/components/Modal.d.cts +5 -10
  58. package/dist/components/Modal.d.ts +5 -10
  59. package/dist/components/Modal.js +12 -11
  60. package/dist/components/ProgressBar.cjs +1238 -0
  61. package/dist/components/ProgressBar.d.cts +17 -0
  62. package/dist/components/ProgressBar.d.ts +17 -0
  63. package/dist/components/ProgressBar.js +10 -0
  64. package/dist/components/SecretContainer.cjs +409 -227
  65. package/dist/components/SecretContainer.js +8 -8
  66. package/dist/components/TextIconAligner.cjs +409 -227
  67. package/dist/components/TextIconAligner.js +6 -6
  68. package/dist/components/UnstyledButton.cjs +409 -227
  69. package/dist/components/UnstyledButton.js +5 -5
  70. package/dist/components/documentation/AnchorLinkHeader.cjs +409 -227
  71. package/dist/components/documentation/AnchorLinkHeader.js +7 -7
  72. package/dist/components/documentation/index.cjs +409 -227
  73. package/dist/components/documentation/index.js +7 -7
  74. package/dist/components/index.cjs +565 -285
  75. package/dist/components/index.d.cts +1 -0
  76. package/dist/components/index.d.ts +1 -0
  77. package/dist/components/index.js +23 -19
  78. package/dist/icons/CentralArrowShareRight.cjs +53 -0
  79. package/dist/icons/CentralArrowShareRight.d.cts +5 -0
  80. package/dist/icons/CentralArrowShareRight.d.ts +5 -0
  81. package/dist/icons/CentralArrowShareRight.js +30 -0
  82. package/dist/icons/Restart.cjs +1 -1
  83. package/dist/icons/Restart.js +1 -1
  84. package/dist/icons/Uma.cjs +57 -0
  85. package/dist/icons/Uma.d.cts +5 -0
  86. package/dist/icons/Uma.d.ts +5 -0
  87. package/dist/icons/Uma.js +38 -0
  88. package/dist/icons/index.cjs +409 -227
  89. package/dist/icons/index.js +5 -5
  90. package/dist/router.cjs +429 -229
  91. package/dist/router.d.cts +8 -5
  92. package/dist/router.d.ts +8 -5
  93. package/dist/router.js +4 -3
  94. package/dist/styles/colors.cjs +409 -227
  95. package/dist/styles/colors.js +2 -2
  96. package/dist/styles/common.cjs +409 -227
  97. package/dist/styles/common.d.cts +1 -1
  98. package/dist/styles/common.d.ts +1 -1
  99. package/dist/styles/common.js +4 -4
  100. package/dist/styles/fields.cjs +409 -227
  101. package/dist/styles/fields.js +6 -6
  102. package/dist/styles/fonts/typography/Article.cjs +487 -249
  103. package/dist/styles/fonts/typography/Article.js +14 -9
  104. package/dist/styles/fonts/typography/Body.cjs +409 -227
  105. package/dist/styles/fonts/typography/Body.js +3 -3
  106. package/dist/styles/fonts/typography/BodyStrong.cjs +1198 -0
  107. package/dist/styles/fonts/typography/BodyStrong.d.cts +23 -0
  108. package/dist/styles/fonts/typography/BodyStrong.d.ts +23 -0
  109. package/dist/styles/fonts/typography/BodyStrong.js +13 -0
  110. package/dist/styles/fonts/typography/Code.cjs +6 -4
  111. package/dist/styles/fonts/typography/Code.d.cts +8 -1
  112. package/dist/styles/fonts/typography/Code.d.ts +8 -1
  113. package/dist/styles/fonts/typography/Code.js +6 -4
  114. package/dist/styles/fonts/typography/Display.cjs +409 -227
  115. package/dist/styles/fonts/typography/Display.js +3 -3
  116. package/dist/styles/fonts/typography/Headline.cjs +410 -228
  117. package/dist/styles/fonts/typography/Headline.js +3 -3
  118. package/dist/styles/fonts/typography/Label.cjs +409 -227
  119. package/dist/styles/fonts/typography/Label.js +3 -3
  120. package/dist/styles/fonts/typography/LabelModerate.cjs +1207 -0
  121. package/dist/styles/fonts/typography/LabelModerate.d.cts +18 -0
  122. package/dist/styles/fonts/typography/LabelModerate.d.ts +18 -0
  123. package/dist/styles/fonts/typography/LabelModerate.js +13 -0
  124. package/dist/styles/fonts/typography/LabelStrong.cjs +409 -227
  125. package/dist/styles/fonts/typography/LabelStrong.js +3 -3
  126. package/dist/styles/fonts/typography/Overline.cjs +1198 -0
  127. package/dist/styles/fonts/typography/Overline.d.cts +18 -0
  128. package/dist/styles/fonts/typography/Overline.d.ts +18 -0
  129. package/dist/styles/fonts/typography/Overline.js +13 -0
  130. package/dist/styles/fonts/typography/Title.cjs +417 -229
  131. package/dist/styles/fonts/typography/Title.d.cts +2 -1
  132. package/dist/styles/fonts/typography/Title.d.ts +2 -1
  133. package/dist/styles/fonts/typography/Title.js +3 -3
  134. package/dist/styles/fonts/typography/index.cjs +567 -274
  135. package/dist/styles/fonts/typography/index.d.cts +3 -0
  136. package/dist/styles/fonts/typography/index.d.ts +3 -0
  137. package/dist/styles/fonts/typography/index.js +33 -18
  138. package/dist/styles/fonts/typographyTokens.cjs +413 -231
  139. package/dist/styles/fonts/typographyTokens.d.cts +214 -29
  140. package/dist/styles/fonts/typographyTokens.d.ts +214 -29
  141. package/dist/styles/fonts/typographyTokens.js +1 -1
  142. package/dist/styles/global.cjs +410 -228
  143. package/dist/styles/global.js +5 -5
  144. package/dist/styles/type.cjs +409 -227
  145. package/dist/styles/type.js +5 -5
  146. package/dist/styles/utils.cjs +409 -227
  147. package/dist/styles/utils.js +5 -5
  148. package/package.json +6 -4
  149. package/dist/chunk-WVJNZRKF.js +0 -741
@@ -1,3 +1,7 @@
1
+ declare enum App {
2
+ Lightspark = "Lightspark",
3
+ UmaDocs = "UmaDocs"
4
+ }
1
5
  interface FontFamilies {
2
6
  main: string;
3
7
  code: string;
@@ -18,23 +22,38 @@ declare enum TokenSize {
18
22
  Medium = "Medium",
19
23
  Small = "Small"
20
24
  }
21
- declare enum App {
22
- Lightspark = "Lightspark",
23
- UmaDocs = "UmaDocs"
24
- }
25
25
  declare const getTypography: (customFontFamilies?: FontFamilies) => {
26
- fontFamilies: FontFamilies;
26
+ fontFamilies: {
27
+ main: string;
28
+ code: string;
29
+ };
27
30
  lineHeights: {
28
- "5xl": string;
29
- "4xl": string;
30
- "3xl": string;
31
- "2xl": string;
32
- xl: string;
33
- lg: string;
34
- md: string;
35
- sm: string;
36
- xs: string;
37
- "2xs": string;
31
+ UmaDocs: {
32
+ "5xl": string;
33
+ "4xl": string;
34
+ "3xl": string;
35
+ "2xl": string;
36
+ xl: string;
37
+ lg: string;
38
+ md: string;
39
+ sm: string;
40
+ xs: string;
41
+ "2xs": string;
42
+ };
43
+ Lightspark: {
44
+ "7xl": string;
45
+ "6xl": string;
46
+ "5xl": string;
47
+ "4xl": string;
48
+ "3xl": string;
49
+ "2xl": string;
50
+ xl: string;
51
+ lg: string;
52
+ md: string;
53
+ sm: string;
54
+ xs: string;
55
+ "2xs": string;
56
+ };
38
57
  };
39
58
  fontWeights: {
40
59
  main: {
@@ -48,22 +67,47 @@ declare const getTypography: (customFontFamilies?: FontFamilies) => {
48
67
  };
49
68
  };
50
69
  fontSize: {
51
- "2xs": string;
52
- xs: string;
53
- sm: string;
54
- md: string;
55
- lg: string;
56
- xl: string;
57
- "2xl": string;
58
- "3xl": string;
59
- "4xl": string;
60
- "5xl": string;
61
- "6xl": string;
70
+ UmaDocs: {
71
+ "2xs": string;
72
+ xs: string;
73
+ sm: string;
74
+ md: string;
75
+ lg: string;
76
+ xl: string;
77
+ "2xl": string;
78
+ "3xl": string;
79
+ "4xl": string;
80
+ "5xl": string;
81
+ "6xl": string;
82
+ };
83
+ Lightspark: {
84
+ "2xs": string;
85
+ xs: string;
86
+ sm: string;
87
+ md: string;
88
+ lg: string;
89
+ xl: string;
90
+ "2xl": string;
91
+ "3xl": string;
92
+ "4xl": string;
93
+ "5xl": string;
94
+ "6xl": string;
95
+ };
62
96
  };
63
97
  letterSpacing: {
64
- tight: string;
65
- normal: string;
66
- loose: string;
98
+ UmaDocs: {
99
+ tight: string;
100
+ normal: string;
101
+ loose: string;
102
+ };
103
+ Lightspark: {
104
+ "tight-max": string;
105
+ "tight-high": string;
106
+ "tight-medium": string;
107
+ "tight-low": string;
108
+ normal: string;
109
+ "loose-max": string;
110
+ };
67
111
  };
68
112
  textCase: {
69
113
  none: string;
@@ -77,6 +121,7 @@ declare const getTypography: (customFontFamilies?: FontFamilies) => {
77
121
  };
78
122
  paragraphSpacing: {
79
123
  default: string;
124
+ 0: string;
80
125
  16: string;
81
126
  40: string;
82
127
  };
@@ -221,6 +266,41 @@ declare const getTypography: (customFontFamilies?: FontFamilies) => {
221
266
  "text-decoration": string;
222
267
  };
223
268
  };
269
+ "Body Strong": {
270
+ Large: {
271
+ "font-family": string;
272
+ "font-weight": string;
273
+ "line-height": string;
274
+ "font-size": string;
275
+ "letter-spacing": string;
276
+ "paragraph-spacing": string;
277
+ "paragraph-indent": string;
278
+ "text-case": string;
279
+ "text-decoration": string;
280
+ };
281
+ Medium: {
282
+ "font-family": string;
283
+ "font-weight": string;
284
+ "line-height": string;
285
+ "font-size": string;
286
+ "letter-spacing": string;
287
+ "paragraph-spacing": string;
288
+ "paragraph-indent": string;
289
+ "text-case": string;
290
+ "text-decoration": string;
291
+ };
292
+ Small: {
293
+ "font-family": string;
294
+ "font-weight": string;
295
+ "line-height": string;
296
+ "font-size": string;
297
+ "letter-spacing": string;
298
+ "paragraph-spacing": string;
299
+ "paragraph-indent": string;
300
+ "text-case": string;
301
+ "text-decoration": string;
302
+ };
303
+ };
224
304
  Label: {
225
305
  Large: {
226
306
  "font-family": string;
@@ -256,6 +336,41 @@ declare const getTypography: (customFontFamilies?: FontFamilies) => {
256
336
  "text-decoration": string;
257
337
  };
258
338
  };
339
+ "Label Moderate": {
340
+ Large: {
341
+ "font-family": string;
342
+ "font-weight": string;
343
+ "line-height": string;
344
+ "font-size": string;
345
+ "letter-spacing": string;
346
+ "paragraph-spacing": string;
347
+ "paragraph-indent": string;
348
+ "text-case": string;
349
+ "text-decoration": string;
350
+ };
351
+ Medium: {
352
+ "font-family": string;
353
+ "font-weight": string;
354
+ "line-height": string;
355
+ "font-size": string;
356
+ "letter-spacing": string;
357
+ "paragraph-spacing": string;
358
+ "paragraph-indent": string;
359
+ "text-case": string;
360
+ "text-decoration": string;
361
+ };
362
+ Small: {
363
+ "font-family": string;
364
+ "font-weight": string;
365
+ "line-height": string;
366
+ "font-size": string;
367
+ "letter-spacing": string;
368
+ "paragraph-spacing": string;
369
+ "paragraph-indent": string;
370
+ "text-case": string;
371
+ "text-decoration": string;
372
+ };
373
+ };
259
374
  "Label Strong": {
260
375
  Large: {
261
376
  "font-family": string;
@@ -538,6 +653,41 @@ declare const getTypography: (customFontFamilies?: FontFamilies) => {
538
653
  "text-decoration": string;
539
654
  };
540
655
  };
656
+ "Body Strong": {
657
+ Large: {
658
+ "font-family": string;
659
+ "font-weight": string;
660
+ "line-height": string;
661
+ "font-size": string;
662
+ "letter-spacing": string;
663
+ "paragraph-spacing": string;
664
+ "paragraph-indent": string;
665
+ "text-case": string;
666
+ "text-decoration": string;
667
+ };
668
+ Medium: {
669
+ "font-family": string;
670
+ "font-weight": string;
671
+ "line-height": string;
672
+ "font-size": string;
673
+ "letter-spacing": string;
674
+ "paragraph-spacing": string;
675
+ "paragraph-indent": string;
676
+ "text-case": string;
677
+ "text-decoration": string;
678
+ };
679
+ Small: {
680
+ "font-family": string;
681
+ "font-weight": string;
682
+ "line-height": string;
683
+ "font-size": string;
684
+ "letter-spacing": string;
685
+ "paragraph-spacing": string;
686
+ "paragraph-indent": string;
687
+ "text-case": string;
688
+ "text-decoration": string;
689
+ };
690
+ };
541
691
  Label: {
542
692
  Large: {
543
693
  "font-family": string;
@@ -573,6 +723,41 @@ declare const getTypography: (customFontFamilies?: FontFamilies) => {
573
723
  "text-decoration": string;
574
724
  };
575
725
  };
726
+ "Label Moderate": {
727
+ Large: {
728
+ "font-family": string;
729
+ "font-weight": string;
730
+ "line-height": string;
731
+ "font-size": string;
732
+ "letter-spacing": string;
733
+ "paragraph-spacing": string;
734
+ "paragraph-indent": string;
735
+ "text-case": string;
736
+ "text-decoration": string;
737
+ };
738
+ Medium: {
739
+ "font-family": string;
740
+ "font-weight": string;
741
+ "line-height": string;
742
+ "font-size": string;
743
+ "letter-spacing": string;
744
+ "paragraph-spacing": string;
745
+ "paragraph-indent": string;
746
+ "text-case": string;
747
+ "text-decoration": string;
748
+ };
749
+ Small: {
750
+ "font-family": string;
751
+ "font-weight": string;
752
+ "line-height": string;
753
+ "font-size": string;
754
+ "letter-spacing": string;
755
+ "paragraph-spacing": string;
756
+ "paragraph-indent": string;
757
+ "text-case": string;
758
+ "text-decoration": string;
759
+ };
760
+ };
576
761
  "Label Strong": {
577
762
  Large: {
578
763
  "font-family": string;
@@ -1,3 +1,7 @@
1
+ declare enum App {
2
+ Lightspark = "Lightspark",
3
+ UmaDocs = "UmaDocs"
4
+ }
1
5
  interface FontFamilies {
2
6
  main: string;
3
7
  code: string;
@@ -18,23 +22,38 @@ declare enum TokenSize {
18
22
  Medium = "Medium",
19
23
  Small = "Small"
20
24
  }
21
- declare enum App {
22
- Lightspark = "Lightspark",
23
- UmaDocs = "UmaDocs"
24
- }
25
25
  declare const getTypography: (customFontFamilies?: FontFamilies) => {
26
- fontFamilies: FontFamilies;
26
+ fontFamilies: {
27
+ main: string;
28
+ code: string;
29
+ };
27
30
  lineHeights: {
28
- "5xl": string;
29
- "4xl": string;
30
- "3xl": string;
31
- "2xl": string;
32
- xl: string;
33
- lg: string;
34
- md: string;
35
- sm: string;
36
- xs: string;
37
- "2xs": string;
31
+ UmaDocs: {
32
+ "5xl": string;
33
+ "4xl": string;
34
+ "3xl": string;
35
+ "2xl": string;
36
+ xl: string;
37
+ lg: string;
38
+ md: string;
39
+ sm: string;
40
+ xs: string;
41
+ "2xs": string;
42
+ };
43
+ Lightspark: {
44
+ "7xl": string;
45
+ "6xl": string;
46
+ "5xl": string;
47
+ "4xl": string;
48
+ "3xl": string;
49
+ "2xl": string;
50
+ xl: string;
51
+ lg: string;
52
+ md: string;
53
+ sm: string;
54
+ xs: string;
55
+ "2xs": string;
56
+ };
38
57
  };
39
58
  fontWeights: {
40
59
  main: {
@@ -48,22 +67,47 @@ declare const getTypography: (customFontFamilies?: FontFamilies) => {
48
67
  };
49
68
  };
50
69
  fontSize: {
51
- "2xs": string;
52
- xs: string;
53
- sm: string;
54
- md: string;
55
- lg: string;
56
- xl: string;
57
- "2xl": string;
58
- "3xl": string;
59
- "4xl": string;
60
- "5xl": string;
61
- "6xl": string;
70
+ UmaDocs: {
71
+ "2xs": string;
72
+ xs: string;
73
+ sm: string;
74
+ md: string;
75
+ lg: string;
76
+ xl: string;
77
+ "2xl": string;
78
+ "3xl": string;
79
+ "4xl": string;
80
+ "5xl": string;
81
+ "6xl": string;
82
+ };
83
+ Lightspark: {
84
+ "2xs": string;
85
+ xs: string;
86
+ sm: string;
87
+ md: string;
88
+ lg: string;
89
+ xl: string;
90
+ "2xl": string;
91
+ "3xl": string;
92
+ "4xl": string;
93
+ "5xl": string;
94
+ "6xl": string;
95
+ };
62
96
  };
63
97
  letterSpacing: {
64
- tight: string;
65
- normal: string;
66
- loose: string;
98
+ UmaDocs: {
99
+ tight: string;
100
+ normal: string;
101
+ loose: string;
102
+ };
103
+ Lightspark: {
104
+ "tight-max": string;
105
+ "tight-high": string;
106
+ "tight-medium": string;
107
+ "tight-low": string;
108
+ normal: string;
109
+ "loose-max": string;
110
+ };
67
111
  };
68
112
  textCase: {
69
113
  none: string;
@@ -77,6 +121,7 @@ declare const getTypography: (customFontFamilies?: FontFamilies) => {
77
121
  };
78
122
  paragraphSpacing: {
79
123
  default: string;
124
+ 0: string;
80
125
  16: string;
81
126
  40: string;
82
127
  };
@@ -221,6 +266,41 @@ declare const getTypography: (customFontFamilies?: FontFamilies) => {
221
266
  "text-decoration": string;
222
267
  };
223
268
  };
269
+ "Body Strong": {
270
+ Large: {
271
+ "font-family": string;
272
+ "font-weight": string;
273
+ "line-height": string;
274
+ "font-size": string;
275
+ "letter-spacing": string;
276
+ "paragraph-spacing": string;
277
+ "paragraph-indent": string;
278
+ "text-case": string;
279
+ "text-decoration": string;
280
+ };
281
+ Medium: {
282
+ "font-family": string;
283
+ "font-weight": string;
284
+ "line-height": string;
285
+ "font-size": string;
286
+ "letter-spacing": string;
287
+ "paragraph-spacing": string;
288
+ "paragraph-indent": string;
289
+ "text-case": string;
290
+ "text-decoration": string;
291
+ };
292
+ Small: {
293
+ "font-family": string;
294
+ "font-weight": string;
295
+ "line-height": string;
296
+ "font-size": string;
297
+ "letter-spacing": string;
298
+ "paragraph-spacing": string;
299
+ "paragraph-indent": string;
300
+ "text-case": string;
301
+ "text-decoration": string;
302
+ };
303
+ };
224
304
  Label: {
225
305
  Large: {
226
306
  "font-family": string;
@@ -256,6 +336,41 @@ declare const getTypography: (customFontFamilies?: FontFamilies) => {
256
336
  "text-decoration": string;
257
337
  };
258
338
  };
339
+ "Label Moderate": {
340
+ Large: {
341
+ "font-family": string;
342
+ "font-weight": string;
343
+ "line-height": string;
344
+ "font-size": string;
345
+ "letter-spacing": string;
346
+ "paragraph-spacing": string;
347
+ "paragraph-indent": string;
348
+ "text-case": string;
349
+ "text-decoration": string;
350
+ };
351
+ Medium: {
352
+ "font-family": string;
353
+ "font-weight": string;
354
+ "line-height": string;
355
+ "font-size": string;
356
+ "letter-spacing": string;
357
+ "paragraph-spacing": string;
358
+ "paragraph-indent": string;
359
+ "text-case": string;
360
+ "text-decoration": string;
361
+ };
362
+ Small: {
363
+ "font-family": string;
364
+ "font-weight": string;
365
+ "line-height": string;
366
+ "font-size": string;
367
+ "letter-spacing": string;
368
+ "paragraph-spacing": string;
369
+ "paragraph-indent": string;
370
+ "text-case": string;
371
+ "text-decoration": string;
372
+ };
373
+ };
259
374
  "Label Strong": {
260
375
  Large: {
261
376
  "font-family": string;
@@ -538,6 +653,41 @@ declare const getTypography: (customFontFamilies?: FontFamilies) => {
538
653
  "text-decoration": string;
539
654
  };
540
655
  };
656
+ "Body Strong": {
657
+ Large: {
658
+ "font-family": string;
659
+ "font-weight": string;
660
+ "line-height": string;
661
+ "font-size": string;
662
+ "letter-spacing": string;
663
+ "paragraph-spacing": string;
664
+ "paragraph-indent": string;
665
+ "text-case": string;
666
+ "text-decoration": string;
667
+ };
668
+ Medium: {
669
+ "font-family": string;
670
+ "font-weight": string;
671
+ "line-height": string;
672
+ "font-size": string;
673
+ "letter-spacing": string;
674
+ "paragraph-spacing": string;
675
+ "paragraph-indent": string;
676
+ "text-case": string;
677
+ "text-decoration": string;
678
+ };
679
+ Small: {
680
+ "font-family": string;
681
+ "font-weight": string;
682
+ "line-height": string;
683
+ "font-size": string;
684
+ "letter-spacing": string;
685
+ "paragraph-spacing": string;
686
+ "paragraph-indent": string;
687
+ "text-case": string;
688
+ "text-decoration": string;
689
+ };
690
+ };
541
691
  Label: {
542
692
  Large: {
543
693
  "font-family": string;
@@ -573,6 +723,41 @@ declare const getTypography: (customFontFamilies?: FontFamilies) => {
573
723
  "text-decoration": string;
574
724
  };
575
725
  };
726
+ "Label Moderate": {
727
+ Large: {
728
+ "font-family": string;
729
+ "font-weight": string;
730
+ "line-height": string;
731
+ "font-size": string;
732
+ "letter-spacing": string;
733
+ "paragraph-spacing": string;
734
+ "paragraph-indent": string;
735
+ "text-case": string;
736
+ "text-decoration": string;
737
+ };
738
+ Medium: {
739
+ "font-family": string;
740
+ "font-weight": string;
741
+ "line-height": string;
742
+ "font-size": string;
743
+ "letter-spacing": string;
744
+ "paragraph-spacing": string;
745
+ "paragraph-indent": string;
746
+ "text-case": string;
747
+ "text-decoration": string;
748
+ };
749
+ Small: {
750
+ "font-family": string;
751
+ "font-weight": string;
752
+ "line-height": string;
753
+ "font-size": string;
754
+ "letter-spacing": string;
755
+ "paragraph-spacing": string;
756
+ "paragraph-indent": string;
757
+ "text-case": string;
758
+ "text-decoration": string;
759
+ };
760
+ };
576
761
  "Label Strong": {
577
762
  Large: {
578
763
  "font-family": string;
@@ -3,7 +3,7 @@ import {
3
3
  TokenSize,
4
4
  getTypography,
5
5
  getTypographyString
6
- } from "../../chunk-WVJNZRKF.js";
6
+ } from "../../chunk-F4FIOIYM.js";
7
7
  import "../../chunk-CIGAQ47A.js";
8
8
  export {
9
9
  App,