@riligar/components-kit 1.5.3 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.esm.js CHANGED
@@ -1,9 +1,9 @@
1
- import { createTheme as Z, Stack as p, Text as t, Title as q, Center as v, Box as y, Button as H, Container as E, Paper as x, Group as f, SimpleGrid as w, Image as K, List as G, ThemeIcon as T, Grid as b, Badge as j, Code as ee, RingProgress as re, Divider as N, SegmentedControl as le, Accordion as S, Avatar as ie, Anchor as ne, ActionIcon as ae } from "@mantine/core";
2
- import { jsxs as i, jsx as e, Fragment as L } from "react/jsx-runtime";
3
- import { useWindowScroll as te } from "@mantine/hooks";
4
- import { IconCheck as V, IconBolt as U, IconQuote as ce, IconCircleCheck as oe } from "@tabler/icons-react";
5
- import { Fragment as se } from "react";
6
- const Te = Z({
1
+ import { createTheme as Y, Stack as p, Text as c, Title as Z, Center as z, Box as y, Button as H, Container as j, Paper as x, Group as f, SimpleGrid as v, Image as $, List as G, ThemeIcon as T, Grid as b, Badge as C, Code as q, RingProgress as ee, Divider as N, SegmentedControl as re, Accordion as S, Avatar as le, Anchor as ie, ActionIcon as ne } from "@mantine/core";
2
+ import { jsxs as i, jsx as e, Fragment as K } from "react/jsx-runtime";
3
+ import { useWindowScroll as ae } from "@mantine/hooks";
4
+ import { IconCheck as V, IconBolt as L, IconQuote as te, IconCircleCheck as ce } from "@tabler/icons-react";
5
+ import { Fragment as oe } from "react";
6
+ const Be = Y({
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',
@@ -134,6 +134,11 @@ const Te = Z({
134
134
  size: "lg"
135
135
  }
136
136
  },
137
+ ActionIcon: {
138
+ defaultProps: {
139
+ radius: "0"
140
+ }
141
+ },
137
142
  Divider: {
138
143
  defaultProps: {
139
144
  color: "gray.2"
@@ -141,21 +146,21 @@ const Te = Z({
141
146
  }
142
147
  }
143
148
  });
144
- function Q({
149
+ function _({
145
150
  subtitle: r,
146
- title: c,
151
+ title: t,
147
152
  titleOrder: a = 2,
148
153
  titleFz: l = "var(--fz-section-title)",
149
154
  ta: n = "left",
150
155
  maw: o
151
156
  }) {
152
- return !c && !r ? null : /* @__PURE__ */ i(p, { gap: "xs", align: n === "center" ? "center" : "flex-start", ta: n, children: [
153
- r && /* @__PURE__ */ e(t, { c: "gray.4", size: "xs", fw: 800, tt: "uppercase", ls: "1.5px", children: r }),
154
- c && /* @__PURE__ */ e(q, { order: a, fz: l, maw: o, children: c })
157
+ return !t && !r ? null : /* @__PURE__ */ i(p, { gap: "xs", align: n === "center" ? "center" : "flex-start", ta: n, children: [
158
+ r && /* @__PURE__ */ e(c, { c: "gray.4", size: "xs", fw: 800, tt: "uppercase", ls: "1.5px", children: r }),
159
+ t && /* @__PURE__ */ e(Z, { order: a, fz: l, maw: o, children: t })
155
160
  ] });
156
161
  }
157
- function J({ video: r, image: c, width: a = "100%", maw: l, alt: n }) {
158
- return r ? /* @__PURE__ */ e(v, { children: /* @__PURE__ */ e(
162
+ function Q({ video: r, image: t, width: a = "100%", maw: l, alt: n }) {
163
+ return r ? /* @__PURE__ */ e(z, { children: /* @__PURE__ */ e(
159
164
  y,
160
165
  {
161
166
  component: "video",
@@ -169,11 +174,11 @@ function J({ video: r, image: c, width: a = "100%", maw: l, alt: n }) {
169
174
  h: "auto",
170
175
  style: { filter: r.filter || "none" }
171
176
  }
172
- ) }) : c ? /* @__PURE__ */ e(v, { children: /* @__PURE__ */ e(
177
+ ) }) : t ? /* @__PURE__ */ e(z, { children: /* @__PURE__ */ e(
173
178
  y,
174
179
  {
175
180
  component: "img",
176
- src: c,
181
+ src: t,
177
182
  alt: n || "",
178
183
  w: a,
179
184
  h: "auto",
@@ -183,7 +188,7 @@ function J({ video: r, image: c, width: a = "100%", maw: l, alt: n }) {
183
188
  }
184
189
  function P({
185
190
  label: r,
186
- href: c,
191
+ href: t,
187
192
  onClick: a,
188
193
  icon: l,
189
194
  size: n = "lg",
@@ -199,8 +204,8 @@ function P({
199
204
  H,
200
205
  {
201
206
  size: n,
202
- component: c ? "a" : "button",
203
- href: c,
207
+ component: t ? "a" : "button",
208
+ href: t,
204
209
  onClick: a,
205
210
  target: d,
206
211
  rightSection: l,
@@ -214,12 +219,12 @@ function P({
214
219
  }
215
220
  );
216
221
  }
217
- const Pe = {
222
+ const Te = {
218
223
  white: "white",
219
224
  gray: "gray.1"
220
- }, z = (r) => r;
221
- function I({ children: r, title: c, subtitle: a, id: l, background: n = "white", py: o = { base: 80, md: 120 }, maw: h = 800, ta: d = "left", stackGap: m = "xl" }) {
222
- const s = z(n);
225
+ }, F = (r) => r === "gray.9" || r === "dark" ? "gray.0" : r === "white" ? "white" : "gray.1";
226
+ function I({ children: r, title: t, subtitle: a, id: l, background: n = "white", py: o = { base: 80, md: 120 }, maw: h = 800, ta: d = "left", stackGap: m = "xl" }) {
227
+ const s = F(n);
223
228
  return /* @__PURE__ */ e(
224
229
  y,
225
230
  {
@@ -228,12 +233,12 @@ function I({ children: r, title: c, subtitle: a, id: l, background: n = "white",
228
233
  bg: s,
229
234
  py: o,
230
235
  style: { overflow: "hidden" },
231
- children: /* @__PURE__ */ e(E, { size: "lg", children: /* @__PURE__ */ i(p, { gap: m, children: [
236
+ children: /* @__PURE__ */ e(j, { size: "lg", children: /* @__PURE__ */ i(p, { gap: m, children: [
232
237
  /* @__PURE__ */ e(
233
- Q,
238
+ _,
234
239
  {
235
240
  subtitle: a,
236
- title: c,
241
+ title: t,
237
242
  ta: d,
238
243
  maw: h
239
244
  }
@@ -243,17 +248,17 @@ function I({ children: r, title: c, subtitle: a, id: l, background: n = "white",
243
248
  }
244
249
  );
245
250
  }
246
- function De({ children: r }) {
251
+ function Pe({ children: r }) {
247
252
  return /* @__PURE__ */ e(y, { style: { minHeight: "100vh", scrollBehavior: "smooth" }, children: r });
248
253
  }
249
- function de({
254
+ function se({
250
255
  logo: r,
251
- navLinks: c = [],
256
+ navLinks: t = [],
252
257
  loginCta: a,
253
258
  signupCta: l,
254
259
  background: n = "white"
255
260
  }) {
256
- const o = z(n), [h] = te(), d = h.y > 10, m = (g) => {
261
+ const o = F(n), [h] = ae(), d = h.y > 10, m = (g) => {
257
262
  g === "top" ? window.scrollTo({ top: 0, behavior: "smooth" }) : document.getElementById(g)?.scrollIntoView({ behavior: "smooth" });
258
263
  }, s = (g, u) => {
259
264
  (g.key === "Enter" || g.key === " ") && (g.preventDefault(), m(u));
@@ -266,7 +271,7 @@ function de({
266
271
  top: 0,
267
272
  w: "100%",
268
273
  style: { zIndex: 100, pointerEvents: "none" },
269
- children: /* @__PURE__ */ e(E, { size: "xl", py: "md", children: /* @__PURE__ */ e(
274
+ children: /* @__PURE__ */ e(j, { size: "xl", py: "md", children: /* @__PURE__ */ e(
270
275
  x,
271
276
  {
272
277
  shadow: d ? "sm" : "none",
@@ -302,7 +307,7 @@ function de({
302
307
  )
303
308
  }
304
309
  ),
305
- c.length > 0 && /* @__PURE__ */ e(
310
+ t.length > 0 && /* @__PURE__ */ e(
306
311
  f,
307
312
  {
308
313
  gap: "xl",
@@ -310,8 +315,8 @@ function de({
310
315
  component: "nav",
311
316
  role: "navigation",
312
317
  "aria-label": "Menu principal",
313
- children: c.map((g) => /* @__PURE__ */ e(
314
- t,
318
+ children: t.map((g) => /* @__PURE__ */ e(
319
+ c,
315
320
  {
316
321
  size: "sm",
317
322
  fw: 900,
@@ -356,8 +361,8 @@ function de({
356
361
  color: "dark",
357
362
  variant: "filled",
358
363
  children: [
359
- /* @__PURE__ */ e(t, { span: !0, visibleFrom: "sm", c: "white", fw: 900, size: "sm", children: l.label }),
360
- /* @__PURE__ */ e(t, { span: !0, hiddenFrom: "sm", c: "white", fw: 900, size: "xs", children: l.labelMobile || l.label })
364
+ /* @__PURE__ */ e(c, { span: !0, visibleFrom: "sm", c: "white", fw: 900, size: "sm", children: l.label }),
365
+ /* @__PURE__ */ e(c, { span: !0, hiddenFrom: "sm", c: "white", fw: 900, size: "xs", children: l.labelMobile || l.label })
361
366
  ]
362
367
  }
363
368
  )
@@ -370,16 +375,16 @@ function de({
370
375
  }
371
376
  );
372
377
  }
373
- const Ae = de;
374
- function Ce({ subtitle: r, title: c, description: a, cta: l, video: n, image: o, background: h = "white", mediaMaw: d }) {
378
+ const Ae = se;
379
+ function De({ subtitle: r, title: t, description: a, cta: l, video: n, image: o, background: h = "white", mediaMaw: d }) {
375
380
  return /* @__PURE__ */ e(
376
381
  y,
377
382
  {
378
383
  py: { base: 80, sm: 100, md: 140 },
379
384
  id: "hero",
380
385
  bg: h,
381
- children: /* @__PURE__ */ e(E, { size: "lg", children: /* @__PURE__ */ i(
382
- w,
386
+ children: /* @__PURE__ */ e(j, { size: "lg", children: /* @__PURE__ */ i(
387
+ v,
383
388
  {
384
389
  cols: { base: 1, md: 2 },
385
390
  spacing: { base: 60, md: 100 },
@@ -393,18 +398,18 @@ function Ce({ subtitle: r, title: c, description: a, cta: l, video: n, image: o,
393
398
  gap: { base: 32, md: 48 },
394
399
  ta: { base: "center", md: "left" },
395
400
  children: [
396
- /* @__PURE__ */ e(v, { children: /* @__PURE__ */ e(
397
- Q,
401
+ /* @__PURE__ */ e(z, { children: /* @__PURE__ */ e(
402
+ _,
398
403
  {
399
404
  subtitle: r,
400
- title: c,
405
+ title: t,
401
406
  titleOrder: 1,
402
407
  titleFz: "var(--fz-hero)",
403
408
  ta: "inherit"
404
409
  }
405
410
  ) }),
406
- a && /* @__PURE__ */ e(v, { children: /* @__PURE__ */ e(
407
- t,
411
+ a && /* @__PURE__ */ e(z, { children: /* @__PURE__ */ e(
412
+ c,
408
413
  {
409
414
  size: "xl",
410
415
  c: "gray.6",
@@ -413,7 +418,7 @@ function Ce({ subtitle: r, title: c, description: a, cta: l, video: n, image: o,
413
418
  children: a
414
419
  }
415
420
  ) }),
416
- l && /* @__PURE__ */ e(v, { children: /* @__PURE__ */ e(
421
+ l && /* @__PURE__ */ e(z, { children: /* @__PURE__ */ e(
417
422
  f,
418
423
  {
419
424
  gap: "md",
@@ -436,7 +441,7 @@ function Ce({ subtitle: r, title: c, description: a, cta: l, video: n, image: o,
436
441
  }
437
442
  ),
438
443
  /* @__PURE__ */ e(
439
- J,
444
+ Q,
440
445
  {
441
446
  video: n,
442
447
  image: o,
@@ -450,10 +455,10 @@ function Ce({ subtitle: r, title: c, description: a, cta: l, video: n, image: o,
450
455
  }
451
456
  );
452
457
  }
453
- function he({ logo: r, index: c }) {
458
+ function de({ logo: r, index: t }) {
454
459
  const a = {
455
460
  src: r.src,
456
- alt: r.alt || `Logo ${c}`,
461
+ alt: r.alt || `Logo ${t}`,
457
462
  h: r.height || 50,
458
463
  w: "auto",
459
464
  style: {
@@ -468,17 +473,17 @@ function he({ logo: r, index: c }) {
468
473
  l.currentTarget.style.filter = "grayscale(1) opacity(0.4)";
469
474
  }
470
475
  };
471
- return r.url ? /* @__PURE__ */ e(v, { children: /* @__PURE__ */ e(
476
+ return r.url ? /* @__PURE__ */ e(z, { children: /* @__PURE__ */ e(
472
477
  "a",
473
478
  {
474
479
  href: r.url,
475
480
  target: "_blank",
476
481
  rel: "noopener noreferrer",
477
- children: /* @__PURE__ */ e(K, { ...a })
482
+ children: /* @__PURE__ */ e($, { ...a })
478
483
  }
479
- ) }) : /* @__PURE__ */ e(v, { children: /* @__PURE__ */ e(K, { ...a }) });
484
+ ) }) : /* @__PURE__ */ e(z, { children: /* @__PURE__ */ e($, { ...a }) });
480
485
  }
481
- function je({ id: r, title: c, logos: a, background: l = "gray" }) {
486
+ function Ce({ id: r, title: t, logos: a, background: l = "gray" }) {
482
487
  return !a || a.length === 0 ? null : /* @__PURE__ */ e(
483
488
  y,
484
489
  {
@@ -486,23 +491,23 @@ function je({ id: r, title: c, logos: a, background: l = "gray" }) {
486
491
  id: r,
487
492
  py: { base: 40, md: 60 },
488
493
  bg: l,
489
- bd: { bottom: "1px solid var(--mantine-color-gray-1)" },
490
- children: /* @__PURE__ */ e(E, { size: "lg", children: /* @__PURE__ */ i(
494
+ bd: { bottom: "1px solid var(--mantine-color-gray-2)" },
495
+ children: /* @__PURE__ */ e(j, { size: "lg", children: /* @__PURE__ */ i(
491
496
  p,
492
497
  {
493
498
  align: "center",
494
499
  ta: "center",
495
500
  gap: "xl",
496
501
  children: [
497
- c && /* @__PURE__ */ e(
498
- t,
502
+ t && /* @__PURE__ */ e(
503
+ c,
499
504
  {
500
505
  fw: 500,
501
506
  c: "gray.5",
502
507
  size: "sm",
503
508
  tt: "uppercase",
504
509
  ls: "0.1em",
505
- children: c
510
+ children: t
506
511
  }
507
512
  ),
508
513
  /* @__PURE__ */ e(
@@ -513,7 +518,7 @@ function je({ id: r, title: c, logos: a, background: l = "gray" }) {
513
518
  style: { rowGap: 40 },
514
519
  w: "100%",
515
520
  children: a.map((n, o) => /* @__PURE__ */ e(
516
- he,
521
+ de,
517
522
  {
518
523
  logo: n,
519
524
  index: o
@@ -528,7 +533,7 @@ function je({ id: r, title: c, logos: a, background: l = "gray" }) {
528
533
  }
529
534
  );
530
535
  }
531
- function Ee({ id: r, subtitle: c, title: a, description: l, featuresList: n, cta: o, video: h, image: d, reverse: m = !1, background: s = "white", mediaMaw: g }) {
536
+ function je({ id: r, subtitle: t, title: a, description: l, featuresList: n, cta: o, video: h, image: d, reverse: m = !1, background: s = "white", mediaMaw: g }) {
532
537
  const u = n && n.length > 0 && /* @__PURE__ */ e(
533
538
  G,
534
539
  {
@@ -550,16 +555,16 @@ function Ee({ id: r, subtitle: c, title: a, description: l, featuresList: n, cta
550
555
  )
551
556
  }
552
557
  ),
553
- children: n.map((F, B) => /* @__PURE__ */ e(G.Item, { children: F }, B))
558
+ children: n.map((B, k) => /* @__PURE__ */ e(G.Item, { children: B }, k))
554
559
  }
555
- ), D = /* @__PURE__ */ i(
560
+ ), A = /* @__PURE__ */ i(
556
561
  p,
557
562
  {
558
563
  justify: "center",
559
564
  gap: "lg",
560
565
  children: [
561
566
  l && /* @__PURE__ */ e(
562
- t,
567
+ c,
563
568
  {
564
569
  c: "gray.6",
565
570
  size: "xl",
@@ -581,8 +586,8 @@ function Ee({ id: r, subtitle: c, title: a, description: l, featuresList: n, cta
581
586
  ) })
582
587
  ]
583
588
  }
584
- ), A = (h || d) && /* @__PURE__ */ e(
585
- J,
589
+ ), w = (h || d) && /* @__PURE__ */ e(
590
+ Q,
586
591
  {
587
592
  video: h,
588
593
  image: d,
@@ -594,37 +599,37 @@ function Ee({ id: r, subtitle: c, title: a, description: l, featuresList: n, cta
594
599
  I,
595
600
  {
596
601
  id: r,
597
- subtitle: c,
602
+ subtitle: t,
598
603
  title: a,
599
604
  background: s,
600
605
  children: /* @__PURE__ */ e(
601
- w,
606
+ v,
602
607
  {
603
608
  cols: { base: 1, md: 2 },
604
609
  spacing: { base: 40, md: 80 },
605
610
  verticalSpacing: { base: 40, md: 50 },
606
- children: m ? /* @__PURE__ */ i(L, { children: [
607
- A,
608
- D
609
- ] }) : /* @__PURE__ */ i(L, { children: [
610
- D,
611
+ children: m ? /* @__PURE__ */ i(K, { children: [
612
+ w,
611
613
  A
614
+ ] }) : /* @__PURE__ */ i(K, { children: [
615
+ A,
616
+ w
612
617
  ] })
613
618
  }
614
619
  )
615
620
  }
616
621
  );
617
622
  }
618
- function Me({ id: r, subtitle: c, title: a, background: l = "gray", items: n = [] }) {
623
+ function ke({ id: r, subtitle: t, title: a, background: l = "gray", items: n = [] }) {
619
624
  return /* @__PURE__ */ e(
620
625
  I,
621
626
  {
622
627
  id: r,
623
- subtitle: c,
628
+ subtitle: t,
624
629
  title: a,
625
630
  background: l,
626
631
  children: /* @__PURE__ */ e(b, { gutter: "lg", children: n.map((o, h) => /* @__PURE__ */ e(
627
- ge,
632
+ he,
628
633
  {
629
634
  ...o
630
635
  },
@@ -633,9 +638,9 @@ function Me({ id: r, subtitle: c, title: a, background: l = "gray", items: n = [
633
638
  }
634
639
  );
635
640
  }
636
- function ge({
641
+ function he({
637
642
  icon: r,
638
- iconVariant: c,
643
+ iconVariant: t,
639
644
  iconColor: a,
640
645
  label: l,
641
646
  title: n,
@@ -645,15 +650,14 @@ function ge({
645
650
  descriptionMaw: m,
646
651
  span: s = { base: 12, md: 6 },
647
652
  background: g = "white",
648
- dark: u = !1,
649
- visual: D,
653
+ visual: u,
650
654
  secondaryVisual: A,
651
- layout: F = "stacked",
655
+ layout: w = "stacked",
652
656
  badges: B,
653
- codeBlock: W,
654
- decorativeContent: O,
655
- style: M,
656
- ...k
657
+ codeBlock: k,
658
+ decorativeContent: W,
659
+ style: E,
660
+ ...M
657
661
  }) {
658
662
  const R = /* @__PURE__ */ i(y, { children: [
659
663
  r && /* @__PURE__ */ e(
@@ -661,10 +665,9 @@ function ge({
661
665
  {
662
666
  size: 48,
663
667
  radius: "0",
664
- variant: c || (u ? "filled" : "light"),
665
- color: a || (u ? "gray.7" : "gray"),
668
+ variant: t || "light",
669
+ color: a || "gray",
666
670
  mb: "lg",
667
- style: u ? { color: "white" } : void 0,
668
671
  children: /* @__PURE__ */ e(
669
672
  r,
670
673
  {
@@ -675,7 +678,7 @@ function ge({
675
678
  }
676
679
  ),
677
680
  l && /* @__PURE__ */ e(
678
- t,
681
+ c,
679
682
  {
680
683
  size: "sm",
681
684
  fw: 800,
@@ -687,47 +690,47 @@ function ge({
687
690
  }
688
691
  ),
689
692
  n && /* @__PURE__ */ e(
690
- t,
693
+ c,
691
694
  {
692
- fz: o || (F === "compact" ? "h4" : "h3"),
695
+ fz: o || (w === "compact" ? "h4" : "h3"),
693
696
  fw: 900,
694
697
  lh: 1.2,
695
698
  mb: "sm",
696
- c: u ? "white" : void 0,
699
+ c: void 0,
697
700
  children: n
698
701
  }
699
702
  ),
700
703
  h && /* @__PURE__ */ e(
701
- t,
704
+ c,
702
705
  {
703
- c: u ? "gray.4" : "gray.6",
704
- size: d || (F === "compact" ? "sm" : "lg"),
706
+ c: "gray.6",
707
+ size: d || (w === "compact" ? "sm" : "lg"),
705
708
  maw: m,
706
- mb: B ? "xl" : F === "compact" ? "lg" : void 0,
709
+ mb: B ? "xl" : w === "compact" ? "lg" : void 0,
707
710
  children: h
708
711
  }
709
712
  ),
710
- B && B.length > 0 && /* @__PURE__ */ e(f, { children: B.map((X, Y) => /* @__PURE__ */ e(
711
- j,
713
+ B && B.length > 0 && /* @__PURE__ */ e(f, { children: B.map((J, X) => /* @__PURE__ */ e(
714
+ C,
712
715
  {
713
716
  variant: "dot",
714
717
  color: "gray",
715
718
  radius: "0",
716
- children: X
719
+ children: J
717
720
  },
718
- Y
721
+ X
719
722
  )) })
720
- ] }), C = D ? _(D, u) : null, $ = A ? _(A, u) : null;
721
- return F === "split" ? /* @__PURE__ */ e(b.Col, { span: s, children: /* @__PURE__ */ e(
723
+ ] }), D = u ? U(u) : null, O = A ? U(A) : null;
724
+ return w === "split" ? /* @__PURE__ */ e(b.Col, { span: s, children: /* @__PURE__ */ e(
722
725
  x,
723
726
  {
724
727
  h: "100%",
725
728
  p: { base: "xl", md: 40 },
726
729
  radius: "0",
727
- bg: z(g),
730
+ bg: F(g),
728
731
  bd: "1px solid var(--mantine-color-gray-2)",
729
- style: M,
730
- ...k,
732
+ style: E,
733
+ ...M,
731
734
  children: /* @__PURE__ */ i(
732
735
  b,
733
736
  {
@@ -736,15 +739,15 @@ function ge({
736
739
  children: [
737
740
  /* @__PURE__ */ e(b.Col, { span: { base: 12, sm: 6 }, children: R }),
738
741
  /* @__PURE__ */ i(b.Col, { span: { base: 12, sm: 6 }, children: [
739
- C,
740
- W && /* @__PURE__ */ e(
741
- ee,
742
+ D,
743
+ k && /* @__PURE__ */ e(
744
+ q,
742
745
  {
743
746
  block: !0,
744
747
  color: "gray.0",
745
748
  c: "gray.7",
746
749
  style: { fontSize: 12, lineHeight: 1.4, borderRadius: 0 },
747
- children: W
750
+ children: k
748
751
  }
749
752
  )
750
753
  ] })
@@ -752,32 +755,32 @@ function ge({
752
755
  }
753
756
  )
754
757
  }
755
- ) }) : F === "compact" ? /* @__PURE__ */ e(b.Col, { span: s, children: /* @__PURE__ */ i(
758
+ ) }) : w === "compact" ? /* @__PURE__ */ e(b.Col, { span: s, children: /* @__PURE__ */ i(
756
759
  x,
757
760
  {
758
761
  h: "100%",
759
762
  p: { base: "xl", md: 40 },
760
763
  radius: "0",
761
- bg: z(g),
764
+ bg: F(g),
762
765
  bd: "1px solid var(--mantine-color-gray-2)",
763
- style: M,
764
- ...k,
766
+ style: E,
767
+ ...M,
765
768
  children: [
766
769
  R,
767
- C
770
+ D
768
771
  ]
769
772
  }
770
- ) }) : O ? /* @__PURE__ */ e(b.Col, { span: s, children: /* @__PURE__ */ e(
773
+ ) }) : W ? /* @__PURE__ */ e(b.Col, { span: s, children: /* @__PURE__ */ e(
771
774
  x,
772
775
  {
773
776
  h: "100%",
774
777
  p: { base: "xl", md: 40 },
775
778
  radius: "0",
776
- bg: z(g),
779
+ bg: F(g),
777
780
  bd: "1px solid var(--mantine-color-gray-2)",
778
781
  pos: "relative",
779
- style: M,
780
- ...k,
782
+ style: E,
783
+ ...M,
781
784
  children: /* @__PURE__ */ i(
782
785
  b,
783
786
  {
@@ -797,7 +800,7 @@ function ge({
797
800
  {
798
801
  span: 5,
799
802
  visibleFrom: "sm",
800
- children: O
803
+ children: W
801
804
  }
802
805
  )
803
806
  ]
@@ -810,50 +813,50 @@ function ge({
810
813
  h: "100%",
811
814
  p: { base: "xl", md: 40 },
812
815
  radius: "0",
813
- bg: z(g),
816
+ bg: F(g),
814
817
  bd: "1px solid var(--mantine-color-gray-2)",
815
818
  display: "flex",
816
819
  style: {
817
820
  flexDirection: "column",
818
821
  justifyContent: "space-between",
819
- ...M
822
+ ...E
820
823
  },
821
- ...k,
824
+ ...M,
822
825
  children: [
823
826
  R,
824
- C && $ ? /* @__PURE__ */ i(
827
+ D && O ? /* @__PURE__ */ i(
825
828
  f,
826
829
  {
827
830
  gap: 40,
828
831
  align: "center",
829
832
  children: [
830
- C,
831
- $
833
+ D,
834
+ O
832
835
  ]
833
836
  }
834
- ) : C
837
+ ) : D
835
838
  ]
836
839
  }
837
840
  ) });
838
841
  }
839
- function _(r, c) {
842
+ function U(r) {
840
843
  if (!r) return null;
841
844
  switch (r.type) {
842
845
  case "ring":
843
846
  return /* @__PURE__ */ e(
844
- re,
847
+ ee,
845
848
  {
846
849
  size: r.size || 140,
847
850
  thickness: r.thickness || 12,
848
- sections: [{ value: r.value || 100, color: "gray.9" }],
849
- label: /* @__PURE__ */ e(v, { children: /* @__PURE__ */ i(
851
+ sections: [{ value: r.value || 100, color: "gray.7" }],
852
+ label: /* @__PURE__ */ e(z, { children: /* @__PURE__ */ i(
850
853
  p,
851
854
  {
852
855
  gap: 0,
853
856
  align: "center",
854
857
  children: [
855
858
  /* @__PURE__ */ e(
856
- t,
859
+ c,
857
860
  {
858
861
  fw: 900,
859
862
  size: "xl",
@@ -862,7 +865,7 @@ function _(r, c) {
862
865
  }
863
866
  ),
864
867
  r.sublabel && /* @__PURE__ */ e(
865
- t,
868
+ c,
866
869
  {
867
870
  size: "xs",
868
871
  c: "gray.5",
@@ -878,17 +881,17 @@ function _(r, c) {
878
881
  case "metric":
879
882
  return /* @__PURE__ */ i(p, { gap: 0, children: [
880
883
  /* @__PURE__ */ e(
881
- t,
884
+ c,
882
885
  {
883
886
  fw: 900,
884
887
  fz: 32,
885
- c: "gray.9",
888
+ c: "gray.8",
886
889
  lh: 1,
887
890
  children: r.value
888
891
  }
889
892
  ),
890
893
  /* @__PURE__ */ e(
891
- t,
894
+ c,
892
895
  {
893
896
  size: "sm",
894
897
  c: "gray.5",
@@ -897,7 +900,7 @@ function _(r, c) {
897
900
  }
898
901
  ),
899
902
  r.badge && /* @__PURE__ */ e(
900
- j,
903
+ C,
901
904
  {
902
905
  mt: "md",
903
906
  color: "gray",
@@ -915,31 +918,32 @@ function _(r, c) {
915
918
  gap: 8,
916
919
  h: r.height || 100,
917
920
  preventGrowOverflow: !1,
918
- children: (r.data || []).map((a, l) => /* @__PURE__ */ e(
921
+ children: (r.data || []).map((t, a) => /* @__PURE__ */ e(
919
922
  y,
920
923
  {
921
924
  w: 20,
922
- h: `${a}%`,
923
- bg: l === r.highlight ? "gray.9" : "gray.2",
925
+ h: `${t}%`,
926
+ bg: a === r.highlight ? "gray.5" : "gray.2",
924
927
  radius: "0"
925
928
  },
926
- l
929
+ a
927
930
  ))
928
931
  }
929
932
  );
930
933
  case "typography":
931
934
  return /* @__PURE__ */ e(
932
- v,
935
+ z,
933
936
  {
934
937
  h: r.height || 160,
935
- bg: c ? "gray.8" : "gray.1",
938
+ bg: "gray.0",
936
939
  radius: "0",
940
+ bd: "1px solid var(--mantine-color-gray-1)",
937
941
  children: /* @__PURE__ */ e(
938
- t,
942
+ c,
939
943
  {
940
944
  fz: r.fontSize || 100,
941
945
  fw: 900,
942
- c: c ? "gray.6" : "gray.3",
946
+ c: "gray.2",
943
947
  style: { letterSpacing: -6 },
944
948
  children: r.text || "Aa"
945
949
  }
@@ -947,9 +951,9 @@ function _(r, c) {
947
951
  }
948
952
  );
949
953
  case "icon-large": {
950
- const a = r.icon;
951
- return a ? /* @__PURE__ */ e(
952
- a,
954
+ const t = r.icon;
955
+ return t ? /* @__PURE__ */ e(
956
+ t,
953
957
  {
954
958
  size: r.size || 64,
955
959
  stroke: r.stroke || 1,
@@ -961,12 +965,12 @@ function _(r, c) {
961
965
  return null;
962
966
  }
963
967
  }
964
- function ke({ id: r, subtitle: c, title: a, traditionalCol: l, newCol: n, background: o = "white" }) {
968
+ function Ee({ id: r, subtitle: t, title: a, traditionalCol: l, newCol: n, background: o = "white" }) {
965
969
  return /* @__PURE__ */ e(
966
970
  I,
967
971
  {
968
972
  id: r,
969
- subtitle: c,
973
+ subtitle: t,
970
974
  title: a,
971
975
  background: o,
972
976
  children: /* @__PURE__ */ e(
@@ -976,7 +980,7 @@ function ke({ id: r, subtitle: c, title: a, traditionalCol: l, newCol: n, backgr
976
980
  bd: "1px solid var(--mantine-color-gray-2)",
977
981
  style: { overflow: "hidden" },
978
982
  children: /* @__PURE__ */ i(
979
- w,
983
+ v,
980
984
  {
981
985
  cols: { base: 1, md: 2 },
982
986
  spacing: 0,
@@ -989,7 +993,7 @@ function ke({ id: r, subtitle: c, title: a, traditionalCol: l, newCol: n, backgr
989
993
  children: /* @__PURE__ */ i(p, { gap: "xl", children: [
990
994
  /* @__PURE__ */ i(y, { children: [
991
995
  /* @__PURE__ */ e(
992
- t,
996
+ c,
993
997
  {
994
998
  fw: 900,
995
999
  fz: "h2",
@@ -999,7 +1003,7 @@ function ke({ id: r, subtitle: c, title: a, traditionalCol: l, newCol: n, backgr
999
1003
  }
1000
1004
  ),
1001
1005
  /* @__PURE__ */ e(
1002
- t,
1006
+ c,
1003
1007
  {
1004
1008
  size: "sm",
1005
1009
  fw: 800,
@@ -1015,10 +1019,10 @@ function ke({ id: r, subtitle: c, title: a, traditionalCol: l, newCol: n, backgr
1015
1019
  {
1016
1020
  gap: "md",
1017
1021
  mb: 40,
1018
- children: l.items.map((h, d) => /* @__PURE__ */ i(se, { children: [
1022
+ children: l.items.map((h, d) => /* @__PURE__ */ i(oe, { children: [
1019
1023
  /* @__PURE__ */ i(f, { justify: "space-between", children: [
1020
1024
  /* @__PURE__ */ e(
1021
- t,
1025
+ c,
1022
1026
  {
1023
1027
  size: "sm",
1024
1028
  c: "gray.6",
@@ -1026,7 +1030,7 @@ function ke({ id: r, subtitle: c, title: a, traditionalCol: l, newCol: n, backgr
1026
1030
  }
1027
1031
  ),
1028
1032
  /* @__PURE__ */ e(
1029
- t,
1033
+ c,
1030
1034
  {
1031
1035
  fw: 700,
1032
1036
  c: "gray.9",
@@ -1048,7 +1052,7 @@ function ke({ id: r, subtitle: c, title: a, traditionalCol: l, newCol: n, backgr
1048
1052
  children: [
1049
1053
  /* @__PURE__ */ i(f, { justify: "space-between", children: [
1050
1054
  /* @__PURE__ */ e(
1051
- t,
1055
+ c,
1052
1056
  {
1053
1057
  fw: 900,
1054
1058
  c: "gray.7",
@@ -1056,7 +1060,7 @@ function ke({ id: r, subtitle: c, title: a, traditionalCol: l, newCol: n, backgr
1056
1060
  }
1057
1061
  ),
1058
1062
  /* @__PURE__ */ e(
1059
- t,
1063
+ c,
1060
1064
  {
1061
1065
  fw: 900,
1062
1066
  fz: 32,
@@ -1066,7 +1070,7 @@ function ke({ id: r, subtitle: c, title: a, traditionalCol: l, newCol: n, backgr
1066
1070
  )
1067
1071
  ] }),
1068
1072
  l.footerText && /* @__PURE__ */ e(
1069
- t,
1073
+ c,
1070
1074
  {
1071
1075
  size: "xs",
1072
1076
  c: "red.6",
@@ -1096,7 +1100,7 @@ function ke({ id: r, subtitle: c, title: a, traditionalCol: l, newCol: n, backgr
1096
1100
  /* @__PURE__ */ i(y, { children: [
1097
1101
  /* @__PURE__ */ i(f, { gap: "xs", children: [
1098
1102
  /* @__PURE__ */ e(
1099
- t,
1103
+ c,
1100
1104
  {
1101
1105
  fw: 900,
1102
1106
  fz: "h2",
@@ -1106,7 +1110,7 @@ function ke({ id: r, subtitle: c, title: a, traditionalCol: l, newCol: n, backgr
1106
1110
  }
1107
1111
  ),
1108
1112
  n.badge && /* @__PURE__ */ e(
1109
- j,
1113
+ C,
1110
1114
  {
1111
1115
  color: "gray.9",
1112
1116
  variant: "filled",
@@ -1116,7 +1120,7 @@ function ke({ id: r, subtitle: c, title: a, traditionalCol: l, newCol: n, backgr
1116
1120
  )
1117
1121
  ] }),
1118
1122
  /* @__PURE__ */ e(
1119
- t,
1123
+ c,
1120
1124
  {
1121
1125
  size: "sm",
1122
1126
  c: "gray.6",
@@ -1158,7 +1162,7 @@ function ke({ id: r, subtitle: c, title: a, traditionalCol: l, newCol: n, backgr
1158
1162
  bd: "1px solid var(--mantine-color-gray-2)",
1159
1163
  children: /* @__PURE__ */ i(p, { gap: 4, children: [
1160
1164
  /* @__PURE__ */ e(
1161
- t,
1165
+ c,
1162
1166
  {
1163
1167
  size: "sm",
1164
1168
  fw: 800,
@@ -1169,7 +1173,7 @@ function ke({ id: r, subtitle: c, title: a, traditionalCol: l, newCol: n, backgr
1169
1173
  }
1170
1174
  ),
1171
1175
  /* @__PURE__ */ e(
1172
- t,
1176
+ c,
1173
1177
  {
1174
1178
  fw: 900,
1175
1179
  fz: 48,
@@ -1179,7 +1183,7 @@ function ke({ id: r, subtitle: c, title: a, traditionalCol: l, newCol: n, backgr
1179
1183
  }
1180
1184
  ),
1181
1185
  n.pricingBox.subtext && /* @__PURE__ */ e(
1182
- t,
1186
+ c,
1183
1187
  {
1184
1188
  size: "xs",
1185
1189
  c: "gray.5",
@@ -1214,9 +1218,9 @@ function ke({ id: r, subtitle: c, title: a, traditionalCol: l, newCol: n, backgr
1214
1218
  }
1215
1219
  );
1216
1220
  }
1217
- function Re({
1221
+ function Me({
1218
1222
  id: r,
1219
- subtitle: c,
1223
+ subtitle: t,
1220
1224
  title: a,
1221
1225
  billingOptions: l = [
1222
1226
  { label: "Mensal", value: "monthly" },
@@ -1232,7 +1236,7 @@ function Re({
1232
1236
  I,
1233
1237
  {
1234
1238
  id: r,
1235
- subtitle: c,
1239
+ subtitle: t,
1236
1240
  title: a,
1237
1241
  ta: "center",
1238
1242
  background: m,
@@ -1245,7 +1249,7 @@ function Re({
1245
1249
  mb: 80,
1246
1250
  children: /* @__PURE__ */ i(f, { gap: "xs", children: [
1247
1251
  /* @__PURE__ */ e(
1248
- le,
1252
+ re,
1249
1253
  {
1250
1254
  value: n,
1251
1255
  onChange: o,
@@ -1258,7 +1262,7 @@ function Re({
1258
1262
  }
1259
1263
  ),
1260
1264
  n === "annual" && h && /* @__PURE__ */ e(
1261
- j,
1265
+ C,
1262
1266
  {
1263
1267
  variant: "filled",
1264
1268
  color: "gray.9",
@@ -1271,7 +1275,7 @@ function Re({
1271
1275
  }
1272
1276
  ),
1273
1277
  /* @__PURE__ */ e(
1274
- w,
1278
+ v,
1275
1279
  {
1276
1280
  cols: { base: 1, md: d.length <= 3 ? d.length : 3 },
1277
1281
  spacing: "xl",
@@ -1301,7 +1305,7 @@ function Re({
1301
1305
  align: "center",
1302
1306
  children: [
1303
1307
  /* @__PURE__ */ e(
1304
- t,
1308
+ c,
1305
1309
  {
1306
1310
  size: "xs",
1307
1311
  fw: 800,
@@ -1312,7 +1316,7 @@ function Re({
1312
1316
  }
1313
1317
  ),
1314
1318
  s.highlight && /* @__PURE__ */ e(
1315
- j,
1319
+ C,
1316
1320
  {
1317
1321
  variant: "dot",
1318
1322
  color: "gray.9",
@@ -1323,7 +1327,7 @@ function Re({
1323
1327
  }
1324
1328
  ),
1325
1329
  /* @__PURE__ */ e(
1326
- t,
1330
+ c,
1327
1331
  {
1328
1332
  size: "sm",
1329
1333
  c: "gray.6",
@@ -1338,7 +1342,7 @@ function Re({
1338
1342
  ),
1339
1343
  /* @__PURE__ */ i(y, { mb: "xl", children: [
1340
1344
  /* @__PURE__ */ e(
1341
- t,
1345
+ c,
1342
1346
  {
1343
1347
  size: "xs",
1344
1348
  c: "gray.4",
@@ -1356,7 +1360,7 @@ function Re({
1356
1360
  align: "flex-start",
1357
1361
  children: [
1358
1362
  /* @__PURE__ */ e(
1359
- t,
1363
+ c,
1360
1364
  {
1361
1365
  size: "xl",
1362
1366
  fw: 900,
@@ -1372,7 +1376,7 @@ function Re({
1372
1376
  align: "flex-end",
1373
1377
  children: [
1374
1378
  /* @__PURE__ */ e(
1375
- t,
1379
+ c,
1376
1380
  {
1377
1381
  fz: "var(--fz-big-metric)",
1378
1382
  fw: 900,
@@ -1389,7 +1393,7 @@ function Re({
1389
1393
  mb: 6,
1390
1394
  children: [
1391
1395
  /* @__PURE__ */ i(
1392
- t,
1396
+ c,
1393
1397
  {
1394
1398
  size: "xl",
1395
1399
  fw: 900,
@@ -1402,7 +1406,7 @@ function Re({
1402
1406
  }
1403
1407
  ),
1404
1408
  /* @__PURE__ */ e(
1405
- t,
1409
+ c,
1406
1410
  {
1407
1411
  size: "xs",
1408
1412
  c: "gray.5",
@@ -1451,7 +1455,7 @@ function Re({
1451
1455
  }
1452
1456
  ),
1453
1457
  /* @__PURE__ */ e(
1454
- t,
1458
+ c,
1455
1459
  {
1456
1460
  size: "sm",
1457
1461
  fw: 500,
@@ -1487,7 +1491,7 @@ function Re({
1487
1491
  }
1488
1492
  );
1489
1493
  }
1490
- function Ge({ id: r, subtitle: c, title: a, questions: l = [], contactCard: n, background: o = "white" }) {
1494
+ function Re({ id: r, subtitle: t, title: a, questions: l = [], contactCard: n, background: o = "white" }) {
1491
1495
  const h = {
1492
1496
  item: {
1493
1497
  backgroundColor: o === "gray" ? "gray.1" : "white",
@@ -1511,12 +1515,12 @@ function Ge({ id: r, subtitle: c, title: a, questions: l = [], contactCard: n, b
1511
1515
  I,
1512
1516
  {
1513
1517
  id: r,
1514
- subtitle: c,
1518
+ subtitle: t,
1515
1519
  title: a,
1516
1520
  background: o,
1517
1521
  children: [
1518
1522
  /* @__PURE__ */ i(
1519
- w,
1523
+ v,
1520
1524
  {
1521
1525
  cols: { base: 1, md: 2 },
1522
1526
  spacing: "xl",
@@ -1543,7 +1547,7 @@ function Ge({ id: r, subtitle: c, title: a, questions: l = [], contactCard: n, b
1543
1547
  variant: "light",
1544
1548
  color: "gray",
1545
1549
  radius: "0",
1546
- children: /* @__PURE__ */ e(U, { size: 16 })
1550
+ children: /* @__PURE__ */ e(L, { size: 16 })
1547
1551
  }
1548
1552
  ),
1549
1553
  children: d.question
@@ -1578,7 +1582,7 @@ function Ge({ id: r, subtitle: c, title: a, questions: l = [], contactCard: n, b
1578
1582
  variant: "light",
1579
1583
  color: "gray",
1580
1584
  radius: "0",
1581
- children: /* @__PURE__ */ e(U, { size: 16 })
1585
+ children: /* @__PURE__ */ e(L, { size: 16 })
1582
1586
  }
1583
1587
  ),
1584
1588
  children: d.question
@@ -1605,7 +1609,7 @@ function Ge({ id: r, subtitle: c, title: a, questions: l = [], contactCard: n, b
1605
1609
  pos: "relative",
1606
1610
  style: { overflow: "hidden" },
1607
1611
  children: /* @__PURE__ */ i(
1608
- w,
1612
+ v,
1609
1613
  {
1610
1614
  cols: { base: 1, md: 2 },
1611
1615
  spacing: "xl",
@@ -1619,7 +1623,7 @@ function Ge({ id: r, subtitle: c, title: a, questions: l = [], contactCard: n, b
1619
1623
  align: { base: "center", md: "flex-start" },
1620
1624
  children: [
1621
1625
  /* @__PURE__ */ e(
1622
- t,
1626
+ c,
1623
1627
  {
1624
1628
  fz: "h2",
1625
1629
  fw: 900,
@@ -1629,7 +1633,7 @@ function Ge({ id: r, subtitle: c, title: a, questions: l = [], contactCard: n, b
1629
1633
  }
1630
1634
  ),
1631
1635
  /* @__PURE__ */ e(
1632
- t,
1636
+ c,
1633
1637
  {
1634
1638
  c: "gray.6",
1635
1639
  maw: 500,
@@ -1648,7 +1652,7 @@ function Ge({ id: r, subtitle: c, title: a, questions: l = [], contactCard: n, b
1648
1652
  target: n.cta.target,
1649
1653
  leftSection: n.cta.icon,
1650
1654
  size: n.cta.size || "xl",
1651
- color: n.cta.color || "dark"
1655
+ color: n.cta.color || "gray.8"
1652
1656
  }
1653
1657
  ) })
1654
1658
  ]
@@ -1660,16 +1664,16 @@ function Ge({ id: r, subtitle: c, title: a, questions: l = [], contactCard: n, b
1660
1664
  }
1661
1665
  );
1662
1666
  }
1663
- function He({ id: r, title: c, subtitle: a, items: l = [], background: n = "gray" }) {
1667
+ function Ge({ id: r, title: t, subtitle: a, items: l = [], background: n = "gray" }) {
1664
1668
  return /* @__PURE__ */ e(
1665
1669
  I,
1666
1670
  {
1667
1671
  id: r,
1668
1672
  background: n,
1669
- title: c,
1673
+ title: t,
1670
1674
  subtitle: a,
1671
1675
  children: /* @__PURE__ */ e(
1672
- w,
1676
+ v,
1673
1677
  {
1674
1678
  cols: { base: 1, md: l.length > 3 ? 4 : l.length || 3 },
1675
1679
  spacing: "xl",
@@ -1679,7 +1683,7 @@ function He({ id: r, title: c, subtitle: a, items: l = [], background: n = "gray
1679
1683
  p: "xl",
1680
1684
  radius: "0",
1681
1685
  bd: "1px solid var(--mantine-color-gray-2)",
1682
- bg: z("white"),
1686
+ bg: "white",
1683
1687
  children: /* @__PURE__ */ i(
1684
1688
  p,
1685
1689
  {
@@ -1688,14 +1692,14 @@ function He({ id: r, title: c, subtitle: a, items: l = [], background: n = "gray
1688
1692
  h: "100%",
1689
1693
  children: [
1690
1694
  /* @__PURE__ */ e(
1691
- ce,
1695
+ te,
1692
1696
  {
1693
1697
  size: 32,
1694
1698
  color: "var(--mantine-color-gray-3)"
1695
1699
  }
1696
1700
  ),
1697
1701
  /* @__PURE__ */ i(
1698
- t,
1702
+ c,
1699
1703
  {
1700
1704
  size: "lg",
1701
1705
  c: "gray.7",
@@ -1716,7 +1720,7 @@ function He({ id: r, title: c, subtitle: a, items: l = [], background: n = "gray
1716
1720
  mt: "xl",
1717
1721
  children: [
1718
1722
  /* @__PURE__ */ e(
1719
- ie,
1723
+ le,
1720
1724
  {
1721
1725
  size: "md",
1722
1726
  radius: "0",
@@ -1727,7 +1731,7 @@ function He({ id: r, title: c, subtitle: a, items: l = [], background: n = "gray
1727
1731
  ),
1728
1732
  /* @__PURE__ */ i(p, { gap: 0, children: [
1729
1733
  /* @__PURE__ */ e(
1730
- t,
1734
+ c,
1731
1735
  {
1732
1736
  size: "sm",
1733
1737
  fw: 900,
@@ -1735,7 +1739,7 @@ function He({ id: r, title: c, subtitle: a, items: l = [], background: n = "gray
1735
1739
  }
1736
1740
  ),
1737
1741
  /* @__PURE__ */ e(
1738
- t,
1742
+ c,
1739
1743
  {
1740
1744
  size: "xs",
1741
1745
  fw: 800,
@@ -1760,7 +1764,7 @@ function He({ id: r, title: c, subtitle: a, items: l = [], background: n = "gray
1760
1764
  }
1761
1765
  );
1762
1766
  }
1763
- function me({ id: r, title: c, description: a, cta: l, background: n = "gray" }) {
1767
+ function ge({ id: r, title: t, description: a, cta: l, background: n = "gray" }) {
1764
1768
  return /* @__PURE__ */ e(
1765
1769
  I,
1766
1770
  {
@@ -1771,10 +1775,10 @@ function me({ id: r, title: c, description: a, cta: l, background: n = "gray" })
1771
1775
  x,
1772
1776
  {
1773
1777
  p: { base: "xl", sm: 80 },
1774
- bg: z("white"),
1778
+ bg: "white",
1775
1779
  radius: "0",
1776
1780
  bd: "1px solid var(--mantine-color-gray-2)",
1777
- style: { borderTop: "4px solid var(--mantine-color-gray-9)" },
1781
+ style: { borderTop: "4px solid var(--mantine-color-gray-2)" },
1778
1782
  children: /* @__PURE__ */ i(
1779
1783
  p,
1780
1784
  {
@@ -1782,19 +1786,19 @@ function me({ id: r, title: c, description: a, cta: l, background: n = "gray" })
1782
1786
  ta: "center",
1783
1787
  gap: "xl",
1784
1788
  children: [
1785
- c && /* @__PURE__ */ e(
1786
- t,
1789
+ t && /* @__PURE__ */ e(
1790
+ c,
1787
1791
  {
1788
1792
  fz: "var(--fz-section-title)",
1789
1793
  fw: 900,
1790
1794
  lh: 1.2,
1791
1795
  ls: "-0.04em",
1792
1796
  maw: 700,
1793
- children: c
1797
+ children: t
1794
1798
  }
1795
1799
  ),
1796
1800
  a && /* @__PURE__ */ e(
1797
- t,
1801
+ c,
1798
1802
  {
1799
1803
  c: "gray.7",
1800
1804
  size: "xl",
@@ -1821,33 +1825,52 @@ function me({ id: r, title: c, description: a, cta: l, background: n = "gray" })
1821
1825
  }
1822
1826
  );
1823
1827
  }
1824
- const Ne = me;
1825
- function pe({
1826
- text: r = "Selo Exclusivo RiLiGar",
1827
- color: c = "green.6",
1828
- background: a = "gray"
1829
- }) {
1830
- const l = z(a);
1828
+ const He = ge;
1829
+ function me({ text: r = "Selo Exclusivo RiLiGar", color: t = "green.6", background: a = "gray" }) {
1830
+ const l = F(a);
1831
1831
  return /* @__PURE__ */ e(
1832
1832
  y,
1833
1833
  {
1834
1834
  p: "xs",
1835
1835
  bg: l,
1836
1836
  style: {
1837
- borderRadius: "8px",
1838
1837
  border: "1px solid var(--mantine-color-gray-2)",
1839
1838
  display: "inline-block"
1840
1839
  },
1841
1840
  children: /* @__PURE__ */ i(f, { gap: "xs", children: [
1842
- /* @__PURE__ */ e(T, { color: c, variant: "light", size: "sm", radius: "xl", children: /* @__PURE__ */ e(oe, { size: 14, "aria-hidden": "true" }) }),
1843
- /* @__PURE__ */ e(t, { size: "xs", fw: 700, c: "gray.7", tt: "uppercase", lts: 0.5, children: r })
1841
+ /* @__PURE__ */ e(
1842
+ T,
1843
+ {
1844
+ color: t,
1845
+ variant: "light",
1846
+ size: "sm",
1847
+ children: /* @__PURE__ */ e(
1848
+ ce,
1849
+ {
1850
+ size: 14,
1851
+ "aria-hidden": "true"
1852
+ }
1853
+ )
1854
+ }
1855
+ ),
1856
+ /* @__PURE__ */ e(
1857
+ c,
1858
+ {
1859
+ size: "xs",
1860
+ fw: 700,
1861
+ c: "gray.7",
1862
+ tt: "uppercase",
1863
+ lts: 0.5,
1864
+ children: r
1865
+ }
1866
+ )
1844
1867
  ] })
1845
1868
  }
1846
1869
  );
1847
1870
  }
1848
- const Ve = pe;
1849
- function We({ logo: r, description: c, sections: a = [], socialLinks: l = [], copyrightText: n, madeByText: o, background: h = "white" }) {
1850
- const d = z(h);
1871
+ const Ne = me;
1872
+ function Ve({ logo: r, description: t, sections: a = [], socialLinks: l = [], copyrightText: n, madeByText: o, background: h = "white" }) {
1873
+ const d = F(h);
1851
1874
  return /* @__PURE__ */ e(
1852
1875
  y,
1853
1876
  {
@@ -1855,9 +1878,9 @@ function We({ logo: r, description: c, sections: a = [], socialLinks: l = [], co
1855
1878
  py: "xl",
1856
1879
  bg: d,
1857
1880
  bd: { top: "1px solid var(--mantine-color-gray-2)" },
1858
- children: /* @__PURE__ */ i(E, { size: "xl", children: [
1881
+ children: /* @__PURE__ */ i(j, { size: "xl", children: [
1859
1882
  /* @__PURE__ */ i(
1860
- w,
1883
+ v,
1861
1884
  {
1862
1885
  cols: { base: 1, sm: 2 },
1863
1886
  spacing: "xl",
@@ -1872,19 +1895,19 @@ function We({ logo: r, description: c, sections: a = [], socialLinks: l = [], co
1872
1895
  style: { objectFit: "contain", objectPosition: "left" }
1873
1896
  }
1874
1897
  ),
1875
- c && /* @__PURE__ */ e(
1876
- t,
1898
+ t && /* @__PURE__ */ e(
1899
+ c,
1877
1900
  {
1878
1901
  size: "md",
1879
1902
  c: "gray.6",
1880
1903
  lh: 1.6,
1881
1904
  maw: 400,
1882
- children: c
1905
+ children: t
1883
1906
  }
1884
1907
  )
1885
1908
  ] }),
1886
1909
  /* @__PURE__ */ i(
1887
- w,
1910
+ v,
1888
1911
  {
1889
1912
  cols: {
1890
1913
  base: 2,
@@ -1898,7 +1921,7 @@ function We({ logo: r, description: c, sections: a = [], socialLinks: l = [], co
1898
1921
  gap: "md",
1899
1922
  children: [
1900
1923
  /* @__PURE__ */ e(
1901
- t,
1924
+ c,
1902
1925
  {
1903
1926
  fw: 900,
1904
1927
  size: "xs",
@@ -1908,7 +1931,7 @@ function We({ logo: r, description: c, sections: a = [], socialLinks: l = [], co
1908
1931
  }
1909
1932
  ),
1910
1933
  /* @__PURE__ */ e(p, { gap: "xs", children: m.links.map((g, u) => /* @__PURE__ */ e(
1911
- ne,
1934
+ ie,
1912
1935
  {
1913
1936
  c: "gray.6",
1914
1937
  size: "sm",
@@ -1926,7 +1949,7 @@ function We({ logo: r, description: c, sections: a = [], socialLinks: l = [], co
1926
1949
  )),
1927
1950
  l && l.length > 0 && /* @__PURE__ */ i(p, { gap: "md", children: [
1928
1951
  /* @__PURE__ */ e(
1929
- t,
1952
+ c,
1930
1953
  {
1931
1954
  fw: 900,
1932
1955
  size: "xs",
@@ -1936,7 +1959,7 @@ function We({ logo: r, description: c, sections: a = [], socialLinks: l = [], co
1936
1959
  }
1937
1960
  ),
1938
1961
  /* @__PURE__ */ e(f, { gap: "xs", children: l.map((m, s) => /* @__PURE__ */ e(
1939
- ae,
1962
+ ne,
1940
1963
  {
1941
1964
  size: "md",
1942
1965
  variant: "subtle",
@@ -1973,7 +1996,7 @@ function We({ logo: r, description: c, sections: a = [], socialLinks: l = [], co
1973
1996
  gap: "sm",
1974
1997
  children: [
1975
1998
  /* @__PURE__ */ e(
1976
- t,
1999
+ c,
1977
2000
  {
1978
2001
  size: "xs",
1979
2002
  fw: 800,
@@ -1984,7 +2007,7 @@ function We({ logo: r, description: c, sections: a = [], socialLinks: l = [], co
1984
2007
  }
1985
2008
  ),
1986
2009
  o && /* @__PURE__ */ e(f, { gap: "sm", children: /* @__PURE__ */ e(
1987
- t,
2010
+ c,
1988
2011
  {
1989
2012
  size: "xs",
1990
2013
  fw: 800,
@@ -2002,27 +2025,27 @@ function We({ logo: r, description: c, sections: a = [], socialLinks: l = [], co
2002
2025
  );
2003
2026
  }
2004
2027
  export {
2005
- me as CTABanner,
2028
+ ge as CTABanner,
2006
2029
  P as CTAButton,
2007
- ke as Comparison,
2008
- Ge as FAQ,
2009
- Ee as FeatureSplit,
2010
- Me as FeaturesGrid,
2011
- We as Footer,
2012
- de as Header,
2013
- Ce as Hero,
2014
- De as Layout,
2015
- J as MediaBlock,
2030
+ Ee as Comparison,
2031
+ Re as FAQ,
2032
+ je as FeatureSplit,
2033
+ ke as FeaturesGrid,
2034
+ Ve as Footer,
2035
+ se as Header,
2036
+ De as Hero,
2037
+ Pe as Layout,
2038
+ Q as MediaBlock,
2016
2039
  Ae as Navbar,
2017
- Re as Pricing,
2018
- Pe as SECTION_BACKGROUNDS,
2019
- Ne as SecondaryCTA,
2040
+ Me as Pricing,
2041
+ Te as SECTION_BACKGROUNDS,
2042
+ He as SecondaryCTA,
2020
2043
  I as Section,
2021
- Q as SectionHeader,
2022
- Ve as SeloExclusivo,
2023
- je as SocialProof,
2024
- He as Testimonials,
2025
- pe as TrustBadge,
2026
- z as resolveBackground,
2027
- Te as theme
2044
+ _ as SectionHeader,
2045
+ Ne as SeloExclusivo,
2046
+ Ce as SocialProof,
2047
+ Ge as Testimonials,
2048
+ me as TrustBadge,
2049
+ F as resolveBackground,
2050
+ Be as theme
2028
2051
  };