@riligar/components-kit 1.6.0 → 1.8.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 +1316 -628
- 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
|
|
2
|
-
import { jsxs as
|
|
3
|
-
import { useWindowScroll as
|
|
4
|
-
import { IconCheck as
|
|
5
|
-
import { Fragment as
|
|
6
|
-
const
|
|
1
|
+
import { createTheme as Z, Stack as c, Text as i, Title as U, Center as z, Box as f, Button as G, Container as A, Paper as v, Group as g, SimpleGrid as w, Image as W, List as k, ThemeIcon as y, Grid as b, Badge as C, Code as N, RingProgress as ee, Divider as P, SegmentedControl as re, Accordion as I, Avatar as ae, Anchor as ie, ActionIcon as oe } from "@mantine/core";
|
|
2
|
+
import { jsxs as r, jsx as e, Fragment as K } from "react/jsx-runtime";
|
|
3
|
+
import { useWindowScroll as se } from "@mantine/hooks";
|
|
4
|
+
import { IconCheck as O, IconBolt as Q, IconQuote as ne, IconCircleCheck as le, IconShieldCheck as te, IconCloudLock as ce, IconEyeOff as de, IconUserShield as he, IconScale as pe, IconUserCheck as ge, IconFileDescription as me, IconBan as ue, IconAlertCircle as fe } from "@tabler/icons-react";
|
|
5
|
+
import { Fragment as ye } from "react";
|
|
6
|
+
const Me = 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',
|
|
@@ -147,222 +147,222 @@ const Be = Y({
|
|
|
147
147
|
}
|
|
148
148
|
});
|
|
149
149
|
function _({
|
|
150
|
-
subtitle:
|
|
151
|
-
title:
|
|
152
|
-
titleOrder:
|
|
153
|
-
titleFz:
|
|
150
|
+
subtitle: a,
|
|
151
|
+
title: s,
|
|
152
|
+
titleOrder: l = 2,
|
|
153
|
+
titleFz: o = "var(--fz-section-title)",
|
|
154
154
|
ta: n = "left",
|
|
155
|
-
maw:
|
|
155
|
+
maw: t
|
|
156
156
|
}) {
|
|
157
|
-
return !
|
|
158
|
-
|
|
159
|
-
|
|
157
|
+
return !s && !a ? null : /* @__PURE__ */ r(c, { gap: "xs", align: n === "center" ? "center" : "flex-start", ta: n, children: [
|
|
158
|
+
a && /* @__PURE__ */ e(i, { c: "gray.4", size: "xs", fw: 800, tt: "uppercase", ls: "1.5px", children: a }),
|
|
159
|
+
s && /* @__PURE__ */ e(U, { order: l, fz: o, maw: t, children: s })
|
|
160
160
|
] });
|
|
161
161
|
}
|
|
162
|
-
function
|
|
163
|
-
return
|
|
164
|
-
|
|
162
|
+
function J({ video: a, image: s, width: l = "100%", maw: o, alt: n }) {
|
|
163
|
+
return a ? /* @__PURE__ */ e(z, { children: /* @__PURE__ */ e(
|
|
164
|
+
f,
|
|
165
165
|
{
|
|
166
166
|
component: "video",
|
|
167
|
-
src:
|
|
167
|
+
src: a.src,
|
|
168
168
|
autoPlay: !0,
|
|
169
169
|
loop: !0,
|
|
170
170
|
muted: !0,
|
|
171
171
|
playsInline: !0,
|
|
172
172
|
"aria-label": n || "Demonstração em vídeo",
|
|
173
|
-
w:
|
|
173
|
+
w: a.width || l,
|
|
174
174
|
h: "auto",
|
|
175
|
-
style: { filter:
|
|
175
|
+
style: { filter: a.filter || "none" }
|
|
176
176
|
}
|
|
177
|
-
) }) :
|
|
178
|
-
|
|
177
|
+
) }) : s ? /* @__PURE__ */ e(z, { children: /* @__PURE__ */ e(
|
|
178
|
+
f,
|
|
179
179
|
{
|
|
180
180
|
component: "img",
|
|
181
|
-
src:
|
|
181
|
+
src: s,
|
|
182
182
|
alt: n || "",
|
|
183
|
-
w:
|
|
183
|
+
w: l,
|
|
184
184
|
h: "auto",
|
|
185
|
-
maw:
|
|
185
|
+
maw: o
|
|
186
186
|
}
|
|
187
187
|
) }) : null;
|
|
188
188
|
}
|
|
189
|
-
function
|
|
190
|
-
label:
|
|
191
|
-
href:
|
|
192
|
-
onClick:
|
|
193
|
-
icon:
|
|
189
|
+
function D({
|
|
190
|
+
label: a,
|
|
191
|
+
href: s,
|
|
192
|
+
onClick: l,
|
|
193
|
+
icon: o,
|
|
194
194
|
size: n = "lg",
|
|
195
|
-
variant:
|
|
196
|
-
color:
|
|
197
|
-
target:
|
|
198
|
-
px:
|
|
199
|
-
fullWidth:
|
|
200
|
-
leftSection:
|
|
201
|
-
...
|
|
195
|
+
variant: t = "filled",
|
|
196
|
+
color: m,
|
|
197
|
+
target: p,
|
|
198
|
+
px: u,
|
|
199
|
+
fullWidth: d,
|
|
200
|
+
leftSection: h,
|
|
201
|
+
...x
|
|
202
202
|
}) {
|
|
203
203
|
return /* @__PURE__ */ e(
|
|
204
|
-
|
|
204
|
+
G,
|
|
205
205
|
{
|
|
206
206
|
size: n,
|
|
207
|
-
component:
|
|
208
|
-
href:
|
|
209
|
-
onClick:
|
|
210
|
-
target:
|
|
211
|
-
rightSection:
|
|
212
|
-
leftSection:
|
|
213
|
-
variant:
|
|
214
|
-
color:
|
|
215
|
-
px:
|
|
216
|
-
fullWidth:
|
|
217
|
-
...
|
|
218
|
-
children:
|
|
207
|
+
component: s ? "a" : "button",
|
|
208
|
+
href: s,
|
|
209
|
+
onClick: l,
|
|
210
|
+
target: p,
|
|
211
|
+
rightSection: o,
|
|
212
|
+
leftSection: h,
|
|
213
|
+
variant: t,
|
|
214
|
+
color: m,
|
|
215
|
+
px: u,
|
|
216
|
+
fullWidth: d,
|
|
217
|
+
...x,
|
|
218
|
+
children: a
|
|
219
219
|
}
|
|
220
220
|
);
|
|
221
221
|
}
|
|
222
|
-
const
|
|
222
|
+
const Re = {
|
|
223
223
|
white: "white",
|
|
224
224
|
gray: "gray.1"
|
|
225
|
-
},
|
|
226
|
-
function
|
|
227
|
-
const
|
|
225
|
+
}, q = (a) => a === "gray.9" || a === "dark" ? "gray.0" : a === "white" ? "white" : "gray.1";
|
|
226
|
+
function F({ children: a, title: s, subtitle: l, id: o, background: n = "white", py: t = { base: 80, md: 120 }, maw: m = 800, ta: p = "left", stackGap: u = "xl" }) {
|
|
227
|
+
const d = q(n);
|
|
228
228
|
return /* @__PURE__ */ e(
|
|
229
|
-
|
|
229
|
+
f,
|
|
230
230
|
{
|
|
231
231
|
component: "section",
|
|
232
|
-
id:
|
|
233
|
-
bg:
|
|
234
|
-
py:
|
|
232
|
+
id: o,
|
|
233
|
+
bg: d,
|
|
234
|
+
py: t,
|
|
235
235
|
style: { overflow: "hidden" },
|
|
236
|
-
children: /* @__PURE__ */ e(
|
|
236
|
+
children: /* @__PURE__ */ e(A, { size: "lg", children: /* @__PURE__ */ r(c, { gap: u, children: [
|
|
237
237
|
/* @__PURE__ */ e(
|
|
238
238
|
_,
|
|
239
239
|
{
|
|
240
|
-
subtitle:
|
|
241
|
-
title:
|
|
242
|
-
ta:
|
|
243
|
-
maw:
|
|
240
|
+
subtitle: l,
|
|
241
|
+
title: s,
|
|
242
|
+
ta: p,
|
|
243
|
+
maw: m
|
|
244
244
|
}
|
|
245
245
|
),
|
|
246
|
-
/* @__PURE__ */ e(
|
|
246
|
+
/* @__PURE__ */ e(f, { children: a })
|
|
247
247
|
] }) })
|
|
248
248
|
}
|
|
249
249
|
);
|
|
250
250
|
}
|
|
251
|
-
function
|
|
252
|
-
return /* @__PURE__ */ e(
|
|
251
|
+
function Le({ children: a }) {
|
|
252
|
+
return /* @__PURE__ */ e(f, { style: { minHeight: "100vh", scrollBehavior: "smooth" }, children: a });
|
|
253
253
|
}
|
|
254
|
-
function
|
|
255
|
-
logo:
|
|
256
|
-
navLinks:
|
|
257
|
-
loginCta:
|
|
258
|
-
signupCta:
|
|
254
|
+
function xe({
|
|
255
|
+
logo: a,
|
|
256
|
+
navLinks: s = [],
|
|
257
|
+
loginCta: l,
|
|
258
|
+
signupCta: o,
|
|
259
259
|
background: n = "white"
|
|
260
260
|
}) {
|
|
261
|
-
const
|
|
262
|
-
|
|
263
|
-
},
|
|
264
|
-
(
|
|
261
|
+
const t = q(n), [m] = se(), p = m.y > 10, u = (h) => {
|
|
262
|
+
h === "top" ? window.scrollTo({ top: 0, behavior: "smooth" }) : document.getElementById(h)?.scrollIntoView({ behavior: "smooth" });
|
|
263
|
+
}, d = (h, x) => {
|
|
264
|
+
(h.key === "Enter" || h.key === " ") && (h.preventDefault(), u(x));
|
|
265
265
|
};
|
|
266
266
|
return /* @__PURE__ */ e(
|
|
267
|
-
|
|
267
|
+
f,
|
|
268
268
|
{
|
|
269
269
|
component: "header",
|
|
270
270
|
pos: "sticky",
|
|
271
271
|
top: 0,
|
|
272
272
|
w: "100%",
|
|
273
273
|
style: { zIndex: 100, pointerEvents: "none" },
|
|
274
|
-
children: /* @__PURE__ */ e(
|
|
275
|
-
|
|
274
|
+
children: /* @__PURE__ */ e(A, { size: "xl", py: "md", children: /* @__PURE__ */ e(
|
|
275
|
+
v,
|
|
276
276
|
{
|
|
277
|
-
shadow:
|
|
277
|
+
shadow: p ? "sm" : "none",
|
|
278
278
|
radius: "0",
|
|
279
279
|
p: "xs",
|
|
280
|
-
bg:
|
|
281
|
-
bd:
|
|
280
|
+
bg: t,
|
|
281
|
+
bd: p ? "1px solid var(--mantine-color-gray-2)" : "1px solid transparent",
|
|
282
282
|
style: { pointerEvents: "auto", transition: "all 0.2s ease" },
|
|
283
|
-
children: /* @__PURE__ */
|
|
284
|
-
|
|
283
|
+
children: /* @__PURE__ */ r(
|
|
284
|
+
g,
|
|
285
285
|
{
|
|
286
286
|
justify: "space-between",
|
|
287
287
|
align: "center",
|
|
288
288
|
px: { base: "xs", sm: "md" },
|
|
289
289
|
children: [
|
|
290
|
-
|
|
290
|
+
a && /* @__PURE__ */ e(
|
|
291
291
|
"a",
|
|
292
292
|
{
|
|
293
293
|
href: "#",
|
|
294
294
|
"aria-label": "Voltar ao topo",
|
|
295
|
-
onClick: (
|
|
296
|
-
|
|
295
|
+
onClick: (h) => {
|
|
296
|
+
h.preventDefault(), window.scrollTo({ top: 0, behavior: "smooth" });
|
|
297
297
|
},
|
|
298
298
|
style: { display: "inline-flex" },
|
|
299
299
|
children: /* @__PURE__ */ e(
|
|
300
300
|
"img",
|
|
301
301
|
{
|
|
302
|
-
src:
|
|
303
|
-
alt:
|
|
304
|
-
height:
|
|
302
|
+
src: a.src,
|
|
303
|
+
alt: a.alt || "",
|
|
304
|
+
height: a.height || 32,
|
|
305
305
|
style: { objectFit: "contain" }
|
|
306
306
|
}
|
|
307
307
|
)
|
|
308
308
|
}
|
|
309
309
|
),
|
|
310
|
-
|
|
311
|
-
|
|
310
|
+
s.length > 0 && /* @__PURE__ */ e(
|
|
311
|
+
g,
|
|
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:
|
|
319
|
-
|
|
318
|
+
children: s.map((h) => /* @__PURE__ */ e(
|
|
319
|
+
i,
|
|
320
320
|
{
|
|
321
321
|
size: "sm",
|
|
322
322
|
fw: 900,
|
|
323
323
|
tt: "uppercase",
|
|
324
324
|
ls: "1px",
|
|
325
325
|
c: "dark",
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
326
|
+
...h,
|
|
327
|
+
component: h.component || "span",
|
|
328
|
+
role: h.component ? void 0 : "link",
|
|
329
|
+
tabIndex: h.component ? void 0 : 0,
|
|
330
|
+
style: { cursor: "pointer", ...h.style },
|
|
331
|
+
onClick: h.target ? () => u(h.target) : h.onClick,
|
|
332
|
+
onKeyDown: h.target ? (x) => d(x, h.target) : h.onKeyDown,
|
|
333
|
+
children: h.label
|
|
332
334
|
},
|
|
333
|
-
|
|
335
|
+
h.label
|
|
334
336
|
))
|
|
335
337
|
}
|
|
336
338
|
),
|
|
337
|
-
/* @__PURE__ */
|
|
338
|
-
|
|
339
|
-
|
|
339
|
+
/* @__PURE__ */ r(g, { gap: "sm", children: [
|
|
340
|
+
l && /* @__PURE__ */ e(
|
|
341
|
+
G,
|
|
340
342
|
{
|
|
341
343
|
variant: "subtle",
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
onClick: a.onClick,
|
|
344
|
+
...l,
|
|
345
|
+
component: l.component || (l.href ? "a" : "button"),
|
|
345
346
|
c: "gray.7",
|
|
346
347
|
size: "sm",
|
|
347
348
|
radius: "0",
|
|
348
349
|
visibleFrom: "xs",
|
|
349
350
|
fw: 900,
|
|
350
|
-
children:
|
|
351
|
+
children: l.label
|
|
351
352
|
}
|
|
352
353
|
),
|
|
353
|
-
|
|
354
|
-
|
|
354
|
+
o && /* @__PURE__ */ r(
|
|
355
|
+
G,
|
|
355
356
|
{
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
onClick: l.onClick,
|
|
357
|
+
...o,
|
|
358
|
+
component: o.component || (o.href ? "a" : "button"),
|
|
359
359
|
size: "sm",
|
|
360
360
|
radius: "0",
|
|
361
361
|
color: "dark",
|
|
362
362
|
variant: "filled",
|
|
363
363
|
children: [
|
|
364
|
-
/* @__PURE__ */ e(
|
|
365
|
-
/* @__PURE__ */ e(
|
|
364
|
+
/* @__PURE__ */ e(i, { span: !0, visibleFrom: "sm", c: "white", fw: 900, size: "sm", children: o.label }),
|
|
365
|
+
/* @__PURE__ */ e(i, { span: !0, hiddenFrom: "sm", c: "white", fw: 900, size: "xs", children: o.labelMobile || o.label })
|
|
366
366
|
]
|
|
367
367
|
}
|
|
368
368
|
)
|
|
@@ -375,23 +375,34 @@ function se({
|
|
|
375
375
|
}
|
|
376
376
|
);
|
|
377
377
|
}
|
|
378
|
-
const
|
|
379
|
-
function
|
|
378
|
+
const ke = xe;
|
|
379
|
+
function Ge({
|
|
380
|
+
subtitle: a,
|
|
381
|
+
title: s,
|
|
382
|
+
description: l,
|
|
383
|
+
cta: o,
|
|
384
|
+
video: n,
|
|
385
|
+
image: t,
|
|
386
|
+
background: m = "white",
|
|
387
|
+
mediaMaw: p,
|
|
388
|
+
titleFz: u = "var(--fz-hero)",
|
|
389
|
+
descriptionFz: d = "xl"
|
|
390
|
+
}) {
|
|
380
391
|
return /* @__PURE__ */ e(
|
|
381
|
-
|
|
392
|
+
f,
|
|
382
393
|
{
|
|
383
394
|
py: { base: 80, sm: 100, md: 140 },
|
|
384
395
|
id: "hero",
|
|
385
|
-
bg:
|
|
386
|
-
children: /* @__PURE__ */ e(
|
|
387
|
-
|
|
396
|
+
bg: m,
|
|
397
|
+
children: /* @__PURE__ */ e(A, { size: "lg", children: /* @__PURE__ */ r(
|
|
398
|
+
w,
|
|
388
399
|
{
|
|
389
400
|
cols: { base: 1, md: 2 },
|
|
390
401
|
spacing: { base: 60, md: 100 },
|
|
391
402
|
verticalSpacing: 60,
|
|
392
403
|
children: [
|
|
393
|
-
/* @__PURE__ */
|
|
394
|
-
|
|
404
|
+
/* @__PURE__ */ r(
|
|
405
|
+
c,
|
|
395
406
|
{
|
|
396
407
|
align: { base: "center", md: "flex-start" },
|
|
397
408
|
justify: "center",
|
|
@@ -401,38 +412,38 @@ function De({ subtitle: r, title: t, description: a, cta: l, video: n, image: o,
|
|
|
401
412
|
/* @__PURE__ */ e(z, { children: /* @__PURE__ */ e(
|
|
402
413
|
_,
|
|
403
414
|
{
|
|
404
|
-
subtitle:
|
|
405
|
-
title:
|
|
415
|
+
subtitle: a,
|
|
416
|
+
title: s,
|
|
406
417
|
titleOrder: 1,
|
|
407
|
-
titleFz:
|
|
418
|
+
titleFz: u,
|
|
408
419
|
ta: "inherit"
|
|
409
420
|
}
|
|
410
421
|
) }),
|
|
411
|
-
|
|
412
|
-
|
|
422
|
+
l && /* @__PURE__ */ e(z, { children: /* @__PURE__ */ e(
|
|
423
|
+
i,
|
|
413
424
|
{
|
|
414
|
-
size:
|
|
425
|
+
size: d,
|
|
415
426
|
c: "gray.6",
|
|
416
427
|
lh: 1.6,
|
|
417
428
|
maw: 600,
|
|
418
|
-
children:
|
|
429
|
+
children: l
|
|
419
430
|
}
|
|
420
431
|
) }),
|
|
421
|
-
|
|
422
|
-
|
|
432
|
+
o && /* @__PURE__ */ e(z, { children: /* @__PURE__ */ e(
|
|
433
|
+
g,
|
|
423
434
|
{
|
|
424
435
|
gap: "md",
|
|
425
436
|
justify: { base: "center", md: "flex-start" },
|
|
426
437
|
children: /* @__PURE__ */ e(
|
|
427
|
-
|
|
438
|
+
D,
|
|
428
439
|
{
|
|
429
|
-
label:
|
|
430
|
-
href:
|
|
431
|
-
icon:
|
|
432
|
-
size:
|
|
433
|
-
px:
|
|
434
|
-
variant:
|
|
435
|
-
color:
|
|
440
|
+
label: o.label,
|
|
441
|
+
href: o.href,
|
|
442
|
+
icon: o.icon,
|
|
443
|
+
size: o.size || "xl",
|
|
444
|
+
px: o.px || 48,
|
|
445
|
+
variant: o.variant,
|
|
446
|
+
color: o.color
|
|
436
447
|
}
|
|
437
448
|
)
|
|
438
449
|
}
|
|
@@ -441,11 +452,11 @@ function De({ subtitle: r, title: t, description: a, cta: l, video: n, image: o,
|
|
|
441
452
|
}
|
|
442
453
|
),
|
|
443
454
|
/* @__PURE__ */ e(
|
|
444
|
-
|
|
455
|
+
J,
|
|
445
456
|
{
|
|
446
457
|
video: n,
|
|
447
|
-
image:
|
|
448
|
-
maw:
|
|
458
|
+
image: t,
|
|
459
|
+
maw: p,
|
|
449
460
|
alt: "Demonstração do produto"
|
|
450
461
|
}
|
|
451
462
|
)
|
|
@@ -455,75 +466,75 @@ function De({ subtitle: r, title: t, description: a, cta: l, video: n, image: o,
|
|
|
455
466
|
}
|
|
456
467
|
);
|
|
457
468
|
}
|
|
458
|
-
function
|
|
459
|
-
const
|
|
460
|
-
src:
|
|
461
|
-
alt:
|
|
462
|
-
h:
|
|
469
|
+
function be({ logo: a, index: s }) {
|
|
470
|
+
const l = {
|
|
471
|
+
src: a.src,
|
|
472
|
+
alt: a.alt || `Logo ${s}`,
|
|
473
|
+
h: a.height || 50,
|
|
463
474
|
w: "auto",
|
|
464
475
|
style: {
|
|
465
476
|
filter: "grayscale(1) opacity(0.4)",
|
|
466
477
|
transition: "filter 0.3s ease, opacity 0.3s ease",
|
|
467
|
-
...
|
|
478
|
+
...a.style
|
|
468
479
|
},
|
|
469
|
-
onMouseEnter: (
|
|
470
|
-
|
|
480
|
+
onMouseEnter: (o) => {
|
|
481
|
+
o.currentTarget.style.filter = "grayscale(0) opacity(0.8)";
|
|
471
482
|
},
|
|
472
|
-
onMouseLeave: (
|
|
473
|
-
|
|
483
|
+
onMouseLeave: (o) => {
|
|
484
|
+
o.currentTarget.style.filter = "grayscale(1) opacity(0.4)";
|
|
474
485
|
}
|
|
475
486
|
};
|
|
476
|
-
return
|
|
487
|
+
return a.url ? /* @__PURE__ */ e(z, { children: /* @__PURE__ */ e(
|
|
477
488
|
"a",
|
|
478
489
|
{
|
|
479
|
-
href:
|
|
490
|
+
href: a.url,
|
|
480
491
|
target: "_blank",
|
|
481
492
|
rel: "noopener noreferrer",
|
|
482
|
-
children: /* @__PURE__ */ e(
|
|
493
|
+
children: /* @__PURE__ */ e(W, { ...l })
|
|
483
494
|
}
|
|
484
|
-
) }) : /* @__PURE__ */ e(z, { children: /* @__PURE__ */ e(
|
|
495
|
+
) }) : /* @__PURE__ */ e(z, { children: /* @__PURE__ */ e(W, { ...l }) });
|
|
485
496
|
}
|
|
486
|
-
function
|
|
487
|
-
return !
|
|
488
|
-
|
|
497
|
+
function Ue({ id: a, title: s, logos: l, background: o = "gray" }) {
|
|
498
|
+
return !l || l.length === 0 ? null : /* @__PURE__ */ e(
|
|
499
|
+
f,
|
|
489
500
|
{
|
|
490
501
|
component: "section",
|
|
491
|
-
id:
|
|
502
|
+
id: a,
|
|
492
503
|
py: { base: 40, md: 60 },
|
|
493
|
-
bg:
|
|
504
|
+
bg: o,
|
|
494
505
|
bd: { bottom: "1px solid var(--mantine-color-gray-2)" },
|
|
495
|
-
children: /* @__PURE__ */ e(
|
|
496
|
-
|
|
506
|
+
children: /* @__PURE__ */ e(A, { size: "lg", children: /* @__PURE__ */ r(
|
|
507
|
+
c,
|
|
497
508
|
{
|
|
498
509
|
align: "center",
|
|
499
510
|
ta: "center",
|
|
500
511
|
gap: "xl",
|
|
501
512
|
children: [
|
|
502
|
-
|
|
503
|
-
|
|
513
|
+
s && /* @__PURE__ */ e(
|
|
514
|
+
i,
|
|
504
515
|
{
|
|
505
516
|
fw: 500,
|
|
506
517
|
c: "gray.5",
|
|
507
518
|
size: "sm",
|
|
508
519
|
tt: "uppercase",
|
|
509
520
|
ls: "0.1em",
|
|
510
|
-
children:
|
|
521
|
+
children: s
|
|
511
522
|
}
|
|
512
523
|
),
|
|
513
524
|
/* @__PURE__ */ e(
|
|
514
|
-
|
|
525
|
+
g,
|
|
515
526
|
{
|
|
516
527
|
justify: "space-between",
|
|
517
528
|
gap: { base: 40, md: 80 },
|
|
518
529
|
style: { rowGap: 40 },
|
|
519
530
|
w: "100%",
|
|
520
|
-
children:
|
|
521
|
-
|
|
531
|
+
children: l.map((n, t) => /* @__PURE__ */ e(
|
|
532
|
+
be,
|
|
522
533
|
{
|
|
523
534
|
logo: n,
|
|
524
|
-
index:
|
|
535
|
+
index: t
|
|
525
536
|
},
|
|
526
|
-
|
|
537
|
+
t
|
|
527
538
|
))
|
|
528
539
|
}
|
|
529
540
|
)
|
|
@@ -533,21 +544,21 @@ function Ce({ id: r, title: t, logos: a, background: l = "gray" }) {
|
|
|
533
544
|
}
|
|
534
545
|
);
|
|
535
546
|
}
|
|
536
|
-
function
|
|
537
|
-
const
|
|
538
|
-
|
|
547
|
+
function Oe({ id: a, subtitle: s, title: l, description: o, featuresList: n, cta: t, video: m, image: p, reverse: u = !1, background: d = "white", mediaMaw: h }) {
|
|
548
|
+
const x = n && n.length > 0 && /* @__PURE__ */ e(
|
|
549
|
+
k,
|
|
539
550
|
{
|
|
540
551
|
spacing: "md",
|
|
541
552
|
size: "md",
|
|
542
553
|
center: !0,
|
|
543
554
|
icon: /* @__PURE__ */ e(
|
|
544
|
-
|
|
555
|
+
y,
|
|
545
556
|
{
|
|
546
557
|
color: "gray.2",
|
|
547
558
|
size: 24,
|
|
548
559
|
radius: "0",
|
|
549
560
|
children: /* @__PURE__ */ e(
|
|
550
|
-
|
|
561
|
+
O,
|
|
551
562
|
{
|
|
552
563
|
size: 14,
|
|
553
564
|
color: "var(--mantine-color-gray-9)"
|
|
@@ -555,121 +566,121 @@ function je({ id: r, subtitle: t, title: a, description: l, featuresList: n, cta
|
|
|
555
566
|
)
|
|
556
567
|
}
|
|
557
568
|
),
|
|
558
|
-
children: n.map((
|
|
569
|
+
children: n.map((T, j) => /* @__PURE__ */ e(k.Item, { children: T }, j))
|
|
559
570
|
}
|
|
560
|
-
),
|
|
561
|
-
|
|
571
|
+
), B = /* @__PURE__ */ r(
|
|
572
|
+
c,
|
|
562
573
|
{
|
|
563
574
|
justify: "center",
|
|
564
575
|
gap: "lg",
|
|
565
576
|
children: [
|
|
566
|
-
|
|
567
|
-
|
|
577
|
+
o && /* @__PURE__ */ e(
|
|
578
|
+
i,
|
|
568
579
|
{
|
|
569
580
|
c: "gray.6",
|
|
570
581
|
size: "xl",
|
|
571
582
|
lh: 1.6,
|
|
572
|
-
children:
|
|
583
|
+
children: o
|
|
573
584
|
}
|
|
574
585
|
),
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
586
|
+
x,
|
|
587
|
+
t && /* @__PURE__ */ e(g, { mt: "md", children: /* @__PURE__ */ e(
|
|
588
|
+
D,
|
|
578
589
|
{
|
|
579
|
-
label:
|
|
580
|
-
href:
|
|
581
|
-
icon:
|
|
582
|
-
size:
|
|
583
|
-
variant:
|
|
584
|
-
color:
|
|
590
|
+
label: t.label,
|
|
591
|
+
href: t.href,
|
|
592
|
+
icon: t.icon,
|
|
593
|
+
size: t.size || "lg",
|
|
594
|
+
variant: t.variant,
|
|
595
|
+
color: t.color
|
|
585
596
|
}
|
|
586
597
|
) })
|
|
587
598
|
]
|
|
588
599
|
}
|
|
589
|
-
),
|
|
590
|
-
|
|
600
|
+
), S = (m || p) && /* @__PURE__ */ e(
|
|
601
|
+
J,
|
|
591
602
|
{
|
|
592
|
-
video:
|
|
593
|
-
image:
|
|
603
|
+
video: m,
|
|
604
|
+
image: p,
|
|
594
605
|
width: "80%",
|
|
595
|
-
maw:
|
|
606
|
+
maw: h
|
|
596
607
|
}
|
|
597
608
|
);
|
|
598
609
|
return /* @__PURE__ */ e(
|
|
599
|
-
|
|
610
|
+
F,
|
|
600
611
|
{
|
|
601
|
-
id:
|
|
602
|
-
subtitle:
|
|
603
|
-
title:
|
|
604
|
-
background:
|
|
612
|
+
id: a,
|
|
613
|
+
subtitle: s,
|
|
614
|
+
title: l,
|
|
615
|
+
background: d,
|
|
605
616
|
children: /* @__PURE__ */ e(
|
|
606
|
-
|
|
617
|
+
w,
|
|
607
618
|
{
|
|
608
619
|
cols: { base: 1, md: 2 },
|
|
609
620
|
spacing: { base: 40, md: 80 },
|
|
610
621
|
verticalSpacing: { base: 40, md: 50 },
|
|
611
|
-
children:
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
] }) : /* @__PURE__ */
|
|
615
|
-
|
|
616
|
-
|
|
622
|
+
children: u ? /* @__PURE__ */ r(K, { children: [
|
|
623
|
+
S,
|
|
624
|
+
B
|
|
625
|
+
] }) : /* @__PURE__ */ r(K, { children: [
|
|
626
|
+
B,
|
|
627
|
+
S
|
|
617
628
|
] })
|
|
618
629
|
}
|
|
619
630
|
)
|
|
620
631
|
}
|
|
621
632
|
);
|
|
622
633
|
}
|
|
623
|
-
function
|
|
634
|
+
function He({ id: a, subtitle: s, title: l, background: o = "gray", items: n = [] }) {
|
|
624
635
|
return /* @__PURE__ */ e(
|
|
625
|
-
|
|
636
|
+
F,
|
|
626
637
|
{
|
|
627
|
-
id:
|
|
628
|
-
subtitle:
|
|
629
|
-
title:
|
|
630
|
-
background:
|
|
631
|
-
children: /* @__PURE__ */ e(b, { gutter: "lg", children: n.map((
|
|
632
|
-
|
|
638
|
+
id: a,
|
|
639
|
+
subtitle: s,
|
|
640
|
+
title: l,
|
|
641
|
+
background: o,
|
|
642
|
+
children: /* @__PURE__ */ e(b, { gutter: "lg", children: n.map((t, m) => /* @__PURE__ */ e(
|
|
643
|
+
ve,
|
|
633
644
|
{
|
|
634
|
-
...
|
|
645
|
+
...t
|
|
635
646
|
},
|
|
636
|
-
|
|
647
|
+
m
|
|
637
648
|
)) })
|
|
638
649
|
}
|
|
639
650
|
);
|
|
640
651
|
}
|
|
641
|
-
function
|
|
642
|
-
icon:
|
|
643
|
-
iconVariant:
|
|
644
|
-
iconColor:
|
|
645
|
-
label:
|
|
652
|
+
function ve({
|
|
653
|
+
icon: a,
|
|
654
|
+
iconVariant: s,
|
|
655
|
+
iconColor: l,
|
|
656
|
+
label: o,
|
|
646
657
|
title: n,
|
|
647
|
-
titleSize:
|
|
648
|
-
description:
|
|
649
|
-
descriptionSize:
|
|
650
|
-
descriptionMaw:
|
|
651
|
-
span:
|
|
652
|
-
background:
|
|
653
|
-
visual:
|
|
654
|
-
secondaryVisual:
|
|
655
|
-
layout:
|
|
656
|
-
badges:
|
|
657
|
-
codeBlock:
|
|
658
|
-
decorativeContent:
|
|
659
|
-
style:
|
|
660
|
-
...
|
|
658
|
+
titleSize: t,
|
|
659
|
+
description: m,
|
|
660
|
+
descriptionSize: p,
|
|
661
|
+
descriptionMaw: u,
|
|
662
|
+
span: d = { base: 12, md: 6 },
|
|
663
|
+
background: h = "white",
|
|
664
|
+
visual: x,
|
|
665
|
+
secondaryVisual: B,
|
|
666
|
+
layout: S = "stacked",
|
|
667
|
+
badges: T,
|
|
668
|
+
codeBlock: j,
|
|
669
|
+
decorativeContent: H,
|
|
670
|
+
style: M,
|
|
671
|
+
...R
|
|
661
672
|
}) {
|
|
662
|
-
const
|
|
663
|
-
|
|
664
|
-
|
|
673
|
+
const L = /* @__PURE__ */ r(f, { children: [
|
|
674
|
+
a && /* @__PURE__ */ e(
|
|
675
|
+
y,
|
|
665
676
|
{
|
|
666
677
|
size: 48,
|
|
667
678
|
radius: "0",
|
|
668
|
-
variant:
|
|
669
|
-
color:
|
|
679
|
+
variant: s || "light",
|
|
680
|
+
color: l || "gray",
|
|
670
681
|
mb: "lg",
|
|
671
682
|
children: /* @__PURE__ */ e(
|
|
672
|
-
|
|
683
|
+
a,
|
|
673
684
|
{
|
|
674
685
|
size: 24,
|
|
675
686
|
stroke: 1.5
|
|
@@ -677,8 +688,8 @@ function he({
|
|
|
677
688
|
)
|
|
678
689
|
}
|
|
679
690
|
),
|
|
680
|
-
|
|
681
|
-
|
|
691
|
+
o && /* @__PURE__ */ e(
|
|
692
|
+
i,
|
|
682
693
|
{
|
|
683
694
|
size: "sm",
|
|
684
695
|
fw: 800,
|
|
@@ -686,13 +697,13 @@ function he({
|
|
|
686
697
|
ls: "1.5px",
|
|
687
698
|
c: "gray.5",
|
|
688
699
|
mb: "xs",
|
|
689
|
-
children:
|
|
700
|
+
children: o
|
|
690
701
|
}
|
|
691
702
|
),
|
|
692
703
|
n && /* @__PURE__ */ e(
|
|
693
|
-
|
|
704
|
+
i,
|
|
694
705
|
{
|
|
695
|
-
fz:
|
|
706
|
+
fz: t || (S === "compact" ? "h4" : "h3"),
|
|
696
707
|
fw: 900,
|
|
697
708
|
lh: 1.2,
|
|
698
709
|
mb: "sm",
|
|
@@ -700,54 +711,54 @@ function he({
|
|
|
700
711
|
children: n
|
|
701
712
|
}
|
|
702
713
|
),
|
|
703
|
-
|
|
704
|
-
|
|
714
|
+
m && /* @__PURE__ */ e(
|
|
715
|
+
i,
|
|
705
716
|
{
|
|
706
717
|
c: "gray.6",
|
|
707
|
-
size:
|
|
708
|
-
maw:
|
|
709
|
-
mb:
|
|
710
|
-
children:
|
|
718
|
+
size: p || (S === "compact" ? "sm" : "lg"),
|
|
719
|
+
maw: u,
|
|
720
|
+
mb: T ? "xl" : S === "compact" ? "lg" : void 0,
|
|
721
|
+
children: m
|
|
711
722
|
}
|
|
712
723
|
),
|
|
713
|
-
|
|
724
|
+
T && T.length > 0 && /* @__PURE__ */ e(g, { children: T.map((X, Y) => /* @__PURE__ */ e(
|
|
714
725
|
C,
|
|
715
726
|
{
|
|
716
727
|
variant: "dot",
|
|
717
728
|
color: "gray",
|
|
718
729
|
radius: "0",
|
|
719
|
-
children:
|
|
730
|
+
children: X
|
|
720
731
|
},
|
|
721
|
-
|
|
732
|
+
Y
|
|
722
733
|
)) })
|
|
723
|
-
] }),
|
|
724
|
-
return
|
|
725
|
-
|
|
734
|
+
] }), E = x ? $(x) : null, V = B ? $(B) : null;
|
|
735
|
+
return S === "split" ? /* @__PURE__ */ e(b.Col, { span: d, children: /* @__PURE__ */ e(
|
|
736
|
+
v,
|
|
726
737
|
{
|
|
727
738
|
h: "100%",
|
|
728
739
|
p: { base: "xl", md: 40 },
|
|
729
740
|
radius: "0",
|
|
730
|
-
bg:
|
|
741
|
+
bg: q(h),
|
|
731
742
|
bd: "1px solid var(--mantine-color-gray-2)",
|
|
732
|
-
style:
|
|
733
|
-
...
|
|
734
|
-
children: /* @__PURE__ */
|
|
743
|
+
style: M,
|
|
744
|
+
...R,
|
|
745
|
+
children: /* @__PURE__ */ r(
|
|
735
746
|
b,
|
|
736
747
|
{
|
|
737
748
|
align: "center",
|
|
738
749
|
gutter: "xl",
|
|
739
750
|
children: [
|
|
740
|
-
/* @__PURE__ */ e(b.Col, { span: { base: 12, sm: 6 }, children:
|
|
741
|
-
/* @__PURE__ */
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
751
|
+
/* @__PURE__ */ e(b.Col, { span: { base: 12, sm: 6 }, children: L }),
|
|
752
|
+
/* @__PURE__ */ r(b.Col, { span: { base: 12, sm: 6 }, children: [
|
|
753
|
+
E,
|
|
754
|
+
j && /* @__PURE__ */ e(
|
|
755
|
+
N,
|
|
745
756
|
{
|
|
746
757
|
block: !0,
|
|
747
758
|
color: "gray.0",
|
|
748
759
|
c: "gray.7",
|
|
749
760
|
style: { fontSize: 12, lineHeight: 1.4, borderRadius: 0 },
|
|
750
|
-
children:
|
|
761
|
+
children: j
|
|
751
762
|
}
|
|
752
763
|
)
|
|
753
764
|
] })
|
|
@@ -755,33 +766,33 @@ function he({
|
|
|
755
766
|
}
|
|
756
767
|
)
|
|
757
768
|
}
|
|
758
|
-
) }) :
|
|
759
|
-
|
|
769
|
+
) }) : S === "compact" ? /* @__PURE__ */ e(b.Col, { span: d, children: /* @__PURE__ */ r(
|
|
770
|
+
v,
|
|
760
771
|
{
|
|
761
772
|
h: "100%",
|
|
762
773
|
p: { base: "xl", md: 40 },
|
|
763
774
|
radius: "0",
|
|
764
|
-
bg:
|
|
775
|
+
bg: q(h),
|
|
765
776
|
bd: "1px solid var(--mantine-color-gray-2)",
|
|
766
|
-
style:
|
|
767
|
-
...
|
|
777
|
+
style: M,
|
|
778
|
+
...R,
|
|
768
779
|
children: [
|
|
769
|
-
|
|
770
|
-
|
|
780
|
+
L,
|
|
781
|
+
E
|
|
771
782
|
]
|
|
772
783
|
}
|
|
773
|
-
) }) :
|
|
774
|
-
|
|
784
|
+
) }) : H ? /* @__PURE__ */ e(b.Col, { span: d, children: /* @__PURE__ */ e(
|
|
785
|
+
v,
|
|
775
786
|
{
|
|
776
787
|
h: "100%",
|
|
777
788
|
p: { base: "xl", md: 40 },
|
|
778
789
|
radius: "0",
|
|
779
|
-
bg:
|
|
790
|
+
bg: q(h),
|
|
780
791
|
bd: "1px solid var(--mantine-color-gray-2)",
|
|
781
792
|
pos: "relative",
|
|
782
|
-
style:
|
|
783
|
-
...
|
|
784
|
-
children: /* @__PURE__ */
|
|
793
|
+
style: M,
|
|
794
|
+
...R,
|
|
795
|
+
children: /* @__PURE__ */ r(
|
|
785
796
|
b,
|
|
786
797
|
{
|
|
787
798
|
gutter: 0,
|
|
@@ -792,7 +803,7 @@ function he({
|
|
|
792
803
|
{
|
|
793
804
|
span: { base: 12, sm: 7 },
|
|
794
805
|
style: { zIndex: 1 },
|
|
795
|
-
children:
|
|
806
|
+
children: L
|
|
796
807
|
}
|
|
797
808
|
),
|
|
798
809
|
/* @__PURE__ */ e(
|
|
@@ -800,77 +811,77 @@ function he({
|
|
|
800
811
|
{
|
|
801
812
|
span: 5,
|
|
802
813
|
visibleFrom: "sm",
|
|
803
|
-
children:
|
|
814
|
+
children: H
|
|
804
815
|
}
|
|
805
816
|
)
|
|
806
817
|
]
|
|
807
818
|
}
|
|
808
819
|
)
|
|
809
820
|
}
|
|
810
|
-
) }) : /* @__PURE__ */ e(b.Col, { span:
|
|
811
|
-
|
|
821
|
+
) }) : /* @__PURE__ */ e(b.Col, { span: d, children: /* @__PURE__ */ r(
|
|
822
|
+
v,
|
|
812
823
|
{
|
|
813
824
|
h: "100%",
|
|
814
825
|
p: { base: "xl", md: 40 },
|
|
815
826
|
radius: "0",
|
|
816
|
-
bg:
|
|
827
|
+
bg: q(h),
|
|
817
828
|
bd: "1px solid var(--mantine-color-gray-2)",
|
|
818
829
|
display: "flex",
|
|
819
830
|
style: {
|
|
820
831
|
flexDirection: "column",
|
|
821
832
|
justifyContent: "space-between",
|
|
822
|
-
...
|
|
833
|
+
...M
|
|
823
834
|
},
|
|
824
|
-
...
|
|
835
|
+
...R,
|
|
825
836
|
children: [
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
837
|
+
L,
|
|
838
|
+
E && V ? /* @__PURE__ */ r(
|
|
839
|
+
g,
|
|
829
840
|
{
|
|
830
841
|
gap: 40,
|
|
831
842
|
align: "center",
|
|
832
843
|
children: [
|
|
833
|
-
|
|
834
|
-
|
|
844
|
+
E,
|
|
845
|
+
V
|
|
835
846
|
]
|
|
836
847
|
}
|
|
837
|
-
) :
|
|
848
|
+
) : E
|
|
838
849
|
]
|
|
839
850
|
}
|
|
840
851
|
) });
|
|
841
852
|
}
|
|
842
|
-
function
|
|
843
|
-
if (!
|
|
844
|
-
switch (
|
|
853
|
+
function $(a) {
|
|
854
|
+
if (!a) return null;
|
|
855
|
+
switch (a.type) {
|
|
845
856
|
case "ring":
|
|
846
857
|
return /* @__PURE__ */ e(
|
|
847
858
|
ee,
|
|
848
859
|
{
|
|
849
|
-
size:
|
|
850
|
-
thickness:
|
|
851
|
-
sections: [{ value:
|
|
852
|
-
label: /* @__PURE__ */ e(z, { children: /* @__PURE__ */
|
|
853
|
-
|
|
860
|
+
size: a.size || 140,
|
|
861
|
+
thickness: a.thickness || 12,
|
|
862
|
+
sections: [{ value: a.value || 100, color: "gray.7" }],
|
|
863
|
+
label: /* @__PURE__ */ e(z, { children: /* @__PURE__ */ r(
|
|
864
|
+
c,
|
|
854
865
|
{
|
|
855
866
|
gap: 0,
|
|
856
867
|
align: "center",
|
|
857
868
|
children: [
|
|
858
869
|
/* @__PURE__ */ e(
|
|
859
|
-
|
|
870
|
+
i,
|
|
860
871
|
{
|
|
861
872
|
fw: 900,
|
|
862
873
|
size: "xl",
|
|
863
874
|
lh: 1,
|
|
864
|
-
children:
|
|
875
|
+
children: a.label
|
|
865
876
|
}
|
|
866
877
|
),
|
|
867
|
-
|
|
868
|
-
|
|
878
|
+
a.sublabel && /* @__PURE__ */ e(
|
|
879
|
+
i,
|
|
869
880
|
{
|
|
870
881
|
size: "xs",
|
|
871
882
|
c: "gray.5",
|
|
872
883
|
fw: 700,
|
|
873
|
-
children:
|
|
884
|
+
children: a.sublabel
|
|
874
885
|
}
|
|
875
886
|
)
|
|
876
887
|
]
|
|
@@ -879,54 +890,54 @@ function U(r) {
|
|
|
879
890
|
}
|
|
880
891
|
);
|
|
881
892
|
case "metric":
|
|
882
|
-
return /* @__PURE__ */
|
|
893
|
+
return /* @__PURE__ */ r(c, { gap: 0, children: [
|
|
883
894
|
/* @__PURE__ */ e(
|
|
884
|
-
|
|
895
|
+
i,
|
|
885
896
|
{
|
|
886
897
|
fw: 900,
|
|
887
898
|
fz: 32,
|
|
888
899
|
c: "gray.8",
|
|
889
900
|
lh: 1,
|
|
890
|
-
children:
|
|
901
|
+
children: a.value
|
|
891
902
|
}
|
|
892
903
|
),
|
|
893
904
|
/* @__PURE__ */ e(
|
|
894
|
-
|
|
905
|
+
i,
|
|
895
906
|
{
|
|
896
907
|
size: "sm",
|
|
897
908
|
c: "gray.5",
|
|
898
909
|
mt: 4,
|
|
899
|
-
children:
|
|
910
|
+
children: a.label
|
|
900
911
|
}
|
|
901
912
|
),
|
|
902
|
-
|
|
913
|
+
a.badge && /* @__PURE__ */ e(
|
|
903
914
|
C,
|
|
904
915
|
{
|
|
905
916
|
mt: "md",
|
|
906
917
|
color: "gray",
|
|
907
918
|
variant: "dot",
|
|
908
919
|
radius: "0",
|
|
909
|
-
children:
|
|
920
|
+
children: a.badge
|
|
910
921
|
}
|
|
911
922
|
)
|
|
912
923
|
] });
|
|
913
924
|
case "bars":
|
|
914
925
|
return /* @__PURE__ */ e(
|
|
915
|
-
|
|
926
|
+
g,
|
|
916
927
|
{
|
|
917
928
|
align: "flex-end",
|
|
918
929
|
gap: 8,
|
|
919
|
-
h:
|
|
930
|
+
h: a.height || 100,
|
|
920
931
|
preventGrowOverflow: !1,
|
|
921
|
-
children: (
|
|
922
|
-
|
|
932
|
+
children: (a.data || []).map((s, l) => /* @__PURE__ */ e(
|
|
933
|
+
f,
|
|
923
934
|
{
|
|
924
935
|
w: 20,
|
|
925
|
-
h: `${
|
|
926
|
-
bg:
|
|
936
|
+
h: `${s}%`,
|
|
937
|
+
bg: l === a.highlight ? "gray.5" : "gray.2",
|
|
927
938
|
radius: "0"
|
|
928
939
|
},
|
|
929
|
-
|
|
940
|
+
l
|
|
930
941
|
))
|
|
931
942
|
}
|
|
932
943
|
);
|
|
@@ -934,30 +945,30 @@ function U(r) {
|
|
|
934
945
|
return /* @__PURE__ */ e(
|
|
935
946
|
z,
|
|
936
947
|
{
|
|
937
|
-
h:
|
|
948
|
+
h: a.height || 160,
|
|
938
949
|
bg: "gray.0",
|
|
939
950
|
radius: "0",
|
|
940
951
|
bd: "1px solid var(--mantine-color-gray-1)",
|
|
941
952
|
children: /* @__PURE__ */ e(
|
|
942
|
-
|
|
953
|
+
i,
|
|
943
954
|
{
|
|
944
|
-
fz:
|
|
955
|
+
fz: a.fontSize || 100,
|
|
945
956
|
fw: 900,
|
|
946
957
|
c: "gray.2",
|
|
947
958
|
style: { letterSpacing: -6 },
|
|
948
|
-
children:
|
|
959
|
+
children: a.text || "Aa"
|
|
949
960
|
}
|
|
950
961
|
)
|
|
951
962
|
}
|
|
952
963
|
);
|
|
953
964
|
case "icon-large": {
|
|
954
|
-
const
|
|
955
|
-
return
|
|
956
|
-
|
|
965
|
+
const s = a.icon;
|
|
966
|
+
return s ? /* @__PURE__ */ e(
|
|
967
|
+
s,
|
|
957
968
|
{
|
|
958
|
-
size:
|
|
959
|
-
stroke:
|
|
960
|
-
color:
|
|
969
|
+
size: a.size || 64,
|
|
970
|
+
stroke: a.stroke || 1,
|
|
971
|
+
color: a.color || "var(--mantine-color-gray-2)"
|
|
961
972
|
}
|
|
962
973
|
) : null;
|
|
963
974
|
}
|
|
@@ -965,118 +976,118 @@ function U(r) {
|
|
|
965
976
|
return null;
|
|
966
977
|
}
|
|
967
978
|
}
|
|
968
|
-
function
|
|
979
|
+
function Ve({ id: a, subtitle: s, title: l, traditionalCol: o, newCol: n, background: t = "white" }) {
|
|
969
980
|
return /* @__PURE__ */ e(
|
|
970
|
-
|
|
981
|
+
F,
|
|
971
982
|
{
|
|
972
|
-
id:
|
|
973
|
-
subtitle:
|
|
974
|
-
title:
|
|
975
|
-
background:
|
|
983
|
+
id: a,
|
|
984
|
+
subtitle: s,
|
|
985
|
+
title: l,
|
|
986
|
+
background: t,
|
|
976
987
|
children: /* @__PURE__ */ e(
|
|
977
|
-
|
|
988
|
+
v,
|
|
978
989
|
{
|
|
979
990
|
radius: "0",
|
|
980
991
|
bd: "1px solid var(--mantine-color-gray-2)",
|
|
981
992
|
style: { overflow: "hidden" },
|
|
982
|
-
children: /* @__PURE__ */
|
|
983
|
-
|
|
993
|
+
children: /* @__PURE__ */ r(
|
|
994
|
+
w,
|
|
984
995
|
{
|
|
985
996
|
cols: { base: 1, md: 2 },
|
|
986
997
|
spacing: 0,
|
|
987
998
|
children: [
|
|
988
999
|
/* @__PURE__ */ e(
|
|
989
|
-
|
|
1000
|
+
f,
|
|
990
1001
|
{
|
|
991
|
-
bg:
|
|
1002
|
+
bg: t === "gray" ? "gray.1" : "white",
|
|
992
1003
|
p: { base: 30, md: 60 },
|
|
993
|
-
children: /* @__PURE__ */
|
|
994
|
-
/* @__PURE__ */
|
|
1004
|
+
children: /* @__PURE__ */ r(c, { gap: "xl", children: [
|
|
1005
|
+
/* @__PURE__ */ r(f, { children: [
|
|
995
1006
|
/* @__PURE__ */ e(
|
|
996
|
-
|
|
1007
|
+
i,
|
|
997
1008
|
{
|
|
998
1009
|
fw: 900,
|
|
999
1010
|
fz: "h2",
|
|
1000
1011
|
c: "gray.9",
|
|
1001
1012
|
mb: 4,
|
|
1002
|
-
children:
|
|
1013
|
+
children: o.title
|
|
1003
1014
|
}
|
|
1004
1015
|
),
|
|
1005
1016
|
/* @__PURE__ */ e(
|
|
1006
|
-
|
|
1017
|
+
i,
|
|
1007
1018
|
{
|
|
1008
1019
|
size: "sm",
|
|
1009
1020
|
fw: 800,
|
|
1010
1021
|
tt: "uppercase",
|
|
1011
1022
|
ls: "1.5px",
|
|
1012
1023
|
c: "gray.5",
|
|
1013
|
-
children:
|
|
1024
|
+
children: o.subtitle
|
|
1014
1025
|
}
|
|
1015
1026
|
)
|
|
1016
1027
|
] }),
|
|
1017
1028
|
/* @__PURE__ */ e(
|
|
1018
|
-
|
|
1029
|
+
c,
|
|
1019
1030
|
{
|
|
1020
1031
|
gap: "md",
|
|
1021
1032
|
mb: 40,
|
|
1022
|
-
children:
|
|
1023
|
-
/* @__PURE__ */
|
|
1033
|
+
children: o.items.map((m, p) => /* @__PURE__ */ r(ye, { children: [
|
|
1034
|
+
/* @__PURE__ */ r(g, { justify: "space-between", children: [
|
|
1024
1035
|
/* @__PURE__ */ e(
|
|
1025
|
-
|
|
1036
|
+
i,
|
|
1026
1037
|
{
|
|
1027
1038
|
size: "sm",
|
|
1028
1039
|
c: "gray.6",
|
|
1029
|
-
children:
|
|
1040
|
+
children: m.label
|
|
1030
1041
|
}
|
|
1031
1042
|
),
|
|
1032
1043
|
/* @__PURE__ */ e(
|
|
1033
|
-
|
|
1044
|
+
i,
|
|
1034
1045
|
{
|
|
1035
1046
|
fw: 700,
|
|
1036
1047
|
c: "gray.9",
|
|
1037
|
-
children:
|
|
1048
|
+
children: m.value
|
|
1038
1049
|
}
|
|
1039
1050
|
)
|
|
1040
1051
|
] }),
|
|
1041
|
-
|
|
1042
|
-
] },
|
|
1052
|
+
p < o.items.length - 1 && /* @__PURE__ */ e(P, { color: "var(--mantine-color-gray-2)" })
|
|
1053
|
+
] }, p))
|
|
1043
1054
|
}
|
|
1044
1055
|
),
|
|
1045
|
-
/* @__PURE__ */
|
|
1046
|
-
|
|
1056
|
+
/* @__PURE__ */ r(
|
|
1057
|
+
f,
|
|
1047
1058
|
{
|
|
1048
|
-
bg:
|
|
1059
|
+
bg: t === "gray" ? "gray.1" : "white",
|
|
1049
1060
|
p: "lg",
|
|
1050
1061
|
radius: "0",
|
|
1051
1062
|
bd: "1px solid var(--mantine-color-gray-2)",
|
|
1052
1063
|
children: [
|
|
1053
|
-
/* @__PURE__ */
|
|
1064
|
+
/* @__PURE__ */ r(g, { justify: "space-between", children: [
|
|
1054
1065
|
/* @__PURE__ */ e(
|
|
1055
|
-
|
|
1066
|
+
i,
|
|
1056
1067
|
{
|
|
1057
1068
|
fw: 900,
|
|
1058
1069
|
c: "gray.7",
|
|
1059
|
-
children:
|
|
1070
|
+
children: o.totalLabel || "Total Estimado"
|
|
1060
1071
|
}
|
|
1061
1072
|
),
|
|
1062
1073
|
/* @__PURE__ */ e(
|
|
1063
|
-
|
|
1074
|
+
i,
|
|
1064
1075
|
{
|
|
1065
1076
|
fw: 900,
|
|
1066
1077
|
fz: 32,
|
|
1067
1078
|
c: "gray.9",
|
|
1068
|
-
children:
|
|
1079
|
+
children: o.totalValue
|
|
1069
1080
|
}
|
|
1070
1081
|
)
|
|
1071
1082
|
] }),
|
|
1072
|
-
|
|
1073
|
-
|
|
1083
|
+
o.footerText && /* @__PURE__ */ e(
|
|
1084
|
+
i,
|
|
1074
1085
|
{
|
|
1075
1086
|
size: "xs",
|
|
1076
1087
|
c: "red.6",
|
|
1077
1088
|
ta: "right",
|
|
1078
1089
|
mt: 4,
|
|
1079
|
-
children:
|
|
1090
|
+
children: o.footerText
|
|
1080
1091
|
}
|
|
1081
1092
|
)
|
|
1082
1093
|
]
|
|
@@ -1086,21 +1097,21 @@ function Ee({ id: r, subtitle: t, title: a, traditionalCol: l, newCol: n, backgr
|
|
|
1086
1097
|
}
|
|
1087
1098
|
),
|
|
1088
1099
|
/* @__PURE__ */ e(
|
|
1089
|
-
|
|
1100
|
+
f,
|
|
1090
1101
|
{
|
|
1091
|
-
bg:
|
|
1102
|
+
bg: t === "gray" ? "gray.1" : "white",
|
|
1092
1103
|
p: { base: 30, md: 60 },
|
|
1093
1104
|
pos: "relative",
|
|
1094
|
-
children: /* @__PURE__ */
|
|
1095
|
-
|
|
1105
|
+
children: /* @__PURE__ */ r(
|
|
1106
|
+
c,
|
|
1096
1107
|
{
|
|
1097
1108
|
gap: "xl",
|
|
1098
1109
|
h: "100%",
|
|
1099
1110
|
children: [
|
|
1100
|
-
/* @__PURE__ */
|
|
1101
|
-
/* @__PURE__ */
|
|
1111
|
+
/* @__PURE__ */ r(f, { children: [
|
|
1112
|
+
/* @__PURE__ */ r(g, { gap: "xs", children: [
|
|
1102
1113
|
/* @__PURE__ */ e(
|
|
1103
|
-
|
|
1114
|
+
i,
|
|
1104
1115
|
{
|
|
1105
1116
|
fw: 900,
|
|
1106
1117
|
fz: "h2",
|
|
@@ -1120,7 +1131,7 @@ function Ee({ id: r, subtitle: t, title: a, traditionalCol: l, newCol: n, backgr
|
|
|
1120
1131
|
)
|
|
1121
1132
|
] }),
|
|
1122
1133
|
/* @__PURE__ */ e(
|
|
1123
|
-
|
|
1134
|
+
i,
|
|
1124
1135
|
{
|
|
1125
1136
|
size: "sm",
|
|
1126
1137
|
c: "gray.6",
|
|
@@ -1129,20 +1140,20 @@ function Ee({ id: r, subtitle: t, title: a, traditionalCol: l, newCol: n, backgr
|
|
|
1129
1140
|
)
|
|
1130
1141
|
] }),
|
|
1131
1142
|
/* @__PURE__ */ e(
|
|
1132
|
-
|
|
1143
|
+
k,
|
|
1133
1144
|
{
|
|
1134
1145
|
spacing: "md",
|
|
1135
1146
|
size: "md",
|
|
1136
1147
|
c: "gray.6",
|
|
1137
1148
|
icon: /* @__PURE__ */ e(
|
|
1138
|
-
|
|
1149
|
+
y,
|
|
1139
1150
|
{
|
|
1140
1151
|
color: "gray.0",
|
|
1141
1152
|
size: 20,
|
|
1142
1153
|
radius: "0",
|
|
1143
1154
|
bd: "1px solid var(--mantine-color-gray-2)",
|
|
1144
1155
|
children: /* @__PURE__ */ e(
|
|
1145
|
-
|
|
1156
|
+
O,
|
|
1146
1157
|
{
|
|
1147
1158
|
size: 12,
|
|
1148
1159
|
color: "var(--mantine-color-gray-9)"
|
|
@@ -1150,19 +1161,19 @@ function Ee({ id: r, subtitle: t, title: a, traditionalCol: l, newCol: n, backgr
|
|
|
1150
1161
|
)
|
|
1151
1162
|
}
|
|
1152
1163
|
),
|
|
1153
|
-
children: n.items.map((
|
|
1164
|
+
children: n.items.map((m, p) => /* @__PURE__ */ e(k.Item, { children: m }, p))
|
|
1154
1165
|
}
|
|
1155
1166
|
),
|
|
1156
1167
|
n.pricingBox && /* @__PURE__ */ e(
|
|
1157
|
-
|
|
1168
|
+
f,
|
|
1158
1169
|
{
|
|
1159
|
-
bg:
|
|
1170
|
+
bg: t === "gray" ? "gray.1" : "white",
|
|
1160
1171
|
p: "lg",
|
|
1161
1172
|
radius: "0",
|
|
1162
1173
|
bd: "1px solid var(--mantine-color-gray-2)",
|
|
1163
|
-
children: /* @__PURE__ */
|
|
1174
|
+
children: /* @__PURE__ */ r(c, { gap: 4, children: [
|
|
1164
1175
|
/* @__PURE__ */ e(
|
|
1165
|
-
|
|
1176
|
+
i,
|
|
1166
1177
|
{
|
|
1167
1178
|
size: "sm",
|
|
1168
1179
|
fw: 800,
|
|
@@ -1173,7 +1184,7 @@ function Ee({ id: r, subtitle: t, title: a, traditionalCol: l, newCol: n, backgr
|
|
|
1173
1184
|
}
|
|
1174
1185
|
),
|
|
1175
1186
|
/* @__PURE__ */ e(
|
|
1176
|
-
|
|
1187
|
+
i,
|
|
1177
1188
|
{
|
|
1178
1189
|
fw: 900,
|
|
1179
1190
|
fz: 48,
|
|
@@ -1183,7 +1194,7 @@ function Ee({ id: r, subtitle: t, title: a, traditionalCol: l, newCol: n, backgr
|
|
|
1183
1194
|
}
|
|
1184
1195
|
),
|
|
1185
1196
|
n.pricingBox.subtext && /* @__PURE__ */ e(
|
|
1186
|
-
|
|
1197
|
+
i,
|
|
1187
1198
|
{
|
|
1188
1199
|
size: "xs",
|
|
1189
1200
|
c: "gray.5",
|
|
@@ -1194,8 +1205,8 @@ function Ee({ id: r, subtitle: t, title: a, traditionalCol: l, newCol: n, backgr
|
|
|
1194
1205
|
] })
|
|
1195
1206
|
}
|
|
1196
1207
|
),
|
|
1197
|
-
n.cta && /* @__PURE__ */ e(
|
|
1198
|
-
|
|
1208
|
+
n.cta && /* @__PURE__ */ e(f, { mt: "xl", children: /* @__PURE__ */ e(
|
|
1209
|
+
D,
|
|
1199
1210
|
{
|
|
1200
1211
|
label: n.cta.label,
|
|
1201
1212
|
href: n.cta.href,
|
|
@@ -1218,131 +1229,131 @@ function Ee({ id: r, subtitle: t, title: a, traditionalCol: l, newCol: n, backgr
|
|
|
1218
1229
|
}
|
|
1219
1230
|
);
|
|
1220
1231
|
}
|
|
1221
|
-
function
|
|
1222
|
-
id:
|
|
1223
|
-
subtitle:
|
|
1224
|
-
title:
|
|
1225
|
-
billingOptions:
|
|
1232
|
+
function We({
|
|
1233
|
+
id: a,
|
|
1234
|
+
subtitle: s,
|
|
1235
|
+
title: l,
|
|
1236
|
+
billingOptions: o = [
|
|
1226
1237
|
{ label: "Mensal", value: "monthly" },
|
|
1227
1238
|
{ label: "Anual", value: "annual" }
|
|
1228
1239
|
],
|
|
1229
1240
|
billing: n,
|
|
1230
|
-
setBilling:
|
|
1231
|
-
promoBadge:
|
|
1232
|
-
plans:
|
|
1233
|
-
background:
|
|
1241
|
+
setBilling: t,
|
|
1242
|
+
promoBadge: m,
|
|
1243
|
+
plans: p,
|
|
1244
|
+
background: u = "white"
|
|
1234
1245
|
}) {
|
|
1235
|
-
return /* @__PURE__ */
|
|
1236
|
-
|
|
1246
|
+
return /* @__PURE__ */ r(
|
|
1247
|
+
F,
|
|
1237
1248
|
{
|
|
1238
|
-
id:
|
|
1239
|
-
subtitle:
|
|
1240
|
-
title:
|
|
1249
|
+
id: a,
|
|
1250
|
+
subtitle: s,
|
|
1251
|
+
title: l,
|
|
1241
1252
|
ta: "center",
|
|
1242
|
-
background:
|
|
1253
|
+
background: u,
|
|
1243
1254
|
children: [
|
|
1244
|
-
|
|
1245
|
-
|
|
1255
|
+
o && o.length > 0 && /* @__PURE__ */ e(
|
|
1256
|
+
c,
|
|
1246
1257
|
{
|
|
1247
1258
|
align: "center",
|
|
1248
1259
|
gap: "xl",
|
|
1249
1260
|
mb: 80,
|
|
1250
|
-
children: /* @__PURE__ */
|
|
1261
|
+
children: /* @__PURE__ */ r(g, { gap: "xs", children: [
|
|
1251
1262
|
/* @__PURE__ */ e(
|
|
1252
1263
|
re,
|
|
1253
1264
|
{
|
|
1254
1265
|
value: n,
|
|
1255
|
-
onChange:
|
|
1266
|
+
onChange: t,
|
|
1256
1267
|
radius: "0",
|
|
1257
1268
|
size: "md",
|
|
1258
|
-
data:
|
|
1269
|
+
data: o,
|
|
1259
1270
|
color: "gray.9",
|
|
1260
1271
|
bg: "white",
|
|
1261
1272
|
style: { border: "1px solid var(--mantine-color-gray-2)" }
|
|
1262
1273
|
}
|
|
1263
1274
|
),
|
|
1264
|
-
n === "annual" &&
|
|
1275
|
+
n === "annual" && m && /* @__PURE__ */ e(
|
|
1265
1276
|
C,
|
|
1266
1277
|
{
|
|
1267
1278
|
variant: "filled",
|
|
1268
1279
|
color: "gray.9",
|
|
1269
1280
|
radius: "0",
|
|
1270
1281
|
size: "lg",
|
|
1271
|
-
children:
|
|
1282
|
+
children: m
|
|
1272
1283
|
}
|
|
1273
1284
|
)
|
|
1274
1285
|
] })
|
|
1275
1286
|
}
|
|
1276
1287
|
),
|
|
1277
1288
|
/* @__PURE__ */ e(
|
|
1278
|
-
|
|
1289
|
+
w,
|
|
1279
1290
|
{
|
|
1280
|
-
cols: { base: 1, md:
|
|
1291
|
+
cols: { base: 1, md: p.length <= 3 ? p.length : 3 },
|
|
1281
1292
|
spacing: "xl",
|
|
1282
1293
|
verticalSpacing: "xl",
|
|
1283
|
-
children:
|
|
1284
|
-
|
|
1294
|
+
children: p.map((d) => /* @__PURE__ */ r(
|
|
1295
|
+
v,
|
|
1285
1296
|
{
|
|
1286
1297
|
p: "xl",
|
|
1287
1298
|
radius: "0",
|
|
1288
1299
|
withBorder: !0,
|
|
1289
|
-
bd:
|
|
1300
|
+
bd: d.highlight ? "2px solid var(--mantine-color-gray-9)" : "1px solid var(--mantine-color-gray-2)",
|
|
1290
1301
|
display: "flex",
|
|
1291
1302
|
h: "100%",
|
|
1292
1303
|
style: { flexDirection: "column" },
|
|
1293
1304
|
bg: "white",
|
|
1294
1305
|
children: [
|
|
1295
|
-
/* @__PURE__ */
|
|
1296
|
-
|
|
1306
|
+
/* @__PURE__ */ r(
|
|
1307
|
+
c,
|
|
1297
1308
|
{
|
|
1298
1309
|
gap: "md",
|
|
1299
1310
|
mb: "xl",
|
|
1300
1311
|
children: [
|
|
1301
|
-
/* @__PURE__ */
|
|
1302
|
-
|
|
1312
|
+
/* @__PURE__ */ r(
|
|
1313
|
+
g,
|
|
1303
1314
|
{
|
|
1304
1315
|
justify: "space-between",
|
|
1305
1316
|
align: "center",
|
|
1306
1317
|
children: [
|
|
1307
1318
|
/* @__PURE__ */ e(
|
|
1308
|
-
|
|
1319
|
+
i,
|
|
1309
1320
|
{
|
|
1310
1321
|
size: "xs",
|
|
1311
1322
|
fw: 800,
|
|
1312
1323
|
tt: "uppercase",
|
|
1313
1324
|
ls: "1.5px",
|
|
1314
1325
|
c: "gray.4",
|
|
1315
|
-
children:
|
|
1326
|
+
children: d.name
|
|
1316
1327
|
}
|
|
1317
1328
|
),
|
|
1318
|
-
|
|
1329
|
+
d.highlight && /* @__PURE__ */ e(
|
|
1319
1330
|
C,
|
|
1320
1331
|
{
|
|
1321
1332
|
variant: "dot",
|
|
1322
1333
|
color: "gray.9",
|
|
1323
|
-
children:
|
|
1334
|
+
children: d.highlightBadge || "RECOMENDADO"
|
|
1324
1335
|
}
|
|
1325
1336
|
)
|
|
1326
1337
|
]
|
|
1327
1338
|
}
|
|
1328
1339
|
),
|
|
1329
1340
|
/* @__PURE__ */ e(
|
|
1330
|
-
|
|
1341
|
+
i,
|
|
1331
1342
|
{
|
|
1332
1343
|
size: "sm",
|
|
1333
1344
|
c: "gray.6",
|
|
1334
1345
|
fw: 500,
|
|
1335
1346
|
lh: 1.5,
|
|
1336
1347
|
h: { md: 42 },
|
|
1337
|
-
children:
|
|
1348
|
+
children: d.description
|
|
1338
1349
|
}
|
|
1339
1350
|
)
|
|
1340
1351
|
]
|
|
1341
1352
|
}
|
|
1342
1353
|
),
|
|
1343
|
-
/* @__PURE__ */
|
|
1354
|
+
/* @__PURE__ */ r(f, { mb: "xl", children: [
|
|
1344
1355
|
/* @__PURE__ */ e(
|
|
1345
|
-
|
|
1356
|
+
i,
|
|
1346
1357
|
{
|
|
1347
1358
|
size: "xs",
|
|
1348
1359
|
c: "gray.4",
|
|
@@ -1350,50 +1361,50 @@ function Me({
|
|
|
1350
1361
|
tt: "uppercase",
|
|
1351
1362
|
ls: "1px",
|
|
1352
1363
|
mb: 4,
|
|
1353
|
-
children:
|
|
1364
|
+
children: d.pricePrefix || "A partir de"
|
|
1354
1365
|
}
|
|
1355
1366
|
),
|
|
1356
|
-
/* @__PURE__ */
|
|
1357
|
-
|
|
1367
|
+
/* @__PURE__ */ r(
|
|
1368
|
+
g,
|
|
1358
1369
|
{
|
|
1359
1370
|
gap: 8,
|
|
1360
1371
|
align: "flex-start",
|
|
1361
1372
|
children: [
|
|
1362
1373
|
/* @__PURE__ */ e(
|
|
1363
|
-
|
|
1374
|
+
i,
|
|
1364
1375
|
{
|
|
1365
1376
|
size: "xl",
|
|
1366
1377
|
fw: 900,
|
|
1367
1378
|
c: "gray.9",
|
|
1368
1379
|
style: { marginTop: 8 },
|
|
1369
|
-
children:
|
|
1380
|
+
children: d.priceDisplay?.currency
|
|
1370
1381
|
}
|
|
1371
1382
|
),
|
|
1372
|
-
/* @__PURE__ */
|
|
1373
|
-
|
|
1383
|
+
/* @__PURE__ */ r(
|
|
1384
|
+
g,
|
|
1374
1385
|
{
|
|
1375
1386
|
gap: 4,
|
|
1376
1387
|
align: "flex-end",
|
|
1377
1388
|
children: [
|
|
1378
1389
|
/* @__PURE__ */ e(
|
|
1379
|
-
|
|
1390
|
+
i,
|
|
1380
1391
|
{
|
|
1381
1392
|
fz: "var(--fz-big-metric)",
|
|
1382
1393
|
fw: 900,
|
|
1383
1394
|
ls: "-0.04em",
|
|
1384
1395
|
lh: 0.8,
|
|
1385
1396
|
c: "gray.9",
|
|
1386
|
-
children:
|
|
1397
|
+
children: d.priceDisplay?.whole
|
|
1387
1398
|
}
|
|
1388
1399
|
),
|
|
1389
|
-
|
|
1390
|
-
|
|
1400
|
+
d.priceDisplay?.fraction && /* @__PURE__ */ r(
|
|
1401
|
+
c,
|
|
1391
1402
|
{
|
|
1392
1403
|
gap: 0,
|
|
1393
1404
|
mb: 6,
|
|
1394
1405
|
children: [
|
|
1395
|
-
/* @__PURE__ */
|
|
1396
|
-
|
|
1406
|
+
/* @__PURE__ */ r(
|
|
1407
|
+
i,
|
|
1397
1408
|
{
|
|
1398
1409
|
size: "xl",
|
|
1399
1410
|
fw: 900,
|
|
@@ -1401,19 +1412,19 @@ function Me({
|
|
|
1401
1412
|
c: "gray.9",
|
|
1402
1413
|
children: [
|
|
1403
1414
|
",",
|
|
1404
|
-
|
|
1415
|
+
d.priceDisplay.fraction
|
|
1405
1416
|
]
|
|
1406
1417
|
}
|
|
1407
1418
|
),
|
|
1408
1419
|
/* @__PURE__ */ e(
|
|
1409
|
-
|
|
1420
|
+
i,
|
|
1410
1421
|
{
|
|
1411
1422
|
size: "xs",
|
|
1412
1423
|
c: "gray.5",
|
|
1413
1424
|
fw: 800,
|
|
1414
1425
|
tt: "uppercase",
|
|
1415
1426
|
ls: "0.5px",
|
|
1416
|
-
children:
|
|
1427
|
+
children: d.period || d.priceSuffix || "/mês"
|
|
1417
1428
|
}
|
|
1418
1429
|
)
|
|
1419
1430
|
]
|
|
@@ -1427,27 +1438,27 @@ function Me({
|
|
|
1427
1438
|
)
|
|
1428
1439
|
] }),
|
|
1429
1440
|
/* @__PURE__ */ e(
|
|
1430
|
-
|
|
1441
|
+
P,
|
|
1431
1442
|
{
|
|
1432
1443
|
mb: "xl",
|
|
1433
1444
|
color: "gray.1"
|
|
1434
1445
|
}
|
|
1435
1446
|
),
|
|
1436
1447
|
/* @__PURE__ */ e(
|
|
1437
|
-
|
|
1448
|
+
c,
|
|
1438
1449
|
{
|
|
1439
1450
|
gap: "sm",
|
|
1440
1451
|
mb: 40,
|
|
1441
1452
|
style: { flex: 1 },
|
|
1442
|
-
children:
|
|
1443
|
-
|
|
1453
|
+
children: d.features.map((h, x) => /* @__PURE__ */ r(
|
|
1454
|
+
g,
|
|
1444
1455
|
{
|
|
1445
1456
|
gap: "sm",
|
|
1446
1457
|
wrap: "nowrap",
|
|
1447
1458
|
align: "flex-start",
|
|
1448
1459
|
children: [
|
|
1449
1460
|
/* @__PURE__ */ e(
|
|
1450
|
-
|
|
1461
|
+
O,
|
|
1451
1462
|
{
|
|
1452
1463
|
size: 16,
|
|
1453
1464
|
color: "var(--mantine-color-gray-9)",
|
|
@@ -1455,35 +1466,35 @@ function Me({
|
|
|
1455
1466
|
}
|
|
1456
1467
|
),
|
|
1457
1468
|
/* @__PURE__ */ e(
|
|
1458
|
-
|
|
1469
|
+
i,
|
|
1459
1470
|
{
|
|
1460
1471
|
size: "sm",
|
|
1461
1472
|
fw: 500,
|
|
1462
1473
|
c: "gray.6",
|
|
1463
1474
|
lh: 1.4,
|
|
1464
|
-
children:
|
|
1475
|
+
children: h
|
|
1465
1476
|
}
|
|
1466
1477
|
)
|
|
1467
1478
|
]
|
|
1468
1479
|
},
|
|
1469
|
-
|
|
1480
|
+
x
|
|
1470
1481
|
))
|
|
1471
1482
|
}
|
|
1472
1483
|
),
|
|
1473
|
-
/* @__PURE__ */ e(
|
|
1474
|
-
|
|
1484
|
+
/* @__PURE__ */ e(f, { mt: "auto", children: /* @__PURE__ */ e(
|
|
1485
|
+
D,
|
|
1475
1486
|
{
|
|
1476
|
-
label:
|
|
1477
|
-
href:
|
|
1478
|
-
size:
|
|
1479
|
-
variant:
|
|
1480
|
-
color:
|
|
1487
|
+
label: d.cta.label,
|
|
1488
|
+
href: d.cta.href,
|
|
1489
|
+
size: d.cta.size || "xl",
|
|
1490
|
+
variant: d.cta.variant,
|
|
1491
|
+
color: d.cta.color || "gray.9",
|
|
1481
1492
|
fullWidth: !0
|
|
1482
1493
|
}
|
|
1483
1494
|
) })
|
|
1484
1495
|
]
|
|
1485
1496
|
},
|
|
1486
|
-
|
|
1497
|
+
d.name
|
|
1487
1498
|
))
|
|
1488
1499
|
}
|
|
1489
1500
|
)
|
|
@@ -1491,10 +1502,10 @@ function Me({
|
|
|
1491
1502
|
}
|
|
1492
1503
|
);
|
|
1493
1504
|
}
|
|
1494
|
-
function
|
|
1495
|
-
const
|
|
1505
|
+
function Ke({ id: a, subtitle: s, title: l, questions: o = [], contactCard: n, background: t = "white" }) {
|
|
1506
|
+
const m = {
|
|
1496
1507
|
item: {
|
|
1497
|
-
backgroundColor:
|
|
1508
|
+
backgroundColor: t === "gray" ? "gray.1" : "white",
|
|
1498
1509
|
border: "1px solid var(--mantine-color-gray-2)"
|
|
1499
1510
|
},
|
|
1500
1511
|
control: {
|
|
@@ -1511,87 +1522,87 @@ function Re({ id: r, subtitle: t, title: a, questions: l = [], contactCard: n, b
|
|
|
1511
1522
|
color: "var(--mantine-color-gray-5)"
|
|
1512
1523
|
}
|
|
1513
1524
|
};
|
|
1514
|
-
return /* @__PURE__ */
|
|
1515
|
-
|
|
1525
|
+
return /* @__PURE__ */ r(
|
|
1526
|
+
F,
|
|
1516
1527
|
{
|
|
1517
|
-
id:
|
|
1518
|
-
subtitle:
|
|
1519
|
-
title:
|
|
1520
|
-
background:
|
|
1528
|
+
id: a,
|
|
1529
|
+
subtitle: s,
|
|
1530
|
+
title: l,
|
|
1531
|
+
background: t,
|
|
1521
1532
|
children: [
|
|
1522
|
-
/* @__PURE__ */
|
|
1523
|
-
|
|
1533
|
+
/* @__PURE__ */ r(
|
|
1534
|
+
w,
|
|
1524
1535
|
{
|
|
1525
1536
|
cols: { base: 1, md: 2 },
|
|
1526
1537
|
spacing: "xl",
|
|
1527
1538
|
children: [
|
|
1528
1539
|
/* @__PURE__ */ e(
|
|
1529
|
-
|
|
1540
|
+
I,
|
|
1530
1541
|
{
|
|
1531
1542
|
variant: "separated",
|
|
1532
1543
|
radius: "0",
|
|
1533
1544
|
chevronPosition: "right",
|
|
1534
|
-
styles:
|
|
1535
|
-
children:
|
|
1536
|
-
|
|
1545
|
+
styles: m,
|
|
1546
|
+
children: o.slice(0, Math.ceil(o.length / 2)).map((p, u) => /* @__PURE__ */ r(
|
|
1547
|
+
I.Item,
|
|
1537
1548
|
{
|
|
1538
|
-
value:
|
|
1549
|
+
value: p.value || String(u),
|
|
1539
1550
|
mb: "md",
|
|
1540
1551
|
children: [
|
|
1541
1552
|
/* @__PURE__ */ e(
|
|
1542
|
-
|
|
1553
|
+
I.Control,
|
|
1543
1554
|
{
|
|
1544
1555
|
icon: /* @__PURE__ */ e(
|
|
1545
|
-
|
|
1556
|
+
y,
|
|
1546
1557
|
{
|
|
1547
1558
|
variant: "light",
|
|
1548
1559
|
color: "gray",
|
|
1549
1560
|
radius: "0",
|
|
1550
|
-
children: /* @__PURE__ */ e(
|
|
1561
|
+
children: /* @__PURE__ */ e(Q, { size: 16 })
|
|
1551
1562
|
}
|
|
1552
1563
|
),
|
|
1553
|
-
children:
|
|
1564
|
+
children: p.question
|
|
1554
1565
|
}
|
|
1555
1566
|
),
|
|
1556
|
-
/* @__PURE__ */ e(
|
|
1567
|
+
/* @__PURE__ */ e(I.Panel, { c: "gray.6", children: p.answer })
|
|
1557
1568
|
]
|
|
1558
1569
|
},
|
|
1559
|
-
|
|
1570
|
+
p.value || u
|
|
1560
1571
|
))
|
|
1561
1572
|
}
|
|
1562
1573
|
),
|
|
1563
1574
|
/* @__PURE__ */ e(
|
|
1564
|
-
|
|
1575
|
+
I,
|
|
1565
1576
|
{
|
|
1566
1577
|
variant: "separated",
|
|
1567
1578
|
radius: "0",
|
|
1568
1579
|
chevronPosition: "right",
|
|
1569
|
-
styles:
|
|
1570
|
-
children:
|
|
1571
|
-
|
|
1580
|
+
styles: m,
|
|
1581
|
+
children: o.slice(Math.ceil(o.length / 2)).map((p, u) => /* @__PURE__ */ r(
|
|
1582
|
+
I.Item,
|
|
1572
1583
|
{
|
|
1573
|
-
value:
|
|
1584
|
+
value: p.value || String(u),
|
|
1574
1585
|
mb: "md",
|
|
1575
1586
|
children: [
|
|
1576
1587
|
/* @__PURE__ */ e(
|
|
1577
|
-
|
|
1588
|
+
I.Control,
|
|
1578
1589
|
{
|
|
1579
1590
|
icon: /* @__PURE__ */ e(
|
|
1580
|
-
|
|
1591
|
+
y,
|
|
1581
1592
|
{
|
|
1582
1593
|
variant: "light",
|
|
1583
1594
|
color: "gray",
|
|
1584
1595
|
radius: "0",
|
|
1585
|
-
children: /* @__PURE__ */ e(
|
|
1596
|
+
children: /* @__PURE__ */ e(Q, { size: 16 })
|
|
1586
1597
|
}
|
|
1587
1598
|
),
|
|
1588
|
-
children:
|
|
1599
|
+
children: p.question
|
|
1589
1600
|
}
|
|
1590
1601
|
),
|
|
1591
|
-
/* @__PURE__ */ e(
|
|
1602
|
+
/* @__PURE__ */ e(I.Panel, { c: "gray.6", children: p.answer })
|
|
1592
1603
|
]
|
|
1593
1604
|
},
|
|
1594
|
-
|
|
1605
|
+
p.value || u
|
|
1595
1606
|
))
|
|
1596
1607
|
}
|
|
1597
1608
|
)
|
|
@@ -1599,31 +1610,31 @@ function Re({ id: r, subtitle: t, title: a, questions: l = [], contactCard: n, b
|
|
|
1599
1610
|
}
|
|
1600
1611
|
),
|
|
1601
1612
|
n && /* @__PURE__ */ e(
|
|
1602
|
-
|
|
1613
|
+
v,
|
|
1603
1614
|
{
|
|
1604
1615
|
mt: { base: 40, md: 80 },
|
|
1605
1616
|
radius: "0",
|
|
1606
1617
|
p: { base: "xl", md: 60 },
|
|
1607
|
-
bg:
|
|
1618
|
+
bg: t === "gray" ? "gray.1" : "white",
|
|
1608
1619
|
bd: "1px solid var(--mantine-color-gray-1)",
|
|
1609
1620
|
pos: "relative",
|
|
1610
1621
|
style: { overflow: "hidden" },
|
|
1611
|
-
children: /* @__PURE__ */
|
|
1612
|
-
|
|
1622
|
+
children: /* @__PURE__ */ r(
|
|
1623
|
+
w,
|
|
1613
1624
|
{
|
|
1614
1625
|
cols: { base: 1, md: 2 },
|
|
1615
1626
|
spacing: "xl",
|
|
1616
1627
|
style: { position: "relative", zIndex: 1, alignItems: "center" },
|
|
1617
1628
|
children: [
|
|
1618
|
-
/* @__PURE__ */
|
|
1619
|
-
|
|
1629
|
+
/* @__PURE__ */ r(
|
|
1630
|
+
c,
|
|
1620
1631
|
{
|
|
1621
1632
|
gap: "sm",
|
|
1622
1633
|
ta: { base: "center", md: "left" },
|
|
1623
1634
|
align: { base: "center", md: "flex-start" },
|
|
1624
1635
|
children: [
|
|
1625
1636
|
/* @__PURE__ */ e(
|
|
1626
|
-
|
|
1637
|
+
i,
|
|
1627
1638
|
{
|
|
1628
1639
|
fz: "h2",
|
|
1629
1640
|
fw: 900,
|
|
@@ -1633,7 +1644,7 @@ function Re({ id: r, subtitle: t, title: a, questions: l = [], contactCard: n, b
|
|
|
1633
1644
|
}
|
|
1634
1645
|
),
|
|
1635
1646
|
/* @__PURE__ */ e(
|
|
1636
|
-
|
|
1647
|
+
i,
|
|
1637
1648
|
{
|
|
1638
1649
|
c: "gray.6",
|
|
1639
1650
|
maw: 500,
|
|
@@ -1644,8 +1655,8 @@ function Re({ id: r, subtitle: t, title: a, questions: l = [], contactCard: n, b
|
|
|
1644
1655
|
]
|
|
1645
1656
|
}
|
|
1646
1657
|
),
|
|
1647
|
-
/* @__PURE__ */ e(
|
|
1648
|
-
|
|
1658
|
+
/* @__PURE__ */ e(c, { align: { base: "center", md: "flex-end" }, children: /* @__PURE__ */ e(
|
|
1659
|
+
D,
|
|
1649
1660
|
{
|
|
1650
1661
|
label: n.cta.label,
|
|
1651
1662
|
href: n.cta.href,
|
|
@@ -1664,42 +1675,42 @@ function Re({ id: r, subtitle: t, title: a, questions: l = [], contactCard: n, b
|
|
|
1664
1675
|
}
|
|
1665
1676
|
);
|
|
1666
1677
|
}
|
|
1667
|
-
function
|
|
1678
|
+
function Qe({ id: a, title: s, subtitle: l, items: o = [], background: n = "gray" }) {
|
|
1668
1679
|
return /* @__PURE__ */ e(
|
|
1669
|
-
|
|
1680
|
+
F,
|
|
1670
1681
|
{
|
|
1671
|
-
id:
|
|
1682
|
+
id: a,
|
|
1672
1683
|
background: n,
|
|
1673
|
-
title:
|
|
1674
|
-
subtitle:
|
|
1684
|
+
title: s,
|
|
1685
|
+
subtitle: l,
|
|
1675
1686
|
children: /* @__PURE__ */ e(
|
|
1676
|
-
|
|
1687
|
+
w,
|
|
1677
1688
|
{
|
|
1678
|
-
cols: { base: 1, md:
|
|
1689
|
+
cols: { base: 1, md: o.length > 3 ? 4 : o.length || 3 },
|
|
1679
1690
|
spacing: "xl",
|
|
1680
|
-
children:
|
|
1681
|
-
|
|
1691
|
+
children: o.map((t, m) => /* @__PURE__ */ e(
|
|
1692
|
+
v,
|
|
1682
1693
|
{
|
|
1683
1694
|
p: "xl",
|
|
1684
1695
|
radius: "0",
|
|
1685
1696
|
bd: "1px solid var(--mantine-color-gray-2)",
|
|
1686
1697
|
bg: "white",
|
|
1687
|
-
children: /* @__PURE__ */
|
|
1688
|
-
|
|
1698
|
+
children: /* @__PURE__ */ r(
|
|
1699
|
+
c,
|
|
1689
1700
|
{
|
|
1690
1701
|
gap: "md",
|
|
1691
1702
|
align: "flex-start",
|
|
1692
1703
|
h: "100%",
|
|
1693
1704
|
children: [
|
|
1694
1705
|
/* @__PURE__ */ e(
|
|
1695
|
-
|
|
1706
|
+
ne,
|
|
1696
1707
|
{
|
|
1697
1708
|
size: 32,
|
|
1698
1709
|
color: "var(--mantine-color-gray-3)"
|
|
1699
1710
|
}
|
|
1700
1711
|
),
|
|
1701
|
-
/* @__PURE__ */
|
|
1702
|
-
|
|
1712
|
+
/* @__PURE__ */ r(
|
|
1713
|
+
i,
|
|
1703
1714
|
{
|
|
1704
1715
|
size: "lg",
|
|
1705
1716
|
c: "gray.7",
|
|
@@ -1708,45 +1719,45 @@ function Ge({ id: r, title: t, subtitle: a, items: l = [], background: n = "gray
|
|
|
1708
1719
|
flex: 1,
|
|
1709
1720
|
children: [
|
|
1710
1721
|
'"',
|
|
1711
|
-
|
|
1722
|
+
t.content,
|
|
1712
1723
|
'"'
|
|
1713
1724
|
]
|
|
1714
1725
|
}
|
|
1715
1726
|
),
|
|
1716
|
-
/* @__PURE__ */
|
|
1717
|
-
|
|
1727
|
+
/* @__PURE__ */ r(
|
|
1728
|
+
g,
|
|
1718
1729
|
{
|
|
1719
1730
|
gap: "sm",
|
|
1720
1731
|
mt: "xl",
|
|
1721
1732
|
children: [
|
|
1722
1733
|
/* @__PURE__ */ e(
|
|
1723
|
-
|
|
1734
|
+
ae,
|
|
1724
1735
|
{
|
|
1725
1736
|
size: "md",
|
|
1726
1737
|
radius: "0",
|
|
1727
1738
|
color: "gray",
|
|
1728
|
-
src:
|
|
1729
|
-
children:
|
|
1739
|
+
src: t.avatarSrc,
|
|
1740
|
+
children: t.initials
|
|
1730
1741
|
}
|
|
1731
1742
|
),
|
|
1732
|
-
/* @__PURE__ */
|
|
1743
|
+
/* @__PURE__ */ r(c, { gap: 0, children: [
|
|
1733
1744
|
/* @__PURE__ */ e(
|
|
1734
|
-
|
|
1745
|
+
i,
|
|
1735
1746
|
{
|
|
1736
1747
|
size: "sm",
|
|
1737
1748
|
fw: 900,
|
|
1738
|
-
children:
|
|
1749
|
+
children: t.name
|
|
1739
1750
|
}
|
|
1740
1751
|
),
|
|
1741
1752
|
/* @__PURE__ */ e(
|
|
1742
|
-
|
|
1753
|
+
i,
|
|
1743
1754
|
{
|
|
1744
1755
|
size: "xs",
|
|
1745
1756
|
fw: 800,
|
|
1746
1757
|
tt: "uppercase",
|
|
1747
1758
|
ls: "1px",
|
|
1748
1759
|
c: "gray.5",
|
|
1749
|
-
children:
|
|
1760
|
+
children: t.role
|
|
1750
1761
|
}
|
|
1751
1762
|
)
|
|
1752
1763
|
] })
|
|
@@ -1757,64 +1768,64 @@ function Ge({ id: r, title: t, subtitle: a, items: l = [], background: n = "gray
|
|
|
1757
1768
|
}
|
|
1758
1769
|
)
|
|
1759
1770
|
},
|
|
1760
|
-
|
|
1771
|
+
m
|
|
1761
1772
|
))
|
|
1762
1773
|
}
|
|
1763
1774
|
)
|
|
1764
1775
|
}
|
|
1765
1776
|
);
|
|
1766
1777
|
}
|
|
1767
|
-
function
|
|
1778
|
+
function ze({ id: a, title: s, description: l, cta: o, background: n = "gray" }) {
|
|
1768
1779
|
return /* @__PURE__ */ e(
|
|
1769
|
-
|
|
1780
|
+
F,
|
|
1770
1781
|
{
|
|
1771
|
-
id:
|
|
1782
|
+
id: a,
|
|
1772
1783
|
background: n,
|
|
1773
1784
|
ta: "center",
|
|
1774
1785
|
children: /* @__PURE__ */ e(
|
|
1775
|
-
|
|
1786
|
+
v,
|
|
1776
1787
|
{
|
|
1777
1788
|
p: { base: "xl", sm: 80 },
|
|
1778
1789
|
bg: "white",
|
|
1779
1790
|
radius: "0",
|
|
1780
1791
|
bd: "1px solid var(--mantine-color-gray-2)",
|
|
1781
1792
|
style: { borderTop: "4px solid var(--mantine-color-gray-2)" },
|
|
1782
|
-
children: /* @__PURE__ */
|
|
1783
|
-
|
|
1793
|
+
children: /* @__PURE__ */ r(
|
|
1794
|
+
c,
|
|
1784
1795
|
{
|
|
1785
1796
|
align: "center",
|
|
1786
1797
|
ta: "center",
|
|
1787
1798
|
gap: "xl",
|
|
1788
1799
|
children: [
|
|
1789
|
-
|
|
1790
|
-
|
|
1800
|
+
s && /* @__PURE__ */ e(
|
|
1801
|
+
i,
|
|
1791
1802
|
{
|
|
1792
1803
|
fz: "var(--fz-section-title)",
|
|
1793
1804
|
fw: 900,
|
|
1794
1805
|
lh: 1.2,
|
|
1795
1806
|
ls: "-0.04em",
|
|
1796
1807
|
maw: 700,
|
|
1797
|
-
children:
|
|
1808
|
+
children: s
|
|
1798
1809
|
}
|
|
1799
1810
|
),
|
|
1800
|
-
|
|
1801
|
-
|
|
1811
|
+
l && /* @__PURE__ */ e(
|
|
1812
|
+
i,
|
|
1802
1813
|
{
|
|
1803
1814
|
c: "gray.7",
|
|
1804
1815
|
size: "xl",
|
|
1805
1816
|
maw: 550,
|
|
1806
|
-
children:
|
|
1817
|
+
children: l
|
|
1807
1818
|
}
|
|
1808
1819
|
),
|
|
1809
|
-
|
|
1810
|
-
|
|
1820
|
+
o && /* @__PURE__ */ e(f, { mt: "md", children: /* @__PURE__ */ e(
|
|
1821
|
+
D,
|
|
1811
1822
|
{
|
|
1812
|
-
label:
|
|
1813
|
-
href:
|
|
1814
|
-
size:
|
|
1815
|
-
px:
|
|
1816
|
-
variant:
|
|
1817
|
-
color:
|
|
1823
|
+
label: o.label,
|
|
1824
|
+
href: o.href,
|
|
1825
|
+
size: o.size || "xl",
|
|
1826
|
+
px: o.px || { base: 32, md: 60 },
|
|
1827
|
+
variant: o.variant,
|
|
1828
|
+
color: o.color
|
|
1818
1829
|
}
|
|
1819
1830
|
) })
|
|
1820
1831
|
]
|
|
@@ -1825,27 +1836,27 @@ function ge({ id: r, title: t, description: a, cta: l, background: n = "gray" })
|
|
|
1825
1836
|
}
|
|
1826
1837
|
);
|
|
1827
1838
|
}
|
|
1828
|
-
const
|
|
1829
|
-
function
|
|
1830
|
-
const
|
|
1839
|
+
const $e = ze;
|
|
1840
|
+
function we({ text: a = "Selo Exclusivo RiLiGar", color: s = "green.6", background: l = "gray" }) {
|
|
1841
|
+
const o = q(l);
|
|
1831
1842
|
return /* @__PURE__ */ e(
|
|
1832
|
-
|
|
1843
|
+
f,
|
|
1833
1844
|
{
|
|
1834
1845
|
p: "xs",
|
|
1835
|
-
bg:
|
|
1846
|
+
bg: o,
|
|
1836
1847
|
style: {
|
|
1837
1848
|
border: "1px solid var(--mantine-color-gray-2)",
|
|
1838
1849
|
display: "inline-block"
|
|
1839
1850
|
},
|
|
1840
|
-
children: /* @__PURE__ */
|
|
1851
|
+
children: /* @__PURE__ */ r(g, { gap: "xs", children: [
|
|
1841
1852
|
/* @__PURE__ */ e(
|
|
1842
|
-
|
|
1853
|
+
y,
|
|
1843
1854
|
{
|
|
1844
|
-
color:
|
|
1855
|
+
color: s,
|
|
1845
1856
|
variant: "light",
|
|
1846
1857
|
size: "sm",
|
|
1847
1858
|
children: /* @__PURE__ */ e(
|
|
1848
|
-
|
|
1859
|
+
le,
|
|
1849
1860
|
{
|
|
1850
1861
|
size: 14,
|
|
1851
1862
|
"aria-hidden": "true"
|
|
@@ -1854,102 +1865,101 @@ function me({ text: r = "Selo Exclusivo RiLiGar", color: t = "green.6", backgrou
|
|
|
1854
1865
|
}
|
|
1855
1866
|
),
|
|
1856
1867
|
/* @__PURE__ */ e(
|
|
1857
|
-
|
|
1868
|
+
i,
|
|
1858
1869
|
{
|
|
1859
1870
|
size: "xs",
|
|
1860
1871
|
fw: 700,
|
|
1861
1872
|
c: "gray.7",
|
|
1862
1873
|
tt: "uppercase",
|
|
1863
1874
|
lts: 0.5,
|
|
1864
|
-
children:
|
|
1875
|
+
children: a
|
|
1865
1876
|
}
|
|
1866
1877
|
)
|
|
1867
1878
|
] })
|
|
1868
1879
|
}
|
|
1869
1880
|
);
|
|
1870
1881
|
}
|
|
1871
|
-
const
|
|
1872
|
-
function
|
|
1873
|
-
const
|
|
1882
|
+
const _e = we;
|
|
1883
|
+
function Je({ logo: a, description: s, sections: l = [], socialLinks: o = [], copyrightText: n, madeByText: t, background: m = "white" }) {
|
|
1884
|
+
const p = q(m);
|
|
1874
1885
|
return /* @__PURE__ */ e(
|
|
1875
|
-
|
|
1886
|
+
f,
|
|
1876
1887
|
{
|
|
1877
1888
|
component: "footer",
|
|
1878
1889
|
py: "xl",
|
|
1879
|
-
bg:
|
|
1890
|
+
bg: p,
|
|
1880
1891
|
bd: { top: "1px solid var(--mantine-color-gray-2)" },
|
|
1881
|
-
children: /* @__PURE__ */
|
|
1882
|
-
/* @__PURE__ */
|
|
1883
|
-
|
|
1892
|
+
children: /* @__PURE__ */ r(A, { size: "xl", children: [
|
|
1893
|
+
/* @__PURE__ */ r(
|
|
1894
|
+
w,
|
|
1884
1895
|
{
|
|
1885
1896
|
cols: { base: 1, sm: 2 },
|
|
1886
1897
|
spacing: "xl",
|
|
1887
1898
|
children: [
|
|
1888
|
-
/* @__PURE__ */
|
|
1889
|
-
|
|
1899
|
+
/* @__PURE__ */ r(c, { gap: "lg", children: [
|
|
1900
|
+
a && /* @__PURE__ */ e(
|
|
1890
1901
|
"img",
|
|
1891
1902
|
{
|
|
1892
|
-
src:
|
|
1893
|
-
alt:
|
|
1894
|
-
height:
|
|
1903
|
+
src: a.src,
|
|
1904
|
+
alt: a.alt || "",
|
|
1905
|
+
height: a.height || 32,
|
|
1895
1906
|
style: { objectFit: "contain", objectPosition: "left" }
|
|
1896
1907
|
}
|
|
1897
1908
|
),
|
|
1898
|
-
|
|
1899
|
-
|
|
1909
|
+
s && /* @__PURE__ */ e(
|
|
1910
|
+
i,
|
|
1900
1911
|
{
|
|
1901
1912
|
size: "md",
|
|
1902
1913
|
c: "gray.6",
|
|
1903
1914
|
lh: 1.6,
|
|
1904
1915
|
maw: 400,
|
|
1905
|
-
children:
|
|
1916
|
+
children: s
|
|
1906
1917
|
}
|
|
1907
1918
|
)
|
|
1908
1919
|
] }),
|
|
1909
|
-
/* @__PURE__ */
|
|
1910
|
-
|
|
1920
|
+
/* @__PURE__ */ r(
|
|
1921
|
+
w,
|
|
1911
1922
|
{
|
|
1912
1923
|
cols: {
|
|
1913
1924
|
base: 2,
|
|
1914
|
-
sm:
|
|
1925
|
+
sm: l.length + (o?.length > 0 ? 1 : 0) || 4
|
|
1915
1926
|
},
|
|
1916
1927
|
spacing: "xl",
|
|
1917
1928
|
children: [
|
|
1918
|
-
|
|
1919
|
-
|
|
1929
|
+
l.map((u, d) => /* @__PURE__ */ r(
|
|
1930
|
+
c,
|
|
1920
1931
|
{
|
|
1921
1932
|
gap: "md",
|
|
1922
1933
|
children: [
|
|
1923
1934
|
/* @__PURE__ */ e(
|
|
1924
|
-
|
|
1935
|
+
i,
|
|
1925
1936
|
{
|
|
1926
1937
|
fw: 900,
|
|
1927
1938
|
size: "xs",
|
|
1928
1939
|
tt: "uppercase",
|
|
1929
1940
|
ls: "1.5px",
|
|
1930
|
-
children:
|
|
1941
|
+
children: u.title
|
|
1931
1942
|
}
|
|
1932
1943
|
),
|
|
1933
|
-
/* @__PURE__ */ e(
|
|
1944
|
+
/* @__PURE__ */ e(c, { gap: "xs", children: u.links.map((h, x) => /* @__PURE__ */ e(
|
|
1934
1945
|
ie,
|
|
1935
1946
|
{
|
|
1936
1947
|
c: "gray.6",
|
|
1937
1948
|
size: "sm",
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
onClick: g.onClick,
|
|
1949
|
+
...h,
|
|
1950
|
+
component: h.component || (h.href ? "a" : "button"),
|
|
1941
1951
|
fw: 500,
|
|
1942
|
-
children:
|
|
1952
|
+
children: h.label
|
|
1943
1953
|
},
|
|
1944
|
-
|
|
1954
|
+
x
|
|
1945
1955
|
)) })
|
|
1946
1956
|
]
|
|
1947
1957
|
},
|
|
1948
|
-
|
|
1958
|
+
d
|
|
1949
1959
|
)),
|
|
1950
|
-
|
|
1960
|
+
o && o.length > 0 && /* @__PURE__ */ r(c, { gap: "md", children: [
|
|
1951
1961
|
/* @__PURE__ */ e(
|
|
1952
|
-
|
|
1962
|
+
i,
|
|
1953
1963
|
{
|
|
1954
1964
|
fw: 900,
|
|
1955
1965
|
size: "xs",
|
|
@@ -1958,20 +1968,20 @@ function Ve({ logo: r, description: t, sections: a = [], socialLinks: l = [], co
|
|
|
1958
1968
|
children: "Social"
|
|
1959
1969
|
}
|
|
1960
1970
|
),
|
|
1961
|
-
/* @__PURE__ */ e(
|
|
1962
|
-
|
|
1971
|
+
/* @__PURE__ */ e(g, { gap: "xs", children: o.map((u, d) => /* @__PURE__ */ e(
|
|
1972
|
+
oe,
|
|
1963
1973
|
{
|
|
1964
1974
|
size: "md",
|
|
1965
1975
|
variant: "subtle",
|
|
1966
1976
|
color: "gray",
|
|
1967
1977
|
component: "a",
|
|
1968
|
-
href:
|
|
1978
|
+
href: u.href,
|
|
1969
1979
|
target: "_blank",
|
|
1970
1980
|
radius: "0",
|
|
1971
|
-
"aria-label":
|
|
1972
|
-
children:
|
|
1981
|
+
"aria-label": u.label || `Social link ${d + 1}`,
|
|
1982
|
+
children: u.icon
|
|
1973
1983
|
},
|
|
1974
|
-
|
|
1984
|
+
d
|
|
1975
1985
|
)) })
|
|
1976
1986
|
] })
|
|
1977
1987
|
]
|
|
@@ -1981,14 +1991,14 @@ function Ve({ logo: r, description: t, sections: a = [], socialLinks: l = [], co
|
|
|
1981
1991
|
}
|
|
1982
1992
|
),
|
|
1983
1993
|
/* @__PURE__ */ e(
|
|
1984
|
-
|
|
1994
|
+
P,
|
|
1985
1995
|
{
|
|
1986
1996
|
my: "xl",
|
|
1987
1997
|
color: "gray.2"
|
|
1988
1998
|
}
|
|
1989
1999
|
),
|
|
1990
|
-
/* @__PURE__ */
|
|
1991
|
-
|
|
2000
|
+
/* @__PURE__ */ r(
|
|
2001
|
+
g,
|
|
1992
2002
|
{
|
|
1993
2003
|
justify: "space-between",
|
|
1994
2004
|
mt: 30,
|
|
@@ -1996,7 +2006,7 @@ function Ve({ logo: r, description: t, sections: a = [], socialLinks: l = [], co
|
|
|
1996
2006
|
gap: "sm",
|
|
1997
2007
|
children: [
|
|
1998
2008
|
/* @__PURE__ */ e(
|
|
1999
|
-
|
|
2009
|
+
i,
|
|
2000
2010
|
{
|
|
2001
2011
|
size: "xs",
|
|
2002
2012
|
fw: 800,
|
|
@@ -2006,15 +2016,15 @@ function Ve({ logo: r, description: t, sections: a = [], socialLinks: l = [], co
|
|
|
2006
2016
|
children: n
|
|
2007
2017
|
}
|
|
2008
2018
|
),
|
|
2009
|
-
|
|
2010
|
-
|
|
2019
|
+
t && /* @__PURE__ */ e(g, { gap: "sm", children: /* @__PURE__ */ e(
|
|
2020
|
+
i,
|
|
2011
2021
|
{
|
|
2012
2022
|
size: "xs",
|
|
2013
2023
|
fw: 800,
|
|
2014
2024
|
tt: "uppercase",
|
|
2015
2025
|
ls: "1px",
|
|
2016
2026
|
c: "gray.5",
|
|
2017
|
-
children:
|
|
2027
|
+
children: t
|
|
2018
2028
|
}
|
|
2019
2029
|
) })
|
|
2020
2030
|
]
|
|
@@ -2024,28 +2034,706 @@ function Ve({ logo: r, description: t, sections: a = [], socialLinks: l = [], co
|
|
|
2024
2034
|
}
|
|
2025
2035
|
);
|
|
2026
2036
|
}
|
|
2037
|
+
function Xe({ companyName: a = "RiLiGar", productName: s = "nossos produtos" }) {
|
|
2038
|
+
return /* @__PURE__ */ e(
|
|
2039
|
+
f,
|
|
2040
|
+
{
|
|
2041
|
+
py: 100,
|
|
2042
|
+
bg: "white",
|
|
2043
|
+
children: /* @__PURE__ */ e(A, { size: "md", children: /* @__PURE__ */ r(c, { gap: 80, children: [
|
|
2044
|
+
/* @__PURE__ */ r(c, { gap: "sm", children: [
|
|
2045
|
+
/* @__PURE__ */ e(
|
|
2046
|
+
U,
|
|
2047
|
+
{
|
|
2048
|
+
order: 2,
|
|
2049
|
+
ta: "center",
|
|
2050
|
+
tt: "uppercase",
|
|
2051
|
+
ls: "4px",
|
|
2052
|
+
fw: 900,
|
|
2053
|
+
fz: { base: 28, sm: 42 },
|
|
2054
|
+
children: "Compromisso com a Privacidade"
|
|
2055
|
+
}
|
|
2056
|
+
),
|
|
2057
|
+
/* @__PURE__ */ r(
|
|
2058
|
+
i,
|
|
2059
|
+
{
|
|
2060
|
+
ta: "center",
|
|
2061
|
+
c: "gray.5",
|
|
2062
|
+
size: "sm",
|
|
2063
|
+
fw: 800,
|
|
2064
|
+
tt: "uppercase",
|
|
2065
|
+
ls: "2px",
|
|
2066
|
+
children: [
|
|
2067
|
+
"Políticas globais de proteção de dados para ",
|
|
2068
|
+
a,
|
|
2069
|
+
" & ",
|
|
2070
|
+
s
|
|
2071
|
+
]
|
|
2072
|
+
}
|
|
2073
|
+
)
|
|
2074
|
+
] }),
|
|
2075
|
+
/* @__PURE__ */ e(P, { color: "gray.2" }),
|
|
2076
|
+
/* @__PURE__ */ r(c, { gap: "xl", children: [
|
|
2077
|
+
/* @__PURE__ */ r(
|
|
2078
|
+
i,
|
|
2079
|
+
{
|
|
2080
|
+
size: "lg",
|
|
2081
|
+
lh: 1.8,
|
|
2082
|
+
c: "gray.8",
|
|
2083
|
+
children: [
|
|
2084
|
+
"Na ",
|
|
2085
|
+
/* @__PURE__ */ e("strong", { children: a }),
|
|
2086
|
+
", a privacidade não é apenas um requisito legal, mas um valor fundamental que guia cada linha de código do ",
|
|
2087
|
+
/* @__PURE__ */ e("strong", { children: s }),
|
|
2088
|
+
". Em um mundo onde os dados se tornaram a moeda de troca mais valiosa, optamos por um caminho diferente: o da soberania total do usuário. Nossa infraestrutura foi projetada sob o paradigma de ",
|
|
2089
|
+
/* @__PURE__ */ e("em", { children: "Privacy by Design" }),
|
|
2090
|
+
", garantindo que a segurança não seja uma camada adicionada, mas a própria fundação de como operamos."
|
|
2091
|
+
]
|
|
2092
|
+
}
|
|
2093
|
+
),
|
|
2094
|
+
/* @__PURE__ */ e(
|
|
2095
|
+
i,
|
|
2096
|
+
{
|
|
2097
|
+
size: "md",
|
|
2098
|
+
lh: 1.7,
|
|
2099
|
+
c: "gray.6",
|
|
2100
|
+
children: "Abaixo, detalhamos os pilares que sustentam nosso compromisso com você. Esta política foi elaborada para ser transparente, legível e rigorosa, seguindo os mais altos padrões internacionais de proteção de dados e as diretrizes da LGPD (Lei Geral de Proteção de Dados)."
|
|
2101
|
+
}
|
|
2102
|
+
)
|
|
2103
|
+
] }),
|
|
2104
|
+
/* @__PURE__ */ r(c, { gap: 50, children: [
|
|
2105
|
+
/* @__PURE__ */ r(
|
|
2106
|
+
g,
|
|
2107
|
+
{
|
|
2108
|
+
align: "flex-start",
|
|
2109
|
+
wrap: "nowrap",
|
|
2110
|
+
gap: "xl",
|
|
2111
|
+
children: [
|
|
2112
|
+
/* @__PURE__ */ e(
|
|
2113
|
+
y,
|
|
2114
|
+
{
|
|
2115
|
+
variant: "light",
|
|
2116
|
+
size: 64,
|
|
2117
|
+
radius: "0",
|
|
2118
|
+
color: "gray",
|
|
2119
|
+
children: /* @__PURE__ */ e(
|
|
2120
|
+
te,
|
|
2121
|
+
{
|
|
2122
|
+
size: 32,
|
|
2123
|
+
stroke: 1.2
|
|
2124
|
+
}
|
|
2125
|
+
)
|
|
2126
|
+
}
|
|
2127
|
+
),
|
|
2128
|
+
/* @__PURE__ */ r(c, { gap: "xs", children: [
|
|
2129
|
+
/* @__PURE__ */ e(
|
|
2130
|
+
i,
|
|
2131
|
+
{
|
|
2132
|
+
fw: 900,
|
|
2133
|
+
tt: "uppercase",
|
|
2134
|
+
size: "sm",
|
|
2135
|
+
ls: "2px",
|
|
2136
|
+
c: "gray.9",
|
|
2137
|
+
children: "Uso Ético e Finalidade Específica"
|
|
2138
|
+
}
|
|
2139
|
+
),
|
|
2140
|
+
/* @__PURE__ */ r(
|
|
2141
|
+
i,
|
|
2142
|
+
{
|
|
2143
|
+
size: "md",
|
|
2144
|
+
c: "gray.6",
|
|
2145
|
+
lh: 1.7,
|
|
2146
|
+
children: [
|
|
2147
|
+
"Coletamos apenas o mínimo necessário para que o ",
|
|
2148
|
+
s,
|
|
2149
|
+
' cumpra sua função técnica primária. Cada ponto de dado armazenado possui uma justificativa clara vinculada à melhoria da sua experiência ou à segurança do sistema. Não realizamos "data mining" para prever comportamentos fora do escopo do produto ou para criar perfis de marketing indesejados. Seus dados trabalham para você, não contra você.'
|
|
2150
|
+
]
|
|
2151
|
+
}
|
|
2152
|
+
)
|
|
2153
|
+
] })
|
|
2154
|
+
]
|
|
2155
|
+
}
|
|
2156
|
+
),
|
|
2157
|
+
/* @__PURE__ */ r(
|
|
2158
|
+
g,
|
|
2159
|
+
{
|
|
2160
|
+
align: "flex-start",
|
|
2161
|
+
wrap: "nowrap",
|
|
2162
|
+
gap: "xl",
|
|
2163
|
+
children: [
|
|
2164
|
+
/* @__PURE__ */ e(
|
|
2165
|
+
y,
|
|
2166
|
+
{
|
|
2167
|
+
variant: "light",
|
|
2168
|
+
size: 64,
|
|
2169
|
+
radius: "0",
|
|
2170
|
+
color: "gray",
|
|
2171
|
+
children: /* @__PURE__ */ e(
|
|
2172
|
+
ce,
|
|
2173
|
+
{
|
|
2174
|
+
size: 32,
|
|
2175
|
+
stroke: 1.2
|
|
2176
|
+
}
|
|
2177
|
+
)
|
|
2178
|
+
}
|
|
2179
|
+
),
|
|
2180
|
+
/* @__PURE__ */ r(c, { gap: "xs", children: [
|
|
2181
|
+
/* @__PURE__ */ e(
|
|
2182
|
+
i,
|
|
2183
|
+
{
|
|
2184
|
+
fw: 900,
|
|
2185
|
+
tt: "uppercase",
|
|
2186
|
+
size: "sm",
|
|
2187
|
+
ls: "2px",
|
|
2188
|
+
c: "gray.9",
|
|
2189
|
+
children: "Arquitetura de Segurança Isolada"
|
|
2190
|
+
}
|
|
2191
|
+
),
|
|
2192
|
+
/* @__PURE__ */ r(
|
|
2193
|
+
i,
|
|
2194
|
+
{
|
|
2195
|
+
size: "md",
|
|
2196
|
+
c: "gray.6",
|
|
2197
|
+
lh: 1.7,
|
|
2198
|
+
children: [
|
|
2199
|
+
"Diferente de plataformas legadas, o ",
|
|
2200
|
+
s,
|
|
2201
|
+
" utiliza isolamento lógico e físico para garantir que seus dados nunca se misturem aos de outros usuários. Implementamos criptografia de nível militar (AES-256) tanto em repouso quanto em trânsito (TLS 1.3). Nossas chaves de criptografia são rotacionadas periodicamente e armazenadas em módulos de segurança (HSM) independentes, tornando o acesso não autorizado virtualmente impossível."
|
|
2202
|
+
]
|
|
2203
|
+
}
|
|
2204
|
+
)
|
|
2205
|
+
] })
|
|
2206
|
+
]
|
|
2207
|
+
}
|
|
2208
|
+
),
|
|
2209
|
+
/* @__PURE__ */ r(
|
|
2210
|
+
g,
|
|
2211
|
+
{
|
|
2212
|
+
align: "flex-start",
|
|
2213
|
+
wrap: "nowrap",
|
|
2214
|
+
gap: "xl",
|
|
2215
|
+
children: [
|
|
2216
|
+
/* @__PURE__ */ e(
|
|
2217
|
+
y,
|
|
2218
|
+
{
|
|
2219
|
+
variant: "light",
|
|
2220
|
+
size: 64,
|
|
2221
|
+
radius: "0",
|
|
2222
|
+
color: "gray",
|
|
2223
|
+
children: /* @__PURE__ */ e(
|
|
2224
|
+
de,
|
|
2225
|
+
{
|
|
2226
|
+
size: 32,
|
|
2227
|
+
stroke: 1.2
|
|
2228
|
+
}
|
|
2229
|
+
)
|
|
2230
|
+
}
|
|
2231
|
+
),
|
|
2232
|
+
/* @__PURE__ */ r(c, { gap: "xs", children: [
|
|
2233
|
+
/* @__PURE__ */ e(
|
|
2234
|
+
i,
|
|
2235
|
+
{
|
|
2236
|
+
fw: 900,
|
|
2237
|
+
tt: "uppercase",
|
|
2238
|
+
size: "sm",
|
|
2239
|
+
ls: "2px",
|
|
2240
|
+
c: "gray.9",
|
|
2241
|
+
children: "Absoluta Não Comercialização"
|
|
2242
|
+
}
|
|
2243
|
+
),
|
|
2244
|
+
/* @__PURE__ */ r(
|
|
2245
|
+
i,
|
|
2246
|
+
{
|
|
2247
|
+
size: "md",
|
|
2248
|
+
c: "gray.6",
|
|
2249
|
+
lh: 1.7,
|
|
2250
|
+
children: [
|
|
2251
|
+
"A ",
|
|
2252
|
+
a,
|
|
2253
|
+
" declara formalmente que nunca vendeu, alugou ou compartilhou listas de contatos, dados de uso ou logs de atividades com corretores de dados ou redes de publicidade. Nosso modelo financeiro é transparente e baseado na venda de licenças de software de alta performance. Acreditamos que, quando um produto é gratuito, o produto é você. Por isso, cobramos pelo valor do nosso trabalho e nunca pela sua privacidade."
|
|
2254
|
+
]
|
|
2255
|
+
}
|
|
2256
|
+
)
|
|
2257
|
+
] })
|
|
2258
|
+
]
|
|
2259
|
+
}
|
|
2260
|
+
),
|
|
2261
|
+
/* @__PURE__ */ r(
|
|
2262
|
+
g,
|
|
2263
|
+
{
|
|
2264
|
+
align: "flex-start",
|
|
2265
|
+
wrap: "nowrap",
|
|
2266
|
+
gap: "xl",
|
|
2267
|
+
children: [
|
|
2268
|
+
/* @__PURE__ */ e(
|
|
2269
|
+
y,
|
|
2270
|
+
{
|
|
2271
|
+
variant: "light",
|
|
2272
|
+
size: 64,
|
|
2273
|
+
radius: "0",
|
|
2274
|
+
color: "gray",
|
|
2275
|
+
children: /* @__PURE__ */ e(
|
|
2276
|
+
he,
|
|
2277
|
+
{
|
|
2278
|
+
size: 32,
|
|
2279
|
+
stroke: 1.2
|
|
2280
|
+
}
|
|
2281
|
+
)
|
|
2282
|
+
}
|
|
2283
|
+
),
|
|
2284
|
+
/* @__PURE__ */ r(c, { gap: "xs", children: [
|
|
2285
|
+
/* @__PURE__ */ e(
|
|
2286
|
+
i,
|
|
2287
|
+
{
|
|
2288
|
+
fw: 900,
|
|
2289
|
+
tt: "uppercase",
|
|
2290
|
+
size: "sm",
|
|
2291
|
+
ls: "2px",
|
|
2292
|
+
c: "gray.9",
|
|
2293
|
+
children: "Controle e Portabilidade do Titular"
|
|
2294
|
+
}
|
|
2295
|
+
),
|
|
2296
|
+
/* @__PURE__ */ r(
|
|
2297
|
+
i,
|
|
2298
|
+
{
|
|
2299
|
+
size: "md",
|
|
2300
|
+
c: "gray.6",
|
|
2301
|
+
lh: 1.7,
|
|
2302
|
+
children: [
|
|
2303
|
+
"Em conformidade com os direitos do titular, você tem autonomia total para solicitar o acesso, a correção ou a exclusão permanente de todos os seus dados a qualquer momento. No ",
|
|
2304
|
+
s,
|
|
2305
|
+
', oferecemos ferramentas para que você mesmo possa exportar suas informações em formatos abertos e legíveis por máquina, evitando o "lock-in" e garantindo que você seja sempre o dono da sua própria jornada digital.'
|
|
2306
|
+
]
|
|
2307
|
+
}
|
|
2308
|
+
)
|
|
2309
|
+
] })
|
|
2310
|
+
]
|
|
2311
|
+
}
|
|
2312
|
+
)
|
|
2313
|
+
] }),
|
|
2314
|
+
/* @__PURE__ */ e(P, { color: "gray.2" }),
|
|
2315
|
+
/* @__PURE__ */ r(c, { gap: "lg", children: [
|
|
2316
|
+
/* @__PURE__ */ e(
|
|
2317
|
+
i,
|
|
2318
|
+
{
|
|
2319
|
+
fw: 900,
|
|
2320
|
+
tt: "uppercase",
|
|
2321
|
+
size: "xs",
|
|
2322
|
+
ls: "2px",
|
|
2323
|
+
c: "gray.9",
|
|
2324
|
+
children: "Conformidade Regulatória e Auditoria"
|
|
2325
|
+
}
|
|
2326
|
+
),
|
|
2327
|
+
/* @__PURE__ */ r(
|
|
2328
|
+
i,
|
|
2329
|
+
{
|
|
2330
|
+
size: "sm",
|
|
2331
|
+
c: "gray.5",
|
|
2332
|
+
italic: !0,
|
|
2333
|
+
lh: 1.8,
|
|
2334
|
+
children: [
|
|
2335
|
+
"O ",
|
|
2336
|
+
s,
|
|
2337
|
+
" opera sob jurisdição brasileira e está em conformidade total com a Lei Geral de Proteção de Dados (Lei nº 13.709/2018). Mantemos registros detalhados de todas as operações de tratamento de dados e realizamos auditorias de segurança anuais para validar nossos controles. Qualquer violação de segurança detectada será comunicada em até 72 horas, conforme preconizado pela ANPD. Para entrar em contato com nosso Encarregado de Dados (DPO), utilize os canais oficiais de suporte da ",
|
|
2338
|
+
a,
|
|
2339
|
+
"."
|
|
2340
|
+
]
|
|
2341
|
+
}
|
|
2342
|
+
)
|
|
2343
|
+
] })
|
|
2344
|
+
] }) })
|
|
2345
|
+
}
|
|
2346
|
+
);
|
|
2347
|
+
}
|
|
2348
|
+
function Ye({ companyName: a = "RiLiGar", productName: s = "nossos produtos" }) {
|
|
2349
|
+
return /* @__PURE__ */ e(
|
|
2350
|
+
f,
|
|
2351
|
+
{
|
|
2352
|
+
py: 100,
|
|
2353
|
+
bg: "white",
|
|
2354
|
+
children: /* @__PURE__ */ e(A, { size: "md", children: /* @__PURE__ */ r(c, { gap: 80, children: [
|
|
2355
|
+
/* @__PURE__ */ r(c, { gap: "sm", children: [
|
|
2356
|
+
/* @__PURE__ */ e(
|
|
2357
|
+
U,
|
|
2358
|
+
{
|
|
2359
|
+
order: 2,
|
|
2360
|
+
ta: "center",
|
|
2361
|
+
tt: "uppercase",
|
|
2362
|
+
ls: "4px",
|
|
2363
|
+
fw: 900,
|
|
2364
|
+
fz: { base: 28, sm: 42 },
|
|
2365
|
+
children: "Termos e Condições de Uso"
|
|
2366
|
+
}
|
|
2367
|
+
),
|
|
2368
|
+
/* @__PURE__ */ r(
|
|
2369
|
+
i,
|
|
2370
|
+
{
|
|
2371
|
+
ta: "center",
|
|
2372
|
+
c: "gray.5",
|
|
2373
|
+
size: "sm",
|
|
2374
|
+
fw: 800,
|
|
2375
|
+
tt: "uppercase",
|
|
2376
|
+
ls: "2px",
|
|
2377
|
+
children: [
|
|
2378
|
+
"Acordo de Licença para Usuário Final (EULA) do ",
|
|
2379
|
+
s
|
|
2380
|
+
]
|
|
2381
|
+
}
|
|
2382
|
+
)
|
|
2383
|
+
] }),
|
|
2384
|
+
/* @__PURE__ */ e(P, { color: "gray.2" }),
|
|
2385
|
+
/* @__PURE__ */ r(c, { gap: "xl", children: [
|
|
2386
|
+
/* @__PURE__ */ r(
|
|
2387
|
+
i,
|
|
2388
|
+
{
|
|
2389
|
+
size: "lg",
|
|
2390
|
+
lh: 1.8,
|
|
2391
|
+
c: "gray.8",
|
|
2392
|
+
children: [
|
|
2393
|
+
"Bem-vindo ao ",
|
|
2394
|
+
/* @__PURE__ */ e("strong", { children: s }),
|
|
2395
|
+
". Este documento constitui um contrato vinculativo entre você e a ",
|
|
2396
|
+
/* @__PURE__ */ e("strong", { children: a }),
|
|
2397
|
+
". Ao acessar a plataforma, criar uma conta ou utilizar qualquer funcionalidade do software, você confirma que leu, entendeu e aceita integralmente estes termos."
|
|
2398
|
+
]
|
|
2399
|
+
}
|
|
2400
|
+
),
|
|
2401
|
+
/* @__PURE__ */ e(
|
|
2402
|
+
i,
|
|
2403
|
+
{
|
|
2404
|
+
size: "md",
|
|
2405
|
+
lh: 1.7,
|
|
2406
|
+
c: "gray.6",
|
|
2407
|
+
children: "Estes Termos de Uso regem o acesso à infraestrutura técnica, as regras de conduta e a propriedade intelectual relacionada ao produto. Caso não concorde com qualquer cláusula aqui disposta, solicitamos que interrompa o uso do sistema imediatamente para sua própria segurança jurídica."
|
|
2408
|
+
}
|
|
2409
|
+
)
|
|
2410
|
+
] }),
|
|
2411
|
+
/* @__PURE__ */ r(c, { gap: 50, children: [
|
|
2412
|
+
/* @__PURE__ */ r(
|
|
2413
|
+
g,
|
|
2414
|
+
{
|
|
2415
|
+
align: "flex-start",
|
|
2416
|
+
wrap: "nowrap",
|
|
2417
|
+
gap: "xl",
|
|
2418
|
+
children: [
|
|
2419
|
+
/* @__PURE__ */ e(
|
|
2420
|
+
y,
|
|
2421
|
+
{
|
|
2422
|
+
variant: "light",
|
|
2423
|
+
size: 64,
|
|
2424
|
+
radius: "0",
|
|
2425
|
+
color: "gray",
|
|
2426
|
+
children: /* @__PURE__ */ e(
|
|
2427
|
+
pe,
|
|
2428
|
+
{
|
|
2429
|
+
size: 32,
|
|
2430
|
+
stroke: 1.2
|
|
2431
|
+
}
|
|
2432
|
+
)
|
|
2433
|
+
}
|
|
2434
|
+
),
|
|
2435
|
+
/* @__PURE__ */ r(c, { gap: "xs", children: [
|
|
2436
|
+
/* @__PURE__ */ e(
|
|
2437
|
+
i,
|
|
2438
|
+
{
|
|
2439
|
+
fw: 900,
|
|
2440
|
+
tt: "uppercase",
|
|
2441
|
+
size: "sm",
|
|
2442
|
+
ls: "2px",
|
|
2443
|
+
c: "gray.9",
|
|
2444
|
+
children: "01. Concessão de Licença e Restrições"
|
|
2445
|
+
}
|
|
2446
|
+
),
|
|
2447
|
+
/* @__PURE__ */ r(
|
|
2448
|
+
i,
|
|
2449
|
+
{
|
|
2450
|
+
size: "md",
|
|
2451
|
+
c: "gray.6",
|
|
2452
|
+
lh: 1.7,
|
|
2453
|
+
children: [
|
|
2454
|
+
"A ",
|
|
2455
|
+
a,
|
|
2456
|
+
" concede a você uma licença limitada, revogável, não exclusiva e intransferível para utilizar o ",
|
|
2457
|
+
s,
|
|
2458
|
+
" como um serviço (SaaS). Esta licença é estritamente para os fins descritos em sua modalidade de assinatura. É expressamente proibido: (a) realizar engenharia reversa; (b) sublicenciar o acesso sem autorização prévia por escrito; (c) utilizar o software para desenvolver produtos concorrentes ou (d) contornar quaisquer limitações técnicas impostas ao sistema."
|
|
2459
|
+
]
|
|
2460
|
+
}
|
|
2461
|
+
)
|
|
2462
|
+
] })
|
|
2463
|
+
]
|
|
2464
|
+
}
|
|
2465
|
+
),
|
|
2466
|
+
/* @__PURE__ */ r(
|
|
2467
|
+
g,
|
|
2468
|
+
{
|
|
2469
|
+
align: "flex-start",
|
|
2470
|
+
wrap: "nowrap",
|
|
2471
|
+
gap: "xl",
|
|
2472
|
+
children: [
|
|
2473
|
+
/* @__PURE__ */ e(
|
|
2474
|
+
y,
|
|
2475
|
+
{
|
|
2476
|
+
variant: "light",
|
|
2477
|
+
size: 64,
|
|
2478
|
+
radius: "0",
|
|
2479
|
+
color: "gray",
|
|
2480
|
+
children: /* @__PURE__ */ e(
|
|
2481
|
+
ge,
|
|
2482
|
+
{
|
|
2483
|
+
size: 32,
|
|
2484
|
+
stroke: 1.2
|
|
2485
|
+
}
|
|
2486
|
+
)
|
|
2487
|
+
}
|
|
2488
|
+
),
|
|
2489
|
+
/* @__PURE__ */ r(c, { gap: "xs", children: [
|
|
2490
|
+
/* @__PURE__ */ e(
|
|
2491
|
+
i,
|
|
2492
|
+
{
|
|
2493
|
+
fw: 900,
|
|
2494
|
+
tt: "uppercase",
|
|
2495
|
+
size: "sm",
|
|
2496
|
+
ls: "2px",
|
|
2497
|
+
c: "gray.9",
|
|
2498
|
+
children: "02. Gestão de Contas e Segurança"
|
|
2499
|
+
}
|
|
2500
|
+
),
|
|
2501
|
+
/* @__PURE__ */ r(
|
|
2502
|
+
i,
|
|
2503
|
+
{
|
|
2504
|
+
size: "md",
|
|
2505
|
+
c: "gray.6",
|
|
2506
|
+
lh: 1.7,
|
|
2507
|
+
children: [
|
|
2508
|
+
"A segurança da sua conta é uma responsabilidade compartilhada. Você deve fornecer informações precisas e manter a confidencialidade de suas senhas. Qualquer uso indevido da conta por terceiros, resultante de negligência do usuário, será de sua inteira responsabilidade. A ",
|
|
2509
|
+
a,
|
|
2510
|
+
" reserva-se o direito de suspender contas que apresentem comportamento suspeito ou que violem as normas de segurança da infraestrutura."
|
|
2511
|
+
]
|
|
2512
|
+
}
|
|
2513
|
+
)
|
|
2514
|
+
] })
|
|
2515
|
+
]
|
|
2516
|
+
}
|
|
2517
|
+
),
|
|
2518
|
+
/* @__PURE__ */ r(
|
|
2519
|
+
g,
|
|
2520
|
+
{
|
|
2521
|
+
align: "flex-start",
|
|
2522
|
+
wrap: "nowrap",
|
|
2523
|
+
gap: "xl",
|
|
2524
|
+
children: [
|
|
2525
|
+
/* @__PURE__ */ e(
|
|
2526
|
+
y,
|
|
2527
|
+
{
|
|
2528
|
+
variant: "light",
|
|
2529
|
+
size: 64,
|
|
2530
|
+
radius: "0",
|
|
2531
|
+
color: "gray",
|
|
2532
|
+
children: /* @__PURE__ */ e(
|
|
2533
|
+
me,
|
|
2534
|
+
{
|
|
2535
|
+
size: 32,
|
|
2536
|
+
stroke: 1.2
|
|
2537
|
+
}
|
|
2538
|
+
)
|
|
2539
|
+
}
|
|
2540
|
+
),
|
|
2541
|
+
/* @__PURE__ */ r(c, { gap: "xs", children: [
|
|
2542
|
+
/* @__PURE__ */ e(
|
|
2543
|
+
i,
|
|
2544
|
+
{
|
|
2545
|
+
fw: 900,
|
|
2546
|
+
tt: "uppercase",
|
|
2547
|
+
size: "sm",
|
|
2548
|
+
ls: "2px",
|
|
2549
|
+
c: "gray.9",
|
|
2550
|
+
children: "03. Propriedade Intelectual e Dados"
|
|
2551
|
+
}
|
|
2552
|
+
),
|
|
2553
|
+
/* @__PURE__ */ r(
|
|
2554
|
+
i,
|
|
2555
|
+
{
|
|
2556
|
+
size: "md",
|
|
2557
|
+
c: "gray.6",
|
|
2558
|
+
lh: 1.7,
|
|
2559
|
+
children: [
|
|
2560
|
+
"Todo o código-fonte, design, interfaces, logotipos e textos do ",
|
|
2561
|
+
s,
|
|
2562
|
+
" são propriedade exclusiva da ",
|
|
2563
|
+
a,
|
|
2564
|
+
". No entanto, você retém todos os direitos sobre o conteúdo e dados que inseridos no sistema. Ao utilizar o produto, você nos concede apenas uma licença técnica, mundial e livre de royalties, para hospedar, copiar e exibir tais dados conforme necessário para prestar o serviço contratado."
|
|
2565
|
+
]
|
|
2566
|
+
}
|
|
2567
|
+
)
|
|
2568
|
+
] })
|
|
2569
|
+
]
|
|
2570
|
+
}
|
|
2571
|
+
),
|
|
2572
|
+
/* @__PURE__ */ r(
|
|
2573
|
+
g,
|
|
2574
|
+
{
|
|
2575
|
+
align: "flex-start",
|
|
2576
|
+
wrap: "nowrap",
|
|
2577
|
+
gap: "xl",
|
|
2578
|
+
children: [
|
|
2579
|
+
/* @__PURE__ */ e(
|
|
2580
|
+
y,
|
|
2581
|
+
{
|
|
2582
|
+
variant: "light",
|
|
2583
|
+
size: 64,
|
|
2584
|
+
radius: "0",
|
|
2585
|
+
color: "gray",
|
|
2586
|
+
children: /* @__PURE__ */ e(
|
|
2587
|
+
ue,
|
|
2588
|
+
{
|
|
2589
|
+
size: 32,
|
|
2590
|
+
stroke: 1.2
|
|
2591
|
+
}
|
|
2592
|
+
)
|
|
2593
|
+
}
|
|
2594
|
+
),
|
|
2595
|
+
/* @__PURE__ */ r(c, { gap: "xs", children: [
|
|
2596
|
+
/* @__PURE__ */ e(
|
|
2597
|
+
i,
|
|
2598
|
+
{
|
|
2599
|
+
fw: 900,
|
|
2600
|
+
tt: "uppercase",
|
|
2601
|
+
size: "sm",
|
|
2602
|
+
ls: "2px",
|
|
2603
|
+
c: "gray.9",
|
|
2604
|
+
children: "04. Conduta Proibida"
|
|
2605
|
+
}
|
|
2606
|
+
),
|
|
2607
|
+
/* @__PURE__ */ r(
|
|
2608
|
+
i,
|
|
2609
|
+
{
|
|
2610
|
+
size: "md",
|
|
2611
|
+
c: "gray.6",
|
|
2612
|
+
lh: 1.7,
|
|
2613
|
+
children: [
|
|
2614
|
+
"O ",
|
|
2615
|
+
s,
|
|
2616
|
+
" não deve ser utilizado para: (i) propagação de malware ou ataques de negação de serviço (DoS); (ii) envio de comunicações não solicitadas (SPAM); (iii) processamento de dados ilegais ou que infrinjam direitos autorais de terceiros. A violação desta cláusula resultará no cancelamento imediato da conta, sem direito a reembolso, e na colaboração total com as autoridades competentes."
|
|
2617
|
+
]
|
|
2618
|
+
}
|
|
2619
|
+
)
|
|
2620
|
+
] })
|
|
2621
|
+
]
|
|
2622
|
+
}
|
|
2623
|
+
),
|
|
2624
|
+
/* @__PURE__ */ r(
|
|
2625
|
+
g,
|
|
2626
|
+
{
|
|
2627
|
+
align: "flex-start",
|
|
2628
|
+
wrap: "nowrap",
|
|
2629
|
+
gap: "xl",
|
|
2630
|
+
children: [
|
|
2631
|
+
/* @__PURE__ */ e(
|
|
2632
|
+
y,
|
|
2633
|
+
{
|
|
2634
|
+
variant: "light",
|
|
2635
|
+
size: 64,
|
|
2636
|
+
radius: "0",
|
|
2637
|
+
color: "gray",
|
|
2638
|
+
children: /* @__PURE__ */ e(
|
|
2639
|
+
fe,
|
|
2640
|
+
{
|
|
2641
|
+
size: 32,
|
|
2642
|
+
stroke: 1.2
|
|
2643
|
+
}
|
|
2644
|
+
)
|
|
2645
|
+
}
|
|
2646
|
+
),
|
|
2647
|
+
/* @__PURE__ */ r(c, { gap: "xs", children: [
|
|
2648
|
+
/* @__PURE__ */ e(
|
|
2649
|
+
i,
|
|
2650
|
+
{
|
|
2651
|
+
fw: 900,
|
|
2652
|
+
tt: "uppercase",
|
|
2653
|
+
size: "sm",
|
|
2654
|
+
ls: "2px",
|
|
2655
|
+
c: "gray.9",
|
|
2656
|
+
children: "05. Isenção de Garantias e Reparação"
|
|
2657
|
+
}
|
|
2658
|
+
),
|
|
2659
|
+
/* @__PURE__ */ r(
|
|
2660
|
+
i,
|
|
2661
|
+
{
|
|
2662
|
+
size: "md",
|
|
2663
|
+
c: "gray.6",
|
|
2664
|
+
lh: 1.7,
|
|
2665
|
+
children: [
|
|
2666
|
+
"O ",
|
|
2667
|
+
s,
|
|
2668
|
+
" é fornecido ",
|
|
2669
|
+
/* @__PURE__ */ e("em", { children: '"as is"' }),
|
|
2670
|
+
" (como está). Embora busquemos a excelência técnica, a ",
|
|
2671
|
+
a,
|
|
2672
|
+
" não garante que o software seja livre de erros ou interrupções. Em nenhuma hipótese a companhia será responsável por danos indiretos, lucros cessantes ou qualquer perda de dados que ultrapasse o valor total pago pelo usuário nos últimos 12 meses."
|
|
2673
|
+
]
|
|
2674
|
+
}
|
|
2675
|
+
)
|
|
2676
|
+
] })
|
|
2677
|
+
]
|
|
2678
|
+
}
|
|
2679
|
+
)
|
|
2680
|
+
] }),
|
|
2681
|
+
/* @__PURE__ */ e(P, { color: "gray.2" }),
|
|
2682
|
+
/* @__PURE__ */ r(c, { gap: "lg", children: [
|
|
2683
|
+
/* @__PURE__ */ e(
|
|
2684
|
+
i,
|
|
2685
|
+
{
|
|
2686
|
+
fw: 900,
|
|
2687
|
+
tt: "uppercase",
|
|
2688
|
+
size: "xs",
|
|
2689
|
+
ls: "2px",
|
|
2690
|
+
c: "gray.9",
|
|
2691
|
+
children: "Modificações das Regras e Jurisdição"
|
|
2692
|
+
}
|
|
2693
|
+
),
|
|
2694
|
+
/* @__PURE__ */ r(
|
|
2695
|
+
i,
|
|
2696
|
+
{
|
|
2697
|
+
size: "sm",
|
|
2698
|
+
c: "gray.5",
|
|
2699
|
+
italic: !0,
|
|
2700
|
+
lh: 1.8,
|
|
2701
|
+
children: [
|
|
2702
|
+
"Reservamo-nos o direito de alterar estes Termos a qualquer momento. Alterações substanciais serão comunicadas com pelo menos 30 dias de antecedência. Este contrato é regido pelas leis da República Federativa do Brasil, sendo eleito o foro da comarca da sede da ",
|
|
2703
|
+
a,
|
|
2704
|
+
" para dirimir quaisquer controvérsias. Última atualização: 27 de Março de 2026."
|
|
2705
|
+
]
|
|
2706
|
+
}
|
|
2707
|
+
)
|
|
2708
|
+
] })
|
|
2709
|
+
] }) })
|
|
2710
|
+
}
|
|
2711
|
+
);
|
|
2712
|
+
}
|
|
2027
2713
|
export {
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2714
|
+
ze as CTABanner,
|
|
2715
|
+
D as CTAButton,
|
|
2716
|
+
Ve as Comparison,
|
|
2717
|
+
Ke as FAQ,
|
|
2718
|
+
Oe as FeatureSplit,
|
|
2719
|
+
He as FeaturesGrid,
|
|
2720
|
+
Je as Footer,
|
|
2721
|
+
xe as Header,
|
|
2722
|
+
Ge as Hero,
|
|
2723
|
+
Le as Layout,
|
|
2724
|
+
Xe as LegalPrivacy,
|
|
2725
|
+
Ye as LegalTerms,
|
|
2726
|
+
J as MediaBlock,
|
|
2727
|
+
ke as Navbar,
|
|
2728
|
+
We as Pricing,
|
|
2729
|
+
Re as SECTION_BACKGROUNDS,
|
|
2730
|
+
$e as SecondaryCTA,
|
|
2731
|
+
F as Section,
|
|
2044
2732
|
_ as SectionHeader,
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2733
|
+
_e as SeloExclusivo,
|
|
2734
|
+
Ue as SocialProof,
|
|
2735
|
+
Qe as Testimonials,
|
|
2736
|
+
we as TrustBadge,
|
|
2737
|
+
q as resolveBackground,
|
|
2738
|
+
Me as theme
|
|
2051
2739
|
};
|