@riligar/components-kit 1.7.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 +1314 -637
- 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,34 +375,34 @@ function se({
|
|
|
375
375
|
}
|
|
376
376
|
);
|
|
377
377
|
}
|
|
378
|
-
const
|
|
379
|
-
function
|
|
380
|
-
subtitle:
|
|
381
|
-
title:
|
|
382
|
-
description:
|
|
383
|
-
cta:
|
|
378
|
+
const ke = xe;
|
|
379
|
+
function Ge({
|
|
380
|
+
subtitle: a,
|
|
381
|
+
title: s,
|
|
382
|
+
description: l,
|
|
383
|
+
cta: o,
|
|
384
384
|
video: n,
|
|
385
|
-
image:
|
|
386
|
-
background:
|
|
387
|
-
mediaMaw:
|
|
388
|
-
titleFz:
|
|
389
|
-
descriptionFz:
|
|
385
|
+
image: t,
|
|
386
|
+
background: m = "white",
|
|
387
|
+
mediaMaw: p,
|
|
388
|
+
titleFz: u = "var(--fz-hero)",
|
|
389
|
+
descriptionFz: d = "xl"
|
|
390
390
|
}) {
|
|
391
391
|
return /* @__PURE__ */ e(
|
|
392
|
-
|
|
392
|
+
f,
|
|
393
393
|
{
|
|
394
394
|
py: { base: 80, sm: 100, md: 140 },
|
|
395
395
|
id: "hero",
|
|
396
|
-
bg:
|
|
397
|
-
children: /* @__PURE__ */ e(
|
|
398
|
-
|
|
396
|
+
bg: m,
|
|
397
|
+
children: /* @__PURE__ */ e(A, { size: "lg", children: /* @__PURE__ */ r(
|
|
398
|
+
w,
|
|
399
399
|
{
|
|
400
400
|
cols: { base: 1, md: 2 },
|
|
401
401
|
spacing: { base: 60, md: 100 },
|
|
402
402
|
verticalSpacing: 60,
|
|
403
403
|
children: [
|
|
404
|
-
/* @__PURE__ */
|
|
405
|
-
|
|
404
|
+
/* @__PURE__ */ r(
|
|
405
|
+
c,
|
|
406
406
|
{
|
|
407
407
|
align: { base: "center", md: "flex-start" },
|
|
408
408
|
justify: "center",
|
|
@@ -412,38 +412,38 @@ function De({
|
|
|
412
412
|
/* @__PURE__ */ e(z, { children: /* @__PURE__ */ e(
|
|
413
413
|
_,
|
|
414
414
|
{
|
|
415
|
-
subtitle:
|
|
416
|
-
title:
|
|
415
|
+
subtitle: a,
|
|
416
|
+
title: s,
|
|
417
417
|
titleOrder: 1,
|
|
418
|
-
titleFz:
|
|
418
|
+
titleFz: u,
|
|
419
419
|
ta: "inherit"
|
|
420
420
|
}
|
|
421
421
|
) }),
|
|
422
|
-
|
|
423
|
-
|
|
422
|
+
l && /* @__PURE__ */ e(z, { children: /* @__PURE__ */ e(
|
|
423
|
+
i,
|
|
424
424
|
{
|
|
425
|
-
size:
|
|
425
|
+
size: d,
|
|
426
426
|
c: "gray.6",
|
|
427
427
|
lh: 1.6,
|
|
428
428
|
maw: 600,
|
|
429
|
-
children:
|
|
429
|
+
children: l
|
|
430
430
|
}
|
|
431
431
|
) }),
|
|
432
|
-
|
|
433
|
-
|
|
432
|
+
o && /* @__PURE__ */ e(z, { children: /* @__PURE__ */ e(
|
|
433
|
+
g,
|
|
434
434
|
{
|
|
435
435
|
gap: "md",
|
|
436
436
|
justify: { base: "center", md: "flex-start" },
|
|
437
437
|
children: /* @__PURE__ */ e(
|
|
438
|
-
|
|
438
|
+
D,
|
|
439
439
|
{
|
|
440
|
-
label:
|
|
441
|
-
href:
|
|
442
|
-
icon:
|
|
443
|
-
size:
|
|
444
|
-
px:
|
|
445
|
-
variant:
|
|
446
|
-
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
|
|
447
447
|
}
|
|
448
448
|
)
|
|
449
449
|
}
|
|
@@ -452,11 +452,11 @@ function De({
|
|
|
452
452
|
}
|
|
453
453
|
),
|
|
454
454
|
/* @__PURE__ */ e(
|
|
455
|
-
|
|
455
|
+
J,
|
|
456
456
|
{
|
|
457
457
|
video: n,
|
|
458
|
-
image:
|
|
459
|
-
maw:
|
|
458
|
+
image: t,
|
|
459
|
+
maw: p,
|
|
460
460
|
alt: "Demonstração do produto"
|
|
461
461
|
}
|
|
462
462
|
)
|
|
@@ -466,75 +466,75 @@ function De({
|
|
|
466
466
|
}
|
|
467
467
|
);
|
|
468
468
|
}
|
|
469
|
-
function
|
|
470
|
-
const
|
|
471
|
-
src:
|
|
472
|
-
alt:
|
|
473
|
-
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,
|
|
474
474
|
w: "auto",
|
|
475
475
|
style: {
|
|
476
476
|
filter: "grayscale(1) opacity(0.4)",
|
|
477
477
|
transition: "filter 0.3s ease, opacity 0.3s ease",
|
|
478
|
-
...
|
|
478
|
+
...a.style
|
|
479
479
|
},
|
|
480
|
-
onMouseEnter: (
|
|
481
|
-
|
|
480
|
+
onMouseEnter: (o) => {
|
|
481
|
+
o.currentTarget.style.filter = "grayscale(0) opacity(0.8)";
|
|
482
482
|
},
|
|
483
|
-
onMouseLeave: (
|
|
484
|
-
|
|
483
|
+
onMouseLeave: (o) => {
|
|
484
|
+
o.currentTarget.style.filter = "grayscale(1) opacity(0.4)";
|
|
485
485
|
}
|
|
486
486
|
};
|
|
487
|
-
return
|
|
487
|
+
return a.url ? /* @__PURE__ */ e(z, { children: /* @__PURE__ */ e(
|
|
488
488
|
"a",
|
|
489
489
|
{
|
|
490
|
-
href:
|
|
490
|
+
href: a.url,
|
|
491
491
|
target: "_blank",
|
|
492
492
|
rel: "noopener noreferrer",
|
|
493
|
-
children: /* @__PURE__ */ e(
|
|
493
|
+
children: /* @__PURE__ */ e(W, { ...l })
|
|
494
494
|
}
|
|
495
|
-
) }) : /* @__PURE__ */ e(z, { children: /* @__PURE__ */ e(
|
|
495
|
+
) }) : /* @__PURE__ */ e(z, { children: /* @__PURE__ */ e(W, { ...l }) });
|
|
496
496
|
}
|
|
497
|
-
function
|
|
498
|
-
return !
|
|
499
|
-
|
|
497
|
+
function Ue({ id: a, title: s, logos: l, background: o = "gray" }) {
|
|
498
|
+
return !l || l.length === 0 ? null : /* @__PURE__ */ e(
|
|
499
|
+
f,
|
|
500
500
|
{
|
|
501
501
|
component: "section",
|
|
502
|
-
id:
|
|
502
|
+
id: a,
|
|
503
503
|
py: { base: 40, md: 60 },
|
|
504
|
-
bg:
|
|
504
|
+
bg: o,
|
|
505
505
|
bd: { bottom: "1px solid var(--mantine-color-gray-2)" },
|
|
506
|
-
children: /* @__PURE__ */ e(
|
|
507
|
-
|
|
506
|
+
children: /* @__PURE__ */ e(A, { size: "lg", children: /* @__PURE__ */ r(
|
|
507
|
+
c,
|
|
508
508
|
{
|
|
509
509
|
align: "center",
|
|
510
510
|
ta: "center",
|
|
511
511
|
gap: "xl",
|
|
512
512
|
children: [
|
|
513
|
-
|
|
514
|
-
|
|
513
|
+
s && /* @__PURE__ */ e(
|
|
514
|
+
i,
|
|
515
515
|
{
|
|
516
516
|
fw: 500,
|
|
517
517
|
c: "gray.5",
|
|
518
518
|
size: "sm",
|
|
519
519
|
tt: "uppercase",
|
|
520
520
|
ls: "0.1em",
|
|
521
|
-
children:
|
|
521
|
+
children: s
|
|
522
522
|
}
|
|
523
523
|
),
|
|
524
524
|
/* @__PURE__ */ e(
|
|
525
|
-
|
|
525
|
+
g,
|
|
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:
|
|
532
|
-
|
|
531
|
+
children: l.map((n, t) => /* @__PURE__ */ e(
|
|
532
|
+
be,
|
|
533
533
|
{
|
|
534
534
|
logo: n,
|
|
535
|
-
index:
|
|
535
|
+
index: t
|
|
536
536
|
},
|
|
537
|
-
|
|
537
|
+
t
|
|
538
538
|
))
|
|
539
539
|
}
|
|
540
540
|
)
|
|
@@ -544,21 +544,21 @@ function Ce({ id: r, title: t, logos: a, background: l = "gray" }) {
|
|
|
544
544
|
}
|
|
545
545
|
);
|
|
546
546
|
}
|
|
547
|
-
function
|
|
548
|
-
const
|
|
549
|
-
|
|
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,
|
|
550
550
|
{
|
|
551
551
|
spacing: "md",
|
|
552
552
|
size: "md",
|
|
553
553
|
center: !0,
|
|
554
554
|
icon: /* @__PURE__ */ e(
|
|
555
|
-
|
|
555
|
+
y,
|
|
556
556
|
{
|
|
557
557
|
color: "gray.2",
|
|
558
558
|
size: 24,
|
|
559
559
|
radius: "0",
|
|
560
560
|
children: /* @__PURE__ */ e(
|
|
561
|
-
|
|
561
|
+
O,
|
|
562
562
|
{
|
|
563
563
|
size: 14,
|
|
564
564
|
color: "var(--mantine-color-gray-9)"
|
|
@@ -566,121 +566,121 @@ function je({ id: r, subtitle: t, title: a, description: l, featuresList: n, cta
|
|
|
566
566
|
)
|
|
567
567
|
}
|
|
568
568
|
),
|
|
569
|
-
children: n.map((
|
|
569
|
+
children: n.map((T, j) => /* @__PURE__ */ e(k.Item, { children: T }, j))
|
|
570
570
|
}
|
|
571
|
-
),
|
|
572
|
-
|
|
571
|
+
), B = /* @__PURE__ */ r(
|
|
572
|
+
c,
|
|
573
573
|
{
|
|
574
574
|
justify: "center",
|
|
575
575
|
gap: "lg",
|
|
576
576
|
children: [
|
|
577
|
-
|
|
578
|
-
|
|
577
|
+
o && /* @__PURE__ */ e(
|
|
578
|
+
i,
|
|
579
579
|
{
|
|
580
580
|
c: "gray.6",
|
|
581
581
|
size: "xl",
|
|
582
582
|
lh: 1.6,
|
|
583
|
-
children:
|
|
583
|
+
children: o
|
|
584
584
|
}
|
|
585
585
|
),
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
586
|
+
x,
|
|
587
|
+
t && /* @__PURE__ */ e(g, { mt: "md", children: /* @__PURE__ */ e(
|
|
588
|
+
D,
|
|
589
589
|
{
|
|
590
|
-
label:
|
|
591
|
-
href:
|
|
592
|
-
icon:
|
|
593
|
-
size:
|
|
594
|
-
variant:
|
|
595
|
-
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
|
|
596
596
|
}
|
|
597
597
|
) })
|
|
598
598
|
]
|
|
599
599
|
}
|
|
600
|
-
),
|
|
601
|
-
|
|
600
|
+
), S = (m || p) && /* @__PURE__ */ e(
|
|
601
|
+
J,
|
|
602
602
|
{
|
|
603
|
-
video:
|
|
604
|
-
image:
|
|
603
|
+
video: m,
|
|
604
|
+
image: p,
|
|
605
605
|
width: "80%",
|
|
606
|
-
maw:
|
|
606
|
+
maw: h
|
|
607
607
|
}
|
|
608
608
|
);
|
|
609
609
|
return /* @__PURE__ */ e(
|
|
610
|
-
|
|
610
|
+
F,
|
|
611
611
|
{
|
|
612
|
-
id:
|
|
613
|
-
subtitle:
|
|
614
|
-
title:
|
|
615
|
-
background:
|
|
612
|
+
id: a,
|
|
613
|
+
subtitle: s,
|
|
614
|
+
title: l,
|
|
615
|
+
background: d,
|
|
616
616
|
children: /* @__PURE__ */ e(
|
|
617
|
-
|
|
617
|
+
w,
|
|
618
618
|
{
|
|
619
619
|
cols: { base: 1, md: 2 },
|
|
620
620
|
spacing: { base: 40, md: 80 },
|
|
621
621
|
verticalSpacing: { base: 40, md: 50 },
|
|
622
|
-
children:
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
] }) : /* @__PURE__ */
|
|
626
|
-
|
|
627
|
-
|
|
622
|
+
children: u ? /* @__PURE__ */ r(K, { children: [
|
|
623
|
+
S,
|
|
624
|
+
B
|
|
625
|
+
] }) : /* @__PURE__ */ r(K, { children: [
|
|
626
|
+
B,
|
|
627
|
+
S
|
|
628
628
|
] })
|
|
629
629
|
}
|
|
630
630
|
)
|
|
631
631
|
}
|
|
632
632
|
);
|
|
633
633
|
}
|
|
634
|
-
function
|
|
634
|
+
function He({ id: a, subtitle: s, title: l, background: o = "gray", items: n = [] }) {
|
|
635
635
|
return /* @__PURE__ */ e(
|
|
636
|
-
|
|
636
|
+
F,
|
|
637
637
|
{
|
|
638
|
-
id:
|
|
639
|
-
subtitle:
|
|
640
|
-
title:
|
|
641
|
-
background:
|
|
642
|
-
children: /* @__PURE__ */ e(b, { gutter: "lg", children: n.map((
|
|
643
|
-
|
|
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,
|
|
644
644
|
{
|
|
645
|
-
...
|
|
645
|
+
...t
|
|
646
646
|
},
|
|
647
|
-
|
|
647
|
+
m
|
|
648
648
|
)) })
|
|
649
649
|
}
|
|
650
650
|
);
|
|
651
651
|
}
|
|
652
|
-
function
|
|
653
|
-
icon:
|
|
654
|
-
iconVariant:
|
|
655
|
-
iconColor:
|
|
656
|
-
label:
|
|
652
|
+
function ve({
|
|
653
|
+
icon: a,
|
|
654
|
+
iconVariant: s,
|
|
655
|
+
iconColor: l,
|
|
656
|
+
label: o,
|
|
657
657
|
title: n,
|
|
658
|
-
titleSize:
|
|
659
|
-
description:
|
|
660
|
-
descriptionSize:
|
|
661
|
-
descriptionMaw:
|
|
662
|
-
span:
|
|
663
|
-
background:
|
|
664
|
-
visual:
|
|
665
|
-
secondaryVisual:
|
|
666
|
-
layout:
|
|
667
|
-
badges:
|
|
668
|
-
codeBlock:
|
|
669
|
-
decorativeContent:
|
|
670
|
-
style:
|
|
671
|
-
...
|
|
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
|
|
672
672
|
}) {
|
|
673
|
-
const
|
|
674
|
-
|
|
675
|
-
|
|
673
|
+
const L = /* @__PURE__ */ r(f, { children: [
|
|
674
|
+
a && /* @__PURE__ */ e(
|
|
675
|
+
y,
|
|
676
676
|
{
|
|
677
677
|
size: 48,
|
|
678
678
|
radius: "0",
|
|
679
|
-
variant:
|
|
680
|
-
color:
|
|
679
|
+
variant: s || "light",
|
|
680
|
+
color: l || "gray",
|
|
681
681
|
mb: "lg",
|
|
682
682
|
children: /* @__PURE__ */ e(
|
|
683
|
-
|
|
683
|
+
a,
|
|
684
684
|
{
|
|
685
685
|
size: 24,
|
|
686
686
|
stroke: 1.5
|
|
@@ -688,8 +688,8 @@ function he({
|
|
|
688
688
|
)
|
|
689
689
|
}
|
|
690
690
|
),
|
|
691
|
-
|
|
692
|
-
|
|
691
|
+
o && /* @__PURE__ */ e(
|
|
692
|
+
i,
|
|
693
693
|
{
|
|
694
694
|
size: "sm",
|
|
695
695
|
fw: 800,
|
|
@@ -697,13 +697,13 @@ function he({
|
|
|
697
697
|
ls: "1.5px",
|
|
698
698
|
c: "gray.5",
|
|
699
699
|
mb: "xs",
|
|
700
|
-
children:
|
|
700
|
+
children: o
|
|
701
701
|
}
|
|
702
702
|
),
|
|
703
703
|
n && /* @__PURE__ */ e(
|
|
704
|
-
|
|
704
|
+
i,
|
|
705
705
|
{
|
|
706
|
-
fz:
|
|
706
|
+
fz: t || (S === "compact" ? "h4" : "h3"),
|
|
707
707
|
fw: 900,
|
|
708
708
|
lh: 1.2,
|
|
709
709
|
mb: "sm",
|
|
@@ -711,54 +711,54 @@ function he({
|
|
|
711
711
|
children: n
|
|
712
712
|
}
|
|
713
713
|
),
|
|
714
|
-
|
|
715
|
-
|
|
714
|
+
m && /* @__PURE__ */ e(
|
|
715
|
+
i,
|
|
716
716
|
{
|
|
717
717
|
c: "gray.6",
|
|
718
|
-
size:
|
|
719
|
-
maw:
|
|
720
|
-
mb:
|
|
721
|
-
children:
|
|
718
|
+
size: p || (S === "compact" ? "sm" : "lg"),
|
|
719
|
+
maw: u,
|
|
720
|
+
mb: T ? "xl" : S === "compact" ? "lg" : void 0,
|
|
721
|
+
children: m
|
|
722
722
|
}
|
|
723
723
|
),
|
|
724
|
-
|
|
724
|
+
T && T.length > 0 && /* @__PURE__ */ e(g, { children: T.map((X, Y) => /* @__PURE__ */ e(
|
|
725
725
|
C,
|
|
726
726
|
{
|
|
727
727
|
variant: "dot",
|
|
728
728
|
color: "gray",
|
|
729
729
|
radius: "0",
|
|
730
|
-
children:
|
|
730
|
+
children: X
|
|
731
731
|
},
|
|
732
|
-
|
|
732
|
+
Y
|
|
733
733
|
)) })
|
|
734
|
-
] }),
|
|
735
|
-
return
|
|
736
|
-
|
|
734
|
+
] }), E = x ? $(x) : null, V = B ? $(B) : null;
|
|
735
|
+
return S === "split" ? /* @__PURE__ */ e(b.Col, { span: d, children: /* @__PURE__ */ e(
|
|
736
|
+
v,
|
|
737
737
|
{
|
|
738
738
|
h: "100%",
|
|
739
739
|
p: { base: "xl", md: 40 },
|
|
740
740
|
radius: "0",
|
|
741
|
-
bg:
|
|
741
|
+
bg: q(h),
|
|
742
742
|
bd: "1px solid var(--mantine-color-gray-2)",
|
|
743
|
-
style:
|
|
744
|
-
...
|
|
745
|
-
children: /* @__PURE__ */
|
|
743
|
+
style: M,
|
|
744
|
+
...R,
|
|
745
|
+
children: /* @__PURE__ */ r(
|
|
746
746
|
b,
|
|
747
747
|
{
|
|
748
748
|
align: "center",
|
|
749
749
|
gutter: "xl",
|
|
750
750
|
children: [
|
|
751
|
-
/* @__PURE__ */ e(b.Col, { span: { base: 12, sm: 6 }, children:
|
|
752
|
-
/* @__PURE__ */
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
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,
|
|
756
756
|
{
|
|
757
757
|
block: !0,
|
|
758
758
|
color: "gray.0",
|
|
759
759
|
c: "gray.7",
|
|
760
760
|
style: { fontSize: 12, lineHeight: 1.4, borderRadius: 0 },
|
|
761
|
-
children:
|
|
761
|
+
children: j
|
|
762
762
|
}
|
|
763
763
|
)
|
|
764
764
|
] })
|
|
@@ -766,33 +766,33 @@ function he({
|
|
|
766
766
|
}
|
|
767
767
|
)
|
|
768
768
|
}
|
|
769
|
-
) }) :
|
|
770
|
-
|
|
769
|
+
) }) : S === "compact" ? /* @__PURE__ */ e(b.Col, { span: d, children: /* @__PURE__ */ r(
|
|
770
|
+
v,
|
|
771
771
|
{
|
|
772
772
|
h: "100%",
|
|
773
773
|
p: { base: "xl", md: 40 },
|
|
774
774
|
radius: "0",
|
|
775
|
-
bg:
|
|
775
|
+
bg: q(h),
|
|
776
776
|
bd: "1px solid var(--mantine-color-gray-2)",
|
|
777
|
-
style:
|
|
778
|
-
...
|
|
777
|
+
style: M,
|
|
778
|
+
...R,
|
|
779
779
|
children: [
|
|
780
|
-
|
|
781
|
-
|
|
780
|
+
L,
|
|
781
|
+
E
|
|
782
782
|
]
|
|
783
783
|
}
|
|
784
|
-
) }) :
|
|
785
|
-
|
|
784
|
+
) }) : H ? /* @__PURE__ */ e(b.Col, { span: d, children: /* @__PURE__ */ e(
|
|
785
|
+
v,
|
|
786
786
|
{
|
|
787
787
|
h: "100%",
|
|
788
788
|
p: { base: "xl", md: 40 },
|
|
789
789
|
radius: "0",
|
|
790
|
-
bg:
|
|
790
|
+
bg: q(h),
|
|
791
791
|
bd: "1px solid var(--mantine-color-gray-2)",
|
|
792
792
|
pos: "relative",
|
|
793
|
-
style:
|
|
794
|
-
...
|
|
795
|
-
children: /* @__PURE__ */
|
|
793
|
+
style: M,
|
|
794
|
+
...R,
|
|
795
|
+
children: /* @__PURE__ */ r(
|
|
796
796
|
b,
|
|
797
797
|
{
|
|
798
798
|
gutter: 0,
|
|
@@ -803,7 +803,7 @@ function he({
|
|
|
803
803
|
{
|
|
804
804
|
span: { base: 12, sm: 7 },
|
|
805
805
|
style: { zIndex: 1 },
|
|
806
|
-
children:
|
|
806
|
+
children: L
|
|
807
807
|
}
|
|
808
808
|
),
|
|
809
809
|
/* @__PURE__ */ e(
|
|
@@ -811,77 +811,77 @@ function he({
|
|
|
811
811
|
{
|
|
812
812
|
span: 5,
|
|
813
813
|
visibleFrom: "sm",
|
|
814
|
-
children:
|
|
814
|
+
children: H
|
|
815
815
|
}
|
|
816
816
|
)
|
|
817
817
|
]
|
|
818
818
|
}
|
|
819
819
|
)
|
|
820
820
|
}
|
|
821
|
-
) }) : /* @__PURE__ */ e(b.Col, { span:
|
|
822
|
-
|
|
821
|
+
) }) : /* @__PURE__ */ e(b.Col, { span: d, children: /* @__PURE__ */ r(
|
|
822
|
+
v,
|
|
823
823
|
{
|
|
824
824
|
h: "100%",
|
|
825
825
|
p: { base: "xl", md: 40 },
|
|
826
826
|
radius: "0",
|
|
827
|
-
bg:
|
|
827
|
+
bg: q(h),
|
|
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
|
+
...M
|
|
834
834
|
},
|
|
835
|
-
...
|
|
835
|
+
...R,
|
|
836
836
|
children: [
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
837
|
+
L,
|
|
838
|
+
E && V ? /* @__PURE__ */ r(
|
|
839
|
+
g,
|
|
840
840
|
{
|
|
841
841
|
gap: 40,
|
|
842
842
|
align: "center",
|
|
843
843
|
children: [
|
|
844
|
-
|
|
845
|
-
|
|
844
|
+
E,
|
|
845
|
+
V
|
|
846
846
|
]
|
|
847
847
|
}
|
|
848
|
-
) :
|
|
848
|
+
) : E
|
|
849
849
|
]
|
|
850
850
|
}
|
|
851
851
|
) });
|
|
852
852
|
}
|
|
853
|
-
function
|
|
854
|
-
if (!
|
|
855
|
-
switch (
|
|
853
|
+
function $(a) {
|
|
854
|
+
if (!a) return null;
|
|
855
|
+
switch (a.type) {
|
|
856
856
|
case "ring":
|
|
857
857
|
return /* @__PURE__ */ e(
|
|
858
858
|
ee,
|
|
859
859
|
{
|
|
860
|
-
size:
|
|
861
|
-
thickness:
|
|
862
|
-
sections: [{ value:
|
|
863
|
-
label: /* @__PURE__ */ e(z, { children: /* @__PURE__ */
|
|
864
|
-
|
|
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,
|
|
865
865
|
{
|
|
866
866
|
gap: 0,
|
|
867
867
|
align: "center",
|
|
868
868
|
children: [
|
|
869
869
|
/* @__PURE__ */ e(
|
|
870
|
-
|
|
870
|
+
i,
|
|
871
871
|
{
|
|
872
872
|
fw: 900,
|
|
873
873
|
size: "xl",
|
|
874
874
|
lh: 1,
|
|
875
|
-
children:
|
|
875
|
+
children: a.label
|
|
876
876
|
}
|
|
877
877
|
),
|
|
878
|
-
|
|
879
|
-
|
|
878
|
+
a.sublabel && /* @__PURE__ */ e(
|
|
879
|
+
i,
|
|
880
880
|
{
|
|
881
881
|
size: "xs",
|
|
882
882
|
c: "gray.5",
|
|
883
883
|
fw: 700,
|
|
884
|
-
children:
|
|
884
|
+
children: a.sublabel
|
|
885
885
|
}
|
|
886
886
|
)
|
|
887
887
|
]
|
|
@@ -890,54 +890,54 @@ function U(r) {
|
|
|
890
890
|
}
|
|
891
891
|
);
|
|
892
892
|
case "metric":
|
|
893
|
-
return /* @__PURE__ */
|
|
893
|
+
return /* @__PURE__ */ r(c, { gap: 0, children: [
|
|
894
894
|
/* @__PURE__ */ e(
|
|
895
|
-
|
|
895
|
+
i,
|
|
896
896
|
{
|
|
897
897
|
fw: 900,
|
|
898
898
|
fz: 32,
|
|
899
899
|
c: "gray.8",
|
|
900
900
|
lh: 1,
|
|
901
|
-
children:
|
|
901
|
+
children: a.value
|
|
902
902
|
}
|
|
903
903
|
),
|
|
904
904
|
/* @__PURE__ */ e(
|
|
905
|
-
|
|
905
|
+
i,
|
|
906
906
|
{
|
|
907
907
|
size: "sm",
|
|
908
908
|
c: "gray.5",
|
|
909
909
|
mt: 4,
|
|
910
|
-
children:
|
|
910
|
+
children: a.label
|
|
911
911
|
}
|
|
912
912
|
),
|
|
913
|
-
|
|
913
|
+
a.badge && /* @__PURE__ */ e(
|
|
914
914
|
C,
|
|
915
915
|
{
|
|
916
916
|
mt: "md",
|
|
917
917
|
color: "gray",
|
|
918
918
|
variant: "dot",
|
|
919
919
|
radius: "0",
|
|
920
|
-
children:
|
|
920
|
+
children: a.badge
|
|
921
921
|
}
|
|
922
922
|
)
|
|
923
923
|
] });
|
|
924
924
|
case "bars":
|
|
925
925
|
return /* @__PURE__ */ e(
|
|
926
|
-
|
|
926
|
+
g,
|
|
927
927
|
{
|
|
928
928
|
align: "flex-end",
|
|
929
929
|
gap: 8,
|
|
930
|
-
h:
|
|
930
|
+
h: a.height || 100,
|
|
931
931
|
preventGrowOverflow: !1,
|
|
932
|
-
children: (
|
|
933
|
-
|
|
932
|
+
children: (a.data || []).map((s, l) => /* @__PURE__ */ e(
|
|
933
|
+
f,
|
|
934
934
|
{
|
|
935
935
|
w: 20,
|
|
936
|
-
h: `${
|
|
937
|
-
bg:
|
|
936
|
+
h: `${s}%`,
|
|
937
|
+
bg: l === a.highlight ? "gray.5" : "gray.2",
|
|
938
938
|
radius: "0"
|
|
939
939
|
},
|
|
940
|
-
|
|
940
|
+
l
|
|
941
941
|
))
|
|
942
942
|
}
|
|
943
943
|
);
|
|
@@ -945,30 +945,30 @@ function U(r) {
|
|
|
945
945
|
return /* @__PURE__ */ e(
|
|
946
946
|
z,
|
|
947
947
|
{
|
|
948
|
-
h:
|
|
948
|
+
h: a.height || 160,
|
|
949
949
|
bg: "gray.0",
|
|
950
950
|
radius: "0",
|
|
951
951
|
bd: "1px solid var(--mantine-color-gray-1)",
|
|
952
952
|
children: /* @__PURE__ */ e(
|
|
953
|
-
|
|
953
|
+
i,
|
|
954
954
|
{
|
|
955
|
-
fz:
|
|
955
|
+
fz: a.fontSize || 100,
|
|
956
956
|
fw: 900,
|
|
957
957
|
c: "gray.2",
|
|
958
958
|
style: { letterSpacing: -6 },
|
|
959
|
-
children:
|
|
959
|
+
children: a.text || "Aa"
|
|
960
960
|
}
|
|
961
961
|
)
|
|
962
962
|
}
|
|
963
963
|
);
|
|
964
964
|
case "icon-large": {
|
|
965
|
-
const
|
|
966
|
-
return
|
|
967
|
-
|
|
965
|
+
const s = a.icon;
|
|
966
|
+
return s ? /* @__PURE__ */ e(
|
|
967
|
+
s,
|
|
968
968
|
{
|
|
969
|
-
size:
|
|
970
|
-
stroke:
|
|
971
|
-
color:
|
|
969
|
+
size: a.size || 64,
|
|
970
|
+
stroke: a.stroke || 1,
|
|
971
|
+
color: a.color || "var(--mantine-color-gray-2)"
|
|
972
972
|
}
|
|
973
973
|
) : null;
|
|
974
974
|
}
|
|
@@ -976,118 +976,118 @@ function U(r) {
|
|
|
976
976
|
return null;
|
|
977
977
|
}
|
|
978
978
|
}
|
|
979
|
-
function
|
|
979
|
+
function Ve({ id: a, subtitle: s, title: l, traditionalCol: o, newCol: n, background: t = "white" }) {
|
|
980
980
|
return /* @__PURE__ */ e(
|
|
981
|
-
|
|
981
|
+
F,
|
|
982
982
|
{
|
|
983
|
-
id:
|
|
984
|
-
subtitle:
|
|
985
|
-
title:
|
|
986
|
-
background:
|
|
983
|
+
id: a,
|
|
984
|
+
subtitle: s,
|
|
985
|
+
title: l,
|
|
986
|
+
background: t,
|
|
987
987
|
children: /* @__PURE__ */ e(
|
|
988
|
-
|
|
988
|
+
v,
|
|
989
989
|
{
|
|
990
990
|
radius: "0",
|
|
991
991
|
bd: "1px solid var(--mantine-color-gray-2)",
|
|
992
992
|
style: { overflow: "hidden" },
|
|
993
|
-
children: /* @__PURE__ */
|
|
994
|
-
|
|
993
|
+
children: /* @__PURE__ */ r(
|
|
994
|
+
w,
|
|
995
995
|
{
|
|
996
996
|
cols: { base: 1, md: 2 },
|
|
997
997
|
spacing: 0,
|
|
998
998
|
children: [
|
|
999
999
|
/* @__PURE__ */ e(
|
|
1000
|
-
|
|
1000
|
+
f,
|
|
1001
1001
|
{
|
|
1002
|
-
bg:
|
|
1002
|
+
bg: t === "gray" ? "gray.1" : "white",
|
|
1003
1003
|
p: { base: 30, md: 60 },
|
|
1004
|
-
children: /* @__PURE__ */
|
|
1005
|
-
/* @__PURE__ */
|
|
1004
|
+
children: /* @__PURE__ */ r(c, { gap: "xl", children: [
|
|
1005
|
+
/* @__PURE__ */ r(f, { children: [
|
|
1006
1006
|
/* @__PURE__ */ e(
|
|
1007
|
-
|
|
1007
|
+
i,
|
|
1008
1008
|
{
|
|
1009
1009
|
fw: 900,
|
|
1010
1010
|
fz: "h2",
|
|
1011
1011
|
c: "gray.9",
|
|
1012
1012
|
mb: 4,
|
|
1013
|
-
children:
|
|
1013
|
+
children: o.title
|
|
1014
1014
|
}
|
|
1015
1015
|
),
|
|
1016
1016
|
/* @__PURE__ */ e(
|
|
1017
|
-
|
|
1017
|
+
i,
|
|
1018
1018
|
{
|
|
1019
1019
|
size: "sm",
|
|
1020
1020
|
fw: 800,
|
|
1021
1021
|
tt: "uppercase",
|
|
1022
1022
|
ls: "1.5px",
|
|
1023
1023
|
c: "gray.5",
|
|
1024
|
-
children:
|
|
1024
|
+
children: o.subtitle
|
|
1025
1025
|
}
|
|
1026
1026
|
)
|
|
1027
1027
|
] }),
|
|
1028
1028
|
/* @__PURE__ */ e(
|
|
1029
|
-
|
|
1029
|
+
c,
|
|
1030
1030
|
{
|
|
1031
1031
|
gap: "md",
|
|
1032
1032
|
mb: 40,
|
|
1033
|
-
children:
|
|
1034
|
-
/* @__PURE__ */
|
|
1033
|
+
children: o.items.map((m, p) => /* @__PURE__ */ r(ye, { children: [
|
|
1034
|
+
/* @__PURE__ */ r(g, { justify: "space-between", children: [
|
|
1035
1035
|
/* @__PURE__ */ e(
|
|
1036
|
-
|
|
1036
|
+
i,
|
|
1037
1037
|
{
|
|
1038
1038
|
size: "sm",
|
|
1039
1039
|
c: "gray.6",
|
|
1040
|
-
children:
|
|
1040
|
+
children: m.label
|
|
1041
1041
|
}
|
|
1042
1042
|
),
|
|
1043
1043
|
/* @__PURE__ */ e(
|
|
1044
|
-
|
|
1044
|
+
i,
|
|
1045
1045
|
{
|
|
1046
1046
|
fw: 700,
|
|
1047
1047
|
c: "gray.9",
|
|
1048
|
-
children:
|
|
1048
|
+
children: m.value
|
|
1049
1049
|
}
|
|
1050
1050
|
)
|
|
1051
1051
|
] }),
|
|
1052
|
-
|
|
1053
|
-
] },
|
|
1052
|
+
p < o.items.length - 1 && /* @__PURE__ */ e(P, { color: "var(--mantine-color-gray-2)" })
|
|
1053
|
+
] }, p))
|
|
1054
1054
|
}
|
|
1055
1055
|
),
|
|
1056
|
-
/* @__PURE__ */
|
|
1057
|
-
|
|
1056
|
+
/* @__PURE__ */ r(
|
|
1057
|
+
f,
|
|
1058
1058
|
{
|
|
1059
|
-
bg:
|
|
1059
|
+
bg: t === "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__ */
|
|
1064
|
+
/* @__PURE__ */ r(g, { justify: "space-between", children: [
|
|
1065
1065
|
/* @__PURE__ */ e(
|
|
1066
|
-
|
|
1066
|
+
i,
|
|
1067
1067
|
{
|
|
1068
1068
|
fw: 900,
|
|
1069
1069
|
c: "gray.7",
|
|
1070
|
-
children:
|
|
1070
|
+
children: o.totalLabel || "Total Estimado"
|
|
1071
1071
|
}
|
|
1072
1072
|
),
|
|
1073
1073
|
/* @__PURE__ */ e(
|
|
1074
|
-
|
|
1074
|
+
i,
|
|
1075
1075
|
{
|
|
1076
1076
|
fw: 900,
|
|
1077
1077
|
fz: 32,
|
|
1078
1078
|
c: "gray.9",
|
|
1079
|
-
children:
|
|
1079
|
+
children: o.totalValue
|
|
1080
1080
|
}
|
|
1081
1081
|
)
|
|
1082
1082
|
] }),
|
|
1083
|
-
|
|
1084
|
-
|
|
1083
|
+
o.footerText && /* @__PURE__ */ e(
|
|
1084
|
+
i,
|
|
1085
1085
|
{
|
|
1086
1086
|
size: "xs",
|
|
1087
1087
|
c: "red.6",
|
|
1088
1088
|
ta: "right",
|
|
1089
1089
|
mt: 4,
|
|
1090
|
-
children:
|
|
1090
|
+
children: o.footerText
|
|
1091
1091
|
}
|
|
1092
1092
|
)
|
|
1093
1093
|
]
|
|
@@ -1097,21 +1097,21 @@ function Ee({ id: r, subtitle: t, title: a, traditionalCol: l, newCol: n, backgr
|
|
|
1097
1097
|
}
|
|
1098
1098
|
),
|
|
1099
1099
|
/* @__PURE__ */ e(
|
|
1100
|
-
|
|
1100
|
+
f,
|
|
1101
1101
|
{
|
|
1102
|
-
bg:
|
|
1102
|
+
bg: t === "gray" ? "gray.1" : "white",
|
|
1103
1103
|
p: { base: 30, md: 60 },
|
|
1104
1104
|
pos: "relative",
|
|
1105
|
-
children: /* @__PURE__ */
|
|
1106
|
-
|
|
1105
|
+
children: /* @__PURE__ */ r(
|
|
1106
|
+
c,
|
|
1107
1107
|
{
|
|
1108
1108
|
gap: "xl",
|
|
1109
1109
|
h: "100%",
|
|
1110
1110
|
children: [
|
|
1111
|
-
/* @__PURE__ */
|
|
1112
|
-
/* @__PURE__ */
|
|
1111
|
+
/* @__PURE__ */ r(f, { children: [
|
|
1112
|
+
/* @__PURE__ */ r(g, { gap: "xs", children: [
|
|
1113
1113
|
/* @__PURE__ */ e(
|
|
1114
|
-
|
|
1114
|
+
i,
|
|
1115
1115
|
{
|
|
1116
1116
|
fw: 900,
|
|
1117
1117
|
fz: "h2",
|
|
@@ -1131,7 +1131,7 @@ function Ee({ id: r, subtitle: t, title: a, traditionalCol: l, newCol: n, backgr
|
|
|
1131
1131
|
)
|
|
1132
1132
|
] }),
|
|
1133
1133
|
/* @__PURE__ */ e(
|
|
1134
|
-
|
|
1134
|
+
i,
|
|
1135
1135
|
{
|
|
1136
1136
|
size: "sm",
|
|
1137
1137
|
c: "gray.6",
|
|
@@ -1140,20 +1140,20 @@ function Ee({ id: r, subtitle: t, title: a, traditionalCol: l, newCol: n, backgr
|
|
|
1140
1140
|
)
|
|
1141
1141
|
] }),
|
|
1142
1142
|
/* @__PURE__ */ e(
|
|
1143
|
-
|
|
1143
|
+
k,
|
|
1144
1144
|
{
|
|
1145
1145
|
spacing: "md",
|
|
1146
1146
|
size: "md",
|
|
1147
1147
|
c: "gray.6",
|
|
1148
1148
|
icon: /* @__PURE__ */ e(
|
|
1149
|
-
|
|
1149
|
+
y,
|
|
1150
1150
|
{
|
|
1151
1151
|
color: "gray.0",
|
|
1152
1152
|
size: 20,
|
|
1153
1153
|
radius: "0",
|
|
1154
1154
|
bd: "1px solid var(--mantine-color-gray-2)",
|
|
1155
1155
|
children: /* @__PURE__ */ e(
|
|
1156
|
-
|
|
1156
|
+
O,
|
|
1157
1157
|
{
|
|
1158
1158
|
size: 12,
|
|
1159
1159
|
color: "var(--mantine-color-gray-9)"
|
|
@@ -1161,19 +1161,19 @@ function Ee({ id: r, subtitle: t, title: a, traditionalCol: l, newCol: n, backgr
|
|
|
1161
1161
|
)
|
|
1162
1162
|
}
|
|
1163
1163
|
),
|
|
1164
|
-
children: n.items.map((
|
|
1164
|
+
children: n.items.map((m, p) => /* @__PURE__ */ e(k.Item, { children: m }, p))
|
|
1165
1165
|
}
|
|
1166
1166
|
),
|
|
1167
1167
|
n.pricingBox && /* @__PURE__ */ e(
|
|
1168
|
-
|
|
1168
|
+
f,
|
|
1169
1169
|
{
|
|
1170
|
-
bg:
|
|
1170
|
+
bg: t === "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__ */
|
|
1174
|
+
children: /* @__PURE__ */ r(c, { gap: 4, children: [
|
|
1175
1175
|
/* @__PURE__ */ e(
|
|
1176
|
-
|
|
1176
|
+
i,
|
|
1177
1177
|
{
|
|
1178
1178
|
size: "sm",
|
|
1179
1179
|
fw: 800,
|
|
@@ -1184,7 +1184,7 @@ function Ee({ id: r, subtitle: t, title: a, traditionalCol: l, newCol: n, backgr
|
|
|
1184
1184
|
}
|
|
1185
1185
|
),
|
|
1186
1186
|
/* @__PURE__ */ e(
|
|
1187
|
-
|
|
1187
|
+
i,
|
|
1188
1188
|
{
|
|
1189
1189
|
fw: 900,
|
|
1190
1190
|
fz: 48,
|
|
@@ -1194,7 +1194,7 @@ function Ee({ id: r, subtitle: t, title: a, traditionalCol: l, newCol: n, backgr
|
|
|
1194
1194
|
}
|
|
1195
1195
|
),
|
|
1196
1196
|
n.pricingBox.subtext && /* @__PURE__ */ e(
|
|
1197
|
-
|
|
1197
|
+
i,
|
|
1198
1198
|
{
|
|
1199
1199
|
size: "xs",
|
|
1200
1200
|
c: "gray.5",
|
|
@@ -1205,8 +1205,8 @@ function Ee({ id: r, subtitle: t, title: a, traditionalCol: l, newCol: n, backgr
|
|
|
1205
1205
|
] })
|
|
1206
1206
|
}
|
|
1207
1207
|
),
|
|
1208
|
-
n.cta && /* @__PURE__ */ e(
|
|
1209
|
-
|
|
1208
|
+
n.cta && /* @__PURE__ */ e(f, { mt: "xl", children: /* @__PURE__ */ e(
|
|
1209
|
+
D,
|
|
1210
1210
|
{
|
|
1211
1211
|
label: n.cta.label,
|
|
1212
1212
|
href: n.cta.href,
|
|
@@ -1229,131 +1229,131 @@ function Ee({ id: r, subtitle: t, title: a, traditionalCol: l, newCol: n, backgr
|
|
|
1229
1229
|
}
|
|
1230
1230
|
);
|
|
1231
1231
|
}
|
|
1232
|
-
function
|
|
1233
|
-
id:
|
|
1234
|
-
subtitle:
|
|
1235
|
-
title:
|
|
1236
|
-
billingOptions:
|
|
1232
|
+
function We({
|
|
1233
|
+
id: a,
|
|
1234
|
+
subtitle: s,
|
|
1235
|
+
title: l,
|
|
1236
|
+
billingOptions: o = [
|
|
1237
1237
|
{ label: "Mensal", value: "monthly" },
|
|
1238
1238
|
{ label: "Anual", value: "annual" }
|
|
1239
1239
|
],
|
|
1240
1240
|
billing: n,
|
|
1241
|
-
setBilling:
|
|
1242
|
-
promoBadge:
|
|
1243
|
-
plans:
|
|
1244
|
-
background:
|
|
1241
|
+
setBilling: t,
|
|
1242
|
+
promoBadge: m,
|
|
1243
|
+
plans: p,
|
|
1244
|
+
background: u = "white"
|
|
1245
1245
|
}) {
|
|
1246
|
-
return /* @__PURE__ */
|
|
1247
|
-
|
|
1246
|
+
return /* @__PURE__ */ r(
|
|
1247
|
+
F,
|
|
1248
1248
|
{
|
|
1249
|
-
id:
|
|
1250
|
-
subtitle:
|
|
1251
|
-
title:
|
|
1249
|
+
id: a,
|
|
1250
|
+
subtitle: s,
|
|
1251
|
+
title: l,
|
|
1252
1252
|
ta: "center",
|
|
1253
|
-
background:
|
|
1253
|
+
background: u,
|
|
1254
1254
|
children: [
|
|
1255
|
-
|
|
1256
|
-
|
|
1255
|
+
o && o.length > 0 && /* @__PURE__ */ e(
|
|
1256
|
+
c,
|
|
1257
1257
|
{
|
|
1258
1258
|
align: "center",
|
|
1259
1259
|
gap: "xl",
|
|
1260
1260
|
mb: 80,
|
|
1261
|
-
children: /* @__PURE__ */
|
|
1261
|
+
children: /* @__PURE__ */ r(g, { gap: "xs", children: [
|
|
1262
1262
|
/* @__PURE__ */ e(
|
|
1263
1263
|
re,
|
|
1264
1264
|
{
|
|
1265
1265
|
value: n,
|
|
1266
|
-
onChange:
|
|
1266
|
+
onChange: t,
|
|
1267
1267
|
radius: "0",
|
|
1268
1268
|
size: "md",
|
|
1269
|
-
data:
|
|
1269
|
+
data: o,
|
|
1270
1270
|
color: "gray.9",
|
|
1271
1271
|
bg: "white",
|
|
1272
1272
|
style: { border: "1px solid var(--mantine-color-gray-2)" }
|
|
1273
1273
|
}
|
|
1274
1274
|
),
|
|
1275
|
-
n === "annual" &&
|
|
1275
|
+
n === "annual" && m && /* @__PURE__ */ e(
|
|
1276
1276
|
C,
|
|
1277
1277
|
{
|
|
1278
1278
|
variant: "filled",
|
|
1279
1279
|
color: "gray.9",
|
|
1280
1280
|
radius: "0",
|
|
1281
1281
|
size: "lg",
|
|
1282
|
-
children:
|
|
1282
|
+
children: m
|
|
1283
1283
|
}
|
|
1284
1284
|
)
|
|
1285
1285
|
] })
|
|
1286
1286
|
}
|
|
1287
1287
|
),
|
|
1288
1288
|
/* @__PURE__ */ e(
|
|
1289
|
-
|
|
1289
|
+
w,
|
|
1290
1290
|
{
|
|
1291
|
-
cols: { base: 1, md:
|
|
1291
|
+
cols: { base: 1, md: p.length <= 3 ? p.length : 3 },
|
|
1292
1292
|
spacing: "xl",
|
|
1293
1293
|
verticalSpacing: "xl",
|
|
1294
|
-
children:
|
|
1295
|
-
|
|
1294
|
+
children: p.map((d) => /* @__PURE__ */ r(
|
|
1295
|
+
v,
|
|
1296
1296
|
{
|
|
1297
1297
|
p: "xl",
|
|
1298
1298
|
radius: "0",
|
|
1299
1299
|
withBorder: !0,
|
|
1300
|
-
bd:
|
|
1300
|
+
bd: d.highlight ? "2px solid var(--mantine-color-gray-9)" : "1px solid var(--mantine-color-gray-2)",
|
|
1301
1301
|
display: "flex",
|
|
1302
1302
|
h: "100%",
|
|
1303
1303
|
style: { flexDirection: "column" },
|
|
1304
1304
|
bg: "white",
|
|
1305
1305
|
children: [
|
|
1306
|
-
/* @__PURE__ */
|
|
1307
|
-
|
|
1306
|
+
/* @__PURE__ */ r(
|
|
1307
|
+
c,
|
|
1308
1308
|
{
|
|
1309
1309
|
gap: "md",
|
|
1310
1310
|
mb: "xl",
|
|
1311
1311
|
children: [
|
|
1312
|
-
/* @__PURE__ */
|
|
1313
|
-
|
|
1312
|
+
/* @__PURE__ */ r(
|
|
1313
|
+
g,
|
|
1314
1314
|
{
|
|
1315
1315
|
justify: "space-between",
|
|
1316
1316
|
align: "center",
|
|
1317
1317
|
children: [
|
|
1318
1318
|
/* @__PURE__ */ e(
|
|
1319
|
-
|
|
1319
|
+
i,
|
|
1320
1320
|
{
|
|
1321
1321
|
size: "xs",
|
|
1322
1322
|
fw: 800,
|
|
1323
1323
|
tt: "uppercase",
|
|
1324
1324
|
ls: "1.5px",
|
|
1325
1325
|
c: "gray.4",
|
|
1326
|
-
children:
|
|
1326
|
+
children: d.name
|
|
1327
1327
|
}
|
|
1328
1328
|
),
|
|
1329
|
-
|
|
1329
|
+
d.highlight && /* @__PURE__ */ e(
|
|
1330
1330
|
C,
|
|
1331
1331
|
{
|
|
1332
1332
|
variant: "dot",
|
|
1333
1333
|
color: "gray.9",
|
|
1334
|
-
children:
|
|
1334
|
+
children: d.highlightBadge || "RECOMENDADO"
|
|
1335
1335
|
}
|
|
1336
1336
|
)
|
|
1337
1337
|
]
|
|
1338
1338
|
}
|
|
1339
1339
|
),
|
|
1340
1340
|
/* @__PURE__ */ e(
|
|
1341
|
-
|
|
1341
|
+
i,
|
|
1342
1342
|
{
|
|
1343
1343
|
size: "sm",
|
|
1344
1344
|
c: "gray.6",
|
|
1345
1345
|
fw: 500,
|
|
1346
1346
|
lh: 1.5,
|
|
1347
1347
|
h: { md: 42 },
|
|
1348
|
-
children:
|
|
1348
|
+
children: d.description
|
|
1349
1349
|
}
|
|
1350
1350
|
)
|
|
1351
1351
|
]
|
|
1352
1352
|
}
|
|
1353
1353
|
),
|
|
1354
|
-
/* @__PURE__ */
|
|
1354
|
+
/* @__PURE__ */ r(f, { mb: "xl", children: [
|
|
1355
1355
|
/* @__PURE__ */ e(
|
|
1356
|
-
|
|
1356
|
+
i,
|
|
1357
1357
|
{
|
|
1358
1358
|
size: "xs",
|
|
1359
1359
|
c: "gray.4",
|
|
@@ -1361,50 +1361,50 @@ function Me({
|
|
|
1361
1361
|
tt: "uppercase",
|
|
1362
1362
|
ls: "1px",
|
|
1363
1363
|
mb: 4,
|
|
1364
|
-
children:
|
|
1364
|
+
children: d.pricePrefix || "A partir de"
|
|
1365
1365
|
}
|
|
1366
1366
|
),
|
|
1367
|
-
/* @__PURE__ */
|
|
1368
|
-
|
|
1367
|
+
/* @__PURE__ */ r(
|
|
1368
|
+
g,
|
|
1369
1369
|
{
|
|
1370
1370
|
gap: 8,
|
|
1371
1371
|
align: "flex-start",
|
|
1372
1372
|
children: [
|
|
1373
1373
|
/* @__PURE__ */ e(
|
|
1374
|
-
|
|
1374
|
+
i,
|
|
1375
1375
|
{
|
|
1376
1376
|
size: "xl",
|
|
1377
1377
|
fw: 900,
|
|
1378
1378
|
c: "gray.9",
|
|
1379
1379
|
style: { marginTop: 8 },
|
|
1380
|
-
children:
|
|
1380
|
+
children: d.priceDisplay?.currency
|
|
1381
1381
|
}
|
|
1382
1382
|
),
|
|
1383
|
-
/* @__PURE__ */
|
|
1384
|
-
|
|
1383
|
+
/* @__PURE__ */ r(
|
|
1384
|
+
g,
|
|
1385
1385
|
{
|
|
1386
1386
|
gap: 4,
|
|
1387
1387
|
align: "flex-end",
|
|
1388
1388
|
children: [
|
|
1389
1389
|
/* @__PURE__ */ e(
|
|
1390
|
-
|
|
1390
|
+
i,
|
|
1391
1391
|
{
|
|
1392
1392
|
fz: "var(--fz-big-metric)",
|
|
1393
1393
|
fw: 900,
|
|
1394
1394
|
ls: "-0.04em",
|
|
1395
1395
|
lh: 0.8,
|
|
1396
1396
|
c: "gray.9",
|
|
1397
|
-
children:
|
|
1397
|
+
children: d.priceDisplay?.whole
|
|
1398
1398
|
}
|
|
1399
1399
|
),
|
|
1400
|
-
|
|
1401
|
-
|
|
1400
|
+
d.priceDisplay?.fraction && /* @__PURE__ */ r(
|
|
1401
|
+
c,
|
|
1402
1402
|
{
|
|
1403
1403
|
gap: 0,
|
|
1404
1404
|
mb: 6,
|
|
1405
1405
|
children: [
|
|
1406
|
-
/* @__PURE__ */
|
|
1407
|
-
|
|
1406
|
+
/* @__PURE__ */ r(
|
|
1407
|
+
i,
|
|
1408
1408
|
{
|
|
1409
1409
|
size: "xl",
|
|
1410
1410
|
fw: 900,
|
|
@@ -1412,19 +1412,19 @@ function Me({
|
|
|
1412
1412
|
c: "gray.9",
|
|
1413
1413
|
children: [
|
|
1414
1414
|
",",
|
|
1415
|
-
|
|
1415
|
+
d.priceDisplay.fraction
|
|
1416
1416
|
]
|
|
1417
1417
|
}
|
|
1418
1418
|
),
|
|
1419
1419
|
/* @__PURE__ */ e(
|
|
1420
|
-
|
|
1420
|
+
i,
|
|
1421
1421
|
{
|
|
1422
1422
|
size: "xs",
|
|
1423
1423
|
c: "gray.5",
|
|
1424
1424
|
fw: 800,
|
|
1425
1425
|
tt: "uppercase",
|
|
1426
1426
|
ls: "0.5px",
|
|
1427
|
-
children:
|
|
1427
|
+
children: d.period || d.priceSuffix || "/mês"
|
|
1428
1428
|
}
|
|
1429
1429
|
)
|
|
1430
1430
|
]
|
|
@@ -1438,27 +1438,27 @@ function Me({
|
|
|
1438
1438
|
)
|
|
1439
1439
|
] }),
|
|
1440
1440
|
/* @__PURE__ */ e(
|
|
1441
|
-
|
|
1441
|
+
P,
|
|
1442
1442
|
{
|
|
1443
1443
|
mb: "xl",
|
|
1444
1444
|
color: "gray.1"
|
|
1445
1445
|
}
|
|
1446
1446
|
),
|
|
1447
1447
|
/* @__PURE__ */ e(
|
|
1448
|
-
|
|
1448
|
+
c,
|
|
1449
1449
|
{
|
|
1450
1450
|
gap: "sm",
|
|
1451
1451
|
mb: 40,
|
|
1452
1452
|
style: { flex: 1 },
|
|
1453
|
-
children:
|
|
1454
|
-
|
|
1453
|
+
children: d.features.map((h, x) => /* @__PURE__ */ r(
|
|
1454
|
+
g,
|
|
1455
1455
|
{
|
|
1456
1456
|
gap: "sm",
|
|
1457
1457
|
wrap: "nowrap",
|
|
1458
1458
|
align: "flex-start",
|
|
1459
1459
|
children: [
|
|
1460
1460
|
/* @__PURE__ */ e(
|
|
1461
|
-
|
|
1461
|
+
O,
|
|
1462
1462
|
{
|
|
1463
1463
|
size: 16,
|
|
1464
1464
|
color: "var(--mantine-color-gray-9)",
|
|
@@ -1466,35 +1466,35 @@ function Me({
|
|
|
1466
1466
|
}
|
|
1467
1467
|
),
|
|
1468
1468
|
/* @__PURE__ */ e(
|
|
1469
|
-
|
|
1469
|
+
i,
|
|
1470
1470
|
{
|
|
1471
1471
|
size: "sm",
|
|
1472
1472
|
fw: 500,
|
|
1473
1473
|
c: "gray.6",
|
|
1474
1474
|
lh: 1.4,
|
|
1475
|
-
children:
|
|
1475
|
+
children: h
|
|
1476
1476
|
}
|
|
1477
1477
|
)
|
|
1478
1478
|
]
|
|
1479
1479
|
},
|
|
1480
|
-
|
|
1480
|
+
x
|
|
1481
1481
|
))
|
|
1482
1482
|
}
|
|
1483
1483
|
),
|
|
1484
|
-
/* @__PURE__ */ e(
|
|
1485
|
-
|
|
1484
|
+
/* @__PURE__ */ e(f, { mt: "auto", children: /* @__PURE__ */ e(
|
|
1485
|
+
D,
|
|
1486
1486
|
{
|
|
1487
|
-
label:
|
|
1488
|
-
href:
|
|
1489
|
-
size:
|
|
1490
|
-
variant:
|
|
1491
|
-
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",
|
|
1492
1492
|
fullWidth: !0
|
|
1493
1493
|
}
|
|
1494
1494
|
) })
|
|
1495
1495
|
]
|
|
1496
1496
|
},
|
|
1497
|
-
|
|
1497
|
+
d.name
|
|
1498
1498
|
))
|
|
1499
1499
|
}
|
|
1500
1500
|
)
|
|
@@ -1502,10 +1502,10 @@ function Me({
|
|
|
1502
1502
|
}
|
|
1503
1503
|
);
|
|
1504
1504
|
}
|
|
1505
|
-
function
|
|
1506
|
-
const
|
|
1505
|
+
function Ke({ id: a, subtitle: s, title: l, questions: o = [], contactCard: n, background: t = "white" }) {
|
|
1506
|
+
const m = {
|
|
1507
1507
|
item: {
|
|
1508
|
-
backgroundColor:
|
|
1508
|
+
backgroundColor: t === "gray" ? "gray.1" : "white",
|
|
1509
1509
|
border: "1px solid var(--mantine-color-gray-2)"
|
|
1510
1510
|
},
|
|
1511
1511
|
control: {
|
|
@@ -1522,87 +1522,87 @@ function Re({ id: r, subtitle: t, title: a, questions: l = [], contactCard: n, b
|
|
|
1522
1522
|
color: "var(--mantine-color-gray-5)"
|
|
1523
1523
|
}
|
|
1524
1524
|
};
|
|
1525
|
-
return /* @__PURE__ */
|
|
1526
|
-
|
|
1525
|
+
return /* @__PURE__ */ r(
|
|
1526
|
+
F,
|
|
1527
1527
|
{
|
|
1528
|
-
id:
|
|
1529
|
-
subtitle:
|
|
1530
|
-
title:
|
|
1531
|
-
background:
|
|
1528
|
+
id: a,
|
|
1529
|
+
subtitle: s,
|
|
1530
|
+
title: l,
|
|
1531
|
+
background: t,
|
|
1532
1532
|
children: [
|
|
1533
|
-
/* @__PURE__ */
|
|
1534
|
-
|
|
1533
|
+
/* @__PURE__ */ r(
|
|
1534
|
+
w,
|
|
1535
1535
|
{
|
|
1536
1536
|
cols: { base: 1, md: 2 },
|
|
1537
1537
|
spacing: "xl",
|
|
1538
1538
|
children: [
|
|
1539
1539
|
/* @__PURE__ */ e(
|
|
1540
|
-
|
|
1540
|
+
I,
|
|
1541
1541
|
{
|
|
1542
1542
|
variant: "separated",
|
|
1543
1543
|
radius: "0",
|
|
1544
1544
|
chevronPosition: "right",
|
|
1545
|
-
styles:
|
|
1546
|
-
children:
|
|
1547
|
-
|
|
1545
|
+
styles: m,
|
|
1546
|
+
children: o.slice(0, Math.ceil(o.length / 2)).map((p, u) => /* @__PURE__ */ r(
|
|
1547
|
+
I.Item,
|
|
1548
1548
|
{
|
|
1549
|
-
value:
|
|
1549
|
+
value: p.value || String(u),
|
|
1550
1550
|
mb: "md",
|
|
1551
1551
|
children: [
|
|
1552
1552
|
/* @__PURE__ */ e(
|
|
1553
|
-
|
|
1553
|
+
I.Control,
|
|
1554
1554
|
{
|
|
1555
1555
|
icon: /* @__PURE__ */ e(
|
|
1556
|
-
|
|
1556
|
+
y,
|
|
1557
1557
|
{
|
|
1558
1558
|
variant: "light",
|
|
1559
1559
|
color: "gray",
|
|
1560
1560
|
radius: "0",
|
|
1561
|
-
children: /* @__PURE__ */ e(
|
|
1561
|
+
children: /* @__PURE__ */ e(Q, { size: 16 })
|
|
1562
1562
|
}
|
|
1563
1563
|
),
|
|
1564
|
-
children:
|
|
1564
|
+
children: p.question
|
|
1565
1565
|
}
|
|
1566
1566
|
),
|
|
1567
|
-
/* @__PURE__ */ e(
|
|
1567
|
+
/* @__PURE__ */ e(I.Panel, { c: "gray.6", children: p.answer })
|
|
1568
1568
|
]
|
|
1569
1569
|
},
|
|
1570
|
-
|
|
1570
|
+
p.value || u
|
|
1571
1571
|
))
|
|
1572
1572
|
}
|
|
1573
1573
|
),
|
|
1574
1574
|
/* @__PURE__ */ e(
|
|
1575
|
-
|
|
1575
|
+
I,
|
|
1576
1576
|
{
|
|
1577
1577
|
variant: "separated",
|
|
1578
1578
|
radius: "0",
|
|
1579
1579
|
chevronPosition: "right",
|
|
1580
|
-
styles:
|
|
1581
|
-
children:
|
|
1582
|
-
|
|
1580
|
+
styles: m,
|
|
1581
|
+
children: o.slice(Math.ceil(o.length / 2)).map((p, u) => /* @__PURE__ */ r(
|
|
1582
|
+
I.Item,
|
|
1583
1583
|
{
|
|
1584
|
-
value:
|
|
1584
|
+
value: p.value || String(u),
|
|
1585
1585
|
mb: "md",
|
|
1586
1586
|
children: [
|
|
1587
1587
|
/* @__PURE__ */ e(
|
|
1588
|
-
|
|
1588
|
+
I.Control,
|
|
1589
1589
|
{
|
|
1590
1590
|
icon: /* @__PURE__ */ e(
|
|
1591
|
-
|
|
1591
|
+
y,
|
|
1592
1592
|
{
|
|
1593
1593
|
variant: "light",
|
|
1594
1594
|
color: "gray",
|
|
1595
1595
|
radius: "0",
|
|
1596
|
-
children: /* @__PURE__ */ e(
|
|
1596
|
+
children: /* @__PURE__ */ e(Q, { size: 16 })
|
|
1597
1597
|
}
|
|
1598
1598
|
),
|
|
1599
|
-
children:
|
|
1599
|
+
children: p.question
|
|
1600
1600
|
}
|
|
1601
1601
|
),
|
|
1602
|
-
/* @__PURE__ */ e(
|
|
1602
|
+
/* @__PURE__ */ e(I.Panel, { c: "gray.6", children: p.answer })
|
|
1603
1603
|
]
|
|
1604
1604
|
},
|
|
1605
|
-
|
|
1605
|
+
p.value || u
|
|
1606
1606
|
))
|
|
1607
1607
|
}
|
|
1608
1608
|
)
|
|
@@ -1610,31 +1610,31 @@ function Re({ id: r, subtitle: t, title: a, questions: l = [], contactCard: n, b
|
|
|
1610
1610
|
}
|
|
1611
1611
|
),
|
|
1612
1612
|
n && /* @__PURE__ */ e(
|
|
1613
|
-
|
|
1613
|
+
v,
|
|
1614
1614
|
{
|
|
1615
1615
|
mt: { base: 40, md: 80 },
|
|
1616
1616
|
radius: "0",
|
|
1617
1617
|
p: { base: "xl", md: 60 },
|
|
1618
|
-
bg:
|
|
1618
|
+
bg: t === "gray" ? "gray.1" : "white",
|
|
1619
1619
|
bd: "1px solid var(--mantine-color-gray-1)",
|
|
1620
1620
|
pos: "relative",
|
|
1621
1621
|
style: { overflow: "hidden" },
|
|
1622
|
-
children: /* @__PURE__ */
|
|
1623
|
-
|
|
1622
|
+
children: /* @__PURE__ */ r(
|
|
1623
|
+
w,
|
|
1624
1624
|
{
|
|
1625
1625
|
cols: { base: 1, md: 2 },
|
|
1626
1626
|
spacing: "xl",
|
|
1627
1627
|
style: { position: "relative", zIndex: 1, alignItems: "center" },
|
|
1628
1628
|
children: [
|
|
1629
|
-
/* @__PURE__ */
|
|
1630
|
-
|
|
1629
|
+
/* @__PURE__ */ r(
|
|
1630
|
+
c,
|
|
1631
1631
|
{
|
|
1632
1632
|
gap: "sm",
|
|
1633
1633
|
ta: { base: "center", md: "left" },
|
|
1634
1634
|
align: { base: "center", md: "flex-start" },
|
|
1635
1635
|
children: [
|
|
1636
1636
|
/* @__PURE__ */ e(
|
|
1637
|
-
|
|
1637
|
+
i,
|
|
1638
1638
|
{
|
|
1639
1639
|
fz: "h2",
|
|
1640
1640
|
fw: 900,
|
|
@@ -1644,7 +1644,7 @@ function Re({ id: r, subtitle: t, title: a, questions: l = [], contactCard: n, b
|
|
|
1644
1644
|
}
|
|
1645
1645
|
),
|
|
1646
1646
|
/* @__PURE__ */ e(
|
|
1647
|
-
|
|
1647
|
+
i,
|
|
1648
1648
|
{
|
|
1649
1649
|
c: "gray.6",
|
|
1650
1650
|
maw: 500,
|
|
@@ -1655,8 +1655,8 @@ function Re({ id: r, subtitle: t, title: a, questions: l = [], contactCard: n, b
|
|
|
1655
1655
|
]
|
|
1656
1656
|
}
|
|
1657
1657
|
),
|
|
1658
|
-
/* @__PURE__ */ e(
|
|
1659
|
-
|
|
1658
|
+
/* @__PURE__ */ e(c, { align: { base: "center", md: "flex-end" }, children: /* @__PURE__ */ e(
|
|
1659
|
+
D,
|
|
1660
1660
|
{
|
|
1661
1661
|
label: n.cta.label,
|
|
1662
1662
|
href: n.cta.href,
|
|
@@ -1675,42 +1675,42 @@ function Re({ id: r, subtitle: t, title: a, questions: l = [], contactCard: n, b
|
|
|
1675
1675
|
}
|
|
1676
1676
|
);
|
|
1677
1677
|
}
|
|
1678
|
-
function
|
|
1678
|
+
function Qe({ id: a, title: s, subtitle: l, items: o = [], background: n = "gray" }) {
|
|
1679
1679
|
return /* @__PURE__ */ e(
|
|
1680
|
-
|
|
1680
|
+
F,
|
|
1681
1681
|
{
|
|
1682
|
-
id:
|
|
1682
|
+
id: a,
|
|
1683
1683
|
background: n,
|
|
1684
|
-
title:
|
|
1685
|
-
subtitle:
|
|
1684
|
+
title: s,
|
|
1685
|
+
subtitle: l,
|
|
1686
1686
|
children: /* @__PURE__ */ e(
|
|
1687
|
-
|
|
1687
|
+
w,
|
|
1688
1688
|
{
|
|
1689
|
-
cols: { base: 1, md:
|
|
1689
|
+
cols: { base: 1, md: o.length > 3 ? 4 : o.length || 3 },
|
|
1690
1690
|
spacing: "xl",
|
|
1691
|
-
children:
|
|
1692
|
-
|
|
1691
|
+
children: o.map((t, m) => /* @__PURE__ */ e(
|
|
1692
|
+
v,
|
|
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
|
-
children: /* @__PURE__ */
|
|
1699
|
-
|
|
1698
|
+
children: /* @__PURE__ */ r(
|
|
1699
|
+
c,
|
|
1700
1700
|
{
|
|
1701
1701
|
gap: "md",
|
|
1702
1702
|
align: "flex-start",
|
|
1703
1703
|
h: "100%",
|
|
1704
1704
|
children: [
|
|
1705
1705
|
/* @__PURE__ */ e(
|
|
1706
|
-
|
|
1706
|
+
ne,
|
|
1707
1707
|
{
|
|
1708
1708
|
size: 32,
|
|
1709
1709
|
color: "var(--mantine-color-gray-3)"
|
|
1710
1710
|
}
|
|
1711
1711
|
),
|
|
1712
|
-
/* @__PURE__ */
|
|
1713
|
-
|
|
1712
|
+
/* @__PURE__ */ r(
|
|
1713
|
+
i,
|
|
1714
1714
|
{
|
|
1715
1715
|
size: "lg",
|
|
1716
1716
|
c: "gray.7",
|
|
@@ -1719,45 +1719,45 @@ function Ge({ id: r, title: t, subtitle: a, items: l = [], background: n = "gray
|
|
|
1719
1719
|
flex: 1,
|
|
1720
1720
|
children: [
|
|
1721
1721
|
'"',
|
|
1722
|
-
|
|
1722
|
+
t.content,
|
|
1723
1723
|
'"'
|
|
1724
1724
|
]
|
|
1725
1725
|
}
|
|
1726
1726
|
),
|
|
1727
|
-
/* @__PURE__ */
|
|
1728
|
-
|
|
1727
|
+
/* @__PURE__ */ r(
|
|
1728
|
+
g,
|
|
1729
1729
|
{
|
|
1730
1730
|
gap: "sm",
|
|
1731
1731
|
mt: "xl",
|
|
1732
1732
|
children: [
|
|
1733
1733
|
/* @__PURE__ */ e(
|
|
1734
|
-
|
|
1734
|
+
ae,
|
|
1735
1735
|
{
|
|
1736
1736
|
size: "md",
|
|
1737
1737
|
radius: "0",
|
|
1738
1738
|
color: "gray",
|
|
1739
|
-
src:
|
|
1740
|
-
children:
|
|
1739
|
+
src: t.avatarSrc,
|
|
1740
|
+
children: t.initials
|
|
1741
1741
|
}
|
|
1742
1742
|
),
|
|
1743
|
-
/* @__PURE__ */
|
|
1743
|
+
/* @__PURE__ */ r(c, { gap: 0, children: [
|
|
1744
1744
|
/* @__PURE__ */ e(
|
|
1745
|
-
|
|
1745
|
+
i,
|
|
1746
1746
|
{
|
|
1747
1747
|
size: "sm",
|
|
1748
1748
|
fw: 900,
|
|
1749
|
-
children:
|
|
1749
|
+
children: t.name
|
|
1750
1750
|
}
|
|
1751
1751
|
),
|
|
1752
1752
|
/* @__PURE__ */ e(
|
|
1753
|
-
|
|
1753
|
+
i,
|
|
1754
1754
|
{
|
|
1755
1755
|
size: "xs",
|
|
1756
1756
|
fw: 800,
|
|
1757
1757
|
tt: "uppercase",
|
|
1758
1758
|
ls: "1px",
|
|
1759
1759
|
c: "gray.5",
|
|
1760
|
-
children:
|
|
1760
|
+
children: t.role
|
|
1761
1761
|
}
|
|
1762
1762
|
)
|
|
1763
1763
|
] })
|
|
@@ -1768,64 +1768,64 @@ function Ge({ id: r, title: t, subtitle: a, items: l = [], background: n = "gray
|
|
|
1768
1768
|
}
|
|
1769
1769
|
)
|
|
1770
1770
|
},
|
|
1771
|
-
|
|
1771
|
+
m
|
|
1772
1772
|
))
|
|
1773
1773
|
}
|
|
1774
1774
|
)
|
|
1775
1775
|
}
|
|
1776
1776
|
);
|
|
1777
1777
|
}
|
|
1778
|
-
function
|
|
1778
|
+
function ze({ id: a, title: s, description: l, cta: o, background: n = "gray" }) {
|
|
1779
1779
|
return /* @__PURE__ */ e(
|
|
1780
|
-
|
|
1780
|
+
F,
|
|
1781
1781
|
{
|
|
1782
|
-
id:
|
|
1782
|
+
id: a,
|
|
1783
1783
|
background: n,
|
|
1784
1784
|
ta: "center",
|
|
1785
1785
|
children: /* @__PURE__ */ e(
|
|
1786
|
-
|
|
1786
|
+
v,
|
|
1787
1787
|
{
|
|
1788
1788
|
p: { base: "xl", sm: 80 },
|
|
1789
1789
|
bg: "white",
|
|
1790
1790
|
radius: "0",
|
|
1791
1791
|
bd: "1px solid var(--mantine-color-gray-2)",
|
|
1792
1792
|
style: { borderTop: "4px solid var(--mantine-color-gray-2)" },
|
|
1793
|
-
children: /* @__PURE__ */
|
|
1794
|
-
|
|
1793
|
+
children: /* @__PURE__ */ r(
|
|
1794
|
+
c,
|
|
1795
1795
|
{
|
|
1796
1796
|
align: "center",
|
|
1797
1797
|
ta: "center",
|
|
1798
1798
|
gap: "xl",
|
|
1799
1799
|
children: [
|
|
1800
|
-
|
|
1801
|
-
|
|
1800
|
+
s && /* @__PURE__ */ e(
|
|
1801
|
+
i,
|
|
1802
1802
|
{
|
|
1803
1803
|
fz: "var(--fz-section-title)",
|
|
1804
1804
|
fw: 900,
|
|
1805
1805
|
lh: 1.2,
|
|
1806
1806
|
ls: "-0.04em",
|
|
1807
1807
|
maw: 700,
|
|
1808
|
-
children:
|
|
1808
|
+
children: s
|
|
1809
1809
|
}
|
|
1810
1810
|
),
|
|
1811
|
-
|
|
1812
|
-
|
|
1811
|
+
l && /* @__PURE__ */ e(
|
|
1812
|
+
i,
|
|
1813
1813
|
{
|
|
1814
1814
|
c: "gray.7",
|
|
1815
1815
|
size: "xl",
|
|
1816
1816
|
maw: 550,
|
|
1817
|
-
children:
|
|
1817
|
+
children: l
|
|
1818
1818
|
}
|
|
1819
1819
|
),
|
|
1820
|
-
|
|
1821
|
-
|
|
1820
|
+
o && /* @__PURE__ */ e(f, { mt: "md", children: /* @__PURE__ */ e(
|
|
1821
|
+
D,
|
|
1822
1822
|
{
|
|
1823
|
-
label:
|
|
1824
|
-
href:
|
|
1825
|
-
size:
|
|
1826
|
-
px:
|
|
1827
|
-
variant:
|
|
1828
|
-
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
|
|
1829
1829
|
}
|
|
1830
1830
|
) })
|
|
1831
1831
|
]
|
|
@@ -1836,27 +1836,27 @@ function ge({ id: r, title: t, description: a, cta: l, background: n = "gray" })
|
|
|
1836
1836
|
}
|
|
1837
1837
|
);
|
|
1838
1838
|
}
|
|
1839
|
-
const
|
|
1840
|
-
function
|
|
1841
|
-
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);
|
|
1842
1842
|
return /* @__PURE__ */ e(
|
|
1843
|
-
|
|
1843
|
+
f,
|
|
1844
1844
|
{
|
|
1845
1845
|
p: "xs",
|
|
1846
|
-
bg:
|
|
1846
|
+
bg: o,
|
|
1847
1847
|
style: {
|
|
1848
1848
|
border: "1px solid var(--mantine-color-gray-2)",
|
|
1849
1849
|
display: "inline-block"
|
|
1850
1850
|
},
|
|
1851
|
-
children: /* @__PURE__ */
|
|
1851
|
+
children: /* @__PURE__ */ r(g, { gap: "xs", children: [
|
|
1852
1852
|
/* @__PURE__ */ e(
|
|
1853
|
-
|
|
1853
|
+
y,
|
|
1854
1854
|
{
|
|
1855
|
-
color:
|
|
1855
|
+
color: s,
|
|
1856
1856
|
variant: "light",
|
|
1857
1857
|
size: "sm",
|
|
1858
1858
|
children: /* @__PURE__ */ e(
|
|
1859
|
-
|
|
1859
|
+
le,
|
|
1860
1860
|
{
|
|
1861
1861
|
size: 14,
|
|
1862
1862
|
"aria-hidden": "true"
|
|
@@ -1865,102 +1865,101 @@ function me({ text: r = "Selo Exclusivo RiLiGar", color: t = "green.6", backgrou
|
|
|
1865
1865
|
}
|
|
1866
1866
|
),
|
|
1867
1867
|
/* @__PURE__ */ e(
|
|
1868
|
-
|
|
1868
|
+
i,
|
|
1869
1869
|
{
|
|
1870
1870
|
size: "xs",
|
|
1871
1871
|
fw: 700,
|
|
1872
1872
|
c: "gray.7",
|
|
1873
1873
|
tt: "uppercase",
|
|
1874
1874
|
lts: 0.5,
|
|
1875
|
-
children:
|
|
1875
|
+
children: a
|
|
1876
1876
|
}
|
|
1877
1877
|
)
|
|
1878
1878
|
] })
|
|
1879
1879
|
}
|
|
1880
1880
|
);
|
|
1881
1881
|
}
|
|
1882
|
-
const
|
|
1883
|
-
function
|
|
1884
|
-
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);
|
|
1885
1885
|
return /* @__PURE__ */ e(
|
|
1886
|
-
|
|
1886
|
+
f,
|
|
1887
1887
|
{
|
|
1888
1888
|
component: "footer",
|
|
1889
1889
|
py: "xl",
|
|
1890
|
-
bg:
|
|
1890
|
+
bg: p,
|
|
1891
1891
|
bd: { top: "1px solid var(--mantine-color-gray-2)" },
|
|
1892
|
-
children: /* @__PURE__ */
|
|
1893
|
-
/* @__PURE__ */
|
|
1894
|
-
|
|
1892
|
+
children: /* @__PURE__ */ r(A, { size: "xl", children: [
|
|
1893
|
+
/* @__PURE__ */ r(
|
|
1894
|
+
w,
|
|
1895
1895
|
{
|
|
1896
1896
|
cols: { base: 1, sm: 2 },
|
|
1897
1897
|
spacing: "xl",
|
|
1898
1898
|
children: [
|
|
1899
|
-
/* @__PURE__ */
|
|
1900
|
-
|
|
1899
|
+
/* @__PURE__ */ r(c, { gap: "lg", children: [
|
|
1900
|
+
a && /* @__PURE__ */ e(
|
|
1901
1901
|
"img",
|
|
1902
1902
|
{
|
|
1903
|
-
src:
|
|
1904
|
-
alt:
|
|
1905
|
-
height:
|
|
1903
|
+
src: a.src,
|
|
1904
|
+
alt: a.alt || "",
|
|
1905
|
+
height: a.height || 32,
|
|
1906
1906
|
style: { objectFit: "contain", objectPosition: "left" }
|
|
1907
1907
|
}
|
|
1908
1908
|
),
|
|
1909
|
-
|
|
1910
|
-
|
|
1909
|
+
s && /* @__PURE__ */ e(
|
|
1910
|
+
i,
|
|
1911
1911
|
{
|
|
1912
1912
|
size: "md",
|
|
1913
1913
|
c: "gray.6",
|
|
1914
1914
|
lh: 1.6,
|
|
1915
1915
|
maw: 400,
|
|
1916
|
-
children:
|
|
1916
|
+
children: s
|
|
1917
1917
|
}
|
|
1918
1918
|
)
|
|
1919
1919
|
] }),
|
|
1920
|
-
/* @__PURE__ */
|
|
1921
|
-
|
|
1920
|
+
/* @__PURE__ */ r(
|
|
1921
|
+
w,
|
|
1922
1922
|
{
|
|
1923
1923
|
cols: {
|
|
1924
1924
|
base: 2,
|
|
1925
|
-
sm:
|
|
1925
|
+
sm: l.length + (o?.length > 0 ? 1 : 0) || 4
|
|
1926
1926
|
},
|
|
1927
1927
|
spacing: "xl",
|
|
1928
1928
|
children: [
|
|
1929
|
-
|
|
1930
|
-
|
|
1929
|
+
l.map((u, d) => /* @__PURE__ */ r(
|
|
1930
|
+
c,
|
|
1931
1931
|
{
|
|
1932
1932
|
gap: "md",
|
|
1933
1933
|
children: [
|
|
1934
1934
|
/* @__PURE__ */ e(
|
|
1935
|
-
|
|
1935
|
+
i,
|
|
1936
1936
|
{
|
|
1937
1937
|
fw: 900,
|
|
1938
1938
|
size: "xs",
|
|
1939
1939
|
tt: "uppercase",
|
|
1940
1940
|
ls: "1.5px",
|
|
1941
|
-
children:
|
|
1941
|
+
children: u.title
|
|
1942
1942
|
}
|
|
1943
1943
|
),
|
|
1944
|
-
/* @__PURE__ */ e(
|
|
1944
|
+
/* @__PURE__ */ e(c, { gap: "xs", children: u.links.map((h, x) => /* @__PURE__ */ e(
|
|
1945
1945
|
ie,
|
|
1946
1946
|
{
|
|
1947
1947
|
c: "gray.6",
|
|
1948
1948
|
size: "sm",
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
onClick: g.onClick,
|
|
1949
|
+
...h,
|
|
1950
|
+
component: h.component || (h.href ? "a" : "button"),
|
|
1952
1951
|
fw: 500,
|
|
1953
|
-
children:
|
|
1952
|
+
children: h.label
|
|
1954
1953
|
},
|
|
1955
|
-
|
|
1954
|
+
x
|
|
1956
1955
|
)) })
|
|
1957
1956
|
]
|
|
1958
1957
|
},
|
|
1959
|
-
|
|
1958
|
+
d
|
|
1960
1959
|
)),
|
|
1961
|
-
|
|
1960
|
+
o && o.length > 0 && /* @__PURE__ */ r(c, { gap: "md", children: [
|
|
1962
1961
|
/* @__PURE__ */ e(
|
|
1963
|
-
|
|
1962
|
+
i,
|
|
1964
1963
|
{
|
|
1965
1964
|
fw: 900,
|
|
1966
1965
|
size: "xs",
|
|
@@ -1969,20 +1968,20 @@ function Ve({ logo: r, description: t, sections: a = [], socialLinks: l = [], co
|
|
|
1969
1968
|
children: "Social"
|
|
1970
1969
|
}
|
|
1971
1970
|
),
|
|
1972
|
-
/* @__PURE__ */ e(
|
|
1973
|
-
|
|
1971
|
+
/* @__PURE__ */ e(g, { gap: "xs", children: o.map((u, d) => /* @__PURE__ */ e(
|
|
1972
|
+
oe,
|
|
1974
1973
|
{
|
|
1975
1974
|
size: "md",
|
|
1976
1975
|
variant: "subtle",
|
|
1977
1976
|
color: "gray",
|
|
1978
1977
|
component: "a",
|
|
1979
|
-
href:
|
|
1978
|
+
href: u.href,
|
|
1980
1979
|
target: "_blank",
|
|
1981
1980
|
radius: "0",
|
|
1982
|
-
"aria-label":
|
|
1983
|
-
children:
|
|
1981
|
+
"aria-label": u.label || `Social link ${d + 1}`,
|
|
1982
|
+
children: u.icon
|
|
1984
1983
|
},
|
|
1985
|
-
|
|
1984
|
+
d
|
|
1986
1985
|
)) })
|
|
1987
1986
|
] })
|
|
1988
1987
|
]
|
|
@@ -1992,14 +1991,14 @@ function Ve({ logo: r, description: t, sections: a = [], socialLinks: l = [], co
|
|
|
1992
1991
|
}
|
|
1993
1992
|
),
|
|
1994
1993
|
/* @__PURE__ */ e(
|
|
1995
|
-
|
|
1994
|
+
P,
|
|
1996
1995
|
{
|
|
1997
1996
|
my: "xl",
|
|
1998
1997
|
color: "gray.2"
|
|
1999
1998
|
}
|
|
2000
1999
|
),
|
|
2001
|
-
/* @__PURE__ */
|
|
2002
|
-
|
|
2000
|
+
/* @__PURE__ */ r(
|
|
2001
|
+
g,
|
|
2003
2002
|
{
|
|
2004
2003
|
justify: "space-between",
|
|
2005
2004
|
mt: 30,
|
|
@@ -2007,7 +2006,7 @@ function Ve({ logo: r, description: t, sections: a = [], socialLinks: l = [], co
|
|
|
2007
2006
|
gap: "sm",
|
|
2008
2007
|
children: [
|
|
2009
2008
|
/* @__PURE__ */ e(
|
|
2010
|
-
|
|
2009
|
+
i,
|
|
2011
2010
|
{
|
|
2012
2011
|
size: "xs",
|
|
2013
2012
|
fw: 800,
|
|
@@ -2017,15 +2016,15 @@ function Ve({ logo: r, description: t, sections: a = [], socialLinks: l = [], co
|
|
|
2017
2016
|
children: n
|
|
2018
2017
|
}
|
|
2019
2018
|
),
|
|
2020
|
-
|
|
2021
|
-
|
|
2019
|
+
t && /* @__PURE__ */ e(g, { gap: "sm", children: /* @__PURE__ */ e(
|
|
2020
|
+
i,
|
|
2022
2021
|
{
|
|
2023
2022
|
size: "xs",
|
|
2024
2023
|
fw: 800,
|
|
2025
2024
|
tt: "uppercase",
|
|
2026
2025
|
ls: "1px",
|
|
2027
2026
|
c: "gray.5",
|
|
2028
|
-
children:
|
|
2027
|
+
children: t
|
|
2029
2028
|
}
|
|
2030
2029
|
) })
|
|
2031
2030
|
]
|
|
@@ -2035,28 +2034,706 @@ function Ve({ logo: r, description: t, sections: a = [], socialLinks: l = [], co
|
|
|
2035
2034
|
}
|
|
2036
2035
|
);
|
|
2037
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
|
+
}
|
|
2038
2713
|
export {
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
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,
|
|
2055
2732
|
_ as SectionHeader,
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2733
|
+
_e as SeloExclusivo,
|
|
2734
|
+
Ue as SocialProof,
|
|
2735
|
+
Qe as Testimonials,
|
|
2736
|
+
we as TrustBadge,
|
|
2737
|
+
q as resolveBackground,
|
|
2738
|
+
Me as theme
|
|
2062
2739
|
};
|