sass-template-common 0.6.11 → 0.6.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.
- package/dist/sass-template-common.js +285 -282
- package/dist/sass-template-common.umd.cjs +19 -19
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as a, jsxs as g, Fragment as K } from "react/jsx-runtime";
|
|
2
2
|
import * as Za from "react";
|
|
3
|
-
import
|
|
4
|
-
let
|
|
3
|
+
import be, { useState as Y, useRef as so, useCallback as fe, useEffect as He, createElement as dt, forwardRef as oo, Fragment as Nn, useMemo as ma, Component as ci } from "react";
|
|
4
|
+
let ha = {
|
|
5
5
|
PUBLIC_API_HOST: "",
|
|
6
6
|
PUBLIC_API_FRONT: "",
|
|
7
7
|
PUBLIC_API_PATH: "",
|
|
@@ -64,10 +64,10 @@ let ma = {
|
|
|
64
64
|
MULTIPUBLICATION_FETCHES: void 0
|
|
65
65
|
};
|
|
66
66
|
function F9(e = {}) {
|
|
67
|
-
|
|
67
|
+
ha = { ...ha, ...e };
|
|
68
68
|
}
|
|
69
69
|
function $() {
|
|
70
|
-
return
|
|
70
|
+
return ha;
|
|
71
71
|
}
|
|
72
72
|
const li = () => {
|
|
73
73
|
const { ANALYTICS_comscore: e } = $();
|
|
@@ -90,7 +90,7 @@ const li = () => {
|
|
|
90
90
|
newsType: e?.info?.type ?? "",
|
|
91
91
|
publishDate: new Date(e?.info?.date?.firstpublish ?? "").toISOString().split("T")[0] ?? ""
|
|
92
92
|
} : void 0, ui = ({ id: e, dimensionValues: t = {} }) => {
|
|
93
|
-
const n =
|
|
93
|
+
const n = be.useMemo(() => {
|
|
94
94
|
const o = {};
|
|
95
95
|
return Object.keys(t).forEach((i) => {
|
|
96
96
|
o[i] = i;
|
|
@@ -661,7 +661,7 @@ Le.extend(yi);
|
|
|
661
661
|
const Ln = (e) => e === "en" ? "en" : "es", Fe = (e, t) => {
|
|
662
662
|
const { PUBLIC_LNG: n, DATE_TIMEZONE: s } = t || $(), o = Ln(n ?? "es");
|
|
663
663
|
return Le.tz(e, s).locale(o).format("DD MMMM YYYY");
|
|
664
|
-
},
|
|
664
|
+
}, Ta = (e) => {
|
|
665
665
|
const { PUBLIC_LNG: t, DATE_TIMEZONE: n } = $(), s = Ln(t ?? "es");
|
|
666
666
|
return Le.tz(e, n).locale(s).format(
|
|
667
667
|
s === "en" ? "MMMM DD YYYY [•] HH:mm [hs]" : "DD [de] MMMM YYYY [•] HH:mm [hs]"
|
|
@@ -1059,7 +1059,7 @@ const Pi = async (e, t) => {
|
|
|
1059
1059
|
}, we = async (e) => {
|
|
1060
1060
|
const t = In() ?? "", n = e;
|
|
1061
1061
|
return n?.startsWith("http") || n?.includes(t) || t === "" ? n : t + n;
|
|
1062
|
-
},
|
|
1062
|
+
}, xa = (e, t) => {
|
|
1063
1063
|
const n = e || "";
|
|
1064
1064
|
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 || "";
|
|
1065
1065
|
}, Qi = (e) => {
|
|
@@ -1109,7 +1109,7 @@ const Pi = async (e, t) => {
|
|
|
1109
1109
|
(o) => o.key === e.name
|
|
1110
1110
|
);
|
|
1111
1111
|
if (!t || !t.show) return null;
|
|
1112
|
-
const n =
|
|
1112
|
+
const n = xa(
|
|
1113
1113
|
t.value || "",
|
|
1114
1114
|
e.replaces
|
|
1115
1115
|
), s = Fi(n);
|
|
@@ -1122,7 +1122,7 @@ const Pi = async (e, t) => {
|
|
|
1122
1122
|
(o) => o.key === e.name
|
|
1123
1123
|
);
|
|
1124
1124
|
if (!t || !t.show) return null;
|
|
1125
|
-
const s =
|
|
1125
|
+
const s = xa(
|
|
1126
1126
|
t.value || "",
|
|
1127
1127
|
e.replaces
|
|
1128
1128
|
).split(
|
|
@@ -1162,7 +1162,7 @@ function W9(e) {
|
|
|
1162
1162
|
const $i = () => {
|
|
1163
1163
|
const { PUBLIC_ASSETS_URL: e } = $();
|
|
1164
1164
|
return e && e !== "false" && /* @__PURE__ */ a("link", { rel: "preconnect", href: e, crossOrigin: "anonymous" });
|
|
1165
|
-
}, { PUBLIC_ASSETS_URL:
|
|
1165
|
+
}, { PUBLIC_ASSETS_URL: zn } = $(), Vi = zn && zn !== "false" ? zn : "", is = ({ images: e }) => /* @__PURE__ */ a(K, { children: e.map(
|
|
1166
1166
|
(t, n) => t.href !== "" && /* @__PURE__ */ a(
|
|
1167
1167
|
"link",
|
|
1168
1168
|
{
|
|
@@ -1373,7 +1373,7 @@ const Ki = { prerender: [
|
|
|
1373
1373
|
__html: JSON.stringify(n ?? Zi[t])
|
|
1374
1374
|
}
|
|
1375
1375
|
}
|
|
1376
|
-
),
|
|
1376
|
+
), ka = async (e, t, n) => {
|
|
1377
1377
|
if (n)
|
|
1378
1378
|
return n.get(`/schemas${t}`, { params: e }).catch((s) => {
|
|
1379
1379
|
console.log(`[/schemas${t}] Error: ${s.message}`);
|
|
@@ -1397,7 +1397,7 @@ const Ki = { prerender: [
|
|
|
1397
1397
|
...r && c ? { query: `${c}:('${r}')` } : {}
|
|
1398
1398
|
};
|
|
1399
1399
|
try {
|
|
1400
|
-
const l = await
|
|
1400
|
+
const l = await ka(u, "/news-list-summary", t);
|
|
1401
1401
|
l?.data?.data ? i = l.data.data : console.warn(
|
|
1402
1402
|
"getSchemas responded but did not contain expected data:",
|
|
1403
1403
|
l
|
|
@@ -1444,7 +1444,7 @@ const nr = async ({
|
|
|
1444
1444
|
r = (await Promise.all(
|
|
1445
1445
|
m.map(async (A) => {
|
|
1446
1446
|
const w = A === "/news-breadcrumb" ? { ...l, prefixtag: p } : l;
|
|
1447
|
-
return await
|
|
1447
|
+
return await ka(w, A, s);
|
|
1448
1448
|
})
|
|
1449
1449
|
)).map((A) => A?.data?.data ?? []);
|
|
1450
1450
|
} catch (c) {
|
|
@@ -1510,7 +1510,7 @@ const nr = async ({
|
|
|
1510
1510
|
logow: t.socialBlockLogo?.width,
|
|
1511
1511
|
logoh: t.socialBlockLogo?.height,
|
|
1512
1512
|
authorurl: `${t.siteUrl}/autor/`
|
|
1513
|
-
}, i = (await
|
|
1513
|
+
}, i = (await ka(s, "/videos", n))?.data.data;
|
|
1514
1514
|
return i ? /* @__PURE__ */ a(
|
|
1515
1515
|
"script",
|
|
1516
1516
|
{
|
|
@@ -2034,7 +2034,7 @@ function mo(e, t) {
|
|
|
2034
2034
|
return e.apply(t, arguments);
|
|
2035
2035
|
};
|
|
2036
2036
|
}
|
|
2037
|
-
const { toString: ur } = Object.prototype, { getPrototypeOf:
|
|
2037
|
+
const { toString: ur } = Object.prototype, { getPrototypeOf: Ua } = Object, { iterator: Bn, toStringTag: ho } = Symbol, Pn = /* @__PURE__ */ ((e) => (t) => {
|
|
2038
2038
|
const n = ur.call(t);
|
|
2039
2039
|
return e[n] || (e[n] = n.slice(8, -1).toLowerCase());
|
|
2040
2040
|
})(/* @__PURE__ */ Object.create(null)), De = (e) => (e = e.toLowerCase(), (t) => Pn(t) === e), On = (e) => (t) => typeof t === e, { isArray: Ut } = Array, Tt = On("undefined");
|
|
@@ -2049,7 +2049,7 @@ function mr(e) {
|
|
|
2049
2049
|
const hr = On("string"), Ee = On("function"), go = On("number"), Yt = (e) => e !== null && typeof e == "object", fr = (e) => e === !0 || e === !1, vn = (e) => {
|
|
2050
2050
|
if (Pn(e) !== "object")
|
|
2051
2051
|
return !1;
|
|
2052
|
-
const t =
|
|
2052
|
+
const t = Ua(e);
|
|
2053
2053
|
return (t === null || t === Object.prototype || Object.getPrototypeOf(t) === null) && !(ho in e) && !(Bn in e);
|
|
2054
2054
|
}, gr = (e) => {
|
|
2055
2055
|
if (!Yt(e) || Wt(e))
|
|
@@ -2092,10 +2092,10 @@ function po(e, t) {
|
|
|
2092
2092
|
return null;
|
|
2093
2093
|
}
|
|
2094
2094
|
const pt = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global, Ao = (e) => !Tt(e) && e !== pt;
|
|
2095
|
-
function
|
|
2095
|
+
function fa() {
|
|
2096
2096
|
const { caseless: e, skipUndefined: t } = Ao(this) && this || {}, n = {}, s = (o, i) => {
|
|
2097
2097
|
const r = e && po(n, i) || i;
|
|
2098
|
-
vn(n[r]) && vn(o) ? n[r] =
|
|
2098
|
+
vn(n[r]) && vn(o) ? n[r] = fa(n[r], o) : vn(o) ? n[r] = fa({}, o) : Ut(o) ? n[r] = o.slice() : (!t || !Tt(o)) && (n[r] = o);
|
|
2099
2099
|
};
|
|
2100
2100
|
for (let o = 0, i = arguments.length; o < i; o++)
|
|
2101
2101
|
arguments[o] && Kt(arguments[o], s);
|
|
@@ -2114,7 +2114,7 @@ const Tr = (e, t, n, { allOwnKeys: s } = {}) => (Kt(t, (o, i) => {
|
|
|
2114
2114
|
do {
|
|
2115
2115
|
for (o = Object.getOwnPropertyNames(e), i = o.length; i-- > 0; )
|
|
2116
2116
|
r = o[i], (!s || s(r, e, t)) && !c[r] && (t[r] = e[r], c[r] = !0);
|
|
2117
|
-
e = n !== !1 &&
|
|
2117
|
+
e = n !== !1 && Ua(e);
|
|
2118
2118
|
} while (e && (!n || n(e, t)) && e !== Object.prototype);
|
|
2119
2119
|
return t;
|
|
2120
2120
|
}, Lr = (e, t, n) => {
|
|
@@ -2130,7 +2130,7 @@ const Tr = (e, t, n, { allOwnKeys: s } = {}) => (Kt(t, (o, i) => {
|
|
|
2130
2130
|
for (; t-- > 0; )
|
|
2131
2131
|
n[t] = e[t];
|
|
2132
2132
|
return n;
|
|
2133
|
-
}, Br = /* @__PURE__ */ ((e) => (t) => e && t instanceof e)(typeof Uint8Array < "u" &&
|
|
2133
|
+
}, Br = /* @__PURE__ */ ((e) => (t) => e && t instanceof e)(typeof Uint8Array < "u" && Ua(Uint8Array)), Pr = (e, t) => {
|
|
2134
2134
|
const s = (e && e[Bn]).call(e);
|
|
2135
2135
|
let o;
|
|
2136
2136
|
for (; (o = s.next()) && !o.done; ) {
|
|
@@ -2234,7 +2234,7 @@ const zr = (e) => {
|
|
|
2234
2234
|
isTypedArray: Br,
|
|
2235
2235
|
isFileList: yr,
|
|
2236
2236
|
forEach: Kt,
|
|
2237
|
-
merge:
|
|
2237
|
+
merge: fa,
|
|
2238
2238
|
extend: Tr,
|
|
2239
2239
|
trim: Er,
|
|
2240
2240
|
stripBOM: xr,
|
|
@@ -2320,7 +2320,7 @@ Z.from = (e, t, n, s, o, i) => {
|
|
|
2320
2320
|
return Z.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;
|
|
2321
2321
|
};
|
|
2322
2322
|
const Kr = null;
|
|
2323
|
-
function
|
|
2323
|
+
function ga(e) {
|
|
2324
2324
|
return _.isPlainObject(e) || _.isArray(e);
|
|
2325
2325
|
}
|
|
2326
2326
|
function _o(e) {
|
|
@@ -2332,7 +2332,7 @@ function ds(e, t, n) {
|
|
|
2332
2332
|
}).join(n ? "." : "") : t;
|
|
2333
2333
|
}
|
|
2334
2334
|
function Jr(e) {
|
|
2335
|
-
return _.isArray(e) && !e.some(
|
|
2335
|
+
return _.isArray(e) && !e.some(ga);
|
|
2336
2336
|
}
|
|
2337
2337
|
const Zr = _.toFlatObject(_, {}, null, function(t) {
|
|
2338
2338
|
return /^is[A-Z]/.test(t);
|
|
@@ -2374,12 +2374,12 @@ function qn(e, t, n) {
|
|
|
2374
2374
|
);
|
|
2375
2375
|
}), !1;
|
|
2376
2376
|
}
|
|
2377
|
-
return
|
|
2377
|
+
return ga(f) ? !0 : (t.append(ds(w, A, i), l(f)), !1);
|
|
2378
2378
|
}
|
|
2379
2379
|
const m = [], h = Object.assign(Zr, {
|
|
2380
2380
|
defaultVisitor: d,
|
|
2381
2381
|
convertValue: l,
|
|
2382
|
-
isVisitable:
|
|
2382
|
+
isVisitable: ga
|
|
2383
2383
|
});
|
|
2384
2384
|
function p(f, A) {
|
|
2385
2385
|
if (!_.isUndefined(f)) {
|
|
@@ -2414,10 +2414,10 @@ function us(e) {
|
|
|
2414
2414
|
return t[s];
|
|
2415
2415
|
});
|
|
2416
2416
|
}
|
|
2417
|
-
function
|
|
2417
|
+
function La(e, t) {
|
|
2418
2418
|
this._pairs = [], e && qn(e, this, t);
|
|
2419
2419
|
}
|
|
2420
|
-
const Co =
|
|
2420
|
+
const Co = La.prototype;
|
|
2421
2421
|
Co.append = function(t, n) {
|
|
2422
2422
|
this._pairs.push([t, n]);
|
|
2423
2423
|
};
|
|
@@ -2441,7 +2441,7 @@ function So(e, t, n) {
|
|
|
2441
2441
|
});
|
|
2442
2442
|
const o = n && n.serialize;
|
|
2443
2443
|
let i;
|
|
2444
|
-
if (o ? i = o(t, n) : i = _.isURLSearchParams(t) ? t.toString() : new
|
|
2444
|
+
if (o ? i = o(t, n) : i = _.isURLSearchParams(t) ? t.toString() : new La(t, n).toString(s), i) {
|
|
2445
2445
|
const r = e.indexOf("#");
|
|
2446
2446
|
r !== -1 && (e = e.slice(0, r)), e += (e.indexOf("?") === -1 ? "?" : "&") + i;
|
|
2447
2447
|
}
|
|
@@ -2505,7 +2505,7 @@ const No = {
|
|
|
2505
2505
|
silentJSONParsing: !0,
|
|
2506
2506
|
forcedJSONParsing: !0,
|
|
2507
2507
|
clarifyTimeoutError: !1
|
|
2508
|
-
}, ec = typeof URLSearchParams < "u" ? URLSearchParams :
|
|
2508
|
+
}, ec = typeof URLSearchParams < "u" ? URLSearchParams : La, tc = typeof FormData < "u" ? FormData : null, nc = typeof Blob < "u" ? Blob : null, ac = {
|
|
2509
2509
|
isBrowser: !0,
|
|
2510
2510
|
classes: {
|
|
2511
2511
|
URLSearchParams: ec,
|
|
@@ -2513,22 +2513,22 @@ const No = {
|
|
|
2513
2513
|
Blob: nc
|
|
2514
2514
|
},
|
|
2515
2515
|
protocols: ["http", "https", "file", "blob", "url", "data"]
|
|
2516
|
-
},
|
|
2517
|
-
self instanceof WorkerGlobalScope && typeof self.importScripts == "function", ic =
|
|
2516
|
+
}, Ra = typeof window < "u" && typeof document < "u", pa = typeof navigator == "object" && navigator || void 0, sc = Ra && (!pa || ["ReactNative", "NativeScript", "NS"].indexOf(pa.product) < 0), oc = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
|
|
2517
|
+
self instanceof WorkerGlobalScope && typeof self.importScripts == "function", ic = Ra && window.location.href || "http://localhost", rc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2518
2518
|
__proto__: null,
|
|
2519
|
-
hasBrowserEnv:
|
|
2519
|
+
hasBrowserEnv: Ra,
|
|
2520
2520
|
hasStandardBrowserEnv: sc,
|
|
2521
2521
|
hasStandardBrowserWebWorkerEnv: oc,
|
|
2522
|
-
navigator:
|
|
2522
|
+
navigator: pa,
|
|
2523
2523
|
origin: ic
|
|
2524
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2524
|
+
}, Symbol.toStringTag, { value: "Module" })), ve = {
|
|
2525
2525
|
...rc,
|
|
2526
2526
|
...ac
|
|
2527
2527
|
};
|
|
2528
2528
|
function cc(e, t) {
|
|
2529
|
-
return qn(e, new
|
|
2529
|
+
return qn(e, new ve.classes.URLSearchParams(), {
|
|
2530
2530
|
visitor: function(n, s, o, i) {
|
|
2531
|
-
return
|
|
2531
|
+
return ve.isNode && _.isBuffer(n) ? (this.append(s, n.toString("base64")), !1) : i.defaultVisitor.apply(this, arguments);
|
|
2532
2532
|
},
|
|
2533
2533
|
...t
|
|
2534
2534
|
});
|
|
@@ -2623,8 +2623,8 @@ const Jt = {
|
|
|
2623
2623
|
maxContentLength: -1,
|
|
2624
2624
|
maxBodyLength: -1,
|
|
2625
2625
|
env: {
|
|
2626
|
-
FormData:
|
|
2627
|
-
Blob:
|
|
2626
|
+
FormData: ve.classes.FormData,
|
|
2627
|
+
Blob: ve.classes.Blob
|
|
2628
2628
|
},
|
|
2629
2629
|
validateStatus: function(t) {
|
|
2630
2630
|
return t >= 200 && t < 300;
|
|
@@ -2679,7 +2679,7 @@ function fc(e) {
|
|
|
2679
2679
|
return t;
|
|
2680
2680
|
}
|
|
2681
2681
|
const gc = (e) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());
|
|
2682
|
-
function
|
|
2682
|
+
function $n(e, t, n, s, o) {
|
|
2683
2683
|
if (_.isFunction(s))
|
|
2684
2684
|
return s.call(this, t, n);
|
|
2685
2685
|
if (o && (t = n), !!_.isString(t)) {
|
|
@@ -2753,7 +2753,7 @@ let Te = class {
|
|
|
2753
2753
|
has(t, n) {
|
|
2754
2754
|
if (t = Pt(t), t) {
|
|
2755
2755
|
const s = _.findKey(this, t);
|
|
2756
|
-
return !!(s && this[s] !== void 0 && (!n ||
|
|
2756
|
+
return !!(s && this[s] !== void 0 && (!n || $n(this, this[s], s, n)));
|
|
2757
2757
|
}
|
|
2758
2758
|
return !1;
|
|
2759
2759
|
}
|
|
@@ -2763,7 +2763,7 @@ let Te = class {
|
|
|
2763
2763
|
function i(r) {
|
|
2764
2764
|
if (r = Pt(r), r) {
|
|
2765
2765
|
const c = _.findKey(s, r);
|
|
2766
|
-
c && (!n ||
|
|
2766
|
+
c && (!n || $n(s, s[c], c, n)) && (delete s[c], o = !0);
|
|
2767
2767
|
}
|
|
2768
2768
|
}
|
|
2769
2769
|
return _.isArray(t) ? t.forEach(i) : i(t), o;
|
|
@@ -2773,7 +2773,7 @@ let Te = class {
|
|
|
2773
2773
|
let s = n.length, o = !1;
|
|
2774
2774
|
for (; s--; ) {
|
|
2775
2775
|
const i = n[s];
|
|
2776
|
-
(!t ||
|
|
2776
|
+
(!t || $n(this, this[i], i, t, !0)) && (delete this[i], o = !0);
|
|
2777
2777
|
}
|
|
2778
2778
|
return o;
|
|
2779
2779
|
}
|
|
@@ -2840,7 +2840,7 @@ _.reduceDescriptors(Te.prototype, ({ value: e }, t) => {
|
|
|
2840
2840
|
};
|
|
2841
2841
|
});
|
|
2842
2842
|
_.freezeMethods(Te);
|
|
2843
|
-
function
|
|
2843
|
+
function Vn(e, t) {
|
|
2844
2844
|
const n = this || Jt, s = t || n, o = Te.from(s.headers);
|
|
2845
2845
|
let i = s.data;
|
|
2846
2846
|
return _.forEach(e, function(c) {
|
|
@@ -2924,10 +2924,10 @@ const En = (e, t, n = 3) => {
|
|
|
2924
2924
|
total: e,
|
|
2925
2925
|
loaded: s
|
|
2926
2926
|
}), t[1]];
|
|
2927
|
-
}, gs = (e) => (...t) => _.asap(() => e(...t)), vc =
|
|
2928
|
-
new URL(
|
|
2929
|
-
|
|
2930
|
-
) : () => !0, _c =
|
|
2927
|
+
}, gs = (e) => (...t) => _.asap(() => e(...t)), vc = 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)))(
|
|
2928
|
+
new URL(ve.origin),
|
|
2929
|
+
ve.navigator && /(msie|trident)/i.test(ve.navigator.userAgent)
|
|
2930
|
+
) : () => !0, _c = ve.hasStandardBrowserEnv ? (
|
|
2931
2931
|
// Standard browser envs support document.cookie
|
|
2932
2932
|
{
|
|
2933
2933
|
write(e, t, n, s, o, i, r) {
|
|
@@ -3038,7 +3038,7 @@ const ko = (e) => {
|
|
|
3038
3038
|
"Authorization",
|
|
3039
3039
|
"Basic " + btoa((c.username || "") + ":" + (c.password ? unescape(encodeURIComponent(c.password)) : ""))
|
|
3040
3040
|
), _.isFormData(n)) {
|
|
3041
|
-
if (
|
|
3041
|
+
if (ve.hasStandardBrowserEnv || ve.hasStandardBrowserWebWorkerEnv)
|
|
3042
3042
|
r.setContentType(void 0);
|
|
3043
3043
|
else if (_.isFunction(n.getHeaders)) {
|
|
3044
3044
|
const u = n.getHeaders(), l = ["content-type", "content-length"];
|
|
@@ -3047,7 +3047,7 @@ const ko = (e) => {
|
|
|
3047
3047
|
});
|
|
3048
3048
|
}
|
|
3049
3049
|
}
|
|
3050
|
-
if (
|
|
3050
|
+
if (ve.hasStandardBrowserEnv && (s && _.isFunction(s) && (s = s(t)), s || s !== !1 && vc(t.url))) {
|
|
3051
3051
|
const u = o && i && _c.read(i);
|
|
3052
3052
|
u && r.set(o, u);
|
|
3053
3053
|
}
|
|
@@ -3104,7 +3104,7 @@ const ko = (e) => {
|
|
|
3104
3104
|
w && (s(!C || C.type ? new Lt(null, e, w) : C), w.abort(), w = null);
|
|
3105
3105
|
}, o.cancelToken && o.cancelToken.subscribe(d), o.signal && (o.signal.aborted ? d() : o.signal.addEventListener("abort", d)));
|
|
3106
3106
|
const S = wc(o.url);
|
|
3107
|
-
if (S &&
|
|
3107
|
+
if (S && ve.protocols.indexOf(S) === -1) {
|
|
3108
3108
|
s(new Z("Unsupported protocol " + S + ":", Z.ERR_BAD_REQUEST, e));
|
|
3109
3109
|
return;
|
|
3110
3110
|
}
|
|
@@ -3211,7 +3211,7 @@ const ko = (e) => {
|
|
|
3211
3211
|
return !1;
|
|
3212
3212
|
const c = o && an(ys), u = o && (typeof bs == "function" ? /* @__PURE__ */ ((f) => (A) => f.encode(A))(new bs()) : async (f) => new Uint8Array(await new n(f).arrayBuffer())), l = i && c && vs(() => {
|
|
3213
3213
|
let f = !1;
|
|
3214
|
-
const A = new n(
|
|
3214
|
+
const A = new n(ve.origin, {
|
|
3215
3215
|
body: new ys(),
|
|
3216
3216
|
method: "POST",
|
|
3217
3217
|
get duplex() {
|
|
@@ -3236,7 +3236,7 @@ const ko = (e) => {
|
|
|
3236
3236
|
if (_.isBlob(f))
|
|
3237
3237
|
return f.size;
|
|
3238
3238
|
if (_.isSpecCompliantForm(f))
|
|
3239
|
-
return (await new n(
|
|
3239
|
+
return (await new n(ve.origin, {
|
|
3240
3240
|
method: "POST",
|
|
3241
3241
|
body: f
|
|
3242
3242
|
}).arrayBuffer()).byteLength;
|
|
@@ -3347,14 +3347,14 @@ const ko = (e) => {
|
|
|
3347
3347
|
return l;
|
|
3348
3348
|
};
|
|
3349
3349
|
Uo();
|
|
3350
|
-
const
|
|
3350
|
+
const Ba = {
|
|
3351
3351
|
http: Kr,
|
|
3352
3352
|
xhr: Ic,
|
|
3353
3353
|
fetch: {
|
|
3354
3354
|
get: Uo
|
|
3355
3355
|
}
|
|
3356
3356
|
};
|
|
3357
|
-
_.forEach(
|
|
3357
|
+
_.forEach(Ba, (e, t) => {
|
|
3358
3358
|
if (e) {
|
|
3359
3359
|
try {
|
|
3360
3360
|
Object.defineProperty(e, "name", { value: t });
|
|
@@ -3372,7 +3372,7 @@ function Pc(e, t) {
|
|
|
3372
3372
|
for (let r = 0; r < n; r++) {
|
|
3373
3373
|
s = e[r];
|
|
3374
3374
|
let c;
|
|
3375
|
-
if (o = s, !Bc(s) && (o =
|
|
3375
|
+
if (o = s, !Bc(s) && (o = Ba[(c = String(s)).toLowerCase()], o === void 0))
|
|
3376
3376
|
throw new Z(`Unknown adapter '${c}'`);
|
|
3377
3377
|
if (o && (_.isFunction(o) || (o = o.get(t))))
|
|
3378
3378
|
break;
|
|
@@ -3402,24 +3402,24 @@ const Lo = {
|
|
|
3402
3402
|
* Exposes all known adapters
|
|
3403
3403
|
* @type {Object<string, Function|Object>}
|
|
3404
3404
|
*/
|
|
3405
|
-
adapters:
|
|
3405
|
+
adapters: Ba
|
|
3406
3406
|
};
|
|
3407
|
-
function
|
|
3407
|
+
function Wn(e) {
|
|
3408
3408
|
if (e.cancelToken && e.cancelToken.throwIfRequested(), e.signal && e.signal.aborted)
|
|
3409
3409
|
throw new Lt(null, e);
|
|
3410
3410
|
}
|
|
3411
3411
|
function Cs(e) {
|
|
3412
|
-
return
|
|
3412
|
+
return Wn(e), e.headers = Te.from(e.headers), e.data = Vn.call(
|
|
3413
3413
|
e,
|
|
3414
3414
|
e.transformRequest
|
|
3415
3415
|
), ["post", "put", "patch"].indexOf(e.method) !== -1 && e.headers.setContentType("application/x-www-form-urlencoded", !1), Lo.getAdapter(e.adapter || Jt.adapter, e)(e).then(function(s) {
|
|
3416
|
-
return
|
|
3416
|
+
return Wn(e), s.data = Vn.call(
|
|
3417
3417
|
e,
|
|
3418
3418
|
e.transformResponse,
|
|
3419
3419
|
s
|
|
3420
3420
|
), s.headers = Te.from(s.headers), s;
|
|
3421
3421
|
}, function(s) {
|
|
3422
|
-
return Eo(s) || (
|
|
3422
|
+
return Eo(s) || (Wn(e), s && s.response && (s.response.data = Vn.call(
|
|
3423
3423
|
e,
|
|
3424
3424
|
e.transformResponse,
|
|
3425
3425
|
s.response
|
|
@@ -3680,7 +3680,7 @@ function Mc(e) {
|
|
|
3680
3680
|
function Dc(e) {
|
|
3681
3681
|
return _.isObject(e) && e.isAxiosError === !0;
|
|
3682
3682
|
}
|
|
3683
|
-
const
|
|
3683
|
+
const Aa = {
|
|
3684
3684
|
Continue: 100,
|
|
3685
3685
|
SwitchingProtocols: 101,
|
|
3686
3686
|
Processing: 102,
|
|
@@ -3751,8 +3751,8 @@ const pa = {
|
|
|
3751
3751
|
SslHandshakeFailed: 525,
|
|
3752
3752
|
InvalidSslCertificate: 526
|
|
3753
3753
|
};
|
|
3754
|
-
Object.entries(
|
|
3755
|
-
|
|
3754
|
+
Object.entries(Aa).forEach(([e, t]) => {
|
|
3755
|
+
Aa[t] = e;
|
|
3756
3756
|
});
|
|
3757
3757
|
function Po(e) {
|
|
3758
3758
|
const t = new At(e), n = mo(At.prototype.request, t);
|
|
@@ -3778,7 +3778,7 @@ re.mergeConfig = bt;
|
|
|
3778
3778
|
re.AxiosHeaders = Te;
|
|
3779
3779
|
re.formToJSON = (e) => Io(_.isHTMLForm(e) ? new FormData(e) : e);
|
|
3780
3780
|
re.getAdapter = Lo.getAdapter;
|
|
3781
|
-
re.HttpStatusCode =
|
|
3781
|
+
re.HttpStatusCode = Aa;
|
|
3782
3782
|
re.default = re;
|
|
3783
3783
|
const {
|
|
3784
3784
|
Axios: s5,
|
|
@@ -5239,7 +5239,7 @@ const Zc = "_content_1gcxd_1", Xc = {
|
|
|
5239
5239
|
) : null;
|
|
5240
5240
|
}, tl = "_content_45avd_1", nl = {
|
|
5241
5241
|
content: tl
|
|
5242
|
-
},
|
|
5242
|
+
}, _e = ({ banners: e, name: t }) => {
|
|
5243
5243
|
if (!e || e.length === 0) return null;
|
|
5244
5244
|
const n = e.find((s) => s.key === t);
|
|
5245
5245
|
return n?.show && /* @__PURE__ */ a(
|
|
@@ -5248,7 +5248,7 @@ const Zc = "_content_1gcxd_1", Xc = {
|
|
|
5248
5248
|
className: nl.content + " banner-context",
|
|
5249
5249
|
suppressHydrationWarning: !0,
|
|
5250
5250
|
dangerouslySetInnerHTML: {
|
|
5251
|
-
__html: n ?
|
|
5251
|
+
__html: n ? xa(n.value) ?? "" : ""
|
|
5252
5252
|
}
|
|
5253
5253
|
},
|
|
5254
5254
|
n.key
|
|
@@ -5284,7 +5284,7 @@ function B(e) {
|
|
|
5284
5284
|
}
|
|
5285
5285
|
) : /* @__PURE__ */ a("a", { ...h, children: e.children });
|
|
5286
5286
|
}
|
|
5287
|
-
const Al = (e) => !!/([t][0-9]{4})\w+/.exec(e || ""),
|
|
5287
|
+
const Al = (e) => !!/([t][0-9]{4})\w+/.exec(e || ""), Pa = (e) => /* @__PURE__ */ a(
|
|
5288
5288
|
"svg",
|
|
5289
5289
|
{
|
|
5290
5290
|
width: "23",
|
|
@@ -5301,7 +5301,7 @@ const Al = (e) => !!/([t][0-9]{4})\w+/.exec(e || ""), Ba = (e) => /* @__PURE__ *
|
|
|
5301
5301
|
}
|
|
5302
5302
|
)
|
|
5303
5303
|
}
|
|
5304
|
-
),
|
|
5304
|
+
), Oa = (e) => /* @__PURE__ */ a(
|
|
5305
5305
|
"svg",
|
|
5306
5306
|
{
|
|
5307
5307
|
width: "23",
|
|
@@ -5319,7 +5319,7 @@ const Al = (e) => !!/([t][0-9]{4})\w+/.exec(e || ""), Ba = (e) => /* @__PURE__ *
|
|
|
5319
5319
|
}
|
|
5320
5320
|
)
|
|
5321
5321
|
}
|
|
5322
|
-
),
|
|
5322
|
+
), qa = (e) => /* @__PURE__ */ g(
|
|
5323
5323
|
"svg",
|
|
5324
5324
|
{
|
|
5325
5325
|
width: "24",
|
|
@@ -5366,8 +5366,8 @@ const Al = (e) => !!/([t][0-9]{4})\w+/.exec(e || ""), Ba = (e) => /* @__PURE__ *
|
|
|
5366
5366
|
Whatsapp: {
|
|
5367
5367
|
url: (e) => `https://wa.me/?text=${encodeURIComponent(e)}`,
|
|
5368
5368
|
icon: {
|
|
5369
|
-
outline: (e) => /* @__PURE__ */ a(
|
|
5370
|
-
solid: (e) => /* @__PURE__ */ a(
|
|
5369
|
+
outline: (e) => /* @__PURE__ */ a(Oa, { className: e }),
|
|
5370
|
+
solid: (e) => /* @__PURE__ */ a(Pa, { className: e })
|
|
5371
5371
|
}
|
|
5372
5372
|
},
|
|
5373
5373
|
Message: {
|
|
@@ -5415,7 +5415,7 @@ function bl({ noteShare: e }) {
|
|
|
5415
5415
|
"data-active": "false",
|
|
5416
5416
|
"aria-label": "copy",
|
|
5417
5417
|
className: [se.clipboardButton, "clipbtn-id"].join(" "),
|
|
5418
|
-
children: /* @__PURE__ */ a(
|
|
5418
|
+
children: /* @__PURE__ */ a(qa, {})
|
|
5419
5419
|
}
|
|
5420
5420
|
)
|
|
5421
5421
|
] }) : null;
|
|
@@ -5449,7 +5449,7 @@ const Bt = (e) => {
|
|
|
5449
5449
|
}, m = () => e.main.uppertitle ? /* @__PURE__ */ a("p", { className: se.uppertitle, title: e.main.uppertitle, children: e.main.uppertitle }) : null, h = () => {
|
|
5450
5450
|
if (c && s?.tags?.length && s.tags.length > 0) {
|
|
5451
5451
|
const p = s.tags[0], f = p.name;
|
|
5452
|
-
return
|
|
5452
|
+
return be.createElement(r, { className: se.sectionDescriptionContainer }, /* @__PURE__ */ g(K, { children: [
|
|
5453
5453
|
p.approved ? /* @__PURE__ */ a(
|
|
5454
5454
|
B,
|
|
5455
5455
|
{
|
|
@@ -5464,7 +5464,7 @@ const Bt = (e) => {
|
|
|
5464
5464
|
] }));
|
|
5465
5465
|
} else if (o?.section?.url) {
|
|
5466
5466
|
const p = o.section.name;
|
|
5467
|
-
return
|
|
5467
|
+
return be.createElement(r, { className: se.sectionDescriptionContainer }, /* @__PURE__ */ g(K, { children: [
|
|
5468
5468
|
/* @__PURE__ */ a(
|
|
5469
5469
|
B,
|
|
5470
5470
|
{
|
|
@@ -5490,7 +5490,7 @@ const Bt = (e) => {
|
|
|
5490
5490
|
}
|
|
5491
5491
|
),
|
|
5492
5492
|
/* @__PURE__ */ a(h, {}),
|
|
5493
|
-
|
|
5493
|
+
be.createElement(
|
|
5494
5494
|
e.isTitle ? "h1" : "h2",
|
|
5495
5495
|
{
|
|
5496
5496
|
className: se.articule
|
|
@@ -5556,14 +5556,14 @@ const Bt = (e) => {
|
|
|
5556
5556
|
]
|
|
5557
5557
|
}
|
|
5558
5558
|
);
|
|
5559
|
-
function
|
|
5559
|
+
function Ma() {
|
|
5560
5560
|
return $().COMPONENTS?.PlayIcon || Oo;
|
|
5561
5561
|
}
|
|
5562
5562
|
function qo() {
|
|
5563
5563
|
return $().COMPONENTS?.PlayIcon || Oo;
|
|
5564
5564
|
}
|
|
5565
5565
|
const Rl = (e) => {
|
|
5566
|
-
const { isVideo: t = !1, priorityHigh: n = !1 } = e, s =
|
|
5566
|
+
const { isVideo: t = !1, priorityHigh: n = !1 } = e, s = Ma(), o = e.preview.sizes;
|
|
5567
5567
|
return o ? o.length === 1 ? /* @__PURE__ */ g("figure", { className: ce.figure, children: [
|
|
5568
5568
|
/* @__PURE__ */ g("span", { className: ce.backdrop, children: [
|
|
5569
5569
|
/* @__PURE__ */ a("span", { className: ce.backdropAux }),
|
|
@@ -6692,7 +6692,7 @@ const Rl = (e) => {
|
|
|
6692
6692
|
showuppertitle: !1,
|
|
6693
6693
|
showsubtitle: !1,
|
|
6694
6694
|
showads: !1
|
|
6695
|
-
},
|
|
6695
|
+
}, Da = (e) => {
|
|
6696
6696
|
let t = [];
|
|
6697
6697
|
const { PUBLIC_ENV: n, PUBLIC_IS_OFFLINE: s, SHOW_DEV_RANKING: o } = $();
|
|
6698
6698
|
return e.content && e.content.length > 0 ? t = e.content.map((i) => ({
|
|
@@ -6772,7 +6772,7 @@ const Rl = (e) => {
|
|
|
6772
6772
|
contentTerms: sd,
|
|
6773
6773
|
subscribeText: od,
|
|
6774
6774
|
terms: id
|
|
6775
|
-
},
|
|
6775
|
+
}, ja = (e) => {
|
|
6776
6776
|
const { uppercase: t = !1, style: n = {} } = e, s = { ...e, rounded: "", uppercase: "", full: "" }, o = {
|
|
6777
6777
|
...n,
|
|
6778
6778
|
textTransform: t ? "uppercase" : "unset",
|
|
@@ -6815,7 +6815,7 @@ const Rl = (e) => {
|
|
|
6815
6815
|
id: "newsletter-email"
|
|
6816
6816
|
}
|
|
6817
6817
|
),
|
|
6818
|
-
/* @__PURE__ */ a(
|
|
6818
|
+
/* @__PURE__ */ a(ja, { className: Be.buttonStyled, size: "large", full: !0, children: String(e.texts.newsletterButtonText ?? "Suscribirme") })
|
|
6819
6819
|
] }),
|
|
6820
6820
|
/* @__PURE__ */ g("div", { className: Be.contentTerms, children: [
|
|
6821
6821
|
/* @__PURE__ */ a("p", { className: Be.subscribeText, children: String(e.texts.newsletterTermsText ?? "Suscribirte implica aceptar los") }),
|
|
@@ -7082,7 +7082,7 @@ const Rl = (e) => {
|
|
|
7082
7082
|
/* @__PURE__ */ a("path", { fill: "currentColor", d: "M12.8,18.6v-6.9l5.9,3.4L12.8,18.6z" })
|
|
7083
7083
|
]
|
|
7084
7084
|
}
|
|
7085
|
-
), T5 = ["telegram"],
|
|
7085
|
+
), T5 = ["telegram"], Ga = {
|
|
7086
7086
|
facebook: (e) => /* @__PURE__ */ a(Dn, { ...e }),
|
|
7087
7087
|
instagram: (e) => /* @__PURE__ */ a(jn, { ...e }),
|
|
7088
7088
|
whatsapp: (e) => /* @__PURE__ */ a(Pd, { ...e }),
|
|
@@ -7105,7 +7105,7 @@ const Rl = (e) => {
|
|
|
7105
7105
|
"aria-label": n[r].title + " link",
|
|
7106
7106
|
className: xe.linkSocialNetwoks,
|
|
7107
7107
|
href: n[r].url,
|
|
7108
|
-
children:
|
|
7108
|
+
children: Ga[r]({
|
|
7109
7109
|
className: `${r === "instagram" ? xe.socialInstagram : ""}`
|
|
7110
7110
|
})
|
|
7111
7111
|
},
|
|
@@ -7305,8 +7305,8 @@ const Rl = (e) => {
|
|
|
7305
7305
|
Whatsapp: {
|
|
7306
7306
|
url: (e) => `https://wa.me/?text=${encodeURIComponent(e)}`,
|
|
7307
7307
|
icon: {
|
|
7308
|
-
outline: (e) => /* @__PURE__ */ a(
|
|
7309
|
-
solid: (e) => /* @__PURE__ */ a(
|
|
7308
|
+
outline: (e) => /* @__PURE__ */ a(Oa, { className: e }),
|
|
7309
|
+
solid: (e) => /* @__PURE__ */ a(Pa, { className: e })
|
|
7310
7310
|
}
|
|
7311
7311
|
},
|
|
7312
7312
|
Email: {
|
|
@@ -7354,7 +7354,7 @@ function c1({ noteShare: e }) {
|
|
|
7354
7354
|
"data-active": "false",
|
|
7355
7355
|
"aria-label": "copy",
|
|
7356
7356
|
className: [ge.clipboardButton, "clipbtn-id"].join(" "),
|
|
7357
|
-
children: /* @__PURE__ */ a(
|
|
7357
|
+
children: /* @__PURE__ */ a(qa, {})
|
|
7358
7358
|
}
|
|
7359
7359
|
),
|
|
7360
7360
|
/* @__PURE__ */ a(
|
|
@@ -7413,7 +7413,7 @@ const l1 = "_content_xlsy2_1", d1 = "_videoContent_xlsy2_39", u1 = "_articleSect
|
|
|
7413
7413
|
/* @__PURE__ */ a("p", { className: Ve.correspondent, children: t() })
|
|
7414
7414
|
] })
|
|
7415
7415
|
] }) }) });
|
|
7416
|
-
}, A1 = "_content_79djq_1", w1 = "_linkStyled_79djq_17",
|
|
7416
|
+
}, A1 = "_content_79djq_1", w1 = "_linkStyled_79djq_17", Yn = {
|
|
7417
7417
|
content: A1,
|
|
7418
7418
|
linkStyled: w1
|
|
7419
7419
|
}, Tn = (e) => {
|
|
@@ -7424,12 +7424,12 @@ const l1 = "_content_xlsy2_1", d1 = "_videoContent_xlsy2_39", u1 = "_articleSect
|
|
|
7424
7424
|
f !== 0 && (m += `/${p}`);
|
|
7425
7425
|
}), u === "next" ? m += `/page/${t + 1}${d ? `?query=${d}` : ""}` : m += `/page/${t - 1}${d ? `?query=${d}` : ""}`;
|
|
7426
7426
|
};
|
|
7427
|
-
return (t > 1 || n && t < s) && /* @__PURE__ */ g("section", { className:
|
|
7427
|
+
return (t > 1 || n && t < s) && /* @__PURE__ */ g("section", { className: Yn.content, children: [
|
|
7428
7428
|
t > 1 && /* @__PURE__ */ a(
|
|
7429
7429
|
B,
|
|
7430
7430
|
{
|
|
7431
7431
|
block_subPublication: r,
|
|
7432
|
-
className:
|
|
7432
|
+
className: Yn.linkStyled,
|
|
7433
7433
|
href: c("prev", o || "", i || ""),
|
|
7434
7434
|
children: e.texts.prevButtonText ?? "Anterior"
|
|
7435
7435
|
}
|
|
@@ -7438,7 +7438,7 @@ const l1 = "_content_xlsy2_1", d1 = "_videoContent_xlsy2_39", u1 = "_articleSect
|
|
|
7438
7438
|
B,
|
|
7439
7439
|
{
|
|
7440
7440
|
block_subPublication: r,
|
|
7441
|
-
className:
|
|
7441
|
+
className: Yn.linkStyled,
|
|
7442
7442
|
href: c("next", o || "", i || ""),
|
|
7443
7443
|
children: e.texts.nextButtonText ?? "Siguiente"
|
|
7444
7444
|
}
|
|
@@ -7449,7 +7449,7 @@ const l1 = "_content_xlsy2_1", d1 = "_videoContent_xlsy2_39", u1 = "_articleSect
|
|
|
7449
7449
|
contentGrid: b1,
|
|
7450
7450
|
contentGrid4: v1,
|
|
7451
7451
|
contentGrid3: _1
|
|
7452
|
-
},
|
|
7452
|
+
}, wa = (e) => {
|
|
7453
7453
|
const { grid: t = 3 } = e;
|
|
7454
7454
|
return /* @__PURE__ */ g("section", { className: `${on.content}`, children: [
|
|
7455
7455
|
/* @__PURE__ */ a(
|
|
@@ -7650,13 +7650,13 @@ const l1 = "_content_xlsy2_1", d1 = "_videoContent_xlsy2_39", u1 = "_articleSect
|
|
|
7650
7650
|
/* @__PURE__ */ a("option", { value: "", children: "--Seleccione--" }),
|
|
7651
7651
|
e.options.map((t, n) => /* @__PURE__ */ a("option", { value: t.value, children: t.label }, n))
|
|
7652
7652
|
] })
|
|
7653
|
-
] }), K1 = "_content_ljg8f_1", J1 = "_label_ljg8f_15", Z1 = "_input_ljg8f_33",
|
|
7653
|
+
] }), K1 = "_content_ljg8f_1", J1 = "_label_ljg8f_15", Z1 = "_input_ljg8f_33", Kn = {
|
|
7654
7654
|
content: K1,
|
|
7655
7655
|
label: J1,
|
|
7656
7656
|
input: Z1
|
|
7657
|
-
}, B5 = (e) => /* @__PURE__ */ g("div", { className:
|
|
7658
|
-
/* @__PURE__ */ a("label", { className:
|
|
7659
|
-
/* @__PURE__ */ a("textarea", { className:
|
|
7657
|
+
}, B5 = (e) => /* @__PURE__ */ g("div", { className: Kn.content, children: [
|
|
7658
|
+
/* @__PURE__ */ a("label", { className: Kn.label, children: e.label }),
|
|
7659
|
+
/* @__PURE__ */ a("textarea", { className: Kn.input, ...e })
|
|
7660
7660
|
] }), X1 = "_boxInformation_1ah38_1", eu = "_textBox_1ah38_59", tu = "_contentBox_1ah38_79", nu = "_liveBox_1ah38_99", au = "_dot_1ah38_143", su = "_sectionDescription_1ah38_193", ou = "_articule_1ah38_219", iu = "_description_1ah38_273", it = {
|
|
7661
7661
|
boxInformation: X1,
|
|
7662
7662
|
textBox: eu,
|
|
@@ -7666,11 +7666,11 @@ const l1 = "_content_xlsy2_1", d1 = "_videoContent_xlsy2_39", u1 = "_articleSect
|
|
|
7666
7666
|
sectionDescription: su,
|
|
7667
7667
|
articule: ou,
|
|
7668
7668
|
description: iu
|
|
7669
|
-
}, ru = "_content_u3cr6_1",
|
|
7669
|
+
}, ru = "_content_u3cr6_1", ya = {
|
|
7670
7670
|
content: ru
|
|
7671
7671
|
}, Ho = (e) => {
|
|
7672
7672
|
let t = "";
|
|
7673
|
-
return e.preview.description && (t = e.preview.description), e.preview.copyright && (t = `${t} ${e.preview.copyright}`), e.preview.photographer && (t = `${t} ${e.preview.photographer}`), /* @__PURE__ */ a("div", { className:
|
|
7673
|
+
return e.preview.description && (t = e.preview.description), e.preview.copyright && (t = `${t} ${e.preview.copyright}`), e.preview.photographer && (t = `${t} ${e.preview.photographer}`), /* @__PURE__ */ a("div", { className: ya.content, children: /* @__PURE__ */ a(Pe, { preview: e.preview, isLarge: !0, priorityHigh: !0, figCaption: t }) });
|
|
7674
7674
|
}, cu = (e) => /* @__PURE__ */ a(K, { children: /* @__PURE__ */ g("div", { className: `${it.boxInformation} sass-liveblog-header`, children: [
|
|
7675
7675
|
/* @__PURE__ */ a(Ho, { preview: e.preview }),
|
|
7676
7676
|
/* @__PURE__ */ g("div", { className: it.textBox, children: [
|
|
@@ -7922,7 +7922,7 @@ const l1 = "_content_xlsy2_1", d1 = "_videoContent_xlsy2_39", u1 = "_articleSect
|
|
|
7922
7922
|
/* @__PURE__ */ g("div", { className: Rs.bannerSection, children: [
|
|
7923
7923
|
e.bannerTop,
|
|
7924
7924
|
/* @__PURE__ */ a(
|
|
7925
|
-
|
|
7925
|
+
Da,
|
|
7926
7926
|
{
|
|
7927
7927
|
content: e.ranking,
|
|
7928
7928
|
title: e.readestTitle,
|
|
@@ -7953,7 +7953,7 @@ const l1 = "_content_xlsy2_1", d1 = "_videoContent_xlsy2_39", u1 = "_articleSect
|
|
|
7953
7953
|
playStyled: am,
|
|
7954
7954
|
newsDescription: sm
|
|
7955
7955
|
}, om = async (e) => {
|
|
7956
|
-
const t =
|
|
7956
|
+
const t = Ma(), n = {
|
|
7957
7957
|
...e,
|
|
7958
7958
|
main: {
|
|
7959
7959
|
...e.main,
|
|
@@ -8066,7 +8066,7 @@ const l1 = "_content_xlsy2_1", d1 = "_videoContent_xlsy2_39", u1 = "_articleSect
|
|
|
8066
8066
|
style: e.listVideoStyles,
|
|
8067
8067
|
children: [
|
|
8068
8068
|
e.banner && /* @__PURE__ */ a(
|
|
8069
|
-
|
|
8069
|
+
_e,
|
|
8070
8070
|
{
|
|
8071
8071
|
banners: e.banner.banners,
|
|
8072
8072
|
name: e.banner.bannerName
|
|
@@ -8120,7 +8120,7 @@ const l1 = "_content_xlsy2_1", d1 = "_videoContent_xlsy2_39", u1 = "_articleSect
|
|
|
8120
8120
|
e.title && /* @__PURE__ */ a("hr", { className: [We.bottomLine, e.className ?? ""].join(" ") }),
|
|
8121
8121
|
/* @__PURE__ */ a("div", { className: We.childrenContent, ref: t, children: e.children })
|
|
8122
8122
|
] });
|
|
8123
|
-
}),
|
|
8123
|
+
}), Qa = (e) => /* @__PURE__ */ a(
|
|
8124
8124
|
"svg",
|
|
8125
8125
|
{
|
|
8126
8126
|
width: "24",
|
|
@@ -8206,7 +8206,7 @@ const l1 = "_content_xlsy2_1", d1 = "_videoContent_xlsy2_39", u1 = "_articleSect
|
|
|
8206
8206
|
outline: "none",
|
|
8207
8207
|
padding: 0,
|
|
8208
8208
|
margin: 0
|
|
8209
|
-
}, children: /* @__PURE__ */ a(
|
|
8209
|
+
}, children: /* @__PURE__ */ a(Qa, { color: "var(--search-input-icons)" }) })
|
|
8210
8210
|
] }) }),
|
|
8211
8211
|
/* @__PURE__ */ g(
|
|
8212
8212
|
"div",
|
|
@@ -8296,7 +8296,7 @@ const l1 = "_content_xlsy2_1", d1 = "_videoContent_xlsy2_39", u1 = "_articleSect
|
|
|
8296
8296
|
"aria-label": t[d].title + " link",
|
|
8297
8297
|
className: me.linkSocialNetwork,
|
|
8298
8298
|
href: t[d].url,
|
|
8299
|
-
children:
|
|
8299
|
+
children: Ga[d]({ className: me.icon })
|
|
8300
8300
|
},
|
|
8301
8301
|
d
|
|
8302
8302
|
)) }),
|
|
@@ -8418,7 +8418,7 @@ const l1 = "_content_xlsy2_1", d1 = "_videoContent_xlsy2_39", u1 = "_articleSect
|
|
|
8418
8418
|
"aria-label": s[r].title + " link",
|
|
8419
8419
|
className: Ye.linkSocialNetwork,
|
|
8420
8420
|
href: s[r].url,
|
|
8421
|
-
children:
|
|
8421
|
+
children: Ga[r]({
|
|
8422
8422
|
className: [Ye.icon, Ye[r] ?? ""].join(" ")
|
|
8423
8423
|
})
|
|
8424
8424
|
},
|
|
@@ -8451,7 +8451,7 @@ const l1 = "_content_xlsy2_1", d1 = "_videoContent_xlsy2_39", u1 = "_articleSect
|
|
|
8451
8451
|
),
|
|
8452
8452
|
/* @__PURE__ */ g("div", { className: `${ke.headerContent} center-mobile-header-icon`, children: [
|
|
8453
8453
|
/* @__PURE__ */ a(
|
|
8454
|
-
|
|
8454
|
+
ja,
|
|
8455
8455
|
{
|
|
8456
8456
|
id: "button-app",
|
|
8457
8457
|
className: ke.menuButton,
|
|
@@ -8478,7 +8478,7 @@ const l1 = "_content_xlsy2_1", d1 = "_videoContent_xlsy2_39", u1 = "_articleSect
|
|
|
8478
8478
|
"aria-label": "Home",
|
|
8479
8479
|
className: "icon header-logo-link-sticky",
|
|
8480
8480
|
style: { display: "flex" },
|
|
8481
|
-
children:
|
|
8481
|
+
children: be.createElement(
|
|
8482
8482
|
"span",
|
|
8483
8483
|
{ className: ke.logoStyled },
|
|
8484
8484
|
e.icon
|
|
@@ -8492,7 +8492,7 @@ const l1 = "_content_xlsy2_1", d1 = "_videoContent_xlsy2_39", u1 = "_articleSect
|
|
|
8492
8492
|
"aria-label": "Home",
|
|
8493
8493
|
className: "icon header-logo-link-sticky header-mobile-icon",
|
|
8494
8494
|
style: { display: "flex" },
|
|
8495
|
-
children:
|
|
8495
|
+
children: be.createElement(
|
|
8496
8496
|
"span",
|
|
8497
8497
|
{ className: ke.logoStyled },
|
|
8498
8498
|
e.mobileIcon()
|
|
@@ -8531,7 +8531,7 @@ const l1 = "_content_xlsy2_1", d1 = "_videoContent_xlsy2_39", u1 = "_articleSect
|
|
|
8531
8531
|
"aria-label": e.searchKeyWord,
|
|
8532
8532
|
className: `${ke.buttonSectionSearch} search-button-icon`,
|
|
8533
8533
|
style: { display: "flex" },
|
|
8534
|
-
children: /* @__PURE__ */ a(
|
|
8534
|
+
children: /* @__PURE__ */ a(Qa, { width: 28, height: 28, color: "currentColor" })
|
|
8535
8535
|
}
|
|
8536
8536
|
),
|
|
8537
8537
|
e.rightZone
|
|
@@ -8631,7 +8631,7 @@ const l1 = "_content_xlsy2_1", d1 = "_videoContent_xlsy2_39", u1 = "_articleSect
|
|
|
8631
8631
|
].join(" "),
|
|
8632
8632
|
children: [
|
|
8633
8633
|
/* @__PURE__ */ a("div", { className: `${Se.menuButtonSection} sass-header-menu-button`, children: /* @__PURE__ */ g(
|
|
8634
|
-
|
|
8634
|
+
ja,
|
|
8635
8635
|
{
|
|
8636
8636
|
className: Se.menuButton,
|
|
8637
8637
|
id: "button-app",
|
|
@@ -8645,7 +8645,7 @@ const l1 = "_content_xlsy2_1", d1 = "_videoContent_xlsy2_39", u1 = "_articleSect
|
|
|
8645
8645
|
]
|
|
8646
8646
|
}
|
|
8647
8647
|
) }),
|
|
8648
|
-
/* @__PURE__ */ a("div", { className: Se.logoContent, children: /* @__PURE__ */ a(B, { href: "/", "aria-label": "Home", className: "header-logo-link", children:
|
|
8648
|
+
/* @__PURE__ */ a("div", { className: Se.logoContent, children: /* @__PURE__ */ a(B, { href: "/", "aria-label": "Home", className: "header-logo-link", children: be.createElement(
|
|
8649
8649
|
"span",
|
|
8650
8650
|
{ className: `${Se.logoStyled}` },
|
|
8651
8651
|
e.icon
|
|
@@ -8658,7 +8658,7 @@ const l1 = "_content_xlsy2_1", d1 = "_videoContent_xlsy2_39", u1 = "_articleSect
|
|
|
8658
8658
|
href: e.searchLink ? e.searchLink : "/buscar",
|
|
8659
8659
|
className: Se.buttonSectionSearch,
|
|
8660
8660
|
"aria-label": e.searchKeyWord,
|
|
8661
|
-
children: /* @__PURE__ */ a(
|
|
8661
|
+
children: /* @__PURE__ */ a(Qa, { width: 28, height: 28, color: "currentColor" })
|
|
8662
8662
|
}
|
|
8663
8663
|
),
|
|
8664
8664
|
e.rightZone
|
|
@@ -8690,7 +8690,7 @@ const l1 = "_content_xlsy2_1", d1 = "_videoContent_xlsy2_39", u1 = "_articleSect
|
|
|
8690
8690
|
]
|
|
8691
8691
|
}
|
|
8692
8692
|
);
|
|
8693
|
-
}, Rh = "_childrenContent_13giv_1", Bh = "_childrenContentAux_13giv_23", Ph = "_op2_13giv_49",
|
|
8693
|
+
}, Rh = "_childrenContent_13giv_1", Bh = "_childrenContentAux_13giv_23", Ph = "_op2_13giv_49", Jn = {
|
|
8694
8694
|
childrenContent: Rh,
|
|
8695
8695
|
childrenContentAux: Bh,
|
|
8696
8696
|
op2: Ph
|
|
@@ -8699,9 +8699,9 @@ const l1 = "_content_xlsy2_1", d1 = "_videoContent_xlsy2_39", u1 = "_articleSect
|
|
|
8699
8699
|
i,
|
|
8700
8700
|
{
|
|
8701
8701
|
className: [
|
|
8702
|
-
|
|
8703
|
-
e.showAlertPop ?
|
|
8704
|
-
t?.data ?
|
|
8702
|
+
Jn.childrenContent,
|
|
8703
|
+
e.showAlertPop ? Jn.op2 : "",
|
|
8704
|
+
t?.data ? Jn.childrenContentAux : ""
|
|
8705
8705
|
].join(" "),
|
|
8706
8706
|
style: e.showOnlyStickyHeader ? {
|
|
8707
8707
|
...o,
|
|
@@ -9291,7 +9291,7 @@ const l1 = "_content_xlsy2_1", d1 = "_videoContent_xlsy2_39", u1 = "_articleSect
|
|
|
9291
9291
|
}
|
|
9292
9292
|
),
|
|
9293
9293
|
e.banners && /* @__PURE__ */ a(
|
|
9294
|
-
|
|
9294
|
+
_e,
|
|
9295
9295
|
{
|
|
9296
9296
|
banners: e.banners,
|
|
9297
9297
|
name: "main_block_" + (e.rightOnlyBanner ? 1 : 2)
|
|
@@ -9309,7 +9309,7 @@ const l1 = "_content_xlsy2_1", d1 = "_videoContent_xlsy2_39", u1 = "_articleSect
|
|
|
9309
9309
|
}
|
|
9310
9310
|
)
|
|
9311
9311
|
] });
|
|
9312
|
-
}, x2 = "_content_wuf93_1", k2 = "_firstSection_wuf93_19", U2 = "_secondSection_wuf93_31",
|
|
9312
|
+
}, x2 = "_content_wuf93_1", k2 = "_firstSection_wuf93_19", U2 = "_secondSection_wuf93_31", Zn = {
|
|
9313
9313
|
content: x2,
|
|
9314
9314
|
firstSection: k2,
|
|
9315
9315
|
secondSection: U2
|
|
@@ -9320,8 +9320,8 @@ const l1 = "_content_xlsy2_1", d1 = "_videoContent_xlsy2_39", u1 = "_articleSect
|
|
|
9320
9320
|
paths: s
|
|
9321
9321
|
}) => {
|
|
9322
9322
|
const o = e[0];
|
|
9323
|
-
return Array.isArray(e) && e.length > 0 && o && /* @__PURE__ */ g("section", { className:
|
|
9324
|
-
/* @__PURE__ */ a("div", { style: t, className:
|
|
9323
|
+
return Array.isArray(e) && e.length > 0 && o && /* @__PURE__ */ g("section", { className: Zn.content, children: [
|
|
9324
|
+
/* @__PURE__ */ a("div", { style: t, className: Zn.firstSection, children: /* @__PURE__ */ a(
|
|
9325
9325
|
xt,
|
|
9326
9326
|
{
|
|
9327
9327
|
...o,
|
|
@@ -9331,7 +9331,7 @@ const l1 = "_content_xlsy2_1", d1 = "_videoContent_xlsy2_39", u1 = "_articleSect
|
|
|
9331
9331
|
paths: s
|
|
9332
9332
|
}
|
|
9333
9333
|
) }),
|
|
9334
|
-
/* @__PURE__ */ a("div", { style: n, className:
|
|
9334
|
+
/* @__PURE__ */ a("div", { style: n, className: Zn.secondSection, children: e.map((i, r) => r > 0 && /* @__PURE__ */ dt(
|
|
9335
9335
|
xt,
|
|
9336
9336
|
{
|
|
9337
9337
|
...i,
|
|
@@ -9425,7 +9425,7 @@ const l1 = "_content_xlsy2_1", d1 = "_videoContent_xlsy2_39", u1 = "_articleSect
|
|
|
9425
9425
|
e?.mainNew?.main?.subtitle?.rendered && /* @__PURE__ */ a("p", { className: mt.subtitle, children: e?.mainNew?.main?.subtitle?.striped }),
|
|
9426
9426
|
e.goTo && /* @__PURE__ */ a(B, { href: e.goTo.url, className: mt.linkStyled, children: e.goTo.description })
|
|
9427
9427
|
] });
|
|
9428
|
-
}, G2 = "_headerSection_itzkx_1", Q2 = "_headerSectionLink_itzkx_23", H2 = "_newsContent_itzkx_33",
|
|
9428
|
+
}, G2 = "_headerSection_itzkx_1", Q2 = "_headerSectionLink_itzkx_23", H2 = "_newsContent_itzkx_33", Xn = {
|
|
9429
9429
|
headerSection: G2,
|
|
9430
9430
|
headerSectionLink: Q2,
|
|
9431
9431
|
newsContent: H2
|
|
@@ -9443,19 +9443,19 @@ const l1 = "_content_xlsy2_1", d1 = "_videoContent_xlsy2_39", u1 = "_articleSect
|
|
|
9443
9443
|
}
|
|
9444
9444
|
}, r = t.slice(1);
|
|
9445
9445
|
return i && r && /* @__PURE__ */ g(ye, { title: n, titleUrl: e.titleUrl, children: [
|
|
9446
|
-
/* @__PURE__ */ g("div", { className:
|
|
9446
|
+
/* @__PURE__ */ g("div", { className: Xn.headerSection, children: [
|
|
9447
9447
|
/* @__PURE__ */ a(Yo, { mainNew: i, goTo: e.goTo, paths: e.paths }),
|
|
9448
9448
|
/* @__PURE__ */ a(
|
|
9449
9449
|
B,
|
|
9450
9450
|
{
|
|
9451
|
-
className:
|
|
9451
|
+
className: Xn.headerSectionLink,
|
|
9452
9452
|
href: i?.info?.link?.url,
|
|
9453
9453
|
target: i?.info?.link?.target,
|
|
9454
9454
|
children: /* @__PURE__ */ a(Pe, { preview: i.preview })
|
|
9455
9455
|
}
|
|
9456
9456
|
)
|
|
9457
9457
|
] }),
|
|
9458
|
-
/* @__PURE__ */ g("div", { className:
|
|
9458
|
+
/* @__PURE__ */ g("div", { className: Xn.newsContent, children: [
|
|
9459
9459
|
/* @__PURE__ */ a("div", { className: "banner-context", style: { order: 1 }, children: e.banner }),
|
|
9460
9460
|
Array.isArray(r) && r.map((c, u) => {
|
|
9461
9461
|
const l = {
|
|
@@ -9682,7 +9682,7 @@ const M5 = (e) => {
|
|
|
9682
9682
|
/* @__PURE__ */ a("section", { className: n(o), children: e.banners?.some(
|
|
9683
9683
|
(d) => d.key === `${e.slot_id}_${i}`
|
|
9684
9684
|
) && /* @__PURE__ */ a(
|
|
9685
|
-
|
|
9685
|
+
_e,
|
|
9686
9686
|
{
|
|
9687
9687
|
banners: e.banners,
|
|
9688
9688
|
name: `${e.slot_id}_${i}`
|
|
@@ -9769,7 +9769,7 @@ const M5 = (e) => {
|
|
|
9769
9769
|
})
|
|
9770
9770
|
}
|
|
9771
9771
|
) });
|
|
9772
|
-
}, _f = "_newsContent_1x5ie_1", Cf = "_contentSeparator_1x5ie_15", Sf = "_newsContentWhitoutLine_1x5ie_57",
|
|
9772
|
+
}, _f = "_newsContent_1x5ie_1", Cf = "_contentSeparator_1x5ie_15", Sf = "_newsContentWhitoutLine_1x5ie_57", ea = {
|
|
9773
9773
|
newsContent: _f,
|
|
9774
9774
|
contentSeparator: Cf,
|
|
9775
9775
|
newsContentWhitoutLine: Sf
|
|
@@ -9779,7 +9779,7 @@ const M5 = (e) => {
|
|
|
9779
9779
|
return /* @__PURE__ */ a(ye, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
9780
9780
|
"div",
|
|
9781
9781
|
{
|
|
9782
|
-
className: `${
|
|
9782
|
+
className: `${ea.newsContent} ${e.hasLines ? ea.contentSeparator : ea.newsContentWhitoutLine}`,
|
|
9783
9783
|
children: t.map((s, o) => {
|
|
9784
9784
|
const i = e.slot_id && e.slot_id !== "Nota_1", r = {
|
|
9785
9785
|
...s,
|
|
@@ -9802,7 +9802,7 @@ const M5 = (e) => {
|
|
|
9802
9802
|
})
|
|
9803
9803
|
}
|
|
9804
9804
|
) });
|
|
9805
|
-
}, If = "_headerSection_1qe16_5", Ef = "_headerSectionLink_1qe16_31", Tf = "_newsContent_1qe16_57",
|
|
9805
|
+
}, If = "_headerSection_1qe16_5", Ef = "_headerSectionLink_1qe16_31", Tf = "_newsContent_1qe16_57", ta = {
|
|
9806
9806
|
headerSection: If,
|
|
9807
9807
|
headerSectionLink: Ef,
|
|
9808
9808
|
newsContent: Tf
|
|
@@ -9811,7 +9811,7 @@ const M5 = (e) => {
|
|
|
9811
9811
|
if (!t || t.length === 0) return;
|
|
9812
9812
|
const o = t[0], i = e.slot_id && e.slot_id !== "Nota_1", r = t.slice(1);
|
|
9813
9813
|
return o && r && /* @__PURE__ */ g(ye, { title: n, titleUrl: e.titleUrl, children: [
|
|
9814
|
-
/* @__PURE__ */ g("div", { className:
|
|
9814
|
+
/* @__PURE__ */ g("div", { className: ta.headerSection, children: [
|
|
9815
9815
|
/* @__PURE__ */ a(
|
|
9816
9816
|
Yo,
|
|
9817
9817
|
{
|
|
@@ -9823,7 +9823,7 @@ const M5 = (e) => {
|
|
|
9823
9823
|
/* @__PURE__ */ a(
|
|
9824
9824
|
B,
|
|
9825
9825
|
{
|
|
9826
|
-
className:
|
|
9826
|
+
className: ta.headerSectionLink,
|
|
9827
9827
|
href: o?.info?.link.url,
|
|
9828
9828
|
target: o?.info?.link.target,
|
|
9829
9829
|
"aria-label": "Video",
|
|
@@ -9841,7 +9841,7 @@ const M5 = (e) => {
|
|
|
9841
9841
|
}
|
|
9842
9842
|
)
|
|
9843
9843
|
] }),
|
|
9844
|
-
/* @__PURE__ */ g("div", { className:
|
|
9844
|
+
/* @__PURE__ */ g("div", { className: ta.newsContent, children: [
|
|
9845
9845
|
/* @__PURE__ */ a("div", { className: "banner-context", style: { order: 1 }, children: e.banner }),
|
|
9846
9846
|
Array.isArray(r) && r.map((c, u) => {
|
|
9847
9847
|
const l = Vt(c), d = {
|
|
@@ -9910,7 +9910,7 @@ const M5 = (e) => {
|
|
|
9910
9910
|
}, Of = "_content_1y9s7_1", qf = "_contentSeparator_1y9s7_13", Ms = {
|
|
9911
9911
|
content: Of,
|
|
9912
9912
|
contentSeparator: qf
|
|
9913
|
-
}, Mf = "_newsContent_f0o15_1", Df = "_contentSeparator_f0o15_15", jf = "_hasLinesBlock_f0o15_79",
|
|
9913
|
+
}, Mf = "_newsContent_f0o15_1", Df = "_contentSeparator_f0o15_15", jf = "_hasLinesBlock_f0o15_79", ba = {
|
|
9914
9914
|
newsContent: Mf,
|
|
9915
9915
|
contentSeparator: Df,
|
|
9916
9916
|
hasLinesBlock: jf
|
|
@@ -9938,7 +9938,7 @@ const M5 = (e) => {
|
|
|
9938
9938
|
return /* @__PURE__ */ a(
|
|
9939
9939
|
"section",
|
|
9940
9940
|
{
|
|
9941
|
-
className: e.hasLines ?
|
|
9941
|
+
className: e.hasLines ? ba.hasLinesBlock : "",
|
|
9942
9942
|
children: /* @__PURE__ */ dt(
|
|
9943
9943
|
Pf,
|
|
9944
9944
|
{
|
|
@@ -10067,7 +10067,7 @@ const M5 = (e) => {
|
|
|
10067
10067
|
newsContentSection: Xf,
|
|
10068
10068
|
itemContent: e0,
|
|
10069
10069
|
ItemCustomContent: t0
|
|
10070
|
-
},
|
|
10070
|
+
}, va = (e) => {
|
|
10071
10071
|
const { item: t, option: n } = e;
|
|
10072
10072
|
switch (n) {
|
|
10073
10073
|
case "ediciones":
|
|
@@ -10130,10 +10130,10 @@ const M5 = (e) => {
|
|
|
10130
10130
|
ranking: i,
|
|
10131
10131
|
readestTitle: c.readestTitle ?? "",
|
|
10132
10132
|
paths: e.paths,
|
|
10133
|
-
bannerTop: /* @__PURE__ */ a(
|
|
10134
|
-
banner: /* @__PURE__ */ a(
|
|
10133
|
+
bannerTop: /* @__PURE__ */ a(_e, { banners: s ?? [], name: "right_1" }),
|
|
10134
|
+
banner: /* @__PURE__ */ a(_e, { banners: s ?? [], name: "right_2" }),
|
|
10135
10135
|
children: /* @__PURE__ */ a("section", { className: Xe.content, children: t.length > 0 ? /* @__PURE__ */ a(
|
|
10136
|
-
|
|
10136
|
+
wa,
|
|
10137
10137
|
{
|
|
10138
10138
|
className: [Xe.newsContentSection, "padding-0"].join(" "),
|
|
10139
10139
|
paginatorComponent: /* @__PURE__ */ a(
|
|
@@ -10149,14 +10149,14 @@ const M5 = (e) => {
|
|
|
10149
10149
|
),
|
|
10150
10150
|
children: Array.isArray(t) && t?.map((d, m) => /* @__PURE__ */ g(Nn, { children: [
|
|
10151
10151
|
u.includes(m + 1) && /* @__PURE__ */ a("div", { className: Xe.itemContent + " banner-context", children: /* @__PURE__ */ a(
|
|
10152
|
-
|
|
10152
|
+
_e,
|
|
10153
10153
|
{
|
|
10154
10154
|
banners: s ?? [],
|
|
10155
10155
|
name: `block_2_${l[m + 1]}`
|
|
10156
10156
|
}
|
|
10157
10157
|
) }),
|
|
10158
10158
|
/* @__PURE__ */ a(
|
|
10159
|
-
|
|
10159
|
+
va,
|
|
10160
10160
|
{
|
|
10161
10161
|
autorIcon: e.autorIcon,
|
|
10162
10162
|
item: d,
|
|
@@ -10196,7 +10196,7 @@ const M5 = (e) => {
|
|
|
10196
10196
|
);
|
|
10197
10197
|
case "op2":
|
|
10198
10198
|
return /* @__PURE__ */ a(K, { children: t.length > 0 ? /* @__PURE__ */ a(
|
|
10199
|
-
|
|
10199
|
+
wa,
|
|
10200
10200
|
{
|
|
10201
10201
|
className: "padding-0",
|
|
10202
10202
|
paginatorComponent: /* @__PURE__ */ a(
|
|
@@ -10212,14 +10212,14 @@ const M5 = (e) => {
|
|
|
10212
10212
|
),
|
|
10213
10213
|
children: Array.isArray(t) && t?.map((d, m) => /* @__PURE__ */ g(Nn, { children: [
|
|
10214
10214
|
u.includes(m + 1) && /* @__PURE__ */ a("div", { className: Xe.itemContent, children: /* @__PURE__ */ a(
|
|
10215
|
-
|
|
10215
|
+
_e,
|
|
10216
10216
|
{
|
|
10217
10217
|
banners: s ?? [],
|
|
10218
10218
|
name: `block_2_${l[m + 1]}`
|
|
10219
10219
|
}
|
|
10220
10220
|
) }),
|
|
10221
10221
|
/* @__PURE__ */ a(
|
|
10222
|
-
|
|
10222
|
+
va,
|
|
10223
10223
|
{
|
|
10224
10224
|
autorIcon: e.autorIcon,
|
|
10225
10225
|
item: d,
|
|
@@ -10299,7 +10299,7 @@ const M5 = (e) => {
|
|
|
10299
10299
|
e.slug === "liveblogs" && /* @__PURE__ */ a(hu, { itemList: e.itemList }),
|
|
10300
10300
|
e.bannerTop,
|
|
10301
10301
|
/* @__PURE__ */ a(
|
|
10302
|
-
|
|
10302
|
+
Da,
|
|
10303
10303
|
{
|
|
10304
10304
|
content: e.ranking,
|
|
10305
10305
|
title: String(e.texts.readestTitle ?? ""),
|
|
@@ -10569,7 +10569,7 @@ const q0 = async ({
|
|
|
10569
10569
|
style: {
|
|
10570
10570
|
color: t === "liveblogs" ? "var(--news-liveblog-timeline-datelink-color)" : "var(--common-black)"
|
|
10571
10571
|
},
|
|
10572
|
-
children:
|
|
10572
|
+
children: Ta((await c).date)
|
|
10573
10573
|
}
|
|
10574
10574
|
)
|
|
10575
10575
|
] }),
|
|
@@ -10599,7 +10599,7 @@ const q0 = async ({
|
|
|
10599
10599
|
) })
|
|
10600
10600
|
] }) }, u),
|
|
10601
10601
|
js[u] && /* @__PURE__ */ a(
|
|
10602
|
-
|
|
10602
|
+
_e,
|
|
10603
10603
|
{
|
|
10604
10604
|
banners: n,
|
|
10605
10605
|
name: "list_" + js[u]
|
|
@@ -10730,7 +10730,7 @@ const D0 = () => /* @__PURE__ */ g("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
10730
10730
|
{
|
|
10731
10731
|
className: ge.journalistInfoLink,
|
|
10732
10732
|
dangerouslySetInnerHTML: {
|
|
10733
|
-
__html: `${s.JournalistPrefix} <h3 style="padding:0px;">${o ?? "Redaccion"}${t.config?.showtime && ","}</h3> ${t.config?.showtime ?
|
|
10733
|
+
__html: `${s.JournalistPrefix} <h3 style="padding:0px;">${o ?? "Redaccion"}${t.config?.showtime && ","}</h3> ${t.config?.showtime ? Ta(t.info.date.modified) : null}`
|
|
10734
10734
|
}
|
|
10735
10735
|
}
|
|
10736
10736
|
)
|
|
@@ -10761,7 +10761,7 @@ const D0 = () => /* @__PURE__ */ g("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
10761
10761
|
path: t,
|
|
10762
10762
|
imagesizes: s ? s[0]?.scale : "w:801,h:449,t:2;"
|
|
10763
10763
|
}))?.data.data[0]?.gallery ?? [];
|
|
10764
|
-
return /* @__PURE__ */ g("div", { className:
|
|
10764
|
+
return /* @__PURE__ */ g("div", { className: ya.content, children: [
|
|
10765
10765
|
/* @__PURE__ */ a(
|
|
10766
10766
|
Rt,
|
|
10767
10767
|
{
|
|
@@ -10773,7 +10773,7 @@ const D0 = () => /* @__PURE__ */ g("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
10773
10773
|
children: i && i.map((r, c) => /* @__PURE__ */ a(Pe, { preview: r, priorityHigh: !0 }, c))
|
|
10774
10774
|
}
|
|
10775
10775
|
),
|
|
10776
|
-
/* @__PURE__ */ a("div", { className:
|
|
10776
|
+
/* @__PURE__ */ a("div", { className: ya.description, children: i && i[0]?.description })
|
|
10777
10777
|
] });
|
|
10778
10778
|
};
|
|
10779
10779
|
function Y0(e) {
|
|
@@ -10894,7 +10894,7 @@ const K0 = (e) => /* @__PURE__ */ a(
|
|
|
10894
10894
|
} catch {
|
|
10895
10895
|
return null;
|
|
10896
10896
|
}
|
|
10897
|
-
}, eg = "_content_1kodm_1", tg = "_title_1kodm_35",
|
|
10897
|
+
}, eg = "_content_1kodm_1", tg = "_title_1kodm_35", na = {
|
|
10898
10898
|
content: eg,
|
|
10899
10899
|
title: tg
|
|
10900
10900
|
}, ng = async ({
|
|
@@ -10912,17 +10912,17 @@ const K0 = (e) => /* @__PURE__ */ a(
|
|
|
10912
10912
|
const r = i[0], u = (Array.isArray(r?.videos) ? r.videos : []).find(
|
|
10913
10913
|
(l) => l?.type === "video-youtube"
|
|
10914
10914
|
);
|
|
10915
|
-
return !u?.code || typeof u.code != "string" ? null : /* @__PURE__ */ g("div", { className:
|
|
10915
|
+
return !u?.code || typeof u.code != "string" ? null : /* @__PURE__ */ g("div", { className: na.content, children: [
|
|
10916
10916
|
/* @__PURE__ */ a(
|
|
10917
10917
|
"iframe",
|
|
10918
10918
|
{
|
|
10919
|
-
className:
|
|
10919
|
+
className: na.iframeStyled,
|
|
10920
10920
|
src: `https://www.youtube.com/embed/${u.code}`,
|
|
10921
10921
|
frameBorder: "0",
|
|
10922
10922
|
allowFullScreen: !0
|
|
10923
10923
|
}
|
|
10924
10924
|
),
|
|
10925
|
-
u?.title && /* @__PURE__ */ a("p", { className:
|
|
10925
|
+
u?.title && /* @__PURE__ */ a("p", { className: na.title, children: u.title })
|
|
10926
10926
|
] });
|
|
10927
10927
|
} catch {
|
|
10928
10928
|
return null;
|
|
@@ -11025,8 +11025,8 @@ const K0 = (e) => /* @__PURE__ */ a(
|
|
|
11025
11025
|
Whatsapp: {
|
|
11026
11026
|
url: (e) => `https://wa.me/?text=${encodeURIComponent(e)}`,
|
|
11027
11027
|
icon: {
|
|
11028
|
-
outline: (e) => /* @__PURE__ */ a(
|
|
11029
|
-
solid: (e) => /* @__PURE__ */ a(
|
|
11028
|
+
outline: (e) => /* @__PURE__ */ a(Oa, { className: e }),
|
|
11029
|
+
solid: (e) => /* @__PURE__ */ a(Pa, { className: e })
|
|
11030
11030
|
}
|
|
11031
11031
|
},
|
|
11032
11032
|
Email: {
|
|
@@ -11074,7 +11074,7 @@ function Dg({ noteShare: e }) {
|
|
|
11074
11074
|
"data-active": "false",
|
|
11075
11075
|
"aria-label": "copy",
|
|
11076
11076
|
className: [le.clipboardButton, "clipbtn-id"].join(" "),
|
|
11077
|
-
children: /* @__PURE__ */ a(
|
|
11077
|
+
children: /* @__PURE__ */ a(qa, {})
|
|
11078
11078
|
}
|
|
11079
11079
|
),
|
|
11080
11080
|
/* @__PURE__ */ a(
|
|
@@ -11221,7 +11221,7 @@ const jg = async (e) => {
|
|
|
11221
11221
|
}
|
|
11222
11222
|
)
|
|
11223
11223
|
] }),
|
|
11224
|
-
t.config?.showtime && /* @__PURE__ */ a("time", { className: le.journalistInfoDate, dateTime: $t(t.info.date.modified, c), children:
|
|
11224
|
+
t.config?.showtime && /* @__PURE__ */ a("time", { className: le.journalistInfoDate, dateTime: $t(t.info.date.modified, c), children: Ta(t.info.date.modified) })
|
|
11225
11225
|
] })
|
|
11226
11226
|
] }) });
|
|
11227
11227
|
}, Gg = (e) => e.replace(
|
|
@@ -11519,7 +11519,7 @@ async function Yg(e) {
|
|
|
11519
11519
|
internal: t.info.link.internal
|
|
11520
11520
|
}
|
|
11521
11521
|
) : /* @__PURE__ */ a(Ho, { preview: t.preview }) : null,
|
|
11522
|
-
/* @__PURE__ */ a(
|
|
11522
|
+
/* @__PURE__ */ a(_e, { banners: n, name: "block_1" }),
|
|
11523
11523
|
/* @__PURE__ */ a("div", { className: mn.journalistArticleContent, children: h === "op1" ? /* @__PURE__ */ a(
|
|
11524
11524
|
j0,
|
|
11525
11525
|
{
|
|
@@ -11639,7 +11639,7 @@ const Kg = (e) => {
|
|
|
11639
11639
|
})
|
|
11640
11640
|
}
|
|
11641
11641
|
) });
|
|
11642
|
-
},
|
|
11642
|
+
}, Ha = (e) => {
|
|
11643
11643
|
const t = {};
|
|
11644
11644
|
for (const n in e)
|
|
11645
11645
|
n.startsWith("--") && (t[n] = e[n]);
|
|
@@ -11706,8 +11706,8 @@ const Kg = (e) => {
|
|
|
11706
11706
|
}
|
|
11707
11707
|
}
|
|
11708
11708
|
) }), Qs = {
|
|
11709
|
-
banner: (e) => /* @__PURE__ */ a(
|
|
11710
|
-
readest: (e) => /* @__PURE__ */ a(
|
|
11709
|
+
banner: (e) => /* @__PURE__ */ a(_e, { ...e, name: e.slot_id.replace("Home", "block") }),
|
|
11710
|
+
readest: (e) => /* @__PURE__ */ a(Da, { ...e }),
|
|
11711
11711
|
"Modulo 1x3": (e) => /* @__PURE__ */ a(Ko, { ...e }),
|
|
11712
11712
|
"Modulo 1x4": (e) => /* @__PURE__ */ a(vf, { ...e }),
|
|
11713
11713
|
"Modulo 1x5": (e) => /* @__PURE__ */ a(Nf, { ...e }),
|
|
@@ -11729,13 +11729,13 @@ function kn({
|
|
|
11729
11729
|
banners: s
|
|
11730
11730
|
}) {
|
|
11731
11731
|
if (s)
|
|
11732
|
-
return Qs[e] && /* @__PURE__ */ a("div", { className: "home-slot", style:
|
|
11732
|
+
return Qs[e] && /* @__PURE__ */ a("div", { className: "home-slot", style: Ha(n), children: Qs[e]({ ...n, banners: s, slot_id: t }) });
|
|
11733
11733
|
}
|
|
11734
11734
|
function F5({
|
|
11735
11735
|
children: e,
|
|
11736
11736
|
stylesConfigEntry: t
|
|
11737
11737
|
}) {
|
|
11738
|
-
return /* @__PURE__ */ a("div", { className: "home-slot", style:
|
|
11738
|
+
return /* @__PURE__ */ a("div", { className: "home-slot", style: Ha(t), children: e });
|
|
11739
11739
|
}
|
|
11740
11740
|
const Hs = {
|
|
11741
11741
|
Diario: (e) => {
|
|
@@ -11794,12 +11794,12 @@ const Hs = {
|
|
|
11794
11794
|
paths: e.paths
|
|
11795
11795
|
}
|
|
11796
11796
|
)
|
|
11797
|
-
},
|
|
11797
|
+
}, aa = ({
|
|
11798
11798
|
component: e,
|
|
11799
11799
|
data: t,
|
|
11800
11800
|
banners: n,
|
|
11801
11801
|
rightOnlyBanner: s
|
|
11802
|
-
}) => /* @__PURE__ */ a("div", { style:
|
|
11802
|
+
}) => /* @__PURE__ */ a("div", { style: Ha(t), children: Hs[e] && Hs[e]({
|
|
11803
11803
|
...t,
|
|
11804
11804
|
rightOnlyBanner: s,
|
|
11805
11805
|
banners: n
|
|
@@ -11903,7 +11903,7 @@ const Hs = {
|
|
|
11903
11903
|
});
|
|
11904
11904
|
return /* @__PURE__ */ g(K, { children: [
|
|
11905
11905
|
/* @__PURE__ */ a(
|
|
11906
|
-
|
|
11906
|
+
aa,
|
|
11907
11907
|
{
|
|
11908
11908
|
component: "Super",
|
|
11909
11909
|
data: r("Super", 1),
|
|
@@ -11912,7 +11912,7 @@ const Hs = {
|
|
|
11912
11912
|
),
|
|
11913
11913
|
/* @__PURE__ */ a(lt, { children: /* @__PURE__ */ a(et, { banners: s, index: 1 }) }),
|
|
11914
11914
|
/* @__PURE__ */ a(
|
|
11915
|
-
|
|
11915
|
+
aa,
|
|
11916
11916
|
{
|
|
11917
11917
|
component: "3 notas verticales",
|
|
11918
11918
|
data: r("3 notas verticales", 3),
|
|
@@ -11921,7 +11921,7 @@ const Hs = {
|
|
|
11921
11921
|
),
|
|
11922
11922
|
/* @__PURE__ */ a(lt, { children: /* @__PURE__ */ a(et, { banners: s, index: 1 }) }),
|
|
11923
11923
|
/* @__PURE__ */ a(
|
|
11924
|
-
|
|
11924
|
+
aa,
|
|
11925
11925
|
{
|
|
11926
11926
|
component: "3 notas horizontales",
|
|
11927
11927
|
data: r("3 notas horizontales", 3),
|
|
@@ -11979,8 +11979,8 @@ const Hs = {
|
|
|
11979
11979
|
itemList: u,
|
|
11980
11980
|
ranking: n,
|
|
11981
11981
|
readestCustomStyles: e.readestCustomStyles,
|
|
11982
|
-
bannerTop: /* @__PURE__ */ a(
|
|
11983
|
-
banner: /* @__PURE__ */ a(
|
|
11982
|
+
bannerTop: /* @__PURE__ */ a(_e, { banners: s ?? [], name: "right_1" }),
|
|
11983
|
+
banner: /* @__PURE__ */ a(_e, { banners: s ?? [], name: "right_2" }),
|
|
11984
11984
|
complement: /* @__PURE__ */ g("div", { id: "comentarios", className: Ft.complementContent, suppressHydrationWarning: !0, children: [
|
|
11985
11985
|
o.length > 0 && /* @__PURE__ */ a(
|
|
11986
11986
|
Jh,
|
|
@@ -12118,7 +12118,7 @@ const Hs = {
|
|
|
12118
12118
|
commonServices: e.commonServices
|
|
12119
12119
|
}
|
|
12120
12120
|
),
|
|
12121
|
-
/* @__PURE__ */ a(
|
|
12121
|
+
/* @__PURE__ */ a(_e, { banners: s ?? [], name: "block_3" })
|
|
12122
12122
|
]
|
|
12123
12123
|
}
|
|
12124
12124
|
)
|
|
@@ -12167,7 +12167,7 @@ const Hs = {
|
|
|
12167
12167
|
/* @__PURE__ */ a("button", { className: Gt.buttonStyled, type: "submit", children: /* @__PURE__ */ a(fp, { className: Gt.searchStyled }) })
|
|
12168
12168
|
] })
|
|
12169
12169
|
}
|
|
12170
|
-
), gp = "_content_27x8l_1", pp = "_newsContentSection_27x8l_9", Ap = "_itemContent_27x8l_19",
|
|
12170
|
+
), gp = "_content_27x8l_1", pp = "_newsContentSection_27x8l_9", Ap = "_itemContent_27x8l_19", sa = {
|
|
12171
12171
|
content: gp,
|
|
12172
12172
|
newsContentSection: pp,
|
|
12173
12173
|
itemContent: Ap
|
|
@@ -12199,12 +12199,12 @@ const Hs = {
|
|
|
12199
12199
|
paths: e.paths,
|
|
12200
12200
|
ranking: c,
|
|
12201
12201
|
readestTitle: d.readestTitle ?? "",
|
|
12202
|
-
bannerTop: /* @__PURE__ */ a(
|
|
12203
|
-
banner: /* @__PURE__ */ a(
|
|
12204
|
-
children: /* @__PURE__ */ a("section", { className:
|
|
12205
|
-
|
|
12202
|
+
bannerTop: /* @__PURE__ */ a(_e, { banners: i ?? [], name: "right_1" }),
|
|
12203
|
+
banner: /* @__PURE__ */ a(_e, { banners: i ?? [], name: "right_2" }),
|
|
12204
|
+
children: /* @__PURE__ */ a("section", { className: sa.content, children: t.length > 0 ? /* @__PURE__ */ a(
|
|
12205
|
+
wa,
|
|
12206
12206
|
{
|
|
12207
|
-
className: [
|
|
12207
|
+
className: [sa.newsContentSection, "padding-0"].join(
|
|
12208
12208
|
" "
|
|
12209
12209
|
),
|
|
12210
12210
|
paginatorComponent: /* @__PURE__ */ a(
|
|
@@ -12223,9 +12223,9 @@ const Hs = {
|
|
|
12223
12223
|
h.includes(w + 1) && /* @__PURE__ */ a(
|
|
12224
12224
|
"div",
|
|
12225
12225
|
{
|
|
12226
|
-
className:
|
|
12226
|
+
className: sa.itemContent + " banner-context",
|
|
12227
12227
|
children: /* @__PURE__ */ a(
|
|
12228
|
-
|
|
12228
|
+
_e,
|
|
12229
12229
|
{
|
|
12230
12230
|
banners: i ?? [],
|
|
12231
12231
|
name: `block_2_${f[w + 1]}`
|
|
@@ -12234,7 +12234,7 @@ const Hs = {
|
|
|
12234
12234
|
}
|
|
12235
12235
|
),
|
|
12236
12236
|
/* @__PURE__ */ a(
|
|
12237
|
-
|
|
12237
|
+
va,
|
|
12238
12238
|
{
|
|
12239
12239
|
autorIcon: e.autorIcon,
|
|
12240
12240
|
item: A,
|
|
@@ -12445,10 +12445,10 @@ const Qe = [
|
|
|
12445
12445
|
{ label: "Usa un símbolo", test: Qe[4] }
|
|
12446
12446
|
];
|
|
12447
12447
|
function Yp({ goToLogin: e, handleGoogleLogin: t, API_ENV: n, texts: s }) {
|
|
12448
|
-
const o = { ...Vp, ...s?.comentarios }, i =
|
|
12448
|
+
const o = { ...Vp, ...s?.comentarios }, i = ma(
|
|
12449
12449
|
() => Wp(s?.comentarios?.registerForm),
|
|
12450
12450
|
[s?.comentarios?.registerForm]
|
|
12451
|
-
), r =
|
|
12451
|
+
), r = ma(
|
|
12452
12452
|
() => [
|
|
12453
12453
|
{ label: o.passwordRuleMinLength, test: Qe[0] },
|
|
12454
12454
|
{ label: o.passwordRuleNumber, test: Qe[1] },
|
|
@@ -12694,7 +12694,7 @@ function Kp(e) {
|
|
|
12694
12694
|
const [n, s, o] = t, i = s.charAt(0).toUpperCase() + s.slice(1).toLowerCase();
|
|
12695
12695
|
return `${n} ${i} ${o}`;
|
|
12696
12696
|
}
|
|
12697
|
-
const
|
|
12697
|
+
const Hn = (e, t, n) => {
|
|
12698
12698
|
if (!e || !e.current) return { boolean: !1, text: "" };
|
|
12699
12699
|
const s = e.current?.value || "", o = s.length > at, { PUBLIC_ENV: i } = n, r = i === "local", c = s.trim() !== "" && (r || t !== "") && !o, u = o ? `No debes exceder el limite de ${at} caracteres.` : "Debes completar todos los campos para comentar.";
|
|
12700
12700
|
return { boolean: c, text: u };
|
|
@@ -13273,7 +13273,7 @@ const i3 = "_content_ghncj_1", r3 = "_videoContent_ghncj_17", Fs = {
|
|
|
13273
13273
|
container: T3,
|
|
13274
13274
|
playStyled: x3
|
|
13275
13275
|
}, k3 = (e) => {
|
|
13276
|
-
const { video: t } = e, n =
|
|
13276
|
+
const { video: t } = e, n = Ma();
|
|
13277
13277
|
return /* @__PURE__ */ a(
|
|
13278
13278
|
B,
|
|
13279
13279
|
{
|
|
@@ -13368,7 +13368,7 @@ const Z5 = ({ currentNew: e }) => e && e?.hascontent?.hasembeddedtwitter && /* @
|
|
|
13368
13368
|
hasShadow: s = !1,
|
|
13369
13369
|
BackDropAuxHeigthMobile: o
|
|
13370
13370
|
//isVisible,
|
|
13371
|
-
} = e, i = qo(), r =
|
|
13371
|
+
} = e, i = qo(), r = ma(() => {
|
|
13372
13372
|
const h = e?.preview?.sizes;
|
|
13373
13373
|
if (h && Array.isArray(h) && h.length > 0) return h;
|
|
13374
13374
|
const p = e?.preview?.original;
|
|
@@ -13586,11 +13586,11 @@ const Z5 = ({ currentNew: e }) => e && e?.hascontent?.hasembeddedtwitter && /* @
|
|
|
13586
13586
|
}
|
|
13587
13587
|
);
|
|
13588
13588
|
}, O3 = (e) => {
|
|
13589
|
-
const { news: t, hasLines: n = !1, API_ENV: s } = e, o = (i) => n && (i + 1) % 3 !== 0 ?
|
|
13589
|
+
const { news: t, hasLines: n = !1, API_ENV: s } = e, o = (i) => n && (i + 1) % 3 !== 0 ? ba.contentSeparator : "";
|
|
13590
13590
|
return /* @__PURE__ */ a(
|
|
13591
13591
|
"div",
|
|
13592
13592
|
{
|
|
13593
|
-
className:
|
|
13593
|
+
className: ba.newsContent,
|
|
13594
13594
|
style: {
|
|
13595
13595
|
gap: n ? "30px" : "20px",
|
|
13596
13596
|
"--gridTemplateModlule": n ? "repeat(auto-fit, 343px);" : "repeat(auto-fit, 380px);"
|
|
@@ -13878,7 +13878,7 @@ async function X5({
|
|
|
13878
13878
|
throw p;
|
|
13879
13879
|
}
|
|
13880
13880
|
}
|
|
13881
|
-
const
|
|
13881
|
+
const _a = {
|
|
13882
13882
|
spam: "Es spam o contenido comercial no deseado",
|
|
13883
13883
|
inappropriate: "Lenguaje inadecuado",
|
|
13884
13884
|
hate: "Discurso o símbolos de odio",
|
|
@@ -13888,7 +13888,7 @@ const va = {
|
|
|
13888
13888
|
bullying: "Bullying o acoso"
|
|
13889
13889
|
};
|
|
13890
13890
|
function e6(e) {
|
|
13891
|
-
return
|
|
13891
|
+
return _a[e];
|
|
13892
13892
|
}
|
|
13893
13893
|
var hn = { exports: {} }, fn = { exports: {} }, oe = {};
|
|
13894
13894
|
var Vs;
|
|
@@ -14045,9 +14045,9 @@ var Ys;
|
|
|
14045
14045
|
function Fa() {
|
|
14046
14046
|
return Ys || (Ys = 1, process.env.NODE_ENV === "production" ? fn.exports = a9() : fn.exports = s9()), fn.exports;
|
|
14047
14047
|
}
|
|
14048
|
-
var
|
|
14048
|
+
var oa, Ks;
|
|
14049
14049
|
function o9() {
|
|
14050
|
-
if (Ks) return
|
|
14050
|
+
if (Ks) return oa;
|
|
14051
14051
|
Ks = 1;
|
|
14052
14052
|
var e = Object.getOwnPropertySymbols, t = Object.prototype.hasOwnProperty, n = Object.prototype.propertyIsEnumerable;
|
|
14053
14053
|
function s(i) {
|
|
@@ -14077,7 +14077,7 @@ function o9() {
|
|
|
14077
14077
|
return !1;
|
|
14078
14078
|
}
|
|
14079
14079
|
}
|
|
14080
|
-
return
|
|
14080
|
+
return oa = o() ? Object.assign : function(i, r) {
|
|
14081
14081
|
for (var c, u = s(i), l, d = 1; d < arguments.length; d++) {
|
|
14082
14082
|
c = Object(arguments[d]);
|
|
14083
14083
|
for (var m in c)
|
|
@@ -14089,22 +14089,22 @@ function o9() {
|
|
|
14089
14089
|
}
|
|
14090
14090
|
}
|
|
14091
14091
|
return u;
|
|
14092
|
-
},
|
|
14092
|
+
}, oa;
|
|
14093
14093
|
}
|
|
14094
|
-
var
|
|
14094
|
+
var ia, Js;
|
|
14095
14095
|
function za() {
|
|
14096
|
-
if (Js) return
|
|
14096
|
+
if (Js) return ia;
|
|
14097
14097
|
Js = 1;
|
|
14098
14098
|
var e = "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";
|
|
14099
|
-
return
|
|
14099
|
+
return ia = e, ia;
|
|
14100
14100
|
}
|
|
14101
|
-
var
|
|
14101
|
+
var ra, Zs;
|
|
14102
14102
|
function ai() {
|
|
14103
|
-
return Zs || (Zs = 1,
|
|
14103
|
+
return Zs || (Zs = 1, ra = Function.call.bind(Object.prototype.hasOwnProperty)), ra;
|
|
14104
14104
|
}
|
|
14105
|
-
var
|
|
14105
|
+
var ca, Xs;
|
|
14106
14106
|
function i9() {
|
|
14107
|
-
if (Xs) return
|
|
14107
|
+
if (Xs) return ca;
|
|
14108
14108
|
Xs = 1;
|
|
14109
14109
|
var e = function() {
|
|
14110
14110
|
};
|
|
@@ -14149,11 +14149,11 @@ function i9() {
|
|
|
14149
14149
|
}
|
|
14150
14150
|
return o.resetWarningCache = function() {
|
|
14151
14151
|
process.env.NODE_ENV !== "production" && (n = {});
|
|
14152
|
-
},
|
|
14152
|
+
}, ca = o, ca;
|
|
14153
14153
|
}
|
|
14154
|
-
var
|
|
14154
|
+
var la, eo;
|
|
14155
14155
|
function r9() {
|
|
14156
|
-
if (eo) return
|
|
14156
|
+
if (eo) return la;
|
|
14157
14157
|
eo = 1;
|
|
14158
14158
|
var e = Fa(), t = o9(), n = /* @__PURE__ */ za(), s = /* @__PURE__ */ ai(), o = /* @__PURE__ */ i9(), i = function() {
|
|
14159
14159
|
};
|
|
@@ -14168,7 +14168,7 @@ function r9() {
|
|
|
14168
14168
|
function r() {
|
|
14169
14169
|
return null;
|
|
14170
14170
|
}
|
|
14171
|
-
return
|
|
14171
|
+
return la = function(c, u) {
|
|
14172
14172
|
var l = typeof Symbol == "function" && Symbol.iterator, d = "@@iterator";
|
|
14173
14173
|
function m(b) {
|
|
14174
14174
|
var N = b && (l && b[l] || b[d]);
|
|
@@ -14470,18 +14470,18 @@ Valid keys: ` + JSON.stringify(Object.keys(b), null, " ")
|
|
|
14470
14470
|
return !b.constructor || !b.constructor.name ? h : b.constructor.name;
|
|
14471
14471
|
}
|
|
14472
14472
|
return p.checkPropTypes = o, p.resetWarningCache = o.resetWarningCache, p.PropTypes = p, p;
|
|
14473
|
-
},
|
|
14473
|
+
}, la;
|
|
14474
14474
|
}
|
|
14475
|
-
var
|
|
14475
|
+
var da, to;
|
|
14476
14476
|
function c9() {
|
|
14477
|
-
if (to) return
|
|
14477
|
+
if (to) return da;
|
|
14478
14478
|
to = 1;
|
|
14479
14479
|
var e = /* @__PURE__ */ za();
|
|
14480
14480
|
function t() {
|
|
14481
14481
|
}
|
|
14482
14482
|
function n() {
|
|
14483
14483
|
}
|
|
14484
|
-
return n.resetWarningCache = t,
|
|
14484
|
+
return n.resetWarningCache = t, da = function() {
|
|
14485
14485
|
function s(r, c, u, l, d, m) {
|
|
14486
14486
|
if (m !== e) {
|
|
14487
14487
|
var h = new Error(
|
|
@@ -14518,7 +14518,7 @@ function c9() {
|
|
|
14518
14518
|
resetWarningCache: t
|
|
14519
14519
|
};
|
|
14520
14520
|
return i.PropTypes = i, i;
|
|
14521
|
-
},
|
|
14521
|
+
}, da;
|
|
14522
14522
|
}
|
|
14523
14523
|
var no;
|
|
14524
14524
|
function l9() {
|
|
@@ -14533,15 +14533,15 @@ function l9() {
|
|
|
14533
14533
|
var d9 = /* @__PURE__ */ l9();
|
|
14534
14534
|
const Ie = /* @__PURE__ */ kt(d9);
|
|
14535
14535
|
var u9 = ["sitekey", "onChange", "theme", "type", "tabindex", "onExpired", "onErrored", "size", "stoken", "grecaptcha", "badge", "hl", "isolated"];
|
|
14536
|
-
function
|
|
14537
|
-
return
|
|
14536
|
+
function Ca() {
|
|
14537
|
+
return Ca = Object.assign ? Object.assign.bind() : function(e) {
|
|
14538
14538
|
for (var t = 1; t < arguments.length; t++) {
|
|
14539
14539
|
var n = arguments[t];
|
|
14540
14540
|
for (var s in n)
|
|
14541
14541
|
Object.prototype.hasOwnProperty.call(n, s) && (e[s] = n[s]);
|
|
14542
14542
|
}
|
|
14543
14543
|
return e;
|
|
14544
|
-
},
|
|
14544
|
+
}, Ca.apply(this, arguments);
|
|
14545
14545
|
}
|
|
14546
14546
|
function m9(e, t) {
|
|
14547
14547
|
if (e == null) return {};
|
|
@@ -14556,14 +14556,14 @@ function gn(e) {
|
|
|
14556
14556
|
return e;
|
|
14557
14557
|
}
|
|
14558
14558
|
function h9(e, t) {
|
|
14559
|
-
e.prototype = Object.create(t.prototype), e.prototype.constructor = e,
|
|
14559
|
+
e.prototype = Object.create(t.prototype), e.prototype.constructor = e, Sa(e, t);
|
|
14560
14560
|
}
|
|
14561
|
-
function
|
|
14562
|
-
return
|
|
14561
|
+
function Sa(e, t) {
|
|
14562
|
+
return Sa = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function(s, o) {
|
|
14563
14563
|
return s.__proto__ = o, s;
|
|
14564
|
-
},
|
|
14564
|
+
}, Sa(e, t);
|
|
14565
14565
|
}
|
|
14566
|
-
var
|
|
14566
|
+
var Fn = /* @__PURE__ */ (function(e) {
|
|
14567
14567
|
h9(t, e);
|
|
14568
14568
|
function t() {
|
|
14569
14569
|
var s;
|
|
@@ -14629,13 +14629,13 @@ var Hn = /* @__PURE__ */ (function(e) {
|
|
|
14629
14629
|
var o = this.props;
|
|
14630
14630
|
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;
|
|
14631
14631
|
var i = m9(o, u9);
|
|
14632
|
-
return /* @__PURE__ */ Za.createElement("div",
|
|
14632
|
+
return /* @__PURE__ */ Za.createElement("div", Ca({}, i, {
|
|
14633
14633
|
ref: this.handleRecaptchaRef
|
|
14634
14634
|
}));
|
|
14635
14635
|
}, t;
|
|
14636
14636
|
})(Za.Component);
|
|
14637
|
-
|
|
14638
|
-
|
|
14637
|
+
Fn.displayName = "ReCAPTCHA";
|
|
14638
|
+
Fn.propTypes = {
|
|
14639
14639
|
sitekey: Ie.string.isRequired,
|
|
14640
14640
|
onChange: Ie.func,
|
|
14641
14641
|
grecaptcha: Ie.object,
|
|
@@ -14650,7 +14650,7 @@ Hn.propTypes = {
|
|
|
14650
14650
|
badge: Ie.oneOf(["bottomright", "bottomleft", "inline"]),
|
|
14651
14651
|
isolated: Ie.bool
|
|
14652
14652
|
};
|
|
14653
|
-
|
|
14653
|
+
Fn.defaultProps = {
|
|
14654
14654
|
onChange: function() {
|
|
14655
14655
|
},
|
|
14656
14656
|
theme: "light",
|
|
@@ -14659,9 +14659,9 @@ Hn.defaultProps = {
|
|
|
14659
14659
|
size: "normal",
|
|
14660
14660
|
badge: "bottomright"
|
|
14661
14661
|
};
|
|
14662
|
-
var
|
|
14662
|
+
var ua, ao;
|
|
14663
14663
|
function f9() {
|
|
14664
|
-
if (ao) return
|
|
14664
|
+
if (ao) return ua;
|
|
14665
14665
|
ao = 1;
|
|
14666
14666
|
var e = Fa(), t = {
|
|
14667
14667
|
childContextTypes: !0,
|
|
@@ -14723,19 +14723,19 @@ function f9() {
|
|
|
14723
14723
|
}
|
|
14724
14724
|
return f;
|
|
14725
14725
|
}
|
|
14726
|
-
return
|
|
14726
|
+
return ua = p, ua;
|
|
14727
14727
|
}
|
|
14728
14728
|
var g9 = f9();
|
|
14729
14729
|
const p9 = /* @__PURE__ */ kt(g9);
|
|
14730
|
-
function
|
|
14731
|
-
return
|
|
14730
|
+
function Na() {
|
|
14731
|
+
return Na = Object.assign || function(e) {
|
|
14732
14732
|
for (var t = 1; t < arguments.length; t++) {
|
|
14733
14733
|
var n = arguments[t];
|
|
14734
14734
|
for (var s in n)
|
|
14735
14735
|
Object.prototype.hasOwnProperty.call(n, s) && (e[s] = n[s]);
|
|
14736
14736
|
}
|
|
14737
14737
|
return e;
|
|
14738
|
-
},
|
|
14738
|
+
}, Na.apply(this, arguments);
|
|
14739
14739
|
}
|
|
14740
14740
|
function A9(e, t) {
|
|
14741
14741
|
if (e == null) return {};
|
|
@@ -14835,7 +14835,7 @@ function b9(e, t) {
|
|
|
14835
14835
|
return m && typeof window < "u" && (f[m] = typeof window[m] < "u" ? window[m] : void 0), f.ref = p, dt(s, f);
|
|
14836
14836
|
}, u;
|
|
14837
14837
|
})(ci), r = oo(function(c, u) {
|
|
14838
|
-
return dt(i,
|
|
14838
|
+
return dt(i, Na({}, c, {
|
|
14839
14839
|
forwardedRef: u
|
|
14840
14840
|
}));
|
|
14841
14841
|
});
|
|
@@ -14844,21 +14844,21 @@ function b9(e, t) {
|
|
|
14844
14844
|
}, p9(r, s);
|
|
14845
14845
|
};
|
|
14846
14846
|
}
|
|
14847
|
-
var
|
|
14848
|
-
function
|
|
14847
|
+
var Ia = "onloadcallback", v9 = "grecaptcha";
|
|
14848
|
+
function Ea() {
|
|
14849
14849
|
return typeof window < "u" && window.recaptchaOptions || {};
|
|
14850
14850
|
}
|
|
14851
14851
|
function _9() {
|
|
14852
|
-
var e =
|
|
14853
|
-
return e.enterprise ? "https://" + t + "/recaptcha/enterprise.js?onload=" +
|
|
14852
|
+
var e = Ea(), t = e.useRecaptchaNet ? "recaptcha.net" : "www.google.com";
|
|
14853
|
+
return e.enterprise ? "https://" + t + "/recaptcha/enterprise.js?onload=" + Ia + "&render=explicit" : "https://" + t + "/recaptcha/api.js?onload=" + Ia + "&render=explicit";
|
|
14854
14854
|
}
|
|
14855
14855
|
const si = b9(_9, {
|
|
14856
|
-
callbackName:
|
|
14856
|
+
callbackName: Ia,
|
|
14857
14857
|
globalName: v9,
|
|
14858
|
-
attributes:
|
|
14859
|
-
nonce:
|
|
14858
|
+
attributes: Ea().nonce ? {
|
|
14859
|
+
nonce: Ea().nonce
|
|
14860
14860
|
} : {}
|
|
14861
|
-
})(
|
|
14861
|
+
})(Fn), C9 = {
|
|
14862
14862
|
reportAbuseTitle: "Reportar Abuso",
|
|
14863
14863
|
errorAlreadyReported: "Ya has reportado este comentario.",
|
|
14864
14864
|
errorReportComment: "Error al reportar comentario",
|
|
@@ -14875,7 +14875,7 @@ const si = b9(_9, {
|
|
|
14875
14875
|
CAPTCHA_KEY_V2: i,
|
|
14876
14876
|
texts: r
|
|
14877
14877
|
}) => {
|
|
14878
|
-
const c = { ...C9, ...r?.comentarios }, u = { ...
|
|
14878
|
+
const c = { ...C9, ...r?.comentarios }, u = { ..._a, ...c.reportReasons ?? {} }, [l, d] = Y("form"), [m, h] = Y(
|
|
14879
14879
|
""
|
|
14880
14880
|
), [p, f] = Y(""), [A, w] = Y(""), v = [
|
|
14881
14881
|
{ id: "spam", label: u.spam },
|
|
@@ -14903,7 +14903,7 @@ const si = b9(_9, {
|
|
|
14903
14903
|
username: o,
|
|
14904
14904
|
id: n,
|
|
14905
14905
|
captchaToken: A,
|
|
14906
|
-
type:
|
|
14906
|
+
type: _a[m]
|
|
14907
14907
|
// Enviamos el label completo
|
|
14908
14908
|
})
|
|
14909
14909
|
})).json();
|
|
@@ -15200,7 +15200,7 @@ const E9 = (e, t) => {
|
|
|
15200
15200
|
if (!o) return;
|
|
15201
15201
|
const i = () => {
|
|
15202
15202
|
const c = o.value.length;
|
|
15203
|
-
o.parentElement && (o.parentElement.dataset.text = `${c}/${at}`), o.classList.toggle("over-limit", c > at), n(!
|
|
15203
|
+
o.parentElement && (o.parentElement.dataset.text = `${c}/${at}`), o.classList.toggle("over-limit", c > at), n(!Hn(e, t, s).boolean);
|
|
15204
15204
|
};
|
|
15205
15205
|
return o.addEventListener("input", i), i(), () => o.removeEventListener("input", i);
|
|
15206
15206
|
}, [e, t, n]), /* @__PURE__ */ g("div", { children: [
|
|
@@ -15221,7 +15221,7 @@ const E9 = (e, t) => {
|
|
|
15221
15221
|
children: s,
|
|
15222
15222
|
API_ENV: o
|
|
15223
15223
|
}) => {
|
|
15224
|
-
const i =
|
|
15224
|
+
const i = Hn(e, t, o);
|
|
15225
15225
|
return /* @__PURE__ */ g("div", { className: "form-actions", children: [
|
|
15226
15226
|
/* @__PURE__ */ a(
|
|
15227
15227
|
si,
|
|
@@ -15238,25 +15238,30 @@ const E9 = (e, t) => {
|
|
|
15238
15238
|
!i.boolean && /* @__PURE__ */ a("p", { className: "submit-warning", children: i.text })
|
|
15239
15239
|
] })
|
|
15240
15240
|
] });
|
|
15241
|
-
}, Ya = ({ onClick: e, isDisabled: t, API_ENV: n }) => {
|
|
15242
|
-
const [
|
|
15243
|
-
|
|
15244
|
-
let
|
|
15245
|
-
return
|
|
15246
|
-
|
|
15241
|
+
}, Ya = ({ onClick: e, isDisabled: t, API_ENV: n, instantTrigger: s }) => {
|
|
15242
|
+
const [o, i] = be.useState(!1), { S3_ID_DIR: r = "", PUBLIC_ENV: c, PUBLIC_API_HOST: u = "", PUBLIC_ASSETS_URL: l } = n;
|
|
15243
|
+
be.useEffect(() => {
|
|
15244
|
+
let m = null;
|
|
15245
|
+
return o && (m = setTimeout(() => {
|
|
15246
|
+
i(!1);
|
|
15247
15247
|
}, 2400)), () => {
|
|
15248
|
-
|
|
15248
|
+
m && clearTimeout(m);
|
|
15249
15249
|
};
|
|
15250
|
+
}, [o]), be.useEffect(() => {
|
|
15251
|
+
if (!s || !document) return;
|
|
15252
|
+
const m = document.getElementById("comment-button");
|
|
15253
|
+
m && (console.log("trigger3", m), m.click());
|
|
15250
15254
|
}, [s]);
|
|
15251
|
-
const
|
|
15252
|
-
return
|
|
15255
|
+
const d = c == "local" ? u : l && l !== "false" ? l : "";
|
|
15256
|
+
return o ? /* @__PURE__ */ a("div", { className: "success-gif-container", children: /* @__PURE__ */ a("img", { className: "success-gif", src: d + "/arte/" + r + "/Success.gif" }) }) : /* @__PURE__ */ g(
|
|
15253
15257
|
"button",
|
|
15254
15258
|
{
|
|
15255
15259
|
type: "button",
|
|
15256
|
-
onClick: async (
|
|
15257
|
-
await e(
|
|
15260
|
+
onClick: async (m) => {
|
|
15261
|
+
await e(m) && i(!0);
|
|
15258
15262
|
},
|
|
15259
15263
|
id: "comment-button",
|
|
15264
|
+
disabled: s,
|
|
15260
15265
|
className: `submit-btn ${t ? "disabled" : "active"}`,
|
|
15261
15266
|
children: [
|
|
15262
15267
|
"Enviar Comentario",
|
|
@@ -15293,7 +15298,7 @@ const E9 = (e, t) => {
|
|
|
15293
15298
|
anonimusUser: u
|
|
15294
15299
|
}) => {
|
|
15295
15300
|
const l = t.current?.value || "", { PUBLIC_PUBLICATION_ID: d } = c, m = d;
|
|
15296
|
-
if (!
|
|
15301
|
+
if (!Hn(t, n, c).boolean || !o && !u) {
|
|
15297
15302
|
const p = s.nextElementSibling;
|
|
15298
15303
|
return p && (p.style.display = "block"), !1;
|
|
15299
15304
|
}
|
|
@@ -15413,7 +15418,7 @@ const E9 = (e, t) => {
|
|
|
15413
15418
|
}, k9 = {
|
|
15414
15419
|
moreRepliesButton: "Más Respuestas"
|
|
15415
15420
|
}, U9 = ({ comment: e, replyingTo: t, path: n, user: s, handleReplyingTo: o, onFlag: i, API_ENV: r, texts: c }) => {
|
|
15416
|
-
const u = { ...k9, ...c?.comentarios }, l = { morereply: e.morereply ?? !1, reply: e.reply ? e.reply : [] }, [d, m] = Y(l), [h, p] =
|
|
15421
|
+
const u = { ...k9, ...c?.comentarios }, l = { morereply: e.morereply ?? !1, reply: e.reply ? e.reply : [] }, [d, m] = Y(l), [h, p] = be.useState(!1), { PUBLIC_PUBLICATION_ID: f, PUBLIC_X_SECURITY_TOKEN: A } = r, w = e.text, v = be.useRef(null);
|
|
15417
15422
|
let S = `${tt.firstname} ${tt.lastname ?? ""}`, C = tt.username;
|
|
15418
15423
|
e.user && (S = `${e.user.firstname} ${e.user.lastname ?? ""}`, C = e.user.username);
|
|
15419
15424
|
const I = (y) => {
|
|
@@ -15582,12 +15587,7 @@ function P9({
|
|
|
15582
15587
|
icon: n,
|
|
15583
15588
|
texts: s
|
|
15584
15589
|
}) {
|
|
15585
|
-
const o = { ...B9, ...s?.comentarios }
|
|
15586
|
-
if (console.log("trigger"), !document) return;
|
|
15587
|
-
console.log("trigger2");
|
|
15588
|
-
const r = document.getElementById("comment-button");
|
|
15589
|
-
r && (console.log("trigger3", r), r.click());
|
|
15590
|
-
};
|
|
15590
|
+
const o = { ...B9, ...s?.comentarios };
|
|
15591
15591
|
return /* @__PURE__ */ a(
|
|
15592
15592
|
"div",
|
|
15593
15593
|
{
|
|
@@ -15595,9 +15595,9 @@ function P9({
|
|
|
15595
15595
|
role: "dialog",
|
|
15596
15596
|
"aria-modal": "true",
|
|
15597
15597
|
id: "pop-overlay",
|
|
15598
|
-
onClick: (
|
|
15599
|
-
const
|
|
15600
|
-
|
|
15598
|
+
onClick: (i) => {
|
|
15599
|
+
const r = i.target;
|
|
15600
|
+
r && r.id === "pop-overlay" && e();
|
|
15601
15601
|
},
|
|
15602
15602
|
children: /* @__PURE__ */ g("div", { className: x.card, children: [
|
|
15603
15603
|
/* @__PURE__ */ g("header", { className: x.header, children: [
|
|
@@ -15605,7 +15605,9 @@ function P9({
|
|
|
15605
15605
|
/* @__PURE__ */ a(
|
|
15606
15606
|
"button",
|
|
15607
15607
|
{
|
|
15608
|
-
onClick:
|
|
15608
|
+
onClick: () => {
|
|
15609
|
+
e();
|
|
15610
|
+
},
|
|
15609
15611
|
className: x.close,
|
|
15610
15612
|
"aria-label": "Cerrar",
|
|
15611
15613
|
children: /* @__PURE__ */ a(_t, {})
|
|
@@ -15615,7 +15617,7 @@ function P9({
|
|
|
15615
15617
|
/* @__PURE__ */ g("div", { className: x.anonimusWrapper, children: [
|
|
15616
15618
|
/* @__PURE__ */ a("img", { className: x.anonimusImage, src: "/anonimus-img.png", alt: "Imagen incognito" }),
|
|
15617
15619
|
/* @__PURE__ */ a("button", { onClick: () => {
|
|
15618
|
-
|
|
15620
|
+
e(!0);
|
|
15619
15621
|
}, className: x.anonimus, children: /* @__PURE__ */ a("span", { children: "Continuar de forma anónima" }) })
|
|
15620
15622
|
] }),
|
|
15621
15623
|
/* @__PURE__ */ a("div", { className: x.divider, children: /* @__PURE__ */ a("span", { children: "o" }) }),
|
|
@@ -15659,8 +15661,8 @@ const O9 = ({
|
|
|
15659
15661
|
}) => {
|
|
15660
15662
|
const [c, u] = Y(!0), [l, d] = Y(""), [m, h] = Y(!1), [p, f] = Y(!1);
|
|
15661
15663
|
return /* @__PURE__ */ g(K, { children: [
|
|
15662
|
-
m && /* @__PURE__ */ a(P9, { icon: s, handleGoogleLogin: o, onClose: () => {
|
|
15663
|
-
f(!0), h(!1);
|
|
15664
|
+
m && /* @__PURE__ */ a(P9, { icon: s, handleGoogleLogin: o, onClose: (w) => {
|
|
15665
|
+
w && f(!0), h(!1);
|
|
15664
15666
|
} }),
|
|
15665
15667
|
/* @__PURE__ */ g("div", { className: "comment-form anoninus-form", children: [
|
|
15666
15668
|
/* @__PURE__ */ a(
|
|
@@ -15689,7 +15691,7 @@ const O9 = ({
|
|
|
15689
15691
|
Ya,
|
|
15690
15692
|
{
|
|
15691
15693
|
onClick: async (w) => {
|
|
15692
|
-
if (c) return;
|
|
15694
|
+
if (c || !Hn(t, l, r).boolean) return;
|
|
15693
15695
|
if (!p) {
|
|
15694
15696
|
h(!0);
|
|
15695
15697
|
return;
|
|
@@ -15704,12 +15706,13 @@ const O9 = ({
|
|
|
15704
15706
|
API_ENV: r,
|
|
15705
15707
|
anonimusUser: v
|
|
15706
15708
|
});
|
|
15707
|
-
return f(!1), S && typeof S == "number" ? (t.current?.parentElement && (t.current.parentElement.dataset.text = `0/${at}`), u(!0), setTimeout(() => {
|
|
15709
|
+
return f(!1), d(""), S && typeof S == "number" ? (t.current?.parentElement && (t.current.parentElement.dataset.text = `0/${at}`), u(!0), setTimeout(() => {
|
|
15708
15710
|
t.current?.parentElement && (t.current.parentElement.dataset.text = `0/${at}`), u(!0);
|
|
15709
15711
|
}, S), !0) : !1;
|
|
15710
15712
|
},
|
|
15711
15713
|
isDisabled: c,
|
|
15712
|
-
API_ENV: r
|
|
15714
|
+
API_ENV: r,
|
|
15715
|
+
instantTrigger: p
|
|
15713
15716
|
}
|
|
15714
15717
|
)
|
|
15715
15718
|
}
|
|
@@ -15735,7 +15738,7 @@ const O9 = ({
|
|
|
15735
15738
|
}) => {
|
|
15736
15739
|
const u = { ...q9, ...c?.comentarios }, { PUBLIC_PUBLICATION_ID: l, PUBLIC_X_SECURITY_TOKEN: d } = r, m = l ?? "", h = t.replaceAll("/", "|"), [p, f] = Y(
|
|
15737
15740
|
void 0
|
|
15738
|
-
), [A, w] = Y(""), { comments: v, setComments: S } = E9(h, r), [C, I] =
|
|
15741
|
+
), [A, w] = Y(""), { comments: v, setComments: S } = E9(h, r), [C, I] = be.useState(!1), y = be.useRef(null), E = be.useRef(null), L = (k) => {
|
|
15739
15742
|
w(A === k ? "" : k);
|
|
15740
15743
|
}, j = (k) => {
|
|
15741
15744
|
S(
|
|
@@ -16008,8 +16011,8 @@ const t6 = ({
|
|
|
16008
16011
|
fetchConfig: u,
|
|
16009
16012
|
texts: l
|
|
16010
16013
|
}) => {
|
|
16011
|
-
const d = so(null), [m, h] =
|
|
16012
|
-
|
|
16014
|
+
const d = so(null), [m, h] = be.useState(i);
|
|
16015
|
+
be.useEffect(() => {
|
|
16013
16016
|
if (i || m) return;
|
|
16014
16017
|
const f = new IntersectionObserver(
|
|
16015
16018
|
([A]) => {
|
|
@@ -16195,7 +16198,7 @@ export {
|
|
|
16195
16198
|
Y5 as AutorComponent,
|
|
16196
16199
|
xu as AutorHeader1,
|
|
16197
16200
|
Hu as AutorHeader2,
|
|
16198
|
-
|
|
16201
|
+
_e as BannerAdvertising,
|
|
16199
16202
|
et as BannerAdvertisingMiddle,
|
|
16200
16203
|
I5 as CarrouselCSR,
|
|
16201
16204
|
Rt as CarrouselIRS,
|
|
@@ -16214,7 +16217,7 @@ export {
|
|
|
16214
16217
|
xf as DestacadoVideos,
|
|
16215
16218
|
jc as DynamicBlockServices,
|
|
16216
16219
|
z5 as DynamicComponents,
|
|
16217
|
-
|
|
16220
|
+
aa as DynamicMainSlot,
|
|
16218
16221
|
kn as DynamicSlot,
|
|
16219
16222
|
D5 as EditorialBlock,
|
|
16220
16223
|
U5 as ErrorComponent,
|
|
@@ -16256,20 +16259,20 @@ export {
|
|
|
16256
16259
|
B3 as NewListResponseDataPH,
|
|
16257
16260
|
nr as NewsArticle,
|
|
16258
16261
|
V5 as NewsComponent,
|
|
16259
|
-
|
|
16262
|
+
wa as NewsContent,
|
|
16260
16263
|
Bt as NewsDescriptionComponent,
|
|
16261
16264
|
Tn as NextPrev,
|
|
16262
16265
|
ar as OrgList,
|
|
16263
16266
|
is as PreloadImages,
|
|
16264
|
-
|
|
16267
|
+
_a as REPORT_REASONS,
|
|
16265
16268
|
z9 as ReCaptchaRender,
|
|
16266
|
-
|
|
16269
|
+
Da as Readest,
|
|
16267
16270
|
J5 as ScriptHydrator,
|
|
16268
16271
|
W5 as SearchSection,
|
|
16269
16272
|
ye as Section,
|
|
16270
16273
|
st as SectionCard,
|
|
16271
16274
|
Qn as SectionCard2,
|
|
16272
|
-
|
|
16275
|
+
va as SectionCardServerComponent,
|
|
16273
16276
|
Q5 as SectionServerComponent,
|
|
16274
16277
|
Es as ShowSection,
|
|
16275
16278
|
Jo as SocialNetworks,
|
|
@@ -16291,11 +16294,11 @@ export {
|
|
|
16291
16294
|
or as VideosSchemas,
|
|
16292
16295
|
sr as WebsiteList,
|
|
16293
16296
|
n6 as addComment,
|
|
16294
|
-
|
|
16297
|
+
xa as bannersReplace,
|
|
16295
16298
|
Vt as becomeVideoObject,
|
|
16296
16299
|
yt as buildTagUrl,
|
|
16297
16300
|
T5 as coloringByStrokeSVGs,
|
|
16298
|
-
|
|
16301
|
+
Ha as compileStyleProps,
|
|
16299
16302
|
X9 as createAssessment,
|
|
16300
16303
|
ze as cutString,
|
|
16301
16304
|
cs as decodeApiEnv,
|
|
@@ -16304,7 +16307,7 @@ export {
|
|
|
16304
16307
|
ss as extractRealtedNews,
|
|
16305
16308
|
Fe as formatDate,
|
|
16306
16309
|
$9 as formatDateEdiciones,
|
|
16307
|
-
|
|
16310
|
+
Ta as formatDateJournalistArticule,
|
|
16308
16311
|
ki as formatDateTimeline,
|
|
16309
16312
|
qi as formatNewsMeta,
|
|
16310
16313
|
Wi as formatVideoData,
|
|
@@ -16319,14 +16322,14 @@ export {
|
|
|
16319
16322
|
we as getImageUrl,
|
|
16320
16323
|
en as getNextMeta,
|
|
16321
16324
|
nn as getPage,
|
|
16322
|
-
|
|
16325
|
+
Ma as getPlayIcon,
|
|
16323
16326
|
e5 as getPreloadImages,
|
|
16324
16327
|
tn as getPrevMeta,
|
|
16325
16328
|
Z9 as getRelatedNewsCarrousel,
|
|
16326
16329
|
e6 as getReportReasonLabel,
|
|
16327
16330
|
Et as getResponse,
|
|
16328
16331
|
Ui as getResponsePromise,
|
|
16329
|
-
|
|
16332
|
+
ka as getSchemas,
|
|
16330
16333
|
uo as getScriptReplaces,
|
|
16331
16334
|
cr as getSlugs,
|
|
16332
16335
|
Y9 as getTypeOfNews,
|
|
@@ -16341,7 +16344,7 @@ export {
|
|
|
16341
16344
|
rr as removePages,
|
|
16342
16345
|
X5 as reportComment,
|
|
16343
16346
|
c1 as shareButtons,
|
|
16344
|
-
|
|
16347
|
+
Ga as socialIcons,
|
|
16345
16348
|
Ji as speculationRules,
|
|
16346
16349
|
Ki as speculationRulesHome,
|
|
16347
16350
|
$t as toISOWithTimeZone,
|