sass-template-common 0.9.169 → 0.9.170
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.
|
@@ -5843,7 +5843,7 @@ const yn = ({
|
|
|
5843
5843
|
lineHeightSubTitle: n,
|
|
5844
5844
|
colorSubTitle: r,
|
|
5845
5845
|
className: i = "sass-com-nd-description",
|
|
5846
|
-
isH2: o = !
|
|
5846
|
+
isH2: o = !1
|
|
5847
5847
|
}) => {
|
|
5848
5848
|
if (!e) return null;
|
|
5849
5849
|
const l = {
|
|
@@ -12337,7 +12337,7 @@ async function bc(e) {
|
|
|
12337
12337
|
/* @__PURE__ */ a(Un, { preview: t.preview }),
|
|
12338
12338
|
e.subtitleBeforeImage && /* @__PURE__ */ p("div", { className: "news-description-before-image", style: { ...e.headerSectionStyles?.common }, children: [
|
|
12339
12339
|
" ",
|
|
12340
|
-
/* @__PURE__ */ a(yn, { subtitle: t.main.subtitle.striped, cutSubtitle: !1 }),
|
|
12340
|
+
/* @__PURE__ */ a(yn, { subtitle: t.main.subtitle.striped, cutSubtitle: !1, isH2: !0 }),
|
|
12341
12341
|
" "
|
|
12342
12342
|
] })
|
|
12343
12343
|
] }) : null,
|