sass-template-common 0.3.114 → 0.3.116
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/sass-template-common.js +1031 -1031
- package/dist/sass-template-common.umd.cjs +11 -11
- package/package.json +1 -1
|
@@ -61,7 +61,7 @@ let la = {
|
|
|
61
61
|
FETCH_TAG_BASED_RELATED_NEWS: !0,
|
|
62
62
|
MULTIPUBLICATION_FETCHES: void 0
|
|
63
63
|
};
|
|
64
|
-
function
|
|
64
|
+
function d9(e = {}) {
|
|
65
65
|
la = { ...la, ...e };
|
|
66
66
|
}
|
|
67
67
|
function Y() {
|
|
@@ -657,7 +657,7 @@ const kn = (e) => e === "en" ? "en" : "es", Ge = (e, t) => {
|
|
|
657
657
|
}, br = (e) => {
|
|
658
658
|
const { PUBLIC_LNG: t, DATE_TIMEZONE: n } = Y(), s = kn(t ?? "es");
|
|
659
659
|
return Ue.tz(e, n).locale(s).format("MM/DD/YYYY [•] HH:mm [HS]");
|
|
660
|
-
},
|
|
660
|
+
}, u9 = (e) => {
|
|
661
661
|
const { PUBLIC_LNG: t, DATE_TIMEZONE: n } = Y(), s = kn(t ?? "es");
|
|
662
662
|
return Ue.tz(e, n).locale(s).format("dddd DD [de] MMMM YYYY");
|
|
663
663
|
}, He = (e, t = 136) => e && e.length > t ? `${e.substring(0, t)}...` : e;
|
|
@@ -738,7 +738,7 @@ const vr = async (e, t) => {
|
|
|
738
738
|
}, Cn = () => {
|
|
739
739
|
const { PUBLIC_ENV: e, PUBLIC_API_HOST: t, PUBLIC_ASSETS_URL: n } = Y();
|
|
740
740
|
return e == "local" ? t : n && n !== "false" ? n : "";
|
|
741
|
-
},
|
|
741
|
+
}, h9 = () => {
|
|
742
742
|
const { PUBLIC_ENV: e, PUBLIC_API_FRONT: t } = Y();
|
|
743
743
|
return e === "local" ? t : "";
|
|
744
744
|
}, Nr = (e, t) => {
|
|
@@ -986,7 +986,7 @@ const vr = async (e, t) => {
|
|
|
986
986
|
r > 0 && (s += `/${o}`);
|
|
987
987
|
}), `${s}/page/${n - 1}`;
|
|
988
988
|
};
|
|
989
|
-
function
|
|
989
|
+
function m9(e) {
|
|
990
990
|
const t = e.length;
|
|
991
991
|
return t > 1 && e.charCodeAt(t - 1) === 47 ? e.slice(0, t - 1) : e;
|
|
992
992
|
}
|
|
@@ -1045,7 +1045,7 @@ const kr = () => {
|
|
|
1045
1045
|
]
|
|
1046
1046
|
}
|
|
1047
1047
|
};
|
|
1048
|
-
},
|
|
1048
|
+
}, f9 = (e) => {
|
|
1049
1049
|
let t = "";
|
|
1050
1050
|
if (e.params.news.match(/.*t[0-9]*.html/g)) {
|
|
1051
1051
|
const n = e.params.news.split("-"), s = n[n.length - 1] ?? "", o = s.substring(1, 9), r = s.substring(9, 13);
|
|
@@ -1063,7 +1063,7 @@ const kr = () => {
|
|
|
1063
1063
|
}
|
|
1064
1064
|
return e.config.servicePrefix + t;
|
|
1065
1065
|
};
|
|
1066
|
-
function
|
|
1066
|
+
function g9(e) {
|
|
1067
1067
|
const t = e.lastIndexOf("-"), n = t >= 0 ? [e.slice(0, t), e.slice(t + 1)] : [e], s = n[n.length - 1]?.split("."), o = s && s[0] ? s[0] : "", r = o.substring(0, 2), i = o.substring(2, 10), c = o.substring(10);
|
|
1068
1068
|
return { path: {
|
|
1069
1069
|
vy: (l) => `/videos/video-youtube/${Ue(i).format(
|
|
@@ -1078,10 +1078,10 @@ function f9(e) {
|
|
|
1078
1078
|
const At = (e, t) => {
|
|
1079
1079
|
const n = e.name.normalize("NFD").replace(/[\u0300-\u036f]/g, "").replace(/ñ/g, "n").replace(/Ñ/g, "n").replace(/[^\w\s]/gi, "").replaceAll(" ", "-").toLowerCase();
|
|
1080
1080
|
return t?.tema ? `/${t.tema}/${n}-t${e.id}` : `/${n}-t${e.id}`;
|
|
1081
|
-
},
|
|
1081
|
+
}, p9 = (e) => {
|
|
1082
1082
|
const { AssetsPrefix: t = "", AssetsPath: n = "src", isDev: s = !1 } = e;
|
|
1083
1083
|
return s ? "src" : t + n;
|
|
1084
|
-
},
|
|
1084
|
+
}, A9 = async (e, t, n, s) => {
|
|
1085
1085
|
const { FETCH_TAG_BASED_RELATED_NEWS: o = !1, FETCH_SIZE_RELATED_NEWS: r = 10 } = Y();
|
|
1086
1086
|
try {
|
|
1087
1087
|
return e.related && e.related?.automatic === !1 && e.related?.news && e.related?.news.length > 0 ? (await n.getNewsListPath(
|
|
@@ -1104,7 +1104,7 @@ const At = (e, t) => {
|
|
|
1104
1104
|
} catch (i) {
|
|
1105
1105
|
console.log(i);
|
|
1106
1106
|
}
|
|
1107
|
-
}, Rr = "https://recaptchaenterprise.googleapis.com/v1/projects",
|
|
1107
|
+
}, Rr = "https://recaptchaenterprise.googleapis.com/v1/projects", w9 = async ({
|
|
1108
1108
|
projectID: e,
|
|
1109
1109
|
recaptchaKey: t,
|
|
1110
1110
|
token: n,
|
|
@@ -1457,7 +1457,7 @@ const jr = async ({
|
|
|
1457
1457
|
}, Xt = (e) => {
|
|
1458
1458
|
const t = e.split("/"), n = t[t.length - 1] ?? "1";
|
|
1459
1459
|
return Number(n) > 0 ? Number(n) : 1;
|
|
1460
|
-
},
|
|
1460
|
+
}, y9 = (e, t = 2) => {
|
|
1461
1461
|
if (!e || e.length === 0) return [];
|
|
1462
1462
|
const n = [];
|
|
1463
1463
|
for (let s = 0; s < t; s++) {
|
|
@@ -1470,7 +1470,7 @@ const jr = async ({
|
|
|
1470
1470
|
}
|
|
1471
1471
|
return n;
|
|
1472
1472
|
};
|
|
1473
|
-
class
|
|
1473
|
+
class _9 {
|
|
1474
1474
|
exclude = "keywords,gallery,related,relatedexternal,external,customfields";
|
|
1475
1475
|
config = {};
|
|
1476
1476
|
imgSizes = {};
|
|
@@ -3343,22 +3343,22 @@ oe.getAdapter = _o.getAdapter;
|
|
|
3343
3343
|
oe.HttpStatusCode = ma;
|
|
3344
3344
|
oe.default = oe;
|
|
3345
3345
|
const {
|
|
3346
|
-
Axios:
|
|
3347
|
-
AxiosError:
|
|
3348
|
-
CanceledError:
|
|
3349
|
-
isCancel:
|
|
3350
|
-
CancelToken:
|
|
3351
|
-
VERSION:
|
|
3352
|
-
all:
|
|
3353
|
-
Cancel:
|
|
3354
|
-
isAxiosError:
|
|
3355
|
-
spread:
|
|
3356
|
-
toFormData:
|
|
3357
|
-
AxiosHeaders:
|
|
3358
|
-
HttpStatusCode:
|
|
3359
|
-
formToJSON:
|
|
3360
|
-
getAdapter:
|
|
3361
|
-
mergeConfig:
|
|
3346
|
+
Axios: v9,
|
|
3347
|
+
AxiosError: N9,
|
|
3348
|
+
CanceledError: S9,
|
|
3349
|
+
isCancel: I9,
|
|
3350
|
+
CancelToken: E9,
|
|
3351
|
+
VERSION: T9,
|
|
3352
|
+
all: x9,
|
|
3353
|
+
Cancel: k9,
|
|
3354
|
+
isAxiosError: U9,
|
|
3355
|
+
spread: L9,
|
|
3356
|
+
toFormData: R9,
|
|
3357
|
+
AxiosHeaders: q9,
|
|
3358
|
+
HttpStatusCode: B9,
|
|
3359
|
+
formToJSON: P9,
|
|
3360
|
+
getAdapter: O9,
|
|
3361
|
+
mergeConfig: D9
|
|
3362
3362
|
} = oe;
|
|
3363
3363
|
class mt {
|
|
3364
3364
|
constructor(t) {
|
|
@@ -3590,7 +3590,7 @@ class Cc extends mt {
|
|
|
3590
3590
|
return { blockSass: n.data.data };
|
|
3591
3591
|
};
|
|
3592
3592
|
}
|
|
3593
|
-
class
|
|
3593
|
+
class M9 {
|
|
3594
3594
|
issuuApi = "https://api.issuu.com/v2";
|
|
3595
3595
|
api = void 0;
|
|
3596
3596
|
q = "";
|
|
@@ -3627,7 +3627,7 @@ class D9 {
|
|
|
3627
3627
|
}
|
|
3628
3628
|
}
|
|
3629
3629
|
}
|
|
3630
|
-
const
|
|
3630
|
+
const j9 = async (e, t, n, s, o, r, i) => {
|
|
3631
3631
|
const c = new Cc({
|
|
3632
3632
|
config: t,
|
|
3633
3633
|
imgSizes: n,
|
|
@@ -3657,7 +3657,7 @@ const M9 = async (e, t, n, s, o, r, i) => {
|
|
|
3657
3657
|
}, vc = (e) => {
|
|
3658
3658
|
const t = St(e);
|
|
3659
3659
|
return t && t.data ? t.data : t;
|
|
3660
|
-
},
|
|
3660
|
+
}, Q9 = async (e) => {
|
|
3661
3661
|
const t = await Promise.allSettled(
|
|
3662
3662
|
Object.values(e).map((o) => o.promise)
|
|
3663
3663
|
), n = Object.keys(e), s = {};
|
|
@@ -3955,7 +3955,7 @@ const M9 = async (e, t, n, s, o, r, i) => {
|
|
|
3955
3955
|
return console.error(h), Ce(t);
|
|
3956
3956
|
}
|
|
3957
3957
|
}
|
|
3958
|
-
}, ms = (e, t) => {
|
|
3958
|
+
}, Ic = (e) => e ? e.replace(/<[^>]*>/g, "").replace(/ /gi, " ").replace(/&/gi, "&").replace(/"/gi, '"').replace(/'/gi, "'").replace(/\s+/g, " ").trim() : "", ms = (e, t) => {
|
|
3959
3959
|
if (!e) return "";
|
|
3960
3960
|
const n = new Date(e), o = new Intl.DateTimeFormat("en-CA", {
|
|
3961
3961
|
timeZone: t,
|
|
@@ -3972,7 +3972,7 @@ const M9 = async (e, t, n, s, o, r, i) => {
|
|
|
3972
3972
|
});
|
|
3973
3973
|
const i = new Date(n.toLocaleString("en-US", { timeZone: "UTC" })), u = (new Date(n.toLocaleString("en-US", { timeZone: t })).getTime() - i.getTime()) / 6e4, l = u >= 0 ? "+" : "-", d = (p) => String(Math.floor(Math.abs(p))).padStart(2, "0"), h = d(u / 60), m = d(u % 60);
|
|
3974
3974
|
return `${r.year}-${r.month}-${r.day}T${r.hour}:${r.minute}:${r.second}${l}${h}:${m}`;
|
|
3975
|
-
},
|
|
3975
|
+
}, Ec = ({
|
|
3976
3976
|
autor: e,
|
|
3977
3977
|
listAutor: t,
|
|
3978
3978
|
config: n
|
|
@@ -3983,9 +3983,9 @@ const M9 = async (e, t, n, s, o, r, i) => {
|
|
|
3983
3983
|
mainEntity: {
|
|
3984
3984
|
"@type": "Person",
|
|
3985
3985
|
name: e.info.fullname ?? e.info.name,
|
|
3986
|
-
alternateName: e.info.nickname
|
|
3986
|
+
alternateName: e.info.nickname ? e.info.nickname : e.info.name,
|
|
3987
3987
|
identifier: e.info.id,
|
|
3988
|
-
description: e.addtional
|
|
3988
|
+
description: Ic(e.addtional?.USER_MIBIO ?? ""),
|
|
3989
3989
|
image: e.info.image ? e.info.image.sizes.map((d, h) => h === 0 ? null : u + d.url).filter(Boolean) : [],
|
|
3990
3990
|
sameAs: [
|
|
3991
3991
|
e.addtional?.USER_USERFB,
|
|
@@ -4000,7 +4000,7 @@ const M9 = async (e, t, n, s, o, r, i) => {
|
|
|
4000
4000
|
};
|
|
4001
4001
|
return c && (l.dateCreated = c), i && (l.dateModified = i), /* @__PURE__ */ a("script", { type: "application/ld+json", children: JSON.stringify(l) });
|
|
4002
4002
|
};
|
|
4003
|
-
async function
|
|
4003
|
+
async function G9({
|
|
4004
4004
|
axiosApi: e,
|
|
4005
4005
|
headConfig: t = {
|
|
4006
4006
|
ampConfig: !1,
|
|
@@ -4101,7 +4101,7 @@ async function Q9({
|
|
|
4101
4101
|
}
|
|
4102
4102
|
),
|
|
4103
4103
|
t.schemas_Autor && l && /* @__PURE__ */ a(
|
|
4104
|
-
|
|
4104
|
+
Ec,
|
|
4105
4105
|
{
|
|
4106
4106
|
autor: l,
|
|
4107
4107
|
listAutor: d,
|
|
@@ -4137,7 +4137,7 @@ async function Q9({
|
|
|
4137
4137
|
b
|
|
4138
4138
|
] });
|
|
4139
4139
|
}
|
|
4140
|
-
const
|
|
4140
|
+
const H9 = ({
|
|
4141
4141
|
children: e,
|
|
4142
4142
|
defaultRouteName: t,
|
|
4143
4143
|
banners: n,
|
|
@@ -4167,9 +4167,9 @@ const G9 = ({
|
|
|
4167
4167
|
d,
|
|
4168
4168
|
/* @__PURE__ */ a(xr, { name: "bodyafter", banners: n, replaces: w })
|
|
4169
4169
|
] });
|
|
4170
|
-
},
|
|
4171
|
-
content:
|
|
4172
|
-
},
|
|
4170
|
+
}, Tc = "_content_v0dac_1", xc = {
|
|
4171
|
+
content: Tc
|
|
4172
|
+
}, kc = () => /* @__PURE__ */ a(
|
|
4173
4173
|
"svg",
|
|
4174
4174
|
{
|
|
4175
4175
|
width: "31",
|
|
@@ -4185,11 +4185,11 @@ const G9 = ({
|
|
|
4185
4185
|
}
|
|
4186
4186
|
)
|
|
4187
4187
|
}
|
|
4188
|
-
),
|
|
4189
|
-
content:
|
|
4190
|
-
location:
|
|
4191
|
-
},
|
|
4192
|
-
/* @__PURE__ */ a(
|
|
4188
|
+
), Uc = "_content_701km_1", Lc = "_location_701km_21", fs = {
|
|
4189
|
+
content: Uc,
|
|
4190
|
+
location: Lc
|
|
4191
|
+
}, z9 = (e) => /* @__PURE__ */ g("div", { className: fs.content, children: [
|
|
4192
|
+
/* @__PURE__ */ a(kc, {}),
|
|
4193
4193
|
/* @__PURE__ */ a("p", { className: fs.location, children: e.place })
|
|
4194
4194
|
] }), Yt = ({
|
|
4195
4195
|
children: e,
|
|
@@ -4199,7 +4199,7 @@ const G9 = ({
|
|
|
4199
4199
|
const { children: t, show: n, order: s = 0 } = e;
|
|
4200
4200
|
return n && /* @__PURE__ */ a("div", { style: { order: s }, children: t });
|
|
4201
4201
|
};
|
|
4202
|
-
function
|
|
4202
|
+
function Rc({
|
|
4203
4203
|
currentIndex: e,
|
|
4204
4204
|
totalItems: t,
|
|
4205
4205
|
cardWidth: n,
|
|
@@ -4335,7 +4335,7 @@ function Lc({
|
|
|
4335
4335
|
}
|
|
4336
4336
|
};
|
|
4337
4337
|
}
|
|
4338
|
-
function
|
|
4338
|
+
function F9(e) {
|
|
4339
4339
|
const {
|
|
4340
4340
|
children: t,
|
|
4341
4341
|
slot_id: n,
|
|
@@ -4359,7 +4359,7 @@ function z9(e) {
|
|
|
4359
4359
|
getTranslateValue: N,
|
|
4360
4360
|
actualVisibleItems: C,
|
|
4361
4361
|
dragHandlers: I
|
|
4362
|
-
} =
|
|
4362
|
+
} = Rc({
|
|
4363
4363
|
currentIndex: d,
|
|
4364
4364
|
totalItems: l.length,
|
|
4365
4365
|
cardWidth: o,
|
|
@@ -4498,7 +4498,7 @@ function z9(e) {
|
|
|
4498
4498
|
) })
|
|
4499
4499
|
] });
|
|
4500
4500
|
}
|
|
4501
|
-
function
|
|
4501
|
+
function qc({
|
|
4502
4502
|
children: e,
|
|
4503
4503
|
cardWidth: t = 260,
|
|
4504
4504
|
cardGap: n = 20,
|
|
@@ -4536,13 +4536,13 @@ function Ut(e) {
|
|
|
4536
4536
|
{
|
|
4537
4537
|
"data-hydrate": "CarrouselIRS",
|
|
4538
4538
|
"data-props": encodeURIComponent(JSON.stringify({ ...e, children: void 0 })),
|
|
4539
|
-
children: /* @__PURE__ */ a(
|
|
4539
|
+
children: /* @__PURE__ */ a(qc, { ...e })
|
|
4540
4540
|
}
|
|
4541
4541
|
);
|
|
4542
4542
|
}
|
|
4543
|
-
const
|
|
4544
|
-
content:
|
|
4545
|
-
}, it = (e) => /* @__PURE__ */ a("div", { className:
|
|
4543
|
+
const Bc = "_content_1gcxd_1", Pc = {
|
|
4544
|
+
content: Bc
|
|
4545
|
+
}, it = (e) => /* @__PURE__ */ a("div", { className: Pc.content, children: e.children }), Oc = (e) => (e || "").replaceAll("[section_replace]", "").replaceAll("[tags_replace]", "").replaceAll("[url_replace]", "").replaceAll("[creator_replace]", ""), Xe = ({ banners: e, index: t }) => {
|
|
4546
4546
|
if (!e || e.length === 0) return null;
|
|
4547
4547
|
const n = e.find((s) => s.key === `middle_${t}`);
|
|
4548
4548
|
return n?.value && n.show ? /* @__PURE__ */ a(
|
|
@@ -4551,19 +4551,19 @@ const qc = "_content_1gcxd_1", Bc = {
|
|
|
4551
4551
|
className: "banner-container banner-context",
|
|
4552
4552
|
suppressHydrationWarning: !0,
|
|
4553
4553
|
dangerouslySetInnerHTML: {
|
|
4554
|
-
__html:
|
|
4554
|
+
__html: Oc(n.value) ?? ""
|
|
4555
4555
|
}
|
|
4556
4556
|
}
|
|
4557
4557
|
) : null;
|
|
4558
|
-
},
|
|
4559
|
-
content:
|
|
4558
|
+
}, Dc = "_content_45avd_1", Mc = {
|
|
4559
|
+
content: Dc
|
|
4560
4560
|
}, ye = ({ banners: e, name: t }) => {
|
|
4561
4561
|
if (!e || e.length === 0) return null;
|
|
4562
4562
|
const n = e.find((s) => s.key === t);
|
|
4563
4563
|
return n?.show && /* @__PURE__ */ a(
|
|
4564
4564
|
"div",
|
|
4565
4565
|
{
|
|
4566
|
-
className:
|
|
4566
|
+
className: Mc.content + " banner-context",
|
|
4567
4567
|
suppressHydrationWarning: !0,
|
|
4568
4568
|
dangerouslySetInnerHTML: {
|
|
4569
4569
|
__html: n ? va(n.value) ?? "" : ""
|
|
@@ -4571,24 +4571,24 @@ const qc = "_content_1gcxd_1", Bc = {
|
|
|
4571
4571
|
},
|
|
4572
4572
|
n.key
|
|
4573
4573
|
);
|
|
4574
|
-
},
|
|
4575
|
-
boxInformation:
|
|
4576
|
-
sectionDescriptionContainer:
|
|
4577
|
-
uppertitle:
|
|
4578
|
-
sectionDescription:
|
|
4579
|
-
articule:
|
|
4580
|
-
linkStyled:
|
|
4581
|
-
description:
|
|
4582
|
-
correspondent:
|
|
4583
|
-
correspondentLink:
|
|
4584
|
-
dotStyles:
|
|
4585
|
-
clipboardButton:
|
|
4586
|
-
messageButton:
|
|
4587
|
-
socialNetworkSection:
|
|
4588
|
-
whatsappButton:
|
|
4574
|
+
}, jc = "_boxInformation_12080_1", Qc = "_sectionDescriptionContainer_12080_17", Gc = "_uppertitle_12080_51", Hc = "_sectionDescription_12080_17", zc = "_articule_12080_159", Fc = "_linkStyled_12080_187", $c = "_description_12080_209", Vc = "_correspondent_12080_265", Wc = "_correspondentLink_12080_289", Yc = "_dotStyles_12080_313", Kc = "_clipboardButton_12080_329", Jc = "_messageButton_12080_361", Zc = "_socialNetworkSection_12080_369", Xc = "_whatsappButton_12080_385", ne = {
|
|
4575
|
+
boxInformation: jc,
|
|
4576
|
+
sectionDescriptionContainer: Qc,
|
|
4577
|
+
uppertitle: Gc,
|
|
4578
|
+
sectionDescription: Hc,
|
|
4579
|
+
articule: zc,
|
|
4580
|
+
linkStyled: Fc,
|
|
4581
|
+
description: $c,
|
|
4582
|
+
correspondent: Vc,
|
|
4583
|
+
correspondentLink: Wc,
|
|
4584
|
+
dotStyles: Yc,
|
|
4585
|
+
clipboardButton: Kc,
|
|
4586
|
+
messageButton: Jc,
|
|
4587
|
+
socialNetworkSection: Zc,
|
|
4588
|
+
whatsappButton: Xc
|
|
4589
4589
|
};
|
|
4590
4590
|
function q(e) {
|
|
4591
|
-
const { PUBLIC_SERVICE_PREFIX: t, PUBLIC_IS_SUB_PUBLICATION: n, SUB_PUBLICATION_PREFIX_IN_ROUTES: s } = Y(), { block_subPublication: o } = e, r =
|
|
4591
|
+
const { PUBLIC_SERVICE_PREFIX: t, PUBLIC_IS_SUB_PUBLICATION: n, SUB_PUBLICATION_PREFIX_IN_ROUTES: s } = Y(), { block_subPublication: o } = e, r = el(e.href), i = e.hasOwnProperty("href") && e.href ? (e.href ?? "").includes("/buscar") : !1, c = s?.tema && r, u = s?.buscar && i, l = !o && !c && !u && t !== "false" && n !== "false" ? "/" + t : "", d = /^(https?:)?\/\//.test(e.href) || /^[a-zA-Z][a-zA-Z\d+\-.]*:/.test(e.href), h = e.href?.split("/")[1] === l.replace("/", ""), m = {
|
|
4592
4592
|
...e,
|
|
4593
4593
|
href: (!d && !h ? l : "") + (l && e.href === "/" ? "" : e.href ?? "")
|
|
4594
4594
|
};
|
|
@@ -4602,7 +4602,7 @@ function q(e) {
|
|
|
4602
4602
|
}
|
|
4603
4603
|
) : /* @__PURE__ */ a("a", { ...m, children: e.children });
|
|
4604
4604
|
}
|
|
4605
|
-
const
|
|
4605
|
+
const el = (e) => !!/([t][0-9]{4})\w+/.exec(e || ""), xa = (e) => /* @__PURE__ */ a(
|
|
4606
4606
|
"svg",
|
|
4607
4607
|
{
|
|
4608
4608
|
width: "23",
|
|
@@ -4663,7 +4663,7 @@ const Xc = (e) => !!/([t][0-9]{4})\w+/.exec(e || ""), xa = (e) => /* @__PURE__ *
|
|
|
4663
4663
|
)
|
|
4664
4664
|
]
|
|
4665
4665
|
}
|
|
4666
|
-
),
|
|
4666
|
+
), tl = (e) => /* @__PURE__ */ a(
|
|
4667
4667
|
"svg",
|
|
4668
4668
|
{
|
|
4669
4669
|
width: "23",
|
|
@@ -4680,7 +4680,7 @@ const Xc = (e) => !!/([t][0-9]{4})\w+/.exec(e || ""), xa = (e) => /* @__PURE__ *
|
|
|
4680
4680
|
}
|
|
4681
4681
|
)
|
|
4682
4682
|
}
|
|
4683
|
-
), ps = (e) => /* @__PURE__ */ a("svg", { width: "30", height: "30", viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ a("path", { d: "M15 4C21.0751 4 26 8.92487 26 15C26 16.2691 25.5577 17.9814 24.6729 20.1367L24.502 20.5459L25.5459 24.8428C25.5943 25.042 25.5804 25.2514 25.5059 25.4424C25.3194 25.92 24.8065 26.1738 24.3223 26.0469L24.2109 26.0107L20.4648 24.5488C18.1478 25.5163 16.326 26 15 26C8.92487 26 4 21.0751 4 15C4 8.92487 8.92487 4 15 4ZM15 5.5C9.75329 5.5 5.5 9.75329 5.5 15C5.5 20.2467 9.75329 24.5 15 24.5C16.0245 24.5 17.5449 24.1124 19.5127 23.3184L20.4453 22.9316L23.8623 24.2637L22.9268 20.417L23.2715 19.6006C24.0971 17.5954 24.5 16.0455 24.5 15C24.5 9.75329 20.2467 5.5 15 5.5Z", fill: "#162950" }) }),
|
|
4683
|
+
), ps = (e) => /* @__PURE__ */ a("svg", { width: "30", height: "30", viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ a("path", { d: "M15 4C21.0751 4 26 8.92487 26 15C26 16.2691 25.5577 17.9814 24.6729 20.1367L24.502 20.5459L25.5459 24.8428C25.5943 25.042 25.5804 25.2514 25.5059 25.4424C25.3194 25.92 24.8065 26.1738 24.3223 26.0469L24.2109 26.0107L20.4648 24.5488C18.1478 25.5163 16.326 26 15 26C8.92487 26 4 21.0751 4 15C4 8.92487 8.92487 4 15 4ZM15 5.5C9.75329 5.5 5.5 9.75329 5.5 15C5.5 20.2467 9.75329 24.5 15 24.5C16.0245 24.5 17.5449 24.1124 19.5127 23.3184L20.4453 22.9316L23.8623 24.2637L22.9268 20.417L23.2715 19.6006C24.0971 17.5954 24.5 16.0455 24.5 15C24.5 9.75329 20.2467 5.5 15 5.5Z", fill: "#162950" }) }), nl = {
|
|
4684
4684
|
Whatsapp: {
|
|
4685
4685
|
url: (e) => `https://wa.me/?text=${encodeURIComponent(e)}`,
|
|
4686
4686
|
icon: {
|
|
@@ -4696,11 +4696,11 @@ const Xc = (e) => !!/([t][0-9]{4})\w+/.exec(e || ""), xa = (e) => /* @__PURE__ *
|
|
|
4696
4696
|
}
|
|
4697
4697
|
}
|
|
4698
4698
|
};
|
|
4699
|
-
function
|
|
4699
|
+
function al({ noteShare: e }) {
|
|
4700
4700
|
const t = e && e.url || (typeof window < "u" ? window.location.href : "https://example.com");
|
|
4701
4701
|
return e ? /* @__PURE__ */ g("div", { className: `${ne.socialNetworkSection} sass-news-description-social-network-section`, children: [
|
|
4702
4702
|
e.options?.map((n) => {
|
|
4703
|
-
const s =
|
|
4703
|
+
const s = nl[n];
|
|
4704
4704
|
if (!s) return null;
|
|
4705
4705
|
const o = e.variant === "outline" ? s.icon.outline : s.icon.solid, r = s.url(t);
|
|
4706
4706
|
return /* @__PURE__ */ a(
|
|
@@ -4722,7 +4722,7 @@ function nl({ noteShare: e }) {
|
|
|
4722
4722
|
type: "button",
|
|
4723
4723
|
"aria-label": "share",
|
|
4724
4724
|
className: [ne.clipboardButton, "sharebtn-id"].join(" "),
|
|
4725
|
-
children: /* @__PURE__ */ a(
|
|
4725
|
+
children: /* @__PURE__ */ a(tl, {})
|
|
4726
4726
|
}
|
|
4727
4727
|
),
|
|
4728
4728
|
/* @__PURE__ */ a(
|
|
@@ -4804,7 +4804,7 @@ const Lt = (e) => {
|
|
|
4804
4804
|
style: { width: "100%" },
|
|
4805
4805
|
"data-hydrate": "ShareButtons",
|
|
4806
4806
|
"data-props": encodeURIComponent(JSON.stringify({ noteShare: t })),
|
|
4807
|
-
children: /* @__PURE__ */ a(
|
|
4807
|
+
children: /* @__PURE__ */ a(al, { noteShare: { ...t } })
|
|
4808
4808
|
}
|
|
4809
4809
|
),
|
|
4810
4810
|
/* @__PURE__ */ a(h, {}),
|
|
@@ -4839,20 +4839,20 @@ const Lt = (e) => {
|
|
|
4839
4839
|
}
|
|
4840
4840
|
) }) : /* @__PURE__ */ a("h3", { className: ne.correspondent, children: u() }) })
|
|
4841
4841
|
] });
|
|
4842
|
-
},
|
|
4843
|
-
content:
|
|
4844
|
-
contentNew:
|
|
4845
|
-
imageBox:
|
|
4846
|
-
numberTag:
|
|
4847
|
-
},
|
|
4848
|
-
figure:
|
|
4849
|
-
backdrop:
|
|
4850
|
-
backdropAux:
|
|
4851
|
-
imageStyled:
|
|
4852
|
-
boxPlayIcon:
|
|
4853
|
-
playStyled:
|
|
4854
|
-
imageLogoPlaceholder:
|
|
4855
|
-
imagePlaceholder:
|
|
4842
|
+
}, sl = "_content_veayf_1", ol = "_contentNew_veayf_41", rl = "_imageBox_veayf_57", il = "_numberTag_veayf_87", tn = {
|
|
4843
|
+
content: sl,
|
|
4844
|
+
contentNew: ol,
|
|
4845
|
+
imageBox: rl,
|
|
4846
|
+
numberTag: il
|
|
4847
|
+
}, cl = "_figure_unw0t_1", ll = "_backdrop_unw0t_11", dl = "_backdropAux_unw0t_31", ul = "_imageStyled_unw0t_73", hl = "_boxPlayIcon_unw0t_101", ml = "_playStyled_unw0t_121", fl = "_imageLogoPlaceholder_unw0t_155", gl = "_imagePlaceholder_unw0t_197", re = {
|
|
4848
|
+
figure: cl,
|
|
4849
|
+
backdrop: ll,
|
|
4850
|
+
backdropAux: dl,
|
|
4851
|
+
imageStyled: ul,
|
|
4852
|
+
boxPlayIcon: hl,
|
|
4853
|
+
playStyled: ml,
|
|
4854
|
+
imageLogoPlaceholder: fl,
|
|
4855
|
+
imagePlaceholder: gl
|
|
4856
4856
|
}, No = (e) => /* @__PURE__ */ g(
|
|
4857
4857
|
"svg",
|
|
4858
4858
|
{
|
|
@@ -4880,7 +4880,7 @@ function La() {
|
|
|
4880
4880
|
function So() {
|
|
4881
4881
|
return Y().COMPONENTS?.PlayIcon || No;
|
|
4882
4882
|
}
|
|
4883
|
-
const
|
|
4883
|
+
const pl = (e) => {
|
|
4884
4884
|
const { isVideo: t = !1, priorityHigh: n = !1 } = e, s = La(), o = e.preview.sizes;
|
|
4885
4885
|
return o ? o.length === 1 ? /* @__PURE__ */ a("figure", { className: re.figure, children: /* @__PURE__ */ g("span", { className: re.backdrop, children: [
|
|
4886
4886
|
/* @__PURE__ */ a("span", { className: re.backdropAux }),
|
|
@@ -4965,7 +4965,7 @@ const gl = (e) => {
|
|
|
4965
4965
|
}, Rt = (e) => /* @__PURE__ */ g("svg", { width: "28", height: "28", viewBox: "0 0 28 28", ...e, xmlns: "http://www.w3.org/2000/svg", children: [
|
|
4966
4966
|
/* @__PURE__ */ a("g", { clipPath: "url(#clip0_2503_6565)", children: /* @__PURE__ */ a("path", { d: "M22.1668 7.47825L20.5218 5.83325L14.0002 12.3549L7.4785 5.83325L5.8335 7.47825L12.3552 13.9999L5.8335 20.5216L7.4785 22.1666L14.0002 15.6449L20.5218 22.1666L22.1668 20.5216L15.6452 13.9999L22.1668 7.47825Z", fill: "currentColor" }) }),
|
|
4967
4967
|
/* @__PURE__ */ a("defs", { children: /* @__PURE__ */ a("clipPath", { id: "clip0_2503_6565", children: /* @__PURE__ */ a("rect", { width: "28", height: "28", fill: "currentColor" }) }) })
|
|
4968
|
-
] }),
|
|
4968
|
+
] }), Al = (e) => {
|
|
4969
4969
|
const {
|
|
4970
4970
|
preview: t,
|
|
4971
4971
|
isVideo: n = !1,
|
|
@@ -5013,7 +5013,7 @@ const gl = (e) => {
|
|
|
5013
5013
|
const { PUBLIC_IS_OFFLINE: n } = Y();
|
|
5014
5014
|
if (n === "true")
|
|
5015
5015
|
return /* @__PURE__ */ a(
|
|
5016
|
-
|
|
5016
|
+
Al,
|
|
5017
5017
|
{
|
|
5018
5018
|
...e,
|
|
5019
5019
|
PUBLIC_API_HOST: "https://dev-saas.cms-medios.com",
|
|
@@ -5031,7 +5031,7 @@ const gl = (e) => {
|
|
|
5031
5031
|
...t,
|
|
5032
5032
|
sizes: s
|
|
5033
5033
|
};
|
|
5034
|
-
return /* @__PURE__ */ a(
|
|
5034
|
+
return /* @__PURE__ */ a(pl, { ...e, preview: o });
|
|
5035
5035
|
}, Io = (e) => {
|
|
5036
5036
|
const { itemReverseOrder: t = !1 } = e;
|
|
5037
5037
|
return /* @__PURE__ */ a(
|
|
@@ -5069,10 +5069,10 @@ const gl = (e) => {
|
|
|
5069
5069
|
))
|
|
5070
5070
|
}
|
|
5071
5071
|
);
|
|
5072
|
-
},
|
|
5073
|
-
content:
|
|
5074
|
-
titulo:
|
|
5075
|
-
},
|
|
5072
|
+
}, wl = "_content_196hz_1", yl = "_titulo_196hz_23", As = {
|
|
5073
|
+
content: wl,
|
|
5074
|
+
titulo: yl
|
|
5075
|
+
}, _l = {
|
|
5076
5076
|
data: [
|
|
5077
5077
|
{
|
|
5078
5078
|
info: {
|
|
@@ -6010,7 +6010,7 @@ const gl = (e) => {
|
|
|
6010
6010
|
return e.content && e.content.length > 0 ? t = e.content.map((r) => ({
|
|
6011
6011
|
...r,
|
|
6012
6012
|
config: ws
|
|
6013
|
-
})) : n === "local" && s === "false" && o && (t =
|
|
6013
|
+
})) : n === "local" && s === "false" && o && (t = _l.data.map((r) => ({
|
|
6014
6014
|
...r,
|
|
6015
6015
|
config: ws
|
|
6016
6016
|
}))), Array.isArray(t) && t.length > 0 && /* @__PURE__ */ g(
|
|
@@ -6031,18 +6031,18 @@ const gl = (e) => {
|
|
|
6031
6031
|
]
|
|
6032
6032
|
}
|
|
6033
6033
|
);
|
|
6034
|
-
},
|
|
6035
|
-
content:
|
|
6036
|
-
subscribeImage:
|
|
6037
|
-
tag:
|
|
6038
|
-
contentTitle:
|
|
6039
|
-
title:
|
|
6040
|
-
inputStyled:
|
|
6041
|
-
buttonStyled:
|
|
6042
|
-
contentTerms:
|
|
6043
|
-
subscribeText:
|
|
6044
|
-
terms:
|
|
6045
|
-
},
|
|
6034
|
+
}, bl = "_content_dzkrz_1", Cl = "_subscribeImage_dzkrz_43", vl = "_tag_dzkrz_63", Nl = "_contentTitle_dzkrz_99", Sl = "_title_dzkrz_109", Il = "_inputStyled_dzkrz_143", El = "_buttonStyled_dzkrz_223", Tl = "_contentTerms_dzkrz_245", xl = "_subscribeText_dzkrz_255", kl = "_terms_dzkrz_275", Be = {
|
|
6035
|
+
content: bl,
|
|
6036
|
+
subscribeImage: Cl,
|
|
6037
|
+
tag: vl,
|
|
6038
|
+
contentTitle: Nl,
|
|
6039
|
+
title: Sl,
|
|
6040
|
+
inputStyled: Il,
|
|
6041
|
+
buttonStyled: El,
|
|
6042
|
+
contentTerms: Tl,
|
|
6043
|
+
subscribeText: xl,
|
|
6044
|
+
terms: kl
|
|
6045
|
+
}, Ul = (e) => /* @__PURE__ */ g("section", { className: [Be.content, e.className ?? ""].join(" "), children: [
|
|
6046
6046
|
/* @__PURE__ */ a("div", { className: Be.subscribeImage, children: e.image }),
|
|
6047
6047
|
/* @__PURE__ */ a("div", { className: Be.tag, children: e.texts.newsletterTag ?? "NEWS" }),
|
|
6048
6048
|
/* @__PURE__ */ g("div", { className: Be.contentTitle, children: [
|
|
@@ -6071,19 +6071,19 @@ const gl = (e) => {
|
|
|
6071
6071
|
}
|
|
6072
6072
|
)
|
|
6073
6073
|
] })
|
|
6074
|
-
] }),
|
|
6075
|
-
content:
|
|
6076
|
-
contentInfo:
|
|
6077
|
-
subscribeImage:
|
|
6078
|
-
tag:
|
|
6079
|
-
contentTitle:
|
|
6080
|
-
title:
|
|
6081
|
-
subTitle:
|
|
6082
|
-
inputStyled:
|
|
6083
|
-
buttonStyled:
|
|
6084
|
-
contentTerms:
|
|
6085
|
-
subscribeText:
|
|
6086
|
-
terms:
|
|
6074
|
+
] }), Ll = "_content_19eag_1", Rl = "_contentInfo_19eag_39", ql = "_subscribeImage_19eag_55", Bl = "_tag_19eag_83", Pl = "_contentTitle_19eag_119", Ol = "_title_19eag_129", Dl = "_subTitle_19eag_139", Ml = "_inputStyled_19eag_157", jl = "_buttonStyled_19eag_235", Ql = "_contentTerms_19eag_261", Gl = "_subscribeText_19eag_273", Hl = "_terms_19eag_291", Le = {
|
|
6075
|
+
content: Ll,
|
|
6076
|
+
contentInfo: Rl,
|
|
6077
|
+
subscribeImage: ql,
|
|
6078
|
+
tag: Bl,
|
|
6079
|
+
contentTitle: Pl,
|
|
6080
|
+
title: Ol,
|
|
6081
|
+
subTitle: Dl,
|
|
6082
|
+
inputStyled: Ml,
|
|
6083
|
+
buttonStyled: jl,
|
|
6084
|
+
contentTerms: Ql,
|
|
6085
|
+
subscribeText: Gl,
|
|
6086
|
+
terms: Hl
|
|
6087
6087
|
}, qa = (e) => {
|
|
6088
6088
|
const { uppercase: t = !1, style: n = {} } = e, s = { ...e, rounded: "", uppercase: "", full: "" }, o = {
|
|
6089
6089
|
...n,
|
|
@@ -6110,7 +6110,7 @@ const gl = (e) => {
|
|
|
6110
6110
|
htmlFor: e?.toggledrawerevent === "true" ? "side-bar-state" : ""
|
|
6111
6111
|
}
|
|
6112
6112
|
) : /* @__PURE__ */ a(q, { ...s, style: o });
|
|
6113
|
-
},
|
|
6113
|
+
}, zl = (e) => /* @__PURE__ */ g("section", { className: Le.content, children: [
|
|
6114
6114
|
/* @__PURE__ */ a("div", { className: Le.subscribeImage, children: e.image }),
|
|
6115
6115
|
/* @__PURE__ */ g("div", { className: Le.contentInfo, children: [
|
|
6116
6116
|
/* @__PURE__ */ a("div", { className: Le.tag, children: e.texts.newsletterTag ?? "NEWS" }),
|
|
@@ -6134,7 +6134,7 @@ const gl = (e) => {
|
|
|
6134
6134
|
/* @__PURE__ */ a(q, { className: Le.terms, children: e.texts.newsletterTermsAnchor ?? "Términos y condiciones" })
|
|
6135
6135
|
] })
|
|
6136
6136
|
] })
|
|
6137
|
-
] }),
|
|
6137
|
+
] }), Fl = (e) => /* @__PURE__ */ g(
|
|
6138
6138
|
"svg",
|
|
6139
6139
|
{
|
|
6140
6140
|
width: "284",
|
|
@@ -6175,18 +6175,18 @@ const gl = (e) => {
|
|
|
6175
6175
|
] })
|
|
6176
6176
|
]
|
|
6177
6177
|
}
|
|
6178
|
-
),
|
|
6179
|
-
content:
|
|
6180
|
-
subscribeImage:
|
|
6181
|
-
contentTitle:
|
|
6182
|
-
title:
|
|
6183
|
-
subTitle:
|
|
6184
|
-
contentTerms:
|
|
6185
|
-
whatsappLink:
|
|
6186
|
-
subscribeText:
|
|
6187
|
-
terms:
|
|
6188
|
-
},
|
|
6189
|
-
/* @__PURE__ */ a(
|
|
6178
|
+
), $l = "_content_1rb7n_1", Vl = "_subscribeImage_1rb7n_31", Wl = "_contentTitle_1rb7n_43", Yl = "_title_1rb7n_65", Kl = "_subTitle_1rb7n_79", Jl = "_contentTerms_1rb7n_119", Zl = "_whatsappLink_1rb7n_129", Xl = "_subscribeText_1rb7n_163", ed = "_terms_1rb7n_183", ze = {
|
|
6179
|
+
content: $l,
|
|
6180
|
+
subscribeImage: Vl,
|
|
6181
|
+
contentTitle: Wl,
|
|
6182
|
+
title: Yl,
|
|
6183
|
+
subTitle: Kl,
|
|
6184
|
+
contentTerms: Jl,
|
|
6185
|
+
whatsappLink: Zl,
|
|
6186
|
+
subscribeText: Xl,
|
|
6187
|
+
terms: ed
|
|
6188
|
+
}, $9 = (e) => /* @__PURE__ */ g("section", { className: ze.content, children: [
|
|
6189
|
+
/* @__PURE__ */ a(Fl, { className: ze.subscribeImage }),
|
|
6190
6190
|
/* @__PURE__ */ g("div", { className: ze.contentTitle, children: [
|
|
6191
6191
|
/* @__PURE__ */ a("p", { className: ze.title, children: "Mantenete Informado" }),
|
|
6192
6192
|
/* @__PURE__ */ a("p", { className: ze.subTitle, children: "¿Quieres recibir las noticias más importantes? ¡Suscríbete sin costo, recíbelas por WhatsApp!" })
|
|
@@ -6234,7 +6234,7 @@ const gl = (e) => {
|
|
|
6234
6234
|
/* @__PURE__ */ a("p", { className: ze.subscribeText, children: "Suscribirte implica aceptar los" }),
|
|
6235
6235
|
/* @__PURE__ */ a(q, { className: ze.terms, href: e.terms, target: "_blank", children: "Términos y condiciones" })
|
|
6236
6236
|
] })
|
|
6237
|
-
] }),
|
|
6237
|
+
] }), td = (e) => /* @__PURE__ */ g(
|
|
6238
6238
|
"svg",
|
|
6239
6239
|
{
|
|
6240
6240
|
id: "Layer_1",
|
|
@@ -6251,20 +6251,20 @@ const gl = (e) => {
|
|
|
6251
6251
|
/* @__PURE__ */ a("path", { d: "M0,0v19.74h74.3V0H0ZM62.2,4.7h2v5.8l3-3h2.4l-1.1,1.2-6.3,6.2V4.7ZM69.8,15h-2.4l-1.6-2.1,1.4-1.4,2.6,3.5ZM40.3,7.7h1v-1.8h2v1.8h1.8v1.7h-1.8v3c0,.3.1.6.2.7.2.2.4.3.6.3.3,0,.6-.1.8-.3l.5,1.5c-.2.2-.5.3-.7.4-.3.1-.6.1-.9.1-.8,0-1.4-.2-1.9-.6-.5-.5-.7-1.1-.7-2v-3.1h-1v-1.7h.1ZM37.7,12.3c-.2-.1-.4-.2-.6-.2-.3,0-.5-.1-.8-.1s-.6-.1-.9-.2c-.3-.1-.6-.2-.8-.4-.3-.2-.5-.4-.6-.6-.2-.3-.2-.6-.2-1,0-.5.1-.9.4-1.2.3-.4.6-.6,1.1-.8s1-.3,1.7-.3c.5,0,1,.1,1.4.2.5.1.9.3,1.2.5l-.6,1.6c-.3-.2-.6-.4-1-.4-.3-.1-.6-.1-1-.1-.5,0-.8.1-1,.2-.2.1-.3.3-.3.5s.1.3.2.4c.2.1.4.2.6.2.3.1.5.1.8.1s.6.1.9.2c.3.1.6.2.8.4s.4.4.6.6c.2.3.2.6.2,1,0,.5-.1.9-.4,1.2-.3.4-.6.6-1.1.8-.4.2-1,.3-1.7.3-.6,0-1.2-.1-1.7-.2-.6-.2-1-.3-1.3-.6l.6-1.6c.3.2.7.4,1.1.5.4.1.8.2,1.3.2s.8-.1,1-.2c.2-.1.3-.3.3-.5,0-.2,0-.3-.2-.5ZM6.7,14.3l1.1-1.1c.2.1.4.1.6.1.3,0,.6-.1.9-.3.3-.2.5-.4.6-.7.2-.3.2-.7.2-1.1s0-.8-.1-1.1c-.2-.3-.4-.6-.6-.7-.3-.2-.6-.3-.9-.3s-.6.1-.9.3-.5.4-.6.7c-.2.3-.2.7-.2,1.1s.1.8.2,1.1c-.1.1,0,.1,0,.2l-2.3,2.3V4.7h1.9v3.6c.2-.2.4-.3.6-.5.5-.3.9-.4,1.5-.4s1.2.2,1.8.5c.5.3,1,.8,1.2,1.3.3.6.5,1.3.5,2.1s-.2,1.5-.5,2c-.3.6-.7,1-1.2,1.4-.5.3-1.1.5-1.8.5-.6,0-1.1-.2-1.6-.4-.1-.2-.3-.4-.4-.5ZM13.6,4.7h2v10.3h-2V4.7ZM17.7,13.6c-.3-.5-.4-1.1-.4-1.9v-4.2h2v3.9c0,.6.1,1.1.4,1.4.2.3.6.4,1,.4.3,0,.6-.1.8-.2s.4-.4.6-.6c.1-.3.2-.7.2-1.1v-3.8h2v7.5h-1.8v-.9c-.2.2-.4.5-.6.6-.5.2-1,.3-1.5.3-.6,0-1.1-.1-1.6-.4-.5-.1-.8-.5-1.1-1ZM33,11.5v.3h-5.3c0,.2.1.4.2.6.2.3.4.6.7.7.3.2.6.2,1.1.2.4,0,.7-.1,1-.2.3-.1.5-.3.8-.5l1,1.2c-.3.4-.7.7-1.2.9-.5.2-1,.3-1.6.3-.8,0-1.5-.2-2.1-.5s-1-.8-1.4-1.4c-.3-.6-.5-1.2-.5-2s.2-1.4.5-2,.8-1,1.3-1.4c.5-.1,1.2-.3,1.9-.3s1.3.2,1.8.5c.6.3,1,.8,1.3,1.3.3.6.5,1.3.5,2.1,0,0,0,.1,0,.2ZM47.4,14.8c-.4-.2-.7-.5-.9-.8s-.3-.7-.3-1.2c0-.4.1-.8.3-1.2.2-.3.5-.6,1-.8.4-.2,1-.3,1.7-.3h1.6c0-.4-.1-.8-.4-1-.3-.3-.6-.4-1.2-.4-.4,0-.7.1-1.1.2s-.6.3-.9.5l-.7-1.5c.4-.3.8-.5,1.4-.6.5-.2,1.1-.3,1.6-.3,1,0,1.9.3,2.5.8s.9,1.4.9,2.5v4.2h-1.9v-1.1c-.2.3-.4.6-.7.8-.4.3-.8.4-1.4.4-.6.1-1.1,0-1.5-.2ZM56,14.6c-.6-.3-1-.8-1.4-1.4-.3-.6-.5-1.2-.5-2s.2-1.4.5-2,.8-1,1.4-1.4c.6-.2,1.3-.4,2-.4s1.4.2,1.9.5,1,.8,1.2,1.4l-1.6.9c-.2-.4-.4-.6-.7-.8s-.6-.3-.9-.3-.6.1-.9.3c-.3.2-.5.4-.6.7-.2.3-.2.7-.2,1.1s.1.8.2,1.1c.2.3.4.5.6.7.3.2.6.3.9.3s.6-.1.9-.2c.3-.2.5-.4.7-.8l1.6.9c-.3.6-.6,1-1.2,1.4-.6.3-1.2.5-1.9.5s-1.4-.2-2-.5Z" })
|
|
6252
6252
|
]
|
|
6253
6253
|
}
|
|
6254
|
-
),
|
|
6255
|
-
content:
|
|
6256
|
-
brandContent:
|
|
6257
|
-
socialMedia:
|
|
6258
|
-
linkSocialNetwoks:
|
|
6259
|
-
sectionContent:
|
|
6260
|
-
section:
|
|
6261
|
-
menuItem:
|
|
6262
|
-
otherItems:
|
|
6263
|
-
copyrigth:
|
|
6264
|
-
copyrigthText:
|
|
6265
|
-
logoStyled:
|
|
6266
|
-
socialInstagram:
|
|
6267
|
-
}, On = (e) => /* @__PURE__ */ a("svg", { width: "40", height: "40", viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ a("path", { stroke: "currentColor", d: "M27.5444 6H23.9083C19.8444 6 17.1708 8.67176 17.1708 12.9466V16.1527H13.5347C13.2139 16.1527 13 16.3664 13 16.687V21.2824C13 21.6031 13.2139 21.8168 13.5347 21.8168H17.1708V33.4656C17.1708 33.7863 17.3847 34 17.7055 34H22.518C22.8389 34 23.0527 33.7863 23.0527 33.4656V21.8168H27.3305C27.6513 21.8168 27.8652 21.6031 27.8652 21.2824V16.687C27.8652 16.5802 27.7583 16.3664 27.6513 16.2595C27.5444 16.1527 27.4375 16.0458 27.2236 16.0458H22.9458V13.374C22.9458 12.0916 23.2666 11.4504 24.9777 11.4504H27.4375C27.7583 11.4504 27.9722 11.2366 27.9722 10.916V6.64122C28.0791 6.21374 27.8652 6 27.5444 6Z", "stroke-width": "1.6" }) }),
|
|
6254
|
+
), nd = "_content_hsrgo_1", ad = "_brandContent_hsrgo_19", sd = "_socialMedia_hsrgo_41", od = "_linkSocialNetwoks_hsrgo_55", rd = "_sectionContent_hsrgo_97", id = "_section_hsrgo_97", cd = "_menuItem_hsrgo_133", ld = "_otherItems_hsrgo_159", dd = "_copyrigth_hsrgo_187", ud = "_copyrigthText_hsrgo_207", hd = "_logoStyled_hsrgo_227", md = "_socialInstagram_hsrgo_263", Ee = {
|
|
6255
|
+
content: nd,
|
|
6256
|
+
brandContent: ad,
|
|
6257
|
+
socialMedia: sd,
|
|
6258
|
+
linkSocialNetwoks: od,
|
|
6259
|
+
sectionContent: rd,
|
|
6260
|
+
section: id,
|
|
6261
|
+
menuItem: cd,
|
|
6262
|
+
otherItems: ld,
|
|
6263
|
+
copyrigth: dd,
|
|
6264
|
+
copyrigthText: ud,
|
|
6265
|
+
logoStyled: hd,
|
|
6266
|
+
socialInstagram: md
|
|
6267
|
+
}, On = (e) => /* @__PURE__ */ a("svg", { width: "40", height: "40", viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ a("path", { stroke: "currentColor", d: "M27.5444 6H23.9083C19.8444 6 17.1708 8.67176 17.1708 12.9466V16.1527H13.5347C13.2139 16.1527 13 16.3664 13 16.687V21.2824C13 21.6031 13.2139 21.8168 13.5347 21.8168H17.1708V33.4656C17.1708 33.7863 17.3847 34 17.7055 34H22.518C22.8389 34 23.0527 33.7863 23.0527 33.4656V21.8168H27.3305C27.6513 21.8168 27.8652 21.6031 27.8652 21.2824V16.687C27.8652 16.5802 27.7583 16.3664 27.6513 16.2595C27.5444 16.1527 27.4375 16.0458 27.2236 16.0458H22.9458V13.374C22.9458 12.0916 23.2666 11.4504 24.9777 11.4504H27.4375C27.7583 11.4504 27.9722 11.2366 27.9722 10.916V6.64122C28.0791 6.21374 27.8652 6 27.5444 6Z", "stroke-width": "1.6" }) }), fd = (e) => /* @__PURE__ */ a(
|
|
6268
6268
|
"svg",
|
|
6269
6269
|
{
|
|
6270
6270
|
...e,
|
|
@@ -6290,7 +6290,7 @@ const gl = (e) => {
|
|
|
6290
6290
|
}
|
|
6291
6291
|
)
|
|
6292
6292
|
}
|
|
6293
|
-
), Dn = (e) => /* @__PURE__ */ a("svg", { width: "40", height: "40", viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ a("path", { d: "M25.3 6.5H15.3C10.7 6.5 7 10.2 7 14.8V24.8C7 29.4 10.7 33.1 15.3 33.1H25.3C29.9 33.1 33.6 29.4 33.6 24.8V14.8C33.6 10.2 29.9 6.5 25.3 6.5ZM31.1 24.6C31.1 27.8 28.5 30.4 25.3 30.4H15.3C12.1 30.4 9.5 27.8 9.5 24.6V14.6C9.5 11.4 12.1 8.8 15.3 8.8H25.3C28.5 8.8 31.1 11.4 31.1 14.6V24.6ZM20.4 13.1C16.8 13.1 13.8 16.1 13.8 19.7C13.8 23.3 16.8 26.3 20.4 26.3C24 26.3 27 23.3 27 19.7C27 16.1 24.1 13.1 20.5 13.1H20.4ZM20.4 23.8C18.1 23.8 16.3 22 16.3 19.7C16.3 17.4 18.1 15.6 20.4 15.6C22.7 15.6 24.5 17.4 24.5 19.7C24.6 21.9 22.8 23.7 20.6 23.8H20.4ZM27.5 11.7C28 11.7 28.4 12.1 28.4 12.6C28.4 13.1 28 13.5 27.5 13.5C27 13.5 26.6 13.1 26.6 12.6C26.6 12.1 27 11.7 27.5 11.7Z", fill: "currentColor" }) }),
|
|
6293
|
+
), Dn = (e) => /* @__PURE__ */ a("svg", { width: "40", height: "40", viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ a("path", { d: "M25.3 6.5H15.3C10.7 6.5 7 10.2 7 14.8V24.8C7 29.4 10.7 33.1 15.3 33.1H25.3C29.9 33.1 33.6 29.4 33.6 24.8V14.8C33.6 10.2 29.9 6.5 25.3 6.5ZM31.1 24.6C31.1 27.8 28.5 30.4 25.3 30.4H15.3C12.1 30.4 9.5 27.8 9.5 24.6V14.6C9.5 11.4 12.1 8.8 15.3 8.8H25.3C28.5 8.8 31.1 11.4 31.1 14.6V24.6ZM20.4 13.1C16.8 13.1 13.8 16.1 13.8 19.7C13.8 23.3 16.8 26.3 20.4 26.3C24 26.3 27 23.3 27 19.7C27 16.1 24.1 13.1 20.5 13.1H20.4ZM20.4 23.8C18.1 23.8 16.3 22 16.3 19.7C16.3 17.4 18.1 15.6 20.4 15.6C22.7 15.6 24.5 17.4 24.5 19.7C24.6 21.9 22.8 23.7 20.6 23.8H20.4ZM27.5 11.7C28 11.7 28.4 12.1 28.4 12.6C28.4 13.1 28 13.5 27.5 13.5C27 13.5 26.6 13.1 26.6 12.6C26.6 12.1 27 11.7 27.5 11.7Z", fill: "currentColor" }) }), gd = (e) => /* @__PURE__ */ a("svg", { ...e, width: "17", height: "21", viewBox: "0 0 14 17", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ a("path", { fill: "currentColor", d: "M7 10.7368C8.66 10.7368 10 9.53789 10 8.05263V2.68421C10 1.19895 8.66 0 7 0C5.34 0 4 1.19895 4 2.68421V8.05263C4 9.53789 5.34 10.7368 7 10.7368ZM6 2.68421C6 2.19211 6.45 1.78947 7 1.78947C7.55 1.78947 8 2.19211 8 2.68421V8.05263C8 8.54474 7.55 8.94737 7 8.94737C6.45 8.94737 6 8.54474 6 8.05263V2.68421ZM12 8.05263C12 10.5221 9.76 12.5263 7 12.5263C4.24 12.5263 2 10.5221 2 8.05263H0C0 11.2111 2.61 13.8058 6 14.2442V17H8V14.2442C11.39 13.8058 14 11.2111 14 8.05263H12Z" }) }), pd = (e) => /* @__PURE__ */ a(
|
|
6294
6294
|
"svg",
|
|
6295
6295
|
{
|
|
6296
6296
|
width: "26",
|
|
@@ -6308,7 +6308,7 @@ const gl = (e) => {
|
|
|
6308
6308
|
}
|
|
6309
6309
|
)
|
|
6310
6310
|
}
|
|
6311
|
-
),
|
|
6311
|
+
), Ad = (e) => /* @__PURE__ */ a(
|
|
6312
6312
|
"svg",
|
|
6313
6313
|
{
|
|
6314
6314
|
version: "1.1",
|
|
@@ -6337,7 +6337,7 @@ const gl = (e) => {
|
|
|
6337
6337
|
}
|
|
6338
6338
|
) })
|
|
6339
6339
|
}
|
|
6340
|
-
),
|
|
6340
|
+
), wd = (e) => /* @__PURE__ */ a(
|
|
6341
6341
|
"svg",
|
|
6342
6342
|
{
|
|
6343
6343
|
version: "1.1",
|
|
@@ -6366,7 +6366,7 @@ const gl = (e) => {
|
|
|
6366
6366
|
}
|
|
6367
6367
|
) }) })
|
|
6368
6368
|
}
|
|
6369
|
-
), lt = (e) => /* @__PURE__ */ a("svg", { ...e, version: "1.1", baseProfile: "tiny", id: "Layer_1", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", x: "0px", y: "0px", viewBox: "0 0 30 30", overflow: "visible", xmlSpace: "preserve", children: /* @__PURE__ */ a("path", { fill: "currentColor", d: "M5.9,6.1l7.1,9.8l-7.1,7.9h1.6l6.2-7l5,7h5.4l-7.5-10.3l6.6-7.4h-1.6L16,12.5l-4.6-6.4L5.9,6.1L5.9,6.1zM8.2,7.4h2.5l11,15.3h-2.5L8.2,7.4z" }) }),
|
|
6369
|
+
), lt = (e) => /* @__PURE__ */ a("svg", { ...e, version: "1.1", baseProfile: "tiny", id: "Layer_1", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", x: "0px", y: "0px", viewBox: "0 0 30 30", overflow: "visible", xmlSpace: "preserve", children: /* @__PURE__ */ a("path", { fill: "currentColor", d: "M5.9,6.1l7.1,9.8l-7.1,7.9h1.6l6.2-7l5,7h5.4l-7.5-10.3l6.6-7.4h-1.6L16,12.5l-4.6-6.4L5.9,6.1L5.9,6.1zM8.2,7.4h2.5l11,15.3h-2.5L8.2,7.4z" }) }), yd = (e) => /* @__PURE__ */ g(
|
|
6370
6370
|
"svg",
|
|
6371
6371
|
{
|
|
6372
6372
|
version: "1.1",
|
|
@@ -6394,17 +6394,17 @@ const gl = (e) => {
|
|
|
6394
6394
|
/* @__PURE__ */ a("path", { fill: "currentColor", d: "M12.8,18.6v-6.9l5.9,3.4L12.8,18.6z" })
|
|
6395
6395
|
]
|
|
6396
6396
|
}
|
|
6397
|
-
),
|
|
6397
|
+
), V9 = ["telegram"], Ba = {
|
|
6398
6398
|
facebook: (e) => /* @__PURE__ */ a(On, { ...e }),
|
|
6399
6399
|
instagram: (e) => /* @__PURE__ */ a(Dn, { ...e }),
|
|
6400
|
-
whatsapp: (e) => /* @__PURE__ */ a(
|
|
6401
|
-
tiktok: (e) => /* @__PURE__ */ a(
|
|
6402
|
-
youtube: (e) => /* @__PURE__ */ a(
|
|
6400
|
+
whatsapp: (e) => /* @__PURE__ */ a(wd, { ...e }),
|
|
6401
|
+
tiktok: (e) => /* @__PURE__ */ a(Ad, { ...e }),
|
|
6402
|
+
youtube: (e) => /* @__PURE__ */ a(yd, { ...e }),
|
|
6403
6403
|
x: (e) => /* @__PURE__ */ a(lt, { ...e }),
|
|
6404
|
-
gnews: (e) => /* @__PURE__ */ a(
|
|
6405
|
-
podcast: (e) => /* @__PURE__ */ a(
|
|
6406
|
-
telegram: (e) => /* @__PURE__ */ a(
|
|
6407
|
-
},
|
|
6404
|
+
gnews: (e) => /* @__PURE__ */ a(fd, { ...e }),
|
|
6405
|
+
podcast: (e) => /* @__PURE__ */ a(gd, { ...e }),
|
|
6406
|
+
telegram: (e) => /* @__PURE__ */ a(pd, { ...e })
|
|
6407
|
+
}, W9 = (e) => {
|
|
6408
6408
|
const { freeZone: t, socials: n, menu: s, customBlock: o, custom_styles: r = {} } = e;
|
|
6409
6409
|
return /* @__PURE__ */ g("footer", { className: Ee.content, style: r, children: [
|
|
6410
6410
|
/* @__PURE__ */ g("section", { className: Ee.brandContent, children: [
|
|
@@ -6460,36 +6460,36 @@ const gl = (e) => {
|
|
|
6460
6460
|
title: "Plataforma BLUESTACK CMS (antes CMS MEDIOS)",
|
|
6461
6461
|
target: "_blank",
|
|
6462
6462
|
rel: "noreferrer",
|
|
6463
|
-
children: /* @__PURE__ */ a(
|
|
6463
|
+
children: /* @__PURE__ */ a(td, {})
|
|
6464
6464
|
}
|
|
6465
6465
|
)
|
|
6466
6466
|
] })
|
|
6467
6467
|
] });
|
|
6468
|
-
},
|
|
6469
|
-
content:
|
|
6470
|
-
imageContent:
|
|
6471
|
-
width1Autor:
|
|
6472
|
-
width2Autor:
|
|
6473
|
-
width3Autor:
|
|
6474
|
-
imageAutor:
|
|
6475
|
-
imageStyled:
|
|
6476
|
-
contentIconStyled:
|
|
6477
|
-
avatarContent:
|
|
6478
|
-
journalistSection:
|
|
6479
|
-
journalistInfo:
|
|
6480
|
-
journalistInfoLink:
|
|
6481
|
-
socialNetworkSection:
|
|
6482
|
-
avatarStyled:
|
|
6483
|
-
article:
|
|
6484
|
-
socialButton:
|
|
6485
|
-
facebookStyled:
|
|
6486
|
-
emailStyled:
|
|
6487
|
-
xStyled:
|
|
6488
|
-
linkedinStyled:
|
|
6489
|
-
whatsappStyled:
|
|
6490
|
-
whatsappLink:
|
|
6491
|
-
clipboardButton:
|
|
6492
|
-
googleProfileButton:
|
|
6468
|
+
}, _d = "_content_pnyq2_1", bd = "_imageContent_pnyq2_17", Cd = "_width1Autor_pnyq2_35", vd = "_width2Autor_pnyq2_43", Nd = "_width3Autor_pnyq2_51", Sd = "_imageAutor_pnyq2_59", Id = "_imageStyled_pnyq2_137", Ed = "_contentIconStyled_pnyq2_139", Td = "_avatarContent_pnyq2_173", xd = "_journalistSection_pnyq2_201", kd = "_journalistInfo_pnyq2_217", Ud = "_journalistInfoLink_pnyq2_219", Ld = "_socialNetworkSection_pnyq2_291", Rd = "_avatarStyled_pnyq2_315", qd = "_article_pnyq2_325", Bd = "_socialButton_pnyq2_333", Pd = "_facebookStyled_pnyq2_365", Od = "_emailStyled_pnyq2_373", Dd = "_xStyled_pnyq2_381", Md = "_linkedinStyled_pnyq2_389", jd = "_whatsappStyled_pnyq2_397", Qd = "_whatsappLink_pnyq2_405", Gd = "_clipboardButton_pnyq2_437", Hd = "_googleProfileButton_pnyq2_509", he = {
|
|
6469
|
+
content: _d,
|
|
6470
|
+
imageContent: bd,
|
|
6471
|
+
width1Autor: Cd,
|
|
6472
|
+
width2Autor: vd,
|
|
6473
|
+
width3Autor: Nd,
|
|
6474
|
+
imageAutor: Sd,
|
|
6475
|
+
imageStyled: Id,
|
|
6476
|
+
contentIconStyled: Ed,
|
|
6477
|
+
avatarContent: Td,
|
|
6478
|
+
journalistSection: xd,
|
|
6479
|
+
journalistInfo: kd,
|
|
6480
|
+
journalistInfoLink: Ud,
|
|
6481
|
+
socialNetworkSection: Ld,
|
|
6482
|
+
avatarStyled: Rd,
|
|
6483
|
+
article: qd,
|
|
6484
|
+
socialButton: Bd,
|
|
6485
|
+
facebookStyled: Pd,
|
|
6486
|
+
emailStyled: Od,
|
|
6487
|
+
xStyled: Dd,
|
|
6488
|
+
linkedinStyled: Md,
|
|
6489
|
+
whatsappStyled: jd,
|
|
6490
|
+
whatsappLink: Qd,
|
|
6491
|
+
clipboardButton: Gd,
|
|
6492
|
+
googleProfileButton: Hd
|
|
6493
6493
|
}, Eo = (e) => /* @__PURE__ */ a(
|
|
6494
6494
|
"svg",
|
|
6495
6495
|
{
|
|
@@ -6599,7 +6599,7 @@ const gl = (e) => {
|
|
|
6599
6599
|
}
|
|
6600
6600
|
)
|
|
6601
6601
|
}
|
|
6602
|
-
),
|
|
6602
|
+
), zd = {
|
|
6603
6603
|
FaceBook: {
|
|
6604
6604
|
url: (e) => `https://www.facebook.com/sharer/sharer.php?u=${encodeURIComponent(e)}`,
|
|
6605
6605
|
icon: {
|
|
@@ -6638,11 +6638,11 @@ const gl = (e) => {
|
|
|
6638
6638
|
}
|
|
6639
6639
|
}
|
|
6640
6640
|
};
|
|
6641
|
-
function
|
|
6641
|
+
function Fd({ noteShare: e }) {
|
|
6642
6642
|
const t = e && e.url || (typeof window < "u" ? window.location.href : "https://example.com");
|
|
6643
6643
|
return e ? /* @__PURE__ */ g("div", { className: he.socialNetworkSection, children: [
|
|
6644
6644
|
e.options?.map((n) => {
|
|
6645
|
-
const s =
|
|
6645
|
+
const s = zd[n];
|
|
6646
6646
|
if (!s) return null;
|
|
6647
6647
|
const o = e.variant === "outline" ? s.icon.outline : s.icon.solid, r = s.url(t);
|
|
6648
6648
|
return /* @__PURE__ */ a(
|
|
@@ -6680,16 +6680,16 @@ function zd({ noteShare: e }) {
|
|
|
6680
6680
|
)
|
|
6681
6681
|
] }) : null;
|
|
6682
6682
|
}
|
|
6683
|
-
const
|
|
6684
|
-
content:
|
|
6685
|
-
videoContent:
|
|
6686
|
-
articleSection:
|
|
6687
|
-
title:
|
|
6688
|
-
article:
|
|
6689
|
-
correspondent:
|
|
6690
|
-
iframeStyled:
|
|
6691
|
-
contentFrame:
|
|
6692
|
-
},
|
|
6683
|
+
const $d = "_content_xlsy2_1", Vd = "_videoContent_xlsy2_39", Wd = "_articleSection_xlsy2_53", Yd = "_title_xlsy2_83", Kd = "_article_xlsy2_53", Jd = "_correspondent_xlsy2_149", Zd = "_iframeStyled_xlsy2_167", Xd = "_contentFrame_xlsy2_187", Fe = {
|
|
6684
|
+
content: $d,
|
|
6685
|
+
videoContent: Vd,
|
|
6686
|
+
articleSection: Wd,
|
|
6687
|
+
title: Yd,
|
|
6688
|
+
article: Kd,
|
|
6689
|
+
correspondent: Jd,
|
|
6690
|
+
iframeStyled: Zd,
|
|
6691
|
+
contentFrame: Xd
|
|
6692
|
+
}, Y9 = (e) => {
|
|
6693
6693
|
const t = () => e?.video.main.author ? `${e?.video.main.author} - ${Ge(
|
|
6694
6694
|
e.video.info.date.created
|
|
6695
6695
|
)}` : e?.video.main.author;
|
|
@@ -6725,9 +6725,9 @@ const Fd = "_content_xlsy2_1", $d = "_videoContent_xlsy2_39", Vd = "_articleSect
|
|
|
6725
6725
|
/* @__PURE__ */ a("p", { className: Fe.correspondent, children: t() })
|
|
6726
6726
|
] })
|
|
6727
6727
|
] }) }) });
|
|
6728
|
-
},
|
|
6729
|
-
content:
|
|
6730
|
-
linkStyled:
|
|
6728
|
+
}, e1 = "_content_79djq_1", t1 = "_linkStyled_79djq_17", Fn = {
|
|
6729
|
+
content: e1,
|
|
6730
|
+
linkStyled: t1
|
|
6731
6731
|
}, Nn = (e) => {
|
|
6732
6732
|
const { currentPage: t, showNext: n, maxPages: s, pathname: o, query: r, block_subPublication: i } = e, c = (u, l, d) => {
|
|
6733
6733
|
let h = "";
|
|
@@ -6756,11 +6756,11 @@ const Fd = "_content_xlsy2_1", $d = "_videoContent_xlsy2_39", Vd = "_articleSect
|
|
|
6756
6756
|
}
|
|
6757
6757
|
)
|
|
6758
6758
|
] });
|
|
6759
|
-
},
|
|
6760
|
-
content:
|
|
6761
|
-
contentGrid:
|
|
6762
|
-
contentGrid4:
|
|
6763
|
-
contentGrid3:
|
|
6759
|
+
}, n1 = "_content_1tki3_1", a1 = "_contentGrid_1tki3_15", s1 = "_contentGrid4_1tki3_33", o1 = "_contentGrid3_1tki3_41", nn = {
|
|
6760
|
+
content: n1,
|
|
6761
|
+
contentGrid: a1,
|
|
6762
|
+
contentGrid4: s1,
|
|
6763
|
+
contentGrid3: o1
|
|
6764
6764
|
}, fa = (e) => {
|
|
6765
6765
|
const { grid: t = 3 } = e;
|
|
6766
6766
|
return /* @__PURE__ */ g("section", { className: `${nn.content}`, children: [
|
|
@@ -6773,10 +6773,10 @@ const Fd = "_content_xlsy2_1", $d = "_videoContent_xlsy2_39", Vd = "_articleSect
|
|
|
6773
6773
|
),
|
|
6774
6774
|
/* @__PURE__ */ a(Z, { children: e.paginatorComponent })
|
|
6775
6775
|
] });
|
|
6776
|
-
},
|
|
6777
|
-
content:
|
|
6778
|
-
newsDescription:
|
|
6779
|
-
image:
|
|
6776
|
+
}, r1 = "_content_3pssn_1", i1 = "_newsDescription_3pssn_29", c1 = "_image_3pssn_81", Ht = {
|
|
6777
|
+
content: r1,
|
|
6778
|
+
newsDescription: i1,
|
|
6779
|
+
image: c1
|
|
6780
6780
|
}, nt = (e) => {
|
|
6781
6781
|
const {
|
|
6782
6782
|
main: t,
|
|
@@ -6838,13 +6838,13 @@ const Fd = "_content_xlsy2_1", $d = "_videoContent_xlsy2_39", Vd = "_articleSect
|
|
|
6838
6838
|
]
|
|
6839
6839
|
}
|
|
6840
6840
|
);
|
|
6841
|
-
},
|
|
6842
|
-
content:
|
|
6843
|
-
boxInformation:
|
|
6844
|
-
titleGradient:
|
|
6845
|
-
sectionDescription:
|
|
6846
|
-
articule:
|
|
6847
|
-
linkStyled:
|
|
6841
|
+
}, l1 = "_content_1afla_1", d1 = "_boxInformation_1afla_23", u1 = "_titleGradient_1afla_59", h1 = "_sectionDescription_1afla_115", m1 = "_articule_1afla_165", f1 = "_linkStyled_1afla_231", at = {
|
|
6842
|
+
content: l1,
|
|
6843
|
+
boxInformation: d1,
|
|
6844
|
+
titleGradient: u1,
|
|
6845
|
+
sectionDescription: h1,
|
|
6846
|
+
articule: m1,
|
|
6847
|
+
linkStyled: f1
|
|
6848
6848
|
}, Mn = (e) => {
|
|
6849
6849
|
const {
|
|
6850
6850
|
isVideo: t,
|
|
@@ -6914,17 +6914,17 @@ const Fd = "_content_xlsy2_1", $d = "_videoContent_xlsy2_39", Vd = "_articleSect
|
|
|
6914
6914
|
}
|
|
6915
6915
|
)
|
|
6916
6916
|
] });
|
|
6917
|
-
},
|
|
6918
|
-
content:
|
|
6919
|
-
contentLayout:
|
|
6920
|
-
}, _s = (e) => /* @__PURE__ */ a("div", { className: ys.content, children: /* @__PURE__ */ a(Yt, { className: `${ys.contentLayout} ${e.className}`, children: e.children }) }),
|
|
6921
|
-
content:
|
|
6922
|
-
before:
|
|
6923
|
-
textContent:
|
|
6924
|
-
title:
|
|
6925
|
-
description:
|
|
6926
|
-
linkStyled:
|
|
6927
|
-
},
|
|
6917
|
+
}, g1 = "_content_63xzh_1", p1 = "_contentLayout_63xzh_9", ys = {
|
|
6918
|
+
content: g1,
|
|
6919
|
+
contentLayout: p1
|
|
6920
|
+
}, _s = (e) => /* @__PURE__ */ a("div", { className: ys.content, children: /* @__PURE__ */ a(Yt, { className: `${ys.contentLayout} ${e.className}`, children: e.children }) }), A1 = "_content_1qewa_1", w1 = "_before_1qewa_21", y1 = "_textContent_1qewa_43", _1 = "_title_1qewa_73", b1 = "_description_1qewa_91", C1 = "_linkStyled_1qewa_113", bt = {
|
|
6921
|
+
content: A1,
|
|
6922
|
+
before: w1,
|
|
6923
|
+
textContent: y1,
|
|
6924
|
+
title: _1,
|
|
6925
|
+
description: b1,
|
|
6926
|
+
linkStyled: C1
|
|
6927
|
+
}, K9 = (e) => {
|
|
6928
6928
|
const t = e.logo;
|
|
6929
6929
|
return /* @__PURE__ */ g("section", { className: bt.content, children: [
|
|
6930
6930
|
e.backgroundImgURL && /* @__PURE__ */ a("img", { className: bt.before, src: e.backgroundImgURL, alt: "" }),
|
|
@@ -6935,25 +6935,25 @@ const Fd = "_content_xlsy2_1", $d = "_videoContent_xlsy2_39", Vd = "_articleSect
|
|
|
6935
6935
|
/* @__PURE__ */ a(q, { className: bt.linkStyled, href: "/", children: e.buttonText ?? "Inicio" })
|
|
6936
6936
|
] })
|
|
6937
6937
|
] });
|
|
6938
|
-
},
|
|
6939
|
-
content:
|
|
6940
|
-
contentLabel:
|
|
6941
|
-
label:
|
|
6942
|
-
required:
|
|
6943
|
-
input:
|
|
6944
|
-
},
|
|
6938
|
+
}, v1 = "_content_14eky_1", N1 = "_contentLabel_14eky_15", S1 = "_label_14eky_25", I1 = "_required_14eky_43", E1 = "_input_14eky_55", Bt = {
|
|
6939
|
+
content: v1,
|
|
6940
|
+
contentLabel: N1,
|
|
6941
|
+
label: S1,
|
|
6942
|
+
required: I1,
|
|
6943
|
+
input: E1
|
|
6944
|
+
}, J9 = (e) => /* @__PURE__ */ g("div", { className: Bt.content, children: [
|
|
6945
6945
|
/* @__PURE__ */ g("div", { className: Bt.contentLabel, children: [
|
|
6946
6946
|
/* @__PURE__ */ a("label", { className: Bt.label, children: e.label }),
|
|
6947
6947
|
e.required && /* @__PURE__ */ a("span", { className: Bt.required, children: "*" })
|
|
6948
6948
|
] }),
|
|
6949
6949
|
/* @__PURE__ */ a("input", { className: Bt.input, ...e })
|
|
6950
|
-
] }),
|
|
6951
|
-
content:
|
|
6952
|
-
contentLabel:
|
|
6953
|
-
label:
|
|
6954
|
-
required:
|
|
6955
|
-
input:
|
|
6956
|
-
},
|
|
6950
|
+
] }), T1 = "_content_1ukl4_1", x1 = "_contentLabel_1ukl4_15", k1 = "_label_1ukl4_25", U1 = "_required_1ukl4_43", L1 = "_input_1ukl4_55", Pt = {
|
|
6951
|
+
content: T1,
|
|
6952
|
+
contentLabel: x1,
|
|
6953
|
+
label: k1,
|
|
6954
|
+
required: U1,
|
|
6955
|
+
input: L1
|
|
6956
|
+
}, Z9 = (e) => /* @__PURE__ */ g("div", { className: Pt.content, children: [
|
|
6957
6957
|
/* @__PURE__ */ g("div", { className: Pt.contentLabel, children: [
|
|
6958
6958
|
/* @__PURE__ */ a("label", { className: Pt.label, children: e.label }),
|
|
6959
6959
|
e.required && /* @__PURE__ */ a("span", { className: Pt.required, children: "*" })
|
|
@@ -6962,32 +6962,32 @@ const Fd = "_content_xlsy2_1", $d = "_videoContent_xlsy2_39", Vd = "_articleSect
|
|
|
6962
6962
|
/* @__PURE__ */ a("option", { value: "", children: "--Seleccione--" }),
|
|
6963
6963
|
e.options.map((t, n) => /* @__PURE__ */ a("option", { value: t.value, children: t.label }, n))
|
|
6964
6964
|
] })
|
|
6965
|
-
] }),
|
|
6966
|
-
content:
|
|
6967
|
-
label:
|
|
6968
|
-
input:
|
|
6969
|
-
},
|
|
6965
|
+
] }), R1 = "_content_ljg8f_1", q1 = "_label_ljg8f_15", B1 = "_input_ljg8f_33", $n = {
|
|
6966
|
+
content: R1,
|
|
6967
|
+
label: q1,
|
|
6968
|
+
input: B1
|
|
6969
|
+
}, X9 = (e) => /* @__PURE__ */ g("div", { className: $n.content, children: [
|
|
6970
6970
|
/* @__PURE__ */ a("label", { className: $n.label, children: e.label }),
|
|
6971
6971
|
/* @__PURE__ */ a("textarea", { className: $n.input, ...e })
|
|
6972
|
-
] }),
|
|
6973
|
-
boxInformation:
|
|
6974
|
-
textBox:
|
|
6975
|
-
contentBox:
|
|
6976
|
-
liveBox:
|
|
6977
|
-
dot:
|
|
6978
|
-
sectionDescription:
|
|
6979
|
-
articule:
|
|
6980
|
-
description:
|
|
6981
|
-
},
|
|
6982
|
-
content:
|
|
6983
|
-
description:
|
|
6972
|
+
] }), P1 = "_boxInformation_1ah38_1", O1 = "_textBox_1ah38_59", D1 = "_contentBox_1ah38_79", M1 = "_liveBox_1ah38_99", j1 = "_dot_1ah38_143", Q1 = "_sectionDescription_1ah38_193", G1 = "_articule_1ah38_219", H1 = "_description_1ah38_273", st = {
|
|
6973
|
+
boxInformation: P1,
|
|
6974
|
+
textBox: O1,
|
|
6975
|
+
contentBox: D1,
|
|
6976
|
+
liveBox: M1,
|
|
6977
|
+
dot: j1,
|
|
6978
|
+
sectionDescription: Q1,
|
|
6979
|
+
articule: G1,
|
|
6980
|
+
description: H1
|
|
6981
|
+
}, z1 = "_content_va67u_1", F1 = "_description_va67u_45", Sn = {
|
|
6982
|
+
content: z1,
|
|
6983
|
+
description: F1
|
|
6984
6984
|
}, Lo = (e) => {
|
|
6985
6985
|
let t = "";
|
|
6986
6986
|
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__ */ g("div", { className: Sn.content, children: [
|
|
6987
6987
|
/* @__PURE__ */ a(Re, { preview: e.preview, isLarge: !0, priorityHigh: !0 }),
|
|
6988
6988
|
t && /* @__PURE__ */ a("div", { className: Sn.description, children: t })
|
|
6989
6989
|
] });
|
|
6990
|
-
},
|
|
6990
|
+
}, $1 = (e) => /* @__PURE__ */ a(Z, { children: /* @__PURE__ */ g("div", { className: `${st.boxInformation} sass-liveblog-header`, children: [
|
|
6991
6991
|
/* @__PURE__ */ a(Lo, { preview: e.preview }),
|
|
6992
6992
|
/* @__PURE__ */ g("div", { className: st.textBox, children: [
|
|
6993
6993
|
/* @__PURE__ */ g("div", { className: st.contentBox, children: [
|
|
@@ -7017,36 +7017,36 @@ const Fd = "_content_xlsy2_1", $d = "_videoContent_xlsy2_39", Vd = "_articleSect
|
|
|
7017
7017
|
}
|
|
7018
7018
|
)
|
|
7019
7019
|
] })
|
|
7020
|
-
] }) }),
|
|
7021
|
-
content:
|
|
7022
|
-
contentLine:
|
|
7023
|
-
contentText:
|
|
7024
|
-
dateLink:
|
|
7025
|
-
},
|
|
7020
|
+
] }) }), V1 = "_content_35x7r_1", W1 = "_contentLine_35x7r_33", Y1 = "_contentText_35x7r_47", K1 = "_dateLink_35x7r_73", an = {
|
|
7021
|
+
content: V1,
|
|
7022
|
+
contentLine: W1,
|
|
7023
|
+
contentText: Y1,
|
|
7024
|
+
dateLink: K1
|
|
7025
|
+
}, J1 = (e) => /* @__PURE__ */ a("section", { className: an.content, children: e.itemList[0]?.list.items.map((t, n) => /* @__PURE__ */ g("div", { className: an.contentLine, children: [
|
|
7026
7026
|
/* @__PURE__ */ a(q, { className: an.dateLink, href: `#item-${n + 1}`, children: br(t.date) }),
|
|
7027
7027
|
/* @__PURE__ */ a("div", { className: an.contentText, children: (e.itemList[0]?.list.integrated, t.title) })
|
|
7028
|
-
] }, n)) }),
|
|
7029
|
-
content:
|
|
7030
|
-
contentInfo:
|
|
7031
|
-
imageContainer:
|
|
7032
|
-
imageStyled:
|
|
7033
|
-
contentIconStyled:
|
|
7034
|
-
name:
|
|
7035
|
-
email:
|
|
7036
|
-
description:
|
|
7037
|
-
contenSocialNetwork:
|
|
7038
|
-
socialIcon:
|
|
7039
|
-
faceBookIcon:
|
|
7040
|
-
socialFacebookIcon:
|
|
7041
|
-
socialIconLink:
|
|
7042
|
-
socialIconStroke:
|
|
7028
|
+
] }, n)) }), Z1 = "_content_156sz_1", X1 = "_contentInfo_156sz_21", eu = "_imageContainer_156sz_37", tu = "_imageStyled_156sz_55", nu = "_contentIconStyled_156sz_77", au = "_name_156sz_129", su = "_email_156sz_147", ou = "_description_156sz_179", ru = "_contenSocialNetwork_156sz_203", iu = "_socialIcon_156sz_223", cu = "_faceBookIcon_156sz_233", lu = "_socialFacebookIcon_156sz_243", du = "_socialIconLink_156sz_251", uu = "_socialIconStroke_156sz_259", me = {
|
|
7029
|
+
content: Z1,
|
|
7030
|
+
contentInfo: X1,
|
|
7031
|
+
imageContainer: eu,
|
|
7032
|
+
imageStyled: tu,
|
|
7033
|
+
contentIconStyled: nu,
|
|
7034
|
+
name: au,
|
|
7035
|
+
email: su,
|
|
7036
|
+
description: ou,
|
|
7037
|
+
contenSocialNetwork: ru,
|
|
7038
|
+
socialIcon: iu,
|
|
7039
|
+
faceBookIcon: cu,
|
|
7040
|
+
socialFacebookIcon: lu,
|
|
7041
|
+
socialIconLink: du,
|
|
7042
|
+
socialIconStroke: uu
|
|
7043
7043
|
}, sn = (e) => {
|
|
7044
7044
|
if (!e || e.trim() === "")
|
|
7045
7045
|
return e;
|
|
7046
7046
|
const t = e.trim();
|
|
7047
7047
|
return t.startsWith("http://") || t.startsWith("https://") ? t : `https://${t}`;
|
|
7048
|
-
},
|
|
7049
|
-
const { autor: t, autorIcon: n } = e, s = n, o = t?.info?.image?.sizes?.[0]?.url ?? "", r = t?.info?.fullname ?? "", i = t?.info?.email ?? "", c = t?.addtional?.USER_SHOWEMAIL ?? !1, u = t?.addtional?.USER_SHOWBIO ?? !1, l = t?.addtional?.USER_MIBIO ?? "", d = sn(t?.addtional?.USER_USERFB ?? ""), h = sn(t?.addtional?.USER_USERIG ?? ""), m = sn(t?.addtional?.USER_USERTWT ?? ""), p = sn(t?.addtional?.USER_USERLIN ?? ""), f = () => !c || !i || i.trim() === "" ? !1 :
|
|
7048
|
+
}, hu = (e) => !e || e.trim() === "" ? !1 : /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(e.trim()), mu = async (e) => {
|
|
7049
|
+
const { autor: t, autorIcon: n } = e, s = n, o = t?.info?.image?.sizes?.[0]?.url ?? "", r = t?.info?.fullname ?? "", i = t?.info?.email ?? "", c = t?.addtional?.USER_SHOWEMAIL ?? !1, u = t?.addtional?.USER_SHOWBIO ?? !1, l = t?.addtional?.USER_MIBIO ?? "", d = sn(t?.addtional?.USER_USERFB ?? ""), h = sn(t?.addtional?.USER_USERIG ?? ""), m = sn(t?.addtional?.USER_USERTWT ?? ""), p = sn(t?.addtional?.USER_USERLIN ?? ""), f = () => !c || !i || i.trim() === "" ? !1 : hu(i), A = (w) => `mailto:${w.trim()}`;
|
|
7050
7050
|
return /* @__PURE__ */ a(
|
|
7051
7051
|
"section",
|
|
7052
7052
|
{
|
|
@@ -7125,18 +7125,18 @@ const Fd = "_content_xlsy2_1", $d = "_videoContent_xlsy2_39", Vd = "_articleSect
|
|
|
7125
7125
|
] })
|
|
7126
7126
|
}
|
|
7127
7127
|
);
|
|
7128
|
-
},
|
|
7129
|
-
content:
|
|
7130
|
-
contentInfo:
|
|
7131
|
-
contentAuthor:
|
|
7132
|
-
imageStyled:
|
|
7133
|
-
contentIconStyled:
|
|
7134
|
-
name:
|
|
7135
|
-
email:
|
|
7136
|
-
description:
|
|
7137
|
-
contenSocialNetwork:
|
|
7138
|
-
socialIcon:
|
|
7139
|
-
},
|
|
7128
|
+
}, fu = "_content_1cdab_1", gu = "_contentInfo_1cdab_25", pu = "_contentAuthor_1cdab_51", Au = "_imageStyled_1cdab_65", wu = "_contentIconStyled_1cdab_83", yu = "_name_1cdab_127", _u = "_email_1cdab_143", bu = "_description_1cdab_163", Cu = "_contenSocialNetwork_1cdab_185", vu = "_socialIcon_1cdab_205", Te = {
|
|
7129
|
+
content: fu,
|
|
7130
|
+
contentInfo: gu,
|
|
7131
|
+
contentAuthor: pu,
|
|
7132
|
+
imageStyled: Au,
|
|
7133
|
+
contentIconStyled: wu,
|
|
7134
|
+
name: yu,
|
|
7135
|
+
email: _u,
|
|
7136
|
+
description: bu,
|
|
7137
|
+
contenSocialNetwork: Cu,
|
|
7138
|
+
socialIcon: vu
|
|
7139
|
+
}, Nu = async (e) => {
|
|
7140
7140
|
const { autor: t, autorIcon: n } = e, s = n, o = t?.info?.image?.sizes?.[0]?.url ?? "", r = t?.info?.fullname ?? "", i = t?.info?.email ?? "", c = t?.addtional?.USER_SHOWEMAIL ?? !1, u = t?.addtional?.USER_SHOWBIO ?? !1, l = t?.addtional?.USER_MIBIO ?? "", d = t?.addtional?.USER_USERFB ?? "", h = t?.addtional?.USER_USERIG ?? "", m = t?.addtional?.USER_USERTWT ?? "", p = t?.addtional?.USER_USERLIN ?? "";
|
|
7141
7141
|
return /* @__PURE__ */ a("section", { className: Te.content, children: /* @__PURE__ */ g("div", { className: Te.contentInfo, children: [
|
|
7142
7142
|
o ? /* @__PURE__ */ a(
|
|
@@ -7197,9 +7197,9 @@ const Fd = "_content_xlsy2_1", $d = "_videoContent_xlsy2_39", Vd = "_articleSect
|
|
|
7197
7197
|
] })
|
|
7198
7198
|
] })
|
|
7199
7199
|
] }) });
|
|
7200
|
-
},
|
|
7201
|
-
content:
|
|
7202
|
-
bannerSection:
|
|
7200
|
+
}, Su = "_content_1p4ec_1", Iu = "_bannerSection_1p4ec_49", bs = {
|
|
7201
|
+
content: Su,
|
|
7202
|
+
bannerSection: Iu
|
|
7203
7203
|
}, Ro = (e) => /* @__PURE__ */ g("section", { className: bs.content, children: [
|
|
7204
7204
|
e.children,
|
|
7205
7205
|
/* @__PURE__ */ g("div", { className: bs.bannerSection, children: [
|
|
@@ -7220,21 +7220,21 @@ const Fd = "_content_xlsy2_1", $d = "_videoContent_xlsy2_39", Vd = "_articleSect
|
|
|
7220
7220
|
),
|
|
7221
7221
|
e.banner
|
|
7222
7222
|
] })
|
|
7223
|
-
] }),
|
|
7224
|
-
content:
|
|
7225
|
-
header:
|
|
7226
|
-
videos:
|
|
7227
|
-
videoContent:
|
|
7228
|
-
articleSection:
|
|
7229
|
-
contentLayoutVideoSection:
|
|
7230
|
-
sectionVideoList:
|
|
7231
|
-
iframeStyled:
|
|
7232
|
-
contentFrame:
|
|
7233
|
-
},
|
|
7234
|
-
content:
|
|
7235
|
-
linkImage:
|
|
7236
|
-
playStyled:
|
|
7237
|
-
},
|
|
7223
|
+
] }), Eu = "_content_a632w_1", Tu = "_header_a632w_59", xu = "_videos_a632w_111", ku = "_videoContent_a632w_125", Uu = "_articleSection_a632w_139", Lu = "_contentLayoutVideoSection_a632w_169", Ru = "_sectionVideoList_a632w_185", qu = "_iframeStyled_a632w_331", Bu = "_contentFrame_a632w_343", Pe = {
|
|
7224
|
+
content: Eu,
|
|
7225
|
+
header: Tu,
|
|
7226
|
+
videos: xu,
|
|
7227
|
+
videoContent: ku,
|
|
7228
|
+
articleSection: Uu,
|
|
7229
|
+
contentLayoutVideoSection: Lu,
|
|
7230
|
+
sectionVideoList: Ru,
|
|
7231
|
+
iframeStyled: qu,
|
|
7232
|
+
contentFrame: Bu
|
|
7233
|
+
}, Pu = "_content_1ah8a_1", Ou = "_linkImage_1ah8a_23", Du = "_playStyled_1ah8a_37", Vn = {
|
|
7234
|
+
content: Pu,
|
|
7235
|
+
linkImage: Ou,
|
|
7236
|
+
playStyled: Du
|
|
7237
|
+
}, Mu = async (e) => {
|
|
7238
7238
|
const t = La(), n = {
|
|
7239
7239
|
...e,
|
|
7240
7240
|
main: {
|
|
@@ -7261,7 +7261,7 @@ const Fd = "_content_xlsy2_1", $d = "_videoContent_xlsy2_39", Vd = "_articleSect
|
|
|
7261
7261
|
),
|
|
7262
7262
|
/* @__PURE__ */ a("div", { children: /* @__PURE__ */ a(Lt, { ...n, paths: e.paths }) })
|
|
7263
7263
|
] }) : null;
|
|
7264
|
-
},
|
|
7264
|
+
}, e5 = (e) => {
|
|
7265
7265
|
let t = [];
|
|
7266
7266
|
return e.videoList && e.videoList.length > 0 && (t = e.videoList?.filter((n) => n.info.path !== e.video.info.path) ?? []), /* @__PURE__ */ a("div", { className: Pe.content, children: /* @__PURE__ */ g(Yt, { className: Pe.contentLayoutVideoSection, children: [
|
|
7267
7267
|
/* @__PURE__ */ g("a", { className: Pe.header, href: e.goBackLink ?? "/videos", children: [
|
|
@@ -7356,7 +7356,7 @@ const Fd = "_content_xlsy2_1", $d = "_videoContent_xlsy2_39", Vd = "_articleSect
|
|
|
7356
7356
|
),
|
|
7357
7357
|
e.relatedName && /* @__PURE__ */ a("h2", { className: `${Pe.relatedTitle} saas-video-related-title`, children: e.relatedName }),
|
|
7358
7358
|
Array.isArray(t) && t.map((n, s) => /* @__PURE__ */ ct(
|
|
7359
|
-
|
|
7359
|
+
Mu,
|
|
7360
7360
|
{
|
|
7361
7361
|
...zt(n, !0, !1, !1),
|
|
7362
7362
|
key: s,
|
|
@@ -7368,15 +7368,15 @@ const Fd = "_content_xlsy2_1", $d = "_videoContent_xlsy2_39", Vd = "_articleSect
|
|
|
7368
7368
|
)
|
|
7369
7369
|
] })
|
|
7370
7370
|
] }) });
|
|
7371
|
-
},
|
|
7372
|
-
content:
|
|
7373
|
-
titleContent:
|
|
7374
|
-
title:
|
|
7375
|
-
startLine:
|
|
7376
|
-
line:
|
|
7377
|
-
bottomLine:
|
|
7378
|
-
childrenContent:
|
|
7379
|
-
readMore:
|
|
7371
|
+
}, ju = "_content_17oas_1", Qu = "_titleContent_17oas_47", Gu = "_title_17oas_47", Hu = "_startLine_17oas_175", zu = "_line_17oas_185", Fu = "_bottomLine_17oas_197", $u = "_childrenContent_17oas_235", Vu = "_readMore_17oas_261", $e = {
|
|
7372
|
+
content: ju,
|
|
7373
|
+
titleContent: Qu,
|
|
7374
|
+
title: Gu,
|
|
7375
|
+
startLine: Hu,
|
|
7376
|
+
line: zu,
|
|
7377
|
+
bottomLine: Fu,
|
|
7378
|
+
childrenContent: $u,
|
|
7379
|
+
readMore: Vu
|
|
7380
7380
|
}, Ae = Ws((e, t) => {
|
|
7381
7381
|
const { isTitle: n = !1, isOpinion: s = !1 } = e, o = n ? /* @__PURE__ */ a("h1", { className: $e.title, children: e.title }) : /* @__PURE__ */ a("h2", { className: $e.title, children: e.title });
|
|
7382
7382
|
return /* @__PURE__ */ g("section", { className: $e.content, children: [
|
|
@@ -7440,25 +7440,25 @@ const Fd = "_content_xlsy2_1", $d = "_videoContent_xlsy2_39", Vd = "_articleSect
|
|
|
7440
7440
|
}
|
|
7441
7441
|
)
|
|
7442
7442
|
}
|
|
7443
|
-
),
|
|
7444
|
-
drawerStyled:
|
|
7445
|
-
sidebarCustom:
|
|
7446
|
-
accordionStyled:
|
|
7447
|
-
accordionHeading:
|
|
7448
|
-
accordionSummeryStyled:
|
|
7449
|
-
linkStyled:
|
|
7450
|
-
subLinkStyled:
|
|
7451
|
-
inputContent:
|
|
7452
|
-
buttonContent:
|
|
7453
|
-
inputStyled:
|
|
7454
|
-
buscar:
|
|
7455
|
-
buttonStyled:
|
|
7456
|
-
accordionDetailsStyled:
|
|
7457
|
-
footerSlider:
|
|
7458
|
-
socialMedia:
|
|
7459
|
-
copyRights:
|
|
7460
|
-
icon:
|
|
7461
|
-
},
|
|
7443
|
+
), Wu = "_drawerStyled_19j18_1", Yu = "_sidebarCustom_19j18_11", Ku = "_accordionStyled_19j18_47", Ju = "_accordionHeading_19j18_69", Zu = "_accordionSummeryStyled_19j18_87", Xu = "_linkStyled_19j18_143", eh = "_subLinkStyled_19j18_191", th = "_inputContent_19j18_235", nh = "_buttonContent_19j18_237", ah = "_inputStyled_19j18_257", sh = "_buscar_19j18_289", oh = "_buttonStyled_19j18_347", rh = "_accordionDetailsStyled_19j18_377", ih = "_footerSlider_19j18_407", ch = "_socialMedia_19j18_429", lh = "_copyRights_19j18_469", dh = "_icon_19j18_491", de = {
|
|
7444
|
+
drawerStyled: Wu,
|
|
7445
|
+
sidebarCustom: Yu,
|
|
7446
|
+
accordionStyled: Ku,
|
|
7447
|
+
accordionHeading: Ju,
|
|
7448
|
+
accordionSummeryStyled: Zu,
|
|
7449
|
+
linkStyled: Xu,
|
|
7450
|
+
subLinkStyled: eh,
|
|
7451
|
+
inputContent: th,
|
|
7452
|
+
buttonContent: nh,
|
|
7453
|
+
inputStyled: ah,
|
|
7454
|
+
buscar: sh,
|
|
7455
|
+
buttonStyled: oh,
|
|
7456
|
+
accordionDetailsStyled: rh,
|
|
7457
|
+
footerSlider: ih,
|
|
7458
|
+
socialMedia: ch,
|
|
7459
|
+
copyRights: lh,
|
|
7460
|
+
icon: dh
|
|
7461
|
+
}, uh = ({
|
|
7462
7462
|
sidebar: e,
|
|
7463
7463
|
socials: t,
|
|
7464
7464
|
copyrigth: n,
|
|
@@ -7617,12 +7617,12 @@ const Fd = "_content_xlsy2_1", $d = "_videoContent_xlsy2_39", Vd = "_articleSect
|
|
|
7617
7617
|
)
|
|
7618
7618
|
]
|
|
7619
7619
|
}
|
|
7620
|
-
),
|
|
7621
|
-
content:
|
|
7622
|
-
chipStyled:
|
|
7623
|
-
headLine:
|
|
7624
|
-
live:
|
|
7625
|
-
closeLiveStyled:
|
|
7620
|
+
), hh = "_content_3cj5t_1", mh = "_chipStyled_3cj5t_33", fh = "_headLine_3cj5t_33", gh = "_live_3cj5t_49", ph = "_closeLiveStyled_3cj5t_173", Ot = {
|
|
7621
|
+
content: hh,
|
|
7622
|
+
chipStyled: mh,
|
|
7623
|
+
headLine: fh,
|
|
7624
|
+
live: gh,
|
|
7625
|
+
closeLiveStyled: ph
|
|
7626
7626
|
}, Bo = (e) => {
|
|
7627
7627
|
const { alertZone: t, id: n = "close-alert" } = e, s = () => /* @__PURE__ */ a(
|
|
7628
7628
|
q,
|
|
@@ -7665,21 +7665,21 @@ const Fd = "_content_xlsy2_1", $d = "_videoContent_xlsy2_39", Vd = "_articleSect
|
|
|
7665
7665
|
}
|
|
7666
7666
|
)
|
|
7667
7667
|
] });
|
|
7668
|
-
},
|
|
7669
|
-
content:
|
|
7670
|
-
linkStyled:
|
|
7671
|
-
linkSocialNetwork:
|
|
7672
|
-
title:
|
|
7673
|
-
tabs:
|
|
7674
|
-
socialNetwork:
|
|
7675
|
-
icon:
|
|
7676
|
-
facebook:
|
|
7677
|
-
youtube:
|
|
7678
|
-
x:
|
|
7679
|
-
instagram:
|
|
7680
|
-
gnews:
|
|
7681
|
-
tiktok:
|
|
7682
|
-
whatsapp:
|
|
7668
|
+
}, Ah = "_content_5xbcx_1", wh = "_linkStyled_5xbcx_27", yh = "_linkSocialNetwork_5xbcx_55", _h = "_title_5xbcx_107", bh = "_tabs_5xbcx_129", Ch = "_socialNetwork_5xbcx_145", vh = "_icon_5xbcx_165", Nh = "_facebook_5xbcx_177", Sh = "_youtube_5xbcx_185", Ih = "_x_5xbcx_193", Eh = "_instagram_5xbcx_201", Th = "_gnews_5xbcx_209", xh = "_tiktok_5xbcx_217", kh = "_whatsapp_5xbcx_225", Ve = {
|
|
7669
|
+
content: Ah,
|
|
7670
|
+
linkStyled: wh,
|
|
7671
|
+
linkSocialNetwork: yh,
|
|
7672
|
+
title: _h,
|
|
7673
|
+
tabs: bh,
|
|
7674
|
+
socialNetwork: Ch,
|
|
7675
|
+
icon: vh,
|
|
7676
|
+
facebook: Nh,
|
|
7677
|
+
youtube: Sh,
|
|
7678
|
+
x: Ih,
|
|
7679
|
+
instagram: Eh,
|
|
7680
|
+
gnews: Th,
|
|
7681
|
+
tiktok: xh,
|
|
7682
|
+
whatsapp: kh
|
|
7683
7683
|
}, Po = (e) => {
|
|
7684
7684
|
const { cintillo: t, tapeTitle: n, socials: s } = e, o = "", r = t?.findIndex((i) => i.link === o) ?? 0;
|
|
7685
7685
|
return (Array.isArray(t) || e.socialIcons) && /* @__PURE__ */ g("section", { className: Ve.content, children: [
|
|
@@ -7733,19 +7733,19 @@ const Fd = "_content_xlsy2_1", $d = "_videoContent_xlsy2_39", Vd = "_articleSect
|
|
|
7733
7733
|
i
|
|
7734
7734
|
)) })
|
|
7735
7735
|
] });
|
|
7736
|
-
},
|
|
7737
|
-
headerStyled:
|
|
7738
|
-
headerContent:
|
|
7739
|
-
iconContent:
|
|
7740
|
-
menuButton:
|
|
7741
|
-
logoStyled:
|
|
7742
|
-
buttonSection:
|
|
7743
|
-
buttonSectionSearch:
|
|
7744
|
-
headLineContent:
|
|
7745
|
-
headLineTitle:
|
|
7746
|
-
headLine:
|
|
7747
|
-
hasAlertZone:
|
|
7748
|
-
},
|
|
7736
|
+
}, Uh = "_headerStyled_1gz8t_1", Lh = "_headerContent_1gz8t_27", Rh = "_iconContent_1gz8t_49", qh = "_menuButton_1gz8t_67", Bh = "_logoStyled_1gz8t_131", Ph = "_buttonSection_1gz8t_187", Oh = "_buttonSectionSearch_1gz8t_217", Dh = "_headLineContent_1gz8t_261", Mh = "_headLineTitle_1gz8t_287", jh = "_headLine_1gz8t_261", Qh = "_hasAlertZone_1gz8t_393", xe = {
|
|
7737
|
+
headerStyled: Uh,
|
|
7738
|
+
headerContent: Lh,
|
|
7739
|
+
iconContent: Rh,
|
|
7740
|
+
menuButton: qh,
|
|
7741
|
+
logoStyled: Bh,
|
|
7742
|
+
buttonSection: Ph,
|
|
7743
|
+
buttonSectionSearch: Oh,
|
|
7744
|
+
headLineContent: Dh,
|
|
7745
|
+
headLineTitle: Mh,
|
|
7746
|
+
headLine: jh,
|
|
7747
|
+
hasAlertZone: Qh
|
|
7748
|
+
}, Gh = (e) => {
|
|
7749
7749
|
const { alertZone: t, custom_styles: n = {} } = e, { SUB_PUBLICATION_PREFIX_IN_ROUTES: s } = Y();
|
|
7750
7750
|
return /* @__PURE__ */ g("header", { className: xe.headerStyled, style: n, children: [
|
|
7751
7751
|
e.socialIcons && e.headerTape?.sticky && /* @__PURE__ */ a(
|
|
@@ -7855,15 +7855,15 @@ const Fd = "_content_xlsy2_1", $d = "_videoContent_xlsy2_39", Vd = "_articleSect
|
|
|
7855
7855
|
}
|
|
7856
7856
|
)
|
|
7857
7857
|
] });
|
|
7858
|
-
},
|
|
7859
|
-
ul:
|
|
7860
|
-
li:
|
|
7861
|
-
liBefore:
|
|
7862
|
-
ulContent:
|
|
7863
|
-
contentModal:
|
|
7864
|
-
linkStyled:
|
|
7865
|
-
itemLink:
|
|
7866
|
-
},
|
|
7858
|
+
}, Hh = "_ul_dtv5r_1", zh = "_li_dtv5r_19", Fh = "_liBefore_dtv5r_35", $h = "_ulContent_dtv5r_57", Vh = "_contentModal_dtv5r_111", Wh = "_linkStyled_dtv5r_135", Yh = "_itemLink_dtv5r_185", We = {
|
|
7859
|
+
ul: Hh,
|
|
7860
|
+
li: zh,
|
|
7861
|
+
liBefore: Fh,
|
|
7862
|
+
ulContent: $h,
|
|
7863
|
+
contentModal: Vh,
|
|
7864
|
+
linkStyled: Wh,
|
|
7865
|
+
itemLink: Yh
|
|
7866
|
+
}, Kh = (e) => {
|
|
7867
7867
|
const { items: t } = e;
|
|
7868
7868
|
return /* @__PURE__ */ a("ul", { className: We.ul, children: t.map((n, s) => /* @__PURE__ */ g("li", { className: `${We.liBefore} ${We.li}`, children: [
|
|
7869
7869
|
n.link ? /* @__PURE__ */ g(
|
|
@@ -7895,23 +7895,23 @@ const Fd = "_content_xlsy2_1", $d = "_videoContent_xlsy2_39", Vd = "_articleSect
|
|
|
7895
7895
|
}
|
|
7896
7896
|
) }, r)) }) })
|
|
7897
7897
|
] }, s)) });
|
|
7898
|
-
},
|
|
7899
|
-
headerStyled:
|
|
7900
|
-
headerContent:
|
|
7901
|
-
menuButtonSection:
|
|
7902
|
-
menuButton:
|
|
7903
|
-
buttonSection:
|
|
7904
|
-
buttonSectionSearch:
|
|
7905
|
-
hasAlertZone:
|
|
7906
|
-
buttonText:
|
|
7907
|
-
logoContent:
|
|
7908
|
-
logoStyled:
|
|
7909
|
-
headLineContent:
|
|
7910
|
-
headLineTitle:
|
|
7911
|
-
menuSection:
|
|
7912
|
-
headLine:
|
|
7913
|
-
line:
|
|
7914
|
-
},
|
|
7898
|
+
}, Jh = "_headerStyled_tqp4b_1", Zh = "_headerContent_tqp4b_45", Xh = "_menuButtonSection_tqp4b_65", em = "_menuButton_tqp4b_65", tm = "_buttonSection_tqp4b_167", nm = "_buttonSectionSearch_tqp4b_201", am = "_hasAlertZone_tqp4b_223", sm = "_buttonText_tqp4b_261", om = "_logoContent_tqp4b_281", rm = "_logoStyled_tqp4b_297", im = "_headLineContent_tqp4b_345", cm = "_headLineTitle_tqp4b_375", lm = "_menuSection_tqp4b_407", dm = "_headLine_tqp4b_345", um = "_line_tqp4b_511", be = {
|
|
7899
|
+
headerStyled: Jh,
|
|
7900
|
+
headerContent: Zh,
|
|
7901
|
+
menuButtonSection: Xh,
|
|
7902
|
+
menuButton: em,
|
|
7903
|
+
buttonSection: tm,
|
|
7904
|
+
buttonSectionSearch: nm,
|
|
7905
|
+
hasAlertZone: am,
|
|
7906
|
+
buttonText: sm,
|
|
7907
|
+
logoContent: om,
|
|
7908
|
+
logoStyled: rm,
|
|
7909
|
+
headLineContent: im,
|
|
7910
|
+
headLineTitle: cm,
|
|
7911
|
+
menuSection: lm,
|
|
7912
|
+
headLine: dm,
|
|
7913
|
+
line: um
|
|
7914
|
+
}, hm = (e) => {
|
|
7915
7915
|
const { menu: t, alertZone: n, custom_styles: s = {} } = e, { SUB_PUBLICATION_PREFIX_IN_ROUTES: o } = Y();
|
|
7916
7916
|
return /* @__PURE__ */ g(
|
|
7917
7917
|
"header",
|
|
@@ -7988,7 +7988,7 @@ const Fd = "_content_xlsy2_1", $d = "_videoContent_xlsy2_39", Vd = "_articleSect
|
|
|
7988
7988
|
{
|
|
7989
7989
|
className: be.menuSection,
|
|
7990
7990
|
style: e.showAlertPop ? { "--showAlertPop": "0px" } : {},
|
|
7991
|
-
children: Array.isArray(t) && /* @__PURE__ */ a(
|
|
7991
|
+
children: Array.isArray(t) && /* @__PURE__ */ a(Kh, { items: t })
|
|
7992
7992
|
}
|
|
7993
7993
|
)
|
|
7994
7994
|
]
|
|
@@ -7997,15 +7997,15 @@ const Fd = "_content_xlsy2_1", $d = "_videoContent_xlsy2_39", Vd = "_articleSect
|
|
|
7997
7997
|
]
|
|
7998
7998
|
}
|
|
7999
7999
|
);
|
|
8000
|
-
},
|
|
8001
|
-
childrenContent:
|
|
8002
|
-
childrenContentAux:
|
|
8003
|
-
op2:
|
|
8004
|
-
},
|
|
8000
|
+
}, mm = "_childrenContent_13giv_1", fm = "_childrenContentAux_13giv_23", gm = "_op2_13giv_49", Wn = {
|
|
8001
|
+
childrenContent: mm,
|
|
8002
|
+
childrenContentAux: fm,
|
|
8003
|
+
op2: gm
|
|
8004
|
+
}, t5 = (e) => {
|
|
8005
8005
|
const { alertZone: t, children: n, sidebar: s, custom_styles: o = {} } = e;
|
|
8006
8006
|
return /* @__PURE__ */ g(Z, { children: [
|
|
8007
|
-
/* @__PURE__ */ a(
|
|
8008
|
-
!e.showOnlyStickyHeader && /* @__PURE__ */ a(
|
|
8007
|
+
/* @__PURE__ */ a(Gh, { ...e }),
|
|
8008
|
+
!e.showOnlyStickyHeader && /* @__PURE__ */ a(hm, { ...e }),
|
|
8009
8009
|
/* @__PURE__ */ g(
|
|
8010
8010
|
"div",
|
|
8011
8011
|
{
|
|
@@ -8033,7 +8033,7 @@ const Fd = "_content_xlsy2_1", $d = "_videoContent_xlsy2_39", Vd = "_articleSect
|
|
|
8033
8033
|
}
|
|
8034
8034
|
),
|
|
8035
8035
|
/* @__PURE__ */ a(
|
|
8036
|
-
|
|
8036
|
+
uh,
|
|
8037
8037
|
{
|
|
8038
8038
|
sidebarExtra: e.sidebarExtra,
|
|
8039
8039
|
searchKeyWord: e.searchKeyWord,
|
|
@@ -8044,13 +8044,13 @@ const Fd = "_content_xlsy2_1", $d = "_videoContent_xlsy2_39", Vd = "_articleSect
|
|
|
8044
8044
|
}
|
|
8045
8045
|
)
|
|
8046
8046
|
] });
|
|
8047
|
-
},
|
|
8048
|
-
content:
|
|
8049
|
-
tags:
|
|
8050
|
-
chipStyled:
|
|
8051
|
-
tagLink:
|
|
8052
|
-
tagStyled:
|
|
8053
|
-
},
|
|
8047
|
+
}, pm = "_content_1ntb2_1", Am = "_tags_1ntb2_19", wm = "_chipStyled_1ntb2_39", ym = "_tagLink_1ntb2_93", _m = "_tagStyled_1ntb2_105", Ct = {
|
|
8048
|
+
content: pm,
|
|
8049
|
+
tags: Am,
|
|
8050
|
+
chipStyled: wm,
|
|
8051
|
+
tagLink: ym,
|
|
8052
|
+
tagStyled: _m
|
|
8053
|
+
}, bm = (e) => {
|
|
8054
8054
|
const { SUB_PUBLICATION_PREFIX_IN_ROUTES: t } = Y();
|
|
8055
8055
|
return /* @__PURE__ */ a("section", { className: Ct.content, children: Array.isArray(e.tags) && /* @__PURE__ */ g("div", { className: Ct.tags, children: [
|
|
8056
8056
|
/* @__PURE__ */ a("p", { className: Ct.tagStyled, children: e.title ? e.title : "Tags:" }),
|
|
@@ -8064,17 +8064,17 @@ const Fd = "_content_xlsy2_1", $d = "_videoContent_xlsy2_39", Vd = "_articleSect
|
|
|
8064
8064
|
s
|
|
8065
8065
|
) : /* @__PURE__ */ a("div", { className: Ct.chipStyled, children: n.name }, s))
|
|
8066
8066
|
] }) });
|
|
8067
|
-
},
|
|
8068
|
-
contentBox:
|
|
8069
|
-
content:
|
|
8070
|
-
imageStyled:
|
|
8071
|
-
contentIconStyled:
|
|
8072
|
-
avatarContent:
|
|
8073
|
-
journalistSection:
|
|
8074
|
-
journalistInfo:
|
|
8075
|
-
socialNetworkSection:
|
|
8076
|
-
article:
|
|
8077
|
-
},
|
|
8067
|
+
}, Cm = "_contentBox_75ed7_1", vm = "_content_75ed7_1", Nm = "_imageStyled_75ed7_43", Sm = "_contentIconStyled_75ed7_57", Im = "_avatarContent_75ed7_97", Em = "_journalistSection_75ed7_111", Tm = "_journalistInfo_75ed7_123", xm = "_socialNetworkSection_75ed7_161", km = "_article_75ed7_187", je = {
|
|
8068
|
+
contentBox: Cm,
|
|
8069
|
+
content: vm,
|
|
8070
|
+
imageStyled: Nm,
|
|
8071
|
+
contentIconStyled: Sm,
|
|
8072
|
+
avatarContent: Im,
|
|
8073
|
+
journalistSection: Em,
|
|
8074
|
+
journalistInfo: Tm,
|
|
8075
|
+
socialNetworkSection: xm,
|
|
8076
|
+
article: km
|
|
8077
|
+
}, Um = async (e) => {
|
|
8078
8078
|
const { autor: t } = e, { SUB_PUBLICATION_PREFIX_IN_ROUTES: n } = Y(), s = t?.addtional?.USER_SHOWBIO ?? !1, o = t?.info?.name ?? "", r = t?.info?.fullname ?? "", i = t?.info?.image?.sizes?.[0]?.url ?? "", c = t?.addtional?.USER_MIBIO ?? "", u = t?.addtional?.USER_USERFB ?? "", l = t?.addtional?.USER_USERIG ?? "", d = t?.addtional?.USER_USERTWT ?? "", h = t?.addtional?.USER_USERLIN ?? "";
|
|
8079
8079
|
return s && /* @__PURE__ */ a("section", { className: je.contentBox, children: /* @__PURE__ */ g("div", { className: je.content, children: [
|
|
8080
8080
|
/* @__PURE__ */ g("div", { className: je.avatarContent, children: [
|
|
@@ -8273,15 +8273,15 @@ const Fd = "_content_xlsy2_1", $d = "_videoContent_xlsy2_39", Vd = "_articleSect
|
|
|
8273
8273
|
}
|
|
8274
8274
|
)
|
|
8275
8275
|
] }) });
|
|
8276
|
-
},
|
|
8277
|
-
content:
|
|
8278
|
-
imageStyled:
|
|
8279
|
-
contentIconStyled:
|
|
8280
|
-
contentCard:
|
|
8281
|
-
contentInfo:
|
|
8282
|
-
fullName:
|
|
8283
|
-
LearnMoreLink:
|
|
8284
|
-
},
|
|
8276
|
+
}, Lm = "_content_1po76_1", Rm = "_imageStyled_1po76_39", qm = "_contentIconStyled_1po76_41", Bm = "_contentCard_1po76_61", Pm = "_contentInfo_1po76_139", Om = "_fullName_1po76_151", Dm = "_LearnMoreLink_1po76_165", ot = {
|
|
8277
|
+
content: Lm,
|
|
8278
|
+
imageStyled: Rm,
|
|
8279
|
+
contentIconStyled: qm,
|
|
8280
|
+
contentCard: Bm,
|
|
8281
|
+
contentInfo: Pm,
|
|
8282
|
+
fullName: Om,
|
|
8283
|
+
LearnMoreLink: Dm
|
|
8284
|
+
}, Mm = async (e) => {
|
|
8285
8285
|
const { news: t, texts: n } = e;
|
|
8286
8286
|
return t.config?.showauthor && /* @__PURE__ */ a("div", { className: ot.content, children: Array.isArray(t.authors) && t.authors?.map(async (s) => /* @__PURE__ */ g(
|
|
8287
8287
|
"div",
|
|
@@ -8320,27 +8320,27 @@ const Fd = "_content_xlsy2_1", $d = "_videoContent_xlsy2_39", Vd = "_articleSect
|
|
|
8320
8320
|
},
|
|
8321
8321
|
`author-${s.firstname}`
|
|
8322
8322
|
)) });
|
|
8323
|
-
},
|
|
8324
|
-
content:
|
|
8325
|
-
urlTag:
|
|
8326
|
-
contentInfo:
|
|
8327
|
-
imageStyled:
|
|
8328
|
-
name:
|
|
8329
|
-
description:
|
|
8330
|
-
imageContainer:
|
|
8331
|
-
contenSocialNetwork:
|
|
8332
|
-
socialIcon:
|
|
8333
|
-
faceBookIcon:
|
|
8334
|
-
socialFacebookIcon:
|
|
8335
|
-
socialIconLink:
|
|
8336
|
-
socialIconStroke:
|
|
8337
|
-
contentInfoWithoutImg:
|
|
8323
|
+
}, jm = "_content_1xbot_1", Qm = "_urlTag_1xbot_23", Gm = "_contentInfo_1xbot_75", Hm = "_imageStyled_1xbot_109", zm = "_name_1xbot_119", Fm = "_description_1xbot_129", $m = "_imageContainer_1xbot_155", Vm = "_contenSocialNetwork_1xbot_297", Wm = "_socialIcon_1xbot_317", Ym = "_faceBookIcon_1xbot_327", Km = "_socialFacebookIcon_1xbot_337", Jm = "_socialIconLink_1xbot_345", Zm = "_socialIconStroke_1xbot_353", Xm = "_contentInfoWithoutImg_1xbot_361", fe = {
|
|
8324
|
+
content: jm,
|
|
8325
|
+
urlTag: Qm,
|
|
8326
|
+
contentInfo: Gm,
|
|
8327
|
+
imageStyled: Hm,
|
|
8328
|
+
name: zm,
|
|
8329
|
+
description: Fm,
|
|
8330
|
+
imageContainer: $m,
|
|
8331
|
+
contenSocialNetwork: Vm,
|
|
8332
|
+
socialIcon: Wm,
|
|
8333
|
+
faceBookIcon: Ym,
|
|
8334
|
+
socialFacebookIcon: Km,
|
|
8335
|
+
socialIconLink: Jm,
|
|
8336
|
+
socialIconStroke: Zm,
|
|
8337
|
+
contentInfoWithoutImg: Xm
|
|
8338
8338
|
}, on = (e) => {
|
|
8339
8339
|
if (!e || e.trim() === "")
|
|
8340
8340
|
return e;
|
|
8341
8341
|
const t = e.trim();
|
|
8342
8342
|
return t.startsWith("http://") || t.startsWith("https://") ? t : `https://${t}`;
|
|
8343
|
-
},
|
|
8343
|
+
}, n5 = async (e) => {
|
|
8344
8344
|
const t = e.img ? await pe(e.img) : "", n = on(e.social?.facebook ?? ""), s = on(e.social?.instagram ?? ""), o = on(e.social?.twitter ?? ""), r = on(e.social?.linkedin ?? "");
|
|
8345
8345
|
return /* @__PURE__ */ a("section", { className: `${fe.content} ${e.className}`, children: /* @__PURE__ */ g(
|
|
8346
8346
|
"div",
|
|
@@ -8412,16 +8412,16 @@ const Fd = "_content_xlsy2_1", $d = "_videoContent_xlsy2_39", Vd = "_articleSect
|
|
|
8412
8412
|
]
|
|
8413
8413
|
}
|
|
8414
8414
|
) });
|
|
8415
|
-
},
|
|
8416
|
-
content:
|
|
8417
|
-
contentNews:
|
|
8418
|
-
linkTitle:
|
|
8419
|
-
tag:
|
|
8420
|
-
tagmx:
|
|
8421
|
-
titular:
|
|
8422
|
-
correspondent:
|
|
8423
|
-
correspondentLink:
|
|
8424
|
-
description:
|
|
8415
|
+
}, e2 = "_content_qiw8s_1", t2 = "_contentNews_qiw8s_19", n2 = "_linkTitle_qiw8s_53", a2 = "_tag_qiw8s_69", s2 = "_tagmx_qiw8s_109", o2 = "_titular_qiw8s_139", r2 = "_correspondent_qiw8s_169", i2 = "_correspondentLink_qiw8s_191", c2 = "_description_qiw8s_213", ke = {
|
|
8416
|
+
content: e2,
|
|
8417
|
+
contentNews: t2,
|
|
8418
|
+
linkTitle: n2,
|
|
8419
|
+
tag: a2,
|
|
8420
|
+
tagmx: s2,
|
|
8421
|
+
titular: o2,
|
|
8422
|
+
correspondent: r2,
|
|
8423
|
+
correspondentLink: i2,
|
|
8424
|
+
description: c2
|
|
8425
8425
|
}, Et = (e) => {
|
|
8426
8426
|
const { SHOW_TAG_BY_SECTION: t, SUB_PUBLICATION_PREFIX_IN_ROUTES: n } = Y(), s = () => {
|
|
8427
8427
|
if (e?.config?.showtime && e.config?.showauthor)
|
|
@@ -8563,7 +8563,7 @@ const Fd = "_content_xlsy2_1", $d = "_videoContent_xlsy2_39", Vd = "_articleSect
|
|
|
8563
8563
|
imageSize: u,
|
|
8564
8564
|
showSuper: l
|
|
8565
8565
|
} = e;
|
|
8566
|
-
return /* @__PURE__ */ g("section", { className:
|
|
8566
|
+
return /* @__PURE__ */ g("section", { className: xc.content, children: [
|
|
8567
8567
|
l ? /* @__PURE__ */ a(
|
|
8568
8568
|
"section",
|
|
8569
8569
|
{
|
|
@@ -8615,11 +8615,11 @@ const Fd = "_content_xlsy2_1", $d = "_videoContent_xlsy2_39", Vd = "_articleSect
|
|
|
8615
8615
|
}
|
|
8616
8616
|
)
|
|
8617
8617
|
] });
|
|
8618
|
-
},
|
|
8619
|
-
content:
|
|
8620
|
-
firstSection:
|
|
8621
|
-
secondSection:
|
|
8622
|
-
},
|
|
8618
|
+
}, l2 = "_content_wuf93_1", d2 = "_firstSection_wuf93_19", u2 = "_secondSection_wuf93_31", Yn = {
|
|
8619
|
+
content: l2,
|
|
8620
|
+
firstSection: d2,
|
|
8621
|
+
secondSection: u2
|
|
8622
|
+
}, h2 = ({
|
|
8623
8623
|
content: e,
|
|
8624
8624
|
customLargeSection: t,
|
|
8625
8625
|
customSmallSection: n,
|
|
@@ -8649,10 +8649,10 @@ const Fd = "_content_xlsy2_1", $d = "_videoContent_xlsy2_39", Vd = "_articleSect
|
|
|
8649
8649
|
}
|
|
8650
8650
|
)) })
|
|
8651
8651
|
] });
|
|
8652
|
-
},
|
|
8653
|
-
content:
|
|
8654
|
-
firstSection:
|
|
8655
|
-
},
|
|
8652
|
+
}, m2 = "_content_14pjb_1", f2 = "_firstSection_14pjb_15", vs = {
|
|
8653
|
+
content: m2,
|
|
8654
|
+
firstSection: f2
|
|
8655
|
+
}, g2 = ({
|
|
8656
8656
|
content: e,
|
|
8657
8657
|
customLargeSection: t,
|
|
8658
8658
|
customSlimSection: n,
|
|
@@ -8686,12 +8686,12 @@ const Fd = "_content_xlsy2_1", $d = "_videoContent_xlsy2_39", Vd = "_articleSect
|
|
|
8686
8686
|
heightImageOverwriteMobile: "270px",
|
|
8687
8687
|
paths: s
|
|
8688
8688
|
}
|
|
8689
|
-
) }, r)) }),
|
|
8690
|
-
content:
|
|
8691
|
-
sectionDescription:
|
|
8692
|
-
title:
|
|
8693
|
-
subtitle:
|
|
8694
|
-
linkStyled:
|
|
8689
|
+
) }, r)) }), p2 = "_content_1ko3z_1", A2 = "_sectionDescription_1ko3z_25", w2 = "_title_1ko3z_65", y2 = "_subtitle_1ko3z_105", _2 = "_linkStyled_1ko3z_145", dt = {
|
|
8690
|
+
content: p2,
|
|
8691
|
+
sectionDescription: A2,
|
|
8692
|
+
title: w2,
|
|
8693
|
+
subtitle: y2,
|
|
8694
|
+
linkStyled: _2
|
|
8695
8695
|
}, Oo = (e) => {
|
|
8696
8696
|
const { SHOW_TAG_BY_SECTION: t, SUB_PUBLICATION_PREFIX_IN_ROUTES: n } = Y(), s = () => {
|
|
8697
8697
|
if (t && e.mainNew.keywords?.tags?.length && e.mainNew.keywords.tags.length > 0) {
|
|
@@ -8731,11 +8731,11 @@ const Fd = "_content_xlsy2_1", $d = "_videoContent_xlsy2_39", Vd = "_articleSect
|
|
|
8731
8731
|
e?.mainNew?.main?.subtitle?.rendered && /* @__PURE__ */ a("p", { className: dt.subtitle, children: e?.mainNew?.main?.subtitle?.striped }),
|
|
8732
8732
|
e.goTo && /* @__PURE__ */ a(q, { href: e.goTo.url, className: dt.linkStyled, children: e.goTo.description })
|
|
8733
8733
|
] });
|
|
8734
|
-
},
|
|
8735
|
-
headerSection:
|
|
8736
|
-
headerSectionLink:
|
|
8737
|
-
newsContent:
|
|
8738
|
-
},
|
|
8734
|
+
}, b2 = "_headerSection_itzkx_1", C2 = "_headerSectionLink_itzkx_23", v2 = "_newsContent_itzkx_33", Kn = {
|
|
8735
|
+
headerSection: b2,
|
|
8736
|
+
headerSectionLink: C2,
|
|
8737
|
+
newsContent: v2
|
|
8738
|
+
}, N2 = (e) => {
|
|
8739
8739
|
const { content: t, title: n, isVideo: s } = e;
|
|
8740
8740
|
if (!t || !t[0] || t.length === 0) return;
|
|
8741
8741
|
const o = e.slot_id && e.slot_id !== "Nota_1", r = {
|
|
@@ -8785,16 +8785,16 @@ const Fd = "_content_xlsy2_1", $d = "_videoContent_xlsy2_39", Vd = "_articleSect
|
|
|
8785
8785
|
})
|
|
8786
8786
|
] })
|
|
8787
8787
|
] });
|
|
8788
|
-
},
|
|
8789
|
-
content:
|
|
8790
|
-
autorContent:
|
|
8791
|
-
image:
|
|
8792
|
-
contentIcon:
|
|
8793
|
-
boxInformationContent:
|
|
8794
|
-
autorName:
|
|
8795
|
-
time:
|
|
8796
|
-
comment:
|
|
8797
|
-
title:
|
|
8788
|
+
}, S2 = "_content_1ubl0_1", I2 = "_autorContent_1ubl0_15", E2 = "_image_1ubl0_47", T2 = "_contentIcon_1ubl0_49", x2 = "_boxInformationContent_1ubl0_93", k2 = "_autorName_1ubl0_105", U2 = "_time_1ubl0_169", L2 = "_comment_1ubl0_195", R2 = "_title_1ubl0_213", Ye = {
|
|
8789
|
+
content: S2,
|
|
8790
|
+
autorContent: I2,
|
|
8791
|
+
image: E2,
|
|
8792
|
+
contentIcon: T2,
|
|
8793
|
+
boxInformationContent: x2,
|
|
8794
|
+
autorName: k2,
|
|
8795
|
+
time: U2,
|
|
8796
|
+
comment: L2,
|
|
8797
|
+
title: R2
|
|
8798
8798
|
}, _n = async (e) => {
|
|
8799
8799
|
const { data: t, autorIcon: n } = e, { SUB_PUBLICATION_PREFIX_IN_ROUTES: s } = Y(), o = n, r = () => t?.config?.showtime ? `${Ge(t.info?.date?.modified)}` : "", i = /* @__PURE__ */ g("div", { className: Ye.autorContent, children: [
|
|
8800
8800
|
Array.isArray(t?.authors) && Array.isArray(t?.authors[0]?.image?.sizes) && t?.authors[0]?.image?.sizes?.length > 0 ? /* @__PURE__ */ a(
|
|
@@ -8832,20 +8832,20 @@ const Fd = "_content_xlsy2_1", $d = "_videoContent_xlsy2_39", Vd = "_articleSect
|
|
|
8832
8832
|
/* @__PURE__ */ a("p", { className: Ye.comment, children: He(t?.main?.subtitle?.striped || "") })
|
|
8833
8833
|
] })
|
|
8834
8834
|
] });
|
|
8835
|
-
},
|
|
8836
|
-
content:
|
|
8837
|
-
boxPosition:
|
|
8838
|
-
contentFlex:
|
|
8839
|
-
bannerContent:
|
|
8840
|
-
bannerContentAux:
|
|
8835
|
+
}, q2 = "_content_1i9xs_1", B2 = "_boxPosition_1i9xs_15", P2 = "_contentFlex_1i9xs_41", O2 = "_bannerContent_1i9xs_57", D2 = "_bannerContentAux_1i9xs_79", vt = {
|
|
8836
|
+
content: q2,
|
|
8837
|
+
boxPosition: B2,
|
|
8838
|
+
contentFlex: P2,
|
|
8839
|
+
bannerContent: O2,
|
|
8840
|
+
bannerContentAux: D2
|
|
8841
8841
|
};
|
|
8842
|
-
function
|
|
8842
|
+
function M2(e) {
|
|
8843
8843
|
const t = new Array(e.length), n = e.length / 2;
|
|
8844
8844
|
for (let s = 0; s < e.length; s++)
|
|
8845
8845
|
s % 2 === 0 ? t[Math.floor(s / 2)] = e[s] : t[n + Math.floor(s / 2)] = e[s];
|
|
8846
8846
|
return t;
|
|
8847
8847
|
}
|
|
8848
|
-
const
|
|
8848
|
+
const a5 = (e) => {
|
|
8849
8849
|
const { isOpinion: t = !1 } = e, n = (r) => /* @__PURE__ */ a(
|
|
8850
8850
|
"div",
|
|
8851
8851
|
{
|
|
@@ -8886,7 +8886,7 @@ const n5 = (e) => {
|
|
|
8886
8886
|
)
|
|
8887
8887
|
);
|
|
8888
8888
|
}
|
|
8889
|
-
const o = s.length % 2 === 0 ?
|
|
8889
|
+
const o = s.length % 2 === 0 ? M2(s) : s;
|
|
8890
8890
|
return /* @__PURE__ */ a("section", { style: e.customStyles, children: /* @__PURE__ */ a(
|
|
8891
8891
|
Ae,
|
|
8892
8892
|
{
|
|
@@ -8899,10 +8899,10 @@ const n5 = (e) => {
|
|
|
8899
8899
|
] })
|
|
8900
8900
|
}
|
|
8901
8901
|
) });
|
|
8902
|
-
},
|
|
8903
|
-
content:
|
|
8904
|
-
title:
|
|
8905
|
-
},
|
|
8902
|
+
}, j2 = "_content_g09lr_1", Q2 = "_title_g09lr_19", Ns = {
|
|
8903
|
+
content: j2,
|
|
8904
|
+
title: Q2
|
|
8905
|
+
}, s5 = (e) => {
|
|
8906
8906
|
const { showTitle: t = !0 } = e;
|
|
8907
8907
|
return /* @__PURE__ */ g("div", { className: Ns.content, children: [
|
|
8908
8908
|
t && /* @__PURE__ */ a("p", { className: Ns.title, children: "Editorial" }),
|
|
@@ -8921,13 +8921,13 @@ const n5 = (e) => {
|
|
|
8921
8921
|
}
|
|
8922
8922
|
)
|
|
8923
8923
|
] });
|
|
8924
|
-
},
|
|
8925
|
-
content:
|
|
8926
|
-
newsContent:
|
|
8927
|
-
boxPosition:
|
|
8928
|
-
bannerContent:
|
|
8929
|
-
bannerContentAux:
|
|
8930
|
-
},
|
|
8924
|
+
}, G2 = "_content_1hn45_1", H2 = "_newsContent_1hn45_15", z2 = "_boxPosition_1hn45_33", F2 = "_bannerContent_1hn45_45", $2 = "_bannerContentAux_1hn45_65", Nt = {
|
|
8925
|
+
content: G2,
|
|
8926
|
+
newsContent: H2,
|
|
8927
|
+
boxPosition: z2,
|
|
8928
|
+
bannerContent: F2,
|
|
8929
|
+
bannerContentAux: $2
|
|
8930
|
+
}, o5 = (e) => {
|
|
8931
8931
|
const { news: t } = e;
|
|
8932
8932
|
return Array.isArray(t) && /* @__PURE__ */ g("div", { className: Nt.content, children: [
|
|
8933
8933
|
/* @__PURE__ */ g("div", { className: Nt.newsContent, children: [
|
|
@@ -8962,9 +8962,9 @@ const n5 = (e) => {
|
|
|
8962
8962
|
] }),
|
|
8963
8963
|
/* @__PURE__ */ a("div", { className: Nt.bannerContent, children: e.halfPageBanner })
|
|
8964
8964
|
] });
|
|
8965
|
-
},
|
|
8965
|
+
}, r5 = (e) => /* @__PURE__ */ g(Z, { children: [
|
|
8966
8966
|
/* @__PURE__ */ a(
|
|
8967
|
-
|
|
8967
|
+
Ul,
|
|
8968
8968
|
{
|
|
8969
8969
|
className: "display-on-lower-900px",
|
|
8970
8970
|
...e,
|
|
@@ -8972,13 +8972,13 @@ const n5 = (e) => {
|
|
|
8972
8972
|
submitFunction: e.submitFunction
|
|
8973
8973
|
}
|
|
8974
8974
|
),
|
|
8975
|
-
/* @__PURE__ */ a(
|
|
8976
|
-
] }),
|
|
8977
|
-
newsContent:
|
|
8978
|
-
newsContentWithLines:
|
|
8979
|
-
newsContentWithoutLines:
|
|
8980
|
-
contentSeparator:
|
|
8981
|
-
},
|
|
8975
|
+
/* @__PURE__ */ a(zl, { ...e })
|
|
8976
|
+
] }), V2 = "_newsContent_smaec_1", W2 = "_newsContentWithLines_smaec_15", Y2 = "_newsContentWithoutLines_smaec_25", K2 = "_contentSeparator_smaec_35", rn = {
|
|
8977
|
+
newsContent: V2,
|
|
8978
|
+
newsContentWithLines: W2,
|
|
8979
|
+
newsContentWithoutLines: Y2,
|
|
8980
|
+
contentSeparator: K2
|
|
8981
|
+
}, J2 = (e) => {
|
|
8982
8982
|
const { content: t } = e;
|
|
8983
8983
|
if (!t || t.length === 0) return;
|
|
8984
8984
|
const n = (i) => e.hasLines && (i + 1) % 3 !== 0 ? rn.contentSeparator : "", s = [];
|
|
@@ -9030,7 +9030,7 @@ const n5 = (e) => {
|
|
|
9030
9030
|
}
|
|
9031
9031
|
);
|
|
9032
9032
|
}, Do = (e) => /* @__PURE__ */ a(Ae, { title: e.title, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
9033
|
-
|
|
9033
|
+
J2,
|
|
9034
9034
|
{
|
|
9035
9035
|
content: e.content,
|
|
9036
9036
|
paths: e.paths,
|
|
@@ -9042,10 +9042,10 @@ const n5 = (e) => {
|
|
|
9042
9042
|
showVideoTime: e.showVideoTime,
|
|
9043
9043
|
showVideosubtitle: e.showVideosubtitle
|
|
9044
9044
|
}
|
|
9045
|
-
) }),
|
|
9046
|
-
newsContent:
|
|
9047
|
-
contentSeparator:
|
|
9048
|
-
},
|
|
9045
|
+
) }), Z2 = "_newsContent_1ofh5_1", X2 = "_contentSeparator_1ofh5_15", Ss = {
|
|
9046
|
+
newsContent: Z2,
|
|
9047
|
+
contentSeparator: X2
|
|
9048
|
+
}, ef = (e) => {
|
|
9049
9049
|
const { content: t, title: n } = e;
|
|
9050
9050
|
if (!(!t || t.length === 0 || !Array.isArray(t)))
|
|
9051
9051
|
return /* @__PURE__ */ a(Ae, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
@@ -9074,11 +9074,11 @@ const n5 = (e) => {
|
|
|
9074
9074
|
})
|
|
9075
9075
|
}
|
|
9076
9076
|
) });
|
|
9077
|
-
},
|
|
9078
|
-
newsContent:
|
|
9079
|
-
contentSeparator:
|
|
9080
|
-
newsContentWhitoutLine:
|
|
9081
|
-
},
|
|
9077
|
+
}, tf = "_newsContent_1x5ie_1", nf = "_contentSeparator_1x5ie_15", af = "_newsContentWhitoutLine_1x5ie_57", Jn = {
|
|
9078
|
+
newsContent: tf,
|
|
9079
|
+
contentSeparator: nf,
|
|
9080
|
+
newsContentWhitoutLine: af
|
|
9081
|
+
}, sf = (e) => {
|
|
9082
9082
|
const { content: t, title: n } = e;
|
|
9083
9083
|
if (!(!t || t.length === 0))
|
|
9084
9084
|
return /* @__PURE__ */ a(Ae, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
@@ -9107,11 +9107,11 @@ const n5 = (e) => {
|
|
|
9107
9107
|
})
|
|
9108
9108
|
}
|
|
9109
9109
|
) });
|
|
9110
|
-
},
|
|
9111
|
-
headerSection:
|
|
9112
|
-
headerSectionLink:
|
|
9113
|
-
newsContent:
|
|
9114
|
-
},
|
|
9110
|
+
}, of = "_headerSection_1qe16_5", rf = "_headerSectionLink_1qe16_31", cf = "_newsContent_1qe16_57", Zn = {
|
|
9111
|
+
headerSection: of,
|
|
9112
|
+
headerSectionLink: rf,
|
|
9113
|
+
newsContent: cf
|
|
9114
|
+
}, lf = (e) => {
|
|
9115
9115
|
const { content: t, title: n, isVideo: s = !0 } = e;
|
|
9116
9116
|
if (!t || t.length === 0) return;
|
|
9117
9117
|
const o = t[0], r = e.slot_id && e.slot_id !== "Nota_1", i = t.slice(1);
|
|
@@ -9171,13 +9171,13 @@ const n5 = (e) => {
|
|
|
9171
9171
|
})
|
|
9172
9172
|
] })
|
|
9173
9173
|
] });
|
|
9174
|
-
},
|
|
9175
|
-
content:
|
|
9176
|
-
linkImage:
|
|
9177
|
-
sectionDescription:
|
|
9178
|
-
dateText:
|
|
9179
|
-
textContent:
|
|
9180
|
-
},
|
|
9174
|
+
}, df = "_content_gxvaq_1", uf = "_linkImage_gxvaq_59", hf = "_sectionDescription_gxvaq_83", mf = "_dateText_gxvaq_123", ff = "_textContent_gxvaq_145", Dt = {
|
|
9175
|
+
content: df,
|
|
9176
|
+
linkImage: uf,
|
|
9177
|
+
sectionDescription: hf,
|
|
9178
|
+
dateText: mf,
|
|
9179
|
+
textContent: ff
|
|
9180
|
+
}, gf = async (e) => {
|
|
9181
9181
|
const { showNewsLikeTitle: t = !1 } = e;
|
|
9182
9182
|
return e && e.info ? /* @__PURE__ */ g(
|
|
9183
9183
|
"section",
|
|
@@ -9212,14 +9212,14 @@ const n5 = (e) => {
|
|
|
9212
9212
|
]
|
|
9213
9213
|
}
|
|
9214
9214
|
) : null;
|
|
9215
|
-
},
|
|
9216
|
-
content:
|
|
9217
|
-
contentSeparator:
|
|
9218
|
-
},
|
|
9219
|
-
newsContent:
|
|
9220
|
-
contentSeparator:
|
|
9221
|
-
hasLinesBlock:
|
|
9222
|
-
},
|
|
9215
|
+
}, pf = "_content_1y9s7_1", Af = "_contentSeparator_1y9s7_13", Is = {
|
|
9216
|
+
content: pf,
|
|
9217
|
+
contentSeparator: Af
|
|
9218
|
+
}, wf = "_newsContent_f0o15_1", yf = "_contentSeparator_f0o15_15", _f = "_hasLinesBlock_f0o15_79", ga = {
|
|
9219
|
+
newsContent: wf,
|
|
9220
|
+
contentSeparator: yf,
|
|
9221
|
+
hasLinesBlock: _f
|
|
9222
|
+
}, bf = (e) => {
|
|
9223
9223
|
if (!e.content || e.content.length === 0) return;
|
|
9224
9224
|
const t = e.slot_id && e.slot_id !== "Nota_1";
|
|
9225
9225
|
return /* @__PURE__ */ a(Ae, { title: e.title, children: /* @__PURE__ */ a(
|
|
@@ -9245,7 +9245,7 @@ const n5 = (e) => {
|
|
|
9245
9245
|
{
|
|
9246
9246
|
className: e.hasLines ? ga.hasLinesBlock : "",
|
|
9247
9247
|
children: /* @__PURE__ */ ct(
|
|
9248
|
-
|
|
9248
|
+
gf,
|
|
9249
9249
|
{
|
|
9250
9250
|
...o,
|
|
9251
9251
|
key: s,
|
|
@@ -9258,7 +9258,7 @@ const n5 = (e) => {
|
|
|
9258
9258
|
})
|
|
9259
9259
|
}
|
|
9260
9260
|
) });
|
|
9261
|
-
},
|
|
9261
|
+
}, Cf = (e) => {
|
|
9262
9262
|
const { content: t, title: n, slot_id: s } = e, o = e.slot_id && e.slot_id !== "Nota_1";
|
|
9263
9263
|
return t && t.length !== 0 && /* @__PURE__ */ a(Ae, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
9264
9264
|
Ut,
|
|
@@ -9293,15 +9293,15 @@ const n5 = (e) => {
|
|
|
9293
9293
|
})
|
|
9294
9294
|
}
|
|
9295
9295
|
) });
|
|
9296
|
-
},
|
|
9297
|
-
content:
|
|
9298
|
-
imageStyled:
|
|
9299
|
-
contentIcon:
|
|
9300
|
-
boxInformation:
|
|
9301
|
-
comment:
|
|
9302
|
-
title:
|
|
9303
|
-
authorName:
|
|
9304
|
-
},
|
|
9296
|
+
}, vf = "_content_10utx_1", Nf = "_imageStyled_10utx_27", Sf = "_contentIcon_10utx_45", If = "_boxInformation_10utx_87", Ef = "_comment_10utx_101", Tf = "_title_10utx_131", xf = "_authorName_10utx_173", rt = {
|
|
9297
|
+
content: vf,
|
|
9298
|
+
imageStyled: Nf,
|
|
9299
|
+
contentIcon: Sf,
|
|
9300
|
+
boxInformation: If,
|
|
9301
|
+
comment: Ef,
|
|
9302
|
+
title: Tf,
|
|
9303
|
+
authorName: xf
|
|
9304
|
+
}, kf = async (e) => {
|
|
9305
9305
|
const { SUB_PUBLICATION_PREFIX_IN_ROUTES: t } = Y(), { data: n } = e;
|
|
9306
9306
|
return /* @__PURE__ */ g("div", { className: rt.content, children: [
|
|
9307
9307
|
Array.isArray(n.authors) && n?.authors[0]?.image ? /* @__PURE__ */ a(
|
|
@@ -9335,7 +9335,7 @@ const n5 = (e) => {
|
|
|
9335
9335
|
/* @__PURE__ */ a("p", { className: rt.comment, children: n?.main?.subtitle?.striped })
|
|
9336
9336
|
] })
|
|
9337
9337
|
] });
|
|
9338
|
-
},
|
|
9338
|
+
}, Uf = (e) => {
|
|
9339
9339
|
const t = e.slot_id && e.slot_id !== "Nota_1";
|
|
9340
9340
|
return /* @__PURE__ */ a(Ae, { titleUrl: e.titleUrl, title: e.title, children: /* @__PURE__ */ a(
|
|
9341
9341
|
Ut,
|
|
@@ -9356,7 +9356,7 @@ const n5 = (e) => {
|
|
|
9356
9356
|
}
|
|
9357
9357
|
};
|
|
9358
9358
|
return /* @__PURE__ */ a(
|
|
9359
|
-
|
|
9359
|
+
kf,
|
|
9360
9360
|
{
|
|
9361
9361
|
autorIcon: e.autorIcon,
|
|
9362
9362
|
data: o,
|
|
@@ -9367,11 +9367,11 @@ const n5 = (e) => {
|
|
|
9367
9367
|
})
|
|
9368
9368
|
}
|
|
9369
9369
|
) });
|
|
9370
|
-
},
|
|
9371
|
-
content:
|
|
9372
|
-
newsContentSection:
|
|
9373
|
-
itemContent:
|
|
9374
|
-
ItemCustomContent:
|
|
9370
|
+
}, Lf = "_content_nslah_1", Rf = "_newsContentSection_nslah_9", qf = "_itemContent_nslah_19", Bf = "_ItemCustomContent_nslah_31", Ze = {
|
|
9371
|
+
content: Lf,
|
|
9372
|
+
newsContentSection: Rf,
|
|
9373
|
+
itemContent: qf,
|
|
9374
|
+
ItemCustomContent: Bf
|
|
9375
9375
|
}, pa = (e) => {
|
|
9376
9376
|
const { item: t, option: n } = e;
|
|
9377
9377
|
switch (n) {
|
|
@@ -9413,7 +9413,7 @@ const n5 = (e) => {
|
|
|
9413
9413
|
default:
|
|
9414
9414
|
return /* @__PURE__ */ a("div", { className: Ze.ItemCustomContent, children: /* @__PURE__ */ a(nt, { ...t, paths: e.paths }) });
|
|
9415
9415
|
}
|
|
9416
|
-
},
|
|
9416
|
+
}, i5 = (e) => {
|
|
9417
9417
|
const {
|
|
9418
9418
|
data: t,
|
|
9419
9419
|
currentPage: n,
|
|
@@ -9563,10 +9563,10 @@ const n5 = (e) => {
|
|
|
9563
9563
|
default:
|
|
9564
9564
|
return /* @__PURE__ */ a(Z, {});
|
|
9565
9565
|
}
|
|
9566
|
-
},
|
|
9567
|
-
content:
|
|
9568
|
-
contactInfoContent:
|
|
9569
|
-
},
|
|
9566
|
+
}, Pf = "_content_1oabr_1", Of = "_contactInfoContent_1oabr_13", Es = {
|
|
9567
|
+
content: Pf,
|
|
9568
|
+
contactInfoContent: Of
|
|
9569
|
+
}, c5 = (e) => {
|
|
9570
9570
|
const { data: t } = e;
|
|
9571
9571
|
return /* @__PURE__ */ a("section", { className: Es.content, children: t.map((n, s) => /* @__PURE__ */ a(
|
|
9572
9572
|
"div",
|
|
@@ -9578,30 +9578,30 @@ const n5 = (e) => {
|
|
|
9578
9578
|
},
|
|
9579
9579
|
s
|
|
9580
9580
|
)) });
|
|
9581
|
-
},
|
|
9582
|
-
tagContent:
|
|
9583
|
-
contentLayout2:
|
|
9584
|
-
complementContent:
|
|
9585
|
-
commentsSeparator:
|
|
9586
|
-
contentHeader:
|
|
9587
|
-
},
|
|
9588
|
-
content:
|
|
9589
|
-
},
|
|
9581
|
+
}, Df = "_tagContent_biapt_1", Mf = "_contentLayout2_biapt_19", jf = "_complementContent_biapt_35", Qf = "_commentsSeparator_biapt_47", Gf = "_contentHeader_biapt_107", Gt = {
|
|
9582
|
+
tagContent: Df,
|
|
9583
|
+
contentLayout2: Mf,
|
|
9584
|
+
complementContent: jf,
|
|
9585
|
+
commentsSeparator: Qf,
|
|
9586
|
+
contentHeader: Gf
|
|
9587
|
+
}, Hf = "_content_1noi7_1", zf = {
|
|
9588
|
+
content: Hf
|
|
9589
|
+
}, Ff = ({ children: e, className: t = "" }) => /* @__PURE__ */ a(
|
|
9590
9590
|
"div",
|
|
9591
9591
|
{
|
|
9592
|
-
className: `content-layout-2 ${
|
|
9592
|
+
className: `content-layout-2 ${zf.content} ${t}`,
|
|
9593
9593
|
children: e
|
|
9594
9594
|
}
|
|
9595
|
-
),
|
|
9596
|
-
container:
|
|
9597
|
-
note:
|
|
9598
|
-
commercial:
|
|
9599
|
-
commercialContent:
|
|
9600
|
-
complement:
|
|
9601
|
-
},
|
|
9595
|
+
), $f = "_container_1b383_1", Vf = "_note_1b383_17", Wf = "_commercial_1b383_97", Yf = "_commercialContent_1b383_131", Kf = "_complement_1b383_163", Mt = {
|
|
9596
|
+
container: $f,
|
|
9597
|
+
note: Vf,
|
|
9598
|
+
commercial: Wf,
|
|
9599
|
+
commercialContent: Yf,
|
|
9600
|
+
complement: Kf
|
|
9601
|
+
}, Jf = (e) => /* @__PURE__ */ g("section", { className: Mt.container, children: [
|
|
9602
9602
|
/* @__PURE__ */ a("div", { className: Mt.note, children: e.children }),
|
|
9603
9603
|
/* @__PURE__ */ a("div", { className: Mt.commercial, children: /* @__PURE__ */ g("div", { className: Mt.commercialContent, children: [
|
|
9604
|
-
e.slug === "liveblogs" && /* @__PURE__ */ a(
|
|
9604
|
+
e.slug === "liveblogs" && /* @__PURE__ */ a(J1, { itemList: e.itemList }),
|
|
9605
9605
|
e.bannerTop,
|
|
9606
9606
|
/* @__PURE__ */ a(
|
|
9607
9607
|
Ra,
|
|
@@ -9621,7 +9621,7 @@ const n5 = (e) => {
|
|
|
9621
9621
|
/* @__PURE__ */ a("div", { style: { position: "sticky", top: "110px" }, children: e.banner })
|
|
9622
9622
|
] }) }),
|
|
9623
9623
|
/* @__PURE__ */ a("div", { className: Mt.complement, children: e.complement })
|
|
9624
|
-
] }),
|
|
9624
|
+
] }), Zf = (e) => {
|
|
9625
9625
|
const t = {
|
|
9626
9626
|
...e.news[0],
|
|
9627
9627
|
config: {
|
|
@@ -9668,7 +9668,7 @@ const n5 = (e) => {
|
|
|
9668
9668
|
...e.headerSectionStyles?.liveblogs
|
|
9669
9669
|
},
|
|
9670
9670
|
children: /* @__PURE__ */ a(
|
|
9671
|
-
|
|
9671
|
+
$1,
|
|
9672
9672
|
{
|
|
9673
9673
|
...t,
|
|
9674
9674
|
fontSizeSubTitle: "18px",
|
|
@@ -9707,19 +9707,19 @@ const n5 = (e) => {
|
|
|
9707
9707
|
}
|
|
9708
9708
|
);
|
|
9709
9709
|
}
|
|
9710
|
-
},
|
|
9711
|
-
content:
|
|
9712
|
-
contentWithinCard:
|
|
9713
|
-
contentDate:
|
|
9714
|
-
dateInfo:
|
|
9715
|
-
dot:
|
|
9716
|
-
contentTitle:
|
|
9717
|
-
contentTextList:
|
|
9718
|
-
contentButton:
|
|
9719
|
-
linkStyled:
|
|
9720
|
-
},
|
|
9721
|
-
content:
|
|
9722
|
-
},
|
|
9710
|
+
}, Xf = "_content_1tboy_1", e0 = "_contentWithinCard_1tboy_13", t0 = "_contentDate_1tboy_25", n0 = "_dateInfo_1tboy_39", a0 = "_dot_1tboy_59", s0 = "_contentTitle_1tboy_75", o0 = "_contentTextList_1tboy_93", r0 = "_contentButton_1tboy_129", i0 = "_linkStyled_1tboy_141", Ke = {
|
|
9711
|
+
content: Xf,
|
|
9712
|
+
contentWithinCard: e0,
|
|
9713
|
+
contentDate: t0,
|
|
9714
|
+
dateInfo: n0,
|
|
9715
|
+
dot: a0,
|
|
9716
|
+
contentTitle: s0,
|
|
9717
|
+
contentTextList: o0,
|
|
9718
|
+
contentButton: r0,
|
|
9719
|
+
linkStyled: i0
|
|
9720
|
+
}, c0 = "_content_12i3e_1", l0 = {
|
|
9721
|
+
content: c0
|
|
9722
|
+
}, d0 = (e) => /* @__PURE__ */ a("section", { className: l0.content, id: e.id, children: e.children }), u0 = async (e, t, n) => {
|
|
9723
9723
|
if (!n) return e;
|
|
9724
9724
|
const s = /(<div[^>]*class=["'][^"']*ck-related-news[^"']*["'][^>]*>[\s\S]*?<span\b[^>]*data-src="([^"]+)"[^>]*>[\s\S]*?<\/span>[\s\S]*?<\/div>\s*<\/div>)/g, o = [...e.matchAll(s)];
|
|
9725
9725
|
let r = e;
|
|
@@ -9756,7 +9756,7 @@ const n5 = (e) => {
|
|
|
9756
9756
|
r = r.replace(c, I);
|
|
9757
9757
|
}
|
|
9758
9758
|
return r;
|
|
9759
|
-
},
|
|
9759
|
+
}, h0 = (e) => e.replace(/<p>(\s| )+<\/p>/g, ""), m0 = (e) => {
|
|
9760
9760
|
const t = /\ssrc="\/(?!\/)(.*?)"/g;
|
|
9761
9761
|
return e.replace(t, ` src="${Cn()}/$1"`);
|
|
9762
9762
|
}, Ts = {
|
|
@@ -9766,12 +9766,12 @@ const n5 = (e) => {
|
|
|
9766
9766
|
10: 4,
|
|
9767
9767
|
13: 5
|
|
9768
9768
|
};
|
|
9769
|
-
function
|
|
9769
|
+
function f0(e) {
|
|
9770
9770
|
if (!e) return e;
|
|
9771
9771
|
const t = e.indexOf("/video");
|
|
9772
9772
|
return t === -1 ? e : e.substring(t);
|
|
9773
9773
|
}
|
|
9774
|
-
async function
|
|
9774
|
+
async function g0(e, t) {
|
|
9775
9775
|
let n = "", s = 0;
|
|
9776
9776
|
const o = /<span\b[^>]*data-src=["']([^"']+)["'][^>]*>[\s\S]*?<\/span>/gi;
|
|
9777
9777
|
let r;
|
|
@@ -9780,7 +9780,7 @@ async function f0(e, t) {
|
|
|
9780
9780
|
n += e.slice(s, i);
|
|
9781
9781
|
const u = r[0];
|
|
9782
9782
|
let l = r[1] ?? "";
|
|
9783
|
-
l && (l =
|
|
9783
|
+
l && (l = f0(l));
|
|
9784
9784
|
const d = /data-type\s*=\s*["']?video["']?/i.test(u) || /video-type\s*=\s*["']?embedded["']?/i.test(u);
|
|
9785
9785
|
let h = u;
|
|
9786
9786
|
if (d && l)
|
|
@@ -9825,13 +9825,13 @@ async function f0(e, t) {
|
|
|
9825
9825
|
}
|
|
9826
9826
|
return n += e.slice(s), n;
|
|
9827
9827
|
}
|
|
9828
|
-
function
|
|
9828
|
+
function p0(e) {
|
|
9829
9829
|
return e.replace(
|
|
9830
9830
|
/<script[^>]*src=["']https:\/\/platform\.twitter\.com\/widgets\.js["'][^>]*><\/script>/gi,
|
|
9831
9831
|
""
|
|
9832
9832
|
);
|
|
9833
9833
|
}
|
|
9834
|
-
const
|
|
9834
|
+
const A0 = async ({
|
|
9835
9835
|
itemList: e,
|
|
9836
9836
|
slug: t,
|
|
9837
9837
|
banners: n,
|
|
@@ -9841,9 +9841,9 @@ const p0 = async ({
|
|
|
9841
9841
|
}) => {
|
|
9842
9842
|
if (!e || e.length === 0 || !e[0]) return;
|
|
9843
9843
|
const i = e[0].list?.items?.map(async (c) => {
|
|
9844
|
-
const u =
|
|
9845
|
-
let l =
|
|
9846
|
-
return l =
|
|
9844
|
+
const u = h0(c.body.rendered);
|
|
9845
|
+
let l = m0(u);
|
|
9846
|
+
return l = p0(l), l = await g0(
|
|
9847
9847
|
l,
|
|
9848
9848
|
o
|
|
9849
9849
|
), {
|
|
@@ -9855,7 +9855,7 @@ const p0 = async ({
|
|
|
9855
9855
|
};
|
|
9856
9856
|
});
|
|
9857
9857
|
return /* @__PURE__ */ a("section", { className: Ke.content, id: "block-notes-list", children: i?.map(async (c, u) => /* @__PURE__ */ g(bn, { children: [
|
|
9858
|
-
/* @__PURE__ */ a(
|
|
9858
|
+
/* @__PURE__ */ a(d0, { id: `item-${u + 1}`, children: /* @__PURE__ */ g("div", { className: Ke.contentWithinCard, children: [
|
|
9859
9859
|
(await c).date > 0 && /* @__PURE__ */ g("div", { className: Ke.contentDate, children: [
|
|
9860
9860
|
/* @__PURE__ */ a(
|
|
9861
9861
|
"span",
|
|
@@ -9884,7 +9884,7 @@ const p0 = async ({
|
|
|
9884
9884
|
{
|
|
9885
9885
|
className: `contentTextList ${Ke.contentTextList}`,
|
|
9886
9886
|
dangerouslySetInnerHTML: {
|
|
9887
|
-
__html: await
|
|
9887
|
+
__html: await u0(
|
|
9888
9888
|
(await c).body.rendered.replace(/ /g, ""),
|
|
9889
9889
|
s,
|
|
9890
9890
|
r
|
|
@@ -9922,7 +9922,7 @@ const p0 = async ({
|
|
|
9922
9922
|
Podcast: "podcast",
|
|
9923
9923
|
Telegram: "telegram"
|
|
9924
9924
|
};
|
|
9925
|
-
function
|
|
9925
|
+
function w0({ url: e }) {
|
|
9926
9926
|
return e && e !== "" && /* @__PURE__ */ g(q, { href: e, className: he.googleProfileButton, children: [
|
|
9927
9927
|
/* @__PURE__ */ a(
|
|
9928
9928
|
"svg",
|
|
@@ -9940,17 +9940,17 @@ function A0({ url: e }) {
|
|
|
9940
9940
|
}
|
|
9941
9941
|
),
|
|
9942
9942
|
"Síguenos en",
|
|
9943
|
-
/* @__PURE__ */ a(
|
|
9943
|
+
/* @__PURE__ */ a(y0, {})
|
|
9944
9944
|
] });
|
|
9945
9945
|
}
|
|
9946
|
-
const
|
|
9946
|
+
const y0 = () => /* @__PURE__ */ g("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 272 92", width: "272", height: "92", children: [
|
|
9947
9947
|
/* @__PURE__ */ a("path", { fill: "#EA4335", d: "M115.75 47.18c0 12.77-9.99 22.18-22.25 22.18s-22.25-9.41-22.25-22.18C71.25 34.32 81.24 25 93.5 25s22.25 9.32 22.25 22.18zm-9.74 0c0-7.98-5.79-13.44-12.51-13.44S80.99 39.2 80.99 47.18c0 7.9 5.79 13.44 12.51 13.44s12.51-5.55 12.51-13.44z" }),
|
|
9948
9948
|
/* @__PURE__ */ a("path", { fill: "#FBBC05", d: "M163.75 47.18c0 12.77-9.99 22.18-22.25 22.18s-22.25-9.41-22.25-22.18c0-12.85 9.99-22.18 22.25-22.18s22.25 9.32 22.25 22.18zm-9.74 0c0-7.98-5.79-13.44-12.51-13.44s-12.51 5.46-12.51 13.44c0 7.9 5.79 13.44 12.51 13.44s12.51-5.55 12.51-13.44z" }),
|
|
9949
9949
|
/* @__PURE__ */ a("path", { fill: "#4285F4", d: "M209.75 26.34v39.82c0 16.38-9.66 23.07-21.08 23.07-10.75 0-17.22-7.19-19.66-13.07l8.48-3.53c1.51 3.61 5.21 7.87 11.17 7.87 7.31 0 11.84-4.51 11.84-13v-3.19h-.34c-2.18 2.69-6.38 5.04-11.68 5.04-11.09 0-21.25-9.66-21.25-22.09 0-12.52 10.16-22.26 21.25-22.26 5.29 0 9.49 2.35 11.68 4.96h.34v-3.61h9.25zm-8.56 20.92c0-7.81-5.21-13.52-11.84-13.52-6.72 0-12.35 5.71-12.35 13.52 0 7.73 5.63 13.36 12.35 13.36 6.63 0 11.84-5.63 11.84-13.36z" }),
|
|
9950
9950
|
/* @__PURE__ */ a("path", { fill: "#34A853", d: "M225 3v65h-9.5V3h9.5z" }),
|
|
9951
9951
|
/* @__PURE__ */ a("path", { fill: "#EA4335", d: "M262.02 54.48l7.56 5.04c-2.44 3.61-8.32 9.83-18.48 9.83-12.6 0-22.01-9.74-22.01-22.18 0-13.19 9.49-22.18 20.92-22.18 11.51 0 17.14 9.16 18.98 14.11l1.01 2.52-29.65 12.28c2.27 4.45 5.8 6.72 10.75 6.72 4.96 0 8.4-2.44 10.92-6.14zm-23.27-7.98l19.82-8.23c-1.09-2.77-4.37-4.7-8.23-4.7-4.95 0-11.84 4.37-11.59 12.93z" }),
|
|
9952
9952
|
/* @__PURE__ */ a("path", { fill: "#4285F4", d: "M35.29 41.41V32H67c.31 1.64.47 3.58.47 5.68 0 7.06-1.93 15.79-8.15 22.01-6.05 6.3-13.78 9.66-24.02 9.66C16.32 69.35.36 53.89.36 34.91.36 15.93 16.32.47 35.3.47c10.5 0 17.98 4.12 23.6 9.49l-6.64 6.64c-4.03-3.78-9.49-6.72-16.97-6.72-13.86 0-24.7 11.17-24.7 25.03 0 13.86 10.84 25.03 24.7 25.03 8.99 0 14.11-3.61 17.39-6.89 2.66-2.66 4.41-6.46 5.1-11.65l-22.49.01z" })
|
|
9953
|
-
] }),
|
|
9953
|
+
] }), _0 = async (e) => {
|
|
9954
9954
|
if (!e.news || !e.news.authors) return null;
|
|
9955
9955
|
const { news: t, socials: n, texts: s } = e, o = t.authors.map(
|
|
9956
9956
|
(c) => c.internaluser ? `<a href="${`/${e.paths.autor}/${c.name}`}">${c.fullname}</a>` : c.fullname
|
|
@@ -9995,10 +9995,10 @@ const w0 = () => /* @__PURE__ */ g("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
9995
9995
|
"data-props": encodeURIComponent(
|
|
9996
9996
|
JSON.stringify({ noteShare: e.noteShare })
|
|
9997
9997
|
),
|
|
9998
|
-
children: /* @__PURE__ */ a(
|
|
9998
|
+
children: /* @__PURE__ */ a(Fd, { noteShare: e.noteShare })
|
|
9999
9999
|
}
|
|
10000
10000
|
),
|
|
10001
|
-
/* @__PURE__ */ a(
|
|
10001
|
+
/* @__PURE__ */ a(w0, { url: e.noteShare?.googleProfile ?? "" }),
|
|
10002
10002
|
/* @__PURE__ */ g("section", { className: he.journalistSection, children: [
|
|
10003
10003
|
/* @__PURE__ */ a(
|
|
10004
10004
|
"div",
|
|
@@ -10040,22 +10040,22 @@ const w0 = () => /* @__PURE__ */ g("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
10040
10040
|
)
|
|
10041
10041
|
] })
|
|
10042
10042
|
] }) });
|
|
10043
|
-
},
|
|
10044
|
-
content:
|
|
10045
|
-
journalistArticleContent:
|
|
10046
|
-
contentNews:
|
|
10047
|
-
noteSource:
|
|
10048
|
-
},
|
|
10049
|
-
summaryContent:
|
|
10050
|
-
},
|
|
10043
|
+
}, b0 = "_content_zgmcn_1", C0 = "_journalistArticleContent_zgmcn_29", v0 = "_contentNews_zgmcn_69", N0 = "_noteSource_zgmcn_845", cn = {
|
|
10044
|
+
content: b0,
|
|
10045
|
+
journalistArticleContent: C0,
|
|
10046
|
+
contentNews: v0,
|
|
10047
|
+
noteSource: N0
|
|
10048
|
+
}, S0 = "_summaryContent_paxav_1", I0 = {
|
|
10049
|
+
summaryContent: S0
|
|
10050
|
+
}, E0 = async ({ summary: e }) => e && e.rendered && /* @__PURE__ */ a(
|
|
10051
10051
|
"section",
|
|
10052
10052
|
{
|
|
10053
|
-
className: `${
|
|
10053
|
+
className: `${I0.summaryContent} sass-summary-content`,
|
|
10054
10054
|
dangerouslySetInnerHTML: {
|
|
10055
10055
|
__html: e.rendered
|
|
10056
10056
|
}
|
|
10057
10057
|
}
|
|
10058
|
-
),
|
|
10058
|
+
), T0 = async ({
|
|
10059
10059
|
newsformated: e,
|
|
10060
10060
|
internal: t,
|
|
10061
10061
|
commonServices: n
|
|
@@ -10080,7 +10080,7 @@ const w0 = () => /* @__PURE__ */ g("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
10080
10080
|
/* @__PURE__ */ a("div", { className: Sn.description, children: r && r[0]?.description })
|
|
10081
10081
|
] });
|
|
10082
10082
|
};
|
|
10083
|
-
function
|
|
10083
|
+
function x0(e) {
|
|
10084
10084
|
const t = e.children, n = `${e.slot_id}-`, s = e.visibleItems, o = e.cardGap ?? 20;
|
|
10085
10085
|
function r(c) {
|
|
10086
10086
|
const u = [], l = [];
|
|
@@ -10150,7 +10150,7 @@ function T0(e) {
|
|
|
10150
10150
|
</div>
|
|
10151
10151
|
`;
|
|
10152
10152
|
}
|
|
10153
|
-
const
|
|
10153
|
+
const k0 = (e) => /* @__PURE__ */ a(
|
|
10154
10154
|
"svg",
|
|
10155
10155
|
{
|
|
10156
10156
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -10166,10 +10166,10 @@ const x0 = (e) => /* @__PURE__ */ a(
|
|
|
10166
10166
|
}
|
|
10167
10167
|
)
|
|
10168
10168
|
}
|
|
10169
|
-
),
|
|
10170
|
-
content:
|
|
10171
|
-
title:
|
|
10172
|
-
},
|
|
10169
|
+
), U0 = "_content_1kodm_1", L0 = "_title_1kodm_35", xs = {
|
|
10170
|
+
content: U0,
|
|
10171
|
+
title: L0
|
|
10172
|
+
}, R0 = async ({
|
|
10173
10173
|
newsformated: e,
|
|
10174
10174
|
internal: t,
|
|
10175
10175
|
commonServices: n
|
|
@@ -10198,10 +10198,10 @@ const x0 = (e) => /* @__PURE__ */ a(
|
|
|
10198
10198
|
} catch {
|
|
10199
10199
|
return null;
|
|
10200
10200
|
}
|
|
10201
|
-
},
|
|
10202
|
-
content:
|
|
10203
|
-
title:
|
|
10204
|
-
},
|
|
10201
|
+
}, q0 = "_content_1kodm_1", B0 = "_title_1kodm_35", Xn = {
|
|
10202
|
+
content: q0,
|
|
10203
|
+
title: B0
|
|
10204
|
+
}, P0 = async ({
|
|
10205
10205
|
newsformated: e,
|
|
10206
10206
|
internal: t,
|
|
10207
10207
|
commonServices: n
|
|
@@ -10231,9 +10231,9 @@ const x0 = (e) => /* @__PURE__ */ a(
|
|
|
10231
10231
|
} catch {
|
|
10232
10232
|
return null;
|
|
10233
10233
|
}
|
|
10234
|
-
},
|
|
10235
|
-
content:
|
|
10236
|
-
},
|
|
10234
|
+
}, O0 = "_content_g44cu_1", D0 = {
|
|
10235
|
+
content: O0
|
|
10236
|
+
}, M0 = async ({
|
|
10237
10237
|
newsformated: e,
|
|
10238
10238
|
internal: t,
|
|
10239
10239
|
commonServices: n
|
|
@@ -10249,27 +10249,27 @@ const x0 = (e) => /* @__PURE__ */ a(
|
|
|
10249
10249
|
return typeof c != "string" || c.trim() === "" ? null : /* @__PURE__ */ a(
|
|
10250
10250
|
"div",
|
|
10251
10251
|
{
|
|
10252
|
-
className:
|
|
10252
|
+
className: D0.content,
|
|
10253
10253
|
dangerouslySetInnerHTML: { __html: c }
|
|
10254
10254
|
}
|
|
10255
10255
|
);
|
|
10256
10256
|
} catch {
|
|
10257
10257
|
return null;
|
|
10258
10258
|
}
|
|
10259
|
-
},
|
|
10260
|
-
content:
|
|
10259
|
+
}, j0 = "_content_15e7w_1", Q0 = {
|
|
10260
|
+
content: j0
|
|
10261
10261
|
}, pt = {
|
|
10262
10262
|
videoEmbedded: "videoEmbedded",
|
|
10263
10263
|
videoYouTube: "videoYouTube",
|
|
10264
10264
|
iframe: "iframe",
|
|
10265
10265
|
fotoGaleria: "fotogaleria"
|
|
10266
|
-
},
|
|
10267
|
-
[pt.videoEmbedded]:
|
|
10268
|
-
[pt.videoYouTube]:
|
|
10269
|
-
[pt.iframe]:
|
|
10270
|
-
},
|
|
10271
|
-
const { config: n, info: s } = e, o = n.articlepreview, r = s.link.internal, i = o ?
|
|
10272
|
-
return i ? /* @__PURE__ */ a("div", { className:
|
|
10266
|
+
}, G0 = {
|
|
10267
|
+
[pt.videoEmbedded]: R0,
|
|
10268
|
+
[pt.videoYouTube]: P0,
|
|
10269
|
+
[pt.iframe]: M0
|
|
10270
|
+
}, H0 = ({ news: e, commonServices: t }) => {
|
|
10271
|
+
const { config: n, info: s } = e, o = n.articlepreview, r = s.link.internal, i = o ? G0[o] : null;
|
|
10272
|
+
return i ? /* @__PURE__ */ a("div", { className: Q0.content, children: /* @__PURE__ */ a(
|
|
10273
10273
|
i,
|
|
10274
10274
|
{
|
|
10275
10275
|
newsformated: e,
|
|
@@ -10277,35 +10277,35 @@ const x0 = (e) => /* @__PURE__ */ a(
|
|
|
10277
10277
|
commonServices: t
|
|
10278
10278
|
}
|
|
10279
10279
|
) }) : null;
|
|
10280
|
-
},
|
|
10281
|
-
content:
|
|
10282
|
-
imageContent:
|
|
10283
|
-
width1Autor:
|
|
10284
|
-
width2Autor:
|
|
10285
|
-
width3Autor:
|
|
10286
|
-
imageAutor:
|
|
10287
|
-
imageStyled:
|
|
10288
|
-
contentIconStyled:
|
|
10289
|
-
avatarContent:
|
|
10290
|
-
socialActionsRow:
|
|
10291
|
-
journalistSection:
|
|
10292
|
-
authorsInfoRow:
|
|
10293
|
-
journalistInfo:
|
|
10294
|
-
journalistInfoLink:
|
|
10295
|
-
journalistInfoDate:
|
|
10296
|
-
socialNetworkSection:
|
|
10297
|
-
avatarStyled:
|
|
10298
|
-
article:
|
|
10299
|
-
socialButton:
|
|
10300
|
-
facebookStyled:
|
|
10301
|
-
emailStyled:
|
|
10302
|
-
xStyled:
|
|
10303
|
-
linkedinStyled:
|
|
10304
|
-
whatsappStyled:
|
|
10305
|
-
socialActionLink:
|
|
10306
|
-
clipboardButton:
|
|
10307
|
-
googleProfileButton:
|
|
10308
|
-
},
|
|
10280
|
+
}, z0 = "_content_1qzev_1", F0 = "_imageContent_1qzev_17", $0 = "_width1Autor_1qzev_35", V0 = "_width2Autor_1qzev_43", W0 = "_width3Autor_1qzev_51", Y0 = "_imageAutor_1qzev_59", K0 = "_imageStyled_1qzev_137", J0 = "_contentIconStyled_1qzev_139", Z0 = "_avatarContent_1qzev_173", X0 = "_socialActionsRow_1qzev_189", eg = "_journalistSection_1qzev_235", tg = "_authorsInfoRow_1qzev_253", ng = "_journalistInfo_1qzev_283", ag = "_journalistInfoLink_1qzev_285", sg = "_journalistInfoDate_1qzev_319", og = "_socialNetworkSection_1qzev_383", rg = "_avatarStyled_1qzev_419", ig = "_article_1qzev_429", cg = "_socialButton_1qzev_437", lg = "_facebookStyled_1qzev_469", dg = "_emailStyled_1qzev_477", ug = "_xStyled_1qzev_485", hg = "_linkedinStyled_1qzev_493", mg = "_whatsappStyled_1qzev_501", fg = "_socialActionLink_1qzev_509", gg = "_clipboardButton_1qzev_577", pg = "_googleProfileButton_1qzev_649", ce = {
|
|
10281
|
+
content: z0,
|
|
10282
|
+
imageContent: F0,
|
|
10283
|
+
width1Autor: $0,
|
|
10284
|
+
width2Autor: V0,
|
|
10285
|
+
width3Autor: W0,
|
|
10286
|
+
imageAutor: Y0,
|
|
10287
|
+
imageStyled: K0,
|
|
10288
|
+
contentIconStyled: J0,
|
|
10289
|
+
avatarContent: Z0,
|
|
10290
|
+
socialActionsRow: X0,
|
|
10291
|
+
journalistSection: eg,
|
|
10292
|
+
authorsInfoRow: tg,
|
|
10293
|
+
journalistInfo: ng,
|
|
10294
|
+
journalistInfoLink: ag,
|
|
10295
|
+
journalistInfoDate: sg,
|
|
10296
|
+
socialNetworkSection: og,
|
|
10297
|
+
avatarStyled: rg,
|
|
10298
|
+
article: ig,
|
|
10299
|
+
socialButton: cg,
|
|
10300
|
+
facebookStyled: lg,
|
|
10301
|
+
emailStyled: dg,
|
|
10302
|
+
xStyled: ug,
|
|
10303
|
+
linkedinStyled: hg,
|
|
10304
|
+
whatsappStyled: mg,
|
|
10305
|
+
socialActionLink: fg,
|
|
10306
|
+
clipboardButton: gg,
|
|
10307
|
+
googleProfileButton: pg
|
|
10308
|
+
}, Ag = {
|
|
10309
10309
|
FaceBook: {
|
|
10310
10310
|
url: (e) => `https://www.facebook.com/sharer/sharer.php?u=${encodeURIComponent(e)}`,
|
|
10311
10311
|
icon: {
|
|
@@ -10344,11 +10344,11 @@ const x0 = (e) => /* @__PURE__ */ a(
|
|
|
10344
10344
|
}
|
|
10345
10345
|
}
|
|
10346
10346
|
};
|
|
10347
|
-
function
|
|
10347
|
+
function wg({ noteShare: e }) {
|
|
10348
10348
|
const t = e && e.url || (typeof window < "u" ? window.location.href : "https://example.com");
|
|
10349
10349
|
return e ? /* @__PURE__ */ g("div", { className: ce.socialNetworkSection, children: [
|
|
10350
10350
|
e.options?.map((n) => {
|
|
10351
|
-
const s =
|
|
10351
|
+
const s = Ag[n];
|
|
10352
10352
|
if (!s) return null;
|
|
10353
10353
|
const o = e.variant === "outline" ? s.icon.outline : s.icon.solid, r = s.url(t);
|
|
10354
10354
|
return /* @__PURE__ */ a(
|
|
@@ -10386,7 +10386,7 @@ function Ag({ noteShare: e }) {
|
|
|
10386
10386
|
)
|
|
10387
10387
|
] }) : null;
|
|
10388
10388
|
}
|
|
10389
|
-
const
|
|
10389
|
+
const yg = async (e) => {
|
|
10390
10390
|
if (!e.news || !e.news.authors) return null;
|
|
10391
10391
|
const { news: t, socials: n, texts: s } = e, o = t.authors.map(
|
|
10392
10392
|
(c) => c.internaluser ? `<a href="${`/${e.paths.autor}/${c.name}`}">${c.fullname}</a>` : c.fullname
|
|
@@ -10443,7 +10443,7 @@ const wg = async (e) => {
|
|
|
10443
10443
|
}
|
|
10444
10444
|
),
|
|
10445
10445
|
/* @__PURE__ */ a("span", { children: "Seguir en" }),
|
|
10446
|
-
/* @__PURE__ */ a(
|
|
10446
|
+
/* @__PURE__ */ a(_g, {})
|
|
10447
10447
|
] })
|
|
10448
10448
|
] }),
|
|
10449
10449
|
/* @__PURE__ */ a(
|
|
@@ -10454,7 +10454,7 @@ const wg = async (e) => {
|
|
|
10454
10454
|
"data-props": encodeURIComponent(
|
|
10455
10455
|
JSON.stringify({ noteShare: e.noteShare })
|
|
10456
10456
|
),
|
|
10457
|
-
children: /* @__PURE__ */ a(
|
|
10457
|
+
children: /* @__PURE__ */ a(wg, { noteShare: e.noteShare })
|
|
10458
10458
|
}
|
|
10459
10459
|
)
|
|
10460
10460
|
] }),
|
|
@@ -10502,21 +10502,21 @@ const wg = async (e) => {
|
|
|
10502
10502
|
t.config?.showtime && /* @__PURE__ */ a("span", { className: ce.journalistInfoDate, children: Ca(t.info.date.modified) })
|
|
10503
10503
|
] })
|
|
10504
10504
|
] }) });
|
|
10505
|
-
},
|
|
10505
|
+
}, _g = () => /* @__PURE__ */ g("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
10506
10506
|
/* @__PURE__ */ a("path", { d: "M24 12.2727C24 11.4218 23.9221 10.6036 23.7774 9.81818H12.2449V14.4655H18.8349C18.5455 15.96 17.6772 17.2255 16.3748 18.0764V21.0982H20.3488C22.6642 19.0036 24 15.9273 24 12.2727Z", fill: "#4285F4" }),
|
|
10507
10507
|
/* @__PURE__ */ a("path", { d: "M12.2449 24C15.551 24 18.3228 22.9309 20.3488 21.0982L16.3748 18.0764C15.2839 18.7964 13.8924 19.2327 12.2449 19.2327C9.06122 19.2327 6.35622 17.1273 5.38776 14.2909H1.31354V17.3891C3.32839 21.3055 7.45826 24 12.2449 24Z", fill: "#34A853" }),
|
|
10508
10508
|
/* @__PURE__ */ a("path", { d: "M5.38776 14.28C5.14286 13.56 4.99814 12.7964 4.99814 12C4.99814 11.2036 5.14286 10.44 5.38776 9.72V6.62182H1.31354C0.478664 8.23636 0 10.0582 0 12C0 13.9418 0.478664 15.7636 1.31354 17.3782L4.48609 14.9564L5.38776 14.28Z", fill: "#FBBC05" }),
|
|
10509
10509
|
/* @__PURE__ */ a("path", { d: "M12.2449 4.77818C14.0482 4.77818 15.6512 5.38909 16.9314 6.56727L20.4378 3.13091C18.3117 1.18909 15.551 0 12.2449 0C7.45826 0 3.32839 2.69455 1.31354 6.62182L5.38776 9.72C6.35622 6.88364 9.06122 4.77818 12.2449 4.77818Z", fill: "#EA4335" })
|
|
10510
|
-
] }),
|
|
10510
|
+
] }), bg = (e) => e.replace(
|
|
10511
10511
|
/<iframe(?![^>]*\bloading=)[^>]*>/gi,
|
|
10512
10512
|
(n) => n.replace("<iframe", '<iframe loading="lazy"')
|
|
10513
|
-
),
|
|
10513
|
+
), Cg = (e) => e.replace(
|
|
10514
10514
|
/<iframe(?![^>]*\btitle=)[^>]*>/gi,
|
|
10515
10515
|
(n) => n.replace("<iframe", '<iframe title="frame custom content"')
|
|
10516
|
-
),
|
|
10516
|
+
), vg = (e) => e.replace(
|
|
10517
10517
|
/<span\b[^>]*class=["'][^"']*video__title[^"']*["'][^>]*>[\s\S]*?<\/span>/gi,
|
|
10518
10518
|
""
|
|
10519
|
-
),
|
|
10519
|
+
), Ng = async (e) => {
|
|
10520
10520
|
const { PUBLIC_IS_OFFLINE: t } = Y();
|
|
10521
10521
|
if (!(t === "true")) {
|
|
10522
10522
|
const l = /<img\b[^>]*\bsrc=["']([^"']+)["']/g, d = [...e.matchAll(l)], h = {};
|
|
@@ -10606,7 +10606,7 @@ const wg = async (e) => {
|
|
|
10606
10606
|
s = s.replace(d, b);
|
|
10607
10607
|
}
|
|
10608
10608
|
return s;
|
|
10609
|
-
},
|
|
10609
|
+
}, Sg = (e, t) => {
|
|
10610
10610
|
const n = {
|
|
10611
10611
|
2: 1,
|
|
10612
10612
|
4: 2,
|
|
@@ -10636,7 +10636,7 @@ const wg = async (e) => {
|
|
|
10636
10636
|
return c;
|
|
10637
10637
|
}
|
|
10638
10638
|
), o;
|
|
10639
|
-
},
|
|
10639
|
+
}, Ig = (e) => {
|
|
10640
10640
|
const t = /<div class="ck-image-gallery"[^>]*?>([\s\S]*?)<\/div>/g, n = [...e.matchAll(t)];
|
|
10641
10641
|
let s = "", o = 0;
|
|
10642
10642
|
for (const r of n) {
|
|
@@ -10646,7 +10646,7 @@ const wg = async (e) => {
|
|
|
10646
10646
|
(f) => f[1]
|
|
10647
10647
|
).map(
|
|
10648
10648
|
(f) => `<img fetchPriority='low' loading='lazy' alt='imagen' src="${f}" class="carrusel-note-item" width="800" height="469"/>`
|
|
10649
|
-
), m = "gallery_embeded" + u.toString(), p =
|
|
10649
|
+
), m = "gallery_embeded" + u.toString(), p = x0({
|
|
10650
10650
|
slot_id: m,
|
|
10651
10651
|
children: h,
|
|
10652
10652
|
visibleItems: 1,
|
|
@@ -10655,7 +10655,7 @@ const wg = async (e) => {
|
|
|
10655
10655
|
s += p, o = l;
|
|
10656
10656
|
}
|
|
10657
10657
|
return s += e.slice(o), s;
|
|
10658
|
-
},
|
|
10658
|
+
}, Eg = async (e, t, n) => {
|
|
10659
10659
|
if (!n) return e;
|
|
10660
10660
|
const s = /<span data-src="(.*?)"><\/span>/g, o = [...e.matchAll(s)];
|
|
10661
10661
|
let r = e;
|
|
@@ -10685,7 +10685,7 @@ const wg = async (e) => {
|
|
|
10685
10685
|
}
|
|
10686
10686
|
return r;
|
|
10687
10687
|
};
|
|
10688
|
-
async function
|
|
10688
|
+
async function Tg(e, t) {
|
|
10689
10689
|
let n = "", s = 0;
|
|
10690
10690
|
const o = /<div\b[^>]*\bclass=(["'])(?:(?!\1).)*\bck-video-player\b(?:(?!\1).)*\1[^>]*>/gi;
|
|
10691
10691
|
let r;
|
|
@@ -10769,9 +10769,9 @@ async function Eg(e, t) {
|
|
|
10769
10769
|
w = m;
|
|
10770
10770
|
s = h, n += w, o.lastIndex = h;
|
|
10771
10771
|
}
|
|
10772
|
-
return n += e.slice(s), n =
|
|
10772
|
+
return n += e.slice(s), n = vg(n), n;
|
|
10773
10773
|
}
|
|
10774
|
-
async function
|
|
10774
|
+
async function xg(e) {
|
|
10775
10775
|
const {
|
|
10776
10776
|
news: t,
|
|
10777
10777
|
banners: n,
|
|
@@ -10787,15 +10787,15 @@ async function Tg(e) {
|
|
|
10787
10787
|
d = d.replace(
|
|
10788
10788
|
/<script[^>]*src=["']https:\/\/platform\.twitter\.com\/widgets\.js["'][^>]*><\/script>/gi,
|
|
10789
10789
|
""
|
|
10790
|
-
), d = d.replace(/ /g, ""), d =
|
|
10790
|
+
), d = d.replace(/ /g, ""), d = Sg(d, n), d = Ig(d), d = await Ng(d), d = await Eg(
|
|
10791
10791
|
d,
|
|
10792
10792
|
e.texts,
|
|
10793
10793
|
s
|
|
10794
|
-
), d = await
|
|
10794
|
+
), d = await Tg(d, u), d = bg(d), d = Cg(d);
|
|
10795
10795
|
const h = t.main.sources ?? [], { NEWS_JOURNALIST_COMPONENT: m } = Y(), p = t.config.articlepreview === pt.fotoGaleria && t.hascontent?.hasgalleryimages;
|
|
10796
10796
|
return /* @__PURE__ */ g("div", { className: cn.content, children: [
|
|
10797
10797
|
r !== "liveblogs" && e.showHeaderImage ? p ? /* @__PURE__ */ a(
|
|
10798
|
-
|
|
10798
|
+
T0,
|
|
10799
10799
|
{
|
|
10800
10800
|
commonServices: l,
|
|
10801
10801
|
newsformated: t,
|
|
@@ -10804,7 +10804,7 @@ async function Tg(e) {
|
|
|
10804
10804
|
) : /* @__PURE__ */ a(Lo, { preview: t.preview }) : null,
|
|
10805
10805
|
/* @__PURE__ */ a(ye, { banners: n, name: "block_1" }),
|
|
10806
10806
|
/* @__PURE__ */ a("div", { className: cn.journalistArticleContent, children: m === "op1" ? /* @__PURE__ */ a(
|
|
10807
|
-
|
|
10807
|
+
_0,
|
|
10808
10808
|
{
|
|
10809
10809
|
autorIcon: e.autorIcon,
|
|
10810
10810
|
socials: c,
|
|
@@ -10814,7 +10814,7 @@ async function Tg(e) {
|
|
|
10814
10814
|
paths: e.paths
|
|
10815
10815
|
}
|
|
10816
10816
|
) : /* @__PURE__ */ a(
|
|
10817
|
-
|
|
10817
|
+
yg,
|
|
10818
10818
|
{
|
|
10819
10819
|
autorIcon: e.autorIcon,
|
|
10820
10820
|
socials: c,
|
|
@@ -10824,7 +10824,7 @@ async function Tg(e) {
|
|
|
10824
10824
|
paths: e.paths
|
|
10825
10825
|
}
|
|
10826
10826
|
) }),
|
|
10827
|
-
/* @__PURE__ */ a(
|
|
10827
|
+
/* @__PURE__ */ a(E0, { summary: t.main.summary }),
|
|
10828
10828
|
/* @__PURE__ */ a(
|
|
10829
10829
|
"main",
|
|
10830
10830
|
{
|
|
@@ -10835,7 +10835,7 @@ async function Tg(e) {
|
|
|
10835
10835
|
}
|
|
10836
10836
|
),
|
|
10837
10837
|
/* @__PURE__ */ a(
|
|
10838
|
-
|
|
10838
|
+
A0,
|
|
10839
10839
|
{
|
|
10840
10840
|
texts: e.texts,
|
|
10841
10841
|
itemList: i,
|
|
@@ -10846,13 +10846,13 @@ async function Tg(e) {
|
|
|
10846
10846
|
}
|
|
10847
10847
|
),
|
|
10848
10848
|
h.length > 0 && /* @__PURE__ */ g("div", { className: cn.noteSource, children: [
|
|
10849
|
-
/* @__PURE__ */ a(
|
|
10849
|
+
/* @__PURE__ */ a(k0, {}),
|
|
10850
10850
|
/* @__PURE__ */ a("p", { children: e.texts.noteSource + (h.length === 1 ? "" : "s") + ": " + h.map((f) => f.name).join(", ") })
|
|
10851
10851
|
] }),
|
|
10852
10852
|
t && t.hascontent && t.hascontent.hasembeddedtwitter && /* @__PURE__ */ a("script", { async: !0, defer: !0, src: "https://platform.twitter.com/widgets.js" })
|
|
10853
10853
|
] });
|
|
10854
10854
|
}
|
|
10855
|
-
const
|
|
10855
|
+
const kg = (e) => {
|
|
10856
10856
|
const { content: t, title: n, slot_id: s } = e, o = e.slot_id && e.slot_id !== "Nota_1";
|
|
10857
10857
|
return t && t.length !== 0 && /* @__PURE__ */ a(Ae, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(Ut, { slot_id: s, cardWidth: 200, children: t.map((r, i) => {
|
|
10858
10858
|
const c = { ...r, main: {
|
|
@@ -10869,7 +10869,7 @@ const xg = (e) => {
|
|
|
10869
10869
|
i
|
|
10870
10870
|
);
|
|
10871
10871
|
}) }) });
|
|
10872
|
-
},
|
|
10872
|
+
}, Ug = (e) => {
|
|
10873
10873
|
const { content: t, title: n, slot_id: s } = e, o = e.slot_id && e.slot_id !== "Nota_1";
|
|
10874
10874
|
return t && t.length !== 0 && /* @__PURE__ */ a(Ae, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
10875
10875
|
Ut,
|
|
@@ -10895,7 +10895,7 @@ const xg = (e) => {
|
|
|
10895
10895
|
})
|
|
10896
10896
|
}
|
|
10897
10897
|
) });
|
|
10898
|
-
},
|
|
10898
|
+
}, Lg = (e) => {
|
|
10899
10899
|
const { content: t, title: n, slot_id: s } = e, o = e.slot_id && e.slot_id !== "Nota_1";
|
|
10900
10900
|
return t && t.length !== 0 && /* @__PURE__ */ a(Ae, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
10901
10901
|
Ut,
|
|
@@ -10927,15 +10927,15 @@ const xg = (e) => {
|
|
|
10927
10927
|
for (const n in e)
|
|
10928
10928
|
n.startsWith("--") && (t[n] = e[n]);
|
|
10929
10929
|
return t;
|
|
10930
|
-
},
|
|
10931
|
-
headerSection:
|
|
10932
|
-
title:
|
|
10933
|
-
subtitle:
|
|
10934
|
-
newsContent:
|
|
10935
|
-
containerCards:
|
|
10936
|
-
image:
|
|
10937
|
-
blockHeadContainer:
|
|
10938
|
-
},
|
|
10930
|
+
}, Rg = "_headerSection_nhjex_1", qg = "_title_nhjex_21", Bg = "_subtitle_nhjex_45", Pg = "_newsContent_nhjex_71", Og = "_containerCards_nhjex_87", Dg = "_image_nhjex_99", Mg = "_blockHeadContainer_nhjex_111", ut = {
|
|
10931
|
+
headerSection: Rg,
|
|
10932
|
+
title: qg,
|
|
10933
|
+
subtitle: Bg,
|
|
10934
|
+
newsContent: Pg,
|
|
10935
|
+
containerCards: Og,
|
|
10936
|
+
image: Dg,
|
|
10937
|
+
blockHeadContainer: Mg
|
|
10938
|
+
}, jg = (e) => {
|
|
10939
10939
|
const { content: t, title: n, isVideo: s } = e;
|
|
10940
10940
|
if (!t || t.length === 0) return;
|
|
10941
10941
|
const o = t[0], r = t.slice(1), i = e.slot_id && e.slot_id !== "Nota_1";
|
|
@@ -10980,7 +10980,7 @@ const xg = (e) => {
|
|
|
10980
10980
|
}) })
|
|
10981
10981
|
] })
|
|
10982
10982
|
] });
|
|
10983
|
-
},
|
|
10983
|
+
}, Qg = ({ printEdition: e, title: t }) => e && /* @__PURE__ */ a(Ae, { title: t, children: /* @__PURE__ */ a(
|
|
10984
10984
|
"div",
|
|
10985
10985
|
{
|
|
10986
10986
|
className: "iframe-container",
|
|
@@ -10992,18 +10992,18 @@ const xg = (e) => {
|
|
|
10992
10992
|
banner: (e) => /* @__PURE__ */ a(ye, { ...e, name: e.slot_id.replace("Home", "block") }),
|
|
10993
10993
|
readest: (e) => /* @__PURE__ */ a(Ra, { ...e }),
|
|
10994
10994
|
"Modulo 1x3": (e) => /* @__PURE__ */ a(Do, { ...e }),
|
|
10995
|
-
"Modulo 1x4": (e) => /* @__PURE__ */ a(
|
|
10996
|
-
"Modulo 1x5": (e) => /* @__PURE__ */ a(
|
|
10997
|
-
"Destacado noticias": (e) => /* @__PURE__ */ a(
|
|
10998
|
-
"Destacado full width": (e) => /* @__PURE__ */ a(
|
|
10999
|
-
"Destacado videos": (e) => /* @__PURE__ */ a(
|
|
11000
|
-
"Carrusel card": (e) => /* @__PURE__ */ a(
|
|
11001
|
-
"Carrusel story": (e) => /* @__PURE__ */ a(
|
|
11002
|
-
"Carrusel owl": (e) => /* @__PURE__ */ a(
|
|
11003
|
-
"Modulo fotogaleria": (e) => /* @__PURE__ */ a(
|
|
11004
|
-
"Carrusel opinion": (e) => /* @__PURE__ */ a(
|
|
11005
|
-
"Modulo 1x3 card": (e) => /* @__PURE__ */ a(
|
|
11006
|
-
"Modulo iframe": (e) => /* @__PURE__ */ a(
|
|
10995
|
+
"Modulo 1x4": (e) => /* @__PURE__ */ a(ef, { ...e }),
|
|
10996
|
+
"Modulo 1x5": (e) => /* @__PURE__ */ a(sf, { ...e }),
|
|
10997
|
+
"Destacado noticias": (e) => /* @__PURE__ */ a(N2, { ...e }),
|
|
10998
|
+
"Destacado full width": (e) => /* @__PURE__ */ a(jg, { ...e }),
|
|
10999
|
+
"Destacado videos": (e) => /* @__PURE__ */ a(lf, { ...e }),
|
|
11000
|
+
"Carrusel card": (e) => /* @__PURE__ */ a(Cf, { ...e }),
|
|
11001
|
+
"Carrusel story": (e) => /* @__PURE__ */ a(kg, { ...e }),
|
|
11002
|
+
"Carrusel owl": (e) => /* @__PURE__ */ a(Ug, { ...e }),
|
|
11003
|
+
"Modulo fotogaleria": (e) => /* @__PURE__ */ a(Lg, { ...e }),
|
|
11004
|
+
"Carrusel opinion": (e) => /* @__PURE__ */ a(Uf, { ...e }),
|
|
11005
|
+
"Modulo 1x3 card": (e) => /* @__PURE__ */ a(bf, { ...e }),
|
|
11006
|
+
"Modulo iframe": (e) => /* @__PURE__ */ a(Qg, { ...e })
|
|
11007
11007
|
};
|
|
11008
11008
|
function En({
|
|
11009
11009
|
component: e,
|
|
@@ -11014,7 +11014,7 @@ function En({
|
|
|
11014
11014
|
if (s)
|
|
11015
11015
|
return ks[e] && /* @__PURE__ */ a("div", { className: "home-slot", style: Oa(n), children: ks[e]({ ...n, banners: s, slot_id: t }) });
|
|
11016
11016
|
}
|
|
11017
|
-
function
|
|
11017
|
+
function l5({
|
|
11018
11018
|
children: e,
|
|
11019
11019
|
stylesConfigEntry: t
|
|
11020
11020
|
}) {
|
|
@@ -11060,7 +11060,7 @@ const Us = {
|
|
|
11060
11060
|
},
|
|
11061
11061
|
Super: (e) => /* @__PURE__ */ a(Et, { ...e.data[0], paths: e.paths }),
|
|
11062
11062
|
"3 notas verticales": (e) => /* @__PURE__ */ a(
|
|
11063
|
-
|
|
11063
|
+
g2,
|
|
11064
11064
|
{
|
|
11065
11065
|
content: e.data,
|
|
11066
11066
|
customLargeSection: e.customLargeSection,
|
|
@@ -11069,7 +11069,7 @@ const Us = {
|
|
|
11069
11069
|
}
|
|
11070
11070
|
),
|
|
11071
11071
|
"3 notas horizontales": (e) => /* @__PURE__ */ a(
|
|
11072
|
-
|
|
11072
|
+
h2,
|
|
11073
11073
|
{
|
|
11074
11074
|
content: e.data,
|
|
11075
11075
|
customLargeSection: e.customLargeSection,
|
|
@@ -11086,7 +11086,7 @@ const Us = {
|
|
|
11086
11086
|
...t,
|
|
11087
11087
|
rightOnlyBanner: s,
|
|
11088
11088
|
banners: n
|
|
11089
|
-
}) }),
|
|
11089
|
+
}) }), d5 = ({
|
|
11090
11090
|
slots: e,
|
|
11091
11091
|
DYNAMIC_SLOT_SUBINDEXES: t,
|
|
11092
11092
|
stylesConfig: n,
|
|
@@ -11168,7 +11168,7 @@ const Us = {
|
|
|
11168
11168
|
));
|
|
11169
11169
|
}
|
|
11170
11170
|
return c;
|
|
11171
|
-
},
|
|
11171
|
+
}, u5 = ({
|
|
11172
11172
|
mainBlock: e,
|
|
11173
11173
|
StylesConfigMain: t,
|
|
11174
11174
|
config: n,
|
|
@@ -11211,14 +11211,14 @@ const Us = {
|
|
|
11211
11211
|
),
|
|
11212
11212
|
/* @__PURE__ */ a(it, { children: /* @__PURE__ */ a(Xe, { banners: s, index: 1 }) })
|
|
11213
11213
|
] });
|
|
11214
|
-
},
|
|
11214
|
+
}, Gg = (e) => {
|
|
11215
11215
|
const { config: t } = e, n = t.articlepreview;
|
|
11216
11216
|
return !![
|
|
11217
11217
|
pt.videoEmbedded,
|
|
11218
11218
|
pt.videoYouTube,
|
|
11219
11219
|
pt.iframe
|
|
11220
11220
|
].includes(n);
|
|
11221
|
-
},
|
|
11221
|
+
}, h5 = async (e) => {
|
|
11222
11222
|
const {
|
|
11223
11223
|
custom_complement: t,
|
|
11224
11224
|
ranking: n = [],
|
|
@@ -11232,9 +11232,9 @@ const Us = {
|
|
|
11232
11232
|
getVideos: d
|
|
11233
11233
|
} = e, h = e.slug === "liveblogs", { SHOW_NEWS_MORE_NEWS: m, SHOW_NEWS_RELATED_NEWS: p, MORE_NEWS_SSR: f } = Y();
|
|
11234
11234
|
if (!(!r || !r[0]))
|
|
11235
|
-
return /* @__PURE__ */ a(Z, { children: /* @__PURE__ */ g(
|
|
11235
|
+
return /* @__PURE__ */ a(Z, { children: /* @__PURE__ */ g(Ff, { className: Gt.contentLayout2, children: [
|
|
11236
11236
|
/* @__PURE__ */ a(
|
|
11237
|
-
|
|
11237
|
+
Zf,
|
|
11238
11238
|
{
|
|
11239
11239
|
option: e.slug,
|
|
11240
11240
|
news: r,
|
|
@@ -11244,14 +11244,14 @@ const Us = {
|
|
|
11244
11244
|
),
|
|
11245
11245
|
/* @__PURE__ */ a(Xe, { banners: s, index: 1 }),
|
|
11246
11246
|
!h && e.commonServices && /* @__PURE__ */ a(
|
|
11247
|
-
|
|
11247
|
+
H0,
|
|
11248
11248
|
{
|
|
11249
11249
|
news: r[0],
|
|
11250
11250
|
commonServices: e.commonServices
|
|
11251
11251
|
}
|
|
11252
11252
|
),
|
|
11253
11253
|
/* @__PURE__ */ a(
|
|
11254
|
-
|
|
11254
|
+
Jf,
|
|
11255
11255
|
{
|
|
11256
11256
|
texts: e.texts,
|
|
11257
11257
|
paths: e.paths,
|
|
@@ -11263,7 +11263,7 @@ const Us = {
|
|
|
11263
11263
|
banner: /* @__PURE__ */ a(ye, { banners: s ?? [], name: "right_2" }),
|
|
11264
11264
|
complement: /* @__PURE__ */ g("div", { id: "comentarios", className: Gt.complementContent, suppressHydrationWarning: !0, children: [
|
|
11265
11265
|
o.length > 0 && /* @__PURE__ */ a(
|
|
11266
|
-
|
|
11266
|
+
Um,
|
|
11267
11267
|
{
|
|
11268
11268
|
texts: e.texts,
|
|
11269
11269
|
autorIcon: e.autorIcon,
|
|
@@ -11272,7 +11272,7 @@ const Us = {
|
|
|
11272
11272
|
}
|
|
11273
11273
|
),
|
|
11274
11274
|
r[0].authors.length > 1 && /* @__PURE__ */ a(
|
|
11275
|
-
|
|
11275
|
+
Mm,
|
|
11276
11276
|
{
|
|
11277
11277
|
news: r[0],
|
|
11278
11278
|
autorIcon: e.autorIcon,
|
|
@@ -11281,7 +11281,7 @@ const Us = {
|
|
|
11281
11281
|
}
|
|
11282
11282
|
),
|
|
11283
11283
|
r[0]?.keywords?.tags && r[0]?.keywords?.tags?.length > 0 && /* @__PURE__ */ a("div", { className: `${Gt.tagContent} sass-note-tags-content`, children: /* @__PURE__ */ a(
|
|
11284
|
-
|
|
11284
|
+
bm,
|
|
11285
11285
|
{
|
|
11286
11286
|
tags: r[0]?.keywords?.tags,
|
|
11287
11287
|
paths: e.paths
|
|
@@ -11379,7 +11379,7 @@ const Us = {
|
|
|
11379
11379
|
},
|
|
11380
11380
|
children: [
|
|
11381
11381
|
/* @__PURE__ */ a(
|
|
11382
|
-
|
|
11382
|
+
xg,
|
|
11383
11383
|
{
|
|
11384
11384
|
texts: e.texts,
|
|
11385
11385
|
autorIcon: e.autorIcon,
|
|
@@ -11393,7 +11393,7 @@ const Us = {
|
|
|
11393
11393
|
getVideos: d,
|
|
11394
11394
|
noteShare: e.noteShare,
|
|
11395
11395
|
paths: e.paths,
|
|
11396
|
-
showHeaderImage: !
|
|
11396
|
+
showHeaderImage: !Gg(r[0]),
|
|
11397
11397
|
commonServices: e.commonServices
|
|
11398
11398
|
}
|
|
11399
11399
|
),
|
|
@@ -11404,13 +11404,13 @@ const Us = {
|
|
|
11404
11404
|
}
|
|
11405
11405
|
)
|
|
11406
11406
|
] }) });
|
|
11407
|
-
},
|
|
11408
|
-
content:
|
|
11409
|
-
buttonStyled:
|
|
11410
|
-
searchStyled:
|
|
11411
|
-
inputStyled:
|
|
11412
|
-
inputStyledTest:
|
|
11413
|
-
},
|
|
11407
|
+
}, Hg = "_content_lu444_1", zg = "_buttonStyled_lu444_17", Fg = "_searchStyled_lu444_39", $g = "_inputStyled_lu444_71", Vg = "_inputStyledTest_lu444_109", jt = {
|
|
11408
|
+
content: Hg,
|
|
11409
|
+
buttonStyled: zg,
|
|
11410
|
+
searchStyled: Fg,
|
|
11411
|
+
inputStyled: $g,
|
|
11412
|
+
inputStyledTest: Vg
|
|
11413
|
+
}, Wg = (e) => /* @__PURE__ */ a(
|
|
11414
11414
|
"svg",
|
|
11415
11415
|
{
|
|
11416
11416
|
width: "68",
|
|
@@ -11429,7 +11429,7 @@ const Us = {
|
|
|
11429
11429
|
}
|
|
11430
11430
|
) })
|
|
11431
11431
|
}
|
|
11432
|
-
),
|
|
11432
|
+
), m5 = (e) => /* @__PURE__ */ a(
|
|
11433
11433
|
"form",
|
|
11434
11434
|
{
|
|
11435
11435
|
className: jt.content,
|
|
@@ -11443,14 +11443,14 @@ const Us = {
|
|
|
11443
11443
|
placeholder: e.texts.searchKeyWord + "..."
|
|
11444
11444
|
}
|
|
11445
11445
|
),
|
|
11446
|
-
/* @__PURE__ */ a("button", { className: jt.buttonStyled, type: "submit", children: /* @__PURE__ */ a(
|
|
11446
|
+
/* @__PURE__ */ a("button", { className: jt.buttonStyled, type: "submit", children: /* @__PURE__ */ a(Wg, { className: jt.searchStyled }) })
|
|
11447
11447
|
] })
|
|
11448
11448
|
}
|
|
11449
|
-
),
|
|
11450
|
-
content:
|
|
11451
|
-
newsContentSection:
|
|
11452
|
-
itemContent:
|
|
11453
|
-
},
|
|
11449
|
+
), Yg = "_content_27x8l_1", Kg = "_newsContentSection_27x8l_9", Jg = "_itemContent_27x8l_19", ta = {
|
|
11450
|
+
content: Yg,
|
|
11451
|
+
newsContentSection: Kg,
|
|
11452
|
+
itemContent: Jg
|
|
11453
|
+
}, f5 = (e) => {
|
|
11454
11454
|
const {
|
|
11455
11455
|
data: t,
|
|
11456
11456
|
option: n,
|
|
@@ -11470,7 +11470,7 @@ const Us = {
|
|
|
11470
11470
|
switch (n) {
|
|
11471
11471
|
case "op1":
|
|
11472
11472
|
return /* @__PURE__ */ a(Z, { children: /* @__PURE__ */ g(_s, { children: [
|
|
11473
|
-
/* @__PURE__ */ a(
|
|
11473
|
+
/* @__PURE__ */ a(mu, { autor: s[0], autorIcon: e.autorIcon }),
|
|
11474
11474
|
/* @__PURE__ */ a(
|
|
11475
11475
|
Ro,
|
|
11476
11476
|
{
|
|
@@ -11553,7 +11553,7 @@ const Us = {
|
|
|
11553
11553
|
] }) });
|
|
11554
11554
|
case "op2":
|
|
11555
11555
|
return /* @__PURE__ */ a(Z, { children: /* @__PURE__ */ g(_s, { children: [
|
|
11556
|
-
/* @__PURE__ */ a(
|
|
11556
|
+
/* @__PURE__ */ a(Nu, { autor: s[0], autorIcon: e.autorIcon }),
|
|
11557
11557
|
Array.isArray(t) ? /* @__PURE__ */ g(Z, { children: [
|
|
11558
11558
|
/* @__PURE__ */ a(
|
|
11559
11559
|
Do,
|
|
@@ -11608,22 +11608,22 @@ const Us = {
|
|
|
11608
11608
|
default:
|
|
11609
11609
|
return /* @__PURE__ */ a(Z, {});
|
|
11610
11610
|
}
|
|
11611
|
-
},
|
|
11612
|
-
content:
|
|
11613
|
-
videoContent:
|
|
11614
|
-
},
|
|
11615
|
-
container:
|
|
11616
|
-
playStyled:
|
|
11617
|
-
imageStyled:
|
|
11618
|
-
longer:
|
|
11619
|
-
contentNews:
|
|
11620
|
-
tagContent:
|
|
11621
|
-
tag:
|
|
11622
|
-
titular:
|
|
11623
|
-
small:
|
|
11624
|
-
figure:
|
|
11625
|
-
backDrop:
|
|
11626
|
-
backDropAux:
|
|
11611
|
+
}, Zg = "_content_ghncj_1", Xg = "_videoContent_ghncj_17", Ls = {
|
|
11612
|
+
content: Zg,
|
|
11613
|
+
videoContent: Xg
|
|
11614
|
+
}, ep = "_container_1wcps_1", tp = "_playStyled_1wcps_11", np = "_imageStyled_1wcps_25", ap = "_longer_1wcps_51", sp = "_contentNews_1wcps_61", op = "_tagContent_1wcps_101", rp = "_tag_1wcps_101", ip = "_titular_1wcps_135", cp = "_small_1wcps_161", lp = "_figure_1wcps_173", dp = "_backDrop_1wcps_183", up = "_backDropAux_1wcps_199", Qt = {
|
|
11615
|
+
container: ep,
|
|
11616
|
+
playStyled: tp,
|
|
11617
|
+
imageStyled: np,
|
|
11618
|
+
longer: ap,
|
|
11619
|
+
contentNews: sp,
|
|
11620
|
+
tagContent: op,
|
|
11621
|
+
tag: rp,
|
|
11622
|
+
titular: ip,
|
|
11623
|
+
small: cp,
|
|
11624
|
+
figure: lp,
|
|
11625
|
+
backDrop: dp,
|
|
11626
|
+
backDropAux: up
|
|
11627
11627
|
}, Rs = async (e) => {
|
|
11628
11628
|
const { size: t = "longer", video: n } = e, s = n.main.image.sizes[0]?.url ?? "";
|
|
11629
11629
|
return /* @__PURE__ */ a("figure", { className: Qt.figure, children: /* @__PURE__ */ g("span", { className: Qt.backdrop, children: [
|
|
@@ -11656,7 +11656,7 @@ const Us = {
|
|
|
11656
11656
|
)
|
|
11657
11657
|
] }) })
|
|
11658
11658
|
] }) });
|
|
11659
|
-
},
|
|
11659
|
+
}, hp = (e) => {
|
|
11660
11660
|
const { videos: t } = e;
|
|
11661
11661
|
return /* @__PURE__ */ a("div", { className: Ls.content, children: /* @__PURE__ */ a(Yt, { children: /* @__PURE__ */ a(Ae, { title: "Videos", isTitle: !0, children: /* @__PURE__ */ g("div", { className: Ls.videoContent, children: [
|
|
11662
11662
|
/* @__PURE__ */ a(Rs, { video: t[0] }),
|
|
@@ -11669,18 +11669,18 @@ const Us = {
|
|
|
11669
11669
|
`video-small-${s}`
|
|
11670
11670
|
)) })
|
|
11671
11671
|
] }) }) }) });
|
|
11672
|
-
},
|
|
11673
|
-
content:
|
|
11674
|
-
videoContent:
|
|
11675
|
-
articleSection:
|
|
11676
|
-
contentLatout:
|
|
11677
|
-
title:
|
|
11678
|
-
article:
|
|
11679
|
-
correspondent:
|
|
11680
|
-
},
|
|
11681
|
-
container:
|
|
11682
|
-
playStyled:
|
|
11683
|
-
},
|
|
11672
|
+
}, mp = "_content_quk50_1", fp = "_videoContent_quk50_17", gp = "_articleSection_quk50_41", pp = "_contentLatout_quk50_61", Ap = "_title_quk50_71", wp = "_article_quk50_41", yp = "_correspondent_quk50_127", ht = {
|
|
11673
|
+
content: mp,
|
|
11674
|
+
videoContent: fp,
|
|
11675
|
+
articleSection: gp,
|
|
11676
|
+
contentLatout: pp,
|
|
11677
|
+
title: Ap,
|
|
11678
|
+
article: wp,
|
|
11679
|
+
correspondent: yp
|
|
11680
|
+
}, _p = "_container_17w1m_1", bp = "_playStyled_17w1m_17", qs = {
|
|
11681
|
+
container: _p,
|
|
11682
|
+
playStyled: bp
|
|
11683
|
+
}, Cp = (e) => {
|
|
11684
11684
|
const { video: t } = e, n = La();
|
|
11685
11685
|
return /* @__PURE__ */ a(
|
|
11686
11686
|
q,
|
|
@@ -11702,12 +11702,12 @@ const Us = {
|
|
|
11702
11702
|
] })
|
|
11703
11703
|
}
|
|
11704
11704
|
);
|
|
11705
|
-
},
|
|
11705
|
+
}, vp = (e) => {
|
|
11706
11706
|
const t = () => e?.video.main.author ? `${e?.video.main.author} - ${Ge(
|
|
11707
11707
|
e.video.info.date.created
|
|
11708
11708
|
)}` : e?.video.main.author;
|
|
11709
11709
|
return /* @__PURE__ */ a("div", { className: ht.content, children: /* @__PURE__ */ a(Yt, { className: ht.contentLatout, children: /* @__PURE__ */ a(Ae, { title: "Videos", isTitle: !0, children: /* @__PURE__ */ g("div", { className: ht.videoContent, children: [
|
|
11710
|
-
/* @__PURE__ */ a(
|
|
11710
|
+
/* @__PURE__ */ a(Cp, { video: e.video }),
|
|
11711
11711
|
/* @__PURE__ */ g("div", { className: ht.articleSection, children: [
|
|
11712
11712
|
/* @__PURE__ */ a(
|
|
11713
11713
|
q,
|
|
@@ -11722,17 +11722,17 @@ const Us = {
|
|
|
11722
11722
|
/* @__PURE__ */ a("p", { className: ht.correspondent, children: t() })
|
|
11723
11723
|
] })
|
|
11724
11724
|
] }) }) }) });
|
|
11725
|
-
},
|
|
11725
|
+
}, g5 = (e) => {
|
|
11726
11726
|
switch (e.option) {
|
|
11727
11727
|
case "op1":
|
|
11728
|
-
return /* @__PURE__ */ a(
|
|
11728
|
+
return /* @__PURE__ */ a(hp, { videos: e.data });
|
|
11729
11729
|
case "op2":
|
|
11730
|
-
return /* @__PURE__ */ a(
|
|
11730
|
+
return /* @__PURE__ */ a(vp, { video: e.data[0] });
|
|
11731
11731
|
default:
|
|
11732
11732
|
return /* @__PURE__ */ a(Z, {});
|
|
11733
11733
|
}
|
|
11734
11734
|
};
|
|
11735
|
-
function
|
|
11735
|
+
function p5({ containerId: e, containerId2: t }) {
|
|
11736
11736
|
return Qe(() => {
|
|
11737
11737
|
try {
|
|
11738
11738
|
let n = function() {
|
|
@@ -11768,7 +11768,7 @@ function g5({ containerId: e, containerId2: t }) {
|
|
|
11768
11768
|
}
|
|
11769
11769
|
}, [e]), null;
|
|
11770
11770
|
}
|
|
11771
|
-
const
|
|
11771
|
+
const Np = (e) => {
|
|
11772
11772
|
const {
|
|
11773
11773
|
//rounded = false,
|
|
11774
11774
|
isVideo: t = !1,
|
|
@@ -11830,7 +11830,7 @@ const vp = (e) => {
|
|
|
11830
11830
|
] })
|
|
11831
11831
|
] })
|
|
11832
11832
|
] }) });
|
|
11833
|
-
},
|
|
11833
|
+
}, Sp = (e) => /* @__PURE__ */ a(
|
|
11834
11834
|
"svg",
|
|
11835
11835
|
{
|
|
11836
11836
|
width: "41",
|
|
@@ -11847,7 +11847,7 @@ const vp = (e) => {
|
|
|
11847
11847
|
}
|
|
11848
11848
|
)
|
|
11849
11849
|
}
|
|
11850
|
-
),
|
|
11850
|
+
), Ip = {
|
|
11851
11851
|
info: {
|
|
11852
11852
|
section: {
|
|
11853
11853
|
name: "",
|
|
@@ -11904,7 +11904,7 @@ const vp = (e) => {
|
|
|
11904
11904
|
}
|
|
11905
11905
|
],
|
|
11906
11906
|
preview: void 0
|
|
11907
|
-
},
|
|
11907
|
+
}, Ep = ({
|
|
11908
11908
|
section: e,
|
|
11909
11909
|
internalPath: t,
|
|
11910
11910
|
banner: n,
|
|
@@ -11914,7 +11914,7 @@ const vp = (e) => {
|
|
|
11914
11914
|
fetchConfig: i,
|
|
11915
11915
|
paths: c
|
|
11916
11916
|
}) => {
|
|
11917
|
-
const u = r.FETCH_SIZE_MORE_NEWS ?? 6, [l, d] = J({ data: Array.from({ length: u }, () =>
|
|
11917
|
+
const u = r.FETCH_SIZE_MORE_NEWS ?? 6, [l, d] = J({ data: Array.from({ length: u }, () => Ip) }), [h, m] = J(!1), p = ue(async () => {
|
|
11918
11918
|
if (!t) return;
|
|
11919
11919
|
const w = new URLSearchParams({
|
|
11920
11920
|
section: e,
|
|
@@ -11977,7 +11977,7 @@ const vp = (e) => {
|
|
|
11977
11977
|
return Qe(() => {
|
|
11978
11978
|
s && A();
|
|
11979
11979
|
}, [s, A]), !l?.data || l.data.length === 0 ? null : /* @__PURE__ */ a(
|
|
11980
|
-
|
|
11980
|
+
Tp,
|
|
11981
11981
|
{
|
|
11982
11982
|
news: l.data,
|
|
11983
11983
|
title: "Más Noticias",
|
|
@@ -11991,7 +11991,7 @@ const vp = (e) => {
|
|
|
11991
11991
|
isVisible: s
|
|
11992
11992
|
}
|
|
11993
11993
|
);
|
|
11994
|
-
},
|
|
11994
|
+
}, Tp = (e) => {
|
|
11995
11995
|
const { news: t, hasLines: n = !1, API_ENV: s } = e, o = (r) => n && (r + 1) % 3 !== 0 ? ga.contentSeparator : "";
|
|
11996
11996
|
return /* @__PURE__ */ a(
|
|
11997
11997
|
"div",
|
|
@@ -12028,7 +12028,7 @@ const vp = (e) => {
|
|
|
12028
12028
|
"aria-label": c?.title?.section ?? "nota",
|
|
12029
12029
|
target: l?.link?.target,
|
|
12030
12030
|
children: /* @__PURE__ */ a(
|
|
12031
|
-
|
|
12031
|
+
Np,
|
|
12032
12032
|
{
|
|
12033
12033
|
isVisible: e.isVisible,
|
|
12034
12034
|
preview: d,
|
|
@@ -12042,7 +12042,7 @@ const vp = (e) => {
|
|
|
12042
12042
|
}
|
|
12043
12043
|
),
|
|
12044
12044
|
/* @__PURE__ */ a("div", { className: Ht.newsDescription, children: /* @__PURE__ */ a(
|
|
12045
|
-
|
|
12045
|
+
xp,
|
|
12046
12046
|
{
|
|
12047
12047
|
main: c,
|
|
12048
12048
|
SHOW_TAG_BY_SECTION: s.SHOW_TAG_BY_SECTION,
|
|
@@ -12066,7 +12066,7 @@ const vp = (e) => {
|
|
|
12066
12066
|
})
|
|
12067
12067
|
}
|
|
12068
12068
|
);
|
|
12069
|
-
},
|
|
12069
|
+
}, xp = (e) => {
|
|
12070
12070
|
const { share: t = !1, cutSubtitle: n = !0, SHOW_TAG_BY_SECTION: s, keywords: o, info: r } = e, c = (() => {
|
|
12071
12071
|
if (!e?.authors || e.authors.length === 0) return "";
|
|
12072
12072
|
const d = e.authors[0], h = Ge(e.info?.date?.modified, e.DATE_CONFIG);
|
|
@@ -12105,7 +12105,7 @@ const vp = (e) => {
|
|
|
12105
12105
|
return null;
|
|
12106
12106
|
};
|
|
12107
12107
|
return /* @__PURE__ */ g("div", { className: ne.boxInformation, children: [
|
|
12108
|
-
t && /* @__PURE__ */ a(
|
|
12108
|
+
t && /* @__PURE__ */ a(Sp, { className: ne.dotStyles }),
|
|
12109
12109
|
/* @__PURE__ */ a(l, {}),
|
|
12110
12110
|
/* @__PURE__ */ a("h2", { className: ne.articule, children: /* @__PURE__ */ a(
|
|
12111
12111
|
q,
|
|
@@ -12142,7 +12142,7 @@ const vp = (e) => {
|
|
|
12142
12142
|
}
|
|
12143
12143
|
) : /* @__PURE__ */ a("div", { className: ne.correspondent, children: c }) })
|
|
12144
12144
|
] });
|
|
12145
|
-
},
|
|
12145
|
+
}, kp = ({
|
|
12146
12146
|
user: e,
|
|
12147
12147
|
handleLogout: t,
|
|
12148
12148
|
message: n
|
|
@@ -12181,25 +12181,25 @@ const vp = (e) => {
|
|
|
12181
12181
|
/* @__PURE__ */ a("p", { className: "comment-text", children: n })
|
|
12182
12182
|
] })
|
|
12183
12183
|
] }) });
|
|
12184
|
-
},
|
|
12185
|
-
overlay:
|
|
12186
|
-
popup:
|
|
12187
|
-
title:
|
|
12188
|
-
optionsContainer:
|
|
12189
|
-
option:
|
|
12190
|
-
radioInput:
|
|
12191
|
-
radioCustom:
|
|
12192
|
-
optionLabel:
|
|
12193
|
-
buttons:
|
|
12194
|
-
cancelButton:
|
|
12195
|
-
closeButton:
|
|
12196
|
-
buttonAlone:
|
|
12197
|
-
reportButton:
|
|
12198
|
-
successContainer:
|
|
12199
|
-
thumbsUp:
|
|
12200
|
-
successMessage:
|
|
12201
|
-
errorMessage:
|
|
12202
|
-
loadingContainer:
|
|
12184
|
+
}, Up = "_overlay_1ng7z_5", Lp = "_popup_1ng7z_33", Rp = "_title_1ng7z_79", qp = "_optionsContainer_1ng7z_103", Bp = "_option_1ng7z_103", Pp = "_radioInput_1ng7z_131", Op = "_radioCustom_1ng7z_139", Dp = "_optionLabel_1ng7z_193", Mp = "_buttons_1ng7z_219", jp = "_cancelButton_1ng7z_233", Qp = "_closeButton_1ng7z_235", Gp = "_buttonAlone_1ng7z_273", Hp = "_reportButton_1ng7z_285", zp = "_successContainer_1ng7z_325", Fp = "_thumbsUp_1ng7z_341", $p = "_successMessage_1ng7z_353", Vp = "_errorMessage_1ng7z_435", Wp = "_loadingContainer_1ng7z_461", ge = {
|
|
12185
|
+
overlay: Up,
|
|
12186
|
+
popup: Lp,
|
|
12187
|
+
title: Rp,
|
|
12188
|
+
optionsContainer: qp,
|
|
12189
|
+
option: Bp,
|
|
12190
|
+
radioInput: Pp,
|
|
12191
|
+
radioCustom: Op,
|
|
12192
|
+
optionLabel: Dp,
|
|
12193
|
+
buttons: Mp,
|
|
12194
|
+
cancelButton: jp,
|
|
12195
|
+
closeButton: Qp,
|
|
12196
|
+
buttonAlone: Gp,
|
|
12197
|
+
reportButton: Hp,
|
|
12198
|
+
successContainer: zp,
|
|
12199
|
+
thumbsUp: Fp,
|
|
12200
|
+
successMessage: $p,
|
|
12201
|
+
errorMessage: Vp,
|
|
12202
|
+
loadingContainer: Wp
|
|
12203
12203
|
}, jo = async (e, t) => {
|
|
12204
12204
|
if (!e) return !1;
|
|
12205
12205
|
const { CAPTCHA_PROJECT: n, CAPTCHA_KEY_V2: s, COMMENTS_CAPTCHA_API_KEY: o } = t;
|
|
@@ -12222,7 +12222,7 @@ const vp = (e) => {
|
|
|
12222
12222
|
return console.error("Error verificando reCAPTCHA Enterprise:", r), !1;
|
|
12223
12223
|
}
|
|
12224
12224
|
};
|
|
12225
|
-
async function
|
|
12225
|
+
async function A5({
|
|
12226
12226
|
publication: e,
|
|
12227
12227
|
username: t,
|
|
12228
12228
|
id: n,
|
|
@@ -12293,7 +12293,7 @@ const Je = {
|
|
|
12293
12293
|
intellectual: "Violación de propiedad intelectual",
|
|
12294
12294
|
bullying: "Bullying o acoso"
|
|
12295
12295
|
};
|
|
12296
|
-
function
|
|
12296
|
+
function w5(e) {
|
|
12297
12297
|
return Je[e];
|
|
12298
12298
|
}
|
|
12299
12299
|
const _t = 300, et = {
|
|
@@ -12301,7 +12301,7 @@ const _t = 300, et = {
|
|
|
12301
12301
|
firstname: "Usuario",
|
|
12302
12302
|
lastname: "Anonimo"
|
|
12303
12303
|
};
|
|
12304
|
-
function
|
|
12304
|
+
function Yp(e) {
|
|
12305
12305
|
const t = e.split(" ");
|
|
12306
12306
|
if (t.length !== 3) return e;
|
|
12307
12307
|
const [n, s, o] = t, r = s.charAt(0).toUpperCase() + s.slice(1).toLowerCase();
|
|
@@ -12319,13 +12319,13 @@ const Da = (e, t, n) => {
|
|
|
12319
12319
|
} catch {
|
|
12320
12320
|
return [];
|
|
12321
12321
|
}
|
|
12322
|
-
},
|
|
12322
|
+
}, Kp = (e, t) => {
|
|
12323
12323
|
const n = Qo(e);
|
|
12324
12324
|
n.includes(t) || (n.push(t), e.cookie = `reported=${encodeURIComponent(
|
|
12325
12325
|
JSON.stringify(n)
|
|
12326
12326
|
)}; path=/; max-age=${3600 * 24 * 1}`);
|
|
12327
12327
|
};
|
|
12328
|
-
function
|
|
12328
|
+
function Jp(e) {
|
|
12329
12329
|
const [t, n] = e.split("@");
|
|
12330
12330
|
if (!t || !n) return e;
|
|
12331
12331
|
let s = "";
|
|
@@ -12338,7 +12338,7 @@ function Kp(e) {
|
|
|
12338
12338
|
}
|
|
12339
12339
|
var ln = { exports: {} }, dn = { exports: {} }, ae = {};
|
|
12340
12340
|
var Bs;
|
|
12341
|
-
function
|
|
12341
|
+
function Zp() {
|
|
12342
12342
|
if (Bs) return ae;
|
|
12343
12343
|
Bs = 1;
|
|
12344
12344
|
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, s = e ? Symbol.for("react.fragment") : 60107, o = e ? Symbol.for("react.strict_mode") : 60108, r = e ? Symbol.for("react.profiler") : 60114, i = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, u = e ? Symbol.for("react.async_mode") : 60111, l = e ? Symbol.for("react.concurrent_mode") : 60111, d = e ? Symbol.for("react.forward_ref") : 60112, h = e ? Symbol.for("react.suspense") : 60113, m = e ? Symbol.for("react.suspense_list") : 60120, p = e ? Symbol.for("react.memo") : 60115, f = e ? Symbol.for("react.lazy") : 60116, A = e ? Symbol.for("react.block") : 60121, w = e ? Symbol.for("react.fundamental") : 60117, _ = e ? Symbol.for("react.responder") : 60118, N = e ? Symbol.for("react.scope") : 60119;
|
|
@@ -12405,7 +12405,7 @@ function Jp() {
|
|
|
12405
12405
|
}
|
|
12406
12406
|
var se = {};
|
|
12407
12407
|
var Ps;
|
|
12408
|
-
function
|
|
12408
|
+
function Xp() {
|
|
12409
12409
|
return Ps || (Ps = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
12410
12410
|
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, s = e ? Symbol.for("react.fragment") : 60107, o = e ? Symbol.for("react.strict_mode") : 60108, r = e ? Symbol.for("react.profiler") : 60114, i = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, u = e ? Symbol.for("react.async_mode") : 60111, l = e ? Symbol.for("react.concurrent_mode") : 60111, d = e ? Symbol.for("react.forward_ref") : 60112, h = e ? Symbol.for("react.suspense") : 60113, m = e ? Symbol.for("react.suspense_list") : 60120, p = e ? Symbol.for("react.memo") : 60115, f = e ? Symbol.for("react.lazy") : 60116, A = e ? Symbol.for("react.block") : 60121, w = e ? Symbol.for("react.fundamental") : 60117, _ = e ? Symbol.for("react.responder") : 60118, N = e ? Symbol.for("react.scope") : 60119;
|
|
12411
12411
|
function C(R) {
|
|
@@ -12489,10 +12489,10 @@ function Zp() {
|
|
|
12489
12489
|
}
|
|
12490
12490
|
var Os;
|
|
12491
12491
|
function Ma() {
|
|
12492
|
-
return Os || (Os = 1, process.env.NODE_ENV === "production" ? dn.exports =
|
|
12492
|
+
return Os || (Os = 1, process.env.NODE_ENV === "production" ? dn.exports = Zp() : dn.exports = Xp()), dn.exports;
|
|
12493
12493
|
}
|
|
12494
12494
|
var na, Ds;
|
|
12495
|
-
function
|
|
12495
|
+
function e3() {
|
|
12496
12496
|
if (Ds) return na;
|
|
12497
12497
|
Ds = 1;
|
|
12498
12498
|
var e = Object.getOwnPropertySymbols, t = Object.prototype.hasOwnProperty, n = Object.prototype.propertyIsEnumerable;
|
|
@@ -12549,7 +12549,7 @@ function Go() {
|
|
|
12549
12549
|
return js || (js = 1, sa = Function.call.bind(Object.prototype.hasOwnProperty)), sa;
|
|
12550
12550
|
}
|
|
12551
12551
|
var oa, Qs;
|
|
12552
|
-
function
|
|
12552
|
+
function t3() {
|
|
12553
12553
|
if (Qs) return oa;
|
|
12554
12554
|
Qs = 1;
|
|
12555
12555
|
var e = function() {
|
|
@@ -12598,10 +12598,10 @@ function e3() {
|
|
|
12598
12598
|
}, oa = o, oa;
|
|
12599
12599
|
}
|
|
12600
12600
|
var ra, Gs;
|
|
12601
|
-
function
|
|
12601
|
+
function n3() {
|
|
12602
12602
|
if (Gs) return ra;
|
|
12603
12603
|
Gs = 1;
|
|
12604
|
-
var e = Ma(), t =
|
|
12604
|
+
var e = Ma(), t = e3(), n = /* @__PURE__ */ ja(), s = /* @__PURE__ */ Go(), o = /* @__PURE__ */ t3(), r = function() {
|
|
12605
12605
|
};
|
|
12606
12606
|
process.env.NODE_ENV !== "production" && (r = function(c) {
|
|
12607
12607
|
var u = "Warning: " + c;
|
|
@@ -12919,7 +12919,7 @@ Valid keys: ` + JSON.stringify(Object.keys(y), null, " ")
|
|
|
12919
12919
|
}, ra;
|
|
12920
12920
|
}
|
|
12921
12921
|
var ia, Hs;
|
|
12922
|
-
function
|
|
12922
|
+
function a3() {
|
|
12923
12923
|
if (Hs) return ia;
|
|
12924
12924
|
Hs = 1;
|
|
12925
12925
|
var e = /* @__PURE__ */ ja();
|
|
@@ -12967,18 +12967,18 @@ function n3() {
|
|
|
12967
12967
|
}, ia;
|
|
12968
12968
|
}
|
|
12969
12969
|
var zs;
|
|
12970
|
-
function
|
|
12970
|
+
function s3() {
|
|
12971
12971
|
if (zs) return ln.exports;
|
|
12972
12972
|
if (zs = 1, process.env.NODE_ENV !== "production") {
|
|
12973
12973
|
var e = Ma(), t = !0;
|
|
12974
|
-
ln.exports = /* @__PURE__ */
|
|
12974
|
+
ln.exports = /* @__PURE__ */ n3()(e.isElement, t);
|
|
12975
12975
|
} else
|
|
12976
|
-
ln.exports = /* @__PURE__ */
|
|
12976
|
+
ln.exports = /* @__PURE__ */ a3()();
|
|
12977
12977
|
return ln.exports;
|
|
12978
12978
|
}
|
|
12979
|
-
var
|
|
12980
|
-
const ve = /* @__PURE__ */ Tt(
|
|
12981
|
-
var
|
|
12979
|
+
var o3 = /* @__PURE__ */ s3();
|
|
12980
|
+
const ve = /* @__PURE__ */ Tt(o3);
|
|
12981
|
+
var r3 = ["sitekey", "onChange", "theme", "type", "tabindex", "onExpired", "onErrored", "size", "stoken", "grecaptcha", "badge", "hl", "isolated"];
|
|
12982
12982
|
function Aa() {
|
|
12983
12983
|
return Aa = Object.assign ? Object.assign.bind() : function(e) {
|
|
12984
12984
|
for (var t = 1; t < arguments.length; t++) {
|
|
@@ -12989,7 +12989,7 @@ function Aa() {
|
|
|
12989
12989
|
return e;
|
|
12990
12990
|
}, Aa.apply(this, arguments);
|
|
12991
12991
|
}
|
|
12992
|
-
function
|
|
12992
|
+
function i3(e, t) {
|
|
12993
12993
|
if (e == null) return {};
|
|
12994
12994
|
var n = {}, s = Object.keys(e), o, r;
|
|
12995
12995
|
for (r = 0; r < s.length; r++)
|
|
@@ -13001,7 +13001,7 @@ function un(e) {
|
|
|
13001
13001
|
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
13002
13002
|
return e;
|
|
13003
13003
|
}
|
|
13004
|
-
function
|
|
13004
|
+
function c3(e, t) {
|
|
13005
13005
|
e.prototype = Object.create(t.prototype), e.prototype.constructor = e, wa(e, t);
|
|
13006
13006
|
}
|
|
13007
13007
|
function wa(e, t) {
|
|
@@ -13010,7 +13010,7 @@ function wa(e, t) {
|
|
|
13010
13010
|
}, wa(e, t);
|
|
13011
13011
|
}
|
|
13012
13012
|
var jn = /* @__PURE__ */ (function(e) {
|
|
13013
|
-
|
|
13013
|
+
c3(t, e);
|
|
13014
13014
|
function t() {
|
|
13015
13015
|
var s;
|
|
13016
13016
|
return s = e.call(this) || this, s.handleExpired = s.handleExpired.bind(un(s)), s.handleErrored = s.handleErrored.bind(un(s)), s.handleChange = s.handleChange.bind(un(s)), s.handleRecaptchaRef = s.handleRecaptchaRef.bind(un(s)), s;
|
|
@@ -13074,7 +13074,7 @@ var jn = /* @__PURE__ */ (function(e) {
|
|
|
13074
13074
|
}, n.render = function() {
|
|
13075
13075
|
var o = this.props;
|
|
13076
13076
|
o.sitekey, o.onChange, o.theme, o.type, o.tabindex, o.onExpired, o.onErrored, o.size, o.stoken, o.grecaptcha, o.badge, o.hl, o.isolated;
|
|
13077
|
-
var r =
|
|
13077
|
+
var r = i3(o, r3);
|
|
13078
13078
|
return /* @__PURE__ */ Ha.createElement("div", Aa({}, r, {
|
|
13079
13079
|
ref: this.handleRecaptchaRef
|
|
13080
13080
|
}));
|
|
@@ -13106,7 +13106,7 @@ jn.defaultProps = {
|
|
|
13106
13106
|
badge: "bottomright"
|
|
13107
13107
|
};
|
|
13108
13108
|
var ca, Fs;
|
|
13109
|
-
function
|
|
13109
|
+
function l3() {
|
|
13110
13110
|
if (Fs) return ca;
|
|
13111
13111
|
Fs = 1;
|
|
13112
13112
|
var e = Ma(), t = {
|
|
@@ -13171,8 +13171,8 @@ function c3() {
|
|
|
13171
13171
|
}
|
|
13172
13172
|
return ca = p, ca;
|
|
13173
13173
|
}
|
|
13174
|
-
var
|
|
13175
|
-
const
|
|
13174
|
+
var d3 = l3();
|
|
13175
|
+
const u3 = /* @__PURE__ */ Tt(d3);
|
|
13176
13176
|
function ya() {
|
|
13177
13177
|
return ya = Object.assign || function(e) {
|
|
13178
13178
|
for (var t = 1; t < arguments.length; t++) {
|
|
@@ -13183,28 +13183,28 @@ function ya() {
|
|
|
13183
13183
|
return e;
|
|
13184
13184
|
}, ya.apply(this, arguments);
|
|
13185
13185
|
}
|
|
13186
|
-
function
|
|
13186
|
+
function h3(e, t) {
|
|
13187
13187
|
if (e == null) return {};
|
|
13188
13188
|
var n = {}, s = Object.keys(e), o, r;
|
|
13189
13189
|
for (r = 0; r < s.length; r++)
|
|
13190
13190
|
o = s[r], !(t.indexOf(o) >= 0) && (n[o] = e[o]);
|
|
13191
13191
|
return n;
|
|
13192
13192
|
}
|
|
13193
|
-
function
|
|
13193
|
+
function m3(e, t) {
|
|
13194
13194
|
e.prototype = Object.create(t.prototype), e.prototype.constructor = e, e.__proto__ = t;
|
|
13195
13195
|
}
|
|
13196
|
-
var Oe = {},
|
|
13197
|
-
function
|
|
13196
|
+
var Oe = {}, f3 = 0;
|
|
13197
|
+
function g3(e, t) {
|
|
13198
13198
|
return t = t || {}, function(s) {
|
|
13199
13199
|
var o = s.displayName || s.name || "Component", r = /* @__PURE__ */ (function(c) {
|
|
13200
|
-
|
|
13200
|
+
m3(u, c);
|
|
13201
13201
|
function u(d, h) {
|
|
13202
13202
|
var m;
|
|
13203
13203
|
return m = c.call(this, d, h) || this, m.state = {}, m.__scriptURL = "", m;
|
|
13204
13204
|
}
|
|
13205
13205
|
var l = u.prototype;
|
|
13206
13206
|
return l.asyncScriptLoaderGetScriptLoaderID = function() {
|
|
13207
|
-
return this.__scriptLoaderID || (this.__scriptLoaderID = "async-script-loader-" +
|
|
13207
|
+
return this.__scriptLoaderID || (this.__scriptLoaderID = "async-script-loader-" + f3++), this.__scriptLoaderID;
|
|
13208
13208
|
}, l.setupScriptURL = function() {
|
|
13209
13209
|
return this.__scriptURL = typeof e == "function" ? e() : e, this.__scriptURL;
|
|
13210
13210
|
}, l.asyncScriptLoaderHandleLoad = function(h) {
|
|
@@ -13277,7 +13277,7 @@ function f3(e, t) {
|
|
|
13277
13277
|
}, l.render = function() {
|
|
13278
13278
|
var h = t.globalName, m = this.props;
|
|
13279
13279
|
m.asyncScriptOnLoad;
|
|
13280
|
-
var p = m.forwardedRef, f =
|
|
13280
|
+
var p = m.forwardedRef, f = h3(m, ["asyncScriptOnLoad", "forwardedRef"]);
|
|
13281
13281
|
return h && typeof window < "u" && (f[h] = typeof window[h] < "u" ? window[h] : void 0), f.ref = p, ct(s, f);
|
|
13282
13282
|
}, u;
|
|
13283
13283
|
})(Xo), i = Ws(function(c, u) {
|
|
@@ -13287,51 +13287,51 @@ function f3(e, t) {
|
|
|
13287
13287
|
});
|
|
13288
13288
|
return i.displayName = "AsyncScriptLoader(" + o + ")", i.propTypes = {
|
|
13289
13289
|
asyncScriptOnLoad: ve.func
|
|
13290
|
-
},
|
|
13290
|
+
}, u3(i, s);
|
|
13291
13291
|
};
|
|
13292
13292
|
}
|
|
13293
|
-
var _a = "onloadcallback",
|
|
13293
|
+
var _a = "onloadcallback", p3 = "grecaptcha";
|
|
13294
13294
|
function ba() {
|
|
13295
13295
|
return typeof window < "u" && window.recaptchaOptions || {};
|
|
13296
13296
|
}
|
|
13297
|
-
function
|
|
13297
|
+
function A3() {
|
|
13298
13298
|
var e = ba(), t = e.useRecaptchaNet ? "recaptcha.net" : "www.google.com";
|
|
13299
13299
|
return e.enterprise ? "https://" + t + "/recaptcha/enterprise.js?onload=" + _a + "&render=explicit" : "https://" + t + "/recaptcha/api.js?onload=" + _a + "&render=explicit";
|
|
13300
13300
|
}
|
|
13301
|
-
const Ho =
|
|
13301
|
+
const Ho = g3(A3, {
|
|
13302
13302
|
callbackName: _a,
|
|
13303
|
-
globalName:
|
|
13303
|
+
globalName: p3,
|
|
13304
13304
|
attributes: ba().nonce ? {
|
|
13305
13305
|
nonce: ba().nonce
|
|
13306
13306
|
} : {}
|
|
13307
|
-
})(jn),
|
|
13308
|
-
overlay:
|
|
13309
|
-
header:
|
|
13310
|
-
logo:
|
|
13311
|
-
card:
|
|
13312
|
-
close:
|
|
13313
|
-
form:
|
|
13314
|
-
formUl:
|
|
13315
|
-
field:
|
|
13316
|
-
label:
|
|
13317
|
-
input:
|
|
13318
|
-
error:
|
|
13319
|
-
primary:
|
|
13320
|
-
divider:
|
|
13321
|
-
google:
|
|
13322
|
-
googleIcon:
|
|
13323
|
-
spin:
|
|
13324
|
-
checkboxRow:
|
|
13307
|
+
})(jn), w3 = "_overlay_1lkqq_1", y3 = "_header_1lkqq_35", _3 = "_logo_1lkqq_49", b3 = "_card_1lkqq_63", C3 = "_close_1lkqq_93", v3 = "_form_1lkqq_141", N3 = "_formUl_1lkqq_159", S3 = "_field_1lkqq_183", I3 = "_label_1lkqq_197", E3 = "_input_1lkqq_215", T3 = "_error_1lkqq_251", x3 = "_primary_1lkqq_263", k3 = "_divider_1lkqq_339", U3 = "_google_1lkqq_391", L3 = "_googleIcon_1lkqq_451", R3 = "_spin_1lkqq_517", q3 = "_checkboxRow_1lkqq_561", B3 = "_terms_1lkqq_635", P3 = "_message_1lkqq_697", O3 = "_passwordChecker_1lkqq_707", D3 = "_valid_1lkqq_745", M3 = "_invalid_1lkqq_753", j3 = "_forgotPassword_1lkqq_761", Q3 = "_successContainer_1lkqq_799", G3 = "_thumbsUp_1lkqq_815", H3 = "_successMessage_1lkqq_827", k = {
|
|
13308
|
+
overlay: w3,
|
|
13309
|
+
header: y3,
|
|
13310
|
+
logo: _3,
|
|
13311
|
+
card: b3,
|
|
13312
|
+
close: C3,
|
|
13313
|
+
form: v3,
|
|
13314
|
+
formUl: N3,
|
|
13315
|
+
field: S3,
|
|
13316
|
+
label: I3,
|
|
13317
|
+
input: E3,
|
|
13318
|
+
error: T3,
|
|
13319
|
+
primary: x3,
|
|
13320
|
+
divider: k3,
|
|
13321
|
+
google: U3,
|
|
13322
|
+
googleIcon: L3,
|
|
13323
|
+
spin: R3,
|
|
13324
|
+
checkboxRow: q3,
|
|
13325
13325
|
switch: "_switch_1lkqq_619",
|
|
13326
|
-
terms:
|
|
13327
|
-
message:
|
|
13328
|
-
passwordChecker:
|
|
13329
|
-
valid:
|
|
13330
|
-
invalid:
|
|
13331
|
-
forgotPassword:
|
|
13332
|
-
successContainer:
|
|
13333
|
-
thumbsUp:
|
|
13334
|
-
successMessage:
|
|
13326
|
+
terms: B3,
|
|
13327
|
+
message: P3,
|
|
13328
|
+
passwordChecker: O3,
|
|
13329
|
+
valid: D3,
|
|
13330
|
+
invalid: M3,
|
|
13331
|
+
forgotPassword: j3,
|
|
13332
|
+
successContainer: Q3,
|
|
13333
|
+
thumbsUp: G3,
|
|
13334
|
+
successMessage: H3
|
|
13335
13335
|
}, tt = () => /* @__PURE__ */ a(
|
|
13336
13336
|
"svg",
|
|
13337
13337
|
{
|
|
@@ -13343,7 +13343,7 @@ const Ho = f3(p3, {
|
|
|
13343
13343
|
className: k.spin,
|
|
13344
13344
|
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" })
|
|
13345
13345
|
}
|
|
13346
|
-
),
|
|
13346
|
+
), z3 = ({
|
|
13347
13347
|
isOpen: e,
|
|
13348
13348
|
onClose: t,
|
|
13349
13349
|
commentId: n,
|
|
@@ -13393,7 +13393,7 @@ const Ho = f3(p3, {
|
|
|
13393
13393
|
})
|
|
13394
13394
|
})).json();
|
|
13395
13395
|
if (N.type === "success")
|
|
13396
|
-
|
|
13396
|
+
Kp(document, n), c("success"), setTimeout(() => {
|
|
13397
13397
|
w();
|
|
13398
13398
|
}, 3e3);
|
|
13399
13399
|
else
|
|
@@ -13479,7 +13479,7 @@ const Ho = f3(p3, {
|
|
|
13479
13479
|
] })
|
|
13480
13480
|
] }) });
|
|
13481
13481
|
};
|
|
13482
|
-
function
|
|
13482
|
+
function F3(e) {
|
|
13483
13483
|
const t = /^\[\[([^\]]+)\]\]/, n = e.match(t);
|
|
13484
13484
|
return n ? {
|
|
13485
13485
|
user: {
|
|
@@ -13502,7 +13502,7 @@ function Tn(e) {
|
|
|
13502
13502
|
text: n.text,
|
|
13503
13503
|
reply: n.reply ? Tn({ comments: n.reply }).comments : n.reply
|
|
13504
13504
|
};
|
|
13505
|
-
const { user: s, text: o } =
|
|
13505
|
+
const { user: s, text: o } = F3(n.text);
|
|
13506
13506
|
return {
|
|
13507
13507
|
...n,
|
|
13508
13508
|
user: s || !1,
|
|
@@ -13528,7 +13528,7 @@ async function Qa({
|
|
|
13528
13528
|
}) {
|
|
13529
13529
|
const { PUBLIC_ENV: l } = u;
|
|
13530
13530
|
if (l === "prod") {
|
|
13531
|
-
const d = await
|
|
13531
|
+
const d = await $3({
|
|
13532
13532
|
publication: e,
|
|
13533
13533
|
path: t,
|
|
13534
13534
|
size: n,
|
|
@@ -13548,7 +13548,7 @@ async function Qa({
|
|
|
13548
13548
|
return Tn(h.data[0]);
|
|
13549
13549
|
}
|
|
13550
13550
|
}
|
|
13551
|
-
async function
|
|
13551
|
+
async function $3({
|
|
13552
13552
|
publication: e,
|
|
13553
13553
|
path: t,
|
|
13554
13554
|
size: n = 5,
|
|
@@ -13600,7 +13600,7 @@ async function F3({
|
|
|
13600
13600
|
throw N;
|
|
13601
13601
|
}
|
|
13602
13602
|
}
|
|
13603
|
-
const
|
|
13603
|
+
const V3 = (e, t) => {
|
|
13604
13604
|
const [n, s] = J(void 0), { PUBLIC_PUBLICATION_ID: o } = t, r = o;
|
|
13605
13605
|
return Qe(() => {
|
|
13606
13606
|
if (n) return;
|
|
@@ -13627,7 +13627,7 @@ const $3 = (e, t) => {
|
|
|
13627
13627
|
}, zo = ({ username: e, date: t, DATE_CONFIG: n }) => /* @__PURE__ */ g("div", { className: "comment-header", children: [
|
|
13628
13628
|
/* @__PURE__ */ a("span", { className: "comment-username", children: e }),
|
|
13629
13629
|
/* @__PURE__ */ a("span", { className: "comment-header-dot", children: "•" }),
|
|
13630
|
-
/* @__PURE__ */ a("span", { className: "comment-date", children:
|
|
13630
|
+
/* @__PURE__ */ a("span", { className: "comment-date", children: Yp(Ge(Number(t), n)) })
|
|
13631
13631
|
] }), Fo = ({ user: e }) => /* @__PURE__ */ a("div", { className: "comment-avatar", children: e.picture ? /* @__PURE__ */ a(
|
|
13632
13632
|
"img",
|
|
13633
13633
|
{
|
|
@@ -13821,7 +13821,7 @@ const $3 = (e, t) => {
|
|
|
13821
13821
|
} catch (h) {
|
|
13822
13822
|
return console.error("Error enviando comentario:", h), alert(h.message || "Error al enviar el comentario."), !1;
|
|
13823
13823
|
}
|
|
13824
|
-
},
|
|
13824
|
+
}, W3 = ({
|
|
13825
13825
|
replyingTo: e,
|
|
13826
13826
|
commentRef: t,
|
|
13827
13827
|
user: n,
|
|
@@ -13877,7 +13877,7 @@ const $3 = (e, t) => {
|
|
|
13877
13877
|
}
|
|
13878
13878
|
)
|
|
13879
13879
|
] });
|
|
13880
|
-
},
|
|
13880
|
+
}, Y3 = ({ reply: e, replyingTo: t, user: n, onFlag: s, DATE_CONFIG: o }) => {
|
|
13881
13881
|
const r = e.text;
|
|
13882
13882
|
let i = `${et.firstname} ${et.lastname ?? ""}`, c = et.username;
|
|
13883
13883
|
return e.user && (i = `${e.user.firstname} ${e.user.lastname ?? ""}`, c = e.user.username), /* @__PURE__ */ a("div", { className: "comment-item reply", children: /* @__PURE__ */ g("div", { className: "comment-header-container", children: [
|
|
@@ -13893,7 +13893,7 @@ const $3 = (e, t) => {
|
|
|
13893
13893
|
/* @__PURE__ */ a($o, { isReply: !0, onFlag: () => s(e.id) })
|
|
13894
13894
|
] })
|
|
13895
13895
|
] }) });
|
|
13896
|
-
},
|
|
13896
|
+
}, K3 = ({ comment: e, replyingTo: t, path: n, user: s, handleReplyingTo: o, onFlag: r, API_ENV: i }) => {
|
|
13897
13897
|
const c = { morereply: e.morereply ?? !1, reply: e.reply ? e.reply : [] }, [u, l] = J(c), [d, h] = Ie.useState(!1), { PUBLIC_PUBLICATION_ID: m, PUBLIC_X_SECURITY_TOKEN: p } = i, f = e.text, A = Ie.useRef(null);
|
|
13898
13898
|
let w = `${et.firstname} ${et.lastname ?? ""}`, _ = et.username;
|
|
13899
13899
|
e.user && (w = `${e.user.firstname} ${e.user.lastname ?? ""}`, _ = e.user.username);
|
|
@@ -13919,7 +13919,7 @@ const $3 = (e, t) => {
|
|
|
13919
13919
|
}
|
|
13920
13920
|
),
|
|
13921
13921
|
t === e.id && s && /* @__PURE__ */ a(
|
|
13922
|
-
|
|
13922
|
+
W3,
|
|
13923
13923
|
{
|
|
13924
13924
|
replyingTo: t,
|
|
13925
13925
|
commentRef: A,
|
|
@@ -13932,7 +13932,7 @@ const $3 = (e, t) => {
|
|
|
13932
13932
|
),
|
|
13933
13933
|
u.reply.length > 0 && /* @__PURE__ */ g("div", { className: "comment-replies", children: [
|
|
13934
13934
|
u.reply.map((C) => /* @__PURE__ */ a(
|
|
13935
|
-
|
|
13935
|
+
Y3,
|
|
13936
13936
|
{
|
|
13937
13937
|
user: s,
|
|
13938
13938
|
reply: C,
|
|
@@ -13974,7 +13974,7 @@ const $3 = (e, t) => {
|
|
|
13974
13974
|
]
|
|
13975
13975
|
}
|
|
13976
13976
|
) });
|
|
13977
|
-
},
|
|
13977
|
+
}, J3 = ({
|
|
13978
13978
|
commentRef: e,
|
|
13979
13979
|
user: t,
|
|
13980
13980
|
path: n,
|
|
@@ -14024,7 +14024,7 @@ const $3 = (e, t) => {
|
|
|
14024
14024
|
}
|
|
14025
14025
|
)
|
|
14026
14026
|
] });
|
|
14027
|
-
},
|
|
14027
|
+
}, Z3 = ({
|
|
14028
14028
|
isAuthenticated: e,
|
|
14029
14029
|
path: t,
|
|
14030
14030
|
user: n,
|
|
@@ -14033,7 +14033,7 @@ const $3 = (e, t) => {
|
|
|
14033
14033
|
}) => {
|
|
14034
14034
|
const { PUBLIC_PUBLICATION_ID: r, PUBLIC_X_SECURITY_TOKEN: i } = o, c = r ?? "", u = t.replaceAll("/", "|"), [l, d] = J(
|
|
14035
14035
|
void 0
|
|
14036
|
-
), [h, m] = J(""), { comments: p, setComments: f } =
|
|
14036
|
+
), [h, m] = J(""), { comments: p, setComments: f } = V3(u, o), [A, w] = Ie.useState(!1), _ = Ie.useRef(null), N = ($) => {
|
|
14037
14037
|
m(h === $ ? "" : $);
|
|
14038
14038
|
}, C = ($) => {
|
|
14039
14039
|
f(
|
|
@@ -14074,7 +14074,7 @@ const $3 = (e, t) => {
|
|
|
14074
14074
|
/* @__PURE__ */ a("div", { className: "comments-container", children: /* @__PURE__ */ a(Ae, { title: E || e ? "COMENTARIOS" : !1, children: /* @__PURE__ */ g(Z, { children: [
|
|
14075
14075
|
e && n && /* @__PURE__ */ g("div", { className: "comments-header", children: [
|
|
14076
14076
|
/* @__PURE__ */ a(
|
|
14077
|
-
|
|
14077
|
+
kp,
|
|
14078
14078
|
{
|
|
14079
14079
|
user: n,
|
|
14080
14080
|
handleLogout: s,
|
|
@@ -14082,7 +14082,7 @@ const $3 = (e, t) => {
|
|
|
14082
14082
|
}
|
|
14083
14083
|
),
|
|
14084
14084
|
/* @__PURE__ */ a(
|
|
14085
|
-
|
|
14085
|
+
J3,
|
|
14086
14086
|
{
|
|
14087
14087
|
commentRef: _,
|
|
14088
14088
|
user: n,
|
|
@@ -14099,7 +14099,7 @@ const $3 = (e, t) => {
|
|
|
14099
14099
|
"data-isauthenticated": `${e}`,
|
|
14100
14100
|
children: [
|
|
14101
14101
|
p.comments.map(($) => /* @__PURE__ */ a(
|
|
14102
|
-
|
|
14102
|
+
K3,
|
|
14103
14103
|
{
|
|
14104
14104
|
comment: $,
|
|
14105
14105
|
replyingTo: h,
|
|
@@ -14125,7 +14125,7 @@ const $3 = (e, t) => {
|
|
|
14125
14125
|
)
|
|
14126
14126
|
] }) }) }),
|
|
14127
14127
|
/* @__PURE__ */ a(
|
|
14128
|
-
|
|
14128
|
+
z3,
|
|
14129
14129
|
{
|
|
14130
14130
|
username: n?.username ?? void 0,
|
|
14131
14131
|
publication: c,
|
|
@@ -14183,7 +14183,7 @@ const $3 = (e, t) => {
|
|
|
14183
14183
|
test: (e) => /[^A-Za-z0-9]/.test(e)
|
|
14184
14184
|
}
|
|
14185
14185
|
];
|
|
14186
|
-
function
|
|
14186
|
+
function X3({ goToLogin: e, handleGoogleLogin: t, API_ENV: n }) {
|
|
14187
14187
|
const [s, o] = J({}), [r, i] = J(!1), [c, u] = J(!1), [l, d] = J(null), [h, m] = J(
|
|
14188
14188
|
"register"
|
|
14189
14189
|
), p = (_, N) => {
|
|
@@ -14408,7 +14408,7 @@ function Z3({ goToLogin: e, handleGoogleLogin: t, API_ENV: n }) {
|
|
|
14408
14408
|
] })
|
|
14409
14409
|
] });
|
|
14410
14410
|
}
|
|
14411
|
-
function
|
|
14411
|
+
function e9({
|
|
14412
14412
|
onClose: e,
|
|
14413
14413
|
checkAuth: t,
|
|
14414
14414
|
goToRegister: n,
|
|
@@ -14418,7 +14418,7 @@ function X3({
|
|
|
14418
14418
|
const [r, i] = J("login"), [c, u] = J(""), [l, d] = J(""), [h, m] = J(""), [p, f] = J(""), [A, w] = J(""), [_, N] = J(!1), [C, I] = J(!1), [b, E] = J(null);
|
|
14419
14419
|
return /* @__PURE__ */ g(Z, { children: [
|
|
14420
14420
|
r === "login" && /* @__PURE__ */ a(
|
|
14421
|
-
|
|
14421
|
+
t9,
|
|
14422
14422
|
{
|
|
14423
14423
|
email: c,
|
|
14424
14424
|
password: l,
|
|
@@ -14460,7 +14460,7 @@ function X3({
|
|
|
14460
14460
|
}
|
|
14461
14461
|
),
|
|
14462
14462
|
r === "forgot" && /* @__PURE__ */ a(
|
|
14463
|
-
|
|
14463
|
+
n9,
|
|
14464
14464
|
{
|
|
14465
14465
|
email: c,
|
|
14466
14466
|
setEmail: u,
|
|
@@ -14493,7 +14493,7 @@ function X3({
|
|
|
14493
14493
|
}
|
|
14494
14494
|
),
|
|
14495
14495
|
r === "changePassword" && /* @__PURE__ */ a(
|
|
14496
|
-
|
|
14496
|
+
a9,
|
|
14497
14497
|
{
|
|
14498
14498
|
email: c,
|
|
14499
14499
|
confirmationCode: h,
|
|
@@ -14542,7 +14542,7 @@ function X3({
|
|
|
14542
14542
|
}
|
|
14543
14543
|
),
|
|
14544
14544
|
r === "feedback" && /* @__PURE__ */ a(
|
|
14545
|
-
|
|
14545
|
+
s9,
|
|
14546
14546
|
{
|
|
14547
14547
|
onBackToLogin: () => {
|
|
14548
14548
|
E(null), i("login");
|
|
@@ -14551,7 +14551,7 @@ function X3({
|
|
|
14551
14551
|
)
|
|
14552
14552
|
] });
|
|
14553
14553
|
}
|
|
14554
|
-
function
|
|
14554
|
+
function t9({
|
|
14555
14555
|
email: e,
|
|
14556
14556
|
password: t,
|
|
14557
14557
|
showPassword: n,
|
|
@@ -14643,7 +14643,7 @@ function e9({
|
|
|
14643
14643
|
)
|
|
14644
14644
|
] });
|
|
14645
14645
|
}
|
|
14646
|
-
function
|
|
14646
|
+
function n9({
|
|
14647
14647
|
email: e,
|
|
14648
14648
|
setEmail: t,
|
|
14649
14649
|
loading: n,
|
|
@@ -14680,7 +14680,7 @@ function t9({
|
|
|
14680
14680
|
}
|
|
14681
14681
|
);
|
|
14682
14682
|
}
|
|
14683
|
-
function
|
|
14683
|
+
function a9({
|
|
14684
14684
|
email: e,
|
|
14685
14685
|
confirmationCode: t,
|
|
14686
14686
|
newPassword: n,
|
|
@@ -14704,7 +14704,7 @@ function n9({
|
|
|
14704
14704
|
children: [
|
|
14705
14705
|
/* @__PURE__ */ g("p", { className: k.message, children: [
|
|
14706
14706
|
"Hemos enviado un código de restablecimiento de contraseña en un mensaje de Correo electrónico a ",
|
|
14707
|
-
|
|
14707
|
+
Jp(e),
|
|
14708
14708
|
". Ingrese el código y la contraseña nueva."
|
|
14709
14709
|
] }),
|
|
14710
14710
|
/* @__PURE__ */ g("ul", { className: k.formUl, children: [
|
|
@@ -14791,13 +14791,13 @@ function n9({
|
|
|
14791
14791
|
}
|
|
14792
14792
|
);
|
|
14793
14793
|
}
|
|
14794
|
-
function
|
|
14794
|
+
function s9({ onBackToLogin: e }) {
|
|
14795
14795
|
return /* @__PURE__ */ g("div", { className: k.form, children: [
|
|
14796
14796
|
/* @__PURE__ */ a("p", { className: k.success, children: "La contraseña fue cambiada con éxito" }),
|
|
14797
14797
|
/* @__PURE__ */ a("button", { type: "button", className: k.primary, onClick: e, children: "Iniciar Sesión" })
|
|
14798
14798
|
] });
|
|
14799
14799
|
}
|
|
14800
|
-
function
|
|
14800
|
+
function o9({
|
|
14801
14801
|
loginUrl: e,
|
|
14802
14802
|
onClose: t,
|
|
14803
14803
|
checkAuth: n,
|
|
@@ -14838,7 +14838,7 @@ function s9({
|
|
|
14838
14838
|
)
|
|
14839
14839
|
] }),
|
|
14840
14840
|
r === "login" && /* @__PURE__ */ a(
|
|
14841
|
-
|
|
14841
|
+
e9,
|
|
14842
14842
|
{
|
|
14843
14843
|
onClose: t,
|
|
14844
14844
|
checkAuth: n,
|
|
@@ -14848,7 +14848,7 @@ function s9({
|
|
|
14848
14848
|
}
|
|
14849
14849
|
),
|
|
14850
14850
|
r === "register" && /* @__PURE__ */ a(
|
|
14851
|
-
|
|
14851
|
+
X3,
|
|
14852
14852
|
{
|
|
14853
14853
|
handleGoogleLogin: c,
|
|
14854
14854
|
goToLogin: () => i("login"),
|
|
@@ -14859,7 +14859,7 @@ function s9({
|
|
|
14859
14859
|
}
|
|
14860
14860
|
);
|
|
14861
14861
|
}
|
|
14862
|
-
function
|
|
14862
|
+
function r9({
|
|
14863
14863
|
isAuthenticated: e,
|
|
14864
14864
|
setIsAuthenticated: t,
|
|
14865
14865
|
loginUrl: n,
|
|
@@ -14873,7 +14873,7 @@ function o9({
|
|
|
14873
14873
|
const [l, d] = Ie.useState(!1);
|
|
14874
14874
|
return /* @__PURE__ */ g(Z, { children: [
|
|
14875
14875
|
l && /* @__PURE__ */ a(
|
|
14876
|
-
|
|
14876
|
+
o9,
|
|
14877
14877
|
{
|
|
14878
14878
|
loginUrl: n,
|
|
14879
14879
|
icon: i,
|
|
@@ -14899,7 +14899,7 @@ function o9({
|
|
|
14899
14899
|
)
|
|
14900
14900
|
] }),
|
|
14901
14901
|
/* @__PURE__ */ a(
|
|
14902
|
-
|
|
14902
|
+
Z3,
|
|
14903
14903
|
{
|
|
14904
14904
|
isAuthenticated: e,
|
|
14905
14905
|
handleLogout: async () => {
|
|
@@ -14920,7 +14920,7 @@ function o9({
|
|
|
14920
14920
|
)
|
|
14921
14921
|
] });
|
|
14922
14922
|
}
|
|
14923
|
-
function
|
|
14923
|
+
function i9({
|
|
14924
14924
|
isVisible: e,
|
|
14925
14925
|
path: t,
|
|
14926
14926
|
icon: n,
|
|
@@ -14966,7 +14966,7 @@ function r9({
|
|
|
14966
14966
|
}
|
|
14967
14967
|
);
|
|
14968
14968
|
return r === null ? m : e ? /* @__PURE__ */ a(
|
|
14969
|
-
|
|
14969
|
+
r9,
|
|
14970
14970
|
{
|
|
14971
14971
|
icon: n,
|
|
14972
14972
|
isAuthenticated: r,
|
|
@@ -14980,7 +14980,7 @@ function r9({
|
|
|
14980
14980
|
}
|
|
14981
14981
|
) : m;
|
|
14982
14982
|
}
|
|
14983
|
-
const
|
|
14983
|
+
const y5 = ({
|
|
14984
14984
|
render: e,
|
|
14985
14985
|
internalPath: t,
|
|
14986
14986
|
section: n,
|
|
@@ -15008,7 +15008,7 @@ const w5 = ({
|
|
|
15008
15008
|
}, []);
|
|
15009
15009
|
const p = {
|
|
15010
15010
|
comment: /* @__PURE__ */ a(
|
|
15011
|
-
|
|
15011
|
+
i9,
|
|
15012
15012
|
{
|
|
15013
15013
|
path: t,
|
|
15014
15014
|
icon: o,
|
|
@@ -15018,7 +15018,7 @@ const w5 = ({
|
|
|
15018
15018
|
}
|
|
15019
15019
|
),
|
|
15020
15020
|
more: /* @__PURE__ */ a(
|
|
15021
|
-
|
|
15021
|
+
Ep,
|
|
15022
15022
|
{
|
|
15023
15023
|
section: n,
|
|
15024
15024
|
internalPath: t,
|
|
@@ -15042,7 +15042,7 @@ const w5 = ({
|
|
|
15042
15042
|
}
|
|
15043
15043
|
);
|
|
15044
15044
|
};
|
|
15045
|
-
async function
|
|
15045
|
+
async function _5({
|
|
15046
15046
|
publication: e,
|
|
15047
15047
|
path: t,
|
|
15048
15048
|
username: n,
|
|
@@ -15146,7 +15146,7 @@ async function y5({
|
|
|
15146
15146
|
};
|
|
15147
15147
|
}
|
|
15148
15148
|
}
|
|
15149
|
-
const
|
|
15149
|
+
const b5 = async ({
|
|
15150
15150
|
token: e,
|
|
15151
15151
|
projectId: t,
|
|
15152
15152
|
captchaKey: n,
|
|
@@ -15182,69 +15182,69 @@ const _5 = async ({
|
|
|
15182
15182
|
};
|
|
15183
15183
|
export {
|
|
15184
15184
|
kr as AssetsPreconnect,
|
|
15185
|
-
|
|
15186
|
-
|
|
15187
|
-
|
|
15185
|
+
f5 as AutorComponent,
|
|
15186
|
+
mu as AutorHeader1,
|
|
15187
|
+
Nu as AutorHeader2,
|
|
15188
15188
|
ye as BannerAdvertising,
|
|
15189
15189
|
Xe as BannerAdvertisingMiddle,
|
|
15190
|
-
|
|
15190
|
+
F9 as CarrouselCSR,
|
|
15191
15191
|
Ut as CarrouselIRS,
|
|
15192
|
-
|
|
15193
|
-
|
|
15192
|
+
Cf as CarruselCard,
|
|
15193
|
+
Uf as CarruselOpinion,
|
|
15194
15194
|
mt as CommonServices,
|
|
15195
15195
|
er as Comscore,
|
|
15196
|
-
|
|
15197
|
-
|
|
15198
|
-
|
|
15199
|
-
|
|
15196
|
+
c5 as ContactInfoServer,
|
|
15197
|
+
J9 as ContactInput,
|
|
15198
|
+
Z9 as ContactSelect,
|
|
15199
|
+
X9 as ContactTextarea,
|
|
15200
15200
|
Yt as ContentLayout1,
|
|
15201
15201
|
_s as ContentLayoutTema,
|
|
15202
|
-
|
|
15203
|
-
|
|
15204
|
-
|
|
15202
|
+
u5 as DEBUG_MainSlots,
|
|
15203
|
+
N2 as DestacadoNoticias,
|
|
15204
|
+
lf as DestacadoVideos,
|
|
15205
15205
|
Cc as DynamicBlockServices,
|
|
15206
|
-
|
|
15206
|
+
d5 as DynamicComponents,
|
|
15207
15207
|
ea as DynamicMainSlot,
|
|
15208
15208
|
En as DynamicSlot,
|
|
15209
|
-
|
|
15210
|
-
|
|
15209
|
+
s5 as EditorialBlock,
|
|
15210
|
+
K9 as ErrorComponent,
|
|
15211
15211
|
zr as Font,
|
|
15212
|
-
|
|
15212
|
+
W9 as Footer,
|
|
15213
15213
|
xr as FormatAfterScripts,
|
|
15214
15214
|
Js as FormatScripts,
|
|
15215
15215
|
nr as GA4,
|
|
15216
15216
|
ar as GTM,
|
|
15217
|
-
|
|
15218
|
-
|
|
15219
|
-
|
|
15220
|
-
|
|
15221
|
-
|
|
15222
|
-
|
|
15217
|
+
T0 as GalleryHeader,
|
|
15218
|
+
H9 as GenerateBody,
|
|
15219
|
+
G9 as GenerateHead,
|
|
15220
|
+
t5 as Header,
|
|
15221
|
+
M0 as IframeHeader,
|
|
15222
|
+
Al as ImageOffline,
|
|
15223
15223
|
Re as ImageOnline,
|
|
15224
|
-
|
|
15225
|
-
|
|
15224
|
+
pl as ImageOnlineClient,
|
|
15225
|
+
M9 as IssuuServices,
|
|
15226
15226
|
Mr as ItemListSchema,
|
|
15227
|
-
|
|
15228
|
-
|
|
15227
|
+
Um as JournalistArticule2,
|
|
15228
|
+
Mm as JournalistGroup,
|
|
15229
15229
|
Ro as LayoutNewsComponent,
|
|
15230
|
-
|
|
15230
|
+
y5 as LazyLoader,
|
|
15231
15231
|
q as LinkComponent,
|
|
15232
|
-
|
|
15233
|
-
|
|
15234
|
-
|
|
15232
|
+
$1 as LiveBlogHeader,
|
|
15233
|
+
z9 as Location,
|
|
15234
|
+
_9 as MainComponentServices,
|
|
15235
15235
|
sr as Marfeel,
|
|
15236
15236
|
it as MiddleSection,
|
|
15237
15237
|
Do as Modulo1x3,
|
|
15238
|
-
|
|
15239
|
-
|
|
15240
|
-
|
|
15241
|
-
|
|
15242
|
-
|
|
15243
|
-
|
|
15244
|
-
|
|
15245
|
-
|
|
15238
|
+
bf as Modulo1x3Card,
|
|
15239
|
+
ef as Modulo1x4,
|
|
15240
|
+
sf as Modulo1x5,
|
|
15241
|
+
o5 as Modulo2Columnas,
|
|
15242
|
+
J2 as Modulo3Columnas,
|
|
15243
|
+
r5 as ModuloNewsletter,
|
|
15244
|
+
a5 as ModuloOpinion,
|
|
15245
|
+
Ip as NewListResponseDataPH,
|
|
15246
15246
|
jr as NewsArticle,
|
|
15247
|
-
|
|
15247
|
+
h5 as NewsComponent,
|
|
15248
15248
|
fa as NewsContent,
|
|
15249
15249
|
Lt as NewsDescriptionComponent,
|
|
15250
15250
|
Nn as NextPrev,
|
|
@@ -15252,84 +15252,84 @@ export {
|
|
|
15252
15252
|
Ka as PreloadImages,
|
|
15253
15253
|
Je as REPORT_REASONS,
|
|
15254
15254
|
Ra as Readest,
|
|
15255
|
-
|
|
15256
|
-
|
|
15255
|
+
p5 as ScriptHydrator,
|
|
15256
|
+
m5 as SearchSection,
|
|
15257
15257
|
Ae as Section,
|
|
15258
15258
|
nt as SectionCard,
|
|
15259
15259
|
Mn as SectionCard2,
|
|
15260
15260
|
pa as SectionCardServerComponent,
|
|
15261
|
-
|
|
15261
|
+
i5 as SectionServerComponent,
|
|
15262
15262
|
gs as ShowSection,
|
|
15263
15263
|
Mo as SocialNetworks,
|
|
15264
15264
|
Or as SpeculationRules,
|
|
15265
|
-
|
|
15266
|
-
|
|
15267
|
-
|
|
15268
|
-
|
|
15269
|
-
|
|
15270
|
-
|
|
15271
|
-
|
|
15272
|
-
|
|
15273
|
-
|
|
15274
|
-
|
|
15275
|
-
|
|
15276
|
-
|
|
15277
|
-
|
|
15265
|
+
l5 as StaticSlotWrapper,
|
|
15266
|
+
Ul as SubscribeColumn,
|
|
15267
|
+
zl as SubscribeRow,
|
|
15268
|
+
$9 as SubscribeWhatsAppColumn,
|
|
15269
|
+
n5 as TagHeader,
|
|
15270
|
+
bm as TagSection,
|
|
15271
|
+
J1 as TimeLine,
|
|
15272
|
+
m9 as TrimPathname,
|
|
15273
|
+
Y9 as VideoBlock3,
|
|
15274
|
+
e5 as VideoBlock4,
|
|
15275
|
+
R0 as VideoEmbeddedHeader,
|
|
15276
|
+
g5 as VideoSection,
|
|
15277
|
+
P0 as VideoYoutubeHeader,
|
|
15278
15278
|
Hr as VideosSchemas,
|
|
15279
15279
|
Gr as WebsiteList,
|
|
15280
|
-
|
|
15280
|
+
_5 as addComment,
|
|
15281
15281
|
va as bannersReplace,
|
|
15282
15282
|
zt as becomeVideoObject,
|
|
15283
15283
|
At as buildTagUrl,
|
|
15284
|
-
|
|
15284
|
+
V9 as coloringByStrokeSVGs,
|
|
15285
15285
|
Oa as compileStyleProps,
|
|
15286
|
-
|
|
15286
|
+
w9 as createAssessment,
|
|
15287
15287
|
He as cutString,
|
|
15288
15288
|
qe as extractMainSlug,
|
|
15289
15289
|
Ya as extractRealtedNews,
|
|
15290
15290
|
Ge as formatDate,
|
|
15291
|
-
|
|
15291
|
+
u9 as formatDateEdiciones,
|
|
15292
15292
|
Ca as formatDateJournalistArticule,
|
|
15293
15293
|
br as formatDateTimeline,
|
|
15294
15294
|
Nr as formatNewsMeta,
|
|
15295
15295
|
Lr as formatVideoData,
|
|
15296
|
-
|
|
15296
|
+
Q9 as generalGetData,
|
|
15297
15297
|
Jo as getCaptchaToken,
|
|
15298
|
-
|
|
15298
|
+
$3 as getComments,
|
|
15299
15299
|
Y as getConfig,
|
|
15300
|
-
|
|
15300
|
+
j9 as getDynamicSlots,
|
|
15301
15301
|
Cn as getEnvironmentUrl,
|
|
15302
|
-
|
|
15303
|
-
|
|
15302
|
+
h9 as getEnvironmentUrlFront,
|
|
15303
|
+
p9 as getHydratorPath,
|
|
15304
15304
|
pe as getImageUrl,
|
|
15305
15305
|
Jt as getNextMeta,
|
|
15306
15306
|
Xt as getPage,
|
|
15307
15307
|
La as getPlayIcon,
|
|
15308
|
-
|
|
15308
|
+
y9 as getPreloadImages,
|
|
15309
15309
|
Zt as getPrevMeta,
|
|
15310
|
-
|
|
15311
|
-
|
|
15310
|
+
A9 as getRelatedNewsCarrousel,
|
|
15311
|
+
w5 as getReportReasonLabel,
|
|
15312
15312
|
St as getResponse,
|
|
15313
15313
|
Cr as getResponsePromise,
|
|
15314
15314
|
Na as getSchemas,
|
|
15315
15315
|
Zs as getScriptReplaces,
|
|
15316
15316
|
$r as getSlugs,
|
|
15317
|
-
|
|
15318
|
-
|
|
15317
|
+
f9 as getTypeOfNews,
|
|
15318
|
+
g9 as getVideoRealPath,
|
|
15319
15319
|
Qa as handleGetComments,
|
|
15320
|
-
|
|
15320
|
+
d9 as initLibrary,
|
|
15321
15321
|
Tr as metadataToJSX,
|
|
15322
15322
|
Sc as metadata_defaults,
|
|
15323
15323
|
Ks as parseTags,
|
|
15324
15324
|
Sr as pathnameSplit,
|
|
15325
15325
|
vr as processExtractedRelatedNews,
|
|
15326
15326
|
Fr as removePages,
|
|
15327
|
-
|
|
15328
|
-
|
|
15327
|
+
A5 as reportComment,
|
|
15328
|
+
Fd as shareButtons,
|
|
15329
15329
|
Ba as socialIcons,
|
|
15330
15330
|
Br as speculationRules,
|
|
15331
15331
|
qr as speculationRulesHome,
|
|
15332
15332
|
Ir as urlReplaces,
|
|
15333
15333
|
So as usePlayIcon,
|
|
15334
|
-
|
|
15334
|
+
b5 as verifyCaptchaTokenEnterprise
|
|
15335
15335
|
};
|