sass-template-common 0.1.78 → 0.1.79
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.
|
@@ -148,24 +148,24 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
|
|
148
148
|
function Nt(e) {
|
|
149
149
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
150
150
|
}
|
|
151
|
-
var sn = { exports: {} }, Fo = sn.exports,
|
|
151
|
+
var sn = { exports: {} }, Fo = sn.exports, qa;
|
|
152
152
|
function Dr() {
|
|
153
|
-
return
|
|
153
|
+
return qa || (qa = 1, (function(e, t) {
|
|
154
154
|
(function(n, r) {
|
|
155
155
|
e.exports = r();
|
|
156
156
|
})(Fo, (function() {
|
|
157
157
|
var n = 1e3, r = 6e4, o = 36e5, s = "millisecond", i = "second", c = "minute", d = "hour", l = "day", u = "week", m = "month", f = "quarter", p = "year", g = "date", A = "Invalid Date", y = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, C = /\[([^\]]+)]|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(D) {
|
|
158
|
-
var
|
|
159
|
-
return "[" + D + (
|
|
160
|
-
} }, _ = function(D,
|
|
158
|
+
var U = ["th", "st", "nd", "rd"], E = D % 100;
|
|
159
|
+
return "[" + D + (U[(E - 20) % 10] || U[E] || U[0]) + "]";
|
|
160
|
+
} }, _ = function(D, U, E) {
|
|
161
161
|
var P = String(D);
|
|
162
|
-
return !P || P.length >=
|
|
162
|
+
return !P || P.length >= U ? D : "" + Array(U + 1 - P.length).join(E) + D;
|
|
163
163
|
}, T = { s: _, z: function(D) {
|
|
164
|
-
var
|
|
165
|
-
return (
|
|
166
|
-
}, m: function D(
|
|
167
|
-
if (
|
|
168
|
-
var P = 12 * (E.year() -
|
|
164
|
+
var U = -D.utcOffset(), E = Math.abs(U), P = Math.floor(E / 60), I = E % 60;
|
|
165
|
+
return (U <= 0 ? "+" : "-") + _(P, 2, "0") + ":" + _(I, 2, "0");
|
|
166
|
+
}, m: function D(U, E) {
|
|
167
|
+
if (U.date() < E.date()) return -D(E, U);
|
|
168
|
+
var P = 12 * (E.year() - U.year()) + (E.month() - U.month()), I = U.clone().add(P, m), z = E - I < 0, w = U.clone().add(P + (z ? -1 : 1), m);
|
|
169
169
|
return +(-(P + (E - I) / (z ? I - w : w - I)) || 0);
|
|
170
170
|
}, a: function(D) {
|
|
171
171
|
return D < 0 ? Math.ceil(D) || 0 : Math.floor(D);
|
|
@@ -177,33 +177,33 @@ function Dr() {
|
|
|
177
177
|
x[b] = S;
|
|
178
178
|
var j = "$isDayjsObject", Q = function(D) {
|
|
179
179
|
return D instanceof ee || !(!D || !D[j]);
|
|
180
|
-
}, te = function D(
|
|
180
|
+
}, te = function D(U, E, P) {
|
|
181
181
|
var I;
|
|
182
|
-
if (!
|
|
183
|
-
if (typeof
|
|
184
|
-
var z =
|
|
182
|
+
if (!U) return b;
|
|
183
|
+
if (typeof U == "string") {
|
|
184
|
+
var z = U.toLowerCase();
|
|
185
185
|
x[z] && (I = z), E && (x[z] = E, I = z);
|
|
186
|
-
var w =
|
|
186
|
+
var w = U.split("-");
|
|
187
187
|
if (!I && w.length > 1) return D(w[0]);
|
|
188
188
|
} else {
|
|
189
|
-
var N =
|
|
190
|
-
x[N] =
|
|
189
|
+
var N = U.name;
|
|
190
|
+
x[N] = U, I = N;
|
|
191
191
|
}
|
|
192
192
|
return !P && I && (b = I), I || !P && b;
|
|
193
|
-
}, G = function(D,
|
|
193
|
+
}, G = function(D, U) {
|
|
194
194
|
if (Q(D)) return D.clone();
|
|
195
|
-
var E = typeof
|
|
195
|
+
var E = typeof U == "object" ? U : {};
|
|
196
196
|
return E.date = D, E.args = arguments, new ee(E);
|
|
197
197
|
}, O = T;
|
|
198
|
-
O.l = te, O.i = Q, O.w = function(D,
|
|
199
|
-
return G(D, { locale:
|
|
198
|
+
O.l = te, O.i = Q, O.w = function(D, U) {
|
|
199
|
+
return G(D, { locale: U.$L, utc: U.$u, x: U.$x, $offset: U.$offset });
|
|
200
200
|
};
|
|
201
201
|
var ee = (function() {
|
|
202
202
|
function D(E) {
|
|
203
203
|
this.$L = te(E.locale, null, !0), this.parse(E), this.$x = this.$x || E.x || {}, this[j] = !0;
|
|
204
204
|
}
|
|
205
|
-
var
|
|
206
|
-
return
|
|
205
|
+
var U = D.prototype;
|
|
206
|
+
return U.parse = function(E) {
|
|
207
207
|
this.$d = (function(P) {
|
|
208
208
|
var I = P.date, z = P.utc;
|
|
209
209
|
if (I === null) return /* @__PURE__ */ new Date(NaN);
|
|
@@ -218,27 +218,27 @@ function Dr() {
|
|
|
218
218
|
}
|
|
219
219
|
return new Date(I);
|
|
220
220
|
})(E), this.init();
|
|
221
|
-
},
|
|
221
|
+
}, U.init = function() {
|
|
222
222
|
var E = this.$d;
|
|
223
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();
|
|
224
|
-
},
|
|
224
|
+
}, U.$utils = function() {
|
|
225
225
|
return O;
|
|
226
|
-
},
|
|
226
|
+
}, U.isValid = function() {
|
|
227
227
|
return this.$d.toString() !== A;
|
|
228
|
-
},
|
|
228
|
+
}, U.isSame = function(E, P) {
|
|
229
229
|
var I = G(E);
|
|
230
230
|
return this.startOf(P) <= I && I <= this.endOf(P);
|
|
231
|
-
},
|
|
231
|
+
}, U.isAfter = function(E, P) {
|
|
232
232
|
return G(E) < this.startOf(P);
|
|
233
|
-
},
|
|
233
|
+
}, U.isBefore = function(E, P) {
|
|
234
234
|
return this.endOf(P) < G(E);
|
|
235
|
-
},
|
|
235
|
+
}, U.$g = function(E, P, I) {
|
|
236
236
|
return O.u(E) ? this[P] : this.set(I, E);
|
|
237
|
-
},
|
|
237
|
+
}, U.unix = function() {
|
|
238
238
|
return Math.floor(this.valueOf() / 1e3);
|
|
239
|
-
},
|
|
239
|
+
}, U.valueOf = function() {
|
|
240
240
|
return this.$d.getTime();
|
|
241
|
-
},
|
|
241
|
+
}, U.startOf = function(E, P) {
|
|
242
242
|
var I = this, z = !!O.u(P) || P, w = O.p(E), N = function(X, W) {
|
|
243
243
|
var ie = O.w(I.$u ? Date.UTC(I.$y, W, X) : new Date(I.$y, W, X), I);
|
|
244
244
|
return z ? ie : ie.endOf(l);
|
|
@@ -265,20 +265,20 @@ function Dr() {
|
|
|
265
265
|
default:
|
|
266
266
|
return this.clone();
|
|
267
267
|
}
|
|
268
|
-
},
|
|
268
|
+
}, U.endOf = function(E) {
|
|
269
269
|
return this.startOf(E, !1);
|
|
270
|
-
},
|
|
270
|
+
}, U.$set = function(E, P) {
|
|
271
271
|
var I, z = O.p(E), w = "set" + (this.$u ? "UTC" : ""), N = (I = {}, I[l] = w + "Date", I[g] = w + "Date", I[m] = w + "Month", I[p] = w + "FullYear", I[d] = w + "Hours", I[c] = w + "Minutes", I[i] = w + "Seconds", I[s] = w + "Milliseconds", I)[z], R = z === l ? this.$D + (P - this.$W) : P;
|
|
272
272
|
if (z === m || z === p) {
|
|
273
273
|
var M = this.clone().set(g, 1);
|
|
274
274
|
M.$d[N](R), M.init(), this.$d = M.set(g, Math.min(this.$D, M.daysInMonth())).$d;
|
|
275
275
|
} else N && this.$d[N](R);
|
|
276
276
|
return this.init(), this;
|
|
277
|
-
},
|
|
277
|
+
}, U.set = function(E, P) {
|
|
278
278
|
return this.clone().$set(E, P);
|
|
279
|
-
},
|
|
279
|
+
}, U.get = function(E) {
|
|
280
280
|
return this[O.p(E)]();
|
|
281
|
-
},
|
|
281
|
+
}, U.add = function(E, P) {
|
|
282
282
|
var I, z = this;
|
|
283
283
|
E = Number(E);
|
|
284
284
|
var w = O.p(P), N = function(B) {
|
|
@@ -291,22 +291,22 @@ function Dr() {
|
|
|
291
291
|
if (w === u) return N(7);
|
|
292
292
|
var R = (I = {}, I[c] = r, I[d] = o, I[i] = n, I)[w] || 1, M = this.$d.getTime() + E * R;
|
|
293
293
|
return O.w(M, this);
|
|
294
|
-
},
|
|
294
|
+
}, U.subtract = function(E, P) {
|
|
295
295
|
return this.add(-1 * E, P);
|
|
296
|
-
},
|
|
296
|
+
}, U.format = function(E) {
|
|
297
297
|
var P = this, I = this.$locale();
|
|
298
298
|
if (!this.isValid()) return I.invalidDate || A;
|
|
299
|
-
var z = E || "YYYY-MM-DDTHH:mm:ssZ", w = O.z(this), N = this.$H, R = this.$m, M = this.$M, B = I.weekdays, H = I.months, V = I.meridiem, F = function(W, ie,
|
|
300
|
-
return W && (W[ie] || W(P, z)) ||
|
|
299
|
+
var z = E || "YYYY-MM-DDTHH:mm:ssZ", w = O.z(this), N = this.$H, R = this.$m, M = this.$M, B = I.weekdays, H = I.months, V = I.meridiem, F = function(W, ie, q, Ae) {
|
|
300
|
+
return W && (W[ie] || W(P, z)) || q[ie].slice(0, Ae);
|
|
301
301
|
}, Z = function(W) {
|
|
302
302
|
return O.s(N % 12 || 12, W, "0");
|
|
303
|
-
}, X = V || function(W, ie,
|
|
303
|
+
}, X = V || function(W, ie, q) {
|
|
304
304
|
var Ae = W < 12 ? "AM" : "PM";
|
|
305
|
-
return
|
|
305
|
+
return q ? Ae.toLowerCase() : Ae;
|
|
306
306
|
};
|
|
307
307
|
return z.replace(C, (function(W, ie) {
|
|
308
|
-
return ie || (function(
|
|
309
|
-
switch (
|
|
308
|
+
return ie || (function(q) {
|
|
309
|
+
switch (q) {
|
|
310
310
|
case "YY":
|
|
311
311
|
return String(P.$y).slice(-2);
|
|
312
312
|
case "YYYY":
|
|
@@ -359,9 +359,9 @@ function Dr() {
|
|
|
359
359
|
return null;
|
|
360
360
|
})(W) || w.replace(":", "");
|
|
361
361
|
}));
|
|
362
|
-
},
|
|
362
|
+
}, U.utcOffset = function() {
|
|
363
363
|
return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
|
|
364
|
-
},
|
|
364
|
+
}, U.diff = function(E, P, I) {
|
|
365
365
|
var z, w = this, N = O.p(P), R = G(E), M = (R.utcOffset() - this.utcOffset()) * r, B = this - R, H = function() {
|
|
366
366
|
return O.m(w, R);
|
|
367
367
|
};
|
|
@@ -394,32 +394,32 @@ function Dr() {
|
|
|
394
394
|
z = B;
|
|
395
395
|
}
|
|
396
396
|
return I ? z : O.a(z);
|
|
397
|
-
},
|
|
397
|
+
}, U.daysInMonth = function() {
|
|
398
398
|
return this.endOf(m).$D;
|
|
399
|
-
},
|
|
399
|
+
}, U.$locale = function() {
|
|
400
400
|
return x[this.$L];
|
|
401
|
-
},
|
|
401
|
+
}, U.locale = function(E, P) {
|
|
402
402
|
if (!E) return this.$L;
|
|
403
403
|
var I = this.clone(), z = te(E, P, !0);
|
|
404
404
|
return z && (I.$L = z), I;
|
|
405
|
-
},
|
|
405
|
+
}, U.clone = function() {
|
|
406
406
|
return O.w(this.$d, this);
|
|
407
|
-
},
|
|
407
|
+
}, U.toDate = function() {
|
|
408
408
|
return new Date(this.valueOf());
|
|
409
|
-
},
|
|
409
|
+
}, U.toJSON = function() {
|
|
410
410
|
return this.isValid() ? this.toISOString() : null;
|
|
411
|
-
},
|
|
411
|
+
}, U.toISOString = function() {
|
|
412
412
|
return this.$d.toISOString();
|
|
413
|
-
},
|
|
413
|
+
}, U.toString = function() {
|
|
414
414
|
return this.$d.toUTCString();
|
|
415
415
|
}, D;
|
|
416
416
|
})(), ce = ee.prototype;
|
|
417
417
|
return G.prototype = ce, [["$ms", s], ["$s", i], ["$m", c], ["$H", d], ["$W", l], ["$M", m], ["$y", p], ["$D", g]].forEach((function(D) {
|
|
418
|
-
ce[D[1]] = function(
|
|
419
|
-
return this.$g(
|
|
418
|
+
ce[D[1]] = function(U) {
|
|
419
|
+
return this.$g(U, D[0], D[1]);
|
|
420
420
|
};
|
|
421
|
-
})), G.extend = function(D,
|
|
422
|
-
return D.$i || (D(
|
|
421
|
+
})), G.extend = function(D, U) {
|
|
422
|
+
return D.$i || (D(U, ee, G), D.$i = !0), G;
|
|
423
423
|
}, G.locale = te, G.isDayjs = Q, G.unix = function(D) {
|
|
424
424
|
return G(1e3 * D);
|
|
425
425
|
}, G.en = x[b], G.Ls = x, G.p = {}, G;
|
|
@@ -428,9 +428,9 @@ function Dr() {
|
|
|
428
428
|
}
|
|
429
429
|
var Wo = Dr();
|
|
430
430
|
const Ee = /* @__PURE__ */ Nt(Wo);
|
|
431
|
-
var cn = { exports: {} }, $o = cn.exports,
|
|
431
|
+
var cn = { exports: {} }, $o = cn.exports, La;
|
|
432
432
|
function Yo() {
|
|
433
|
-
return
|
|
433
|
+
return La || (La = 1, (function(e, t) {
|
|
434
434
|
(function(n, r) {
|
|
435
435
|
e.exports = r();
|
|
436
436
|
})($o, (function() {
|
|
@@ -961,7 +961,7 @@ function w3(e) {
|
|
|
961
961
|
const ws = () => {
|
|
962
962
|
const { PUBLIC_ASSETS_URL: e } = J();
|
|
963
963
|
return e && e !== "false" && /* @__PURE__ */ a("link", { rel: "preconnect", href: e, crossOrigin: "anonymous" });
|
|
964
|
-
}, { PUBLIC_ASSETS_URL:
|
|
964
|
+
}, { PUBLIC_ASSETS_URL: qn } = J(), ys = qn && qn !== "false" ? qn : "", Da = ({ images: e }) => /* @__PURE__ */ a(K, { children: e.map(
|
|
965
965
|
(t, n) => t.href !== "" && /* @__PURE__ */ a(
|
|
966
966
|
"link",
|
|
967
967
|
{
|
|
@@ -1089,7 +1089,7 @@ const vt = (e, t) => {
|
|
|
1089
1089
|
}) => {
|
|
1090
1090
|
const { PUBLIC_PUBLICATION_ID: o = "" } = J();
|
|
1091
1091
|
let s = [];
|
|
1092
|
-
const i = n === "/" || n === "/index.html" ? void 0 : Rs(
|
|
1092
|
+
const i = n === "/" || n === "/index.html" ? void 0 : Rs(qs[r]({ pathname: n, config: e })), c = Ss[r] ?? void 0, d = {
|
|
1093
1093
|
newstype: e.newsType,
|
|
1094
1094
|
publication: Number(o),
|
|
1095
1095
|
...i && c ? { query: `${c}:('${i}')` } : {}
|
|
@@ -1197,7 +1197,7 @@ const xs = async ({
|
|
|
1197
1197
|
dangerouslySetInnerHTML: { __html: JSON.stringify(t) }
|
|
1198
1198
|
}
|
|
1199
1199
|
);
|
|
1200
|
-
},
|
|
1200
|
+
}, ks = async ({ realPath: e, config: t, axiosApi: n }) => {
|
|
1201
1201
|
try {
|
|
1202
1202
|
const r = {
|
|
1203
1203
|
path: e,
|
|
@@ -1219,7 +1219,7 @@ const xs = async ({
|
|
|
1219
1219
|
} catch (r) {
|
|
1220
1220
|
return console.error("Error fetching video schemas:", r), null;
|
|
1221
1221
|
}
|
|
1222
|
-
},
|
|
1222
|
+
}, Us = ({ config: e }) => {
|
|
1223
1223
|
const t = `@font-face {
|
|
1224
1224
|
font-family: '${e.fontName}';
|
|
1225
1225
|
font-style: normal;
|
|
@@ -1333,7 +1333,7 @@ const xs = async ({
|
|
|
1333
1333
|
if (e.search("/page/") === -1) return e.replace("/", "");
|
|
1334
1334
|
const t = e.split("/"), n = t.indexOf("page") - 1;
|
|
1335
1335
|
return n < 0 ? e : (t[n] ?? "").replace("/", "");
|
|
1336
|
-
},
|
|
1336
|
+
}, qs = {
|
|
1337
1337
|
404: () => "404",
|
|
1338
1338
|
home: () => "home",
|
|
1339
1339
|
slug: (e) => e.pathname.replace("/", ""),
|
|
@@ -1490,8 +1490,8 @@ function zr(e, t) {
|
|
|
1490
1490
|
return e.apply(t, arguments);
|
|
1491
1491
|
};
|
|
1492
1492
|
}
|
|
1493
|
-
const { toString:
|
|
1494
|
-
const n =
|
|
1493
|
+
const { toString: Ls } = Object.prototype, { getPrototypeOf: Aa } = Object, { iterator: Sn, toStringTag: Vr } = Symbol, En = /* @__PURE__ */ ((e) => (t) => {
|
|
1494
|
+
const n = Ls.call(t);
|
|
1495
1495
|
return e[n] || (e[n] = n.slice(8, -1).toLowerCase());
|
|
1496
1496
|
})(/* @__PURE__ */ Object.create(null)), Oe = (e) => (e = e.toLowerCase(), (t) => En(t) === e), xn = (e) => (t) => typeof t === e, { isArray: St } = Array, bt = xn("undefined");
|
|
1497
1497
|
function Qt(e) {
|
|
@@ -1970,7 +1970,7 @@ const ao = {
|
|
|
1970
1970
|
},
|
|
1971
1971
|
protocols: ["http", "https", "file", "blob", "url", "data"]
|
|
1972
1972
|
}, ya = typeof window < "u" && typeof document < "u", ra = typeof navigator == "object" && navigator || void 0, xi = ya && (!ra || ["ReactNative", "NativeScript", "NS"].indexOf(ra.product) < 0), Ti = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
|
|
1973
|
-
self instanceof WorkerGlobalScope && typeof self.importScripts == "function", Ii = ya && window.location.href || "http://localhost",
|
|
1973
|
+
self instanceof WorkerGlobalScope && typeof self.importScripts == "function", Ii = ya && window.location.href || "http://localhost", ki = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1974
1974
|
__proto__: null,
|
|
1975
1975
|
hasBrowserEnv: ya,
|
|
1976
1976
|
hasStandardBrowserEnv: xi,
|
|
@@ -1978,10 +1978,10 @@ self instanceof WorkerGlobalScope && typeof self.importScripts == "function", Ii
|
|
|
1978
1978
|
navigator: ra,
|
|
1979
1979
|
origin: Ii
|
|
1980
1980
|
}, Symbol.toStringTag, { value: "Module" })), fe = {
|
|
1981
|
-
...
|
|
1981
|
+
...ki,
|
|
1982
1982
|
...Ei
|
|
1983
1983
|
};
|
|
1984
|
-
function
|
|
1984
|
+
function Ui(e, t) {
|
|
1985
1985
|
return Tn(e, new fe.classes.URLSearchParams(), {
|
|
1986
1986
|
visitor: function(n, r, o, s) {
|
|
1987
1987
|
return fe.isNode && v.isBuffer(n) ? (this.append(r, n.toString("base64")), !1) : s.defaultVisitor.apply(this, arguments);
|
|
@@ -1992,7 +1992,7 @@ function ki(e, t) {
|
|
|
1992
1992
|
function Ri(e) {
|
|
1993
1993
|
return v.matchAll(/\w+|\[(\w*)]/g, e).map((t) => t[0] === "[]" ? "" : t[1] || t[0]);
|
|
1994
1994
|
}
|
|
1995
|
-
function
|
|
1995
|
+
function qi(e) {
|
|
1996
1996
|
const t = {}, n = Object.keys(e);
|
|
1997
1997
|
let r;
|
|
1998
1998
|
const o = n.length;
|
|
@@ -2006,7 +2006,7 @@ function ro(e) {
|
|
|
2006
2006
|
let i = n[s++];
|
|
2007
2007
|
if (i === "__proto__") return !0;
|
|
2008
2008
|
const c = Number.isFinite(+i), d = s >= n.length;
|
|
2009
|
-
return i = !i && v.isArray(o) ? o.length : i, d ? (v.hasOwnProp(o, i) ? o[i] = [o[i], r] : o[i] = r, !c) : ((!o[i] || !v.isObject(o[i])) && (o[i] = []), t(n, r, o[i], s) && v.isArray(o[i]) && (o[i] =
|
|
2009
|
+
return i = !i && v.isArray(o) ? o.length : i, d ? (v.hasOwnProp(o, i) ? o[i] = [o[i], r] : o[i] = r, !c) : ((!o[i] || !v.isObject(o[i])) && (o[i] = []), t(n, r, o[i], s) && v.isArray(o[i]) && (o[i] = qi(o[i])), !c);
|
|
2010
2010
|
}
|
|
2011
2011
|
if (v.isFormData(e) && v.isFunction(e.entries)) {
|
|
2012
2012
|
const n = {};
|
|
@@ -2016,7 +2016,7 @@ function ro(e) {
|
|
|
2016
2016
|
}
|
|
2017
2017
|
return null;
|
|
2018
2018
|
}
|
|
2019
|
-
function
|
|
2019
|
+
function Li(e, t, n) {
|
|
2020
2020
|
if (v.isString(e))
|
|
2021
2021
|
try {
|
|
2022
2022
|
return (t || JSON.parse)(e), v.trim(e);
|
|
@@ -2042,7 +2042,7 @@ const zt = {
|
|
|
2042
2042
|
let c;
|
|
2043
2043
|
if (s) {
|
|
2044
2044
|
if (r.indexOf("application/x-www-form-urlencoded") > -1)
|
|
2045
|
-
return
|
|
2045
|
+
return Ui(t, this.formSerializer).toString();
|
|
2046
2046
|
if ((c = v.isFileList(t)) || r.indexOf("multipart/form-data") > -1) {
|
|
2047
2047
|
const d = this.env && this.env.FormData;
|
|
2048
2048
|
return Tn(
|
|
@@ -2052,7 +2052,7 @@ const zt = {
|
|
|
2052
2052
|
);
|
|
2053
2053
|
}
|
|
2054
2054
|
}
|
|
2055
|
-
return s || o ? (n.setContentType("application/json", !1),
|
|
2055
|
+
return s || o ? (n.setContentType("application/json", !1), Li(t)) : t;
|
|
2056
2056
|
}],
|
|
2057
2057
|
transformResponse: [function(t) {
|
|
2058
2058
|
const n = this.transitional || zt.transitional, r = n && n.forcedJSONParsing, o = this.responseType === "json";
|
|
@@ -2121,7 +2121,7 @@ const Bi = v.toObjectSet([
|
|
|
2121
2121
|
o = i.indexOf(":"), n = i.substring(0, o).trim().toLowerCase(), r = i.substring(o + 1).trim(), !(!n || t[n] && Bi[n]) && (n === "set-cookie" ? t[n] ? t[n].push(r) : t[n] = [r] : t[n] = t[n] ? t[n] + ", " + r : r);
|
|
2122
2122
|
}), t;
|
|
2123
2123
|
}, Ha = Symbol("internals");
|
|
2124
|
-
function
|
|
2124
|
+
function kt(e) {
|
|
2125
2125
|
return e && String(e).trim().toLowerCase();
|
|
2126
2126
|
}
|
|
2127
2127
|
function mn(e) {
|
|
@@ -2135,7 +2135,7 @@ function Pi(e) {
|
|
|
2135
2135
|
return t;
|
|
2136
2136
|
}
|
|
2137
2137
|
const Di = (e) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());
|
|
2138
|
-
function
|
|
2138
|
+
function Ln(e, t, n, r, o) {
|
|
2139
2139
|
if (v.isFunction(r))
|
|
2140
2140
|
return r.call(this, t, n);
|
|
2141
2141
|
if (o && (t = n), !!v.isString(t)) {
|
|
@@ -2166,7 +2166,7 @@ let _e = class {
|
|
|
2166
2166
|
set(t, n, r) {
|
|
2167
2167
|
const o = this;
|
|
2168
2168
|
function s(c, d, l) {
|
|
2169
|
-
const u =
|
|
2169
|
+
const u = kt(d);
|
|
2170
2170
|
if (!u)
|
|
2171
2171
|
throw new Error("header name must be a non-empty string");
|
|
2172
2172
|
const m = v.findKey(o, u);
|
|
@@ -2190,7 +2190,7 @@ let _e = class {
|
|
|
2190
2190
|
return this;
|
|
2191
2191
|
}
|
|
2192
2192
|
get(t, n) {
|
|
2193
|
-
if (t =
|
|
2193
|
+
if (t = kt(t), t) {
|
|
2194
2194
|
const r = v.findKey(this, t);
|
|
2195
2195
|
if (r) {
|
|
2196
2196
|
const o = this[r];
|
|
@@ -2207,9 +2207,9 @@ let _e = class {
|
|
|
2207
2207
|
}
|
|
2208
2208
|
}
|
|
2209
2209
|
has(t, n) {
|
|
2210
|
-
if (t =
|
|
2210
|
+
if (t = kt(t), t) {
|
|
2211
2211
|
const r = v.findKey(this, t);
|
|
2212
|
-
return !!(r && this[r] !== void 0 && (!n ||
|
|
2212
|
+
return !!(r && this[r] !== void 0 && (!n || Ln(this, this[r], r, n)));
|
|
2213
2213
|
}
|
|
2214
2214
|
return !1;
|
|
2215
2215
|
}
|
|
@@ -2217,9 +2217,9 @@ let _e = class {
|
|
|
2217
2217
|
const r = this;
|
|
2218
2218
|
let o = !1;
|
|
2219
2219
|
function s(i) {
|
|
2220
|
-
if (i =
|
|
2220
|
+
if (i = kt(i), i) {
|
|
2221
2221
|
const c = v.findKey(r, i);
|
|
2222
|
-
c && (!n ||
|
|
2222
|
+
c && (!n || Ln(r, r[c], c, n)) && (delete r[c], o = !0);
|
|
2223
2223
|
}
|
|
2224
2224
|
}
|
|
2225
2225
|
return v.isArray(t) ? t.forEach(s) : s(t), o;
|
|
@@ -2229,7 +2229,7 @@ let _e = class {
|
|
|
2229
2229
|
let r = n.length, o = !1;
|
|
2230
2230
|
for (; r--; ) {
|
|
2231
2231
|
const s = n[r];
|
|
2232
|
-
(!t ||
|
|
2232
|
+
(!t || Ln(this, this[s], s, t, !0)) && (delete this[s], o = !0);
|
|
2233
2233
|
}
|
|
2234
2234
|
return o;
|
|
2235
2235
|
}
|
|
@@ -2279,7 +2279,7 @@ let _e = class {
|
|
|
2279
2279
|
accessors: {}
|
|
2280
2280
|
}).accessors, o = this.prototype;
|
|
2281
2281
|
function s(i) {
|
|
2282
|
-
const c =
|
|
2282
|
+
const c = kt(i);
|
|
2283
2283
|
r[c] || (ji(o, i), r[c] = !0);
|
|
2284
2284
|
}
|
|
2285
2285
|
return v.isArray(t) ? t.forEach(s) : s(t), this;
|
|
@@ -2724,9 +2724,9 @@ const co = (e) => {
|
|
|
2724
2724
|
const D = ee && ee.unsubscribe && (() => {
|
|
2725
2725
|
ee.unsubscribe();
|
|
2726
2726
|
});
|
|
2727
|
-
let
|
|
2727
|
+
let U;
|
|
2728
2728
|
try {
|
|
2729
|
-
if (x && l && y !== "get" && y !== "head" && (
|
|
2729
|
+
if (x && l && y !== "get" && y !== "head" && (U = await p(Q, C)) !== 0) {
|
|
2730
2730
|
let N = new n(A, {
|
|
2731
2731
|
method: "POST",
|
|
2732
2732
|
body: C,
|
|
@@ -2734,7 +2734,7 @@ const co = (e) => {
|
|
|
2734
2734
|
}), R;
|
|
2735
2735
|
if (v.isFormData(C) && (R = N.headers.get("content-type")) && Q.setContentType(R), N.body) {
|
|
2736
2736
|
const [M, B] = za(
|
|
2737
|
-
|
|
2737
|
+
U,
|
|
2738
2738
|
wn(Va(x))
|
|
2739
2739
|
);
|
|
2740
2740
|
C = Wa(N.body, $a, M, B);
|
|
@@ -3241,11 +3241,11 @@ const {
|
|
|
3241
3241
|
AxiosError: x3,
|
|
3242
3242
|
CanceledError: T3,
|
|
3243
3243
|
isCancel: I3,
|
|
3244
|
-
CancelToken:
|
|
3245
|
-
VERSION:
|
|
3244
|
+
CancelToken: k3,
|
|
3245
|
+
VERSION: U3,
|
|
3246
3246
|
all: R3,
|
|
3247
|
-
Cancel:
|
|
3248
|
-
isAxiosError:
|
|
3247
|
+
Cancel: q3,
|
|
3248
|
+
isAxiosError: L3,
|
|
3249
3249
|
spread: B3,
|
|
3250
3250
|
toFormData: O3,
|
|
3251
3251
|
AxiosHeaders: P3,
|
|
@@ -3831,7 +3831,7 @@ async function V3({
|
|
|
3831
3831
|
}
|
|
3832
3832
|
),
|
|
3833
3833
|
t.preloadImages && A && /* @__PURE__ */ a(Da, { images: A }),
|
|
3834
|
-
/* @__PURE__ */ a(
|
|
3834
|
+
/* @__PURE__ */ a(Us, { config: f }),
|
|
3835
3835
|
/* @__PURE__ */ a(
|
|
3836
3836
|
Qr,
|
|
3837
3837
|
{
|
|
@@ -3851,7 +3851,7 @@ async function V3({
|
|
|
3851
3851
|
),
|
|
3852
3852
|
/* @__PURE__ */ a(Ts, { config: f, socials: p }),
|
|
3853
3853
|
t.schemas_Videos && m && /* @__PURE__ */ a(
|
|
3854
|
-
|
|
3854
|
+
ks,
|
|
3855
3855
|
{
|
|
3856
3856
|
axiosApi: e,
|
|
3857
3857
|
realPath: m,
|
|
@@ -4005,7 +4005,7 @@ function wc({
|
|
|
4005
4005
|
ce(w.clientX);
|
|
4006
4006
|
},
|
|
4007
4007
|
[ce]
|
|
4008
|
-
),
|
|
4008
|
+
), U = he(
|
|
4009
4009
|
(w) => {
|
|
4010
4010
|
if (!c || !s) return;
|
|
4011
4011
|
const N = m - l, R = Date.now() - A, M = Math.abs(N) / Math.max(R, 1), B = O(N), V = M > 0.5 && Math.abs(N) > 50 ? Math.max(B, 1) : B;
|
|
@@ -4017,7 +4017,7 @@ function wc({
|
|
|
4017
4017
|
const F = Math.min(Q, e + V);
|
|
4018
4018
|
i(F);
|
|
4019
4019
|
}
|
|
4020
|
-
d(!1), g(0), document.body.classList.remove("dragging"), document.removeEventListener("mousemove", D), document.removeEventListener("mouseup",
|
|
4020
|
+
d(!1), g(0), document.body.classList.remove("dragging"), document.removeEventListener("mousemove", D), document.removeEventListener("mouseup", U), w.clientX === l && C?.dispatchEvent(new PointerEvent("click"));
|
|
4021
4021
|
},
|
|
4022
4022
|
[
|
|
4023
4023
|
c,
|
|
@@ -4049,19 +4049,19 @@ function wc({
|
|
|
4049
4049
|
[c, ce]
|
|
4050
4050
|
), z = he(
|
|
4051
4051
|
(w) => {
|
|
4052
|
-
|
|
4052
|
+
U(w);
|
|
4053
4053
|
},
|
|
4054
|
-
[
|
|
4054
|
+
[U]
|
|
4055
4055
|
);
|
|
4056
4056
|
return Me(() => {
|
|
4057
4057
|
if (c)
|
|
4058
|
-
return _.current?.addEventListener("mousemove", D), _.current?.addEventListener("mouseup",
|
|
4058
|
+
return _.current?.addEventListener("mousemove", D), _.current?.addEventListener("mouseup", U), () => {
|
|
4059
4059
|
_.current?.removeEventListener(
|
|
4060
4060
|
"mousemove",
|
|
4061
4061
|
D
|
|
4062
|
-
), _.current?.removeEventListener("mouseup",
|
|
4062
|
+
), _.current?.removeEventListener("mouseup", U);
|
|
4063
4063
|
};
|
|
4064
|
-
}, [c, ce,
|
|
4064
|
+
}, [c, ce, U, D]), {
|
|
4065
4065
|
isDragging: c,
|
|
4066
4066
|
translateOffset: p,
|
|
4067
4067
|
carrouselRef: _,
|
|
@@ -4073,7 +4073,7 @@ function wc({
|
|
|
4073
4073
|
onTouchStart: P,
|
|
4074
4074
|
onTouchMove: I,
|
|
4075
4075
|
onTouchEnd: z,
|
|
4076
|
-
onMouseLeave:
|
|
4076
|
+
onMouseLeave: U
|
|
4077
4077
|
}
|
|
4078
4078
|
};
|
|
4079
4079
|
}
|
|
@@ -4312,21 +4312,21 @@ const vc = "_content_1gcxd_1", bc = {
|
|
|
4312
4312
|
},
|
|
4313
4313
|
n.key
|
|
4314
4314
|
);
|
|
4315
|
-
}, Sc = "_boxInformation_tqxxy_1", Ec = "_sectionDescriptionContainer_tqxxy_17", xc = "_uppertitle_tqxxy_39", Tc = "_sectionDescription_tqxxy_17", Ic = "_articule_tqxxy_119",
|
|
4315
|
+
}, Sc = "_boxInformation_tqxxy_1", Ec = "_sectionDescriptionContainer_tqxxy_17", xc = "_uppertitle_tqxxy_39", Tc = "_sectionDescription_tqxxy_17", Ic = "_articule_tqxxy_119", kc = "_linkStyled_tqxxy_147", Uc = "_description_tqxxy_169", Rc = "_correspondent_tqxxy_225", qc = "_correspondentLink_tqxxy_249", Lc = "_dotStyles_tqxxy_273", Bc = "_clipboardButton_tqxxy_287", Oc = "_socialNetworkSection_tqxxy_315", re = {
|
|
4316
4316
|
boxInformation: Sc,
|
|
4317
4317
|
sectionDescriptionContainer: Ec,
|
|
4318
4318
|
uppertitle: xc,
|
|
4319
4319
|
sectionDescription: Tc,
|
|
4320
4320
|
articule: Ic,
|
|
4321
|
-
linkStyled:
|
|
4322
|
-
description:
|
|
4321
|
+
linkStyled: kc,
|
|
4322
|
+
description: Uc,
|
|
4323
4323
|
correspondent: Rc,
|
|
4324
|
-
correspondentLink:
|
|
4325
|
-
dotStyles:
|
|
4324
|
+
correspondentLink: qc,
|
|
4325
|
+
dotStyles: Lc,
|
|
4326
4326
|
clipboardButton: Bc,
|
|
4327
4327
|
socialNetworkSection: Oc
|
|
4328
4328
|
};
|
|
4329
|
-
function
|
|
4329
|
+
function L(e) {
|
|
4330
4330
|
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 = {
|
|
4331
4331
|
...e,
|
|
4332
4332
|
href: (!o && !s ? r : "") + (e.href ?? "")
|
|
@@ -4460,7 +4460,7 @@ function Mc({ noteShare: e }) {
|
|
|
4460
4460
|
if (!r) return null;
|
|
4461
4461
|
const o = e.variant === "outline" ? r.icon.outline : r.icon.solid, s = r.url(t);
|
|
4462
4462
|
return /* @__PURE__ */ a(
|
|
4463
|
-
|
|
4463
|
+
L,
|
|
4464
4464
|
{
|
|
4465
4465
|
href: s,
|
|
4466
4466
|
target: "_blank",
|
|
@@ -4525,7 +4525,7 @@ const Tt = (e) => {
|
|
|
4525
4525
|
const m = r.tags[0], f = m.name;
|
|
4526
4526
|
return /* @__PURE__ */ h("h3", { className: re.sectionDescriptionContainer, children: [
|
|
4527
4527
|
m.approved ? /* @__PURE__ */ a(
|
|
4528
|
-
|
|
4528
|
+
L,
|
|
4529
4529
|
{
|
|
4530
4530
|
"aria-label": f,
|
|
4531
4531
|
className: re.sectionDescription,
|
|
@@ -4539,7 +4539,7 @@ const Tt = (e) => {
|
|
|
4539
4539
|
const m = o.section.name;
|
|
4540
4540
|
return /* @__PURE__ */ h("h3", { className: re.sectionDescriptionContainer, children: [
|
|
4541
4541
|
/* @__PURE__ */ a(
|
|
4542
|
-
|
|
4542
|
+
L,
|
|
4543
4543
|
{
|
|
4544
4544
|
"aria-label": m,
|
|
4545
4545
|
className: re.sectionDescription,
|
|
@@ -4569,7 +4569,7 @@ const Tt = (e) => {
|
|
|
4569
4569
|
className: re.articule
|
|
4570
4570
|
},
|
|
4571
4571
|
e?.info?.link?.url ? /* @__PURE__ */ a(
|
|
4572
|
-
|
|
4572
|
+
L,
|
|
4573
4573
|
{
|
|
4574
4574
|
"aria-label": e.main?.title?.section,
|
|
4575
4575
|
className: re.linkStyled,
|
|
@@ -4584,7 +4584,7 @@ const Tt = (e) => {
|
|
|
4584
4584
|
),
|
|
4585
4585
|
e.config?.showsubtitle && /* @__PURE__ */ a(d, {}),
|
|
4586
4586
|
(e?.config?.showtime || e.config?.showauthor) && /* @__PURE__ */ a(K, { children: e.authors[0]?.internaluser ? /* @__PURE__ */ a("h3", { children: /* @__PURE__ */ a(
|
|
4587
|
-
|
|
4587
|
+
L,
|
|
4588
4588
|
{
|
|
4589
4589
|
"aria-label": c(),
|
|
4590
4590
|
className: re.correspondentLink,
|
|
@@ -4786,7 +4786,7 @@ const Tt = (e) => {
|
|
|
4786
4786
|
children: /* @__PURE__ */ a("div", { className: se.imagePlaceholder })
|
|
4787
4787
|
}
|
|
4788
4788
|
);
|
|
4789
|
-
},
|
|
4789
|
+
}, Ue = async (e) => {
|
|
4790
4790
|
const { preview: t } = e;
|
|
4791
4791
|
if (!t?.sizes || t.sizes.length === 0 || t.sizes.some((s) => !s.url))
|
|
4792
4792
|
return /* @__PURE__ */ a("div", { className: se.imageLogoPlaceholder });
|
|
@@ -4831,7 +4831,7 @@ const Tt = (e) => {
|
|
|
4831
4831
|
},
|
|
4832
4832
|
children: [
|
|
4833
4833
|
/* @__PURE__ */ a("div", { className: Jt.numberTag, children: r + 1 }),
|
|
4834
|
-
n.main.title.home && /* @__PURE__ */ a(
|
|
4834
|
+
n.main.title.home && /* @__PURE__ */ a(Ue, { preview: n.preview, priorityHigh: e.priorityHigh })
|
|
4835
4835
|
]
|
|
4836
4836
|
}
|
|
4837
4837
|
),
|
|
@@ -5815,7 +5815,7 @@ const Tt = (e) => {
|
|
|
5815
5815
|
contentTerms: hl,
|
|
5816
5816
|
subscribeText: ml,
|
|
5817
5817
|
terms: fl
|
|
5818
|
-
},
|
|
5818
|
+
}, kn = (e) => {
|
|
5819
5819
|
const { uppercase: t = !1, style: n = {} } = e, r = { ...e, rounded: "", uppercase: "", full: "" }, o = {
|
|
5820
5820
|
...n,
|
|
5821
5821
|
textTransform: t ? "uppercase" : "unset",
|
|
@@ -5840,7 +5840,7 @@ const Tt = (e) => {
|
|
|
5840
5840
|
style: o,
|
|
5841
5841
|
htmlFor: e?.toggledrawerevent === "true" ? "side-bar-state" : ""
|
|
5842
5842
|
}
|
|
5843
|
-
) : /* @__PURE__ */ a(
|
|
5843
|
+
) : /* @__PURE__ */ a(L, { ...r, style: o });
|
|
5844
5844
|
}, gl = (e) => /* @__PURE__ */ h("section", { className: [Re.content, e.className ?? ""].join(" "), children: [
|
|
5845
5845
|
/* @__PURE__ */ a("div", { className: Re.subscribeImage, children: e.image }),
|
|
5846
5846
|
/* @__PURE__ */ a("div", { className: Re.tag, children: e.texts.newsletterTag ?? "NEWS" }),
|
|
@@ -5856,10 +5856,10 @@ const Tt = (e) => {
|
|
|
5856
5856
|
id: "newsletter-email-column"
|
|
5857
5857
|
}
|
|
5858
5858
|
) }),
|
|
5859
|
-
/* @__PURE__ */ a(
|
|
5859
|
+
/* @__PURE__ */ a(kn, { className: Re.buttonStyled, size: "large", full: !0, children: e.texts.newsletterButtonText ?? "Suscribirme" }),
|
|
5860
5860
|
/* @__PURE__ */ h("div", { className: Re.contentTerms, children: [
|
|
5861
5861
|
/* @__PURE__ */ a("p", { className: Re.subscribeText, children: e.texts.newsletterTermsText ?? "Suscribirte implica aceptar los" }),
|
|
5862
|
-
/* @__PURE__ */ a(
|
|
5862
|
+
/* @__PURE__ */ a(L, { className: Re.terms, children: e.texts.newsletterTermsAnchor ?? "Términos y condiciones" })
|
|
5863
5863
|
] })
|
|
5864
5864
|
] }), pl = "_content_19eag_1", Al = "_contentInfo_19eag_39", wl = "_subscribeImage_19eag_55", yl = "_tag_19eag_83", vl = "_contentTitle_19eag_119", bl = "_title_19eag_129", Cl = "_subTitle_19eag_139", _l = "_inputStyled_19eag_157", Nl = "_buttonStyled_19eag_235", Sl = "_contentTerms_19eag_261", El = "_subscribeText_19eag_273", xl = "_terms_19eag_291", Te = {
|
|
5865
5865
|
content: pl,
|
|
@@ -5891,11 +5891,11 @@ const Tt = (e) => {
|
|
|
5891
5891
|
id: "newsletter-email"
|
|
5892
5892
|
}
|
|
5893
5893
|
),
|
|
5894
|
-
/* @__PURE__ */ a(
|
|
5894
|
+
/* @__PURE__ */ a(kn, { className: Te.buttonStyled, size: "large", full: !0, children: e.texts.newsletterButtonText ?? "Suscribirme" })
|
|
5895
5895
|
] }),
|
|
5896
5896
|
/* @__PURE__ */ h("div", { className: Te.contentTerms, children: [
|
|
5897
5897
|
/* @__PURE__ */ a("p", { className: Te.subscribeText, children: e.texts.newsletterTermsText ?? "Suscribirte implica aceptar los" }),
|
|
5898
|
-
/* @__PURE__ */ a(
|
|
5898
|
+
/* @__PURE__ */ a(L, { className: Te.terms, children: e.texts.newsletterTermsAnchor ?? "Términos y condiciones" })
|
|
5899
5899
|
] })
|
|
5900
5900
|
] })
|
|
5901
5901
|
] }), Il = (e) => /* @__PURE__ */ h(
|
|
@@ -5939,12 +5939,12 @@ const Tt = (e) => {
|
|
|
5939
5939
|
] })
|
|
5940
5940
|
]
|
|
5941
5941
|
}
|
|
5942
|
-
),
|
|
5943
|
-
content:
|
|
5944
|
-
subscribeImage:
|
|
5942
|
+
), kl = "_content_1rb7n_1", Ul = "_subscribeImage_1rb7n_31", Rl = "_contentTitle_1rb7n_43", ql = "_title_1rb7n_65", Ll = "_subTitle_1rb7n_79", Bl = "_contentTerms_1rb7n_119", Ol = "_whatsappLink_1rb7n_129", Pl = "_subscribeText_1rb7n_163", Dl = "_terms_1rb7n_183", Ge = {
|
|
5943
|
+
content: kl,
|
|
5944
|
+
subscribeImage: Ul,
|
|
5945
5945
|
contentTitle: Rl,
|
|
5946
|
-
title:
|
|
5947
|
-
subTitle:
|
|
5946
|
+
title: ql,
|
|
5947
|
+
subTitle: Ll,
|
|
5948
5948
|
contentTerms: Bl,
|
|
5949
5949
|
whatsappLink: Ol,
|
|
5950
5950
|
subscribeText: Pl,
|
|
@@ -5996,7 +5996,7 @@ const Tt = (e) => {
|
|
|
5996
5996
|
),
|
|
5997
5997
|
/* @__PURE__ */ h("div", { className: Ge.contentTerms, children: [
|
|
5998
5998
|
/* @__PURE__ */ a("p", { className: Ge.subscribeText, children: "Suscribirte implica aceptar los" }),
|
|
5999
|
-
/* @__PURE__ */ a(
|
|
5999
|
+
/* @__PURE__ */ a(L, { className: Ge.terms, href: e.terms, target: "_blank", children: "Términos y condiciones" })
|
|
6000
6000
|
] })
|
|
6001
6001
|
] }), Ml = (e) => /* @__PURE__ */ h(
|
|
6002
6002
|
"svg",
|
|
@@ -6228,7 +6228,7 @@ const Tt = (e) => {
|
|
|
6228
6228
|
const { freeZone: t, socials: n, menu: r, customBlock: o } = e;
|
|
6229
6229
|
return /* @__PURE__ */ h("footer", { className: we.content, children: [
|
|
6230
6230
|
/* @__PURE__ */ h("section", { className: we.brandContent, children: [
|
|
6231
|
-
/* @__PURE__ */ a(
|
|
6231
|
+
/* @__PURE__ */ a(L, { href: "/", "aria-label": "Ir a la home", children: /* @__PURE__ */ a("span", { className: we.logoStyled, children: e.logo }) }),
|
|
6232
6232
|
/* @__PURE__ */ a("div", { className: we.socialMedia, children: Object.keys(n).map((s) => n[s]?.show && /* @__PURE__ */ a(
|
|
6233
6233
|
"a",
|
|
6234
6234
|
{
|
|
@@ -6246,7 +6246,7 @@ const Tt = (e) => {
|
|
|
6246
6246
|
] }),
|
|
6247
6247
|
/* @__PURE__ */ h("section", { className: we.sectionContent, children: [
|
|
6248
6248
|
/* @__PURE__ */ a("div", { className: we.section, children: r.filter((s) => !s.subitem).map((s, i) => /* @__PURE__ */ a(
|
|
6249
|
-
|
|
6249
|
+
L,
|
|
6250
6250
|
{
|
|
6251
6251
|
href: s.link ? s.link : void 0,
|
|
6252
6252
|
target: s.target,
|
|
@@ -6257,7 +6257,7 @@ const Tt = (e) => {
|
|
|
6257
6257
|
i
|
|
6258
6258
|
)) }),
|
|
6259
6259
|
/* @__PURE__ */ a("div", { className: we.section, children: t && t.map((s, i) => /* @__PURE__ */ a(
|
|
6260
|
-
|
|
6260
|
+
L,
|
|
6261
6261
|
{
|
|
6262
6262
|
href: s.link ? s?.link : void 0,
|
|
6263
6263
|
target: s.target,
|
|
@@ -6271,7 +6271,7 @@ const Tt = (e) => {
|
|
|
6271
6271
|
/* @__PURE__ */ h("section", { className: we.copyrigth, children: [
|
|
6272
6272
|
/* @__PURE__ */ a("p", { className: we.copyrigthText, children: e.copyrigth }),
|
|
6273
6273
|
/* @__PURE__ */ a(
|
|
6274
|
-
|
|
6274
|
+
L,
|
|
6275
6275
|
{
|
|
6276
6276
|
"aria-label": "Bluestack link",
|
|
6277
6277
|
href: "https://www.bluestack.la",
|
|
@@ -6283,7 +6283,7 @@ const Tt = (e) => {
|
|
|
6283
6283
|
)
|
|
6284
6284
|
] })
|
|
6285
6285
|
] });
|
|
6286
|
-
}, id = "_content_c2mo2_1", cd = "_imageContent_c2mo2_17", ld = "_width1Autor_c2mo2_35", dd = "_width2Autor_c2mo2_43", ud = "_width3Autor_c2mo2_51", hd = "_imageAutor_c2mo2_59", md = "_imageStyled_c2mo2_137", fd = "_contentIconStyled_c2mo2_139", gd = "_avatarContent_c2mo2_173", pd = "_journalistSection_c2mo2_189", Ad = "_journalistInfo_c2mo2_205", wd = "_journalistInfoLink_c2mo2_207", yd = "_socialNetworkSection_c2mo2_277", vd = "_avatarStyled_c2mo2_301", bd = "_article_c2mo2_311", Cd = "_socialButton_c2mo2_319", _d = "_facebookStyled_c2mo2_351", Nd = "_emailStyled_c2mo2_359", Sd = "_xStyled_c2mo2_367", Ed = "_linkedinStyled_c2mo2_375", xd = "_whatsappStyled_c2mo2_383", Td = "_whatsappLink_c2mo2_391", Id = "_clipboardButton_c2mo2_423",
|
|
6286
|
+
}, id = "_content_c2mo2_1", cd = "_imageContent_c2mo2_17", ld = "_width1Autor_c2mo2_35", dd = "_width2Autor_c2mo2_43", ud = "_width3Autor_c2mo2_51", hd = "_imageAutor_c2mo2_59", md = "_imageStyled_c2mo2_137", fd = "_contentIconStyled_c2mo2_139", gd = "_avatarContent_c2mo2_173", pd = "_journalistSection_c2mo2_189", Ad = "_journalistInfo_c2mo2_205", wd = "_journalistInfoLink_c2mo2_207", yd = "_socialNetworkSection_c2mo2_277", vd = "_avatarStyled_c2mo2_301", bd = "_article_c2mo2_311", Cd = "_socialButton_c2mo2_319", _d = "_facebookStyled_c2mo2_351", Nd = "_emailStyled_c2mo2_359", Sd = "_xStyled_c2mo2_367", Ed = "_linkedinStyled_c2mo2_375", xd = "_whatsappStyled_c2mo2_383", Td = "_whatsappLink_c2mo2_391", Id = "_clipboardButton_c2mo2_423", kd = "_googleProfileButton_c2mo2_495", de = {
|
|
6287
6287
|
content: id,
|
|
6288
6288
|
imageContent: cd,
|
|
6289
6289
|
width1Autor: ld,
|
|
@@ -6307,8 +6307,8 @@ const Tt = (e) => {
|
|
|
6307
6307
|
whatsappStyled: xd,
|
|
6308
6308
|
whatsappLink: Td,
|
|
6309
6309
|
clipboardButton: Id,
|
|
6310
|
-
googleProfileButton:
|
|
6311
|
-
},
|
|
6310
|
+
googleProfileButton: kd
|
|
6311
|
+
}, Ud = (e) => /* @__PURE__ */ a(
|
|
6312
6312
|
"svg",
|
|
6313
6313
|
{
|
|
6314
6314
|
width: "13",
|
|
@@ -6380,7 +6380,7 @@ const Tt = (e) => {
|
|
|
6380
6380
|
)
|
|
6381
6381
|
]
|
|
6382
6382
|
}
|
|
6383
|
-
),
|
|
6383
|
+
), qd = (e) => /* @__PURE__ */ h(
|
|
6384
6384
|
"svg",
|
|
6385
6385
|
{
|
|
6386
6386
|
width: "24",
|
|
@@ -6406,7 +6406,7 @@ const Tt = (e) => {
|
|
|
6406
6406
|
)
|
|
6407
6407
|
]
|
|
6408
6408
|
}
|
|
6409
|
-
),
|
|
6409
|
+
), Ld = (e) => /* @__PURE__ */ a(
|
|
6410
6410
|
"svg",
|
|
6411
6411
|
{
|
|
6412
6412
|
width: "13",
|
|
@@ -6445,8 +6445,8 @@ const Tt = (e) => {
|
|
|
6445
6445
|
FaceBook: {
|
|
6446
6446
|
url: (e) => `https://www.facebook.com/sharer/sharer.php?u=${encodeURIComponent(e)}`,
|
|
6447
6447
|
icon: {
|
|
6448
|
-
outline: (e) => /* @__PURE__ */ a(
|
|
6449
|
-
solid: (e) => /* @__PURE__ */ a(
|
|
6448
|
+
outline: (e) => /* @__PURE__ */ a(Ld, { className: e }),
|
|
6449
|
+
solid: (e) => /* @__PURE__ */ a(Ud, { className: e })
|
|
6450
6450
|
}
|
|
6451
6451
|
},
|
|
6452
6452
|
X: {
|
|
@@ -6467,7 +6467,7 @@ const Tt = (e) => {
|
|
|
6467
6467
|
url: (e) => `mailto:?body=${encodeURIComponent(e)}`,
|
|
6468
6468
|
icon: {
|
|
6469
6469
|
outline: (e) => /* @__PURE__ */ a(Rd, { className: e }),
|
|
6470
|
-
solid: (e) => /* @__PURE__ */ a(
|
|
6470
|
+
solid: (e) => /* @__PURE__ */ a(qd, { className: e })
|
|
6471
6471
|
}
|
|
6472
6472
|
},
|
|
6473
6473
|
LinkedIn: {
|
|
@@ -6488,7 +6488,7 @@ function Pd({ noteShare: e }) {
|
|
|
6488
6488
|
if (!r) return null;
|
|
6489
6489
|
const o = e.variant === "outline" ? r.icon.outline : r.icon.solid, s = r.url(t);
|
|
6490
6490
|
return /* @__PURE__ */ a(
|
|
6491
|
-
|
|
6491
|
+
L,
|
|
6492
6492
|
{
|
|
6493
6493
|
href: s,
|
|
6494
6494
|
target: "_blank",
|
|
@@ -6580,7 +6580,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
6580
6580
|
};
|
|
6581
6581
|
return (t > 1 || n && t < r) && /* @__PURE__ */ h("section", { className: Pn.content, children: [
|
|
6582
6582
|
t > 1 && /* @__PURE__ */ a(
|
|
6583
|
-
|
|
6583
|
+
L,
|
|
6584
6584
|
{
|
|
6585
6585
|
className: Pn.linkStyled,
|
|
6586
6586
|
href: i("prev", o || "", s || ""),
|
|
@@ -6588,7 +6588,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
6588
6588
|
}
|
|
6589
6589
|
),
|
|
6590
6590
|
n && t < r && /* @__PURE__ */ a(
|
|
6591
|
-
|
|
6591
|
+
L,
|
|
6592
6592
|
{
|
|
6593
6593
|
className: Pn.linkStyled,
|
|
6594
6594
|
href: i("next", o || "", s || ""),
|
|
@@ -6642,7 +6642,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
6642
6642
|
},
|
|
6643
6643
|
children: [
|
|
6644
6644
|
/* @__PURE__ */ a(
|
|
6645
|
-
|
|
6645
|
+
L,
|
|
6646
6646
|
{
|
|
6647
6647
|
"aria-label": e.main?.title?.section,
|
|
6648
6648
|
className: Dt.image,
|
|
@@ -6650,7 +6650,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
6650
6650
|
href: r?.link?.url,
|
|
6651
6651
|
target: r?.link?.target,
|
|
6652
6652
|
children: /* @__PURE__ */ a(
|
|
6653
|
-
|
|
6653
|
+
Ue,
|
|
6654
6654
|
{
|
|
6655
6655
|
preview: o,
|
|
6656
6656
|
isVideo: i,
|
|
@@ -6685,7 +6685,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
6685
6685
|
sectionDescription: r1,
|
|
6686
6686
|
articule: o1,
|
|
6687
6687
|
linkStyled: s1
|
|
6688
|
-
},
|
|
6688
|
+
}, Un = (e) => {
|
|
6689
6689
|
const {
|
|
6690
6690
|
isVideo: t,
|
|
6691
6691
|
info: n,
|
|
@@ -6696,7 +6696,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
6696
6696
|
if (i && e.keywords?.tags?.length && e.keywords.tags.length > 0) {
|
|
6697
6697
|
const d = e.keywords.tags[0], l = d.name;
|
|
6698
6698
|
return d.approved ? /* @__PURE__ */ a("h3", { children: /* @__PURE__ */ a(
|
|
6699
|
-
|
|
6699
|
+
L,
|
|
6700
6700
|
{
|
|
6701
6701
|
"aria-label": l,
|
|
6702
6702
|
className: et.sectionDescription,
|
|
@@ -6706,7 +6706,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
6706
6706
|
) }) : /* @__PURE__ */ a("div", { className: et.sectionDescription, children: l });
|
|
6707
6707
|
} else if (e.info?.section?.url)
|
|
6708
6708
|
return /* @__PURE__ */ a("h3", { children: /* @__PURE__ */ a(
|
|
6709
|
-
|
|
6709
|
+
L,
|
|
6710
6710
|
{
|
|
6711
6711
|
className: et.sectionDescription,
|
|
6712
6712
|
href: e?.info?.link?.url,
|
|
@@ -6718,12 +6718,12 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
6718
6718
|
};
|
|
6719
6719
|
return /* @__PURE__ */ h("section", { className: et.content, children: [
|
|
6720
6720
|
/* @__PURE__ */ a(
|
|
6721
|
-
|
|
6721
|
+
L,
|
|
6722
6722
|
{
|
|
6723
6723
|
title: r?.title?.section,
|
|
6724
6724
|
href: n.link.url,
|
|
6725
6725
|
target: n.link.target,
|
|
6726
|
-
children: /* @__PURE__ */ a(
|
|
6726
|
+
children: /* @__PURE__ */ a(Ue, { preview: e.preview, isVideo: t })
|
|
6727
6727
|
}
|
|
6728
6728
|
),
|
|
6729
6729
|
/* @__PURE__ */ h(
|
|
@@ -6741,7 +6741,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
6741
6741
|
children: [
|
|
6742
6742
|
/* @__PURE__ */ a(c, {}),
|
|
6743
6743
|
/* @__PURE__ */ a("h2", { className: et.articule, children: /* @__PURE__ */ a(
|
|
6744
|
-
|
|
6744
|
+
L,
|
|
6745
6745
|
{
|
|
6746
6746
|
className: et.linkStyled,
|
|
6747
6747
|
href: e?.info?.link?.url,
|
|
@@ -6771,21 +6771,21 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
6771
6771
|
/* @__PURE__ */ a(t, {}),
|
|
6772
6772
|
/* @__PURE__ */ a("p", { className: gt.title, children: e.title }),
|
|
6773
6773
|
/* @__PURE__ */ a("p", { className: gt.description, children: e.description }),
|
|
6774
|
-
/* @__PURE__ */ a(
|
|
6774
|
+
/* @__PURE__ */ a(L, { className: gt.linkStyled, href: "/", children: e.buttonText ?? "Inicio" })
|
|
6775
6775
|
] })
|
|
6776
6776
|
] });
|
|
6777
|
-
}, g1 = "_content_14eky_1", p1 = "_contentLabel_14eky_15", A1 = "_label_14eky_25", w1 = "_required_14eky_43", y1 = "_input_14eky_55",
|
|
6777
|
+
}, g1 = "_content_14eky_1", p1 = "_contentLabel_14eky_15", A1 = "_label_14eky_25", w1 = "_required_14eky_43", y1 = "_input_14eky_55", Ut = {
|
|
6778
6778
|
content: g1,
|
|
6779
6779
|
contentLabel: p1,
|
|
6780
6780
|
label: A1,
|
|
6781
6781
|
required: w1,
|
|
6782
6782
|
input: y1
|
|
6783
|
-
}, X3 = (e) => /* @__PURE__ */ h("div", { className:
|
|
6784
|
-
/* @__PURE__ */ h("div", { className:
|
|
6785
|
-
/* @__PURE__ */ a("label", { className:
|
|
6786
|
-
e.required && /* @__PURE__ */ a("span", { className:
|
|
6783
|
+
}, X3 = (e) => /* @__PURE__ */ h("div", { className: Ut.content, children: [
|
|
6784
|
+
/* @__PURE__ */ h("div", { className: Ut.contentLabel, children: [
|
|
6785
|
+
/* @__PURE__ */ a("label", { className: Ut.label, children: e.label }),
|
|
6786
|
+
e.required && /* @__PURE__ */ a("span", { className: Ut.required, children: "*" })
|
|
6787
6787
|
] }),
|
|
6788
|
-
/* @__PURE__ */ a("input", { className:
|
|
6788
|
+
/* @__PURE__ */ a("input", { className: Ut.input, ...e })
|
|
6789
6789
|
] }), v1 = "_content_1ukl4_1", b1 = "_contentLabel_1ukl4_15", C1 = "_label_1ukl4_25", _1 = "_required_1ukl4_43", N1 = "_input_1ukl4_55", Rt = {
|
|
6790
6790
|
content: v1,
|
|
6791
6791
|
contentLabel: b1,
|
|
@@ -6808,14 +6808,14 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
6808
6808
|
}, t9 = (e) => /* @__PURE__ */ h("div", { className: Dn.content, children: [
|
|
6809
6809
|
/* @__PURE__ */ a("label", { className: Dn.label, children: e.label }),
|
|
6810
6810
|
/* @__PURE__ */ a("textarea", { className: Dn.input, ...e })
|
|
6811
|
-
] }), T1 = "_boxInformation_1ah38_1", I1 = "_textBox_1ah38_59",
|
|
6811
|
+
] }), T1 = "_boxInformation_1ah38_1", I1 = "_textBox_1ah38_59", k1 = "_contentBox_1ah38_79", U1 = "_liveBox_1ah38_99", R1 = "_dot_1ah38_143", q1 = "_sectionDescription_1ah38_193", L1 = "_articule_1ah38_219", B1 = "_description_1ah38_273", tt = {
|
|
6812
6812
|
boxInformation: T1,
|
|
6813
6813
|
textBox: I1,
|
|
6814
|
-
contentBox:
|
|
6815
|
-
liveBox:
|
|
6814
|
+
contentBox: k1,
|
|
6815
|
+
liveBox: U1,
|
|
6816
6816
|
dot: R1,
|
|
6817
|
-
sectionDescription:
|
|
6818
|
-
articule:
|
|
6817
|
+
sectionDescription: q1,
|
|
6818
|
+
articule: L1,
|
|
6819
6819
|
description: B1
|
|
6820
6820
|
}, O1 = "_content_b83p0_1", P1 = "_description_b83p0_45", bn = {
|
|
6821
6821
|
content: O1,
|
|
@@ -6823,7 +6823,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
6823
6823
|
}, yo = (e) => {
|
|
6824
6824
|
let t = "";
|
|
6825
6825
|
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__ */ h("div", { className: bn.content, children: [
|
|
6826
|
-
/* @__PURE__ */ a(
|
|
6826
|
+
/* @__PURE__ */ a(Ue, { preview: e.preview, isLarge: !0, priorityHigh: !0 }),
|
|
6827
6827
|
t && /* @__PURE__ */ a("div", { className: bn.description, children: t })
|
|
6828
6828
|
] });
|
|
6829
6829
|
}, D1 = (e) => /* @__PURE__ */ a(K, { children: /* @__PURE__ */ h("div", { className: tt.boxInformation, children: [
|
|
@@ -6831,7 +6831,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
6831
6831
|
/* @__PURE__ */ h("div", { className: tt.textBox, children: [
|
|
6832
6832
|
/* @__PURE__ */ h("div", { className: tt.contentBox, children: [
|
|
6833
6833
|
e?.info?.section && /* @__PURE__ */ a(
|
|
6834
|
-
|
|
6834
|
+
L,
|
|
6835
6835
|
{
|
|
6836
6836
|
className: tt.sectionDescription,
|
|
6837
6837
|
href: e?.info?.section?.url,
|
|
@@ -6862,7 +6862,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
6862
6862
|
contentText: Q1,
|
|
6863
6863
|
dateLink: G1
|
|
6864
6864
|
}, H1 = (e) => /* @__PURE__ */ a("section", { className: Xt.content, children: e.itemList[0]?.list.items.map((t, n) => /* @__PURE__ */ h("div", { className: Xt.contentLine, children: [
|
|
6865
|
-
/* @__PURE__ */ a(
|
|
6865
|
+
/* @__PURE__ */ a(L, { className: Xt.dateLink, href: `#item-${n + 1}`, children: cs(t.date) }),
|
|
6866
6866
|
/* @__PURE__ */ a("div", { className: Xt.contentText, children: (e.itemList[0]?.list.integrated, t.title) })
|
|
6867
6867
|
] }, n)) }), z1 = "_content_1ti45_1", V1 = "_contentInfo_1ti45_21", F1 = "_imageStyled_1ti45_37", W1 = "_contentIconStyled_1ti45_59", $1 = "_name_1ti45_111", Y1 = "_email_1ti45_129", K1 = "_description_1ti45_161", J1 = "_contenSocialNetwork_1ti45_185", Z1 = "_socialIcon_1ti45_205", Ie = {
|
|
6868
6868
|
content: z1,
|
|
@@ -7031,7 +7031,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
7031
7031
|
),
|
|
7032
7032
|
e.banner
|
|
7033
7033
|
] })
|
|
7034
|
-
] }), mu = "_content_udlpm_1", fu = "_header_udlpm_41", gu = "_videos_udlpm_91", pu = "_videoContent_udlpm_105", Au = "_articleSection_udlpm_119", wu = "_contentLayoutVideoSection_udlpm_147", yu = "_sectionVideoList_udlpm_163", vu = "_iframeStyled_udlpm_309", bu = "_contentFrame_udlpm_327", Cu = "_relatedTitle_udlpm_377",
|
|
7034
|
+
] }), mu = "_content_udlpm_1", fu = "_header_udlpm_41", gu = "_videos_udlpm_91", pu = "_videoContent_udlpm_105", Au = "_articleSection_udlpm_119", wu = "_contentLayoutVideoSection_udlpm_147", yu = "_sectionVideoList_udlpm_163", vu = "_iframeStyled_udlpm_309", bu = "_contentFrame_udlpm_327", Cu = "_relatedTitle_udlpm_377", qe = {
|
|
7035
7035
|
content: mu,
|
|
7036
7036
|
header: fu,
|
|
7037
7037
|
videos: gu,
|
|
@@ -7073,8 +7073,8 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
7073
7073
|
),
|
|
7074
7074
|
/* @__PURE__ */ a("div", { children: /* @__PURE__ */ a(Tt, { ...t, paths: e.paths }) })
|
|
7075
7075
|
] }) : null;
|
|
7076
|
-
}, n9 = (e) => /* @__PURE__ */ a("div", { className:
|
|
7077
|
-
/* @__PURE__ */ h("a", { className:
|
|
7076
|
+
}, n9 = (e) => /* @__PURE__ */ a("div", { className: qe.content, children: /* @__PURE__ */ h(Vt, { className: qe.contentLayoutVideoSection, children: [
|
|
7077
|
+
/* @__PURE__ */ h("a", { className: qe.header, href: "/", children: [
|
|
7078
7078
|
/* @__PURE__ */ a(
|
|
7079
7079
|
"svg",
|
|
7080
7080
|
{
|
|
@@ -7096,12 +7096,12 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
7096
7096
|
),
|
|
7097
7097
|
"VOLVER A VIDEOS"
|
|
7098
7098
|
] }),
|
|
7099
|
-
/* @__PURE__ */ h("div", { className:
|
|
7100
|
-
/* @__PURE__ */ h("div", { className:
|
|
7099
|
+
/* @__PURE__ */ h("div", { className: qe.videos, children: [
|
|
7100
|
+
/* @__PURE__ */ h("div", { className: qe.videoContent, style: e.mainVideoStyles, children: [
|
|
7101
7101
|
e.type === "vy" && /* @__PURE__ */ a(
|
|
7102
7102
|
"iframe",
|
|
7103
7103
|
{
|
|
7104
|
-
className:
|
|
7104
|
+
className: qe.iframeStyled,
|
|
7105
7105
|
src: `https://www.youtube.com/embed/${e.video?.main?.code}`,
|
|
7106
7106
|
frameBorder: "0",
|
|
7107
7107
|
allowFullScreen: !0
|
|
@@ -7110,7 +7110,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
7110
7110
|
e.type === "vf" && /* @__PURE__ */ a(
|
|
7111
7111
|
"iframe",
|
|
7112
7112
|
{
|
|
7113
|
-
className:
|
|
7113
|
+
className: qe.iframeStyled,
|
|
7114
7114
|
src: e.video?.main?.code,
|
|
7115
7115
|
frameBorder: "0",
|
|
7116
7116
|
allowFullScreen: !0
|
|
@@ -7119,11 +7119,11 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
7119
7119
|
e.type === "ve" && /* @__PURE__ */ a(
|
|
7120
7120
|
"div",
|
|
7121
7121
|
{
|
|
7122
|
-
className:
|
|
7122
|
+
className: qe.contentFrame,
|
|
7123
7123
|
dangerouslySetInnerHTML: { __html: e.video?.main?.code }
|
|
7124
7124
|
}
|
|
7125
7125
|
),
|
|
7126
|
-
/* @__PURE__ */ a("div", { className:
|
|
7126
|
+
/* @__PURE__ */ a("div", { className: qe.articleSection, children: /* @__PURE__ */ a(
|
|
7127
7127
|
Tt,
|
|
7128
7128
|
{
|
|
7129
7129
|
...Mt(
|
|
@@ -7138,7 +7138,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
7138
7138
|
/* @__PURE__ */ h(
|
|
7139
7139
|
"div",
|
|
7140
7140
|
{
|
|
7141
|
-
className:
|
|
7141
|
+
className: qe.sectionVideoList,
|
|
7142
7142
|
style: e.listVideoStyles,
|
|
7143
7143
|
children: [
|
|
7144
7144
|
e.banner && /* @__PURE__ */ a(
|
|
@@ -7148,7 +7148,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
7148
7148
|
name: e.banner.bannerName
|
|
7149
7149
|
}
|
|
7150
7150
|
),
|
|
7151
|
-
e.relatedName && /* @__PURE__ */ a("h2", { className:
|
|
7151
|
+
e.relatedName && /* @__PURE__ */ a("h2", { className: qe.relatedTitle, children: e.relatedName }),
|
|
7152
7152
|
Array.isArray(e.videoList) && e.videoList.map((t, n) => /* @__PURE__ */ st(
|
|
7153
7153
|
Eu,
|
|
7154
7154
|
{
|
|
@@ -7161,15 +7161,15 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
7161
7161
|
}
|
|
7162
7162
|
)
|
|
7163
7163
|
] })
|
|
7164
|
-
] }) }), xu = "_content_17oas_1", Tu = "_titleContent_17oas_47", Iu = "_title_17oas_47",
|
|
7164
|
+
] }) }), xu = "_content_17oas_1", Tu = "_titleContent_17oas_47", Iu = "_title_17oas_47", ku = "_startLine_17oas_175", Uu = "_line_17oas_185", Ru = "_bottomLine_17oas_197", qu = "_childrenContent_17oas_235", Lu = "_readMore_17oas_261", ze = {
|
|
7165
7165
|
content: xu,
|
|
7166
7166
|
titleContent: Tu,
|
|
7167
7167
|
title: Iu,
|
|
7168
|
-
startLine:
|
|
7169
|
-
line:
|
|
7168
|
+
startLine: ku,
|
|
7169
|
+
line: Uu,
|
|
7170
7170
|
bottomLine: Ru,
|
|
7171
|
-
childrenContent:
|
|
7172
|
-
readMore:
|
|
7171
|
+
childrenContent: qu,
|
|
7172
|
+
readMore: Lu
|
|
7173
7173
|
}, me = Pr((e, t) => {
|
|
7174
7174
|
const { isTitle: n = !1, isOpinion: r = !1 } = e, o = n ? /* @__PURE__ */ a("h1", { className: ze.title, children: e.title }) : /* @__PURE__ */ a("h2", { className: ze.title, children: e.title });
|
|
7175
7175
|
return /* @__PURE__ */ h("section", { className: ze.content, children: [
|
|
@@ -7180,10 +7180,10 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
7180
7180
|
"data-after": `${r}`,
|
|
7181
7181
|
children: [
|
|
7182
7182
|
/* @__PURE__ */ a("hr", { className: ze.startLine }),
|
|
7183
|
-
e.titleUrl ? /* @__PURE__ */ a(
|
|
7183
|
+
e.titleUrl ? /* @__PURE__ */ a(L, { href: e.titleUrl, children: o }) : o,
|
|
7184
7184
|
/* @__PURE__ */ a("hr", { className: ze.line }),
|
|
7185
7185
|
e.titleUrl && /* @__PURE__ */ a(
|
|
7186
|
-
|
|
7186
|
+
L,
|
|
7187
7187
|
{
|
|
7188
7188
|
className: ze.readMore,
|
|
7189
7189
|
href: e.titleUrl?.toString() ?? ""
|
|
@@ -7269,7 +7269,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
7269
7269
|
/* @__PURE__ */ a("input", { type: "checkbox", id: "side-bar-state" }),
|
|
7270
7270
|
/* @__PURE__ */ h("section", { className: le.sidebarCustom, children: [
|
|
7271
7271
|
/* @__PURE__ */ a("div", { className: le.buttonContent, children: /* @__PURE__ */ a("label", { className: le.buttonStyled, htmlFor: "side-bar-state", children: /* @__PURE__ */ a(It, { className: le.icon }) }) }),
|
|
7272
|
-
/* @__PURE__ */ a("div", { className: le.inputContent, children: /* @__PURE__ */ h(
|
|
7272
|
+
/* @__PURE__ */ a("div", { className: le.inputContent, children: /* @__PURE__ */ h(L, { href: "/buscar", className: le.inputStyled, children: [
|
|
7273
7273
|
/* @__PURE__ */ h("p", { className: le.buscar, children: [
|
|
7274
7274
|
o,
|
|
7275
7275
|
"..."
|
|
@@ -7304,7 +7304,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
7304
7304
|
htmlFor: "accordion_" + i,
|
|
7305
7305
|
children: [
|
|
7306
7306
|
s.link ? /* @__PURE__ */ a(
|
|
7307
|
-
|
|
7307
|
+
L,
|
|
7308
7308
|
{
|
|
7309
7309
|
className: `${le.linkStyledAccordion} ${le.linkStyled}`,
|
|
7310
7310
|
href: s.link ? s.link : void 0,
|
|
@@ -7323,7 +7323,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
7323
7323
|
]
|
|
7324
7324
|
}
|
|
7325
7325
|
) : /* @__PURE__ */ a(
|
|
7326
|
-
|
|
7326
|
+
L,
|
|
7327
7327
|
{
|
|
7328
7328
|
className: le.linkStyled,
|
|
7329
7329
|
href: s.link ? s.link : void 0,
|
|
@@ -7339,7 +7339,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
7339
7339
|
"--max-height": s.subitem.length * 45 + "px"
|
|
7340
7340
|
},
|
|
7341
7341
|
children: s.subitem.map((c, d) => /* @__PURE__ */ a(
|
|
7342
|
-
|
|
7342
|
+
L,
|
|
7343
7343
|
{
|
|
7344
7344
|
className: le.subLinkStyled,
|
|
7345
7345
|
href: c.link ? c.link : void 0,
|
|
@@ -7399,7 +7399,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
7399
7399
|
)
|
|
7400
7400
|
]
|
|
7401
7401
|
}
|
|
7402
|
-
), Xu = "_content_ue3tp_1", eh = "_chipStyled_ue3tp_33", th = "_headLine_ue3tp_33", nh = "_live_ue3tp_49", ah = "_closeLiveStyled_ue3tp_175",
|
|
7402
|
+
), Xu = "_content_ue3tp_1", eh = "_chipStyled_ue3tp_33", th = "_headLine_ue3tp_33", nh = "_live_ue3tp_49", ah = "_closeLiveStyled_ue3tp_175", qt = {
|
|
7403
7403
|
content: Xu,
|
|
7404
7404
|
chipStyled: eh,
|
|
7405
7405
|
headLine: th,
|
|
@@ -7407,9 +7407,9 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
7407
7407
|
closeLiveStyled: ah
|
|
7408
7408
|
}, Co = (e) => {
|
|
7409
7409
|
const { alertZone: t, id: n = "close-alert" } = e, r = () => /* @__PURE__ */ a(
|
|
7410
|
-
|
|
7410
|
+
L,
|
|
7411
7411
|
{
|
|
7412
|
-
className:
|
|
7412
|
+
className: qt.headLine,
|
|
7413
7413
|
href: t?.data[0]?.info.link.url,
|
|
7414
7414
|
target: t?.data[0]?.info.link.target,
|
|
7415
7415
|
title: t?.data[0]?.main.title.home,
|
|
@@ -7430,17 +7430,17 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
7430
7430
|
"div",
|
|
7431
7431
|
{
|
|
7432
7432
|
id: "alert-chip",
|
|
7433
|
-
className:
|
|
7433
|
+
className: qt.content,
|
|
7434
7434
|
style: e.forceShow ? {
|
|
7435
7435
|
display: "flex",
|
|
7436
7436
|
position: "sticky",
|
|
7437
7437
|
top: 100
|
|
7438
7438
|
} : {},
|
|
7439
7439
|
children: [
|
|
7440
|
-
/* @__PURE__ */ h("div", { className:
|
|
7441
|
-
/* @__PURE__ */ a("div", { className:
|
|
7440
|
+
/* @__PURE__ */ h("div", { className: qt.live, children: [
|
|
7441
|
+
/* @__PURE__ */ a("div", { className: qt.chipStyled, children: t?.entity?.description }),
|
|
7442
7442
|
e.forceShow && /* @__PURE__ */ a(r, {}),
|
|
7443
|
-
/* @__PURE__ */ a("label", { htmlFor: n, children: /* @__PURE__ */ a(It, { className:
|
|
7443
|
+
/* @__PURE__ */ a("label", { htmlFor: n, children: /* @__PURE__ */ a(It, { className: qt.closeLiveStyled }) })
|
|
7444
7444
|
] }),
|
|
7445
7445
|
/* @__PURE__ */ a(r, {})
|
|
7446
7446
|
]
|
|
@@ -7468,7 +7468,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
7468
7468
|
Array.isArray(t) && /* @__PURE__ */ h("div", { className: `${Ve.tabs} header-page-tape-content`, children: [
|
|
7469
7469
|
n !== "" && /* @__PURE__ */ a("p", { className: Ve.title, children: `${n}` }),
|
|
7470
7470
|
t && t[s] && /* @__PURE__ */ a(
|
|
7471
|
-
|
|
7471
|
+
L,
|
|
7472
7472
|
{
|
|
7473
7473
|
className: Ve.linkStyled,
|
|
7474
7474
|
target: t[s]?.target,
|
|
@@ -7484,7 +7484,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
7484
7484
|
t && t.map((i, c) => {
|
|
7485
7485
|
if (c !== s)
|
|
7486
7486
|
return /* @__PURE__ */ a(
|
|
7487
|
-
|
|
7487
|
+
L,
|
|
7488
7488
|
{
|
|
7489
7489
|
className: Ve.linkStyled,
|
|
7490
7490
|
href: i?.link,
|
|
@@ -7513,7 +7513,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
7513
7513
|
i
|
|
7514
7514
|
)) })
|
|
7515
7515
|
] });
|
|
7516
|
-
}, yh = "_headerStyled_5isjw_1", vh = "_headerContent_5isjw_27", bh = "_iconContent_5isjw_49", Ch = "_menuButton_5isjw_67", _h = "_logoStyled_5isjw_131", Nh = "_buttonSection_5isjw_187", Sh = "_buttonSectionSearch_5isjw_217", Eh = "_headLineContent_5isjw_259", xh = "_headLineTitle_5isjw_285", Th = "_headLine_5isjw_259", Ih = "_hasAlertZone_5isjw_391",
|
|
7516
|
+
}, yh = "_headerStyled_5isjw_1", vh = "_headerContent_5isjw_27", bh = "_iconContent_5isjw_49", Ch = "_menuButton_5isjw_67", _h = "_logoStyled_5isjw_131", Nh = "_buttonSection_5isjw_187", Sh = "_buttonSectionSearch_5isjw_217", Eh = "_headLineContent_5isjw_259", xh = "_headLineTitle_5isjw_285", Th = "_headLine_5isjw_259", Ih = "_hasAlertZone_5isjw_391", ke = {
|
|
7517
7517
|
headerStyled: yh,
|
|
7518
7518
|
headerContent: vh,
|
|
7519
7519
|
iconContent: bh,
|
|
@@ -7525,9 +7525,9 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
7525
7525
|
headLineTitle: xh,
|
|
7526
7526
|
headLine: Th,
|
|
7527
7527
|
hasAlertZone: Ih
|
|
7528
|
-
},
|
|
7528
|
+
}, kh = (e) => {
|
|
7529
7529
|
const { alertZone: t } = e;
|
|
7530
|
-
return /* @__PURE__ */ h("header", { className:
|
|
7530
|
+
return /* @__PURE__ */ h("header", { className: ke.headerStyled, children: [
|
|
7531
7531
|
e.socialIcons && /* @__PURE__ */ a(
|
|
7532
7532
|
wh,
|
|
7533
7533
|
{
|
|
@@ -7537,12 +7537,12 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
7537
7537
|
socials: e.socials
|
|
7538
7538
|
}
|
|
7539
7539
|
),
|
|
7540
|
-
/* @__PURE__ */ h("div", { className: `${
|
|
7540
|
+
/* @__PURE__ */ h("div", { className: `${ke.headerContent} center-mobile-header-icon`, children: [
|
|
7541
7541
|
/* @__PURE__ */ a(
|
|
7542
|
-
|
|
7542
|
+
kn,
|
|
7543
7543
|
{
|
|
7544
7544
|
id: "button-app",
|
|
7545
|
-
className:
|
|
7545
|
+
className: ke.menuButton,
|
|
7546
7546
|
toggledrawerevent: "true",
|
|
7547
7547
|
"aria-label": "menu",
|
|
7548
7548
|
"aria-labelledby": "menu",
|
|
@@ -7550,7 +7550,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
7550
7550
|
children: /* @__PURE__ */ a(
|
|
7551
7551
|
bo,
|
|
7552
7552
|
{
|
|
7553
|
-
className:
|
|
7553
|
+
className: ke.startIcon,
|
|
7554
7554
|
color: "var(--header-icons)",
|
|
7555
7555
|
width: 27,
|
|
7556
7556
|
height: 27
|
|
@@ -7558,8 +7558,8 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
7558
7558
|
)
|
|
7559
7559
|
}
|
|
7560
7560
|
),
|
|
7561
|
-
/* @__PURE__ */ a("div", { className:
|
|
7562
|
-
|
|
7561
|
+
/* @__PURE__ */ a("div", { className: ke.iconContent, children: /* @__PURE__ */ a(
|
|
7562
|
+
L,
|
|
7563
7563
|
{
|
|
7564
7564
|
href: "/",
|
|
7565
7565
|
"aria-label": "Home",
|
|
@@ -7567,17 +7567,17 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
7567
7567
|
style: { display: "flex" },
|
|
7568
7568
|
children: xe.createElement(
|
|
7569
7569
|
"span",
|
|
7570
|
-
{ className:
|
|
7570
|
+
{ className: ke.logoStyled },
|
|
7571
7571
|
e.icon
|
|
7572
7572
|
)
|
|
7573
7573
|
}
|
|
7574
7574
|
) }),
|
|
7575
|
-
!e.showAlertPop && t?.data && /* @__PURE__ */ h("div", { className:
|
|
7576
|
-
/* @__PURE__ */ a("div", { className: `${
|
|
7575
|
+
!e.showAlertPop && t?.data && /* @__PURE__ */ h("div", { className: ke.headLineContent, children: [
|
|
7576
|
+
/* @__PURE__ */ a("div", { className: `${ke.headLineTitle} headLineTitle`, children: t.entity.description ? `${t.entity.description}` : "" }),
|
|
7577
7577
|
/* @__PURE__ */ a(
|
|
7578
|
-
|
|
7578
|
+
L,
|
|
7579
7579
|
{
|
|
7580
|
-
className:
|
|
7580
|
+
className: ke.headLine,
|
|
7581
7581
|
href: t.data[0]?.info.link.url,
|
|
7582
7582
|
target: t.data[0]?.info.link.target,
|
|
7583
7583
|
title: t.data[0]?.main.title.home,
|
|
@@ -7590,17 +7590,17 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
7590
7590
|
{
|
|
7591
7591
|
style: e.showAlertPop ? { marginLeft: "auto" } : {},
|
|
7592
7592
|
className: [
|
|
7593
|
-
|
|
7594
|
-
t?.data ?
|
|
7593
|
+
ke.buttonSection,
|
|
7594
|
+
t?.data ? ke.hasAlertZone : "",
|
|
7595
7595
|
"search-button"
|
|
7596
7596
|
].join(" "),
|
|
7597
7597
|
children: [
|
|
7598
7598
|
/* @__PURE__ */ a(
|
|
7599
|
-
|
|
7599
|
+
L,
|
|
7600
7600
|
{
|
|
7601
7601
|
href: e.searchLink ? e.searchLink : "/buscar",
|
|
7602
7602
|
"aria-label": e.searchKeyWord,
|
|
7603
|
-
className: `${
|
|
7603
|
+
className: `${ke.buttonSectionSearch} search-button-icon`,
|
|
7604
7604
|
style: { display: "flex" },
|
|
7605
7605
|
children: /* @__PURE__ */ a(Sa, { width: 28, height: 28, color: "currentColor" })
|
|
7606
7606
|
}
|
|
@@ -7618,11 +7618,11 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
7618
7618
|
}
|
|
7619
7619
|
)
|
|
7620
7620
|
] });
|
|
7621
|
-
},
|
|
7622
|
-
ul:
|
|
7621
|
+
}, Uh = "_ul_196it_1", Rh = "_li_196it_19", qh = "_liBefore_196it_35", Lh = "_ulContent_196it_65", Bh = "_contentModal_196it_87", Oh = "_linkStyled_196it_111", Ph = "_itemLink_196it_161", Fe = {
|
|
7622
|
+
ul: Uh,
|
|
7623
7623
|
li: Rh,
|
|
7624
|
-
liBefore:
|
|
7625
|
-
ulContent:
|
|
7624
|
+
liBefore: qh,
|
|
7625
|
+
ulContent: Lh,
|
|
7626
7626
|
contentModal: Bh,
|
|
7627
7627
|
linkStyled: Oh,
|
|
7628
7628
|
itemLink: Ph
|
|
@@ -7630,7 +7630,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
7630
7630
|
const { items: t } = e;
|
|
7631
7631
|
return /* @__PURE__ */ a("ul", { className: Fe.ul, children: t.map((n, r) => /* @__PURE__ */ h("li", { className: `${Fe.liBefore} ${Fe.li}`, children: [
|
|
7632
7632
|
n.link ? /* @__PURE__ */ h(
|
|
7633
|
-
|
|
7633
|
+
L,
|
|
7634
7634
|
{
|
|
7635
7635
|
"aria-label": n.description,
|
|
7636
7636
|
className: Fe.linkStyled,
|
|
@@ -7646,7 +7646,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
7646
7646
|
Array.isArray(n.subitem) && /* @__PURE__ */ a(Cn, {})
|
|
7647
7647
|
] }),
|
|
7648
7648
|
Array.isArray(n.subitem) && /* @__PURE__ */ a("ul", { className: Fe.ulContent, children: /* @__PURE__ */ a("div", { className: Fe.contentModal, children: n.subitem.map((o, s) => /* @__PURE__ */ a("li", { className: Fe.li, children: /* @__PURE__ */ a(
|
|
7649
|
-
|
|
7649
|
+
L,
|
|
7650
7650
|
{
|
|
7651
7651
|
className: Fe.itemLink,
|
|
7652
7652
|
"aria-label": o.description,
|
|
@@ -7689,7 +7689,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
7689
7689
|
].join(" "),
|
|
7690
7690
|
children: [
|
|
7691
7691
|
/* @__PURE__ */ a("div", { className: ye.menuButtonSection, children: /* @__PURE__ */ h(
|
|
7692
|
-
|
|
7692
|
+
kn,
|
|
7693
7693
|
{
|
|
7694
7694
|
className: ye.menuButton,
|
|
7695
7695
|
id: "button-app",
|
|
@@ -7703,14 +7703,14 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
7703
7703
|
]
|
|
7704
7704
|
}
|
|
7705
7705
|
) }),
|
|
7706
|
-
/* @__PURE__ */ a("div", { className: ye.logoContent, children: /* @__PURE__ */ a(
|
|
7706
|
+
/* @__PURE__ */ a("div", { className: ye.logoContent, children: /* @__PURE__ */ a(L, { href: "/", "aria-label": "Home", className: "header-logo-link", children: xe.createElement(
|
|
7707
7707
|
"span",
|
|
7708
7708
|
{ className: `${ye.logoStyled}` },
|
|
7709
7709
|
e.icon
|
|
7710
7710
|
) }) }),
|
|
7711
7711
|
/* @__PURE__ */ h("div", { className: ye.buttonSection, children: [
|
|
7712
7712
|
/* @__PURE__ */ a(
|
|
7713
|
-
|
|
7713
|
+
L,
|
|
7714
7714
|
{
|
|
7715
7715
|
href: e.searchLink ? e.searchLink : "/buscar",
|
|
7716
7716
|
style: { display: "flex" },
|
|
@@ -7724,7 +7724,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
7724
7724
|
!e.showAlertPop && n?.data ? /* @__PURE__ */ h("div", { className: ye.headLineContent, children: [
|
|
7725
7725
|
/* @__PURE__ */ a("p", { className: `${ye.headLineTitle} headLineTitle`, children: n.entity.description ? `${n.entity.description}` : "" }),
|
|
7726
7726
|
/* @__PURE__ */ a(
|
|
7727
|
-
|
|
7727
|
+
L,
|
|
7728
7728
|
{
|
|
7729
7729
|
className: ye.headLine,
|
|
7730
7730
|
href: n.data[0]?.info.link.url,
|
|
@@ -7754,7 +7754,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
7754
7754
|
}, a9 = (e) => {
|
|
7755
7755
|
const { alertZone: t, children: n, sidebar: r } = e;
|
|
7756
7756
|
return /* @__PURE__ */ h(K, { children: [
|
|
7757
|
-
/* @__PURE__ */ a(
|
|
7757
|
+
/* @__PURE__ */ a(kh, { ...e }),
|
|
7758
7758
|
!e.showOnlyStickyHeader && /* @__PURE__ */ a(em, { ...e }),
|
|
7759
7759
|
/* @__PURE__ */ h(
|
|
7760
7760
|
"div",
|
|
@@ -7800,7 +7800,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
7800
7800
|
tagStyled: cm
|
|
7801
7801
|
}, lm = (e) => /* @__PURE__ */ a("section", { className: pt.content, children: Array.isArray(e.tags) && /* @__PURE__ */ h("div", { className: pt.tags, children: [
|
|
7802
7802
|
/* @__PURE__ */ a("p", { className: pt.tagStyled, children: e.title ? e.title : "Tags:" }),
|
|
7803
|
-
e.tags.map((t, n) => t.approved ? /* @__PURE__ */ a(
|
|
7803
|
+
e.tags.map((t, n) => t.approved ? /* @__PURE__ */ a(L, { href: vt(t, e.paths), children: /* @__PURE__ */ a("div", { className: `${pt.chipStyled} ${pt.tagLink}`, children: t.name }) }, n) : /* @__PURE__ */ a("div", { className: pt.chipStyled, children: t.name }, n))
|
|
7804
7804
|
] }) }), dm = "_contentBox_horo3_1", um = "_content_horo3_1", hm = "_imageStyled_horo3_31", mm = "_contentIconStyled_horo3_45", fm = "_avatarContent_horo3_85", gm = "_journalistSection_horo3_99", pm = "_journalistInfo_horo3_111", Am = "_socialNetworkSection_horo3_139", wm = "_article_horo3_165", De = {
|
|
7805
7805
|
contentBox: dm,
|
|
7806
7806
|
content: um,
|
|
@@ -7816,7 +7816,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
7816
7816
|
return t.addtional.USER_SHOWBIO && /* @__PURE__ */ a("section", { className: De.contentBox, children: /* @__PURE__ */ h("div", { className: De.content, children: [
|
|
7817
7817
|
/* @__PURE__ */ h("div", { className: De.avatarContent, children: [
|
|
7818
7818
|
/* @__PURE__ */ a(
|
|
7819
|
-
|
|
7819
|
+
L,
|
|
7820
7820
|
{
|
|
7821
7821
|
className: De.journalistInfo,
|
|
7822
7822
|
href: `/${e.paths.autor}/${t.info.name}`,
|
|
@@ -7833,7 +7833,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
7833
7833
|
}
|
|
7834
7834
|
),
|
|
7835
7835
|
/* @__PURE__ */ h("section", { className: De.journalistSection, children: [
|
|
7836
|
-
/* @__PURE__ */ a("h3", { className: De.journalistInfo, children: /* @__PURE__ */ a(
|
|
7836
|
+
/* @__PURE__ */ a("h3", { className: De.journalistInfo, children: /* @__PURE__ */ a(L, { href: `/${e.paths.autor}/${t.info.name}`, children: t.info.fullname }) }),
|
|
7837
7837
|
/* @__PURE__ */ h("section", { className: De.socialNetworkSection, children: [
|
|
7838
7838
|
t.addtional.USER_USERFB && /* @__PURE__ */ a(
|
|
7839
7839
|
"a",
|
|
@@ -8049,14 +8049,14 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
8049
8049
|
},
|
|
8050
8050
|
`author-${r.firstname}`
|
|
8051
8051
|
)) });
|
|
8052
|
-
}, Tm = "_content_qiw8s_1", Im = "_contentNews_qiw8s_19",
|
|
8052
|
+
}, Tm = "_content_qiw8s_1", Im = "_contentNews_qiw8s_19", km = "_linkTitle_qiw8s_53", Um = "_tag_qiw8s_69", Rm = "_tagmx_qiw8s_109", qm = "_titular_qiw8s_139", Lm = "_correspondent_qiw8s_169", Bm = "_correspondentLink_qiw8s_191", Om = "_description_qiw8s_213", Se = {
|
|
8053
8053
|
content: Tm,
|
|
8054
8054
|
contentNews: Im,
|
|
8055
|
-
linkTitle:
|
|
8056
|
-
tag:
|
|
8055
|
+
linkTitle: km,
|
|
8056
|
+
tag: Um,
|
|
8057
8057
|
tagmx: Rm,
|
|
8058
|
-
titular:
|
|
8059
|
-
correspondent:
|
|
8058
|
+
titular: qm,
|
|
8059
|
+
correspondent: Lm,
|
|
8060
8060
|
correspondentLink: Bm,
|
|
8061
8061
|
description: Om
|
|
8062
8062
|
}, _t = (e) => {
|
|
@@ -8075,7 +8075,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
8075
8075
|
return s.approved ? /* @__PURE__ */ h("h3", { children: [
|
|
8076
8076
|
" ",
|
|
8077
8077
|
/* @__PURE__ */ a(
|
|
8078
|
-
|
|
8078
|
+
L,
|
|
8079
8079
|
{
|
|
8080
8080
|
"aria-label": i,
|
|
8081
8081
|
className: Se.tagmx,
|
|
@@ -8085,13 +8085,13 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
8085
8085
|
)
|
|
8086
8086
|
] }) : /* @__PURE__ */ a("div", { className: Se.tagmx, children: i });
|
|
8087
8087
|
} else if (e.info?.section?.url)
|
|
8088
|
-
return /* @__PURE__ */ a("h3", { children: /* @__PURE__ */ a(
|
|
8088
|
+
return /* @__PURE__ */ a("h3", { children: /* @__PURE__ */ a(L, { className: Se.tagmx, href: e?.info?.section?.url, children: e?.info?.section?.name }) });
|
|
8089
8089
|
return null;
|
|
8090
8090
|
}, o = () => {
|
|
8091
8091
|
if (t && e.keywords?.tags?.length && e.keywords.tags.length > 0) {
|
|
8092
8092
|
const s = e.keywords.tags[0], i = s.name;
|
|
8093
8093
|
return s.approved ? /* @__PURE__ */ a("h3", { children: /* @__PURE__ */ a(
|
|
8094
|
-
|
|
8094
|
+
L,
|
|
8095
8095
|
{
|
|
8096
8096
|
"aria-label": i,
|
|
8097
8097
|
className: Se.tag,
|
|
@@ -8100,12 +8100,12 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
8100
8100
|
}
|
|
8101
8101
|
) }) : /* @__PURE__ */ a("div", { className: Se.tag, children: i });
|
|
8102
8102
|
} else if (e.info?.section?.url)
|
|
8103
|
-
return /* @__PURE__ */ a("h3", { children: /* @__PURE__ */ a(
|
|
8103
|
+
return /* @__PURE__ */ a("h3", { children: /* @__PURE__ */ a(L, { className: Se.tag, href: e?.info?.section?.url, children: e?.info?.section?.name }) });
|
|
8104
8104
|
return null;
|
|
8105
8105
|
};
|
|
8106
8106
|
return /* @__PURE__ */ h("section", { className: `${Se.content} destacado-super-content`, children: [
|
|
8107
8107
|
/* @__PURE__ */ a(
|
|
8108
|
-
|
|
8108
|
+
L,
|
|
8109
8109
|
{
|
|
8110
8110
|
href: e?.info?.link?.url,
|
|
8111
8111
|
target: e?.info?.link?.target,
|
|
@@ -8116,7 +8116,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
8116
8116
|
"--lineHeightImageNewsTitleMobile": e.isVertical ? "26px" : "36px"
|
|
8117
8117
|
},
|
|
8118
8118
|
children: /* @__PURE__ */ a(
|
|
8119
|
-
|
|
8119
|
+
Ue,
|
|
8120
8120
|
{
|
|
8121
8121
|
preview: e.preview,
|
|
8122
8122
|
isLarge: !0,
|
|
@@ -8144,7 +8144,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
8144
8144
|
children: [
|
|
8145
8145
|
/* @__PURE__ */ a(o, {}),
|
|
8146
8146
|
/* @__PURE__ */ a(
|
|
8147
|
-
|
|
8147
|
+
L,
|
|
8148
8148
|
{
|
|
8149
8149
|
className: Se.linkTitle,
|
|
8150
8150
|
href: e?.info?.link?.url,
|
|
@@ -8174,7 +8174,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
8174
8174
|
}
|
|
8175
8175
|
),
|
|
8176
8176
|
e?.config?.showtime && e.config?.showauthor && /* @__PURE__ */ a(K, { children: e.authors[0]?.internaluser ? /* @__PURE__ */ a(
|
|
8177
|
-
|
|
8177
|
+
L,
|
|
8178
8178
|
{
|
|
8179
8179
|
href: `/${e.paths?.autor ?? "autor"}/${e?.authors[0]?.name}`,
|
|
8180
8180
|
className: Se.correspondent,
|
|
@@ -8331,7 +8331,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
8331
8331
|
if (t && e.mainNew.keywords?.tags?.length && e.mainNew.keywords.tags.length > 0) {
|
|
8332
8332
|
const r = e.mainNew.keywords.tags[0], o = r.name;
|
|
8333
8333
|
return r.approved ? /* @__PURE__ */ a("h3", { children: /* @__PURE__ */ a(
|
|
8334
|
-
|
|
8334
|
+
L,
|
|
8335
8335
|
{
|
|
8336
8336
|
"aria-label": o,
|
|
8337
8337
|
className: it.sectionDescription,
|
|
@@ -8341,7 +8341,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
8341
8341
|
) }) : /* @__PURE__ */ a("div", { className: it.sectionDescription, children: o });
|
|
8342
8342
|
} else if (e.mainNew.info?.section?.url)
|
|
8343
8343
|
return /* @__PURE__ */ a("h3", { children: /* @__PURE__ */ a(
|
|
8344
|
-
|
|
8344
|
+
L,
|
|
8345
8345
|
{
|
|
8346
8346
|
className: it.sectionDescription,
|
|
8347
8347
|
href: e?.mainNew?.info?.section?.url,
|
|
@@ -8353,7 +8353,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
8353
8353
|
return /* @__PURE__ */ h("div", { className: it.content, children: [
|
|
8354
8354
|
/* @__PURE__ */ a(n, {}),
|
|
8355
8355
|
/* @__PURE__ */ a(
|
|
8356
|
-
|
|
8356
|
+
L,
|
|
8357
8357
|
{
|
|
8358
8358
|
className: it.title,
|
|
8359
8359
|
href: e?.mainNew?.info?.link?.url,
|
|
@@ -8362,7 +8362,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
8362
8362
|
}
|
|
8363
8363
|
),
|
|
8364
8364
|
e?.mainNew?.main?.subtitle?.rendered && /* @__PURE__ */ a("p", { className: it.subtitle, children: e?.mainNew?.main?.subtitle?.striped }),
|
|
8365
|
-
e.goTo && /* @__PURE__ */ a(
|
|
8365
|
+
e.goTo && /* @__PURE__ */ a(L, { href: e.goTo.url, className: it.linkStyled, children: e.goTo.description })
|
|
8366
8366
|
] });
|
|
8367
8367
|
}, Ym = "_headerSection_itzkx_1", Km = "_headerSectionLink_itzkx_23", Jm = "_newsContent_itzkx_33", Gn = {
|
|
8368
8368
|
headerSection: Ym,
|
|
@@ -8385,12 +8385,12 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
8385
8385
|
/* @__PURE__ */ h("div", { className: Gn.headerSection, children: [
|
|
8386
8386
|
/* @__PURE__ */ a(_o, { mainNew: s, goTo: e.goTo, paths: e.paths }),
|
|
8387
8387
|
/* @__PURE__ */ a(
|
|
8388
|
-
|
|
8388
|
+
L,
|
|
8389
8389
|
{
|
|
8390
8390
|
className: Gn.headerSectionLink,
|
|
8391
8391
|
href: s?.info?.link?.url,
|
|
8392
8392
|
target: s?.info?.link?.target,
|
|
8393
|
-
children: /* @__PURE__ */ a(
|
|
8393
|
+
children: /* @__PURE__ */ a(Ue, { preview: s.preview })
|
|
8394
8394
|
}
|
|
8395
8395
|
)
|
|
8396
8396
|
] }),
|
|
@@ -8445,7 +8445,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
8445
8445
|
] });
|
|
8446
8446
|
return /* @__PURE__ */ h("div", { className: We.content, children: [
|
|
8447
8447
|
t?.authors[0]?.internaluser ? /* @__PURE__ */ a(
|
|
8448
|
-
|
|
8448
|
+
L,
|
|
8449
8449
|
{
|
|
8450
8450
|
href: t.authors[0]?.internaluser ? `/${e.paths.autor}/${t?.authors[0]?.name}` : "#",
|
|
8451
8451
|
children: s
|
|
@@ -8453,7 +8453,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
|
|
|
8453
8453
|
) : s,
|
|
8454
8454
|
/* @__PURE__ */ h("div", { className: We.boxInformationContent, children: [
|
|
8455
8455
|
/* @__PURE__ */ a(
|
|
8456
|
-
|
|
8456
|
+
L,
|
|
8457
8457
|
{
|
|
8458
8458
|
className: We.title,
|
|
8459
8459
|
href: t?.info?.link?.url,
|
|
@@ -8698,10 +8698,10 @@ const r9 = (e) => {
|
|
|
8698
8698
|
})
|
|
8699
8699
|
}
|
|
8700
8700
|
) });
|
|
8701
|
-
}, I2 = "_newsContent_1x5ie_1",
|
|
8701
|
+
}, I2 = "_newsContent_1x5ie_1", k2 = "_contentSeparator_1x5ie_15", U2 = "_newsContentWhitoutLine_1x5ie_57", Hn = {
|
|
8702
8702
|
newsContent: I2,
|
|
8703
|
-
contentSeparator:
|
|
8704
|
-
newsContentWhitoutLine:
|
|
8703
|
+
contentSeparator: k2,
|
|
8704
|
+
newsContentWhitoutLine: U2
|
|
8705
8705
|
}, R2 = (e) => {
|
|
8706
8706
|
const { content: t, title: n } = e;
|
|
8707
8707
|
if (!(!t || t.length === 0))
|
|
@@ -8731,9 +8731,9 @@ const r9 = (e) => {
|
|
|
8731
8731
|
})
|
|
8732
8732
|
}
|
|
8733
8733
|
) });
|
|
8734
|
-
},
|
|
8735
|
-
headerSection:
|
|
8736
|
-
headerSectionLink:
|
|
8734
|
+
}, q2 = "_headerSection_1qe16_5", L2 = "_headerSectionLink_1qe16_31", B2 = "_newsContent_1qe16_57", zn = {
|
|
8735
|
+
headerSection: q2,
|
|
8736
|
+
headerSectionLink: L2,
|
|
8737
8737
|
newsContent: B2
|
|
8738
8738
|
}, O2 = (e) => {
|
|
8739
8739
|
const { content: t, title: n, isVideo: r = !0 } = e;
|
|
@@ -8750,14 +8750,14 @@ const r9 = (e) => {
|
|
|
8750
8750
|
}
|
|
8751
8751
|
),
|
|
8752
8752
|
/* @__PURE__ */ a(
|
|
8753
|
-
|
|
8753
|
+
L,
|
|
8754
8754
|
{
|
|
8755
8755
|
className: zn.headerSectionLink,
|
|
8756
8756
|
href: o?.info?.link.url,
|
|
8757
8757
|
target: o?.info?.link.target,
|
|
8758
8758
|
"aria-label": "Video",
|
|
8759
8759
|
children: /* @__PURE__ */ a(
|
|
8760
|
-
|
|
8760
|
+
Ue,
|
|
8761
8761
|
{
|
|
8762
8762
|
preview: {
|
|
8763
8763
|
sizes: o?.main?.image.sizes,
|
|
@@ -8795,7 +8795,7 @@ const r9 = (e) => {
|
|
|
8795
8795
|
})
|
|
8796
8796
|
] })
|
|
8797
8797
|
] });
|
|
8798
|
-
}, P2 = "_content_gxvaq_1", D2 = "_linkImage_gxvaq_59", M2 = "_sectionDescription_gxvaq_83", j2 = "_dateText_gxvaq_123", Q2 = "_textContent_gxvaq_145",
|
|
8798
|
+
}, P2 = "_content_gxvaq_1", D2 = "_linkImage_gxvaq_59", M2 = "_sectionDescription_gxvaq_83", j2 = "_dateText_gxvaq_123", Q2 = "_textContent_gxvaq_145", Lt = {
|
|
8799
8799
|
content: P2,
|
|
8800
8800
|
linkImage: D2,
|
|
8801
8801
|
sectionDescription: M2,
|
|
@@ -8806,32 +8806,32 @@ const r9 = (e) => {
|
|
|
8806
8806
|
return e && e.info ? /* @__PURE__ */ h(
|
|
8807
8807
|
"section",
|
|
8808
8808
|
{
|
|
8809
|
-
className:
|
|
8809
|
+
className: Lt.content,
|
|
8810
8810
|
style: {
|
|
8811
8811
|
"--heightImageOverwrite": "100%"
|
|
8812
8812
|
},
|
|
8813
8813
|
children: [
|
|
8814
8814
|
/* @__PURE__ */ a(
|
|
8815
|
-
|
|
8815
|
+
L,
|
|
8816
8816
|
{
|
|
8817
|
-
className:
|
|
8817
|
+
className: Lt.linkImage,
|
|
8818
8818
|
target: e?.info?.link?.target,
|
|
8819
8819
|
title: e.main?.title?.section,
|
|
8820
8820
|
href: t ? e.info.link.url : e?.info?.section?.url,
|
|
8821
|
-
children: /* @__PURE__ */ a(
|
|
8821
|
+
children: /* @__PURE__ */ a(Ue, { preview: e.preview })
|
|
8822
8822
|
}
|
|
8823
8823
|
),
|
|
8824
|
-
/* @__PURE__ */ h("div", { className:
|
|
8824
|
+
/* @__PURE__ */ h("div", { className: Lt.textContent, children: [
|
|
8825
8825
|
/* @__PURE__ */ a(
|
|
8826
|
-
|
|
8826
|
+
L,
|
|
8827
8827
|
{
|
|
8828
|
-
className:
|
|
8828
|
+
className: Lt.sectionDescription,
|
|
8829
8829
|
target: e?.info?.link?.target,
|
|
8830
8830
|
href: t ? e.info.link.url : e?.info?.section?.url,
|
|
8831
8831
|
children: (t ? e?.main?.title?.section : e?.info?.section?.name) ?? ""
|
|
8832
8832
|
}
|
|
8833
8833
|
),
|
|
8834
|
-
/* @__PURE__ */ a("p", { className:
|
|
8834
|
+
/* @__PURE__ */ a("p", { className: Lt.dateText, children: je(e?.info?.date?.modified) })
|
|
8835
8835
|
] })
|
|
8836
8836
|
]
|
|
8837
8837
|
}
|
|
@@ -8910,7 +8910,7 @@ const r9 = (e) => {
|
|
|
8910
8910
|
"--heightImageOverwrite": e.heightImageOverwrite,
|
|
8911
8911
|
"--heightImageOverwriteMobile": e.heightImageOverwriteMobile
|
|
8912
8912
|
},
|
|
8913
|
-
children: /* @__PURE__ */ a(
|
|
8913
|
+
children: /* @__PURE__ */ a(Un, { ...c, paths: e.paths })
|
|
8914
8914
|
},
|
|
8915
8915
|
i
|
|
8916
8916
|
);
|
|
@@ -8940,14 +8940,14 @@ const r9 = (e) => {
|
|
|
8940
8940
|
) : /* @__PURE__ */ a("div", { className: at.contentIcon, children: e.autorIcon }),
|
|
8941
8941
|
/* @__PURE__ */ h("div", { className: at.boxInformation, children: [
|
|
8942
8942
|
/* @__PURE__ */ a("p", { className: at.authorName, children: t?.authors[0]?.internaluser ? /* @__PURE__ */ a(
|
|
8943
|
-
|
|
8943
|
+
L,
|
|
8944
8944
|
{
|
|
8945
8945
|
href: t.authors[0]?.internaluser ? `/${e.paths.autor}/${t?.authors[0]?.name}` : "#",
|
|
8946
8946
|
children: t?.authors[0]?.fullname ?? "Redacción"
|
|
8947
8947
|
}
|
|
8948
8948
|
) : t?.authors[0]?.fullname ?? "Redacción" }),
|
|
8949
8949
|
/* @__PURE__ */ a("p", { className: at.title, children: /* @__PURE__ */ a(
|
|
8950
|
-
|
|
8950
|
+
L,
|
|
8951
8951
|
{
|
|
8952
8952
|
className: at.linkStyled,
|
|
8953
8953
|
href: t?.info?.link?.url,
|
|
@@ -9327,18 +9327,18 @@ const r9 = (e) => {
|
|
|
9327
9327
|
}
|
|
9328
9328
|
);
|
|
9329
9329
|
}
|
|
9330
|
-
}, Sf = "_content_x3ugk_1", Ef = "_contentWithinCard_x3ugk_13", xf = "_contentDate_x3ugk_25", Tf = "_dateInfo_x3ugk_39", If = "_dot_x3ugk_59",
|
|
9330
|
+
}, Sf = "_content_x3ugk_1", Ef = "_contentWithinCard_x3ugk_13", xf = "_contentDate_x3ugk_25", Tf = "_dateInfo_x3ugk_39", If = "_dot_x3ugk_59", kf = "_contentTitle_x3ugk_75", Uf = "_contentTextList_x3ugk_93", Rf = "_contentButton_x3ugk_201", qf = "_linkStyled_x3ugk_213", $e = {
|
|
9331
9331
|
content: Sf,
|
|
9332
9332
|
contentWithinCard: Ef,
|
|
9333
9333
|
contentDate: xf,
|
|
9334
9334
|
dateInfo: Tf,
|
|
9335
9335
|
dot: If,
|
|
9336
|
-
contentTitle:
|
|
9337
|
-
contentTextList:
|
|
9336
|
+
contentTitle: kf,
|
|
9337
|
+
contentTextList: Uf,
|
|
9338
9338
|
contentButton: Rf,
|
|
9339
|
-
linkStyled:
|
|
9340
|
-
},
|
|
9341
|
-
content:
|
|
9339
|
+
linkStyled: qf
|
|
9340
|
+
}, Lf = "_content_12i3e_1", Bf = {
|
|
9341
|
+
content: Lf
|
|
9342
9342
|
}, Of = (e) => /* @__PURE__ */ a("section", { className: Bf.content, id: e.id, children: e.children }), Pf = (e) => e.replace(/<p>(\s| )+<\/p>/g, ""), Df = (e) => {
|
|
9343
9343
|
const t = /src="\/(.*?)"/g;
|
|
9344
9344
|
return e.replace(t, `src="${An()}/$1"`);
|
|
@@ -9397,7 +9397,7 @@ const jf = async ({
|
|
|
9397
9397
|
)
|
|
9398
9398
|
] }),
|
|
9399
9399
|
/* @__PURE__ */ a("p", { className: $e.contentTitle, children: e[0]?.list.integrated ? s.title : `${s.index}. ${s.title}` }),
|
|
9400
|
-
s.image && /* @__PURE__ */ a(
|
|
9400
|
+
s.image && /* @__PURE__ */ a(Ue, { preview: s.image, isLarge: !0 }),
|
|
9401
9401
|
/* @__PURE__ */ a(
|
|
9402
9402
|
"div",
|
|
9403
9403
|
{
|
|
@@ -9438,7 +9438,7 @@ const jf = async ({
|
|
|
9438
9438
|
Telegram: "telegram"
|
|
9439
9439
|
};
|
|
9440
9440
|
function Gf({ url: e }) {
|
|
9441
|
-
return e && e !== "" && /* @__PURE__ */ h(
|
|
9441
|
+
return e && e !== "" && /* @__PURE__ */ h(L, { href: e, className: de.googleProfileButton, children: [
|
|
9442
9442
|
/* @__PURE__ */ a(
|
|
9443
9443
|
"svg",
|
|
9444
9444
|
{
|
|
@@ -9589,7 +9589,7 @@ const Hf = () => /* @__PURE__ */ h("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
9589
9589
|
visibleItems: 1,
|
|
9590
9590
|
pagination: !0,
|
|
9591
9591
|
cardGap: 0,
|
|
9592
|
-
children: s && s.map((i, c) => /* @__PURE__ */ a(
|
|
9592
|
+
children: s && s.map((i, c) => /* @__PURE__ */ a(Ue, { preview: i, priorityHigh: !0 }, c))
|
|
9593
9593
|
}
|
|
9594
9594
|
),
|
|
9595
9595
|
/* @__PURE__ */ a("div", { className: bn.description, children: s && s[0]?.description })
|
|
@@ -9969,7 +9969,7 @@ const i0 = "_content_1kodm_1", c0 = "_title_1kodm_35", gr = {
|
|
|
9969
9969
|
title: { ...s.main.title, section: o ? s.main.title.home : s.main.title.section }
|
|
9970
9970
|
} };
|
|
9971
9971
|
return /* @__PURE__ */ a(
|
|
9972
|
-
|
|
9972
|
+
Un,
|
|
9973
9973
|
{
|
|
9974
9974
|
...c,
|
|
9975
9975
|
titleGradient: !0,
|
|
@@ -9993,7 +9993,7 @@ const i0 = "_content_1kodm_1", c0 = "_title_1kodm_35", gr = {
|
|
|
9993
9993
|
title: { ...s.main.title, section: o ? s.main.title.home : s.main.title.section }
|
|
9994
9994
|
} };
|
|
9995
9995
|
return /* @__PURE__ */ a(
|
|
9996
|
-
|
|
9996
|
+
Un,
|
|
9997
9997
|
{
|
|
9998
9998
|
...c,
|
|
9999
9999
|
titleGradient: !0,
|
|
@@ -10020,7 +10020,7 @@ const i0 = "_content_1kodm_1", c0 = "_title_1kodm_35", gr = {
|
|
|
10020
10020
|
title: { ...s.main.title, section: o ? s.main.title.home : s.main.title.section }
|
|
10021
10021
|
} };
|
|
10022
10022
|
return /* @__PURE__ */ st(
|
|
10023
|
-
|
|
10023
|
+
Un,
|
|
10024
10024
|
{
|
|
10025
10025
|
...c,
|
|
10026
10026
|
key: i,
|
|
@@ -10061,7 +10061,7 @@ const i0 = "_content_1kodm_1", c0 = "_title_1kodm_35", gr = {
|
|
|
10061
10061
|
/* @__PURE__ */ a("p", { className: ct.title, children: o?.main?.title.home }),
|
|
10062
10062
|
o?.main?.subtitle?.rendered && /* @__PURE__ */ a("p", { className: ct.subtitle, children: o?.main?.subtitle?.striped })
|
|
10063
10063
|
] }),
|
|
10064
|
-
/* @__PURE__ */ a(
|
|
10064
|
+
/* @__PURE__ */ a(Ue, { preview: o.preview })
|
|
10065
10065
|
]
|
|
10066
10066
|
}
|
|
10067
10067
|
) }),
|
|
@@ -10280,7 +10280,7 @@ const wr = {
|
|
|
10280
10280
|
),
|
|
10281
10281
|
/* @__PURE__ */ a(ht, { children: /* @__PURE__ */ a(rt, { banners: r, index: 1 }) })
|
|
10282
10282
|
] });
|
|
10283
|
-
},
|
|
10283
|
+
}, k0 = (e) => {
|
|
10284
10284
|
const { config: t, hascontent: n } = e, r = t.articlepreview, o = [
|
|
10285
10285
|
ot.videoEmbedded,
|
|
10286
10286
|
ot.videoYouTube,
|
|
@@ -10428,7 +10428,7 @@ const wr = {
|
|
|
10428
10428
|
getVideos: l,
|
|
10429
10429
|
noteShare: e.noteShare,
|
|
10430
10430
|
paths: e.paths,
|
|
10431
|
-
showHeaderImage: !
|
|
10431
|
+
showHeaderImage: !k0(s[0])
|
|
10432
10432
|
}
|
|
10433
10433
|
),
|
|
10434
10434
|
/* @__PURE__ */ a(ge, { banners: r ?? [], name: "block_3" })
|
|
@@ -10438,11 +10438,11 @@ const wr = {
|
|
|
10438
10438
|
}
|
|
10439
10439
|
)
|
|
10440
10440
|
] }) });
|
|
10441
|
-
},
|
|
10442
|
-
content:
|
|
10441
|
+
}, U0 = "_content_1mczt_1", R0 = "_contentInfo_1mczt_47", q0 = "_imageStyled_1mczt_81", L0 = "_name_1mczt_91", B0 = "_description_1mczt_101", O0 = "_contentInfoWithoutImg_1mczt_207", yt = {
|
|
10442
|
+
content: U0,
|
|
10443
10443
|
contentInfo: R0,
|
|
10444
|
-
imageStyled:
|
|
10445
|
-
name:
|
|
10444
|
+
imageStyled: q0,
|
|
10445
|
+
name: L0,
|
|
10446
10446
|
description: B0,
|
|
10447
10447
|
contentInfoWithoutImg: O0
|
|
10448
10448
|
}, P0 = async (e) => {
|
|
@@ -10766,7 +10766,7 @@ const wr = {
|
|
|
10766
10766
|
const { size: t = "longer", video: n } = e, r = n.main.image.sizes[0]?.url ?? "";
|
|
10767
10767
|
return /* @__PURE__ */ a("figure", { className: Pt.figure, children: /* @__PURE__ */ h("span", { className: Pt.backdrop, children: [
|
|
10768
10768
|
/* @__PURE__ */ a("span", { className: Pt.backDropAux }),
|
|
10769
|
-
/* @__PURE__ */ a(
|
|
10769
|
+
/* @__PURE__ */ a(L, { href: n.info.link.url, target: n.info.link.target, children: /* @__PURE__ */ h("div", { children: [
|
|
10770
10770
|
n.main.image.sizes.map(async (o, s) => o.width >= 580 ? /* @__PURE__ */ a(
|
|
10771
10771
|
"source",
|
|
10772
10772
|
{
|
|
@@ -10821,13 +10821,13 @@ const wr = {
|
|
|
10821
10821
|
}, Cg = (e) => {
|
|
10822
10822
|
const { video: t } = e;
|
|
10823
10823
|
return /* @__PURE__ */ a(
|
|
10824
|
-
|
|
10824
|
+
L,
|
|
10825
10825
|
{
|
|
10826
10826
|
href: t.info.link.url ? t.info.link.url : void 0,
|
|
10827
10827
|
target: t.info.link.target,
|
|
10828
10828
|
children: /* @__PURE__ */ h("section", { className: br.container, children: [
|
|
10829
10829
|
/* @__PURE__ */ a(
|
|
10830
|
-
|
|
10830
|
+
Ue,
|
|
10831
10831
|
{
|
|
10832
10832
|
isLarge: !0,
|
|
10833
10833
|
preview: {
|
|
@@ -10848,7 +10848,7 @@ const wr = {
|
|
|
10848
10848
|
/* @__PURE__ */ a(Cg, { video: e.video }),
|
|
10849
10849
|
/* @__PURE__ */ h("div", { className: lt.articleSection, children: [
|
|
10850
10850
|
/* @__PURE__ */ a(
|
|
10851
|
-
|
|
10851
|
+
L,
|
|
10852
10852
|
{
|
|
10853
10853
|
className: lt.title,
|
|
10854
10854
|
href: e.video.info.link.url,
|
|
@@ -11113,7 +11113,7 @@ const Ng = (e) => {
|
|
|
11113
11113
|
style: { order: s },
|
|
11114
11114
|
children: /* @__PURE__ */ h("section", { className: Dt.content, children: [
|
|
11115
11115
|
/* @__PURE__ */ a(
|
|
11116
|
-
|
|
11116
|
+
L,
|
|
11117
11117
|
{
|
|
11118
11118
|
title: i?.title?.section,
|
|
11119
11119
|
href: d?.link?.url ?? "invalidUrl",
|
|
@@ -11164,7 +11164,7 @@ const Ng = (e) => {
|
|
|
11164
11164
|
t && /* @__PURE__ */ a(Sg, { className: re.dotStyles }),
|
|
11165
11165
|
e?.info?.section?.url && /* @__PURE__ */ h("div", { className: re.sectionDescriptionContainer, children: [
|
|
11166
11166
|
/* @__PURE__ */ a(
|
|
11167
|
-
|
|
11167
|
+
L,
|
|
11168
11168
|
{
|
|
11169
11169
|
className: re.sectionDescription,
|
|
11170
11170
|
href: e.info.section.url ?? "invalidUrl",
|
|
@@ -11174,7 +11174,7 @@ const Ng = (e) => {
|
|
|
11174
11174
|
e?.main?.uppertitle && /* @__PURE__ */ a("p", { className: re.uppertitle, children: e.main.uppertitle })
|
|
11175
11175
|
] }),
|
|
11176
11176
|
/* @__PURE__ */ a("h2", { className: re.articule, children: /* @__PURE__ */ a(
|
|
11177
|
-
|
|
11177
|
+
L,
|
|
11178
11178
|
{
|
|
11179
11179
|
className: re.linkStyled,
|
|
11180
11180
|
style: {
|
|
@@ -11199,7 +11199,7 @@ const Ng = (e) => {
|
|
|
11199
11199
|
}
|
|
11200
11200
|
),
|
|
11201
11201
|
(e?.config?.showtime || e.config?.showauthor) && o && /* @__PURE__ */ a(K, { children: e.authors?.[0]?.internaluser ? /* @__PURE__ */ a(
|
|
11202
|
-
|
|
11202
|
+
L,
|
|
11203
11203
|
{
|
|
11204
11204
|
className: re.correspondentLink,
|
|
11205
11205
|
href: `/autor/${e.authors[0].name}`,
|
|
@@ -11207,7 +11207,7 @@ const Ng = (e) => {
|
|
|
11207
11207
|
}
|
|
11208
11208
|
) : /* @__PURE__ */ a("div", { className: re.correspondent, children: o }) })
|
|
11209
11209
|
] });
|
|
11210
|
-
},
|
|
11210
|
+
}, kg = ({
|
|
11211
11211
|
user: e,
|
|
11212
11212
|
handleLogout: t,
|
|
11213
11213
|
message: n
|
|
@@ -11246,11 +11246,11 @@ const Ng = (e) => {
|
|
|
11246
11246
|
/* @__PURE__ */ a("p", { className: "comment-text", children: n })
|
|
11247
11247
|
] })
|
|
11248
11248
|
] }) });
|
|
11249
|
-
},
|
|
11250
|
-
overlay:
|
|
11249
|
+
}, Ug = "_overlay_1ng7z_5", Rg = "_popup_1ng7z_33", qg = "_title_1ng7z_79", Lg = "_optionsContainer_1ng7z_103", Bg = "_option_1ng7z_103", Og = "_radioInput_1ng7z_131", Pg = "_radioCustom_1ng7z_139", Dg = "_optionLabel_1ng7z_193", Mg = "_buttons_1ng7z_219", jg = "_cancelButton_1ng7z_233", Qg = "_closeButton_1ng7z_235", Gg = "_buttonAlone_1ng7z_273", Hg = "_reportButton_1ng7z_285", zg = "_successContainer_1ng7z_325", Vg = "_thumbsUp_1ng7z_341", Fg = "_successMessage_1ng7z_353", Wg = "_errorMessage_1ng7z_435", $g = "_loadingContainer_1ng7z_461", ue = {
|
|
11250
|
+
overlay: Ug,
|
|
11251
11251
|
popup: Rg,
|
|
11252
|
-
title:
|
|
11253
|
-
optionsContainer:
|
|
11252
|
+
title: qg,
|
|
11253
|
+
optionsContainer: Lg,
|
|
11254
11254
|
option: Bg,
|
|
11255
11255
|
radioInput: Og,
|
|
11256
11256
|
radioCustom: Pg,
|
|
@@ -11474,16 +11474,16 @@ var Nr;
|
|
|
11474
11474
|
function Xg() {
|
|
11475
11475
|
return Nr || (Nr = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
11476
11476
|
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, r = e ? Symbol.for("react.fragment") : 60107, o = e ? Symbol.for("react.strict_mode") : 60108, s = e ? Symbol.for("react.profiler") : 60114, i = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, d = e ? Symbol.for("react.async_mode") : 60111, l = e ? Symbol.for("react.concurrent_mode") : 60111, u = e ? Symbol.for("react.forward_ref") : 60112, m = e ? Symbol.for("react.suspense") : 60113, f = e ? Symbol.for("react.suspense_list") : 60120, p = e ? Symbol.for("react.memo") : 60115, g = e ? Symbol.for("react.lazy") : 60116, A = e ? Symbol.for("react.block") : 60121, y = e ? Symbol.for("react.fundamental") : 60117, C = e ? Symbol.for("react.responder") : 60118, S = e ? Symbol.for("react.scope") : 60119;
|
|
11477
|
-
function _(
|
|
11478
|
-
return typeof
|
|
11479
|
-
|
|
11477
|
+
function _(q) {
|
|
11478
|
+
return typeof q == "string" || typeof q == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
|
|
11479
|
+
q === r || q === l || q === s || q === o || q === m || q === f || typeof q == "object" && q !== null && (q.$$typeof === g || q.$$typeof === p || q.$$typeof === i || q.$$typeof === c || q.$$typeof === u || q.$$typeof === y || q.$$typeof === C || q.$$typeof === S || q.$$typeof === A);
|
|
11480
11480
|
}
|
|
11481
|
-
function T(
|
|
11482
|
-
if (typeof
|
|
11483
|
-
var Ae =
|
|
11481
|
+
function T(q) {
|
|
11482
|
+
if (typeof q == "object" && q !== null) {
|
|
11483
|
+
var Ae = q.$$typeof;
|
|
11484
11484
|
switch (Ae) {
|
|
11485
11485
|
case t:
|
|
11486
|
-
var Ft =
|
|
11486
|
+
var Ft = q.type;
|
|
11487
11487
|
switch (Ft) {
|
|
11488
11488
|
case d:
|
|
11489
11489
|
case l:
|
|
@@ -11493,14 +11493,14 @@ function Xg() {
|
|
|
11493
11493
|
case m:
|
|
11494
11494
|
return Ft;
|
|
11495
11495
|
default:
|
|
11496
|
-
var
|
|
11497
|
-
switch (
|
|
11496
|
+
var Ua = Ft && Ft.$$typeof;
|
|
11497
|
+
switch (Ua) {
|
|
11498
11498
|
case c:
|
|
11499
11499
|
case u:
|
|
11500
11500
|
case g:
|
|
11501
11501
|
case p:
|
|
11502
11502
|
case i:
|
|
11503
|
-
return
|
|
11503
|
+
return Ua;
|
|
11504
11504
|
default:
|
|
11505
11505
|
return Ae;
|
|
11506
11506
|
}
|
|
@@ -11510,47 +11510,47 @@ function Xg() {
|
|
|
11510
11510
|
}
|
|
11511
11511
|
}
|
|
11512
11512
|
}
|
|
11513
|
-
var b = d, x = l, j = c, Q = i, te = t, G = u, O = r, ee = g, ce = p, D = n,
|
|
11514
|
-
function z(
|
|
11515
|
-
return I || (I = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), w(
|
|
11513
|
+
var b = d, x = l, j = c, Q = i, te = t, G = u, O = r, ee = g, ce = p, D = n, U = s, E = o, P = m, I = !1;
|
|
11514
|
+
function z(q) {
|
|
11515
|
+
return I || (I = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), w(q) || T(q) === d;
|
|
11516
11516
|
}
|
|
11517
|
-
function w(
|
|
11518
|
-
return T(
|
|
11517
|
+
function w(q) {
|
|
11518
|
+
return T(q) === l;
|
|
11519
11519
|
}
|
|
11520
|
-
function N(
|
|
11521
|
-
return T(
|
|
11520
|
+
function N(q) {
|
|
11521
|
+
return T(q) === c;
|
|
11522
11522
|
}
|
|
11523
|
-
function R(
|
|
11524
|
-
return T(
|
|
11523
|
+
function R(q) {
|
|
11524
|
+
return T(q) === i;
|
|
11525
11525
|
}
|
|
11526
|
-
function M(
|
|
11527
|
-
return typeof
|
|
11526
|
+
function M(q) {
|
|
11527
|
+
return typeof q == "object" && q !== null && q.$$typeof === t;
|
|
11528
11528
|
}
|
|
11529
|
-
function B(
|
|
11530
|
-
return T(
|
|
11529
|
+
function B(q) {
|
|
11530
|
+
return T(q) === u;
|
|
11531
11531
|
}
|
|
11532
|
-
function H(
|
|
11533
|
-
return T(
|
|
11532
|
+
function H(q) {
|
|
11533
|
+
return T(q) === r;
|
|
11534
11534
|
}
|
|
11535
|
-
function V(
|
|
11536
|
-
return T(
|
|
11535
|
+
function V(q) {
|
|
11536
|
+
return T(q) === g;
|
|
11537
11537
|
}
|
|
11538
|
-
function F(
|
|
11539
|
-
return T(
|
|
11538
|
+
function F(q) {
|
|
11539
|
+
return T(q) === p;
|
|
11540
11540
|
}
|
|
11541
|
-
function Z(
|
|
11542
|
-
return T(
|
|
11541
|
+
function Z(q) {
|
|
11542
|
+
return T(q) === n;
|
|
11543
11543
|
}
|
|
11544
|
-
function X(
|
|
11545
|
-
return T(
|
|
11544
|
+
function X(q) {
|
|
11545
|
+
return T(q) === s;
|
|
11546
11546
|
}
|
|
11547
|
-
function W(
|
|
11548
|
-
return T(
|
|
11547
|
+
function W(q) {
|
|
11548
|
+
return T(q) === o;
|
|
11549
11549
|
}
|
|
11550
|
-
function ie(
|
|
11551
|
-
return T(
|
|
11550
|
+
function ie(q) {
|
|
11551
|
+
return T(q) === m;
|
|
11552
11552
|
}
|
|
11553
|
-
ae.AsyncMode = b, ae.ConcurrentMode = x, ae.ContextConsumer = j, ae.ContextProvider = Q, ae.Element = te, ae.ForwardRef = G, ae.Fragment = O, ae.Lazy = ee, ae.Memo = ce, ae.Portal = D, ae.Profiler =
|
|
11553
|
+
ae.AsyncMode = b, ae.ConcurrentMode = x, ae.ContextConsumer = j, ae.ContextProvider = Q, ae.Element = te, ae.ForwardRef = G, ae.Fragment = O, ae.Lazy = ee, ae.Memo = ce, ae.Portal = D, ae.Profiler = U, ae.StrictMode = E, ae.Suspense = P, ae.isAsyncMode = z, ae.isConcurrentMode = w, ae.isContextConsumer = N, ae.isContextProvider = R, ae.isElement = M, ae.isForwardRef = B, ae.isFragment = H, ae.isLazy = V, ae.isMemo = F, ae.isPortal = Z, ae.isProfiler = X, ae.isStrictMode = W, ae.isSuspense = ie, ae.isValidElementType = _, ae.typeOf = T;
|
|
11554
11554
|
})()), ae;
|
|
11555
11555
|
}
|
|
11556
11556
|
var Sr;
|
|
@@ -11611,7 +11611,7 @@ function Ia() {
|
|
|
11611
11611
|
return Yn = e, Yn;
|
|
11612
11612
|
}
|
|
11613
11613
|
var Kn, Tr;
|
|
11614
|
-
function
|
|
11614
|
+
function ko() {
|
|
11615
11615
|
return Tr || (Tr = 1, Kn = Function.call.bind(Object.prototype.hasOwnProperty)), Kn;
|
|
11616
11616
|
}
|
|
11617
11617
|
var Jn, Ir;
|
|
@@ -11621,7 +11621,7 @@ function tp() {
|
|
|
11621
11621
|
var e = function() {
|
|
11622
11622
|
};
|
|
11623
11623
|
if (process.env.NODE_ENV !== "production") {
|
|
11624
|
-
var t = /* @__PURE__ */ Ia(), n = {}, r = /* @__PURE__ */
|
|
11624
|
+
var t = /* @__PURE__ */ Ia(), n = {}, r = /* @__PURE__ */ ko();
|
|
11625
11625
|
e = function(s) {
|
|
11626
11626
|
var i = "Warning: " + s;
|
|
11627
11627
|
typeof console < "u" && console.error(i);
|
|
@@ -11663,11 +11663,11 @@ function tp() {
|
|
|
11663
11663
|
process.env.NODE_ENV !== "production" && (n = {});
|
|
11664
11664
|
}, Jn = o, Jn;
|
|
11665
11665
|
}
|
|
11666
|
-
var Zn,
|
|
11666
|
+
var Zn, kr;
|
|
11667
11667
|
function np() {
|
|
11668
|
-
if (
|
|
11669
|
-
|
|
11670
|
-
var e = Ta(), t = ep(), n = /* @__PURE__ */ Ia(), r = /* @__PURE__ */
|
|
11668
|
+
if (kr) return Zn;
|
|
11669
|
+
kr = 1;
|
|
11670
|
+
var e = Ta(), t = ep(), n = /* @__PURE__ */ Ia(), r = /* @__PURE__ */ ko(), o = /* @__PURE__ */ tp(), s = function() {
|
|
11671
11671
|
};
|
|
11672
11672
|
process.env.NODE_ENV !== "production" && (s = function(c) {
|
|
11673
11673
|
var d = "Warning: " + c;
|
|
@@ -11721,10 +11721,10 @@ function np() {
|
|
|
11721
11721
|
function M(H, V, F, Z, X, W, ie) {
|
|
11722
11722
|
if (Z = Z || f, W = W || F, ie !== n) {
|
|
11723
11723
|
if (d) {
|
|
11724
|
-
var
|
|
11724
|
+
var q = new Error(
|
|
11725
11725
|
"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"
|
|
11726
11726
|
);
|
|
11727
|
-
throw
|
|
11727
|
+
throw q.name = "Invariant Violation", q;
|
|
11728
11728
|
} else if (process.env.NODE_ENV !== "production" && typeof console < "u") {
|
|
11729
11729
|
var Ae = Z + ":" + F;
|
|
11730
11730
|
!N[Ae] && // Avoid spamming the console because they are often not actionable except for lib authors
|
|
@@ -11814,9 +11814,9 @@ function np() {
|
|
|
11814
11814
|
for (var F = R[M], Z = 0; Z < w.length; Z++)
|
|
11815
11815
|
if (g(F, w[Z]))
|
|
11816
11816
|
return null;
|
|
11817
|
-
var X = JSON.stringify(w, function(ie,
|
|
11818
|
-
var Ae = P(
|
|
11819
|
-
return Ae === "symbol" ? String(
|
|
11817
|
+
var X = JSON.stringify(w, function(ie, q) {
|
|
11818
|
+
var Ae = P(q);
|
|
11819
|
+
return Ae === "symbol" ? String(q) : q;
|
|
11820
11820
|
});
|
|
11821
11821
|
return new A("Invalid " + H + " `" + V + "` of value `" + String(F) + "` " + ("supplied to `" + B + "`, expected one of " + X + "."));
|
|
11822
11822
|
}
|
|
@@ -11851,10 +11851,10 @@ function np() {
|
|
|
11851
11851
|
}
|
|
11852
11852
|
function M(B, H, V, F, Z) {
|
|
11853
11853
|
for (var X = [], W = 0; W < w.length; W++) {
|
|
11854
|
-
var ie = w[W],
|
|
11855
|
-
if (
|
|
11854
|
+
var ie = w[W], q = ie(B, H, V, F, Z, n);
|
|
11855
|
+
if (q == null)
|
|
11856
11856
|
return null;
|
|
11857
|
-
|
|
11857
|
+
q.data && r(q.data, "expectedType") && X.push(q.data.expectedType);
|
|
11858
11858
|
}
|
|
11859
11859
|
var Ae = X.length > 0 ? ", expected one of type [" + X.join(", ") + "]" : "";
|
|
11860
11860
|
return new A("Invalid " + F + " `" + Z + "` supplied to " + ("`" + V + "`" + Ae + "."));
|
|
@@ -11904,9 +11904,9 @@ function np() {
|
|
|
11904
11904
|
"Invalid " + H + " `" + V + "` key `" + W + "` supplied to `" + B + "`.\nBad object: " + JSON.stringify(R[M], null, " ") + `
|
|
11905
11905
|
Valid keys: ` + JSON.stringify(Object.keys(w), null, " ")
|
|
11906
11906
|
);
|
|
11907
|
-
var
|
|
11908
|
-
if (
|
|
11909
|
-
return
|
|
11907
|
+
var q = ie(F, W, B, H, V + "." + W, n);
|
|
11908
|
+
if (q)
|
|
11909
|
+
return q;
|
|
11910
11910
|
}
|
|
11911
11911
|
return null;
|
|
11912
11912
|
}
|
|
@@ -11945,12 +11945,12 @@ Valid keys: ` + JSON.stringify(Object.keys(w), null, " ")
|
|
|
11945
11945
|
return !1;
|
|
11946
11946
|
}
|
|
11947
11947
|
}
|
|
11948
|
-
function
|
|
11948
|
+
function U(w, N) {
|
|
11949
11949
|
return w === "symbol" ? !0 : N ? N["@@toStringTag"] === "Symbol" || typeof Symbol == "function" && N instanceof Symbol : !1;
|
|
11950
11950
|
}
|
|
11951
11951
|
function E(w) {
|
|
11952
11952
|
var N = typeof w;
|
|
11953
|
-
return Array.isArray(w) ? "array" : w instanceof RegExp ? "object" :
|
|
11953
|
+
return Array.isArray(w) ? "array" : w instanceof RegExp ? "object" : U(N, w) ? "symbol" : N;
|
|
11954
11954
|
}
|
|
11955
11955
|
function P(w) {
|
|
11956
11956
|
if (typeof w > "u" || w === null)
|
|
@@ -11984,10 +11984,10 @@ Valid keys: ` + JSON.stringify(Object.keys(w), null, " ")
|
|
|
11984
11984
|
return p.checkPropTypes = o, p.resetWarningCache = o.resetWarningCache, p.PropTypes = p, p;
|
|
11985
11985
|
}, Zn;
|
|
11986
11986
|
}
|
|
11987
|
-
var Xn,
|
|
11987
|
+
var Xn, Ur;
|
|
11988
11988
|
function ap() {
|
|
11989
|
-
if (
|
|
11990
|
-
|
|
11989
|
+
if (Ur) return Xn;
|
|
11990
|
+
Ur = 1;
|
|
11991
11991
|
var e = /* @__PURE__ */ Ia();
|
|
11992
11992
|
function t() {
|
|
11993
11993
|
}
|
|
@@ -12171,10 +12171,10 @@ Rn.defaultProps = {
|
|
|
12171
12171
|
size: "normal",
|
|
12172
12172
|
badge: "bottomright"
|
|
12173
12173
|
};
|
|
12174
|
-
var ea,
|
|
12174
|
+
var ea, qr;
|
|
12175
12175
|
function lp() {
|
|
12176
|
-
if (
|
|
12177
|
-
|
|
12176
|
+
if (qr) return ea;
|
|
12177
|
+
qr = 1;
|
|
12178
12178
|
var e = Ta(), t = {
|
|
12179
12179
|
childContextTypes: !0,
|
|
12180
12180
|
contextType: !0,
|
|
@@ -12259,7 +12259,7 @@ function hp(e, t) {
|
|
|
12259
12259
|
function mp(e, t) {
|
|
12260
12260
|
e.prototype = Object.create(t.prototype), e.prototype.constructor = e, e.__proto__ = t;
|
|
12261
12261
|
}
|
|
12262
|
-
var
|
|
12262
|
+
var Le = {}, fp = 0;
|
|
12263
12263
|
function gp(e, t) {
|
|
12264
12264
|
return t = t || {}, function(r) {
|
|
12265
12265
|
var o = r.displayName || r.name || "Component", s = /* @__PURE__ */ (function(c) {
|
|
@@ -12279,7 +12279,7 @@ function gp(e, t) {
|
|
|
12279
12279
|
return f.props.asyncScriptOnLoad && f.props.asyncScriptOnLoad(f.state);
|
|
12280
12280
|
});
|
|
12281
12281
|
}, l.asyncScriptLoaderTriggerOnScriptLoaded = function() {
|
|
12282
|
-
var m =
|
|
12282
|
+
var m = Le[this.__scriptURL];
|
|
12283
12283
|
if (!m || !m.loaded)
|
|
12284
12284
|
throw new Error("Script is not loaded.");
|
|
12285
12285
|
for (var f in m.observers)
|
|
@@ -12287,11 +12287,11 @@ function gp(e, t) {
|
|
|
12287
12287
|
delete window[t.callbackName];
|
|
12288
12288
|
}, l.componentDidMount = function() {
|
|
12289
12289
|
var m = this, f = this.setupScriptURL(), p = this.asyncScriptLoaderGetScriptLoaderID(), g = t, A = g.globalName, y = g.callbackName, C = g.scriptId;
|
|
12290
|
-
if (A && typeof window[A] < "u" && (
|
|
12290
|
+
if (A && typeof window[A] < "u" && (Le[f] = {
|
|
12291
12291
|
loaded: !0,
|
|
12292
12292
|
observers: {}
|
|
12293
|
-
}),
|
|
12294
|
-
var S =
|
|
12293
|
+
}), Le[f]) {
|
|
12294
|
+
var S = Le[f];
|
|
12295
12295
|
if (S && (S.loaded || S.errored)) {
|
|
12296
12296
|
this.asyncScriptLoaderHandleLoad(S);
|
|
12297
12297
|
return;
|
|
@@ -12304,7 +12304,7 @@ function gp(e, t) {
|
|
|
12304
12304
|
var _ = {};
|
|
12305
12305
|
_[p] = function(j) {
|
|
12306
12306
|
return m.asyncScriptLoaderHandleLoad(j);
|
|
12307
|
-
},
|
|
12307
|
+
}, Le[f] = {
|
|
12308
12308
|
loaded: !1,
|
|
12309
12309
|
observers: _
|
|
12310
12310
|
};
|
|
@@ -12314,8 +12314,8 @@ function gp(e, t) {
|
|
|
12314
12314
|
T.setAttribute(b, t.attributes[b]);
|
|
12315
12315
|
C && (T.id = C);
|
|
12316
12316
|
var x = function(Q) {
|
|
12317
|
-
if (
|
|
12318
|
-
var te =
|
|
12317
|
+
if (Le[f]) {
|
|
12318
|
+
var te = Le[f], G = te.observers;
|
|
12319
12319
|
for (var O in G)
|
|
12320
12320
|
Q(G[O]) && delete G[O];
|
|
12321
12321
|
}
|
|
@@ -12323,12 +12323,12 @@ function gp(e, t) {
|
|
|
12323
12323
|
y && typeof window < "u" && (window[y] = function() {
|
|
12324
12324
|
return m.asyncScriptLoaderTriggerOnScriptLoaded();
|
|
12325
12325
|
}), T.onload = function() {
|
|
12326
|
-
var j =
|
|
12326
|
+
var j = Le[f];
|
|
12327
12327
|
j && (j.loaded = !0, x(function(Q) {
|
|
12328
12328
|
return y ? !1 : (Q(j), !0);
|
|
12329
12329
|
}));
|
|
12330
12330
|
}, T.onerror = function() {
|
|
12331
|
-
var j =
|
|
12331
|
+
var j = Le[f];
|
|
12332
12332
|
j && (j.errored = !0, x(function(Q) {
|
|
12333
12333
|
return Q(j), !0;
|
|
12334
12334
|
}));
|
|
@@ -12338,8 +12338,8 @@ function gp(e, t) {
|
|
|
12338
12338
|
if (t.removeOnUnmount === !0)
|
|
12339
12339
|
for (var f = document.getElementsByTagName("script"), p = 0; p < f.length; p += 1)
|
|
12340
12340
|
f[p].src.indexOf(m) > -1 && f[p].parentNode && f[p].parentNode.removeChild(f[p]);
|
|
12341
|
-
var g =
|
|
12342
|
-
g && (delete g.observers[this.asyncScriptLoaderGetScriptLoaderID()], t.removeOnUnmount === !0 && delete
|
|
12341
|
+
var g = Le[m];
|
|
12342
|
+
g && (delete g.observers[this.asyncScriptLoaderGetScriptLoaderID()], t.removeOnUnmount === !0 && delete Le[m]);
|
|
12343
12343
|
}, l.render = function() {
|
|
12344
12344
|
var m = t.globalName, f = this.props;
|
|
12345
12345
|
f.asyncScriptOnLoad;
|
|
@@ -12364,13 +12364,13 @@ function Ap() {
|
|
|
12364
12364
|
var e = fa(), t = e.useRecaptchaNet ? "recaptcha.net" : "www.google.com";
|
|
12365
12365
|
return e.enterprise ? "https://" + t + "/recaptcha/enterprise.js?onload=" + ma + "&render=explicit" : "https://" + t + "/recaptcha/api.js?onload=" + ma + "&render=explicit";
|
|
12366
12366
|
}
|
|
12367
|
-
const
|
|
12367
|
+
const Uo = gp(Ap, {
|
|
12368
12368
|
callbackName: ma,
|
|
12369
12369
|
globalName: pp,
|
|
12370
12370
|
attributes: fa().nonce ? {
|
|
12371
12371
|
nonce: fa().nonce
|
|
12372
12372
|
} : {}
|
|
12373
|
-
})(Rn), wp = "
|
|
12373
|
+
})(Rn), wp = "_overlay_1lkqq_1", yp = "_header_1lkqq_35", vp = "_logo_1lkqq_49", bp = "_card_1lkqq_63", Cp = "_close_1lkqq_93", _p = "_form_1lkqq_141", Np = "_formUl_1lkqq_159", Sp = "_field_1lkqq_183", Ep = "_label_1lkqq_197", xp = "_input_1lkqq_215", Tp = "_error_1lkqq_251", Ip = "_primary_1lkqq_263", kp = "_divider_1lkqq_339", Up = "_google_1lkqq_391", Rp = "_googleIcon_1lkqq_451", qp = "_spin_1lkqq_517", Lp = "_checkboxRow_1lkqq_561", Bp = "_terms_1lkqq_635", Op = "_message_1lkqq_697", Pp = "_passwordChecker_1lkqq_707", Dp = "_valid_1lkqq_745", Mp = "_invalid_1lkqq_753", jp = "_forgotPassword_1lkqq_761", Qp = "_successContainer_1lkqq_799", Gp = "_thumbsUp_1lkqq_815", Hp = "_successMessage_1lkqq_827", k = {
|
|
12374
12374
|
overlay: wp,
|
|
12375
12375
|
header: yp,
|
|
12376
12376
|
logo: vp,
|
|
@@ -12383,12 +12383,12 @@ const ko = gp(Ap, {
|
|
|
12383
12383
|
input: xp,
|
|
12384
12384
|
error: Tp,
|
|
12385
12385
|
primary: Ip,
|
|
12386
|
-
divider:
|
|
12387
|
-
google:
|
|
12386
|
+
divider: kp,
|
|
12387
|
+
google: Up,
|
|
12388
12388
|
googleIcon: Rp,
|
|
12389
|
-
spin:
|
|
12390
|
-
checkboxRow:
|
|
12391
|
-
switch: "
|
|
12389
|
+
spin: qp,
|
|
12390
|
+
checkboxRow: Lp,
|
|
12391
|
+
switch: "_switch_1lkqq_619",
|
|
12392
12392
|
terms: Bp,
|
|
12393
12393
|
message: Op,
|
|
12394
12394
|
passwordChecker: Pp,
|
|
@@ -12406,7 +12406,7 @@ const ko = gp(Ap, {
|
|
|
12406
12406
|
width: "24",
|
|
12407
12407
|
height: "24",
|
|
12408
12408
|
viewBox: "0 0 32 32",
|
|
12409
|
-
className:
|
|
12409
|
+
className: k.spin,
|
|
12410
12410
|
children: /* @__PURE__ */ a("path", { d: "M18,4.181v2.021c4.559,0.929,8,4.97,8,9.798c0,5.514-4.486,10-10,10S6,21.514,6,16c0-4.829,3.441-8.869,8-9.798V4.181 C8.334,5.137,4,10.066,4,16c0,6.617,5.383,12,12,12s12-5.383,12-12C28,10.066,23.666,5.137,18,4.181z" })
|
|
12411
12411
|
}
|
|
12412
12412
|
), zp = ({
|
|
@@ -12493,7 +12493,7 @@ const ko = gp(Ap, {
|
|
|
12493
12493
|
] }, C.id)) }),
|
|
12494
12494
|
u && /* @__PURE__ */ a("div", { className: ue.errorMessage, children: u }),
|
|
12495
12495
|
/* @__PURE__ */ a(
|
|
12496
|
-
|
|
12496
|
+
Uo,
|
|
12497
12497
|
{
|
|
12498
12498
|
sitekey: s,
|
|
12499
12499
|
theme: "light",
|
|
@@ -12545,7 +12545,7 @@ const ko = gp(Ap, {
|
|
|
12545
12545
|
] })
|
|
12546
12546
|
] }) });
|
|
12547
12547
|
};
|
|
12548
|
-
async function
|
|
12548
|
+
async function ka({
|
|
12549
12549
|
publication: e,
|
|
12550
12550
|
path: t,
|
|
12551
12551
|
size: n = 5,
|
|
@@ -12632,7 +12632,7 @@ const { PUBLIC_PUBLICATION_ID: Fp } = J(), Wp = Fp, $p = (e) => {
|
|
|
12632
12632
|
(async () => {
|
|
12633
12633
|
const { PUBLIC_X_SECURITY_TOKEN: o } = J();
|
|
12634
12634
|
try {
|
|
12635
|
-
const s = await
|
|
12635
|
+
const s = await ka({
|
|
12636
12636
|
publication: Wp,
|
|
12637
12637
|
path: e ?? "",
|
|
12638
12638
|
size: 5,
|
|
@@ -12652,14 +12652,14 @@ const { PUBLIC_PUBLICATION_ID: Fp } = J(), Wp = Fp, $p = (e) => {
|
|
|
12652
12652
|
/* @__PURE__ */ a("span", { className: "comment-username", children: e }),
|
|
12653
12653
|
/* @__PURE__ */ a("span", { className: "comment-header-dot", children: "•" }),
|
|
12654
12654
|
/* @__PURE__ */ a("span", { className: "comment-date", children: Yg(je(Number(t))) })
|
|
12655
|
-
] }),
|
|
12655
|
+
] }), qo = ({ user: e }) => /* @__PURE__ */ a("div", { className: "comment-avatar", children: e.picture ? /* @__PURE__ */ a(
|
|
12656
12656
|
"img",
|
|
12657
12657
|
{
|
|
12658
12658
|
className: "comment-avatar-img",
|
|
12659
12659
|
src: e.picture,
|
|
12660
12660
|
alt: e.username
|
|
12661
12661
|
}
|
|
12662
|
-
) : e.firstname.charAt(0).toUpperCase() }),
|
|
12662
|
+
) : e.firstname.charAt(0).toUpperCase() }), Lo = ({ isReply: e = !1, onReply: t, onFlag: n }) => /* @__PURE__ */ h("div", { className: "comment-actions", children: [
|
|
12663
12663
|
!e && t && /* @__PURE__ */ a(
|
|
12664
12664
|
"button",
|
|
12665
12665
|
{
|
|
@@ -12734,7 +12734,7 @@ const { PUBLIC_PUBLICATION_ID: Fp } = J(), Wp = Fp, $p = (e) => {
|
|
|
12734
12734
|
const s = xa(e, t);
|
|
12735
12735
|
return /* @__PURE__ */ h("div", { className: "form-actions", children: [
|
|
12736
12736
|
/* @__PURE__ */ a(
|
|
12737
|
-
|
|
12737
|
+
Uo,
|
|
12738
12738
|
{
|
|
12739
12739
|
sitekey: o,
|
|
12740
12740
|
theme: "light",
|
|
@@ -12899,7 +12899,7 @@ const { PUBLIC_PUBLICATION_ID: Fp } = J(), Wp = Fp, $p = (e) => {
|
|
|
12899
12899
|
const o = e.text;
|
|
12900
12900
|
let s = `${Je.firstname} ${Je.lastname}`, i = Je.username;
|
|
12901
12901
|
return e.user && (s = `${e.user.firstname} ${e.user.lastname}`, i = e.user.username), /* @__PURE__ */ a("div", { className: "comment-item reply", children: /* @__PURE__ */ h("div", { className: "comment-header-container", children: [
|
|
12902
|
-
/* @__PURE__ */ a(
|
|
12902
|
+
/* @__PURE__ */ a(qo, { user: e.user ? e.user : Je }),
|
|
12903
12903
|
/* @__PURE__ */ h("div", { style: { flex: 1 }, children: [
|
|
12904
12904
|
/* @__PURE__ */ a(Ro, { username: s, date: e.date.time }),
|
|
12905
12905
|
/* @__PURE__ */ h("div", { className: "comment-reply-to", children: [
|
|
@@ -12908,7 +12908,7 @@ const { PUBLIC_PUBLICATION_ID: Fp } = J(), Wp = Fp, $p = (e) => {
|
|
|
12908
12908
|
] }),
|
|
12909
12909
|
/* @__PURE__ */ a("p", { className: "comment-text", children: o }),
|
|
12910
12910
|
n?.username.toLowerCase() !== i.toLowerCase() && // No puedes responder ni reportar tus respuestas
|
|
12911
|
-
/* @__PURE__ */ a(
|
|
12911
|
+
/* @__PURE__ */ a(Lo, { isReply: !0, onFlag: () => r(e.id) })
|
|
12912
12912
|
] })
|
|
12913
12913
|
] }) });
|
|
12914
12914
|
}, Xp = ({ comment: e, replyingTo: t, path: n, user: r, handleReplyingTo: o, onFlag: s, CAPTCHA_KEY_V2: i }) => {
|
|
@@ -12924,13 +12924,13 @@ const { PUBLIC_PUBLICATION_ID: Fp } = J(), Wp = Fp, $p = (e) => {
|
|
|
12924
12924
|
className: "comment-header-container",
|
|
12925
12925
|
"data-hasreplies": d.reply.length > 0 ? "true" : "false",
|
|
12926
12926
|
children: [
|
|
12927
|
-
/* @__PURE__ */ a(
|
|
12927
|
+
/* @__PURE__ */ a(qo, { user: e.user ? e.user : Je }),
|
|
12928
12928
|
/* @__PURE__ */ h("div", { style: { flex: 1 }, children: [
|
|
12929
12929
|
/* @__PURE__ */ a(Ro, { username: y, date: e.date.time }),
|
|
12930
12930
|
/* @__PURE__ */ a("p", { className: "comment-text", children: g }),
|
|
12931
12931
|
r?.username.toLowerCase() !== C.toLowerCase() && // No puedes responder ni reportar tus respuestas
|
|
12932
12932
|
/* @__PURE__ */ a(
|
|
12933
|
-
|
|
12933
|
+
Lo,
|
|
12934
12934
|
{
|
|
12935
12935
|
onReply: () => o(e.id),
|
|
12936
12936
|
onFlag: () => s(e.id)
|
|
@@ -12967,7 +12967,7 @@ const { PUBLIC_PUBLICATION_ID: Fp } = J(), Wp = Fp, $p = (e) => {
|
|
|
12967
12967
|
const _ = d.reply[d.reply.length - 1]?.id;
|
|
12968
12968
|
m(!0);
|
|
12969
12969
|
try {
|
|
12970
|
-
const b = await
|
|
12970
|
+
const b = await ka({
|
|
12971
12971
|
publication: f ?? "",
|
|
12972
12972
|
path: n ?? "",
|
|
12973
12973
|
size: 2,
|
|
@@ -13037,7 +13037,7 @@ const { PUBLIC_PUBLICATION_ID: Fp } = J(), Wp = Fp, $p = (e) => {
|
|
|
13037
13037
|
}
|
|
13038
13038
|
)
|
|
13039
13039
|
] });
|
|
13040
|
-
}, { PUBLIC_PUBLICATION_ID: t3, PUBLIC_X_SECURITY_TOKEN: n3 } = J(),
|
|
13040
|
+
}, { PUBLIC_PUBLICATION_ID: t3, PUBLIC_X_SECURITY_TOKEN: n3 } = J(), Lr = t3 ?? "", a3 = ({
|
|
13041
13041
|
isAuthenticated: e,
|
|
13042
13042
|
path: t,
|
|
13043
13043
|
user: n,
|
|
@@ -13064,8 +13064,8 @@ const { PUBLIC_PUBLICATION_ID: Fp } = J(), Wp = Fp, $p = (e) => {
|
|
|
13064
13064
|
p(!0);
|
|
13065
13065
|
const j = x.id;
|
|
13066
13066
|
try {
|
|
13067
|
-
const Q = await
|
|
13068
|
-
publication:
|
|
13067
|
+
const Q = await ka({
|
|
13068
|
+
publication: Lr,
|
|
13069
13069
|
path: s ?? "",
|
|
13070
13070
|
size: 5,
|
|
13071
13071
|
sizereply: 2,
|
|
@@ -13086,7 +13086,7 @@ const { PUBLIC_PUBLICATION_ID: Fp } = J(), Wp = Fp, $p = (e) => {
|
|
|
13086
13086
|
/* @__PURE__ */ a("div", { className: "comments-container", children: /* @__PURE__ */ a(me, { title: _ || e ? "COMENTARIOS" : !1, children: /* @__PURE__ */ h(K, { children: [
|
|
13087
13087
|
e && n && /* @__PURE__ */ h("div", { className: "comments-header", children: [
|
|
13088
13088
|
/* @__PURE__ */ a(
|
|
13089
|
-
|
|
13089
|
+
kg,
|
|
13090
13090
|
{
|
|
13091
13091
|
user: n,
|
|
13092
13092
|
handleLogout: r,
|
|
@@ -13140,7 +13140,7 @@ const { PUBLIC_PUBLICATION_ID: Fp } = J(), Wp = Fp, $p = (e) => {
|
|
|
13140
13140
|
zp,
|
|
13141
13141
|
{
|
|
13142
13142
|
username: n?.username ?? void 0,
|
|
13143
|
-
publication:
|
|
13143
|
+
publication: Lr,
|
|
13144
13144
|
commentId: i,
|
|
13145
13145
|
isOpen: i !== void 0,
|
|
13146
13146
|
onClose: () => c(void 0),
|
|
@@ -13277,27 +13277,27 @@ function r3({ goToLogin: e, handleGoogleLogin: t, CAPTCHA_KEY: n }) {
|
|
|
13277
13277
|
}, y = r.password || "";
|
|
13278
13278
|
return /* @__PURE__ */ h(K, { children: [
|
|
13279
13279
|
m === "register" && /* @__PURE__ */ h(K, { children: [
|
|
13280
|
-
/* @__PURE__ */ h("button", { onClick: t, className:
|
|
13280
|
+
/* @__PURE__ */ h("button", { onClick: t, className: k.google, children: [
|
|
13281
13281
|
/* @__PURE__ */ a(
|
|
13282
13282
|
"img",
|
|
13283
13283
|
{
|
|
13284
13284
|
src: "https://www.gstatic.com/firebasejs/ui/2.0.0/images/auth/google.svg",
|
|
13285
13285
|
alt: "",
|
|
13286
|
-
className:
|
|
13286
|
+
className: k.googleIcon
|
|
13287
13287
|
}
|
|
13288
13288
|
),
|
|
13289
13289
|
/* @__PURE__ */ a("span", { children: "Continuar con Google" })
|
|
13290
13290
|
] }),
|
|
13291
|
-
/* @__PURE__ */ a("div", { className:
|
|
13291
|
+
/* @__PURE__ */ a("div", { className: k.divider, children: /* @__PURE__ */ a("span", { children: "o" }) }),
|
|
13292
13292
|
/* @__PURE__ */ h(
|
|
13293
13293
|
"form",
|
|
13294
13294
|
{
|
|
13295
13295
|
onSubmit: g,
|
|
13296
|
-
className:
|
|
13296
|
+
className: k.form,
|
|
13297
13297
|
"data-error": l ? "true" : "false",
|
|
13298
13298
|
children: [
|
|
13299
|
-
/* @__PURE__ */ a("ul", { className:
|
|
13300
|
-
/* @__PURE__ */ a("label", { className:
|
|
13299
|
+
/* @__PURE__ */ a("ul", { className: k.formUl, children: Object.entries(Br).map(([C, { label: S }]) => /* @__PURE__ */ h("div", { className: k.field, children: [
|
|
13300
|
+
/* @__PURE__ */ a("label", { className: k.label, children: S }),
|
|
13301
13301
|
/* @__PURE__ */ a(
|
|
13302
13302
|
"input",
|
|
13303
13303
|
{
|
|
@@ -13305,16 +13305,16 @@ function r3({ goToLogin: e, handleGoogleLogin: t, CAPTCHA_KEY: n }) {
|
|
|
13305
13305
|
name: C,
|
|
13306
13306
|
value: r[C] || "",
|
|
13307
13307
|
onChange: (_) => p(C, _.target.value),
|
|
13308
|
-
className:
|
|
13308
|
+
className: k.input,
|
|
13309
13309
|
placeholder: ""
|
|
13310
13310
|
}
|
|
13311
13311
|
),
|
|
13312
|
-
C === "password" && /* @__PURE__ */ a("div", { className:
|
|
13312
|
+
C === "password" && /* @__PURE__ */ a("div", { className: k.passwordChecker, children: _n.map((_, T) => {
|
|
13313
13313
|
const b = _.test(y);
|
|
13314
13314
|
return /* @__PURE__ */ h(
|
|
13315
13315
|
"div",
|
|
13316
13316
|
{
|
|
13317
|
-
className: b ?
|
|
13317
|
+
className: b ? k.valid : k.invalid,
|
|
13318
13318
|
children: [
|
|
13319
13319
|
/* @__PURE__ */ a("div", { children: b ? "✔" : "○" }),
|
|
13320
13320
|
/* @__PURE__ */ a("div", { children: _.label })
|
|
@@ -13323,7 +13323,7 @@ function r3({ goToLogin: e, handleGoogleLogin: t, CAPTCHA_KEY: n }) {
|
|
|
13323
13323
|
T
|
|
13324
13324
|
);
|
|
13325
13325
|
}) }),
|
|
13326
|
-
C === "confirmPassword" && /* @__PURE__ */ h("div", { className:
|
|
13326
|
+
C === "confirmPassword" && /* @__PURE__ */ h("div", { className: k.checkboxRow, children: [
|
|
13327
13327
|
/* @__PURE__ */ a(
|
|
13328
13328
|
"input",
|
|
13329
13329
|
{
|
|
@@ -13337,19 +13337,19 @@ function r3({ goToLogin: e, handleGoogleLogin: t, CAPTCHA_KEY: n }) {
|
|
|
13337
13337
|
"label",
|
|
13338
13338
|
{
|
|
13339
13339
|
htmlFor: "showPasswordRegister",
|
|
13340
|
-
className:
|
|
13340
|
+
className: k.checkboxLabel,
|
|
13341
13341
|
children: "Mostrar contraseñas"
|
|
13342
13342
|
}
|
|
13343
13343
|
)
|
|
13344
13344
|
] })
|
|
13345
13345
|
] }, C)) }),
|
|
13346
|
-
l && /* @__PURE__ */ a("p", { className:
|
|
13347
|
-
/* @__PURE__ */ h("p", { className:
|
|
13346
|
+
l && /* @__PURE__ */ a("p", { className: k.error, children: l }),
|
|
13347
|
+
/* @__PURE__ */ h("p", { className: k.terms, children: [
|
|
13348
13348
|
"Al continuar, confirmo que he leído y aceptado los",
|
|
13349
13349
|
/* @__PURE__ */ a("a", { href: "/pages/politicas-de-privacidad.html", target: "_blank", children: "Términos y Condiciones" }),
|
|
13350
13350
|
"de nuestra comunidad"
|
|
13351
13351
|
] }),
|
|
13352
|
-
/* @__PURE__ */ a("button", { type: "submit", className:
|
|
13352
|
+
/* @__PURE__ */ a("button", { type: "submit", className: k.primary, disabled: c, children: c ? /* @__PURE__ */ a(Ze, {}) : "Crear cuenta" })
|
|
13353
13353
|
]
|
|
13354
13354
|
}
|
|
13355
13355
|
)
|
|
@@ -13358,11 +13358,11 @@ function r3({ goToLogin: e, handleGoogleLogin: t, CAPTCHA_KEY: n }) {
|
|
|
13358
13358
|
"form",
|
|
13359
13359
|
{
|
|
13360
13360
|
onSubmit: A,
|
|
13361
|
-
className:
|
|
13361
|
+
className: k.form,
|
|
13362
13362
|
"data-error": l ? "true" : "false",
|
|
13363
13363
|
children: [
|
|
13364
|
-
/* @__PURE__ */ h("div", { className:
|
|
13365
|
-
/* @__PURE__ */ a("label", { className:
|
|
13364
|
+
/* @__PURE__ */ h("div", { className: k.field, children: [
|
|
13365
|
+
/* @__PURE__ */ a("label", { className: k.label, children: "Código de verificación" }),
|
|
13366
13366
|
/* @__PURE__ */ a(
|
|
13367
13367
|
"input",
|
|
13368
13368
|
{
|
|
@@ -13370,23 +13370,23 @@ function r3({ goToLogin: e, handleGoogleLogin: t, CAPTCHA_KEY: n }) {
|
|
|
13370
13370
|
name: "confirmationCode",
|
|
13371
13371
|
value: r.confirmationCode || "",
|
|
13372
13372
|
onChange: (C) => p("confirmationCode", C.target.value),
|
|
13373
|
-
className:
|
|
13373
|
+
className: k.input,
|
|
13374
13374
|
required: !0
|
|
13375
13375
|
}
|
|
13376
13376
|
)
|
|
13377
13377
|
] }),
|
|
13378
|
-
l && /* @__PURE__ */ a("p", { className:
|
|
13379
|
-
/* @__PURE__ */ a("button", { type: "submit", className:
|
|
13380
|
-
/* @__PURE__ */ h("p", { className:
|
|
13378
|
+
l && /* @__PURE__ */ a("p", { className: k.error, children: l }),
|
|
13379
|
+
/* @__PURE__ */ a("button", { type: "submit", className: k.primary, disabled: c, children: c ? /* @__PURE__ */ a(Ze, {}) : "Confirmar cuenta" }),
|
|
13380
|
+
/* @__PURE__ */ h("p", { className: k.switch, children: [
|
|
13381
13381
|
"¿Ya confirmaste antes?",
|
|
13382
13382
|
/* @__PURE__ */ a("button", { type: "button", onClick: e, children: "Iniciar sesión" })
|
|
13383
13383
|
] })
|
|
13384
13384
|
]
|
|
13385
13385
|
}
|
|
13386
13386
|
),
|
|
13387
|
-
m === "success" && /* @__PURE__ */ h("form", { className:
|
|
13388
|
-
/* @__PURE__ */ h("div", { className:
|
|
13389
|
-
/* @__PURE__ */ a("div", { className:
|
|
13387
|
+
m === "success" && /* @__PURE__ */ h("form", { className: k.form, children: [
|
|
13388
|
+
/* @__PURE__ */ h("div", { className: k.successContainer, children: [
|
|
13389
|
+
/* @__PURE__ */ a("div", { className: k.thumbsUp, children: /* @__PURE__ */ a(
|
|
13390
13390
|
"svg",
|
|
13391
13391
|
{
|
|
13392
13392
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -13402,14 +13402,14 @@ function r3({ goToLogin: e, handleGoogleLogin: t, CAPTCHA_KEY: n }) {
|
|
|
13402
13402
|
)
|
|
13403
13403
|
}
|
|
13404
13404
|
) }),
|
|
13405
|
-
/* @__PURE__ */ h("div", { className:
|
|
13405
|
+
/* @__PURE__ */ h("div", { className: k.successMessage, children: [
|
|
13406
13406
|
/* @__PURE__ */ a("p", { children: "Confirmación completa." }),
|
|
13407
13407
|
/* @__PURE__ */ a("p", { children: "Ya eres parte de la comunidad!" })
|
|
13408
13408
|
] })
|
|
13409
13409
|
] }),
|
|
13410
|
-
/* @__PURE__ */ a("button", { onClick: e, className:
|
|
13410
|
+
/* @__PURE__ */ a("button", { onClick: e, className: k.primary, children: "Iniciar sesión" })
|
|
13411
13411
|
] }),
|
|
13412
|
-
m === "register" && /* @__PURE__ */ h("p", { className:
|
|
13412
|
+
m === "register" && /* @__PURE__ */ h("p", { className: k.switch, children: [
|
|
13413
13413
|
"¿Ya tenés cuenta?",
|
|
13414
13414
|
/* @__PURE__ */ a("button", { type: "button", onClick: e, children: "Iniciar sesión" })
|
|
13415
13415
|
] })
|
|
@@ -13572,51 +13572,51 @@ function s3({
|
|
|
13572
13572
|
handleGoogleLogin: m
|
|
13573
13573
|
}) {
|
|
13574
13574
|
return /* @__PURE__ */ h(K, { children: [
|
|
13575
|
-
/* @__PURE__ */ h("button", { onClick: m, className:
|
|
13575
|
+
/* @__PURE__ */ h("button", { onClick: m, className: k.google, children: [
|
|
13576
13576
|
/* @__PURE__ */ a(
|
|
13577
13577
|
"img",
|
|
13578
13578
|
{
|
|
13579
13579
|
src: "https://www.gstatic.com/firebasejs/ui/2.0.0/images/auth/google.svg",
|
|
13580
13580
|
alt: "",
|
|
13581
|
-
className:
|
|
13581
|
+
className: k.googleIcon
|
|
13582
13582
|
}
|
|
13583
13583
|
),
|
|
13584
13584
|
/* @__PURE__ */ a("span", { children: "Continuar con Google" })
|
|
13585
13585
|
] }),
|
|
13586
|
-
/* @__PURE__ */ a("div", { className:
|
|
13586
|
+
/* @__PURE__ */ a("div", { className: k.divider, children: /* @__PURE__ */ a("span", { children: "o" }) }),
|
|
13587
13587
|
/* @__PURE__ */ h(
|
|
13588
13588
|
"form",
|
|
13589
13589
|
{
|
|
13590
13590
|
onSubmit: d,
|
|
13591
|
-
className:
|
|
13591
|
+
className: k.form,
|
|
13592
13592
|
"data-error": o ? "true" : "false",
|
|
13593
13593
|
children: [
|
|
13594
|
-
/* @__PURE__ */ h("div", { className:
|
|
13595
|
-
/* @__PURE__ */ a("label", { className:
|
|
13594
|
+
/* @__PURE__ */ h("div", { className: k.field, children: [
|
|
13595
|
+
/* @__PURE__ */ a("label", { className: k.label, children: "Email" }),
|
|
13596
13596
|
/* @__PURE__ */ a(
|
|
13597
13597
|
"input",
|
|
13598
13598
|
{
|
|
13599
13599
|
type: "email",
|
|
13600
13600
|
value: e,
|
|
13601
13601
|
onChange: (f) => s(f.target.value),
|
|
13602
|
-
className:
|
|
13602
|
+
className: k.input,
|
|
13603
13603
|
placeholder: ""
|
|
13604
13604
|
}
|
|
13605
13605
|
)
|
|
13606
13606
|
] }),
|
|
13607
|
-
/* @__PURE__ */ h("div", { className:
|
|
13608
|
-
/* @__PURE__ */ a("label", { className:
|
|
13607
|
+
/* @__PURE__ */ h("div", { className: k.field, children: [
|
|
13608
|
+
/* @__PURE__ */ a("label", { className: k.label, children: "Contraseña" }),
|
|
13609
13609
|
/* @__PURE__ */ a(
|
|
13610
13610
|
"input",
|
|
13611
13611
|
{
|
|
13612
13612
|
type: n ? "text" : "password",
|
|
13613
13613
|
value: t,
|
|
13614
13614
|
onChange: (f) => i(f.target.value),
|
|
13615
|
-
className:
|
|
13615
|
+
className: k.input,
|
|
13616
13616
|
placeholder: ""
|
|
13617
13617
|
}
|
|
13618
13618
|
),
|
|
13619
|
-
/* @__PURE__ */ h("div", { className:
|
|
13619
|
+
/* @__PURE__ */ h("div", { className: k.checkboxRow, children: [
|
|
13620
13620
|
/* @__PURE__ */ a(
|
|
13621
13621
|
"input",
|
|
13622
13622
|
{
|
|
@@ -13626,15 +13626,15 @@ function s3({
|
|
|
13626
13626
|
onChange: (f) => c(f.target.checked)
|
|
13627
13627
|
}
|
|
13628
13628
|
),
|
|
13629
|
-
/* @__PURE__ */ a("label", { htmlFor: "showPasswordLogin", className:
|
|
13629
|
+
/* @__PURE__ */ a("label", { htmlFor: "showPasswordLogin", className: k.checkboxLabel, children: "Mostrar contraseña" })
|
|
13630
13630
|
] })
|
|
13631
13631
|
] }),
|
|
13632
|
-
o && /* @__PURE__ */ a("p", { className:
|
|
13633
|
-
/* @__PURE__ */ a("button", { type: "submit", className:
|
|
13632
|
+
o && /* @__PURE__ */ a("p", { className: k.error, children: o }),
|
|
13633
|
+
/* @__PURE__ */ a("button", { type: "submit", className: k.primary, disabled: r, children: r ? /* @__PURE__ */ a(Ze, {}) : "Iniciar Sesión" })
|
|
13634
13634
|
]
|
|
13635
13635
|
}
|
|
13636
13636
|
),
|
|
13637
|
-
/* @__PURE__ */ h("p", { className:
|
|
13637
|
+
/* @__PURE__ */ h("p", { className: k.switch, children: [
|
|
13638
13638
|
"¿No tenés cuenta?",
|
|
13639
13639
|
/* @__PURE__ */ a("button", { type: "button", onClick: u, children: "Registrate" })
|
|
13640
13640
|
] }),
|
|
@@ -13642,7 +13642,7 @@ function s3({
|
|
|
13642
13642
|
"button",
|
|
13643
13643
|
{
|
|
13644
13644
|
type: "button",
|
|
13645
|
-
className:
|
|
13645
|
+
className: k.forgotPassword,
|
|
13646
13646
|
onClick: l,
|
|
13647
13647
|
children: "Olvidé mi contraseña"
|
|
13648
13648
|
}
|
|
@@ -13661,12 +13661,12 @@ function i3({
|
|
|
13661
13661
|
"form",
|
|
13662
13662
|
{
|
|
13663
13663
|
onSubmit: o,
|
|
13664
|
-
className:
|
|
13664
|
+
className: k.form,
|
|
13665
13665
|
"data-error": r ? "true" : "false",
|
|
13666
13666
|
children: [
|
|
13667
|
-
/* @__PURE__ */ a("p", { className:
|
|
13668
|
-
/* @__PURE__ */ h("div", { className:
|
|
13669
|
-
/* @__PURE__ */ a("label", { className:
|
|
13667
|
+
/* @__PURE__ */ a("p", { className: k.message, children: "Ingrese su dirección de correo electrónico. Le enviaremos un mensaje con un código para restablecer la contraseña." }),
|
|
13668
|
+
/* @__PURE__ */ h("div", { className: k.field, children: [
|
|
13669
|
+
/* @__PURE__ */ a("label", { className: k.label, children: "Email" }),
|
|
13670
13670
|
/* @__PURE__ */ a(
|
|
13671
13671
|
"input",
|
|
13672
13672
|
{
|
|
@@ -13674,14 +13674,14 @@ function i3({
|
|
|
13674
13674
|
value: e,
|
|
13675
13675
|
name: "email",
|
|
13676
13676
|
onChange: (i) => t(i.target.value),
|
|
13677
|
-
className:
|
|
13677
|
+
className: k.input,
|
|
13678
13678
|
placeholder: ""
|
|
13679
13679
|
}
|
|
13680
13680
|
)
|
|
13681
13681
|
] }),
|
|
13682
|
-
r && /* @__PURE__ */ a("p", { className:
|
|
13683
|
-
/* @__PURE__ */ a("button", { type: "submit", className:
|
|
13684
|
-
/* @__PURE__ */ a("p", { className:
|
|
13682
|
+
r && /* @__PURE__ */ a("p", { className: k.error, children: r }),
|
|
13683
|
+
/* @__PURE__ */ a("button", { type: "submit", className: k.primary, disabled: n, children: n ? /* @__PURE__ */ a(Ze, {}) : "Enviar código" }),
|
|
13684
|
+
/* @__PURE__ */ a("p", { className: k.switch, children: /* @__PURE__ */ a("button", { type: "button", onClick: s, children: "Volver" }) })
|
|
13685
13685
|
]
|
|
13686
13686
|
}
|
|
13687
13687
|
);
|
|
@@ -13705,62 +13705,62 @@ function c3({
|
|
|
13705
13705
|
"form",
|
|
13706
13706
|
{
|
|
13707
13707
|
onSubmit: m,
|
|
13708
|
-
className:
|
|
13708
|
+
className: k.form,
|
|
13709
13709
|
"data-error": i ? "true" : "false",
|
|
13710
13710
|
children: [
|
|
13711
|
-
/* @__PURE__ */ h("p", { className:
|
|
13711
|
+
/* @__PURE__ */ h("p", { className: k.message, children: [
|
|
13712
13712
|
"Hemos enviado un código de restablecimiento de contraseña en un mensaje de Correo electrónico a ",
|
|
13713
13713
|
Jg(e),
|
|
13714
13714
|
". Ingrese el código y la contraseña nueva."
|
|
13715
13715
|
] }),
|
|
13716
|
-
/* @__PURE__ */ h("ul", { className:
|
|
13717
|
-
/* @__PURE__ */ h("div", { className:
|
|
13718
|
-
/* @__PURE__ */ a("label", { className:
|
|
13716
|
+
/* @__PURE__ */ h("ul", { className: k.formUl, children: [
|
|
13717
|
+
/* @__PURE__ */ h("div", { className: k.field, children: [
|
|
13718
|
+
/* @__PURE__ */ a("label", { className: k.label, children: "Código de verificación" }),
|
|
13719
13719
|
/* @__PURE__ */ a(
|
|
13720
13720
|
"input",
|
|
13721
13721
|
{
|
|
13722
13722
|
type: "text",
|
|
13723
13723
|
value: t,
|
|
13724
13724
|
onChange: (p) => c(p.target.value),
|
|
13725
|
-
className:
|
|
13725
|
+
className: k.input,
|
|
13726
13726
|
placeholder: ""
|
|
13727
13727
|
}
|
|
13728
13728
|
)
|
|
13729
13729
|
] }),
|
|
13730
|
-
/* @__PURE__ */ h("div", { className:
|
|
13731
|
-
/* @__PURE__ */ a("label", { className:
|
|
13730
|
+
/* @__PURE__ */ h("div", { className: k.field, children: [
|
|
13731
|
+
/* @__PURE__ */ a("label", { className: k.label, children: "Nueva contraseña" }),
|
|
13732
13732
|
/* @__PURE__ */ a(
|
|
13733
13733
|
"input",
|
|
13734
13734
|
{
|
|
13735
13735
|
type: o ? "text" : "password",
|
|
13736
13736
|
value: n,
|
|
13737
13737
|
onChange: (p) => d(p.target.value),
|
|
13738
|
-
className:
|
|
13738
|
+
className: k.input,
|
|
13739
13739
|
placeholder: "",
|
|
13740
13740
|
name: "password"
|
|
13741
13741
|
}
|
|
13742
13742
|
),
|
|
13743
|
-
/* @__PURE__ */ a("div", { className:
|
|
13743
|
+
/* @__PURE__ */ a("div", { className: k.passwordChecker, children: _n.map((p, g) => {
|
|
13744
13744
|
const A = p.test(n);
|
|
13745
|
-
return /* @__PURE__ */ h("div", { className: A ?
|
|
13745
|
+
return /* @__PURE__ */ h("div", { className: A ? k.valid : k.invalid, children: [
|
|
13746
13746
|
/* @__PURE__ */ a("div", { children: A ? "✔" : "○" }),
|
|
13747
13747
|
/* @__PURE__ */ a("div", { children: p.label })
|
|
13748
13748
|
] }, g);
|
|
13749
13749
|
}) })
|
|
13750
13750
|
] }),
|
|
13751
|
-
/* @__PURE__ */ h("div", { className:
|
|
13752
|
-
/* @__PURE__ */ a("label", { className:
|
|
13751
|
+
/* @__PURE__ */ h("div", { className: k.field, children: [
|
|
13752
|
+
/* @__PURE__ */ a("label", { className: k.label, children: "Confirmar contraseña" }),
|
|
13753
13753
|
/* @__PURE__ */ a(
|
|
13754
13754
|
"input",
|
|
13755
13755
|
{
|
|
13756
13756
|
type: o ? "text" : "password",
|
|
13757
13757
|
value: r,
|
|
13758
13758
|
onChange: (p) => l(p.target.value),
|
|
13759
|
-
className:
|
|
13759
|
+
className: k.input,
|
|
13760
13760
|
placeholder: ""
|
|
13761
13761
|
}
|
|
13762
13762
|
),
|
|
13763
|
-
/* @__PURE__ */ h("div", { className:
|
|
13763
|
+
/* @__PURE__ */ h("div", { className: k.checkboxRow, children: [
|
|
13764
13764
|
/* @__PURE__ */ a(
|
|
13765
13765
|
"input",
|
|
13766
13766
|
{
|
|
@@ -13774,33 +13774,33 @@ function c3({
|
|
|
13774
13774
|
"label",
|
|
13775
13775
|
{
|
|
13776
13776
|
htmlFor: "showPasswordForgot",
|
|
13777
|
-
className:
|
|
13777
|
+
className: k.checkboxLabel,
|
|
13778
13778
|
children: "Mostrar contraseñas"
|
|
13779
13779
|
}
|
|
13780
13780
|
)
|
|
13781
13781
|
] })
|
|
13782
13782
|
] })
|
|
13783
13783
|
] }),
|
|
13784
|
-
i && /* @__PURE__ */ a("p", { className:
|
|
13784
|
+
i && /* @__PURE__ */ a("p", { className: k.error, children: i }),
|
|
13785
13785
|
/* @__PURE__ */ a(
|
|
13786
13786
|
"button",
|
|
13787
13787
|
{
|
|
13788
13788
|
type: "submit",
|
|
13789
|
-
className:
|
|
13789
|
+
className: k.primary,
|
|
13790
13790
|
style: { maxWidth: s ? "revert-layer" : "fit-content" },
|
|
13791
13791
|
disabled: s,
|
|
13792
13792
|
children: s ? /* @__PURE__ */ a(Ze, {}) : "Cambiar contraseña"
|
|
13793
13793
|
}
|
|
13794
13794
|
),
|
|
13795
|
-
/* @__PURE__ */ a("p", { className:
|
|
13795
|
+
/* @__PURE__ */ a("p", { className: k.switch, children: /* @__PURE__ */ a("button", { type: "button", onClick: f, children: "Volver" }) })
|
|
13796
13796
|
]
|
|
13797
13797
|
}
|
|
13798
13798
|
);
|
|
13799
13799
|
}
|
|
13800
13800
|
function l3({ onBackToLogin: e }) {
|
|
13801
|
-
return /* @__PURE__ */ h("div", { className:
|
|
13802
|
-
/* @__PURE__ */ a("p", { className:
|
|
13803
|
-
/* @__PURE__ */ a("button", { type: "button", className:
|
|
13801
|
+
return /* @__PURE__ */ h("div", { className: k.form, children: [
|
|
13802
|
+
/* @__PURE__ */ a("p", { className: k.success, children: "La contraseña fue cambiada con éxito" }),
|
|
13803
|
+
/* @__PURE__ */ a("button", { type: "button", className: k.primary, onClick: e, children: "Iniciar Sesión" })
|
|
13804
13804
|
] });
|
|
13805
13805
|
}
|
|
13806
13806
|
function d3({
|
|
@@ -13819,7 +13819,7 @@ function d3({
|
|
|
13819
13819
|
return /* @__PURE__ */ a(
|
|
13820
13820
|
"div",
|
|
13821
13821
|
{
|
|
13822
|
-
className:
|
|
13822
|
+
className: k.overlay,
|
|
13823
13823
|
role: "dialog",
|
|
13824
13824
|
"aria-modal": "true",
|
|
13825
13825
|
id: "pop-overlay",
|
|
@@ -13827,14 +13827,14 @@ function d3({
|
|
|
13827
13827
|
const l = d.target;
|
|
13828
13828
|
l && l.id === "pop-overlay" && t();
|
|
13829
13829
|
},
|
|
13830
|
-
children: /* @__PURE__ */ h("div", { className:
|
|
13831
|
-
/* @__PURE__ */ h("header", { className:
|
|
13832
|
-
/* @__PURE__ */ a("div", { className:
|
|
13830
|
+
children: /* @__PURE__ */ h("div", { className: k.card, children: [
|
|
13831
|
+
/* @__PURE__ */ h("header", { className: k.header, children: [
|
|
13832
|
+
/* @__PURE__ */ a("div", { className: k.logo, children: r ? r() : null }),
|
|
13833
13833
|
/* @__PURE__ */ a(
|
|
13834
13834
|
"button",
|
|
13835
13835
|
{
|
|
13836
13836
|
onClick: t,
|
|
13837
|
-
className:
|
|
13837
|
+
className: k.close,
|
|
13838
13838
|
"aria-label": "Cerrar",
|
|
13839
13839
|
children: /* @__PURE__ */ a(It, {})
|
|
13840
13840
|
}
|
|
@@ -14197,7 +14197,7 @@ export {
|
|
|
14197
14197
|
xo as DynamicSlot,
|
|
14198
14198
|
o9 as EditorialBlock,
|
|
14199
14199
|
Z3 as ErrorComponent,
|
|
14200
|
-
|
|
14200
|
+
Us as Font,
|
|
14201
14201
|
K3 as Footer,
|
|
14202
14202
|
As as FormatAfterScripts,
|
|
14203
14203
|
Qr as FormatScripts,
|
|
@@ -14208,14 +14208,14 @@ export {
|
|
|
14208
14208
|
V3 as GenerateHead,
|
|
14209
14209
|
a9 as Header,
|
|
14210
14210
|
tl as ImageOffline,
|
|
14211
|
-
|
|
14211
|
+
Ue as ImageOnline,
|
|
14212
14212
|
G3 as IssuuServices,
|
|
14213
14213
|
Es as ItemListSchema,
|
|
14214
14214
|
ym as JournalistArticule2,
|
|
14215
14215
|
xm as JournalistGroup,
|
|
14216
14216
|
vo as LayoutNewsComponent,
|
|
14217
14217
|
C9 as LazyLoader,
|
|
14218
|
-
|
|
14218
|
+
L as LinkComponent,
|
|
14219
14219
|
D1 as LiveBlogHeader,
|
|
14220
14220
|
W3 as Location,
|
|
14221
14221
|
_3 as MainComponentServices,
|
|
@@ -14243,7 +14243,7 @@ export {
|
|
|
14243
14243
|
g9 as SearchSection,
|
|
14244
14244
|
me as Section,
|
|
14245
14245
|
Xe as SectionCard,
|
|
14246
|
-
|
|
14246
|
+
Un as SectionCard2,
|
|
14247
14247
|
ca as SectionCardServerComponent,
|
|
14248
14248
|
c9 as SectionServerComponent,
|
|
14249
14249
|
Ac as ShowSection,
|
|
@@ -14260,7 +14260,7 @@ export {
|
|
|
14260
14260
|
J3 as VideoBlock3,
|
|
14261
14261
|
n9 as VideoBlock4,
|
|
14262
14262
|
A9 as VideoSection,
|
|
14263
|
-
|
|
14263
|
+
ks as VideosSchemas,
|
|
14264
14264
|
Is as WebsiteList,
|
|
14265
14265
|
_9 as addComment,
|
|
14266
14266
|
ga as bannersReplace,
|
|
@@ -14294,10 +14294,10 @@ export {
|
|
|
14294
14294
|
ds as getResponsePromise,
|
|
14295
14295
|
pa as getSchemas,
|
|
14296
14296
|
Hr as getScriptReplaces,
|
|
14297
|
-
|
|
14297
|
+
qs as getSlugs,
|
|
14298
14298
|
y3 as getTypeOfNews,
|
|
14299
14299
|
v3 as getVideoRealPath,
|
|
14300
|
-
|
|
14300
|
+
ka as handleGetComments,
|
|
14301
14301
|
g3 as initLibrary,
|
|
14302
14302
|
ps as metadataToJSX,
|
|
14303
14303
|
uc as metadata_defaults,
|