@lightsparkdev/ui 0.0.1 → 0.0.3

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 (164) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/{chunk-ACZDUWPH.js → chunk-2VBDEO6M.js} +2 -2
  3. package/dist/{chunk-FETTWCK3.js → chunk-3PB5DNAL.js} +1 -1
  4. package/dist/chunk-3XSQV5U4.js +26 -0
  5. package/dist/chunk-4I2ABBID.js +38 -0
  6. package/dist/{chunk-W4GDCWKZ.js → chunk-4K2KAYVH.js} +3 -3
  7. package/dist/{chunk-2RF46PE5.js → chunk-4ZZHBSW4.js} +48 -30
  8. package/dist/{chunk-XTEEADPV.js → chunk-6R6A5H4I.js} +34 -13
  9. package/dist/{chunk-LJYASIJC.js → chunk-6RXFA73Z.js} +19 -3
  10. package/dist/{chunk-DE24BV2C.js → chunk-ANJDI74G.js} +2 -2
  11. package/dist/{chunk-RUVXOYBL.js → chunk-BCFRW7CV.js} +5 -4
  12. package/dist/{chunk-X6BI4STY.js → chunk-DHNWT2E5.js} +1 -1
  13. package/dist/chunk-E4EXM4SY.js +921 -0
  14. package/dist/chunk-EZ4RHFY7.js +57 -0
  15. package/dist/{chunk-CQDQFIWT.js → chunk-FHNYQLMF.js} +10 -4
  16. package/dist/{chunk-K7MPHJNG.js → chunk-FRIQXHPR.js} +3 -3
  17. package/dist/{chunk-7NQH4LBZ.js → chunk-LD5LZXUP.js} +2 -2
  18. package/dist/chunk-LN7MMOXE.js +29 -0
  19. package/dist/{chunk-L7XFJWMY.js → chunk-MYG24ZWT.js} +1 -1
  20. package/dist/{chunk-I4PO6FQP.js → chunk-MYKMYG6H.js} +2 -2
  21. package/dist/{chunk-BZ5MKMI2.js → chunk-OLAFBUE5.js} +1 -1
  22. package/dist/{chunk-6RDG2DE3.js → chunk-OO5UJRAW.js} +2 -2
  23. package/dist/{chunk-Y4RJ7WS4.js → chunk-PVUPVJ3F.js} +1 -1
  24. package/dist/chunk-RBYRXBPI.js +29 -0
  25. package/dist/{chunk-4X3K3VRC.js → chunk-SUD5NOKE.js} +6 -6
  26. package/dist/{chunk-LZHLWOXG.js → chunk-SV5QPU7N.js} +1 -1
  27. package/dist/{chunk-LWTUQB7O.js → chunk-SW6ZA7W2.js} +2 -2
  28. package/dist/{chunk-O27TAUAS.js → chunk-U6LQLAWI.js} +3 -3
  29. package/dist/{chunk-6AV4TE6I.js → chunk-VV7F7VVL.js} +2 -2
  30. package/dist/{chunk-7ENCWBAN.js → chunk-WB6FFT7Y.js} +21 -7
  31. package/dist/{chunk-BKOTW3CK.js → chunk-WEPQ7LRL.js} +1 -1
  32. package/dist/{chunk-QR7BKTM6.js → chunk-XUGLVWSH.js} +4 -4
  33. package/dist/{chunk-WVEK4LFA.js → chunk-YHSFWCFN.js} +3 -3
  34. package/dist/chunk-ZQTE53SK.js +78 -0
  35. package/dist/components/Button.cjs +429 -236
  36. package/dist/components/Button.js +9 -9
  37. package/dist/components/ButtonRow.cjs +431 -236
  38. package/dist/components/ButtonRow.js +11 -11
  39. package/dist/components/Collapsible.cjs +428 -232
  40. package/dist/components/Collapsible.d.cts +10 -1
  41. package/dist/components/Collapsible.d.ts +10 -1
  42. package/dist/components/Collapsible.js +8 -7
  43. package/dist/components/ContentTable.cjs +1498 -0
  44. package/dist/components/ContentTable.d.cts +26 -0
  45. package/dist/components/ContentTable.d.ts +26 -0
  46. package/dist/components/ContentTable.js +16 -0
  47. package/dist/components/CopyToClipboardButton.cjs +409 -227
  48. package/dist/components/CopyToClipboardButton.js +7 -7
  49. package/dist/components/CurrencyAmount.cjs +409 -227
  50. package/dist/components/CurrencyAmount.js +6 -6
  51. package/dist/components/Icon.cjs +409 -227
  52. package/dist/components/Icon.js +5 -5
  53. package/dist/components/LightsparkProvider.cjs +410 -228
  54. package/dist/components/LightsparkProvider.js +6 -6
  55. package/dist/components/Loading.cjs +409 -227
  56. package/dist/components/Loading.js +6 -6
  57. package/dist/components/Modal.cjs +559 -275
  58. package/dist/components/Modal.d.cts +5 -10
  59. package/dist/components/Modal.d.ts +5 -10
  60. package/dist/components/Modal.js +12 -11
  61. package/dist/components/ProgressBar.cjs +1238 -0
  62. package/dist/components/ProgressBar.d.cts +17 -0
  63. package/dist/components/ProgressBar.d.ts +17 -0
  64. package/dist/components/ProgressBar.js +10 -0
  65. package/dist/components/SecretContainer.cjs +409 -227
  66. package/dist/components/SecretContainer.js +8 -8
  67. package/dist/components/TextIconAligner.cjs +409 -227
  68. package/dist/components/TextIconAligner.js +6 -6
  69. package/dist/components/UnstyledButton.cjs +409 -227
  70. package/dist/components/UnstyledButton.js +5 -5
  71. package/dist/components/documentation/AnchorLinkHeader.cjs +409 -229
  72. package/dist/components/documentation/AnchorLinkHeader.js +7 -7
  73. package/dist/components/documentation/index.cjs +409 -229
  74. package/dist/components/documentation/index.js +7 -7
  75. package/dist/components/index.cjs +590 -292
  76. package/dist/components/index.d.cts +1 -0
  77. package/dist/components/index.d.ts +1 -0
  78. package/dist/components/index.js +24 -19
  79. package/dist/hooks/useWhatChanged.cjs +30 -0
  80. package/dist/hooks/useWhatChanged.d.cts +1 -0
  81. package/dist/hooks/useWhatChanged.d.ts +1 -0
  82. package/dist/hooks/useWhatChanged.js +7 -0
  83. package/dist/icons/ApiConnection.cjs +44 -0
  84. package/dist/icons/ApiConnection.d.cts +5 -0
  85. package/dist/icons/ApiConnection.d.ts +5 -0
  86. package/dist/icons/ApiConnection.js +25 -0
  87. package/dist/icons/CentralArrowShareRight.cjs +53 -0
  88. package/dist/icons/CentralArrowShareRight.d.cts +5 -0
  89. package/dist/icons/CentralArrowShareRight.d.ts +5 -0
  90. package/dist/icons/CentralArrowShareRight.js +30 -0
  91. package/dist/icons/Restart.cjs +1 -1
  92. package/dist/icons/Restart.js +1 -1
  93. package/dist/icons/Uma.cjs +57 -0
  94. package/dist/icons/Uma.d.cts +5 -0
  95. package/dist/icons/Uma.d.ts +5 -0
  96. package/dist/icons/Uma.js +38 -0
  97. package/dist/icons/index.cjs +409 -227
  98. package/dist/icons/index.js +5 -5
  99. package/dist/index.d.cts +1 -2
  100. package/dist/index.d.ts +1 -2
  101. package/dist/router.cjs +429 -229
  102. package/dist/router.d.cts +8 -5
  103. package/dist/router.d.ts +8 -5
  104. package/dist/router.js +4 -3
  105. package/dist/styles/colors.cjs +409 -227
  106. package/dist/styles/colors.js +2 -2
  107. package/dist/styles/common.cjs +409 -227
  108. package/dist/styles/common.d.cts +1 -1
  109. package/dist/styles/common.d.ts +1 -1
  110. package/dist/styles/common.js +4 -4
  111. package/dist/styles/fields.cjs +409 -227
  112. package/dist/styles/fields.js +6 -6
  113. package/dist/styles/fonts/typography/Article.cjs +514 -274
  114. package/dist/styles/fonts/typography/Article.js +15 -9
  115. package/dist/styles/fonts/typography/Body.cjs +409 -229
  116. package/dist/styles/fonts/typography/Body.js +3 -3
  117. package/dist/styles/fonts/typography/BodyStrong.cjs +1196 -0
  118. package/dist/styles/fonts/typography/BodyStrong.d.cts +23 -0
  119. package/dist/styles/fonts/typography/BodyStrong.d.ts +23 -0
  120. package/dist/styles/fonts/typography/BodyStrong.js +13 -0
  121. package/dist/styles/fonts/typography/Code.cjs +6 -6
  122. package/dist/styles/fonts/typography/Code.d.cts +8 -1
  123. package/dist/styles/fonts/typography/Code.d.ts +8 -1
  124. package/dist/styles/fonts/typography/Code.js +6 -4
  125. package/dist/styles/fonts/typography/Display.cjs +409 -229
  126. package/dist/styles/fonts/typography/Display.js +3 -3
  127. package/dist/styles/fonts/typography/Headline.cjs +410 -230
  128. package/dist/styles/fonts/typography/Headline.js +3 -3
  129. package/dist/styles/fonts/typography/Label.cjs +409 -229
  130. package/dist/styles/fonts/typography/Label.js +3 -3
  131. package/dist/styles/fonts/typography/LabelModerate.cjs +1205 -0
  132. package/dist/styles/fonts/typography/LabelModerate.d.cts +18 -0
  133. package/dist/styles/fonts/typography/LabelModerate.d.ts +18 -0
  134. package/dist/styles/fonts/typography/LabelModerate.js +13 -0
  135. package/dist/styles/fonts/typography/LabelStrong.cjs +409 -229
  136. package/dist/styles/fonts/typography/LabelStrong.js +3 -3
  137. package/dist/styles/fonts/typography/Overline.cjs +1196 -0
  138. package/dist/styles/fonts/typography/Overline.d.cts +18 -0
  139. package/dist/styles/fonts/typography/Overline.d.ts +18 -0
  140. package/dist/styles/fonts/typography/Overline.js +13 -0
  141. package/dist/styles/fonts/typography/Title.cjs +417 -231
  142. package/dist/styles/fonts/typography/Title.d.cts +2 -1
  143. package/dist/styles/fonts/typography/Title.d.ts +2 -1
  144. package/dist/styles/fonts/typography/Title.js +3 -3
  145. package/dist/styles/fonts/typography/index.cjs +594 -299
  146. package/dist/styles/fonts/typography/index.d.cts +3 -0
  147. package/dist/styles/fonts/typography/index.d.ts +3 -0
  148. package/dist/styles/fonts/typography/index.js +31 -15
  149. package/dist/styles/fonts/typographyTokens.cjs +413 -233
  150. package/dist/styles/fonts/typographyTokens.d.cts +210 -28
  151. package/dist/styles/fonts/typographyTokens.d.ts +210 -28
  152. package/dist/styles/fonts/typographyTokens.js +1 -1
  153. package/dist/styles/global.cjs +410 -228
  154. package/dist/styles/global.js +5 -5
  155. package/dist/styles/tokens/spacing.cjs +50 -0
  156. package/dist/styles/tokens/spacing.d.cts +22 -0
  157. package/dist/styles/tokens/spacing.d.ts +22 -0
  158. package/dist/styles/tokens/spacing.js +7 -0
  159. package/dist/styles/type.cjs +409 -227
  160. package/dist/styles/type.js +5 -5
  161. package/dist/styles/utils.cjs +409 -227
  162. package/dist/styles/utils.js +5 -5
  163. package/package.json +7 -4
  164. 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,35 @@ 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
