@lightsparkdev/ui 0.0.2 → 0.0.4

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 (109) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/{chunk-Z4M2ODOW.js → chunk-2VBDEO6M.js} +1 -1
  3. package/dist/{chunk-6CJNPRC3.js → chunk-3PB5DNAL.js} +1 -1
  4. package/dist/chunk-3XSQV5U4.js +26 -0
  5. package/dist/{chunk-ABA75YLN.js → chunk-4I2ABBID.js} +2 -2
  6. package/dist/{chunk-7ZTWDJAE.js → chunk-4K2KAYVH.js} +2 -2
  7. package/dist/{chunk-AFAP6ZGM.js → chunk-4ZZHBSW4.js} +41 -37
  8. package/dist/{chunk-JD7JHP46.js → chunk-6R6A5H4I.js} +18 -9
  9. package/dist/{chunk-I5KUI7TK.js → chunk-6RXFA73Z.js} +1 -1
  10. package/dist/{chunk-WLHM7GX2.js → chunk-ANJDI74G.js} +2 -2
  11. package/dist/{chunk-EXB35D5E.js → chunk-BCFRW7CV.js} +1 -1
  12. package/dist/{chunk-RIU33XNS.js → chunk-DHNWT2E5.js} +1 -1
  13. package/dist/{chunk-F4FIOIYM.js → chunk-E4EXM4SY.js} +0 -2
  14. package/dist/{chunk-5XTI555J.js → chunk-EZ4RHFY7.js} +1 -1
  15. package/dist/{chunk-345XTQ55.js → chunk-FHNYQLMF.js} +2 -2
  16. package/dist/{chunk-N2J673NM.js → chunk-FRIQXHPR.js} +3 -3
  17. package/dist/{chunk-4Y2M2HEF.js → chunk-LD5LZXUP.js} +2 -2
  18. package/dist/{chunk-XU3F6HH6.js → chunk-LN7MMOXE.js} +2 -2
  19. package/dist/{chunk-HC4KIHUT.js → chunk-MYG24ZWT.js} +1 -1
  20. package/dist/{chunk-WK4HZX53.js → chunk-MYKMYG6H.js} +2 -2
  21. package/dist/{chunk-N7SP3C6R.js → chunk-OLAFBUE5.js} +1 -1
  22. package/dist/{chunk-BGOEN6S2.js → chunk-OO5UJRAW.js} +2 -2
  23. package/dist/{chunk-QOUEEA3G.js → chunk-PVUPVJ3F.js} +1 -1
  24. package/dist/{chunk-7VX4OOSZ.js → chunk-RBYRXBPI.js} +2 -2
  25. package/dist/{chunk-MQZEMU23.js → chunk-SUD5NOKE.js} +6 -6
  26. package/dist/{chunk-Z4MZOSEJ.js → chunk-SV5QPU7N.js} +1 -1
  27. package/dist/{chunk-C4OKXC6T.js → chunk-SW6ZA7W2.js} +2 -2
  28. package/dist/{chunk-QMHY6EGS.js → chunk-U6LQLAWI.js} +3 -3
  29. package/dist/{chunk-IZBH5JX6.js → chunk-VV7F7VVL.js} +2 -2
  30. package/dist/{chunk-SMLXEMZE.js → chunk-WB6FFT7Y.js} +16 -7
  31. package/dist/{chunk-M46YHH4D.js → chunk-WEPQ7LRL.js} +1 -1
  32. package/dist/{chunk-HZH77KO7.js → chunk-XUGLVWSH.js} +1 -1
  33. package/dist/{chunk-XRIZ5OCE.js → chunk-YHSFWCFN.js} +2 -2
  34. package/dist/{chunk-2GX5Y72Y.js → chunk-ZQTE53SK.js} +1 -1
  35. package/dist/components/Button.js +8 -8
  36. package/dist/components/ButtonRow.js +10 -10
  37. package/dist/components/Collapsible.cjs +14 -5
  38. package/dist/components/Collapsible.d.cts +9 -1
  39. package/dist/components/Collapsible.d.ts +9 -1
  40. package/dist/components/Collapsible.js +7 -6
  41. package/dist/components/ContentTable.js +5 -5
  42. package/dist/components/CopyToClipboardButton.js +6 -6
  43. package/dist/components/CurrencyAmount.js +5 -5
  44. package/dist/components/Icon.js +4 -4
  45. package/dist/components/LightsparkProvider.js +5 -5
  46. package/dist/components/Loading.js +5 -5
  47. package/dist/components/Modal.cjs +12 -3
  48. package/dist/components/Modal.js +11 -11
  49. package/dist/components/ProgressBar.js +3 -3
  50. package/dist/components/SecretContainer.js +7 -7
  51. package/dist/components/TextIconAligner.js +5 -5
  52. package/dist/components/UnstyledButton.js +4 -4
  53. package/dist/components/documentation/AnchorLinkHeader.cjs +0 -2
  54. package/dist/components/documentation/AnchorLinkHeader.js +6 -6
  55. package/dist/components/documentation/index.cjs +0 -2
  56. package/dist/components/documentation/index.js +6 -6
  57. package/dist/components/index.cjs +26 -8
  58. package/dist/components/index.js +20 -19
  59. package/dist/hooks/useWhatChanged.cjs +30 -0
  60. package/dist/hooks/useWhatChanged.d.cts +1 -0
  61. package/dist/hooks/useWhatChanged.d.ts +1 -0
  62. package/dist/hooks/useWhatChanged.js +7 -0
  63. package/dist/icons/ApiConnection.cjs +44 -0
  64. package/dist/icons/ApiConnection.d.cts +5 -0
  65. package/dist/icons/ApiConnection.d.ts +5 -0
  66. package/dist/icons/ApiConnection.js +25 -0
  67. package/dist/icons/index.js +4 -4
  68. package/dist/index.d.cts +1 -2
  69. package/dist/index.d.ts +1 -2
  70. package/dist/router.js +3 -3
  71. package/dist/styles/colors.js +2 -2
  72. package/dist/styles/common.js +3 -3
  73. package/dist/styles/fields.js +3 -3
  74. package/dist/styles/fonts/typography/Article.cjs +28 -26
  75. package/dist/styles/fonts/typography/Article.js +13 -12
  76. package/dist/styles/fonts/typography/Body.cjs +0 -2
  77. package/dist/styles/fonts/typography/Body.js +3 -3
  78. package/dist/styles/fonts/typography/BodyStrong.cjs +0 -2
  79. package/dist/styles/fonts/typography/BodyStrong.js +3 -3
  80. package/dist/styles/fonts/typography/Code.cjs +0 -2
  81. package/dist/styles/fonts/typography/Code.js +2 -2
  82. package/dist/styles/fonts/typography/Display.cjs +0 -2
  83. package/dist/styles/fonts/typography/Display.js +3 -3
  84. package/dist/styles/fonts/typography/Headline.cjs +0 -2
  85. package/dist/styles/fonts/typography/Headline.js +3 -3
  86. package/dist/styles/fonts/typography/Label.cjs +0 -2
  87. package/dist/styles/fonts/typography/Label.js +3 -3
  88. package/dist/styles/fonts/typography/LabelModerate.cjs +0 -2
  89. package/dist/styles/fonts/typography/LabelModerate.js +3 -3
  90. package/dist/styles/fonts/typography/LabelStrong.cjs +0 -2
  91. package/dist/styles/fonts/typography/LabelStrong.js +3 -3
  92. package/dist/styles/fonts/typography/Overline.cjs +0 -2
  93. package/dist/styles/fonts/typography/Overline.js +3 -3
  94. package/dist/styles/fonts/typography/Title.cjs +0 -2
  95. package/dist/styles/fonts/typography/Title.js +3 -3
  96. package/dist/styles/fonts/typography/index.cjs +28 -26
  97. package/dist/styles/fonts/typography/index.js +26 -25
  98. package/dist/styles/fonts/typographyTokens.cjs +0 -2
  99. package/dist/styles/fonts/typographyTokens.d.cts +1 -4
  100. package/dist/styles/fonts/typographyTokens.d.ts +1 -4
  101. package/dist/styles/fonts/typographyTokens.js +1 -1
  102. package/dist/styles/global.js +4 -4
  103. package/dist/styles/tokens/spacing.cjs +50 -0
  104. package/dist/styles/tokens/spacing.d.cts +22 -0
  105. package/dist/styles/tokens/spacing.d.ts +22 -0
  106. package/dist/styles/tokens/spacing.js +7 -0
  107. package/dist/styles/type.js +4 -4
  108. package/dist/styles/utils.js +4 -4
  109. package/package.json +3 -2
