sass-template-common 0.0.75 → 0.0.77
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.
|
@@ -4401,6 +4401,7 @@ const At = (e) => {
|
|
|
4401
4401
|
/* @__PURE__ */ a(
|
|
4402
4402
|
U,
|
|
4403
4403
|
{
|
|
4404
|
+
"aria-label": e?.info?.section?.name,
|
|
4404
4405
|
className: K.sectionDescription,
|
|
4405
4406
|
href: e?.info?.section?.url,
|
|
4406
4407
|
children: e?.info?.section?.name
|
|
@@ -4416,6 +4417,7 @@ const At = (e) => {
|
|
|
4416
4417
|
e?.info?.link?.url ? /* @__PURE__ */ a(
|
|
4417
4418
|
U,
|
|
4418
4419
|
{
|
|
4420
|
+
"aria-label": e.main?.title?.section,
|
|
4419
4421
|
className: K.linkStyled,
|
|
4420
4422
|
style: {
|
|
4421
4423
|
"--isLink": "var(--news-description-title-color-hover-decoration)"
|
|
@@ -4430,6 +4432,7 @@ const At = (e) => {
|
|
|
4430
4432
|
(e?.config?.showtime || e.config?.showauthor) && /* @__PURE__ */ a(Q, { children: e.authors[0]?.internaluser ? /* @__PURE__ */ a("h3", { children: /* @__PURE__ */ a(
|
|
4431
4433
|
U,
|
|
4432
4434
|
{
|
|
4435
|
+
"aria-label": s(),
|
|
4433
4436
|
className: K.correspondentLink,
|
|
4434
4437
|
href: `/${e?.paths?.autor}/${e?.authors[0]?.name}`,
|
|
4435
4438
|
children: s()
|
|
@@ -6482,6 +6485,7 @@ const Fc = "_content_r1co8_1", Wc = "_videoContent_r1co8_20", Yc = "_articleSect
|
|
|
6482
6485
|
/* @__PURE__ */ a(
|
|
6483
6486
|
U,
|
|
6484
6487
|
{
|
|
6488
|
+
"aria-label": e.main?.title?.section,
|
|
6485
6489
|
className: It.image,
|
|
6486
6490
|
title: t?.title?.section,
|
|
6487
6491
|
href: s?.link?.url,
|
|
@@ -8877,6 +8881,7 @@ const z9 = (e) => {
|
|
|
8877
8881
|
{
|
|
8878
8882
|
fetchPriority: "low",
|
|
8879
8883
|
loading: "lazy",
|
|
8884
|
+
alt: "autor-image",
|
|
8880
8885
|
className: Ie.imageStyled,
|
|
8881
8886
|
src: await ie(t.info.image.sizes[0]?.url || "")
|
|
8882
8887
|
}
|
|
@@ -8891,6 +8896,7 @@ const z9 = (e) => {
|
|
|
8891
8896
|
{
|
|
8892
8897
|
href: t.addtional.USER_USERFB,
|
|
8893
8898
|
target: "_blank",
|
|
8899
|
+
"aria-label": t.addtional.USER_MIBIO,
|
|
8894
8900
|
rel: "noreferrer",
|
|
8895
8901
|
children: /* @__PURE__ */ a(
|
|
8896
8902
|
"svg",
|
|
@@ -8917,6 +8923,7 @@ const z9 = (e) => {
|
|
|
8917
8923
|
{
|
|
8918
8924
|
href: t.addtional.USER_USERIG,
|
|
8919
8925
|
target: "_blank",
|
|
8926
|
+
"aria-label": t.addtional.USER_MIBIO,
|
|
8920
8927
|
rel: "noreferrer",
|
|
8921
8928
|
children: /* @__PURE__ */ m(
|
|
8922
8929
|
"svg",
|
|
@@ -8969,6 +8976,7 @@ const z9 = (e) => {
|
|
|
8969
8976
|
{
|
|
8970
8977
|
href: t.addtional.USER_USERTWT,
|
|
8971
8978
|
target: "_blank",
|
|
8979
|
+
"aria-label": t.addtional.USER_MIBIO,
|
|
8972
8980
|
rel: "noreferrer",
|
|
8973
8981
|
children: /* @__PURE__ */ a(
|
|
8974
8982
|
"svg",
|
|
@@ -8994,6 +9002,7 @@ const z9 = (e) => {
|
|
|
8994
9002
|
{
|
|
8995
9003
|
href: t.addtional.USER_USERLIN,
|
|
8996
9004
|
target: "_blank",
|
|
9005
|
+
"aria-label": t.addtional.USER_MIBIO,
|
|
8997
9006
|
rel: "noreferrer",
|
|
8998
9007
|
children: /* @__PURE__ */ m(
|
|
8999
9008
|
"svg",
|
|
@@ -9379,9 +9388,9 @@ function Z2(e) {
|
|
|
9379
9388
|
const d = [];
|
|
9380
9389
|
for (let c = 0; c < l; c++)
|
|
9381
9390
|
d.push("<li></li>");
|
|
9382
|
-
return `<
|
|
9391
|
+
return `<menu class='carrousel-pagination'>
|
|
9383
9392
|
${d.join("")}
|
|
9384
|
-
</
|
|
9393
|
+
</menu>`;
|
|
9385
9394
|
};
|
|
9386
9395
|
return `
|
|
9387
9396
|
<div class="${n + " carrousel-container"}">
|