sass-template-common 0.3.134 → 0.3.136

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.
@@ -1,6 +1,6 @@
1
1
  import { jsx as a, jsxs as f, Fragment as Z } from "react/jsx-runtime";
2
2
  import * as Ha from "react";
3
- import Ie, { useState as J, useRef as Ws, useCallback as ue, useEffect as Qe, createElement as ct, forwardRef as Ys, Fragment as bn, useMemo as Xo, Component as er } from "react";
3
+ import Ie, { useState as J, useRef as Ws, useCallback as ue, useEffect as Qe, createElement as ct, forwardRef as Ys, Fragment as Cn, useMemo as Xo, Component as er } from "react";
4
4
  let la = {
5
5
  PUBLIC_API_HOST: "",
6
6
  PUBLIC_API_FRONT: "",
@@ -167,12 +167,12 @@ function Ks() {
167
167
  var n = 1e3, s = 6e4, o = 36e5, r = "millisecond", i = "second", c = "minute", u = "hour", l = "day", d = "week", m = "month", h = "quarter", p = "year", g = "date", A = "Invalid Date", w = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, y = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, N = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(M) {
168
168
  var U = ["th", "st", "nd", "rd"], T = M % 100;
169
169
  return "[" + M + (U[(T - 20) % 10] || U[T] || U[0]) + "]";
170
- } }, b = function(M, U, T) {
170
+ } }, C = function(M, U, T) {
171
171
  var D = String(M);
172
172
  return !D || D.length >= U ? M : "" + Array(U + 1 - D.length).join(T) + M;
173
- }, I = { s: b, z: function(M) {
173
+ }, I = { s: C, z: function(M) {
174
174
  var U = -M.utcOffset(), T = Math.abs(U), D = Math.floor(T / 60), x = T % 60;
175
- return (U <= 0 ? "+" : "-") + b(D, 2, "0") + ":" + b(x, 2, "0");
175
+ return (U <= 0 ? "+" : "-") + C(D, 2, "0") + ":" + C(x, 2, "0");
176
176
  }, m: function M(U, T) {
177
177
  if (U.date() < T.date()) return -M(T, U);
178
178
  var D = 12 * (T.year() - U.year()) + (T.month() - U.month()), x = U.clone().add(D, m), z = T - x < 0, _ = U.clone().add(D + (z ? -1 : 1), m);
@@ -183,13 +183,13 @@ function Ks() {
183
183
  return { M: m, y: p, w: d, d: l, D: g, h: u, m: c, s: i, ms: r, Q: h }[M] || String(M || "").toLowerCase().replace(/s$/, "");
184
184
  }, u: function(M) {
185
185
  return M === void 0;
186
- } }, C = "en", E = {};
187
- E[C] = N;
186
+ } }, b = "en", E = {};
187
+ E[b] = N;
188
188
  var O = "$isDayjsObject", Q = function(M) {
189
189
  return M instanceof te || !(!M || !M[O]);
190
190
  }, Y = function M(U, T, D) {
191
191
  var x;
192
- if (!U) return C;
192
+ if (!U) return b;
193
193
  if (typeof U == "string") {
194
194
  var z = U.toLowerCase();
195
195
  E[z] && (x = z), T && (E[z] = T, x = z);
@@ -199,7 +199,7 @@ function Ks() {
199
199
  var S = U.name;
200
200
  E[S] = U, x = S;
201
201
  }
202
- return !D && x && (C = x), x || !D && C;
202
+ return !D && x && (b = x), x || !D && b;
203
203
  }, G = function(M, U) {
204
204
  if (Q(M)) return M.clone();
205
205
  var T = typeof U == "object" ? U : {};
@@ -432,7 +432,7 @@ function Ks() {
432
432
  return M.$i || (M(U, te, G), M.$i = !0), G;
433
433
  }, G.locale = Y, G.isDayjs = Q, G.unix = function(M) {
434
434
  return G(1e3 * M);
435
- }, G.en = E[C], G.Ls = E, G.p = {}, G;
435
+ }, G.en = E[b], G.Ls = E, G.p = {}, G;
436
436
  }));
437
437
  })(hn)), hn.exports;
438
438
  }
@@ -451,14 +451,14 @@ function lr() {
451
451
  return r.fromToBase(l, d, m, h);
452
452
  }
