@mirweb/mir-web-components 0.17.68 → 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"
@@ -1573,10 +1573,10 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-9d5712e7
1573
1573
  ])
1574
1574
  ], 2));
1575
1575
  }
1576
- }), Zl = /* @__PURE__ */ v(Ql, [["__scopeId", "data-v-6004e153"]]), 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 = {
1577
1577
  key: 0,
1578
1578
  class: "quote__image"
1579
- }, 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({
1580
1580
  __name: "quote",
1581
1581
  props: {
1582
1582
  quote: {
@@ -1598,13 +1598,13 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-9d5712e7
1598
1598
  }
1599
1599
  },
1600
1600
  setup(e) {
1601
- return (a, r) => (s(), i("div", xl, [
1602
- t("div", eo, [
1603
- to,
1604
- t("div", ao, [
1605
- t("p", lo, n(e.quote), 1),
1606
- t("div", oo, [
1607
- 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, [
1608
1608
  w(A, null, {
1609
1609
  default: k(() => [
1610
1610
  _(a.$slots, "author-image", P(F({
@@ -1616,22 +1616,22 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-9d5712e7
1616
1616
  _: 3
1617
1617
  })
1618
1618
  ])) : m("", !0),
1619
- t("div", io, [
1620
- t("p", ro, n(e.author), 1),
1621
- 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)
1622
1622
  ])
1623
1623
  ])
1624
1624
  ])
1625
1625
  ])
1626
1626
  ]));
1627
1627
  }
1628
- }), 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 = {
1629
1629
  key: 0,
1630
1630
  class: "rich-text__links"
1631
- }, ho = {
1631
+ }, mo = {
1632
1632
  key: 0,
1633
1633
  class: "rich-text__bullet-list"
1634
- }, mo = /* @__PURE__ */ g({
1634
+ }, vo = /* @__PURE__ */ g({
1635
1635
  __name: "rich-text",
1636
1636
  props: {
1637
1637
  headline: { default: "" },
@@ -1650,8 +1650,8 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-9d5712e7
1650
1650
  a.bgColor === "blue" ? "rich-text--blue" : "rich-text--white"
1651
1651
  ])
1652
1652
  }, [
1653
- t("div", _o, [
1654
- a.label ? (s(), C(G, {
1653
+ t("div", po, [
1654
+ a.label ? (s(), C(K, {
1655
1655
  key: 0,
1656
1656
  text: a.label,
1657
1657
  "label-dark": !1
@@ -1676,11 +1676,11 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-9d5712e7
1676
1676
  ])
1677
1677
  }, [
1678
1678
  _(a.$slots, "rich-text-content"),
1679
- a.links ? (s(), i("div", po, [
1679
+ a.links ? (s(), i("div", ho, [
1680
1680
  _(a.$slots, "rich-text-links")
1681
1681
  ])) : m("", !0)
1682
1682
  ], 2),
1683
- a.bulletList ? (s(), i("div", ho, [
1683
+ a.bulletList ? (s(), i("div", mo, [
1684
1684
  _(a.$slots, "rich-text-bullet-list")
1685
1685
  ])) : m("", !0),
1686
1686
  a.image ? (s(), i("div", {
@@ -1701,12 +1701,12 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-9d5712e7
1701
1701
  ])
1702
1702
  ], 2));
1703
1703
  }
1704
- }), 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" };
1705
- function ko(e, a) {
1706
- return s(), i("div", go, [
1707
- t("div", bo, [
1708
- t("div", yo, [
1709
- 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, [
1710
1710
  t("div", null, [
1711
1711
  _(e.$slots, "rich-text-content-left", {}, void 0, !0)
1712
1712
  ]),
@@ -1718,10 +1718,10 @@ function ko(e, a) {
1718
1718
  ])
1719
1719
  ]);
1720
1720
  }
1721
- 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" }, [
1722
1722
  /* @__PURE__ */ t("div", { class: "circle" }),
1723
1723
  /* @__PURE__ */ t("div", { class: "line" })
1724
- ], -1)), Vo = { class: "item__right" }, Co = ["innerHTML"], Ao = /* @__PURE__ */ g({
1724
+ ], -1)), Co = { class: "item__right" }, Ao = ["innerHTML"], Do = /* @__PURE__ */ g({
1725
1725
  __name: "timeline",
1726
1726
  props: {
1727
1727
  timelineItems: {
@@ -1744,16 +1744,16 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-2881b194
1744
1744
  a.forEach((o) => {
1745
1745
  r.observe(o);
1746
1746
  });
1747
- }), (a, r) => (s(), i("div", Bo, [
1748
- t("div", Io, [
1749
- t("div", qo, [
1747
+ }), (a, r) => (s(), i("div", Io, [
1748
+ t("div", qo, [
1749
+ t("div", To, [
1750
1750
  (s(!0), i(M, null, O(e.timelineItems, (o) => (s(), i("div", {
1751
1751
  key: o.year,
1752
1752
  class: "timeline__item faded"
1753
1753
  }, [
1754
- t("div", To, n(o.year), 1),
1755
- Lo,
1756
- t("div", Vo, [
1754
+ t("div", Lo, n(o.year), 1),
1755
+ Vo,
1756
+ t("div", Co, [
1757
1757
  w(A, null, {
1758
1758
  default: k(() => [
1759
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)
@@ -1764,20 +1764,20 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-2881b194
1764
1764
  style: ae([o.media.src ? "" : "margin-top: 0px"]),
1765
1765
  class: "rich-text",
1766
1766
  innerHTML: o.text
1767
- }, null, 12, Co)
1767
+ }, null, 12, Ao)
1768
1768
  ])
1769
1769
  ]))), 128))
1770
1770
  ])
1771
1771
  ])
1772
1772
  ]));
1773
1773
  }
1774
- }), 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 = {
1775
1775
  key: 0,
1776
1776
  class: "vimeo__headline"
1777
- }, Fo = {
1777
+ }, Eo = {
1778
1778
  key: 1,
1779
1779
  class: "vimeo__description"
1780
- }, Eo = /* @__PURE__ */ g({
1780
+ }, Ro = /* @__PURE__ */ g({
1781
1781
  __name: "vimeo",
1782
1782
  props: {
1783
1783
  headline: {
@@ -1790,15 +1790,15 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-2881b194
1790
1790
  }
1791
1791
  },
1792
1792
  setup(e) {
1793
- return (a, r) => (s(), i("div", Mo, [
1794
- t("div", Oo, [
1795
- 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),
1796
1796
  _(a.$slots, "vimeo-content", {}, void 0, !0),
1797
- 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)
1798
1798
  ])
1799
1799
  ]));
1800
1800
  }
1801
- }), 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({
1802
1802
  __name: "404",
1803
1803
  props: {
1804
1804
  headline: {
@@ -1807,16 +1807,16 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-2881b194
1807
1807
  }
1808
1808
  },
1809
1809
  setup(e) {
1810
- return (a, r) => (s(), i("div", No, [
1811
- t("div", Ho, [
1812
- t("h1", zo, n(e.headline), 1),
1813
- 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, [
1814
1814
  _(a.$slots, "not-found-body", {}, void 0, !0)
1815
1815
  ])
1816
1816
  ])
1817
1817
  ]));
1818
1818
  }
1819
- }), 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({
1820
1820
  __name: "filter",
1821
1821
  props: {
1822
1822
  hasChips: {
@@ -1830,12 +1830,12 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-2881b194
1830
1830
  },
1831
1831
  emits: ["clearFilters"],
1832
1832
  setup(e) {
1833
- return (a, r) => (s(), i("div", Go, [
1834
- t("div", Wo, [
1835
- t("div", Yo, [
1833
+ return (a, r) => (s(), i("div", Wo, [
1834
+ t("div", Yo, [
1835
+ t("div", Jo, [
1836
1836
  _(a.$slots, "filter-dropdowns")
1837
1837
  ]),
1838
- t("div", Jo, [
1838
+ t("div", Qo, [
1839
1839
  _(a.$slots, "filter-chips"),
1840
1840
  e.hasChips ? (s(), i("button", {
1841
1841
  key: 0,
@@ -1846,7 +1846,7 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-2881b194
1846
1846
  ])
1847
1847
  ]));
1848
1848
  }
1849
- }), 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({
1850
1850
  __name: "footer",
1851
1851
  props: {
1852
1852
  footerSections: { default: () => [] },
@@ -1857,35 +1857,35 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-2881b194
1857
1857
  },
1858
1858
  emits: ["changeRegionClicked"],
1859
1859
  setup(e) {
1860
- return (a, r) => (s(), i("div", Xo, [
1861
- t("footer", xo, [
1862
- t("div", es, [
1860
+ return (a, r) => (s(), i("div", xo, [
1861
+ t("footer", es, [
1862
+ t("div", ts, [
1863
1863
  (s(!0), i(M, null, O(a.footerSections, (o) => (s(), i("div", {
1864
1864
  key: o.title,
1865
1865
  class: "section"
1866
1866
  }, [
1867
- t("span", ts, n(o.title), 1),
1867
+ t("span", as, n(o.title), 1),
1868
1868
  t("nav", null, [
1869
- t("ul", as, [
1869
+ t("ul", ls, [
1870
1870
  _(a.$slots, "section-links", {
1871
1871
  links: o.links
1872
1872
  })
1873
1873
  ])
1874
1874
  ])
1875
1875
  ]))), 128)),
1876
- t("div", ls, [
1877
- os,
1876
+ t("div", os, [
1877
+ ss,
1878
1878
  t("address", null, [
1879
- ss,
1880
1879
  is,
1881
1880
  rs,
1881
+ ns,
1882
1882
  w(D, {
1883
1883
  class: "footer__contact",
1884
1884
  "link-type": "regular_light",
1885
1885
  underline: "false"
1886
1886
  }, {
1887
1887
  default: k(() => [
1888
- ns
1888
+ ds
1889
1889
  ]),
1890
1890
  _: 1
1891
1891
  }),
@@ -1895,29 +1895,29 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-2881b194
1895
1895
  underline: "false"
1896
1896
  }, {
1897
1897
  default: k(() => [
1898
- ds
1898
+ cs
1899
1899
  ]),
1900
1900
  _: 1
1901
1901
  })
1902
1902
  ])
1903
1903
  ])
1904
1904
  ]),
1905
- t("div", cs, [
1906
- t("p", us, "© MiR " + n((/* @__PURE__ */ new Date()).getFullYear()), 1),
1907
- t("div", _s, [
1905
+ t("div", us, [
1906
+ t("p", _s, "© MiR " + n((/* @__PURE__ */ new Date()).getFullYear()), 1),
1907
+ t("div", ps, [
1908
1908
  t("button", {
1909
1909
  class: "footer__language-switcher",
1910
1910
  onClick: r[0] || (r[0] = (o) => a.$emit("changeRegionClicked"))
1911
1911
  }, [
1912
1912
  t("span", null, [
1913
- ps,
1914
- K(n(a.changeRegion), 1)
1913
+ hs,
1914
+ W(n(a.changeRegion), 1)
1915
1915
  ])
1916
1916
  ]),
1917
1917
  _(a.$slots, "footer-privacy-link"),
1918
1918
  _(a.$slots, "footer-cookie-link")
1919
1919
  ]),
1920
- t("div", hs, [
1920
+ t("div", ms, [
1921
1921
  (s(!0), i(M, null, O(a.socialMedia, (o) => (s(), C(D, {
1922
1922
  key: o.title,
1923
1923
  underline: "false",
@@ -1933,7 +1933,7 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-2881b194
1933
1933
  height: "14",
1934
1934
  class: h(["footer__social--icon", [o.title ? "bg-" + o.title : ""]])
1935
1935
  }, null, 2)
1936
- ], 8, ms)
1936
+ ], 8, vs)
1937
1937
  ]),
1938
1938
  _: 2
1939
1939
  }, 1024))), 128))
@@ -1942,19 +1942,19 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-2881b194
1942
1942
  ])
1943
1943
  ]));
1944
1944
  }
1945
- }), 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 = {
1946
1946
  id: "menu-dropdown",
1947
1947
  ref: "dropdownDiv"
1948
- }, ws = {
1948
+ }, Ss = {
1949
1949
  key: 0,
1950
1950
  src: "https://a.storyblok.com/f/230581/9x6/8cecdca15f/arrow-down.svg?cv=1695125714195",
1951
1951
  alt: "dropdownarrow"
1952
- }, Ss = {
1952
+ }, Bs = {
1953
1953
  key: 1,
1954
1954
  src: "https://a.storyblok.com/f/230581/9x6/8cecdca15f/arrow-down.svg?cv=1695125714195",
1955
1955
  alt: "dropdownarrow",
1956
1956
  style: { transform: "rotate(180deg)" }
1957
- }, 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({
1958
1958
  __name: "header",
1959
1959
  props: {
1960
1960
  burgerState: {
@@ -2001,30 +2001,30 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-2881b194
2001
2001
  }
2002
2002
  return a({
2003
2003
  defocusSearchButton: x
2004
- }), (B, j) => (s(), i("div", gs, [
2004
+ }), (B, j) => (s(), i("div", bs, [
2005
2005
  t("nav", null, [
2006
- t("div", bs, [
2007
- t("div", ys, [
2006
+ t("div", ys, [
2007
+ t("div", $s, [
2008
2008
  _(B.$slots, "link-logo", {}, void 0, !0)
2009
2009
  ]),
2010
- t("ul", $s, [
2010
+ t("ul", ks, [
2011
2011
  _(B.$slots, "main-nav-items", {}, void 0, !0)
2012
2012
  ]),
2013
- t("div", ks, [
2013
+ t("div", ws, [
2014
2014
  t("button", {
2015
2015
  class: "nav-dropdown-btn",
2016
2016
  onClick: S
2017
2017
  }, [
2018
2018
  _(B.$slots, "dropdown-title", {}, void 0, !0),
2019
- V(c) === !1 ? (s(), i("img", ws)) : (s(), i("img", Ss))
2019
+ V(c) === !1 ? (s(), i("img", Ss)) : (s(), i("img", Bs))
2020
2020
  ]),
2021
- Y(t("div", Bs, [
2021
+ Y(t("div", Is, [
2022
2022
  _(B.$slots, "dropdown-links", {}, void 0, !0)
2023
2023
  ], 512), [
2024
2024
  [Z, V(c)]
2025
2025
  ])
2026
2026
  ], 512),
2027
- t("div", Is, [
2027
+ t("div", qs, [
2028
2028
  t("button", {
2029
2029
  ref_key: "navSearchButton",
2030
2030
  ref: y,
@@ -2039,18 +2039,18 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-2881b194
2039
2039
  alt: "search icon",
2040
2040
  width: "20",
2041
2041
  height: "20"
2042
- }, null, 8, qs)
2042
+ }, null, 8, Ts)
2043
2043
  ], 512)
2044
2044
  ])
2045
2045
  ]),
2046
2046
  t("div", {
2047
2047
  class: h(["mobile-nav-wrapper", V(u) === !0 ? "mirsaic-mobile-bg mirsaic--dark" : ""])
2048
2048
  }, [
2049
- t("div", Ts, [
2050
- t("div", Ls, [
2049
+ t("div", Ls, [
2050
+ t("div", Vs, [
2051
2051
  _(B.$slots, "link-logo", {}, void 0, !0)
2052
2052
  ]),
2053
- t("div", Vs, [
2053
+ t("div", Cs, [
2054
2054
  t("button", {
2055
2055
  ref_key: "mobileSearchButton",
2056
2056
  ref: q,
@@ -2066,7 +2066,7 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-2881b194
2066
2066
  alt: "search icon",
2067
2067
  width: "20",
2068
2068
  height: "20"
2069
- }, null, 8, Cs)
2069
+ }, null, 8, As)
2070
2070
  ], 512)
2071
2071
  ]),
2072
2072
  t("button", {
@@ -2079,14 +2079,14 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-2881b194
2079
2079
  height: "20",
2080
2080
  alt: "burger menu line icon",
2081
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"
2082
- }, null, 8, As)
2082
+ }, null, 8, Ds)
2083
2083
  ])
2084
2084
  ]),
2085
- Y(t("div", Ds, [
2085
+ Y(t("div", Ms, [
2086
2086
  t("ul", null, [
2087
2087
  _(B.$slots, "mobile-main-nav-items", {}, void 0, !0)
2088
2088
  ]),
2089
- t("ul", Ms, [
2089
+ t("ul", Os, [
2090
2090
  _(B.$slots, "mobile-dropdown-title", {}, void 0, !0),
2091
2091
  _(B.$slots, "mobile-dropdown-links", {}, void 0, !0)
2092
2092
  ])
@@ -2097,7 +2097,7 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-2881b194
2097
2097
  ])
2098
2098
  ]));
2099
2099
  }
2100
- }), 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({
2101
2101
  __name: "language-switcher",
2102
2102
  props: {
2103
2103
  headline: {
@@ -2110,17 +2110,17 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-2881b194
2110
2110
  }
2111
2111
  },
2112
2112
  setup(e) {
2113
- return (a, r) => (s(), i("div", Fs, [
2114
- t("div", Es, [
2115
- t("h2", Rs, n(e.headline), 1),
2116
- t("p", Ns, n(e.paragraph), 1),
2117
- 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, [
2118
2118
  _(a.$slots, "language-links", {}, void 0, !0)
2119
2119
  ])
2120
2120
  ])
2121
2121
  ]));
2122
2122
  }
2123
- }), 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({
2124
2124
  __name: "pagination",
2125
2125
  props: {
2126
2126
  isPreviousDisabled: {
@@ -2134,8 +2134,8 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-2881b194
2134
2134
  },
2135
2135
  emits: ["previous", "next"],
2136
2136
  setup(e) {
2137
- return (a, r) => (s(), i("div", Us, [
2138
- t("div", Ks, [
2137
+ return (a, r) => (s(), i("div", Ks, [
2138
+ t("div", Gs, [
2139
2139
  w(X, {
2140
2140
  disabled: e.isPreviousDisabled,
2141
2141
  variant: "previous",
@@ -2152,16 +2152,16 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-2881b194
2152
2152
  ])
2153
2153
  ]));
2154
2154
  }
2155
- }), Ws = /* @__PURE__ */ v(Gs, [["__scopeId", "data-v-da6d07c9"]]), Ys = {}, Js = { class: "search__wrapper" };
2156
- function Qs(e, a) {
2157
- 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, [
2158
2158
  _(e.$slots, "default", { class: "search__content" })
2159
2159
  ]);
2160
2160
  }
2161
- 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 = {
2162
2162
  key: 2,
2163
2163
  class: "product-hero__logo"
2164
- }, li = /* @__PURE__ */ g({
2164
+ }, oi = /* @__PURE__ */ g({
2165
2165
  __name: "product-hero",
2166
2166
  props: {
2167
2167
  headline: {
@@ -2191,10 +2191,10 @@ const Zs = /* @__PURE__ */ v(Ys, [["render", Qs], ["__scopeId", "data-v-623adb82
2191
2191
  }
2192
2192
  },
2193
2193
  setup(e) {
2194
- return (a, r) => (s(), i("div", Xs, [
2195
- t("div", xs, [
2196
- t("div", ei, n(e.headline), 1),
2197
- 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, [
2198
2198
  e.videoSrc !== "" ? (s(), C(J, {
2199
2199
  key: 0,
2200
2200
  play: "",
@@ -2212,7 +2212,7 @@ const Zs = /* @__PURE__ */ v(Ys, [["render", Qs], ["__scopeId", "data-v-623adb82
2212
2212
  ]),
2213
2213
  _: 3
2214
2214
  })),
2215
- e.logoSrc ? (s(), i("div", ai, [
2215
+ e.logoSrc ? (s(), i("div", li, [
2216
2216
  w(V(A), null, {
2217
2217
  default: k(() => [
2218
2218
  _(a.$slots, "product-hero-logo", {}, void 0, !0)
@@ -2224,7 +2224,7 @@ const Zs = /* @__PURE__ */ v(Ys, [["render", Qs], ["__scopeId", "data-v-623adb82
2224
2224
  ])
2225
2225
  ]));
2226
2226
  }
2227
- }), 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({
2228
2228
  __name: "pallet-jack",
2229
2229
  props: {
2230
2230
  label: { default: "" },
@@ -2250,22 +2250,22 @@ const Zs = /* @__PURE__ */ v(Ys, [["render", Qs], ["__scopeId", "data-v-623adb82
2250
2250
  l.teaser ? "promo__wrapper--teaser" : ""
2251
2251
  ])
2252
2252
  }, [
2253
- t("div", si, [
2253
+ t("div", ii, [
2254
2254
  t("div", {
2255
2255
  class: h([
2256
2256
  "promo__video",
2257
2257
  l.reverse ? "promo__video--reverse" : "promo__video--default"
2258
2258
  ])
2259
2259
  }, [
2260
- t("div", ii, [
2261
- t("div", ri, [
2260
+ t("div", ri, [
2261
+ t("div", ni, [
2262
2262
  _(l.$slots, "pallet-jack-link")
2263
2263
  ]),
2264
- t("div", ni, [
2264
+ t("div", di, [
2265
2265
  _(l.$slots, "pallet-jack-video")
2266
2266
  ]),
2267
- t("div", di, [
2268
- t("h3", ci, n(l.headline), 1),
2267
+ t("div", ci, [
2268
+ t("h3", ui, n(l.headline), 1),
2269
2269
  t("p", null, n(l.shortDescription), 1)
2270
2270
  ])
2271
2271
  ])
@@ -2276,7 +2276,7 @@ const Zs = /* @__PURE__ */ v(Ys, [["render", Qs], ["__scopeId", "data-v-623adb82
2276
2276
  l.reverse ? "promo__text--reverse" : "promo__text--default"
2277
2277
  ])
2278
2278
  }, [
2279
- l.label ? (s(), C(G, {
2279
+ l.label ? (s(), C(K, {
2280
2280
  key: 0,
2281
2281
  text: l.label,
2282
2282
  "label-dark": l.variant === "dark"
@@ -2310,9 +2310,9 @@ const Zs = /* @__PURE__ */ v(Ys, [["render", Qs], ["__scopeId", "data-v-623adb82
2310
2310
  ])
2311
2311
  ], 2));
2312
2312
  }
2313
- }), _i = /* @__PURE__ */ v(ui, [["__scopeId", "data-v-8fdfddf2"]]), hi = {
2313
+ }), pi = /* @__PURE__ */ v(_i, [["__scopeId", "data-v-8fdfddf2"]]), mi = {
2314
2314
  install: (e) => {
2315
- 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);
2316
2316
  }
2317
2317
  };
2318
2318
  export {
@@ -2321,45 +2321,45 @@ export {
2321
2321
  Fe as AtomChip,
2322
2322
  Ke as AtomDropdown,
2323
2323
  A as AtomImage,
2324
- G as AtomLabel,
2324
+ K as AtomLabel,
2325
2325
  D as AtomLink,
2326
2326
  lt as AtomRadioButton,
2327
2327
  dt as AtomSelect,
2328
- bt as AtomSlider,
2329
- Et as AtomTextField,
2330
- qt as AtomTextarea,
2328
+ yt as AtomSlider,
2329
+ Rt as AtomTextField,
2330
+ Tt as AtomTextarea,
2331
2331
  J as AtomVideo,
2332
- Yl as BlockCardDisplay,
2333
- Ca as BlockFacts,
2334
- Ra as BlockFeatures,
2335
- Wa as BlockFormScript,
2336
- dl as BlockHeadline,
2337
- kl as BlockHero,
2338
- xa as BlockImage,
2339
- sl as BlockImageGallery,
2340
- Cl as BlockLogoWall,
2341
- Pl as BlockMicroStories,
2342
- _i as BlockPalletJack,
2343
- Hl as BlockPolicy,
2344
- oi as BlockProductHero,
2345
- Zl as BlockPromo,
2346
- uo as BlockQuote,
2347
- vo as BlockRichText,
2348
- wo as BlockRichTextColumns,
2349
- Do as BlockTimeline,
2350
- Ro as BlockVimeo,
2351
- xt as MoleculeAddress,
2352
- oa as MoleculeBulletList,
2353
- da as MoleculeCard,
2354
- 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,
2355
2355
  ue as MoleculeModal,
2356
- ka as MoleculeTextCard,
2357
- Ko as Organism404,
2358
- Zo as OrganismFilter,
2359
- fs as OrganismFooter,
2360
- Ps as OrganismHeader,
2361
- js as OrganismLanguageSwitcher,
2362
- Ws as OrganismPagination,
2363
- Zs as OrganismSearch,
2364
- 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
2365
2365
  };