sass-template-common 0.3.41 → 0.3.43
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.
|
@@ -1390,12 +1390,12 @@ const Dr = async ({
|
|
|
1390
1390
|
if (!e || e.length === 0) return [];
|
|
1391
1391
|
const n = [];
|
|
1392
1392
|
for (let s = 0; s < t; s++) {
|
|
1393
|
-
if (!e[s]) continue;
|
|
1394
|
-
const o = e[s].preview
|
|
1395
|
-
o.length > 1 ? n.push(
|
|
1393
|
+
if (!e[s] || !e[s].preview) continue;
|
|
1394
|
+
const o = e[s].preview?.sizes;
|
|
1395
|
+
o && (o.length > 1 ? n.push(
|
|
1396
1396
|
{ href: o[0]?.url ?? "", media: "(min-width: 900px)" },
|
|
1397
1397
|
{ href: o[1]?.url ?? "", media: "(max-width: 900px)" }
|
|
1398
|
-
) : n.push({ href: o[0]?.url ?? "" });
|
|
1398
|
+
) : n.push({ href: o[0]?.url ?? "" }));
|
|
1399
1399
|
}
|
|
1400
1400
|
return n;
|
|
1401
1401
|
};
|
|
@@ -8874,11 +8874,11 @@ const $3 = (e) => {
|
|
|
8874
8874
|
})
|
|
8875
8875
|
}
|
|
8876
8876
|
) });
|
|
8877
|
-
},
|
|
8878
|
-
headerSection:
|
|
8879
|
-
headerSectionLink:
|
|
8880
|
-
newsContent:
|
|
8881
|
-
},
|
|
8877
|
+
}, ef = "_headerSection_1m1sp_3", tf = "_headerSectionLink_1m1sp_16", nf = "_newsContent_1m1sp_29", Kn = {
|
|
8878
|
+
headerSection: ef,
|
|
8879
|
+
headerSectionLink: tf,
|
|
8880
|
+
newsContent: nf
|
|
8881
|
+
}, af = (e) => {
|
|
8882
8882
|
const { content: t, title: n, isVideo: s = !0 } = e;
|
|
8883
8883
|
if (!t || t.length === 0) return;
|
|
8884
8884
|
const o = t[0], r = e.slot_id && e.slot_id !== "Nota_1", i = t.slice(1);
|
|
@@ -8938,13 +8938,13 @@ const $3 = (e) => {
|
|
|
8938
8938
|
})
|
|
8939
8939
|
] })
|
|
8940
8940
|
] });
|
|
8941
|
-
},
|
|
8942
|
-
content:
|
|
8943
|
-
linkImage:
|
|
8944
|
-
sectionDescription:
|
|
8945
|
-
dateText:
|
|
8946
|
-
textContent:
|
|
8947
|
-
},
|
|
8941
|
+
}, sf = "_content_1qdkl_1", of = "_linkImage_1qdkl_30", rf = "_sectionDescription_1qdkl_42", cf = "_dateText_1qdkl_62", lf = "_textContent_1qdkl_73", Dt = {
|
|
8942
|
+
content: sf,
|
|
8943
|
+
linkImage: of,
|
|
8944
|
+
sectionDescription: rf,
|
|
8945
|
+
dateText: cf,
|
|
8946
|
+
textContent: lf
|
|
8947
|
+
}, df = async (e) => {
|
|
8948
8948
|
const { showNewsLikeTitle: t = !1 } = e;
|
|
8949
8949
|
return e && e.info ? /* @__PURE__ */ f(
|
|
8950
8950
|
"section",
|
|
@@ -8979,14 +8979,14 @@ const $3 = (e) => {
|
|
|
8979
8979
|
]
|
|
8980
8980
|
}
|
|
8981
8981
|
) : null;
|
|
8982
|
-
},
|
|
8983
|
-
content:
|
|
8984
|
-
contentSeparator:
|
|
8985
|
-
},
|
|
8986
|
-
newsContent:
|
|
8987
|
-
contentSeparator:
|
|
8988
|
-
hasLinesBlock:
|
|
8989
|
-
},
|
|
8982
|
+
}, uf = "_content_yx3zm_1", hf = "_contentSeparator_yx3zm_7", Ns = {
|
|
8983
|
+
content: uf,
|
|
8984
|
+
contentSeparator: hf
|
|
8985
|
+
}, mf = "_newsContent_1uamf_1", ff = "_contentSeparator_1uamf_8", gf = "_hasLinesBlock_1uamf_40", ma = {
|
|
8986
|
+
newsContent: mf,
|
|
8987
|
+
contentSeparator: ff,
|
|
8988
|
+
hasLinesBlock: gf
|
|
8989
|
+
}, pf = (e) => {
|
|
8990
8990
|
if (!e.content || e.content.length === 0) return;
|
|
8991
8991
|
const t = e.slot_id && e.slot_id !== "Nota_1";
|
|
8992
8992
|
return /* @__PURE__ */ a(Ae, { title: e.title, children: /* @__PURE__ */ a(
|
|
@@ -9012,7 +9012,7 @@ const $3 = (e) => {
|
|
|
9012
9012
|
{
|
|
9013
9013
|
className: e.hasLines ? ma.hasLinesBlock : "",
|
|
9014
9014
|
children: /* @__PURE__ */ it(
|
|
9015
|
-
|
|
9015
|
+
df,
|
|
9016
9016
|
{
|
|
9017
9017
|
...o,
|
|
9018
9018
|
key: s,
|
|
@@ -9025,7 +9025,7 @@ const $3 = (e) => {
|
|
|
9025
9025
|
})
|
|
9026
9026
|
}
|
|
9027
9027
|
) });
|
|
9028
|
-
},
|
|
9028
|
+
}, Af = (e) => {
|
|
9029
9029
|
const { content: t, title: n, slot_id: s } = e, o = e.slot_id && e.slot_id !== "Nota_1";
|
|
9030
9030
|
return t && t.length !== 0 && /* @__PURE__ */ a(Ae, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
|
|
9031
9031
|
Ut,
|
|
@@ -9060,15 +9060,15 @@ const $3 = (e) => {
|
|
|
9060
9060
|
})
|
|
9061
9061
|
}
|
|
9062
9062
|
) });
|
|
9063
|
-
},
|
|
9064
|
-
content:
|
|
9065
|
-
imageStyled:
|
|
9066
|
-
contentIcon:
|
|
9067
|
-
boxInformation:
|
|
9068
|
-
comment:
|
|
9069
|
-
title:
|
|
9070
|
-
authorName:
|
|
9071
|
-
},
|
|
9063
|
+
}, wf = "_content_1mj79_1", yf = "_imageStyled_1mj79_14", Cf = "_contentIcon_1mj79_23", vf = "_boxInformation_1mj79_44", _f = "_comment_1mj79_51", bf = "_title_1mj79_60", Nf = "_authorName_1mj79_81", ot = {
|
|
9064
|
+
content: wf,
|
|
9065
|
+
imageStyled: yf,
|
|
9066
|
+
contentIcon: Cf,
|
|
9067
|
+
boxInformation: vf,
|
|
9068
|
+
comment: _f,
|
|
9069
|
+
title: bf,
|
|
9070
|
+
authorName: Nf
|
|
9071
|
+
}, Sf = async (e) => {
|
|
9072
9072
|
const { data: t } = e;
|
|
9073
9073
|
return /* @__PURE__ */ f("div", { className: ot.content, children: [
|
|
9074
9074
|
Array.isArray(t.authors) && t?.authors[0]?.image ? /* @__PURE__ */ a(
|
|
@@ -9101,7 +9101,7 @@ const $3 = (e) => {
|
|
|
9101
9101
|
/* @__PURE__ */ a("p", { className: ot.comment, children: t?.main?.subtitle?.striped })
|
|
9102
9102
|
] })
|
|
9103
9103
|
] });
|
|
9104
|
-
},
|
|
9104
|
+
}, xf = (e) => {
|
|
9105
9105
|
const t = e.slot_id && e.slot_id !== "Nota_1";
|
|
9106
9106
|
return /* @__PURE__ */ a(Ae, { titleUrl: e.titleUrl, title: e.title, children: /* @__PURE__ */ a(
|
|
9107
9107
|
Ut,
|
|
@@ -9122,7 +9122,7 @@ const $3 = (e) => {
|
|
|
9122
9122
|
}
|
|
9123
9123
|
};
|
|
9124
9124
|
return /* @__PURE__ */ a(
|
|
9125
|
-
|
|
9125
|
+
Sf,
|
|
9126
9126
|
{
|
|
9127
9127
|
autorIcon: e.autorIcon,
|
|
9128
9128
|
data: o,
|
|
@@ -9133,11 +9133,11 @@ const $3 = (e) => {
|
|
|
9133
9133
|
})
|
|
9134
9134
|
}
|
|
9135
9135
|
) });
|
|
9136
|
-
},
|
|
9137
|
-
content:
|
|
9138
|
-
newsContentSection:
|
|
9139
|
-
itemContent:
|
|
9140
|
-
ItemCustomContent:
|
|
9136
|
+
}, Ef = "_content_1elhb_1", If = "_newsContentSection_1elhb_5", Tf = "_itemContent_1elhb_10", kf = "_ItemCustomContent_1elhb_16", Ze = {
|
|
9137
|
+
content: Ef,
|
|
9138
|
+
newsContentSection: If,
|
|
9139
|
+
itemContent: Tf,
|
|
9140
|
+
ItemCustomContent: kf
|
|
9141
9141
|
}, fa = (e) => {
|
|
9142
9142
|
const { item: t, option: n } = e;
|
|
9143
9143
|
switch (n) {
|
|
@@ -9329,9 +9329,9 @@ const $3 = (e) => {
|
|
|
9329
9329
|
default:
|
|
9330
9330
|
return /* @__PURE__ */ a(J, {});
|
|
9331
9331
|
}
|
|
9332
|
-
},
|
|
9333
|
-
content:
|
|
9334
|
-
contactInfoContent:
|
|
9332
|
+
}, Uf = "_content_gwsqy_1", Rf = "_contactInfoContent_gwsqy_7", Ss = {
|
|
9333
|
+
content: Uf,
|
|
9334
|
+
contactInfoContent: Rf
|
|
9335
9335
|
}, Z3 = (e) => {
|
|
9336
9336
|
const { data: t } = e;
|
|
9337
9337
|
return /* @__PURE__ */ a("section", { className: Ss.content, children: t.map((n, s) => /* @__PURE__ */ a(
|
|
@@ -9344,25 +9344,25 @@ const $3 = (e) => {
|
|
|
9344
9344
|
},
|
|
9345
9345
|
s
|
|
9346
9346
|
)) });
|
|
9347
|
-
},
|
|
9348
|
-
tagContent:
|
|
9349
|
-
contentLayout2:
|
|
9350
|
-
contentHeader:
|
|
9351
|
-
},
|
|
9352
|
-
content:
|
|
9353
|
-
},
|
|
9347
|
+
}, Lf = "_tagContent_ee6yw_1", qf = "_contentLayout2_ee6yw_9", Bf = "_contentHeader_ee6yw_42", ga = {
|
|
9348
|
+
tagContent: Lf,
|
|
9349
|
+
contentLayout2: qf,
|
|
9350
|
+
contentHeader: Bf
|
|
9351
|
+
}, Of = "_content_1rbrt_1", Pf = {
|
|
9352
|
+
content: Of
|
|
9353
|
+
}, Df = ({ children: e, className: t = "" }) => /* @__PURE__ */ a(
|
|
9354
9354
|
"div",
|
|
9355
9355
|
{
|
|
9356
|
-
className: `content-layout-2 ${
|
|
9356
|
+
className: `content-layout-2 ${Pf.content} ${t}`,
|
|
9357
9357
|
children: e
|
|
9358
9358
|
}
|
|
9359
|
-
),
|
|
9360
|
-
container:
|
|
9361
|
-
note:
|
|
9362
|
-
commercial:
|
|
9363
|
-
commercialContent:
|
|
9364
|
-
complement:
|
|
9365
|
-
},
|
|
9359
|
+
), Mf = "_container_8w9ca_1", jf = "_note_8w9ca_9", Qf = "_commercial_8w9ca_49", Gf = "_commercialContent_8w9ca_66", Hf = "_complement_8w9ca_82", Mt = {
|
|
9360
|
+
container: Mf,
|
|
9361
|
+
note: jf,
|
|
9362
|
+
commercial: Qf,
|
|
9363
|
+
commercialContent: Gf,
|
|
9364
|
+
complement: Hf
|
|
9365
|
+
}, zf = (e) => /* @__PURE__ */ f("section", { className: Mt.container, children: [
|
|
9366
9366
|
/* @__PURE__ */ a("div", { className: Mt.note, children: e.children }),
|
|
9367
9367
|
/* @__PURE__ */ a("div", { className: Mt.commercial, children: /* @__PURE__ */ f("div", { className: Mt.commercialContent, children: [
|
|
9368
9368
|
e.slug === "liveblogs" && /* @__PURE__ */ a(F1, { itemList: e.itemList }),
|
|
@@ -9385,7 +9385,7 @@ const $3 = (e) => {
|
|
|
9385
9385
|
/* @__PURE__ */ a("div", { style: { position: "sticky", top: "110px" }, children: e.banner })
|
|
9386
9386
|
] }) }),
|
|
9387
9387
|
/* @__PURE__ */ a("div", { className: Mt.complement, children: e.complement })
|
|
9388
|
-
] }),
|
|
9388
|
+
] }), Vf = (e) => {
|
|
9389
9389
|
const t = {
|
|
9390
9390
|
...e.news[0],
|
|
9391
9391
|
config: {
|
|
@@ -9471,19 +9471,19 @@ const $3 = (e) => {
|
|
|
9471
9471
|
}
|
|
9472
9472
|
);
|
|
9473
9473
|
}
|
|
9474
|
-
},
|
|
9475
|
-
content:
|
|
9476
|
-
contentWithinCard:
|
|
9477
|
-
contentDate:
|
|
9478
|
-
dateInfo:
|
|
9479
|
-
dot:
|
|
9480
|
-
contentTitle:
|
|
9481
|
-
contentTextList:
|
|
9482
|
-
contentButton:
|
|
9483
|
-
linkStyled:
|
|
9484
|
-
},
|
|
9485
|
-
content:
|
|
9486
|
-
},
|
|
9474
|
+
}, Ff = "_content_kht1l_1", $f = "_contentWithinCard_kht1l_7", Wf = "_contentDate_kht1l_13", Yf = "_dateInfo_kht1l_20", Kf = "_dot_kht1l_30", Jf = "_contentTitle_kht1l_38", Zf = "_contentTextList_kht1l_47", Xf = "_contentButton_kht1l_65", e0 = "_linkStyled_kht1l_71", Ke = {
|
|
9475
|
+
content: Ff,
|
|
9476
|
+
contentWithinCard: $f,
|
|
9477
|
+
contentDate: Wf,
|
|
9478
|
+
dateInfo: Yf,
|
|
9479
|
+
dot: Kf,
|
|
9480
|
+
contentTitle: Jf,
|
|
9481
|
+
contentTextList: Zf,
|
|
9482
|
+
contentButton: Xf,
|
|
9483
|
+
linkStyled: e0
|
|
9484
|
+
}, t0 = "_content_ifkxj_1", n0 = {
|
|
9485
|
+
content: t0
|
|
9486
|
+
}, a0 = (e) => /* @__PURE__ */ a("section", { className: n0.content, id: e.id, children: e.children }), s0 = async (e, t, n) => {
|
|
9487
9487
|
if (!n) return e;
|
|
9488
9488
|
const s = /<span data-src="(.*?)"><\/span>/g, o = [...e.matchAll(s)];
|
|
9489
9489
|
let r = e;
|
|
@@ -9518,7 +9518,7 @@ const $3 = (e) => {
|
|
|
9518
9518
|
r = r.replace(c, C);
|
|
9519
9519
|
}
|
|
9520
9520
|
return r;
|
|
9521
|
-
},
|
|
9521
|
+
}, o0 = (e) => e.replace(/<p>(\s| )+<\/p>/g, ""), r0 = (e) => {
|
|
9522
9522
|
const t = /src="\/(?!\/)(.*?)"/g;
|
|
9523
9523
|
return e.replace(t, `src="${vn()}/$1"`);
|
|
9524
9524
|
}, xs = {
|
|
@@ -9528,12 +9528,12 @@ const $3 = (e) => {
|
|
|
9528
9528
|
10: 4,
|
|
9529
9529
|
13: 5
|
|
9530
9530
|
};
|
|
9531
|
-
function
|
|
9531
|
+
function i0(e) {
|
|
9532
9532
|
if (!e) return e;
|
|
9533
9533
|
const t = e.indexOf("/video");
|
|
9534
9534
|
return t === -1 ? e : e.substring(t);
|
|
9535
9535
|
}
|
|
9536
|
-
async function
|
|
9536
|
+
async function c0(e, t) {
|
|
9537
9537
|
let n = "", s = 0;
|
|
9538
9538
|
const o = /<span\b[^>]*data-src=["']([^"']+)["'][^>]*>[\s\S]*?<\/span>/gi;
|
|
9539
9539
|
let r;
|
|
@@ -9542,7 +9542,7 @@ async function cf(e, t) {
|
|
|
9542
9542
|
n += e.slice(s, i);
|
|
9543
9543
|
const d = r[0];
|
|
9544
9544
|
let l = r[1] ?? "";
|
|
9545
|
-
l && (l =
|
|
9545
|
+
l && (l = i0(l));
|
|
9546
9546
|
const u = /data-type\s*=\s*["']?video["']?/i.test(d) || /video-type\s*=\s*["']?embedded["']?/i.test(d);
|
|
9547
9547
|
let h = d;
|
|
9548
9548
|
if (u && l)
|
|
@@ -9587,13 +9587,13 @@ async function cf(e, t) {
|
|
|
9587
9587
|
}
|
|
9588
9588
|
return n += e.slice(s), n;
|
|
9589
9589
|
}
|
|
9590
|
-
function
|
|
9590
|
+
function l0(e) {
|
|
9591
9591
|
return e.replace(
|
|
9592
9592
|
/<script[^>]*src=["']https:\/\/platform\.twitter\.com\/widgets\.js["'][^>]*><\/script>/gi,
|
|
9593
9593
|
""
|
|
9594
9594
|
);
|
|
9595
9595
|
}
|
|
9596
|
-
const
|
|
9596
|
+
const d0 = async ({
|
|
9597
9597
|
itemList: e,
|
|
9598
9598
|
slug: t,
|
|
9599
9599
|
banners: n,
|
|
@@ -9603,9 +9603,9 @@ const df = async ({
|
|
|
9603
9603
|
}) => {
|
|
9604
9604
|
if (!e || e.length === 0 || !e[0]) return;
|
|
9605
9605
|
const i = e[0].list?.items?.map(async (c) => {
|
|
9606
|
-
const d =
|
|
9607
|
-
let l =
|
|
9608
|
-
return l =
|
|
9606
|
+
const d = o0(c.body.rendered);
|
|
9607
|
+
let l = r0(d);
|
|
9608
|
+
return l = l0(l), l = await c0(
|
|
9609
9609
|
l,
|
|
9610
9610
|
o
|
|
9611
9611
|
), {
|
|
@@ -9617,7 +9617,7 @@ const df = async ({
|
|
|
9617
9617
|
};
|
|
9618
9618
|
});
|
|
9619
9619
|
return /* @__PURE__ */ a("section", { className: Ke.content, id: "block-notes-list", children: i?.map(async (c, d) => /* @__PURE__ */ f(Cn, { children: [
|
|
9620
|
-
/* @__PURE__ */ a(
|
|
9620
|
+
/* @__PURE__ */ a(a0, { id: `item-${d + 1}`, children: /* @__PURE__ */ f("div", { className: Ke.contentWithinCard, children: [
|
|
9621
9621
|
(await c).date > 0 && /* @__PURE__ */ f("div", { className: Ke.contentDate, children: [
|
|
9622
9622
|
/* @__PURE__ */ a(
|
|
9623
9623
|
"span",
|
|
@@ -9646,7 +9646,7 @@ const df = async ({
|
|
|
9646
9646
|
{
|
|
9647
9647
|
className: `contentTextList ${Ke.contentTextList}`,
|
|
9648
9648
|
dangerouslySetInnerHTML: {
|
|
9649
|
-
__html: await
|
|
9649
|
+
__html: await s0(
|
|
9650
9650
|
(await c).body.rendered.replace(/ /g, ""),
|
|
9651
9651
|
s,
|
|
9652
9652
|
r
|
|
@@ -9684,7 +9684,7 @@ const df = async ({
|
|
|
9684
9684
|
Podcast: "podcast",
|
|
9685
9685
|
Telegram: "telegram"
|
|
9686
9686
|
};
|
|
9687
|
-
function
|
|
9687
|
+
function u0({ url: e }) {
|
|
9688
9688
|
return e && e !== "" && /* @__PURE__ */ f(q, { href: e, className: he.googleProfileButton, children: [
|
|
9689
9689
|
/* @__PURE__ */ a(
|
|
9690
9690
|
"svg",
|
|
@@ -9702,17 +9702,17 @@ function uf({ url: e }) {
|
|
|
9702
9702
|
}
|
|
9703
9703
|
),
|
|
9704
9704
|
"Síguenos en",
|
|
9705
|
-
/* @__PURE__ */ a(
|
|
9705
|
+
/* @__PURE__ */ a(h0, {})
|
|
9706
9706
|
] });
|
|
9707
9707
|
}
|
|
9708
|
-
const
|
|
9708
|
+
const h0 = () => /* @__PURE__ */ f("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 272 92", width: "272", height: "92", children: [
|
|
9709
9709
|
/* @__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" }),
|
|
9710
9710
|
/* @__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" }),
|
|
9711
9711
|
/* @__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" }),
|
|
9712
9712
|
/* @__PURE__ */ a("path", { fill: "#34A853", d: "M225 3v65h-9.5V3h9.5z" }),
|
|
9713
9713
|
/* @__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" }),
|
|
9714
9714
|
/* @__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" })
|
|
9715
|
-
] }),
|
|
9715
|
+
] }), m0 = async (e) => {
|
|
9716
9716
|
if (!e.news || !e.news.authors) return null;
|
|
9717
9717
|
const { news: t, socials: n, texts: s } = e, o = t.authors.map(
|
|
9718
9718
|
(c) => c.internaluser ? `<a href="${`/${e.paths.autor}/${c.name}`}">${c.fullname}</a>` : c.fullname
|
|
@@ -9760,7 +9760,7 @@ const hf = () => /* @__PURE__ */ f("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
9760
9760
|
children: /* @__PURE__ */ a(jd, { noteShare: e.noteShare })
|
|
9761
9761
|
}
|
|
9762
9762
|
),
|
|
9763
|
-
/* @__PURE__ */ a(
|
|
9763
|
+
/* @__PURE__ */ a(u0, { url: e.noteShare?.googleProfile ?? "" }),
|
|
9764
9764
|
/* @__PURE__ */ f("section", { className: he.journalistSection, children: [
|
|
9765
9765
|
/* @__PURE__ */ a(
|
|
9766
9766
|
"div",
|
|
@@ -9802,22 +9802,22 @@ const hf = () => /* @__PURE__ */ f("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
9802
9802
|
)
|
|
9803
9803
|
] })
|
|
9804
9804
|
] }) });
|
|
9805
|
-
},
|
|
9806
|
-
content:
|
|
9807
|
-
journalistArticleContent:
|
|
9808
|
-
contentNews:
|
|
9809
|
-
noteSource:
|
|
9810
|
-
},
|
|
9811
|
-
summaryContent:
|
|
9812
|
-
},
|
|
9805
|
+
}, f0 = "_content_1sfpx_1", g0 = "_journalistArticleContent_1sfpx_15", p0 = "_contentNews_1sfpx_35", A0 = "_noteSource_1sfpx_423", rn = {
|
|
9806
|
+
content: f0,
|
|
9807
|
+
journalistArticleContent: g0,
|
|
9808
|
+
contentNews: p0,
|
|
9809
|
+
noteSource: A0
|
|
9810
|
+
}, w0 = "_summaryContent_zuvmo_1", y0 = {
|
|
9811
|
+
summaryContent: w0
|
|
9812
|
+
}, C0 = async ({ summary: e }) => e && e.rendered && /* @__PURE__ */ a(
|
|
9813
9813
|
"section",
|
|
9814
9814
|
{
|
|
9815
|
-
className: `${
|
|
9815
|
+
className: `${y0.summaryContent} sass-summary-content`,
|
|
9816
9816
|
dangerouslySetInnerHTML: {
|
|
9817
9817
|
__html: e.rendered
|
|
9818
9818
|
}
|
|
9819
9819
|
}
|
|
9820
|
-
),
|
|
9820
|
+
), v0 = async ({
|
|
9821
9821
|
newsformated: e,
|
|
9822
9822
|
internal: t,
|
|
9823
9823
|
commonServices: n
|
|
@@ -9842,7 +9842,7 @@ const hf = () => /* @__PURE__ */ f("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
|
9842
9842
|
/* @__PURE__ */ a("div", { className: Nn.description, children: r && r[0]?.description })
|
|
9843
9843
|
] });
|
|
9844
9844
|
};
|
|
9845
|
-
function
|
|
9845
|
+
function _0(e) {
|
|
9846
9846
|
const t = e.children, n = `${e.slot_id}-`, s = e.visibleItems, o = e.cardGap ?? 20;
|
|
9847
9847
|
function r(c) {
|
|
9848
9848
|
const d = [], l = [];
|
|
@@ -9912,7 +9912,7 @@ function _f(e) {
|
|
|
9912
9912
|
</div>
|
|
9913
9913
|
`;
|
|
9914
9914
|
}
|
|
9915
|
-
const
|
|
9915
|
+
const b0 = (e) => /* @__PURE__ */ a(
|
|
9916
9916
|
"svg",
|
|
9917
9917
|
{
|
|
9918
9918
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -9928,10 +9928,10 @@ const bf = (e) => /* @__PURE__ */ a(
|
|
|
9928
9928
|
}
|
|
9929
9929
|
)
|
|
9930
9930
|
}
|
|
9931
|
-
),
|
|
9932
|
-
content:
|
|
9933
|
-
title:
|
|
9934
|
-
},
|
|
9931
|
+
), N0 = "_content_cu8lm_1", S0 = "_title_cu8lm_18", Es = {
|
|
9932
|
+
content: N0,
|
|
9933
|
+
title: S0
|
|
9934
|
+
}, x0 = async ({
|
|
9935
9935
|
newsformated: e,
|
|
9936
9936
|
internal: t,
|
|
9937
9937
|
commonServices: n
|
|
@@ -9960,10 +9960,10 @@ const bf = (e) => /* @__PURE__ */ a(
|
|
|
9960
9960
|
} catch {
|
|
9961
9961
|
return null;
|
|
9962
9962
|
}
|
|
9963
|
-
},
|
|
9964
|
-
content:
|
|
9965
|
-
title:
|
|
9966
|
-
},
|
|
9963
|
+
}, E0 = "_content_cu8lm_1", I0 = "_title_cu8lm_18", Jn = {
|
|
9964
|
+
content: E0,
|
|
9965
|
+
title: I0
|
|
9966
|
+
}, T0 = async ({
|
|
9967
9967
|
newsformated: e,
|
|
9968
9968
|
internal: t,
|
|
9969
9969
|
commonServices: n
|
|
@@ -9993,9 +9993,9 @@ const bf = (e) => /* @__PURE__ */ a(
|
|
|
9993
9993
|
} catch {
|
|
9994
9994
|
return null;
|
|
9995
9995
|
}
|
|
9996
|
-
},
|
|
9997
|
-
content:
|
|
9998
|
-
},
|
|
9996
|
+
}, k0 = "_content_ezbiw_1", U0 = {
|
|
9997
|
+
content: k0
|
|
9998
|
+
}, R0 = async ({
|
|
9999
9999
|
newsformated: e,
|
|
10000
10000
|
internal: t,
|
|
10001
10001
|
commonServices: n
|
|
@@ -10011,27 +10011,27 @@ const bf = (e) => /* @__PURE__ */ a(
|
|
|
10011
10011
|
return typeof c != "string" || c.trim() === "" ? null : /* @__PURE__ */ a(
|
|
10012
10012
|
"div",
|
|
10013
10013
|
{
|
|
10014
|
-
className:
|
|
10014
|
+
className: U0.content,
|
|
10015
10015
|
dangerouslySetInnerHTML: { __html: c }
|
|
10016
10016
|
}
|
|
10017
10017
|
);
|
|
10018
10018
|
} catch {
|
|
10019
10019
|
return null;
|
|
10020
10020
|
}
|
|
10021
|
-
},
|
|
10022
|
-
content:
|
|
10021
|
+
}, L0 = "_content_156j7_1", q0 = {
|
|
10022
|
+
content: L0
|
|
10023
10023
|
}, pt = {
|
|
10024
10024
|
videoEmbedded: "videoEmbedded",
|
|
10025
10025
|
videoYouTube: "videoYouTube",
|
|
10026
10026
|
iframe: "iframe",
|
|
10027
10027
|
fotoGaleria: "fotogaleria"
|
|
10028
|
-
},
|
|
10029
|
-
[pt.videoEmbedded]:
|
|
10030
|
-
[pt.videoYouTube]:
|
|
10031
|
-
[pt.iframe]:
|
|
10032
|
-
},
|
|
10033
|
-
const { config: n, info: s } = e, o = n.articlepreview, r = s.link.internal, i = o ?
|
|
10034
|
-
return i ? /* @__PURE__ */ a("div", { className:
|
|
10028
|
+
}, B0 = {
|
|
10029
|
+
[pt.videoEmbedded]: x0,
|
|
10030
|
+
[pt.videoYouTube]: T0,
|
|
10031
|
+
[pt.iframe]: R0
|
|
10032
|
+
}, O0 = ({ news: e, commonServices: t }) => {
|
|
10033
|
+
const { config: n, info: s } = e, o = n.articlepreview, r = s.link.internal, i = o ? B0[o] : null;
|
|
10034
|
+
return i ? /* @__PURE__ */ a("div", { className: q0.content, children: /* @__PURE__ */ a(
|
|
10035
10035
|
i,
|
|
10036
10036
|
{
|
|
10037
10037
|
newsformated: e,
|
|
@@ -10039,24 +10039,24 @@ const bf = (e) => /* @__PURE__ */ a(
|
|
|
10039
10039
|
commonServices: t
|
|
10040
10040
|
}
|
|
10041
10041
|
) }) : null;
|
|
10042
|
-
},
|
|
10043
|
-
content:
|
|
10044
|
-
imageContent:
|
|
10045
|
-
width1Autor:
|
|
10046
|
-
width2Autor:
|
|
10047
|
-
width3Autor:
|
|
10048
|
-
imageAutor:
|
|
10049
|
-
imageStyled:
|
|
10050
|
-
contentIconStyled:
|
|
10051
|
-
avatarContent:
|
|
10052
|
-
socialActionsRow:
|
|
10053
|
-
journalistSection: $
|
|
10054
|
-
authorsInfoRow:
|
|
10055
|
-
journalistInfo:
|
|
10056
|
-
journalistInfoLink:
|
|
10057
|
-
journalistInfoDate:
|
|
10058
|
-
socialNetworkSection:
|
|
10059
|
-
avatarStyled:
|
|
10042
|
+
}, P0 = "_content_1wumw_1", D0 = "_imageContent_1wumw_9", M0 = "_width1Autor_1wumw_18", j0 = "_width2Autor_1wumw_22", Q0 = "_width3Autor_1wumw_26", G0 = "_imageAutor_1wumw_30", H0 = "_imageStyled_1wumw_69", z0 = "_contentIconStyled_1wumw_70", V0 = "_avatarContent_1wumw_87", F0 = "_socialActionsRow_1wumw_95", $0 = "_journalistSection_1wumw_118", W0 = "_authorsInfoRow_1wumw_127", Y0 = "_journalistInfo_1wumw_142", K0 = "_journalistInfoLink_1wumw_143", J0 = "_journalistInfoDate_1wumw_160", Z0 = "_socialNetworkSection_1wumw_192", X0 = "_avatarStyled_1wumw_210", eg = "_article_1wumw_215", tg = "_socialButton_1wumw_219", ng = "_facebookStyled_1wumw_235", ag = "_emailStyled_1wumw_239", sg = "_xStyled_1wumw_243", og = "_linkedinStyled_1wumw_247", rg = "_whatsappStyled_1wumw_251", ig = "_socialActionLink_1wumw_255", cg = "_clipboardButton_1wumw_289", lg = "_googleProfileButton_1wumw_325", ce = {
|
|
10043
|
+
content: P0,
|
|
10044
|
+
imageContent: D0,
|
|
10045
|
+
width1Autor: M0,
|
|
10046
|
+
width2Autor: j0,
|
|
10047
|
+
width3Autor: Q0,
|
|
10048
|
+
imageAutor: G0,
|
|
10049
|
+
imageStyled: H0,
|
|
10050
|
+
contentIconStyled: z0,
|
|
10051
|
+
avatarContent: V0,
|
|
10052
|
+
socialActionsRow: F0,
|
|
10053
|
+
journalistSection: $0,
|
|
10054
|
+
authorsInfoRow: W0,
|
|
10055
|
+
journalistInfo: Y0,
|
|
10056
|
+
journalistInfoLink: K0,
|
|
10057
|
+
journalistInfoDate: J0,
|
|
10058
|
+
socialNetworkSection: Z0,
|
|
10059
|
+
avatarStyled: X0,
|
|
10060
10060
|
article: eg,
|
|
10061
10061
|
socialButton: tg,
|
|
10062
10062
|
facebookStyled: ng,
|
|
@@ -10404,7 +10404,7 @@ const hg = async (e) => {
|
|
|
10404
10404
|
(g) => g[1]
|
|
10405
10405
|
).map(
|
|
10406
10406
|
(g) => `<img fetchPriority='low' loading='lazy' alt='imagen' src="${g}" class="carrusel-note-item" width="800" height="469"/>`
|
|
10407
|
-
), m = "gallery_embeded" + d.toString(), p =
|
|
10407
|
+
), m = "gallery_embeded" + d.toString(), p = _0({
|
|
10408
10408
|
slot_id: m,
|
|
10409
10409
|
children: h,
|
|
10410
10410
|
visibleItems: 1,
|
|
@@ -10550,7 +10550,7 @@ async function _g(e) {
|
|
|
10550
10550
|
const h = t.main.sources ?? [], { NEWS_JOURNALIST_COMPONENT: m } = te(), p = t.config.articlepreview === pt.fotoGaleria && t.hascontent?.hasgalleryimages;
|
|
10551
10551
|
return /* @__PURE__ */ f("div", { className: rn.content, children: [
|
|
10552
10552
|
r !== "liveblogs" && e.showHeaderImage ? p ? /* @__PURE__ */ a(
|
|
10553
|
-
|
|
10553
|
+
v0,
|
|
10554
10554
|
{
|
|
10555
10555
|
commonServices: l,
|
|
10556
10556
|
newsformated: t,
|
|
@@ -10559,7 +10559,7 @@ async function _g(e) {
|
|
|
10559
10559
|
) : /* @__PURE__ */ a(Uo, { preview: t.preview }) : null,
|
|
10560
10560
|
/* @__PURE__ */ a(ye, { banners: n, name: "block_1" }),
|
|
10561
10561
|
/* @__PURE__ */ a("div", { className: rn.journalistArticleContent, children: m === "op1" ? /* @__PURE__ */ a(
|
|
10562
|
-
|
|
10562
|
+
m0,
|
|
10563
10563
|
{
|
|
10564
10564
|
autorIcon: e.autorIcon,
|
|
10565
10565
|
socials: c,
|
|
@@ -10579,7 +10579,7 @@ async function _g(e) {
|
|
|
10579
10579
|
paths: e.paths
|
|
10580
10580
|
}
|
|
10581
10581
|
) }),
|
|
10582
|
-
/* @__PURE__ */ a(
|
|
10582
|
+
/* @__PURE__ */ a(C0, { summary: t.main.summary }),
|
|
10583
10583
|
/* @__PURE__ */ a(
|
|
10584
10584
|
"div",
|
|
10585
10585
|
{
|
|
@@ -10590,7 +10590,7 @@ async function _g(e) {
|
|
|
10590
10590
|
}
|
|
10591
10591
|
),
|
|
10592
10592
|
/* @__PURE__ */ a(
|
|
10593
|
-
|
|
10593
|
+
d0,
|
|
10594
10594
|
{
|
|
10595
10595
|
texts: e.texts,
|
|
10596
10596
|
itemList: i,
|
|
@@ -10601,7 +10601,7 @@ async function _g(e) {
|
|
|
10601
10601
|
}
|
|
10602
10602
|
),
|
|
10603
10603
|
h.length > 0 && /* @__PURE__ */ f("div", { className: rn.noteSource, children: [
|
|
10604
|
-
/* @__PURE__ */ a(
|
|
10604
|
+
/* @__PURE__ */ a(b0, {}),
|
|
10605
10605
|
/* @__PURE__ */ a("p", { children: e.texts.noteSource + (h.length === 1 ? "" : "s") + ": " + h.map((g) => g.name).join(", ") })
|
|
10606
10606
|
] })
|
|
10607
10607
|
] });
|
|
@@ -10742,13 +10742,13 @@ const bg = (e) => {
|
|
|
10742
10742
|
"Modulo 1x5": (e) => /* @__PURE__ */ a(X2, { ...e }),
|
|
10743
10743
|
"Destacado noticias": (e) => /* @__PURE__ */ a(y2, { ...e }),
|
|
10744
10744
|
"Destacado full width": (e) => /* @__PURE__ */ a(Lg, { ...e }),
|
|
10745
|
-
"Destacado videos": (e) => /* @__PURE__ */ a(
|
|
10746
|
-
"Carrusel card": (e) => /* @__PURE__ */ a(
|
|
10745
|
+
"Destacado videos": (e) => /* @__PURE__ */ a(af, { ...e }),
|
|
10746
|
+
"Carrusel card": (e) => /* @__PURE__ */ a(Af, { ...e }),
|
|
10747
10747
|
"Carrusel story": (e) => /* @__PURE__ */ a(bg, { ...e }),
|
|
10748
10748
|
"Carrusel owl": (e) => /* @__PURE__ */ a(Ng, { ...e }),
|
|
10749
10749
|
"Modulo fotogaleria": (e) => /* @__PURE__ */ a(Sg, { ...e }),
|
|
10750
|
-
"Carrusel opinion": (e) => /* @__PURE__ */ a(
|
|
10751
|
-
"Modulo 1x3 card": (e) => /* @__PURE__ */ a(
|
|
10750
|
+
"Carrusel opinion": (e) => /* @__PURE__ */ a(xf, { ...e }),
|
|
10751
|
+
"Modulo 1x3 card": (e) => /* @__PURE__ */ a(pf, { ...e })
|
|
10752
10752
|
};
|
|
10753
10753
|
function pa({
|
|
10754
10754
|
component: e,
|
|
@@ -10946,9 +10946,9 @@ const Ts = {
|
|
|
10946
10946
|
getVideos: u
|
|
10947
10947
|
} = e, h = e.slug === "liveblogs", { SHOW_NEWS_MORE_NEWS: m, SHOW_NEWS_RELATED_NEWS: p, MORE_NEWS_SSR: g } = te();
|
|
10948
10948
|
if (!(!r || !r[0]))
|
|
10949
|
-
return /* @__PURE__ */ a(J, { children: /* @__PURE__ */ f(
|
|
10949
|
+
return /* @__PURE__ */ a(J, { children: /* @__PURE__ */ f(Df, { className: ga.contentLayout2, children: [
|
|
10950
10950
|
/* @__PURE__ */ a(
|
|
10951
|
-
|
|
10951
|
+
Vf,
|
|
10952
10952
|
{
|
|
10953
10953
|
option: e.slug,
|
|
10954
10954
|
news: r,
|
|
@@ -10958,14 +10958,14 @@ const Ts = {
|
|
|
10958
10958
|
),
|
|
10959
10959
|
/* @__PURE__ */ a(rt, { banners: s, index: 1 }),
|
|
10960
10960
|
!h && e.commonServices && /* @__PURE__ */ a(
|
|
10961
|
-
|
|
10961
|
+
O0,
|
|
10962
10962
|
{
|
|
10963
10963
|
news: r[0],
|
|
10964
10964
|
commonServices: e.commonServices
|
|
10965
10965
|
}
|
|
10966
10966
|
),
|
|
10967
10967
|
/* @__PURE__ */ a(
|
|
10968
|
-
|
|
10968
|
+
zf,
|
|
10969
10969
|
{
|
|
10970
10970
|
texts: e.texts,
|
|
10971
10971
|
paths: e.paths,
|
|
@@ -11703,9 +11703,7 @@ const pp = (e) => {
|
|
|
11703
11703
|
}
|
|
11704
11704
|
);
|
|
11705
11705
|
}, Cp = (e) => {
|
|
11706
|
-
const { news: t, hasLines: n = !1, API_ENV: s } = e;
|
|
11707
|
-
console.log("API_ENV from BlockNews1", s, s.SHOW_TAG_BY_SECTION);
|
|
11708
|
-
const o = (r) => n && (r + 1) % 3 !== 0 ? ma.contentSeparator : "";
|
|
11706
|
+
const { news: t, hasLines: n = !1, API_ENV: s } = e, o = (r) => n && (r + 1) % 3 !== 0 ? ma.contentSeparator : "";
|
|
11709
11707
|
return /* @__PURE__ */ a(
|
|
11710
11708
|
"div",
|
|
11711
11709
|
{
|
|
@@ -14127,7 +14125,7 @@ function F9({
|
|
|
14127
14125
|
API_ENV: o
|
|
14128
14126
|
}) {
|
|
14129
14127
|
const [r, i] = K("login"), [c, d] = K(""), [l, u] = K(""), [h, m] = K(""), [p, g] = K(""), [A, w] = K(""), [C, N] = K(!1), [v, x] = K(!1), [_, I] = K(null);
|
|
14130
|
-
return
|
|
14128
|
+
return /* @__PURE__ */ f(J, { children: [
|
|
14131
14129
|
r === "login" && /* @__PURE__ */ a(
|
|
14132
14130
|
$9,
|
|
14133
14131
|
{
|
|
@@ -14143,7 +14141,6 @@ function F9({
|
|
|
14143
14141
|
if (!v) {
|
|
14144
14142
|
G.preventDefault(), I(null), x(!0);
|
|
14145
14143
|
try {
|
|
14146
|
-
console.log(o.PUBLIC_ENV === "local", o.CAPTCHA_KEY);
|
|
14147
14144
|
const B = o.PUBLIC_ENV === "local" ? "token" : await Ko("comment_login", o.CAPTCHA_KEY || "");
|
|
14148
14145
|
if (!B) throw new Error("Captcha token no generado");
|
|
14149
14146
|
const ee = await fetch("/api/auth/login-password", {
|
|
@@ -14639,8 +14636,8 @@ function X9({
|
|
|
14639
14636
|
}) {
|
|
14640
14637
|
const [o, r] = K(null), [i, c] = K(null), d = s?.COGNITO_AUTH_PREFIX ?? "ASTRO_", l = ue(async () => {
|
|
14641
14638
|
if (e) {
|
|
14642
|
-
if (
|
|
14643
|
-
r(!1), c(null)
|
|
14639
|
+
if (document.cookie.search(d + "IS_AUTH=true") === -1) {
|
|
14640
|
+
r(!1), c(null);
|
|
14644
14641
|
return;
|
|
14645
14642
|
}
|
|
14646
14643
|
try {
|
|
@@ -14897,8 +14894,8 @@ export {
|
|
|
14897
14894
|
rt as BannerAdvertisingMiddle,
|
|
14898
14895
|
B3 as CarrouselCSR,
|
|
14899
14896
|
Ut as CarrouselIRS,
|
|
14900
|
-
|
|
14901
|
-
|
|
14897
|
+
Af as CarruselCard,
|
|
14898
|
+
xf as CarruselOpinion,
|
|
14902
14899
|
ht as CommonServices,
|
|
14903
14900
|
Xo as Comscore,
|
|
14904
14901
|
Z3 as ContactInfoServer,
|
|
@@ -14909,7 +14906,7 @@ export {
|
|
|
14909
14906
|
ws as ContentLayoutTema,
|
|
14910
14907
|
t6 as DEBUG_MainSlots,
|
|
14911
14908
|
y2 as DestacadoNoticias,
|
|
14912
|
-
|
|
14909
|
+
af as DestacadoVideos,
|
|
14913
14910
|
Cc as DynamicBlockServices,
|
|
14914
14911
|
e6 as DynamicComponents,
|
|
14915
14912
|
Zn as DynamicMainSlot,
|
|
@@ -14922,11 +14919,11 @@ export {
|
|
|
14922
14919
|
Ks as FormatScripts,
|
|
14923
14920
|
tr as GA4,
|
|
14924
14921
|
nr as GTM,
|
|
14925
|
-
|
|
14922
|
+
v0 as GalleryHeader,
|
|
14926
14923
|
L3 as GenerateBody,
|
|
14927
14924
|
R3 as GenerateHead,
|
|
14928
14925
|
V3 as Header,
|
|
14929
|
-
|
|
14926
|
+
R0 as IframeHeader,
|
|
14930
14927
|
hl as ImageOffline,
|
|
14931
14928
|
Le as ImageOnline,
|
|
14932
14929
|
ul as ImageOnlineClient,
|
|
@@ -14943,7 +14940,7 @@ export {
|
|
|
14943
14940
|
ar as Marfeel,
|
|
14944
14941
|
gt as MiddleSection,
|
|
14945
14942
|
Po as Modulo1x3,
|
|
14946
|
-
|
|
14943
|
+
pf as Modulo1x3Card,
|
|
14947
14944
|
Y2 as Modulo1x4,
|
|
14948
14945
|
X2 as Modulo1x5,
|
|
14949
14946
|
Y3 as Modulo2Columnas,
|
|
@@ -14980,9 +14977,9 @@ export {
|
|
|
14980
14977
|
o3 as TrimPathname,
|
|
14981
14978
|
M3 as VideoBlock3,
|
|
14982
14979
|
z3 as VideoBlock4,
|
|
14983
|
-
|
|
14980
|
+
x0 as VideoEmbeddedHeader,
|
|
14984
14981
|
o6 as VideoSection,
|
|
14985
|
-
|
|
14982
|
+
T0 as VideoYoutubeHeader,
|
|
14986
14983
|
Qr as VideosSchemas,
|
|
14987
14984
|
jr as WebsiteList,
|
|
14988
14985
|
d6 as addComment,
|