@npm_leadtech/legal-contracts-ui 0.152.4 → 0.152.5
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.
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
const
|
|
1
|
+
import { jsx as l } from "react/jsx-runtime";
|
|
2
|
+
const m = ({ variant: a = "default", children: e }) => {
|
|
3
3
|
const t = {
|
|
4
4
|
default: "mb-4",
|
|
5
|
-
legal: "mb-4 text-neutral-800 last:mb-0
|
|
6
|
-
ratafia: "mb-3 text-white
|
|
7
|
-
unsubscribe: "
|
|
8
|
-
},
|
|
9
|
-
return /* @__PURE__ */
|
|
5
|
+
legal: "mb-4 text-neutral-800 last:mb-0",
|
|
6
|
+
ratafia: "mb-3 text-white last:mb-0",
|
|
7
|
+
unsubscribe: "bg-neutral-25 px-6 pb-6 text-medium text-neutral-800 lg:px-55"
|
|
8
|
+
}, r = t[a] ?? t.default;
|
|
9
|
+
return /* @__PURE__ */ l("p", { className: r, children: e });
|
|
10
10
|
};
|
|
11
11
|
export {
|
|
12
|
-
|
|
12
|
+
m as Paragraph
|
|
13
13
|
};
|
|
@@ -3,7 +3,7 @@ import { Jumbotron3 as o } from "./Jumbotron3.js";
|
|
|
3
3
|
import { Markdown as r } from "./Markdown.js";
|
|
4
4
|
const a = ({ title: e, stepDescription: m }) => /* @__PURE__ */ i("main", { className: "flex min-h-screen flex-1 flex-col bg-white", children: [
|
|
5
5
|
/* @__PURE__ */ l(o, { title: e }),
|
|
6
|
-
/* @__PURE__ */ l("div", { className: "mx-auto w-full bg-white px-6 pt-2 pb-8 lg:px-8 xl:mx-auto xl:max-w-300 xl:px-0", children: /* @__PURE__ */ l("section", { className: "[&_img]:bg-neutral-25
|
|
6
|
+
/* @__PURE__ */ l("div", { className: "mx-auto w-full bg-white px-6 pt-2 pb-8 lg:px-8 xl:mx-auto xl:max-w-300 xl:px-0", children: /* @__PURE__ */ l("section", { className: "[&_img]:bg-neutral-25 w-full overflow-hidden rounded-lg xl:px-12 [&_h2+p]:pt-6 [&_img]:block [&_img]:h-auto [&_img]:w-full [&_img]:max-w-full", children: /* @__PURE__ */ l(r, { content: m, variant: "unsubscribe" }) }) })
|
|
7
7
|
] });
|
|
8
8
|
export {
|
|
9
9
|
a as UnsubscribeTemplate
|