sass-template-common 0.9.208 → 0.9.210
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.
|
@@ -1827,6 +1827,8 @@ export declare const new_speculationRules_section: {
|
|
|
1827
1827
|
})[];
|
|
1828
1828
|
};
|
|
1829
1829
|
|
|
1830
|
+
export declare const NewDescriptionBlock: FC<NewDescriptionBlockProps>;
|
|
1831
|
+
|
|
1830
1832
|
declare interface NewDescriptionBlockProps {
|
|
1831
1833
|
imageSize?: {
|
|
1832
1834
|
height: string;
|
|
@@ -6527,20 +6527,18 @@ const ml = (e) => {
|
|
|
6527
6527
|
src: r[0]?.url ? r[0]?.url : void 0
|
|
6528
6528
|
}
|
|
6529
6529
|
),
|
|
6530
|
-
t && /* @__PURE__ */
|
|
6531
|
-
|
|
6532
|
-
|
|
6533
|
-
|
|
6534
|
-
|
|
6535
|
-
|
|
6536
|
-
|
|
6537
|
-
|
|
6538
|
-
|
|
6539
|
-
|
|
6540
|
-
|
|
6541
|
-
|
|
6542
|
-
)
|
|
6543
|
-
] })
|
|
6530
|
+
t && /* @__PURE__ */ n($, { children: /* @__PURE__ */ n(
|
|
6531
|
+
"div",
|
|
6532
|
+
{
|
|
6533
|
+
className: "sass-com-img-boxPlayIcon",
|
|
6534
|
+
children: /* @__PURE__ */ n(
|
|
6535
|
+
a,
|
|
6536
|
+
{
|
|
6537
|
+
className: "sass-com-img-playStyled saas-image-play-icon"
|
|
6538
|
+
}
|
|
6539
|
+
)
|
|
6540
|
+
}
|
|
6541
|
+
) })
|
|
6544
6542
|
] })
|
|
6545
6543
|
] }),
|
|
6546
6544
|
e.figCaption && e.figCaption !== "" && /* @__PURE__ */ n("figcaption", { children: e.figCaption })
|
|
@@ -6581,20 +6579,18 @@ const ml = (e) => {
|
|
|
6581
6579
|
src: r[0]?.url ? r[0]?.url : ""
|
|
6582
6580
|
}
|
|
6583
6581
|
),
|
|
6584
|
-
t && /* @__PURE__ */
|
|
6585
|
-
|
|
6586
|
-
|
|
6587
|
-
|
|
6588
|
-
|
|
6589
|
-
|
|
6590
|
-
|
|
6591
|
-
|
|
6592
|
-
|
|
6593
|
-
|
|
6594
|
-
|
|
6595
|
-
|
|
6596
|
-
)
|
|
6597
|
-
] })
|
|
6582
|
+
t && /* @__PURE__ */ n($, { children: /* @__PURE__ */ n(
|
|
6583
|
+
"div",
|
|
6584
|
+
{
|
|
6585
|
+
className: "sass-com-img-boxPlayIcon",
|
|
6586
|
+
children: /* @__PURE__ */ n(
|
|
6587
|
+
a,
|
|
6588
|
+
{
|
|
6589
|
+
className: "sass-com-img-playStyled saas-image-play-icon"
|
|
6590
|
+
}
|
|
6591
|
+
)
|
|
6592
|
+
}
|
|
6593
|
+
) })
|
|
6598
6594
|
] })
|
|
6599
6595
|
] }),
|
|
6600
6596
|
e.figCaption && e.figCaption !== "" && /* @__PURE__ */ n("figcaption", { children: e.figCaption })
|
|
@@ -18298,6 +18294,7 @@ export {
|
|
|
18298
18294
|
Lm as ModuloBlockNews,
|
|
18299
18295
|
Um as ModuloNewsletter,
|
|
18300
18296
|
Tm as ModuloOpinion,
|
|
18297
|
+
Pa as NewDescriptionBlock,
|
|
18301
18298
|
ad as NewListResponseDataPH,
|
|
18302
18299
|
to as NewsArticle,
|
|
18303
18300
|
Om as NewsComponent,
|