@@ -3,62 +3,63 @@ import {
3
3
  } from "../chunk-SVQELXFK.js";
4
4
  import {
5
5
  LightsparkProvider
6
- } from "../chunk-IZBH5JX6.js";
7
- import "../chunk-XRIZ5OCE.js";
6
+ } from "../chunk-VV7F7VVL.js";
7
+ import "../chunk-YHSFWCFN.js";
8
8
  import "../chunk-IJVWYT5G.js";
9
9
  import {
10
10
  Modal
11
- } from "../chunk-JD7JHP46.js";
11
+ } from "../chunk-6R6A5H4I.js";
12
12
  import "../chunk-NBCCPGA4.js";
13
13
  import {
14
14
  ProgressBar
15
- } from "../chunk-2GX5Y72Y.js";
15
+ } from "../chunk-ZQTE53SK.js";
16
16
  import {
17
17
  SecretContainer
18
- } from "../chunk-QOUEEA3G.js";
18
+ } from "../chunk-PVUPVJ3F.js";
19
19
  import {
20
20
  TextIconAligner
21
- } from "../chunk-M46YHH4D.js";
21
+ } from "../chunk-WEPQ7LRL.js";
22
22
  import {
23
23
  ButtonRow,
24
24
  ButtonRowContainer
25
- } from "../chunk-QMHY6EGS.js";
25
+ } from "../chunk-U6LQLAWI.js";
26
26
  import {
27
27
  Button,
28
28
  ButtonSelector,
29
29
  StyledButton
30
- } from "../chunk-MQZEMU23.js";
31
- import "../chunk-I5KUI7TK.js";
30
+ } from "../chunk-SUD5NOKE.js";
31
+ import "../chunk-6RXFA73Z.js";
32
32
  import {
33
33
  Loading,
34
34
  LoadingWrapper
35
- } from "../chunk-N7SP3C6R.js";
35
+ } from "../chunk-OLAFBUE5.js";
36
36
  import {
37
37
  Collapsible
38
- } from "../chunk-SMLXEMZE.js";
39
- import "../chunk-Z4MZOSEJ.js";
38
+ } from "../chunk-WB6FFT7Y.js";
39
+ import "../chunk-3XSQV5U4.js";
40
+ import "../chunk-SV5QPU7N.js";
40
41
  import {
41
42
  CommandKey
42
43
  } from "../chunk-WOR7J4KZ.js";
