sass-template-common 0.7.3 → 0.7.4
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 +133 -133
- package/dist/sass-template-common.umd.cjs +11 -11
- package/package.json +1 -1
|
@@ -166,7 +166,7 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
|
|
166
166
|
}
|
|
167
167
|
);
|
|
168
168
|
};
|
|
169
|
-
function
|
|
169
|
+
function xt(e) {
|
|
170
170
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
171
171
|
}
|
|
172
172
|
var pn = { exports: {} }, hi = pn.exports, Ys;
|
|
@@ -448,7 +448,7 @@ function to() {
|
|
|
448
448
|
})(pn)), pn.exports;
|
|
449
449
|
}
|
|
450
450
|
var fi = to();
|
|
451
|
-
const Le = /* @__PURE__ */
|
|
451
|
+
const Le = /* @__PURE__ */ xt(fi);
|
|
452
452
|
var An = { exports: {} }, gi = An.exports, Ks;
|
|
453
453
|
function pi() {
|
|
454
454
|
return Ks || (Ks = 1, (function(e, t) {
|
|
@@ -494,7 +494,7 @@ function pi() {
|
|
|
494
494
|
})(An)), An.exports;
|
|
495
495
|
}
|
|
496
496
|
var Ai = pi();
|
|
497
|
-
const wi = /* @__PURE__ */
|
|
497
|
+
const wi = /* @__PURE__ */ xt(Ai);
|
|
498
498
|
var wn = { exports: {} }, yi = wn.exports, Js;
|
|
499
499
|
function vi() {
|
|
500
500
|
return Js || (Js = 1, (function(e, t) {
|
|
@@ -588,7 +588,7 @@ function _i() {
|
|
|
588
588
|
})(yn)), yn.exports;
|
|
589
589
|
}
|
|
590
590
|
var Ci = _i();
|
|
591
|
-
const Si = /* @__PURE__ */
|
|
591
|
+
const Si = /* @__PURE__ */ xt(Ci);
|
|
592
592
|
var vn = { exports: {} }, Ni = vn.exports, Xs;
|
|
593
593
|
function Ii() {
|
|
594
594
|
return Xs || (Xs = 1, (function(e, t) {
|
|
@@ -653,7 +653,7 @@ function Ii() {
|
|
|
653
653
|
})(vn)), vn.exports;
|
|
654
654
|
}
|
|
655
655
|
var Ei = Ii();
|
|
656
|
-
const Ti = /* @__PURE__ */
|
|
656
|
+
const Ti = /* @__PURE__ */ xt(Ei);
|
|
657
657
|
Le.extend(Si);
|
|
658
658
|
Le.extend(Ti);
|
|
659
659
|
Le.extend(wi);
|
|
@@ -671,7 +671,7 @@ const Ln = (e) => e === "en" ? "en" : "es", Fe = (e, t) => {
|
|
|
671
671
|
}, D3 = (e) => {
|
|
672
672
|
const { PUBLIC_LNG: t, DATE_TIMEZONE: n } = $(), a = Ln(t ?? "es");
|
|
673
673
|
return Le.tz(e, n).locale(a).format("dddd DD [de] MMMM YYYY");
|
|
674
|
-
},
|
|
674
|
+
}, Et = (e, t) => {
|
|
675
675
|
if (!e) return "";
|
|
676
676
|
const n = new Date(e), o = new Intl.DateTimeFormat("en-CA", {
|
|
677
677
|
timeZone: t,
|
|
@@ -855,11 +855,11 @@ const Bi = async (e, t) => {
|
|
|
855
855
|
images: [p]
|
|
856
856
|
},
|
|
857
857
|
article: {
|
|
858
|
-
published_time:
|
|
858
|
+
published_time: Et(
|
|
859
859
|
t?.info?.date?.firstpublish,
|
|
860
860
|
r
|
|
861
861
|
),
|
|
862
|
-
modified_time:
|
|
862
|
+
modified_time: Et(
|
|
863
863
|
t?.info?.date?.lastpublish ?? t?.info?.date?.firstpublish,
|
|
864
864
|
r
|
|
865
865
|
),
|
|
@@ -2029,9 +2029,9 @@ function io(e, t) {
|
|
|
2029
2029
|
const { toString: dr } = Object.prototype, { getPrototypeOf: xs } = Object, { iterator: Bn, toStringTag: ro } = Symbol, Pn = /* @__PURE__ */ ((e) => (t) => {
|
|
2030
2030
|
const n = dr.call(t);
|
|
2031
2031
|
return e[n] || (e[n] = n.slice(8, -1).toLowerCase());
|
|
2032
|
-
})(/* @__PURE__ */ Object.create(null)), De = (e) => (e = e.toLowerCase(), (t) => Pn(t) === e), qn = (e) => (t) => typeof t === e, { isArray:
|
|
2032
|
+
})(/* @__PURE__ */ Object.create(null)), De = (e) => (e = e.toLowerCase(), (t) => Pn(t) === e), qn = (e) => (t) => typeof t === e, { isArray: Ut } = Array, Tt = qn("undefined");
|
|
2033
2033
|
function Wt(e) {
|
|
2034
|
-
return e !== null && !
|
|
2034
|
+
return e !== null && !Tt(e) && e.constructor !== null && !Tt(e.constructor) && Ee(e.constructor.isBuffer) && e.constructor.isBuffer(e);
|
|
2035
2035
|
}
|
|
2036
2036
|
const co = De("ArrayBuffer");
|
|
2037
2037
|
function ur(e) {
|
|
@@ -2060,7 +2060,7 @@ function Kt(e, t, { allOwnKeys: n = !1 } = {}) {
|
|
|
2060
2060
|
if (e === null || typeof e > "u")
|
|
2061
2061
|
return;
|
|
2062
2062
|
let a, o;
|
|
2063
|
-
if (typeof e != "object" && (e = [e]),
|
|
2063
|
+
if (typeof e != "object" && (e = [e]), Ut(e))
|
|
2064
2064
|
for (a = 0, o = e.length; a < o; a++)
|
|
2065
2065
|
t.call(null, e[a], a, e);
|
|
2066
2066
|
else {
|
|
@@ -2083,11 +2083,11 @@ function uo(e, t) {
|
|
|
2083
2083
|
return o;
|
|
2084
2084
|
return null;
|
|
2085
2085
|
}
|
|
2086
|
-
const gt = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global, mo = (e) => !
|
|
2086
|
+
const gt = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global, mo = (e) => !Tt(e) && e !== gt;
|
|
2087
2087
|
function hs() {
|
|
2088
2088
|
const { caseless: e, skipUndefined: t } = mo(this) && this || {}, n = {}, a = (o, i) => {
|
|
2089
2089
|
const r = e && uo(n, i) || i;
|
|
2090
|
-
bn(n[r]) && bn(o) ? n[r] = hs(n[r], o) : bn(o) ? n[r] = hs({}, o) :
|
|
2090
|
+
bn(n[r]) && bn(o) ? n[r] = hs(n[r], o) : bn(o) ? n[r] = hs({}, o) : Ut(o) ? n[r] = o.slice() : (!t || !Tt(o)) && (n[r] = o);
|
|
2091
2091
|
};
|
|
2092
2092
|
for (let o = 0, i = arguments.length; o < i; o++)
|
|
2093
2093
|
arguments[o] && Kt(arguments[o], a);
|
|
@@ -2115,7 +2115,7 @@ const Er = (e, t, n, { allOwnKeys: a } = {}) => (Kt(t, (o, i) => {
|
|
|
2115
2115
|
return a !== -1 && a === n;
|
|
2116
2116
|
}, Lr = (e) => {
|
|
2117
2117
|
if (!e) return null;
|
|
2118
|
-
if (
|
|
2118
|
+
if (Ut(e)) return e;
|
|
2119
2119
|
let t = e.length;
|
|
2120
2120
|
if (!lo(t)) return null;
|
|
2121
2121
|
const n = new Array(t);
|
|
@@ -2167,7 +2167,7 @@ const Er = (e, t, n, { allOwnKeys: a } = {}) => (Kt(t, (o, i) => {
|
|
|
2167
2167
|
n[i] = !0;
|
|
2168
2168
|
});
|
|
2169
2169
|
};
|
|
2170
|
-
return
|
|
2170
|
+
return Ut(e) ? a(e) : a(String(e).split(t)), n;
|
|
2171
2171
|
}, Gr = () => {
|
|
2172
2172
|
}, Qr = (e, t) => e != null && Number.isFinite(e = +e) ? e : t;
|
|
2173
2173
|
function Hr(e) {
|
|
@@ -2182,10 +2182,10 @@ const Fr = (e) => {
|
|
|
2182
2182
|
return a;
|
|
2183
2183
|
if (!("toJSON" in a)) {
|
|
2184
2184
|
t[o] = a;
|
|
2185
|
-
const i =
|
|
2185
|
+
const i = Ut(a) ? [] : {};
|
|
2186
2186
|
return Kt(a, (r, c) => {
|
|
2187
2187
|
const u = n(r, o + 1);
|
|
2188
|
-
!
|
|
2188
|
+
!Tt(u) && (i[c] = u);
|
|
2189
2189
|
}), t[o] = void 0, i;
|
|
2190
2190
|
}
|
|
2191
2191
|
}
|
|
@@ -2200,7 +2200,7 @@ const Fr = (e) => {
|
|
|
2200
2200
|
typeof setImmediate == "function",
|
|
2201
2201
|
Ee(gt.postMessage)
|
|
2202
2202
|
), Vr = typeof queueMicrotask < "u" ? queueMicrotask.bind(gt) : typeof process < "u" && process.nextTick || fo, Wr = (e) => e != null && Ee(e[Bn]), _ = {
|
|
2203
|
-
isArray:
|
|
2203
|
+
isArray: Ut,
|
|
2204
2204
|
isArrayBuffer: co,
|
|
2205
2205
|
isBuffer: Wt,
|
|
2206
2206
|
isFormData: vr,
|
|
@@ -2215,7 +2215,7 @@ const Fr = (e) => {
|
|
|
2215
2215
|
isRequest: Cr,
|
|
2216
2216
|
isResponse: Sr,
|
|
2217
2217
|
isHeaders: Nr,
|
|
2218
|
-
isUndefined:
|
|
2218
|
+
isUndefined: Tt,
|
|
2219
2219
|
isDate: gr,
|
|
2220
2220
|
isFile: pr,
|
|
2221
2221
|
isBlob: Ar,
|
|
@@ -2657,7 +2657,7 @@ const uc = _.toObjectSet([
|
|
|
2657
2657
|
o = r.indexOf(":"), n = r.substring(0, o).trim().toLowerCase(), a = r.substring(o + 1).trim(), !(!n || t[n] && uc[n]) && (n === "set-cookie" ? t[n] ? t[n].push(a) : t[n] = [a] : t[n] = t[n] ? t[n] + ", " + a : a);
|
|
2658
2658
|
}), t;
|
|
2659
2659
|
}, la = Symbol("internals");
|
|
2660
|
-
function
|
|
2660
|
+
function qt(e) {
|
|
2661
2661
|
return e && String(e).trim().toLowerCase();
|
|
2662
2662
|
}
|
|
2663
2663
|
function _n(e) {
|
|
@@ -2702,7 +2702,7 @@ let Te = class {
|
|
|
2702
2702
|
set(t, n, a) {
|
|
2703
2703
|
const o = this;
|
|
2704
2704
|
function i(c, u, d) {
|
|
2705
|
-
const l =
|
|
2705
|
+
const l = qt(u);
|
|
2706
2706
|
if (!l)
|
|
2707
2707
|
throw new Error("header name must be a non-empty string");
|
|
2708
2708
|
const m = _.findKey(o, l);
|
|
@@ -2726,7 +2726,7 @@ let Te = class {
|
|
|
2726
2726
|
return this;
|
|
2727
2727
|
}
|
|
2728
2728
|
get(t, n) {
|
|
2729
|
-
if (t =
|
|
2729
|
+
if (t = qt(t), t) {
|
|
2730
2730
|
const a = _.findKey(this, t);
|
|
2731
2731
|
if (a) {
|
|
2732
2732
|
const o = this[a];
|
|
@@ -2743,7 +2743,7 @@ let Te = class {
|
|
|
2743
2743
|
}
|
|
2744
2744
|
}
|
|
2745
2745
|
has(t, n) {
|
|
2746
|
-
if (t =
|
|
2746
|
+
if (t = qt(t), t) {
|
|
2747
2747
|
const a = _.findKey(this, t);
|
|
2748
2748
|
return !!(a && this[a] !== void 0 && (!n || zn(this, this[a], a, n)));
|
|
2749
2749
|
}
|
|
@@ -2753,7 +2753,7 @@ let Te = class {
|
|
|
2753
2753
|
const a = this;
|
|
2754
2754
|
let o = !1;
|
|
2755
2755
|
function i(r) {
|
|
2756
|
-
if (r =
|
|
2756
|
+
if (r = qt(r), r) {
|
|
2757
2757
|
const c = _.findKey(a, r);
|
|
2758
2758
|
c && (!n || zn(a, a[c], c, n)) && (delete a[c], o = !0);
|
|
2759
2759
|
}
|
|
@@ -2815,7 +2815,7 @@ let Te = class {
|
|
|
2815
2815
|
accessors: {}
|
|
2816
2816
|
}).accessors, o = this.prototype;
|
|
2817
2817
|
function i(r) {
|
|
2818
|
-
const c =
|
|
2818
|
+
const c = qt(r);
|
|
2819
2819
|
a[c] || (pc(o, r), a[c] = !0);
|
|
2820
2820
|
}
|
|
2821
2821
|
return _.isArray(t) ? t.forEach(i) : i(t), this;
|
|
@@ -2842,10 +2842,10 @@ function $n(e, t) {
|
|
|
2842
2842
|
function _o(e) {
|
|
2843
2843
|
return !!(e && e.__CANCEL__);
|
|
2844
2844
|
}
|
|
2845
|
-
function
|
|
2845
|
+
function Lt(e, t, n) {
|
|
2846
2846
|
J.call(this, e ?? "canceled", J.ERR_CANCELED, t, n), this.name = "CanceledError";
|
|
2847
2847
|
}
|
|
2848
|
-
_.inherits(
|
|
2848
|
+
_.inherits(Lt, J, {
|
|
2849
2849
|
__CANCEL__: !0
|
|
2850
2850
|
});
|
|
2851
2851
|
function Co(e, t, n) {
|
|
@@ -3093,7 +3093,7 @@ const No = (e) => {
|
|
|
3093
3093
|
}, i === void 0 && r.setContentType(null), "setRequestHeader" in w && _.forEach(r.toJSON(), function(I, y) {
|
|
3094
3094
|
w.setRequestHeader(y, I);
|
|
3095
3095
|
}), _.isUndefined(o.withCredentials) || (w.withCredentials = !!o.withCredentials), c && c !== "json" && (w.responseType = o.responseType), d && ([h, f] = En(d, !0), w.addEventListener("progress", h)), u && w.upload && ([m, p] = En(u), w.upload.addEventListener("progress", m), w.upload.addEventListener("loadend", p)), (o.cancelToken || o.signal) && (l = (C) => {
|
|
3096
|
-
w && (a(!C || C.type ? new
|
|
3096
|
+
w && (a(!C || C.type ? new Lt(null, e, w) : C), w.abort(), w = null);
|
|
3097
3097
|
}, o.cancelToken && o.cancelToken.subscribe(l), o.signal && (o.signal.aborted ? l() : o.signal.addEventListener("abort", l)));
|
|
3098
3098
|
const S = Ac(o.url);
|
|
3099
3099
|
if (S && be.protocols.indexOf(S) === -1) {
|
|
@@ -3110,7 +3110,7 @@ const No = (e) => {
|
|
|
3110
3110
|
if (!o) {
|
|
3111
3111
|
o = !0, c();
|
|
3112
3112
|
const l = d instanceof Error ? d : this.reason;
|
|
3113
|
-
a.abort(l instanceof J ? l : new
|
|
3113
|
+
a.abort(l instanceof J ? l : new Lt(l instanceof Error ? l.message : l));
|
|
3114
3114
|
}
|
|
3115
3115
|
};
|
|
3116
3116
|
let r = t && setTimeout(() => {
|
|
@@ -3398,7 +3398,7 @@ const Eo = {
|
|
|
3398
3398
|
};
|
|
3399
3399
|
function Vn(e) {
|
|
3400
3400
|
if (e.cancelToken && e.cancelToken.throwIfRequested(), e.signal && e.signal.aborted)
|
|
3401
|
-
throw new
|
|
3401
|
+
throw new Lt(null, e);
|
|
3402
3402
|
}
|
|
3403
3403
|
function ya(e) {
|
|
3404
3404
|
return Vn(e), e.headers = Te.from(e.headers), e.data = $n.call(
|
|
@@ -3615,7 +3615,7 @@ let qc = class ko {
|
|
|
3615
3615
|
a.unsubscribe(i);
|
|
3616
3616
|
}, r;
|
|
3617
3617
|
}, t(function(i, r, c) {
|
|
3618
|
-
a.reason || (a.reason = new
|
|
3618
|
+
a.reason || (a.reason = new Lt(i, r, c), n(a.reason));
|
|
3619
3619
|
});
|
|
3620
3620
|
}
|
|
3621
3621
|
/**
|
|
@@ -3754,7 +3754,7 @@ function xo(e) {
|
|
|
3754
3754
|
}
|
|
3755
3755
|
const re = xo(Jt);
|
|
3756
3756
|
re.Axios = pt;
|
|
3757
|
-
re.CanceledError =
|
|
3757
|
+
re.CanceledError = Lt;
|
|
3758
3758
|
re.CancelToken = qc;
|
|
3759
3759
|
re.isCancel = _o;
|
|
3760
3760
|
re.VERSION = To;
|
|
@@ -4647,7 +4647,7 @@ const f6 = async (e, t, n, a, o, i, r) => {
|
|
|
4647
4647
|
listAutor: t,
|
|
4648
4648
|
config: n
|
|
4649
4649
|
}) => {
|
|
4650
|
-
const a = t?.[0] ?? null, { DATE_TIMEZONE: o = "America/Mexico_City", PUBLIC_ASSETS_URL: i } = $(), r = o, c = a?.info?.date?.modified ?
|
|
4650
|
+
const a = t?.[0] ?? null, { DATE_TIMEZONE: o = "America/Mexico_City", PUBLIC_ASSETS_URL: i } = $(), r = o, c = a?.info?.date?.modified ? Et(a.info.date.modified, r) : void 0, u = e.addtional?.USER_JOBSTART ? Et(e.addtional.USER_JOBSTART, r) : void 0, d = i && i !== "false" ? i : "", l = {
|
|
4651
4651
|
"@context": "https://schema.org",
|
|
4652
4652
|
"@type": "ProfilePage",
|
|
4653
4653
|
mainEntity: {
|
|
@@ -5193,7 +5193,7 @@ function Jc({
|
|
|
5193
5193
|
i && /* @__PURE__ */ s("nav", { className: "carrousel-pagination", children: e?.map((r, c) => /* @__PURE__ */ s("li", {}, c)) })
|
|
5194
5194
|
] });
|
|
5195
5195
|
}
|
|
5196
|
-
function
|
|
5196
|
+
function Rt(e) {
|
|
5197
5197
|
return /* @__PURE__ */ s(
|
|
5198
5198
|
"div",
|
|
5199
5199
|
{
|
|
@@ -5401,7 +5401,7 @@ function vl({ noteShare: e }) {
|
|
|
5401
5401
|
)
|
|
5402
5402
|
] }) : null;
|
|
5403
5403
|
}
|
|
5404
|
-
const
|
|
5404
|
+
const Bt = (e) => {
|
|
5405
5405
|
const { share: t = !1, cutSubtitle: n = !0, keywords: a, info: o, paths: i, newsDescriptionSectionTag: r = "h3" } = e, { SHOW_TAG_BY_SECTION: c, SUB_PUBLICATION_PREFIX_IN_ROUTES: u } = $(), d = () => {
|
|
5406
5406
|
if (e?.config?.showtime && e.config?.showauthor)
|
|
5407
5407
|
return `${e?.authors[0]?.fullname ?? "Redacción"} - ${Fe(
|
|
@@ -5631,7 +5631,7 @@ const Rl = (e) => {
|
|
|
5631
5631
|
] }),
|
|
5632
5632
|
e.figCaption && e.figCaption !== "" && /* @__PURE__ */ s("figcaption", { children: e.figCaption })
|
|
5633
5633
|
] }) : null;
|
|
5634
|
-
},
|
|
5634
|
+
}, Pt = (e) => /* @__PURE__ */ g("svg", { width: "28", height: "28", viewBox: "0 0 28 28", ...e, xmlns: "http://www.w3.org/2000/svg", children: [
|
|
5635
5635
|
/* @__PURE__ */ s("g", { clipPath: "url(#clip0_2503_6565)", children: /* @__PURE__ */ s("path", { d: "M22.1668 7.47825L20.5218 5.83325L14.0002 12.3549L7.4785 5.83325L5.8335 7.47825L12.3552 13.9999L5.8335 20.5216L7.4785 22.1666L14.0002 15.6449L20.5218 22.1666L22.1668 20.5216L15.6452 13.9999L22.1668 7.47825Z", fill: "currentColor" }) }),
|
|
5636
5636
|
/* @__PURE__ */ s("defs", { children: /* @__PURE__ */ s("clipPath", { id: "clip0_2503_6565", children: /* @__PURE__ */ s("rect", { width: "28", height: "28", fill: "currentColor" }) }) })
|
|
5637
5637
|
] }), Bl = (e) => {
|
|
@@ -5665,7 +5665,7 @@ const Rl = (e) => {
|
|
|
5665
5665
|
),
|
|
5666
5666
|
n && /* @__PURE__ */ s("div", { className: ce.playWrapper, children: /* @__PURE__ */ s(i, {}) })
|
|
5667
5667
|
] })
|
|
5668
|
-
] }) }) : r === "invalidURL" ? /* @__PURE__ */ s("div", { className: ce.imageLogoPlaceholder, children: /* @__PURE__ */ s(
|
|
5668
|
+
] }) }) : r === "invalidURL" ? /* @__PURE__ */ s("div", { className: ce.imageLogoPlaceholder, children: /* @__PURE__ */ s(Pt, { style: { color: "var(--grey-100)" } }) }) : /* @__PURE__ */ s(
|
|
5669
5669
|
"div",
|
|
5670
5670
|
{
|
|
5671
5671
|
"data-hydrate": "ImageOffline",
|
|
@@ -5731,7 +5731,7 @@ const Rl = (e) => {
|
|
|
5731
5731
|
]
|
|
5732
5732
|
}
|
|
5733
5733
|
),
|
|
5734
|
-
/* @__PURE__ */ s(
|
|
5734
|
+
/* @__PURE__ */ s(Bt, { ...n, paths: e.paths })
|
|
5735
5735
|
]
|
|
5736
5736
|
},
|
|
5737
5737
|
`description-block-${a}`
|
|
@@ -7442,7 +7442,7 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
7442
7442
|
),
|
|
7443
7443
|
/* @__PURE__ */ s(Y, { children: e.paginatorComponent })
|
|
7444
7444
|
] });
|
|
7445
|
-
}, C1 = "_content_15x47_1", S1 = "_newsDescription_15x47_15", N1 = "_image_15x47_41",
|
|
7445
|
+
}, C1 = "_content_15x47_1", S1 = "_newsDescription_15x47_15", N1 = "_image_15x47_41", $t = {
|
|
7446
7446
|
content: C1,
|
|
7447
7447
|
newsDescription: S1,
|
|
7448
7448
|
image: N1
|
|
@@ -7465,7 +7465,7 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
7465
7465
|
return /* @__PURE__ */ g(
|
|
7466
7466
|
"section",
|
|
7467
7467
|
{
|
|
7468
|
-
className:
|
|
7468
|
+
className: $t.content,
|
|
7469
7469
|
style: {
|
|
7470
7470
|
...e.customSectionCardStyles
|
|
7471
7471
|
},
|
|
@@ -7474,7 +7474,7 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
7474
7474
|
P,
|
|
7475
7475
|
{
|
|
7476
7476
|
"aria-label": e.main?.title?.section,
|
|
7477
|
-
className:
|
|
7477
|
+
className: $t.image,
|
|
7478
7478
|
title: t?.title?.section,
|
|
7479
7479
|
href: a?.link?.url,
|
|
7480
7480
|
target: a?.link?.target,
|
|
@@ -7489,8 +7489,8 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
7489
7489
|
)
|
|
7490
7490
|
}
|
|
7491
7491
|
),
|
|
7492
|
-
/* @__PURE__ */ s("div", { className:
|
|
7493
|
-
|
|
7492
|
+
/* @__PURE__ */ s("div", { className: $t.newsDescription, children: /* @__PURE__ */ s(
|
|
7493
|
+
Bt,
|
|
7494
7494
|
{
|
|
7495
7495
|
main: t,
|
|
7496
7496
|
authors: n,
|
|
@@ -7604,30 +7604,30 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
7604
7604
|
/* @__PURE__ */ s(P, { className: _t.linkStyled, href: "/", children: e.buttonText ?? "Inicio" })
|
|
7605
7605
|
] })
|
|
7606
7606
|
] });
|
|
7607
|
-
}, j1 = "_content_zxcog_1", G1 = "_contentLabel_zxcog_8", Q1 = "_label_zxcog_13", H1 = "_required_zxcog_22", F1 = "_input_zxcog_28",
|
|
7607
|
+
}, j1 = "_content_zxcog_1", G1 = "_contentLabel_zxcog_8", Q1 = "_label_zxcog_13", H1 = "_required_zxcog_22", F1 = "_input_zxcog_28", Ot = {
|
|
7608
7608
|
content: j1,
|
|
7609
7609
|
contentLabel: G1,
|
|
7610
7610
|
label: Q1,
|
|
7611
7611
|
required: H1,
|
|
7612
7612
|
input: F1
|
|
7613
|
-
}, N6 = (e) => /* @__PURE__ */ g("div", { className:
|
|
7614
|
-
/* @__PURE__ */ g("div", { className:
|
|
7615
|
-
/* @__PURE__ */ s("label", { className:
|
|
7616
|
-
e.required && /* @__PURE__ */ s("span", { className:
|
|
7613
|
+
}, N6 = (e) => /* @__PURE__ */ g("div", { className: Ot.content, children: [
|
|
7614
|
+
/* @__PURE__ */ g("div", { className: Ot.contentLabel, children: [
|
|
7615
|
+
/* @__PURE__ */ s("label", { className: Ot.label, children: e.label }),
|
|
7616
|
+
e.required && /* @__PURE__ */ s("span", { className: Ot.required, children: "*" })
|
|
7617
7617
|
] }),
|
|
7618
|
-
/* @__PURE__ */ s("input", { className:
|
|
7619
|
-
] }), z1 = "_content_zgx5w_1", $1 = "_contentLabel_zgx5w_8", V1 = "_label_zgx5w_13", W1 = "_required_zgx5w_22", Y1 = "_input_zgx5w_28",
|
|
7618
|
+
/* @__PURE__ */ s("input", { className: Ot.input, ...e })
|
|
7619
|
+
] }), z1 = "_content_zgx5w_1", $1 = "_contentLabel_zgx5w_8", V1 = "_label_zgx5w_13", W1 = "_required_zgx5w_22", Y1 = "_input_zgx5w_28", Mt = {
|
|
7620
7620
|
content: z1,
|
|
7621
7621
|
contentLabel: $1,
|
|
7622
7622
|
label: V1,
|
|
7623
7623
|
required: W1,
|
|
7624
7624
|
input: Y1
|
|
7625
|
-
}, I6 = (e) => /* @__PURE__ */ g("div", { className:
|
|
7626
|
-
/* @__PURE__ */ g("div", { className:
|
|
7627
|
-
/* @__PURE__ */ s("label", { className:
|
|
7628
|
-
e.required && /* @__PURE__ */ s("span", { className:
|
|
7625
|
+
}, I6 = (e) => /* @__PURE__ */ g("div", { className: Mt.content, children: [
|
|
7626
|
+
/* @__PURE__ */ g("div", { className: Mt.contentLabel, children: [
|
|
7627
|
+
/* @__PURE__ */ s("label", { className: Mt.label, children: e.label }),
|
|
7628
|
+
e.required && /* @__PURE__ */ s("span", { className: Mt.required, children: "*" })
|
|
7629
7629
|
] }),
|
|
7630
|
-
/* @__PURE__ */ g("select", { className:
|
|
7630
|
+
/* @__PURE__ */ g("select", { className: Mt.input, ...e, children: [
|
|
7631
7631
|
/* @__PURE__ */ s("option", { value: "", children: "--Seleccione--" }),
|
|
7632
7632
|
e.options.map((t, n) => /* @__PURE__ */ s("option", { value: t.value, children: t.label }, n))
|
|
7633
7633
|
] })
|
|
@@ -7958,7 +7958,7 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
7958
7958
|
] })
|
|
7959
7959
|
}
|
|
7960
7960
|
),
|
|
7961
|
-
/* @__PURE__ */ s("div", { className: ln.newsDescription, children: /* @__PURE__ */ s(
|
|
7961
|
+
/* @__PURE__ */ s("div", { className: ln.newsDescription, children: /* @__PURE__ */ s(Bt, { ...n, paths: e.paths }) })
|
|
7962
7962
|
] }) : null;
|
|
7963
7963
|
}, T6 = (e) => {
|
|
7964
7964
|
let t = [];
|
|
@@ -8017,7 +8017,7 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
8017
8017
|
}
|
|
8018
8018
|
),
|
|
8019
8019
|
/* @__PURE__ */ s("div", { className: Oe.articleSection, children: /* @__PURE__ */ s(
|
|
8020
|
-
|
|
8020
|
+
Bt,
|
|
8021
8021
|
{
|
|
8022
8022
|
isTitle: !0,
|
|
8023
8023
|
cutSubtitle: !1,
|
|
@@ -8178,7 +8178,7 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
8178
8178
|
children: [
|
|
8179
8179
|
/* @__PURE__ */ s("input", { type: "checkbox", id: "side-bar-state" }),
|
|
8180
8180
|
/* @__PURE__ */ g("section", { className: me.sidebarCustom, children: [
|
|
8181
|
-
/* @__PURE__ */ s("div", { className: me.buttonContent, children: /* @__PURE__ */ s("label", { className: me.buttonStyled, htmlFor: "side-bar-state", children: /* @__PURE__ */ s(
|
|
8181
|
+
/* @__PURE__ */ s("div", { className: me.buttonContent, children: /* @__PURE__ */ s("label", { className: me.buttonStyled, htmlFor: "side-bar-state", children: /* @__PURE__ */ s(Pt, { className: me.icon }) }) }),
|
|
8182
8182
|
/* @__PURE__ */ s("div", { className: me.inputContent, children: /* @__PURE__ */ g("form", { className: me.inputStyled, action: d + "/buscar", method: "GET", children: [
|
|
8183
8183
|
/* @__PURE__ */ s("input", { className: me.buscar, type: "text", name: "query", placeholder: o + "..." }),
|
|
8184
8184
|
/* @__PURE__ */ s("button", { type: "submit", style: {
|
|
@@ -8290,7 +8290,7 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
8290
8290
|
]
|
|
8291
8291
|
}
|
|
8292
8292
|
);
|
|
8293
|
-
}, Go = (e) => /* @__PURE__ */ s("svg", { width: "27", height: "18", viewBox: "0 0 27 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ s("path", { d: "M1.5 18H25.5C26.325 18 27 17.325 27 16.5C27 15.675 26.325 15 25.5 15H1.5C0.675 15 0 15.675 0 16.5C0 17.325 0.675 18 1.5 18ZM1.5 10.5H25.5C26.325 10.5 27 9.825 27 9C27 8.175 26.325 7.5 25.5 7.5H1.5C0.675 7.5 0 8.175 0 9C0 9.825 0.675 10.5 1.5 10.5ZM0 1.5C0 2.325 0.675 3 1.5 3H25.5C26.325 3 27 2.325 27 1.5C27 0.675 26.325 0 25.5 0H1.5C0.675 0 0 0.675 0 1.5Z", fill: e.color }) }), Lm = "_content_y5b1f_1", Rm = "_chipStyled_y5b1f_17", Bm = "_headLine_y5b1f_17", Pm = "_live_y5b1f_25", qm = "_closeLiveStyled_y5b1f_87",
|
|
8293
|
+
}, Go = (e) => /* @__PURE__ */ s("svg", { width: "27", height: "18", viewBox: "0 0 27 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ s("path", { d: "M1.5 18H25.5C26.325 18 27 17.325 27 16.5C27 15.675 26.325 15 25.5 15H1.5C0.675 15 0 15.675 0 16.5C0 17.325 0.675 18 1.5 18ZM1.5 10.5H25.5C26.325 10.5 27 9.825 27 9C27 8.175 26.325 7.5 25.5 7.5H1.5C0.675 7.5 0 8.175 0 9C0 9.825 0.675 10.5 1.5 10.5ZM0 1.5C0 2.325 0.675 3 1.5 3H25.5C26.325 3 27 2.325 27 1.5C27 0.675 26.325 0 25.5 0H1.5C0.675 0 0 0.675 0 1.5Z", fill: e.color }) }), Lm = "_content_y5b1f_1", Rm = "_chipStyled_y5b1f_17", Bm = "_headLine_y5b1f_17", Pm = "_live_y5b1f_25", qm = "_closeLiveStyled_y5b1f_87", Dt = {
|
|
8294
8294
|
content: Lm,
|
|
8295
8295
|
chipStyled: Rm,
|
|
8296
8296
|
headLine: Bm,
|
|
@@ -8300,7 +8300,7 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
8300
8300
|
const { alertZone: t, id: n = "close-alert" } = e, a = () => /* @__PURE__ */ s(
|
|
8301
8301
|
P,
|
|
8302
8302
|
{
|
|
8303
|
-
className:
|
|
8303
|
+
className: Dt.headLine,
|
|
8304
8304
|
href: t?.data[0]?.info.link.url,
|
|
8305
8305
|
target: t?.data[0]?.info.link.target,
|
|
8306
8306
|
title: t?.data[0]?.main.title.home,
|
|
@@ -8321,17 +8321,17 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
8321
8321
|
"div",
|
|
8322
8322
|
{
|
|
8323
8323
|
id: "alert-chip",
|
|
8324
|
-
className:
|
|
8324
|
+
className: Dt.content,
|
|
8325
8325
|
style: e.forceShow ? {
|
|
8326
8326
|
display: "flex",
|
|
8327
8327
|
position: "sticky",
|
|
8328
8328
|
top: 100
|
|
8329
8329
|
} : {},
|
|
8330
8330
|
children: [
|
|
8331
|
-
/* @__PURE__ */ g("div", { className:
|
|
8332
|
-
/* @__PURE__ */ s("div", { className:
|
|
8331
|
+
/* @__PURE__ */ g("div", { className: Dt.live, children: [
|
|
8332
|
+
/* @__PURE__ */ s("div", { className: Dt.chipStyled, children: t?.entity?.description }),
|
|
8333
8333
|
e.forceShow && /* @__PURE__ */ s(a, {}),
|
|
8334
|
-
/* @__PURE__ */ s("label", { htmlFor: n, children: /* @__PURE__ */ s(
|
|
8334
|
+
/* @__PURE__ */ s("label", { htmlFor: n, children: /* @__PURE__ */ s(Pt, { className: Dt.closeLiveStyled }) })
|
|
8335
8335
|
] }),
|
|
8336
8336
|
/* @__PURE__ */ s(a, {})
|
|
8337
8337
|
]
|
|
@@ -9097,7 +9097,7 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
9097
9097
|
correspondent: Ef,
|
|
9098
9098
|
correspondentLink: Tf,
|
|
9099
9099
|
description: kf
|
|
9100
|
-
},
|
|
9100
|
+
}, kt = (e) => {
|
|
9101
9101
|
const { SHOW_TAG_BY_SECTION: t, SUB_PUBLICATION_PREFIX_IN_ROUTES: n } = $(), a = () => {
|
|
9102
9102
|
if (e?.config?.showtime && e.config?.showauthor)
|
|
9103
9103
|
return `${e?.authors[0]?.fullname} - ${Fe(
|
|
@@ -9246,7 +9246,7 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
9246
9246
|
...e.customSectionCardStyles
|
|
9247
9247
|
},
|
|
9248
9248
|
children: /* @__PURE__ */ s(
|
|
9249
|
-
|
|
9249
|
+
kt,
|
|
9250
9250
|
{
|
|
9251
9251
|
main: t,
|
|
9252
9252
|
authors: n,
|
|
@@ -9303,7 +9303,7 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
9303
9303
|
const o = e[0];
|
|
9304
9304
|
return Array.isArray(e) && e.length > 0 && o && /* @__PURE__ */ g("section", { className: Jn.content, children: [
|
|
9305
9305
|
/* @__PURE__ */ s("div", { style: t, className: Jn.firstSection, children: /* @__PURE__ */ s(
|
|
9306
|
-
|
|
9306
|
+
kt,
|
|
9307
9307
|
{
|
|
9308
9308
|
...o,
|
|
9309
9309
|
textPosition: "start",
|
|
@@ -9313,7 +9313,7 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
9313
9313
|
}
|
|
9314
9314
|
) }),
|
|
9315
9315
|
/* @__PURE__ */ s("div", { style: n, className: Jn.secondSection, children: e.map((i, r) => r > 0 && /* @__PURE__ */ lt(
|
|
9316
|
-
|
|
9316
|
+
kt,
|
|
9317
9317
|
{
|
|
9318
9318
|
...i,
|
|
9319
9319
|
key: r,
|
|
@@ -9338,7 +9338,7 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
9338
9338
|
style: t,
|
|
9339
9339
|
className: xa.firstSection,
|
|
9340
9340
|
children: /* @__PURE__ */ s(
|
|
9341
|
-
|
|
9341
|
+
kt,
|
|
9342
9342
|
{
|
|
9343
9343
|
...o,
|
|
9344
9344
|
isVertical: !0,
|
|
@@ -9351,7 +9351,7 @@ const l1 = "_content_r1co8_1", d1 = "_videoContent_r1co8_20", u1 = "_articleSect
|
|
|
9351
9351
|
},
|
|
9352
9352
|
i
|
|
9353
9353
|
) : /* @__PURE__ */ s("section", { style: n, children: /* @__PURE__ */ lt(
|
|
9354
|
-
|
|
9354
|
+
kt,
|
|
9355
9355
|
{
|
|
9356
9356
|
...o,
|
|
9357
9357
|
key: i,
|
|
@@ -9582,7 +9582,7 @@ const U6 = (e) => {
|
|
|
9582
9582
|
return /* @__PURE__ */ g("div", { className: Ua.content, children: [
|
|
9583
9583
|
t && /* @__PURE__ */ s("p", { className: Ua.title, children: "Editorial" }),
|
|
9584
9584
|
/* @__PURE__ */ s(
|
|
9585
|
-
|
|
9585
|
+
Bt,
|
|
9586
9586
|
{
|
|
9587
9587
|
...e,
|
|
9588
9588
|
info: {
|
|
@@ -9847,7 +9847,7 @@ const U6 = (e) => {
|
|
|
9847
9847
|
})
|
|
9848
9848
|
] })
|
|
9849
9849
|
] });
|
|
9850
|
-
}, x2 = "_content_1qdkl_1", U2 = "_linkImage_1qdkl_30", L2 = "_sectionDescription_1qdkl_42", R2 = "_dateText_1qdkl_62", B2 = "_textContent_1qdkl_73",
|
|
9850
|
+
}, x2 = "_content_1qdkl_1", U2 = "_linkImage_1qdkl_30", L2 = "_sectionDescription_1qdkl_42", R2 = "_dateText_1qdkl_62", B2 = "_textContent_1qdkl_73", jt = {
|
|
9851
9851
|
content: x2,
|
|
9852
9852
|
linkImage: U2,
|
|
9853
9853
|
sectionDescription: L2,
|
|
@@ -9858,7 +9858,7 @@ const U6 = (e) => {
|
|
|
9858
9858
|
return e && e.info ? /* @__PURE__ */ g(
|
|
9859
9859
|
"section",
|
|
9860
9860
|
{
|
|
9861
|
-
className:
|
|
9861
|
+
className: jt.content,
|
|
9862
9862
|
style: {
|
|
9863
9863
|
"--heightImageOverwrite": "100%"
|
|
9864
9864
|
},
|
|
@@ -9866,24 +9866,24 @@ const U6 = (e) => {
|
|
|
9866
9866
|
/* @__PURE__ */ s(
|
|
9867
9867
|
P,
|
|
9868
9868
|
{
|
|
9869
|
-
className:
|
|
9869
|
+
className: jt.linkImage,
|
|
9870
9870
|
target: e?.info?.link?.target,
|
|
9871
9871
|
title: e.main?.title?.section,
|
|
9872
9872
|
href: t ? e.info.link.url : e?.info?.section?.url,
|
|
9873
9873
|
children: /* @__PURE__ */ s(Be, { preview: e.preview })
|
|
9874
9874
|
}
|
|
9875
9875
|
),
|
|
9876
|
-
/* @__PURE__ */ g("div", { className:
|
|
9876
|
+
/* @__PURE__ */ g("div", { className: jt.textContent, children: [
|
|
9877
9877
|
/* @__PURE__ */ s(
|
|
9878
9878
|
P,
|
|
9879
9879
|
{
|
|
9880
|
-
className:
|
|
9880
|
+
className: jt.sectionDescription,
|
|
9881
9881
|
target: e?.info?.link?.target,
|
|
9882
9882
|
href: t ? e.info.link.url : e?.info?.section?.url,
|
|
9883
9883
|
children: (t ? e?.main?.title?.section : e?.info?.section?.name) ?? ""
|
|
9884
9884
|
}
|
|
9885
9885
|
),
|
|
9886
|
-
/* @__PURE__ */ s("p", { className:
|
|
9886
|
+
/* @__PURE__ */ s("p", { className: jt.dateText, children: Fe(e?.info?.date?.modified) })
|
|
9887
9887
|
] })
|
|
9888
9888
|
]
|
|
9889
9889
|
}
|
|
@@ -9937,7 +9937,7 @@ const U6 = (e) => {
|
|
|
9937
9937
|
}, Q2 = (e) => {
|
|
9938
9938
|
const { content: t, title: n, slot_id: a } = e, o = e.slot_id && e.slot_id !== "Nota_1";
|
|
9939
9939
|
return t && t.length !== 0 && /* @__PURE__ */ s(ye, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ s(
|
|
9940
|
-
|
|
9940
|
+
Rt,
|
|
9941
9941
|
{
|
|
9942
9942
|
slot_id: a,
|
|
9943
9943
|
cardWidth: e.cardWidth,
|
|
@@ -10014,7 +10014,7 @@ const U6 = (e) => {
|
|
|
10014
10014
|
}, J2 = (e) => {
|
|
10015
10015
|
const t = e.slot_id && e.slot_id !== "Nota_1";
|
|
10016
10016
|
return /* @__PURE__ */ s(ye, { titleUrl: e.titleUrl, title: e.title, children: /* @__PURE__ */ s(
|
|
10017
|
-
|
|
10017
|
+
Rt,
|
|
10018
10018
|
{
|
|
10019
10019
|
slot_id: e.slot_id,
|
|
10020
10020
|
cardGap: 31,
|
|
@@ -10254,7 +10254,7 @@ const U6 = (e) => {
|
|
|
10254
10254
|
},
|
|
10255
10255
|
a
|
|
10256
10256
|
)) });
|
|
10257
|
-
}, a0 = "_tagContent_8ty9b_1", o0 = "_contentLayout2_8ty9b_10", i0 = "_complementContent_8ty9b_18", r0 = "_commentsSeparator_8ty9b_24", c0 = "_contentHeader_8ty9b_54",
|
|
10257
|
+
}, a0 = "_tagContent_8ty9b_1", o0 = "_contentLayout2_8ty9b_10", i0 = "_complementContent_8ty9b_18", r0 = "_commentsSeparator_8ty9b_24", c0 = "_contentHeader_8ty9b_54", zt = {
|
|
10258
10258
|
tagContent: a0,
|
|
10259
10259
|
contentLayout2: o0,
|
|
10260
10260
|
complementContent: i0,
|
|
@@ -10268,15 +10268,15 @@ const U6 = (e) => {
|
|
|
10268
10268
|
className: `content-layout-2 ${d0.content} ${t}`,
|
|
10269
10269
|
children: e
|
|
10270
10270
|
}
|
|
10271
|
-
), m0 = "_container_8w9ca_1", h0 = "_note_8w9ca_9", f0 = "_commercial_8w9ca_49", g0 = "_commercialContent_8w9ca_66", p0 = "_complement_8w9ca_82",
|
|
10271
|
+
), m0 = "_container_8w9ca_1", h0 = "_note_8w9ca_9", f0 = "_commercial_8w9ca_49", g0 = "_commercialContent_8w9ca_66", p0 = "_complement_8w9ca_82", Gt = {
|
|
10272
10272
|
container: m0,
|
|
10273
10273
|
note: h0,
|
|
10274
10274
|
commercial: f0,
|
|
10275
10275
|
commercialContent: g0,
|
|
10276
10276
|
complement: p0
|
|
10277
|
-
}, A0 = (e) => /* @__PURE__ */ g("section", { className:
|
|
10278
|
-
/* @__PURE__ */ s("div", { className:
|
|
10279
|
-
/* @__PURE__ */ s("div", { className:
|
|
10277
|
+
}, A0 = (e) => /* @__PURE__ */ g("section", { className: Gt.container, children: [
|
|
10278
|
+
/* @__PURE__ */ s("div", { className: Gt.note, children: e.children }),
|
|
10279
|
+
/* @__PURE__ */ s("div", { className: Gt.commercial, children: /* @__PURE__ */ g("div", { className: Gt.commercialContent, children: [
|
|
10280
10280
|
e.slug === "liveblogs" && /* @__PURE__ */ s(hu, { itemList: e.itemList }),
|
|
10281
10281
|
e.bannerTop,
|
|
10282
10282
|
/* @__PURE__ */ s(
|
|
@@ -10296,7 +10296,7 @@ const U6 = (e) => {
|
|
|
10296
10296
|
),
|
|
10297
10297
|
/* @__PURE__ */ s("div", { style: { position: "sticky", top: "110px" }, children: e.banner })
|
|
10298
10298
|
] }) }),
|
|
10299
|
-
/* @__PURE__ */ s("div", { className:
|
|
10299
|
+
/* @__PURE__ */ s("div", { className: Gt.complement, children: e.complement })
|
|
10300
10300
|
] }), w0 = (e) => {
|
|
10301
10301
|
const t = {
|
|
10302
10302
|
...e.news[0],
|
|
@@ -10357,7 +10357,7 @@ const U6 = (e) => {
|
|
|
10357
10357
|
return /* @__PURE__ */ s(
|
|
10358
10358
|
"header",
|
|
10359
10359
|
{
|
|
10360
|
-
className:
|
|
10360
|
+
className: zt.contentHeader,
|
|
10361
10361
|
style: {
|
|
10362
10362
|
"--section-card-chip-padding": "0 0 0 6px",
|
|
10363
10363
|
"--uppertitle-display": "block",
|
|
@@ -10369,7 +10369,7 @@ const U6 = (e) => {
|
|
|
10369
10369
|
...e.headerSectionStyles?.common
|
|
10370
10370
|
},
|
|
10371
10371
|
children: /* @__PURE__ */ s(
|
|
10372
|
-
|
|
10372
|
+
Bt,
|
|
10373
10373
|
{
|
|
10374
10374
|
...t,
|
|
10375
10375
|
fontSizeSubTitle: "18px",
|
|
@@ -10630,10 +10630,10 @@ const D0 = () => /* @__PURE__ */ g("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
10630
10630
|
] }), j0 = async (e) => {
|
|
10631
10631
|
if (!e.news || !e.news.authors) return null;
|
|
10632
10632
|
const { news: t, socials: n, texts: a } = e, o = t.authors.map(
|
|
10633
|
-
(
|
|
10634
|
-
).join(", "), i = () => t.authors.length === 1 ? ge.width1Autor : t.authors.length === 2 ? ge.width2Autor : t.authors.length === 3 ? ge.width3Autor : "", {
|
|
10633
|
+
(u) => u.internaluser ? `<a href="${`/${e.paths.autor}/${u.name}`}">${u.fullname}</a>` : u.fullname
|
|
10634
|
+
).join(", "), i = () => t.authors.length === 1 ? ge.width1Autor : t.authors.length === 2 ? ge.width2Autor : t.authors.length === 3 ? ge.width3Autor : "", { DATE_TIMEZONE: r = "America/Mexico_City", CONFIG_shareOnlyWhatsApp: c } = $();
|
|
10635
10635
|
return t.config?.showauthor && /* @__PURE__ */ s("div", { className: ge.content, children: /* @__PURE__ */ g("div", { className: ge.avatarContent, children: [
|
|
10636
|
-
|
|
10636
|
+
c ? /* @__PURE__ */ g(
|
|
10637
10637
|
"a",
|
|
10638
10638
|
{
|
|
10639
10639
|
className: ge.whatsappLink,
|
|
@@ -10685,23 +10685,23 @@ const D0 = () => /* @__PURE__ */ g("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
10685
10685
|
width: `${t.authors?.length > 2 ? t.authors?.length * 30 : t.authors?.length * 35}px`
|
|
10686
10686
|
},
|
|
10687
10687
|
children: Array.isArray(t.authors) && t.authors?.map(
|
|
10688
|
-
async (
|
|
10688
|
+
async (u, d) => u.image ? /* @__PURE__ */ s(
|
|
10689
10689
|
"img",
|
|
10690
10690
|
{
|
|
10691
10691
|
fetchPriority: "low",
|
|
10692
10692
|
loading: "lazy",
|
|
10693
10693
|
alt: "autor",
|
|
10694
10694
|
className: `${ge.imageStyled} ${ge.imageAutor} `,
|
|
10695
|
-
src: await we(
|
|
10695
|
+
src: await we(u.image.sizes[0]?.url || "")
|
|
10696
10696
|
},
|
|
10697
|
-
|
|
10697
|
+
u.fullname
|
|
10698
10698
|
) : /* @__PURE__ */ s(
|
|
10699
10699
|
"div",
|
|
10700
10700
|
{
|
|
10701
10701
|
className: `${ge.contentIconStyled} ${ge.imageAutor}`,
|
|
10702
10702
|
children: e.autorIcon
|
|
10703
10703
|
},
|
|
10704
|
-
|
|
10704
|
+
u.fullname
|
|
10705
10705
|
)
|
|
10706
10706
|
)
|
|
10707
10707
|
}
|
|
@@ -10711,7 +10711,7 @@ const D0 = () => /* @__PURE__ */ g("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
10711
10711
|
{
|
|
10712
10712
|
className: ge.journalistInfoLink,
|
|
10713
10713
|
dangerouslySetInnerHTML: {
|
|
10714
|
-
__html: `${a.JournalistPrefix} <h3 style="padding:0px;">${o ?? "Redaccion"}${t.config?.showtime && ","}</h3> ${t.config?.showtime ? Es(t.info.date.modified) : null}`
|
|
10714
|
+
__html: `${a.JournalistPrefix} <h3 style="padding:0px;">${o ?? "Redaccion"}${t.config?.showtime && ","}</h3> <time datetime="${Et(t.info.date.modified, r)}">${t.config?.showtime ? Es(t.info.date.modified) : null}`
|
|
10715
10715
|
}
|
|
10716
10716
|
}
|
|
10717
10717
|
)
|
|
@@ -10744,7 +10744,7 @@ const D0 = () => /* @__PURE__ */ g("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
10744
10744
|
}))?.data.data[0]?.gallery ?? [];
|
|
10745
10745
|
return /* @__PURE__ */ g("div", { className: ws.content, children: [
|
|
10746
10746
|
/* @__PURE__ */ s(
|
|
10747
|
-
|
|
10747
|
+
Rt,
|
|
10748
10748
|
{
|
|
10749
10749
|
slot_id: "header",
|
|
10750
10750
|
fullPageWidth: !0,
|
|
@@ -11067,7 +11067,7 @@ function Dg({ noteShare: e }) {
|
|
|
11067
11067
|
children: /* @__PURE__ */ s(Oo, {})
|
|
11068
11068
|
}
|
|
11069
11069
|
),
|
|
11070
|
-
e?.googleProfile && e?.googleProfile.likeSocial && e?.googleProfile.url !== "" && /* @__PURE__ */ g(P, { href: e?.googleProfile.url ?? "", className: `${le.socialActionLink} ${le.socialActionLinkGoogleMobile}`, children: [
|
|
11070
|
+
e?.googleProfile && e?.googleProfile.likeSocial && e?.googleProfile.url !== "" && /* @__PURE__ */ g(P, { href: e?.googleProfile.url ?? "", className: `${le.socialActionLink} ${le.socialActionLinkGoogleMobile}`, "aria-label": "Follow on Google", children: [
|
|
11071
11071
|
/* @__PURE__ */ s(
|
|
11072
11072
|
"svg",
|
|
11073
11073
|
{
|
|
@@ -11128,7 +11128,7 @@ const jg = async (e) => {
|
|
|
11128
11128
|
]
|
|
11129
11129
|
}
|
|
11130
11130
|
),
|
|
11131
|
-
e.noteShare?.googleProfile && !e.noteShare?.googleProfile.likeSocial && e.noteShare?.googleProfile.url !== "" && /* @__PURE__ */ g(P, { href: e.noteShare?.googleProfile.url ?? "", className: `${le.socialActionLink} sass-journalist-articule-google-profile-button`, children: [
|
|
11131
|
+
e.noteShare?.googleProfile && !e.noteShare?.googleProfile.likeSocial && e.noteShare?.googleProfile.url !== "" && /* @__PURE__ */ g(P, { href: e.noteShare?.googleProfile.url ?? "", className: `${le.socialActionLink} sass-journalist-articule-google-profile-button`, "aria-label": "Follow on Google", children: [
|
|
11132
11132
|
/* @__PURE__ */ s(
|
|
11133
11133
|
"svg",
|
|
11134
11134
|
{
|
|
@@ -11147,7 +11147,7 @@ const jg = async (e) => {
|
|
|
11147
11147
|
/* @__PURE__ */ s("span", { children: "Seguir en" }),
|
|
11148
11148
|
/* @__PURE__ */ s(Vo, {})
|
|
11149
11149
|
] }),
|
|
11150
|
-
e.noteShare?.customButton && /* @__PURE__ */ s("button", { type: "button", className: "sass-journalist-articule-custom-button", "data-hydrate": "CustomButton" })
|
|
11150
|
+
e.noteShare?.customButton && /* @__PURE__ */ s("button", { type: "button", className: "sass-journalist-articule-custom-button", "data-hydrate": "CustomButton", "aria-label": "Custom button for the journalist article" })
|
|
11151
11151
|
] }),
|
|
11152
11152
|
/* @__PURE__ */ s(
|
|
11153
11153
|
"div",
|
|
@@ -11202,7 +11202,7 @@ const jg = async (e) => {
|
|
|
11202
11202
|
}
|
|
11203
11203
|
)
|
|
11204
11204
|
] }),
|
|
11205
|
-
t.config?.showtime && /* @__PURE__ */ s("time", { className: le.journalistInfoDate, dateTime:
|
|
11205
|
+
t.config?.showtime && /* @__PURE__ */ s("time", { className: le.journalistInfoDate, dateTime: Et(t.info.date.modified, c), children: Es(t.info.date.modified) })
|
|
11206
11206
|
] })
|
|
11207
11207
|
] }) });
|
|
11208
11208
|
}, Gg = (e) => e.replace(
|
|
@@ -11552,7 +11552,7 @@ async function Yg(e) {
|
|
|
11552
11552
|
}
|
|
11553
11553
|
const Kg = (e) => {
|
|
11554
11554
|
const { content: t, title: n, slot_id: a } = e, o = e.slot_id && e.slot_id !== "Nota_1";
|
|
11555
|
-
return t && t.length !== 0 && /* @__PURE__ */ s(ye, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ s(
|
|
11555
|
+
return t && t.length !== 0 && /* @__PURE__ */ s(ye, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ s(Rt, { slot_id: a, cardWidth: 200, children: t.map((i, r) => {
|
|
11556
11556
|
const c = { ...i, main: {
|
|
11557
11557
|
...i.main,
|
|
11558
11558
|
title: { ...i.main.title, section: o ? i.main.title.home : i.main.title.section }
|
|
@@ -11570,7 +11570,7 @@ const Kg = (e) => {
|
|
|
11570
11570
|
}, Jg = (e) => {
|
|
11571
11571
|
const { content: t, title: n, slot_id: a } = e, o = e.slot_id && e.slot_id !== "Nota_1";
|
|
11572
11572
|
return t && t.length !== 0 && /* @__PURE__ */ s(ye, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ s(
|
|
11573
|
-
|
|
11573
|
+
Rt,
|
|
11574
11574
|
{
|
|
11575
11575
|
slot_id: a,
|
|
11576
11576
|
cardWidth: 343,
|
|
@@ -11596,7 +11596,7 @@ const Kg = (e) => {
|
|
|
11596
11596
|
}, Zg = (e) => {
|
|
11597
11597
|
const { content: t, title: n, slot_id: a } = e, o = e.slot_id && e.slot_id !== "Nota_1";
|
|
11598
11598
|
return t && t.length !== 0 && /* @__PURE__ */ s(ye, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ s(
|
|
11599
|
-
|
|
11599
|
+
Rt,
|
|
11600
11600
|
{
|
|
11601
11601
|
slot_id: a,
|
|
11602
11602
|
fullPageWidth: !0,
|
|
@@ -11756,7 +11756,7 @@ const Ma = {
|
|
|
11756
11756
|
}
|
|
11757
11757
|
);
|
|
11758
11758
|
},
|
|
11759
|
-
Super: (e) => /* @__PURE__ */ s(
|
|
11759
|
+
Super: (e) => /* @__PURE__ */ s(kt, { ...e.data[0], paths: e.paths }),
|
|
11760
11760
|
"3 notas verticales": (e) => /* @__PURE__ */ s(
|
|
11761
11761
|
qf,
|
|
11762
11762
|
{
|
|
@@ -11932,7 +11932,7 @@ const Ma = {
|
|
|
11932
11932
|
getVideos: l
|
|
11933
11933
|
} = e, m = e.slug === "liveblogs", { SHOW_NEWS_MORE_NEWS: h, SHOW_NEWS_RELATED_NEWS: p, MORE_NEWS_SSR: f } = $();
|
|
11934
11934
|
if (!(!i || !i[0]))
|
|
11935
|
-
return /* @__PURE__ */ s(Y, { children: /* @__PURE__ */ g(u0, { className:
|
|
11935
|
+
return /* @__PURE__ */ s(Y, { children: /* @__PURE__ */ g(u0, { className: zt.contentLayout2, children: [
|
|
11936
11936
|
/* @__PURE__ */ s(
|
|
11937
11937
|
w0,
|
|
11938
11938
|
{
|
|
@@ -11962,7 +11962,7 @@ const Ma = {
|
|
|
11962
11962
|
readestCustomStyles: e.readestCustomStyles,
|
|
11963
11963
|
bannerTop: /* @__PURE__ */ s(_e, { banners: a ?? [], name: "right_1" }),
|
|
11964
11964
|
banner: /* @__PURE__ */ s(_e, { banners: a ?? [], name: "right_2" }),
|
|
11965
|
-
complement: /* @__PURE__ */ g("div", { id: "comentarios", className:
|
|
11965
|
+
complement: /* @__PURE__ */ g("div", { id: "comentarios", className: zt.complementContent, suppressHydrationWarning: !0, children: [
|
|
11966
11966
|
o.length > 0 && /* @__PURE__ */ s(
|
|
11967
11967
|
Jh,
|
|
11968
11968
|
{
|
|
@@ -11981,7 +11981,7 @@ const Ma = {
|
|
|
11981
11981
|
texts: e.texts
|
|
11982
11982
|
}
|
|
11983
11983
|
),
|
|
11984
|
-
i[0]?.keywords?.tags && i[0]?.keywords?.tags?.length > 0 && /* @__PURE__ */ s("div", { className: `${
|
|
11984
|
+
i[0]?.keywords?.tags && i[0]?.keywords?.tags?.length > 0 && /* @__PURE__ */ s("div", { className: `${zt.tagContent} sass-note-tags-content`, children: /* @__PURE__ */ s(
|
|
11985
11985
|
Gh,
|
|
11986
11986
|
{
|
|
11987
11987
|
tags: i[0]?.keywords?.tags,
|
|
@@ -12001,7 +12001,7 @@ const Ma = {
|
|
|
12001
12001
|
e.showComments && /* @__PURE__ */ s(
|
|
12002
12002
|
"div",
|
|
12003
12003
|
{
|
|
12004
|
-
className:
|
|
12004
|
+
className: zt.commentsSeparator,
|
|
12005
12005
|
suppressHydrationWarning: !0,
|
|
12006
12006
|
"data-hydrate": "LazyLoader",
|
|
12007
12007
|
"data-props": encodeURIComponent(
|
|
@@ -12106,7 +12106,7 @@ const Ma = {
|
|
|
12106
12106
|
}
|
|
12107
12107
|
)
|
|
12108
12108
|
] }) });
|
|
12109
|
-
}, lp = "_content_1046n_1", dp = "_buttonStyled_1046n_9", up = "_searchStyled_1046n_20", mp = "_inputStyled_1046n_36", hp = "_inputStyledTest_1046n_55",
|
|
12109
|
+
}, lp = "_content_1046n_1", dp = "_buttonStyled_1046n_9", up = "_searchStyled_1046n_20", mp = "_inputStyled_1046n_36", hp = "_inputStyledTest_1046n_55", Qt = {
|
|
12110
12110
|
content: lp,
|
|
12111
12111
|
buttonStyled: dp,
|
|
12112
12112
|
searchStyled: up,
|
|
@@ -12134,18 +12134,18 @@ const Ma = {
|
|
|
12134
12134
|
), G6 = (e) => /* @__PURE__ */ s(
|
|
12135
12135
|
"form",
|
|
12136
12136
|
{
|
|
12137
|
-
className:
|
|
12138
|
-
children: /* @__PURE__ */ g("div", { className: `${
|
|
12137
|
+
className: Qt.content,
|
|
12138
|
+
children: /* @__PURE__ */ g("div", { className: `${Qt.inputStyled} sass-buscar-form`, children: [
|
|
12139
12139
|
/* @__PURE__ */ s(
|
|
12140
12140
|
"input",
|
|
12141
12141
|
{
|
|
12142
|
-
className:
|
|
12142
|
+
className: Qt.inputStyledTest,
|
|
12143
12143
|
defaultValue: e.query,
|
|
12144
12144
|
name: "query",
|
|
12145
12145
|
placeholder: e.texts.searchKeyWord + "..."
|
|
12146
12146
|
}
|
|
12147
12147
|
),
|
|
12148
|
-
/* @__PURE__ */ s("button", { className:
|
|
12148
|
+
/* @__PURE__ */ s("button", { className: Qt.buttonStyled, type: "submit", children: /* @__PURE__ */ s(fp, { className: Qt.searchStyled }) })
|
|
12149
12149
|
] })
|
|
12150
12150
|
}
|
|
12151
12151
|
), gp = "_content_io3tv_1", pp = "_newsContentSection_io3tv_5", Ap = "_itemContent_io3tv_10", ss = {
|
|
@@ -12393,7 +12393,7 @@ const Ma = {
|
|
|
12393
12393
|
errorPasswordInvalid: "La contraseña no es válida",
|
|
12394
12394
|
errorVerificationCodeRequired: "Debes ingresar el código de verificación",
|
|
12395
12395
|
errorUnexpected: "Error inesperado"
|
|
12396
|
-
},
|
|
12396
|
+
}, Ht = {
|
|
12397
12397
|
email: { label: "Email" },
|
|
12398
12398
|
given_name: { label: "Nombre" },
|
|
12399
12399
|
family_name: { label: "Apellido" },
|
|
@@ -12402,11 +12402,11 @@ const Ma = {
|
|
|
12402
12402
|
};
|
|
12403
12403
|
function zp(e) {
|
|
12404
12404
|
return {
|
|
12405
|
-
email: { label: e?.email ??
|
|
12406
|
-
given_name: { label: e?.given_name ??
|
|
12407
|
-
family_name: { label: e?.family_name ??
|
|
12408
|
-
password: { label: e?.password ??
|
|
12409
|
-
confirmPassword: { label: e?.confirmPassword ??
|
|
12405
|
+
email: { label: e?.email ?? Ht.email.label, required: !0 },
|
|
12406
|
+
given_name: { label: e?.given_name ?? Ht.given_name.label, required: !0 },
|
|
12407
|
+
family_name: { label: e?.family_name ?? Ht.family_name.label, required: !0 },
|
|
12408
|
+
password: { label: e?.password ?? Ht.password.label, required: !0 },
|
|
12409
|
+
confirmPassword: { label: e?.confirmPassword ?? Ht.confirmPassword.label, required: !0 }
|
|
12410
12410
|
};
|
|
12411
12411
|
}
|
|
12412
12412
|
const Qe = [
|
|
@@ -13158,7 +13158,7 @@ function n9({
|
|
|
13158
13158
|
onClick: t,
|
|
13159
13159
|
className: L.close,
|
|
13160
13160
|
"aria-label": "Cerrar",
|
|
13161
|
-
children: /* @__PURE__ */ s(
|
|
13161
|
+
children: /* @__PURE__ */ s(Pt, {})
|
|
13162
13162
|
}
|
|
13163
13163
|
)
|
|
13164
13164
|
] }),
|
|
@@ -13189,7 +13189,7 @@ function n9({
|
|
|
13189
13189
|
const s9 = "_content_pq89v_1", a9 = "_videoContent_pq89v_9", Da = {
|
|
13190
13190
|
content: s9,
|
|
13191
13191
|
videoContent: a9
|
|
13192
|
-
}, o9 = "_container_1xr2t_1", i9 = "_playStyled_1xr2t_6", r9 = "_imageStyled_1xr2t_13", c9 = "_longer_1xr2t_26", l9 = "_contentNews_1xr2t_31", d9 = "_tagContent_1xr2t_51", u9 = "_tag_1xr2t_51", m9 = "_titular_1xr2t_68", h9 = "_small_1xr2t_81", f9 = "_figure_1xr2t_87", g9 = "_backDrop_1xr2t_92", p9 = "_backDropAux_1xr2t_100",
|
|
13192
|
+
}, o9 = "_container_1xr2t_1", i9 = "_playStyled_1xr2t_6", r9 = "_imageStyled_1xr2t_13", c9 = "_longer_1xr2t_26", l9 = "_contentNews_1xr2t_31", d9 = "_tagContent_1xr2t_51", u9 = "_tag_1xr2t_51", m9 = "_titular_1xr2t_68", h9 = "_small_1xr2t_81", f9 = "_figure_1xr2t_87", g9 = "_backDrop_1xr2t_92", p9 = "_backDropAux_1xr2t_100", Ft = {
|
|
13193
13193
|
container: o9,
|
|
13194
13194
|
playStyled: i9,
|
|
13195
13195
|
imageStyled: r9,
|
|
@@ -13204,8 +13204,8 @@ const s9 = "_content_pq89v_1", a9 = "_videoContent_pq89v_9", Da = {
|
|
|
13204
13204
|
backDropAux: p9
|
|
13205
13205
|
}, ja = async (e) => {
|
|
13206
13206
|
const { size: t = "longer", video: n } = e, a = n.main.image.sizes[0]?.url ?? "";
|
|
13207
|
-
return /* @__PURE__ */ s("figure", { className:
|
|
13208
|
-
/* @__PURE__ */ s("span", { className:
|
|
13207
|
+
return /* @__PURE__ */ s("figure", { className: Ft.figure, children: /* @__PURE__ */ g("span", { className: Ft.backdrop, children: [
|
|
13208
|
+
/* @__PURE__ */ s("span", { className: Ft.backDropAux }),
|
|
13209
13209
|
/* @__PURE__ */ s(P, { href: n.info.link.url, target: n.info.link.target, children: /* @__PURE__ */ g("div", { children: [
|
|
13210
13210
|
n.main.image.sizes.map(async (o, i) => o.width >= 580 ? /* @__PURE__ */ s(
|
|
13211
13211
|
"source",
|
|
@@ -13227,7 +13227,7 @@ const s9 = "_content_pq89v_1", a9 = "_videoContent_pq89v_9", Da = {
|
|
|
13227
13227
|
{
|
|
13228
13228
|
fetchPriority: "low",
|
|
13229
13229
|
loading: "lazy",
|
|
13230
|
-
className: [
|
|
13230
|
+
className: [Ft.imageStyled, Ft[t]].join(" "),
|
|
13231
13231
|
alt: "",
|
|
13232
13232
|
src: a ? await we(a) : ""
|
|
13233
13233
|
}
|
|
@@ -13599,7 +13599,7 @@ const z6 = ({ currentNew: e }) => e && e?.hascontent?.hasembeddedtwitter && /* @
|
|
|
13599
13599
|
{
|
|
13600
13600
|
className: o(r),
|
|
13601
13601
|
style: { order: r },
|
|
13602
|
-
children: /* @__PURE__ */ g("section", { className:
|
|
13602
|
+
children: /* @__PURE__ */ g("section", { className: $t.content, children: [
|
|
13603
13603
|
/* @__PURE__ */ s(
|
|
13604
13604
|
P,
|
|
13605
13605
|
{
|
|
@@ -13621,7 +13621,7 @@ const z6 = ({ currentNew: e }) => e && e?.hascontent?.hasembeddedtwitter && /* @
|
|
|
13621
13621
|
)
|
|
13622
13622
|
}
|
|
13623
13623
|
),
|
|
13624
|
-
/* @__PURE__ */ s("div", { className:
|
|
13624
|
+
/* @__PURE__ */ s("div", { className: $t.newsDescription, children: /* @__PURE__ */ s(
|
|
13625
13625
|
B9,
|
|
13626
13626
|
{
|
|
13627
13627
|
main: c,
|
|
@@ -14517,7 +14517,7 @@ function i3() {
|
|
|
14517
14517
|
return hn.exports;
|
|
14518
14518
|
}
|
|
14519
14519
|
var r3 = /* @__PURE__ */ i3();
|
|
14520
|
-
const Ie = /* @__PURE__ */
|
|
14520
|
+
const Ie = /* @__PURE__ */ xt(r3);
|
|
14521
14521
|
var c3 = ["sitekey", "onChange", "theme", "type", "tabindex", "onExpired", "onErrored", "size", "stoken", "grecaptcha", "badge", "hl", "isolated"];
|
|
14522
14522
|
function _s() {
|
|
14523
14523
|
return _s = Object.assign ? Object.assign.bind() : function(e) {
|
|
@@ -14712,7 +14712,7 @@ function u3() {
|
|
|
14712
14712
|
return ds = p, ds;
|
|
14713
14713
|
}
|
|
14714
14714
|
var m3 = u3();
|
|
14715
|
-
const h3 = /* @__PURE__ */
|
|
14715
|
+
const h3 = /* @__PURE__ */ xt(m3);
|
|
14716
14716
|
function Ss() {
|
|
14717
14717
|
return Ss = Object.assign || function(e) {
|
|
14718
14718
|
for (var t = 1; t < arguments.length; t++) {
|
|
@@ -14907,7 +14907,7 @@ const Xo = A3(y3, {
|
|
|
14907
14907
|
l("form"), h(""), f(""), t();
|
|
14908
14908
|
};
|
|
14909
14909
|
return !e || !n || !o ? null : /* @__PURE__ */ s("div", { className: Ae.overlay, children: /* @__PURE__ */ g("div", { className: Ae.popup, children: [
|
|
14910
|
-
/* @__PURE__ */ s("button", { className: "close-reply-form", onClick: C, children: /* @__PURE__ */ s(
|
|
14910
|
+
/* @__PURE__ */ s("button", { className: "close-reply-form", onClick: C, children: /* @__PURE__ */ s(Pt, {}) }),
|
|
14911
14911
|
/* @__PURE__ */ s("h2", { className: Ae.title, children: c.reportAbuseTitle }),
|
|
14912
14912
|
d === "loading" && /* @__PURE__ */ s("div", { className: Ae.loadingContainer, children: /* @__PURE__ */ s(nt, {}) }),
|
|
14913
14913
|
d === "form" || d === "loading" ? /* @__PURE__ */ g(Y, { children: [
|
|
@@ -15334,7 +15334,7 @@ const S3 = (e, t) => {
|
|
|
15334
15334
|
t.current?.parentElement && (t.current.parentElement.dataset.text = `0/${bt}`), u(!0), i();
|
|
15335
15335
|
};
|
|
15336
15336
|
return /* @__PURE__ */ g("div", { className: "comment-form reply-form", children: [
|
|
15337
|
-
/* @__PURE__ */ s("button", { className: "close-reply-form", onClick: m, children: /* @__PURE__ */ s(
|
|
15337
|
+
/* @__PURE__ */ s("button", { className: "close-reply-form", onClick: m, children: /* @__PURE__ */ s(Pt, {}) }),
|
|
15338
15338
|
/* @__PURE__ */ s(
|
|
15339
15339
|
si,
|
|
15340
15340
|
{
|
|
@@ -15985,7 +15985,7 @@ export {
|
|
|
15985
15985
|
_e as BannerAdvertising,
|
|
15986
15986
|
et as BannerAdvertisingMiddle,
|
|
15987
15987
|
y6 as CarrouselCSR,
|
|
15988
|
-
|
|
15988
|
+
Rt as CarrouselIRS,
|
|
15989
15989
|
Q2 as CarruselCard,
|
|
15990
15990
|
J2 as CarruselOpinion,
|
|
15991
15991
|
ft as CommonServices,
|
|
@@ -16044,7 +16044,7 @@ export {
|
|
|
16044
16044
|
tr as NewsArticle,
|
|
16045
16045
|
j6 as NewsComponent,
|
|
16046
16046
|
As as NewsContent,
|
|
16047
|
-
|
|
16047
|
+
Bt as NewsDescriptionComponent,
|
|
16048
16048
|
Tn as NextPrev,
|
|
16049
16049
|
nr as OrgList,
|
|
16050
16050
|
na as PreloadImages,
|
|
@@ -16131,7 +16131,7 @@ export {
|
|
|
16131
16131
|
js as socialIcons,
|
|
16132
16132
|
Ki as speculationRules,
|
|
16133
16133
|
Yi as speculationRulesHome,
|
|
16134
|
-
|
|
16134
|
+
Et as toISOWithTimeZone,
|
|
16135
16135
|
Mi as urlReplaces,
|
|
16136
16136
|
Lo as usePlayIcon,
|
|
16137
16137
|
K6 as verifyCaptchaTokenEnterprise
|