453
453
  o.en.relativeTime = i, r.fromToBase = function(l, d, m, h, p) {
454
- for (var g, A, w, y = m.$locale().relativeTime || i, N = n.thresholds || [{ l: "s", r: 44, d: "second" }, { l: "m", r: 89 }, { l: "mm", r: 44, d: "minute" }, { l: "h", r: 89 }, { l: "hh", r: 21, d: "hour" }, { l: "d", r: 35 }, { l: "dd", r: 25, d: "day" }, { l: "M", r: 45 }, { l: "MM", r: 10, d: "month" }, { l: "y", r: 17 }, { l: "yy", d: "year" }], b = N.length, I = 0; I < b; I += 1) {
455
- var C = N[I];
456
- C.d && (g = h ? o(l).diff(m, C.d, !0) : m.diff(l, C.d, !0));
454
+ for (var g, A, w, y = m.$locale().relativeTime || i, N = n.thresholds || [{ l: "s", r: 44, d: "second" }, { l: "m", r: 89 }, { l: "mm", r: 44, d: "minute" }, { l: "h", r: 89 }, { l: "hh", r: 21, d: "hour" }, { l: "d", r: 35 }, { l: "dd", r: 25, d: "day" }, { l: "M", r: 45 }, { l: "MM", r: 10, d: "month" }, { l: "y", r: 17 }, { l: "yy", d: "year" }], C = N.length, I = 0; I < C; I += 1) {
455
+ var b = N[I];
456
+ b.d && (g = h ? o(l).diff(m, b.d, !0) : m.diff(l, b.d, !0));
457
457
  var E = (n.rounding || Math.round)(Math.abs(g));
458
- if (w = g > 0, E <= C.r || !C.r) {
459
- E <= 1 && I > 0 && (C = N[I - 1]);
460
- var O = y[C.l];
461
- p && (E = p("" + E)), A = typeof O == "string" ? O.replace("%d", E) : O(E, d, C.l, w);
458
+ if (w = g > 0, E <= b.r || !b.r) {
459
+ E <= 1 && I > 0 && (b = N[I - 1]);
460
+ var O = y[b.l];
461
+ p && (E = p("" + E)), A = typeof O == "string" ? O.replace("%d", E) : O(E, d, b.l, w);
462
462
  break;
463
463
  }
464
464
  }
@@ -534,19 +534,19 @@ function gr() {
534
534
  u.utcOffset = function(A, w) {
535
535
  var y = this.$utils().u;
536
536
  if (y(A)) return this.$u ? 0 : y(this.$offset) ? m.call(this) : this.$offset;
537
- if (typeof A == "string" && (A = (function(C) {
538
- C === void 0 && (C = "");
539
- var E = C.match(s);
537
+ if (typeof A == "string" && (A = (function(b) {
538
+ b === void 0 && (b = "");
539
+ var E = b.match(s);
540
540
  if (!E) return null;
541
541
  var O = ("" + E[0]).match(o) || ["-", 0, 0], Q = O[0], Y = 60 * +O[1] + +O[2];
542
542
  return Y === 0 ? 0 : Q === "+" ? Y : -Y;
543
543
  })(A), A === null)) return this;
544
544
  var N = Math.abs(A) <= 16 ? 60 * A : A;
545
545
  if (N === 0) return this.utc(w);
546
- var b = this.clone();
547
- if (w) return b.$offset = N, b.$u = !1, b;
546
+ var C = this.clone();
547
+ if (w) return C.$offset = N, C.$u = !1, C;
548
548
  var I = this.$u ? this.toDate().getTimezoneOffset() : -1 * this.utcOffset();
549
- return (b = this.local().add(N + I, n)).$offset = N, b.$x.$localOffset = I, b;
549
+ return (C = this.local().add(N + I, n)).$offset = N, C.$x.$localOffset = I, C;
550
550
  };
551
551
  var h = u.format;
552
552
  u.format = function(A) {
@@ -569,8 +569,8 @@ function gr() {
569
569
  var g = u.diff;
570
570
  u.diff = function(A, w, y) {
571
571
  if (A && this.$u === A.$u) return g.call(this, A, w, y);
572
- var N = this.local(), b = c(A).local();
573
- return g.call(N, b, w, y);
572
+ var N = this.local(), C = c(A).local();
573
+ return g.call(N, C, w, y);
574
574
  };
575
575
  };
576
576
  }));
@@ -590,23 +590,23 @@ function yr() {
590
590
  g === void 0 && (g = {});
591
591
  var A = new Date(h), w = (function(y, N) {
592
592
  N === void 0 && (N = {});
593
- var b = N.timeZoneName || "short", I = y + "|" + b, C = s[I];
594
- return C || (C = new Intl.DateTimeFormat("en-US", { hour12: !1, timeZone: y, year: "numeric", month: "2-digit", day: "2-digit", hour: "2-digit", minute: "2-digit", second: "2-digit", timeZoneName: b }), s[I] = C), C;
593
+ var C = N.timeZoneName || "short", I = y + "|" + C, b = s[I];
594
+ return b || (b = new Intl.DateTimeFormat("en-US", { hour12: !1, timeZone: y, year: "numeric", month: "2-digit", day: "2-digit", hour: "2-digit", minute: "2-digit", second: "2-digit", timeZoneName: C }), s[I] = b), b;
595
595
  })(p, g);
596
596
  return w.formatToParts(A);
597
597
  }, l = function(h, p) {
598
598
  for (var g = u(h, p), A = [], w = 0; w < g.length; w += 1) {
599
- var y = g[w], N = y.type, b = y.value, I = n[N];
600
- I >= 0 && (A[I] = parseInt(b, 10));
599
+ var y = g[w], N = y.type, C = y.value, I = n[N];
600
+ I >= 0 && (A[I] = parseInt(C, 10));
601
601
  }
602
- var C = A[3], E = C === 24 ? 0 : C, O = A[0] + "-" + A[1] + "-" + A[2] + " " + E + ":" + A[4] + ":" + A[5] + ":000", Q = +h;
602
+ var b = A[3], E = b === 24 ? 0 : b, O = A[0] + "-" + A[1] + "-" + A[2] + " " + E + ":" + A[4] + ":" + A[5] + ":000", Q = +h;
603
603
  return (i.utc(O).valueOf() - (Q -= Q % 1e3)) / 6e4;
604
604
  }, d = r.prototype;
605
605
  d.tz = function(h, p) {
606
606
  h === void 0 && (h = c);
607
- var g, A = this.utcOffset(), w = this.toDate(), y = w.toLocaleString("en-US", { timeZone: h }), N = Math.round((w - new Date(y)) / 1e3 / 60), b = 15 * -Math.round(w.getTimezoneOffset() / 15) - N;
608
- if (!Number(b)) g = this.utcOffset(0, p);
609
- else if (g = i(y, { locale: this.$L }).$set("millisecond", this.$ms).utcOffset(b, !0), p) {
607
+ var g, A = this.utcOffset(), w = this.toDate(), y = w.toLocaleString("en-US", { timeZone: h }), N = Math.round((w - new Date(y)) / 1e3 / 60), C = 15 * -Math.round(w.getTimezoneOffset() / 15) - N;
608
+ if (!Number(C)) g = this.utcOffset(0, p);
609
+ else if (g = i(y, { locale: this.$L }).$set("millisecond", this.$ms).utcOffset(C, !0), p) {
610
610
  var I = g.utcOffset();
611
611
  g = g.add(A - I, "minute");
612
612
  }
@@ -630,8 +630,8 @@ function yr() {
630
630
  if (O === G) return [Y, O];
631
631
  var B = l(Y -= 60 * (G - O) * 1e3, Q);
632
632
  return G === B ? [Y, G] : [E - 60 * Math.min(G, B) * 1e3, Math.max(G, B)];
633
- })(i.utc(h, A).valueOf(), y, w), b = N[0], I = N[1], C = i(b).utcOffset(I);
634
- return C.$x.$timezone = w, C;
633
+ })(i.utc(h, A).valueOf(), y, w), C = N[0], I = N[1], b = i(C).utcOffset(I);
634
+ return b.$x.$timezone = w, b;
635
635
  }, i.tz.guess = function() {
636
636
  return Intl.DateTimeFormat().resolvedOptions().timeZone;
637
637
  }, i.tz.setDefault = function(h) {
@@ -642,19 +642,19 @@ function yr() {
642
642
  })(An)), An.exports;
643
643
  }
644
644
  var _r = yr();
645
- const Cr = /* @__PURE__ */ Tt(_r);
645
+ const br = /* @__PURE__ */ Tt(_r);
646
646
  Ue.extend(Ar);
647
- Ue.extend(Cr);
647
+ Ue.extend(br);
648
648
  Ue.extend(ur);
649
649
  const Un = (e) => e === "en" ? "en" : "es", Ge = (e, t) => {
650
650
  const { PUBLIC_LNG: n, DATE_TIMEZONE: s } = t || W(), o = Un(n ?? "es");
651
651
  return Ue.tz(e, s).locale(o).format("DD MMMM YYYY");
652
- }, ba = (e) => {
652
+ }, Ca = (e) => {
653
653
  const { PUBLIC_LNG: t, DATE_TIMEZONE: n } = W(), s = Un(t ?? "es");
654
654
  return Ue.tz(e, n).locale(s).format(
655
655
  s === "en" ? "MMMM DD YYYY [•] HH:mm [hs]" : "DD [de] MMMM YYYY [•] HH:mm [hs]"
656
656
  );
657
- }, br = (e) => {
657
+ }, Cr = (e) => {
658
658
  const { PUBLIC_LNG: t, DATE_TIMEZONE: n } = W(), s = Un(t ?? "es");
659
659
  return Ue.tz(e, n).locale(s).format("MM/DD/YYYY [•] HH:mm [HS]");
660
660
  }, A3 = (e) => {
@@ -1122,7 +1122,7 @@ const Br = () => {
1122
1122
  }
1123
1123
  return e.config.servicePrefix + t;
1124
1124
  };
1125
- function C3(e) {
1125
+ function b3(e) {
1126
1126
  const t = e.lastIndexOf("-"), n = t >= 0 ? [e.slice(0, t), e.slice(t + 1)] : [e], s = n[n.length - 1]?.split("."), o = s && s[0] ? s[0] : "", r = o.substring(0, 2), i = o.substring(2, 10), c = o.substring(10);
1127
1127
  return { path: {
1128
1128
  vy: (l) => `/videos/video-youtube/${Ue(i).format(
@@ -1137,7 +1137,7 @@ function C3(e) {
1137
1137
  const At = (e, t) => {
1138
1138
  const n = e.name.normalize("NFD").replace(/[\u0300-\u036f]/g, "").replace(/ñ/g, "n").replace(/Ñ/g, "n").replace(/[^\w\s]/gi, "").replaceAll(" ", "-").toLowerCase();
1139
1139
  return t?.tema ? `/${t.tema}/${n}-t${e.id}` : `/${n}-t${e.id}`;
1140
- }, b3 = (e) => {
1140
+ }, C3 = (e) => {
1141
1141
  const { AssetsPrefix: t = "", AssetsPath: n = "src", isDev: s = !1 } = e;
1142
1142
  return s ? "src" : t + n;
1143
1143
  }, v3 = async (e, t, n, s) => {
@@ -1757,7 +1757,7 @@ const gi = (e, t, n, { allOwnKeys: s } = {}) => (Vt(t, (o, r) => {
1757
1757
  for (; t-- > 0; )
1758
1758
  n[t] = e[t];
1759
1759
  return n;
1760
- }, Ci = /* @__PURE__ */ ((e) => (t) => e && t instanceof e)(typeof Uint8Array < "u" && Sa(Uint8Array)), bi = (e, t) => {
1760
+ }, bi = /* @__PURE__ */ ((e) => (t) => e && t instanceof e)(typeof Uint8Array < "u" && Sa(Uint8Array)), Ci = (e, t) => {
1761
1761
  const s = (e && e[Rn]).call(e);
1762
1762
  let o;
1763
1763
  for (; (o = s.next()) && !o.done; ) {
@@ -1858,7 +1858,7 @@ const Li = (e) => {
1858
1858
  isFunction: Ne,
1859
1859
  isStream: ii,
1860
1860
  isURLSearchParams: li,
1861
- isTypedArray: Ci,
1861
+ isTypedArray: bi,
1862
1862
  isFileList: ri,
1863
1863
  forEach: Vt,
1864
1864
  merge: da,
@@ -1871,7 +1871,7 @@ const Li = (e) => {
1871
1871
  kindOfTest: De,
1872
1872
  endsWith: yi,
1873
1873
  toArray: _i,
1874
- forEachEntry: bi,
1874
+ forEachEntry: Ci,
1875
1875
  matchAll: vi,
1876
1876
  isHTMLForm: Ni,
1877
1877
  hasOwnProperty: Za,
@@ -1993,11 +1993,11 @@ function Pn(e, t, n) {
1993
1993
  if (v.endsWith(A, "{}"))
1994
1994
  A = s ? A : A.slice(0, -2), g = JSON.stringify(g);
1995
1995
  else if (v.isArray(g) && Di(g) || (v.isFileList(g) || v.endsWith(A, "[]")) && (y = v.toArray(g)))
1996
- return A = uo(A), y.forEach(function(b, I) {
1997
- !(v.isUndefined(b) || b === null) && t.append(
1996
+ return A = uo(A), y.forEach(function(C, I) {
1997
+ !(v.isUndefined(C) || C === null) && t.append(
1998
1998
  // eslint-disable-next-line no-nested-ternary
1999
1999
  i === !0 ? Xa([A], I, r) : i === null ? A : A + "[]",
2000
- l(b)
2000
+ l(C)
2001
2001
  );
2002
2002
  }), !1;
2003
2003
  }
@@ -2693,13 +2693,13 @@ const yo = (e) => {
2693
2693
  function y() {
2694
2694
  if (!w)
2695
2695
  return;
2696
- const b = Se.from(
2696
+ const C = Se.from(
2697
2697
  "getAllResponseHeaders" in w && w.getAllResponseHeaders()
2698
- ), C = {
2698
+ ), b = {
2699
2699
  data: !c || c === "text" || c === "json" ? w.responseText : w.response,
2700
2700
  status: w.status,
2701
2701
  statusText: w.statusText,
2702
- headers: b,
2702
+ headers: C,
2703
2703
  config: e,
2704
2704
  request: w
2705
2705
  };
@@ -2707,28 +2707,28 @@ const yo = (e) => {
2707
2707
  n(O), A();
2708
2708
  }, function(O) {
2709
2709
  s(O), A();
2710
- }, C), w = null;
2710
+ }, b), w = null;
2711
2711
  }
2712
2712
  "onloadend" in w ? w.onloadend = y : w.onreadystatechange = function() {
2713
2713
  !w || w.readyState !== 4 || w.status === 0 && !(w.responseURL && w.responseURL.indexOf("file:") === 0) || setTimeout(y);
2714
2714
  }, w.onabort = function() {
2715
2715
  w && (s(new K("Request aborted", K.ECONNABORTED, e, w)), w = null);
2716
2716
  }, w.onerror = function(I) {
2717
- const C = I && I.message ? I.message : "Network Error", E = new K(C, K.ERR_NETWORK, e, w);
2717
+ const b = I && I.message ? I.message : "Network Error", E = new K(b, K.ERR_NETWORK, e, w);
2718
2718
  E.event = I || null, s(E), w = null;
2719
2719
  }, w.ontimeout = function() {
2720
2720
  let I = o.timeout ? "timeout of " + o.timeout + "ms exceeded" : "timeout exceeded";
2721
- const C = o.transitional || fo;
2721
+ const b = o.transitional || fo;
2722
2722
  o.timeoutErrorMessage && (I = o.timeoutErrorMessage), s(new K(
2723
2723
  I,
2724
- C.clarifyTimeoutError ? K.ETIMEDOUT : K.ECONNABORTED,
2724
+ b.clarifyTimeoutError ? K.ETIMEDOUT : K.ECONNABORTED,
2725
2725
  e,
2726
2726
  w
2727
2727
  )), w = null;
2728
- }, r === void 0 && i.setContentType(null), "setRequestHeader" in w && v.forEach(i.toJSON(), function(I, C) {
2729
- w.setRequestHeader(C, I);
2730
- }), v.isUndefined(o.withCredentials) || (w.withCredentials = !!o.withCredentials), c && c !== "json" && (w.responseType = o.responseType), l && ([h, g] = Nn(l, !0), w.addEventListener("progress", h)), u && w.upload && ([m, p] = Nn(u), w.upload.addEventListener("progress", m), w.upload.addEventListener("loadend", p)), (o.cancelToken || o.signal) && (d = (b) => {
2731
- w && (s(!b || b.type ? new kt(null, e, w) : b), w.abort(), w = null);
2728
+ }, r === void 0 && i.setContentType(null), "setRequestHeader" in w && v.forEach(i.toJSON(), function(I, b) {
2729
+ w.setRequestHeader(b, I);
2730
+ }), v.isUndefined(o.withCredentials) || (w.withCredentials = !!o.withCredentials), c && c !== "json" && (w.responseType = o.responseType), l && ([h, g] = Nn(l, !0), w.addEventListener("progress", h)), u && w.upload && ([m, p] = Nn(u), w.upload.addEventListener("progress", m), w.upload.addEventListener("loadend", p)), (o.cancelToken || o.signal) && (d = (C) => {
2731
+ w && (s(!C || C.type ? new kt(null, e, w) : C), w.abort(), w = null);
2732
2732
  }, o.cancelToken && o.cancelToken.subscribe(d), o.signal && (o.signal.aborted ? d() : o.signal.addEventListener("abort", d)));
2733
2733
  const N = oc(o.url);
2734
2734
  if (N && we.protocols.indexOf(N) === -1) {
@@ -2881,9 +2881,9 @@ const yo = (e) => {
2881
2881
  method: w,
2882
2882
  data: y,
2883
2883
  signal: N,
2884
- cancelToken: b,
2884
+ cancelToken: C,
2885
2885
  timeout: I,
2886
- onDownloadProgress: C,
2886
+ onDownloadProgress: b,
2887
2887
  onUploadProgress: E,
2888
2888
  responseType: O,
2889
2889
  headers: Q,
@@ -2891,7 +2891,7 @@ const yo = (e) => {
2891
2891
  fetchOptions: G
2892
2892
  } = yo(g), B = t || fetch;
2893
2893
  O = O ? (O + "").toLowerCase() : "text";
2894
- let te = fc([N, b && b.toAbortSignal()], I), le = null;
2894
+ let te = fc([N, C && C.toAbortSignal()], I), le = null;
2895
2895
  const M = te && te.unsubscribe && (() => {
2896
2896
  te.unsubscribe();
2897
2897
  });
@@ -2924,14 +2924,14 @@ const yo = (e) => {
2924
2924
  le = r && new n(A, D);
2925
2925
  let x = await (r ? B(le, G) : B(A, D));
2926
2926
  const z = d && (O === "stream" || O === "response");
2927
- if (d && (C || z && M)) {
2927
+ if (d && (b || z && M)) {
2928
2928
  const S = {};
2929
2929
  ["status", "statusText", "headers"].forEach((H) => {
2930
2930
  S[H] = x[H];
2931
2931
  });
2932
- const L = v.toFiniteNumber(x.headers.get("content-length")), [j, P] = C && as(
2932
+ const L = v.toFiniteNumber(x.headers.get("content-length")), [j, P] = b && as(
2933
2933
  L,
2934
- Nn(ss(C), !0)
2934
+ Nn(ss(b), !0)
2935
2935
  ) || [];
2936
2936
  x = new s(
2937
2937
  rs(x.body, is, j, () => {
@@ -2990,8 +2990,8 @@ v.forEach(Ta, (e, t) => {
2990
2990
  Object.defineProperty(e, "adapterName", { value: t });
2991
2991
  }
2992
2992
  });
2993
- const us = (e) => `- ${e}`, Cc = (e) => v.isFunction(e) || e === null || e === !1;
2994
- function bc(e, t) {
2993
+ const us = (e) => `- ${e}`, bc = (e) => v.isFunction(e) || e === null || e === !1;
2994
+ function Cc(e, t) {
2995
2995
  e = v.isArray(e) ? e : [e];
2996
2996
  const { length: n } = e;
2997
2997
  let s, o;
@@ -2999,7 +2999,7 @@ function bc(e, t) {
2999
2999
  for (let i = 0; i < n; i++) {
3000
3000
  s = e[i];
3001
3001
  let c;
3002
- if (o = s, !Cc(s) && (o = Ta[(c = String(s)).toLowerCase()], o === void 0))
3002
+ if (o = s, !bc(s) && (o = Ta[(c = String(s)).toLowerCase()], o === void 0))
3003
3003
  throw new K(`Unknown adapter '${c}'`);
3004
3004
  if (o && (v.isFunction(o) || (o = o.get(t))))
3005
3005
  break;
@@ -3019,12 +3019,12 @@ function bc(e, t) {
3019
3019
  }
3020
3020
  return o;
3021
3021
  }
3022
- const Co = {
3022
+ const bo = {
3023
3023
  /**
3024
3024
  * Resolve an adapter from a list of adapter names or functions.
3025
3025
  * @type {Function}
3026
3026
  */
3027
- getAdapter: bc,
3027
+ getAdapter: Cc,
3028
3028
  /**
3029
3029
  * Exposes all known adapters
3030
3030
  * @type {Object<string, Function|Object>}
@@ -3039,7 +3039,7 @@ function ms(e) {
3039
3039
  return Fn(e), e.headers = Se.from(e.headers), e.data = zn.call(
3040
3040
  e,
3041
3041
  e.transformRequest
3042
- ), ["post", "put", "patch"].indexOf(e.method) !== -1 && e.headers.setContentType("application/x-www-form-urlencoded", !1), Co.getAdapter(e.adapter || Wt.adapter, e)(e).then(function(s) {
3042
+ ), ["post", "put", "patch"].indexOf(e.method) !== -1 && e.headers.setContentType("application/x-www-form-urlencoded", !1), bo.getAdapter(e.adapter || Wt.adapter, e)(e).then(function(s) {
3043
3043
  return Fn(e), s.data = zn.call(
3044
3044
  e,
3045
3045
  e.transformResponse,
@@ -3053,7 +3053,7 @@ function ms(e) {
3053
3053
  ), s.response.headers = Se.from(s.response.headers))), Promise.reject(s);
3054
3054
  });
3055
3055
  }
3056
- const bo = "1.13.2", On = {};
3056
+ const Co = "1.13.2", On = {};
3057
3057
  ["object", "boolean", "number", "function", "string", "symbol"].forEach((e, t) => {
3058
3058
  On[e] = function(s) {
3059
3059
  return typeof s === e || "a" + (t < 1 ? "n " : " ") + e;
@@ -3062,7 +3062,7 @@ const bo = "1.13.2", On = {};
3062
3062
  const hs = {};
3063
3063
  On.transitional = function(t, n, s) {
3064
3064
  function o(r, i) {
3065
- return "[Axios v" + bo + "] Transitional option '" + r + "'" + i + (s ? ". " + s : "");
3065
+ return "[Axios v" + Co + "] Transitional option '" + r + "'" + i + (s ? ". " + s : "");
3066
3066
  }
3067
3067
  return (r, i, c) => {
3068
3068
  if (t === !1)
@@ -3392,7 +3392,7 @@ oe.Axios = gt;
3392
3392
  oe.CanceledError = kt;
3393
3393
  oe.CancelToken = Nc;
3394
3394
  oe.isCancel = po;
3395
- oe.VERSION = bo;
3395
+ oe.VERSION = Co;
3396
3396
  oe.toFormData = Pn;
3397
3397
  oe.AxiosError = K;
3398
3398
  oe.Cancel = oe.CanceledError;
@@ -3404,7 +3404,7 @@ oe.isAxiosError = Ic;
3404
3404
  oe.mergeConfig = wt;
3405
3405
  oe.AxiosHeaders = Se;
3406
3406
  oe.formToJSON = (e) => go(v.isHTMLForm(e) ? new FormData(e) : e);
3407
- oe.getAdapter = Co.getAdapter;
3407
+ oe.getAdapter = bo.getAdapter;
3408
3408
  oe.HttpStatusCode = ha;
3409
3409
  oe.default = oe;
3410
3410
  const {
@@ -3542,13 +3542,13 @@ class ht {
3542
3542
  ), h = [];
3543
3543
  console.log("newsRelatedList: ", m), m?.forEach((y) => {
3544
3544
  y && y.length > 0 && y.forEach((N) => {
3545
- const b = this.getNews({
3545
+ const C = this.getNews({
3546
3546
  path: N.replaceAll ? N?.replaceAll("|", "/") ?? "" : N[0].replaceAll("|", "/") ?? "",
3547
3547
  imagesizes: n.getNewsItemsRelated,
3548
3548
  exclude: s.getNewsItemsRelated
3549
3549
  });
3550
- b && h.push(
3551
- b
3550
+ C && h.push(
3551
+ C
3552
3552
  );
3553
3553
  });
3554
3554
  }), console.log("newsRelatedListRequest: ", h);
@@ -3725,14 +3725,14 @@ const $3 = async (e, t, n, s, o, r, i) => {
3725
3725
  s[o] = i(t[n.indexOf(o)]);
3726
3726
  }
3727
3727
  return s;
3728
- }, be = (e) => ({
3728
+ }, Ce = (e) => ({
3729
3729
  title: e.title,
3730
3730
  description: e.description,
3731
3731
  robots: "noindex"
3732
3732
  }), xc = (e = "") => e.replace(/-/g, " ").replace(/^./, (t) => t.toUpperCase()), kc = {
3733
3733
  404: (e) => {
3734
3734
  const { meta: t } = e;
3735
- return be(t);
3735
+ return Ce(t);
3736
3736
  },
3737
3737
  home: (e) => {
3738
3738
  const { meta: t, config: n } = e;
@@ -3757,9 +3757,9 @@ const $3 = async (e, t, n, s, o, r, i) => {
3757
3757
  },
3758
3758
  news: (e) => {
3759
3759
  const { meta: t, config: n, currentNew: s, schemasImages: o } = e;
3760
- if (!s) return be(t);
3760
+ if (!s) return Ce(t);
3761
3761
  const r = xr(s, n, o);
3762
- return r ? { ...t, ...r } : be(t);
3762
+ return r ? { ...t, ...r } : Ce(t);
3763
3763
  },
3764
3764
  seccion: async (e) => {
3765
3765
  const { meta: t, config: n, pathname: s, slug: o, axiosApi: r } = e, i = new ht({ config: n, axiosApi: r }), c = s.split("/"), u = [], l = Xt(s), d = Number(n.newsListLimit) ?? 0;
@@ -3771,7 +3771,7 @@ const $3 = async (e, t, n, s, o, r, i) => {
3771
3771
  exclude: "keywords,gallery,related,relatedexternal,external,customfields",
3772
3772
  page: l
3773
3773
  });
3774
- if (!m) return be(t);
3774
+ if (!m) return Ce(t);
3775
3775
  const h = m.data.data, p = h[0];
3776
3776
  return h.length < d || u.push({ rel: "next", url: Jt(n, c, l) }), l > 1 && u.push({ rel: "prev", url: Zt(n, c, l) }), {
3777
3777
  ...t,
@@ -3802,7 +3802,7 @@ const $3 = async (e, t, n, s, o, r, i) => {
3802
3802
  }
3803
3803
  };
3804
3804
  } catch (m) {
3805
- return console.error(m), be(t);
3805
+ return console.error(m), Ce(t);
3806
3806
  }
3807
3807
  },
3808
3808
  tema: async (e) => {
@@ -3816,7 +3816,7 @@ const $3 = async (e, t, n, s, o, r, i) => {
3816
3816
  exclude: "keywords,gallery,related,relatedexternal,external,customfields",
3817
3817
  page: l
3818
3818
  });
3819
- if (!g) return be(t);
3819
+ if (!g) return Ce(t);
3820
3820
  const A = g.data.entity;
3821
3821
  return A ? (g.data.data?.length < d || u.push({
3822
3822
  rel: "next",
@@ -3853,7 +3853,7 @@ const $3 = async (e, t, n, s, o, r, i) => {
3853
3853
  }
3854
3854
  }) : t;
3855
3855
  } catch (g) {
3856
- return console.error(g), be(t);
3856
+ return console.error(g), Ce(t);
3857
3857
  }
3858
3858
  },
3859
3859
  "ultimas-noticias": (e) => {
@@ -3876,9 +3876,9 @@ const $3 = async (e, t, n, s, o, r, i) => {
3876
3876
  return i?.data?.data?.length ? {
3877
3877
  ...t,
3878
3878
  ...Or(i.data.data[0], n) ?? {}
3879
- } : be(t);
3879
+ } : Ce(t);
3880
3880
  } catch (i) {
3881
- return console.error("metadata (video) error:", i), be(t);
3881
+ return console.error("metadata (video) error:", i), Ce(t);
3882
3882
  }
3883
3883
  },
3884
3884
  videos: async (e) => {
@@ -3908,7 +3908,7 @@ const $3 = async (e, t, n, s, o, r, i) => {
3908
3908
  other: {
3909
3909
  "msapplication-TileImage": n.msapplicationTileImage ?? ""
3910
3910
  }
3911
- }) : be(t);
3911
+ }) : Ce(t);
3912
3912
  },
3913
3913
  pages: async (e) => {
3914
3914
  const { meta: t, config: n, pathname: s, slug: o, axiosApi: r } = e, i = new ht({ config: n, axiosApi: r });
@@ -3916,7 +3916,7 @@ const $3 = async (e, t, n, s, o, r, i) => {
3916
3916
  const c = await i.getPages({
3917
3917
  path: n.servicePrefix + `/pages/${o}`
3918
3918
  });
3919
- if (!c) return be(t);
3919
+ if (!c) return Ce(t);
3920
3920
  const u = c.data.data[0]?.info.title ?? "";
3921
3921
  return {
3922
3922
  ...t,
@@ -3927,7 +3927,7 @@ const $3 = async (e, t, n, s, o, r, i) => {
3927
3927
  }
3928
3928
  };
3929
3929
  } catch (c) {
3930
- return console.error(c), be(t);
3930
+ return console.error(c), Ce(t);
3931
3931
  }
3932
3932
  },
3933
3933
  contacto: (e) => {
@@ -4007,9 +4007,9 @@ const $3 = async (e, t, n, s, o, r, i) => {
4007
4007
  other: {
4008
4008
  "msapplication-TileImage": n.msapplicationTileImage ?? ""
4009
4009
  }
4010
- }) : be(t);
4010
+ }) : Ce(t);
4011
4011
  } catch (m) {
4012
- return console.error(m), be(t);
4012
+ return console.error(m), Ce(t);
4013
4013
  }
4014
4014
  }
4015
4015
  }, Uc = (e) => e ? e.replace(/<[^>]*>/g, "").replace(/&nbsp;/gi, " ").replace(/&amp;/gi, "&").replace(/&quot;/gi, '"').replace(/&#39;/gi, "'").replace(/\s+/g, " ").trim() : "", fs = (e, t) => {
@@ -4043,7 +4043,7 @@ const $3 = async (e, t, n, s, o, r, i) => {
4043
4043
  alternateName: e.info.nickname ? e.info.nickname : e.info.name,
4044
4044
  identifier: e.info.id,
4045
4045
  description: Uc(e.addtional?.USER_MIBIO ?? ""),
4046
- image: e.info.image ? e.info.image.sizes.map((m, h) => h === 0 ? null : l + m.url).filter(Boolean) : [],
4046
+ image: e.info.image ? e.info.image.sizes.map((m, h) => h === 0 && e.info.image.sizes.length !== 1 ? null : l + m.url).filter(Boolean) : [],
4047
4047
  sameAs: [
4048
4048
  e.addtional?.USER_USERFB,
4049
4049
  e.addtional?.USER_USERIG,
@@ -4051,11 +4051,10 @@ const $3 = async (e, t, n, s, o, r, i) => {
4051
4051
  e.addtional?.USER_USERTWT
4052
4052
  ].filter(Boolean),
4053
4053
  jobTitle: e.addtional?.USER_JOBTITLE ?? "",
4054
- url: n.siteUrl + (n.paths.autor !== "" ? `/${n.paths.autor}/` : "/") + e.info.name,
4055
- email: e.addtional.USER_SHOWEMAIL ? e.info.email : ""
4054
+ url: n.siteUrl + (n.paths.autor !== "" ? `/${n.paths.autor}/` : "/") + e.info.name
4056
4055
  }
4057
4056
  };
4058
- return u && (d.dateCreated = u), c && (d.dateModified = c), /* @__PURE__ */ a("script", { type: "application/ld+json", children: JSON.stringify(d) });
4057
+ return u && (d.dateCreated = u), c && (d.dateModified = c), e?.addtional?.USER_SHOWEMAIL && (d.mainEntity.email = e.info.email), /* @__PURE__ */ a("script", { type: "application/ld+json", children: JSON.stringify(d) });
4059
4058
  };
4060
4059
  async function W3({
4061
4060
  axiosApi: e,
@@ -4086,9 +4085,9 @@ async function W3({
4086
4085
  socials: w,
4087
4086
  speculationType: y = "Common",
4088
4087
  preloadImageUrl: N,
4089
- custom_Speculation: b,
4088
+ custom_Speculation: C,
4090
4089
  custom_metadata: I,
4091
- custom_scriptReplaces: C,
4090
+ custom_scriptReplaces: b,
4092
4091
  head_custom_elements: E
4093
4092
  }) {
4094
4093
  const O = I || await kc[o]({
@@ -4103,7 +4102,7 @@ async function W3({
4103
4102
  axiosApi: e,
4104
4103
  internalPath: g,
4105
4104
  schemasImages: p
4106
- }), Q = Rr(O), Y = C || Xs[o]({
4105
+ }), Q = Rr(O), Y = b || Xs[o]({
4107
4106
  pathname: r,
4108
4107
  slug: i,
4109
4108
  config: A,
@@ -4182,7 +4181,7 @@ async function W3({
4182
4181
  {
4183
4182
  type: y,
4184
4183
  active: A.useSpeculationRules,
4185
- customSpeculation: b
4184
+ customSpeculation: C
4186
4185
  }
4187
4186
  ),
4188
4187
  G && G !== "" && (o === "news" && B || o === "anuncia" || o === "contacto") && /* @__PURE__ */ a(
@@ -4267,15 +4266,15 @@ function Dc({
4267
4266
  enableDrag: r,
4268
4267
  onIndexChange: i
4269
4268
  }) {
4270
- const [c, u] = J(!1), [l, d] = J(0), [m, h] = J(0), [p, g] = J(0), [A, w] = J(0), [y, N] = J(null), b = Ws(null), [I, C] = J(1), E = ue(() => {
4269
+ const [c, u] = J(!1), [l, d] = J(0), [m, h] = J(0), [p, g] = J(0), [A, w] = J(0), [y, N] = J(null), C = Ws(null), [I, b] = J(1), E = ue(() => {
4271
4270
  if (o) return 1;
4272
- const _ = b.current?.offsetWidth || window.innerWidth, S = n + s, L = Math.floor(_ / S);
4271
+ const _ = C.current?.offsetWidth || window.innerWidth, S = n + s, L = Math.floor(_ / S);
4273
4272
  return Math.max(1, L);
4274
4273
  }, [o, n, s]);
4275
4274
  Qe(() => {
4276
4275
  const _ = () => {
4277
4276
  const S = E();
4278
- C(S);
4277
+ b(S);
4279
4278
  };
4280
4279
  return _(), window.addEventListener("resize", _), () => window.removeEventListener("resize", _);
4281
4280
  }, [E]);
@@ -4288,7 +4287,7 @@ function Dc({
4288
4287
  }, [E]), G = ue(
4289
4288
  (_, S = 0) => {
4290
4289
  if (o) {
4291
- const L = b.current?.offsetWidth || window.innerWidth;
4290
+ const L = C.current?.offsetWidth || window.innerWidth;
4292
4291
  return -(_ * (100 + s)) + S / L * 100;
4293
4292
  }
4294
4293
  return -(_ * (n + s)) + S;
@@ -4296,7 +4295,7 @@ function Dc({
4296
4295
  [o, n, s]
4297
4296
  ), B = ue(
4298
4297
  (_) => {
4299
- const S = b.current?.offsetWidth || window.innerWidth, L = E(), j = Y();
4298
+ const S = C.current?.offsetWidth || window.innerWidth, L = E(), j = Y();
4300
4299
  if (o)
4301
4300
  return Math.abs(_) / S * 100 > 30 ? 1 : 0;
4302
4301
  {
@@ -4372,16 +4371,16 @@ function Dc({
4372
4371
  );
4373
4372
  return Qe(() => {
4374
4373
  if (c)
4375
- return b.current?.addEventListener("mousemove", M), b.current?.addEventListener("mouseup", U), () => {
4376
- b.current?.removeEventListener(
4374
+ return C.current?.addEventListener("mousemove", M), C.current?.addEventListener("mouseup", U), () => {
4375
+ C.current?.removeEventListener(
4377
4376
  "mousemove",
4378
4377
  M
4379
- ), b.current?.removeEventListener("mouseup", U);
4378
+ ), C.current?.removeEventListener("mouseup", U);
4380
4379
  };
4381
4380
  }, [c, le, U, M]), {
4382
4381
  isDragging: c,
4383
4382
  translateOffset: p,
4384
- carrouselRef: b,
4383
+ carrouselRef: C,
4385
4384
  maxIndex: Q,
4386
4385
  getTranslateValue: G,
4387
4386
  actualVisibleItems: I,
@@ -4416,7 +4415,7 @@ function J3(e) {
4416
4415
  carrouselRef: w,
4417
4416
  maxIndex: y,
4418
4417
  getTranslateValue: N,
4419
- actualVisibleItems: b,
4418
+ actualVisibleItems: C,
4420
4419
  dragHandlers: I
4421
4420
  } = Dc({
4422
4421
  currentIndex: d,
@@ -4426,17 +4425,17 @@ function J3(e) {
4426
4425
  fullPageWidth: i,
4427
4426
  enableDrag: u,
4428
4427
  onIndexChange: m
4429
- }), C = ue(
4428
+ }), b = ue(
4430
4429
  (G) => {
4431
4430
  const B = Math.max(0, Math.min(G, y));
4432
4431
  m(B);
4433
4432
  },
4434
4433
  [y]
4435
4434
  ), E = ue(() => {
4436
- C(d - 1);
4437
- }, [d, C]), O = ue(() => {
4438
- C(d + 1);
4439
- }, [d, C]);
4435
+ b(d - 1);
4436
+ }, [d, b]), O = ue(() => {
4437
+ b(d + 1);
4438
+ }, [d, b]);
4440
4439
  if (!h) return;
4441
4440
  const Q = N(d, A), Y = i ? `translateX(${Q}%)` : `translateX(${Q}px)`;
4442
4441
  return /* @__PURE__ */ f("div", { className: `${n}- carrousel-container`, children: [
@@ -4538,14 +4537,14 @@ function J3(e) {
4538
4537
  }
4539
4538
  ),
4540
4539
  c && /* @__PURE__ */ a("nav", { className: "carrousel-pagination", children: Array.from(
4541
- { length: Math.ceil(l.length / b) },
4540
+ { length: Math.ceil(l.length / C) },
4542
4541
  (G, B) => {
4543
- const te = Math.floor(d / b) === B;
4542
+ const te = Math.floor(d / C) === B;
4544
4543
  return /* @__PURE__ */ a(
4545
4544
  "li",
4546
4545
  {
4547
4546
  className: te ? "active" : "",
4548
- onClick: () => C(B * b),
4547
+ onClick: () => b(B * C),
4549
4548
  style: {
4550
4549
  cursor: "pointer",
4551
4550
  backgroundColor: te ? "var(--carrousel-pagination-background-color)" : "var(--carrousel-pagination-background-color-white)"
@@ -4939,7 +4938,7 @@ function La() {
4939
4938
  function Io() {
4940
4939
  return W().COMPONENTS?.PlayIcon || So;
4941
4940
  }
4942
- const Cl = (e) => {
4941
+ const bl = (e) => {
4943
4942
  const { isVideo: t = !1, priorityHigh: n = !1 } = e, s = La(), o = e.preview.sizes;
4944
4943
  return o ? o.length === 1 ? /* @__PURE__ */ a("figure", { className: re.figure, children: /* @__PURE__ */ f("span", { className: re.backdrop, children: [
4945
4944
  /* @__PURE__ */ a("span", { className: re.backdropAux }),
@@ -5024,7 +5023,7 @@ const Cl = (e) => {
5024
5023
  }, Rt = (e) => /* @__PURE__ */ f("svg", { width: "28", height: "28", viewBox: "0 0 28 28", ...e, xmlns: "http://www.w3.org/2000/svg", children: [
5025
5024
  /* @__PURE__ */ a("g", { clipPath: "url(#clip0_2503_6565)", children: /* @__PURE__ */ a("path", { d: "M22.1668 7.47825L20.5218 5.83325L14.0002 12.3549L7.4785 5.83325L5.8335 7.47825L12.3552 13.9999L5.8335 20.5216L7.4785 22.1666L14.0002 15.6449L20.5218 22.1666L22.1668 20.5216L15.6452 13.9999L22.1668 7.47825Z", fill: "currentColor" }) }),
5026
5025
  /* @__PURE__ */ a("defs", { children: /* @__PURE__ */ a("clipPath", { id: "clip0_2503_6565", children: /* @__PURE__ */ a("rect", { width: "28", height: "28", fill: "currentColor" }) }) })
5027
- ] }), bl = (e) => {
5026
+ ] }), Cl = (e) => {
5028
5027
  const {
5029
5028
  preview: t,
5030
5029
  isVideo: n = !1,
@@ -5072,7 +5071,7 @@ const Cl = (e) => {
5072
5071
  const { PUBLIC_IS_OFFLINE: n } = W();
5073
5072
  if (n === "true")
5074
5073
  return /* @__PURE__ */ a(
5075
- bl,
5074
+ Cl,
5076
5075
  {
5077
5076
  ...e,
5078
5077
  PUBLIC_API_HOST: "https://dev-saas.cms-medios.com",
@@ -5090,7 +5089,7 @@ const Cl = (e) => {
5090
5089
  ...t,
5091
5090
  sizes: s
5092
5091
  };
5093
- return /* @__PURE__ */ a(Cl, { ...e, preview: o });
5092
+ return /* @__PURE__ */ a(bl, { ...e, preview: o });
5094
5093
  }, Eo = (e) => {
5095
5094
  const { itemReverseOrder: t = !1 } = e;
5096
5095
  return /* @__PURE__ */ a(
@@ -6349,7 +6348,7 @@ const Cl = (e) => {
6349
6348
  }
6350
6349
  )
6351
6350
  }
6352
- ), Mn = (e) => /* @__PURE__ */ a("svg", { width: "40", height: "40", viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ a("path", { d: "M25.3 6.5H15.3C10.7 6.5 7 10.2 7 14.8V24.8C7 29.4 10.7 33.1 15.3 33.1H25.3C29.9 33.1 33.6 29.4 33.6 24.8V14.8C33.6 10.2 29.9 6.5 25.3 6.5ZM31.1 24.6C31.1 27.8 28.5 30.4 25.3 30.4H15.3C12.1 30.4 9.5 27.8 9.5 24.6V14.6C9.5 11.4 12.1 8.8 15.3 8.8H25.3C28.5 8.8 31.1 11.4 31.1 14.6V24.6ZM20.4 13.1C16.8 13.1 13.8 16.1 13.8 19.7C13.8 23.3 16.8 26.3 20.4 26.3C24 26.3 27 23.3 27 19.7C27 16.1 24.1 13.1 20.5 13.1H20.4ZM20.4 23.8C18.1 23.8 16.3 22 16.3 19.7C16.3 17.4 18.1 15.6 20.4 15.6C22.7 15.6 24.5 17.4 24.5 19.7C24.6 21.9 22.8 23.7 20.6 23.8H20.4ZM27.5 11.7C28 11.7 28.4 12.1 28.4 12.6C28.4 13.1 28 13.5 27.5 13.5C27 13.5 26.6 13.1 26.6 12.6C26.6 12.1 27 11.7 27.5 11.7Z", fill: "currentColor" }) }), _d = (e) => /* @__PURE__ */ a("svg", { ...e, width: "17", height: "21", viewBox: "0 0 14 17", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ a("path", { fill: "currentColor", d: "M7 10.7368C8.66 10.7368 10 9.53789 10 8.05263V2.68421C10 1.19895 8.66 0 7 0C5.34 0 4 1.19895 4 2.68421V8.05263C4 9.53789 5.34 10.7368 7 10.7368ZM6 2.68421C6 2.19211 6.45 1.78947 7 1.78947C7.55 1.78947 8 2.19211 8 2.68421V8.05263C8 8.54474 7.55 8.94737 7 8.94737C6.45 8.94737 6 8.54474 6 8.05263V2.68421ZM12 8.05263C12 10.5221 9.76 12.5263 7 12.5263C4.24 12.5263 2 10.5221 2 8.05263H0C0 11.2111 2.61 13.8058 6 14.2442V17H8V14.2442C11.39 13.8058 14 11.2111 14 8.05263H12Z" }) }), Cd = (e) => /* @__PURE__ */ a(
6351
+ ), Mn = (e) => /* @__PURE__ */ a("svg", { width: "40", height: "40", viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ a("path", { d: "M25.3 6.5H15.3C10.7 6.5 7 10.2 7 14.8V24.8C7 29.4 10.7 33.1 15.3 33.1H25.3C29.9 33.1 33.6 29.4 33.6 24.8V14.8C33.6 10.2 29.9 6.5 25.3 6.5ZM31.1 24.6C31.1 27.8 28.5 30.4 25.3 30.4H15.3C12.1 30.4 9.5 27.8 9.5 24.6V14.6C9.5 11.4 12.1 8.8 15.3 8.8H25.3C28.5 8.8 31.1 11.4 31.1 14.6V24.6ZM20.4 13.1C16.8 13.1 13.8 16.1 13.8 19.7C13.8 23.3 16.8 26.3 20.4 26.3C24 26.3 27 23.3 27 19.7C27 16.1 24.1 13.1 20.5 13.1H20.4ZM20.4 23.8C18.1 23.8 16.3 22 16.3 19.7C16.3 17.4 18.1 15.6 20.4 15.6C22.7 15.6 24.5 17.4 24.5 19.7C24.6 21.9 22.8 23.7 20.6 23.8H20.4ZM27.5 11.7C28 11.7 28.4 12.1 28.4 12.6C28.4 13.1 28 13.5 27.5 13.5C27 13.5 26.6 13.1 26.6 12.6C26.6 12.1 27 11.7 27.5 11.7Z", fill: "currentColor" }) }), _d = (e) => /* @__PURE__ */ a("svg", { ...e, width: "17", height: "21", viewBox: "0 0 14 17", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ a("path", { fill: "currentColor", d: "M7 10.7368C8.66 10.7368 10 9.53789 10 8.05263V2.68421C10 1.19895 8.66 0 7 0C5.34 0 4 1.19895 4 2.68421V8.05263C4 9.53789 5.34 10.7368 7 10.7368ZM6 2.68421C6 2.19211 6.45 1.78947 7 1.78947C7.55 1.78947 8 2.19211 8 2.68421V8.05263C8 8.54474 7.55 8.94737 7 8.94737C6.45 8.94737 6 8.54474 6 8.05263V2.68421ZM12 8.05263C12 10.5221 9.76 12.5263 7 12.5263C4.24 12.5263 2 10.5221 2 8.05263H0C0 11.2111 2.61 13.8058 6 14.2442V17H8V14.2442C11.39 13.8058 14 11.2111 14 8.05263H12Z" }) }), bd = (e) => /* @__PURE__ */ a(
6353
6352
  "svg",
6354
6353
  {
6355
6354
  width: "26",
@@ -6367,7 +6366,7 @@ const Cl = (e) => {
6367
6366
  }
6368
6367
  )
6369
6368
  }
6370
- ), bd = (e) => /* @__PURE__ */ a(
6369
+ ), Cd = (e) => /* @__PURE__ */ a(
6371
6370
  "svg",
6372
6371
  {
6373
6372
  version: "1.1",
@@ -6457,12 +6456,12 @@ const Cl = (e) => {
6457
6456
  facebook: (e) => /* @__PURE__ */ a(Dn, { ...e }),
6458
6457
  instagram: (e) => /* @__PURE__ */ a(Mn, { ...e }),
6459
6458
  whatsapp: (e) => /* @__PURE__ */ a(vd, { ...e }),
6460
- tiktok: (e) => /* @__PURE__ */ a(bd, { ...e }),
6459
+ tiktok: (e) => /* @__PURE__ */ a(Cd, { ...e }),
6461
6460
  youtube: (e) => /* @__PURE__ */ a(Nd, { ...e }),
6462
6461
  x: (e) => /* @__PURE__ */ a(lt, { ...e }),
6463
6462
  gnews: (e) => /* @__PURE__ */ a(yd, { ...e }),
6464
6463
  podcast: (e) => /* @__PURE__ */ a(_d, { ...e }),
6465
- telegram: (e) => /* @__PURE__ */ a(Cd, { ...e })
6464
+ telegram: (e) => /* @__PURE__ */ a(bd, { ...e })
6466
6465
  }, e6 = (e) => {
6467
6466
  const { freeZone: t, socials: n, menu: s, customBlock: o, custom_styles: r = {} } = e;
6468
6467
  return /* @__PURE__ */ f("footer", { className: Ee.content, style: r, children: [
@@ -6973,11 +6972,11 @@ const Jd = "_content_r1co8_1", Zd = "_videoContent_r1co8_20", Xd = "_articleSect
6973
6972
  }
6974
6973
  )
6975
6974
  ] });
6976
- }, _1 = "_content_kro73_1", C1 = "_contentLayout_kro73_5", _s = {
6975
+ }, _1 = "_content_kro73_1", b1 = "_contentLayout_kro73_5", _s = {
6977
6976
  content: _1,
6978
- contentLayout: C1
6979
- }, Cs = (e) => /* @__PURE__ */ a("div", { className: _s.content, children: /* @__PURE__ */ a(Yt, { className: `${_s.contentLayout} ${e.className}`, children: e.children }) }), b1 = "_content_1nqra_1", v1 = "_before_1nqra_11", N1 = "_textContent_1nqra_22", S1 = "_title_1nqra_37", I1 = "_description_1nqra_46", E1 = "_linkStyled_1nqra_57", Ct = {
6980
- content: b1,
6977
+ contentLayout: b1
6978
+ }, bs = (e) => /* @__PURE__ */ a("div", { className: _s.content, children: /* @__PURE__ */ a(Yt, { className: `${_s.contentLayout} ${e.className}`, children: e.children }) }), C1 = "_content_1nqra_1", v1 = "_before_1nqra_11", N1 = "_textContent_1nqra_22", S1 = "_title_1nqra_37", I1 = "_description_1nqra_46", E1 = "_linkStyled_1nqra_57", bt = {
6979
+ content: C1,
6981
6980
  before: v1,
6982
6981
  textContent: N1,
6983
6982
  title: S1,
@@ -6985,13 +6984,13 @@ const Jd = "_content_r1co8_1", Zd = "_videoContent_r1co8_20", Xd = "_articleSect
6985
6984
  linkStyled: E1
6986
6985
  }, n6 = (e) => {
6987
6986
  const t = e.logo;
6988
- return /* @__PURE__ */ f("section", { className: Ct.content, children: [
6989
- e.backgroundImgURL && /* @__PURE__ */ a("img", { className: Ct.before, src: e.backgroundImgURL, alt: "" }),
6990
- /* @__PURE__ */ f("div", { className: `${Ct.textContent} error-text-content`, children: [
6987
+ return /* @__PURE__ */ f("section", { className: bt.content, children: [
6988
+ e.backgroundImgURL && /* @__PURE__ */ a("img", { className: bt.before, src: e.backgroundImgURL, alt: "" }),
6989
+ /* @__PURE__ */ f("div", { className: `${bt.textContent} error-text-content`, children: [
6991
6990
  /* @__PURE__ */ a(t, {}),
6992
- /* @__PURE__ */ a("p", { className: Ct.title, children: e.title }),
6993
- /* @__PURE__ */ a("p", { className: Ct.description, children: e.description }),
6994
- /* @__PURE__ */ a(q, { className: Ct.linkStyled, href: "/", children: e.buttonText ?? "Inicio" })
6991
+ /* @__PURE__ */ a("p", { className: bt.title, children: e.title }),
6992
+ /* @__PURE__ */ a("p", { className: bt.description, children: e.description }),
6993
+ /* @__PURE__ */ a(q, { className: bt.linkStyled, href: "/", children: e.buttonText ?? "Inicio" })
6995
6994
  ] })
6996
6995
  ] });
6997
6996
  }, T1 = "_content_zxcog_1", x1 = "_contentLabel_zxcog_8", k1 = "_label_zxcog_13", U1 = "_required_zxcog_22", L1 = "_input_zxcog_28", Bt = {
@@ -7082,7 +7081,7 @@ const Jd = "_content_r1co8_1", Zd = "_videoContent_r1co8_20", Xd = "_articleSect
7082
7081
  contentText: eu,
7083
7082
  dateLink: tu
7084
7083
  }, nu = (e) => /* @__PURE__ */ a("section", { className: an.content, children: e.itemList[0]?.list.items.map((t, n) => /* @__PURE__ */ f("div", { className: an.contentLine, children: [
7085
- /* @__PURE__ */ a(q, { className: an.dateLink, href: `#item-${n + 1}`, children: br(t.date) }),
7084
+ /* @__PURE__ */ a(q, { className: an.dateLink, href: `#item-${n + 1}`, children: Cr(t.date) }),
7086
7085
  /* @__PURE__ */ a("div", { className: an.contentText, children: (e.itemList[0]?.list.integrated, t.title) })
7087
7086
  ] }, n)) }), au = "_content_1gtqm_1", su = "_contentInfo_1gtqm_11", ou = "_imageContainer_1gtqm_19", ru = "_imageStyled_1gtqm_28", iu = "_contentIconStyled_1gtqm_39", cu = "_name_1gtqm_65", lu = "_email_1gtqm_74", du = "_description_1gtqm_90", uu = "_contenSocialNetwork_1gtqm_102", mu = "_socialIcon_1gtqm_112", hu = "_faceBookIcon_1gtqm_117", fu = "_socialFacebookIcon_1gtqm_122", gu = "_socialIconLink_1gtqm_126", pu = "_socialIconStroke_1gtqm_130", he = {
7088
7087
  content: au,
@@ -7184,11 +7183,11 @@ const Jd = "_content_r1co8_1", Zd = "_videoContent_r1co8_20", Xd = "_articleSect
7184
7183
  ] })
