sass-template-common 0.9.97 → 0.9.98
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/README.md +36 -36
- package/dist/sass-template-common.js +227 -223
- package/dist/sass-template-common.umd.cjs +36 -36
- package/package.json +68 -68
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as a, jsxs as g, Fragment as $ } from "react/jsx-runtime";
|
|
2
|
-
import * as
|
|
2
|
+
import * as Fs from "react";
|
|
3
3
|
import ce, { useState as J, useRef as qn, useCallback as le, useEffect as Te, createElement as Be, forwardRef as Da, Fragment as is, useMemo as os, Component as Dn } from "react";
|
|
4
4
|
let ls = {
|
|
5
5
|
PUBLIC_API_HOST: "",
|
|
@@ -171,9 +171,9 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
|
|
171
171
|
function Ye(e) {
|
|
172
172
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
173
173
|
}
|
|
174
|
-
var bt = { exports: {} }, Hn = bt.exports,
|
|
174
|
+
var bt = { exports: {} }, Hn = bt.exports, zs;
|
|
175
175
|
function _a() {
|
|
176
|
-
return
|
|
176
|
+
return zs || (zs = 1, (function(e, t) {
|
|
177
177
|
(function(s, n) {
|
|
178
178
|
e.exports = n();
|
|
179
179
|
})(Hn, (function() {
|
|
@@ -451,9 +451,9 @@ function _a() {
|
|
|
451
451
|
}
|
|
452
452
|
var Fn = _a();
|
|
453
453
|
const pe = /* @__PURE__ */ Ye(Fn);
|
|
454
|
-
var vt = { exports: {} }, zn = vt.exports,
|
|
454
|
+
var vt = { exports: {} }, zn = vt.exports, Ws;
|
|
455
455
|
function Wn() {
|
|
456
|
-
return
|
|
456
|
+
return Ws || (Ws = 1, (function(e, t) {
|
|
457
457
|
(function(s, n) {
|
|
458
458
|
e.exports = n();
|
|
459
459
|
})(zn, (function() {
|
|
@@ -497,9 +497,9 @@ function Wn() {
|
|
|
497
497
|
}
|
|
498
498
|
var Yn = Wn();
|
|
499
499
|
const Kn = /* @__PURE__ */ Ye(Yn);
|
|
500
|
-
var Ct = { exports: {} }, $n = Ct.exports,
|
|
500
|
+
var Ct = { exports: {} }, $n = Ct.exports, Ys;
|
|
501
501
|
function Jn() {
|
|
502
|
-
return
|
|
502
|
+
return Ys || (Ys = 1, (function(e, t) {
|
|
503
503
|
(function(s, n) {
|
|
504
504
|
e.exports = n(_a());
|
|
505
505
|
})($n, (function(s) {
|
|
@@ -514,9 +514,9 @@ function Jn() {
|
|
|
514
514
|
})(Ct)), Ct.exports;
|
|
515
515
|
}
|
|
516
516
|
Jn();
|
|
517
|
-
var yt = { exports: {} }, Zn = yt.exports,
|
|
517
|
+
var yt = { exports: {} }, Zn = yt.exports, Ks;
|
|
518
518
|
function Xn() {
|
|
519
|
-
return
|
|
519
|
+
return Ks || (Ks = 1, (function(e, t) {
|
|
520
520
|
(function(s, n) {
|
|
521
521
|
e.exports = n();
|
|
522
522
|
})(Zn, (function() {
|
|
@@ -591,9 +591,9 @@ function Xn() {
|
|
|
591
591
|
}
|
|
592
592
|
var er = Xn();
|
|
593
593
|
const tr = /* @__PURE__ */ Ye(er);
|
|
594
|
-
var Nt = { exports: {} }, sr = Nt.exports,
|
|
594
|
+
var Nt = { exports: {} }, sr = Nt.exports, $s;
|
|
595
595
|
function ar() {
|
|
596
|
-
return
|
|
596
|
+
return $s || ($s = 1, (function(e, t) {
|
|
597
597
|
(function(s, n) {
|
|
598
598
|
e.exports = n();
|
|
599
599
|
})(sr, (function() {
|
|
@@ -752,14 +752,14 @@ const tt = (e, t, s, n) => {
|
|
|
752
752
|
tags: []
|
|
753
753
|
}
|
|
754
754
|
};
|
|
755
|
-
},
|
|
755
|
+
}, Js = /<div\b[^>]*class=["'][^"']*\bck-related-news\b[^"']*["'][^>]*>/gi;
|
|
756
756
|
function cs(e) {
|
|
757
757
|
if (!e?.body?.rendered) return [];
|
|
758
758
|
const t = e.body.rendered, s = [];
|
|
759
759
|
let n = 0;
|
|
760
760
|
for (; n < t.length; ) {
|
|
761
|
-
|
|
762
|
-
const r =
|
|
761
|
+
Js.lastIndex = n;
|
|
762
|
+
const r = Js.exec(t);
|
|
763
763
|
if (!r) break;
|
|
764
764
|
const i = r.index + r[0].length;
|
|
765
765
|
let o = 1, l = i, u = i;
|
|
@@ -803,7 +803,7 @@ const Rd = cs, ur = async (e, t) => {
|
|
|
803
803
|
if (!e?.preview?.length) return null;
|
|
804
804
|
const t = e.preview;
|
|
805
805
|
return t.find((s) => s.format === "1.91:1") ?? t[t.length - 1];
|
|
806
|
-
},
|
|
806
|
+
}, Zs = ({
|
|
807
807
|
schemaImage: e,
|
|
808
808
|
socialImage: t,
|
|
809
809
|
fallbackImage: s,
|
|
@@ -827,7 +827,7 @@ const Rd = cs, ur = async (e, t) => {
|
|
|
827
827
|
PUBLIC_ASSETS_URL: r,
|
|
828
828
|
PUBLIC_API_FRONT: i,
|
|
829
829
|
DATE_TIMEZONE: o = "America/Mexico_City"
|
|
830
|
-
} = O(), l = Ga(t.keywords) ?? "", u = t?.preview?.sizes ? t?.preview?.sizes[0]?.url : "", c = (r !== "false" ? r : i) ?? "", d = mr(n), m = t.main.title.article, h =
|
|
830
|
+
} = O(), l = Ga(t.keywords) ?? "", u = t?.preview?.sizes ? t?.preview?.sizes[0]?.url : "", c = (r !== "false" ? r : i) ?? "", d = mr(n), m = t.main.title.article, h = Zs({
|
|
831
831
|
schemaImage: d,
|
|
832
832
|
socialImage: t?.social?.images?.facebook,
|
|
833
833
|
fallbackImage: u,
|
|
@@ -835,7 +835,7 @@ const Rd = cs, ur = async (e, t) => {
|
|
|
835
835
|
defaultWidth: s.landscapeLogo.width,
|
|
836
836
|
defaultHeight: s.landscapeLogo.height,
|
|
837
837
|
alt: n?.description ?? m
|
|
838
|
-
}), A =
|
|
838
|
+
}), A = Zs({
|
|
839
839
|
schemaImage: d,
|
|
840
840
|
socialImage: t?.social?.images?.twitter,
|
|
841
841
|
fallbackImage: u,
|
|
@@ -1076,7 +1076,7 @@ const Rd = cs, ur = async (e, t) => {
|
|
|
1076
1076
|
}, de = async (e) => {
|
|
1077
1077
|
const t = st() ?? "", s = e;
|
|
1078
1078
|
return s?.startsWith("http") || s?.includes(t) || t === "" ? s : t + s;
|
|
1079
|
-
},
|
|
1079
|
+
}, Cs = (e, t) => {
|
|
1080
1080
|
const s = e || "";
|
|
1081
1081
|
return t ? s.replaceAll("[section_replace]", t["[section_replace]"] ?? "").replaceAll("[tag_replace]", t["[tag_replace]"] ?? "").replaceAll("[url_replace]", t["[url_replace]"] ?? "").replaceAll("[author_replace]", t["[author_replace]"] ?? "") || "" : s || "";
|
|
1082
1082
|
}, wr = (e) => {
|
|
@@ -1126,7 +1126,7 @@ const Rd = cs, ur = async (e, t) => {
|
|
|
1126
1126
|
(r) => r.key === e.name
|
|
1127
1127
|
);
|
|
1128
1128
|
if (!t || !t.show) return null;
|
|
1129
|
-
const s =
|
|
1129
|
+
const s = Cs(
|
|
1130
1130
|
t.value || "",
|
|
1131
1131
|
e.replaces
|
|
1132
1132
|
), n = vr(s);
|
|
@@ -1139,7 +1139,7 @@ const Rd = cs, ur = async (e, t) => {
|
|
|
1139
1139
|
(r) => r.key === e.name
|
|
1140
1140
|
);
|
|
1141
1141
|
if (!t || !t.show) return null;
|
|
1142
|
-
const n =
|
|
1142
|
+
const n = Cs(
|
|
1143
1143
|
t.value || "",
|
|
1144
1144
|
e.replaces
|
|
1145
1145
|
).split(
|
|
@@ -1179,7 +1179,7 @@ function Ld(e) {
|
|
|
1179
1179
|
const yr = () => {
|
|
1180
1180
|
const { PUBLIC_ASSETS_URL: e } = O();
|
|
1181
1181
|
return e && e !== "false" && /* @__PURE__ */ a("link", { rel: "preconnect", href: e, crossOrigin: "anonymous" });
|
|
1182
|
-
}, { PUBLIC_ASSETS_URL: Yt } = O(), Nr = Yt && Yt !== "false" ? Yt : "",
|
|
1182
|
+
}, { PUBLIC_ASSETS_URL: Yt } = O(), Nr = Yt && Yt !== "false" ? Yt : "", Xs = ({ images: e }) => /* @__PURE__ */ a($, { children: e.map(
|
|
1183
1183
|
(t, s) => t.href !== "" && /* @__PURE__ */ a(
|
|
1184
1184
|
"link",
|
|
1185
1185
|
{
|
|
@@ -1562,7 +1562,7 @@ const jd = async (e, t, s) => {
|
|
|
1562
1562
|
__html: JSON.stringify(s ?? Rr[t])
|
|
1563
1563
|
}
|
|
1564
1564
|
}
|
|
1565
|
-
),
|
|
1565
|
+
), ys = async (e, t, s) => {
|
|
1566
1566
|
if (s)
|
|
1567
1567
|
return s.get(`/schemas${t}`, { params: e }).catch((n) => {
|
|
1568
1568
|
console.log(`[/schemas${t}] Error: ${n.message}`);
|
|
@@ -1586,7 +1586,7 @@ const jd = async (e, t, s) => {
|
|
|
1586
1586
|
...o && l ? { query: `${l}:('${o}')` } : {}
|
|
1587
1587
|
};
|
|
1588
1588
|
try {
|
|
1589
|
-
const c = await
|
|
1589
|
+
const c = await ys(u, "/news-list-summary", t);
|
|
1590
1590
|
c?.data?.data ? i = c.data.data : console.warn(
|
|
1591
1591
|
"getSchemas responded but did not contain expected data:",
|
|
1592
1592
|
c
|
|
@@ -1675,7 +1675,7 @@ const Mr = async ({
|
|
|
1675
1675
|
o = (await Promise.all(
|
|
1676
1676
|
m.map(async (p) => {
|
|
1677
1677
|
const w = p === "/news-breadcrumb" ? { ...c, prefixtag: A } : p === "/news" && t.schemasNewsParams ? { ...c, ...t.schemasNewsParams } : c;
|
|
1678
|
-
return await
|
|
1678
|
+
return await ys(w, p, n);
|
|
1679
1679
|
})
|
|
1680
1680
|
)).map((p) => p?.data?.data ?? []);
|
|
1681
1681
|
} catch (l) {
|
|
@@ -1746,7 +1746,7 @@ const Mr = async ({
|
|
|
1746
1746
|
logow: t.socialBlockLogo?.width,
|
|
1747
1747
|
logoh: t.socialBlockLogo?.height,
|
|
1748
1748
|
authorurl: `${t.siteUrl}/autor/`
|
|
1749
|
-
}, i = (await
|
|
1749
|
+
}, i = (await ys(n, "/videos", s))?.data.data;
|
|
1750
1750
|
return i ? /* @__PURE__ */ a(
|
|
1751
1751
|
"script",
|
|
1752
1752
|
{
|
|
@@ -2270,7 +2270,7 @@ function Fa(e, t) {
|
|
|
2270
2270
|
return e.apply(t, arguments);
|
|
2271
2271
|
};
|
|
2272
2272
|
}
|
|
2273
|
-
const { toString: Fr } = Object.prototype, { getPrototypeOf:
|
|
2273
|
+
const { toString: Fr } = Object.prototype, { getPrototypeOf: Ns } = Object, { iterator: Bt, toStringTag: za } = Symbol, Ot = /* @__PURE__ */ ((e) => (t) => {
|
|
2274
2274
|
const s = Fr.call(t);
|
|
2275
2275
|
return e[s] || (e[s] = s.slice(8, -1).toLowerCase());
|
|
2276
2276
|
})(/* @__PURE__ */ Object.create(null)), Ne = (e) => (e = e.toLowerCase(), (t) => Ot(t) === e), Mt = (e) => (t) => typeof t === e, { isArray: Ke } = Array, ze = Mt("undefined");
|
|
@@ -2285,7 +2285,7 @@ function zr(e) {
|
|
|
2285
2285
|
const Wr = Mt("string"), Ae = Mt("function"), Ya = Mt("number"), rt = (e) => e !== null && typeof e == "object", Yr = (e) => e === !0 || e === !1, St = (e) => {
|
|
2286
2286
|
if (Ot(e) !== "object")
|
|
2287
2287
|
return !1;
|
|
2288
|
-
const t =
|
|
2288
|
+
const t = Ns(e);
|
|
2289
2289
|
return (t === null || t === Object.prototype || Object.getPrototypeOf(t) === null) && !(za in e) && !(Bt in e);
|
|
2290
2290
|
}, Kr = (e) => {
|
|
2291
2291
|
if (!rt(e) || nt(e))
|
|
@@ -2350,7 +2350,7 @@ const li = (e, t, s, { allOwnKeys: n } = {}) => (it(t, (r, i) => {
|
|
|
2350
2350
|
do {
|
|
2351
2351
|
for (r = Object.getOwnPropertyNames(e), i = r.length; i-- > 0; )
|
|
2352
2352
|
o = r[i], (!n || n(o, e, t)) && !l[o] && (t[o] = e[o], l[o] = !0);
|
|
2353
|
-
e = s !== !1 &&
|
|
2353
|
+
e = s !== !1 && Ns(e);
|
|
2354
2354
|
} while (e && (!s || s(e, t)) && e !== Object.prototype);
|
|
2355
2355
|
return t;
|
|
2356
2356
|
}, mi = (e, t, s) => {
|
|
@@ -2366,7 +2366,7 @@ const li = (e, t, s, { allOwnKeys: n } = {}) => (it(t, (r, i) => {
|
|
|
2366
2366
|
for (; t-- > 0; )
|
|
2367
2367
|
s[t] = e[t];
|
|
2368
2368
|
return s;
|
|
2369
|
-
}, fi = /* @__PURE__ */ ((e) => (t) => e && t instanceof e)(typeof Uint8Array < "u" &&
|
|
2369
|
+
}, fi = /* @__PURE__ */ ((e) => (t) => e && t instanceof e)(typeof Uint8Array < "u" && Ns(Uint8Array)), gi = (e, t) => {
|
|
2370
2370
|
const n = (e && e[Bt]).call(e);
|
|
2371
2371
|
let r;
|
|
2372
2372
|
for (; (r = n.next()) && !r.done; ) {
|
|
@@ -2384,7 +2384,7 @@ const li = (e, t, s, { allOwnKeys: n } = {}) => (it(t, (r, i) => {
|
|
|
2384
2384
|
function(s, n, r) {
|
|
2385
2385
|
return n.toUpperCase() + r;
|
|
2386
2386
|
}
|
|
2387
|
-
),
|
|
2387
|
+
), ea = (({ hasOwnProperty: e }) => (t, s) => e.call(t, s))(Object.prototype), bi = Ne("RegExp"), Ja = (e, t) => {
|
|
2388
2388
|
const s = Object.getOwnPropertyDescriptors(e), n = {};
|
|
2389
2389
|
it(s, (r, i) => {
|
|
2390
2390
|
let o;
|
|
@@ -2483,8 +2483,8 @@ const Ei = (e) => {
|
|
|
2483
2483
|
forEachEntry: gi,
|
|
2484
2484
|
matchAll: pi,
|
|
2485
2485
|
isHTMLForm: Ai,
|
|
2486
|
-
hasOwnProperty:
|
|
2487
|
-
hasOwnProp:
|
|
2486
|
+
hasOwnProperty: ea,
|
|
2487
|
+
hasOwnProp: ea,
|
|
2488
2488
|
// an alias to avoid ESLint no-prototype-builtins detection
|
|
2489
2489
|
reduceDescriptors: Ja,
|
|
2490
2490
|
freezeMethods: vi,
|
|
@@ -2562,7 +2562,7 @@ function us(e) {
|
|
|
2562
2562
|
function tn(e) {
|
|
2563
2563
|
return y.endsWith(e, "[]") ? e.slice(0, -2) : e;
|
|
2564
2564
|
}
|
|
2565
|
-
function
|
|
2565
|
+
function ta(e, t, s) {
|
|
2566
2566
|
return e ? e.concat(t).map(function(r, i) {
|
|
2567
2567
|
return r = tn(r), !s && i ? "[" + r + "]" : r;
|
|
2568
2568
|
}).join(s ? "." : "") : t;
|
|
@@ -2605,12 +2605,12 @@ function qt(e, t, s) {
|
|
|
2605
2605
|
return p = tn(p), v.forEach(function(N, S) {
|
|
2606
2606
|
!(y.isUndefined(N) || N === null) && t.append(
|
|
2607
2607
|
// eslint-disable-next-line no-nested-ternary
|
|
2608
|
-
o === !0 ?
|
|
2608
|
+
o === !0 ? ta([p], S, i) : o === null ? p : p + "[]",
|
|
2609
2609
|
c(N)
|
|
2610
2610
|
);
|
|
2611
2611
|
}), !1;
|
|
2612
2612
|
}
|
|
2613
|
-
return us(f) ? !0 : (t.append(
|
|
2613
|
+
return us(f) ? !0 : (t.append(ta(w, p, i), c(f)), !1);
|
|
2614
2614
|
}
|
|
2615
2615
|
const m = [], h = Object.assign(Li, {
|
|
2616
2616
|
defaultVisitor: d,
|
|
@@ -2636,7 +2636,7 @@ function qt(e, t, s) {
|
|
|
2636
2636
|
throw new TypeError("data must be an object");
|
|
2637
2637
|
return A(e), t;
|
|
2638
2638
|
}
|
|
2639
|
-
function
|
|
2639
|
+
function sa(e) {
|
|
2640
2640
|
const t = {
|
|
2641
2641
|
"!": "%21",
|
|
2642
2642
|
"'": "%27",
|
|
@@ -2650,17 +2650,17 @@ function ta(e) {
|
|
|
2650
2650
|
return t[n];
|
|
2651
2651
|
});
|
|
2652
2652
|
}
|
|
2653
|
-
function
|
|
2653
|
+
function Ss(e, t) {
|
|
2654
2654
|
this._pairs = [], e && qt(e, this, t);
|
|
2655
2655
|
}
|
|
2656
|
-
const sn =
|
|
2656
|
+
const sn = Ss.prototype;
|
|
2657
2657
|
sn.append = function(t, s) {
|
|
2658
2658
|
this._pairs.push([t, s]);
|
|
2659
2659
|
};
|
|
2660
2660
|
sn.toString = function(t) {
|
|
2661
2661
|
const s = t ? function(n) {
|
|
2662
|
-
return t.call(this, n,
|
|
2663
|
-
} :
|
|
2662
|
+
return t.call(this, n, sa);
|
|
2663
|
+
} : sa;
|
|
2664
2664
|
return this._pairs.map(function(r) {
|
|
2665
2665
|
return s(r[0]) + "=" + s(r[1]);
|
|
2666
2666
|
}, "").join("&");
|
|
@@ -2677,13 +2677,13 @@ function an(e, t, s) {
|
|
|
2677
2677
|
});
|
|
2678
2678
|
const r = s && s.serialize;
|
|
2679
2679
|
let i;
|
|
2680
|
-
if (r ? i = r(t, s) : i = y.isURLSearchParams(t) ? t.toString() : new
|
|
2680
|
+
if (r ? i = r(t, s) : i = y.isURLSearchParams(t) ? t.toString() : new Ss(t, s).toString(n), i) {
|
|
2681
2681
|
const o = e.indexOf("#");
|
|
2682
2682
|
o !== -1 && (e = e.slice(0, o)), e += (e.indexOf("?") === -1 ? "?" : "&") + i;
|
|
2683
2683
|
}
|
|
2684
2684
|
return e;
|
|
2685
2685
|
}
|
|
2686
|
-
class
|
|
2686
|
+
class aa {
|
|
2687
2687
|
constructor() {
|
|
2688
2688
|
this.handlers = [];
|
|
2689
2689
|
}
|
|
@@ -2741,7 +2741,7 @@ const nn = {
|
|
|
2741
2741
|
silentJSONParsing: !0,
|
|
2742
2742
|
forcedJSONParsing: !0,
|
|
2743
2743
|
clarifyTimeoutError: !1
|
|
2744
|
-
}, Bi = typeof URLSearchParams < "u" ? URLSearchParams :
|
|
2744
|
+
}, Bi = typeof URLSearchParams < "u" ? URLSearchParams : Ss, Oi = typeof FormData < "u" ? FormData : null, Mi = typeof Blob < "u" ? Blob : null, qi = {
|
|
2745
2745
|
isBrowser: !0,
|
|
2746
2746
|
classes: {
|
|
2747
2747
|
URLSearchParams: Bi,
|
|
@@ -2749,10 +2749,10 @@ const nn = {
|
|
|
2749
2749
|
Blob: Mi
|
|
2750
2750
|
},
|
|
2751
2751
|
protocols: ["http", "https", "file", "blob", "url", "data"]
|
|
2752
|
-
},
|
|
2753
|
-
self instanceof WorkerGlobalScope && typeof self.importScripts == "function", Gi =
|
|
2752
|
+
}, Es = typeof window < "u" && typeof document < "u", ms = typeof navigator == "object" && navigator || void 0, Di = Es && (!ms || ["ReactNative", "NativeScript", "NS"].indexOf(ms.product) < 0), _i = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
|
|
2753
|
+
self instanceof WorkerGlobalScope && typeof self.importScripts == "function", Gi = Es && window.location.href || "http://localhost", ji = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2754
2754
|
__proto__: null,
|
|
2755
|
-
hasBrowserEnv:
|
|
2755
|
+
hasBrowserEnv: Es,
|
|
2756
2756
|
hasStandardBrowserEnv: Di,
|
|
2757
2757
|
hasStandardBrowserWebWorkerEnv: _i,
|
|
2758
2758
|
navigator: ms,
|
|
@@ -2900,7 +2900,7 @@ const zi = y.toObjectSet([
|
|
|
2900
2900
|
`).forEach(function(o) {
|
|
2901
2901
|
r = o.indexOf(":"), s = o.substring(0, r).trim().toLowerCase(), n = o.substring(r + 1).trim(), !(!s || t[s] && zi[s]) && (s === "set-cookie" ? t[s] ? t[s].push(n) : t[s] = [n] : t[s] = t[s] ? t[s] + ", " + n : n);
|
|
2902
2902
|
}), t;
|
|
2903
|
-
},
|
|
2903
|
+
}, na = Symbol("internals");
|
|
2904
2904
|
function Ze(e) {
|
|
2905
2905
|
return e && String(e).trim().toLowerCase();
|
|
2906
2906
|
}
|
|
@@ -3055,7 +3055,7 @@ let we = class {
|
|
|
3055
3055
|
return s.forEach((r) => n.set(r)), n;
|
|
3056
3056
|
}
|
|
3057
3057
|
static accessor(t) {
|
|
3058
|
-
const n = (this[
|
|
3058
|
+
const n = (this[na] = this[na] = {
|
|
3059
3059
|
accessors: {}
|
|
3060
3060
|
}).accessors, r = this.prototype;
|
|
3061
3061
|
function i(o) {
|
|
@@ -3153,14 +3153,14 @@ const Ut = (e, t, s = 3) => {
|
|
|
3153
3153
|
};
|
|
3154
3154
|
e(m);
|
|
3155
3155
|
}, s);
|
|
3156
|
-
},
|
|
3156
|
+
}, ra = (e, t) => {
|
|
3157
3157
|
const s = e != null;
|
|
3158
3158
|
return [(n) => t[0]({
|
|
3159
3159
|
lengthComputable: s,
|
|
3160
3160
|
total: e,
|
|
3161
3161
|
loaded: n
|
|
3162
3162
|
}), t[1]];
|
|
3163
|
-
},
|
|
3163
|
+
}, ia = (e) => (...t) => y.asap(() => e(...t)), to = ue.hasStandardBrowserEnv ? /* @__PURE__ */ ((e, t) => (s) => (s = new URL(s, ue.origin), e.protocol === s.protocol && e.host === s.host && (t || e.port === s.port)))(
|
|
3164
3164
|
new URL(ue.origin),
|
|
3165
3165
|
ue.navigator && /(msie|trident)/i.test(ue.navigator.userAgent)
|
|
3166
3166
|
) : () => !0, so = ue.hasStandardBrowserEnv ? (
|
|
@@ -3202,7 +3202,7 @@ function cn(e, t, s) {
|
|
|
3202
3202
|
let n = !ao(t);
|
|
3203
3203
|
return e && (n || s == !1) ? no(e, t) : t;
|
|
3204
3204
|
}
|
|
3205
|
-
const
|
|
3205
|
+
const oa = (e) => e instanceof we ? { ...e } : e;
|
|
3206
3206
|
function je(e, t) {
|
|
3207
3207
|
t = t || {};
|
|
3208
3208
|
const s = {};
|
|
@@ -3260,7 +3260,7 @@ function je(e, t) {
|
|
|
3260
3260
|
socketPath: o,
|
|
3261
3261
|
responseEncoding: o,
|
|
3262
3262
|
validateStatus: l,
|
|
3263
|
-
headers: (c, d, m) => r(
|
|
3263
|
+
headers: (c, d, m) => r(oa(c), oa(d), m, !0)
|
|
3264
3264
|
};
|
|
3265
3265
|
return y.forEach(Object.keys({ ...e, ...t }), function(d) {
|
|
3266
3266
|
const m = u[d] || r, h = m(e[d], t[d], d);
|
|
@@ -3397,7 +3397,7 @@ const dn = (e) => {
|
|
|
3397
3397
|
} finally {
|
|
3398
3398
|
await t.cancel();
|
|
3399
3399
|
}
|
|
3400
|
-
},
|
|
3400
|
+
}, la = (e, t, s, n) => {
|
|
3401
3401
|
const r = co(e, t);
|
|
3402
3402
|
let i = 0, o, l = (u) => {
|
|
3403
3403
|
o || (o = !0, n && n(u));
|
|
@@ -3426,13 +3426,13 @@ const dn = (e) => {
|
|
|
3426
3426
|
}, {
|
|
3427
3427
|
highWaterMark: 2
|
|
3428
3428
|
});
|
|
3429
|
-
},
|
|
3429
|
+
}, ca = 64 * 1024, { isFunction: ht } = y, mo = (({ Request: e, Response: t }) => ({
|
|
3430
3430
|
Request: e,
|
|
3431
3431
|
Response: t
|
|
3432
3432
|
}))(y.global), {
|
|
3433
|
-
ReadableStream:
|
|
3434
|
-
TextEncoder:
|
|
3435
|
-
} = y.global,
|
|
3433
|
+
ReadableStream: da,
|
|
3434
|
+
TextEncoder: ua
|
|
3435
|
+
} = y.global, ma = (e, ...t) => {
|
|
3436
3436
|
try {
|
|
3437
3437
|
return !!e(...t);
|
|
3438
3438
|
} catch {
|
|
@@ -3445,17 +3445,17 @@ const dn = (e) => {
|
|
|
3445
3445
|
const { fetch: t, Request: s, Response: n } = e, r = t ? ht(t) : typeof fetch == "function", i = ht(s), o = ht(n);
|
|
3446
3446
|
if (!r)
|
|
3447
3447
|
return !1;
|
|
3448
|
-
const l = r && ht(
|
|
3448
|
+
const l = r && ht(da), u = r && (typeof ua == "function" ? /* @__PURE__ */ ((f) => (p) => f.encode(p))(new ua()) : async (f) => new Uint8Array(await new s(f).arrayBuffer())), c = i && l && ma(() => {
|
|
3449
3449
|
let f = !1;
|
|
3450
3450
|
const p = new s(ue.origin, {
|
|
3451
|
-
body: new
|
|
3451
|
+
body: new da(),
|
|
3452
3452
|
method: "POST",
|
|
3453
3453
|
get duplex() {
|
|
3454
3454
|
return f = !0, "half";
|
|
3455
3455
|
}
|
|
3456
3456
|
}).headers.has("Content-Type");
|
|
3457
3457
|
return f && !p;
|
|
3458
|
-
}), d = o && l &&
|
|
3458
|
+
}), d = o && l && ma(() => y.isReadableStream(new n("").body)), m = {
|
|
3459
3459
|
stream: d && ((f) => f.body)
|
|
3460
3460
|
};
|
|
3461
3461
|
r && ["text", "arrayBuffer", "blob", "formData", "stream"].forEach((f) => {
|
|
@@ -3513,11 +3513,11 @@ const dn = (e) => {
|
|
|
3513
3513
|
duplex: "half"
|
|
3514
3514
|
}), B;
|
|
3515
3515
|
if (y.isFormData(v) && (B = T.headers.get("content-type")) && Q.setContentType(B), T.body) {
|
|
3516
|
-
const [G, _] =
|
|
3516
|
+
const [G, _] = ra(
|
|
3517
3517
|
x,
|
|
3518
|
-
Ut(
|
|
3518
|
+
Ut(ia(I))
|
|
3519
3519
|
);
|
|
3520
|
-
v =
|
|
3520
|
+
v = la(T.body, ca, G, _);
|
|
3521
3521
|
}
|
|
3522
3522
|
}
|
|
3523
3523
|
y.isString(W) || (W = W ? "include" : "omit");
|
|
@@ -3538,12 +3538,12 @@ const dn = (e) => {
|
|
|
3538
3538
|
["status", "statusText", "headers"].forEach((H) => {
|
|
3539
3539
|
T[H] = k[H];
|
|
3540
3540
|
});
|
|
3541
|
-
const B = y.toFiniteNumber(k.headers.get("content-length")), [G, _] = b &&
|
|
3541
|
+
const B = y.toFiniteNumber(k.headers.get("content-length")), [G, _] = b && ra(
|
|
3542
3542
|
B,
|
|
3543
|
-
Ut(
|
|
3543
|
+
Ut(ia(b), !0)
|
|
3544
3544
|
) || [];
|
|
3545
3545
|
k = new n(
|
|
3546
|
-
|
|
3546
|
+
la(k.body, ca, G, () => {
|
|
3547
3547
|
_ && _(), q && q();
|
|
3548
3548
|
}),
|
|
3549
3549
|
T
|
|
@@ -3583,14 +3583,14 @@ const dn = (e) => {
|
|
|
3583
3583
|
return c;
|
|
3584
3584
|
};
|
|
3585
3585
|
un();
|
|
3586
|
-
const
|
|
3586
|
+
const Ts = {
|
|
3587
3587
|
http: Ri,
|
|
3588
3588
|
xhr: io,
|
|
3589
3589
|
fetch: {
|
|
3590
3590
|
get: un
|
|
3591
3591
|
}
|
|
3592
3592
|
};
|
|
3593
|
-
y.forEach(
|
|
3593
|
+
y.forEach(Ts, (e, t) => {
|
|
3594
3594
|
if (e) {
|
|
3595
3595
|
try {
|
|
3596
3596
|
Object.defineProperty(e, "name", { value: t });
|
|
@@ -3599,7 +3599,7 @@ y.forEach(Es, (e, t) => {
|
|
|
3599
3599
|
Object.defineProperty(e, "adapterName", { value: t });
|
|
3600
3600
|
}
|
|
3601
3601
|
});
|
|
3602
|
-
const
|
|
3602
|
+
const ha = (e) => `- ${e}`, go = (e) => y.isFunction(e) || e === null || e === !1;
|
|
3603
3603
|
function po(e, t) {
|
|
3604
3604
|
e = y.isArray(e) ? e : [e];
|
|
3605
3605
|
const { length: s } = e;
|
|
@@ -3608,7 +3608,7 @@ function po(e, t) {
|
|
|
3608
3608
|
for (let o = 0; o < s; o++) {
|
|
3609
3609
|
n = e[o];
|
|
3610
3610
|
let l;
|
|
3611
|
-
if (r = n, !go(n) && (r =
|
|
3611
|
+
if (r = n, !go(n) && (r = Ts[(l = String(n)).toLowerCase()], r === void 0))
|
|
3612
3612
|
throw new Z(`Unknown adapter '${l}'`);
|
|
3613
3613
|
if (r && (y.isFunction(r) || (r = r.get(t))))
|
|
3614
3614
|
break;
|
|
@@ -3619,8 +3619,8 @@ function po(e, t) {
|
|
|
3619
3619
|
([u, c]) => `adapter ${u} ` + (c === !1 ? "is not supported by the environment" : "is not available in the build")
|
|
3620
3620
|
);
|
|
3621
3621
|
let l = s ? o.length > 1 ? `since :
|
|
3622
|
-
` + o.map(
|
|
3623
|
-
`) : " " +
|
|
3622
|
+
` + o.map(ha).join(`
|
|
3623
|
+
`) : " " + ha(o[0]) : "as no adapter specified";
|
|
3624
3624
|
throw new Z(
|
|
3625
3625
|
"There is no suitable adapter to dispatch the request " + l,
|
|
3626
3626
|
"ERR_NOT_SUPPORT"
|
|
@@ -3638,13 +3638,13 @@ const mn = {
|
|
|
3638
3638
|
* Exposes all known adapters
|
|
3639
3639
|
* @type {Object<string, Function|Object>}
|
|
3640
3640
|
*/
|
|
3641
|
-
adapters:
|
|
3641
|
+
adapters: Ts
|
|
3642
3642
|
};
|
|
3643
3643
|
function Jt(e) {
|
|
3644
3644
|
if (e.cancelToken && e.cancelToken.throwIfRequested(), e.signal && e.signal.aborted)
|
|
3645
3645
|
throw new $e(null, e);
|
|
3646
3646
|
}
|
|
3647
|
-
function
|
|
3647
|
+
function fa(e) {
|
|
3648
3648
|
return Jt(e), e.headers = we.from(e.headers), e.data = $t.call(
|
|
3649
3649
|
e,
|
|
3650
3650
|
e.transformRequest
|
|
@@ -3668,7 +3668,7 @@ const hn = "1.13.2", Dt = {};
|
|
|
3668
3668
|
return typeof n === e || "a" + (t < 1 ? "n " : " ") + e;
|
|
3669
3669
|
};
|
|
3670
3670
|
});
|
|
3671
|
-
const
|
|
3671
|
+
const ga = {};
|
|
3672
3672
|
Dt.transitional = function(t, s, n) {
|
|
3673
3673
|
function r(i, o) {
|
|
3674
3674
|
return "[Axios v" + hn + "] Transitional option '" + i + "'" + o + (n ? ". " + n : "");
|
|
@@ -3679,7 +3679,7 @@ Dt.transitional = function(t, s, n) {
|
|
|
3679
3679
|
r(o, " has been removed" + (s ? " in " + s : "")),
|
|
3680
3680
|
Z.ERR_DEPRECATED
|
|
3681
3681
|
);
|
|
3682
|
-
return s && !
|
|
3682
|
+
return s && !ga[o] && (ga[o] = !0, console.warn(
|
|
3683
3683
|
r(
|
|
3684
3684
|
o,
|
|
3685
3685
|
" has been deprecated since v" + s + " and will be removed in the near future"
|
|
@@ -3714,8 +3714,8 @@ const Tt = {
|
|
|
3714
3714
|
let qe = class {
|
|
3715
3715
|
constructor(t) {
|
|
3716
3716
|
this.defaults = t || {}, this.interceptors = {
|
|
3717
|
-
request: new
|
|
3718
|
-
response: new
|
|
3717
|
+
request: new aa(),
|
|
3718
|
+
response: new aa()
|
|
3719
3719
|
};
|
|
3720
3720
|
}
|
|
3721
3721
|
/**
|
|
@@ -3780,7 +3780,7 @@ let qe = class {
|
|
|
3780
3780
|
});
|
|
3781
3781
|
let d, m = 0, h;
|
|
3782
3782
|
if (!u) {
|
|
3783
|
-
const f = [
|
|
3783
|
+
const f = [fa.bind(this), void 0];
|
|
3784
3784
|
for (f.unshift(...l), f.push(...c), h = f.length, d = Promise.resolve(s); m < h; )
|
|
3785
3785
|
d = d.then(f[m++], f[m++]);
|
|
3786
3786
|
return d;
|
|
@@ -3797,7 +3797,7 @@ let qe = class {
|
|
|
3797
3797
|
}
|
|
3798
3798
|
}
|
|
3799
3799
|
try {
|
|
3800
|
-
d =
|
|
3800
|
+
d = fa.call(this, A);
|
|
3801
3801
|
} catch (f) {
|
|
3802
3802
|
return Promise.reject(f);
|
|
3803
3803
|
}
|
|
@@ -4624,7 +4624,7 @@ const cu = async (e, t, s, n, r, i, o) => {
|
|
|
4624
4624
|
title: e.title,
|
|
4625
4625
|
description: e.description
|
|
4626
4626
|
// robots: 'noindex',
|
|
4627
|
-
}),
|
|
4627
|
+
}), pa = (e = "") => e.replace(/-/g, " ").replace(/^./, (t) => t.toUpperCase()), No = {
|
|
4628
4628
|
404: (e) => {
|
|
4629
4629
|
const { meta: t } = e;
|
|
4630
4630
|
return fe(t);
|
|
@@ -4643,7 +4643,7 @@ const cu = async (e, t, s, n, r, i, o) => {
|
|
|
4643
4643
|
const { meta: t, config: s, slug: n, pathname: r } = e;
|
|
4644
4644
|
return {
|
|
4645
4645
|
...t,
|
|
4646
|
-
title: `${s.name} | ${
|
|
4646
|
+
title: `${s.name} | ${pa(n)}`,
|
|
4647
4647
|
alternates: {
|
|
4648
4648
|
...t.alternates,
|
|
4649
4649
|
canonical: s.siteUrl + r
|
|
@@ -4654,7 +4654,7 @@ const cu = async (e, t, s, n, r, i, o) => {
|
|
|
4654
4654
|
const { meta: t, config: s, slug: n, pathname: r } = e;
|
|
4655
4655
|
return {
|
|
4656
4656
|
...t,
|
|
4657
|
-
title: `${s.name} | ${
|
|
4657
|
+
title: `${s.name} | ${pa(n)}`,
|
|
4658
4658
|
alternates: {
|
|
4659
4659
|
...t.alternates,
|
|
4660
4660
|
canonical: s.siteUrl + r
|
|
@@ -5012,7 +5012,7 @@ async function uu({
|
|
|
5012
5012
|
/* @__PURE__ */ a("meta", { name: "viewport", content: "width=device-width, initial-scale=1" }),
|
|
5013
5013
|
/* @__PURE__ */ a(yr, {}),
|
|
5014
5014
|
t.preloadImages && m && m.preview?.sizes && /* @__PURE__ */ a(
|
|
5015
|
-
|
|
5015
|
+
Xs,
|
|
5016
5016
|
{
|
|
5017
5017
|
images: [
|
|
5018
5018
|
{
|
|
@@ -5026,7 +5026,7 @@ async function uu({
|
|
|
5026
5026
|
]
|
|
5027
5027
|
}
|
|
5028
5028
|
),
|
|
5029
|
-
t.preloadImages && E && /* @__PURE__ */ a(
|
|
5029
|
+
t.preloadImages && E && /* @__PURE__ */ a(Xs, { images: E }),
|
|
5030
5030
|
W,
|
|
5031
5031
|
t.ampConfig && p.ampOption && t.ampConfig_slugIsValid && /* @__PURE__ */ a("link", { rel: "amphtml", href: p.siteUrl + "/amp" + i }),
|
|
5032
5032
|
/* @__PURE__ */ a(Gr, { config: p }),
|
|
@@ -5128,11 +5128,11 @@ const mu = ({
|
|
|
5128
5128
|
), hu = (e) => /* @__PURE__ */ g("div", { className: "sass-com-loc-content", children: [
|
|
5129
5129
|
/* @__PURE__ */ a(To, {}),
|
|
5130
5130
|
/* @__PURE__ */ a("p", { className: "sass-com-loc-location", children: e.place })
|
|
5131
|
-
] }),
|
|
5131
|
+
] }), Is = ({
|
|
5132
5132
|
children: e,
|
|
5133
5133
|
className: t
|
|
5134
5134
|
// desktopWidth = '1185px'
|
|
5135
|
-
}) => /* @__PURE__ */ a("div", { className: `content-layout-1 sass-com-cl1-content ${t || ""}`, children: e }),
|
|
5135
|
+
}) => /* @__PURE__ */ a("div", { className: `content-layout-1 sass-com-cl1-content ${t || ""}`, children: e }), Aa = (e) => {
|
|
5136
5136
|
const { children: t, show: s, order: n = 0, id: r } = e;
|
|
5137
5137
|
return s && /* @__PURE__ */ a("div", { style: { order: n }, id: r, children: t });
|
|
5138
5138
|
};
|
|
@@ -5499,7 +5499,7 @@ const et = (e) => /* @__PURE__ */ a("div", { className: "su-flex su-flex-col sas
|
|
|
5499
5499
|
}, be = ({ banners: e, name: t }) => {
|
|
5500
5500
|
const s = e?.find((i) => i.key === t);
|
|
5501
5501
|
if (!s?.show) return null;
|
|
5502
|
-
const r = (
|
|
5502
|
+
const r = (Cs(s.value) ?? "").replace(
|
|
5503
5503
|
/<script\b([^>]*)>/gi,
|
|
5504
5504
|
(i, o) => `<script ${o} type="text/deferred-banner">`
|
|
5505
5505
|
);
|
|
@@ -5669,9 +5669,9 @@ const ko = (e) => !!/([t][0-9]{4})\w+/.exec(e || ""), gu = async (e) => {
|
|
|
5669
5669
|
)
|
|
5670
5670
|
}
|
|
5671
5671
|
);
|
|
5672
|
-
},
|
|
5672
|
+
}, fs = (e) => {
|
|
5673
5673
|
const { PUBLIC_ENV: t } = O(), s = oe("/message.svg");
|
|
5674
|
-
return t !== "" && !e.forceSVG ? /* @__PURE__ */ a("img", { fetchPriority: "low", loading: "lazy", src: s, alt: "", ...e }) : /* @__PURE__ */ a("svg", { width: "30", height: "30", viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ a("path", { d: "M15 4C21.0751 4 26 8.92487 26 15C26 16.2691 25.5577 17.9814 24.6729 20.1367L24.502 20.5459L25.5459 24.8428C25.5943 25.042 25.5804 25.2514 25.5059 25.4424C25.3194 25.92 24.8065 26.1738 24.3223 26.0469L24.2109 26.0107L20.4648 24.5488C18.1478 25.5163 16.326 26 15 26C8.92487 26 4 21.0751 4 15C4 8.92487 8.92487 4 15 4ZM15 5.5C9.75329 5.5 5.5 9.75329 5.5 15C5.5 20.2467 9.75329 24.5 15 24.5C16.0245 24.5 17.5449 24.1124 19.5127 23.3184L20.4453 22.9316L23.8623 24.2637L22.9268 20.417L23.2715 19.6006C24.0971 17.5954 24.5 16.0455 24.5 15C24.5 9.75329 20.2467 5.5 15 5.5Z", fill: "
|
|
5674
|
+
return t !== "" && !e.forceSVG ? /* @__PURE__ */ a("img", { fetchPriority: "low", loading: "lazy", src: s, alt: "", ...e }) : /* @__PURE__ */ a("svg", { width: "30", height: "30", viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ a("path", { d: "M15 4C21.0751 4 26 8.92487 26 15C26 16.2691 25.5577 17.9814 24.6729 20.1367L24.502 20.5459L25.5459 24.8428C25.5943 25.042 25.5804 25.2514 25.5059 25.4424C25.3194 25.92 24.8065 26.1738 24.3223 26.0469L24.2109 26.0107L20.4648 24.5488C18.1478 25.5163 16.326 26 15 26C8.92487 26 4 21.0751 4 15C4 8.92487 8.92487 4 15 4ZM15 5.5C9.75329 5.5 5.5 9.75329 5.5 15C5.5 20.2467 9.75329 24.5 15 24.5C16.0245 24.5 17.5449 24.1124 19.5127 23.3184L20.4453 22.9316L23.8623 24.2637L22.9268 20.417L23.2715 19.6006C24.0971 17.5954 24.5 16.0455 24.5 15C24.5 9.75329 20.2467 5.5 15 5.5Z", fill: "currentColor" }) });
|
|
5675
5675
|
}, Po = {
|
|
5676
5676
|
Whatsapp: {
|
|
5677
5677
|
url: (e) => `https://wa.me/?text=${encodeURIComponent(e)}`,
|
|
@@ -5683,8 +5683,8 @@ const ko = (e) => !!/([t][0-9]{4})\w+/.exec(e || ""), gu = async (e) => {
|
|
|
5683
5683
|
Message: {
|
|
5684
5684
|
url: (e) => `${e}#comentarios`,
|
|
5685
5685
|
icon: {
|
|
5686
|
-
outline: (e) => /* @__PURE__ */ a(
|
|
5687
|
-
solid: (e) => /* @__PURE__ */ a(
|
|
5686
|
+
outline: (e) => /* @__PURE__ */ a(fs, { className: e }),
|
|
5687
|
+
solid: (e) => /* @__PURE__ */ a(fs, { className: e })
|
|
5688
5688
|
}
|
|
5689
5689
|
}
|
|
5690
5690
|
};
|
|
@@ -7008,7 +7008,7 @@ const Oo = (e) => {
|
|
|
7008
7008
|
showuppertitle: !1,
|
|
7009
7009
|
showsubtitle: !1,
|
|
7010
7010
|
showads: !1
|
|
7011
|
-
},
|
|
7011
|
+
}, Us = (e) => {
|
|
7012
7012
|
let t = [];
|
|
7013
7013
|
const { PUBLIC_ENV: s, PUBLIC_IS_OFFLINE: n, SHOW_DEV_RANKING: r } = O();
|
|
7014
7014
|
return e.content && e.content.length > 0 ? t = e.content.map((i) => ({
|
|
@@ -7064,7 +7064,7 @@ const Oo = (e) => {
|
|
|
7064
7064
|
}
|
|
7065
7065
|
)
|
|
7066
7066
|
] })
|
|
7067
|
-
] }),
|
|
7067
|
+
] }), xs = (e) => {
|
|
7068
7068
|
const { uppercase: t = !1, style: s = {} } = e, n = { ...e, rounded: "", uppercase: "", full: "" }, r = {
|
|
7069
7069
|
...s,
|
|
7070
7070
|
textTransform: t ? "uppercase" : "unset",
|
|
@@ -7107,7 +7107,7 @@ const Oo = (e) => {
|
|
|
7107
7107
|
id: "newsletter-email"
|
|
7108
7108
|
}
|
|
7109
7109
|
),
|
|
7110
|
-
/* @__PURE__ */ a(
|
|
7110
|
+
/* @__PURE__ */ a(xs, { className: "sass-com-subr-buttonStyled", size: "large", full: !0, children: String(e.texts.newsletterButtonText ?? "Suscribirme") })
|
|
7111
7111
|
] }),
|
|
7112
7112
|
/* @__PURE__ */ g("div", { className: "sass-com-subr-contentTerms", children: [
|
|
7113
7113
|
/* @__PURE__ */ a("p", { className: "sass-com-subr-subscribeText", children: String(e.texts.newsletterTermsText ?? "Suscribirte implica aceptar los") }),
|
|
@@ -7247,10 +7247,10 @@ const Oo = (e) => {
|
|
|
7247
7247
|
"path",
|
|
7248
7248
|
{
|
|
7249
7249
|
fill: "currentColor",
|
|
7250
|
-
d: `M25.7,9.4h-9.1v2.4h9.1c-0.1,0,0.1,0,0.1-0.1V9.5C25.9,9.4,25.9,9.4,25.7,9.4L25.7,9.4z M8.4,9.6
|
|
7251
|
-
c-3,0-5.6,2.5-5.6,5.6c0,3,2.5,5.4,5.7,5.4s5.4-2.4,5.4-5.4c0-0.4,0-0.7-0.1-1.1H8.5v2.1h3c-0.3,1.3-1.5,2.1-3,2.1
|
|
7252
|
-
c-1.9-0.1-3.4-1.7-3.2-3.4c0-1.9,1.5-3.2,3.2-3.2c0.8,0,1.5,0.3,2.1,0.9l1.5-1.5C11,10.2,9.7,9.6,8.4,9.6L8.4,9.6z M27,13.7H16.5
|
|
7253
|
-
v2.4H27c0,0,0.1,0,0.1-0.1v-2.1C27.2,13.7,27.2,13.7,27,13.7L27,13.7z M25.7,18.2h-9.1v2.4h9.1c-0.1,0,0.1-0.1,0.1-0.1v-2.1
|
|
7250
|
+
d: `M25.7,9.4h-9.1v2.4h9.1c-0.1,0,0.1,0,0.1-0.1V9.5C25.9,9.4,25.9,9.4,25.7,9.4L25.7,9.4z M8.4,9.6\r
|
|
7251
|
+
c-3,0-5.6,2.5-5.6,5.6c0,3,2.5,5.4,5.7,5.4s5.4-2.4,5.4-5.4c0-0.4,0-0.7-0.1-1.1H8.5v2.1h3c-0.3,1.3-1.5,2.1-3,2.1\r
|
|
7252
|
+
c-1.9-0.1-3.4-1.7-3.2-3.4c0-1.9,1.5-3.2,3.2-3.2c0.8,0,1.5,0.3,2.1,0.9l1.5-1.5C11,10.2,9.7,9.6,8.4,9.6L8.4,9.6z M27,13.7H16.5\r
|
|
7253
|
+
v2.4H27c0,0,0.1,0,0.1-0.1v-2.1C27.2,13.7,27.2,13.7,27,13.7L27,13.7z M25.7,18.2h-9.1v2.4h9.1c-0.1,0,0.1-0.1,0.1-0.1v-2.1\r
|
|
7254
7254
|
C25.9,18.2,25.9,18.2,25.7,18.2L25.7,18.2z`
|
|
7255
7255
|
}
|
|
7256
7256
|
) })
|
|
@@ -7342,13 +7342,13 @@ const Oo = (e) => {
|
|
|
7342
7342
|
"path",
|
|
7343
7343
|
{
|
|
7344
7344
|
fill: "currentColor",
|
|
7345
|
-
d: `M12.6,24.9c-1.1,0-2.1-0.3-3.1-0.8c-1.7-0.9-2.8-2.5-3.2-4.3c-0.7-3.3,1.4-6.7,4.7-7.4
|
|
7346
|
-
c0.8-0.2,1.5-0.2,2.2-0.1c0.1,0,0.1,0,0.2,0l0.5,0.1l0.1,0.5v3.8l-0.8-0.2c-0.1,0-0.2,0-0.3-0.1c-1.2-0.2-2.3,0.6-2.5,1.8
|
|
7347
|
-
c-0.2,1.2,0.6,2.3,1.8,2.5c0.6,0.1,1.2,0,1.7-0.4c0.5-0.4,0.8-1,0.8-1.6c0-0.7,0-1.3,0-2l0-0.7l0-10.8h4.1L19,5.9
|
|
7348
|
-
c0,0.2,0,0.4,0.1,0.6c0.4,1.8,2,3.2,3.9,3.3c0.5,0,0.8,0.3,0.8,0.8c0,0.6,0,1.3,0,1.9v1.5l-0.6,0c-1.5,0-2.9-0.4-4.1-1.1l0,5.6
|
|
7349
|
-
c0,2.7-1.6,5-4,6C14.2,24.7,13.4,24.9,12.6,24.9z M12.7,13.4c-0.4,0-0.9,0.1-1.3,0.2c-2.7,0.6-4.4,3.4-3.9,6.1
|
|
7350
|
-
c0.3,1.5,1.3,2.8,2.6,3.5c1.4,0.7,3,0.8,4.5,0.3c2-0.8,3.3-2.7,3.3-4.9l0-7.8l0.9,0.7c1.2,0.9,2.4,1.3,3.8,1.5v-0.3
|
|
7351
|
-
c0-0.5,0-1.1,0-1.6C20.4,10.7,18.5,9,18,6.7c0-0.2-0.1-0.3-0.1-0.5H16l0,10.4c0,0.7,0,1.4,0,2.1c0,0.9-0.5,1.8-1.2,2.4
|
|
7345
|
+
d: `M12.6,24.9c-1.1,0-2.1-0.3-3.1-0.8c-1.7-0.9-2.8-2.5-3.2-4.3c-0.7-3.3,1.4-6.7,4.7-7.4\r
|
|
7346
|
+
c0.8-0.2,1.5-0.2,2.2-0.1c0.1,0,0.1,0,0.2,0l0.5,0.1l0.1,0.5v3.8l-0.8-0.2c-0.1,0-0.2,0-0.3-0.1c-1.2-0.2-2.3,0.6-2.5,1.8\r
|
|
7347
|
+
c-0.2,1.2,0.6,2.3,1.8,2.5c0.6,0.1,1.2,0,1.7-0.4c0.5-0.4,0.8-1,0.8-1.6c0-0.7,0-1.3,0-2l0-0.7l0-10.8h4.1L19,5.9\r
|
|
7348
|
+
c0,0.2,0,0.4,0.1,0.6c0.4,1.8,2,3.2,3.9,3.3c0.5,0,0.8,0.3,0.8,0.8c0,0.6,0,1.3,0,1.9v1.5l-0.6,0c-1.5,0-2.9-0.4-4.1-1.1l0,5.6\r
|
|
7349
|
+
c0,2.7-1.6,5-4,6C14.2,24.7,13.4,24.9,12.6,24.9z M12.7,13.4c-0.4,0-0.9,0.1-1.3,0.2c-2.7,0.6-4.4,3.4-3.9,6.1\r
|
|
7350
|
+
c0.3,1.5,1.3,2.8,2.6,3.5c1.4,0.7,3,0.8,4.5,0.3c2-0.8,3.3-2.7,3.3-4.9l0-7.8l0.9,0.7c1.2,0.9,2.4,1.3,3.8,1.5v-0.3\r
|
|
7351
|
+
c0-0.5,0-1.1,0-1.6C20.4,10.7,18.5,9,18,6.7c0-0.2-0.1-0.3-0.1-0.5H16l0,10.4c0,0.7,0,1.4,0,2.1c0,0.9-0.5,1.8-1.2,2.4\r
|
|
7352
7352
|
C14,21.8,13,22,12,21.8c-1.8-0.4-3-2-2.7-3.9c0.3-1.7,1.8-2.9,3.6-2.7v-1.9C12.9,13.4,12.8,13.4,12.7,13.4z`
|
|
7353
7353
|
}
|
|
7354
7354
|
) })
|
|
@@ -7374,13 +7374,13 @@ const Oo = (e) => {
|
|
|
7374
7374
|
"path",
|
|
7375
7375
|
{
|
|
7376
7376
|
fill: "currentColor",
|
|
7377
|
-
d: `M21.7,8.3c-1.8-1.8-4.2-2.8-6.7-2.8c-5.2,0-9.5,4.2-9.5,9.4c0,1.7,0.4,3.3,1.3,4.7l-1.3,4.9l5-1.3
|
|
7378
|
-
c1.4,0.7,2.9,1.1,4.5,1.1h0c5.2,0,9.5-4.2,9.5-9.4C24.5,12.4,23.5,10,21.7,8.3 M15,22.7L15,22.7c-1.4,0-2.8-0.4-4-1.1l-0.3-0.2
|
|
7379
|
-
l-3,0.8l0.8-2.9l-0.2-0.3c-0.8-1.2-1.2-2.7-1.2-4.2c0-4.3,3.5-7.8,7.9-7.8c2.1,0,4.1,0.8,5.6,2.3c1.5,1.5,2.3,3.4,2.3,5.5
|
|
7380
|
-
C22.9,19.2,19.4,22.7,15,22.7z M19.4,16.9c-0.2-0.1-1.4-0.7-1.6-0.8c-0.2-0.1-0.4-0.1-0.5,0.1c-0.2,0.2-0.6,0.8-0.7,0.9
|
|
7381
|
-
c-0.1,0.2-0.3,0.2-0.5,0.1c-0.2-0.1-1-0.4-1.9-1.2c-0.7-0.6-1.2-1.4-1.3-1.6c-0.1-0.2,0-0.4,0.1-0.5c0.1-0.1,0.2-0.3,0.4-0.4
|
|
7382
|
-
c0.1-0.1,0.2-0.2,0.2-0.4c0.1-0.2,0-0.3,0-0.4c-0.1-0.1-0.5-1.3-0.7-1.7c-0.2-0.5-0.4-0.4-0.5-0.4c-0.1,0-0.3,0-0.5,0
|
|
7383
|
-
c-0.2,0-0.4,0.1-0.6,0.3c-0.2,0.2-0.8,0.8-0.8,2c0,1.2,0.8,2.3,1,2.4c0.1,0.2,1.7,2.5,4,3.6c0.6,0.2,1,0.4,1.3,0.5
|
|
7377
|
+
d: `M21.7,8.3c-1.8-1.8-4.2-2.8-6.7-2.8c-5.2,0-9.5,4.2-9.5,9.4c0,1.7,0.4,3.3,1.3,4.7l-1.3,4.9l5-1.3\r
|
|
7378
|
+
c1.4,0.7,2.9,1.1,4.5,1.1h0c5.2,0,9.5-4.2,9.5-9.4C24.5,12.4,23.5,10,21.7,8.3 M15,22.7L15,22.7c-1.4,0-2.8-0.4-4-1.1l-0.3-0.2\r
|
|
7379
|
+
l-3,0.8l0.8-2.9l-0.2-0.3c-0.8-1.2-1.2-2.7-1.2-4.2c0-4.3,3.5-7.8,7.9-7.8c2.1,0,4.1,0.8,5.6,2.3c1.5,1.5,2.3,3.4,2.3,5.5\r
|
|
7380
|
+
C22.9,19.2,19.4,22.7,15,22.7z M19.4,16.9c-0.2-0.1-1.4-0.7-1.6-0.8c-0.2-0.1-0.4-0.1-0.5,0.1c-0.2,0.2-0.6,0.8-0.7,0.9\r
|
|
7381
|
+
c-0.1,0.2-0.3,0.2-0.5,0.1c-0.2-0.1-1-0.4-1.9-1.2c-0.7-0.6-1.2-1.4-1.3-1.6c-0.1-0.2,0-0.4,0.1-0.5c0.1-0.1,0.2-0.3,0.4-0.4\r
|
|
7382
|
+
c0.1-0.1,0.2-0.2,0.2-0.4c0.1-0.2,0-0.3,0-0.4c-0.1-0.1-0.5-1.3-0.7-1.7c-0.2-0.5-0.4-0.4-0.5-0.4c-0.1,0-0.3,0-0.5,0\r
|
|
7383
|
+
c-0.2,0-0.4,0.1-0.6,0.3c-0.2,0.2-0.8,0.8-0.8,2c0,1.2,0.8,2.3,1,2.4c0.1,0.2,1.7,2.5,4,3.6c0.6,0.2,1,0.4,1.3,0.5\r
|
|
7384
7384
|
c0.6,0.2,1.1,0.2,1.5,0.1c0.5-0.1,1.4-0.6,1.6-1.1c0.2-0.5,0.2-1,0.1-1.1C19.7,17.1,19.6,17,19.4,16.9`
|
|
7385
7385
|
}
|
|
7386
7386
|
) }) })
|
|
@@ -7410,9 +7410,9 @@ const Oo = (e) => {
|
|
|
7410
7410
|
"path",
|
|
7411
7411
|
{
|
|
7412
7412
|
fill: "currentColor",
|
|
7413
|
-
d: `M15,23.9c-0.7,0-7.3,0-9.2-0.6C4.6,23,3.7,22,3.2,20.8c-0.4-2-0.4-5.6-0.4-5.8c0-0.2,0-3.8,0.6-5.8C3.7,7.9,4.7,7,5.9,6.5c1.9-0.4,8.9-0.4,9.2-0.4c0.7,0,7.3,0,9.2,0.6C25.5,7,26.4,8,26.9,9.2c0,0,0,0,0,0.1c0.5,1.9,0.3,5.7,0.3,5.9
|
|
7414
|
-
c0,0.1,0,3.8-0.4,5.7c-0.4,1.3-1.3,2.2-2.6,2.6C22.2,23.9,15.3,23.9,15,23.9z M15.1,7.6c-2,0-7.4,0.1-8.8,0.4C6,8.1,5.1,8.5,4.8,9.5c-0.5,1.8-0.5,5.4-0.5,5.4s0,3.6,0.4,5.4c0.1,0.3,0.5,1.2,1.6,1.5c1.4,0.4,6.8,0.5,8.7,0.5c2,0,7.4-0.1,8.8-0.4
|
|
7415
|
-
c0.3-0.1,1.2-0.5,1.5-1.6c0.4-1.6,0.4-5.3,0.4-5.3c0-0.1,0.2-3.7-0.2-5.4c-0.1-0.4-0.5-1.3-1.6-1.6C22.5,7.7,17.1,7.6,15.1,7.6zM12.8,19.2c-0.1,0-0.3,0-0.4-0.1c-0.2-0.1-0.4-0.4-0.4-0.7v-6.9c0-0.3,0.1-0.5,0.4-0.6c0.2-0.1,0.5-0.1,0.7,0l5.9,3.4
|
|
7413
|
+
d: `M15,23.9c-0.7,0-7.3,0-9.2-0.6C4.6,23,3.7,22,3.2,20.8c-0.4-2-0.4-5.6-0.4-5.8c0-0.2,0-3.8,0.6-5.8C3.7,7.9,4.7,7,5.9,6.5c1.9-0.4,8.9-0.4,9.2-0.4c0.7,0,7.3,0,9.2,0.6C25.5,7,26.4,8,26.9,9.2c0,0,0,0,0,0.1c0.5,1.9,0.3,5.7,0.3,5.9\r
|
|
7414
|
+
c0,0.1,0,3.8-0.4,5.7c-0.4,1.3-1.3,2.2-2.6,2.6C22.2,23.9,15.3,23.9,15,23.9z M15.1,7.6c-2,0-7.4,0.1-8.8,0.4C6,8.1,5.1,8.5,4.8,9.5c-0.5,1.8-0.5,5.4-0.5,5.4s0,3.6,0.4,5.4c0.1,0.3,0.5,1.2,1.6,1.5c1.4,0.4,6.8,0.5,8.7,0.5c2,0,7.4-0.1,8.8-0.4\r
|
|
7415
|
+
c0.3-0.1,1.2-0.5,1.5-1.6c0.4-1.6,0.4-5.3,0.4-5.3c0-0.1,0.2-3.7-0.2-5.4c-0.1-0.4-0.5-1.3-1.6-1.6C22.5,7.7,17.1,7.6,15.1,7.6zM12.8,19.2c-0.1,0-0.3,0-0.4-0.1c-0.2-0.1-0.4-0.4-0.4-0.7v-6.9c0-0.3,0.1-0.5,0.4-0.6c0.2-0.1,0.5-0.1,0.7,0l5.9,3.4\r
|
|
7416
7416
|
c0.2,0.1,0.4,0.4,0.4,0.6c0,0.3-0.1,0.5-0.4,0.7l-5.9,3.5C13.1,19.1,12.9,19.2,12.8,19.2z M13.6,12.9v4.3l3.7-2.2L13.6,12.9z`
|
|
7417
7417
|
}
|
|
7418
7418
|
),
|
|
@@ -7420,7 +7420,7 @@ const Oo = (e) => {
|
|
|
7420
7420
|
]
|
|
7421
7421
|
}
|
|
7422
7422
|
);
|
|
7423
|
-
}, Au = ["telegram"],
|
|
7423
|
+
}, Au = ["telegram"], Rs = {
|
|
7424
7424
|
facebook: (e) => /* @__PURE__ */ a(Qt, { ...e }),
|
|
7425
7425
|
instagram: (e) => /* @__PURE__ */ a(Vt, { ...e }),
|
|
7426
7426
|
whatsapp: (e) => /* @__PURE__ */ a(zo, { ...e }),
|
|
@@ -7452,7 +7452,7 @@ const Oo = (e) => {
|
|
|
7452
7452
|
"aria-label": s[o].title + " link",
|
|
7453
7453
|
className: "su-flex-center sass-com-ft-linkSocialNetwoks",
|
|
7454
7454
|
href: s[o].url,
|
|
7455
|
-
children:
|
|
7455
|
+
children: Rs[o]({
|
|
7456
7456
|
className: `${`sass-com-ft-social${o.charAt(0).toUpperCase() + o.slice(1)}`}`
|
|
7457
7457
|
})
|
|
7458
7458
|
},
|
|
@@ -7590,7 +7590,7 @@ const Oo = (e) => {
|
|
|
7590
7590
|
]
|
|
7591
7591
|
}
|
|
7592
7592
|
);
|
|
7593
|
-
},
|
|
7593
|
+
}, ks = (e) => {
|
|
7594
7594
|
const { PUBLIC_ENV: t } = O(), s = oe("/facebook-note.svg");
|
|
7595
7595
|
return t !== "" && !e.forceSVG ? /* @__PURE__ */ a("img", { fetchPriority: "low", loading: "lazy", width: 17, height: 23, src: s, alt: "", ...e }) : /* @__PURE__ */ a(
|
|
7596
7596
|
"svg",
|
|
@@ -7611,7 +7611,7 @@ const Oo = (e) => {
|
|
|
7611
7611
|
)
|
|
7612
7612
|
}
|
|
7613
7613
|
);
|
|
7614
|
-
},
|
|
7614
|
+
}, Ls = (e) => /* @__PURE__ */ a(
|
|
7615
7615
|
"svg",
|
|
7616
7616
|
{
|
|
7617
7617
|
width: "26",
|
|
@@ -7632,7 +7632,7 @@ const Oo = (e) => {
|
|
|
7632
7632
|
FaceBook: {
|
|
7633
7633
|
url: (e) => `https://www.facebook.com/sharer/sharer.php?u=${encodeURIComponent(e)}`,
|
|
7634
7634
|
icon: {
|
|
7635
|
-
outline: (e) => /* @__PURE__ */ a(
|
|
7635
|
+
outline: (e) => /* @__PURE__ */ a(ks, { className: e, forceSVG: !0 }),
|
|
7636
7636
|
solid: (e) => /* @__PURE__ */ a(lt, { className: e, forceSVG: !0 })
|
|
7637
7637
|
}
|
|
7638
7638
|
},
|
|
@@ -7704,7 +7704,7 @@ function Ko({ noteShare: e }) {
|
|
|
7704
7704
|
type: "button",
|
|
7705
7705
|
"aria-label": "share",
|
|
7706
7706
|
className: ["sass-com-ja3-clipboardButton", "sharebtn-id"].join(" "),
|
|
7707
|
-
children: /* @__PURE__ */ a(
|
|
7707
|
+
children: /* @__PURE__ */ a(Ls, {})
|
|
7708
7708
|
}
|
|
7709
7709
|
)
|
|
7710
7710
|
] }) : null;
|
|
@@ -7713,7 +7713,7 @@ const bu = (e) => {
|
|
|
7713
7713
|
const t = () => e?.video.main.author ? `${e?.video.main.author} - ${xe(
|
|
7714
7714
|
e.video.info.date.created
|
|
7715
7715
|
)}` : e?.video.main.author;
|
|
7716
|
-
return /* @__PURE__ */ a("div", { className: "sass-com-bv3-content", children: /* @__PURE__ */ a(
|
|
7716
|
+
return /* @__PURE__ */ a("div", { className: "sass-com-bv3-content", children: /* @__PURE__ */ a(Is, { children: /* @__PURE__ */ g("div", { className: "sass-com-bv3-videoContent", children: [
|
|
7717
7717
|
/* @__PURE__ */ a("p", { className: "sass-com-bv3-title", children: e.video.main.title }),
|
|
7718
7718
|
e.type === "vy" && /* @__PURE__ */ a(
|
|
7719
7719
|
"iframe",
|
|
@@ -7916,7 +7916,7 @@ const bu = (e) => {
|
|
|
7916
7916
|
}
|
|
7917
7917
|
)
|
|
7918
7918
|
] });
|
|
7919
|
-
}, vu = (e) => /* @__PURE__ */ a("div", { className: "sass-com-lt-content", children: /* @__PURE__ */ a(
|
|
7919
|
+
}, vu = (e) => /* @__PURE__ */ a("div", { className: "sass-com-lt-content", children: /* @__PURE__ */ a(Is, { className: `sass-com-lt-contentLayout ${e.className}`, children: e.children }) }), Cu = (e) => {
|
|
7920
7920
|
const t = e.logo;
|
|
7921
7921
|
return /* @__PURE__ */ g("section", { className: "sass-com-err-content", children: [
|
|
7922
7922
|
e.backgroundImgURL && /* @__PURE__ */ a(
|
|
@@ -8012,8 +8012,8 @@ const bu = (e) => {
|
|
|
8012
8012
|
strokeLinecap: "round",
|
|
8013
8013
|
strokeLinejoin: "round",
|
|
8014
8014
|
strokeMiterlimit: "10",
|
|
8015
|
-
d: `M10.2,8.3c0,1.1-0.9,2.1-2.2,2.1l0,0c-1.3,0-2.1-0.9-2.1-2.1c0-1.1,0.9-2.1,2.2-2.1C9.4,6.3,10.2,7.1,10.2,8.3z M6.1,23.7H10V11.9
|
|
8016
|
-
H6.1V23.7z M19.6,11.7c-2.1,0-3.5,2-3.5,2v-1.7h-3.9v11.8H16v-6.6c0-0.3,0-0.7,0.1-0.9c0.3-0.7,0.9-1.4,2-1.4c1.4,0,2,1.1,2,2.7v6.3
|
|
8015
|
+
d: `M10.2,8.3c0,1.1-0.9,2.1-2.2,2.1l0,0c-1.3,0-2.1-0.9-2.1-2.1c0-1.1,0.9-2.1,2.2-2.1C9.4,6.3,10.2,7.1,10.2,8.3z M6.1,23.7H10V11.9\r
|
|
8016
|
+
H6.1V23.7z M19.6,11.7c-2.1,0-3.5,2-3.5,2v-1.7h-3.9v11.8H16v-6.6c0-0.3,0-0.7,0.1-0.9c0.3-0.7,0.9-1.4,2-1.4c1.4,0,2,1.1,2,2.7v6.3\r
|
|
8017
8017
|
h3.9V17C24.1,13.3,22.2,11.7,19.6,11.7z`
|
|
8018
8018
|
}
|
|
8019
8019
|
)
|
|
@@ -8202,7 +8202,7 @@ const bu = (e) => {
|
|
|
8202
8202
|
children: [
|
|
8203
8203
|
e.bannerTop,
|
|
8204
8204
|
/* @__PURE__ */ a(
|
|
8205
|
-
|
|
8205
|
+
Us,
|
|
8206
8206
|
{
|
|
8207
8207
|
content: e.ranking,
|
|
8208
8208
|
title: e.readestTitle,
|
|
@@ -8248,7 +8248,7 @@ const bu = (e) => {
|
|
|
8248
8248
|
] }) : null;
|
|
8249
8249
|
}, Iu = (e) => {
|
|
8250
8250
|
let t = [];
|
|
8251
|
-
return e.videoList && e.videoList.length > 0 && (t = e.videoList?.filter((s) => s.info.path !== e.video.info.path) ?? []), /* @__PURE__ */ a("div", { className: "sass-com-bv4-content", children: /* @__PURE__ */ g(
|
|
8251
|
+
return e.videoList && e.videoList.length > 0 && (t = e.videoList?.filter((s) => s.info.path !== e.video.info.path) ?? []), /* @__PURE__ */ a("div", { className: "sass-com-bv4-content", children: /* @__PURE__ */ g(Is, { className: "sass-com-bv4-contentLayoutVideoSection", children: [
|
|
8252
8252
|
/* @__PURE__ */ g("a", { className: "sass-com-bv4-header", href: e.goBackLink ?? "/videos", children: [
|
|
8253
8253
|
/* @__PURE__ */ a(
|
|
8254
8254
|
"svg",
|
|
@@ -8378,7 +8378,7 @@ const bu = (e) => {
|
|
|
8378
8378
|
e.title && /* @__PURE__ */ a("hr", { className: ["sass-com-sec-bottomLine", e.className ?? ""].join(" ") }),
|
|
8379
8379
|
/* @__PURE__ */ a("div", { className: "sass-com-sec-childrenContent", ref: t, children: e.children })
|
|
8380
8380
|
] });
|
|
8381
|
-
}),
|
|
8381
|
+
}), Ps = (e) => /* @__PURE__ */ a(
|
|
8382
8382
|
"svg",
|
|
8383
8383
|
{
|
|
8384
8384
|
width: "24",
|
|
@@ -8426,7 +8426,7 @@ const bu = (e) => {
|
|
|
8426
8426
|
placeholder: t
|
|
8427
8427
|
}
|
|
8428
8428
|
),
|
|
8429
|
-
/* @__PURE__ */ a("button", { type: "submit", "aria-label": "Buscar from sidebar", className: "sass-com-sb-searchSubmit", children: /* @__PURE__ */ a(
|
|
8429
|
+
/* @__PURE__ */ a("button", { type: "submit", "aria-label": "Buscar from sidebar", className: "sass-com-sb-searchSubmit", children: /* @__PURE__ */ a(Ps, { color: "var(--search-input-icons)" }) })
|
|
8430
8430
|
] }) }), al = ({ item: e, index: t }) => {
|
|
8431
8431
|
const s = `accordion_${t}`, n = Array.isArray(e.subitem);
|
|
8432
8432
|
return /* @__PURE__ */ g("div", { className: "sass-com-sb-accordionStyled", children: [
|
|
@@ -8482,7 +8482,7 @@ const bu = (e) => {
|
|
|
8482
8482
|
rel: "noreferrer",
|
|
8483
8483
|
"aria-label": `${e[s].title} link`,
|
|
8484
8484
|
className: "sass-com-sb-linkSocialNetwork",
|
|
8485
|
-
children:
|
|
8485
|
+
children: Rs[s]({ className: `sass-com-sb-icon ${`sass-com-sb-icon-${s}`}` })
|
|
8486
8486
|
},
|
|
8487
8487
|
s
|
|
8488
8488
|
) : null
|
|
@@ -8614,7 +8614,7 @@ const bu = (e) => {
|
|
|
8614
8614
|
"aria-label": n[o].title + " link",
|
|
8615
8615
|
className: "sass-com-htape-linkSocialNetwork",
|
|
8616
8616
|
href: n[o].url,
|
|
8617
|
-
children:
|
|
8617
|
+
children: Rs[o]({
|
|
8618
8618
|
className: [
|
|
8619
8619
|
"sass-com-htape-icon",
|
|
8620
8620
|
`sass-com-htape-${String(o)}`
|
|
@@ -8638,7 +8638,7 @@ const bu = (e) => {
|
|
|
8638
8638
|
),
|
|
8639
8639
|
/* @__PURE__ */ g("div", { className: "sass-com-h1sk-headerContent center-mobile-header-icon", children: [
|
|
8640
8640
|
/* @__PURE__ */ a(
|
|
8641
|
-
|
|
8641
|
+
xs,
|
|
8642
8642
|
{
|
|
8643
8643
|
id: "button-app",
|
|
8644
8644
|
className: "sass-com-h1sk-menuButton",
|
|
@@ -8718,7 +8718,7 @@ const bu = (e) => {
|
|
|
8718
8718
|
"aria-label": e.searchKeyWord,
|
|
8719
8719
|
className: "sass-com-h1sk-buttonSectionSearch search-button-icon",
|
|
8720
8720
|
style: { display: "flex" },
|
|
8721
|
-
children: /* @__PURE__ */ a(
|
|
8721
|
+
children: /* @__PURE__ */ a(Ps, { width: 28, height: 28, color: "currentColor" })
|
|
8722
8722
|
}
|
|
8723
8723
|
),
|
|
8724
8724
|
e.rightZone
|
|
@@ -8801,7 +8801,7 @@ const bu = (e) => {
|
|
|
8801
8801
|
{
|
|
8802
8802
|
className: "sass-com-h1st-menuButtonSection sass-header-menu-button",
|
|
8803
8803
|
children: /* @__PURE__ */ g(
|
|
8804
|
-
|
|
8804
|
+
xs,
|
|
8805
8805
|
{
|
|
8806
8806
|
className: "sass-com-h1st-menuButton",
|
|
8807
8807
|
id: "button-app",
|
|
@@ -8841,7 +8841,7 @@ const bu = (e) => {
|
|
|
8841
8841
|
href: e.searchLink ? e.searchLink : "/buscar",
|
|
8842
8842
|
className: "sass-com-h1st-buttonSectionSearch",
|
|
8843
8843
|
"aria-label": e.searchKeyWord,
|
|
8844
|
-
children: /* @__PURE__ */ a(
|
|
8844
|
+
children: /* @__PURE__ */ a(Ps, { width: 28, height: 28, color: "currentColor" })
|
|
8845
8845
|
}
|
|
8846
8846
|
),
|
|
8847
8847
|
e.rightZone
|
|
@@ -10572,7 +10572,7 @@ const ku = (e) => {
|
|
|
10572
10572
|
e.slug === "liveblogs" && /* @__PURE__ */ a(Jo, { itemList: e.itemList }),
|
|
10573
10573
|
e.bannerTop,
|
|
10574
10574
|
/* @__PURE__ */ a(
|
|
10575
|
-
|
|
10575
|
+
Us,
|
|
10576
10576
|
{
|
|
10577
10577
|
content: e.ranking,
|
|
10578
10578
|
title: String(e.texts.readestTitle ?? ""),
|
|
@@ -10982,7 +10982,7 @@ const Gl = async ({
|
|
|
10982
10982
|
u
|
|
10983
10983
|
)
|
|
10984
10984
|
] }, u)) });
|
|
10985
|
-
},
|
|
10985
|
+
}, Bs = {
|
|
10986
10986
|
FaceBook: "facebook",
|
|
10987
10987
|
Instagram: "instagram",
|
|
10988
10988
|
WhatsApp: "whatsapp",
|
|
@@ -11036,7 +11036,7 @@ const Ql = () => /* @__PURE__ */ g("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
11036
11036
|
"a",
|
|
11037
11037
|
{
|
|
11038
11038
|
className: "sass-com-ja3-whatsappLink",
|
|
11039
|
-
href: s[
|
|
11039
|
+
href: s[Bs.WhatsApp].url,
|
|
11040
11040
|
rel: "noreferrer",
|
|
11041
11041
|
target: "_blank",
|
|
11042
11042
|
children: [
|
|
@@ -11249,7 +11249,7 @@ const Wl = (e) => /* @__PURE__ */ a(
|
|
|
11249
11249
|
FaceBook: {
|
|
11250
11250
|
url: (e) => `https://www.facebook.com/sharer/sharer.php?u=${encodeURIComponent(e)}`,
|
|
11251
11251
|
icon: {
|
|
11252
|
-
outline: (e) => /* @__PURE__ */ a(
|
|
11252
|
+
outline: (e) => /* @__PURE__ */ a(ks, { className: e, forceSVG: !0 }),
|
|
11253
11253
|
solid: (e) => /* @__PURE__ */ a(lt, { className: e, forceSVG: !0 })
|
|
11254
11254
|
}
|
|
11255
11255
|
},
|
|
@@ -11321,7 +11321,7 @@ function Kl({ noteShare: e }) {
|
|
|
11321
11321
|
type: "button",
|
|
11322
11322
|
"aria-label": "share",
|
|
11323
11323
|
className: ["sass-com-ja4-clipboardButton", "sharebtn-id"].join(" "),
|
|
11324
|
-
children: /* @__PURE__ */ a(
|
|
11324
|
+
children: /* @__PURE__ */ a(Ls, {})
|
|
11325
11325
|
}
|
|
11326
11326
|
),
|
|
11327
11327
|
e?.googleProfile && e?.googleProfile.likeSocial && e?.googleProfile.url !== "" && /* @__PURE__ */ g(P, { href: e?.googleProfile.url ?? "", className: "sass-com-ja4-socialActionLink sass-com-ja4-socialActionLinkGoogleMobile", "aria-label": "Follow on Google", children: [
|
|
@@ -11363,7 +11363,7 @@ const $l = async (e) => {
|
|
|
11363
11363
|
"a",
|
|
11364
11364
|
{
|
|
11365
11365
|
className: "sass-com-ja4-socialActionLink",
|
|
11366
|
-
href: s[
|
|
11366
|
+
href: s[Bs.WhatsApp].url,
|
|
11367
11367
|
rel: "noreferrer",
|
|
11368
11368
|
target: "_blank",
|
|
11369
11369
|
children: [
|
|
@@ -11502,7 +11502,7 @@ const $l = async (e) => {
|
|
|
11502
11502
|
FaceBook: {
|
|
11503
11503
|
url: (e) => `https://www.facebook.com/sharer/sharer.php?u=${encodeURIComponent(e)}`,
|
|
11504
11504
|
icon: {
|
|
11505
|
-
outline: (e) => /* @__PURE__ */ a(
|
|
11505
|
+
outline: (e) => /* @__PURE__ */ a(ks, { className: e, forceSVG: !0 }),
|
|
11506
11506
|
solid: (e) => /* @__PURE__ */ a(lt, { className: e, forceSVG: !0 })
|
|
11507
11507
|
}
|
|
11508
11508
|
},
|
|
@@ -11567,7 +11567,7 @@ function Zl({ noteShare: e, GoogleProfile: t }) {
|
|
|
11567
11567
|
type: "button",
|
|
11568
11568
|
"aria-label": "share",
|
|
11569
11569
|
className: ["sass-com-ja5-clipboardButton", "sharebtn-id"].join(" "),
|
|
11570
|
-
children: /* @__PURE__ */ a(
|
|
11570
|
+
children: /* @__PURE__ */ a(Ls, {})
|
|
11571
11571
|
}
|
|
11572
11572
|
),
|
|
11573
11573
|
e?.googleProfile && e?.googleProfile.likeSocial && e?.googleProfile.url !== "" && /* @__PURE__ */ g(P, { href: e?.googleProfile.url ?? "", className: "sass-com-ja5-socialActionLink sass-com-ja5-socialActionLinkGoogleMobile", "aria-label": "Follow on Google", children: [
|
|
@@ -11605,12 +11605,16 @@ const Xl = async (e) => {
|
|
|
11605
11605
|
return t.config?.showauthor && /* @__PURE__ */ a("div", { className: "sass-com-ja5-content sass-journalist-articule-5", children: /* @__PURE__ */ g("div", { className: "sass-com-ja5-avatarContent", children: [
|
|
11606
11606
|
/* @__PURE__ */ g("div", { className: "sass-com-ja5-socialActionsRow", children: [
|
|
11607
11607
|
/* @__PURE__ */ g("div", { className: "sass-com-ja5-socialActionDiv", children: [
|
|
11608
|
-
e.noteShare?.customButton && (o ? /* @__PURE__ */
|
|
11608
|
+
e.noteShare?.customButton && (o ? /* @__PURE__ */ g(
|
|
11609
11609
|
"a",
|
|
11610
11610
|
{
|
|
11611
11611
|
href: "#comentarios",
|
|
11612
11612
|
className: "sass-journalist-articule-custom-button",
|
|
11613
|
-
"aria-label": "Custom button for the journalist article"
|
|
11613
|
+
"aria-label": "Custom button for the journalist article",
|
|
11614
|
+
children: [
|
|
11615
|
+
/* @__PURE__ */ a(fs, { forceSVG: !0 }),
|
|
11616
|
+
String(n.CommentButtonJournalist ?? "Sumate al debate")
|
|
11617
|
+
]
|
|
11614
11618
|
}
|
|
11615
11619
|
) : /* @__PURE__ */ a(
|
|
11616
11620
|
"button",
|
|
@@ -11625,7 +11629,7 @@ const Xl = async (e) => {
|
|
|
11625
11629
|
"a",
|
|
11626
11630
|
{
|
|
11627
11631
|
className: "sass-com-ja5-socialActionLink",
|
|
11628
|
-
href: s[
|
|
11632
|
+
href: s[Bs.WhatsApp].url,
|
|
11629
11633
|
rel: "noreferrer",
|
|
11630
11634
|
target: "_blank",
|
|
11631
11635
|
children: [
|
|
@@ -13587,7 +13591,7 @@ async function Vu({
|
|
|
13587
13591
|
throw A;
|
|
13588
13592
|
}
|
|
13589
13593
|
}
|
|
13590
|
-
const
|
|
13594
|
+
const gs = {
|
|
13591
13595
|
spam: "Es spam o contenido comercial no deseado",
|
|
13592
13596
|
inappropriate: "Lenguaje inadecuado",
|
|
13593
13597
|
hate: "Discurso o símbolos de odio",
|
|
@@ -13597,7 +13601,7 @@ const fs = {
|
|
|
13597
13601
|
bullying: "Bullying o acoso"
|
|
13598
13602
|
};
|
|
13599
13603
|
function Hu(e) {
|
|
13600
|
-
return
|
|
13604
|
+
return gs[e];
|
|
13601
13605
|
}
|
|
13602
13606
|
const Le = 300, Ue = {
|
|
13603
13607
|
username: "anonimo",
|
|
@@ -13719,14 +13723,14 @@ function Lc() {
|
|
|
13719
13723
|
case m:
|
|
13720
13724
|
return ct;
|
|
13721
13725
|
default:
|
|
13722
|
-
var
|
|
13723
|
-
switch (
|
|
13726
|
+
var Hs = ct && ct.$$typeof;
|
|
13727
|
+
switch (Hs) {
|
|
13724
13728
|
case l:
|
|
13725
13729
|
case d:
|
|
13726
13730
|
case f:
|
|
13727
13731
|
case A:
|
|
13728
13732
|
case o:
|
|
13729
|
-
return
|
|
13733
|
+
return Hs;
|
|
13730
13734
|
default:
|
|
13731
13735
|
return me;
|
|
13732
13736
|
}
|
|
@@ -13780,7 +13784,7 @@ function Lc() {
|
|
|
13780
13784
|
})()), ne;
|
|
13781
13785
|
}
|
|
13782
13786
|
var Ta;
|
|
13783
|
-
function
|
|
13787
|
+
function Os() {
|
|
13784
13788
|
return Ta || (Ta = 1, process.env.NODE_ENV === "production" ? At.exports = kc() : At.exports = Lc()), At.exports;
|
|
13785
13789
|
}
|
|
13786
13790
|
var Zt, Ia;
|
|
@@ -13830,7 +13834,7 @@ function Pc() {
|
|
|
13830
13834
|
}, Zt;
|
|
13831
13835
|
}
|
|
13832
13836
|
var Xt, Ua;
|
|
13833
|
-
function
|
|
13837
|
+
function Ms() {
|
|
13834
13838
|
if (Ua) return Xt;
|
|
13835
13839
|
Ua = 1;
|
|
13836
13840
|
var e = "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";
|
|
@@ -13847,7 +13851,7 @@ function Bc() {
|
|
|
13847
13851
|
var e = function() {
|
|
13848
13852
|
};
|
|
13849
13853
|
if (process.env.NODE_ENV !== "production") {
|
|
13850
|
-
var t = /* @__PURE__ */
|
|
13854
|
+
var t = /* @__PURE__ */ Ms(), s = {}, n = /* @__PURE__ */ kn();
|
|
13851
13855
|
e = function(i) {
|
|
13852
13856
|
var o = "Warning: " + i;
|
|
13853
13857
|
typeof console < "u" && console.error(o);
|
|
@@ -13893,7 +13897,7 @@ var ss, ka;
|
|
|
13893
13897
|
function Oc() {
|
|
13894
13898
|
if (ka) return ss;
|
|
13895
13899
|
ka = 1;
|
|
13896
|
-
var e =
|
|
13900
|
+
var e = Os(), t = Pc(), s = /* @__PURE__ */ Ms(), n = /* @__PURE__ */ kn(), r = /* @__PURE__ */ Bc(), i = function() {
|
|
13897
13901
|
};
|
|
13898
13902
|
process.env.NODE_ENV !== "production" && (i = function(l) {
|
|
13899
13903
|
var u = "Warning: " + l;
|
|
@@ -14214,7 +14218,7 @@ var as, La;
|
|
|
14214
14218
|
function Mc() {
|
|
14215
14219
|
if (La) return as;
|
|
14216
14220
|
La = 1;
|
|
14217
|
-
var e = /* @__PURE__ */
|
|
14221
|
+
var e = /* @__PURE__ */ Ms();
|
|
14218
14222
|
function t() {
|
|
14219
14223
|
}
|
|
14220
14224
|
function s() {
|
|
@@ -14262,7 +14266,7 @@ var Pa;
|
|
|
14262
14266
|
function qc() {
|
|
14263
14267
|
if (Pa) return pt.exports;
|
|
14264
14268
|
if (Pa = 1, process.env.NODE_ENV !== "production") {
|
|
14265
|
-
var e =
|
|
14269
|
+
var e = Os(), t = !0;
|
|
14266
14270
|
pt.exports = /* @__PURE__ */ Oc()(e.isElement, t);
|
|
14267
14271
|
} else
|
|
14268
14272
|
pt.exports = /* @__PURE__ */ Mc()();
|
|
@@ -14271,15 +14275,15 @@ function qc() {
|
|
|
14271
14275
|
var Dc = /* @__PURE__ */ qc();
|
|
14272
14276
|
const ge = /* @__PURE__ */ Ye(Dc);
|
|
14273
14277
|
var _c = ["sitekey", "onChange", "theme", "type", "tabindex", "onExpired", "onErrored", "size", "stoken", "grecaptcha", "badge", "hl", "isolated"];
|
|
14274
|
-
function
|
|
14275
|
-
return
|
|
14278
|
+
function ps() {
|
|
14279
|
+
return ps = Object.assign ? Object.assign.bind() : function(e) {
|
|
14276
14280
|
for (var t = 1; t < arguments.length; t++) {
|
|
14277
14281
|
var s = arguments[t];
|
|
14278
14282
|
for (var n in s)
|
|
14279
14283
|
Object.prototype.hasOwnProperty.call(s, n) && (e[n] = s[n]);
|
|
14280
14284
|
}
|
|
14281
14285
|
return e;
|
|
14282
|
-
},
|
|
14286
|
+
}, ps.apply(this, arguments);
|
|
14283
14287
|
}
|
|
14284
14288
|
function Gc(e, t) {
|
|
14285
14289
|
if (e == null) return {};
|
|
@@ -14294,12 +14298,12 @@ function wt(e) {
|
|
|
14294
14298
|
return e;
|
|
14295
14299
|
}
|
|
14296
14300
|
function jc(e, t) {
|
|
14297
|
-
e.prototype = Object.create(t.prototype), e.prototype.constructor = e,
|
|
14301
|
+
e.prototype = Object.create(t.prototype), e.prototype.constructor = e, As(e, t);
|
|
14298
14302
|
}
|
|
14299
|
-
function
|
|
14300
|
-
return
|
|
14303
|
+
function As(e, t) {
|
|
14304
|
+
return As = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function(n, r) {
|
|
14301
14305
|
return n.__proto__ = r, n;
|
|
14302
|
-
},
|
|
14306
|
+
}, As(e, t);
|
|
14303
14307
|
}
|
|
14304
14308
|
var Wt = /* @__PURE__ */ (function(e) {
|
|
14305
14309
|
jc(t, e);
|
|
@@ -14367,11 +14371,11 @@ var Wt = /* @__PURE__ */ (function(e) {
|
|
|
14367
14371
|
var r = this.props;
|
|
14368
14372
|
r.sitekey, r.onChange, r.theme, r.type, r.tabindex, r.onExpired, r.onErrored, r.size, r.stoken, r.grecaptcha, r.badge, r.hl, r.isolated;
|
|
14369
14373
|
var i = Gc(r, _c);
|
|
14370
|
-
return /* @__PURE__ */
|
|
14374
|
+
return /* @__PURE__ */ Fs.createElement("div", ps({}, i, {
|
|
14371
14375
|
ref: this.handleRecaptchaRef
|
|
14372
14376
|
}));
|
|
14373
14377
|
}, t;
|
|
14374
|
-
})(
|
|
14378
|
+
})(Fs.Component);
|
|
14375
14379
|
Wt.displayName = "ReCAPTCHA";
|
|
14376
14380
|
Wt.propTypes = {
|
|
14377
14381
|
sitekey: ge.string.isRequired,
|
|
@@ -14401,7 +14405,7 @@ var ns, Ba;
|
|
|
14401
14405
|
function Qc() {
|
|
14402
14406
|
if (Ba) return ns;
|
|
14403
14407
|
Ba = 1;
|
|
14404
|
-
var e =
|
|
14408
|
+
var e = Os(), t = {
|
|
14405
14409
|
childContextTypes: !0,
|
|
14406
14410
|
contextType: !0,
|
|
14407
14411
|
contextTypes: !0,
|
|
@@ -14465,15 +14469,15 @@ function Qc() {
|
|
|
14465
14469
|
}
|
|
14466
14470
|
var Vc = Qc();
|
|
14467
14471
|
const Hc = /* @__PURE__ */ Ye(Vc);
|
|
14468
|
-
function
|
|
14469
|
-
return
|
|
14472
|
+
function ws() {
|
|
14473
|
+
return ws = Object.assign || function(e) {
|
|
14470
14474
|
for (var t = 1; t < arguments.length; t++) {
|
|
14471
14475
|
var s = arguments[t];
|
|
14472
14476
|
for (var n in s)
|
|
14473
14477
|
Object.prototype.hasOwnProperty.call(s, n) && (e[n] = s[n]);
|
|
14474
14478
|
}
|
|
14475
14479
|
return e;
|
|
14476
|
-
},
|
|
14480
|
+
}, ws.apply(this, arguments);
|
|
14477
14481
|
}
|
|
14478
14482
|
function Fc(e, t) {
|
|
14479
14483
|
if (e == null) return {};
|
|
@@ -14573,7 +14577,7 @@ function Yc(e, t) {
|
|
|
14573
14577
|
return m && typeof window < "u" && (f[m] = typeof window[m] < "u" ? window[m] : void 0), f.ref = A, Be(n, f);
|
|
14574
14578
|
}, u;
|
|
14575
14579
|
})(Dn), o = Da(function(l, u) {
|
|
14576
|
-
return Be(i,
|
|
14580
|
+
return Be(i, ws({}, l, {
|
|
14577
14581
|
forwardedRef: u
|
|
14578
14582
|
}));
|
|
14579
14583
|
});
|
|
@@ -14582,21 +14586,21 @@ function Yc(e, t) {
|
|
|
14582
14586
|
}, Hc(o, n);
|
|
14583
14587
|
};
|
|
14584
14588
|
}
|
|
14585
|
-
var
|
|
14586
|
-
function
|
|
14589
|
+
var bs = "onloadcallback", Kc = "grecaptcha";
|
|
14590
|
+
function vs() {
|
|
14587
14591
|
return typeof window < "u" && window.recaptchaOptions || {};
|
|
14588
14592
|
}
|
|
14589
14593
|
function $c() {
|
|
14590
|
-
var e =
|
|
14591
|
-
return e.enterprise ? "https://" + t + "/recaptcha/enterprise.js?onload=" +
|
|
14594
|
+
var e = vs(), t = e.useRecaptchaNet ? "recaptcha.net" : "www.google.com";
|
|
14595
|
+
return e.enterprise ? "https://" + t + "/recaptcha/enterprise.js?onload=" + bs + "&render=explicit" : "https://" + t + "/recaptcha/api.js?onload=" + bs + "&render=explicit";
|
|
14592
14596
|
}
|
|
14593
14597
|
const Ln = Yc($c, {
|
|
14594
|
-
callbackName:
|
|
14598
|
+
callbackName: bs,
|
|
14595
14599
|
globalName: Kc,
|
|
14596
|
-
attributes:
|
|
14597
|
-
nonce:
|
|
14600
|
+
attributes: vs().nonce ? {
|
|
14601
|
+
nonce: vs().nonce
|
|
14598
14602
|
} : {}
|
|
14599
|
-
})(Wt),
|
|
14603
|
+
})(Wt), qs = () => /* @__PURE__ */ a(
|
|
14600
14604
|
"svg",
|
|
14601
14605
|
{
|
|
14602
14606
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -14624,7 +14628,7 @@ const Ln = Yc($c, {
|
|
|
14624
14628
|
CAPTCHA_KEY_V2: i,
|
|
14625
14629
|
texts: o
|
|
14626
14630
|
}) => {
|
|
14627
|
-
const l = { ...Jc, ...o?.comentarios }, u = { ...
|
|
14631
|
+
const l = { ...Jc, ...o?.comentarios }, u = { ...gs, ...l.reportReasons ?? {} }, [c, d] = J("form"), [m, h] = J(
|
|
14628
14632
|
""
|
|
14629
14633
|
), [A, f] = J(""), [p, w] = J(""), v = [
|
|
14630
14634
|
{ id: "spam", label: u.spam },
|
|
@@ -14652,7 +14656,7 @@ const Ln = Yc($c, {
|
|
|
14652
14656
|
username: r,
|
|
14653
14657
|
id: s,
|
|
14654
14658
|
captchaToken: p,
|
|
14655
|
-
type:
|
|
14659
|
+
type: gs[m]
|
|
14656
14660
|
// Enviamos el label completo
|
|
14657
14661
|
})
|
|
14658
14662
|
})).json();
|
|
@@ -14672,7 +14676,7 @@ const Ln = Yc($c, {
|
|
|
14672
14676
|
return !e || !s || !r ? null : /* @__PURE__ */ a("div", { className: "sass-pg-cmt-rp-overlay", children: /* @__PURE__ */ g("div", { className: "sass-pg-cmt-rp-popup", children: [
|
|
14673
14677
|
/* @__PURE__ */ a("button", { className: "close-reply-form su-flex su-absolute su-p-0 su-bg-transparent su-border-none", onClick: N, children: /* @__PURE__ */ a(Je, {}) }),
|
|
14674
14678
|
/* @__PURE__ */ a("h2", { className: "sass-pg-cmt-rp-title", children: l.reportAbuseTitle }),
|
|
14675
|
-
c === "loading" && /* @__PURE__ */ a("div", { className: "sass-pg-cmt-rp-loadingContainer", children: /* @__PURE__ */ a(
|
|
14679
|
+
c === "loading" && /* @__PURE__ */ a("div", { className: "sass-pg-cmt-rp-loadingContainer", children: /* @__PURE__ */ a(qs, {}) }),
|
|
14676
14680
|
c === "form" || c === "loading" ? /* @__PURE__ */ g($, { children: [
|
|
14677
14681
|
/* @__PURE__ */ a("div", { className: "sass-pg-cmt-rp-optionsContainer", children: v.map((S) => /* @__PURE__ */ g("label", { className: "sass-pg-cmt-rp-option", children: [
|
|
14678
14682
|
/* @__PURE__ */ a(
|
|
@@ -14779,7 +14783,7 @@ function Rt(e) {
|
|
|
14779
14783
|
comments: t
|
|
14780
14784
|
};
|
|
14781
14785
|
}
|
|
14782
|
-
async function
|
|
14786
|
+
async function Ds({
|
|
14783
14787
|
publication: e,
|
|
14784
14788
|
path: t,
|
|
14785
14789
|
size: s = 5,
|
|
@@ -14870,7 +14874,7 @@ const td = (e, t) => {
|
|
|
14870
14874
|
(async () => {
|
|
14871
14875
|
const { PUBLIC_X_SECURITY_TOKEN: l } = t;
|
|
14872
14876
|
try {
|
|
14873
|
-
const u = await
|
|
14877
|
+
const u = await Ds({
|
|
14874
14878
|
publication: i,
|
|
14875
14879
|
path: e ?? "",
|
|
14876
14880
|
size: 5,
|
|
@@ -14947,7 +14951,7 @@ const td = (e, t) => {
|
|
|
14947
14951
|
] }), sd = {
|
|
14948
14952
|
commentInputLabel: "Comentario",
|
|
14949
14953
|
commentInputPlaceholder: "Ingresa un comentario"
|
|
14950
|
-
},
|
|
14954
|
+
}, _s = ({ commentRef: e, captchaToken: t = "", setIsDisabled: s, API_ENV: n, texts: r }) => {
|
|
14951
14955
|
const i = { ...sd, ...r?.comentarios };
|
|
14952
14956
|
return Te(() => {
|
|
14953
14957
|
const o = e.current;
|
|
@@ -14970,7 +14974,7 @@ const td = (e, t) => {
|
|
|
14970
14974
|
}
|
|
14971
14975
|
)
|
|
14972
14976
|
] });
|
|
14973
|
-
},
|
|
14977
|
+
}, Gs = ({
|
|
14974
14978
|
commentRef: e,
|
|
14975
14979
|
captchaToken: t = "",
|
|
14976
14980
|
setCaptchaToken: s,
|
|
@@ -15103,7 +15107,7 @@ function rd({
|
|
|
15103
15107
|
}
|
|
15104
15108
|
const id = {
|
|
15105
15109
|
submitCommentButton: "Enviar Comentario"
|
|
15106
|
-
},
|
|
15110
|
+
}, js = ({ onClick: e, isDisabled: t, API_ENV: s, icon: n, handleGoogleLogin: r, showAlert: i, texts: o }) => {
|
|
15107
15111
|
const l = { ...id, ...o?.comentarios }, [u, c] = ce.useState(!1), [d, m] = ce.useState(!1), [h, A] = ce.useState(!1);
|
|
15108
15112
|
ce.useEffect(() => {
|
|
15109
15113
|
let p = null;
|
|
@@ -15161,7 +15165,7 @@ const id = {
|
|
|
15161
15165
|
}
|
|
15162
15166
|
)
|
|
15163
15167
|
] });
|
|
15164
|
-
},
|
|
15168
|
+
}, Qs = async ({
|
|
15165
15169
|
path: e,
|
|
15166
15170
|
ref: t,
|
|
15167
15171
|
captchaToken: s,
|
|
@@ -15235,7 +15239,7 @@ const id = {
|
|
|
15235
15239
|
return /* @__PURE__ */ g("div", { className: "comment-form reply-form su-p-8 su-relative", children: [
|
|
15236
15240
|
/* @__PURE__ */ a("button", { className: "close-reply-form su-flex su-absolute su-p-0 su-bg-transparent su-border-none", onClick: h, children: /* @__PURE__ */ a(Je, {}) }),
|
|
15237
15241
|
/* @__PURE__ */ a(
|
|
15238
|
-
|
|
15242
|
+
_s,
|
|
15239
15243
|
{
|
|
15240
15244
|
commentRef: t,
|
|
15241
15245
|
captchaToken: d,
|
|
@@ -15245,18 +15249,18 @@ const id = {
|
|
|
15245
15249
|
}
|
|
15246
15250
|
),
|
|
15247
15251
|
/* @__PURE__ */ a(
|
|
15248
|
-
|
|
15252
|
+
Gs,
|
|
15249
15253
|
{
|
|
15250
15254
|
commentRef: t,
|
|
15251
15255
|
captchaToken: d,
|
|
15252
15256
|
setCaptchaToken: m,
|
|
15253
15257
|
API_ENV: o,
|
|
15254
15258
|
children: /* @__PURE__ */ a(
|
|
15255
|
-
|
|
15259
|
+
js,
|
|
15256
15260
|
{
|
|
15257
15261
|
onClick: async (A) => {
|
|
15258
15262
|
if (u) return;
|
|
15259
|
-
const f = await
|
|
15263
|
+
const f = await Qs({
|
|
15260
15264
|
path: n,
|
|
15261
15265
|
ref: t,
|
|
15262
15266
|
captchaToken: d,
|
|
@@ -15350,7 +15354,7 @@ const id = {
|
|
|
15350
15354
|
},
|
|
15351
15355
|
b.id
|
|
15352
15356
|
)),
|
|
15353
|
-
h ? /* @__PURE__ */ a("div", { style: { marginLeft: "4rem", position: "relative" }, children: /* @__PURE__ */ a(
|
|
15357
|
+
h ? /* @__PURE__ */ a("div", { style: { marginLeft: "4rem", position: "relative" }, children: /* @__PURE__ */ a(qs, {}) }) : d.morereply && /* @__PURE__ */ a(
|
|
15354
15358
|
"button",
|
|
15355
15359
|
{
|
|
15356
15360
|
className: "comment-replies-button reply-button su-flex-center su-rounded-full su-border-none su-relative",
|
|
@@ -15358,7 +15362,7 @@ const id = {
|
|
|
15358
15362
|
const b = d.reply[d.reply.length - 1]?.id;
|
|
15359
15363
|
A(!0);
|
|
15360
15364
|
try {
|
|
15361
|
-
const R = await
|
|
15365
|
+
const R = await Ds({
|
|
15362
15366
|
publication: f ?? "",
|
|
15363
15367
|
path: s ?? "",
|
|
15364
15368
|
size: 2,
|
|
@@ -15393,7 +15397,7 @@ const id = {
|
|
|
15393
15397
|
const [o, l] = J(!0), [u, c] = J("");
|
|
15394
15398
|
return /* @__PURE__ */ g("div", { className: "comment-form su-p-8 su-relative", children: [
|
|
15395
15399
|
/* @__PURE__ */ a(
|
|
15396
|
-
|
|
15400
|
+
_s,
|
|
15397
15401
|
{
|
|
15398
15402
|
commentRef: e,
|
|
15399
15403
|
captchaToken: u,
|
|
@@ -15403,18 +15407,18 @@ const id = {
|
|
|
15403
15407
|
}
|
|
15404
15408
|
),
|
|
15405
15409
|
/* @__PURE__ */ a(
|
|
15406
|
-
|
|
15410
|
+
Gs,
|
|
15407
15411
|
{
|
|
15408
15412
|
API_ENV: r,
|
|
15409
15413
|
commentRef: e,
|
|
15410
15414
|
captchaToken: u,
|
|
15411
15415
|
setCaptchaToken: c,
|
|
15412
15416
|
children: /* @__PURE__ */ a(
|
|
15413
|
-
|
|
15417
|
+
js,
|
|
15414
15418
|
{
|
|
15415
15419
|
onClick: async (d) => {
|
|
15416
15420
|
if (o) return;
|
|
15417
|
-
const m = await
|
|
15421
|
+
const m = await Qs({
|
|
15418
15422
|
path: s,
|
|
15419
15423
|
ref: e,
|
|
15420
15424
|
captchaToken: u,
|
|
@@ -15472,7 +15476,7 @@ const id = {
|
|
|
15472
15476
|
}
|
|
15473
15477
|
),
|
|
15474
15478
|
/* @__PURE__ */ a(
|
|
15475
|
-
|
|
15479
|
+
_s,
|
|
15476
15480
|
{
|
|
15477
15481
|
commentRef: t,
|
|
15478
15482
|
captchaToken: d,
|
|
@@ -15482,14 +15486,14 @@ const id = {
|
|
|
15482
15486
|
}
|
|
15483
15487
|
),
|
|
15484
15488
|
/* @__PURE__ */ a(
|
|
15485
|
-
|
|
15489
|
+
Gs,
|
|
15486
15490
|
{
|
|
15487
15491
|
API_ENV: o,
|
|
15488
15492
|
commentRef: t,
|
|
15489
15493
|
captchaToken: d,
|
|
15490
15494
|
setCaptchaToken: m,
|
|
15491
15495
|
children: /* @__PURE__ */ a(
|
|
15492
|
-
|
|
15496
|
+
js,
|
|
15493
15497
|
{
|
|
15494
15498
|
onClick: async (A) => {
|
|
15495
15499
|
if (u) {
|
|
@@ -15500,7 +15504,7 @@ const id = {
|
|
|
15500
15504
|
console.log("invalidForm");
|
|
15501
15505
|
return;
|
|
15502
15506
|
}
|
|
15503
|
-
const f = e.current.value, p = await
|
|
15507
|
+
const f = e.current.value, p = await Qs({
|
|
15504
15508
|
path: s,
|
|
15505
15509
|
ref: t,
|
|
15506
15510
|
captchaToken: d,
|
|
@@ -15565,7 +15569,7 @@ const id = {
|
|
|
15565
15569
|
S(!0);
|
|
15566
15570
|
const U = x.id;
|
|
15567
15571
|
try {
|
|
15568
|
-
const D = await
|
|
15572
|
+
const D = await Ds({
|
|
15569
15573
|
publication: m,
|
|
15570
15574
|
path: h ?? "",
|
|
15571
15575
|
size: 5,
|
|
@@ -15583,7 +15587,7 @@ const id = {
|
|
|
15583
15587
|
} catch (D) {
|
|
15584
15588
|
throw S(!1), new Error(`Error al obtener comentarios: ${D}`);
|
|
15585
15589
|
}
|
|
15586
|
-
}, L = v?.comments && v.comments.length > 0, V = L ? u.commentHeaderMessageWithComments : u.commentHeaderMessageEmpty, se = /* @__PURE__ */ a("div", { style: { display: "flex", width: "100%", justifyContent: "center" }, children: /* @__PURE__ */ a(
|
|
15590
|
+
}, L = v?.comments && v.comments.length > 0, V = L ? u.commentHeaderMessageWithComments : u.commentHeaderMessageEmpty, se = /* @__PURE__ */ a("div", { style: { display: "flex", width: "100%", justifyContent: "center" }, children: /* @__PURE__ */ a(qs, {}) }), q = () => {
|
|
15587
15591
|
!window || !window.location || (document.cookie = `redirect_after_login_1=${window.location.pathname}; path=/; max-age=10000`, window.location.pathname = "/auth/login");
|
|
15588
15592
|
};
|
|
15589
15593
|
return /* @__PURE__ */ g($, { children: [
|
|
@@ -16042,7 +16046,7 @@ const Mn = async (e, t) => {
|
|
|
16042
16046
|
})
|
|
16043
16047
|
}
|
|
16044
16048
|
) });
|
|
16045
|
-
},
|
|
16049
|
+
}, Vs = (e) => {
|
|
16046
16050
|
const t = {};
|
|
16047
16051
|
for (const s in e)
|
|
16048
16052
|
s.startsWith("--") && (t[s] = e[s]);
|
|
@@ -16102,7 +16106,7 @@ const Mn = async (e, t) => {
|
|
|
16102
16106
|
}
|
|
16103
16107
|
) }), Oa = {
|
|
16104
16108
|
banner: (e) => /* @__PURE__ */ a(be, { ...e, name: e.slot_id.replace("Home", "block") }),
|
|
16105
|
-
readest: (e) => /* @__PURE__ */ a(
|
|
16109
|
+
readest: (e) => /* @__PURE__ */ a(Us, { ...e }),
|
|
16106
16110
|
"Modulo 1x3": (e) => /* @__PURE__ */ a(Al, { ...e }),
|
|
16107
16111
|
"Modulo 1x4": (e) => /* @__PURE__ */ a(wl, { ...e }),
|
|
16108
16112
|
"Modulo 1x5": (e) => /* @__PURE__ */ a(bl, { ...e }),
|
|
@@ -16124,13 +16128,13 @@ function Ma({
|
|
|
16124
16128
|
banners: n
|
|
16125
16129
|
}) {
|
|
16126
16130
|
if (n)
|
|
16127
|
-
return Oa[e] && /* @__PURE__ */ a("div", { className: "home-slot", style:
|
|
16131
|
+
return Oa[e] && /* @__PURE__ */ a("div", { className: "home-slot", style: Vs(s), children: Oa[e]({ ...s, banners: n, slot_id: t }) });
|
|
16128
16132
|
}
|
|
16129
16133
|
function Ku({
|
|
16130
16134
|
children: e,
|
|
16131
16135
|
stylesConfigEntry: t
|
|
16132
16136
|
}) {
|
|
16133
|
-
return /* @__PURE__ */ a("div", { className: "home-slot", style:
|
|
16137
|
+
return /* @__PURE__ */ a("div", { className: "home-slot", style: Vs(t), children: e });
|
|
16134
16138
|
}
|
|
16135
16139
|
const qa = {
|
|
16136
16140
|
Diario: (e) => {
|
|
@@ -16209,7 +16213,7 @@ const qa = {
|
|
|
16209
16213
|
data: t,
|
|
16210
16214
|
banners: s,
|
|
16211
16215
|
rightOnlyBanner: n
|
|
16212
|
-
}) => /* @__PURE__ */ a("div", { style:
|
|
16216
|
+
}) => /* @__PURE__ */ a("div", { style: Vs(t), children: qa[e] && qa[e]({
|
|
16213
16217
|
...t,
|
|
16214
16218
|
rightOnlyBanner: n,
|
|
16215
16219
|
banners: s
|
|
@@ -16228,7 +16232,7 @@ const qa = {
|
|
|
16228
16232
|
const A = "Home_" + m + "_" + h;
|
|
16229
16233
|
!e[A] || !e[A].blockSass || !e[A].blockSass[0] || !e[A].blockSass[0].value || !e[A].blockSass[0].block || e[A].blockSass[0].block === "No Mostrar" || (e[A].blockSass[0]?.block === "Modulo iframe" ? l.push(
|
|
16230
16234
|
/* @__PURE__ */ g(
|
|
16231
|
-
|
|
16235
|
+
Aa,
|
|
16232
16236
|
{
|
|
16233
16237
|
id: e[A].blockSass[0].key,
|
|
16234
16238
|
show: !!e[A].blockSass[0].value,
|
|
@@ -16260,7 +16264,7 @@ const qa = {
|
|
|
16260
16264
|
)
|
|
16261
16265
|
) : l.push(
|
|
16262
16266
|
/* @__PURE__ */ g(
|
|
16263
|
-
|
|
16267
|
+
Aa,
|
|
16264
16268
|
{
|
|
16265
16269
|
id: e[A].blockSass[0].key,
|
|
16266
16270
|
show: !!e[A].content?.data,
|
|
@@ -16358,7 +16362,7 @@ export {
|
|
|
16358
16362
|
yu as ContactInput,
|
|
16359
16363
|
Nu as ContactSelect,
|
|
16360
16364
|
Su as ContactTextarea,
|
|
16361
|
-
|
|
16365
|
+
Is as ContentLayout1,
|
|
16362
16366
|
vu as ContentLayoutTema,
|
|
16363
16367
|
Ju as DEBUG_MainSlots,
|
|
16364
16368
|
fl as DestacadoNoticias,
|
|
@@ -16414,10 +16418,10 @@ export {
|
|
|
16414
16418
|
uc as News_Content,
|
|
16415
16419
|
ba as NextPrev,
|
|
16416
16420
|
qr as OrgList,
|
|
16417
|
-
|
|
16418
|
-
|
|
16421
|
+
Xs as PreloadImages,
|
|
16422
|
+
gs as REPORT_REASONS,
|
|
16419
16423
|
Ud as ReCaptchaRender,
|
|
16420
|
-
|
|
16424
|
+
Us as Readest,
|
|
16421
16425
|
_u as RegisterForm,
|
|
16422
16426
|
ju as ScriptHydrator,
|
|
16423
16427
|
Du as SearchSection,
|
|
@@ -16427,8 +16431,8 @@ export {
|
|
|
16427
16431
|
gu as SectionCard5,
|
|
16428
16432
|
ya as SectionCardServerComponent,
|
|
16429
16433
|
Ou as SectionServerComponent,
|
|
16430
|
-
|
|
16431
|
-
|
|
16434
|
+
Aa as ShowSection,
|
|
16435
|
+
Bs as SocialNetworks,
|
|
16432
16436
|
Or as SoftwareApplication,
|
|
16433
16437
|
kr as SpeculationRules,
|
|
16434
16438
|
at as Spin,
|
|
@@ -16448,11 +16452,11 @@ export {
|
|
|
16448
16452
|
_r as VideosSchemas,
|
|
16449
16453
|
Dr as WebsiteList,
|
|
16450
16454
|
Wu as addComment,
|
|
16451
|
-
|
|
16455
|
+
Cs as bannersReplace,
|
|
16452
16456
|
tt as becomeVideoObject,
|
|
16453
16457
|
Ge as buildTagUrl,
|
|
16454
16458
|
Au as coloringByStrokeSVGs,
|
|
16455
|
-
|
|
16459
|
+
Vs as compileStyleProps,
|
|
16456
16460
|
qd as createAssessment,
|
|
16457
16461
|
Re as cutString,
|
|
16458
16462
|
Va as decodeApiEnv,
|
|
@@ -16485,13 +16489,13 @@ export {
|
|
|
16485
16489
|
Hu as getReportReasonLabel,
|
|
16486
16490
|
He as getResponse,
|
|
16487
16491
|
or as getResponsePromise,
|
|
16488
|
-
|
|
16492
|
+
ys as getSchemas,
|
|
16489
16493
|
Ha as getScriptReplaces,
|
|
16490
16494
|
Qr as getSlugs,
|
|
16491
16495
|
Dd as getTextsStringValue,
|
|
16492
16496
|
Pd as getTypeOfNews,
|
|
16493
16497
|
Bd as getVideoRealPath,
|
|
16494
|
-
|
|
16498
|
+
Ds as handleGetComments,
|
|
16495
16499
|
Id as initLibrary,
|
|
16496
16500
|
_d as isPhotoGallery,
|
|
16497
16501
|
Ar as metadataToJSX,
|
|
@@ -16506,7 +16510,7 @@ export {
|
|
|
16506
16510
|
jr as removePages,
|
|
16507
16511
|
Vu as reportComment,
|
|
16508
16512
|
Ko as shareButtons,
|
|
16509
|
-
|
|
16513
|
+
Rs as socialIcons,
|
|
16510
16514
|
_e as toISOWithTimeZone,
|
|
16511
16515
|
gr as urlReplaces,
|
|
16512
16516
|
wn as usePlayIcon,
|