sass-template-common 0.4.6 → 0.4.8

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.
@@ -64,11 +64,11 @@ let us = {
64
64
  function k9(e = {}) {
65
65
  us = { ...us, ...e };
66
66
  }
67
- function V() {
67
+ function $() {
68
68
  return us;
69
69
  }
70
70
  const ri = () => {
71
- const { ANALYTICS_comscore: e } = V();
71
+ const { ANALYTICS_comscore: e } = $();
72
72
  return e && /* @__PURE__ */ s(
73
73
  "script",
74
74
  {
@@ -93,7 +93,7 @@ const ri = () => {
93
93
  return Object.keys(t).forEach((i) => {
94
94
  o[i] = i;
95
95
  }), o;
96
- }, [t]), { ANALYTICS_ga4: a } = V();
96
+ }, [t]), { ANALYTICS_ga4: a } = $();
97
97
  return a && /* @__PURE__ */ f(Z, { children: [
98
98
  /* @__PURE__ */ s("script", { defer: !0, src: "https://www.googletagmanager.com/gtag/js?" + a }),
99
99
  /* @__PURE__ */ s(
@@ -116,7 +116,7 @@ const ri = () => {
116
116
  )
117
117
  ] });
118
118
  }, di = () => {
119
- const { ANALYTICS_gtm: e } = V();
119
+ const { ANALYTICS_gtm: e } = $();
120
120
  return e && /* @__PURE__ */ f(Z, { children: [
121
121
  /* @__PURE__ */ s(
122
122
  "script",
@@ -144,7 +144,7 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
144
144
  ) })
145
145
  ] });
146
146
  }, ui = () => {
147
- const { ANALYTICS_marfeel: e } = V();
147
+ const { ANALYTICS_marfeel: e } = $();
148
148
  return e && /* @__PURE__ */ s(
149
149
  "script",
150
150
  {
@@ -154,6 +154,16 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
154
154
  }
155
155
  }
156
156
  );
157
+ }, U9 = ({ defaultRouteName: e }) => {
158
+ const { CAPTCHA_KEY: t, CONFIG_comments: n = !1 } = $();
159
+ return t && t !== "" && (e === "news" && n || e === "anuncia" || e === "contacto") && /* @__PURE__ */ s(
160
+ "script",
161
+ {
162
+ src: `https://www.google.com/recaptcha/enterprise.js?render=${t}`,
163
+ async: !0,
164
+ defer: !0
165
+ }
166
+ );
157
167
  };
