@mirweb/mir-web-components 0.17.67 → 0.17.69

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.
@@ -1,4 +1,4 @@
1
- import { defineComponent as g, computed as L, openBlock as s, createElementBlock as i, normalizeClass as h, toDisplayString as n, createElementVNode as t, renderSlot as _, pushScopeId as E, popScopeId as R, createTextVNode as K, ref as I, withDirectives as Y, Fragment as M, renderList as O, vShow as Z, normalizeProps as P, guardReactiveProps as F, toRefs as ye, mergeProps as te, createVNode as w, Transition as $e, withCtx as k, withModifiers as ne, createBlock as C, createCommentVNode as m, watchEffect as de, withKeys as ke, useSlots as we, normalizeStyle as ae, isRef as ie, unref as V, onMounted as ce, watch as re, onUnmounted as Se } from "vue";
1
+ import { defineComponent as g, computed as L, openBlock as s, createElementBlock as i, normalizeClass as h, toDisplayString as n, createElementVNode as t, renderSlot as _, pushScopeId as E, popScopeId as R, createTextVNode as W, ref as I, withDirectives as Y, Fragment as M, renderList as O, vShow as Z, normalizeProps as P, guardReactiveProps as F, toRefs as ye, mergeProps as te, createVNode as w, Transition as $e, withCtx as k, withModifiers as ne, createBlock as C, createCommentVNode as m, watchEffect as de, withKeys as ke, useSlots as we, normalizeStyle as ae, isRef as ie, unref as V, onMounted as ce, watch as re, onUnmounted as Se } from "vue";
2
2
  const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
3
3
  __name: "button",
4
4
  props: {
@@ -81,7 +81,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
81
81
  class: "chip",
82
82
  "aria-label": r.value
83
83
  }, [
84
- K(n(o.text) + " ", 1),
84
+ W(n(o.text) + " ", 1),
85
85
  Oe
86
86
  ], 8, Me)
87
87
  ]));
@@ -125,7 +125,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
125
125
  function H(d) {
126
126
  var $;
127
127
  const b = d.target;
128
- b.getAttribute("role") === "option" && (W(b), Q(), ($ = u.value) == null || $.focus());
128
+ b.getAttribute("role") === "option" && (G(b), Q(), ($ = u.value) == null || $.focus());
129
129
  }
130
130
  function le(d) {
131
131
  var $;
@@ -138,7 +138,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
138
138
  (U) => U.value === o.modelValue
139
139
  );
140
140
  let N = T ? p.value[T] : p.value[0];
141
- b === "ArrowUp" ? T - 1 >= 0 && (N = p.value[T - 1]) : T + 1 <= o.options.length && (N = p.value[T + 1]), N && W(N);
141
+ b === "ArrowUp" ? T - 1 >= 0 && (N = p.value[T - 1]) : T + 1 <= o.options.length && (N = p.value[T + 1]), N && G(N);
142
142
  break;
143
143
  }
144
144
  case "Home":
@@ -155,7 +155,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
155
155
  break;
156
156
  default: {
157
157
  const T = me(b);
158
- T && W(T);
158
+ T && G(T);
159
159
  break;
160
160
  }
161
161
  }
@@ -195,9 +195,9 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
195
195
  return null;
196
196
  }
197
197
  function ve() {
198
- W(p.value[0]);
198
+ G(p.value[0]);
199
199
  }
200
- function W(d) {
200
+ function G(d) {
201
201
  var $, T;
202
202
  const b = d.getAttribute("data-value");
203
203
  if (o.modelValue) {
@@ -217,7 +217,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
217
217
  function fe() {
218
218
  var b;
219
219
  const d = (b = p.value) == null ? void 0 : b[o.options.length - 1];
220
- W(d);
220
+ G(d);
221
221
  }
222
222
  function Q() {
223
223
  var d;
@@ -317,7 +317,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
317
317
  }, n(o.text), 11, Je)
318
318
  ]));
319
319
  }
320
- }), G = /* @__PURE__ */ v(Qe, [["__scopeId", "data-v-7d9d3a8a"]]), Ze = { class: "link__wrapper" }, D = /* @__PURE__ */ g({
320
+ }), K = /* @__PURE__ */ v(Qe, [["__scopeId", "data-v-7d9d3a8a"]]), Ze = { class: "link__wrapper" }, D = /* @__PURE__ */ g({
321
321
  __name: "link",
322
322
  props: {
323
323
  linkType: { default: "regular" },
@@ -476,7 +476,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
476
476
  })
477
477
  ]));
478
478
  }
479
- }), ue = /* @__PURE__ */ v(ut, [["__scopeId", "data-v-80f0fb08"]]), _t = { class: "slider__wrapper" }, pt = { class: "slider__label" }, ht = ["for"], mt = ["aria-label"], vt = { class: "slider__content" }, ft = ["id", "name", "value", "min", "step", "max"], gt = /* @__PURE__ */ g({
479
+ }), ue = /* @__PURE__ */ v(ut, [["__scopeId", "data-v-80f0fb08"]]), _t = { class: "slider__wrapper" }, pt = { class: "slider__label" }, ht = ["for"], mt = ["aria-label"], vt = { class: "slider__content" }, ft = ["id", "name", "value", "min", "step", "max"], gt = { class: "modal-information" }, bt = /* @__PURE__ */ g({
480
480
  __name: "slider",
481
481
  props: {
482
482
  label: {},
@@ -552,13 +552,13 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
552
552
  "onUpdate:show": y[3] || (y[3] = (q) => c.value = q)
553
553
  }, {
554
554
  default: k(() => [
555
- K(n(f.information), 1)
555
+ t("p", gt, n(f.information), 1)
556
556
  ]),
557
557
  _: 1
558
558
  }, 8, ["show"])) : m("", !0)
559
559
  ]));
560
560
  }
561
- }), bt = /* @__PURE__ */ v(gt, [["__scopeId", "data-v-b8d6d141"]]), yt = { id: "textarea-wrapper" }, $t = ["for"], kt = ["id"], wt = ["id", "name", "placeholder", "required", "disabled", "maxlength", "value"], St = { class: "textarea-info" }, Bt = { key: 0 }, It = /* @__PURE__ */ g({
561
+ }), yt = /* @__PURE__ */ v(bt, [["__scopeId", "data-v-24a83011"]]), $t = { id: "textarea-wrapper" }, kt = ["for"], wt = ["id"], St = ["id", "name", "placeholder", "required", "disabled", "maxlength", "value"], Bt = { class: "textarea-info" }, It = { key: 0 }, qt = /* @__PURE__ */ g({
562
562
  __name: "textarea",
563
563
  props: {
564
564
  id: { default: "" },
@@ -572,11 +572,11 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
572
572
  },
573
573
  emits: ["update:modelValue"],
574
574
  setup(e) {
575
- return (a, r) => (s(), i("div", yt, [
575
+ return (a, r) => (s(), i("div", $t, [
576
576
  t("label", {
577
577
  for: a.id,
578
578
  class: h({ required: a.required })
579
- }, n(a.labelText) + n(a.required ? " *" : ""), 11, $t),
579
+ }, n(a.labelText) + n(a.required ? " *" : ""), 11, kt),
580
580
  t("div", {
581
581
  id: a.modelValue !== void 0 && a.modelValue.length === a.maxLength ? "textarea-wrapper__inner" : ""
582
582
  }, [
@@ -594,11 +594,11 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
594
594
  a.modelValue !== void 0 && a.modelValue.length === a.maxLength ? "reached-meter-limit" : "border"
595
595
  ),
596
596
  onInput: r[0] || (r[0] = (o) => a.$emit("update:modelValue", o.target.value))
597
- }, null, 42, wt)
598
- ], 8, kt),
599
- t("div", St, [
597
+ }, null, 42, St)
598
+ ], 8, wt),
599
+ t("div", Bt, [
600
600
  t("div", null, [
601
- a.modelValue !== void 0 && a.modelValue.length === a.maxLength ? (s(), i("p", Bt, " Too many characters. Please make it shorter ")) : m("", !0)
601
+ a.modelValue !== void 0 && a.modelValue.length === a.maxLength ? (s(), i("p", It, " Too many characters. Please make it shorter ")) : m("", !0)
602
602
  ]),
603
603
  t("p", {
604
604
  class: h(
@@ -608,16 +608,16 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
608
608
  ])
609
609
  ]));
610
610
  }
611
- }), qt = /* @__PURE__ */ v(It, [["__scopeId", "data-v-220a973c"]]), Tt = { class: "text-field__wrapper" }, Lt = ["for"], Vt = { key: 0 }, Ct = ["id", "type", "value", "placeholder", "required", "disabled", "name"], At = ["aria-expanded"], Dt = ["id", "type", "value", "placeholder", "required", "disabled", "name"], Mt = {
611
+ }), Tt = /* @__PURE__ */ v(qt, [["__scopeId", "data-v-220a973c"]]), Lt = { class: "text-field__wrapper" }, Vt = ["for"], Ct = { key: 0 }, At = ["id", "type", "value", "placeholder", "required", "disabled", "name"], Dt = ["aria-expanded"], Mt = ["id", "type", "value", "placeholder", "required", "disabled", "name"], Ot = {
612
612
  key: 2,
613
613
  class: "search"
614
- }, Ot = {
614
+ }, Pt = {
615
615
  key: 3,
616
616
  class: "errorMessage"
617
- }, Pt = {
617
+ }, Ft = {
618
618
  key: 4,
619
619
  class: "helperText"
620
- }, Ft = /* @__PURE__ */ g({
620
+ }, Et = /* @__PURE__ */ g({
621
621
  __name: "text-field",
622
622
  props: {
623
623
  type: { default: "text" },
@@ -649,7 +649,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
649
649
  ), c = L(
650
650
  () => l.value ? "password" : "text"
651
651
  );
652
- return (p, S) => (s(), i("div", Tt, [
652
+ return (p, S) => (s(), i("div", Lt, [
653
653
  t("label", {
654
654
  for: p.id,
655
655
  class: h([
@@ -657,8 +657,8 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
657
657
  p.disabled ? "disabled" : "",
658
658
  p.search ? "search" : ""
659
659
  ])
660
- }, n(p.label), 11, Lt),
661
- o.value === "password" ? (s(), i("div", Vt, [
660
+ }, n(p.label), 11, Vt),
661
+ o.value === "password" ? (s(), i("div", Ct, [
662
662
  t("input", {
663
663
  id: p.id,
664
664
  ref: "passwordField",
@@ -669,14 +669,14 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
669
669
  disabled: p.disabled,
670
670
  name: p.fieldName,
671
671
  onInput: S[0] || (S[0] = (f) => p.$emit("update:modelValue", f.target.value))
672
- }, null, 40, Ct),
672
+ }, null, 40, At),
673
673
  t("i", {
674
674
  role: "button",
675
675
  class: h([u.value]),
676
676
  "aria-controls": "password",
677
677
  "aria-expanded": !l.value,
678
678
  onClick: S[1] || (S[1] = (f) => l.value = !l.value)
679
- }, null, 10, At)
679
+ }, null, 10, Dt)
680
680
  ])) : (s(), i("input", {
681
681
  key: 1,
682
682
  id: p.id,
@@ -693,13 +693,13 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
693
693
  disabled: p.disabled,
694
694
  name: p.fieldName,
695
695
  onInput: S[2] || (S[2] = (f) => p.$emit("update:modelValue", f.target.value))
696
- }, null, 42, Dt)),
697
- p.search ? (s(), i("i", Mt)) : m("", !0),
698
- p.errorMessage ? (s(), i("strong", Ot, n(p.errorMessage), 1)) : m("", !0),
699
- p.helperText ? (s(), i("span", Pt, n(p.helperText), 1)) : m("", !0)
696
+ }, null, 42, Mt)),
697
+ p.search ? (s(), i("i", Ot)) : m("", !0),
698
+ p.errorMessage ? (s(), i("strong", Pt, n(p.errorMessage), 1)) : m("", !0),
699
+ p.helperText ? (s(), i("span", Ft, n(p.helperText), 1)) : m("", !0)
700
700
  ]));
