sass-template-common 0.2.22 → 0.2.23
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.
|
@@ -7543,7 +7543,7 @@ const Dd = "_content_r1co8_1", Md = "_videoContent_r1co8_20", jd = "_articleSect
|
|
|
7543
7543
|
i
|
|
7544
7544
|
)) })
|
|
7545
7545
|
] });
|
|
7546
|
-
}, wh = "
|
|
7546
|
+
}, wh = "_headerStyled_6yw62_1", vh = "_headerContent_6yw62_14", bh = "_iconContent_6yw62_25", Ch = "_menuButton_6yw62_34", _h = "_logoStyled_6yw62_66", Nh = "_buttonSection_6yw62_94", Sh = "_buttonSectionSearch_6yw62_109", xh = "_headLineContent_6yw62_131", Eh = "_headLineTitle_6yw62_144", Th = "_headLine_6yw62_131", Ih = "_hasAlertZone_6yw62_197", ke = {
|
|
7547
7547
|
headerStyled: wh,
|
|
7548
7548
|
headerContent: vh,
|
|
7549
7549
|
iconContent: bh,
|
|
@@ -7686,7 +7686,7 @@ const Dd = "_content_r1co8_1", Md = "_videoContent_r1co8_20", jd = "_articleSect
|
|
|
7686
7686
|
}
|
|
7687
7687
|
) }, s)) }) })
|
|
7688
7688
|
] }, r)) });
|
|
7689
|
-
}, Mh = "
|
|
7689
|
+
}, Mh = "_headerStyled_1xeaj_1", jh = "_headerContent_1xeaj_23", Qh = "_menuButtonSection_1xeaj_33", Gh = "_menuButton_1xeaj_33", Hh = "_buttonSection_1xeaj_84", zh = "_buttonSectionSearch_1xeaj_101", Vh = "_hasAlertZone_1xeaj_112", Fh = "_buttonText_1xeaj_131", $h = "_logoContent_1xeaj_141", Wh = "_logoStyled_1xeaj_149", Yh = "_headLineContent_1xeaj_173", Kh = "_headLineTitle_1xeaj_188", Jh = "_menuSection_1xeaj_204", Zh = "_headLine_1xeaj_173", Xh = "_line_1xeaj_256", we = {
|
|
7690
7690
|
headerStyled: Mh,
|
|
7691
7691
|
headerContent: jh,
|
|
7692
7692
|
menuButtonSection: Qh,
|
|
@@ -9380,11 +9380,9 @@ const c3 = (e) => {
|
|
|
9380
9380
|
}, P2 = (e) => /* @__PURE__ */ a("section", { className: B2.content, id: e.id, children: e.children }), O2 = async (e, t, n) => {
|
|
9381
9381
|
if (!n) return e;
|
|
9382
9382
|
const r = /<span data-src="(.*?)"><\/span>/g, o = [...e.matchAll(r)];
|
|
9383
|
-
console.log(o, "matches");
|
|
9384
9383
|
let s = e;
|
|
9385
9384
|
for (const i of o) {
|
|
9386
9385
|
const c = i[0], d = i[1] ?? "";
|
|
9387
|
-
console.log(n, "newsRelatedResponses");
|
|
9388
9386
|
let l;
|
|
9389
9387
|
if (n.forEach((N) => {
|
|
9390
9388
|
Array.isArray(N) && (l = N.find(
|
|
@@ -9441,8 +9439,7 @@ async function Q2(e, t) {
|
|
|
9441
9439
|
l && (l = j2(l));
|
|
9442
9440
|
const u = /data-type\s*=\s*["']?video["']?/i.test(d) || /video-type\s*=\s*["']?embedded["']?/i.test(d);
|
|
9443
9441
|
let m = d;
|
|
9444
|
-
if (u && l)
|
|
9445
|
-
console.log(l, "dataSrc");
|
|
9442
|
+
if (u && l)
|
|
9446
9443
|
try {
|
|
9447
9444
|
const h = await t.iframe({ path: l }), p = t.schema ? await t.schema(l) : null;
|
|
9448
9445
|
if (h && h.data) {
|
|
@@ -9480,7 +9477,6 @@ async function Q2(e, t) {
|
|
|
9480
9477
|
} catch (h) {
|
|
9481
9478
|
console.error("replaceVideoSpansWithIframes error for", l, h), m = d;
|
|
9482
9479
|
}
|
|
9483
|
-
}
|
|
9484
9480
|
r = c, n += m, o.lastIndex = c;
|
|
9485
9481
|
}
|
|
9486
9482
|
return n += e.slice(r), n;
|