7185
7184
  }
7186
7185
  );
7187
- }, yu = "_content_1id44_1", _u = "_contentInfo_1id44_13", Cu = "_contentAuthor_1id44_26", bu = "_imageStyled_1id44_33", vu = "_contentIconStyled_1id44_42", Nu = "_name_1id44_64", Su = "_email_1id44_72", Iu = "_description_1id44_82", Eu = "_contenSocialNetwork_1id44_93", Tu = "_socialIcon_1id44_103", Te = {
7186
+ }, yu = "_content_1id44_1", _u = "_contentInfo_1id44_13", bu = "_contentAuthor_1id44_26", Cu = "_imageStyled_1id44_33", vu = "_contentIconStyled_1id44_42", Nu = "_name_1id44_64", Su = "_email_1id44_72", Iu = "_description_1id44_82", Eu = "_contenSocialNetwork_1id44_93", Tu = "_socialIcon_1id44_103", Te = {
7188
7187
  content: yu,
7189
7188
  contentInfo: _u,
7190
- contentAuthor: Cu,
7191
- imageStyled: bu,
7189
+ contentAuthor: bu,
7190
+ imageStyled: Cu,
7192
7191
  contentIconStyled: vu,
7193
7192
  name: Nu,
7194
7193
  email: Su,
@@ -7256,12 +7255,12 @@ const Jd = "_content_r1co8_1", Zd = "_videoContent_r1co8_20", Xd = "_articleSect
7256
7255
  ] })
