@npm_leadtech/legal-contracts-ui 0.96.2 → 0.97.1
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.
- package/dist/components/AiLegalDocumentReviewerTemplate.d.ts +5 -3
- package/dist/components/AiLegalDocumentReviewerTemplate.js +18 -18
- package/dist/components/BannerTagSection.d.ts +1 -0
- package/dist/components/BannerTagSection.js +19 -19
- package/dist/components/ConversionSection.js +6 -6
- package/dist/components/ElectronicSignatureTemplate.d.ts +5 -3
- package/dist/components/ElectronicSignatureTemplate.js +18 -18
- package/dist/components/Hero2Section.js +18 -18
- package/dist/components/HowItWorksSection.d.ts +1 -0
- package/dist/components/HowItWorksSection.js +32 -19
- package/dist/components/UploadZone.js +1 -1
- package/dist/components/index.d.ts +1166 -0
- package/dist/globals.css +1 -1
- package/package.json +1 -1
|
@@ -5,13 +5,13 @@ export declare const AiLegalDocumentReviewerTemplate: FC<AiLegalDocumentReviewer
|
|
|
5
5
|
|
|
6
6
|
export declare type AiLegalDocumentReviewerTemplateProps = {
|
|
7
7
|
hero: Omit<Hero2SectionProps, 'variant'>;
|
|
8
|
-
howItWorks: HowItWorksSectionProps
|
|
8
|
+
howItWorks: Omit<HowItWorksSectionProps, 'variant'>;
|
|
9
9
|
fastAndSimple: Omit<FastAndSimpleSectionProps, 'variant'>;
|
|
10
10
|
conversion: ConversionSectionProps;
|
|
11
11
|
insights: FeaturesSectionProps;
|
|
12
12
|
trustPilot: ReactNode;
|
|
13
|
-
askQuestions: BannerTagSectionProps
|
|
14
|
-
faq: FaqSectionProps
|
|
13
|
+
askQuestions: Omit<BannerTagSectionProps, 'variant'>;
|
|
14
|
+
faq: Omit<FaqSectionProps, 'className'>;
|
|
15
15
|
toast?: ToastProps;
|
|
16
16
|
};
|
|
17
17
|
|
|
@@ -25,6 +25,7 @@ export interface BannerTagSectionProps {
|
|
|
25
25
|
middle: TagProps | null;
|
|
26
26
|
bottom: TagProps | null;
|
|
27
27
|
};
|
|
28
|
+
variant: 'esign' | 'ratafia';
|
|
28
29
|
}
|
|
29
30
|
|
|
30
31
|
export interface ConversionSectionProps {
|
|
@@ -93,6 +94,7 @@ export interface HowItWorksSectionProps {
|
|
|
93
94
|
title: string;
|
|
94
95
|
description: string;
|
|
95
96
|
steps: HowItWorksStep[];
|
|
97
|
+
variant: 'esign' | 'ratafia';
|
|
96
98
|
}
|
|
97
99
|
|
|
98
100
|
export interface HowItWorksStep {
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
import { jsxs as c, jsx as
|
|
1
|
+
import { jsxs as c, jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import { ConversionSection as s } from "./ConversionSection.js";
|
|
3
3
|
import { Hero2Section as f } from "./Hero2Section.js";
|
|
4
4
|
import { HowItWorksSection as x } from "./HowItWorksSection.js";
|
|
5
|
-
import { FastAndSimpleSection as
|
|
6
|
-
import { FeaturesSection as
|
|
7
|
-
import { BannerTagSection as
|
|
8
|
-
import { FaqSection as
|
|
9
|
-
import { Toast as
|
|
5
|
+
import { FastAndSimpleSection as g } from "./FastAndSimpleSection.js";
|
|
6
|
+
import { FeaturesSection as u } from "./FeaturesSection.js";
|
|
7
|
+
import { BannerTagSection as S } from "./BannerTagSection.js";
|
|
8
|
+
import { FaqSection as v } from "./FaqSection.js";
|
|
9
|
+
import { Toast as w } from "./Toast.js";
|
|
10
10
|
const H = ({
|
|
11
|
-
hero:
|
|
11
|
+
hero: o,
|
|
12
12
|
howItWorks: t,
|
|
13
|
-
fastAndSimple:
|
|
14
|
-
conversion:
|
|
13
|
+
fastAndSimple: i,
|
|
14
|
+
conversion: e,
|
|
15
15
|
insights: m,
|
|
16
16
|
trustPilot: n,
|
|
17
17
|
askQuestions: l,
|
|
18
18
|
faq: p,
|
|
19
19
|
toast: r
|
|
20
20
|
}) => /* @__PURE__ */ c("main", { className: "bg-neutral-25 w-full flex-1", children: [
|
|
21
|
-
/* @__PURE__ */
|
|
22
|
-
/* @__PURE__ */
|
|
23
|
-
/* @__PURE__ */
|
|
24
|
-
/* @__PURE__ */
|
|
25
|
-
/* @__PURE__ */
|
|
26
|
-
/* @__PURE__ */
|
|
27
|
-
/* @__PURE__ */
|
|
28
|
-
/* @__PURE__ */
|
|
29
|
-
r && /* @__PURE__ */
|
|
21
|
+
/* @__PURE__ */ a(f, { ...o, variant: "ratafia" }),
|
|
22
|
+
/* @__PURE__ */ a(x, { ...t, variant: "ratafia" }),
|
|
23
|
+
/* @__PURE__ */ a(g, { ...i, variant: "ratafia" }),
|
|
24
|
+
/* @__PURE__ */ a(u, { ...m }),
|
|
25
|
+
/* @__PURE__ */ a(s, { ...e }),
|
|
26
|
+
/* @__PURE__ */ a("section", { className: "bg-white px-6 py-8 lg:px-8 lg:py-12 xl:px-0", children: /* @__PURE__ */ a("div", { className: "mx-auto w-full max-w-254 md:h-34", children: n }) }),
|
|
27
|
+
/* @__PURE__ */ a(S, { ...l, variant: "ratafia" }),
|
|
28
|
+
/* @__PURE__ */ a(v, { ...p, className: "mx-auto max-w-250 px-6 py-12 lg:px-8 lg:pb-20 xl:px-0" }),
|
|
29
|
+
r && /* @__PURE__ */ a(w, { ...r })
|
|
30
30
|
] });
|
|
31
31
|
export {
|
|
32
32
|
H as AiLegalDocumentReviewerTemplate
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
import { jsx as e, jsxs as
|
|
2
|
-
import
|
|
3
|
-
import { Markdown as
|
|
4
|
-
import { LinkWrapper as
|
|
5
|
-
const s = ({ title:
|
|
1
|
+
import { jsx as e, jsxs as l } from "react/jsx-runtime";
|
|
2
|
+
import d from "clsx";
|
|
3
|
+
import { Markdown as m } from "./Markdown.js";
|
|
4
|
+
import { LinkWrapper as p } from "./LinkWrapper.js";
|
|
5
|
+
const s = ({ title: t, icon: r, variant: i, className: o = "" }) => /* @__PURE__ */ l("div", { className: d("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
|
-
|
|
11
|
-
|
|
12
|
-
] }),
|
|
13
|
-
/* @__PURE__ */
|
|
14
|
-
/* @__PURE__ */
|
|
15
|
-
/* @__PURE__ */ e("h3", { className: "text-super-large text-primary-900 font-bold", children:
|
|
16
|
-
/* @__PURE__ */ e(
|
|
10
|
+
r,
|
|
11
|
+
t
|
|
12
|
+
] }), g = ({ title: t, description: r, cta: i, rightImage: o, tags: a, variant: n }) => /* @__PURE__ */ e("section", { className: "bg-white px-6 py-8 lg:px-8 lg:py-12 xl:px-0", children: /* @__PURE__ */ l("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
|
+
/* @__PURE__ */ l("div", { className: "flex flex-col gap-8 lg:pb-12", children: [
|
|
14
|
+
/* @__PURE__ */ l("div", { className: "flex flex-col gap-4", children: [
|
|
15
|
+
/* @__PURE__ */ e("h3", { className: "text-super-large text-primary-900 font-bold", children: t }),
|
|
16
|
+
/* @__PURE__ */ e(m, { className: "text-medium text-neutral-800 [&_p:last-child]:mb-0", content: r })
|
|
17
17
|
] }),
|
|
18
|
-
/* @__PURE__ */ e(
|
|
18
|
+
/* @__PURE__ */ e(p, { className: "w-fit", variant: "primary-green", children: i })
|
|
19
19
|
] }),
|
|
20
|
-
/* @__PURE__ */
|
|
21
|
-
/* @__PURE__ */ e("div", { className: "overflow-hidden", children: o }),
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
20
|
+
/* @__PURE__ */ l("div", { className: "relative hidden shrink-0 self-end lg:block", children: [
|
|
21
|
+
/* @__PURE__ */ e("div", { className: d("overflow-hidden", n === "ratafia" && "rounded-t-md shadow-sm"), children: o }),
|
|
22
|
+
a.top && /* @__PURE__ */ e(s, { ...a.top, className: "absolute -top-3 left-50/100 translate-x-[-50%]" }),
|
|
23
|
+
a.middle && /* @__PURE__ */ e(s, { ...a.middle, className: "absolute bottom-36 -left-4" }),
|
|
24
|
+
a.bottom && /* @__PURE__ */ e(s, { ...a.bottom, className: "absolute top-19 -right-4" })
|
|
25
25
|
] })
|
|
26
26
|
] }) });
|
|
27
27
|
export {
|
|
28
|
-
|
|
28
|
+
g as BannerTagSection
|
|
29
29
|
};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { jsx as e, jsxs as l } from "react/jsx-runtime";
|
|
2
|
-
import { UploadZone as
|
|
3
|
-
const
|
|
2
|
+
import { UploadZone as s } from "./UploadZone.js";
|
|
3
|
+
const n = ({ icon: a, title: t, uploadZone: r }) => /* @__PURE__ */ e("section", { className: "bg-white px-6 py-8 xl:px-0", children: /* @__PURE__ */ l("div", { className: "bg-ratafia mx-auto flex w-full max-w-300 shrink flex-col gap-6 rounded-2xl p-6 md:flex-row md:items-center md:gap-10 md:p-8 lg:pe-10 lg:pl-16 xl:items-start xl:gap-20", children: [
|
|
4
4
|
/* @__PURE__ */ l("div", { className: "flex flex-col gap-4", children: [
|
|
5
|
-
a,
|
|
6
|
-
/* @__PURE__ */ e("h4", { className: "text-super-large md:text-extra-large font-bold text-white", children:
|
|
5
|
+
/* @__PURE__ */ e("span", { className: "xl:pt-12", children: a }),
|
|
6
|
+
/* @__PURE__ */ e("h4", { className: "text-super-large md:text-extra-large font-bold text-white", children: t })
|
|
7
7
|
] }),
|
|
8
|
-
/* @__PURE__ */ e(
|
|
8
|
+
/* @__PURE__ */ e(s, { ...r, containerClassName: "md:min-w-77 lg:min-w-115" })
|
|
9
9
|
] }) });
|
|
10
10
|
export {
|
|
11
|
-
|
|
11
|
+
n as ConversionSection
|
|
12
12
|
};
|
|
@@ -11,18 +11,19 @@ export interface BannerTagSectionProps {
|
|
|
11
11
|
middle: TagProps | null;
|
|
12
12
|
bottom: TagProps | null;
|
|
13
13
|
};
|
|
14
|
+
variant: 'esign' | 'ratafia';
|
|
14
15
|
}
|
|
15
16
|
|
|
16
17
|
export declare const ElectronicSignatureTemplate: FC<ElectronicSignatureTemplateProps>;
|
|
17
18
|
|
|
18
19
|
export declare interface ElectronicSignatureTemplateProps {
|
|
19
20
|
hero: Omit<Hero2SectionProps, 'variant'>;
|
|
20
|
-
howItWorks: HowItWorksSectionProps
|
|
21
|
+
howItWorks: Omit<HowItWorksSectionProps, 'variant'>;
|
|
21
22
|
fastAndSimple: Omit<FastAndSimpleSectionProps, 'variant'>;
|
|
22
23
|
benefits: FeaturesSectionProps;
|
|
23
24
|
trustPilot: ReactNode;
|
|
24
|
-
signAndSend: BannerTagSectionProps
|
|
25
|
-
faq: FaqSectionProps
|
|
25
|
+
signAndSend: Omit<BannerTagSectionProps, 'variant'>;
|
|
26
|
+
faq: Omit<FaqSectionProps, 'className'>;
|
|
26
27
|
toast?: ToastProps;
|
|
27
28
|
}
|
|
28
29
|
|
|
@@ -86,6 +87,7 @@ export interface HowItWorksSectionProps {
|
|
|
86
87
|
title: string;
|
|
87
88
|
description: string;
|
|
88
89
|
steps: HowItWorksStep[];
|
|
90
|
+
variant: 'esign' | 'ratafia';
|
|
89
91
|
}
|
|
90
92
|
|
|
91
93
|
export interface HowItWorksStep {
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
import { jsxs as p, jsx as
|
|
1
|
+
import { jsxs as p, jsx as i } from "react/jsx-runtime";
|
|
2
2
|
import { Hero2Section as s } from "./Hero2Section.js";
|
|
3
3
|
import { HowItWorksSection as c } from "./HowItWorksSection.js";
|
|
4
4
|
import { FastAndSimpleSection as x } from "./FastAndSimpleSection.js";
|
|
5
|
-
import { FeaturesSection as
|
|
6
|
-
import { BannerTagSection as
|
|
5
|
+
import { FeaturesSection as g } from "./FeaturesSection.js";
|
|
6
|
+
import { BannerTagSection as f } from "./BannerTagSection.js";
|
|
7
7
|
import { Toast as S } from "./Toast.js";
|
|
8
8
|
import { FaqSection as u } from "./FaqSection.js";
|
|
9
|
-
const
|
|
10
|
-
hero:
|
|
11
|
-
howItWorks:
|
|
12
|
-
fastAndSimple:
|
|
13
|
-
benefits:
|
|
14
|
-
trustPilot:
|
|
9
|
+
const T = ({
|
|
10
|
+
hero: o,
|
|
11
|
+
howItWorks: r,
|
|
12
|
+
fastAndSimple: t,
|
|
13
|
+
benefits: a,
|
|
14
|
+
trustPilot: m,
|
|
15
15
|
signAndSend: n,
|
|
16
16
|
faq: l,
|
|
17
17
|
toast: e
|
|
18
18
|
}) => /* @__PURE__ */ p("main", { className: "bg-neutral-25 w-full flex-1", children: [
|
|
19
|
-
/* @__PURE__ */
|
|
20
|
-
/* @__PURE__ */
|
|
21
|
-
/* @__PURE__ */
|
|
22
|
-
/* @__PURE__ */
|
|
23
|
-
/* @__PURE__ */
|
|
24
|
-
/* @__PURE__ */
|
|
25
|
-
/* @__PURE__ */
|
|
26
|
-
e && /* @__PURE__ */
|
|
19
|
+
/* @__PURE__ */ i(s, { ...o, variant: "esign" }),
|
|
20
|
+
/* @__PURE__ */ i(c, { ...r, variant: "esign" }),
|
|
21
|
+
/* @__PURE__ */ i(x, { ...t, variant: "esign" }),
|
|
22
|
+
/* @__PURE__ */ i(g, { ...a }),
|
|
23
|
+
/* @__PURE__ */ i("section", { className: "bg-white px-6 py-8 lg:px-8 lg:py-12 xl:px-0", children: /* @__PURE__ */ i("div", { className: "mx-auto w-full max-w-254 md:h-34", children: m }) }),
|
|
24
|
+
/* @__PURE__ */ i(f, { ...n, variant: "esign" }),
|
|
25
|
+
/* @__PURE__ */ i(u, { ...l, className: "mx-auto max-w-250 px-6 py-12 lg:px-8 lg:pb-20 xl:px-0" }),
|
|
26
|
+
e && /* @__PURE__ */ i(S, { ...e })
|
|
27
27
|
] });
|
|
28
28
|
export {
|
|
29
|
-
|
|
29
|
+
T as ElectronicSignatureTemplate
|
|
30
30
|
};
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { jsxs as l, Fragment as
|
|
2
|
-
import { UploadZone as
|
|
1
|
+
import { jsxs as l, Fragment as p, jsx as a } from "react/jsx-runtime";
|
|
2
|
+
import { UploadZone as f } from "./UploadZone.js";
|
|
3
3
|
import t from "clsx";
|
|
4
|
-
import { renderRatafiaTitle as
|
|
5
|
-
import { Markdown as
|
|
4
|
+
import { renderRatafiaTitle as h } from "./Hero2SectionTitle.utils.js";
|
|
5
|
+
import { Markdown as s } from "./Markdown.js";
|
|
6
6
|
const v = ({
|
|
7
7
|
title: i,
|
|
8
|
-
description:
|
|
9
|
-
highlights:
|
|
8
|
+
description: o,
|
|
9
|
+
highlights: c,
|
|
10
10
|
variant: x,
|
|
11
|
-
uploadZone:
|
|
12
|
-
bgLeft:
|
|
11
|
+
uploadZone: d,
|
|
12
|
+
bgLeft: n,
|
|
13
13
|
bgRight: m
|
|
14
14
|
}) => {
|
|
15
15
|
const e = x === "ratafia";
|
|
@@ -22,11 +22,11 @@ const v = ({
|
|
|
22
22
|
!e && "bg-neutral-50"
|
|
23
23
|
),
|
|
24
24
|
children: [
|
|
25
|
-
!e && /* @__PURE__ */ l(
|
|
26
|
-
!!
|
|
25
|
+
!e && /* @__PURE__ */ l(p, { children: [
|
|
26
|
+
!!n && /* @__PURE__ */ a("div", { className: "absolute -left-25 hidden lg:block xl:left-0", children: n }),
|
|
27
27
|
!!m && /* @__PURE__ */ a("div", { className: "absolute -right-15 bottom-0 xl:right-5", children: m })
|
|
28
28
|
] }),
|
|
29
|
-
/* @__PURE__ */ l("div", { className: "mx-auto flex max-w-300 shrink flex-col gap-10 md:flex-row md:items-center", children: [
|
|
29
|
+
/* @__PURE__ */ l("div", { className: "mx-auto flex max-w-300 shrink flex-col gap-10 md:flex-row md:items-center xl:gap-20", children: [
|
|
30
30
|
/* @__PURE__ */ l("div", { className: "flex flex-col gap-4", children: [
|
|
31
31
|
/* @__PURE__ */ a(
|
|
32
32
|
"h1",
|
|
@@ -36,17 +36,17 @@ const v = ({
|
|
|
36
36
|
!e && "text-primary-900",
|
|
37
37
|
e && "text-white"
|
|
38
38
|
),
|
|
39
|
-
children: e ?
|
|
39
|
+
children: e ? h(i) : i
|
|
40
40
|
}
|
|
41
41
|
),
|
|
42
42
|
/* @__PURE__ */ a(
|
|
43
|
-
|
|
43
|
+
s,
|
|
44
44
|
{
|
|
45
45
|
className: t("text-medium [&_p:last-child]:mb-0", e ? "text-white" : "text-neutral-800"),
|
|
46
|
-
content:
|
|
46
|
+
content: o
|
|
47
47
|
}
|
|
48
48
|
),
|
|
49
|
-
/* @__PURE__ */ a("div", { className: "flex flex-wrap gap-4", children:
|
|
49
|
+
/* @__PURE__ */ a("div", { className: "flex flex-wrap gap-4", children: c.map((r) => /* @__PURE__ */ l(
|
|
50
50
|
"span",
|
|
51
51
|
{
|
|
52
52
|
className: t(
|
|
@@ -55,14 +55,14 @@ const v = ({
|
|
|
55
55
|
!e && "bg-primary-800 text-primary-50"
|
|
56
56
|
),
|
|
57
57
|
children: [
|
|
58
|
-
r.icon,
|
|
59
|
-
r.label
|
|
58
|
+
/* @__PURE__ */ a("span", { className: "flex shrink-0", children: r.icon }),
|
|
59
|
+
/* @__PURE__ */ a(s, { content: r.label, className: "text-small [&_p:last-child]:mb-0" })
|
|
60
60
|
]
|
|
61
61
|
},
|
|
62
62
|
r.id
|
|
63
63
|
)) })
|
|
64
64
|
] }),
|
|
65
|
-
/* @__PURE__ */ a(
|
|
65
|
+
/* @__PURE__ */ a(f, { ...d, containerClassName: "md:min-w-85 lg:min-w-115 xl:min-w-140" })
|
|
66
66
|
] })
|
|
67
67
|
]
|
|
68
68
|
}
|
|
@@ -1,22 +1,35 @@
|
|
|
1
1
|
import { jsx as e, jsxs as l } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
]
|
|
2
|
+
import i from "clsx";
|
|
3
|
+
import { Markdown as m } from "./Markdown.js";
|
|
4
|
+
const f = ({ media: o, title: s, description: a, steps: t, variant: c }) => {
|
|
5
|
+
const d = c === "ratafia";
|
|
6
|
+
return /* @__PURE__ */ e("section", { className: "bg-white", children: /* @__PURE__ */ l("div", { className: "mx-auto flex w-full flex-col gap-8 px-6 py-8 md:gap-12 lg:px-8 lg:py-12 xl:max-w-300 xl:flex-row xl:items-center xl:px-0", children: [
|
|
7
|
+
/* @__PURE__ */ e(
|
|
8
|
+
"div",
|
|
9
|
+
{
|
|
10
|
+
className: i(
|
|
11
|
+
"relative overflow-hidden rounded-md shadow lg:mx-auto xl:shrink-0",
|
|
12
|
+
d ? "order-1" : "order-2 md:order-1"
|
|
13
|
+
),
|
|
14
|
+
children: o
|
|
15
|
+
}
|
|
16
|
+
),
|
|
17
|
+
/* @__PURE__ */ l("div", { className: i("flex flex-col gap-6 text-neutral-800", d ? "order-2" : "order-1 md:order-2"), children: [
|
|
18
|
+
/* @__PURE__ */ e("h2", { className: "text-super-large font-bold", children: s }),
|
|
19
|
+
!!a && /* @__PURE__ */ e(m, { className: "text-medium [&_a]:text-primary-700 [&_p:last-child]:mb-0", content: a }),
|
|
20
|
+
/* @__PURE__ */ e("div", { className: "grid grid-cols-1 gap-4 lg:grid-cols-3 xl:grid-cols-1", children: t.map((r) => /* @__PURE__ */ e("article", { className: "bg-neutral-25 rounded p-6", children: /* @__PURE__ */ l("div", { className: "flex flex-col items-start gap-2", children: [
|
|
21
|
+
/* @__PURE__ */ l("div", { className: "flex justify-center gap-2", children: [
|
|
22
|
+
r.icon,
|
|
23
|
+
/* @__PURE__ */ e("p", { className: "text-medium font-bold", children: r.title })
|
|
24
|
+
] }),
|
|
25
|
+
/* @__PURE__ */ l("p", { className: "text-small", children: [
|
|
26
|
+
r.description,
|
|
27
|
+
" "
|
|
28
|
+
] })
|
|
29
|
+
] }) }, r.id)) })
|
|
30
|
+
] })
|
|
31
|
+
] }) });
|
|
32
|
+
};
|
|
20
33
|
export {
|
|
21
|
-
|
|
34
|
+
f as HowItWorksSection
|
|
22
35
|
};
|
|
@@ -39,7 +39,7 @@ const N = ({
|
|
|
39
39
|
] })
|
|
40
40
|
] }),
|
|
41
41
|
/* @__PURE__ */ l("div", { className: "flex flex-col gap-2", children: [
|
|
42
|
-
/* @__PURE__ */ t("p", { className: "text-extra-small text-
|
|
42
|
+
/* @__PURE__ */ t("p", { className: "text-extra-small text-neutral-400", children: o }),
|
|
43
43
|
/* @__PURE__ */ t(d, { className: "text-tiny text-neutral-400 [&_a]:text-neutral-400", content: i })
|
|
44
44
|
] })
|
|
45
45
|
] })
|