@mirweb/mir-web-components 0.17.82 → 0.17.84

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 u, 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";
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 u, 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 V, createCommentVNode as m, watchEffect as de, withKeys as ke, useSlots as we, normalizeStyle as ae, isRef as ie, unref as C, 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: {
@@ -459,7 +459,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
459
459
  }, ["stop"]))
460
460
  }, [
461
461
  t("div", null, [
462
- _.searchBar ? m("", !0) : (s(), C(X, {
462
+ _.searchBar ? m("", !0) : (s(), V(X, {
463
463
  key: 0,
464
464
  "aria-label": "close",
465
465
  variant: "close",
@@ -546,7 +546,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
546
546
  class: h([f.variant, "slider__value"])
547
547
  }, n(f.modelValue), 3)
548
548
  ]),
549
- f.information ? (s(), C(ue, {
549
+ f.information ? (s(), V(ue, {
550
550
  key: 0,
551
551
  show: c.value,
552
552
  "onUpdate:show": y[3] || (y[3] = (q) => c.value = q)
@@ -753,7 +753,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
753
753
  }, null, 8, zt))
754
754
  ]));
755
755
  }
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 = { key: 1 }, Zt = ["href"], Xt = { class: "address__contact" }, xt = ["href"], ea = ["href"], ta = /* @__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 = ["href"], ea = /* @__PURE__ */ g({
757
757
  __name: "address",
758
758
  props: {
759
759
  name: {},
@@ -776,24 +776,23 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
776
776
  t("p", null, n(a.company), 1),
777
777
  t("p", null, n(a.addressLine1), 1),
778
778
  t("p", null, n(a.addressLine2), 1),
779
- a.addressLine3 ? (s(), i("p", Jt, n(a.addressLine3), 1)) : m("", !0),
780
- a.website ? (s(), i("p", Qt, [
781
- w(A, {
782
- underline: "false",
783
- "link-type": "regular"
784
- }, {
785
- default: k(() => [
786
- t("a", {
787
- href: a.website,
788
- class: "address__website"
789
- }, n(a.website), 9, Zt)
790
- ]),
791
- _: 1
792
- })
793
- ])) : m("", !0)
779
+ a.addressLine3 ? (s(), i("p", Jt, n(a.addressLine3), 1)) : m("", !0)
794
780
  ]),
795
- t("div", Xt, [
796
- (s(!0), i(M, null, O(a.phoneNumbers, (o) => (s(), C(A, {
781
+ t("div", Qt, [
782
+ a.website ? (s(), V(A, {
783
+ key: 0,
784
+ underline: "false",
785
+ "link-type": "regular"
786
+ }, {
787
+ default: k(() => [
788
+ t("a", {
789
+ href: "https://" + a.website,
790
+ class: "address__website"
791
+ }, n(a.website), 9, Zt)
792
+ ]),
793
+ _: 1
794
+ })) : m("", !0),
795
+ (s(!0), i(M, null, O(a.phoneNumbers, (o) => (s(), V(A, {
797
796
  key: o,
798
797
  underline: "false",
799
798
  "link-type": "regular"
@@ -802,19 +801,19 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
802
801
  t("a", {
803
802
  href: "tel:" + o,
804
803
  class: "address__phone"
805
- }, n(o), 9, xt)
804
+ }, n(o), 9, Xt)
806
805
  ]),
807
806
  _: 2
808
807
  }, 1024))), 128)),
809
808
  t("a", {
810
809
  href: "mailto:" + a.email,
811
810
  class: "address__email"
812
- }, n(a.email), 9, ea)
811
+ }, n(a.email), 9, xt)
813
812
  ])
814
813
  ])
815
814
  ]));
816
815
  }
817
- }), aa = /* @__PURE__ */ v(ta, [["__scopeId", "data-v-423206d3"]]), la = (e) => (E("data-v-a44fd57d"), e = e(), R(), e), oa = { class: "bullet-list__wrapper" }, sa = /* @__PURE__ */ la(() => /* @__PURE__ */ t("i", { class: "checkmark" }, null, -1)), ia = /* @__PURE__ */ g({
816
+ }), ta = /* @__PURE__ */ v(ea, [["__scopeId", "data-v-e1c72a18"]]), aa = (e) => (E("data-v-a44fd57d"), e = e(), R(), e), la = { class: "bullet-list__wrapper" }, oa = /* @__PURE__ */ aa(() => /* @__PURE__ */ t("i", { class: "checkmark" }, null, -1)), sa = /* @__PURE__ */ g({
818
817
  __name: "bullet-list",
819
818
  props: {
820
819
  list: {
@@ -834,20 +833,20 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
834
833
  }
835
834
  },
836
835
  setup(e) {
837
- return (a, r) => (s(), i("div", oa, [
836
+ return (a, r) => (s(), i("div", la, [
838
837
  t("div", {
839
838
  class: h(["bullet-list", e.variant])
840
839
  }, [
841
840
  t("ul", null, [
842
841
  (s(!0), i(M, null, O(e.list, (o) => (s(), i("li", { key: o }, [
843
- sa,
842
+ oa,
844
843
  W(" " + n(o), 1)
845
844
  ]))), 128))
846
845
  ])
847
846
  ], 2)
848
847
  ]));
849
848
  }
850
- }), ra = /* @__PURE__ */ v(ia, [["__scopeId", "data-v-a44fd57d"]]), na = { class: "card__wrapper" }, da = { key: 2 }, ca = { key: 5 }, ua = /* @__PURE__ */ g({
849
+ }), ia = /* @__PURE__ */ v(sa, [["__scopeId", "data-v-a44fd57d"]]), ra = { class: "card__wrapper" }, na = { key: 2 }, da = { key: 5 }, ca = /* @__PURE__ */ g({
851
850
  __name: "card",
852
851
  props: {
853
852
  variant: { default: "product" },
@@ -888,7 +887,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
888
887
  height: "335"
889
888
  }
890
889
  }, l = e, _ = L(() => o[l.size]);
891
- return (c, p) => (s(), i("div", na, [
890
+ return (c, p) => (s(), i("div", ra, [
892
891
  t("div", {
893
892
  class: h(["card", [
894
893
  c.theme === "dark" ? "card--dark" : "card--light",
@@ -901,7 +900,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
901
900
  onMouseover: p[0] || (p[0] = (S) => ie(r) ? r.value = !0 : r = !0),
902
901
  onMouseout: p[1] || (p[1] = (S) => ie(r) ? r.value = !1 : r = !1)
903
902
  }, [
904
- c.mediaType === "image" ? (s(), C(D, { key: 0 }, {
903
+ c.mediaType === "image" ? (s(), V(D, { key: 0 }, {
905
904
  default: k(() => [
906
905
  u(c.$slots, "card-image", te({
907
906
  src: c.imgSrc,
@@ -915,10 +914,10 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
915
914
  _: 3
916
915
  })) : (s(), i("div", {
917
916
  key: 1,
918
- class: h(["video-card__wrapper", V(r) === !0 ? "vimeoPlaying" : ""])
917
+ class: h(["video-card__wrapper", C(r) === !0 ? "vimeoPlaying" : ""])
919
918
  }, [
920
919
  w(J, {
921
- play: V(r),
920
+ play: C(r),
922
921
  "local-video": !0,
923
922
  src: c.videoSrc,
924
923
  "aria-label": c.arialabel,
@@ -931,7 +930,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
931
930
  muted: !0
932
931
  }, null, 8, ["play", "src", "aria-label", "poster", "width", "height"])
933
932
  ], 2)),
934
- V(a)["card-label"] ? (s(), i("div", da, [
933
+ C(a)["card-label"] ? (s(), i("div", na, [
935
934
  u(c.$slots, "card-label")
936
935
  ])) : m("", !0),
937
936
  c.variant === "product" ? (s(), i("div", {
@@ -948,11 +947,11 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
948
947
  c.theme === "dark" ? "regular-dark" : "regular-dark-blue"
949
948
  ])
950
949
  }, n(c.headline), 3)),
951
- c.variant === "product" ? (s(), i("p", ca, n(c.paragraph), 1)) : m("", !0)
950
+ c.variant === "product" ? (s(), i("p", da, n(c.paragraph), 1)) : m("", !0)
952
951
  ], 38)
953
952
  ]));
954
953
  }
955
- }), _a = /* @__PURE__ */ v(ua, [["__scopeId", "data-v-351c5fbb"]]), pa = (e) => (E("data-v-bc91c976"), e = e(), R(), e), ha = { class: "event__wrapper" }, ma = { class: "event__headline" }, va = { class: "event__date-location" }, fa = /* @__PURE__ */ pa(() => /* @__PURE__ */ t("br", null, null, -1)), ga = { class: "event__exhibitor" }, ba = /* @__PURE__ */ g({
954
+ }), ua = /* @__PURE__ */ v(ca, [["__scopeId", "data-v-351c5fbb"]]), _a = (e) => (E("data-v-bc91c976"), e = e(), R(), e), pa = { class: "event__wrapper" }, ha = { class: "event__headline" }, ma = { class: "event__date-location" }, va = /* @__PURE__ */ _a(() => /* @__PURE__ */ t("br", null, null, -1)), fa = { class: "event__exhibitor" }, ga = /* @__PURE__ */ g({
956
955
  __name: "event-card",
957
956
  props: {
958
957
  eventType: {
@@ -977,21 +976,21 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
977
976
  }
978
977
  },
979
978
  setup(e) {
980
- return (a, r) => (s(), i("div", ha, [
979
+ return (a, r) => (s(), i("div", pa, [
981
980
  w(K, {
982
981
  "label-dark": !1,
983
982
  text: e.eventType ? e.eventType : ""
984
983
  }, null, 8, ["text"]),
985
- t("div", ma, n(e.headline), 1),
986
- t("div", va, [
984
+ t("div", ha, n(e.headline), 1),
985
+ t("div", ma, [
987
986
  W(n(e.dateTime), 1),
988
- fa,
987
+ va,
989
988
  W(n(e.location), 1)
990
989
  ]),
991
- t("div", ga, n(e.exhibitor), 1)
990
+ t("div", fa, n(e.exhibitor), 1)
992
991
  ]));
993
992
  }
994
- }), ya = /* @__PURE__ */ v(ba, [["__scopeId", "data-v-bc91c976"]]), $a = { class: "text__wrapper" }, ka = { class: "text__headline" }, wa = { class: "text__paragraph" }, Sa = /* @__PURE__ */ g({
993
+ }), ba = /* @__PURE__ */ v(ga, [["__scopeId", "data-v-bc91c976"]]), ya = { class: "text__wrapper" }, $a = { class: "text__headline" }, ka = { class: "text__paragraph" }, wa = /* @__PURE__ */ g({
995
994
  __name: "text-card",
996
995
  props: {
997
996
  label: {
@@ -1008,21 +1007,21 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
1008
1007
  }
1009
1008
  },
1010
1009
  setup(e) {
1011
- return (a, r) => (s(), i("div", $a, [
1010
+ return (a, r) => (s(), i("div", ya, [
1012
1011
  w(K, {
1013
1012
  "label-dark": !1,
1014
1013
  text: e.label ? e.label : ""
1015
1014
  }, null, 8, ["text"]),
1016
- t("div", ka, n(e.headline), 1),
1017
- t("div", wa, [
1015
+ t("div", $a, n(e.headline), 1),
1016
+ t("div", ka, [
1018
1017
  t("p", null, n(e.paragraph), 1)
1019
1018
  ])
1020
1019
  ]));
1021
1020
  }
1022
- }), Ba = /* @__PURE__ */ v(Sa, [["__scopeId", "data-v-ebdea819"]]), Ia = { class: "facts__wrapper" }, qa = { class: "facts__content" }, Ta = { class: "facts__headline" }, La = { class: "facts" }, Va = { class: "fact__value" }, Ca = { class: "fact__metric" }, Aa = {
1021
+ }), Sa = /* @__PURE__ */ v(wa, [["__scopeId", "data-v-ebdea819"]]), Ba = { class: "facts__wrapper" }, Ia = { class: "facts__content" }, qa = { class: "facts__headline" }, Ta = { class: "facts" }, La = { class: "fact__value" }, Va = { class: "fact__metric" }, Ca = {
1023
1022
  key: 0,
1024
1023
  class: "facts__link"
1025
- }, Da = /* @__PURE__ */ g({
1024
+ }, Aa = /* @__PURE__ */ g({
1026
1025
  __name: "facts",
1027
1026
  props: {
1028
1027
  headline: { default: "" },
@@ -1046,23 +1045,23 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
1046
1045
  }) }
1047
1046
  },
1048
1047
  setup(e) {
1049
- return (a, r) => (s(), i("div", Ia, [
1050
- t("div", qa, [
1051
- t("h2", Ta, n(a.headline), 1),
1052
- t("div", La, [
1048
+ return (a, r) => (s(), i("div", Ba, [
1049
+ t("div", Ia, [
1050
+ t("h2", qa, n(a.headline), 1),
1051
+ t("div", Ta, [
1053
1052
  (s(!0), i(M, null, O(a.facts, (o) => (s(), i("div", {
1054
1053
  key: o.value + o.metric,
1055
1054
  class: "fact"
1056
1055
  }, [
1057
- t("div", Va, [
1056
+ t("div", La, [
1058
1057
  t("span", null, n(o.value), 1)
1059
1058
  ]),
1060
- t("div", Ca, [
1059
+ t("div", Va, [
1061
1060
  t("span", null, n(o.metric), 1)
1062
1061
  ])
1063
1062
  ]))), 128))
1064
1063
  ]),
1065
- a.link ? (s(), i("div", Aa, [
1064
+ a.link ? (s(), i("div", Ca, [
1066
1065
  w(A, {
1067
1066
  "link-type": "regular_light",
1068
1067
  arrow: ""
@@ -1076,13 +1075,13 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
1076
1075
  ])
1077
1076
  ]));
1078
1077
  }
1079
- }), Ma = /* @__PURE__ */ v(Da, [["__scopeId", "data-v-d2b231d4"]]), Oa = { class: "features__wrapper" }, Pa = { class: "features__content" }, Fa = {
1078
+ }), Da = /* @__PURE__ */ v(Aa, [["__scopeId", "data-v-d2b231d4"]]), Ma = { class: "features__wrapper" }, Oa = { class: "features__content" }, Pa = {
1080
1079
  key: 0,
1081
1080
  class: "features__headline"
1082
- }, Ea = {
1081
+ }, Fa = {
1083
1082
  key: 1,
1084
1083
  class: "features__body"
1085
- }, Ra = { class: "element__headline" }, Na = { class: "element__body" }, Ha = /* @__PURE__ */ g({
1084
+ }, Ea = { class: "element__headline" }, Ra = { class: "element__body" }, Na = /* @__PURE__ */ g({
1086
1085
  __name: "features",
1087
1086
  props: {
1088
1087
  headline: { default: "" },
@@ -1090,12 +1089,12 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
1090
1089
  elements: { default: () => [] }
1091
1090
  },
1092
1091
  setup(e) {
1093
- return (a, r) => (s(), i("div", Oa, [
1094
- t("div", Pa, [
1095
- a.headline ? (s(), i("div", Fa, [
1092
+ return (a, r) => (s(), i("div", Ma, [
1093
+ t("div", Oa, [
1094
+ a.headline ? (s(), i("div", Pa, [
1096
1095
  t("h2", null, n(a.headline), 1)
1097
1096
  ])) : m("", !0),
1098
- a.body ? (s(), i("div", Ea, [
1097
+ a.body ? (s(), i("div", Fa, [
1099
1098
  u(a.$slots, "features-body", {}, void 0, !0)
1100
1099
  ])) : m("", !0),
1101
1100
  t("div", {
@@ -1116,14 +1115,14 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
1116
1115
  ]),
1117
1116
  _: 2
1118
1117
  }, 1024),
1119
- t("p", Ra, n(o.headline), 1),
1120
- t("p", Na, n(o.body), 1)
1118
+ t("p", Ea, n(o.headline), 1),
1119
+ t("p", Ra, n(o.body), 1)
1121
1120
  ]))), 128))
1122
1121
  ], 2)
1123
1122
  ])
1124
1123
  ]));
1125
1124
  }
1126
- }), za = /* @__PURE__ */ v(Ha, [["__scopeId", "data-v-57a22df7"]]), ja = { class: "form__wrapper" }, Ua = { class: "form__content" }, Ka = { class: "form__information" }, Ga = { class: "form__headline" }, Wa = { class: "form__body" }, Ya = { class: "form__script" }, Ja = /* @__PURE__ */ g({
1125
+ }), Ha = /* @__PURE__ */ v(Na, [["__scopeId", "data-v-57a22df7"]]), za = { class: "form__wrapper" }, ja = { class: "form__content" }, Ua = { class: "form__information" }, Ka = { class: "form__headline" }, Ga = { class: "form__body" }, Wa = { class: "form__script" }, Ya = /* @__PURE__ */ g({
1127
1126
  __name: "form-script",
1128
1127
  props: {
1129
1128
  headline: {
@@ -1132,21 +1131,21 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
1132
1131
  }
1133
1132
  },
1134
1133
  setup(e) {
1135
- return (a, r) => (s(), i("div", ja, [
1136
- t("div", Ua, [
1137
- t("div", Ka, [
1138
- t("h2", Ga, n(e.headline), 1),
1139
- t("div", Wa, [
1134
+ return (a, r) => (s(), i("div", za, [
1135
+ t("div", ja, [
1136
+ t("div", Ua, [
1137
+ t("h2", Ka, n(e.headline), 1),
1138
+ t("div", Ga, [
1140
1139
  u(a.$slots, "form-body", {}, void 0, !0)
1141
1140
  ])
1142
1141
  ]),
1143
- t("div", Ya, [
1142
+ t("div", Wa, [
1144
1143
  u(a.$slots, "form-script", {}, void 0, !0)
1145
1144
  ])
1146
1145
  ])
1147
1146
  ]));
1148
1147
  }
1149
- }), Qa = /* @__PURE__ */ v(Ja, [["__scopeId", "data-v-87a67c13"]]), Za = { class: "image__wrapper" }, Xa = { class: "image__content" }, xa = { class: "image__image" }, el = { class: "image__caption" }, tl = /* @__PURE__ */ g({
1148
+ }), Ja = /* @__PURE__ */ v(Ya, [["__scopeId", "data-v-87a67c13"]]), Qa = { class: "image__wrapper" }, Za = { class: "image__content" }, Xa = { class: "image__image" }, xa = { class: "image__caption" }, el = /* @__PURE__ */ g({
1150
1149
  inheritAttrs: !1,
1151
1150
  __name: "image",
1152
1151
  props: {
@@ -1165,9 +1164,9 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
1165
1164
  }
1166
1165
  },
1167
1166
  setup(e) {
1168
- return (a, r) => (s(), i("div", Za, [
1169
- t("div", Xa, [
1170
- t("div", xa, [
1167
+ return (a, r) => (s(), i("div", Qa, [
1168
+ t("div", Za, [
1169
+ t("div", Xa, [
1171
1170
  w(D, null, {
1172
1171
  default: k(() => [
1173
1172
  u(a.$slots, "image", P(F({ width: 984, height: 554, src: e.src, alt: e.alt })))
@@ -1175,20 +1174,20 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
1175
1174
  _: 3
1176
1175
  })
1177
1176
  ]),
1178
- t("p", el, n(e.caption), 1)
1177
+ t("p", xa, n(e.caption), 1)
1179
1178
  ])
1180
1179
  ]));
1181
1180
  }
1182
- }), al = /* @__PURE__ */ v(tl, [["__scopeId", "data-v-79ce0bb6"]]), ll = { class: "gallery__large" }, ol = {
1181
+ }), tl = /* @__PURE__ */ v(el, [["__scopeId", "data-v-79ce0bb6"]]), al = { class: "gallery__large" }, ll = {
1183
1182
  key: 0,
1184
1183
  class: "image image--large"
1185
- }, sl = {
1184
+ }, ol = {
1186
1185
  key: 1,
1187
1186
  class: "video"
1188
- }, il = {
1187
+ }, sl = {
1189
1188
  key: 0,
1190
1189
  class: "body"
1191
- }, rl = /* @__PURE__ */ g({
1190
+ }, il = /* @__PURE__ */ g({
1192
1191
  __name: "image-gallery",
1193
1192
  props: {
1194
1193
  mediaLarge: {},
@@ -1214,8 +1213,8 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
1214
1213
  l.flipHorizontal ? "gallery__content--reverse" : "gallery__content--default"
1215
1214
  ])
1216
1215
  }, [
1217
- t("div", ll, [
1218
- l.mediaLarge && l.mediaType === "image" ? (s(), i("div", ol, [
1216
+ t("div", al, [
1217
+ l.mediaLarge && l.mediaType === "image" ? (s(), i("div", ll, [
1219
1218
  w(D, null, {
1220
1219
  default: k(() => [
1221
1220
  u(l.$slots, "image-large", P(F({
@@ -1228,7 +1227,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
1228
1227
  _: 3
1229
1228
  })
1230
1229
  ])) : m("", !0),
1231
- l.mediaLarge && l.mediaType === "video" ? (s(), i("div", sl, [
1230
+ l.mediaLarge && l.mediaType === "video" ? (s(), i("div", ol, [
1232
1231
  w(J, {
1233
1232
  src: l.mediaLarge.src,
1234
1233
  "local-video": "",
@@ -1266,14 +1265,14 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
1266
1265
  _: 2
1267
1266
  }, 1024)
1268
1267
  ]))), 128)),
1269
- l.mediaSmall.length < 2 ? (s(), i("div", il, [
1268
+ l.mediaSmall.length < 2 ? (s(), i("div", sl, [
1270
1269
  t("p", null, n(l.body), 1)
1271
1270
  ])) : m("", !0)
1272
1271
  ], 6)
1273
1272
  ], 2)
1274
1273
  ], 2));
1275
1274
  }
1276
- }), nl = /* @__PURE__ */ v(rl, [["__scopeId", "data-v-0d271138"]]), dl = { class: "headline__wrapper" }, cl = { class: "headline__h1" }, ul = /* @__PURE__ */ g({
1275
+ }), rl = /* @__PURE__ */ v(il, [["__scopeId", "data-v-0d271138"]]), nl = { class: "headline__wrapper" }, dl = { class: "headline__h1" }, cl = /* @__PURE__ */ g({
1277
1276
  __name: "headline",
1278
1277
  props: {
1279
1278
  headline: {
@@ -1290,7 +1289,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
1290
1289
  }
1291
1290
  },
1292
1291
  setup(e) {
1293
- return (a, r) => (s(), i("div", dl, [
1292
+ return (a, r) => (s(), i("div", nl, [
1294
1293
  t("div", {
1295
1294
  class: h({
1296
1295
  "headline__content--article-and-submenu": e.article && e.subMenu,
@@ -1299,11 +1298,11 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
1299
1298
  "headline__content--default": !e.article && !e.subMenu
1300
1299
  })
1301
1300
  }, [
1302
- t("h1", cl, n(e.headline), 1)
1301
+ t("h1", dl, n(e.headline), 1)
1303
1302
  ], 2)
1304
1303
  ]));
1305
1304
  }
1306
- }), _l = /* @__PURE__ */ v(ul, [["__scopeId", "data-v-3ef1567e"]]), pl = (e) => (E("data-v-22f9be13"), e = e(), R(), e), hl = { class: "hero__wrapper" }, ml = { class: "hero__content" }, vl = { class: "hero__top" }, fl = { class: "hero__elements" }, gl = { class: "hero__headline" }, bl = { class: "hero__link" }, yl = { class: "hero__video" }, $l = /* @__PURE__ */ pl(() => /* @__PURE__ */ t("div", { class: "hero__gradient" }, null, -1)), kl = { class: "hero__video__video" }, wl = { class: "hero__image" }, Sl = /* @__PURE__ */ g({
1305
+ }), ul = /* @__PURE__ */ v(cl, [["__scopeId", "data-v-3ef1567e"]]), _l = (e) => (E("data-v-22f9be13"), e = e(), R(), e), pl = { class: "hero__wrapper" }, hl = { class: "hero__content" }, ml = { class: "hero__top" }, vl = { class: "hero__elements" }, fl = { class: "hero__headline" }, gl = { class: "hero__link" }, bl = { class: "hero__video" }, yl = /* @__PURE__ */ _l(() => /* @__PURE__ */ t("div", { class: "hero__gradient" }, null, -1)), $l = { class: "hero__video__video" }, kl = { class: "hero__image" }, wl = /* @__PURE__ */ g({
1307
1306
  __name: "hero",
1308
1307
  props: {
1309
1308
  headline: {
@@ -1312,14 +1311,14 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
1312
1311
  }
1313
1312
  },
1314
1313
  setup(e) {
1315
- return (a, r) => (s(), i("div", hl, [
1316
- t("div", ml, [
1317
- t("div", vl, [
1318
- t("div", fl, [
1319
- t("div", gl, [
1314
+ return (a, r) => (s(), i("div", pl, [
1315
+ t("div", hl, [
1316
+ t("div", ml, [
1317
+ t("div", vl, [
1318
+ t("div", fl, [
1320
1319
  t("h1", null, n(e.headline), 1)
1321
1320
  ]),
1322
- t("div", bl, [
1321
+ t("div", gl, [
1323
1322
  w(A, {
1324
1323
  "link-type": "regular_light",
1325
1324
  arrow: ""
@@ -1332,22 +1331,22 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
1332
1331
  ])
1333
1332
  ])
1334
1333
  ]),
1335
- t("div", yl, [
1336
- $l,
1337
- t("div", kl, [
1334
+ t("div", bl, [
1335
+ yl,
1336
+ t("div", $l, [
1338
1337
  u(a.$slots, "hero-video", {}, void 0, !0)
1339
1338
  ]),
1340
- t("div", wl, [
1339
+ t("div", kl, [
1341
1340
  u(a.$slots, "hero-image", {}, void 0, !0)
1342
1341
  ])
1343
1342
  ])
1344
1343
  ])
1345
1344
  ]));
1346
1345
  }
1347
- }), Bl = /* @__PURE__ */ v(Sl, [["__scopeId", "data-v-22f9be13"]]), Il = { class: "logo-wall__wrapper" }, ql = { class: "logo-wall__content" }, Tl = {
1346
+ }), Sl = /* @__PURE__ */ v(wl, [["__scopeId", "data-v-22f9be13"]]), Bl = { class: "logo-wall__wrapper" }, Il = { class: "logo-wall__content" }, ql = {
1348
1347
  key: 0,
1349
1348
  class: "logo-wall__text"
1350
- }, Ll = { key: 0 }, Vl = { key: 1 }, Cl = { class: "logo-wall__logos" }, Al = { class: "logo-wall__link" }, Dl = /* @__PURE__ */ g({
1349
+ }, Tl = { key: 0 }, Ll = { key: 1 }, Vl = { class: "logo-wall__logos" }, Cl = { class: "logo-wall__link" }, Al = /* @__PURE__ */ g({
1351
1350
  __name: "logo-wall",
1352
1351
  props: {
1353
1352
  headline: {
@@ -1365,13 +1364,13 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
1365
1364
  }
1366
1365
  },
1367
1366
  setup(e) {
1368
- return (a, r) => (s(), i("div", Il, [
1369
- t("div", ql, [
1370
- e.headline || e.body ? (s(), i("div", Tl, [
1371
- e.headline ? (s(), i("h2", Ll, n(e.headline), 1)) : m("", !0),
1372
- e.body ? (s(), i("p", Vl, n(e.body), 1)) : m("", !0)
1367
+ return (a, r) => (s(), i("div", Bl, [
1368
+ t("div", Il, [
1369
+ e.headline || e.body ? (s(), i("div", ql, [
1370
+ e.headline ? (s(), i("h2", Tl, n(e.headline), 1)) : m("", !0),
1371
+ e.body ? (s(), i("p", Ll, n(e.body), 1)) : m("", !0)
1373
1372
  ])) : m("", !0),
1374
- t("div", Cl, [
1373
+ t("div", Vl, [
1375
1374
  (s(!0), i(M, null, O(e.logos, (o) => (s(), i("div", {
1376
1375
  key: o.src + o.alt,
1377
1376
  class: "logo-wall__logo"
@@ -1389,7 +1388,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
1389
1388
  }, 1024)
1390
1389
  ]))), 128))
1391
1390
  ]),
1392
- t("div", Al, [
1391
+ t("div", Cl, [
1393
1392
  w(A, {
1394
1393
  "link-type": "regular_light",
1395
1394
  arrow: !0
@@ -1403,13 +1402,13 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
1403
1402
  ])
1404
1403
  ]));
1405
1404
  }
1406
- }), Ml = /* @__PURE__ */ v(Dl, [["__scopeId", "data-v-fd489289"]]), Ol = { class: "micro-stories__top" }, Pl = {
1405
+ }), Dl = /* @__PURE__ */ v(Al, [["__scopeId", "data-v-fd489289"]]), Ml = { class: "micro-stories__top" }, Ol = {
1407
1406
  key: 0,
1408
1407
  class: "headline"
1409
- }, Fl = {
1408
+ }, Pl = {
1410
1409
  key: 1,
1411
1410
  class: "body"
1412
- }, El = { class: "micro-stories__splide" }, Rl = /* @__PURE__ */ g({
1411
+ }, Fl = { class: "micro-stories__splide" }, El = /* @__PURE__ */ g({
1413
1412
  __name: "micro-stories",
1414
1413
  props: {
1415
1414
  bgColor: { default: "blue" },
@@ -1425,32 +1424,32 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
1425
1424
  return (l, _) => (s(), i("div", {
1426
1425
  class: h(["micro-stories__wrapper", r.value])
1427
1426
  }, [
1428
- t("div", Ol, [
1429
- l.headline ? (s(), i("div", Pl, [
1427
+ t("div", Ml, [
1428
+ l.headline ? (s(), i("div", Ol, [
1430
1429
  t("h2", null, n(l.headline), 1)
1431
1430
  ])) : m("", !0),
1432
- l.body ? (s(), i("div", Fl, [
1431
+ l.body ? (s(), i("div", Pl, [
1433
1432
  t("p", null, n(l.body), 1)
1434
1433
  ])) : m("", !0)
1435
1434
  ]),
1436
- t("div", El, [
1435
+ t("div", Fl, [
1437
1436
  u(l.$slots, "micro-stories-slides")
1438
1437
  ]),
1439
1438
  u(l.$slots, "micro-stories-controls")
1440
1439
  ], 2));
1441
1440
  }
1442
- }), Nl = {}, Hl = { class: "policy__wrapper" }, zl = { class: "policy__content" };
1443
- function jl(e, a) {
1444
- return s(), i("div", Hl, [
1445
- t("div", zl, [
1441
+ }), Rl = {}, Nl = { class: "policy__wrapper" }, Hl = { class: "policy__content" };
1442
+ function zl(e, a) {
1443
+ return s(), i("div", Nl, [
1444
+ t("div", Hl, [
1446
1445
  u(e.$slots, "default", {}, void 0, !0)
1447
1446
  ])
1448
1447
  ]);
1449
1448
  }
1450
- const Ul = /* @__PURE__ */ v(Nl, [["render", jl], ["__scopeId", "data-v-9d5712e7"]]), Kl = { class: "card-display__wrapper" }, Gl = {
1449
+ const jl = /* @__PURE__ */ v(Rl, [["render", zl], ["__scopeId", "data-v-9d5712e7"]]), Ul = { class: "card-display__wrapper" }, Kl = {
1451
1450
  key: 0,
1452
1451
  class: "card__content"
1453
- }, Wl = { key: 0 }, Yl = { key: 1 }, Jl = { class: "card__cards" }, Ql = /* @__PURE__ */ g({
1452
+ }, Gl = { key: 0 }, Wl = { key: 1 }, Yl = { class: "card__cards" }, Jl = /* @__PURE__ */ g({
1454
1453
  __name: "card-display",
1455
1454
  props: {
1456
1455
  headline: {
@@ -1473,18 +1472,18 @@ const Ul = /* @__PURE__ */ v(Nl, [["render", jl], ["__scopeId", "data-v-9d5712e7
1473
1472
  e.bgColor === "blue" ? "card-display--blue" : "card-display--white"
1474
1473
  ])
1475
1474
  }, [
1476
- t("div", Kl, [
1477
- e.headline || e.paragraph ? (s(), i("div", Gl, [
1478
- e.headline ? (s(), i("h2", Wl, n(e.headline), 1)) : m("", !0),
1479
- e.paragraph ? (s(), i("p", Yl, n(e.paragraph), 1)) : m("", !0)
1475
+ t("div", Ul, [
1476
+ e.headline || e.paragraph ? (s(), i("div", Kl, [
1477
+ e.headline ? (s(), i("h2", Gl, n(e.headline), 1)) : m("", !0),
1478
+ e.paragraph ? (s(), i("p", Wl, n(e.paragraph), 1)) : m("", !0)
1480
1479
  ])) : m("", !0),
1481
- t("div", Jl, [
1480
+ t("div", Yl, [
1482
1481
  u(a.$slots, "card-display-cards", {}, void 0, !0)
1483
1482
  ])
1484
1483
  ])
1485
1484
  ], 2));
1486
1485
  }
1487
- }), Zl = /* @__PURE__ */ v(Ql, [["__scopeId", "data-v-e8033cff"]]), Xl = { class: "promo__content" }, xl = /* @__PURE__ */ g({
1486
+ }), Ql = /* @__PURE__ */ v(Jl, [["__scopeId", "data-v-e8033cff"]]), Zl = { class: "promo__content" }, Xl = /* @__PURE__ */ g({
1488
1487
  __name: "promo",
1489
1488
  props: {
1490
1489
  label: { default: "" },
@@ -1511,7 +1510,7 @@ const Ul = /* @__PURE__ */ v(Nl, [["render", jl], ["__scopeId", "data-v-9d5712e7
1511
1510
  l.teaser ? "promo__wrapper--teaser" : ""
1512
1511
  ])
1513
1512
  }, [
1514
- t("div", Xl, [
1513
+ t("div", Zl, [
1515
1514
  l.mediaType === "image" ? (s(), i("div", {
1516
1515
  key: 0,
1517
1516
  class: h([
@@ -1551,7 +1550,7 @@ const Ul = /* @__PURE__ */ v(Nl, [["render", jl], ["__scopeId", "data-v-9d5712e7
1551
1550
  l.reverse ? "promo__text--reverse" : "promo__text--default"
1552
1551
  ])
1553
1552
  }, [
1554
- l.label ? (s(), C(K, {
1553
+ l.label ? (s(), V(K, {
1555
1554
  key: 0,
1556
1555
  text: l.label,
1557
1556
  "label-dark": l.variant === "dark"
@@ -1564,7 +1563,7 @@ const Ul = /* @__PURE__ */ v(Nl, [["render", jl], ["__scopeId", "data-v-9d5712e7
1564
1563
  }, [
1565
1564
  u(l.$slots, "promo-headline")
1566
1565
  ], 2),
1567
- l.linkType === "link" ? (s(), C(A, {
1566
+ l.linkType === "link" ? (s(), V(A, {
1568
1567
  key: 1,
1569
1568
  "link-type": l.variant === "dark" ? "regular_dark" : (l.variant === "light", "regular_light"),
1570
1569
  arrow: ""
@@ -1574,7 +1573,7 @@ const Ul = /* @__PURE__ */ v(Nl, [["render", jl], ["__scopeId", "data-v-9d5712e7
1574
1573
  ]),
1575
1574
  _: 3
1576
1575
  }, 8, ["link-type"])) : m("", !0),
1577
- l.linkType === "button" ? (s(), C(A, {
1576
+ l.linkType === "button" ? (s(), V(A, {
1578
1577
  key: 2,
1579
1578
  "link-type": l.variant === "dark" ? "secondary_dark" : (l.variant === "light", "secondary")
1580
1579
  }, {
@@ -1587,10 +1586,10 @@ const Ul = /* @__PURE__ */ v(Nl, [["render", jl], ["__scopeId", "data-v-9d5712e7
1587
1586
  ])
1588
1587
  ], 2));
1589
1588
  }
1590
- }), eo = /* @__PURE__ */ v(xl, [["__scopeId", "data-v-1f678975"]]), to = (e) => (E("data-v-e3cc8e27"), e = e(), R(), e), ao = { class: "quote__wrapper" }, lo = { class: "quote__content" }, oo = /* @__PURE__ */ to(() => /* @__PURE__ */ t("p", { class: "quote__quote-mark" }, "“", -1)), so = { class: "quote__quote" }, io = { class: "quote__quote-text" }, ro = { class: "quote__author" }, no = {
1589
+ }), xl = /* @__PURE__ */ v(Xl, [["__scopeId", "data-v-1f678975"]]), eo = (e) => (E("data-v-e3cc8e27"), e = e(), R(), e), to = { class: "quote__wrapper" }, ao = { class: "quote__content" }, lo = /* @__PURE__ */ eo(() => /* @__PURE__ */ t("p", { class: "quote__quote-mark" }, "“", -1)), oo = { class: "quote__quote" }, so = { class: "quote__quote-text" }, io = { class: "quote__author" }, ro = {
1591
1590
  key: 0,
1592
1591
  class: "quote__image"
1593
- }, co = { class: "quote__text" }, uo = { class: "quote__author-name" }, _o = { class: "quote__author-title" }, po = /* @__PURE__ */ g({
1592
+ }, no = { class: "quote__text" }, co = { class: "quote__author-name" }, uo = { class: "quote__author-title" }, _o = /* @__PURE__ */ g({
1594
1593
  __name: "quote",
1595
1594
  props: {
1596
1595
  quote: {
@@ -1612,13 +1611,13 @@ const Ul = /* @__PURE__ */ v(Nl, [["render", jl], ["__scopeId", "data-v-9d5712e7
1612
1611
  }
1613
1612
  },
1614
1613
  setup(e) {
1615
- return (a, r) => (s(), i("div", ao, [
1616
- t("div", lo, [
1617
- oo,
1618
- t("div", so, [
1619
- t("p", io, n(e.quote), 1),
1620
- t("div", ro, [
1621
- e.authorImage ? (s(), i("div", no, [
1614
+ return (a, r) => (s(), i("div", to, [
1615
+ t("div", ao, [
1616
+ lo,
1617
+ t("div", oo, [
1618
+ t("p", so, n(e.quote), 1),
1619
+ t("div", io, [
1620
+ e.authorImage ? (s(), i("div", ro, [
1622
1621
  w(D, null, {
1623
1622
  default: k(() => [
1624
1623
  u(a.$slots, "author-image", P(F({
@@ -1630,22 +1629,22 @@ const Ul = /* @__PURE__ */ v(Nl, [["render", jl], ["__scopeId", "data-v-9d5712e7
1630
1629
  _: 3
1631
1630
  })
1632
1631
  ])) : m("", !0),
1633
- t("div", co, [
1634
- t("p", uo, n(e.author), 1),
1635
- t("p", _o, n(e.authorTitle), 1)
1632
+ t("div", no, [
1633
+ t("p", co, n(e.author), 1),
1634
+ t("p", uo, n(e.authorTitle), 1)
1636
1635
  ])
1637
1636
  ])
1638
1637
  ])
1639
1638
  ])
1640
1639
  ]));
1641
1640
  }
1642
- }), ho = /* @__PURE__ */ v(po, [["__scopeId", "data-v-e3cc8e27"]]), mo = { class: "rich-text__wrapper" }, vo = {
1641
+ }), po = /* @__PURE__ */ v(_o, [["__scopeId", "data-v-e3cc8e27"]]), ho = { class: "rich-text__wrapper" }, mo = {
1643
1642
  key: 0,
1644
1643
  class: "rich-text__links"
1645
- }, fo = {
1644
+ }, vo = {
1646
1645
  key: 0,
1647
1646
  class: "rich-text__bullet-list"
1648
- }, go = /* @__PURE__ */ g({
1647
+ }, fo = /* @__PURE__ */ g({
1649
1648
  __name: "rich-text",
1650
1649
  props: {
1651
1650
  headline: { default: "" },
@@ -1664,8 +1663,8 @@ const Ul = /* @__PURE__ */ v(Nl, [["render", jl], ["__scopeId", "data-v-9d5712e7
1664
1663
  a.bgColor === "blue" ? "rich-text--blue" : "rich-text--white"
1665
1664
  ])
1666
1665
  }, [
1667
- t("div", mo, [
1668
- a.label ? (s(), C(K, {
1666
+ t("div", ho, [
1667
+ a.label ? (s(), V(K, {
1669
1668
  key: 0,
1670
1669
  text: a.label,
1671
1670
  "label-dark": !1
@@ -1690,11 +1689,11 @@ const Ul = /* @__PURE__ */ v(Nl, [["render", jl], ["__scopeId", "data-v-9d5712e7
1690
1689
  ])
1691
1690
  }, [
1692
1691
  u(a.$slots, "rich-text-content"),
1693
- a.links ? (s(), i("div", vo, [
1692
+ a.links ? (s(), i("div", mo, [
1694
1693
  u(a.$slots, "rich-text-links")
1695
1694
  ])) : m("", !0)
1696
1695
  ], 2),
1697
- a.bulletList ? (s(), i("div", fo, [
1696
+ a.bulletList ? (s(), i("div", vo, [
1698
1697
  u(a.$slots, "rich-text-bullet-list")
1699
1698
  ])) : m("", !0),
1700
1699
  a.image ? (s(), i("div", {
@@ -1715,12 +1714,12 @@ const Ul = /* @__PURE__ */ v(Nl, [["render", jl], ["__scopeId", "data-v-9d5712e7
1715
1714
  ])
1716
1715
  ], 2));
1717
1716
  }
1718
- }), bo = /* @__PURE__ */ v(go, [["__scopeId", "data-v-8bb69ea4"]]), yo = {}, $o = { class: "rich-text" }, ko = { class: "rich-text__wrapper" }, wo = { class: "rich-text__content rich-text__content--left-aligned" }, So = { class: "rich-text__body" };
1719
- function Bo(e, a) {
1720
- return s(), i("div", $o, [
1721
- t("div", ko, [
1722
- t("div", wo, [
1723
- t("div", So, [
1717
+ }), go = /* @__PURE__ */ v(fo, [["__scopeId", "data-v-8bb69ea4"]]), bo = {}, yo = { class: "rich-text" }, $o = { class: "rich-text__wrapper" }, ko = { class: "rich-text__content rich-text__content--left-aligned" }, wo = { class: "rich-text__body" };
1718
+ function So(e, a) {
1719
+ return s(), i("div", yo, [
1720
+ t("div", $o, [
1721
+ t("div", ko, [
1722
+ t("div", wo, [
1724
1723
  t("div", null, [
1725
1724
  u(e.$slots, "rich-text-content-left", {}, void 0, !0)
1726
1725
  ]),
@@ -1732,10 +1731,10 @@ function Bo(e, a) {
1732
1731
  ])
1733
1732
  ]);
1734
1733
  }
1735
- const Io = /* @__PURE__ */ v(yo, [["render", Bo], ["__scopeId", "data-v-2881b194"]]), qo = (e) => (E("data-v-e254e1e0"), e = e(), R(), e), To = { class: "timeline__wrapper" }, Lo = { class: "timeline__content" }, Vo = { class: "timeline__items" }, Co = { class: "item__left" }, Ao = /* @__PURE__ */ qo(() => /* @__PURE__ */ t("div", { class: "item__elements" }, [
1734
+ const Bo = /* @__PURE__ */ v(bo, [["render", So], ["__scopeId", "data-v-2881b194"]]), Io = (e) => (E("data-v-e254e1e0"), e = e(), R(), e), qo = { class: "timeline__wrapper" }, To = { class: "timeline__content" }, Lo = { class: "timeline__items" }, Vo = { class: "item__left" }, Co = /* @__PURE__ */ Io(() => /* @__PURE__ */ t("div", { class: "item__elements" }, [
1736
1735
  /* @__PURE__ */ t("div", { class: "circle" }),
1737
1736
  /* @__PURE__ */ t("div", { class: "line" })
1738
- ], -1)), Do = { class: "item__right" }, Mo = ["innerHTML"], Oo = /* @__PURE__ */ g({
1737
+ ], -1)), Ao = { class: "item__right" }, Do = ["innerHTML"], Mo = /* @__PURE__ */ g({
1739
1738
  __name: "timeline",
1740
1739
  props: {
1741
1740
  timelineItems: {
@@ -1758,16 +1757,16 @@ const Io = /* @__PURE__ */ v(yo, [["render", Bo], ["__scopeId", "data-v-2881b194
1758
1757
  a.forEach((o) => {
1759
1758
  r.observe(o);
1760
1759
  });
1761
- }), (a, r) => (s(), i("div", To, [
1762
- t("div", Lo, [
1763
- t("div", Vo, [
1760
+ }), (a, r) => (s(), i("div", qo, [
1761
+ t("div", To, [
1762
+ t("div", Lo, [
1764
1763
  (s(!0), i(M, null, O(e.timelineItems, (o) => (s(), i("div", {
1765
1764
  key: o.year,
1766
1765
  class: "timeline__item faded"
1767
1766
  }, [
1768
- t("div", Co, n(o.year), 1),
1769
- Ao,
1770
- t("div", Do, [
1767
+ t("div", Vo, n(o.year), 1),
1768
+ Co,
1769
+ t("div", Ao, [
1771
1770
  w(D, null, {
1772
1771
  default: k(() => [
1773
1772
  o.media.src ? u(a.$slots, "timeline-image", P(te({ key: 0 }, { src: o.media.src, alt: o.media.alt })), void 0, !0) : m("", !0)
@@ -1778,20 +1777,20 @@ const Io = /* @__PURE__ */ v(yo, [["render", Bo], ["__scopeId", "data-v-2881b194
1778
1777
  style: ae([o.media.src ? "" : "margin-top: 0px"]),
1779
1778
  class: "rich-text",
1780
1779
  innerHTML: o.text
1781
- }, null, 12, Mo)
1780
+ }, null, 12, Do)
1782
1781
  ])
1783
1782
  ]))), 128))
1784
1783
  ])
1785
1784
  ])
1786
1785
  ]));
1787
1786
  }
1788
- }), Po = /* @__PURE__ */ v(Oo, [["__scopeId", "data-v-e254e1e0"]]), Fo = { class: "vimeo" }, Eo = { class: "vimeo__wrapper" }, Ro = {
1787
+ }), Oo = /* @__PURE__ */ v(Mo, [["__scopeId", "data-v-e254e1e0"]]), Po = { class: "vimeo" }, Fo = { class: "vimeo__wrapper" }, Eo = {
1789
1788
  key: 0,
1790
1789
  class: "vimeo__headline"
1791
- }, No = {
1790
+ }, Ro = {
1792
1791
  key: 1,
1793
1792
  class: "vimeo__description"
1794
- }, Ho = /* @__PURE__ */ g({
1793
+ }, No = /* @__PURE__ */ g({
1795
1794
  __name: "vimeo",
1796
1795
  props: {
1797
1796
  headline: {
@@ -1804,15 +1803,15 @@ const Io = /* @__PURE__ */ v(yo, [["render", Bo], ["__scopeId", "data-v-2881b194
1804
1803
  }
1805
1804
  },
1806
1805
  setup(e) {
1807
- return (a, r) => (s(), i("div", Fo, [
1808
- t("div", Eo, [
1809
- e.headline ? (s(), i("h2", Ro, n(e.headline), 1)) : m("", !0),
1806
+ return (a, r) => (s(), i("div", Po, [
1807
+ t("div", Fo, [
1808
+ e.headline ? (s(), i("h2", Eo, n(e.headline), 1)) : m("", !0),
1810
1809
  u(a.$slots, "vimeo-content", {}, void 0, !0),
1811
- e.description ? (s(), i("p", No, n(e.description), 1)) : m("", !0)
1810
+ e.description ? (s(), i("p", Ro, n(e.description), 1)) : m("", !0)
1812
1811
  ])
1813
1812
  ]));
1814
1813
  }
1815
- }), zo = /* @__PURE__ */ v(Ho, [["__scopeId", "data-v-90a2b109"]]), jo = { class: "not-found__wrapper" }, Uo = { class: "not-found__content" }, Ko = { class: "not-found__headline" }, Go = { class: "not-found__body" }, Wo = /* @__PURE__ */ g({
1814
+ }), Ho = /* @__PURE__ */ v(No, [["__scopeId", "data-v-90a2b109"]]), zo = { class: "not-found__wrapper" }, jo = { class: "not-found__content" }, Uo = { class: "not-found__headline" }, Ko = { class: "not-found__body" }, Go = /* @__PURE__ */ g({
1816
1815
  __name: "404",
1817
1816
  props: {
1818
1817
  headline: {
@@ -1821,16 +1820,16 @@ const Io = /* @__PURE__ */ v(yo, [["render", Bo], ["__scopeId", "data-v-2881b194
1821
1820
  }
1822
1821
  },
1823
1822
  setup(e) {
1824
- return (a, r) => (s(), i("div", jo, [
1825
- t("div", Uo, [
1826
- t("h1", Ko, n(e.headline), 1),
1827
- t("div", Go, [
1823
+ return (a, r) => (s(), i("div", zo, [
1824
+ t("div", jo, [
1825
+ t("h1", Uo, n(e.headline), 1),
1826
+ t("div", Ko, [
1828
1827
  u(a.$slots, "not-found-body", {}, void 0, !0)
1829
1828
  ])
1830
1829
  ])
1831
1830
  ]));
1832
1831
  }
1833
- }), Yo = /* @__PURE__ */ v(Wo, [["__scopeId", "data-v-b829ca6c"]]), Jo = { class: "filter__wrapper" }, Qo = { class: "filter__content" }, Zo = { class: "filter__dropdowns" }, Xo = { class: "filter__chips" }, xo = /* @__PURE__ */ g({
1832
+ }), Wo = /* @__PURE__ */ v(Go, [["__scopeId", "data-v-b829ca6c"]]), Yo = { class: "filter__wrapper" }, Jo = { class: "filter__content" }, Qo = { class: "filter__dropdowns" }, Zo = { class: "filter__chips" }, Xo = /* @__PURE__ */ g({
1834
1833
  __name: "filter",
1835
1834
  props: {
1836
1835
  hasChips: {
@@ -1844,12 +1843,12 @@ const Io = /* @__PURE__ */ v(yo, [["render", Bo], ["__scopeId", "data-v-2881b194
1844
1843
  },
1845
1844
  emits: ["clearFilters"],
1846
1845
  setup(e) {
1847
- return (a, r) => (s(), i("div", Jo, [
1848
- t("div", Qo, [
1849
- t("div", Zo, [
1846
+ return (a, r) => (s(), i("div", Yo, [
1847
+ t("div", Jo, [
1848
+ t("div", Qo, [
1850
1849
  u(a.$slots, "filter-dropdowns")
1851
1850
  ]),
1852
- t("div", Xo, [
1851
+ t("div", Zo, [
1853
1852
  u(a.$slots, "filter-chips"),
1854
1853
  e.hasChips ? (s(), i("button", {
1855
1854
  key: 0,
@@ -1860,7 +1859,7 @@ const Io = /* @__PURE__ */ v(yo, [["render", Bo], ["__scopeId", "data-v-2881b194
1860
1859
  ])
1861
1860
  ]));
1862
1861
  }
1863
- }), es = /* @__PURE__ */ v(xo, [["__scopeId", "data-v-31c1ba00"]]), z = (e) => (E("data-v-c4d39554"), e = e(), R(), e), ts = { class: "footer__wrapper" }, as = { class: "footer__content" }, ls = { class: "footer__sections" }, os = { class: "section__title" }, ss = { class: "section__list" }, is = { class: "section" }, rs = /* @__PURE__ */ z(() => /* @__PURE__ */ t("span", { class: "section__title" }, "Mobile Industrial Robots A/S", -1)), ns = /* @__PURE__ */ z(() => /* @__PURE__ */ t("span", null, "Emil Neckelmanns Vej 15F", -1)), ds = /* @__PURE__ */ z(() => /* @__PURE__ */ t("span", null, "DK-5220 Odense SØ", -1)), cs = /* @__PURE__ */ z(() => /* @__PURE__ */ t("br", null, null, -1)), us = /* @__PURE__ */ z(() => /* @__PURE__ */ t("a", { href: "mailto:mail@mir-robots.com" }, "mail@mir-robots.com", -1)), _s = /* @__PURE__ */ z(() => /* @__PURE__ */ t("a", { href: "tel:+4520377577" }, "+45 20 377 577", -1)), ps = { class: "footer__bottom" }, hs = { class: "copyright" }, ms = { class: "footer__policy" }, vs = /* @__PURE__ */ z(() => /* @__PURE__ */ t("i", { class: "change-region" }, null, -1)), fs = { class: "footer__social" }, gs = ["href", "aria-label"], bs = /* @__PURE__ */ g({
1862
+ }), xo = /* @__PURE__ */ v(Xo, [["__scopeId", "data-v-31c1ba00"]]), z = (e) => (E("data-v-c4d39554"), e = e(), R(), e), es = { class: "footer__wrapper" }, ts = { class: "footer__content" }, as = { class: "footer__sections" }, ls = { class: "section__title" }, os = { class: "section__list" }, ss = { class: "section" }, is = /* @__PURE__ */ z(() => /* @__PURE__ */ t("span", { class: "section__title" }, "Mobile Industrial Robots A/S", -1)), rs = /* @__PURE__ */ z(() => /* @__PURE__ */ t("span", null, "Emil Neckelmanns Vej 15F", -1)), ns = /* @__PURE__ */ z(() => /* @__PURE__ */ t("span", null, "DK-5220 Odense SØ", -1)), ds = /* @__PURE__ */ z(() => /* @__PURE__ */ t("br", null, null, -1)), cs = /* @__PURE__ */ z(() => /* @__PURE__ */ t("a", { href: "mailto:mail@mir-robots.com" }, "mail@mir-robots.com", -1)), us = /* @__PURE__ */ z(() => /* @__PURE__ */ t("a", { href: "tel:+4520377577" }, "+45 20 377 577", -1)), _s = { class: "footer__bottom" }, ps = { class: "copyright" }, hs = { class: "footer__policy" }, ms = /* @__PURE__ */ z(() => /* @__PURE__ */ t("i", { class: "change-region" }, null, -1)), vs = { class: "footer__social" }, fs = ["href", "aria-label"], gs = /* @__PURE__ */ g({
1864
1863
  __name: "footer",
1865
1864
  props: {
1866
1865
  footerSections: { default: () => [] },
@@ -1871,35 +1870,35 @@ const Io = /* @__PURE__ */ v(yo, [["render", Bo], ["__scopeId", "data-v-2881b194
1871
1870
  },
1872
1871
  emits: ["changeRegionClicked"],
1873
1872
  setup(e) {
1874
- return (a, r) => (s(), i("div", ts, [
1875
- t("footer", as, [
1876
- t("div", ls, [
1873
+ return (a, r) => (s(), i("div", es, [
1874
+ t("footer", ts, [
1875
+ t("div", as, [
1877
1876
  (s(!0), i(M, null, O(a.footerSections, (o) => (s(), i("div", {
1878
1877
  key: o.title,
1879
1878
  class: "section"
1880
1879
  }, [
1881
- t("span", os, n(o.title), 1),
1880
+ t("span", ls, n(o.title), 1),
1882
1881
  t("nav", null, [
1883
- t("ul", ss, [
1882
+ t("ul", os, [
1884
1883
  u(a.$slots, "section-links", {
1885
1884
  links: o.links
1886
1885
  })
1887
1886
  ])
1888
1887
  ])
1889
1888
  ]))), 128)),
1890
- t("div", is, [
1891
- rs,
1889
+ t("div", ss, [
1890
+ is,
1892
1891
  t("address", null, [
1892
+ rs,
1893
1893
  ns,
1894
1894
  ds,
1895
- cs,
1896
1895
  w(A, {
1897
1896
  class: "footer__contact",
1898
1897
  "link-type": "regular_light",
1899
1898
  underline: "false"
1900
1899
  }, {
1901
1900
  default: k(() => [
1902
- us
1901
+ cs
1903
1902
  ]),
1904
1903
  _: 1
1905
1904
  }),
@@ -1909,30 +1908,30 @@ const Io = /* @__PURE__ */ v(yo, [["render", Bo], ["__scopeId", "data-v-2881b194
1909
1908
  underline: "false"
1910
1909
  }, {
1911
1910
  default: k(() => [
1912
- _s
1911
+ us
1913
1912
  ]),
1914
1913
  _: 1
1915
1914
  })
1916
1915
  ])
1917
1916
  ])
1918
1917
  ]),
1919
- t("div", ps, [
1920
- t("p", hs, " © Mobile Industrial Robots " + n((/* @__PURE__ */ new Date()).getFullYear()), 1),
1921
- t("div", ms, [
1918
+ t("div", _s, [
1919
+ t("p", ps, " © Mobile Industrial Robots " + n((/* @__PURE__ */ new Date()).getFullYear()), 1),
1920
+ t("div", hs, [
1922
1921
  t("button", {
1923
1922
  class: "footer__language-switcher",
1924
1923
  onClick: r[0] || (r[0] = (o) => a.$emit("changeRegionClicked"))
1925
1924
  }, [
1926
1925
  t("span", null, [
1927
- vs,
1926
+ ms,
1928
1927
  W(n(a.changeRegion), 1)
1929
1928
  ])
1930
1929
  ]),
1931
1930
  u(a.$slots, "footer-privacy-link"),
1932
1931
  u(a.$slots, "footer-cookie-link")
1933
1932
  ]),
1934
- t("div", fs, [
1935
- (s(!0), i(M, null, O(a.socialMedia, (o) => (s(), C(A, {
1933
+ t("div", vs, [
1934
+ (s(!0), i(M, null, O(a.socialMedia, (o) => (s(), V(A, {
1936
1935
  key: o.title,
1937
1936
  underline: "false",
1938
1937
  "link-type": "regular"
@@ -1947,7 +1946,7 @@ const Io = /* @__PURE__ */ v(yo, [["render", Bo], ["__scopeId", "data-v-2881b194
1947
1946
  height: "14",
1948
1947
  class: h(["footer__social--icon", [o.title ? "bg-" + o.title : ""]])
1949
1948
  }, null, 2)
1950
- ], 8, gs)
1949
+ ], 8, fs)
1951
1950
  ]),
1952
1951
  _: 2
1953
1952
  }, 1024))), 128))
@@ -1956,19 +1955,19 @@ const Io = /* @__PURE__ */ v(yo, [["render", Bo], ["__scopeId", "data-v-2881b194
1956
1955
  ])
1957
1956
  ]));
1958
1957
  }
1959
- }), ys = /* @__PURE__ */ v(bs, [["__scopeId", "data-v-c4d39554"]]), $s = { class: "header__wrapper" }, ks = { class: "nav-wrapper" }, ws = { class: "mir-link-logo" }, Ss = { class: "main-nav-items" }, Bs = {
1958
+ }), bs = /* @__PURE__ */ v(gs, [["__scopeId", "data-v-c4d39554"]]), ys = { class: "header__wrapper" }, $s = { class: "nav-wrapper" }, ks = { class: "mir-link-logo" }, ws = { class: "main-nav-items" }, Ss = {
1960
1959
  id: "menu-dropdown",
1961
1960
  ref: "dropdownDiv"
1962
- }, Is = {
1961
+ }, Bs = {
1963
1962
  key: 0,
1964
1963
  src: "https://a.storyblok.com/f/230581/9x6/8cecdca15f/arrow-down.svg?cv=1695125714195",
1965
1964
  alt: "dropdownarrow"
1966
- }, qs = {
1965
+ }, Is = {
1967
1966
  key: 1,
1968
1967
  src: "https://a.storyblok.com/f/230581/9x6/8cecdca15f/arrow-down.svg?cv=1695125714195",
1969
1968
  alt: "dropdownarrow",
1970
1969
  style: { transform: "rotate(180deg)" }
1971
- }, Ts = { class: "dropdown-content" }, Ls = { class: "nav-search-wrapper" }, Vs = ["src"], Cs = { class: "mobile-logo-search-burger-wrapper" }, As = { class: "mobile-mir-link-logo" }, Ds = { class: "mobile-search-wrapper" }, Ms = ["src"], Os = ["src"], Ps = { class: "mobile-menu-content-wrapper" }, Fs = { class: "mobile-dropdown-content" }, Es = /* @__PURE__ */ g({
1970
+ }, qs = { class: "dropdown-content" }, Ts = { class: "nav-search-wrapper" }, Ls = ["src"], Vs = { class: "mobile-logo-search-burger-wrapper" }, Cs = { class: "mobile-mir-link-logo" }, As = { class: "mobile-search-wrapper" }, Ds = ["src"], Ms = ["src"], Os = { class: "mobile-menu-content-wrapper" }, Ps = { class: "mobile-dropdown-content" }, Fs = /* @__PURE__ */ g({
1972
1971
  __name: "header",
1973
1972
  props: {
1974
1973
  burgerState: {
@@ -2015,56 +2014,56 @@ const Io = /* @__PURE__ */ v(yo, [["render", Bo], ["__scopeId", "data-v-2881b194
2015
2014
  }
2016
2015
  return a({
2017
2016
  defocusSearchButton: x
2018
- }), (B, j) => (s(), i("div", $s, [
2017
+ }), (B, j) => (s(), i("div", ys, [
2019
2018
  t("nav", null, [
2020
- t("div", ks, [
2021
- t("div", ws, [
2019
+ t("div", $s, [
2020
+ t("div", ks, [
2022
2021
  u(B.$slots, "link-logo", {}, void 0, !0)
2023
2022
  ]),
2024
- t("ul", Ss, [
2023
+ t("ul", ws, [
2025
2024
  u(B.$slots, "main-nav-items", {}, void 0, !0)
2026
2025
  ]),
2027
- t("div", Bs, [
2026
+ t("div", Ss, [
2028
2027
  t("button", {
2029
2028
  class: "nav-dropdown-btn",
2030
2029
  onClick: S
2031
2030
  }, [
2032
2031
  u(B.$slots, "dropdown-title", {}, void 0, !0),
2033
- V(c) === !1 ? (s(), i("img", Is)) : (s(), i("img", qs))
2032
+ C(c) === !1 ? (s(), i("img", Bs)) : (s(), i("img", Is))
2034
2033
  ]),
2035
- Y(t("div", Ts, [
2034
+ Y(t("div", qs, [
2036
2035
  u(B.$slots, "dropdown-links", {}, void 0, !0)
2037
2036
  ], 512), [
2038
- [Z, V(c)]
2037
+ [Z, C(c)]
2039
2038
  ])
2040
2039
  ], 512),
2041
- t("div", Ls, [
2040
+ t("div", Ts, [
2042
2041
  t("button", {
2043
2042
  ref_key: "navSearchButton",
2044
2043
  ref: y,
2045
2044
  class: "search-icon",
2046
2045
  onClick: j[0] || (j[0] = (ee) => {
2047
2046
  var H;
2048
- return B.$emit("clickSearch"), (H = V(y)) == null ? void 0 : H.blur();
2047
+ return B.$emit("clickSearch"), (H = C(y)) == null ? void 0 : H.blur();
2049
2048
  })
2050
2049
  }, [
2051
2050
  t("img", {
2052
- src: V(_) === !0 ? "https://a.storyblok.com/f/230581/21x21/13f4ac189d/search-icon-white.svg?cv=1695125826080" : "https://a.storyblok.com/f/230581/21x21/ebbdca38d3/search-icon.svg?cv=1695125825901",
2051
+ src: C(_) === !0 ? "https://a.storyblok.com/f/230581/21x21/13f4ac189d/search-icon-white.svg?cv=1695125826080" : "https://a.storyblok.com/f/230581/21x21/ebbdca38d3/search-icon.svg?cv=1695125825901",
2053
2052
  alt: "search icon",
2054
2053
  width: "20",
2055
2054
  height: "20"
2056
- }, null, 8, Vs)
2055
+ }, null, 8, Ls)
2057
2056
  ], 512)
2058
2057
  ])
2059
2058
  ]),
2060
2059
  t("div", {
2061
- class: h(["mobile-nav-wrapper", V(_) === !0 ? "mirsaic-mobile-bg mirsaic--dark" : ""])
2060
+ class: h(["mobile-nav-wrapper", C(_) === !0 ? "mirsaic-mobile-bg mirsaic--dark" : ""])
2062
2061
  }, [
2063
- t("div", Cs, [
2064
- t("div", As, [
2062
+ t("div", Vs, [
2063
+ t("div", Cs, [
2065
2064
  u(B.$slots, "link-logo", {}, void 0, !0)
2066
2065
  ]),
2067
- t("div", Ds, [
2066
+ t("div", As, [
2068
2067
  t("button", {
2069
2068
  ref_key: "mobileSearchButton",
2070
2069
  ref: q,
@@ -2072,15 +2071,15 @@ const Io = /* @__PURE__ */ v(yo, [["render", Bo], ["__scopeId", "data-v-2881b194
2072
2071
  "aria-label": "Toggle search",
2073
2072
  onClick: j[1] || (j[1] = (ee) => {
2074
2073
  var H;
2075
- return B.$emit("clickSearch"), (H = V(q)) == null ? void 0 : H.blur();
2074
+ return B.$emit("clickSearch"), (H = C(q)) == null ? void 0 : H.blur();
2076
2075
  })
2077
2076
  }, [
2078
2077
  t("img", {
2079
- src: V(_) === !0 ? "https://a.storyblok.com/f/230581/21x21/13f4ac189d/search-icon-white.svg?cv=1695125826080" : "https://a.storyblok.com/f/230581/21x21/ebbdca38d3/search-icon.svg?cv=1695125825901",
2078
+ src: C(_) === !0 ? "https://a.storyblok.com/f/230581/21x21/13f4ac189d/search-icon-white.svg?cv=1695125826080" : "https://a.storyblok.com/f/230581/21x21/ebbdca38d3/search-icon.svg?cv=1695125825901",
2080
2079
  alt: "search icon",
2081
2080
  width: "20",
2082
2081
  height: "20"
2083
- }, null, 8, Ms)
2082
+ }, null, 8, Ds)
2084
2083
  ], 512)
2085
2084
  ]),
2086
2085
  t("button", {
@@ -2092,26 +2091,26 @@ const Io = /* @__PURE__ */ v(yo, [["render", Bo], ["__scopeId", "data-v-2881b194
2092
2091
  width: "20",
2093
2092
  height: "20",
2094
2093
  alt: "burger menu line icon",
2095
- src: V(_) === !0 ? "https://a.storyblok.com/f/230581/17x18/20e9329e46/close-white.svg" : "https://a.storyblok.com/f/230581/23x14/739e917bca/burger-menu-line.svg"
2096
- }, null, 8, Os)
2094
+ src: C(_) === !0 ? "https://a.storyblok.com/f/230581/17x18/20e9329e46/close-white.svg" : "https://a.storyblok.com/f/230581/23x14/739e917bca/burger-menu-line.svg"
2095
+ }, null, 8, Ms)
2097
2096
  ])
2098
2097
  ]),
2099
- Y(t("div", Ps, [
2098
+ Y(t("div", Os, [
2100
2099
  t("ul", null, [
2101
2100
  u(B.$slots, "mobile-main-nav-items", {}, void 0, !0)
2102
2101
  ]),
2103
- t("ul", Fs, [
2102
+ t("ul", Ps, [
2104
2103
  u(B.$slots, "mobile-dropdown-title", {}, void 0, !0),
2105
2104
  u(B.$slots, "mobile-dropdown-links", {}, void 0, !0)
2106
2105
  ])
2107
2106
  ], 512), [
2108
- [Z, V(_)]
2107
+ [Z, C(_)]
2109
2108
  ])
2110
2109
  ], 2)
2111
2110
  ])
2112
2111
  ]));
2113
2112
  }
2114
- }), Rs = /* @__PURE__ */ v(Es, [["__scopeId", "data-v-5ad5c770"]]), Ns = { class: "language__wrapper" }, Hs = { class: "language__content" }, zs = { class: "language__headline" }, js = { class: "language__paragraph" }, Us = { class: "language__links" }, Ks = /* @__PURE__ */ g({
2113
+ }), Es = /* @__PURE__ */ v(Fs, [["__scopeId", "data-v-5ad5c770"]]), Rs = { class: "language__wrapper" }, Ns = { class: "language__content" }, Hs = { class: "language__headline" }, zs = { class: "language__paragraph" }, js = { class: "language__links" }, Us = /* @__PURE__ */ g({
2115
2114
  __name: "language-switcher",
2116
2115
  props: {
2117
2116
  headline: {
@@ -2124,17 +2123,17 @@ const Io = /* @__PURE__ */ v(yo, [["render", Bo], ["__scopeId", "data-v-2881b194
2124
2123
  }
2125
2124
  },
2126
2125
  setup(e) {
2127
- return (a, r) => (s(), i("div", Ns, [
2128
- t("div", Hs, [
2129
- t("h2", zs, n(e.headline), 1),
2130
- t("p", js, n(e.paragraph), 1),
2131
- t("div", Us, [
2126
+ return (a, r) => (s(), i("div", Rs, [
2127
+ t("div", Ns, [
2128
+ t("h2", Hs, n(e.headline), 1),
2129
+ t("p", zs, n(e.paragraph), 1),
2130
+ t("div", js, [
2132
2131
  u(a.$slots, "language-links", {}, void 0, !0)
2133
2132
  ])
2134
2133
  ])
2135
2134
  ]));
2136
2135
  }
2137
- }), Gs = /* @__PURE__ */ v(Ks, [["__scopeId", "data-v-dc8cc97e"]]), Ws = { class: "pagination__wrapper" }, Ys = { class: "pagination__content" }, Js = /* @__PURE__ */ g({
2136
+ }), Ks = /* @__PURE__ */ v(Us, [["__scopeId", "data-v-dc8cc97e"]]), Gs = { class: "pagination__wrapper" }, Ws = { class: "pagination__content" }, Ys = /* @__PURE__ */ g({
2138
2137
  __name: "pagination",
2139
2138
  props: {
2140
2139
  isPreviousDisabled: {
@@ -2148,8 +2147,8 @@ const Io = /* @__PURE__ */ v(yo, [["render", Bo], ["__scopeId", "data-v-2881b194
2148
2147
  },
2149
2148
  emits: ["previous", "next"],
2150
2149
  setup(e) {
2151
- return (a, r) => (s(), i("div", Ws, [
2152
- t("div", Ys, [
2150
+ return (a, r) => (s(), i("div", Gs, [
2151
+ t("div", Ws, [
2153
2152
  w(X, {
2154
2153
  disabled: e.isPreviousDisabled,
2155
2154
  variant: "previous",
@@ -2166,16 +2165,16 @@ const Io = /* @__PURE__ */ v(yo, [["render", Bo], ["__scopeId", "data-v-2881b194
2166
2165
  ])
2167
2166
  ]));
2168
2167
  }
2169
- }), Qs = /* @__PURE__ */ v(Js, [["__scopeId", "data-v-da6d07c9"]]), Zs = {}, Xs = { class: "search__wrapper" };
2170
- function xs(e, a) {
2171
- return s(), i("div", Xs, [
2168
+ }), Js = /* @__PURE__ */ v(Ys, [["__scopeId", "data-v-da6d07c9"]]), Qs = {}, Zs = { class: "search__wrapper" };
2169
+ function Xs(e, a) {
2170
+ return s(), i("div", Zs, [
2172
2171
  u(e.$slots, "default", { class: "search__content" })
2173
2172
  ]);
2174
2173
  }
2175
- const ei = /* @__PURE__ */ v(Zs, [["render", xs], ["__scopeId", "data-v-623adb82"]]), ti = { class: "product-hero__wrapper" }, ai = { class: "product-hero__content" }, li = { class: "product-hero__headline" }, oi = { class: "product-hero__video" }, si = {
2174
+ const xs = /* @__PURE__ */ v(Qs, [["render", Xs], ["__scopeId", "data-v-623adb82"]]), ei = { class: "product-hero__wrapper" }, ti = { class: "product-hero__content" }, ai = { class: "product-hero__headline" }, li = { class: "product-hero__video" }, oi = {
2176
2175
  key: 2,
2177
2176
  class: "product-hero__logo"
2178
- }, ii = /* @__PURE__ */ g({
2177
+ }, si = /* @__PURE__ */ g({
2179
2178
  __name: "product-hero",
2180
2179
  props: {
2181
2180
  headline: {
@@ -2205,11 +2204,11 @@ const ei = /* @__PURE__ */ v(Zs, [["render", xs], ["__scopeId", "data-v-623adb82
2205
2204
  }
2206
2205
  },
2207
2206
  setup(e) {
2208
- return (a, r) => (s(), i("div", ti, [
2209
- t("div", ai, [
2210
- t("div", li, n(e.headline), 1),
2211
- t("div", oi, [
2212
- e.videoSrc !== "" ? (s(), C(J, {
2207
+ return (a, r) => (s(), i("div", ei, [
2208
+ t("div", ti, [
2209
+ t("div", ai, n(e.headline), 1),
2210
+ t("div", li, [
2211
+ e.videoSrc !== "" ? (s(), V(J, {
2213
2212
  key: 0,
2214
2213
  play: "",
2215
2214
  "local-video": !0,
@@ -2220,14 +2219,14 @@ const ei = /* @__PURE__ */ v(Zs, [["render", xs], ["__scopeId", "data-v-623adb82
2220
2219
  autoplay: "",
2221
2220
  loop: "",
2222
2221
  muted: ""
2223
- }, null, 8, ["src", "aria-label", "poster"])) : (s(), C(V(D), { key: 1 }, {
2222
+ }, null, 8, ["src", "aria-label", "poster"])) : (s(), V(C(D), { key: 1 }, {
2224
2223
  default: k(() => [
2225
2224
  u(a.$slots, "product-hero-image", {}, void 0, !0)
2226
2225
  ]),
2227
2226
  _: 3
2228
2227
  })),
2229
- e.logoSrc ? (s(), i("div", si, [
2230
- w(V(D), null, {
2228
+ e.logoSrc ? (s(), i("div", oi, [
2229
+ w(C(D), null, {
2231
2230
  default: k(() => [
2232
2231
  u(a.$slots, "product-hero-logo", {}, void 0, !0)
2233
2232
  ]),
@@ -2238,7 +2237,7 @@ const ei = /* @__PURE__ */ v(Zs, [["render", xs], ["__scopeId", "data-v-623adb82
2238
2237
  ])
2239
2238
  ]));
2240
2239
  }
2241
- }), ri = /* @__PURE__ */ v(ii, [["__scopeId", "data-v-60ff352b"]]), ni = { class: "promo__content" }, di = { class: "pallet-jack__media-wrap" }, ci = { class: "pallet-jack-link" }, ui = { class: "pallet-jack__media-wrap__inner-wrap" }, _i = { class: "pallet-jack__media-wrap__content-wrap" }, pi = { class: "regular-blue" }, hi = /* @__PURE__ */ g({
2240
+ }), ii = /* @__PURE__ */ v(si, [["__scopeId", "data-v-60ff352b"]]), ri = { class: "promo__content" }, ni = { class: "pallet-jack__media-wrap" }, di = { class: "pallet-jack-link" }, ci = { class: "pallet-jack__media-wrap__inner-wrap" }, ui = { class: "pallet-jack__media-wrap__content-wrap" }, _i = { class: "regular-blue" }, pi = /* @__PURE__ */ g({
2242
2241
  __name: "pallet-jack",
2243
2242
  props: {
2244
2243
  label: { default: "" },
@@ -2264,22 +2263,22 @@ const ei = /* @__PURE__ */ v(Zs, [["render", xs], ["__scopeId", "data-v-623adb82
2264
2263
  l.teaser ? "promo__wrapper--teaser" : ""
2265
2264
  ])
2266
2265
  }, [
2267
- t("div", ni, [
2266
+ t("div", ri, [
2268
2267
  t("div", {
2269
2268
  class: h([
2270
2269
  "promo__video",
2271
2270
  l.reverse ? "promo__video--reverse" : "promo__video--default"
2272
2271
  ])
2273
2272
  }, [
2274
- t("div", di, [
2275
- t("div", ci, [
2273
+ t("div", ni, [
2274
+ t("div", di, [
2276
2275
  u(l.$slots, "pallet-jack-link")
2277
2276
  ]),
2278
- t("div", ui, [
2277
+ t("div", ci, [
2279
2278
  u(l.$slots, "pallet-jack-video")
2280
2279
  ]),
2281
- t("div", _i, [
2282
- t("h3", pi, n(l.headline), 1),
2280
+ t("div", ui, [
2281
+ t("h3", _i, n(l.headline), 1),
2283
2282
  t("p", null, n(l.shortDescription), 1)
2284
2283
  ])
2285
2284
  ])
@@ -2290,7 +2289,7 @@ const ei = /* @__PURE__ */ v(Zs, [["render", xs], ["__scopeId", "data-v-623adb82
2290
2289
  l.reverse ? "promo__text--reverse" : "promo__text--default"
2291
2290
  ])
2292
2291
  }, [
2293
- l.label ? (s(), C(K, {
2292
+ l.label ? (s(), V(K, {
2294
2293
  key: 0,
2295
2294
  text: l.label,
2296
2295
  "label-dark": l.variant === "dark"
@@ -2303,7 +2302,7 @@ const ei = /* @__PURE__ */ v(Zs, [["render", xs], ["__scopeId", "data-v-623adb82
2303
2302
  }, [
2304
2303
  u(l.$slots, "promo-text")
2305
2304
  ], 2),
2306
- l.linkType === "link" ? (s(), C(A, {
2305
+ l.linkType === "link" ? (s(), V(A, {
2307
2306
  key: 1,
2308
2307
  "link-type": l.variant === "dark" ? "regular_dark" : (l.variant === "light", "regular_light"),
2309
2308
  arrow: ""
@@ -2313,7 +2312,7 @@ const ei = /* @__PURE__ */ v(Zs, [["render", xs], ["__scopeId", "data-v-623adb82
2313
2312
  ]),
2314
2313
  _: 3
2315
2314
  }, 8, ["link-type"])) : m("", !0),
2316
- l.linkType === "button" ? (s(), C(A, {
2315
+ l.linkType === "button" ? (s(), V(A, {
2317
2316
  key: 2,
2318
2317
  "link-type": l.variant === "dark" ? "secondary_dark" : (l.variant === "light", "secondary")
2319
2318
  }, {
@@ -2326,9 +2325,9 @@ const ei = /* @__PURE__ */ v(Zs, [["render", xs], ["__scopeId", "data-v-623adb82
2326
2325
  ])
2327
2326
  ], 2));
2328
2327
  }
2329
- }), mi = /* @__PURE__ */ v(hi, [["__scopeId", "data-v-6948a97b"]]), fi = {
2328
+ }), hi = /* @__PURE__ */ v(pi, [["__scopeId", "data-v-6948a97b"]]), vi = {
2330
2329
  install: (e) => {
2331
- e.component("AtomButton", X), e.component("AtomCheckbox", Ae), e.component("AtomChip", Fe), e.component("AtomDropdown", Ke), e.component("AtomImage", D), e.component("AtomLabel", K), e.component("AtomLink", A), 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", aa), e.component("MoleculeBulletList", ra), e.component("MoleculeCard", _a), e.component("MoleculeEventCard", ya), e.component("MoleculeModal", ue), e.component("MoleculeTextCard", Ba), e.component("BlockFacts", Ma), e.component("BlockFeatures", za), e.component("BlockFormScript", Qa), e.component("BlockHeadline", _l), e.component("BlockHero", Bl), e.component("BlockImage", al), e.component("BlockImageGallery", nl), e.component("BlockLogoWall", Ml), e.component("BlockMicroStories", Rl), e.component("BlockPolicy", Ul), e.component("BlockProductHero", ri), e.component("BlockPromo", eo), e.component("BlockQuote", ho), e.component("BlockRichText", bo), e.component("BlockRichTextColumns", Io), e.component("BlockTimeline", Po), e.component("BlockCardDisplay", Zl), e.component("BlockVimeo", zo), e.component("BlockPalletJack", mi), e.component("Organism404", Yo), e.component("OrganismFilter", es), e.component("OrganismFooter", ys), e.component("OrganismHeader", Rs), e.component("OrganismLanguageSwitcher", Gs), e.component("OrganismPagination", Qs), e.component("OrganismSearch", ei);
2330
+ e.component("AtomButton", X), e.component("AtomCheckbox", Ae), e.component("AtomChip", Fe), e.component("AtomDropdown", Ke), e.component("AtomImage", D), e.component("AtomLabel", K), e.component("AtomLink", A), 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", ta), e.component("MoleculeBulletList", ia), e.component("MoleculeCard", ua), e.component("MoleculeEventCard", ba), e.component("MoleculeModal", ue), e.component("MoleculeTextCard", Sa), e.component("BlockFacts", Da), e.component("BlockFeatures", Ha), e.component("BlockFormScript", Ja), e.component("BlockHeadline", ul), e.component("BlockHero", Sl), e.component("BlockImage", tl), e.component("BlockImageGallery", rl), e.component("BlockLogoWall", Dl), e.component("BlockMicroStories", El), e.component("BlockPolicy", jl), e.component("BlockProductHero", ii), e.component("BlockPromo", xl), e.component("BlockQuote", po), e.component("BlockRichText", go), e.component("BlockRichTextColumns", Bo), e.component("BlockTimeline", Oo), e.component("BlockCardDisplay", Ql), e.component("BlockVimeo", Ho), e.component("BlockPalletJack", hi), e.component("Organism404", Wo), e.component("OrganismFilter", xo), e.component("OrganismFooter", bs), e.component("OrganismHeader", Es), e.component("OrganismLanguageSwitcher", Ks), e.component("OrganismPagination", Js), e.component("OrganismSearch", xs);
2332
2331
  }
2333
2332
  };
2334
2333
  export {
@@ -2345,37 +2344,37 @@ export {
2345
2344
  Rt as AtomTextField,
2346
2345
  Tt as AtomTextarea,
2347
2346
  J as AtomVideo,
2348
- Zl as BlockCardDisplay,
2349
- Ma as BlockFacts,
2350
- za as BlockFeatures,
2351
- Qa as BlockFormScript,
2352
- _l as BlockHeadline,
2353
- Bl as BlockHero,
2354
- al as BlockImage,
2355
- nl as BlockImageGallery,
2356
- Ml as BlockLogoWall,
2357
- Rl as BlockMicroStories,
2358
- mi as BlockPalletJack,
2359
- Ul as BlockPolicy,
2360
- ri as BlockProductHero,
2361
- eo as BlockPromo,
2362
- ho as BlockQuote,
2363
- bo as BlockRichText,
2364
- Io as BlockRichTextColumns,
2365
- Po as BlockTimeline,
2366
- zo as BlockVimeo,
2367
- aa as MoleculeAddress,
2368
- ra as MoleculeBulletList,
2369
- _a as MoleculeCard,
2370
- ya as MoleculeEventCard,
2347
+ Ql as BlockCardDisplay,
2348
+ Da as BlockFacts,
2349
+ Ha as BlockFeatures,
2350
+ Ja as BlockFormScript,
2351
+ ul as BlockHeadline,
2352
+ Sl as BlockHero,
2353
+ tl as BlockImage,
2354
+ rl as BlockImageGallery,
2355
+ Dl as BlockLogoWall,
2356
+ El as BlockMicroStories,
2357
+ hi as BlockPalletJack,
2358
+ jl as BlockPolicy,
2359
+ ii as BlockProductHero,
2360
+ xl as BlockPromo,
2361
+ po as BlockQuote,
2362
+ go as BlockRichText,
2363
+ Bo as BlockRichTextColumns,
2364
+ Oo as BlockTimeline,
2365
+ Ho as BlockVimeo,
2366
+ ta as MoleculeAddress,
2367
+ ia as MoleculeBulletList,
2368
+ ua as MoleculeCard,
2369
+ ba as MoleculeEventCard,
2371
2370
  ue as MoleculeModal,
2372
- Ba as MoleculeTextCard,
2373
- Yo as Organism404,
2374
- es as OrganismFilter,
2375
- ys as OrganismFooter,
2376
- Rs as OrganismHeader,
2377
- Gs as OrganismLanguageSwitcher,
2378
- Qs as OrganismPagination,
2379
- ei as OrganismSearch,
2380
- fi as default
2371
+ Sa as MoleculeTextCard,
2372
+ Wo as Organism404,
2373
+ xo as OrganismFilter,
2374
+ bs as OrganismFooter,
2375
+ Es as OrganismHeader,
2376
+ Ks as OrganismLanguageSwitcher,
2377
+ Js as OrganismPagination,
2378
+ xs as OrganismSearch,
2379
+ vi as default
2381
2380
  };