7257
7256
  ] })
7258
7257
  ] }) });
7259
- }, ku = "_content_jg6i2_1", Uu = "_bannerSection_jg6i2_25", bs = {
7258
+ }, ku = "_content_jg6i2_1", Uu = "_bannerSection_jg6i2_25", Cs = {
7260
7259
  content: ku,
7261
7260
  bannerSection: Uu
7262
- }, qo = (e) => /* @__PURE__ */ f("section", { className: bs.content, children: [
7261
+ }, qo = (e) => /* @__PURE__ */ f("section", { className: Cs.content, children: [
7263
7262
  e.children,
7264
- /* @__PURE__ */ f("div", { className: bs.bannerSection, children: [
7263
+ /* @__PURE__ */ f("div", { className: Cs.bannerSection, children: [
7265
7264
  e.bannerTop,
7266
7265
  /* @__PURE__ */ a(
7267
7266
  Ra,
@@ -7651,38 +7650,12 @@ const Jd = "_content_r1co8_1", Zd = "_videoContent_r1co8_20", Xd = "_articleSect
7651
7650
  ]
7652
7651
  }
7653
7652
  );
7654
- }, Bo = (e) => /* @__PURE__ */ f(
7655
- "svg",
7656
- {
7657
- width: "30",
7658
- height: "30",
7659
- viewBox: "0 0 30 30",
7660
- fill: "none",
7661
- xmlns: "http://www.w3.org/2000/svg",
7662
- ...e,
7663
- children: [
7664
- /* @__PURE__ */ a(
7665
- "path",
7666
- {
7667
- d: "M5 22.5H25C25.6875 22.5 26.25 21.9375 26.25 21.25C26.25 20.5625 25.6875 20 25 20H5C4.3125 20 3.75 20.5625 3.75 21.25C3.75 21.9375 4.3125 22.5 5 22.5ZM5 16.25H25C25.6875 16.25 26.25 15.6875 26.25 15C26.25 14.3125 25.6875 13.75 25 13.75H5C4.3125 13.75 3.75 14.3125 3.75 15C3.75 15.6875 4.3125 16.25 5 16.25ZM3.75 8.75C3.75 9.4375 4.3125 10 5 10H25C25.6875 10 26.25 9.4375 26.25 8.75C26.25 8.0625 25.6875 7.5 25 7.5H5C4.3125 7.5 3.75 8.0625 3.75 8.75Z",
7668
- fill: e.color
7669
- }
7670
- ),
7671
- /* @__PURE__ */ a(
7672
- "path",
7673
- {
7674
- d: "M5 22.5H25C25.6875 22.5 26.25 21.9375 26.25 21.25C26.25 20.5625 25.6875 20 25 20H5C4.3125 20 3.75 20.5625 3.75 21.25C3.75 21.9375 4.3125 22.5 5 22.5ZM5 16.25H25C25.6875 16.25 26.25 15.6875 26.25 15C26.25 14.3125 25.6875 13.75 25 13.75H5C4.3125 13.75 3.75 14.3125 3.75 15C3.75 15.6875 4.3125 16.25 5 16.25ZM3.75 8.75C3.75 9.4375 4.3125 10 5 10H25C25.6875 10 26.25 9.4375 26.25 8.75C26.25 8.0625 25.6875 7.5 25 7.5H5C4.3125 7.5 3.75 8.0625 3.75 8.75Z",
7675
- fill: e.color
7676
- }
7677
- )
7678
- ]
7679
- }
7680
- ), wm = "_content_y5b1f_1", ym = "_chipStyled_y5b1f_17", _m = "_headLine_y5b1f_17", Cm = "_live_y5b1f_25", bm = "_closeLiveStyled_y5b1f_87", Ot = {
7653
+ }, Bo = (e) => /* @__PURE__ */ a("svg", { width: "27", height: "18", viewBox: "0 0 27 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ a("path", { d: "M1.5 18H25.5C26.325 18 27 17.325 27 16.5C27 15.675 26.325 15 25.5 15H1.5C0.675 15 0 15.675 0 16.5C0 17.325 0.675 18 1.5 18ZM1.5 10.5H25.5C26.325 10.5 27 9.825 27 9C27 8.175 26.325 7.5 25.5 7.5H1.5C0.675 7.5 0 8.175 0 9C0 9.825 0.675 10.5 1.5 10.5ZM0 1.5C0 2.325 0.675 3 1.5 3H25.5C26.325 3 27 2.325 27 1.5C27 0.675 26.325 0 25.5 0H1.5C0.675 0 0 0.675 0 1.5Z", fill: e.color }) }), wm = "_content_y5b1f_1", ym = "_chipStyled_y5b1f_17", _m = "_headLine_y5b1f_17", bm = "_live_y5b1f_25", Cm = "_closeLiveStyled_y5b1f_87", Ot = {
7681
7654
  content: wm,
7682
7655
  chipStyled: ym,
7683
7656
  headLine: _m,
7684
- live: Cm,
7685
- closeLiveStyled: bm
7657
+ live: bm,
7658
+ closeLiveStyled: Cm
7686
7659
  }, Po = (e) => {
7687
7660
  const { alertZone: t, id: n = "close-alert" } = e, s = () => /* @__PURE__ */ a(
7688
7661
  q,
@@ -7955,7 +7928,7 @@ const Jd = "_content_r1co8_1", Zd = "_videoContent_r1co8_20", Xd = "_articleSect
7955
7928
  }
7956
7929
  ) }, r)) }) })
7957
7930
  ] }, s)) });
