@npm_leadtech/legal-contracts-ui 0.64.0 → 0.64.2
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,27 +1,12 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
const
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
x: "8",
|
|
11
|
-
y: "6",
|
|
12
|
-
maskUnits: "userSpaceOnUse",
|
|
13
|
-
style: { maskType: "luminance" },
|
|
14
|
-
children: /* @__PURE__ */ i(
|
|
15
|
-
"path",
|
|
16
|
-
{
|
|
17
|
-
fill: "var(--color-neutral-white)",
|
|
18
|
-
d: "M10.41 6.705A.998.998 0 0 0 9 8.115L12.875 12l-3.876 3.885a.998.998 0 0 0 1.411 1.41l4.588-4.588a1 1 0 0 0 0-1.414z"
|
|
19
|
-
}
|
|
20
|
-
)
|
|
21
|
-
}
|
|
22
|
-
),
|
|
23
|
-
/* @__PURE__ */ i("g", { mask: "url(#mask0_2507_4542)", children: /* @__PURE__ */ i("path", { fill: "var(--color-primary-700)", d: "M0 0h24v24H0z" }) })
|
|
24
|
-
] });
|
|
3
|
+
const n = (t) => /* @__PURE__ */ o("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...t, children: /* @__PURE__ */ o(
|
|
4
|
+
"path",
|
|
5
|
+
{
|
|
6
|
+
d: "M10.4103 6.70527C10.0208 6.31569 9.38915 6.31569 8.99958 6.70527C8.6103 7.09454 8.60996 7.72557 8.99881 8.11526L12.875 11.9999L8.99881 15.8845C8.60996 16.2742 8.6103 16.9052 8.99958 17.2945C9.38915 17.6841 10.0208 17.6841 10.4103 17.2945L14.9979 12.707C15.3884 12.3165 15.3884 11.6833 14.9979 11.2928L10.4103 6.70527Z",
|
|
7
|
+
fill: "#05646E"
|
|
8
|
+
}
|
|
9
|
+
) });
|
|
25
10
|
export {
|
|
26
|
-
|
|
11
|
+
n as ChevronRightIcon
|
|
27
12
|
};
|
|
@@ -152,7 +152,7 @@ export declare interface ProductTemplateProps {
|
|
|
152
152
|
faqSection: FaqSectionProps;
|
|
153
153
|
previewDownload: PreviewDownloadProps;
|
|
154
154
|
previewSection?: PreviewSectionProps;
|
|
155
|
-
tryNowSection
|
|
155
|
+
tryNowSection?: TryNowSectionProps;
|
|
156
156
|
}
|
|
157
157
|
|
|
158
158
|
export type RadioFieldData = {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsxs as o, jsx as m } from "react/jsx-runtime";
|
|
2
2
|
import { Jumbotron as g } from "./Jumbotron.js";
|
|
3
3
|
import { JumboDocs as u } from "./JumboDocs.js";
|
|
4
|
-
import { Preform as
|
|
5
|
-
import { ProductInfo as
|
|
4
|
+
import { Preform as h } from "./Preform.js";
|
|
5
|
+
import { ProductInfo as w } from "./ProductInfo.js";
|
|
6
6
|
import { BenefitsBar as N } from "./BenefitsBar.js";
|
|
7
7
|
import { Breadcrumb as b } from "./Breadcrumb.js";
|
|
8
8
|
import { TableOfContents as P } from "./TableOfContents.js";
|
|
@@ -10,39 +10,39 @@ import { ContentItem as v } from "./ContentItem.js";
|
|
|
10
10
|
import { FaqSection as B } from "./FaqSection.js";
|
|
11
11
|
import { PreviewDownload as T } from "./PreviewDownload.js";
|
|
12
12
|
import { PreviewSection as k } from "./PreviewSection.js";
|
|
13
|
-
import { TryNowSection as
|
|
13
|
+
import { TryNowSection as C } from "./TryNowSection.js";
|
|
14
14
|
const H = ({
|
|
15
|
-
jumbotron:
|
|
15
|
+
jumbotron: i,
|
|
16
16
|
jumboDocs: r,
|
|
17
|
-
preform:
|
|
18
|
-
productInfo:
|
|
19
|
-
benefitsBar:
|
|
20
|
-
breadcrumb:
|
|
21
|
-
tableOfContents:
|
|
22
|
-
contentItems:
|
|
17
|
+
preform: e,
|
|
18
|
+
productInfo: p,
|
|
19
|
+
benefitsBar: f,
|
|
20
|
+
breadcrumb: s,
|
|
21
|
+
tableOfContents: c,
|
|
22
|
+
contentItems: x,
|
|
23
23
|
faqSection: n,
|
|
24
|
-
previewDownload:
|
|
25
|
-
previewSection:
|
|
26
|
-
tryNowSection:
|
|
24
|
+
previewDownload: d,
|
|
25
|
+
previewSection: t,
|
|
26
|
+
tryNowSection: a
|
|
27
27
|
}) => /* @__PURE__ */ o("main", { className: "flex-1", children: [
|
|
28
|
-
/* @__PURE__ */ m(g, { ...
|
|
28
|
+
/* @__PURE__ */ m(g, { ...i }),
|
|
29
29
|
r && /* @__PURE__ */ m(u, { ...r }),
|
|
30
|
-
|
|
31
|
-
/* @__PURE__ */ m(
|
|
32
|
-
/* @__PURE__ */ m(N, { ...
|
|
30
|
+
e && /* @__PURE__ */ m(h, { ...e }),
|
|
31
|
+
/* @__PURE__ */ m(w, { ...p }),
|
|
32
|
+
/* @__PURE__ */ m(N, { ...f }),
|
|
33
33
|
/* @__PURE__ */ m("section", { className: "px-4 pt-6 pb-10 text-neutral-800 md:px-6 lg:px-8 xl:px-30", children: /* @__PURE__ */ o("div", { className: "mx-auto flex w-full max-w-300 flex-col gap-6", children: [
|
|
34
|
-
/* @__PURE__ */ m(b, { ...
|
|
34
|
+
/* @__PURE__ */ m(b, { ...s }),
|
|
35
35
|
/* @__PURE__ */ o("div", { className: "flex items-start md:gap-4 lg:gap-26.5 xl:gap-31", children: [
|
|
36
36
|
/* @__PURE__ */ o("div", { className: "flex max-w-100 flex-col gap-8 lg:max-w-137.5 xl:max-w-172.5", children: [
|
|
37
|
-
/* @__PURE__ */ m(P, { ...
|
|
38
|
-
|
|
37
|
+
/* @__PURE__ */ m(P, { ...c }),
|
|
38
|
+
x.map((l) => /* @__PURE__ */ m(v, { ...l }, l.id)),
|
|
39
39
|
/* @__PURE__ */ m(B, { ...n })
|
|
40
40
|
] }),
|
|
41
|
-
/* @__PURE__ */ m("aside", { className: "sticky top-20 hidden pt-4 md:block", children: /* @__PURE__ */ m(T, { ...
|
|
41
|
+
/* @__PURE__ */ m("aside", { className: "sticky top-20 hidden pt-4 md:block", children: /* @__PURE__ */ m(T, { ...d }) })
|
|
42
42
|
] })
|
|
43
43
|
] }) }),
|
|
44
|
-
|
|
45
|
-
/* @__PURE__ */ m(
|
|
44
|
+
t && /* @__PURE__ */ m(k, { ...t }),
|
|
45
|
+
a && /* @__PURE__ */ m(C, { ...a })
|
|
46
46
|
] });
|
|
47
47
|
export {
|
|
48
48
|
H as ProductTemplate
|