@mirweb/mir-web-components 0.9.7 → 0.9.9
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.
|
@@ -1883,21 +1883,32 @@ const gl = /* @__PURE__ */ v(vl, [["__scopeId", "data-v-af32c667"]]), fl = { cla
|
|
|
1883
1883
|
paragraph: {
|
|
1884
1884
|
type: String,
|
|
1885
1885
|
default: ""
|
|
1886
|
+
},
|
|
1887
|
+
bgColor: {
|
|
1888
|
+
type: String,
|
|
1889
|
+
default: "white"
|
|
1886
1890
|
}
|
|
1887
1891
|
},
|
|
1888
1892
|
setup(e) {
|
|
1889
|
-
return (i, l) => (a(), r("div",
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
e.
|
|
1893
|
-
])) : _("", !0),
|
|
1894
|
-
t("div", kl, [
|
|
1895
|
-
m(i.$slots, "triple-card-display-cards", {}, void 0, !0)
|
|
1893
|
+
return (i, l) => (a(), r("div", {
|
|
1894
|
+
class: c([
|
|
1895
|
+
"triple-card-display",
|
|
1896
|
+
e.bgColor === "blue" ? "triple-card-display--blue" : "triple-card-display--white"
|
|
1896
1897
|
])
|
|
1897
|
-
|
|
1898
|
+
}, [
|
|
1899
|
+
t("div", fl, [
|
|
1900
|
+
e.headline || e.paragraph ? (a(), r("div", yl, [
|
|
1901
|
+
e.headline ? (a(), r("h2", bl, d(e.headline), 1)) : _("", !0),
|
|
1902
|
+
e.paragraph ? (a(), r("p", pl, d(e.paragraph), 1)) : _("", !0)
|
|
1903
|
+
])) : _("", !0),
|
|
1904
|
+
t("div", kl, [
|
|
1905
|
+
m(i.$slots, "triple-card-display-cards", {}, void 0, !0)
|
|
1906
|
+
])
|
|
1907
|
+
])
|
|
1908
|
+
], 2));
|
|
1898
1909
|
}
|
|
1899
1910
|
});
|
|
1900
|
-
const wl = /* @__PURE__ */ v($l, [["__scopeId", "data-v-
|
|
1911
|
+
const wl = /* @__PURE__ */ v($l, [["__scopeId", "data-v-9e0e2f49"]]), Sl = { class: "vimeo" }, xl = { class: "vimeo__wrapper" }, Il = {
|
|
1901
1912
|
key: 0,
|
|
1902
1913
|
class: "vimeo__headline"
|
|
1903
1914
|
}, ql = {
|