@npm_leadtech/legal-contracts-ui 0.67.1 → 0.67.2

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,29 +1,30 @@
1
- import { jsxs as m, jsx as r } from "react/jsx-runtime";
2
- import { JumboCard as c } from "./JumboCard.js";
3
- import { Breadcrumb as n } from "./Breadcrumb.js";
4
- import { DocumentCategories as s } from "./DocumentCategories.js";
5
- import { DocumentSection as x } from "./DocumentSection.js";
6
- import { ContentItem as d } from "./ContentItem.js";
7
- import { FaqSection as f } from "./FaqSection.js";
8
- const w = ({
9
- jumbo: o,
10
- breadcrumb: t,
11
- categories: l,
12
- documentSections: a,
13
- contentItems: i,
14
- faqSection: p
15
- }) => /* @__PURE__ */ m("main", { className: "mx-auto flex-1 px-6 py-8 lg:px-8 xl:max-w-300 xl:px-0", children: [
16
- /* @__PURE__ */ r(c, { ...o }),
17
- /* @__PURE__ */ r(n, { ...t, className: "pb-4" }),
18
- /* @__PURE__ */ m("div", { className: "mx-auto flex flex-col justify-center gap-30 text-neutral-800 lg:flex-row", children: [
19
- /* @__PURE__ */ r(s, { ...l }),
20
- /* @__PURE__ */ m("div", { className: "pb-8", children: [
21
- a.map((e) => /* @__PURE__ */ r(x, { ...e }, e.id)),
22
- /* @__PURE__ */ r("div", { className: "w-full border-t border-neutral-200 py-10", children: i.map((e) => /* @__PURE__ */ r(d, { ...e }, e.id)) }),
23
- /* @__PURE__ */ r(f, { ...p })
1
+ import { jsxs as l, jsx as e } from "react/jsx-runtime";
2
+ import { JumboCard as i } from "./JumboCard.js";
3
+ import { Breadcrumb as s } from "./Breadcrumb.js";
4
+ import { DocumentCategories as x } from "./DocumentCategories.js";
5
+ import { DocumentSection as n } from "./DocumentSection.js";
6
+ import { ContentItem as f } from "./ContentItem.js";
7
+ import { FaqSection as u } from "./FaqSection.js";
8
+ const v = ({
9
+ jumbo: r,
10
+ breadcrumb: a,
11
+ categories: o,
12
+ documentSections: t,
13
+ contentItems: p,
14
+ faqSection: c
15
+ }) => /* @__PURE__ */ l("main", { className: "mx-auto flex-1 px-6 py-8 lg:px-8 xl:max-w-300 xl:px-0", children: [
16
+ /* @__PURE__ */ e(i, { ...r }),
17
+ /* @__PURE__ */ e(s, { ...a, className: "pb-4" }),
18
+ /* @__PURE__ */ l("div", { className: "mx-auto flex flex-col justify-center gap-30 text-neutral-800 lg:flex-row", children: [
19
+ /* @__PURE__ */ e(x, { ...o }),
20
+ /* @__PURE__ */ l("div", { className: "flex flex-col gap-10 pb-15.5", children: [
21
+ t.map((m) => /* @__PURE__ */ e(n, { ...m }, m.id)),
22
+ /* @__PURE__ */ e("span", { className: "h-px w-full bg-neutral-200" }),
23
+ /* @__PURE__ */ e("div", { className: "w-full", children: p.map((m) => /* @__PURE__ */ e(f, { ...m }, m.id)) }),
24
+ /* @__PURE__ */ e(u, { ...c })
24
25
  ] })
25
26
  ] })
26
27
  ] });
27
28
  export {
28
- w as AllDocumentsTemplate
29
+ v as AllDocumentsTemplate
29
30
  };