@mirweb/mir-web-components 0.17.40 → 0.17.42

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,5 +1,5 @@
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 Q, Fragment as M, renderList as O, vShow as ee, 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 Be } from "vue";
2
- const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
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 Q, Fragment as M, renderList as O, vShow as ee, 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
+ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
3
3
  __name: "button",
4
4
  props: {
5
5
  variant: { default: "primary" },
@@ -17,7 +17,7 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
17
17
  return (l, u) => (s(), i("button", {
18
18
  class: h(["button", "button--" + o.value]),
19
19
  "aria-label": l.ariaLabel
20
- }, n(o.value === "close" ? "" : l.buttonText), 11, Se));
20
+ }, n(o.value === "close" ? "" : l.buttonText), 11, Be));
21
21
  }
22
22
  }), v = (e, a) => {
23
23
  const r = e.__vccOpts || e;
@@ -104,7 +104,7 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
104
104
  const r = {
105
105
  primary: "dropdown-dark-bg-primary",
106
106
  dark: "dropdown-dark dropdown-dark-bg-dark"
107
- }, o = e, l = L(() => r[o.variant]), u = I(null), c = I(null), p = I([]), B = I(0), f = I(""), y = I(!0), q = I(0), X = a, S = L(() => {
107
+ }, o = e, l = L(() => r[o.variant]), u = I(null), c = I(null), p = I([]), S = I(0), f = I(""), y = I(!0), q = I(0), X = a, B = L(() => {
108
108
  const d = o.options.find(
109
109
  (b) => b.value === o.modelValue
110
110
  );
@@ -173,8 +173,8 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
173
173
  d && d.removeAttribute("aria-selected");
174
174
  }
175
175
  function he() {
176
- B.value && (clearTimeout(B.value), B.value = 0), B.value = setTimeout(() => {
177
- f.value = "", B.value = 0;
176
+ S.value && (clearTimeout(S.value), S.value = 0), S.value = setTimeout(() => {
177
+ f.value = "", S.value = 0;
178
178
  }, 500);
179
179
  }
180
180
  function me(d) {
@@ -255,7 +255,7 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
255
255
  class: h(["listbox__button", l.value]),
256
256
  onClick: ge,
257
257
  onKeydown: _e
258
- }, n(d.modelValue ? S.value : d.placeholder), 43, He),
258
+ }, n(d.modelValue ? B.value : d.placeholder), 43, He),
259
259
  Q(t("ul", {
260
260
  ref_key: "listboxNode",
261
261
  ref: c,
@@ -301,7 +301,7 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
301
301
  _(a.$slots, "default", P(F(a.$attrs)))
302
302
  ]));
303
303
  }
304
- }), D = /* @__PURE__ */ v(We, [["__scopeId", "data-v-f71a3c87"]]), Ye = { class: "label__wrapper" }, Je = ["aria-label", "label-dark"], Qe = /* @__PURE__ */ g({
304
+ }), A = /* @__PURE__ */ v(We, [["__scopeId", "data-v-f71a3c87"]]), Ye = { class: "label__wrapper" }, Je = ["aria-label", "label-dark"], Qe = /* @__PURE__ */ g({
305
305
  __name: "label",
306
306
  props: {
307
307
  text: {},
@@ -317,7 +317,7 @@ const Se = ["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" }, A = /* @__PURE__ */ g({
320
+ }), G = /* @__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" },
@@ -342,7 +342,7 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
342
342
  const { ...p } = ye(o);
343
343
  return p;
344
344
  });
345
- return (p, B) => (s(), i("div", Ze, [
345
+ return (p, S) => (s(), i("div", Ze, [
346
346
  t("div", te(c.value, {
347
347
  class: ["mir-link", [
348
348
  l.value,
@@ -460,7 +460,7 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
460
460
  }, ["stop"]))
461
461
  }, [
462
462
  t("div", null, [
463
- u.searchBar ? m("", !0) : (s(), V(Z, {
463
+ u.searchBar ? m("", !0) : (s(), C(Z, {
464
464
  key: 0,
465
465
  "aria-label": "close",
466
466
  variant: "close",
@@ -491,7 +491,7 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
491
491
  },
492
492
  emits: ["update:modelValue"],
493
493
  setup(e, { emit: a }) {
494
- const r = e, o = a, l = I(r.modelValue), u = I(), c = I(!1), p = (f, y, q) => (f - y) / (q - y) * 100, B = (f) => {
494
+ const r = e, o = a, l = I(r.modelValue), u = I(), c = I(!1), p = (f, y, q) => (f - y) / (q - y) * 100, S = (f) => {
495
495
  var y;
496
496
  (y = u.value) == null || y.style.setProperty("--ProgressPercent", `${f}%`);
497
497
  };
@@ -500,7 +500,7 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
500
500
  o("update:modelValue", l.value);
501
501
  const f = p(l.value, r.min, r.max);
502
502
  let y = (50 - f) / 100;
503
- B(f + y);
503
+ S(f + y);
504
504
  }
505
505
  }), (f, y) => (s(), i("div", null, [
506
506
  t("div", _t, [
@@ -545,7 +545,7 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
545
545
  class: h([f.variant, "slider__value"])
546
546
  }, n(f.modelValue), 3)
547
547
  ]),
548
- f.information ? (s(), V(ue, {
548
+ f.information ? (s(), C(ue, {
549
549
  key: 0,
550
550
  show: c.value,
551
551
  "onUpdate:show": y[3] || (y[3] = (q) => c.value = q)
@@ -557,7 +557,7 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
557
557
  }, 8, ["show"])) : m("", !0)
558
558
  ]));
559
559
  }
560
- }), bt = /* @__PURE__ */ v(gt, [["__scopeId", "data-v-b8d6d141"]]), yt = { id: "textarea-wrapper" }, $t = ["for"], kt = ["id"], wt = ["id", "name", "placeholder", "required", "disabled", "maxlength", "value"], Bt = { class: "textarea-info" }, St = { key: 0 }, It = /* @__PURE__ */ g({
560
+ }), 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
561
  __name: "textarea",
562
562
  props: {
563
563
  id: { default: "" },
@@ -595,9 +595,9 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
595
595
  onInput: r[0] || (r[0] = (o) => a.$emit("update:modelValue", o.target.value))
596
596
  }, null, 42, wt)
597
597
  ], 8, kt),
