@lightsparkdev/ui 0.0.6 → 0.0.8

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 (125) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/dist/{chunk-JYWYEOM6.js → chunk-2JM7UTAZ.js} +18 -5
  3. package/dist/{chunk-UO6U7AYM.js → chunk-2YB7653N.js} +1 -1
  4. package/dist/{chunk-RTUZVKPK.js → chunk-36C653MV.js} +1 -1
  5. package/dist/{chunk-IQFU7CM5.js → chunk-4KWTXZRY.js} +1 -1
  6. package/dist/{chunk-CLU2FRJZ.js → chunk-55OQPFLF.js} +1 -1
  7. package/dist/{chunk-3CZOYF3X.js → chunk-6FHLZM6N.js} +2 -2
  8. package/dist/{chunk-K7D7A34K.js → chunk-744FBGRP.js} +1 -1
  9. package/dist/{chunk-FKETYVPP.js → chunk-76Q4BK35.js} +87 -43
  10. package/dist/{chunk-NGS4OSWT.js → chunk-BAO4T4G5.js} +1 -1
  11. package/dist/{chunk-NH25O7PC.js → chunk-CW3W2VTZ.js} +1 -1
  12. package/dist/{chunk-G2PZZFJL.js → chunk-DAVVD7YE.js} +10 -10
  13. package/dist/{chunk-VBWTKANQ.js → chunk-FN5PM3HQ.js} +6 -6
  14. package/dist/{chunk-RFGKH3R6.js → chunk-HNVQIY5U.js} +0 -8
  15. package/dist/{chunk-I74XQIVV.js → chunk-MAMSU2XB.js} +3 -3
  16. package/dist/chunk-NRXJA2PM.js +67 -0
  17. package/dist/{chunk-M56R3RJ7.js → chunk-OGSDZTHM.js} +7 -3
  18. package/dist/chunk-SZVMKB4E.js +222 -0
  19. package/dist/chunk-U6XT5JKC.js +25 -0
  20. package/dist/{chunk-WWFDI534.js → chunk-UWN53KLJ.js} +13 -6
  21. package/dist/{chunk-TAI352I3.js → chunk-VE7J2N47.js} +1 -1
  22. package/dist/{chunk-NZJCJJH5.js → chunk-VHW2KROZ.js} +1 -1
  23. package/dist/{chunk-N2RDQJQ5.js → chunk-WTO7C7WA.js} +1 -1
  24. package/dist/{chunk-23SR7TFO.js → chunk-XAZ6NZ6I.js} +1 -1
  25. package/dist/chunk-YPB5SA65.js +163 -0
  26. package/dist/{chunk-SVQELXFK.js → chunk-Z5TPS2BO.js} +1 -1
  27. package/dist/{chunk-T33SBHYI.js → chunk-ZSUX6RLD.js} +3 -1
  28. package/dist/{chunk-2WYVO6B2.js → chunk-ZYHA6MJC.js} +1 -1
  29. package/dist/components/Badge.cjs +1332 -0
  30. package/dist/components/Badge.d.cts +10 -0
  31. package/dist/components/Badge.d.ts +10 -0
  32. package/dist/components/Badge.js +13 -0
  33. package/dist/components/Button.cjs +197 -83
  34. package/dist/components/Button.d.cts +3 -1
  35. package/dist/components/Button.d.ts +3 -1
  36. package/dist/components/Button.js +8 -7
  37. package/dist/components/ButtonRow.cjs +212 -82
  38. package/dist/components/ButtonRow.d.cts +6 -2
  39. package/dist/components/ButtonRow.d.ts +6 -2
  40. package/dist/components/ButtonRow.js +14 -11
  41. package/dist/components/Collapsible.cjs +0 -30
  42. package/dist/components/Collapsible.js +4 -5
  43. package/dist/components/ContentTable.cjs +0 -30
  44. package/dist/components/ContentTable.js +3 -4
  45. package/dist/components/CopyToClipboardButton.cjs +123 -41
  46. package/dist/components/CopyToClipboardButton.js +6 -5
  47. package/dist/components/CurrencyAmount.cjs +0 -30
  48. package/dist/components/CurrencyAmount.js +3 -4
  49. package/dist/components/FileInput.cjs +1945 -0
  50. package/dist/components/FileInput.d.cts +21 -0
  51. package/dist/components/FileInput.d.ts +21 -0
  52. package/dist/components/FileInput.js +113 -0
  53. package/dist/components/Icon.cjs +0 -30
  54. package/dist/components/Icon.js +2 -3
  55. package/dist/components/LightTooltip.cjs +1414 -0
  56. package/dist/components/LightTooltip.d.cts +9 -0
  57. package/dist/components/LightTooltip.d.ts +9 -0
  58. package/dist/components/LightTooltip.js +12 -0
  59. package/dist/components/LightboxImage.cjs +1 -1
  60. package/dist/components/LightboxImage.js +2 -2
  61. package/dist/components/LightsparkProvider.cjs +3 -33
  62. package/dist/components/LightsparkProvider.js +3 -4
  63. package/dist/components/Loading.cjs +0 -30
  64. package/dist/components/Loading.js +3 -4
  65. package/dist/components/Modal.cjs +208 -114
  66. package/dist/components/Modal.js +12 -11
  67. package/dist/components/Pill.cjs +1703 -0
  68. package/dist/components/Pill.d.cts +19 -0
  69. package/dist/components/Pill.d.ts +19 -0
  70. package/dist/components/Pill.js +16 -0
  71. package/dist/components/ProgressBar.cjs +0 -32
  72. package/dist/components/ProgressBar.js +2 -3
  73. package/dist/components/SecretContainer.cjs +124 -42
  74. package/dist/components/SecretContainer.js +7 -6
  75. package/dist/components/TextIconAligner.cjs +0 -30
  76. package/dist/components/TextIconAligner.js +3 -4
  77. package/dist/components/UnstyledButton.cjs +0 -30
  78. package/dist/components/UnstyledButton.js +2 -3
  79. package/dist/components/documentation/AnchorLinkHeader.cjs +0 -32
  80. package/dist/components/documentation/AnchorLinkHeader.js +3 -4
  81. package/dist/components/documentation/index.cjs +0 -32
  82. package/dist/components/documentation/index.js +3 -4
  83. package/dist/components/index.cjs +608 -327
  84. package/dist/components/index.d.cts +5 -1
  85. package/dist/components/index.d.ts +5 -1
  86. package/dist/components/index.js +37 -25
  87. package/dist/icons/Copy.cjs +4 -3
  88. package/dist/icons/Copy.js +4 -3
  89. package/dist/icons/Download.cjs +22 -11
  90. package/dist/icons/Download.js +23 -12
  91. package/dist/icons/Upload.cjs +22 -11
  92. package/dist/icons/Upload.js +23 -12
  93. package/dist/icons/index.cjs +0 -30
  94. package/dist/icons/index.js +2 -3
  95. package/dist/router.cjs +7 -3
  96. package/dist/router.js +1 -1
  97. package/dist/styles/common.cjs +0 -32
  98. package/dist/styles/common.d.cts +1 -5
  99. package/dist/styles/common.d.ts +1 -5
  100. package/dist/styles/common.js +1 -4
  101. package/dist/styles/fields.cjs +65 -34
  102. package/dist/styles/fields.d.cts +8 -2
  103. package/dist/styles/fields.d.ts +8 -2
  104. package/dist/styles/fields.js +28 -164
  105. package/dist/styles/fonts/typography/Article.cjs +0 -30
  106. package/dist/styles/fonts/typography/Article.js +6 -7
  107. package/dist/styles/fonts/typography/index.cjs +0 -30
  108. package/dist/styles/fonts/typography/index.js +11 -12
  109. package/dist/styles/fonts/typographyTokens.d.cts +4 -1
  110. package/dist/styles/fonts/typographyTokens.d.ts +4 -1
  111. package/dist/styles/global.cjs +3 -33
  112. package/dist/styles/global.js +2 -3
  113. package/dist/styles/type.cjs +0 -30
  114. package/dist/styles/type.js +2 -3
  115. package/dist/styles/utils.cjs +0 -30
  116. package/dist/styles/utils.js +2 -3
  117. package/dist/styles/z-index.cjs +1 -1
  118. package/dist/styles/z-index.d.cts +1 -1
  119. package/dist/styles/z-index.d.ts +1 -1
  120. package/dist/styles/z-index.js +1 -1
  121. package/dist/types/index.d.cts +2 -0
  122. package/dist/types/index.d.ts +2 -0
  123. package/dist/utils/toReactNodes.cjs +7 -3
  124. package/dist/utils/toReactNodes.js +2 -2
  125. package/package.json +5 -4
