prisma-goat 0.4.1 → 0.4.2

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.
@@ -237,7 +237,7 @@ const _g = oA(
237
237
  small: "px-4 py-1.5 text-xs",
238
238
  medium: "px-6 py-2.5 text-base",
239
239
  large: "px-8 py-3 text-lg"
240
- }, l = () => C === "home" ? /* @__PURE__ */ s(VB, { className: "w-5 h-5" }) : C === "Left" ? /* @__PURE__ */ s(lB, { className: "w-5 h-5" }) : C === "right" ? /* @__PURE__ */ s(GB, { className: "w-5 h-5" }) : C === "save" ? /* @__PURE__ */ s(kB, { className: "w-5 h-5" }) : C === "more" ? /* @__PURE__ */ s(uB, { className: "w-5 h-5" }) : C === "update" ? /* @__PURE__ */ s(yB, { className: "w-5 h-5" }) : C === "attach" ? /* @__PURE__ */ s(fB, { className: "w-5 h-5" }) : C === "send" ? /* @__PURE__ */ s(pB, { className: "w-5 h-5" }) : C === "delete" ? /* @__PURE__ */ s(aB, { className: "w-5 h-5" }) : C === "edit" ? /* @__PURE__ */ s(cB, { className: "w-5 h-5" }) : C === "login" ? /* @__PURE__ */ s(RB, { className: "w-5 h-5" }) : C === "reset" ? /* @__PURE__ */ s(YB, { className: "w-5 h-5" }) : C === "add" ? /* @__PURE__ */ s(mB, { className: "w-5 h-5" }) : C === "exit" ? /* @__PURE__ */ s(KB, { className: "w-5 h-5" }) : C === "off" ? /* @__PURE__ */ s(qB, { className: "w-5 h-5" }) : C === "calculator" ? /* @__PURE__ */ s(ZB, { className: "w-5 h-5" }) : C === "list" ? /* @__PURE__ */ s(UB, { className: "w-5 h-5" }) : C === "futbol" ? /* @__PURE__ */ s(dB, { className: "w-5 h-5" }) : null, y = /* @__PURE__ */ s(
240
+ }, G = () => C === "home" ? /* @__PURE__ */ s(VB, { className: "w-5 h-5" }) : C === "Left" ? /* @__PURE__ */ s(lB, { className: "w-5 h-5" }) : C === "right" ? /* @__PURE__ */ s(GB, { className: "w-5 h-5" }) : C === "save" ? /* @__PURE__ */ s(kB, { className: "w-5 h-5" }) : C === "more" ? /* @__PURE__ */ s(uB, { className: "w-5 h-5" }) : C === "update" ? /* @__PURE__ */ s(yB, { className: "w-5 h-5" }) : C === "attach" ? /* @__PURE__ */ s(fB, { className: "w-5 h-5" }) : C === "send" ? /* @__PURE__ */ s(pB, { className: "w-5 h-5" }) : C === "delete" ? /* @__PURE__ */ s(aB, { className: "w-5 h-5" }) : C === "edit" ? /* @__PURE__ */ s(cB, { className: "w-5 h-5" }) : C === "login" ? /* @__PURE__ */ s(RB, { className: "w-5 h-5" }) : C === "reset" ? /* @__PURE__ */ s(YB, { className: "w-5 h-5" }) : C === "add" ? /* @__PURE__ */ s(mB, { className: "w-5 h-5" }) : C === "exit" ? /* @__PURE__ */ s(KB, { className: "w-5 h-5" }) : C === "off" ? /* @__PURE__ */ s(qB, { className: "w-5 h-5" }) : C === "calculator" ? /* @__PURE__ */ s(ZB, { className: "w-5 h-5" }) : C === "list" ? /* @__PURE__ */ s(UB, { className: "w-5 h-5" }) : C === "futbol" ? /* @__PURE__ */ s(dB, { className: "w-5 h-5" }) : null, Y = /* @__PURE__ */ s(
241
241
  "div",
242
242
  {
243
243
  className: z(
@@ -245,9 +245,9 @@ const _g = oA(
245
245
  A === "secondary" ? "border-[#1F2937]" : "border-white"
246
246
  )
247
247
  }
248
- ), V = () => x.isValidElement(t) ? x.cloneElement(t, { className: "w-5 h-5" }) : l(), G = i || g;
248
+ ), V = () => x.isValidElement(t) ? x.cloneElement(t, { className: "w-5 h-5" }) : G(), l = i || g;
249
249
  return tA(() => {
250
- const Y = (k) => {
250
+ const y = (k) => {
251
251
  if (w && k.key === "Enter" && !e && I) {
252
252
  const U = new MouseEvent("click", {
253
253
  bubbles: !0,
@@ -257,8 +257,8 @@ const _g = oA(
257
257
  I(U);
258
258
  }
259
259
  };
260
- return window.addEventListener("keydown", Y), () => {
261
- window.removeEventListener("keydown", Y);
260
+ return window.addEventListener("keydown", y), () => {
261
+ window.removeEventListener("keydown", y);
262
262
  };
263
263
  }, [w, I, e]), /* @__PURE__ */ Z(
264
264
  "button",
@@ -279,11 +279,11 @@ const _g = oA(
279
279
  onClick: I,
280
280
  ...E,
281
281
  children: [
282
- M && D === "left" && /* @__PURE__ */ s("span", { className: "mr-2", children: y }),
282
+ M && D === "left" && /* @__PURE__ */ s("span", { className: "mr-2", children: Y }),
283
283
  Q === "left" && /* @__PURE__ */ s("span", { className: "mr-2", children: V() }),
284
- G,
284
+ l,
285
285
  Q === "right" && /* @__PURE__ */ s("span", { className: "ml-2", children: V() }),
286
- M && D === "right" && /* @__PURE__ */ s("span", { className: "ml-2", children: y })
286
+ M && D === "right" && /* @__PURE__ */ s("span", { className: "ml-2", children: Y })
287
287
  ]
288
288
  }
289
289
  );
@@ -527,44 +527,44 @@ const kA = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAEZQAAApUCAYAAACv3FolAA
527
527
  login: r = !1,
528
528
  variantIndicator: c = "primary",
529
529
  backgroundIndicator: a = "black",
530
- logoGoatDataIndicator: l = "logoRed",
531
- imgLoadingIndicator: y = "",
530
+ logoGoatDataIndicator: G = "logoRed",
531
+ imgLoadingIndicator: Y = "",
532
532
  strokeWidthIndicator: V = "10",
533
- ...G
534
- }, Y) => {
533
+ ...l
534
+ }, y) => {
535
535
  var h, nA, j, RA;
536
- const [k, U] = F(!1), [u, q] = F(!1), [b, IA] = F(!1), [UA, GA] = F(null), [SA, XA] = F(null), P = eA(null), $ = () => U(!k), aA = () => q(!u), EA = () => q(!1);
536
+ const [k, U] = F(!1), [m, q] = F(!1), [b, IA] = F(!1), [UA, GA] = F(null), [SA, XA] = F(null), P = eA(null), $ = () => U(!k), aA = () => q(!m), EA = () => q(!1);
537
537
  tA(() => {
538
538
  if (typeof window < "u" && (C != null && C.events)) {
539
- const m = () => {
539
+ const u = () => {
540
540
  IA(!0);
541
541
  }, K = () => {
542
542
  IA(!1);
543
543
  };
544
- return C.events.on("routeChangeStart", m), C.events.on("routeChangeComplete", K), C.events.on("routeChangeError", K), () => {
545
- C.events.off("routeChangeStart", m), C.events.off("routeChangeComplete", K), C.events.off("routeChangeError", K);
544
+ return C.events.on("routeChangeStart", u), C.events.on("routeChangeComplete", K), C.events.on("routeChangeError", K), () => {
545
+ C.events.off("routeChangeStart", u), C.events.off("routeChangeComplete", K), C.events.off("routeChangeError", K);
546
546
  };
547
547
  }
548
548
  }, [C]);
549
- const Eg = (m, K) => {
550
- m.subItems && m.subItems.length > 0 ? GA((MA) => MA === K ? -1 : K) : m.link && C && C.push(m.link);
551
- }, Pg = (m, K) => {
552
- m.subItems && m.subItems.length > 0 ? GA((MA) => MA === K ? -1 : K) : m.link && C && (C.push(m.link), U(!1));
553
- }, NA = (m, K) => {
554
- GA((MA) => MA === K ? -1 : K), m.link && C && C.push(m.link);
555
- }, ng = (m) => {
556
- m.link && C && (C.push(m.link), EA());
557
- }, d = (m) => {
558
- m.link && C && (C.push(m.link), U(!1));
549
+ const Eg = (u, K) => {
550
+ u.subItems && u.subItems.length > 0 ? GA((MA) => MA === K ? -1 : K) : u.link && C && C.push(u.link);
551
+ }, Pg = (u, K) => {
552
+ u.subItems && u.subItems.length > 0 ? GA((MA) => MA === K ? -1 : K) : u.link && C && (C.push(u.link), U(!1));
553
+ }, NA = (u, K) => {
554
+ GA((MA) => MA === K ? -1 : K), u.link && C && C.push(u.link);
555
+ }, ng = (u) => {
556
+ u.link && C && (C.push(u.link), EA());
557
+ }, d = (u) => {
558
+ u.link && C && (C.push(u.link), U(!1));
559
559
  };
560
560
  return tA(() => {
561
- const m = (K) => {
561
+ const u = (K) => {
562
562
  P.current && !P.current.contains(K.target) && EA();
563
563
  };
564
- return u && document.addEventListener("mousedown", m), () => {
565
- document.removeEventListener("mousedown", m);
564
+ return m && document.addEventListener("mousedown", u), () => {
565
+ document.removeEventListener("mousedown", u);
566
566
  };
567
- }, [u]), /* @__PURE__ */ Z("nav", { ref: Y, ...G, className: `fixed top-0 left-0 right-0 z-10 ${QA[A]}`, children: [
567
+ }, [m]), /* @__PURE__ */ Z("nav", { ref: y, ...l, className: `fixed top-0 left-0 right-0 z-10 ${QA[A]}`, children: [
568
568
  /* @__PURE__ */ s("div", { className: "mx-auto max-w-7xl px-2 sm:px-6 lg:px-8", children: /* @__PURE__ */ Z("div", { className: "relative flex h-16 items-center justify-between", children: [
569
569
  /* @__PURE__ */ s("div", { className: "absolute inset-y-0 left-0 flex items-center sm:hidden", children: /* @__PURE__ */ s("button", { className: `menu ${k ? A === "secondary" ? "openedark" : "opened" : ""}`, onClick: $, "aria-label": "Main Menu", children: /* @__PURE__ */ Z("svg", { width: "45", height: "45", viewBox: "0 0 100 100", style: { fill: "#f9f8f8 !important" }, children: [
570
570
  /* @__PURE__ */ s("path", { className: A === "secondary" ? "linedark linedark1" : "line line1", d: "M 20,29.000046 H 80.000231 C 80.000231,29.000046 94.498839,28.817352 94.532987,66.711331 94.543142,77.980673 90.966081,81.670246 85.259173,81.668997 79.552261,81.667751 75.000211,74.999942 75.000211,74.999942 L 25.000021,25.000058" }),
@@ -594,7 +594,7 @@ const kA = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAEZQAAApUCAYAAACv3FolAA
594
594
  (!e || e.trim() === "") && /* @__PURE__ */ s("div", { className: `${PA[A]}`, style: { fontSize: "10px", letterSpacing: "4px" }, children: "DATA" })
595
595
  ] }),
596
596
  /* @__PURE__ */ Z("div", { className: "hidden sm:ml-6 sm:block", children: [
597
- /* @__PURE__ */ s("div", { className: `flex space-x-4 ${e && e.trim() !== "" ? "mt-0" : "mt-2"}`, children: M.map((m, K) => {
597
+ /* @__PURE__ */ s("div", { className: `flex space-x-4 ${e && e.trim() !== "" ? "mt-0" : "mt-2"}`, children: M.map((u, K) => {
598
598
  var MA;
599
599
  return /* @__PURE__ */ Z("div", { className: "relative group", children: [
600
600
  /* @__PURE__ */ s(
@@ -603,29 +603,29 @@ const kA = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAEZQAAApUCAYAAACv3FolAA
603
603
  type: "button",
604
604
  className: z(
605
605
  "flex items-center justify-center px-4 py-2 text-sm cursor-pointer rounded-md transition duration-300 focus:outline-none focus:ring-2 focus:ring-offset-2",
606
- Q === m.link || (MA = m.subItems) != null && MA.some((X) => X.link === Q) ? BA[A] : "",
606
+ Q === u.link || (MA = u.subItems) != null && MA.some((X) => X.link === Q) ? BA[A] : "",
607
607
  H[A],
608
608
  wA[A],
609
- Q === m.link ? A === "secondary" || A === "primary" || A === "darkMagenta" || A === "veryDarkViolet" || A === "success" ? "text-custom-red" : "text-custom-blue" : A === "primary" || A === "vividPink" || A === "darkMagenta" || A === "veryDarkViolet" || A === "danger" || A === "warning" || A === "success" ? "text-white" : "text-custom-blue",
610
- Q === m.link ? "font-semibold" : "font-normal"
609
+ Q === u.link ? A === "secondary" || A === "primary" || A === "darkMagenta" || A === "veryDarkViolet" || A === "success" ? "text-custom-red" : "text-custom-blue" : A === "primary" || A === "vividPink" || A === "darkMagenta" || A === "veryDarkViolet" || A === "danger" || A === "warning" || A === "success" ? "text-white" : "text-custom-blue",
610
+ Q === u.link ? "font-semibold" : "font-normal"
611
611
  ),
612
- onClick: () => Eg(m, K),
612
+ onClick: () => Eg(u, K),
613
613
  onMouseEnter: () => XA(K),
614
614
  onMouseLeave: () => XA(null),
615
- children: m.label
615
+ children: u.label
616
616
  }
617
617
  ),
618
- SA === K && m.description && m.description.trim() !== "" && /* @__PURE__ */ Z(
618
+ SA === K && u.description && u.description.trim() !== "" && /* @__PURE__ */ Z(
619
619
  "div",
620
620
  {
621
621
  style: { border: `1px ${Ag[A]} solid`, maxWidth: "260px" },
622
622
  className: `absolute top-full left-1/2 transform -translate-x-1/2 translate-y-2 opacity-0 mt-2 w-max px-4 py-4 text-xs ${PA[A]} ${QA[A]} rounded-md transition-all duration-300 group-hover:opacity-100 group-hover:translate-y-4`,
623
623
  children: [
624
- m.image && m.image.trim() !== "" && /* @__PURE__ */ Z("div", { className: "relative w-full h-24 mb-2", children: [
624
+ u.image && u.image.trim() !== "" && /* @__PURE__ */ Z("div", { className: "relative w-full h-24 mb-2", children: [
625
625
  /* @__PURE__ */ s(
626
626
  "img",
627
627
  {
628
- src: m.image,
628
+ src: u.image,
629
629
  alt: "Tooltip Image",
630
630
  className: "object-cover w-full h-full rounded-t-md opacity-75 hover:opacity-100 transition-opacity duration-300"
631
631
  }
@@ -633,16 +633,16 @@ const kA = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAEZQAAApUCAYAAACv3FolAA
633
633
  /* @__PURE__ */ s("div", { className: "absolute bottom-0 w-full h-8 bg-gradient-to-t from-white/80 to-transparent" })
634
634
  ] }),
635
635
  /* @__PURE__ */ s("div", { className: "absolute top-0 left-1/2 transform -translate-x-1/2 -mt-2 w-0 h-0 border-l-4 border-r-4 border-b-4 border-transparent border-b-gray-800" }),
636
- m.description
636
+ u.description
637
637
  ]
638
638
  }
639
639
  ),
640
- m.subItems && m.subItems.length > 0 && UA === K && /* @__PURE__ */ s(
640
+ u.subItems && u.subItems.length > 0 && UA === K && /* @__PURE__ */ s(
641
641
  "div",
642
642
  {
643
643
  className: `absolute left-0 mt-2 w-48 ${QA[A]} ${yg[A]} rounded-md shadow-lg ring-4 ring-black ring-opacity-5`,
644
644
  role: "menu",
645
- children: m.subItems.map((X, Lg) => /* @__PURE__ */ s(
645
+ children: u.subItems.map((X, Lg) => /* @__PURE__ */ s(
646
646
  "div",
647
647
  {
648
648
  className: z(
@@ -674,7 +674,7 @@ const kA = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAEZQAAApUCAYAAACv3FolAA
674
674
  type: "button",
675
675
  className: `flex rounded-full bg-gray-800 text-sm transition duration-300 focus:outline-none focus:ring-2 ${wA[A]} focus:ring-offset-2`,
676
676
  id: "user-menu-button",
677
- "aria-expanded": u,
677
+ "aria-expanded": m,
678
678
  "aria-haspopup": "true",
679
679
  onClick: aA,
680
680
  children: /* @__PURE__ */ s(
@@ -688,8 +688,8 @@ const kA = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAEZQAAApUCAYAAACv3FolAA
688
688
  src: B.image,
689
689
  alt: "User avatar",
690
690
  className: "rounded-full object-cover w-full h-full",
691
- onError: (m) => {
692
- m.currentTarget.onerror = null, m.currentTarget.src = "";
691
+ onError: (u) => {
692
+ u.currentTarget.onerror = null, u.currentTarget.src = "";
693
693
  }
694
694
  }
695
695
  ) : ((nA = (h = B.name) == null ? void 0 : h.charAt(0)) == null ? void 0 : nA.toUpperCase()) || "?"
@@ -697,26 +697,26 @@ const kA = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAEZQAAApUCAYAAACv3FolAA
697
697
  )
698
698
  }
699
699
  ) }),
700
- u && /* @__PURE__ */ s(
700
+ m && /* @__PURE__ */ s(
701
701
  "div",
702
702
  {
703
703
  ref: P,
704
704
  className: `absolute right-0 mt-2 w-48 ${QA[A]} ${yg[A]} rounded-md shadow-lg ring-4 ring-black ring-opacity-5`,
705
705
  role: "menu",
706
- children: D.map((m, K) => /* @__PURE__ */ s(
706
+ children: D.map((u, K) => /* @__PURE__ */ s(
707
707
  "div",
708
708
  {
709
709
  className: z(
710
710
  "block px-4 py-2 text-sm cursor-pointer",
711
711
  H[A] && `${H[A]}`,
712
- Q === m.link ? BA[A] : "",
713
- Q === m.link ? A === "secondary" || A === "primary" || A === "darkMagenta" || A === "veryDarkViolet" || A === "success" ? "text-custom-red" : "text-custom-blue" : A === "primary" || A === "vividPink" || A === "darkMagenta" || A === "veryDarkViolet" || A === "danger" || A === "warning" || A === "success" ? "text-white" : "text-custom-blue",
714
- Q === m.link ? "font-semibold" : "font-normal"
712
+ Q === u.link ? BA[A] : "",
713
+ Q === u.link ? A === "secondary" || A === "primary" || A === "darkMagenta" || A === "veryDarkViolet" || A === "success" ? "text-custom-red" : "text-custom-blue" : A === "primary" || A === "vividPink" || A === "darkMagenta" || A === "veryDarkViolet" || A === "danger" || A === "warning" || A === "success" ? "text-white" : "text-custom-blue",
714
+ Q === u.link ? "font-semibold" : "font-normal"
715
715
  ),
716
- onClick: m.label === "Cerrar sesion" ? I : () => {
717
- ng(m);
716
+ onClick: u.label === "Cerrar sesion" ? I : () => {
717
+ ng(u);
718
718
  },
719
- children: m.label
719
+ children: u.label
720
720
  },
721
721
  K
722
722
  ))
@@ -743,7 +743,7 @@ const kA = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAEZQAAApUCAYAAACv3FolAA
743
743
  ] })
744
744
  ] }) }),
745
745
  k && /* @__PURE__ */ Z("div", { className: "sm:hidden px-2 pt-2 pb-3 space-y-1", children: [
746
- M.map((m, K) => {
746
+ M.map((u, K) => {
747
747
  var MA;
748
748
  return /* @__PURE__ */ Z("div", { children: [
749
749
  /* @__PURE__ */ s(
@@ -752,17 +752,17 @@ const kA = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAEZQAAApUCAYAAACv3FolAA
752
752
  className: z(
753
753
  `block w-full px-4 py-2 text-base ${H[A]}
754
754
  rounded-md transition duration-300 focus:outline-none focus:ring-2 ${wA[A]} focus:ring-offset-2 text-left`,
755
- Q === m.link || (MA = m.subItems) != null && MA.some((X) => X.link === Q) ? BA[A] : "",
756
- Q === m.link ? A === "secondary" || A === "primary" || A === "darkMagenta" || A === "veryDarkViolet" || A === "success" ? "text-custom-red" : "text-custom-blue" : A === "primary" || A === "vividPink" || A === "darkMagenta" || A === "veryDarkViolet" || A === "danger" || A === "warning" || A === "success" ? "text-white" : "text-custom-blue",
757
- Q === m.link ? "font-semibold" : "font-normal"
755
+ Q === u.link || (MA = u.subItems) != null && MA.some((X) => X.link === Q) ? BA[A] : "",
756
+ Q === u.link ? A === "secondary" || A === "primary" || A === "darkMagenta" || A === "veryDarkViolet" || A === "success" ? "text-custom-red" : "text-custom-blue" : A === "primary" || A === "vividPink" || A === "darkMagenta" || A === "veryDarkViolet" || A === "danger" || A === "warning" || A === "success" ? "text-white" : "text-custom-blue",
757
+ Q === u.link ? "font-semibold" : "font-normal"
758
758
  ),
759
759
  onClick: () => {
760
- Pg(m, K);
760
+ Pg(u, K);
761
761
  },
762
- children: m.label
762
+ children: u.label
763
763
  }
764
764
  ),
765
- m.subItems && m.subItems.length > 0 && UA === K && /* @__PURE__ */ s("div", { className: "pl-4 py-4", children: m.subItems.map((X, Lg) => /* @__PURE__ */ s(
765
+ u.subItems && u.subItems.length > 0 && UA === K && /* @__PURE__ */ s("div", { className: "pl-4 py-4", children: u.subItems.map((X, Lg) => /* @__PURE__ */ s(
766
766
  "button",
767
767
  {
768
768
  className: z(
@@ -773,7 +773,7 @@ const kA = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAEZQAAApUCAYAAACv3FolAA
773
773
  Q === X.link ? "font-semibold" : "font-normal"
774
774
  ),
775
775
  onClick: () => {
776
- NA(m, K), U(!1);
776
+ NA(u, K), U(!1);
777
777
  },
778
778
  children: X.label
779
779
  },
@@ -803,8 +803,8 @@ const kA = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAEZQAAApUCAYAAACv3FolAA
803
803
  src: B.image,
804
804
  alt: "User avatar",
805
805
  className: "rounded-full object-cover w-full h-full",
806
- onError: (m) => {
807
- m.currentTarget.onerror = null, m.currentTarget.src = "";
806
+ onError: (u) => {
807
+ u.currentTarget.onerror = null, u.currentTarget.src = "";
808
808
  }
809
809
  }
810
810
  ) : ((RA = (j = B.name) == null ? void 0 : j.charAt(0)) == null ? void 0 : RA.toUpperCase()) || "?"
@@ -814,18 +814,18 @@ const kA = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAEZQAAApUCAYAAACv3FolAA
814
814
  ),
815
815
  /* @__PURE__ */ s("div", { className: `block w-full px-4 py-4 ${PA[A]} text-left`, children: B.name })
816
816
  ] }),
817
- D.map((m, K) => /* @__PURE__ */ s(
817
+ D.map((u, K) => /* @__PURE__ */ s(
818
818
  "button",
819
819
  {
820
820
  className: z(
821
821
  `block w-full px-4 py-2 text-base ${H[A]}
822
822
  rounded-md transition duration-300 focus:outline-none focus:ring-2 ${wA[A]} focus:ring-offset-2 text-left`,
823
- Q === m.link ? BA[A] : "",
824
- Q === m.link ? A === "secondary" || A === "primary" || A === "darkMagenta" || A === "veryDarkViolet" || A === "success" ? "text-custom-red" : "text-custom-blue" : A === "primary" || A === "vividPink" || A === "darkMagenta" || A === "veryDarkViolet" || A === "danger" || A === "warning" || A === "success" ? "text-white" : "text-custom-blue",
825
- Q === m.link ? "font-semibold" : "font-normal"
823
+ Q === u.link ? BA[A] : "",
824
+ Q === u.link ? A === "secondary" || A === "primary" || A === "darkMagenta" || A === "veryDarkViolet" || A === "success" ? "text-custom-red" : "text-custom-blue" : A === "primary" || A === "vividPink" || A === "darkMagenta" || A === "veryDarkViolet" || A === "danger" || A === "warning" || A === "success" ? "text-white" : "text-custom-blue",
825
+ Q === u.link ? "font-semibold" : "font-normal"
826
826
  ),
827
- onClick: m.label === "Cerrar sesion" ? I : () => d(m),
828
- children: m.label
827
+ onClick: u.label === "Cerrar sesion" ? I : () => d(u),
828
+ children: u.label
829
829
  },
830
830
  K
831
831
  ))
@@ -852,8 +852,8 @@ const kA = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAEZQAAApUCAYAAACv3FolAA
852
852
  {
853
853
  variant: c,
854
854
  background: a,
855
- logoGoatData: l,
856
- imgLoading: y,
855
+ logoGoatData: G,
856
+ imgLoading: Y,
857
857
  strokeWidth: V
858
858
  }
859
859
  )
@@ -974,17 +974,17 @@ const Se = oA(
974
974
  imgLoadingIndicator: r = "",
975
975
  strokeWidthIndicator: c = "10",
976
976
  handleLogout: a,
977
- toggleTheme: l,
978
- toggeInstallApp: y,
977
+ toggleTheme: G,
978
+ toggeInstallApp: Y,
979
979
  ...V
980
- }, G) => {
980
+ }, l) => {
981
981
  var NA, ng;
982
- const [Y, k] = F(!0), [U, u] = F(null), [q, b] = F(!1), [IA, UA] = F(null), [GA, SA] = F(!1), XA = eA(null), P = () => b(!q), $ = () => b(!1), aA = () => {
982
+ const [y, k] = F(!0), [U, m] = F(null), [q, b] = F(!1), [IA, UA] = F(null), [GA, SA] = F(!1), XA = eA(null), P = () => b(!q), $ = () => b(!1), aA = () => {
983
983
  k((d) => !d);
984
984
  }, EA = (d, h) => {
985
- d.subItems && d.subItems.length > 0 ? u((nA) => nA === h ? -1 : h) : d.link && Q && Q.push(d.link);
985
+ d.subItems && d.subItems.length > 0 ? m((nA) => nA === h ? -1 : h) : d.link && Q && Q.push(d.link);
986
986
  }, Eg = (d, h) => {
987
- u((nA) => nA === h ? -1 : h), d.link && Q && Q.push(d.link);
987
+ m((nA) => nA === h ? -1 : h), d.link && Q && Q.push(d.link);
988
988
  }, Pg = (d) => {
989
989
  d.link && Q && (Q.push(d.link), $());
990
990
  };
@@ -1002,9 +1002,9 @@ const Se = oA(
1002
1002
  }, [Q]), /* @__PURE__ */ Z(
1003
1003
  "div",
1004
1004
  {
1005
- ref: G,
1005
+ ref: l,
1006
1006
  ...V,
1007
- style: { width: Y ? "250px" : "70px" },
1007
+ style: { width: y ? "250px" : "70px" },
1008
1008
  className: z(
1009
1009
  `fixed top-0 left-0 h-full ${QA[B]} text-white shadow-lg transition-all z-50`,
1010
1010
  M
@@ -1025,18 +1025,18 @@ const Se = oA(
1025
1025
  {
1026
1026
  alt: "logo",
1027
1027
  className: "hidden lg:block",
1028
- style: { height: e && e.trim() !== "" ? e : Y ? "70px" : "", width: w && w.trim() !== "" ? w : Y ? "110px" : "40px" },
1029
- src: D && D.trim() !== "" ? D : B === "secondary" ? Y ? kA : JB : Y ? "https://goatdata.com.ar/images/logogoatblanco.png" : hB
1028
+ style: { height: e && e.trim() !== "" ? e : y ? "70px" : "", width: w && w.trim() !== "" ? w : y ? "110px" : "40px" },
1029
+ src: D && D.trim() !== "" ? D : B === "secondary" ? y ? kA : JB : y ? "https://goatdata.com.ar/images/logogoatblanco.png" : hB
1030
1030
  }
1031
1031
  ),
1032
- (!D || D.trim() === "") && /* @__PURE__ */ s("div", { className: `${PA[B]} ${Y ? "" : "lock w-auto lg:hidden"}`, style: { fontSize: Y ? "12px" : "8px", letterSpacing: "4px" }, children: "DATA" })
1032
+ (!D || D.trim() === "") && /* @__PURE__ */ s("div", { className: `${PA[B]} ${y ? "" : "lock w-auto lg:hidden"}`, style: { fontSize: y ? "12px" : "8px", letterSpacing: "4px" }, children: "DATA" })
1033
1033
  ] }),
1034
1034
  /* @__PURE__ */ s(
1035
1035
  "button",
1036
1036
  {
1037
1037
  onClick: aA,
1038
1038
  className: `absolute -right-3 transform -translate-y-1/2 p-1 rounded-full shadow-md ${be[B]} focus:outline-none`,
1039
- children: Y ? /* @__PURE__ */ s(Je, { size: 20 }) : /* @__PURE__ */ s(he, { size: 20 })
1039
+ children: y ? /* @__PURE__ */ s(Je, { size: 20 }) : /* @__PURE__ */ s(he, { size: 20 })
1040
1040
  }
1041
1041
  ),
1042
1042
  /* @__PURE__ */ s("div", { style: { marginLeft: "20px", marginRight: "20px", border: `1px ${Ag[B]} solid`, marginTop: "14px" } }),
@@ -1049,7 +1049,7 @@ const Se = oA(
1049
1049
  {
1050
1050
  type: "button",
1051
1051
  className: z(
1052
- `flex items-center justify-start w-full ${Y ? "px-4" : ""} ${Y ? "py-2" : ""} text-sm cursor-pointer rounded-md transition duration-300 focus:outline-none focus:ring-2 focus:ring-offset-2`,
1052
+ `flex items-center justify-start w-full ${y ? "px-4" : ""} ${y ? "py-2" : ""} text-sm cursor-pointer rounded-md transition duration-300 focus:outline-none focus:ring-2 focus:ring-offset-2`,
1053
1053
  H[B],
1054
1054
  wA[B],
1055
1055
  t === d.link || (nA = d.subItems) != null && nA.some((j) => j.link === t) ? BA[B] : "",
@@ -1065,19 +1065,19 @@ const Se = oA(
1065
1065
  (d == null ? void 0 : d.icon) && /* @__PURE__ */ s(
1066
1066
  "div",
1067
1067
  {
1068
- className: `flex ${Y ? "" : "py-2"}`,
1068
+ className: `flex ${y ? "" : "py-2"}`,
1069
1069
  style: {
1070
- marginRight: Y ? "12px" : "0px",
1071
- marginLeft: Y ? "0px" : "6px"
1070
+ marginRight: y ? "12px" : "0px",
1071
+ marginLeft: y ? "0px" : "6px"
1072
1072
  },
1073
1073
  children: /* @__PURE__ */ s(d.icon, { className: "w-6 h-6" })
1074
1074
  }
1075
1075
  ),
1076
- /* @__PURE__ */ s("span", { className: `${Y ? "block" : "hidden"}`, children: d.label })
1076
+ /* @__PURE__ */ s("span", { className: `${y ? "block" : "hidden"}`, children: d.label })
1077
1077
  ]
1078
1078
  }
1079
1079
  ),
1080
- IA === h && d.description && d.description.trim() !== "" && !Y && /* @__PURE__ */ Z(
1080
+ IA === h && d.description && d.description.trim() !== "" && !y && /* @__PURE__ */ Z(
1081
1081
  "div",
1082
1082
  {
1083
1083
  style: {
@@ -1086,7 +1086,7 @@ const Se = oA(
1086
1086
  },
1087
1087
  className: z(
1088
1088
  "absolute top-1/2 transform -translate-y-1/2 transition-all duration-300 opacity-0 group-hover:opacity-100 rounded-md text-xs px-4 py-2 shadow-lg",
1089
- Y ? "left-full ml-2" : "left-full ml-2 translate-x-2 group-hover:translate-x-4",
1089
+ y ? "left-full ml-2" : "left-full ml-2 translate-x-2 group-hover:translate-x-4",
1090
1090
  PA[B],
1091
1091
  QA[B]
1092
1092
  ),
@@ -1107,7 +1107,7 @@ const Se = oA(
1107
1107
  ]
1108
1108
  }
1109
1109
  ),
1110
- d.subItems && d.subItems.length > 0 && U === h && (Y ? /* @__PURE__ */ s("div", { className: "pl-4 py-4", children: d.subItems.map((j, RA) => /* @__PURE__ */ s(
1110
+ d.subItems && d.subItems.length > 0 && U === h && (y ? /* @__PURE__ */ s("div", { className: "pl-4 py-4", children: d.subItems.map((j, RA) => /* @__PURE__ */ s(
1111
1111
  "button",
1112
1112
  {
1113
1113
  className: z(
@@ -1178,14 +1178,14 @@ const Se = oA(
1178
1178
  )
1179
1179
  }
1180
1180
  ),
1181
- /* @__PURE__ */ s("div", { className: `block w-full px-4 py-4 ${PA[B]} text-left ${Y ? "block" : "hidden"}`, children: C.name }),
1182
- /* @__PURE__ */ s("div", { className: `mr-2 ${Y ? "block" : "hidden"}`, children: /* @__PURE__ */ s(Fe, { size: 20, color: Ag[B] }) })
1181
+ /* @__PURE__ */ s("div", { className: `block w-full px-4 py-4 ${PA[B]} text-left ${y ? "block" : "hidden"}`, children: C.name }),
1182
+ /* @__PURE__ */ s("div", { className: `mr-2 ${y ? "block" : "hidden"}`, children: /* @__PURE__ */ s(Fe, { size: 20, color: Ag[B] }) })
1183
1183
  ] }),
1184
1184
  q && /* @__PURE__ */ s(
1185
1185
  "div",
1186
1186
  {
1187
1187
  ref: XA,
1188
- className: `absolute right-0 ${Y ? "left-56" : "left-14"} bottom-8 mt-2 w-48 ${QA[B]} ${yg[B]} rounded-md shadow-lg ring-4 ring-black ring-opacity-5`,
1188
+ className: `absolute right-0 ${y ? "left-56" : "left-14"} bottom-8 mt-2 w-48 ${QA[B]} ${yg[B]} rounded-md shadow-lg ring-4 ring-black ring-opacity-5`,
1189
1189
  role: "menu",
1190
1190
  children: A.map((d, h) => /* @__PURE__ */ s(
1191
1191
  "div",
@@ -1206,9 +1206,9 @@ const Se = oA(
1206
1206
  ))
1207
1207
  }
1208
1208
  ),
1209
- /* @__PURE__ */ Z("div", { style: { display: "flex", gap: "12px", padding: "0px 20px 0px 10px", flexDirection: Y ? "row" : "column", alignItems: "center" }, children: [
1210
- o && /* @__PURE__ */ s(SD, { variant: B, onClick: y }),
1211
- i && /* @__PURE__ */ s(TD, { variant: B, toggleTheme: l })
1209
+ /* @__PURE__ */ Z("div", { style: { display: "flex", gap: "12px", padding: "0px 20px 0px 10px", flexDirection: y ? "row" : "column", alignItems: "center" }, children: [
1210
+ o && /* @__PURE__ */ s(SD, { variant: B, onClick: Y }),
1211
+ i && /* @__PURE__ */ s(TD, { variant: B, toggleTheme: G })
1212
1212
  ] })
1213
1213
  ] })
1214
1214
  ] }),
@@ -1370,18 +1370,18 @@ function xD(g, A) {
1370
1370
  delta: 0,
1371
1371
  timestamp: 0,
1372
1372
  isProcessing: !1
1373
- }, e = () => B = !0, w = rg.reduce((a, l) => (a[l] = $e(e), a), {}), { read: t, resolveKeyframes: Q, update: C, preRender: i, render: o, postRender: I } = w, E = () => {
1373
+ }, e = () => B = !0, w = rg.reduce((a, G) => (a[G] = $e(e), a), {}), { read: t, resolveKeyframes: Q, update: C, preRender: i, render: o, postRender: I } = w, E = () => {
1374
1374
  const a = performance.now();
1375
1375
  B = !1, D.delta = M ? 1e3 / 60 : Math.max(Math.min(a - D.timestamp, _e), 1), D.timestamp = a, D.isProcessing = !0, t.process(D), Q.process(D), C.process(D), i.process(D), o.process(D), I.process(D), D.isProcessing = !1, B && A && (M = !1, g(E));
1376
1376
  }, n = () => {
1377
1377
  B = !0, M = !0, D.isProcessing || g(E);
1378
1378
  };
1379
- return { schedule: rg.reduce((a, l) => {
1380
- const y = w[l];
1381
- return a[l] = (V, G = !1, Y = !1) => (B || n(), y.schedule(V, G, Y)), a;
1379
+ return { schedule: rg.reduce((a, G) => {
1380
+ const Y = w[G];
1381
+ return a[G] = (V, l = !1, y = !1) => (B || n(), Y.schedule(V, l, y)), a;
1382
1382
  }, {}), cancel: (a) => {
1383
- for (let l = 0; l < rg.length; l++)
1384
- w[rg[l]].cancel(a);
1383
+ for (let G = 0; G < rg.length; G++)
1384
+ w[rg[G]].cancel(a);
1385
1385
  }, state: D, steps: w };
1386
1386
  }
1387
1387
  const { schedule: p, cancel: uA, state: O, steps: Fg } = xD(typeof requestAnimationFrame < "u" ? requestAnimationFrame : W, !0), WD = OA({ strict: !1 }), cM = {
@@ -1728,16 +1728,16 @@ function ct(g, A, B, M) {
1728
1728
  const n = TB(g, I[E]);
1729
1729
  if (n) {
1730
1730
  const { transitionEnd: r, transition: c, ...a } = n;
1731
- for (const l in a) {
1732
- let y = a[l];
1733
- if (Array.isArray(y)) {
1734
- const V = i ? y.length - 1 : 0;
1735
- y = y[V];
1731
+ for (const G in a) {
1732
+ let Y = a[G];
1733
+ if (Array.isArray(Y)) {
1734
+ const V = i ? Y.length - 1 : 0;
1735
+ Y = Y[V];
1736
1736
  }
1737
- y !== null && (D[l] = y);
1737
+ Y !== null && (D[G] = Y);
1738
1738
  }
1739
- for (const l in r)
1740
- D[l] = r[l];
1739
+ for (const G in r)
1740
+ D[G] = r[G];
1741
1741
  }
1742
1742
  }
1743
1743
  }
@@ -3281,41 +3281,41 @@ function Ww(g = J.visualDuration, A = J.bounce) {
3281
3281
  const e = B.keyframes[0], w = B.keyframes[B.keyframes.length - 1], t = { done: !1, value: e }, { stiffness: Q, damping: C, mass: i, duration: o, velocity: I, isResolvedFromDuration: E } = BC({
3282
3282
  ...B,
3283
3283
  velocity: -/* @__PURE__ */ rA(B.velocity || 0)
3284
- }), n = I || 0, r = C / (2 * Math.sqrt(Q * i)), c = w - e, a = /* @__PURE__ */ rA(Math.sqrt(Q / i)), l = Math.abs(c) < 5;
3285
- M || (M = l ? J.restSpeed.granular : J.restSpeed.default), D || (D = l ? J.restDelta.granular : J.restDelta.default);
3286
- let y;
3284
+ }), n = I || 0, r = C / (2 * Math.sqrt(Q * i)), c = w - e, a = /* @__PURE__ */ rA(Math.sqrt(Q / i)), G = Math.abs(c) < 5;
3285
+ M || (M = G ? J.restSpeed.granular : J.restSpeed.default), D || (D = G ? J.restDelta.granular : J.restDelta.default);
3286
+ let Y;
3287
3287
  if (r < 1) {
3288
- const G = iB(a, r);
3289
- y = (Y) => {
3290
- const k = Math.exp(-r * a * Y);
3291
- return w - k * ((n + r * a * c) / G * Math.sin(G * Y) + c * Math.cos(G * Y));
3288
+ const l = iB(a, r);
3289
+ Y = (y) => {
3290
+ const k = Math.exp(-r * a * y);
3291
+ return w - k * ((n + r * a * c) / l * Math.sin(l * y) + c * Math.cos(l * y));
3292
3292
  };
3293
3293
  } else if (r === 1)
3294
- y = (G) => w - Math.exp(-a * G) * (c + (n + a * c) * G);
3294
+ Y = (l) => w - Math.exp(-a * l) * (c + (n + a * c) * l);
3295
3295
  else {
3296
- const G = a * Math.sqrt(r * r - 1);
3297
- y = (Y) => {
3298
- const k = Math.exp(-r * a * Y), U = Math.min(G * Y, 300);
3299
- return w - k * ((n + r * a * c) * Math.sinh(U) + G * c * Math.cosh(U)) / G;
3296
+ const l = a * Math.sqrt(r * r - 1);
3297
+ Y = (y) => {
3298
+ const k = Math.exp(-r * a * y), U = Math.min(l * y, 300);
3299
+ return w - k * ((n + r * a * c) * Math.sinh(U) + l * c * Math.cosh(U)) / l;
3300
3300
  };
3301
3301
  }
3302
3302
  const V = {
3303
3303
  calculatedDuration: E && o || null,
3304
- next: (G) => {
3305
- const Y = y(G);
3304
+ next: (l) => {
3305
+ const y = Y(l);
3306
3306
  if (E)
3307
- t.done = G >= o;
3307
+ t.done = l >= o;
3308
3308
  else {
3309
3309
  let k = 0;
3310
- r < 1 && (k = G === 0 ? /* @__PURE__ */ CA(n) : xw(y, G, Y));
3311
- const U = Math.abs(k) <= M, u = Math.abs(w - Y) <= D;
3312
- t.done = U && u;
3310
+ r < 1 && (k = l === 0 ? /* @__PURE__ */ CA(n) : xw(Y, l, y));
3311
+ const U = Math.abs(k) <= M, m = Math.abs(w - y) <= D;
3312
+ t.done = U && m;
3313
3313
  }
3314
- return t.value = t.done ? w : Y, t;
3314
+ return t.value = t.done ? w : y, t;
3315
3315
  },
3316
3316
  toString: () => {
3317
- const G = Math.min(nw(V), BB), Y = rw((k) => V.next(G * k).value, G, 30);
3318
- return G + "ms " + Y;
3317
+ const l = Math.min(nw(V), BB), y = rw((k) => V.next(l * k).value, l, 30);
3318
+ return l + "ms " + y;
3319
3319
  }
3320
3320
  };
3321
3321
  return V;
@@ -3328,15 +3328,15 @@ function OM({ keyframes: g, velocity: A = 0, power: B = 0.8, timeConstant: M = 3
3328
3328
  let r = B * A;
3329
3329
  const c = o + r, a = w === void 0 ? c : w(c);
3330
3330
  a !== c && (r = a - o);
3331
- const l = (U) => -r * Math.exp(-U / M), y = (U) => a + l(U), V = (U) => {
3332
- const u = l(U), q = y(U);
3333
- I.done = Math.abs(u) <= C, I.value = I.done ? a : q;
3331
+ const G = (U) => -r * Math.exp(-U / M), Y = (U) => a + G(U), V = (U) => {
3332
+ const m = G(U), q = Y(U);
3333
+ I.done = Math.abs(m) <= C, I.value = I.done ? a : q;
3334
3334
  };
3335
- let G, Y;
3335
+ let l, y;
3336
3336
  const k = (U) => {
3337
- E(I.value) && (G = U, Y = Ww({
3337
+ E(I.value) && (l = U, y = Ww({
3338
3338
  keyframes: [I.value, n(I.value)],
3339
- velocity: xw(y, U, I.value),
3339
+ velocity: xw(Y, U, I.value),
3340
3340
  // TODO: This should be passing * 1000
3341
3341
  damping: D,
3342
3342
  stiffness: e,
@@ -3347,8 +3347,8 @@ function OM({ keyframes: g, velocity: A = 0, power: B = 0.8, timeConstant: M = 3
3347
3347
  return k(0), {
3348
3348
  calculatedDuration: null,
3349
3349
  next: (U) => {
3350
- let u = !1;
3351
- return !Y && G === void 0 && (u = !0, V(U), k(U)), G !== void 0 && U >= G ? Y.next(U - G) : (!u && V(U), I);
3350
+ let m = !1;
3351
+ return !y && l === void 0 && (m = !0, V(U), k(U)), l !== void 0 && U >= l ? y.next(U - l) : (!m && V(U), I);
3352
3352
  }
3353
3353
  };
3354
3354
  }
@@ -3507,20 +3507,20 @@ class EM extends Sw {
3507
3507
  return e.next(0);
3508
3508
  const { delay: I, repeat: E, repeatType: n, repeatDelay: r, onUpdate: c } = this.options;
3509
3509
  this.speed > 0 ? this.startTime = Math.min(this.startTime, A) : this.speed < 0 && (this.startTime = Math.min(A - i / this.speed, this.startTime)), B ? this.currentTime = A : this.holdTime !== null ? this.currentTime = this.holdTime : this.currentTime = Math.round(A - this.startTime) * this.speed;
3510
- const a = this.currentTime - I * (this.speed >= 0 ? 1 : -1), l = this.speed >= 0 ? a < 0 : a > i;
3510
+ const a = this.currentTime - I * (this.speed >= 0 ? 1 : -1), G = this.speed >= 0 ? a < 0 : a > i;
3511
3511
  this.currentTime = Math.max(a, 0), this.state === "finished" && this.holdTime === null && (this.currentTime = i);
3512
- let y = this.currentTime, V = e;
3512
+ let Y = this.currentTime, V = e;
3513
3513
  if (E) {
3514
3514
  const U = Math.min(this.currentTime, i) / o;
3515
- let u = Math.floor(U), q = U % 1;
3516
- !q && U >= 1 && (q = 1), q === 1 && u--, u = Math.min(u, E + 1), !!(u % 2) && (n === "reverse" ? (q = 1 - q, r && (q -= r / o)) : n === "mirror" && (V = w)), y = lA(0, 1, q) * o;
3515
+ let m = Math.floor(U), q = U % 1;
3516
+ !q && U >= 1 && (q = 1), q === 1 && m--, m = Math.min(m, E + 1), !!(m % 2) && (n === "reverse" ? (q = 1 - q, r && (q -= r / o)) : n === "mirror" && (V = w)), Y = lA(0, 1, q) * o;
3517
3517
  }
3518
- const G = l ? { done: !1, value: Q[0] } : V.next(y);
3519
- t && (G.value = t(G.value));
3520
- let { done: Y } = G;
3521
- !l && C !== null && (Y = this.speed >= 0 ? this.currentTime >= i : this.currentTime <= 0);
3522
- const k = this.holdTime === null && (this.state === "finished" || this.state === "running" && Y);
3523
- return k && D !== void 0 && (G.value = vg(Q, this.options, D)), c && c(G.value), k && this.finish(), G;
3518
+ const l = G ? { done: !1, value: Q[0] } : V.next(Y);
3519
+ t && (l.value = t(l.value));
3520
+ let { done: y } = l;
3521
+ !G && C !== null && (y = this.speed >= 0 ? this.currentTime >= i : this.currentTime <= 0);
3522
+ const k = this.holdTime === null && (this.state === "finished" || this.state === "running" && y);
3523
+ return k && D !== void 0 && (l.value = vg(Q, this.options, D)), c && c(l.value), k && this.finish(), l;
3524
3524
  }
3525
3525
  get duration() {
3526
3526
  const { resolved: A } = this;
@@ -3863,8 +3863,8 @@ function Ae(g, A, { delay: B = 0, transitionOverride: M, type: D } = {}) {
3863
3863
  if (window.MotionHandoffAnimation) {
3864
3864
  const a = yw(g);
3865
3865
  if (a) {
3866
- const l = window.MotionHandoffAnimation(a, o, p);
3867
- l !== null && (n.startTime = l, r = !0);
3866
+ const G = window.MotionHandoffAnimation(a, o, p);
3867
+ G !== null && (n.startTime = G, r = !0);
3868
3868
  }
3869
3869
  }
3870
3870
  DB(g, o), I.start(nM(o, I, E, g.shouldReduceMotion && uw.has(o) ? { type: !1 } : n, g, r));
@@ -3957,26 +3957,26 @@ function JC(g) {
3957
3957
  const { props: C } = g, i = ge(g.parent) || {}, o = [], I = /* @__PURE__ */ new Set();
3958
3958
  let E = {}, n = 1 / 0;
3959
3959
  for (let c = 0; c < pC; c++) {
3960
- const a = RC[c], l = B[a], y = C[a] !== void 0 ? C[a] : i[a], V = wg(y), G = a === Q ? l.isActive : null;
3961
- G === !1 && (n = c);
3962
- let Y = y === i[a] && y !== C[a] && V;
3963
- if (Y && M && g.manuallyAnimateOnMount && (Y = !1), l.protectedKeys = { ...E }, // If it isn't active and hasn't *just* been set as inactive
3964
- !l.isActive && G === null || // If we didn't and don't have any defined prop for this animation type
3965
- !y && !l.prevProp || // Or if the prop doesn't define an animation
3966
- hg(y) || typeof y == "boolean")
3960
+ const a = RC[c], G = B[a], Y = C[a] !== void 0 ? C[a] : i[a], V = wg(Y), l = a === Q ? G.isActive : null;
3961
+ l === !1 && (n = c);
3962
+ let y = Y === i[a] && Y !== C[a] && V;
3963
+ if (y && M && g.manuallyAnimateOnMount && (y = !1), G.protectedKeys = { ...E }, // If it isn't active and hasn't *just* been set as inactive
3964
+ !G.isActive && l === null || // If we didn't and don't have any defined prop for this animation type
3965
+ !Y && !G.prevProp || // Or if the prop doesn't define an animation
3966
+ hg(Y) || typeof Y == "boolean")
3967
3967
  continue;
3968
- const k = zC(l.prevProp, y);
3968
+ const k = zC(G.prevProp, Y);
3969
3969
  let U = k || // If we're making this variant active, we want to always make it active
3970
- a === Q && l.isActive && !Y && V || // If we removed a higher-priority variant (i is in reverse order)
3971
- c > n && V, u = !1;
3972
- const q = Array.isArray(y) ? y : [y];
3970
+ a === Q && G.isActive && !y && V || // If we removed a higher-priority variant (i is in reverse order)
3971
+ c > n && V, m = !1;
3972
+ const q = Array.isArray(Y) ? Y : [Y];
3973
3973
  let b = q.reduce(D(a), {});
3974
- G === !1 && (b = {});
3975
- const { prevResolvedValues: IA = {} } = l, UA = {
3974
+ l === !1 && (b = {});
3975
+ const { prevResolvedValues: IA = {} } = G, UA = {
3976
3976
  ...IA,
3977
3977
  ...b
3978
3978
  }, GA = (P) => {
3979
- U = !0, I.has(P) && (u = !0, I.delete(P)), l.needsAnimating[P] = !0;
3979
+ U = !0, I.has(P) && (m = !0, I.delete(P)), G.needsAnimating[P] = !0;
3980
3980
  const $ = g.getValue(P);
3981
3981
  $ && ($.liveStyle = !1);
3982
3982
  };
@@ -3985,9 +3985,9 @@ function JC(g) {
3985
3985
  if (E.hasOwnProperty(P))
3986
3986
  continue;
3987
3987
  let EA = !1;
3988
- gB($) && gB(aA) ? EA = !Ew($, aA) : EA = $ !== aA, EA ? $ != null ? GA(P) : I.add(P) : $ !== void 0 && I.has(P) ? GA(P) : l.protectedKeys[P] = !0;
3988
+ gB($) && gB(aA) ? EA = !Ew($, aA) : EA = $ !== aA, EA ? $ != null ? GA(P) : I.add(P) : $ !== void 0 && I.has(P) ? GA(P) : G.protectedKeys[P] = !0;
3989
3989
  }
3990
- l.prevProp = y, l.prevResolvedValues = b, l.isActive && (E = { ...E, ...b }), M && g.blockInitialAnimation && (U = !1), U && (!(Y && k) || u) && o.push(...q.map((P) => ({
3990
+ G.prevProp = Y, G.prevResolvedValues = b, G.isActive && (E = { ...E, ...b }), M && g.blockInitialAnimation && (U = !1), U && (!(y && k) || m) && o.push(...q.map((P) => ({
3991
3991
  animation: P,
3992
3992
  options: { type: a }
3993
3993
  })));
@@ -3995,8 +3995,8 @@ function JC(g) {
3995
3995
  if (I.size) {
3996
3996
  const c = {};
3997
3997
  I.forEach((a) => {
3998
- const l = g.getBaseTarget(a), y = g.getValue(a);
3999
- y && (y.liveStyle = !0), c[a] = l ?? null;
3998
+ const G = g.getBaseTarget(a), Y = g.getValue(a);
3999
+ Y && (Y.liveStyle = !0), c[a] = G ?? null;
4000
4000
  }), o.push({ animation: c });
4001
4001
  }
4002
4002
  let r = !!o.length;
@@ -4396,10 +4396,10 @@ class Ci {
4396
4396
  this.isDragging = !0, this.currentDirection = null, this.resolveConstraints(), this.visualElement.projection && (this.visualElement.projection.isAnimationBlocked = !0, this.visualElement.projection.target = void 0), gA((c) => {
4397
4397
  let a = this.getAxisMotionValue(c).get() || 0;
4398
4398
  if (iA.test(a)) {
4399
- const { projection: l } = this.visualElement;
4400
- if (l && l.layout) {
4401
- const y = l.layout.layoutBox[c];
4402
- y && (a = _(y) * (parseFloat(a) / 100));
4399
+ const { projection: G } = this.visualElement;
4400
+ if (G && G.layout) {
4401
+ const Y = G.layout.layoutBox[c];
4402
+ Y && (a = _(Y) * (parseFloat(a) / 100));
4403
4403
  }
4404
4404
  }
4405
4405
  this.originPoint[c] = a;
@@ -4987,9 +4987,9 @@ function le({ attachResizeListener: g, defaultParent: A, measureScroll: B, check
4987
4987
  this.target = void 0, this.relativeTarget = void 0;
4988
4988
  return;
4989
4989
  }
4990
- const r = this.options.transition || i.getDefaultTransition() || Ti, { onLayoutAnimationStart: c, onLayoutAnimationComplete: a } = i.getProps(), l = !this.targetLayout || !ne(this.targetLayout, n), y = !I && E;
4991
- if (this.options.layoutRoot || this.resumeFrom || y || I && (l || !this.currentAnimation)) {
4992
- this.resumeFrom && (this.resumingFrom = this.resumeFrom, this.resumingFrom.resumingFrom = void 0), this.setAnimationOrigin(o, y);
4990
+ const r = this.options.transition || i.getDefaultTransition() || Ti, { onLayoutAnimationStart: c, onLayoutAnimationComplete: a } = i.getProps(), G = !this.targetLayout || !ne(this.targetLayout, n), Y = !I && E;
4991
+ if (this.options.layoutRoot || this.resumeFrom || Y || I && (G || !this.currentAnimation)) {
4992
+ this.resumeFrom && (this.resumingFrom = this.resumeFrom, this.resumingFrom.resumingFrom = void 0), this.setAnimationOrigin(o, Y);
4993
4993
  const V = {
4994
4994
  ...AM(r, "layout"),
4995
4995
  onPlay: c,
@@ -5248,12 +5248,12 @@ function le({ attachResizeListener: g, defaultParent: A, measureScroll: B, check
5248
5248
  setAnimationOrigin(w, t = !1) {
5249
5249
  const Q = this.snapshot, C = Q ? Q.latestValues : {}, i = { ...this.latestValues }, o = JA();
5250
5250
  (!this.relativeParent || !this.relativeParent.options.layoutRoot) && (this.relativeTarget = this.relativeTargetOrigin = void 0), this.attemptToResolveRelativeTarget = !t;
5251
- const I = L(), E = Q ? Q.source : void 0, n = this.layout ? this.layout.source : void 0, r = E !== n, c = this.getStack(), a = !c || c.members.length <= 1, l = !!(r && !a && this.options.crossfade === !0 && !this.path.some(Hi));
5251
+ const I = L(), E = Q ? Q.source : void 0, n = this.layout ? this.layout.source : void 0, r = E !== n, c = this.getStack(), a = !c || c.members.length <= 1, G = !!(r && !a && this.options.crossfade === !0 && !this.path.some(Hi));
5252
5252
  this.animationProgress = 0;
5253
- let y;
5253
+ let Y;
5254
5254
  this.mixTargetDelta = (V) => {
5255
- const G = V / 1e3;
5256
- fD(o.x, w.x, G), fD(o.y, w.y, G), this.setTargetDelta(o), this.relativeTarget && this.relativeTargetOrigin && this.layout && this.relativeParent && this.relativeParent.layout && (Dg(I, this.layout.layoutBox, this.relativeParent.layout.layoutBox), ji(this.relativeTarget, this.relativeTargetOrigin, I, G), y && fi(this.relativeTarget, y) && (this.isProjectionDirty = !1), y || (y = L()), AA(y, this.relativeTarget)), r && (this.animationValues = i, ui(i, C, this.latestValues, G, l, a)), this.root.scheduleUpdateProjection(), this.scheduleRender(), this.animationProgress = G;
5255
+ const l = V / 1e3;
5256
+ fD(o.x, w.x, l), fD(o.y, w.y, l), this.setTargetDelta(o), this.relativeTarget && this.relativeTargetOrigin && this.layout && this.relativeParent && this.relativeParent.layout && (Dg(I, this.layout.layoutBox, this.relativeParent.layout.layoutBox), ji(this.relativeTarget, this.relativeTargetOrigin, I, l), Y && fi(this.relativeTarget, Y) && (this.isProjectionDirty = !1), Y || (Y = L()), AA(Y, this.relativeTarget)), r && (this.animationValues = i, ui(i, C, this.latestValues, l, G, a)), this.root.scheduleUpdateProjection(), this.scheduleRender(), this.animationProgress = l;
5257
5257
  }, this.mixTargetDelta(this.options.layoutRoot ? 1e3 : 0);
5258
5258
  }
5259
5259
  startAnimation(w) {
@@ -5366,13 +5366,13 @@ function le({ attachResizeListener: g, defaultParent: A, measureScroll: B, check
5366
5366
  for (const r in Zg) {
5367
5367
  if (I[r] === void 0)
5368
5368
  continue;
5369
- const { correct: c, applyTo: a } = Zg[r], l = C.transform === "none" ? I[r] : c(I[r], o);
5369
+ const { correct: c, applyTo: a } = Zg[r], G = C.transform === "none" ? I[r] : c(I[r], o);
5370
5370
  if (a) {
5371
- const y = a.length;
5372
- for (let V = 0; V < y; V++)
5373
- C[a[V]] = l;
5371
+ const Y = a.length;
5372
+ for (let V = 0; V < Y; V++)
5373
+ C[a[V]] = G;
5374
5374
  } else
5375
- C[r] = l;
5375
+ C[r] = G;
5376
5376
  }
5377
5377
  return this.options.layoutId && (C.pointerEvents = o === this ? ag(w == null ? void 0 : w.pointerEvents) || "" : "none"), C;
5378
5378
  }
@@ -5980,63 +5980,61 @@ const ls = (g, A) => HB(g) ? new rs(A) : new ns(A, {
5980
5980
  widthLogo: D = "65px",
5981
5981
  ...e
5982
5982
  }, w) => {
5983
- const [t, Q] = F(!1), [C, i] = F(void 0), [o, I] = F("");
5984
- I("");
5985
- const E = A.reduce((V, G) => (V[G.refId] = eA(null), V), {}), n = () => Q(!t);
5983
+ const [t, Q] = F(!1), [C, i] = F(void 0), [o] = F(""), I = A.reduce((Y, V) => (Y[V.refId] = eA(null), Y), {}), E = () => Q(!t);
5986
5984
  tA(() => {
5987
- A.forEach((G) => {
5988
- const Y = E[G.refId];
5989
- if (Y != null && Y.current) {
5990
- const k = (U) => {
5991
- const u = U.target;
5992
- i(u.getBoundingClientRect());
5985
+ A.forEach((V) => {
5986
+ const l = I[V.refId];
5987
+ if (l != null && l.current) {
5988
+ const y = (k) => {
5989
+ const U = k.target;
5990
+ i(U.getBoundingClientRect());
5993
5991
  };
5994
- Y.current.addEventListener("mouseenter", k);
5992
+ l.current.addEventListener("mouseenter", y);
5995
5993
  }
5996
5994
  });
5997
- const V = E[o];
5998
- return V != null && V.current && i(V.current.getBoundingClientRect()), () => {
5999
- A.forEach((G) => {
6000
- const Y = E[G.refId];
6001
- Y != null && Y.current && Y.current.removeEventListener("mouseenter", () => {
5995
+ const Y = I[o];
5996
+ return Y != null && Y.current && i(Y.current.getBoundingClientRect()), () => {
5997
+ A.forEach((V) => {
5998
+ const l = I[V.refId];
5999
+ l != null && l.current && l.current.removeEventListener("mouseenter", () => {
6002
6000
  });
6003
6001
  });
6004
6002
  };
6005
- }, [o, A, E]), tA(() => {
6006
- const V = window.matchMedia("(min-width: 640px)"), G = () => {
6007
- V.matches && t && Q(!1);
6003
+ }, [o, A, I]), tA(() => {
6004
+ const Y = window.matchMedia("(min-width: 640px)"), V = () => {
6005
+ Y.matches && t && Q(!1);
6008
6006
  };
6009
- return V.addEventListener("change", G), () => {
6010
- V.removeEventListener("change", G);
6007
+ return Y.addEventListener("change", V), () => {
6008
+ Y.removeEventListener("change", V);
6011
6009
  };
6012
6010
  }, [t]);
6013
- const r = {
6011
+ const n = {
6014
6012
  goatData: "bg-zinc-900",
6015
6013
  secondary: "bg-[#ededed]",
6016
6014
  experiences: "bg-[#a8dbce]"
6017
- }, c = {
6015
+ }, r = {
6018
6016
  goatData: "#9a6d79",
6019
6017
  secondary: "#1f2937e7",
6020
6018
  experiences: "#f8b7cbd7"
6021
- }, a = {
6019
+ }, c = {
6022
6020
  goatData: "#ff0145",
6023
6021
  secondary: "#ff0145",
6024
6022
  experiences: "#1f2937e7"
6025
- }, l = {
6023
+ }, a = {
6026
6024
  goatData: "white",
6027
6025
  secondary: "#1F2937",
6028
6026
  experiences: "white"
6029
- }, y = {
6027
+ }, G = {
6030
6028
  goatData: "text-white",
6031
6029
  secondary: "text-[#1F2937]",
6032
6030
  experiences: "text-white"
6033
6031
  };
6034
- return /* @__PURE__ */ Z("nav", { style: { zIndex: 9999 }, ref: w, ...e, className: `fixed top-0 left-0 right-0 z-10 ${r[g]} bg-opacity-75`, children: [
6032
+ return /* @__PURE__ */ Z("nav", { style: { zIndex: 9999 }, ref: w, ...e, className: `fixed top-0 left-0 right-0 z-10 ${n[g]} bg-opacity-75`, children: [
6035
6033
  /* @__PURE__ */ Z("div", { className: "mx-auto max-w-7xl px-2 sm:px-6 lg:px-8", children: [
6036
6034
  /* @__PURE__ */ s(
6037
6035
  as.div,
6038
6036
  {
6039
- style: { background: c[g] },
6037
+ style: { background: r[g] },
6040
6038
  className: "absolute opacity-40 rounded z-20 pointer-events-none",
6041
6039
  animate: {
6042
6040
  top: (C == null ? void 0 : C.top) || 0,
@@ -6047,7 +6045,7 @@ const ls = (g, A) => HB(g) ? new rs(A) : new ns(A, {
6047
6045
  }
6048
6046
  ),
6049
6047
  /* @__PURE__ */ Z("div", { className: "relative flex h-16 items-center justify-between", children: [
6050
- /* @__PURE__ */ s("div", { className: "absolute inset-y-0 left-0 flex items-center sm:hidden", children: /* @__PURE__ */ s("button", { className: `menu ${t ? g === "secondary" ? "openedark" : "opened" : ""}`, onClick: n, "aria-label": "Main Menu", children: /* @__PURE__ */ Z("svg", { width: "45", height: "45", viewBox: "0 0 100 100", style: { fill: "#f9f8f8 !important" }, children: [
6048
+ /* @__PURE__ */ s("div", { className: "absolute inset-y-0 left-0 flex items-center sm:hidden", children: /* @__PURE__ */ s("button", { className: `menu ${t ? g === "secondary" ? "openedark" : "opened" : ""}`, onClick: E, "aria-label": "Main Menu", children: /* @__PURE__ */ Z("svg", { width: "45", height: "45", viewBox: "0 0 100 100", style: { fill: "#f9f8f8 !important" }, children: [
6051
6049
  /* @__PURE__ */ s("path", { className: g === "secondary" ? "linedark linedark1" : "line line1", d: "M 20,29.000046 H 80.000231 C 80.000231,29.000046 94.498839,28.817352 94.532987,66.711331 94.543142,77.980673 90.966081,81.670246 85.259173,81.668997 79.552261,81.667751 75.000211,74.999942 75.000211,74.999942 L 25.000021,25.000058" }),
6052
6050
  /* @__PURE__ */ s("path", { className: g === "secondary" ? "linedark linedark2" : "line line2", d: "M 20,50 H 80" }),
6053
6051
  /* @__PURE__ */ s("path", { className: g === "secondary" ? "linedark linedark3" : "line line3", d: "M 20,70.999954 H 80.000231 C 80.000231,70.999954 94.498839,71.182648 94.532987,33.288669 94.543142,22.019327 90.966081,18.329754 85.259173,18.331003 79.552261,18.332249 75.000211,25.000058 75.000211,25.000058 L 25.000021,74.999942" })
@@ -6072,27 +6070,27 @@ const ls = (g, A) => HB(g) ? new rs(A) : new ns(A, {
6072
6070
  alt: "Logo"
6073
6071
  }
6074
6072
  ),
6075
- (!B || B.trim() === "") && /* @__PURE__ */ s("div", { className: `text-[10px] ${y[g]} tracking-[4px]`, children: "DATA" })
6073
+ (!B || B.trim() === "") && /* @__PURE__ */ s("div", { className: `text-[10px] ${G[g]} tracking-[4px]`, children: "DATA" })
6076
6074
  ] }) }),
6077
- /* @__PURE__ */ s("div", { className: "hidden sm:ml-6 sm:block flex-grow", children: /* @__PURE__ */ s("nav", { className: "flex justify-end", children: /* @__PURE__ */ s("ul", { className: "flex space-x-4", children: A.map(({ label: V, href: G, refId: Y }) => /* @__PURE__ */ s("li", { children: /* @__PURE__ */ s(aM, { href: G, Viewport: a[g], colorButton: l[g], setIsOpen: Q, children: /* @__PURE__ */ s(
6075
+ /* @__PURE__ */ s("div", { className: "hidden sm:ml-6 sm:block flex-grow", children: /* @__PURE__ */ s("nav", { className: "flex justify-end", children: /* @__PURE__ */ s("ul", { className: "flex space-x-4", children: A.map(({ label: Y, href: V, refId: l }) => /* @__PURE__ */ s("li", { children: /* @__PURE__ */ s(aM, { href: V, Viewport: c[g], colorButton: a[g], setIsOpen: Q, children: /* @__PURE__ */ s(
6078
6076
  "div",
6079
6077
  {
6080
- ref: E[Y],
6081
- style: { padding: "6px", color: l[g] },
6082
- children: V
6078
+ ref: I[l],
6079
+ style: { padding: "6px", color: a[g] },
6080
+ children: Y
6083
6081
  }
6084
- ) }) }, G)) }) }) })
6082
+ ) }) }, V)) }) }) })
6085
6083
  ] })
6086
6084
  ] })
6087
6085
  ] }),
6088
- t && /* @__PURE__ */ s("div", { className: "space-y-1 px-2 pt-2 pb-3", children: A.map(({ label: V, href: G, refId: Y }) => /* @__PURE__ */ s(aM, { href: G, Viewport: a[g], colorButton: l[g], setIsOpen: Q, children: /* @__PURE__ */ s(
6086
+ t && /* @__PURE__ */ s("div", { className: "space-y-1 px-2 pt-2 pb-3", children: A.map(({ label: Y, href: V, refId: l }) => /* @__PURE__ */ s(aM, { href: V, Viewport: c[g], colorButton: a[g], setIsOpen: Q, children: /* @__PURE__ */ s(
6089
6087
  "div",
6090
6088
  {
6091
- ref: E[Y],
6092
- style: { padding: "6px", color: l[g] },
6093
- children: V
6089
+ ref: I[l],
6090
+ style: { padding: "6px", color: a[g] },
6091
+ children: Y
6094
6092
  }
6095
- ) }, G)) })
6093
+ ) }, V)) })
6096
6094
  ] });
6097
6095
  }
6098
6096
  );
@@ -6111,12 +6109,12 @@ const Ys = oA(
6111
6109
  handletext5: C,
6112
6110
  ...i
6113
6111
  }, o) => {
6114
- var Y, k;
6112
+ var y, k;
6115
6113
  const [I, E] = F(0), n = eA(null), r = eA(null), c = eA(null), a = (U) => {
6116
6114
  r.current = U.touches[0].clientX;
6117
- }, l = (U) => {
6115
+ }, G = (U) => {
6118
6116
  c.current = U.touches[0].clientX;
6119
- }, y = () => {
6117
+ }, Y = () => {
6120
6118
  if (!r.current || !c.current) return;
6121
6119
  const U = r.current - c.current;
6122
6120
  U > 50 ? I < g.length - 1 && E(I + 1) : U < -50 && I > 0 && E(I - 1), r.current = null, c.current = null;
@@ -6127,7 +6125,7 @@ const Ys = oA(
6127
6125
  n.current && clearInterval(n.current);
6128
6126
  }), [B, g.length]), !g || g.length === 0)
6129
6127
  return /* @__PURE__ */ s("header", { ref: o, ...i, className: "relative w-full overflow-hidden", style: { height: M }, children: /* @__PURE__ */ s("p", { className: "text-center text-gray-500", children: "No hay imágenes para mostrar" }) });
6130
- const G = {
6128
+ const l = {
6131
6129
  primary: "text-white",
6132
6130
  secondary: "text-white",
6133
6131
  vividPink: "text-[#ff0145]",
@@ -6147,14 +6145,14 @@ const Ys = oA(
6147
6145
  style: { height: M },
6148
6146
  className: "relative w-full overflow-hidden",
6149
6147
  onTouchStart: a,
6150
- onTouchMove: l,
6151
- onTouchEnd: y,
6148
+ onTouchMove: G,
6149
+ onTouchEnd: Y,
6152
6150
  children: [
6153
6151
  e && /* @__PURE__ */ Z("div", { className: "absolute inset-0 flex flex-col items-center justify-center text-center z-20 text-white", children: [
6154
6152
  /* @__PURE__ */ Z("h1", { className: "text-3xl md:text-5xl font-bold animate-fade-in-up", children: [
6155
6153
  e.text1,
6156
6154
  " ",
6157
- /* @__PURE__ */ s("span", { className: `${G[A]}`, children: e.text2 })
6155
+ /* @__PURE__ */ s("span", { className: `${l[A]}`, children: e.text2 })
6158
6156
  ] }),
6159
6157
  /* @__PURE__ */ s("p", { className: "text-sm md:text-lg mb-6", children: e.text3 }),
6160
6158
  /* @__PURE__ */ Z("div", { className: "flex gap-4", children: [
@@ -6184,7 +6182,7 @@ const Ys = oA(
6184
6182
  }
6185
6183
  )
6186
6184
  ] }) }),
6187
- w && /* @__PURE__ */ s("div", { className: "absolute inset-0 flex flex-col justify-center items-center text-white z-10 transition-opacity duration-700 ease-in-out", children: /* @__PURE__ */ s("h1", { className: "text-4xl font-bold", children: ((Y = g[I]) == null ? void 0 : Y.alt) || "Título dinámico" }, I) }),
6185
+ w && /* @__PURE__ */ s("div", { className: "absolute inset-0 flex flex-col justify-center items-center text-white z-10 transition-opacity duration-700 ease-in-out", children: /* @__PURE__ */ s("h1", { className: "text-4xl font-bold", children: ((y = g[I]) == null ? void 0 : y.alt) || "Título dinámico" }, I) }),
6188
6186
  t && /* @__PURE__ */ s("div", { className: "absolute bottom-8 left-1/2 transform -translate-x-1/2 text-center z-10", children: /* @__PURE__ */ s("p", { className: "text-lg font-medium text-white", children: (k = g[I]) == null ? void 0 : k.alt }) }),
6189
6187
  /* @__PURE__ */ s(
6190
6188
  "div",
@@ -6194,12 +6192,12 @@ const Ys = oA(
6194
6192
  transform: `translateX(-${I * 100}%)`,
6195
6193
  height: M
6196
6194
  },
6197
- children: g.map(({ src: U, alt: u, href: q }, b) => /* @__PURE__ */ Z("div", { id: "large-header", className: "relative w-full flex-shrink-0 large-header", children: [
6195
+ children: g.map(({ src: U, alt: m, href: q }, b) => /* @__PURE__ */ Z("div", { id: "large-header", className: "relative w-full flex-shrink-0 large-header", children: [
6198
6196
  q ? /* @__PURE__ */ s("a", { href: q, children: /* @__PURE__ */ s(
6199
6197
  "img",
6200
6198
  {
6201
6199
  src: U,
6202
- alt: u,
6200
+ alt: m,
6203
6201
  className: "w-full h-full object-cover",
6204
6202
  style: { height: M }
6205
6203
  }
@@ -6207,7 +6205,7 @@ const Ys = oA(
6207
6205
  "img",
6208
6206
  {
6209
6207
  src: U,
6210
- alt: u,
6208
+ alt: m,
6211
6209
  className: "w-full h-full object-cover",
6212
6210
  style: { height: M }
6213
6211
  }
@@ -6222,13 +6220,13 @@ const Ys = oA(
6222
6220
  ] }, b))
6223
6221
  }
6224
6222
  ),
6225
- /* @__PURE__ */ s("div", { className: "absolute bottom-4 left-1/2 transform -translate-x-1/2 flex gap-2 z-30", children: g.map((U, u) => /* @__PURE__ */ s(
6223
+ /* @__PURE__ */ s("div", { className: "absolute bottom-4 left-1/2 transform -translate-x-1/2 flex gap-2 z-30", children: g.map((U, m) => /* @__PURE__ */ s(
6226
6224
  "button",
6227
6225
  {
6228
- onClick: () => E(u),
6229
- className: `w-3 h-3 rounded-full ${I === u ? "bg-white" : "bg-gray-400"}`
6226
+ onClick: () => E(m),
6227
+ className: `w-3 h-3 rounded-full ${I === m ? "bg-white" : "bg-gray-400"}`
6230
6228
  },
6231
- u
6229
+ m
6232
6230
  )) })
6233
6231
  ]
6234
6232
  }
@@ -6280,11 +6278,11 @@ const ue = ({ infoText: g, disabled: A = !1, bgStyles: B }) => {
6280
6278
  className: E,
6281
6279
  ...n
6282
6280
  }, r) => {
6283
- const [c, a] = F(i), l = () => {
6281
+ const [c, a] = F(i), G = () => {
6284
6282
  a(
6285
- (u) => u === "password" ? "text" : "password"
6283
+ (m) => m === "password" ? "text" : "password"
6286
6284
  );
6287
- }, y = z(
6285
+ }, Y = z(
6288
6286
  "rounded-lg font-medium focus:outline-none focus:ring-2 focus:ring-offset-2 w-full",
6289
6287
  {
6290
6288
  "text-gray-900": g !== "secondary",
@@ -6302,7 +6300,7 @@ const ue = ({ infoText: g, disabled: A = !1, bgStyles: B }) => {
6302
6300
  warning: "border border-[#f59e0b] focus:ring-[#f59e0b]",
6303
6301
  success: "border border-[#047857] focus:ring-[#047857]",
6304
6302
  tertiary: "border border-[#d4d3d3] bg-[#f8f9fa] focus:ring-[#1F2937]"
6305
- }, G = {
6303
+ }, l = {
6306
6304
  primary: "#1F2937",
6307
6305
  secondary: "#73787f",
6308
6306
  vividPink: "#ff0145",
@@ -6312,15 +6310,15 @@ const ue = ({ infoText: g, disabled: A = !1, bgStyles: B }) => {
6312
6310
  warning: "#f59e0b",
6313
6311
  success: "#047857",
6314
6312
  tertiary: "#73787f"
6315
- }, Y = {
6313
+ }, y = {
6316
6314
  small: "px-4 py-1.5 text-xs",
6317
6315
  medium: "px-6 py-2.5 text-base",
6318
6316
  large: "px-8 py-3 text-lg"
6319
- }, k = () => M === "home" ? /* @__PURE__ */ s(VB, { size: A === "small" ? 15 : 20, color: G[g] }) : M === "Left" ? /* @__PURE__ */ s(lB, { size: A === "small" ? 15 : 20, color: G[g] }) : M === "right" ? /* @__PURE__ */ s(GB, { size: A === "small" ? 15 : 20, color: G[g] }) : M === "save" ? /* @__PURE__ */ s(kB, { size: A === "small" ? 15 : 20, color: G[g] }) : M === "more" ? /* @__PURE__ */ s(uB, { size: A === "small" ? 15 : 20, color: G[g] }) : M === "update" ? /* @__PURE__ */ s(yB, { size: A === "small" ? 15 : 20, color: G[g] }) : M === "attach" ? /* @__PURE__ */ s(fB, { size: A === "small" ? 15 : 20, color: G[g] }) : M === "send" ? /* @__PURE__ */ s(pB, { size: A === "small" ? 15 : 20, color: G[g] }) : M === "delete" ? /* @__PURE__ */ s(aB, { size: A === "small" ? 15 : 20, color: G[g] }) : M === "edit" ? /* @__PURE__ */ s(cB, { size: A === "small" ? 15 : 20, color: G[g] }) : M === "login" ? /* @__PURE__ */ s(RB, { size: A === "small" ? 15 : 20, color: G[g] }) : M === "reset" ? /* @__PURE__ */ s(YB, { size: A === "small" ? 15 : 20, color: G[g] }) : M === "add" ? /* @__PURE__ */ s(mB, { size: A === "small" ? 15 : 20, color: G[g] }) : M === "exit" ? /* @__PURE__ */ s(KB, { size: A === "small" ? 15 : 20, color: G[g] }) : M === "off" ? /* @__PURE__ */ s(qB, { size: A === "small" ? 15 : 20, color: G[g] }) : M === "calculator" ? /* @__PURE__ */ s(ZB, { size: A === "small" ? 15 : 20, color: G[g] }) : M === "list" ? /* @__PURE__ */ s(UB, { size: A === "small" ? 15 : 20, color: G[g] }) : M === "futbol" ? /* @__PURE__ */ s(dB, { size: A === "small" ? 15 : 20, color: G[g] }) : null, U = () => x.isValidElement(D) ? x.cloneElement(D, { className: "w-5 h-5" }) : k();
6317
+ }, k = () => M === "home" ? /* @__PURE__ */ s(VB, { size: A === "small" ? 15 : 20, color: l[g] }) : M === "Left" ? /* @__PURE__ */ s(lB, { size: A === "small" ? 15 : 20, color: l[g] }) : M === "right" ? /* @__PURE__ */ s(GB, { size: A === "small" ? 15 : 20, color: l[g] }) : M === "save" ? /* @__PURE__ */ s(kB, { size: A === "small" ? 15 : 20, color: l[g] }) : M === "more" ? /* @__PURE__ */ s(uB, { size: A === "small" ? 15 : 20, color: l[g] }) : M === "update" ? /* @__PURE__ */ s(yB, { size: A === "small" ? 15 : 20, color: l[g] }) : M === "attach" ? /* @__PURE__ */ s(fB, { size: A === "small" ? 15 : 20, color: l[g] }) : M === "send" ? /* @__PURE__ */ s(pB, { size: A === "small" ? 15 : 20, color: l[g] }) : M === "delete" ? /* @__PURE__ */ s(aB, { size: A === "small" ? 15 : 20, color: l[g] }) : M === "edit" ? /* @__PURE__ */ s(cB, { size: A === "small" ? 15 : 20, color: l[g] }) : M === "login" ? /* @__PURE__ */ s(RB, { size: A === "small" ? 15 : 20, color: l[g] }) : M === "reset" ? /* @__PURE__ */ s(YB, { size: A === "small" ? 15 : 20, color: l[g] }) : M === "add" ? /* @__PURE__ */ s(mB, { size: A === "small" ? 15 : 20, color: l[g] }) : M === "exit" ? /* @__PURE__ */ s(KB, { size: A === "small" ? 15 : 20, color: l[g] }) : M === "off" ? /* @__PURE__ */ s(qB, { size: A === "small" ? 15 : 20, color: l[g] }) : M === "calculator" ? /* @__PURE__ */ s(ZB, { size: A === "small" ? 15 : 20, color: l[g] }) : M === "list" ? /* @__PURE__ */ s(UB, { size: A === "small" ? 15 : 20, color: l[g] }) : M === "futbol" ? /* @__PURE__ */ s(dB, { size: A === "small" ? 15 : 20, color: l[g] }) : null, U = () => x.isValidElement(D) ? x.cloneElement(D, { className: "w-5 h-5" }) : k();
6320
6318
  return /* @__PURE__ */ Z("div", { className: "relative", children: [
6321
6319
  w && /* @__PURE__ */ Z("div", { className: "flex items-center text-xs mb-1 font-medium text-gray-800", children: [
6322
6320
  /* @__PURE__ */ s("span", { style: { color: g === "tertiary" ? "#73787f" : "" }, children: w }),
6323
- t && Q && /* @__PURE__ */ s(ue, { infoText: Q, disabled: B, bgStyles: G[g] })
6321
+ t && Q && /* @__PURE__ */ s(ue, { infoText: Q, disabled: B, bgStyles: l[g] })
6324
6322
  ] }),
6325
6323
  /* @__PURE__ */ Z("div", { className: "relative flex items-center", children: [
6326
6324
  D && C === "left" && /* @__PURE__ */ s("span", { className: "absolute left-3", children: U() }),
@@ -6330,9 +6328,9 @@ const ue = ({ infoText: g, disabled: A = !1, bgStyles: B }) => {
6330
6328
  ref: r,
6331
6329
  type: c,
6332
6330
  className: z(
6333
- y,
6331
+ Y,
6334
6332
  o ? "border-[#b91c1c] focus:ring-[#b91c1c]" : V[g],
6335
- A in Y ? Y[A] : "",
6333
+ A in y ? y[A] : "",
6336
6334
  {
6337
6335
  "pl-10": D && C === "left",
6338
6336
  "pr-10": D && C === "right" || i === "password",
@@ -6349,8 +6347,8 @@ const ue = ({ infoText: g, disabled: A = !1, bgStyles: B }) => {
6349
6347
  "span",
6350
6348
  {
6351
6349
  className: "absolute right-3 cursor-pointer",
6352
- onClick: l,
6353
- children: c === "password" ? /* @__PURE__ */ s(ve, { size: 20, color: G[g] }) : /* @__PURE__ */ s(Pe, { size: 20, color: G[g] })
6350
+ onClick: G,
6351
+ children: c === "password" ? /* @__PURE__ */ s(ve, { size: 20, color: l[g] }) : /* @__PURE__ */ s(Pe, { size: 20, color: l[g] })
6354
6352
  }
6355
6353
  )
6356
6354
  ] }),
@@ -6398,7 +6396,7 @@ const ms = x.forwardRef(
6398
6396
  warning: "border border-[#f59e0b] focus:ring-[#f59e0b]",
6399
6397
  success: "border border-[#047857] focus:ring-[#047857]",
6400
6398
  tertiary: "border border-[#d4d3d3] bg-[#f8f9fa] focus:ring-[#1F2937]"
6401
- }, l = {
6399
+ }, G = {
6402
6400
  primary: "#1F2937",
6403
6401
  secondary: "#73787f",
6404
6402
  vividPink: "#ff0145",
@@ -6408,18 +6406,18 @@ const ms = x.forwardRef(
6408
6406
  warning: "#f59e0b",
6409
6407
  success: "#047857",
6410
6408
  tertiary: "#73787f"
6411
- }, y = {
6409
+ }, Y = {
6412
6410
  small: "px-4 py-1.5 text-xs",
6413
6411
  medium: "px-6 py-2.5 text-base",
6414
6412
  large: "px-8 py-3 text-lg"
6415
- }, V = () => M === "home" ? /* @__PURE__ */ s(VB, { size: A === "small" ? 15 : 20, color: l[g] }) : M === "Left" ? /* @__PURE__ */ s(lB, { size: A === "small" ? 15 : 20, color: l[g] }) : M === "right" ? /* @__PURE__ */ s(GB, { size: A === "small" ? 15 : 20, color: l[g] }) : M === "save" ? /* @__PURE__ */ s(kB, { size: A === "small" ? 15 : 20, color: l[g] }) : M === "more" ? /* @__PURE__ */ s(uB, { size: A === "small" ? 15 : 20, color: l[g] }) : M === "update" ? /* @__PURE__ */ s(yB, { size: A === "small" ? 15 : 20, color: l[g] }) : M === "attach" ? /* @__PURE__ */ s(fB, { size: A === "small" ? 15 : 20, color: l[g] }) : M === "send" ? /* @__PURE__ */ s(pB, { size: A === "small" ? 15 : 20, color: l[g] }) : M === "delete" ? /* @__PURE__ */ s(aB, { size: A === "small" ? 15 : 20, color: l[g] }) : M === "edit" ? /* @__PURE__ */ s(cB, { size: A === "small" ? 15 : 20, color: l[g] }) : M === "login" ? /* @__PURE__ */ s(RB, { size: A === "small" ? 15 : 20, color: l[g] }) : M === "reset" ? /* @__PURE__ */ s(YB, { size: A === "small" ? 15 : 20, color: l[g] }) : M === "add" ? /* @__PURE__ */ s(mB, { size: A === "small" ? 15 : 20, color: l[g] }) : M === "exit" ? /* @__PURE__ */ s(KB, { size: A === "small" ? 15 : 20, color: l[g] }) : M === "off" ? /* @__PURE__ */ s(qB, { size: A === "small" ? 15 : 20, color: l[g] }) : M === "calculator" ? /* @__PURE__ */ s(ZB, { size: A === "small" ? 15 : 20, color: l[g] }) : M === "list" ? /* @__PURE__ */ s(UB, { size: A === "small" ? 15 : 20, color: l[g] }) : M === "futbol" ? /* @__PURE__ */ s(dB, { size: A === "small" ? 15 : 20, color: l[g] }) : null, G = () => x.isValidElement(D) ? x.cloneElement(D, { className: "w-5 h-5" }) : V();
6413
+ }, V = () => M === "home" ? /* @__PURE__ */ s(VB, { size: A === "small" ? 15 : 20, color: G[g] }) : M === "Left" ? /* @__PURE__ */ s(lB, { size: A === "small" ? 15 : 20, color: G[g] }) : M === "right" ? /* @__PURE__ */ s(GB, { size: A === "small" ? 15 : 20, color: G[g] }) : M === "save" ? /* @__PURE__ */ s(kB, { size: A === "small" ? 15 : 20, color: G[g] }) : M === "more" ? /* @__PURE__ */ s(uB, { size: A === "small" ? 15 : 20, color: G[g] }) : M === "update" ? /* @__PURE__ */ s(yB, { size: A === "small" ? 15 : 20, color: G[g] }) : M === "attach" ? /* @__PURE__ */ s(fB, { size: A === "small" ? 15 : 20, color: G[g] }) : M === "send" ? /* @__PURE__ */ s(pB, { size: A === "small" ? 15 : 20, color: G[g] }) : M === "delete" ? /* @__PURE__ */ s(aB, { size: A === "small" ? 15 : 20, color: G[g] }) : M === "edit" ? /* @__PURE__ */ s(cB, { size: A === "small" ? 15 : 20, color: G[g] }) : M === "login" ? /* @__PURE__ */ s(RB, { size: A === "small" ? 15 : 20, color: G[g] }) : M === "reset" ? /* @__PURE__ */ s(YB, { size: A === "small" ? 15 : 20, color: G[g] }) : M === "add" ? /* @__PURE__ */ s(mB, { size: A === "small" ? 15 : 20, color: G[g] }) : M === "exit" ? /* @__PURE__ */ s(KB, { size: A === "small" ? 15 : 20, color: G[g] }) : M === "off" ? /* @__PURE__ */ s(qB, { size: A === "small" ? 15 : 20, color: G[g] }) : M === "calculator" ? /* @__PURE__ */ s(ZB, { size: A === "small" ? 15 : 20, color: G[g] }) : M === "list" ? /* @__PURE__ */ s(UB, { size: A === "small" ? 15 : 20, color: G[g] }) : M === "futbol" ? /* @__PURE__ */ s(dB, { size: A === "small" ? 15 : 20, color: G[g] }) : null, l = () => x.isValidElement(D) ? x.cloneElement(D, { className: "w-5 h-5" }) : V();
6416
6414
  return /* @__PURE__ */ Z("div", { className: "relative", children: [
6417
6415
  w && /* @__PURE__ */ Z("div", { className: "flex items-center text-xs mb-1 font-medium text-gray-800", children: [
6418
6416
  /* @__PURE__ */ s("span", { style: { color: g === "tertiary" ? "#73787f" : "" }, children: w }),
6419
- t && Q && /* @__PURE__ */ s(ue, { infoText: Q, disabled: B, bgStyles: l[g] })
6417
+ t && Q && /* @__PURE__ */ s(ue, { infoText: Q, disabled: B, bgStyles: G[g] })
6420
6418
  ] }),
6421
6419
  /* @__PURE__ */ Z("div", { className: "relative flex items-center", children: [
6422
- D && C === "left" && /* @__PURE__ */ s("span", { className: "absolute left-3", children: G() }),
6420
+ D && C === "left" && /* @__PURE__ */ s("span", { className: "absolute left-3", children: l() }),
6423
6421
  /* @__PURE__ */ Z(
6424
6422
  "select",
6425
6423
  {
@@ -6427,7 +6425,7 @@ const ms = x.forwardRef(
6427
6425
  className: z(
6428
6426
  c,
6429
6427
  i ? "border-[#b91c1c] focus:ring-[#b91c1c]" : a[g],
6430
- A in y ? y[A] : "",
6428
+ A in Y ? Y[A] : "",
6431
6429
  {
6432
6430
  "pl-10": D && C === "left",
6433
6431
  "pr-10": D && C === "right",
@@ -6444,18 +6442,18 @@ const ms = x.forwardRef(
6444
6442
  value: "",
6445
6443
  disabled: !0,
6446
6444
  selected: !0,
6447
- className: `bg-[${l[g]}] text-white text-sm`,
6445
+ className: `bg-[${G[g]}] text-white text-sm`,
6448
6446
  children: e
6449
6447
  }
6450
6448
  ),
6451
- I.map((Y) => /* @__PURE__ */ s(
6449
+ I.map((y) => /* @__PURE__ */ s(
6452
6450
  "option",
6453
6451
  {
6454
- value: Y.value,
6455
- className: `bg-[${l[g]}] text-white text-sm`,
6456
- children: Y.label
6452
+ value: y.value,
6453
+ className: `bg-[${G[g]}] text-white text-sm`,
6454
+ children: y.label
6457
6455
  },
6458
- Y.value
6456
+ y.value
6459
6457
  ))
6460
6458
  ]
6461
6459
  }
@@ -6496,26 +6494,26 @@ const ys = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAEZUAAATaCAYAAAA0mz/uAA
6496
6494
  goatData: "bg-zinc-600",
6497
6495
  secondary: "bg-zinc-800",
6498
6496
  experiences: "bg-zinc-800"
6499
- }, l = (u) => {
6500
- const q = u, b = encodeURIComponent(n), IA = `https://api.whatsapp.com/send?phone=${q}&text=${b}`;
6497
+ }, G = (m) => {
6498
+ const q = m, b = encodeURIComponent(n), IA = `https://api.whatsapp.com/send?phone=${q}&text=${b}`;
6501
6499
  window.open(IA, "_blank");
6502
- }, y = (u) => {
6503
- const q = `mailto:${u}?subject=Solicitud&body=${n}`;
6500
+ }, Y = (m) => {
6501
+ const q = `mailto:${m}?subject=Solicitud&body=${n}`;
6504
6502
  window.open(q);
6505
- }, V = (u) => {
6506
- const b = `https://www.google.com/maps/search/?api=1&query=${encodeURIComponent(u)}`;
6503
+ }, V = (m) => {
6504
+ const b = `https://www.google.com/maps/search/?api=1&query=${encodeURIComponent(m)}`;
6507
6505
  window.open(b, "_blank");
6508
- }, G = (u) => {
6509
- const q = document.getElementById(u.slice(1));
6506
+ }, l = (m) => {
6507
+ const q = document.getElementById(m.slice(1));
6510
6508
  q && q.scrollIntoView({ behavior: "smooth" });
6511
- }, Y = (u) => {
6512
- window.open(u, "_blank");
6509
+ }, y = (m) => {
6510
+ window.open(m, "_blank");
6513
6511
  }, k = {
6514
6512
  goatData: "text-white",
6515
6513
  secondary: "text-[#1F2937]",
6516
6514
  experiences: "text-[#1F2937]"
6517
- }, U = (u) => {
6518
- u.link && t && t.push(u.link);
6515
+ }, U = (m) => {
6516
+ m.link && t && t.push(m.link);
6519
6517
  };
6520
6518
  return /* @__PURE__ */ Z("footer", { ref: E, ...I, className: `${c[g]} ${k[g]}`, style: { paddingTop: "40px" }, children: [
6521
6519
  /* @__PURE__ */ Z("div", { className: "container mx-auto px-4 md:px-8", children: [
@@ -6533,24 +6531,24 @@ const ys = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAEZUAAATaCAYAAAA0mz/uAA
6533
6531
  ] }),
6534
6532
  /* @__PURE__ */ Z("div", { className: "flex flex-col items-center", children: [
6535
6533
  /* @__PURE__ */ s("h2", { className: "text-lg font-semibold mb-4", children: "Enlaces Rápidos" }),
6536
- A.length > 0 && /* @__PURE__ */ s("div", { className: "text-center sm:text-left", style: { display: "flex", flexDirection: "column", justifyContent: "end" }, children: A.map((u, q) => /* @__PURE__ */ s("div", { children: /* @__PURE__ */ s("button", { className: r, onClick: () => {
6537
- G(u.href);
6538
- }, children: u.label }) }, q)) }),
6539
- D.length > 0 && /* @__PURE__ */ s("div", { className: "text-center sm:text-left", style: { display: "flex", flexDirection: "column", justifyContent: "end" }, children: D.map((u, q) => /* @__PURE__ */ s("div", { children: /* @__PURE__ */ s("button", { className: r, onClick: () => {
6540
- U(u);
6541
- }, children: u.label }) }, q)) })
6534
+ A.length > 0 && /* @__PURE__ */ s("div", { className: "text-center sm:text-left", style: { display: "flex", flexDirection: "column", justifyContent: "end" }, children: A.map((m, q) => /* @__PURE__ */ s("div", { children: /* @__PURE__ */ s("button", { className: r, onClick: () => {
6535
+ l(m.href);
6536
+ }, children: m.label }) }, q)) }),
6537
+ D.length > 0 && /* @__PURE__ */ s("div", { className: "text-center sm:text-left", style: { display: "flex", flexDirection: "column", justifyContent: "end" }, children: D.map((m, q) => /* @__PURE__ */ s("div", { children: /* @__PURE__ */ s("button", { className: r, onClick: () => {
6538
+ U(m);
6539
+ }, children: m.label }) }, q)) })
6542
6540
  ] }),
6543
6541
  /* @__PURE__ */ Z("div", { className: "flex flex-col items-center", children: [
6544
6542
  /* @__PURE__ */ s("h2", { className: "text-lg font-semibold mb-4", children: "Contacto" }),
6545
- /* @__PURE__ */ s("div", { className: "text-center sm:text-left", style: { display: "flex", flexDirection: "column", justifyContent: "center" }, children: B.map((u, q) => /* @__PURE__ */ s("div", { children: /* @__PURE__ */ Z(
6543
+ /* @__PURE__ */ s("div", { className: "text-center sm:text-left", style: { display: "flex", flexDirection: "column", justifyContent: "center" }, children: B.map((m, q) => /* @__PURE__ */ s("div", { children: /* @__PURE__ */ Z(
6546
6544
  "div",
6547
6545
  {
6548
6546
  className: "text-sm opacity-70 cursor-pointer mb-4",
6549
- onClick: u.type === "email" ? () => y(u.description) : u.type === "chat" ? () => l(u.description) : u.type === "mapa" ? () => V(u.description) : void 0,
6547
+ onClick: m.type === "email" ? () => Y(m.description) : m.type === "chat" ? () => G(m.description) : m.type === "mapa" ? () => V(m.description) : void 0,
6550
6548
  children: [
6551
- /* @__PURE__ */ s("strong", { children: u.label }),
6549
+ /* @__PURE__ */ s("strong", { children: m.label }),
6552
6550
  " ",
6553
- u.type === "mapa" ? u.descrption2 : u.description
6551
+ m.type === "mapa" ? m.descrption2 : m.description
6554
6552
  ]
6555
6553
  }
6556
6554
  ) }, q)) })
@@ -6566,9 +6564,9 @@ const ys = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAEZUAAATaCAYAAAA0mz/uAA
6566
6564
  ] }),
6567
6565
  /* @__PURE__ */ Z("div", { className: "flex flex-col items-center mt-8", children: [
6568
6566
  /* @__PURE__ */ s("h2", { className: "text-lg font-semibold mb-4", children: "Redes Sociales" }),
6569
- /* @__PURE__ */ s("div", { className: "flex space-x-4", style: { marginBottom: "30px" }, children: M.map((u, q) => /* @__PURE__ */ s("div", { style: { cursor: "pointer" }, onClick: () => {
6570
- Y(u.label);
6571
- }, children: (u == null ? void 0 : u.icon) && /* @__PURE__ */ s(u.icon, { className: "w-6 h-6" }) }, q)) })
6567
+ /* @__PURE__ */ s("div", { className: "flex space-x-4", style: { marginBottom: "30px" }, children: M.map((m, q) => /* @__PURE__ */ s("div", { style: { cursor: "pointer" }, onClick: () => {
6568
+ y(m.label);
6569
+ }, children: (m == null ? void 0 : m.icon) && /* @__PURE__ */ s(m.icon, { className: "w-6 h-6" }) }, q)) })
6572
6570
  ] })
6573
6571
  ] }),
6574
6572
  /* @__PURE__ */ Z("div", { className: `${a[g]} py-4 flex flex-col items-center`, children: [