sass-template-common 0.1.97 → 0.1.99
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.
|
@@ -4678,13 +4678,7 @@ const el = (e) => {
|
|
|
4678
4678
|
/* @__PURE__ */ a(
|
|
4679
4679
|
o,
|
|
4680
4680
|
{
|
|
4681
|
-
className: se.playStyled
|
|
4682
|
-
style: {
|
|
4683
|
-
width: n ? "3rem" : "27px",
|
|
4684
|
-
height: n ? "3rem" : "27px",
|
|
4685
|
-
marginBottom: n ? "18px" : ".5rem",
|
|
4686
|
-
marginLeft: n ? "30px" : ".5rem"
|
|
4687
|
-
}
|
|
4681
|
+
className: `${se.playStyled} saas-image-play-icon`
|
|
4688
4682
|
}
|
|
4689
4683
|
)
|
|
4690
4684
|
] })
|
|
@@ -4736,12 +4730,7 @@ const el = (e) => {
|
|
|
4736
4730
|
/* @__PURE__ */ a(
|
|
4737
4731
|
o,
|
|
4738
4732
|
{
|
|
4739
|
-
className: se.playStyled
|
|
4740
|
-
style: {
|
|
4741
|
-
width: n ? "3rem" : "var(--image-play-width)",
|
|
4742
|
-
height: n ? "3rem" : "var(--image-play-height)",
|
|
4743
|
-
margin: n ? "var(--image-is-large-play-margin)" : "var(--image-play-margin)"
|
|
4744
|
-
}
|
|
4733
|
+
className: `${se.playStyled} saas-image-play-icon`
|
|
4745
4734
|
}
|
|
4746
4735
|
)
|
|
4747
4736
|
] })
|
|
@@ -7091,7 +7080,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
|
|
|
7091
7080
|
href: e.info.link.url,
|
|
7092
7081
|
children: /* @__PURE__ */ m("div", { style: { position: "relative" }, children: [
|
|
7093
7082
|
/* @__PURE__ */ a("img", { src: await pe(e.preview.sizes[0]?.url || "") }),
|
|
7094
|
-
/* @__PURE__ */ a(t, { className: Dn.playStyled })
|
|
7083
|
+
/* @__PURE__ */ a(t, { className: `${Dn.playStyled} saas-image-play-icon` })
|
|
7095
7084
|
] })
|
|
7096
7085
|
}
|
|
7097
7086
|
),
|