@riligar/components-kit 1.9.0 → 1.10.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/index.esm.js +629 -332
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { createTheme as Z, Stack as
|
|
1
|
+
import { createTheme as Z, Stack as t, Text as i, Title as G, Center as z, Box as f, Button as O, Container as P, Paper as b, Group as h, SimpleGrid as w, Image as W, List as L, ThemeIcon as y, Grid as v, Badge as E, Code as ee, RingProgress as re, Divider as S, SegmentedControl as ae, Accordion as A, Avatar as ie, Anchor as oe, ActionIcon as se } from "@mantine/core";
|
|
2
2
|
import { jsxs as r, jsx as e, Fragment as K } from "react/jsx-runtime";
|
|
3
|
-
import { useWindowScroll as
|
|
4
|
-
import { IconCheck as
|
|
5
|
-
import { Fragment as
|
|
6
|
-
const
|
|
3
|
+
import { useWindowScroll as ne } from "@mantine/hooks";
|
|
4
|
+
import { IconCheck as U, IconBolt as Q, IconQuote as te, IconCircleCheck as le, IconShieldCheck as ce, IconCloudLock as _, IconEyeOff as de, IconUserShield as pe, IconScale as he, IconUserCheck as ge, IconFileDescription as me, IconBan as ue, IconAlertCircle as fe, IconShieldLock as ye, IconDatabase as xe, IconUsers as ve, IconActivity as be } from "@tabler/icons-react";
|
|
5
|
+
import { Fragment as ze } from "react";
|
|
6
|
+
const Ge = Z({
|
|
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,20 +146,20 @@ const Me = Z({
|
|
|
146
146
|
}
|
|
147
147
|
}
|
|
148
148
|
});
|
|
149
|
-
function
|
|
149
|
+
function J({
|
|
150
150
|
subtitle: a,
|
|
151
151
|
title: s,
|
|
152
152
|
titleOrder: l = 2,
|
|
153
153
|
titleFz: o = "var(--fz-section-title)",
|
|
154
154
|
ta: n = "left",
|
|
155
|
-
maw:
|
|
155
|
+
maw: c
|
|
156
156
|
}) {
|
|
157
|
-
return !s && !a ? null : /* @__PURE__ */ r(
|
|
157
|
+
return !s && !a ? null : /* @__PURE__ */ r(t, { gap: "xs", align: n === "center" ? "center" : "flex-start", ta: n, children: [
|
|
158
158
|
a && /* @__PURE__ */ e(i, { c: "gray.4", size: "xs", fw: 800, tt: "uppercase", ls: "1.5px", children: a }),
|
|
159
|
-
s && /* @__PURE__ */ e(
|
|
159
|
+
s && /* @__PURE__ */ e(G, { order: l, fz: o, maw: c, children: s })
|
|
160
160
|
] });
|
|
161
161
|
}
|
|
162
|
-
function
|
|
162
|
+
function N({ video: a, image: s, width: l = "100%", maw: o, alt: n }) {
|
|
163
163
|
return a ? /* @__PURE__ */ e(z, { children: /* @__PURE__ */ e(
|
|
164
164
|
f,
|
|
165
165
|
{
|
|
@@ -186,31 +186,31 @@ function J({ video: a, image: s, width: l = "100%", maw: o, alt: n }) {
|
|
|
186
186
|
}
|
|
187
187
|
) }) : null;
|
|
188
188
|
}
|
|
189
|
-
function
|
|
189
|
+
function F({
|
|
190
190
|
label: a,
|
|
191
191
|
href: s,
|
|
192
192
|
onClick: l,
|
|
193
193
|
icon: o,
|
|
194
194
|
size: n = "lg",
|
|
195
|
-
variant:
|
|
195
|
+
variant: c = "filled",
|
|
196
196
|
color: m,
|
|
197
|
-
target:
|
|
197
|
+
target: g,
|
|
198
198
|
px: u,
|
|
199
199
|
fullWidth: d,
|
|
200
|
-
leftSection:
|
|
200
|
+
leftSection: p,
|
|
201
201
|
...x
|
|
202
202
|
}) {
|
|
203
203
|
return /* @__PURE__ */ e(
|
|
204
|
-
|
|
204
|
+
O,
|
|
205
205
|
{
|
|
206
206
|
size: n,
|
|
207
207
|
component: s ? "a" : "button",
|
|
208
208
|
href: s,
|
|
209
209
|
onClick: l,
|
|
210
|
-
target:
|
|
210
|
+
target: g,
|
|
211
211
|
rightSection: o,
|
|
212
|
-
leftSection:
|
|
213
|
-
variant:
|
|
212
|
+
leftSection: p,
|
|
213
|
+
variant: c,
|
|
214
214
|
color: m,
|
|
215
215
|
px: u,
|
|
216
216
|
fullWidth: d,
|
|
@@ -219,11 +219,11 @@ function D({
|
|
|
219
219
|
}
|
|
220
220
|
);
|
|
221
221
|
}
|
|
222
|
-
const
|
|
222
|
+
const Oe = {
|
|
223
223
|
white: "white",
|
|
224
224
|
gray: "gray.1"
|
|
225
225
|
}, q = (a) => a === "gray.9" || a === "dark" ? "gray.0" : a === "white" ? "white" : "gray.1";
|
|
226
|
-
function
|
|
226
|
+
function T({ children: a, title: s, subtitle: l, id: o, background: n = "white", py: c = { base: 80, md: 120 }, maw: m = 800, ta: g = "left", stackGap: u = "xl" }) {
|
|
227
227
|
const d = q(n);
|
|
228
228
|
return /* @__PURE__ */ e(
|
|
229
229
|
f,
|
|
@@ -231,15 +231,15 @@ function F({ children: a, title: s, subtitle: l, id: o, background: n = "white",
|
|
|
231
231
|
component: "section",
|
|
232
232
|
id: o,
|
|
233
233
|
bg: d,
|
|
234
|
-
py:
|
|
234
|
+
py: c,
|
|
235
235
|
style: { overflow: "hidden" },
|
|
236
|
-
children: /* @__PURE__ */ e(
|
|
236
|
+
children: /* @__PURE__ */ e(P, { size: "lg", children: /* @__PURE__ */ r(t, { gap: u, children: [
|
|
237
237
|
/* @__PURE__ */ e(
|
|
238
|
-
|
|
238
|
+
J,
|
|
239
239
|
{
|
|
240
240
|
subtitle: l,
|
|
241
241
|
title: s,
|
|
242
|
-
ta:
|
|
242
|
+
ta: g,
|
|
243
243
|
maw: m
|
|
244
244
|
}
|
|
245
245
|
),
|
|
@@ -248,20 +248,20 @@ function F({ children: a, title: s, subtitle: l, id: o, background: n = "white",
|
|
|
248
248
|
}
|
|
249
249
|
);
|
|
250
250
|
}
|
|
251
|
-
function
|
|
251
|
+
function Ue({ children: a }) {
|
|
252
252
|
return /* @__PURE__ */ e(f, { style: { minHeight: "100vh", scrollBehavior: "smooth" }, children: a });
|
|
253
253
|
}
|
|
254
|
-
function
|
|
254
|
+
function we({
|
|
255
255
|
logo: a,
|
|
256
256
|
navLinks: s = [],
|
|
257
257
|
loginCta: l,
|
|
258
258
|
signupCta: o,
|
|
259
259
|
background: n = "white"
|
|
260
260
|
}) {
|
|
261
|
-
const
|
|
262
|
-
|
|
263
|
-
}, d = (
|
|
264
|
-
(
|
|
261
|
+
const c = q(n), [m] = ne(), g = m.y > 10, u = (p) => {
|
|
262
|
+
p === "top" ? window.scrollTo({ top: 0, behavior: "smooth" }) : document.getElementById(p)?.scrollIntoView({ behavior: "smooth" });
|
|
263
|
+
}, d = (p, x) => {
|
|
264
|
+
(p.key === "Enter" || p.key === " ") && (p.preventDefault(), u(x));
|
|
265
265
|
};
|
|
266
266
|
return /* @__PURE__ */ e(
|
|
267
267
|
f,
|
|
@@ -271,17 +271,17 @@ function xe({
|
|
|
271
271
|
top: 0,
|
|
272
272
|
w: "100%",
|
|
273
273
|
style: { zIndex: 100, pointerEvents: "none" },
|
|
274
|
-
children: /* @__PURE__ */ e(
|
|
275
|
-
|
|
274
|
+
children: /* @__PURE__ */ e(P, { size: "xl", py: "md", children: /* @__PURE__ */ e(
|
|
275
|
+
b,
|
|
276
276
|
{
|
|
277
|
-
shadow:
|
|
277
|
+
shadow: g ? "sm" : "none",
|
|
278
278
|
radius: "0",
|
|
279
279
|
p: "xs",
|
|
280
|
-
bg:
|
|
281
|
-
bd:
|
|
280
|
+
bg: c,
|
|
281
|
+
bd: g ? "1px solid var(--mantine-color-gray-2)" : "1px solid transparent",
|
|
282
282
|
style: { pointerEvents: "auto", transition: "all 0.2s ease" },
|
|
283
283
|
children: /* @__PURE__ */ r(
|
|
284
|
-
|
|
284
|
+
h,
|
|
285
285
|
{
|
|
286
286
|
justify: "space-between",
|
|
287
287
|
align: "center",
|
|
@@ -292,8 +292,8 @@ function xe({
|
|
|
292
292
|
{
|
|
293
293
|
href: "#",
|
|
294
294
|
"aria-label": "Voltar ao topo",
|
|
295
|
-
onClick: (
|
|
296
|
-
|
|
295
|
+
onClick: (p) => {
|
|
296
|
+
p.preventDefault(), window.scrollTo({ top: 0, behavior: "smooth" });
|
|
297
297
|
},
|
|
298
298
|
style: { display: "inline-flex" },
|
|
299
299
|
children: /* @__PURE__ */ e(
|
|
@@ -308,14 +308,14 @@ function xe({
|
|
|
308
308
|
}
|
|
309
309
|
),
|
|
310
310
|
s.length > 0 && /* @__PURE__ */ e(
|
|
311
|
-
|
|
311
|
+
h,
|
|
312
312
|
{
|
|
313
313
|
gap: "xl",
|
|
314
314
|
visibleFrom: "sm",
|
|
315
315
|
component: "nav",
|
|
316
316
|
role: "navigation",
|
|
317
317
|
"aria-label": "Menu principal",
|
|
318
|
-
children: s.map((
|
|
318
|
+
children: s.map((p) => /* @__PURE__ */ e(
|
|
319
319
|
i,
|
|
320
320
|
{
|
|
321
321
|
size: "sm",
|
|
@@ -323,22 +323,22 @@ function xe({
|
|
|
323
323
|
tt: "uppercase",
|
|
324
324
|
ls: "1px",
|
|
325
325
|
c: "dark",
|
|
326
|
-
...
|
|
327
|
-
component:
|
|
328
|
-
role:
|
|
329
|
-
tabIndex:
|
|
330
|
-
style: { cursor: "pointer", ...
|
|
331
|
-
onClick:
|
|
332
|
-
onKeyDown:
|
|
333
|
-
children:
|
|
326
|
+
...p,
|
|
327
|
+
component: p.component || "span",
|
|
328
|
+
role: p.component ? void 0 : "link",
|
|
329
|
+
tabIndex: p.component ? void 0 : 0,
|
|
330
|
+
style: { cursor: "pointer", ...p.style },
|
|
331
|
+
onClick: p.target ? () => u(p.target) : p.onClick,
|
|
332
|
+
onKeyDown: p.target ? (x) => d(x, p.target) : p.onKeyDown,
|
|
333
|
+
children: p.label
|
|
334
334
|
},
|
|
335
|
-
|
|
335
|
+
p.label
|
|
336
336
|
))
|
|
337
337
|
}
|
|
338
338
|
),
|
|
339
|
-
/* @__PURE__ */ r(
|
|
339
|
+
/* @__PURE__ */ r(h, { gap: "sm", children: [
|
|
340
340
|
l && /* @__PURE__ */ e(
|
|
341
|
-
|
|
341
|
+
O,
|
|
342
342
|
{
|
|
343
343
|
variant: "subtle",
|
|
344
344
|
...l,
|
|
@@ -352,7 +352,7 @@ function xe({
|
|
|
352
352
|
}
|
|
353
353
|
),
|
|
354
354
|
o && /* @__PURE__ */ r(
|
|
355
|
-
|
|
355
|
+
O,
|
|
356
356
|
{
|
|
357
357
|
...o,
|
|
358
358
|
component: o.component || (o.href ? "a" : "button"),
|
|
@@ -375,16 +375,16 @@ function xe({
|
|
|
375
375
|
}
|
|
376
376
|
);
|
|
377
377
|
}
|
|
378
|
-
const
|
|
379
|
-
function
|
|
378
|
+
const He = we;
|
|
379
|
+
function Ve({
|
|
380
380
|
subtitle: a,
|
|
381
381
|
title: s,
|
|
382
382
|
description: l,
|
|
383
383
|
cta: o,
|
|
384
384
|
video: n,
|
|
385
|
-
image:
|
|
385
|
+
image: c,
|
|
386
386
|
background: m = "white",
|
|
387
|
-
mediaMaw:
|
|
387
|
+
mediaMaw: g,
|
|
388
388
|
titleFz: u = "var(--fz-hero)",
|
|
389
389
|
descriptionFz: d = "xl"
|
|
390
390
|
}) {
|
|
@@ -394,7 +394,7 @@ function Ge({
|
|
|
394
394
|
py: { base: 80, sm: 100, md: 140 },
|
|
395
395
|
id: "hero",
|
|
396
396
|
bg: m,
|
|
397
|
-
children: /* @__PURE__ */ e(
|
|
397
|
+
children: /* @__PURE__ */ e(P, { size: "lg", children: /* @__PURE__ */ r(
|
|
398
398
|
w,
|
|
399
399
|
{
|
|
400
400
|
cols: { base: 1, md: 2 },
|
|
@@ -402,7 +402,7 @@ function Ge({
|
|
|
402
402
|
verticalSpacing: 60,
|
|
403
403
|
children: [
|
|
404
404
|
/* @__PURE__ */ r(
|
|
405
|
-
|
|
405
|
+
t,
|
|
406
406
|
{
|
|
407
407
|
align: { base: "center", md: "flex-start" },
|
|
408
408
|
justify: "center",
|
|
@@ -410,7 +410,7 @@ function Ge({
|
|
|
410
410
|
ta: { base: "center", md: "left" },
|
|
411
411
|
children: [
|
|
412
412
|
/* @__PURE__ */ e(z, { children: /* @__PURE__ */ e(
|
|
413
|
-
|
|
413
|
+
J,
|
|
414
414
|
{
|
|
415
415
|
subtitle: a,
|
|
416
416
|
title: s,
|
|
@@ -430,12 +430,12 @@ function Ge({
|
|
|
430
430
|
}
|
|
431
431
|
) }),
|
|
432
432
|
o && /* @__PURE__ */ e(z, { children: /* @__PURE__ */ e(
|
|
433
|
-
|
|
433
|
+
h,
|
|
434
434
|
{
|
|
435
435
|
gap: "md",
|
|
436
436
|
justify: { base: "center", md: "flex-start" },
|
|
437
437
|
children: /* @__PURE__ */ e(
|
|
438
|
-
|
|
438
|
+
F,
|
|
439
439
|
{
|
|
440
440
|
label: o.label,
|
|
441
441
|
href: o.href,
|
|
@@ -452,11 +452,11 @@ function Ge({
|
|
|
452
452
|
}
|
|
453
453
|
),
|
|
454
454
|
/* @__PURE__ */ e(
|
|
455
|
-
|
|
455
|
+
N,
|
|
456
456
|
{
|
|
457
457
|
video: n,
|
|
458
|
-
image:
|
|
459
|
-
maw:
|
|
458
|
+
image: c,
|
|
459
|
+
maw: g,
|
|
460
460
|
alt: "Demonstração do produto"
|
|
461
461
|
}
|
|
462
462
|
)
|
|
@@ -466,7 +466,7 @@ function Ge({
|
|
|
466
466
|
}
|
|
467
467
|
);
|
|
468
468
|
}
|
|
469
|
-
function
|
|
469
|
+
function Se({ logo: a, index: s }) {
|
|
470
470
|
const l = {
|
|
471
471
|
src: a.src,
|
|
472
472
|
alt: a.alt || `Logo ${s}`,
|
|
@@ -494,7 +494,7 @@ function be({ logo: a, index: s }) {
|
|
|
494
494
|
}
|
|
495
495
|
) }) : /* @__PURE__ */ e(z, { children: /* @__PURE__ */ e(W, { ...l }) });
|
|
496
496
|
}
|
|
497
|
-
function
|
|
497
|
+
function We({ id: a, title: s, logos: l, background: o = "gray" }) {
|
|
498
498
|
return !l || l.length === 0 ? null : /* @__PURE__ */ e(
|
|
499
499
|
f,
|
|
500
500
|
{
|
|
@@ -503,8 +503,8 @@ function Ue({ id: a, title: s, logos: l, background: o = "gray" }) {
|
|
|
503
503
|
py: { base: 40, md: 60 },
|
|
504
504
|
bg: o,
|
|
505
505
|
bd: { bottom: "1px solid var(--mantine-color-gray-2)" },
|
|
506
|
-
children: /* @__PURE__ */ e(
|
|
507
|
-
|
|
506
|
+
children: /* @__PURE__ */ e(P, { size: "lg", children: /* @__PURE__ */ r(
|
|
507
|
+
t,
|
|
508
508
|
{
|
|
509
509
|
align: "center",
|
|
510
510
|
ta: "center",
|
|
@@ -522,19 +522,19 @@ function Ue({ id: a, title: s, logos: l, background: o = "gray" }) {
|
|
|
522
522
|
}
|
|
523
523
|
),
|
|
524
524
|
/* @__PURE__ */ e(
|
|
525
|
-
|
|
525
|
+
h,
|
|
526
526
|
{
|
|
527
527
|
justify: "space-between",
|
|
528
528
|
gap: { base: 40, md: 80 },
|
|
529
529
|
style: { rowGap: 40 },
|
|
530
530
|
w: "100%",
|
|
531
|
-
children: l.map((n,
|
|
532
|
-
|
|
531
|
+
children: l.map((n, c) => /* @__PURE__ */ e(
|
|
532
|
+
Se,
|
|
533
533
|
{
|
|
534
534
|
logo: n,
|
|
535
|
-
index:
|
|
535
|
+
index: c
|
|
536
536
|
},
|
|
537
|
-
|
|
537
|
+
c
|
|
538
538
|
))
|
|
539
539
|
}
|
|
540
540
|
)
|
|
@@ -544,9 +544,9 @@ function Ue({ id: a, title: s, logos: l, background: o = "gray" }) {
|
|
|
544
544
|
}
|
|
545
545
|
);
|
|
546
546
|
}
|
|
547
|
-
function
|
|
547
|
+
function Ke({ id: a, subtitle: s, title: l, description: o, featuresList: n, cta: c, video: m, image: g, reverse: u = !1, background: d = "white", mediaMaw: p }) {
|
|
548
548
|
const x = n && n.length > 0 && /* @__PURE__ */ e(
|
|
549
|
-
|
|
549
|
+
L,
|
|
550
550
|
{
|
|
551
551
|
spacing: "md",
|
|
552
552
|
size: "md",
|
|
@@ -558,7 +558,7 @@ function Oe({ id: a, subtitle: s, title: l, description: o, featuresList: n, cta
|
|
|
558
558
|
size: 24,
|
|
559
559
|
radius: "0",
|
|
560
560
|
children: /* @__PURE__ */ e(
|
|
561
|
-
|
|
561
|
+
U,
|
|
562
562
|
{
|
|
563
563
|
size: 14,
|
|
564
564
|
color: "var(--mantine-color-gray-9)"
|
|
@@ -566,10 +566,10 @@ function Oe({ id: a, subtitle: s, title: l, description: o, featuresList: n, cta
|
|
|
566
566
|
)
|
|
567
567
|
}
|
|
568
568
|
),
|
|
569
|
-
children: n.map((
|
|
569
|
+
children: n.map((D, j) => /* @__PURE__ */ e(L.Item, { children: D }, j))
|
|
570
570
|
}
|
|
571
571
|
), B = /* @__PURE__ */ r(
|
|
572
|
-
|
|
572
|
+
t,
|
|
573
573
|
{
|
|
574
574
|
justify: "center",
|
|
575
575
|
gap: "lg",
|
|
@@ -584,30 +584,30 @@ function Oe({ id: a, subtitle: s, title: l, description: o, featuresList: n, cta
|
|
|
584
584
|
}
|
|
585
585
|
),
|
|
586
586
|
x,
|
|
587
|
-
|
|
588
|
-
|
|
587
|
+
c && /* @__PURE__ */ e(h, { mt: "md", children: /* @__PURE__ */ e(
|
|
588
|
+
F,
|
|
589
589
|
{
|
|
590
|
-
label:
|
|
591
|
-
href:
|
|
592
|
-
icon:
|
|
593
|
-
size:
|
|
594
|
-
variant:
|
|
595
|
-
color:
|
|
590
|
+
label: c.label,
|
|
591
|
+
href: c.href,
|
|
592
|
+
icon: c.icon,
|
|
593
|
+
size: c.size || "lg",
|
|
594
|
+
variant: c.variant,
|
|
595
|
+
color: c.color
|
|
596
596
|
}
|
|
597
597
|
) })
|
|
598
598
|
]
|
|
599
599
|
}
|
|
600
|
-
),
|
|
601
|
-
|
|
600
|
+
), I = (m || g) && /* @__PURE__ */ e(
|
|
601
|
+
N,
|
|
602
602
|
{
|
|
603
603
|
video: m,
|
|
604
|
-
image:
|
|
604
|
+
image: g,
|
|
605
605
|
width: "80%",
|
|
606
|
-
maw:
|
|
606
|
+
maw: p
|
|
607
607
|
}
|
|
608
608
|
);
|
|
609
609
|
return /* @__PURE__ */ e(
|
|
610
|
-
|
|
610
|
+
T,
|
|
611
611
|
{
|
|
612
612
|
id: a,
|
|
613
613
|
subtitle: s,
|
|
@@ -620,57 +620,57 @@ function Oe({ id: a, subtitle: s, title: l, description: o, featuresList: n, cta
|
|
|
620
620
|
spacing: { base: 40, md: 80 },
|
|
621
621
|
verticalSpacing: { base: 40, md: 50 },
|
|
622
622
|
children: u ? /* @__PURE__ */ r(K, { children: [
|
|
623
|
-
|
|
623
|
+
I,
|
|
624
624
|
B
|
|
625
625
|
] }) : /* @__PURE__ */ r(K, { children: [
|
|
626
626
|
B,
|
|
627
|
-
|
|
627
|
+
I
|
|
628
628
|
] })
|
|
629
629
|
}
|
|
630
630
|
)
|
|
631
631
|
}
|
|
632
632
|
);
|
|
633
633
|
}
|
|
634
|
-
function
|
|
634
|
+
function Qe({ id: a, subtitle: s, title: l, background: o = "gray", items: n = [] }) {
|
|
635
635
|
return /* @__PURE__ */ e(
|
|
636
|
-
|
|
636
|
+
T,
|
|
637
637
|
{
|
|
638
638
|
id: a,
|
|
639
639
|
subtitle: s,
|
|
640
640
|
title: l,
|
|
641
641
|
background: o,
|
|
642
|
-
children: /* @__PURE__ */ e(
|
|
643
|
-
|
|
642
|
+
children: /* @__PURE__ */ e(v, { gutter: "lg", children: n.map((c, m) => /* @__PURE__ */ e(
|
|
643
|
+
Ie,
|
|
644
644
|
{
|
|
645
|
-
...
|
|
645
|
+
...c
|
|
646
646
|
},
|
|
647
647
|
m
|
|
648
648
|
)) })
|
|
649
649
|
}
|
|
650
650
|
);
|
|
651
651
|
}
|
|
652
|
-
function
|
|
652
|
+
function Ie({
|
|
653
653
|
icon: a,
|
|
654
654
|
iconVariant: s,
|
|
655
655
|
iconColor: l,
|
|
656
656
|
label: o,
|
|
657
657
|
title: n,
|
|
658
|
-
titleSize:
|
|
658
|
+
titleSize: c,
|
|
659
659
|
description: m,
|
|
660
|
-
descriptionSize:
|
|
660
|
+
descriptionSize: g,
|
|
661
661
|
descriptionMaw: u,
|
|
662
662
|
span: d = { base: 12, md: 6 },
|
|
663
|
-
background:
|
|
663
|
+
background: p = "white",
|
|
664
664
|
visual: x,
|
|
665
665
|
secondaryVisual: B,
|
|
666
|
-
layout:
|
|
667
|
-
badges:
|
|
666
|
+
layout: I = "stacked",
|
|
667
|
+
badges: D,
|
|
668
668
|
codeBlock: j,
|
|
669
669
|
decorativeContent: H,
|
|
670
|
-
style:
|
|
671
|
-
...
|
|
670
|
+
style: R,
|
|
671
|
+
...M
|
|
672
672
|
}) {
|
|
673
|
-
const
|
|
673
|
+
const k = /* @__PURE__ */ r(f, { children: [
|
|
674
674
|
a && /* @__PURE__ */ e(
|
|
675
675
|
y,
|
|
676
676
|
{
|
|
@@ -703,7 +703,7 @@ function ve({
|
|
|
703
703
|
n && /* @__PURE__ */ e(
|
|
704
704
|
i,
|
|
705
705
|
{
|
|
706
|
-
fz:
|
|
706
|
+
fz: c || (I === "compact" ? "h4" : "h3"),
|
|
707
707
|
fw: 900,
|
|
708
708
|
lh: 1.2,
|
|
709
709
|
mb: "sm",
|
|
@@ -715,14 +715,14 @@ function ve({
|
|
|
715
715
|
i,
|
|
716
716
|
{
|
|
717
717
|
c: "gray.6",
|
|
718
|
-
size:
|
|
718
|
+
size: g || (I === "compact" ? "sm" : "lg"),
|
|
719
719
|
maw: u,
|
|
720
|
-
mb:
|
|
720
|
+
mb: D ? "xl" : I === "compact" ? "lg" : void 0,
|
|
721
721
|
children: m
|
|
722
722
|
}
|
|
723
723
|
),
|
|
724
|
-
|
|
725
|
-
|
|
724
|
+
D && D.length > 0 && /* @__PURE__ */ e(h, { children: D.map((X, Y) => /* @__PURE__ */ e(
|
|
725
|
+
E,
|
|
726
726
|
{
|
|
727
727
|
variant: "dot",
|
|
728
728
|
color: "gray",
|
|
@@ -731,28 +731,28 @@ function ve({
|
|
|
731
731
|
},
|
|
732
732
|
Y
|
|
733
733
|
)) })
|
|
734
|
-
] }),
|
|
735
|
-
return
|
|
736
|
-
|
|
734
|
+
] }), C = x ? $(x) : null, V = B ? $(B) : null;
|
|
735
|
+
return I === "split" ? /* @__PURE__ */ e(v.Col, { span: d, children: /* @__PURE__ */ e(
|
|
736
|
+
b,
|
|
737
737
|
{
|
|
738
738
|
h: "100%",
|
|
739
739
|
p: { base: "xl", md: 40 },
|
|
740
740
|
radius: "0",
|
|
741
|
-
bg: q(
|
|
741
|
+
bg: q(p),
|
|
742
742
|
bd: "1px solid var(--mantine-color-gray-2)",
|
|
743
|
-
style:
|
|
744
|
-
...
|
|
743
|
+
style: R,
|
|
744
|
+
...M,
|
|
745
745
|
children: /* @__PURE__ */ r(
|
|
746
|
-
|
|
746
|
+
v,
|
|
747
747
|
{
|
|
748
748
|
align: "center",
|
|
749
749
|
gutter: "xl",
|
|
750
750
|
children: [
|
|
751
|
-
/* @__PURE__ */ e(
|
|
752
|
-
/* @__PURE__ */ r(
|
|
753
|
-
|
|
751
|
+
/* @__PURE__ */ e(v.Col, { span: { base: 12, sm: 6 }, children: k }),
|
|
752
|
+
/* @__PURE__ */ r(v.Col, { span: { base: 12, sm: 6 }, children: [
|
|
753
|
+
C,
|
|
754
754
|
j && /* @__PURE__ */ e(
|
|
755
|
-
|
|
755
|
+
ee,
|
|
756
756
|
{
|
|
757
757
|
block: !0,
|
|
758
758
|
color: "gray.0",
|
|
@@ -766,48 +766,48 @@ function ve({
|
|
|
766
766
|
}
|
|
767
767
|
)
|
|
768
768
|
}
|
|
769
|
-
) }) :
|
|
770
|
-
|
|
769
|
+
) }) : I === "compact" ? /* @__PURE__ */ e(v.Col, { span: d, children: /* @__PURE__ */ r(
|
|
770
|
+
b,
|
|
771
771
|
{
|
|
772
772
|
h: "100%",
|
|
773
773
|
p: { base: "xl", md: 40 },
|
|
774
774
|
radius: "0",
|
|
775
|
-
bg: q(
|
|
775
|
+
bg: q(p),
|
|
776
776
|
bd: "1px solid var(--mantine-color-gray-2)",
|
|
777
|
-
style:
|
|
778
|
-
...
|
|
777
|
+
style: R,
|
|
778
|
+
...M,
|
|
779
779
|
children: [
|
|
780
|
-
|
|
781
|
-
|
|
780
|
+
k,
|
|
781
|
+
C
|
|
782
782
|
]
|
|
783
783
|
}
|
|
784
|
-
) }) : H ? /* @__PURE__ */ e(
|
|
785
|
-
|
|
784
|
+
) }) : H ? /* @__PURE__ */ e(v.Col, { span: d, children: /* @__PURE__ */ e(
|
|
785
|
+
b,
|
|
786
786
|
{
|
|
787
787
|
h: "100%",
|
|
788
788
|
p: { base: "xl", md: 40 },
|
|
789
789
|
radius: "0",
|
|
790
|
-
bg: q(
|
|
790
|
+
bg: q(p),
|
|
791
791
|
bd: "1px solid var(--mantine-color-gray-2)",
|
|
792
792
|
pos: "relative",
|
|
793
|
-
style:
|
|
794
|
-
...
|
|
793
|
+
style: R,
|
|
794
|
+
...M,
|
|
795
795
|
children: /* @__PURE__ */ r(
|
|
796
|
-
|
|
796
|
+
v,
|
|
797
797
|
{
|
|
798
798
|
gutter: 0,
|
|
799
799
|
pos: "relative",
|
|
800
800
|
children: [
|
|
801
801
|
/* @__PURE__ */ e(
|
|
802
|
-
|
|
802
|
+
v.Col,
|
|
803
803
|
{
|
|
804
804
|
span: { base: 12, sm: 7 },
|
|
805
805
|
style: { zIndex: 1 },
|
|
806
|
-
children:
|
|
806
|
+
children: k
|
|
807
807
|
}
|
|
808
808
|
),
|
|
809
809
|
/* @__PURE__ */ e(
|
|
810
|
-
|
|
810
|
+
v.Col,
|
|
811
811
|
{
|
|
812
812
|
span: 5,
|
|
813
813
|
visibleFrom: "sm",
|
|
@@ -818,34 +818,34 @@ function ve({
|
|
|
818
818
|
}
|
|
819
819
|
)
|
|
820
820
|
}
|
|
821
|
-
) }) : /* @__PURE__ */ e(
|
|
822
|
-
|
|
821
|
+
) }) : /* @__PURE__ */ e(v.Col, { span: d, children: /* @__PURE__ */ r(
|
|
822
|
+
b,
|
|
823
823
|
{
|
|
824
824
|
h: "100%",
|
|
825
825
|
p: { base: "xl", md: 40 },
|
|
826
826
|
radius: "0",
|
|
827
|
-
bg: q(
|
|
827
|
+
bg: q(p),
|
|
828
828
|
bd: "1px solid var(--mantine-color-gray-2)",
|
|
829
829
|
display: "flex",
|
|
830
830
|
style: {
|
|
831
831
|
flexDirection: "column",
|
|
832
832
|
justifyContent: "space-between",
|
|
833
|
-
...
|
|
833
|
+
...R
|
|
834
834
|
},
|
|
835
|
-
...
|
|
835
|
+
...M,
|
|
836
836
|
children: [
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
837
|
+
k,
|
|
838
|
+
C && V ? /* @__PURE__ */ r(
|
|
839
|
+
h,
|
|
840
840
|
{
|
|
841
841
|
gap: 40,
|
|
842
842
|
align: "center",
|
|
843
843
|
children: [
|
|
844
|
-
|
|
844
|
+
C,
|
|
845
845
|
V
|
|
846
846
|
]
|
|
847
847
|
}
|
|
848
|
-
) :
|
|
848
|
+
) : C
|
|
849
849
|
]
|
|
850
850
|
}
|
|
851
851
|
) });
|
|
@@ -855,13 +855,13 @@ function $(a) {
|
|
|
855
855
|
switch (a.type) {
|
|
856
856
|
case "ring":
|
|
857
857
|
return /* @__PURE__ */ e(
|
|
858
|
-
|
|
858
|
+
re,
|
|
859
859
|
{
|
|
860
860
|
size: a.size || 140,
|
|
861
861
|
thickness: a.thickness || 12,
|
|
862
862
|
sections: [{ value: a.value || 100, color: "gray.7" }],
|
|
863
863
|
label: /* @__PURE__ */ e(z, { children: /* @__PURE__ */ r(
|
|
864
|
-
|
|
864
|
+
t,
|
|
865
865
|
{
|
|
866
866
|
gap: 0,
|
|
867
867
|
align: "center",
|
|
@@ -890,7 +890,7 @@ function $(a) {
|
|
|
890
890
|
}
|
|
891
891
|
);
|
|
892
892
|
case "metric":
|
|
893
|
-
return /* @__PURE__ */ r(
|
|
893
|
+
return /* @__PURE__ */ r(t, { gap: 0, children: [
|
|
894
894
|
/* @__PURE__ */ e(
|
|
895
895
|
i,
|
|
896
896
|
{
|
|
@@ -911,7 +911,7 @@ function $(a) {
|
|
|
911
911
|
}
|
|
912
912
|
),
|
|
913
913
|
a.badge && /* @__PURE__ */ e(
|
|
914
|
-
|
|
914
|
+
E,
|
|
915
915
|
{
|
|
916
916
|
mt: "md",
|
|
917
917
|
color: "gray",
|
|
@@ -923,7 +923,7 @@ function $(a) {
|
|
|
923
923
|
] });
|
|
924
924
|
case "bars":
|
|
925
925
|
return /* @__PURE__ */ e(
|
|
926
|
-
|
|
926
|
+
h,
|
|
927
927
|
{
|
|
928
928
|
align: "flex-end",
|
|
929
929
|
gap: 8,
|
|
@@ -976,16 +976,16 @@ function $(a) {
|
|
|
976
976
|
return null;
|
|
977
977
|
}
|
|
978
978
|
}
|
|
979
|
-
function
|
|
979
|
+
function $e({ id: a, subtitle: s, title: l, traditionalCol: o, newCol: n, background: c = "white" }) {
|
|
980
980
|
return /* @__PURE__ */ e(
|
|
981
|
-
|
|
981
|
+
T,
|
|
982
982
|
{
|
|
983
983
|
id: a,
|
|
984
984
|
subtitle: s,
|
|
985
985
|
title: l,
|
|
986
|
-
background:
|
|
986
|
+
background: c,
|
|
987
987
|
children: /* @__PURE__ */ e(
|
|
988
|
-
|
|
988
|
+
b,
|
|
989
989
|
{
|
|
990
990
|
radius: "0",
|
|
991
991
|
bd: "1px solid var(--mantine-color-gray-2)",
|
|
@@ -999,9 +999,9 @@ function Ve({ id: a, subtitle: s, title: l, traditionalCol: o, newCol: n, backgr
|
|
|
999
999
|
/* @__PURE__ */ e(
|
|
1000
1000
|
f,
|
|
1001
1001
|
{
|
|
1002
|
-
bg:
|
|
1002
|
+
bg: c === "gray" ? "gray.1" : "white",
|
|
1003
1003
|
p: { base: 30, md: 60 },
|
|
1004
|
-
children: /* @__PURE__ */ r(
|
|
1004
|
+
children: /* @__PURE__ */ r(t, { gap: "xl", children: [
|
|
1005
1005
|
/* @__PURE__ */ r(f, { children: [
|
|
1006
1006
|
/* @__PURE__ */ e(
|
|
1007
1007
|
i,
|
|
@@ -1026,12 +1026,12 @@ function Ve({ id: a, subtitle: s, title: l, traditionalCol: o, newCol: n, backgr
|
|
|
1026
1026
|
)
|
|
1027
1027
|
] }),
|
|
1028
1028
|
/* @__PURE__ */ e(
|
|
1029
|
-
|
|
1029
|
+
t,
|
|
1030
1030
|
{
|
|
1031
1031
|
gap: "md",
|
|
1032
1032
|
mb: 40,
|
|
1033
|
-
children: o.items.map((m,
|
|
1034
|
-
/* @__PURE__ */ r(
|
|
1033
|
+
children: o.items.map((m, g) => /* @__PURE__ */ r(ze, { children: [
|
|
1034
|
+
/* @__PURE__ */ r(h, { justify: "space-between", children: [
|
|
1035
1035
|
/* @__PURE__ */ e(
|
|
1036
1036
|
i,
|
|
1037
1037
|
{
|
|
@@ -1049,19 +1049,19 @@ function Ve({ id: a, subtitle: s, title: l, traditionalCol: o, newCol: n, backgr
|
|
|
1049
1049
|
}
|
|
1050
1050
|
)
|
|
1051
1051
|
] }),
|
|
1052
|
-
|
|
1053
|
-
] },
|
|
1052
|
+
g < o.items.length - 1 && /* @__PURE__ */ e(S, { color: "var(--mantine-color-gray-2)" })
|
|
1053
|
+
] }, g))
|
|
1054
1054
|
}
|
|
1055
1055
|
),
|
|
1056
1056
|
/* @__PURE__ */ r(
|
|
1057
1057
|
f,
|
|
1058
1058
|
{
|
|
1059
|
-
bg:
|
|
1059
|
+
bg: c === "gray" ? "gray.1" : "white",
|
|
1060
1060
|
p: "lg",
|
|
1061
1061
|
radius: "0",
|
|
1062
1062
|
bd: "1px solid var(--mantine-color-gray-2)",
|
|
1063
1063
|
children: [
|
|
1064
|
-
/* @__PURE__ */ r(
|
|
1064
|
+
/* @__PURE__ */ r(h, { justify: "space-between", children: [
|
|
1065
1065
|
/* @__PURE__ */ e(
|
|
1066
1066
|
i,
|
|
1067
1067
|
{
|
|
@@ -1099,17 +1099,17 @@ function Ve({ id: a, subtitle: s, title: l, traditionalCol: o, newCol: n, backgr
|
|
|
1099
1099
|
/* @__PURE__ */ e(
|
|
1100
1100
|
f,
|
|
1101
1101
|
{
|
|
1102
|
-
bg:
|
|
1102
|
+
bg: c === "gray" ? "gray.1" : "white",
|
|
1103
1103
|
p: { base: 30, md: 60 },
|
|
1104
1104
|
pos: "relative",
|
|
1105
1105
|
children: /* @__PURE__ */ r(
|
|
1106
|
-
|
|
1106
|
+
t,
|
|
1107
1107
|
{
|
|
1108
1108
|
gap: "xl",
|
|
1109
1109
|
h: "100%",
|
|
1110
1110
|
children: [
|
|
1111
1111
|
/* @__PURE__ */ r(f, { children: [
|
|
1112
|
-
/* @__PURE__ */ r(
|
|
1112
|
+
/* @__PURE__ */ r(h, { gap: "xs", children: [
|
|
1113
1113
|
/* @__PURE__ */ e(
|
|
1114
1114
|
i,
|
|
1115
1115
|
{
|
|
@@ -1121,7 +1121,7 @@ function Ve({ id: a, subtitle: s, title: l, traditionalCol: o, newCol: n, backgr
|
|
|
1121
1121
|
}
|
|
1122
1122
|
),
|
|
1123
1123
|
n.badge && /* @__PURE__ */ e(
|
|
1124
|
-
|
|
1124
|
+
E,
|
|
1125
1125
|
{
|
|
1126
1126
|
color: "gray.9",
|
|
1127
1127
|
variant: "filled",
|
|
@@ -1140,7 +1140,7 @@ function Ve({ id: a, subtitle: s, title: l, traditionalCol: o, newCol: n, backgr
|
|
|
1140
1140
|
)
|
|
1141
1141
|
] }),
|
|
1142
1142
|
/* @__PURE__ */ e(
|
|
1143
|
-
|
|
1143
|
+
L,
|
|
1144
1144
|
{
|
|
1145
1145
|
spacing: "md",
|
|
1146
1146
|
size: "md",
|
|
@@ -1153,7 +1153,7 @@ function Ve({ id: a, subtitle: s, title: l, traditionalCol: o, newCol: n, backgr
|
|
|
1153
1153
|
radius: "0",
|
|
1154
1154
|
bd: "1px solid var(--mantine-color-gray-2)",
|
|
1155
1155
|
children: /* @__PURE__ */ e(
|
|
1156
|
-
|
|
1156
|
+
U,
|
|
1157
1157
|
{
|
|
1158
1158
|
size: 12,
|
|
1159
1159
|
color: "var(--mantine-color-gray-9)"
|
|
@@ -1161,17 +1161,17 @@ function Ve({ id: a, subtitle: s, title: l, traditionalCol: o, newCol: n, backgr
|
|
|
1161
1161
|
)
|
|
1162
1162
|
}
|
|
1163
1163
|
),
|
|
1164
|
-
children: n.items.map((m,
|
|
1164
|
+
children: n.items.map((m, g) => /* @__PURE__ */ e(L.Item, { children: m }, g))
|
|
1165
1165
|
}
|
|
1166
1166
|
),
|
|
1167
1167
|
n.pricingBox && /* @__PURE__ */ e(
|
|
1168
1168
|
f,
|
|
1169
1169
|
{
|
|
1170
|
-
bg:
|
|
1170
|
+
bg: c === "gray" ? "gray.1" : "white",
|
|
1171
1171
|
p: "lg",
|
|
1172
1172
|
radius: "0",
|
|
1173
1173
|
bd: "1px solid var(--mantine-color-gray-2)",
|
|
1174
|
-
children: /* @__PURE__ */ r(
|
|
1174
|
+
children: /* @__PURE__ */ r(t, { gap: 4, children: [
|
|
1175
1175
|
/* @__PURE__ */ e(
|
|
1176
1176
|
i,
|
|
1177
1177
|
{
|
|
@@ -1206,7 +1206,7 @@ function Ve({ id: a, subtitle: s, title: l, traditionalCol: o, newCol: n, backgr
|
|
|
1206
1206
|
}
|
|
1207
1207
|
),
|
|
1208
1208
|
n.cta && /* @__PURE__ */ e(f, { mt: "xl", children: /* @__PURE__ */ e(
|
|
1209
|
-
|
|
1209
|
+
F,
|
|
1210
1210
|
{
|
|
1211
1211
|
label: n.cta.label,
|
|
1212
1212
|
href: n.cta.href,
|
|
@@ -1229,7 +1229,7 @@ function Ve({ id: a, subtitle: s, title: l, traditionalCol: o, newCol: n, backgr
|
|
|
1229
1229
|
}
|
|
1230
1230
|
);
|
|
1231
1231
|
}
|
|
1232
|
-
function
|
|
1232
|
+
function _e({
|
|
1233
1233
|
id: a,
|
|
1234
1234
|
subtitle: s,
|
|
1235
1235
|
title: l,
|
|
@@ -1238,13 +1238,13 @@ function We({
|
|
|
1238
1238
|
{ label: "Anual", value: "annual" }
|
|
1239
1239
|
],
|
|
1240
1240
|
billing: n,
|
|
1241
|
-
setBilling:
|
|
1241
|
+
setBilling: c,
|
|
1242
1242
|
promoBadge: m,
|
|
1243
|
-
plans:
|
|
1243
|
+
plans: g,
|
|
1244
1244
|
background: u = "white"
|
|
1245
1245
|
}) {
|
|
1246
1246
|
return /* @__PURE__ */ r(
|
|
1247
|
-
|
|
1247
|
+
T,
|
|
1248
1248
|
{
|
|
1249
1249
|
id: a,
|
|
1250
1250
|
subtitle: s,
|
|
@@ -1253,17 +1253,17 @@ function We({
|
|
|
1253
1253
|
background: u,
|
|
1254
1254
|
children: [
|
|
1255
1255
|
o && o.length > 0 && /* @__PURE__ */ e(
|
|
1256
|
-
|
|
1256
|
+
t,
|
|
1257
1257
|
{
|
|
1258
1258
|
align: "center",
|
|
1259
1259
|
gap: "xl",
|
|
1260
1260
|
mb: 80,
|
|
1261
|
-
children: /* @__PURE__ */ r(
|
|
1261
|
+
children: /* @__PURE__ */ r(h, { gap: "xs", children: [
|
|
1262
1262
|
/* @__PURE__ */ e(
|
|
1263
|
-
|
|
1263
|
+
ae,
|
|
1264
1264
|
{
|
|
1265
1265
|
value: n,
|
|
1266
|
-
onChange:
|
|
1266
|
+
onChange: c,
|
|
1267
1267
|
radius: "0",
|
|
1268
1268
|
size: "md",
|
|
1269
1269
|
data: o,
|
|
@@ -1273,7 +1273,7 @@ function We({
|
|
|
1273
1273
|
}
|
|
1274
1274
|
),
|
|
1275
1275
|
n === "annual" && m && /* @__PURE__ */ e(
|
|
1276
|
-
|
|
1276
|
+
E,
|
|
1277
1277
|
{
|
|
1278
1278
|
variant: "filled",
|
|
1279
1279
|
color: "gray.9",
|
|
@@ -1288,11 +1288,11 @@ function We({
|
|
|
1288
1288
|
/* @__PURE__ */ e(
|
|
1289
1289
|
w,
|
|
1290
1290
|
{
|
|
1291
|
-
cols: { base: 1, md:
|
|
1291
|
+
cols: { base: 1, md: g.length <= 3 ? g.length : 3 },
|
|
1292
1292
|
spacing: "xl",
|
|
1293
1293
|
verticalSpacing: "xl",
|
|
1294
|
-
children:
|
|
1295
|
-
|
|
1294
|
+
children: g.map((d) => /* @__PURE__ */ r(
|
|
1295
|
+
b,
|
|
1296
1296
|
{
|
|
1297
1297
|
p: "xl",
|
|
1298
1298
|
radius: "0",
|
|
@@ -1304,13 +1304,13 @@ function We({
|
|
|
1304
1304
|
bg: "white",
|
|
1305
1305
|
children: [
|
|
1306
1306
|
/* @__PURE__ */ r(
|
|
1307
|
-
|
|
1307
|
+
t,
|
|
1308
1308
|
{
|
|
1309
1309
|
gap: "md",
|
|
1310
1310
|
mb: "xl",
|
|
1311
1311
|
children: [
|
|
1312
1312
|
/* @__PURE__ */ r(
|
|
1313
|
-
|
|
1313
|
+
h,
|
|
1314
1314
|
{
|
|
1315
1315
|
justify: "space-between",
|
|
1316
1316
|
align: "center",
|
|
@@ -1327,7 +1327,7 @@ function We({
|
|
|
1327
1327
|
}
|
|
1328
1328
|
),
|
|
1329
1329
|
d.highlight && /* @__PURE__ */ e(
|
|
1330
|
-
|
|
1330
|
+
E,
|
|
1331
1331
|
{
|
|
1332
1332
|
variant: "dot",
|
|
1333
1333
|
color: "gray.9",
|
|
@@ -1365,7 +1365,7 @@ function We({
|
|
|
1365
1365
|
}
|
|
1366
1366
|
),
|
|
1367
1367
|
/* @__PURE__ */ r(
|
|
1368
|
-
|
|
1368
|
+
h,
|
|
1369
1369
|
{
|
|
1370
1370
|
gap: 8,
|
|
1371
1371
|
align: "flex-start",
|
|
@@ -1381,7 +1381,7 @@ function We({
|
|
|
1381
1381
|
}
|
|
1382
1382
|
),
|
|
1383
1383
|
/* @__PURE__ */ r(
|
|
1384
|
-
|
|
1384
|
+
h,
|
|
1385
1385
|
{
|
|
1386
1386
|
gap: 4,
|
|
1387
1387
|
align: "flex-end",
|
|
@@ -1398,7 +1398,7 @@ function We({
|
|
|
1398
1398
|
}
|
|
1399
1399
|
),
|
|
1400
1400
|
d.priceDisplay?.fraction && /* @__PURE__ */ r(
|
|
1401
|
-
|
|
1401
|
+
t,
|
|
1402
1402
|
{
|
|
1403
1403
|
gap: 0,
|
|
1404
1404
|
mb: 6,
|
|
@@ -1438,27 +1438,27 @@ function We({
|
|
|
1438
1438
|
)
|
|
1439
1439
|
] }),
|
|
1440
1440
|
/* @__PURE__ */ e(
|
|
1441
|
-
|
|
1441
|
+
S,
|
|
1442
1442
|
{
|
|
1443
1443
|
mb: "xl",
|
|
1444
1444
|
color: "gray.1"
|
|
1445
1445
|
}
|
|
1446
1446
|
),
|
|
1447
1447
|
/* @__PURE__ */ e(
|
|
1448
|
-
|
|
1448
|
+
t,
|
|
1449
1449
|
{
|
|
1450
1450
|
gap: "sm",
|
|
1451
1451
|
mb: 40,
|
|
1452
1452
|
style: { flex: 1 },
|
|
1453
|
-
children: d.features.map((
|
|
1454
|
-
|
|
1453
|
+
children: d.features.map((p, x) => /* @__PURE__ */ r(
|
|
1454
|
+
h,
|
|
1455
1455
|
{
|
|
1456
1456
|
gap: "sm",
|
|
1457
1457
|
wrap: "nowrap",
|
|
1458
1458
|
align: "flex-start",
|
|
1459
1459
|
children: [
|
|
1460
1460
|
/* @__PURE__ */ e(
|
|
1461
|
-
|
|
1461
|
+
U,
|
|
1462
1462
|
{
|
|
1463
1463
|
size: 16,
|
|
1464
1464
|
color: "var(--mantine-color-gray-9)",
|
|
@@ -1472,7 +1472,7 @@ function We({
|
|
|
1472
1472
|
fw: 500,
|
|
1473
1473
|
c: "gray.6",
|
|
1474
1474
|
lh: 1.4,
|
|
1475
|
-
children:
|
|
1475
|
+
children: p
|
|
1476
1476
|
}
|
|
1477
1477
|
)
|
|
1478
1478
|
]
|
|
@@ -1482,7 +1482,7 @@ function We({
|
|
|
1482
1482
|
}
|
|
1483
1483
|
),
|
|
1484
1484
|
/* @__PURE__ */ e(f, { mt: "auto", children: /* @__PURE__ */ e(
|
|
1485
|
-
|
|
1485
|
+
F,
|
|
1486
1486
|
{
|
|
1487
1487
|
label: d.cta.label,
|
|
1488
1488
|
href: d.cta.href,
|
|
@@ -1502,10 +1502,10 @@ function We({
|
|
|
1502
1502
|
}
|
|
1503
1503
|
);
|
|
1504
1504
|
}
|
|
1505
|
-
function
|
|
1505
|
+
function Je({ id: a, subtitle: s, title: l, questions: o = [], contactCard: n, background: c = "white" }) {
|
|
1506
1506
|
const m = {
|
|
1507
1507
|
item: {
|
|
1508
|
-
backgroundColor:
|
|
1508
|
+
backgroundColor: c === "gray" ? "gray.1" : "white",
|
|
1509
1509
|
border: "1px solid var(--mantine-color-gray-2)"
|
|
1510
1510
|
},
|
|
1511
1511
|
control: {
|
|
@@ -1523,12 +1523,12 @@ function Ke({ id: a, subtitle: s, title: l, questions: o = [], contactCard: n, b
|
|
|
1523
1523
|
}
|
|
1524
1524
|
};
|
|
1525
1525
|
return /* @__PURE__ */ r(
|
|
1526
|
-
|
|
1526
|
+
T,
|
|
1527
1527
|
{
|
|
1528
1528
|
id: a,
|
|
1529
1529
|
subtitle: s,
|
|
1530
1530
|
title: l,
|
|
1531
|
-
background:
|
|
1531
|
+
background: c,
|
|
1532
1532
|
children: [
|
|
1533
1533
|
/* @__PURE__ */ r(
|
|
1534
1534
|
w,
|
|
@@ -1537,20 +1537,20 @@ function Ke({ id: a, subtitle: s, title: l, questions: o = [], contactCard: n, b
|
|
|
1537
1537
|
spacing: "xl",
|
|
1538
1538
|
children: [
|
|
1539
1539
|
/* @__PURE__ */ e(
|
|
1540
|
-
|
|
1540
|
+
A,
|
|
1541
1541
|
{
|
|
1542
1542
|
variant: "separated",
|
|
1543
1543
|
radius: "0",
|
|
1544
1544
|
chevronPosition: "right",
|
|
1545
1545
|
styles: m,
|
|
1546
|
-
children: o.slice(0, Math.ceil(o.length / 2)).map((
|
|
1547
|
-
|
|
1546
|
+
children: o.slice(0, Math.ceil(o.length / 2)).map((g, u) => /* @__PURE__ */ r(
|
|
1547
|
+
A.Item,
|
|
1548
1548
|
{
|
|
1549
|
-
value:
|
|
1549
|
+
value: g.value || String(u),
|
|
1550
1550
|
mb: "md",
|
|
1551
1551
|
children: [
|
|
1552
1552
|
/* @__PURE__ */ e(
|
|
1553
|
-
|
|
1553
|
+
A.Control,
|
|
1554
1554
|
{
|
|
1555
1555
|
icon: /* @__PURE__ */ e(
|
|
1556
1556
|
y,
|
|
@@ -1561,31 +1561,31 @@ function Ke({ id: a, subtitle: s, title: l, questions: o = [], contactCard: n, b
|
|
|
1561
1561
|
children: /* @__PURE__ */ e(Q, { size: 16 })
|
|
1562
1562
|
}
|
|
1563
1563
|
),
|
|
1564
|
-
children:
|
|
1564
|
+
children: g.question
|
|
1565
1565
|
}
|
|
1566
1566
|
),
|
|
1567
|
-
/* @__PURE__ */ e(
|
|
1567
|
+
/* @__PURE__ */ e(A.Panel, { c: "gray.6", children: g.answer })
|
|
1568
1568
|
]
|
|
1569
1569
|
},
|
|
1570
|
-
|
|
1570
|
+
g.value || u
|
|
1571
1571
|
))
|
|
1572
1572
|
}
|
|
1573
1573
|
),
|
|
1574
1574
|
/* @__PURE__ */ e(
|
|
1575
|
-
|
|
1575
|
+
A,
|
|
1576
1576
|
{
|
|
1577
1577
|
variant: "separated",
|
|
1578
1578
|
radius: "0",
|
|
1579
1579
|
chevronPosition: "right",
|
|
1580
1580
|
styles: m,
|
|
1581
|
-
children: o.slice(Math.ceil(o.length / 2)).map((
|
|
1582
|
-
|
|
1581
|
+
children: o.slice(Math.ceil(o.length / 2)).map((g, u) => /* @__PURE__ */ r(
|
|
1582
|
+
A.Item,
|
|
1583
1583
|
{
|
|
1584
|
-
value:
|
|
1584
|
+
value: g.value || String(u),
|
|
1585
1585
|
mb: "md",
|
|
1586
1586
|
children: [
|
|
1587
1587
|
/* @__PURE__ */ e(
|
|
1588
|
-
|
|
1588
|
+
A.Control,
|
|
1589
1589
|
{
|
|
1590
1590
|
icon: /* @__PURE__ */ e(
|
|
1591
1591
|
y,
|
|
@@ -1596,13 +1596,13 @@ function Ke({ id: a, subtitle: s, title: l, questions: o = [], contactCard: n, b
|
|
|
1596
1596
|
children: /* @__PURE__ */ e(Q, { size: 16 })
|
|
1597
1597
|
}
|
|
1598
1598
|
),
|
|
1599
|
-
children:
|
|
1599
|
+
children: g.question
|
|
1600
1600
|
}
|
|
1601
1601
|
),
|
|
1602
|
-
/* @__PURE__ */ e(
|
|
1602
|
+
/* @__PURE__ */ e(A.Panel, { c: "gray.6", children: g.answer })
|
|
1603
1603
|
]
|
|
1604
1604
|
},
|
|
1605
|
-
|
|
1605
|
+
g.value || u
|
|
1606
1606
|
))
|
|
1607
1607
|
}
|
|
1608
1608
|
)
|
|
@@ -1610,12 +1610,12 @@ function Ke({ id: a, subtitle: s, title: l, questions: o = [], contactCard: n, b
|
|
|
1610
1610
|
}
|
|
1611
1611
|
),
|
|
1612
1612
|
n && /* @__PURE__ */ e(
|
|
1613
|
-
|
|
1613
|
+
b,
|
|
1614
1614
|
{
|
|
1615
1615
|
mt: { base: 40, md: 80 },
|
|
1616
1616
|
radius: "0",
|
|
1617
1617
|
p: { base: "xl", md: 60 },
|
|
1618
|
-
bg:
|
|
1618
|
+
bg: c === "gray" ? "gray.1" : "white",
|
|
1619
1619
|
bd: "1px solid var(--mantine-color-gray-1)",
|
|
1620
1620
|
pos: "relative",
|
|
1621
1621
|
style: { overflow: "hidden" },
|
|
@@ -1627,7 +1627,7 @@ function Ke({ id: a, subtitle: s, title: l, questions: o = [], contactCard: n, b
|
|
|
1627
1627
|
style: { position: "relative", zIndex: 1, alignItems: "center" },
|
|
1628
1628
|
children: [
|
|
1629
1629
|
/* @__PURE__ */ r(
|
|
1630
|
-
|
|
1630
|
+
t,
|
|
1631
1631
|
{
|
|
1632
1632
|
gap: "sm",
|
|
1633
1633
|
ta: { base: "center", md: "left" },
|
|
@@ -1655,8 +1655,8 @@ function Ke({ id: a, subtitle: s, title: l, questions: o = [], contactCard: n, b
|
|
|
1655
1655
|
]
|
|
1656
1656
|
}
|
|
1657
1657
|
),
|
|
1658
|
-
/* @__PURE__ */ e(
|
|
1659
|
-
|
|
1658
|
+
/* @__PURE__ */ e(t, { align: { base: "center", md: "flex-end" }, children: /* @__PURE__ */ e(
|
|
1659
|
+
F,
|
|
1660
1660
|
{
|
|
1661
1661
|
label: n.cta.label,
|
|
1662
1662
|
href: n.cta.href,
|
|
@@ -1675,9 +1675,9 @@ function Ke({ id: a, subtitle: s, title: l, questions: o = [], contactCard: n, b
|
|
|
1675
1675
|
}
|
|
1676
1676
|
);
|
|
1677
1677
|
}
|
|
1678
|
-
function
|
|
1678
|
+
function Ne({ id: a, title: s, subtitle: l, items: o = [], background: n = "gray" }) {
|
|
1679
1679
|
return /* @__PURE__ */ e(
|
|
1680
|
-
|
|
1680
|
+
T,
|
|
1681
1681
|
{
|
|
1682
1682
|
id: a,
|
|
1683
1683
|
background: n,
|
|
@@ -1688,22 +1688,22 @@ function Qe({ id: a, title: s, subtitle: l, items: o = [], background: n = "gray
|
|
|
1688
1688
|
{
|
|
1689
1689
|
cols: { base: 1, md: o.length > 3 ? 4 : o.length || 3 },
|
|
1690
1690
|
spacing: "xl",
|
|
1691
|
-
children: o.map((
|
|
1692
|
-
|
|
1691
|
+
children: o.map((c, m) => /* @__PURE__ */ e(
|
|
1692
|
+
b,
|
|
1693
1693
|
{
|
|
1694
1694
|
p: "xl",
|
|
1695
1695
|
radius: "0",
|
|
1696
1696
|
bd: "1px solid var(--mantine-color-gray-2)",
|
|
1697
1697
|
bg: "white",
|
|
1698
1698
|
children: /* @__PURE__ */ r(
|
|
1699
|
-
|
|
1699
|
+
t,
|
|
1700
1700
|
{
|
|
1701
1701
|
gap: "md",
|
|
1702
1702
|
align: "flex-start",
|
|
1703
1703
|
h: "100%",
|
|
1704
1704
|
children: [
|
|
1705
1705
|
/* @__PURE__ */ e(
|
|
1706
|
-
|
|
1706
|
+
te,
|
|
1707
1707
|
{
|
|
1708
1708
|
size: 32,
|
|
1709
1709
|
color: "var(--mantine-color-gray-3)"
|
|
@@ -1719,34 +1719,34 @@ function Qe({ id: a, title: s, subtitle: l, items: o = [], background: n = "gray
|
|
|
1719
1719
|
flex: 1,
|
|
1720
1720
|
children: [
|
|
1721
1721
|
'"',
|
|
1722
|
-
|
|
1722
|
+
c.content,
|
|
1723
1723
|
'"'
|
|
1724
1724
|
]
|
|
1725
1725
|
}
|
|
1726
1726
|
),
|
|
1727
1727
|
/* @__PURE__ */ r(
|
|
1728
|
-
|
|
1728
|
+
h,
|
|
1729
1729
|
{
|
|
1730
1730
|
gap: "sm",
|
|
1731
1731
|
mt: "xl",
|
|
1732
1732
|
children: [
|
|
1733
1733
|
/* @__PURE__ */ e(
|
|
1734
|
-
|
|
1734
|
+
ie,
|
|
1735
1735
|
{
|
|
1736
1736
|
size: "md",
|
|
1737
1737
|
radius: "0",
|
|
1738
1738
|
color: "gray",
|
|
1739
|
-
src:
|
|
1740
|
-
children:
|
|
1739
|
+
src: c.avatarSrc,
|
|
1740
|
+
children: c.initials
|
|
1741
1741
|
}
|
|
1742
1742
|
),
|
|
1743
|
-
/* @__PURE__ */ r(
|
|
1743
|
+
/* @__PURE__ */ r(t, { gap: 0, children: [
|
|
1744
1744
|
/* @__PURE__ */ e(
|
|
1745
1745
|
i,
|
|
1746
1746
|
{
|
|
1747
1747
|
size: "sm",
|
|
1748
1748
|
fw: 900,
|
|
1749
|
-
children:
|
|
1749
|
+
children: c.name
|
|
1750
1750
|
}
|
|
1751
1751
|
),
|
|
1752
1752
|
/* @__PURE__ */ e(
|
|
@@ -1757,7 +1757,7 @@ function Qe({ id: a, title: s, subtitle: l, items: o = [], background: n = "gray
|
|
|
1757
1757
|
tt: "uppercase",
|
|
1758
1758
|
ls: "1px",
|
|
1759
1759
|
c: "gray.5",
|
|
1760
|
-
children:
|
|
1760
|
+
children: c.role
|
|
1761
1761
|
}
|
|
1762
1762
|
)
|
|
1763
1763
|
] })
|
|
@@ -1775,15 +1775,15 @@ function Qe({ id: a, title: s, subtitle: l, items: o = [], background: n = "gray
|
|
|
1775
1775
|
}
|
|
1776
1776
|
);
|
|
1777
1777
|
}
|
|
1778
|
-
function
|
|
1778
|
+
function Ae({ id: a, title: s, description: l, cta: o, background: n = "gray" }) {
|
|
1779
1779
|
return /* @__PURE__ */ e(
|
|
1780
|
-
|
|
1780
|
+
T,
|
|
1781
1781
|
{
|
|
1782
1782
|
id: a,
|
|
1783
1783
|
background: n,
|
|
1784
1784
|
ta: "center",
|
|
1785
1785
|
children: /* @__PURE__ */ e(
|
|
1786
|
-
|
|
1786
|
+
b,
|
|
1787
1787
|
{
|
|
1788
1788
|
p: { base: "xl", sm: 80 },
|
|
1789
1789
|
bg: "white",
|
|
@@ -1791,7 +1791,7 @@ function ze({ id: a, title: s, description: l, cta: o, background: n = "gray" })
|
|
|
1791
1791
|
bd: "1px solid var(--mantine-color-gray-2)",
|
|
1792
1792
|
style: { borderTop: "4px solid var(--mantine-color-gray-2)" },
|
|
1793
1793
|
children: /* @__PURE__ */ r(
|
|
1794
|
-
|
|
1794
|
+
t,
|
|
1795
1795
|
{
|
|
1796
1796
|
align: "center",
|
|
1797
1797
|
ta: "center",
|
|
@@ -1818,7 +1818,7 @@ function ze({ id: a, title: s, description: l, cta: o, background: n = "gray" })
|
|
|
1818
1818
|
}
|
|
1819
1819
|
),
|
|
1820
1820
|
o && /* @__PURE__ */ e(f, { mt: "md", children: /* @__PURE__ */ e(
|
|
1821
|
-
|
|
1821
|
+
F,
|
|
1822
1822
|
{
|
|
1823
1823
|
label: o.label,
|
|
1824
1824
|
href: o.href,
|
|
@@ -1836,8 +1836,8 @@ function ze({ id: a, title: s, description: l, cta: o, background: n = "gray" })
|
|
|
1836
1836
|
}
|
|
1837
1837
|
);
|
|
1838
1838
|
}
|
|
1839
|
-
const
|
|
1840
|
-
function
|
|
1839
|
+
const Xe = Ae;
|
|
1840
|
+
function qe({ text: a = "Selo Exclusivo RiLiGar", color: s = "green.6", background: l = "gray" }) {
|
|
1841
1841
|
const o = q(l);
|
|
1842
1842
|
return /* @__PURE__ */ e(
|
|
1843
1843
|
f,
|
|
@@ -1848,7 +1848,7 @@ function we({ text: a = "Selo Exclusivo RiLiGar", color: s = "green.6", backgrou
|
|
|
1848
1848
|
border: "1px solid var(--mantine-color-gray-2)",
|
|
1849
1849
|
display: "inline-block"
|
|
1850
1850
|
},
|
|
1851
|
-
children: /* @__PURE__ */ r(
|
|
1851
|
+
children: /* @__PURE__ */ r(h, { gap: "xs", children: [
|
|
1852
1852
|
/* @__PURE__ */ e(
|
|
1853
1853
|
y,
|
|
1854
1854
|
{
|
|
@@ -1879,24 +1879,24 @@ function we({ text: a = "Selo Exclusivo RiLiGar", color: s = "green.6", backgrou
|
|
|
1879
1879
|
}
|
|
1880
1880
|
);
|
|
1881
1881
|
}
|
|
1882
|
-
const
|
|
1883
|
-
function
|
|
1884
|
-
const
|
|
1882
|
+
const Ye = qe;
|
|
1883
|
+
function Ze({ logo: a, description: s, sections: l = [], socialLinks: o = [], copyrightText: n, madeByText: c, background: m = "white" }) {
|
|
1884
|
+
const g = q(m);
|
|
1885
1885
|
return /* @__PURE__ */ e(
|
|
1886
1886
|
f,
|
|
1887
1887
|
{
|
|
1888
1888
|
component: "footer",
|
|
1889
1889
|
py: "xl",
|
|
1890
|
-
bg:
|
|
1890
|
+
bg: g,
|
|
1891
1891
|
bd: { top: "1px solid var(--mantine-color-gray-2)" },
|
|
1892
|
-
children: /* @__PURE__ */ r(
|
|
1892
|
+
children: /* @__PURE__ */ r(P, { size: "xl", children: [
|
|
1893
1893
|
/* @__PURE__ */ r(
|
|
1894
1894
|
w,
|
|
1895
1895
|
{
|
|
1896
1896
|
cols: { base: 1, sm: 2 },
|
|
1897
1897
|
spacing: "xl",
|
|
1898
1898
|
children: [
|
|
1899
|
-
/* @__PURE__ */ r(
|
|
1899
|
+
/* @__PURE__ */ r(t, { gap: "lg", children: [
|
|
1900
1900
|
a && /* @__PURE__ */ e(
|
|
1901
1901
|
"img",
|
|
1902
1902
|
{
|
|
@@ -1927,7 +1927,7 @@ function Je({ logo: a, description: s, sections: l = [], socialLinks: o = [], co
|
|
|
1927
1927
|
spacing: "xl",
|
|
1928
1928
|
children: [
|
|
1929
1929
|
l.map((u, d) => /* @__PURE__ */ r(
|
|
1930
|
-
|
|
1930
|
+
t,
|
|
1931
1931
|
{
|
|
1932
1932
|
gap: "md",
|
|
1933
1933
|
children: [
|
|
@@ -1941,15 +1941,15 @@ function Je({ logo: a, description: s, sections: l = [], socialLinks: o = [], co
|
|
|
1941
1941
|
children: u.title
|
|
1942
1942
|
}
|
|
1943
1943
|
),
|
|
1944
|
-
/* @__PURE__ */ e(
|
|
1945
|
-
|
|
1944
|
+
/* @__PURE__ */ e(t, { gap: "xs", children: u.links.map((p, x) => /* @__PURE__ */ e(
|
|
1945
|
+
oe,
|
|
1946
1946
|
{
|
|
1947
1947
|
c: "gray.6",
|
|
1948
1948
|
size: "sm",
|
|
1949
|
-
...
|
|
1950
|
-
component:
|
|
1949
|
+
...p,
|
|
1950
|
+
component: p.component || (p.href ? "a" : "button"),
|
|
1951
1951
|
fw: 500,
|
|
1952
|
-
children:
|
|
1952
|
+
children: p.label
|
|
1953
1953
|
},
|
|
1954
1954
|
x
|
|
1955
1955
|
)) })
|
|
@@ -1957,7 +1957,7 @@ function Je({ logo: a, description: s, sections: l = [], socialLinks: o = [], co
|
|
|
1957
1957
|
},
|
|
1958
1958
|
d
|
|
1959
1959
|
)),
|
|
1960
|
-
o && o.length > 0 && /* @__PURE__ */ r(
|
|
1960
|
+
o && o.length > 0 && /* @__PURE__ */ r(t, { gap: "md", children: [
|
|
1961
1961
|
/* @__PURE__ */ e(
|
|
1962
1962
|
i,
|
|
1963
1963
|
{
|
|
@@ -1968,8 +1968,8 @@ function Je({ logo: a, description: s, sections: l = [], socialLinks: o = [], co
|
|
|
1968
1968
|
children: "Social"
|
|
1969
1969
|
}
|
|
1970
1970
|
),
|
|
1971
|
-
/* @__PURE__ */ e(
|
|
1972
|
-
|
|
1971
|
+
/* @__PURE__ */ e(h, { gap: "xs", children: o.map((u, d) => /* @__PURE__ */ e(
|
|
1972
|
+
se,
|
|
1973
1973
|
{
|
|
1974
1974
|
size: "md",
|
|
1975
1975
|
variant: "subtle",
|
|
@@ -1991,14 +1991,14 @@ function Je({ logo: a, description: s, sections: l = [], socialLinks: o = [], co
|
|
|
1991
1991
|
}
|
|
1992
1992
|
),
|
|
1993
1993
|
/* @__PURE__ */ e(
|
|
1994
|
-
|
|
1994
|
+
S,
|
|
1995
1995
|
{
|
|
1996
1996
|
my: "xl",
|
|
1997
1997
|
color: "gray.2"
|
|
1998
1998
|
}
|
|
1999
1999
|
),
|
|
2000
2000
|
/* @__PURE__ */ r(
|
|
2001
|
-
|
|
2001
|
+
h,
|
|
2002
2002
|
{
|
|
2003
2003
|
justify: "space-between",
|
|
2004
2004
|
mt: 30,
|
|
@@ -2016,7 +2016,7 @@ function Je({ logo: a, description: s, sections: l = [], socialLinks: o = [], co
|
|
|
2016
2016
|
children: n
|
|
2017
2017
|
}
|
|
2018
2018
|
),
|
|
2019
|
-
|
|
2019
|
+
c && /* @__PURE__ */ e(h, { gap: "sm", children: /* @__PURE__ */ e(
|
|
2020
2020
|
i,
|
|
2021
2021
|
{
|
|
2022
2022
|
size: "xs",
|
|
@@ -2024,7 +2024,7 @@ function Je({ logo: a, description: s, sections: l = [], socialLinks: o = [], co
|
|
|
2024
2024
|
tt: "uppercase",
|
|
2025
2025
|
ls: "1px",
|
|
2026
2026
|
c: "gray.5",
|
|
2027
|
-
children:
|
|
2027
|
+
children: c
|
|
2028
2028
|
}
|
|
2029
2029
|
) })
|
|
2030
2030
|
]
|
|
@@ -2034,16 +2034,16 @@ function Je({ logo: a, description: s, sections: l = [], socialLinks: o = [], co
|
|
|
2034
2034
|
}
|
|
2035
2035
|
);
|
|
2036
2036
|
}
|
|
2037
|
-
function
|
|
2037
|
+
function er({ companyName: a = "RiLiGar", productName: s = "nossos produtos" }) {
|
|
2038
2038
|
return /* @__PURE__ */ e(
|
|
2039
2039
|
f,
|
|
2040
2040
|
{
|
|
2041
2041
|
py: 100,
|
|
2042
2042
|
bg: "white",
|
|
2043
|
-
children: /* @__PURE__ */ e(
|
|
2044
|
-
/* @__PURE__ */ r(
|
|
2043
|
+
children: /* @__PURE__ */ e(P, { size: "md", children: /* @__PURE__ */ r(t, { gap: 80, children: [
|
|
2044
|
+
/* @__PURE__ */ r(t, { gap: "sm", children: [
|
|
2045
2045
|
/* @__PURE__ */ e(
|
|
2046
|
-
|
|
2046
|
+
G,
|
|
2047
2047
|
{
|
|
2048
2048
|
order: 2,
|
|
2049
2049
|
ta: "center",
|
|
@@ -2072,8 +2072,8 @@ function Xe({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
|
|
|
2072
2072
|
}
|
|
2073
2073
|
)
|
|
2074
2074
|
] }),
|
|
2075
|
-
/* @__PURE__ */ e(
|
|
2076
|
-
/* @__PURE__ */ r(
|
|
2075
|
+
/* @__PURE__ */ e(S, { color: "gray.2" }),
|
|
2076
|
+
/* @__PURE__ */ r(t, { gap: "xl", children: [
|
|
2077
2077
|
/* @__PURE__ */ r(
|
|
2078
2078
|
i,
|
|
2079
2079
|
{
|
|
@@ -2101,9 +2101,9 @@ function Xe({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
|
|
|
2101
2101
|
}
|
|
2102
2102
|
)
|
|
2103
2103
|
] }),
|
|
2104
|
-
/* @__PURE__ */ r(
|
|
2104
|
+
/* @__PURE__ */ r(t, { gap: 50, children: [
|
|
2105
2105
|
/* @__PURE__ */ r(
|
|
2106
|
-
|
|
2106
|
+
h,
|
|
2107
2107
|
{
|
|
2108
2108
|
align: "flex-start",
|
|
2109
2109
|
wrap: "nowrap",
|
|
@@ -2117,7 +2117,7 @@ function Xe({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
|
|
|
2117
2117
|
radius: "0",
|
|
2118
2118
|
color: "gray",
|
|
2119
2119
|
children: /* @__PURE__ */ e(
|
|
2120
|
-
|
|
2120
|
+
ce,
|
|
2121
2121
|
{
|
|
2122
2122
|
size: 32,
|
|
2123
2123
|
stroke: 1.2
|
|
@@ -2125,7 +2125,7 @@ function Xe({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
|
|
|
2125
2125
|
)
|
|
2126
2126
|
}
|
|
2127
2127
|
),
|
|
2128
|
-
/* @__PURE__ */ r(
|
|
2128
|
+
/* @__PURE__ */ r(t, { gap: "xs", children: [
|
|
2129
2129
|
/* @__PURE__ */ e(
|
|
2130
2130
|
i,
|
|
2131
2131
|
{
|
|
@@ -2155,7 +2155,7 @@ function Xe({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
|
|
|
2155
2155
|
}
|
|
2156
2156
|
),
|
|
2157
2157
|
/* @__PURE__ */ r(
|
|
2158
|
-
|
|
2158
|
+
h,
|
|
2159
2159
|
{
|
|
2160
2160
|
align: "flex-start",
|
|
2161
2161
|
wrap: "nowrap",
|
|
@@ -2169,7 +2169,7 @@ function Xe({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
|
|
|
2169
2169
|
radius: "0",
|
|
2170
2170
|
color: "gray",
|
|
2171
2171
|
children: /* @__PURE__ */ e(
|
|
2172
|
-
|
|
2172
|
+
_,
|
|
2173
2173
|
{
|
|
2174
2174
|
size: 32,
|
|
2175
2175
|
stroke: 1.2
|
|
@@ -2177,7 +2177,7 @@ function Xe({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
|
|
|
2177
2177
|
)
|
|
2178
2178
|
}
|
|
2179
2179
|
),
|
|
2180
|
-
/* @__PURE__ */ r(
|
|
2180
|
+
/* @__PURE__ */ r(t, { gap: "xs", children: [
|
|
2181
2181
|
/* @__PURE__ */ e(
|
|
2182
2182
|
i,
|
|
2183
2183
|
{
|
|
@@ -2207,7 +2207,7 @@ function Xe({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
|
|
|
2207
2207
|
}
|
|
2208
2208
|
),
|
|
2209
2209
|
/* @__PURE__ */ r(
|
|
2210
|
-
|
|
2210
|
+
h,
|
|
2211
2211
|
{
|
|
2212
2212
|
align: "flex-start",
|
|
2213
2213
|
wrap: "nowrap",
|
|
@@ -2229,7 +2229,7 @@ function Xe({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
|
|
|
2229
2229
|
)
|
|
2230
2230
|
}
|
|
2231
2231
|
),
|
|
2232
|
-
/* @__PURE__ */ r(
|
|
2232
|
+
/* @__PURE__ */ r(t, { gap: "xs", children: [
|
|
2233
2233
|
/* @__PURE__ */ e(
|
|
2234
2234
|
i,
|
|
2235
2235
|
{
|
|
@@ -2259,7 +2259,7 @@ function Xe({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
|
|
|
2259
2259
|
}
|
|
2260
2260
|
),
|
|
2261
2261
|
/* @__PURE__ */ r(
|
|
2262
|
-
|
|
2262
|
+
h,
|
|
2263
2263
|
{
|
|
2264
2264
|
align: "flex-start",
|
|
2265
2265
|
wrap: "nowrap",
|
|
@@ -2273,7 +2273,7 @@ function Xe({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
|
|
|
2273
2273
|
radius: "0",
|
|
2274
2274
|
color: "gray",
|
|
2275
2275
|
children: /* @__PURE__ */ e(
|
|
2276
|
-
|
|
2276
|
+
pe,
|
|
2277
2277
|
{
|
|
2278
2278
|
size: 32,
|
|
2279
2279
|
stroke: 1.2
|
|
@@ -2281,7 +2281,7 @@ function Xe({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
|
|
|
2281
2281
|
)
|
|
2282
2282
|
}
|
|
2283
2283
|
),
|
|
2284
|
-
/* @__PURE__ */ r(
|
|
2284
|
+
/* @__PURE__ */ r(t, { gap: "xs", children: [
|
|
2285
2285
|
/* @__PURE__ */ e(
|
|
2286
2286
|
i,
|
|
2287
2287
|
{
|
|
@@ -2311,8 +2311,8 @@ function Xe({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
|
|
|
2311
2311
|
}
|
|
2312
2312
|
)
|
|
2313
2313
|
] }),
|
|
2314
|
-
/* @__PURE__ */ e(
|
|
2315
|
-
/* @__PURE__ */ r(
|
|
2314
|
+
/* @__PURE__ */ e(S, { color: "gray.2" }),
|
|
2315
|
+
/* @__PURE__ */ r(t, { gap: "lg", children: [
|
|
2316
2316
|
/* @__PURE__ */ e(
|
|
2317
2317
|
i,
|
|
2318
2318
|
{
|
|
@@ -2345,16 +2345,16 @@ function Xe({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
|
|
|
2345
2345
|
}
|
|
2346
2346
|
);
|
|
2347
2347
|
}
|
|
2348
|
-
function
|
|
2348
|
+
function rr({ companyName: a = "RiLiGar", productName: s = "nossos produtos" }) {
|
|
2349
2349
|
return /* @__PURE__ */ e(
|
|
2350
2350
|
f,
|
|
2351
2351
|
{
|
|
2352
2352
|
py: 100,
|
|
2353
2353
|
bg: "white",
|
|
2354
|
-
children: /* @__PURE__ */ e(
|
|
2355
|
-
/* @__PURE__ */ r(
|
|
2354
|
+
children: /* @__PURE__ */ e(P, { size: "md", children: /* @__PURE__ */ r(t, { gap: 80, children: [
|
|
2355
|
+
/* @__PURE__ */ r(t, { gap: "sm", children: [
|
|
2356
2356
|
/* @__PURE__ */ e(
|
|
2357
|
-
|
|
2357
|
+
G,
|
|
2358
2358
|
{
|
|
2359
2359
|
order: 2,
|
|
2360
2360
|
ta: "center",
|
|
@@ -2381,8 +2381,8 @@ function Ye({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
|
|
|
2381
2381
|
}
|
|
2382
2382
|
)
|
|
2383
2383
|
] }),
|
|
2384
|
-
/* @__PURE__ */ e(
|
|
2385
|
-
/* @__PURE__ */ r(
|
|
2384
|
+
/* @__PURE__ */ e(S, { color: "gray.2" }),
|
|
2385
|
+
/* @__PURE__ */ r(t, { gap: "xl", children: [
|
|
2386
2386
|
/* @__PURE__ */ r(
|
|
2387
2387
|
i,
|
|
2388
2388
|
{
|
|
@@ -2408,9 +2408,9 @@ function Ye({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
|
|
|
2408
2408
|
}
|
|
2409
2409
|
)
|
|
2410
2410
|
] }),
|
|
2411
|
-
/* @__PURE__ */ r(
|
|
2411
|
+
/* @__PURE__ */ r(t, { gap: 50, children: [
|
|
2412
2412
|
/* @__PURE__ */ r(
|
|
2413
|
-
|
|
2413
|
+
h,
|
|
2414
2414
|
{
|
|
2415
2415
|
align: "flex-start",
|
|
2416
2416
|
wrap: "nowrap",
|
|
@@ -2424,7 +2424,7 @@ function Ye({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
|
|
|
2424
2424
|
radius: "0",
|
|
2425
2425
|
color: "gray",
|
|
2426
2426
|
children: /* @__PURE__ */ e(
|
|
2427
|
-
|
|
2427
|
+
he,
|
|
2428
2428
|
{
|
|
2429
2429
|
size: 32,
|
|
2430
2430
|
stroke: 1.2
|
|
@@ -2432,7 +2432,7 @@ function Ye({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
|
|
|
2432
2432
|
)
|
|
2433
2433
|
}
|
|
2434
2434
|
),
|
|
2435
|
-
/* @__PURE__ */ r(
|
|
2435
|
+
/* @__PURE__ */ r(t, { gap: "xs", children: [
|
|
2436
2436
|
/* @__PURE__ */ e(
|
|
2437
2437
|
i,
|
|
2438
2438
|
{
|
|
@@ -2464,7 +2464,7 @@ function Ye({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
|
|
|
2464
2464
|
}
|
|
2465
2465
|
),
|
|
2466
2466
|
/* @__PURE__ */ r(
|
|
2467
|
-
|
|
2467
|
+
h,
|
|
2468
2468
|
{
|
|
2469
2469
|
align: "flex-start",
|
|
2470
2470
|
wrap: "nowrap",
|
|
@@ -2486,7 +2486,7 @@ function Ye({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
|
|
|
2486
2486
|
)
|
|
2487
2487
|
}
|
|
2488
2488
|
),
|
|
2489
|
-
/* @__PURE__ */ r(
|
|
2489
|
+
/* @__PURE__ */ r(t, { gap: "xs", children: [
|
|
2490
2490
|
/* @__PURE__ */ e(
|
|
2491
2491
|
i,
|
|
2492
2492
|
{
|
|
@@ -2516,7 +2516,7 @@ function Ye({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
|
|
|
2516
2516
|
}
|
|
2517
2517
|
),
|
|
2518
2518
|
/* @__PURE__ */ r(
|
|
2519
|
-
|
|
2519
|
+
h,
|
|
2520
2520
|
{
|
|
2521
2521
|
align: "flex-start",
|
|
2522
2522
|
wrap: "nowrap",
|
|
@@ -2538,7 +2538,7 @@ function Ye({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
|
|
|
2538
2538
|
)
|
|
2539
2539
|
}
|
|
2540
2540
|
),
|
|
2541
|
-
/* @__PURE__ */ r(
|
|
2541
|
+
/* @__PURE__ */ r(t, { gap: "xs", children: [
|
|
2542
2542
|
/* @__PURE__ */ e(
|
|
2543
2543
|
i,
|
|
2544
2544
|
{
|
|
@@ -2570,7 +2570,7 @@ function Ye({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
|
|
|
2570
2570
|
}
|
|
2571
2571
|
),
|
|
2572
2572
|
/* @__PURE__ */ r(
|
|
2573
|
-
|
|
2573
|
+
h,
|
|
2574
2574
|
{
|
|
2575
2575
|
align: "flex-start",
|
|
2576
2576
|
wrap: "nowrap",
|
|
@@ -2592,7 +2592,7 @@ function Ye({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
|
|
|
2592
2592
|
)
|
|
2593
2593
|
}
|
|
2594
2594
|
),
|
|
2595
|
-
/* @__PURE__ */ r(
|
|
2595
|
+
/* @__PURE__ */ r(t, { gap: "xs", children: [
|
|
2596
2596
|
/* @__PURE__ */ e(
|
|
2597
2597
|
i,
|
|
2598
2598
|
{
|
|
@@ -2622,7 +2622,7 @@ function Ye({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
|
|
|
2622
2622
|
}
|
|
2623
2623
|
),
|
|
2624
2624
|
/* @__PURE__ */ r(
|
|
2625
|
-
|
|
2625
|
+
h,
|
|
2626
2626
|
{
|
|
2627
2627
|
align: "flex-start",
|
|
2628
2628
|
wrap: "nowrap",
|
|
@@ -2644,7 +2644,7 @@ function Ye({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
|
|
|
2644
2644
|
)
|
|
2645
2645
|
}
|
|
2646
2646
|
),
|
|
2647
|
-
/* @__PURE__ */ r(
|
|
2647
|
+
/* @__PURE__ */ r(t, { gap: "xs", children: [
|
|
2648
2648
|
/* @__PURE__ */ e(
|
|
2649
2649
|
i,
|
|
2650
2650
|
{
|
|
@@ -2678,8 +2678,8 @@ function Ye({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
|
|
|
2678
2678
|
}
|
|
2679
2679
|
)
|
|
2680
2680
|
] }),
|
|
2681
|
-
/* @__PURE__ */ e(
|
|
2682
|
-
/* @__PURE__ */ r(
|
|
2681
|
+
/* @__PURE__ */ e(S, { color: "gray.2" }),
|
|
2682
|
+
/* @__PURE__ */ r(t, { gap: "lg", children: [
|
|
2683
2683
|
/* @__PURE__ */ e(
|
|
2684
2684
|
i,
|
|
2685
2685
|
{
|
|
@@ -2710,30 +2710,327 @@ function Ye({ companyName: a = "RiLiGar", productName: s = "nossos produtos" })
|
|
|
2710
2710
|
}
|
|
2711
2711
|
);
|
|
2712
2712
|
}
|
|
2713
|
+
function ar({ companyName: a = "RiLiGar", productName: s = "nossos produtos" }) {
|
|
2714
|
+
return /* @__PURE__ */ e(
|
|
2715
|
+
f,
|
|
2716
|
+
{
|
|
2717
|
+
py: 100,
|
|
2718
|
+
bg: "white",
|
|
2719
|
+
children: /* @__PURE__ */ e(P, { size: "md", children: /* @__PURE__ */ r(t, { gap: 80, children: [
|
|
2720
|
+
/* @__PURE__ */ r(t, { gap: "sm", children: [
|
|
2721
|
+
/* @__PURE__ */ e(
|
|
2722
|
+
G,
|
|
2723
|
+
{
|
|
2724
|
+
order: 2,
|
|
2725
|
+
ta: "center",
|
|
2726
|
+
tt: "uppercase",
|
|
2727
|
+
ls: "4px",
|
|
2728
|
+
fw: 900,
|
|
2729
|
+
fz: { base: 28, sm: 42 },
|
|
2730
|
+
children: "Segurança da Informação"
|
|
2731
|
+
}
|
|
2732
|
+
),
|
|
2733
|
+
/* @__PURE__ */ r(
|
|
2734
|
+
i,
|
|
2735
|
+
{
|
|
2736
|
+
ta: "center",
|
|
2737
|
+
c: "gray.5",
|
|
2738
|
+
size: "sm",
|
|
2739
|
+
fw: 800,
|
|
2740
|
+
tt: "uppercase",
|
|
2741
|
+
ls: "2px",
|
|
2742
|
+
children: [
|
|
2743
|
+
"Protocolos de proteção, infraestrutura e resposta a incidentes do ",
|
|
2744
|
+
s
|
|
2745
|
+
]
|
|
2746
|
+
}
|
|
2747
|
+
)
|
|
2748
|
+
] }),
|
|
2749
|
+
/* @__PURE__ */ e(S, { color: "gray.2" }),
|
|
2750
|
+
/* @__PURE__ */ r(t, { gap: "xl", children: [
|
|
2751
|
+
/* @__PURE__ */ r(
|
|
2752
|
+
i,
|
|
2753
|
+
{
|
|
2754
|
+
size: "lg",
|
|
2755
|
+
lh: 1.8,
|
|
2756
|
+
c: "gray.8",
|
|
2757
|
+
children: [
|
|
2758
|
+
"A integridade técnica da ",
|
|
2759
|
+
/* @__PURE__ */ e("strong", { children: a }),
|
|
2760
|
+
" é construída sobre a premissa de que a confiança é conquistada através da transparência e do rigor tecnológico. O ",
|
|
2761
|
+
/* @__PURE__ */ e("strong", { children: s }),
|
|
2762
|
+
" não apenas armazena informações; ele as protege através de múltiplas camadas de defesa ativa e passiva. Nossa abordagem à segurança é holística, abrangendo desde o isolamento físico de servidores até a cultura de desenvolvimento seguro (DevSecOps) de nossos engenheiros."
|
|
2763
|
+
]
|
|
2764
|
+
}
|
|
2765
|
+
),
|
|
2766
|
+
/* @__PURE__ */ e(
|
|
2767
|
+
i,
|
|
2768
|
+
{
|
|
2769
|
+
size: "md",
|
|
2770
|
+
lh: 1.7,
|
|
2771
|
+
c: "gray.6",
|
|
2772
|
+
children: "Este documento detalha os protocolos técnicos e operacionais que garantem a disponibilidade, confidencialidade e integridade dos seus dados em nossa infraestrutura."
|
|
2773
|
+
}
|
|
2774
|
+
)
|
|
2775
|
+
] }),
|
|
2776
|
+
/* @__PURE__ */ r(t, { gap: 50, children: [
|
|
2777
|
+
/* @__PURE__ */ r(
|
|
2778
|
+
h,
|
|
2779
|
+
{
|
|
2780
|
+
align: "flex-start",
|
|
2781
|
+
wrap: "nowrap",
|
|
2782
|
+
gap: "xl",
|
|
2783
|
+
children: [
|
|
2784
|
+
/* @__PURE__ */ e(
|
|
2785
|
+
y,
|
|
2786
|
+
{
|
|
2787
|
+
variant: "light",
|
|
2788
|
+
size: 64,
|
|
2789
|
+
radius: "0",
|
|
2790
|
+
color: "gray",
|
|
2791
|
+
children: /* @__PURE__ */ e(
|
|
2792
|
+
ye,
|
|
2793
|
+
{
|
|
2794
|
+
size: 32,
|
|
2795
|
+
stroke: 1.2
|
|
2796
|
+
}
|
|
2797
|
+
)
|
|
2798
|
+
}
|
|
2799
|
+
),
|
|
2800
|
+
/* @__PURE__ */ r(t, { gap: "xs", children: [
|
|
2801
|
+
/* @__PURE__ */ e(
|
|
2802
|
+
i,
|
|
2803
|
+
{
|
|
2804
|
+
fw: 900,
|
|
2805
|
+
tt: "uppercase",
|
|
2806
|
+
size: "sm",
|
|
2807
|
+
ls: "2px",
|
|
2808
|
+
c: "gray.9",
|
|
2809
|
+
children: "01. Criptografia e Proteção de Dados"
|
|
2810
|
+
}
|
|
2811
|
+
),
|
|
2812
|
+
/* @__PURE__ */ r(
|
|
2813
|
+
i,
|
|
2814
|
+
{
|
|
2815
|
+
size: "md",
|
|
2816
|
+
c: "gray.6",
|
|
2817
|
+
lh: 1.7,
|
|
2818
|
+
children: [
|
|
2819
|
+
"Todos os dados no ",
|
|
2820
|
+
s,
|
|
2821
|
+
" são protegidos por criptografia de ponta a ponta. Utilizamos **AES-256** para dados em repouso e **TLS 1.3** para dados em trânsito. Nossas chaves de criptografia são gerenciadas através de serviços de KMS (Key Management Service) com isolamento por Hardware (HSM), garantindo que nem mesmo nossa equipe interna possua acesso às chaves mestras de descriptografia dos seus dados sensíveis."
|
|
2822
|
+
]
|
|
2823
|
+
}
|
|
2824
|
+
)
|
|
2825
|
+
] })
|
|
2826
|
+
]
|
|
2827
|
+
}
|
|
2828
|
+
),
|
|
2829
|
+
/* @__PURE__ */ r(
|
|
2830
|
+
h,
|
|
2831
|
+
{
|
|
2832
|
+
align: "flex-start",
|
|
2833
|
+
wrap: "nowrap",
|
|
2834
|
+
gap: "xl",
|
|
2835
|
+
children: [
|
|
2836
|
+
/* @__PURE__ */ e(
|
|
2837
|
+
y,
|
|
2838
|
+
{
|
|
2839
|
+
variant: "light",
|
|
2840
|
+
size: 64,
|
|
2841
|
+
radius: "0",
|
|
2842
|
+
color: "gray",
|
|
2843
|
+
children: /* @__PURE__ */ e(
|
|
2844
|
+
_,
|
|
2845
|
+
{
|
|
2846
|
+
size: 32,
|
|
2847
|
+
stroke: 1.2
|
|
2848
|
+
}
|
|
2849
|
+
)
|
|
2850
|
+
}
|
|
2851
|
+
),
|
|
2852
|
+
/* @__PURE__ */ r(t, { gap: "xs", children: [
|
|
2853
|
+
/* @__PURE__ */ e(
|
|
2854
|
+
i,
|
|
2855
|
+
{
|
|
2856
|
+
fw: 900,
|
|
2857
|
+
tt: "uppercase",
|
|
2858
|
+
size: "sm",
|
|
2859
|
+
ls: "2px",
|
|
2860
|
+
c: "gray.9",
|
|
2861
|
+
children: "02. Infraestrutura e Isolamento"
|
|
2862
|
+
}
|
|
2863
|
+
),
|
|
2864
|
+
/* @__PURE__ */ e(
|
|
2865
|
+
i,
|
|
2866
|
+
{
|
|
2867
|
+
size: "md",
|
|
2868
|
+
c: "gray.6",
|
|
2869
|
+
lh: 1.7,
|
|
2870
|
+
children: "Operamos em datacenters de Tier IV com redundância global. Nossa rede é protegida por Web Application Firewalls (WAF) avançados e sistemas de mitigação de DDoS (Distributed Denial of Service) capazes de absorver ataques de larga escala sem impactar o tempo de resposta. Cada cliente possui seu próprio contexto de isolamento lógico (Multi-Tenancy Secury), impedindo qualquer tipo de vazamento lateral de informações."
|
|
2871
|
+
}
|
|
2872
|
+
)
|
|
2873
|
+
] })
|
|
2874
|
+
]
|
|
2875
|
+
}
|
|
2876
|
+
),
|
|
2877
|
+
/* @__PURE__ */ r(
|
|
2878
|
+
h,
|
|
2879
|
+
{
|
|
2880
|
+
align: "flex-start",
|
|
2881
|
+
wrap: "nowrap",
|
|
2882
|
+
gap: "xl",
|
|
2883
|
+
children: [
|
|
2884
|
+
/* @__PURE__ */ e(
|
|
2885
|
+
y,
|
|
2886
|
+
{
|
|
2887
|
+
variant: "light",
|
|
2888
|
+
size: 64,
|
|
2889
|
+
radius: "0",
|
|
2890
|
+
color: "gray",
|
|
2891
|
+
children: /* @__PURE__ */ e(
|
|
2892
|
+
xe,
|
|
2893
|
+
{
|
|
2894
|
+
size: 32,
|
|
2895
|
+
stroke: 1.2
|
|
2896
|
+
}
|
|
2897
|
+
)
|
|
2898
|
+
}
|
|
2899
|
+
),
|
|
2900
|
+
/* @__PURE__ */ r(t, { gap: "xs", children: [
|
|
2901
|
+
/* @__PURE__ */ e(
|
|
2902
|
+
i,
|
|
2903
|
+
{
|
|
2904
|
+
fw: 900,
|
|
2905
|
+
tt: "uppercase",
|
|
2906
|
+
size: "sm",
|
|
2907
|
+
ls: "2px",
|
|
2908
|
+
c: "gray.9",
|
|
2909
|
+
children: "03. Disponibilidade e Backups"
|
|
2910
|
+
}
|
|
2911
|
+
),
|
|
2912
|
+
/* @__PURE__ */ e(
|
|
2913
|
+
i,
|
|
2914
|
+
{
|
|
2915
|
+
size: "md",
|
|
2916
|
+
c: "gray.6",
|
|
2917
|
+
lh: 1.7,
|
|
2918
|
+
children: "Mantemos backups automáticos e incrementais em intervalos de 15 minutos, armazenados em regiões geográficas distintas da infraestrutura principal. Isso nos permite garantir um RTO (Recovery Time Objective) de menos de 4 horas e um RPO (Recovery Point Objective) de quase zero em casos de desastres naturais ou falhas catastróficas. Nossa meta de disponibilidade (SLA) é de 99.9%, auditada mensalmente."
|
|
2919
|
+
}
|
|
2920
|
+
)
|
|
2921
|
+
] })
|
|
2922
|
+
]
|
|
2923
|
+
}
|
|
2924
|
+
),
|
|
2925
|
+
/* @__PURE__ */ r(
|
|
2926
|
+
h,
|
|
2927
|
+
{
|
|
2928
|
+
align: "flex-start",
|
|
2929
|
+
wrap: "nowrap",
|
|
2930
|
+
gap: "xl",
|
|
2931
|
+
children: [
|
|
2932
|
+
/* @__PURE__ */ e(
|
|
2933
|
+
y,
|
|
2934
|
+
{
|
|
2935
|
+
variant: "light",
|
|
2936
|
+
size: 64,
|
|
2937
|
+
radius: "0",
|
|
2938
|
+
color: "gray",
|
|
2939
|
+
children: /* @__PURE__ */ e(
|
|
2940
|
+
ve,
|
|
2941
|
+
{
|
|
2942
|
+
size: 32,
|
|
2943
|
+
stroke: 1.2
|
|
2944
|
+
}
|
|
2945
|
+
)
|
|
2946
|
+
}
|
|
2947
|
+
),
|
|
2948
|
+
/* @__PURE__ */ r(t, { gap: "xs", children: [
|
|
2949
|
+
/* @__PURE__ */ e(
|
|
2950
|
+
i,
|
|
2951
|
+
{
|
|
2952
|
+
fw: 900,
|
|
2953
|
+
tt: "uppercase",
|
|
2954
|
+
size: "sm",
|
|
2955
|
+
ls: "2px",
|
|
2956
|
+
c: "gray.9",
|
|
2957
|
+
children: "04. Controle de Acesso e IAM"
|
|
2958
|
+
}
|
|
2959
|
+
),
|
|
2960
|
+
/* @__PURE__ */ e(
|
|
2961
|
+
i,
|
|
2962
|
+
{
|
|
2963
|
+
size: "md",
|
|
2964
|
+
c: "gray.6",
|
|
2965
|
+
lh: 1.7,
|
|
2966
|
+
children: "Seguimos o princípio do privilégio mínimo. O acesso à infraestrutura de produção é restrito a uma equipe mínima e devidamente auditada, disponível apenas via VPNs seguras e autenticação multifatorial (MFA). Internamente, todas as mudanças de código passam por revisões por pares (Peer Review) e testes de segurança automatizados (SAST/DAST) antes de chegarem ao ambiente produtivo."
|
|
2967
|
+
}
|
|
2968
|
+
)
|
|
2969
|
+
] })
|
|
2970
|
+
]
|
|
2971
|
+
}
|
|
2972
|
+
)
|
|
2973
|
+
] }),
|
|
2974
|
+
/* @__PURE__ */ e(S, { color: "gray.2" }),
|
|
2975
|
+
/* @__PURE__ */ r(t, { gap: "lg", children: [
|
|
2976
|
+
/* @__PURE__ */ r(h, { gap: "sm", children: [
|
|
2977
|
+
/* @__PURE__ */ e(y, { variant: "transparent", color: "gray.9", children: /* @__PURE__ */ e(be, { size: 18 }) }),
|
|
2978
|
+
/* @__PURE__ */ e(
|
|
2979
|
+
i,
|
|
2980
|
+
{
|
|
2981
|
+
fw: 900,
|
|
2982
|
+
tt: "uppercase",
|
|
2983
|
+
size: "xs",
|
|
2984
|
+
ls: "2px",
|
|
2985
|
+
c: "gray.9",
|
|
2986
|
+
children: "Plano de Resposta a Incidentes (IRP)"
|
|
2987
|
+
}
|
|
2988
|
+
)
|
|
2989
|
+
] }),
|
|
2990
|
+
/* @__PURE__ */ r(
|
|
2991
|
+
i,
|
|
2992
|
+
{
|
|
2993
|
+
size: "sm",
|
|
2994
|
+
c: "gray.5",
|
|
2995
|
+
italic: !0,
|
|
2996
|
+
lh: 1.8,
|
|
2997
|
+
children: [
|
|
2998
|
+
"A ",
|
|
2999
|
+
a,
|
|
3000
|
+
" mantém um plano de resposta a incidentes ativo e testado semestralmente. Em caso de suspeita de vulnerabilidade ou evento de segurança, nossa equipe de CSIRT (Computer Security Incident Response Team) é acionada instantaneamente. Garantimos a notificação técnica detalhada aos usuários afetados e à Autoridade Nacional de Proteção de Dados (ANPD) em conformidade com os prazos regulatórios brasileiros. Se você identificar uma vulnerabilidade, utilize nosso programa de White Hat através do e-mail de suporte."
|
|
3001
|
+
]
|
|
3002
|
+
}
|
|
3003
|
+
)
|
|
3004
|
+
] })
|
|
3005
|
+
] }) })
|
|
3006
|
+
}
|
|
3007
|
+
);
|
|
3008
|
+
}
|
|
2713
3009
|
export {
|
|
2714
|
-
|
|
2715
|
-
|
|
2716
|
-
|
|
2717
|
-
|
|
2718
|
-
|
|
2719
|
-
|
|
2720
|
-
|
|
2721
|
-
|
|
2722
|
-
|
|
2723
|
-
|
|
2724
|
-
|
|
2725
|
-
|
|
2726
|
-
|
|
2727
|
-
|
|
2728
|
-
|
|
2729
|
-
|
|
2730
|
-
|
|
2731
|
-
|
|
2732
|
-
|
|
2733
|
-
|
|
2734
|
-
|
|
2735
|
-
|
|
2736
|
-
|
|
3010
|
+
Ae as CTABanner,
|
|
3011
|
+
F as CTAButton,
|
|
3012
|
+
$e as Comparison,
|
|
3013
|
+
Je as FAQ,
|
|
3014
|
+
Ke as FeatureSplit,
|
|
3015
|
+
Qe as FeaturesGrid,
|
|
3016
|
+
Ze as Footer,
|
|
3017
|
+
we as Header,
|
|
3018
|
+
Ve as Hero,
|
|
3019
|
+
Ue as Layout,
|
|
3020
|
+
er as LegalPrivacy,
|
|
3021
|
+
ar as LegalSecurity,
|
|
3022
|
+
rr as LegalTerms,
|
|
3023
|
+
N as MediaBlock,
|
|
3024
|
+
He as Navbar,
|
|
3025
|
+
_e as Pricing,
|
|
3026
|
+
Oe as SECTION_BACKGROUNDS,
|
|
3027
|
+
Xe as SecondaryCTA,
|
|
3028
|
+
T as Section,
|
|
3029
|
+
J as SectionHeader,
|
|
3030
|
+
Ye as SeloExclusivo,
|
|
3031
|
+
We as SocialProof,
|
|
3032
|
+
Ne as Testimonials,
|
|
3033
|
+
qe as TrustBadge,
|
|
2737
3034
|
q as resolveBackground,
|
|
2738
|
-
|
|
3035
|
+
Ge as theme
|
|
2739
3036
|
};
|