43
44
  import {
44
45
  CopyToClipboardButton
45
- } from "../chunk-N2J673NM.js";
46
+ } from "../chunk-FRIQXHPR.js";
46
47
  import {
47
48
  UnstyledButton
48
- } from "../chunk-RIU33XNS.js";
49
+ } from "../chunk-DHNWT2E5.js";
49
50
  import {
50
51
  CurrencyAmount,
51
52
  CurrencyIcon
52
- } from "../chunk-6CJNPRC3.js";
53
+ } from "../chunk-3PB5DNAL.js";
53
54
  import {
54
55
  Icon,
55
56
  IconContainer
56
- } from "../chunk-HC4KIHUT.js";
57
+ } from "../chunk-MYG24ZWT.js";
57
58
  import "../chunk-LAMQKQU3.js";
58
- import "../chunk-HZH77KO7.js";
59
+ import "../chunk-XUGLVWSH.js";
59
60
  import "../chunk-CLU2FRJZ.js";
60
- import "../chunk-Z4M2ODOW.js";
61
- import "../chunk-F4FIOIYM.js";
61
+ import "../chunk-2VBDEO6M.js";
62
+ import "../chunk-E4EXM4SY.js";
62
63
  import "../chunk-JSGRNWSB.js";
63
64
  import "../chunk-CIGAQ47A.js";
