sass-template-common 0.9.84 → 0.9.87
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/ficha-video.css +1 -1
- package/dist/sass-template-common.css +1 -1
- package/dist/sass-template-common.js +6 -5
- package/dist/sass-template-common.umd.cjs +2 -2
- package/dist/ui/components/blocks_dynamic/blocks_dynamic.css +1 -1
- package/dist/ui/components/blocks_dynamic/modulo1x3/components-blocks_dynamic-modulo1x3.css +1 -1
- package/dist/ui/components/common/cards/section-card-1/cards-section-card-1.css +1 -1
- package/dist/ui/components/common/cards/section-card-6/cards-section-card-6.css +1 -1
- package/dist/ui/components/common/news-description/news-description.css +1 -1
- package/package.json +1 -1
|
@@ -5481,7 +5481,7 @@ function O(e) {
|
|
|
5481
5481
|
...e,
|
|
5482
5482
|
href: (!d && !m ? c : "") + (c && e.href === "/" ? "" : e.href ?? "")
|
|
5483
5483
|
};
|
|
5484
|
-
return d ? /* @__PURE__ */ n(
|
|
5484
|
+
return h.href.startsWith("//") && (h.href = h.href.replace("/", "")), d ? /* @__PURE__ */ n(
|
|
5485
5485
|
"a",
|
|
5486
5486
|
{
|
|
5487
5487
|
target: h.target ?? "_blank",
|
|
@@ -12964,7 +12964,7 @@ const qu = ({ currentNew: e }) => e && e?.hascontent?.hasembeddedtwitter && /* @
|
|
|
12964
12964
|
isLarge: g = !1,
|
|
12965
12965
|
keywords: w
|
|
12966
12966
|
} = i;
|
|
12967
|
-
return /* @__PURE__ */ n(
|
|
12967
|
+
return console.log(i.info.link.url), /* @__PURE__ */ n(
|
|
12968
12968
|
"div",
|
|
12969
12969
|
{
|
|
12970
12970
|
className: r(o),
|
|
@@ -12974,7 +12974,7 @@ const qu = ({ currentNew: e }) => e && e?.hascontent?.hasembeddedtwitter && /* @
|
|
|
12974
12974
|
O,
|
|
12975
12975
|
{
|
|
12976
12976
|
title: l?.title?.section,
|
|
12977
|
-
href: c?.link?.
|
|
12977
|
+
href: c?.link?.url ?? "invalidUrl",
|
|
12978
12978
|
"aria-label": l?.title?.section ?? "nota",
|
|
12979
12979
|
target: c?.link?.target,
|
|
12980
12980
|
children: /* @__PURE__ */ n(
|
|
@@ -13006,7 +13006,8 @@ const qu = ({ currentNew: e }) => e && e?.hascontent?.hasembeddedtwitter && /* @
|
|
|
13006
13006
|
paths: e.paths,
|
|
13007
13007
|
isVisible: e.isVisible,
|
|
13008
13008
|
DATE_CONFIG: e.API_ENV,
|
|
13009
|
-
keywords: w
|
|
13009
|
+
keywords: w,
|
|
13010
|
+
API_ENV: a
|
|
13010
13011
|
}
|
|
13011
13012
|
) })
|
|
13012
13013
|
] })
|
|
@@ -13074,7 +13075,7 @@ const qu = ({ currentNew: e }) => e && e?.hascontent?.hasembeddedtwitter && /* @
|
|
|
13074
13075
|
"--isLink": e?.info?.link?.url ? "underline" : "none"
|
|
13075
13076
|
},
|
|
13076
13077
|
"aria-label": e.main?.title?.section ?? "nota",
|
|
13077
|
-
href: e?.info?.link?.
|
|
13078
|
+
href: e?.info?.link?.url ?? "invalidUrl",
|
|
13078
13079
|
target: e?.info?.link?.target,
|
|
13079
13080
|
children: e.main?.title?.section
|
|
13080
13081
|
}
|