@npm_leadtech/legal-contracts-ui 0.90.2 → 0.90.3
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,29 @@
|
|
|
1
1
|
import { jsx as e, jsxs as t } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import { Markdown as
|
|
2
|
+
import n from "clsx";
|
|
3
|
+
import { Markdown as d } from "./Markdown.js";
|
|
4
4
|
import { LinkWrapper as m } from "./LinkWrapper.js";
|
|
5
|
-
const
|
|
5
|
+
const s = ({ title: r, icon: a, variant: i, className: o = "" }) => /* @__PURE__ */ t("div", { className: n("text-small flex items-center gap-1 rounded shadow-lg", {
|
|
6
6
|
default: "text-neutral-600 bg-neutral-25 p-2",
|
|
7
7
|
highlight: "text-primary-500 font-bold bg-primary-100 border border-primary-300 p-1",
|
|
8
8
|
dark: "text-white font-bold bg-primary-800 p-2"
|
|
9
|
-
}[
|
|
9
|
+
}[i], o), children: [
|
|
10
10
|
a,
|
|
11
11
|
r
|
|
12
|
-
] }),
|
|
12
|
+
] }), b = ({ title: r, description: a, cta: i, rightImage: o, tags: l }) => /* @__PURE__ */ e("section", { className: "bg-white px-6 py-8 lg:px-8 lg:py-12 xl:px-0", children: /* @__PURE__ */ t("div", { className: "bg-neutral-25 mx-auto flex w-full max-w-298 rounded-2xl p-8 lg:gap-20 lg:px-16 lg:pt-12 lg:pb-0", children: [
|
|
13
13
|
/* @__PURE__ */ t("div", { className: "flex flex-col gap-8 lg:pb-12", children: [
|
|
14
14
|
/* @__PURE__ */ t("div", { className: "flex flex-col gap-4", children: [
|
|
15
15
|
/* @__PURE__ */ e("h3", { className: "text-super-large text-primary-900 font-bold", children: r }),
|
|
16
|
-
/* @__PURE__ */ e(
|
|
16
|
+
/* @__PURE__ */ e(d, { className: "text-medium text-neutral-800 [&_p:last-child]:mb-0", content: a })
|
|
17
17
|
] }),
|
|
18
|
-
/* @__PURE__ */ e(m, { className: "w-fit", variant: "primary-green", children:
|
|
18
|
+
/* @__PURE__ */ e(m, { className: "w-fit", variant: "primary-green", children: i })
|
|
19
19
|
] }),
|
|
20
20
|
/* @__PURE__ */ t("div", { className: "relative hidden shrink-0 self-end lg:block", children: [
|
|
21
|
-
/* @__PURE__ */ e("div", { className: "overflow-hidden
|
|
22
|
-
l.top && /* @__PURE__ */ e(
|
|
23
|
-
l.middle && /* @__PURE__ */ e(
|
|
24
|
-
l.bottom && /* @__PURE__ */ e(
|
|
21
|
+
/* @__PURE__ */ e("div", { className: "overflow-hidden", children: o }),
|
|
22
|
+
l.top && /* @__PURE__ */ e(s, { ...l.top, className: "absolute -top-3 left-20" }),
|
|
23
|
+
l.middle && /* @__PURE__ */ e(s, { ...l.middle, className: "absolute bottom-36 -left-4" }),
|
|
24
|
+
l.bottom && /* @__PURE__ */ e(s, { ...l.bottom, className: "absolute top-19 -right-4" })
|
|
25
25
|
] })
|
|
26
26
|
] }) });
|
|
27
27
|
export {
|
|
28
|
-
|
|
28
|
+
b as BannerTagSection
|
|
29
29
|
};
|
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
import { jsxs as l, jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { Hero2Section as
|
|
3
|
-
import { HowItWorksSection as
|
|
4
|
-
import { FastAndSimpleSection as
|
|
2
|
+
import { Hero2Section as s } from "./Hero2Section.js";
|
|
3
|
+
import { HowItWorksSection as c } from "./HowItWorksSection.js";
|
|
4
|
+
import { FastAndSimpleSection as p } from "./FastAndSimpleSection.js";
|
|
5
5
|
import { FeaturesSection as x } from "./FeaturesSection.js";
|
|
6
6
|
import { BannerTagSection as f } from "./BannerTagSection.js";
|
|
7
7
|
import { FaqSection as S } from "./FaqSection.js";
|
|
8
|
-
const
|
|
9
|
-
hero:
|
|
8
|
+
const y = ({
|
|
9
|
+
hero: e,
|
|
10
10
|
howItWorks: r,
|
|
11
11
|
fastAndSimple: t,
|
|
12
|
-
benefits:
|
|
13
|
-
trustPilot:
|
|
12
|
+
benefits: i,
|
|
13
|
+
trustPilot: m,
|
|
14
14
|
signAndSend: a,
|
|
15
15
|
faq: n
|
|
16
|
-
}) => /* @__PURE__ */ l("main", { className: "w-full flex-1", children: [
|
|
17
|
-
/* @__PURE__ */ o(
|
|
18
|
-
/* @__PURE__ */ o(
|
|
19
|
-
/* @__PURE__ */ o(
|
|
20
|
-
/* @__PURE__ */ o(x, { ...
|
|
21
|
-
/* @__PURE__ */ o("
|
|
16
|
+
}) => /* @__PURE__ */ l("main", { className: "w-full flex-1 bg-neutral-50", children: [
|
|
17
|
+
/* @__PURE__ */ o(s, { ...e, variant: "esign" }),
|
|
18
|
+
/* @__PURE__ */ o(c, { ...r }),
|
|
19
|
+
/* @__PURE__ */ o(p, { ...t, variant: "esign" }),
|
|
20
|
+
/* @__PURE__ */ o(x, { ...i }),
|
|
21
|
+
/* @__PURE__ */ o("section", { className: "mx-auto px-6 py-8 lg:px-8 lg:py-12 xl:px-0", children: /* @__PURE__ */ o("div", { className: "w-full max-w-254 md:h-34", children: m }) }),
|
|
22
22
|
/* @__PURE__ */ o(f, { ...a }),
|
|
23
23
|
/* @__PURE__ */ o(S, { ...n, className: "mx-auto max-w-4xl px-4 py-16" })
|
|
24
24
|
] });
|
|
25
25
|
export {
|
|
26
|
-
|
|
26
|
+
y as ElectronicSignatureTemplate
|
|
27
27
|
};
|