sass-template-common 0.1.43 → 0.1.45
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as a, jsxs as m, Fragment as K } from "react/jsx-runtime";
|
|
2
|
-
import * as
|
|
2
|
+
import * as Ua from "react";
|
|
3
3
|
import Ee, { useState as $, useRef as Br, useCallback as he, useEffect as De, createElement as ot, forwardRef as Or, Fragment as gn, useMemo as jo, Component as Qo } from "react";
|
|
4
4
|
let ea = {
|
|
5
5
|
PUBLIC_API_HOST: "https://dev-saas.cms-medios.com",
|
|
@@ -47,17 +47,18 @@ let ea = {
|
|
|
47
47
|
/// new NEXT_PUBLIC_CAPTCHA_KEY
|
|
48
48
|
COMMENTS_CAPTCHA_API_KEY: "",
|
|
49
49
|
/// originaly => COMMENTS_CAPTCHA_API_KEY
|
|
50
|
-
CAPTCHA_KEY_V2: ""
|
|
50
|
+
CAPTCHA_KEY_V2: "",
|
|
51
51
|
/// originaly => NEXT_PUBLIC_CAPTCHA_KEY_V2
|
|
52
|
+
SHOW_TAG_BY_SECTION: !1
|
|
52
53
|
};
|
|
53
54
|
function p9(e = {}) {
|
|
54
55
|
ea = { ...ea, ...e };
|
|
55
56
|
}
|
|
56
|
-
function
|
|
57
|
+
function J() {
|
|
57
58
|
return ea;
|
|
58
59
|
}
|
|
59
60
|
const Go = () => {
|
|
60
|
-
const { ANALYTICS_comscore: e } =
|
|
61
|
+
const { ANALYTICS_comscore: e } = J();
|
|
61
62
|
return e && /* @__PURE__ */ a(
|
|
62
63
|
"script",
|
|
63
64
|
{
|
|
@@ -82,7 +83,7 @@ const Go = () => {
|
|
|
82
83
|
return Object.keys(t).forEach((s) => {
|
|
83
84
|
o[s] = s;
|
|
84
85
|
}), o;
|
|
85
|
-
}, [t]), { ANALYTICS_ga4: r } =
|
|
86
|
+
}, [t]), { ANALYTICS_ga4: r } = J();
|
|
86
87
|
return r && /* @__PURE__ */ m(K, { children: [
|
|
87
88
|
/* @__PURE__ */ a("script", { defer: !0, src: "https://www.googletagmanager.com/gtag/js?" + e }),
|
|
88
89
|
/* @__PURE__ */ a(
|
|
@@ -105,7 +106,7 @@ const Go = () => {
|
|
|
105
106
|
)
|
|
106
107
|
] });
|
|
107
108
|
}, Vo = () => {
|
|
108
|
-
const { ANALYTICS_gtm: e } =
|
|
109
|
+
const { ANALYTICS_gtm: e } = J();
|
|
109
110
|
return e && /* @__PURE__ */ m(K, { children: [
|
|
110
111
|
/* @__PURE__ */ a(
|
|
111
112
|
"script",
|
|
@@ -133,7 +134,7 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
|
|
133
134
|
) })
|
|
134
135
|
] });
|
|
135
136
|
}, Fo = () => {
|
|
136
|
-
const { ANALYTICS_marfeel: e } =
|
|
137
|
+
const { ANALYTICS_marfeel: e } = J();
|
|
137
138
|
return e && /* @__PURE__ */ a(
|
|
138
139
|
"script",
|
|
139
140
|
{
|
|
@@ -154,17 +155,17 @@ function Pr() {
|
|
|
154
155
|
e.exports = r();
|
|
155
156
|
})(Wo, (function() {
|
|
156
157
|
var n = 1e3, r = 6e4, o = 36e5, s = "millisecond", i = "second", c = "minute", d = "hour", l = "day", u = "week", h = "month", f = "quarter", A = "year", g = "date", p = "Invalid Date", w = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, _ = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, S = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(M) {
|
|
157
|
-
var
|
|
158
|
-
return "[" + M + (
|
|
159
|
-
} }, N = function(M,
|
|
158
|
+
var k = ["th", "st", "nd", "rd"], E = M % 100;
|
|
159
|
+
return "[" + M + (k[(E - 20) % 10] || k[E] || k[0]) + "]";
|
|
160
|
+
} }, N = function(M, k, E) {
|
|
160
161
|
var D = String(M);
|
|
161
|
-
return !D || D.length >=
|
|
162
|
+
return !D || D.length >= k ? M : "" + Array(k + 1 - D.length).join(E) + M;
|
|
162
163
|
}, x = { s: N, z: function(M) {
|
|
163
|
-
var
|
|
164
|
-
return (
|
|
165
|
-
}, m: function M(
|
|
166
|
-
if (
|
|
167
|
-
var D = 12 * (E.year() -
|
|
164
|
+
var k = -M.utcOffset(), E = Math.abs(k), D = Math.floor(E / 60), T = E % 60;
|
|
165
|
+
return (k <= 0 ? "+" : "-") + N(D, 2, "0") + ":" + N(T, 2, "0");
|
|
166
|
+
}, m: function M(k, E) {
|
|
167
|
+
if (k.date() < E.date()) return -M(E, k);
|
|
168
|
+
var D = 12 * (E.year() - k.year()) + (E.month() - k.month()), T = k.clone().add(D, h), z = E - T < 0, y = k.clone().add(D + (z ? -1 : 1), h);
|
|
168
169
|
return +(-(D + (E - T) / (z ? T - y : y - T)) || 0);
|
|
169
170
|
}, a: function(M) {
|
|
170
171
|
return M < 0 ? Math.ceil(M) || 0 : Math.floor(M);
|
|
@@ -176,33 +177,33 @@ function Pr() {
|
|
|
176
177
|
B[v] = S;
|
|
177
178
|
var R = "$isDayjsObject", Y = function(M) {
|
|
178
179
|
return M instanceof ee || !(!M || !M[R]);
|
|
179
|
-
}, te = function M(
|
|
180
|
+
}, te = function M(k, E, D) {
|
|
180
181
|
var T;
|
|
181
|
-
if (!
|
|
182
|
-
if (typeof
|
|
183
|
-
var z =
|
|
182
|
+
if (!k) return v;
|
|
183
|
+
if (typeof k == "string") {
|
|
184
|
+
var z = k.toLowerCase();
|
|
184
185
|
B[z] && (T = z), E && (B[z] = E, T = z);
|
|
185
|
-
var y =
|
|
186
|
+
var y = k.split("-");
|
|
186
187
|
if (!T && y.length > 1) return M(y[0]);
|
|
187
188
|
} else {
|
|
188
|
-
var C =
|
|
189
|
-
B[C] =
|
|
189
|
+
var C = k.name;
|
|
190
|
+
B[C] = k, T = C;
|
|
190
191
|
}
|
|
191
192
|
return !D && T && (v = T), T || !D && v;
|
|
192
|
-
}, Q = function(M,
|
|
193
|
+
}, Q = function(M, k) {
|
|
193
194
|
if (Y(M)) return M.clone();
|
|
194
|
-
var E = typeof
|
|
195
|
+
var E = typeof k == "object" ? k : {};
|
|
195
196
|
return E.date = M, E.args = arguments, new ee(E);
|
|
196
197
|
}, P = x;
|
|
197
|
-
P.l = te, P.i = Y, P.w = function(M,
|
|
198
|
-
return Q(M, { locale:
|
|
198
|
+
P.l = te, P.i = Y, P.w = function(M, k) {
|
|
199
|
+
return Q(M, { locale: k.$L, utc: k.$u, x: k.$x, $offset: k.$offset });
|
|
199
200
|
};
|
|
200
201
|
var ee = (function() {
|
|
201
202
|
function M(E) {
|
|
202
203
|
this.$L = te(E.locale, null, !0), this.parse(E), this.$x = this.$x || E.x || {}, this[R] = !0;
|
|
203
204
|
}
|
|
204
|
-
var
|
|
205
|
-
return
|
|
205
|
+
var k = M.prototype;
|
|
206
|
+
return k.parse = function(E) {
|
|
206
207
|
this.$d = (function(D) {
|
|
207
208
|
var T = D.date, z = D.utc;
|
|
208
209
|
if (T === null) return /* @__PURE__ */ new Date(NaN);
|
|
@@ -211,37 +212,37 @@ function Pr() {
|
|
|
211
212
|
if (typeof T == "string" && !/Z$/i.test(T)) {
|
|
212
213
|
var y = T.match(w);
|
|
213
214
|
if (y) {
|
|
214
|
-
var C = y[2] - 1 || 0,
|
|
215
|
-
return z ? new Date(Date.UTC(y[1], C, y[3] || 1, y[4] || 0, y[5] || 0, y[6] || 0,
|
|
215
|
+
var C = y[2] - 1 || 0, U = (y[7] || "0").substring(0, 3);
|
|
216
|
+
return z ? new Date(Date.UTC(y[1], C, y[3] || 1, y[4] || 0, y[5] || 0, y[6] || 0, U)) : new Date(y[1], C, y[3] || 1, y[4] || 0, y[5] || 0, y[6] || 0, U);
|
|
216
217
|
}
|
|
217
218
|
}
|
|
218
219
|
return new Date(T);
|
|
219
220
|
})(E), this.init();
|
|
220
|
-
},
|
|
221
|
+
}, k.init = function() {
|
|
221
222
|
var E = this.$d;
|
|
222
223
|
this.$y = E.getFullYear(), this.$M = E.getMonth(), this.$D = E.getDate(), this.$W = E.getDay(), this.$H = E.getHours(), this.$m = E.getMinutes(), this.$s = E.getSeconds(), this.$ms = E.getMilliseconds();
|
|
223
|
-
},
|
|
224
|
+
}, k.$utils = function() {
|
|
224
225
|
return P;
|
|
225
|
-
},
|
|
226
|
+
}, k.isValid = function() {
|
|
226
227
|
return this.$d.toString() !== p;
|
|
227
|
-
},
|
|
228
|
+
}, k.isSame = function(E, D) {
|
|
228
229
|
var T = Q(E);
|
|
229
230
|
return this.startOf(D) <= T && T <= this.endOf(D);
|
|
230
|
-
},
|
|
231
|
+
}, k.isAfter = function(E, D) {
|
|
231
232
|
return Q(E) < this.startOf(D);
|
|
232
|
-
},
|
|
233
|
+
}, k.isBefore = function(E, D) {
|
|
233
234
|
return this.endOf(D) < Q(E);
|
|
234
|
-
},
|
|
235
|
+
}, k.$g = function(E, D, T) {
|
|
235
236
|
return P.u(E) ? this[D] : this.set(T, E);
|
|
236
|
-
},
|
|
237
|
+
}, k.unix = function() {
|
|
237
238
|
return Math.floor(this.valueOf() / 1e3);
|
|
238
|
-
},
|
|
239
|
+
}, k.valueOf = function() {
|
|
239
240
|
return this.$d.getTime();
|
|
240
|
-
},
|
|
241
|
+
}, k.startOf = function(E, D) {
|
|
241
242
|
var T = this, z = !!P.u(D) || D, y = P.p(E), C = function(X, F) {
|
|
242
243
|
var ie = P.w(T.$u ? Date.UTC(T.$y, F, X) : new Date(T.$y, F, X), T);
|
|
243
244
|
return z ? ie : ie.endOf(l);
|
|
244
|
-
},
|
|
245
|
+
}, U = function(X, F) {
|
|
245
246
|
return P.w(T.toDate()[X].apply(T.toDate("s"), (z ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(F)), T);
|
|
246
247
|
}, j = this.$W, L = this.$M, G = this.$D, H = "set" + (this.$u ? "UTC" : "");
|
|
247
248
|
switch (y) {
|
|
@@ -250,34 +251,34 @@ function Pr() {
|
|
|
250
251
|
case h:
|
|
251
252
|
return z ? C(1, L) : C(0, L + 1);
|
|
252
253
|
case u:
|
|
253
|
-
var V = this.$locale().weekStart || 0,
|
|
254
|
-
return C(z ? G -
|
|
254
|
+
var V = this.$locale().weekStart || 0, Z = (j < V ? j + 7 : j) - V;
|
|
255
|
+
return C(z ? G - Z : G + (6 - Z), L);
|
|
255
256
|
case l:
|
|
256
257
|
case g:
|
|
257
|
-
return
|
|
258
|
+
return U(H + "Hours", 0);
|
|
258
259
|
case d:
|
|
259
|
-
return
|
|
260
|
+
return U(H + "Minutes", 1);
|
|
260
261
|
case c:
|
|
261
|
-
return
|
|
262
|
+
return U(H + "Seconds", 2);
|
|
262
263
|
case i:
|
|
263
|
-
return
|
|
264
|
+
return U(H + "Milliseconds", 3);
|
|
264
265
|
default:
|
|
265
266
|
return this.clone();
|
|
266
267
|
}
|
|
267
|
-
},
|
|
268
|
+
}, k.endOf = function(E) {
|
|
268
269
|
return this.startOf(E, !1);
|
|
269
|
-
},
|
|
270
|
-
var T, z = P.p(E), y = "set" + (this.$u ? "UTC" : ""), C = (T = {}, T[l] = y + "Date", T[g] = y + "Date", T[h] = y + "Month", T[A] = y + "FullYear", T[d] = y + "Hours", T[c] = y + "Minutes", T[i] = y + "Seconds", T[s] = y + "Milliseconds", T)[z],
|
|
270
|
+
}, k.$set = function(E, D) {
|
|
271
|
+
var T, z = P.p(E), y = "set" + (this.$u ? "UTC" : ""), C = (T = {}, T[l] = y + "Date", T[g] = y + "Date", T[h] = y + "Month", T[A] = y + "FullYear", T[d] = y + "Hours", T[c] = y + "Minutes", T[i] = y + "Seconds", T[s] = y + "Milliseconds", T)[z], U = z === l ? this.$D + (D - this.$W) : D;
|
|
271
272
|
if (z === h || z === A) {
|
|
272
273
|
var j = this.clone().set(g, 1);
|
|
273
|
-
j.$d[C](
|
|
274
|
-
} else C && this.$d[C](
|
|
274
|
+
j.$d[C](U), j.init(), this.$d = j.set(g, Math.min(this.$D, j.daysInMonth())).$d;
|
|
275
|
+
} else C && this.$d[C](U);
|
|
275
276
|
return this.init(), this;
|
|
276
|
-
},
|
|
277
|
+
}, k.set = function(E, D) {
|
|
277
278
|
return this.clone().$set(E, D);
|
|
278
|
-
},
|
|
279
|
+
}, k.get = function(E) {
|
|
279
280
|
return this[P.p(E)]();
|
|
280
|
-
},
|
|
281
|
+
}, k.add = function(E, D) {
|
|
281
282
|
var T, z = this;
|
|
282
283
|
E = Number(E);
|
|
283
284
|
var y = P.p(D), C = function(L) {
|
|
@@ -288,16 +289,16 @@ function Pr() {
|
|
|
288
289
|
if (y === A) return this.set(A, this.$y + E);
|
|
289
290
|
if (y === l) return C(1);
|
|
290
291
|
if (y === u) return C(7);
|
|
291
|
-
var
|
|
292
|
+
var U = (T = {}, T[c] = r, T[d] = o, T[i] = n, T)[y] || 1, j = this.$d.getTime() + E * U;
|
|
292
293
|
return P.w(j, this);
|
|
293
|
-
},
|
|
294
|
+
}, k.subtract = function(E, D) {
|
|
294
295
|
return this.add(-1 * E, D);
|
|
295
|
-
},
|
|
296
|
+
}, k.format = function(E) {
|
|
296
297
|
var D = this, T = this.$locale();
|
|
297
298
|
if (!this.isValid()) return T.invalidDate || p;
|
|
298
|
-
var z = E || "YYYY-MM-DDTHH:mm:ssZ", y = P.z(this), C = this.$H,
|
|
299
|
+
var z = E || "YYYY-MM-DDTHH:mm:ssZ", y = P.z(this), C = this.$H, U = this.$m, j = this.$M, L = T.weekdays, G = T.months, H = T.meridiem, V = function(F, ie, q, Ae) {
|
|
299
300
|
return F && (F[ie] || F(D, z)) || q[ie].slice(0, Ae);
|
|
300
|
-
},
|
|
301
|
+
}, Z = function(F) {
|
|
301
302
|
return P.s(C % 12 || 12, F, "0");
|
|
302
303
|
}, X = H || function(F, ie, q) {
|
|
303
304
|
var Ae = F < 12 ? "AM" : "PM";
|
|
@@ -335,17 +336,17 @@ function Pr() {
|
|
|
335
336
|
case "HH":
|
|
336
337
|
return P.s(C, 2, "0");
|
|
337
338
|
case "h":
|
|
338
|
-
return
|
|
339
|
+
return Z(1);
|
|
339
340
|
case "hh":
|
|
340
|
-
return
|
|
341
|
+
return Z(2);
|
|
341
342
|
case "a":
|
|
342
|
-
return X(C,
|
|
343
|
+
return X(C, U, !0);
|
|
343
344
|
case "A":
|
|
344
|
-
return X(C,
|
|
345
|
+
return X(C, U, !1);
|
|
345
346
|
case "m":
|
|
346
|
-
return String(
|
|
347
|
+
return String(U);
|
|
347
348
|
case "mm":
|
|
348
|
-
return P.s(
|
|
349
|
+
return P.s(U, 2, "0");
|
|
349
350
|
case "s":
|
|
350
351
|
return String(D.$s);
|
|
351
352
|
case "ss":
|
|
@@ -358,11 +359,11 @@ function Pr() {
|
|
|
358
359
|
return null;
|
|
359
360
|
})(F) || y.replace(":", "");
|
|
360
361
|
}));
|
|
361
|
-
},
|
|
362
|
+
}, k.utcOffset = function() {
|
|
362
363
|
return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
|
|
363
|
-
},
|
|
364
|
-
var z, y = this, C = P.p(D),
|
|
365
|
-
return P.m(y,
|
|
364
|
+
}, k.diff = function(E, D, T) {
|
|
365
|
+
var z, y = this, C = P.p(D), U = Q(E), j = (U.utcOffset() - this.utcOffset()) * r, L = this - U, G = function() {
|
|
366
|
+
return P.m(y, U);
|
|
366
367
|
};
|
|
367
368
|
switch (C) {
|
|
368
369
|
case A:
|
|
@@ -393,32 +394,32 @@ function Pr() {
|
|
|
393
394
|
z = L;
|
|
394
395
|
}
|
|
395
396
|
return T ? z : P.a(z);
|
|
396
|
-
},
|
|
397
|
+
}, k.daysInMonth = function() {
|
|
397
398
|
return this.endOf(h).$D;
|
|
398
|
-
},
|
|
399
|
+
}, k.$locale = function() {
|
|
399
400
|
return B[this.$L];
|
|
400
|
-
},
|
|
401
|
+
}, k.locale = function(E, D) {
|
|
401
402
|
if (!E) return this.$L;
|
|
402
403
|
var T = this.clone(), z = te(E, D, !0);
|
|
403
404
|
return z && (T.$L = z), T;
|
|
404
|
-
},
|
|
405
|
+
}, k.clone = function() {
|
|
405
406
|
return P.w(this.$d, this);
|
|
406
|
-
},
|
|
407
|
+
}, k.toDate = function() {
|
|
407
408
|
return new Date(this.valueOf());
|
|
408
|
-
},
|
|
409
|
+
}, k.toJSON = function() {
|
|
409
410
|
return this.isValid() ? this.toISOString() : null;
|
|
410
|
-
},
|
|
411
|
+
}, k.toISOString = function() {
|
|
411
412
|
return this.$d.toISOString();
|
|
412
|
-
},
|
|
413
|
+
}, k.toString = function() {
|
|
413
414
|
return this.$d.toUTCString();
|
|
414
415
|
}, M;
|
|
415
416
|
})(), ce = ee.prototype;
|
|
416
417
|
return Q.prototype = ce, [["$ms", s], ["$s", i], ["$m", c], ["$H", d], ["$W", l], ["$M", h], ["$y", A], ["$D", g]].forEach((function(M) {
|
|
417
|
-
ce[M[1]] = function(
|
|
418
|
-
return this.$g(
|
|
418
|
+
ce[M[1]] = function(k) {
|
|
419
|
+
return this.$g(k, M[0], M[1]);
|
|
419
420
|
};
|
|
420
|
-
})), Q.extend = function(M,
|
|
421
|
-
return M.$i || (M(
|
|
421
|
+
})), Q.extend = function(M, k) {
|
|
422
|
+
return M.$i || (M(k, ee, Q), M.$i = !0), Q;
|
|
422
423
|
}, Q.locale = te, Q.isDayjs = Y, Q.unix = function(M) {
|
|
423
424
|
return Q(1e3 * M);
|
|
424
425
|
}, Q.en = B[v], Q.Ls = B, Q.p = {}, Q;
|
|
@@ -636,18 +637,18 @@ Se.extend(rs);
|
|
|
636
637
|
Se.extend(cs);
|
|
637
638
|
Se.extend(Zo);
|
|
638
639
|
const _n = (e) => e === "en" ? "en" : "es", Me = (e) => {
|
|
639
|
-
const { PUBLIC_LNG: t, DATE_TIMEZONE: n } =
|
|
640
|
+
const { PUBLIC_LNG: t, DATE_TIMEZONE: n } = J(), r = _n(t ?? "es");
|
|
640
641
|
return Se.tz(e, n).locale(r).format("DD MMMM YYYY");
|
|
641
642
|
}, Dr = (e) => {
|
|
642
|
-
const { PUBLIC_LNG: t, DATE_TIMEZONE: n } =
|
|
643
|
+
const { PUBLIC_LNG: t, DATE_TIMEZONE: n } = J(), r = _n(t ?? "es");
|
|
643
644
|
return Se.tz(e, n).locale(r).format(
|
|
644
645
|
r === "en" ? "MMMM DD YYYY [•] HH:mm [hs]" : "DD [de] MMMM YYYY [•] HH:mm [hs]"
|
|
645
646
|
);
|
|
646
647
|
}, ls = (e) => {
|
|
647
|
-
const { PUBLIC_LNG: t, DATE_TIMEZONE: n } =
|
|
648
|
+
const { PUBLIC_LNG: t, DATE_TIMEZONE: n } = J(), r = _n(t ?? "es");
|
|
648
649
|
return Se.tz(e, n).locale(r).format("MM/DD/YYYY [•] HH:mm [HS]");
|
|
649
650
|
}, A9 = (e) => {
|
|
650
|
-
const { PUBLIC_LNG: t, DATE_TIMEZONE: n } =
|
|
651
|
+
const { PUBLIC_LNG: t, DATE_TIMEZONE: n } = J(), r = _n(t ?? "es");
|
|
651
652
|
return Se.tz(e, n).locale(r).format("dddd DD [de] MMMM YYYY");
|
|
652
653
|
}, je = (e, t = 136) => e && e.length > t ? `${e.substring(0, t)}...` : e;
|
|
653
654
|
function ds(e) {
|
|
@@ -706,14 +707,14 @@ function w9(e) {
|
|
|
706
707
|
return t;
|
|
707
708
|
}
|
|
708
709
|
const pn = () => {
|
|
709
|
-
const { PUBLIC_ENV: e, PUBLIC_API_HOST: t, PUBLIC_ASSETS_URL: n } =
|
|
710
|
+
const { PUBLIC_ENV: e, PUBLIC_API_HOST: t, PUBLIC_ASSETS_URL: n } = J();
|
|
710
711
|
return e == "local" ? t : n !== "false" && n !== "false" ? n : "";
|
|
711
712
|
}, hs = () => {
|
|
712
|
-
const { PUBLIC_ENV: e, PUBLIC_API_FRONT: t } =
|
|
713
|
+
const { PUBLIC_ENV: e, PUBLIC_API_FRONT: t } = J();
|
|
713
714
|
return e === "local" ? t : "";
|
|
714
715
|
}, ms = (e, t) => {
|
|
715
716
|
if (!e) return {};
|
|
716
|
-
const { PUBLIC_ASSETS_URL: n, PUBLIC_API_FRONT: r } =
|
|
717
|
+
const { PUBLIC_ASSETS_URL: n, PUBLIC_API_FRONT: r } = J(), o = Mr(e.keywords) ?? "", s = e?.preview?.sizes ? e?.preview?.sizes[0]?.url : "", i = (n !== "false" ? n : r) ?? "";
|
|
717
718
|
return {
|
|
718
719
|
title: (e?.main?.title?.seo ?? e?.main?.title?.article) + " | " + t.name,
|
|
719
720
|
robots: "index, follow, max-image-preview:large",
|
|
@@ -958,9 +959,9 @@ function y9(e) {
|
|
|
958
959
|
return t > 1 && e.charCodeAt(t - 1) === 47 ? e.slice(0, t - 1) : e;
|
|
959
960
|
}
|
|
960
961
|
const ys = () => {
|
|
961
|
-
const { PUBLIC_ASSETS_URL: e } =
|
|
962
|
+
const { PUBLIC_ASSETS_URL: e } = J();
|
|
962
963
|
return e && e !== "false" && /* @__PURE__ */ a("link", { rel: "preconnect", href: e, crossOrigin: "anonymous" });
|
|
963
|
-
}, { PUBLIC_ASSETS_URL: qn } =
|
|
964
|
+
}, { PUBLIC_ASSETS_URL: qn } = J(), vs = qn && qn !== "false" ? qn : "", Pa = ({ images: e }) => /* @__PURE__ */ a(K, { children: e.map(
|
|
964
965
|
(t, n) => t.href !== "" && /* @__PURE__ */ a(
|
|
965
966
|
"link",
|
|
966
967
|
{
|
|
@@ -974,7 +975,7 @@ const ys = () => {
|
|
|
974
975
|
)
|
|
975
976
|
) }), bs = (e, t) => {
|
|
976
977
|
if (!e) return {};
|
|
977
|
-
const { PUBLIC_API_FRONT: n } =
|
|
978
|
+
const { PUBLIC_API_FRONT: n } = J();
|
|
978
979
|
return {
|
|
979
980
|
title: e?.main?.title + " | " + t.name,
|
|
980
981
|
robots: "index, follow, max-image-preview:large",
|
|
@@ -1086,7 +1087,7 @@ const Qr = (e, t) => {
|
|
|
1086
1087
|
pathname: n,
|
|
1087
1088
|
ROUTE: r
|
|
1088
1089
|
}) => {
|
|
1089
|
-
const { PUBLIC_PUBLICATION_ID: o = "" } =
|
|
1090
|
+
const { PUBLIC_PUBLICATION_ID: o = "" } = J();
|
|
1090
1091
|
let s = [];
|
|
1091
1092
|
const i = n === "/" || n === "/index.html" ? void 0 : Rs(Ls[r]({ pathname: n, config: e })), c = Es[r] ?? void 0, d = {
|
|
1092
1093
|
newstype: e.newsType,
|
|
@@ -1114,7 +1115,7 @@ const Qr = (e, t) => {
|
|
|
1114
1115
|
);
|
|
1115
1116
|
};
|
|
1116
1117
|
function Gr(e) {
|
|
1117
|
-
const { PUBLIC_ASSETS_URL: t } =
|
|
1118
|
+
const { PUBLIC_ASSETS_URL: t } = J();
|
|
1118
1119
|
if (!t || t === "false") return e;
|
|
1119
1120
|
const n = t.replace(/\/+$/, ""), r = /https?:\/\/[^/\s]+\/(arte|__export)\//g;
|
|
1120
1121
|
return e.replace(r, (o, s) => `${n}/${s}/`);
|
|
@@ -1125,7 +1126,7 @@ const Ts = async ({
|
|
|
1125
1126
|
BASE_URL: n,
|
|
1126
1127
|
axiosApi: r
|
|
1127
1128
|
}) => {
|
|
1128
|
-
const { PUBLIC_SERVICE_PREFIX: o, PUBLIC_IS_SUB_PUBLICATION: s } =
|
|
1129
|
+
const { PUBLIC_SERVICE_PREFIX: o, PUBLIC_IS_SUB_PUBLICATION: s } = J();
|
|
1129
1130
|
let i = [];
|
|
1130
1131
|
try {
|
|
1131
1132
|
const c = t.socialBlockLogo?.url ? new URL(t.socialBlockLogo.url).pathname : void 0, d = t.landscapeLogo?.url ? new URL(t.landscapeLogo.url).pathname : void 0, l = {
|
|
@@ -1176,7 +1177,7 @@ const Ts = async ({
|
|
|
1176
1177
|
dangerouslySetInnerHTML: { __html: JSON.stringify(n) }
|
|
1177
1178
|
}
|
|
1178
1179
|
);
|
|
1179
|
-
},
|
|
1180
|
+
}, ks = ({ config: e }) => {
|
|
1180
1181
|
const t = {
|
|
1181
1182
|
"@context": "https://schema.org",
|
|
1182
1183
|
"@type": "WebSite",
|
|
@@ -1196,7 +1197,7 @@ const Ts = async ({
|
|
|
1196
1197
|
dangerouslySetInnerHTML: { __html: JSON.stringify(t) }
|
|
1197
1198
|
}
|
|
1198
1199
|
);
|
|
1199
|
-
},
|
|
1200
|
+
}, Us = async ({ realPath: e, config: t, axiosApi: n }) => {
|
|
1200
1201
|
try {
|
|
1201
1202
|
const r = {
|
|
1202
1203
|
path: e,
|
|
@@ -1969,15 +1970,15 @@ const ao = {
|
|
|
1969
1970
|
},
|
|
1970
1971
|
protocols: ["http", "https", "file", "blob", "url", "data"]
|
|
1971
1972
|
}, wa = typeof window < "u" && typeof document < "u", aa = typeof navigator == "object" && navigator || void 0, Ti = wa && (!aa || ["ReactNative", "NativeScript", "NS"].indexOf(aa.product) < 0), Ii = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
|
|
1972
|
-
self instanceof WorkerGlobalScope && typeof self.importScripts == "function",
|
|
1973
|
+
self instanceof WorkerGlobalScope && typeof self.importScripts == "function", ki = wa && window.location.href || "http://localhost", Ui = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1973
1974
|
__proto__: null,
|
|
1974
1975
|
hasBrowserEnv: wa,
|
|
1975
1976
|
hasStandardBrowserEnv: Ti,
|
|
1976
1977
|
hasStandardBrowserWebWorkerEnv: Ii,
|
|
1977
1978
|
navigator: aa,
|
|
1978
|
-
origin:
|
|
1979
|
+
origin: ki
|
|
1979
1980
|
}, Symbol.toStringTag, { value: "Module" })), fe = {
|
|
1980
|
-
...
|
|
1981
|
+
...Ui,
|
|
1981
1982
|
...xi
|
|
1982
1983
|
};
|
|
1983
1984
|
function qi(e, t) {
|
|
@@ -2723,17 +2724,17 @@ const co = (e) => {
|
|
|
2723
2724
|
const M = ee && ee.unsubscribe && (() => {
|
|
2724
2725
|
ee.unsubscribe();
|
|
2725
2726
|
});
|
|
2726
|
-
let
|
|
2727
|
+
let k;
|
|
2727
2728
|
try {
|
|
2728
|
-
if (B && l && w !== "get" && w !== "head" && (
|
|
2729
|
+
if (B && l && w !== "get" && w !== "head" && (k = await A(Y, _)) !== 0) {
|
|
2729
2730
|
let C = new n(p, {
|
|
2730
2731
|
method: "POST",
|
|
2731
2732
|
body: _,
|
|
2732
2733
|
duplex: "half"
|
|
2733
|
-
}),
|
|
2734
|
-
if (b.isFormData(_) && (
|
|
2734
|
+
}), U;
|
|
2735
|
+
if (b.isFormData(_) && (U = C.headers.get("content-type")) && Y.setContentType(U), C.body) {
|
|
2735
2736
|
const [j, L] = za(
|
|
2736
|
-
|
|
2737
|
+
k,
|
|
2737
2738
|
An(Ha(B))
|
|
2738
2739
|
);
|
|
2739
2740
|
_ = Fa(C.body, Wa, j, L);
|
|
@@ -2757,8 +2758,8 @@ const co = (e) => {
|
|
|
2757
2758
|
["status", "statusText", "headers"].forEach((G) => {
|
|
2758
2759
|
C[G] = T[G];
|
|
2759
2760
|
});
|
|
2760
|
-
const
|
|
2761
|
-
|
|
2761
|
+
const U = b.toFiniteNumber(T.headers.get("content-length")), [j, L] = v && za(
|
|
2762
|
+
U,
|
|
2762
2763
|
An(Ha(v), !0)
|
|
2763
2764
|
) || [];
|
|
2764
2765
|
T = new r(
|
|
@@ -2770,8 +2771,8 @@ const co = (e) => {
|
|
|
2770
2771
|
}
|
|
2771
2772
|
R = R || "text";
|
|
2772
2773
|
let y = await h[b.findKey(h, R) || "text"](T, g);
|
|
2773
|
-
return !z && M && M(), await new Promise((C,
|
|
2774
|
-
so(C,
|
|
2774
|
+
return !z && M && M(), await new Promise((C, U) => {
|
|
2775
|
+
so(C, U, {
|
|
2775
2776
|
data: y,
|
|
2776
2777
|
headers: _e.from(T.headers),
|
|
2777
2778
|
status: T.status,
|
|
@@ -3239,8 +3240,8 @@ const {
|
|
|
3239
3240
|
Axios: x9,
|
|
3240
3241
|
AxiosError: T9,
|
|
3241
3242
|
CanceledError: I9,
|
|
3242
|
-
isCancel:
|
|
3243
|
-
CancelToken:
|
|
3243
|
+
isCancel: k9,
|
|
3244
|
+
CancelToken: U9,
|
|
3244
3245
|
VERSION: q9,
|
|
3245
3246
|
all: R9,
|
|
3246
3247
|
Cancel: L9,
|
|
@@ -3263,7 +3264,7 @@ class Le {
|
|
|
3263
3264
|
PUBLIC_IS_OFFLINE: n,
|
|
3264
3265
|
PUBLIC_USERNAME_OFFLINE: r,
|
|
3265
3266
|
PUBLIC_PASSWORD_OFFLINE: o
|
|
3266
|
-
} =
|
|
3267
|
+
} = J();
|
|
3267
3268
|
if (n === "true")
|
|
3268
3269
|
try {
|
|
3269
3270
|
return (await this.props?.axiosApi.get("/auth", {
|
|
@@ -3552,7 +3553,7 @@ const H9 = async (e, t, n, r, o, s) => {
|
|
|
3552
3553
|
}
|
|
3553
3554
|
},
|
|
3554
3555
|
tema: async (e) => {
|
|
3555
|
-
const { meta: t, config: n, pathname: r, slug: o } = e, s = new Le(), i = r.split("/"), c = [], d = $t(r), l = Number(n.newsListLimit) ?? 0, u = /([t][0-9]{4})\w+/.exec(o || ""), h = u && u?.length > 0 ? u[0].replace("t", "") : "", { PUBLIC_TAG_TYPE: f } =
|
|
3556
|
+
const { meta: t, config: n, pathname: r, slug: o } = e, s = new Le(), i = r.split("/"), c = [], d = $t(r), l = Number(n.newsListLimit) ?? 0, u = /([t][0-9]{4})\w+/.exec(o || ""), h = u && u?.length > 0 ? u[0].replace("t", "") : "", { PUBLIC_TAG_TYPE: f } = J();
|
|
3556
3557
|
try {
|
|
3557
3558
|
const A = await s.getNewsListTags({
|
|
3558
3559
|
tagid: h,
|
|
@@ -3847,7 +3848,7 @@ async function F9({
|
|
|
3847
3848
|
),
|
|
3848
3849
|
/* @__PURE__ */ a(Is, { config: f, socials: A }),
|
|
3849
3850
|
t.schemas_Videos && h && /* @__PURE__ */ a(
|
|
3850
|
-
|
|
3851
|
+
Us,
|
|
3851
3852
|
{
|
|
3852
3853
|
axiosApi: e,
|
|
3853
3854
|
realPath: h,
|
|
@@ -3863,7 +3864,7 @@ async function F9({
|
|
|
3863
3864
|
axiosApi: e
|
|
3864
3865
|
}
|
|
3865
3866
|
),
|
|
3866
|
-
t.schemas_WebsiteList && /* @__PURE__ */ a(
|
|
3867
|
+
t.schemas_WebsiteList && /* @__PURE__ */ a(ks, { config: f }),
|
|
3867
3868
|
/* @__PURE__ */ a(
|
|
3868
3869
|
Ss,
|
|
3869
3870
|
{
|
|
@@ -3948,8 +3949,8 @@ function yc({
|
|
|
3948
3949
|
}) {
|
|
3949
3950
|
const [c, d] = $(!1), [l, u] = $(0), [h, f] = $(0), [A, g] = $(0), [p, w] = $(0), [_, S] = $(null), N = Br(null), [x, v] = $(1), B = he(() => {
|
|
3950
3951
|
if (o) return 1;
|
|
3951
|
-
const y = N.current?.offsetWidth || window.innerWidth, C = n + r,
|
|
3952
|
-
return Math.max(1,
|
|
3952
|
+
const y = N.current?.offsetWidth || window.innerWidth, C = n + r, U = Math.floor(y / C);
|
|
3953
|
+
return Math.max(1, U);
|
|
3953
3954
|
}, [o, n, r]);
|
|
3954
3955
|
De(() => {
|
|
3955
3956
|
const y = () => {
|
|
@@ -3967,20 +3968,20 @@ function yc({
|
|
|
3967
3968
|
}, [B]), Q = he(
|
|
3968
3969
|
(y, C = 0) => {
|
|
3969
3970
|
if (o) {
|
|
3970
|
-
const
|
|
3971
|
-
return -(y * (100 + r)) + C /
|
|
3971
|
+
const U = N.current?.offsetWidth || window.innerWidth;
|
|
3972
|
+
return -(y * (100 + r)) + C / U * 100;
|
|
3972
3973
|
}
|
|
3973
3974
|
return -(y * (n + r)) + C;
|
|
3974
3975
|
},
|
|
3975
3976
|
[o, n, r]
|
|
3976
3977
|
), P = he(
|
|
3977
3978
|
(y) => {
|
|
3978
|
-
const C = N.current?.offsetWidth || window.innerWidth,
|
|
3979
|
+
const C = N.current?.offsetWidth || window.innerWidth, U = B(), j = te();
|
|
3979
3980
|
if (o)
|
|
3980
3981
|
return Math.abs(y) / C * 100 > 30 ? 1 : 0;
|
|
3981
3982
|
{
|
|
3982
3983
|
const L = n + r, G = Math.abs(y) / L;
|
|
3983
|
-
return G >= (
|
|
3984
|
+
return G >= (U === 1 ? 0.2 : 0.3) ? U === 1 ? 1 : Math.min(Math.round(G), j) : 0;
|
|
3984
3985
|
}
|
|
3985
3986
|
},
|
|
3986
3987
|
[o, n, r, B, te]
|
|
@@ -3992,7 +3993,7 @@ function yc({
|
|
|
3992
3993
|
), ce = he(
|
|
3993
3994
|
(y) => {
|
|
3994
3995
|
if (!c || !s) return;
|
|
3995
|
-
const C = y - l,
|
|
3996
|
+
const C = y - l, U = (n + r) * 1.2, j = e === 0 && C > 0, L = e === Y && C < 0, G = j || L ? Math.sign(C) * Math.min(Math.abs(C), U) : C;
|
|
3996
3997
|
f(y), g(G);
|
|
3997
3998
|
},
|
|
3998
3999
|
[c, l, s, e, Y, n, r]
|
|
@@ -4001,10 +4002,10 @@ function yc({
|
|
|
4001
4002
|
ce(y.clientX);
|
|
4002
4003
|
},
|
|
4003
4004
|
[ce]
|
|
4004
|
-
),
|
|
4005
|
+
), k = he(
|
|
4005
4006
|
(y) => {
|
|
4006
4007
|
if (!c || !s) return;
|
|
4007
|
-
const C = h - l,
|
|
4008
|
+
const C = h - l, U = Date.now() - p, j = Math.abs(C) / Math.max(U, 1), L = P(C), H = j > 0.5 && Math.abs(C) > 50 ? Math.max(L, 1) : L;
|
|
4008
4009
|
if (H > 0)
|
|
4009
4010
|
if (C > 0) {
|
|
4010
4011
|
const V = Math.max(0, e - H);
|
|
@@ -4013,7 +4014,7 @@ function yc({
|
|
|
4013
4014
|
const V = Math.min(Y, e + H);
|
|
4014
4015
|
i(V);
|
|
4015
4016
|
}
|
|
4016
|
-
d(!1), g(0), document.body.classList.remove("dragging"), document.removeEventListener("mousemove", M), document.removeEventListener("mouseup",
|
|
4017
|
+
d(!1), g(0), document.body.classList.remove("dragging"), document.removeEventListener("mousemove", M), document.removeEventListener("mouseup", k), y.clientX === l && _?.dispatchEvent(new PointerEvent("click"));
|
|
4017
4018
|
},
|
|
4018
4019
|
[
|
|
4019
4020
|
c,
|
|
@@ -4045,19 +4046,19 @@ function yc({
|
|
|
4045
4046
|
[c, ce]
|
|
4046
4047
|
), z = he(
|
|
4047
4048
|
(y) => {
|
|
4048
|
-
|
|
4049
|
+
k(y);
|
|
4049
4050
|
},
|
|
4050
|
-
[
|
|
4051
|
+
[k]
|
|
4051
4052
|
);
|
|
4052
4053
|
return De(() => {
|
|
4053
4054
|
if (c)
|
|
4054
|
-
return N.current?.addEventListener("mousemove", M), N.current?.addEventListener("mouseup",
|
|
4055
|
+
return N.current?.addEventListener("mousemove", M), N.current?.addEventListener("mouseup", k), () => {
|
|
4055
4056
|
N.current?.removeEventListener(
|
|
4056
4057
|
"mousemove",
|
|
4057
4058
|
M
|
|
4058
|
-
), N.current?.removeEventListener("mouseup",
|
|
4059
|
+
), N.current?.removeEventListener("mouseup", k);
|
|
4059
4060
|
};
|
|
4060
|
-
}, [c, ce,
|
|
4061
|
+
}, [c, ce, k, M]), {
|
|
4061
4062
|
isDragging: c,
|
|
4062
4063
|
translateOffset: A,
|
|
4063
4064
|
carrouselRef: N,
|
|
@@ -4069,7 +4070,7 @@ function yc({
|
|
|
4069
4070
|
onTouchStart: D,
|
|
4070
4071
|
onTouchMove: T,
|
|
4071
4072
|
onTouchEnd: z,
|
|
4072
|
-
onMouseLeave:
|
|
4073
|
+
onMouseLeave: k
|
|
4073
4074
|
}
|
|
4074
4075
|
};
|
|
4075
4076
|
}
|
|
@@ -4308,13 +4309,13 @@ const bc = "_content_3olxv_1", Cc = {
|
|
|
4308
4309
|
},
|
|
4309
4310
|
n.key
|
|
4310
4311
|
);
|
|
4311
|
-
}, Ec = "_boxInformation_o5vhf_1", xc = "_sectionDescriptionContainer_o5vhf_9", Tc = "_uppertitle_o5vhf_20", Ic = "_sectionDescription_o5vhf_9",
|
|
4312
|
+
}, Ec = "_boxInformation_o5vhf_1", xc = "_sectionDescriptionContainer_o5vhf_9", Tc = "_uppertitle_o5vhf_20", Ic = "_sectionDescription_o5vhf_9", kc = "_articule_o5vhf_60", Uc = "_linkStyled_o5vhf_74", qc = "_description_o5vhf_85", Rc = "_correspondent_o5vhf_113", Lc = "_correspondentLink_o5vhf_125", Bc = "_dotStyles_o5vhf_137", Oc = "_clipboardButton_o5vhf_144", Pc = "_socialNetworkSection_o5vhf_158", re = {
|
|
4312
4313
|
boxInformation: Ec,
|
|
4313
4314
|
sectionDescriptionContainer: xc,
|
|
4314
4315
|
uppertitle: Tc,
|
|
4315
4316
|
sectionDescription: Ic,
|
|
4316
|
-
articule:
|
|
4317
|
-
linkStyled:
|
|
4317
|
+
articule: kc,
|
|
4318
|
+
linkStyled: Uc,
|
|
4318
4319
|
description: qc,
|
|
4319
4320
|
correspondent: Rc,
|
|
4320
4321
|
correspondentLink: Lc,
|
|
@@ -4323,7 +4324,7 @@ const bc = "_content_3olxv_1", Cc = {
|
|
|
4323
4324
|
socialNetworkSection: Pc
|
|
4324
4325
|
};
|
|
4325
4326
|
function O(e) {
|
|
4326
|
-
const { PUBLIC_SERVICE_PREFIX: t, PUBLIC_IS_SUB_PUBLICATION: n } =
|
|
4327
|
+
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 = {
|
|
4327
4328
|
...e,
|
|
4328
4329
|
href: (!o && !s ? r : "") + (e.href ?? "")
|
|
4329
4330
|
};
|
|
@@ -4491,7 +4492,14 @@ function jc({ noteShare: e }) {
|
|
|
4491
4492
|
] }) : null;
|
|
4492
4493
|
}
|
|
4493
4494
|
const Et = (e) => {
|
|
4494
|
-
const {
|
|
4495
|
+
const {
|
|
4496
|
+
share: t = !1,
|
|
4497
|
+
cutSubtitle: n = !0,
|
|
4498
|
+
keywords: r,
|
|
4499
|
+
info: o,
|
|
4500
|
+
main: s,
|
|
4501
|
+
paths: i
|
|
4502
|
+
} = e, { SHOW_TAG_BY_SECTION: c } = J(), d = () => {
|
|
4495
4503
|
if (e?.config?.showtime && e.config?.showauthor)
|
|
4496
4504
|
return `${e?.authors[0]?.fullname ?? "Redacción"} - ${Me(
|
|
4497
4505
|
e.info?.date?.modified
|
|
@@ -4500,8 +4508,8 @@ const Et = (e) => {
|
|
|
4500
4508
|
return e?.authors[0]?.fullname ?? "Redacción";
|
|
4501
4509
|
if (e?.config?.showtime)
|
|
4502
4510
|
return Me(e.info?.date?.modified);
|
|
4503
|
-
},
|
|
4504
|
-
const
|
|
4511
|
+
}, l = () => {
|
|
4512
|
+
const h = {
|
|
4505
4513
|
"--fontSizeSubTitle": e.fontSizeSubTitle,
|
|
4506
4514
|
"--lineHeightSubTitle": e.lineHeightSubTitle,
|
|
4507
4515
|
"--colorSubTitle": e.colorSubTitle
|
|
@@ -4513,34 +4521,35 @@ const Et = (e) => {
|
|
|
4513
4521
|
dangerouslySetInnerHTML: {
|
|
4514
4522
|
__html: e.main.subtitle.rendered ?? e.main.subtitle.striped ?? ""
|
|
4515
4523
|
},
|
|
4516
|
-
style:
|
|
4524
|
+
style: h
|
|
4517
4525
|
}
|
|
4518
4526
|
);
|
|
4519
|
-
},
|
|
4520
|
-
const
|
|
4521
|
-
if (
|
|
4522
|
-
|
|
4527
|
+
}, u = () => {
|
|
4528
|
+
const h = s?.uppertitle, f = () => h ? /* @__PURE__ */ a("p", { className: re.uppertitle, title: h, children: h }) : null;
|
|
4529
|
+
if (console.log("keywords.tags before", c, r?.tags), c && r?.tags?.length && r.tags.length > 0) {
|
|
4530
|
+
console.log("keywords.tags", c, r.tags);
|
|
4531
|
+
const A = r.tags[0], g = A.name;
|
|
4523
4532
|
return /* @__PURE__ */ m("h3", { className: re.sectionDescriptionContainer, children: [
|
|
4524
4533
|
A.approved ? /* @__PURE__ */ a(
|
|
4525
4534
|
O,
|
|
4526
4535
|
{
|
|
4527
4536
|
"aria-label": g,
|
|
4528
4537
|
className: re.sectionDescription,
|
|
4529
|
-
href: Qr(A,
|
|
4538
|
+
href: Qr(A, i),
|
|
4530
4539
|
children: g
|
|
4531
4540
|
}
|
|
4532
4541
|
) : /* @__PURE__ */ a("div", { className: re.sectionDescription, children: g }),
|
|
4533
4542
|
f()
|
|
4534
4543
|
] });
|
|
4535
|
-
} else if (
|
|
4536
|
-
const A =
|
|
4544
|
+
} else if (o?.section?.url) {
|
|
4545
|
+
const A = o.section.name;
|
|
4537
4546
|
return /* @__PURE__ */ m("h3", { className: re.sectionDescriptionContainer, children: [
|
|
4538
4547
|
/* @__PURE__ */ a(
|
|
4539
4548
|
O,
|
|
4540
4549
|
{
|
|
4541
4550
|
"aria-label": A,
|
|
4542
4551
|
className: re.sectionDescription,
|
|
4543
|
-
href:
|
|
4552
|
+
href: o.section.url,
|
|
4544
4553
|
children: A
|
|
4545
4554
|
}
|
|
4546
4555
|
),
|
|
@@ -4559,7 +4568,7 @@ const Et = (e) => {
|
|
|
4559
4568
|
children: /* @__PURE__ */ a(jc, { noteShare: { ...t } })
|
|
4560
4569
|
}
|
|
4561
4570
|
),
|
|
4562
|
-
|
|
4571
|
+
u(),
|
|
4563
4572
|
Ee.createElement(
|
|
4564
4573
|
e.isTitle ? "h1" : "h2",
|
|
4565
4574
|
{
|
|
@@ -4579,16 +4588,16 @@ const Et = (e) => {
|
|
|
4579
4588
|
}
|
|
4580
4589
|
) : e.main?.title?.section
|
|
4581
4590
|
),
|
|
4582
|
-
e.config?.showsubtitle && /* @__PURE__ */ a(
|
|
4591
|
+
e.config?.showsubtitle && /* @__PURE__ */ a(l, {}),
|
|
4583
4592
|
(e?.config?.showtime || e.config?.showauthor) && /* @__PURE__ */ a(K, { children: e.authors[0]?.internaluser ? /* @__PURE__ */ a("h3", { children: /* @__PURE__ */ a(
|
|
4584
4593
|
O,
|
|
4585
4594
|
{
|
|
4586
|
-
"aria-label":
|
|
4595
|
+
"aria-label": d(),
|
|
4587
4596
|
className: re.correspondentLink,
|
|
4588
4597
|
href: `/${e?.paths?.autor}/${e?.authors[0]?.name}`,
|
|
4589
|
-
children:
|
|
4598
|
+
children: d()
|
|
4590
4599
|
}
|
|
4591
|
-
) }) : /* @__PURE__ */ a("h3", { className: re.correspondent, children:
|
|
4600
|
+
) }) : /* @__PURE__ */ a("h3", { className: re.correspondent, children: d() }) })
|
|
4592
4601
|
] });
|
|
4593
4602
|
}, Qc = "_content_coxjf_1", Gc = "_contentNew_coxjf_21", zc = "_imageBox_coxjf_29", Hc = "_numberTag_coxjf_44", Kt = {
|
|
4594
4603
|
content: Qc,
|
|
@@ -4724,7 +4733,7 @@ const Et = (e) => {
|
|
|
4724
4733
|
/* @__PURE__ */ a("defs", { children: /* @__PURE__ */ a("clipPath", { id: "clip0_2503_6565", children: /* @__PURE__ */ a("rect", { width: "28", height: "28", fill: "currentColor" }) }) })
|
|
4725
4734
|
] }), el = async (e) => Buffer.from(await e.arrayBuffer()).toString("base64"), tl = async (e, t) => {
|
|
4726
4735
|
try {
|
|
4727
|
-
const { PUBLIC_API_HOST: n, PUBLIC_OFFLINE_SITE: r } =
|
|
4736
|
+
const { PUBLIC_API_HOST: n, PUBLIC_OFFLINE_SITE: r } = J(), o = t?.site ?? "", s = decodeURIComponent(o ?? ""), i = t?.browser ?? "", c = await fetch(`${n}${e}`, {
|
|
4728
4737
|
headers: {
|
|
4729
4738
|
PROJECT: "Offline",
|
|
4730
4739
|
SITE: "/sites/" + r,
|
|
@@ -4747,7 +4756,7 @@ const Et = (e) => {
|
|
|
4747
4756
|
} = e, [s, i] = $(void 0), c = t?.sizes;
|
|
4748
4757
|
return De(() => {
|
|
4749
4758
|
(async () => {
|
|
4750
|
-
const { PUBLIC_IS_OFFLINE: l } =
|
|
4759
|
+
const { PUBLIC_IS_OFFLINE: l } = J();
|
|
4751
4760
|
if (l === "true" && c?.[0]?.url) {
|
|
4752
4761
|
const u = await tl(c[0].url, e.cookies);
|
|
4753
4762
|
i(u);
|
|
@@ -4783,11 +4792,11 @@ const Et = (e) => {
|
|
|
4783
4792
|
children: /* @__PURE__ */ a("div", { className: se.imagePlaceholder })
|
|
4784
4793
|
}
|
|
4785
4794
|
);
|
|
4786
|
-
},
|
|
4795
|
+
}, ke = async (e) => {
|
|
4787
4796
|
const { preview: t } = e;
|
|
4788
4797
|
if (!t?.sizes || t.sizes.length === 0 || t.sizes.some((s) => !s.url))
|
|
4789
4798
|
return /* @__PURE__ */ a("div", { className: se.imageLogoPlaceholder });
|
|
4790
|
-
const { PUBLIC_IS_OFFLINE: n } =
|
|
4799
|
+
const { PUBLIC_IS_OFFLINE: n } = J();
|
|
4791
4800
|
if (n === "true")
|
|
4792
4801
|
return /* @__PURE__ */ a(nl, { ...e });
|
|
4793
4802
|
const r = await Promise.all(
|
|
@@ -4828,7 +4837,7 @@ const Et = (e) => {
|
|
|
4828
4837
|
},
|
|
4829
4838
|
children: [
|
|
4830
4839
|
/* @__PURE__ */ a("div", { className: Kt.numberTag, children: r + 1 }),
|
|
4831
|
-
n.main.title.home && /* @__PURE__ */ a(
|
|
4840
|
+
n.main.title.home && /* @__PURE__ */ a(ke, { preview: n.preview, priorityHigh: e.priorityHigh })
|
|
4832
4841
|
]
|
|
4833
4842
|
}
|
|
4834
4843
|
),
|
|
@@ -5776,7 +5785,7 @@ const Et = (e) => {
|
|
|
5776
5785
|
showads: !1
|
|
5777
5786
|
}, va = (e) => {
|
|
5778
5787
|
let t = [];
|
|
5779
|
-
const { PUBLIC_ENV: n } =
|
|
5788
|
+
const { PUBLIC_ENV: n } = J();
|
|
5780
5789
|
return e.content && e.content.length > 0 ? t = e.content.map((r) => ({
|
|
5781
5790
|
...r,
|
|
5782
5791
|
config: ar
|
|
@@ -5801,7 +5810,7 @@ const Et = (e) => {
|
|
|
5801
5810
|
]
|
|
5802
5811
|
}
|
|
5803
5812
|
);
|
|
5804
|
-
}, sl = "_content_6azvz_1", il = "_subscribeImage_6azvz_22", cl = "_tag_6azvz_32", ll = "_contentTitle_6azvz_50", dl = "_title_6azvz_55", ul = "_inputStyled_6azvz_72", hl = "_buttonStyled_6azvz_112", ml = "_contentTerms_6azvz_123", fl = "_subscribeText_6azvz_128", gl = "_terms_6azvz_138",
|
|
5813
|
+
}, sl = "_content_6azvz_1", il = "_subscribeImage_6azvz_22", cl = "_tag_6azvz_32", ll = "_contentTitle_6azvz_50", dl = "_title_6azvz_55", ul = "_inputStyled_6azvz_72", hl = "_buttonStyled_6azvz_112", ml = "_contentTerms_6azvz_123", fl = "_subscribeText_6azvz_128", gl = "_terms_6azvz_138", Ue = {
|
|
5805
5814
|
content: sl,
|
|
5806
5815
|
subscribeImage: il,
|
|
5807
5816
|
tag: cl,
|
|
@@ -5838,14 +5847,14 @@ const Et = (e) => {
|
|
|
5838
5847
|
htmlFor: e?.toggledrawerevent === "true" ? "side-bar-state" : ""
|
|
5839
5848
|
}
|
|
5840
5849
|
) : /* @__PURE__ */ a(O, { ...r, style: o });
|
|
5841
|
-
}, pl = (e) => /* @__PURE__ */ m("section", { className: [
|
|
5842
|
-
/* @__PURE__ */ a("div", { className:
|
|
5843
|
-
/* @__PURE__ */ a("div", { className:
|
|
5844
|
-
/* @__PURE__ */ m("div", { className:
|
|
5845
|
-
/* @__PURE__ */ a("p", { className:
|
|
5846
|
-
/* @__PURE__ */ a("p", { className:
|
|
5850
|
+
}, pl = (e) => /* @__PURE__ */ m("section", { className: [Ue.content, e.className ?? ""].join(" "), children: [
|
|
5851
|
+
/* @__PURE__ */ a("div", { className: Ue.subscribeImage, children: e.image }),
|
|
5852
|
+
/* @__PURE__ */ a("div", { className: Ue.tag, children: e.texts.newsletterTag ?? "NEWS" }),
|
|
5853
|
+
/* @__PURE__ */ m("div", { className: Ue.contentTitle, children: [
|
|
5854
|
+
/* @__PURE__ */ a("p", { className: Ue.title, children: e.title }),
|
|
5855
|
+
/* @__PURE__ */ a("p", { className: Ue.subTitle, children: e.sibtitle })
|
|
5847
5856
|
] }),
|
|
5848
|
-
/* @__PURE__ */ a("div", { className:
|
|
5857
|
+
/* @__PURE__ */ a("div", { className: Ue.inputStyled, children: /* @__PURE__ */ a(
|
|
5849
5858
|
"input",
|
|
5850
5859
|
{
|
|
5851
5860
|
type: "email",
|
|
@@ -5853,10 +5862,10 @@ const Et = (e) => {
|
|
|
5853
5862
|
id: "newsletter-email-column"
|
|
5854
5863
|
}
|
|
5855
5864
|
) }),
|
|
5856
|
-
/* @__PURE__ */ a(In, { className:
|
|
5857
|
-
/* @__PURE__ */ m("div", { className:
|
|
5858
|
-
/* @__PURE__ */ a("p", { className:
|
|
5859
|
-
/* @__PURE__ */ a(O, { className:
|
|
5865
|
+
/* @__PURE__ */ a(In, { className: Ue.buttonStyled, size: "large", full: !0, children: e.texts.newsletterButtonText ?? "Suscribirme" }),
|
|
5866
|
+
/* @__PURE__ */ m("div", { className: Ue.contentTerms, children: [
|
|
5867
|
+
/* @__PURE__ */ a("p", { className: Ue.subscribeText, children: e.texts.newsletterTermsText ?? "Suscribirte implica aceptar los" }),
|
|
5868
|
+
/* @__PURE__ */ a(O, { className: Ue.terms, children: e.texts.newsletterTermsAnchor ?? "Términos y condiciones" })
|
|
5860
5869
|
] })
|
|
5861
5870
|
] }), Al = "_content_1ms2y_1", wl = "_contentInfo_1ms2y_20", yl = "_subscribeImage_1ms2y_28", vl = "_tag_1ms2y_42", bl = "_contentTitle_1ms2y_60", Cl = "_title_1ms2y_65", _l = "_subTitle_1ms2y_70", Nl = "_inputStyled_1ms2y_79", Sl = "_buttonStyled_1ms2y_118", El = "_contentTerms_1ms2y_131", xl = "_subscribeText_1ms2y_137", Tl = "_terms_1ms2y_146", xe = {
|
|
5862
5871
|
content: Al,
|
|
@@ -5895,7 +5904,7 @@ const Et = (e) => {
|
|
|
5895
5904
|
/* @__PURE__ */ a(O, { className: xe.terms, children: e.texts.newsletterTermsAnchor ?? "Términos y condiciones" })
|
|
5896
5905
|
] })
|
|
5897
5906
|
] })
|
|
5898
|
-
] }),
|
|
5907
|
+
] }), kl = (e) => /* @__PURE__ */ m(
|
|
5899
5908
|
"svg",
|
|
5900
5909
|
{
|
|
5901
5910
|
width: "284",
|
|
@@ -5936,8 +5945,8 @@ const Et = (e) => {
|
|
|
5936
5945
|
] })
|
|
5937
5946
|
]
|
|
5938
5947
|
}
|
|
5939
|
-
),
|
|
5940
|
-
content:
|
|
5948
|
+
), Ul = "_content_qzaly_1", ql = "_subscribeImage_qzaly_16", Rl = "_contentTitle_qzaly_22", Ll = "_title_qzaly_33", Bl = "_subTitle_qzaly_40", Ol = "_contentTerms_qzaly_60", Pl = "_whatsappLink_qzaly_65", Dl = "_subscribeText_qzaly_82", Ml = "_terms_qzaly_92", Qe = {
|
|
5949
|
+
content: Ul,
|
|
5941
5950
|
subscribeImage: ql,
|
|
5942
5951
|
contentTitle: Rl,
|
|
5943
5952
|
title: Ll,
|
|
@@ -5947,7 +5956,7 @@ const Et = (e) => {
|
|
|
5947
5956
|
subscribeText: Dl,
|
|
5948
5957
|
terms: Ml
|
|
5949
5958
|
}, K9 = (e) => /* @__PURE__ */ m("section", { className: Qe.content, children: [
|
|
5950
|
-
/* @__PURE__ */ a(
|
|
5959
|
+
/* @__PURE__ */ a(kl, { className: Qe.subscribeImage }),
|
|
5951
5960
|
/* @__PURE__ */ m("div", { className: Qe.contentTitle, children: [
|
|
5952
5961
|
/* @__PURE__ */ a("p", { className: Qe.title, children: "Mantenete Informado" }),
|
|
5953
5962
|
/* @__PURE__ */ a("p", { className: Qe.subTitle, children: "¿Quieres recibir las noticias más importantes? ¡Suscríbete sin costo, recíbelas por WhatsApp!" })
|
|
@@ -6280,7 +6289,7 @@ const Et = (e) => {
|
|
|
6280
6289
|
)
|
|
6281
6290
|
] })
|
|
6282
6291
|
] });
|
|
6283
|
-
}, cd = "_content_1e93o_1", ld = "_imageContent_1e93o_9", dd = "_width1Autor_1e93o_18", ud = "_width2Autor_1e93o_22", hd = "_width3Autor_1e93o_26", md = "_imageAutor_1e93o_30", fd = "_imageStyled_1e93o_69", gd = "_contentIconStyled_1e93o_70", pd = "_avatarContent_1e93o_87", Ad = "_journalistSection_1e93o_95", wd = "_journalistInfo_1e93o_103", yd = "_journalistInfoLink_1e93o_104", vd = "_socialNetworkSection_1e93o_139", bd = "_avatarStyled_1e93o_151", Cd = "_article_1e93o_156", _d = "_socialButton_1e93o_160", Nd = "_facebookStyled_1e93o_176", Sd = "_emailStyled_1e93o_180", Ed = "_xStyled_1e93o_184", xd = "_linkedinStyled_1e93o_188", Td = "_whatsappStyled_1e93o_192", Id = "_whatsappLink_1e93o_196",
|
|
6292
|
+
}, cd = "_content_1e93o_1", ld = "_imageContent_1e93o_9", dd = "_width1Autor_1e93o_18", ud = "_width2Autor_1e93o_22", hd = "_width3Autor_1e93o_26", md = "_imageAutor_1e93o_30", fd = "_imageStyled_1e93o_69", gd = "_contentIconStyled_1e93o_70", pd = "_avatarContent_1e93o_87", Ad = "_journalistSection_1e93o_95", wd = "_journalistInfo_1e93o_103", yd = "_journalistInfoLink_1e93o_104", vd = "_socialNetworkSection_1e93o_139", bd = "_avatarStyled_1e93o_151", Cd = "_article_1e93o_156", _d = "_socialButton_1e93o_160", Nd = "_facebookStyled_1e93o_176", Sd = "_emailStyled_1e93o_180", Ed = "_xStyled_1e93o_184", xd = "_linkedinStyled_1e93o_188", Td = "_whatsappStyled_1e93o_192", Id = "_whatsappLink_1e93o_196", kd = "_clipboardButton_1e93o_212", Ud = "_googleProfileButton_1e93o_248", de = {
|
|
6284
6293
|
content: cd,
|
|
6285
6294
|
imageContent: ld,
|
|
6286
6295
|
width1Autor: dd,
|
|
@@ -6303,8 +6312,8 @@ const Et = (e) => {
|
|
|
6303
6312
|
linkedinStyled: xd,
|
|
6304
6313
|
whatsappStyled: Td,
|
|
6305
6314
|
whatsappLink: Id,
|
|
6306
|
-
clipboardButton:
|
|
6307
|
-
googleProfileButton:
|
|
6315
|
+
clipboardButton: kd,
|
|
6316
|
+
googleProfileButton: Ud
|
|
6308
6317
|
}, qd = (e) => /* @__PURE__ */ a(
|
|
6309
6318
|
"svg",
|
|
6310
6319
|
{
|
|
@@ -6627,8 +6636,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
6627
6636
|
isTitle: l,
|
|
6628
6637
|
priorityHigh: u = !1,
|
|
6629
6638
|
isLarge: h,
|
|
6630
|
-
paths: f
|
|
6631
|
-
showTagBySection: A
|
|
6639
|
+
paths: f
|
|
6632
6640
|
} = e;
|
|
6633
6641
|
return /* @__PURE__ */ m(
|
|
6634
6642
|
"section",
|
|
@@ -6647,7 +6655,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
6647
6655
|
href: r?.link?.url,
|
|
6648
6656
|
target: r?.link?.target,
|
|
6649
6657
|
children: /* @__PURE__ */ a(
|
|
6650
|
-
|
|
6658
|
+
ke,
|
|
6651
6659
|
{
|
|
6652
6660
|
preview: o,
|
|
6653
6661
|
isVideo: i,
|
|
@@ -6668,8 +6676,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
6668
6676
|
config: c,
|
|
6669
6677
|
overImage: d,
|
|
6670
6678
|
isTitle: l,
|
|
6671
|
-
paths: f
|
|
6672
|
-
showTagBySection: A
|
|
6679
|
+
paths: f
|
|
6673
6680
|
}
|
|
6674
6681
|
) })
|
|
6675
6682
|
]
|
|
@@ -6682,7 +6689,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
6682
6689
|
sectionDescription: o1,
|
|
6683
6690
|
articule: s1,
|
|
6684
6691
|
linkStyled: i1
|
|
6685
|
-
},
|
|
6692
|
+
}, kn = (e) => {
|
|
6686
6693
|
const {
|
|
6687
6694
|
isVideo: t,
|
|
6688
6695
|
info: n,
|
|
@@ -6697,7 +6704,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
6697
6704
|
title: r?.title?.section,
|
|
6698
6705
|
href: n.link.url,
|
|
6699
6706
|
target: n.link.target,
|
|
6700
|
-
children: /* @__PURE__ */ a(
|
|
6707
|
+
children: /* @__PURE__ */ a(ke, { preview: e.preview, isVideo: t })
|
|
6701
6708
|
}
|
|
6702
6709
|
),
|
|
6703
6710
|
/* @__PURE__ */ m(
|
|
@@ -6767,18 +6774,18 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
6767
6774
|
e.required && /* @__PURE__ */ a("span", { className: It.required, children: "*" })
|
|
6768
6775
|
] }),
|
|
6769
6776
|
/* @__PURE__ */ a("input", { className: It.input, ...e })
|
|
6770
|
-
] }), b1 = "_content_zgx5w_1", C1 = "_contentLabel_zgx5w_8", _1 = "_label_zgx5w_13", N1 = "_required_zgx5w_22", S1 = "_input_zgx5w_28",
|
|
6777
|
+
] }), b1 = "_content_zgx5w_1", C1 = "_contentLabel_zgx5w_8", _1 = "_label_zgx5w_13", N1 = "_required_zgx5w_22", S1 = "_input_zgx5w_28", kt = {
|
|
6771
6778
|
content: b1,
|
|
6772
6779
|
contentLabel: C1,
|
|
6773
6780
|
label: _1,
|
|
6774
6781
|
required: N1,
|
|
6775
6782
|
input: S1
|
|
6776
|
-
}, t3 = (e) => /* @__PURE__ */ m("div", { className:
|
|
6777
|
-
/* @__PURE__ */ m("div", { className:
|
|
6778
|
-
/* @__PURE__ */ a("label", { className:
|
|
6779
|
-
e.required && /* @__PURE__ */ a("span", { className:
|
|
6783
|
+
}, t3 = (e) => /* @__PURE__ */ m("div", { className: kt.content, children: [
|
|
6784
|
+
/* @__PURE__ */ m("div", { className: kt.contentLabel, children: [
|
|
6785
|
+
/* @__PURE__ */ a("label", { className: kt.label, children: e.label }),
|
|
6786
|
+
e.required && /* @__PURE__ */ a("span", { className: kt.required, children: "*" })
|
|
6780
6787
|
] }),
|
|
6781
|
-
/* @__PURE__ */ m("select", { className:
|
|
6788
|
+
/* @__PURE__ */ m("select", { className: kt.input, ...e, children: [
|
|
6782
6789
|
/* @__PURE__ */ a("option", { value: "", children: "--Seleccione--" }),
|
|
6783
6790
|
e.options.map((t, n) => /* @__PURE__ */ a("option", { value: t.value, children: t.label }, n))
|
|
6784
6791
|
] })
|
|
@@ -6789,10 +6796,10 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
6789
6796
|
}, n3 = (e) => /* @__PURE__ */ m("div", { className: Pn.content, children: [
|
|
6790
6797
|
/* @__PURE__ */ a("label", { className: Pn.label, children: e.label }),
|
|
6791
6798
|
/* @__PURE__ */ a("textarea", { className: Pn.input, ...e })
|
|
6792
|
-
] }), I1 = "_boxInformation_achvw_1",
|
|
6799
|
+
] }), I1 = "_boxInformation_achvw_1", k1 = "_textBox_achvw_30", U1 = "_contentBox_achvw_40", q1 = "_liveBox_achvw_50", R1 = "_dot_achvw_72", L1 = "_sectionDescription_achvw_97", B1 = "_articule_achvw_110", O1 = "_description_achvw_137", et = {
|
|
6793
6800
|
boxInformation: I1,
|
|
6794
|
-
textBox:
|
|
6795
|
-
contentBox:
|
|
6801
|
+
textBox: k1,
|
|
6802
|
+
contentBox: U1,
|
|
6796
6803
|
liveBox: q1,
|
|
6797
6804
|
dot: R1,
|
|
6798
6805
|
sectionDescription: L1,
|
|
@@ -6804,7 +6811,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
6804
6811
|
}, yo = (e) => {
|
|
6805
6812
|
let t = "";
|
|
6806
6813
|
return e.preview.description && (t = e.preview.description), e.preview.copyright && (t = `${t} ${e.preview.copyright}`), e.preview.photographer && (t = `${t} ${e.preview.photographer}`), /* @__PURE__ */ m("div", { className: vn.content, children: [
|
|
6807
|
-
/* @__PURE__ */ a(
|
|
6814
|
+
/* @__PURE__ */ a(ke, { preview: e.preview, isLarge: !0, priorityHigh: !0 }),
|
|
6808
6815
|
t && /* @__PURE__ */ a("div", { className: vn.description, children: t })
|
|
6809
6816
|
] });
|
|
6810
6817
|
}, M1 = (e) => /* @__PURE__ */ a(K, { children: /* @__PURE__ */ m("div", { className: et.boxInformation, children: [
|
|
@@ -7142,11 +7149,11 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7142
7149
|
}
|
|
7143
7150
|
)
|
|
7144
7151
|
] })
|
|
7145
|
-
] }) }), Tu = "_content_gcte1_1", Iu = "_titleContent_gcte1_24",
|
|
7152
|
+
] }) }), Tu = "_content_gcte1_1", Iu = "_titleContent_gcte1_24", ku = "_title_gcte1_24", Uu = "_startLine_gcte1_88", qu = "_line_gcte1_93", Ru = "_bottomLine_gcte1_99", Lu = "_childrenContent_gcte1_118", Bu = "_readMore_gcte1_131", ze = {
|
|
7146
7153
|
content: Tu,
|
|
7147
7154
|
titleContent: Iu,
|
|
7148
|
-
title:
|
|
7149
|
-
startLine:
|
|
7155
|
+
title: ku,
|
|
7156
|
+
startLine: Uu,
|
|
7150
7157
|
line: qu,
|
|
7151
7158
|
bottomLine: Ru,
|
|
7152
7159
|
childrenContent: Lu,
|
|
@@ -7380,7 +7387,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7380
7387
|
)
|
|
7381
7388
|
]
|
|
7382
7389
|
}
|
|
7383
|
-
), eh = "_content_1k52x_1", th = "_chipStyled_1k52x_17", nh = "_headLine_1k52x_17", ah = "_live_1k52x_25", rh = "_closeLiveStyled_1k52x_88",
|
|
7390
|
+
), eh = "_content_1k52x_1", th = "_chipStyled_1k52x_17", nh = "_headLine_1k52x_17", ah = "_live_1k52x_25", rh = "_closeLiveStyled_1k52x_88", Ut = {
|
|
7384
7391
|
content: eh,
|
|
7385
7392
|
chipStyled: th,
|
|
7386
7393
|
headLine: nh,
|
|
@@ -7390,7 +7397,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7390
7397
|
const { alertZone: t, id: n = "close-alert" } = e, r = () => /* @__PURE__ */ a(
|
|
7391
7398
|
O,
|
|
7392
7399
|
{
|
|
7393
|
-
className:
|
|
7400
|
+
className: Ut.headLine,
|
|
7394
7401
|
href: t?.data[0]?.info.link.url,
|
|
7395
7402
|
target: t?.data[0]?.info.link.target,
|
|
7396
7403
|
title: t?.data[0]?.main.title.home,
|
|
@@ -7411,17 +7418,17 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7411
7418
|
"div",
|
|
7412
7419
|
{
|
|
7413
7420
|
id: "alert-chip",
|
|
7414
|
-
className:
|
|
7421
|
+
className: Ut.content,
|
|
7415
7422
|
style: e.forceShow ? {
|
|
7416
7423
|
display: "flex",
|
|
7417
7424
|
position: "sticky",
|
|
7418
7425
|
top: 100
|
|
7419
7426
|
} : {},
|
|
7420
7427
|
children: [
|
|
7421
|
-
/* @__PURE__ */ m("div", { className:
|
|
7422
|
-
/* @__PURE__ */ a("div", { className:
|
|
7428
|
+
/* @__PURE__ */ m("div", { className: Ut.live, children: [
|
|
7429
|
+
/* @__PURE__ */ a("div", { className: Ut.chipStyled, children: t?.entity?.description }),
|
|
7423
7430
|
e.forceShow && /* @__PURE__ */ a(r, {}),
|
|
7424
|
-
/* @__PURE__ */ a("label", { htmlFor: n, children: /* @__PURE__ */ a(xt, { className:
|
|
7431
|
+
/* @__PURE__ */ a("label", { htmlFor: n, children: /* @__PURE__ */ a(xt, { className: Ut.closeLiveStyled }) })
|
|
7425
7432
|
] }),
|
|
7426
7433
|
/* @__PURE__ */ a(r, {})
|
|
7427
7434
|
]
|
|
@@ -7494,7 +7501,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7494
7501
|
i
|
|
7495
7502
|
)) })
|
|
7496
7503
|
] });
|
|
7497
|
-
}, vh = "_headerStyled_t61zq_1", bh = "_headerContent_t61zq_14", Ch = "_iconContent_t61zq_25", _h = "_menuButton_t61zq_34", Nh = "_logoStyled_t61zq_66", Sh = "_buttonSection_t61zq_94", Eh = "_buttonSectionSearch_t61zq_109", xh = "_headLineContent_t61zq_130", Th = "_headLineTitle_t61zq_143", Ih = "_headLine_t61zq_130",
|
|
7504
|
+
}, vh = "_headerStyled_t61zq_1", bh = "_headerContent_t61zq_14", Ch = "_iconContent_t61zq_25", _h = "_menuButton_t61zq_34", Nh = "_logoStyled_t61zq_66", Sh = "_buttonSection_t61zq_94", Eh = "_buttonSectionSearch_t61zq_109", xh = "_headLineContent_t61zq_130", Th = "_headLineTitle_t61zq_143", Ih = "_headLine_t61zq_130", kh = "_hasAlertZone_t61zq_196", Ie = {
|
|
7498
7505
|
headerStyled: vh,
|
|
7499
7506
|
headerContent: bh,
|
|
7500
7507
|
iconContent: Ch,
|
|
@@ -7505,8 +7512,8 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7505
7512
|
headLineContent: xh,
|
|
7506
7513
|
headLineTitle: Th,
|
|
7507
7514
|
headLine: Ih,
|
|
7508
|
-
hasAlertZone:
|
|
7509
|
-
},
|
|
7515
|
+
hasAlertZone: kh
|
|
7516
|
+
}, Uh = (e) => {
|
|
7510
7517
|
const { alertZone: t } = e;
|
|
7511
7518
|
return /* @__PURE__ */ m("header", { className: Ie.headerStyled, children: [
|
|
7512
7519
|
e.socialIcons && /* @__PURE__ */ a(
|
|
@@ -7735,7 +7742,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
7735
7742
|
}, r3 = (e) => {
|
|
7736
7743
|
const { alertZone: t, children: n, sidebar: r } = e;
|
|
7737
7744
|
return /* @__PURE__ */ m(K, { children: [
|
|
7738
|
-
/* @__PURE__ */ a(
|
|
7745
|
+
/* @__PURE__ */ a(Uh, { ...e }),
|
|
7739
7746
|
!e.showOnlyStickyHeader && /* @__PURE__ */ a(tm, { ...e }),
|
|
7740
7747
|
/* @__PURE__ */ m(
|
|
7741
7748
|
"div",
|
|
@@ -8030,10 +8037,10 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
8030
8037
|
},
|
|
8031
8038
|
`author-${r.firstname}`
|
|
8032
8039
|
)) });
|
|
8033
|
-
}, Im = "_content_1j0pj_1",
|
|
8040
|
+
}, Im = "_content_1j0pj_1", km = "_contentNews_1j0pj_10", Um = "_linkTitle_1j0pj_27", qm = "_tag_1j0pj_35", Rm = "_tagmx_1j0pj_55", Lm = "_titular_1j0pj_70", Bm = "_correspondent_1j0pj_85", Om = "_correspondentLink_1j0pj_96", Pm = "_description_1j0pj_107", Fe = {
|
|
8034
8041
|
content: Im,
|
|
8035
|
-
contentNews:
|
|
8036
|
-
linkTitle:
|
|
8042
|
+
contentNews: km,
|
|
8043
|
+
linkTitle: Um,
|
|
8037
8044
|
tag: qm,
|
|
8038
8045
|
tagmx: Rm,
|
|
8039
8046
|
titular: Lm,
|
|
@@ -8064,7 +8071,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
8064
8071
|
"--lineHeightImageNewsTitleMobile": e.isVertical ? "26px" : "36px"
|
|
8065
8072
|
},
|
|
8066
8073
|
children: /* @__PURE__ */ a(
|
|
8067
|
-
|
|
8074
|
+
ke,
|
|
8068
8075
|
{
|
|
8069
8076
|
preview: e.preview,
|
|
8070
8077
|
isLarge: !0,
|
|
@@ -8320,7 +8327,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
|
|
|
8320
8327
|
className: Qn.headerSectionLink,
|
|
8321
8328
|
href: s?.info?.link?.url,
|
|
8322
8329
|
target: s?.info?.link?.target,
|
|
8323
|
-
children: /* @__PURE__ */ a(
|
|
8330
|
+
children: /* @__PURE__ */ a(ke, { preview: s.preview })
|
|
8324
8331
|
}
|
|
8325
8332
|
)
|
|
8326
8333
|
] }),
|
|
@@ -8628,9 +8635,9 @@ const o3 = (e) => {
|
|
|
8628
8635
|
})
|
|
8629
8636
|
}
|
|
8630
8637
|
) });
|
|
8631
|
-
},
|
|
8632
|
-
newsContent:
|
|
8633
|
-
contentSeparator:
|
|
8638
|
+
}, k2 = "_newsContent_1gbse_1", U2 = "_contentSeparator_1gbse_8", q2 = "_newsContentWhitoutLine_1gbse_29", Gn = {
|
|
8639
|
+
newsContent: k2,
|
|
8640
|
+
contentSeparator: U2,
|
|
8634
8641
|
newsContentWhitoutLine: q2
|
|
8635
8642
|
}, R2 = (e) => {
|
|
8636
8643
|
const { content: t, title: n } = e;
|
|
@@ -8680,7 +8687,7 @@ const o3 = (e) => {
|
|
|
8680
8687
|
target: o?.info?.link.target,
|
|
8681
8688
|
"aria-label": "Video",
|
|
8682
8689
|
children: /* @__PURE__ */ a(
|
|
8683
|
-
|
|
8690
|
+
ke,
|
|
8684
8691
|
{
|
|
8685
8692
|
preview: {
|
|
8686
8693
|
sizes: o?.main?.image.sizes,
|
|
@@ -8741,7 +8748,7 @@ const o3 = (e) => {
|
|
|
8741
8748
|
target: e?.info?.link?.target,
|
|
8742
8749
|
title: e.main?.title?.section,
|
|
8743
8750
|
href: t ? e.info.link.url : e?.info?.section?.url,
|
|
8744
|
-
children: /* @__PURE__ */ a(
|
|
8751
|
+
children: /* @__PURE__ */ a(ke, { preview: e.preview })
|
|
8745
8752
|
}
|
|
8746
8753
|
),
|
|
8747
8754
|
/* @__PURE__ */ m("div", { className: Rt.textContent, children: [
|
|
@@ -8833,7 +8840,7 @@ const o3 = (e) => {
|
|
|
8833
8840
|
"--heightImageOverwrite": e.heightImageOverwrite,
|
|
8834
8841
|
"--heightImageOverwriteMobile": e.heightImageOverwriteMobile
|
|
8835
8842
|
},
|
|
8836
|
-
children: /* @__PURE__ */ a(
|
|
8843
|
+
children: /* @__PURE__ */ a(kn, { ...c, paths: e.paths })
|
|
8837
8844
|
},
|
|
8838
8845
|
i
|
|
8839
8846
|
);
|
|
@@ -8957,14 +8964,7 @@ const o3 = (e) => {
|
|
|
8957
8964
|
</div>
|
|
8958
8965
|
); */
|
|
8959
8966
|
default:
|
|
8960
|
-
return /* @__PURE__ */ a("div", { className: Ke.ItemCustomContent, children: /* @__PURE__ */ a(
|
|
8961
|
-
Xe,
|
|
8962
|
-
{
|
|
8963
|
-
...t,
|
|
8964
|
-
paths: e.paths,
|
|
8965
|
-
showTagBySection: e.showTagBySection
|
|
8966
|
-
}
|
|
8967
|
-
) });
|
|
8967
|
+
return /* @__PURE__ */ a("div", { className: Ke.ItemCustomContent, children: /* @__PURE__ */ a(Xe, { ...t, paths: e.paths }) });
|
|
8968
8968
|
}
|
|
8969
8969
|
}, l3 = (e) => {
|
|
8970
8970
|
const {
|
|
@@ -9019,8 +9019,7 @@ const o3 = (e) => {
|
|
|
9019
9019
|
autorIcon: e.autorIcon,
|
|
9020
9020
|
item: u,
|
|
9021
9021
|
option: o,
|
|
9022
|
-
paths: e.paths
|
|
9023
|
-
showTagBySection: e.showTagBySection
|
|
9022
|
+
paths: e.paths
|
|
9024
9023
|
},
|
|
9025
9024
|
h
|
|
9026
9025
|
)
|
|
@@ -9083,8 +9082,7 @@ const o3 = (e) => {
|
|
|
9083
9082
|
autorIcon: e.autorIcon,
|
|
9084
9083
|
item: u,
|
|
9085
9084
|
option: o,
|
|
9086
|
-
paths: e.paths
|
|
9087
|
-
showTagBySection: e.showTagBySection
|
|
9085
|
+
paths: e.paths
|
|
9088
9086
|
},
|
|
9089
9087
|
h
|
|
9090
9088
|
)
|
|
@@ -9259,13 +9257,13 @@ const o3 = (e) => {
|
|
|
9259
9257
|
}
|
|
9260
9258
|
);
|
|
9261
9259
|
}
|
|
9262
|
-
}, Ef = "_content_jrssz_1", xf = "_contentWithinCard_jrssz_7", Tf = "_contentDate_jrssz_13", If = "_dateInfo_jrssz_20",
|
|
9260
|
+
}, Ef = "_content_jrssz_1", xf = "_contentWithinCard_jrssz_7", Tf = "_contentDate_jrssz_13", If = "_dateInfo_jrssz_20", kf = "_dot_jrssz_30", Uf = "_contentTitle_jrssz_38", qf = "_contentTextList_jrssz_47", Rf = "_contentButton_jrssz_101", Lf = "_linkStyled_jrssz_107", $e = {
|
|
9263
9261
|
content: Ef,
|
|
9264
9262
|
contentWithinCard: xf,
|
|
9265
9263
|
contentDate: Tf,
|
|
9266
9264
|
dateInfo: If,
|
|
9267
|
-
dot:
|
|
9268
|
-
contentTitle:
|
|
9265
|
+
dot: kf,
|
|
9266
|
+
contentTitle: Uf,
|
|
9269
9267
|
contentTextList: qf,
|
|
9270
9268
|
contentButton: Rf,
|
|
9271
9269
|
linkStyled: Lf
|
|
@@ -9329,7 +9327,7 @@ const Qf = async ({
|
|
|
9329
9327
|
)
|
|
9330
9328
|
] }),
|
|
9331
9329
|
/* @__PURE__ */ a("p", { className: $e.contentTitle, children: e[0]?.list.integrated ? s.title : `${s.index}. ${s.title}` }),
|
|
9332
|
-
s.image && /* @__PURE__ */ a(
|
|
9330
|
+
s.image && /* @__PURE__ */ a(ke, { preview: s.image, isLarge: !0 }),
|
|
9333
9331
|
/* @__PURE__ */ a(
|
|
9334
9332
|
"div",
|
|
9335
9333
|
{
|
|
@@ -9402,7 +9400,7 @@ const Hf = () => /* @__PURE__ */ m("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
9402
9400
|
if (!e.news || !e.news.authors) return null;
|
|
9403
9401
|
const { news: t, socials: n, texts: r } = e, o = t.authors.map(
|
|
9404
9402
|
(c) => c.internaluser ? `<a href="${`/${e.paths.autor}/${c.name}`}">${c.fullname}</a>` : c.fullname
|
|
9405
|
-
).join(", "), s = () => t.authors.length === 1 ? de.width1Autor : t.authors.length === 2 ? de.width2Autor : t.authors.length === 3 ? de.width3Autor : "", { CONFIG_shareOnlyWhatsApp: i } =
|
|
9403
|
+
).join(", "), s = () => t.authors.length === 1 ? de.width1Autor : t.authors.length === 2 ? de.width2Autor : t.authors.length === 3 ? de.width3Autor : "", { CONFIG_shareOnlyWhatsApp: i } = J();
|
|
9406
9404
|
return t.config?.showauthor && /* @__PURE__ */ a("div", { className: de.content, children: /* @__PURE__ */ m("div", { className: de.avatarContent, children: [
|
|
9407
9405
|
i ? /* @__PURE__ */ m(
|
|
9408
9406
|
"a",
|
|
@@ -9521,7 +9519,7 @@ const Hf = () => /* @__PURE__ */ m("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
9521
9519
|
visibleItems: 1,
|
|
9522
9520
|
pagination: !0,
|
|
9523
9521
|
cardGap: 0,
|
|
9524
|
-
children: s && s.map((i, c) => /* @__PURE__ */ a(
|
|
9522
|
+
children: s && s.map((i, c) => /* @__PURE__ */ a(ke, { preview: i, priorityHigh: !0 }, c))
|
|
9525
9523
|
}
|
|
9526
9524
|
),
|
|
9527
9525
|
/* @__PURE__ */ a("div", { className: vn.description, children: s && s[0]?.description })
|
|
@@ -9901,7 +9899,7 @@ const c0 = "_content_cu8lm_1", l0 = "_title_cu8lm_18", fr = {
|
|
|
9901
9899
|
title: { ...s.main.title, section: o ? s.main.title.home : s.main.title.section }
|
|
9902
9900
|
} };
|
|
9903
9901
|
return /* @__PURE__ */ a(
|
|
9904
|
-
|
|
9902
|
+
kn,
|
|
9905
9903
|
{
|
|
9906
9904
|
...c,
|
|
9907
9905
|
titleGradient: !0,
|
|
@@ -9925,7 +9923,7 @@ const c0 = "_content_cu8lm_1", l0 = "_title_cu8lm_18", fr = {
|
|
|
9925
9923
|
title: { ...s.main.title, section: o ? s.main.title.home : s.main.title.section }
|
|
9926
9924
|
} };
|
|
9927
9925
|
return /* @__PURE__ */ a(
|
|
9928
|
-
|
|
9926
|
+
kn,
|
|
9929
9927
|
{
|
|
9930
9928
|
...c,
|
|
9931
9929
|
titleGradient: !0,
|
|
@@ -9952,7 +9950,7 @@ const c0 = "_content_cu8lm_1", l0 = "_title_cu8lm_18", fr = {
|
|
|
9952
9950
|
title: { ...s.main.title, section: o ? s.main.title.home : s.main.title.section }
|
|
9953
9951
|
} };
|
|
9954
9952
|
return /* @__PURE__ */ ot(
|
|
9955
|
-
|
|
9953
|
+
kn,
|
|
9956
9954
|
{
|
|
9957
9955
|
...c,
|
|
9958
9956
|
key: i,
|
|
@@ -9976,7 +9974,7 @@ const c0 = "_content_cu8lm_1", l0 = "_title_cu8lm_18", fr = {
|
|
|
9976
9974
|
containerCards: x0,
|
|
9977
9975
|
image: T0,
|
|
9978
9976
|
blockHeadContainer: I0
|
|
9979
|
-
},
|
|
9977
|
+
}, k0 = (e) => {
|
|
9980
9978
|
const { content: t, title: n, isVideo: r } = e;
|
|
9981
9979
|
if (!t || t.length === 0) return;
|
|
9982
9980
|
const o = t[0], s = t.slice(1), i = e.slot_id && e.slot_id !== "Nota_1";
|
|
@@ -9993,7 +9991,7 @@ const c0 = "_content_cu8lm_1", l0 = "_title_cu8lm_18", fr = {
|
|
|
9993
9991
|
/* @__PURE__ */ a("p", { className: st.title, children: o?.main?.title.home }),
|
|
9994
9992
|
o?.main?.subtitle?.rendered && /* @__PURE__ */ a("p", { className: st.subtitle, children: o?.main?.subtitle?.striped })
|
|
9995
9993
|
] }),
|
|
9996
|
-
/* @__PURE__ */ a(
|
|
9994
|
+
/* @__PURE__ */ a(ke, { preview: o.preview })
|
|
9997
9995
|
]
|
|
9998
9996
|
}
|
|
9999
9997
|
) }),
|
|
@@ -10028,7 +10026,7 @@ const c0 = "_content_cu8lm_1", l0 = "_title_cu8lm_18", fr = {
|
|
|
10028
10026
|
"Modulo 1x4": (e) => /* @__PURE__ */ a(I2, { ...e }),
|
|
10029
10027
|
"Modulo 1x5": (e) => /* @__PURE__ */ a(R2, { ...e }),
|
|
10030
10028
|
"Destacado noticias": (e) => /* @__PURE__ */ a(Xm, { ...e }),
|
|
10031
|
-
"Destacado full width": (e) => /* @__PURE__ */ a(
|
|
10029
|
+
"Destacado full width": (e) => /* @__PURE__ */ a(k0, { ...e }),
|
|
10032
10030
|
"Destacado videos": (e) => /* @__PURE__ */ a(P2, { ...e }),
|
|
10033
10031
|
"Carrusel card": (e) => /* @__PURE__ */ a(K2, { ...e }),
|
|
10034
10032
|
"Carrusel story": (e) => /* @__PURE__ */ a(v0, { ...e }),
|
|
@@ -10175,7 +10173,7 @@ const Ar = {
|
|
|
10175
10173
|
config: n,
|
|
10176
10174
|
banners: r
|
|
10177
10175
|
}) => {
|
|
10178
|
-
const { PUBLIC_ENV: o } =
|
|
10176
|
+
const { PUBLIC_ENV: o } = J();
|
|
10179
10177
|
if (o !== "local") return null;
|
|
10180
10178
|
const s = e?.news?.data || [], i = (c, d) => ({
|
|
10181
10179
|
...e?.news,
|
|
@@ -10212,7 +10210,7 @@ const Ar = {
|
|
|
10212
10210
|
),
|
|
10213
10211
|
/* @__PURE__ */ a(dt, { children: /* @__PURE__ */ a(at, { banners: r, index: 1 }) })
|
|
10214
10212
|
] });
|
|
10215
|
-
},
|
|
10213
|
+
}, U0 = (e) => {
|
|
10216
10214
|
const { config: t, hascontent: n } = e, r = t.articlepreview, o = [
|
|
10217
10215
|
rt.videoEmbedded,
|
|
10218
10216
|
rt.videoYouTube,
|
|
@@ -10359,7 +10357,7 @@ const Ar = {
|
|
|
10359
10357
|
getVideos: l,
|
|
10360
10358
|
noteShare: e.noteShare,
|
|
10361
10359
|
paths: e.paths,
|
|
10362
|
-
showHeaderImage: !
|
|
10360
|
+
showHeaderImage: !U0(s[0])
|
|
10363
10361
|
}
|
|
10364
10362
|
),
|
|
10365
10363
|
/* @__PURE__ */ a(ge, { banners: r ?? [], name: "block_3" })
|
|
@@ -10758,7 +10756,7 @@ const Ar = {
|
|
|
10758
10756
|
target: t.info.link.target,
|
|
10759
10757
|
children: /* @__PURE__ */ m("section", { className: vr.container, children: [
|
|
10760
10758
|
/* @__PURE__ */ a(
|
|
10761
|
-
|
|
10759
|
+
ke,
|
|
10762
10760
|
{
|
|
10763
10761
|
isLarge: !0,
|
|
10764
10762
|
preview: {
|
|
@@ -10851,7 +10849,7 @@ const Sg = (e) => {
|
|
|
10851
10849
|
);
|
|
10852
10850
|
if (!s.length || !s[0]?.url || s[0]?.url === "")
|
|
10853
10851
|
return /* @__PURE__ */ a("div", { className: se.imagePlaceholder });
|
|
10854
|
-
const { PUBLIC_API_HOST: i, PUBLIC_ENV: c } =
|
|
10852
|
+
const { PUBLIC_API_HOST: i, PUBLIC_ENV: c } = J();
|
|
10855
10853
|
return /* @__PURE__ */ a("figure", { className: se.figure, children: /* @__PURE__ */ m("span", { className: se.backdrop, children: [
|
|
10856
10854
|
/* @__PURE__ */ a(
|
|
10857
10855
|
"span",
|
|
@@ -11064,7 +11062,7 @@ const Sg = (e) => {
|
|
|
11064
11062
|
}
|
|
11065
11063
|
),
|
|
11066
11064
|
/* @__PURE__ */ a("div", { className: Pt.newsDescription, children: /* @__PURE__ */ a(
|
|
11067
|
-
|
|
11065
|
+
kg,
|
|
11068
11066
|
{
|
|
11069
11067
|
main: i,
|
|
11070
11068
|
authors: c,
|
|
@@ -11085,7 +11083,7 @@ const Sg = (e) => {
|
|
|
11085
11083
|
})
|
|
11086
11084
|
}
|
|
11087
11085
|
);
|
|
11088
|
-
},
|
|
11086
|
+
}, kg = (e) => {
|
|
11089
11087
|
const { share: t = !1, cutSubtitle: n = !0 } = e, o = (() => {
|
|
11090
11088
|
if (!e?.authors || e.authors.length === 0) return "";
|
|
11091
11089
|
const s = e.authors[0], i = Me(e.info?.date?.modified);
|
|
@@ -11138,7 +11136,7 @@ const Sg = (e) => {
|
|
|
11138
11136
|
}
|
|
11139
11137
|
) : /* @__PURE__ */ a("div", { className: re.correspondent, children: o }) })
|
|
11140
11138
|
] });
|
|
11141
|
-
},
|
|
11139
|
+
}, Ug = ({
|
|
11142
11140
|
user: e,
|
|
11143
11141
|
handleLogout: t,
|
|
11144
11142
|
message: n
|
|
@@ -11197,10 +11195,10 @@ const Sg = (e) => {
|
|
|
11197
11195
|
errorMessage: $g,
|
|
11198
11196
|
loadingContainer: Yg
|
|
11199
11197
|
}, To = async (e) => {
|
|
11200
|
-
const { PUBLIC_ENV: t } =
|
|
11198
|
+
const { PUBLIC_ENV: t } = J();
|
|
11201
11199
|
if (t === "local") return !0;
|
|
11202
11200
|
if (!e) return !1;
|
|
11203
|
-
const { CAPTCHA_PROJECT: n, CAPTCHA_KEY_V2: r, COMMENTS_CAPTCHA_API_KEY: o } =
|
|
11201
|
+
const { CAPTCHA_PROJECT: n, CAPTCHA_KEY_V2: r, COMMENTS_CAPTCHA_API_KEY: o } = J();
|
|
11204
11202
|
try {
|
|
11205
11203
|
const s = n, i = r, l = await (await fetch(
|
|
11206
11204
|
`https://recaptchaenterprise.googleapis.com/v1/projects/${s}/assessments?key=${o}`,
|
|
@@ -11304,7 +11302,7 @@ function Kg(e) {
|
|
|
11304
11302
|
}
|
|
11305
11303
|
const Ea = (e, t) => {
|
|
11306
11304
|
if (!e || !e.current) return { boolean: !1, text: "" };
|
|
11307
|
-
const n = e.current?.value || "", r = n.length > ht, { PUBLIC_ENV: o } =
|
|
11305
|
+
const n = e.current?.value || "", r = n.length > ht, { PUBLIC_ENV: o } = J(), s = o === "local", i = n.trim() !== "" && (s || t !== "") && !r, c = r ? `No debes exceder el limite de ${ht} caracteres.` : "Debes completar todos los campos para comentar.";
|
|
11308
11306
|
return { boolean: i, text: c };
|
|
11309
11307
|
}, Io = (e) => {
|
|
11310
11308
|
const t = e.cookie.split("; ").find((n) => n.startsWith("reported="));
|
|
@@ -11422,14 +11420,14 @@ function ep() {
|
|
|
11422
11420
|
case h:
|
|
11423
11421
|
return Vt;
|
|
11424
11422
|
default:
|
|
11425
|
-
var
|
|
11426
|
-
switch (
|
|
11423
|
+
var ka = Vt && Vt.$$typeof;
|
|
11424
|
+
switch (ka) {
|
|
11427
11425
|
case c:
|
|
11428
11426
|
case u:
|
|
11429
11427
|
case g:
|
|
11430
11428
|
case A:
|
|
11431
11429
|
case i:
|
|
11432
|
-
return
|
|
11430
|
+
return ka;
|
|
11433
11431
|
default:
|
|
11434
11432
|
return Ae;
|
|
11435
11433
|
}
|
|
@@ -11439,7 +11437,7 @@ function ep() {
|
|
|
11439
11437
|
}
|
|
11440
11438
|
}
|
|
11441
11439
|
}
|
|
11442
|
-
var v = d, B = l, R = c, Y = i, te = t, Q = u, P = r, ee = g, ce = A, M = n,
|
|
11440
|
+
var v = d, B = l, R = c, Y = i, te = t, Q = u, P = r, ee = g, ce = A, M = n, k = s, E = o, D = h, T = !1;
|
|
11443
11441
|
function z(q) {
|
|
11444
11442
|
return T || (T = !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.")), y(q) || x(q) === d;
|
|
11445
11443
|
}
|
|
@@ -11449,7 +11447,7 @@ function ep() {
|
|
|
11449
11447
|
function C(q) {
|
|
11450
11448
|
return x(q) === c;
|
|
11451
11449
|
}
|
|
11452
|
-
function
|
|
11450
|
+
function U(q) {
|
|
11453
11451
|
return x(q) === i;
|
|
11454
11452
|
}
|
|
11455
11453
|
function j(q) {
|
|
@@ -11467,7 +11465,7 @@ function ep() {
|
|
|
11467
11465
|
function V(q) {
|
|
11468
11466
|
return x(q) === A;
|
|
11469
11467
|
}
|
|
11470
|
-
function
|
|
11468
|
+
function Z(q) {
|
|
11471
11469
|
return x(q) === n;
|
|
11472
11470
|
}
|
|
11473
11471
|
function X(q) {
|
|
@@ -11479,7 +11477,7 @@ function ep() {
|
|
|
11479
11477
|
function ie(q) {
|
|
11480
11478
|
return x(q) === h;
|
|
11481
11479
|
}
|
|
11482
|
-
ae.AsyncMode = v, ae.ConcurrentMode = B, ae.ContextConsumer = R, ae.ContextProvider = Y, ae.Element = te, ae.ForwardRef = Q, ae.Fragment = P, ae.Lazy = ee, ae.Memo = ce, ae.Portal = M, ae.Profiler =
|
|
11480
|
+
ae.AsyncMode = v, ae.ConcurrentMode = B, ae.ContextConsumer = R, ae.ContextProvider = Y, ae.Element = te, ae.ForwardRef = Q, ae.Fragment = P, ae.Lazy = ee, ae.Memo = ce, ae.Portal = M, ae.Profiler = k, ae.StrictMode = E, ae.Suspense = D, ae.isAsyncMode = z, ae.isConcurrentMode = y, ae.isContextConsumer = C, ae.isContextProvider = U, ae.isElement = j, ae.isForwardRef = L, ae.isFragment = G, ae.isLazy = H, ae.isMemo = V, ae.isPortal = Z, ae.isProfiler = X, ae.isStrictMode = F, ae.isSuspense = ie, ae.isValidElementType = N, ae.typeOf = x;
|
|
11483
11481
|
})()), ae;
|
|
11484
11482
|
}
|
|
11485
11483
|
var Nr;
|
|
@@ -11540,7 +11538,7 @@ function Ta() {
|
|
|
11540
11538
|
return $n = e, $n;
|
|
11541
11539
|
}
|
|
11542
11540
|
var Yn, xr;
|
|
11543
|
-
function
|
|
11541
|
+
function ko() {
|
|
11544
11542
|
return xr || (xr = 1, Yn = Function.call.bind(Object.prototype.hasOwnProperty)), Yn;
|
|
11545
11543
|
}
|
|
11546
11544
|
var Kn, Tr;
|
|
@@ -11550,7 +11548,7 @@ function np() {
|
|
|
11550
11548
|
var e = function() {
|
|
11551
11549
|
};
|
|
11552
11550
|
if (process.env.NODE_ENV !== "production") {
|
|
11553
|
-
var t = /* @__PURE__ */ Ta(), n = {}, r = /* @__PURE__ */
|
|
11551
|
+
var t = /* @__PURE__ */ Ta(), n = {}, r = /* @__PURE__ */ ko();
|
|
11554
11552
|
e = function(s) {
|
|
11555
11553
|
var i = "Warning: " + s;
|
|
11556
11554
|
typeof console < "u" && console.error(i);
|
|
@@ -11596,7 +11594,7 @@ var Jn, Ir;
|
|
|
11596
11594
|
function ap() {
|
|
11597
11595
|
if (Ir) return Jn;
|
|
11598
11596
|
Ir = 1;
|
|
11599
|
-
var e = xa(), t = tp(), n = /* @__PURE__ */ Ta(), r = /* @__PURE__ */
|
|
11597
|
+
var e = xa(), t = tp(), n = /* @__PURE__ */ Ta(), r = /* @__PURE__ */ ko(), o = /* @__PURE__ */ np(), s = function() {
|
|
11600
11598
|
};
|
|
11601
11599
|
process.env.NODE_ENV !== "production" && (s = function(c) {
|
|
11602
11600
|
var d = "Warning: " + c;
|
|
@@ -11646,32 +11644,32 @@ function ap() {
|
|
|
11646
11644
|
p.prototype = Error.prototype;
|
|
11647
11645
|
function w(y) {
|
|
11648
11646
|
if (process.env.NODE_ENV !== "production")
|
|
11649
|
-
var C = {},
|
|
11650
|
-
function j(G, H, V,
|
|
11651
|
-
if (
|
|
11647
|
+
var C = {}, U = 0;
|
|
11648
|
+
function j(G, H, V, Z, X, F, ie) {
|
|
11649
|
+
if (Z = Z || f, F = F || V, ie !== n) {
|
|
11652
11650
|
if (d) {
|
|
11653
11651
|
var q = new Error(
|
|
11654
11652
|
"Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types"
|
|
11655
11653
|
);
|
|
11656
11654
|
throw q.name = "Invariant Violation", q;
|
|
11657
11655
|
} else if (process.env.NODE_ENV !== "production" && typeof console < "u") {
|
|
11658
|
-
var Ae =
|
|
11656
|
+
var Ae = Z + ":" + V;
|
|
11659
11657
|
!C[Ae] && // Avoid spamming the console because they are often not actionable except for lib authors
|
|
11660
|
-
|
|
11661
|
-
"You are manually calling a React.PropTypes validation function for the `" + F + "` prop on `" +
|
|
11662
|
-
), C[Ae] = !0,
|
|
11658
|
+
U < 3 && (s(
|
|
11659
|
+
"You are manually calling a React.PropTypes validation function for the `" + F + "` prop on `" + Z + "`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."
|
|
11660
|
+
), C[Ae] = !0, U++);
|
|
11663
11661
|
}
|
|
11664
11662
|
}
|
|
11665
|
-
return H[V] == null ? G ? H[V] === null ? new p("The " + X + " `" + F + "` is marked as required " + ("in `" +
|
|
11663
|
+
return H[V] == null ? G ? H[V] === null ? new p("The " + X + " `" + F + "` is marked as required " + ("in `" + Z + "`, but its value is `null`.")) : new p("The " + X + " `" + F + "` is marked as required in " + ("`" + Z + "`, but its value is `undefined`.")) : null : y(H, V, Z, X, F);
|
|
11666
11664
|
}
|
|
11667
11665
|
var L = j.bind(null, !1);
|
|
11668
11666
|
return L.isRequired = j.bind(null, !0), L;
|
|
11669
11667
|
}
|
|
11670
11668
|
function _(y) {
|
|
11671
|
-
function C(
|
|
11672
|
-
var
|
|
11669
|
+
function C(U, j, L, G, H, V) {
|
|
11670
|
+
var Z = U[j], X = E(Z);
|
|
11673
11671
|
if (X !== y) {
|
|
11674
|
-
var F = D(
|
|
11672
|
+
var F = D(Z);
|
|
11675
11673
|
return new p(
|
|
11676
11674
|
"Invalid " + G + " `" + H + "` of type " + ("`" + F + "` supplied to `" + L + "`, expected ") + ("`" + y + "`."),
|
|
11677
11675
|
{ expectedType: y }
|
|
@@ -11685,13 +11683,13 @@ function ap() {
|
|
|
11685
11683
|
return w(i);
|
|
11686
11684
|
}
|
|
11687
11685
|
function N(y) {
|
|
11688
|
-
function C(
|
|
11686
|
+
function C(U, j, L, G, H) {
|
|
11689
11687
|
if (typeof y != "function")
|
|
11690
11688
|
return new p("Property `" + H + "` of component `" + L + "` has invalid PropType notation inside arrayOf.");
|
|
11691
|
-
var V =
|
|
11689
|
+
var V = U[j];
|
|
11692
11690
|
if (!Array.isArray(V)) {
|
|
11693
|
-
var
|
|
11694
|
-
return new p("Invalid " + G + " `" + H + "` of type " + ("`" +
|
|
11691
|
+
var Z = E(V);
|
|
11692
|
+
return new p("Invalid " + G + " `" + H + "` of type " + ("`" + Z + "` supplied to `" + L + "`, expected an array."));
|
|
11695
11693
|
}
|
|
11696
11694
|
for (var X = 0; X < V.length; X++) {
|
|
11697
11695
|
var F = y(V, X, L, G, H + "[" + X + "]", n);
|
|
@@ -11703,8 +11701,8 @@ function ap() {
|
|
|
11703
11701
|
return w(C);
|
|
11704
11702
|
}
|
|
11705
11703
|
function x() {
|
|
11706
|
-
function y(C,
|
|
11707
|
-
var H = C[
|
|
11704
|
+
function y(C, U, j, L, G) {
|
|
11705
|
+
var H = C[U];
|
|
11708
11706
|
if (!c(H)) {
|
|
11709
11707
|
var V = E(H);
|
|
11710
11708
|
return new p("Invalid " + L + " `" + G + "` of type " + ("`" + V + "` supplied to `" + j + "`, expected a single ReactElement."));
|
|
@@ -11714,8 +11712,8 @@ function ap() {
|
|
|
11714
11712
|
return w(y);
|
|
11715
11713
|
}
|
|
11716
11714
|
function v() {
|
|
11717
|
-
function y(C,
|
|
11718
|
-
var H = C[
|
|
11715
|
+
function y(C, U, j, L, G) {
|
|
11716
|
+
var H = C[U];
|
|
11719
11717
|
if (!e.isValidElementType(H)) {
|
|
11720
11718
|
var V = E(H);
|
|
11721
11719
|
return new p("Invalid " + L + " `" + G + "` of type " + ("`" + V + "` supplied to `" + j + "`, expected a single ReactElement type."));
|
|
@@ -11725,10 +11723,10 @@ function ap() {
|
|
|
11725
11723
|
return w(y);
|
|
11726
11724
|
}
|
|
11727
11725
|
function B(y) {
|
|
11728
|
-
function C(
|
|
11729
|
-
if (!(
|
|
11730
|
-
var V = y.name || f,
|
|
11731
|
-
return new p("Invalid " + G + " `" + H + "` of type " + ("`" +
|
|
11726
|
+
function C(U, j, L, G, H) {
|
|
11727
|
+
if (!(U[j] instanceof y)) {
|
|
11728
|
+
var V = y.name || f, Z = z(U[j]);
|
|
11729
|
+
return new p("Invalid " + G + " `" + H + "` of type " + ("`" + Z + "` supplied to `" + L + "`, expected ") + ("instance of `" + V + "`."));
|
|
11732
11730
|
}
|
|
11733
11731
|
return null;
|
|
11734
11732
|
}
|
|
@@ -11739,9 +11737,9 @@ function ap() {
|
|
|
11739
11737
|
return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? s(
|
|
11740
11738
|
"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])."
|
|
11741
11739
|
) : s("Invalid argument supplied to oneOf, expected an array.")), i;
|
|
11742
|
-
function C(
|
|
11743
|
-
for (var V =
|
|
11744
|
-
if (g(V, y[
|
|
11740
|
+
function C(U, j, L, G, H) {
|
|
11741
|
+
for (var V = U[j], Z = 0; Z < y.length; Z++)
|
|
11742
|
+
if (g(V, y[Z]))
|
|
11745
11743
|
return null;
|
|
11746
11744
|
var X = JSON.stringify(y, function(ie, q) {
|
|
11747
11745
|
var Ae = D(q);
|
|
@@ -11752,12 +11750,12 @@ function ap() {
|
|
|
11752
11750
|
return w(C);
|
|
11753
11751
|
}
|
|
11754
11752
|
function Y(y) {
|
|
11755
|
-
function C(
|
|
11753
|
+
function C(U, j, L, G, H) {
|
|
11756
11754
|
if (typeof y != "function")
|
|
11757
11755
|
return new p("Property `" + H + "` of component `" + L + "` has invalid PropType notation inside objectOf.");
|
|
11758
|
-
var V =
|
|
11759
|
-
if (
|
|
11760
|
-
return new p("Invalid " + G + " `" + H + "` of type " + ("`" +
|
|
11756
|
+
var V = U[j], Z = E(V);
|
|
11757
|
+
if (Z !== "object")
|
|
11758
|
+
return new p("Invalid " + G + " `" + H + "` of type " + ("`" + Z + "` supplied to `" + L + "`, expected an object."));
|
|
11761
11759
|
for (var X in V)
|
|
11762
11760
|
if (r(V, X)) {
|
|
11763
11761
|
var F = y(V, X, L, G, H + "." + X, n);
|
|
@@ -11772,40 +11770,40 @@ function ap() {
|
|
|
11772
11770
|
if (!Array.isArray(y))
|
|
11773
11771
|
return process.env.NODE_ENV !== "production" && s("Invalid argument supplied to oneOfType, expected an instance of array."), i;
|
|
11774
11772
|
for (var C = 0; C < y.length; C++) {
|
|
11775
|
-
var
|
|
11776
|
-
if (typeof
|
|
11773
|
+
var U = y[C];
|
|
11774
|
+
if (typeof U != "function")
|
|
11777
11775
|
return s(
|
|
11778
|
-
"Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + T(
|
|
11776
|
+
"Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + T(U) + " at index " + C + "."
|
|
11779
11777
|
), i;
|
|
11780
11778
|
}
|
|
11781
|
-
function j(L, G, H, V,
|
|
11779
|
+
function j(L, G, H, V, Z) {
|
|
11782
11780
|
for (var X = [], F = 0; F < y.length; F++) {
|
|
11783
|
-
var ie = y[F], q = ie(L, G, H, V,
|
|
11781
|
+
var ie = y[F], q = ie(L, G, H, V, Z, n);
|
|
11784
11782
|
if (q == null)
|
|
11785
11783
|
return null;
|
|
11786
11784
|
q.data && r(q.data, "expectedType") && X.push(q.data.expectedType);
|
|
11787
11785
|
}
|
|
11788
11786
|
var Ae = X.length > 0 ? ", expected one of type [" + X.join(", ") + "]" : "";
|
|
11789
|
-
return new p("Invalid " + V + " `" +
|
|
11787
|
+
return new p("Invalid " + V + " `" + Z + "` supplied to " + ("`" + H + "`" + Ae + "."));
|
|
11790
11788
|
}
|
|
11791
11789
|
return w(j);
|
|
11792
11790
|
}
|
|
11793
11791
|
function Q() {
|
|
11794
|
-
function y(C,
|
|
11795
|
-
return M(C[
|
|
11792
|
+
function y(C, U, j, L, G) {
|
|
11793
|
+
return M(C[U]) ? null : new p("Invalid " + L + " `" + G + "` supplied to " + ("`" + j + "`, expected a ReactNode."));
|
|
11796
11794
|
}
|
|
11797
11795
|
return w(y);
|
|
11798
11796
|
}
|
|
11799
|
-
function P(y, C,
|
|
11797
|
+
function P(y, C, U, j, L) {
|
|
11800
11798
|
return new p(
|
|
11801
|
-
(y || "React class") + ": " + C + " type `" +
|
|
11799
|
+
(y || "React class") + ": " + C + " type `" + U + "." + j + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + L + "`."
|
|
11802
11800
|
);
|
|
11803
11801
|
}
|
|
11804
11802
|
function ee(y) {
|
|
11805
|
-
function C(
|
|
11806
|
-
var V =
|
|
11807
|
-
if (
|
|
11808
|
-
return new p("Invalid " + G + " `" + H + "` of type `" +
|
|
11803
|
+
function C(U, j, L, G, H) {
|
|
11804
|
+
var V = U[j], Z = E(V);
|
|
11805
|
+
if (Z !== "object")
|
|
11806
|
+
return new p("Invalid " + G + " `" + H + "` of type `" + Z + "` " + ("supplied to `" + L + "`, expected `object`."));
|
|
11809
11807
|
for (var X in y) {
|
|
11810
11808
|
var F = y[X];
|
|
11811
11809
|
if (typeof F != "function")
|
|
@@ -11819,18 +11817,18 @@ function ap() {
|
|
|
11819
11817
|
return w(C);
|
|
11820
11818
|
}
|
|
11821
11819
|
function ce(y) {
|
|
11822
|
-
function C(
|
|
11823
|
-
var V =
|
|
11824
|
-
if (
|
|
11825
|
-
return new p("Invalid " + G + " `" + H + "` of type `" +
|
|
11826
|
-
var X = t({},
|
|
11820
|
+
function C(U, j, L, G, H) {
|
|
11821
|
+
var V = U[j], Z = E(V);
|
|
11822
|
+
if (Z !== "object")
|
|
11823
|
+
return new p("Invalid " + G + " `" + H + "` of type `" + Z + "` " + ("supplied to `" + L + "`, expected `object`."));
|
|
11824
|
+
var X = t({}, U[j], y);
|
|
11827
11825
|
for (var F in X) {
|
|
11828
11826
|
var ie = y[F];
|
|
11829
11827
|
if (r(y, F) && typeof ie != "function")
|
|
11830
11828
|
return P(L, G, H, F, D(ie));
|
|
11831
11829
|
if (!ie)
|
|
11832
11830
|
return new p(
|
|
11833
|
-
"Invalid " + G + " `" + H + "` key `" + F + "` supplied to `" + L + "`.\nBad object: " + JSON.stringify(
|
|
11831
|
+
"Invalid " + G + " `" + H + "` key `" + F + "` supplied to `" + L + "`.\nBad object: " + JSON.stringify(U[j], null, " ") + `
|
|
11834
11832
|
Valid keys: ` + JSON.stringify(Object.keys(y), null, " ")
|
|
11835
11833
|
);
|
|
11836
11834
|
var q = ie(V, F, L, G, H + "." + F, n);
|
|
@@ -11856,13 +11854,13 @@ Valid keys: ` + JSON.stringify(Object.keys(y), null, " ")
|
|
|
11856
11854
|
return !0;
|
|
11857
11855
|
var C = h(y);
|
|
11858
11856
|
if (C) {
|
|
11859
|
-
var
|
|
11857
|
+
var U = C.call(y), j;
|
|
11860
11858
|
if (C !== y.entries) {
|
|
11861
|
-
for (; !(j =
|
|
11859
|
+
for (; !(j = U.next()).done; )
|
|
11862
11860
|
if (!M(j.value))
|
|
11863
11861
|
return !1;
|
|
11864
11862
|
} else
|
|
11865
|
-
for (; !(j =
|
|
11863
|
+
for (; !(j = U.next()).done; ) {
|
|
11866
11864
|
var L = j.value;
|
|
11867
11865
|
if (L && !M(L[1]))
|
|
11868
11866
|
return !1;
|
|
@@ -11874,12 +11872,12 @@ Valid keys: ` + JSON.stringify(Object.keys(y), null, " ")
|
|
|
11874
11872
|
return !1;
|
|
11875
11873
|
}
|
|
11876
11874
|
}
|
|
11877
|
-
function
|
|
11875
|
+
function k(y, C) {
|
|
11878
11876
|
return y === "symbol" ? !0 : C ? C["@@toStringTag"] === "Symbol" || typeof Symbol == "function" && C instanceof Symbol : !1;
|
|
11879
11877
|
}
|
|
11880
11878
|
function E(y) {
|
|
11881
11879
|
var C = typeof y;
|
|
11882
|
-
return Array.isArray(y) ? "array" : y instanceof RegExp ? "object" :
|
|
11880
|
+
return Array.isArray(y) ? "array" : y instanceof RegExp ? "object" : k(C, y) ? "symbol" : C;
|
|
11883
11881
|
}
|
|
11884
11882
|
function D(y) {
|
|
11885
11883
|
if (typeof y > "u" || y === null)
|
|
@@ -11913,10 +11911,10 @@ Valid keys: ` + JSON.stringify(Object.keys(y), null, " ")
|
|
|
11913
11911
|
return A.checkPropTypes = o, A.resetWarningCache = o.resetWarningCache, A.PropTypes = A, A;
|
|
11914
11912
|
}, Jn;
|
|
11915
11913
|
}
|
|
11916
|
-
var Zn,
|
|
11914
|
+
var Zn, kr;
|
|
11917
11915
|
function rp() {
|
|
11918
|
-
if (
|
|
11919
|
-
|
|
11916
|
+
if (kr) return Zn;
|
|
11917
|
+
kr = 1;
|
|
11920
11918
|
var e = /* @__PURE__ */ Ta();
|
|
11921
11919
|
function t() {
|
|
11922
11920
|
}
|
|
@@ -11961,10 +11959,10 @@ function rp() {
|
|
|
11961
11959
|
return s.PropTypes = s, s;
|
|
11962
11960
|
}, Zn;
|
|
11963
11961
|
}
|
|
11964
|
-
var
|
|
11962
|
+
var Ur;
|
|
11965
11963
|
function op() {
|
|
11966
|
-
if (
|
|
11967
|
-
if (
|
|
11964
|
+
if (Ur) return nn.exports;
|
|
11965
|
+
if (Ur = 1, process.env.NODE_ENV !== "production") {
|
|
11968
11966
|
var e = xa(), t = !0;
|
|
11969
11967
|
nn.exports = /* @__PURE__ */ ap()(e.isElement, t);
|
|
11970
11968
|
} else
|
|
@@ -12004,7 +12002,7 @@ function da(e, t) {
|
|
|
12004
12002
|
return r.__proto__ = o, r;
|
|
12005
12003
|
}, da(e, t);
|
|
12006
12004
|
}
|
|
12007
|
-
var
|
|
12005
|
+
var Un = /* @__PURE__ */ (function(e) {
|
|
12008
12006
|
lp(t, e);
|
|
12009
12007
|
function t() {
|
|
12010
12008
|
var r;
|
|
@@ -12070,13 +12068,13 @@ var kn = /* @__PURE__ */ (function(e) {
|
|
|
12070
12068
|
var o = this.props;
|
|
12071
12069
|
o.sitekey, o.onChange, o.theme, o.type, o.tabindex, o.onExpired, o.onErrored, o.size, o.stoken, o.grecaptcha, o.badge, o.hl, o.isolated;
|
|
12072
12070
|
var s = cp(o, ip);
|
|
12073
|
-
return /* @__PURE__ */
|
|
12071
|
+
return /* @__PURE__ */ Ua.createElement("div", la({}, s, {
|
|
12074
12072
|
ref: this.handleRecaptchaRef
|
|
12075
12073
|
}));
|
|
12076
12074
|
}, t;
|
|
12077
|
-
})(
|
|
12078
|
-
|
|
12079
|
-
|
|
12075
|
+
})(Ua.Component);
|
|
12076
|
+
Un.displayName = "ReCAPTCHA";
|
|
12077
|
+
Un.propTypes = {
|
|
12080
12078
|
sitekey: be.string.isRequired,
|
|
12081
12079
|
onChange: be.func,
|
|
12082
12080
|
grecaptcha: be.object,
|
|
@@ -12091,7 +12089,7 @@ kn.propTypes = {
|
|
|
12091
12089
|
badge: be.oneOf(["bottomright", "bottomleft", "inline"]),
|
|
12092
12090
|
isolated: be.bool
|
|
12093
12091
|
};
|
|
12094
|
-
|
|
12092
|
+
Un.defaultProps = {
|
|
12095
12093
|
onChange: function() {
|
|
12096
12094
|
},
|
|
12097
12095
|
theme: "light",
|
|
@@ -12293,13 +12291,13 @@ function wp() {
|
|
|
12293
12291
|
var e = ma(), t = e.useRecaptchaNet ? "recaptcha.net" : "www.google.com";
|
|
12294
12292
|
return e.enterprise ? "https://" + t + "/recaptcha/enterprise.js?onload=" + ha + "&render=explicit" : "https://" + t + "/recaptcha/api.js?onload=" + ha + "&render=explicit";
|
|
12295
12293
|
}
|
|
12296
|
-
const
|
|
12294
|
+
const Uo = pp(wp, {
|
|
12297
12295
|
callbackName: ha,
|
|
12298
12296
|
globalName: Ap,
|
|
12299
12297
|
attributes: ma().nonce ? {
|
|
12300
12298
|
nonce: ma().nonce
|
|
12301
12299
|
} : {}
|
|
12302
|
-
})(
|
|
12300
|
+
})(Un), yp = "_overlay_tlrod_1", vp = "_header_tlrod_18", bp = "_logo_tlrod_25", Cp = "_card_tlrod_32", _p = "_close_tlrod_47", Np = "_form_tlrod_71", Sp = "_formUl_tlrod_80", Ep = "_field_tlrod_92", xp = "_label_tlrod_99", Tp = "_input_tlrod_108", Ip = "_error_tlrod_126", kp = "_primary_tlrod_132", Up = "_divider_tlrod_167", qp = "_google_tlrod_193", Rp = "_googleIcon_tlrod_223", Lp = "_spin_tlrod_256", Bp = "_checkboxRow_tlrod_278", Op = "_terms_tlrod_315", Pp = "_message_tlrod_346", Dp = "_passwordChecker_tlrod_351", Mp = "_valid_tlrod_370", jp = "_invalid_tlrod_374", Qp = "_forgotPassword_tlrod_378", Gp = "_successContainer_tlrod_397", zp = "_thumbsUp_tlrod_405", Hp = "_successMessage_tlrod_411", I = {
|
|
12303
12301
|
overlay: yp,
|
|
12304
12302
|
header: vp,
|
|
12305
12303
|
logo: bp,
|
|
@@ -12311,8 +12309,8 @@ const ko = pp(wp, {
|
|
|
12311
12309
|
label: xp,
|
|
12312
12310
|
input: Tp,
|
|
12313
12311
|
error: Ip,
|
|
12314
|
-
primary:
|
|
12315
|
-
divider:
|
|
12312
|
+
primary: kp,
|
|
12313
|
+
divider: Up,
|
|
12316
12314
|
google: qp,
|
|
12317
12315
|
googleIcon: Rp,
|
|
12318
12316
|
spin: Lp,
|
|
@@ -12421,7 +12419,7 @@ const ko = pp(wp, {
|
|
|
12421
12419
|
] }, w.id)) }),
|
|
12422
12420
|
l && /* @__PURE__ */ a("div", { className: ue.errorMessage, children: l }),
|
|
12423
12421
|
/* @__PURE__ */ a(
|
|
12424
|
-
|
|
12422
|
+
Uo,
|
|
12425
12423
|
{
|
|
12426
12424
|
sitekey: "",
|
|
12427
12425
|
theme: "light",
|
|
@@ -12483,7 +12481,7 @@ async function Ia({
|
|
|
12483
12481
|
state: i = "5,6",
|
|
12484
12482
|
apiToken: c
|
|
12485
12483
|
}) {
|
|
12486
|
-
const { PUBLIC_ENV: d } =
|
|
12484
|
+
const { PUBLIC_ENV: d } = J();
|
|
12487
12485
|
if (d === "prod")
|
|
12488
12486
|
return (await Fp({
|
|
12489
12487
|
publication: e,
|
|
@@ -12518,7 +12516,7 @@ async function Fp({
|
|
|
12518
12516
|
throw new Error("Invalid input types for publication or path");
|
|
12519
12517
|
if (!c)
|
|
12520
12518
|
throw new Error("Missing CMS API token");
|
|
12521
|
-
const { PUBLIC_ENV: d, PUBLIC_API_HOST: l, PUBLIC_API_PATH: u, PUBLIC_API_PATH_VERSION: h } =
|
|
12519
|
+
const { PUBLIC_ENV: d, PUBLIC_API_HOST: l, PUBLIC_API_PATH: u, PUBLIC_API_PATH_VERSION: h } = J(), f = parseInt(String(n), 10), A = parseInt(String(r), 10);
|
|
12522
12520
|
if (isNaN(f) || f <= 0)
|
|
12523
12521
|
throw new Error("Invalid size parameter");
|
|
12524
12522
|
if (isNaN(A) || A < 0)
|
|
@@ -12553,12 +12551,12 @@ async function Fp({
|
|
|
12553
12551
|
throw _;
|
|
12554
12552
|
}
|
|
12555
12553
|
}
|
|
12556
|
-
const { PUBLIC_PUBLICATION_ID: Wp } =
|
|
12554
|
+
const { PUBLIC_PUBLICATION_ID: Wp } = J(), $p = Wp, Yp = (e) => {
|
|
12557
12555
|
const [t, n] = $(void 0);
|
|
12558
12556
|
return De(() => {
|
|
12559
12557
|
if (t) return;
|
|
12560
12558
|
(async () => {
|
|
12561
|
-
const { PUBLIC_X_SECURITY_TOKEN: o } =
|
|
12559
|
+
const { PUBLIC_X_SECURITY_TOKEN: o } = J();
|
|
12562
12560
|
try {
|
|
12563
12561
|
const s = await Ia({
|
|
12564
12562
|
publication: $p,
|
|
@@ -12661,7 +12659,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = Z(), $p = Wp, Yp = (e) => {
|
|
|
12661
12659
|
const o = Ea(e, t);
|
|
12662
12660
|
return /* @__PURE__ */ m("div", { className: "form-actions", children: [
|
|
12663
12661
|
/* @__PURE__ */ a(
|
|
12664
|
-
|
|
12662
|
+
Uo,
|
|
12665
12663
|
{
|
|
12666
12664
|
sitekey: "",
|
|
12667
12665
|
theme: "light",
|
|
@@ -12716,7 +12714,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = Z(), $p = Wp, Yp = (e) => {
|
|
|
12716
12714
|
]
|
|
12717
12715
|
}
|
|
12718
12716
|
);
|
|
12719
|
-
}, { PUBLIC_PUBLICATION_ID: Kp } =
|
|
12717
|
+
}, { PUBLIC_PUBLICATION_ID: Kp } = J(), Jp = Kp, Do = async ({
|
|
12720
12718
|
path: e,
|
|
12721
12719
|
ref: t,
|
|
12722
12720
|
captchaToken: n,
|
|
@@ -12959,7 +12957,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = Z(), $p = Wp, Yp = (e) => {
|
|
|
12959
12957
|
}
|
|
12960
12958
|
)
|
|
12961
12959
|
] });
|
|
12962
|
-
}, { PUBLIC_PUBLICATION_ID: n9, PUBLIC_X_SECURITY_TOKEN: a9 } =
|
|
12960
|
+
}, { PUBLIC_PUBLICATION_ID: n9, PUBLIC_X_SECURITY_TOKEN: a9 } = J(), Rr = n9 ?? "", r9 = ({
|
|
12963
12961
|
isAuthenticated: e,
|
|
12964
12962
|
path: t,
|
|
12965
12963
|
user: n,
|
|
@@ -13007,7 +13005,7 @@ const { PUBLIC_PUBLICATION_ID: Wp } = Z(), $p = Wp, Yp = (e) => {
|
|
|
13007
13005
|
/* @__PURE__ */ a("div", { className: "comments-container", children: /* @__PURE__ */ a(me, { title: S || e ? "COMENTARIOS" : !1, children: /* @__PURE__ */ m(K, { children: [
|
|
13008
13006
|
e && n && /* @__PURE__ */ m("div", { className: "comments-header", children: [
|
|
13009
13007
|
/* @__PURE__ */ a(
|
|
13010
|
-
|
|
13008
|
+
Ug,
|
|
13011
13009
|
{
|
|
13012
13010
|
user: n,
|
|
13013
13011
|
handleLogout: r,
|
|
@@ -13344,7 +13342,7 @@ function s9({
|
|
|
13344
13342
|
goToRegister: n,
|
|
13345
13343
|
handleGoogleLogin: r
|
|
13346
13344
|
}) {
|
|
13347
|
-
const [o, s] = $("login"), [i, c] = $(""), [d, l] = $(""), [u, h] = $(""), [f, A] = $(""), [g, p] = $(""), [w, _] = $(!1), [S, N] = $(!1), [x, v] = $(null), { CAPTCHA_KEY: B } =
|
|
13345
|
+
const [o, s] = $("login"), [i, c] = $(""), [d, l] = $(""), [u, h] = $(""), [f, A] = $(""), [g, p] = $(""), [w, _] = $(!1), [S, N] = $(!1), [x, v] = $(null), { CAPTCHA_KEY: B } = J();
|
|
13348
13346
|
return /* @__PURE__ */ m(K, { children: [
|
|
13349
13347
|
o === "login" && /* @__PURE__ */ a(
|
|
13350
13348
|
i9,
|
|
@@ -13839,7 +13837,7 @@ function m9({
|
|
|
13839
13837
|
path: t,
|
|
13840
13838
|
icon: n
|
|
13841
13839
|
}) {
|
|
13842
|
-
const [r, o] = $(null), [s, i] = $(null), { COGNITO_AUTH_PREFIX: c } =
|
|
13840
|
+
const [r, o] = $(null), [s, i] = $(null), { COGNITO_AUTH_PREFIX: c } = J(), d = he(async () => {
|
|
13843
13841
|
if (e) {
|
|
13844
13842
|
if (document.cookie.search(c + "IS_AUTH=true") === -1) {
|
|
13845
13843
|
o(!1), i(null), console.log("user not logged");
|
|
@@ -14152,7 +14150,7 @@ export {
|
|
|
14152
14150
|
p3 as SearchSection,
|
|
14153
14151
|
me as Section,
|
|
14154
14152
|
Xe as SectionCard,
|
|
14155
|
-
|
|
14153
|
+
kn as SectionCard2,
|
|
14156
14154
|
ia as SectionCardServerComponent,
|
|
14157
14155
|
l3 as SectionServerComponent,
|
|
14158
14156
|
wc as ShowSection,
|
|
@@ -14169,8 +14167,8 @@ export {
|
|
|
14169
14167
|
Z9 as VideoBlock3,
|
|
14170
14168
|
a3 as VideoBlock4,
|
|
14171
14169
|
w3 as VideoSection,
|
|
14172
|
-
|
|
14173
|
-
|
|
14170
|
+
Us as VideosSchemas,
|
|
14171
|
+
ks as WebsiteList,
|
|
14174
14172
|
_3 as addComment,
|
|
14175
14173
|
fa as bannersReplace,
|
|
14176
14174
|
Dt as becomeVideoObject,
|
|
@@ -14188,7 +14186,7 @@ export {
|
|
|
14188
14186
|
V9 as generalGetData,
|
|
14189
14187
|
Mo as getCaptchaToken,
|
|
14190
14188
|
Fp as getComments,
|
|
14191
|
-
|
|
14189
|
+
J as getConfig,
|
|
14192
14190
|
H9 as getDynamicSlots,
|
|
14193
14191
|
pn as getEnvironmentUrl,
|
|
14194
14192
|
hs as getEnvironmentUrlFront,
|