@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 r } from "react/jsx-runtime";
2
- const n = ({ variant: a = "default", children: e }) => {
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 tracking-tight",
6
- ratafia: "mb-3 text-white/85 last:mb-0 tracking-tight",
7
- unsubscribe: "mb-0 w-full rounded-lg bg-neutral-25 px-6 pb-6 text-left text-base leading-6 text-neutral-800 md:text-lg lg:px-ds-11xl"
8
- }, l = t[a] ?? t.default;
9
- return /* @__PURE__ */ r("p", { className: l, children: e });
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
- n as Paragraph
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 mb-16 w-full overflow-hidden rounded-lg md:mb-12 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" }) }) })
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-contracts-ui",
3
- "version": "0.152.4",
3
+ "version": "0.152.5",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",