sass-template-common 0.9.153 → 0.9.154

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 n, jsxs as A, Fragment as K } from "react/jsx-runtime";
2
2
  import * as Ws from "react";
3
- import le, { useState as Z, useRef as Ga, useCallback as ce, useEffect as xe, createElement as Oe, forwardRef as Qn, Fragment as ds, useMemo as us, Component as ja } from "react";
3
+ import le, { useState as Z, useRef as Ga, useCallback as ce, useEffect as Ue, createElement as Oe, forwardRef as Qn, Fragment as ds, useMemo as us, Component as ja } from "react";
4
4
  let ms = {
5
5
  PUBLIC_API_HOST: "",
6
6
  PUBLIC_API_FRONT: "",
@@ -185,18 +185,18 @@ function Vn() {
185
185
  e.exports = a();
186
186
  })(Wa, (function() {
187
187
  var s = 1e3, a = 6e4, r = 36e5, i = "millisecond", o = "second", c = "minute", u = "hour", l = "day", d = "week", m = "month", h = "quarter", g = "year", f = "date", p = "Invalid Date", w = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, v = /\[([^\]]+)]|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, y = { 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(q) {
188
- var U = ["th", "st", "nd", "rd"], x = q % 100;
189
- return "[" + q + (U[(x - 20) % 10] || U[x] || U[0]) + "]";
190
- } }, N = function(q, U, x) {
188
+ var x = ["th", "st", "nd", "rd"], U = q % 100;
189
+ return "[" + q + (x[(U - 20) % 10] || x[U] || x[0]) + "]";
190
+ } }, N = function(q, x, U) {
191
191
  var D = String(q);
192
- return !D || D.length >= U ? q : "" + Array(U + 1 - D.length).join(x) + q;
192
+ return !D || D.length >= x ? q : "" + Array(x + 1 - D.length).join(U) + q;
193
193
  }, E = { s: N, z: function(q) {
194
- var U = -q.utcOffset(), x = Math.abs(U), D = Math.floor(x / 60), L = x % 60;
195
- return (U <= 0 ? "+" : "-") + N(D, 2, "0") + ":" + N(L, 2, "0");
196
- }, m: function q(U, x) {
197
- if (U.date() < x.date()) return -q(x, U);
198
- var D = 12 * (x.year() - U.year()) + (x.month() - U.month()), L = U.clone().add(D, m), z = x - L < 0, C = U.clone().add(D + (z ? -1 : 1), m);
199
- return +(-(D + (x - L) / (z ? L - C : C - L)) || 0);
194
+ var x = -q.utcOffset(), U = Math.abs(x), D = Math.floor(U / 60), L = U % 60;
195
+ return (x <= 0 ? "+" : "-") + N(D, 2, "0") + ":" + N(L, 2, "0");
196
+ }, m: function q(x, U) {
197
+ if (x.date() < U.date()) return -q(U, x);
198
+ var D = 12 * (U.year() - x.year()) + (U.month() - x.month()), L = x.clone().add(D, m), z = U - L < 0, C = x.clone().add(D + (z ? -1 : 1), m);
199
+ return +(-(D + (U - L) / (z ? L - C : C - L)) || 0);
200
200
  }, a: function(q) {
201
201
  return q < 0 ? Math.ceil(q) || 0 : Math.floor(q);
202
202
  }, p: function(q) {
@@ -207,33 +207,33 @@ function Vn() {
207
207
  I[b] = y;
208
208
  var k = "$isDayjsObject", Q = function(q) {
209
209
  return q instanceof V || !(!q || !q[k]);
210
- }, F = function q(U, x, D) {
210
+ }, F = function q(x, U, D) {
211
211
  var L;
212
- if (!U) return b;
213
- if (typeof U == "string") {
214
- var z = U.toLowerCase();
215
- I[z] && (L = z), x && (I[z] = x, L = z);
216
- var C = U.split("-");
212
+ if (!x) return b;
213
+ if (typeof x == "string") {
214
+ var z = x.toLowerCase();
215
+ I[z] && (L = z), U && (I[z] = U, L = z);
216
+ var C = x.split("-");
217
217
  if (!L && C.length > 1) return q(C[0]);
218
218
  } else {
219
- var T = U.name;
220
- I[T] = U, L = T;
219
+ var T = x.name;
220
+ I[T] = x, L = T;
221
221
  }
222
222
  return !D && L && (b = L), L || !D && b;
223
- }, j = function(q, U) {
223
+ }, j = function(q, x) {
224
224
  if (Q(q)) return q.clone();
225
- var x = typeof U == "object" ? U : {};
226
- return x.date = q, x.args = arguments, new V(x);
225
+ var U = typeof x == "object" ? x : {};
226
+ return U.date = q, U.args = arguments, new V(U);
227
227
  }, R = E;
228
- R.l = F, R.i = Q, R.w = function(q, U) {
229
- return j(q, { locale: U.$L, utc: U.$u, x: U.$x, $offset: U.$offset });
228
+ R.l = F, R.i = Q, R.w = function(q, x) {
229
+ return j(q, { locale: x.$L, utc: x.$u, x: x.$x, $offset: x.$offset });
230
230
  };
231
231
  var V = (function() {
232
- function q(x) {
233
- this.$L = F(x.locale, null, !0), this.parse(x), this.$x = this.$x || x.x || {}, this[k] = !0;
232
+ function q(U) {
233
+ this.$L = F(U.locale, null, !0), this.parse(U), this.$x = this.$x || U.x || {}, this[k] = !0;
234
234
  }
235
- var U = q.prototype;
236
- return U.parse = function(x) {
235
+ var x = q.prototype;
236
+ return x.parse = function(U) {
237
237
  this.$d = (function(D) {
238
238
  var L = D.date, z = D.utc;
239
239
  if (L === null) return /* @__PURE__ */ new Date(NaN);
@@ -247,29 +247,29 @@ function Vn() {
247
247
  }
248
248
  }
249
249
  return new Date(L);
250
- })(x), this.init();
251
- }, U.init = function() {
252
- var x = this.$d;
253
- this.$y = x.getFullYear(), this.$M = x.getMonth(), this.$D = x.getDate(), this.$W = x.getDay(), this.$H = x.getHours(), this.$m = x.getMinutes(), this.$s = x.getSeconds(), this.$ms = x.getMilliseconds();
254
- }, U.$utils = function() {
250
+ })(U), this.init();
251
+ }, x.init = function() {
252
+ var U = this.$d;
253
+ this.$y = U.getFullYear(), this.$M = U.getMonth(), this.$D = U.getDate(), this.$W = U.getDay(), this.$H = U.getHours(), this.$m = U.getMinutes(), this.$s = U.getSeconds(), this.$ms = U.getMilliseconds();
254
+ }, x.$utils = function() {
255
255
  return R;
256
- }, U.isValid = function() {
256
+ }, x.isValid = function() {
257
257
  return this.$d.toString() !== p;
258
- }, U.isSame = function(x, D) {
259
- var L = j(x);
258
+ }, x.isSame = function(U, D) {
259
+ var L = j(U);
260
260
  return this.startOf(D) <= L && L <= this.endOf(D);
261
- }, U.isAfter = function(x, D) {
262
- return j(x) < this.startOf(D);
263
- }, U.isBefore = function(x, D) {
264
- return this.endOf(D) < j(x);
265
- }, U.$g = function(x, D, L) {
266
- return R.u(x) ? this[D] : this.set(L, x);
267
- }, U.unix = function() {
261
+ }, x.isAfter = function(U, D) {
262
+ return j(U) < this.startOf(D);
263
+ }, x.isBefore = function(U, D) {
264
+ return this.endOf(D) < j(U);
265
+ }, x.$g = function(U, D, L) {
266
+ return R.u(U) ? this[D] : this.set(L, U);
267
+ }, x.unix = function() {
268
268
  return Math.floor(this.valueOf() / 1e3);
269
- }, U.valueOf = function() {
269
+ }, x.valueOf = function() {
270
270
  return this.$d.getTime();
271
- }, U.startOf = function(x, D) {
272
- var L = this, z = !!R.u(D) || D, C = R.p(x), T = function(te, $) {
271
+ }, x.startOf = function(U, D) {
272
+ var L = this, z = !!R.u(D) || D, C = R.p(U), T = function(te, $) {
273
273
  var oe = R.w(L.$u ? Date.UTC(L.$y, $, te) : new Date(L.$y, $, te), L);
274
274
  return z ? oe : oe.endOf(l);
275
275
  }, O = function(te, $) {
@@ -295,38 +295,38 @@ function Vn() {
295
295
  default:
296
296
  return this.clone();
297
297
  }
298
- }, U.endOf = function(x) {
299
- return this.startOf(x, !1);
300
- }, U.$set = function(x, D) {
301
- var L, z = R.p(x), C = "set" + (this.$u ? "UTC" : ""), T = (L = {}, L[l] = C + "Date", L[f] = C + "Date", L[m] = C + "Month", L[g] = C + "FullYear", L[u] = C + "Hours", L[c] = C + "Minutes", L[o] = C + "Seconds", L[i] = C + "Milliseconds", L)[z], O = z === l ? this.$D + (D - this.$W) : D;
298
+ }, x.endOf = function(U) {
299
+ return this.startOf(U, !1);
300
+ }, x.$set = function(U, D) {
301
+ var L, z = R.p(U), C = "set" + (this.$u ? "UTC" : ""), T = (L = {}, L[l] = C + "Date", L[f] = C + "Date", L[m] = C + "Month", L[g] = C + "FullYear", L[u] = C + "Hours", L[c] = C + "Minutes", L[o] = C + "Seconds", L[i] = C + "Milliseconds", L)[z], O = z === l ? this.$D + (D - this.$W) : D;
302
302
  if (z === m || z === g) {
303
303
  var G = this.clone().set(f, 1);
304
304
  G.$d[T](O), G.init(), this.$d = G.set(f, Math.min(this.$D, G.daysInMonth())).$d;
305
305
  } else T && this.$d[T](O);
306
306
  return this.init(), this;
307
- }, U.set = function(x, D) {
308
- return this.clone().$set(x, D);
309
- }, U.get = function(x) {
310
- return this[R.p(x)]();
311
- }, U.add = function(x, D) {
307
+ }, x.set = function(U, D) {
308
+ return this.clone().$set(U, D);
309
+ }, x.get = function(U) {
310
+ return this[R.p(U)]();
311
+ }, x.add = function(U, D) {
312
312
  var L, z = this;
313
- x = Number(x);
313
+ U = Number(U);
314
314
  var C = R.p(D), T = function(_) {
315
315
  var H = j(z);
316
- return R.w(H.date(H.date() + Math.round(_ * x)), z);
316
+ return R.w(H.date(H.date() + Math.round(_ * U)), z);
317
317
  };
318
- if (C === m) return this.set(m, this.$M + x);
319
- if (C === g) return this.set(g, this.$y + x);
318
+ if (C === m) return this.set(m, this.$M + U);
319
+ if (C === g) return this.set(g, this.$y + U);
320
320
  if (C === l) return T(1);
321
321
  if (C === d) return T(7);
322
- var O = (L = {}, L[c] = a, L[u] = r, L[o] = s, L)[C] || 1, G = this.$d.getTime() + x * O;
322
+ var O = (L = {}, L[c] = a, L[u] = r, L[o] = s, L)[C] || 1, G = this.$d.getTime() + U * O;
323
323
  return R.w(G, this);
324
- }, U.subtract = function(x, D) {
325
- return this.add(-1 * x, D);
326
- }, U.format = function(x) {
324
+ }, x.subtract = function(U, D) {
325
+ return this.add(-1 * U, D);
326
+ }, x.format = function(U) {
327
327
  var D = this, L = this.$locale();
328
328
  if (!this.isValid()) return L.invalidDate || p;
329
- var z = x || "YYYY-MM-DDTHH:mm:ssZ", C = R.z(this), T = this.$H, O = this.$m, G = this.$M, _ = L.weekdays, H = L.months, W = L.meridiem, Y = function($, oe, M, me) {
329
+ var z = U || "YYYY-MM-DDTHH:mm:ssZ", C = R.z(this), T = this.$H, O = this.$m, G = this.$M, _ = L.weekdays, H = L.months, W = L.meridiem, Y = function($, oe, M, me) {
330
330
  return $ && ($[oe] || $(D, z)) || M[oe].slice(0, me);
331
331
  }, ee = function($) {
332
332
  return R.s(T % 12 || 12, $, "0");
@@ -389,10 +389,10 @@ function Vn() {
389
389
  return null;
390
390
  })($) || C.replace(":", "");
391
391
  }));
392
- }, U.utcOffset = function() {
392
+ }, x.utcOffset = function() {
393
393
  return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
394
- }, U.diff = function(x, D, L) {
395
- var z, C = this, T = R.p(D), O = j(x), G = (O.utcOffset() - this.utcOffset()) * a, _ = this - O, H = function() {
394
+ }, x.diff = function(U, D, L) {
395
+ var z, C = this, T = R.p(D), O = j(U), G = (O.utcOffset() - this.utcOffset()) * a, _ = this - O, H = function() {
396
396
  return R.m(C, O);
397
397
  };
398
398
  switch (T) {
@@ -424,32 +424,32 @@ function Vn() {
424
424
  z = _;
425
425
  }
426
426
  return L ? z : R.a(z);
427
- }, U.daysInMonth = function() {
427
+ }, x.daysInMonth = function() {
428
428
  return this.endOf(m).$D;
429
- }, U.$locale = function() {
429
+ }, x.$locale = function() {
430
430
  return I[this.$L];
431
- }, U.locale = function(x, D) {
432
- if (!x) return this.$L;
433
- var L = this.clone(), z = F(x, D, !0);
431
+ }, x.locale = function(U, D) {
432
+ if (!U) return this.$L;
433
+ var L = this.clone(), z = F(U, D, !0);
434
434
  return z && (L.$L = z), L;
435
- }, U.clone = function() {
435
+ }, x.clone = function() {
436
436
  return R.w(this.$d, this);
437
- }, U.toDate = function() {
437
+ }, x.toDate = function() {
438
438
  return new Date(this.valueOf());
439
- }, U.toJSON = function() {
439
+ }, x.toJSON = function() {
440
440
  return this.isValid() ? this.toISOString() : null;
441
- }, U.toISOString = function() {
441
+ }, x.toISOString = function() {
442
442
  return this.$d.toISOString();
443
- }, U.toString = function() {
443
+ }, x.toString = function() {
444
444
  return this.$d.toUTCString();
445
445
  }, q;
446
446
  })(), se = V.prototype;
447
447
  return j.prototype = se, [["$ms", i], ["$s", o], ["$m", c], ["$H", u], ["$W", l], ["$M", m], ["$y", g], ["$D", f]].forEach((function(q) {
448
- se[q[1]] = function(U) {
449
- return this.$g(U, q[0], q[1]);
448
+ se[q[1]] = function(x) {
449
+ return this.$g(x, q[0], q[1]);
450
450
  };
451
- })), j.extend = function(q, U) {
452
- return q.$i || (q(U, V, j), q.$i = !0), j;
451
+ })), j.extend = function(q, x) {
452
+ return q.$i || (q(x, V, j), q.$i = !0), j;
453
453
  }, j.locale = F, j.isDayjs = Q, j.unix = function(q) {
454
454
  return j(1e3 * q);
455
455
  }, j.en = I[b], j.Ls = I, j.p = {}, j;
@@ -666,7 +666,7 @@ const cr = /* @__PURE__ */ Ke(or);
666
666
  he.extend(ar);
667
667
  he.extend(cr);
668
668
  he.extend(Za);
669
- const Bt = (e) => e === "en" ? "en" : "es", Ue = (e, t) => {
669
+ const Bt = (e) => e === "en" ? "en" : "es", xe = (e, t) => {
670
670
  const { PUBLIC_LNG: s, DATE_TIMEZONE: a } = t || B(), r = Bt(s ?? "es");
671
671
  return he.tz(e, a).locale(r).format("DD MMMM YYYY");
672
672
  }, Ot = (e) => {
@@ -1154,7 +1154,7 @@ const Md = hs, fr = async (e, t) => {
1154
1154
  const o = r[1] || r[3] || "", c = r[2]?.trim() || "";
1155
1155
  return Fn(o, c, i, e.name);
1156
1156
  }) });
1157
- }, xr = (e) => {
1157
+ }, Ur = (e) => {
1158
1158
  const t = e.banners.find(
1159
1159
  (r) => r.key === e.name
1160
1160
  );
@@ -1196,7 +1196,7 @@ function Dd(e) {
1196
1196
  const t = e.length;
1197
1197
  return t > 1 && e.charCodeAt(t - 1) === 47 ? e.slice(0, t - 1) : e;
1198
1198
  }
1199
- const Ur = () => {
1199
+ const xr = () => {
1200
1200
  const { PUBLIC_ASSETS_URL: e } = B();
1201
1201
  return e && e !== "false" && /* @__PURE__ */ n("link", { rel: "preconnect", href: e, crossOrigin: "anonymous" });
1202
1202
  }, tn = ({ images: e }) => /* @__PURE__ */ n(K, { children: e.map(
@@ -2449,8 +2449,8 @@ const fi = (e, t, s, { allOwnKeys: a } = {}) => (ut(t, (r, i) => {
2449
2449
  });
2450
2450
  };
2451
2451
  return Je(e) ? a(e) : a(String(e).split(t)), s;
2452
- }, xi = () => {
2453
- }, Ui = (e, t) => e != null && Number.isFinite(e = +e) ? e : t;
2452
+ }, Ui = () => {
2453
+ }, xi = (e, t) => e != null && Number.isFinite(e = +e) ? e : t;
2454
2454
  function ki(e) {
2455
2455
  return !!(e && Ae(e.append) && e[Kn] === "FormData" && e[Dt]);
2456
2456
  }
@@ -2527,8 +2527,8 @@ const Ri = (e) => {
2527
2527
  freezeMethods: Ti,
2528
2528
  toObjectSet: Ii,
2529
2529
  toCamelCase: Si,
2530
- noop: xi,
2531
- toFiniteNumber: Ui,
2530
+ noop: Ui,
2531
+ toFiniteNumber: xi,
2532
2532
  findKey: Xn,
2533
2533
  global: qe,
2534
2534
  isContextDefined: ea,
@@ -2786,10 +2786,10 @@ const ca = {
2786
2786
  Blob: Qi
2787
2787
  },
2788
2788
  protocols: ["http", "https", "file", "blob", "url", "data"]
2789
- }, xs = typeof window < "u" && typeof document < "u", ps = typeof navigator == "object" && navigator || void 0, Hi = xs && (!ps || ["ReactNative", "NativeScript", "NS"].indexOf(ps.product) < 0), Fi = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
2790
- self instanceof WorkerGlobalScope && typeof self.importScripts == "function", zi = xs && window.location.href || "http://localhost", Wi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2789
+ }, Us = typeof window < "u" && typeof document < "u", ps = typeof navigator == "object" && navigator || void 0, Hi = Us && (!ps || ["ReactNative", "NativeScript", "NS"].indexOf(ps.product) < 0), Fi = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
2790
+ self instanceof WorkerGlobalScope && typeof self.importScripts == "function", zi = Us && window.location.href || "http://localhost", Wi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2791
2791
  __proto__: null,
2792
- hasBrowserEnv: xs,
2792
+ hasBrowserEnv: Us,
2793
2793
  hasStandardBrowserEnv: Hi,
2794
2794
  hasStandardBrowserWebWorkerEnv: Fi,
2795
2795
  navigator: ps,
@@ -3541,9 +3541,9 @@ const ha = (e) => {
3541
3541
  const q = V && V.unsubscribe && (() => {
3542
3542
  V.unsubscribe();
3543
3543
  });
3544
- let U;
3544
+ let x;
3545
3545
  try {
3546
- if (I && l && w !== "get" && w !== "head" && (U = await g(Q, v)) !== 0) {
3546
+ if (I && l && w !== "get" && w !== "head" && (x = await g(Q, v)) !== 0) {
3547
3547
  let T = new s(p, {
3548
3548
  method: "POST",
3549
3549
  body: v,
@@ -3551,21 +3551,21 @@ const ha = (e) => {
3551
3551
  }), O;
3552
3552
  if (S.isFormData(v) && (O = T.headers.get("content-type")) && Q.setContentType(O), T.body) {
3553
3553
  const [G, _] = cn(
3554
- U,
3554
+ x,
3555
3555
  kt(ln(I))
3556
3556
  );
3557
3557
  v = un(T.body, mn, G, _);
3558
3558
  }
3559
3559
  }
3560
3560
  S.isString(F) || (F = F ? "include" : "omit");
3561
- const x = i && "credentials" in s.prototype, D = {
3561
+ const U = i && "credentials" in s.prototype, D = {
3562
3562
  ...j,
3563
3563
  signal: V,
3564
3564
  method: w.toUpperCase(),
3565
3565
  headers: Q.normalize().toJSON(),
3566
3566
  body: v,
3567
3567
  duplex: "half",
3568
- credentials: x ? F : void 0
3568
+ credentials: U ? F : void 0
3569
3569
  };
3570
3570
  se = i && new s(p, D);
3571
3571
  let L = await (i ? R(se, j) : R(p, D));
@@ -3598,13 +3598,13 @@ const ha = (e) => {
3598
3598
  request: se
3599
3599
  });
3600
3600
  });
3601
- } catch (x) {
3602
- throw q && q(), x && x.name === "TypeError" && /Load failed|fetch/i.test(x.message) ? Object.assign(
3601
+ } catch (U) {
3602
+ throw q && q(), U && U.name === "TypeError" && /Load failed|fetch/i.test(U.message) ? Object.assign(
3603
3603
  new J("Network Error", J.ERR_NETWORK, f, se),
3604
3604
  {
3605
- cause: x.cause || x
3605
+ cause: U.cause || U
3606
3606
  }
3607
- ) : J.from(x, x && x.code, f, se);
3607
+ ) : J.from(U, U && U.code, f, se);
3608
3608
  }
3609
3609
  };
3610
3610
  }, vo = /* @__PURE__ */ new Map(), fa = (e) => {
@@ -3620,14 +3620,14 @@ const ha = (e) => {
3620
3620
  return l;
3621
3621
  };
3622
3622
  fa();
3623
- const Us = {
3623
+ const xs = {
3624
3624
  http: Mi,
3625
3625
  xhr: ho,
3626
3626
  fetch: {
3627
3627
  get: fa
3628
3628
  }
3629
3629
  };
3630
- S.forEach(Us, (e, t) => {
3630
+ S.forEach(xs, (e, t) => {
3631
3631
  if (e) {
3632
3632
  try {
3633
3633
  Object.defineProperty(e, "name", { value: t });
@@ -3645,7 +3645,7 @@ function yo(e, t) {
3645
3645
  for (let o = 0; o < s; o++) {
3646
3646
  a = e[o];
3647
3647
  let c;
3648
- if (r = a, !Co(a) && (r = Us[(c = String(a)).toLowerCase()], r === void 0))
3648
+ if (r = a, !Co(a) && (r = xs[(c = String(a)).toLowerCase()], r === void 0))
3649
3649
  throw new J(`Unknown adapter '${c}'`);
3650
3650
  if (r && (S.isFunction(r) || (r = r.get(t))))
3651
3651
  break;
@@ -3675,7 +3675,7 @@ const ga = {
3675
3675
  * Exposes all known adapters
3676
3676
  * @type {Object<string, Function|Object>}
3677
3677
  */
3678
- adapters: Us
3678
+ adapters: xs
3679
3679
  };
3680
3680
  function es(e) {
3681
3681
  if (e.cancelToken && e.cancelToken.throwIfRequested(), e.signal && e.signal.aborted)
@@ -3744,10 +3744,10 @@ function No(e, t, s) {
3744
3744
  throw new J("Unknown option " + i, J.ERR_BAD_OPTION);
3745
3745
  }
3746
3746
  }
3747
- const xt = {
3747
+ const Ut = {
3748
3748
  assertOptions: No,
3749
3749
  validators: Qt
3750
- }, Se = xt.validators;
3750
+ }, Se = Ut.validators;
3751
3751
  let De = class {
3752
3752
  constructor(t) {
3753
3753
  this.defaults = t || {}, this.interceptors = {
@@ -3783,16 +3783,16 @@ let De = class {
3783
3783
  _request(t, s) {
3784
3784
  typeof t == "string" ? (s = s || {}, s.url = t) : s = t || {}, s = Qe(this.defaults, s);
3785
3785
  const { transitional: a, paramsSerializer: r, headers: i } = s;
3786
- a !== void 0 && xt.assertOptions(a, {
3786
+ a !== void 0 && Ut.assertOptions(a, {
3787
3787
  silentJSONParsing: Se.transitional(Se.boolean),
3788
3788
  forcedJSONParsing: Se.transitional(Se.boolean),
3789
3789
  clarifyTimeoutError: Se.transitional(Se.boolean)
3790
3790
  }, !1), r != null && (S.isFunction(r) ? s.paramsSerializer = {
3791
3791
  serialize: r
3792
- } : xt.assertOptions(r, {
3792
+ } : Ut.assertOptions(r, {
3793
3793
  encode: Se.function,
3794
3794
  serialize: Se.function
3795
- }, !0)), s.allowAbsoluteUrls !== void 0 || (this.defaults.allowAbsoluteUrls !== void 0 ? s.allowAbsoluteUrls = this.defaults.allowAbsoluteUrls : s.allowAbsoluteUrls = !0), xt.assertOptions(s, {
3795
+ }, !0)), s.allowAbsoluteUrls !== void 0 || (this.defaults.allowAbsoluteUrls !== void 0 ? s.allowAbsoluteUrls = this.defaults.allowAbsoluteUrls : s.allowAbsoluteUrls = !0), Ut.assertOptions(s, {
3796
3796
  baseUrl: Se.spelling("baseURL"),
3797
3797
  withXsrfToken: Se.spelling("withXSRFToken")
3798
3798
  }, !0), s.method = (s.method || this.defaults.method || "get").toLowerCase();
@@ -4639,7 +4639,7 @@ const pu = async (e, t, s, a, r, i, o) => {
4639
4639
  }
4640
4640
  return m;
4641
4641
  })();
4642
- }, xo = (e) => {
4642
+ }, Uo = (e) => {
4643
4643
  const t = Fe(e);
4644
4644
  return t && t.data ? t.data : t;
4645
4645
  }, Au = async (e) => {
@@ -4653,7 +4653,7 @@ const pu = async (e, t, s, a, r, i, o) => {
4653
4653
  for (const r in e) {
4654
4654
  const i = e[r];
4655
4655
  if (!i) continue;
4656
- const o = i.custom_extractData ?? xo;
4656
+ const o = i.custom_extractData ?? Uo;
4657
4657
  a[r] = o(t[s.indexOf(r)]);
4658
4658
  }
4659
4659
  return a;
@@ -4661,7 +4661,7 @@ const pu = async (e, t, s, a, r, i, o) => {
4661
4661
  title: e.title,
4662
4662
  description: e.description
4663
4663
  // robots: 'noindex',
4664
- }), bn = (e = "") => e.replace(/-/g, " ").replace(/^./, (t) => t.toUpperCase()), at = (e) => e.includes("/page/") ? e.replace(/\/page\/\d+$/, "") : e, Uo = {
4664
+ }), bn = (e = "") => e.replace(/-/g, " ").replace(/^./, (t) => t.toUpperCase()), at = (e) => e.includes("/page/") ? e.replace(/\/page\/\d+$/, "") : e, xo = {
4665
4665
  404: (e) => {
4666
4666
  const { meta: t } = e;
4667
4667
  return ge(t);
@@ -5087,7 +5087,7 @@ async function wu({
5087
5087
  head_custom_elements: I,
5088
5088
  schemasCustomEndpoints: k
5089
5089
  }) {
5090
- const Q = g && g[0] && g[0].preview ? g[0] : void 0, F = E || await Uo[r]({
5090
+ const Q = g && g[0] && g[0].preview ? g[0] : void 0, F = E || await xo[r]({
5091
5091
  meta: s,
5092
5092
  config: p,
5093
5093
  currentNew: m,
@@ -5109,7 +5109,7 @@ async function wu({
5109
5109
  return /* @__PURE__ */ A(K, { children: [
5110
5110
  /* @__PURE__ */ n("meta", { charSet: "utf-8" }),
5111
5111
  /* @__PURE__ */ n("meta", { name: "viewport", content: "width=device-width, initial-scale=1" }),
5112
- /* @__PURE__ */ n(Ur, {}),
5112
+ /* @__PURE__ */ n(xr, {}),
5113
5113
  t.preloadImages && m && m.preview?.sizes && /* @__PURE__ */ n(
5114
5114
  tn,
5115
5115
  {
@@ -5215,7 +5215,7 @@ const bu = ({
5215
5215
  /* @__PURE__ */ n(Ha, { dimensionValues: m }),
5216
5216
  /* @__PURE__ */ n(Fa, {}),
5217
5217
  d,
5218
- /* @__PURE__ */ n(xr, { name: "bodyafter", banners: s, replaces: w })
5218
+ /* @__PURE__ */ n(Ur, { name: "bodyafter", banners: s, replaces: w })
5219
5219
  ] });
5220
5220
  }, Lo = () => /* @__PURE__ */ n(
5221
5221
  "svg",
@@ -5258,7 +5258,7 @@ function Po({
5258
5258
  const C = N.current?.offsetWidth || window.innerWidth, T = s + a, O = Math.floor(C / T);
5259
5259
  return Math.max(1, O);
5260
5260
  }, [r, s, a]);
5261
- xe(() => {
5261
+ Ue(() => {
5262
5262
  const C = () => {
5263
5263
  const T = I();
5264
5264
  b(T);
@@ -5308,7 +5308,7 @@ function Po({
5308
5308
  se(C.clientX);
5309
5309
  },
5310
5310
  [se]
5311
- ), U = ce(
5311
+ ), x = ce(
5312
5312
  (C) => {
5313
5313
  if (!c || !i) return;
5314
5314
  const T = m - l, O = Date.now() - p, G = Math.abs(T) / Math.max(O, 1), _ = R(T), W = G > 0.5 && Math.abs(T) > 50 ? Math.max(_, 1) : _;
@@ -5320,7 +5320,7 @@ function Po({
5320
5320
  const Y = Math.min(Q, e + W);
5321
5321
  o(Y);
5322
5322
  }
5323
- u(!1), f(0), document.body.classList.remove("dragging"), document.removeEventListener("mousemove", q), document.removeEventListener("mouseup", U), C.clientX === l && v?.dispatchEvent(new PointerEvent("click"));
5323
+ u(!1), f(0), document.body.classList.remove("dragging"), document.removeEventListener("mousemove", q), document.removeEventListener("mouseup", x), C.clientX === l && v?.dispatchEvent(new PointerEvent("click"));
5324
5324
  },
5325
5325
  [
5326
5326
  c,
@@ -5335,7 +5335,7 @@ function Po({
5335
5335
  q,
5336
5336
  v
5337
5337
  ]
5338
- ), x = ce(
5338
+ ), U = ce(
5339
5339
  (C) => {
5340
5340
  C.preventDefault(), ["a", "span"].includes(C.target?.localName) && y(C.target), V(C.clientX);
5341
5341
  },
@@ -5352,19 +5352,19 @@ function Po({
5352
5352
  [c, se]
5353
5353
  ), z = ce(
5354
5354
  (C) => {
5355
- U(C);
5355
+ x(C);
5356
5356
  },
5357
- [U]
5357
+ [x]
5358
5358
  );
5359
- return xe(() => {
5359
+ return Ue(() => {
5360
5360
  if (c)
5361
- return N.current?.addEventListener("mousemove", q), N.current?.addEventListener("mouseup", U), () => {
5361
+ return N.current?.addEventListener("mousemove", q), N.current?.addEventListener("mouseup", x), () => {
5362
5362
  N.current?.removeEventListener(
5363
5363
  "mousemove",
5364
5364
  q
5365
- ), N.current?.removeEventListener("mouseup", U);
5365
+ ), N.current?.removeEventListener("mouseup", x);
5366
5366
  };
5367
- }, [c, se, U, q]), {
5367
+ }, [c, se, x, q]), {
5368
5368
  isDragging: c,
5369
5369
  translateOffset: g,
5370
5370
  carrouselRef: N,
@@ -5372,11 +5372,11 @@ function Po({
5372
5372
  getTranslateValue: j,
5373
5373
  actualVisibleItems: E,
5374
5374
  dragHandlers: {
5375
- onMouseDown: x,
5375
+ onMouseDown: U,
5376
5376
  onTouchStart: D,
5377
5377
  onTouchMove: L,
5378
5378
  onTouchEnd: z,
5379
- onMouseLeave: U
5379
+ onMouseLeave: x
5380
5380
  }
5381
5381
  };
5382
5382
  }
@@ -5391,7 +5391,7 @@ function Cu(e) {
5391
5391
  pagination: c = !1,
5392
5392
  enableDrag: u = !0
5393
5393
  } = e, l = Array.isArray(t) ? t : t?.props?.value?.split('<div style="display:none;">SPLITING</div>'), [d, m] = Z(0), [h, g] = Z(!1);
5394
- xe(() => {
5394
+ Ue(() => {
5395
5395
  g(!0);
5396
5396
  const j = document.getElementById("ssr-dummy_" + s);
5397
5397
  j && j.remove();
@@ -5849,13 +5849,13 @@ const He = (e) => {
5849
5849
  speculationPrerenderClass: c
5850
5850
  } = e, { SHOW_TAG_BY_SECTION: u, SUB_PUBLICATION_PREFIX_IN_ROUTES: l } = B(), d = () => {
5851
5851
  if (e?.config?.showtime && e.config?.showauthor)
5852
- return `${e?.authors[0]?.fullname ?? "Redacción"} - ${Ue(
5852
+ return `${e?.authors[0]?.fullname ?? "Redacción"} - ${xe(
5853
5853
  e.info?.date?.modified
5854
5854
  )}`;
5855
5855
  if (e.config?.showauthor)
5856
5856
  return e?.authors[0]?.fullname ?? "Redacción";
5857
5857
  if (e?.config?.showtime)
5858
- return Ue(e.info?.date?.modified);
5858
+ return xe(e.info?.date?.modified);
5859
5859
  }, m = () => {
5860
5860
  const f = {
5861
5861
  "--fontSizeSubTitle": e.fontSizeSubTitle,
@@ -7814,7 +7814,7 @@ function tc({ noteShare: e }) {
7814
7814
  ] }) : null;
7815
7815
  }
7816
7816
  const Tu = (e) => {
7817
- const t = () => e?.video.main.author ? `${e?.video.main.author} - ${Ue(
7817
+ const t = () => e?.video.main.author ? `${e?.video.main.author} - ${xe(
7818
7818
  e.video.info.date.created
7819
7819
  )}` : e?.video.main.author;
7820
7820
  return /* @__PURE__ */ n("div", { className: "sass-com-bv3-content", children: /* @__PURE__ */ n(ks, { children: /* @__PURE__ */ A("div", { className: "sass-com-bv3-videoContent", children: [
@@ -8020,7 +8020,7 @@ const Tu = (e) => {
8020
8020
  }
8021
8021
  )
8022
8022
  ] });
8023
- }, Iu = (e) => /* @__PURE__ */ n("div", { className: "sass-com-lt-content", children: /* @__PURE__ */ n(ks, { className: `sass-com-lt-contentLayout ${e.className}`, children: e.children }) }), xu = (e) => {
8023
+ }, Iu = (e) => /* @__PURE__ */ n("div", { className: "sass-com-lt-content", children: /* @__PURE__ */ n(ks, { className: `sass-com-lt-contentLayout ${e.className}`, children: e.children }) }), Uu = (e) => {
8024
8024
  const t = e.logo;
8025
8025
  return /* @__PURE__ */ A("section", { className: "sass-com-err-content", children: [
8026
8026
  e.backgroundImgURL && /* @__PURE__ */ n(
@@ -8038,7 +8038,7 @@ const Tu = (e) => {
8038
8038
  /* @__PURE__ */ n(P, { className: "sass-com-err-linkStyled su-no-underline su-flex-center", href: "/", children: e.buttonText ?? "Inicio" })
8039
8039
  ] })
8040
8040
  ] });
8041
- }, Uu = (e) => /* @__PURE__ */ A("div", { className: "sass-com-cin-content", children: [
8041
+ }, xu = (e) => /* @__PURE__ */ A("div", { className: "sass-com-cin-content", children: [
8042
8042
  /* @__PURE__ */ A("div", { className: "sass-com-cin-contentLabel", children: [
8043
8043
  /* @__PURE__ */ n("label", { className: "sass-com-cin-label", children: e.label }),
8044
8044
  e.required && /* @__PURE__ */ n("span", { className: "sass-com-cin-required", children: "*" })
@@ -8630,7 +8630,7 @@ const Tu = (e) => {
8630
8630
  ]
8631
8631
  }
8632
8632
  );
8633
- }, Ia = (e) => /* @__PURE__ */ n("svg", { width: "27", height: "18", viewBox: "0 0 27 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ n("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 }) }), xa = (e) => {
8633
+ }, Ia = (e) => /* @__PURE__ */ n("svg", { width: "27", height: "18", viewBox: "0 0 27 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ n("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 }) }), Ua = (e) => {
8634
8634
  const { alertZone: t, id: s = "close-alert" } = e, a = () => /* @__PURE__ */ n(
8635
8635
  P,
8636
8636
  {
@@ -8672,7 +8672,7 @@ const Tu = (e) => {
8672
8672
  }
8673
8673
  )
8674
8674
  ] });
8675
- }, Ua = (e) => {
8675
+ }, xa = (e) => {
8676
8676
  const { cintillo: t, tapeTitle: s, socials: a } = e, r = "", i = t?.findIndex((o) => o.link === r) ?? 0;
8677
8677
  return (Array.isArray(t) || e.socialIcons) && /* @__PURE__ */ A("section", { className: "sass-com-htape-content", children: [
8678
8678
  Array.isArray(t) && /* @__PURE__ */ A("div", { className: "sass-com-htape-tabs header-page-tape-content", children: [
@@ -8738,7 +8738,7 @@ const Tu = (e) => {
8738
8738
  id: "saas-header-sticky",
8739
8739
  children: [
8740
8740
  e.socialIcons && e.headerTape?.sticky && /* @__PURE__ */ n(
8741
- Ua,
8741
+ xa,
8742
8742
  {
8743
8743
  socialIcons: e.socialIcons,
8744
8744
  cintillo: e.cintillo,
@@ -8843,7 +8843,7 @@ const Tu = (e) => {
8843
8843
  }
8844
8844
  ),
8845
8845
  !e.showAlertPop && /* @__PURE__ */ n(
8846
- xa,
8846
+ Ua,
8847
8847
  {
8848
8848
  alertZone: t,
8849
8849
  forceShow: e.showAlertPop
@@ -8897,7 +8897,7 @@ const Tu = (e) => {
8897
8897
  },
8898
8898
  children: [
8899
8899
  e.socialIcons && e.headerTape?.static && /* @__PURE__ */ n(
8900
- Ua,
8900
+ xa,
8901
8901
  {
8902
8902
  socialIcons: e.socialIcons,
8903
8903
  cintillo: e.cintillo,
@@ -9010,7 +9010,7 @@ const Tu = (e) => {
9010
9010
  id: "content-layout",
9011
9011
  children: [
9012
9012
  e.showAlertPop && /* @__PURE__ */ n(
9013
- xa,
9013
+ Ua,
9014
9014
  {
9015
9015
  alertZone: t,
9016
9016
  forceShow: e.showAlertPop,
@@ -9632,13 +9632,13 @@ function Du(e) {
9632
9632
  const $e = (e) => {
9633
9633
  const { SHOW_TAG_BY_SECTION: t, SUB_PUBLICATION_PREFIX_IN_ROUTES: s } = B(), a = () => {
9634
9634
  if (e?.config?.showtime && e.config?.showauthor)
9635
- return `${e?.authors[0]?.fullname} - ${Ue(
9635
+ return `${e?.authors[0]?.fullname} - ${xe(
9636
9636
  e.info?.date?.modified
9637
9637
  )}`;
9638
9638
  if (e.config?.showauthor)
9639
9639
  return e?.authors[0]?.fullname;
9640
9640
  if (e?.config?.showtime)
9641
- return Ue(e.info?.date?.modified);
9641
+ return xe(e.info?.date?.modified);
9642
9642
  }, r = () => {
9643
9643
  if (t && e.keywords?.tags?.length && e.keywords.tags.length > 0) {
9644
9644
  const o = e.keywords.tags[0], c = o.name;
@@ -10025,8 +10025,8 @@ const $e = (e) => {
10025
10025
  }
10026
10026
  )
10027
10027
  ] });
10028
- }, Ut = async (e) => {
10029
- const { data: t, autorIcon: s, speculationPrerenderClass: a } = e, { SUB_PUBLICATION_PREFIX_IN_ROUTES: r } = B(), i = () => t?.config?.showtime ? `${Ue(t.info?.date?.modified)}` : "", o = /* @__PURE__ */ A("div", { className: "sass-com-oc2-autorContent", children: [
10028
+ }, xt = async (e) => {
10029
+ const { data: t, autorIcon: s, speculationPrerenderClass: a } = e, { SUB_PUBLICATION_PREFIX_IN_ROUTES: r } = B(), i = () => t?.config?.showtime ? `${xe(t.info?.date?.modified)}` : "", o = /* @__PURE__ */ A("div", { className: "sass-com-oc2-autorContent", children: [
10030
10030
  Array.isArray(t?.authors) && Array.isArray(t?.authors[0]?.image?.sizes) && t?.authors[0]?.image && t?.authors[0]?.image?.sizes?.length > 0 ? /* @__PURE__ */ n(
10031
10031
  "img",
10032
10032
  {
@@ -10098,7 +10098,7 @@ const _u = (e) => {
10098
10098
  className: "sass-bs-mo-boxPosition",
10099
10099
  style: { order: i },
10100
10100
  children: /* @__PURE__ */ n(
10101
- Ut,
10101
+ xt,
10102
10102
  {
10103
10103
  data: o,
10104
10104
  autorIcon: e.autorIcon,
@@ -10404,12 +10404,12 @@ const _u = (e) => {
10404
10404
  children: (t ? e?.main?.title?.section : e?.info?.section?.name) ?? ""
10405
10405
  }
10406
10406
  ),
10407
- /* @__PURE__ */ n("p", { className: "sass-com-sc6-dateText", children: Ue(e?.info?.date?.modified) })
10407
+ /* @__PURE__ */ n("p", { className: "sass-com-sc6-dateText", children: xe(e?.info?.date?.modified) })
10408
10408
  ] })
10409
10409
  ]
10410
10410
  }
10411
10411
  ) : null;
10412
- }, xc = (e) => {
10412
+ }, Uc = (e) => {
10413
10413
  if (!e.content || e.content.length === 0) return;
10414
10414
  const t = e.slot_id && e.slot_id !== "Nota_1";
10415
10415
  return /* @__PURE__ */ n(fe, { title: e.title, children: /* @__PURE__ */ n(
@@ -10448,7 +10448,7 @@ const _u = (e) => {
10448
10448
  })
10449
10449
  }
10450
10450
  ) });
10451
- }, Uc = (e) => {
10451
+ }, xc = (e) => {
10452
10452
  const { content: t, title: s, slot_id: a } = e, r = e.slot_id && e.slot_id !== "Nota_1";
10453
10453
  return t && t.length !== 0 && /* @__PURE__ */ n(fe, { title: s, titleUrl: e.titleUrl, children: /* @__PURE__ */ n(
10454
10454
  Ve,
@@ -10557,7 +10557,7 @@ const _u = (e) => {
10557
10557
  return /* @__PURE__ */ n("div", { className: "sass-pg-sec-ItemCustomContent" });
10558
10558
  case "columnistasnacionales":
10559
10559
  return /* @__PURE__ */ n("div", { className: "sass-pg-sec-ItemCustomContent", children: /* @__PURE__ */ n(
10560
- Ut,
10560
+ xt,
10561
10561
  {
10562
10562
  data: t,
10563
10563
  autorIcon: e.autorIcon,
@@ -10567,7 +10567,7 @@ const _u = (e) => {
10567
10567
  ) });
10568
10568
  case "columnistaslocales":
10569
10569
  return /* @__PURE__ */ n("div", { className: "sass-pg-sec-ItemCustomContent", children: /* @__PURE__ */ n(
10570
- Ut,
10570
+ xt,
10571
10571
  {
10572
10572
  data: t,
10573
10573
  autorIcon: e.autorIcon,
@@ -10577,7 +10577,7 @@ const _u = (e) => {
10577
10577
  ) });
10578
10578
  case "columnistas":
10579
10579
  return /* @__PURE__ */ n("div", { className: "sass-pg-sec-ItemCustomContent", children: /* @__PURE__ */ n(
10580
- Ut,
10580
+ xt,
10581
10581
  {
10582
10582
  data: t,
10583
10583
  autorIcon: e.autorIcon,
@@ -11952,53 +11952,45 @@ const rl = async (e) => {
11952
11952
  /* @__PURE__ */ A(
11953
11953
  "section",
11954
11954
  {
11955
- className: `sass-com-ja5-journalistSection ${m}`,
11955
+ className: [
11956
+ "sass-com-ja5-journalistSection",
11957
+ m,
11958
+ t.config?.showtime && "sass-com-ja5-journalistSection--withDate"
11959
+ ].filter(Boolean).join(" "),
11956
11960
  children: [
11957
- /* @__PURE__ */ A(
11958
- "div",
11959
- {
11960
- className: `sass-com-ja5-authorsInfoRow ${m}`,
11961
- children: [
11962
- /* @__PURE__ */ n(
11963
- "div",
11964
- {
11965
- className: `sass-com-ja5-imageContent ${g}`,
11966
- children: Array.isArray(t.authors) && t.authors?.map(
11967
- async (f, p) => f.image ? /* @__PURE__ */ n(
11968
- "img",
11969
- {
11970
- fetchPriority: "low",
11971
- loading: "lazy",
11972
- alt: "Imagen de perfil de " + f.fullname,
11973
- className: "sass-com-ja5-imageStyled sass-com-ja5-imageAutor su-object-cover su-flex-center",
11974
- src: await de(
11975
- f.image.sizes[0]?.url || ""
11976
- )
11977
- },
11978
- f.fullname
11979
- ) : /* @__PURE__ */ n(
11980
- "div",
11981
- {
11982
- className: "sass-com-ja5-contentIconStyled sass-com-ja5-imageAutor su-flex-center",
11983
- children: e.autorIcon
11984
- },
11985
- f.fullname
11986
- )
11987
- )
11988
- }
11989
- ),
11990
- /* @__PURE__ */ n(
11991
- "div",
11992
- {
11993
- className: `sass-com-ja5-journalistInfoLink ${m}`,
11994
- dangerouslySetInnerHTML: {
11995
- __html: `${a.JournalistPrefix} <h3>${l ?? "Redaccion"}</h3>`
11996
- }
11997
- }
11998
- )
11999
- ]
12000
- }
12001
- ),
11961
+ /* @__PURE__ */ A("div", { className: "sass-com-ja5-journalistMain", children: [
11962
+ /* @__PURE__ */ n("div", { className: `sass-com-ja5-imageContent ${g}`, children: Array.isArray(t.authors) && t.authors?.map(
11963
+ async (f) => f.image ? /* @__PURE__ */ n(
11964
+ "img",
11965
+ {
11966
+ fetchPriority: "low",
11967
+ loading: "lazy",
11968
+ alt: "Imagen de perfil de " + f.fullname,
11969
+ className: "sass-com-ja5-imageStyled sass-com-ja5-imageAutor su-object-cover su-flex-center",
11970
+ src: await de(
11971
+ f.image.sizes[0]?.url || ""
11972
+ )
11973
+ },
11974
+ f.fullname
11975
+ ) : /* @__PURE__ */ n(
11976
+ "div",
11977
+ {
11978
+ className: "sass-com-ja5-contentIconStyled sass-com-ja5-imageAutor su-flex-center",
11979
+ children: e.autorIcon
11980
+ },
11981
+ f.fullname
11982
+ )
11983
+ ) }),
11984
+ /* @__PURE__ */ n(
11985
+ "div",
11986
+ {
11987
+ className: `sass-com-ja5-journalistInfoLink ${m}`,
11988
+ dangerouslySetInnerHTML: {
11989
+ __html: `${a.JournalistPrefix} <h3>${l ?? "Redaccion"}</h3>`
11990
+ }
11991
+ }
11992
+ )
11993
+ ] }),
12002
11994
  t.config?.showtime && /* @__PURE__ */ n(
12003
11995
  "time",
12004
11996
  {
@@ -13325,7 +13317,7 @@ function Tl({
13325
13317
  ] });
13326
13318
  }
13327
13319
  function $u({ containerId: e, containerId2: t }) {
13328
- return xe(() => {
13320
+ return Ue(() => {
13329
13321
  try {
13330
13322
  let s = function() {
13331
13323
  const d = window.twttr;
@@ -13424,7 +13416,7 @@ const Ku = ({ currentNew: e }) => e && e?.hascontent?.hasembeddedtwitter && /* @
13424
13416
  ] })
13425
13417
  ] })
13426
13418
  ] }) });
13427
- }, xl = (e) => /* @__PURE__ */ n(
13419
+ }, Ul = (e) => /* @__PURE__ */ n(
13428
13420
  "svg",
13429
13421
  {
13430
13422
  width: "41",
@@ -13441,7 +13433,7 @@ const Ku = ({ currentNew: e }) => e && e?.hascontent?.hasembeddedtwitter && /* @
13441
13433
  }
13442
13434
  )
13443
13435
  }
13444
- ), Ul = {
13436
+ ), xl = {
13445
13437
  info: {
13446
13438
  section: {
13447
13439
  name: "",
@@ -13508,7 +13500,7 @@ const Ku = ({ currentNew: e }) => e && e?.hascontent?.hasembeddedtwitter && /* @
13508
13500
  fetchConfig: o,
13509
13501
  paths: c
13510
13502
  }) => {
13511
- const u = i.FETCH_SIZE_MORE_NEWS ?? 6, [l, d] = Z({ data: Array.from({ length: u }, () => Ul) }), [m, h] = Z(!1), g = ce(async () => {
13503
+ const u = i.FETCH_SIZE_MORE_NEWS ?? 6, [l, d] = Z({ data: Array.from({ length: u }, () => xl) }), [m, h] = Z(!1), g = ce(async () => {
13512
13504
  if (!t) return;
13513
13505
  const w = new URLSearchParams({
13514
13506
  section: e,
@@ -13568,7 +13560,7 @@ const Ku = ({ currentNew: e }) => e && e?.hascontent?.hasembeddedtwitter && /* @
13568
13560
  g,
13569
13561
  f
13570
13562
  ]);
13571
- return xe(() => {
13563
+ return Ue(() => {
13572
13564
  a && p();
13573
13565
  }, [a, p]), !l?.data || l.data.length === 0 ? null : /* @__PURE__ */ n(
13574
13566
  Rl,
@@ -13670,14 +13662,14 @@ const Ku = ({ currentNew: e }) => e && e?.hascontent?.hasembeddedtwitter && /* @
13670
13662
  info: i
13671
13663
  } = e, c = (() => {
13672
13664
  if (!e?.authors || e.authors.length === 0) return "";
13673
- const d = e.authors[0], m = Ue(
13665
+ const d = e.authors[0], m = xe(
13674
13666
  e.info?.date?.modified,
13675
13667
  e.DATE_CONFIG
13676
13668
  );
13677
13669
  return d && e?.config?.showtime && e.config?.showautho && d.fullname ? `${d.fullname} - ${m}` : d && d.fullname && e.config?.showauthor ? d.fullname : (e?.config?.showtime, "");
13678
13670
  })(), u = () => e.main.uppertitle ? /* @__PURE__ */ n("p", { className: "sass-com-nd-uppertitle", title: e.main.uppertitle, children: e.main.uppertitle }) : null;
13679
13671
  return /* @__PURE__ */ A("div", { className: "sass-com-nd-boxInformation", children: [
13680
- t && /* @__PURE__ */ n(xl, { className: "sass-com-nd-dotStyles" }),
13672
+ t && /* @__PURE__ */ n(Ul, { className: "sass-com-nd-dotStyles" }),
13681
13673
  /* @__PURE__ */ n(() => {
13682
13674
  if (a && r?.tags?.length && r.tags.length > 0) {
13683
13675
  const d = r.tags[0], m = d.name;
@@ -13912,10 +13904,10 @@ const Kt = (e, t, s) => {
13912
13904
  )}; path=/; max-age=${3600 * 24 * 1}`);
13913
13905
  };
13914
13906
  var wt = { exports: {} }, bt = { exports: {} }, ne = {};
13915
- var xn;
13907
+ var Un;
13916
13908
  function ql() {
13917
- if (xn) return ne;
13918
- xn = 1;
13909
+ if (Un) return ne;
13910
+ Un = 1;
13919
13911
  var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, s = e ? Symbol.for("react.portal") : 60106, a = e ? Symbol.for("react.fragment") : 60107, r = e ? Symbol.for("react.strict_mode") : 60108, i = e ? Symbol.for("react.profiler") : 60114, o = 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, g = e ? Symbol.for("react.memo") : 60115, f = e ? Symbol.for("react.lazy") : 60116, p = e ? Symbol.for("react.block") : 60121, w = e ? Symbol.for("react.fundamental") : 60117, v = e ? Symbol.for("react.responder") : 60118, y = e ? Symbol.for("react.scope") : 60119;
13920
13912
  function N(b) {
13921
13913
  if (typeof b == "object" && b !== null) {
@@ -13979,9 +13971,9 @@ function ql() {
13979
13971
  }, ne.typeOf = N, ne;
13980
13972
  }
13981
13973
  var ae = {};
13982
- var Un;
13974
+ var xn;
13983
13975
  function Dl() {
13984
- return Un || (Un = 1, process.env.NODE_ENV !== "production" && (function() {
13976
+ return xn || (xn = 1, process.env.NODE_ENV !== "production" && (function() {
13985
13977
  var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, s = e ? Symbol.for("react.portal") : 60106, a = e ? Symbol.for("react.fragment") : 60107, r = e ? Symbol.for("react.strict_mode") : 60108, i = e ? Symbol.for("react.profiler") : 60114, o = 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, g = e ? Symbol.for("react.memo") : 60115, f = e ? Symbol.for("react.lazy") : 60116, p = e ? Symbol.for("react.block") : 60121, w = e ? Symbol.for("react.fundamental") : 60117, v = e ? Symbol.for("react.responder") : 60118, y = e ? Symbol.for("react.scope") : 60119;
13986
13978
  function N(M) {
13987
13979
  return typeof M == "string" || typeof M == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
@@ -14019,7 +14011,7 @@ function Dl() {
14019
14011
  }
14020
14012
  }
14021
14013
  }
14022
- var b = u, I = l, k = c, Q = o, F = t, j = d, R = a, V = f, se = g, q = s, U = i, x = r, D = m, L = !1;
14014
+ var b = u, I = l, k = c, Q = o, F = t, j = d, R = a, V = f, se = g, q = s, x = i, U = r, D = m, L = !1;
14023
14015
  function z(M) {
14024
14016
  return L || (L = !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.")), C(M) || E(M) === u;
14025
14017
  }
@@ -14059,7 +14051,7 @@ function Dl() {
14059
14051
  function oe(M) {
14060
14052
  return E(M) === m;
14061
14053
  }
14062
- ae.AsyncMode = b, ae.ConcurrentMode = I, ae.ContextConsumer = k, ae.ContextProvider = Q, ae.Element = F, ae.ForwardRef = j, ae.Fragment = R, ae.Lazy = V, ae.Memo = se, ae.Portal = q, ae.Profiler = U, ae.StrictMode = x, ae.Suspense = D, ae.isAsyncMode = z, ae.isConcurrentMode = C, ae.isContextConsumer = T, ae.isContextProvider = O, ae.isElement = G, ae.isForwardRef = _, ae.isFragment = H, ae.isLazy = W, ae.isMemo = Y, ae.isPortal = ee, ae.isProfiler = te, ae.isStrictMode = $, ae.isSuspense = oe, ae.isValidElementType = N, ae.typeOf = E;
14054
+ ae.AsyncMode = b, ae.ConcurrentMode = I, ae.ContextConsumer = k, ae.ContextProvider = Q, ae.Element = F, ae.ForwardRef = j, ae.Fragment = R, ae.Lazy = V, ae.Memo = se, ae.Portal = q, ae.Profiler = x, ae.StrictMode = U, ae.Suspense = D, ae.isAsyncMode = z, ae.isConcurrentMode = C, ae.isContextConsumer = T, ae.isContextProvider = O, ae.isElement = G, ae.isForwardRef = _, ae.isFragment = H, ae.isLazy = W, ae.isMemo = Y, ae.isPortal = ee, ae.isProfiler = te, ae.isStrictMode = $, ae.isSuspense = oe, ae.isValidElementType = N, ae.typeOf = E;
14063
14055
  })()), ae;
14064
14056
  }
14065
14057
  var kn;
@@ -14249,7 +14241,7 @@ function jl() {
14249
14241
  }
14250
14242
  function v(C) {
14251
14243
  function T(O, G, _, H, W, Y) {
14252
- var ee = O[G], te = x(ee);
14244
+ var ee = O[G], te = U(ee);
14253
14245
  if (te !== C) {
14254
14246
  var $ = D(ee);
14255
14247
  return new p(
@@ -14270,7 +14262,7 @@ function jl() {
14270
14262
  return new p("Property `" + W + "` of component `" + _ + "` has invalid PropType notation inside arrayOf.");
14271
14263
  var Y = O[G];
14272
14264
  if (!Array.isArray(Y)) {
14273
- var ee = x(Y);
14265
+ var ee = U(Y);
14274
14266
  return new p("Invalid " + H + " `" + W + "` of type " + ("`" + ee + "` supplied to `" + _ + "`, expected an array."));
14275
14267
  }
14276
14268
  for (var te = 0; te < Y.length; te++) {
@@ -14286,7 +14278,7 @@ function jl() {
14286
14278
  function C(T, O, G, _, H) {
14287
14279
  var W = T[O];
14288
14280
  if (!c(W)) {
14289
- var Y = x(W);
14281
+ var Y = U(W);
14290
14282
  return new p("Invalid " + _ + " `" + H + "` of type " + ("`" + Y + "` supplied to `" + G + "`, expected a single ReactElement."));
14291
14283
  }
14292
14284
  return null;
@@ -14297,7 +14289,7 @@ function jl() {
14297
14289
  function C(T, O, G, _, H) {
14298
14290
  var W = T[O];
14299
14291
  if (!e.isValidElementType(W)) {
14300
- var Y = x(W);
14292
+ var Y = U(W);
14301
14293
  return new p("Invalid " + _ + " `" + H + "` of type " + ("`" + Y + "` supplied to `" + G + "`, expected a single ReactElement type."));
14302
14294
  }
14303
14295
  return null;
@@ -14335,7 +14327,7 @@ function jl() {
14335
14327
  function T(O, G, _, H, W) {
14336
14328
  if (typeof C != "function")
14337
14329
  return new p("Property `" + W + "` of component `" + _ + "` has invalid PropType notation inside objectOf.");
14338
- var Y = O[G], ee = x(Y);
14330
+ var Y = O[G], ee = U(Y);
14339
14331
  if (ee !== "object")
14340
14332
  return new p("Invalid " + H + " `" + W + "` of type " + ("`" + ee + "` supplied to `" + _ + "`, expected an object."));
14341
14333
  for (var te in Y)
@@ -14383,7 +14375,7 @@ function jl() {
14383
14375
  }
14384
14376
  function V(C) {
14385
14377
  function T(O, G, _, H, W) {
14386
- var Y = O[G], ee = x(Y);
14378
+ var Y = O[G], ee = U(Y);
14387
14379
  if (ee !== "object")
14388
14380
  return new p("Invalid " + H + " `" + W + "` of type `" + ee + "` " + ("supplied to `" + _ + "`, expected `object`."));
14389
14381
  for (var te in C) {
@@ -14400,7 +14392,7 @@ function jl() {
14400
14392
  }
14401
14393
  function se(C) {
14402
14394
  function T(O, G, _, H, W) {
14403
- var Y = O[G], ee = x(Y);
14395
+ var Y = O[G], ee = U(Y);
14404
14396
  if (ee !== "object")
14405
14397
  return new p("Invalid " + H + " `" + W + "` of type `" + ee + "` " + ("supplied to `" + _ + "`, expected `object`."));
14406
14398
  var te = t({}, O[G], C);
@@ -14454,17 +14446,17 @@ Valid keys: ` + JSON.stringify(Object.keys(C), null, " ")
14454
14446
  return !1;
14455
14447
  }
14456
14448
  }
14457
- function U(C, T) {
14449
+ function x(C, T) {
14458
14450
  return C === "symbol" ? !0 : T ? T["@@toStringTag"] === "Symbol" || typeof Symbol == "function" && T instanceof Symbol : !1;
14459
14451
  }
14460
- function x(C) {
14452
+ function U(C) {
14461
14453
  var T = typeof C;
14462
- return Array.isArray(C) ? "array" : C instanceof RegExp ? "object" : U(T, C) ? "symbol" : T;
14454
+ return Array.isArray(C) ? "array" : C instanceof RegExp ? "object" : x(T, C) ? "symbol" : T;
14463
14455
  }
14464
14456
  function D(C) {
14465
14457
  if (typeof C > "u" || C === null)
14466
14458
  return "" + C;
14467
- var T = x(C);
14459
+ var T = U(C);
14468
14460
  if (T === "object") {
14469
14461
  if (C instanceof Date)
14470
14462
  return "date";
@@ -15148,7 +15140,7 @@ async function id({
15148
15140
  }
15149
15141
  const od = (e, t) => {
15150
15142
  const [s, a] = Z(void 0), { PUBLIC_PUBLICATION_ID: r } = t, i = r;
15151
- return xe(() => {
15143
+ return Ue(() => {
15152
15144
  if (s) return;
15153
15145
  (async () => {
15154
15146
  const { PUBLIC_X_SECURITY_TOKEN: c } = t;
@@ -15173,7 +15165,7 @@ const od = (e, t) => {
15173
15165
  }, Ma = ({ username: e, date: t, DATE_CONFIG: s }) => /* @__PURE__ */ A("div", { className: "comment-header su-flex su-items-center su-relative su-flex-wrap", children: [
15174
15166
  /* @__PURE__ */ n("span", { className: "comment-username su-font-bold su-truncate", children: e }),
15175
15167
  /* @__PURE__ */ n("span", { className: "comment-header-dot", children: "•" }),
15176
- /* @__PURE__ */ n("span", { className: "comment-date su-truncate", children: Ol(Ue(Number(t), s)) })
15168
+ /* @__PURE__ */ n("span", { className: "comment-date su-truncate", children: Ol(xe(Number(t), s)) })
15177
15169
  ] }), qa = ({ user: e }) => /* @__PURE__ */ n("div", { className: "comment-avatar su-flex-center su-rounded-full su-font-bold su-overflow-hidden", children: e.picture ? /* @__PURE__ */ n(
15178
15170
  "img",
15179
15171
  {
@@ -15232,7 +15224,7 @@ const od = (e, t) => {
15232
15224
  commentInputPlaceholder: "Ingresa un comentario"
15233
15225
  }, js = ({ commentRef: e, captchaToken: t = "", setIsDisabled: s, API_ENV: a, texts: r }) => {
15234
15226
  const i = { ...cd, ...r?.comentarios };
15235
- return xe(() => {
15227
+ return Ue(() => {
15236
15228
  const o = e.current;
15237
15229
  if (!o) return;
15238
15230
  const c = () => {
@@ -15830,23 +15822,23 @@ const md = {
15830
15822
  }) => {
15831
15823
  const u = { ...yd, ...c?.comentarios }, { PUBLIC_PUBLICATION_ID: l, PUBLIC_X_SECURITY_TOKEN: d } = o, m = l ?? "", h = t.replaceAll("/", "|"), [g, f] = Z(
15832
15824
  void 0
15833
- ), [p, w] = Z(""), { comments: v, setComments: y } = od(h, o), [N, E] = le.useState(!1), b = le.useRef(null), I = le.useRef(null), k = (U) => {
15834
- w(p === U ? "" : U);
15835
- }, Q = (U) => {
15825
+ ), [p, w] = Z(""), { comments: v, setComments: y } = od(h, o), [N, E] = le.useState(!1), b = le.useRef(null), I = le.useRef(null), k = (x) => {
15826
+ w(p === x ? "" : x);
15827
+ }, Q = (x) => {
15836
15828
  y(
15837
15829
  v ? {
15838
15830
  ...v,
15839
- comments: [U, ...v.comments ?? []]
15831
+ comments: [x, ...v.comments ?? []]
15840
15832
  } : void 0
15841
15833
  );
15842
- }, F = (U) => {
15843
- f(U);
15834
+ }, F = (x) => {
15835
+ f(x);
15844
15836
  }, j = async () => {
15845
15837
  if (!v || !v.morecomment || v.comments.length === 0) return;
15846
- const U = v.comments[v.comments.length - 1];
15847
- if (!U) return;
15838
+ const x = v.comments[v.comments.length - 1];
15839
+ if (!x) return;
15848
15840
  E(!0);
15849
- const x = U.id;
15841
+ const U = x.id;
15850
15842
  try {
15851
15843
  const D = await Gs({
15852
15844
  publication: m,
@@ -15854,7 +15846,7 @@ const md = {
15854
15846
  size: 5,
15855
15847
  sizereply: 2,
15856
15848
  id: void 0,
15857
- lastid: x,
15849
+ lastid: U,
15858
15850
  state: "5,6",
15859
15851
  apiToken: d,
15860
15852
  API_ENV: o
@@ -15918,10 +15910,10 @@ const md = {
15918
15910
  className: "comments-list",
15919
15911
  "data-isauthenticated": `${e}`,
15920
15912
  children: [
15921
- v.comments.map((U) => /* @__PURE__ */ n(
15913
+ v.comments.map((x) => /* @__PURE__ */ n(
15922
15914
  Ad,
15923
15915
  {
15924
- comment: U,
15916
+ comment: x,
15925
15917
  replyingTo: p,
15926
15918
  handleReplyingTo: k,
15927
15919
  onFlag: F,
@@ -15930,7 +15922,7 @@ const md = {
15930
15922
  API_ENV: o,
15931
15923
  texts: c
15932
15924
  },
15933
- U.id
15925
+ x.id
15934
15926
  )),
15935
15927
  N && se
15936
15928
  ]
@@ -16024,9 +16016,9 @@ function Ed({
16024
16016
  }
16025
16017
  }
16026
16018
  }, [e, l]);
16027
- xe(() => {
16019
+ Ue(() => {
16028
16020
  d();
16029
- }, [d, e]), xe(() => {
16021
+ }, [d, e]), Ue(() => {
16030
16022
  if (!c || !e || typeof window > "u") return;
16031
16023
  const f = window;
16032
16024
  if (typeof f != "function") {
@@ -16298,7 +16290,7 @@ const _a = async (e, t) => {
16298
16290
  })
16299
16291
  }
16300
16292
  ) });
16301
- }, xd = (e) => {
16293
+ }, Ud = (e) => {
16302
16294
  const { content: t, title: s, slot_id: a } = e, r = e.slot_id && e.slot_id !== "Nota_1";
16303
16295
  return t && t.length !== 0 && /* @__PURE__ */ n(fe, { title: s, titleUrl: e.titleUrl, children: /* @__PURE__ */ n(
16304
16296
  Ve,
@@ -16330,7 +16322,7 @@ const _a = async (e, t) => {
16330
16322
  for (const s in e)
16331
16323
  s.startsWith("--") && (t[s] = e[s]);
16332
16324
  return t;
16333
- }, Ud = (e) => {
16325
+ }, xd = (e) => {
16334
16326
  const { content: t, title: s, isVideo: a } = e;
16335
16327
  if (!t || t.length === 0) return;
16336
16328
  const r = t[0], i = t.slice(1), o = e.slot_id && e.slot_id !== "Nota_1";
@@ -16390,14 +16382,14 @@ const _a = async (e, t) => {
16390
16382
  "Modulo 1x4": (e) => /* @__PURE__ */ n(Sc, { ...e }),
16391
16383
  "Modulo 1x5": (e) => /* @__PURE__ */ n(Ec, { ...e }),
16392
16384
  "Destacado noticias": (e) => /* @__PURE__ */ n(vc, { ...e }),
16393
- "Destacado full width": (e) => /* @__PURE__ */ n(Ud, { ...e }),
16385
+ "Destacado full width": (e) => /* @__PURE__ */ n(xd, { ...e }),
16394
16386
  "Destacado videos": (e) => /* @__PURE__ */ n(Tc, { ...e }),
16395
- "Carrusel card": (e) => /* @__PURE__ */ n(Uc, { ...e }),
16387
+ "Carrusel card": (e) => /* @__PURE__ */ n(xc, { ...e }),
16396
16388
  "Carrusel story": (e) => /* @__PURE__ */ n(Td, { ...e }),
16397
16389
  "Carrusel owl": (e) => /* @__PURE__ */ n(Id, { ...e }),
16398
- "Modulo fotogaleria": (e) => /* @__PURE__ */ n(xd, { ...e }),
16390
+ "Modulo fotogaleria": (e) => /* @__PURE__ */ n(Ud, { ...e }),
16399
16391
  "Carrusel opinion": (e) => /* @__PURE__ */ n(Rc, { ...e }),
16400
- "Modulo 1x3 card": (e) => /* @__PURE__ */ n(xc, { ...e }),
16392
+ "Modulo 1x3 card": (e) => /* @__PURE__ */ n(Uc, { ...e }),
16401
16393
  "Modulo iframe": (e) => /* @__PURE__ */ n(kd, { ...e })
16402
16394
  };
16403
16395
  function Gn({
@@ -16625,20 +16617,20 @@ const jn = {
16625
16617
  ] });
16626
16618
  };
16627
16619
  export {
16628
- Ur as AssetsPreconnect,
16620
+ xr as AssetsPreconnect,
16629
16621
  Lu as AutorHeader1,
16630
16622
  Pu as AutorHeader2,
16631
16623
  be as BannerAdvertising,
16632
16624
  We as BannerAdvertisingMiddle,
16633
16625
  Cu as CarrouselCSR,
16634
16626
  Ve as CarrouselIRS,
16635
- Uc as CarruselCard,
16627
+ xc as CarruselCard,
16636
16628
  Rc as CarruselOpinion,
16637
16629
  Xu as CommentLazyLoader,
16638
16630
  Be as CommonServices,
16639
16631
  Qa as Comscore,
16640
16632
  Hu as ContactInfoServer,
16641
- Uu as ContactInput,
16633
+ xu as ContactInput,
16642
16634
  ku as ContactSelect,
16643
16635
  Ru as ContactTextarea,
16644
16636
  ks as ContentLayout1,
@@ -16651,10 +16643,10 @@ export {
16651
16643
  ls as DynamicMainSlot,
16652
16644
  Gn as DynamicSlot,
16653
16645
  Gu as EditorialBlock,
16654
- xu as ErrorComponent,
16646
+ Uu as ErrorComponent,
16655
16647
  zr as Font,
16656
16648
  Eu as Footer,
16657
- xr as FormatAfterScripts,
16649
+ Ur as FormatAfterScripts,
16658
16650
  zn as FormatScripts,
16659
16651
  Ha as GA4,
16660
16652
  Fa as GTM,
@@ -16682,14 +16674,14 @@ export {
16682
16674
  e1 as MasNoticiasLazyLoader,
16683
16675
  it as MiddleSection,
16684
16676
  Nc as Modulo1x3,
16685
- xc as Modulo1x3Card,
16677
+ Uc as Modulo1x3Card,
16686
16678
  Sc as Modulo1x4,
16687
16679
  Ec as Modulo1x5,
16688
16680
  ju as Modulo2Columnas,
16689
16681
  yc as Modulo3Columnas,
16690
16682
  Qu as ModuloNewsletter,
16691
16683
  _u as ModuloOpinion,
16692
- Ul as NewListResponseDataPH,
16684
+ xl as NewListResponseDataPH,
16693
16685
  Qr as NewsArticle,
16694
16686
  Fu as NewsComponent,
16695
16687
  Sn as NewsContent,
@@ -16744,7 +16736,7 @@ export {
16744
16736
  Ce as extractMainSlug,
16745
16737
  Md as extractRealtedNews,
16746
16738
  hs as extractRelatedNews,
16747
- Ue as formatDate,
16739
+ xe as formatDate,
16748
16740
  Od as formatDateEdiciones,
16749
16741
  Ot as formatDateJournalistArticule,
16750
16742
  lr as formatDateTimeline,
@@ -16781,7 +16773,7 @@ export {
16781
16773
  Pd as initLibrary,
16782
16774
  Fd as isPhotoGallery,
16783
16775
  Cr as metadataToJSX,
16784
- Uo as metadata_defaults,
16776
+ xo as metadata_defaults,
16785
16777
  Lr as new_speculationRules_home,
16786
16778
  Br as new_speculationRules_note,
16787
16779
  Or as new_speculationRules_noteList,