@riligar/components-kit 1.12.0 → 1.13.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.esm.js +917 -793
- package/dist/index.js +4 -2
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { createTheme as
|
|
1
|
+
import { createTheme as ce, Stack as u, Group as f, Badge as j, Text as a, Title as E, Center as A, Box as y, Button as G, CopyButton as de, Tooltip as pe, ActionIcon as re, Container as F, Paper as w, SimpleGrid as I, Image as $, List as M, ThemeIcon as v, Grid as z, RingProgress as he, TextInput as N, Divider as D, SegmentedControl as me, Accordion as C, Avatar as ge, Anchor as ue } from "@mantine/core";
|
|
2
2
|
import { jsxs as r, jsx as e, Fragment as J } from "react/jsx-runtime";
|
|
3
|
-
import { isValidElement as
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
const
|
|
3
|
+
import { isValidElement as fe, useState as X, Fragment as ye } from "react";
|
|
4
|
+
import { IconCheck as H, IconCopy as be, IconShieldCheck as ae, IconBolt as Y, IconQuote as xe, IconCircleCheck as ve, IconCloudLock as ie, IconEyeOff as ze, IconUserShield as we, IconScale as Se, IconUserCheck as Ie, IconFileDescription as Te, IconBan as qe, IconAlertCircle as Ae, IconShieldLock as Pe, IconDatabase as De, IconUsers as Fe, IconActivity as ke } from "@tabler/icons-react";
|
|
5
|
+
import { useWindowScroll as Ce } from "@mantine/hooks";
|
|
6
|
+
const Je = ce({
|
|
7
7
|
fontFamily: 'Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif',
|
|
8
8
|
headings: {
|
|
9
9
|
fontFamily: 'Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif',
|
|
@@ -146,21 +146,21 @@ const _e = le({
|
|
|
146
146
|
}
|
|
147
147
|
}
|
|
148
148
|
});
|
|
149
|
-
function
|
|
150
|
-
return !
|
|
149
|
+
function oe({ badge: i, subtitle: n, title: d, titleOrder: o = 2, titleFz: t = "var(--fz-section-title)", ta: s = "left", maw: g }) {
|
|
150
|
+
return !d && !n && !i ? null : /* @__PURE__ */ r(
|
|
151
151
|
u,
|
|
152
152
|
{
|
|
153
153
|
gap: "xs",
|
|
154
|
-
align:
|
|
155
|
-
ta:
|
|
154
|
+
align: s === "center" ? "center" : "flex-start",
|
|
155
|
+
ta: s,
|
|
156
156
|
children: [
|
|
157
157
|
i && /* @__PURE__ */ e(
|
|
158
158
|
f,
|
|
159
159
|
{
|
|
160
|
-
justify:
|
|
160
|
+
justify: s === "center" ? "center" : "flex-start",
|
|
161
161
|
mb: "xs",
|
|
162
162
|
children: /* @__PURE__ */ e(
|
|
163
|
-
|
|
163
|
+
j,
|
|
164
164
|
{
|
|
165
165
|
variant: "dot",
|
|
166
166
|
color: "gray",
|
|
@@ -171,7 +171,7 @@ function ie({ badge: i, subtitle: o, title: l, titleOrder: n = 2, titleFz: s = "
|
|
|
171
171
|
)
|
|
172
172
|
}
|
|
173
173
|
),
|
|
174
|
-
|
|
174
|
+
n && /* @__PURE__ */ e(
|
|
175
175
|
a,
|
|
176
176
|
{
|
|
177
177
|
c: "gray.4",
|
|
@@ -179,25 +179,25 @@ function ie({ badge: i, subtitle: o, title: l, titleOrder: n = 2, titleFz: s = "
|
|
|
179
179
|
fw: 800,
|
|
180
180
|
tt: "uppercase",
|
|
181
181
|
ls: "1.5px",
|
|
182
|
-
children:
|
|
182
|
+
children: n
|
|
183
183
|
}
|
|
184
184
|
),
|
|
185
|
-
|
|
186
|
-
|
|
185
|
+
d && /* @__PURE__ */ e(
|
|
186
|
+
E,
|
|
187
187
|
{
|
|
188
|
-
order:
|
|
189
|
-
fz:
|
|
188
|
+
order: o,
|
|
189
|
+
fz: t,
|
|
190
190
|
maw: g,
|
|
191
|
-
children:
|
|
191
|
+
children: d
|
|
192
192
|
}
|
|
193
193
|
)
|
|
194
194
|
]
|
|
195
195
|
}
|
|
196
196
|
);
|
|
197
197
|
}
|
|
198
|
-
function ne({ video: i, image:
|
|
199
|
-
return i ? /* @__PURE__ */ e(
|
|
200
|
-
|
|
198
|
+
function ne({ video: i, image: n, width: d = "100%", maw: o, alt: t }) {
|
|
199
|
+
return i ? /* @__PURE__ */ e(A, { children: /* @__PURE__ */ e(
|
|
200
|
+
y,
|
|
201
201
|
{
|
|
202
202
|
component: "video",
|
|
203
203
|
src: i.src,
|
|
@@ -205,123 +205,250 @@ function ne({ video: i, image: o, width: l = "100%", maw: n, alt: s }) {
|
|
|
205
205
|
loop: !0,
|
|
206
206
|
muted: !0,
|
|
207
207
|
playsInline: !0,
|
|
208
|
-
"aria-label":
|
|
209
|
-
w: i.width ||
|
|
208
|
+
"aria-label": t || "Demonstração em vídeo",
|
|
209
|
+
w: i.width || d,
|
|
210
210
|
h: "auto",
|
|
211
211
|
style: { filter: i.filter || "none" }
|
|
212
212
|
}
|
|
213
|
-
) }) :
|
|
214
|
-
|
|
213
|
+
) }) : n ? /* @__PURE__ */ e(A, { children: /* @__PURE__ */ e(
|
|
214
|
+
y,
|
|
215
215
|
{
|
|
216
216
|
component: "img",
|
|
217
|
-
src:
|
|
218
|
-
alt:
|
|
219
|
-
w:
|
|
217
|
+
src: n,
|
|
218
|
+
alt: t || "",
|
|
219
|
+
w: d,
|
|
220
220
|
h: "auto",
|
|
221
|
-
maw:
|
|
221
|
+
maw: o
|
|
222
222
|
}
|
|
223
223
|
) }) : null;
|
|
224
224
|
}
|
|
225
|
-
function
|
|
225
|
+
function R({
|
|
226
226
|
label: i,
|
|
227
|
-
href:
|
|
228
|
-
onClick:
|
|
229
|
-
icon:
|
|
230
|
-
size:
|
|
231
|
-
variant:
|
|
227
|
+
href: n,
|
|
228
|
+
onClick: d,
|
|
229
|
+
icon: o,
|
|
230
|
+
size: t = "lg",
|
|
231
|
+
variant: s = "filled",
|
|
232
232
|
color: g,
|
|
233
|
-
target:
|
|
234
|
-
px:
|
|
235
|
-
fullWidth:
|
|
236
|
-
leftSection:
|
|
237
|
-
...
|
|
233
|
+
target: p,
|
|
234
|
+
px: m,
|
|
235
|
+
fullWidth: h,
|
|
236
|
+
leftSection: c,
|
|
237
|
+
...l
|
|
238
238
|
}) {
|
|
239
239
|
return /* @__PURE__ */ e(
|
|
240
240
|
G,
|
|
241
241
|
{
|
|
242
|
-
size:
|
|
243
|
-
component:
|
|
244
|
-
href:
|
|
245
|
-
onClick:
|
|
246
|
-
target:
|
|
247
|
-
rightSection:
|
|
248
|
-
leftSection:
|
|
249
|
-
variant:
|
|
242
|
+
size: t,
|
|
243
|
+
component: n ? "a" : "button",
|
|
244
|
+
href: n,
|
|
245
|
+
onClick: d,
|
|
246
|
+
target: p,
|
|
247
|
+
rightSection: o,
|
|
248
|
+
leftSection: c,
|
|
249
|
+
variant: s,
|
|
250
250
|
color: g,
|
|
251
|
-
px:
|
|
252
|
-
fullWidth:
|
|
253
|
-
...
|
|
251
|
+
px: m,
|
|
252
|
+
fullWidth: h,
|
|
253
|
+
...l,
|
|
254
254
|
children: i
|
|
255
255
|
}
|
|
256
256
|
);
|
|
257
257
|
}
|
|
258
|
-
function
|
|
258
|
+
function Xe({ children: i, fz: n = 28, c: d = "gray.9", ...o }) {
|
|
259
259
|
return /* @__PURE__ */ e(
|
|
260
260
|
a,
|
|
261
261
|
{
|
|
262
262
|
component: "span",
|
|
263
|
-
fz:
|
|
263
|
+
fz: n,
|
|
264
264
|
fw: 900,
|
|
265
265
|
lh: 1,
|
|
266
|
-
c:
|
|
266
|
+
c: d,
|
|
267
267
|
display: "block",
|
|
268
|
-
...
|
|
268
|
+
...o,
|
|
269
269
|
children: i
|
|
270
270
|
}
|
|
271
271
|
);
|
|
272
272
|
}
|
|
273
|
-
function
|
|
274
|
-
return i ?
|
|
273
|
+
function te({ logo: i, objectPosition: n = "left" }) {
|
|
274
|
+
return i ? fe(i) ? i : typeof i == "object" && i.src ? /* @__PURE__ */ e(
|
|
275
275
|
"img",
|
|
276
276
|
{
|
|
277
277
|
src: i.src,
|
|
278
278
|
alt: i.alt || "",
|
|
279
279
|
height: i.height || 32,
|
|
280
|
-
style: { objectFit: "contain", objectPosition:
|
|
280
|
+
style: { objectFit: "contain", objectPosition: n }
|
|
281
281
|
}
|
|
282
282
|
) : i : null;
|
|
283
283
|
}
|
|
284
|
-
|
|
284
|
+
function Be({ children: i, label: n, chrome: d = !0, copy: o = !0, variant: t = "dark", style: s }) {
|
|
285
|
+
const g = typeof i == "string" ? i : String(i ?? ""), p = g.split(`
|
|
286
|
+
`).filter((l) => l.trimStart().startsWith("$ ")), m = p.length ? p.map((l) => l.trimStart().slice(2)).join(`
|
|
287
|
+
`) : g, h = t === "dark", c = h ? {
|
|
288
|
+
shell: "var(--mantine-color-gray-9)",
|
|
289
|
+
bar: "rgba(255, 255, 255, 0.06)",
|
|
290
|
+
line: "rgba(255, 255, 255, 0.10)",
|
|
291
|
+
dot: "rgba(255, 255, 255, 0.22)",
|
|
292
|
+
label: "rgba(255, 255, 255, 0.55)",
|
|
293
|
+
text: "rgba(255, 255, 255, 0.92)"
|
|
294
|
+
} : {
|
|
295
|
+
shell: "var(--mantine-color-gray-0)",
|
|
296
|
+
bar: "var(--mantine-color-gray-1)",
|
|
297
|
+
line: "var(--mantine-color-gray-3)",
|
|
298
|
+
dot: "var(--mantine-color-gray-4)",
|
|
299
|
+
label: "var(--mantine-color-gray-6)",
|
|
300
|
+
text: "var(--mantine-color-gray-7)"
|
|
301
|
+
};
|
|
302
|
+
return /* @__PURE__ */ r(
|
|
303
|
+
y,
|
|
304
|
+
{
|
|
305
|
+
style: {
|
|
306
|
+
border: `1px solid ${h ? "var(--mantine-color-gray-9)" : "var(--mantine-color-gray-3)"}`,
|
|
307
|
+
background: c.shell,
|
|
308
|
+
overflow: "hidden",
|
|
309
|
+
...s
|
|
310
|
+
},
|
|
311
|
+
children: [
|
|
312
|
+
d && /* @__PURE__ */ r(
|
|
313
|
+
f,
|
|
314
|
+
{
|
|
315
|
+
justify: "space-between",
|
|
316
|
+
wrap: "nowrap",
|
|
317
|
+
px: 14,
|
|
318
|
+
py: 8,
|
|
319
|
+
style: {
|
|
320
|
+
borderBottom: `1px solid ${c.line}`,
|
|
321
|
+
background: c.bar
|
|
322
|
+
},
|
|
323
|
+
children: [
|
|
324
|
+
/* @__PURE__ */ r(
|
|
325
|
+
f,
|
|
326
|
+
{
|
|
327
|
+
gap: 6,
|
|
328
|
+
wrap: "nowrap",
|
|
329
|
+
children: [
|
|
330
|
+
[0, 1, 2].map((l) => /* @__PURE__ */ e(
|
|
331
|
+
y,
|
|
332
|
+
{
|
|
333
|
+
w: 9,
|
|
334
|
+
h: 9,
|
|
335
|
+
style: { borderRadius: "50%", background: c.dot }
|
|
336
|
+
},
|
|
337
|
+
l
|
|
338
|
+
)),
|
|
339
|
+
n && /* @__PURE__ */ e(
|
|
340
|
+
y,
|
|
341
|
+
{
|
|
342
|
+
component: "span",
|
|
343
|
+
ml: 8,
|
|
344
|
+
style: {
|
|
345
|
+
fontFamily: "var(--mantine-font-family-monospace)",
|
|
346
|
+
fontSize: 11,
|
|
347
|
+
letterSpacing: "0.5px",
|
|
348
|
+
color: c.label
|
|
349
|
+
},
|
|
350
|
+
children: n
|
|
351
|
+
}
|
|
352
|
+
)
|
|
353
|
+
]
|
|
354
|
+
}
|
|
355
|
+
),
|
|
356
|
+
o && /* @__PURE__ */ e(
|
|
357
|
+
de,
|
|
358
|
+
{
|
|
359
|
+
value: m,
|
|
360
|
+
timeout: 1600,
|
|
361
|
+
children: ({ copied: l, copy: x }) => /* @__PURE__ */ e(
|
|
362
|
+
pe,
|
|
363
|
+
{
|
|
364
|
+
label: l ? "Copiado" : "Copiar",
|
|
365
|
+
withArrow: !0,
|
|
366
|
+
position: "left",
|
|
367
|
+
children: /* @__PURE__ */ e(
|
|
368
|
+
re,
|
|
369
|
+
{
|
|
370
|
+
variant: "subtle",
|
|
371
|
+
size: "sm",
|
|
372
|
+
radius: "0",
|
|
373
|
+
onClick: x,
|
|
374
|
+
"aria-label": "Copiar codigo",
|
|
375
|
+
style: {
|
|
376
|
+
color: l ? "var(--mantine-color-teal-4)" : c.label
|
|
377
|
+
},
|
|
378
|
+
children: l ? /* @__PURE__ */ e(H, { size: 14 }) : /* @__PURE__ */ e(be, { size: 14 })
|
|
379
|
+
}
|
|
380
|
+
)
|
|
381
|
+
}
|
|
382
|
+
)
|
|
383
|
+
}
|
|
384
|
+
)
|
|
385
|
+
]
|
|
386
|
+
}
|
|
387
|
+
),
|
|
388
|
+
/* @__PURE__ */ e(
|
|
389
|
+
y,
|
|
390
|
+
{
|
|
391
|
+
component: "pre",
|
|
392
|
+
m: 0,
|
|
393
|
+
px: 18,
|
|
394
|
+
py: 16,
|
|
395
|
+
style: {
|
|
396
|
+
fontFamily: "var(--mantine-font-family-monospace)",
|
|
397
|
+
fontSize: 12.5,
|
|
398
|
+
lineHeight: 1.65,
|
|
399
|
+
color: c.text,
|
|
400
|
+
whiteSpace: "pre",
|
|
401
|
+
overflowX: "auto",
|
|
402
|
+
tabSize: 2
|
|
403
|
+
},
|
|
404
|
+
children: g
|
|
405
|
+
}
|
|
406
|
+
)
|
|
407
|
+
]
|
|
408
|
+
}
|
|
409
|
+
);
|
|
410
|
+
}
|
|
411
|
+
const U = {
|
|
285
412
|
white: "white",
|
|
286
413
|
gray: "gray.1"
|
|
287
|
-
}, B = (i) => i === "gray.9" || i === "dark" ?
|
|
288
|
-
function
|
|
289
|
-
const
|
|
414
|
+
}, B = (i) => i === "gray.9" || i === "dark" ? U.gray : i === "white" ? U.white : U.gray;
|
|
415
|
+
function T({ children: i, badge: n, title: d, subtitle: o, id: t, background: s = "white", py: g = { base: 80, md: 120 }, maw: p = 800, ta: m = "left", stackGap: h = "xl" }) {
|
|
416
|
+
const c = B(s);
|
|
290
417
|
return /* @__PURE__ */ e(
|
|
291
|
-
|
|
418
|
+
y,
|
|
292
419
|
{
|
|
293
420
|
component: "section",
|
|
294
|
-
id:
|
|
295
|
-
bg:
|
|
421
|
+
id: t,
|
|
422
|
+
bg: c,
|
|
296
423
|
py: g,
|
|
297
424
|
style: { overflow: "hidden" },
|
|
298
|
-
children: /* @__PURE__ */ e(F, { size: "lg", children: /* @__PURE__ */ r(u, { gap:
|
|
425
|
+
children: /* @__PURE__ */ e(F, { size: "lg", children: /* @__PURE__ */ r(u, { gap: h, children: [
|
|
299
426
|
/* @__PURE__ */ e(
|
|
300
|
-
|
|
427
|
+
oe,
|
|
301
428
|
{
|
|
302
|
-
badge:
|
|
303
|
-
subtitle:
|
|
304
|
-
title:
|
|
305
|
-
ta:
|
|
306
|
-
maw:
|
|
429
|
+
badge: n,
|
|
430
|
+
subtitle: o,
|
|
431
|
+
title: d,
|
|
432
|
+
ta: m,
|
|
433
|
+
maw: p
|
|
307
434
|
}
|
|
308
435
|
),
|
|
309
|
-
/* @__PURE__ */ e(
|
|
436
|
+
/* @__PURE__ */ e(y, { children: i })
|
|
310
437
|
] }) })
|
|
311
438
|
}
|
|
312
439
|
);
|
|
313
440
|
}
|
|
314
|
-
function
|
|
441
|
+
function Ye({ children: i, style: n, ...d }) {
|
|
315
442
|
return /* @__PURE__ */ e(
|
|
316
|
-
|
|
443
|
+
y,
|
|
317
444
|
{
|
|
318
445
|
display: "flex",
|
|
319
|
-
...
|
|
446
|
+
...d,
|
|
320
447
|
style: {
|
|
321
448
|
flexDirection: "column",
|
|
322
449
|
minHeight: "100vh",
|
|
323
450
|
scrollBehavior: "smooth",
|
|
324
|
-
...
|
|
451
|
+
...n
|
|
325
452
|
},
|
|
326
453
|
children: i
|
|
327
454
|
}
|
|
@@ -329,18 +456,18 @@ function Ke({ children: i, style: o, ...l }) {
|
|
|
329
456
|
}
|
|
330
457
|
function je({
|
|
331
458
|
logo: i,
|
|
332
|
-
navLinks:
|
|
333
|
-
loginCta:
|
|
334
|
-
signupCta:
|
|
335
|
-
background:
|
|
459
|
+
navLinks: n = [],
|
|
460
|
+
loginCta: d,
|
|
461
|
+
signupCta: o,
|
|
462
|
+
background: t = "white"
|
|
336
463
|
}) {
|
|
337
|
-
const
|
|
338
|
-
|
|
339
|
-
},
|
|
340
|
-
(
|
|
464
|
+
const s = B(t), [g] = Ce(), p = g.y > 10, m = (c) => {
|
|
465
|
+
c === "top" ? window.scrollTo({ top: 0, behavior: "smooth" }) : document.getElementById(c)?.scrollIntoView({ behavior: "smooth" });
|
|
466
|
+
}, h = (c, l) => {
|
|
467
|
+
(c.key === "Enter" || c.key === " ") && (c.preventDefault(), m(l));
|
|
341
468
|
};
|
|
342
469
|
return /* @__PURE__ */ e(
|
|
343
|
-
|
|
470
|
+
y,
|
|
344
471
|
{
|
|
345
472
|
component: "header",
|
|
346
473
|
pos: "sticky",
|
|
@@ -350,11 +477,11 @@ function je({
|
|
|
350
477
|
children: /* @__PURE__ */ e(F, { size: "xl", py: "md", children: /* @__PURE__ */ e(
|
|
351
478
|
w,
|
|
352
479
|
{
|
|
353
|
-
shadow:
|
|
480
|
+
shadow: p ? "sm" : "none",
|
|
354
481
|
radius: "0",
|
|
355
482
|
p: "xs",
|
|
356
|
-
bg:
|
|
357
|
-
bd:
|
|
483
|
+
bg: s,
|
|
484
|
+
bd: p ? "1px solid var(--mantine-color-gray-2)" : "1px solid transparent",
|
|
358
485
|
style: { pointerEvents: "auto", transition: "all 0.2s ease" },
|
|
359
486
|
children: /* @__PURE__ */ r(
|
|
360
487
|
f,
|
|
@@ -368,14 +495,14 @@ function je({
|
|
|
368
495
|
{
|
|
369
496
|
href: "#",
|
|
370
497
|
"aria-label": "Voltar ao topo",
|
|
371
|
-
onClick: (
|
|
372
|
-
|
|
498
|
+
onClick: (c) => {
|
|
499
|
+
c.preventDefault(), window.scrollTo({ top: 0, behavior: "smooth" });
|
|
373
500
|
},
|
|
374
501
|
style: { display: "inline-flex", textDecoration: "none" },
|
|
375
|
-
children: /* @__PURE__ */ e(
|
|
502
|
+
children: /* @__PURE__ */ e(te, { logo: i })
|
|
376
503
|
}
|
|
377
504
|
),
|
|
378
|
-
|
|
505
|
+
n.length > 0 && /* @__PURE__ */ e(
|
|
379
506
|
f,
|
|
380
507
|
{
|
|
381
508
|
gap: "xl",
|
|
@@ -383,7 +510,7 @@ function je({
|
|
|
383
510
|
component: "nav",
|
|
384
511
|
role: "navigation",
|
|
385
512
|
"aria-label": "Menu principal",
|
|
386
|
-
children:
|
|
513
|
+
children: n.map((c) => /* @__PURE__ */ e(
|
|
387
514
|
a,
|
|
388
515
|
{
|
|
389
516
|
size: "sm",
|
|
@@ -391,46 +518,46 @@ function je({
|
|
|
391
518
|
tt: "uppercase",
|
|
392
519
|
ls: "1px",
|
|
393
520
|
c: "dark",
|
|
394
|
-
...
|
|
395
|
-
component:
|
|
396
|
-
role:
|
|
397
|
-
tabIndex:
|
|
398
|
-
style: { cursor: "pointer", ...
|
|
399
|
-
onClick:
|
|
400
|
-
onKeyDown:
|
|
401
|
-
children:
|
|
521
|
+
...c,
|
|
522
|
+
component: c.component || "span",
|
|
523
|
+
role: c.component ? void 0 : "link",
|
|
524
|
+
tabIndex: c.component ? void 0 : 0,
|
|
525
|
+
style: { cursor: "pointer", ...c.style },
|
|
526
|
+
onClick: c.target ? () => m(c.target) : c.onClick,
|
|
527
|
+
onKeyDown: c.target ? (l) => h(l, c.target) : c.onKeyDown,
|
|
528
|
+
children: c.label
|
|
402
529
|
},
|
|
403
|
-
|
|
530
|
+
c.label
|
|
404
531
|
))
|
|
405
532
|
}
|
|
406
533
|
),
|
|
407
534
|
/* @__PURE__ */ r(f, { gap: "sm", children: [
|
|
408
|
-
|
|
535
|
+
d && /* @__PURE__ */ e(
|
|
409
536
|
G,
|
|
410
537
|
{
|
|
411
538
|
variant: "subtle",
|
|
412
|
-
...
|
|
413
|
-
component:
|
|
539
|
+
...d,
|
|
540
|
+
component: d.component || (d.href ? "a" : "button"),
|
|
414
541
|
c: "gray.7",
|
|
415
542
|
size: "sm",
|
|
416
543
|
radius: "0",
|
|
417
544
|
visibleFrom: "xs",
|
|
418
545
|
fw: 900,
|
|
419
|
-
children:
|
|
546
|
+
children: d.label
|
|
420
547
|
}
|
|
421
548
|
),
|
|
422
|
-
|
|
549
|
+
o && /* @__PURE__ */ r(
|
|
423
550
|
G,
|
|
424
551
|
{
|
|
425
|
-
...
|
|
426
|
-
component:
|
|
552
|
+
...o,
|
|
553
|
+
component: o.component || (o.href ? "a" : "button"),
|
|
427
554
|
size: "sm",
|
|
428
555
|
radius: "0",
|
|
429
556
|
color: "dark",
|
|
430
557
|
variant: "filled",
|
|
431
558
|
children: [
|
|
432
|
-
/* @__PURE__ */ e(a, { span: !0, visibleFrom: "sm", c: "white", fw: 900, size: "sm", children:
|
|
433
|
-
/* @__PURE__ */ e(a, { span: !0, hiddenFrom: "sm", c: "white", fw: 900, size: "xs", children:
|
|
559
|
+
/* @__PURE__ */ e(a, { span: !0, visibleFrom: "sm", c: "white", fw: 900, size: "sm", children: o.label }),
|
|
560
|
+
/* @__PURE__ */ e(a, { span: !0, hiddenFrom: "sm", c: "white", fw: 900, size: "xs", children: o.labelMobile || o.label })
|
|
434
561
|
]
|
|
435
562
|
}
|
|
436
563
|
)
|
|
@@ -443,56 +570,56 @@ function je({
|
|
|
443
570
|
}
|
|
444
571
|
);
|
|
445
572
|
}
|
|
446
|
-
const
|
|
573
|
+
const Ze = je, Z = {
|
|
447
574
|
root: { height: "auto", maxWidth: "100%" },
|
|
448
575
|
label: { whiteSpace: "normal", lineHeight: 1.4 },
|
|
449
576
|
inner: { paddingTop: 12, paddingBottom: 12 }
|
|
450
577
|
};
|
|
451
|
-
function
|
|
452
|
-
const
|
|
578
|
+
function er({ subtitle: i, title: n, description: d, cta: o, secondaryCta: t, note: s, video: g, image: p, background: m = "white", mediaMaw: h, titleFz: c = "var(--fz-hero)", descriptionFz: l = "xl" }) {
|
|
579
|
+
const x = !!(g || p);
|
|
453
580
|
return /* @__PURE__ */ e(
|
|
454
|
-
|
|
581
|
+
y,
|
|
455
582
|
{
|
|
456
583
|
py: { base: 80, sm: 100, md: 140 },
|
|
457
584
|
id: "hero",
|
|
458
|
-
bg:
|
|
585
|
+
bg: m,
|
|
459
586
|
children: /* @__PURE__ */ e(F, { size: "lg", children: /* @__PURE__ */ r(
|
|
460
|
-
|
|
587
|
+
I,
|
|
461
588
|
{
|
|
462
|
-
cols: { base: 1, md:
|
|
589
|
+
cols: { base: 1, md: x ? 2 : 1 },
|
|
463
590
|
spacing: { base: 60, md: 100 },
|
|
464
591
|
verticalSpacing: 60,
|
|
465
592
|
children: [
|
|
466
593
|
/* @__PURE__ */ r(
|
|
467
594
|
u,
|
|
468
595
|
{
|
|
469
|
-
align:
|
|
596
|
+
align: x ? { base: "center", md: "flex-start" } : "center",
|
|
470
597
|
justify: "center",
|
|
471
598
|
gap: { base: 32, md: 48 },
|
|
472
|
-
ta:
|
|
599
|
+
ta: x ? { base: "center", md: "left" } : "center",
|
|
473
600
|
children: [
|
|
474
|
-
/* @__PURE__ */ e(
|
|
475
|
-
|
|
601
|
+
/* @__PURE__ */ e(A, { children: /* @__PURE__ */ e(
|
|
602
|
+
oe,
|
|
476
603
|
{
|
|
477
604
|
subtitle: i,
|
|
478
|
-
title:
|
|
605
|
+
title: n,
|
|
479
606
|
titleOrder: 1,
|
|
480
|
-
titleFz:
|
|
481
|
-
ta:
|
|
482
|
-
maw:
|
|
607
|
+
titleFz: c,
|
|
608
|
+
ta: x ? "inherit" : "center",
|
|
609
|
+
maw: x ? void 0 : 940
|
|
483
610
|
}
|
|
484
611
|
) }),
|
|
485
|
-
|
|
612
|
+
d && /* @__PURE__ */ e(A, { children: /* @__PURE__ */ e(
|
|
486
613
|
a,
|
|
487
614
|
{
|
|
488
|
-
size:
|
|
615
|
+
size: l,
|
|
489
616
|
c: "gray.6",
|
|
490
617
|
lh: 1.6,
|
|
491
618
|
maw: 600,
|
|
492
|
-
children:
|
|
619
|
+
children: d
|
|
493
620
|
}
|
|
494
621
|
) }),
|
|
495
|
-
(
|
|
622
|
+
(o || t) && /* @__PURE__ */ e(A, { children: /* @__PURE__ */ r(
|
|
496
623
|
f,
|
|
497
624
|
{
|
|
498
625
|
gap: "md",
|
|
@@ -500,42 +627,42 @@ function Ne({ subtitle: i, title: o, description: l, cta: n, secondaryCta: s, no
|
|
|
500
627
|
w: "100%",
|
|
501
628
|
style: { maxWidth: "100%" },
|
|
502
629
|
children: [
|
|
503
|
-
|
|
504
|
-
|
|
630
|
+
o && /* @__PURE__ */ e(
|
|
631
|
+
R,
|
|
505
632
|
{
|
|
506
|
-
label:
|
|
507
|
-
href:
|
|
508
|
-
icon:
|
|
509
|
-
leftSection:
|
|
510
|
-
target:
|
|
511
|
-
rel:
|
|
512
|
-
size:
|
|
513
|
-
px:
|
|
514
|
-
variant:
|
|
515
|
-
color:
|
|
633
|
+
label: o.label,
|
|
634
|
+
href: o.href,
|
|
635
|
+
icon: o.icon,
|
|
636
|
+
leftSection: o.leftSection,
|
|
637
|
+
target: o.target,
|
|
638
|
+
rel: o.target === "_blank" ? "noopener noreferrer" : void 0,
|
|
639
|
+
size: o.size || "xl",
|
|
640
|
+
px: o.px || 48,
|
|
641
|
+
variant: o.variant,
|
|
642
|
+
color: o.color,
|
|
516
643
|
styles: Z
|
|
517
644
|
}
|
|
518
645
|
),
|
|
519
|
-
|
|
520
|
-
|
|
646
|
+
t && /* @__PURE__ */ e(
|
|
647
|
+
R,
|
|
521
648
|
{
|
|
522
|
-
label:
|
|
523
|
-
href:
|
|
524
|
-
icon:
|
|
525
|
-
leftSection:
|
|
526
|
-
target:
|
|
527
|
-
rel:
|
|
528
|
-
size:
|
|
529
|
-
px:
|
|
530
|
-
variant:
|
|
531
|
-
color:
|
|
649
|
+
label: t.label,
|
|
650
|
+
href: t.href,
|
|
651
|
+
icon: t.icon,
|
|
652
|
+
leftSection: t.leftSection,
|
|
653
|
+
target: t.target,
|
|
654
|
+
rel: t.target === "_blank" ? "noopener noreferrer" : void 0,
|
|
655
|
+
size: t.size || "xl",
|
|
656
|
+
px: t.px || 48,
|
|
657
|
+
variant: t.variant || "default",
|
|
658
|
+
color: t.color,
|
|
532
659
|
styles: Z
|
|
533
660
|
}
|
|
534
661
|
)
|
|
535
662
|
]
|
|
536
663
|
}
|
|
537
664
|
) }),
|
|
538
|
-
|
|
665
|
+
s && /* @__PURE__ */ e(A, { children: /* @__PURE__ */ e(
|
|
539
666
|
a,
|
|
540
667
|
{
|
|
541
668
|
size: "sm",
|
|
@@ -543,18 +670,18 @@ function Ne({ subtitle: i, title: o, description: l, cta: n, secondaryCta: s, no
|
|
|
543
670
|
maw: 620,
|
|
544
671
|
fw: 500,
|
|
545
672
|
lh: 1.7,
|
|
546
|
-
children:
|
|
673
|
+
children: s
|
|
547
674
|
}
|
|
548
675
|
) })
|
|
549
676
|
]
|
|
550
677
|
}
|
|
551
678
|
),
|
|
552
|
-
|
|
679
|
+
x && /* @__PURE__ */ e(
|
|
553
680
|
ne,
|
|
554
681
|
{
|
|
555
682
|
video: g,
|
|
556
|
-
image:
|
|
557
|
-
maw:
|
|
683
|
+
image: p,
|
|
684
|
+
maw: h,
|
|
558
685
|
alt: "Demonstração do produto"
|
|
559
686
|
}
|
|
560
687
|
)
|
|
@@ -564,10 +691,10 @@ function Ne({ subtitle: i, title: o, description: l, cta: n, secondaryCta: s, no
|
|
|
564
691
|
}
|
|
565
692
|
);
|
|
566
693
|
}
|
|
567
|
-
function
|
|
568
|
-
const
|
|
694
|
+
function Ee({ logo: i, index: n }) {
|
|
695
|
+
const d = {
|
|
569
696
|
src: i.src,
|
|
570
|
-
alt: i.alt || `Logo ${
|
|
697
|
+
alt: i.alt || `Logo ${n}`,
|
|
571
698
|
h: i.height || 50,
|
|
572
699
|
w: "auto",
|
|
573
700
|
style: {
|
|
@@ -575,31 +702,31 @@ function Be({ logo: i, index: o }) {
|
|
|
575
702
|
transition: "filter 0.3s ease, opacity 0.3s ease",
|
|
576
703
|
...i.style
|
|
577
704
|
},
|
|
578
|
-
onMouseEnter: (
|
|
579
|
-
|
|
705
|
+
onMouseEnter: (o) => {
|
|
706
|
+
o.currentTarget.style.filter = "grayscale(0) opacity(0.8)";
|
|
580
707
|
},
|
|
581
|
-
onMouseLeave: (
|
|
582
|
-
|
|
708
|
+
onMouseLeave: (o) => {
|
|
709
|
+
o.currentTarget.style.filter = "grayscale(1) opacity(0.4)";
|
|
583
710
|
}
|
|
584
711
|
};
|
|
585
|
-
return i.url ? /* @__PURE__ */ e(
|
|
712
|
+
return i.url ? /* @__PURE__ */ e(A, { children: /* @__PURE__ */ e(
|
|
586
713
|
"a",
|
|
587
714
|
{
|
|
588
715
|
href: i.url,
|
|
589
716
|
target: "_blank",
|
|
590
717
|
rel: "noopener noreferrer",
|
|
591
|
-
children: /* @__PURE__ */ e($, { ...
|
|
718
|
+
children: /* @__PURE__ */ e($, { ...d })
|
|
592
719
|
}
|
|
593
|
-
) }) : /* @__PURE__ */ e(
|
|
720
|
+
) }) : /* @__PURE__ */ e(A, { children: /* @__PURE__ */ e($, { ...d }) });
|
|
594
721
|
}
|
|
595
|
-
function
|
|
596
|
-
return !
|
|
597
|
-
|
|
722
|
+
function rr({ id: i, title: n, logos: d, background: o = "gray" }) {
|
|
723
|
+
return !d || d.length === 0 ? null : /* @__PURE__ */ e(
|
|
724
|
+
y,
|
|
598
725
|
{
|
|
599
726
|
component: "section",
|
|
600
727
|
id: i,
|
|
601
728
|
py: { base: 40, md: 60 },
|
|
602
|
-
bg:
|
|
729
|
+
bg: o,
|
|
603
730
|
bd: { bottom: "1px solid var(--mantine-color-gray-2)" },
|
|
604
731
|
children: /* @__PURE__ */ e(F, { size: "lg", children: /* @__PURE__ */ r(
|
|
605
732
|
u,
|
|
@@ -608,7 +735,7 @@ function Je({ id: i, title: o, logos: l, background: n = "gray" }) {
|
|
|
608
735
|
ta: "center",
|
|
609
736
|
gap: "xl",
|
|
610
737
|
children: [
|
|
611
|
-
|
|
738
|
+
n && /* @__PURE__ */ e(
|
|
612
739
|
a,
|
|
613
740
|
{
|
|
614
741
|
fw: 500,
|
|
@@ -616,7 +743,7 @@ function Je({ id: i, title: o, logos: l, background: n = "gray" }) {
|
|
|
616
743
|
size: "sm",
|
|
617
744
|
tt: "uppercase",
|
|
618
745
|
ls: "0.1em",
|
|
619
|
-
children:
|
|
746
|
+
children: n
|
|
620
747
|
}
|
|
621
748
|
),
|
|
622
749
|
/* @__PURE__ */ e(
|
|
@@ -626,13 +753,13 @@ function Je({ id: i, title: o, logos: l, background: n = "gray" }) {
|
|
|
626
753
|
gap: { base: 40, md: 80 },
|
|
627
754
|
style: { rowGap: 40 },
|
|
628
755
|
w: "100%",
|
|
629
|
-
children:
|
|
630
|
-
|
|
756
|
+
children: d.map((t, s) => /* @__PURE__ */ e(
|
|
757
|
+
Ee,
|
|
631
758
|
{
|
|
632
|
-
logo:
|
|
633
|
-
index:
|
|
759
|
+
logo: t,
|
|
760
|
+
index: s
|
|
634
761
|
},
|
|
635
|
-
|
|
762
|
+
s
|
|
636
763
|
))
|
|
637
764
|
}
|
|
638
765
|
)
|
|
@@ -642,9 +769,9 @@ function Je({ id: i, title: o, logos: l, background: n = "gray" }) {
|
|
|
642
769
|
}
|
|
643
770
|
);
|
|
644
771
|
}
|
|
645
|
-
function
|
|
646
|
-
const
|
|
647
|
-
|
|
772
|
+
function ar({ id: i, subtitle: n, title: d, description: o, featuresList: t, cta: s, video: g, image: p, reverse: m = !1, background: h = "white", mediaMaw: c }) {
|
|
773
|
+
const l = t && t.length > 0 && /* @__PURE__ */ e(
|
|
774
|
+
M,
|
|
648
775
|
{
|
|
649
776
|
spacing: "md",
|
|
650
777
|
size: "md",
|
|
@@ -656,7 +783,7 @@ function Ye({ id: i, subtitle: o, title: l, description: n, featuresList: s, cta
|
|
|
656
783
|
size: 24,
|
|
657
784
|
radius: "0",
|
|
658
785
|
children: /* @__PURE__ */ e(
|
|
659
|
-
|
|
786
|
+
H,
|
|
660
787
|
{
|
|
661
788
|
size: 14,
|
|
662
789
|
color: "var(--mantine-color-gray-9)"
|
|
@@ -664,149 +791,154 @@ function Ye({ id: i, subtitle: o, title: l, description: n, featuresList: s, cta
|
|
|
664
791
|
)
|
|
665
792
|
}
|
|
666
793
|
),
|
|
667
|
-
children:
|
|
794
|
+
children: t.map((P, L) => /* @__PURE__ */ e(M.Item, { children: P }, L))
|
|
668
795
|
}
|
|
669
|
-
),
|
|
796
|
+
), x = /* @__PURE__ */ r(
|
|
670
797
|
u,
|
|
671
798
|
{
|
|
672
799
|
justify: "center",
|
|
673
800
|
gap: "lg",
|
|
674
801
|
children: [
|
|
675
|
-
|
|
802
|
+
o && /* @__PURE__ */ e(
|
|
676
803
|
a,
|
|
677
804
|
{
|
|
678
805
|
c: "gray.6",
|
|
679
806
|
size: "xl",
|
|
680
807
|
lh: 1.6,
|
|
681
|
-
children:
|
|
808
|
+
children: o
|
|
682
809
|
}
|
|
683
810
|
),
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
811
|
+
l,
|
|
812
|
+
s && /* @__PURE__ */ e(f, { mt: "md", children: /* @__PURE__ */ e(
|
|
813
|
+
R,
|
|
687
814
|
{
|
|
688
|
-
label:
|
|
689
|
-
href:
|
|
690
|
-
icon:
|
|
691
|
-
size:
|
|
692
|
-
variant:
|
|
693
|
-
color:
|
|
815
|
+
label: s.label,
|
|
816
|
+
href: s.href,
|
|
817
|
+
icon: s.icon,
|
|
818
|
+
size: s.size || "lg",
|
|
819
|
+
variant: s.variant,
|
|
820
|
+
color: s.color
|
|
694
821
|
}
|
|
695
822
|
) })
|
|
696
823
|
]
|
|
697
824
|
}
|
|
698
|
-
),
|
|
825
|
+
), q = (g || p) && /* @__PURE__ */ e(
|
|
699
826
|
ne,
|
|
700
827
|
{
|
|
701
828
|
video: g,
|
|
702
|
-
image:
|
|
829
|
+
image: p,
|
|
703
830
|
width: "80%",
|
|
704
|
-
maw:
|
|
831
|
+
maw: c
|
|
705
832
|
}
|
|
706
833
|
);
|
|
707
834
|
return /* @__PURE__ */ e(
|
|
708
|
-
|
|
835
|
+
T,
|
|
709
836
|
{
|
|
710
837
|
id: i,
|
|
711
|
-
subtitle:
|
|
712
|
-
title:
|
|
713
|
-
background:
|
|
838
|
+
subtitle: n,
|
|
839
|
+
title: d,
|
|
840
|
+
background: h,
|
|
714
841
|
children: /* @__PURE__ */ e(
|
|
715
|
-
|
|
842
|
+
I,
|
|
716
843
|
{
|
|
717
844
|
cols: { base: 1, md: 2 },
|
|
718
845
|
spacing: { base: 40, md: 80 },
|
|
719
846
|
verticalSpacing: { base: 40, md: 50 },
|
|
720
|
-
children:
|
|
721
|
-
|
|
722
|
-
|
|
847
|
+
children: m ? /* @__PURE__ */ r(J, { children: [
|
|
848
|
+
q,
|
|
849
|
+
x
|
|
723
850
|
] }) : /* @__PURE__ */ r(J, { children: [
|
|
724
|
-
|
|
725
|
-
|
|
851
|
+
x,
|
|
852
|
+
q
|
|
726
853
|
] })
|
|
727
854
|
}
|
|
728
855
|
)
|
|
729
856
|
}
|
|
730
857
|
);
|
|
731
858
|
}
|
|
732
|
-
function
|
|
859
|
+
function ir({ id: i, badge: n, subtitle: d, title: o, description: t, background: s = "gray", items: g = [], ta: p = "left", note: m }) {
|
|
733
860
|
return /* @__PURE__ */ r(
|
|
734
|
-
|
|
861
|
+
T,
|
|
735
862
|
{
|
|
736
863
|
id: i,
|
|
737
|
-
badge:
|
|
738
|
-
subtitle:
|
|
739
|
-
title:
|
|
740
|
-
background:
|
|
741
|
-
ta:
|
|
742
|
-
maw:
|
|
864
|
+
badge: n,
|
|
865
|
+
subtitle: d,
|
|
866
|
+
title: o,
|
|
867
|
+
background: s,
|
|
868
|
+
ta: p,
|
|
869
|
+
maw: p === "center" ? 900 : 800,
|
|
743
870
|
children: [
|
|
744
|
-
|
|
871
|
+
t && /* @__PURE__ */ e(
|
|
745
872
|
a,
|
|
746
873
|
{
|
|
747
874
|
c: "gray.6",
|
|
748
|
-
ta:
|
|
875
|
+
ta: p,
|
|
749
876
|
size: "lg",
|
|
750
877
|
lh: 1.7,
|
|
751
878
|
maw: 780,
|
|
752
|
-
mx:
|
|
879
|
+
mx: p === "center" ? "auto" : void 0,
|
|
753
880
|
mb: 40,
|
|
754
|
-
children:
|
|
881
|
+
children: t
|
|
755
882
|
}
|
|
756
883
|
),
|
|
757
|
-
/* @__PURE__ */ e(z, { gutter: "lg", children: g.map((
|
|
758
|
-
|
|
884
|
+
/* @__PURE__ */ e(z, { gutter: "lg", children: g.map((h, c) => /* @__PURE__ */ e(
|
|
885
|
+
Re,
|
|
759
886
|
{
|
|
760
|
-
...
|
|
887
|
+
...h
|
|
761
888
|
},
|
|
762
|
-
|
|
889
|
+
c
|
|
763
890
|
)) }),
|
|
764
|
-
|
|
891
|
+
m && /* @__PURE__ */ e(
|
|
765
892
|
a,
|
|
766
893
|
{
|
|
767
894
|
c: "gray.6",
|
|
768
|
-
ta:
|
|
895
|
+
ta: p,
|
|
769
896
|
mt: 56,
|
|
770
897
|
maw: 780,
|
|
771
|
-
mx:
|
|
898
|
+
mx: p === "center" ? "auto" : void 0,
|
|
772
899
|
lh: 1.7,
|
|
773
900
|
fs: "italic",
|
|
774
|
-
children:
|
|
901
|
+
children: m
|
|
775
902
|
}
|
|
776
903
|
)
|
|
777
904
|
]
|
|
778
905
|
}
|
|
779
906
|
);
|
|
780
907
|
}
|
|
781
|
-
function
|
|
908
|
+
function Re({
|
|
782
909
|
icon: i,
|
|
783
|
-
iconVariant:
|
|
784
|
-
iconColor:
|
|
785
|
-
label:
|
|
786
|
-
title:
|
|
787
|
-
titleSize:
|
|
910
|
+
iconVariant: n,
|
|
911
|
+
iconColor: d,
|
|
912
|
+
label: o,
|
|
913
|
+
title: t,
|
|
914
|
+
titleSize: s,
|
|
788
915
|
description: g,
|
|
789
|
-
descriptionSize:
|
|
790
|
-
descriptionMaw:
|
|
791
|
-
span:
|
|
792
|
-
background:
|
|
793
|
-
visual:
|
|
794
|
-
secondaryVisual:
|
|
795
|
-
layout:
|
|
796
|
-
badges:
|
|
797
|
-
codeBlock:
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
916
|
+
descriptionSize: p,
|
|
917
|
+
descriptionMaw: m,
|
|
918
|
+
span: h = { base: 12, md: 6 },
|
|
919
|
+
background: c = "white",
|
|
920
|
+
visual: l,
|
|
921
|
+
secondaryVisual: x,
|
|
922
|
+
layout: q = "stacked",
|
|
923
|
+
badges: P,
|
|
924
|
+
codeBlock: L,
|
|
925
|
+
// layout="split": quantas das 12 colunas o codigo ocupa. O padrao 6
|
|
926
|
+
// divide o card ao meio; suba para 7 quando as linhas forem longas.
|
|
927
|
+
codeSpan: V = 6,
|
|
928
|
+
// Rotulo da barra do terminal (ex: "bash", "index.js").
|
|
929
|
+
codeLabel: _,
|
|
930
|
+
decorativeContent: b,
|
|
931
|
+
style: k,
|
|
932
|
+
...S
|
|
801
933
|
}) {
|
|
802
|
-
const
|
|
934
|
+
const W = /* @__PURE__ */ r(y, { children: [
|
|
803
935
|
i && /* @__PURE__ */ e(
|
|
804
936
|
v,
|
|
805
937
|
{
|
|
806
938
|
size: 48,
|
|
807
939
|
radius: "0",
|
|
808
|
-
variant:
|
|
809
|
-
color:
|
|
940
|
+
variant: n || "light",
|
|
941
|
+
color: d || "gray",
|
|
810
942
|
mb: "lg",
|
|
811
943
|
children: /* @__PURE__ */ e(
|
|
812
944
|
i,
|
|
@@ -817,7 +949,7 @@ function Ee({
|
|
|
817
949
|
)
|
|
818
950
|
}
|
|
819
951
|
),
|
|
820
|
-
|
|
952
|
+
o && /* @__PURE__ */ e(
|
|
821
953
|
a,
|
|
822
954
|
{
|
|
823
955
|
size: "sm",
|
|
@@ -826,101 +958,92 @@ function Ee({
|
|
|
826
958
|
ls: "1.5px",
|
|
827
959
|
c: "gray.5",
|
|
828
960
|
mb: "xs",
|
|
829
|
-
children:
|
|
961
|
+
children: o
|
|
830
962
|
}
|
|
831
963
|
),
|
|
832
|
-
|
|
964
|
+
t && /* @__PURE__ */ e(
|
|
833
965
|
a,
|
|
834
966
|
{
|
|
835
|
-
fz:
|
|
967
|
+
fz: s || (q === "compact" ? "h4" : "h3"),
|
|
836
968
|
fw: 900,
|
|
837
969
|
lh: 1.2,
|
|
838
970
|
mb: "sm",
|
|
839
971
|
c: void 0,
|
|
840
|
-
children:
|
|
972
|
+
children: t
|
|
841
973
|
}
|
|
842
974
|
),
|
|
843
975
|
g && /* @__PURE__ */ e(
|
|
844
976
|
a,
|
|
845
977
|
{
|
|
846
978
|
c: "gray.6",
|
|
847
|
-
size:
|
|
848
|
-
maw:
|
|
849
|
-
mb:
|
|
979
|
+
size: p || (q === "compact" ? "sm" : "lg"),
|
|
980
|
+
maw: m,
|
|
981
|
+
mb: P ? "xl" : q === "compact" ? "lg" : void 0,
|
|
850
982
|
children: g
|
|
851
983
|
}
|
|
852
984
|
),
|
|
853
|
-
|
|
854
|
-
|
|
985
|
+
P && P.length > 0 && /* @__PURE__ */ e(f, { children: P.map((le, se) => /* @__PURE__ */ e(
|
|
986
|
+
j,
|
|
855
987
|
{
|
|
856
988
|
variant: "dot",
|
|
857
989
|
color: "gray",
|
|
858
990
|
radius: "0",
|
|
859
|
-
children:
|
|
991
|
+
children: le
|
|
860
992
|
},
|
|
861
|
-
|
|
993
|
+
se
|
|
862
994
|
)) })
|
|
863
|
-
] }), O =
|
|
864
|
-
return
|
|
995
|
+
] }), O = l ? ee(l) : null, Q = x ? ee(x) : null;
|
|
996
|
+
return q === "split" ? /* @__PURE__ */ e(z.Col, { span: h, children: /* @__PURE__ */ e(
|
|
865
997
|
w,
|
|
866
998
|
{
|
|
867
999
|
h: "100%",
|
|
868
1000
|
p: { base: "xl", md: 40 },
|
|
869
1001
|
radius: "0",
|
|
870
|
-
bg: B(
|
|
1002
|
+
bg: B(c),
|
|
871
1003
|
bd: "1px solid var(--mantine-color-gray-2)",
|
|
872
|
-
style:
|
|
873
|
-
...
|
|
1004
|
+
style: k,
|
|
1005
|
+
...S,
|
|
874
1006
|
children: /* @__PURE__ */ r(
|
|
875
1007
|
z,
|
|
876
1008
|
{
|
|
877
1009
|
align: "center",
|
|
878
1010
|
gutter: "xl",
|
|
879
1011
|
children: [
|
|
880
|
-
/* @__PURE__ */ e(z.Col, { span: { base: 12, sm:
|
|
881
|
-
/* @__PURE__ */ r(z.Col, { span: { base: 12, sm:
|
|
1012
|
+
/* @__PURE__ */ e(z.Col, { span: { base: 12, sm: 12 - V }, children: W }),
|
|
1013
|
+
/* @__PURE__ */ r(z.Col, { span: { base: 12, sm: V }, children: [
|
|
882
1014
|
O,
|
|
883
|
-
|
|
884
|
-
ce,
|
|
885
|
-
{
|
|
886
|
-
block: !0,
|
|
887
|
-
color: "gray.0",
|
|
888
|
-
c: "gray.7",
|
|
889
|
-
style: { fontSize: 12, lineHeight: 1.4, borderRadius: 0, whiteSpace: "pre-wrap", overflowWrap: "anywhere" },
|
|
890
|
-
children: M
|
|
891
|
-
}
|
|
892
|
-
)
|
|
1015
|
+
L && /* @__PURE__ */ e(Be, { label: _, children: L })
|
|
893
1016
|
] })
|
|
894
1017
|
]
|
|
895
1018
|
}
|
|
896
1019
|
)
|
|
897
1020
|
}
|
|
898
|
-
) }) :
|
|
1021
|
+
) }) : q === "compact" ? /* @__PURE__ */ e(z.Col, { span: h, children: /* @__PURE__ */ r(
|
|
899
1022
|
w,
|
|
900
1023
|
{
|
|
901
1024
|
h: "100%",
|
|
902
1025
|
p: { base: "xl", md: 40 },
|
|
903
1026
|
radius: "0",
|
|
904
|
-
bg: B(
|
|
1027
|
+
bg: B(c),
|
|
905
1028
|
bd: "1px solid var(--mantine-color-gray-2)",
|
|
906
|
-
style:
|
|
907
|
-
...
|
|
1029
|
+
style: k,
|
|
1030
|
+
...S,
|
|
908
1031
|
children: [
|
|
909
|
-
|
|
1032
|
+
W,
|
|
910
1033
|
O
|
|
911
1034
|
]
|
|
912
1035
|
}
|
|
913
|
-
) }) :
|
|
1036
|
+
) }) : b ? /* @__PURE__ */ e(z.Col, { span: h, children: /* @__PURE__ */ e(
|
|
914
1037
|
w,
|
|
915
1038
|
{
|
|
916
1039
|
h: "100%",
|
|
917
1040
|
p: { base: "xl", md: 40 },
|
|
918
1041
|
radius: "0",
|
|
919
|
-
bg: B(
|
|
1042
|
+
bg: B(c),
|
|
920
1043
|
bd: "1px solid var(--mantine-color-gray-2)",
|
|
921
1044
|
pos: "relative",
|
|
922
|
-
style:
|
|
923
|
-
...
|
|
1045
|
+
style: k,
|
|
1046
|
+
...S,
|
|
924
1047
|
children: /* @__PURE__ */ r(
|
|
925
1048
|
z,
|
|
926
1049
|
{
|
|
@@ -932,7 +1055,7 @@ function Ee({
|
|
|
932
1055
|
{
|
|
933
1056
|
span: { base: 12, sm: 7 },
|
|
934
1057
|
style: { zIndex: 1 },
|
|
935
|
-
children:
|
|
1058
|
+
children: W
|
|
936
1059
|
}
|
|
937
1060
|
),
|
|
938
1061
|
/* @__PURE__ */ e(
|
|
@@ -940,30 +1063,30 @@ function Ee({
|
|
|
940
1063
|
{
|
|
941
1064
|
span: 5,
|
|
942
1065
|
visibleFrom: "sm",
|
|
943
|
-
children:
|
|
1066
|
+
children: b
|
|
944
1067
|
}
|
|
945
1068
|
)
|
|
946
1069
|
]
|
|
947
1070
|
}
|
|
948
1071
|
)
|
|
949
1072
|
}
|
|
950
|
-
) }) : /* @__PURE__ */ e(z.Col, { span:
|
|
1073
|
+
) }) : /* @__PURE__ */ e(z.Col, { span: h, children: /* @__PURE__ */ r(
|
|
951
1074
|
w,
|
|
952
1075
|
{
|
|
953
1076
|
h: "100%",
|
|
954
1077
|
p: { base: "xl", md: 40 },
|
|
955
1078
|
radius: "0",
|
|
956
|
-
bg: B(
|
|
1079
|
+
bg: B(c),
|
|
957
1080
|
bd: "1px solid var(--mantine-color-gray-2)",
|
|
958
1081
|
display: "flex",
|
|
959
1082
|
style: {
|
|
960
1083
|
flexDirection: "column",
|
|
961
1084
|
justifyContent: "space-between",
|
|
962
|
-
...
|
|
1085
|
+
...k
|
|
963
1086
|
},
|
|
964
|
-
...
|
|
1087
|
+
...S,
|
|
965
1088
|
children: [
|
|
966
|
-
|
|
1089
|
+
W,
|
|
967
1090
|
O && Q ? /* @__PURE__ */ r(
|
|
968
1091
|
f,
|
|
969
1092
|
{
|
|
@@ -984,12 +1107,12 @@ function ee(i) {
|
|
|
984
1107
|
switch (i.type) {
|
|
985
1108
|
case "ring":
|
|
986
1109
|
return /* @__PURE__ */ e(
|
|
987
|
-
|
|
1110
|
+
he,
|
|
988
1111
|
{
|
|
989
1112
|
size: i.size || 140,
|
|
990
1113
|
thickness: i.thickness || 12,
|
|
991
1114
|
sections: [{ value: i.value || 100, color: "gray.7" }],
|
|
992
|
-
label: /* @__PURE__ */ e(
|
|
1115
|
+
label: /* @__PURE__ */ e(A, { children: /* @__PURE__ */ r(
|
|
993
1116
|
u,
|
|
994
1117
|
{
|
|
995
1118
|
gap: 0,
|
|
@@ -1040,7 +1163,7 @@ function ee(i) {
|
|
|
1040
1163
|
}
|
|
1041
1164
|
),
|
|
1042
1165
|
i.badge && /* @__PURE__ */ e(
|
|
1043
|
-
|
|
1166
|
+
j,
|
|
1044
1167
|
{
|
|
1045
1168
|
mt: "md",
|
|
1046
1169
|
color: "gray",
|
|
@@ -1058,21 +1181,21 @@ function ee(i) {
|
|
|
1058
1181
|
gap: 8,
|
|
1059
1182
|
h: i.height || 100,
|
|
1060
1183
|
preventGrowOverflow: !1,
|
|
1061
|
-
children: (i.data || []).map((
|
|
1062
|
-
|
|
1184
|
+
children: (i.data || []).map((n, d) => /* @__PURE__ */ e(
|
|
1185
|
+
y,
|
|
1063
1186
|
{
|
|
1064
1187
|
w: 20,
|
|
1065
|
-
h: `${
|
|
1066
|
-
bg:
|
|
1188
|
+
h: `${n}%`,
|
|
1189
|
+
bg: d === i.highlight ? "gray.5" : "gray.2",
|
|
1067
1190
|
radius: "0"
|
|
1068
1191
|
},
|
|
1069
|
-
|
|
1192
|
+
d
|
|
1070
1193
|
))
|
|
1071
1194
|
}
|
|
1072
1195
|
);
|
|
1073
1196
|
case "typography":
|
|
1074
1197
|
return /* @__PURE__ */ e(
|
|
1075
|
-
|
|
1198
|
+
A,
|
|
1076
1199
|
{
|
|
1077
1200
|
h: i.height || 160,
|
|
1078
1201
|
bg: "gray.0",
|
|
@@ -1091,9 +1214,9 @@ function ee(i) {
|
|
|
1091
1214
|
}
|
|
1092
1215
|
);
|
|
1093
1216
|
case "icon-large": {
|
|
1094
|
-
const
|
|
1095
|
-
return
|
|
1096
|
-
|
|
1217
|
+
const n = i.icon;
|
|
1218
|
+
return n ? /* @__PURE__ */ e(
|
|
1219
|
+
n,
|
|
1097
1220
|
{
|
|
1098
1221
|
size: i.size || 64,
|
|
1099
1222
|
stroke: i.stroke || 1,
|
|
@@ -1105,23 +1228,23 @@ function ee(i) {
|
|
|
1105
1228
|
return null;
|
|
1106
1229
|
}
|
|
1107
1230
|
}
|
|
1108
|
-
function
|
|
1231
|
+
function or({ id: i, subtitle: n, title: d, items: o = [], cols: t = 4, background: s = "white", ta: g = "center", note: p }) {
|
|
1109
1232
|
return /* @__PURE__ */ r(
|
|
1110
|
-
|
|
1233
|
+
T,
|
|
1111
1234
|
{
|
|
1112
1235
|
id: i,
|
|
1113
|
-
subtitle:
|
|
1114
|
-
title:
|
|
1115
|
-
background:
|
|
1236
|
+
subtitle: n,
|
|
1237
|
+
title: d,
|
|
1238
|
+
background: s,
|
|
1116
1239
|
ta: g,
|
|
1117
1240
|
maw: 900,
|
|
1118
1241
|
children: [
|
|
1119
1242
|
/* @__PURE__ */ e(
|
|
1120
|
-
|
|
1243
|
+
I,
|
|
1121
1244
|
{
|
|
1122
|
-
cols: { base: 1, sm: 2, lg:
|
|
1245
|
+
cols: { base: 1, sm: 2, lg: t },
|
|
1123
1246
|
spacing: 0,
|
|
1124
|
-
children:
|
|
1247
|
+
children: o.map((m, h) => /* @__PURE__ */ r(
|
|
1125
1248
|
w,
|
|
1126
1249
|
{
|
|
1127
1250
|
px: "lg",
|
|
@@ -1142,7 +1265,7 @@ function Ze({ id: i, subtitle: o, title: l, items: n = [], cols: s = 4, backgrou
|
|
|
1142
1265
|
mb: "lg",
|
|
1143
1266
|
c: "gray.9",
|
|
1144
1267
|
style: { letterSpacing: "-0.04em" },
|
|
1145
|
-
children:
|
|
1268
|
+
children: m.value
|
|
1146
1269
|
}
|
|
1147
1270
|
),
|
|
1148
1271
|
/* @__PURE__ */ e(
|
|
@@ -1155,10 +1278,10 @@ function Ze({ id: i, subtitle: o, title: l, items: n = [], cols: s = 4, backgrou
|
|
|
1155
1278
|
mb: "xs",
|
|
1156
1279
|
c: "gray.9",
|
|
1157
1280
|
style: { letterSpacing: "-0.01em" },
|
|
1158
|
-
children:
|
|
1281
|
+
children: m.label
|
|
1159
1282
|
}
|
|
1160
1283
|
),
|
|
1161
|
-
|
|
1284
|
+
m.description && /* @__PURE__ */ e(
|
|
1162
1285
|
a,
|
|
1163
1286
|
{
|
|
1164
1287
|
component: "div",
|
|
@@ -1167,16 +1290,16 @@ function Ze({ id: i, subtitle: o, title: l, items: n = [], cols: s = 4, backgrou
|
|
|
1167
1290
|
lh: 1.5,
|
|
1168
1291
|
maw: 220,
|
|
1169
1292
|
mx: "auto",
|
|
1170
|
-
children:
|
|
1293
|
+
children: m.description
|
|
1171
1294
|
}
|
|
1172
1295
|
)
|
|
1173
1296
|
]
|
|
1174
1297
|
},
|
|
1175
|
-
|
|
1298
|
+
m.label || h
|
|
1176
1299
|
))
|
|
1177
1300
|
}
|
|
1178
1301
|
),
|
|
1179
|
-
|
|
1302
|
+
p && /* @__PURE__ */ e(
|
|
1180
1303
|
a,
|
|
1181
1304
|
{
|
|
1182
1305
|
size: "sm",
|
|
@@ -1186,43 +1309,43 @@ function Ze({ id: i, subtitle: o, title: l, items: n = [], cols: s = 4, backgrou
|
|
|
1186
1309
|
maw: 800,
|
|
1187
1310
|
mx: "auto",
|
|
1188
1311
|
lh: 1.6,
|
|
1189
|
-
children:
|
|
1312
|
+
children: p
|
|
1190
1313
|
}
|
|
1191
1314
|
)
|
|
1192
1315
|
]
|
|
1193
1316
|
}
|
|
1194
1317
|
);
|
|
1195
1318
|
}
|
|
1196
|
-
function
|
|
1319
|
+
function nr({ id: i, subtitle: n, title: d, description: o, items: t = [], ctaIcon: s, note: g, background: p = "white", ta: m = "center" }) {
|
|
1197
1320
|
return /* @__PURE__ */ r(
|
|
1198
|
-
|
|
1321
|
+
T,
|
|
1199
1322
|
{
|
|
1200
1323
|
id: i,
|
|
1201
|
-
subtitle:
|
|
1202
|
-
title:
|
|
1203
|
-
background:
|
|
1204
|
-
ta:
|
|
1324
|
+
subtitle: n,
|
|
1325
|
+
title: d,
|
|
1326
|
+
background: p,
|
|
1327
|
+
ta: m,
|
|
1205
1328
|
maw: 900,
|
|
1206
1329
|
children: [
|
|
1207
|
-
|
|
1330
|
+
o && /* @__PURE__ */ e(
|
|
1208
1331
|
a,
|
|
1209
1332
|
{
|
|
1210
1333
|
c: "gray.6",
|
|
1211
|
-
ta:
|
|
1334
|
+
ta: m,
|
|
1212
1335
|
mb: 80,
|
|
1213
1336
|
maw: 780,
|
|
1214
|
-
mx:
|
|
1337
|
+
mx: m === "center" ? "auto" : void 0,
|
|
1215
1338
|
size: "lg",
|
|
1216
1339
|
lh: 1.6,
|
|
1217
|
-
children:
|
|
1340
|
+
children: o
|
|
1218
1341
|
}
|
|
1219
1342
|
),
|
|
1220
|
-
/* @__PURE__ */ e(z, { gutter: "xl", children:
|
|
1221
|
-
const
|
|
1343
|
+
/* @__PURE__ */ e(z, { gutter: "xl", children: t.map((h, c) => {
|
|
1344
|
+
const l = h.icon;
|
|
1222
1345
|
return /* @__PURE__ */ e(
|
|
1223
1346
|
z.Col,
|
|
1224
1347
|
{
|
|
1225
|
-
span: { base: 12, md:
|
|
1348
|
+
span: { base: 12, md: h.span || 6 },
|
|
1226
1349
|
children: /* @__PURE__ */ r(
|
|
1227
1350
|
w,
|
|
1228
1351
|
{
|
|
@@ -1241,8 +1364,8 @@ function er({ id: i, subtitle: o, title: l, description: n, items: s = [], ctaIc
|
|
|
1241
1364
|
mb: "lg",
|
|
1242
1365
|
wrap: "nowrap",
|
|
1243
1366
|
children: [
|
|
1244
|
-
/* @__PURE__ */ r(
|
|
1245
|
-
|
|
1367
|
+
/* @__PURE__ */ r(y, { children: [
|
|
1368
|
+
h.category && /* @__PURE__ */ e(
|
|
1246
1369
|
a,
|
|
1247
1370
|
{
|
|
1248
1371
|
size: "xs",
|
|
@@ -1251,22 +1374,22 @@ function er({ id: i, subtitle: o, title: l, description: n, items: s = [], ctaIc
|
|
|
1251
1374
|
ls: "1.5px",
|
|
1252
1375
|
c: "gray.4",
|
|
1253
1376
|
mb: 4,
|
|
1254
|
-
children:
|
|
1377
|
+
children: h.category
|
|
1255
1378
|
}
|
|
1256
1379
|
),
|
|
1257
1380
|
/* @__PURE__ */ e(
|
|
1258
|
-
|
|
1381
|
+
E,
|
|
1259
1382
|
{
|
|
1260
1383
|
order: 3,
|
|
1261
1384
|
fz: "h2",
|
|
1262
1385
|
fw: 800,
|
|
1263
1386
|
c: "gray.9",
|
|
1264
|
-
children:
|
|
1387
|
+
children: h.name
|
|
1265
1388
|
}
|
|
1266
1389
|
)
|
|
1267
1390
|
] }),
|
|
1268
|
-
|
|
1269
|
-
|
|
1391
|
+
l && /* @__PURE__ */ e(
|
|
1392
|
+
l,
|
|
1270
1393
|
{
|
|
1271
1394
|
size: 28,
|
|
1272
1395
|
stroke: 1.5,
|
|
@@ -1276,7 +1399,7 @@ function er({ id: i, subtitle: o, title: l, description: n, items: s = [], ctaIc
|
|
|
1276
1399
|
]
|
|
1277
1400
|
}
|
|
1278
1401
|
),
|
|
1279
|
-
|
|
1402
|
+
h.headline && /* @__PURE__ */ e(
|
|
1280
1403
|
a,
|
|
1281
1404
|
{
|
|
1282
1405
|
fw: 700,
|
|
@@ -1285,10 +1408,10 @@ function er({ id: i, subtitle: o, title: l, description: n, items: s = [], ctaIc
|
|
|
1285
1408
|
mb: "sm",
|
|
1286
1409
|
c: "gray.9",
|
|
1287
1410
|
style: { letterSpacing: "-0.01em" },
|
|
1288
|
-
children:
|
|
1411
|
+
children: h.headline
|
|
1289
1412
|
}
|
|
1290
1413
|
),
|
|
1291
|
-
|
|
1414
|
+
h.description && /* @__PURE__ */ e(
|
|
1292
1415
|
a,
|
|
1293
1416
|
{
|
|
1294
1417
|
size: "md",
|
|
@@ -1296,20 +1419,20 @@ function er({ id: i, subtitle: o, title: l, description: n, items: s = [], ctaIc
|
|
|
1296
1419
|
lh: 1.6,
|
|
1297
1420
|
mb: "xl",
|
|
1298
1421
|
style: { flexGrow: 1 },
|
|
1299
|
-
children:
|
|
1422
|
+
children: h.description
|
|
1300
1423
|
}
|
|
1301
1424
|
),
|
|
1302
|
-
|
|
1425
|
+
h.href && /* @__PURE__ */ e(
|
|
1303
1426
|
G,
|
|
1304
1427
|
{
|
|
1305
1428
|
component: "a",
|
|
1306
|
-
href:
|
|
1307
|
-
target:
|
|
1308
|
-
rel:
|
|
1429
|
+
href: h.href,
|
|
1430
|
+
target: h.target,
|
|
1431
|
+
rel: h.target === "_blank" ? "noopener noreferrer" : void 0,
|
|
1309
1432
|
variant: "default",
|
|
1310
1433
|
size: "md",
|
|
1311
1434
|
radius: "0",
|
|
1312
|
-
rightSection:
|
|
1435
|
+
rightSection: s,
|
|
1313
1436
|
style: {
|
|
1314
1437
|
width: "100%",
|
|
1315
1438
|
justifyContent: "space-between",
|
|
@@ -1318,14 +1441,14 @@ function er({ id: i, subtitle: o, title: l, description: n, items: s = [], ctaIc
|
|
|
1318
1441
|
paddingTop: 16,
|
|
1319
1442
|
marginTop: "auto"
|
|
1320
1443
|
},
|
|
1321
|
-
children:
|
|
1444
|
+
children: h.ctaLabel || `Abrir ${h.name}`
|
|
1322
1445
|
}
|
|
1323
1446
|
)
|
|
1324
1447
|
]
|
|
1325
1448
|
}
|
|
1326
1449
|
)
|
|
1327
1450
|
},
|
|
1328
|
-
|
|
1451
|
+
h.name || c
|
|
1329
1452
|
);
|
|
1330
1453
|
}) }),
|
|
1331
1454
|
g && /* @__PURE__ */ e(
|
|
@@ -1333,10 +1456,10 @@ function er({ id: i, subtitle: o, title: l, description: n, items: s = [], ctaIc
|
|
|
1333
1456
|
{
|
|
1334
1457
|
size: "sm",
|
|
1335
1458
|
c: "gray.6",
|
|
1336
|
-
ta:
|
|
1459
|
+
ta: m,
|
|
1337
1460
|
mt: 60,
|
|
1338
1461
|
maw: 800,
|
|
1339
|
-
mx:
|
|
1462
|
+
mx: m === "center" ? "auto" : void 0,
|
|
1340
1463
|
lh: 1.6,
|
|
1341
1464
|
fs: "italic",
|
|
1342
1465
|
children: g
|
|
@@ -1346,28 +1469,28 @@ function er({ id: i, subtitle: o, title: l, description: n, items: s = [], ctaIc
|
|
|
1346
1469
|
}
|
|
1347
1470
|
);
|
|
1348
1471
|
}
|
|
1349
|
-
function
|
|
1472
|
+
function tr({ id: i, subtitle: n, title: d, description: o, items: t = [], note: s, background: g = "gray", ta: p = "center" }) {
|
|
1350
1473
|
return /* @__PURE__ */ r(
|
|
1351
|
-
|
|
1474
|
+
T,
|
|
1352
1475
|
{
|
|
1353
1476
|
id: i,
|
|
1354
|
-
subtitle:
|
|
1355
|
-
title:
|
|
1477
|
+
subtitle: n,
|
|
1478
|
+
title: d,
|
|
1356
1479
|
background: g,
|
|
1357
|
-
ta:
|
|
1480
|
+
ta: p,
|
|
1358
1481
|
maw: 900,
|
|
1359
1482
|
children: [
|
|
1360
|
-
|
|
1483
|
+
o && /* @__PURE__ */ e(
|
|
1361
1484
|
a,
|
|
1362
1485
|
{
|
|
1363
1486
|
c: "gray.6",
|
|
1364
|
-
ta:
|
|
1487
|
+
ta: p,
|
|
1365
1488
|
mb: 56,
|
|
1366
1489
|
maw: 760,
|
|
1367
|
-
mx:
|
|
1490
|
+
mx: p === "center" ? "auto" : void 0,
|
|
1368
1491
|
size: "lg",
|
|
1369
1492
|
lh: 1.7,
|
|
1370
|
-
children:
|
|
1493
|
+
children: o
|
|
1371
1494
|
}
|
|
1372
1495
|
),
|
|
1373
1496
|
/* @__PURE__ */ e(
|
|
@@ -1378,13 +1501,13 @@ function rr({ id: i, subtitle: o, title: l, description: n, items: s = [], note:
|
|
|
1378
1501
|
bd: "1px solid var(--mantine-color-gray-2)",
|
|
1379
1502
|
px: { base: "lg", md: 40 },
|
|
1380
1503
|
py: { base: "xs", md: "md" },
|
|
1381
|
-
children:
|
|
1504
|
+
children: t.map((m, h) => /* @__PURE__ */ r(
|
|
1382
1505
|
z,
|
|
1383
1506
|
{
|
|
1384
1507
|
gutter: { base: 4, sm: "xl" },
|
|
1385
1508
|
py: { base: "lg", md: "xl" },
|
|
1386
1509
|
ta: "left",
|
|
1387
|
-
style:
|
|
1510
|
+
style: h === 0 ? void 0 : { borderTop: "1px solid var(--mantine-color-gray-2)" },
|
|
1388
1511
|
children: [
|
|
1389
1512
|
/* @__PURE__ */ e(z.Col, { span: { base: 12, sm: 4 }, children: /* @__PURE__ */ e(
|
|
1390
1513
|
a,
|
|
@@ -1392,7 +1515,7 @@ function rr({ id: i, subtitle: o, title: l, description: n, items: s = [], note:
|
|
|
1392
1515
|
fw: 700,
|
|
1393
1516
|
lh: 1.4,
|
|
1394
1517
|
c: "gray.9",
|
|
1395
|
-
children:
|
|
1518
|
+
children: m.criterion
|
|
1396
1519
|
}
|
|
1397
1520
|
) }),
|
|
1398
1521
|
/* @__PURE__ */ r(z.Col, { span: { base: 12, sm: 8 }, children: [
|
|
@@ -1402,65 +1525,65 @@ function rr({ id: i, subtitle: o, title: l, description: n, items: s = [], note:
|
|
|
1402
1525
|
fw: 700,
|
|
1403
1526
|
lh: 1.4,
|
|
1404
1527
|
mb: 6,
|
|
1405
|
-
c:
|
|
1406
|
-
children:
|
|
1528
|
+
c: m.muted ? "gray.5" : "gray.9",
|
|
1529
|
+
children: m.value
|
|
1407
1530
|
}
|
|
1408
1531
|
),
|
|
1409
|
-
|
|
1532
|
+
m.note && /* @__PURE__ */ e(
|
|
1410
1533
|
a,
|
|
1411
1534
|
{
|
|
1412
1535
|
size: "sm",
|
|
1413
1536
|
c: "gray.6",
|
|
1414
1537
|
lh: 1.6,
|
|
1415
|
-
children:
|
|
1538
|
+
children: m.note
|
|
1416
1539
|
}
|
|
1417
1540
|
)
|
|
1418
1541
|
] })
|
|
1419
1542
|
]
|
|
1420
1543
|
},
|
|
1421
|
-
|
|
1544
|
+
m.criterion || h
|
|
1422
1545
|
))
|
|
1423
1546
|
}
|
|
1424
1547
|
),
|
|
1425
|
-
|
|
1548
|
+
s && /* @__PURE__ */ e(
|
|
1426
1549
|
a,
|
|
1427
1550
|
{
|
|
1428
1551
|
size: "sm",
|
|
1429
1552
|
c: "gray.6",
|
|
1430
|
-
ta:
|
|
1553
|
+
ta: p,
|
|
1431
1554
|
mt: 40,
|
|
1432
1555
|
maw: 720,
|
|
1433
|
-
mx:
|
|
1556
|
+
mx: p === "center" ? "auto" : void 0,
|
|
1434
1557
|
lh: 1.7,
|
|
1435
|
-
children:
|
|
1558
|
+
children: s
|
|
1436
1559
|
}
|
|
1437
1560
|
)
|
|
1438
1561
|
]
|
|
1439
1562
|
}
|
|
1440
1563
|
);
|
|
1441
1564
|
}
|
|
1442
|
-
function
|
|
1565
|
+
function lr({ id: i, subtitle: n, title: d, description: o, cardLabel: t, items: s = [], footnote: g, background: p = "gray", ta: m = "center" }) {
|
|
1443
1566
|
return /* @__PURE__ */ r(
|
|
1444
|
-
|
|
1567
|
+
T,
|
|
1445
1568
|
{
|
|
1446
1569
|
id: i,
|
|
1447
|
-
subtitle:
|
|
1448
|
-
title:
|
|
1449
|
-
background:
|
|
1450
|
-
ta:
|
|
1570
|
+
subtitle: n,
|
|
1571
|
+
title: d,
|
|
1572
|
+
background: p,
|
|
1573
|
+
ta: m,
|
|
1451
1574
|
maw: 800,
|
|
1452
1575
|
children: [
|
|
1453
|
-
|
|
1576
|
+
o && /* @__PURE__ */ e(
|
|
1454
1577
|
a,
|
|
1455
1578
|
{
|
|
1456
1579
|
c: "gray.6",
|
|
1457
|
-
ta:
|
|
1580
|
+
ta: m,
|
|
1458
1581
|
size: "lg",
|
|
1459
1582
|
lh: 1.7,
|
|
1460
1583
|
maw: 720,
|
|
1461
|
-
mx:
|
|
1584
|
+
mx: m === "center" ? "auto" : void 0,
|
|
1462
1585
|
mb: 48,
|
|
1463
|
-
children:
|
|
1586
|
+
children: o
|
|
1464
1587
|
}
|
|
1465
1588
|
),
|
|
1466
1589
|
/* @__PURE__ */ r(
|
|
@@ -1472,7 +1595,7 @@ function ar({ id: i, subtitle: o, title: l, description: n, cardLabel: s, items:
|
|
|
1472
1595
|
bd: "1px solid var(--mantine-color-gray-2)",
|
|
1473
1596
|
ta: "left",
|
|
1474
1597
|
children: [
|
|
1475
|
-
|
|
1598
|
+
t && /* @__PURE__ */ e(
|
|
1476
1599
|
a,
|
|
1477
1600
|
{
|
|
1478
1601
|
size: "xs",
|
|
@@ -1481,38 +1604,38 @@ function ar({ id: i, subtitle: o, title: l, description: n, cardLabel: s, items:
|
|
|
1481
1604
|
ls: "1.5px",
|
|
1482
1605
|
c: "gray.4",
|
|
1483
1606
|
mb: "lg",
|
|
1484
|
-
children:
|
|
1607
|
+
children: t
|
|
1485
1608
|
}
|
|
1486
1609
|
),
|
|
1487
1610
|
/* @__PURE__ */ e(
|
|
1488
|
-
|
|
1611
|
+
y,
|
|
1489
1612
|
{
|
|
1490
1613
|
component: "ul",
|
|
1491
1614
|
m: 0,
|
|
1492
1615
|
pl: "lg",
|
|
1493
1616
|
style: { display: "flex", flexDirection: "column", gap: 16 },
|
|
1494
|
-
children:
|
|
1617
|
+
children: s.map((h, c) => /* @__PURE__ */ r(
|
|
1495
1618
|
a,
|
|
1496
1619
|
{
|
|
1497
1620
|
component: "li",
|
|
1498
1621
|
c: "gray.6",
|
|
1499
1622
|
lh: 1.7,
|
|
1500
1623
|
children: [
|
|
1501
|
-
|
|
1624
|
+
h.lead && /* @__PURE__ */ e(
|
|
1502
1625
|
a,
|
|
1503
1626
|
{
|
|
1504
1627
|
component: "span",
|
|
1505
1628
|
fw: 700,
|
|
1506
1629
|
c: "gray.9",
|
|
1507
1630
|
inherit: !0,
|
|
1508
|
-
children:
|
|
1631
|
+
children: h.lead
|
|
1509
1632
|
}
|
|
1510
1633
|
),
|
|
1511
1634
|
" ",
|
|
1512
|
-
|
|
1635
|
+
h.text
|
|
1513
1636
|
]
|
|
1514
1637
|
},
|
|
1515
|
-
|
|
1638
|
+
h.lead || c
|
|
1516
1639
|
))
|
|
1517
1640
|
}
|
|
1518
1641
|
),
|
|
@@ -1548,28 +1671,28 @@ function ar({ id: i, subtitle: o, title: l, description: n, cardLabel: s, items:
|
|
|
1548
1671
|
}
|
|
1549
1672
|
);
|
|
1550
1673
|
}
|
|
1551
|
-
function
|
|
1674
|
+
function sr({ id: i, subtitle: n, title: d, description: o, avatar: t, name: s, role: g, quote: p, credentials: m = [], background: h = "white", ta: c = "center" }) {
|
|
1552
1675
|
return /* @__PURE__ */ r(
|
|
1553
|
-
|
|
1676
|
+
T,
|
|
1554
1677
|
{
|
|
1555
1678
|
id: i,
|
|
1556
|
-
subtitle:
|
|
1557
|
-
title:
|
|
1558
|
-
background:
|
|
1559
|
-
ta:
|
|
1679
|
+
subtitle: n,
|
|
1680
|
+
title: d,
|
|
1681
|
+
background: h,
|
|
1682
|
+
ta: c,
|
|
1560
1683
|
maw: 900,
|
|
1561
1684
|
children: [
|
|
1562
|
-
|
|
1685
|
+
o && /* @__PURE__ */ e(
|
|
1563
1686
|
a,
|
|
1564
1687
|
{
|
|
1565
1688
|
c: "gray.6",
|
|
1566
|
-
ta:
|
|
1689
|
+
ta: c,
|
|
1567
1690
|
mb: 60,
|
|
1568
1691
|
maw: 800,
|
|
1569
|
-
mx:
|
|
1692
|
+
mx: c === "center" ? "auto" : void 0,
|
|
1570
1693
|
fz: "lg",
|
|
1571
1694
|
lh: 1.6,
|
|
1572
|
-
children:
|
|
1695
|
+
children: o
|
|
1573
1696
|
}
|
|
1574
1697
|
),
|
|
1575
1698
|
/* @__PURE__ */ r(
|
|
@@ -1589,18 +1712,18 @@ function ir({ id: i, subtitle: o, title: l, description: n, avatar: s, name: t,
|
|
|
1589
1712
|
gutter: { base: "xl", md: 48 },
|
|
1590
1713
|
align: "flex-start",
|
|
1591
1714
|
children: [
|
|
1592
|
-
|
|
1715
|
+
t && // O retrato vira linha própria e centralizada no celular,
|
|
1593
1716
|
// onde o layout de duas colunas não cabe.
|
|
1594
1717
|
/* @__PURE__ */ e(z.Col, { span: { base: 12, sm: "content" }, children: /* @__PURE__ */ e(
|
|
1595
|
-
|
|
1718
|
+
y,
|
|
1596
1719
|
{
|
|
1597
1720
|
mx: { base: "auto", sm: 0 },
|
|
1598
1721
|
w: { base: 132, sm: 148 },
|
|
1599
1722
|
children: /* @__PURE__ */ e(
|
|
1600
1723
|
$,
|
|
1601
1724
|
{
|
|
1602
|
-
src:
|
|
1603
|
-
alt:
|
|
1725
|
+
src: t.src,
|
|
1726
|
+
alt: t.alt || s || "",
|
|
1604
1727
|
w: "100%",
|
|
1605
1728
|
radius: "0",
|
|
1606
1729
|
style: {
|
|
@@ -1613,7 +1736,7 @@ function ir({ id: i, subtitle: o, title: l, description: n, avatar: s, name: t,
|
|
|
1613
1736
|
}
|
|
1614
1737
|
) }),
|
|
1615
1738
|
/* @__PURE__ */ r(z.Col, { span: { base: 12, sm: "auto" }, children: [
|
|
1616
|
-
(
|
|
1739
|
+
(s || g) && /* @__PURE__ */ r(
|
|
1617
1740
|
f,
|
|
1618
1741
|
{
|
|
1619
1742
|
mb: "lg",
|
|
@@ -1621,18 +1744,18 @@ function ir({ id: i, subtitle: o, title: l, description: n, avatar: s, name: t,
|
|
|
1621
1744
|
wrap: "wrap",
|
|
1622
1745
|
justify: { base: "center", sm: "flex-start" },
|
|
1623
1746
|
children: [
|
|
1624
|
-
|
|
1747
|
+
s && /* @__PURE__ */ e(
|
|
1625
1748
|
a,
|
|
1626
1749
|
{
|
|
1627
1750
|
fz: { base: "lg", md: "xl" },
|
|
1628
1751
|
fw: 800,
|
|
1629
1752
|
c: "gray.9",
|
|
1630
1753
|
style: { letterSpacing: "-0.02em" },
|
|
1631
|
-
children:
|
|
1754
|
+
children: s
|
|
1632
1755
|
}
|
|
1633
1756
|
),
|
|
1634
1757
|
g && /* @__PURE__ */ e(
|
|
1635
|
-
|
|
1758
|
+
j,
|
|
1636
1759
|
{
|
|
1637
1760
|
variant: "dot",
|
|
1638
1761
|
color: "gray",
|
|
@@ -1644,7 +1767,7 @@ function ir({ id: i, subtitle: o, title: l, description: n, avatar: s, name: t,
|
|
|
1644
1767
|
]
|
|
1645
1768
|
}
|
|
1646
1769
|
),
|
|
1647
|
-
|
|
1770
|
+
p && /* @__PURE__ */ e(
|
|
1648
1771
|
a,
|
|
1649
1772
|
{
|
|
1650
1773
|
fz: { base: "md", md: "lg" },
|
|
@@ -1653,23 +1776,23 @@ function ir({ id: i, subtitle: o, title: l, description: n, avatar: s, name: t,
|
|
|
1653
1776
|
pl: { base: 0, sm: "xl" },
|
|
1654
1777
|
ta: { base: "center", sm: "left" },
|
|
1655
1778
|
style: { borderLeft: "2px solid var(--mantine-color-gray-3)" },
|
|
1656
|
-
children:
|
|
1779
|
+
children: p
|
|
1657
1780
|
}
|
|
1658
1781
|
)
|
|
1659
1782
|
] })
|
|
1660
1783
|
]
|
|
1661
1784
|
}
|
|
1662
1785
|
),
|
|
1663
|
-
|
|
1664
|
-
|
|
1786
|
+
m.length > 0 && /* @__PURE__ */ e(
|
|
1787
|
+
I,
|
|
1665
1788
|
{
|
|
1666
|
-
cols:
|
|
1789
|
+
cols: m.length,
|
|
1667
1790
|
spacing: { base: "xs", sm: "lg" },
|
|
1668
1791
|
mt: { base: 32, md: 48 },
|
|
1669
1792
|
pt: { base: "lg", md: "xl" },
|
|
1670
1793
|
style: { borderTop: "1px solid var(--mantine-color-gray-2)" },
|
|
1671
|
-
children:
|
|
1672
|
-
|
|
1794
|
+
children: m.map((l, x) => /* @__PURE__ */ r(
|
|
1795
|
+
y,
|
|
1673
1796
|
{
|
|
1674
1797
|
ta: { base: "center", sm: "left" },
|
|
1675
1798
|
children: [
|
|
@@ -1683,7 +1806,7 @@ function ir({ id: i, subtitle: o, title: l, description: n, avatar: s, name: t,
|
|
|
1683
1806
|
mb: 8,
|
|
1684
1807
|
c: "gray.9",
|
|
1685
1808
|
style: { letterSpacing: "-0.04em" },
|
|
1686
|
-
children:
|
|
1809
|
+
children: l.value
|
|
1687
1810
|
}
|
|
1688
1811
|
),
|
|
1689
1812
|
/* @__PURE__ */ e(
|
|
@@ -1696,12 +1819,12 @@ function ir({ id: i, subtitle: o, title: l, description: n, avatar: s, name: t,
|
|
|
1696
1819
|
lh: 1.4,
|
|
1697
1820
|
tt: "uppercase",
|
|
1698
1821
|
ls: "1.2px",
|
|
1699
|
-
children:
|
|
1822
|
+
children: l.label
|
|
1700
1823
|
}
|
|
1701
1824
|
)
|
|
1702
1825
|
]
|
|
1703
1826
|
},
|
|
1704
|
-
|
|
1827
|
+
l.label || x
|
|
1705
1828
|
))
|
|
1706
1829
|
}
|
|
1707
1830
|
)
|
|
@@ -1712,41 +1835,41 @@ function ir({ id: i, subtitle: o, title: l, description: n, avatar: s, name: t,
|
|
|
1712
1835
|
}
|
|
1713
1836
|
);
|
|
1714
1837
|
}
|
|
1715
|
-
function
|
|
1838
|
+
function cr({ id: i, badge: n, subtitle: d, title: o, description: t, items: s = [], background: g = "gray", ta: p = "center" }) {
|
|
1716
1839
|
return /* @__PURE__ */ r(
|
|
1717
|
-
|
|
1840
|
+
T,
|
|
1718
1841
|
{
|
|
1719
1842
|
id: i,
|
|
1720
|
-
badge:
|
|
1721
|
-
subtitle:
|
|
1722
|
-
title:
|
|
1843
|
+
badge: n,
|
|
1844
|
+
subtitle: d,
|
|
1845
|
+
title: o,
|
|
1723
1846
|
background: g,
|
|
1724
|
-
ta:
|
|
1847
|
+
ta: p,
|
|
1725
1848
|
maw: 900,
|
|
1726
1849
|
children: [
|
|
1727
|
-
|
|
1850
|
+
t && /* @__PURE__ */ e(
|
|
1728
1851
|
a,
|
|
1729
1852
|
{
|
|
1730
1853
|
c: "gray.6",
|
|
1731
|
-
ta:
|
|
1854
|
+
ta: p,
|
|
1732
1855
|
mb: 60,
|
|
1733
1856
|
maw: 700,
|
|
1734
|
-
mx:
|
|
1857
|
+
mx: p === "center" ? "auto" : void 0,
|
|
1735
1858
|
fz: "lg",
|
|
1736
1859
|
lh: 1.6,
|
|
1737
|
-
children:
|
|
1860
|
+
children: t
|
|
1738
1861
|
}
|
|
1739
1862
|
),
|
|
1740
1863
|
/* @__PURE__ */ e(
|
|
1741
|
-
|
|
1864
|
+
I,
|
|
1742
1865
|
{
|
|
1743
|
-
cols: { base: 1, md:
|
|
1866
|
+
cols: { base: 1, md: s.length <= 4 ? s.length : 3 },
|
|
1744
1867
|
spacing: "xl",
|
|
1745
1868
|
verticalSpacing: { base: 56, md: "xl" },
|
|
1746
|
-
children:
|
|
1747
|
-
const
|
|
1869
|
+
children: s.map((m, h) => {
|
|
1870
|
+
const c = m.icon;
|
|
1748
1871
|
return /* @__PURE__ */ r(
|
|
1749
|
-
|
|
1872
|
+
y,
|
|
1750
1873
|
{
|
|
1751
1874
|
pos: "relative",
|
|
1752
1875
|
ta: "left",
|
|
@@ -1766,10 +1889,10 @@ function nr({ id: i, badge: o, subtitle: l, title: n, description: s, items: t =
|
|
|
1766
1889
|
letterSpacing: "-0.05em",
|
|
1767
1890
|
pointerEvents: "none"
|
|
1768
1891
|
},
|
|
1769
|
-
children:
|
|
1892
|
+
children: m.number || String(h + 1).padStart(2, "0")
|
|
1770
1893
|
}
|
|
1771
1894
|
),
|
|
1772
|
-
|
|
1895
|
+
c && /* @__PURE__ */ e(
|
|
1773
1896
|
v,
|
|
1774
1897
|
{
|
|
1775
1898
|
size: 60,
|
|
@@ -1780,7 +1903,7 @@ function nr({ id: i, badge: o, subtitle: l, title: n, description: s, items: t =
|
|
|
1780
1903
|
pos: "relative",
|
|
1781
1904
|
style: { zIndex: 1 },
|
|
1782
1905
|
children: /* @__PURE__ */ e(
|
|
1783
|
-
|
|
1906
|
+
c,
|
|
1784
1907
|
{
|
|
1785
1908
|
size: 30,
|
|
1786
1909
|
stroke: 1.5
|
|
@@ -1789,7 +1912,7 @@ function nr({ id: i, badge: o, subtitle: l, title: n, description: s, items: t =
|
|
|
1789
1912
|
}
|
|
1790
1913
|
),
|
|
1791
1914
|
/* @__PURE__ */ e(
|
|
1792
|
-
|
|
1915
|
+
E,
|
|
1793
1916
|
{
|
|
1794
1917
|
order: 3,
|
|
1795
1918
|
fz: "h3",
|
|
@@ -1797,7 +1920,7 @@ function nr({ id: i, badge: o, subtitle: l, title: n, description: s, items: t =
|
|
|
1797
1920
|
mb: "xs",
|
|
1798
1921
|
pos: "relative",
|
|
1799
1922
|
style: { zIndex: 1 },
|
|
1800
|
-
children:
|
|
1923
|
+
children: m.title
|
|
1801
1924
|
}
|
|
1802
1925
|
),
|
|
1803
1926
|
/* @__PURE__ */ e(
|
|
@@ -1808,12 +1931,12 @@ function nr({ id: i, badge: o, subtitle: l, title: n, description: s, items: t =
|
|
|
1808
1931
|
lh: 1.6,
|
|
1809
1932
|
pos: "relative",
|
|
1810
1933
|
style: { zIndex: 1 },
|
|
1811
|
-
children:
|
|
1934
|
+
children: m.description
|
|
1812
1935
|
}
|
|
1813
1936
|
)
|
|
1814
1937
|
]
|
|
1815
1938
|
},
|
|
1816
|
-
|
|
1939
|
+
m.title || h
|
|
1817
1940
|
);
|
|
1818
1941
|
})
|
|
1819
1942
|
}
|
|
@@ -1822,48 +1945,48 @@ function nr({ id: i, badge: o, subtitle: l, title: n, description: s, items: t =
|
|
|
1822
1945
|
}
|
|
1823
1946
|
);
|
|
1824
1947
|
}
|
|
1825
|
-
function
|
|
1826
|
-
const [
|
|
1827
|
-
const { value:
|
|
1828
|
-
|
|
1829
|
-
},
|
|
1948
|
+
function dr({ id: i, badge: n, title: d, description: o, fields: t = [], whatsappNumber: s, messageIntro: g = "Olá! Vim pelo site.", submit: p = {}, reassurance: m, onSubmit: h }) {
|
|
1949
|
+
const [c, l] = X(() => Object.fromEntries(t.map((b) => [b.name, ""]))), [x, q] = X(!1), P = (b) => (k) => {
|
|
1950
|
+
const { value: S } = k.currentTarget;
|
|
1951
|
+
l((K) => ({ ...K, [b]: S }));
|
|
1952
|
+
}, V = t.filter((b) => b.required).every((b) => c[b.name]?.trim());
|
|
1830
1953
|
return /* @__PURE__ */ e(
|
|
1831
|
-
|
|
1954
|
+
y,
|
|
1832
1955
|
{
|
|
1833
1956
|
id: i,
|
|
1834
1957
|
component: "section",
|
|
1835
1958
|
py: { base: 80, md: 120 },
|
|
1836
1959
|
bg: "gray.9",
|
|
1837
1960
|
children: /* @__PURE__ */ r(F, { size: "md", children: [
|
|
1838
|
-
|
|
1961
|
+
n && /* @__PURE__ */ e(
|
|
1839
1962
|
f,
|
|
1840
1963
|
{
|
|
1841
1964
|
justify: "center",
|
|
1842
1965
|
mb: "md",
|
|
1843
1966
|
children: /* @__PURE__ */ e(
|
|
1844
|
-
|
|
1967
|
+
j,
|
|
1845
1968
|
{
|
|
1846
1969
|
variant: "light",
|
|
1847
1970
|
color: "gray",
|
|
1848
1971
|
size: "lg",
|
|
1849
1972
|
radius: "0",
|
|
1850
|
-
children:
|
|
1973
|
+
children: n
|
|
1851
1974
|
}
|
|
1852
1975
|
)
|
|
1853
1976
|
}
|
|
1854
1977
|
),
|
|
1855
|
-
|
|
1856
|
-
|
|
1978
|
+
d && /* @__PURE__ */ e(
|
|
1979
|
+
E,
|
|
1857
1980
|
{
|
|
1858
1981
|
order: 2,
|
|
1859
1982
|
ta: "center",
|
|
1860
1983
|
c: "white",
|
|
1861
1984
|
mb: "md",
|
|
1862
1985
|
fz: "var(--fz-section-title)",
|
|
1863
|
-
children:
|
|
1986
|
+
children: d
|
|
1864
1987
|
}
|
|
1865
1988
|
),
|
|
1866
|
-
|
|
1989
|
+
o && /* @__PURE__ */ e(
|
|
1867
1990
|
a,
|
|
1868
1991
|
{
|
|
1869
1992
|
ta: "center",
|
|
@@ -1873,7 +1996,7 @@ function or({ id: i, badge: o, title: l, description: n, fields: s = [], whatsap
|
|
|
1873
1996
|
mx: "auto",
|
|
1874
1997
|
fz: "lg",
|
|
1875
1998
|
lh: 1.6,
|
|
1876
|
-
children:
|
|
1999
|
+
children: o
|
|
1877
2000
|
}
|
|
1878
2001
|
),
|
|
1879
2002
|
/* @__PURE__ */ e(
|
|
@@ -1882,40 +2005,40 @@ function or({ id: i, badge: o, title: l, description: n, fields: s = [], whatsap
|
|
|
1882
2005
|
p: "xl",
|
|
1883
2006
|
radius: "0",
|
|
1884
2007
|
bg: "white",
|
|
1885
|
-
children: /* @__PURE__ */ e("form", { onSubmit: (
|
|
1886
|
-
if (
|
|
1887
|
-
const
|
|
2008
|
+
children: /* @__PURE__ */ e("form", { onSubmit: (b) => {
|
|
2009
|
+
if (b.preventDefault(), q(!0), !V) return;
|
|
2010
|
+
const k = [g, "", ...t.filter((S) => c[S.name]?.trim()).map((S) => `${S.label}: ${c[S.name]}`)].join(`
|
|
1888
2011
|
`);
|
|
1889
|
-
if (
|
|
1890
|
-
const
|
|
1891
|
-
window.open(
|
|
2012
|
+
if (h?.(c), s) {
|
|
2013
|
+
const S = `https://wa.me/${s}?text=${encodeURIComponent(k)}`;
|
|
2014
|
+
window.open(S, "_blank", "noopener,noreferrer");
|
|
1892
2015
|
}
|
|
1893
2016
|
}, children: /* @__PURE__ */ r(u, { gap: "md", children: [
|
|
1894
|
-
/* @__PURE__ */ e(
|
|
2017
|
+
/* @__PURE__ */ e(I, { cols: { base: 1, sm: 2 }, children: t.filter((b) => b.span !== "full").map((b) => /* @__PURE__ */ e(
|
|
1895
2018
|
N,
|
|
1896
2019
|
{
|
|
1897
|
-
label:
|
|
1898
|
-
placeholder:
|
|
1899
|
-
type:
|
|
1900
|
-
required:
|
|
1901
|
-
value:
|
|
1902
|
-
onChange:
|
|
1903
|
-
error:
|
|
2020
|
+
label: b.label,
|
|
2021
|
+
placeholder: b.placeholder,
|
|
2022
|
+
type: b.type || "text",
|
|
2023
|
+
required: b.required,
|
|
2024
|
+
value: c[b.name] || "",
|
|
2025
|
+
onChange: P(b.name),
|
|
2026
|
+
error: x && b.required && !c[b.name]?.trim() ? "Obrigatório" : null
|
|
1904
2027
|
},
|
|
1905
|
-
|
|
2028
|
+
b.name
|
|
1906
2029
|
)) }),
|
|
1907
|
-
|
|
2030
|
+
t.filter((b) => b.span === "full").map((b) => /* @__PURE__ */ e(
|
|
1908
2031
|
N,
|
|
1909
2032
|
{
|
|
1910
|
-
label:
|
|
1911
|
-
placeholder:
|
|
1912
|
-
type:
|
|
1913
|
-
required:
|
|
1914
|
-
value:
|
|
1915
|
-
onChange:
|
|
1916
|
-
error:
|
|
2033
|
+
label: b.label,
|
|
2034
|
+
placeholder: b.placeholder,
|
|
2035
|
+
type: b.type || "text",
|
|
2036
|
+
required: b.required,
|
|
2037
|
+
value: c[b.name] || "",
|
|
2038
|
+
onChange: P(b.name),
|
|
2039
|
+
error: x && b.required && !c[b.name]?.trim() ? "Obrigatório" : null
|
|
1917
2040
|
},
|
|
1918
|
-
|
|
2041
|
+
b.name
|
|
1919
2042
|
)),
|
|
1920
2043
|
/* @__PURE__ */ e(
|
|
1921
2044
|
G,
|
|
@@ -1924,17 +2047,17 @@ function or({ id: i, badge: o, title: l, description: n, fields: s = [], whatsap
|
|
|
1924
2047
|
size: "lg",
|
|
1925
2048
|
radius: "0",
|
|
1926
2049
|
color: "gray.9",
|
|
1927
|
-
leftSection:
|
|
2050
|
+
leftSection: p.leftSection,
|
|
1928
2051
|
mt: "sm",
|
|
1929
2052
|
styles: {
|
|
1930
2053
|
root: { height: "auto" },
|
|
1931
2054
|
label: { whiteSpace: "normal", lineHeight: 1.4 },
|
|
1932
2055
|
inner: { paddingTop: 12, paddingBottom: 12 }
|
|
1933
2056
|
},
|
|
1934
|
-
children:
|
|
2057
|
+
children: p.label || "Enviar"
|
|
1935
2058
|
}
|
|
1936
2059
|
),
|
|
1937
|
-
|
|
2060
|
+
m && /* @__PURE__ */ r(
|
|
1938
2061
|
f,
|
|
1939
2062
|
{
|
|
1940
2063
|
gap: "xs",
|
|
@@ -1948,7 +2071,7 @@ function or({ id: i, badge: o, title: l, description: n, fields: s = [], whatsap
|
|
|
1948
2071
|
color: "gray",
|
|
1949
2072
|
size: "sm",
|
|
1950
2073
|
children: /* @__PURE__ */ e(
|
|
1951
|
-
|
|
2074
|
+
ae,
|
|
1952
2075
|
{
|
|
1953
2076
|
size: 16,
|
|
1954
2077
|
stroke: 1.5
|
|
@@ -1961,7 +2084,7 @@ function or({ id: i, badge: o, title: l, description: n, fields: s = [], whatsap
|
|
|
1961
2084
|
{
|
|
1962
2085
|
size: "xs",
|
|
1963
2086
|
c: "gray.6",
|
|
1964
|
-
children:
|
|
2087
|
+
children: m
|
|
1965
2088
|
}
|
|
1966
2089
|
)
|
|
1967
2090
|
]
|
|
@@ -1974,14 +2097,14 @@ function or({ id: i, badge: o, title: l, description: n, fields: s = [], whatsap
|
|
|
1974
2097
|
}
|
|
1975
2098
|
);
|
|
1976
2099
|
}
|
|
1977
|
-
function
|
|
2100
|
+
function pr({ id: i, subtitle: n, title: d, traditionalCol: o, newCol: t, background: s = "white" }) {
|
|
1978
2101
|
return /* @__PURE__ */ e(
|
|
1979
|
-
|
|
2102
|
+
T,
|
|
1980
2103
|
{
|
|
1981
2104
|
id: i,
|
|
1982
|
-
subtitle:
|
|
1983
|
-
title:
|
|
1984
|
-
background:
|
|
2105
|
+
subtitle: n,
|
|
2106
|
+
title: d,
|
|
2107
|
+
background: s,
|
|
1985
2108
|
children: /* @__PURE__ */ e(
|
|
1986
2109
|
w,
|
|
1987
2110
|
{
|
|
@@ -1989,18 +2112,18 @@ function sr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
|
|
|
1989
2112
|
bd: "1px solid var(--mantine-color-gray-2)",
|
|
1990
2113
|
style: { overflow: "hidden" },
|
|
1991
2114
|
children: /* @__PURE__ */ r(
|
|
1992
|
-
|
|
2115
|
+
I,
|
|
1993
2116
|
{
|
|
1994
2117
|
cols: { base: 1, md: 2 },
|
|
1995
2118
|
spacing: 0,
|
|
1996
2119
|
children: [
|
|
1997
2120
|
/* @__PURE__ */ e(
|
|
1998
|
-
|
|
2121
|
+
y,
|
|
1999
2122
|
{
|
|
2000
|
-
bg:
|
|
2123
|
+
bg: s === "gray" ? "gray.1" : "white",
|
|
2001
2124
|
p: { base: 30, md: 60 },
|
|
2002
2125
|
children: /* @__PURE__ */ r(u, { gap: "xl", children: [
|
|
2003
|
-
/* @__PURE__ */ r(
|
|
2126
|
+
/* @__PURE__ */ r(y, { children: [
|
|
2004
2127
|
/* @__PURE__ */ e(
|
|
2005
2128
|
a,
|
|
2006
2129
|
{
|
|
@@ -2008,7 +2131,7 @@ function sr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
|
|
|
2008
2131
|
fz: "h2",
|
|
2009
2132
|
c: "gray.9",
|
|
2010
2133
|
mb: 4,
|
|
2011
|
-
children:
|
|
2134
|
+
children: o.title
|
|
2012
2135
|
}
|
|
2013
2136
|
),
|
|
2014
2137
|
/* @__PURE__ */ e(
|
|
@@ -2019,7 +2142,7 @@ function sr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
|
|
|
2019
2142
|
tt: "uppercase",
|
|
2020
2143
|
ls: "1.5px",
|
|
2021
2144
|
c: "gray.5",
|
|
2022
|
-
children:
|
|
2145
|
+
children: o.subtitle
|
|
2023
2146
|
}
|
|
2024
2147
|
)
|
|
2025
2148
|
] }),
|
|
@@ -2028,7 +2151,7 @@ function sr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
|
|
|
2028
2151
|
{
|
|
2029
2152
|
gap: "md",
|
|
2030
2153
|
mb: 40,
|
|
2031
|
-
children:
|
|
2154
|
+
children: o.items.map((g, p) => /* @__PURE__ */ r(ye, { children: [
|
|
2032
2155
|
/* @__PURE__ */ r(f, { justify: "space-between", children: [
|
|
2033
2156
|
/* @__PURE__ */ e(
|
|
2034
2157
|
a,
|
|
@@ -2047,14 +2170,14 @@ function sr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
|
|
|
2047
2170
|
}
|
|
2048
2171
|
)
|
|
2049
2172
|
] }),
|
|
2050
|
-
|
|
2051
|
-
] },
|
|
2173
|
+
p < o.items.length - 1 && /* @__PURE__ */ e(D, { color: "var(--mantine-color-gray-2)" })
|
|
2174
|
+
] }, p))
|
|
2052
2175
|
}
|
|
2053
2176
|
),
|
|
2054
2177
|
/* @__PURE__ */ r(
|
|
2055
|
-
|
|
2178
|
+
y,
|
|
2056
2179
|
{
|
|
2057
|
-
bg:
|
|
2180
|
+
bg: s === "gray" ? "gray.1" : "white",
|
|
2058
2181
|
p: "lg",
|
|
2059
2182
|
radius: "0",
|
|
2060
2183
|
bd: "1px solid var(--mantine-color-gray-2)",
|
|
@@ -2065,7 +2188,7 @@ function sr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
|
|
|
2065
2188
|
{
|
|
2066
2189
|
fw: 900,
|
|
2067
2190
|
c: "gray.7",
|
|
2068
|
-
children:
|
|
2191
|
+
children: o.totalLabel || "Total Estimado"
|
|
2069
2192
|
}
|
|
2070
2193
|
),
|
|
2071
2194
|
/* @__PURE__ */ e(
|
|
@@ -2074,18 +2197,18 @@ function sr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
|
|
|
2074
2197
|
fw: 900,
|
|
2075
2198
|
fz: 32,
|
|
2076
2199
|
c: "gray.9",
|
|
2077
|
-
children:
|
|
2200
|
+
children: o.totalValue
|
|
2078
2201
|
}
|
|
2079
2202
|
)
|
|
2080
2203
|
] }),
|
|
2081
|
-
|
|
2204
|
+
o.footerText && /* @__PURE__ */ e(
|
|
2082
2205
|
a,
|
|
2083
2206
|
{
|
|
2084
2207
|
size: "xs",
|
|
2085
2208
|
c: "red.6",
|
|
2086
2209
|
ta: "right",
|
|
2087
2210
|
mt: 4,
|
|
2088
|
-
children:
|
|
2211
|
+
children: o.footerText
|
|
2089
2212
|
}
|
|
2090
2213
|
)
|
|
2091
2214
|
]
|
|
@@ -2095,9 +2218,9 @@ function sr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
|
|
|
2095
2218
|
}
|
|
2096
2219
|
),
|
|
2097
2220
|
/* @__PURE__ */ e(
|
|
2098
|
-
|
|
2221
|
+
y,
|
|
2099
2222
|
{
|
|
2100
|
-
bg:
|
|
2223
|
+
bg: s === "gray" ? "gray.1" : "white",
|
|
2101
2224
|
p: { base: 30, md: 60 },
|
|
2102
2225
|
pos: "relative",
|
|
2103
2226
|
children: /* @__PURE__ */ r(
|
|
@@ -2106,7 +2229,7 @@ function sr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
|
|
|
2106
2229
|
gap: "xl",
|
|
2107
2230
|
h: "100%",
|
|
2108
2231
|
children: [
|
|
2109
|
-
/* @__PURE__ */ r(
|
|
2232
|
+
/* @__PURE__ */ r(y, { children: [
|
|
2110
2233
|
/* @__PURE__ */ r(f, { gap: "xs", children: [
|
|
2111
2234
|
/* @__PURE__ */ e(
|
|
2112
2235
|
a,
|
|
@@ -2115,16 +2238,16 @@ function sr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
|
|
|
2115
2238
|
fz: "h2",
|
|
2116
2239
|
c: "gray.9",
|
|
2117
2240
|
mb: 4,
|
|
2118
|
-
children:
|
|
2241
|
+
children: t.title
|
|
2119
2242
|
}
|
|
2120
2243
|
),
|
|
2121
|
-
|
|
2122
|
-
|
|
2244
|
+
t.badge && /* @__PURE__ */ e(
|
|
2245
|
+
j,
|
|
2123
2246
|
{
|
|
2124
2247
|
color: "gray.9",
|
|
2125
2248
|
variant: "filled",
|
|
2126
2249
|
radius: "0",
|
|
2127
|
-
children:
|
|
2250
|
+
children: t.badge
|
|
2128
2251
|
}
|
|
2129
2252
|
)
|
|
2130
2253
|
] }),
|
|
@@ -2133,12 +2256,12 @@ function sr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
|
|
|
2133
2256
|
{
|
|
2134
2257
|
size: "sm",
|
|
2135
2258
|
c: "gray.6",
|
|
2136
|
-
children:
|
|
2259
|
+
children: t.description
|
|
2137
2260
|
}
|
|
2138
2261
|
)
|
|
2139
2262
|
] }),
|
|
2140
2263
|
/* @__PURE__ */ e(
|
|
2141
|
-
|
|
2264
|
+
M,
|
|
2142
2265
|
{
|
|
2143
2266
|
spacing: "md",
|
|
2144
2267
|
size: "md",
|
|
@@ -2151,7 +2274,7 @@ function sr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
|
|
|
2151
2274
|
radius: "0",
|
|
2152
2275
|
bd: "1px solid var(--mantine-color-gray-2)",
|
|
2153
2276
|
children: /* @__PURE__ */ e(
|
|
2154
|
-
|
|
2277
|
+
H,
|
|
2155
2278
|
{
|
|
2156
2279
|
size: 12,
|
|
2157
2280
|
color: "var(--mantine-color-gray-9)"
|
|
@@ -2159,13 +2282,13 @@ function sr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
|
|
|
2159
2282
|
)
|
|
2160
2283
|
}
|
|
2161
2284
|
),
|
|
2162
|
-
children:
|
|
2285
|
+
children: t.items.map((g, p) => /* @__PURE__ */ e(M.Item, { children: g }, p))
|
|
2163
2286
|
}
|
|
2164
2287
|
),
|
|
2165
|
-
|
|
2166
|
-
|
|
2288
|
+
t.pricingBox && /* @__PURE__ */ e(
|
|
2289
|
+
y,
|
|
2167
2290
|
{
|
|
2168
|
-
bg:
|
|
2291
|
+
bg: s === "gray" ? "gray.1" : "white",
|
|
2169
2292
|
p: "lg",
|
|
2170
2293
|
radius: "0",
|
|
2171
2294
|
bd: "1px solid var(--mantine-color-gray-2)",
|
|
@@ -2178,7 +2301,7 @@ function sr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
|
|
|
2178
2301
|
tt: "uppercase",
|
|
2179
2302
|
ls: "1.5px",
|
|
2180
2303
|
c: "gray.5",
|
|
2181
|
-
children:
|
|
2304
|
+
children: t.pricingBox.label
|
|
2182
2305
|
}
|
|
2183
2306
|
),
|
|
2184
2307
|
/* @__PURE__ */ e(
|
|
@@ -2188,29 +2311,29 @@ function sr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
|
|
|
2188
2311
|
fz: 48,
|
|
2189
2312
|
c: "gray.9",
|
|
2190
2313
|
lh: 1,
|
|
2191
|
-
children:
|
|
2314
|
+
children: t.pricingBox.price
|
|
2192
2315
|
}
|
|
2193
2316
|
),
|
|
2194
|
-
|
|
2317
|
+
t.pricingBox.subtext && /* @__PURE__ */ e(
|
|
2195
2318
|
a,
|
|
2196
2319
|
{
|
|
2197
2320
|
size: "xs",
|
|
2198
2321
|
c: "gray.5",
|
|
2199
2322
|
mt: "sm",
|
|
2200
|
-
children:
|
|
2323
|
+
children: t.pricingBox.subtext
|
|
2201
2324
|
}
|
|
2202
2325
|
)
|
|
2203
2326
|
] })
|
|
2204
2327
|
}
|
|
2205
2328
|
),
|
|
2206
|
-
|
|
2207
|
-
|
|
2329
|
+
t.cta && /* @__PURE__ */ e(y, { mt: "xl", children: /* @__PURE__ */ e(
|
|
2330
|
+
R,
|
|
2208
2331
|
{
|
|
2209
|
-
label:
|
|
2210
|
-
href:
|
|
2211
|
-
icon:
|
|
2212
|
-
size:
|
|
2213
|
-
color:
|
|
2332
|
+
label: t.cta.label,
|
|
2333
|
+
href: t.cta.href,
|
|
2334
|
+
icon: t.cta.icon,
|
|
2335
|
+
size: t.cta.size || "lg",
|
|
2336
|
+
color: t.cta.color || "gray.9",
|
|
2214
2337
|
fullWidth: !0
|
|
2215
2338
|
}
|
|
2216
2339
|
) })
|
|
@@ -2227,34 +2350,34 @@ function sr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
|
|
|
2227
2350
|
}
|
|
2228
2351
|
);
|
|
2229
2352
|
}
|
|
2230
|
-
function
|
|
2353
|
+
function hr({
|
|
2231
2354
|
id: i,
|
|
2232
|
-
badge:
|
|
2233
|
-
subtitle:
|
|
2234
|
-
title:
|
|
2235
|
-
description:
|
|
2236
|
-
billingOptions:
|
|
2355
|
+
badge: n,
|
|
2356
|
+
subtitle: d,
|
|
2357
|
+
title: o,
|
|
2358
|
+
description: t,
|
|
2359
|
+
billingOptions: s = [
|
|
2237
2360
|
{ label: "Mensal", value: "monthly" },
|
|
2238
2361
|
{ label: "Anual", value: "annual" }
|
|
2239
2362
|
],
|
|
2240
2363
|
billing: g,
|
|
2241
|
-
setBilling:
|
|
2242
|
-
promoBadge:
|
|
2243
|
-
plans:
|
|
2244
|
-
background:
|
|
2364
|
+
setBilling: p,
|
|
2365
|
+
promoBadge: m,
|
|
2366
|
+
plans: h,
|
|
2367
|
+
background: c = "white"
|
|
2245
2368
|
}) {
|
|
2246
2369
|
return /* @__PURE__ */ r(
|
|
2247
|
-
|
|
2370
|
+
T,
|
|
2248
2371
|
{
|
|
2249
2372
|
id: i,
|
|
2250
|
-
badge:
|
|
2251
|
-
subtitle:
|
|
2252
|
-
title:
|
|
2373
|
+
badge: n,
|
|
2374
|
+
subtitle: d,
|
|
2375
|
+
title: o,
|
|
2253
2376
|
ta: "center",
|
|
2254
|
-
background:
|
|
2377
|
+
background: c,
|
|
2255
2378
|
maw: 900,
|
|
2256
2379
|
children: [
|
|
2257
|
-
|
|
2380
|
+
t && /* @__PURE__ */ e(
|
|
2258
2381
|
a,
|
|
2259
2382
|
{
|
|
2260
2383
|
c: "gray.6",
|
|
@@ -2264,10 +2387,10 @@ function tr({
|
|
|
2264
2387
|
mx: "auto",
|
|
2265
2388
|
fz: "lg",
|
|
2266
2389
|
lh: 1.6,
|
|
2267
|
-
children:
|
|
2390
|
+
children: t
|
|
2268
2391
|
}
|
|
2269
2392
|
),
|
|
2270
|
-
|
|
2393
|
+
s && s.length > 0 && /* @__PURE__ */ e(
|
|
2271
2394
|
u,
|
|
2272
2395
|
{
|
|
2273
2396
|
align: "center",
|
|
@@ -2275,44 +2398,44 @@ function tr({
|
|
|
2275
2398
|
mb: 80,
|
|
2276
2399
|
children: /* @__PURE__ */ r(f, { gap: "xs", children: [
|
|
2277
2400
|
/* @__PURE__ */ e(
|
|
2278
|
-
|
|
2401
|
+
me,
|
|
2279
2402
|
{
|
|
2280
2403
|
value: g,
|
|
2281
|
-
onChange:
|
|
2404
|
+
onChange: p,
|
|
2282
2405
|
radius: "0",
|
|
2283
2406
|
size: "md",
|
|
2284
|
-
data:
|
|
2407
|
+
data: s,
|
|
2285
2408
|
color: "gray.9",
|
|
2286
2409
|
bg: "white",
|
|
2287
2410
|
style: { border: "1px solid var(--mantine-color-gray-2)" }
|
|
2288
2411
|
}
|
|
2289
2412
|
),
|
|
2290
|
-
g === "annual" &&
|
|
2291
|
-
|
|
2413
|
+
g === "annual" && m && /* @__PURE__ */ e(
|
|
2414
|
+
j,
|
|
2292
2415
|
{
|
|
2293
2416
|
variant: "filled",
|
|
2294
2417
|
color: "gray.9",
|
|
2295
2418
|
radius: "0",
|
|
2296
2419
|
size: "lg",
|
|
2297
|
-
children:
|
|
2420
|
+
children: m
|
|
2298
2421
|
}
|
|
2299
2422
|
)
|
|
2300
2423
|
] })
|
|
2301
2424
|
}
|
|
2302
2425
|
),
|
|
2303
2426
|
/* @__PURE__ */ e(
|
|
2304
|
-
|
|
2427
|
+
I,
|
|
2305
2428
|
{
|
|
2306
|
-
cols: { base: 1, md:
|
|
2429
|
+
cols: { base: 1, md: h.length <= 3 ? h.length : 3 },
|
|
2307
2430
|
spacing: "xl",
|
|
2308
2431
|
verticalSpacing: "xl",
|
|
2309
|
-
children:
|
|
2432
|
+
children: h.map((l) => /* @__PURE__ */ r(
|
|
2310
2433
|
w,
|
|
2311
2434
|
{
|
|
2312
2435
|
p: "xl",
|
|
2313
2436
|
radius: "0",
|
|
2314
2437
|
withBorder: !0,
|
|
2315
|
-
bd:
|
|
2438
|
+
bd: l.highlight ? "2px solid var(--mantine-color-gray-9)" : "1px solid var(--mantine-color-gray-2)",
|
|
2316
2439
|
display: "flex",
|
|
2317
2440
|
h: "100%",
|
|
2318
2441
|
style: { flexDirection: "column" },
|
|
@@ -2338,15 +2461,15 @@ function tr({
|
|
|
2338
2461
|
tt: "uppercase",
|
|
2339
2462
|
ls: "1.5px",
|
|
2340
2463
|
c: "gray.4",
|
|
2341
|
-
children:
|
|
2464
|
+
children: l.name
|
|
2342
2465
|
}
|
|
2343
2466
|
),
|
|
2344
|
-
|
|
2345
|
-
|
|
2467
|
+
l.highlight && /* @__PURE__ */ e(
|
|
2468
|
+
j,
|
|
2346
2469
|
{
|
|
2347
2470
|
variant: "dot",
|
|
2348
2471
|
color: "gray.9",
|
|
2349
|
-
children:
|
|
2472
|
+
children: l.highlightBadge || "RECOMENDADO"
|
|
2350
2473
|
}
|
|
2351
2474
|
)
|
|
2352
2475
|
]
|
|
@@ -2360,14 +2483,14 @@ function tr({
|
|
|
2360
2483
|
fw: 500,
|
|
2361
2484
|
lh: 1.5,
|
|
2362
2485
|
h: { md: 42 },
|
|
2363
|
-
children:
|
|
2486
|
+
children: l.description
|
|
2364
2487
|
}
|
|
2365
2488
|
)
|
|
2366
2489
|
]
|
|
2367
2490
|
}
|
|
2368
2491
|
),
|
|
2369
|
-
/* @__PURE__ */ r(
|
|
2370
|
-
|
|
2492
|
+
/* @__PURE__ */ r(y, { mb: "xl", children: [
|
|
2493
|
+
l.pricePrefix !== null && /* @__PURE__ */ e(
|
|
2371
2494
|
a,
|
|
2372
2495
|
{
|
|
2373
2496
|
size: "xs",
|
|
@@ -2376,10 +2499,10 @@ function tr({
|
|
|
2376
2499
|
tt: "uppercase",
|
|
2377
2500
|
ls: "1px",
|
|
2378
2501
|
mb: 4,
|
|
2379
|
-
children:
|
|
2502
|
+
children: l.pricePrefix || "A partir de"
|
|
2380
2503
|
}
|
|
2381
2504
|
),
|
|
2382
|
-
|
|
2505
|
+
l.priceText ? (
|
|
2383
2506
|
// Escape hatch para preço que não é número
|
|
2384
2507
|
// ("Sob consulta"), onde currency/whole/fraction
|
|
2385
2508
|
// não têm o que representar.
|
|
@@ -2397,15 +2520,15 @@ function tr({
|
|
|
2397
2520
|
ls: "-0.04em",
|
|
2398
2521
|
lh: 1,
|
|
2399
2522
|
c: "gray.9",
|
|
2400
|
-
children:
|
|
2523
|
+
children: l.priceText
|
|
2401
2524
|
}
|
|
2402
2525
|
),
|
|
2403
|
-
|
|
2526
|
+
l.period && /* @__PURE__ */ e(
|
|
2404
2527
|
a,
|
|
2405
2528
|
{
|
|
2406
2529
|
size: "md",
|
|
2407
2530
|
c: "gray.5",
|
|
2408
|
-
children:
|
|
2531
|
+
children: l.period
|
|
2409
2532
|
}
|
|
2410
2533
|
)
|
|
2411
2534
|
]
|
|
@@ -2424,7 +2547,7 @@ function tr({
|
|
|
2424
2547
|
fw: 900,
|
|
2425
2548
|
c: "gray.9",
|
|
2426
2549
|
style: { marginTop: 8 },
|
|
2427
|
-
children:
|
|
2550
|
+
children: l.priceDisplay?.currency
|
|
2428
2551
|
}
|
|
2429
2552
|
),
|
|
2430
2553
|
/* @__PURE__ */ r(
|
|
@@ -2441,10 +2564,10 @@ function tr({
|
|
|
2441
2564
|
ls: "-0.04em",
|
|
2442
2565
|
lh: 0.8,
|
|
2443
2566
|
c: "gray.9",
|
|
2444
|
-
children:
|
|
2567
|
+
children: l.priceDisplay?.whole
|
|
2445
2568
|
}
|
|
2446
2569
|
),
|
|
2447
|
-
|
|
2570
|
+
l.priceDisplay?.fraction && /* @__PURE__ */ r(
|
|
2448
2571
|
u,
|
|
2449
2572
|
{
|
|
2450
2573
|
gap: 0,
|
|
@@ -2459,7 +2582,7 @@ function tr({
|
|
|
2459
2582
|
c: "gray.9",
|
|
2460
2583
|
children: [
|
|
2461
2584
|
",",
|
|
2462
|
-
|
|
2585
|
+
l.priceDisplay.fraction
|
|
2463
2586
|
]
|
|
2464
2587
|
}
|
|
2465
2588
|
),
|
|
@@ -2471,7 +2594,7 @@ function tr({
|
|
|
2471
2594
|
fw: 800,
|
|
2472
2595
|
tt: "uppercase",
|
|
2473
2596
|
ls: "0.5px",
|
|
2474
|
-
children:
|
|
2597
|
+
children: l.period || l.priceSuffix || "/mês"
|
|
2475
2598
|
}
|
|
2476
2599
|
)
|
|
2477
2600
|
]
|
|
@@ -2483,13 +2606,13 @@ function tr({
|
|
|
2483
2606
|
]
|
|
2484
2607
|
}
|
|
2485
2608
|
),
|
|
2486
|
-
|
|
2609
|
+
l.priceNote && /* @__PURE__ */ e(
|
|
2487
2610
|
a,
|
|
2488
2611
|
{
|
|
2489
2612
|
size: "sm",
|
|
2490
2613
|
c: "gray.6",
|
|
2491
2614
|
mt: "md",
|
|
2492
|
-
children:
|
|
2615
|
+
children: l.priceNote
|
|
2493
2616
|
}
|
|
2494
2617
|
)
|
|
2495
2618
|
] }),
|
|
@@ -2506,7 +2629,7 @@ function tr({
|
|
|
2506
2629
|
gap: "sm",
|
|
2507
2630
|
mb: 40,
|
|
2508
2631
|
style: { flex: 1 },
|
|
2509
|
-
children: (
|
|
2632
|
+
children: (l.features || []).map((x, q) => /* @__PURE__ */ r(
|
|
2510
2633
|
f,
|
|
2511
2634
|
{
|
|
2512
2635
|
gap: "sm",
|
|
@@ -2514,7 +2637,7 @@ function tr({
|
|
|
2514
2637
|
align: "flex-start",
|
|
2515
2638
|
children: [
|
|
2516
2639
|
/* @__PURE__ */ e(
|
|
2517
|
-
|
|
2640
|
+
H,
|
|
2518
2641
|
{
|
|
2519
2642
|
size: 16,
|
|
2520
2643
|
color: "var(--mantine-color-gray-9)",
|
|
@@ -2528,32 +2651,32 @@ function tr({
|
|
|
2528
2651
|
fw: 500,
|
|
2529
2652
|
c: "gray.6",
|
|
2530
2653
|
lh: 1.4,
|
|
2531
|
-
children:
|
|
2654
|
+
children: x
|
|
2532
2655
|
}
|
|
2533
2656
|
)
|
|
2534
2657
|
]
|
|
2535
2658
|
},
|
|
2536
|
-
|
|
2659
|
+
q
|
|
2537
2660
|
))
|
|
2538
2661
|
}
|
|
2539
2662
|
),
|
|
2540
|
-
|
|
2541
|
-
|
|
2663
|
+
l.cta && /* @__PURE__ */ e(y, { mt: "auto", children: /* @__PURE__ */ e(
|
|
2664
|
+
R,
|
|
2542
2665
|
{
|
|
2543
|
-
label:
|
|
2544
|
-
href:
|
|
2545
|
-
target:
|
|
2546
|
-
rel:
|
|
2547
|
-
icon:
|
|
2548
|
-
leftSection:
|
|
2549
|
-
size:
|
|
2550
|
-
variant:
|
|
2551
|
-
color:
|
|
2666
|
+
label: l.cta.label,
|
|
2667
|
+
href: l.cta.href,
|
|
2668
|
+
target: l.cta.target,
|
|
2669
|
+
rel: l.cta.target === "_blank" ? "noopener noreferrer" : void 0,
|
|
2670
|
+
icon: l.cta.icon,
|
|
2671
|
+
leftSection: l.cta.leftSection,
|
|
2672
|
+
size: l.cta.size || "xl",
|
|
2673
|
+
variant: l.cta.variant,
|
|
2674
|
+
color: l.cta.color || "gray.9",
|
|
2552
2675
|
fullWidth: !0
|
|
2553
2676
|
}
|
|
2554
2677
|
) }),
|
|
2555
|
-
|
|
2556
|
-
|
|
2678
|
+
l.note && /* @__PURE__ */ e(
|
|
2679
|
+
y,
|
|
2557
2680
|
{
|
|
2558
2681
|
mt: "auto",
|
|
2559
2682
|
pt: "md",
|
|
@@ -2564,14 +2687,14 @@ function tr({
|
|
|
2564
2687
|
size: "xs",
|
|
2565
2688
|
c: "gray.5",
|
|
2566
2689
|
lh: 1.5,
|
|
2567
|
-
children:
|
|
2690
|
+
children: l.note
|
|
2568
2691
|
}
|
|
2569
2692
|
)
|
|
2570
2693
|
}
|
|
2571
2694
|
)
|
|
2572
2695
|
]
|
|
2573
2696
|
},
|
|
2574
|
-
|
|
2697
|
+
l.name
|
|
2575
2698
|
))
|
|
2576
2699
|
}
|
|
2577
2700
|
)
|
|
@@ -2579,10 +2702,10 @@ function tr({
|
|
|
2579
2702
|
}
|
|
2580
2703
|
);
|
|
2581
2704
|
}
|
|
2582
|
-
function
|
|
2583
|
-
const
|
|
2705
|
+
function mr({ id: i, badge: n, subtitle: d, title: o, description: t, questions: s = [], contactCard: g, background: p = "white", ta: m = "left" }) {
|
|
2706
|
+
const h = Math.ceil(s.length / 2), c = {
|
|
2584
2707
|
item: {
|
|
2585
|
-
backgroundColor:
|
|
2708
|
+
backgroundColor: p === "gray" ? "gray.1" : "white",
|
|
2586
2709
|
border: "1px solid var(--mantine-color-gray-2)"
|
|
2587
2710
|
},
|
|
2588
2711
|
control: {
|
|
@@ -2600,50 +2723,50 @@ function lr({ id: i, badge: o, subtitle: l, title: n, description: s, questions:
|
|
|
2600
2723
|
}
|
|
2601
2724
|
};
|
|
2602
2725
|
return /* @__PURE__ */ r(
|
|
2603
|
-
|
|
2726
|
+
T,
|
|
2604
2727
|
{
|
|
2605
2728
|
id: i,
|
|
2606
|
-
badge:
|
|
2607
|
-
subtitle:
|
|
2608
|
-
title:
|
|
2609
|
-
background:
|
|
2610
|
-
ta:
|
|
2611
|
-
maw:
|
|
2729
|
+
badge: n,
|
|
2730
|
+
subtitle: d,
|
|
2731
|
+
title: o,
|
|
2732
|
+
background: p,
|
|
2733
|
+
ta: m,
|
|
2734
|
+
maw: m === "center" ? 900 : 800,
|
|
2612
2735
|
children: [
|
|
2613
|
-
|
|
2736
|
+
t && /* @__PURE__ */ e(
|
|
2614
2737
|
a,
|
|
2615
2738
|
{
|
|
2616
2739
|
c: "gray.6",
|
|
2617
|
-
ta:
|
|
2740
|
+
ta: m,
|
|
2618
2741
|
size: "lg",
|
|
2619
2742
|
lh: 1.6,
|
|
2620
2743
|
maw: 700,
|
|
2621
|
-
mx:
|
|
2744
|
+
mx: m === "center" ? "auto" : void 0,
|
|
2622
2745
|
mb: 40,
|
|
2623
|
-
children:
|
|
2746
|
+
children: t
|
|
2624
2747
|
}
|
|
2625
2748
|
),
|
|
2626
2749
|
/* @__PURE__ */ r(
|
|
2627
|
-
|
|
2750
|
+
I,
|
|
2628
2751
|
{
|
|
2629
2752
|
cols: { base: 1, md: 2 },
|
|
2630
2753
|
spacing: "xl",
|
|
2631
2754
|
children: [
|
|
2632
2755
|
/* @__PURE__ */ e(
|
|
2633
|
-
|
|
2756
|
+
C,
|
|
2634
2757
|
{
|
|
2635
2758
|
variant: "separated",
|
|
2636
2759
|
radius: "0",
|
|
2637
2760
|
chevronPosition: "right",
|
|
2638
|
-
styles:
|
|
2639
|
-
children:
|
|
2640
|
-
|
|
2761
|
+
styles: c,
|
|
2762
|
+
children: s.slice(0, h).map((l, x) => /* @__PURE__ */ r(
|
|
2763
|
+
C.Item,
|
|
2641
2764
|
{
|
|
2642
|
-
value:
|
|
2765
|
+
value: l.value || String(x),
|
|
2643
2766
|
mb: "md",
|
|
2644
2767
|
children: [
|
|
2645
2768
|
/* @__PURE__ */ e(
|
|
2646
|
-
|
|
2769
|
+
C.Control,
|
|
2647
2770
|
{
|
|
2648
2771
|
icon: /* @__PURE__ */ e(
|
|
2649
2772
|
v,
|
|
@@ -2651,34 +2774,34 @@ function lr({ id: i, badge: o, subtitle: l, title: n, description: s, questions:
|
|
|
2651
2774
|
variant: "light",
|
|
2652
2775
|
color: "gray",
|
|
2653
2776
|
radius: "0",
|
|
2654
|
-
children: /* @__PURE__ */ e(
|
|
2777
|
+
children: /* @__PURE__ */ e(Y, { size: 16 })
|
|
2655
2778
|
}
|
|
2656
2779
|
),
|
|
2657
|
-
children:
|
|
2780
|
+
children: l.question
|
|
2658
2781
|
}
|
|
2659
2782
|
),
|
|
2660
|
-
/* @__PURE__ */ e(
|
|
2783
|
+
/* @__PURE__ */ e(C.Panel, { c: "gray.6", children: l.answer })
|
|
2661
2784
|
]
|
|
2662
2785
|
},
|
|
2663
|
-
|
|
2786
|
+
l.value || x
|
|
2664
2787
|
))
|
|
2665
2788
|
}
|
|
2666
2789
|
),
|
|
2667
2790
|
/* @__PURE__ */ e(
|
|
2668
|
-
|
|
2791
|
+
C,
|
|
2669
2792
|
{
|
|
2670
2793
|
variant: "separated",
|
|
2671
2794
|
radius: "0",
|
|
2672
2795
|
chevronPosition: "right",
|
|
2673
|
-
styles:
|
|
2674
|
-
children:
|
|
2675
|
-
|
|
2796
|
+
styles: c,
|
|
2797
|
+
children: s.slice(h).map((l, x) => /* @__PURE__ */ r(
|
|
2798
|
+
C.Item,
|
|
2676
2799
|
{
|
|
2677
|
-
value:
|
|
2800
|
+
value: l.value || String(h + x),
|
|
2678
2801
|
mb: "md",
|
|
2679
2802
|
children: [
|
|
2680
2803
|
/* @__PURE__ */ e(
|
|
2681
|
-
|
|
2804
|
+
C.Control,
|
|
2682
2805
|
{
|
|
2683
2806
|
icon: /* @__PURE__ */ e(
|
|
2684
2807
|
v,
|
|
@@ -2686,16 +2809,16 @@ function lr({ id: i, badge: o, subtitle: l, title: n, description: s, questions:
|
|
|
2686
2809
|
variant: "light",
|
|
2687
2810
|
color: "gray",
|
|
2688
2811
|
radius: "0",
|
|
2689
|
-
children: /* @__PURE__ */ e(
|
|
2812
|
+
children: /* @__PURE__ */ e(Y, { size: 16 })
|
|
2690
2813
|
}
|
|
2691
2814
|
),
|
|
2692
|
-
children:
|
|
2815
|
+
children: l.question
|
|
2693
2816
|
}
|
|
2694
2817
|
),
|
|
2695
|
-
/* @__PURE__ */ e(
|
|
2818
|
+
/* @__PURE__ */ e(C.Panel, { c: "gray.6", children: l.answer })
|
|
2696
2819
|
]
|
|
2697
2820
|
},
|
|
2698
|
-
|
|
2821
|
+
l.value || h + x
|
|
2699
2822
|
))
|
|
2700
2823
|
}
|
|
2701
2824
|
)
|
|
@@ -2708,12 +2831,12 @@ function lr({ id: i, badge: o, subtitle: l, title: n, description: s, questions:
|
|
|
2708
2831
|
mt: { base: 40, md: 80 },
|
|
2709
2832
|
radius: "0",
|
|
2710
2833
|
p: { base: "xl", md: 60 },
|
|
2711
|
-
bg:
|
|
2834
|
+
bg: p === "gray" ? "gray.1" : "white",
|
|
2712
2835
|
bd: "1px solid var(--mantine-color-gray-1)",
|
|
2713
2836
|
pos: "relative",
|
|
2714
2837
|
style: { overflow: "hidden" },
|
|
2715
2838
|
children: /* @__PURE__ */ r(
|
|
2716
|
-
|
|
2839
|
+
I,
|
|
2717
2840
|
{
|
|
2718
2841
|
cols: { base: 1, md: 2 },
|
|
2719
2842
|
spacing: "xl",
|
|
@@ -2749,7 +2872,7 @@ function lr({ id: i, badge: o, subtitle: l, title: n, description: s, questions:
|
|
|
2749
2872
|
}
|
|
2750
2873
|
),
|
|
2751
2874
|
/* @__PURE__ */ e(u, { align: { base: "center", md: "flex-end" }, children: /* @__PURE__ */ e(
|
|
2752
|
-
|
|
2875
|
+
R,
|
|
2753
2876
|
{
|
|
2754
2877
|
label: g.cta.label,
|
|
2755
2878
|
href: g.cta.href,
|
|
@@ -2768,20 +2891,20 @@ function lr({ id: i, badge: o, subtitle: l, title: n, description: s, questions:
|
|
|
2768
2891
|
}
|
|
2769
2892
|
);
|
|
2770
2893
|
}
|
|
2771
|
-
function
|
|
2894
|
+
function gr({ id: i, title: n, subtitle: d, items: o = [], background: t = "gray" }) {
|
|
2772
2895
|
return /* @__PURE__ */ e(
|
|
2773
|
-
|
|
2896
|
+
T,
|
|
2774
2897
|
{
|
|
2775
2898
|
id: i,
|
|
2776
|
-
background:
|
|
2777
|
-
title:
|
|
2778
|
-
subtitle:
|
|
2899
|
+
background: t,
|
|
2900
|
+
title: n,
|
|
2901
|
+
subtitle: d,
|
|
2779
2902
|
children: /* @__PURE__ */ e(
|
|
2780
|
-
|
|
2903
|
+
I,
|
|
2781
2904
|
{
|
|
2782
|
-
cols: { base: 1, md:
|
|
2905
|
+
cols: { base: 1, md: o.length > 3 ? 4 : o.length || 3 },
|
|
2783
2906
|
spacing: "xl",
|
|
2784
|
-
children:
|
|
2907
|
+
children: o.map((s, g) => /* @__PURE__ */ e(
|
|
2785
2908
|
w,
|
|
2786
2909
|
{
|
|
2787
2910
|
p: "xl",
|
|
@@ -2812,7 +2935,7 @@ function cr({ id: i, title: o, subtitle: l, items: n = [], background: s = "gray
|
|
|
2812
2935
|
flex: 1,
|
|
2813
2936
|
children: [
|
|
2814
2937
|
'"',
|
|
2815
|
-
|
|
2938
|
+
s.content,
|
|
2816
2939
|
'"'
|
|
2817
2940
|
]
|
|
2818
2941
|
}
|
|
@@ -2824,13 +2947,13 @@ function cr({ id: i, title: o, subtitle: l, items: n = [], background: s = "gray
|
|
|
2824
2947
|
mt: "xl",
|
|
2825
2948
|
children: [
|
|
2826
2949
|
/* @__PURE__ */ e(
|
|
2827
|
-
|
|
2950
|
+
ge,
|
|
2828
2951
|
{
|
|
2829
2952
|
size: "md",
|
|
2830
2953
|
radius: "0",
|
|
2831
2954
|
color: "gray",
|
|
2832
|
-
src:
|
|
2833
|
-
children:
|
|
2955
|
+
src: s.avatarSrc,
|
|
2956
|
+
children: s.initials
|
|
2834
2957
|
}
|
|
2835
2958
|
),
|
|
2836
2959
|
/* @__PURE__ */ r(u, { gap: 0, children: [
|
|
@@ -2839,7 +2962,7 @@ function cr({ id: i, title: o, subtitle: l, items: n = [], background: s = "gray
|
|
|
2839
2962
|
{
|
|
2840
2963
|
size: "sm",
|
|
2841
2964
|
fw: 900,
|
|
2842
|
-
children:
|
|
2965
|
+
children: s.name
|
|
2843
2966
|
}
|
|
2844
2967
|
),
|
|
2845
2968
|
/* @__PURE__ */ e(
|
|
@@ -2850,7 +2973,7 @@ function cr({ id: i, title: o, subtitle: l, items: n = [], background: s = "gray
|
|
|
2850
2973
|
tt: "uppercase",
|
|
2851
2974
|
ls: "1px",
|
|
2852
2975
|
c: "gray.5",
|
|
2853
|
-
children:
|
|
2976
|
+
children: s.role
|
|
2854
2977
|
}
|
|
2855
2978
|
)
|
|
2856
2979
|
] })
|
|
@@ -2868,12 +2991,12 @@ function cr({ id: i, title: o, subtitle: l, items: n = [], background: s = "gray
|
|
|
2868
2991
|
}
|
|
2869
2992
|
);
|
|
2870
2993
|
}
|
|
2871
|
-
function
|
|
2994
|
+
function Me({ id: i, subtitle: n, title: d, titleOrder: o = 2, description: t, featuresList: s, featuresLabel: g, cta: p, background: m = "gray", ta: h = "center" }) {
|
|
2872
2995
|
return /* @__PURE__ */ e(
|
|
2873
|
-
|
|
2996
|
+
T,
|
|
2874
2997
|
{
|
|
2875
2998
|
id: i,
|
|
2876
|
-
background:
|
|
2999
|
+
background: m,
|
|
2877
3000
|
ta: "center",
|
|
2878
3001
|
children: /* @__PURE__ */ e(
|
|
2879
3002
|
w,
|
|
@@ -2886,11 +3009,11 @@ function Ce({ id: i, subtitle: o, title: l, titleOrder: n = 2, description: s, f
|
|
|
2886
3009
|
children: /* @__PURE__ */ r(
|
|
2887
3010
|
u,
|
|
2888
3011
|
{
|
|
2889
|
-
align:
|
|
2890
|
-
ta:
|
|
3012
|
+
align: h === "center" ? "center" : "flex-start",
|
|
3013
|
+
ta: h,
|
|
2891
3014
|
gap: "xl",
|
|
2892
3015
|
children: [
|
|
2893
|
-
|
|
3016
|
+
n && /* @__PURE__ */ e(
|
|
2894
3017
|
a,
|
|
2895
3018
|
{
|
|
2896
3019
|
size: "xs",
|
|
@@ -2898,32 +3021,32 @@ function Ce({ id: i, subtitle: o, title: l, titleOrder: n = 2, description: s, f
|
|
|
2898
3021
|
tt: "uppercase",
|
|
2899
3022
|
ls: "1.5px",
|
|
2900
3023
|
c: "gray.4",
|
|
2901
|
-
children:
|
|
3024
|
+
children: n
|
|
2902
3025
|
}
|
|
2903
3026
|
),
|
|
2904
|
-
|
|
3027
|
+
d && // Title, e não Text: o banner costuma ser a única seção
|
|
2905
3028
|
// da página (um 404, por exemplo) e sem heading ela fica
|
|
2906
3029
|
// sem estrutura para leitor de tela.
|
|
2907
3030
|
/* @__PURE__ */ e(
|
|
2908
|
-
|
|
3031
|
+
E,
|
|
2909
3032
|
{
|
|
2910
|
-
order:
|
|
3033
|
+
order: o,
|
|
2911
3034
|
fz: "var(--fz-section-title)",
|
|
2912
3035
|
lh: 1.2,
|
|
2913
3036
|
maw: 700,
|
|
2914
|
-
children:
|
|
3037
|
+
children: d
|
|
2915
3038
|
}
|
|
2916
3039
|
),
|
|
2917
|
-
|
|
3040
|
+
t && /* @__PURE__ */ e(
|
|
2918
3041
|
a,
|
|
2919
3042
|
{
|
|
2920
3043
|
c: "gray.7",
|
|
2921
3044
|
size: "xl",
|
|
2922
|
-
maw:
|
|
2923
|
-
children:
|
|
3045
|
+
maw: h === "center" ? 550 : 640,
|
|
3046
|
+
children: t
|
|
2924
3047
|
}
|
|
2925
3048
|
),
|
|
2926
|
-
|
|
3049
|
+
s && s.length > 0 && /* @__PURE__ */ r(y, { ta: "left", children: [
|
|
2927
3050
|
g && /* @__PURE__ */ e(
|
|
2928
3051
|
a,
|
|
2929
3052
|
{
|
|
@@ -2934,7 +3057,7 @@ function Ce({ id: i, subtitle: o, title: l, titleOrder: n = 2, description: s, f
|
|
|
2934
3057
|
}
|
|
2935
3058
|
),
|
|
2936
3059
|
/* @__PURE__ */ e(
|
|
2937
|
-
|
|
3060
|
+
M,
|
|
2938
3061
|
{
|
|
2939
3062
|
spacing: "sm",
|
|
2940
3063
|
size: "md",
|
|
@@ -2945,7 +3068,7 @@ function Ce({ id: i, subtitle: o, title: l, titleOrder: n = 2, description: s, f
|
|
|
2945
3068
|
size: 24,
|
|
2946
3069
|
radius: "0",
|
|
2947
3070
|
children: /* @__PURE__ */ e(
|
|
2948
|
-
|
|
3071
|
+
H,
|
|
2949
3072
|
{
|
|
2950
3073
|
size: 14,
|
|
2951
3074
|
color: "var(--mantine-color-gray-9)"
|
|
@@ -2953,39 +3076,39 @@ function Ce({ id: i, subtitle: o, title: l, titleOrder: n = 2, description: s, f
|
|
|
2953
3076
|
)
|
|
2954
3077
|
}
|
|
2955
3078
|
),
|
|
2956
|
-
children:
|
|
3079
|
+
children: s.map((l, x) => /* @__PURE__ */ e(M.Item, { children: /* @__PURE__ */ e(
|
|
2957
3080
|
a,
|
|
2958
3081
|
{
|
|
2959
3082
|
c: "gray.6",
|
|
2960
3083
|
lh: 1.6,
|
|
2961
|
-
children:
|
|
3084
|
+
children: l
|
|
2962
3085
|
}
|
|
2963
|
-
) },
|
|
3086
|
+
) }, x))
|
|
2964
3087
|
}
|
|
2965
3088
|
)
|
|
2966
3089
|
] }),
|
|
2967
|
-
|
|
3090
|
+
p && // O Box acompanha o alinhamento do Stack em vez de esticar:
|
|
2968
3091
|
// sem isso o botão ocupava a linha inteira e ficava colado
|
|
2969
3092
|
// à esquerda, fora do eixo do texto centralizado.
|
|
2970
3093
|
/* @__PURE__ */ e(
|
|
2971
|
-
|
|
3094
|
+
y,
|
|
2972
3095
|
{
|
|
2973
3096
|
mt: "md",
|
|
2974
3097
|
w: "100%",
|
|
2975
|
-
style: { display: "flex", justifyContent:
|
|
3098
|
+
style: { display: "flex", justifyContent: h === "center" ? "center" : "flex-start" },
|
|
2976
3099
|
children: /* @__PURE__ */ e(
|
|
2977
|
-
|
|
3100
|
+
R,
|
|
2978
3101
|
{
|
|
2979
|
-
label:
|
|
2980
|
-
href:
|
|
2981
|
-
icon:
|
|
2982
|
-
leftSection:
|
|
2983
|
-
target:
|
|
2984
|
-
rel:
|
|
2985
|
-
size:
|
|
2986
|
-
px:
|
|
2987
|
-
variant:
|
|
2988
|
-
color:
|
|
3102
|
+
label: p.label,
|
|
3103
|
+
href: p.href,
|
|
3104
|
+
icon: p.icon,
|
|
3105
|
+
leftSection: p.leftSection,
|
|
3106
|
+
target: p.target,
|
|
3107
|
+
rel: p.target === "_blank" ? "noopener noreferrer" : void 0,
|
|
3108
|
+
size: p.size || "xl",
|
|
3109
|
+
px: p.px,
|
|
3110
|
+
variant: p.variant,
|
|
3111
|
+
color: p.color,
|
|
2989
3112
|
styles: {
|
|
2990
3113
|
// O rótulo quebra em duas linhas no celular em vez
|
|
2991
3114
|
// de forçar a largura do botão além da tela.
|
|
@@ -3005,14 +3128,14 @@ function Ce({ id: i, subtitle: o, title: l, titleOrder: n = 2, description: s, f
|
|
|
3005
3128
|
}
|
|
3006
3129
|
);
|
|
3007
3130
|
}
|
|
3008
|
-
const
|
|
3009
|
-
function
|
|
3010
|
-
const
|
|
3131
|
+
const ur = Me;
|
|
3132
|
+
function Le({ text: i = "Selo Exclusivo RiLiGar", color: n = "green.6", background: d = "gray" }) {
|
|
3133
|
+
const o = B(d);
|
|
3011
3134
|
return /* @__PURE__ */ e(
|
|
3012
|
-
|
|
3135
|
+
y,
|
|
3013
3136
|
{
|
|
3014
3137
|
p: "xs",
|
|
3015
|
-
bg:
|
|
3138
|
+
bg: o,
|
|
3016
3139
|
style: {
|
|
3017
3140
|
border: "1px solid var(--mantine-color-gray-2)",
|
|
3018
3141
|
display: "inline-block"
|
|
@@ -3021,11 +3144,11 @@ function ke({ text: i = "Selo Exclusivo RiLiGar", color: o = "green.6", backgrou
|
|
|
3021
3144
|
/* @__PURE__ */ e(
|
|
3022
3145
|
v,
|
|
3023
3146
|
{
|
|
3024
|
-
color:
|
|
3147
|
+
color: n,
|
|
3025
3148
|
variant: "light",
|
|
3026
3149
|
size: "sm",
|
|
3027
3150
|
children: /* @__PURE__ */ e(
|
|
3028
|
-
|
|
3151
|
+
ve,
|
|
3029
3152
|
{
|
|
3030
3153
|
size: 14,
|
|
3031
3154
|
"aria-hidden": "true"
|
|
@@ -3048,46 +3171,46 @@ function ke({ text: i = "Selo Exclusivo RiLiGar", color: o = "green.6", backgrou
|
|
|
3048
3171
|
}
|
|
3049
3172
|
);
|
|
3050
3173
|
}
|
|
3051
|
-
const
|
|
3052
|
-
function
|
|
3053
|
-
const
|
|
3174
|
+
const fr = Le;
|
|
3175
|
+
function yr({ logo: i, description: n, sections: d = [], socialLinks: o = [], copyrightText: t, madeByText: s, background: g = "white" }) {
|
|
3176
|
+
const p = B(g);
|
|
3054
3177
|
return /* @__PURE__ */ e(
|
|
3055
|
-
|
|
3178
|
+
y,
|
|
3056
3179
|
{
|
|
3057
3180
|
component: "footer",
|
|
3058
3181
|
py: "xl",
|
|
3059
|
-
bg:
|
|
3182
|
+
bg: p,
|
|
3060
3183
|
bd: { top: "1px solid var(--mantine-color-gray-2)" },
|
|
3061
3184
|
children: /* @__PURE__ */ r(F, { size: "xl", children: [
|
|
3062
3185
|
/* @__PURE__ */ r(
|
|
3063
|
-
|
|
3186
|
+
I,
|
|
3064
3187
|
{
|
|
3065
3188
|
cols: { base: 1, sm: 2 },
|
|
3066
3189
|
spacing: "xl",
|
|
3067
3190
|
children: [
|
|
3068
3191
|
/* @__PURE__ */ r(u, { gap: "lg", children: [
|
|
3069
|
-
i && /* @__PURE__ */ e(
|
|
3070
|
-
|
|
3192
|
+
i && /* @__PURE__ */ e(te, { logo: i }),
|
|
3193
|
+
n && /* @__PURE__ */ e(
|
|
3071
3194
|
a,
|
|
3072
3195
|
{
|
|
3073
3196
|
size: "md",
|
|
3074
3197
|
c: "gray.6",
|
|
3075
3198
|
lh: 1.6,
|
|
3076
3199
|
maw: 400,
|
|
3077
|
-
children:
|
|
3200
|
+
children: n
|
|
3078
3201
|
}
|
|
3079
3202
|
)
|
|
3080
3203
|
] }),
|
|
3081
3204
|
/* @__PURE__ */ r(
|
|
3082
|
-
|
|
3205
|
+
I,
|
|
3083
3206
|
{
|
|
3084
3207
|
cols: {
|
|
3085
3208
|
base: 2,
|
|
3086
|
-
sm:
|
|
3209
|
+
sm: d.length + (o?.length > 0 ? 1 : 0) || 4
|
|
3087
3210
|
},
|
|
3088
3211
|
spacing: "xl",
|
|
3089
3212
|
children: [
|
|
3090
|
-
|
|
3213
|
+
d.map((m, h) => /* @__PURE__ */ r(
|
|
3091
3214
|
u,
|
|
3092
3215
|
{
|
|
3093
3216
|
gap: "md",
|
|
@@ -3099,26 +3222,26 @@ function pr({ logo: i, description: o, sections: l = [], socialLinks: n = [], co
|
|
|
3099
3222
|
size: "xs",
|
|
3100
3223
|
tt: "uppercase",
|
|
3101
3224
|
ls: "1.5px",
|
|
3102
|
-
children:
|
|
3225
|
+
children: m.title
|
|
3103
3226
|
}
|
|
3104
3227
|
),
|
|
3105
|
-
/* @__PURE__ */ e(u, { gap: "xs", children:
|
|
3106
|
-
|
|
3228
|
+
/* @__PURE__ */ e(u, { gap: "xs", children: m.links.map((c, l) => /* @__PURE__ */ e(
|
|
3229
|
+
ue,
|
|
3107
3230
|
{
|
|
3108
3231
|
c: "gray.6",
|
|
3109
3232
|
size: "sm",
|
|
3110
|
-
...
|
|
3111
|
-
component:
|
|
3233
|
+
...c,
|
|
3234
|
+
component: c.component || (c.href ? "a" : "button"),
|
|
3112
3235
|
fw: 500,
|
|
3113
|
-
children:
|
|
3236
|
+
children: c.label
|
|
3114
3237
|
},
|
|
3115
|
-
|
|
3238
|
+
l
|
|
3116
3239
|
)) })
|
|
3117
3240
|
]
|
|
3118
3241
|
},
|
|
3119
|
-
|
|
3242
|
+
h
|
|
3120
3243
|
)),
|
|
3121
|
-
|
|
3244
|
+
o && o.length > 0 && /* @__PURE__ */ r(u, { gap: "md", children: [
|
|
3122
3245
|
/* @__PURE__ */ e(
|
|
3123
3246
|
a,
|
|
3124
3247
|
{
|
|
@@ -3129,20 +3252,20 @@ function pr({ logo: i, description: o, sections: l = [], socialLinks: n = [], co
|
|
|
3129
3252
|
children: "Social"
|
|
3130
3253
|
}
|
|
3131
3254
|
),
|
|
3132
|
-
/* @__PURE__ */ e(f, { gap: "xs", children:
|
|
3133
|
-
|
|
3255
|
+
/* @__PURE__ */ e(f, { gap: "xs", children: o.map((m, h) => /* @__PURE__ */ e(
|
|
3256
|
+
re,
|
|
3134
3257
|
{
|
|
3135
3258
|
size: "md",
|
|
3136
3259
|
variant: "subtle",
|
|
3137
3260
|
color: "gray",
|
|
3138
3261
|
component: "a",
|
|
3139
|
-
href:
|
|
3262
|
+
href: m.href,
|
|
3140
3263
|
target: "_blank",
|
|
3141
3264
|
radius: "0",
|
|
3142
|
-
"aria-label":
|
|
3143
|
-
children:
|
|
3265
|
+
"aria-label": m.label || `Social link ${h + 1}`,
|
|
3266
|
+
children: m.icon
|
|
3144
3267
|
},
|
|
3145
|
-
|
|
3268
|
+
h
|
|
3146
3269
|
)) })
|
|
3147
3270
|
] })
|
|
3148
3271
|
]
|
|
@@ -3174,10 +3297,10 @@ function pr({ logo: i, description: o, sections: l = [], socialLinks: n = [], co
|
|
|
3174
3297
|
tt: "uppercase",
|
|
3175
3298
|
ls: "1px",
|
|
3176
3299
|
c: "gray.5",
|
|
3177
|
-
children:
|
|
3300
|
+
children: t
|
|
3178
3301
|
}
|
|
3179
3302
|
),
|
|
3180
|
-
|
|
3303
|
+
s && /* @__PURE__ */ e(f, { gap: "sm", children: /* @__PURE__ */ e(
|
|
3181
3304
|
a,
|
|
3182
3305
|
{
|
|
3183
3306
|
size: "xs",
|
|
@@ -3185,7 +3308,7 @@ function pr({ logo: i, description: o, sections: l = [], socialLinks: n = [], co
|
|
|
3185
3308
|
tt: "uppercase",
|
|
3186
3309
|
ls: "1px",
|
|
3187
3310
|
c: "gray.5",
|
|
3188
|
-
children:
|
|
3311
|
+
children: s
|
|
3189
3312
|
}
|
|
3190
3313
|
) })
|
|
3191
3314
|
]
|
|
@@ -3195,16 +3318,16 @@ function pr({ logo: i, description: o, sections: l = [], socialLinks: n = [], co
|
|
|
3195
3318
|
}
|
|
3196
3319
|
);
|
|
3197
3320
|
}
|
|
3198
|
-
function
|
|
3321
|
+
function br({ companyName: i = "RiLiGar", productName: n = "nossos produtos" }) {
|
|
3199
3322
|
return /* @__PURE__ */ e(
|
|
3200
|
-
|
|
3323
|
+
y,
|
|
3201
3324
|
{
|
|
3202
3325
|
py: 100,
|
|
3203
3326
|
bg: "white",
|
|
3204
3327
|
children: /* @__PURE__ */ e(F, { size: "md", children: /* @__PURE__ */ r(u, { gap: 80, children: [
|
|
3205
3328
|
/* @__PURE__ */ r(u, { gap: "sm", children: [
|
|
3206
3329
|
/* @__PURE__ */ e(
|
|
3207
|
-
|
|
3330
|
+
E,
|
|
3208
3331
|
{
|
|
3209
3332
|
order: 2,
|
|
3210
3333
|
ta: "center",
|
|
@@ -3228,7 +3351,7 @@ function mr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3228
3351
|
"Políticas globais de proteção de dados para ",
|
|
3229
3352
|
i,
|
|
3230
3353
|
" & ",
|
|
3231
|
-
|
|
3354
|
+
n
|
|
3232
3355
|
]
|
|
3233
3356
|
}
|
|
3234
3357
|
)
|
|
@@ -3245,7 +3368,7 @@ function mr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3245
3368
|
"Na ",
|
|
3246
3369
|
/* @__PURE__ */ e("strong", { children: i }),
|
|
3247
3370
|
", a privacidade não é apenas um requisito legal, mas um valor fundamental que guia cada linha de código do ",
|
|
3248
|
-
/* @__PURE__ */ e("strong", { children:
|
|
3371
|
+
/* @__PURE__ */ e("strong", { children: n }),
|
|
3249
3372
|
". 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 ",
|
|
3250
3373
|
/* @__PURE__ */ e("em", { children: "Privacy by Design" }),
|
|
3251
3374
|
", garantindo que a segurança não seja uma camada adicionada, mas a própria fundação de como operamos."
|
|
@@ -3278,7 +3401,7 @@ function mr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3278
3401
|
radius: "0",
|
|
3279
3402
|
color: "gray",
|
|
3280
3403
|
children: /* @__PURE__ */ e(
|
|
3281
|
-
|
|
3404
|
+
ae,
|
|
3282
3405
|
{
|
|
3283
3406
|
size: 32,
|
|
3284
3407
|
stroke: 1.2
|
|
@@ -3306,7 +3429,7 @@ function mr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3306
3429
|
lh: 1.7,
|
|
3307
3430
|
children: [
|
|
3308
3431
|
"Coletamos apenas o mínimo necessário para que o ",
|
|
3309
|
-
|
|
3432
|
+
n,
|
|
3310
3433
|
' 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ê.'
|
|
3311
3434
|
]
|
|
3312
3435
|
}
|
|
@@ -3330,7 +3453,7 @@ function mr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3330
3453
|
radius: "0",
|
|
3331
3454
|
color: "gray",
|
|
3332
3455
|
children: /* @__PURE__ */ e(
|
|
3333
|
-
|
|
3456
|
+
ie,
|
|
3334
3457
|
{
|
|
3335
3458
|
size: 32,
|
|
3336
3459
|
stroke: 1.2
|
|
@@ -3358,7 +3481,7 @@ function mr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3358
3481
|
lh: 1.7,
|
|
3359
3482
|
children: [
|
|
3360
3483
|
"Diferente de plataformas legadas, o ",
|
|
3361
|
-
|
|
3484
|
+
n,
|
|
3362
3485
|
" 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."
|
|
3363
3486
|
]
|
|
3364
3487
|
}
|
|
@@ -3382,7 +3505,7 @@ function mr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3382
3505
|
radius: "0",
|
|
3383
3506
|
color: "gray",
|
|
3384
3507
|
children: /* @__PURE__ */ e(
|
|
3385
|
-
|
|
3508
|
+
ze,
|
|
3386
3509
|
{
|
|
3387
3510
|
size: 32,
|
|
3388
3511
|
stroke: 1.2
|
|
@@ -3434,7 +3557,7 @@ function mr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3434
3557
|
radius: "0",
|
|
3435
3558
|
color: "gray",
|
|
3436
3559
|
children: /* @__PURE__ */ e(
|
|
3437
|
-
|
|
3560
|
+
we,
|
|
3438
3561
|
{
|
|
3439
3562
|
size: 32,
|
|
3440
3563
|
stroke: 1.2
|
|
@@ -3462,7 +3585,7 @@ function mr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3462
3585
|
lh: 1.7,
|
|
3463
3586
|
children: [
|
|
3464
3587
|
"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 ",
|
|
3465
|
-
|
|
3588
|
+
n,
|
|
3466
3589
|
', 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.'
|
|
3467
3590
|
]
|
|
3468
3591
|
}
|
|
@@ -3494,7 +3617,7 @@ function mr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3494
3617
|
lh: 1.8,
|
|
3495
3618
|
children: [
|
|
3496
3619
|
"O ",
|
|
3497
|
-
|
|
3620
|
+
n,
|
|
3498
3621
|
" 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 ",
|
|
3499
3622
|
i,
|
|
3500
3623
|
"."
|
|
@@ -3506,16 +3629,16 @@ function mr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3506
3629
|
}
|
|
3507
3630
|
);
|
|
3508
3631
|
}
|
|
3509
|
-
function
|
|
3632
|
+
function xr({ companyName: i = "RiLiGar", productName: n = "nossos produtos" }) {
|
|
3510
3633
|
return /* @__PURE__ */ e(
|
|
3511
|
-
|
|
3634
|
+
y,
|
|
3512
3635
|
{
|
|
3513
3636
|
py: 100,
|
|
3514
3637
|
bg: "white",
|
|
3515
3638
|
children: /* @__PURE__ */ e(F, { size: "md", children: /* @__PURE__ */ r(u, { gap: 80, children: [
|
|
3516
3639
|
/* @__PURE__ */ r(u, { gap: "sm", children: [
|
|
3517
3640
|
/* @__PURE__ */ e(
|
|
3518
|
-
|
|
3641
|
+
E,
|
|
3519
3642
|
{
|
|
3520
3643
|
order: 2,
|
|
3521
3644
|
ta: "center",
|
|
@@ -3537,7 +3660,7 @@ function gr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3537
3660
|
ls: "2px",
|
|
3538
3661
|
children: [
|
|
3539
3662
|
"Acordo de Licença para Usuário Final (EULA) do ",
|
|
3540
|
-
|
|
3663
|
+
n
|
|
3541
3664
|
]
|
|
3542
3665
|
}
|
|
3543
3666
|
)
|
|
@@ -3552,7 +3675,7 @@ function gr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3552
3675
|
c: "gray.8",
|
|
3553
3676
|
children: [
|
|
3554
3677
|
"Bem-vindo ao ",
|
|
3555
|
-
/* @__PURE__ */ e("strong", { children:
|
|
3678
|
+
/* @__PURE__ */ e("strong", { children: n }),
|
|
3556
3679
|
". Este documento constitui um contrato vinculativo entre você e a ",
|
|
3557
3680
|
/* @__PURE__ */ e("strong", { children: i }),
|
|
3558
3681
|
". Ao acessar a plataforma, criar uma conta ou utilizar qualquer funcionalidade do software, você confirma que leu, entendeu e aceita integralmente estes termos."
|
|
@@ -3585,7 +3708,7 @@ function gr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3585
3708
|
radius: "0",
|
|
3586
3709
|
color: "gray",
|
|
3587
3710
|
children: /* @__PURE__ */ e(
|
|
3588
|
-
|
|
3711
|
+
Se,
|
|
3589
3712
|
{
|
|
3590
3713
|
size: 32,
|
|
3591
3714
|
stroke: 1.2
|
|
@@ -3615,7 +3738,7 @@ function gr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3615
3738
|
"A ",
|
|
3616
3739
|
i,
|
|
3617
3740
|
" concede a você uma licença limitada, revogável, não exclusiva e intransferível para utilizar o ",
|
|
3618
|
-
|
|
3741
|
+
n,
|
|
3619
3742
|
" 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."
|
|
3620
3743
|
]
|
|
3621
3744
|
}
|
|
@@ -3639,7 +3762,7 @@ function gr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3639
3762
|
radius: "0",
|
|
3640
3763
|
color: "gray",
|
|
3641
3764
|
children: /* @__PURE__ */ e(
|
|
3642
|
-
|
|
3765
|
+
Ie,
|
|
3643
3766
|
{
|
|
3644
3767
|
size: 32,
|
|
3645
3768
|
stroke: 1.2
|
|
@@ -3691,7 +3814,7 @@ function gr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3691
3814
|
radius: "0",
|
|
3692
3815
|
color: "gray",
|
|
3693
3816
|
children: /* @__PURE__ */ e(
|
|
3694
|
-
|
|
3817
|
+
Te,
|
|
3695
3818
|
{
|
|
3696
3819
|
size: 32,
|
|
3697
3820
|
stroke: 1.2
|
|
@@ -3719,7 +3842,7 @@ function gr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3719
3842
|
lh: 1.7,
|
|
3720
3843
|
children: [
|
|
3721
3844
|
"Todo o código-fonte, design, interfaces, logotipos e textos do ",
|
|
3722
|
-
|
|
3845
|
+
n,
|
|
3723
3846
|
" são propriedade exclusiva da ",
|
|
3724
3847
|
i,
|
|
3725
3848
|
". 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."
|
|
@@ -3745,7 +3868,7 @@ function gr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3745
3868
|
radius: "0",
|
|
3746
3869
|
color: "gray",
|
|
3747
3870
|
children: /* @__PURE__ */ e(
|
|
3748
|
-
|
|
3871
|
+
qe,
|
|
3749
3872
|
{
|
|
3750
3873
|
size: 32,
|
|
3751
3874
|
stroke: 1.2
|
|
@@ -3773,7 +3896,7 @@ function gr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3773
3896
|
lh: 1.7,
|
|
3774
3897
|
children: [
|
|
3775
3898
|
"O ",
|
|
3776
|
-
|
|
3899
|
+
n,
|
|
3777
3900
|
" 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."
|
|
3778
3901
|
]
|
|
3779
3902
|
}
|
|
@@ -3797,7 +3920,7 @@ function gr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3797
3920
|
radius: "0",
|
|
3798
3921
|
color: "gray",
|
|
3799
3922
|
children: /* @__PURE__ */ e(
|
|
3800
|
-
|
|
3923
|
+
Ae,
|
|
3801
3924
|
{
|
|
3802
3925
|
size: 32,
|
|
3803
3926
|
stroke: 1.2
|
|
@@ -3825,7 +3948,7 @@ function gr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3825
3948
|
lh: 1.7,
|
|
3826
3949
|
children: [
|
|
3827
3950
|
"O ",
|
|
3828
|
-
|
|
3951
|
+
n,
|
|
3829
3952
|
" é fornecido ",
|
|
3830
3953
|
/* @__PURE__ */ e("em", { children: '"as is"' }),
|
|
3831
3954
|
" (como está). Embora busquemos a excelência técnica, a ",
|
|
@@ -3871,16 +3994,16 @@ function gr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3871
3994
|
}
|
|
3872
3995
|
);
|
|
3873
3996
|
}
|
|
3874
|
-
function
|
|
3997
|
+
function vr({ companyName: i = "RiLiGar", productName: n = "nossos produtos" }) {
|
|
3875
3998
|
return /* @__PURE__ */ e(
|
|
3876
|
-
|
|
3999
|
+
y,
|
|
3877
4000
|
{
|
|
3878
4001
|
py: 100,
|
|
3879
4002
|
bg: "white",
|
|
3880
4003
|
children: /* @__PURE__ */ e(F, { size: "md", children: /* @__PURE__ */ r(u, { gap: 80, children: [
|
|
3881
4004
|
/* @__PURE__ */ r(u, { gap: "sm", children: [
|
|
3882
4005
|
/* @__PURE__ */ e(
|
|
3883
|
-
|
|
4006
|
+
E,
|
|
3884
4007
|
{
|
|
3885
4008
|
order: 2,
|
|
3886
4009
|
ta: "center",
|
|
@@ -3902,7 +4025,7 @@ function ur({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3902
4025
|
ls: "2px",
|
|
3903
4026
|
children: [
|
|
3904
4027
|
"Protocolos de proteção, infraestrutura e resposta a incidentes do ",
|
|
3905
|
-
|
|
4028
|
+
n
|
|
3906
4029
|
]
|
|
3907
4030
|
}
|
|
3908
4031
|
)
|
|
@@ -3919,7 +4042,7 @@ function ur({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3919
4042
|
"A integridade técnica da ",
|
|
3920
4043
|
/* @__PURE__ */ e("strong", { children: i }),
|
|
3921
4044
|
" é construída sobre a premissa de que a confiança é conquistada através da transparência e do rigor tecnológico. O ",
|
|
3922
|
-
/* @__PURE__ */ e("strong", { children:
|
|
4045
|
+
/* @__PURE__ */ e("strong", { children: n }),
|
|
3923
4046
|
" não apenas armazena informações; ele as protege através de múltiplas camadas de defesa ativa e passiva. Nossa abordagem à segurança é holística, abrangendo desde o isolamento físico de servidores até a cultura de desenvolvimento seguro (DevSecOps) de nossos engenheiros."
|
|
3924
4047
|
]
|
|
3925
4048
|
}
|
|
@@ -3950,7 +4073,7 @@ function ur({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3950
4073
|
radius: "0",
|
|
3951
4074
|
color: "gray",
|
|
3952
4075
|
children: /* @__PURE__ */ e(
|
|
3953
|
-
|
|
4076
|
+
Pe,
|
|
3954
4077
|
{
|
|
3955
4078
|
size: 32,
|
|
3956
4079
|
stroke: 1.2
|
|
@@ -3978,7 +4101,7 @@ function ur({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3978
4101
|
lh: 1.7,
|
|
3979
4102
|
children: [
|
|
3980
4103
|
"Todos os dados no ",
|
|
3981
|
-
|
|
4104
|
+
n,
|
|
3982
4105
|
" são protegidos por criptografia de ponta a ponta. Utilizamos **AES-256** para dados em repouso e **TLS 1.3** para dados em trânsito. Nossas chaves de criptografia são gerenciadas através de serviços de KMS (Key Management Service) com isolamento por Hardware (HSM), garantindo que nem mesmo nossa equipe interna possua acesso às chaves mestras de descriptografia dos seus dados sensíveis."
|
|
3983
4106
|
]
|
|
3984
4107
|
}
|
|
@@ -4002,7 +4125,7 @@ function ur({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
4002
4125
|
radius: "0",
|
|
4003
4126
|
color: "gray",
|
|
4004
4127
|
children: /* @__PURE__ */ e(
|
|
4005
|
-
|
|
4128
|
+
ie,
|
|
4006
4129
|
{
|
|
4007
4130
|
size: 32,
|
|
4008
4131
|
stroke: 1.2
|
|
@@ -4050,7 +4173,7 @@ function ur({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
4050
4173
|
radius: "0",
|
|
4051
4174
|
color: "gray",
|
|
4052
4175
|
children: /* @__PURE__ */ e(
|
|
4053
|
-
|
|
4176
|
+
De,
|
|
4054
4177
|
{
|
|
4055
4178
|
size: 32,
|
|
4056
4179
|
stroke: 1.2
|
|
@@ -4098,7 +4221,7 @@ function ur({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
4098
4221
|
radius: "0",
|
|
4099
4222
|
color: "gray",
|
|
4100
4223
|
children: /* @__PURE__ */ e(
|
|
4101
|
-
|
|
4224
|
+
Fe,
|
|
4102
4225
|
{
|
|
4103
4226
|
size: 32,
|
|
4104
4227
|
stroke: 1.2
|
|
@@ -4135,7 +4258,7 @@ function ur({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
4135
4258
|
/* @__PURE__ */ e(D, { color: "gray.2" }),
|
|
4136
4259
|
/* @__PURE__ */ r(u, { gap: "lg", children: [
|
|
4137
4260
|
/* @__PURE__ */ r(f, { gap: "sm", children: [
|
|
4138
|
-
/* @__PURE__ */ e(v, { variant: "transparent", color: "gray.9", children: /* @__PURE__ */ e(
|
|
4261
|
+
/* @__PURE__ */ e(v, { variant: "transparent", color: "gray.9", children: /* @__PURE__ */ e(ke, { size: 18 }) }),
|
|
4139
4262
|
/* @__PURE__ */ e(
|
|
4140
4263
|
a,
|
|
4141
4264
|
{
|
|
@@ -4168,39 +4291,40 @@ function ur({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
4168
4291
|
);
|
|
4169
4292
|
}
|
|
4170
4293
|
export {
|
|
4171
|
-
|
|
4172
|
-
|
|
4173
|
-
|
|
4174
|
-
|
|
4175
|
-
|
|
4176
|
-
|
|
4177
|
-
|
|
4178
|
-
|
|
4179
|
-
|
|
4180
|
-
|
|
4181
|
-
|
|
4294
|
+
te as BrandLogo,
|
|
4295
|
+
Me as CTABanner,
|
|
4296
|
+
R as CTAButton,
|
|
4297
|
+
lr as Callout,
|
|
4298
|
+
Be as CodeBlock,
|
|
4299
|
+
pr as Comparison,
|
|
4300
|
+
tr as CriteriaList,
|
|
4301
|
+
mr as FAQ,
|
|
4302
|
+
ar as FeatureSplit,
|
|
4303
|
+
ir as FeaturesGrid,
|
|
4304
|
+
yr as Footer,
|
|
4305
|
+
sr as FounderCard,
|
|
4182
4306
|
je as Header,
|
|
4183
|
-
|
|
4184
|
-
|
|
4185
|
-
|
|
4186
|
-
|
|
4187
|
-
|
|
4188
|
-
|
|
4307
|
+
er as Hero,
|
|
4308
|
+
Ye as Layout,
|
|
4309
|
+
dr as LeadForm,
|
|
4310
|
+
br as LegalPrivacy,
|
|
4311
|
+
vr as LegalSecurity,
|
|
4312
|
+
xr as LegalTerms,
|
|
4189
4313
|
ne as MediaBlock,
|
|
4190
|
-
|
|
4191
|
-
|
|
4192
|
-
|
|
4193
|
-
|
|
4194
|
-
|
|
4195
|
-
|
|
4196
|
-
|
|
4197
|
-
|
|
4198
|
-
|
|
4199
|
-
|
|
4200
|
-
|
|
4201
|
-
|
|
4202
|
-
|
|
4203
|
-
|
|
4314
|
+
Ze as Navbar,
|
|
4315
|
+
hr as Pricing,
|
|
4316
|
+
nr as ProductGrid,
|
|
4317
|
+
U as SECTION_BACKGROUNDS,
|
|
4318
|
+
ur as SecondaryCTA,
|
|
4319
|
+
T as Section,
|
|
4320
|
+
oe as SectionHeader,
|
|
4321
|
+
fr as SeloExclusivo,
|
|
4322
|
+
rr as SocialProof,
|
|
4323
|
+
or as StatsGrid,
|
|
4324
|
+
cr as Steps,
|
|
4325
|
+
gr as Testimonials,
|
|
4326
|
+
Le as TrustBadge,
|
|
4327
|
+
Xe as Wordmark,
|
|
4204
4328
|
B as resolveBackground,
|
|
4205
|
-
|
|
4329
|
+
Je as theme
|
|
4206
4330
|
};
|