@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.
- package/CHANGELOG.md +16 -0
- package/dist/{chunk-ACZDUWPH.js → chunk-2VBDEO6M.js} +2 -2
- package/dist/{chunk-FETTWCK3.js → chunk-3PB5DNAL.js} +1 -1
- package/dist/chunk-3XSQV5U4.js +26 -0
- package/dist/chunk-4I2ABBID.js +38 -0
- package/dist/{chunk-W4GDCWKZ.js → chunk-4K2KAYVH.js} +3 -3
- package/dist/{chunk-2RF46PE5.js → chunk-4ZZHBSW4.js} +48 -30
- package/dist/{chunk-XTEEADPV.js → chunk-6R6A5H4I.js} +34 -13
- package/dist/{chunk-LJYASIJC.js → chunk-6RXFA73Z.js} +19 -3
- package/dist/{chunk-DE24BV2C.js → chunk-ANJDI74G.js} +2 -2
- package/dist/{chunk-RUVXOYBL.js → chunk-BCFRW7CV.js} +5 -4
- package/dist/{chunk-X6BI4STY.js → chunk-DHNWT2E5.js} +1 -1
- package/dist/chunk-E4EXM4SY.js +921 -0
- package/dist/chunk-EZ4RHFY7.js +57 -0
- package/dist/{chunk-CQDQFIWT.js → chunk-FHNYQLMF.js} +10 -4
- package/dist/{chunk-K7MPHJNG.js → chunk-FRIQXHPR.js} +3 -3
- package/dist/{chunk-7NQH4LBZ.js → chunk-LD5LZXUP.js} +2 -2
- package/dist/chunk-LN7MMOXE.js +29 -0
- package/dist/{chunk-L7XFJWMY.js → chunk-MYG24ZWT.js} +1 -1
- package/dist/{chunk-I4PO6FQP.js → chunk-MYKMYG6H.js} +2 -2
- package/dist/{chunk-BZ5MKMI2.js → chunk-OLAFBUE5.js} +1 -1
- package/dist/{chunk-6RDG2DE3.js → chunk-OO5UJRAW.js} +2 -2
- package/dist/{chunk-Y4RJ7WS4.js → chunk-PVUPVJ3F.js} +1 -1
- package/dist/chunk-RBYRXBPI.js +29 -0
- package/dist/{chunk-4X3K3VRC.js → chunk-SUD5NOKE.js} +6 -6
- package/dist/{chunk-LZHLWOXG.js → chunk-SV5QPU7N.js} +1 -1
- package/dist/{chunk-LWTUQB7O.js → chunk-SW6ZA7W2.js} +2 -2
- package/dist/{chunk-O27TAUAS.js → chunk-U6LQLAWI.js} +3 -3
- package/dist/{chunk-6AV4TE6I.js → chunk-VV7F7VVL.js} +2 -2
- package/dist/{chunk-7ENCWBAN.js → chunk-WB6FFT7Y.js} +21 -7
- package/dist/{chunk-BKOTW3CK.js → chunk-WEPQ7LRL.js} +1 -1
- package/dist/{chunk-QR7BKTM6.js → chunk-XUGLVWSH.js} +4 -4
- package/dist/{chunk-WVEK4LFA.js → chunk-YHSFWCFN.js} +3 -3
- package/dist/chunk-ZQTE53SK.js +78 -0
- package/dist/components/Button.cjs +429 -236
- package/dist/components/Button.js +9 -9
- package/dist/components/ButtonRow.cjs +431 -236
- package/dist/components/ButtonRow.js +11 -11
- package/dist/components/Collapsible.cjs +428 -232
- package/dist/components/Collapsible.d.cts +10 -1
- package/dist/components/Collapsible.d.ts +10 -1
- package/dist/components/Collapsible.js +8 -7
- package/dist/components/ContentTable.cjs +1498 -0
- package/dist/components/ContentTable.d.cts +26 -0
- package/dist/components/ContentTable.d.ts +26 -0
- package/dist/components/ContentTable.js +16 -0
- package/dist/components/CopyToClipboardButton.cjs +409 -227
- package/dist/components/CopyToClipboardButton.js +7 -7
- package/dist/components/CurrencyAmount.cjs +409 -227
- package/dist/components/CurrencyAmount.js +6 -6
- package/dist/components/Icon.cjs +409 -227
- package/dist/components/Icon.js +5 -5
- package/dist/components/LightsparkProvider.cjs +410 -228
- package/dist/components/LightsparkProvider.js +6 -6
- package/dist/components/Loading.cjs +409 -227
- package/dist/components/Loading.js +6 -6
- package/dist/components/Modal.cjs +559 -275
- package/dist/components/Modal.d.cts +5 -10
- package/dist/components/Modal.d.ts +5 -10
- package/dist/components/Modal.js +12 -11
- package/dist/components/ProgressBar.cjs +1238 -0
- package/dist/components/ProgressBar.d.cts +17 -0
- package/dist/components/ProgressBar.d.ts +17 -0
- package/dist/components/ProgressBar.js +10 -0
- package/dist/components/SecretContainer.cjs +409 -227
- package/dist/components/SecretContainer.js +8 -8
- package/dist/components/TextIconAligner.cjs +409 -227
- package/dist/components/TextIconAligner.js +6 -6
- package/dist/components/UnstyledButton.cjs +409 -227
- package/dist/components/UnstyledButton.js +5 -5
- package/dist/components/documentation/AnchorLinkHeader.cjs +409 -229
- package/dist/components/documentation/AnchorLinkHeader.js +7 -7
- package/dist/components/documentation/index.cjs +409 -229
- package/dist/components/documentation/index.js +7 -7
- package/dist/components/index.cjs +590 -292
- package/dist/components/index.d.cts +1 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +24 -19
- package/dist/hooks/useWhatChanged.cjs +30 -0
- package/dist/hooks/useWhatChanged.d.cts +1 -0
- package/dist/hooks/useWhatChanged.d.ts +1 -0
- package/dist/hooks/useWhatChanged.js +7 -0
- package/dist/icons/ApiConnection.cjs +44 -0
- package/dist/icons/ApiConnection.d.cts +5 -0
- package/dist/icons/ApiConnection.d.ts +5 -0
- package/dist/icons/ApiConnection.js +25 -0
- package/dist/icons/CentralArrowShareRight.cjs +53 -0
- package/dist/icons/CentralArrowShareRight.d.cts +5 -0
- package/dist/icons/CentralArrowShareRight.d.ts +5 -0
- package/dist/icons/CentralArrowShareRight.js +30 -0
- package/dist/icons/Restart.cjs +1 -1
- package/dist/icons/Restart.js +1 -1
- package/dist/icons/Uma.cjs +57 -0
- package/dist/icons/Uma.d.cts +5 -0
- package/dist/icons/Uma.d.ts +5 -0
- package/dist/icons/Uma.js +38 -0
- package/dist/icons/index.cjs +409 -227
- package/dist/icons/index.js +5 -5
- package/dist/index.d.cts +1 -2
- package/dist/index.d.ts +1 -2
- package/dist/router.cjs +429 -229
- package/dist/router.d.cts +8 -5
- package/dist/router.d.ts +8 -5
- package/dist/router.js +4 -3
- package/dist/styles/colors.cjs +409 -227
- package/dist/styles/colors.js +2 -2
- package/dist/styles/common.cjs +409 -227
- package/dist/styles/common.d.cts +1 -1
- package/dist/styles/common.d.ts +1 -1
- package/dist/styles/common.js +4 -4
- package/dist/styles/fields.cjs +409 -227
- package/dist/styles/fields.js +6 -6
- package/dist/styles/fonts/typography/Article.cjs +514 -274
- package/dist/styles/fonts/typography/Article.js +15 -9
- package/dist/styles/fonts/typography/Body.cjs +409 -229
- package/dist/styles/fonts/typography/Body.js +3 -3
- package/dist/styles/fonts/typography/BodyStrong.cjs +1196 -0
- package/dist/styles/fonts/typography/BodyStrong.d.cts +23 -0
- package/dist/styles/fonts/typography/BodyStrong.d.ts +23 -0
- package/dist/styles/fonts/typography/BodyStrong.js +13 -0
- package/dist/styles/fonts/typography/Code.cjs +6 -6
- package/dist/styles/fonts/typography/Code.d.cts +8 -1
- package/dist/styles/fonts/typography/Code.d.ts +8 -1
- package/dist/styles/fonts/typography/Code.js +6 -4
- package/dist/styles/fonts/typography/Display.cjs +409 -229
- package/dist/styles/fonts/typography/Display.js +3 -3
- package/dist/styles/fonts/typography/Headline.cjs +410 -230
- package/dist/styles/fonts/typography/Headline.js +3 -3
- package/dist/styles/fonts/typography/Label.cjs +409 -229
- package/dist/styles/fonts/typography/Label.js +3 -3
- package/dist/styles/fonts/typography/LabelModerate.cjs +1205 -0
- package/dist/styles/fonts/typography/LabelModerate.d.cts +18 -0
- package/dist/styles/fonts/typography/LabelModerate.d.ts +18 -0
- package/dist/styles/fonts/typography/LabelModerate.js +13 -0
- package/dist/styles/fonts/typography/LabelStrong.cjs +409 -229
- package/dist/styles/fonts/typography/LabelStrong.js +3 -3
- package/dist/styles/fonts/typography/Overline.cjs +1196 -0
- package/dist/styles/fonts/typography/Overline.d.cts +18 -0
- package/dist/styles/fonts/typography/Overline.d.ts +18 -0
- package/dist/styles/fonts/typography/Overline.js +13 -0
- package/dist/styles/fonts/typography/Title.cjs +417 -231
- package/dist/styles/fonts/typography/Title.d.cts +2 -1
- package/dist/styles/fonts/typography/Title.d.ts +2 -1
- package/dist/styles/fonts/typography/Title.js +3 -3
- package/dist/styles/fonts/typography/index.cjs +594 -299
- package/dist/styles/fonts/typography/index.d.cts +3 -0
- package/dist/styles/fonts/typography/index.d.ts +3 -0
- package/dist/styles/fonts/typography/index.js +31 -15
- package/dist/styles/fonts/typographyTokens.cjs +413 -233
- package/dist/styles/fonts/typographyTokens.d.cts +210 -28
- package/dist/styles/fonts/typographyTokens.d.ts +210 -28
- package/dist/styles/fonts/typographyTokens.js +1 -1
- package/dist/styles/global.cjs +410 -228
- package/dist/styles/global.js +5 -5
- package/dist/styles/tokens/spacing.cjs +50 -0
- package/dist/styles/tokens/spacing.d.cts +22 -0
- package/dist/styles/tokens/spacing.d.ts +22 -0
- package/dist/styles/tokens/spacing.js +7 -0
- package/dist/styles/type.cjs +409 -227
- package/dist/styles/type.js +5 -5
- package/dist/styles/utils.cjs +409 -227
- package/dist/styles/utils.js +5 -5
- package/package.json +7 -4
- 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
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
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
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
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
|
-
|
|
65
|
-
|
|
66
|
-
|
|
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
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
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
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
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
|
-
|
|
65
|
-
|
|
66
|
-
|
|
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;
|