@mirweb/mir-web-components 0.11.1 → 0.11.2
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.
|
@@ -1637,13 +1637,17 @@ const Ja = /* @__PURE__ */ v(Ga, [["__scopeId", "data-v-e492048b"]]), Ya = { cla
|
|
|
1637
1637
|
type: String,
|
|
1638
1638
|
default: "link",
|
|
1639
1639
|
validator: (e) => ["link", "button"].includes(e)
|
|
1640
|
+
},
|
|
1641
|
+
teaser: {
|
|
1642
|
+
type: Boolean
|
|
1640
1643
|
}
|
|
1641
1644
|
},
|
|
1642
1645
|
setup(e) {
|
|
1643
1646
|
return (l, a) => (i(), r("div", {
|
|
1644
1647
|
class: c([
|
|
1645
1648
|
"promo__wrapper",
|
|
1646
|
-
e.variant === "dark" ? "promo__wrapper--dark" : e.variant === "light" ? "promo__wrapper--light" : ""
|
|
1649
|
+
e.variant === "dark" ? "promo__wrapper--dark" : e.variant === "light" ? "promo__wrapper--light" : "",
|
|
1650
|
+
e.teaser ? "promo__wrapper--teaser" : ""
|
|
1647
1651
|
])
|
|
1648
1652
|
}, [
|
|
1649
1653
|
t("div", Ya, [
|
|
@@ -1721,7 +1725,7 @@ const Ja = /* @__PURE__ */ v(Ga, [["__scopeId", "data-v-e492048b"]]), Ya = { cla
|
|
|
1721
1725
|
], 2));
|
|
1722
1726
|
}
|
|
1723
1727
|
});
|
|
1724
|
-
const Qa = /* @__PURE__ */ v(Ka, [["__scopeId", "data-v-
|
|
1728
|
+
const Qa = /* @__PURE__ */ v(Ka, [["__scopeId", "data-v-0b0e5708"]]), Xa = (e) => (P("data-v-3cc55dbf"), e = e(), H(), e), el = { class: "quote__wrapper" }, tl = { class: "quote__content" }, al = /* @__PURE__ */ Xa(() => /* @__PURE__ */ t("p", { class: "quote__quote-mark" }, "“", -1)), ll = { class: "quote__quote" }, il = { class: "quote__quote-text" }, rl = { class: "quote__author" }, ol = {
|
|
1725
1729
|
key: 0,
|
|
1726
1730
|
class: "quote__image"
|
|
1727
1731
|
}, nl = { class: "quote__text" }, sl = { class: "quote__author-name" }, dl = { class: "quote__author-title" }, cl = /* @__PURE__ */ _({
|