64
65
  export {
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+
20
+ // src/hooks/useWhatChanged.tsx
21
+ var useWhatChanged_exports = {};
22
+ __export(useWhatChanged_exports, {
23
+ useWhatChanged: () => import_use_what_changed.useWhatChanged
24
+ });
25
+ module.exports = __toCommonJS(useWhatChanged_exports);
26
+ var import_use_what_changed = require("@simbathesailor/use-what-changed");
27
+ // Annotate the CommonJS export names for ESM import in node:
28
+ 0 && (module.exports = {
29
+ useWhatChanged
30
+ });
@@ -0,0 +1 @@
1
+ export { useWhatChanged } from '@simbathesailor/use-what-changed';
@@ -0,0 +1 @@
1
+ export { useWhatChanged } from '@simbathesailor/use-what-changed';
@@ -0,0 +1,7 @@
1
+ import "../chunk-CIGAQ47A.js";
2
+
3
+ // src/hooks/useWhatChanged.tsx
4
+ import { useWhatChanged } from "@simbathesailor/use-what-changed";
5
+ export {
6
+ useWhatChanged
7
+ };
@@ -0,0 +1,44 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+
20
+ // src/icons/ApiConnection.tsx
21
+ var ApiConnection_exports = {};
22
+ __export(ApiConnection_exports, {
23
+ default: () => ApiConnection_default
24
+ });
25
+ module.exports = __toCommonJS(ApiConnection_exports);
26
+ var import_jsx_runtime = require("@emotion/react/jsx-runtime");
27
+ var ApiConnection = () => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
28
+ "svg",
29
+ {
30
+ width: "22",
31
+ height: "18",
32
+ viewBox: "0 0 22 18",
33
+ fill: "none",
34
+ xmlns: "http://www.w3.org/2000/svg",
35
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
36
+ "path",
37
+ {
38
+ d: "M1 8H0V10H1V8ZM21 10H22V8H21V10ZM11 16C7.13401 16 4 12.866 4 9H2C2 13.9706 6.02944 18 11 18V16ZM4 9C4 5.13401 7.13401 2 11 2V0C6.02944 0 2 4.02944 2 9H4ZM14 9C14 10.6569 12.6569 12 11 12V14C13.7614 14 16 11.7614 16 9H14ZM11 12C9.34315 12 8 10.6569 8 9H6C6 11.7614 8.23858 14 11 14V12ZM8 9C8 7.34315 9.34315 6 11 6V4C8.23858 4 6 6.23858 6 9H8ZM11 6C12.6569 6 14 7.34315 14 9H16C16 6.23858 13.7614 4 11 4V6ZM3 8H1V10H3V8ZM11 2C13.9361 2 16.4524 3.80802 17.4915 6.37522L19.3454 5.62478C18.011 2.32832 14.7786 0 11 0V2ZM17.5628 11.4413C16.5714 14.1051 14.0058 16 11 16V18C14.8681 18 18.1639 15.5602 19.4372 12.1389L17.5628 11.4413ZM15 10H21V8H15V10Z",
39
+ fill: "currentColor"
40
+ }
41
+ )
42
+ }
43
+ );
44
+ var ApiConnection_default = ApiConnection;
@@ -0,0 +1,5 @@
1
+ import * as _emotion_react_jsx_runtime from '@emotion/react/jsx-runtime';
2
+
3
+ declare const ApiConnection: () => _emotion_react_jsx_runtime.JSX.Element;
4
+
5
+ export { ApiConnection as default };
@@ -0,0 +1,5 @@
1
+ import * as _emotion_react_jsx_runtime from '@emotion/react/jsx-runtime';
2
+
3
+ declare const ApiConnection: () => _emotion_react_jsx_runtime.JSX.Element;
4
+
5
+ export { ApiConnection as default };
@@ -0,0 +1,25 @@
1
+ import "../chunk-CIGAQ47A.js";
2
+
3
+ // src/icons/ApiConnection.tsx
4
+ import { jsx } from "@emotion/react/jsx-runtime";
5
+ var ApiConnection = () => /* @__PURE__ */ jsx(
6
+ "svg",
7
+ {
8
+ width: "22",
9
+ height: "18",
10
+ viewBox: "0 0 22 18",
11
+ fill: "none",
12
+ xmlns: "http://www.w3.org/2000/svg",
13
+ children: /* @__PURE__ */ jsx(
14
+ "path",
15
+ {
16
+ d: "M1 8H0V10H1V8ZM21 10H22V8H21V10ZM11 16C7.13401 16 4 12.866 4 9H2C2 13.9706 6.02944 18 11 18V16ZM4 9C4 5.13401 7.13401 2 11 2V0C6.02944 0 2 4.02944 2 9H4ZM14 9C14 10.6569 12.6569 12 11 12V14C13.7614 14 16 11.7614 16 9H14ZM11 12C9.34315 12 8 10.6569 8 9H6C6 11.7614 8.23858 14 11 14V12ZM8 9C8 7.34315 9.34315 6 11 6V4C8.23858 4 6 6.23858 6 9H8ZM11 6C12.6569 6 14 7.34315 14 9H16C16 6.23858 13.7614 4 11 4V6ZM3 8H1V10H3V8ZM11 2C13.9361 2 16.4524 3.80802 17.4915 6.37522L19.3454 5.62478C18.011 2.32832 14.7786 0 11 0V2ZM17.5628 11.4413C16.5714 14.1051 14.0058 16 11 16V18C14.8681 18 18.1639 15.5602 19.4372 12.1389L17.5628 11.4413ZM15 10H21V8H15V10Z",
17
+ fill: "currentColor"
18
+ }
19
+ )
20
+ }
21
+ );
22
+ var ApiConnection_default = ApiConnection;
23
+ export {
24
+ ApiConnection_default as default
25
+ };
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  Icon,
3
3
  IconContainer
4
- } from "../chunk-HC4KIHUT.js";
4
+ } from "../chunk-MYG24ZWT.js";
5
5
  import "../chunk-LAMQKQU3.js";
6
- import "../chunk-HZH77KO7.js";
6
+ import "../chunk-XUGLVWSH.js";
7
7
  import "../chunk-CLU2FRJZ.js";
8
- import "../chunk-Z4M2ODOW.js";
9
- import "../chunk-F4FIOIYM.js";
8
+ import "../chunk-2VBDEO6M.js";
9
+ import "../chunk-E4EXM4SY.js";
10
10
  import "../chunk-JSGRNWSB.js";
11
11
  import "../chunk-CIGAQ47A.js";