701
701
  }
702
- }), Et = /* @__PURE__ */ v(Ft, [["__scopeId", "data-v-414b9435"]]), Rt = { class: "video__wrapper" }, Nt = ["aria-label", "controls", "poster", "width", "height", "autoplay", "loop", "muted", "src"], Ht = ["src", "aria-label", "title", "width", "height"], zt = /* @__PURE__ */ g({
702
+ }), Rt = /* @__PURE__ */ v(Et, [["__scopeId", "data-v-414b9435"]]), Nt = { class: "video__wrapper" }, Ht = ["aria-label", "controls", "poster", "width", "height", "autoplay", "loop", "muted", "src"], zt = ["src", "aria-label", "title", "width", "height"], jt = /* @__PURE__ */ g({
703
703
  __name: "video",
704
704
  props: {
705
705
  play: { type: Boolean, default: !1 },
@@ -724,7 +724,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
724
724
  resetVideo: () => {
725
725
  o.value && (o.value.currentTime = 0, o.value.play());
726
726
  }
727
- }), (u, c) => (s(), i("div", Rt, [
727
+ }), (u, c) => (s(), i("div", Nt, [
728
728
  u.localVideo ? (s(), i("video", {
729
729
  key: 0,
730
730
  ref_key: "videoRef",
@@ -740,7 +740,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
740
740
  type: "video/mp4",
741
741
  playsinline: "",
742
742
  src: u.src
743
- }, null, 8, Nt)) : (s(), i("iframe", {
743
+ }, null, 8, Ht)) : (s(), i("iframe", {
744
744
  key: 1,
745
745
  src: u.src,
746
746
  "aria-label": u.ariaLabel,
@@ -750,10 +750,10 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
750
750
  frameborder: "0",
751
751
  allow: "autoplay; fullscreen",
752
752
  allowfullscreen: ""
753
- }, null, 8, Ht))
753
+ }, null, 8, zt))
754
754
  ]));
755
755
  }
