@npm_leadtech/legal-contracts-ui 0.69.3 → 0.69.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.
@@ -12,7 +12,7 @@ const w = ({
12
12
  documentSections: o,
13
13
  contentItems: p,
14
14
  faqSection: s
15
- }) => /* @__PURE__ */ a("main", { className: "mx-auto flex flex-1 flex-col gap-4 px-6 pt-8 pb-8 lg:px-8 lg:pb-16 xl:max-w-300 xl:px-0", children: [
15
+ }) => /* @__PURE__ */ a("main", { className: "mx-auto flex flex-1 flex-col gap-4 px-6 pt-8 pb-16 lg:px-8 xl:max-w-300 xl:px-0", children: [
16
16
  /* @__PURE__ */ e(c, { ...m }),
17
17
  /* @__PURE__ */ e(i, { ...t, className: "pt-2" }),
18
18
  /* @__PURE__ */ a("div", { className: "mx-auto flex justify-center gap-4 text-neutral-800 lg:gap-26.5 xl:gap-31.5", children: [
@@ -1,15 +1,15 @@
1
1
  import { jsxs as l, jsx as e } from "react/jsx-runtime";
2
2
  import { DocumentItem as i } from "./DocumentItem.js";
3
- const o = ({ id: r, title: s, description: t, icon: c, documents: m }) => /* @__PURE__ */ l("article", { id: r, className: "flex max-w-198 scroll-mt-24 flex-col gap-6", children: [
4
- /* @__PURE__ */ l("div", { className: "flex gap-4 rounded bg-neutral-50 p-6", children: [
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: [
4
+ /* @__PURE__ */ l("div", { className: "flex items-start gap-4 rounded bg-neutral-50 p-6", children: [
5
5
  c,
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: s }),
8
- /* @__PURE__ */ e("p", { className: "text-medium", children: t })
7
+ /* @__PURE__ */ e("p", { className: "font-lora text-super-large", children: t }),
8
+ /* @__PURE__ */ e("p", { className: "text-medium", children: s })
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-47/100" }, a.id)) })
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)) })
12
12
  ] });
13
13
  export {
14
- o as DocumentSection
14
+ x as DocumentSection
15
15
  };