12
12
  export {
package/dist/index.d.cts CHANGED
@@ -1,2 +1 @@
1
-
2
- export { }
1
+ import '@simbathesailor/use-what-changed';
package/dist/index.d.ts CHANGED
@@ -1,2 +1 @@
1
-
2
- export { }
1
+ import '@simbathesailor/use-what-changed';
package/dist/router.js CHANGED
@@ -7,10 +7,10 @@ import {
7
7
  useMatchRoute,
8
8
  useMatchRoutes,
9
9
  useNavigate
10
- } from "./chunk-I5KUI7TK.js";
10
+ } from "./chunk-6RXFA73Z.js";
11
11
  import "./chunk-LAMQKQU3.js";
12
- import "./chunk-Z4M2ODOW.js";
13
- import "./chunk-F4FIOIYM.js";
12
+ import "./chunk-2VBDEO6M.js";
13
+ import "./chunk-E4EXM4SY.js";
14
14
  import "./chunk-JSGRNWSB.js";
15
15
  import "./chunk-CIGAQ47A.js";
16
16
  export {
@@ -16,8 +16,8 @@ import {
16
16
  themeWithTypography,
17
17
  themes,
18
18
  useThemeBg
19
- } from "../chunk-Z4M2ODOW.js";
20
- import "../chunk-F4FIOIYM.js";
19
+ } from "../chunk-2VBDEO6M.js";
20
+ import "../chunk-E4EXM4SY.js";
21
21
  import "../chunk-JSGRNWSB.js";
22
22
  import "../chunk-CIGAQ47A.js";
23
23
  export {
@@ -24,10 +24,10 @@ import {
24
24
  standardFocusOutline,
25
25
  standardLineHeightEms,
26
26
  subtext
27
- } from "../chunk-HZH77KO7.js";
27
+ } from "../chunk-XUGLVWSH.js";
28
28
  import "../chunk-CLU2FRJZ.js";
29
- import "../chunk-Z4M2ODOW.js";
30
- import "../chunk-F4FIOIYM.js";
29
+ import "../chunk-2VBDEO6M.js";
30
+ import "../chunk-E4EXM4SY.js";
31
31
  import "../chunk-JSGRNWSB.js";
32
32
  import "../chunk-CIGAQ47A.js";
33
33
  export {
@@ -1,13 +1,13 @@
1
1
  import {
2
2
  subtext
3
- } from "../chunk-HZH77KO7.js";
3
+ } from "../chunk-XUGLVWSH.js";
4
4
  import {
5
5
  z
6
6
  } from "../chunk-CLU2FRJZ.js";
7
7
  import {
8
8
  themeOr
9
- } from "../chunk-Z4M2ODOW.js";
10
- import "../chunk-F4FIOIYM.js";
9
+ } from "../chunk-2VBDEO6M.js";
10
+ import "../chunk-E4EXM4SY.js";
11
11
  import "../chunk-JSGRNWSB.js";
12
12
  import "../chunk-CIGAQ47A.js";
13
13
 