158
168
  function xt(e) {
159
169
  return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
@@ -261,7 +271,7 @@ function eo() {
261
271
  case m:
262
272
  return z ? N(1, P) : N(0, P + 1);
263
273
  case d:
264
- var $ = this.$locale().weekStart || 0, X = (j < $ ? j + 7 : j) - $;
274
+ var V = this.$locale().weekStart || 0, X = (j < V ? j + 7 : j) - V;
265
275
  return N(z ? H - X : H + (6 - X), P);
266
276
  case l:
267
277
  case g:
@@ -306,7 +316,7 @@ function eo() {
306
316
  }, U.format = function(T) {
307
317
  var D = this, x = this.$locale();
308
318
  if (!this.isValid()) return x.invalidDate || A;
309
- var z = T || "YYYY-MM-DDTHH:mm:ssZ", v = B.z(this), N = this.$H, L = this.$m, j = this.$M, P = x.weekdays, H = x.months, F = x.meridiem, $ = function(W, le, q, _e) {
319
+ var z = T || "YYYY-MM-DDTHH:mm:ssZ", v = B.z(this), N = this.$H, L = this.$m, j = this.$M, P = x.weekdays, H = x.months, F = x.meridiem, V = function(W, le, q, _e) {
310
320
  return W && (W[le] || W(D, z)) || q[le].slice(0, _e);
311
321
  }, X = function(W) {
312
322
  return B.s(N % 12 || 12, W, "0");
@@ -326,9 +336,9 @@ function eo() {
326
336
  case "MM":
327
337
  return B.s(j + 1, 2, "0");
328
338
  case "MMM":
329
- return $(x.monthsShort, j, H, 3);
339
+ return V(x.monthsShort, j, H, 3);
330
340
  case "MMMM":
331
- return $(H, j);
341
+ return V(H, j);
332
342
  case "D":
333
343
  return D.$D;
334
344
  case "DD":
@@ -336,9 +346,9 @@ function eo() {
336
346
  case "d":
337
347
  return String(D.$W);
338
348
  case "dd":
339
- return $(x.weekdaysMin, D.$W, P, 2);
349
+ return V(x.weekdaysMin, D.$W, P, 2);
340
350
  case "ddd":
341
- return $(x.weekdaysShort, D.$W, P, 3);
351
+ return V(x.weekdaysShort, D.$W, P, 3);
342
352
  case "dddd":
343
353
  return P[D.$W];
344
354
  case "H":
@@ -647,18 +657,18 @@ Le.extend(Ci);
647
657
  Le.extend(Ei);
648
658
  Le.extend(Ai);
649
659
  const Ln = (e) => e === "en" ? "en" : "es", He = (e, t) => {
650
- const { PUBLIC_LNG: n, DATE_TIMEZONE: a } = t || V(), o = Ln(n ?? "es");
660
+ const { PUBLIC_LNG: n, DATE_TIMEZONE: a } = t || $(), o = Ln(n ?? "es");
651
661
  return Le.tz(e, a).locale(o).format("DD MMMM YYYY");
652
662
  }, Ss = (e) => {
653
- const { PUBLIC_LNG: t, DATE_TIMEZONE: n } = V(), a = Ln(t ?? "es");
663
+ const { PUBLIC_LNG: t, DATE_TIMEZONE: n } = $(), a = Ln(t ?? "es");
654
664
  return Le.tz(e, n).locale(a).format(
655
665
  a === "en" ? "MMMM DD YYYY [•] HH:mm [hs]" : "DD [de] MMMM YYYY [•] HH:mm [hs]"
656
666
  );
657
667
  }, Ti = (e) => {
658
- const { PUBLIC_LNG: t, DATE_TIMEZONE: n } = V(), a = Ln(t ?? "es");
668
+ const { PUBLIC_LNG: t, DATE_TIMEZONE: n } = $(), a = Ln(t ?? "es");
659
669
  return Le.tz(e, n).locale(a).format("MM/DD/YYYY [•] HH:mm [HS]");
660
- }, U9 = (e) => {
661
- const { PUBLIC_LNG: t, DATE_TIMEZONE: n } = V(), a = Ln(t ?? "es");
670
+ }, L9 = (e) => {
671
+ const { PUBLIC_LNG: t, DATE_TIMEZONE: n } = $(), a = Ln(t ?? "es");
662
672
  return Le.tz(e, n).locale(a).format("dddd DD [de] MMMM YYYY");
663
673
  }, ze = (e, t = 136) => e && e.length > t ? `${e.substring(0, t)}...` : e;
664
674
  function It(e) {
@@ -748,10 +758,10 @@ const Ri = async (e, t) => {
748
758
  (i) => It(i)?.data
749
759
  );
750
760
  }, Sn = () => {
751
- const { PUBLIC_ENV: e, PUBLIC_API_HOST: t, PUBLIC_ASSETS_URL: n } = V();
761
+ const { PUBLIC_ENV: e, PUBLIC_API_HOST: t, PUBLIC_ASSETS_URL: n } = $();
752
762
  return e == "local" ? t : n && n !== "false" ? n : "";
753
- }, L9 = () => {
754
- const { PUBLIC_ENV: e, PUBLIC_API_FRONT: t } = V();
763
+ }, R9 = () => {
764
+ const { PUBLIC_ENV: e, PUBLIC_API_FRONT: t } = $();
755
765
  return e === "local" ? t : "";
756
766
  }, qi = (e) => {
757
767
  if (!e?.preview?.length) return null;
@@ -774,7 +784,7 @@ const Ri = async (e, t) => {
774
784
  height: i
775
785
  }, Bi = (e, t, n) => {
776
786
  if (!e) return {};
777
- const { PUBLIC_ASSETS_URL: a, PUBLIC_API_FRONT: o } = V(), i = to(e.keywords) ?? "", r = e?.preview?.sizes ? e?.preview?.sizes[0]?.url : "", c = (a !== "false" ? a : o) ?? "", u = qi(n), l = Zs({
787
+ const { PUBLIC_ASSETS_URL: a, PUBLIC_API_FRONT: o } = $(), i = to(e.keywords) ?? "", r = e?.preview?.sizes ? e?.preview?.sizes[0]?.url : "", c = (a !== "false" ? a : o) ?? "", u = qi(n), l = Zs({
778
788
  schemaImage: u,
779
789
  socialImage: e?.social?.images?.facebook,
780
790
  fallbackImage: r,
@@ -1082,14 +1092,14 @@ const Ri = async (e, t) => {
1082
1092
  i > 0 && (a += `/${o}`);
1083
1093
  }), `${a}/page/${n - 1}`;
1084
1094
  };
1085
- function R9(e) {
1095
+ function q9(e) {
1086
1096
  const t = e.length;
1087
1097
  return t > 1 && e.charCodeAt(t - 1) === 47 ? e.slice(0, t - 1) : e;
1088
1098
  }
1089
1099
  const zi = () => {
1090
- const { PUBLIC_ASSETS_URL: e } = V();
1100
+ const { PUBLIC_ASSETS_URL: e } = $();
1091
1101
  return e && e !== "false" && /* @__PURE__ */ s("link", { rel: "preconnect", href: e, crossOrigin: "anonymous" });
1092
- }, { PUBLIC_ASSETS_URL: zn } = V(), Fi = zn && zn !== "false" ? zn : "", Xs = ({ images: e }) => /* @__PURE__ */ s(Z, { children: e.map(
1102
+ }, { PUBLIC_ASSETS_URL: zn } = $(), Fi = zn && zn !== "false" ? zn : "", Xs = ({ images: e }) => /* @__PURE__ */ s(Z, { children: e.map(
1093
1103
  (t, n) => t.href !== "" && /* @__PURE__ */ s(
1094
1104
  "link",
1095
1105
  {
@@ -1103,7 +1113,7 @@ const zi = () => {
1103
1113
  )
1104
1114
  ) }), $i = (e, t) => {
1105
1115
  if (!e) return {};
1106
- const { PUBLIC_API_FRONT: n } = V();
1116
+ const { PUBLIC_API_FRONT: n } = $();
1107
1117
  return {
1108
1118
  title: e?.main?.title + " | " + t.name,
1109
1119
  robots: "index, follow, max-image-preview:large",
@@ -1141,7 +1151,7 @@ const zi = () => {
1141
1151
  ]
1142
1152
  }
1143
1153
  };
1144
- }, q9 = (e) => {
1154
+ }, B9 = (e) => {
1145
1155
  let t = "";
1146
1156
  if (e.params.news.match(/.*t[0-9]*.html/g)) {
1147
1157
  const n = e.params.news.split("-"), a = n[n.length - 1] ?? "", o = a.substring(1, 9), i = a.substring(9, 13);
@@ -1159,7 +1169,7 @@ const zi = () => {
1159
1169
  }
1160
1170
  return e.config.servicePrefix + t;
1161
1171
  };
1162
- function B9(e) {
1172
+ function P9(e) {
1163
1173
  const t = e.lastIndexOf("-"), n = t >= 0 ? [e.slice(0, t), e.slice(t + 1)] : [e], a = n[n.length - 1]?.split("."), o = a && a[0] ? a[0] : "", i = o.substring(0, 2), r = o.substring(2, 10), c = o.substring(10);
1164
1174
  return { path: {
1165
1175
  vy: (l) => `/videos/video-youtube/${Le(r).format(
@@ -1174,11 +1184,11 @@ function B9(e) {
1174
1184
  const wt = (e, t) => {
1175
1185
  const n = e.name.normalize("NFD").replace(/[\u0300-\u036f]/g, "").replace(/ñ/g, "n").replace(/Ñ/g, "n").replace(/[^\w\s]/gi, "").replaceAll(" ", "-").toLowerCase();
1176
1186
  return t?.tema ? `/${t.tema}/${n}-t${e.id}` : `/${n}-t${e.id}`;
1177
- }, P9 = (e) => {
1187
+ }, O9 = (e) => {
1178
1188
  const { AssetsPrefix: t = "", AssetsPath: n = "src", isDev: a = !1 } = e;
1179
1189
  return a ? "src" : t + n;
1180
- }, O9 = async (e, t, n, a) => {
1181
- const { FETCH_TAG_BASED_RELATED_NEWS: o = !1, FETCH_SIZE_RELATED_NEWS: i = 10 } = V();
1190
+ }, D9 = async (e, t, n, a) => {
1191
+ const { FETCH_TAG_BASED_RELATED_NEWS: o = !1, FETCH_SIZE_RELATED_NEWS: i = 10 } = $();
1182
1192
  if (!e) return [];
1183
1193
  try {
1184
1194
  if (e.related && e.related?.automatic === !1 && e.related?.news && e.related?.news.length > 0)
@@ -1206,7 +1216,7 @@ const wt = (e, t) => {
1206
1216
  } catch (r) {
1207
1217
  console.log(r);
1208
1218
  }
1209
- }, Vi = "https://recaptchaenterprise.googleapis.com/v1/projects", D9 = async ({
1219
+ }, Vi = "https://recaptchaenterprise.googleapis.com/v1/projects", M9 = async ({
1210
1220
  projectID: e,
1211
1221
  recaptchaKey: t,
1212
1222
  token: n,
@@ -1315,7 +1325,7 @@ const Wi = { prerender: [
1315
1325
  pathname: n,
1316
1326
  ROUTE: a
1317
1327
  }) => {
1318
- const { PUBLIC_PUBLICATION_ID: o = "" } = V();
1328
+ const { PUBLIC_PUBLICATION_ID: o = "" } = $();
1319
1329
  let i = [];
1320
1330
  const r = n === "/" || n === "/index.html" ? void 0 : or(ir[a]({ pathname: n, config: e })), c = Zi[a] ?? void 0, u = {
1321
1331
  newstype: e.newsType,
@@ -1343,7 +1353,7 @@ const Wi = { prerender: [
1343
1353
  );
1344
1354
  };
1345
1355
  function Rn(e) {
1346
- const { PUBLIC_ASSETS_URL: t } = V();
1356
+ const { PUBLIC_ASSETS_URL: t } = $();
1347
1357
  if (!t || t === "false") return e;
1348
1358
  const n = t.replace(/\/+$/, ""), a = /https?:\/\/[^/\s]+\/(arte|__export)\//g;
1349
1359
  return e.replace(a, (o, i) => `${n}/${i}/`);
@@ -1354,7 +1364,7 @@ const er = async ({
1354
1364
  BASE_URL: n,
1355
1365
  axiosApi: a
1356
1366
  }) => {
1357
- const { PUBLIC_SERVICE_PREFIX: o, PUBLIC_IS_SUB_PUBLICATION: i } = V();
1367
+ const { PUBLIC_SERVICE_PREFIX: o, PUBLIC_IS_SUB_PUBLICATION: i } = $();
1358
1368
  let r = [];
1359
1369
  try {
1360
1370
  const c = t.socialBlockLogo?.url ? new URL(t.socialBlockLogo.url).pathname : void 0, u = t.landscapeLogo?.url ? new URL(t.landscapeLogo.url).pathname : void 0, l = {
@@ -1583,7 +1593,7 @@ const er = async ({
1583
1593
  }, en = (e) => {
1584
1594
  const t = e.split("/"), n = t[t.length - 1] ?? "1";
1585
1595
  return Number(n) > 0 ? Number(n) : 1;
1586
- }, M9 = (e, t = 2) => {
1596
+ }, j9 = (e, t = 2) => {
1587
1597
  if (!e || e.length === 0) return [];
1588
1598
  const n = [];
1589
1599
  for (let a = 0; a < t; a++) {
@@ -1607,7 +1617,7 @@ const er = async ({
1607
1617
  PUBLIC_API_HOST: n,
1608
1618
  PUBLIC_ENV: a,
1609
1619
  PUBLIC_PUBLICATION_ID: o
1610
- } = V(), i = (/* @__PURE__ */ new Date()).toISOString(), r = t?.projectName ?? "";
1620
+ } = $(), i = (/* @__PURE__ */ new Date()).toISOString(), r = t?.projectName ?? "";
1611
1621
  return `<!doctype html>
1612
1622
  <html lang="es">
1613
1623
  <head>
@@ -1710,7 +1720,7 @@ const er = async ({
1710
1720
  </body>
1711
1721
  </html>`;
1712
1722
  }, ee = async (e) => {
1713
- const { SERVICE_DEBUG: t } = V();
1723
+ const { SERVICE_DEBUG: t } = $();
1714
1724
  if (!t?.enabled)
1715
1725
  return;
1716
1726
  const n = cr(e);
@@ -1723,7 +1733,7 @@ const er = async ({
1723
1733
  }
1724
1734
  console.error("[SERVICE_DEBUG] Service error report (HTML):"), console.error(n);
1725
1735
  };
1726
- class j9 {
1736
+ class G9 {
1727
1737
  exclude = "keywords,gallery,related,relatedexternal,external,customfields";
1728
1738
  config = {};
1729
1739
  imgSizes = {};
@@ -3700,22 +3710,22 @@ ie.getAdapter = Io.getAdapter;
3700
3710
  ie.HttpStatusCode = gs;
3701
3711
  ie.default = ie;
3702
3712
  const {
3703
- Axios: H9,
3704
- AxiosError: z9,
3705
- CanceledError: F9,
3706
- isCancel: $9,
3707
- CancelToken: V9,
3708
- VERSION: W9,
3709
- all: Y9,
3710
- Cancel: K9,
3711
- isAxiosError: J9,
3712
- spread: Z9,
3713
- toFormData: X9,
3714
- AxiosHeaders: e5,
3715
- HttpStatusCode: t5,
3716
- formToJSON: n5,
3717
- getAdapter: s5,
3718
- mergeConfig: a5
3713
+ Axios: z9,
3714
+ AxiosError: F9,
3715
+ CanceledError: $9,
3716
+ isCancel: V9,
3717
+ CancelToken: W9,
3718
+ VERSION: Y9,
3719
+ all: K9,
3720
+ Cancel: J9,
3721
+ isAxiosError: Z9,
3722
+ spread: X9,
3723
+ toFormData: e5,
3724
+ AxiosHeaders: t5,
3725
+ HttpStatusCode: n5,
3726
+ formToJSON: s5,
3727
+ getAdapter: a5,
3728
+ mergeConfig: o5
3719
3729
  } = ie;
3720
3730
  class ft {
3721
3731
  constructor(t) {
@@ -3728,7 +3738,7 @@ class ft {
3728
3738
  PUBLIC_IS_OFFLINE: n,
3729
3739
  PUBLIC_USERNAME_OFFLINE: a,
3730
3740
  PUBLIC_PASSWORD_OFFLINE: o
3731
- } = V();
3741
+ } = $();
3732
3742
  if (n === "true")
3733
3743
  try {
3734
3744
  return (await this.props?.axiosApi.get("/auth", {
@@ -4082,7 +4092,7 @@ class Dc extends ft {
4082
4092
  IS_MULTIPUBLICATION;
4083
4093
  constructor(t) {
4084
4094
  super(t);
4085
- const { MULTIPUBLICATION_FETCHES: n, PUBLIC_PUBLICATION_ID: a } = V();
4095
+ const { MULTIPUBLICATION_FETCHES: n, PUBLIC_PUBLICATION_ID: a } = $();
4086
4096
  this.MULTIPUBLICATION_FETCHES = n, this.PUBLIC_PUBLICATION_ID = a, this.IS_MULTIPUBLICATION = n != null && n !== "" || a != null && a !== "";
4087
4097
  }
4088
4098
  getBlockSass = async (t) => {
@@ -4133,7 +4143,7 @@ class Dc extends ft {
4133
4143
  }
4134
4144
  },
4135
4145
  tag: async () => {
4136
- const { USE_QUOTE_IN_QUERY_TAG_HOME: l } = V(), d = {
4146
+ const { USE_QUOTE_IN_QUERY_TAG_HOME: l } = $(), d = {
4137
4147
  query: l ? 'claves:("' + r + '")' : "claves:(" + r + ")",
4138
4148
  size: this.props?.imgSizes[c]?.size ?? 3,
4139
4149
  newstype: this.props?.config?.newsType,
@@ -4200,7 +4210,7 @@ class Dc extends ft {
4200
4210
  return { blockSass: n.data.data };
4201
4211
  };
4202
4212
  }
4203
- class o5 {
4213
+ class i5 {
4204
4214
  issuuApi = "https://api.issuu.com/v2";
4205
4215
  api = void 0;
4206
4216
  q = "";
@@ -4237,7 +4247,7 @@ class o5 {
4237
4247
  }
4238
4248
  }
4239
4249
  }
4240
- const i5 = async (e, t, n, a, o, i, r) => {
4250
+ const r5 = async (e, t, n, a, o, i, r) => {
4241
4251
  const c = new Dc({
4242
4252
  config: t,
4243
4253
  imgSizes: n,
@@ -4267,7 +4277,7 @@ const i5 = async (e, t, n, a, o, i, r) => {
4267
4277
  }, Mc = (e) => {
4268
4278
  const t = It(e);
4269
4279
  return t && t.data ? t.data : t;
4270
- }, r5 = async (e) => {
4280
+ }, c5 = async (e) => {
4271
4281
  const t = await Promise.allSettled(
4272
4282
  Object.values(e).map((o) => o.promise)
4273
4283
  ), n = Object.keys(e), a = {};
@@ -4359,7 +4369,7 @@ const i5 = async (e, t, n, a, o, i, r) => {
4359
4369
  }
4360
4370
  },
4361
4371
  tema: async (e) => {
4362
- const { meta: t, config: n, pathname: a, slug: o, axiosApi: i } = e, r = new ft({ config: n, axiosApi: i }), c = a.split("/"), u = [], l = en(a), d = Number(n.newsListLimit) ?? 0, m = /([t][0-9]{4})\w+/.exec(o || ""), h = m && m?.length > 0 ? m[0].replace("t", "") : "", { PUBLIC_TAG_TYPE: p } = V();
4372
+ const { meta: t, config: n, pathname: a, slug: o, axiosApi: i } = e, r = new ft({ config: n, axiosApi: i }), c = a.split("/"), u = [], l = en(a), d = Number(n.newsListLimit) ?? 0, m = /([t][0-9]{4})\w+/.exec(o || ""), h = m && m?.length > 0 ? m[0].replace("t", "") : "", { PUBLIC_TAG_TYPE: p } = $();
4363
4373
  try {
4364
4374
  const g = await r.getNewsListTags({
4365
4375
  tagid: h,
@@ -4587,7 +4597,7 @@ const i5 = async (e, t, n, a, o, i, r) => {
4587
4597
  listAutor: t,
4588
4598
  config: n
4589
4599
  }) => {
4590
- const a = t?.[0] ?? null, { DATE_TIMEZONE: o = "America/Mexico_City", PUBLIC_ASSETS_URL: i } = V(), r = o, c = a?.info?.date?.modified ? wa(a.info.date.modified, r) : void 0, u = e.addtional?.USER_JOBSTART ? wa(e.addtional.USER_JOBSTART, r) : void 0, l = i && i !== "false" ? i : "", d = {
4600
+ const a = t?.[0] ?? null, { DATE_TIMEZONE: o = "America/Mexico_City", PUBLIC_ASSETS_URL: i } = $(), r = o, c = a?.info?.date?.modified ? wa(a.info.date.modified, r) : void 0, u = e.addtional?.USER_JOBSTART ? wa(e.addtional.USER_JOBSTART, r) : void 0, l = i && i !== "false" ? i : "", d = {
4591
4601
  "@context": "https://schema.org",
4592
4602
  "@type": "ProfilePage",
4593
4603
  mainEntity: {
@@ -4609,7 +4619,7 @@ const i5 = async (e, t, n, a, o, i, r) => {
4609
4619
  };
4610
4620
  return u && (d.dateCreated = u), c && (d.dateModified = c), e?.addtional?.USER_SHOWEMAIL && (d.mainEntity.email = e.info.email), /* @__PURE__ */ s("script", { type: "application/ld+json", children: JSON.stringify(d) });
4611
4621
  };
4612
- async function c5({
4622
+ async function l5({
4613
4623
  axiosApi: e,
4614
4624
  headConfig: t = {
4615
4625
  ampConfig: !1,
@@ -4740,7 +4750,7 @@ async function c5({
4740
4750
  E
4741
4751
  ] });
4742
4752
  }
4743
- const l5 = ({
4753
+ const d5 = ({
4744
4754
  children: e,
4745
4755
  defaultRouteName: t,
4746
4756
  banners: n,
@@ -4791,7 +4801,7 @@ const l5 = ({
4791
4801
  ), Vc = "_content_701km_1", Wc = "_location_701km_21", ya = {
4792
4802
  content: Vc,
4793
4803
  location: Wc
4794
- }, d5 = (e) => /* @__PURE__ */ f("div", { className: ya.content, children: [
4804
+ }, u5 = (e) => /* @__PURE__ */ f("div", { className: ya.content, children: [
4795
4805
  /* @__PURE__ */ s($c, {}),
4796
4806
  /* @__PURE__ */ s("p", { className: ya.location, children: e.place })
4797
4807
  ] }), Kt = ({
@@ -4872,11 +4882,11 @@ function Yc({
4872
4882
  const N = m - l, L = Date.now() - A, j = Math.abs(N) / Math.max(L, 1), P = B(N), F = j > 0.5 && Math.abs(N) > 50 ? Math.max(P, 1) : P;
4873
4883
  if (F > 0)
4874
4884
  if (N > 0) {
4875
- const $ = Math.max(0, e - F);
4876
- r($);
4885
+ const V = Math.max(0, e - F);
4886
+ r(V);
4877
4887
  } else {
4878
- const $ = Math.min(G, e + F);
4879
- r($);
4888
+ const V = Math.min(G, e + F);
4889
+ r(V);
4880
4890
  }
4881
4891
  u(!1), g(0), document.body.classList.remove("dragging"), document.removeEventListener("mousemove", M), document.removeEventListener("mouseup", U), v.clientX === l && y?.dispatchEvent(new PointerEvent("click"));
4882
4892
  },
@@ -4938,7 +4948,7 @@ function Yc({
4938
4948
  }
4939
4949
  };
4940
4950
  }
4941
- function u5(e) {
4951
+ function m5(e) {
4942
4952
  const {
4943
4953
  children: t,
4944
4954
  slot_id: n,
@@ -5191,7 +5201,7 @@ const Jc = "_content_1gcxd_1", Zc = {
5191
5201
  whatsappButton: gl
5192
5202
  };
5193
5203
  function R(e) {
5194
- const { PUBLIC_SERVICE_PREFIX: t, PUBLIC_IS_SUB_PUBLICATION: n, SUB_PUBLICATION_PREFIX_IN_ROUTES: a } = V(), { block_subPublication: o } = e, i = pl(e.href), r = e.hasOwnProperty("href") && e.href ? (e.href ?? "").includes("/buscar") : !1, c = a?.tema && i, u = a?.buscar && r, l = !o && !c && !u && t !== "false" && n !== "false" ? "/" + t : "", d = /^(https?:)?\/\//.test(e.href) || /^[a-zA-Z][a-zA-Z\d+\-.]*:/.test(e.href), m = e.href?.split("/")[1] === l.replace("/", ""), h = {
5204
+ const { PUBLIC_SERVICE_PREFIX: t, PUBLIC_IS_SUB_PUBLICATION: n, SUB_PUBLICATION_PREFIX_IN_ROUTES: a } = $(), { block_subPublication: o } = e, i = pl(e.href), r = e.hasOwnProperty("href") && e.href ? (e.href ?? "").includes("/buscar") : !1, c = a?.tema && i, u = a?.buscar && r, l = !o && !c && !u && t !== "false" && n !== "false" ? "/" + t : "", d = /^(https?:)?\/\//.test(e.href) || /^[a-zA-Z][a-zA-Z\d+\-.]*:/.test(e.href), m = e.href?.split("/")[1] === l.replace("/", ""), h = {
5195
5205
  ...e,
5196
5206
  href: (!d && !m ? l : "") + (l && e.href === "/" ? "" : e.href ?? "")
5197
5207
  };
@@ -5342,7 +5352,7 @@ function yl({ noteShare: e }) {
5342
5352
  ] }) : null;
5343
5353
  }
5344
5354
  const Rt = (e) => {
5345
- const { share: t = !1, cutSubtitle: n = !0, keywords: a, info: o, paths: i } = e, { SHOW_TAG_BY_SECTION: r, SUB_PUBLICATION_PREFIX_IN_ROUTES: c } = V(), u = () => {
5355
+ const { share: t = !1, cutSubtitle: n = !0, keywords: a, info: o, paths: i } = e, { SHOW_TAG_BY_SECTION: r, SUB_PUBLICATION_PREFIX_IN_ROUTES: c } = $(), u = () => {
5346
5356
  if (e?.config?.showtime && e.config?.showauthor)
5347
5357
  return `${e?.authors[0]?.fullname ?? "Redacción"} - ${He(
5348
5358
  e.info?.date?.modified
@@ -5478,10 +5488,10 @@ const Rt = (e) => {
5478
5488
  }
5479
5489
  );
5480
5490
  function qs() {
5481
- return V().COMPONENTS?.PlayIcon || ko;
5491
+ return $().COMPONENTS?.PlayIcon || ko;
5482
5492
  }
5483
5493
  function Uo() {
5484
- return V().COMPONENTS?.PlayIcon || ko;
5494
+ return $().COMPONENTS?.PlayIcon || ko;
5485
5495
  }
5486
5496
  const Ll = (e) => {
5487
5497
  const { isVideo: t = !1, priorityHigh: n = !1 } = e, a = qs(), o = e.preview.sizes;
@@ -5613,7 +5623,7 @@ const Ll = (e) => {
5613
5623
  const { preview: t } = e;
5614
5624
  if (!t?.sizes || t.sizes.length === 0 || t.sizes.some((i) => !i.url))
5615
5625
  return /* @__PURE__ */ s("div", { className: re.imageLogoPlaceholder });
5616
- const { PUBLIC_IS_OFFLINE: n } = V();
5626
+ const { PUBLIC_IS_OFFLINE: n } = $();
5617
5627
  if (n === "true")
5618
5628
  return /* @__PURE__ */ s(
5619
5629
  Rl,
@@ -6609,7 +6619,7 @@ const Ll = (e) => {
6609
6619
  showads: !1
6610
6620
  }, Bs = (e) => {
6611
6621
  let t = [];
6612
- const { PUBLIC_ENV: n, PUBLIC_IS_OFFLINE: a, SHOW_DEV_RANKING: o } = V();
6622
+ const { PUBLIC_ENV: n, PUBLIC_IS_OFFLINE: a, SHOW_DEV_RANKING: o } = $();
6613
6623
  return e.content && e.content.length > 0 ? t = e.content.map((i) => ({
6614
6624
  ...i,
6615
6625
  config: Ca
@@ -6788,7 +6798,7 @@ const Ll = (e) => {
6788
6798
  whatsappLink: fd,
6789
6799
  subscribeText: gd,
6790
6800
  terms: pd
6791
- }, m5 = (e) => /* @__PURE__ */ f("section", { className: Fe.content, children: [
6801
+ }, h5 = (e) => /* @__PURE__ */ f("section", { className: Fe.content, children: [
6792
6802
  /* @__PURE__ */ s(rd, { className: Fe.subscribeImage }),
6793
6803
  /* @__PURE__ */ f("div", { className: Fe.contentTitle, children: [
6794
6804
  /* @__PURE__ */ s("p", { className: Fe.title, children: "Mantenete Informado" }),
@@ -6997,7 +7007,7 @@ const Ll = (e) => {
6997
7007
  /* @__PURE__ */ s("path", { fill: "currentColor", d: "M12.8,18.6v-6.9l5.9,3.4L12.8,18.6z" })
6998
7008
  ]
6999
7009
  }
7000
- ), h5 = ["telegram"], Os = {
7010
+ ), f5 = ["telegram"], Os = {
7001
7011
  facebook: (e) => /* @__PURE__ */ s(Mn, { ...e }),
7002
7012
  instagram: (e) => /* @__PURE__ */ s(jn, { ...e }),
7003
7013
  whatsapp: (e) => /* @__PURE__ */ s(qd, { ...e }),
@@ -7007,7 +7017,7 @@ const Ll = (e) => {
7007
7017
  gnews: (e) => /* @__PURE__ */ s(kd, { ...e }),
7008
7018
  podcast: (e) => /* @__PURE__ */ s(Ud, { ...e }),
7009
7019
  telegram: (e) => /* @__PURE__ */ s(Ld, { ...e })
7010
- }, f5 = (e) => {
7020
+ }, g5 = (e) => {
7011
7021
  const { freeZone: t, socials: n, menu: a, customBlock: o, custom_styles: i = {} } = e;
7012
7022
  return /* @__PURE__ */ f("footer", { className: xe.content, style: i, children: [
7013
7023
  /* @__PURE__ */ f("section", { className: xe.brandContent, children: [
@@ -7292,7 +7302,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
7292
7302
  correspondent: h1,
7293
7303
  iframeStyled: f1,
7294
7304
  contentFrame: g1
7295
- }, g5 = (e) => {
7305
+ }, p5 = (e) => {
7296
7306
  const t = () => e?.video.main.author ? `${e?.video.main.author} - ${He(
7297
7307
  e.video.info.date.created
7298
7308
  )}` : e?.video.main.author;
@@ -7455,7 +7465,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
7455
7465
  main: a,
7456
7466
  overImage: o = "default",
7457
7467
  titleGradient: i = !1
7458
- } = e, { SHOW_TAG_BY_SECTION: r, SUB_PUBLICATION_PREFIX_IN_ROUTES: c } = V(), u = () => {
7468
+ } = e, { SHOW_TAG_BY_SECTION: r, SUB_PUBLICATION_PREFIX_IN_ROUTES: c } = $(), u = () => {
7459
7469
  if (r && e.keywords?.tags?.length && e.keywords.tags.length > 0) {
7460
7470
  const l = e.keywords.tags[0], d = l.name;
7461
7471
  return l.approved ? /* @__PURE__ */ s("h3", { children: /* @__PURE__ */ s(
@@ -7527,7 +7537,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
7527
7537
  title: P1,
7528
7538
  description: O1,
7529
7539
  linkStyled: D1
7530
- }, p5 = (e) => {
7540
+ }, A5 = (e) => {
7531
7541
  const t = e.logo;
7532
7542
  return /* @__PURE__ */ f("section", { className: _t.content, children: [
7533
7543
  e.backgroundImgURL && /* @__PURE__ */ s("img", { className: _t.before, src: e.backgroundImgURL, alt: "" }),
@@ -7544,7 +7554,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
7544
7554
  label: G1,
7545
7555
  required: Q1,
7546
7556
  input: H1
7547
- }, A5 = (e) => /* @__PURE__ */ f("div", { className: Pt.content, children: [
7557
+ }, w5 = (e) => /* @__PURE__ */ f("div", { className: Pt.content, children: [
7548
7558
  /* @__PURE__ */ f("div", { className: Pt.contentLabel, children: [
7549
7559
  /* @__PURE__ */ s("label", { className: Pt.label, children: e.label }),
7550
7560
  e.required && /* @__PURE__ */ s("span", { className: Pt.required, children: "*" })
@@ -7556,7 +7566,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
7556
7566
  label: $1,
7557
7567
  required: V1,
7558
7568
  input: W1
7559
- }, w5 = (e) => /* @__PURE__ */ f("div", { className: Ot.content, children: [
7569
+ }, y5 = (e) => /* @__PURE__ */ f("div", { className: Ot.content, children: [
7560
7570
  /* @__PURE__ */ f("div", { className: Ot.contentLabel, children: [
7561
7571
  /* @__PURE__ */ s("label", { className: Ot.label, children: e.label }),
7562
7572
  e.required && /* @__PURE__ */ s("span", { className: Ot.required, children: "*" })
@@ -7569,7 +7579,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
7569
7579
  content: Y1,
7570
7580
  label: K1,
7571
7581
  input: J1
7572
- }, y5 = (e) => /* @__PURE__ */ f("div", { className: Yn.content, children: [
7582
+ }, v5 = (e) => /* @__PURE__ */ f("div", { className: Yn.content, children: [
7573
7583
  /* @__PURE__ */ s("label", { className: Yn.label, children: e.label }),
7574
7584
  /* @__PURE__ */ s("textarea", { className: Yn.input, ...e })
7575
7585
  ] }), Z1 = "_boxInformation_1ah38_1", X1 = "_textBox_1ah38_59", eu = "_contentBox_1ah38_79", tu = "_liveBox_1ah38_99", nu = "_dot_1ah38_143", su = "_sectionDescription_1ah38_193", au = "_articule_1ah38_219", ou = "_description_1ah38_273", ot = {
@@ -7898,7 +7908,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
7898
7908
  ),
7899
7909
  /* @__PURE__ */ s("div", { className: rn.newsDescription, children: /* @__PURE__ */ s(Rt, { ...n, paths: e.paths }) })
7900
7910
  ] }) : null;
7901
- }, v5 = (e) => {
7911
+ }, b5 = (e) => {
7902
7912
  let t = [];
7903
7913
  return e.videoList && e.videoList.length > 0 && (t = e.videoList?.filter((n) => n.info.path !== e.video.info.path) ?? []), /* @__PURE__ */ s("div", { className: Oe.content, children: /* @__PURE__ */ f(Kt, { className: Oe.contentLayoutVideoSection, children: [
7904
7914
  /* @__PURE__ */ f("a", { className: Oe.header, href: e.goBackLink ?? "/videos", children: [
@@ -8103,7 +8113,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
8103
8113
  searchKeyWord: o,
8104
8114
  custom_styles: i = {}
8105
8115
  }) => {
8106
- const { PUBLIC_SERVICE_PREFIX: r, PUBLIC_IS_SUB_PUBLICATION: c, SUB_PUBLICATION_PREFIX_IN_ROUTES: u } = V(), l = u?.buscar && r !== "false" && c !== "false" ? "/" + r : "";
8116
+ const { PUBLIC_SERVICE_PREFIX: r, PUBLIC_IS_SUB_PUBLICATION: c, SUB_PUBLICATION_PREFIX_IN_ROUTES: u } = $(), l = u?.buscar && r !== "false" && c !== "false" ? "/" + r : "";
8107
8117
  return /* @__PURE__ */ f(
8108
8118
  "aside",
8109
8119
  {
@@ -8357,7 +8367,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
8357
8367
  headLine: ih,
8358
8368
  hasAlertZone: rh
8359
8369
  }, ch = (e) => {
8360
- const { alertZone: t, custom_styles: n = {} } = e, { SUB_PUBLICATION_PREFIX_IN_ROUTES: a } = V();
8370
+ const { alertZone: t, custom_styles: n = {} } = e, { SUB_PUBLICATION_PREFIX_IN_ROUTES: a } = $();
8361
8371
  return /* @__PURE__ */ f("header", { className: ke.headerStyled, style: n, children: [
8362
8372
  e.socialIcons && e.headerTape?.sticky && /* @__PURE__ */ s(
8363
8373
  Qo,
@@ -8523,7 +8533,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
8523
8533
  headLine: kh,
8524
8534
  line: Uh
8525
8535
  }, Lh = (e) => {
8526
- const { menu: t, alertZone: n, custom_styles: a = {} } = e, { SUB_PUBLICATION_PREFIX_IN_ROUTES: o } = V();
8536
+ const { menu: t, alertZone: n, custom_styles: a = {} } = e, { SUB_PUBLICATION_PREFIX_IN_ROUTES: o } = $();
8527
8537
  return /* @__PURE__ */ f(
8528
8538
  "header",
8529
8539
  {
@@ -8612,7 +8622,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
8612
8622
  childrenContent: Rh,
8613
8623
  childrenContentAux: qh,
8614
8624
  op2: Bh
8615
- }, b5 = (e) => {
8625
+ }, _5 = (e) => {
8616
8626
  const { alertZone: t, children: n, sidebar: a, custom_styles: o = {} } = e;
8617
8627
  return /* @__PURE__ */ f(Z, { children: [
8618
8628
  /* @__PURE__ */ s(ch, { ...e }),
@@ -8662,7 +8672,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
8662
8672
  tagLink: Mh,
8663
8673
  tagStyled: jh
8664
8674
  }, Gh = (e) => {
8665
- const { SUB_PUBLICATION_PREFIX_IN_ROUTES: t } = V();
8675
+ const { SUB_PUBLICATION_PREFIX_IN_ROUTES: t } = $();
8666
8676
  return /* @__PURE__ */ s("section", { className: Ct.content, children: Array.isArray(e.tags) && /* @__PURE__ */ f("div", { className: Ct.tags, children: [
8667
8677
  /* @__PURE__ */ s("p", { className: Ct.tagStyled, children: e.title ? e.title : "Tags:" }),
8668
8678
  e.tags.map((n, a) => n.approved ? /* @__PURE__ */ s(
@@ -8686,7 +8696,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
8686
8696
  socialNetworkSection: Yh,
8687
8697
  article: Kh
8688
8698
  }, Jh = async (e) => {
8689
- const { autor: t } = e, { SUB_PUBLICATION_PREFIX_IN_ROUTES: n } = V(), a = t?.addtional?.USER_SHOWBIO ?? !1, o = t?.info?.name ?? "", i = t?.info?.fullname ?? "", r = t?.info?.image?.sizes?.[0]?.url ?? "", c = t?.addtional?.USER_MIBIO ?? "", u = t?.addtional?.USER_USERFB ?? "", l = t?.addtional?.USER_USERIG ?? "", d = t?.addtional?.USER_USERTWT ?? "", m = t?.addtional?.USER_USERLIN ?? "";
8699
+ const { autor: t } = e, { SUB_PUBLICATION_PREFIX_IN_ROUTES: n } = $(), a = t?.addtional?.USER_SHOWBIO ?? !1, o = t?.info?.name ?? "", i = t?.info?.fullname ?? "", r = t?.info?.image?.sizes?.[0]?.url ?? "", c = t?.addtional?.USER_MIBIO ?? "", u = t?.addtional?.USER_USERFB ?? "", l = t?.addtional?.USER_USERIG ?? "", d = t?.addtional?.USER_USERTWT ?? "", m = t?.addtional?.USER_USERLIN ?? "";
8690
8700
  return a && /* @__PURE__ */ s("section", { className: Ge.contentBox, children: /* @__PURE__ */ f("div", { className: Ge.content, children: [
8691
8701
  /* @__PURE__ */ f("div", { className: Ge.avatarContent, children: [
8692
8702
  /* @__PURE__ */ s(
@@ -8951,7 +8961,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
8951
8961
  return e;
8952
8962
  const t = e.trim();
8953
8963
  return t.startsWith("http://") || t.startsWith("https://") ? t : `https://${t}`;
8954
- }, _5 = async (e) => {
8964
+ }, C5 = async (e) => {
8955
8965
  const t = e.img ? await we(e.img) : "", n = cn(e.social?.facebook ?? ""), a = cn(e.social?.instagram ?? ""), o = cn(e.social?.twitter ?? ""), i = cn(e.social?.linkedin ?? "");
8956
8966
  return /* @__PURE__ */ s("section", { className: `${pe.content} ${e.className}`, children: /* @__PURE__ */ f(
8957
8967
  "div",
@@ -9034,7 +9044,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
9034
9044
  correspondentLink: E2,
9035
9045
  description: T2
9036
9046
  }, Tt = (e) => {
9037
- const { SHOW_TAG_BY_SECTION: t, SUB_PUBLICATION_PREFIX_IN_ROUTES: n } = V(), a = () => {
9047
+ const { SHOW_TAG_BY_SECTION: t, SUB_PUBLICATION_PREFIX_IN_ROUTES: n } = $(), a = () => {
9038
9048
  if (e?.config?.showtime && e.config?.showauthor)
9039
9049
  return `${e?.authors[0]?.fullname} - ${He(
9040
9050
  e.info?.date?.modified
@@ -9304,7 +9314,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
9304
9314
  subtitle: M2,
9305
9315
  linkStyled: j2
9306
9316
  }, Ho = (e) => {
9307
- const { SHOW_TAG_BY_SECTION: t, SUB_PUBLICATION_PREFIX_IN_ROUTES: n } = V(), a = () => {
9317
+ const { SHOW_TAG_BY_SECTION: t, SUB_PUBLICATION_PREFIX_IN_ROUTES: n } = $(), a = () => {
9308
9318
  if (t && e.mainNew.keywords?.tags?.length && e.mainNew.keywords.tags.length > 0) {
9309
9319
  const o = e.mainNew.keywords.tags[0], i = o.name;
9310
9320
  return o.approved ? /* @__PURE__ */ s("h3", { children: /* @__PURE__ */ s(
@@ -9407,7 +9417,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
9407
9417
  comment: Z2,
9408
9418
  title: X2
9409
9419
  }, _n = async (e) => {
9410
- const { data: t, autorIcon: n } = e, { SUB_PUBLICATION_PREFIX_IN_ROUTES: a } = V(), o = n, i = () => t?.config?.showtime ? `${He(t.info?.date?.modified)}` : "", r = /* @__PURE__ */ f("div", { className: Ke.autorContent, children: [
9420
+ const { data: t, autorIcon: n } = e, { SUB_PUBLICATION_PREFIX_IN_ROUTES: a } = $(), o = n, i = () => t?.config?.showtime ? `${He(t.info?.date?.modified)}` : "", r = /* @__PURE__ */ f("div", { className: Ke.autorContent, children: [
9411
9421
  Array.isArray(t?.authors) && Array.isArray(t?.authors[0]?.image?.sizes) && t?.authors[0]?.image?.sizes?.length > 0 ? /* @__PURE__ */ s(
9412
9422
  "img",
9413
9423
  {
@@ -9456,7 +9466,7 @@ function of(e) {
9456
9466
  a % 2 === 0 ? t[Math.floor(a / 2)] = e[a] : t[n + Math.floor(a / 2)] = e[a];
9457
9467
  return t;
9458
9468
  }
9459
- const C5 = (e) => {
9469
+ const S5 = (e) => {
9460
9470
  const { isOpinion: t = !1 } = e, n = (i) => /* @__PURE__ */ s(
9461
9471
  "div",
9462
9472
  {
@@ -9513,7 +9523,7 @@ const C5 = (e) => {
9513
9523
  }, rf = "_content_g09lr_1", cf = "_title_g09lr_19", xa = {
9514
9524
  content: rf,
9515
9525
  title: cf
9516
- }, S5 = (e) => {
9526
+ }, N5 = (e) => {
9517
9527
  const { showTitle: t = !0 } = e;
9518
9528
  return /* @__PURE__ */ f("div", { className: xa.content, children: [
9519
9529
  t && /* @__PURE__ */ s("p", { className: xa.title, children: "Editorial" }),
@@ -9538,7 +9548,7 @@ const C5 = (e) => {
9538
9548
  boxPosition: uf,
9539
9549
  bannerContent: mf,
9540
9550
  bannerContentAux: hf
9541
- }, N5 = (e) => {
9551
+ }, I5 = (e) => {
9542
9552
  const { news: t } = e;
9543
9553
  return Array.isArray(t) && /* @__PURE__ */ f("div", { className: Nt.content, children: [
9544
9554
  /* @__PURE__ */ f("div", { className: Nt.newsContent, children: [
@@ -9573,7 +9583,7 @@ const C5 = (e) => {
9573
9583
  ] }),
9574
9584
  /* @__PURE__ */ s("div", { className: Nt.bannerContent, children: e.halfPageBanner })
9575
9585
  ] });
9576
- }, I5 = (e) => /* @__PURE__ */ f(Z, { children: [
9586
+ }, E5 = (e) => /* @__PURE__ */ f(Z, { children: [
9577
9587
  /* @__PURE__ */ s(
9578
9588
  Vl,
9579
9589
  {
@@ -9914,7 +9924,7 @@ const C5 = (e) => {
9914
9924
  title: Wf,
9915
9925
  authorName: Yf
9916
9926
  }, Kf = async (e) => {
9917
- const { SUB_PUBLICATION_PREFIX_IN_ROUTES: t } = V(), { data: n } = e;
9927
+ const { SUB_PUBLICATION_PREFIX_IN_ROUTES: t } = $(), { data: n } = e;
9918
9928
  return /* @__PURE__ */ f("div", { className: rt.content, children: [
9919
9929
  Array.isArray(n.authors) && n?.authors[0]?.image ? /* @__PURE__ */ s(
9920
9930
  "img",
@@ -10025,7 +10035,7 @@ const C5 = (e) => {
10025
10035
  default:
10026
10036
  return /* @__PURE__ */ s("div", { className: Xe.ItemCustomContent, children: /* @__PURE__ */ s(st, { ...t, paths: e.paths }) });
10027
10037
  }
10028
- }, E5 = (e) => {
10038
+ }, T5 = (e) => {
10029
10039
  const {
10030
10040
  data: t,
10031
10041
  currentPage: n,
@@ -10178,7 +10188,7 @@ const C5 = (e) => {
10178
10188
  }, n0 = "_content_1oabr_1", s0 = "_contactInfoContent_1oabr_13", La = {
10179
10189
  content: n0,
10180
10190
  contactInfoContent: s0
10181
- }, T5 = (e) => {
10191
+ }, x5 = (e) => {
10182
10192
  const { data: t } = e;
10183
10193
  return /* @__PURE__ */ s("section", { className: La.content, children: t.map((n, a) => /* @__PURE__ */ s(
10184
10194
  "div",
@@ -10566,7 +10576,7 @@ const M0 = () => /* @__PURE__ */ f("svg", { xmlns: "http://www.w3.org/2000/svg",
10566
10576
  if (!e.news || !e.news.authors) return null;
10567
10577
  const { news: t, socials: n, texts: a } = e, o = t.authors.map(
10568
10578
  (c) => c.internaluser ? `<a href="${`/${e.paths.autor}/${c.name}`}">${c.fullname}</a>` : c.fullname
10569
- ).join(", "), i = () => t.authors.length === 1 ? ge.width1Autor : t.authors.length === 2 ? ge.width2Autor : t.authors.length === 3 ? ge.width3Autor : "", { CONFIG_shareOnlyWhatsApp: r } = V();
10579
+ ).join(", "), i = () => t.authors.length === 1 ? ge.width1Autor : t.authors.length === 2 ? ge.width2Autor : t.authors.length === 3 ? ge.width3Autor : "", { CONFIG_shareOnlyWhatsApp: r } = $();
10570
10580
  return t.config?.showauthor && /* @__PURE__ */ s("div", { className: ge.content, children: /* @__PURE__ */ f("div", { className: ge.avatarContent, children: [
10571
10581
  r ? /* @__PURE__ */ f(
10572
10582
  "a",
@@ -11027,7 +11037,7 @@ const jg = async (e) => {
11027
11037
  if (!e.news || !e.news.authors) return null;
11028
11038
  const { news: t, socials: n, texts: a } = e, o = t.authors.map(
11029
11039
  (c) => c.internaluser ? `<a href="${`/${e.paths.autor}/${c.name}`}">${c.fullname}</a>` : c.fullname
11030
- ).join(", "), i = () => t.authors.length === 1 ? ce.width1Autor : t.authors.length === 2 ? ce.width2Autor : t.authors.length === 3 ? ce.width3Autor : "", { CONFIG_shareOnlyWhatsApp: r } = V();
11040
+ ).join(", "), i = () => t.authors.length === 1 ? ce.width1Autor : t.authors.length === 2 ? ce.width2Autor : t.authors.length === 3 ? ce.width3Autor : "", { CONFIG_shareOnlyWhatsApp: r } = $();
11031
11041
  return t.config?.showauthor && /* @__PURE__ */ s("div", { className: `${ce.content} sass-journalist-articule-4`, children: /* @__PURE__ */ f("div", { className: ce.avatarContent, children: [
11032
11042
  /* @__PURE__ */ f("div", { className: ce.socialActionsRow, children: [
11033
11043
  /* @__PURE__ */ f("div", { style: { display: "flex", gap: "10px", alignItems: "center" }, children: [
@@ -11150,7 +11160,7 @@ const jg = async (e) => {
11150
11160
  /<span\b[^>]*class=["'][^"']*video__title[^"']*["'][^>]*>[\s\S]*?<\/span>/gi,
11151
11161
  ""
11152
11162
  ), zg = async (e) => {
11153
- const { PUBLIC_IS_OFFLINE: t } = V();
11163
+ const { PUBLIC_IS_OFFLINE: t } = $();
11154
11164
  if (!(t === "true")) {
11155
11165
  const l = /<img\b[^>]*\bsrc=["']([^"']+)["']/g, d = [...e.matchAll(l)], m = {};
11156
11166
  for (const h of d) {
@@ -11425,7 +11435,7 @@ async function Yg(e) {
11425
11435
  e.texts,
11426
11436
  a
11427
11437
  ), d = await Wg(d, u), d = Gg(d), d = Qg(d);
11428
- const m = t.main.sources ?? [], { NEWS_JOURNALIST_COMPONENT: h } = V(), p = t.config.articlepreview === At.fotoGaleria && t.hascontent?.hasgalleryimages;
11438
+ const m = t.main.sources ?? [], { NEWS_JOURNALIST_COMPONENT: h } = $(), p = t.config.articlepreview === At.fotoGaleria && t.hascontent?.hasgalleryimages;
11429
11439
  return /* @__PURE__ */ f("div", { className: dn.content, children: [
11430
11440
  i !== "liveblogs" && e.showHeaderImage ? p ? /* @__PURE__ */ s(
11431
11441
  W0,
@@ -11647,7 +11657,7 @@ function xn({
11647
11657
  if (a)
11648
11658
  return Ba[e] && /* @__PURE__ */ s("div", { className: "home-slot", style: Ms(n), children: Ba[e]({ ...n, banners: a, slot_id: t }) });
11649
11659
  }
11650
- function x5({
11660
+ function k5({
11651
11661
  children: e,
11652
11662
  stylesConfigEntry: t
11653
11663
  }) {
@@ -11719,7 +11729,7 @@ const Pa = {
11719
11729
  ...t,
11720
11730
  rightOnlyBanner: a,
11721
11731
  banners: n
11722
- }) }), k5 = ({
11732
+ }) }), U5 = ({
11723
11733
  slots: e,
11724
11734
  DYNAMIC_SLOT_SUBINDEXES: t,
11725
11735
  stylesConfig: n,
@@ -11803,13 +11813,13 @@ const Pa = {
11803
11813
  ));
11804
11814
  }
11805
11815
  return c;
11806
- }, U5 = ({
11816
+ }, L5 = ({
11807
11817
  mainBlock: e,
11808
11818
  StylesConfigMain: t,
11809
11819
  config: n,
11810
11820
  banners: a
11811
11821
  }) => {
11812
- const { PUBLIC_ENV: o } = V();
11822
+ const { PUBLIC_ENV: o } = $();
11813
11823
  if (o !== "local") return null;
11814
11824
  const i = e?.news?.data || [], r = (c, u) => ({
11815
11825
  ...e?.news,
@@ -11853,7 +11863,7 @@ const Pa = {
11853
11863
  At.videoYouTube,
11854
11864
  At.iframe
11855
11865
  ].includes(n);
11856
- }, L5 = async (e) => {
11866
+ }, R5 = async (e) => {
11857
11867
  const {
11858
11868
  custom_complement: t,
11859
11869
  ranking: n = [],
@@ -11865,7 +11875,7 @@ const Pa = {
11865
11875
  itemList: u = [],
11866
11876
  socials: l,
11867
11877
  getVideos: d
11868
- } = e, m = e.slug === "liveblogs", { SHOW_NEWS_MORE_NEWS: h, SHOW_NEWS_RELATED_NEWS: p, MORE_NEWS_SSR: g } = V();
11878
+ } = e, m = e.slug === "liveblogs", { SHOW_NEWS_MORE_NEWS: h, SHOW_NEWS_RELATED_NEWS: p, MORE_NEWS_SSR: g } = $();
11869
11879
  if (!(!i || !i[0]))
11870
11880
  return /* @__PURE__ */ s(Z, { children: /* @__PURE__ */ f(u0, { className: Ht.contentLayout2, children: [
11871
11881
  /* @__PURE__ */ s(
@@ -12064,7 +12074,7 @@ const Pa = {
12064
12074
  }
12065
12075
  ) })
12066
12076
  }
12067
- ), R5 = (e) => /* @__PURE__ */ s(
12077
+ ), q5 = (e) => /* @__PURE__ */ s(
12068
12078
  "form",
12069
12079
  {
12070
12080
  className: Gt.content,
@@ -12085,7 +12095,7 @@ const Pa = {
12085
12095
  content: gp,
12086
12096
  newsContentSection: pp,
12087
12097
  itemContent: Ap
12088
- }, q5 = (e) => {
12098
+ }, B5 = (e) => {
12089
12099
  const {
12090
12100
  data: t,
12091
12101
  option: n,
@@ -12098,7 +12108,7 @@ const Pa = {
12098
12108
  slug: l,
12099
12109
  texts: d = {},
12100
12110
  socialIconsFilled: m = !1
12101
- } = e, h = [5, 10, 15], { SUB_PUBLICATION_PREFIX_IN_ROUTES: p } = V(), g = {
12111
+ } = e, h = [5, 10, 15], { SUB_PUBLICATION_PREFIX_IN_ROUTES: p } = $(), g = {
12102
12112
  5: 1,
12103
12113
  10: 2,
12104
12114
  15: 3
@@ -13160,7 +13170,7 @@ const e3 = "_content_ghncj_1", t3 = "_videoContent_ghncj_17", Da = {
13160
13170
  /* @__PURE__ */ s("p", { className: ht.correspondent, children: t() })
13161
13171
  ] })
13162
13172
  ] }) }) }) });
13163
- }, B5 = (e) => {
13173
+ }, P5 = (e) => {
13164
13174
  switch (e.option) {
13165
13175
  case "op1":
13166
13176
  return /* @__PURE__ */ s(f3, { videos: e.data });
@@ -13170,7 +13180,7 @@ const e3 = "_content_ghncj_1", t3 = "_videoContent_ghncj_17", Da = {
13170
13180
  return /* @__PURE__ */ s(Z, {});
13171
13181
  }
13172
13182
  };
13173
- function P5({ containerId: e, containerId2: t }) {
13183
+ function O5({ containerId: e, containerId2: t }) {
13174
13184
  return Qe(() => {
13175
13185
  try {
13176
13186
  let n = function() {
@@ -13662,7 +13672,7 @@ const I3 = (e) => {
13662
13672
  return console.error("Error verificando reCAPTCHA Enterprise:", i), !1;
13663
13673
  }
13664
13674
  };
13665
- async function O5({
13675
+ async function D5({
13666
13676
  publication: e,
13667
13677
  username: t,
13668
13678
  id: n,
@@ -13733,7 +13743,7 @@ const Ze = {
13733
13743
  intellectual: "Violación de propiedad intelectual",
13734
13744
  bullying: "Bullying o acoso"
13735
13745
  };
13736
- function D5(e) {
13746
+ function M5(e) {
13737
13747
  return Ze[e];
13738
13748
  }
13739
13749
  var un = { exports: {} }, mn = { exports: {} }, ae = {};
@@ -13869,7 +13879,7 @@ function Z3() {
13869
13879
  function F(q) {
13870
13880
  return I(q) === g;
13871
13881
  }
13872
- function $(q) {
13882
+ function V(q) {
13873
13883
  return I(q) === p;
13874
13884
  }
13875
13885
  function X(q) {
@@ -13884,7 +13894,7 @@ function Z3() {
13884
13894
  function le(q) {
13885
13895
  return I(q) === m;
13886
13896
  }
13887
- oe.AsyncMode = b, oe.ConcurrentMode = E, oe.ContextConsumer = O, oe.ContextProvider = G, oe.Element = Y, oe.ForwardRef = Q, oe.Fragment = B, oe.Lazy = ne, oe.Memo = ue, oe.Portal = M, oe.Profiler = U, oe.StrictMode = T, oe.Suspense = D, oe.isAsyncMode = z, oe.isConcurrentMode = v, oe.isContextConsumer = N, oe.isContextProvider = L, oe.isElement = j, oe.isForwardRef = P, oe.isFragment = H, oe.isLazy = F, oe.isMemo = $, oe.isPortal = X, oe.isProfiler = te, oe.isStrictMode = W, oe.isSuspense = le, oe.isValidElementType = _, oe.typeOf = I;
13897
+ oe.AsyncMode = b, oe.ConcurrentMode = E, oe.ContextConsumer = O, oe.ContextProvider = G, oe.Element = Y, oe.ForwardRef = Q, oe.Fragment = B, oe.Lazy = ne, oe.Memo = ue, oe.Portal = M, oe.Profiler = U, oe.StrictMode = T, oe.Suspense = D, oe.isAsyncMode = z, oe.isConcurrentMode = v, oe.isContextConsumer = N, oe.isContextProvider = L, oe.isElement = j, oe.isForwardRef = P, oe.isFragment = H, oe.isLazy = F, oe.isMemo = V, oe.isPortal = X, oe.isProfiler = te, oe.isStrictMode = W, oe.isSuspense = le, oe.isValidElementType = _, oe.typeOf = I;
13888
13898
  })()), oe;
13889
13899
  }
13890
13900
  var Ha;
@@ -14052,28 +14062,28 @@ function t9() {
14052
14062
  function w(v) {
14053
14063
  if (process.env.NODE_ENV !== "production")
14054
14064
  var N = {}, L = 0;
14055
- function j(H, F, $, X, te, W, le) {
14056
- if (X = X || h, W = W || $, le !== n) {
14065
+ function j(H, F, V, X, te, W, le) {
14066
+ if (X = X || h, W = W || V, le !== n) {
14057
14067
  if (u) {
14058
14068
  var q = new Error(
14059
14069
  "Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types"
14060
14070
  );
14061
14071
  throw q.name = "Invariant Violation", q;
14062
14072
  } else if (process.env.NODE_ENV !== "production" && typeof console < "u") {
14063
- var _e = X + ":" + $;
14073
+ var _e = X + ":" + V;
14064
14074
  !N[_e] && // Avoid spamming the console because they are often not actionable except for lib authors
14065
14075
  L < 3 && (i(
14066
14076
  "You are manually calling a React.PropTypes validation function for the `" + W + "` prop on `" + X + "`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."
14067
14077
  ), N[_e] = !0, L++);
14068
14078
  }
14069
14079
  }
14070
- return F[$] == null ? H ? F[$] === null ? new A("The " + te + " `" + W + "` is marked as required " + ("in `" + X + "`, but its value is `null`.")) : new A("The " + te + " `" + W + "` is marked as required in " + ("`" + X + "`, but its value is `undefined`.")) : null : v(F, $, X, te, W);
14080
+ return F[V] == null ? H ? F[V] === null ? new A("The " + te + " `" + W + "` is marked as required " + ("in `" + X + "`, but its value is `null`.")) : new A("The " + te + " `" + W + "` is marked as required in " + ("`" + X + "`, but its value is `undefined`.")) : null : v(F, V, X, te, W);
14071
14081
  }
14072
14082
  var P = j.bind(null, !1);
14073
14083
  return P.isRequired = j.bind(null, !0), P;
14074
14084
  }
14075
14085
  function y(v) {
14076
- function N(L, j, P, H, F, $) {
14086
+ function N(L, j, P, H, F, V) {
14077
14087
  var X = L[j], te = T(X);
14078
14088
  if (te !== v) {
14079
14089
  var W = D(X);
@@ -14093,13 +14103,13 @@ function t9() {
14093
14103
  function N(L, j, P, H, F) {
14094
14104
  if (typeof v != "function")
14095
14105
  return new A("Property `" + F + "` of component `" + P + "` has invalid PropType notation inside arrayOf.");
14096
- var $ = L[j];
14097
- if (!Array.isArray($)) {
14098
- var X = T($);
14106
+ var V = L[j];
14107
+ if (!Array.isArray(V)) {
14108
+ var X = T(V);
14099
14109
  return new A("Invalid " + H + " `" + F + "` of type " + ("`" + X + "` supplied to `" + P + "`, expected an array."));
14100
14110
  }
14101
- for (var te = 0; te < $.length; te++) {
14102
- var W = v($, te, P, H, F + "[" + te + "]", n);
14111
+ for (var te = 0; te < V.length; te++) {
14112
+ var W = v(V, te, P, H, F + "[" + te + "]", n);
14103
14113
  if (W instanceof Error)
14104
14114
  return W;
14105
14115
  }
@@ -14111,8 +14121,8 @@ function t9() {
14111
14121
  function v(N, L, j, P, H) {
14112
14122
  var F = N[L];
14113
14123
  if (!c(F)) {
14114
- var $ = T(F);
14115
- return new A("Invalid " + P + " `" + H + "` of type " + ("`" + $ + "` supplied to `" + j + "`, expected a single ReactElement."));
14124
+ var V = T(F);
14125
+ return new A("Invalid " + P + " `" + H + "` of type " + ("`" + V + "` supplied to `" + j + "`, expected a single ReactElement."));
14116
14126
  }
14117
14127
  return null;
14118
14128
  }
@@ -14122,8 +14132,8 @@ function t9() {
14122
14132
  function v(N, L, j, P, H) {
14123
14133
  var F = N[L];
14124
14134
  if (!e.isValidElementType(F)) {
14125
- var $ = T(F);
14126
- return new A("Invalid " + P + " `" + H + "` of type " + ("`" + $ + "` supplied to `" + j + "`, expected a single ReactElement type."));
14135
+ var V = T(F);
14136
+ return new A("Invalid " + P + " `" + H + "` of type " + ("`" + V + "` supplied to `" + j + "`, expected a single ReactElement type."));
14127
14137
  }
14128
14138
  return null;
14129
14139
  }
@@ -14132,8 +14142,8 @@ function t9() {
14132
14142
  function E(v) {
14133
14143
  function N(L, j, P, H, F) {
14134
14144
  if (!(L[j] instanceof v)) {
14135
- var $ = v.name || h, X = z(L[j]);
14136
- return new A("Invalid " + H + " `" + F + "` of type " + ("`" + X + "` supplied to `" + P + "`, expected ") + ("instance of `" + $ + "`."));
14145
+ var V = v.name || h, X = z(L[j]);
14146
+ return new A("Invalid " + H + " `" + F + "` of type " + ("`" + X + "` supplied to `" + P + "`, expected ") + ("instance of `" + V + "`."));
14137
14147
  }
14138
14148
  return null;
14139
14149
  }
@@ -14145,14 +14155,14 @@ function t9() {
14145
14155
  "Invalid arguments supplied to oneOf, expected an array, got " + arguments.length + " arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."
14146
14156
  ) : i("Invalid argument supplied to oneOf, expected an array.")), r;
14147
14157
  function N(L, j, P, H, F) {
14148
- for (var $ = L[j], X = 0; X < v.length; X++)
14149
- if (g($, v[X]))
14158
+ for (var V = L[j], X = 0; X < v.length; X++)
14159
+ if (g(V, v[X]))
14150
14160
  return null;
14151
14161
  var te = JSON.stringify(v, function(le, q) {
14152
14162
  var _e = D(q);
14153
14163
  return _e === "symbol" ? String(q) : q;
14154
14164
  });
14155
- return new A("Invalid " + H + " `" + F + "` of value `" + String($) + "` " + ("supplied to `" + P + "`, expected one of " + te + "."));
14165
+ return new A("Invalid " + H + " `" + F + "` of value `" + String(V) + "` " + ("supplied to `" + P + "`, expected one of " + te + "."));
14156
14166
  }
14157
14167
  return w(N);
14158
14168
  }
@@ -14160,12 +14170,12 @@ function t9() {
14160
14170
  function N(L, j, P, H, F) {
14161
14171
  if (typeof v != "function")
14162
14172
  return new A("Property `" + F + "` of component `" + P + "` has invalid PropType notation inside objectOf.");
14163
- var $ = L[j], X = T($);
14173
+ var V = L[j], X = T(V);
14164
14174
  if (X !== "object")
14165
14175
  return new A("Invalid " + H + " `" + F + "` of type " + ("`" + X + "` supplied to `" + P + "`, expected an object."));
14166
- for (var te in $)
14167
- if (a($, te)) {
14168
- var W = v($, te, P, H, F + "." + te, n);
14176
+ for (var te in V)
14177
+ if (a(V, te)) {
14178
+ var W = v(V, te, P, H, F + "." + te, n);
14169
14179
  if (W instanceof Error)
14170
14180
  return W;
14171
14181
  }
@@ -14183,15 +14193,15 @@ function t9() {
14183
14193
  "Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + x(L) + " at index " + N + "."
14184
14194
  ), r;
14185
14195
  }
14186
- function j(P, H, F, $, X) {
14196
+ function j(P, H, F, V, X) {
14187
14197
  for (var te = [], W = 0; W < v.length; W++) {
14188
- var le = v[W], q = le(P, H, F, $, X, n);
14198
+ var le = v[W], q = le(P, H, F, V, X, n);
14189
14199
  if (q == null)
14190
14200
  return null;
14191
14201
  q.data && a(q.data, "expectedType") && te.push(q.data.expectedType);
14192
14202
  }
14193
14203
  var _e = te.length > 0 ? ", expected one of type [" + te.join(", ") + "]" : "";
14194
- return new A("Invalid " + $ + " `" + X + "` supplied to " + ("`" + F + "`" + _e + "."));
14204
+ return new A("Invalid " + V + " `" + X + "` supplied to " + ("`" + F + "`" + _e + "."));
14195
14205
  }
14196
14206
  return w(j);
14197
14207
  }
@@ -14208,14 +14218,14 @@ function t9() {
14208
14218
  }
14209
14219
  function ne(v) {
14210
14220
  function N(L, j, P, H, F) {
14211
- var $ = L[j], X = T($);
14221
+ var V = L[j], X = T(V);
14212
14222
  if (X !== "object")
14213
14223
  return new A("Invalid " + H + " `" + F + "` of type `" + X + "` " + ("supplied to `" + P + "`, expected `object`."));
14214
14224
  for (var te in v) {
14215
14225
  var W = v[te];
14216
14226
  if (typeof W != "function")
14217
14227
  return B(P, H, F, te, D(W));
14218
- var le = W($, te, P, H, F + "." + te, n);
14228
+ var le = W(V, te, P, H, F + "." + te, n);
14219
14229
  if (le)
14220
14230
  return le;
14221
14231
  }
@@ -14225,7 +14235,7 @@ function t9() {
14225
14235
  }
14226
14236
  function ue(v) {
14227
14237
  function N(L, j, P, H, F) {
14228
- var $ = L[j], X = T($);
14238
+ var V = L[j], X = T(V);
14229
14239
  if (X !== "object")
14230
14240
  return new A("Invalid " + H + " `" + F + "` of type `" + X + "` " + ("supplied to `" + P + "`, expected `object`."));
14231
14241
  var te = t({}, L[j], v);
@@ -14238,7 +14248,7 @@ function t9() {
14238
14248
  "Invalid " + H + " `" + F + "` key `" + W + "` supplied to `" + P + "`.\nBad object: " + JSON.stringify(L[j], null, " ") + `
14239
14249
  Valid keys: ` + JSON.stringify(Object.keys(v), null, " ")
14240
14250
  );
14241
- var q = le($, W, P, H, F + "." + W, n);
14251
+ var q = le(V, W, P, H, F + "." + W, n);
14242
14252
  if (q)
14243
14253
  return q;
14244
14254
  }
@@ -15619,7 +15629,7 @@ function E9({
15619
15629
  }
15620
15630
  ) : h;
15621
15631
  }
15622
- const M5 = ({
15632
+ const j5 = ({
15623
15633
  render: e,
15624
15634
  internalPath: t,
15625
15635
  section: n,
@@ -15681,7 +15691,7 @@ const M5 = ({
15681
15691
  }
15682
15692
  );
15683
15693
  };
15684
- async function j5({
15694
+ async function G5({
15685
15695
  publication: e,
15686
15696
  path: t,
15687
15697
  username: n,
@@ -15785,7 +15795,7 @@ async function j5({
15785
15795
  };
15786
15796
  }
15787
15797
  }
15788
- const G5 = async ({
15798
+ const Q5 = async ({
15789
15799
  token: e,
15790
15800
  projectId: t,
15791
15801
  captchaKey: n,
@@ -15821,143 +15831,144 @@ const G5 = async ({
15821
15831
  };
15822
15832
  export {
15823
15833
  zi as AssetsPreconnect,
15824
- q5 as AutorComponent,
15834
+ B5 as AutorComponent,
15825
15835
  xu as AutorHeader1,
15826
15836
  Hu as AutorHeader2,
15827
15837
  be as BannerAdvertising,
15828
15838
  et as BannerAdvertisingMiddle,
15829
- u5 as CarrouselCSR,
15839
+ m5 as CarrouselCSR,
15830
15840
  Lt as CarrouselIRS,
15831
15841
  Qf as CarruselCard,
15832
15842
  Jf as CarruselOpinion,
15833
15843
  ft as CommonServices,
15834
15844
  ri as Comscore,
15835
- T5 as ContactInfoServer,
15836
- A5 as ContactInput,
15837
- w5 as ContactSelect,
15838
- y5 as ContactTextarea,
15845
+ x5 as ContactInfoServer,
15846
+ w5 as ContactInput,
15847
+ y5 as ContactSelect,
15848
+ v5 as ContactTextarea,
15839
15849
  Kt as ContentLayout1,
15840
15850
  Na as ContentLayoutTema,
15841
- U5 as DEBUG_MainSlots,
15851
+ L5 as DEBUG_MainSlots,
15842
15852
  z2 as DestacadoNoticias,
15843
15853
  xf as DestacadoVideos,
15844
15854
  Dc as DynamicBlockServices,
15845
- k5 as DynamicComponents,
15855
+ U5 as DynamicComponents,
15846
15856
  ns as DynamicMainSlot,
15847
15857
  xn as DynamicSlot,
15848
- S5 as EditorialBlock,
15849
- p5 as ErrorComponent,
15858
+ N5 as EditorialBlock,
15859
+ A5 as ErrorComponent,
15850
15860
  ar as Font,
15851
- f5 as Footer,
15861
+ g5 as Footer,
15852
15862
  Hi as FormatAfterScripts,
15853
15863
  so as FormatScripts,
15854
15864
  li as GA4,
15855
15865
  di as GTM,
15856
15866
  W0 as GalleryHeader,
15857
- l5 as GenerateBody,
15858
- c5 as GenerateHead,
15859
- b5 as Header,
15867
+ d5 as GenerateBody,
15868
+ l5 as GenerateHead,
15869
+ _5 as Header,
15860
15870
  og as IframeHeader,
15861
15871
  Rl as ImageOffline,
15862
15872
  qe as ImageOnline,
15863
15873
  Ll as ImageOnlineClient,
15864
- o5 as IssuuServices,
15874
+ i5 as IssuuServices,
15865
15875
  Xi as ItemListSchema,
15866
15876
  Jh as JournalistArticule2,
15867
15877
  o2 as JournalistGroup,
15868
15878
  Mo as LayoutNewsComponent,
15869
- M5 as LazyLoader,
15879
+ j5 as LazyLoader,
15870
15880
  R as LinkComponent,
15871
15881
  cu as LiveBlogHeader,
15872
- d5 as Location,
15882
+ u5 as Location,
15873
15883
  Xp as LoginPopUp,
15874
- j9 as MainComponentServices,
15884
+ G9 as MainComponentServices,
15875
15885
  ui as Marfeel,
15876
15886
  ct as MiddleSection,
15877
15887
  zo as Modulo1x3,
15878
15888
  Gf as Modulo1x3Card,
15879
15889
  bf as Modulo1x4,
15880
15890
  Nf as Modulo1x5,
15881
- N5 as Modulo2Columnas,
15891
+ I5 as Modulo2Columnas,
15882
15892
  wf as Modulo3Columnas,
15883
- I5 as ModuloNewsletter,
15884
- C5 as ModuloOpinion,
15893
+ E5 as ModuloNewsletter,
15894
+ S5 as ModuloOpinion,
15885
15895
  T3 as NewListResponseDataPH,
15886
15896
  er as NewsArticle,
15887
- L5 as NewsComponent,
15897
+ R5 as NewsComponent,
15888
15898
  ps as NewsContent,
15889
15899
  Rt as NewsDescriptionComponent,
15890
15900
  In as NextPrev,
15891
15901
  tr as OrgList,
15892
15902
  Xs as PreloadImages,
15893
15903
  Ze as REPORT_REASONS,
15904
+ U9 as ReCaptchaRender,
15894
15905
  Bs as Readest,
15895
- P5 as ScriptHydrator,
15896
- R5 as SearchSection,
15906
+ O5 as ScriptHydrator,
15907
+ q5 as SearchSection,
15897
15908
  ye as Section,
15898
15909
  st as SectionCard,
15899
15910
  Qn as SectionCard2,
15900
15911
  ws as SectionCardServerComponent,
15901
- E5 as SectionServerComponent,
15912
+ T5 as SectionServerComponent,
15902
15913
  va as ShowSection,
15903
15914
  Fo as SocialNetworks,
15904
15915
  Ji as SpeculationRules,
15905
- x5 as StaticSlotWrapper,
15916
+ k5 as StaticSlotWrapper,
15906
15917
  Vl as SubscribeColumn,
15907
15918
  id as SubscribeRow,
15908
- m5 as SubscribeWhatsAppColumn,
15909
- _5 as TagHeader,
15919
+ h5 as SubscribeWhatsAppColumn,
15920
+ C5 as TagHeader,
15910
15921
  Gh as TagSection,
15911
15922
  hu as TimeLine,
15912
- R9 as TrimPathname,
15913
- g5 as VideoBlock3,
15914
- v5 as VideoBlock4,
15923
+ q9 as TrimPathname,
15924
+ p5 as VideoBlock3,
15925
+ b5 as VideoBlock4,
15915
15926
  X0 as VideoEmbeddedHeader,
15916
- B5 as VideoSection,
15927
+ P5 as VideoSection,
15917
15928
  ng as VideoYoutubeHeader,
15918
15929
  sr as VideosSchemas,
15919
15930
  nr as WebsiteList,
15920
- j5 as addComment,
15931
+ G5 as addComment,
15921
15932
  Ns as bannersReplace,
15922
15933
  Ft as becomeVideoObject,
15923
15934
  wt as buildTagUrl,
15924
- h5 as coloringByStrokeSVGs,
15935
+ f5 as coloringByStrokeSVGs,
15925
15936
  Ms as compileStyleProps,
15926
- D9 as createAssessment,
15937
+ M9 as createAssessment,
15927
15938
  ze as cutString,
15928
15939
  ta as decodeApiEnv,
15929
15940
  ea as encodeApiEnv,
15930
15941
  Be as extractMainSlug,
15931
15942
  Js as extractRealtedNews,
15932
15943
  He as formatDate,
15933
- U9 as formatDateEdiciones,
15944
+ L9 as formatDateEdiciones,
15934
15945
  Ss as formatDateJournalistArticule,
15935
15946
  Ti as formatDateTimeline,
15936
15947
  Bi as formatNewsMeta,
15937
15948
  $i as formatVideoData,
15938
- r5 as generalGetData,
15949
+ c5 as generalGetData,
15939
15950
  Vo as getCaptchaToken,
15940
15951
  y9 as getComments,
15941
- V as getConfig,
15942
- i5 as getDynamicSlots,
15952
+ $ as getConfig,
15953
+ r5 as getDynamicSlots,
15943
15954
  Sn as getEnvironmentUrl,
15944
- L9 as getEnvironmentUrlFront,
15945
- P9 as getHydratorPath,
15955
+ R9 as getEnvironmentUrlFront,
15956
+ O9 as getHydratorPath,
15946
15957
  we as getImageUrl,
15947
15958
  Zt as getNextMeta,
15948
15959
  en as getPage,
15949
15960
  qs as getPlayIcon,
15950
- M9 as getPreloadImages,
15961
+ j9 as getPreloadImages,
15951
15962
  Xt as getPrevMeta,
15952
- O9 as getRelatedNewsCarrousel,
15953
- D5 as getReportReasonLabel,
15963
+ D9 as getRelatedNewsCarrousel,
15964
+ M5 as getReportReasonLabel,
15954
15965
  It as getResponse,
15955
15966
  xi as getResponsePromise,
15956
15967
  Is as getSchemas,
15957
15968
  ao as getScriptReplaces,
15958
15969
  ir as getSlugs,
15959
- q9 as getTypeOfNews,
15960
- B9 as getVideoRealPath,
15970
+ B9 as getTypeOfNews,
15971
+ P9 as getVideoRealPath,
15961
15972
  Hs as handleGetComments,
15962
15973
  k9 as initLibrary,
15963
15974
  Mi as metadataToJSX,
@@ -15966,12 +15977,12 @@ export {
15966
15977
  Pi as pathnameSplit,
15967
15978
  Ri as processExtractedRelatedNews,
15968
15979
  or as removePages,
15969
- O5 as reportComment,
15980
+ D5 as reportComment,
15970
15981
  r1 as shareButtons,
15971
15982
  Os as socialIcons,
15972
15983
  Yi as speculationRules,
15973
15984
  Wi as speculationRulesHome,
15974
15985
  Oi as urlReplaces,
15975
15986
  Uo as usePlayIcon,
15976
- G5 as verifyCaptchaTokenEnterprise
15987
+ Q5 as verifyCaptchaTokenEnterprise
15977
15988
  };