@mirweb/mir-web-components 0.13.9 → 0.14.0

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 m, openBlock as l, createElementBlock as r, normalizeClass as c, toDisplayString as s, createElementVNode as t, renderSlot as u, pushScopeId as z, popScopeId as V, computed as N, createTextVNode as H, ref as S, withDirectives as U, Fragment as q, renderList as D, vShow as G, normalizeProps as T, guardReactiveProps as j, mergeProps as ie, createVNode as k, Transition as ke, withCtx as $, withModifiers as re, createCommentVNode as g, watchEffect as ne, withKeys as $e, createBlock as A, normalizeStyle as se, isRef as Q, unref as p, watch as X, onMounted as we, onUnmounted as Se } from "vue";
2
- const xe = ["aria-label"], Ie = /* @__PURE__ */ m({
1
+ import { defineComponent as m, openBlock as l, createElementBlock as r, normalizeClass as c, toDisplayString as s, createElementVNode as t, renderSlot as u, pushScopeId as z, popScopeId as V, computed as N, createTextVNode as H, ref as x, withDirectives as W, Fragment as q, renderList as D, vShow as G, normalizeProps as T, guardReactiveProps as j, mergeProps as ie, createVNode as k, Transition as ke, withCtx as $, withModifiers as re, createCommentVNode as g, watchEffect as ne, withKeys as $e, createBlock as A, normalizeStyle as se, isRef as Q, unref as p, watch as X, onMounted as we, onUnmounted as xe } from "vue";
2
+ const Se = ["aria-label"], Ie = /* @__PURE__ */ m({
3
3
  __name: "button",
4
4
  props: {
5
5
  variant: {
@@ -27,7 +27,7 @@ const xe = ["aria-label"], Ie = /* @__PURE__ */ m({
27
27
  return (i, a) => (l(), r("button", {
28
28
  class: c(["button", "button--" + e.variant]),
29
29
  "aria-label": e.ariaLabel
30
- }, s(e.variant == "close" ? "" : e.buttonText), 11, xe));
30
+ }, s(e.variant == "close" ? "" : e.buttonText), 11, Se));
31
31
  }
32
32
  });
33
33
  const h = (e, i) => {
@@ -35,7 +35,7 @@ const h = (e, i) => {
35
35
  for (const [n, o] of i)
36
36
  a[n] = o;
37
37
  return a;
38
- }, W = /* @__PURE__ */ h(Ie, [["__scopeId", "data-v-f195a839"]]), qe = (e) => (z("data-v-f62bd17f"), e = e(), V(), e), Me = ["name", "value", "disabled", "required", "id"], De = ["for"], Be = /* @__PURE__ */ qe(() => /* @__PURE__ */ t("span", { class: "checkmark" }, null, -1)), Le = /* @__PURE__ */ m({
38
+ }, F = /* @__PURE__ */ h(Ie, [["__scopeId", "data-v-f195a839"]]), qe = (e) => (z("data-v-f62bd17f"), e = e(), V(), e), Me = ["name", "value", "disabled", "required", "id"], De = ["for"], Be = /* @__PURE__ */ qe(() => /* @__PURE__ */ t("span", { class: "checkmark" }, null, -1)), Le = /* @__PURE__ */ m({
39
39
  __name: "checkbox",
40
40
  props: {
41
41
  name: String,
@@ -106,7 +106,7 @@ const Ae = /* @__PURE__ */ h(Le, [["__scopeId", "data-v-f62bd17f"]]), Ce = "data
106
106
  const a = e, n = N(() => `Chip: ${a.text}`);
107
107
  return (o, _) => (l(), r("div", {
108
108
  class: "chip__wrapper",
109
- onClick: _[0] || (_[0] = (x) => o.$emit("remove-chip"))
109
+ onClick: _[0] || (_[0] = (S) => o.$emit("remove-chip"))
110
110
  }, [
111
111
  t("span", {
112
112
  class: "chip",
@@ -161,15 +161,15 @@ const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["val
161
161
  },
162
162
  emits: ["update:modelValue"],
163
163
  setup(e, { emit: i }) {
164
- const a = e, n = S(null), o = S(null), _ = S([]), x = S(0), I = S(""), f = S(!0), b = S(0), M = N(() => {
164
+ const a = e, n = x(null), o = x(null), _ = x([]), S = x(0), I = x(""), y = x(!0), b = x(0), M = N(() => {
165
165
  const d = a.options.find(
166
166
  (v) => v.value === a.modelValue
167
167
  );
168
168
  return d && d.label;
169
169
  }), ce = {
170
170
  beforeMount(d, v) {
171
- d.clickOutsideEvent = function(y) {
172
- d === y.target || d.contains(y.target) || v.value(y);
171
+ d.clickOutsideEvent = function(f) {
172
+ d === f.target || d.contains(f.target) || v.value(f);
173
173
  }, document.body.addEventListener("click", d.clickOutsideEvent);
174
174
  },
175
175
  unmounted(d) {
@@ -180,12 +180,12 @@ const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["val
180
180
  i("update:modelValue", d);
181
181
  }
182
182
  function _e(d) {
183
- var y;
183
+ var f;
184
184
  const v = d.target;
185
- v.getAttribute("role") === "option" && (Z(v), E(), (y = n.value) == null || y.focus());
185
+ v.getAttribute("role") === "option" && (Z(v), U(), (f = n.value) == null || f.focus());
186
186
  }
187
187
  function J(d) {
188
- var y;
188
+ var f;
189
189
  const v = d.key;
190
190
  switch (v) {
191
191
  case "ArrowUp":
@@ -200,15 +200,15 @@ const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["val
200
200
  }
201
201
  case "Home":
202
202
  case "PageUp":
203
- d.preventDefault(), fe();
203
+ d.preventDefault(), ye();
204
204
  break;
205
205
  case "End":
206
206
  case "PageDown":
207
- d.preventDefault(), ye();
207
+ d.preventDefault(), fe();
208
208
  break;
209
209
  case "Enter":
210
210
  case "Escape":
211
- d.preventDefault(), E(), (y = n.value) == null || y.focus();
211
+ d.preventDefault(), U(), (f = n.value) == null || f.focus();
212
212
  break;
213
213
  default: {
214
214
  const w = ve(v);
@@ -230,8 +230,8 @@ const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["val
230
230
  d && d.removeAttribute("aria-selected");
231
231
  }
232
232
  function ge() {
233
- x && (clearTimeout(x.value), x.value = 0), x.value = setTimeout(() => {
234
- I.value = "", x.value = 0;
233
+ S && (clearTimeout(S.value), S.value = 0), S.value = setTimeout(() => {
234
+ I.value = "", S.value = 0;
235
235
  }, 500);
236
236
  }
237
237
  function ve(d) {
@@ -239,23 +239,23 @@ const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["val
239
239
  (I.value === "" || v !== d) && (b.value = a.options.findIndex(
240
240
  (w) => w.value === a.modelValue
241
241
  )), I.value = v === d ? d : I.value + d, v = d, ge();
242
- let y = Y(
242
+ let f = Y(
243
243
  b.value + 1,
244
244
  a.options.length
245
245
  );
246
- return !y && I.value.length === 1 && (y = Y(0, b.value)), b.value = (b.value + 1) % a.options.length, y;
246
+ return !f && I.value.length === 1 && (f = Y(0, b.value)), b.value = (b.value + 1) % a.options.length, f;
247
247
  }
248
248
  function Y(d, v) {
249
- for (let y = d; y < v; y++)
250
- if (a.options[y].label && a.options[y].label.toUpperCase().indexOf(I.value.toUpperCase()) === 0)
251
- return _.value[y];
249
+ for (let f = d; f < v; f++)
250
+ if (a.options[f].label && a.options[f].label.toUpperCase().indexOf(I.value.toUpperCase()) === 0)
251
+ return _.value[f];
252
252
  return null;
253
253
  }
254
- function fe() {
254
+ function ye() {
255
255
  Z(_.value[0]);
256
256
  }
257
257
  function Z(d) {
258
- var y, w;
258
+ var f, w;
259
259
  const v = d.getAttribute("data-value");
260
260
  if (a.modelValue) {
261
261
  const L = a.options.findIndex(
@@ -263,7 +263,7 @@ const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["val
263
263
  ), P = _.value[L];
264
264
  he(P);
265
265
  }
266
- if (d.setAttribute("aria-selected", "true"), (y = o.value) == null || y.setAttribute(
266
+ if (d.setAttribute("aria-selected", "true"), (f = o.value) == null || f.setAttribute(
267
267
  "aria-activedescendant",
268
268
  v || ""
269
269
  ), ue(v || ""), o.value && o.value.scrollHeight > o.value.clientHeight) {
@@ -271,21 +271,21 @@ const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["val
271
271
  P > L ? o.value.scrollTop = P - ((w = o.value) == null ? void 0 : w.clientHeight) : d.offsetTop < o.value.scrollTop && (o.value.scrollTop = d.offsetTop);
272
272
  }
273
273
  }
274
- function ye() {
274
+ function fe() {
275
275
  var v;
276
276
  const d = (v = _.value) == null ? void 0 : v[a.options.length - 1];
277
277
  Z(d);
278
278
  }
279
- function E() {
279
+ function U() {
280
280
  var d;
281
- f.value = !0, (d = n.value) == null || d.removeAttribute("aria-expanded");
281
+ y.value = !0, (d = n.value) == null || d.removeAttribute("aria-expanded");
282
282
  }
283
283
  function K() {
284
284
  var d, v;
285
- f.value = !1, (d = n.value) == null || d.setAttribute("aria-expanded", "true"), (v = o.value) == null || v.focus();
285
+ y.value = !1, (d = n.value) == null || d.setAttribute("aria-expanded", "true"), (v = o.value) == null || v.focus();
286
286
  }
287
287
  function be() {
288
- a.disabled || (f.value ? K() : E());
288
+ a.disabled || (y.value ? K() : U());
289
289
  }
290
290
  return (d, v) => (l(), r("div", {
291
291
  class: "listbox__wrapper",
@@ -300,7 +300,7 @@ const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["val
300
300
  "is-required": e.required
301
301
  }, "listbox__label"])
302
302
  }, s(e.label), 11, Pe),
303
- U((l(), r("div", He, [
303
+ W((l(), r("div", He, [
304
304
  t("button", {
305
305
  id: `${e.name}-button-label`,
306
306
  "aria-labelledby": `${e.name}-label ${e.name}-button-label`,
@@ -313,7 +313,7 @@ const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["val
313
313
  ref_key: "listboxButton",
314
314
  ref: n
315
315
  }, s(e.modelValue ? M.value : e.placeholder), 41, Ze),
316
- U(t("ul", {
316
+ W(t("ul", {
317
317
  "aria-labelledby": `${e.name}-label`,
318
318
  "aria-activedescendant": e.modelValue,
319
319
  tabindex: "0",
@@ -324,21 +324,21 @@ const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["val
324
324
  ref_key: "listboxNode",
325
325
  ref: o
326
326
  }, [
327
- (l(!0), r(q, null, D(e.options, (y, w) => (l(), r("li", {
327
+ (l(!0), r(q, null, D(e.options, (f, w) => (l(), r("li", {
328
328
  key: `${e.name}-option-${w}`,
329
- "aria-selected": y.value === e.modelValue,
330
- "data-value": y.value,
329
+ "aria-selected": f.value === e.modelValue,
330
+ "data-value": f.value,
331
331
  class: "listbox__option",
332
332
  role: "option",
333
333
  ref_for: !0,
334
334
  ref_key: "listboxOptions",
335
335
  ref: _
336
- }, s(y.label), 9, Ee))), 128))
336
+ }, s(f.label), 9, Ee))), 128))
337
337
  ], 40, Re), [
338
- [G, !f.value]
338
+ [G, !y.value]
339
339
  ])
340
340
  ])), [
341
- [ce, E]
341
+ [ce, U]
342
342
  ])
343
343
  ], 8, Oe));
344
344
  }
@@ -410,7 +410,7 @@ const B = /* @__PURE__ */ h(Ge, [["__scopeId", "data-v-513b5384"]]), Je = { clas
410
410
  ]));
411
411
  }
412
412
  });
413
- const F = /* @__PURE__ */ h(Ke, [["__scopeId", "data-v-aacf01db"]]), Qe = { class: "link__wrapper" }, C = /* @__PURE__ */ m({
413
+ const R = /* @__PURE__ */ h(Ke, [["__scopeId", "data-v-aacf01db"]]), Qe = { class: "link__wrapper" }, C = /* @__PURE__ */ m({
414
414
  __name: "link",
415
415
  props: {
416
416
  url: {
@@ -623,7 +623,7 @@ const ct = /* @__PURE__ */ h(dt, [["__scopeId", "data-v-d1d7a1e3"]]), ut = { cla
623
623
  }, ["stop"]))
624
624
  }, [
625
625
  t("div", null, [
626
- k(W, {
626
+ k(F, {
627
627
  ariaLabel: "close",
628
628
  variant: "close",
629
629
  onClick: n
@@ -638,7 +638,7 @@ const ct = /* @__PURE__ */ h(dt, [["__scopeId", "data-v-d1d7a1e3"]]), ut = { cla
638
638
  ]));
639
639
  }
640
640
  });
641
- const oe = /* @__PURE__ */ h(_t, [["__scopeId", "data-v-b5af91d8"]]), mt = { class: "slider__wrapper" }, ht = { class: "slider__label" }, gt = ["for"], vt = ["aria-label"], ft = { class: "slider__content" }, yt = ["id", "name", "value", "min", "step", "max"], bt = /* @__PURE__ */ m({
641
+ const oe = /* @__PURE__ */ h(_t, [["__scopeId", "data-v-b5af91d8"]]), mt = { class: "slider__wrapper" }, ht = { class: "slider__label" }, gt = ["for"], vt = ["aria-label"], yt = { class: "slider__content" }, ft = ["id", "name", "value", "min", "step", "max"], bt = /* @__PURE__ */ m({
642
642
  __name: "slider",
643
643
  props: {
644
644
  label: {
@@ -691,18 +691,18 @@ const oe = /* @__PURE__ */ h(_t, [["__scopeId", "data-v-b5af91d8"]]), mt = { cla
691
691
  },
692
692
  emits: ["update:modelValue"],
693
693
  setup(e, { emit: i }) {
694
- const a = e, n = S(a.modelValue), o = S(), _ = S(!1), x = (f, b, M) => (f - b) / (M - b) * 100, I = (f) => {
694
+ const a = e, n = x(a.modelValue), o = x(), _ = x(!1), S = (y, b, M) => (y - b) / (M - b) * 100, I = (y) => {
695
695
  var b;
696
- (b = o.value) == null || b.style.setProperty("--ProgressPercent", `${f}%`);
696
+ (b = o.value) == null || b.style.setProperty("--ProgressPercent", `${y}%`);
697
697
  };
698
698
  return ne(() => {
699
699
  if (o.value) {
700
700
  i("update:modelValue", n.value);
701
- const f = x(n.value, a.min, a.max);
702
- let b = (50 - f) / 100;
703
- I(f + b);
701
+ const y = S(n.value, a.min, a.max);
702
+ let b = (50 - y) / 100;
703
+ I(y + b);
704
704
  }
705
- }), (f, b) => (l(), r(q, null, [
705
+ }), (y, b) => (l(), r(q, null, [
706
706
  t("div", mt, [
707
707
  t("div", ht, [
708
708
  t("label", {
@@ -720,7 +720,7 @@ const oe = /* @__PURE__ */ h(_t, [["__scopeId", "data-v-b5af91d8"]]), mt = { cla
720
720
  "aria-haspopup": "dialog"
721
721
  }, null, 42, vt)) : g("", !0)
722
722
  ]),
723
- t("div", ft, [
723
+ t("div", yt, [
724
724
  t("span", {
725
725
  class: c([e.variant, "slider__minmax"])
726
726
  }, s(e.min), 3),
@@ -736,7 +736,7 @@ const oe = /* @__PURE__ */ h(_t, [["__scopeId", "data-v-b5af91d8"]]), mt = { cla
736
736
  ref_key: "slider",
737
737
  ref: o,
738
738
  onInput: b[2] || (b[2] = ({ target: M }) => n.value = parseFloat(M.value))
739
- }, null, 42, yt),
739
+ }, null, 42, ft),
740
740
  t("span", {
741
741
  class: c([e.variant, "slider__minmax"])
742
742
  }, s(e.max), 3)
@@ -758,7 +758,7 @@ const oe = /* @__PURE__ */ h(_t, [["__scopeId", "data-v-b5af91d8"]]), mt = { cla
758
758
  ], 64));
759
759
  }
760
760
  });
761
- const pt = /* @__PURE__ */ h(bt, [["__scopeId", "data-v-84385cf8"]]), kt = { id: "textarea-wrapper" }, $t = ["for"], wt = ["id"], St = ["id", "name", "placeholder", "required", "disabled", "maxlength", "value"], xt = { class: "textarea-info" }, It = { key: 0 }, qt = /* @__PURE__ */ m({
761
+ const pt = /* @__PURE__ */ h(bt, [["__scopeId", "data-v-84385cf8"]]), kt = { id: "textarea-wrapper" }, $t = ["for"], wt = ["id"], xt = ["id", "name", "placeholder", "required", "disabled", "maxlength", "value"], St = { class: "textarea-info" }, It = { key: 0 }, qt = /* @__PURE__ */ m({
762
762
  __name: "textarea",
763
763
  props: {
764
764
  id: {
@@ -820,9 +820,9 @@ const pt = /* @__PURE__ */ h(bt, [["__scopeId", "data-v-84385cf8"]]), kt = { id:
820
820
  class: c(
821
821
  e.modelValue !== void 0 && e.modelValue.length == e.maxLength ? "reached-meter-limit" : "border"
822
822
  )
823
- }, null, 42, St)
823
+ }, null, 42, xt)
824
824
  ], 8, wt),
825
- t("div", xt, [
825
+ t("div", St, [
826
826
  t("div", null, [
827
827
  e.modelValue !== void 0 && e.modelValue.length == e.maxLength ? (l(), r("p", It, " Too many characters. Please make it shorter ")) : g("", !0)
828
828
  ]),
@@ -911,7 +911,7 @@ const Mt = /* @__PURE__ */ h(qt, [["__scopeId", "data-v-28492b7a"]]), Dt = { cla
911
911
  },
912
912
  emits: ["update:modelValue"],
913
913
  setup(e) {
914
- const i = S(!0), a = N(
914
+ const i = x(!0), a = N(
915
915
  () => i.value ? "showPassword" : "hidePassword"
916
916
  ), n = N(
917
917
  () => i.value ? "password" : "text"
@@ -933,12 +933,12 @@ const Mt = /* @__PURE__ */ h(qt, [["__scopeId", "data-v-28492b7a"]]), Dt = { cla
933
933
  placeholder: e.placeholder,
934
934
  required: e.required,
935
935
  disabled: e.disabled,
936
- onInput: _[0] || (_[0] = (x) => o.$emit("update:modelValue", x.target.value))
936
+ onInput: _[0] || (_[0] = (S) => o.$emit("update:modelValue", S.target.value))
937
937
  }, null, 40, At),
938
938
  t("i", {
939
939
  role: "button",
940
940
  class: c([a.value]),
941
- onClick: _[1] || (_[1] = (x) => i.value = !i.value),
941
+ onClick: _[1] || (_[1] = (S) => i.value = !i.value),
942
942
  "aria-controls": "password",
943
943
  "aria-expanded": !i.value
944
944
  }, null, 10, Ct)
@@ -955,7 +955,7 @@ const Mt = /* @__PURE__ */ h(qt, [["__scopeId", "data-v-28492b7a"]]), Dt = { cla
955
955
  e.search ? "search" : ""
956
956
  ]),
957
957
  disabled: e.disabled,
958
- onInput: _[2] || (_[2] = (x) => o.$emit("update:modelValue", x.target.value))
958
+ onInput: _[2] || (_[2] = (S) => o.$emit("update:modelValue", S.target.value))
959
959
  }, null, 42, Tt)),
960
960
  e.search ? (l(), r("i", jt)) : g("", !0),
961
961
  e.errorMessage ? (l(), r("strong", Nt, s(e.errorMessage), 1)) : g("", !0),
@@ -1016,7 +1016,7 @@ const Ot = /* @__PURE__ */ h(Vt, [["__scopeId", "data-v-4c2c5e23"]]), Pt = { cla
1016
1016
  },
1017
1017
  setup(e) {
1018
1018
  const i = e;
1019
- let a = S(null);
1019
+ let a = x(null);
1020
1020
  return ne(() => {
1021
1021
  i.play && a.value ? a.value.play() : !i.play && a.value && a.value.pause();
1022
1022
  }), (n, o) => (l(), r("div", Pt, [
@@ -1049,7 +1049,7 @@ const Ot = /* @__PURE__ */ h(Vt, [["__scopeId", "data-v-4c2c5e23"]]), Pt = { cla
1049
1049
  ]));
1050
1050
  }
1051
1051
  });
1052
- const R = /* @__PURE__ */ h(Rt, [["__scopeId", "data-v-48adae09"]]), Et = { class: "address__wrapper" }, Ut = { class: "address__content" }, Wt = { class: "address__flag" }, Ft = { class: "address__address" }, Gt = { class: "address__name" }, Jt = { key: 0 }, Yt = { class: "address__contact" }, Kt = ["href"], Qt = ["href"], Xt = /* @__PURE__ */ m({
1052
+ const E = /* @__PURE__ */ h(Rt, [["__scopeId", "data-v-48adae09"]]), Et = { class: "address__wrapper" }, Ut = { class: "address__content" }, Wt = { class: "address__flag" }, Ft = { class: "address__address" }, Gt = { class: "address__name" }, Jt = { key: 0 }, Yt = { class: "address__contact" }, Kt = ["href"], Qt = ["href"], Xt = /* @__PURE__ */ m({
1053
1053
  __name: "address",
1054
1054
  props: {
1055
1055
  name: {
@@ -1203,7 +1203,7 @@ const ra = /* @__PURE__ */ h(ia, [["__scopeId", "data-v-327e6c15"]]), na = { cla
1203
1203
  },
1204
1204
  emits: ["clicked"],
1205
1205
  setup(e, { emit: i }) {
1206
- let a = S(!1);
1206
+ let a = x(!1);
1207
1207
  return (n, o) => (l(), r("div", na, [
1208
1208
  t("div", {
1209
1209
  class: c(["card", [
@@ -1236,7 +1236,7 @@ const ra = /* @__PURE__ */ h(ia, [["__scopeId", "data-v-327e6c15"]]), na = { cla
1236
1236
  key: 1,
1237
1237
  class: c(["video-card__wrapper", p(a) == !0 ? "vimeoPlaying" : ""])
1238
1238
  }, [
1239
- k(R, {
1239
+ k(E, {
1240
1240
  play: p(a),
1241
1241
  localVideo: !0,
1242
1242
  src: e.videoSrc,
@@ -1289,7 +1289,7 @@ const da = /* @__PURE__ */ h(oa, [["__scopeId", "data-v-b50e8101"]]), ca = (e) =
1289
1289
  },
1290
1290
  setup(e) {
1291
1291
  return (i, a) => (l(), r("div", ua, [
1292
- k(F, {
1292
+ k(R, {
1293
1293
  "label-dark": !1,
1294
1294
  text: e.eventType ? e.eventType : ""
1295
1295
  }, null, 8, ["text"]),
@@ -1303,10 +1303,39 @@ const da = /* @__PURE__ */ h(oa, [["__scopeId", "data-v-b50e8101"]]), ca = (e) =
1303
1303
  ]));
1304
1304
  }
1305
1305
  });
1306
- const fa = /* @__PURE__ */ h(va, [["__scopeId", "data-v-f5acdf7e"]]), ya = { class: "facts__wrapper" }, ba = { class: "facts__content" }, pa = { class: "facts__headline" }, ka = { class: "facts" }, $a = { class: "fact" }, wa = { class: "fact__value" }, Sa = { class: "fact__metric" }, xa = {
1306
+ const ya = /* @__PURE__ */ h(va, [["__scopeId", "data-v-f5acdf7e"]]), fa = { class: "text__wrapper" }, ba = { class: "text__headline" }, pa = { class: "text__paragraph" }, ka = /* @__PURE__ */ m({
1307
+ __name: "text-card",
1308
+ props: {
1309
+ label: {
1310
+ type: String,
1311
+ required: !0
1312
+ },
1313
+ headline: {
1314
+ type: String,
1315
+ required: !0
1316
+ },
1317
+ paragraph: {
1318
+ type: String,
1319
+ required: !0
1320
+ }
1321
+ },
1322
+ setup(e) {
1323
+ return (i, a) => (l(), r("div", fa, [
1324
+ k(R, {
1325
+ "label-dark": !1,
1326
+ text: e.label ? e.label : ""
1327
+ }, null, 8, ["text"]),
1328
+ t("div", ba, s(e.headline), 1),
1329
+ t("div", pa, [
1330
+ t("p", null, s(e.paragraph), 1)
1331
+ ])
1332
+ ]));
1333
+ }
1334
+ });
1335
+ const $a = /* @__PURE__ */ h(ka, [["__scopeId", "data-v-dbd0c7ab"]]), wa = { class: "facts__wrapper" }, xa = { class: "facts__content" }, Sa = { class: "facts__headline" }, Ia = { class: "facts" }, qa = { class: "fact" }, Ma = { class: "fact__value" }, Da = { class: "fact__metric" }, Ba = {
1307
1336
  key: 0,
1308
1337
  class: "facts__link"
1309
- }, Ia = /* @__PURE__ */ m({
1338
+ }, La = /* @__PURE__ */ m({
1310
1339
  __name: "facts",
1311
1340
  props: {
1312
1341
  headline: {
@@ -1324,20 +1353,20 @@ const fa = /* @__PURE__ */ h(va, [["__scopeId", "data-v-f5acdf7e"]]), ya = { cla
1324
1353
  }
1325
1354
  },
1326
1355
  setup(e) {
1327
- return (i, a) => (l(), r("div", ya, [
1328
- t("div", ba, [
1329
- t("h2", pa, s(e.headline), 1),
1330
- t("div", ka, [
1331
- (l(!0), r(q, null, D(e.facts, (n) => (l(), r("div", $a, [
1332
- t("div", wa, [
1356
+ return (i, a) => (l(), r("div", wa, [
1357
+ t("div", xa, [
1358
+ t("h2", Sa, s(e.headline), 1),
1359
+ t("div", Ia, [
1360
+ (l(!0), r(q, null, D(e.facts, (n) => (l(), r("div", qa, [
1361
+ t("div", Ma, [
1333
1362
  t("span", null, s(n.value), 1)
1334
1363
  ]),
1335
- t("div", Sa, [
1364
+ t("div", Da, [
1336
1365
  t("span", null, s(n.metric), 1)
1337
1366
  ])
1338
1367
  ]))), 256))
1339
1368
  ]),
1340
- e.link ? (l(), r("div", xa, [
1369
+ e.link ? (l(), r("div", Ba, [
1341
1370
  k(C, {
1342
1371
  linkType: "regular-light",
1343
1372
  arrow: ""
@@ -1352,13 +1381,13 @@ const fa = /* @__PURE__ */ h(va, [["__scopeId", "data-v-f5acdf7e"]]), ya = { cla
1352
1381
  ]));
1353
1382
  }
1354
1383
  });
1355
- const qa = /* @__PURE__ */ h(Ia, [["__scopeId", "data-v-7fd89b0c"]]), Ma = { class: "features__wrapper" }, Da = { class: "features__content" }, Ba = {
1384
+ const Aa = /* @__PURE__ */ h(La, [["__scopeId", "data-v-7fd89b0c"]]), Ca = { class: "features__wrapper" }, Ta = { class: "features__content" }, ja = {
1356
1385
  key: 0,
1357
1386
  class: "features__headline"
1358
- }, La = {
1387
+ }, Na = {
1359
1388
  key: 1,
1360
1389
  class: "features__body"
1361
- }, Aa = { class: "features__element" }, Ca = { class: "element__headline" }, Ta = { class: "element__body" }, ja = /* @__PURE__ */ m({
1390
+ }, za = { class: "features__element" }, Va = { class: "element__headline" }, Oa = { class: "element__body" }, Pa = /* @__PURE__ */ m({
1362
1391
  __name: "features",
1363
1392
  props: {
1364
1393
  headline: {
@@ -1376,18 +1405,18 @@ const qa = /* @__PURE__ */ h(Ia, [["__scopeId", "data-v-7fd89b0c"]]), Ma = { cla
1376
1405
  }
1377
1406
  },
1378
1407
  setup(e) {
1379
- return (i, a) => (l(), r("div", Ma, [
1380
- t("div", Da, [
1381
- e.headline ? (l(), r("div", Ba, [
1408
+ return (i, a) => (l(), r("div", Ca, [
1409
+ t("div", Ta, [
1410
+ e.headline ? (l(), r("div", ja, [
1382
1411
  t("h2", null, s(e.headline), 1)
1383
1412
  ])) : g("", !0),
1384
- e.body ? (l(), r("div", La, [
1413
+ e.body ? (l(), r("div", Na, [
1385
1414
  t("p", null, s(e.body), 1)
1386
1415
  ])) : g("", !0),
1387
1416
  t("div", {
1388
1417
  class: c(["features__elements", [e.elements.length == 6 ? "features__elements--grid-6" : ""]])
1389
1418
  }, [
1390
- (l(!0), r(q, null, D(e.elements, (n) => (l(), r("div", Aa, [
1419
+ (l(!0), r(q, null, D(e.elements, (n) => (l(), r("div", za, [
1391
1420
  k(B, { class: "element__icon" }, {
1392
1421
  default: $(() => [
1393
1422
  u(i.$slots, "features-icon", T(j({
@@ -1399,15 +1428,15 @@ const qa = /* @__PURE__ */ h(Ia, [["__scopeId", "data-v-7fd89b0c"]]), Ma = { cla
1399
1428
  ]),
1400
1429
  _: 2
1401
1430
  }, 1024),
1402
- t("p", Ca, s(n.headline), 1),
1403
- t("p", Ta, s(n.body), 1)
1431
+ t("p", Va, s(n.headline), 1),
1432
+ t("p", Oa, s(n.body), 1)
1404
1433
  ]))), 256))
1405
1434
  ], 2)
1406
1435
  ])
1407
1436
  ]));
1408
1437
  }
1409
1438
  });
1410
- const Na = /* @__PURE__ */ h(ja, [["__scopeId", "data-v-0990b89f"]]), za = { class: "image__wrapper" }, Va = { class: "image__content" }, Oa = { class: "image__image" }, Pa = { class: "image__caption" }, Ha = /* @__PURE__ */ m({
1439
+ const Ha = /* @__PURE__ */ h(Pa, [["__scopeId", "data-v-0990b89f"]]), Za = { class: "image__wrapper" }, Ra = { class: "image__content" }, Ea = { class: "image__image" }, Ua = { class: "image__caption" }, Wa = /* @__PURE__ */ m({
1411
1440
  __name: "image",
1412
1441
  props: {
1413
1442
  caption: {
@@ -1424,9 +1453,9 @@ const Na = /* @__PURE__ */ h(ja, [["__scopeId", "data-v-0990b89f"]]), za = { cla
1424
1453
  }
1425
1454
  },
1426
1455
  setup(e) {
1427
- return (i, a) => (l(), r("div", za, [
1428
- t("div", Va, [
1429
- t("div", Oa, [
1456
+ return (i, a) => (l(), r("div", Za, [
1457
+ t("div", Ra, [
1458
+ t("div", Ea, [
1430
1459
  k(B, null, {
1431
1460
  default: $(() => [
1432
1461
  u(i.$slots, "image", T(j({ width: 984, height: 554, src: e.src, alt: e.alt })))
@@ -1434,21 +1463,21 @@ const Na = /* @__PURE__ */ h(ja, [["__scopeId", "data-v-0990b89f"]]), za = { cla
1434
1463
  _: 3
1435
1464
  })
1436
1465
  ]),
1437
- t("p", Pa, s(e.caption), 1)
1466
+ t("p", Ua, s(e.caption), 1)
1438
1467
  ])
1439
1468
  ]));
1440
1469
  }
1441
1470
  });
1442
- const Za = /* @__PURE__ */ h(Ha, [["__scopeId", "data-v-6dde0544"]]), Ra = { class: "gallery__large" }, Ea = {
1471
+ const Fa = /* @__PURE__ */ h(Wa, [["__scopeId", "data-v-6dde0544"]]), Ga = { class: "gallery__large" }, Ja = {
1443
1472
  key: 0,
1444
1473
  class: "image image--large"
1445
- }, Ua = {
1474
+ }, Ya = {
1446
1475
  key: 1,
1447
1476
  class: "video"
1448
- }, Wa = { class: "image image--small" }, Fa = {
1477
+ }, Ka = { class: "image image--small" }, Qa = {
1449
1478
  key: 0,
1450
1479
  class: "body"
1451
- }, Ga = /* @__PURE__ */ m({
1480
+ }, Xa = /* @__PURE__ */ m({
1452
1481
  __name: "image-gallery",
1453
1482
  props: {
1454
1483
  mediaLarge: {
@@ -1499,8 +1528,8 @@ const Za = /* @__PURE__ */ h(Ha, [["__scopeId", "data-v-6dde0544"]]), Ra = { cla
1499
1528
  e.flipHorizontal ? "gallery__content--reverse" : "gallery__content--default"
1500
1529
  ])
1501
1530
  }, [
1502
- t("div", Ra, [
1503
- e.mediaLarge && e.mediaType === "image" ? (l(), r("div", Ea, [
1531
+ t("div", Ga, [
1532
+ e.mediaLarge && e.mediaType === "image" ? (l(), r("div", Ja, [
1504
1533
  k(B, null, {
1505
1534
  default: $(() => [
1506
1535
  u(i.$slots, "image-large", T(j({
@@ -1513,8 +1542,8 @@ const Za = /* @__PURE__ */ h(Ha, [["__scopeId", "data-v-6dde0544"]]), Ra = { cla
1513
1542
  _: 3
1514
1543
  })
1515
1544
  ])) : g("", !0),
1516
- e.mediaLarge && e.mediaType === "video" ? (l(), r("div", Ua, [
1517
- k(R, {
1545
+ e.mediaLarge && e.mediaType === "video" ? (l(), r("div", Ya, [
1546
+ k(E, {
1518
1547
  src: e.mediaLarge.src,
1519
1548
  localVideo: "",
1520
1549
  ariaLabel: e.mediaLarge.alt,
@@ -1535,7 +1564,7 @@ const Za = /* @__PURE__ */ h(Ha, [["__scopeId", "data-v-6dde0544"]]), Ra = { cla
1535
1564
  e.flipVertical ? "gallery__small--reverse" : "gallery__small--default"
1536
1565
  ])
1537
1566
  }, [
1538
- (l(!0), r(q, null, D(e.mediaSmall, (n) => (l(), r("div", Wa, [
1567
+ (l(!0), r(q, null, D(e.mediaSmall, (n) => (l(), r("div", Ka, [
1539
1568
  k(B, null, {
1540
1569
  default: $(() => [
1541
1570
  u(i.$slots, "image-small", T(j({
@@ -1548,7 +1577,7 @@ const Za = /* @__PURE__ */ h(Ha, [["__scopeId", "data-v-6dde0544"]]), Ra = { cla
1548
1577
  _: 2
1549
1578
  }, 1024)
1550
1579
  ]))), 256)),
1551
- e.mediaSmall.length < 2 ? (l(), r("div", Fa, [
1580
+ e.mediaSmall.length < 2 ? (l(), r("div", Qa, [
1552
1581
  t("p", null, s(e.body), 1)
1553
1582
  ])) : g("", !0)
1554
1583
  ], 6)
@@ -1556,7 +1585,7 @@ const Za = /* @__PURE__ */ h(Ha, [["__scopeId", "data-v-6dde0544"]]), Ra = { cla
1556
1585
  ], 2));
1557
1586
  }
1558
1587
  });
1559
- const Ja = /* @__PURE__ */ h(Ga, [["__scopeId", "data-v-047e5de9"]]), Ya = { class: "headline__wrapper" }, Ka = { class: "headline__h1" }, Qa = /* @__PURE__ */ m({
1588
+ const el = /* @__PURE__ */ h(Xa, [["__scopeId", "data-v-047e5de9"]]), tl = { class: "headline__wrapper" }, al = { class: "headline__h1" }, ll = /* @__PURE__ */ m({
1560
1589
  __name: "headline",
1561
1590
  props: {
1562
1591
  headline: {
@@ -1573,19 +1602,19 @@ const Ja = /* @__PURE__ */ h(Ga, [["__scopeId", "data-v-047e5de9"]]), Ya = { cla
1573
1602
  }
1574
1603
  },
1575
1604
  setup(e) {
1576
- return (i, a) => (l(), r("div", Ya, [
1605
+ return (i, a) => (l(), r("div", tl, [
1577
1606
  t("div", {
1578
1607
  class: c([
1579
1608
  e.article ? "headline__content--article" : "headline__content--default",
1580
1609
  e.subMenu ? "headline__content--submenu" : ""
1581
1610
  ])
1582
1611
  }, [
1583
- t("h1", Ka, s(e.headline), 1)
1612
+ t("h1", al, s(e.headline), 1)
1584
1613
  ], 2)
1585
1614
  ]));
1586
1615
  }
1587
1616
  });
1588
- const Xa = /* @__PURE__ */ h(Qa, [["__scopeId", "data-v-2676cf0a"]]), el = { class: "micro-stories__splide" }, tl = /* @__PURE__ */ m({
1617
+ const il = /* @__PURE__ */ h(ll, [["__scopeId", "data-v-2676cf0a"]]), rl = { class: "micro-stories__splide" }, nl = /* @__PURE__ */ m({
1589
1618
  __name: "micro-stories",
1590
1619
  props: {
1591
1620
  stories: {
@@ -1614,14 +1643,14 @@ const Xa = /* @__PURE__ */ h(Qa, [["__scopeId", "data-v-2676cf0a"]]), el = { cla
1614
1643
  e.bgColor == "white" ? "micro-stories__wrapper--white" : (e.bgColor == "blue", "micro-stories__wrapper--blue")
1615
1644
  ])
1616
1645
  }, [
1617
- t("div", el, [
1646
+ t("div", rl, [
1618
1647
  u(i.$slots, "micro-stories-slides")
1619
1648
  ]),
1620
1649
  u(i.$slots, "micro-stories-controls")
1621
1650
  ], 2));
1622
1651
  }
1623
1652
  });
1624
- const al = { class: "product-hero__wrapper" }, ll = { class: "product-hero__content" }, il = { class: "product-hero__headline" }, rl = { class: "product-hero__video" }, nl = /* @__PURE__ */ m({
1653
+ const sl = { class: "product-hero__wrapper" }, ol = { class: "product-hero__content" }, dl = { class: "product-hero__headline" }, cl = { class: "product-hero__video" }, ul = /* @__PURE__ */ m({
1625
1654
  __name: "product-hero",
1626
1655
  props: {
1627
1656
  headline: {
@@ -1646,13 +1675,13 @@ const al = { class: "product-hero__wrapper" }, ll = { class: "product-hero__cont
1646
1675
  }
1647
1676
  },
1648
1677
  setup(e) {
1649
- return (i, a) => (l(), r("div", al, [
1650
- t("div", ll, [
1651
- t("div", il, [
1678
+ return (i, a) => (l(), r("div", sl, [
1679
+ t("div", ol, [
1680
+ t("div", dl, [
1652
1681
  t("h1", null, s(e.headline), 1)
1653
1682
  ]),
1654
- t("div", rl, [
1655
- k(R, {
1683
+ t("div", cl, [
1684
+ k(E, {
1656
1685
  play: !0,
1657
1686
  localVideo: !0,
1658
1687
  src: e.videoSrc,
@@ -1668,7 +1697,7 @@ const al = { class: "product-hero__wrapper" }, ll = { class: "product-hero__cont
1668
1697
  ]));
1669
1698
  }
1670
1699
  });
1671
- const sl = /* @__PURE__ */ h(nl, [["__scopeId", "data-v-3ad48049"]]), ol = { class: "promo__content" }, dl = /* @__PURE__ */ m({
1700
+ const _l = /* @__PURE__ */ h(ul, [["__scopeId", "data-v-3ad48049"]]), ml = { class: "promo__content" }, hl = /* @__PURE__ */ m({
1672
1701
  __name: "promo",
1673
1702
  props: {
1674
1703
  label: {
@@ -1723,7 +1752,7 @@ const sl = /* @__PURE__ */ h(nl, [["__scopeId", "data-v-3ad48049"]]), ol = { cla
1723
1752
  e.teaser ? "promo__wrapper--teaser" : ""
1724
1753
  ])
1725
1754
  }, [
1726
- t("div", ol, [
1755
+ t("div", ml, [
1727
1756
  e.mediaType === "image" ? (l(), r("div", {
1728
1757
  key: 0,
1729
1758
  class: c([
@@ -1745,7 +1774,7 @@ const sl = /* @__PURE__ */ h(nl, [["__scopeId", "data-v-3ad48049"]]), ol = { cla
1745
1774
  e.reverse ? "promo__video--reverse" : "promo__video--default"
1746
1775
  ])
1747
1776
  }, [
1748
- k(R, {
1777
+ k(E, {
1749
1778
  src: e.src,
1750
1779
  localVideo: "",
1751
1780
  ariaLabel: e.alt,
@@ -1763,7 +1792,7 @@ const sl = /* @__PURE__ */ h(nl, [["__scopeId", "data-v-3ad48049"]]), ol = { cla
1763
1792
  e.reverse ? "promo__text--reverse" : "promo__text--default"
1764
1793
  ])
1765
1794
  }, [
1766
- e.label ? (l(), A(F, {
1795
+ e.label ? (l(), A(R, {
1767
1796
  key: 0,
1768
1797
  text: e.label,
1769
1798
  labelDark: e.variant === "dark"
@@ -1798,10 +1827,10 @@ const sl = /* @__PURE__ */ h(nl, [["__scopeId", "data-v-3ad48049"]]), ol = { cla
1798
1827
  ], 2));
1799
1828
  }
1800
1829
  });
1801
- const cl = /* @__PURE__ */ h(dl, [["__scopeId", "data-v-24c28200"]]), ul = (e) => (z("data-v-3cc55dbf"), e = e(), V(), e), _l = { class: "quote__wrapper" }, ml = { class: "quote__content" }, hl = /* @__PURE__ */ ul(() => /* @__PURE__ */ t("p", { class: "quote__quote-mark" }, "“", -1)), gl = { class: "quote__quote" }, vl = { class: "quote__quote-text" }, fl = { class: "quote__author" }, yl = {
1830
+ const gl = /* @__PURE__ */ h(hl, [["__scopeId", "data-v-0ca24d18"]]), vl = (e) => (z("data-v-3cc55dbf"), e = e(), V(), e), yl = { class: "quote__wrapper" }, fl = { class: "quote__content" }, bl = /* @__PURE__ */ vl(() => /* @__PURE__ */ t("p", { class: "quote__quote-mark" }, "“", -1)), pl = { class: "quote__quote" }, kl = { class: "quote__quote-text" }, $l = { class: "quote__author" }, wl = {
1802
1831
  key: 0,
1803
1832
  class: "quote__image"
1804
- }, bl = { class: "quote__text" }, pl = { class: "quote__author-name" }, kl = { class: "quote__author-title" }, $l = /* @__PURE__ */ m({
1833
+ }, xl = { class: "quote__text" }, Sl = { class: "quote__author-name" }, Il = { class: "quote__author-title" }, ql = /* @__PURE__ */ m({
1805
1834
  __name: "quote",
1806
1835
  props: {
1807
1836
  quote: {
@@ -1822,13 +1851,13 @@ const cl = /* @__PURE__ */ h(dl, [["__scopeId", "data-v-24c28200"]]), ul = (e) =
1822
1851
  }
1823
1852
  },
1824
1853
  setup(e) {
1825
- return (i, a) => (l(), r("div", _l, [
1826
- t("div", ml, [
1827
- hl,
1828
- t("div", gl, [
1829
- t("p", vl, s(e.quote), 1),
1830
- t("div", fl, [
1831
- e.authorImage ? (l(), r("div", yl, [
1854
+ return (i, a) => (l(), r("div", yl, [
1855
+ t("div", fl, [
1856
+ bl,
1857
+ t("div", pl, [
1858
+ t("p", kl, s(e.quote), 1),
1859
+ t("div", $l, [
1860
+ e.authorImage ? (l(), r("div", wl, [
1832
1861
  k(B, null, {
1833
1862
  default: $(() => [
1834
1863
  u(i.$slots, "author-image", T(j({
@@ -1840,9 +1869,9 @@ const cl = /* @__PURE__ */ h(dl, [["__scopeId", "data-v-24c28200"]]), ul = (e) =
1840
1869
  _: 3
1841
1870
  })
1842
1871
  ])) : g("", !0),
1843
- t("div", bl, [
1844
- t("p", pl, s(e.author), 1),
1845
- t("p", kl, s(e.authorTitle), 1)
1872
+ t("div", xl, [
1873
+ t("p", Sl, s(e.author), 1),
1874
+ t("p", Il, s(e.authorTitle), 1)
1846
1875
  ])
1847
1876
  ])
1848
1877
  ])
@@ -1850,13 +1879,13 @@ const cl = /* @__PURE__ */ h(dl, [["__scopeId", "data-v-24c28200"]]), ul = (e) =
1850
1879
  ]));
1851
1880
  }
1852
1881
  });
1853
- const wl = /* @__PURE__ */ h($l, [["__scopeId", "data-v-3cc55dbf"]]), Sl = { class: "rich-text__wrapper" }, xl = {
1882
+ const Ml = /* @__PURE__ */ h(ql, [["__scopeId", "data-v-3cc55dbf"]]), Dl = { class: "rich-text__wrapper" }, Bl = {
1854
1883
  key: 0,
1855
1884
  class: "rich-text__links"
1856
- }, Il = {
1885
+ }, Ll = {
1857
1886
  key: 0,
1858
1887
  class: "rich-text__bullet-list"
1859
- }, ql = /* @__PURE__ */ m({
1888
+ }, Al = /* @__PURE__ */ m({
1860
1889
  __name: "rich-text",
1861
1890
  props: {
1862
1891
  headline: {
@@ -1897,8 +1926,8 @@ const wl = /* @__PURE__ */ h($l, [["__scopeId", "data-v-3cc55dbf"]]), Sl = { cla
1897
1926
  e.bgColor === "blue" ? "rich-text--blue" : "rich-text--white"
1898
1927
  ])
1899
1928
  }, [
1900
- t("div", Sl, [
1901
- e.label ? (l(), A(F, {
1929
+ t("div", Dl, [
1930
+ e.label ? (l(), A(R, {
1902
1931
  key: 0,
1903
1932
  text: e.label,
1904
1933
  labelDark: !1
@@ -1923,11 +1952,11 @@ const wl = /* @__PURE__ */ h($l, [["__scopeId", "data-v-3cc55dbf"]]), Sl = { cla
1923
1952
  ])
1924
1953
  }, [
1925
1954
  u(i.$slots, "rich-text-content"),
1926
- e.links ? (l(), r("div", xl, [
1955
+ e.links ? (l(), r("div", Bl, [
1927
1956
  u(i.$slots, "rich-text-links")
1928
1957
  ])) : g("", !0)
1929
1958
  ], 2),
1930
- e.bulletList ? (l(), r("div", Il, [
1959
+ e.bulletList ? (l(), r("div", Ll, [
1931
1960
  u(i.$slots, "rich-text-bullet-list")
1932
1961
  ])) : g("", !0),
1933
1962
  e.image ? (l(), r("div", {
@@ -1949,10 +1978,10 @@ const wl = /* @__PURE__ */ h($l, [["__scopeId", "data-v-3cc55dbf"]]), Sl = { cla
1949
1978
  ], 2));
1950
1979
  }
1951
1980
  });
1952
- const Ml = /* @__PURE__ */ h(ql, [["__scopeId", "data-v-a94d5dd4"]]), Dl = { class: "triple-card-display__wrapper" }, Bl = {
1981
+ const Cl = /* @__PURE__ */ h(Al, [["__scopeId", "data-v-a94d5dd4"]]), Tl = { class: "triple-card-display__wrapper" }, jl = {
1953
1982
  key: 0,
1954
1983
  class: "triple-card__content"
1955
- }, Ll = { key: 0 }, Al = { key: 1 }, Cl = { class: "triple-card__cards" }, Tl = /* @__PURE__ */ m({
1984
+ }, Nl = { key: 0 }, zl = { key: 1 }, Vl = { class: "triple-card__cards" }, Ol = /* @__PURE__ */ m({
1956
1985
  __name: "triple-card-display",
1957
1986
  props: {
1958
1987
  headline: {
@@ -1975,25 +2004,25 @@ const Ml = /* @__PURE__ */ h(ql, [["__scopeId", "data-v-a94d5dd4"]]), Dl = { cla
1975
2004
  e.bgColor === "blue" ? "triple-card-display--blue" : "triple-card-display--white"
1976
2005
  ])
1977
2006
  }, [
1978
- t("div", Dl, [
1979
- e.headline || e.paragraph ? (l(), r("div", Bl, [
1980
- e.headline ? (l(), r("h2", Ll, s(e.headline), 1)) : g("", !0),
1981
- e.paragraph ? (l(), r("p", Al, s(e.paragraph), 1)) : g("", !0)
2007
+ t("div", Tl, [
2008
+ e.headline || e.paragraph ? (l(), r("div", jl, [
2009
+ e.headline ? (l(), r("h2", Nl, s(e.headline), 1)) : g("", !0),
2010
+ e.paragraph ? (l(), r("p", zl, s(e.paragraph), 1)) : g("", !0)
1982
2011
  ])) : g("", !0),
1983
- t("div", Cl, [
2012
+ t("div", Vl, [
1984
2013
  u(i.$slots, "triple-card-display-cards", {}, void 0, !0)
1985
2014
  ])
1986
2015
  ])
1987
2016
  ], 2));
1988
2017
  }
1989
2018
  });
1990
- const jl = /* @__PURE__ */ h(Tl, [["__scopeId", "data-v-f0ce4135"]]), Nl = { class: "vimeo" }, zl = {
2019
+ const Pl = /* @__PURE__ */ h(Ol, [["__scopeId", "data-v-f0ce4135"]]), Hl = { class: "vimeo" }, Zl = {
1991
2020
  key: 0,
1992
2021
  class: "vimeo__headline"
1993
- }, Vl = {
2022
+ }, Rl = {
1994
2023
  key: 1,
1995
2024
  class: "vimeo__description"
1996
- }, Ol = /* @__PURE__ */ m({
2025
+ }, El = /* @__PURE__ */ m({
1997
2026
  __name: "vimeo",
1998
2027
  props: {
1999
2028
  headline: {
@@ -2004,18 +2033,18 @@ const jl = /* @__PURE__ */ h(Tl, [["__scopeId", "data-v-f0ce4135"]]), Nl = { cla
2004
2033
  }
2005
2034
  },
2006
2035
  setup(e) {
2007
- return (i, a) => (l(), r("div", Nl, [
2036
+ return (i, a) => (l(), r("div", Hl, [
2008
2037
  t("div", {
2009
2038
  class: c(["vimeo__wrapper", e.headline ? "vimeo__wrapper--headline" : ""])
2010
2039
  }, [
2011
- e.headline ? (l(), r("h2", zl, s(e.headline), 1)) : g("", !0),
2040
+ e.headline ? (l(), r("h2", Zl, s(e.headline), 1)) : g("", !0),
2012
2041
  u(i.$slots, "vimeo-content", {}, void 0, !0),
2013
- e.description ? (l(), r("p", Vl, s(e.description), 1)) : g("", !0)
2042
+ e.description ? (l(), r("p", Rl, s(e.description), 1)) : g("", !0)
2014
2043
  ], 2)
2015
2044
  ]));
2016
2045
  }
2017
2046
  });
2018
- const Pl = /* @__PURE__ */ h(Ol, [["__scopeId", "data-v-a6c209f4"]]), Hl = { class: "not-found__wrapper" }, Zl = { class: "not-found__content" }, Rl = { class: "not-found__headline" }, El = { class: "not-found__body" }, Ul = /* @__PURE__ */ m({
2047
+ const Ul = /* @__PURE__ */ h(El, [["__scopeId", "data-v-a6c209f4"]]), Wl = { class: "not-found__wrapper" }, Fl = { class: "not-found__content" }, Gl = { class: "not-found__headline" }, Jl = { class: "not-found__body" }, Yl = /* @__PURE__ */ m({
2019
2048
  __name: "404",
2020
2049
  props: {
2021
2050
  headline: {
@@ -2024,17 +2053,17 @@ const Pl = /* @__PURE__ */ h(Ol, [["__scopeId", "data-v-a6c209f4"]]), Hl = { cla
2024
2053
  }
2025
2054
  },
2026
2055
  setup(e) {
2027
- return (i, a) => (l(), r("div", Hl, [
2028
- t("div", Zl, [
2029
- t("h1", Rl, s(e.headline), 1),
2030
- t("div", El, [
2056
+ return (i, a) => (l(), r("div", Wl, [
2057
+ t("div", Fl, [
2058
+ t("h1", Gl, s(e.headline), 1),
2059
+ t("div", Jl, [
2031
2060
  u(i.$slots, "not-found-body", {}, void 0, !0)
2032
2061
  ])
2033
2062
  ])
2034
2063
  ]));
2035
2064
  }
2036
2065
  });
2037
- const Wl = /* @__PURE__ */ h(Ul, [["__scopeId", "data-v-c2038fe4"]]), Fl = { class: "filter__wrapper" }, Gl = { class: "filter__content" }, Jl = { class: "filter__dropdowns" }, Yl = { class: "filter__chips" }, Kl = /* @__PURE__ */ m({
2066
+ const Kl = /* @__PURE__ */ h(Yl, [["__scopeId", "data-v-c2038fe4"]]), Ql = { class: "filter__wrapper" }, Xl = { class: "filter__content" }, ei = { class: "filter__dropdowns" }, ti = { class: "filter__chips" }, ai = /* @__PURE__ */ m({
2038
2067
  __name: "filter",
2039
2068
  props: {
2040
2069
  hasChips: {
@@ -2044,12 +2073,12 @@ const Wl = /* @__PURE__ */ h(Ul, [["__scopeId", "data-v-c2038fe4"]]), Fl = { cla
2044
2073
  },
2045
2074
  emits: ["clearFilters"],
2046
2075
  setup(e) {
2047
- return (i, a) => (l(), r("div", Fl, [
2048
- t("div", Gl, [
2049
- t("div", Jl, [
2076
+ return (i, a) => (l(), r("div", Ql, [
2077
+ t("div", Xl, [
2078
+ t("div", ei, [
2050
2079
  u(i.$slots, "filter-dropdowns", {}, void 0, !0)
2051
2080
  ]),
2052
- t("div", Yl, [
2081
+ t("div", ti, [
2053
2082
  u(i.$slots, "filter-chips", {}, void 0, !0),
2054
2083
  e.hasChips ? (l(), r("button", {
2055
2084
  key: 0,
@@ -2061,12 +2090,12 @@ const Wl = /* @__PURE__ */ h(Ul, [["__scopeId", "data-v-c2038fe4"]]), Fl = { cla
2061
2090
  ]));
2062
2091
  }
2063
2092
  });
2064
- const Ql = /* @__PURE__ */ h(Kl, [["__scopeId", "data-v-cf46dae2"]]), O = (e) => (z("data-v-6d9c55d4"), e = e(), V(), e), Xl = { class: "footer__wrapper" }, ei = { class: "footer__content" }, ti = { class: "footer__sections" }, ai = { class: "section" }, li = { class: "section__title" }, ii = { class: "section__list" }, ri = { class: "section" }, ni = /* @__PURE__ */ O(() => /* @__PURE__ */ t("span", { class: "section__title" }, "Mobile Industrial Robots A/S", -1)), si = /* @__PURE__ */ O(() => /* @__PURE__ */ t("span", null, "Emil Neckelmanns Vej 15F", -1)), oi = /* @__PURE__ */ O(() => /* @__PURE__ */ t("span", null, "DK-5220 Odense SØ", -1)), di = /* @__PURE__ */ O(() => /* @__PURE__ */ t("br", null, null, -1)), ci = /* @__PURE__ */ O(() => /* @__PURE__ */ t("a", { href: "mailto:mail@mir-robots.com" }, "mail@mir-robots.com", -1)), ui = /* @__PURE__ */ O(() => /* @__PURE__ */ t("a", { href: "tel:+4520377577" }, "+45 20 377 577", -1)), _i = { class: "footer__bottom" }, mi = { class: "footer__copyright-policy" }, hi = { class: "copyright" }, gi = /* @__PURE__ */ O(() => /* @__PURE__ */ t("span", null, [
2093
+ const li = /* @__PURE__ */ h(ai, [["__scopeId", "data-v-cf46dae2"]]), O = (e) => (z("data-v-6d9c55d4"), e = e(), V(), e), ii = { class: "footer__wrapper" }, ri = { class: "footer__content" }, ni = { class: "footer__sections" }, si = { class: "section" }, oi = { class: "section__title" }, di = { class: "section__list" }, ci = { class: "section" }, ui = /* @__PURE__ */ O(() => /* @__PURE__ */ t("span", { class: "section__title" }, "Mobile Industrial Robots A/S", -1)), _i = /* @__PURE__ */ O(() => /* @__PURE__ */ t("span", null, "Emil Neckelmanns Vej 15F", -1)), mi = /* @__PURE__ */ O(() => /* @__PURE__ */ t("span", null, "DK-5220 Odense SØ", -1)), hi = /* @__PURE__ */ O(() => /* @__PURE__ */ t("br", null, null, -1)), gi = /* @__PURE__ */ O(() => /* @__PURE__ */ t("a", { href: "mailto:mail@mir-robots.com" }, "mail@mir-robots.com", -1)), vi = /* @__PURE__ */ O(() => /* @__PURE__ */ t("a", { href: "tel:+4520377577" }, "+45 20 377 577", -1)), yi = { class: "footer__bottom" }, fi = { class: "footer__copyright-policy" }, bi = { class: "copyright" }, pi = /* @__PURE__ */ O(() => /* @__PURE__ */ t("span", null, [
2065
2094
  /* @__PURE__ */ t("i", { class: "change-region" }),
2066
2095
  /* @__PURE__ */ H("Change region")
2067
- ], -1)), vi = [
2068
- gi
2069
- ], fi = { class: "footer__social" }, yi = ["href", "aria-label"], bi = /* @__PURE__ */ m({
2096
+ ], -1)), ki = [
2097
+ pi
2098
+ ], $i = { class: "footer__social" }, wi = ["href", "aria-label"], xi = /* @__PURE__ */ m({
2070
2099
  __name: "footer",
2071
2100
  props: {
2072
2101
  footerSections: {
@@ -2096,32 +2125,32 @@ const Ql = /* @__PURE__ */ h(Kl, [["__scopeId", "data-v-cf46dae2"]]), O = (e) =>
2096
2125
  },
2097
2126
  emits: ["changeRegionClicked"],
2098
2127
  setup(e) {
2099
- return (i, a) => (l(), r("div", Xl, [
2100
- t("footer", ei, [
2101
- t("div", ti, [
2102
- (l(!0), r(q, null, D(e.footerSections, (n) => (l(), r("div", ai, [
2103
- t("span", li, s(n.title), 1),
2128
+ return (i, a) => (l(), r("div", ii, [
2129
+ t("footer", ri, [
2130
+ t("div", ni, [
2131
+ (l(!0), r(q, null, D(e.footerSections, (n) => (l(), r("div", si, [
2132
+ t("span", oi, s(n.title), 1),
2104
2133
  t("nav", null, [
2105
- t("ul", ii, [
2134
+ t("ul", di, [
2106
2135
  u(i.$slots, "section-links", {
2107
2136
  links: n.links
2108
2137
  })
2109
2138
  ])
2110
2139
  ])
2111
2140
  ]))), 256)),
2112
- t("div", ri, [
2113
- ni,
2141
+ t("div", ci, [
2142
+ ui,
2114
2143
  t("address", null, [
2115
- si,
2116
- oi,
2117
- di,
2144
+ _i,
2145
+ mi,
2146
+ hi,
2118
2147
  k(C, {
2119
2148
  class: "footer__contact",
2120
2149
  linkType: "regular-light",
2121
2150
  underline: "false"
2122
2151
  }, {
2123
2152
  default: $(() => [
2124
- ci
2153
+ gi
2125
2154
  ]),
2126
2155
  _: 1
2127
2156
  }),
@@ -2131,24 +2160,24 @@ const Ql = /* @__PURE__ */ h(Kl, [["__scopeId", "data-v-cf46dae2"]]), O = (e) =>
2131
2160
  underline: "false"
2132
2161
  }, {
2133
2162
  default: $(() => [
2134
- ui
2163
+ vi
2135
2164
  ]),
2136
2165
  _: 1
2137
2166
  })
2138
2167
  ])
2139
2168
  ])
2140
2169
  ]),
2141
- t("div", _i, [
2142
- t("div", mi, [
2143
- t("p", hi, "© MiR " + s((/* @__PURE__ */ new Date()).getFullYear()), 1),
2170
+ t("div", yi, [
2171
+ t("div", fi, [
2172
+ t("p", bi, "© MiR " + s((/* @__PURE__ */ new Date()).getFullYear()), 1),
2144
2173
  t("button", {
2145
2174
  class: "footer__language-switcher",
2146
2175
  onClick: a[0] || (a[0] = (n) => i.$emit("changeRegionClicked"))
2147
- }, vi),
2176
+ }, ki),
2148
2177
  u(i.$slots, "footer-privacy-link"),
2149
2178
  u(i.$slots, "footer-cookie-link")
2150
2179
  ]),
2151
- t("div", fi, [
2180
+ t("div", $i, [
2152
2181
  (l(!0), r(q, null, D(e.socialMedia, (n) => (l(), A(C, {
2153
2182
  underline: "false",
2154
2183
  linkType: "regular"
@@ -2165,7 +2194,7 @@ const Ql = /* @__PURE__ */ h(Kl, [["__scopeId", "data-v-cf46dae2"]]), O = (e) =>
2165
2194
  n.title === "linkedin" ? "bg-linkedin" : n.title === "facebook" ? "bg-facebook" : n.title === "instagram" ? "bg-instagram" : n.title === "twitter" ? "bg-twitter" : n.title === "youtube" ? "bg-youtube" : ""
2166
2195
  ]])
2167
2196
  }, null, 2)
2168
- ], 8, yi)
2197
+ ], 8, wi)
2169
2198
  ]),
2170
2199
  _: 2
2171
2200
  }, 1024))), 256))
@@ -2175,19 +2204,19 @@ const Ql = /* @__PURE__ */ h(Kl, [["__scopeId", "data-v-cf46dae2"]]), O = (e) =>
2175
2204
  ]));
2176
2205
  }
2177
2206
  });
2178
- const pi = /* @__PURE__ */ h(bi, [["__scopeId", "data-v-6d9c55d4"]]), de = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOSA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNy44MjUxOSAwLjYxMzI4MUM3LjU2MjY5IDAuNjEzMjgxIDcuMzg3NjkgMC43MDA3ODIgNy4yMTI2OSAwLjg3NTc4Mkw0LjU4NzY5IDMuNTAwNzhMMS45NjI2OSAwLjg3NTc4MkMxLjYxMjY5IDAuNTI1NzgyIDEuMDAwMTkgMC41MjU3ODIgMC42NTAxOTUgMC44NzU3ODJDMC4zMDAxOTUgMS4yMjU3OCAwLjMwMDE5NSAxLjgzODI4IDAuNjUwMTk1IDIuMTg4MjhMMy45NzUxOSA1LjUxMzI4QzQuMzI1MTkgNS44NjMyOCA0LjkzNzY5IDUuODYzMjggNS4yODc2OSA1LjUxMzI4TDguNjEyNjkgMi4xODgyOEM4Ljk2MjY4IDEuODM4MjggOC45NjI2OCAxLjIyNTc4IDguNjEyNjkgMC44NzU3ODJDOC4yNjI2OSAwLjcwMDc4MiA4LjAwMDE5IDAuNjEzMjgxIDcuODI1MTkgMC42MTMyODFaIiBmaWxsPSIjMEMwOTMxIi8+Cjwvc3ZnPgo=", ee = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMiIgdmlld0JveD0iMCAwIDIzIDIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFIMjIiIHN0cm9rZT0iIzBDMDkzMSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==", te = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMyIgdmlld0JveD0iMCAwIDIzIDMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjA3MDMxIDEuMjI2NTZMMjEuMDcwMyAxLjIyNjU2IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K", ae = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI3LjUiIHN0cm9rZT0iIzBDMDkzMSIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxwYXRoIGQ9Ik0xNCAxNEwyMCAyMCIgc3Ryb2tlPSIjMEMwOTMxIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K", le = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI3LjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIvPgo8cGF0aCBkPSJNMTQgMTRMMjAgMjAiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=", ki = { class: "header__wrapper" }, $i = { class: "nav-wrapper" }, wi = { class: "mir-link-logo" }, Si = { class: "main-nav-items" }, xi = {
2207
+ const Si = /* @__PURE__ */ h(xi, [["__scopeId", "data-v-6d9c55d4"]]), de = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOSA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNy44MjUxOSAwLjYxMzI4MUM3LjU2MjY5IDAuNjEzMjgxIDcuMzg3NjkgMC43MDA3ODIgNy4yMTI2OSAwLjg3NTc4Mkw0LjU4NzY5IDMuNTAwNzhMMS45NjI2OSAwLjg3NTc4MkMxLjYxMjY5IDAuNTI1NzgyIDEuMDAwMTkgMC41MjU3ODIgMC42NTAxOTUgMC44NzU3ODJDMC4zMDAxOTUgMS4yMjU3OCAwLjMwMDE5NSAxLjgzODI4IDAuNjUwMTk1IDIuMTg4MjhMMy45NzUxOSA1LjUxMzI4QzQuMzI1MTkgNS44NjMyOCA0LjkzNzY5IDUuODYzMjggNS4yODc2OSA1LjUxMzI4TDguNjEyNjkgMi4xODgyOEM4Ljk2MjY4IDEuODM4MjggOC45NjI2OCAxLjIyNTc4IDguNjEyNjkgMC44NzU3ODJDOC4yNjI2OSAwLjcwMDc4MiA4LjAwMDE5IDAuNjEzMjgxIDcuODI1MTkgMC42MTMyODFaIiBmaWxsPSIjMEMwOTMxIi8+Cjwvc3ZnPgo=", ee = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMiIgdmlld0JveD0iMCAwIDIzIDIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFIMjIiIHN0cm9rZT0iIzBDMDkzMSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==", te = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMyIgdmlld0JveD0iMCAwIDIzIDMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjA3MDMxIDEuMjI2NTZMMjEuMDcwMyAxLjIyNjU2IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K", ae = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI3LjUiIHN0cm9rZT0iIzBDMDkzMSIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxwYXRoIGQ9Ik0xNCAxNEwyMCAyMCIgc3Ryb2tlPSIjMEMwOTMxIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K", le = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI3LjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIvPgo8cGF0aCBkPSJNMTQgMTRMMjAgMjAiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=", Ii = { class: "header__wrapper" }, qi = { class: "nav-wrapper" }, Mi = { class: "mir-link-logo" }, Di = { class: "main-nav-items" }, Bi = {
2179
2208
  id: "menu-dropdown",
2180
2209
  ref: "dropdownDiv"
2181
- }, Ii = {
2210
+ }, Li = {
2182
2211
  key: 0,
2183
2212
  src: de,
2184
2213
  alt: "dropdownarrow"
2185
- }, qi = {
2214
+ }, Ai = {
2186
2215
  key: 1,
2187
2216
  src: de,
2188
2217
  alt: "dropdownarrow",
2189
2218
  style: { transform: "rotate(180deg)" }
2190
- }, Mi = { class: "dropdown-content" }, Di = { class: "nav-search-wrapper" }, Bi = ["src"], Li = { class: "mobile-logo-search-burger-wrapper" }, Ai = { class: "mobile-mir-link-logo" }, Ci = { class: "mobile-search-wrapper" }, Ti = ["src"], ji = ["onClick"], Ni = ["src"], zi = ["src"], Vi = { class: "mobile-menu-content-wrapper" }, Oi = { class: "mobile-dropdown-content" }, Pi = /* @__PURE__ */ m({
2219
+ }, Ci = { class: "dropdown-content" }, Ti = { class: "nav-search-wrapper" }, ji = ["src"], Ni = { class: "mobile-logo-search-burger-wrapper" }, zi = { class: "mobile-mir-link-logo" }, Vi = { class: "mobile-search-wrapper" }, Oi = ["src"], Pi = ["onClick"], Hi = ["src"], Zi = ["src"], Ri = { class: "mobile-menu-content-wrapper" }, Ei = { class: "mobile-dropdown-content" }, Ui = /* @__PURE__ */ m({
2191
2220
  __name: "header",
2192
2221
  props: {
2193
2222
  burgerState: {
@@ -2202,72 +2231,72 @@ const pi = /* @__PURE__ */ h(bi, [["__scopeId", "data-v-6d9c55d4"]]), de = "data
2202
2231
  emits: ["update:burgerState", "update:showDropDown"],
2203
2232
  setup(e, { emit: i }) {
2204
2233
  const a = e;
2205
- S("");
2206
- let n = null, o = S(a.burgerState), _ = S(a.showDropDown);
2234
+ x("");
2235
+ let n = null, o = x(a.burgerState), _ = x(a.showDropDown);
2207
2236
  X(
2208
2237
  () => a.burgerState,
2209
- (f) => o.value = f
2238
+ (y) => o.value = y
2210
2239
  ), X(
2211
2240
  () => a.showDropDown,
2212
- (f) => _.value = f
2241
+ (y) => _.value = y
2213
2242
  ), we(() => {
2214
- n = (f) => {
2215
- f.target.closest("#menu-dropdown") || (_.value = !1);
2243
+ n = (y) => {
2244
+ y.target.closest("#menu-dropdown") || (_.value = !1);
2216
2245
  }, window.addEventListener("click", n);
2217
- }), Se(() => {
2246
+ }), xe(() => {
2218
2247
  n !== null && window.removeEventListener("click", n);
2219
2248
  });
2220
- function x() {
2249
+ function S() {
2221
2250
  _.value = !_.value, i("update:showDropDown", _.value);
2222
2251
  }
2223
2252
  function I() {
2224
2253
  o.value = !o.value, i("update:burgerState", o.value);
2225
2254
  }
2226
- return (f, b) => (l(), r("div", ki, [
2255
+ return (y, b) => (l(), r("div", Ii, [
2227
2256
  t("nav", null, [
2228
- t("div", $i, [
2229
- t("div", wi, [
2230
- u(f.$slots, "link-logo", {}, void 0, !0)
2257
+ t("div", qi, [
2258
+ t("div", Mi, [
2259
+ u(y.$slots, "link-logo", {}, void 0, !0)
2231
2260
  ]),
2232
- t("ul", Si, [
2233
- u(f.$slots, "main-nav-items", {}, void 0, !0)
2261
+ t("ul", Di, [
2262
+ u(y.$slots, "main-nav-items", {}, void 0, !0)
2234
2263
  ]),
2235
- t("div", xi, [
2264
+ t("div", Bi, [
2236
2265
  t("button", {
2237
- onClick: x,
2266
+ onClick: S,
2238
2267
  class: "nav-dropdown-btn"
2239
2268
  }, [
2240
- u(f.$slots, "dropdown-title", {}, void 0, !0),
2241
- p(_) == !1 ? (l(), r("img", Ii)) : (l(), r("img", qi))
2269
+ u(y.$slots, "dropdown-title", {}, void 0, !0),
2270
+ p(_) == !1 ? (l(), r("img", Li)) : (l(), r("img", Ai))
2242
2271
  ]),
2243
- U(t("div", Mi, [
2244
- u(f.$slots, "dropdown-links", {}, void 0, !0)
2272
+ W(t("div", Ci, [
2273
+ u(y.$slots, "dropdown-links", {}, void 0, !0)
2245
2274
  ], 512), [
2246
2275
  [G, p(_)]
2247
2276
  ])
2248
2277
  ], 512),
2249
- t("div", Di, [
2278
+ t("div", Ti, [
2250
2279
  t("button", null, [
2251
2280
  t("img", {
2252
2281
  src: p(o) == !0 ? p(le) : p(ae),
2253
2282
  alt: "search icon"
2254
- }, null, 8, Bi)
2283
+ }, null, 8, ji)
2255
2284
  ])
2256
2285
  ])
2257
2286
  ]),
2258
2287
  t("div", {
2259
2288
  class: c(["mobile-nav-wrapper", p(o) == !0 ? "mirsaic-mobile-bg" : ""])
2260
2289
  }, [
2261
- t("div", Li, [
2262
- t("div", Ai, [
2263
- u(f.$slots, "link-logo", {}, void 0, !0)
2290
+ t("div", Ni, [
2291
+ t("div", zi, [
2292
+ u(y.$slots, "link-logo", {}, void 0, !0)
2264
2293
  ]),
2265
- t("div", Ci, [
2294
+ t("div", Vi, [
2266
2295
  t("button", null, [
2267
2296
  t("img", {
2268
2297
  src: p(o) == !0 ? p(le) : p(ae),
2269
2298
  alt: "search icon"
2270
- }, null, 8, Ti)
2299
+ }, null, 8, Oi)
2271
2300
  ])
2272
2301
  ]),
2273
2302
  t("button", {
@@ -2277,20 +2306,20 @@ const pi = /* @__PURE__ */ h(bi, [["__scopeId", "data-v-6d9c55d4"]]), de = "data
2277
2306
  t("img", {
2278
2307
  class: c(["burger-line", p(o) == !0 ? "burger-top-line-open" : ""]),
2279
2308
  src: p(o) == !0 ? p(te) : p(ee)
2280
- }, null, 10, Ni),
2309
+ }, null, 10, Hi),
2281
2310
  t("img", {
2282
2311
  class: c(["burger-line", p(o) == !0 ? "burger-bottom-line-open" : ""]),
2283
2312
  src: p(o) == !0 ? p(te) : p(ee)
2284
- }, null, 10, zi)
2285
- ], 8, ji)
2313
+ }, null, 10, Zi)
2314
+ ], 8, Pi)
2286
2315
  ]),
2287
- U(t("div", Vi, [
2316
+ W(t("div", Ri, [
2288
2317
  t("ul", null, [
2289
- u(f.$slots, "mobile-main-nav-items", {}, void 0, !0)
2318
+ u(y.$slots, "mobile-main-nav-items", {}, void 0, !0)
2290
2319
  ]),
2291
- t("ul", Oi, [
2292
- u(f.$slots, "mobile-dropdown-title", {}, void 0, !0),
2293
- u(f.$slots, "mobile-dropdown-links", {}, void 0, !0)
2320
+ t("ul", Ei, [
2321
+ u(y.$slots, "mobile-dropdown-title", {}, void 0, !0),
2322
+ u(y.$slots, "mobile-dropdown-links", {}, void 0, !0)
2294
2323
  ])
2295
2324
  ], 512), [
2296
2325
  [G, p(o)]
@@ -2300,7 +2329,7 @@ const pi = /* @__PURE__ */ h(bi, [["__scopeId", "data-v-6d9c55d4"]]), de = "data
2300
2329
  ]));
2301
2330
  }
2302
2331
  });
2303
- const Hi = /* @__PURE__ */ h(Pi, [["__scopeId", "data-v-8ff68823"]]), Zi = { class: "language__wrapper" }, Ri = { class: "language__content" }, Ei = { class: "language__headline" }, Ui = { class: "language__paragraph" }, Wi = /* @__PURE__ */ m({
2332
+ const Wi = /* @__PURE__ */ h(Ui, [["__scopeId", "data-v-8ff68823"]]), Fi = { class: "language__wrapper" }, Gi = { class: "language__content" }, Ji = { class: "language__headline" }, Yi = { class: "language__paragraph" }, Ki = /* @__PURE__ */ m({
2304
2333
  __name: "language-switcher",
2305
2334
  props: {
2306
2335
  headline: {
@@ -2311,16 +2340,16 @@ const Hi = /* @__PURE__ */ h(Pi, [["__scopeId", "data-v-8ff68823"]]), Zi = { cla
2311
2340
  }
2312
2341
  },
2313
2342
  setup(e) {
2314
- return (i, a) => (l(), r("div", Zi, [
2315
- t("div", Ri, [
2316
- t("h2", Ei, s(e.headline), 1),
2317
- t("p", Ui, s(e.paragraph), 1),
2343
+ return (i, a) => (l(), r("div", Fi, [
2344
+ t("div", Gi, [
2345
+ t("h2", Ji, s(e.headline), 1),
2346
+ t("p", Yi, s(e.paragraph), 1),
2318
2347
  u(i.$slots, "language-links", {}, void 0, !0)
2319
2348
  ])
2320
2349
  ]));
2321
2350
  }
2322
2351
  });
2323
- const Fi = /* @__PURE__ */ h(Wi, [["__scopeId", "data-v-9d085a10"]]), Gi = { class: "pagination__wrapper" }, Ji = { class: "pagination__content" }, Yi = /* @__PURE__ */ m({
2352
+ const Qi = /* @__PURE__ */ h(Ki, [["__scopeId", "data-v-9d085a10"]]), Xi = { class: "pagination__wrapper" }, er = { class: "pagination__content" }, tr = /* @__PURE__ */ m({
2324
2353
  __name: "pagination",
2325
2354
  props: {
2326
2355
  isPreviousDisabled: {
@@ -2334,16 +2363,16 @@ const Fi = /* @__PURE__ */ h(Wi, [["__scopeId", "data-v-9d085a10"]]), Gi = { cla
2334
2363
  },
2335
2364
  emits: ["previous", "next"],
2336
2365
  setup(e) {
2337
- return (i, a) => (l(), r("div", Gi, [
2338
- t("div", Ji, [
2339
- k(W, {
2366
+ return (i, a) => (l(), r("div", Xi, [
2367
+ t("div", er, [
2368
+ k(F, {
2340
2369
  onClick: a[0] || (a[0] = (n) => i.$emit("previous")),
2341
2370
  disabled: e.isPreviousDisabled,
2342
2371
  variant: "previous",
2343
2372
  ariaLabel: "previous"
2344
2373
  }, null, 8, ["disabled"]),
2345
2374
  u(i.$slots, "pagination-numbers"),
2346
- k(W, {
2375
+ k(F, {
2347
2376
  onClick: a[1] || (a[1] = (n) => i.$emit("next")),
2348
2377
  disabled: e.isNextDisabled,
2349
2378
  variant: "next",
@@ -2353,47 +2382,48 @@ const Fi = /* @__PURE__ */ h(Wi, [["__scopeId", "data-v-9d085a10"]]), Gi = { cla
2353
2382
  ]));
2354
2383
  }
2355
2384
  });
2356
- const Ki = /* @__PURE__ */ h(Yi, [["__scopeId", "data-v-c9ac7abf"]]), Xi = {
2385
+ const ar = /* @__PURE__ */ h(tr, [["__scopeId", "data-v-aef0eda7"]]), ir = {
2357
2386
  install: (e) => {
2358
- e.component("AtomButton", W), e.component("AtomCheckbox", Ae), e.component("AtomChip", Ve), e.component("AtomDropdown", We), e.component("AtomImage", B), e.component("AtomLabel", F), e.component("AtomLink", C), e.component("AtomRadioButton", it), e.component("AtomSelect", ct), e.component("AtomSlider", pt), e.component("AtomTextarea", Mt), e.component("AtomTextField", Ot), e.component("AtomVideo", R), e.component("MoleculeAddress", ea), e.component("MoleculeBulletList", ra), e.component("MoleculeCard", da), e.component("MoleculeEventCard", fa), e.component("MoleculeModal", oe), e.component("BlockFacts", qa), e.component("BlockFeatures", Na), e.component("BlockHeadline", Xa), e.component("BlockImage", Za), e.component("BlockImageGallery", Ja), e.component("BlockMicroStories", tl), e.component("BlockProductHero", sl), e.component("BlockPromo", cl), e.component("BlockQuote", wl), e.component("BlockRichText", Ml), e.component("BlockTripleCardDisplay", jl), e.component("BlockVimeo", Pl), e.component("Organism404", Wl), e.component("OrganismFilter", Ql), e.component("OrganismFooter", pi), e.component("OrganismHeader", Hi), e.component("OrganismLanguageSwitcher", Fi), e.component("OrganismPagination", Ki);
2387
+ e.component("AtomButton", F), e.component("AtomCheckbox", Ae), e.component("AtomChip", Ve), e.component("AtomDropdown", We), e.component("AtomImage", B), e.component("AtomLabel", R), e.component("AtomLink", C), e.component("AtomRadioButton", it), e.component("AtomSelect", ct), e.component("AtomSlider", pt), e.component("AtomTextarea", Mt), e.component("AtomTextField", Ot), e.component("AtomVideo", E), e.component("MoleculeAddress", ea), e.component("MoleculeBulletList", ra), e.component("MoleculeCard", da), e.component("MoleculeEventCard", ya), e.component("MoleculeModal", oe), e.component("MoleculeTextCard", $a), e.component("BlockFacts", Aa), e.component("BlockFeatures", Ha), e.component("BlockHeadline", il), e.component("BlockImage", Fa), e.component("BlockImageGallery", el), e.component("BlockMicroStories", nl), e.component("BlockProductHero", _l), e.component("BlockPromo", gl), e.component("BlockQuote", Ml), e.component("BlockRichText", Cl), e.component("BlockTripleCardDisplay", Pl), e.component("BlockVimeo", Ul), e.component("Organism404", Kl), e.component("OrganismFilter", li), e.component("OrganismFooter", Si), e.component("OrganismHeader", Wi), e.component("OrganismLanguageSwitcher", Qi), e.component("OrganismPagination", ar);
2359
2388
  }
2360
2389
  };
2361
2390
  export {
2362
- W as AtomButton,
2391
+ F as AtomButton,
2363
2392
  Ae as AtomCheckbox,
2364
2393
  Ve as AtomChip,
2365
2394
  We as AtomDropdown,
2366
2395
  B as AtomImage,
2367
- F as AtomLabel,
2396
+ R as AtomLabel,
2368
2397
  C as AtomLink,
2369
2398
  it as AtomRadioButton,
2370
2399
  ct as AtomSelect,
2371
2400
  pt as AtomSlider,
2372
2401
  Ot as AtomTextField,
2373
2402
  Mt as AtomTextarea,
2374
- R as AtomVideo,
2375
- qa as BlockFacts,
2376
- Na as BlockFeatures,
2377
- Xa as BlockHeadline,
2378
- Za as BlockImage,
2379
- Ja as BlockImageGallery,
2380
- tl as BlockMicroStories,
2381
- sl as BlockProductHero,
2382
- cl as BlockPromo,
2383
- wl as BlockQuote,
2384
- Ml as BlockRichText,
2385
- jl as BlockTripleCardDisplay,
2386
- Pl as BlockVimeo,
2403
+ E as AtomVideo,
2404
+ Aa as BlockFacts,
2405
+ Ha as BlockFeatures,
2406
+ il as BlockHeadline,
2407
+ Fa as BlockImage,
2408
+ el as BlockImageGallery,
2409
+ nl as BlockMicroStories,
2410
+ _l as BlockProductHero,
2411
+ gl as BlockPromo,
2412
+ Ml as BlockQuote,
2413
+ Cl as BlockRichText,
2414
+ Pl as BlockTripleCardDisplay,
2415
+ Ul as BlockVimeo,
2387
2416
  ea as MoleculeAddress,
2388
2417
  ra as MoleculeBulletList,
2389
2418
  da as MoleculeCard,
2390
- fa as MoleculeEventCard,
2419
+ ya as MoleculeEventCard,
2391
2420
  oe as MoleculeModal,
2392
- Wl as Organism404,
2393
- Ql as OrganismFilter,
2394
- pi as OrganismFooter,
2395
- Hi as OrganismHeader,
2396
- Fi as OrganismLanguageSwitcher,
2397
- Ki as OrganismPagination,
2398
- Xi as default
2421
+ $a as MoleculeTextCard,
2422
+ Kl as Organism404,
2423
+ li as OrganismFilter,
2424
+ Si as OrganismFooter,
2425
+ Wi as OrganismHeader,
2426
+ Qi as OrganismLanguageSwitcher,
2427
+ ar as OrganismPagination,
2428
+ ir as default
2399
2429
  };