598
- t("div", Bt, [
598
+ t("div", St, [
599
599
  t("div", null, [
600
- a.modelValue !== void 0 && a.modelValue.length === a.maxLength ? (s(), i("p", St, " Too many characters. Please make it shorter ")) : m("", !0)
600
+ a.modelValue !== void 0 && a.modelValue.length === a.maxLength ? (s(), i("p", Bt, " Too many characters. Please make it shorter ")) : m("", !0)
601
601
  ]),
602
602
  t("p", {
603
603
  class: h(
@@ -648,7 +648,7 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
648
648
  ), c = L(
649
649
  () => l.value ? "password" : "text"
650
650
  );
651
- return (p, B) => (s(), i("div", Tt, [
651
+ return (p, S) => (s(), i("div", Tt, [
652
652
  t("label", {
653
653
  for: p.id,
654
654
  class: h([
@@ -667,14 +667,14 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
667
667
  required: p.required,
668
668
  disabled: p.disabled,
669
669
  name: p.fieldName,
670
- onInput: B[0] || (B[0] = (f) => p.$emit("update:modelValue", f.target.value))
670
+ onInput: S[0] || (S[0] = (f) => p.$emit("update:modelValue", f.target.value))
671
671
  }, null, 40, Ct),
672
672
  t("i", {
673
673
  role: "button",
674
674
  class: h([u.value]),
675
675
  "aria-controls": "password",
676
676
  "aria-expanded": !l.value,
677
- onClick: B[1] || (B[1] = (f) => l.value = !l.value)
677
+ onClick: S[1] || (S[1] = (f) => l.value = !l.value)
678
678
  }, null, 10, At)
679
679
  ])) : (s(), i("input", {
680
680
  key: 1,
@@ -691,7 +691,7 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
691
691
  ]),
692
692
  disabled: p.disabled,
693
693
  name: p.fieldName,
694
- onInput: B[2] || (B[2] = (f) => p.$emit("update:modelValue", f.target.value))
694
+ onInput: S[2] || (S[2] = (f) => p.$emit("update:modelValue", f.target.value))
695
695
  }, null, 42, Dt)),
696
696
  p.search ? (s(), i("i", Mt)) : m("", !0),
697
697
  p.errorMessage ? (s(), i("strong", Ot, n(p.errorMessage), 1)) : m("", !0),
@@ -777,7 +777,7 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
777
777
  a.addressLine3 ? (s(), i("p", Yt, n(a.addressLine3), 1)) : m("", !0)
778
778
  ]),
779
779
  t("div", Jt, [
780
- (s(!0), i(M, null, O(a.phoneNumbers, (o) => (s(), V(A, {
780
+ (s(!0), i(M, null, O(a.phoneNumbers, (o) => (s(), C(D, {
781
781
  key: o,
782
782
  underline: "false",
783
783
  "link-type": "regular"
@@ -885,10 +885,10 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
885
885
  c.variant === "product" ? "card--product" : "card--article"
886
886
  ]]),
887
887
  style: ae([c.variant === "product" ? "font-weight: 700" : "font-weight: 300"]),
888
- onMouseover: p[0] || (p[0] = (B) => ie(r) ? r.value = !0 : r = !0),
889
- onMouseout: p[1] || (p[1] = (B) => ie(r) ? r.value = !1 : r = !1)
888
+ onMouseover: p[0] || (p[0] = (S) => ie(r) ? r.value = !0 : r = !0),
889
+ onMouseout: p[1] || (p[1] = (S) => ie(r) ? r.value = !1 : r = !1)
890
890
  }, [
891
- c.mediaType === "image" ? (s(), V(D, { key: 0 }, {
891
+ c.mediaType === "image" ? (s(), C(A, { key: 0 }, {
892
892
  default: k(() => [
893
893
  _(c.$slots, "card-image", te({
894
894
  src: c.imgSrc,
@@ -902,10 +902,10 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
902
902
  _: 3
903
903
  })) : (s(), i("div", {
904
904
  key: 1,
905
- class: h(["video-card__wrapper", C(r) === !0 ? "vimeoPlaying" : ""])
905
+ class: h(["video-card__wrapper", V(r) === !0 ? "vimeoPlaying" : ""])
906
906
  }, [
907
907
  w(Y, {
908
- play: C(r),
908
+ play: V(r),
909
909
  "local-video": !0,
910
910
  src: c.videoSrc,
911
911
  "aria-label": c.arialabel,
@@ -918,7 +918,7 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
918
918
  muted: !0
919
919
  }, null, 8, ["play", "src", "aria-label", "poster", "width", "height"])
920
920
  ], 2)),
921
- C(a)["card-label"] ? (s(), i("div", ia, [
921
+ V(a)["card-label"] ? (s(), i("div", ia, [
922
922
  _(c.$slots, "card-label")
923
923
  ])) : m("", !0),
924
924
  c.variant === "product" ? (s(), i("h3", {
@@ -1000,7 +1000,7 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
1000
1000
  ])
1001
1001
  ]));
1002
1002
  }
1003
- }), ka = /* @__PURE__ */ v($a, [["__scopeId", "data-v-ebdea819"]]), wa = { class: "facts__wrapper" }, Ba = { class: "facts__content" }, Sa = { class: "facts__headline" }, Ia = { class: "facts" }, qa = { class: "fact__value" }, Ta = { class: "fact__metric" }, La = {
1003
+ }), 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 = {
1004
1004
  key: 0,
1005
1005
  class: "facts__link"
1006
1006
  }, Va = /* @__PURE__ */ g({
@@ -1028,8 +1028,8 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
1028
1028
  },
1029
1029
  setup(e) {
1030
1030
  return (a, r) => (s(), i("div", wa, [
1031
- t("div", Ba, [
1032
- t("h2", Sa, n(a.headline), 1),
1031
+ t("div", Sa, [
1032
+ t("h2", Ba, n(a.headline), 1),
1033
1033
  t("div", Ia, [
1034
1034
  (s(!0), i(M, null, O(a.facts, (o) => (s(), i("div", {
1035
1035
  key: o.value + o.metric,
@@ -1044,7 +1044,7 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
1044
1044
  ]))), 128))
1045
1045
  ]),
1046
1046
  a.link ? (s(), i("div", La, [
1047
- w(A, {
1047
+ w(D, {
1048
1048
  "link-type": "regular_light",
1049
1049
  arrow: ""
1050
1050
  }, {
@@ -1086,7 +1086,7 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
1086
1086
  key: o.headline,
1087
1087
  class: "features__element"
1088
1088
  }, [
1089
- w(D, { class: "element__icon" }, {
1089
+ w(A, { class: "element__icon" }, {
1090
1090
  default: k(() => [
1091
1091
  _(a.$slots, "features-icon", P(F({
1092
1092
  src: o.icon.src,
@@ -1149,7 +1149,7 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
1149
1149
  return (a, r) => (s(), i("div", Ya, [
1150
1150
  t("div", Ja, [
1151
1151
  t("div", Qa, [
1152
- w(D, null, {
1152
+ w(A, null, {
1153
1153
  default: k(() => [
1154
1154
  _(a.$slots, "image", P(F({ width: 984, height: 554, src: e.src, alt: e.alt })))
1155
1155
  ]),
@@ -1197,7 +1197,7 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
1197
1197
  }, [
1198
1198
  t("div", el, [
1199
1199
  l.mediaLarge && l.mediaType === "image" ? (s(), i("div", tl, [
1200
- w(D, null, {
1200
+ w(A, null, {
1201
1201
  default: k(() => [
1202
1202
  _(l.$slots, "image-large", P(F({
1203
1203
  width: 617,
@@ -1235,7 +1235,7 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
1235
1235
  key: c.src + c.alt,
1236
1236
  class: "image image--small"
1237
1237
  }, [
1238
- w(D, null, {
1238
+ w(A, null, {
1239
1239
  default: k(() => [
1240
1240
  _(l.$slots, "image-small", P(F({
1241
1241
  width: 328,
@@ -1301,7 +1301,7 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
1301
1301
  t("h1", null, n(e.headline), 1)
1302
1302
  ]),
1303
1303
  t("div", vl, [
1304
- w(A, {
1304
+ w(D, {
1305
1305
  "link-type": "regular_light",
1306
1306
  arrow: ""
1307
1307
  }, {
@@ -1325,7 +1325,7 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
1325
1325
  ])
1326
1326
  ]));
1327
1327
  }
1328
- }), kl = /* @__PURE__ */ v($l, [["__scopeId", "data-v-22f9be13"]]), wl = { class: "logo-wall__wrapper" }, Bl = { class: "logo-wall__content" }, Sl = {
1328
+ }), kl = /* @__PURE__ */ v($l, [["__scopeId", "data-v-22f9be13"]]), wl = { class: "logo-wall__wrapper" }, Sl = { class: "logo-wall__content" }, Bl = {
1329
1329
  key: 0,
1330
1330
  class: "logo-wall__text"
1331
1331
  }, Il = { key: 0 }, ql = { key: 1 }, Tl = { class: "logo-wall__logos" }, Ll = { class: "logo-wall__link" }, Vl = /* @__PURE__ */ g({
@@ -1347,8 +1347,8 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
1347
1347
  },
1348
1348
  setup(e) {
1349
1349
  return (a, r) => (s(), i("div", wl, [
1350
- t("div", Bl, [
1351
- e.headline || e.body ? (s(), i("div", Sl, [
1350
+ t("div", Sl, [
1351
+ e.headline || e.body ? (s(), i("div", Bl, [
1352
1352
  e.headline ? (s(), i("h2", Il, n(e.headline), 1)) : m("", !0),
1353
1353
  e.body ? (s(), i("p", ql, n(e.body), 1)) : m("", !0)
1354
1354
  ])) : m("", !0),
@@ -1357,7 +1357,7 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
1357
1357
  key: o.src + o.alt,
1358
1358
  class: "logo-wall__logo"
1359
1359
  }, [
1360
- w(D, null, {
1360
+ w(A, null, {
1361
1361
  default: k(() => [
1362
1362
  _(a.$slots, "logo-wall-logo", P(F({
1363
1363
  width: 130,
@@ -1371,7 +1371,7 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ g({
1371
1371
  ]))), 128))
1372
1372
  ]),
1373
1373
  t("div", Ll, [
1374
- w(A, {
1374
+ w(D, {
1375
1375
  "link-type": "regular_light",
1376
1376
  arrow: !0
1377
1377
  }, {
@@ -1428,7 +1428,7 @@ function Nl(e, a) {
1428
1428
  ])
1429
1429
  ]);
1430
1430
  }
1431
- const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-8765ee0b"]]), zl = { class: "card-display__wrapper" }, jl = {
1431
+ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-9d5712e7"]]), zl = { class: "card-display__wrapper" }, jl = {
1432
1432
  key: 0,
1433
1433
  class: "card__content"
1434
1434
  }, Ul = { key: 0 }, Kl = { key: 1 }, Gl = { class: "card__cards" }, Wl = /* @__PURE__ */ g({
@@ -1501,7 +1501,7 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-8765ee0b
1501
1501
  l.reverse ? "promo__image--reverse" : "promo__image--default"
1502
1502
  ])
1503
1503
  }, [
1504
- w(D, null, {
1504
+ w(A, null, {
1505
1505
  default: k(() => [
1506
1506
  _(l.$slots, "promo-image", P(F({ src: l.src, width: 1920, alt: l.alt, height: 1080 })))
1507
1507
  ]),
@@ -1533,7 +1533,7 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-8765ee0b
1533
1533
  l.reverse ? "promo__text--reverse" : "promo__text--default"
1534
1534
  ])
1535
1535
  }, [
1536
- l.label ? (s(), V(G, {
1536
+ l.label ? (s(), C(G, {
1537
1537
  key: 0,
1538
1538
  text: l.label,
1539
1539
  "label-dark": l.variant === "dark"
@@ -1544,7 +1544,7 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-8765ee0b
1544
1544
  l.variant === "dark" ? "promo__title--dark" : ""
1545
1545
  ])
1546
1546
  }, n(l.headline), 3),
1547
- l.linkType === "link" ? (s(), V(A, {
1547
+ l.linkType === "link" ? (s(), C(D, {
1548
1548
  key: 1,
1549
1549
  "link-type": l.variant === "dark" ? "regular_dark" : (l.variant === "light", "regular_light"),
1550
1550
  arrow: ""
@@ -1554,7 +1554,7 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-8765ee0b
1554
1554
  ]),
1555
1555
  _: 3
1556
1556
  }, 8, ["link-type"])) : m("", !0),
1557
- l.linkType === "button" ? (s(), V(A, {
1557
+ l.linkType === "button" ? (s(), C(D, {
1558
1558
  key: 2,
1559
1559
  "link-type": l.variant === "dark" ? "secondary_dark" : (l.variant === "light", "secondary")
1560
1560
  }, {
@@ -1599,7 +1599,7 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-8765ee0b
1599
1599
  t("p", lo, n(e.quote), 1),
1600
1600
  t("div", oo, [
1601
1601
  e.authorImage ? (s(), i("div", so, [
1602
- w(D, null, {
1602
+ w(A, null, {
1603
1603
  default: k(() => [
1604
1604
  _(a.$slots, "author-image", P(F({
1605
1605
  src: e.authorImage + "/m/100x100",
@@ -1645,7 +1645,7 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-8765ee0b
1645
1645
  ])
1646
1646
  }, [
1647
1647
  t("div", _o, [
1648
- a.label ? (s(), V(G, {
1648
+ a.label ? (s(), C(G, {
1649
1649
  key: 0,
1650
1650
  text: a.label,
1651
1651
  "label-dark": !1
@@ -1684,7 +1684,7 @@ const Hl = /* @__PURE__ */ v(Fl, [["render", Nl], ["__scopeId", "data-v-8765ee0b
1684
1684
  a.imageClip ? "rich-text__image--clip" : ""
1685
1685
  ])
1686
1686
  }, [
1687
- w(D, null, {
1687
+ w(A, null, {
1688
1688
  default: k(() => [
1689
1689
  _(a.$slots, "rich-text-image", P(F({ width: 865, height: 307 })))
1690
1690
  ]),
@@ -1712,7 +1712,7 @@ function ko(e, a) {
1712
1712
  ])
1713
1713
  ]);
1714
1714
  }
1715
- const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4"]]), Bo = (e) => (E("data-v-78d319df"), e = e(), R(), e), So = { class: "timeline__wrapper" }, Io = { class: "timeline__content" }, qo = { class: "timeline__items" }, To = { class: "item__left" }, Lo = /* @__PURE__ */ Bo(() => /* @__PURE__ */ t("div", { class: "item__elements" }, [
1715
+ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4"]]), So = (e) => (E("data-v-78d319df"), 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" }, [
1716
1716
  /* @__PURE__ */ t("div", { class: "circle" }),
1717
1717
  /* @__PURE__ */ t("div", { class: "line" })
1718
1718
  ], -1)), Vo = { class: "item__right" }, Co = ["innerHTML"], Ao = /* @__PURE__ */ g({
@@ -1738,7 +1738,7 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
1738
1738
  a.forEach((o) => {
1739
1739
  r.observe(o);
1740
1740
  });
1741
- }), (a, r) => (s(), i("div", So, [
1741
+ }), (a, r) => (s(), i("div", Bo, [
1742
1742
  t("div", Io, [
1743
1743
  t("div", qo, [
1744
1744
  (s(!0), i(M, null, O(e.timelineItems, (o) => (s(), i("div", {
@@ -1748,7 +1748,7 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
1748
1748
  t("div", To, n(o.year), 1),
1749
1749
  Lo,
1750
1750
  t("div", Vo, [
1751
- w(D, null, {
1751
+ w(A, null, {
1752
1752
  default: k(() => [
1753
1753
  o.media.type === "image" ? _(a.$slots, "timeline-image", P(te({ key: 0 }, { src: o.media.src, alt: o.media.alt })), void 0, !0) : m("", !0)
1754
1754
  ]),
@@ -1873,7 +1873,7 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
1873
1873
  ss,
1874
1874
  is,
1875
1875
  rs,
1876
- w(A, {
1876
+ w(D, {
1877
1877
  class: "footer__contact",
1878
1878
  "link-type": "regular_light",
1879
1879
  underline: "false"
@@ -1883,7 +1883,7 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
1883
1883
  ]),
1884
1884
  _: 1
1885
1885
  }),
1886
- w(A, {
1886
+ w(D, {
1887
1887
  class: "footer__contact",
1888
1888
  "link-type": "regular_light",
1889
1889
  underline: "false"
@@ -1912,7 +1912,7 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
1912
1912
  _(a.$slots, "footer-cookie-link")
1913
1913
  ]),
1914
1914
  t("div", hs, [
1915
- (s(!0), i(M, null, O(a.socialMedia, (o) => (s(), V(A, {
1915
+ (s(!0), i(M, null, O(a.socialMedia, (o) => (s(), C(D, {
1916
1916
  key: o.title,
1917
1917
  underline: "false",
1918
1918
  "link-type": "regular"
@@ -1943,12 +1943,12 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
1943
1943
  key: 0,
1944
1944
  src: "https://a.storyblok.com/f/230581/9x6/8cecdca15f/arrow-down.svg?cv=1695125714195",
1945
1945
  alt: "dropdownarrow"
1946
- }, Bs = {
1946
+ }, Ss = {
1947
1947
  key: 1,
1948
1948
  src: "https://a.storyblok.com/f/230581/9x6/8cecdca15f/arrow-down.svg?cv=1695125714195",
1949
1949
  alt: "dropdownarrow",
1950
1950
  style: { transform: "rotate(180deg)" }
1951
- }, Ss = { 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({
1951
+ }, 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({
1952
1952
  __name: "header",
1953
1953
  props: {
1954
1954
  burgerState: {
@@ -1971,19 +1971,19 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
1971
1971
  let u = I(l.burgerState), c = I(l.showDropDown);
1972
1972
  re(
1973
1973
  () => l.burgerState,
1974
- (S) => u.value = S
1974
+ (B) => u.value = B
1975
1975
  ), re(
1976
1976
  () => l.showDropDown,
1977
- (S) => c.value = S
1977
+ (B) => c.value = B
1978
1978
  ), ce(() => {
1979
- o = (S) => {
1980
- S.target.closest("#menu-dropdown") || (c.value = !1);
1979
+ o = (B) => {
1980
+ B.target.closest("#menu-dropdown") || (c.value = !1);
1981
1981
  }, window.addEventListener("click", o);
1982
- }), Be(() => {
1982
+ }), Se(() => {
1983
1983
  o !== null && window.removeEventListener("click", o);
1984
1984
  });
1985
1985
  const p = r;
1986
- function B() {
1986
+ function S() {
1987
1987
  c.value = !c.value, p("update:showDropDown", c.value);
1988
1988
  }
1989
1989
  function f() {
@@ -1995,27 +1995,27 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
1995
1995
  }
1996
1996
  return a({
1997
1997
  defocusSearchButton: X
1998
- }), (S, j) => (s(), i("div", gs, [
1998
+ }), (B, j) => (s(), i("div", gs, [
1999
1999
  t("nav", null, [
2000
2000
  t("div", bs, [
2001
2001
  t("div", ys, [
2002
- _(S.$slots, "link-logo", {}, void 0, !0)
2002
+ _(B.$slots, "link-logo", {}, void 0, !0)
2003
2003
  ]),
2004
2004
  t("ul", $s, [
2005
- _(S.$slots, "main-nav-items", {}, void 0, !0)
2005
+ _(B.$slots, "main-nav-items", {}, void 0, !0)
2006
2006
  ]),
2007
2007
  t("div", ks, [
2008
2008
  t("button", {
2009
2009
  class: "nav-dropdown-btn",
2010
- onClick: B
2010
+ onClick: S
2011
2011
  }, [
2012
- _(S.$slots, "dropdown-title", {}, void 0, !0),
2013
- C(c) === !1 ? (s(), i("img", ws)) : (s(), i("img", Bs))
2012
+ _(B.$slots, "dropdown-title", {}, void 0, !0),
2013
+ V(c) === !1 ? (s(), i("img", ws)) : (s(), i("img", Ss))
2014
2014
  ]),
2015
- Q(t("div", Ss, [
2016
- _(S.$slots, "dropdown-links", {}, void 0, !0)
2015
+ Q(t("div", Bs, [
2016
+ _(B.$slots, "dropdown-links", {}, void 0, !0)
2017
2017
  ], 512), [
2018
- [ee, C(c)]
2018
+ [ee, V(c)]
2019
2019
  ])
2020
2020
  ], 512),
2021
2021
  t("div", Is, [
@@ -2025,11 +2025,11 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
2025
2025
  class: "search-icon",
2026
2026
  onClick: j[0] || (j[0] = (x) => {
2027
2027
  var H;
2028
- return S.$emit("clickSearch"), (H = C(y)) == null ? void 0 : H.blur();
2028
+ return B.$emit("clickSearch"), (H = V(y)) == null ? void 0 : H.blur();
2029
2029
  })
2030
2030
  }, [
2031
2031
  t("img", {
2032
- src: C(u) === !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",
2032
+ src: V(u) === !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",
2033
2033
  alt: "search icon",
2034
2034
  width: "20",
2035
2035
  height: "20"
@@ -2038,11 +2038,11 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
2038
2038
  ])
2039
2039
  ]),
2040
2040
  t("div", {
2041
- class: h(["mobile-nav-wrapper", C(u) === !0 ? "mirsaic-mobile-bg mirsaic--dark" : ""])
2041
+ class: h(["mobile-nav-wrapper", V(u) === !0 ? "mirsaic-mobile-bg mirsaic--dark" : ""])
2042
2042
  }, [
2043
2043
  t("div", Ts, [
2044
2044
  t("div", Ls, [
2045
- _(S.$slots, "link-logo", {}, void 0, !0)
2045
+ _(B.$slots, "link-logo", {}, void 0, !0)
2046
2046
  ]),
2047
2047
  t("div", Vs, [
2048
2048
  t("button", {
@@ -2052,11 +2052,11 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
2052
2052
  "aria-label": "Toggle search",
2053
2053
  onClick: j[1] || (j[1] = (x) => {
2054
2054
  var H;
2055
- return S.$emit("clickSearch"), (H = C(q)) == null ? void 0 : H.blur();
2055
+ return B.$emit("clickSearch"), (H = V(q)) == null ? void 0 : H.blur();
2056
2056
  })
2057
2057
  }, [
2058
2058
  t("img", {
2059
- src: C(u) === !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",
2059
+ src: V(u) === !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",
2060
2060
  alt: "search icon",
2061
2061
  width: "20",
2062
2062
  height: "20"
@@ -2072,20 +2072,20 @@ const wo = /* @__PURE__ */ v(fo, [["render", ko], ["__scopeId", "data-v-3abe0bb4
2072
2072
  width: "20",
2073
2073
  height: "20",
2074
2074
  alt: "burger menu line icon",
2075
- src: C(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"
2075
+ 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"
2076
2076
  }, null, 8, As)
2077
2077
  ])
2078
2078
  ]),
2079
2079
  Q(t("div", Ds, [
2080
2080
  t("ul", null, [
2081
- _(S.$slots, "mobile-main-nav-items", {}, void 0, !0)
2081
+ _(B.$slots, "mobile-main-nav-items", {}, void 0, !0)
2082
2082
  ]),
2083
2083
  t("ul", Ms, [
2084
- _(S.$slots, "mobile-dropdown-title", {}, void 0, !0),
2085
- _(S.$slots, "mobile-dropdown-links", {}, void 0, !0)
2084
+ _(B.$slots, "mobile-dropdown-title", {}, void 0, !0),
2085
+ _(B.$slots, "mobile-dropdown-links", {}, void 0, !0)
2086
2086
  ])
2087
2087
  ], 512), [
2088
- [ee, C(u)]
2088
+ [ee, V(u)]
2089
2089
  ])
2090
2090
  ], 2)
2091
2091
  ])
@@ -2152,7 +2152,10 @@ function Qs(e, a) {
2152
2152
  _(e.$slots, "default", { class: "search__content" })
2153
2153
  ]);
2154
2154
  }
2155
- 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 = /* @__PURE__ */ g({
2155
+ 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 = {
2156
+ key: 0,
2157
+ class: "product-hero__logo"
2158
+ }, li = /* @__PURE__ */ g({
2156
2159
  __name: "product-hero",
2157
2160
  props: {
2158
2161
  headline: {
@@ -2174,6 +2177,11 @@ const Zs = /* @__PURE__ */ v(Ys, [["render", Qs], ["__scopeId", "data-v-623adb82
2174
2177
  type: String,
2175
2178
  default: "",
2176
2179
  required: !0
2180
+ },
2181
+ logoSrc: {
2182
+ type: String,
2183
+ default: "",
2184
+ required: !1
2177
2185
  }
2178
2186
  },
2179
2187
  setup(e) {
@@ -2183,7 +2191,7 @@ const Zs = /* @__PURE__ */ v(Ys, [["render", Qs], ["__scopeId", "data-v-623adb82
2183
2191
  t("h3", null, n(e.headline), 1)
2184
2192
  ]),
2185
2193
  t("div", ti, [
2186
- e.videoSrc !== "" ? (s(), V(Y, {
2194
+ e.videoSrc !== "" ? (s(), C(Y, {
2187
2195
  key: 0,
2188
2196
  play: "",
2189
2197
  "local-video": !0,
@@ -2194,17 +2202,25 @@ const Zs = /* @__PURE__ */ v(Ys, [["render", Qs], ["__scopeId", "data-v-623adb82
2194
2202
  autoplay: "",
2195
2203
  loop: "",
2196
2204
  muted: ""
2197
- }, null, 8, ["src", "aria-label", "poster"])) : (s(), V(C(D), { key: 1 }, {
2205
+ }, null, 8, ["src", "aria-label", "poster"])) : (s(), C(V(A), { key: 1 }, {
2198
2206
  default: k(() => [
2199
2207
  _(a.$slots, "product-hero-image", {}, void 0, !0)
2200
2208
  ]),
2201
2209
  _: 3
2202
2210
  }))
2203
- ])
2211
+ ]),
2212
+ e.logoSrc !== "" ? (s(), i("div", ai, [
2213
+ w(V(A), null, {
2214
+ default: k(() => [
2215
+ _(a.$slots, "product-hero-logo", {}, void 0, !0)
2216
+ ]),
2217
+ _: 3
2218
+ })
2219
+ ])) : m("", !0)
2204
2220
  ])
2205
2221
  ]));
2206
2222
  }
2207
- }), li = /* @__PURE__ */ v(ai, [["__scopeId", "data-v-bc89ffbc"]]), oi = { class: "promo__content" }, si = { class: "pallet-jack__media-wrap" }, ii = { class: "pallet-jack-link" }, ri = { class: "pallet-jack__media-wrap__inner-wrap" }, ni = { class: "pallet-jack__media-wrap__content-wrap" }, di = { class: "regular-blue" }, ci = /* @__PURE__ */ g({
2223
+ }), oi = /* @__PURE__ */ v(li, [["__scopeId", "data-v-0745ac83"]]), 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({
2208
2224
  __name: "pallet-jack",
2209
2225
  props: {
2210
2226
  label: { default: "" },
@@ -2230,22 +2246,22 @@ const Zs = /* @__PURE__ */ v(Ys, [["render", Qs], ["__scopeId", "data-v-623adb82
2230
2246
  l.teaser ? "promo__wrapper--teaser" : ""
2231
2247
  ])
2232
2248
  }, [
2233
- t("div", oi, [
2249
+ t("div", si, [
2234
2250
  t("div", {
2235
2251
  class: h([
2236
2252
  "promo__video",
2237
2253
  l.reverse ? "promo__video--reverse" : "promo__video--default"
2238
2254
  ])
2239
2255
  }, [
2240
- t("div", si, [
2241
- t("div", ii, [
2256
+ t("div", ii, [
2257
+ t("div", ri, [
2242
2258
  _(l.$slots, "pallet-jack-link")
2243
2259
  ]),
2244
- t("div", ri, [
2260
+ t("div", ni, [
2245
2261
  _(l.$slots, "pallet-jack-video")
2246
2262
  ]),
2247
- t("div", ni, [
2248
- t("h3", di, n(l.headline), 1),
2263
+ t("div", di, [
2264
+ t("h3", ci, n(l.headline), 1),
2249
2265
  t("p", null, n(l.shortDescription), 1)
2250
2266
  ])
2251
2267
  ])
@@ -2256,7 +2272,7 @@ const Zs = /* @__PURE__ */ v(Ys, [["render", Qs], ["__scopeId", "data-v-623adb82
2256
2272
  l.reverse ? "promo__text--reverse" : "promo__text--default"
2257
2273
  ])
2258
2274
  }, [
2259
- l.label ? (s(), V(G, {
2275
+ l.label ? (s(), C(G, {
2260
2276
  key: 0,
2261
2277
  text: l.label,
2262
2278
  "label-dark": l.variant === "dark"
@@ -2267,7 +2283,7 @@ const Zs = /* @__PURE__ */ v(Ys, [["render", Qs], ["__scopeId", "data-v-623adb82
2267
2283
  l.variant === "dark" ? "promo__title--dark" : ""
2268
2284
  ])
2269
2285
  }, n(l.text), 3),
2270
- l.linkType === "link" ? (s(), V(A, {
2286
+ l.linkType === "link" ? (s(), C(D, {
2271
2287
  key: 1,
2272
2288
  "link-type": l.variant === "dark" ? "regular_dark" : (l.variant === "light", "regular_light"),
2273
2289
  arrow: ""
@@ -2277,7 +2293,7 @@ const Zs = /* @__PURE__ */ v(Ys, [["render", Qs], ["__scopeId", "data-v-623adb82
2277
2293
  ]),
2278
2294
  _: 3
2279
2295
  }, 8, ["link-type"])) : m("", !0),
2280
- l.linkType === "button" ? (s(), V(A, {
2296
+ l.linkType === "button" ? (s(), C(D, {
2281
2297
  key: 2,
2282
2298
  "link-type": l.variant === "dark" ? "secondary_dark" : (l.variant === "light", "secondary")
2283
2299
  }, {
@@ -2290,9 +2306,9 @@ const Zs = /* @__PURE__ */ v(Ys, [["render", Qs], ["__scopeId", "data-v-623adb82
2290
2306
  ])
2291
2307
  ], 2));
2292
2308
  }
2293
- }), ui = /* @__PURE__ */ v(ci, [["__scopeId", "data-v-8fdfddf2"]]), pi = {
2309
+ }), _i = /* @__PURE__ */ v(ui, [["__scopeId", "data-v-8fdfddf2"]]), hi = {
2294
2310
  install: (e) => {
2295
- e.component("AtomButton", Z), e.component("AtomCheckbox", Ae), e.component("AtomChip", Fe), e.component("AtomDropdown", Ke), e.component("AtomImage", D), e.component("AtomLabel", G), e.component("AtomLink", A), e.component("AtomRadioButton", lt), e.component("AtomSelect", dt), e.component("AtomSlider", bt), e.component("AtomTextarea", qt), e.component("AtomTextField", Et), e.component("AtomVideo", Y), 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", li), 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", ui), 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);
2311
+ e.component("AtomButton", Z), 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", Y), 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);
2296
2312
  }
2297
2313
  };
2298
2314
  export {
@@ -2300,9 +2316,9 @@ export {
2300
2316
  Ae as AtomCheckbox,
2301
2317
  Fe as AtomChip,
2302
2318
  Ke as AtomDropdown,
2303
- D as AtomImage,
2319
+ A as AtomImage,
2304
2320
  G as AtomLabel,
2305
- A as AtomLink,
2321
+ D as AtomLink,
2306
2322
  lt as AtomRadioButton,
2307
2323
  dt as AtomSelect,
2308
2324
  bt as AtomSlider,
@@ -2319,9 +2335,9 @@ export {
2319
2335
  sl as BlockImageGallery,
2320
2336
  Cl as BlockLogoWall,
2321
2337
  Pl as BlockMicroStories,
2322
- ui as BlockPalletJack,
2338
+ _i as BlockPalletJack,
2323
2339
  Hl as BlockPolicy,
2324
- li as BlockProductHero,
2340
+ oi as BlockProductHero,
2325
2341
  Zl as BlockPromo,
2326
2342
  uo as BlockQuote,
2327
2343
  vo as BlockRichText,
@@ -2341,5 +2357,5 @@ export {
2341
2357
  js as OrganismLanguageSwitcher,
2342
2358
  Ws as OrganismPagination,
2343
2359
  Zs as OrganismSearch,
2344
- pi as default
2360
+ hi as default
2345
2361
  };