sass-template-common 0.9.108 → 0.9.110
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.
|
@@ -4376,7 +4376,7 @@ class Oe {
|
|
|
4376
4376
|
imagesizes: s.getAutorInfo
|
|
4377
4377
|
}))?.data.data ?? []);
|
|
4378
4378
|
const c = ds(l), m = (He(i)?.data ?? [])[0]?.list?.items?.map((v) => ds(v)), h = [];
|
|
4379
|
-
|
|
4379
|
+
m?.forEach((v) => {
|
|
4380
4380
|
v && v.length > 0 && v.forEach((E) => {
|
|
4381
4381
|
E.forEach((N) => {
|
|
4382
4382
|
const S = this.getNews({
|
|
@@ -4389,7 +4389,7 @@ class Oe {
|
|
|
4389
4389
|
);
|
|
4390
4390
|
});
|
|
4391
4391
|
});
|
|
4392
|
-
})
|
|
4392
|
+
});
|
|
4393
4393
|
const f = (await Promise.allSettled([
|
|
4394
4394
|
...h
|
|
4395
4395
|
])).map(
|
|
@@ -9280,11 +9280,11 @@ function ku({
|
|
|
9280
9280
|
text: n
|
|
9281
9281
|
}) {
|
|
9282
9282
|
return /* @__PURE__ */ g("div", { className: "sass-com-src-container", children: [
|
|
9283
|
-
|
|
9283
|
+
e && /* @__PURE__ */ g(
|
|
9284
9284
|
"a",
|
|
9285
9285
|
{
|
|
9286
9286
|
className: "sass-com-src-button",
|
|
9287
|
-
href:
|
|
9287
|
+
href: e,
|
|
9288
9288
|
target: "_blank",
|
|
9289
9289
|
rel: "noopener noreferrer",
|
|
9290
9290
|
children: [
|
|
@@ -9294,21 +9294,21 @@ function ku({
|
|
|
9294
9294
|
src: ie("/icono-google-plus-badge.svg"),
|
|
9295
9295
|
loading: "lazy",
|
|
9296
9296
|
fetchPriority: "low",
|
|
9297
|
-
alt: "Google
|
|
9297
|
+
alt: "Google Source",
|
|
9298
9298
|
width: 28,
|
|
9299
9299
|
height: 28
|
|
9300
9300
|
}
|
|
9301
9301
|
),
|
|
9302
|
-
n.sourceButtons?.
|
|
9302
|
+
n.sourceButtons?.googleSourceShare || "Añádenos como fuente preferida",
|
|
9303
9303
|
Zt
|
|
9304
9304
|
]
|
|
9305
9305
|
}
|
|
9306
9306
|
),
|
|
9307
|
-
|
|
9307
|
+
t && /* @__PURE__ */ g(
|
|
9308
9308
|
"a",
|
|
9309
9309
|
{
|
|
9310
9310
|
className: "sass-com-src-button",
|
|
9311
|
-
href:
|
|
9311
|
+
href: t,
|
|
9312
9312
|
target: "_blank",
|
|
9313
9313
|
rel: "noopener noreferrer",
|
|
9314
9314
|
children: [
|
|
@@ -9318,12 +9318,12 @@ function ku({
|
|
|
9318
9318
|
src: ie("/icono-google-news-plus-badge.svg"),
|
|
9319
9319
|
loading: "lazy",
|
|
9320
9320
|
fetchPriority: "low",
|
|
9321
|
-
alt: "Google
|
|
9321
|
+
alt: "Google News",
|
|
9322
9322
|
width: 28,
|
|
9323
9323
|
height: 28
|
|
9324
9324
|
}
|
|
9325
9325
|
),
|
|
9326
|
-
n.sourceButtons?.
|
|
9326
|
+
n.sourceButtons?.googleProfile || "Google News",
|
|
9327
9327
|
Zt
|
|
9328
9328
|
]
|
|
9329
9329
|
}
|
|
@@ -11715,7 +11715,7 @@ const ec = async (e) => {
|
|
|
11715
11715
|
"path",
|
|
11716
11716
|
{
|
|
11717
11717
|
d: "M0 22V4C0 3.45 0.195833 2.97917 0.5875 2.5875C0.979167 2.19583 1.45 2 2 2H12.1C12.0333 2.33333 12 2.66667 12 3C12 3.33333 12.0333 3.66667 12.1 4H2V17.125L3.15 16H18V7.9C18.3833 7.81667 18.7417 7.70417 19.075 7.5625C19.4083 7.42083 19.7167 7.23333 20 7V16C20 16.55 19.8042 17.0208 19.4125 17.4125C19.0208 17.8042 18.55 18 18 18H4L0 22ZM14.875 5.125C14.2917 4.54167 14 3.83333 14 3C14 2.16667 14.2917 1.45833 14.875 0.875C15.4583 0.291667 16.1667 0 17 0C17.8333 0 18.5417 0.291667 19.125 0.875C19.7083 1.45833 20 2.16667 20 3C20 3.83333 19.7083 4.54167 19.125 5.125C18.5417 5.70833 17.8333 6 17 6C16.1667 6 15.4583 5.70833 14.875 5.125Z",
|
|
11718
|
-
fill: "
|
|
11718
|
+
fill: "currentColor"
|
|
11719
11719
|
}
|
|
11720
11720
|
)
|
|
11721
11721
|
}
|