sass-template-common 0.1.91 → 0.1.93
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.
|
@@ -1216,6 +1216,8 @@ declare interface ModuloNewsletterProps {
|
|
|
1216
1216
|
sibtitle: string;
|
|
1217
1217
|
image: ReactNode;
|
|
1218
1218
|
texts: textsType;
|
|
1219
|
+
termsLink: string;
|
|
1220
|
+
submitFunction: () => void;
|
|
1219
1221
|
}
|
|
1220
1222
|
|
|
1221
1223
|
export declare const ModuloOpinion: FC<OptionCardBlockProps>;
|
|
@@ -1711,6 +1713,9 @@ declare type Props_29 = {
|
|
|
1711
1713
|
image: ReactNode;
|
|
1712
1714
|
texts: textsType;
|
|
1713
1715
|
className?: string;
|
|
1716
|
+
termsLink: string;
|
|
1717
|
+
termsLinkTarget?: string;
|
|
1718
|
+
submitFunction: any;
|
|
1714
1719
|
};
|
|
1715
1720
|
|
|
1716
1721
|
declare type Props_3 = {
|
|
@@ -5875,7 +5875,7 @@ const Tt = (e) => {
|
|
|
5875
5875
|
/* @__PURE__ */ a(kn, { className: qe.buttonStyled, size: "large", full: !0, children: e.texts.newsletterButtonText ?? "Suscribirme" }),
|
|
5876
5876
|
/* @__PURE__ */ h("div", { className: qe.contentTerms, children: [
|
|
5877
5877
|
/* @__PURE__ */ a("p", { className: qe.subscribeText, children: e.texts.newsletterTermsText ?? "Suscribirte implica aceptar los" }),
|
|
5878
|
-
/* @__PURE__ */ a(B, { className: qe.terms, children: e.texts.newsletterTermsAnchor ?? "Términos y condiciones" })
|
|
5878
|
+
/* @__PURE__ */ a(B, { className: qe.terms, href: e.termsLink, target: e.termsLinkTarget, children: e.texts.newsletterTermsAnchor ?? "Términos y condiciones" })
|
|
5879
5879
|
] })
|
|
5880
5880
|
] }), pl = "_content_1ms2y_1", Al = "_contentInfo_1ms2y_20", wl = "_subscribeImage_1ms2y_28", yl = "_tag_1ms2y_42", vl = "_contentTitle_1ms2y_60", bl = "_title_1ms2y_65", Cl = "_subTitle_1ms2y_70", _l = "_inputStyled_1ms2y_79", Nl = "_buttonStyled_1ms2y_118", Sl = "_contentTerms_1ms2y_131", El = "_subscribeText_1ms2y_137", xl = "_terms_1ms2y_146", Te = {
|
|
5881
5881
|
content: pl,
|
|
@@ -8614,7 +8614,15 @@ const o3 = (e) => {
|
|
|
8614
8614
|
/* @__PURE__ */ a("div", { className: wt.bannerContent, children: e.halfPageBanner })
|
|
8615
8615
|
] });
|
|
8616
8616
|
}, c3 = (e) => /* @__PURE__ */ h(Y, { children: [
|
|
8617
|
-
/* @__PURE__ */ a(
|
|
8617
|
+
/* @__PURE__ */ a(
|
|
8618
|
+
gl,
|
|
8619
|
+
{
|
|
8620
|
+
className: "display-on-lower-900px",
|
|
8621
|
+
...e,
|
|
8622
|
+
termsLink: e.termsLink,
|
|
8623
|
+
submitFunction: e.submitFunction
|
|
8624
|
+
}
|
|
8625
|
+
),
|
|
8618
8626
|
/* @__PURE__ */ a(Tl, { ...e })
|
|
8619
8627
|
] }), b2 = "_newsContent_gd57q_1", C2 = "_newsContentWithLines_gd57q_8", _2 = "_newsContentWithoutLines_gd57q_13", N2 = "_contentSeparator_gd57q_18", en = {
|
|
8620
8628
|
newsContent: b2,
|
|
@@ -10366,7 +10374,7 @@ const wr = {
|
|
|
10366
10374
|
getVideos: l
|
|
10367
10375
|
} = e, u = e.slug === "liveblogs", { SHOW_NEWS_MORE_NEWS: f, SHOW_NEWS_RELATED_NEWS: m } = J();
|
|
10368
10376
|
if (!(!s || !s[0]))
|
|
10369
|
-
return /* @__PURE__ */ a(Y, { children: /* @__PURE__ */ h(Af, { className: la.contentLayout2, children: [
|
|
10377
|
+
return console.log("news[0]", s[0]), /* @__PURE__ */ a(Y, { children: /* @__PURE__ */ h(Af, { className: la.contentLayout2, children: [
|
|
10370
10378
|
/* @__PURE__ */ a(
|
|
10371
10379
|
Nf,
|
|
10372
10380
|
{
|