756
- }), J = /* @__PURE__ */ v(zt, [["__scopeId", "data-v-c6a0feb6"]]), jt = { class: "address__wrapper" }, Ut = { class: "address__content" }, Kt = { class: "address__flag" }, Gt = { class: "address__address" }, Wt = { class: "address__name" }, Yt = { key: 0 }, Jt = { class: "address__contact" }, Qt = ["href"], Zt = ["href"], Xt = /* @__PURE__ */ g({
756
+ }), J = /* @__PURE__ */ v(jt, [["__scopeId", "data-v-c6a0feb6"]]), Ut = { class: "address__wrapper" }, Kt = { class: "address__content" }, Gt = { class: "address__flag" }, Wt = { class: "address__address" }, Yt = { class: "address__name" }, Jt = { key: 0 }, Qt = { class: "address__contact" }, Zt = ["href"], Xt = ["href"], xt = /* @__PURE__ */ g({
757
757
  __name: "address",
758
758
  props: {
759
759
  name: {},
@@ -765,19 +765,19 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
765
765
  email: {}
766
766
  },
767
767
  setup(e) {
768
- return (a, r) => (s(), i("div", jt, [
769
- t("div", Ut, [
770
- t("div", Kt, [
768
+ return (a, r) => (s(), i("div", Ut, [
769
+ t("div", Kt, [
770
+ t("div", Gt, [
771
771
  _(a.$slots, "address-flag", {}, void 0, !0)
772
772
  ]),
773
- t("div", Gt, [
774
- t("p", Wt, n(a.name), 1),
773
+ t("div", Wt, [
774
+ t("p", Yt, n(a.name), 1),
775
775
  t("p", null, n(a.company), 1),
776
776
  t("p", null, n(a.addressLine1), 1),
777
777
  t("p", null, n(a.addressLine2), 1),
778
- a.addressLine3 ? (s(), i("p", Yt, n(a.addressLine3), 1)) : m("", !0)
778
+ a.addressLine3 ? (s(), i("p", Jt, n(a.addressLine3), 1)) : m("", !0)
779
779
  ]),
780
- t("div", Jt, [
780
+ t("div", Qt, [
781
781
  (s(!0), i(M, null, O(a.phoneNumbers, (o) => (s(), C(D, {
782
782
  key: o,
783
783
  underline: "false",
@@ -787,19 +787,19 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
787
787
  t("a", {
788
788
  href: "tel:" + o,
789
789
  class: "address__phone"
790
- }, n(o), 9, Qt)
790
+ }, n(o), 9, Zt)
791
791
  ]),
792
792
  _: 2
793
793
  }, 1024))), 128)),
794
794
  t("a", {
795
795
  href: "mailto:" + a.email,
796
796
  class: "address__email"
797
- }, n(a.email), 9, Zt)
797
+ }, n(a.email), 9, Xt)
798
798
  ])
799
799
  ])
800
800
  ]));
801
801
  }
802
- }), xt = /* @__PURE__ */ v(Xt, [["__scopeId", "data-v-88ee2983"]]), ea = (e) => (E("data-v-a44fd57d"), e = e(), R(), e), ta = { class: "bullet-list__wrapper" }, aa = /* @__PURE__ */ ea(() => /* @__PURE__ */ t("i", { class: "checkmark" }, null, -1)), la = /* @__PURE__ */ g({
802
+ }), ea = /* @__PURE__ */ v(xt, [["__scopeId", "data-v-88ee2983"]]), ta = (e) => (E("data-v-a44fd57d"), e = e(), R(), e), aa = { class: "bullet-list__wrapper" }, la = /* @__PURE__ */ ta(() => /* @__PURE__ */ t("i", { class: "checkmark" }, null, -1)), oa = /* @__PURE__ */ g({
803
803
  __name: "bullet-list",
804
804
  props: {
805
805
  list: {
@@ -819,20 +819,20 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
819
819
  }
820
820
  },
821
821
  setup(e) {
822
- return (a, r) => (s(), i("div", ta, [
822
+ return (a, r) => (s(), i("div", aa, [
823
823
  t("div", {
824
824
  class: h(["bullet-list", e.variant])
825
825
  }, [
826
826
  t("ul", null, [
827
827
  (s(!0), i(M, null, O(e.list, (o) => (s(), i("li", { key: o }, [
828
- aa,
829
- K(" " + n(o), 1)
828
+ la,
829
+ W(" " + n(o), 1)
830
830
  ]))), 128))
831
831
  ])
832
832
  ], 2)
833
833
  ]));
834
834
  }
835
- }), oa = /* @__PURE__ */ v(la, [["__scopeId", "data-v-a44fd57d"]]), sa = { class: "card__wrapper" }, ia = { key: 2 }, ra = { key: 5 }, na = /* @__PURE__ */ g({
835
+ }), sa = /* @__PURE__ */ v(oa, [["__scopeId", "data-v-a44fd57d"]]), ia = { class: "card__wrapper" }, ra = { key: 2 }, na = { key: 5 }, da = /* @__PURE__ */ g({
836
836
  __name: "card",
837
837
  props: {
838
838
  variant: { default: "product" },
@@ -873,7 +873,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
873
873
  height: "335"
874
874
  }
875
875
  }, l = e, u = L(() => o[l.size]);
876
- return (c, p) => (s(), i("div", sa, [
876
+ return (c, p) => (s(), i("div", ia, [
877
877
  t("div", {
878
878
  class: h(["card", [
879
879
  c.theme === "dark" ? "card--dark" : "card--light",
@@ -916,7 +916,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
916
916
  muted: !0
917
917
  }, null, 8, ["play", "src", "aria-label", "poster", "width", "height"])
918
918
  ], 2)),
919
- V(a)["card-label"] ? (s(), i("div", ia, [
919
+ V(a)["card-label"] ? (s(), i("div", ra, [
920
920
  _(c.$slots, "card-label")
921
921
  ])) : m("", !0),
922
922
  c.variant === "product" ? (s(), i("div", {
@@ -933,11 +933,11 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
933
933
  c.theme === "dark" ? "regular-dark" : "regular-dark-blue"
934
934
  ])
935
935
  }, n(c.headline), 3)),
936
- c.variant === "product" ? (s(), i("p", ra, n(c.paragraph), 1)) : m("", !0)
936
+ c.variant === "product" ? (s(), i("p", na, n(c.paragraph), 1)) : m("", !0)
937
937
  ], 38)
938
938
  ]));
939
939
  }
940
- }), da = /* @__PURE__ */ v(na, [["__scopeId", "data-v-4cfad815"]]), ca = (e) => (E("data-v-bc91c976"), e = e(), R(), e), ua = { class: "event__wrapper" }, _a = { class: "event__headline" }, pa = { class: "event__date-location" }, ha = /* @__PURE__ */ ca(() => /* @__PURE__ */ t("br", null, null, -1)), ma = { class: "event__exhibitor" }, va = /* @__PURE__ */ g({
940
+ }), ca = /* @__PURE__ */ v(da, [["__scopeId", "data-v-4cfad815"]]), ua = (e) => (E("data-v-bc91c976"), e = e(), R(), e), _a = { class: "event__wrapper" }, pa = { class: "event__headline" }, ha = { class: "event__date-location" }, ma = /* @__PURE__ */ ua(() => /* @__PURE__ */ t("br", null, null, -1)), va = { class: "event__exhibitor" }, fa = /* @__PURE__ */ g({
941
941
  __name: "event-card",
942
942
  props: {
943
943
  eventType: {
@@ -962,21 +962,21 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
962
962
  }
963
963
  },
964
964
  setup(e) {
965
- return (a, r) => (s(), i("div", ua, [
966
- w(G, {
965
+ return (a, r) => (s(), i("div", _a, [
966
+ w(K, {
967
967
  "label-dark": !1,
968
968
  text: e.eventType ? e.eventType : ""
969
969
  }, null, 8, ["text"]),
970
- t("div", _a, n(e.headline), 1),
971
- t("div", pa, [
972
- K(n(e.dateTime), 1),
973
- ha,
974
- K(n(e.location), 1)
970
+ t("div", pa, n(e.headline), 1),
971
+ t("div", ha, [
972
+ W(n(e.dateTime), 1),
973
+ ma,
974
+ W(n(e.location), 1)
975
975
  ]),
976
- t("div", ma, n(e.exhibitor), 1)
976
+ t("div", va, n(e.exhibitor), 1)
977
977
  ]));
978
978
  }
979
- }), fa = /* @__PURE__ */ v(va, [["__scopeId", "data-v-bc91c976"]]), ga = { class: "text__wrapper" }, ba = { class: "text__headline" }, ya = { class: "text__paragraph" }, $a = /* @__PURE__ */ g({
979
+ }), ga = /* @__PURE__ */ v(fa, [["__scopeId", "data-v-bc91c976"]]), ba = { class: "text__wrapper" }, ya = { class: "text__headline" }, $a = { class: "text__paragraph" }, ka = /* @__PURE__ */ g({
980
980
  __name: "text-card",
981
981
  props: {
982
982
  label: {
@@ -993,21 +993,21 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
993
993
  }
994
994
  },
995
995
  setup(e) {
996
- return (a, r) => (s(), i("div", ga, [
997
- w(G, {
996
+ return (a, r) => (s(), i("div", ba, [
997
+ w(K, {
998
998
  "label-dark": !1,
999
999
  text: e.label ? e.label : ""
1000
1000
  }, null, 8, ["text"]),
1001
- t("div", ba, n(e.headline), 1),
1002
- t("div", ya, [
1001
+ t("div", ya, n(e.headline), 1),
1002
+ t("div", $a, [
1003
1003
  t("p", null, n(e.paragraph), 1)
1004
1004
  ])
1005
1005
  ]));
1006
1006
  }
1007
- }), ka = /* @__PURE__ */ v($a, [["__scopeId", "data-v-ebdea819"]]), wa = { class: "facts__wrapper" }, Sa = { class: "facts__content" }, Ba = { class: "facts__headline" }, Ia = { class: "facts" }, qa = { class: "fact__value" }, Ta = { class: "fact__metric" }, La = {
1007
+ }), wa = /* @__PURE__ */ v(ka, [["__scopeId", "data-v-ebdea819"]]), Sa = { class: "facts__wrapper" }, Ba = { class: "facts__content" }, Ia = { class: "facts__headline" }, qa = { class: "facts" }, Ta = { class: "fact__value" }, La = { class: "fact__metric" }, Va = {
1008
1008
  key: 0,
1009
1009
  class: "facts__link"
1010
- }, Va = /* @__PURE__ */ g({
1010
+ }, Ca = /* @__PURE__ */ g({
1011
1011
  __name: "facts",
1012
1012
  props: {
1013
1013
  headline: { default: "" },
@@ -1031,23 +1031,23 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
1031
1031
  }) }
1032
1032
  },
1033
1033
  setup(e) {
1034
- return (a, r) => (s(), i("div", wa, [
1035
- t("div", Sa, [
1036
- t("h2", Ba, n(a.headline), 1),
1037
- t("div", Ia, [
1034
+ return (a, r) => (s(), i("div", Sa, [
1035
+ t("div", Ba, [
1036
+ t("h2", Ia, n(a.headline), 1),
1037
+ t("div", qa, [
1038
1038
  (s(!0), i(M, null, O(a.facts, (o) => (s(), i("div", {
1039
1039
  key: o.value + o.metric,
1040
1040
  class: "fact"
1041
1041
  }, [
1042
- t("div", qa, [
1042
+ t("div", Ta, [
1043
1043
  t("span", null, n(o.value), 1)
1044
1044
  ]),
1045
- t("div", Ta, [
1045
+ t("div", La, [
1046
1046
  t("span", null, n(o.metric), 1)
1047
1047
  ])
1048
1048
  ]))), 128))
1049
1049
  ]),
1050
- a.link ? (s(), i("div", La, [
1050
+ a.link ? (s(), i("div", Va, [
1051
1051
  w(D, {
1052
1052
  "link-type": "regular_light",
1053
1053
  arrow: ""
@@ -1061,13 +1061,13 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
1061
1061
  ])
1062
1062
  ]));
1063
1063
  }
1064
- }), Ca = /* @__PURE__ */ v(Va, [["__scopeId", "data-v-d2b231d4"]]), Aa = { class: "features__wrapper" }, Da = { class: "features__content" }, Ma = {
1064
+ }), Aa = /* @__PURE__ */ v(Ca, [["__scopeId", "data-v-d2b231d4"]]), Da = { class: "features__wrapper" }, Ma = { class: "features__content" }, Oa = {
1065
1065
  key: 0,
1066
1066
  class: "features__headline"
1067
- }, Oa = {
1067
+ }, Pa = {
1068
1068
  key: 1,
1069
1069
  class: "features__body"
1070
- }, Pa = { class: "element__headline" }, Fa = { class: "element__body" }, Ea = /* @__PURE__ */ g({
1070
+ }, Fa = { class: "element__headline" }, Ea = { class: "element__body" }, Ra = /* @__PURE__ */ g({
1071
1071
  __name: "features",
1072
1072
  props: {
1073
1073
  headline: { default: "" },
@@ -1075,12 +1075,12 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
1075
1075
  elements: { default: () => [] }
1076
1076
  },
1077
1077
  setup(e) {
1078
- return (a, r) => (s(), i("div", Aa, [
1079
- t("div", Da, [
1080
- a.headline ? (s(), i("div", Ma, [
1078
+ return (a, r) => (s(), i("div", Da, [
1079
+ t("div", Ma, [
1080
+ a.headline ? (s(), i("div", Oa, [
1081
1081
  t("h2", null, n(a.headline), 1)
1082
1082
  ])) : m("", !0),
1083
- a.body ? (s(), i("div", Oa, [
1083
+ a.body ? (s(), i("div", Pa, [
1084
1084
  _(a.$slots, "features-body", {}, void 0, !0)
1085
1085
  ])) : m("", !0),
1086
1086
  t("div", {
@@ -1101,14 +1101,14 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
1101
1101
  ]),
1102
1102
  _: 2
1103
1103
  }, 1024),
1104
- t("p", Pa, n(o.headline), 1),
1105
- t("p", Fa, n(o.body), 1)
1104
+ t("p", Fa, n(o.headline), 1),
1105
+ t("p", Ea, n(o.body), 1)
1106
1106
  ]))), 128))
1107
1107
  ], 2)
1108
1108
  ])
1109
1109
  ]));
1110
1110
  }
1111
- }), Ra = /* @__PURE__ */ v(Ea, [["__scopeId", "data-v-4f919e2d"]]), Na = { class: "form__wrapper" }, Ha = { class: "form__content" }, za = { class: "form__information" }, ja = { class: "form__headline" }, Ua = { class: "form__body" }, Ka = { class: "form__script" }, Ga = /* @__PURE__ */ g({
1111
+ }), Na = /* @__PURE__ */ v(Ra, [["__scopeId", "data-v-4f919e2d"]]), Ha = { class: "form__wrapper" }, za = { class: "form__content" }, ja = { class: "form__information" }, Ua = { class: "form__headline" }, Ka = { class: "form__body" }, Ga = { class: "form__script" }, Wa = /* @__PURE__ */ g({
1112
1112
  __name: "form-script",
1113
1113
  props: {
1114
1114
  headline: {
@@ -1117,21 +1117,21 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
1117
1117
  }
1118
1118
  },
1119
1119
  setup(e) {
1120
- return (a, r) => (s(), i("div", Na, [
1121
- t("div", Ha, [
1122
- t("div", za, [
1123
- t("h2", ja, n(e.headline), 1),
1124
- t("div", Ua, [
1120
+ return (a, r) => (s(), i("div", Ha, [
1121
+ t("div", za, [
1122
+ t("div", ja, [
1123
+ t("h2", Ua, n(e.headline), 1),
1124
+ t("div", Ka, [
1125
1125
  _(a.$slots, "form-body", {}, void 0, !0)
1126
1126
  ])
1127
1127
  ]),
1128
- t("div", Ka, [
1128
+ t("div", Ga, [
1129
1129
  _(a.$slots, "form-script", {}, void 0, !0)
1130
1130
  ])
1131
1131
  ])
1132
1132
  ]));
1133
1133
  }
1134
- }), Wa = /* @__PURE__ */ v(Ga, [["__scopeId", "data-v-87a67c13"]]), Ya = { class: "image__wrapper" }, Ja = { class: "image__content" }, Qa = { class: "image__image" }, Za = { class: "image__caption" }, Xa = /* @__PURE__ */ g({
1134
+ }), Ya = /* @__PURE__ */ v(Wa, [["__scopeId", "data-v-87a67c13"]]), Ja = { class: "image__wrapper" }, Qa = { class: "image__content" }, Za = { class: "image__image" }, Xa = { class: "image__caption" }, xa = /* @__PURE__ */ g({
1135
1135
  inheritAttrs: !1,
1136
1136
  __name: "image",
1137
1137
  props: {
@@ -1150,9 +1150,9 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
1150
1150
  }
1151
1151
  },
1152
1152
  setup(e) {
1153
- return (a, r) => (s(), i("div", Ya, [
1154
- t("div", Ja, [
1155
- t("div", Qa, [
1153
+ return (a, r) => (s(), i("div", Ja, [
1154
+ t("div", Qa, [
1155
+ t("div", Za, [
1156
1156
  w(A, null, {
1157
1157
  default: k(() => [
1158
1158
  _(a.$slots, "image", P(F({ width: 984, height: 554, src: e.src, alt: e.alt })))
@@ -1160,20 +1160,20 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
1160
1160
  _: 3
1161
1161
  })
1162
1162
  ]),
1163
- t("p", Za, n(e.caption), 1)
1163
+ t("p", Xa, n(e.caption), 1)
1164
1164
  ])
1165
1165
  ]));
1166
1166
  }
1167
- }), xa = /* @__PURE__ */ v(Xa, [["__scopeId", "data-v-79ce0bb6"]]), el = { class: "gallery__large" }, tl = {
1167
+ }), el = /* @__PURE__ */ v(xa, [["__scopeId", "data-v-79ce0bb6"]]), tl = { class: "gallery__large" }, al = {
1168
1168
  key: 0,
1169
1169
  class: "image image--large"
1170
- }, al = {
1170
+ }, ll = {
1171
1171
  key: 1,
1172
1172
  class: "video"
1173
- }, ll = {
1173
+ }, ol = {
1174
1174
  key: 0,
1175
1175
  class: "body"
1176
- }, ol = /* @__PURE__ */ g({
1176
+ }, sl = /* @__PURE__ */ g({
1177
1177
  __name: "image-gallery",
1178
1178
  props: {
1179
1179
  mediaLarge: {},
@@ -1199,8 +1199,8 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
1199
1199
  l.flipHorizontal ? "gallery__content--reverse" : "gallery__content--default"
1200
1200
  ])
1201
1201
  }, [
1202
- t("div", el, [
1203
- l.mediaLarge && l.mediaType === "image" ? (s(), i("div", tl, [
1202
+ t("div", tl, [
1203
+ l.mediaLarge && l.mediaType === "image" ? (s(), i("div", al, [
1204
1204
  w(A, null, {
1205
1205
  default: k(() => [
1206
1206
  _(l.$slots, "image-large", P(F({
@@ -1213,7 +1213,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
1213
1213
  _: 3
1214
1214
  })
1215
1215
  ])) : m("", !0),
1216
- l.mediaLarge && l.mediaType === "video" ? (s(), i("div", al, [
1216
+ l.mediaLarge && l.mediaType === "video" ? (s(), i("div", ll, [
1217
1217
  w(J, {
1218
1218
  src: l.mediaLarge.src,
1219
1219
  "local-video": "",
@@ -1251,14 +1251,14 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
1251
1251
  _: 2
1252
1252
  }, 1024)
1253
1253
  ]))), 128)),
1254
- l.mediaSmall.length < 2 ? (s(), i("div", ll, [
1254
+ l.mediaSmall.length < 2 ? (s(), i("div", ol, [
1255
1255
  t("p", null, n(l.body), 1)
1256
1256
  ])) : m("", !0)
1257
1257
  ], 6)
1258
1258
  ], 2)
1259
1259
  ], 2));
1260
1260
  }
1261
- }), sl = /* @__PURE__ */ v(ol, [["__scopeId", "data-v-029495a0"]]), il = { class: "headline__wrapper" }, rl = { class: "headline__h1" }, nl = /* @__PURE__ */ g({
1261
+ }), il = /* @__PURE__ */ v(sl, [["__scopeId", "data-v-029495a0"]]), rl = { class: "headline__wrapper" }, nl = { class: "headline__h1" }, dl = /* @__PURE__ */ g({
1262
1262
  __name: "headline",
1263
1263
  props: {
1264
1264
  headline: {
@@ -1275,7 +1275,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
1275
1275
  }
1276
1276
  },
1277
1277
  setup(e) {
1278
- return (a, r) => (s(), i("div", il, [
1278
+ return (a, r) => (s(), i("div", rl, [
1279
1279
  t("div", {
1280
1280
  class: h({
1281
1281
  "headline__content--article-and-submenu": e.article && e.subMenu,
@@ -1284,11 +1284,11 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
1284
1284
  "headline__content--default": !e.article && !e.subMenu
1285
1285
  })
1286
1286
  }, [
1287
- t("h1", rl, n(e.headline), 1)
1287
+ t("h1", nl, n(e.headline), 1)
1288
1288
  ], 2)
1289
1289
  ]));
1290
1290
  }
1291
- }), dl = /* @__PURE__ */ v(nl, [["__scopeId", "data-v-3ef1567e"]]), cl = (e) => (E("data-v-22f9be13"), e = e(), R(), e), ul = { class: "hero__wrapper" }, _l = { class: "hero__content" }, pl = { class: "hero__top" }, hl = { class: "hero__elements" }, ml = { class: "hero__headline" }, vl = { class: "hero__link" }, fl = { class: "hero__video" }, gl = /* @__PURE__ */ cl(() => /* @__PURE__ */ t("div", { class: "hero__gradient" }, null, -1)), bl = { class: "hero__video__video" }, yl = { class: "hero__image" }, $l = /* @__PURE__ */ g({
1291
+ }), cl = /* @__PURE__ */ v(dl, [["__scopeId", "data-v-3ef1567e"]]), ul = (e) => (E("data-v-22f9be13"), e = e(), R(), e), _l = { class: "hero__wrapper" }, pl = { class: "hero__content" }, hl = { class: "hero__top" }, ml = { class: "hero__elements" }, vl = { class: "hero__headline" }, fl = { class: "hero__link" }, gl = { class: "hero__video" }, bl = /* @__PURE__ */ ul(() => /* @__PURE__ */ t("div", { class: "hero__gradient" }, null, -1)), yl = { class: "hero__video__video" }, $l = { class: "hero__image" }, kl = /* @__PURE__ */ g({
1292
1292
  __name: "hero",
1293
1293
  props: {
1294
1294
  headline: {
@@ -1297,14 +1297,14 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
1297
1297
  }
1298
1298
  },
1299
1299
  setup(e) {
1300
- return (a, r) => (s(), i("div", ul, [
1301
- t("div", _l, [
1302
- t("div", pl, [
1303
- t("div", hl, [
1304
- t("div", ml, [
1300
+ return (a, r) => (s(), i("div", _l, [
1301
+ t("div", pl, [
1302
+ t("div", hl, [
1303
+ t("div", ml, [
1304
+ t("div", vl, [
1305
1305
  t("h1", null, n(e.headline), 1)
1306
1306
  ]),
1307
- t("div", vl, [
1307
+ t("div", fl, [
1308
1308
  w(D, {
1309
1309
  "link-type": "regular_light",
1310
1310
  arrow: ""
@@ -1317,22 +1317,22 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
1317
1317
  ])
1318
1318
  ])
1319
1319
  ]),
1320
- t("div", fl, [
1321
- gl,
1322
- t("div", bl, [
1320
+ t("div", gl, [
1321
+ bl,
1322
+ t("div", yl, [
1323
1323
  _(a.$slots, "hero-video", {}, void 0, !0)
1324
1324
  ]),
1325
- t("div", yl, [
1325
+ t("div", $l, [
1326
1326
  _(a.$slots, "hero-image", {}, void 0, !0)
1327
1327
  ])
1328
1328
  ])
1329
1329
  ])
1330
1330
  ]));
1331
1331
  }
1332
- }), kl = /* @__PURE__ */ v($l, [["__scopeId", "data-v-22f9be13"]]), wl = { class: "logo-wall__wrapper" }, Sl = { class: "logo-wall__content" }, Bl = {
1332
+ }), wl = /* @__PURE__ */ v(kl, [["__scopeId", "data-v-22f9be13"]]), Sl = { class: "logo-wall__wrapper" }, Bl = { class: "logo-wall__content" }, Il = {
1333
1333
  key: 0,
1334
1334
  class: "logo-wall__text"
1335
- }, Il = { key: 0 }, ql = { key: 1 }, Tl = { class: "logo-wall__logos" }, Ll = { class: "logo-wall__link" }, Vl = /* @__PURE__ */ g({
1335
+ }, ql = { key: 0 }, Tl = { key: 1 }, Ll = { class: "logo-wall__logos" }, Vl = { class: "logo-wall__link" }, Cl = /* @__PURE__ */ g({
1336
1336
  __name: "logo-wall",
1337
1337
  props: {
1338
1338
  headline: {
@@ -1350,13 +1350,13 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
1350
1350
  }
1351
1351
  },
1352
1352
  setup(e) {
1353
- return (a, r) => (s(), i("div", wl, [
1354
- t("div", Sl, [
1355
- e.headline || e.body ? (s(), i("div", Bl, [
1356
- e.headline ? (s(), i("h2", Il, n(e.headline), 1)) : m("", !0),
1357
- e.body ? (s(), i("p", ql, n(e.body), 1)) : m("", !0)
1353
+ return (a, r) => (s(), i("div", Sl, [
1354
+ t("div", Bl, [
1355
+ e.headline || e.body ? (s(), i("div", Il, [
1356
+ e.headline ? (s(), i("h2", ql, n(e.headline), 1)) : m("", !0),
1357
+ e.body ? (s(), i("p", Tl, n(e.body), 1)) : m("", !0)
1358
1358
  ])) : m("", !0),
1359
- t("div", Tl, [
1359
+ t("div", Ll, [
1360
1360
  (s(!0), i(M, null, O(e.logos, (o) => (s(), i("div", {
1361
1361
  key: o.src + o.alt,
1362
1362
  class: "logo-wall__logo"
@@ -1374,7 +1374,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
1374
1374
  }, 1024)
1375
1375
  ]))), 128))
1376
1376
  ]),
1377
- t("div", Ll, [
1377
+ t("div", Vl, [
1378
1378
  w(D, {
1379
1379
  "link-type": "regular_light",
1380
1380
  arrow: !0
@@ -1388,13 +1388,13 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
1388
1388
  ])
1389
1389
  ]));
1390
1390
  }
1391
- }), Cl = /* @__PURE__ */ v(Vl, [["__scopeId", "data-v-a8afd396"]]), Al = { class: "micro-stories__top" }, Dl = {
1391
+ }), Al = /* @__PURE__ */ v(Cl, [["__scopeId", "data-v-a8afd396"]]), Dl = { class: "micro-stories__top" }, Ml = {
1392
1392
  key: 0,
1393
1393
  class: "headline"
1394
- }, Ml = {
1394
+ }, Ol = {
1395
1395
  key: 1,
1396
1396
  class: "body"
1397
- }, Ol = { class: "micro-stories__splide" }, Pl = /* @__PURE__ */ g({
1397
+ }, Pl = { class: "micro-stories__splide" }, Fl = /* @__PURE__ */ g({
1398
1398
  __name: "micro-stories",
1399
1399
  props: {
1400
1400
  bgColor: { default: "blue" },
@@ -1410,32 +1410,32 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
1410
1410
  return (l, u) => (s(), i("div", {
1411
1411
  class: h(["micro-stories__wrapper", r.value])
1412
1412
  }, [
1413
- t("div", Al, [
1414
- l.headline ? (s(), i("div", Dl, [
1413
+ t("div", Dl, [
1414
+ l.headline ? (s(), i("div", Ml, [
1415
1415
  t("h2", null, n(l.headline), 1)
1416
1416
  ])) : m("", !0),
1417
- l.body ? (s(), i("div", Ml, [
1417
+ l.body ? (s(), i("div", Ol, [
1418
1418
  t("p", null, n(l.body), 1)
1419
1419
  ])) : m("", !0)
1420
1420
  ]),
1421
- t("div", Ol, [
1421
+ t("div", Pl, [
1422
1422
  _(l.$slots, "micro-stories-slides")
1423
1423
  ]),
1424
1424
  _(l.$slots, "micro-stories-controls")
1425
1425
  ], 2));
1426
1426
  }
1427
- }), Fl = {}, El = { class: "policy__wrapper" }, Rl = { class: "policy__content" };
1428
- function Nl(e, a) {
1429
- return s(), i("div", El, [
1430
- t("div", Rl, [
1427
+ }), El = {}, Rl = { class: "policy__wrapper" }, Nl = { class: "policy__content" };
1428
+ function Hl(e, a) {
1429
+ return s(), i("div", Rl, [
1430
+ t("div", Nl, [
1431
1431
  _(e.$slots, "default", {}, void 0, !0)
1432
1432
  ])
1433
1433
  ]);
1434
1434
  }
1435
- const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-9d5712e7"]]), zl = { class: "card-display__wrapper" }, jl = {
1435
+ const zl = /* @__PURE__ */ v(El, [["render", Hl], ["__scopeId", "data-v-9d5712e7"]]), jl = { class: "card-display__wrapper" }, Ul = {
1436
1436
  key: 0,
1437
1437
  class: "card__content"
1438
- }, Ul = { key: 0 }, Kl = { key: 1 }, Gl = { class: "card__cards" }, Wl = /* @__PURE__ */ g({
1438
+ }, Kl = { key: 0 }, Gl = { key: 1 }, Wl = { class: "card__cards" }, Yl = /* @__PURE__ */ g({
1439
1439
  __name: "card-display",
1440
1440
  props: {
1441
1441
  headline: {
@@ -1458,18 +1458,18 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-9d5712e7
1458
1458
  e.bgColor === "blue" ? "card-display--blue" : "card-display--white"
1459
1459
  ])
1460
1460
  }, [
1461
- t("div", zl, [
1462
- e.headline || e.paragraph ? (s(), i("div", jl, [
1463
- e.headline ? (s(), i("h2", Ul, n(e.headline), 1)) : m("", !0),
1464
- e.paragraph ? (s(), i("p", Kl, n(e.paragraph), 1)) : m("", !0)
1461
+ t("div", jl, [
1462
+ e.headline || e.paragraph ? (s(), i("div", Ul, [
1463
+ e.headline ? (s(), i("h2", Kl, n(e.headline), 1)) : m("", !0),
1464
+ e.paragraph ? (s(), i("p", Gl, n(e.paragraph), 1)) : m("", !0)
1465
1465
  ])) : m("", !0),
1466
- t("div", Gl, [
1466
+ t("div", Wl, [
1467
1467
  _(a.$slots, "card-display-cards", {}, void 0, !0)
1468
1468
  ])
1469
1469
  ])
1470
1470
  ], 2));
1471
1471
  }
1472
- }), Yl = /* @__PURE__ */ v(Wl, [["__scopeId", "data-v-183dcee5"]]), Jl = { class: "promo__content" }, Ql = /* @__PURE__ */ g({
1472
+ }), Jl = /* @__PURE__ */ v(Yl, [["__scopeId", "data-v-183dcee5"]]), Ql = { class: "promo__content" }, Zl = /* @__PURE__ */ g({
1473
1473
  __name: "promo",
1474
1474
  props: {
1475
1475
  label: { default: "" },
@@ -1497,7 +1497,7 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-9d5712e7
1497
1497
  l.teaser ? "promo__wrapper--teaser" : ""
1498
1498
  ])
1499
1499
  }, [
1500
- t("div", Jl, [
1500
+ t("div", Ql, [
1501
1501
  l.mediaType === "image" ? (s(), i("div", {
1502
1502
  key: 0,
1503
1503
  class: h([
@@ -1537,7 +1537,7 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-9d5712e7
1537
1537
  l.reverse ? "promo__text--reverse" : "promo__text--default"
1538
1538
  ])
1539
1539
  }, [
1540
- l.label ? (s(), C(G, {
1540
+ l.label ? (s(), C(K, {
1541
1541
  key: 0,
1542
1542
  text: l.label,
1543
1543
  "label-dark": l.variant === "dark"
@@ -1547,7 +1547,9 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-9d5712e7
1547
1547
  "promo__title",
1548
1548
  l.variant === "dark" ? "promo__title--dark" : ""
1549
1549
  ])
1550
- }, n(l.headline), 3),
1550
+ }, [
1551
+ _(l.$slots, "promo-headline")
1552
+ ], 2),
1551
1553
  l.linkType === "link" ? (s(), C(D, {
1552
1554
  key: 1,
1553
1555
  "link-type": l.variant === "dark" ? "regular_dark" : (l.variant === "light", "regular_light"),
@@ -1571,10 +1573,10 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-9d5712e7
1571
1573
  ])
1572
1574
  ], 2));
1573
1575
  }
1574
- }), Zl = /* @__PURE__ */ v(Ql, [["__scopeId", "data-v-1ed87e0c"]]), Xl = (e) => (E("data-v-e3cc8e27"), e = e(), R(), e), xl = { class: "quote__wrapper" }, eo = { class: "quote__content" }, to = /* @__PURE__ */ Xl(() => /* @__PURE__ */ t("p", { class: "quote__quote-mark" }, "“", -1)), ao = { class: "quote__quote" }, lo = { class: "quote__quote-text" }, oo = { class: "quote__author" }, so = {
1576
+ }), Xl = /* @__PURE__ */ v(Zl, [["__scopeId", "data-v-6004e153"]]), xl = (e) => (E("data-v-e3cc8e27"), e = e(), R(), e), eo = { class: "quote__wrapper" }, to = { class: "quote__content" }, ao = /* @__PURE__ */ xl(() => /* @__PURE__ */ t("p", { class: "quote__quote-mark" }, "“", -1)), lo = { class: "quote__quote" }, oo = { class: "quote__quote-text" }, so = { class: "quote__author" }, io = {
1575
1577
  key: 0,
1576
1578
  class: "quote__image"
1577
- }, io = { class: "quote__text" }, ro = { class: "quote__author-name" }, no = { class: "quote__author-title" }, co = /* @__PURE__ */ g({
1579
+ }, ro = { class: "quote__text" }, no = { class: "quote__author-name" }, co = { class: "quote__author-title" }, uo = /* @__PURE__ */ g({
1578
1580
  __name: "quote",
1579
1581
  props: {
1580
1582
  quote: {
@@ -1596,13 +1598,13 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-9d5712e7
1596
1598
  }
1597
1599
  },
1598
1600
  setup(e) {
1599
- return (a, r) => (s(), i("div", xl, [
1600
- t("div", eo, [
1601
- to,
1602
- t("div", ao, [
1603
- t("p", lo, n(e.quote), 1),
1604
- t("div", oo, [
1605
- e.authorImage ? (s(), i("div", so, [
1601
+ return (a, r) => (s(), i("div", eo, [
1602
+ t("div", to, [
1603
+ ao,
1604
+ t("div", lo, [
1605
+ t("p", oo, n(e.quote), 1),
1606
+ t("div", so, [
1607
+ e.authorImage ? (s(), i("div", io, [
1606
1608
  w(A, null, {
1607
1609
  default: k(() => [
1608
1610
  _(a.$slots, "author-image", P(F({
@@ -1614,22 +1616,22 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-9d5712e7
1614
1616
  _: 3
1615
1617
  })
1616
1618
  ])) : m("", !0),
1617
- t("div", io, [
1618
- t("p", ro, n(e.author), 1),
1619
- t("p", no, n(e.authorTitle), 1)
1619
+ t("div", ro, [
1620
+ t("p", no, n(e.author), 1),
1621
+ t("p", co, n(e.authorTitle), 1)
1620
1622
  ])
1621
1623
  ])
1622
1624
  ])
1623
1625
  ])
1624
1626
  ]));
1625
1627
  }
1626
- }), uo = /* @__PURE__ */ v(co, [["__scopeId", "data-v-e3cc8e27"]]), _o = { class: "rich-text__wrapper" }, po = {
1628
+ }), _o = /* @__PURE__ */ v(uo, [["__scopeId", "data-v-e3cc8e27"]]), po = { class: "rich-text__wrapper" }, ho = {
1627
1629
  key: 0,
1628
1630
  class: "rich-text__links"
1629
- }, ho = {
1631
+ }, mo = {
1630
1632
  key: 0,
1631
1633
  class: "rich-text__bullet-list"
1632
- }, mo = /* @__PURE__ */ g({
1634
+ }, vo = /* @__PURE__ */ g({
1633
1635
  __name: "rich-text",
1634
1636
  props: {
1635
1637
  headline: { default: "" },
@@ -1648,8 +1650,8 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-9d5712e7
1648
1650
  a.bgColor === "blue" ? "rich-text--blue" : "rich-text--white"
1649
1651
  ])
1650
1652
  }, [
1651
- t("div", _o, [
1652
- a.label ? (s(), C(G, {
1653
+ t("div", po, [
1654
+ a.label ? (s(), C(K, {
1653
1655
  key: 0,
1654
1656
  text: a.label,
1655
1657
  "label-dark": !1
@@ -1674,11 +1676,11 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-9d5712e7
1674
1676
  ])
1675
1677
  }, [
1676
1678
  _(a.$slots, "rich-text-content"),
1677
- a.links ? (s(), i("div", po, [
1679
+ a.links ? (s(), i("div", ho, [
1678
1680
  _(a.$slots, "rich-text-links")
1679
1681
  ])) : m("", !0)
1680
1682
  ], 2),
1681
- a.bulletList ? (s(), i("div", ho, [
1683
+ a.bulletList ? (s(), i("div", mo, [
1682
1684
  _(a.$slots, "rich-text-bullet-list")
1683
1685
  ])) : m("", !0),
1684
1686
  a.image ? (s(), i("div", {
@@ -1699,12 +1701,12 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-9d5712e7
1699
1701
  ])
1700
1702
  ], 2));
1701
1703
  }
1702
- }), vo = /* @__PURE__ */ v(mo, [["__scopeId", "data-v-8bb69ea4"]]), fo = {}, go = { class: "rich-text" }, bo = { class: "rich-text__wrapper" }, yo = { class: "rich-text__content rich-text__content--left-aligned" }, $o = { class: "rich-text__body" };
1703
- function ko(e, a) {
1704
- return s(), i("div", go, [
1705
- t("div", bo, [
1706
- t("div", yo, [
1707
- t("div", $o, [
1704
+ }), fo = /* @__PURE__ */ v(vo, [["__scopeId", "data-v-8bb69ea4"]]), go = {}, bo = { class: "rich-text" }, yo = { class: "rich-text__wrapper" }, $o = { class: "rich-text__content rich-text__content--left-aligned" }, ko = { class: "rich-text__body" };
1705
+ function wo(e, a) {
1706
+ return s(), i("div", bo, [
1707
+ t("div", yo, [
1708
+ t("div", $o, [
1709
+ t("div", ko, [
1708
1710
  t("div", null, [
1709
1711
  _(e.$slots, "rich-text-content-left", {}, void 0, !0)
1710
1712
  ]),
@@ -1716,10 +1718,10 @@ function ko(e, a) {
1716
1718
  ])
1717
1719
  ]);
1718
1720
  }
1719
- const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-2881b194"]]), So = (e) => (E("data-v-e254e1e0"), e = e(), R(), e), Bo = { class: "timeline__wrapper" }, Io = { class: "timeline__content" }, qo = { class: "timeline__items" }, To = { class: "item__left" }, Lo = /* @__PURE__ */ So(() => /* @__PURE__ */ t("div", { class: "item__elements" }, [
1721
+ const So = /* @__PURE__ */ v(go, [["render", wo], ["__scopeId", "data-v-2881b194"]]), Bo = (e) => (E("data-v-e254e1e0"), e = e(), R(), e), Io = { class: "timeline__wrapper" }, qo = { class: "timeline__content" }, To = { class: "timeline__items" }, Lo = { class: "item__left" }, Vo = /* @__PURE__ */ Bo(() => /* @__PURE__ */ t("div", { class: "item__elements" }, [
1720
1722
  /* @__PURE__ */ t("div", { class: "circle" }),
1721
1723
  /* @__PURE__ */ t("div", { class: "line" })
1722
- ], -1)), Vo = { class: "item__right" }, Co = ["innerHTML"], Ao = /* @__PURE__ */ g({
1724
+ ], -1)), Co = { class: "item__right" }, Ao = ["innerHTML"], Do = /* @__PURE__ */ g({
1723
1725
  __name: "timeline",
1724
1726
  props: {
1725
1727
  timelineItems: {
@@ -1742,16 +1744,16 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-2881b194
1742
1744
  a.forEach((o) => {
1743
1745
  r.observe(o);
1744
1746
  });
1745
- }), (a, r) => (s(), i("div", Bo, [
1746
- t("div", Io, [
1747
- t("div", qo, [
1747
+ }), (a, r) => (s(), i("div", Io, [
1748
+ t("div", qo, [
1749
+ t("div", To, [
1748
1750
  (s(!0), i(M, null, O(e.timelineItems, (o) => (s(), i("div", {
1749
1751
  key: o.year,
1750
1752
  class: "timeline__item faded"
1751
1753
  }, [
1752
- t("div", To, n(o.year), 1),
1753
- Lo,
1754
- t("div", Vo, [
1754
+ t("div", Lo, n(o.year), 1),
1755
+ Vo,
1756
+ t("div", Co, [
1755
1757
  w(A, null, {
1756
1758
  default: k(() => [
1757
1759
  o.media.src ? _(a.$slots, "timeline-image", P(te({ key: 0 }, { src: o.media.src, alt: o.media.alt })), void 0, !0) : m("", !0)
@@ -1762,20 +1764,20 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-2881b194
1762
1764
  style: ae([o.media.src ? "" : "margin-top: 0px"]),
1763
1765
  class: "rich-text",
1764
1766
  innerHTML: o.text
1765
- }, null, 12, Co)
1767
+ }, null, 12, Ao)
1766
1768
  ])
1767
1769
  ]))), 128))
1768
1770
  ])
1769
1771
  ])
1770
1772
  ]));
1771
1773
  }
1772
- }), Do = /* @__PURE__ */ v(Ao, [["__scopeId", "data-v-e254e1e0"]]), Mo = { class: "vimeo" }, Oo = { class: "vimeo__wrapper" }, Po = {
1774
+ }), Mo = /* @__PURE__ */ v(Do, [["__scopeId", "data-v-e254e1e0"]]), Oo = { class: "vimeo" }, Po = { class: "vimeo__wrapper" }, Fo = {
1773
1775
  key: 0,
1774
1776
  class: "vimeo__headline"
1775
- }, Fo = {
1777
+ }, Eo = {
1776
1778
  key: 1,
1777
1779
  class: "vimeo__description"
1778
- }, Eo = /* @__PURE__ */ g({
1780
+ }, Ro = /* @__PURE__ */ g({
1779
1781
  __name: "vimeo",
1780
1782
  props: {
1781
1783
  headline: {
@@ -1788,15 +1790,15 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-2881b194
1788
1790
  }
1789
1791
  },
1790
1792
  setup(e) {
1791
- return (a, r) => (s(), i("div", Mo, [
1792
- t("div", Oo, [
1793
- e.headline ? (s(), i("h2", Po, n(e.headline), 1)) : m("", !0),
1793
+ return (a, r) => (s(), i("div", Oo, [
1794
+ t("div", Po, [
1795
+ e.headline ? (s(), i("h2", Fo, n(e.headline), 1)) : m("", !0),
1794
1796
  _(a.$slots, "vimeo-content", {}, void 0, !0),
1795
- e.description ? (s(), i("p", Fo, n(e.description), 1)) : m("", !0)
1797
+ e.description ? (s(), i("p", Eo, n(e.description), 1)) : m("", !0)
1796
1798
  ])
1797
1799
  ]));
1798
1800
  }
1799
- }), Ro = /* @__PURE__ */ v(Eo, [["__scopeId", "data-v-599c68c7"]]), No = { class: "not-found__wrapper" }, Ho = { class: "not-found__content" }, zo = { class: "not-found__headline" }, jo = { class: "not-found__body" }, Uo = /* @__PURE__ */ g({
1801
+ }), No = /* @__PURE__ */ v(Ro, [["__scopeId", "data-v-599c68c7"]]), Ho = { class: "not-found__wrapper" }, zo = { class: "not-found__content" }, jo = { class: "not-found__headline" }, Uo = { class: "not-found__body" }, Ko = /* @__PURE__ */ g({
1800
1802
  __name: "404",
1801
1803
  props: {
1802
1804
  headline: {
@@ -1805,16 +1807,16 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-2881b194
1805
1807
  }
1806
1808
  },
1807
1809
  setup(e) {
1808
- return (a, r) => (s(), i("div", No, [
1809
- t("div", Ho, [
1810
- t("h1", zo, n(e.headline), 1),
1811
- t("div", jo, [
1810
+ return (a, r) => (s(), i("div", Ho, [
1811
+ t("div", zo, [
1812
+ t("h1", jo, n(e.headline), 1),
1813
+ t("div", Uo, [
1812
1814
  _(a.$slots, "not-found-body", {}, void 0, !0)
1813
1815
  ])
1814
1816
  ])
1815
1817
  ]));
1816
1818
  }
1817
- }), Ko = /* @__PURE__ */ v(Uo, [["__scopeId", "data-v-b829ca6c"]]), Go = { class: "filter__wrapper" }, Wo = { class: "filter__content" }, Yo = { class: "filter__dropdowns" }, Jo = { class: "filter__chips" }, Qo = /* @__PURE__ */ g({
1819
+ }), Go = /* @__PURE__ */ v(Ko, [["__scopeId", "data-v-b829ca6c"]]), Wo = { class: "filter__wrapper" }, Yo = { class: "filter__content" }, Jo = { class: "filter__dropdowns" }, Qo = { class: "filter__chips" }, Zo = /* @__PURE__ */ g({
1818
1820
  __name: "filter",
1819
1821
  props: {
1820
1822
  hasChips: {
@@ -1828,12 +1830,12 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-2881b194
1828
1830
  },
1829
1831
  emits: ["clearFilters"],
1830
1832
  setup(e) {
1831
- return (a, r) => (s(), i("div", Go, [
1832
- t("div", Wo, [
1833
- t("div", Yo, [
1833
+ return (a, r) => (s(), i("div", Wo, [
1834
+ t("div", Yo, [
1835
+ t("div", Jo, [
1834
1836
  _(a.$slots, "filter-dropdowns")
1835
1837
  ]),
1836
- t("div", Jo, [
1838
+ t("div", Qo, [
1837
1839
  _(a.$slots, "filter-chips"),
1838
1840
  e.hasChips ? (s(), i("button", {
1839
1841
  key: 0,
@@ -1844,7 +1846,7 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-2881b194
1844
1846
  ])
1845
1847
  ]));
1846
1848
  }
1847
- }), Zo = /* @__PURE__ */ v(Qo, [["__scopeId", "data-v-31c1ba00"]]), z = (e) => (E("data-v-5258b418"), e = e(), R(), e), Xo = { class: "footer__wrapper" }, xo = { class: "footer__content" }, es = { class: "footer__sections" }, ts = { class: "section__title" }, as = { class: "section__list" }, ls = { class: "section" }, os = /* @__PURE__ */ z(() => /* @__PURE__ */ t("span", { class: "section__title" }, "Mobile Industrial Robots A/S", -1)), ss = /* @__PURE__ */ z(() => /* @__PURE__ */ t("span", null, "Emil Neckelmanns Vej 15F", -1)), is = /* @__PURE__ */ z(() => /* @__PURE__ */ t("span", null, "DK-5220 Odense SØ", -1)), rs = /* @__PURE__ */ z(() => /* @__PURE__ */ t("br", null, null, -1)), ns = /* @__PURE__ */ z(() => /* @__PURE__ */ t("a", { href: "mailto:mail@mir-robots.com" }, "mail@mir-robots.com", -1)), ds = /* @__PURE__ */ z(() => /* @__PURE__ */ t("a", { href: "tel:+4520377577" }, "+45 20 377 577", -1)), cs = { class: "footer__bottom" }, us = { class: "copyright" }, _s = { class: "footer__policy" }, ps = /* @__PURE__ */ z(() => /* @__PURE__ */ t("i", { class: "change-region" }, null, -1)), hs = { class: "footer__social" }, ms = ["href", "aria-label"], vs = /* @__PURE__ */ g({
1849
+ }), Xo = /* @__PURE__ */ v(Zo, [["__scopeId", "data-v-31c1ba00"]]), z = (e) => (E("data-v-5258b418"), e = e(), R(), e), xo = { class: "footer__wrapper" }, es = { class: "footer__content" }, ts = { class: "footer__sections" }, as = { class: "section__title" }, ls = { class: "section__list" }, os = { class: "section" }, ss = /* @__PURE__ */ z(() => /* @__PURE__ */ t("span", { class: "section__title" }, "Mobile Industrial Robots A/S", -1)), is = /* @__PURE__ */ z(() => /* @__PURE__ */ t("span", null, "Emil Neckelmanns Vej 15F", -1)), rs = /* @__PURE__ */ z(() => /* @__PURE__ */ t("span", null, "DK-5220 Odense SØ", -1)), ns = /* @__PURE__ */ z(() => /* @__PURE__ */ t("br", null, null, -1)), ds = /* @__PURE__ */ z(() => /* @__PURE__ */ t("a", { href: "mailto:mail@mir-robots.com" }, "mail@mir-robots.com", -1)), cs = /* @__PURE__ */ z(() => /* @__PURE__ */ t("a", { href: "tel:+4520377577" }, "+45 20 377 577", -1)), us = { class: "footer__bottom" }, _s = { class: "copyright" }, ps = { class: "footer__policy" }, hs = /* @__PURE__ */ z(() => /* @__PURE__ */ t("i", { class: "change-region" }, null, -1)), ms = { class: "footer__social" }, vs = ["href", "aria-label"], fs = /* @__PURE__ */ g({
1848
1850
  __name: "footer",
1849
1851
  props: {
1850
1852
  footerSections: { default: () => [] },
@@ -1855,35 +1857,35 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-2881b194
1855
1857
  },
1856
1858
  emits: ["changeRegionClicked"],
1857
1859
  setup(e) {
1858
- return (a, r) => (s(), i("div", Xo, [
1859
- t("footer", xo, [
1860
- t("div", es, [
1860
+ return (a, r) => (s(), i("div", xo, [
1861
+ t("footer", es, [
1862
+ t("div", ts, [
1861
1863
  (s(!0), i(M, null, O(a.footerSections, (o) => (s(), i("div", {
1862
1864
  key: o.title,
1863
1865
  class: "section"
1864
1866
  }, [
1865
- t("span", ts, n(o.title), 1),
1867
+ t("span", as, n(o.title), 1),
1866
1868
  t("nav", null, [
1867
- t("ul", as, [
1869
+ t("ul", ls, [
1868
1870
  _(a.$slots, "section-links", {
1869
1871
  links: o.links
1870
1872
  })
1871
1873
  ])
1872
1874
  ])
1873
1875
  ]))), 128)),
1874
- t("div", ls, [
1875
- os,
1876
+ t("div", os, [
1877
+ ss,
1876
1878
  t("address", null, [
1877
- ss,
1878
1879
  is,
1879
1880
  rs,
1881
+ ns,
1880
1882
  w(D, {
1881
1883
  class: "footer__contact",
1882
1884
  "link-type": "regular_light",
1883
1885
  underline: "false"
1884
1886
  }, {
1885
1887
  default: k(() => [
1886
- ns
1888
+ ds
1887
1889
  ]),
1888
1890
  _: 1
1889
1891
  }),
@@ -1893,29 +1895,29 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-2881b194
1893
1895
  underline: "false"
1894
1896
  }, {
1895
1897
  default: k(() => [
1896
- ds
1898
+ cs
1897
1899
  ]),
1898
1900
  _: 1
1899
1901
  })
1900
1902
  ])
1901
1903
  ])
1902
1904
  ]),
1903
- t("div", cs, [
1904
- t("p", us, "© MiR " + n((/* @__PURE__ */ new Date()).getFullYear()), 1),
1905
- t("div", _s, [
1905
+ t("div", us, [
1906
+ t("p", _s, "© MiR " + n((/* @__PURE__ */ new Date()).getFullYear()), 1),
1907
+ t("div", ps, [
1906
1908
  t("button", {
1907
1909
  class: "footer__language-switcher",
1908
1910
  onClick: r[0] || (r[0] = (o) => a.$emit("changeRegionClicked"))
1909
1911
  }, [
1910
1912
  t("span", null, [
1911
- ps,
1912
- K(n(a.changeRegion), 1)
1913
+ hs,
1914
+ W(n(a.changeRegion), 1)
1913
1915
  ])
1914
1916
  ]),
1915
1917
  _(a.$slots, "footer-privacy-link"),
1916
1918
  _(a.$slots, "footer-cookie-link")
1917
1919
  ]),
1918
- t("div", hs, [
1920
+ t("div", ms, [
1919
1921
  (s(!0), i(M, null, O(a.socialMedia, (o) => (s(), C(D, {
1920
1922
  key: o.title,
1921
1923
  underline: "false",
@@ -1931,7 +1933,7 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-2881b194
1931
1933
  height: "14",
1932
1934
  class: h(["footer__social--icon", [o.title ? "bg-" + o.title : ""]])
1933
1935
  }, null, 2)
1934
- ], 8, ms)
1936
+ ], 8, vs)
1935
1937
  ]),
1936
1938
  _: 2
1937
1939
  }, 1024))), 128))
@@ -1940,19 +1942,19 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-2881b194
1940
1942
  ])
1941
1943
  ]));
1942
1944
  }
1943
- }), fs = /* @__PURE__ */ v(vs, [["__scopeId", "data-v-5258b418"]]), gs = { class: "header__wrapper" }, bs = { class: "nav-wrapper" }, ys = { class: "mir-link-logo" }, $s = { class: "main-nav-items" }, ks = {
1945
+ }), gs = /* @__PURE__ */ v(fs, [["__scopeId", "data-v-5258b418"]]), bs = { class: "header__wrapper" }, ys = { class: "nav-wrapper" }, $s = { class: "mir-link-logo" }, ks = { class: "main-nav-items" }, ws = {
1944
1946
  id: "menu-dropdown",
1945
1947
  ref: "dropdownDiv"
1946
- }, ws = {
1948
+ }, Ss = {
1947
1949
  key: 0,
1948
1950
  src: "https://a.storyblok.com/f/230581/9x6/8cecdca15f/arrow-down.svg?cv=1695125714195",
1949
1951
  alt: "dropdownarrow"
1950
- }, Ss = {
1952
+ }, Bs = {
1951
1953
  key: 1,
1952
1954
  src: "https://a.storyblok.com/f/230581/9x6/8cecdca15f/arrow-down.svg?cv=1695125714195",
1953
1955
  alt: "dropdownarrow",
1954
1956
  style: { transform: "rotate(180deg)" }
1955
- }, Bs = { class: "dropdown-content" }, Is = { class: "nav-search-wrapper" }, qs = ["src"], Ts = { class: "mobile-logo-search-burger-wrapper" }, Ls = { class: "mobile-mir-link-logo" }, Vs = { class: "mobile-search-wrapper" }, Cs = ["src"], As = ["src"], Ds = { class: "mobile-menu-content-wrapper" }, Ms = { class: "mobile-dropdown-content" }, Os = /* @__PURE__ */ g({
1957
+ }, Is = { class: "dropdown-content" }, qs = { class: "nav-search-wrapper" }, Ts = ["src"], Ls = { class: "mobile-logo-search-burger-wrapper" }, Vs = { class: "mobile-mir-link-logo" }, Cs = { class: "mobile-search-wrapper" }, As = ["src"], Ds = ["src"], Ms = { class: "mobile-menu-content-wrapper" }, Os = { class: "mobile-dropdown-content" }, Ps = /* @__PURE__ */ g({
1956
1958
  __name: "header",
1957
1959
  props: {
1958
1960
  burgerState: {
@@ -1999,30 +2001,30 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-2881b194
1999
2001
  }
2000
2002
  return a({
2001
2003
  defocusSearchButton: x
2002
- }), (B, j) => (s(), i("div", gs, [
2004
+ }), (B, j) => (s(), i("div", bs, [
2003
2005
  t("nav", null, [
2004
- t("div", bs, [
2005
- t("div", ys, [
2006
+ t("div", ys, [
2007
+ t("div", $s, [
2006
2008
  _(B.$slots, "link-logo", {}, void 0, !0)
2007
2009
  ]),
2008
- t("ul", $s, [
2010
+ t("ul", ks, [
2009
2011
  _(B.$slots, "main-nav-items", {}, void 0, !0)
2010
2012
  ]),
2011
- t("div", ks, [
2013
+ t("div", ws, [
2012
2014
  t("button", {
2013
2015
  class: "nav-dropdown-btn",
2014
2016
  onClick: S
2015
2017
  }, [
2016
2018
  _(B.$slots, "dropdown-title", {}, void 0, !0),
2017
- V(c) === !1 ? (s(), i("img", ws)) : (s(), i("img", Ss))
2019
+ V(c) === !1 ? (s(), i("img", Ss)) : (s(), i("img", Bs))
2018
2020
  ]),
2019
- Y(t("div", Bs, [
2021
+ Y(t("div", Is, [
2020
2022
  _(B.$slots, "dropdown-links", {}, void 0, !0)
2021
2023
  ], 512), [
2022
2024
  [Z, V(c)]
2023
2025
  ])
2024
2026
  ], 512),
2025
- t("div", Is, [
2027
+ t("div", qs, [
2026
2028
  t("button", {
2027
2029
  ref_key: "navSearchButton",
2028
2030
  ref: y,
@@ -2037,18 +2039,18 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-2881b194
2037
2039
  alt: "search icon",
2038
2040
  width: "20",
2039
2041
  height: "20"
2040
- }, null, 8, qs)
2042
+ }, null, 8, Ts)
2041
2043
  ], 512)
2042
2044
  ])
2043
2045
  ]),
2044
2046
  t("div", {
2045
2047
  class: h(["mobile-nav-wrapper", V(u) === !0 ? "mirsaic-mobile-bg mirsaic--dark" : ""])
2046
2048
  }, [
2047
- t("div", Ts, [
2048
- t("div", Ls, [
2049
+ t("div", Ls, [
2050
+ t("div", Vs, [
2049
2051
  _(B.$slots, "link-logo", {}, void 0, !0)
2050
2052
  ]),
2051
- t("div", Vs, [
2053
+ t("div", Cs, [
2052
2054
  t("button", {
2053
2055
  ref_key: "mobileSearchButton",
2054
2056
  ref: q,
@@ -2064,7 +2066,7 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-2881b194
2064
2066
  alt: "search icon",
2065
2067
  width: "20",
2066
2068
  height: "20"
2067
- }, null, 8, Cs)
2069
+ }, null, 8, As)
2068
2070
  ], 512)
2069
2071
  ]),
2070
2072
  t("button", {
@@ -2077,14 +2079,14 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-2881b194
2077
2079
  height: "20",
2078
2080
  alt: "burger menu line icon",
2079
2081
  src: V(u) === !0 ? "https://a.storyblok.com/f/230581/17x18/20e9329e46/close-white.svg" : "https://a.storyblok.com/f/230581/23x14/739e917bca/burger-menu-line.svg"
2080
- }, null, 8, As)
2082
+ }, null, 8, Ds)
2081
2083
  ])
2082
2084
  ]),
2083
- Y(t("div", Ds, [
2085
+ Y(t("div", Ms, [
2084
2086
  t("ul", null, [
2085
2087
  _(B.$slots, "mobile-main-nav-items", {}, void 0, !0)
2086
2088
  ]),
2087
- t("ul", Ms, [
2089
+ t("ul", Os, [
2088
2090
  _(B.$slots, "mobile-dropdown-title", {}, void 0, !0),
2089
2091
  _(B.$slots, "mobile-dropdown-links", {}, void 0, !0)
2090
2092
  ])
@@ -2095,7 +2097,7 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-2881b194
2095
2097
  ])
2096
2098
  ]));
2097
2099
  }
2098
- }), Ps = /* @__PURE__ */ v(Os, [["__scopeId", "data-v-5ad5c770"]]), Fs = { class: "language__wrapper" }, Es = { class: "language__content" }, Rs = { class: "language__headline" }, Ns = { class: "language__paragraph" }, Hs = { class: "language__links" }, zs = /* @__PURE__ */ g({
2100
+ }), Fs = /* @__PURE__ */ v(Ps, [["__scopeId", "data-v-5ad5c770"]]), Es = { class: "language__wrapper" }, Rs = { class: "language__content" }, Ns = { class: "language__headline" }, Hs = { class: "language__paragraph" }, zs = { class: "language__links" }, js = /* @__PURE__ */ g({
2099
2101
  __name: "language-switcher",
2100
2102
  props: {
2101
2103
  headline: {
@@ -2108,17 +2110,17 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-2881b194
2108
2110
  }
2109
2111
  },
2110
2112
  setup(e) {
2111
- return (a, r) => (s(), i("div", Fs, [
2112
- t("div", Es, [
2113
- t("h2", Rs, n(e.headline), 1),
2114
- t("p", Ns, n(e.paragraph), 1),
2115
- t("div", Hs, [
2113
+ return (a, r) => (s(), i("div", Es, [
2114
+ t("div", Rs, [
2115
+ t("h2", Ns, n(e.headline), 1),
2116
+ t("p", Hs, n(e.paragraph), 1),
2117
+ t("div", zs, [
2116
2118
  _(a.$slots, "language-links", {}, void 0, !0)
2117
2119
  ])
2118
2120
  ])
2119
2121
  ]));
2120
2122
  }
2121
- }), js = /* @__PURE__ */ v(zs, [["__scopeId", "data-v-dc8cc97e"]]), Us = { class: "pagination__wrapper" }, Ks = { class: "pagination__content" }, Gs = /* @__PURE__ */ g({
2123
+ }), Us = /* @__PURE__ */ v(js, [["__scopeId", "data-v-dc8cc97e"]]), Ks = { class: "pagination__wrapper" }, Gs = { class: "pagination__content" }, Ws = /* @__PURE__ */ g({
2122
2124
  __name: "pagination",
2123
2125
  props: {
2124
2126
  isPreviousDisabled: {
@@ -2132,8 +2134,8 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-2881b194
2132
2134
  },
2133
2135
  emits: ["previous", "next"],
2134
2136
  setup(e) {
2135
- return (a, r) => (s(), i("div", Us, [
2136
- t("div", Ks, [
2137
+ return (a, r) => (s(), i("div", Ks, [
2138
+ t("div", Gs, [
2137
2139
  w(X, {
2138
2140
  disabled: e.isPreviousDisabled,
2139
2141
  variant: "previous",
@@ -2150,16 +2152,16 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-2881b194
2150
2152
  ])
2151
2153
  ]));
2152
2154
  }
2153
- }), Ws = /* @__PURE__ */ v(Gs, [["__scopeId", "data-v-da6d07c9"]]), Ys = {}, Js = { class: "search__wrapper" };
2154
- function Qs(e, a) {
2155
- return s(), i("div", Js, [
2155
+ }), Ys = /* @__PURE__ */ v(Ws, [["__scopeId", "data-v-da6d07c9"]]), Js = {}, Qs = { class: "search__wrapper" };
2156
+ function Zs(e, a) {
2157
+ return s(), i("div", Qs, [
2156
2158
  _(e.$slots, "default", { class: "search__content" })
2157
2159
  ]);
2158
2160
  }
2159
- const Zs = /* @__PURE__ */ v(Ys, [["render", Qs], ["__scopeId", "data-v-623adb82"]]), Xs = { class: "product-hero__wrapper" }, xs = { class: "product-hero__content" }, ei = { class: "product-hero__headline" }, ti = { class: "product-hero__video" }, ai = {
2161
+ const Xs = /* @__PURE__ */ v(Js, [["render", Zs], ["__scopeId", "data-v-623adb82"]]), xs = { class: "product-hero__wrapper" }, ei = { class: "product-hero__content" }, ti = { class: "product-hero__headline" }, ai = { class: "product-hero__video" }, li = {
2160
2162
  key: 2,
2161
2163
  class: "product-hero__logo"
2162
- }, li = /* @__PURE__ */ g({
2164
+ }, oi = /* @__PURE__ */ g({
2163
2165
  __name: "product-hero",
2164
2166
  props: {
2165
2167
  headline: {
@@ -2189,10 +2191,10 @@ const Zs = /* @__PURE__ */ v(Ys, [["render", Qs], ["__scopeId", "data-v-623adb82
2189
2191
  }
2190
2192
  },
2191
2193
  setup(e) {
2192
- return (a, r) => (s(), i("div", Xs, [
2193
- t("div", xs, [
2194
- t("div", ei, n(e.headline), 1),
2195
- t("div", ti, [
2194
+ return (a, r) => (s(), i("div", xs, [
2195
+ t("div", ei, [
2196
+ t("div", ti, n(e.headline), 1),
2197
+ t("div", ai, [
2196
2198
  e.videoSrc !== "" ? (s(), C(J, {
2197
2199
  key: 0,
2198
2200
  play: "",
@@ -2210,7 +2212,7 @@ const Zs = /* @__PURE__ */ v(Ys, [["render", Qs], ["__scopeId", "data-v-623adb82
2210
2212
  ]),
2211
2213
  _: 3
2212
2214
  })),
2213
- e.logoSrc ? (s(), i("div", ai, [
2215
+ e.logoSrc ? (s(), i("div", li, [
2214
2216
  w(V(A), null, {
2215
2217
  default: k(() => [
2216
2218
  _(a.$slots, "product-hero-logo", {}, void 0, !0)
@@ -2222,7 +2224,7 @@ const Zs = /* @__PURE__ */ v(Ys, [["render", Qs], ["__scopeId", "data-v-623adb82
2222
2224
  ])
2223
2225
  ]));
2224
2226
  }
2225
- }), oi = /* @__PURE__ */ v(li, [["__scopeId", "data-v-60ff352b"]]), si = { class: "promo__content" }, ii = { class: "pallet-jack__media-wrap" }, ri = { class: "pallet-jack-link" }, ni = { class: "pallet-jack__media-wrap__inner-wrap" }, di = { class: "pallet-jack__media-wrap__content-wrap" }, ci = { class: "regular-blue" }, ui = /* @__PURE__ */ g({
2227
+ }), si = /* @__PURE__ */ v(oi, [["__scopeId", "data-v-60ff352b"]]), ii = { class: "promo__content" }, ri = { class: "pallet-jack__media-wrap" }, ni = { class: "pallet-jack-link" }, di = { class: "pallet-jack__media-wrap__inner-wrap" }, ci = { class: "pallet-jack__media-wrap__content-wrap" }, ui = { class: "regular-blue" }, _i = /* @__PURE__ */ g({
2226
2228
  __name: "pallet-jack",
2227
2229
  props: {
2228
2230
  label: { default: "" },
@@ -2248,22 +2250,22 @@ const Zs = /* @__PURE__ */ v(Ys, [["render", Qs], ["__scopeId", "data-v-623adb82
2248
2250
  l.teaser ? "promo__wrapper--teaser" : ""
2249
2251
  ])
2250
2252
  }, [
2251
- t("div", si, [
2253
+ t("div", ii, [
2252
2254
  t("div", {
2253
2255
  class: h([
2254
2256
  "promo__video",
2255
2257
  l.reverse ? "promo__video--reverse" : "promo__video--default"
2256
2258
  ])
2257
2259
  }, [
2258
- t("div", ii, [
2259
- t("div", ri, [
2260
+ t("div", ri, [
2261
+ t("div", ni, [
2260
2262
  _(l.$slots, "pallet-jack-link")
2261
2263
  ]),
2262
- t("div", ni, [
2264
+ t("div", di, [
2263
2265
  _(l.$slots, "pallet-jack-video")
2264
2266
  ]),
2265
- t("div", di, [
2266
- t("h3", ci, n(l.headline), 1),
2267
+ t("div", ci, [
2268
+ t("h3", ui, n(l.headline), 1),
2267
2269
  t("p", null, n(l.shortDescription), 1)
2268
2270
  ])
2269
2271
  ])
@@ -2274,7 +2276,7 @@ const Zs = /* @__PURE__ */ v(Ys, [["render", Qs], ["__scopeId", "data-v-623adb82
2274
2276
  l.reverse ? "promo__text--reverse" : "promo__text--default"
2275
2277
  ])
2276
2278
  }, [
2277
- l.label ? (s(), C(G, {
2279
+ l.label ? (s(), C(K, {
2278
2280
  key: 0,
2279
2281
  text: l.label,
2280
2282
  "label-dark": l.variant === "dark"
@@ -2308,9 +2310,9 @@ const Zs = /* @__PURE__ */ v(Ys, [["render", Qs], ["__scopeId", "data-v-623adb82
2308
2310
  ])
2309
2311
  ], 2));
2310
2312
  }
2311
- }), _i = /* @__PURE__ */ v(ui, [["__scopeId", "data-v-8fdfddf2"]]), hi = {
2313
+ }), pi = /* @__PURE__ */ v(_i, [["__scopeId", "data-v-8fdfddf2"]]), mi = {
2312
2314
  install: (e) => {
2313
- e.component("AtomButton", X), e.component("AtomCheckbox", Ae), e.component("AtomChip", Fe), e.component("AtomDropdown", Ke), e.component("AtomImage", A), e.component("AtomLabel", G), e.component("AtomLink", D), e.component("AtomRadioButton", lt), e.component("AtomSelect", dt), e.component("AtomSlider", bt), e.component("AtomTextarea", qt), e.component("AtomTextField", Et), e.component("AtomVideo", J), e.component("MoleculeAddress", xt), e.component("MoleculeBulletList", oa), e.component("MoleculeCard", da), e.component("MoleculeEventCard", fa), e.component("MoleculeModal", ue), e.component("MoleculeTextCard", ka), e.component("BlockFacts", Ca), e.component("BlockFeatures", Ra), e.component("BlockFormScript", Wa), e.component("BlockHeadline", dl), e.component("BlockHero", kl), e.component("BlockImage", xa), e.component("BlockImageGallery", sl), e.component("BlockLogoWall", Cl), e.component("BlockMicroStories", Pl), e.component("BlockPolicy", Hl), e.component("BlockProductHero", oi), e.component("BlockPromo", Zl), e.component("BlockQuote", uo), e.component("BlockRichText", vo), e.component("BlockRichTextColumns", wo), e.component("BlockTimeline", Do), e.component("BlockCardDisplay", Yl), e.component("BlockVimeo", Ro), e.component("BlockPalletJack", _i), e.component("Organism404", Ko), e.component("OrganismFilter", Zo), e.component("OrganismFooter", fs), e.component("OrganismHeader", Ps), e.component("OrganismLanguageSwitcher", js), e.component("OrganismPagination", Ws), e.component("OrganismSearch", Zs);
2315
+ e.component("AtomButton", X), e.component("AtomCheckbox", Ae), e.component("AtomChip", Fe), e.component("AtomDropdown", Ke), e.component("AtomImage", A), e.component("AtomLabel", K), e.component("AtomLink", D), e.component("AtomRadioButton", lt), e.component("AtomSelect", dt), e.component("AtomSlider", yt), e.component("AtomTextarea", Tt), e.component("AtomTextField", Rt), e.component("AtomVideo", J), e.component("MoleculeAddress", ea), e.component("MoleculeBulletList", sa), e.component("MoleculeCard", ca), e.component("MoleculeEventCard", ga), e.component("MoleculeModal", ue), e.component("MoleculeTextCard", wa), e.component("BlockFacts", Aa), e.component("BlockFeatures", Na), e.component("BlockFormScript", Ya), e.component("BlockHeadline", cl), e.component("BlockHero", wl), e.component("BlockImage", el), e.component("BlockImageGallery", il), e.component("BlockLogoWall", Al), e.component("BlockMicroStories", Fl), e.component("BlockPolicy", zl), e.component("BlockProductHero", si), e.component("BlockPromo", Xl), e.component("BlockQuote", _o), e.component("BlockRichText", fo), e.component("BlockRichTextColumns", So), e.component("BlockTimeline", Mo), e.component("BlockCardDisplay", Jl), e.component("BlockVimeo", No), e.component("BlockPalletJack", pi), e.component("Organism404", Go), e.component("OrganismFilter", Xo), e.component("OrganismFooter", gs), e.component("OrganismHeader", Fs), e.component("OrganismLanguageSwitcher", Us), e.component("OrganismPagination", Ys), e.component("OrganismSearch", Xs);
2314
2316
  }
2315
2317
  };
2316
2318
  export {
@@ -2319,45 +2321,45 @@ export {
2319
2321
  Fe as AtomChip,
2320
2322
  Ke as AtomDropdown,
2321
2323
  A as AtomImage,
2322
- G as AtomLabel,
2324
+ K as AtomLabel,
2323
2325
  D as AtomLink,
2324
2326
  lt as AtomRadioButton,
2325
2327
  dt as AtomSelect,
2326
- bt as AtomSlider,
2327
- Et as AtomTextField,
2328
- qt as AtomTextarea,
2328
+ yt as AtomSlider,
2329
+ Rt as AtomTextField,
2330
+ Tt as AtomTextarea,
2329
2331
  J as AtomVideo,
2330
- Yl as BlockCardDisplay,
2331
- Ca as BlockFacts,
2332
- Ra as BlockFeatures,
2333
- Wa as BlockFormScript,
2334
- dl as BlockHeadline,
2335
- kl as BlockHero,
2336
- xa as BlockImage,
2337
- sl as BlockImageGallery,
2338
- Cl as BlockLogoWall,
2339
- Pl as BlockMicroStories,
2340
- _i as BlockPalletJack,
2341
- Hl as BlockPolicy,
2342
- oi as BlockProductHero,
2343
- Zl as BlockPromo,
2344
- uo as BlockQuote,
2345
- vo as BlockRichText,
2346
- wo as BlockRichTextColumns,
2347
- Do as BlockTimeline,
2348
- Ro as BlockVimeo,
2349
- xt as MoleculeAddress,
2350
- oa as MoleculeBulletList,
2351
- da as MoleculeCard,
2352
- fa as MoleculeEventCard,
2332
+ Jl as BlockCardDisplay,
2333
+ Aa as BlockFacts,
2334
+ Na as BlockFeatures,
2335
+ Ya as BlockFormScript,
2336
+ cl as BlockHeadline,
2337
+ wl as BlockHero,
2338
+ el as BlockImage,
2339
+ il as BlockImageGallery,
2340
+ Al as BlockLogoWall,
2341
+ Fl as BlockMicroStories,
2342
+ pi as BlockPalletJack,
2343
+ zl as BlockPolicy,
2344
+ si as BlockProductHero,
2345
+ Xl as BlockPromo,
2346
+ _o as BlockQuote,
2347
+ fo as BlockRichText,
2348
+ So as BlockRichTextColumns,
2349
+ Mo as BlockTimeline,
2350
+ No as BlockVimeo,
2351
+ ea as MoleculeAddress,
2352
+ sa as MoleculeBulletList,
2353
+ ca as MoleculeCard,
2354
+ ga as MoleculeEventCard,
2353
2355
  ue as MoleculeModal,
2354
- ka as MoleculeTextCard,
2355
- Ko as Organism404,
2356
- Zo as OrganismFilter,
2357
- fs as OrganismFooter,
2358
- Ps as OrganismHeader,
2359
- js as OrganismLanguageSwitcher,
2360
- Ws as OrganismPagination,
2361
- Zs as OrganismSearch,
2362
- hi as default
2356
+ wa as MoleculeTextCard,
2357
+ Go as Organism404,
2358
+ Xo as OrganismFilter,
2359
+ gs as OrganismFooter,
2360
+ Fs as OrganismHeader,
2361
+ Us as OrganismLanguageSwitcher,
2362
+ Ys as OrganismPagination,
2363
+ Xs as OrganismSearch,
2364
+ mi as default
2363
2365
  };