26
  fontFamilies: FontFamilies;
27
27
  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;
28
+ UmaDocs: {
29
+ "5xl": string;
30
+ "4xl": string;
31
+ "3xl": string;
32
+ "2xl": string;
33
+ xl: string;
34
+ lg: string;
35
+ md: string;
36
+ sm: string;
37
+ xs: string;
38
+ "2xs": string;
39
+ };
40
+ Lightspark: {
41
+ "7xl": string;
42
+ "6xl": string;
43
+ "5xl": string;
44
+ "4xl": string;
45
+ "3xl": string;
46
+ "2xl": string;
47
+ xl: string;
48
+ lg: string;
49
+ md: string;
50
+ sm: string;
51
+ xs: string;
52
+ "2xs": string;
53
+ };
38
54
  };
39
55
  fontWeights: {
40
56
  main: {
@@ -48,22 +64,47 @@ declare const getTypography: (customFontFamilies?: FontFamilies) => {
48
64
  };
49
65
  };
50
66
  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;
67
+ UmaDocs: {
68
+ "2xs": string;
69
+ xs: string;
70
+ sm: string;
71
+ md: string;
72
+ lg: string;
73
+ xl: string;
74
+ "2xl": string;
75
+ "3xl": string;
76
+ "4xl": string;
77
+ "5xl": string;
78
+ "6xl": string;
79
+ };
80
+ Lightspark: {
81
+ "2xs": string;
82
+ xs: string;
83
+ sm: string;
84
+ md: string;
85
+ lg: string;
86
+ xl: string;
87
+ "2xl": string;
88
+ "3xl": string;
89
+ "4xl": string;
90
+ "5xl": string;
91
+ "6xl": string;
92
+ };
62
93
  };
