@riligar/components-kit 1.13.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 +903 -791
- 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
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
|
-
},
|
|
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 Qe({ 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 Je({ subtitle: i, title: o, description: l, cta: n, secondaryCta: s, no
|
|
|
500
627
|
w: "100%",
|
|
501
628
|
style: { maxWidth: "100%" },
|
|
502
629
|
children: [
|
|
503
|
-
|
|
630
|
+
o && /* @__PURE__ */ e(
|
|
504
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
|
-
|
|
646
|
+
t && /* @__PURE__ */ e(
|
|
520
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 Je({ 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 Je({ 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 Xe({ 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 Xe({ 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 Xe({ 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,8 +769,8 @@ function Xe({ id: i, title: o, logos: l, background: n = "gray" }) {
|
|
|
642
769
|
}
|
|
643
770
|
);
|
|
644
771
|
}
|
|
645
|
-
function
|
|
646
|
-
const
|
|
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(
|
|
647
774
|
M,
|
|
648
775
|
{
|
|
649
776
|
spacing: "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,152 +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
|
-
|
|
811
|
+
l,
|
|
812
|
+
s && /* @__PURE__ */ e(f, { mt: "md", children: /* @__PURE__ */ e(
|
|
686
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:
|
|
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,
|
|
797
924
|
codeBlock: L,
|
|
798
|
-
// layout="split": quantas das 12 colunas o codigo ocupa. O padrao
|
|
799
|
-
//
|
|
800
|
-
codeSpan:
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
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
|
|
804
933
|
}) {
|
|
805
|
-
const
|
|
934
|
+
const W = /* @__PURE__ */ r(y, { children: [
|
|
806
935
|
i && /* @__PURE__ */ e(
|
|
807
936
|
v,
|
|
808
937
|
{
|
|
809
938
|
size: 48,
|
|
810
939
|
radius: "0",
|
|
811
|
-
variant:
|
|
812
|
-
color:
|
|
940
|
+
variant: n || "light",
|
|
941
|
+
color: d || "gray",
|
|
813
942
|
mb: "lg",
|
|
814
943
|
children: /* @__PURE__ */ e(
|
|
815
944
|
i,
|
|
@@ -820,7 +949,7 @@ function Ee({
|
|
|
820
949
|
)
|
|
821
950
|
}
|
|
822
951
|
),
|
|
823
|
-
|
|
952
|
+
o && /* @__PURE__ */ e(
|
|
824
953
|
a,
|
|
825
954
|
{
|
|
826
955
|
size: "sm",
|
|
@@ -829,110 +958,92 @@ function Ee({
|
|
|
829
958
|
ls: "1.5px",
|
|
830
959
|
c: "gray.5",
|
|
831
960
|
mb: "xs",
|
|
832
|
-
children:
|
|
961
|
+
children: o
|
|
833
962
|
}
|
|
834
963
|
),
|
|
835
|
-
|
|
964
|
+
t && /* @__PURE__ */ e(
|
|
836
965
|
a,
|
|
837
966
|
{
|
|
838
|
-
fz:
|
|
967
|
+
fz: s || (q === "compact" ? "h4" : "h3"),
|
|
839
968
|
fw: 900,
|
|
840
969
|
lh: 1.2,
|
|
841
970
|
mb: "sm",
|
|
842
971
|
c: void 0,
|
|
843
|
-
children:
|
|
972
|
+
children: t
|
|
844
973
|
}
|
|
845
974
|
),
|
|
846
975
|
g && /* @__PURE__ */ e(
|
|
847
976
|
a,
|
|
848
977
|
{
|
|
849
978
|
c: "gray.6",
|
|
850
|
-
size:
|
|
851
|
-
maw:
|
|
852
|
-
mb:
|
|
979
|
+
size: p || (q === "compact" ? "sm" : "lg"),
|
|
980
|
+
maw: m,
|
|
981
|
+
mb: P ? "xl" : q === "compact" ? "lg" : void 0,
|
|
853
982
|
children: g
|
|
854
983
|
}
|
|
855
984
|
),
|
|
856
|
-
|
|
857
|
-
|
|
985
|
+
P && P.length > 0 && /* @__PURE__ */ e(f, { children: P.map((le, se) => /* @__PURE__ */ e(
|
|
986
|
+
j,
|
|
858
987
|
{
|
|
859
988
|
variant: "dot",
|
|
860
989
|
color: "gray",
|
|
861
990
|
radius: "0",
|
|
862
|
-
children:
|
|
991
|
+
children: le
|
|
863
992
|
},
|
|
864
|
-
|
|
993
|
+
se
|
|
865
994
|
)) })
|
|
866
|
-
] }), O =
|
|
867
|
-
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(
|
|
868
997
|
w,
|
|
869
998
|
{
|
|
870
999
|
h: "100%",
|
|
871
1000
|
p: { base: "xl", md: 40 },
|
|
872
1001
|
radius: "0",
|
|
873
|
-
bg:
|
|
1002
|
+
bg: B(c),
|
|
874
1003
|
bd: "1px solid var(--mantine-color-gray-2)",
|
|
875
|
-
style:
|
|
876
|
-
...
|
|
1004
|
+
style: k,
|
|
1005
|
+
...S,
|
|
877
1006
|
children: /* @__PURE__ */ r(
|
|
878
1007
|
z,
|
|
879
1008
|
{
|
|
880
1009
|
align: "center",
|
|
881
1010
|
gutter: "xl",
|
|
882
1011
|
children: [
|
|
883
|
-
/* @__PURE__ */ e(z.Col, { span: { base: 12, sm: 12 -
|
|
884
|
-
/* @__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: [
|
|
885
1014
|
O,
|
|
886
|
-
L && /* @__PURE__ */ e(
|
|
887
|
-
ce,
|
|
888
|
-
{
|
|
889
|
-
block: !0,
|
|
890
|
-
color: "gray.0",
|
|
891
|
-
c: "gray.7",
|
|
892
|
-
style: {
|
|
893
|
-
// Codigo nao quebra no meio de token: linha inteira, com
|
|
894
|
-
// scroll horizontal so quando realmente nao couber.
|
|
895
|
-
fontSize: 12.5,
|
|
896
|
-
lineHeight: 1.6,
|
|
897
|
-
borderRadius: 0,
|
|
898
|
-
whiteSpace: "pre",
|
|
899
|
-
overflowX: "auto",
|
|
900
|
-
padding: "18px 20px"
|
|
901
|
-
},
|
|
902
|
-
children: L
|
|
903
|
-
}
|
|
904
|
-
)
|
|
1015
|
+
L && /* @__PURE__ */ e(Be, { label: _, children: L })
|
|
905
1016
|
] })
|
|
906
1017
|
]
|
|
907
1018
|
}
|
|
908
1019
|
)
|
|
909
1020
|
}
|
|
910
|
-
) }) :
|
|
1021
|
+
) }) : q === "compact" ? /* @__PURE__ */ e(z.Col, { span: h, children: /* @__PURE__ */ r(
|
|
911
1022
|
w,
|
|
912
1023
|
{
|
|
913
1024
|
h: "100%",
|
|
914
1025
|
p: { base: "xl", md: 40 },
|
|
915
1026
|
radius: "0",
|
|
916
|
-
bg:
|
|
1027
|
+
bg: B(c),
|
|
917
1028
|
bd: "1px solid var(--mantine-color-gray-2)",
|
|
918
|
-
style:
|
|
919
|
-
...
|
|
1029
|
+
style: k,
|
|
1030
|
+
...S,
|
|
920
1031
|
children: [
|
|
921
|
-
|
|
1032
|
+
W,
|
|
922
1033
|
O
|
|
923
1034
|
]
|
|
924
1035
|
}
|
|
925
|
-
) }) :
|
|
1036
|
+
) }) : b ? /* @__PURE__ */ e(z.Col, { span: h, children: /* @__PURE__ */ e(
|
|
926
1037
|
w,
|
|
927
1038
|
{
|
|
928
1039
|
h: "100%",
|
|
929
1040
|
p: { base: "xl", md: 40 },
|
|
930
1041
|
radius: "0",
|
|
931
|
-
bg:
|
|
1042
|
+
bg: B(c),
|
|
932
1043
|
bd: "1px solid var(--mantine-color-gray-2)",
|
|
933
1044
|
pos: "relative",
|
|
934
|
-
style:
|
|
935
|
-
...
|
|
1045
|
+
style: k,
|
|
1046
|
+
...S,
|
|
936
1047
|
children: /* @__PURE__ */ r(
|
|
937
1048
|
z,
|
|
938
1049
|
{
|
|
@@ -944,7 +1055,7 @@ function Ee({
|
|
|
944
1055
|
{
|
|
945
1056
|
span: { base: 12, sm: 7 },
|
|
946
1057
|
style: { zIndex: 1 },
|
|
947
|
-
children:
|
|
1058
|
+
children: W
|
|
948
1059
|
}
|
|
949
1060
|
),
|
|
950
1061
|
/* @__PURE__ */ e(
|
|
@@ -952,30 +1063,30 @@ function Ee({
|
|
|
952
1063
|
{
|
|
953
1064
|
span: 5,
|
|
954
1065
|
visibleFrom: "sm",
|
|
955
|
-
children:
|
|
1066
|
+
children: b
|
|
956
1067
|
}
|
|
957
1068
|
)
|
|
958
1069
|
]
|
|
959
1070
|
}
|
|
960
1071
|
)
|
|
961
1072
|
}
|
|
962
|
-
) }) : /* @__PURE__ */ e(z.Col, { span:
|
|
1073
|
+
) }) : /* @__PURE__ */ e(z.Col, { span: h, children: /* @__PURE__ */ r(
|
|
963
1074
|
w,
|
|
964
1075
|
{
|
|
965
1076
|
h: "100%",
|
|
966
1077
|
p: { base: "xl", md: 40 },
|
|
967
1078
|
radius: "0",
|
|
968
|
-
bg:
|
|
1079
|
+
bg: B(c),
|
|
969
1080
|
bd: "1px solid var(--mantine-color-gray-2)",
|
|
970
1081
|
display: "flex",
|
|
971
1082
|
style: {
|
|
972
1083
|
flexDirection: "column",
|
|
973
1084
|
justifyContent: "space-between",
|
|
974
|
-
...
|
|
1085
|
+
...k
|
|
975
1086
|
},
|
|
976
|
-
...
|
|
1087
|
+
...S,
|
|
977
1088
|
children: [
|
|
978
|
-
|
|
1089
|
+
W,
|
|
979
1090
|
O && Q ? /* @__PURE__ */ r(
|
|
980
1091
|
f,
|
|
981
1092
|
{
|
|
@@ -996,12 +1107,12 @@ function ee(i) {
|
|
|
996
1107
|
switch (i.type) {
|
|
997
1108
|
case "ring":
|
|
998
1109
|
return /* @__PURE__ */ e(
|
|
999
|
-
|
|
1110
|
+
he,
|
|
1000
1111
|
{
|
|
1001
1112
|
size: i.size || 140,
|
|
1002
1113
|
thickness: i.thickness || 12,
|
|
1003
1114
|
sections: [{ value: i.value || 100, color: "gray.7" }],
|
|
1004
|
-
label: /* @__PURE__ */ e(
|
|
1115
|
+
label: /* @__PURE__ */ e(A, { children: /* @__PURE__ */ r(
|
|
1005
1116
|
u,
|
|
1006
1117
|
{
|
|
1007
1118
|
gap: 0,
|
|
@@ -1052,7 +1163,7 @@ function ee(i) {
|
|
|
1052
1163
|
}
|
|
1053
1164
|
),
|
|
1054
1165
|
i.badge && /* @__PURE__ */ e(
|
|
1055
|
-
|
|
1166
|
+
j,
|
|
1056
1167
|
{
|
|
1057
1168
|
mt: "md",
|
|
1058
1169
|
color: "gray",
|
|
@@ -1070,21 +1181,21 @@ function ee(i) {
|
|
|
1070
1181
|
gap: 8,
|
|
1071
1182
|
h: i.height || 100,
|
|
1072
1183
|
preventGrowOverflow: !1,
|
|
1073
|
-
children: (i.data || []).map((
|
|
1074
|
-
|
|
1184
|
+
children: (i.data || []).map((n, d) => /* @__PURE__ */ e(
|
|
1185
|
+
y,
|
|
1075
1186
|
{
|
|
1076
1187
|
w: 20,
|
|
1077
|
-
h: `${
|
|
1078
|
-
bg:
|
|
1188
|
+
h: `${n}%`,
|
|
1189
|
+
bg: d === i.highlight ? "gray.5" : "gray.2",
|
|
1079
1190
|
radius: "0"
|
|
1080
1191
|
},
|
|
1081
|
-
|
|
1192
|
+
d
|
|
1082
1193
|
))
|
|
1083
1194
|
}
|
|
1084
1195
|
);
|
|
1085
1196
|
case "typography":
|
|
1086
1197
|
return /* @__PURE__ */ e(
|
|
1087
|
-
|
|
1198
|
+
A,
|
|
1088
1199
|
{
|
|
1089
1200
|
h: i.height || 160,
|
|
1090
1201
|
bg: "gray.0",
|
|
@@ -1103,9 +1214,9 @@ function ee(i) {
|
|
|
1103
1214
|
}
|
|
1104
1215
|
);
|
|
1105
1216
|
case "icon-large": {
|
|
1106
|
-
const
|
|
1107
|
-
return
|
|
1108
|
-
|
|
1217
|
+
const n = i.icon;
|
|
1218
|
+
return n ? /* @__PURE__ */ e(
|
|
1219
|
+
n,
|
|
1109
1220
|
{
|
|
1110
1221
|
size: i.size || 64,
|
|
1111
1222
|
stroke: i.stroke || 1,
|
|
@@ -1117,23 +1228,23 @@ function ee(i) {
|
|
|
1117
1228
|
return null;
|
|
1118
1229
|
}
|
|
1119
1230
|
}
|
|
1120
|
-
function
|
|
1231
|
+
function or({ id: i, subtitle: n, title: d, items: o = [], cols: t = 4, background: s = "white", ta: g = "center", note: p }) {
|
|
1121
1232
|
return /* @__PURE__ */ r(
|
|
1122
|
-
|
|
1233
|
+
T,
|
|
1123
1234
|
{
|
|
1124
1235
|
id: i,
|
|
1125
|
-
subtitle:
|
|
1126
|
-
title:
|
|
1127
|
-
background:
|
|
1236
|
+
subtitle: n,
|
|
1237
|
+
title: d,
|
|
1238
|
+
background: s,
|
|
1128
1239
|
ta: g,
|
|
1129
1240
|
maw: 900,
|
|
1130
1241
|
children: [
|
|
1131
1242
|
/* @__PURE__ */ e(
|
|
1132
|
-
|
|
1243
|
+
I,
|
|
1133
1244
|
{
|
|
1134
|
-
cols: { base: 1, sm: 2, lg:
|
|
1245
|
+
cols: { base: 1, sm: 2, lg: t },
|
|
1135
1246
|
spacing: 0,
|
|
1136
|
-
children:
|
|
1247
|
+
children: o.map((m, h) => /* @__PURE__ */ r(
|
|
1137
1248
|
w,
|
|
1138
1249
|
{
|
|
1139
1250
|
px: "lg",
|
|
@@ -1154,7 +1265,7 @@ function er({ id: i, subtitle: o, title: l, items: n = [], cols: s = 4, backgrou
|
|
|
1154
1265
|
mb: "lg",
|
|
1155
1266
|
c: "gray.9",
|
|
1156
1267
|
style: { letterSpacing: "-0.04em" },
|
|
1157
|
-
children:
|
|
1268
|
+
children: m.value
|
|
1158
1269
|
}
|
|
1159
1270
|
),
|
|
1160
1271
|
/* @__PURE__ */ e(
|
|
@@ -1167,10 +1278,10 @@ function er({ id: i, subtitle: o, title: l, items: n = [], cols: s = 4, backgrou
|
|
|
1167
1278
|
mb: "xs",
|
|
1168
1279
|
c: "gray.9",
|
|
1169
1280
|
style: { letterSpacing: "-0.01em" },
|
|
1170
|
-
children:
|
|
1281
|
+
children: m.label
|
|
1171
1282
|
}
|
|
1172
1283
|
),
|
|
1173
|
-
|
|
1284
|
+
m.description && /* @__PURE__ */ e(
|
|
1174
1285
|
a,
|
|
1175
1286
|
{
|
|
1176
1287
|
component: "div",
|
|
@@ -1179,16 +1290,16 @@ function er({ id: i, subtitle: o, title: l, items: n = [], cols: s = 4, backgrou
|
|
|
1179
1290
|
lh: 1.5,
|
|
1180
1291
|
maw: 220,
|
|
1181
1292
|
mx: "auto",
|
|
1182
|
-
children:
|
|
1293
|
+
children: m.description
|
|
1183
1294
|
}
|
|
1184
1295
|
)
|
|
1185
1296
|
]
|
|
1186
1297
|
},
|
|
1187
|
-
|
|
1298
|
+
m.label || h
|
|
1188
1299
|
))
|
|
1189
1300
|
}
|
|
1190
1301
|
),
|
|
1191
|
-
|
|
1302
|
+
p && /* @__PURE__ */ e(
|
|
1192
1303
|
a,
|
|
1193
1304
|
{
|
|
1194
1305
|
size: "sm",
|
|
@@ -1198,43 +1309,43 @@ function er({ id: i, subtitle: o, title: l, items: n = [], cols: s = 4, backgrou
|
|
|
1198
1309
|
maw: 800,
|
|
1199
1310
|
mx: "auto",
|
|
1200
1311
|
lh: 1.6,
|
|
1201
|
-
children:
|
|
1312
|
+
children: p
|
|
1202
1313
|
}
|
|
1203
1314
|
)
|
|
1204
1315
|
]
|
|
1205
1316
|
}
|
|
1206
1317
|
);
|
|
1207
1318
|
}
|
|
1208
|
-
function
|
|
1319
|
+
function nr({ id: i, subtitle: n, title: d, description: o, items: t = [], ctaIcon: s, note: g, background: p = "white", ta: m = "center" }) {
|
|
1209
1320
|
return /* @__PURE__ */ r(
|
|
1210
|
-
|
|
1321
|
+
T,
|
|
1211
1322
|
{
|
|
1212
1323
|
id: i,
|
|
1213
|
-
subtitle:
|
|
1214
|
-
title:
|
|
1215
|
-
background:
|
|
1216
|
-
ta:
|
|
1324
|
+
subtitle: n,
|
|
1325
|
+
title: d,
|
|
1326
|
+
background: p,
|
|
1327
|
+
ta: m,
|
|
1217
1328
|
maw: 900,
|
|
1218
1329
|
children: [
|
|
1219
|
-
|
|
1330
|
+
o && /* @__PURE__ */ e(
|
|
1220
1331
|
a,
|
|
1221
1332
|
{
|
|
1222
1333
|
c: "gray.6",
|
|
1223
|
-
ta:
|
|
1334
|
+
ta: m,
|
|
1224
1335
|
mb: 80,
|
|
1225
1336
|
maw: 780,
|
|
1226
|
-
mx:
|
|
1337
|
+
mx: m === "center" ? "auto" : void 0,
|
|
1227
1338
|
size: "lg",
|
|
1228
1339
|
lh: 1.6,
|
|
1229
|
-
children:
|
|
1340
|
+
children: o
|
|
1230
1341
|
}
|
|
1231
1342
|
),
|
|
1232
|
-
/* @__PURE__ */ e(z, { gutter: "xl", children:
|
|
1233
|
-
const
|
|
1343
|
+
/* @__PURE__ */ e(z, { gutter: "xl", children: t.map((h, c) => {
|
|
1344
|
+
const l = h.icon;
|
|
1234
1345
|
return /* @__PURE__ */ e(
|
|
1235
1346
|
z.Col,
|
|
1236
1347
|
{
|
|
1237
|
-
span: { base: 12, md:
|
|
1348
|
+
span: { base: 12, md: h.span || 6 },
|
|
1238
1349
|
children: /* @__PURE__ */ r(
|
|
1239
1350
|
w,
|
|
1240
1351
|
{
|
|
@@ -1253,8 +1364,8 @@ function rr({ id: i, subtitle: o, title: l, description: n, items: s = [], ctaIc
|
|
|
1253
1364
|
mb: "lg",
|
|
1254
1365
|
wrap: "nowrap",
|
|
1255
1366
|
children: [
|
|
1256
|
-
/* @__PURE__ */ r(
|
|
1257
|
-
|
|
1367
|
+
/* @__PURE__ */ r(y, { children: [
|
|
1368
|
+
h.category && /* @__PURE__ */ e(
|
|
1258
1369
|
a,
|
|
1259
1370
|
{
|
|
1260
1371
|
size: "xs",
|
|
@@ -1263,22 +1374,22 @@ function rr({ id: i, subtitle: o, title: l, description: n, items: s = [], ctaIc
|
|
|
1263
1374
|
ls: "1.5px",
|
|
1264
1375
|
c: "gray.4",
|
|
1265
1376
|
mb: 4,
|
|
1266
|
-
children:
|
|
1377
|
+
children: h.category
|
|
1267
1378
|
}
|
|
1268
1379
|
),
|
|
1269
1380
|
/* @__PURE__ */ e(
|
|
1270
|
-
|
|
1381
|
+
E,
|
|
1271
1382
|
{
|
|
1272
1383
|
order: 3,
|
|
1273
1384
|
fz: "h2",
|
|
1274
1385
|
fw: 800,
|
|
1275
1386
|
c: "gray.9",
|
|
1276
|
-
children:
|
|
1387
|
+
children: h.name
|
|
1277
1388
|
}
|
|
1278
1389
|
)
|
|
1279
1390
|
] }),
|
|
1280
|
-
|
|
1281
|
-
|
|
1391
|
+
l && /* @__PURE__ */ e(
|
|
1392
|
+
l,
|
|
1282
1393
|
{
|
|
1283
1394
|
size: 28,
|
|
1284
1395
|
stroke: 1.5,
|
|
@@ -1288,7 +1399,7 @@ function rr({ id: i, subtitle: o, title: l, description: n, items: s = [], ctaIc
|
|
|
1288
1399
|
]
|
|
1289
1400
|
}
|
|
1290
1401
|
),
|
|
1291
|
-
|
|
1402
|
+
h.headline && /* @__PURE__ */ e(
|
|
1292
1403
|
a,
|
|
1293
1404
|
{
|
|
1294
1405
|
fw: 700,
|
|
@@ -1297,10 +1408,10 @@ function rr({ id: i, subtitle: o, title: l, description: n, items: s = [], ctaIc
|
|
|
1297
1408
|
mb: "sm",
|
|
1298
1409
|
c: "gray.9",
|
|
1299
1410
|
style: { letterSpacing: "-0.01em" },
|
|
1300
|
-
children:
|
|
1411
|
+
children: h.headline
|
|
1301
1412
|
}
|
|
1302
1413
|
),
|
|
1303
|
-
|
|
1414
|
+
h.description && /* @__PURE__ */ e(
|
|
1304
1415
|
a,
|
|
1305
1416
|
{
|
|
1306
1417
|
size: "md",
|
|
@@ -1308,20 +1419,20 @@ function rr({ id: i, subtitle: o, title: l, description: n, items: s = [], ctaIc
|
|
|
1308
1419
|
lh: 1.6,
|
|
1309
1420
|
mb: "xl",
|
|
1310
1421
|
style: { flexGrow: 1 },
|
|
1311
|
-
children:
|
|
1422
|
+
children: h.description
|
|
1312
1423
|
}
|
|
1313
1424
|
),
|
|
1314
|
-
|
|
1425
|
+
h.href && /* @__PURE__ */ e(
|
|
1315
1426
|
G,
|
|
1316
1427
|
{
|
|
1317
1428
|
component: "a",
|
|
1318
|
-
href:
|
|
1319
|
-
target:
|
|
1320
|
-
rel:
|
|
1429
|
+
href: h.href,
|
|
1430
|
+
target: h.target,
|
|
1431
|
+
rel: h.target === "_blank" ? "noopener noreferrer" : void 0,
|
|
1321
1432
|
variant: "default",
|
|
1322
1433
|
size: "md",
|
|
1323
1434
|
radius: "0",
|
|
1324
|
-
rightSection:
|
|
1435
|
+
rightSection: s,
|
|
1325
1436
|
style: {
|
|
1326
1437
|
width: "100%",
|
|
1327
1438
|
justifyContent: "space-between",
|
|
@@ -1330,14 +1441,14 @@ function rr({ id: i, subtitle: o, title: l, description: n, items: s = [], ctaIc
|
|
|
1330
1441
|
paddingTop: 16,
|
|
1331
1442
|
marginTop: "auto"
|
|
1332
1443
|
},
|
|
1333
|
-
children:
|
|
1444
|
+
children: h.ctaLabel || `Abrir ${h.name}`
|
|
1334
1445
|
}
|
|
1335
1446
|
)
|
|
1336
1447
|
]
|
|
1337
1448
|
}
|
|
1338
1449
|
)
|
|
1339
1450
|
},
|
|
1340
|
-
|
|
1451
|
+
h.name || c
|
|
1341
1452
|
);
|
|
1342
1453
|
}) }),
|
|
1343
1454
|
g && /* @__PURE__ */ e(
|
|
@@ -1345,10 +1456,10 @@ function rr({ id: i, subtitle: o, title: l, description: n, items: s = [], ctaIc
|
|
|
1345
1456
|
{
|
|
1346
1457
|
size: "sm",
|
|
1347
1458
|
c: "gray.6",
|
|
1348
|
-
ta:
|
|
1459
|
+
ta: m,
|
|
1349
1460
|
mt: 60,
|
|
1350
1461
|
maw: 800,
|
|
1351
|
-
mx:
|
|
1462
|
+
mx: m === "center" ? "auto" : void 0,
|
|
1352
1463
|
lh: 1.6,
|
|
1353
1464
|
fs: "italic",
|
|
1354
1465
|
children: g
|
|
@@ -1358,28 +1469,28 @@ function rr({ id: i, subtitle: o, title: l, description: n, items: s = [], ctaIc
|
|
|
1358
1469
|
}
|
|
1359
1470
|
);
|
|
1360
1471
|
}
|
|
1361
|
-
function
|
|
1472
|
+
function tr({ id: i, subtitle: n, title: d, description: o, items: t = [], note: s, background: g = "gray", ta: p = "center" }) {
|
|
1362
1473
|
return /* @__PURE__ */ r(
|
|
1363
|
-
|
|
1474
|
+
T,
|
|
1364
1475
|
{
|
|
1365
1476
|
id: i,
|
|
1366
|
-
subtitle:
|
|
1367
|
-
title:
|
|
1477
|
+
subtitle: n,
|
|
1478
|
+
title: d,
|
|
1368
1479
|
background: g,
|
|
1369
|
-
ta:
|
|
1480
|
+
ta: p,
|
|
1370
1481
|
maw: 900,
|
|
1371
1482
|
children: [
|
|
1372
|
-
|
|
1483
|
+
o && /* @__PURE__ */ e(
|
|
1373
1484
|
a,
|
|
1374
1485
|
{
|
|
1375
1486
|
c: "gray.6",
|
|
1376
|
-
ta:
|
|
1487
|
+
ta: p,
|
|
1377
1488
|
mb: 56,
|
|
1378
1489
|
maw: 760,
|
|
1379
|
-
mx:
|
|
1490
|
+
mx: p === "center" ? "auto" : void 0,
|
|
1380
1491
|
size: "lg",
|
|
1381
1492
|
lh: 1.7,
|
|
1382
|
-
children:
|
|
1493
|
+
children: o
|
|
1383
1494
|
}
|
|
1384
1495
|
),
|
|
1385
1496
|
/* @__PURE__ */ e(
|
|
@@ -1390,13 +1501,13 @@ function ar({ id: i, subtitle: o, title: l, description: n, items: s = [], note:
|
|
|
1390
1501
|
bd: "1px solid var(--mantine-color-gray-2)",
|
|
1391
1502
|
px: { base: "lg", md: 40 },
|
|
1392
1503
|
py: { base: "xs", md: "md" },
|
|
1393
|
-
children:
|
|
1504
|
+
children: t.map((m, h) => /* @__PURE__ */ r(
|
|
1394
1505
|
z,
|
|
1395
1506
|
{
|
|
1396
1507
|
gutter: { base: 4, sm: "xl" },
|
|
1397
1508
|
py: { base: "lg", md: "xl" },
|
|
1398
1509
|
ta: "left",
|
|
1399
|
-
style:
|
|
1510
|
+
style: h === 0 ? void 0 : { borderTop: "1px solid var(--mantine-color-gray-2)" },
|
|
1400
1511
|
children: [
|
|
1401
1512
|
/* @__PURE__ */ e(z.Col, { span: { base: 12, sm: 4 }, children: /* @__PURE__ */ e(
|
|
1402
1513
|
a,
|
|
@@ -1404,7 +1515,7 @@ function ar({ id: i, subtitle: o, title: l, description: n, items: s = [], note:
|
|
|
1404
1515
|
fw: 700,
|
|
1405
1516
|
lh: 1.4,
|
|
1406
1517
|
c: "gray.9",
|
|
1407
|
-
children:
|
|
1518
|
+
children: m.criterion
|
|
1408
1519
|
}
|
|
1409
1520
|
) }),
|
|
1410
1521
|
/* @__PURE__ */ r(z.Col, { span: { base: 12, sm: 8 }, children: [
|
|
@@ -1414,65 +1525,65 @@ function ar({ id: i, subtitle: o, title: l, description: n, items: s = [], note:
|
|
|
1414
1525
|
fw: 700,
|
|
1415
1526
|
lh: 1.4,
|
|
1416
1527
|
mb: 6,
|
|
1417
|
-
c:
|
|
1418
|
-
children:
|
|
1528
|
+
c: m.muted ? "gray.5" : "gray.9",
|
|
1529
|
+
children: m.value
|
|
1419
1530
|
}
|
|
1420
1531
|
),
|
|
1421
|
-
|
|
1532
|
+
m.note && /* @__PURE__ */ e(
|
|
1422
1533
|
a,
|
|
1423
1534
|
{
|
|
1424
1535
|
size: "sm",
|
|
1425
1536
|
c: "gray.6",
|
|
1426
1537
|
lh: 1.6,
|
|
1427
|
-
children:
|
|
1538
|
+
children: m.note
|
|
1428
1539
|
}
|
|
1429
1540
|
)
|
|
1430
1541
|
] })
|
|
1431
1542
|
]
|
|
1432
1543
|
},
|
|
1433
|
-
|
|
1544
|
+
m.criterion || h
|
|
1434
1545
|
))
|
|
1435
1546
|
}
|
|
1436
1547
|
),
|
|
1437
|
-
|
|
1548
|
+
s && /* @__PURE__ */ e(
|
|
1438
1549
|
a,
|
|
1439
1550
|
{
|
|
1440
1551
|
size: "sm",
|
|
1441
1552
|
c: "gray.6",
|
|
1442
|
-
ta:
|
|
1553
|
+
ta: p,
|
|
1443
1554
|
mt: 40,
|
|
1444
1555
|
maw: 720,
|
|
1445
|
-
mx:
|
|
1556
|
+
mx: p === "center" ? "auto" : void 0,
|
|
1446
1557
|
lh: 1.7,
|
|
1447
|
-
children:
|
|
1558
|
+
children: s
|
|
1448
1559
|
}
|
|
1449
1560
|
)
|
|
1450
1561
|
]
|
|
1451
1562
|
}
|
|
1452
1563
|
);
|
|
1453
1564
|
}
|
|
1454
|
-
function
|
|
1565
|
+
function lr({ id: i, subtitle: n, title: d, description: o, cardLabel: t, items: s = [], footnote: g, background: p = "gray", ta: m = "center" }) {
|
|
1455
1566
|
return /* @__PURE__ */ r(
|
|
1456
|
-
|
|
1567
|
+
T,
|
|
1457
1568
|
{
|
|
1458
1569
|
id: i,
|
|
1459
|
-
subtitle:
|
|
1460
|
-
title:
|
|
1461
|
-
background:
|
|
1462
|
-
ta:
|
|
1570
|
+
subtitle: n,
|
|
1571
|
+
title: d,
|
|
1572
|
+
background: p,
|
|
1573
|
+
ta: m,
|
|
1463
1574
|
maw: 800,
|
|
1464
1575
|
children: [
|
|
1465
|
-
|
|
1576
|
+
o && /* @__PURE__ */ e(
|
|
1466
1577
|
a,
|
|
1467
1578
|
{
|
|
1468
1579
|
c: "gray.6",
|
|
1469
|
-
ta:
|
|
1580
|
+
ta: m,
|
|
1470
1581
|
size: "lg",
|
|
1471
1582
|
lh: 1.7,
|
|
1472
1583
|
maw: 720,
|
|
1473
|
-
mx:
|
|
1584
|
+
mx: m === "center" ? "auto" : void 0,
|
|
1474
1585
|
mb: 48,
|
|
1475
|
-
children:
|
|
1586
|
+
children: o
|
|
1476
1587
|
}
|
|
1477
1588
|
),
|
|
1478
1589
|
/* @__PURE__ */ r(
|
|
@@ -1484,7 +1595,7 @@ function ir({ id: i, subtitle: o, title: l, description: n, cardLabel: s, items:
|
|
|
1484
1595
|
bd: "1px solid var(--mantine-color-gray-2)",
|
|
1485
1596
|
ta: "left",
|
|
1486
1597
|
children: [
|
|
1487
|
-
|
|
1598
|
+
t && /* @__PURE__ */ e(
|
|
1488
1599
|
a,
|
|
1489
1600
|
{
|
|
1490
1601
|
size: "xs",
|
|
@@ -1493,38 +1604,38 @@ function ir({ id: i, subtitle: o, title: l, description: n, cardLabel: s, items:
|
|
|
1493
1604
|
ls: "1.5px",
|
|
1494
1605
|
c: "gray.4",
|
|
1495
1606
|
mb: "lg",
|
|
1496
|
-
children:
|
|
1607
|
+
children: t
|
|
1497
1608
|
}
|
|
1498
1609
|
),
|
|
1499
1610
|
/* @__PURE__ */ e(
|
|
1500
|
-
|
|
1611
|
+
y,
|
|
1501
1612
|
{
|
|
1502
1613
|
component: "ul",
|
|
1503
1614
|
m: 0,
|
|
1504
1615
|
pl: "lg",
|
|
1505
1616
|
style: { display: "flex", flexDirection: "column", gap: 16 },
|
|
1506
|
-
children:
|
|
1617
|
+
children: s.map((h, c) => /* @__PURE__ */ r(
|
|
1507
1618
|
a,
|
|
1508
1619
|
{
|
|
1509
1620
|
component: "li",
|
|
1510
1621
|
c: "gray.6",
|
|
1511
1622
|
lh: 1.7,
|
|
1512
1623
|
children: [
|
|
1513
|
-
|
|
1624
|
+
h.lead && /* @__PURE__ */ e(
|
|
1514
1625
|
a,
|
|
1515
1626
|
{
|
|
1516
1627
|
component: "span",
|
|
1517
1628
|
fw: 700,
|
|
1518
1629
|
c: "gray.9",
|
|
1519
1630
|
inherit: !0,
|
|
1520
|
-
children:
|
|
1631
|
+
children: h.lead
|
|
1521
1632
|
}
|
|
1522
1633
|
),
|
|
1523
1634
|
" ",
|
|
1524
|
-
|
|
1635
|
+
h.text
|
|
1525
1636
|
]
|
|
1526
1637
|
},
|
|
1527
|
-
|
|
1638
|
+
h.lead || c
|
|
1528
1639
|
))
|
|
1529
1640
|
}
|
|
1530
1641
|
),
|
|
@@ -1560,28 +1671,28 @@ function ir({ id: i, subtitle: o, title: l, description: n, cardLabel: s, items:
|
|
|
1560
1671
|
}
|
|
1561
1672
|
);
|
|
1562
1673
|
}
|
|
1563
|
-
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" }) {
|
|
1564
1675
|
return /* @__PURE__ */ r(
|
|
1565
|
-
|
|
1676
|
+
T,
|
|
1566
1677
|
{
|
|
1567
1678
|
id: i,
|
|
1568
|
-
subtitle:
|
|
1569
|
-
title:
|
|
1570
|
-
background:
|
|
1571
|
-
ta:
|
|
1679
|
+
subtitle: n,
|
|
1680
|
+
title: d,
|
|
1681
|
+
background: h,
|
|
1682
|
+
ta: c,
|
|
1572
1683
|
maw: 900,
|
|
1573
1684
|
children: [
|
|
1574
|
-
|
|
1685
|
+
o && /* @__PURE__ */ e(
|
|
1575
1686
|
a,
|
|
1576
1687
|
{
|
|
1577
1688
|
c: "gray.6",
|
|
1578
|
-
ta:
|
|
1689
|
+
ta: c,
|
|
1579
1690
|
mb: 60,
|
|
1580
1691
|
maw: 800,
|
|
1581
|
-
mx:
|
|
1692
|
+
mx: c === "center" ? "auto" : void 0,
|
|
1582
1693
|
fz: "lg",
|
|
1583
1694
|
lh: 1.6,
|
|
1584
|
-
children:
|
|
1695
|
+
children: o
|
|
1585
1696
|
}
|
|
1586
1697
|
),
|
|
1587
1698
|
/* @__PURE__ */ r(
|
|
@@ -1601,18 +1712,18 @@ function nr({ id: i, subtitle: o, title: l, description: n, avatar: s, name: t,
|
|
|
1601
1712
|
gutter: { base: "xl", md: 48 },
|
|
1602
1713
|
align: "flex-start",
|
|
1603
1714
|
children: [
|
|
1604
|
-
|
|
1715
|
+
t && // O retrato vira linha própria e centralizada no celular,
|
|
1605
1716
|
// onde o layout de duas colunas não cabe.
|
|
1606
1717
|
/* @__PURE__ */ e(z.Col, { span: { base: 12, sm: "content" }, children: /* @__PURE__ */ e(
|
|
1607
|
-
|
|
1718
|
+
y,
|
|
1608
1719
|
{
|
|
1609
1720
|
mx: { base: "auto", sm: 0 },
|
|
1610
1721
|
w: { base: 132, sm: 148 },
|
|
1611
1722
|
children: /* @__PURE__ */ e(
|
|
1612
1723
|
$,
|
|
1613
1724
|
{
|
|
1614
|
-
src:
|
|
1615
|
-
alt:
|
|
1725
|
+
src: t.src,
|
|
1726
|
+
alt: t.alt || s || "",
|
|
1616
1727
|
w: "100%",
|
|
1617
1728
|
radius: "0",
|
|
1618
1729
|
style: {
|
|
@@ -1625,7 +1736,7 @@ function nr({ id: i, subtitle: o, title: l, description: n, avatar: s, name: t,
|
|
|
1625
1736
|
}
|
|
1626
1737
|
) }),
|
|
1627
1738
|
/* @__PURE__ */ r(z.Col, { span: { base: 12, sm: "auto" }, children: [
|
|
1628
|
-
(
|
|
1739
|
+
(s || g) && /* @__PURE__ */ r(
|
|
1629
1740
|
f,
|
|
1630
1741
|
{
|
|
1631
1742
|
mb: "lg",
|
|
@@ -1633,18 +1744,18 @@ function nr({ id: i, subtitle: o, title: l, description: n, avatar: s, name: t,
|
|
|
1633
1744
|
wrap: "wrap",
|
|
1634
1745
|
justify: { base: "center", sm: "flex-start" },
|
|
1635
1746
|
children: [
|
|
1636
|
-
|
|
1747
|
+
s && /* @__PURE__ */ e(
|
|
1637
1748
|
a,
|
|
1638
1749
|
{
|
|
1639
1750
|
fz: { base: "lg", md: "xl" },
|
|
1640
1751
|
fw: 800,
|
|
1641
1752
|
c: "gray.9",
|
|
1642
1753
|
style: { letterSpacing: "-0.02em" },
|
|
1643
|
-
children:
|
|
1754
|
+
children: s
|
|
1644
1755
|
}
|
|
1645
1756
|
),
|
|
1646
1757
|
g && /* @__PURE__ */ e(
|
|
1647
|
-
|
|
1758
|
+
j,
|
|
1648
1759
|
{
|
|
1649
1760
|
variant: "dot",
|
|
1650
1761
|
color: "gray",
|
|
@@ -1656,7 +1767,7 @@ function nr({ id: i, subtitle: o, title: l, description: n, avatar: s, name: t,
|
|
|
1656
1767
|
]
|
|
1657
1768
|
}
|
|
1658
1769
|
),
|
|
1659
|
-
|
|
1770
|
+
p && /* @__PURE__ */ e(
|
|
1660
1771
|
a,
|
|
1661
1772
|
{
|
|
1662
1773
|
fz: { base: "md", md: "lg" },
|
|
@@ -1665,23 +1776,23 @@ function nr({ id: i, subtitle: o, title: l, description: n, avatar: s, name: t,
|
|
|
1665
1776
|
pl: { base: 0, sm: "xl" },
|
|
1666
1777
|
ta: { base: "center", sm: "left" },
|
|
1667
1778
|
style: { borderLeft: "2px solid var(--mantine-color-gray-3)" },
|
|
1668
|
-
children:
|
|
1779
|
+
children: p
|
|
1669
1780
|
}
|
|
1670
1781
|
)
|
|
1671
1782
|
] })
|
|
1672
1783
|
]
|
|
1673
1784
|
}
|
|
1674
1785
|
),
|
|
1675
|
-
|
|
1676
|
-
|
|
1786
|
+
m.length > 0 && /* @__PURE__ */ e(
|
|
1787
|
+
I,
|
|
1677
1788
|
{
|
|
1678
|
-
cols:
|
|
1789
|
+
cols: m.length,
|
|
1679
1790
|
spacing: { base: "xs", sm: "lg" },
|
|
1680
1791
|
mt: { base: 32, md: 48 },
|
|
1681
1792
|
pt: { base: "lg", md: "xl" },
|
|
1682
1793
|
style: { borderTop: "1px solid var(--mantine-color-gray-2)" },
|
|
1683
|
-
children:
|
|
1684
|
-
|
|
1794
|
+
children: m.map((l, x) => /* @__PURE__ */ r(
|
|
1795
|
+
y,
|
|
1685
1796
|
{
|
|
1686
1797
|
ta: { base: "center", sm: "left" },
|
|
1687
1798
|
children: [
|
|
@@ -1695,7 +1806,7 @@ function nr({ id: i, subtitle: o, title: l, description: n, avatar: s, name: t,
|
|
|
1695
1806
|
mb: 8,
|
|
1696
1807
|
c: "gray.9",
|
|
1697
1808
|
style: { letterSpacing: "-0.04em" },
|
|
1698
|
-
children:
|
|
1809
|
+
children: l.value
|
|
1699
1810
|
}
|
|
1700
1811
|
),
|
|
1701
1812
|
/* @__PURE__ */ e(
|
|
@@ -1708,12 +1819,12 @@ function nr({ id: i, subtitle: o, title: l, description: n, avatar: s, name: t,
|
|
|
1708
1819
|
lh: 1.4,
|
|
1709
1820
|
tt: "uppercase",
|
|
1710
1821
|
ls: "1.2px",
|
|
1711
|
-
children:
|
|
1822
|
+
children: l.label
|
|
1712
1823
|
}
|
|
1713
1824
|
)
|
|
1714
1825
|
]
|
|
1715
1826
|
},
|
|
1716
|
-
|
|
1827
|
+
l.label || x
|
|
1717
1828
|
))
|
|
1718
1829
|
}
|
|
1719
1830
|
)
|
|
@@ -1724,41 +1835,41 @@ function nr({ id: i, subtitle: o, title: l, description: n, avatar: s, name: t,
|
|
|
1724
1835
|
}
|
|
1725
1836
|
);
|
|
1726
1837
|
}
|
|
1727
|
-
function
|
|
1838
|
+
function cr({ id: i, badge: n, subtitle: d, title: o, description: t, items: s = [], background: g = "gray", ta: p = "center" }) {
|
|
1728
1839
|
return /* @__PURE__ */ r(
|
|
1729
|
-
|
|
1840
|
+
T,
|
|
1730
1841
|
{
|
|
1731
1842
|
id: i,
|
|
1732
|
-
badge:
|
|
1733
|
-
subtitle:
|
|
1734
|
-
title:
|
|
1843
|
+
badge: n,
|
|
1844
|
+
subtitle: d,
|
|
1845
|
+
title: o,
|
|
1735
1846
|
background: g,
|
|
1736
|
-
ta:
|
|
1847
|
+
ta: p,
|
|
1737
1848
|
maw: 900,
|
|
1738
1849
|
children: [
|
|
1739
|
-
|
|
1850
|
+
t && /* @__PURE__ */ e(
|
|
1740
1851
|
a,
|
|
1741
1852
|
{
|
|
1742
1853
|
c: "gray.6",
|
|
1743
|
-
ta:
|
|
1854
|
+
ta: p,
|
|
1744
1855
|
mb: 60,
|
|
1745
1856
|
maw: 700,
|
|
1746
|
-
mx:
|
|
1857
|
+
mx: p === "center" ? "auto" : void 0,
|
|
1747
1858
|
fz: "lg",
|
|
1748
1859
|
lh: 1.6,
|
|
1749
|
-
children:
|
|
1860
|
+
children: t
|
|
1750
1861
|
}
|
|
1751
1862
|
),
|
|
1752
1863
|
/* @__PURE__ */ e(
|
|
1753
|
-
|
|
1864
|
+
I,
|
|
1754
1865
|
{
|
|
1755
|
-
cols: { base: 1, md:
|
|
1866
|
+
cols: { base: 1, md: s.length <= 4 ? s.length : 3 },
|
|
1756
1867
|
spacing: "xl",
|
|
1757
1868
|
verticalSpacing: { base: 56, md: "xl" },
|
|
1758
|
-
children:
|
|
1759
|
-
const
|
|
1869
|
+
children: s.map((m, h) => {
|
|
1870
|
+
const c = m.icon;
|
|
1760
1871
|
return /* @__PURE__ */ r(
|
|
1761
|
-
|
|
1872
|
+
y,
|
|
1762
1873
|
{
|
|
1763
1874
|
pos: "relative",
|
|
1764
1875
|
ta: "left",
|
|
@@ -1778,10 +1889,10 @@ function or({ id: i, badge: o, subtitle: l, title: n, description: s, items: t =
|
|
|
1778
1889
|
letterSpacing: "-0.05em",
|
|
1779
1890
|
pointerEvents: "none"
|
|
1780
1891
|
},
|
|
1781
|
-
children:
|
|
1892
|
+
children: m.number || String(h + 1).padStart(2, "0")
|
|
1782
1893
|
}
|
|
1783
1894
|
),
|
|
1784
|
-
|
|
1895
|
+
c && /* @__PURE__ */ e(
|
|
1785
1896
|
v,
|
|
1786
1897
|
{
|
|
1787
1898
|
size: 60,
|
|
@@ -1792,7 +1903,7 @@ function or({ id: i, badge: o, subtitle: l, title: n, description: s, items: t =
|
|
|
1792
1903
|
pos: "relative",
|
|
1793
1904
|
style: { zIndex: 1 },
|
|
1794
1905
|
children: /* @__PURE__ */ e(
|
|
1795
|
-
|
|
1906
|
+
c,
|
|
1796
1907
|
{
|
|
1797
1908
|
size: 30,
|
|
1798
1909
|
stroke: 1.5
|
|
@@ -1801,7 +1912,7 @@ function or({ id: i, badge: o, subtitle: l, title: n, description: s, items: t =
|
|
|
1801
1912
|
}
|
|
1802
1913
|
),
|
|
1803
1914
|
/* @__PURE__ */ e(
|
|
1804
|
-
|
|
1915
|
+
E,
|
|
1805
1916
|
{
|
|
1806
1917
|
order: 3,
|
|
1807
1918
|
fz: "h3",
|
|
@@ -1809,7 +1920,7 @@ function or({ id: i, badge: o, subtitle: l, title: n, description: s, items: t =
|
|
|
1809
1920
|
mb: "xs",
|
|
1810
1921
|
pos: "relative",
|
|
1811
1922
|
style: { zIndex: 1 },
|
|
1812
|
-
children:
|
|
1923
|
+
children: m.title
|
|
1813
1924
|
}
|
|
1814
1925
|
),
|
|
1815
1926
|
/* @__PURE__ */ e(
|
|
@@ -1820,12 +1931,12 @@ function or({ id: i, badge: o, subtitle: l, title: n, description: s, items: t =
|
|
|
1820
1931
|
lh: 1.6,
|
|
1821
1932
|
pos: "relative",
|
|
1822
1933
|
style: { zIndex: 1 },
|
|
1823
|
-
children:
|
|
1934
|
+
children: m.description
|
|
1824
1935
|
}
|
|
1825
1936
|
)
|
|
1826
1937
|
]
|
|
1827
1938
|
},
|
|
1828
|
-
|
|
1939
|
+
m.title || h
|
|
1829
1940
|
);
|
|
1830
1941
|
})
|
|
1831
1942
|
}
|
|
@@ -1834,48 +1945,48 @@ function or({ id: i, badge: o, subtitle: l, title: n, description: s, items: t =
|
|
|
1834
1945
|
}
|
|
1835
1946
|
);
|
|
1836
1947
|
}
|
|
1837
|
-
function
|
|
1838
|
-
const [
|
|
1839
|
-
const { value:
|
|
1840
|
-
|
|
1841
|
-
},
|
|
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());
|
|
1842
1953
|
return /* @__PURE__ */ e(
|
|
1843
|
-
|
|
1954
|
+
y,
|
|
1844
1955
|
{
|
|
1845
1956
|
id: i,
|
|
1846
1957
|
component: "section",
|
|
1847
1958
|
py: { base: 80, md: 120 },
|
|
1848
1959
|
bg: "gray.9",
|
|
1849
1960
|
children: /* @__PURE__ */ r(F, { size: "md", children: [
|
|
1850
|
-
|
|
1961
|
+
n && /* @__PURE__ */ e(
|
|
1851
1962
|
f,
|
|
1852
1963
|
{
|
|
1853
1964
|
justify: "center",
|
|
1854
1965
|
mb: "md",
|
|
1855
1966
|
children: /* @__PURE__ */ e(
|
|
1856
|
-
|
|
1967
|
+
j,
|
|
1857
1968
|
{
|
|
1858
1969
|
variant: "light",
|
|
1859
1970
|
color: "gray",
|
|
1860
1971
|
size: "lg",
|
|
1861
1972
|
radius: "0",
|
|
1862
|
-
children:
|
|
1973
|
+
children: n
|
|
1863
1974
|
}
|
|
1864
1975
|
)
|
|
1865
1976
|
}
|
|
1866
1977
|
),
|
|
1867
|
-
|
|
1868
|
-
|
|
1978
|
+
d && /* @__PURE__ */ e(
|
|
1979
|
+
E,
|
|
1869
1980
|
{
|
|
1870
1981
|
order: 2,
|
|
1871
1982
|
ta: "center",
|
|
1872
1983
|
c: "white",
|
|
1873
1984
|
mb: "md",
|
|
1874
1985
|
fz: "var(--fz-section-title)",
|
|
1875
|
-
children:
|
|
1986
|
+
children: d
|
|
1876
1987
|
}
|
|
1877
1988
|
),
|
|
1878
|
-
|
|
1989
|
+
o && /* @__PURE__ */ e(
|
|
1879
1990
|
a,
|
|
1880
1991
|
{
|
|
1881
1992
|
ta: "center",
|
|
@@ -1885,7 +1996,7 @@ function sr({ id: i, badge: o, title: l, description: n, fields: s = [], whatsap
|
|
|
1885
1996
|
mx: "auto",
|
|
1886
1997
|
fz: "lg",
|
|
1887
1998
|
lh: 1.6,
|
|
1888
|
-
children:
|
|
1999
|
+
children: o
|
|
1889
2000
|
}
|
|
1890
2001
|
),
|
|
1891
2002
|
/* @__PURE__ */ e(
|
|
@@ -1894,40 +2005,40 @@ function sr({ id: i, badge: o, title: l, description: n, fields: s = [], whatsap
|
|
|
1894
2005
|
p: "xl",
|
|
1895
2006
|
radius: "0",
|
|
1896
2007
|
bg: "white",
|
|
1897
|
-
children: /* @__PURE__ */ e("form", { onSubmit: (
|
|
1898
|
-
if (
|
|
1899
|
-
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(`
|
|
1900
2011
|
`);
|
|
1901
|
-
if (
|
|
1902
|
-
const
|
|
1903
|
-
window.open(
|
|
2012
|
+
if (h?.(c), s) {
|
|
2013
|
+
const S = `https://wa.me/${s}?text=${encodeURIComponent(k)}`;
|
|
2014
|
+
window.open(S, "_blank", "noopener,noreferrer");
|
|
1904
2015
|
}
|
|
1905
2016
|
}, children: /* @__PURE__ */ r(u, { gap: "md", children: [
|
|
1906
|
-
/* @__PURE__ */ e(
|
|
2017
|
+
/* @__PURE__ */ e(I, { cols: { base: 1, sm: 2 }, children: t.filter((b) => b.span !== "full").map((b) => /* @__PURE__ */ e(
|
|
1907
2018
|
N,
|
|
1908
2019
|
{
|
|
1909
|
-
label:
|
|
1910
|
-
placeholder:
|
|
1911
|
-
type:
|
|
1912
|
-
required:
|
|
1913
|
-
value:
|
|
1914
|
-
onChange:
|
|
1915
|
-
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
|
|
1916
2027
|
},
|
|
1917
|
-
|
|
2028
|
+
b.name
|
|
1918
2029
|
)) }),
|
|
1919
|
-
|
|
2030
|
+
t.filter((b) => b.span === "full").map((b) => /* @__PURE__ */ e(
|
|
1920
2031
|
N,
|
|
1921
2032
|
{
|
|
1922
|
-
label:
|
|
1923
|
-
placeholder:
|
|
1924
|
-
type:
|
|
1925
|
-
required:
|
|
1926
|
-
value:
|
|
1927
|
-
onChange:
|
|
1928
|
-
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
|
|
1929
2040
|
},
|
|
1930
|
-
|
|
2041
|
+
b.name
|
|
1931
2042
|
)),
|
|
1932
2043
|
/* @__PURE__ */ e(
|
|
1933
2044
|
G,
|
|
@@ -1936,17 +2047,17 @@ function sr({ id: i, badge: o, title: l, description: n, fields: s = [], whatsap
|
|
|
1936
2047
|
size: "lg",
|
|
1937
2048
|
radius: "0",
|
|
1938
2049
|
color: "gray.9",
|
|
1939
|
-
leftSection:
|
|
2050
|
+
leftSection: p.leftSection,
|
|
1940
2051
|
mt: "sm",
|
|
1941
2052
|
styles: {
|
|
1942
2053
|
root: { height: "auto" },
|
|
1943
2054
|
label: { whiteSpace: "normal", lineHeight: 1.4 },
|
|
1944
2055
|
inner: { paddingTop: 12, paddingBottom: 12 }
|
|
1945
2056
|
},
|
|
1946
|
-
children:
|
|
2057
|
+
children: p.label || "Enviar"
|
|
1947
2058
|
}
|
|
1948
2059
|
),
|
|
1949
|
-
|
|
2060
|
+
m && /* @__PURE__ */ r(
|
|
1950
2061
|
f,
|
|
1951
2062
|
{
|
|
1952
2063
|
gap: "xs",
|
|
@@ -1960,7 +2071,7 @@ function sr({ id: i, badge: o, title: l, description: n, fields: s = [], whatsap
|
|
|
1960
2071
|
color: "gray",
|
|
1961
2072
|
size: "sm",
|
|
1962
2073
|
children: /* @__PURE__ */ e(
|
|
1963
|
-
|
|
2074
|
+
ae,
|
|
1964
2075
|
{
|
|
1965
2076
|
size: 16,
|
|
1966
2077
|
stroke: 1.5
|
|
@@ -1973,7 +2084,7 @@ function sr({ id: i, badge: o, title: l, description: n, fields: s = [], whatsap
|
|
|
1973
2084
|
{
|
|
1974
2085
|
size: "xs",
|
|
1975
2086
|
c: "gray.6",
|
|
1976
|
-
children:
|
|
2087
|
+
children: m
|
|
1977
2088
|
}
|
|
1978
2089
|
)
|
|
1979
2090
|
]
|
|
@@ -1986,14 +2097,14 @@ function sr({ id: i, badge: o, title: l, description: n, fields: s = [], whatsap
|
|
|
1986
2097
|
}
|
|
1987
2098
|
);
|
|
1988
2099
|
}
|
|
1989
|
-
function
|
|
2100
|
+
function pr({ id: i, subtitle: n, title: d, traditionalCol: o, newCol: t, background: s = "white" }) {
|
|
1990
2101
|
return /* @__PURE__ */ e(
|
|
1991
|
-
|
|
2102
|
+
T,
|
|
1992
2103
|
{
|
|
1993
2104
|
id: i,
|
|
1994
|
-
subtitle:
|
|
1995
|
-
title:
|
|
1996
|
-
background:
|
|
2105
|
+
subtitle: n,
|
|
2106
|
+
title: d,
|
|
2107
|
+
background: s,
|
|
1997
2108
|
children: /* @__PURE__ */ e(
|
|
1998
2109
|
w,
|
|
1999
2110
|
{
|
|
@@ -2001,18 +2112,18 @@ function tr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
|
|
|
2001
2112
|
bd: "1px solid var(--mantine-color-gray-2)",
|
|
2002
2113
|
style: { overflow: "hidden" },
|
|
2003
2114
|
children: /* @__PURE__ */ r(
|
|
2004
|
-
|
|
2115
|
+
I,
|
|
2005
2116
|
{
|
|
2006
2117
|
cols: { base: 1, md: 2 },
|
|
2007
2118
|
spacing: 0,
|
|
2008
2119
|
children: [
|
|
2009
2120
|
/* @__PURE__ */ e(
|
|
2010
|
-
|
|
2121
|
+
y,
|
|
2011
2122
|
{
|
|
2012
|
-
bg:
|
|
2123
|
+
bg: s === "gray" ? "gray.1" : "white",
|
|
2013
2124
|
p: { base: 30, md: 60 },
|
|
2014
2125
|
children: /* @__PURE__ */ r(u, { gap: "xl", children: [
|
|
2015
|
-
/* @__PURE__ */ r(
|
|
2126
|
+
/* @__PURE__ */ r(y, { children: [
|
|
2016
2127
|
/* @__PURE__ */ e(
|
|
2017
2128
|
a,
|
|
2018
2129
|
{
|
|
@@ -2020,7 +2131,7 @@ function tr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
|
|
|
2020
2131
|
fz: "h2",
|
|
2021
2132
|
c: "gray.9",
|
|
2022
2133
|
mb: 4,
|
|
2023
|
-
children:
|
|
2134
|
+
children: o.title
|
|
2024
2135
|
}
|
|
2025
2136
|
),
|
|
2026
2137
|
/* @__PURE__ */ e(
|
|
@@ -2031,7 +2142,7 @@ function tr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
|
|
|
2031
2142
|
tt: "uppercase",
|
|
2032
2143
|
ls: "1.5px",
|
|
2033
2144
|
c: "gray.5",
|
|
2034
|
-
children:
|
|
2145
|
+
children: o.subtitle
|
|
2035
2146
|
}
|
|
2036
2147
|
)
|
|
2037
2148
|
] }),
|
|
@@ -2040,7 +2151,7 @@ function tr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
|
|
|
2040
2151
|
{
|
|
2041
2152
|
gap: "md",
|
|
2042
2153
|
mb: 40,
|
|
2043
|
-
children:
|
|
2154
|
+
children: o.items.map((g, p) => /* @__PURE__ */ r(ye, { children: [
|
|
2044
2155
|
/* @__PURE__ */ r(f, { justify: "space-between", children: [
|
|
2045
2156
|
/* @__PURE__ */ e(
|
|
2046
2157
|
a,
|
|
@@ -2059,14 +2170,14 @@ function tr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
|
|
|
2059
2170
|
}
|
|
2060
2171
|
)
|
|
2061
2172
|
] }),
|
|
2062
|
-
|
|
2063
|
-
] },
|
|
2173
|
+
p < o.items.length - 1 && /* @__PURE__ */ e(D, { color: "var(--mantine-color-gray-2)" })
|
|
2174
|
+
] }, p))
|
|
2064
2175
|
}
|
|
2065
2176
|
),
|
|
2066
2177
|
/* @__PURE__ */ r(
|
|
2067
|
-
|
|
2178
|
+
y,
|
|
2068
2179
|
{
|
|
2069
|
-
bg:
|
|
2180
|
+
bg: s === "gray" ? "gray.1" : "white",
|
|
2070
2181
|
p: "lg",
|
|
2071
2182
|
radius: "0",
|
|
2072
2183
|
bd: "1px solid var(--mantine-color-gray-2)",
|
|
@@ -2077,7 +2188,7 @@ function tr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
|
|
|
2077
2188
|
{
|
|
2078
2189
|
fw: 900,
|
|
2079
2190
|
c: "gray.7",
|
|
2080
|
-
children:
|
|
2191
|
+
children: o.totalLabel || "Total Estimado"
|
|
2081
2192
|
}
|
|
2082
2193
|
),
|
|
2083
2194
|
/* @__PURE__ */ e(
|
|
@@ -2086,18 +2197,18 @@ function tr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
|
|
|
2086
2197
|
fw: 900,
|
|
2087
2198
|
fz: 32,
|
|
2088
2199
|
c: "gray.9",
|
|
2089
|
-
children:
|
|
2200
|
+
children: o.totalValue
|
|
2090
2201
|
}
|
|
2091
2202
|
)
|
|
2092
2203
|
] }),
|
|
2093
|
-
|
|
2204
|
+
o.footerText && /* @__PURE__ */ e(
|
|
2094
2205
|
a,
|
|
2095
2206
|
{
|
|
2096
2207
|
size: "xs",
|
|
2097
2208
|
c: "red.6",
|
|
2098
2209
|
ta: "right",
|
|
2099
2210
|
mt: 4,
|
|
2100
|
-
children:
|
|
2211
|
+
children: o.footerText
|
|
2101
2212
|
}
|
|
2102
2213
|
)
|
|
2103
2214
|
]
|
|
@@ -2107,9 +2218,9 @@ function tr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
|
|
|
2107
2218
|
}
|
|
2108
2219
|
),
|
|
2109
2220
|
/* @__PURE__ */ e(
|
|
2110
|
-
|
|
2221
|
+
y,
|
|
2111
2222
|
{
|
|
2112
|
-
bg:
|
|
2223
|
+
bg: s === "gray" ? "gray.1" : "white",
|
|
2113
2224
|
p: { base: 30, md: 60 },
|
|
2114
2225
|
pos: "relative",
|
|
2115
2226
|
children: /* @__PURE__ */ r(
|
|
@@ -2118,7 +2229,7 @@ function tr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
|
|
|
2118
2229
|
gap: "xl",
|
|
2119
2230
|
h: "100%",
|
|
2120
2231
|
children: [
|
|
2121
|
-
/* @__PURE__ */ r(
|
|
2232
|
+
/* @__PURE__ */ r(y, { children: [
|
|
2122
2233
|
/* @__PURE__ */ r(f, { gap: "xs", children: [
|
|
2123
2234
|
/* @__PURE__ */ e(
|
|
2124
2235
|
a,
|
|
@@ -2127,16 +2238,16 @@ function tr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
|
|
|
2127
2238
|
fz: "h2",
|
|
2128
2239
|
c: "gray.9",
|
|
2129
2240
|
mb: 4,
|
|
2130
|
-
children:
|
|
2241
|
+
children: t.title
|
|
2131
2242
|
}
|
|
2132
2243
|
),
|
|
2133
|
-
|
|
2134
|
-
|
|
2244
|
+
t.badge && /* @__PURE__ */ e(
|
|
2245
|
+
j,
|
|
2135
2246
|
{
|
|
2136
2247
|
color: "gray.9",
|
|
2137
2248
|
variant: "filled",
|
|
2138
2249
|
radius: "0",
|
|
2139
|
-
children:
|
|
2250
|
+
children: t.badge
|
|
2140
2251
|
}
|
|
2141
2252
|
)
|
|
2142
2253
|
] }),
|
|
@@ -2145,7 +2256,7 @@ function tr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
|
|
|
2145
2256
|
{
|
|
2146
2257
|
size: "sm",
|
|
2147
2258
|
c: "gray.6",
|
|
2148
|
-
children:
|
|
2259
|
+
children: t.description
|
|
2149
2260
|
}
|
|
2150
2261
|
)
|
|
2151
2262
|
] }),
|
|
@@ -2163,7 +2274,7 @@ function tr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
|
|
|
2163
2274
|
radius: "0",
|
|
2164
2275
|
bd: "1px solid var(--mantine-color-gray-2)",
|
|
2165
2276
|
children: /* @__PURE__ */ e(
|
|
2166
|
-
|
|
2277
|
+
H,
|
|
2167
2278
|
{
|
|
2168
2279
|
size: 12,
|
|
2169
2280
|
color: "var(--mantine-color-gray-9)"
|
|
@@ -2171,13 +2282,13 @@ function tr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
|
|
|
2171
2282
|
)
|
|
2172
2283
|
}
|
|
2173
2284
|
),
|
|
2174
|
-
children:
|
|
2285
|
+
children: t.items.map((g, p) => /* @__PURE__ */ e(M.Item, { children: g }, p))
|
|
2175
2286
|
}
|
|
2176
2287
|
),
|
|
2177
|
-
|
|
2178
|
-
|
|
2288
|
+
t.pricingBox && /* @__PURE__ */ e(
|
|
2289
|
+
y,
|
|
2179
2290
|
{
|
|
2180
|
-
bg:
|
|
2291
|
+
bg: s === "gray" ? "gray.1" : "white",
|
|
2181
2292
|
p: "lg",
|
|
2182
2293
|
radius: "0",
|
|
2183
2294
|
bd: "1px solid var(--mantine-color-gray-2)",
|
|
@@ -2190,7 +2301,7 @@ function tr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
|
|
|
2190
2301
|
tt: "uppercase",
|
|
2191
2302
|
ls: "1.5px",
|
|
2192
2303
|
c: "gray.5",
|
|
2193
|
-
children:
|
|
2304
|
+
children: t.pricingBox.label
|
|
2194
2305
|
}
|
|
2195
2306
|
),
|
|
2196
2307
|
/* @__PURE__ */ e(
|
|
@@ -2200,29 +2311,29 @@ function tr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
|
|
|
2200
2311
|
fz: 48,
|
|
2201
2312
|
c: "gray.9",
|
|
2202
2313
|
lh: 1,
|
|
2203
|
-
children:
|
|
2314
|
+
children: t.pricingBox.price
|
|
2204
2315
|
}
|
|
2205
2316
|
),
|
|
2206
|
-
|
|
2317
|
+
t.pricingBox.subtext && /* @__PURE__ */ e(
|
|
2207
2318
|
a,
|
|
2208
2319
|
{
|
|
2209
2320
|
size: "xs",
|
|
2210
2321
|
c: "gray.5",
|
|
2211
2322
|
mt: "sm",
|
|
2212
|
-
children:
|
|
2323
|
+
children: t.pricingBox.subtext
|
|
2213
2324
|
}
|
|
2214
2325
|
)
|
|
2215
2326
|
] })
|
|
2216
2327
|
}
|
|
2217
2328
|
),
|
|
2218
|
-
|
|
2329
|
+
t.cta && /* @__PURE__ */ e(y, { mt: "xl", children: /* @__PURE__ */ e(
|
|
2219
2330
|
R,
|
|
2220
2331
|
{
|
|
2221
|
-
label:
|
|
2222
|
-
href:
|
|
2223
|
-
icon:
|
|
2224
|
-
size:
|
|
2225
|
-
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",
|
|
2226
2337
|
fullWidth: !0
|
|
2227
2338
|
}
|
|
2228
2339
|
) })
|
|
@@ -2239,34 +2350,34 @@ function tr({ id: i, subtitle: o, title: l, traditionalCol: n, newCol: s, backgr
|
|
|
2239
2350
|
}
|
|
2240
2351
|
);
|
|
2241
2352
|
}
|
|
2242
|
-
function
|
|
2353
|
+
function hr({
|
|
2243
2354
|
id: i,
|
|
2244
|
-
badge:
|
|
2245
|
-
subtitle:
|
|
2246
|
-
title:
|
|
2247
|
-
description:
|
|
2248
|
-
billingOptions:
|
|
2355
|
+
badge: n,
|
|
2356
|
+
subtitle: d,
|
|
2357
|
+
title: o,
|
|
2358
|
+
description: t,
|
|
2359
|
+
billingOptions: s = [
|
|
2249
2360
|
{ label: "Mensal", value: "monthly" },
|
|
2250
2361
|
{ label: "Anual", value: "annual" }
|
|
2251
2362
|
],
|
|
2252
2363
|
billing: g,
|
|
2253
|
-
setBilling:
|
|
2254
|
-
promoBadge:
|
|
2255
|
-
plans:
|
|
2256
|
-
background:
|
|
2364
|
+
setBilling: p,
|
|
2365
|
+
promoBadge: m,
|
|
2366
|
+
plans: h,
|
|
2367
|
+
background: c = "white"
|
|
2257
2368
|
}) {
|
|
2258
2369
|
return /* @__PURE__ */ r(
|
|
2259
|
-
|
|
2370
|
+
T,
|
|
2260
2371
|
{
|
|
2261
2372
|
id: i,
|
|
2262
|
-
badge:
|
|
2263
|
-
subtitle:
|
|
2264
|
-
title:
|
|
2373
|
+
badge: n,
|
|
2374
|
+
subtitle: d,
|
|
2375
|
+
title: o,
|
|
2265
2376
|
ta: "center",
|
|
2266
|
-
background:
|
|
2377
|
+
background: c,
|
|
2267
2378
|
maw: 900,
|
|
2268
2379
|
children: [
|
|
2269
|
-
|
|
2380
|
+
t && /* @__PURE__ */ e(
|
|
2270
2381
|
a,
|
|
2271
2382
|
{
|
|
2272
2383
|
c: "gray.6",
|
|
@@ -2276,10 +2387,10 @@ function lr({
|
|
|
2276
2387
|
mx: "auto",
|
|
2277
2388
|
fz: "lg",
|
|
2278
2389
|
lh: 1.6,
|
|
2279
|
-
children:
|
|
2390
|
+
children: t
|
|
2280
2391
|
}
|
|
2281
2392
|
),
|
|
2282
|
-
|
|
2393
|
+
s && s.length > 0 && /* @__PURE__ */ e(
|
|
2283
2394
|
u,
|
|
2284
2395
|
{
|
|
2285
2396
|
align: "center",
|
|
@@ -2287,44 +2398,44 @@ function lr({
|
|
|
2287
2398
|
mb: 80,
|
|
2288
2399
|
children: /* @__PURE__ */ r(f, { gap: "xs", children: [
|
|
2289
2400
|
/* @__PURE__ */ e(
|
|
2290
|
-
|
|
2401
|
+
me,
|
|
2291
2402
|
{
|
|
2292
2403
|
value: g,
|
|
2293
|
-
onChange:
|
|
2404
|
+
onChange: p,
|
|
2294
2405
|
radius: "0",
|
|
2295
2406
|
size: "md",
|
|
2296
|
-
data:
|
|
2407
|
+
data: s,
|
|
2297
2408
|
color: "gray.9",
|
|
2298
2409
|
bg: "white",
|
|
2299
2410
|
style: { border: "1px solid var(--mantine-color-gray-2)" }
|
|
2300
2411
|
}
|
|
2301
2412
|
),
|
|
2302
|
-
g === "annual" &&
|
|
2303
|
-
|
|
2413
|
+
g === "annual" && m && /* @__PURE__ */ e(
|
|
2414
|
+
j,
|
|
2304
2415
|
{
|
|
2305
2416
|
variant: "filled",
|
|
2306
2417
|
color: "gray.9",
|
|
2307
2418
|
radius: "0",
|
|
2308
2419
|
size: "lg",
|
|
2309
|
-
children:
|
|
2420
|
+
children: m
|
|
2310
2421
|
}
|
|
2311
2422
|
)
|
|
2312
2423
|
] })
|
|
2313
2424
|
}
|
|
2314
2425
|
),
|
|
2315
2426
|
/* @__PURE__ */ e(
|
|
2316
|
-
|
|
2427
|
+
I,
|
|
2317
2428
|
{
|
|
2318
|
-
cols: { base: 1, md:
|
|
2429
|
+
cols: { base: 1, md: h.length <= 3 ? h.length : 3 },
|
|
2319
2430
|
spacing: "xl",
|
|
2320
2431
|
verticalSpacing: "xl",
|
|
2321
|
-
children:
|
|
2432
|
+
children: h.map((l) => /* @__PURE__ */ r(
|
|
2322
2433
|
w,
|
|
2323
2434
|
{
|
|
2324
2435
|
p: "xl",
|
|
2325
2436
|
radius: "0",
|
|
2326
2437
|
withBorder: !0,
|
|
2327
|
-
bd:
|
|
2438
|
+
bd: l.highlight ? "2px solid var(--mantine-color-gray-9)" : "1px solid var(--mantine-color-gray-2)",
|
|
2328
2439
|
display: "flex",
|
|
2329
2440
|
h: "100%",
|
|
2330
2441
|
style: { flexDirection: "column" },
|
|
@@ -2350,15 +2461,15 @@ function lr({
|
|
|
2350
2461
|
tt: "uppercase",
|
|
2351
2462
|
ls: "1.5px",
|
|
2352
2463
|
c: "gray.4",
|
|
2353
|
-
children:
|
|
2464
|
+
children: l.name
|
|
2354
2465
|
}
|
|
2355
2466
|
),
|
|
2356
|
-
|
|
2357
|
-
|
|
2467
|
+
l.highlight && /* @__PURE__ */ e(
|
|
2468
|
+
j,
|
|
2358
2469
|
{
|
|
2359
2470
|
variant: "dot",
|
|
2360
2471
|
color: "gray.9",
|
|
2361
|
-
children:
|
|
2472
|
+
children: l.highlightBadge || "RECOMENDADO"
|
|
2362
2473
|
}
|
|
2363
2474
|
)
|
|
2364
2475
|
]
|
|
@@ -2372,14 +2483,14 @@ function lr({
|
|
|
2372
2483
|
fw: 500,
|
|
2373
2484
|
lh: 1.5,
|
|
2374
2485
|
h: { md: 42 },
|
|
2375
|
-
children:
|
|
2486
|
+
children: l.description
|
|
2376
2487
|
}
|
|
2377
2488
|
)
|
|
2378
2489
|
]
|
|
2379
2490
|
}
|
|
2380
2491
|
),
|
|
2381
|
-
/* @__PURE__ */ r(
|
|
2382
|
-
|
|
2492
|
+
/* @__PURE__ */ r(y, { mb: "xl", children: [
|
|
2493
|
+
l.pricePrefix !== null && /* @__PURE__ */ e(
|
|
2383
2494
|
a,
|
|
2384
2495
|
{
|
|
2385
2496
|
size: "xs",
|
|
@@ -2388,10 +2499,10 @@ function lr({
|
|
|
2388
2499
|
tt: "uppercase",
|
|
2389
2500
|
ls: "1px",
|
|
2390
2501
|
mb: 4,
|
|
2391
|
-
children:
|
|
2502
|
+
children: l.pricePrefix || "A partir de"
|
|
2392
2503
|
}
|
|
2393
2504
|
),
|
|
2394
|
-
|
|
2505
|
+
l.priceText ? (
|
|
2395
2506
|
// Escape hatch para preço que não é número
|
|
2396
2507
|
// ("Sob consulta"), onde currency/whole/fraction
|
|
2397
2508
|
// não têm o que representar.
|
|
@@ -2409,15 +2520,15 @@ function lr({
|
|
|
2409
2520
|
ls: "-0.04em",
|
|
2410
2521
|
lh: 1,
|
|
2411
2522
|
c: "gray.9",
|
|
2412
|
-
children:
|
|
2523
|
+
children: l.priceText
|
|
2413
2524
|
}
|
|
2414
2525
|
),
|
|
2415
|
-
|
|
2526
|
+
l.period && /* @__PURE__ */ e(
|
|
2416
2527
|
a,
|
|
2417
2528
|
{
|
|
2418
2529
|
size: "md",
|
|
2419
2530
|
c: "gray.5",
|
|
2420
|
-
children:
|
|
2531
|
+
children: l.period
|
|
2421
2532
|
}
|
|
2422
2533
|
)
|
|
2423
2534
|
]
|
|
@@ -2436,7 +2547,7 @@ function lr({
|
|
|
2436
2547
|
fw: 900,
|
|
2437
2548
|
c: "gray.9",
|
|
2438
2549
|
style: { marginTop: 8 },
|
|
2439
|
-
children:
|
|
2550
|
+
children: l.priceDisplay?.currency
|
|
2440
2551
|
}
|
|
2441
2552
|
),
|
|
2442
2553
|
/* @__PURE__ */ r(
|
|
@@ -2453,10 +2564,10 @@ function lr({
|
|
|
2453
2564
|
ls: "-0.04em",
|
|
2454
2565
|
lh: 0.8,
|
|
2455
2566
|
c: "gray.9",
|
|
2456
|
-
children:
|
|
2567
|
+
children: l.priceDisplay?.whole
|
|
2457
2568
|
}
|
|
2458
2569
|
),
|
|
2459
|
-
|
|
2570
|
+
l.priceDisplay?.fraction && /* @__PURE__ */ r(
|
|
2460
2571
|
u,
|
|
2461
2572
|
{
|
|
2462
2573
|
gap: 0,
|
|
@@ -2471,7 +2582,7 @@ function lr({
|
|
|
2471
2582
|
c: "gray.9",
|
|
2472
2583
|
children: [
|
|
2473
2584
|
",",
|
|
2474
|
-
|
|
2585
|
+
l.priceDisplay.fraction
|
|
2475
2586
|
]
|
|
2476
2587
|
}
|
|
2477
2588
|
),
|
|
@@ -2483,7 +2594,7 @@ function lr({
|
|
|
2483
2594
|
fw: 800,
|
|
2484
2595
|
tt: "uppercase",
|
|
2485
2596
|
ls: "0.5px",
|
|
2486
|
-
children:
|
|
2597
|
+
children: l.period || l.priceSuffix || "/mês"
|
|
2487
2598
|
}
|
|
2488
2599
|
)
|
|
2489
2600
|
]
|
|
@@ -2495,13 +2606,13 @@ function lr({
|
|
|
2495
2606
|
]
|
|
2496
2607
|
}
|
|
2497
2608
|
),
|
|
2498
|
-
|
|
2609
|
+
l.priceNote && /* @__PURE__ */ e(
|
|
2499
2610
|
a,
|
|
2500
2611
|
{
|
|
2501
2612
|
size: "sm",
|
|
2502
2613
|
c: "gray.6",
|
|
2503
2614
|
mt: "md",
|
|
2504
|
-
children:
|
|
2615
|
+
children: l.priceNote
|
|
2505
2616
|
}
|
|
2506
2617
|
)
|
|
2507
2618
|
] }),
|
|
@@ -2518,7 +2629,7 @@ function lr({
|
|
|
2518
2629
|
gap: "sm",
|
|
2519
2630
|
mb: 40,
|
|
2520
2631
|
style: { flex: 1 },
|
|
2521
|
-
children: (
|
|
2632
|
+
children: (l.features || []).map((x, q) => /* @__PURE__ */ r(
|
|
2522
2633
|
f,
|
|
2523
2634
|
{
|
|
2524
2635
|
gap: "sm",
|
|
@@ -2526,7 +2637,7 @@ function lr({
|
|
|
2526
2637
|
align: "flex-start",
|
|
2527
2638
|
children: [
|
|
2528
2639
|
/* @__PURE__ */ e(
|
|
2529
|
-
|
|
2640
|
+
H,
|
|
2530
2641
|
{
|
|
2531
2642
|
size: 16,
|
|
2532
2643
|
color: "var(--mantine-color-gray-9)",
|
|
@@ -2540,32 +2651,32 @@ function lr({
|
|
|
2540
2651
|
fw: 500,
|
|
2541
2652
|
c: "gray.6",
|
|
2542
2653
|
lh: 1.4,
|
|
2543
|
-
children:
|
|
2654
|
+
children: x
|
|
2544
2655
|
}
|
|
2545
2656
|
)
|
|
2546
2657
|
]
|
|
2547
2658
|
},
|
|
2548
|
-
|
|
2659
|
+
q
|
|
2549
2660
|
))
|
|
2550
2661
|
}
|
|
2551
2662
|
),
|
|
2552
|
-
|
|
2663
|
+
l.cta && /* @__PURE__ */ e(y, { mt: "auto", children: /* @__PURE__ */ e(
|
|
2553
2664
|
R,
|
|
2554
2665
|
{
|
|
2555
|
-
label:
|
|
2556
|
-
href:
|
|
2557
|
-
target:
|
|
2558
|
-
rel:
|
|
2559
|
-
icon:
|
|
2560
|
-
leftSection:
|
|
2561
|
-
size:
|
|
2562
|
-
variant:
|
|
2563
|
-
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",
|
|
2564
2675
|
fullWidth: !0
|
|
2565
2676
|
}
|
|
2566
2677
|
) }),
|
|
2567
|
-
|
|
2568
|
-
|
|
2678
|
+
l.note && /* @__PURE__ */ e(
|
|
2679
|
+
y,
|
|
2569
2680
|
{
|
|
2570
2681
|
mt: "auto",
|
|
2571
2682
|
pt: "md",
|
|
@@ -2576,14 +2687,14 @@ function lr({
|
|
|
2576
2687
|
size: "xs",
|
|
2577
2688
|
c: "gray.5",
|
|
2578
2689
|
lh: 1.5,
|
|
2579
|
-
children:
|
|
2690
|
+
children: l.note
|
|
2580
2691
|
}
|
|
2581
2692
|
)
|
|
2582
2693
|
}
|
|
2583
2694
|
)
|
|
2584
2695
|
]
|
|
2585
2696
|
},
|
|
2586
|
-
|
|
2697
|
+
l.name
|
|
2587
2698
|
))
|
|
2588
2699
|
}
|
|
2589
2700
|
)
|
|
@@ -2591,10 +2702,10 @@ function lr({
|
|
|
2591
2702
|
}
|
|
2592
2703
|
);
|
|
2593
2704
|
}
|
|
2594
|
-
function
|
|
2595
|
-
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 = {
|
|
2596
2707
|
item: {
|
|
2597
|
-
backgroundColor:
|
|
2708
|
+
backgroundColor: p === "gray" ? "gray.1" : "white",
|
|
2598
2709
|
border: "1px solid var(--mantine-color-gray-2)"
|
|
2599
2710
|
},
|
|
2600
2711
|
control: {
|
|
@@ -2612,50 +2723,50 @@ function cr({ id: i, badge: o, subtitle: l, title: n, description: s, questions:
|
|
|
2612
2723
|
}
|
|
2613
2724
|
};
|
|
2614
2725
|
return /* @__PURE__ */ r(
|
|
2615
|
-
|
|
2726
|
+
T,
|
|
2616
2727
|
{
|
|
2617
2728
|
id: i,
|
|
2618
|
-
badge:
|
|
2619
|
-
subtitle:
|
|
2620
|
-
title:
|
|
2621
|
-
background:
|
|
2622
|
-
ta:
|
|
2623
|
-
maw:
|
|
2729
|
+
badge: n,
|
|
2730
|
+
subtitle: d,
|
|
2731
|
+
title: o,
|
|
2732
|
+
background: p,
|
|
2733
|
+
ta: m,
|
|
2734
|
+
maw: m === "center" ? 900 : 800,
|
|
2624
2735
|
children: [
|
|
2625
|
-
|
|
2736
|
+
t && /* @__PURE__ */ e(
|
|
2626
2737
|
a,
|
|
2627
2738
|
{
|
|
2628
2739
|
c: "gray.6",
|
|
2629
|
-
ta:
|
|
2740
|
+
ta: m,
|
|
2630
2741
|
size: "lg",
|
|
2631
2742
|
lh: 1.6,
|
|
2632
2743
|
maw: 700,
|
|
2633
|
-
mx:
|
|
2744
|
+
mx: m === "center" ? "auto" : void 0,
|
|
2634
2745
|
mb: 40,
|
|
2635
|
-
children:
|
|
2746
|
+
children: t
|
|
2636
2747
|
}
|
|
2637
2748
|
),
|
|
2638
2749
|
/* @__PURE__ */ r(
|
|
2639
|
-
|
|
2750
|
+
I,
|
|
2640
2751
|
{
|
|
2641
2752
|
cols: { base: 1, md: 2 },
|
|
2642
2753
|
spacing: "xl",
|
|
2643
2754
|
children: [
|
|
2644
2755
|
/* @__PURE__ */ e(
|
|
2645
|
-
|
|
2756
|
+
C,
|
|
2646
2757
|
{
|
|
2647
2758
|
variant: "separated",
|
|
2648
2759
|
radius: "0",
|
|
2649
2760
|
chevronPosition: "right",
|
|
2650
|
-
styles:
|
|
2651
|
-
children:
|
|
2652
|
-
|
|
2761
|
+
styles: c,
|
|
2762
|
+
children: s.slice(0, h).map((l, x) => /* @__PURE__ */ r(
|
|
2763
|
+
C.Item,
|
|
2653
2764
|
{
|
|
2654
|
-
value:
|
|
2765
|
+
value: l.value || String(x),
|
|
2655
2766
|
mb: "md",
|
|
2656
2767
|
children: [
|
|
2657
2768
|
/* @__PURE__ */ e(
|
|
2658
|
-
|
|
2769
|
+
C.Control,
|
|
2659
2770
|
{
|
|
2660
2771
|
icon: /* @__PURE__ */ e(
|
|
2661
2772
|
v,
|
|
@@ -2666,31 +2777,31 @@ function cr({ id: i, badge: o, subtitle: l, title: n, description: s, questions:
|
|
|
2666
2777
|
children: /* @__PURE__ */ e(Y, { size: 16 })
|
|
2667
2778
|
}
|
|
2668
2779
|
),
|
|
2669
|
-
children:
|
|
2780
|
+
children: l.question
|
|
2670
2781
|
}
|
|
2671
2782
|
),
|
|
2672
|
-
/* @__PURE__ */ e(
|
|
2783
|
+
/* @__PURE__ */ e(C.Panel, { c: "gray.6", children: l.answer })
|
|
2673
2784
|
]
|
|
2674
2785
|
},
|
|
2675
|
-
|
|
2786
|
+
l.value || x
|
|
2676
2787
|
))
|
|
2677
2788
|
}
|
|
2678
2789
|
),
|
|
2679
2790
|
/* @__PURE__ */ e(
|
|
2680
|
-
|
|
2791
|
+
C,
|
|
2681
2792
|
{
|
|
2682
2793
|
variant: "separated",
|
|
2683
2794
|
radius: "0",
|
|
2684
2795
|
chevronPosition: "right",
|
|
2685
|
-
styles:
|
|
2686
|
-
children:
|
|
2687
|
-
|
|
2796
|
+
styles: c,
|
|
2797
|
+
children: s.slice(h).map((l, x) => /* @__PURE__ */ r(
|
|
2798
|
+
C.Item,
|
|
2688
2799
|
{
|
|
2689
|
-
value:
|
|
2800
|
+
value: l.value || String(h + x),
|
|
2690
2801
|
mb: "md",
|
|
2691
2802
|
children: [
|
|
2692
2803
|
/* @__PURE__ */ e(
|
|
2693
|
-
|
|
2804
|
+
C.Control,
|
|
2694
2805
|
{
|
|
2695
2806
|
icon: /* @__PURE__ */ e(
|
|
2696
2807
|
v,
|
|
@@ -2701,13 +2812,13 @@ function cr({ id: i, badge: o, subtitle: l, title: n, description: s, questions:
|
|
|
2701
2812
|
children: /* @__PURE__ */ e(Y, { size: 16 })
|
|
2702
2813
|
}
|
|
2703
2814
|
),
|
|
2704
|
-
children:
|
|
2815
|
+
children: l.question
|
|
2705
2816
|
}
|
|
2706
2817
|
),
|
|
2707
|
-
/* @__PURE__ */ e(
|
|
2818
|
+
/* @__PURE__ */ e(C.Panel, { c: "gray.6", children: l.answer })
|
|
2708
2819
|
]
|
|
2709
2820
|
},
|
|
2710
|
-
|
|
2821
|
+
l.value || h + x
|
|
2711
2822
|
))
|
|
2712
2823
|
}
|
|
2713
2824
|
)
|
|
@@ -2720,12 +2831,12 @@ function cr({ id: i, badge: o, subtitle: l, title: n, description: s, questions:
|
|
|
2720
2831
|
mt: { base: 40, md: 80 },
|
|
2721
2832
|
radius: "0",
|
|
2722
2833
|
p: { base: "xl", md: 60 },
|
|
2723
|
-
bg:
|
|
2834
|
+
bg: p === "gray" ? "gray.1" : "white",
|
|
2724
2835
|
bd: "1px solid var(--mantine-color-gray-1)",
|
|
2725
2836
|
pos: "relative",
|
|
2726
2837
|
style: { overflow: "hidden" },
|
|
2727
2838
|
children: /* @__PURE__ */ r(
|
|
2728
|
-
|
|
2839
|
+
I,
|
|
2729
2840
|
{
|
|
2730
2841
|
cols: { base: 1, md: 2 },
|
|
2731
2842
|
spacing: "xl",
|
|
@@ -2780,20 +2891,20 @@ function cr({ id: i, badge: o, subtitle: l, title: n, description: s, questions:
|
|
|
2780
2891
|
}
|
|
2781
2892
|
);
|
|
2782
2893
|
}
|
|
2783
|
-
function
|
|
2894
|
+
function gr({ id: i, title: n, subtitle: d, items: o = [], background: t = "gray" }) {
|
|
2784
2895
|
return /* @__PURE__ */ e(
|
|
2785
|
-
|
|
2896
|
+
T,
|
|
2786
2897
|
{
|
|
2787
2898
|
id: i,
|
|
2788
|
-
background:
|
|
2789
|
-
title:
|
|
2790
|
-
subtitle:
|
|
2899
|
+
background: t,
|
|
2900
|
+
title: n,
|
|
2901
|
+
subtitle: d,
|
|
2791
2902
|
children: /* @__PURE__ */ e(
|
|
2792
|
-
|
|
2903
|
+
I,
|
|
2793
2904
|
{
|
|
2794
|
-
cols: { base: 1, md:
|
|
2905
|
+
cols: { base: 1, md: o.length > 3 ? 4 : o.length || 3 },
|
|
2795
2906
|
spacing: "xl",
|
|
2796
|
-
children:
|
|
2907
|
+
children: o.map((s, g) => /* @__PURE__ */ e(
|
|
2797
2908
|
w,
|
|
2798
2909
|
{
|
|
2799
2910
|
p: "xl",
|
|
@@ -2824,7 +2935,7 @@ function dr({ id: i, title: o, subtitle: l, items: n = [], background: s = "gray
|
|
|
2824
2935
|
flex: 1,
|
|
2825
2936
|
children: [
|
|
2826
2937
|
'"',
|
|
2827
|
-
|
|
2938
|
+
s.content,
|
|
2828
2939
|
'"'
|
|
2829
2940
|
]
|
|
2830
2941
|
}
|
|
@@ -2836,13 +2947,13 @@ function dr({ id: i, title: o, subtitle: l, items: n = [], background: s = "gray
|
|
|
2836
2947
|
mt: "xl",
|
|
2837
2948
|
children: [
|
|
2838
2949
|
/* @__PURE__ */ e(
|
|
2839
|
-
|
|
2950
|
+
ge,
|
|
2840
2951
|
{
|
|
2841
2952
|
size: "md",
|
|
2842
2953
|
radius: "0",
|
|
2843
2954
|
color: "gray",
|
|
2844
|
-
src:
|
|
2845
|
-
children:
|
|
2955
|
+
src: s.avatarSrc,
|
|
2956
|
+
children: s.initials
|
|
2846
2957
|
}
|
|
2847
2958
|
),
|
|
2848
2959
|
/* @__PURE__ */ r(u, { gap: 0, children: [
|
|
@@ -2851,7 +2962,7 @@ function dr({ id: i, title: o, subtitle: l, items: n = [], background: s = "gray
|
|
|
2851
2962
|
{
|
|
2852
2963
|
size: "sm",
|
|
2853
2964
|
fw: 900,
|
|
2854
|
-
children:
|
|
2965
|
+
children: s.name
|
|
2855
2966
|
}
|
|
2856
2967
|
),
|
|
2857
2968
|
/* @__PURE__ */ e(
|
|
@@ -2862,7 +2973,7 @@ function dr({ id: i, title: o, subtitle: l, items: n = [], background: s = "gray
|
|
|
2862
2973
|
tt: "uppercase",
|
|
2863
2974
|
ls: "1px",
|
|
2864
2975
|
c: "gray.5",
|
|
2865
|
-
children:
|
|
2976
|
+
children: s.role
|
|
2866
2977
|
}
|
|
2867
2978
|
)
|
|
2868
2979
|
] })
|
|
@@ -2880,12 +2991,12 @@ function dr({ id: i, title: o, subtitle: l, items: n = [], background: s = "gray
|
|
|
2880
2991
|
}
|
|
2881
2992
|
);
|
|
2882
2993
|
}
|
|
2883
|
-
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" }) {
|
|
2884
2995
|
return /* @__PURE__ */ e(
|
|
2885
|
-
|
|
2996
|
+
T,
|
|
2886
2997
|
{
|
|
2887
2998
|
id: i,
|
|
2888
|
-
background:
|
|
2999
|
+
background: m,
|
|
2889
3000
|
ta: "center",
|
|
2890
3001
|
children: /* @__PURE__ */ e(
|
|
2891
3002
|
w,
|
|
@@ -2898,11 +3009,11 @@ function Ce({ id: i, subtitle: o, title: l, titleOrder: n = 2, description: s, f
|
|
|
2898
3009
|
children: /* @__PURE__ */ r(
|
|
2899
3010
|
u,
|
|
2900
3011
|
{
|
|
2901
|
-
align:
|
|
2902
|
-
ta:
|
|
3012
|
+
align: h === "center" ? "center" : "flex-start",
|
|
3013
|
+
ta: h,
|
|
2903
3014
|
gap: "xl",
|
|
2904
3015
|
children: [
|
|
2905
|
-
|
|
3016
|
+
n && /* @__PURE__ */ e(
|
|
2906
3017
|
a,
|
|
2907
3018
|
{
|
|
2908
3019
|
size: "xs",
|
|
@@ -2910,32 +3021,32 @@ function Ce({ id: i, subtitle: o, title: l, titleOrder: n = 2, description: s, f
|
|
|
2910
3021
|
tt: "uppercase",
|
|
2911
3022
|
ls: "1.5px",
|
|
2912
3023
|
c: "gray.4",
|
|
2913
|
-
children:
|
|
3024
|
+
children: n
|
|
2914
3025
|
}
|
|
2915
3026
|
),
|
|
2916
|
-
|
|
3027
|
+
d && // Title, e não Text: o banner costuma ser a única seção
|
|
2917
3028
|
// da página (um 404, por exemplo) e sem heading ela fica
|
|
2918
3029
|
// sem estrutura para leitor de tela.
|
|
2919
3030
|
/* @__PURE__ */ e(
|
|
2920
|
-
|
|
3031
|
+
E,
|
|
2921
3032
|
{
|
|
2922
|
-
order:
|
|
3033
|
+
order: o,
|
|
2923
3034
|
fz: "var(--fz-section-title)",
|
|
2924
3035
|
lh: 1.2,
|
|
2925
3036
|
maw: 700,
|
|
2926
|
-
children:
|
|
3037
|
+
children: d
|
|
2927
3038
|
}
|
|
2928
3039
|
),
|
|
2929
|
-
|
|
3040
|
+
t && /* @__PURE__ */ e(
|
|
2930
3041
|
a,
|
|
2931
3042
|
{
|
|
2932
3043
|
c: "gray.7",
|
|
2933
3044
|
size: "xl",
|
|
2934
|
-
maw:
|
|
2935
|
-
children:
|
|
3045
|
+
maw: h === "center" ? 550 : 640,
|
|
3046
|
+
children: t
|
|
2936
3047
|
}
|
|
2937
3048
|
),
|
|
2938
|
-
|
|
3049
|
+
s && s.length > 0 && /* @__PURE__ */ r(y, { ta: "left", children: [
|
|
2939
3050
|
g && /* @__PURE__ */ e(
|
|
2940
3051
|
a,
|
|
2941
3052
|
{
|
|
@@ -2957,7 +3068,7 @@ function Ce({ id: i, subtitle: o, title: l, titleOrder: n = 2, description: s, f
|
|
|
2957
3068
|
size: 24,
|
|
2958
3069
|
radius: "0",
|
|
2959
3070
|
children: /* @__PURE__ */ e(
|
|
2960
|
-
|
|
3071
|
+
H,
|
|
2961
3072
|
{
|
|
2962
3073
|
size: 14,
|
|
2963
3074
|
color: "var(--mantine-color-gray-9)"
|
|
@@ -2965,39 +3076,39 @@ function Ce({ id: i, subtitle: o, title: l, titleOrder: n = 2, description: s, f
|
|
|
2965
3076
|
)
|
|
2966
3077
|
}
|
|
2967
3078
|
),
|
|
2968
|
-
children:
|
|
3079
|
+
children: s.map((l, x) => /* @__PURE__ */ e(M.Item, { children: /* @__PURE__ */ e(
|
|
2969
3080
|
a,
|
|
2970
3081
|
{
|
|
2971
3082
|
c: "gray.6",
|
|
2972
3083
|
lh: 1.6,
|
|
2973
|
-
children:
|
|
3084
|
+
children: l
|
|
2974
3085
|
}
|
|
2975
|
-
) },
|
|
3086
|
+
) }, x))
|
|
2976
3087
|
}
|
|
2977
3088
|
)
|
|
2978
3089
|
] }),
|
|
2979
|
-
|
|
3090
|
+
p && // O Box acompanha o alinhamento do Stack em vez de esticar:
|
|
2980
3091
|
// sem isso o botão ocupava a linha inteira e ficava colado
|
|
2981
3092
|
// à esquerda, fora do eixo do texto centralizado.
|
|
2982
3093
|
/* @__PURE__ */ e(
|
|
2983
|
-
|
|
3094
|
+
y,
|
|
2984
3095
|
{
|
|
2985
3096
|
mt: "md",
|
|
2986
3097
|
w: "100%",
|
|
2987
|
-
style: { display: "flex", justifyContent:
|
|
3098
|
+
style: { display: "flex", justifyContent: h === "center" ? "center" : "flex-start" },
|
|
2988
3099
|
children: /* @__PURE__ */ e(
|
|
2989
3100
|
R,
|
|
2990
3101
|
{
|
|
2991
|
-
label:
|
|
2992
|
-
href:
|
|
2993
|
-
icon:
|
|
2994
|
-
leftSection:
|
|
2995
|
-
target:
|
|
2996
|
-
rel:
|
|
2997
|
-
size:
|
|
2998
|
-
px:
|
|
2999
|
-
variant:
|
|
3000
|
-
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,
|
|
3001
3112
|
styles: {
|
|
3002
3113
|
// O rótulo quebra em duas linhas no celular em vez
|
|
3003
3114
|
// de forçar a largura do botão além da tela.
|
|
@@ -3017,14 +3128,14 @@ function Ce({ id: i, subtitle: o, title: l, titleOrder: n = 2, description: s, f
|
|
|
3017
3128
|
}
|
|
3018
3129
|
);
|
|
3019
3130
|
}
|
|
3020
|
-
const
|
|
3021
|
-
function
|
|
3022
|
-
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);
|
|
3023
3134
|
return /* @__PURE__ */ e(
|
|
3024
|
-
|
|
3135
|
+
y,
|
|
3025
3136
|
{
|
|
3026
3137
|
p: "xs",
|
|
3027
|
-
bg:
|
|
3138
|
+
bg: o,
|
|
3028
3139
|
style: {
|
|
3029
3140
|
border: "1px solid var(--mantine-color-gray-2)",
|
|
3030
3141
|
display: "inline-block"
|
|
@@ -3033,11 +3144,11 @@ function ke({ text: i = "Selo Exclusivo RiLiGar", color: o = "green.6", backgrou
|
|
|
3033
3144
|
/* @__PURE__ */ e(
|
|
3034
3145
|
v,
|
|
3035
3146
|
{
|
|
3036
|
-
color:
|
|
3147
|
+
color: n,
|
|
3037
3148
|
variant: "light",
|
|
3038
3149
|
size: "sm",
|
|
3039
3150
|
children: /* @__PURE__ */ e(
|
|
3040
|
-
|
|
3151
|
+
ve,
|
|
3041
3152
|
{
|
|
3042
3153
|
size: 14,
|
|
3043
3154
|
"aria-hidden": "true"
|
|
@@ -3060,46 +3171,46 @@ function ke({ text: i = "Selo Exclusivo RiLiGar", color: o = "green.6", backgrou
|
|
|
3060
3171
|
}
|
|
3061
3172
|
);
|
|
3062
3173
|
}
|
|
3063
|
-
const
|
|
3064
|
-
function
|
|
3065
|
-
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);
|
|
3066
3177
|
return /* @__PURE__ */ e(
|
|
3067
|
-
|
|
3178
|
+
y,
|
|
3068
3179
|
{
|
|
3069
3180
|
component: "footer",
|
|
3070
3181
|
py: "xl",
|
|
3071
|
-
bg:
|
|
3182
|
+
bg: p,
|
|
3072
3183
|
bd: { top: "1px solid var(--mantine-color-gray-2)" },
|
|
3073
3184
|
children: /* @__PURE__ */ r(F, { size: "xl", children: [
|
|
3074
3185
|
/* @__PURE__ */ r(
|
|
3075
|
-
|
|
3186
|
+
I,
|
|
3076
3187
|
{
|
|
3077
3188
|
cols: { base: 1, sm: 2 },
|
|
3078
3189
|
spacing: "xl",
|
|
3079
3190
|
children: [
|
|
3080
3191
|
/* @__PURE__ */ r(u, { gap: "lg", children: [
|
|
3081
|
-
i && /* @__PURE__ */ e(
|
|
3082
|
-
|
|
3192
|
+
i && /* @__PURE__ */ e(te, { logo: i }),
|
|
3193
|
+
n && /* @__PURE__ */ e(
|
|
3083
3194
|
a,
|
|
3084
3195
|
{
|
|
3085
3196
|
size: "md",
|
|
3086
3197
|
c: "gray.6",
|
|
3087
3198
|
lh: 1.6,
|
|
3088
3199
|
maw: 400,
|
|
3089
|
-
children:
|
|
3200
|
+
children: n
|
|
3090
3201
|
}
|
|
3091
3202
|
)
|
|
3092
3203
|
] }),
|
|
3093
3204
|
/* @__PURE__ */ r(
|
|
3094
|
-
|
|
3205
|
+
I,
|
|
3095
3206
|
{
|
|
3096
3207
|
cols: {
|
|
3097
3208
|
base: 2,
|
|
3098
|
-
sm:
|
|
3209
|
+
sm: d.length + (o?.length > 0 ? 1 : 0) || 4
|
|
3099
3210
|
},
|
|
3100
3211
|
spacing: "xl",
|
|
3101
3212
|
children: [
|
|
3102
|
-
|
|
3213
|
+
d.map((m, h) => /* @__PURE__ */ r(
|
|
3103
3214
|
u,
|
|
3104
3215
|
{
|
|
3105
3216
|
gap: "md",
|
|
@@ -3111,26 +3222,26 @@ function mr({ logo: i, description: o, sections: l = [], socialLinks: n = [], co
|
|
|
3111
3222
|
size: "xs",
|
|
3112
3223
|
tt: "uppercase",
|
|
3113
3224
|
ls: "1.5px",
|
|
3114
|
-
children:
|
|
3225
|
+
children: m.title
|
|
3115
3226
|
}
|
|
3116
3227
|
),
|
|
3117
|
-
/* @__PURE__ */ e(u, { gap: "xs", children:
|
|
3118
|
-
|
|
3228
|
+
/* @__PURE__ */ e(u, { gap: "xs", children: m.links.map((c, l) => /* @__PURE__ */ e(
|
|
3229
|
+
ue,
|
|
3119
3230
|
{
|
|
3120
3231
|
c: "gray.6",
|
|
3121
3232
|
size: "sm",
|
|
3122
|
-
...
|
|
3123
|
-
component:
|
|
3233
|
+
...c,
|
|
3234
|
+
component: c.component || (c.href ? "a" : "button"),
|
|
3124
3235
|
fw: 500,
|
|
3125
|
-
children:
|
|
3236
|
+
children: c.label
|
|
3126
3237
|
},
|
|
3127
|
-
|
|
3238
|
+
l
|
|
3128
3239
|
)) })
|
|
3129
3240
|
]
|
|
3130
3241
|
},
|
|
3131
|
-
|
|
3242
|
+
h
|
|
3132
3243
|
)),
|
|
3133
|
-
|
|
3244
|
+
o && o.length > 0 && /* @__PURE__ */ r(u, { gap: "md", children: [
|
|
3134
3245
|
/* @__PURE__ */ e(
|
|
3135
3246
|
a,
|
|
3136
3247
|
{
|
|
@@ -3141,20 +3252,20 @@ function mr({ logo: i, description: o, sections: l = [], socialLinks: n = [], co
|
|
|
3141
3252
|
children: "Social"
|
|
3142
3253
|
}
|
|
3143
3254
|
),
|
|
3144
|
-
/* @__PURE__ */ e(f, { gap: "xs", children:
|
|
3145
|
-
|
|
3255
|
+
/* @__PURE__ */ e(f, { gap: "xs", children: o.map((m, h) => /* @__PURE__ */ e(
|
|
3256
|
+
re,
|
|
3146
3257
|
{
|
|
3147
3258
|
size: "md",
|
|
3148
3259
|
variant: "subtle",
|
|
3149
3260
|
color: "gray",
|
|
3150
3261
|
component: "a",
|
|
3151
|
-
href:
|
|
3262
|
+
href: m.href,
|
|
3152
3263
|
target: "_blank",
|
|
3153
3264
|
radius: "0",
|
|
3154
|
-
"aria-label":
|
|
3155
|
-
children:
|
|
3265
|
+
"aria-label": m.label || `Social link ${h + 1}`,
|
|
3266
|
+
children: m.icon
|
|
3156
3267
|
},
|
|
3157
|
-
|
|
3268
|
+
h
|
|
3158
3269
|
)) })
|
|
3159
3270
|
] })
|
|
3160
3271
|
]
|
|
@@ -3186,10 +3297,10 @@ function mr({ logo: i, description: o, sections: l = [], socialLinks: n = [], co
|
|
|
3186
3297
|
tt: "uppercase",
|
|
3187
3298
|
ls: "1px",
|
|
3188
3299
|
c: "gray.5",
|
|
3189
|
-
children:
|
|
3300
|
+
children: t
|
|
3190
3301
|
}
|
|
3191
3302
|
),
|
|
3192
|
-
|
|
3303
|
+
s && /* @__PURE__ */ e(f, { gap: "sm", children: /* @__PURE__ */ e(
|
|
3193
3304
|
a,
|
|
3194
3305
|
{
|
|
3195
3306
|
size: "xs",
|
|
@@ -3197,7 +3308,7 @@ function mr({ logo: i, description: o, sections: l = [], socialLinks: n = [], co
|
|
|
3197
3308
|
tt: "uppercase",
|
|
3198
3309
|
ls: "1px",
|
|
3199
3310
|
c: "gray.5",
|
|
3200
|
-
children:
|
|
3311
|
+
children: s
|
|
3201
3312
|
}
|
|
3202
3313
|
) })
|
|
3203
3314
|
]
|
|
@@ -3207,16 +3318,16 @@ function mr({ logo: i, description: o, sections: l = [], socialLinks: n = [], co
|
|
|
3207
3318
|
}
|
|
3208
3319
|
);
|
|
3209
3320
|
}
|
|
3210
|
-
function
|
|
3321
|
+
function br({ companyName: i = "RiLiGar", productName: n = "nossos produtos" }) {
|
|
3211
3322
|
return /* @__PURE__ */ e(
|
|
3212
|
-
|
|
3323
|
+
y,
|
|
3213
3324
|
{
|
|
3214
3325
|
py: 100,
|
|
3215
3326
|
bg: "white",
|
|
3216
3327
|
children: /* @__PURE__ */ e(F, { size: "md", children: /* @__PURE__ */ r(u, { gap: 80, children: [
|
|
3217
3328
|
/* @__PURE__ */ r(u, { gap: "sm", children: [
|
|
3218
3329
|
/* @__PURE__ */ e(
|
|
3219
|
-
|
|
3330
|
+
E,
|
|
3220
3331
|
{
|
|
3221
3332
|
order: 2,
|
|
3222
3333
|
ta: "center",
|
|
@@ -3240,7 +3351,7 @@ function gr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3240
3351
|
"Políticas globais de proteção de dados para ",
|
|
3241
3352
|
i,
|
|
3242
3353
|
" & ",
|
|
3243
|
-
|
|
3354
|
+
n
|
|
3244
3355
|
]
|
|
3245
3356
|
}
|
|
3246
3357
|
)
|
|
@@ -3257,7 +3368,7 @@ function gr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3257
3368
|
"Na ",
|
|
3258
3369
|
/* @__PURE__ */ e("strong", { children: i }),
|
|
3259
3370
|
", a privacidade não é apenas um requisito legal, mas um valor fundamental que guia cada linha de código do ",
|
|
3260
|
-
/* @__PURE__ */ e("strong", { children:
|
|
3371
|
+
/* @__PURE__ */ e("strong", { children: n }),
|
|
3261
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 ",
|
|
3262
3373
|
/* @__PURE__ */ e("em", { children: "Privacy by Design" }),
|
|
3263
3374
|
", garantindo que a segurança não seja uma camada adicionada, mas a própria fundação de como operamos."
|
|
@@ -3290,7 +3401,7 @@ function gr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3290
3401
|
radius: "0",
|
|
3291
3402
|
color: "gray",
|
|
3292
3403
|
children: /* @__PURE__ */ e(
|
|
3293
|
-
|
|
3404
|
+
ae,
|
|
3294
3405
|
{
|
|
3295
3406
|
size: 32,
|
|
3296
3407
|
stroke: 1.2
|
|
@@ -3318,7 +3429,7 @@ function gr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3318
3429
|
lh: 1.7,
|
|
3319
3430
|
children: [
|
|
3320
3431
|
"Coletamos apenas o mínimo necessário para que o ",
|
|
3321
|
-
|
|
3432
|
+
n,
|
|
3322
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ê.'
|
|
3323
3434
|
]
|
|
3324
3435
|
}
|
|
@@ -3342,7 +3453,7 @@ function gr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3342
3453
|
radius: "0",
|
|
3343
3454
|
color: "gray",
|
|
3344
3455
|
children: /* @__PURE__ */ e(
|
|
3345
|
-
|
|
3456
|
+
ie,
|
|
3346
3457
|
{
|
|
3347
3458
|
size: 32,
|
|
3348
3459
|
stroke: 1.2
|
|
@@ -3370,7 +3481,7 @@ function gr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3370
3481
|
lh: 1.7,
|
|
3371
3482
|
children: [
|
|
3372
3483
|
"Diferente de plataformas legadas, o ",
|
|
3373
|
-
|
|
3484
|
+
n,
|
|
3374
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."
|
|
3375
3486
|
]
|
|
3376
3487
|
}
|
|
@@ -3394,7 +3505,7 @@ function gr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3394
3505
|
radius: "0",
|
|
3395
3506
|
color: "gray",
|
|
3396
3507
|
children: /* @__PURE__ */ e(
|
|
3397
|
-
|
|
3508
|
+
ze,
|
|
3398
3509
|
{
|
|
3399
3510
|
size: 32,
|
|
3400
3511
|
stroke: 1.2
|
|
@@ -3446,7 +3557,7 @@ function gr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3446
3557
|
radius: "0",
|
|
3447
3558
|
color: "gray",
|
|
3448
3559
|
children: /* @__PURE__ */ e(
|
|
3449
|
-
|
|
3560
|
+
we,
|
|
3450
3561
|
{
|
|
3451
3562
|
size: 32,
|
|
3452
3563
|
stroke: 1.2
|
|
@@ -3474,7 +3585,7 @@ function gr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3474
3585
|
lh: 1.7,
|
|
3475
3586
|
children: [
|
|
3476
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 ",
|
|
3477
|
-
|
|
3588
|
+
n,
|
|
3478
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.'
|
|
3479
3590
|
]
|
|
3480
3591
|
}
|
|
@@ -3506,7 +3617,7 @@ function gr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3506
3617
|
lh: 1.8,
|
|
3507
3618
|
children: [
|
|
3508
3619
|
"O ",
|
|
3509
|
-
|
|
3620
|
+
n,
|
|
3510
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 ",
|
|
3511
3622
|
i,
|
|
3512
3623
|
"."
|
|
@@ -3518,16 +3629,16 @@ function gr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3518
3629
|
}
|
|
3519
3630
|
);
|
|
3520
3631
|
}
|
|
3521
|
-
function
|
|
3632
|
+
function xr({ companyName: i = "RiLiGar", productName: n = "nossos produtos" }) {
|
|
3522
3633
|
return /* @__PURE__ */ e(
|
|
3523
|
-
|
|
3634
|
+
y,
|
|
3524
3635
|
{
|
|
3525
3636
|
py: 100,
|
|
3526
3637
|
bg: "white",
|
|
3527
3638
|
children: /* @__PURE__ */ e(F, { size: "md", children: /* @__PURE__ */ r(u, { gap: 80, children: [
|
|
3528
3639
|
/* @__PURE__ */ r(u, { gap: "sm", children: [
|
|
3529
3640
|
/* @__PURE__ */ e(
|
|
3530
|
-
|
|
3641
|
+
E,
|
|
3531
3642
|
{
|
|
3532
3643
|
order: 2,
|
|
3533
3644
|
ta: "center",
|
|
@@ -3549,7 +3660,7 @@ function ur({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3549
3660
|
ls: "2px",
|
|
3550
3661
|
children: [
|
|
3551
3662
|
"Acordo de Licença para Usuário Final (EULA) do ",
|
|
3552
|
-
|
|
3663
|
+
n
|
|
3553
3664
|
]
|
|
3554
3665
|
}
|
|
3555
3666
|
)
|
|
@@ -3564,7 +3675,7 @@ function ur({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3564
3675
|
c: "gray.8",
|
|
3565
3676
|
children: [
|
|
3566
3677
|
"Bem-vindo ao ",
|
|
3567
|
-
/* @__PURE__ */ e("strong", { children:
|
|
3678
|
+
/* @__PURE__ */ e("strong", { children: n }),
|
|
3568
3679
|
". Este documento constitui um contrato vinculativo entre você e a ",
|
|
3569
3680
|
/* @__PURE__ */ e("strong", { children: i }),
|
|
3570
3681
|
". Ao acessar a plataforma, criar uma conta ou utilizar qualquer funcionalidade do software, você confirma que leu, entendeu e aceita integralmente estes termos."
|
|
@@ -3597,7 +3708,7 @@ function ur({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3597
3708
|
radius: "0",
|
|
3598
3709
|
color: "gray",
|
|
3599
3710
|
children: /* @__PURE__ */ e(
|
|
3600
|
-
|
|
3711
|
+
Se,
|
|
3601
3712
|
{
|
|
3602
3713
|
size: 32,
|
|
3603
3714
|
stroke: 1.2
|
|
@@ -3627,7 +3738,7 @@ function ur({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3627
3738
|
"A ",
|
|
3628
3739
|
i,
|
|
3629
3740
|
" concede a você uma licença limitada, revogável, não exclusiva e intransferível para utilizar o ",
|
|
3630
|
-
|
|
3741
|
+
n,
|
|
3631
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."
|
|
3632
3743
|
]
|
|
3633
3744
|
}
|
|
@@ -3651,7 +3762,7 @@ function ur({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3651
3762
|
radius: "0",
|
|
3652
3763
|
color: "gray",
|
|
3653
3764
|
children: /* @__PURE__ */ e(
|
|
3654
|
-
|
|
3765
|
+
Ie,
|
|
3655
3766
|
{
|
|
3656
3767
|
size: 32,
|
|
3657
3768
|
stroke: 1.2
|
|
@@ -3703,7 +3814,7 @@ function ur({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3703
3814
|
radius: "0",
|
|
3704
3815
|
color: "gray",
|
|
3705
3816
|
children: /* @__PURE__ */ e(
|
|
3706
|
-
|
|
3817
|
+
Te,
|
|
3707
3818
|
{
|
|
3708
3819
|
size: 32,
|
|
3709
3820
|
stroke: 1.2
|
|
@@ -3731,7 +3842,7 @@ function ur({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3731
3842
|
lh: 1.7,
|
|
3732
3843
|
children: [
|
|
3733
3844
|
"Todo o código-fonte, design, interfaces, logotipos e textos do ",
|
|
3734
|
-
|
|
3845
|
+
n,
|
|
3735
3846
|
" são propriedade exclusiva da ",
|
|
3736
3847
|
i,
|
|
3737
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."
|
|
@@ -3757,7 +3868,7 @@ function ur({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3757
3868
|
radius: "0",
|
|
3758
3869
|
color: "gray",
|
|
3759
3870
|
children: /* @__PURE__ */ e(
|
|
3760
|
-
|
|
3871
|
+
qe,
|
|
3761
3872
|
{
|
|
3762
3873
|
size: 32,
|
|
3763
3874
|
stroke: 1.2
|
|
@@ -3785,7 +3896,7 @@ function ur({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3785
3896
|
lh: 1.7,
|
|
3786
3897
|
children: [
|
|
3787
3898
|
"O ",
|
|
3788
|
-
|
|
3899
|
+
n,
|
|
3789
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."
|
|
3790
3901
|
]
|
|
3791
3902
|
}
|
|
@@ -3809,7 +3920,7 @@ function ur({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3809
3920
|
radius: "0",
|
|
3810
3921
|
color: "gray",
|
|
3811
3922
|
children: /* @__PURE__ */ e(
|
|
3812
|
-
|
|
3923
|
+
Ae,
|
|
3813
3924
|
{
|
|
3814
3925
|
size: 32,
|
|
3815
3926
|
stroke: 1.2
|
|
@@ -3837,7 +3948,7 @@ function ur({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3837
3948
|
lh: 1.7,
|
|
3838
3949
|
children: [
|
|
3839
3950
|
"O ",
|
|
3840
|
-
|
|
3951
|
+
n,
|
|
3841
3952
|
" é fornecido ",
|
|
3842
3953
|
/* @__PURE__ */ e("em", { children: '"as is"' }),
|
|
3843
3954
|
" (como está). Embora busquemos a excelência técnica, a ",
|
|
@@ -3883,16 +3994,16 @@ function ur({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3883
3994
|
}
|
|
3884
3995
|
);
|
|
3885
3996
|
}
|
|
3886
|
-
function
|
|
3997
|
+
function vr({ companyName: i = "RiLiGar", productName: n = "nossos produtos" }) {
|
|
3887
3998
|
return /* @__PURE__ */ e(
|
|
3888
|
-
|
|
3999
|
+
y,
|
|
3889
4000
|
{
|
|
3890
4001
|
py: 100,
|
|
3891
4002
|
bg: "white",
|
|
3892
4003
|
children: /* @__PURE__ */ e(F, { size: "md", children: /* @__PURE__ */ r(u, { gap: 80, children: [
|
|
3893
4004
|
/* @__PURE__ */ r(u, { gap: "sm", children: [
|
|
3894
4005
|
/* @__PURE__ */ e(
|
|
3895
|
-
|
|
4006
|
+
E,
|
|
3896
4007
|
{
|
|
3897
4008
|
order: 2,
|
|
3898
4009
|
ta: "center",
|
|
@@ -3914,7 +4025,7 @@ function fr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3914
4025
|
ls: "2px",
|
|
3915
4026
|
children: [
|
|
3916
4027
|
"Protocolos de proteção, infraestrutura e resposta a incidentes do ",
|
|
3917
|
-
|
|
4028
|
+
n
|
|
3918
4029
|
]
|
|
3919
4030
|
}
|
|
3920
4031
|
)
|
|
@@ -3931,7 +4042,7 @@ function fr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3931
4042
|
"A integridade técnica da ",
|
|
3932
4043
|
/* @__PURE__ */ e("strong", { children: i }),
|
|
3933
4044
|
" é construída sobre a premissa de que a confiança é conquistada através da transparência e do rigor tecnológico. O ",
|
|
3934
|
-
/* @__PURE__ */ e("strong", { children:
|
|
4045
|
+
/* @__PURE__ */ e("strong", { children: n }),
|
|
3935
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."
|
|
3936
4047
|
]
|
|
3937
4048
|
}
|
|
@@ -3962,7 +4073,7 @@ function fr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3962
4073
|
radius: "0",
|
|
3963
4074
|
color: "gray",
|
|
3964
4075
|
children: /* @__PURE__ */ e(
|
|
3965
|
-
|
|
4076
|
+
Pe,
|
|
3966
4077
|
{
|
|
3967
4078
|
size: 32,
|
|
3968
4079
|
stroke: 1.2
|
|
@@ -3990,7 +4101,7 @@ function fr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
3990
4101
|
lh: 1.7,
|
|
3991
4102
|
children: [
|
|
3992
4103
|
"Todos os dados no ",
|
|
3993
|
-
|
|
4104
|
+
n,
|
|
3994
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."
|
|
3995
4106
|
]
|
|
3996
4107
|
}
|
|
@@ -4014,7 +4125,7 @@ function fr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
4014
4125
|
radius: "0",
|
|
4015
4126
|
color: "gray",
|
|
4016
4127
|
children: /* @__PURE__ */ e(
|
|
4017
|
-
|
|
4128
|
+
ie,
|
|
4018
4129
|
{
|
|
4019
4130
|
size: 32,
|
|
4020
4131
|
stroke: 1.2
|
|
@@ -4062,7 +4173,7 @@ function fr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
4062
4173
|
radius: "0",
|
|
4063
4174
|
color: "gray",
|
|
4064
4175
|
children: /* @__PURE__ */ e(
|
|
4065
|
-
|
|
4176
|
+
De,
|
|
4066
4177
|
{
|
|
4067
4178
|
size: 32,
|
|
4068
4179
|
stroke: 1.2
|
|
@@ -4110,7 +4221,7 @@ function fr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
4110
4221
|
radius: "0",
|
|
4111
4222
|
color: "gray",
|
|
4112
4223
|
children: /* @__PURE__ */ e(
|
|
4113
|
-
|
|
4224
|
+
Fe,
|
|
4114
4225
|
{
|
|
4115
4226
|
size: 32,
|
|
4116
4227
|
stroke: 1.2
|
|
@@ -4147,7 +4258,7 @@ function fr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
4147
4258
|
/* @__PURE__ */ e(D, { color: "gray.2" }),
|
|
4148
4259
|
/* @__PURE__ */ r(u, { gap: "lg", children: [
|
|
4149
4260
|
/* @__PURE__ */ r(f, { gap: "sm", children: [
|
|
4150
|
-
/* @__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 }) }),
|
|
4151
4262
|
/* @__PURE__ */ e(
|
|
4152
4263
|
a,
|
|
4153
4264
|
{
|
|
@@ -4180,39 +4291,40 @@ function fr({ companyName: i = "RiLiGar", productName: o = "nossos produtos" })
|
|
|
4180
4291
|
);
|
|
4181
4292
|
}
|
|
4182
4293
|
export {
|
|
4183
|
-
|
|
4184
|
-
|
|
4294
|
+
te as BrandLogo,
|
|
4295
|
+
Me as CTABanner,
|
|
4185
4296
|
R as CTAButton,
|
|
4186
|
-
|
|
4187
|
-
|
|
4188
|
-
|
|
4189
|
-
|
|
4190
|
-
|
|
4191
|
-
|
|
4192
|
-
|
|
4193
|
-
|
|
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,
|
|
4194
4306
|
je as Header,
|
|
4195
|
-
|
|
4196
|
-
|
|
4197
|
-
|
|
4198
|
-
|
|
4199
|
-
|
|
4200
|
-
|
|
4307
|
+
er as Hero,
|
|
4308
|
+
Ye as Layout,
|
|
4309
|
+
dr as LeadForm,
|
|
4310
|
+
br as LegalPrivacy,
|
|
4311
|
+
vr as LegalSecurity,
|
|
4312
|
+
xr as LegalTerms,
|
|
4201
4313
|
ne as MediaBlock,
|
|
4202
|
-
|
|
4203
|
-
|
|
4204
|
-
|
|
4205
|
-
|
|
4206
|
-
|
|
4207
|
-
|
|
4208
|
-
|
|
4209
|
-
|
|
4210
|
-
|
|
4211
|
-
|
|
4212
|
-
|
|
4213
|
-
|
|
4214
|
-
|
|
4215
|
-
|
|
4216
|
-
|
|
4217
|
-
|
|
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,
|
|
4328
|
+
B as resolveBackground,
|
|
4329
|
+
Je as theme
|
|
4218
4330
|
};
|