7958
- }, ah = "_headerStyled_e18az_1", sh = "_headerContent_e18az_23", oh = "_menuButtonSection_e18az_33", rh = "_menuButton_e18az_33", ih = "_buttonSection_e18az_84", ch = "_buttonSectionSearch_e18az_101", lh = "_hasAlertZone_e18az_112", dh = "_buttonText_e18az_131", uh = "_logoContent_e18az_141", mh = "_logoStyled_e18az_149", hh = "_headLineContent_e18az_173", fh = "_headLineTitle_e18az_188", gh = "_menuSection_e18az_204", ph = "_headLine_e18az_173", Ah = "_line_e18az_256", Ce = {
7931
+ }, ah = "_headerStyled_e18az_1", sh = "_headerContent_e18az_23", oh = "_menuButtonSection_e18az_33", rh = "_menuButton_e18az_33", ih = "_buttonSection_e18az_84", ch = "_buttonSectionSearch_e18az_101", lh = "_hasAlertZone_e18az_112", dh = "_buttonText_e18az_131", uh = "_logoContent_e18az_141", mh = "_logoStyled_e18az_149", hh = "_headLineContent_e18az_173", fh = "_headLineTitle_e18az_188", gh = "_menuSection_e18az_204", ph = "_headLine_e18az_173", Ah = "_line_e18az_256", be = {
7959
7932
  headerStyled: ah,
7960
7933
  headerContent: sh,
7961
7934
  menuButtonSection: oh,
@@ -7976,7 +7949,7 @@ const Jd = "_content_r1co8_1", Zd = "_videoContent_r1co8_20", Xd = "_articleSect
7976
7949
  return /* @__PURE__ */ f(
7977
7950
  "header",
7978
7951
  {
7979
- className: Ce.headerStyled,
7952
+ className: be.headerStyled,
7980
7953
  style: { ...s, top: e.cintillo || e.socialIcons && !e.headerTape?.static ? 40 : 0 },
7981
7954
  children: [
7982
7955
  e.socialIcons && e.headerTape?.static && /* @__PURE__ */ a(
@@ -7993,14 +7966,14 @@ const Jd = "_content_r1co8_1", Zd = "_videoContent_r1co8_20", Xd = "_articleSect
7993
7966
  {
7994
7967
  style: e.showAlertPop ? { gap: 0 } : {},
7995
7968
  className: [
7996
- Ce.headerContent,
7997
- n?.data ? Ce.hasAlertZone : ""
7969
+ be.headerContent,
7970
+ n?.data ? be.hasAlertZone : ""
7998
7971
  ].join(" "),
7999
7972
  children: [
8000
- /* @__PURE__ */ a("div", { className: `${Ce.menuButtonSection} sass-header-menu-button`, children: /* @__PURE__ */ f(
7973
+ /* @__PURE__ */ a("div", { className: `${be.menuButtonSection} sass-header-menu-button`, children: /* @__PURE__ */ f(
8001
7974
  qa,
8002
7975
  {
8003
- className: Ce.menuButton,
7976
+ className: be.menuButton,
8004
7977
  id: "button-app",
8005
7978
  toggledrawerevent: "true",
8006
7979
  "aria-label": "menu",
@@ -8008,45 +7981,45 @@ const Jd = "_content_r1co8_1", Zd = "_videoContent_r1co8_20", Xd = "_articleSect
8008
7981
  title: "menu",
8009
7982
  children: [
8010
7983
  /* @__PURE__ */ a(Bo, { color: "var(--header-menu-icon-color, var(--header-icons))", width: 27, height: 27 }),
8011
- /* @__PURE__ */ a("p", { className: Ce.buttonText, style: { lineHeight: 0 }, children: e.menuText })
7984
+ /* @__PURE__ */ a("p", { className: be.buttonText, style: { lineHeight: 0 }, children: e.menuText })
8012
7985
  ]
8013
7986
  }
8014
7987
  ) }),
8015
- /* @__PURE__ */ a("div", { className: Ce.logoContent, children: /* @__PURE__ */ a(q, { href: "/", "aria-label": "Home", className: "header-logo-link", children: Ie.createElement(
7988
+ /* @__PURE__ */ a("div", { className: be.logoContent, children: /* @__PURE__ */ a(q, { href: "/", "aria-label": "Home", className: "header-logo-link", children: Ie.createElement(
8016
7989
  "span",
8017
- { className: `${Ce.logoStyled}` },
7990
+ { className: `${be.logoStyled}` },
8018
7991
  e.icon
8019
7992
  ) }) }),
8020
- /* @__PURE__ */ f("div", { className: `${Ce.buttonSection} sass-header-right-button-section`, children: [
7993
+ /* @__PURE__ */ f("div", { className: `${be.buttonSection} sass-header-right-button-section`, children: [
8021
7994
  /* @__PURE__ */ a(
8022
7995
  q,
8023
7996
  {
8024
7997
  block_subPublication: o?.buscar,
8025
7998
  href: e.searchLink ? e.searchLink : "/buscar",
8026
- className: Ce.buttonSectionSearch,
7999
+ className: be.buttonSectionSearch,
8027
8000
  "aria-label": e.searchKeyWord,
8028
8001
  children: /* @__PURE__ */ a(Pa, { width: 28, height: 28, color: "currentColor" })
8029
8002
  }
8030
8003
  ),
8031
8004
  e.rightZone
8032
8005
  ] }),
8033
- !e.showAlertPop && n?.data ? /* @__PURE__ */ f("div", { className: Ce.headLineContent, children: [
8034
- /* @__PURE__ */ a("p", { className: `${Ce.headLineTitle} headLineTitle`, children: n.entity.description ? `${n.entity.description}` : "" }),
8006
+ !e.showAlertPop && n?.data ? /* @__PURE__ */ f("div", { className: be.headLineContent, children: [
8007
+ /* @__PURE__ */ a("p", { className: `${be.headLineTitle} headLineTitle`, children: n.entity.description ? `${n.entity.description}` : "" }),
8035
8008
  /* @__PURE__ */ a(
8036
8009
  q,
8037
8010
  {
8038
- className: Ce.headLine,
8011
+ className: be.headLine,
8039
8012
  href: n.data[0]?.info.link.url,
8040
8013
  target: n.data[0]?.info.link.target,
8041
8014
  title: n.data[0]?.main.title.home,
8042
8015
  children: He(n.data[0]?.main.title.home ?? "", 120)
8043
8016
  }
8044
8017
  )
8045
- ] }) : /* @__PURE__ */ a("div", { className: Ce.line }),
8018
+ ] }) : /* @__PURE__ */ a("div", { className: be.line }),
8046
8019
  /* @__PURE__ */ a(
8047
8020
  "div",
8048
8021
  {
8049
- className: Ce.menuSection,
8022
+ className: be.menuSection,
8050
8023
  style: e.showAlertPop ? { "--showAlertPop": "0px" } : {},
8051
8024
  children: Array.isArray(t) && /* @__PURE__ */ a(nh, { items: t })
8052
8025
  }
@@ -8057,10 +8030,10 @@ const Jd = "_content_r1co8_1", Zd = "_videoContent_r1co8_20", Xd = "_articleSect
8057
8030
  ]
8058
8031
  }
8059
8032
  );
8060
- }, yh = "_childrenContent_wqlb4_1", _h = "_childrenContentAux_wqlb4_12", Ch = "_op2_wqlb4_25", Wn = {
8033
+ }, yh = "_childrenContent_wqlb4_1", _h = "_childrenContentAux_wqlb4_12", bh = "_op2_wqlb4_25", Wn = {
8061
8034
  childrenContent: yh,
8062
8035
  childrenContentAux: _h,
8063
- op2: Ch
8036
+ op2: bh
8064
8037
  }, i6 = (e) => {
8065
8038
  const { alertZone: t, children: n, sidebar: s, custom_styles: o = {} } = e;
8066
8039
  return /* @__PURE__ */ f(Z, { children: [
@@ -8104,25 +8077,25 @@ const Jd = "_content_r1co8_1", Zd = "_videoContent_r1co8_20", Xd = "_articleSect
8104
8077
  }
8105
8078
  )
8106
8079
  ] });
8107
- }, bh = "_content_16ydf_1", vh = "_tags_16ydf_10", Nh = "_chipStyled_16ydf_20", Sh = "_tagLink_16ydf_47", Ih = "_tagStyled_16ydf_53", bt = {
8108
- content: bh,
8080
+ }, Ch = "_content_16ydf_1", vh = "_tags_16ydf_10", Nh = "_chipStyled_16ydf_20", Sh = "_tagLink_16ydf_47", Ih = "_tagStyled_16ydf_53", Ct = {
8081
+ content: Ch,
8109
8082
  tags: vh,
8110
8083
  chipStyled: Nh,
8111
8084
  tagLink: Sh,
8112
8085
  tagStyled: Ih
8113
8086
  }, Eh = (e) => {
8114
8087
  const { SUB_PUBLICATION_PREFIX_IN_ROUTES: t } = W();
8115
- return /* @__PURE__ */ a("section", { className: bt.content, children: Array.isArray(e.tags) && /* @__PURE__ */ f("div", { className: bt.tags, children: [
8116
- /* @__PURE__ */ a("p", { className: bt.tagStyled, children: e.title ? e.title : "Tags:" }),
8088
+ return /* @__PURE__ */ a("section", { className: Ct.content, children: Array.isArray(e.tags) && /* @__PURE__ */ f("div", { className: Ct.tags, children: [
8089
+ /* @__PURE__ */ a("p", { className: Ct.tagStyled, children: e.title ? e.title : "Tags:" }),
8117
8090
  e.tags.map((n, s) => n.approved ? /* @__PURE__ */ a(
8118
8091
  q,
8119
8092
  {
8120
8093
  block_subPublication: t?.tema,
8121
8094
  href: At(n, e.paths),
8122
- children: /* @__PURE__ */ a("div", { className: `${bt.chipStyled} ${bt.tagLink}`, children: n.name })
8095
+ children: /* @__PURE__ */ a("div", { className: `${Ct.chipStyled} ${Ct.tagLink}`, children: n.name })
8123
8096
  },
8124
8097
  s
8125
- ) : /* @__PURE__ */ a("div", { className: bt.chipStyled, children: n.name }, s))
8098
+ ) : /* @__PURE__ */ a("div", { className: Ct.chipStyled, children: n.name }, s))
8126
8099
  ] }) });
8127
8100
  }, Th = "_contentBox_1svvm_1", xh = "_content_1svvm_1", kh = "_imageStyled_1svvm_22", Uh = "_contentIconStyled_1svvm_29", Lh = "_avatarContent_1svvm_49", Rh = "_journalistSection_1svvm_56", qh = "_journalistInfo_1svvm_62", Bh = "_socialNetworkSection_1svvm_81", Ph = "_article_1svvm_94", je = {
8128
8101
  contentBox: Th,
@@ -8712,7 +8685,7 @@ const Jd = "_content_r1co8_1", Zd = "_videoContent_r1co8_20", Xd = "_articleSect
8712
8685
  }, y2 = "_content_wsx1m_1", _2 = "_firstSection_wsx1m_8", Ns = {
8713
8686
  content: y2,
8714
8687
  firstSection: _2
8715
- }, C2 = ({
8688
+ }, b2 = ({
8716
8689
  content: e,
8717
8690
  customLargeSection: t,
8718
8691
  customSlimSection: n,
@@ -8746,8 +8719,8 @@ const Jd = "_content_r1co8_1", Zd = "_videoContent_r1co8_20", Xd = "_articleSect
8746
8719
  heightImageOverwriteMobile: "270px",
8747
8720
  paths: s
8748
8721
  }
8749
- ) }, r)) }), b2 = "_content_1z0je_1", v2 = "_sectionDescription_1z0je_13", N2 = "_title_1z0je_33", S2 = "_subtitle_1z0je_53", I2 = "_linkStyled_1z0je_73", dt = {
8750
- content: b2,
8722
+ ) }, r)) }), C2 = "_content_1z0je_1", v2 = "_sectionDescription_1z0je_13", N2 = "_title_1z0je_33", S2 = "_subtitle_1z0je_53", I2 = "_linkStyled_1z0je_73", dt = {
8723
+ content: C2,
8751
8724
  sectionDescription: v2,
8752
8725
  title: N2,
8753
8726
  subtitle: S2,
@@ -8855,7 +8828,7 @@ const Jd = "_content_r1co8_1", Zd = "_videoContent_r1co8_20", Xd = "_articleSect
8855
8828
  time: O2,
8856
8829
  comment: D2,
8857
8830
  title: M2
8858
- }, Cn = async (e) => {
8831
+ }, bn = async (e) => {
8859
8832
  const { data: t, autorIcon: n } = e, { SUB_PUBLICATION_PREFIX_IN_ROUTES: s } = W(), o = n, r = () => t?.config?.showtime ? `${Ge(t.info?.date?.modified)}` : "", i = /* @__PURE__ */ f("div", { className: Ye.autorContent, children: [
8860
8833
  Array.isArray(t?.authors) && Array.isArray(t?.authors[0]?.image?.sizes) && t?.authors[0]?.image?.sizes?.length > 0 ? /* @__PURE__ */ a(
8861
8834
  "img",
@@ -8934,7 +8907,7 @@ const l6 = (e) => {
8934
8907
  className: vt.boxPosition,
8935
8908
  style: { order: r },
8936
8909
  children: /* @__PURE__ */ a(
8937
- Cn,
8910
+ bn,
8938
8911
  {
8939
8912
  data: i,
8940
8913
  autorIcon: e.autorIcon,
@@ -9238,7 +9211,7 @@ const l6 = (e) => {
9238
9211
  sectionDescription: wf,
9239
9212
  dateText: yf,
9240
9213
  textContent: _f
9241
- }, Cf = async (e) => {
9214
+ }, bf = async (e) => {
9242
9215
  const { showNewsLikeTitle: t = !1 } = e;
9243
9216
  return e && e.info ? /* @__PURE__ */ f(
9244
9217
  "section",
@@ -9273,8 +9246,8 @@ const l6 = (e) => {
9273
9246
  ]
9274
9247
  }
9275
9248
  ) : null;
9276
- }, bf = "_content_yx3zm_1", vf = "_contentSeparator_yx3zm_7", Es = {
9277
- content: bf,
9249
+ }, Cf = "_content_yx3zm_1", vf = "_contentSeparator_yx3zm_7", Es = {
9250
+ content: Cf,
9278
9251
  contentSeparator: vf
9279
9252
  }, Nf = "_newsContent_1uamf_1", Sf = "_contentSeparator_1uamf_8", If = "_hasLinesBlock_1uamf_40", ga = {
9280
9253
  newsContent: Nf,
@@ -9306,7 +9279,7 @@ const l6 = (e) => {
9306
9279
  {
9307
9280
  className: e.hasLines ? ga.hasLinesBlock : "",
9308
9281
  children: /* @__PURE__ */ ct(
9309
- Cf,
9282
+ bf,
9310
9283
  {
9311
9284
  ...o,
9312
9285
  key: s,
@@ -9440,7 +9413,7 @@ const l6 = (e) => {
9440
9413
  return /* @__PURE__ */ a("div", { className: Ze.ItemCustomContent });
9441
9414
  case "columnistasnacionales":
9442
9415
  return /* @__PURE__ */ a("div", { className: Ze.ItemCustomContent, children: /* @__PURE__ */ a(
9443
- Cn,
9416
+ bn,
9444
9417
  {
9445
9418
  data: t,
9446
9419
  autorIcon: e.autorIcon,
@@ -9449,7 +9422,7 @@ const l6 = (e) => {
9449
9422
  ) });
9450
9423
  case "columnistaslocales":
9451
9424
  return /* @__PURE__ */ a("div", { className: Ze.ItemCustomContent, children: /* @__PURE__ */ a(
9452
- Cn,
9425
+ bn,
9453
9426
  {
9454
9427
  data: t,
9455
9428
  autorIcon: e.autorIcon,
@@ -9458,7 +9431,7 @@ const l6 = (e) => {
9458
9431
  ) });
9459
9432
  case "columnistas":
9460
9433
  return /* @__PURE__ */ a("div", { className: Ze.ItemCustomContent, children: /* @__PURE__ */ a(
9461
- Cn,
9434
+ bn,
9462
9435
  {
9463
9436
  data: t,
9464
9437
  autorIcon: e.autorIcon,
@@ -9513,7 +9486,7 @@ const l6 = (e) => {
9513
9486
  showNext: !(t.length < e.NEWS_PER_SECTION)
9514
9487
  }
9515
9488
  ),
9516
- children: Array.isArray(t) && t?.map((d, m) => /* @__PURE__ */ f(bn, { children: [
9489
+ children: Array.isArray(t) && t?.map((d, m) => /* @__PURE__ */ f(Cn, { children: [
9517
9490
  u.includes(m + 1) && /* @__PURE__ */ a("div", { className: Ze.itemContent + " banner-context", children: /* @__PURE__ */ a(
9518
9491
  ye,
9519
9492
  {
@@ -9576,7 +9549,7 @@ const l6 = (e) => {
9576
9549
  showNext: !(t.length < e.NEWS_PER_SECTION)
9577
9550
  }
9578
9551
  ),
9579
- children: Array.isArray(t) && t?.map((d, m) => /* @__PURE__ */ f(bn, { children: [
9552
+ children: Array.isArray(t) && t?.map((d, m) => /* @__PURE__ */ f(Cn, { children: [
9580
9553
  u.includes(m + 1) && /* @__PURE__ */ a("div", { className: Ze.itemContent, children: /* @__PURE__ */ a(
9581
9554
  ye,
9582
9555
  {
@@ -9787,22 +9760,22 @@ const l6 = (e) => {
9787
9760
  for (const i of o) {
9788
9761
  const c = i[1], u = i[2] ?? "";
9789
9762
  let l;
9790
- if (n.forEach((C) => {
9791
- Array.isArray(C) && !l && (l = C.find((E) => u.replaceAll("/", "|").includes(E?.info.link.internal || "")));
9763
+ if (n.forEach((b) => {
9764
+ Array.isArray(b) && !l && (l = b.find((E) => u.replaceAll("/", "|").includes(E?.info.link.internal || "")));
9792
9765
  }), !l) {
9793
- const C = c.replace(
9766
+ const b = c.replace(
9794
9767
  /class=["']([^"']*ck-related-news[^"']*)["']/,
9795
9768
  'class="$1-empty"'
9796
9769
  );
9797
- r = r.replace(c, C);
9770
+ r = r.replace(c, b);
9798
9771
  continue;
9799
9772
  }
9800
9773
  const d = l.preview?.sizes?.[0], m = d ? await pe(d.url) : "", h = l.info.section?.url ?? "#", p = l.info.section?.name ?? "Sección", g = l.info.link?.url ?? "#", A = l.main?.title.article ?? "Título", w = (await Promise.all(
9801
- l.preview?.sizes?.map(async (C) => {
9802
- const E = await pe(C.url);
9803
- return C.width < 200 ? `<source srcset="${E}" media="(width < 750px)"/>` : `<source srcset="${E}" media="(width >= 750px)"/>`;
9774
+ l.preview?.sizes?.map(async (b) => {
9775
+ const E = await pe(b.url);
9776
+ return b.width < 200 ? `<source srcset="${E}" media="(width < 750px)"/>` : `<source srcset="${E}" media="(width >= 750px)"/>`;
9804
9777
  }) || []
9805
- )).reduce((C, E) => C += E, ""), y = c.match(/<span\b[^>]*data-src="[^"]+"[^>]*>[\s\S]*?<\/span>/), N = y ? y[0] : "", b = `
9778
+ )).reduce((b, E) => b += E, ""), y = c.match(/<span\b[^>]*data-src="[^"]+"[^>]*>[\s\S]*?<\/span>/), N = y ? y[0] : "", C = `
9806
9779
  <span data-src="${u}">
9807
9780
  <picture style='display: flex'>
9808
9781
  ${w}
@@ -9813,7 +9786,7 @@ const l6 = (e) => {
9813
9786
  <a class="title" href="${g}">${A}</a>
9814
9787
  </div>
9815
9788
  </span>
9816
- `, I = c.replace(N, b);
9789
+ `, I = c.replace(N, C);
9817
9790
  r = r.replace(c, I);
9818
9791
  }
9819
9792
  return r;
@@ -9832,7 +9805,7 @@ function _0(e) {
9832
9805
  const t = e.indexOf("/video");
9833
9806
  return t === -1 ? e : e.substring(t);
9834
9807
  }
9835
- async function C0(e, t) {
9808
+ async function b0(e, t) {
9836
9809
  let n = "", s = 0;
9837
9810
  const o = /<span\b[^>]*data-src=["']([^"']+)["'][^>]*>[\s\S]*?<\/span>/gi;
9838
9811
  let r;
@@ -9886,7 +9859,7 @@ async function C0(e, t) {
9886
9859
  }
9887
9860
  return n += e.slice(s), n;
9888
9861
  }
9889
- function b0(e) {
9862
+ function C0(e) {
9890
9863
  return e.replace(
9891
9864
  /<script[^>]*src=["']https:\/\/platform\.twitter\.com\/widgets\.js["'][^>]*><\/script>/gi,
9892
9865
  ""
@@ -9904,7 +9877,7 @@ const v0 = async ({
9904
9877
  const i = e[0].list?.items?.map(async (c) => {
9905
9878
  const u = w0(c.body.rendered);
9906
9879
  let l = y0(u);
9907
- return l = b0(l), l = await C0(
9880
+ return l = C0(l), l = await b0(
9908
9881
  l,
9909
9882
  o
9910
9883
  ), {
@@ -9915,7 +9888,7 @@ const v0 = async ({
9915
9888
  }
9916
9889
  };
9917
9890
  });
9918
- return /* @__PURE__ */ a("section", { className: Ke.content, id: "block-notes-list", children: i?.map(async (c, u) => /* @__PURE__ */ f(bn, { children: [
9891
+ return /* @__PURE__ */ a("section", { className: Ke.content, id: "block-notes-list", children: i?.map(async (c, u) => /* @__PURE__ */ f(Cn, { children: [
9919
9892
  /* @__PURE__ */ a(p0, { id: `item-${u + 1}`, children: /* @__PURE__ */ f("div", { className: Ke.contentWithinCard, children: [
9920
9893
  (await c).date > 0 && /* @__PURE__ */ f("div", { className: Ke.contentDate, children: [
9921
9894
  /* @__PURE__ */ a(
@@ -9934,7 +9907,7 @@ const v0 = async ({
9934
9907
  style: {
9935
9908
  color: t === "liveblogs" ? "var(--news-liveblog-timeline-datelink-color)" : "var(--common-black)"
9936
9909
  },
9937
- children: ba((await c).date)
9910
+ children: Ca((await c).date)
9938
9911
  }
9939
9912
  )
9940
9913
  ] }),
@@ -10095,7 +10068,7 @@ const S0 = () => /* @__PURE__ */ f("svg", { xmlns: "http://www.w3.org/2000/svg",
10095
10068
  {
10096
10069
  className: me.journalistInfoLink,
10097
10070
  dangerouslySetInnerHTML: {
10098
- __html: `${s.JournalistPrefix} <h3 style="padding:0px;">${o ?? "Redaccion"}${t.config?.showtime && ","}</h3> ${t.config?.showtime ? ba(t.info.date.modified) : null}`
10071
+ __html: `${s.JournalistPrefix} <h3 style="padding:0px;">${o ?? "Redaccion"}${t.config?.showtime && ","}</h3> ${t.config?.showtime ? Ca(t.info.date.modified) : null}`
10099
10072
  }
10100
10073
  }
10101
10074
  )
@@ -10338,7 +10311,7 @@ const P0 = (e) => /* @__PURE__ */ a(
10338
10311
  commonServices: t
10339
10312
  }
10340
10313
  ) }) : null;
10341
- }, K0 = "_content_1wumw_1", J0 = "_imageContent_1wumw_9", Z0 = "_width1Autor_1wumw_18", X0 = "_width2Autor_1wumw_22", eg = "_width3Autor_1wumw_26", tg = "_imageAutor_1wumw_30", ng = "_imageStyled_1wumw_69", ag = "_contentIconStyled_1wumw_70", sg = "_avatarContent_1wumw_87", og = "_socialActionsRow_1wumw_95", rg = "_journalistSection_1wumw_118", ig = "_authorsInfoRow_1wumw_127", cg = "_journalistInfo_1wumw_142", lg = "_journalistInfoLink_1wumw_143", dg = "_journalistInfoDate_1wumw_160", ug = "_socialNetworkSection_1wumw_192", mg = "_avatarStyled_1wumw_210", hg = "_article_1wumw_215", fg = "_socialButton_1wumw_219", gg = "_facebookStyled_1wumw_235", pg = "_emailStyled_1wumw_239", Ag = "_xStyled_1wumw_243", wg = "_linkedinStyled_1wumw_247", yg = "_whatsappStyled_1wumw_251", _g = "_socialActionLink_1wumw_255", Cg = "_clipboardButton_1wumw_289", bg = "_googleProfileButton_1wumw_325", ce = {
10314
+ }, K0 = "_content_1wumw_1", J0 = "_imageContent_1wumw_9", Z0 = "_width1Autor_1wumw_18", X0 = "_width2Autor_1wumw_22", eg = "_width3Autor_1wumw_26", tg = "_imageAutor_1wumw_30", ng = "_imageStyled_1wumw_69", ag = "_contentIconStyled_1wumw_70", sg = "_avatarContent_1wumw_87", og = "_socialActionsRow_1wumw_95", rg = "_journalistSection_1wumw_118", ig = "_authorsInfoRow_1wumw_127", cg = "_journalistInfo_1wumw_142", lg = "_journalistInfoLink_1wumw_143", dg = "_journalistInfoDate_1wumw_160", ug = "_socialNetworkSection_1wumw_192", mg = "_avatarStyled_1wumw_210", hg = "_article_1wumw_215", fg = "_socialButton_1wumw_219", gg = "_facebookStyled_1wumw_235", pg = "_emailStyled_1wumw_239", Ag = "_xStyled_1wumw_243", wg = "_linkedinStyled_1wumw_247", yg = "_whatsappStyled_1wumw_251", _g = "_socialActionLink_1wumw_255", bg = "_clipboardButton_1wumw_289", Cg = "_googleProfileButton_1wumw_325", ce = {
10342
10315
  content: K0,
10343
10316
  imageContent: J0,
10344
10317
  width1Autor: Z0,
@@ -10364,8 +10337,8 @@ const P0 = (e) => /* @__PURE__ */ a(
10364
10337
  linkedinStyled: wg,
10365
10338
  whatsappStyled: yg,
10366
10339
  socialActionLink: _g,
10367
- clipboardButton: Cg,
10368
- googleProfileButton: bg
10340
+ clipboardButton: bg,
10341
+ googleProfileButton: Cg
10369
10342
  }, vg = {
10370
10343
  FaceBook: {
10371
10344
  url: (e) => `https://www.facebook.com/sharer/sharer.php?u=${encodeURIComponent(e)}`,
@@ -10560,7 +10533,7 @@ const Sg = async (e) => {
10560
10533
  }
10561
10534
  )
10562
10535
  ] }),
10563
- t.config?.showtime && /* @__PURE__ */ a("span", { className: ce.journalistInfoDate, children: ba(t.info.date.modified) })
10536
+ t.config?.showtime && /* @__PURE__ */ a("span", { className: ce.journalistInfoDate, children: Ca(t.info.date.modified) })
10564
10537
  ] })
10565
10538
  ] }) });
10566
10539
  }, Ig = () => /* @__PURE__ */ f("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
@@ -10608,7 +10581,7 @@ const Sg = async (e) => {
10608
10581
  const E = A.match(/w:(\d+)/), O = A.match(/h:(\d+)/);
10609
10582
  w = E ? parseInt(E[1]) : 0, y = O ? parseInt(O[1]) : 0;
10610
10583
  }
10611
- const b = {
10584
+ const C = {
10612
10585
  preview: {
10613
10586
  sizes: [
10614
10587
  {
@@ -10629,8 +10602,8 @@ const Sg = async (e) => {
10629
10602
  },
10630
10603
  isLarge: !1,
10631
10604
  priorityHigh: !1
10632
- }, C = `<div data-hydrate="ImageOffline" data-props="${encodeURIComponent(JSON.stringify(b))}"><div class="_imagePlaceholder_ooa5j_98"></div></div>`;
10633
- s = s.replace(d, C), r.lastIndex = 0;
10605
+ }, b = `<div data-hydrate="ImageOffline" data-props="${encodeURIComponent(JSON.stringify(C))}"><div class="_imagePlaceholder_ooa5j_98"></div></div>`;
10606
+ s = s.replace(d, b), r.lastIndex = 0;
10634
10607
  }
10635
10608
  const c = /<img\b[^>]*\bsrc=["']([^"']+)["'][^>]*>/g, u = [...s.matchAll(c)];
10636
10609
  for (const l of u) {
@@ -10642,7 +10615,7 @@ const Sg = async (e) => {
10642
10615
  const E = A.match(/w:(\d+)/), O = A.match(/h:(\d+)/);
10643
10616
  w = E ? parseInt(E[1]) : 0, y = O ? parseInt(O[1]) : 0;
10644
10617
  }
10645
- const b = {
10618
+ const C = {
10646
10619
  preview: {
10647
10620
  sizes: [
10648
10621
  {
@@ -10663,8 +10636,8 @@ const Sg = async (e) => {
10663
10636
  },
10664
10637
  isLarge: !1,
10665
10638
  priorityHigh: !1
10666
- }, C = `<div data-hydrate="ImageOffline" data-props="${encodeURIComponent(JSON.stringify(b))}"><div class="_imagePlaceholder_ooa5j_98"></div></div>`;
10667
- s = s.replace(d, C);
10639
+ }, b = `<div data-hydrate="ImageOffline" data-props="${encodeURIComponent(JSON.stringify(C))}"><div class="_imagePlaceholder_ooa5j_98"></div></div>`;
10640
+ s = s.replace(d, b);
10668
10641
  }
10669
10642
  return s;
10670
10643
  }, Ug = (e, t) => {
@@ -10726,11 +10699,11 @@ const Sg = async (e) => {
10726
10699
  );
10727
10700
  if (!l || !l[0]) continue;
10728
10701
  const d = l[0].preview?.sizes?.[0], m = d ? await pe(d.url) : "", h = l[0].info.section?.url ?? "#", p = l[0].info.section?.name ?? "Sección", g = l[0].info.link?.url ?? "#", A = l[0].main?.title.article ?? "Título", w = (await Promise.all(
10729
- l[0].preview?.sizes?.map(async (N, b) => {
10702
+ l[0].preview?.sizes?.map(async (N, C) => {
10730
10703
  const I = await pe(N.url);
10731
- return b === 0 ? `<source srcset="${I}" media="(width >= 900px)"/>` : `<source srcset="${I}" media="(width < 900px)"/>`;
10704
+ return C === 0 ? `<source srcset="${I}" media="(width >= 900px)"/>` : `<source srcset="${I}" media="(width < 900px)"/>`;
10732
10705
  })
10733
- )).reduce((N, b) => N += b, ""), y = `
10706
+ )).reduce((N, C) => N += C, ""), y = `
10734
10707
  <span data-src="${u}">
10735
10708
  <picture style='display: flex'>
10736
10709
  ${w}
@@ -10792,27 +10765,27 @@ async function qg(e, t) {
10792
10765
  try {
10793
10766
  const y = await t.iframe({ path: p }), N = t.schema ? await t.schema(p) : null;
10794
10767
  if (y && y.data) {
10795
- const b = y.data.data[0];
10768
+ const C = y.data.data[0];
10796
10769
  let I = "";
10797
- const C = h.match(
10770
+ const b = h.match(
10798
10771
  /<span\b[^>]*class=["']video__title["'][^>]*>([\s\S]*?)<\/span>/i
10799
- ), E = C && C[1] ? C[1].trim() : "";
10800
- b.info && b.info.type === "video-youtube" ? I = `<iframe
10772
+ ), E = b && b[1] ? b[1].trim() : "";
10773
+ C.info && C.info.type === "video-youtube" ? I = `<iframe
10801
10774
  loading="lazy"
10802
10775
  frameborder="0"
10803
10776
  allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
10804
10777
  referrerpolicy="strict-origin-when-cross-origin"
10805
10778
  allowfullscreen
10806
10779
  style="position: relative!important;"
10807
- src="https://www.youtube.com/embed/${b.main?.code || b.main?.youtubeid || ""}"></iframe>` : b.info && b.info.type === "video-link" ? I = `<iframe
10780
+ src="https://www.youtube.com/embed/${C.main?.code || C.main?.youtubeid || ""}"></iframe>` : C.info && C.info.type === "video-link" ? I = `<iframe
10808
10781
  loading="lazy"
10809
10782
  frameborder="0"
10810
10783
  allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
10811
10784
  referrerpolicy="strict-origin-when-cross-origin"
10812
10785
  allowfullscreen
10813
10786
  style="position: relative!important;"
10814
- src="${b.main?.code || ""}"></iframe>` : I = b.main?.code || "";
10815
- const O = E || b.main?.description || "";
10787
+ src="${C.main?.code || ""}"></iframe>` : I = C.main?.code || "";
10788
+ const O = E || C.main?.description || "";
10816
10789
  w = `
10817
10790
  <figure class="videoFigure">
10818
10791
  ${N && N.data && N.data.data ? `<script type="application/ld+json">${Ln(
@@ -11121,7 +11094,7 @@ const Ls = {
11121
11094
  },
11122
11095
  Super: (e) => /* @__PURE__ */ a(Et, { ...e.data[0], paths: e.paths }),
11123
11096
  "3 notas verticales": (e) => /* @__PURE__ */ a(
11124
- C2,
11097
+ b2,
11125
11098
  {
11126
11099
  content: e.data,
11127
11100
  customLargeSection: e.customLargeSection,
@@ -11532,7 +11505,7 @@ const Ls = {
11532
11505
  };
11533
11506
  switch (n) {
11534
11507
  case "op1":
11535
- return /* @__PURE__ */ a(Z, { children: /* @__PURE__ */ f(Cs, { children: [
11508
+ return /* @__PURE__ */ a(Z, { children: /* @__PURE__ */ f(bs, { children: [
11536
11509
  /* @__PURE__ */ a(wu, { autor: s[0], autorIcon: e.autorIcon }),
11537
11510
  /* @__PURE__ */ a(
11538
11511
  qo,
@@ -11560,7 +11533,7 @@ const Ls = {
11560
11533
  showNext: !(t.length < e.newsListLimit)
11561
11534
  }
11562
11535
  ),
11563
- children: Array.isArray(t) && t?.map((g, A) => /* @__PURE__ */ f(bn, { children: [
11536
+ children: Array.isArray(t) && t?.map((g, A) => /* @__PURE__ */ f(Cn, { children: [
11564
11537
  m.includes(A + 1) && /* @__PURE__ */ a(
11565
11538
  "div",
11566
11539
  {
@@ -11615,7 +11588,7 @@ const Ls = {
11615
11588
  )
11616
11589
  ] }) });
11617
11590
  case "op2":
11618
- return /* @__PURE__ */ a(Z, { children: /* @__PURE__ */ f(Cs, { children: [
11591
+ return /* @__PURE__ */ a(Z, { children: /* @__PURE__ */ f(bs, { children: [
11619
11592
  /* @__PURE__ */ a(xu, { autor: s[0], autorIcon: e.autorIcon }),
11620
11593
  Array.isArray(t) ? /* @__PURE__ */ f(Z, { children: [
11621
11594
  /* @__PURE__ */ a(
@@ -11732,11 +11705,11 @@ const Ls = {
11732
11705
  `video-small-${s}`
11733
11706
  )) })
11734
11707
  ] }) }) }) });
11735
- }, yp = "_content_ruy5q_1", _p = "_videoContent_ruy5q_9", Cp = "_articleSection_ruy5q_21", bp = "_contentLatout_ruy5q_31", vp = "_title_ruy5q_36", Np = "_article_ruy5q_21", Sp = "_correspondent_ruy5q_64", mt = {
11708
+ }, yp = "_content_ruy5q_1", _p = "_videoContent_ruy5q_9", bp = "_articleSection_ruy5q_21", Cp = "_contentLatout_ruy5q_31", vp = "_title_ruy5q_36", Np = "_article_ruy5q_21", Sp = "_correspondent_ruy5q_64", mt = {
11736
11709
  content: yp,
11737
11710
  videoContent: _p,
11738
- articleSection: Cp,
11739
- contentLatout: bp,
11711
+ articleSection: bp,
11712
+ contentLatout: Cp,
11740
11713
  title: vp,
11741
11714
  article: Np,
11742
11715
  correspondent: Sp
@@ -11785,7 +11758,7 @@ const Ls = {
11785
11758
  /* @__PURE__ */ a("p", { className: mt.correspondent, children: t() })
11786
11759
  ] })
11787
11760
  ] }) }) }) });
11788
- }, C6 = (e) => {
11761
+ }, b6 = (e) => {
11789
11762
  switch (e.option) {
11790
11763
  case "op1":
11791
11764
  return /* @__PURE__ */ a(wp, { videos: e.data });
@@ -11795,7 +11768,7 @@ const Ls = {
11795
11768
  return /* @__PURE__ */ a(Z, {});
11796
11769
  }
11797
11770
  };
11798
- function b6({ containerId: e, containerId2: t }) {
11771
+ function C6({ containerId: e, containerId2: t }) {
11799
11772
  return Qe(() => {
11800
11773
  try {
11801
11774
  let n = function() {
@@ -11993,9 +11966,9 @@ const kp = (e) => {
11993
11966
  PUBLIC_API_FRONT: w,
11994
11967
  PUBLIC_X_SECURITY_TOKEN: y,
11995
11968
  PUBLIC_API_PATH_VERSION: N,
11996
- PUBLIC_PUBLICATION_ID: b
11969
+ PUBLIC_PUBLICATION_ID: C
11997
11970
  } = r;
11998
- if (!w || !y || !b || !N)
11971
+ if (!w || !y || !C || !N)
11999
11972
  throw new Error("Missing required environment variables");
12000
11973
  const I = await oe.get(
12001
11974
  `${w}${N}/news-list-section`,
@@ -12005,7 +11978,7 @@ const kp = (e) => {
12005
11978
  newstype: i.newsType,
12006
11979
  section: e,
12007
11980
  imagesizes: i.imgSizes,
12008
- publication: parseInt(b)
11981
+ publication: parseInt(C)
12009
11982
  },
12010
11983
  headers: {
12011
11984
  "x-api-token": y,
@@ -12016,7 +11989,7 @@ const kp = (e) => {
12016
11989
  return {
12017
11990
  ...I.data,
12018
11991
  data: I.data.data.filter(
12019
- (C) => C.info.link.internal !== t
11992
+ (b) => b.info.link.internal !== t
12020
11993
  )
12021
11994
  };
12022
11995
  }, [e, t, r]), A = ue(async () => {
@@ -12407,27 +12380,27 @@ function s9() {
12407
12380
  if (Ps) return ae;
12408
12381
  Ps = 1;
12409
12382
  var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, s = e ? Symbol.for("react.fragment") : 60107, o = e ? Symbol.for("react.strict_mode") : 60108, r = e ? Symbol.for("react.profiler") : 60114, i = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, u = e ? Symbol.for("react.async_mode") : 60111, l = e ? Symbol.for("react.concurrent_mode") : 60111, d = e ? Symbol.for("react.forward_ref") : 60112, m = e ? Symbol.for("react.suspense") : 60113, h = e ? Symbol.for("react.suspense_list") : 60120, p = e ? Symbol.for("react.memo") : 60115, g = e ? Symbol.for("react.lazy") : 60116, A = e ? Symbol.for("react.block") : 60121, w = e ? Symbol.for("react.fundamental") : 60117, y = e ? Symbol.for("react.responder") : 60118, N = e ? Symbol.for("react.scope") : 60119;
12410
- function b(C) {
12411
- if (typeof C == "object" && C !== null) {
12412
- var E = C.$$typeof;
12383
+ function C(b) {
12384
+ if (typeof b == "object" && b !== null) {
12385
+ var E = b.$$typeof;
12413
12386
  switch (E) {
12414
12387
  case t:
12415
- switch (C = C.type, C) {
12388
+ switch (b = b.type, b) {
12416
12389
  case u:
12417
12390
  case l:
12418
12391
  case s:
12419
12392
  case r:
12420
12393
  case o:
12421
12394
  case m:
12422
- return C;
12395
+ return b;
12423
12396
  default:
12424
- switch (C = C && C.$$typeof, C) {
12397
+ switch (b = b && b.$$typeof, b) {
12425
12398
  case c:
12426
12399
  case d:
12427
12400
  case g:
12428
12401
  case p:
12429
12402
  case i:
12430
- return C;
12403
+ return b;
12431
12404
  default:
12432
12405
  return E;
12433
12406
  }
@@ -12437,43 +12410,43 @@ function s9() {
12437
12410
  }
12438
12411
  }
12439
12412
  }
12440
- function I(C) {
12441
- return b(C) === l;
12442
- }
12443
- return ae.AsyncMode = u, ae.ConcurrentMode = l, ae.ContextConsumer = c, ae.ContextProvider = i, ae.Element = t, ae.ForwardRef = d, ae.Fragment = s, ae.Lazy = g, ae.Memo = p, ae.Portal = n, ae.Profiler = r, ae.StrictMode = o, ae.Suspense = m, ae.isAsyncMode = function(C) {
12444
- return I(C) || b(C) === u;
12445
- }, ae.isConcurrentMode = I, ae.isContextConsumer = function(C) {
12446
- return b(C) === c;
12447
- }, ae.isContextProvider = function(C) {
12448
- return b(C) === i;
12449
- }, ae.isElement = function(C) {
12450
- return typeof C == "object" && C !== null && C.$$typeof === t;
12451
- }, ae.isForwardRef = function(C) {
12452
- return b(C) === d;
12453
- }, ae.isFragment = function(C) {
12454
- return b(C) === s;
12455
- }, ae.isLazy = function(C) {
12456
- return b(C) === g;
12457
- }, ae.isMemo = function(C) {
12458
- return b(C) === p;
12459
- }, ae.isPortal = function(C) {
12460
- return b(C) === n;
12461
- }, ae.isProfiler = function(C) {
12462
- return b(C) === r;
12463
- }, ae.isStrictMode = function(C) {
12464
- return b(C) === o;
12465
- }, ae.isSuspense = function(C) {
12466
- return b(C) === m;
12467
- }, ae.isValidElementType = function(C) {
12468
- return typeof C == "string" || typeof C == "function" || C === s || C === l || C === r || C === o || C === m || C === h || typeof C == "object" && C !== null && (C.$$typeof === g || C.$$typeof === p || C.$$typeof === i || C.$$typeof === c || C.$$typeof === d || C.$$typeof === w || C.$$typeof === y || C.$$typeof === N || C.$$typeof === A);
12469
- }, ae.typeOf = b, ae;
12413
+ function I(b) {
12414
+ return C(b) === l;
12415
+ }
12416
+ return ae.AsyncMode = u, ae.ConcurrentMode = l, ae.ContextConsumer = c, ae.ContextProvider = i, ae.Element = t, ae.ForwardRef = d, ae.Fragment = s, ae.Lazy = g, ae.Memo = p, ae.Portal = n, ae.Profiler = r, ae.StrictMode = o, ae.Suspense = m, ae.isAsyncMode = function(b) {
12417
+ return I(b) || C(b) === u;
12418
+ }, ae.isConcurrentMode = I, ae.isContextConsumer = function(b) {
12419
+ return C(b) === c;
12420
+ }, ae.isContextProvider = function(b) {
12421
+ return C(b) === i;
12422
+ }, ae.isElement = function(b) {
12423
+ return typeof b == "object" && b !== null && b.$$typeof === t;
12424
+ }, ae.isForwardRef = function(b) {
12425
+ return C(b) === d;
12426
+ }, ae.isFragment = function(b) {
12427
+ return C(b) === s;
12428
+ }, ae.isLazy = function(b) {
12429
+ return C(b) === g;
12430
+ }, ae.isMemo = function(b) {
12431
+ return C(b) === p;
12432
+ }, ae.isPortal = function(b) {
12433
+ return C(b) === n;
12434
+ }, ae.isProfiler = function(b) {
12435
+ return C(b) === r;
12436
+ }, ae.isStrictMode = function(b) {
12437
+ return C(b) === o;
12438
+ }, ae.isSuspense = function(b) {
12439
+ return C(b) === m;
12440
+ }, ae.isValidElementType = function(b) {
12441
+ return typeof b == "string" || typeof b == "function" || b === s || b === l || b === r || b === o || b === m || b === h || typeof b == "object" && b !== null && (b.$$typeof === g || b.$$typeof === p || b.$$typeof === i || b.$$typeof === c || b.$$typeof === d || b.$$typeof === w || b.$$typeof === y || b.$$typeof === N || b.$$typeof === A);
12442
+ }, ae.typeOf = C, ae;
12470
12443
  }
12471
12444
  var se = {};
12472
12445
  var Os;
12473
12446
  function o9() {
12474
12447
  return Os || (Os = 1, process.env.NODE_ENV !== "production" && (function() {
12475
12448
  var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, s = e ? Symbol.for("react.fragment") : 60107, o = e ? Symbol.for("react.strict_mode") : 60108, r = e ? Symbol.for("react.profiler") : 60114, i = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, u = e ? Symbol.for("react.async_mode") : 60111, l = e ? Symbol.for("react.concurrent_mode") : 60111, d = e ? Symbol.for("react.forward_ref") : 60112, m = e ? Symbol.for("react.suspense") : 60113, h = e ? Symbol.for("react.suspense_list") : 60120, p = e ? Symbol.for("react.memo") : 60115, g = e ? Symbol.for("react.lazy") : 60116, A = e ? Symbol.for("react.block") : 60121, w = e ? Symbol.for("react.fundamental") : 60117, y = e ? Symbol.for("react.responder") : 60118, N = e ? Symbol.for("react.scope") : 60119;
12476
- function b(R) {
12449
+ function C(R) {
12477
12450
  return typeof R == "string" || typeof R == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
12478
12451
  R === s || R === l || R === r || R === o || R === m || R === h || typeof R == "object" && R !== null && (R.$$typeof === g || R.$$typeof === p || R.$$typeof === i || R.$$typeof === c || R.$$typeof === d || R.$$typeof === w || R.$$typeof === y || R.$$typeof === N || R.$$typeof === A);
12479
12452
  }
@@ -12509,7 +12482,7 @@ function o9() {
12509
12482
  }
12510
12483
  }
12511
12484
  }
12512
- var C = u, E = l, O = c, Q = i, Y = t, G = d, B = s, te = g, le = p, M = n, U = r, T = o, D = m, x = !1;
12485
+ var b = u, E = l, O = c, Q = i, Y = t, G = d, B = s, te = g, le = p, M = n, U = r, T = o, D = m, x = !1;
12513
12486
  function z(R) {
12514
12487
  return x || (x = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), _(R) || I(R) === u;
12515
12488
  }
@@ -12549,7 +12522,7 @@ function o9() {
12549
12522
  function ie(R) {
12550
12523
  return I(R) === m;
12551
12524
  }
12552
- se.AsyncMode = C, se.ConcurrentMode = E, se.ContextConsumer = O, se.ContextProvider = Q, se.Element = Y, se.ForwardRef = G, se.Fragment = B, se.Lazy = te, se.Memo = le, se.Portal = M, se.Profiler = U, se.StrictMode = T, se.Suspense = D, se.isAsyncMode = z, se.isConcurrentMode = _, se.isContextConsumer = S, se.isContextProvider = L, se.isElement = j, se.isForwardRef = P, se.isFragment = H, se.isLazy = F, se.isMemo = $, se.isPortal = X, se.isProfiler = ee, se.isStrictMode = V, se.isSuspense = ie, se.isValidElementType = b, se.typeOf = I;
12525
+ se.AsyncMode = b, se.ConcurrentMode = E, se.ContextConsumer = O, se.ContextProvider = Q, se.Element = Y, se.ForwardRef = G, se.Fragment = B, se.Lazy = te, se.Memo = le, se.Portal = M, se.Profiler = U, se.StrictMode = T, se.Suspense = D, se.isAsyncMode = z, se.isConcurrentMode = _, se.isContextConsumer = S, se.isContextProvider = L, se.isElement = j, se.isForwardRef = P, se.isFragment = H, se.isLazy = F, se.isMemo = $, se.isPortal = X, se.isProfiler = ee, se.isStrictMode = V, se.isSuspense = ie, se.isValidElementType = C, se.typeOf = I;
12553
12526
  })()), se;
12554
12527
  }
12555
12528
  var Ds;
@@ -12696,9 +12669,9 @@ function c9() {
12696
12669
  string: y("string"),
12697
12670
  symbol: y("symbol"),
12698
12671
  any: N(),
12699
- arrayOf: b,
12672
+ arrayOf: C,
12700
12673
  element: I(),
12701
- elementType: C(),
12674
+ elementType: b(),
12702
12675
  instanceOf: E,
12703
12676
  node: G(),
12704
12677
  objectOf: Q,
@@ -12754,7 +12727,7 @@ function c9() {
12754
12727
  function N() {
12755
12728
  return w(i);
12756
12729
  }
12757
- function b(_) {
12730
+ function C(_) {
12758
12731
  function S(L, j, P, H, F) {
12759
12732
  if (typeof _ != "function")
12760
12733
  return new A("Property `" + F + "` of component `" + P + "` has invalid PropType notation inside arrayOf.");
@@ -12783,7 +12756,7 @@ function c9() {
12783
12756
  }
12784
12757
  return w(_);
12785
12758
  }
12786
- function C() {
12759
+ function b() {
12787
12760
  function _(S, L, j, P, H) {
12788
12761
  var F = S[L];
12789
12762
  if (!e.isValidElementType(F)) {
@@ -13221,9 +13194,9 @@ function g9() {
13221
13194
  }
13222
13195
  var N = u(A);
13223
13196
  l && (N = N.concat(l(A)));
13224
- for (var b = i(g), I = i(A), C = 0; C < N.length; ++C) {
13225
- var E = N[C];
13226
- if (!n[E] && !(w && w[E]) && !(I && I[E]) && !(b && b[E])) {
13197
+ for (var C = i(g), I = i(A), b = 0; b < N.length; ++b) {
13198
+ var E = N[b];
13199
+ if (!n[E] && !(w && w[E]) && !(I && I[E]) && !(C && C[E])) {
13227
13200
  var O = d(A, E);
13228
13201
  try {
13229
13202
  c(g, E, O);
@@ -13259,7 +13232,7 @@ function y9(e, t) {
13259
13232
  e.prototype = Object.create(t.prototype), e.prototype.constructor = e, e.__proto__ = t;
13260
13233
  }
13261
13234
  var Oe = {}, _9 = 0;
13262
- function C9(e, t) {
13235
+ function b9(e, t) {
13263
13236
  return t = t || {}, function(s) {
13264
13237
  var o = s.displayName || s.name || "Component", r = /* @__PURE__ */ (function(c) {
13265
13238
  y9(u, c);
@@ -13300,17 +13273,17 @@ function C9(e, t) {
13300
13273
  };
13301
13274
  return;
13302
13275
  }
13303
- var b = {};
13304
- b[p] = function(O) {
13276
+ var C = {};
13277
+ C[p] = function(O) {
13305
13278
  return m.asyncScriptLoaderHandleLoad(O);
13306
13279
  }, Oe[h] = {
13307
13280
  loaded: !1,
13308
- observers: b
13281
+ observers: C
13309
13282
  };
13310
13283
  var I = document.createElement("script");
13311
13284
  I.src = h, I.async = !0;
13312
- for (var C in t.attributes)
13313
- I.setAttribute(C, t.attributes[C]);
13285
+ for (var b in t.attributes)
13286
+ I.setAttribute(b, t.attributes[b]);
13314
13287
  y && (I.id = y);
13315
13288
  var E = function(Q) {
13316
13289
  if (Oe[h]) {
@@ -13355,19 +13328,19 @@ function C9(e, t) {
13355
13328
  }, A9(i, s);
13356
13329
  };
13357
13330
  }
13358
- var _a = "onloadcallback", b9 = "grecaptcha";
13359
- function Ca() {
13331
+ var _a = "onloadcallback", C9 = "grecaptcha";
13332
+ function ba() {
13360
13333
  return typeof window < "u" && window.recaptchaOptions || {};
13361
13334
  }
13362
13335
  function v9() {
13363
- var e = Ca(), t = e.useRecaptchaNet ? "recaptcha.net" : "www.google.com";
13336
+ var e = ba(), t = e.useRecaptchaNet ? "recaptcha.net" : "www.google.com";
13364
13337
  return e.enterprise ? "https://" + t + "/recaptcha/enterprise.js?onload=" + _a + "&render=explicit" : "https://" + t + "/recaptcha/api.js?onload=" + _a + "&render=explicit";
13365
13338
  }
13366
- const zo = C9(v9, {
13339
+ const zo = b9(v9, {
13367
13340
  callbackName: _a,
13368
- globalName: b9,
13369
- attributes: Ca().nonce ? {
13370
- nonce: Ca().nonce
13341
+ globalName: C9,
13342
+ attributes: ba().nonce ? {
13343
+ nonce: ba().nonce
13371
13344
  } : {}
13372
13345
  })(Qn), N9 = "_overlay_18ksj_1", S9 = "_header_18ksj_18", I9 = "_logo_18ksj_25", E9 = "_card_18ksj_32", T9 = "_close_18ksj_47", x9 = "_form_18ksj_71", k9 = "_formUl_18ksj_80", U9 = "_field_18ksj_92", L9 = "_label_18ksj_99", R9 = "_input_18ksj_108", q9 = "_error_18ksj_126", B9 = "_primary_18ksj_132", P9 = "_divider_18ksj_170", O9 = "_google_18ksj_196", D9 = "_googleIcon_18ksj_226", M9 = "_spin_18ksj_259", j9 = "_checkboxRow_18ksj_281", Q9 = "_terms_18ksj_318", G9 = "_message_18ksj_349", H9 = "_passwordChecker_18ksj_354", z9 = "_valid_18ksj_373", F9 = "_invalid_18ksj_377", $9 = "_forgotPassword_18ksj_381", V9 = "_successContainer_18ksj_400", W9 = "_thumbsUp_18ksj_408", Y9 = "_successMessage_18ksj_414", k = {
13373
13346
  overlay: N9,
@@ -13659,8 +13632,8 @@ async function Z9({
13659
13632
  return N.data || N || [];
13660
13633
  } catch (N) {
13661
13634
  if (console.error("Error fetching comments:", N), oe.isAxiosError(N)) {
13662
- const b = N.response?.status, I = N.response?.data;
13663
- throw b === 404 ? new Error("Comments not found") : b === 403 ? new Error("Access forbidden - check API token") : b === 401 ? new Error("Unauthorized - invalid API token") : b === 500 ? new Error("Internal server error from CMS") : new Error(I?.error || I?.message || `HTTP ${b}: Failed to fetch comments`);
13635
+ const C = N.response?.status, I = N.response?.data;
13636
+ throw C === 404 ? new Error("Comments not found") : C === 403 ? new Error("Access forbidden - check API token") : C === 401 ? new Error("Unauthorized - invalid API token") : C === 500 ? new Error("Internal server error from CMS") : new Error(I?.error || I?.message || `HTTP ${C}: Failed to fetch comments`);
13664
13637
  }
13665
13638
  throw N;
13666
13639
  }
@@ -13962,8 +13935,8 @@ const X9 = (e, t) => {
13962
13935
  const c = { morereply: e.morereply ?? !1, reply: e.reply ? e.reply : [] }, [u, l] = J(c), [d, m] = Ie.useState(!1), { PUBLIC_PUBLICATION_ID: h, PUBLIC_X_SECURITY_TOKEN: p } = i, g = e.text, A = Ie.useRef(null);
13963
13936
  let w = `${et.firstname} ${et.lastname ?? ""}`, y = et.username;
13964
13937
  e.user && (w = `${e.user.firstname} ${e.user.lastname ?? ""}`, y = e.user.username);
13965
- const N = (b) => {
13966
- l({ morereply: u.morereply, reply: [b, ...u.reply] });
13938
+ const N = (C) => {
13939
+ l({ morereply: u.morereply, reply: [C, ...u.reply] });
13967
13940
  };
13968
13941
  return /* @__PURE__ */ a("div", { className: "comment-item", children: /* @__PURE__ */ f(
13969
13942
  "div",
@@ -13996,37 +13969,37 @@ const X9 = (e, t) => {
13996
13969
  }
13997
13970
  ),
13998
13971
  u.reply.length > 0 && /* @__PURE__ */ f("div", { className: "comment-replies", children: [
13999
- u.reply.map((b) => /* @__PURE__ */ a(
13972
+ u.reply.map((C) => /* @__PURE__ */ a(
14000
13973
  t3,
14001
13974
  {
14002
13975
  user: s,
14003
- reply: b,
13976
+ reply: C,
14004
13977
  replyingTo: w,
14005
13978
  onFlag: r,
14006
13979
  DATE_CONFIG: i
14007
13980
  },
14008
- b.id
13981
+ C.id
14009
13982
  )),
14010
13983
  d ? /* @__PURE__ */ a("div", { style: { marginLeft: "4rem", position: "relative" }, children: /* @__PURE__ */ a(tt, {}) }) : u.morereply && /* @__PURE__ */ a(
14011
13984
  "button",
14012
13985
  {
14013
13986
  className: "comment-replies-button reply-button",
14014
13987
  onClick: async () => {
14015
- const b = u.reply[u.reply.length - 1]?.id;
13988
+ const C = u.reply[u.reply.length - 1]?.id;
14016
13989
  m(!0);
14017
13990
  try {
14018
- const C = await Qa({
13991
+ const b = await Qa({
14019
13992
  publication: h ?? "",
14020
13993
  path: n ?? "",
14021
13994
  size: 2,
14022
13995
  sizereply: 2,
14023
13996
  id: e.id,
14024
- lastid: b,
13997
+ lastid: C,
14025
13998
  state: "5,6",
14026
13999
  apiToken: p ?? "",
14027
14000
  API_ENV: i
14028
14001
  });
14029
- m(!1), l({ morereply: C.morecomment, reply: [...u.reply, ...C.comments] });
14002
+ m(!1), l({ morereply: b.morecomment, reply: [...u.reply, ...b.comments] });
14030
14003
  } catch (I) {
14031
14004
  throw m(!1), new Error(`Error al obtener comentarios: ${I}`);
14032
14005
  }
@@ -14100,7 +14073,7 @@ const X9 = (e, t) => {
14100
14073
  void 0
14101
14074
  ), [m, h] = J(""), { comments: p, setComments: g } = X9(u, o), [A, w] = Ie.useState(!1), y = Ie.useRef(null), N = (Y) => {
14102
14075
  h(m === Y ? "" : Y);
14103
- }, b = (Y) => {
14076
+ }, C = (Y) => {
14104
14077
  g(
14105
14078
  p ? {
14106
14079
  ...p,
@@ -14109,7 +14082,7 @@ const X9 = (e, t) => {
14109
14082
  );
14110
14083
  }, I = (Y) => {
14111
14084
  d(Y);
14112
- }, C = async () => {
14085
+ }, b = async () => {
14113
14086
  if (!p || !p.morecomment || p.comments.length === 0) return;
14114
14087
  const Y = p.comments[p.comments.length - 1];
14115
14088
  if (!Y) return;
@@ -14151,7 +14124,7 @@ const X9 = (e, t) => {
14151
14124
  {
14152
14125
  commentRef: y,
14153
14126
  user: n,
14154
- addComment: b,
14127
+ addComment: C,
14155
14128
  path: u,
14156
14129
  API_ENV: o
14157
14130
  }
@@ -14184,7 +14157,7 @@ const X9 = (e, t) => {
14184
14157
  "button",
14185
14158
  {
14186
14159
  className: "comment-replies-button",
14187
- onClick: C,
14160
+ onClick: b,
14188
14161
  children: "Más"
14189
14162
  }
14190
14163
  )
@@ -14252,7 +14225,7 @@ function o3({ goToLogin: e, handleGoogleLogin: t, API_ENV: n }) {
14252
14225
  const [s, o] = J({}), [r, i] = J(!1), [c, u] = J(!1), [l, d] = J(null), [m, h] = J(
14253
14226
  "register"
14254
14227
  ), p = (y, N) => {
14255
- o((b) => ({ ...b, [y]: N }));
14228
+ o((C) => ({ ...C, [y]: N }));
14256
14229
  }, g = async (y) => {
14257
14230
  y.preventDefault(), d(null), u(!0);
14258
14231
  try {
@@ -14265,15 +14238,15 @@ function o3({ goToLogin: e, handleGoogleLogin: t, API_ENV: n }) {
14265
14238
  d("Las contraseñas no coinciden");
14266
14239
  return;
14267
14240
  }
14268
- const b = s.password || "";
14241
+ const C = s.password || "";
14269
14242
  if (kn.some(
14270
- (Q) => !Q.test(b)
14243
+ (Q) => !Q.test(C)
14271
14244
  )) {
14272
14245
  d("La contraseña no es válida");
14273
14246
  return;
14274
14247
  }
14275
- const C = Math.floor(Date.now() / 1e3);
14276
- N.push({ Name: "updated_at", Value: String(C) });
14248
+ const b = Math.floor(Date.now() / 1e3);
14249
+ N.push({ Name: "updated_at", Value: String(b) });
14277
14250
  const E = n.PUBLIC_ENV === "local" ? "token" : await Zo(
14278
14251
  "comment_register",
14279
14252
  n.CAPTCHA_KEY ?? ""
@@ -14323,8 +14296,8 @@ function o3({ goToLogin: e, handleGoogleLogin: t, API_ENV: n }) {
14323
14296
  })
14324
14297
  });
14325
14298
  if (!N.ok) {
14326
- const b = await N.json().catch(() => ({}));
14327
- throw new Error(b?.error || "Error al confirmar usuario");
14299
+ const C = await N.json().catch(() => ({}));
14300
+ throw new Error(C?.error || "Error al confirmar usuario");
14328
14301
  }
14329
14302
  h("success");
14330
14303
  } catch (N) {
@@ -14362,20 +14335,20 @@ function o3({ goToLogin: e, handleGoogleLogin: t, API_ENV: n }) {
14362
14335
  type: y.toLowerCase().includes("password") ? r ? "text" : "password" : y === "birthdate" ? "date" : y === "email" ? "email" : y === "phone_number" ? "tel" : "text",
14363
14336
  name: y,
14364
14337
  value: s[y] || "",
14365
- onChange: (b) => p(y, b.target.value),
14338
+ onChange: (C) => p(y, C.target.value),
14366
14339
  className: k.input,
14367
14340
  placeholder: ""
14368
14341
  }
14369
14342
  ),
14370
- y === "password" && /* @__PURE__ */ a("div", { className: k.passwordChecker, children: kn.map((b, I) => {
14371
- const C = b.test(w);
14343
+ y === "password" && /* @__PURE__ */ a("div", { className: k.passwordChecker, children: kn.map((C, I) => {
14344
+ const b = C.test(w);
14372
14345
  return /* @__PURE__ */ f(
14373
14346
  "div",
14374
14347
  {
14375
- className: C ? k.valid : k.invalid,
14348
+ className: b ? k.valid : k.invalid,
14376
14349
  children: [
14377
- /* @__PURE__ */ a("div", { children: C ? "✔" : "○" }),
14378
- /* @__PURE__ */ a("div", { children: b.label })
14350
+ /* @__PURE__ */ a("div", { children: b ? "✔" : "○" }),
14351
+ /* @__PURE__ */ a("div", { children: C.label })
14379
14352
  ]
14380
14353
  },
14381
14354
  I
@@ -14388,7 +14361,7 @@ function o3({ goToLogin: e, handleGoogleLogin: t, API_ENV: n }) {
14388
14361
  id: "showPasswordRegister",
14389
14362
  type: "checkbox",
14390
14363
  checked: r,
14391
- onChange: (b) => i(b.target.checked)
14364
+ onChange: (C) => i(C.target.checked)
14392
14365
  }
14393
14366
  ),
14394
14367
  /* @__PURE__ */ a(
@@ -14480,7 +14453,7 @@ function r3({
14480
14453
  handleGoogleLogin: s,
14481
14454
  API_ENV: o
14482
14455
  }) {
14483
- const [r, i] = J("login"), [c, u] = J(""), [l, d] = J(""), [m, h] = J(""), [p, g] = J(""), [A, w] = J(""), [y, N] = J(!1), [b, I] = J(!1), [C, E] = J(null);
14456
+ const [r, i] = J("login"), [c, u] = J(""), [l, d] = J(""), [m, h] = J(""), [p, g] = J(""), [A, w] = J(""), [y, N] = J(!1), [C, I] = J(!1), [b, E] = J(null);
14484
14457
  return /* @__PURE__ */ f(Z, { children: [
14485
14458
  r === "login" && /* @__PURE__ */ a(
14486
14459
  i3,
@@ -14488,13 +14461,13 @@ function r3({
14488
14461
  email: c,
14489
14462
  password: l,
14490
14463
  showPassword: y,
14491
- loading: b,
14492
- error: C,
14464
+ loading: C,
14465
+ error: b,
14493
14466
  setEmail: u,
14494
14467
  setPassword: d,
14495
14468
  setShowPassword: N,
14496
14469
  onSubmit: async (G) => {
14497
- if (!b) {
14470
+ if (!C) {
14498
14471
  G.preventDefault(), E(null), I(!0);
14499
14472
  try {
14500
14473
  const B = o.PUBLIC_ENV === "local" ? "token" : await Zo("comment_login", o.CAPTCHA_KEY || "");
@@ -14529,10 +14502,10 @@ function r3({
14529
14502
  {
14530
14503
  email: c,
14531
14504
  setEmail: u,
14532
- loading: b,
14533
- error: C,
14505
+ loading: C,
14506
+ error: b,
14534
14507
  onSubmit: async (G) => {
14535
- if (!b) {
14508
+ if (!C) {
14536
14509
  G.preventDefault(), E(null), I(!0);
14537
14510
  try {
14538
14511
  const B = await fetch("/api/auth/forgot-password", {
@@ -14565,14 +14538,14 @@ function r3({
14565
14538
  newPassword: p,
14566
14539
  confirmNewPassword: A,
14567
14540
  showPassword: y,
14568
- loading: b,
14569
- error: C,
14541
+ loading: C,
14542
+ error: b,
14570
14543
  setConfirmationCode: h,
14571
14544
  setNewPassword: g,
14572
14545
  setConfirmNewPassword: w,
14573
14546
  setShowPassword: N,
14574
14547
  onSubmit: async (G) => {
14575
- if (b) return;
14548
+ if (C) return;
14576
14549
  if (G.preventDefault(), p !== A) {
14577
14550
  E("Las contraseñas no coinciden");
14578
14551
  return;
@@ -15263,7 +15236,7 @@ export {
15263
15236
  s6 as ContactSelect,
15264
15237
  o6 as ContactTextarea,
15265
15238
  Yt as ContentLayout1,
15266
- Cs as ContentLayoutTema,
15239
+ bs as ContentLayoutTema,
15267
15240
  A6 as DEBUG_MainSlots,
15268
15241
  k2 as DestacadoNoticias,
15269
15242
  gf as DestacadoVideos,
@@ -15284,9 +15257,9 @@ export {
15284
15257
  W3 as GenerateHead,
15285
15258
  i6 as Header,
15286
15259
  F0 as IframeHeader,
15287
- bl as ImageOffline,
15260
+ Cl as ImageOffline,
15288
15261
  Re as ImageOnline,
15289
- Cl as ImageOnlineClient,
15262
+ bl as ImageOnlineClient,
15290
15263
  F3 as IssuuServices,
15291
15264
  zr as ItemListSchema,
15292
15265
  Oh as JournalistArticule2,
@@ -15317,7 +15290,7 @@ export {
15317
15290
  Ja as PreloadImages,
15318
15291
  Je as REPORT_REASONS,
15319
15292
  Ra as Readest,
15320
- b6 as ScriptHydrator,
15293
+ C6 as ScriptHydrator,
15321
15294
  y6 as SearchSection,
15322
15295
  Ae as Section,
15323
15296
  nt as SectionCard,
@@ -15338,7 +15311,7 @@ export {
15338
15311
  t6 as VideoBlock3,
15339
15312
  r6 as VideoBlock4,
15340
15313
  M0 as VideoEmbeddedHeader,
15341
- C6 as VideoSection,
15314
+ b6 as VideoSection,
15342
15315
  G0 as VideoYoutubeHeader,
15343
15316
  Wr as VideosSchemas,
15344
15317
  Vr as WebsiteList,
@@ -15354,8 +15327,8 @@ export {
15354
15327
  Ya as extractRealtedNews,
15355
15328
  Ge as formatDate,
15356
15329
  A3 as formatDateEdiciones,
15357
- ba as formatDateJournalistArticule,
15358
- br as formatDateTimeline,
15330
+ Ca as formatDateJournalistArticule,
15331
+ Cr as formatDateTimeline,
15359
15332
  xr as formatNewsMeta,
15360
15333
  Or as formatVideoData,
15361
15334
  V3 as generalGetData,
@@ -15365,7 +15338,7 @@ export {
15365
15338
  $3 as getDynamicSlots,
15366
15339
  vn as getEnvironmentUrl,
15367
15340
  w3 as getEnvironmentUrlFront,
15368
- b3 as getHydratorPath,
15341
+ C3 as getHydratorPath,
15369
15342
  pe as getImageUrl,
15370
15343
  Jt as getNextMeta,
15371
15344
  Xt as getPage,
@@ -15380,7 +15353,7 @@ export {
15380
15353
  Xs as getScriptReplaces,
15381
15354
  Jr as getSlugs,
15382
15355
  _3 as getTypeOfNews,
15383
- C3 as getVideoRealPath,
15356
+ b3 as getVideoRealPath,
15384
15357
  Qa as handleGetComments,
15385
15358
  p3 as initLibrary,
15386
15359
  Rr as metadataToJSX,