63
94
  letterSpacing: {
64
- tight: string;
65
- normal: string;
66
- loose: string;
95
+ UmaDocs: {
96
+ tight: string;
97
+ normal: string;
98
+ loose: string;
99
+ };
100
+ Lightspark: {
101
+ "tight-max": string;
102
+ "tight-high": string;
103
+ "tight-medium": string;
104
+ "tight-low": string;
105
+ normal: string;
106
+ "loose-max": string;
107
+ };
67
108
  };
68
109
  textCase: {
69
110
  none: string;
@@ -77,6 +118,7 @@ declare const getTypography: (customFontFamilies?: FontFamilies) => {
77
118
  };
78
119
  paragraphSpacing: {
79
120
  default: string;
121
+ 0: string;
80
122
  16: string;
81
123
  40: string;
82
124
  };
@@ -221,6 +263,41 @@ declare const getTypography: (customFontFamilies?: FontFamilies) => {
221
263
  "text-decoration": string;
222
264
  };
223
265
  };
266
+ "Body Strong": {
267
+ Large: {
268
+ "font-family": string;
269
+ "font-weight": string;
270
+ "line-height": string;
271
+ "font-size": string;
272
+ "letter-spacing": string;
273
+ "paragraph-spacing": string;
274
+ "paragraph-indent": string;
275
+ "text-case": string;
276
+ "text-decoration": string;
277
+ };
278
+ Medium: {
279
+ "font-family": string;
280
+ "font-weight": string;
281
+ "line-height": string;
282
+ "font-size": string;
283
+ "letter-spacing": string;
284
+ "paragraph-spacing": string;
285
+ "paragraph-indent": string;
286
+ "text-case": string;
287
+ "text-decoration": string;
288
+ };
289
+ Small: {
290
+ "font-family": string;
291
+ "font-weight": string;
292
+ "line-height": string;
293
+ "font-size": string;
294
+ "letter-spacing": string;
295
+ "paragraph-spacing": string;
296
+ "paragraph-indent": string;
297
+ "text-case": string;
298
+ "text-decoration": string;
299
+ };
300
+ };
224
301
  Label: {
225
302
  Large: {
226
303
  "font-family": string;
@@ -256,6 +333,41 @@ declare const getTypography: (customFontFamilies?: FontFamilies) => {
256
333
  "text-decoration": string;
257
334
  };
258
335
  };
336
+ "Label Moderate": {
337
+ Large: {
338
+ "font-family": string;
339
+ "font-weight": string;
340
+ "line-height": string;
341
+ "font-size": string;
342
+ "letter-spacing": string;
343
+ "paragraph-spacing": string;
344
+ "paragraph-indent": string;
345
+ "text-case": string;
346
+ "text-decoration": string;
347
+ };
348
+ Medium: {
349
+ "font-family": string;
350
+ "font-weight": string;
351
+ "line-height": string;
352
+ "font-size": string;
353
+ "letter-spacing": string;
354
+ "paragraph-spacing": string;
355
+ "paragraph-indent": string;
356
+ "text-case": string;
357
+ "text-decoration": string;
358
+ };
359
+ Small: {
360
+ "font-family": string;
361
+ "font-weight": string;
362
+ "line-height": string;
363
+ "font-size": string;
364
+ "letter-spacing": string;
365
+ "paragraph-spacing": string;
366
+ "paragraph-indent": string;
367
+ "text-case": string;
368
+ "text-decoration": string;
369
+ };
370
+ };
259
371
  "Label Strong": {
260
372
  Large: {
261
373
  "font-family": string;
@@ -538,6 +650,41 @@ declare const getTypography: (customFontFamilies?: FontFamilies) => {
538
650
  "text-decoration": string;
539
651
  };
540
652
  };
653
+ "Body Strong": {
654
+ Large: {
655
+ "font-family": string;
656
+ "font-weight": string;
657
+ "line-height": string;
658
+ "font-size": string;
659
+ "letter-spacing": string;
660
+ "paragraph-spacing": string;
661
+ "paragraph-indent": string;
662
+ "text-case": string;
663
+ "text-decoration": string;
664
+ };
665
+ Medium: {
666
+ "font-family": string;
667
+ "font-weight": string;
668
+ "line-height": string;
669
+ "font-size": string;
670
+ "letter-spacing": string;
671
+ "paragraph-spacing": string;
672
+ "paragraph-indent": string;
673
+ "text-case": string;
674
+ "text-decoration": string;
675
+ };
676
+ Small: {
677
+ "font-family": string;
678
+ "font-weight": string;
679
+ "line-height": string;
680
+ "font-size": string;
681
+ "letter-spacing": string;
682
+ "paragraph-spacing": string;
683
+ "paragraph-indent": string;
684
+ "text-case": string;
685
+ "text-decoration": string;
686
+ };
687
+ };
541
688
  Label: {
542
689
  Large: {
543
690
  "font-family": string;
@@ -573,6 +720,41 @@ declare const getTypography: (customFontFamilies?: FontFamilies) => {
573
720
  "text-decoration": string;
574
721
  };
575
722
  };
723
+ "Label Moderate": {
724
+ Large: {
725
+ "font-family": string;
726
+ "font-weight": string;
727
+ "line-height": string;
728
+ "font-size": string;
729
+ "letter-spacing": string;
730
+ "paragraph-spacing": string;
731
+ "paragraph-indent": string;
732
+ "text-case": string;
733
+ "text-decoration": string;
734
+ };
735
+ Medium: {
736
+ "font-family": string;
737
+ "font-weight": string;
738
+ "line-height": string;
739
+ "font-size": string;
740
+ "letter-spacing": string;
741
+ "paragraph-spacing": string;
742
+ "paragraph-indent": string;
743
+ "text-case": string;
744
+ "text-decoration": string;
745
+ };
746
+ Small: {
747
+ "font-family": string;
748
+ "font-weight": string;
749
+ "line-height": string;
750
+ "font-size": string;
751
+ "letter-spacing": string;
752
+ "paragraph-spacing": string;
753
+ "paragraph-indent": string;
754
+ "text-case": string;
755
+ "text-decoration": string;
756
+ };
757
+ };
576
758
  "Label Strong": {
577
759
  Large: {
578
760
  "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,35 @@ 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
26
  fontFamilies: FontFamilies;
27
27
  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;
28
+ UmaDocs: {
29
+ "5xl": string;
30
+ "4xl": string;
31
+ "3xl": string;
32
+ "2xl": string;
33
+ xl: string;
34
+ lg: string;
35
+ md: string;
36
+ sm: string;
37
+ xs: string;
38
+ "2xs": string;
39
+ };
40
+ Lightspark: {
41
+ "7xl": string;
42
+ "6xl": string;
43
+ "5xl": string;
44
+ "4xl": string;
45
+ "3xl": string;
46
+ "2xl": string;
47
+ xl: string;
48
+ lg: string;
49
+ md: string;
50
+ sm: string;
51
+ xs: string;
52
+ "2xs": string;
53
+ };
38
54
  };
39
55
  fontWeights: {
40
56
  main: {
@@ -48,22 +64,47 @@ declare const getTypography: (customFontFamilies?: FontFamilies) => {
48
64
  };
49
65
  };
50
66
  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;
67
+ UmaDocs: {
68
+ "2xs": string;
69
+ xs: string;
70
+ sm: string;
71
+ md: string;
72
+ lg: string;
73
+ xl: string;
74
+ "2xl": string;
75
+ "3xl": string;
76
+ "4xl": string;
77
+ "5xl": string;
78
+ "6xl": string;
79
+ };
80
+ Lightspark: {
81
+ "2xs": string;
82
+ xs: string;
83
+ sm: string;
84
+ md: string;
85
+ lg: string;
86
+ xl: string;
87
+ "2xl": string;
88
+ "3xl": string;
89
+ "4xl": string;
90
+ "5xl": string;
91
+ "6xl": string;
92
+ };
62
93
  };
63
94
  letterSpacing: {
64
- tight: string;
65
- normal: string;
66
- loose: string;
95
+ UmaDocs: {
96
+ tight: string;
97
+ normal: string;
98
+ loose: string;
99
+ };
100
+ Lightspark: {
101
+ "tight-max": string;
102
+ "tight-high": string;
103
+ "tight-medium": string;
104
+ "tight-low": string;
105
+ normal: string;
106
+ "loose-max": string;
107
+ };
67
108
  };
68
109
  textCase: {
69
110
  none: string;
@@ -77,6 +118,7 @@ declare const getTypography: (customFontFamilies?: FontFamilies) => {
77
118
  };
78
119
  paragraphSpacing: {
79
120
  default: string;
121
+ 0: string;
80
122
  16: string;
81
123
  40: string;
82
124
  };
@@ -221,6 +263,41 @@ declare const getTypography: (customFontFamilies?: FontFamilies) => {
221
263
  "text-decoration": string;
222
264
  };
223
265
  };
266
+ "Body Strong": {
267
+ Large: {
268
+ "font-family": string;
269
+ "font-weight": string;
270
+ "line-height": string;
271
+ "font-size": string;
272
+ "letter-spacing": string;
273
+ "paragraph-spacing": string;
274
+ "paragraph-indent": string;
275
+ "text-case": string;
276
+ "text-decoration": string;
277
+ };
278
+ Medium: {
279
+ "font-family": string;
280
+ "font-weight": string;
281
+ "line-height": string;
282
+ "font-size": string;
283
+ "letter-spacing": string;
284
+ "paragraph-spacing": string;
285
+ "paragraph-indent": string;
286
+ "text-case": string;
287
+ "text-decoration": string;
288
+ };
289
+ Small: {
290
+ "font-family": string;
291
+ "font-weight": string;
292
+ "line-height": string;
293
+ "font-size": string;
294
+ "letter-spacing": string;
295
+ "paragraph-spacing": string;
296
+ "paragraph-indent": string;
297
+ "text-case": string;
298
+ "text-decoration": string;
299
+ };
300
+ };
224
301
  Label: {
225
302
  Large: {
226
303
  "font-family": string;
@@ -256,6 +333,41 @@ declare const getTypography: (customFontFamilies?: FontFamilies) => {
256
333
  "text-decoration": string;
257
334
  };
258
335
  };
336
+ "Label Moderate": {
337
+ Large: {
338
+ "font-family": string;
339
+ "font-weight": string;
340
+ "line-height": string;
341
+ "font-size": string;
342
+ "letter-spacing": string;
343
+ "paragraph-spacing": string;
344
+ "paragraph-indent": string;
345
+ "text-case": string;
346
+ "text-decoration": string;
347
+ };
348
+ Medium: {
349
+ "font-family": string;
350
+ "font-weight": string;
351
+ "line-height": string;
352
+ "font-size": string;
353
+ "letter-spacing": string;
354
+ "paragraph-spacing": string;
355
+ "paragraph-indent": string;
356
+ "text-case": string;
357
+ "text-decoration": string;
358
+ };
359
+ Small: {
360
+ "font-family": string;
361
+ "font-weight": string;
362
+ "line-height": string;
363
+ "font-size": string;
364
+ "letter-spacing": string;
365
+ "paragraph-spacing": string;
366
+ "paragraph-indent": string;
367
+ "text-case": string;
368
+ "text-decoration": string;
369
+ };
370
+ };
259
371
  "Label Strong": {
260
372
  Large: {
261
373
  "font-family": string;
@@ -538,6 +650,41 @@ declare const getTypography: (customFontFamilies?: FontFamilies) => {
538
650
  "text-decoration": string;
539
651
  };
540
652
  };
653
+ "Body Strong": {
654
+ Large: {
655
+ "font-family": string;
656
+ "font-weight": string;
657
+ "line-height": string;
658
+ "font-size": string;
659
+ "letter-spacing": string;
660
+ "paragraph-spacing": string;
661
+ "paragraph-indent": string;
662
+ "text-case": string;
663
+ "text-decoration": string;
664
+ };
665
+ Medium: {
666
+ "font-family": string;
667
+ "font-weight": string;
668
+ "line-height": string;
669
+ "font-size": string;
670
+ "letter-spacing": string;
671
+ "paragraph-spacing": string;
672
+ "paragraph-indent": string;
673
+ "text-case": string;
674
+ "text-decoration": string;
675
+ };
676
+ Small: {
677
+ "font-family": string;
678
+ "font-weight": string;
679
+ "line-height": string;
680
+ "font-size": string;
681
+ "letter-spacing": string;
682
+ "paragraph-spacing": string;
683
+ "paragraph-indent": string;
684
+ "text-case": string;
685
+ "text-decoration": string;
686
+ };
687
+ };
541
688
  Label: {
542
689
  Large: {
543
690
  "font-family": string;
@@ -573,6 +720,41 @@ declare const getTypography: (customFontFamilies?: FontFamilies) => {
573
720
  "text-decoration": string;
574
721
  };
575
722
  };
723
+ "Label Moderate": {
724
+ Large: {
725
+ "font-family": string;
726
+ "font-weight": string;
727
+ "line-height": string;
728
+ "font-size": string;
729
+ "letter-spacing": string;
730
+ "paragraph-spacing": string;
731
+ "paragraph-indent": string;
732
+ "text-case": string;
733
+ "text-decoration": string;
734
+ };
735
+ Medium: {
736
+ "font-family": string;
737
+ "font-weight": string;
738
+ "line-height": string;
739
+ "font-size": string;
740
+ "letter-spacing": string;
741
+ "paragraph-spacing": string;
742
+ "paragraph-indent": string;
743
+ "text-case": string;
744
+ "text-decoration": string;
745
+ };
746
+ Small: {
747
+ "font-family": string;
748
+ "font-weight": string;
749
+ "line-height": string;
750
+ "font-size": string;
751
+ "letter-spacing": string;
752
+ "paragraph-spacing": string;
753
+ "paragraph-indent": string;
754
+ "text-case": string;
755
+ "text-decoration": string;
756
+ };
757
+ };
576
758
  "Label Strong": {
577
759
  Large: {
578
760
  "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-E4EXM4SY.js";
7
7
  import "../../chunk-CIGAQ47A.js";
8
8
  export {
9
9
  App,