@npm_leadtech/legal-contracts-ui 0.44.8 → 0.44.9
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,19 +1,19 @@
|
|
|
1
|
-
import { jsxs as
|
|
1
|
+
import { jsxs as l, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import { SectionHeading as
|
|
3
|
+
import { SectionHeading as t } from "./SectionHeading.js";
|
|
4
4
|
import { Item as o } from "./Item.js";
|
|
5
|
-
import { ChevronDownIcon as
|
|
6
|
-
const
|
|
7
|
-
/* @__PURE__ */
|
|
8
|
-
/* @__PURE__ */ e(
|
|
9
|
-
/* @__PURE__ */ e("div", { className: "grid grid-cols-3", children:
|
|
5
|
+
import { ChevronDownIcon as s } from "./ChevronDownIcon.js";
|
|
6
|
+
const x = ({ header: n, moreDocuments: i = [] }) => i.length === 0 ? null : /* @__PURE__ */ l("section", { className: "mx-auto px-6 py-10 text-neutral-800 lg:px-8 lg:py-12 xl:max-w-300 xl:px-0", children: [
|
|
7
|
+
/* @__PURE__ */ l("div", { className: "hidden flex-col gap-6 md:flex", children: [
|
|
8
|
+
/* @__PURE__ */ e(t, { ...n, align: "start" }),
|
|
9
|
+
/* @__PURE__ */ e("div", { className: "grid grid-cols-3", children: i.map((r) => /* @__PURE__ */ e("div", { className: "border-neutral-200 px-6 not-nth-[3n]:border-r", children: /* @__PURE__ */ e(o, { ...r, className: "items-start! px-2!", titleClassName: "font-normal!" }) }, r.id ?? r.title)) })
|
|
10
10
|
] }),
|
|
11
|
-
/* @__PURE__ */ e("div", { className: "flex flex-col gap-10 md:hidden", children: /* @__PURE__ */
|
|
12
|
-
/* @__PURE__ */
|
|
11
|
+
/* @__PURE__ */ e("div", { className: "flex flex-col gap-10 md:hidden", children: /* @__PURE__ */ l("details", { className: "group", children: [
|
|
12
|
+
/* @__PURE__ */ l("summary", { className: "flex cursor-pointer list-none items-center justify-between rounded-sm border border-neutral-200 p-4", children: [
|
|
13
13
|
/* @__PURE__ */ e("span", { children: n.title }),
|
|
14
|
-
/* @__PURE__ */ e(
|
|
14
|
+
/* @__PURE__ */ e(s, { className: "h-5 w-5 transition-transform group-open:rotate-180" })
|
|
15
15
|
] }),
|
|
16
|
-
/* @__PURE__ */ e("div", { className: "flex flex-col border-x border-b border-neutral-200", children:
|
|
16
|
+
/* @__PURE__ */ e("div", { className: "flex flex-col border-x border-b border-neutral-200", children: i.map((r) => /* @__PURE__ */ e(
|
|
17
17
|
o,
|
|
18
18
|
{
|
|
19
19
|
image: r.image,
|
|
@@ -28,5 +28,5 @@ const f = ({ header: n, moreDocuments: l = [] }) => l.length === 0 ? null : /* @
|
|
|
28
28
|
] }) })
|
|
29
29
|
] });
|
|
30
30
|
export {
|
|
31
|
-
|
|
31
|
+
x as MoreTemplatesSection
|
|
32
32
|
};
|