@mirweb/mir-web-components 0.15.47 → 0.15.48

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.
@@ -1603,7 +1603,7 @@ const Ea = /* @__PURE__ */ v(Na, [["__scopeId", "data-v-6dde0544"]]), Ha = { cla
1603
1603
  ], 2));
1604
1604
  }
1605
1605
  });
1606
- const Ga = /* @__PURE__ */ v(Wa, [["__scopeId", "data-v-9e2f6702"]]), Ya = { class: "headline__wrapper" }, Qa = { class: "headline__h1" }, Ja = /* @__PURE__ */ h({
1606
+ const Ga = /* @__PURE__ */ v(Wa, [["__scopeId", "data-v-1b744d9c"]]), Ya = { class: "headline__wrapper" }, Qa = { class: "headline__h1" }, Ja = /* @__PURE__ */ h({
1607
1607
  __name: "headline",
1608
1608
  props: {
1609
1609
  headline: {
@@ -1623,8 +1623,9 @@ const Ga = /* @__PURE__ */ v(Wa, [["__scopeId", "data-v-9e2f6702"]]), Ya = { cla
1623
1623
  return (a, r) => (l(), s("div", Ya, [
1624
1624
  t("div", {
1625
1625
  class: c([
1626
- e.article ? "headline__content--article" : "headline__content--default",
1627
- e.subMenu ? "headline__content--submenu" : ""
1626
+ e.article && e.subMenu ? "headline__content--article-and-submenu" : "",
1627
+ e.article && !e.subMenu ? "headline__content--article" : "",
1628
+ !e.article && e.subMenu ? "headline__content--submenu" : "headline__content--default"
1628
1629
  ])
1629
1630
  }, [
1630
1631
  t("h1", Qa, o(e.headline), 1)
@@ -1632,7 +1633,7 @@ const Ga = /* @__PURE__ */ v(Wa, [["__scopeId", "data-v-9e2f6702"]]), Ya = { cla
1632
1633
  ]));
1633
1634
  }
1634
1635
  });
1635
- const Xa = /* @__PURE__ */ v(Ja, [["__scopeId", "data-v-2676cf0a"]]), Za = (e) => (D("data-v-e4b4c416"), e = e(), M(), e), el = { class: "hero__wrapper" }, tl = { class: "hero__content" }, al = { class: "hero__top" }, ll = { class: "hero__elements" }, il = { class: "hero__headline" }, rl = { class: "hero__link" }, sl = { class: "hero__video" }, ol = /* @__PURE__ */ Za(() => /* @__PURE__ */ t("div", { class: "hero__gradient" }, null, -1)), nl = /* @__PURE__ */ h({
1636
+ const Xa = /* @__PURE__ */ v(Ja, [["__scopeId", "data-v-f745823a"]]), Za = (e) => (D("data-v-e4b4c416"), e = e(), M(), e), el = { class: "hero__wrapper" }, tl = { class: "hero__content" }, al = { class: "hero__top" }, ll = { class: "hero__elements" }, il = { class: "hero__headline" }, rl = { class: "hero__link" }, sl = { class: "hero__video" }, ol = /* @__PURE__ */ Za(() => /* @__PURE__ */ t("div", { class: "hero__gradient" }, null, -1)), nl = /* @__PURE__ */ h({
1636
1637
  __name: "hero",
1637
1638
  props: {
1638
1639
  headline: {