@@ -0,0 +1,1414 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __defProps = Object.defineProperties;
5
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
6
+ var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
7
+ var __getOwnPropNames = Object.getOwnPropertyNames;
8
+ var __getOwnPropSymbols = Object.getOwnPropertySymbols;
9
+ var __getProtoOf = Object.getPrototypeOf;
10
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
11
+ var __propIsEnum = Object.prototype.propertyIsEnumerable;
12
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
13
+ var __spreadValues = (a, b) => {
14
+ for (var prop in b || (b = {}))
15
+ if (__hasOwnProp.call(b, prop))
16
+ __defNormalProp(a, prop, b[prop]);
17
+ if (__getOwnPropSymbols)
18
+ for (var prop of __getOwnPropSymbols(b)) {
19
+ if (__propIsEnum.call(b, prop))
20
+ __defNormalProp(a, prop, b[prop]);
21
+ }
22
+ return a;
23
+ };
24
+ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
25
+ var __export = (target, all) => {
26
+ for (var name in all)
27
+ __defProp(target, name, { get: all[name], enumerable: true });
28
+ };
29
+ var __copyProps = (to, from, except, desc) => {
30
+ if (from && typeof from === "object" || typeof from === "function") {
31
+ for (let key of __getOwnPropNames(from))
32
+ if (!__hasOwnProp.call(to, key) && key !== except)
33
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
34
+ }
35
+ return to;
36
+ };
37
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
38
+ // If the importer is in node compatibility mode or this is not an ESM
39
+ // file that has been converted to a CommonJS file using a Babel-
40
+ // compatible transform (i.e. "__esModule" has not been set), then set
41
+ // "default" to the CommonJS "module.exports" for node compatibility.
42
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
43
+ mod
44
+ ));
45
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
46
+
47
+ // src/components/LightTooltip.tsx
48
+ var LightTooltip_exports = {};
49
+ __export(LightTooltip_exports, {
50
+ LightTooltip: () => LightTooltip
51
+ });
52
+ module.exports = __toCommonJS(LightTooltip_exports);
53
+ var import_css = require("@emotion/css");
54
+ var import_react5 = require("@emotion/react");
55
+ var import_react6 = __toESM(require("react"), 1);
56
+ var import_react_dom = __toESM(require("react-dom"), 1);
57
+ var import_react_tooltip = require("react-tooltip");
58
+
59
+ // src/styles/common.tsx
60
+ var import_react4 = require("@emotion/react");
61
+ var import_styled = __toESM(require("@emotion/styled"), 1);
62
+
63
+ // src/styles/breakpoints.tsx
64
+ var import_react = require("@emotion/react");
65
+ var import_lodash_es = require("lodash-es");
66
+ var import_react2 = require("react");
67
+ var import_jsx_runtime = require("@emotion/react/jsx-runtime");
68
+ var Breakpoints = /* @__PURE__ */ ((Breakpoints2) => {
69
+ Breakpoints2["sm"] = "sm";
70
+ Breakpoints2["md"] = "md";
71
+ Breakpoints2["lg"] = "lg";
72
+ return Breakpoints2;
73
+ })(Breakpoints || {});
74
+ var breakpoints = {
75
+ ["sm" /* sm */]: 640,
76
+ ["md" /* md */]: 834,
77
+ ["lg" /* lg */]: 1200
78
+ };
79
+ var breakpointFn = (mq) => (style) => `@media ${mq} { ${style} }`;
80
+ var bp = {
81
+ key: Breakpoints,
82
+ ["sm" /* sm */]: breakpointFn(`(max-width:${breakpoints.sm}px)`),
83
+ ["lg" /* lg */]: breakpointFn(`(min-width:${breakpoints.lg}px)`),
84
+ ["minSmMaxLg" /* minSmMaxLg */]: breakpointFn(
85
+ `(min-width:${breakpoints.sm + 1}px) and (max-width:${breakpoints.lg - 1}px)`
86
+ ),
87
+ ["minSmMaxMd" /* minSmMaxMd */]: breakpointFn(
88
+ `(min-width:${breakpoints.sm + 1}px) and (max-width:${breakpoints.md - 1}px)`
89
+ ),
90
+ ["minMdMaxLg" /* minMdMaxLg */]: breakpointFn(
91
+ `(min-width:${breakpoints.md}px) and (max-width:${breakpoints.lg - 1}px)`
92
+ ),
93
+ ["maxLg" /* maxLg */]: breakpointFn(`(max-width:${breakpoints.lg - 1}px)`),
94
+ ["maxMd" /* maxMd */]: breakpointFn(`(max-width:${breakpoints.md - 1}px)`),
95
+ ["minSm" /* minSm */]: breakpointFn(`(min-width:${breakpoints.sm + 1}px)`),
96
+ ["minMd" /* minMd */]: breakpointFn(`(min-width:${breakpoints.md + 1}px)`),
97
+ current: function(assertBp) {
98
+ const currentBp = (
99
+ /* window is undefined in first server side render for Next apps: */
100
+ typeof window === "undefined" ? "sm" /* sm */ : window.getComputedStyle(document.body, ":before").content.replace(/"/g, "")
101
+ );
102
+ if (assertBp) {
103
+ return inRange(
104
+ currentBp,
105
+ assertBp
106
+ );
107
+ }
108
+ return currentBp;
109
+ },
110
+ switch: (smVal, minSmMaxMdVal, minMdMaxLgVal, lgVal) => {
111
+ const currentBp = bp.current();
112
+ if (currentBp === "sm" /* sm */) {
113
+ return smVal;
114
+ } else if (currentBp === "minSmMaxMd" /* minSmMaxMd */) {
115
+ return minSmMaxMdVal;
116
+ } else if (currentBp === "minMdMaxLg" /* minMdMaxLg */) {
117
+ return minMdMaxLgVal;
118
+ }
119
+ return lgVal;
120
+ },
121
+ isSm: () => bp.current("sm" /* sm */),
122
+ isMinSm: () => bp.current("minSm" /* minSm */),
123
+ isMinSmMaxMd: () => bp.current("minSmMaxMd" /* minSmMaxMd */),
124
+ isMinMdMaxLg: () => bp.current("minMdMaxLg" /* minMdMaxLg */),
125
+ isLg: () => bp.current("lg" /* lg */)
126
+ };
127
+ function inRange(currentBp, assertBp) {
128
+ const isSm = currentBp === "sm" /* sm */;
129
+ const isMinSmMaxMd = currentBp === "minSmMaxMd" /* minSmMaxMd */;
130
+ const isMinMdMaxLg = currentBp === "minMdMaxLg" /* minMdMaxLg */;
131
+ const isLg = currentBp === "lg" /* lg */;
132
+ if (assertBp) {
133
+ switch (assertBp) {
134
+ case "sm" /* sm */:
135
+ return isSm;
136
+ case "minSmMaxMd" /* minSmMaxMd */:
137
+ return isMinSmMaxMd;
138
+ case "minMdMaxLg" /* minMdMaxLg */:
139
+ return isMinMdMaxLg;
140
+ case "lg" /* lg */:
141
+ return isLg;
142
+ case "minSmMaxLg" /* minSmMaxLg */:
143
+ return isMinSmMaxMd || isMinMdMaxLg;
144
+ case "maxLg" /* maxLg */:
145
+ return isSm || isMinSmMaxMd || isMinMdMaxLg;
146
+ case "maxMd" /* maxMd */:
147
+ return isSm || isMinSmMaxMd;
148
+ case "minSm" /* minSm */:
149
+ return isMinSmMaxMd || isMinMdMaxLg || isLg;
150
+ case "minMd" /* minMd */:
151
+ return isMinMdMaxLg || isLg;
152
+ default:
153
+ return false;
154
+ }
155
+ }
156
+ return false;
157
+ }
158
+
159
+ // src/styles/colors.tsx
160
+ var import_react3 = require("@emotion/react");
161
+
162
+ // src/styles/fonts/typographyTokens.ts
163
+ var FONT_FAMILIES = {
164
+ main: "Montserrat",
165
+ code: "Monaco"
166
+ };
167
+ var LINE_HEIGHTS = {
168
+ ["UmaDocs" /* UmaDocs */]: {
169
+ "5xl": "72px",
170
+ "4xl": "60px",
171
+ "3xl": "44px",
172
+ "2xl": "40px",
173
+ xl: "36px",
174
+ lg: "32px",
175
+ md: "28px",
176
+ sm: "24px",
177
+ xs: "20px",
178
+ "2xs": "16px"
179
+ },
180
+ ["Lightspark" /* Lightspark */]: {
181
+ "7xl": "72px",
182
+ "6xl": "60px",
183
+ "5xl": "44px",
184
+ "4xl": "40px",
185
+ "3xl": "36px",
186
+ "2xl": "32px",
187
+ xl: "28px",
188
+ lg: "24px",
189
+ md: "20px",
190
+ sm: "18px",
191
+ xs: "16px",
192
+ "2xs": "14px"
193
+ }
194
+ };
195
+ var FONT_WEIGHTS = {
196
+ main: {
197
+ Bold: 700,
198
+ SemiBold: 600,
199
+ Medium: 500
200
+ },
201
+ code: {
202
+ Bold: 700,
203
+ Regular: 400
204
+ }
205
+ };
206
+ var FONT_SIZE = {
207
+ ["UmaDocs" /* UmaDocs */]: {
208
+ "2xs": "11px",
209
+ xs: "12px",
210
+ sm: "14px",
211
+ md: "16px",
212
+ lg: "20px",
213
+ xl: "24px",
214
+ "2xl": "28px",
215
+ "3xl": "32px",
216
+ "4xl": "36px",
217
+ "5xl": "48px",
218
+ "6xl": "64px"
219
+ },
220
+ ["Lightspark" /* Lightspark */]: {
221
+ "2xs": "10px",
222
+ xs: "12px",
223
+ sm: "14px",
224
+ md: "16px",
225
+ lg: "20px",
226
+ xl: "24px",
227
+ "2xl": "28px",
228
+ "3xl": "32px",
229
+ "4xl": "36px",
230
+ "5xl": "48px",
231
+ "6xl": "64px"
232
+ }
233
+ };
234
+ var LETTER_SPACING = {
235
+ ["UmaDocs" /* UmaDocs */]: {
236
+ tight: "-.02em",
237
+ normal: "0",
238
+ loose: ".1em"
239
+ },
240
+ ["Lightspark" /* Lightspark */]: {
241
+ "tight-max": "-4%",
242
+ "tight-high": "-3%",
243
+ "tight-medium": "-2%",
244
+ "tight-low": "-0.5%",
245
+ normal: "0",
246
+ "loose-max": "1.44px"
247
+ }
248
+ };
249
+ var TEXT_CASE = {
250
+ none: "none",
251
+ uppercase: "uppercase"
252
+ };
253
+ var TEXT_DECORATION = {
254
+ none: "none"
255
+ };
256
+ var PARAGRAPH_INDENT = {
257
+ 0: "0px"
258
+ };
259
+ var PARAGRAPH_SPACING = {
260
+ default: "default",
261
+ 0: "0",
262
+ 16: "16px",
263
+ 40: "40px"
264
+ };
265
+ var getTypography = (customFontFamilies) => {
266
+ const fontFamilies = customFontFamilies != null ? customFontFamilies : FONT_FAMILIES;
267
+ return {
268
+ fontFamilies,
269
+ lineHeights: LINE_HEIGHTS,
270
+ fontWeights: FONT_WEIGHTS,
271
+ fontSize: FONT_SIZE,
272
+ letterSpacing: LETTER_SPACING,
273
+ textCase: TEXT_CASE,
274
+ textDecoration: TEXT_DECORATION,
275
+ paragraphIndent: PARAGRAPH_INDENT,
276
+ paragraphSpacing: PARAGRAPH_SPACING,
277
+ ["Lightspark" /* Lightspark */]: {
278
+ Display: {
279
+ ["Large" /* Large */]: {
280
+ "font-family": `${fontFamilies.main}`,
281
+ "font-weight": `${FONT_WEIGHTS.main.Bold}`,
282
+ "line-height": `${LINE_HEIGHTS["Lightspark" /* Lightspark */]["7xl"]}`,
283
+ "font-size": `${FONT_SIZE["Lightspark" /* Lightspark */]["6xl"]}`,
284
+ "letter-spacing": "-2.56px",
285
+ "paragraph-spacing": `${PARAGRAPH_SPACING[0]}`,
286
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
287
+ "text-case": `${TEXT_CASE.none}`,
288
+ "text-decoration": `${TEXT_DECORATION.none}`
289
+ },
290
+ ["Medium" /* Medium */]: {
291
+ "font-family": `${fontFamilies.main}`,
292
+ "font-weight": `${FONT_WEIGHTS.main.Bold}`,
293
+ "line-height": `${LINE_HEIGHTS["Lightspark" /* Lightspark */]["6xl"]}`,
294
+ "font-size": `${FONT_SIZE["Lightspark" /* Lightspark */]["5xl"]}`,
295
+ "letter-spacing": "-1.92px",
296
+ "paragraph-spacing": `${PARAGRAPH_SPACING[0]}`,
297
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
298
+ "text-case": `${TEXT_CASE.none}`,
299
+ "text-decoration": `${TEXT_DECORATION.none}`
300
+ },
301
+ ["Small" /* Small */]: {
302
+ "font-family": `${fontFamilies.main}`,
303
+ "font-weight": `${FONT_WEIGHTS.main.Bold}`,
304
+ "line-height": `${LINE_HEIGHTS["Lightspark" /* Lightspark */]["5xl"]}`,
305
+ "font-size": `${FONT_SIZE["Lightspark" /* Lightspark */]["4xl"]}`,
306
+ "letter-spacing": "-1.44px",
307
+ "paragraph-spacing": `${PARAGRAPH_SPACING[0]}`,
308
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
309
+ "text-case": `${TEXT_CASE.none}`,
310
+ "text-decoration": `${TEXT_DECORATION.none}`
311
+ }
312
+ },
313
+ Headline: {
314
+ ["Large" /* Large */]: {
315
+ "font-family": `${fontFamilies.main}`,
316
+ "font-weight": `${FONT_WEIGHTS.main.Bold}`,
317
+ "line-height": `${LINE_HEIGHTS["Lightspark" /* Lightspark */]["4xl"]}`,
318
+ "font-size": `${FONT_SIZE["Lightspark" /* Lightspark */]["3xl"]}`,
319
+ "letter-spacing": "-.96px",
320
+ "paragraph-spacing": `${PARAGRAPH_SPACING[0]}`,
321
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
322
+ "text-case": `${TEXT_CASE.none}`,
323
+ "text-decoration": `${TEXT_DECORATION.none}`
324
+ },
325
+ ["Medium" /* Medium */]: {
326
+ "font-family": `${fontFamilies.main}`,
327
+ "font-weight": `${FONT_WEIGHTS.main.Bold}`,
328
+ "line-height": `${LINE_HEIGHTS["Lightspark" /* Lightspark */]["3xl"]}`,
329
+ "font-size": `${FONT_SIZE["Lightspark" /* Lightspark */]["2xl"]}`,
330
+ "letter-spacing": "-.84px",
331
+ "paragraph-spacing": `${PARAGRAPH_SPACING[0]}`,
332
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
333
+ "text-case": `${TEXT_CASE.none}`,
334
+ "text-decoration": `${TEXT_DECORATION.none}`
335
+ },
336
+ ["Small" /* Small */]: {
337
+ "font-family": `${fontFamilies.main}`,
338
+ "font-weight": `${FONT_WEIGHTS.main.Bold}`,
339
+ "line-height": `${LINE_HEIGHTS["Lightspark" /* Lightspark */]["2xl"]}`,
340
+ "font-size": `${FONT_SIZE["Lightspark" /* Lightspark */].xl}`,
341
+ "letter-spacing": "-.72px",
342
+ "paragraph-spacing": `${PARAGRAPH_SPACING[0]}`,
343
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
344
+ "text-case": `${TEXT_CASE.none}`,
345
+ "text-decoration": `${TEXT_DECORATION.none}`
346
+ }
347
+ },
348
+ Title: {
349
+ ["Large" /* Large */]: {
350
+ "font-family": `${fontFamilies.main}`,
351
+ "font-weight": `${FONT_WEIGHTS.main.Bold}`,
352
+ "line-height": `${LINE_HEIGHTS["Lightspark" /* Lightspark */].xl}`,
353
+ "font-size": `${FONT_SIZE["Lightspark" /* Lightspark */].lg}`,
354
+ "letter-spacing": "-.4px",
355
+ "paragraph-spacing": `${PARAGRAPH_SPACING[0]}`,
356
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
357
+ "text-case": `${TEXT_CASE.none}`,
358
+ "text-decoration": `${TEXT_DECORATION.none}`
359
+ },
360
+ ["Medium" /* Medium */]: {
361
+ "font-family": `${fontFamilies.main}`,
362
+ "font-weight": `${FONT_WEIGHTS.main.Bold}`,
363
+ "line-height": `${LINE_HEIGHTS["Lightspark" /* Lightspark */].lg}`,
364
+ "font-size": `${FONT_SIZE["Lightspark" /* Lightspark */].md}`,
365
+ "letter-spacing": "-.32x",
366
+ "paragraph-spacing": `${PARAGRAPH_SPACING[0]}`,
367
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
368
+ "text-case": `${TEXT_CASE.none}`,
369
+ "text-decoration": `${TEXT_DECORATION.none}`
370
+ },
371
+ ["Small" /* Small */]: {
372
+ "font-family": `${fontFamilies.main}`,
373
+ "font-weight": `${FONT_WEIGHTS.main.Bold}`,
374
+ "line-height": `${LINE_HEIGHTS["Lightspark" /* Lightspark */].md}`,
375
+ "font-size": `${FONT_SIZE["Lightspark" /* Lightspark */].sm}`,
376
+ "letter-spacing": "-.28px",
377
+ "paragraph-spacing": `${PARAGRAPH_SPACING[0]}`,
378
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
379
+ "text-case": `${TEXT_CASE.none}`,
380
+ "text-decoration": `${TEXT_DECORATION.none}`
381
+ }
382
+ },
383
+ Body: {
384
+ ["Large" /* Large */]: {
385
+ "font-family": `${fontFamilies.main}`,
386
+ "font-weight": `${FONT_WEIGHTS.main.Medium}`,
387
+ "line-height": `${LINE_HEIGHTS["Lightspark" /* Lightspark */].xl}`,
388
+ "font-size": `${FONT_SIZE["Lightspark" /* Lightspark */].lg}`,
389
+ "letter-spacing": "-.08px",
390
+ "paragraph-spacing": `${PARAGRAPH_SPACING[0]}`,
391
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
392
+ "text-case": `${TEXT_CASE.none}`,
393
+ "text-decoration": `${TEXT_DECORATION.none}`
394
+ },
395
+ ["Medium" /* Medium */]: {
396
+ "font-family": `${fontFamilies.main}`,
397
+ "font-weight": `${FONT_WEIGHTS.main.Medium}`,
398
+ "line-height": `${LINE_HEIGHTS["Lightspark" /* Lightspark */].lg}`,
399
+ "font-size": `${FONT_SIZE["Lightspark" /* Lightspark */].md}`,
400
+ "letter-spacing": "-.07px",
401
+ "paragraph-spacing": `${PARAGRAPH_SPACING[0]}`,
402
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
403
+ "text-case": `${TEXT_CASE.none}`,
404
+ "text-decoration": `${TEXT_DECORATION.none}`
405
+ },
406
+ ["Small" /* Small */]: {
407
+ "font-family": `${fontFamilies.main}`,
408
+ "font-weight": `${FONT_WEIGHTS.main.Medium}`,
409
+ "line-height": `${LINE_HEIGHTS["Lightspark" /* Lightspark */].md}`,
410
+ "font-size": `${FONT_SIZE["Lightspark" /* Lightspark */].sm}`,
411
+ "letter-spacing": "-.06px",
412
+ "paragraph-spacing": `${PARAGRAPH_SPACING[0]}`,
413
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
414
+ "text-case": `${TEXT_CASE.none}`,
415
+ "text-decoration": `${TEXT_DECORATION.none}`
416
+ }
417
+ },
418
+ "Body Strong": {
419
+ ["Large" /* Large */]: {
420
+ "font-family": `${fontFamilies.main}`,
421
+ "font-weight": `${FONT_WEIGHTS.main.Bold}`,
422
+ "line-height": `${LINE_HEIGHTS["Lightspark" /* Lightspark */].xl}`,
423
+ "font-size": `${FONT_SIZE["Lightspark" /* Lightspark */].lg}`,
424
+ "letter-spacing": "-.08px",
425
+ "paragraph-spacing": `${PARAGRAPH_SPACING[0]}`,
426
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
427
+ "text-case": `${TEXT_CASE.none}`,
428
+ "text-decoration": `${TEXT_DECORATION.none}`
429
+ },
430
+ ["Medium" /* Medium */]: {
431
+ "font-family": `${fontFamilies.main}`,
432
+ "font-weight": `${FONT_WEIGHTS.main.Bold}`,
433
+ "line-height": `${LINE_HEIGHTS["Lightspark" /* Lightspark */].lg}`,
434
+ "font-size": `${FONT_SIZE["Lightspark" /* Lightspark */].md}`,
435
+ "letter-spacing": "-.07px",
436
+ "paragraph-spacing": `${PARAGRAPH_SPACING[0]}`,
437
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
438
+ "text-case": `${TEXT_CASE.none}`,
439
+ "text-decoration": `${TEXT_DECORATION.none}`
440
+ },
441
+ ["Small" /* Small */]: {
442
+ "font-family": `${fontFamilies.main}`,
443
+ "font-weight": `${FONT_WEIGHTS.main.Bold}`,
444
+ "line-height": `${LINE_HEIGHTS["Lightspark" /* Lightspark */].md}`,
445
+ "font-size": `${FONT_SIZE["Lightspark" /* Lightspark */].sm}`,
446
+ "letter-spacing": "-.06px",
447
+ "paragraph-spacing": `${PARAGRAPH_SPACING[0]}`,
448
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
449
+ "text-case": `${TEXT_CASE.none}`,
450
+ "text-decoration": `${TEXT_DECORATION.none}`
451
+ }
452
+ },
453
+ Label: {
454
+ ["Large" /* Large */]: {
455
+ "font-family": `${fontFamilies.main}`,
456
+ "font-weight": `${FONT_WEIGHTS.main.Medium}`,
457
+ "line-height": `${LINE_HEIGHTS["Lightspark" /* Lightspark */].md}`,
458
+ "font-size": `${FONT_SIZE["Lightspark" /* Lightspark */].sm}`,
459
+ "letter-spacing": "-.07px",
460
+ "paragraph-spacing": `${PARAGRAPH_SPACING[0]}`,
461
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
462
+ "text-case": `${TEXT_CASE.none}`,
463
+ "text-decoration": `${TEXT_DECORATION.none}`
464
+ },
465
+ ["Medium" /* Medium */]: {
466
+ "font-family": `${fontFamilies.main}`,
467
+ "font-weight": `${FONT_WEIGHTS.main.Medium}`,
468
+ "line-height": `${LINE_HEIGHTS["Lightspark" /* Lightspark */].xs}`,
469
+ "font-size": `${FONT_SIZE["Lightspark" /* Lightspark */].xs}`,
470
+ "letter-spacing": "-.06px",
471
+ "paragraph-spacing": `${PARAGRAPH_SPACING[0]}`,
472
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
473
+ "text-case": `${TEXT_CASE.none}`,
474
+ "text-decoration": `${TEXT_DECORATION.none}`
475
+ },
476
+ ["Small" /* Small */]: {
477
+ "font-family": `${fontFamilies.main}`,
478
+ "font-weight": `${FONT_WEIGHTS.main.Medium}`,
479
+ "line-height": `${LINE_HEIGHTS["Lightspark" /* Lightspark */]["2xs"]}`,
480
+ "font-size": `${FONT_SIZE["Lightspark" /* Lightspark */]["2xs"]}`,
481
+ "letter-spacing": "-.05px",
482
+ "paragraph-spacing": `${PARAGRAPH_SPACING[0]}`,
483
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
484
+ "text-case": `${TEXT_CASE.none}`,
485
+ "text-decoration": `${TEXT_DECORATION.none}`
486
+ }
487
+ },
488
+ "Label Moderate": {
489
+ ["Large" /* Large */]: {
490
+ "font-family": `${fontFamilies.main}`,
491
+ "font-weight": `${FONT_WEIGHTS.main.SemiBold}`,
492
+ "line-height": `${LINE_HEIGHTS["Lightspark" /* Lightspark */].md}`,
493
+ "font-size": `${FONT_SIZE["Lightspark" /* Lightspark */].sm}`,
494
+ "letter-spacing": "-.07px",
495
+ "paragraph-spacing": `${PARAGRAPH_SPACING[0]}`,
496
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
497
+ "text-case": `${TEXT_CASE.none}`,
498
+ "text-decoration": `${TEXT_DECORATION.none}`
499
+ },
500
+ ["Medium" /* Medium */]: {
501
+ "font-family": `${fontFamilies.main}`,
502
+ "font-weight": `${FONT_WEIGHTS.main.SemiBold}`,
503
+ "line-height": `${LINE_HEIGHTS["Lightspark" /* Lightspark */].xs}`,
504
+ "font-size": `${FONT_SIZE["Lightspark" /* Lightspark */].xs}`,
505
+ "letter-spacing": "-.06px",
506
+ "paragraph-spacing": `${PARAGRAPH_SPACING[0]}`,
507
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
508
+ "text-case": `${TEXT_CASE.none}`,
509
+ "text-decoration": `${TEXT_DECORATION.none}`
510
+ },
511
+ ["Small" /* Small */]: {
512
+ "font-family": `${fontFamilies.main}`,
513
+ "font-weight": `${FONT_WEIGHTS.main.SemiBold}`,
514
+ "line-height": `${LINE_HEIGHTS["Lightspark" /* Lightspark */]["2xs"]}`,
515
+ "font-size": `${FONT_SIZE["Lightspark" /* Lightspark */]["2xs"]}`,
516
+ "letter-spacing": "-.05px",
517
+ "paragraph-spacing": `${PARAGRAPH_SPACING[0]}`,
518
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
519
+ "text-case": `${TEXT_CASE.none}`,
520
+ "text-decoration": `${TEXT_DECORATION.none}`
521
+ }
522
+ },
523
+ "Label Strong": {
524
+ ["Large" /* Large */]: {
525
+ "font-family": `${fontFamilies.main}`,
526
+ "font-weight": `${FONT_WEIGHTS.main.Bold}`,
527
+ "line-height": `${LINE_HEIGHTS["Lightspark" /* Lightspark */].md}`,
528
+ "font-size": `${FONT_SIZE["Lightspark" /* Lightspark */].sm}`,
529
+ "letter-spacing": "-.07px",
530
+ "paragraph-spacing": `${PARAGRAPH_SPACING[0]}`,
531
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
532
+ "text-case": `${TEXT_CASE.none}`,
533
+ "text-decoration": `${TEXT_DECORATION.none}`
534
+ },
535
+ ["Medium" /* Medium */]: {
536
+ "font-family": `${fontFamilies.main}`,
537
+ "font-weight": `${FONT_WEIGHTS.main.Bold}`,
538
+ "line-height": `${LINE_HEIGHTS["Lightspark" /* Lightspark */].xs}`,
539
+ "font-size": `${FONT_SIZE["Lightspark" /* Lightspark */].xs}`,
540
+ "letter-spacing": "-.06px",
541
+ "paragraph-spacing": `${PARAGRAPH_SPACING[0]}`,
542
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
543
+ "text-case": `${TEXT_CASE.none}`,
544
+ "text-decoration": `${TEXT_DECORATION.none}`
545
+ },
546
+ ["Small" /* Small */]: {
547
+ "font-family": `${fontFamilies.main}`,
548
+ "font-weight": `${FONT_WEIGHTS.main.Bold}`,
549
+ "line-height": `${LINE_HEIGHTS["Lightspark" /* Lightspark */]["2xs"]}`,
550
+ "font-size": `${FONT_SIZE["Lightspark" /* Lightspark */]["2xs"]}`,
551
+ "letter-spacing": "-.05px",
552
+ "paragraph-spacing": `${PARAGRAPH_SPACING[0]}`,
553
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
554
+ "text-case": `${TEXT_CASE.none}`,
555
+ "text-decoration": `${TEXT_DECORATION.none}`
556
+ }
557
+ },
558
+ Overline: {
559
+ ["Large" /* Large */]: {
560
+ "font-family": `${fontFamilies.main}`,
561
+ "font-weight": `${FONT_WEIGHTS.main.Bold}`,
562
+ "line-height": `${LINE_HEIGHTS["Lightspark" /* Lightspark */].lg}`,
563
+ "font-size": `${FONT_SIZE["Lightspark" /* Lightspark */].md}`,
564
+ "letter-spacing": "1.92px",
565
+ "paragraph-spacing": `${PARAGRAPH_SPACING[0]}`,
566
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
567
+ "text-case": `${TEXT_CASE.uppercase}`,
568
+ "text-decoration": `${TEXT_DECORATION.none}`
569
+ },
570
+ ["Medium" /* Medium */]: {
571
+ "font-family": `${fontFamilies.main}`,
572
+ "font-weight": `${FONT_WEIGHTS.main.Bold}`,
573
+ "line-height": `${LINE_HEIGHTS["Lightspark" /* Lightspark */].md}`,
574
+ "font-size": `${FONT_SIZE["Lightspark" /* Lightspark */].sm}`,
575
+ "letter-spacing": "1.68px",
576
+ "paragraph-spacing": `${PARAGRAPH_SPACING[0]}`,
577
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
578
+ "text-case": `${TEXT_CASE.uppercase}`,
579
+ "text-decoration": `${TEXT_DECORATION.none}`
580
+ },
581
+ ["Small" /* Small */]: {
582
+ "font-family": `${fontFamilies.main}`,
583
+ "font-weight": `${FONT_WEIGHTS.main.Bold}`,
584
+ "line-height": `${LINE_HEIGHTS["Lightspark" /* Lightspark */].xs}`,
585
+ "font-size": `${FONT_SIZE["Lightspark" /* Lightspark */].xs}`,
586
+ "letter-spacing": "1.44px",
587
+ "paragraph-spacing": `${PARAGRAPH_SPACING[0]}`,
588
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
589
+ "text-case": `${TEXT_CASE.uppercase}`,
590
+ "text-decoration": `${TEXT_DECORATION.none}`
591
+ }
592
+ },
593
+ Code: {
594
+ ["Large" /* Large */]: {
595
+ "font-family": `${fontFamilies.code}`,
596
+ "font-weight": `${FONT_WEIGHTS.code.Regular}`,
597
+ "line-height": `${LINE_HEIGHTS["Lightspark" /* Lightspark */].xl}`,
598
+ "font-size": `${FONT_SIZE["Lightspark" /* Lightspark */].lg}`,
599
+ "letter-spacing": `${LETTER_SPACING["Lightspark" /* Lightspark */].normal}`,
600
+ "paragraph-spacing": `${PARAGRAPH_SPACING[0]}`,
601
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
602
+ "text-case": `${TEXT_CASE.none}`,
603
+ "text-decoration": `${TEXT_DECORATION.none}`
604
+ },
605
+ ["Medium" /* Medium */]: {
606
+ "font-family": `${fontFamilies.code}`,
607
+ "font-weight": `${FONT_WEIGHTS.code.Regular}`,
608
+ "line-height": `${LINE_HEIGHTS["Lightspark" /* Lightspark */].lg}`,
609
+ "font-size": `${FONT_SIZE["Lightspark" /* Lightspark */].md}`,
610
+ "letter-spacing": `${LETTER_SPACING["Lightspark" /* Lightspark */].normal}`,
611
+ "paragraph-spacing": `${PARAGRAPH_SPACING[0]}`,
612
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
613
+ "text-case": `${TEXT_CASE.none}`,
614
+ "text-decoration": `${TEXT_DECORATION.none}`
615
+ },
616
+ ["Small" /* Small */]: {
617
+ "font-family": `${fontFamilies.code}`,
618
+ "font-weight": `${FONT_WEIGHTS.code.Regular}`,
619
+ "line-height": `${LINE_HEIGHTS["Lightspark" /* Lightspark */].md}`,
620
+ "font-size": `${FONT_SIZE["Lightspark" /* Lightspark */].sm}`,
621
+ "letter-spacing": `${LETTER_SPACING["Lightspark" /* Lightspark */].normal}`,
622
+ "paragraph-spacing": `${PARAGRAPH_SPACING[0]}`,
623
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
624
+ "text-case": `${TEXT_CASE.none}`,
625
+ "text-decoration": `${TEXT_DECORATION.none}`
626
+ }
627
+ },
628
+ "Code Strong": {
629
+ ["Large" /* Large */]: {
630
+ "font-family": `${fontFamilies.code}`,
631
+ "font-weight": `${FONT_WEIGHTS.code.Bold}`,
632
+ "line-height": `${LINE_HEIGHTS["Lightspark" /* Lightspark */].lg}`,
633
+ "font-size": `${FONT_SIZE["Lightspark" /* Lightspark */].md}`,
634
+ "letter-spacing": `${LETTER_SPACING["Lightspark" /* Lightspark */].normal}`,
635
+ "paragraph-spacing": `${PARAGRAPH_SPACING[0]}`,
636
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
637
+ "text-case": `${TEXT_CASE.none}`,
638
+ "text-decoration": `${TEXT_DECORATION.none}`
639
+ },
640
+ ["Medium" /* Medium */]: {
641
+ "font-family": `${fontFamilies.code}`,
642
+ "font-weight": `${FONT_WEIGHTS.code.Bold}`,
643
+ "line-height": `${LINE_HEIGHTS["Lightspark" /* Lightspark */].md}`,
644
+ "font-size": `${FONT_SIZE["Lightspark" /* Lightspark */].sm}`,
645
+ "letter-spacing": `${LETTER_SPACING["Lightspark" /* Lightspark */].normal}`,
646
+ "paragraph-spacing": `${PARAGRAPH_SPACING[0]}`,
647
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
648
+ "text-case": `${TEXT_CASE.none}`,
649
+ "text-decoration": `${TEXT_DECORATION.none}`
650
+ },
651
+ ["Small" /* Small */]: {
652
+ "font-family": `${fontFamilies.code}`,
653
+ "font-weight": `${FONT_WEIGHTS.code.Bold}`,
654
+ "line-height": `${LINE_HEIGHTS["Lightspark" /* Lightspark */].xs}`,
655
+ "font-size": `${FONT_SIZE["Lightspark" /* Lightspark */].xs}`,
656
+ "letter-spacing": `${LETTER_SPACING["Lightspark" /* Lightspark */].normal}`,
657
+ "paragraph-spacing": `${PARAGRAPH_SPACING[0]}`,
658
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
659
+ "text-case": `${TEXT_CASE.none}`,
660
+ "text-decoration": `${TEXT_DECORATION.none}`
661
+ }
662
+ }
663
+ },
664
+ ["UmaDocs" /* UmaDocs */]: {
665
+ Display: {
666
+ ["Large" /* Large */]: {
667
+ "font-family": `${fontFamilies.main}`,
668
+ "font-weight": `${FONT_WEIGHTS.main.Bold}`,
669
+ "line-height": `${LINE_HEIGHTS["UmaDocs" /* UmaDocs */]["5xl"]}`,
670
+ "font-size": `${FONT_SIZE["UmaDocs" /* UmaDocs */]["6xl"]}`,
671
+ "letter-spacing": `${LETTER_SPACING["UmaDocs" /* UmaDocs */].tight}`,
672
+ "paragraph-spacing": `${PARAGRAPH_SPACING.default}`,
673
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
674
+ "text-case": `${TEXT_CASE.none}`,
675
+ "text-decoration": `${TEXT_DECORATION.none}`
676
+ },
677
+ ["Medium" /* Medium */]: {
678
+ "font-family": `${fontFamilies.main}`,
679
+ "font-weight": `${FONT_WEIGHTS.main.Bold}`,
680
+ "line-height": `${LINE_HEIGHTS["UmaDocs" /* UmaDocs */]["4xl"]}`,
681
+ "font-size": `${FONT_SIZE["UmaDocs" /* UmaDocs */]["5xl"]}`,
682
+ "letter-spacing": `${LETTER_SPACING["UmaDocs" /* UmaDocs */].tight}`,
683
+ "paragraph-spacing": `${PARAGRAPH_SPACING.default}`,
684
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
685
+ "text-case": `${TEXT_CASE.none}`,
686
+ "text-decoration": `${TEXT_DECORATION.none}`
687
+ },
688
+ ["Small" /* Small */]: {
689
+ "font-family": `${fontFamilies.main}`,
690
+ "font-weight": `${FONT_WEIGHTS.main.Bold}`,
691
+ "line-height": `${LINE_HEIGHTS["UmaDocs" /* UmaDocs */]["3xl"]}`,
692
+ "font-size": `${FONT_SIZE["UmaDocs" /* UmaDocs */]["4xl"]}`,
693
+ "letter-spacing": `${LETTER_SPACING["UmaDocs" /* UmaDocs */].tight}`,
694
+ "paragraph-spacing": `${PARAGRAPH_SPACING.default}`,
695
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
696
+ "text-case": `${TEXT_CASE.none}`,
697
+ "text-decoration": `${TEXT_DECORATION.none}`
698
+ }
699
+ },
700
+ Headline: {
701
+ ["Large" /* Large */]: {
702
+ "font-family": `${fontFamilies.main}`,
703
+ "font-weight": `${FONT_WEIGHTS.main.Bold}`,
704
+ "line-height": `${LINE_HEIGHTS["UmaDocs" /* UmaDocs */]["2xl"]}`,
705
+ "font-size": `${FONT_SIZE["UmaDocs" /* UmaDocs */]["3xl"]}`,
706
+ "letter-spacing": `${LETTER_SPACING["UmaDocs" /* UmaDocs */].tight}`,
707
+ "paragraph-spacing": `${PARAGRAPH_SPACING[16]}`,
708
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
709
+ "text-case": `${TEXT_CASE.none}`,
710
+ "text-decoration": `${TEXT_DECORATION.none}`
711
+ },
712
+ ["Medium" /* Medium */]: {
713
+ "font-family": `${fontFamilies.main}`,
714
+ "font-weight": `${FONT_WEIGHTS.main.Bold}`,
715
+ "line-height": `${LINE_HEIGHTS["UmaDocs" /* UmaDocs */].xl}`,
716
+ "font-size": `${FONT_SIZE["UmaDocs" /* UmaDocs */]["2xl"]}`,
717
+ "letter-spacing": `${LETTER_SPACING["UmaDocs" /* UmaDocs */].tight}`,
718
+ "paragraph-spacing": `${PARAGRAPH_SPACING[16]}`,
719
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
720
+ "text-case": `${TEXT_CASE.none}`,
721
+ "text-decoration": `${TEXT_DECORATION.none}`
722
+ },
723
+ ["Small" /* Small */]: {
724
+ "font-family": `${fontFamilies.main}`,
725
+ "font-weight": `${FONT_WEIGHTS.main.Bold}`,
726
+ "line-height": `${LINE_HEIGHTS["UmaDocs" /* UmaDocs */].lg}`,
727
+ "font-size": `${FONT_SIZE["UmaDocs" /* UmaDocs */].xl}`,
728
+ "letter-spacing": `${LETTER_SPACING["UmaDocs" /* UmaDocs */].tight}`,
729
+ "paragraph-spacing": `${PARAGRAPH_SPACING[16]}`,
730
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
731
+ "text-case": `${TEXT_CASE.none}`,
732
+ "text-decoration": `${TEXT_DECORATION.none}`
733
+ }
734
+ },
735
+ Title: {
736
+ ["Large" /* Large */]: {
737
+ "font-family": `${fontFamilies.main}`,
738
+ "font-weight": `${FONT_WEIGHTS.main.Bold}`,
739
+ "line-height": `${LINE_HEIGHTS["UmaDocs" /* UmaDocs */].md}`,
740
+ "font-size": `${FONT_SIZE["UmaDocs" /* UmaDocs */].lg}`,
741
+ "letter-spacing": `${LETTER_SPACING["UmaDocs" /* UmaDocs */].normal}`,
742
+ "paragraph-spacing": `${PARAGRAPH_SPACING.default}`,
743
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
744
+ "text-case": `${TEXT_CASE.none}`,
745
+ "text-decoration": `${TEXT_DECORATION.none}`
746
+ },
747
+ ["Medium" /* Medium */]: {
748
+ "font-family": `${fontFamilies.main}`,
749
+ "font-weight": `${FONT_WEIGHTS.main.Bold}`,
750
+ "line-height": `${LINE_HEIGHTS["UmaDocs" /* UmaDocs */].sm}`,
751
+ "font-size": `${FONT_SIZE["UmaDocs" /* UmaDocs */].md}`,
752
+ "letter-spacing": `${LETTER_SPACING["UmaDocs" /* UmaDocs */].normal}`,
753
+ "paragraph-spacing": `${PARAGRAPH_SPACING.default}`,
754
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
755
+ "text-case": `${TEXT_CASE.none}`,
756
+ "text-decoration": `${TEXT_DECORATION.none}`
757
+ },
758
+ ["Small" /* Small */]: {
759
+ "font-family": `${fontFamilies.main}`,
760
+ "font-weight": `${FONT_WEIGHTS.main.Bold}`,
761
+ "line-height": `${LINE_HEIGHTS["UmaDocs" /* UmaDocs */].xs}`,
762
+ "font-size": `${FONT_SIZE["UmaDocs" /* UmaDocs */].sm}`,
763
+ "letter-spacing": `${LETTER_SPACING["UmaDocs" /* UmaDocs */].normal}`,
764
+ "paragraph-spacing": `${PARAGRAPH_SPACING.default}`,
765
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
766
+ "text-case": `${TEXT_CASE.none}`,
767
+ "text-decoration": `${TEXT_DECORATION.none}`
768
+ }
769
+ },
770
+ Body: {
771
+ ["Large" /* Large */]: {
772
+ "font-family": `${fontFamilies.main}`,
773
+ "font-weight": `${FONT_WEIGHTS.main.SemiBold}`,
774
+ "line-height": `${LINE_HEIGHTS["UmaDocs" /* UmaDocs */].sm}`,
775
+ "font-size": `${FONT_SIZE["UmaDocs" /* UmaDocs */].md}`,
776
+ "letter-spacing": `${LETTER_SPACING["UmaDocs" /* UmaDocs */].normal}`,
777
+ "paragraph-spacing": `${PARAGRAPH_SPACING.default}`,
778
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
779
+ "text-case": `${TEXT_CASE.none}`,
780
+ "text-decoration": `${TEXT_DECORATION.none}`
781
+ },
782
+ ["Medium" /* Medium */]: {
783
+ "font-family": `${fontFamilies.main}`,
784
+ "font-weight": `${FONT_WEIGHTS.main.Medium}`,
785
+ "line-height": `${LINE_HEIGHTS["UmaDocs" /* UmaDocs */].sm}`,
786
+ "font-size": `${FONT_SIZE["UmaDocs" /* UmaDocs */].sm}`,
787
+ "letter-spacing": `${LETTER_SPACING["UmaDocs" /* UmaDocs */].normal}`,
788
+ "paragraph-spacing": `${PARAGRAPH_SPACING.default}`,
789
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
790
+ "text-case": `${TEXT_CASE.none}`,
791
+ "text-decoration": `${TEXT_DECORATION.none}`
792
+ },
793
+ ["Small" /* Small */]: {
794
+ "font-family": `${fontFamilies.main}`,
795
+ "font-weight": `${FONT_WEIGHTS.main.Medium}`,
796
+ "line-height": `${LINE_HEIGHTS["UmaDocs" /* UmaDocs */].sm}`,
797
+ "font-size": `${FONT_SIZE["UmaDocs" /* UmaDocs */].xs}`,
798
+ "letter-spacing": `${LETTER_SPACING["UmaDocs" /* UmaDocs */].normal}`,
799
+ "paragraph-spacing": `${PARAGRAPH_SPACING.default}`,
800
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
801
+ "text-case": `${TEXT_CASE.none}`,
802
+ "text-decoration": `${TEXT_DECORATION.none}`
803
+ }
804
+ },
805
+ "Body Strong": {
806
+ ["Large" /* Large */]: {
807
+ "font-family": `${fontFamilies.main}`,
808
+ "font-weight": `${FONT_WEIGHTS.main.Bold}`,
809
+ "line-height": `${LINE_HEIGHTS["UmaDocs" /* UmaDocs */].sm}`,
810
+ "font-size": `${FONT_SIZE["UmaDocs" /* UmaDocs */].md}`,
811
+ "letter-spacing": `${LETTER_SPACING["UmaDocs" /* UmaDocs */].normal}`,
812
+ "paragraph-spacing": `${PARAGRAPH_SPACING.default}`,
813
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
814
+ "text-case": `${TEXT_CASE.none}`,
815
+ "text-decoration": `${TEXT_DECORATION.none}`
816
+ },
817
+ ["Medium" /* Medium */]: {
818
+ "font-family": `${fontFamilies.main}`,
819
+ "font-weight": `${FONT_WEIGHTS.main.SemiBold}`,
820
+ "line-height": `${LINE_HEIGHTS["UmaDocs" /* UmaDocs */].sm}`,
821
+ "font-size": `${FONT_SIZE["UmaDocs" /* UmaDocs */].sm}`,
822
+ "letter-spacing": `${LETTER_SPACING["UmaDocs" /* UmaDocs */].normal}`,
823
+ "paragraph-spacing": `${PARAGRAPH_SPACING.default}`,
824
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
825
+ "text-case": `${TEXT_CASE.none}`,
826
+ "text-decoration": `${TEXT_DECORATION.none}`
827
+ },
828
+ ["Small" /* Small */]: {
829
+ "font-family": `${fontFamilies.main}`,
830
+ "font-weight": `${FONT_WEIGHTS.main.SemiBold}`,
831
+ "line-height": `${LINE_HEIGHTS["UmaDocs" /* UmaDocs */].sm}`,
832
+ "font-size": `${FONT_SIZE["UmaDocs" /* UmaDocs */].xs}`,
833
+ "letter-spacing": `${LETTER_SPACING["UmaDocs" /* UmaDocs */].normal}`,
834
+ "paragraph-spacing": `${PARAGRAPH_SPACING.default}`,
835
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
836
+ "text-case": `${TEXT_CASE.none}`,
837
+ "text-decoration": `${TEXT_DECORATION.none}`
838
+ }
839
+ },
840
+ Label: {
841
+ ["Large" /* Large */]: {
842
+ "font-family": `${fontFamilies.main}`,
843
+ "font-weight": `${FONT_WEIGHTS.main.SemiBold}`,
844
+ "line-height": `${LINE_HEIGHTS["UmaDocs" /* UmaDocs */].xs}`,
845
+ "font-size": `${FONT_SIZE["UmaDocs" /* UmaDocs */].sm}`,
846
+ "letter-spacing": `${LETTER_SPACING["UmaDocs" /* UmaDocs */].normal}`,
847
+ "paragraph-spacing": `${PARAGRAPH_SPACING.default}`,
848
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
849
+ "text-case": `${TEXT_CASE.none}`,
850
+ "text-decoration": `${TEXT_DECORATION.none}`
851
+ },
852
+ ["Medium" /* Medium */]: {
853
+ "font-family": `${fontFamilies.main}`,
854
+ "font-weight": `${FONT_WEIGHTS.main.SemiBold}`,
855
+ "line-height": `${LINE_HEIGHTS["UmaDocs" /* UmaDocs */]["2xs"]}`,
856
+ "font-size": `${FONT_SIZE["UmaDocs" /* UmaDocs */].xs}`,
857
+ "letter-spacing": `${LETTER_SPACING["UmaDocs" /* UmaDocs */].normal}`,
858
+ "paragraph-spacing": `${PARAGRAPH_SPACING.default}`,
859
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
860
+ "text-case": `${TEXT_CASE.none}`,
861
+ "text-decoration": `${TEXT_DECORATION.none}`
862
+ },
863
+ ["Small" /* Small */]: {
864
+ "font-family": `${fontFamilies.main}`,
865
+ "font-weight": `${FONT_WEIGHTS.main.SemiBold}`,
866
+ "line-height": `${LINE_HEIGHTS["UmaDocs" /* UmaDocs */]["2xs"]}`,
867
+ "font-size": `${FONT_SIZE["UmaDocs" /* UmaDocs */]["2xs"]}`,
868
+ "letter-spacing": `${LETTER_SPACING["UmaDocs" /* UmaDocs */].normal}`,
869
+ "paragraph-spacing": `${PARAGRAPH_SPACING.default}`,
870
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
871
+ "text-case": `${TEXT_CASE.none}`,
872
+ "text-decoration": `${TEXT_DECORATION.none}`
873
+ }
874
+ },
875
+ "Label Moderate": {
876
+ ["Large" /* Large */]: {
877
+ "font-family": `${fontFamilies.main}`,
878
+ "font-weight": `${FONT_WEIGHTS.main.Bold}`,
879
+ "line-height": `${LINE_HEIGHTS["UmaDocs" /* UmaDocs */].xs}`,
880
+ "font-size": `${FONT_SIZE["UmaDocs" /* UmaDocs */].sm}`,
881
+ "letter-spacing": `${LETTER_SPACING["UmaDocs" /* UmaDocs */].normal}`,
882
+ "paragraph-spacing": `${PARAGRAPH_SPACING.default}`,
883
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
884
+ "text-case": `${TEXT_CASE.none}`,
885
+ "text-decoration": `${TEXT_DECORATION.none}`
886
+ },
887
+ ["Medium" /* Medium */]: {
888
+ "font-family": `${fontFamilies.main}`,
889
+ "font-weight": `${FONT_WEIGHTS.main.Bold}`,
890
+ "line-height": `${LINE_HEIGHTS["UmaDocs" /* UmaDocs */]["2xs"]}`,
891
+ "font-size": `${FONT_SIZE["UmaDocs" /* UmaDocs */].xs}`,
892
+ "letter-spacing": `${LETTER_SPACING["UmaDocs" /* UmaDocs */].normal}`,
893
+ "paragraph-spacing": `${PARAGRAPH_SPACING.default}`,
894
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
895
+ "text-case": `${TEXT_CASE.none}`,
896
+ "text-decoration": `${TEXT_DECORATION.none}`
897
+ },
898
+ ["Small" /* Small */]: {
899
+ "font-family": `${fontFamilies.main}`,
900
+ "font-weight": `${FONT_WEIGHTS.main.Bold}`,
901
+ "line-height": `${LINE_HEIGHTS["UmaDocs" /* UmaDocs */]["2xs"]}`,
902
+ "font-size": `${FONT_SIZE["UmaDocs" /* UmaDocs */]["2xs"]}`,
903
+ "letter-spacing": `${LETTER_SPACING["UmaDocs" /* UmaDocs */].normal}`,
904
+ "paragraph-spacing": `${PARAGRAPH_SPACING.default}`,
905
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
906
+ "text-case": `${TEXT_CASE.none}`,
907
+ "text-decoration": `${TEXT_DECORATION.none}`
908
+ }
909
+ },
910
+ "Label Strong": {
911
+ ["Large" /* Large */]: {
912
+ "font-family": `${fontFamilies.main}`,
913
+ "font-weight": `${FONT_WEIGHTS.main.Bold}`,
914
+ "line-height": `${LINE_HEIGHTS["UmaDocs" /* UmaDocs */].xs}`,
915
+ "font-size": `${FONT_SIZE["UmaDocs" /* UmaDocs */].sm}`,
916
+ "letter-spacing": `${LETTER_SPACING["UmaDocs" /* UmaDocs */].normal}`,
917
+ "paragraph-spacing": `${PARAGRAPH_SPACING.default}`,
918
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
919
+ "text-case": `${TEXT_CASE.none}`,
920
+ "text-decoration": `${TEXT_DECORATION.none}`
921
+ },
922
+ ["Medium" /* Medium */]: {
923
+ "font-family": `${fontFamilies.main}`,
924
+ "font-weight": `${FONT_WEIGHTS.main.Bold}`,
925
+ "line-height": `${LINE_HEIGHTS["UmaDocs" /* UmaDocs */]["2xs"]}`,
926
+ "font-size": `${FONT_SIZE["UmaDocs" /* UmaDocs */].xs}`,
927
+ "letter-spacing": `${LETTER_SPACING["UmaDocs" /* UmaDocs */].normal}`,
928
+ "paragraph-spacing": `${PARAGRAPH_SPACING.default}`,
929
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
930
+ "text-case": `${TEXT_CASE.none}`,
931
+ "text-decoration": `${TEXT_DECORATION.none}`
932
+ },
933
+ ["Small" /* Small */]: {
934
+ "font-family": `${fontFamilies.main}`,
935
+ "font-weight": `${FONT_WEIGHTS.main.Bold}`,
936
+ "line-height": `${LINE_HEIGHTS["UmaDocs" /* UmaDocs */]["2xs"]}`,
937
+ "font-size": `${FONT_SIZE["UmaDocs" /* UmaDocs */]["2xs"]}`,
938
+ "letter-spacing": `${LETTER_SPACING["UmaDocs" /* UmaDocs */].normal}`,
939
+ "paragraph-spacing": `${PARAGRAPH_SPACING.default}`,
940
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
941
+ "text-case": `${TEXT_CASE.none}`,
942
+ "text-decoration": `${TEXT_DECORATION.none}`
943
+ }
944
+ },
945
+ Overline: {
946
+ ["Large" /* Large */]: {
947
+ "font-family": `${fontFamilies.main}`,
948
+ "font-weight": `${FONT_WEIGHTS.main.Bold}`,
949
+ "line-height": `${LINE_HEIGHTS["UmaDocs" /* UmaDocs */].sm}`,
950
+ "font-size": `${FONT_SIZE["UmaDocs" /* UmaDocs */].md}`,
951
+ "letter-spacing": `${LETTER_SPACING["UmaDocs" /* UmaDocs */].loose}`,
952
+ "paragraph-spacing": `${PARAGRAPH_SPACING.default}`,
953
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
954
+ "text-case": `${TEXT_CASE.uppercase}`,
955
+ "text-decoration": `${TEXT_DECORATION.none}`
956
+ },
957
+ ["Medium" /* Medium */]: {
958
+ "font-family": `${fontFamilies.main}`,
959
+ "font-weight": `${FONT_WEIGHTS.main.Bold}`,
960
+ "line-height": `${LINE_HEIGHTS["UmaDocs" /* UmaDocs */].xs}`,
961
+ "font-size": `${FONT_SIZE["UmaDocs" /* UmaDocs */].sm}`,
962
+ "letter-spacing": `${LETTER_SPACING["UmaDocs" /* UmaDocs */].loose}`,
963
+ "paragraph-spacing": `${PARAGRAPH_SPACING.default}`,
964
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
965
+ "text-case": `${TEXT_CASE.uppercase}`,
966
+ "text-decoration": `${TEXT_DECORATION.none}`
967
+ },
968
+ ["Small" /* Small */]: {
969
+ "font-family": `${fontFamilies.main}`,
970
+ "font-weight": `${FONT_WEIGHTS.main.Bold}`,
971
+ "line-height": `${LINE_HEIGHTS["UmaDocs" /* UmaDocs */]["2xs"]}`,
972
+ "font-size": `${FONT_SIZE["UmaDocs" /* UmaDocs */].xs}`,
973
+ "letter-spacing": `${LETTER_SPACING["UmaDocs" /* UmaDocs */].loose}`,
974
+ "paragraph-spacing": `${PARAGRAPH_SPACING.default}`,
975
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
976
+ "text-case": `${TEXT_CASE.uppercase}`,
977
+ "text-decoration": `${TEXT_DECORATION.none}`
978
+ }
979
+ },
980
+ Code: {
981
+ ["Large" /* Large */]: {
982
+ "font-family": `${fontFamilies.code}`,
983
+ "font-weight": `${FONT_WEIGHTS.code.Regular}`,
984
+ "line-height": `${LINE_HEIGHTS["UmaDocs" /* UmaDocs */].sm}`,
985
+ "font-size": `${FONT_SIZE["UmaDocs" /* UmaDocs */].md}`,
986
+ "letter-spacing": `${LETTER_SPACING["UmaDocs" /* UmaDocs */].normal}`,
987
+ "paragraph-spacing": `${PARAGRAPH_SPACING.default}`,
988
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
989
+ "text-case": `${TEXT_CASE.none}`,
990
+ "text-decoration": `${TEXT_DECORATION.none}`
991
+ },
992
+ ["Medium" /* Medium */]: {
993
+ "font-family": `${fontFamilies.code}`,
994
+ "font-weight": `${FONT_WEIGHTS.code.Regular}`,
995
+ "line-height": `${LINE_HEIGHTS["UmaDocs" /* UmaDocs */].sm}`,
996
+ "font-size": `${FONT_SIZE["UmaDocs" /* UmaDocs */].sm}`,
997
+ "letter-spacing": `${LETTER_SPACING["UmaDocs" /* UmaDocs */].normal}`,
998
+ "paragraph-spacing": `${PARAGRAPH_SPACING.default}`,
999
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
1000
+ "text-case": `${TEXT_CASE.none}`,
1001
+ "text-decoration": `${TEXT_DECORATION.none}`
1002
+ },
1003
+ ["Small" /* Small */]: {
1004
+ "font-family": `${fontFamilies.code}`,
1005
+ "font-weight": `${FONT_WEIGHTS.code.Regular}`,
1006
+ "line-height": `${LINE_HEIGHTS["UmaDocs" /* UmaDocs */].xs}`,
1007
+ "font-size": `${FONT_SIZE["UmaDocs" /* UmaDocs */].xs}`,
1008
+ "letter-spacing": `${LETTER_SPACING["UmaDocs" /* UmaDocs */].normal}`,
1009
+ "paragraph-spacing": `${PARAGRAPH_SPACING.default}`,
1010
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
1011
+ "text-case": `${TEXT_CASE.none}`,
1012
+ "text-decoration": `${TEXT_DECORATION.none}`
1013
+ }
1014
+ },
1015
+ "Code Strong": {
1016
+ ["Large" /* Large */]: {
1017
+ "font-family": `${fontFamilies.code}`,
1018
+ "font-weight": `${FONT_WEIGHTS.code.Bold}`,
1019
+ "line-height": `${LINE_HEIGHTS["UmaDocs" /* UmaDocs */].sm}`,
1020
+ "font-size": `${FONT_SIZE["UmaDocs" /* UmaDocs */].md}`,
1021
+ "letter-spacing": `${LETTER_SPACING["UmaDocs" /* UmaDocs */].normal}`,
1022
+ "paragraph-spacing": `${PARAGRAPH_SPACING.default}`,
1023
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
1024
+ "text-case": `${TEXT_CASE.none}`,
1025
+ "text-decoration": `${TEXT_DECORATION.none}`
1026
+ },
1027
+ ["Medium" /* Medium */]: {
1028
+ "font-family": `${fontFamilies.code}`,
1029
+ "font-weight": `${FONT_WEIGHTS.code.Bold}`,
1030
+ "line-height": `${LINE_HEIGHTS["UmaDocs" /* UmaDocs */].sm}`,
1031
+ "font-size": `${FONT_SIZE["UmaDocs" /* UmaDocs */].sm}`,
1032
+ "letter-spacing": `${LETTER_SPACING["UmaDocs" /* UmaDocs */].normal}`,
1033
+ "paragraph-spacing": `${PARAGRAPH_SPACING.default}`,
1034
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
1035
+ "text-case": `${TEXT_CASE.none}`,
1036
+ "text-decoration": `${TEXT_DECORATION.none}`
1037
+ },
1038
+ ["Small" /* Small */]: {
1039
+ "font-family": `${fontFamilies.code}`,
1040
+ "font-weight": `${FONT_WEIGHTS.code.Bold}`,
1041
+ "line-height": `${LINE_HEIGHTS["UmaDocs" /* UmaDocs */].sm}`,
1042
+ "font-size": `${FONT_SIZE["UmaDocs" /* UmaDocs */].xs}`,
1043
+ "letter-spacing": `${LETTER_SPACING["UmaDocs" /* UmaDocs */].normal}`,
1044
+ "paragraph-spacing": `${PARAGRAPH_SPACING.default}`,
1045
+ "paragraph-indent": `${PARAGRAPH_INDENT[0]}`,
1046
+ "text-case": `${TEXT_CASE.none}`,
1047
+ "text-decoration": `${TEXT_DECORATION.none}`
1048
+ }
1049
+ }
1050
+ }
1051
+ };
1052
+ };
1053
+
1054
+ // src/styles/colors.tsx
1055
+ var neutral = {
1056
+ black: "#000000",
1057
+ gray5: "#0D0D0D",
1058
+ gray10: "#1A1A1A",
1059
+ gray15: "#262626",
1060
+ gray20: "#333333",
1061
+ gray25: "#404040",
1062
+ gray30: "#4D4D4D",
1063
+ gray40: "#666666",
1064
+ gray50: "#808080",
1065
+ gray60: "#999999",
1066
+ gray70: "#B3B3B3",
1067
+ gray80: "#CCCCCC",
1068
+ gray85: "#D9D9D9",
1069
+ gray90: "#E6E6E6",
1070
+ gray95: "#F2F2F2",
1071
+ white: "#FFFFFF"
1072
+ };
1073
+ var uma = {
1074
+ background: "#F9F9F9",
1075
+ black: "#16171A",
1076
+ blue: "#0068C9",
1077
+ blue50: "#C0C9D6",
1078
+ blue80: "#DCE2EA",
1079
+ blue90: "#EBEEF2",
1080
+ blue95: "#F2F5F7",
1081
+ grey300: "#DEDFE4",
1082
+ secondary: "#686A72",
1083
+ stroke: "#C0C9D6",
1084
+ strokeProminent: "#9BA7B9",
1085
+ fill: "#EBEEF2"
1086
+ };
1087
+ var darkGradient = "#1d1d1d linear-gradient(180deg, #090909 63.08%, #1d1d1d 100.52%)";
1088
+ var primary = "#FFF14E";
1089
+ var colors = __spreadProps(__spreadValues({}, neutral), {
1090
+ uma,
1091
+ // green
1092
+ success: "#17C27C",
1093
+ // blue
1094
+ blue43: "#145BC6",
1095
+ blue22: "#0E2E60",
1096
+ blue58: "#28BFFF",
1097
+ blue95: "#EBEEF2",
1098
+ // yellow
1099
+ primary,
1100
+ warning: primary,
1101
+ // orange
1102
+ danger: "#FD2C0F",
1103
+ // neutral
1104
+ secondary: neutral.black,
1105
+ // billing
1106
+ tier1: "#179257",
1107
+ tier2: "#8B38DE",
1108
+ tier3: "#0048F7"
1109
+ });
1110
+ function extend(obj, rest) {
1111
+ return __spreadValues(__spreadValues({}, obj), rest);
1112
+ }
1113
+ function extendBase(obj, rest) {
1114
+ return __spreadValues(__spreadValues({}, obj), rest);
1115
+ }
1116
+ function hcNeutralFromBg(bgHex, defaultHex, altHex) {
1117
+ const bgRGB = hexToRGB(bgHex);
1118
+ const hcRGB = hexToRGB(defaultHex);
1119
+ if (!bgRGB || !hcRGB)
1120
+ return defaultHex;
1121
+ const c = contrast(bgRGB, hcRGB);
1122
+ if (c < 4.5) {
1123
+ return altHex;
1124
+ }
1125
+ return defaultHex;
1126
+ }
1127
+ var lightBaseTheme = {
1128
+ type: "light" /* Light */,
1129
+ app: "Lightspark" /* Lightspark */,
1130
+ bg: colors.white,
1131
+ smBg: colors.white,
1132
+ c05Neutral: neutral.gray95,
1133
+ c1Neutral: neutral.gray90,
1134
+ c15Neutral: neutral.gray85,
1135
+ c2Neutral: neutral.gray80,
1136
+ c3Neutral: neutral.gray70,
1137
+ c4Neutral: neutral.gray60,
1138
+ c5Neutral: neutral.gray50,
1139
+ c6Neutral: neutral.gray40,
1140
+ c7Neutral: neutral.gray30,
1141
+ c8Neutral: neutral.gray20,
1142
+ c9Neutral: neutral.gray10,
1143
+ danger: colors.danger,
1144
+ hcNeutral: colors.black,
1145
+ hcNeutralFromBg: (bgHex) => hcNeutralFromBg(bgHex, colors.black, colors.white),
1146
+ info: colors.blue43,
1147
+ lcNeutral: neutral.gray80,
1148
+ link: colors.blue43,
1149
+ mcNeutral: neutral.gray40,
1150
+ onInfoText: colors.white,
1151
+ onPrimaryText: colors.black,
1152
+ onSuccessText: colors.white,
1153
+ primary: colors.primary,
1154
+ secondary: colors.secondary,
1155
+ success: colors.success,
1156
+ text: colors.black,
1157
+ typography: getTypography(),
1158
+ vlcNeutral: neutral.gray95,
1159
+ warning: colors.warning
1160
+ };
1161
+ var darkBaseTheme = {
1162
+ type: "dark" /* Dark */,
1163
+ app: "Lightspark" /* Lightspark */,
1164
+ bg: colors.black,
1165
+ smBg: colors.black,
1166
+ c05Neutral: neutral.gray5,
1167
+ c1Neutral: neutral.gray10,
1168
+ c15Neutral: neutral.gray15,
1169
+ c2Neutral: neutral.gray20,
1170
+ c3Neutral: neutral.gray30,
1171
+ c4Neutral: neutral.gray40,
1172
+ c5Neutral: neutral.gray50,
1173
+ c6Neutral: neutral.gray60,
1174
+ c7Neutral: neutral.gray70,
1175
+ c8Neutral: neutral.gray80,
1176
+ c9Neutral: neutral.gray90,
1177
+ danger: colors.danger,
1178
+ hcNeutral: colors.white,
1179
+ hcNeutralFromBg: (bgHex) => hcNeutralFromBg(bgHex, colors.white, colors.black),
1180
+ info: colors.white,
1181
+ lcNeutral: neutral.gray40,
1182
+ link: colors.blue43,
1183
+ mcNeutral: neutral.gray60,
1184
+ onInfoText: colors.white,
1185
+ onPrimaryText: colors.black,
1186
+ onSuccessText: colors.white,
1187
+ primary: colors.primary,
1188
+ secondary: colors.secondary,
1189
+ success: colors.success,
1190
+ text: colors.white,
1191
+ typography: getTypography(),
1192
+ vlcNeutral: neutral.gray20,
1193
+ warning: colors.warning
1194
+ };
1195
+ var lightTheme = extend(lightBaseTheme, {
1196
+ header: extendBase(lightBaseTheme, {
1197
+ text: colors.gray60
1198
+ }),
1199
+ nav: extendBase(lightBaseTheme, {
1200
+ text: colors.gray10,
1201
+ secondary: colors.gray40
1202
+ }),
1203
+ content: extendBase(lightBaseTheme, {
1204
+ bg: colors.white,
1205
+ smBg: colors.white
1206
+ }),
1207
+ controls: extendBase(lightBaseTheme, {
1208
+ bg: neutral.gray95,
1209
+ smBg: neutral.gray95,
1210
+ text: neutral.gray60,
1211
+ secondary: colors.secondary
1212
+ })
1213
+ });
1214
+ var darkTheme = extend(darkBaseTheme, {
1215
+ header: extendBase(darkBaseTheme, {}),
1216
+ nav: extendBase(darkBaseTheme, {}),
1217
+ content: extendBase(darkBaseTheme, {}),
1218
+ controls: extendBase(darkBaseTheme, {
1219
+ bg: neutral.gray40,
1220
+ smBg: neutral.gray40,
1221
+ text: neutral.white,
1222
+ secondary: colors.secondary
1223
+ })
1224
+ });
1225
+ var umaLightTheme = extend(lightTheme, {
1226
+ app: "UmaDocs" /* UmaDocs */,
1227
+ bg: uma.background,
1228
+ smBg: uma.background,
1229
+ secondary: uma.secondary,
1230
+ text: uma.black,
1231
+ link: uma.blue,
1232
+ content: extendBase(lightBaseTheme, {
1233
+ bg: uma.background,
1234
+ smBg: uma.background,
1235
+ text: uma.black,
1236
+ secondary: uma.secondary
1237
+ }),
1238
+ controls: extendBase(lightBaseTheme, {
1239
+ text: uma.black,
1240
+ secondary: uma.secondary,
1241
+ bg: uma.blue90
1242
+ })
1243
+ });
1244
+ var isLight = (theme) => theme.type === "light" /* Light */;
1245
+ var themeOr = (lightValue, darkValue) => ({ theme }) => {
1246
+ return isLight(theme) ? lightValue : darkValue;
1247
+ };
1248
+ function luminance(r, g, b) {
1249
+ const a = [r, g, b].map(function(v) {
1250
+ v /= 255;
1251
+ return v <= 0.03928 ? v / 12.92 : Math.pow((v + 0.055) / 1.055, 2.4);
1252
+ });
1253
+ return a[0] * 0.2126 + a[1] * 0.7152 + a[2] * 0.0722;
1254
+ }
1255
+ function contrast(rgb1, rgb2) {
1256
+ const lum1 = luminance(rgb1[0], rgb1[1], rgb1[2]);
1257
+ const lum2 = luminance(rgb2[0], rgb2[1], rgb2[2]);
1258
+ const brightest = Math.max(lum1, lum2);
1259
+ const darkest = Math.min(lum1, lum2);
1260
+ return (brightest + 0.05) / (darkest + 0.05);
1261
+ }
1262
+ function hexToRGB(hex) {
1263
+ const result = /^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(hex);
1264
+ return result ? [
1265
+ parseInt(result[1], 16),
1266
+ parseInt(result[2], 16),
1267
+ parseInt(result[3], 16)
1268
+ ] : [0, 0, 0];
1269
+ }
1270
+
1271
+ // src/styles/common.tsx
1272
+ var rootFontSizePx = 12;
1273
+ var rootFontSizeRems = rootFontSizePx / 16;
1274
+ var standardContentInsetPx = 32;
1275
+ var standardContentInsetMdPx = 24;
1276
+ var standardContentInsetSmPx = 16;
1277
+ var smContentInset = import_react4.css`
1278
+ ${bp.sm(`
1279
+ margin-left: auto;
1280
+ margin-right: auto;
1281
+ width: calc(100% - ${standardContentInsetSmPx * 2}px);
1282
+ `)}
1283
+ `;
1284
+ var minSmMaxLgContentInset = import_react4.css`
1285
+ ${bp.minSmMaxLg(`
1286
+ width: calc(100% - ${standardContentInsetMdPx * 2}px);
1287
+ `)}
1288
+ `;
1289
+ var standardContentInset = import_react4.css`
1290
+ margin-left: auto;
1291
+ margin-right: auto;
1292
+ width: calc(100% - ${standardContentInsetPx * 2}px);
1293
+ max-width: 1280px;
1294
+
1295
+ ${smContentInset}
1296
+ ${minSmMaxLgContentInset}
1297
+ `;
1298
+ var standardCardShadow = import_react4.css`
1299
+ box-shadow:
1300
+ 0px 4px 10px 0px rgba(0, 0, 0, 0.08),
1301
+ 0px 8px 24px 0px rgba(0, 0, 0, 0.04);
1302
+ `;
1303
+ var pageBorderRadiusPx = 16;
1304
+ var pageBorderRadius = `
1305
+ border-radius: ${pageBorderRadiusPx}px;
1306
+ `;
1307
+ var subtext = ({ theme }) => import_react4.css`
1308
+ color: ${theme.c6Neutral};
1309
+ font-weight: 600;
1310
+ `;
1311
+ var Subtext = import_styled.default.div`
1312
+ ${subtext}
1313
+ `;
1314
+ var darkGradientBg = import_react4.css`
1315
+ background: ${darkGradient};
1316
+ `;
1317
+ var overlaySurfaceBorderColor = ({
1318
+ theme,
1319
+ important = false
1320
+ }) => import_react4.css`
1321
+ border-color: ${themeOr(theme.c1Neutral, theme.c3Neutral)({ theme })}
1322
+ ${important ? "!important" : ""};
1323
+ `;
1324
+ var overlaySurface = ({
1325
+ theme,
1326
+ important = false
1327
+ }) => import_react4.css`
1328
+ background-color: ${themeOr(colors.white, theme.c1Neutral)({ theme })}
1329
+ ${important ? "!important" : ""};
1330
+ border: 0.5px solid ${important ? "!important" : ""};
1331
+ ${overlaySurfaceBorderColor({ theme, important })};
1332
+ ${themeOr(
1333
+ `box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08), 0px 1px 4px rgba(0, 0, 0, 0.1) ${important ? "!important" : ""};`,
1334
+ ""
1335
+ )({ theme })}
1336
+ `;
1337
+
1338
+ // src/styles/z-index.tsx
1339
+ var z = {
1340
+ card: 1,
1341
+ fieldError: 1,
1342
+ textInput: 2,
1343
+ select: 3,
1344
+ selectFocused: 4,
1345
+ walletActionPreviewTopGradient: 1,
1346
+ headerContainer: 99,
1347
+ smBanner: 99,
1348
+ headerTop: 100,
1349
+ navMenu: 100,
1350
+ smNavMenu: 100,
1351
+ navAction: 101,
1352
+ smNavAction: 100,
1353
+ // keep under navDropdown
1354
+ notificationBanner: 170,
1355
+ qrReaderVideo: 180,
1356
+ qrReaderOverlay: 181,
1357
+ modalOverlay: 190,
1358
+ modalContainer: 191,
1359
+ dropdown: 192,
1360
+ tooltip: 193,
1361
+ toast: 200
1362
+ };
1363
+
1364
+ // src/components/LightTooltip.tsx
1365
+ var import_jsx_runtime2 = require("@emotion/react/jsx-runtime");
1366
+ function LightTooltip(props) {
1367
+ const nodeRef = (0, import_react6.useRef)(null);
1368
+ const [nodeReady, setNodeReady] = import_react6.default.useState(false);
1369
+ (0, import_react6.useEffect)(() => {
1370
+ if (!nodeRef.current) {
1371
+ nodeRef.current = document.createElement("div");
1372
+ document.body.appendChild(nodeRef.current);
1373
+ }
1374
+ setNodeReady(true);
1375
+ return () => {
1376
+ if (nodeRef.current) {
1377
+ document.body.removeChild(nodeRef.current);
1378
+ nodeRef.current = null;
1379
+ }
1380
+ };
1381
+ }, []);
1382
+ const theme = (0, import_react5.useTheme)();
1383
+ console.log("LightTooltip.tsx: tooltipProps:", props);
1384
+ return nodeReady && nodeRef.current ? import_react_dom.default.createPortal(
1385
+ /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
1386
+ import_react_tooltip.Tooltip,
1387
+ __spreadProps(__spreadValues({}, props), {
1388
+ id: props.id || "",
1389
+ content: props.content || "",
1390
+ noArrow: true,
1391
+ border: "0.05rem solid rgba(0, 0, 0, 0.1)",
1392
+ className: styles({ theme }),
1393
+ variant: "light",
1394
+ delayShow: 180
1395
+ })
1396
+ ),
1397
+ nodeRef.current
1398
+ ) : null;
1399
+ }
1400
+ var styles = ({ theme }) => import_css.css`
1401
+ font-size: "10px",
1402
+ color: ${theme.c2Neutral};
1403
+ border-radius: 8px !important;
1404
+ padding: 16px !important;
1405
+ z-index: ${z.tooltip};
1406
+ ${overlaySurface({ theme, important: true })};
1407
+
1408
+ max-width: 260px;
1409
+ box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.10), 0px 4px 8px 0px rgba(0, 0, 0, 0.08) !important;
1410
+ `;
1411
+ // Annotate the CommonJS export names for ESM import in node:
1412
+ 0 && (module.exports = {
1413
+ LightTooltip
1414
+ });