@@ -1054,8 +1054,6 @@ var getTypography = (customFontFamilies) => {
1054
1054
  var getTypographyString = (token) => {
1055
1055
  return Object.entries(token).map((entry) => {
1056
1056
  switch (entry[0]) {
1057
- case "paragraph-spacing":
1058
- return entry[1] === "default" ? "" : `margin-bottom: ${entry[1]};`;
1059
1057
  case "paragraph-indent":
1060
1058
  return `text-indent: ${entry[1]};`;
1061
1059
  case "text-case":
@@ -1521,51 +1519,51 @@ var Article = import_styled8.default.article`
1521
1519
 
1522
1520
  ${headlineSelector("h1")} {
1523
1521
  margin: 0;
1524
- padding-bottom: 8px;
1522
+ padding-bottom: ${"8px" /* xs */};
1525
1523
  }
1526
1524
 
1527
1525
  ${headlineSelector("h2")} {
1528
- padding-top: 32px;
1529
- padding-bottom: 8px;
1526
+ padding-top: ${"40px" /* 2xl */};
1527
+ padding-bottom: ${"8px" /* xs */};
1530
1528
  margin: 0;
1531
1529
  }
1532
1530
 
1533
1531
  ${headlineSelector("h3")} {
1534
- padding-top: 32px;
1535
- padding-bottom: 8px;
1532
+ padding-top: ${"40px" /* 2xl */};
1533
+ padding-bottom: ${"8px" /* xs */};
1536
1534
  margin: 0;
1537
1535
  }
1538
1536
 
1539
1537
  ${headlineSelector("h4")} {
1540
- padding-top: 16px;
1541
- padding-bottom: 8px;
1538
+ padding-top: ${"40px" /* 2xl */};
1539
+ padding-bottom: ${"8px" /* xs */};
1542
1540
  margin: 0;
1543
1541
  }
1544
1542
 
1545
1543
  ${headlineSelector("h5")} {
1546
- padding-top: 32px;
1547
- padding-bottom: 8px;
1544
+ padding-top: ${"40px" /* 2xl */};
1545
+ padding-bottom: ${"8px" /* xs */};
1548
1546
  margin: 0;
1549
1547
  }
1550
1548
 
1551
1549
  ${headlineSelector("h6")} {
1552
- padding-top: 32px;
1553
- padding-bottom: 8px;
1550
+ padding-top: ${"40px" /* 2xl */};
1551
+ padding-bottom: ${"8px" /* xs */};
1554
1552
  margin: 0;
1555
1553
  }
1556
1554
 
1557
1555
  ${StyledBody} {
1558
- margin-top: 12px;
1559
- margin-bottom: 12px;
1556
+ margin-top: ${"8px" /* xs */};
1557
+ margin-bottom: ${"8px" /* xs */};
1560
1558
  }
1561
1559
 
1562
1560
  ${StyledContentTable} {
1563
- margin: 40px 0;
1561
+ margin: ${"40px" /* 2xl */} 0;
1564
1562
  }
1565
1563
 
1566
1564
  img {
1567
- margin-top: 16px;
1568
- margin-bottom: 16px;
1565
+ margin-top: ${"16px" /* md */};
1566
+ margin-bottom: ${"16px" /* md */};
1569
1567
  }
1570
1568
 
1571
1569
  strong {
@@ -1582,9 +1580,9 @@ var Article = import_styled8.default.article`
1582
1580
 
1583
1581
  ul,
1584
1582
  ol {
1585
- padding-left: 24px;
1586
- margin-top: 8px;
1587
- margin-bottom: 8px;
1583
+ padding-left: ${"24px" /* lg */};
1584
+ margin-top: ${"8px" /* xs */};
1585
+ margin-bottom: ${"8px" /* xs */};
1588
1586
  *:not(a) {
1589
1587
  color: ${({ theme }) => theme.text};
1590
1588
  }
@@ -1593,23 +1591,23 @@ var Article = import_styled8.default.article`
1593
1591
  li {
1594
1592
  ${({ theme }) => getTypographyString(theme.typography[theme.app].Body["Medium" /* Medium */])}
1595
1593
  :not(:last-child) {
1596
- margin-bottom: 4px;
1594
+ margin-bottom: ${"4px" /* 3xs */};
1597
1595
  }
1598
1596
  }
1599
1597
 
1600
1598
  code:not([class|="language"]) {
1601
1599
  ${({ theme }) => getTypographyString(theme.typography[theme.app].Code["Medium" /* Medium */])}
1602
1600
  background: ${colors.uma.blue90};
1603
- padding: 2px 6px;
1604
- margin: 2px;
1601
+ padding: ${"2px" /* 4xs */} ${"6px" /* 2xs */};
1602
+ margin: ${"2px" /* 4xs */};
1605
1603
  border-radius: 4px;
1606
1604
  }
1607
1605
 
1608
1606
  pre[class|="language"] {
1609
1607
  border-radius: 8px;
1610
1608
  width: 100%;
1611
- padding: 16px 24px;
1612
- margin: 0;
1609
+ padding: ${"16px" /* md */} ${"24px" /* lg */};
1610
+ margin: ${"16px" /* md */} 0;
1613
1611
  }
1614
1612
 
1615
1613
  // Must match specificity of prismjs to get proper line height!
@@ -1619,6 +1617,10 @@ var Article = import_styled8.default.article`
1619
1617
 
1620
1618
  ${overflowAutoWithoutScrollbars}
1621
1619
  }
1620
+
1621
+ blockquote {
1622
+ margin: ${"8px" /* xs */} 0;
1623
+ }
1622
1624
  `;
1623
1625
  // Annotate the CommonJS export names for ESM import in node:
1624
1626
  0 && (module.exports = {
@@ -1,20 +1,21 @@
1
1
  "use client";
2
2
  import {
3
3
  Article
4
- } from "../../../chunk-AFAP6ZGM.js";
5
- import "../../../chunk-EXB35D5E.js";
6
- import "../../../chunk-C4OKXC6T.js";
7
- import "../../../chunk-345XTQ55.js";
8
- import "../../../chunk-4Y2M2HEF.js";
9
- import "../../../chunk-7ZTWDJAE.js";
10
- import "../../../chunk-Z4MZOSEJ.js";
11
- import "../../../chunk-5XTI555J.js";
12
- import "../../../chunk-HC4KIHUT.js";
4
+ } from "../../../chunk-4ZZHBSW4.js";
5
+ import "../../../chunk-FHNYQLMF.js";
6
+ import "../../../chunk-LD5LZXUP.js";
7
+ import "../../../chunk-BCFRW7CV.js";
8
+ import "../../../chunk-SW6ZA7W2.js";
9
+ import "../../../chunk-4K2KAYVH.js";
10
+ import "../../../chunk-3XSQV5U4.js";
11
+ import "../../../chunk-SV5QPU7N.js";
12
+ import "../../../chunk-EZ4RHFY7.js";
13
+ import "../../../chunk-MYG24ZWT.js";
13
14
  import "../../../chunk-LAMQKQU3.js";
14
- import "../../../chunk-HZH77KO7.js";
15
+ import "../../../chunk-XUGLVWSH.js";
15
16
  import "../../../chunk-CLU2FRJZ.js";
16
- import "../../../chunk-Z4M2ODOW.js";
17
- import "../../../chunk-F4FIOIYM.js";
17
+ import "../../../chunk-2VBDEO6M.js";
18
+ import "../../../chunk-E4EXM4SY.js";
18
19
  import "../../../chunk-JSGRNWSB.js";
19
20
  import "../../../chunk-CIGAQ47A.js";
20
21
  export {
@@ -951,8 +951,6 @@ var getTypography = (customFontFamilies) => {
951
951
  var getTypographyString = (token) => {
952
952
  return Object.entries(token).map((entry) => {
953
953
  switch (entry[0]) {
954
- case "paragraph-spacing":
955
- return entry[1] === "default" ? "" : `margin-bottom: ${entry[1]};`;
956
954
  case "paragraph-indent":
957
955
  return `text-indent: ${entry[1]};`;
958
956
  case "text-case":
@@ -2,9 +2,9 @@
2
2
  import {
3
3
  Body,
4
4
  StyledBody
5
- } from "../../../chunk-4Y2M2HEF.js";
6
- import "../../../chunk-Z4M2ODOW.js";
7
- import "../../../chunk-F4FIOIYM.js";
5
+ } from "../../../chunk-LD5LZXUP.js";
6
+ import "../../../chunk-2VBDEO6M.js";
7
+ import "../../../chunk-E4EXM4SY.js";
8
8
  import "../../../chunk-JSGRNWSB.js";
9
9
  import "../../../chunk-CIGAQ47A.js";
10
10
  export {
@@ -951,8 +951,6 @@ var getTypography = (customFontFamilies) => {
951
951
  var getTypographyString = (token) => {
952
952
  return Object.entries(token).map((entry) => {
953
953
  switch (entry[0]) {
954
- case "paragraph-spacing":
955
- return entry[1] === "default" ? "" : `margin-bottom: ${entry[1]};`;
956
954
  case "paragraph-indent":
957
955
  return `text-indent: ${entry[1]};`;
958
956
  case "text-case":
@@ -2,9 +2,9 @@
2
2
  import {
3
3
  BodyStrong,
4
4
  StyledBodyStrong
5
- } from "../../../chunk-XU3F6HH6.js";
6
- import "../../../chunk-Z4M2ODOW.js";
7
- import "../../../chunk-F4FIOIYM.js";
5
+ } from "../../../chunk-LN7MMOXE.js";
6
+ import "../../../chunk-2VBDEO6M.js";
7
+ import "../../../chunk-E4EXM4SY.js";
8
8
  import "../../../chunk-JSGRNWSB.js";
9
9
  import "../../../chunk-CIGAQ47A.js";
10
10
  export {
@@ -41,8 +41,6 @@ var import_styled = __toESM(require("@emotion/styled"), 1);
41
41
  var getTypographyString = (token) => {
42
42
  return Object.entries(token).map((entry) => {
43
43
  switch (entry[0]) {
44
- case "paragraph-spacing":
45
- return entry[1] === "default" ? "" : `margin-bottom: ${entry[1]};`;
46
44
  case "paragraph-indent":
47
45
  return `text-indent: ${entry[1]};`;
48
46
  case "text-case":
@@ -2,8 +2,8 @@
2
2
  import {
3
3
  Code,
4
4
  StyledCode
5
- } from "../../../chunk-EXB35D5E.js";
6
- import "../../../chunk-F4FIOIYM.js";
5
+ } from "../../../chunk-BCFRW7CV.js";
6
+ import "../../../chunk-E4EXM4SY.js";
7
7
  import "../../../chunk-CIGAQ47A.js";
8
8
  export {
9
9
  Code,
@@ -952,8 +952,6 @@ var getTypography = (customFontFamilies) => {
952
952
  var getTypographyString = (token) => {
953
953
  return Object.entries(token).map((entry) => {
954
954
  switch (entry[0]) {
955
- case "paragraph-spacing":
956
- return entry[1] === "default" ? "" : `margin-bottom: ${entry[1]};`;
957
955
  case "paragraph-indent":
958
956
  return `text-indent: ${entry[1]};`;
959
957
  case "text-case":
@@ -3,9 +3,9 @@ import {
3
3
  Display,
4
4
  ELEMENTS,
5
5
  displaySelector
6
- } from "../../../chunk-C4OKXC6T.js";
7
- import "../../../chunk-Z4M2ODOW.js";
8
- import "../../../chunk-F4FIOIYM.js";
6
+ } from "../../../chunk-SW6ZA7W2.js";
7
+ import "../../../chunk-2VBDEO6M.js";
8
+ import "../../../chunk-E4EXM4SY.js";
9
9
  import "../../../chunk-JSGRNWSB.js";
10
10
  import "../../../chunk-CIGAQ47A.js";
11
11
  export {
@@ -955,8 +955,6 @@ var getTypography = (customFontFamilies) => {
955
955
  var getTypographyString = (token) => {
956
956
  return Object.entries(token).map((entry) => {
957
957
  switch (entry[0]) {
958
- case "paragraph-spacing":
959
- return entry[1] === "default" ? "" : `margin-bottom: ${entry[1]};`;
960
958
  case "paragraph-indent":
961
959
  return `text-indent: ${entry[1]};`;
962
960
  case "text-case":
@@ -5,9 +5,9 @@ import {
5
5
  Headline,
6
6
  getHeadlineText,
7
7
  headlineSelector
8
- } from "../../../chunk-7ZTWDJAE.js";
9
- import "../../../chunk-Z4M2ODOW.js";
10
- import "../../../chunk-F4FIOIYM.js";
8
+ } from "../../../chunk-4K2KAYVH.js";
9
+ import "../../../chunk-2VBDEO6M.js";
10
+ import "../../../chunk-E4EXM4SY.js";
11
11
  import "../../../chunk-JSGRNWSB.js";
12
12
  import "../../../chunk-CIGAQ47A.js";
13
13
  export {
@@ -951,8 +951,6 @@ var getTypography = (customFontFamilies) => {
951
951
  var getTypographyString = (token) => {
952
952
  return Object.entries(token).map((entry) => {
953
953
  switch (entry[0]) {
954
- case "paragraph-spacing":
955
- return entry[1] === "default" ? "" : `margin-bottom: ${entry[1]};`;
956
954
  case "paragraph-indent":
957
955
  return `text-indent: ${entry[1]};`;
958
956
  case "text-case":
@@ -2,9 +2,9 @@
2
2
  import {
3
3
  Label,
4
4
  StyledLabel
5
- } from "../../../chunk-BGOEN6S2.js";
6
- import "../../../chunk-Z4M2ODOW.js";
7
- import "../../../chunk-F4FIOIYM.js";
5
+ } from "../../../chunk-OO5UJRAW.js";
6
+ import "../../../chunk-2VBDEO6M.js";
7
+ import "../../../chunk-E4EXM4SY.js";
8
8
  import "../../../chunk-JSGRNWSB.js";
9
9
  import "../../../chunk-CIGAQ47A.js";
10
10
  export {
@@ -951,8 +951,6 @@ var getTypography = (customFontFamilies) => {
951
951
  var getTypographyString = (token) => {
952
952
  return Object.entries(token).map((entry) => {
953
953
  switch (entry[0]) {
954
- case "paragraph-spacing":
955
- return entry[1] === "default" ? "" : `margin-bottom: ${entry[1]};`;
956
954
  case "paragraph-indent":
957
955
  return `text-indent: ${entry[1]};`;
958
956
  case "text-case":
@@ -2,9 +2,9 @@
2
2
  import {
3
3
  LabelModerate,
4
4
  StyledLabelModerate
5
- } from "../../../chunk-ABA75YLN.js";
6
- import "../../../chunk-Z4M2ODOW.js";
7
- import "../../../chunk-F4FIOIYM.js";
5
+ } from "../../../chunk-4I2ABBID.js";
6
+ import "../../../chunk-2VBDEO6M.js";
7
+ import "../../../chunk-E4EXM4SY.js";
8
8
  import "../../../chunk-JSGRNWSB.js";
9
9
  import "../../../chunk-CIGAQ47A.js";
10
10
  export {
@@ -951,8 +951,6 @@ var getTypography = (customFontFamilies) => {
951
951
  var getTypographyString = (token) => {
952
952
  return Object.entries(token).map((entry) => {
953
953
  switch (entry[0]) {
954
- case "paragraph-spacing":
955
- return entry[1] === "default" ? "" : `margin-bottom: ${entry[1]};`;
956
954
  case "paragraph-indent":
957
955
  return `text-indent: ${entry[1]};`;
958
956
  case "text-case":