sass-template-common 0.4.11 → 0.4.13

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,5 +1,5 @@
1
1
  import { jsx as a, jsxs as f, Fragment as Z } from "react/jsx-runtime";
2
- import * as Fa from "react";
2
+ import * as $a from "react";
3
3
  import Te, { useState as J, useRef as Zs, useCallback as fe, useEffect as Qe, createElement as lt, forwardRef as Xs, Fragment as Cn, useMemo as oi, Component as ii } from "react";
4
4
  let ua = {
5
5
  PUBLIC_API_HOST: "",
@@ -31,6 +31,7 @@ let ua = {
31
31
  VARIANT_tag: "op1",
32
32
  S3_ID_DIR: "0000000",
33
33
  CONFIG_comments: !1,
34
+ CONFIG_blockDefaultTwitterHydrator: !1,
34
35
  CONFIG_hasSlugRoute: !0,
35
36
  CONFIG_slugAsSection: !0,
36
37
  CONFIG_shareOnlyWhatsApp: !0,
@@ -168,9 +169,9 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
168
169
  function xt(e) {
169
170
  return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
170
171
  }
171
- var fn = { exports: {} }, mi = fn.exports, $a;
172
+ var fn = { exports: {} }, mi = fn.exports, Va;
172
173
  function eo() {
173
- return $a || ($a = 1, (function(e, t) {
174
+ return Va || (Va = 1, (function(e, t) {
174
175
  (function(n, s) {
175
176
  e.exports = s();
176
177
  })(mi, (function() {
@@ -448,9 +449,9 @@ function eo() {
448
449
  }
449
450
  var hi = eo();
450
451
  const Le = /* @__PURE__ */ xt(hi);
451
- var gn = { exports: {} }, fi = gn.exports, Va;
452
+ var gn = { exports: {} }, fi = gn.exports, Wa;
452
453
  function gi() {
453
- return Va || (Va = 1, (function(e, t) {
454
+ return Wa || (Wa = 1, (function(e, t) {
454
455
  (function(n, s) {
455
456
  e.exports = s();
456
457
  })(fi, (function() {
@@ -494,9 +495,9 @@ function gi() {
494
495
  }
495
496
  var pi = gi();
496
497
  const Ai = /* @__PURE__ */ xt(pi);
497
- var pn = { exports: {} }, wi = pn.exports, Wa;
498
+ var pn = { exports: {} }, wi = pn.exports, Ya;
498
499
  function yi() {
499
- return Wa || (Wa = 1, (function(e, t) {
500
+ return Ya || (Ya = 1, (function(e, t) {
500
501
  (function(n, s) {
501
502
  e.exports = s(eo());
502
503
  })(wi, (function(n) {
@@ -511,9 +512,9 @@ function yi() {
511
512
  })(pn)), pn.exports;
512
513
  }
513
514
  yi();
514
- var An = { exports: {} }, vi = An.exports, Ya;
515
+ var An = { exports: {} }, vi = An.exports, Ka;
515
516
  function bi() {
516
- return Ya || (Ya = 1, (function(e, t) {
517
+ return Ka || (Ka = 1, (function(e, t) {
517
518
  (function(n, s) {
518
519
  e.exports = s();
519
520
  })(vi, (function() {
@@ -588,9 +589,9 @@ function bi() {
588
589
  }
589
590
  var _i = bi();
590
591
  const Ci = /* @__PURE__ */ xt(_i);
591
- var wn = { exports: {} }, Si = wn.exports, Ka;
592
+ var wn = { exports: {} }, Si = wn.exports, Ja;
592
593
  function Ni() {
593
- return Ka || (Ka = 1, (function(e, t) {
594
+ return Ja || (Ja = 1, (function(e, t) {
594
595
  (function(n, s) {
595
596
  e.exports = s();
596
597
  })(Si, (function() {
@@ -659,7 +660,7 @@ Le.extend(Ai);
659
660
  const Ln = (e) => e === "en" ? "en" : "es", He = (e, t) => {
660
661
  const { PUBLIC_LNG: n, DATE_TIMEZONE: s } = t || $(), o = Ln(n ?? "es");
661
662
  return Le.tz(e, s).locale(o).format("DD MMMM YYYY");
662
- }, Sa = (e) => {
663
+ }, Na = (e) => {
663
664
  const { PUBLIC_LNG: t, DATE_TIMEZONE: n } = $(), s = Ln(t ?? "es");
664
665
  return Le.tz(e, n).locale(s).format(
665
666
  s === "en" ? "MMMM DD YYYY [•] HH:mm [hs]" : "DD [de] MMMM YYYY [•] HH:mm [hs]"
@@ -670,6 +671,23 @@ const Ln = (e) => e === "en" ? "en" : "es", He = (e, t) => {
670
671
  }, L9 = (e) => {
671
672
  const { PUBLIC_LNG: t, DATE_TIMEZONE: n } = $(), s = Ln(t ?? "es");
672
673
  return Le.tz(e, n).locale(s).format("dddd DD [de] MMMM YYYY");
674
+ }, ma = (e, t) => {
675
+ if (!e) return "";
676
+ const n = new Date(e), o = new Intl.DateTimeFormat("en-CA", {
677
+ timeZone: t,
678
+ year: "numeric",
679
+ month: "2-digit",
680
+ day: "2-digit",
681
+ hour: "2-digit",
682
+ minute: "2-digit",
683
+ second: "2-digit",
684
+ hour12: !1
685
+ }).formatToParts(n), i = {};
686
+ o.forEach((p) => {
687
+ p.type !== "literal" && (i[p.type] = p.value);
688
+ });
689
+ const r = new Date(n.toLocaleString("en-US", { timeZone: "UTC" })), u = (new Date(n.toLocaleString("en-US", { timeZone: t })).getTime() - r.getTime()) / 6e4, l = u >= 0 ? "+" : "-", d = (p) => String(Math.floor(Math.abs(p))).padStart(2, "0"), m = d(u / 60), h = d(u % 60);
690
+ return `${i.year}-${i.month}-${i.day}T${i.hour}:${i.minute}:${i.second}${l}${m}:${h}`;
673
691
  }, ze = (e, t = 136) => e && e.length > t ? `${e.substring(0, t)}...` : e;
674
692
  function It(e) {
675
693
  return e && e.status === "fulfilled" ? e.value.data : null;
@@ -733,7 +751,7 @@ const Ft = (e, t, n, s) => {
733
751
  }
734
752
  };
735
753
  };
736
- function Ja(e) {
754
+ function Za(e) {
737
755
  if (!e || !e.body || !e.body.rendered) return [];
738
756
  const t = e?.body?.rendered, n = [], s = /<div[^>]*class=["'][^"']*ck-related-news[^"']*["'][^>]*>([\s\S]*?)<span\b[^>]*data-src=["']([^"']+)["'][^>]*>[\s\S]*?<\/span>/gi;
739
757
  let o;
@@ -767,7 +785,7 @@ const Ri = async (e, t) => {
767
785
  if (!e?.preview?.length) return null;
768
786
  const t = e.preview;
769
787
  return t.find((n) => n.format === "1.91:1") ?? t[t.length - 1];
770
- }, Za = ({
788
+ }, Xa = ({
771
789
  schemaImage: e,
772
790
  socialImage: t,
773
791
  fallbackImage: n,
@@ -784,14 +802,14 @@ const Ri = async (e, t) => {
784
802
  height: i
785
803
  }, Bi = (e, t, n) => {
786
804
  if (!e) return {};
787
- const { PUBLIC_ASSETS_URL: s, PUBLIC_API_FRONT: o } = $(), i = to(e.keywords) ?? "", r = e?.preview?.sizes ? e?.preview?.sizes[0]?.url : "", c = (s !== "false" ? s : o) ?? "", u = qi(n), l = Za({
805
+ const { PUBLIC_ASSETS_URL: s, PUBLIC_API_FRONT: o } = $(), i = to(e.keywords) ?? "", r = e?.preview?.sizes ? e?.preview?.sizes[0]?.url : "", c = (s !== "false" ? s : o) ?? "", u = qi(n), l = Xa({
788
806
  schemaImage: u,
789
807
  socialImage: e?.social?.images?.facebook,
790
808
  fallbackImage: r,
791
809
  prefix: c,
792
810
  defaultWidth: t.landscapeLogo.width,
793
811
  defaultHeight: t.landscapeLogo.height
794
- }), d = Za({
812
+ }), d = Xa({
795
813
  schemaImage: u,
796
814
  socialImage: e?.social?.images?.twitter,
797
815
  fallbackImage: r,
@@ -996,7 +1014,7 @@ const Ri = async (e, t) => {
996
1014
  }, we = async (e) => {
997
1015
  const t = Sn() ?? "", n = e;
998
1016
  return n?.startsWith("http") || n?.includes(t) || t === "" ? n : t + n;
999
- }, Na = (e, t) => {
1017
+ }, Ia = (e, t) => {
1000
1018
  const n = e || "";
1001
1019
  return t ? n.replaceAll("[section_replace]", t["[section_replace]"] ?? "").replaceAll("[tag_replace]", t["[tag_replace]"] ?? "").replaceAll("[url_replace]", t["[url_replace]"] ?? "").replaceAll("[author_replace]", t["[author_replace]"] ?? "") || "" : n || "";
1002
1020
  }, ji = (e) => {
@@ -1046,7 +1064,7 @@ const Ri = async (e, t) => {
1046
1064
  (o) => o.key === e.name
1047
1065
  );
1048
1066
  if (!t || !t.show) return null;
1049
- const n = Na(
1067
+ const n = Ia(
1050
1068
  t.value || "",
1051
1069
  e.replaces
1052
1070
  ), s = Qi(n);
@@ -1059,7 +1077,7 @@ const Ri = async (e, t) => {
1059
1077
  (o) => o.key === e.name
1060
1078
  );
1061
1079
  if (!t || !t.show) return null;
1062
- const s = Na(
1080
+ const s = Ia(
1063
1081
  t.value || "",
1064
1082
  e.replaces
1065
1083
  ).split(
@@ -1099,7 +1117,7 @@ function q9(e) {
1099
1117
  const zi = () => {
1100
1118
  const { PUBLIC_ASSETS_URL: e } = $();
1101
1119
  return e && e !== "false" && /* @__PURE__ */ a("link", { rel: "preconnect", href: e, crossOrigin: "anonymous" });
1102
- }, { PUBLIC_ASSETS_URL: zn } = $(), Fi = zn && zn !== "false" ? zn : "", Xa = ({ images: e }) => /* @__PURE__ */ a(Z, { children: e.map(
1120
+ }, { PUBLIC_ASSETS_URL: zn } = $(), Fi = zn && zn !== "false" ? zn : "", es = ({ images: e }) => /* @__PURE__ */ a(Z, { children: e.map(
1103
1121
  (t, n) => t.href !== "" && /* @__PURE__ */ a(
1104
1122
  "link",
1105
1123
  {
@@ -1264,7 +1282,7 @@ const wt = (e, t) => {
1264
1282
  return console.error("createAssessment error:", l), null;
1265
1283
  }
1266
1284
  };
1267
- function es(e) {
1285
+ function ts(e) {
1268
1286
  const t = {};
1269
1287
  for (const [n, s] of Object.entries(e)) {
1270
1288
  const o = btoa(n).split("").reverse().join("");
@@ -1272,7 +1290,7 @@ function es(e) {
1272
1290
  }
1273
1291
  return t;
1274
1292
  }
1275
- function ts(e) {
1293
+ function ns(e) {
1276
1294
  const t = {};
1277
1295
  for (const [n, s] of Object.entries(e)) {
1278
1296
  const o = atob(n.split("").reverse().join(""));
@@ -1309,7 +1327,7 @@ const Wi = { prerender: [
1309
1327
  __html: JSON.stringify(n ?? Ki[t])
1310
1328
  }
1311
1329
  }
1312
- ), Ia = async (e, t, n) => {
1330
+ ), Ea = async (e, t, n) => {
1313
1331
  if (n)
1314
1332
  return n.get(`/schemas${t}`, { params: e }).catch((s) => {
1315
1333
  console.log(`[/schemas${t}] Error: ${s.message}`);
@@ -1333,7 +1351,7 @@ const Wi = { prerender: [
1333
1351
  ...r && c ? { query: `${c}:('${r}')` } : {}
1334
1352
  };
1335
1353
  try {
1336
- const l = await Ia(u, "/news-list-summary", t);
1354
+ const l = await Ea(u, "/news-list-summary", t);
1337
1355
  l?.data?.data ? i = l.data.data : console.warn(
1338
1356
  "getSchemas responded but did not contain expected data:",
1339
1357
  l
@@ -1380,7 +1398,7 @@ const er = async ({
1380
1398
  r = (await Promise.all(
1381
1399
  m.map(async (A) => {
1382
1400
  const w = A === "/news-breadcrumb" ? { ...l, prefixtag: p } : l;
1383
- return await Ia(w, A, s);
1401
+ return await Ea(w, A, s);
1384
1402
  })
1385
1403
  )).map((A) => A?.data?.data ?? []);
1386
1404
  } catch (c) {
@@ -1446,7 +1464,7 @@ const er = async ({
1446
1464
  logow: t.socialBlockLogo?.width,
1447
1465
  logoh: t.socialBlockLogo?.height,
1448
1466
  authorurl: `${t.siteUrl}/autor/`
1449
- }, i = (await Ia(s, "/videos", n))?.data.data;
1467
+ }, i = (await Ea(s, "/videos", n))?.data.data;
1450
1468
  return i ? /* @__PURE__ */ a(
1451
1469
  "script",
1452
1470
  {
@@ -1963,7 +1981,7 @@ function oo(e, t) {
1963
1981
  return e.apply(t, arguments);
1964
1982
  };
1965
1983
  }
1966
- const { toString: lr } = Object.prototype, { getPrototypeOf: Ea } = Object, { iterator: qn, toStringTag: io } = Symbol, Bn = /* @__PURE__ */ ((e) => (t) => {
1984
+ const { toString: lr } = Object.prototype, { getPrototypeOf: Ta } = Object, { iterator: qn, toStringTag: io } = Symbol, Bn = /* @__PURE__ */ ((e) => (t) => {
1967
1985
  const n = lr.call(t);
1968
1986
  return e[n] || (e[n] = n.slice(8, -1).toLowerCase());
1969
1987
  })(/* @__PURE__ */ Object.create(null)), Me = (e) => (e = e.toLowerCase(), (t) => Bn(t) === e), Pn = (e) => (t) => typeof t === e, { isArray: kt } = Array, Et = Pn("undefined");
@@ -1978,7 +1996,7 @@ function dr(e) {
1978
1996
  const ur = Pn("string"), Ie = Pn("function"), co = Pn("number"), Vt = (e) => e !== null && typeof e == "object", mr = (e) => e === !0 || e === !1, yn = (e) => {
1979
1997
  if (Bn(e) !== "object")
1980
1998
  return !1;
1981
- const t = Ea(e);
1999
+ const t = Ta(e);
1982
2000
  return (t === null || t === Object.prototype || Object.getPrototypeOf(t) === null) && !(io in e) && !(qn in e);
1983
2001
  }, hr = (e) => {
1984
2002
  if (!Vt(e) || $t(e))
@@ -2021,10 +2039,10 @@ function lo(e, t) {
2021
2039
  return null;
2022
2040
  }
2023
2041
  const gt = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global, uo = (e) => !Et(e) && e !== gt;
2024
- function ma() {
2042
+ function ha() {
2025
2043
  const { caseless: e, skipUndefined: t } = uo(this) && this || {}, n = {}, s = (o, i) => {
2026
2044
  const r = e && lo(n, i) || i;
2027
- yn(n[r]) && yn(o) ? n[r] = ma(n[r], o) : yn(o) ? n[r] = ma({}, o) : kt(o) ? n[r] = o.slice() : (!t || !Et(o)) && (n[r] = o);
2045
+ yn(n[r]) && yn(o) ? n[r] = ha(n[r], o) : yn(o) ? n[r] = ha({}, o) : kt(o) ? n[r] = o.slice() : (!t || !Et(o)) && (n[r] = o);
2028
2046
  };
2029
2047
  for (let o = 0, i = arguments.length; o < i; o++)
2030
2048
  arguments[o] && Wt(arguments[o], s);
@@ -2043,7 +2061,7 @@ const Ir = (e, t, n, { allOwnKeys: s } = {}) => (Wt(t, (o, i) => {
2043
2061
  do {
2044
2062
  for (o = Object.getOwnPropertyNames(e), i = o.length; i-- > 0; )
2045
2063
  r = o[i], (!s || s(r, e, t)) && !c[r] && (t[r] = e[r], c[r] = !0);
2046
- e = n !== !1 && Ea(e);
2064
+ e = n !== !1 && Ta(e);
2047
2065
  } while (e && (!n || n(e, t)) && e !== Object.prototype);
2048
2066
  return t;
2049
2067
  }, kr = (e, t, n) => {
@@ -2059,7 +2077,7 @@ const Ir = (e, t, n, { allOwnKeys: s } = {}) => (Wt(t, (o, i) => {
2059
2077
  for (; t-- > 0; )
2060
2078
  n[t] = e[t];
2061
2079
  return n;
2062
- }, Lr = /* @__PURE__ */ ((e) => (t) => e && t instanceof e)(typeof Uint8Array < "u" && Ea(Uint8Array)), Rr = (e, t) => {
2080
+ }, Lr = /* @__PURE__ */ ((e) => (t) => e && t instanceof e)(typeof Uint8Array < "u" && Ta(Uint8Array)), Rr = (e, t) => {
2063
2081
  const s = (e && e[qn]).call(e);
2064
2082
  let o;
2065
2083
  for (; (o = s.next()) && !o.done; ) {
@@ -2077,7 +2095,7 @@ const Ir = (e, t, n, { allOwnKeys: s } = {}) => (Wt(t, (o, i) => {
2077
2095
  function(n, s, o) {
2078
2096
  return s.toUpperCase() + o;
2079
2097
  }
2080
- ), ns = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype), Or = Me("RegExp"), mo = (e, t) => {
2098
+ ), as = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype), Or = Me("RegExp"), mo = (e, t) => {
2081
2099
  const n = Object.getOwnPropertyDescriptors(e), s = {};
2082
2100
  Wt(n, (o, i) => {
2083
2101
  let r;
@@ -2163,7 +2181,7 @@ const Hr = (e) => {
2163
2181
  isTypedArray: Lr,
2164
2182
  isFileList: Ar,
2165
2183
  forEach: Wt,
2166
- merge: ma,
2184
+ merge: ha,
2167
2185
  extend: Ir,
2168
2186
  trim: Nr,
2169
2187
  stripBOM: Er,
@@ -2176,8 +2194,8 @@ const Hr = (e) => {
2176
2194
  forEachEntry: Rr,
2177
2195
  matchAll: qr,
2178
2196
  isHTMLForm: Br,
2179
- hasOwnProperty: ns,
2180
- hasOwnProp: ns,
2197
+ hasOwnProperty: as,
2198
+ hasOwnProp: as,
2181
2199
  // an alias to avoid ESLint no-prototype-builtins detection
2182
2200
  reduceDescriptors: mo,
2183
2201
  freezeMethods: Dr,
@@ -2249,19 +2267,19 @@ K.from = (e, t, n, s, o, i) => {
2249
2267
  return K.call(r, c, u, n, s, o), e && r.cause == null && Object.defineProperty(r, "cause", { value: e, configurable: !0 }), r.name = e && e.name || "Error", i && Object.assign(r, i), r;
2250
2268
  };
2251
2269
  const Wr = null;
2252
- function ha(e) {
2270
+ function fa(e) {
2253
2271
  return C.isPlainObject(e) || C.isArray(e);
2254
2272
  }
2255
2273
  function po(e) {
2256
2274
  return C.endsWith(e, "[]") ? e.slice(0, -2) : e;
2257
2275
  }
2258
- function as(e, t, n) {
2276
+ function ss(e, t, n) {
2259
2277
  return e ? e.concat(t).map(function(o, i) {
2260
2278
  return o = po(o), !n && i ? "[" + o + "]" : o;
2261
2279
  }).join(n ? "." : "") : t;
2262
2280
  }
2263
2281
  function Yr(e) {
2264
- return C.isArray(e) && !e.some(ha);
2282
+ return C.isArray(e) && !e.some(fa);
2265
2283
  }
2266
2284
  const Kr = C.toFlatObject(C, {}, null, function(t) {
2267
2285
  return /^is[A-Z]/.test(t);
@@ -2298,17 +2316,17 @@ function On(e, t, n) {
2298
2316
  return A = po(A), y.forEach(function(_, I) {
2299
2317
  !(C.isUndefined(_) || _ === null) && t.append(
2300
2318
  // eslint-disable-next-line no-nested-ternary
2301
- r === !0 ? as([A], I, i) : r === null ? A : A + "[]",
2319
+ r === !0 ? ss([A], I, i) : r === null ? A : A + "[]",
2302
2320
  l(_)
2303
2321
  );
2304
2322
  }), !1;
2305
2323
  }
2306
- return ha(g) ? !0 : (t.append(as(w, A, i), l(g)), !1);
2324
+ return fa(g) ? !0 : (t.append(ss(w, A, i), l(g)), !1);
2307
2325
  }
2308
2326
  const m = [], h = Object.assign(Kr, {
2309
2327
  defaultVisitor: d,
2310
2328
  convertValue: l,
2311
- isVisitable: ha
2329
+ isVisitable: fa
2312
2330
  });
2313
2331
  function p(g, A) {
2314
2332
  if (!C.isUndefined(g)) {
@@ -2329,7 +2347,7 @@ function On(e, t, n) {
2329
2347
  throw new TypeError("data must be an object");
2330
2348
  return p(e), t;
2331
2349
  }
2332
- function ss(e) {
2350
+ function os(e) {
2333
2351
  const t = {
2334
2352
  "!": "%21",
2335
2353
  "'": "%27",
@@ -2343,17 +2361,17 @@ function ss(e) {
2343
2361
  return t[s];
2344
2362
  });
2345
2363
  }
2346
- function Ta(e, t) {
2364
+ function xa(e, t) {
2347
2365
  this._pairs = [], e && On(e, this, t);
2348
2366
  }
2349
- const Ao = Ta.prototype;
2367
+ const Ao = xa.prototype;
2350
2368
  Ao.append = function(t, n) {
2351
2369
  this._pairs.push([t, n]);
2352
2370
  };
2353
2371
  Ao.toString = function(t) {
2354
2372
  const n = t ? function(s) {
2355
- return t.call(this, s, ss);
2356
- } : ss;
2373
+ return t.call(this, s, os);
2374
+ } : os;
2357
2375
  return this._pairs.map(function(o) {
2358
2376
  return n(o[0]) + "=" + n(o[1]);
2359
2377
  }, "").join("&");
@@ -2370,13 +2388,13 @@ function wo(e, t, n) {
2370
2388
  });
2371
2389
  const o = n && n.serialize;
2372
2390
  let i;
2373
- if (o ? i = o(t, n) : i = C.isURLSearchParams(t) ? t.toString() : new Ta(t, n).toString(s), i) {
2391
+ if (o ? i = o(t, n) : i = C.isURLSearchParams(t) ? t.toString() : new xa(t, n).toString(s), i) {
2374
2392
  const r = e.indexOf("#");
2375
2393
  r !== -1 && (e = e.slice(0, r)), e += (e.indexOf("?") === -1 ? "?" : "&") + i;
2376
2394
  }
2377
2395
  return e;
2378
2396
  }
2379
- class os {
2397
+ class is {
2380
2398
  constructor() {
2381
2399
  this.handlers = [];
2382
2400
  }
@@ -2434,7 +2452,7 @@ const yo = {
2434
2452
  silentJSONParsing: !0,
2435
2453
  forcedJSONParsing: !0,
2436
2454
  clarifyTimeoutError: !1
2437
- }, Zr = typeof URLSearchParams < "u" ? URLSearchParams : Ta, Xr = typeof FormData < "u" ? FormData : null, ec = typeof Blob < "u" ? Blob : null, tc = {
2455
+ }, Zr = typeof URLSearchParams < "u" ? URLSearchParams : xa, Xr = typeof FormData < "u" ? FormData : null, ec = typeof Blob < "u" ? Blob : null, tc = {
2438
2456
  isBrowser: !0,
2439
2457
  classes: {
2440
2458
  URLSearchParams: Zr,
@@ -2442,13 +2460,13 @@ const yo = {
2442
2460
  Blob: ec
2443
2461
  },
2444
2462
  protocols: ["http", "https", "file", "blob", "url", "data"]
2445
- }, xa = typeof window < "u" && typeof document < "u", fa = typeof navigator == "object" && navigator || void 0, nc = xa && (!fa || ["ReactNative", "NativeScript", "NS"].indexOf(fa.product) < 0), ac = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
2446
- self instanceof WorkerGlobalScope && typeof self.importScripts == "function", sc = xa && window.location.href || "http://localhost", oc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2463
+ }, ka = typeof window < "u" && typeof document < "u", ga = typeof navigator == "object" && navigator || void 0, nc = ka && (!ga || ["ReactNative", "NativeScript", "NS"].indexOf(ga.product) < 0), ac = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
2464
+ self instanceof WorkerGlobalScope && typeof self.importScripts == "function", sc = ka && window.location.href || "http://localhost", oc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2447
2465
  __proto__: null,
2448
- hasBrowserEnv: xa,
2466
+ hasBrowserEnv: ka,
2449
2467
  hasStandardBrowserEnv: nc,
2450
2468
  hasStandardBrowserWebWorkerEnv: ac,
2451
- navigator: fa,
2469
+ navigator: ga,
2452
2470
  origin: sc
2453
2471
  }, Symbol.toStringTag, { value: "Module" })), ve = {
2454
2472
  ...oc,
@@ -2593,7 +2611,7 @@ const dc = C.toObjectSet([
2593
2611
  `).forEach(function(r) {
2594
2612
  o = r.indexOf(":"), n = r.substring(0, o).trim().toLowerCase(), s = r.substring(o + 1).trim(), !(!n || t[n] && dc[n]) && (n === "set-cookie" ? t[n] ? t[n].push(s) : t[n] = [s] : t[n] = t[n] ? t[n] + ", " + s : s);
2595
2613
  }), t;
2596
- }, is = Symbol("internals");
2614
+ }, rs = Symbol("internals");
2597
2615
  function Bt(e) {
2598
2616
  return e && String(e).trim().toLowerCase();
2599
2617
  }
@@ -2748,7 +2766,7 @@ let Ee = class {
2748
2766
  return n.forEach((o) => s.set(o)), s;
2749
2767
  }
2750
2768
  static accessor(t) {
2751
- const s = (this[is] = this[is] = {
2769
+ const s = (this[rs] = this[rs] = {
2752
2770
  accessors: {}
2753
2771
  }).accessors, o = this.prototype;
2754
2772
  function i(r) {
@@ -2846,14 +2864,14 @@ const Nn = (e, t, n = 3) => {
2846
2864
  };
2847
2865
  e(m);
2848
2866
  }, n);
2849
- }, rs = (e, t) => {
2867
+ }, cs = (e, t) => {
2850
2868
  const n = e != null;
2851
2869
  return [(s) => t[0]({
2852
2870
  lengthComputable: n,
2853
2871
  total: e,
2854
2872
  loaded: s
2855
2873
  }), t[1]];
2856
- }, cs = (e) => (...t) => C.asap(() => e(...t)), yc = ve.hasStandardBrowserEnv ? /* @__PURE__ */ ((e, t) => (n) => (n = new URL(n, ve.origin), e.protocol === n.protocol && e.host === n.host && (t || e.port === n.port)))(
2874
+ }, ls = (e) => (...t) => C.asap(() => e(...t)), yc = ve.hasStandardBrowserEnv ? /* @__PURE__ */ ((e, t) => (n) => (n = new URL(n, ve.origin), e.protocol === n.protocol && e.host === n.host && (t || e.port === n.port)))(
2857
2875
  new URL(ve.origin),
2858
2876
  ve.navigator && /(msie|trident)/i.test(ve.navigator.userAgent)
2859
2877
  ) : () => !0, vc = ve.hasStandardBrowserEnv ? (
@@ -2895,7 +2913,7 @@ function Co(e, t, n) {
2895
2913
  let s = !bc(t);
2896
2914
  return e && (s || n == !1) ? _c(e, t) : t;
2897
2915
  }
2898
- const ls = (e) => e instanceof Ee ? { ...e } : e;
2916
+ const ds = (e) => e instanceof Ee ? { ...e } : e;
2899
2917
  function yt(e, t) {
2900
2918
  t = t || {};
2901
2919
  const n = {};
@@ -2953,7 +2971,7 @@ function yt(e, t) {
2953
2971
  socketPath: r,
2954
2972
  responseEncoding: r,
2955
2973
  validateStatus: c,
2956
- headers: (l, d, m) => o(ls(l), ls(d), m, !0)
2974
+ headers: (l, d, m) => o(ds(l), ds(d), m, !0)
2957
2975
  };
2958
2976
  return C.forEach(Object.keys({ ...e, ...t }), function(d) {
2959
2977
  const m = u[d] || o, h = m(e[d], t[d], d);
@@ -3090,7 +3108,7 @@ const So = (e) => {
3090
3108
  } finally {
3091
3109
  await t.cancel();
3092
3110
  }
3093
- }, ds = (e, t, n, s) => {
3111
+ }, us = (e, t, n, s) => {
3094
3112
  const o = Ec(e, t);
3095
3113
  let i = 0, r, c = (u) => {
3096
3114
  r || (r = !0, s && s(u));
@@ -3119,13 +3137,13 @@ const So = (e) => {
3119
3137
  }, {
3120
3138
  highWaterMark: 2
3121
3139
  });
3122
- }, us = 64 * 1024, { isFunction: tn } = C, xc = (({ Request: e, Response: t }) => ({
3140
+ }, ms = 64 * 1024, { isFunction: tn } = C, xc = (({ Request: e, Response: t }) => ({
3123
3141
  Request: e,
3124
3142
  Response: t
3125
3143
  }))(C.global), {
3126
- ReadableStream: ms,
3127
- TextEncoder: hs
3128
- } = C.global, fs = (e, ...t) => {
3144
+ ReadableStream: hs,
3145
+ TextEncoder: fs
3146
+ } = C.global, gs = (e, ...t) => {
3129
3147
  try {
3130
3148
  return !!e(...t);
3131
3149
  } catch {
@@ -3138,17 +3156,17 @@ const So = (e) => {
3138
3156
  const { fetch: t, Request: n, Response: s } = e, o = t ? tn(t) : typeof fetch == "function", i = tn(n), r = tn(s);
3139
3157
  if (!o)
3140
3158
  return !1;
3141
- const c = o && tn(ms), u = o && (typeof hs == "function" ? /* @__PURE__ */ ((g) => (A) => g.encode(A))(new hs()) : async (g) => new Uint8Array(await new n(g).arrayBuffer())), l = i && c && fs(() => {
3159
+ const c = o && tn(hs), u = o && (typeof fs == "function" ? /* @__PURE__ */ ((g) => (A) => g.encode(A))(new fs()) : async (g) => new Uint8Array(await new n(g).arrayBuffer())), l = i && c && gs(() => {
3142
3160
  let g = !1;
3143
3161
  const A = new n(ve.origin, {
3144
- body: new ms(),
3162
+ body: new hs(),
3145
3163
  method: "POST",
3146
3164
  get duplex() {
3147
3165
  return g = !0, "half";
3148
3166
  }
3149
3167
  }).headers.has("Content-Type");
3150
3168
  return g && !A;
3151
- }), d = r && c && fs(() => C.isReadableStream(new s("").body)), m = {
3169
+ }), d = r && c && gs(() => C.isReadableStream(new s("").body)), m = {
3152
3170
  stream: d && ((g) => g.body)
3153
3171
  };
3154
3172
  o && ["text", "arrayBuffer", "blob", "formData", "stream"].forEach((g) => {
@@ -3206,11 +3224,11 @@ const So = (e) => {
3206
3224
  duplex: "half"
3207
3225
  }), L;
3208
3226
  if (C.isFormData(y) && (L = N.headers.get("content-type")) && G.setContentType(L), N.body) {
3209
- const [j, P] = rs(
3227
+ const [j, P] = cs(
3210
3228
  U,
3211
- Nn(cs(E))
3229
+ Nn(ls(E))
3212
3230
  );
3213
- y = ds(N.body, us, j, P);
3231
+ y = us(N.body, ms, j, P);
3214
3232
  }
3215
3233
  }
3216
3234
  C.isString(Y) || (Y = Y ? "include" : "omit");
@@ -3231,12 +3249,12 @@ const So = (e) => {
3231
3249
  ["status", "statusText", "headers"].forEach((H) => {
3232
3250
  N[H] = x[H];
3233
3251
  });
3234
- const L = C.toFiniteNumber(x.headers.get("content-length")), [j, P] = b && rs(
3252
+ const L = C.toFiniteNumber(x.headers.get("content-length")), [j, P] = b && cs(
3235
3253
  L,
3236
- Nn(cs(b), !0)
3254
+ Nn(ls(b), !0)
3237
3255
  ) || [];
3238
3256
  x = new s(
3239
- ds(x.body, us, j, () => {
3257
+ us(x.body, ms, j, () => {
3240
3258
  P && P(), M && M();
3241
3259
  }),
3242
3260
  N
@@ -3276,14 +3294,14 @@ const So = (e) => {
3276
3294
  return l;
3277
3295
  };
3278
3296
  No();
3279
- const ka = {
3297
+ const Ua = {
3280
3298
  http: Wr,
3281
3299
  xhr: Sc,
3282
3300
  fetch: {
3283
3301
  get: No
3284
3302
  }
3285
3303
  };
3286
- C.forEach(ka, (e, t) => {
3304
+ C.forEach(Ua, (e, t) => {
3287
3305
  if (e) {
3288
3306
  try {
3289
3307
  Object.defineProperty(e, "name", { value: t });
@@ -3292,7 +3310,7 @@ C.forEach(ka, (e, t) => {
3292
3310
  Object.defineProperty(e, "adapterName", { value: t });
3293
3311
  }
3294
3312
  });
3295
- const gs = (e) => `- ${e}`, Lc = (e) => C.isFunction(e) || e === null || e === !1;
3313
+ const ps = (e) => `- ${e}`, Lc = (e) => C.isFunction(e) || e === null || e === !1;
3296
3314
  function Rc(e, t) {
3297
3315
  e = C.isArray(e) ? e : [e];
3298
3316
  const { length: n } = e;
@@ -3301,7 +3319,7 @@ function Rc(e, t) {
3301
3319
  for (let r = 0; r < n; r++) {
3302
3320
  s = e[r];
3303
3321
  let c;
3304
- if (o = s, !Lc(s) && (o = ka[(c = String(s)).toLowerCase()], o === void 0))
3322
+ if (o = s, !Lc(s) && (o = Ua[(c = String(s)).toLowerCase()], o === void 0))
3305
3323
  throw new K(`Unknown adapter '${c}'`);
3306
3324
  if (o && (C.isFunction(o) || (o = o.get(t))))
3307
3325
  break;
@@ -3312,8 +3330,8 @@ function Rc(e, t) {
3312
3330
  ([u, l]) => `adapter ${u} ` + (l === !1 ? "is not supported by the environment" : "is not available in the build")
3313
3331
  );
3314
3332
  let c = n ? r.length > 1 ? `since :
3315
- ` + r.map(gs).join(`
3316
- `) : " " + gs(r[0]) : "as no adapter specified";
3333
+ ` + r.map(ps).join(`
3334
+ `) : " " + ps(r[0]) : "as no adapter specified";
3317
3335
  throw new K(
3318
3336
  "There is no suitable adapter to dispatch the request " + c,
3319
3337
  "ERR_NOT_SUPPORT"
@@ -3331,13 +3349,13 @@ const Io = {
3331
3349
  * Exposes all known adapters
3332
3350
  * @type {Object<string, Function|Object>}
3333
3351
  */
3334
- adapters: ka
3352
+ adapters: Ua
3335
3353
  };
3336
3354
  function Vn(e) {
3337
3355
  if (e.cancelToken && e.cancelToken.throwIfRequested(), e.signal && e.signal.aborted)
3338
3356
  throw new Ut(null, e);
3339
3357
  }
3340
- function ps(e) {
3358
+ function As(e) {
3341
3359
  return Vn(e), e.headers = Ee.from(e.headers), e.data = $n.call(
3342
3360
  e,
3343
3361
  e.transformRequest
@@ -3361,7 +3379,7 @@ const Eo = "1.13.2", Dn = {};
3361
3379
  return typeof s === e || "a" + (t < 1 ? "n " : " ") + e;
3362
3380
  };
3363
3381
  });
3364
- const As = {};
3382
+ const ws = {};
3365
3383
  Dn.transitional = function(t, n, s) {
3366
3384
  function o(i, r) {
3367
3385
  return "[Axios v" + Eo + "] Transitional option '" + i + "'" + r + (s ? ". " + s : "");
@@ -3372,7 +3390,7 @@ Dn.transitional = function(t, n, s) {
3372
3390
  o(r, " has been removed" + (n ? " in " + n : "")),
3373
3391
  K.ERR_DEPRECATED
3374
3392
  );
3375
- return n && !As[r] && (As[r] = !0, console.warn(
3393
+ return n && !ws[r] && (ws[r] = !0, console.warn(
3376
3394
  o(
3377
3395
  r,
3378
3396
  " has been deprecated since v" + n + " and will be removed in the near future"
@@ -3407,8 +3425,8 @@ const bn = {
3407
3425
  let pt = class {
3408
3426
  constructor(t) {
3409
3427
  this.defaults = t || {}, this.interceptors = {
3410
- request: new os(),
3411
- response: new os()
3428
+ request: new is(),
3429
+ response: new is()
3412
3430
  };
3413
3431
  }
3414
3432
  /**
@@ -3473,7 +3491,7 @@ let pt = class {
3473
3491
  });
3474
3492
  let d, m = 0, h;
3475
3493
  if (!u) {
3476
- const g = [ps.bind(this), void 0];
3494
+ const g = [As.bind(this), void 0];
3477
3495
  for (g.unshift(...c), g.push(...l), h = g.length, d = Promise.resolve(n); m < h; )
3478
3496
  d = d.then(g[m++], g[m++]);
3479
3497
  return d;
@@ -3490,7 +3508,7 @@ let pt = class {
3490
3508
  }
3491
3509
  }
3492
3510
  try {
3493
- d = ps.call(this, p);
3511
+ d = As.call(this, p);
3494
3512
  } catch (g) {
3495
3513
  return Promise.reject(g);
3496
3514
  }
@@ -3609,7 +3627,7 @@ function Pc(e) {
3609
3627
  function Oc(e) {
3610
3628
  return C.isObject(e) && e.isAxiosError === !0;
3611
3629
  }
3612
- const ga = {
3630
+ const pa = {
3613
3631
  Continue: 100,
3614
3632
  SwitchingProtocols: 101,
3615
3633
  Processing: 102,
@@ -3680,8 +3698,8 @@ const ga = {
3680
3698
  SslHandshakeFailed: 525,
3681
3699
  InvalidSslCertificate: 526
3682
3700
  };
3683
- Object.entries(ga).forEach(([e, t]) => {
3684
- ga[t] = e;
3701
+ Object.entries(pa).forEach(([e, t]) => {
3702
+ pa[t] = e;
3685
3703
  });
3686
3704
  function xo(e) {
3687
3705
  const t = new pt(e), n = oo(pt.prototype.request, t);
@@ -3707,7 +3725,7 @@ ie.mergeConfig = yt;
3707
3725
  ie.AxiosHeaders = Ee;
3708
3726
  ie.formToJSON = (e) => vo(C.isHTMLForm(e) ? new FormData(e) : e);
3709
3727
  ie.getAdapter = Io.getAdapter;
3710
- ie.HttpStatusCode = ga;
3728
+ ie.HttpStatusCode = pa;
3711
3729
  ie.default = ie;
3712
3730
  const {
3713
3731
  Axios: z9,
@@ -4047,8 +4065,8 @@ class ft {
4047
4065
  exclude: s.getAutorInfo,
4048
4066
  imagesizes: n.getAutorInfo
4049
4067
  }))?.data.data ?? []);
4050
- const l = Ja(c), m = (It(i)?.data ?? [])[0]?.list?.items?.map(
4051
- (y) => Ja(y)
4068
+ const l = Za(c), m = (It(i)?.data ?? [])[0]?.list?.items?.map(
4069
+ (y) => Za(y)
4052
4070
  ), h = [];
4053
4071
  console.log("newsRelatedList: ", m), m?.forEach((y) => {
4054
4072
  y && y.length > 0 && y.forEach((S) => {
@@ -4575,29 +4593,12 @@ const r5 = async (e, t, n, s, o, i, r) => {
4575
4593
  return console.error(m), Se(t);
4576
4594
  }
4577
4595
  }
4578
- }, Qc = (e) => e ? e.replace(/<[^>]*>/g, "").replace(/&nbsp;/gi, " ").replace(/&amp;/gi, "&").replace(/&quot;/gi, '"').replace(/&#39;/gi, "'").replace(/\s+/g, " ").trim() : "", ws = (e, t) => {
4579
- if (!e) return "";
4580
- const n = new Date(e), o = new Intl.DateTimeFormat("en-CA", {
4581
- timeZone: t,
4582
- year: "numeric",
4583
- month: "2-digit",
4584
- day: "2-digit",
4585
- hour: "2-digit",
4586
- minute: "2-digit",
4587
- second: "2-digit",
4588
- hour12: !1
4589
- }).formatToParts(n), i = {};
4590
- o.forEach((p) => {
4591
- p.type !== "literal" && (i[p.type] = p.value);
4592
- });
4593
- const r = new Date(n.toLocaleString("en-US", { timeZone: "UTC" })), u = (new Date(n.toLocaleString("en-US", { timeZone: t })).getTime() - r.getTime()) / 6e4, l = u >= 0 ? "+" : "-", d = (p) => String(Math.floor(Math.abs(p))).padStart(2, "0"), m = d(u / 60), h = d(u % 60);
4594
- return `${i.year}-${i.month}-${i.day}T${i.hour}:${i.minute}:${i.second}${l}${m}:${h}`;
4595
- }, Hc = ({
4596
+ }, Qc = (e) => e ? e.replace(/<[^>]*>/g, "").replace(/&nbsp;/gi, " ").replace(/&amp;/gi, "&").replace(/&quot;/gi, '"').replace(/&#39;/gi, "'").replace(/\s+/g, " ").trim() : "", Hc = ({
4596
4597
  autor: e,
4597
4598
  listAutor: t,
4598
4599
  config: n
4599
4600
  }) => {
4600
- const s = t?.[0] ?? null, { DATE_TIMEZONE: o = "America/Mexico_City", PUBLIC_ASSETS_URL: i } = $(), r = o, c = s?.info?.date?.modified ? ws(s.info.date.modified, r) : void 0, u = e.addtional?.USER_JOBSTART ? ws(e.addtional.USER_JOBSTART, r) : void 0, l = i && i !== "false" ? i : "", d = {
4601
+ const s = t?.[0] ?? null, { DATE_TIMEZONE: o = "America/Mexico_City", PUBLIC_ASSETS_URL: i } = $(), r = o, c = s?.info?.date?.modified ? ma(s.info.date.modified, r) : void 0, u = e.addtional?.USER_JOBSTART ? ma(e.addtional.USER_JOBSTART, r) : void 0, l = i && i !== "false" ? i : "", d = {
4601
4602
  "@context": "https://schema.org",
4602
4603
  "@type": "ProfilePage",
4603
4604
  mainEntity: {
@@ -4679,7 +4680,7 @@ async function l5({
4679
4680
  /* @__PURE__ */ a(zi, {}),
4680
4681
  t.ampConfig && A.ampOption && t.ampConfig_slugIsValid && /* @__PURE__ */ a("link", { rel: "amphtml", href: A.siteUrl + "/amp" + i }),
4681
4682
  t.preloadImages && m && m.preview?.sizes && /* @__PURE__ */ a(
4682
- Xa,
4683
+ es,
4683
4684
  {
4684
4685
  images: [
4685
4686
  {
@@ -4693,7 +4694,7 @@ async function l5({
4693
4694
  ]
4694
4695
  }
4695
4696
  ),
4696
- t.preloadImages && S && /* @__PURE__ */ a(Xa, { images: S }),
4697
+ t.preloadImages && S && /* @__PURE__ */ a(es, { images: S }),
4697
4698
  /* @__PURE__ */ a(sr, { config: A }),
4698
4699
  /* @__PURE__ */ a(
4699
4700
  ao,
@@ -5179,7 +5180,7 @@ const Jc = "_content_1gcxd_1", Zc = {
5179
5180
  className: tl.content + " banner-context",
5180
5181
  suppressHydrationWarning: !0,
5181
5182
  dangerouslySetInnerHTML: {
5182
- __html: n ? Na(n.value) ?? "" : ""
5183
+ __html: n ? Ia(n.value) ?? "" : ""
5183
5184
  }
5184
5185
  },
5185
5186
  n.key
@@ -5215,7 +5216,7 @@ function R(e) {
5215
5216
  }
5216
5217
  ) : /* @__PURE__ */ a("a", { ...h, children: e.children });
5217
5218
  }
5218
- const pl = (e) => !!/([t][0-9]{4})\w+/.exec(e || ""), Ua = (e) => /* @__PURE__ */ a(
5219
+ const pl = (e) => !!/([t][0-9]{4})\w+/.exec(e || ""), La = (e) => /* @__PURE__ */ a(
5219
5220
  "svg",
5220
5221
  {
5221
5222
  width: "23",
@@ -5232,7 +5233,7 @@ const pl = (e) => !!/([t][0-9]{4})\w+/.exec(e || ""), Ua = (e) => /* @__PURE__ *
5232
5233
  }
5233
5234
  )
5234
5235
  }
5235
- ), La = (e) => /* @__PURE__ */ a(
5236
+ ), Ra = (e) => /* @__PURE__ */ a(
5236
5237
  "svg",
5237
5238
  {
5238
5239
  width: "23",
@@ -5250,7 +5251,7 @@ const pl = (e) => !!/([t][0-9]{4})\w+/.exec(e || ""), Ua = (e) => /* @__PURE__ *
5250
5251
  }
5251
5252
  )
5252
5253
  }
5253
- ), Ra = (e) => /* @__PURE__ */ f(
5254
+ ), qa = (e) => /* @__PURE__ */ f(
5254
5255
  "svg",
5255
5256
  {
5256
5257
  width: "24",
@@ -5297,8 +5298,8 @@ const pl = (e) => !!/([t][0-9]{4})\w+/.exec(e || ""), Ua = (e) => /* @__PURE__ *
5297
5298
  Whatsapp: {
5298
5299
  url: (e) => `https://wa.me/?text=${encodeURIComponent(e)}`,
5299
5300
  icon: {
5300
- outline: (e) => /* @__PURE__ */ a(La, { className: e }),
5301
- solid: (e) => /* @__PURE__ */ a(Ua, { className: e })
5301
+ outline: (e) => /* @__PURE__ */ a(Ra, { className: e }),
5302
+ solid: (e) => /* @__PURE__ */ a(La, { className: e })
5302
5303
  }
5303
5304
  },
5304
5305
  Message: {
@@ -5346,7 +5347,7 @@ function yl({ noteShare: e }) {
5346
5347
  "data-active": "false",
5347
5348
  "aria-label": "copy",
5348
5349
  className: [ae.clipboardButton, "clipbtn-id"].join(" "),
5349
- children: /* @__PURE__ */ a(Ra, {})
5350
+ children: /* @__PURE__ */ a(qa, {})
5350
5351
  }
5351
5352
  )
5352
5353
  ] }) : null;
@@ -5487,14 +5488,14 @@ const Rt = (e) => {
5487
5488
  ]
5488
5489
  }
5489
5490
  );
5490
- function qa() {
5491
+ function Ba() {
5491
5492
  return $().COMPONENTS?.PlayIcon || ko;
5492
5493
  }
5493
5494
  function Uo() {
5494
5495
  return $().COMPONENTS?.PlayIcon || ko;
5495
5496
  }
5496
5497
  const Ll = (e) => {
5497
- const { isVideo: t = !1, priorityHigh: n = !1 } = e, s = qa(), o = e.preview.sizes;
5498
+ const { isVideo: t = !1, priorityHigh: n = !1 } = e, s = Ba(), o = e.preview.sizes;
5498
5499
  return o ? o.length === 1 ? /* @__PURE__ */ a("figure", { className: re.figure, children: /* @__PURE__ */ f("span", { className: re.backdrop, children: [
5499
5500
  /* @__PURE__ */ a("span", { className: re.backdropAux }),
5500
5501
  /* @__PURE__ */ f("picture", { children: [
@@ -6617,7 +6618,7 @@ const Ll = (e) => {
6617
6618
  showuppertitle: !1,
6618
6619
  showsubtitle: !1,
6619
6620
  showads: !1
6620
- }, Ba = (e) => {
6621
+ }, Pa = (e) => {
6621
6622
  let t = [];
6622
6623
  const { PUBLIC_ENV: n, PUBLIC_IS_OFFLINE: s, SHOW_DEV_RANKING: o } = $();
6623
6624
  return e.content && e.content.length > 0 ? t = e.content.map((i) => ({
@@ -6697,7 +6698,7 @@ const Ll = (e) => {
6697
6698
  contentTerms: ad,
6698
6699
  subscribeText: sd,
6699
6700
  terms: od
6700
- }, Pa = (e) => {
6701
+ }, Oa = (e) => {
6701
6702
  const { uppercase: t = !1, style: n = {} } = e, s = { ...e, rounded: "", uppercase: "", full: "" }, o = {
6702
6703
  ...n,
6703
6704
  textTransform: t ? "uppercase" : "unset",
@@ -6740,7 +6741,7 @@ const Ll = (e) => {
6740
6741
  id: "newsletter-email"
6741
6742
  }
6742
6743
  ),
6743
- /* @__PURE__ */ a(Pa, { className: Re.buttonStyled, size: "large", full: !0, children: e.texts.newsletterButtonText ?? "Suscribirme" })
6744
+ /* @__PURE__ */ a(Oa, { className: Re.buttonStyled, size: "large", full: !0, children: e.texts.newsletterButtonText ?? "Suscribirme" })
6744
6745
  ] }),
6745
6746
  /* @__PURE__ */ f("div", { className: Re.contentTerms, children: [
6746
6747
  /* @__PURE__ */ a("p", { className: Re.subscribeText, children: e.texts.newsletterTermsText ?? "Suscribirte implica aceptar los" }),
@@ -7007,7 +7008,7 @@ const Ll = (e) => {
7007
7008
  /* @__PURE__ */ a("path", { fill: "currentColor", d: "M12.8,18.6v-6.9l5.9,3.4L12.8,18.6z" })
7008
7009
  ]
7009
7010
  }
7010
- ), f5 = ["telegram"], Oa = {
7011
+ ), f5 = ["telegram"], Da = {
7011
7012
  facebook: (e) => /* @__PURE__ */ a(Mn, { ...e }),
7012
7013
  instagram: (e) => /* @__PURE__ */ a(jn, { ...e }),
7013
7014
  whatsapp: (e) => /* @__PURE__ */ a(qd, { ...e }),
@@ -7030,7 +7031,7 @@ const Ll = (e) => {
7030
7031
  "aria-label": n[r].title + " link",
7031
7032
  className: xe.linkSocialNetwoks,
7032
7033
  href: n[r].url,
7033
- children: Oa[r]({
7034
+ children: Da[r]({
7034
7035
  className: `${r === "instagram" ? xe.socialInstagram : ""}`
7035
7036
  })
7036
7037
  },
@@ -7230,8 +7231,8 @@ const Ll = (e) => {
7230
7231
  Whatsapp: {
7231
7232
  url: (e) => `https://wa.me/?text=${encodeURIComponent(e)}`,
7232
7233
  icon: {
7233
- outline: (e) => /* @__PURE__ */ a(La, { className: e }),
7234
- solid: (e) => /* @__PURE__ */ a(Ua, { className: e })
7234
+ outline: (e) => /* @__PURE__ */ a(Ra, { className: e }),
7235
+ solid: (e) => /* @__PURE__ */ a(La, { className: e })
7235
7236
  }
7236
7237
  },
7237
7238
  Email: {
@@ -7279,7 +7280,7 @@ function r1({ noteShare: e }) {
7279
7280
  "data-active": "false",
7280
7281
  "aria-label": "copy",
7281
7282
  className: [ge.clipboardButton, "clipbtn-id"].join(" "),
7282
- children: /* @__PURE__ */ a(Ra, {})
7283
+ children: /* @__PURE__ */ a(qa, {})
7283
7284
  }
7284
7285
  ),
7285
7286
  /* @__PURE__ */ a(
@@ -7374,7 +7375,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
7374
7375
  contentGrid: y1,
7375
7376
  contentGrid4: v1,
7376
7377
  contentGrid3: b1
7377
- }, pa = (e) => {
7378
+ }, Aa = (e) => {
7378
7379
  const { grid: t = 3 } = e;
7379
7380
  return /* @__PURE__ */ f("section", { className: `${an.content}`, children: [
7380
7381
  /* @__PURE__ */ a(
@@ -7851,7 +7852,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
7851
7852
  /* @__PURE__ */ f("div", { className: Is.bannerSection, children: [
7852
7853
  e.bannerTop,
7853
7854
  /* @__PURE__ */ a(
7854
- Ba,
7855
+ Pa,
7855
7856
  {
7856
7857
  content: e.ranking,
7857
7858
  title: e.readestTitle,
@@ -7882,7 +7883,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
7882
7883
  playStyled: am,
7883
7884
  newsDescription: sm
7884
7885
  }, om = async (e) => {
7885
- const t = qa(), n = {
7886
+ const t = Ba(), n = {
7886
7887
  ...e,
7887
7888
  main: {
7888
7889
  ...e.main,
@@ -8049,7 +8050,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
8049
8050
  e.title && /* @__PURE__ */ a("hr", { className: [Ve.bottomLine, e.className ?? ""].join(" ") }),
8050
8051
  /* @__PURE__ */ a("div", { className: Ve.childrenContent, ref: t, children: e.children })
8051
8052
  ] });
8052
- }), Da = (e) => /* @__PURE__ */ a(
8053
+ }), Ma = (e) => /* @__PURE__ */ a(
8053
8054
  "svg",
8054
8055
  {
8055
8056
  width: "24",
@@ -8135,7 +8136,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
8135
8136
  outline: "none",
8136
8137
  padding: 0,
8137
8138
  margin: 0
8138
- }, children: /* @__PURE__ */ a(Da, { color: "var(--search-input-icons)" }) })
8139
+ }, children: /* @__PURE__ */ a(Ma, { color: "var(--search-input-icons)" }) })
8139
8140
  ] }) }),
8140
8141
  /* @__PURE__ */ f(
8141
8142
  "div",
@@ -8225,7 +8226,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
8225
8226
  "aria-label": t[d].title + " link",
8226
8227
  className: me.linkSocialNetwork,
8227
8228
  href: t[d].url,
8228
- children: Oa[d]({ className: me.icon })
8229
+ children: Da[d]({ className: me.icon })
8229
8230
  },
8230
8231
  d
8231
8232
  )) }),
@@ -8347,7 +8348,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
8347
8348
  "aria-label": s[r].title + " link",
8348
8349
  className: We.linkSocialNetwork,
8349
8350
  href: s[r].url,
8350
- children: Oa[r]({
8351
+ children: Da[r]({
8351
8352
  className: [We.icon, We[r] ?? ""].join(" ")
8352
8353
  })
8353
8354
  },
@@ -8380,7 +8381,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
8380
8381
  ),
8381
8382
  /* @__PURE__ */ f("div", { className: `${ke.headerContent} center-mobile-header-icon`, children: [
8382
8383
  /* @__PURE__ */ a(
8383
- Pa,
8384
+ Oa,
8384
8385
  {
8385
8386
  id: "button-app",
8386
8387
  className: ke.menuButton,
@@ -8460,7 +8461,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
8460
8461
  "aria-label": e.searchKeyWord,
8461
8462
  className: `${ke.buttonSectionSearch} search-button-icon`,
8462
8463
  style: { display: "flex" },
8463
- children: /* @__PURE__ */ a(Da, { width: 28, height: 28, color: "currentColor" })
8464
+ children: /* @__PURE__ */ a(Ma, { width: 28, height: 28, color: "currentColor" })
8464
8465
  }
8465
8466
  ),
8466
8467
  e.rightZone
@@ -8560,7 +8561,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
8560
8561
  ].join(" "),
8561
8562
  children: [
8562
8563
  /* @__PURE__ */ a("div", { className: `${Ce.menuButtonSection} sass-header-menu-button`, children: /* @__PURE__ */ f(
8563
- Pa,
8564
+ Oa,
8564
8565
  {
8565
8566
  className: Ce.menuButton,
8566
8567
  id: "button-app",
@@ -8587,7 +8588,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
8587
8588
  href: e.searchLink ? e.searchLink : "/buscar",
8588
8589
  className: Ce.buttonSectionSearch,
8589
8590
  "aria-label": e.searchKeyWord,
8590
- children: /* @__PURE__ */ a(Da, { width: 28, height: 28, color: "currentColor" })
8591
+ children: /* @__PURE__ */ a(Ma, { width: 28, height: 28, color: "currentColor" })
8591
8592
  }
8592
8593
  ),
8593
8594
  e.rightZone
@@ -8624,8 +8625,8 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
8624
8625
  childrenContentAux: qh,
8625
8626
  op2: Bh
8626
8627
  }, _5 = (e) => {
8627
- const { alertZone: t, children: n, sidebar: s, custom_styles: o = {} } = e, i = /* @__PURE__ */ f(
8628
- "div",
8628
+ const { alertZone: t, children: n, sidebar: s, custom_styles: o = {} } = e, i = e.childrenContentTag ?? "div", r = /* @__PURE__ */ f(
8629
+ i,
8629
8630
  {
8630
8631
  className: [
8631
8632
  Kn.childrenContent,
@@ -8651,10 +8652,10 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
8651
8652
  }
8652
8653
  );
8653
8654
  return /* @__PURE__ */ f(Z, { children: [
8654
- e.childrenContentPosition === "before-headers" && i,
8655
+ e.childrenContentPosition === "before-headers" && r,
8655
8656
  /* @__PURE__ */ a(ch, { ...e }),
8656
8657
  !e.showOnlyStickyHeader && /* @__PURE__ */ a(Lh, { ...e }),
8657
- e.childrenContentPosition !== "before-headers" && i,
8658
+ e.childrenContentPosition !== "before-headers" && r,
8658
8659
  /* @__PURE__ */ a(
8659
8660
  Um,
8660
8661
  {
@@ -9839,7 +9840,7 @@ const S5 = (e) => {
9839
9840
  }, Pf = "_content_1y9s7_1", Of = "_contentSeparator_1y9s7_13", Us = {
9840
9841
  content: Pf,
9841
9842
  contentSeparator: Of
9842
- }, Df = "_newsContent_f0o15_1", Mf = "_contentSeparator_f0o15_15", jf = "_hasLinesBlock_f0o15_79", Aa = {
9843
+ }, Df = "_newsContent_f0o15_1", Mf = "_contentSeparator_f0o15_15", jf = "_hasLinesBlock_f0o15_79", wa = {
9843
9844
  newsContent: Df,
9844
9845
  contentSeparator: Mf,
9845
9846
  hasLinesBlock: jf
@@ -9867,7 +9868,7 @@ const S5 = (e) => {
9867
9868
  return /* @__PURE__ */ a(
9868
9869
  "section",
9869
9870
  {
9870
- className: e.hasLines ? Aa.hasLinesBlock : "",
9871
+ className: e.hasLines ? wa.hasLinesBlock : "",
9871
9872
  children: /* @__PURE__ */ lt(
9872
9873
  Bf,
9873
9874
  {
@@ -9996,7 +9997,7 @@ const S5 = (e) => {
9996
9997
  newsContentSection: Xf,
9997
9998
  itemContent: e0,
9998
9999
  ItemCustomContent: t0
9999
- }, wa = (e) => {
10000
+ }, ya = (e) => {
10000
10001
  const { item: t, option: n } = e;
10001
10002
  switch (n) {
10002
10003
  case "ediciones":
@@ -10062,7 +10063,7 @@ const S5 = (e) => {
10062
10063
  bannerTop: /* @__PURE__ */ a(be, { banners: s ?? [], name: "right_1" }),
10063
10064
  banner: /* @__PURE__ */ a(be, { banners: s ?? [], name: "right_2" }),
10064
10065
  children: /* @__PURE__ */ a("section", { className: Xe.content, children: t.length > 0 ? /* @__PURE__ */ a(
10065
- pa,
10066
+ Aa,
10066
10067
  {
10067
10068
  className: [Xe.newsContentSection, "padding-0"].join(" "),
10068
10069
  paginatorComponent: /* @__PURE__ */ a(
@@ -10085,7 +10086,7 @@ const S5 = (e) => {
10085
10086
  }
10086
10087
  ) }),
10087
10088
  /* @__PURE__ */ a(
10088
- wa,
10089
+ ya,
10089
10090
  {
10090
10091
  autorIcon: e.autorIcon,
10091
10092
  item: d,
@@ -10125,7 +10126,7 @@ const S5 = (e) => {
10125
10126
  );
10126
10127
  case "op2":
10127
10128
  return /* @__PURE__ */ a(Z, { children: t.length > 0 ? /* @__PURE__ */ a(
10128
- pa,
10129
+ Aa,
10129
10130
  {
10130
10131
  className: "padding-0",
10131
10132
  paginatorComponent: /* @__PURE__ */ a(
@@ -10148,7 +10149,7 @@ const S5 = (e) => {
10148
10149
  }
10149
10150
  ) }),
10150
10151
  /* @__PURE__ */ a(
10151
- wa,
10152
+ ya,
10152
10153
  {
10153
10154
  autorIcon: e.autorIcon,
10154
10155
  item: d,
@@ -10228,7 +10229,7 @@ const S5 = (e) => {
10228
10229
  e.slug === "liveblogs" && /* @__PURE__ */ a(hu, { itemList: e.itemList }),
10229
10230
  e.bannerTop,
10230
10231
  /* @__PURE__ */ a(
10231
- Ba,
10232
+ Pa,
10232
10233
  {
10233
10234
  content: e.ranking,
10234
10235
  title: e.texts.readestTitle,
@@ -10497,7 +10498,7 @@ const O0 = async ({
10497
10498
  style: {
10498
10499
  color: t === "liveblogs" ? "var(--news-liveblog-timeline-datelink-color)" : "var(--common-black)"
10499
10500
  },
10500
- children: Sa((await c).date)
10501
+ children: Na((await c).date)
10501
10502
  }
10502
10503
  )
10503
10504
  ] }),
@@ -10658,7 +10659,7 @@ const M0 = () => /* @__PURE__ */ f("svg", { xmlns: "http://www.w3.org/2000/svg",
10658
10659
  {
10659
10660
  className: ge.journalistInfoLink,
10660
10661
  dangerouslySetInnerHTML: {
10661
- __html: `${s.JournalistPrefix} <h3 style="padding:0px;">${o ?? "Redaccion"}${t.config?.showtime && ","}</h3> ${t.config?.showtime ? Sa(t.info.date.modified) : null}`
10662
+ __html: `${s.JournalistPrefix} <h3 style="padding:0px;">${o ?? "Redaccion"}${t.config?.showtime && ","}</h3> ${t.config?.showtime ? Na(t.info.date.modified) : null}`
10662
10663
  }
10663
10664
  }
10664
10665
  )
@@ -10953,8 +10954,8 @@ const K0 = (e) => /* @__PURE__ */ a(
10953
10954
  Whatsapp: {
10954
10955
  url: (e) => `https://wa.me/?text=${encodeURIComponent(e)}`,
10955
10956
  icon: {
10956
- outline: (e) => /* @__PURE__ */ a(La, { className: e }),
10957
- solid: (e) => /* @__PURE__ */ a(Ua, { className: e })
10957
+ outline: (e) => /* @__PURE__ */ a(Ra, { className: e }),
10958
+ solid: (e) => /* @__PURE__ */ a(La, { className: e })
10958
10959
  }
10959
10960
  },
10960
10961
  Email: {
@@ -11002,7 +11003,7 @@ function Mg({ noteShare: e }) {
11002
11003
  "data-active": "false",
11003
11004
  "aria-label": "copy",
11004
11005
  className: [ce.clipboardButton, "clipbtn-id"].join(" "),
11005
- children: /* @__PURE__ */ a(Ra, {})
11006
+ children: /* @__PURE__ */ a(qa, {})
11006
11007
  }
11007
11008
  ),
11008
11009
  /* @__PURE__ */ a(
@@ -11038,8 +11039,8 @@ function Mg({ noteShare: e }) {
11038
11039
  const jg = async (e) => {
11039
11040
  if (!e.news || !e.news.authors) return null;
11040
11041
  const { news: t, socials: n, texts: s } = e, o = t.authors.map(
11041
- (c) => c.internaluser ? `<a href="${`/${e.paths.autor}/${c.name}`}">${c.fullname}</a>` : c.fullname
11042
- ).join(", "), i = () => t.authors.length === 1 ? ce.width1Autor : t.authors.length === 2 ? ce.width2Autor : t.authors.length === 3 ? ce.width3Autor : "", { CONFIG_shareOnlyWhatsApp: r } = $();
11042
+ (u) => u.internaluser ? `<a href="${`/${e.paths.autor}/${u.name}`}">${u.fullname}</a>` : u.fullname
11043
+ ).join(", "), i = () => t.authors.length === 1 ? ce.width1Autor : t.authors.length === 2 ? ce.width2Autor : t.authors.length === 3 ? ce.width3Autor : "", { CONFIG_shareOnlyWhatsApp: r, DATE_TIMEZONE: c = "America/Mexico_City" } = $();
11043
11044
  return t.config?.showauthor && /* @__PURE__ */ a("div", { className: `${ce.content} sass-journalist-articule-4`, children: /* @__PURE__ */ f("div", { className: ce.avatarContent, children: [
11044
11045
  /* @__PURE__ */ f("div", { className: ce.socialActionsRow, children: [
11045
11046
  /* @__PURE__ */ f("div", { style: { display: "flex", gap: "10px", alignItems: "center" }, children: [
@@ -11118,23 +11119,23 @@ const jg = async (e) => {
11118
11119
  width: `${t.authors?.length > 2 ? t.authors?.length * 30 : t.authors?.length * 40}px`
11119
11120
  },
11120
11121
  children: Array.isArray(t.authors) && t.authors?.map(
11121
- async (c, u) => c.image ? /* @__PURE__ */ a(
11122
+ async (u, l) => u.image ? /* @__PURE__ */ a(
11122
11123
  "img",
11123
11124
  {
11124
11125
  fetchPriority: "low",
11125
11126
  loading: "lazy",
11126
11127
  alt: "autor",
11127
11128
  className: `${ce.imageStyled} ${ce.imageAutor} `,
11128
- src: await we(c.image.sizes[0]?.url || "")
11129
+ src: await we(u.image.sizes[0]?.url || "")
11129
11130
  },
11130
- c.fullname
11131
+ u.fullname
11131
11132
  ) : /* @__PURE__ */ a(
11132
11133
  "div",
11133
11134
  {
11134
11135
  className: `${ce.contentIconStyled} ${ce.imageAutor}`,
11135
11136
  children: e.autorIcon
11136
11137
  },
11137
- c.fullname
11138
+ u.fullname
11138
11139
  )
11139
11140
  )
11140
11141
  }
@@ -11149,7 +11150,7 @@ const jg = async (e) => {
11149
11150
  }
11150
11151
  )
11151
11152
  ] }),
11152
- t.config?.showtime && /* @__PURE__ */ a("span", { className: ce.journalistInfoDate, children: Sa(t.info.date.modified) })
11153
+ t.config?.showtime && /* @__PURE__ */ a("time", { className: ce.journalistInfoDate, dateTime: ma(t.info.date.modified, c), children: Na(t.info.date.modified) })
11153
11154
  ] })
11154
11155
  ] }) });
11155
11156
  }, Gg = (e) => e.replace(
@@ -11437,9 +11438,9 @@ async function Yg(e) {
11437
11438
  e.texts,
11438
11439
  s
11439
11440
  ), d = await Wg(d, u), d = Gg(d), d = Qg(d);
11440
- const m = t.main.sources ?? [], { NEWS_JOURNALIST_COMPONENT: h } = $(), p = t.config.articlepreview === At.fotoGaleria && t.hascontent?.hasgalleryimages;
11441
+ const m = t.main.sources ?? [], { NEWS_JOURNALIST_COMPONENT: h, CONFIG_blockDefaultTwitterHydrator: p } = $(), g = t.config.articlepreview === At.fotoGaleria && t.hascontent?.hasgalleryimages;
11441
11442
  return /* @__PURE__ */ f("div", { className: dn.content, children: [
11442
- i !== "liveblogs" && e.showHeaderImage ? p ? /* @__PURE__ */ a(
11443
+ i !== "liveblogs" && e.showHeaderImage ? g ? /* @__PURE__ */ a(
11443
11444
  W0,
11444
11445
  {
11445
11446
  commonServices: l,
@@ -11492,9 +11493,9 @@ async function Yg(e) {
11492
11493
  ),
11493
11494
  m.length > 0 && /* @__PURE__ */ f("div", { className: dn.noteSource, children: [
11494
11495
  /* @__PURE__ */ a(K0, {}),
11495
- /* @__PURE__ */ a("p", { children: e.texts.noteSource + (m.length === 1 ? "" : "s") + ": " + m.map((g) => g.name).join(", ") })
11496
+ /* @__PURE__ */ a("p", { children: e.texts.noteSource + (m.length === 1 ? "" : "s") + ": " + m.map((A) => A.name).join(", ") })
11496
11497
  ] }),
11497
- t && t.hascontent && t.hascontent.hasembeddedtwitter && /* @__PURE__ */ a("script", { async: !0, defer: !0, src: "https://platform.twitter.com/widgets.js" })
11498
+ !p && t && t.hascontent && t.hascontent.hasembeddedtwitter && /* @__PURE__ */ a("script", { async: !0, defer: !0, src: "https://platform.twitter.com/widgets.js" })
11498
11499
  ] });
11499
11500
  }
11500
11501
  const Kg = (e) => {
@@ -11567,7 +11568,7 @@ const Kg = (e) => {
11567
11568
  })
11568
11569
  }
11569
11570
  ) });
11570
- }, Ma = (e) => {
11571
+ }, ja = (e) => {
11571
11572
  const t = {};
11572
11573
  for (const n in e)
11573
11574
  n.startsWith("--") && (t[n] = e[n]);
@@ -11635,7 +11636,7 @@ const Kg = (e) => {
11635
11636
  }
11636
11637
  ) }), Bs = {
11637
11638
  banner: (e) => /* @__PURE__ */ a(be, { ...e, name: e.slot_id.replace("Home", "block") }),
11638
- readest: (e) => /* @__PURE__ */ a(Ba, { ...e }),
11639
+ readest: (e) => /* @__PURE__ */ a(Pa, { ...e }),
11639
11640
  "Modulo 1x3": (e) => /* @__PURE__ */ a(zo, { ...e }),
11640
11641
  "Modulo 1x4": (e) => /* @__PURE__ */ a(bf, { ...e }),
11641
11642
  "Modulo 1x5": (e) => /* @__PURE__ */ a(Nf, { ...e }),
@@ -11657,13 +11658,13 @@ function xn({
11657
11658
  banners: s
11658
11659
  }) {
11659
11660
  if (s)
11660
- return Bs[e] && /* @__PURE__ */ a("div", { className: "home-slot", style: Ma(n), children: Bs[e]({ ...n, banners: s, slot_id: t }) });
11661
+ return Bs[e] && /* @__PURE__ */ a("div", { className: "home-slot", style: ja(n), children: Bs[e]({ ...n, banners: s, slot_id: t }) });
11661
11662
  }
11662
11663
  function k5({
11663
11664
  children: e,
11664
11665
  stylesConfigEntry: t
11665
11666
  }) {
11666
- return /* @__PURE__ */ a("div", { className: "home-slot", style: Ma(t), children: e });
11667
+ return /* @__PURE__ */ a("div", { className: "home-slot", style: ja(t), children: e });
11667
11668
  }
11668
11669
  const Ps = {
11669
11670
  Diario: (e) => {
@@ -11727,7 +11728,7 @@ const Ps = {
11727
11728
  data: t,
11728
11729
  banners: n,
11729
11730
  rightOnlyBanner: s
11730
- }) => /* @__PURE__ */ a("div", { style: Ma(t), children: Ps[e] && Ps[e]({
11731
+ }) => /* @__PURE__ */ a("div", { style: ja(t), children: Ps[e] && Ps[e]({
11731
11732
  ...t,
11732
11733
  rightOnlyBanner: s,
11733
11734
  banners: n
@@ -11954,7 +11955,7 @@ const Ps = {
11954
11955
  JSON.stringify({
11955
11956
  render: "comment",
11956
11957
  internalPath: e.internalPath,
11957
- API_ENV: es(e.API_ENV)
11958
+ API_ENV: ts(e.API_ENV)
11958
11959
  })
11959
11960
  )
11960
11961
  }
@@ -12005,7 +12006,7 @@ const Ps = {
12005
12006
  section: i[0].info.section?.slug ?? "",
12006
12007
  internalPath: e.internalPath,
12007
12008
  paths: e.paths,
12008
- API_ENV: es(e.API_ENV),
12009
+ API_ENV: ts(e.API_ENV),
12009
12010
  fetchConfig: e.fetchConfig
12010
12011
  })
12011
12012
  )
@@ -12128,7 +12129,7 @@ const Ps = {
12128
12129
  bannerTop: /* @__PURE__ */ a(be, { banners: i ?? [], name: "right_1" }),
12129
12130
  banner: /* @__PURE__ */ a(be, { banners: i ?? [], name: "right_2" }),
12130
12131
  children: /* @__PURE__ */ a("section", { className: aa.content, children: t.length > 0 ? /* @__PURE__ */ a(
12131
- pa,
12132
+ Aa,
12132
12133
  {
12133
12134
  className: [aa.newsContentSection, "padding-0"].join(
12134
12135
  " "
@@ -12160,7 +12161,7 @@ const Ps = {
12160
12161
  }
12161
12162
  ),
12162
12163
  /* @__PURE__ */ a(
12163
- wa,
12164
+ ya,
12164
12165
  {
12165
12166
  autorIcon: e.autorIcon,
12166
12167
  item: A,
@@ -12578,7 +12579,7 @@ function Fp(e) {
12578
12579
  const [n, s, o] = t, i = s.charAt(0).toUpperCase() + s.slice(1).toLowerCase();
12579
12580
  return `${n} ${i} ${o}`;
12580
12581
  }
12581
- const ja = (e, t, n) => {
12582
+ const Ga = (e, t, n) => {
12582
12583
  if (!e || !e.current) return { boolean: !1, text: "" };
12583
12584
  const s = e.current?.value || "", o = s.length > bt, { PUBLIC_ENV: i } = n, r = i === "local", c = s.trim() !== "" && (r || t !== "") && !o, u = o ? `No debes exceder el limite de ${bt} caracteres.` : "Debes completar todos los campos para comentar.";
12584
12585
  return { boolean: c, text: u };
@@ -13131,7 +13132,7 @@ const e3 = "_content_ghncj_1", t3 = "_videoContent_ghncj_17", Ds = {
13131
13132
  container: _3,
13132
13133
  playStyled: C3
13133
13134
  }, S3 = (e) => {
13134
- const { video: t } = e, n = qa();
13135
+ const { video: t } = e, n = Ba();
13135
13136
  return /* @__PURE__ */ a(
13136
13137
  R,
13137
13138
  {
@@ -13444,11 +13445,11 @@ const I3 = (e) => {
13444
13445
  }
13445
13446
  );
13446
13447
  }, k3 = (e) => {
13447
- const { news: t, hasLines: n = !1, API_ENV: s } = e, o = (i) => n && (i + 1) % 3 !== 0 ? Aa.contentSeparator : "";
13448
+ const { news: t, hasLines: n = !1, API_ENV: s } = e, o = (i) => n && (i + 1) % 3 !== 0 ? wa.contentSeparator : "";
13448
13449
  return /* @__PURE__ */ a(
13449
13450
  "div",
13450
13451
  {
13451
- className: Aa.newsContent,
13452
+ className: wa.newsContent,
13452
13453
  style: {
13453
13454
  gap: n ? "30px" : "20px",
13454
13455
  "--gridTemplateModlule": n ? "repeat(auto-fit, 343px);" : "repeat(auto-fit, 380px);"
@@ -13839,14 +13840,14 @@ function Z3() {
13839
13840
  case m:
13840
13841
  return Jt;
13841
13842
  default:
13842
- var za = Jt && Jt.$$typeof;
13843
- switch (za) {
13843
+ var Fa = Jt && Jt.$$typeof;
13844
+ switch (Fa) {
13844
13845
  case c:
13845
13846
  case d:
13846
13847
  case g:
13847
13848
  case p:
13848
13849
  case r:
13849
- return za;
13850
+ return Fa;
13850
13851
  default:
13851
13852
  return _e;
13852
13853
  }
@@ -13900,7 +13901,7 @@ function Z3() {
13900
13901
  })()), oe;
13901
13902
  }
13902
13903
  var Hs;
13903
- function Ga() {
13904
+ function Qa() {
13904
13905
  return Hs || (Hs = 1, process.env.NODE_ENV === "production" ? mn.exports = J3() : mn.exports = Z3()), mn.exports;
13905
13906
  }
13906
13907
  var sa, zs;
@@ -13950,7 +13951,7 @@ function X3() {
13950
13951
  }, sa;
13951
13952
  }
13952
13953
  var oa, Fs;
13953
- function Qa() {
13954
+ function Ha() {
13954
13955
  if (Fs) return oa;
13955
13956
  Fs = 1;
13956
13957
  var e = "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";
@@ -13967,7 +13968,7 @@ function e9() {
13967
13968
  var e = function() {
13968
13969
  };
13969
13970
  if (process.env.NODE_ENV !== "production") {
13970
- var t = /* @__PURE__ */ Qa(), n = {}, s = /* @__PURE__ */ Ko();
13971
+ var t = /* @__PURE__ */ Ha(), n = {}, s = /* @__PURE__ */ Ko();
13971
13972
  e = function(i) {
13972
13973
  var r = "Warning: " + i;
13973
13974
  typeof console < "u" && console.error(r);
@@ -14013,7 +14014,7 @@ var ca, Ws;
14013
14014
  function t9() {
14014
14015
  if (Ws) return ca;
14015
14016
  Ws = 1;
14016
- var e = Ga(), t = X3(), n = /* @__PURE__ */ Qa(), s = /* @__PURE__ */ Ko(), o = /* @__PURE__ */ e9(), i = function() {
14017
+ var e = Qa(), t = X3(), n = /* @__PURE__ */ Ha(), s = /* @__PURE__ */ Ko(), o = /* @__PURE__ */ e9(), i = function() {
14017
14018
  };
14018
14019
  process.env.NODE_ENV !== "production" && (i = function(c) {
14019
14020
  var u = "Warning: " + c;
@@ -14334,7 +14335,7 @@ var la, Ys;
14334
14335
  function n9() {
14335
14336
  if (Ys) return la;
14336
14337
  Ys = 1;
14337
- var e = /* @__PURE__ */ Qa();
14338
+ var e = /* @__PURE__ */ Ha();
14338
14339
  function t() {
14339
14340
  }
14340
14341
  function n() {
@@ -14382,7 +14383,7 @@ var Ks;
14382
14383
  function a9() {
14383
14384
  if (Ks) return un.exports;
14384
14385
  if (Ks = 1, process.env.NODE_ENV !== "production") {
14385
- var e = Ga(), t = !0;
14386
+ var e = Qa(), t = !0;
14386
14387
  un.exports = /* @__PURE__ */ t9()(e.isElement, t);
14387
14388
  } else
14388
14389
  un.exports = /* @__PURE__ */ n9()();
@@ -14391,15 +14392,15 @@ function a9() {
14391
14392
  var s9 = /* @__PURE__ */ a9();
14392
14393
  const Ne = /* @__PURE__ */ xt(s9);
14393
14394
  var o9 = ["sitekey", "onChange", "theme", "type", "tabindex", "onExpired", "onErrored", "size", "stoken", "grecaptcha", "badge", "hl", "isolated"];
14394
- function ya() {
14395
- return ya = Object.assign ? Object.assign.bind() : function(e) {
14395
+ function va() {
14396
+ return va = Object.assign ? Object.assign.bind() : function(e) {
14396
14397
  for (var t = 1; t < arguments.length; t++) {
14397
14398
  var n = arguments[t];
14398
14399
  for (var s in n)
14399
14400
  Object.prototype.hasOwnProperty.call(n, s) && (e[s] = n[s]);
14400
14401
  }
14401
14402
  return e;
14402
- }, ya.apply(this, arguments);
14403
+ }, va.apply(this, arguments);
14403
14404
  }
14404
14405
  function i9(e, t) {
14405
14406
  if (e == null) return {};
@@ -14414,12 +14415,12 @@ function hn(e) {
14414
14415
  return e;
14415
14416
  }
14416
14417
  function r9(e, t) {
14417
- e.prototype = Object.create(t.prototype), e.prototype.constructor = e, va(e, t);
14418
+ e.prototype = Object.create(t.prototype), e.prototype.constructor = e, ba(e, t);
14418
14419
  }
14419
- function va(e, t) {
14420
- return va = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function(s, o) {
14420
+ function ba(e, t) {
14421
+ return ba = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function(s, o) {
14421
14422
  return s.__proto__ = o, s;
14422
- }, va(e, t);
14423
+ }, ba(e, t);
14423
14424
  }
14424
14425
  var Hn = /* @__PURE__ */ (function(e) {
14425
14426
  r9(t, e);
@@ -14487,11 +14488,11 @@ var Hn = /* @__PURE__ */ (function(e) {
14487
14488
  var o = this.props;
14488
14489
  o.sitekey, o.onChange, o.theme, o.type, o.tabindex, o.onExpired, o.onErrored, o.size, o.stoken, o.grecaptcha, o.badge, o.hl, o.isolated;
14489
14490
  var i = i9(o, o9);
14490
- return /* @__PURE__ */ Fa.createElement("div", ya({}, i, {
14491
+ return /* @__PURE__ */ $a.createElement("div", va({}, i, {
14491
14492
  ref: this.handleRecaptchaRef
14492
14493
  }));
14493
14494
  }, t;
14494
- })(Fa.Component);
14495
+ })($a.Component);
14495
14496
  Hn.displayName = "ReCAPTCHA";
14496
14497
  Hn.propTypes = {
14497
14498
  sitekey: Ne.string.isRequired,
@@ -14521,7 +14522,7 @@ var da, Js;
14521
14522
  function c9() {
14522
14523
  if (Js) return da;
14523
14524
  Js = 1;
14524
- var e = Ga(), t = {
14525
+ var e = Qa(), t = {
14525
14526
  childContextTypes: !0,
14526
14527
  contextType: !0,
14527
14528
  contextTypes: !0,
@@ -14585,15 +14586,15 @@ function c9() {
14585
14586
  }
14586
14587
  var l9 = c9();
14587
14588
  const d9 = /* @__PURE__ */ xt(l9);
14588
- function ba() {
14589
- return ba = Object.assign || function(e) {
14589
+ function _a() {
14590
+ return _a = Object.assign || function(e) {
14590
14591
  for (var t = 1; t < arguments.length; t++) {
14591
14592
  var n = arguments[t];
14592
14593
  for (var s in n)
14593
14594
  Object.prototype.hasOwnProperty.call(n, s) && (e[s] = n[s]);
14594
14595
  }
14595
14596
  return e;
14596
- }, ba.apply(this, arguments);
14597
+ }, _a.apply(this, arguments);
14597
14598
  }
14598
14599
  function u9(e, t) {
14599
14600
  if (e == null) return {};
@@ -14693,7 +14694,7 @@ function f9(e, t) {
14693
14694
  return m && typeof window < "u" && (g[m] = typeof window[m] < "u" ? window[m] : void 0), g.ref = p, lt(s, g);
14694
14695
  }, u;
14695
14696
  })(ii), r = Xs(function(c, u) {
14696
- return lt(i, ba({}, c, {
14697
+ return lt(i, _a({}, c, {
14697
14698
  forwardedRef: u
14698
14699
  }));
14699
14700
  });
@@ -14702,19 +14703,19 @@ function f9(e, t) {
14702
14703
  }, d9(r, s);
14703
14704
  };
14704
14705
  }
14705
- var _a = "onloadcallback", g9 = "grecaptcha";
14706
- function Ca() {
14706
+ var Ca = "onloadcallback", g9 = "grecaptcha";
14707
+ function Sa() {
14707
14708
  return typeof window < "u" && window.recaptchaOptions || {};
14708
14709
  }
14709
14710
  function p9() {
14710
- var e = Ca(), t = e.useRecaptchaNet ? "recaptcha.net" : "www.google.com";
14711
- return e.enterprise ? "https://" + t + "/recaptcha/enterprise.js?onload=" + _a + "&render=explicit" : "https://" + t + "/recaptcha/api.js?onload=" + _a + "&render=explicit";
14711
+ var e = Sa(), t = e.useRecaptchaNet ? "recaptcha.net" : "www.google.com";
14712
+ return e.enterprise ? "https://" + t + "/recaptcha/enterprise.js?onload=" + Ca + "&render=explicit" : "https://" + t + "/recaptcha/api.js?onload=" + Ca + "&render=explicit";
14712
14713
  }
14713
14714
  const Jo = f9(p9, {
14714
- callbackName: _a,
14715
+ callbackName: Ca,
14715
14716
  globalName: g9,
14716
- attributes: Ca().nonce ? {
14717
- nonce: Ca().nonce
14717
+ attributes: Sa().nonce ? {
14718
+ nonce: Sa().nonce
14718
14719
  } : {}
14719
14720
  })(Hn), A9 = ({
14720
14721
  isOpen: e,
@@ -14888,7 +14889,7 @@ function Un(e) {
14888
14889
  comments: t
14889
14890
  };
14890
14891
  }
14891
- async function Ha({
14892
+ async function za({
14892
14893
  publication: e,
14893
14894
  path: t,
14894
14895
  size: n = 5,
@@ -14980,7 +14981,7 @@ const v9 = (e, t) => {
14980
14981
  (async () => {
14981
14982
  const { PUBLIC_X_SECURITY_TOKEN: c } = t;
14982
14983
  try {
14983
- const u = await Ha({
14984
+ const u = await za({
14984
14985
  publication: i,
14985
14986
  path: e ?? "",
14986
14987
  size: 5,
@@ -15059,7 +15060,7 @@ const v9 = (e, t) => {
15059
15060
  if (!o) return;
15060
15061
  const i = () => {
15061
15062
  const c = o.value.length;
15062
- o.parentElement && (o.parentElement.dataset.text = `${c}/${bt}`), o.classList.toggle("over-limit", c > bt), n(!ja(e, t, s).boolean);
15063
+ o.parentElement && (o.parentElement.dataset.text = `${c}/${bt}`), o.classList.toggle("over-limit", c > bt), n(!Ga(e, t, s).boolean);
15063
15064
  };
15064
15065
  return o.addEventListener("input", i), i(), () => o.removeEventListener("input", i);
15065
15066
  }, [e, t, n]), /* @__PURE__ */ f("div", { children: [
@@ -15080,7 +15081,7 @@ const v9 = (e, t) => {
15080
15081
  children: s,
15081
15082
  API_ENV: o
15082
15083
  }) => {
15083
- const i = ja(e, t, o);
15084
+ const i = Ga(e, t, o);
15084
15085
  return /* @__PURE__ */ f("div", { className: "form-actions", children: [
15085
15086
  /* @__PURE__ */ a(
15086
15087
  Jo,
@@ -15151,7 +15152,7 @@ const v9 = (e, t) => {
15151
15152
  API_ENV: c
15152
15153
  }) => {
15153
15154
  const u = t.current?.value || "", { PUBLIC_PUBLICATION_ID: l } = c, d = l;
15154
- if (!ja(t, n, c).boolean || !o) {
15155
+ if (!Ga(t, n, c).boolean || !o) {
15155
15156
  const m = s.nextElementSibling;
15156
15157
  return m && (m.style.display = "block"), !1;
15157
15158
  }
@@ -15323,7 +15324,7 @@ const v9 = (e, t) => {
15323
15324
  const _ = u.reply[u.reply.length - 1]?.id;
15324
15325
  m(!0);
15325
15326
  try {
15326
- const b = await Ha({
15327
+ const b = await za({
15327
15328
  publication: h ?? "",
15328
15329
  path: n ?? "",
15329
15330
  size: 2,
@@ -15424,7 +15425,7 @@ const v9 = (e, t) => {
15424
15425
  w(!0);
15425
15426
  const Q = Y.id;
15426
15427
  try {
15427
- const B = await Ha({
15428
+ const B = await za({
15428
15429
  publication: c,
15429
15430
  path: u ?? "",
15430
15431
  size: 5,
@@ -15664,7 +15665,7 @@ const j5 = ({
15664
15665
  path: t,
15665
15666
  icon: o,
15666
15667
  isVisible: m,
15667
- API_ENV: ts(c),
15668
+ API_ENV: ns(c),
15668
15669
  commentLabel: l
15669
15670
  }
15670
15671
  ),
@@ -15677,7 +15678,7 @@ const j5 = ({
15677
15678
  isVisible: m,
15678
15679
  paths: r,
15679
15680
  fetchConfig: u,
15680
- API_ENV: ts(c)
15681
+ API_ENV: ns(c)
15681
15682
  }
15682
15683
  )
15683
15684
  };
@@ -15897,20 +15898,20 @@ export {
15897
15898
  T3 as NewListResponseDataPH,
15898
15899
  er as NewsArticle,
15899
15900
  R5 as NewsComponent,
15900
- pa as NewsContent,
15901
+ Aa as NewsContent,
15901
15902
  Rt as NewsDescriptionComponent,
15902
15903
  In as NextPrev,
15903
15904
  tr as OrgList,
15904
- Xa as PreloadImages,
15905
+ es as PreloadImages,
15905
15906
  Ze as REPORT_REASONS,
15906
15907
  U9 as ReCaptchaRender,
15907
- Ba as Readest,
15908
+ Pa as Readest,
15908
15909
  O5 as ScriptHydrator,
15909
15910
  q5 as SearchSection,
15910
15911
  ye as Section,
15911
15912
  at as SectionCard,
15912
15913
  Qn as SectionCard2,
15913
- wa as SectionCardServerComponent,
15914
+ ya as SectionCardServerComponent,
15914
15915
  T5 as SectionServerComponent,
15915
15916
  vs as ShowSection,
15916
15917
  Fo as SocialNetworks,
@@ -15931,20 +15932,20 @@ export {
15931
15932
  ar as VideosSchemas,
15932
15933
  nr as WebsiteList,
15933
15934
  G5 as addComment,
15934
- Na as bannersReplace,
15935
+ Ia as bannersReplace,
15935
15936
  Ft as becomeVideoObject,
15936
15937
  wt as buildTagUrl,
15937
15938
  f5 as coloringByStrokeSVGs,
15938
- Ma as compileStyleProps,
15939
+ ja as compileStyleProps,
15939
15940
  M9 as createAssessment,
15940
15941
  ze as cutString,
15941
- ts as decodeApiEnv,
15942
- es as encodeApiEnv,
15942
+ ns as decodeApiEnv,
15943
+ ts as encodeApiEnv,
15943
15944
  Be as extractMainSlug,
15944
- Ja as extractRealtedNews,
15945
+ Za as extractRealtedNews,
15945
15946
  He as formatDate,
15946
15947
  L9 as formatDateEdiciones,
15947
- Sa as formatDateJournalistArticule,
15948
+ Na as formatDateJournalistArticule,
15948
15949
  Ti as formatDateTimeline,
15949
15950
  Bi as formatNewsMeta,
15950
15951
  $i as formatVideoData,
@@ -15959,19 +15960,19 @@ export {
15959
15960
  we as getImageUrl,
15960
15961
  Zt as getNextMeta,
15961
15962
  en as getPage,
15962
- qa as getPlayIcon,
15963
+ Ba as getPlayIcon,
15963
15964
  j9 as getPreloadImages,
15964
15965
  Xt as getPrevMeta,
15965
15966
  D9 as getRelatedNewsCarrousel,
15966
15967
  M5 as getReportReasonLabel,
15967
15968
  It as getResponse,
15968
15969
  xi as getResponsePromise,
15969
- Ia as getSchemas,
15970
+ Ea as getSchemas,
15970
15971
  so as getScriptReplaces,
15971
15972
  ir as getSlugs,
15972
15973
  B9 as getTypeOfNews,
15973
15974
  P9 as getVideoRealPath,
15974
- Ha as handleGetComments,
15975
+ za as handleGetComments,
15975
15976
  k9 as initLibrary,
15976
15977
  Mi as metadataToJSX,
15977
15978
  Gc as metadata_defaults,
@@ -15981,9 +15982,10 @@ export {
15981
15982
  or as removePages,
15982
15983
  D5 as reportComment,
15983
15984
  r1 as shareButtons,
15984
- Oa as socialIcons,
15985
+ Da as socialIcons,
15985
15986
  Yi as speculationRules,
15986
15987
  Wi as speculationRulesHome,
15988
+ ma as toISOWithTimeZone,
15987
15989
  Oi as urlReplaces,
15988
15990
  Uo as usePlayIcon,
15989
15991
  Q5 as verifyCaptchaTokenEnterprise