@npm_leadtech/legal-contracts-ui 0.129.13 → 0.129.14

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 l, jsx as e } from "react/jsx-runtime";
1
+ import { jsxs as l, Fragment as s, jsx as e } from "react/jsx-runtime";
2
2
  import "react";
3
- import { SectionHeading as s } from "./SectionHeading.js";
4
- import { DoneCircleIcon as t } from "./DoneCircleIcon.js";
3
+ import { SectionHeading as t } from "./SectionHeading.js";
4
+ import { DoneCircleIcon as n } from "./DoneCircleIcon.js";
5
5
  import { LinkWrapper as d } from "./LinkWrapper.js";
6
- const h = ({ header: a, trustReasons: c, cta: m, trustPilot: i }) => /* @__PURE__ */ l("section", { className: "mx-auto flex flex-col items-center gap-14 px-6 py-10 lg:px-8 lg:py-12 xl:max-w-300 xl:px-0", children: [
7
- /* @__PURE__ */ l("div", { className: "flex flex-col items-center gap-10", children: [
8
- /* @__PURE__ */ e(s, { ...a }),
9
- /* @__PURE__ */ e("div", { className: "flex flex-col gap-6 md:grid md:grid-cols-3", children: c.map((r) => /* @__PURE__ */ l("div", { className: "flex items-start gap-2", children: [
10
- /* @__PURE__ */ e("div", { className: "shrink-0", children: /* @__PURE__ */ e(t, { width: 32, height: 32 }) }),
11
- /* @__PURE__ */ e("p", { className: "text-neutral-600", children: r })
12
- ] }, r)) }),
13
- /* @__PURE__ */ e(d, { className: "w-full md:w-fit", children: m })
14
- ] }),
15
- !!i && /* @__PURE__ */ e("div", { className: "w-full max-w-254 md:h-34", children: i })
6
+ const g = ({ header: r, trustReasons: m, cta: c, trustPilot: i }) => /* @__PURE__ */ l(s, { children: [
7
+ /* @__PURE__ */ e("section", { className: "bg-neutral-25", children: /* @__PURE__ */ l("div", { className: "mx-auto flex flex-col items-center gap-10 px-6 py-10 lg:px-8 lg:py-12 xl:max-w-300 xl:px-0", children: [
8
+ /* @__PURE__ */ e(t, { ...r }),
9
+ /* @__PURE__ */ e("div", { className: "flex flex-col gap-6 md:grid md:grid-cols-3", children: m.map((a) => /* @__PURE__ */ l("div", { className: "flex items-start gap-2", children: [
10
+ /* @__PURE__ */ e("div", { className: "shrink-0", children: /* @__PURE__ */ e(n, { width: 32, height: 32 }) }),
11
+ /* @__PURE__ */ e("p", { className: "text-neutral-600", children: a })
12
+ ] }, a)) }),
13
+ /* @__PURE__ */ e(d, { className: "w-full md:w-fit", children: c })
14
+ ] }) }),
15
+ /* @__PURE__ */ e("section", { className: "mx-auto w-full bg-white", children: !!i && /* @__PURE__ */ e("div", { className: "mx-auto w-full max-w-254 md:h-34", children: i }) })
16
16
  ] });
17
17
  export {
18
- h as TrustSection
18
+ g as TrustSection
19
19
  };