sass-template-common 0.1.87 → 0.1.89
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.
|
@@ -79,7 +79,7 @@ const Qo = () => {
|
|
|
79
79
|
hiddentags: String(e?.keywords?.hiddentags) ?? "",
|
|
80
80
|
newsType: e?.info?.type ?? "",
|
|
81
81
|
publishDate: new Date(e?.info?.date?.firstpublish ?? "").toISOString().split("T")[0] ?? ""
|
|
82
|
-
} : void 0,
|
|
82
|
+
} : void 0, Ho = ({ id: e, dimensionValues: t = {} }) => {
|
|
83
83
|
const n = xe.useMemo(() => {
|
|
84
84
|
const o = {};
|
|
85
85
|
return Object.keys(t).forEach((s) => {
|
|
@@ -107,7 +107,7 @@ const Qo = () => {
|
|
|
107
107
|
}
|
|
108
108
|
)
|
|
109
109
|
] });
|
|
110
|
-
},
|
|
110
|
+
}, zo = () => {
|
|
111
111
|
const { ANALYTICS_gtm: e } = J();
|
|
112
112
|
return e && /* @__PURE__ */ h(Y, { children: [
|
|
113
113
|
/* @__PURE__ */ a(
|
|
@@ -167,8 +167,8 @@ function Dr() {
|
|
|
167
167
|
return (U <= 0 ? "+" : "-") + _(P, 2, "0") + ":" + _(I, 2, "0");
|
|
168
168
|
}, m: function D(U, E) {
|
|
169
169
|
if (U.date() < E.date()) return -D(E, U);
|
|
170
|
-
var P = 12 * (E.year() - U.year()) + (E.month() - U.month()), I = U.clone().add(P, f),
|
|
171
|
-
return +(-(P + (E - I) / (
|
|
170
|
+
var P = 12 * (E.year() - U.year()) + (E.month() - U.month()), I = U.clone().add(P, f), z = E - I < 0, w = U.clone().add(P + (z ? -1 : 1), f);
|
|
171
|
+
return +(-(P + (E - I) / (z ? I - w : w - I)) || 0);
|
|
172
172
|
}, a: function(D) {
|
|
173
173
|
return D < 0 ? Math.ceil(D) || 0 : Math.floor(D);
|
|
174
174
|
}, p: function(D) {
|
|
@@ -183,8 +183,8 @@ function Dr() {
|
|
|
183
183
|
var I;
|
|
184
184
|
if (!U) return v;
|
|
185
185
|
if (typeof U == "string") {
|
|
186
|
-
var
|
|
187
|
-
x[
|
|
186
|
+
var z = U.toLowerCase();
|
|
187
|
+
x[z] && (I = z), E && (x[z] = E, I = z);
|
|
188
188
|
var w = U.split("-");
|
|
189
189
|
if (!I && w.length > 1) return D(w[0]);
|
|
190
190
|
} else {
|
|
@@ -207,7 +207,7 @@ function Dr() {
|
|
|
207
207
|
var U = D.prototype;
|
|
208
208
|
return U.parse = function(E) {
|
|
209
209
|
this.$d = (function(P) {
|
|
210
|
-
var I = P.date,
|
|
210
|
+
var I = P.date, z = P.utc;
|
|
211
211
|
if (I === null) return /* @__PURE__ */ new Date(NaN);
|
|
212
212
|
if (O.u(I)) return /* @__PURE__ */ new Date();
|
|
213
213
|
if (I instanceof Date) return new Date(I);
|
|
@@ -215,7 +215,7 @@ function Dr() {
|
|
|
215
215
|
var w = I.match(y);
|
|
216
216
|
if (w) {
|
|
217
217
|
var N = w[2] - 1 || 0, q = (w[7] || "0").substring(0, 3);
|
|
218
|
-
return
|
|
218
|
+
return z ? new Date(Date.UTC(w[1], N, w[3] || 1, w[4] || 0, w[5] || 0, w[6] || 0, q)) : new Date(w[1], N, w[3] || 1, w[4] || 0, w[5] || 0, w[6] || 0, q);
|
|
219
219
|
}
|
|
220
220
|
}
|
|
221
221
|
return new Date(I);
|
|
@@ -241,20 +241,20 @@ function Dr() {
|
|
|
241
241
|
}, U.valueOf = function() {
|
|
242
242
|
return this.$d.getTime();
|
|
243
243
|
}, U.startOf = function(E, P) {
|
|
244
|
-
var I = this,
|
|
244
|
+
var I = this, z = !!O.u(P) || P, w = O.p(E), N = function(X, W) {
|
|
245
245
|
var ie = O.w(I.$u ? Date.UTC(I.$y, W, X) : new Date(I.$y, W, X), I);
|
|
246
|
-
return
|
|
246
|
+
return z ? ie : ie.endOf(l);
|
|
247
247
|
}, q = function(X, W) {
|
|
248
|
-
return O.w(I.toDate()[X].apply(I.toDate("s"), (
|
|
249
|
-
}, M = this.$W,
|
|
248
|
+
return O.w(I.toDate()[X].apply(I.toDate("s"), (z ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(W)), I);
|
|
249
|
+
}, M = this.$W, L = this.$M, H = this.$D, V = "set" + (this.$u ? "UTC" : "");
|
|
250
250
|
switch (w) {
|
|
251
251
|
case p:
|
|
252
|
-
return
|
|
252
|
+
return z ? N(1, 0) : N(31, 11);
|
|
253
253
|
case f:
|
|
254
|
-
return
|
|
254
|
+
return z ? N(1, L) : N(0, L + 1);
|
|
255
255
|
case u:
|
|
256
256
|
var F = this.$locale().weekStart || 0, Z = (M < F ? M + 7 : M) - F;
|
|
257
|
-
return N(
|
|
257
|
+
return N(z ? H - Z : H + (6 - Z), L);
|
|
258
258
|
case l:
|
|
259
259
|
case g:
|
|
260
260
|
return q(V + "Hours", 0);
|
|
@@ -270,8 +270,8 @@ function Dr() {
|
|
|
270
270
|
}, U.endOf = function(E) {
|
|
271
271
|
return this.startOf(E, !1);
|
|
272
272
|
}, U.$set = function(E, P) {
|
|
273
|
-
var I,
|
|
274
|
-
if (
|
|
273
|
+
var I, z = O.p(E), w = "set" + (this.$u ? "UTC" : ""), N = (I = {}, I[l] = w + "Date", I[g] = w + "Date", I[f] = w + "Month", I[p] = w + "FullYear", I[d] = w + "Hours", I[c] = w + "Minutes", I[i] = w + "Seconds", I[s] = w + "Milliseconds", I)[z], q = z === l ? this.$D + (P - this.$W) : P;
|
|
274
|
+
if (z === f || z === p) {
|
|
275
275
|
var M = this.clone().set(g, 1);
|
|
276
276
|
M.$d[N](q), M.init(), this.$d = M.set(g, Math.min(this.$D, M.daysInMonth())).$d;
|
|
277
277
|
} else N && this.$d[N](q);
|
|
@@ -281,11 +281,11 @@ function Dr() {
|
|
|
281
281
|
}, U.get = function(E) {
|
|
282
282
|
return this[O.p(E)]();
|
|
283
283
|
}, U.add = function(E, P) {
|
|
284
|
-
var I,
|
|
284
|
+
var I, z = this;
|
|
285
285
|
E = Number(E);
|
|
286
|
-
var w = O.p(P), N = function(
|
|
287
|
-
var
|
|
288
|
-
return O.w(
|
|
286
|
+
var w = O.p(P), N = function(L) {
|
|
287
|
+
var H = G(z);
|
|
288
|
+
return O.w(H.date(H.date() + Math.round(L * E)), z);
|
|
289
289
|
};
|
|
290
290
|
if (w === f) return this.set(f, this.$M + E);
|
|
291
291
|
if (w === p) return this.set(p, this.$y + E);
|
|
@@ -298,15 +298,15 @@ function Dr() {
|
|
|
298
298
|
}, U.format = function(E) {
|
|
299
299
|
var P = this, I = this.$locale();
|
|
300
300
|
if (!this.isValid()) return I.invalidDate || A;
|
|
301
|
-
var
|
|
302
|
-
return W && (W[ie] || W(P,
|
|
301
|
+
var z = E || "YYYY-MM-DDTHH:mm:ssZ", w = O.z(this), N = this.$H, q = this.$m, M = this.$M, L = I.weekdays, H = I.months, V = I.meridiem, F = function(W, ie, R, Ae) {
|
|
302
|
+
return W && (W[ie] || W(P, z)) || R[ie].slice(0, Ae);
|
|
303
303
|
}, Z = function(W) {
|
|
304
304
|
return O.s(N % 12 || 12, W, "0");
|
|
305
305
|
}, X = V || function(W, ie, R) {
|
|
306
306
|
var Ae = W < 12 ? "AM" : "PM";
|
|
307
307
|
return R ? Ae.toLowerCase() : Ae;
|
|
308
308
|
};
|
|
309
|
-
return
|
|
309
|
+
return z.replace(C, (function(W, ie) {
|
|
310
310
|
return ie || (function(R) {
|
|
311
311
|
switch (R) {
|
|
312
312
|
case "YY":
|
|
@@ -318,9 +318,9 @@ function Dr() {
|
|
|
318
318
|
case "MM":
|
|
319
319
|
return O.s(M + 1, 2, "0");
|
|
320
320
|
case "MMM":
|
|
321
|
-
return F(I.monthsShort, M,
|
|
321
|
+
return F(I.monthsShort, M, H, 3);
|
|
322
322
|
case "MMMM":
|
|
323
|
-
return F(
|
|
323
|
+
return F(H, M);
|
|
324
324
|
case "D":
|
|
325
325
|
return P.$D;
|
|
326
326
|
case "DD":
|
|
@@ -328,11 +328,11 @@ function Dr() {
|
|
|
328
328
|
case "d":
|
|
329
329
|
return String(P.$W);
|
|
330
330
|
case "dd":
|
|
331
|
-
return F(I.weekdaysMin, P.$W,
|
|
331
|
+
return F(I.weekdaysMin, P.$W, L, 2);
|
|
332
332
|
case "ddd":
|
|
333
|
-
return F(I.weekdaysShort, P.$W,
|
|
333
|
+
return F(I.weekdaysShort, P.$W, L, 3);
|
|
334
334
|
case "dddd":
|
|
335
|
-
return
|
|
335
|
+
return L[P.$W];
|
|
336
336
|
case "H":
|
|
337
337
|
return String(N);
|
|
338
338
|
case "HH":
|
|
@@ -364,46 +364,46 @@ function Dr() {
|
|
|
364
364
|
}, U.utcOffset = function() {
|
|
365
365
|
return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
|
|
366
366
|
}, U.diff = function(E, P, I) {
|
|
367
|
-
var
|
|
367
|
+
var z, w = this, N = O.p(P), q = G(E), M = (q.utcOffset() - this.utcOffset()) * r, L = this - q, H = function() {
|
|
368
368
|
return O.m(w, q);
|
|
369
369
|
};
|
|
370
370
|
switch (N) {
|
|
371
371
|
case p:
|
|
372
|
-
|
|
372
|
+
z = H() / 12;
|
|
373
373
|
break;
|
|
374
374
|
case f:
|
|
375
|
-
|
|
375
|
+
z = H();
|
|
376
376
|
break;
|
|
377
377
|
case m:
|
|
378
|
-
|
|
378
|
+
z = H() / 3;
|
|
379
379
|
break;
|
|
380
380
|
case u:
|
|
381
|
-
|
|
381
|
+
z = (L - M) / 6048e5;
|
|
382
382
|
break;
|
|
383
383
|
case l:
|
|
384
|
-
|
|
384
|
+
z = (L - M) / 864e5;
|
|
385
385
|
break;
|
|
386
386
|
case d:
|
|
387
|
-
|
|
387
|
+
z = L / o;
|
|
388
388
|
break;
|
|
389
389
|
case c:
|
|
390
|
-
|
|
390
|
+
z = L / r;
|
|
391
391
|
break;
|
|
392
392
|
case i:
|
|
393
|
-
|
|
393
|
+
z = L / n;
|
|
394
394
|
break;
|
|
395
395
|
default:
|
|
396
|
-
|
|
396
|
+
z = L;
|
|
397
397
|
}
|
|
398
|
-
return I ?
|
|
398
|
+
return I ? z : O.a(z);
|
|
399
399
|
}, U.daysInMonth = function() {
|
|
400
400
|
return this.endOf(f).$D;
|
|
401
401
|
}, U.$locale = function() {
|
|
402
402
|
return x[this.$L];
|
|
403
403
|
}, U.locale = function(E, P) {
|
|
404
404
|
if (!E) return this.$L;
|
|
405
|
-
var I = this.clone(),
|
|
406
|
-
return
|
|
405
|
+
var I = this.clone(), z = te(E, P, !0);
|
|
406
|
+
return z && (I.$L = z), I;
|
|
407
407
|
}, U.clone = function() {
|
|
408
408
|
return O.w(this.$d, this);
|
|
409
409
|
}, U.toDate = function() {
|
|
@@ -1250,7 +1250,7 @@ const xs = async ({
|
|
|
1250
1250
|
href: `https://fonts.googleapis.com/css2?${e.googleFontFamily}&display=swap`
|
|
1251
1251
|
}
|
|
1252
1252
|
) });
|
|
1253
|
-
},
|
|
1253
|
+
}, Hr = {
|
|
1254
1254
|
404: () => {
|
|
1255
1255
|
},
|
|
1256
1256
|
home: () => ({
|
|
@@ -1487,7 +1487,7 @@ class _9 {
|
|
|
1487
1487
|
};
|
|
1488
1488
|
}
|
|
1489
1489
|
}
|
|
1490
|
-
function
|
|
1490
|
+
function zr(e, t) {
|
|
1491
1491
|
return function() {
|
|
1492
1492
|
return e.apply(t, arguments);
|
|
1493
1493
|
};
|
|
@@ -1517,12 +1517,12 @@ const Os = xn("string"), Ce = xn("function"), Wr = xn("number"), Gt = (e) => e !
|
|
|
1517
1517
|
} catch {
|
|
1518
1518
|
return !1;
|
|
1519
1519
|
}
|
|
1520
|
-
}, Ms = Oe("Date"), js = Oe("File"), Qs = Oe("Blob"), Gs = Oe("FileList"),
|
|
1520
|
+
}, Ms = Oe("Date"), js = Oe("File"), Qs = Oe("Blob"), Gs = Oe("FileList"), Hs = (e) => Gt(e) && Ce(e.pipe), zs = (e) => {
|
|
1521
1521
|
let t;
|
|
1522
1522
|
return e && (typeof FormData == "function" && e instanceof FormData || Ce(e.append) && ((t = En(e)) === "formdata" || // detect form-data instance
|
|
1523
1523
|
t === "object" && Ce(e.toString) && e.toString() === "[object FormData]"));
|
|
1524
1524
|
}, Vs = Oe("URLSearchParams"), [Fs, Ws, $s, Ys] = ["ReadableStream", "Request", "Response", "Headers"].map(Oe), Ks = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
|
|
1525
|
-
function
|
|
1525
|
+
function Ht(e, t, { allOwnKeys: n = !1 } = {}) {
|
|
1526
1526
|
if (e === null || typeof e > "u")
|
|
1527
1527
|
return;
|
|
1528
1528
|
let r, o;
|
|
@@ -1556,11 +1556,11 @@ function na() {
|
|
|
1556
1556
|
hn(n[i]) && hn(o) ? n[i] = na(n[i], o) : hn(o) ? n[i] = na({}, o) : St(o) ? n[i] = o.slice() : (!t || !bt(o)) && (n[i] = o);
|
|
1557
1557
|
};
|
|
1558
1558
|
for (let o = 0, s = arguments.length; o < s; o++)
|
|
1559
|
-
arguments[o] &&
|
|
1559
|
+
arguments[o] && Ht(arguments[o], r);
|
|
1560
1560
|
return n;
|
|
1561
1561
|
}
|
|
1562
|
-
const Js = (e, t, n, { allOwnKeys: r } = {}) => (
|
|
1563
|
-
n && Ce(o) ? e[s] =
|
|
1562
|
+
const Js = (e, t, n, { allOwnKeys: r } = {}) => (Ht(t, (o, s) => {
|
|
1563
|
+
n && Ce(o) ? e[s] = zr(o, n) : e[s] = o;
|
|
1564
1564
|
}, { allOwnKeys: r }), e), Zs = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), Xs = (e, t, n, r) => {
|
|
1565
1565
|
e.prototype = Object.create(t.prototype, r), e.prototype.constructor = e, Object.defineProperty(e, "super", {
|
|
1566
1566
|
value: t.prototype
|
|
@@ -1608,7 +1608,7 @@ const Js = (e, t, n, { allOwnKeys: r } = {}) => (zt(t, (o, s) => {
|
|
|
1608
1608
|
}
|
|
1609
1609
|
), Ma = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype), ci = Oe("RegExp"), Kr = (e, t) => {
|
|
1610
1610
|
const n = Object.getOwnPropertyDescriptors(e), r = {};
|
|
1611
|
-
|
|
1611
|
+
Ht(n, (o, s) => {
|
|
1612
1612
|
let i;
|
|
1613
1613
|
(i = t(o, s, e)) !== !1 && (r[s] = i || o);
|
|
1614
1614
|
}), Object.defineProperties(e, r);
|
|
@@ -1649,7 +1649,7 @@ const fi = (e) => {
|
|
|
1649
1649
|
if (!("toJSON" in r)) {
|
|
1650
1650
|
t[o] = r;
|
|
1651
1651
|
const s = St(r) ? [] : {};
|
|
1652
|
-
return
|
|
1652
|
+
return Ht(r, (i, c) => {
|
|
1653
1653
|
const d = n(i, o + 1);
|
|
1654
1654
|
!bt(d) && (s[c] = d);
|
|
1655
1655
|
}), t[o] = void 0, s;
|
|
@@ -1669,7 +1669,7 @@ const fi = (e) => {
|
|
|
1669
1669
|
isArray: St,
|
|
1670
1670
|
isArrayBuffer: Fr,
|
|
1671
1671
|
isBuffer: Qt,
|
|
1672
|
-
isFormData:
|
|
1672
|
+
isFormData: zs,
|
|
1673
1673
|
isArrayBufferView: Bs,
|
|
1674
1674
|
isString: Os,
|
|
1675
1675
|
isNumber: Wr,
|
|
@@ -1687,11 +1687,11 @@ const fi = (e) => {
|
|
|
1687
1687
|
isBlob: Qs,
|
|
1688
1688
|
isRegExp: ci,
|
|
1689
1689
|
isFunction: Ce,
|
|
1690
|
-
isStream:
|
|
1690
|
+
isStream: Hs,
|
|
1691
1691
|
isURLSearchParams: Vs,
|
|
1692
1692
|
isTypedArray: ai,
|
|
1693
1693
|
isFileList: Gs,
|
|
1694
|
-
forEach:
|
|
1694
|
+
forEach: Ht,
|
|
1695
1695
|
merge: na,
|
|
1696
1696
|
extend: Js,
|
|
1697
1697
|
trim: Ks,
|
|
@@ -2028,7 +2028,7 @@ function Li(e, t, n) {
|
|
|
2028
2028
|
}
|
|
2029
2029
|
return (n || JSON.stringify)(e);
|
|
2030
2030
|
}
|
|
2031
|
-
const
|
|
2031
|
+
const zt = {
|
|
2032
2032
|
transitional: ao,
|
|
2033
2033
|
adapter: ["xhr", "http", "fetch"],
|
|
2034
2034
|
transformRequest: [function(t, n) {
|
|
@@ -2057,7 +2057,7 @@ const Ht = {
|
|
|
2057
2057
|
return s || o ? (n.setContentType("application/json", !1), Li(t)) : t;
|
|
2058
2058
|
}],
|
|
2059
2059
|
transformResponse: [function(t) {
|
|
2060
|
-
const n = this.transitional ||
|
|
2060
|
+
const n = this.transitional || zt.transitional, r = n && n.forcedJSONParsing, o = this.responseType === "json";
|
|
2061
2061
|
if (b.isResponse(t) || b.isReadableStream(t))
|
|
2062
2062
|
return t;
|
|
2063
2063
|
if (t && b.isString(t) && (r && !this.responseType || o)) {
|
|
@@ -2095,7 +2095,7 @@ const Ht = {
|
|
|
2095
2095
|
}
|
|
2096
2096
|
};
|
|
2097
2097
|
b.forEach(["delete", "get", "head", "post", "put", "patch"], (e) => {
|
|
2098
|
-
|
|
2098
|
+
zt.headers[e] = {};
|
|
2099
2099
|
});
|
|
2100
2100
|
const Bi = b.toObjectSet([
|
|
2101
2101
|
"age",
|
|
@@ -2122,7 +2122,7 @@ const Bi = b.toObjectSet([
|
|
|
2122
2122
|
`).forEach(function(i) {
|
|
2123
2123
|
o = i.indexOf(":"), n = i.substring(0, o).trim().toLowerCase(), r = i.substring(o + 1).trim(), !(!n || t[n] && Bi[n]) && (n === "set-cookie" ? t[n] ? t[n].push(r) : t[n] = [r] : t[n] = t[n] ? t[n] + ", " + r : r);
|
|
2124
2124
|
}), t;
|
|
2125
|
-
},
|
|
2125
|
+
}, Ha = Symbol("internals");
|
|
2126
2126
|
function kt(e) {
|
|
2127
2127
|
return e && String(e).trim().toLowerCase();
|
|
2128
2128
|
}
|
|
@@ -2277,7 +2277,7 @@ let _e = class {
|
|
|
2277
2277
|
return n.forEach((o) => r.set(o)), r;
|
|
2278
2278
|
}
|
|
2279
2279
|
static accessor(t) {
|
|
2280
|
-
const r = (this[
|
|
2280
|
+
const r = (this[Ha] = this[Ha] = {
|
|
2281
2281
|
accessors: {}
|
|
2282
2282
|
}).accessors, o = this.prototype;
|
|
2283
2283
|
function s(i) {
|
|
@@ -2299,7 +2299,7 @@ b.reduceDescriptors(_e.prototype, ({ value: e }, t) => {
|
|
|
2299
2299
|
});
|
|
2300
2300
|
b.freezeMethods(_e);
|
|
2301
2301
|
function Bn(e, t) {
|
|
2302
|
-
const n = this ||
|
|
2302
|
+
const n = this || zt, r = t || n, o = _e.from(r.headers);
|
|
2303
2303
|
let s = r.data;
|
|
2304
2304
|
return b.forEach(e, function(c) {
|
|
2305
2305
|
s = c.call(n, s, o.normalize(), t ? t.status : void 0);
|
|
@@ -2344,7 +2344,7 @@ function Gi(e, t) {
|
|
|
2344
2344
|
return p ? Math.round(m * 1e3 / p) : void 0;
|
|
2345
2345
|
};
|
|
2346
2346
|
}
|
|
2347
|
-
function
|
|
2347
|
+
function Hi(e, t) {
|
|
2348
2348
|
let n = 0, r = 1e3 / t, o, s;
|
|
2349
2349
|
const i = (l, u = Date.now()) => {
|
|
2350
2350
|
n = u, o = null, s && (clearTimeout(s), s = null), e(...l);
|
|
@@ -2359,7 +2359,7 @@ function zi(e, t) {
|
|
|
2359
2359
|
const wn = (e, t, n = 3) => {
|
|
2360
2360
|
let r = 0;
|
|
2361
2361
|
const o = Gi(50, 250);
|
|
2362
|
-
return
|
|
2362
|
+
return Hi((s) => {
|
|
2363
2363
|
const i = s.loaded, c = s.lengthComputable ? s.total : void 0, d = i - r, l = o(d), u = i <= c;
|
|
2364
2364
|
r = i;
|
|
2365
2365
|
const f = {
|
|
@@ -2375,14 +2375,14 @@ const wn = (e, t, n = 3) => {
|
|
|
2375
2375
|
};
|
|
2376
2376
|
e(f);
|
|
2377
2377
|
}, n);
|
|
2378
|
-
},
|
|
2378
|
+
}, za = (e, t) => {
|
|
2379
2379
|
const n = e != null;
|
|
2380
2380
|
return [(r) => t[0]({
|
|
2381
2381
|
lengthComputable: n,
|
|
2382
2382
|
total: e,
|
|
2383
2383
|
loaded: r
|
|
2384
2384
|
}), t[1]];
|
|
2385
|
-
}, Va = (e) => (...t) => b.asap(() => e(...t)),
|
|
2385
|
+
}, Va = (e) => (...t) => b.asap(() => e(...t)), zi = fe.hasStandardBrowserEnv ? /* @__PURE__ */ ((e, t) => (n) => (n = new URL(n, fe.origin), e.protocol === n.protocol && e.host === n.host && (t || e.port === n.port)))(
|
|
2386
2386
|
new URL(fe.origin),
|
|
2387
2387
|
fe.navigator && /(msie|trident)/i.test(fe.navigator.userAgent)
|
|
2388
2388
|
) : () => !0, Vi = fe.hasStandardBrowserEnv ? (
|
|
@@ -2505,7 +2505,7 @@ const co = (e) => {
|
|
|
2505
2505
|
});
|
|
2506
2506
|
}
|
|
2507
2507
|
}
|
|
2508
|
-
if (fe.hasStandardBrowserEnv && (r && b.isFunction(r) && (r = r(t)), r || r !== !1 &&
|
|
2508
|
+
if (fe.hasStandardBrowserEnv && (r && b.isFunction(r) && (r = r(t)), r || r !== !1 && zi(t.url))) {
|
|
2509
2509
|
const d = o && s && Vi.read(s);
|
|
2510
2510
|
d && i.set(o, d);
|
|
2511
2511
|
}
|
|
@@ -2735,11 +2735,11 @@ const co = (e) => {
|
|
|
2735
2735
|
duplex: "half"
|
|
2736
2736
|
}), q;
|
|
2737
2737
|
if (b.isFormData(C) && (q = N.headers.get("content-type")) && Q.setContentType(q), N.body) {
|
|
2738
|
-
const [M,
|
|
2738
|
+
const [M, L] = za(
|
|
2739
2739
|
U,
|
|
2740
2740
|
wn(Va(x))
|
|
2741
2741
|
);
|
|
2742
|
-
C = Wa(N.body, $a, M,
|
|
2742
|
+
C = Wa(N.body, $a, M, L);
|
|
2743
2743
|
}
|
|
2744
2744
|
}
|
|
2745
2745
|
b.isString(te) || (te = te ? "include" : "omit");
|
|
@@ -2754,26 +2754,26 @@ const co = (e) => {
|
|
|
2754
2754
|
};
|
|
2755
2755
|
ce = s && new n(A, P);
|
|
2756
2756
|
let I = await (s ? O(ce, G) : O(A, P));
|
|
2757
|
-
const
|
|
2758
|
-
if (u && (v ||
|
|
2757
|
+
const z = u && (j === "stream" || j === "response");
|
|
2758
|
+
if (u && (v || z && D)) {
|
|
2759
2759
|
const N = {};
|
|
2760
|
-
["status", "statusText", "headers"].forEach((
|
|
2761
|
-
N[
|
|
2760
|
+
["status", "statusText", "headers"].forEach((H) => {
|
|
2761
|
+
N[H] = I[H];
|
|
2762
2762
|
});
|
|
2763
|
-
const q = b.toFiniteNumber(I.headers.get("content-length")), [M,
|
|
2763
|
+
const q = b.toFiniteNumber(I.headers.get("content-length")), [M, L] = v && za(
|
|
2764
2764
|
q,
|
|
2765
2765
|
wn(Va(v), !0)
|
|
2766
2766
|
) || [];
|
|
2767
2767
|
I = new r(
|
|
2768
2768
|
Wa(I.body, $a, M, () => {
|
|
2769
|
-
|
|
2769
|
+
L && L(), D && D();
|
|
2770
2770
|
}),
|
|
2771
2771
|
N
|
|
2772
2772
|
);
|
|
2773
2773
|
}
|
|
2774
2774
|
j = j || "text";
|
|
2775
2775
|
let w = await f[b.findKey(f, j) || "text"](I, g);
|
|
2776
|
-
return !
|
|
2776
|
+
return !z && D && D(), await new Promise((N, q) => {
|
|
2777
2777
|
so(N, q, {
|
|
2778
2778
|
data: w,
|
|
2779
2779
|
headers: _e.from(I.headers),
|
|
@@ -2870,7 +2870,7 @@ function Xa(e) {
|
|
|
2870
2870
|
return On(e), e.headers = _e.from(e.headers), e.data = Bn.call(
|
|
2871
2871
|
e,
|
|
2872
2872
|
e.transformRequest
|
|
2873
|
-
), ["post", "put", "patch"].indexOf(e.method) !== -1 && e.headers.setContentType("application/x-www-form-urlencoded", !1), uo.getAdapter(e.adapter ||
|
|
2873
|
+
), ["post", "put", "patch"].indexOf(e.method) !== -1 && e.headers.setContentType("application/x-www-form-urlencoded", !1), uo.getAdapter(e.adapter || zt.adapter, e)(e).then(function(r) {
|
|
2874
2874
|
return On(e), r.data = Bn.call(
|
|
2875
2875
|
e,
|
|
2876
2876
|
e.transformResponse,
|
|
@@ -3213,12 +3213,12 @@ Object.entries(oa).forEach(([e, t]) => {
|
|
|
3213
3213
|
oa[t] = e;
|
|
3214
3214
|
});
|
|
3215
3215
|
function fo(e) {
|
|
3216
|
-
const t = new ut(e), n =
|
|
3216
|
+
const t = new ut(e), n = zr(ut.prototype.request, t);
|
|
3217
3217
|
return b.extend(n, ut.prototype, t, { allOwnKeys: !0 }), b.extend(n, t, null, { allOwnKeys: !0 }), n.create = function(o) {
|
|
3218
3218
|
return fo(mt(e, o));
|
|
3219
3219
|
}, n;
|
|
3220
3220
|
}
|
|
3221
|
-
const oe = fo(
|
|
3221
|
+
const oe = fo(zt);
|
|
3222
3222
|
oe.Axios = ut;
|
|
3223
3223
|
oe.CanceledError = Et;
|
|
3224
3224
|
oe.CancelToken = sc;
|
|
@@ -3436,7 +3436,7 @@ class G9 {
|
|
|
3436
3436
|
}
|
|
3437
3437
|
}
|
|
3438
3438
|
}
|
|
3439
|
-
const
|
|
3439
|
+
const H9 = async (e, t, n, r, o, s, i) => {
|
|
3440
3440
|
const c = new lc({
|
|
3441
3441
|
config: t,
|
|
3442
3442
|
imgSizes: n,
|
|
@@ -3466,7 +3466,7 @@ const z9 = async (e, t, n, r, o, s, i) => {
|
|
|
3466
3466
|
}, dc = (e) => {
|
|
3467
3467
|
const t = ls(e);
|
|
3468
3468
|
return t && t.data ? t.data : t;
|
|
3469
|
-
},
|
|
3469
|
+
}, z9 = async (e) => {
|
|
3470
3470
|
const t = await Promise.allSettled(
|
|
3471
3471
|
Object.values(e).map((o) => o.promise)
|
|
3472
3472
|
), n = Object.keys(e), r = {};
|
|
@@ -3804,7 +3804,7 @@ async function V9({
|
|
|
3804
3804
|
slug: i,
|
|
3805
3805
|
texts: c,
|
|
3806
3806
|
query: d
|
|
3807
|
-
}), v = ps(T), x = S ||
|
|
3807
|
+
}), v = ps(T), x = S || Hr[o]({
|
|
3808
3808
|
pathname: s,
|
|
3809
3809
|
slug: i,
|
|
3810
3810
|
config: m,
|
|
@@ -3894,7 +3894,7 @@ const F9 = ({
|
|
|
3894
3894
|
scriptReplaces: l,
|
|
3895
3895
|
body_custom_elements: u
|
|
3896
3896
|
}) => {
|
|
3897
|
-
const f = Go(c, d), m =
|
|
3897
|
+
const f = Go(c, d), m = Hr[t]({
|
|
3898
3898
|
pathname: r,
|
|
3899
3899
|
slug: o,
|
|
3900
3900
|
config: s,
|
|
@@ -3906,8 +3906,8 @@ const F9 = ({
|
|
|
3906
3906
|
e,
|
|
3907
3907
|
/* @__PURE__ */ a(Vo, {}),
|
|
3908
3908
|
/* @__PURE__ */ a(Qo, {}),
|
|
3909
|
-
/* @__PURE__ */ a(
|
|
3910
|
-
/* @__PURE__ */ a(
|
|
3909
|
+
/* @__PURE__ */ a(Ho, { dimensionValues: f }),
|
|
3910
|
+
/* @__PURE__ */ a(zo, {}),
|
|
3911
3911
|
u,
|
|
3912
3912
|
/* @__PURE__ */ a(As, { name: "bodyafter", banners: n, replaces: y })
|
|
3913
3913
|
] });
|
|
@@ -3985,8 +3985,8 @@ function wc({
|
|
|
3985
3985
|
if (o)
|
|
3986
3986
|
return Math.abs(w) / N * 100 > 30 ? 1 : 0;
|
|
3987
3987
|
{
|
|
3988
|
-
const
|
|
3989
|
-
return
|
|
3988
|
+
const L = n + r, H = Math.abs(w) / L;
|
|
3989
|
+
return H >= (q === 1 ? 0.2 : 0.3) ? q === 1 ? 1 : Math.min(Math.round(H), M) : 0;
|
|
3990
3990
|
}
|
|
3991
3991
|
},
|
|
3992
3992
|
[o, n, r, x, te]
|
|
@@ -3998,8 +3998,8 @@ function wc({
|
|
|
3998
3998
|
), ce = he(
|
|
3999
3999
|
(w) => {
|
|
4000
4000
|
if (!c || !s) return;
|
|
4001
|
-
const N = w - l, q = (n + r) * 1.2, M = e === 0 && N > 0,
|
|
4002
|
-
m(w), g(
|
|
4001
|
+
const N = w - l, q = (n + r) * 1.2, M = e === 0 && N > 0, L = e === Q && N < 0, H = M || L ? Math.sign(N) * Math.min(Math.abs(N), q) : N;
|
|
4002
|
+
m(w), g(H);
|
|
4003
4003
|
},
|
|
4004
4004
|
[c, l, s, e, Q, n, r]
|
|
4005
4005
|
), D = he(
|
|
@@ -4010,7 +4010,7 @@ function wc({
|
|
|
4010
4010
|
), U = he(
|
|
4011
4011
|
(w) => {
|
|
4012
4012
|
if (!c || !s) return;
|
|
4013
|
-
const N = f - l, q = Date.now() - A, M = Math.abs(N) / Math.max(q, 1),
|
|
4013
|
+
const N = f - l, q = Date.now() - A, M = Math.abs(N) / Math.max(q, 1), L = O(N), V = M > 0.5 && Math.abs(N) > 50 ? Math.max(L, 1) : L;
|
|
4014
4014
|
if (V > 0)
|
|
4015
4015
|
if (N > 0) {
|
|
4016
4016
|
const F = Math.max(0, e - V);
|
|
@@ -4049,7 +4049,7 @@ function wc({
|
|
|
4049
4049
|
c && (w.preventDefault(), ce(w.touches[0].clientX));
|
|
4050
4050
|
},
|
|
4051
4051
|
[c, ce]
|
|
4052
|
-
),
|
|
4052
|
+
), z = he(
|
|
4053
4053
|
(w) => {
|
|
4054
4054
|
U(w);
|
|
4055
4055
|
},
|
|
@@ -4074,7 +4074,7 @@ function wc({
|
|
|
4074
4074
|
onMouseDown: E,
|
|
4075
4075
|
onTouchStart: P,
|
|
4076
4076
|
onTouchMove: I,
|
|
4077
|
-
onTouchEnd:
|
|
4077
|
+
onTouchEnd: z,
|
|
4078
4078
|
onMouseLeave: U
|
|
4079
4079
|
}
|
|
4080
4080
|
};
|
|
@@ -4328,7 +4328,7 @@ const vc = "_content_3olxv_1", bc = {
|
|
|
4328
4328
|
clipboardButton: Bc,
|
|
4329
4329
|
socialNetworkSection: Oc
|
|
4330
4330
|
};
|
|
4331
|
-
function
|
|
4331
|
+
function B(e) {
|
|
4332
4332
|
const { PUBLIC_SERVICE_PREFIX: t, PUBLIC_IS_SUB_PUBLICATION: n } = J(), r = t !== "false" && n !== "false" ? "/" + t : "", o = /^(https?:)?\/\//.test(e.href) || /^[a-zA-Z][a-zA-Z\d+\-.]*:/.test(e.href), s = e.href?.split("/")[1] === r.replace("/", ""), i = {
|
|
4333
4333
|
...e,
|
|
4334
4334
|
href: (!o && !s ? r : "") + (e.href ?? "")
|
|
@@ -4462,7 +4462,7 @@ function Mc({ noteShare: e }) {
|
|
|
4462
4462
|
if (!r) return null;
|
|
4463
4463
|
const o = e.variant === "outline" ? r.icon.outline : r.icon.solid, s = r.url(t);
|
|
4464
4464
|
return /* @__PURE__ */ a(
|
|
4465
|
-
|
|
4465
|
+
B,
|
|
4466
4466
|
{
|
|
4467
4467
|
href: s,
|
|
4468
4468
|
target: "_blank",
|
|
@@ -4527,7 +4527,7 @@ const Tt = (e) => {
|
|
|
4527
4527
|
const f = r.tags[0], m = f.name;
|
|
4528
4528
|
return /* @__PURE__ */ h("h3", { className: re.sectionDescriptionContainer, children: [
|
|
4529
4529
|
f.approved ? /* @__PURE__ */ a(
|
|
4530
|
-
|
|
4530
|
+
B,
|
|
4531
4531
|
{
|
|
4532
4532
|
"aria-label": m,
|
|
4533
4533
|
className: re.sectionDescription,
|
|
@@ -4541,7 +4541,7 @@ const Tt = (e) => {
|
|
|
4541
4541
|
const f = o.section.name;
|
|
4542
4542
|
return /* @__PURE__ */ h("h3", { className: re.sectionDescriptionContainer, children: [
|
|
4543
4543
|
/* @__PURE__ */ a(
|
|
4544
|
-
|
|
4544
|
+
B,
|
|
4545
4545
|
{
|
|
4546
4546
|
"aria-label": f,
|
|
4547
4547
|
className: re.sectionDescription,
|
|
@@ -4571,7 +4571,7 @@ const Tt = (e) => {
|
|
|
4571
4571
|
className: re.articule
|
|
4572
4572
|
},
|
|
4573
4573
|
e?.info?.link?.url ? /* @__PURE__ */ a(
|
|
4574
|
-
|
|
4574
|
+
B,
|
|
4575
4575
|
{
|
|
4576
4576
|
"aria-label": e.main?.title?.section,
|
|
4577
4577
|
className: re.linkStyled,
|
|
@@ -4586,7 +4586,7 @@ const Tt = (e) => {
|
|
|
4586
4586
|
),
|
|
4587
4587
|
e.config?.showsubtitle && /* @__PURE__ */ a(d, {}),
|
|
4588
4588
|
(e?.config?.showtime || e.config?.showauthor) && /* @__PURE__ */ a(Y, { children: e.authors[0]?.internaluser ? /* @__PURE__ */ a("h3", { children: /* @__PURE__ */ a(
|
|
4589
|
-
|
|
4589
|
+
B,
|
|
4590
4590
|
{
|
|
4591
4591
|
"aria-label": c(),
|
|
4592
4592
|
className: re.correspondentLink,
|
|
@@ -4595,13 +4595,13 @@ const Tt = (e) => {
|
|
|
4595
4595
|
}
|
|
4596
4596
|
) }) : /* @__PURE__ */ a("h3", { className: re.correspondent, children: c() }) })
|
|
4597
4597
|
] });
|
|
4598
|
-
}, jc = "_content_coxjf_1", Qc = "_contentNew_coxjf_21", Gc = "_imageBox_coxjf_29",
|
|
4598
|
+
}, jc = "_content_coxjf_1", Qc = "_contentNew_coxjf_21", Gc = "_imageBox_coxjf_29", Hc = "_numberTag_coxjf_44", Jt = {
|
|
4599
4599
|
content: jc,
|
|
4600
4600
|
contentNew: Qc,
|
|
4601
4601
|
imageBox: Gc,
|
|
4602
|
-
numberTag:
|
|
4603
|
-
},
|
|
4604
|
-
figure:
|
|
4602
|
+
numberTag: Hc
|
|
4603
|
+
}, zc = "_figure_ooa5j_1", Vc = "_backdrop_ooa5j_6", Fc = "_backdropAux_ooa5j_16", Wc = "_imageStyled_ooa5j_37", $c = "_boxPlayIcon_ooa5j_51", Yc = "_playStyled_ooa5j_60", Kc = "_imageLogoPlaceholder_ooa5j_77", Jc = "_imagePlaceholder_ooa5j_98", se = {
|
|
4604
|
+
figure: zc,
|
|
4605
4605
|
backdrop: Vc,
|
|
4606
4606
|
backdropAux: Fc,
|
|
4607
4607
|
imageStyled: Wc,
|
|
@@ -5842,7 +5842,7 @@ const Tt = (e) => {
|
|
|
5842
5842
|
style: o,
|
|
5843
5843
|
htmlFor: e?.toggledrawerevent === "true" ? "side-bar-state" : ""
|
|
5844
5844
|
}
|
|
5845
|
-
) : /* @__PURE__ */ a(
|
|
5845
|
+
) : /* @__PURE__ */ a(B, { ...r, style: o });
|
|
5846
5846
|
}, gl = (e) => /* @__PURE__ */ h("section", { className: [qe.content, e.className ?? ""].join(" "), children: [
|
|
5847
5847
|
/* @__PURE__ */ a("div", { className: qe.subscribeImage, children: e.image }),
|
|
5848
5848
|
/* @__PURE__ */ a("div", { className: qe.tag, children: e.texts.newsletterTag ?? "NEWS" }),
|
|
@@ -5861,7 +5861,7 @@ const Tt = (e) => {
|
|
|
5861
5861
|
/* @__PURE__ */ a(kn, { className: qe.buttonStyled, size: "large", full: !0, children: e.texts.newsletterButtonText ?? "Suscribirme" }),
|
|
5862
5862
|
/* @__PURE__ */ h("div", { className: qe.contentTerms, children: [
|
|
5863
5863
|
/* @__PURE__ */ a("p", { className: qe.subscribeText, children: e.texts.newsletterTermsText ?? "Suscribirte implica aceptar los" }),
|
|
5864
|
-
/* @__PURE__ */ a(
|
|
5864
|
+
/* @__PURE__ */ a(B, { className: qe.terms, children: e.texts.newsletterTermsAnchor ?? "Términos y condiciones" })
|
|
5865
5865
|
] })
|
|
5866
5866
|
] }), pl = "_content_1ms2y_1", Al = "_contentInfo_1ms2y_20", wl = "_subscribeImage_1ms2y_28", yl = "_tag_1ms2y_42", vl = "_contentTitle_1ms2y_60", bl = "_title_1ms2y_65", Cl = "_subTitle_1ms2y_70", _l = "_inputStyled_1ms2y_79", Nl = "_buttonStyled_1ms2y_118", Sl = "_contentTerms_1ms2y_131", El = "_subscribeText_1ms2y_137", xl = "_terms_1ms2y_146", Te = {
|
|
5867
5867
|
content: pl,
|
|
@@ -5897,7 +5897,7 @@ const Tt = (e) => {
|
|
|
5897
5897
|
] }),
|
|
5898
5898
|
/* @__PURE__ */ h("div", { className: Te.contentTerms, children: [
|
|
5899
5899
|
/* @__PURE__ */ a("p", { className: Te.subscribeText, children: e.texts.newsletterTermsText ?? "Suscribirte implica aceptar los" }),
|
|
5900
|
-
/* @__PURE__ */ a(
|
|
5900
|
+
/* @__PURE__ */ a(B, { className: Te.terms, children: e.texts.newsletterTermsAnchor ?? "Términos y condiciones" })
|
|
5901
5901
|
] })
|
|
5902
5902
|
] })
|
|
5903
5903
|
] }), Il = (e) => /* @__PURE__ */ h(
|
|
@@ -5998,7 +5998,7 @@ const Tt = (e) => {
|
|
|
5998
5998
|
),
|
|
5999
5999
|
/* @__PURE__ */ h("div", { className: Ge.contentTerms, children: [
|
|
6000
6000
|
/* @__PURE__ */ a("p", { className: Ge.subscribeText, children: "Suscribirte implica aceptar los" }),
|
|
6001
|
-
/* @__PURE__ */ a(
|
|
6001
|
+
/* @__PURE__ */ a(B, { className: Ge.terms, href: e.terms, target: "_blank", children: "Términos y condiciones" })
|
|
6002
6002
|
] })
|
|
6003
6003
|
] }), Ml = (e) => /* @__PURE__ */ h(
|
|
6004
6004
|
"svg",
|
|
@@ -6017,12 +6017,12 @@ const Tt = (e) => {
|
|
|
6017
6017
|
/* @__PURE__ */ a("path", { d: "M0,0v19.74h74.3V0H0ZM62.2,4.7h2v5.8l3-3h2.4l-1.1,1.2-6.3,6.2V4.7ZM69.8,15h-2.4l-1.6-2.1,1.4-1.4,2.6,3.5ZM40.3,7.7h1v-1.8h2v1.8h1.8v1.7h-1.8v3c0,.3.1.6.2.7.2.2.4.3.6.3.3,0,.6-.1.8-.3l.5,1.5c-.2.2-.5.3-.7.4-.3.1-.6.1-.9.1-.8,0-1.4-.2-1.9-.6-.5-.5-.7-1.1-.7-2v-3.1h-1v-1.7h.1ZM37.7,12.3c-.2-.1-.4-.2-.6-.2-.3,0-.5-.1-.8-.1s-.6-.1-.9-.2c-.3-.1-.6-.2-.8-.4-.3-.2-.5-.4-.6-.6-.2-.3-.2-.6-.2-1,0-.5.1-.9.4-1.2.3-.4.6-.6,1.1-.8s1-.3,1.7-.3c.5,0,1,.1,1.4.2.5.1.9.3,1.2.5l-.6,1.6c-.3-.2-.6-.4-1-.4-.3-.1-.6-.1-1-.1-.5,0-.8.1-1,.2-.2.1-.3.3-.3.5s.1.3.2.4c.2.1.4.2.6.2.3.1.5.1.8.1s.6.1.9.2c.3.1.6.2.8.4s.4.4.6.6c.2.3.2.6.2,1,0,.5-.1.9-.4,1.2-.3.4-.6.6-1.1.8-.4.2-1,.3-1.7.3-.6,0-1.2-.1-1.7-.2-.6-.2-1-.3-1.3-.6l.6-1.6c.3.2.7.4,1.1.5.4.1.8.2,1.3.2s.8-.1,1-.2c.2-.1.3-.3.3-.5,0-.2,0-.3-.2-.5ZM6.7,14.3l1.1-1.1c.2.1.4.1.6.1.3,0,.6-.1.9-.3.3-.2.5-.4.6-.7.2-.3.2-.7.2-1.1s0-.8-.1-1.1c-.2-.3-.4-.6-.6-.7-.3-.2-.6-.3-.9-.3s-.6.1-.9.3-.5.4-.6.7c-.2.3-.2.7-.2,1.1s.1.8.2,1.1c-.1.1,0,.1,0,.2l-2.3,2.3V4.7h1.9v3.6c.2-.2.4-.3.6-.5.5-.3.9-.4,1.5-.4s1.2.2,1.8.5c.5.3,1,.8,1.2,1.3.3.6.5,1.3.5,2.1s-.2,1.5-.5,2c-.3.6-.7,1-1.2,1.4-.5.3-1.1.5-1.8.5-.6,0-1.1-.2-1.6-.4-.1-.2-.3-.4-.4-.5ZM13.6,4.7h2v10.3h-2V4.7ZM17.7,13.6c-.3-.5-.4-1.1-.4-1.9v-4.2h2v3.9c0,.6.1,1.1.4,1.4.2.3.6.4,1,.4.3,0,.6-.1.8-.2s.4-.4.6-.6c.1-.3.2-.7.2-1.1v-3.8h2v7.5h-1.8v-.9c-.2.2-.4.5-.6.6-.5.2-1,.3-1.5.3-.6,0-1.1-.1-1.6-.4-.5-.1-.8-.5-1.1-1ZM33,11.5v.3h-5.3c0,.2.1.4.2.6.2.3.4.6.7.7.3.2.6.2,1.1.2.4,0,.7-.1,1-.2.3-.1.5-.3.8-.5l1,1.2c-.3.4-.7.7-1.2.9-.5.2-1,.3-1.6.3-.8,0-1.5-.2-2.1-.5s-1-.8-1.4-1.4c-.3-.6-.5-1.2-.5-2s.2-1.4.5-2,.8-1,1.3-1.4c.5-.1,1.2-.3,1.9-.3s1.3.2,1.8.5c.6.3,1,.8,1.3,1.3.3.6.5,1.3.5,2.1,0,0,0,.1,0,.2ZM47.4,14.8c-.4-.2-.7-.5-.9-.8s-.3-.7-.3-1.2c0-.4.1-.8.3-1.2.2-.3.5-.6,1-.8.4-.2,1-.3,1.7-.3h1.6c0-.4-.1-.8-.4-1-.3-.3-.6-.4-1.2-.4-.4,0-.7.1-1.1.2s-.6.3-.9.5l-.7-1.5c.4-.3.8-.5,1.4-.6.5-.2,1.1-.3,1.6-.3,1,0,1.9.3,2.5.8s.9,1.4.9,2.5v4.2h-1.9v-1.1c-.2.3-.4.6-.7.8-.4.3-.8.4-1.4.4-.6.1-1.1,0-1.5-.2ZM56,14.6c-.6-.3-1-.8-1.4-1.4-.3-.6-.5-1.2-.5-2s.2-1.4.5-2,.8-1,1.4-1.4c.6-.2,1.3-.4,2-.4s1.4.2,1.9.5,1,.8,1.2,1.4l-1.6.9c-.2-.4-.4-.6-.7-.8s-.6-.3-.9-.3-.6.1-.9.3c-.3.2-.5.4-.6.7-.2.3-.2.7-.2,1.1s.1.8.2,1.1c.2.3.4.5.6.7.3.2.6.3.9.3s.6-.1.9-.2c.3-.2.5-.4.7-.8l1.6.9c-.3.6-.6,1-1.2,1.4-.6.3-1.2.5-1.9.5s-1.4-.2-2-.5Z" })
|
|
6018
6018
|
]
|
|
6019
6019
|
}
|
|
6020
|
-
), jl = "_content_1p7b9_1", Ql = "_brandContent_1p7b9_10", Gl = "_socialMedia_1p7b9_21",
|
|
6020
|
+
), jl = "_content_1p7b9_1", Ql = "_brandContent_1p7b9_10", Gl = "_socialMedia_1p7b9_21", Hl = "_linkSocialNetwoks_1p7b9_28", zl = "_sectionContent_1p7b9_42", Vl = "_section_1p7b9_42", Fl = "_menuItem_1p7b9_60", Wl = "_otherItems_1p7b9_73", $l = "_copyrigth_1p7b9_87", Yl = "_copyrigthText_1p7b9_97", Kl = "_logoStyled_1p7b9_107", Jl = "_socialNetworkIcon_1p7b9_118", Zl = "_socialInstagram_1p7b9_125", Xl = "_socialNetworkIcon_stroke_1p7b9_133", we = {
|
|
6021
6021
|
content: jl,
|
|
6022
6022
|
brandContent: Ql,
|
|
6023
6023
|
socialMedia: Gl,
|
|
6024
|
-
linkSocialNetwoks:
|
|
6025
|
-
sectionContent:
|
|
6024
|
+
linkSocialNetwoks: Hl,
|
|
6025
|
+
sectionContent: zl,
|
|
6026
6026
|
section: Vl,
|
|
6027
6027
|
menuItem: Fl,
|
|
6028
6028
|
otherItems: Wl,
|
|
@@ -6230,7 +6230,7 @@ const Tt = (e) => {
|
|
|
6230
6230
|
const { freeZone: t, socials: n, menu: r, customBlock: o } = e;
|
|
6231
6231
|
return /* @__PURE__ */ h("footer", { className: we.content, children: [
|
|
6232
6232
|
/* @__PURE__ */ h("section", { className: we.brandContent, children: [
|
|
6233
|
-
/* @__PURE__ */ a(
|
|
6233
|
+
/* @__PURE__ */ a(B, { href: "/", "aria-label": "Ir a la home", children: /* @__PURE__ */ a("span", { className: we.logoStyled, children: e.logo }) }),
|
|
6234
6234
|
/* @__PURE__ */ a("div", { className: we.socialMedia, children: Object.keys(n).map((s) => n[s]?.show && /* @__PURE__ */ a(
|
|
6235
6235
|
"a",
|
|
6236
6236
|
{
|
|
@@ -6248,7 +6248,7 @@ const Tt = (e) => {
|
|
|
6248
6248
|
] }),
|
|
6249
6249
|
/* @__PURE__ */ h("section", { className: we.sectionContent, children: [
|
|
6250
6250
|
/* @__PURE__ */ a("div", { className: we.section, children: r.filter((s) => !s.subitem).map((s, i) => /* @__PURE__ */ a(
|
|
6251
|
-
|
|
6251
|
+
B,
|
|
6252
6252
|
{
|
|
6253
6253
|
href: s.link ? s.link : void 0,
|
|
6254
6254
|
target: s.target,
|
|
@@ -6259,7 +6259,7 @@ const Tt = (e) => {
|
|
|
6259
6259
|
i
|
|
6260
6260
|
)) }),
|
|
6261
6261
|
/* @__PURE__ */ a("div", { className: we.section, children: t && t.map((s, i) => /* @__PURE__ */ a(
|
|
6262
|
-
|
|
6262
|
+
B,
|
|
6263
6263
|
{
|
|
6264
6264
|
href: s.link ? s?.link : void 0,
|
|
6265
6265
|
target: s.target,
|
|
@@ -6273,7 +6273,7 @@ const Tt = (e) => {
|
|
|
6273
6273
|
/* @__PURE__ */ h("section", { className: we.copyrigth, children: [
|
|
6274
6274
|
/* @__PURE__ */ a("p", { className: we.copyrigthText, children: e.copyrigth }),
|
|
6275
6275
|
/* @__PURE__ */ a(
|
|
6276
|
-
|
|
6276
|
+
B,
|
|
6277
6277
|
{
|
|
6278
6278
|
"aria-label": "Bluestack link",
|
|
6279
6279
|
href: "https://www.bluestack.la",
|
|
@@ -6490,7 +6490,7 @@ function Pd({ noteShare: e }) {
|
|
|
6490
6490
|
if (!r) return null;
|
|
6491
6491
|
const o = e.variant === "outline" ? r.icon.outline : r.icon.solid, s = r.url(t);
|
|
6492
6492
|
return /* @__PURE__ */ a(
|
|
6493
|
-
|
|
6493
|
+
B,
|
|
6494
6494
|
{
|
|
6495
6495
|
href: s,
|
|
6496
6496
|
target: "_blank",
|
|
@@ -6524,25 +6524,25 @@ function Pd({ noteShare: e }) {
|
|
|
6524
6524
|
)
|
|
6525
6525
|
] }) : null;
|
|
6526
6526
|
}
|
|
6527
|
-
const Dd = "_content_r1co8_1", Md = "_videoContent_r1co8_20", jd = "_articleSection_r1co8_27", Qd = "_title_r1co8_42", Gd = "_article_r1co8_27",
|
|
6527
|
+
const Dd = "_content_r1co8_1", Md = "_videoContent_r1co8_20", jd = "_articleSection_r1co8_27", Qd = "_title_r1co8_42", Gd = "_article_r1co8_27", Hd = "_correspondent_r1co8_75", zd = "_iframeStyled_r1co8_84", Vd = "_contentFrame_r1co8_94", He = {
|
|
6528
6528
|
content: Dd,
|
|
6529
6529
|
videoContent: Md,
|
|
6530
6530
|
articleSection: jd,
|
|
6531
6531
|
title: Qd,
|
|
6532
6532
|
article: Gd,
|
|
6533
|
-
correspondent:
|
|
6534
|
-
iframeStyled:
|
|
6533
|
+
correspondent: Hd,
|
|
6534
|
+
iframeStyled: zd,
|
|
6535
6535
|
contentFrame: Vd
|
|
6536
6536
|
}, J9 = (e) => {
|
|
6537
6537
|
const t = () => e?.video.main.author ? `${e?.video.main.author} - ${je(
|
|
6538
6538
|
e.video.info.date.created
|
|
6539
6539
|
)}` : e?.video.main.author;
|
|
6540
|
-
return /* @__PURE__ */ a("div", { className:
|
|
6541
|
-
/* @__PURE__ */ a("p", { className:
|
|
6540
|
+
return /* @__PURE__ */ a("div", { className: He.content, children: /* @__PURE__ */ a(Vt, { children: /* @__PURE__ */ h("div", { className: He.videoContent, children: [
|
|
6541
|
+
/* @__PURE__ */ a("p", { className: He.title, children: e.video.main.title }),
|
|
6542
6542
|
e.type === "vy" && /* @__PURE__ */ a(
|
|
6543
6543
|
"iframe",
|
|
6544
6544
|
{
|
|
6545
|
-
className:
|
|
6545
|
+
className: He.iframeStyled,
|
|
6546
6546
|
src: `https://www.youtube.com/embed/${e.video.main.code}`,
|
|
6547
6547
|
frameBorder: "0",
|
|
6548
6548
|
allowFullScreen: !0
|
|
@@ -6551,7 +6551,7 @@ const Dd = "_content_r1co8_1", Md = "_videoContent_r1co8_20", jd = "_articleSect
|
|
|
6551
6551
|
e.type === "vf" && /* @__PURE__ */ a(
|
|
6552
6552
|
"iframe",
|
|
6553
6553
|
{
|
|
6554
|
-
className:
|
|
6554
|
+
className: He.iframeStyled,
|
|
6555
6555
|
src: e.video.main.code,
|
|
6556
6556
|
frameBorder: "0",
|
|
6557
6557
|
allowFullScreen: !0
|
|
@@ -6560,13 +6560,13 @@ const Dd = "_content_r1co8_1", Md = "_videoContent_r1co8_20", jd = "_articleSect
|
|
|
6560
6560
|
e.type === "ve" && /* @__PURE__ */ a(
|
|
6561
6561
|
"div",
|
|
6562
6562
|
{
|
|
6563
|
-
className:
|
|
6563
|
+
className: He.contentFrame,
|
|
6564
6564
|
dangerouslySetInnerHTML: { __html: e.video.main.code }
|
|
6565
6565
|
}
|
|
6566
6566
|
),
|
|
6567
|
-
/* @__PURE__ */ h("div", { className:
|
|
6568
|
-
/* @__PURE__ */ a("p", { className:
|
|
6569
|
-
/* @__PURE__ */ a("p", { className:
|
|
6567
|
+
/* @__PURE__ */ h("div", { className: He.articleSection, children: [
|
|
6568
|
+
/* @__PURE__ */ a("p", { className: He.article, children: Qe(e.video.main.description) }),
|
|
6569
|
+
/* @__PURE__ */ a("p", { className: He.correspondent, children: t() })
|
|
6570
6570
|
] })
|
|
6571
6571
|
] }) }) });
|
|
6572
6572
|
}, Fd = "_content_wxhkd_1", Wd = "_linkStyled_wxhkd_9", Pn = {
|
|
@@ -6582,7 +6582,7 @@ const Dd = "_content_r1co8_1", Md = "_videoContent_r1co8_20", jd = "_articleSect
|
|
|
6582
6582
|
};
|
|
6583
6583
|
return (t > 1 || n && t < r) && /* @__PURE__ */ h("section", { className: Pn.content, children: [
|
|
6584
6584
|
t > 1 && /* @__PURE__ */ a(
|
|
6585
|
-
|
|
6585
|
+
B,
|
|
6586
6586
|
{
|
|
6587
6587
|
className: Pn.linkStyled,
|
|
6588
6588
|
href: i("prev", o || "", s || ""),
|
|
@@ -6590,7 +6590,7 @@ const Dd = "_content_r1co8_1", Md = "_videoContent_r1co8_20", jd = "_articleSect
|
|
|
6590
6590
|
}
|
|
6591
6591
|
),
|
|
6592
6592
|
n && t < r && /* @__PURE__ */ a(
|
|
6593
|
-
|
|
6593
|
+
B,
|
|
6594
6594
|
{
|
|
6595
6595
|
className: Pn.linkStyled,
|
|
6596
6596
|
href: i("next", o || "", s || ""),
|
|
@@ -6644,7 +6644,7 @@ const Dd = "_content_r1co8_1", Md = "_videoContent_r1co8_20", jd = "_articleSect
|
|
|
6644
6644
|
},
|
|
6645
6645
|
children: [
|
|
6646
6646
|
/* @__PURE__ */ a(
|
|
6647
|
-
|
|
6647
|
+
B,
|
|
6648
6648
|
{
|
|
6649
6649
|
"aria-label": e.main?.title?.section,
|
|
6650
6650
|
className: Dt.image,
|
|
@@ -6698,7 +6698,7 @@ const Dd = "_content_r1co8_1", Md = "_videoContent_r1co8_20", jd = "_articleSect
|
|
|
6698
6698
|
if (i && e.keywords?.tags?.length && e.keywords.tags.length > 0) {
|
|
6699
6699
|
const d = e.keywords.tags[0], l = d.name;
|
|
6700
6700
|
return d.approved ? /* @__PURE__ */ a("h3", { children: /* @__PURE__ */ a(
|
|
6701
|
-
|
|
6701
|
+
B,
|
|
6702
6702
|
{
|
|
6703
6703
|
"aria-label": l,
|
|
6704
6704
|
className: et.sectionDescription,
|
|
@@ -6708,7 +6708,7 @@ const Dd = "_content_r1co8_1", Md = "_videoContent_r1co8_20", jd = "_articleSect
|
|
|
6708
6708
|
) }) : /* @__PURE__ */ a("div", { className: et.sectionDescription, children: l });
|
|
6709
6709
|
} else if (e.info?.section?.url)
|
|
6710
6710
|
return /* @__PURE__ */ a("h3", { children: /* @__PURE__ */ a(
|
|
6711
|
-
|
|
6711
|
+
B,
|
|
6712
6712
|
{
|
|
6713
6713
|
className: et.sectionDescription,
|
|
6714
6714
|
href: e?.info?.link?.url,
|
|
@@ -6720,7 +6720,7 @@ const Dd = "_content_r1co8_1", Md = "_videoContent_r1co8_20", jd = "_articleSect
|
|
|
6720
6720
|
};
|
|
6721
6721
|
return /* @__PURE__ */ h("section", { className: et.content, children: [
|
|
6722
6722
|
/* @__PURE__ */ a(
|
|
6723
|
-
|
|
6723
|
+
B,
|
|
6724
6724
|
{
|
|
6725
6725
|
title: r?.title?.section,
|
|
6726
6726
|
href: n.link.url,
|
|
@@ -6743,7 +6743,7 @@ const Dd = "_content_r1co8_1", Md = "_videoContent_r1co8_20", jd = "_articleSect
|
|
|
6743
6743
|
children: [
|
|
6744
6744
|
/* @__PURE__ */ a(c, {}),
|
|
6745
6745
|
/* @__PURE__ */ a("h2", { className: et.articule, children: /* @__PURE__ */ a(
|
|
6746
|
-
|
|
6746
|
+
B,
|
|
6747
6747
|
{
|
|
6748
6748
|
className: et.linkStyled,
|
|
6749
6749
|
href: e?.info?.link?.url,
|
|
@@ -6773,7 +6773,7 @@ const Dd = "_content_r1co8_1", Md = "_videoContent_r1co8_20", jd = "_articleSect
|
|
|
6773
6773
|
/* @__PURE__ */ a(t, {}),
|
|
6774
6774
|
/* @__PURE__ */ a("p", { className: gt.title, children: e.title }),
|
|
6775
6775
|
/* @__PURE__ */ a("p", { className: gt.description, children: e.description }),
|
|
6776
|
-
/* @__PURE__ */ a(
|
|
6776
|
+
/* @__PURE__ */ a(B, { className: gt.linkStyled, href: "/", children: e.buttonText ?? "Inicio" })
|
|
6777
6777
|
] })
|
|
6778
6778
|
] });
|
|
6779
6779
|
}, g1 = "_content_zxcog_1", p1 = "_contentLabel_zxcog_8", A1 = "_label_zxcog_13", w1 = "_required_zxcog_22", y1 = "_input_zxcog_28", Ut = {
|
|
@@ -6833,7 +6833,7 @@ const Dd = "_content_r1co8_1", Md = "_videoContent_r1co8_20", jd = "_articleSect
|
|
|
6833
6833
|
/* @__PURE__ */ h("div", { className: tt.textBox, children: [
|
|
6834
6834
|
/* @__PURE__ */ h("div", { className: tt.contentBox, children: [
|
|
6835
6835
|
e?.info?.section && /* @__PURE__ */ a(
|
|
6836
|
-
|
|
6836
|
+
B,
|
|
6837
6837
|
{
|
|
6838
6838
|
className: tt.sectionDescription,
|
|
6839
6839
|
href: e?.info?.section?.url,
|
|
@@ -6863,11 +6863,11 @@ const Dd = "_content_r1co8_1", Md = "_videoContent_r1co8_20", jd = "_articleSect
|
|
|
6863
6863
|
contentLine: j1,
|
|
6864
6864
|
contentText: Q1,
|
|
6865
6865
|
dateLink: G1
|
|
6866
|
-
},
|
|
6867
|
-
/* @__PURE__ */ a(
|
|
6866
|
+
}, H1 = (e) => /* @__PURE__ */ a("section", { className: Xt.content, children: e.itemList[0]?.list.items.map((t, n) => /* @__PURE__ */ h("div", { className: Xt.contentLine, children: [
|
|
6867
|
+
/* @__PURE__ */ a(B, { className: Xt.dateLink, href: `#item-${n + 1}`, children: cs(t.date) }),
|
|
6868
6868
|
/* @__PURE__ */ a("div", { className: Xt.contentText, children: (e.itemList[0]?.list.integrated, t.title) })
|
|
6869
|
-
] }, n)) }),
|
|
6870
|
-
content:
|
|
6869
|
+
] }, n)) }), z1 = "_content_w8a84_1", V1 = "_contentInfo_w8a84_11", F1 = "_imageStyled_w8a84_19", W1 = "_contentIconStyled_w8a84_30", $1 = "_name_w8a84_56", Y1 = "_email_w8a84_65", K1 = "_description_w8a84_81", J1 = "_contenSocialNetwork_w8a84_93", Z1 = "_socialIcon_w8a84_103", Ie = {
|
|
6870
|
+
content: z1,
|
|
6871
6871
|
contentInfo: V1,
|
|
6872
6872
|
imageStyled: F1,
|
|
6873
6873
|
contentIconStyled: W1,
|
|
@@ -7163,7 +7163,7 @@ const Dd = "_content_r1co8_1", Md = "_videoContent_r1co8_20", jd = "_articleSect
|
|
|
7163
7163
|
}
|
|
7164
7164
|
)
|
|
7165
7165
|
] })
|
|
7166
|
-
] }) }), xu = "_content_gcte1_1", Tu = "_titleContent_gcte1_24", Iu = "_title_gcte1_24", ku = "_startLine_gcte1_88", Uu = "_line_gcte1_93", qu = "_bottomLine_gcte1_99", Ru = "_childrenContent_gcte1_118", Lu = "_readMore_gcte1_131",
|
|
7166
|
+
] }) }), xu = "_content_gcte1_1", Tu = "_titleContent_gcte1_24", Iu = "_title_gcte1_24", ku = "_startLine_gcte1_88", Uu = "_line_gcte1_93", qu = "_bottomLine_gcte1_99", Ru = "_childrenContent_gcte1_118", Lu = "_readMore_gcte1_131", ze = {
|
|
7167
7167
|
content: xu,
|
|
7168
7168
|
titleContent: Tu,
|
|
7169
7169
|
title: Iu,
|
|
@@ -7173,29 +7173,29 @@ const Dd = "_content_r1co8_1", Md = "_videoContent_r1co8_20", jd = "_articleSect
|
|
|
7173
7173
|
childrenContent: Ru,
|
|
7174
7174
|
readMore: Lu
|
|
7175
7175
|
}, me = Pr((e, t) => {
|
|
7176
|
-
const { isTitle: n = !1, isOpinion: r = !1 } = e, o = n ? /* @__PURE__ */ a("h1", { className:
|
|
7177
|
-
return /* @__PURE__ */ h("section", { className:
|
|
7176
|
+
const { isTitle: n = !1, isOpinion: r = !1 } = e, o = n ? /* @__PURE__ */ a("h1", { className: ze.title, children: e.title }) : /* @__PURE__ */ a("h2", { className: ze.title, children: e.title });
|
|
7177
|
+
return /* @__PURE__ */ h("section", { className: ze.content, children: [
|
|
7178
7178
|
e.title && /* @__PURE__ */ h(
|
|
7179
7179
|
"div",
|
|
7180
7180
|
{
|
|
7181
|
-
className: [
|
|
7181
|
+
className: [ze.titleContent, e.className ?? ""].join(" "),
|
|
7182
7182
|
"data-after": `${r}`,
|
|
7183
7183
|
children: [
|
|
7184
|
-
/* @__PURE__ */ a("hr", { className:
|
|
7185
|
-
e.titleUrl ? /* @__PURE__ */ a(
|
|
7186
|
-
/* @__PURE__ */ a("hr", { className:
|
|
7184
|
+
/* @__PURE__ */ a("hr", { className: ze.startLine }),
|
|
7185
|
+
e.titleUrl ? /* @__PURE__ */ a(B, { href: e.titleUrl, children: o }) : o,
|
|
7186
|
+
/* @__PURE__ */ a("hr", { className: ze.line }),
|
|
7187
7187
|
e.titleUrl && /* @__PURE__ */ a(
|
|
7188
|
-
|
|
7188
|
+
B,
|
|
7189
7189
|
{
|
|
7190
|
-
className:
|
|
7190
|
+
className: ze.readMore,
|
|
7191
7191
|
href: e.titleUrl?.toString() ?? ""
|
|
7192
7192
|
}
|
|
7193
7193
|
)
|
|
7194
7194
|
]
|
|
7195
7195
|
}
|
|
7196
7196
|
),
|
|
7197
|
-
e.title && /* @__PURE__ */ a("hr", { className: [
|
|
7198
|
-
/* @__PURE__ */ a("div", { className:
|
|
7197
|
+
e.title && /* @__PURE__ */ a("hr", { className: [ze.bottomLine, e.className ?? ""].join(" ") }),
|
|
7198
|
+
/* @__PURE__ */ a("div", { className: ze.childrenContent, ref: t, children: e.children })
|
|
7199
7199
|
] });
|
|
7200
7200
|
}), Sa = (e) => /* @__PURE__ */ a(
|
|
7201
7201
|
"svg",
|
|
@@ -7235,7 +7235,7 @@ const Dd = "_content_r1co8_1", Md = "_videoContent_r1co8_20", jd = "_articleSect
|
|
|
7235
7235
|
}
|
|
7236
7236
|
)
|
|
7237
7237
|
}
|
|
7238
|
-
), Bu = "
|
|
7238
|
+
), Bu = "_drawerStyled_xk2do_1", Ou = "_sidebarCustom_xk2do_6", Pu = "_accordionStyled_xk2do_24", Du = "_accordionHeading_xk2do_35", Mu = "_accordionSummeryStyled_xk2do_44", ju = "_linkStyled_xk2do_71", Qu = "_subLinkStyled_xk2do_91", Gu = "_inputContent_xk2do_113", Hu = "_buttonContent_xk2do_114", zu = "_inputStyled_xk2do_124", Vu = "_buscar_xk2do_140", Fu = "_buttonStyled_xk2do_168", Wu = "_accordionDetailsStyled_xk2do_183", $u = "_footerSlider_xk2do_198", Yu = "_socialMedia_xk2do_209", Ku = "_copyRights_xk2do_228", Ju = "_icon_xk2do_239", le = {
|
|
7239
7239
|
drawerStyled: Bu,
|
|
7240
7240
|
sidebarCustom: Ou,
|
|
7241
7241
|
accordionStyled: Pu,
|
|
@@ -7244,8 +7244,8 @@ const Dd = "_content_r1co8_1", Md = "_videoContent_r1co8_20", jd = "_articleSect
|
|
|
7244
7244
|
linkStyled: ju,
|
|
7245
7245
|
subLinkStyled: Qu,
|
|
7246
7246
|
inputContent: Gu,
|
|
7247
|
-
buttonContent:
|
|
7248
|
-
inputStyled:
|
|
7247
|
+
buttonContent: Hu,
|
|
7248
|
+
inputStyled: zu,
|
|
7249
7249
|
buscar: Vu,
|
|
7250
7250
|
buttonStyled: Fu,
|
|
7251
7251
|
accordionDetailsStyled: Wu,
|
|
@@ -7271,12 +7271,15 @@ const Dd = "_content_r1co8_1", Md = "_videoContent_r1co8_20", jd = "_articleSect
|
|
|
7271
7271
|
/* @__PURE__ */ a("input", { type: "checkbox", id: "side-bar-state" }),
|
|
7272
7272
|
/* @__PURE__ */ h("section", { className: le.sidebarCustom, children: [
|
|
7273
7273
|
/* @__PURE__ */ a("div", { className: le.buttonContent, children: /* @__PURE__ */ a("label", { className: le.buttonStyled, htmlFor: "side-bar-state", children: /* @__PURE__ */ a(It, { className: le.icon }) }) }),
|
|
7274
|
-
/* @__PURE__ */ a("div", { className: le.inputContent, children: /* @__PURE__ */ h(
|
|
7275
|
-
/* @__PURE__ */
|
|
7276
|
-
|
|
7277
|
-
"
|
|
7278
|
-
|
|
7279
|
-
|
|
7274
|
+
/* @__PURE__ */ a("div", { className: le.inputContent, children: /* @__PURE__ */ h("form", { className: le.inputStyled, action: "/buscar", method: "GET", children: [
|
|
7275
|
+
/* @__PURE__ */ a("input", { className: le.buscar, type: "text", name: "query", placeholder: o + "..." }),
|
|
7276
|
+
/* @__PURE__ */ a("button", { type: "submit", style: {
|
|
7277
|
+
background: "transparent",
|
|
7278
|
+
border: "none",
|
|
7279
|
+
outline: "none",
|
|
7280
|
+
padding: 0,
|
|
7281
|
+
margin: 0
|
|
7282
|
+
}, children: /* @__PURE__ */ a(Sa, { color: "var(--search-input-icons)" }) })
|
|
7280
7283
|
] }) }),
|
|
7281
7284
|
/* @__PURE__ */ h(
|
|
7282
7285
|
"div",
|
|
@@ -7306,7 +7309,7 @@ const Dd = "_content_r1co8_1", Md = "_videoContent_r1co8_20", jd = "_articleSect
|
|
|
7306
7309
|
htmlFor: "accordion_" + i,
|
|
7307
7310
|
children: [
|
|
7308
7311
|
s.link ? /* @__PURE__ */ a(
|
|
7309
|
-
|
|
7312
|
+
B,
|
|
7310
7313
|
{
|
|
7311
7314
|
className: `${le.linkStyledAccordion} ${le.linkStyled}`,
|
|
7312
7315
|
href: s.link ? s.link : void 0,
|
|
@@ -7325,7 +7328,7 @@ const Dd = "_content_r1co8_1", Md = "_videoContent_r1co8_20", jd = "_articleSect
|
|
|
7325
7328
|
]
|
|
7326
7329
|
}
|
|
7327
7330
|
) : /* @__PURE__ */ a(
|
|
7328
|
-
|
|
7331
|
+
B,
|
|
7329
7332
|
{
|
|
7330
7333
|
className: le.linkStyled,
|
|
7331
7334
|
href: s.link ? s.link : void 0,
|
|
@@ -7341,7 +7344,7 @@ const Dd = "_content_r1co8_1", Md = "_videoContent_r1co8_20", jd = "_articleSect
|
|
|
7341
7344
|
"--max-height": s.subitem.length * 45 + "px"
|
|
7342
7345
|
},
|
|
7343
7346
|
children: s.subitem.map((c, d) => /* @__PURE__ */ a(
|
|
7344
|
-
|
|
7347
|
+
B,
|
|
7345
7348
|
{
|
|
7346
7349
|
className: le.subLinkStyled,
|
|
7347
7350
|
href: c.link ? c.link : void 0,
|
|
@@ -7409,7 +7412,7 @@ const Dd = "_content_r1co8_1", Md = "_videoContent_r1co8_20", jd = "_articleSect
|
|
|
7409
7412
|
closeLiveStyled: ah
|
|
7410
7413
|
}, Co = (e) => {
|
|
7411
7414
|
const { alertZone: t, id: n = "close-alert" } = e, r = () => /* @__PURE__ */ a(
|
|
7412
|
-
|
|
7415
|
+
B,
|
|
7413
7416
|
{
|
|
7414
7417
|
className: Rt.headLine,
|
|
7415
7418
|
href: t?.data[0]?.info.link.url,
|
|
@@ -7470,7 +7473,7 @@ const Dd = "_content_r1co8_1", Md = "_videoContent_r1co8_20", jd = "_articleSect
|
|
|
7470
7473
|
Array.isArray(t) && /* @__PURE__ */ h("div", { className: `${Ve.tabs} header-page-tape-content`, children: [
|
|
7471
7474
|
n !== "" && /* @__PURE__ */ a("p", { className: Ve.title, children: `${n}` }),
|
|
7472
7475
|
t && t[s] && /* @__PURE__ */ a(
|
|
7473
|
-
|
|
7476
|
+
B,
|
|
7474
7477
|
{
|
|
7475
7478
|
className: Ve.linkStyled,
|
|
7476
7479
|
target: t[s]?.target,
|
|
@@ -7486,7 +7489,7 @@ const Dd = "_content_r1co8_1", Md = "_videoContent_r1co8_20", jd = "_articleSect
|
|
|
7486
7489
|
t && t.map((i, c) => {
|
|
7487
7490
|
if (c !== s)
|
|
7488
7491
|
return /* @__PURE__ */ a(
|
|
7489
|
-
|
|
7492
|
+
B,
|
|
7490
7493
|
{
|
|
7491
7494
|
className: Ve.linkStyled,
|
|
7492
7495
|
href: i?.link,
|
|
@@ -7561,7 +7564,7 @@ const Dd = "_content_r1co8_1", Md = "_videoContent_r1co8_20", jd = "_articleSect
|
|
|
7561
7564
|
}
|
|
7562
7565
|
),
|
|
7563
7566
|
/* @__PURE__ */ a("div", { className: ke.iconContent, children: /* @__PURE__ */ a(
|
|
7564
|
-
|
|
7567
|
+
B,
|
|
7565
7568
|
{
|
|
7566
7569
|
href: "/",
|
|
7567
7570
|
"aria-label": "Home",
|
|
@@ -7577,7 +7580,7 @@ const Dd = "_content_r1co8_1", Md = "_videoContent_r1co8_20", jd = "_articleSect
|
|
|
7577
7580
|
!e.showAlertPop && t?.data && /* @__PURE__ */ h("div", { className: ke.headLineContent, children: [
|
|
7578
7581
|
/* @__PURE__ */ a("div", { className: `${ke.headLineTitle} headLineTitle`, children: t.entity.description ? `${t.entity.description}` : "" }),
|
|
7579
7582
|
/* @__PURE__ */ a(
|
|
7580
|
-
|
|
7583
|
+
B,
|
|
7581
7584
|
{
|
|
7582
7585
|
className: ke.headLine,
|
|
7583
7586
|
href: t.data[0]?.info.link.url,
|
|
@@ -7598,7 +7601,7 @@ const Dd = "_content_r1co8_1", Md = "_videoContent_r1co8_20", jd = "_articleSect
|
|
|
7598
7601
|
].join(" "),
|
|
7599
7602
|
children: [
|
|
7600
7603
|
/* @__PURE__ */ a(
|
|
7601
|
-
|
|
7604
|
+
B,
|
|
7602
7605
|
{
|
|
7603
7606
|
href: e.searchLink ? e.searchLink : "/buscar",
|
|
7604
7607
|
"aria-label": e.searchKeyWord,
|
|
@@ -7632,7 +7635,7 @@ const Dd = "_content_r1co8_1", Md = "_videoContent_r1co8_20", jd = "_articleSect
|
|
|
7632
7635
|
const { items: t } = e;
|
|
7633
7636
|
return /* @__PURE__ */ a("ul", { className: Fe.ul, children: t.map((n, r) => /* @__PURE__ */ h("li", { className: `${Fe.liBefore} ${Fe.li}`, children: [
|
|
7634
7637
|
n.link ? /* @__PURE__ */ h(
|
|
7635
|
-
|
|
7638
|
+
B,
|
|
7636
7639
|
{
|
|
7637
7640
|
"aria-label": n.description,
|
|
7638
7641
|
className: Fe.linkStyled,
|
|
@@ -7648,7 +7651,7 @@ const Dd = "_content_r1co8_1", Md = "_videoContent_r1co8_20", jd = "_articleSect
|
|
|
7648
7651
|
Array.isArray(n.subitem) && /* @__PURE__ */ a(Cn, {})
|
|
7649
7652
|
] }),
|
|
7650
7653
|
Array.isArray(n.subitem) && /* @__PURE__ */ a("ul", { className: Fe.ulContent, children: /* @__PURE__ */ a("div", { className: Fe.contentModal, children: n.subitem.map((o, s) => /* @__PURE__ */ a("li", { className: Fe.li, children: /* @__PURE__ */ a(
|
|
7651
|
-
|
|
7654
|
+
B,
|
|
7652
7655
|
{
|
|
7653
7656
|
className: Fe.itemLink,
|
|
7654
7657
|
"aria-label": o.description,
|
|
@@ -7658,13 +7661,13 @@ const Dd = "_content_r1co8_1", Md = "_videoContent_r1co8_20", jd = "_articleSect
|
|
|
7658
7661
|
}
|
|
7659
7662
|
) }, s)) }) })
|
|
7660
7663
|
] }, r)) });
|
|
7661
|
-
}, Mh = "_headerStyled_ksxbt_1", jh = "_headerContent_ksxbt_23", Qh = "_menuButtonSection_ksxbt_33", Gh = "_menuButton_ksxbt_33",
|
|
7664
|
+
}, Mh = "_headerStyled_ksxbt_1", jh = "_headerContent_ksxbt_23", Qh = "_menuButtonSection_ksxbt_33", Gh = "_menuButton_ksxbt_33", Hh = "_buttonSection_ksxbt_84", zh = "_buttonSectionSearch_ksxbt_101", Vh = "_hasAlertZone_ksxbt_111", Fh = "_buttonText_ksxbt_130", Wh = "_logoContent_ksxbt_140", $h = "_logoStyled_ksxbt_148", Yh = "_headLineContent_ksxbt_172", Kh = "_headLineTitle_ksxbt_187", Jh = "_menuSection_ksxbt_203", Zh = "_headLine_ksxbt_172", Xh = "_line_ksxbt_255", ye = {
|
|
7662
7665
|
headerStyled: Mh,
|
|
7663
7666
|
headerContent: jh,
|
|
7664
7667
|
menuButtonSection: Qh,
|
|
7665
7668
|
menuButton: Gh,
|
|
7666
|
-
buttonSection:
|
|
7667
|
-
buttonSectionSearch:
|
|
7669
|
+
buttonSection: Hh,
|
|
7670
|
+
buttonSectionSearch: zh,
|
|
7668
7671
|
hasAlertZone: Vh,
|
|
7669
7672
|
buttonText: Fh,
|
|
7670
7673
|
logoContent: Wh,
|
|
@@ -7705,14 +7708,14 @@ const Dd = "_content_r1co8_1", Md = "_videoContent_r1co8_20", jd = "_articleSect
|
|
|
7705
7708
|
]
|
|
7706
7709
|
}
|
|
7707
7710
|
) }),
|
|
7708
|
-
/* @__PURE__ */ a("div", { className: ye.logoContent, children: /* @__PURE__ */ a(
|
|
7711
|
+
/* @__PURE__ */ a("div", { className: ye.logoContent, children: /* @__PURE__ */ a(B, { href: "/", "aria-label": "Home", className: "header-logo-link", children: xe.createElement(
|
|
7709
7712
|
"span",
|
|
7710
7713
|
{ className: `${ye.logoStyled}` },
|
|
7711
7714
|
e.icon
|
|
7712
7715
|
) }) }),
|
|
7713
7716
|
/* @__PURE__ */ h("div", { className: ye.buttonSection, children: [
|
|
7714
7717
|
/* @__PURE__ */ a(
|
|
7715
|
-
|
|
7718
|
+
B,
|
|
7716
7719
|
{
|
|
7717
7720
|
href: e.searchLink ? e.searchLink : "/buscar",
|
|
7718
7721
|
style: { display: "flex" },
|
|
@@ -7726,7 +7729,7 @@ const Dd = "_content_r1co8_1", Md = "_videoContent_r1co8_20", jd = "_articleSect
|
|
|
7726
7729
|
!e.showAlertPop && n?.data ? /* @__PURE__ */ h("div", { className: ye.headLineContent, children: [
|
|
7727
7730
|
/* @__PURE__ */ a("p", { className: `${ye.headLineTitle} headLineTitle`, children: n.entity.description ? `${n.entity.description}` : "" }),
|
|
7728
7731
|
/* @__PURE__ */ a(
|
|
7729
|
-
|
|
7732
|
+
B,
|
|
7730
7733
|
{
|
|
7731
7734
|
className: ye.headLine,
|
|
7732
7735
|
href: n.data[0]?.info.link.url,
|
|
@@ -7802,7 +7805,7 @@ const Dd = "_content_r1co8_1", Md = "_videoContent_r1co8_20", jd = "_articleSect
|
|
|
7802
7805
|
tagStyled: cm
|
|
7803
7806
|
}, lm = (e) => /* @__PURE__ */ a("section", { className: pt.content, children: Array.isArray(e.tags) && /* @__PURE__ */ h("div", { className: pt.tags, children: [
|
|
7804
7807
|
/* @__PURE__ */ a("p", { className: pt.tagStyled, children: e.title ? e.title : "Tags:" }),
|
|
7805
|
-
e.tags.map((t, n) => t.approved ? /* @__PURE__ */ a(
|
|
7808
|
+
e.tags.map((t, n) => t.approved ? /* @__PURE__ */ a(B, { href: vt(t, e.paths), children: /* @__PURE__ */ a("div", { className: `${pt.chipStyled} ${pt.tagLink}`, children: t.name }) }, n) : /* @__PURE__ */ a("div", { className: pt.chipStyled, children: t.name }, n))
|
|
7806
7809
|
] }) }), dm = "_contentBox_1rkkg_1", um = "_content_1rkkg_1", hm = "_imageStyled_1rkkg_16", mm = "_contentIconStyled_1rkkg_23", fm = "_avatarContent_1rkkg_43", gm = "_journalistSection_1rkkg_50", pm = "_journalistInfo_1rkkg_56", Am = "_socialNetworkSection_1rkkg_70", wm = "_article_1rkkg_83", De = {
|
|
7807
7810
|
contentBox: dm,
|
|
7808
7811
|
content: um,
|
|
@@ -7818,7 +7821,7 @@ const Dd = "_content_r1co8_1", Md = "_videoContent_r1co8_20", jd = "_articleSect
|
|
|
7818
7821
|
return t.addtional.USER_SHOWBIO && /* @__PURE__ */ a("section", { className: De.contentBox, children: /* @__PURE__ */ h("div", { className: De.content, children: [
|
|
7819
7822
|
/* @__PURE__ */ h("div", { className: De.avatarContent, children: [
|
|
7820
7823
|
/* @__PURE__ */ a(
|
|
7821
|
-
|
|
7824
|
+
B,
|
|
7822
7825
|
{
|
|
7823
7826
|
className: De.journalistInfo,
|
|
7824
7827
|
href: `/${e.paths.autor}/${t.info.name}`,
|
|
@@ -7835,7 +7838,7 @@ const Dd = "_content_r1co8_1", Md = "_videoContent_r1co8_20", jd = "_articleSect
|
|
|
7835
7838
|
}
|
|
7836
7839
|
),
|
|
7837
7840
|
/* @__PURE__ */ h("section", { className: De.journalistSection, children: [
|
|
7838
|
-
/* @__PURE__ */ a("h3", { className: De.journalistInfo, children: /* @__PURE__ */ a(
|
|
7841
|
+
/* @__PURE__ */ a("h3", { className: De.journalistInfo, children: /* @__PURE__ */ a(B, { href: `/${e.paths.autor}/${t.info.name}`, children: t.info.fullname }) }),
|
|
7839
7842
|
/* @__PURE__ */ h("section", { className: De.socialNetworkSection, children: [
|
|
7840
7843
|
t.addtional.USER_USERFB && /* @__PURE__ */ a(
|
|
7841
7844
|
"a",
|
|
@@ -8077,7 +8080,7 @@ const Dd = "_content_r1co8_1", Md = "_videoContent_r1co8_20", jd = "_articleSect
|
|
|
8077
8080
|
return s.approved ? /* @__PURE__ */ h("h3", { children: [
|
|
8078
8081
|
" ",
|
|
8079
8082
|
/* @__PURE__ */ a(
|
|
8080
|
-
|
|
8083
|
+
B,
|
|
8081
8084
|
{
|
|
8082
8085
|
"aria-label": i,
|
|
8083
8086
|
className: Se.tagmx,
|
|
@@ -8087,13 +8090,13 @@ const Dd = "_content_r1co8_1", Md = "_videoContent_r1co8_20", jd = "_articleSect
|
|
|
8087
8090
|
)
|
|
8088
8091
|
] }) : /* @__PURE__ */ a("div", { className: Se.tagmx, children: i });
|
|
8089
8092
|
} else if (e.info?.section?.url)
|
|
8090
|
-
return /* @__PURE__ */ a("h3", { children: /* @__PURE__ */ a(
|
|
8093
|
+
return /* @__PURE__ */ a("h3", { children: /* @__PURE__ */ a(B, { className: Se.tagmx, href: e?.info?.section?.url, children: e?.info?.section?.name }) });
|
|
8091
8094
|
return null;
|
|
8092
8095
|
}, o = () => {
|
|
8093
8096
|
if (t && e.keywords?.tags?.length && e.keywords.tags.length > 0) {
|
|
8094
8097
|
const s = e.keywords.tags[0], i = s.name;
|
|
8095
8098
|
return s.approved ? /* @__PURE__ */ a("h3", { children: /* @__PURE__ */ a(
|
|
8096
|
-
|
|
8099
|
+
B,
|
|
8097
8100
|
{
|
|
8098
8101
|
"aria-label": i,
|
|
8099
8102
|
className: Se.tag,
|
|
@@ -8102,12 +8105,12 @@ const Dd = "_content_r1co8_1", Md = "_videoContent_r1co8_20", jd = "_articleSect
|
|
|
8102
8105
|
}
|
|
8103
8106
|
) }) : /* @__PURE__ */ a("div", { className: Se.tag, children: i });
|
|
8104
8107
|
} else if (e.info?.section?.url)
|
|
8105
|
-
return /* @__PURE__ */ a("h3", { children: /* @__PURE__ */ a(
|
|
8108
|
+
return /* @__PURE__ */ a("h3", { children: /* @__PURE__ */ a(B, { className: Se.tag, href: e?.info?.section?.url, children: e?.info?.section?.name }) });
|
|
8106
8109
|
return null;
|
|
8107
8110
|
};
|
|
8108
8111
|
return /* @__PURE__ */ h("section", { className: `${Se.content} destacado-super-content`, children: [
|
|
8109
8112
|
/* @__PURE__ */ a(
|
|
8110
|
-
|
|
8113
|
+
B,
|
|
8111
8114
|
{
|
|
8112
8115
|
href: e?.info?.link?.url,
|
|
8113
8116
|
target: e?.info?.link?.target,
|
|
@@ -8146,7 +8149,7 @@ const Dd = "_content_r1co8_1", Md = "_videoContent_r1co8_20", jd = "_articleSect
|
|
|
8146
8149
|
children: [
|
|
8147
8150
|
/* @__PURE__ */ a(o, {}),
|
|
8148
8151
|
/* @__PURE__ */ a(
|
|
8149
|
-
|
|
8152
|
+
B,
|
|
8150
8153
|
{
|
|
8151
8154
|
className: Se.linkTitle,
|
|
8152
8155
|
href: e?.info?.link?.url,
|
|
@@ -8176,7 +8179,7 @@ const Dd = "_content_r1co8_1", Md = "_videoContent_r1co8_20", jd = "_articleSect
|
|
|
8176
8179
|
}
|
|
8177
8180
|
),
|
|
8178
8181
|
e?.config?.showtime && e.config?.showauthor && /* @__PURE__ */ a(Y, { children: e.authors[0]?.internaluser ? /* @__PURE__ */ a(
|
|
8179
|
-
|
|
8182
|
+
B,
|
|
8180
8183
|
{
|
|
8181
8184
|
href: `/${e.paths?.autor ?? "autor"}/${e?.authors[0]?.name}`,
|
|
8182
8185
|
className: Se.correspondent,
|
|
@@ -8288,7 +8291,7 @@ const Dd = "_content_r1co8_1", Md = "_videoContent_r1co8_20", jd = "_articleSect
|
|
|
8288
8291
|
}, Qm = "_content_wsx1m_1", Gm = "_firstSection_wsx1m_8", lr = {
|
|
8289
8292
|
content: Qm,
|
|
8290
8293
|
firstSection: Gm
|
|
8291
|
-
},
|
|
8294
|
+
}, Hm = ({
|
|
8292
8295
|
content: e,
|
|
8293
8296
|
customLargeSection: t,
|
|
8294
8297
|
customSlimSection: n,
|
|
@@ -8322,8 +8325,8 @@ const Dd = "_content_r1co8_1", Md = "_videoContent_r1co8_20", jd = "_articleSect
|
|
|
8322
8325
|
heightImageOverwriteMobile: "270px",
|
|
8323
8326
|
paths: r
|
|
8324
8327
|
}
|
|
8325
|
-
) }, s)) }),
|
|
8326
|
-
content:
|
|
8328
|
+
) }, s)) }), zm = "_content_1n73e_1", Vm = "_sectionDescription_1n73e_13", Fm = "_title_1n73e_33", Wm = "_subtitle_1n73e_47", $m = "_linkStyled_1n73e_58", it = {
|
|
8329
|
+
content: zm,
|
|
8327
8330
|
sectionDescription: Vm,
|
|
8328
8331
|
title: Fm,
|
|
8329
8332
|
subtitle: Wm,
|
|
@@ -8333,7 +8336,7 @@ const Dd = "_content_r1co8_1", Md = "_videoContent_r1co8_20", jd = "_articleSect
|
|
|
8333
8336
|
if (t && e.mainNew.keywords?.tags?.length && e.mainNew.keywords.tags.length > 0) {
|
|
8334
8337
|
const r = e.mainNew.keywords.tags[0], o = r.name;
|
|
8335
8338
|
return r.approved ? /* @__PURE__ */ a("h3", { children: /* @__PURE__ */ a(
|
|
8336
|
-
|
|
8339
|
+
B,
|
|
8337
8340
|
{
|
|
8338
8341
|
"aria-label": o,
|
|
8339
8342
|
className: it.sectionDescription,
|
|
@@ -8343,7 +8346,7 @@ const Dd = "_content_r1co8_1", Md = "_videoContent_r1co8_20", jd = "_articleSect
|
|
|
8343
8346
|
) }) : /* @__PURE__ */ a("div", { className: it.sectionDescription, children: o });
|
|
8344
8347
|
} else if (e.mainNew.info?.section?.url)
|
|
8345
8348
|
return /* @__PURE__ */ a("h3", { children: /* @__PURE__ */ a(
|
|
8346
|
-
|
|
8349
|
+
B,
|
|
8347
8350
|
{
|
|
8348
8351
|
className: it.sectionDescription,
|
|
8349
8352
|
href: e?.mainNew?.info?.section?.url,
|
|
@@ -8355,7 +8358,7 @@ const Dd = "_content_r1co8_1", Md = "_videoContent_r1co8_20", jd = "_articleSect
|
|
|
8355
8358
|
return /* @__PURE__ */ h("div", { className: it.content, children: [
|
|
8356
8359
|
/* @__PURE__ */ a(n, {}),
|
|
8357
8360
|
/* @__PURE__ */ a(
|
|
8358
|
-
|
|
8361
|
+
B,
|
|
8359
8362
|
{
|
|
8360
8363
|
className: it.title,
|
|
8361
8364
|
href: e?.mainNew?.info?.link?.url,
|
|
@@ -8364,7 +8367,7 @@ const Dd = "_content_r1co8_1", Md = "_videoContent_r1co8_20", jd = "_articleSect
|
|
|
8364
8367
|
}
|
|
8365
8368
|
),
|
|
8366
8369
|
e?.mainNew?.main?.subtitle?.rendered && /* @__PURE__ */ a("p", { className: it.subtitle, children: e?.mainNew?.main?.subtitle?.striped }),
|
|
8367
|
-
e.goTo && /* @__PURE__ */ a(
|
|
8370
|
+
e.goTo && /* @__PURE__ */ a(B, { href: e.goTo.url, className: it.linkStyled, children: e.goTo.description })
|
|
8368
8371
|
] });
|
|
8369
8372
|
}, Ym = "_headerSection_drjnj_1", Km = "_headerSectionLink_drjnj_12", Jm = "_newsContent_drjnj_17", Gn = {
|
|
8370
8373
|
headerSection: Ym,
|
|
@@ -8387,7 +8390,7 @@ const Dd = "_content_r1co8_1", Md = "_videoContent_r1co8_20", jd = "_articleSect
|
|
|
8387
8390
|
/* @__PURE__ */ h("div", { className: Gn.headerSection, children: [
|
|
8388
8391
|
/* @__PURE__ */ a(_o, { mainNew: s, goTo: e.goTo, paths: e.paths }),
|
|
8389
8392
|
/* @__PURE__ */ a(
|
|
8390
|
-
|
|
8393
|
+
B,
|
|
8391
8394
|
{
|
|
8392
8395
|
className: Gn.headerSectionLink,
|
|
8393
8396
|
href: s?.info?.link?.url,
|
|
@@ -8447,7 +8450,7 @@ const Dd = "_content_r1co8_1", Md = "_videoContent_r1co8_20", jd = "_articleSect
|
|
|
8447
8450
|
] });
|
|
8448
8451
|
return /* @__PURE__ */ h("div", { className: We.content, children: [
|
|
8449
8452
|
t?.authors[0]?.internaluser ? /* @__PURE__ */ a(
|
|
8450
|
-
|
|
8453
|
+
B,
|
|
8451
8454
|
{
|
|
8452
8455
|
href: t.authors[0]?.internaluser ? `/${e.paths.autor}/${t?.authors[0]?.name}` : "#",
|
|
8453
8456
|
children: s
|
|
@@ -8455,7 +8458,7 @@ const Dd = "_content_r1co8_1", Md = "_videoContent_r1co8_20", jd = "_articleSect
|
|
|
8455
8458
|
) : s,
|
|
8456
8459
|
/* @__PURE__ */ h("div", { className: We.boxInformationContent, children: [
|
|
8457
8460
|
/* @__PURE__ */ a(
|
|
8458
|
-
|
|
8461
|
+
B,
|
|
8459
8462
|
{
|
|
8460
8463
|
className: We.title,
|
|
8461
8464
|
href: t?.info?.link?.url,
|
|
@@ -8700,7 +8703,7 @@ const r3 = (e) => {
|
|
|
8700
8703
|
})
|
|
8701
8704
|
}
|
|
8702
8705
|
) });
|
|
8703
|
-
}, I2 = "_newsContent_1gbse_1", k2 = "_contentSeparator_1gbse_8", U2 = "_newsContentWhitoutLine_1gbse_29",
|
|
8706
|
+
}, I2 = "_newsContent_1gbse_1", k2 = "_contentSeparator_1gbse_8", U2 = "_newsContentWhitoutLine_1gbse_29", Hn = {
|
|
8704
8707
|
newsContent: I2,
|
|
8705
8708
|
contentSeparator: k2,
|
|
8706
8709
|
newsContentWhitoutLine: U2
|
|
@@ -8710,7 +8713,7 @@ const r3 = (e) => {
|
|
|
8710
8713
|
return /* @__PURE__ */ a(me, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
8711
8714
|
"div",
|
|
8712
8715
|
{
|
|
8713
|
-
className: `${
|
|
8716
|
+
className: `${Hn.newsContent} ${e.hasLines ? Hn.contentSeparator : Hn.newsContentWhitoutLine}`,
|
|
8714
8717
|
children: t.map((r, o) => {
|
|
8715
8718
|
const s = e.slot_id && e.slot_id !== "Nota_1", i = {
|
|
8716
8719
|
...r,
|
|
@@ -8733,7 +8736,7 @@ const r3 = (e) => {
|
|
|
8733
8736
|
})
|
|
8734
8737
|
}
|
|
8735
8738
|
) });
|
|
8736
|
-
}, R2 = "_headerSection_1m1sp_3", L2 = "_headerSectionLink_1m1sp_16", B2 = "_newsContent_1m1sp_29",
|
|
8739
|
+
}, R2 = "_headerSection_1m1sp_3", L2 = "_headerSectionLink_1m1sp_16", B2 = "_newsContent_1m1sp_29", zn = {
|
|
8737
8740
|
headerSection: R2,
|
|
8738
8741
|
headerSectionLink: L2,
|
|
8739
8742
|
newsContent: B2
|
|
@@ -8742,7 +8745,7 @@ const r3 = (e) => {
|
|
|
8742
8745
|
if (!t || t.length === 0) return;
|
|
8743
8746
|
const o = t[0], s = e.slot_id && e.slot_id !== "Nota_1", i = t.slice(1);
|
|
8744
8747
|
return o && i && /* @__PURE__ */ h(me, { title: n, titleUrl: e.titleUrl, children: [
|
|
8745
|
-
/* @__PURE__ */ h("div", { className:
|
|
8748
|
+
/* @__PURE__ */ h("div", { className: zn.headerSection, children: [
|
|
8746
8749
|
/* @__PURE__ */ a(
|
|
8747
8750
|
_o,
|
|
8748
8751
|
{
|
|
@@ -8752,9 +8755,9 @@ const r3 = (e) => {
|
|
|
8752
8755
|
}
|
|
8753
8756
|
),
|
|
8754
8757
|
/* @__PURE__ */ a(
|
|
8755
|
-
|
|
8758
|
+
B,
|
|
8756
8759
|
{
|
|
8757
|
-
className:
|
|
8760
|
+
className: zn.headerSectionLink,
|
|
8758
8761
|
href: o?.info?.link.url,
|
|
8759
8762
|
target: o?.info?.link.target,
|
|
8760
8763
|
"aria-label": "Video",
|
|
@@ -8772,7 +8775,7 @@ const r3 = (e) => {
|
|
|
8772
8775
|
}
|
|
8773
8776
|
)
|
|
8774
8777
|
] }),
|
|
8775
|
-
/* @__PURE__ */ h("div", { className:
|
|
8778
|
+
/* @__PURE__ */ h("div", { className: zn.newsContent, children: [
|
|
8776
8779
|
/* @__PURE__ */ a("div", { className: "banner-context", style: { order: 1 }, children: e.banner }),
|
|
8777
8780
|
Array.isArray(i) && i.map((c, d) => {
|
|
8778
8781
|
const l = Mt(c), u = {
|
|
@@ -8814,7 +8817,7 @@ const r3 = (e) => {
|
|
|
8814
8817
|
},
|
|
8815
8818
|
children: [
|
|
8816
8819
|
/* @__PURE__ */ a(
|
|
8817
|
-
|
|
8820
|
+
B,
|
|
8818
8821
|
{
|
|
8819
8822
|
className: Lt.linkImage,
|
|
8820
8823
|
target: e?.info?.link?.target,
|
|
@@ -8825,7 +8828,7 @@ const r3 = (e) => {
|
|
|
8825
8828
|
),
|
|
8826
8829
|
/* @__PURE__ */ h("div", { className: Lt.textContent, children: [
|
|
8827
8830
|
/* @__PURE__ */ a(
|
|
8828
|
-
|
|
8831
|
+
B,
|
|
8829
8832
|
{
|
|
8830
8833
|
className: Lt.sectionDescription,
|
|
8831
8834
|
target: e?.info?.link?.target,
|
|
@@ -8838,9 +8841,9 @@ const r3 = (e) => {
|
|
|
8838
8841
|
]
|
|
8839
8842
|
}
|
|
8840
8843
|
) : null;
|
|
8841
|
-
},
|
|
8842
|
-
content:
|
|
8843
|
-
contentSeparator:
|
|
8844
|
+
}, H2 = "_content_yx3zm_1", z2 = "_contentSeparator_yx3zm_7", hr = {
|
|
8845
|
+
content: H2,
|
|
8846
|
+
contentSeparator: z2
|
|
8844
8847
|
}, V2 = "_newsContent_1uamf_1", F2 = "_contentSeparator_1uamf_8", W2 = "_hasLinesBlock_1uamf_40", ia = {
|
|
8845
8848
|
newsContent: V2,
|
|
8846
8849
|
contentSeparator: F2,
|
|
@@ -8942,14 +8945,14 @@ const r3 = (e) => {
|
|
|
8942
8945
|
) : /* @__PURE__ */ a("div", { className: at.contentIcon, children: e.autorIcon }),
|
|
8943
8946
|
/* @__PURE__ */ h("div", { className: at.boxInformation, children: [
|
|
8944
8947
|
/* @__PURE__ */ a("p", { className: at.authorName, children: t?.authors[0]?.internaluser ? /* @__PURE__ */ a(
|
|
8945
|
-
|
|
8948
|
+
B,
|
|
8946
8949
|
{
|
|
8947
8950
|
href: t.authors[0]?.internaluser ? `/${e.paths.autor}/${t?.authors[0]?.name}` : "#",
|
|
8948
8951
|
children: t?.authors[0]?.fullname ?? "Redacción"
|
|
8949
8952
|
}
|
|
8950
8953
|
) : t?.authors[0]?.fullname ?? "Redacción" }),
|
|
8951
8954
|
/* @__PURE__ */ a("p", { className: at.title, children: /* @__PURE__ */ a(
|
|
8952
|
-
|
|
8955
|
+
B,
|
|
8953
8956
|
{
|
|
8954
8957
|
className: at.linkStyled,
|
|
8955
8958
|
href: t?.info?.link?.url,
|
|
@@ -9224,7 +9227,7 @@ const r3 = (e) => {
|
|
|
9224
9227
|
}, _f = (e) => /* @__PURE__ */ h("section", { className: Bt.container, children: [
|
|
9225
9228
|
/* @__PURE__ */ a("div", { className: Bt.note, children: e.children }),
|
|
9226
9229
|
/* @__PURE__ */ a("div", { className: Bt.commercial, children: /* @__PURE__ */ h("div", { className: Bt.commercialContent, children: [
|
|
9227
|
-
e.slug === "liveblogs" && /* @__PURE__ */ a(
|
|
9230
|
+
e.slug === "liveblogs" && /* @__PURE__ */ a(H1, { itemList: e.itemList }),
|
|
9228
9231
|
e.bannerTop,
|
|
9229
9232
|
/* @__PURE__ */ a(
|
|
9230
9233
|
ba,
|
|
@@ -9440,7 +9443,7 @@ const jf = async ({
|
|
|
9440
9443
|
Telegram: "telegram"
|
|
9441
9444
|
};
|
|
9442
9445
|
function Gf({ url: e }) {
|
|
9443
|
-
return e && e !== "" && /* @__PURE__ */ h(
|
|
9446
|
+
return e && e !== "" && /* @__PURE__ */ h(B, { href: e, className: de.googleProfileButton, children: [
|
|
9444
9447
|
/* @__PURE__ */ a(
|
|
9445
9448
|
"svg",
|
|
9446
9449
|
{
|
|
@@ -9458,17 +9461,17 @@ function Gf({ url: e }) {
|
|
|
9458
9461
|
}
|
|
9459
9462
|
),
|
|
9460
9463
|
"Síguenos en",
|
|
9461
|
-
/* @__PURE__ */ a(
|
|
9464
|
+
/* @__PURE__ */ a(Hf, {})
|
|
9462
9465
|
] });
|
|
9463
9466
|
}
|
|
9464
|
-
const
|
|
9467
|
+
const Hf = () => /* @__PURE__ */ h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 272 92", width: "272", height: "92", children: [
|
|
9465
9468
|
/* @__PURE__ */ a("path", { fill: "#EA4335", d: "M115.75 47.18c0 12.77-9.99 22.18-22.25 22.18s-22.25-9.41-22.25-22.18C71.25 34.32 81.24 25 93.5 25s22.25 9.32 22.25 22.18zm-9.74 0c0-7.98-5.79-13.44-12.51-13.44S80.99 39.2 80.99 47.18c0 7.9 5.79 13.44 12.51 13.44s12.51-5.55 12.51-13.44z" }),
|
|
9466
9469
|
/* @__PURE__ */ a("path", { fill: "#FBBC05", d: "M163.75 47.18c0 12.77-9.99 22.18-22.25 22.18s-22.25-9.41-22.25-22.18c0-12.85 9.99-22.18 22.25-22.18s22.25 9.32 22.25 22.18zm-9.74 0c0-7.98-5.79-13.44-12.51-13.44s-12.51 5.46-12.51 13.44c0 7.9 5.79 13.44 12.51 13.44s12.51-5.55 12.51-13.44z" }),
|
|
9467
9470
|
/* @__PURE__ */ a("path", { fill: "#4285F4", d: "M209.75 26.34v39.82c0 16.38-9.66 23.07-21.08 23.07-10.75 0-17.22-7.19-19.66-13.07l8.48-3.53c1.51 3.61 5.21 7.87 11.17 7.87 7.31 0 11.84-4.51 11.84-13v-3.19h-.34c-2.18 2.69-6.38 5.04-11.68 5.04-11.09 0-21.25-9.66-21.25-22.09 0-12.52 10.16-22.26 21.25-22.26 5.29 0 9.49 2.35 11.68 4.96h.34v-3.61h9.25zm-8.56 20.92c0-7.81-5.21-13.52-11.84-13.52-6.72 0-12.35 5.71-12.35 13.52 0 7.73 5.63 13.36 12.35 13.36 6.63 0 11.84-5.63 11.84-13.36z" }),
|
|
9468
9471
|
/* @__PURE__ */ a("path", { fill: "#34A853", d: "M225 3v65h-9.5V3h9.5z" }),
|
|
9469
9472
|
/* @__PURE__ */ a("path", { fill: "#EA4335", d: "M262.02 54.48l7.56 5.04c-2.44 3.61-8.32 9.83-18.48 9.83-12.6 0-22.01-9.74-22.01-22.18 0-13.19 9.49-22.18 20.92-22.18 11.51 0 17.14 9.16 18.98 14.11l1.01 2.52-29.65 12.28c2.27 4.45 5.8 6.72 10.75 6.72 4.96 0 8.4-2.44 10.92-6.14zm-23.27-7.98l19.82-8.23c-1.09-2.77-4.37-4.7-8.23-4.7-4.95 0-11.84 4.37-11.59 12.93z" }),
|
|
9470
9473
|
/* @__PURE__ */ a("path", { fill: "#4285F4", d: "M35.29 41.41V32H67c.31 1.64.47 3.58.47 5.68 0 7.06-1.93 15.79-8.15 22.01-6.05 6.3-13.78 9.66-24.02 9.66C16.32 69.35.36 53.89.36 34.91.36 15.93 16.32.47 35.3.47c10.5 0 17.98 4.12 23.6 9.49l-6.64 6.64c-4.03-3.78-9.49-6.72-16.97-6.72-13.86 0-24.7 11.17-24.7 25.03 0 13.86 10.84 25.03 24.7 25.03 8.99 0 14.11-3.61 17.39-6.89 2.66-2.66 4.41-6.46 5.1-11.65l-22.49.01z" })
|
|
9471
|
-
] }),
|
|
9474
|
+
] }), zf = async (e) => {
|
|
9472
9475
|
if (!e.news || !e.news.authors) return null;
|
|
9473
9476
|
const { news: t, socials: n, texts: r } = e, o = t.authors.map(
|
|
9474
9477
|
(c) => c.internaluser ? `<a href="${`/${e.paths.autor}/${c.name}`}">${c.fullname}</a>` : c.fullname
|
|
@@ -9890,7 +9893,7 @@ async function s0(e) {
|
|
|
9890
9893
|
) : /* @__PURE__ */ a(yo, { preview: t.preview }) : null,
|
|
9891
9894
|
/* @__PURE__ */ a(ge, { banners: n, name: "block_1" }),
|
|
9892
9895
|
/* @__PURE__ */ a("div", { className: tn.journalistArticleContent, children: /* @__PURE__ */ a(
|
|
9893
|
-
|
|
9896
|
+
zf,
|
|
9894
9897
|
{
|
|
9895
9898
|
autorIcon: e.autorIcon,
|
|
9896
9899
|
socials: i,
|
|
@@ -10209,7 +10212,7 @@ const wr = {
|
|
|
10209
10212
|
},
|
|
10210
10213
|
Super: (e) => /* @__PURE__ */ a(_t, { ...e.data[0], paths: e.paths }),
|
|
10211
10214
|
"3 notas verticales": (e) => /* @__PURE__ */ a(
|
|
10212
|
-
|
|
10215
|
+
Hm,
|
|
10213
10216
|
{
|
|
10214
10217
|
content: e.data,
|
|
10215
10218
|
customLargeSection: e.customLargeSection,
|
|
@@ -10595,9 +10598,9 @@ const wr = {
|
|
|
10595
10598
|
default:
|
|
10596
10599
|
return /* @__PURE__ */ a(Y, {});
|
|
10597
10600
|
}
|
|
10598
|
-
},
|
|
10599
|
-
content:
|
|
10600
|
-
buttonStyled:
|
|
10601
|
+
}, H0 = "_content_gxziw_1", z0 = "_buttonStyled_gxziw_9", V0 = "_searchStyled_gxziw_21", F0 = "_inputStyled_gxziw_32", W0 = "_inputStyledTest_gxziw_51", Ot = {
|
|
10602
|
+
content: H0,
|
|
10603
|
+
buttonStyled: z0,
|
|
10601
10604
|
searchStyled: V0,
|
|
10602
10605
|
inputStyled: F0,
|
|
10603
10606
|
inputStyledTest: W0
|
|
@@ -10820,7 +10823,7 @@ const wr = {
|
|
|
10820
10823
|
const { size: t = "longer", video: n } = e, r = n.main.image.sizes[0]?.url ?? "";
|
|
10821
10824
|
return /* @__PURE__ */ a("figure", { className: Pt.figure, children: /* @__PURE__ */ h("span", { className: Pt.backdrop, children: [
|
|
10822
10825
|
/* @__PURE__ */ a("span", { className: Pt.backDropAux }),
|
|
10823
|
-
/* @__PURE__ */ a(
|
|
10826
|
+
/* @__PURE__ */ a(B, { href: n.info.link.url, target: n.info.link.target, children: /* @__PURE__ */ h("div", { children: [
|
|
10824
10827
|
n.main.image.sizes.map(async (o, s) => o.width >= 580 ? /* @__PURE__ */ a(
|
|
10825
10828
|
"source",
|
|
10826
10829
|
{
|
|
@@ -10875,7 +10878,7 @@ const wr = {
|
|
|
10875
10878
|
}, Cg = (e) => {
|
|
10876
10879
|
const { video: t } = e;
|
|
10877
10880
|
return /* @__PURE__ */ a(
|
|
10878
|
-
|
|
10881
|
+
B,
|
|
10879
10882
|
{
|
|
10880
10883
|
href: t.info.link.url ? t.info.link.url : void 0,
|
|
10881
10884
|
target: t.info.link.target,
|
|
@@ -10902,7 +10905,7 @@ const wr = {
|
|
|
10902
10905
|
/* @__PURE__ */ a(Cg, { video: e.video }),
|
|
10903
10906
|
/* @__PURE__ */ h("div", { className: lt.articleSection, children: [
|
|
10904
10907
|
/* @__PURE__ */ a(
|
|
10905
|
-
|
|
10908
|
+
B,
|
|
10906
10909
|
{
|
|
10907
10910
|
className: lt.title,
|
|
10908
10911
|
href: e.video.info.link.url,
|
|
@@ -11167,7 +11170,7 @@ const Ng = (e) => {
|
|
|
11167
11170
|
style: { order: s },
|
|
11168
11171
|
children: /* @__PURE__ */ h("section", { className: Dt.content, children: [
|
|
11169
11172
|
/* @__PURE__ */ a(
|
|
11170
|
-
|
|
11173
|
+
B,
|
|
11171
11174
|
{
|
|
11172
11175
|
title: i?.title?.section,
|
|
11173
11176
|
href: d?.link?.url ?? "invalidUrl",
|
|
@@ -11218,7 +11221,7 @@ const Ng = (e) => {
|
|
|
11218
11221
|
t && /* @__PURE__ */ a(Sg, { className: re.dotStyles }),
|
|
11219
11222
|
e?.info?.section?.url && /* @__PURE__ */ h("div", { className: re.sectionDescriptionContainer, children: [
|
|
11220
11223
|
/* @__PURE__ */ a(
|
|
11221
|
-
|
|
11224
|
+
B,
|
|
11222
11225
|
{
|
|
11223
11226
|
className: re.sectionDescription,
|
|
11224
11227
|
href: e.info.section.url ?? "invalidUrl",
|
|
@@ -11228,7 +11231,7 @@ const Ng = (e) => {
|
|
|
11228
11231
|
e?.main?.uppertitle && /* @__PURE__ */ a("p", { className: re.uppertitle, children: e.main.uppertitle })
|
|
11229
11232
|
] }),
|
|
11230
11233
|
/* @__PURE__ */ a("h2", { className: re.articule, children: /* @__PURE__ */ a(
|
|
11231
|
-
|
|
11234
|
+
B,
|
|
11232
11235
|
{
|
|
11233
11236
|
className: re.linkStyled,
|
|
11234
11237
|
style: {
|
|
@@ -11253,7 +11256,7 @@ const Ng = (e) => {
|
|
|
11253
11256
|
}
|
|
11254
11257
|
),
|
|
11255
11258
|
(e?.config?.showtime || e.config?.showauthor) && o && /* @__PURE__ */ a(Y, { children: e.authors?.[0]?.internaluser ? /* @__PURE__ */ a(
|
|
11256
|
-
|
|
11259
|
+
B,
|
|
11257
11260
|
{
|
|
11258
11261
|
className: re.correspondentLink,
|
|
11259
11262
|
href: `/autor/${e.authors[0].name}`,
|
|
@@ -11300,7 +11303,7 @@ const Ng = (e) => {
|
|
|
11300
11303
|
/* @__PURE__ */ a("p", { className: "comment-text", children: n })
|
|
11301
11304
|
] })
|
|
11302
11305
|
] }) });
|
|
11303
|
-
}, Ug = "_overlay_qj491_3", qg = "_popup_qj491_17", Rg = "_title_qj491_40", Lg = "_optionsContainer_qj491_52", Bg = "_option_qj491_52", Og = "_radioInput_qj491_66", Pg = "_radioCustom_qj491_70", Dg = "_optionLabel_qj491_97", Mg = "_buttons_qj491_110", jg = "_cancelButton_qj491_117", Qg = "_closeButton_qj491_118", Gg = "_buttonAlone_qj491_137",
|
|
11306
|
+
}, Ug = "_overlay_qj491_3", qg = "_popup_qj491_17", Rg = "_title_qj491_40", Lg = "_optionsContainer_qj491_52", Bg = "_option_qj491_52", Og = "_radioInput_qj491_66", Pg = "_radioCustom_qj491_70", Dg = "_optionLabel_qj491_97", Mg = "_buttons_qj491_110", jg = "_cancelButton_qj491_117", Qg = "_closeButton_qj491_118", Gg = "_buttonAlone_qj491_137", Hg = "_reportButton_qj491_143", zg = "_successContainer_qj491_163", Vg = "_thumbsUp_qj491_171", Fg = "_successMessage_qj491_177", Wg = "_errorMessage_qj491_218", $g = "_loadingContainer_qj491_231", ue = {
|
|
11304
11307
|
overlay: Ug,
|
|
11305
11308
|
popup: qg,
|
|
11306
11309
|
title: Rg,
|
|
@@ -11313,8 +11316,8 @@ const Ng = (e) => {
|
|
|
11313
11316
|
cancelButton: jg,
|
|
11314
11317
|
closeButton: Qg,
|
|
11315
11318
|
buttonAlone: Gg,
|
|
11316
|
-
reportButton:
|
|
11317
|
-
successContainer:
|
|
11319
|
+
reportButton: Hg,
|
|
11320
|
+
successContainer: zg,
|
|
11318
11321
|
thumbsUp: Vg,
|
|
11319
11322
|
successMessage: Fg,
|
|
11320
11323
|
errorMessage: Wg,
|
|
@@ -11565,7 +11568,7 @@ function Xg() {
|
|
|
11565
11568
|
}
|
|
11566
11569
|
}
|
|
11567
11570
|
var v = d, x = l, j = c, Q = i, te = t, G = u, O = r, ee = g, ce = p, D = n, U = s, E = o, P = f, I = !1;
|
|
11568
|
-
function
|
|
11571
|
+
function z(R) {
|
|
11569
11572
|
return I || (I = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), w(R) || T(R) === d;
|
|
11570
11573
|
}
|
|
11571
11574
|
function w(R) {
|
|
@@ -11580,10 +11583,10 @@ function Xg() {
|
|
|
11580
11583
|
function M(R) {
|
|
11581
11584
|
return typeof R == "object" && R !== null && R.$$typeof === t;
|
|
11582
11585
|
}
|
|
11583
|
-
function
|
|
11586
|
+
function L(R) {
|
|
11584
11587
|
return T(R) === u;
|
|
11585
11588
|
}
|
|
11586
|
-
function
|
|
11589
|
+
function H(R) {
|
|
11587
11590
|
return T(R) === r;
|
|
11588
11591
|
}
|
|
11589
11592
|
function V(R) {
|
|
@@ -11604,7 +11607,7 @@ function Xg() {
|
|
|
11604
11607
|
function ie(R) {
|
|
11605
11608
|
return T(R) === f;
|
|
11606
11609
|
}
|
|
11607
|
-
ae.AsyncMode = v, ae.ConcurrentMode = x, ae.ContextConsumer = j, ae.ContextProvider = Q, ae.Element = te, ae.ForwardRef = G, ae.Fragment = O, ae.Lazy = ee, ae.Memo = ce, ae.Portal = D, ae.Profiler = U, ae.StrictMode = E, ae.Suspense = P, ae.isAsyncMode =
|
|
11610
|
+
ae.AsyncMode = v, ae.ConcurrentMode = x, ae.ContextConsumer = j, ae.ContextProvider = Q, ae.Element = te, ae.ForwardRef = G, ae.Fragment = O, ae.Lazy = ee, ae.Memo = ce, ae.Portal = D, ae.Profiler = U, ae.StrictMode = E, ae.Suspense = P, ae.isAsyncMode = z, ae.isConcurrentMode = w, ae.isContextConsumer = N, ae.isContextProvider = q, ae.isElement = M, ae.isForwardRef = L, ae.isFragment = H, ae.isLazy = V, ae.isMemo = F, ae.isPortal = Z, ae.isProfiler = X, ae.isStrictMode = W, ae.isSuspense = ie, ae.isValidElementType = _, ae.typeOf = T;
|
|
11608
11611
|
})()), ae;
|
|
11609
11612
|
}
|
|
11610
11613
|
var Sr;
|
|
@@ -11772,7 +11775,7 @@ function np() {
|
|
|
11772
11775
|
function y(w) {
|
|
11773
11776
|
if (process.env.NODE_ENV !== "production")
|
|
11774
11777
|
var N = {}, q = 0;
|
|
11775
|
-
function M(
|
|
11778
|
+
function M(H, V, F, Z, X, W, ie) {
|
|
11776
11779
|
if (Z = Z || m, W = W || F, ie !== n) {
|
|
11777
11780
|
if (d) {
|
|
11778
11781
|
var R = new Error(
|
|
@@ -11787,18 +11790,18 @@ function np() {
|
|
|
11787
11790
|
), N[Ae] = !0, q++);
|
|
11788
11791
|
}
|
|
11789
11792
|
}
|
|
11790
|
-
return V[F] == null ?
|
|
11793
|
+
return V[F] == null ? H ? V[F] === null ? new A("The " + X + " `" + W + "` is marked as required " + ("in `" + Z + "`, but its value is `null`.")) : new A("The " + X + " `" + W + "` is marked as required in " + ("`" + Z + "`, but its value is `undefined`.")) : null : w(V, F, Z, X, W);
|
|
11791
11794
|
}
|
|
11792
|
-
var
|
|
11793
|
-
return
|
|
11795
|
+
var L = M.bind(null, !1);
|
|
11796
|
+
return L.isRequired = M.bind(null, !0), L;
|
|
11794
11797
|
}
|
|
11795
11798
|
function C(w) {
|
|
11796
|
-
function N(q, M,
|
|
11799
|
+
function N(q, M, L, H, V, F) {
|
|
11797
11800
|
var Z = q[M], X = E(Z);
|
|
11798
11801
|
if (X !== w) {
|
|
11799
11802
|
var W = P(Z);
|
|
11800
11803
|
return new A(
|
|
11801
|
-
"Invalid " +
|
|
11804
|
+
"Invalid " + H + " `" + V + "` of type " + ("`" + W + "` supplied to `" + L + "`, expected ") + ("`" + w + "`."),
|
|
11802
11805
|
{ expectedType: w }
|
|
11803
11806
|
);
|
|
11804
11807
|
}
|
|
@@ -11810,16 +11813,16 @@ function np() {
|
|
|
11810
11813
|
return y(i);
|
|
11811
11814
|
}
|
|
11812
11815
|
function _(w) {
|
|
11813
|
-
function N(q, M,
|
|
11816
|
+
function N(q, M, L, H, V) {
|
|
11814
11817
|
if (typeof w != "function")
|
|
11815
|
-
return new A("Property `" + V + "` of component `" +
|
|
11818
|
+
return new A("Property `" + V + "` of component `" + L + "` has invalid PropType notation inside arrayOf.");
|
|
11816
11819
|
var F = q[M];
|
|
11817
11820
|
if (!Array.isArray(F)) {
|
|
11818
11821
|
var Z = E(F);
|
|
11819
|
-
return new A("Invalid " +
|
|
11822
|
+
return new A("Invalid " + H + " `" + V + "` of type " + ("`" + Z + "` supplied to `" + L + "`, expected an array."));
|
|
11820
11823
|
}
|
|
11821
11824
|
for (var X = 0; X < F.length; X++) {
|
|
11822
|
-
var W = w(F, X,
|
|
11825
|
+
var W = w(F, X, L, H, V + "[" + X + "]", n);
|
|
11823
11826
|
if (W instanceof Error)
|
|
11824
11827
|
return W;
|
|
11825
11828
|
}
|
|
@@ -11828,32 +11831,32 @@ function np() {
|
|
|
11828
11831
|
return y(N);
|
|
11829
11832
|
}
|
|
11830
11833
|
function T() {
|
|
11831
|
-
function w(N, q, M,
|
|
11834
|
+
function w(N, q, M, L, H) {
|
|
11832
11835
|
var V = N[q];
|
|
11833
11836
|
if (!c(V)) {
|
|
11834
11837
|
var F = E(V);
|
|
11835
|
-
return new A("Invalid " +
|
|
11838
|
+
return new A("Invalid " + L + " `" + H + "` of type " + ("`" + F + "` supplied to `" + M + "`, expected a single ReactElement."));
|
|
11836
11839
|
}
|
|
11837
11840
|
return null;
|
|
11838
11841
|
}
|
|
11839
11842
|
return y(w);
|
|
11840
11843
|
}
|
|
11841
11844
|
function v() {
|
|
11842
|
-
function w(N, q, M,
|
|
11845
|
+
function w(N, q, M, L, H) {
|
|
11843
11846
|
var V = N[q];
|
|
11844
11847
|
if (!e.isValidElementType(V)) {
|
|
11845
11848
|
var F = E(V);
|
|
11846
|
-
return new A("Invalid " +
|
|
11849
|
+
return new A("Invalid " + L + " `" + H + "` of type " + ("`" + F + "` supplied to `" + M + "`, expected a single ReactElement type."));
|
|
11847
11850
|
}
|
|
11848
11851
|
return null;
|
|
11849
11852
|
}
|
|
11850
11853
|
return y(w);
|
|
11851
11854
|
}
|
|
11852
11855
|
function x(w) {
|
|
11853
|
-
function N(q, M,
|
|
11856
|
+
function N(q, M, L, H, V) {
|
|
11854
11857
|
if (!(q[M] instanceof w)) {
|
|
11855
|
-
var F = w.name || m, Z =
|
|
11856
|
-
return new A("Invalid " +
|
|
11858
|
+
var F = w.name || m, Z = z(q[M]);
|
|
11859
|
+
return new A("Invalid " + H + " `" + V + "` of type " + ("`" + Z + "` supplied to `" + L + "`, expected ") + ("instance of `" + F + "`."));
|
|
11857
11860
|
}
|
|
11858
11861
|
return null;
|
|
11859
11862
|
}
|
|
@@ -11864,7 +11867,7 @@ function np() {
|
|
|
11864
11867
|
return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? s(
|
|
11865
11868
|
"Invalid arguments supplied to oneOf, expected an array, got " + arguments.length + " arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."
|
|
11866
11869
|
) : s("Invalid argument supplied to oneOf, expected an array.")), i;
|
|
11867
|
-
function N(q, M,
|
|
11870
|
+
function N(q, M, L, H, V) {
|
|
11868
11871
|
for (var F = q[M], Z = 0; Z < w.length; Z++)
|
|
11869
11872
|
if (g(F, w[Z]))
|
|
11870
11873
|
return null;
|
|
@@ -11872,20 +11875,20 @@ function np() {
|
|
|
11872
11875
|
var Ae = P(R);
|
|
11873
11876
|
return Ae === "symbol" ? String(R) : R;
|
|
11874
11877
|
});
|
|
11875
|
-
return new A("Invalid " +
|
|
11878
|
+
return new A("Invalid " + H + " `" + V + "` of value `" + String(F) + "` " + ("supplied to `" + L + "`, expected one of " + X + "."));
|
|
11876
11879
|
}
|
|
11877
11880
|
return y(N);
|
|
11878
11881
|
}
|
|
11879
11882
|
function Q(w) {
|
|
11880
|
-
function N(q, M,
|
|
11883
|
+
function N(q, M, L, H, V) {
|
|
11881
11884
|
if (typeof w != "function")
|
|
11882
|
-
return new A("Property `" + V + "` of component `" +
|
|
11885
|
+
return new A("Property `" + V + "` of component `" + L + "` has invalid PropType notation inside objectOf.");
|
|
11883
11886
|
var F = q[M], Z = E(F);
|
|
11884
11887
|
if (Z !== "object")
|
|
11885
|
-
return new A("Invalid " +
|
|
11888
|
+
return new A("Invalid " + H + " `" + V + "` of type " + ("`" + Z + "` supplied to `" + L + "`, expected an object."));
|
|
11886
11889
|
for (var X in F)
|
|
11887
11890
|
if (r(F, X)) {
|
|
11888
|
-
var W = w(F, X,
|
|
11891
|
+
var W = w(F, X, L, H, V + "." + X, n);
|
|
11889
11892
|
if (W instanceof Error)
|
|
11890
11893
|
return W;
|
|
11891
11894
|
}
|
|
@@ -11903,9 +11906,9 @@ function np() {
|
|
|
11903
11906
|
"Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + I(q) + " at index " + N + "."
|
|
11904
11907
|
), i;
|
|
11905
11908
|
}
|
|
11906
|
-
function M(
|
|
11909
|
+
function M(L, H, V, F, Z) {
|
|
11907
11910
|
for (var X = [], W = 0; W < w.length; W++) {
|
|
11908
|
-
var ie = w[W], R = ie(
|
|
11911
|
+
var ie = w[W], R = ie(L, H, V, F, Z, n);
|
|
11909
11912
|
if (R == null)
|
|
11910
11913
|
return null;
|
|
11911
11914
|
R.data && r(R.data, "expectedType") && X.push(R.data.expectedType);
|
|
@@ -11916,26 +11919,26 @@ function np() {
|
|
|
11916
11919
|
return y(M);
|
|
11917
11920
|
}
|
|
11918
11921
|
function G() {
|
|
11919
|
-
function w(N, q, M,
|
|
11920
|
-
return D(N[q]) ? null : new A("Invalid " +
|
|
11922
|
+
function w(N, q, M, L, H) {
|
|
11923
|
+
return D(N[q]) ? null : new A("Invalid " + L + " `" + H + "` supplied to " + ("`" + M + "`, expected a ReactNode."));
|
|
11921
11924
|
}
|
|
11922
11925
|
return y(w);
|
|
11923
11926
|
}
|
|
11924
|
-
function O(w, N, q, M,
|
|
11927
|
+
function O(w, N, q, M, L) {
|
|
11925
11928
|
return new A(
|
|
11926
|
-
(w || "React class") + ": " + N + " type `" + q + "." + M + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" +
|
|
11929
|
+
(w || "React class") + ": " + N + " type `" + q + "." + M + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + L + "`."
|
|
11927
11930
|
);
|
|
11928
11931
|
}
|
|
11929
11932
|
function ee(w) {
|
|
11930
|
-
function N(q, M,
|
|
11933
|
+
function N(q, M, L, H, V) {
|
|
11931
11934
|
var F = q[M], Z = E(F);
|
|
11932
11935
|
if (Z !== "object")
|
|
11933
|
-
return new A("Invalid " +
|
|
11936
|
+
return new A("Invalid " + H + " `" + V + "` of type `" + Z + "` " + ("supplied to `" + L + "`, expected `object`."));
|
|
11934
11937
|
for (var X in w) {
|
|
11935
11938
|
var W = w[X];
|
|
11936
11939
|
if (typeof W != "function")
|
|
11937
|
-
return O(
|
|
11938
|
-
var ie = W(F, X,
|
|
11940
|
+
return O(L, H, V, X, P(W));
|
|
11941
|
+
var ie = W(F, X, L, H, V + "." + X, n);
|
|
11939
11942
|
if (ie)
|
|
11940
11943
|
return ie;
|
|
11941
11944
|
}
|
|
@@ -11944,21 +11947,21 @@ function np() {
|
|
|
11944
11947
|
return y(N);
|
|
11945
11948
|
}
|
|
11946
11949
|
function ce(w) {
|
|
11947
|
-
function N(q, M,
|
|
11950
|
+
function N(q, M, L, H, V) {
|
|
11948
11951
|
var F = q[M], Z = E(F);
|
|
11949
11952
|
if (Z !== "object")
|
|
11950
|
-
return new A("Invalid " +
|
|
11953
|
+
return new A("Invalid " + H + " `" + V + "` of type `" + Z + "` " + ("supplied to `" + L + "`, expected `object`."));
|
|
11951
11954
|
var X = t({}, q[M], w);
|
|
11952
11955
|
for (var W in X) {
|
|
11953
11956
|
var ie = w[W];
|
|
11954
11957
|
if (r(w, W) && typeof ie != "function")
|
|
11955
|
-
return O(
|
|
11958
|
+
return O(L, H, V, W, P(ie));
|
|
11956
11959
|
if (!ie)
|
|
11957
11960
|
return new A(
|
|
11958
|
-
"Invalid " +
|
|
11961
|
+
"Invalid " + H + " `" + V + "` key `" + W + "` supplied to `" + L + "`.\nBad object: " + JSON.stringify(q[M], null, " ") + `
|
|
11959
11962
|
Valid keys: ` + JSON.stringify(Object.keys(w), null, " ")
|
|
11960
11963
|
);
|
|
11961
|
-
var R = ie(F, W,
|
|
11964
|
+
var R = ie(F, W, L, H, V + "." + W, n);
|
|
11962
11965
|
if (R)
|
|
11963
11966
|
return R;
|
|
11964
11967
|
}
|
|
@@ -11988,8 +11991,8 @@ Valid keys: ` + JSON.stringify(Object.keys(w), null, " ")
|
|
|
11988
11991
|
return !1;
|
|
11989
11992
|
} else
|
|
11990
11993
|
for (; !(M = q.next()).done; ) {
|
|
11991
|
-
var
|
|
11992
|
-
if (
|
|
11994
|
+
var L = M.value;
|
|
11995
|
+
if (L && !D(L[1]))
|
|
11993
11996
|
return !1;
|
|
11994
11997
|
}
|
|
11995
11998
|
} else
|
|
@@ -12032,7 +12035,7 @@ Valid keys: ` + JSON.stringify(Object.keys(w), null, " ")
|
|
|
12032
12035
|
return N;
|
|
12033
12036
|
}
|
|
12034
12037
|
}
|
|
12035
|
-
function
|
|
12038
|
+
function z(w) {
|
|
12036
12039
|
return !w.constructor || !w.constructor.name ? m : w.constructor.name;
|
|
12037
12040
|
}
|
|
12038
12041
|
return p.checkPropTypes = o, p.resetWarningCache = o.resetWarningCache, p.PropTypes = p, p;
|
|
@@ -12424,7 +12427,7 @@ const Uo = gp(Ap, {
|
|
|
12424
12427
|
attributes: fa().nonce ? {
|
|
12425
12428
|
nonce: fa().nonce
|
|
12426
12429
|
} : {}
|
|
12427
|
-
})(qn), wp = "_overlay_18ksj_1", yp = "_header_18ksj_18", vp = "_logo_18ksj_25", bp = "_card_18ksj_32", Cp = "_close_18ksj_47", _p = "_form_18ksj_71", Np = "_formUl_18ksj_80", Sp = "_field_18ksj_92", Ep = "_label_18ksj_99", xp = "_input_18ksj_108", Tp = "_error_18ksj_126", Ip = "_primary_18ksj_132", kp = "_divider_18ksj_170", Up = "_google_18ksj_196", qp = "_googleIcon_18ksj_226", Rp = "_spin_18ksj_259", Lp = "_checkboxRow_18ksj_281", Bp = "_terms_18ksj_318", Op = "_message_18ksj_349", Pp = "_passwordChecker_18ksj_354", Dp = "_valid_18ksj_373", Mp = "_invalid_18ksj_377", jp = "_forgotPassword_18ksj_381", Qp = "_successContainer_18ksj_400", Gp = "_thumbsUp_18ksj_408",
|
|
12430
|
+
})(qn), wp = "_overlay_18ksj_1", yp = "_header_18ksj_18", vp = "_logo_18ksj_25", bp = "_card_18ksj_32", Cp = "_close_18ksj_47", _p = "_form_18ksj_71", Np = "_formUl_18ksj_80", Sp = "_field_18ksj_92", Ep = "_label_18ksj_99", xp = "_input_18ksj_108", Tp = "_error_18ksj_126", Ip = "_primary_18ksj_132", kp = "_divider_18ksj_170", Up = "_google_18ksj_196", qp = "_googleIcon_18ksj_226", Rp = "_spin_18ksj_259", Lp = "_checkboxRow_18ksj_281", Bp = "_terms_18ksj_318", Op = "_message_18ksj_349", Pp = "_passwordChecker_18ksj_354", Dp = "_valid_18ksj_373", Mp = "_invalid_18ksj_377", jp = "_forgotPassword_18ksj_381", Qp = "_successContainer_18ksj_400", Gp = "_thumbsUp_18ksj_408", Hp = "_successMessage_18ksj_414", k = {
|
|
12428
12431
|
overlay: wp,
|
|
12429
12432
|
header: yp,
|
|
12430
12433
|
logo: vp,
|
|
@@ -12451,7 +12454,7 @@ const Uo = gp(Ap, {
|
|
|
12451
12454
|
forgotPassword: jp,
|
|
12452
12455
|
successContainer: Qp,
|
|
12453
12456
|
thumbsUp: Gp,
|
|
12454
|
-
successMessage:
|
|
12457
|
+
successMessage: Hp
|
|
12455
12458
|
}, Ze = () => /* @__PURE__ */ a(
|
|
12456
12459
|
"svg",
|
|
12457
12460
|
{
|
|
@@ -12463,7 +12466,7 @@ const Uo = gp(Ap, {
|
|
|
12463
12466
|
className: k.spin,
|
|
12464
12467
|
children: /* @__PURE__ */ a("path", { d: "M18,4.181v2.021c4.559,0.929,8,4.97,8,9.798c0,5.514-4.486,10-10,10S6,21.514,6,16c0-4.829,3.441-8.869,8-9.798V4.181 C8.334,5.137,4,10.066,4,16c0,6.617,5.383,12,12,12s12-5.383,12-12C28,10.066,23.666,5.137,18,4.181z" })
|
|
12465
12468
|
}
|
|
12466
|
-
),
|
|
12469
|
+
), zp = ({
|
|
12467
12470
|
isOpen: e,
|
|
12468
12471
|
onClose: t,
|
|
12469
12472
|
commentId: n,
|
|
@@ -13191,7 +13194,7 @@ const { PUBLIC_PUBLICATION_ID: Fp } = J(), Wp = Fp, $p = (e) => {
|
|
|
13191
13194
|
)
|
|
13192
13195
|
] }) }) }),
|
|
13193
13196
|
/* @__PURE__ */ a(
|
|
13194
|
-
|
|
13197
|
+
zp,
|
|
13195
13198
|
{
|
|
13196
13199
|
username: n?.username ?? void 0,
|
|
13197
13200
|
publication: Lr,
|
|
@@ -14255,8 +14258,8 @@ export {
|
|
|
14255
14258
|
K9 as Footer,
|
|
14256
14259
|
As as FormatAfterScripts,
|
|
14257
14260
|
Qr as FormatScripts,
|
|
14258
|
-
|
|
14259
|
-
|
|
14261
|
+
Ho as GA4,
|
|
14262
|
+
zo as GTM,
|
|
14260
14263
|
So as GalleryHeader,
|
|
14261
14264
|
F9 as GenerateBody,
|
|
14262
14265
|
V9 as GenerateHead,
|
|
@@ -14264,13 +14267,14 @@ export {
|
|
|
14264
14267
|
g0 as IframeHeader,
|
|
14265
14268
|
tl as ImageOffline,
|
|
14266
14269
|
Ue as ImageOnline,
|
|
14270
|
+
Zc as ImageOnlineClient,
|
|
14267
14271
|
G9 as IssuuServices,
|
|
14268
14272
|
Es as ItemListSchema,
|
|
14269
14273
|
ym as JournalistArticule2,
|
|
14270
14274
|
xm as JournalistGroup,
|
|
14271
14275
|
vo as LayoutNewsComponent,
|
|
14272
14276
|
C3 as LazyLoader,
|
|
14273
|
-
|
|
14277
|
+
B as LinkComponent,
|
|
14274
14278
|
D1 as LiveBlogHeader,
|
|
14275
14279
|
W9 as Location,
|
|
14276
14280
|
_9 as MainComponentServices,
|
|
@@ -14310,7 +14314,7 @@ export {
|
|
|
14310
14314
|
Y9 as SubscribeWhatsAppColumn,
|
|
14311
14315
|
f3 as TagComponent,
|
|
14312
14316
|
lm as TagSection,
|
|
14313
|
-
|
|
14317
|
+
H1 as TimeLine,
|
|
14314
14318
|
w9 as TrimPathname,
|
|
14315
14319
|
J9 as VideoBlock3,
|
|
14316
14320
|
n3 as VideoBlock4,
|
|
@@ -14333,11 +14337,11 @@ export {
|
|
|
14333
14337
|
cs as formatDateTimeline,
|
|
14334
14338
|
hs as formatNewsMeta,
|
|
14335
14339
|
vs as formatVideoData,
|
|
14336
|
-
|
|
14340
|
+
z9 as generalGetData,
|
|
14337
14341
|
b3 as getCaptchaToken,
|
|
14338
14342
|
Vp as getComments,
|
|
14339
14343
|
J as getConfig,
|
|
14340
|
-
|
|
14344
|
+
H9 as getDynamicSlots,
|
|
14341
14345
|
An as getEnvironmentUrl,
|
|
14342
14346
|
us as getEnvironmentUrlFront,
|
|
14343
14347
|
b9 as getHydratorPath,
|
|
@@ -14350,7 +14354,7 @@ export {
|
|
|
14350
14354
|
ls as getResponse,
|
|
14351
14355
|
ds as getResponsePromise,
|
|
14352
14356
|
pa as getSchemas,
|
|
14353
|
-
|
|
14357
|
+
Hr as getScriptReplaces,
|
|
14354
14358
|
Rs as getSlugs,
|
|
14355
14359
|
y9 as getTypeOfNews,
|
|
14356
14360
|
v9 as getVideoRealPath,
|