@npm_leadtech/legal-contracts-ui 0.69.5 → 0.70.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.
@@ -1,15 +1,15 @@
1
1
  import { jsxs as l, jsx as e } from "react/jsx-runtime";
2
- import { DocumentItem as i } from "./DocumentItem.js";
3
- const x = ({ id: r, title: t, description: s, icon: c, documents: m }) => /* @__PURE__ */ l("article", { id: r, className: "flex scroll-mt-24 flex-col gap-6", children: [
2
+ import { DocumentItem as m } from "./DocumentItem.js";
3
+ const n = ({ id: r, title: s, description: c, icon: t, documents: i }) => /* @__PURE__ */ l("article", { id: r, className: "flex scroll-mt-24 flex-col gap-6", children: [
4
4
  /* @__PURE__ */ l("div", { className: "flex items-start gap-4 rounded bg-neutral-50 p-6", children: [
5
- c,
5
+ t,
6
6
  /* @__PURE__ */ l("div", { className: "flex flex-1 flex-col gap-2 text-neutral-800", children: [
7
- /* @__PURE__ */ e("p", { className: "font-lora text-super-large", children: t }),
8
- /* @__PURE__ */ e("p", { className: "text-medium", children: s })
7
+ /* @__PURE__ */ e("p", { className: "font-lora text-super-large", children: s }),
8
+ /* @__PURE__ */ e("p", { className: "text-medium", children: c })
9
9
  ] })
10
10
  ] }),
11
- /* @__PURE__ */ e("div", { className: "flex flex-wrap justify-between gap-6", children: m.map((a) => /* @__PURE__ */ e(i, { ...a, className: "w-full lg:w-[calc-(50%-0.75rem)]" }, a.id)) })
11
+ /* @__PURE__ */ e("div", { className: "grid grid-cols-1 gap-6 lg:grid-cols-2", children: i.map((a) => /* @__PURE__ */ e(m, { ...a, className: "w-full" }, a.id)) })
12
12
  ] });
13
13
  export {
14
- x as DocumentSection
14
+ n as DocumentSection
15
15
  };