@riligar/components-kit 1.11.0 → 1.13.0
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-kit.css +1 -1
- package/dist/index.esm.js +203 -191
- package/dist/index.js +2 -2
- package/package.json +3 -3
package/dist/index.esm.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { createTheme as
|
|
2
|
-
import { jsxs as r, jsx as e, Fragment as
|
|
3
|
-
import { isValidElement as
|
|
4
|
-
import { useWindowScroll as
|
|
5
|
-
import { IconCheck as V, IconShieldCheck as
|
|
6
|
-
const
|
|
1
|
+
import { createTheme as le, Stack as u, Group as f, Badge as C, Text as a, Title as k, Center as q, Box as x, Button as G, Container as F, Paper as w, SimpleGrid as S, Image as $, List as M, ThemeIcon as v, Grid as z, Code as ce, RingProgress as de, TextInput as N, Divider as D, SegmentedControl as he, Accordion as B, Avatar as pe, Anchor as me, ActionIcon as ge } from "@mantine/core";
|
|
2
|
+
import { jsxs as r, jsx as e, Fragment as J } from "react/jsx-runtime";
|
|
3
|
+
import { isValidElement as ue, useState as X, Fragment as fe } from "react";
|
|
4
|
+
import { useWindowScroll as ye } from "@mantine/hooks";
|
|
5
|
+
import { IconCheck as V, IconShieldCheck as re, IconBolt as Y, IconQuote as xe, IconCircleCheck as be, IconCloudLock as ae, IconEyeOff as ve, IconUserShield as ze, IconScale as we, IconUserCheck as Se, IconFileDescription as Ie, IconBan as Te, IconAlertCircle as qe, IconShieldLock as Ae, IconDatabase as Pe, IconUsers as De, IconActivity as Fe } from "@tabler/icons-react";
|
|
6
|
+
const $e = le({
|
|
7
7
|
fontFamily: 'Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif',
|
|
8
8
|
headings: {
|
|
9
9
|
fontFamily: 'Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif',
|
|
@@ -146,7 +146,7 @@ const Ve = te({
|
|
|
146
146
|
}
|
|
147
147
|
}
|
|
148
148
|
});
|
|
149
|
-
function
|
|
149
|
+
function ie({ badge: i, subtitle: o, title: l, titleOrder: n = 2, titleFz: s = "var(--fz-section-title)", ta: t = "left", maw: g }) {
|
|
150
150
|
return !l && !o && !i ? null : /* @__PURE__ */ r(
|
|
151
151
|
u,
|
|
152
152
|
{
|
|
@@ -160,7 +160,7 @@ function ae({ badge: i, subtitle: o, title: l, titleOrder: n = 2, titleFz: s = "
|
|
|
160
160
|
justify: t === "center" ? "center" : "flex-start",
|
|
161
161
|
mb: "xs",
|
|
162
162
|
children: /* @__PURE__ */ e(
|
|
163
|
-
|
|
163
|
+
C,
|
|
164
164
|
{
|
|
165
165
|
variant: "dot",
|
|
166
166
|
color: "gray",
|
|
@@ -183,7 +183,7 @@ function ae({ badge: i, subtitle: o, title: l, titleOrder: n = 2, titleFz: s = "
|
|
|
183
183
|
}
|
|
184
184
|
),
|
|
185
185
|
l && /* @__PURE__ */ e(
|
|
186
|
-
|
|
186
|
+
k,
|
|
187
187
|
{
|
|
188
188
|
order: n,
|
|
189
189
|
fz: s,
|
|
@@ -195,7 +195,7 @@ function ae({ badge: i, subtitle: o, title: l, titleOrder: n = 2, titleFz: s = "
|
|
|
195
195
|
}
|
|
196
196
|
);
|
|
197
197
|
}
|
|
198
|
-
function
|
|
198
|
+
function ne({ video: i, image: o, width: l = "100%", maw: n, alt: s }) {
|
|
199
199
|
return i ? /* @__PURE__ */ e(q, { children: /* @__PURE__ */ e(
|
|
200
200
|
x,
|
|
201
201
|
{
|
|
@@ -222,7 +222,7 @@ function ie({ video: i, image: o, width: l = "100%", maw: n, alt: s }) {
|
|
|
222
222
|
}
|
|
223
223
|
) }) : null;
|
|
224
224
|
}
|
|
225
|
-
function
|
|
225
|
+
function R({
|
|
226
226
|
label: i,
|
|
227
227
|
href: o,
|
|
228
228
|
onClick: l,
|
|
@@ -255,7 +255,7 @@ function k({
|
|
|
255
255
|
}
|
|
256
256
|
);
|
|
257
257
|
}
|
|
258
|
-
function
|
|
258
|
+
function Ke({ children: i, fz: o = 28, c: l = "gray.9", ...n }) {
|
|
259
259
|
return /* @__PURE__ */ e(
|
|
260
260
|
a,
|
|
261
261
|
{
|
|
@@ -270,8 +270,8 @@ function _e({ children: i, fz: o = 28, c: l = "gray.9", ...n }) {
|
|
|
270
270
|
}
|
|
271
271
|
);
|
|
272
272
|
}
|
|
273
|
-
function
|
|
274
|
-
return i ?
|
|
273
|
+
function oe({ logo: i, objectPosition: o = "left" }) {
|
|
274
|
+
return i ? ue(i) ? i : typeof i == "object" && i.src ? /* @__PURE__ */ e(
|
|
275
275
|
"img",
|
|
276
276
|
{
|
|
277
277
|
src: i.src,
|
|
@@ -281,12 +281,12 @@ function ne({ logo: i, objectPosition: o = "left" }) {
|
|
|
281
281
|
}
|
|
282
282
|
) : i : null;
|
|
283
283
|
}
|
|
284
|
-
const
|
|
284
|
+
const _ = {
|
|
285
285
|
white: "white",
|
|
286
286
|
gray: "gray.1"
|
|
287
|
-
},
|
|
287
|
+
}, E = (i) => i === "gray.9" || i === "dark" ? _.gray : i === "white" ? _.white : _.gray;
|
|
288
288
|
function I({ children: i, badge: o, title: l, subtitle: n, id: s, background: t = "white", py: g = { base: 80, md: 120 }, maw: c = 800, ta: p = "left", stackGap: d = "xl" }) {
|
|
289
|
-
const m =
|
|
289
|
+
const m = E(t);
|
|
290
290
|
return /* @__PURE__ */ e(
|
|
291
291
|
x,
|
|
292
292
|
{
|
|
@@ -297,7 +297,7 @@ function I({ children: i, badge: o, title: l, subtitle: n, id: s, background: t
|
|
|
297
297
|
style: { overflow: "hidden" },
|
|
298
298
|
children: /* @__PURE__ */ e(F, { size: "lg", children: /* @__PURE__ */ r(u, { gap: d, children: [
|
|
299
299
|
/* @__PURE__ */ e(
|
|
300
|
-
|
|
300
|
+
ie,
|
|
301
301
|
{
|
|
302
302
|
badge: o,
|
|
303
303
|
subtitle: n,
|
|
@@ -311,7 +311,7 @@ function I({ children: i, badge: o, title: l, subtitle: n, id: s, background: t
|
|
|
311
311
|
}
|
|
312
312
|
);
|
|
313
313
|
}
|
|
314
|
-
function
|
|
314
|
+
function Qe({ children: i, style: o, ...l }) {
|
|
315
315
|
return /* @__PURE__ */ e(
|
|
316
316
|
x,
|
|
317
317
|
{
|
|
@@ -327,14 +327,14 @@ function Ke({ children: i, style: o, ...l }) {
|
|
|
327
327
|
}
|
|
328
328
|
);
|
|
329
329
|
}
|
|
330
|
-
function
|
|
330
|
+
function je({
|
|
331
331
|
logo: i,
|
|
332
332
|
navLinks: o = [],
|
|
333
333
|
loginCta: l,
|
|
334
334
|
signupCta: n,
|
|
335
335
|
background: s = "white"
|
|
336
336
|
}) {
|
|
337
|
-
const t =
|
|
337
|
+
const t = E(s), [g] = ye(), c = g.y > 10, p = (m) => {
|
|
338
338
|
m === "top" ? window.scrollTo({ top: 0, behavior: "smooth" }) : document.getElementById(m)?.scrollIntoView({ behavior: "smooth" });
|
|
339
339
|
}, d = (m, h) => {
|
|
340
340
|
(m.key === "Enter" || m.key === " ") && (m.preventDefault(), p(h));
|
|
@@ -372,7 +372,7 @@ function Fe({
|
|
|
372
372
|
m.preventDefault(), window.scrollTo({ top: 0, behavior: "smooth" });
|
|
373
373
|
},
|
|
374
374
|
style: { display: "inline-flex", textDecoration: "none" },
|
|
375
|
-
children: /* @__PURE__ */ e(
|
|
375
|
+
children: /* @__PURE__ */ e(oe, { logo: i })
|
|
376
376
|
}
|
|
377
377
|
),
|
|
378
378
|
o.length > 0 && /* @__PURE__ */ e(
|
|
@@ -443,12 +443,12 @@ function Fe({
|
|
|
443
443
|
}
|
|
444
444
|
);
|
|
445
445
|
}
|
|
446
|
-
const
|
|
446
|
+
const Ne = je, Z = {
|
|
447
447
|
root: { height: "auto", maxWidth: "100%" },
|
|
448
448
|
label: { whiteSpace: "normal", lineHeight: 1.4 },
|
|
449
449
|
inner: { paddingTop: 12, paddingBottom: 12 }
|
|
450
450
|
};
|
|
451
|
-
function
|
|
451
|
+
function Je({ subtitle: i, title: o, description: l, cta: n, secondaryCta: s, note: t, video: g, image: c, background: p = "white", mediaMaw: d, titleFz: m = "var(--fz-hero)", descriptionFz: h = "xl" }) {
|
|
452
452
|
const b = !!(g || c);
|
|
453
453
|
return /* @__PURE__ */ e(
|
|
454
454
|
x,
|
|
@@ -472,7 +472,7 @@ function Ne({ subtitle: i, title: o, description: l, cta: n, secondaryCta: s, no
|
|
|
472
472
|
ta: b ? { base: "center", md: "left" } : "center",
|
|
473
473
|
children: [
|
|
474
474
|
/* @__PURE__ */ e(q, { children: /* @__PURE__ */ e(
|
|
475
|
-
|
|
475
|
+
ie,
|
|
476
476
|
{
|
|
477
477
|
subtitle: i,
|
|
478
478
|
title: o,
|
|
@@ -501,7 +501,7 @@ function Ne({ subtitle: i, title: o, description: l, cta: n, secondaryCta: s, no
|
|
|
501
501
|
style: { maxWidth: "100%" },
|
|
502
502
|
children: [
|
|
503
503
|
n && /* @__PURE__ */ e(
|
|
504
|
-
|
|
504
|
+
R,
|
|
505
505
|
{
|
|
506
506
|
label: n.label,
|
|
507
507
|
href: n.href,
|
|
@@ -513,11 +513,11 @@ function Ne({ subtitle: i, title: o, description: l, cta: n, secondaryCta: s, no
|
|
|
513
513
|
px: n.px || 48,
|
|
514
514
|
variant: n.variant,
|
|
515
515
|
color: n.color,
|
|
516
|
-
styles:
|
|
516
|
+
styles: Z
|
|
517
517
|
}
|
|
518
518
|
),
|
|
519
519
|
s && /* @__PURE__ */ e(
|
|
520
|
-
|
|
520
|
+
R,
|
|
521
521
|
{
|
|
522
522
|
label: s.label,
|
|
523
523
|
href: s.href,
|
|
@@ -529,7 +529,7 @@ function Ne({ subtitle: i, title: o, description: l, cta: n, secondaryCta: s, no
|
|
|
529
529
|
px: s.px || 48,
|
|
530
530
|
variant: s.variant || "default",
|
|
531
531
|
color: s.color,
|
|
532
|
-
styles:
|
|
532
|
+
styles: Z
|
|
533
533
|
}
|
|
534
534
|
)
|
|
535
535
|
]
|
|
@@ -550,7 +550,7 @@ function Ne({ subtitle: i, title: o, description: l, cta: n, secondaryCta: s, no
|
|
|
550
550
|
}
|
|
551
551
|
),
|
|
552
552
|
b && /* @__PURE__ */ e(
|
|
553
|
-
|
|
553
|
+
ne,
|
|
554
554
|
{
|
|
555
555
|
video: g,
|
|
556
556
|
image: c,
|
|
@@ -564,7 +564,7 @@ function Ne({ subtitle: i, title: o, description: l, cta: n, secondaryCta: s, no
|
|
|
564
564
|
}
|
|
565
565
|
);
|
|
566
566
|
}
|
|
567
|
-
function
|
|
567
|
+
function Be({ logo: i, index: o }) {
|
|
568
568
|
const l = {
|
|
569
569
|
src: i.src,
|
|
570
570
|
alt: i.alt || `Logo ${o}`,
|
|
@@ -588,11 +588,11 @@ function je({ logo: i, index: o }) {
|
|
|
588
588
|
href: i.url,
|
|
589
589
|
target: "_blank",
|
|
590
590
|
rel: "noopener noreferrer",
|
|
591
|
-
children: /* @__PURE__ */ e(
|
|
591
|
+
children: /* @__PURE__ */ e($, { ...l })
|
|
592
592
|
}
|
|
593
|
-
) }) : /* @__PURE__ */ e(q, { children: /* @__PURE__ */ e(
|
|
593
|
+
) }) : /* @__PURE__ */ e(q, { children: /* @__PURE__ */ e($, { ...l }) });
|
|
594
594
|
}
|
|
595
|
-
function
|
|
595
|
+
function Xe({ id: i, title: o, logos: l, background: n = "gray" }) {
|
|
596
596
|
return !l || l.length === 0 ? null : /* @__PURE__ */ e(
|
|
597
597
|
x,
|
|
598
598
|
{
|
|
@@ -627,7 +627,7 @@ function Je({ id: i, title: o, logos: l, background: n = "gray" }) {
|
|
|
627
627
|
style: { rowGap: 40 },
|
|
628
628
|
w: "100%",
|
|
629
629
|
children: l.map((s, t) => /* @__PURE__ */ e(
|
|
630
|
-
|
|
630
|
+
Be,
|
|
631
631
|
{
|
|
632
632
|
logo: s,
|
|
633
633
|
index: t
|
|
@@ -644,7 +644,7 @@ function Je({ id: i, title: o, logos: l, background: n = "gray" }) {
|
|
|
644
644
|
}
|
|
645
645
|
function Ye({ id: i, subtitle: o, title: l, description: n, featuresList: s, cta: t, video: g, image: c, reverse: p = !1, background: d = "white", mediaMaw: m }) {
|
|
646
646
|
const h = s && s.length > 0 && /* @__PURE__ */ e(
|
|
647
|
-
|
|
647
|
+
M,
|
|
648
648
|
{
|
|
649
649
|
spacing: "md",
|
|
650
650
|
size: "md",
|
|
@@ -664,7 +664,7 @@ function Ye({ id: i, subtitle: o, title: l, description: n, featuresList: s, cta
|
|
|
664
664
|
)
|
|
665
665
|
}
|
|
666
666
|
),
|
|
667
|
-
children: s.map((A,
|
|
667
|
+
children: s.map((A, L) => /* @__PURE__ */ e(M.Item, { children: A }, L))
|
|
668
668
|
}
|
|
669
669
|
), b = /* @__PURE__ */ r(
|
|
670
670
|
u,
|
|
@@ -683,7 +683,7 @@ function Ye({ id: i, subtitle: o, title: l, description: n, featuresList: s, cta
|
|
|
683
683
|
),
|
|
684
684
|
h,
|
|
685
685
|
t && /* @__PURE__ */ e(f, { mt: "md", children: /* @__PURE__ */ e(
|
|
686
|
-
|
|
686
|
+
R,
|
|
687
687
|
{
|
|
688
688
|
label: t.label,
|
|
689
689
|
href: t.href,
|
|
@@ -696,7 +696,7 @@ function Ye({ id: i, subtitle: o, title: l, description: n, featuresList: s, cta
|
|
|
696
696
|
]
|
|
697
697
|
}
|
|
698
698
|
), T = (g || c) && /* @__PURE__ */ e(
|
|
699
|
-
|
|
699
|
+
ne,
|
|
700
700
|
{
|
|
701
701
|
video: g,
|
|
702
702
|
image: c,
|
|
@@ -717,10 +717,10 @@ function Ye({ id: i, subtitle: o, title: l, description: n, featuresList: s, cta
|
|
|
717
717
|
cols: { base: 1, md: 2 },
|
|
718
718
|
spacing: { base: 40, md: 80 },
|
|
719
719
|
verticalSpacing: { base: 40, md: 50 },
|
|
720
|
-
children: p ? /* @__PURE__ */ r(
|
|
720
|
+
children: p ? /* @__PURE__ */ r(J, { children: [
|
|
721
721
|
T,
|
|
722
722
|
b
|
|
723
|
-
] }) : /* @__PURE__ */ r(
|
|
723
|
+
] }) : /* @__PURE__ */ r(J, { children: [
|
|
724
724
|
b,
|
|
725
725
|
T
|
|
726
726
|
] })
|
|
@@ -729,7 +729,7 @@ function Ye({ id: i, subtitle: o, title: l, description: n, featuresList: s, cta
|
|
|
729
729
|
}
|
|
730
730
|
);
|
|
731
731
|
}
|
|
732
|
-
function
|
|
732
|
+
function Ze({ id: i, badge: o, subtitle: l, title: n, description: s, background: t = "gray", items: g = [], ta: c = "left", note: p }) {
|
|
733
733
|
return /* @__PURE__ */ r(
|
|
734
734
|
I,
|
|
735
735
|
{
|
|
@@ -755,7 +755,7 @@ function Xe({ id: i, badge: o, subtitle: l, title: n, description: s, background
|
|
|
755
755
|
}
|
|
756
756
|
),
|
|
757
757
|
/* @__PURE__ */ e(z, { gutter: "lg", children: g.map((d, m) => /* @__PURE__ */ e(
|
|
758
|
-
|
|
758
|
+
Ee,
|
|
759
759
|
{
|
|
760
760
|
...d
|
|
761
761
|
},
|
|
@@ -778,7 +778,7 @@ function Xe({ id: i, badge: o, subtitle: l, title: n, description: s, background
|
|
|
778
778
|
}
|
|
779
779
|
);
|
|
780
780
|
}
|
|
781
|
-
function
|
|
781
|
+
function Ee({
|
|
782
782
|
icon: i,
|
|
783
783
|
iconVariant: o,
|
|
784
784
|
iconColor: l,
|
|
@@ -794,10 +794,13 @@ function Be({
|
|
|
794
794
|
secondaryVisual: b,
|
|
795
795
|
layout: T = "stacked",
|
|
796
796
|
badges: A,
|
|
797
|
-
codeBlock:
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
797
|
+
codeBlock: L,
|
|
798
|
+
// layout="split": quantas das 12 colunas o codigo ocupa. O padrao 7
|
|
799
|
+
// da folga para a linha de codigo caber inteira; a prosa fica com 5.
|
|
800
|
+
codeSpan: H = 7,
|
|
801
|
+
decorativeContent: W,
|
|
802
|
+
style: y,
|
|
803
|
+
...j
|
|
801
804
|
}) {
|
|
802
805
|
const U = /* @__PURE__ */ r(x, { children: [
|
|
803
806
|
i && /* @__PURE__ */ e(
|
|
@@ -850,44 +853,53 @@ function Be({
|
|
|
850
853
|
children: g
|
|
851
854
|
}
|
|
852
855
|
),
|
|
853
|
-
A && A.length > 0 && /* @__PURE__ */ e(f, { children: A.map((
|
|
854
|
-
|
|
856
|
+
A && A.length > 0 && /* @__PURE__ */ e(f, { children: A.map((se, te) => /* @__PURE__ */ e(
|
|
857
|
+
C,
|
|
855
858
|
{
|
|
856
859
|
variant: "dot",
|
|
857
860
|
color: "gray",
|
|
858
861
|
radius: "0",
|
|
859
|
-
children:
|
|
862
|
+
children: se
|
|
860
863
|
},
|
|
861
|
-
|
|
864
|
+
te
|
|
862
865
|
)) })
|
|
863
|
-
] }), O = h ?
|
|
866
|
+
] }), O = h ? ee(h) : null, Q = b ? ee(b) : null;
|
|
864
867
|
return T === "split" ? /* @__PURE__ */ e(z.Col, { span: d, children: /* @__PURE__ */ e(
|
|
865
868
|
w,
|
|
866
869
|
{
|
|
867
870
|
h: "100%",
|
|
868
871
|
p: { base: "xl", md: 40 },
|
|
869
872
|
radius: "0",
|
|
870
|
-
bg:
|
|
873
|
+
bg: E(m),
|
|
871
874
|
bd: "1px solid var(--mantine-color-gray-2)",
|
|
872
|
-
style:
|
|
873
|
-
...
|
|
875
|
+
style: y,
|
|
876
|
+
...j,
|
|
874
877
|
children: /* @__PURE__ */ r(
|
|
875
878
|
z,
|
|
876
879
|
{
|
|
877
880
|
align: "center",
|
|
878
881
|
gutter: "xl",
|
|
879
882
|
children: [
|
|
880
|
-
/* @__PURE__ */ e(z.Col, { span: { base: 12, sm:
|
|
881
|
-
/* @__PURE__ */ r(z.Col, { span: { base: 12, sm:
|
|
883
|
+
/* @__PURE__ */ e(z.Col, { span: { base: 12, sm: 12 - H }, children: U }),
|
|
884
|
+
/* @__PURE__ */ r(z.Col, { span: { base: 12, sm: H }, children: [
|
|
882
885
|
O,
|
|
883
|
-
|
|
884
|
-
|
|
886
|
+
L && /* @__PURE__ */ e(
|
|
887
|
+
ce,
|
|
885
888
|
{
|
|
886
889
|
block: !0,
|
|
887
890
|
color: "gray.0",
|
|
888
891
|
c: "gray.7",
|
|
889
|
-
style: {
|
|
890
|
-
|
|
892
|
+
style: {
|
|
893
|
+
// Codigo nao quebra no meio de token: linha inteira, com
|
|
894
|
+
// scroll horizontal so quando realmente nao couber.
|
|
895
|
+
fontSize: 12.5,
|
|
896
|
+
lineHeight: 1.6,
|
|
897
|
+
borderRadius: 0,
|
|
898
|
+
whiteSpace: "pre",
|
|
899
|
+
overflowX: "auto",
|
|
900
|
+
padding: "18px 20px"
|
|
901
|
+
},
|
|
902
|
+
children: L
|
|
891
903
|
}
|
|
892
904
|
)
|
|
893
905
|
] })
|
|
@@ -901,26 +913,26 @@ function Be({
|
|
|
901
913
|
h: "100%",
|
|
902
914
|
p: { base: "xl", md: 40 },
|
|
903
915
|
radius: "0",
|
|
904
|
-
bg:
|
|
916
|
+
bg: E(m),
|
|
905
917
|
bd: "1px solid var(--mantine-color-gray-2)",
|
|
906
|
-
style:
|
|
907
|
-
...
|
|
918
|
+
style: y,
|
|
919
|
+
...j,
|
|
908
920
|
children: [
|
|
909
921
|
U,
|
|
910
922
|
O
|
|
911
923
|
]
|
|
912
924
|
}
|
|
913
|
-
) }) :
|
|
925
|
+
) }) : W ? /* @__PURE__ */ e(z.Col, { span: d, children: /* @__PURE__ */ e(
|
|
914
926
|
w,
|
|
915
927
|
{
|
|
916
928
|
h: "100%",
|
|
917
929
|
p: { base: "xl", md: 40 },
|
|
918
930
|
radius: "0",
|
|
919
|
-
bg:
|
|
931
|
+
bg: E(m),
|
|
920
932
|
bd: "1px solid var(--mantine-color-gray-2)",
|
|
921
933
|
pos: "relative",
|
|
922
|
-
style:
|
|
923
|
-
...
|
|
934
|
+
style: y,
|
|
935
|
+
...j,
|
|
924
936
|
children: /* @__PURE__ */ r(
|
|
925
937
|
z,
|
|
926
938
|
{
|
|
@@ -940,7 +952,7 @@ function Be({
|
|
|
940
952
|
{
|
|
941
953
|
span: 5,
|
|
942
954
|
visibleFrom: "sm",
|
|
943
|
-
children:
|
|
955
|
+
children: W
|
|
944
956
|
}
|
|
945
957
|
)
|
|
946
958
|
]
|
|
@@ -953,25 +965,25 @@ function Be({
|
|
|
953
965
|
h: "100%",
|
|
954
966
|
p: { base: "xl", md: 40 },
|
|
955
967
|
radius: "0",
|
|
956
|
-
bg:
|
|
968
|
+
bg: E(m),
|
|
957
969
|
bd: "1px solid var(--mantine-color-gray-2)",
|
|
958
970
|
display: "flex",
|
|
959
971
|
style: {
|
|
960
972
|
flexDirection: "column",
|
|
961
973
|
justifyContent: "space-between",
|
|
962
|
-
...
|
|
974
|
+
...y
|
|
963
975
|
},
|
|
964
|
-
...
|
|
976
|
+
...j,
|
|
965
977
|
children: [
|
|
966
978
|
U,
|
|
967
|
-
O &&
|
|
979
|
+
O && Q ? /* @__PURE__ */ r(
|
|
968
980
|
f,
|
|
969
981
|
{
|
|
970
982
|
gap: 40,
|
|
971
983
|
align: "center",
|
|
972
984
|
children: [
|
|
973
985
|
O,
|
|
974
|
-
|
|
986
|
+
Q
|
|
975
987
|
]
|
|
976
988
|
}
|
|
977
989
|
) : O
|
|
@@ -979,12 +991,12 @@ function Be({
|
|
|
979
991
|
}
|
|
980
992
|
) });
|
|
981
993
|
}
|
|
982
|
-
function
|
|
994
|
+
function ee(i) {
|
|
983
995
|
if (!i) return null;
|
|
984
996
|
switch (i.type) {
|
|
985
997
|
case "ring":
|
|
986
998
|
return /* @__PURE__ */ e(
|
|
987
|
-
|
|
999
|
+
de,
|
|
988
1000
|
{
|
|
989
1001
|
size: i.size || 140,
|
|
990
1002
|
thickness: i.thickness || 12,
|
|
@@ -1040,7 +1052,7 @@ function Z(i) {
|
|
|
1040
1052
|
}
|
|
1041
1053
|
),
|
|
1042
1054
|
i.badge && /* @__PURE__ */ e(
|
|
1043
|
-
|
|
1055
|
+
C,
|
|
1044
1056
|
{
|
|
1045
1057
|
mt: "md",
|
|
1046
1058
|
color: "gray",
|
|
@@ -1105,7 +1117,7 @@ function Z(i) {
|
|
|
1105
1117
|
return null;
|
|
1106
1118
|
}
|
|
1107
1119
|
}
|
|
1108
|
-
function
|
|
1120
|
+
function er({ id: i, subtitle: o, title: l, items: n = [], cols: s = 4, background: t = "white", ta: g = "center", note: c }) {
|
|
1109
1121
|
return /* @__PURE__ */ r(
|
|
1110
1122
|
I,
|
|
1111
1123
|
{
|
|
@@ -1193,7 +1205,7 @@ function Ze({ id: i, subtitle: o, title: l, items: n = [], cols: s = 4, backgrou
|
|
|
1193
1205
|
}
|
|
1194
1206
|
);
|
|
1195
1207
|
}
|
|
1196
|
-
function
|
|
1208
|
+
function rr({ id: i, subtitle: o, title: l, description: n, items: s = [], ctaIcon: t, note: g, background: c = "white", ta: p = "center" }) {
|
|
1197
1209
|
return /* @__PURE__ */ r(
|
|
1198
1210
|
I,
|
|
1199
1211
|
{
|
|
@@ -1255,7 +1267,7 @@ function er({ id: i, subtitle: o, title: l, description: n, items: s = [], ctaIc
|
|
|
1255
1267
|
}
|
|
1256
1268
|
),
|
|
1257
1269
|
/* @__PURE__ */ e(
|
|
1258
|
-
|
|
1270
|
+
k,
|
|
1259
1271
|
{
|
|
1260
1272
|
order: 3,
|
|
1261
1273
|
fz: "h2",
|
|
@@ -1346,7 +1358,7 @@ function er({ id: i, subtitle: o, title: l, description: n, items: s = [], ctaIc
|
|
|
1346
1358
|
}
|
|
1347
1359
|
);
|
|
1348
1360
|
}
|
|
1349
|
-
function
|
|
1361
|
+
function ar({ id: i, subtitle: o, title: l, description: n, items: s = [], note: t, background: g = "gray", ta: c = "center" }) {
|
|
1350
1362
|
return /* @__PURE__ */ r(
|
|
1351
1363
|
I,
|
|
1352
1364
|
{
|
|
@@ -1439,7 +1451,7 @@ function rr({ id: i, subtitle: o, title: l, description: n, items: s = [], note:
|
|
|
1439
1451
|
}
|
|
1440
1452
|
);
|
|
1441
1453
|
}
|
|
1442
|
-
function
|
|
1454
|
+
function ir({ id: i, subtitle: o, title: l, description: n, cardLabel: s, items: t = [], footnote: g, background: c = "gray", ta: p = "center" }) {
|
|
1443
1455
|
return /* @__PURE__ */ r(
|
|
1444
1456
|
I,
|
|
1445
1457
|
{
|
|
@@ -1548,7 +1560,7 @@ function ar({ id: i, subtitle: o, title: l, description: n, cardLabel: s, items:
|
|
|
1548
1560
|
}
|
|
1549
1561
|
);
|
|
1550
1562
|
}
|
|
1551
|
-
function
|
|
1563
|
+
function nr({ id: i, subtitle: o, title: l, description: n, avatar: s, name: t, role: g, quote: c, credentials: p = [], background: d = "white", ta: m = "center" }) {
|
|
1552
1564
|
return /* @__PURE__ */ r(
|
|
1553
1565
|
I,
|
|
1554
1566
|
{
|
|
@@ -1597,7 +1609,7 @@ function ir({ id: i, subtitle: o, title: l, description: n, avatar: s, name: t,
|
|
|
1597
1609
|
mx: { base: "auto", sm: 0 },
|
|
1598
1610
|
w: { base: 132, sm: 148 },
|
|
1599
1611
|
children: /* @__PURE__ */ e(
|
|
1600
|
-
|
|
1612
|
+
$,
|
|
1601
1613
|
{
|
|
1602
1614
|
src: s.src,
|
|
1603
1615
|
alt: s.alt || t || "",
|
|
@@ -1632,7 +1644,7 @@ function ir({ id: i, subtitle: o, title: l, description: n, avatar: s, name: t,
|
|
|
1632
1644
|
}
|
|
1633
1645
|
),
|
|
1634
1646
|
g && /* @__PURE__ */ e(
|
|
1635
|
-
|
|
1647
|
+
C,
|
|
1636
1648
|
{
|
|
1637
1649
|
variant: "dot",
|
|
1638
1650
|
color: "gray",
|
|
@@ -1712,7 +1724,7 @@ function ir({ id: i, subtitle: o, title: l, description: n, avatar: s, name: t,
|
|
|
1712
1724
|
}
|
|
1713
1725
|
);
|
|
1714
1726
|
}
|
|
1715
|
-
function
|
|
1727
|
+
function or({ id: i, badge: o, subtitle: l, title: n, description: s, items: t = [], background: g = "gray", ta: c = "center" }) {
|
|
1716
1728
|
return /* @__PURE__ */ r(
|
|
1717
1729
|
I,
|
|
1718
1730
|
{
|
|
@@ -1789,7 +1801,7 @@ function nr({ id: i, badge: o, subtitle: l, title: n, description: s, items: t =
|
|
|
1789
1801
|
}
|
|
1790
1802
|
),
|
|
1791
1803
|
/* @__PURE__ */ e(
|
|
1792
|
-
|
|
1804
|
+
k,
|
|
1793
1805
|
{
|
|
1794
1806
|
order: 3,
|
|
1795
1807
|
fz: "h3",
|
|
@@ -1822,10 +1834,10 @@ function nr({ id: i, badge: o, subtitle: l, title: n, description: s, items: t =
|
|
|
1822
1834
|
}
|
|
1823
1835
|
);
|
|
1824
1836
|
}
|
|
1825
|
-
function
|
|
1826
|
-
const [m, h] =
|
|
1827
|
-
const { value: P } =
|
|
1828
|
-
h((
|
|
1837
|
+
function sr({ id: i, badge: o, title: l, description: n, fields: s = [], whatsappNumber: t, messageIntro: g = "Olá! Vim pelo site.", submit: c = {}, reassurance: p, onSubmit: d }) {
|
|
1838
|
+
const [m, h] = X(() => Object.fromEntries(s.map((y) => [y.name, ""]))), [b, T] = X(!1), A = (y) => (j) => {
|
|
1839
|
+
const { value: P } = j.currentTarget;
|
|
1840
|
+
h((K) => ({ ...K, [y]: P }));
|
|
1829
1841
|
}, H = s.filter((y) => y.required).every((y) => m[y.name]?.trim());
|
|
1830
1842
|
return /* @__PURE__ */ e(
|
|
1831
1843
|
x,
|
|
@@ -1841,7 +1853,7 @@ function or({ id: i, badge: o, title: l, description: n, fields: s = [], whatsap
|
|
|
1841
1853
|
justify: "center",
|
|
1842
1854
|
mb: "md",
|
|
1843
1855
|
children: /* @__PURE__ */ e(
|
|
1844
|
-
|
|
1856
|
+
C,
|
|
1845
1857
|
{
|
|
1846
1858
|
variant: "light",
|
|
1847
1859
|
color: "gray",
|
|
@@ -1853,7 +1865,7 @@ function or({ id: i, badge: o, title: l, description: n, fields: s = [], whatsap
|
|
|
1853
1865
|
}
|
|
1854
1866
|
),
|
|
1855
1867
|
l && /* @__PURE__ */ e(
|
|
1856
|
-
|
|
1868
|
+
k,
|
|
1857
1869
|
{
|
|
1858
1870
|
order: 2,
|
|
1859
1871
|
ta: "center",
|
|
@@ -1884,15 +1896,15 @@ function or({ id: i, badge: o, title: l, description: n, fields: s = [], whatsap
|
|
|
1884
1896
|
bg: "white",
|
|
1885
1897
|
children: /* @__PURE__ */ e("form", { onSubmit: (y) => {
|
|
1886
1898
|
if (y.preventDefault(), T(!0), !H) return;
|
|
1887
|
-
const
|
|
1899
|
+
const j = [g, "", ...s.filter((P) => m[P.name]?.trim()).map((P) => `${P.label}: ${m[P.name]}`)].join(`
|
|
1888
1900
|
`);
|
|
1889
1901
|
if (d?.(m), t) {
|
|
1890
|
-
const P = `https://wa.me/${t}?text=${encodeURIComponent(
|
|
1902
|
+
const P = `https://wa.me/${t}?text=${encodeURIComponent(j)}`;
|
|
1891
1903
|
window.open(P, "_blank", "noopener,noreferrer");
|
|
1892
1904
|
}
|
|
1893
1905
|
}, children: /* @__PURE__ */ r(u, { gap: "md", children: [
|
|
1894
1906
|
/* @__PURE__ */ e(S, { cols: { base: 1, sm: 2 }, children: s.filter((y) => y.span !== "full").map((y) => /* @__PURE__ */ e(
|
|
1895
|
-
|
|
1907
|
+
N,
|
|
1896
1908
|
{
|
|
1897
1909
|
label: y.label,
|
|
1898
1910
|
placeholder: y.placeholder,
|
|
@@ -1905,7 +1917,7 @@ function or({ id: i, badge: o, title: l, description: n, fields: s = [], whatsap
|
|
|
1905
1917
|
y.name
|
|
1906
1918
|
)) }),
|
|
1907
1919
|
s.filter((y) => y.span === "full").map((y) => /* @__PURE__ */ e(
|
|
1908
|
-
|
|
1920
|
+
N,
|
|
1909
1921
|
{
|
|
1910
1922
|
label: y.label,
|
|
1911
1923
|
placeholder: y.placeholder,
|
|
@@ -1948,7 +1960,7 @@ function or({ id: i, badge: o, title: l, description: n, fields: s = [], whatsap
|
|
|
1948
1960
|
color: "gray",
|
|
1949
1961
|
size: "sm",
|
|
1950
1962
|
children: /* @__PURE__ */ e(
|
|
1951
|
-
|
|
1963
|
+
re,
|
|
1952
1964
|
{
|
|
1953
1965
|
size: 16,
|
|
1954
1966
|
stroke: 1.5
|
|
@@ -1974,7 +1986,7 @@ function or({ id: i, badge: o, title: l, description: n, fields: s = [], whatsap
|
|
|
1974
1986
|
}
|
|
1975
1987
|
);
|
|
1976
1988
|
}
|
|
1977
|
-
function
|
|
1989
|
+
function tr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, background: t = "white" }) {
|
|
1978
1990
|
return /* @__PURE__ */ e(
|
|
1979
1991
|
I,
|
|
1980
1992
|
{
|
|
@@ -2028,7 +2040,7 @@ function sr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
|
|
|
2028
2040
|
{
|
|
2029
2041
|
gap: "md",
|
|
2030
2042
|
mb: 40,
|
|
2031
|
-
children: n.items.map((g, c) => /* @__PURE__ */ r(
|
|
2043
|
+
children: n.items.map((g, c) => /* @__PURE__ */ r(fe, { children: [
|
|
2032
2044
|
/* @__PURE__ */ r(f, { justify: "space-between", children: [
|
|
2033
2045
|
/* @__PURE__ */ e(
|
|
2034
2046
|
a,
|
|
@@ -2119,7 +2131,7 @@ function sr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
|
|
|
2119
2131
|
}
|
|
2120
2132
|
),
|
|
2121
2133
|
s.badge && /* @__PURE__ */ e(
|
|
2122
|
-
|
|
2134
|
+
C,
|
|
2123
2135
|
{
|
|
2124
2136
|
color: "gray.9",
|
|
2125
2137
|
variant: "filled",
|
|
@@ -2138,7 +2150,7 @@ function sr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
|
|
|
2138
2150
|
)
|
|
2139
2151
|
] }),
|
|
2140
2152
|
/* @__PURE__ */ e(
|
|
2141
|
-
|
|
2153
|
+
M,
|
|
2142
2154
|
{
|
|
2143
2155
|
spacing: "md",
|
|
2144
2156
|
size: "md",
|
|
@@ -2159,7 +2171,7 @@ function sr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
|
|
|
2159
2171
|
)
|
|
2160
2172
|
}
|
|
2161
2173
|
),
|
|
2162
|
-
children: s.items.map((g, c) => /* @__PURE__ */ e(
|
|
2174
|
+
children: s.items.map((g, c) => /* @__PURE__ */ e(M.Item, { children: g }, c))
|
|
2163
2175
|
}
|
|
2164
2176
|
),
|
|
2165
2177
|
s.pricingBox && /* @__PURE__ */ e(
|
|
@@ -2204,7 +2216,7 @@ function sr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
|
|
|
2204
2216
|
}
|
|
2205
2217
|
),
|
|
2206
2218
|
s.cta && /* @__PURE__ */ e(x, { mt: "xl", children: /* @__PURE__ */ e(
|
|
2207
|
-
|
|
2219
|
+
R,
|
|
2208
2220
|
{
|
|
2209
2221
|
label: s.cta.label,
|
|
2210
2222
|
href: s.cta.href,
|
|
@@ -2227,7 +2239,7 @@ function sr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
|
|
|
2227
2239
|
}
|
|
2228
2240
|
);
|
|
2229
2241
|
}
|
|
2230
|
-
function
|
|
2242
|
+
function lr({
|
|
2231
2243
|
id: i,
|
|
2232
2244
|
badge: o,
|
|
2233
2245
|
subtitle: l,
|
|
@@ -2275,7 +2287,7 @@ function tr({
|
|
|
2275
2287
|
mb: 80,
|
|
2276
2288
|
children: /* @__PURE__ */ r(f, { gap: "xs", children: [
|
|
2277
2289
|
/* @__PURE__ */ e(
|
|
2278
|
-
|
|
2290
|
+
he,
|
|
2279
2291
|
{
|
|
2280
2292
|
value: g,
|
|
2281
2293
|
onChange: c,
|
|
@@ -2288,7 +2300,7 @@ function tr({
|
|
|
2288
2300
|
}
|
|
2289
2301
|
),
|
|
2290
2302
|
g === "annual" && p && /* @__PURE__ */ e(
|
|
2291
|
-
|
|
2303
|
+
C,
|
|
2292
2304
|
{
|
|
2293
2305
|
variant: "filled",
|
|
2294
2306
|
color: "gray.9",
|
|
@@ -2342,7 +2354,7 @@ function tr({
|
|
|
2342
2354
|
}
|
|
2343
2355
|
),
|
|
2344
2356
|
h.highlight && /* @__PURE__ */ e(
|
|
2345
|
-
|
|
2357
|
+
C,
|
|
2346
2358
|
{
|
|
2347
2359
|
variant: "dot",
|
|
2348
2360
|
color: "gray.9",
|
|
@@ -2538,7 +2550,7 @@ function tr({
|
|
|
2538
2550
|
}
|
|
2539
2551
|
),
|
|
2540
2552
|
h.cta && /* @__PURE__ */ e(x, { mt: "auto", children: /* @__PURE__ */ e(
|
|
2541
|
-
|
|
2553
|
+
R,
|
|
2542
2554
|
{
|
|
2543
2555
|
label: h.cta.label,
|
|
2544
2556
|
href: h.cta.href,
|
|
@@ -2579,7 +2591,7 @@ function tr({
|
|
|
2579
2591
|
}
|
|
2580
2592
|
);
|
|
2581
2593
|
}
|
|
2582
|
-
function
|
|
2594
|
+
function cr({ id: i, badge: o, subtitle: l, title: n, description: s, questions: t = [], contactCard: g, background: c = "white", ta: p = "left" }) {
|
|
2583
2595
|
const d = Math.ceil(t.length / 2), m = {
|
|
2584
2596
|
item: {
|
|
2585
2597
|
backgroundColor: c === "gray" ? "gray.1" : "white",
|
|
@@ -2630,20 +2642,20 @@ function lr({ id: i, badge: o, subtitle: l, title: n, description: s, questions:
|
|
|
2630
2642
|
spacing: "xl",
|
|
2631
2643
|
children: [
|
|
2632
2644
|
/* @__PURE__ */ e(
|
|
2633
|
-
|
|
2645
|
+
B,
|
|
2634
2646
|
{
|
|
2635
2647
|
variant: "separated",
|
|
2636
2648
|
radius: "0",
|
|
2637
2649
|
chevronPosition: "right",
|
|
2638
2650
|
styles: m,
|
|
2639
2651
|
children: t.slice(0, d).map((h, b) => /* @__PURE__ */ r(
|
|
2640
|
-
|
|
2652
|
+
B.Item,
|
|
2641
2653
|
{
|
|
2642
2654
|
value: h.value || String(b),
|
|
2643
2655
|
mb: "md",
|
|
2644
2656
|
children: [
|
|
2645
2657
|
/* @__PURE__ */ e(
|
|
2646
|
-
|
|
2658
|
+
B.Control,
|
|
2647
2659
|
{
|
|
2648
2660
|
icon: /* @__PURE__ */ e(
|
|
2649
2661
|
v,
|
|
@@ -2657,7 +2669,7 @@ function lr({ id: i, badge: o, subtitle: l, title: n, description: s, questions:
|
|
|
2657
2669
|
children: h.question
|
|
2658
2670
|
}
|
|
2659
2671
|
),
|
|
2660
|
-
/* @__PURE__ */ e(
|
|
2672
|
+
/* @__PURE__ */ e(B.Panel, { c: "gray.6", children: h.answer })
|
|
2661
2673
|
]
|
|
2662
2674
|
},
|
|
2663
2675
|
h.value || b
|
|
@@ -2665,20 +2677,20 @@ function lr({ id: i, badge: o, subtitle: l, title: n, description: s, questions:
|
|
|
2665
2677
|
}
|
|
2666
2678
|
),
|
|
2667
2679
|
/* @__PURE__ */ e(
|
|
2668
|
-
|
|
2680
|
+
B,
|
|
2669
2681
|
{
|
|
2670
2682
|
variant: "separated",
|
|
2671
2683
|
radius: "0",
|
|
2672
2684
|
chevronPosition: "right",
|
|
2673
2685
|
styles: m,
|
|
2674
2686
|
children: t.slice(d).map((h, b) => /* @__PURE__ */ r(
|
|
2675
|
-
|
|
2687
|
+
B.Item,
|
|
2676
2688
|
{
|
|
2677
2689
|
value: h.value || String(d + b),
|
|
2678
2690
|
mb: "md",
|
|
2679
2691
|
children: [
|
|
2680
2692
|
/* @__PURE__ */ e(
|
|
2681
|
-
|
|
2693
|
+
B.Control,
|
|
2682
2694
|
{
|
|
2683
2695
|
icon: /* @__PURE__ */ e(
|
|
2684
2696
|
v,
|
|
@@ -2692,7 +2704,7 @@ function lr({ id: i, badge: o, subtitle: l, title: n, description: s, questions:
|
|
|
2692
2704
|
children: h.question
|
|
2693
2705
|
}
|
|
2694
2706
|
),
|
|
2695
|
-
/* @__PURE__ */ e(
|
|
2707
|
+
/* @__PURE__ */ e(B.Panel, { c: "gray.6", children: h.answer })
|
|
2696
2708
|
]
|
|
2697
2709
|
},
|
|
2698
2710
|
h.value || d + b
|
|
@@ -2749,7 +2761,7 @@ function lr({ id: i, badge: o, subtitle: l, title: n, description: s, questions:
|
|
|
2749
2761
|
}
|
|
2750
2762
|
),
|
|
2751
2763
|
/* @__PURE__ */ e(u, { align: { base: "center", md: "flex-end" }, children: /* @__PURE__ */ e(
|
|
2752
|
-
|
|
2764
|
+
R,
|
|
2753
2765
|
{
|
|
2754
2766
|
label: g.cta.label,
|
|
2755
2767
|
href: g.cta.href,
|
|
@@ -2768,7 +2780,7 @@ function lr({ id: i, badge: o, subtitle: l, title: n, description: s, questions:
|
|
|
2768
2780
|
}
|
|
2769
2781
|
);
|
|
2770
2782
|
}
|
|
2771
|
-
function
|
|
2783
|
+
function dr({ id: i, title: o, subtitle: l, items: n = [], background: s = "gray" }) {
|
|
2772
2784
|
return /* @__PURE__ */ e(
|
|
2773
2785
|
I,
|
|
2774
2786
|
{
|
|
@@ -2796,7 +2808,7 @@ function cr({ id: i, title: o, subtitle: l, items: n = [], background: s = "gray
|
|
|
2796
2808
|
h: "100%",
|
|
2797
2809
|
children: [
|
|
2798
2810
|
/* @__PURE__ */ e(
|
|
2799
|
-
|
|
2811
|
+
xe,
|
|
2800
2812
|
{
|
|
2801
2813
|
size: 32,
|
|
2802
2814
|
color: "var(--mantine-color-gray-3)"
|
|
@@ -2824,7 +2836,7 @@ function cr({ id: i, title: o, subtitle: l, items: n = [], background: s = "gray
|
|
|
2824
2836
|
mt: "xl",
|
|
2825
2837
|
children: [
|
|
2826
2838
|
/* @__PURE__ */ e(
|
|
2827
|
-
|
|
2839
|
+
pe,
|
|
2828
2840
|
{
|
|
2829
2841
|
size: "md",
|
|
2830
2842
|
radius: "0",
|
|
@@ -2868,7 +2880,7 @@ function cr({ id: i, title: o, subtitle: l, items: n = [], background: s = "gray
|
|
|
2868
2880
|
}
|
|
2869
2881
|
);
|
|
2870
2882
|
}
|
|
2871
|
-
function
|
|
2883
|
+
function Ce({ id: i, subtitle: o, title: l, titleOrder: n = 2, description: s, featuresList: t, featuresLabel: g, cta: c, background: p = "gray", ta: d = "center" }) {
|
|
2872
2884
|
return /* @__PURE__ */ e(
|
|
2873
2885
|
I,
|
|
2874
2886
|
{
|
|
@@ -2905,7 +2917,7 @@ function Ee({ id: i, subtitle: o, title: l, titleOrder: n = 2, description: s, f
|
|
|
2905
2917
|
// da página (um 404, por exemplo) e sem heading ela fica
|
|
2906
2918
|
// sem estrutura para leitor de tela.
|
|
2907
2919
|
/* @__PURE__ */ e(
|
|
2908
|
-
|
|
2920
|
+
k,
|
|
2909
2921
|
{
|
|
2910
2922
|
order: n,
|
|
2911
2923
|
fz: "var(--fz-section-title)",
|
|
@@ -2934,7 +2946,7 @@ function Ee({ id: i, subtitle: o, title: l, titleOrder: n = 2, description: s, f
|
|
|
2934
2946
|
}
|
|
2935
2947
|
),
|
|
2936
2948
|
/* @__PURE__ */ e(
|
|
2937
|
-
|
|
2949
|
+
M,
|
|
2938
2950
|
{
|
|
2939
2951
|
spacing: "sm",
|
|
2940
2952
|
size: "md",
|
|
@@ -2953,7 +2965,7 @@ function Ee({ id: i, subtitle: o, title: l, titleOrder: n = 2, description: s, f
|
|
|
2953
2965
|
)
|
|
2954
2966
|
}
|
|
2955
2967
|
),
|
|
2956
|
-
children: t.map((h, b) => /* @__PURE__ */ e(
|
|
2968
|
+
children: t.map((h, b) => /* @__PURE__ */ e(M.Item, { children: /* @__PURE__ */ e(
|
|
2957
2969
|
a,
|
|
2958
2970
|
{
|
|
2959
2971
|
c: "gray.6",
|
|
@@ -2974,7 +2986,7 @@ function Ee({ id: i, subtitle: o, title: l, titleOrder: n = 2, description: s, f
|
|
|
2974
2986
|
w: "100%",
|
|
2975
2987
|
style: { display: "flex", justifyContent: d === "center" ? "center" : "flex-start" },
|
|
2976
2988
|
children: /* @__PURE__ */ e(
|
|
2977
|
-
|
|
2989
|
+
R,
|
|
2978
2990
|
{
|
|
2979
2991
|
label: c.label,
|
|
2980
2992
|
href: c.href,
|
|
@@ -3005,9 +3017,9 @@ function Ee({ id: i, subtitle: o, title: l, titleOrder: n = 2, description: s, f
|
|
|
3005
3017
|
}
|
|
3006
3018
|
);
|
|
3007
3019
|
}
|
|
3008
|
-
const
|
|
3009
|
-
function
|
|
3010
|
-
const n =
|
|
3020
|
+
const hr = Ce;
|
|
3021
|
+
function ke({ text: i = "Selo Exclusivo RiLiGar", color: o = "green.6", background: l = "gray" }) {
|
|
3022
|
+
const n = E(l);
|
|
3011
3023
|
return /* @__PURE__ */ e(
|
|
3012
3024
|
x,
|
|
3013
3025
|
{
|
|
@@ -3025,7 +3037,7 @@ function Ce({ text: i = "Selo Exclusivo RiLiGar", color: o = "green.6", backgrou
|
|
|
3025
3037
|
variant: "light",
|
|
3026
3038
|
size: "sm",
|
|
3027
3039
|
children: /* @__PURE__ */ e(
|
|
3028
|
-
|
|
3040
|
+
be,
|
|
3029
3041
|
{
|
|
3030
3042
|
size: 14,
|
|
3031
3043
|
"aria-hidden": "true"
|
|
@@ -3048,9 +3060,9 @@ function Ce({ text: i = "Selo Exclusivo RiLiGar", color: o = "green.6", backgrou
|
|
|
3048
3060
|
}
|
|
3049
3061
|
);
|
|
3050
3062
|
}
|
|
3051
|
-
const
|
|
3052
|
-
function
|
|
3053
|
-
const c =
|
|
3063
|
+
const pr = ke;
|
|
3064
|
+
function mr({ logo: i, description: o, sections: l = [], socialLinks: n = [], copyrightText: s, madeByText: t, background: g = "white" }) {
|
|
3065
|
+
const c = E(g);
|
|
3054
3066
|
return /* @__PURE__ */ e(
|
|
3055
3067
|
x,
|
|
3056
3068
|
{
|
|
@@ -3066,7 +3078,7 @@ function pr({ logo: i, description: o, sections: l = [], socialLinks: n = [], co
|
|
|
3066
3078
|
spacing: "xl",
|
|
3067
3079
|
children: [
|
|
3068
3080
|
/* @__PURE__ */ r(u, { gap: "lg", children: [
|
|
3069
|
-
i && /* @__PURE__ */ e(
|
|
3081
|
+
i && /* @__PURE__ */ e(oe, { logo: i }),
|
|
3070
3082
|
o && /* @__PURE__ */ e(
|
|
3071
3083
|
a,
|
|
3072
3084
|
{
|
|
@@ -3103,7 +3115,7 @@ function pr({ logo: i, description: o, sections: l = [], socialLinks: n = [], co
|
|
|
3103
3115
|
}
|
|
3104
3116
|
),
|
|
3105
3117
|
/* @__PURE__ */ e(u, { gap: "xs", children: p.links.map((m, h) => /* @__PURE__ */ e(
|
|
3106
|
-
|
|
3118
|
+
me,
|
|
3107
3119
|
{
|
|
3108
3120
|
c: "gray.6",
|
|
3109
3121
|
size: "sm",
|
|
@@ -3130,7 +3142,7 @@ function pr({ logo: i, description: o, sections: l = [], socialLinks: n = [], co
|
|
|
3130
3142
|
}
|
|
3131
3143
|
),
|
|
3132
3144
|
/* @__PURE__ */ e(f, { gap: "xs", children: n.map((p, d) => /* @__PURE__ */ e(
|
|
3133
|
-
|
|
3145
|
+
ge,
|
|
3134
3146
|
{
|
|
3135
3147
|
size: "md",
|
|
3136
3148
|
variant: "subtle",
|
|
@@ -3195,7 +3207,7 @@ function pr({ logo: i, description: o, sections: l = [], socialLinks: n = [], co
|
|
|
3195
3207
|
}
|
|
3196
3208
|
);
|
|
3197
3209
|
}
|
|
3198
|
-
function
|
|
3210
|
+
function gr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" }) {
|
|
3199
3211
|
return /* @__PURE__ */ e(
|
|
3200
3212
|
x,
|
|
3201
3213
|
{
|
|
@@ -3204,7 +3216,7 @@ function mr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3204
3216
|
children: /* @__PURE__ */ e(F, { size: "md", children: /* @__PURE__ */ r(u, { gap: 80, children: [
|
|
3205
3217
|
/* @__PURE__ */ r(u, { gap: "sm", children: [
|
|
3206
3218
|
/* @__PURE__ */ e(
|
|
3207
|
-
|
|
3219
|
+
k,
|
|
3208
3220
|
{
|
|
3209
3221
|
order: 2,
|
|
3210
3222
|
ta: "center",
|
|
@@ -3278,7 +3290,7 @@ function mr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3278
3290
|
radius: "0",
|
|
3279
3291
|
color: "gray",
|
|
3280
3292
|
children: /* @__PURE__ */ e(
|
|
3281
|
-
|
|
3293
|
+
re,
|
|
3282
3294
|
{
|
|
3283
3295
|
size: 32,
|
|
3284
3296
|
stroke: 1.2
|
|
@@ -3330,7 +3342,7 @@ function mr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3330
3342
|
radius: "0",
|
|
3331
3343
|
color: "gray",
|
|
3332
3344
|
children: /* @__PURE__ */ e(
|
|
3333
|
-
|
|
3345
|
+
ae,
|
|
3334
3346
|
{
|
|
3335
3347
|
size: 32,
|
|
3336
3348
|
stroke: 1.2
|
|
@@ -3382,7 +3394,7 @@ function mr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3382
3394
|
radius: "0",
|
|
3383
3395
|
color: "gray",
|
|
3384
3396
|
children: /* @__PURE__ */ e(
|
|
3385
|
-
|
|
3397
|
+
ve,
|
|
3386
3398
|
{
|
|
3387
3399
|
size: 32,
|
|
3388
3400
|
stroke: 1.2
|
|
@@ -3434,7 +3446,7 @@ function mr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3434
3446
|
radius: "0",
|
|
3435
3447
|
color: "gray",
|
|
3436
3448
|
children: /* @__PURE__ */ e(
|
|
3437
|
-
|
|
3449
|
+
ze,
|
|
3438
3450
|
{
|
|
3439
3451
|
size: 32,
|
|
3440
3452
|
stroke: 1.2
|
|
@@ -3506,7 +3518,7 @@ function mr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3506
3518
|
}
|
|
3507
3519
|
);
|
|
3508
3520
|
}
|
|
3509
|
-
function
|
|
3521
|
+
function ur({ companyName: i = "RiLiGar", productName: o = "nossos produtos" }) {
|
|
3510
3522
|
return /* @__PURE__ */ e(
|
|
3511
3523
|
x,
|
|
3512
3524
|
{
|
|
@@ -3515,7 +3527,7 @@ function gr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3515
3527
|
children: /* @__PURE__ */ e(F, { size: "md", children: /* @__PURE__ */ r(u, { gap: 80, children: [
|
|
3516
3528
|
/* @__PURE__ */ r(u, { gap: "sm", children: [
|
|
3517
3529
|
/* @__PURE__ */ e(
|
|
3518
|
-
|
|
3530
|
+
k,
|
|
3519
3531
|
{
|
|
3520
3532
|
order: 2,
|
|
3521
3533
|
ta: "center",
|
|
@@ -3585,7 +3597,7 @@ function gr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3585
3597
|
radius: "0",
|
|
3586
3598
|
color: "gray",
|
|
3587
3599
|
children: /* @__PURE__ */ e(
|
|
3588
|
-
|
|
3600
|
+
we,
|
|
3589
3601
|
{
|
|
3590
3602
|
size: 32,
|
|
3591
3603
|
stroke: 1.2
|
|
@@ -3639,7 +3651,7 @@ function gr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3639
3651
|
radius: "0",
|
|
3640
3652
|
color: "gray",
|
|
3641
3653
|
children: /* @__PURE__ */ e(
|
|
3642
|
-
|
|
3654
|
+
Se,
|
|
3643
3655
|
{
|
|
3644
3656
|
size: 32,
|
|
3645
3657
|
stroke: 1.2
|
|
@@ -3691,7 +3703,7 @@ function gr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3691
3703
|
radius: "0",
|
|
3692
3704
|
color: "gray",
|
|
3693
3705
|
children: /* @__PURE__ */ e(
|
|
3694
|
-
|
|
3706
|
+
Ie,
|
|
3695
3707
|
{
|
|
3696
3708
|
size: 32,
|
|
3697
3709
|
stroke: 1.2
|
|
@@ -3745,7 +3757,7 @@ function gr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3745
3757
|
radius: "0",
|
|
3746
3758
|
color: "gray",
|
|
3747
3759
|
children: /* @__PURE__ */ e(
|
|
3748
|
-
|
|
3760
|
+
Te,
|
|
3749
3761
|
{
|
|
3750
3762
|
size: 32,
|
|
3751
3763
|
stroke: 1.2
|
|
@@ -3797,7 +3809,7 @@ function gr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3797
3809
|
radius: "0",
|
|
3798
3810
|
color: "gray",
|
|
3799
3811
|
children: /* @__PURE__ */ e(
|
|
3800
|
-
|
|
3812
|
+
qe,
|
|
3801
3813
|
{
|
|
3802
3814
|
size: 32,
|
|
3803
3815
|
stroke: 1.2
|
|
@@ -3871,7 +3883,7 @@ function gr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3871
3883
|
}
|
|
3872
3884
|
);
|
|
3873
3885
|
}
|
|
3874
|
-
function
|
|
3886
|
+
function fr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" }) {
|
|
3875
3887
|
return /* @__PURE__ */ e(
|
|
3876
3888
|
x,
|
|
3877
3889
|
{
|
|
@@ -3880,7 +3892,7 @@ function ur({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3880
3892
|
children: /* @__PURE__ */ e(F, { size: "md", children: /* @__PURE__ */ r(u, { gap: 80, children: [
|
|
3881
3893
|
/* @__PURE__ */ r(u, { gap: "sm", children: [
|
|
3882
3894
|
/* @__PURE__ */ e(
|
|
3883
|
-
|
|
3895
|
+
k,
|
|
3884
3896
|
{
|
|
3885
3897
|
order: 2,
|
|
3886
3898
|
ta: "center",
|
|
@@ -3950,7 +3962,7 @@ function ur({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3950
3962
|
radius: "0",
|
|
3951
3963
|
color: "gray",
|
|
3952
3964
|
children: /* @__PURE__ */ e(
|
|
3953
|
-
|
|
3965
|
+
Ae,
|
|
3954
3966
|
{
|
|
3955
3967
|
size: 32,
|
|
3956
3968
|
stroke: 1.2
|
|
@@ -4002,7 +4014,7 @@ function ur({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
4002
4014
|
radius: "0",
|
|
4003
4015
|
color: "gray",
|
|
4004
4016
|
children: /* @__PURE__ */ e(
|
|
4005
|
-
|
|
4017
|
+
ae,
|
|
4006
4018
|
{
|
|
4007
4019
|
size: 32,
|
|
4008
4020
|
stroke: 1.2
|
|
@@ -4050,7 +4062,7 @@ function ur({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
4050
4062
|
radius: "0",
|
|
4051
4063
|
color: "gray",
|
|
4052
4064
|
children: /* @__PURE__ */ e(
|
|
4053
|
-
|
|
4065
|
+
Pe,
|
|
4054
4066
|
{
|
|
4055
4067
|
size: 32,
|
|
4056
4068
|
stroke: 1.2
|
|
@@ -4098,7 +4110,7 @@ function ur({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
4098
4110
|
radius: "0",
|
|
4099
4111
|
color: "gray",
|
|
4100
4112
|
children: /* @__PURE__ */ e(
|
|
4101
|
-
|
|
4113
|
+
De,
|
|
4102
4114
|
{
|
|
4103
4115
|
size: 32,
|
|
4104
4116
|
stroke: 1.2
|
|
@@ -4135,7 +4147,7 @@ function ur({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
4135
4147
|
/* @__PURE__ */ e(D, { color: "gray.2" }),
|
|
4136
4148
|
/* @__PURE__ */ r(u, { gap: "lg", children: [
|
|
4137
4149
|
/* @__PURE__ */ r(f, { gap: "sm", children: [
|
|
4138
|
-
/* @__PURE__ */ e(v, { variant: "transparent", color: "gray.9", children: /* @__PURE__ */ e(
|
|
4150
|
+
/* @__PURE__ */ e(v, { variant: "transparent", color: "gray.9", children: /* @__PURE__ */ e(Fe, { size: 18 }) }),
|
|
4139
4151
|
/* @__PURE__ */ e(
|
|
4140
4152
|
a,
|
|
4141
4153
|
{
|
|
@@ -4168,39 +4180,39 @@ function ur({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
4168
4180
|
);
|
|
4169
4181
|
}
|
|
4170
4182
|
export {
|
|
4171
|
-
|
|
4172
|
-
|
|
4173
|
-
|
|
4174
|
-
|
|
4175
|
-
|
|
4176
|
-
|
|
4177
|
-
|
|
4183
|
+
oe as BrandLogo,
|
|
4184
|
+
Ce as CTABanner,
|
|
4185
|
+
R as CTAButton,
|
|
4186
|
+
ir as Callout,
|
|
4187
|
+
tr as Comparison,
|
|
4188
|
+
ar as CriteriaList,
|
|
4189
|
+
cr as FAQ,
|
|
4178
4190
|
Ye as FeatureSplit,
|
|
4179
|
-
|
|
4180
|
-
|
|
4181
|
-
|
|
4182
|
-
|
|
4183
|
-
|
|
4184
|
-
|
|
4185
|
-
|
|
4186
|
-
|
|
4187
|
-
|
|
4188
|
-
|
|
4189
|
-
|
|
4190
|
-
|
|
4191
|
-
|
|
4192
|
-
|
|
4193
|
-
|
|
4194
|
-
|
|
4191
|
+
Ze as FeaturesGrid,
|
|
4192
|
+
mr as Footer,
|
|
4193
|
+
nr as FounderCard,
|
|
4194
|
+
je as Header,
|
|
4195
|
+
Je as Hero,
|
|
4196
|
+
Qe as Layout,
|
|
4197
|
+
sr as LeadForm,
|
|
4198
|
+
gr as LegalPrivacy,
|
|
4199
|
+
fr as LegalSecurity,
|
|
4200
|
+
ur as LegalTerms,
|
|
4201
|
+
ne as MediaBlock,
|
|
4202
|
+
Ne as Navbar,
|
|
4203
|
+
lr as Pricing,
|
|
4204
|
+
rr as ProductGrid,
|
|
4205
|
+
_ as SECTION_BACKGROUNDS,
|
|
4206
|
+
hr as SecondaryCTA,
|
|
4195
4207
|
I as Section,
|
|
4196
|
-
|
|
4197
|
-
|
|
4198
|
-
|
|
4199
|
-
|
|
4200
|
-
|
|
4201
|
-
|
|
4202
|
-
|
|
4203
|
-
|
|
4204
|
-
|
|
4205
|
-
|
|
4208
|
+
ie as SectionHeader,
|
|
4209
|
+
pr as SeloExclusivo,
|
|
4210
|
+
Xe as SocialProof,
|
|
4211
|
+
er as StatsGrid,
|
|
4212
|
+
or as Steps,
|
|
4213
|
+
dr as Testimonials,
|
|
4214
|
+
ke as TrustBadge,
|
|
4215
|
+
Ke as Wordmark,
|
|
4216
|
+
E as resolveBackground,
|
|
4217
|
+
$e as theme
|
|
4206
4218
|
};
|