@npm_leadtech/legal-contracts-ui 0.67.7 → 0.68.0

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.
@@ -4,7 +4,7 @@ import { LinkedProducts as d } from "./LinkedProducts.js";
4
4
  import { Markdown as h } from "./Markdown.js";
5
5
  import { LinkWrapper as a } from "./LinkWrapper.js";
6
6
  import { AlternativeSubtypeDocument as x } from "./AlternativeSubtypeDocument.js";
7
- import { DefaultSubtypeDocument as u } from "./DefaultSubtypeDocument.js";
7
+ import { DefaultSubtypeDocument as w } from "./DefaultSubtypeDocument.js";
8
8
  const y = ({
9
9
  id: c,
10
10
  title: t,
@@ -14,7 +14,7 @@ const y = ({
14
14
  cta: o,
15
15
  docsModules: l,
16
16
  subtypeDocs: f
17
- }) => /* @__PURE__ */ s("div", { id: c, className: "flex scroll-mt-25 flex-col gap-6 text-neutral-900", children: [
17
+ }) => /* @__PURE__ */ s("div", { id: c, className: "flex min-w-0 scroll-mt-25 flex-col gap-6 text-neutral-900", children: [
18
18
  t && /* @__PURE__ */ e("h2", { className: "text-super-large font-bold", children: t }),
19
19
  n && /* @__PURE__ */ e(h, { content: n, className: "text-medium [&_p:last-child]:mb-0" }),
20
20
  m.length > 0 && /* @__PURE__ */ e(d, { linkedProducts: m }),
@@ -24,7 +24,7 @@ const y = ({
24
24
  /* @__PURE__ */ e(a, { className: "w-full", variant: "secondary-black", children: l.pdfDownload }),
25
25
  /* @__PURE__ */ e(a, { className: "w-full", variant: "secondary-black", children: l.wordDownload })
26
26
  ] }),
27
- f.length > 0 && /* @__PURE__ */ e("div", { className: "flex flex-wrap gap-2", children: f.map((r) => r.format === "Alternative" ? /* @__PURE__ */ e(x, { ...r }, r.id) : /* @__PURE__ */ e(u, { ...r }, r.id)) })
27
+ f.length > 0 && /* @__PURE__ */ e("div", { className: "flex flex-wrap gap-2", children: f.map((r) => r.format === "Alternative" ? /* @__PURE__ */ e(x, { ...r }, r.id) : /* @__PURE__ */ e(w, { ...r }, r.id)) })
28
28
  ] });
29
29
  export {
30
30
  y as ContentItem
@@ -1,6 +1,6 @@
1
1
  import { jsxs as o, jsx as m } from "react/jsx-runtime";
2
- import { Jumbotron as g } from "./Jumbotron.js";
3
- import { JumboDocs as w } from "./JumboDocs.js";
2
+ import { Jumbotron as u } from "./Jumbotron.js";
3
+ import { JumboDocs as g } from "./JumboDocs.js";
4
4
  import { Preform as h } from "./Preform.js";
5
5
  import { ProductInfo as N } from "./ProductInfo.js";
6
6
  import { BenefitsBar as b } from "./BenefitsBar.js";
@@ -17,35 +17,35 @@ const M = ({
17
17
  jumboDocs: r,
18
18
  preform: t,
19
19
  productInfo: f,
20
- benefitsBar: s,
21
- breadcrumb: c,
22
- tableOfContents: n,
20
+ benefitsBar: n,
21
+ breadcrumb: s,
22
+ tableOfContents: c,
23
23
  contentItems: x,
24
24
  faqSection: d,
25
- previewDownload: u,
25
+ previewDownload: w,
26
26
  previewSection: e,
27
27
  tryNowSection: l,
28
- freeDocModal: a
29
- }) => /* @__PURE__ */ o("main", { className: "flex-1", children: [
30
- /* @__PURE__ */ m(g, { ...p }),
31
- r && /* @__PURE__ */ m(w, { ...r }),
28
+ freeDocModal: i
29
+ }) => /* @__PURE__ */ o("main", { className: "min-w-0 flex-1", children: [
30
+ /* @__PURE__ */ m(u, { ...p }),
31
+ r && /* @__PURE__ */ m(g, { ...r }),
32
32
  t && /* @__PURE__ */ m(h, { ...t }),
33
33
  /* @__PURE__ */ m(N, { ...f }),
34
- /* @__PURE__ */ m(b, { ...s }),
34
+ /* @__PURE__ */ m(b, { ...n }),
35
35
  /* @__PURE__ */ m("section", { className: "px-4 pt-6 pb-10 text-neutral-800 md:px-6 lg:px-8 xl:px-30", children: /* @__PURE__ */ o("div", { className: "mx-auto flex w-full max-w-300 flex-col gap-6", children: [
36
- /* @__PURE__ */ m(P, { ...c }),
37
- /* @__PURE__ */ o("div", { className: "flex items-start md:gap-4 lg:gap-26.5 xl:gap-31", children: [
38
- /* @__PURE__ */ o("div", { className: "flex w-full max-w-100 flex-col gap-8 lg:max-w-137.5 xl:max-w-172.5", children: [
39
- /* @__PURE__ */ m(v, { ...n }),
40
- x.map((i) => /* @__PURE__ */ m(B, { ...i }, i.id)),
36
+ /* @__PURE__ */ m(P, { ...s }),
37
+ /* @__PURE__ */ o("div", { className: "flex w-full min-w-0 items-start md:gap-4 lg:gap-26.5 xl:gap-31", children: [
38
+ /* @__PURE__ */ o("div", { className: "flex w-full max-w-100 min-w-0 flex-col gap-8 lg:max-w-137.5 xl:max-w-172.5", children: [
39
+ /* @__PURE__ */ m(v, { ...c }),
40
+ x.map((a) => /* @__PURE__ */ m(B, { ...a }, a.id)),
41
41
  /* @__PURE__ */ m(T, { ...d })
42
42
  ] }),
43
- /* @__PURE__ */ m("aside", { className: "sticky top-20 hidden pt-4 md:block", children: /* @__PURE__ */ m(k, { ...u }) })
43
+ /* @__PURE__ */ m("aside", { className: "sticky top-20 hidden pt-4 md:block", children: /* @__PURE__ */ m(k, { ...w }) })
44
44
  ] })
45
45
  ] }) }),
46
46
  e && /* @__PURE__ */ m(C, { ...e }),
47
47
  l && /* @__PURE__ */ m(F, { ...l }),
48
- a && /* @__PURE__ */ m(I, { ...a })
48
+ i && /* @__PURE__ */ m(I, { ...i })
49
49
  ] });
50
50
  export {
51
51
  M as ProductTemplate
@@ -1,5 +1,5 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
- const t = ({ children: e }) => /* @__PURE__ */ r("div", { className: "my-4 w-full max-w-full overflow-x-auto", children: /* @__PURE__ */ r("table", { className: "my-10 w-full border-collapse rounded border-gray-500 text-center whitespace-normal text-neutral-900", children: e }) }), l = ({ children: e }) => /* @__PURE__ */ r("th", { className: "bg-primary-100 static min-h-10 border-r border-r-neutral-200 p-2 font-bold whitespace-normal first:rounded-tl last:rounded-tr last:border-0", children: e }), o = ({ children: e }) => /* @__PURE__ */ r("tr", { className: "even:bg-neutral-25 odd:bg-white", children: e }), s = ({ children: e }) => /* @__PURE__ */ r("td", { className: "border-r border-r-neutral-200 p-2 whitespace-normal last:border-0 [&_p]:mb-0", children: e });
2
+ const t = ({ children: e }) => /* @__PURE__ */ r("div", { className: "my-4 w-full overflow-x-auto", children: /* @__PURE__ */ r("table", { className: "my-10 w-full border-collapse rounded border-gray-500 text-center whitespace-normal text-neutral-900", children: e }) }), l = ({ children: e }) => /* @__PURE__ */ r("th", { className: "bg-primary-100 static min-h-10 border-r border-r-neutral-200 p-2 font-bold whitespace-normal first:rounded-tl last:rounded-tr last:border-0", children: e }), o = ({ children: e }) => /* @__PURE__ */ r("tr", { className: "even:bg-neutral-25 odd:bg-white", children: e }), s = ({ children: e }) => /* @__PURE__ */ r("td", { className: "border-r border-r-neutral-200 p-2 whitespace-normal last:border-0", children: e });
3
3
  export {
4
4
  t as Table,
5
5
  s as TableData,