@mirweb/mir-web-components 0.15.84 → 0.15.86

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- import { defineComponent as h, openBlock as a, createElementBlock as r, normalizeClass as c, toDisplayString as o, createElementVNode as t, renderSlot as _, pushScopeId as O, popScopeId as z, computed as E, createTextVNode as j, ref as w, withDirectives as Q, Fragment as I, renderList as L, vShow as Z, normalizeProps as A, guardReactiveProps as M, mergeProps as ee, createVNode as p, Transition as ge, withCtx as $, withModifiers as se, createBlock as D, createCommentVNode as m, watchEffect as oe, withKeys as ye, useSlots as be, normalizeStyle as te, isRef as ie, unref as S, onMounted as ne, watch as re, onUnmounted as pe } from "vue";
1
+ import { defineComponent as h, openBlock as a, createElementBlock as r, normalizeClass as c, toDisplayString as n, createElementVNode as t, renderSlot as _, pushScopeId as O, popScopeId as z, computed as E, createTextVNode as j, ref as w, withDirectives as Q, Fragment as I, renderList as L, vShow as Z, normalizeProps as A, guardReactiveProps as M, mergeProps as ee, createVNode as p, Transition as fe, withCtx as $, withModifiers as se, createBlock as D, createCommentVNode as m, watchEffect as ne, withKeys as ye, useSlots as be, normalizeStyle as te, isRef as ie, unref as S, onMounted as oe, watch as re, onUnmounted as pe } from "vue";
2
2
  const $e = ["aria-label"], ke = /* @__PURE__ */ h({
3
3
  __name: "button",
4
4
  props: {
@@ -27,13 +27,13 @@ const $e = ["aria-label"], ke = /* @__PURE__ */ h({
27
27
  return (i, s) => (a(), r("button", {
28
28
  class: c(["button", "button--" + e.variant]),
29
29
  "aria-label": e.ariaLabel
30
- }, o(e.variant == "close" ? "" : e.buttonText), 11, $e));
30
+ }, n(e.variant == "close" ? "" : e.buttonText), 11, $e));
31
31
  }
32
32
  });
33
33
  const v = (e, i) => {
34
34
  const s = e.__vccOpts || e;
35
- for (const [l, n] of i)
36
- s[l] = n;
35
+ for (const [l, o] of i)
36
+ s[l] = o;
37
37
  return s;
38
38
  }, J = /* @__PURE__ */ v(ke, [["__scopeId", "data-v-c2f14f04"]]), we = (e) => (O("data-v-c5f3542e"), e = e(), z(), e), xe = ["name", "value", "disabled", "required", "id"], Se = ["for"], qe = /* @__PURE__ */ we(() => /* @__PURE__ */ t("span", { class: "checkmark" }, null, -1)), Be = /* @__PURE__ */ h({
39
39
  __name: "checkbox",
@@ -63,10 +63,10 @@ const v = (e, i) => {
63
63
  emits: ["input"],
64
64
  setup(e, { emit: i }) {
65
65
  const s = (l) => {
66
- const n = l.target;
67
- i("input", n.checked);
66
+ const o = l.target;
67
+ i("input", o.checked);
68
68
  };
69
- return (l, n) => (a(), r("div", {
69
+ return (l, o) => (a(), r("div", {
70
70
  class: c(["checkbox__wrapper", e.disabled ? "disabled" : ""])
71
71
  }, [
72
72
  t("input", {
@@ -104,15 +104,15 @@ const Ie = /* @__PURE__ */ v(Be, [["__scopeId", "data-v-c5f3542e"]]), Le = (e) =
104
104
  emits: ["remove-chip"],
105
105
  setup(e, { emit: i }) {
106
106
  const s = e, l = E(() => `Chip: ${s.text}`);
107
- return (n, u) => (a(), r("div", {
107
+ return (o, u) => (a(), r("div", {
108
108
  class: "chip__wrapper",
109
- onClick: u[0] || (u[0] = (b) => n.$emit("remove-chip"))
109
+ onClick: u[0] || (u[0] = (b) => o.$emit("remove-chip"))
110
110
  }, [
111
111
  t("span", {
112
112
  class: "chip",
113
113
  "aria-label": l.value
114
114
  }, [
115
- j(o(e.text) + " ", 1),
115
+ j(n(e.text) + " ", 1),
116
116
  Ce
117
117
  ], 8, Te)
118
118
  ]));
@@ -168,15 +168,15 @@ const Ae = /* @__PURE__ */ v(Ve, [["__scopeId", "data-v-b61be596"]]), De = ["val
168
168
  },
169
169
  emits: ["update:modelValue"],
170
170
  setup(e, { emit: i }) {
171
- const s = e, l = w(null), n = w(null), u = w([]), b = w(0), C = w(""), q = w(!0), g = w(0), B = E(() => {
171
+ const s = e, l = w(null), o = w(null), u = w([]), b = w(0), C = w(""), q = w(!0), f = w(0), B = E(() => {
172
172
  const d = s.options.find(
173
- (f) => f.value === s.modelValue
173
+ (g) => g.value === s.modelValue
174
174
  );
175
175
  return d && d.label;
176
176
  }), X = {
177
- beforeMount(d, f) {
177
+ beforeMount(d, g) {
178
178
  d.clickOutsideEvent = function(y) {
179
- d === y.target || d.contains(y.target) || f.value(y);
179
+ d === y.target || d.contains(y.target) || g.value(y);
180
180
  }, document.body.addEventListener("click", d.clickOutsideEvent);
181
181
  },
182
182
  unmounted(d) {
@@ -188,13 +188,13 @@ const Ae = /* @__PURE__ */ v(Ve, [["__scopeId", "data-v-b61be596"]]), De = ["val
188
188
  }
189
189
  function H(d) {
190
190
  var y;
191
- const f = d.target;
192
- f.getAttribute("role") === "option" && (U(f), Y(), (y = l.value) == null || y.focus());
191
+ const g = d.target;
192
+ g.getAttribute("role") === "option" && (U(g), Y(), (y = l.value) == null || y.focus());
193
193
  }
194
194
  function G(d) {
195
195
  var y;
196
- const f = d.key;
197
- switch (f) {
196
+ const g = d.key;
197
+ switch (g) {
198
198
  case "ArrowUp":
199
199
  case "ArrowDown": {
200
200
  d.preventDefault();
@@ -202,7 +202,7 @@ const Ae = /* @__PURE__ */ v(Ve, [["__scopeId", "data-v-b61be596"]]), De = ["val
202
202
  (R) => R.value === s.modelValue
203
203
  );
204
204
  let P = x ? u.value[x] : u.value[0];
205
- f === "ArrowUp" ? x - 1 >= 0 && (P = u.value[x - 1]) : x + 1 <= s.options.length && (P = u.value[x + 1]), P && U(P);
205
+ g === "ArrowUp" ? x - 1 >= 0 && (P = u.value[x - 1]) : x + 1 <= s.options.length && (P = u.value[x + 1]), P && U(P);
206
206
  break;
207
207
  }
208
208
  case "Home":
@@ -218,7 +218,7 @@ const Ae = /* @__PURE__ */ v(Ve, [["__scopeId", "data-v-b61be596"]]), De = ["val
218
218
  d.preventDefault(), Y(), (y = l.value) == null || y.focus();
219
219
  break;
220
220
  default: {
221
- const x = _e(f);
221
+ const x = _e(g);
222
222
  x && U(x);
223
223
  break;
224
224
  }
@@ -242,18 +242,18 @@ const Ae = /* @__PURE__ */ v(Ve, [["__scopeId", "data-v-b61be596"]]), De = ["val
242
242
  }, 500);
243
243
  }
244
244
  function _e(d) {
245
- let f = "";
246
- (C.value === "" || f !== d) && (g.value = s.options.findIndex(
245
+ let g = "";
246
+ (C.value === "" || g !== d) && (f.value = s.options.findIndex(
247
247
  (x) => x.value === s.modelValue
248
- )), C.value = f === d ? d : C.value + d, f = d, ue();
248
+ )), C.value = g === d ? d : C.value + d, g = d, ue();
249
249
  let y = ae(
250
- g.value + 1,
250
+ f.value + 1,
251
251
  s.options.length
252
252
  );
253
- return !y && C.value.length === 1 && (y = ae(0, g.value)), g.value = (g.value + 1) % s.options.length, y;
253
+ return !y && C.value.length === 1 && (y = ae(0, f.value)), f.value = (f.value + 1) % s.options.length, y;
254
254
  }
255
- function ae(d, f) {
256
- for (let y = d; y < f; y++)
255
+ function ae(d, g) {
256
+ for (let y = d; y < g; y++)
257
257
  if (s.options[y].label && s.options[y].label.toUpperCase().indexOf(C.value.toUpperCase()) === 0)
258
258
  return u.value[y];
259
259
  return null;
@@ -263,24 +263,24 @@ const Ae = /* @__PURE__ */ v(Ve, [["__scopeId", "data-v-b61be596"]]), De = ["val
263
263
  }
264
264
  function U(d) {
265
265
  var y, x;
266
- const f = d.getAttribute("data-value");
266
+ const g = d.getAttribute("data-value");
267
267
  if (s.modelValue) {
268
268
  const P = s.options.findIndex(
269
- (fe) => fe.value === s.modelValue
269
+ (ge) => ge.value === s.modelValue
270
270
  ), R = u.value[P];
271
271
  ce(R);
272
272
  }
273
- if (d.setAttribute("aria-selected", "true"), (y = n.value) == null || y.setAttribute(
273
+ if (d.setAttribute("aria-selected", "true"), (y = o.value) == null || y.setAttribute(
274
274
  "aria-activedescendant",
275
- f || ""
276
- ), k(f || ""), n.value && n.value.scrollHeight > n.value.clientHeight) {
277
- const P = n.value.clientHeight + n.value.scrollTop, R = d.offsetTop + d.offsetHeight;
278
- R > P ? n.value.scrollTop = R - ((x = n.value) == null ? void 0 : x.clientHeight) : d.offsetTop < n.value.scrollTop && (n.value.scrollTop = d.offsetTop);
275
+ g || ""
276
+ ), k(g || ""), o.value && o.value.scrollHeight > o.value.clientHeight) {
277
+ const P = o.value.clientHeight + o.value.scrollTop, R = d.offsetTop + d.offsetHeight;
278
+ R > P ? o.value.scrollTop = R - ((x = o.value) == null ? void 0 : x.clientHeight) : d.offsetTop < o.value.scrollTop && (o.value.scrollTop = d.offsetTop);
279
279
  }
280
280
  }
281
281
  function ve() {
282
- var f;
283
- const d = (f = u.value) == null ? void 0 : f[s.options.length - 1];
282
+ var g;
283
+ const d = (g = u.value) == null ? void 0 : g[s.options.length - 1];
284
284
  U(d);
285
285
  }
286
286
  function Y() {
@@ -288,13 +288,13 @@ const Ae = /* @__PURE__ */ v(Ve, [["__scopeId", "data-v-b61be596"]]), De = ["val
288
288
  q.value = !0, (d = l.value) == null || d.removeAttribute("aria-expanded");
289
289
  }
290
290
  function le() {
291
- var d, f;
292
- q.value = !1, (d = l.value) == null || d.setAttribute("aria-expanded", "true"), (f = n.value) == null || f.focus();
291
+ var d, g;
292
+ q.value = !1, (d = l.value) == null || d.setAttribute("aria-expanded", "true"), (g = o.value) == null || g.focus();
293
293
  }
294
294
  function me() {
295
295
  s.disabled || (q.value ? le() : Y());
296
296
  }
297
- return (d, f) => (a(), r("div", {
297
+ return (d, g) => (a(), r("div", {
298
298
  class: "listbox__wrapper",
299
299
  value: e.modelValue,
300
300
  ref: "listbox"
@@ -306,7 +306,7 @@ const Ae = /* @__PURE__ */ v(Ve, [["__scopeId", "data-v-b61be596"]]), De = ["val
306
306
  "is-disabled": e.disabled,
307
307
  "is-required": e.required
308
308
  }, "listbox__label"])
309
- }, o(e.label), 11, Me),
309
+ }, n(e.label), 11, Me),
310
310
  Q((a(), r("div", Oe, [
311
311
  t("button", {
312
312
  id: `${e.name}-button-label`,
@@ -322,7 +322,7 @@ const Ae = /* @__PURE__ */ v(Ve, [["__scopeId", "data-v-b61be596"]]), De = ["val
322
322
  onKeydown: F,
323
323
  ref_key: "listboxButton",
324
324
  ref: l
325
- }, o(e.modelValue ? B.value : e.placeholder), 43, ze),
325
+ }, n(e.modelValue ? B.value : e.placeholder), 43, ze),
326
326
  Q(t("ul", {
327
327
  "aria-labelledby": `${e.name}-label`,
328
328
  "aria-activedescendant": e.modelValue,
@@ -332,7 +332,7 @@ const Ae = /* @__PURE__ */ v(Ve, [["__scopeId", "data-v-b61be596"]]), De = ["val
332
332
  onKeydown: G,
333
333
  onClick: H,
334
334
  ref_key: "listboxNode",
335
- ref: n
335
+ ref: o
336
336
  }, [
337
337
  (a(!0), r(I, null, L(e.options, (y, x) => (a(), r("li", {
338
338
  key: `${e.name}-option-${x}`,
@@ -343,7 +343,7 @@ const Ae = /* @__PURE__ */ v(Ve, [["__scopeId", "data-v-b61be596"]]), De = ["val
343
343
  ref_for: !0,
344
344
  ref_key: "listboxOptions",
345
345
  ref: u
346
- }, o(y.label), 9, Fe))), 128))
346
+ }, n(y.label), 9, Fe))), 128))
347
347
  ], 40, Pe), [
348
348
  [Z, !q.value]
349
349
  ])
@@ -411,12 +411,12 @@ const T = /* @__PURE__ */ v(Re, [["__scopeId", "data-v-513b5384"]]), je = { clas
411
411
  },
412
412
  setup(e) {
413
413
  const i = e, s = E(() => `Label: ${i.text}`);
414
- return (l, n) => (a(), r("div", je, [
414
+ return (l, o) => (a(), r("div", je, [
415
415
  t("span", {
416
416
  "aria-label": s.value,
417
417
  "label-dark": e.labelDark,
418
418
  class: c(e.labelDark ? "label--dark" : "label--light")
419
- }, o(e.text), 11, Ke)
419
+ }, n(e.text), 11, Ke)
420
420
  ]));
421
421
  }
422
422
  });
@@ -459,7 +459,7 @@ const W = /* @__PURE__ */ v(Ue, [["__scopeId", "data-v-d9cdf57c"]]), We = { clas
459
459
  const { ...l } = i;
460
460
  return l;
461
461
  });
462
- return (l, n) => (a(), r("div", We, [
462
+ return (l, o) => (a(), r("div", We, [
463
463
  t("div", ee(s.value, {
464
464
  class: ["mir-link", [
465
465
  e.linkType === "primary" ? "mir-link--btn button button--primary" : e.linkType === "secondary" ? "mir-link--btn button button--secondary" : e.linkType === "secondary-dark" ? "mir-link--btn button button--secondary-dark" : e.linkType === "regular" ? "regular-link" : e.linkType === "regular-dark" ? "regular-link-dark" : e.linkType === "regular-light" ? "regular-link-light" : e.linkType === "regular-blue" ? "regular-link-blue" : "",
@@ -502,10 +502,10 @@ const Ge = (e) => (O("data-v-69095414"), e = e(), z(), e), Ye = ["name", "value"
502
502
  emits: ["input"],
503
503
  setup(e, { emit: i }) {
504
504
  const s = (l) => {
505
- const n = l.target;
506
- i("input", n.checked);
505
+ const o = l.target;
506
+ i("input", o.checked);
507
507
  };
508
- return (l, n) => (a(), r("div", {
508
+ return (l, o) => (a(), r("div", {
509
509
  class: c(["radio__wrapper", e.disabled ? "disabled" : ""])
510
510
  }, [
511
511
  t("input", {
@@ -574,7 +574,7 @@ const Ze = /* @__PURE__ */ v(Xe, [["__scopeId", "data-v-69095414"]]), et = { cla
574
574
  t("label", {
575
575
  for: e.id,
576
576
  class: c([e.required ? "required" : "", e.disabled ? "disabled" : ""])
577
- }, o(e.label), 11, tt),
577
+ }, n(e.label), 11, tt),
578
578
  t("select", {
579
579
  class: c(e.disabled ? "disabled" : ""),
580
580
  disabled: e.disabled,
@@ -588,12 +588,12 @@ const Ze = /* @__PURE__ */ v(Xe, [["__scopeId", "data-v-69095414"]]), et = { cla
588
588
  (a(!0), r(I, null, L(e.options, (l) => (a(), r("option", {
589
589
  key: l.value,
590
590
  value: l.value
591
- }, o(l.text), 9, lt))), 128))
591
+ }, n(l.text), 9, lt))), 128))
592
592
  ], 42, at)
593
593
  ]));
594
594
  }
595
595
  });
596
- const rt = /* @__PURE__ */ v(it, [["__scopeId", "data-v-500637d5"]]), st = { class: "modal__wrapper" }, ot = /* @__PURE__ */ h({
596
+ const rt = /* @__PURE__ */ v(it, [["__scopeId", "data-v-500637d5"]]), st = { class: "modal__wrapper" }, nt = /* @__PURE__ */ h({
597
597
  __name: "modal",
598
598
  props: {
599
599
  show: { type: Boolean, default: !1 },
@@ -604,20 +604,20 @@ const rt = /* @__PURE__ */ v(it, [["__scopeId", "data-v-500637d5"]]), st = { cla
604
604
  const s = e;
605
605
  E({
606
606
  get: () => s.show,
607
- set: (n) => i("update:show", n)
607
+ set: (o) => i("update:show", o)
608
608
  });
609
609
  const l = () => {
610
610
  i("update:show", !s.show);
611
611
  };
612
- return (n, u) => (a(), r("div", st, [
613
- p(ge, {
612
+ return (o, u) => (a(), r("div", st, [
613
+ p(fe, {
614
614
  duration: 300,
615
615
  name: "nested"
616
616
  }, {
617
617
  default: $(() => [
618
- n.show ? (a(), r("div", {
618
+ o.show ? (a(), r("div", {
619
619
  key: 0,
620
- class: c(["overlay", n.searchBar ? "overlay-search" : "overlay-default"]),
620
+ class: c(["overlay", o.searchBar ? "overlay-search" : "overlay-default"]),
621
621
  onClick: l,
622
622
  ariaLabel: "modal",
623
623
  role: "dialog"
@@ -626,17 +626,17 @@ const rt = /* @__PURE__ */ v(it, [["__scopeId", "data-v-500637d5"]]), st = { cla
626
626
  id: "modal",
627
627
  onClick: u[0] || (u[0] = se(() => {
628
628
  }, ["stop"])),
629
- class: c([n.searchBar ? "search" : ""])
629
+ class: c([o.searchBar ? "search" : ""])
630
630
  }, [
631
631
  t("div", null, [
632
- n.searchBar ? m("", !0) : (a(), D(J, {
632
+ o.searchBar ? m("", !0) : (a(), D(J, {
633
633
  key: 0,
634
634
  ariaLabel: "close",
635
635
  variant: "close",
636
636
  onClick: l
637
637
  }))
638
638
  ]),
639
- _(n.$slots, "default", {}, void 0, !0)
639
+ _(o.$slots, "default", {}, void 0, !0)
640
640
  ], 2)
641
641
  ], 2)) : m("", !0)
642
642
  ]),
@@ -645,7 +645,7 @@ const rt = /* @__PURE__ */ v(it, [["__scopeId", "data-v-500637d5"]]), st = { cla
645
645
  ]));
646
646
  }
647
647
  });
648
- const de = /* @__PURE__ */ v(ot, [["__scopeId", "data-v-e18c70fd"]]), nt = { class: "slider__wrapper" }, dt = { class: "slider__label" }, ct = ["for"], ut = ["aria-label"], _t = { class: "slider__content" }, ht = ["id", "name", "value", "min", "step", "max"], vt = /* @__PURE__ */ h({
648
+ const de = /* @__PURE__ */ v(nt, [["__scopeId", "data-v-e18c70fd"]]), ot = { class: "slider__wrapper" }, dt = { class: "slider__label" }, ct = ["for"], ut = ["aria-label"], _t = { class: "slider__content" }, ht = ["id", "name", "value", "min", "step", "max"], vt = /* @__PURE__ */ h({
649
649
  __name: "slider",
650
650
  props: {
651
651
  label: {
@@ -698,30 +698,30 @@ const de = /* @__PURE__ */ v(ot, [["__scopeId", "data-v-e18c70fd"]]), nt = { cla
698
698
  },
699
699
  emits: ["update:modelValue"],
700
700
  setup(e, { emit: i }) {
701
- const s = e, l = w(s.modelValue), n = w(), u = w(!1), b = (q, g, B) => (q - g) / (B - g) * 100, C = (q) => {
702
- var g;
703
- (g = n.value) == null || g.style.setProperty("--ProgressPercent", `${q}%`);
701
+ const s = e, l = w(s.modelValue), o = w(), u = w(!1), b = (q, f, B) => (q - f) / (B - f) * 100, C = (q) => {
702
+ var f;
703
+ (f = o.value) == null || f.style.setProperty("--ProgressPercent", `${q}%`);
704
704
  };
705
- return oe(() => {
706
- if (n.value) {
705
+ return ne(() => {
706
+ if (o.value) {
707
707
  i("update:modelValue", l.value);
708
708
  const q = b(l.value, s.min, s.max);
709
- let g = (50 - q) / 100;
710
- C(q + g);
709
+ let f = (50 - q) / 100;
710
+ C(q + f);
711
711
  }
712
- }), (q, g) => (a(), r("div", null, [
713
- t("div", nt, [
712
+ }), (q, f) => (a(), r("div", null, [
713
+ t("div", ot, [
714
714
  t("div", dt, [
715
715
  t("label", {
716
716
  for: e.id,
717
717
  class: c([e.variant, ""])
718
- }, o(e.label), 11, ct),
718
+ }, n(e.label), 11, ct),
719
719
  e.information ? (a(), r("i", {
720
720
  key: 0,
721
721
  role: "button",
722
722
  class: c([e.variant, "slider__information"]),
723
- onClick: g[0] || (g[0] = (B) => u.value = !u.value),
724
- onKeyup: g[1] || (g[1] = ye((B) => u.value = !u.value, ["enter"])),
723
+ onClick: f[0] || (f[0] = (B) => u.value = !u.value),
724
+ onKeyup: f[1] || (f[1] = ye((B) => u.value = !u.value, ["enter"])),
725
725
  "aria-label": e.informationLabel,
726
726
  tabindex: "0",
727
727
  "aria-haspopup": "dialog"
@@ -730,7 +730,7 @@ const de = /* @__PURE__ */ v(ot, [["__scopeId", "data-v-e18c70fd"]]), nt = { cla
730
730
  t("div", _t, [
731
731
  t("span", {
732
732
  class: c([e.variant, "slider__minmax"])
733
- }, o(e.min), 3),
733
+ }, n(e.min), 3),
734
734
  t("input", {
735
735
  type: "range",
736
736
  id: e.id,
@@ -741,31 +741,31 @@ const de = /* @__PURE__ */ v(ot, [["__scopeId", "data-v-e18c70fd"]]), nt = { cla
741
741
  max: e.max,
742
742
  class: c(e.variant),
743
743
  ref_key: "slider",
744
- ref: n,
745
- onInput: g[2] || (g[2] = ({ target: B }) => l.value = parseFloat(B.value))
744
+ ref: o,
745
+ onInput: f[2] || (f[2] = ({ target: B }) => l.value = parseFloat(B.value))
746
746
  }, null, 42, ht),
747
747
  t("span", {
748
748
  class: c([e.variant, "slider__minmax"])
749
- }, o(e.max), 3)
749
+ }, n(e.max), 3)
750
750
  ]),
751
751
  t("span", {
752
752
  class: c([e.variant, "slider__value"])
753
- }, o(e.modelValue), 3)
753
+ }, n(e.modelValue), 3)
754
754
  ]),
755
755
  e.information ? (a(), D(de, {
756
756
  key: 0,
757
757
  show: u.value,
758
- "onUpdate:show": g[3] || (g[3] = (B) => u.value = B)
758
+ "onUpdate:show": f[3] || (f[3] = (B) => u.value = B)
759
759
  }, {
760
760
  default: $(() => [
761
- j(o(e.information), 1)
761
+ j(n(e.information), 1)
762
762
  ]),
763
763
  _: 1
764
764
  }, 8, ["show"])) : m("", !0)
765
765
  ]));
766
766
  }
767
767
  });
768
- const mt = /* @__PURE__ */ v(vt, [["__scopeId", "data-v-6dbb2648"]]), ft = { id: "textarea-wrapper" }, gt = ["for"], yt = ["id"], bt = ["id", "name", "placeholder", "required", "disabled", "maxlength", "value"], pt = { class: "textarea-info" }, $t = { key: 0 }, kt = /* @__PURE__ */ h({
768
+ const mt = /* @__PURE__ */ v(vt, [["__scopeId", "data-v-6dbb2648"]]), gt = { id: "textarea-wrapper" }, ft = ["for"], yt = ["id"], bt = ["id", "name", "placeholder", "required", "disabled", "maxlength", "value"], pt = { class: "textarea-info" }, $t = { key: 0 }, kt = /* @__PURE__ */ h({
769
769
  __name: "textarea",
770
770
  props: {
771
771
  id: {
@@ -805,11 +805,11 @@ const mt = /* @__PURE__ */ v(vt, [["__scopeId", "data-v-6dbb2648"]]), ft = { id:
805
805
  },
806
806
  emits: ["update:modelValue"],
807
807
  setup(e) {
808
- return (i, s) => (a(), r("div", ft, [
808
+ return (i, s) => (a(), r("div", gt, [
809
809
  t("label", {
810
810
  for: e.id,
811
811
  class: c({ required: e.required })
812
- }, o(e.labelText) + o(e.required ? " *" : ""), 11, gt),
812
+ }, n(e.labelText) + n(e.required ? " *" : ""), 11, ft),
813
813
  t("div", {
814
814
  id: e.modelValue !== void 0 && e.modelValue.length == e.maxLength ? "textarea-wrapper__inner" : ""
815
815
  }, [
@@ -837,7 +837,7 @@ const mt = /* @__PURE__ */ v(vt, [["__scopeId", "data-v-6dbb2648"]]), ft = { id:
837
837
  class: c(
838
838
  e.modelValue !== void 0 && e.modelValue.length == e.maxLength ? "reached-meter-limit-meter" : ""
839
839
  )
840
- }, o(e.maxLength !== void 0 && e.modelValue !== void 0 && e.maxLength - e.modelValue.length >= 0 ? e.modelValue.length : 0) + " / " + o(e.maxLength), 3)
840
+ }, n(e.maxLength !== void 0 && e.modelValue !== void 0 && e.maxLength - e.modelValue.length >= 0 ? e.modelValue.length : 0) + " / " + n(e.maxLength), 3)
841
841
  ])
842
842
  ]));
843
843
  }
@@ -934,7 +934,7 @@ const wt = /* @__PURE__ */ v(kt, [["__scopeId", "data-v-626f208b"]]), xt = { cla
934
934
  ), l = E(
935
935
  () => i.value ? "password" : "text"
936
936
  );
937
- return (n, u) => (a(), r("div", xt, [
937
+ return (o, u) => (a(), r("div", xt, [
938
938
  t("label", {
939
939
  for: e.id,
940
940
  class: c([
@@ -942,7 +942,7 @@ const wt = /* @__PURE__ */ v(kt, [["__scopeId", "data-v-626f208b"]]), xt = { cla
942
942
  e.disabled ? "disabled" : "",
943
943
  e.search ? "search" : ""
944
944
  ])
945
- }, o(e.label), 11, St),
945
+ }, n(e.label), 11, St),
946
946
  e.type === "password" ? (a(), r("div", qt, [
947
947
  t("input", {
948
948
  id: e.id,
@@ -951,7 +951,7 @@ const wt = /* @__PURE__ */ v(kt, [["__scopeId", "data-v-626f208b"]]), xt = { cla
951
951
  placeholder: e.placeholder,
952
952
  required: e.required,
953
953
  disabled: e.disabled,
954
- onInput: u[0] || (u[0] = (b) => n.$emit("update:modelValue", b.target.value)),
954
+ onInput: u[0] || (u[0] = (b) => o.$emit("update:modelValue", b.target.value)),
955
955
  name: e.fieldName,
956
956
  ref: "passwordField"
957
957
  }, null, 40, Bt),
@@ -975,13 +975,13 @@ const wt = /* @__PURE__ */ v(kt, [["__scopeId", "data-v-626f208b"]]), xt = { cla
975
975
  e.search ? "search" : ""
976
976
  ]),
977
977
  disabled: e.disabled,
978
- onInput: u[2] || (u[2] = (b) => n.$emit("update:modelValue", b.target.value)),
978
+ onInput: u[2] || (u[2] = (b) => o.$emit("update:modelValue", b.target.value)),
979
979
  name: e.fieldName,
980
980
  ref: "textField"
981
981
  }, null, 42, Lt)),
982
982
  e.search ? (a(), r("i", Tt)) : m("", !0),
983
- e.errorMessage ? (a(), r("strong", Ct, o(e.errorMessage), 1)) : m("", !0),
984
- e.helperText ? (a(), r("span", Vt, o(e.helperText), 1)) : m("", !0)
983
+ e.errorMessage ? (a(), r("strong", Ct, n(e.errorMessage), 1)) : m("", !0),
984
+ e.helperText ? (a(), r("span", Vt, n(e.helperText), 1)) : m("", !0)
985
985
  ]));
986
986
  }
987
987
  });
@@ -1039,7 +1039,7 @@ const Dt = /* @__PURE__ */ v(At, [["__scopeId", "data-v-f0ec9f97"]]), Mt = { cla
1039
1039
  setup(e, { expose: i }) {
1040
1040
  const s = e;
1041
1041
  let l = w(null);
1042
- return oe(() => {
1042
+ return ne(() => {
1043
1043
  s.play && l.value ? l.value.play() : !s.play && l.value && l.value.pause();
1044
1044
  }), i({
1045
1045
  resetVideo: () => {
@@ -1112,11 +1112,11 @@ const K = /* @__PURE__ */ v(Pt, [["__scopeId", "data-v-c449311a"]]), Ft = { clas
1112
1112
  _(i.$slots, "address-flag", {}, void 0, !0)
1113
1113
  ]),
1114
1114
  t("div", Ht, [
1115
- t("p", Rt, o(e.name), 1),
1116
- t("p", null, o(e.company), 1),
1117
- t("p", null, o(e.addressLine_1), 1),
1118
- t("p", null, o(e.addressLine_2), 1),
1119
- e.addressLine_3 ? (a(), r("p", jt, o(e.addressLine_3), 1)) : m("", !0)
1115
+ t("p", Rt, n(e.name), 1),
1116
+ t("p", null, n(e.company), 1),
1117
+ t("p", null, n(e.addressLine_1), 1),
1118
+ t("p", null, n(e.addressLine_2), 1),
1119
+ e.addressLine_3 ? (a(), r("p", jt, n(e.addressLine_3), 1)) : m("", !0)
1120
1120
  ]),
1121
1121
  t("div", Kt, [
1122
1122
  (a(!0), r(I, null, L(e.phone_numbers, (l) => (a(), D(V, {
@@ -1127,14 +1127,14 @@ const K = /* @__PURE__ */ v(Pt, [["__scopeId", "data-v-c449311a"]]), Ft = { clas
1127
1127
  t("a", {
1128
1128
  href: "tel:" + l,
1129
1129
  class: "address__phone"
1130
- }, o(l), 9, Ut)
1130
+ }, n(l), 9, Ut)
1131
1131
  ]),
1132
1132
  _: 2
1133
1133
  }, 1024))), 256)),
1134
1134
  t("a", {
1135
1135
  href: "mailto:" + e.email,
1136
1136
  class: "address__email"
1137
- }, o(e.email), 9, Wt)
1137
+ }, n(e.email), 9, Wt)
1138
1138
  ])
1139
1139
  ])
1140
1140
  ]));
@@ -1167,7 +1167,7 @@ const Yt = /* @__PURE__ */ v(Gt, [["__scopeId", "data-v-22ea3b79"]]), Qt = (e) =
1167
1167
  t("ul", null, [
1168
1168
  (a(!0), r(I, null, L(e.list, (l) => (a(), r("li", null, [
1169
1169
  Xt,
1170
- j(" " + o(l), 1)
1170
+ j(" " + n(l), 1)
1171
1171
  ]))), 256))
1172
1172
  ])
1173
1173
  ], 2)
@@ -1234,7 +1234,7 @@ const ea = /* @__PURE__ */ v(Zt, [["__scopeId", "data-v-a335dd30"]]), ta = { cla
1234
1234
  setup(e, { emit: i }) {
1235
1235
  const s = be();
1236
1236
  let l = w(!1);
1237
- return (n, u) => (a(), r("div", ta, [
1237
+ return (o, u) => (a(), r("div", ta, [
1238
1238
  t("div", {
1239
1239
  class: c(["card", [
1240
1240
  e.theme == "dark" ? "card--dark" : "card--light",
@@ -1249,7 +1249,7 @@ const ea = /* @__PURE__ */ v(Zt, [["__scopeId", "data-v-a335dd30"]]), ta = { cla
1249
1249
  }, [
1250
1250
  e.mediaType == "image" ? (a(), D(T, { key: 0 }, {
1251
1251
  default: $(() => [
1252
- _(n.$slots, "card-image", ee({
1252
+ _(o.$slots, "card-image", ee({
1253
1253
  src: e.imgSrc,
1254
1254
  height: e.size == "small" ? "186" : e.size == "medium" ? "243" : e.size == "large" ? "335" : "",
1255
1255
  width: e.size == "small" ? "298" : e.size == "medium" ? "432" : e.size == "large" ? "596" : "",
@@ -1278,21 +1278,21 @@ const ea = /* @__PURE__ */ v(Zt, [["__scopeId", "data-v-a335dd30"]]), ta = { cla
1278
1278
  }, null, 8, ["play", "src", "aria-label", "poster", "width", "height"])
1279
1279
  ], 2)),
1280
1280
  S(s)["card-label"] ? (a(), r("div", aa, [
1281
- _(n.$slots, "card-label")
1281
+ _(o.$slots, "card-label")
1282
1282
  ])) : m("", !0),
1283
1283
  e.variant === "product" ? (a(), r("h3", {
1284
1284
  key: 3,
1285
1285
  class: c(e.theme == "dark" ? "regular-dark" : "regular-blue")
1286
- }, o(e.headline), 3)) : (a(), r("h3", {
1286
+ }, n(e.headline), 3)) : (a(), r("h3", {
1287
1287
  key: 4,
1288
1288
  class: c(e.theme == "dark" ? "regular-dark" : "regular-dark-blue")
1289
- }, o(e.headline), 3)),
1290
- e.variant == "product" ? (a(), r("p", la, o(e.paragraph), 1)) : m("", !0)
1289
+ }, n(e.headline), 3)),
1290
+ e.variant == "product" ? (a(), r("p", la, n(e.paragraph), 1)) : m("", !0)
1291
1291
  ], 38)
1292
1292
  ]));
1293
1293
  }
1294
1294
  });
1295
- const ra = /* @__PURE__ */ v(ia, [["__scopeId", "data-v-ed5d7a87"]]), sa = (e) => (O("data-v-b0f9972c"), e = e(), z(), e), oa = { class: "event__wrapper" }, na = { class: "event__headline" }, da = { class: "event__date-location" }, ca = /* @__PURE__ */ sa(() => /* @__PURE__ */ t("br", null, null, -1)), ua = { class: "event__exhibitor" }, _a = /* @__PURE__ */ h({
1295
+ const ra = /* @__PURE__ */ v(ia, [["__scopeId", "data-v-ed5d7a87"]]), sa = (e) => (O("data-v-b0f9972c"), e = e(), z(), e), na = { class: "event__wrapper" }, oa = { class: "event__headline" }, da = { class: "event__date-location" }, ca = /* @__PURE__ */ sa(() => /* @__PURE__ */ t("br", null, null, -1)), ua = { class: "event__exhibitor" }, _a = /* @__PURE__ */ h({
1296
1296
  __name: "event-card",
1297
1297
  props: {
1298
1298
  eventType: {
@@ -1317,22 +1317,22 @@ const ra = /* @__PURE__ */ v(ia, [["__scopeId", "data-v-ed5d7a87"]]), sa = (e) =
1317
1317
  }
1318
1318
  },
1319
1319
  setup(e) {
1320
- return (i, s) => (a(), r("div", oa, [
1320
+ return (i, s) => (a(), r("div", na, [
1321
1321
  p(W, {
1322
1322
  "label-dark": !1,
1323
1323
  text: e.eventType ? e.eventType : ""
1324
1324
  }, null, 8, ["text"]),
1325
- t("div", na, o(e.headline), 1),
1325
+ t("div", oa, n(e.headline), 1),
1326
1326
  t("div", da, [
1327
- j(o(e.dateTime), 1),
1327
+ j(n(e.dateTime), 1),
1328
1328
  ca,
1329
- j(o(e.location), 1)
1329
+ j(n(e.location), 1)
1330
1330
  ]),
1331
- t("div", ua, "Exhibitor: " + o(e.exhibitor), 1)
1331
+ t("div", ua, "Exhibitor: " + n(e.exhibitor), 1)
1332
1332
  ]));
1333
1333
  }
1334
1334
  });
1335
- const ha = /* @__PURE__ */ v(_a, [["__scopeId", "data-v-b0f9972c"]]), va = { class: "text__wrapper" }, ma = { class: "text__headline" }, fa = { class: "text__paragraph" }, ga = /* @__PURE__ */ h({
1335
+ const ha = /* @__PURE__ */ v(_a, [["__scopeId", "data-v-b0f9972c"]]), va = { class: "text__wrapper" }, ma = { class: "text__headline" }, ga = { class: "text__paragraph" }, fa = /* @__PURE__ */ h({
1336
1336
  __name: "text-card",
1337
1337
  props: {
1338
1338
  label: {
@@ -1354,14 +1354,14 @@ const ha = /* @__PURE__ */ v(_a, [["__scopeId", "data-v-b0f9972c"]]), va = { cla
1354
1354
  "label-dark": !1,
1355
1355
  text: e.label ? e.label : ""
1356
1356
  }, null, 8, ["text"]),
1357
- t("div", ma, o(e.headline), 1),
1358
- t("div", fa, [
1359
- t("p", null, o(e.paragraph), 1)
1357
+ t("div", ma, n(e.headline), 1),
1358
+ t("div", ga, [
1359
+ t("p", null, n(e.paragraph), 1)
1360
1360
  ])
1361
1361
  ]));
1362
1362
  }
1363
1363
  });
1364
- const ya = /* @__PURE__ */ v(ga, [["__scopeId", "data-v-b07d352b"]]), ba = { class: "facts__wrapper" }, pa = { class: "facts__content" }, $a = { class: "facts__headline" }, ka = { class: "facts" }, wa = { class: "fact" }, xa = { class: "fact__value" }, Sa = { class: "fact__metric" }, qa = {
1364
+ const ya = /* @__PURE__ */ v(fa, [["__scopeId", "data-v-b07d352b"]]), ba = { class: "facts__wrapper" }, pa = { class: "facts__content" }, $a = { class: "facts__headline" }, ka = { class: "facts" }, wa = { class: "fact" }, xa = { class: "fact__value" }, Sa = { class: "fact__metric" }, qa = {
1365
1365
  key: 0,
1366
1366
  class: "facts__link"
1367
1367
  }, Ba = /* @__PURE__ */ h({
@@ -1384,14 +1384,14 @@ const ya = /* @__PURE__ */ v(ga, [["__scopeId", "data-v-b07d352b"]]), ba = { cla
1384
1384
  setup(e) {
1385
1385
  return (i, s) => (a(), r("div", ba, [
1386
1386
  t("div", pa, [
1387
- t("h2", $a, o(e.headline), 1),
1387
+ t("h2", $a, n(e.headline), 1),
1388
1388
  t("div", ka, [
1389
1389
  (a(!0), r(I, null, L(e.facts, (l) => (a(), r("div", wa, [
1390
1390
  t("div", xa, [
1391
- t("span", null, o(l.value), 1)
1391
+ t("span", null, n(l.value), 1)
1392
1392
  ]),
1393
1393
  t("div", Sa, [
1394
- t("span", null, o(l.metric), 1)
1394
+ t("span", null, n(l.metric), 1)
1395
1395
  ])
1396
1396
  ]))), 256))
1397
1397
  ]),
@@ -1437,10 +1437,10 @@ const Ia = /* @__PURE__ */ v(Ba, [["__scopeId", "data-v-7db53845"]]), La = { cla
1437
1437
  return (i, s) => (a(), r("div", La, [
1438
1438
  t("div", Ta, [
1439
1439
  e.headline ? (a(), r("div", Ca, [
1440
- t("h2", null, o(e.headline), 1)
1440
+ t("h2", null, n(e.headline), 1)
1441
1441
  ])) : m("", !0),
1442
1442
  e.body ? (a(), r("div", Va, [
1443
- t("p", null, o(e.body), 1)
1443
+ t("p", null, n(e.body), 1)
1444
1444
  ])) : m("", !0),
1445
1445
  t("div", {
1446
1446
  class: c(["features__elements", [e.elements.length == 6 ? "features__elements--grid-6" : ""]])
@@ -1457,8 +1457,8 @@ const Ia = /* @__PURE__ */ v(Ba, [["__scopeId", "data-v-7db53845"]]), La = { cla
1457
1457
  ]),
1458
1458
  _: 2
1459
1459
  }, 1024),
1460
- t("p", Da, o(l.headline), 1),
1461
- t("p", Ma, o(l.body), 1)
1460
+ t("p", Da, n(l.headline), 1),
1461
+ t("p", Ma, n(l.body), 1)
1462
1462
  ]))), 256))
1463
1463
  ], 2)
1464
1464
  ])
@@ -1492,7 +1492,7 @@ const za = /* @__PURE__ */ v(Oa, [["__scopeId", "data-v-35a864e7"]]), Pa = { cla
1492
1492
  _: 3
1493
1493
  })
1494
1494
  ]),
1495
- t("p", Na, o(e.caption), 1)
1495
+ t("p", Na, n(e.caption), 1)
1496
1496
  ])
1497
1497
  ]));
1498
1498
  }
@@ -1607,7 +1607,7 @@ const Ra = /* @__PURE__ */ v(Ha, [["__scopeId", "data-v-624f5b56"]]), ja = { cla
1607
1607
  }, 1024)
1608
1608
  ]))), 256)),
1609
1609
  e.mediaSmall.length < 2 ? (a(), r("div", Ga, [
1610
- t("p", null, o(e.body), 1)
1610
+ t("p", null, n(e.body), 1)
1611
1611
  ])) : m("", !0)
1612
1612
  ], 6)
1613
1613
  ], 2)
@@ -1640,12 +1640,12 @@ const Qa = /* @__PURE__ */ v(Ya, [["__scopeId", "data-v-55b17073"]]), Ja = { cla
1640
1640
  "headline__content--default": !e.article && !e.subMenu
1641
1641
  })
1642
1642
  }, [
1643
- t("h1", Xa, o(e.headline), 1)
1643
+ t("h1", Xa, n(e.headline), 1)
1644
1644
  ], 2)
1645
1645
  ]));
1646
1646
  }
1647
1647
  });
1648
- const el = /* @__PURE__ */ v(Za, [["__scopeId", "data-v-080238bd"]]), tl = (e) => (O("data-v-de757e46"), e = e(), z(), e), al = { class: "hero__wrapper" }, ll = { class: "hero__content" }, il = { class: "hero__top" }, rl = { class: "hero__elements" }, sl = { class: "hero__headline" }, ol = { class: "hero__link" }, nl = { class: "hero__video" }, dl = /* @__PURE__ */ tl(() => /* @__PURE__ */ t("div", { class: "hero__gradient" }, null, -1)), cl = /* @__PURE__ */ h({
1648
+ const el = /* @__PURE__ */ v(Za, [["__scopeId", "data-v-080238bd"]]), tl = (e) => (O("data-v-de757e46"), e = e(), z(), e), al = { class: "hero__wrapper" }, ll = { class: "hero__content" }, il = { class: "hero__top" }, rl = { class: "hero__elements" }, sl = { class: "hero__headline" }, nl = { class: "hero__link" }, ol = { class: "hero__video" }, dl = /* @__PURE__ */ tl(() => /* @__PURE__ */ t("div", { class: "hero__gradient" }, null, -1)), cl = /* @__PURE__ */ h({
1649
1649
  __name: "hero",
1650
1650
  props: {
1651
1651
  headline: {
@@ -1663,9 +1663,9 @@ const el = /* @__PURE__ */ v(Za, [["__scopeId", "data-v-080238bd"]]), tl = (e) =
1663
1663
  t("div", il, [
1664
1664
  t("div", rl, [
1665
1665
  t("div", sl, [
1666
- t("h1", null, o(e.headline), 1)
1666
+ t("h1", null, n(e.headline), 1)
1667
1667
  ]),
1668
- t("div", ol, [
1668
+ t("div", nl, [
1669
1669
  p(V, {
1670
1670
  linkType: "regular-light",
1671
1671
  arrow: ""
@@ -1678,7 +1678,7 @@ const el = /* @__PURE__ */ v(Za, [["__scopeId", "data-v-080238bd"]]), tl = (e) =
1678
1678
  ])
1679
1679
  ])
1680
1680
  ]),
1681
- t("div", nl, [
1681
+ t("div", ol, [
1682
1682
  dl,
1683
1683
  p(K, {
1684
1684
  src: e.video.src,
@@ -1699,7 +1699,7 @@ const el = /* @__PURE__ */ v(Za, [["__scopeId", "data-v-080238bd"]]), tl = (e) =
1699
1699
  const ul = /* @__PURE__ */ v(cl, [["__scopeId", "data-v-de757e46"]]), _l = { class: "logo-wall__wrapper" }, hl = { class: "logo-wall__content" }, vl = {
1700
1700
  key: 0,
1701
1701
  class: "logo-wall__text"
1702
- }, ml = { key: 0 }, fl = { key: 1 }, gl = { class: "logo-wall__logos" }, yl = { class: "logo-wall__logo" }, bl = { class: "logo-wall__link" }, pl = /* @__PURE__ */ h({
1702
+ }, ml = { key: 0 }, gl = { key: 1 }, fl = { class: "logo-wall__logos" }, yl = { class: "logo-wall__logo" }, bl = { class: "logo-wall__link" }, pl = /* @__PURE__ */ h({
1703
1703
  __name: "logo-wall",
1704
1704
  props: {
1705
1705
  headline: {
@@ -1718,10 +1718,10 @@ const ul = /* @__PURE__ */ v(cl, [["__scopeId", "data-v-de757e46"]]), _l = { cla
1718
1718
  return (i, s) => (a(), r("div", _l, [
1719
1719
  t("div", hl, [
1720
1720
  e.headline || e.body ? (a(), r("div", vl, [
1721
- e.headline ? (a(), r("h2", ml, o(e.headline), 1)) : m("", !0),
1722
- e.body ? (a(), r("p", fl, o(e.body), 1)) : m("", !0)
1721
+ e.headline ? (a(), r("h2", ml, n(e.headline), 1)) : m("", !0),
1722
+ e.body ? (a(), r("p", gl, n(e.body), 1)) : m("", !0)
1723
1723
  ])) : m("", !0),
1724
- t("div", gl, [
1724
+ t("div", fl, [
1725
1725
  (a(!0), r(I, null, L(e.logos, (l) => (a(), r("div", yl, [
1726
1726
  p(T, null, {
1727
1727
  default: $(() => [
@@ -1825,7 +1825,7 @@ const Il = /* @__PURE__ */ v(xl, [["render", Bl], ["__scopeId", "data-v-4ef880d9
1825
1825
  return (i, s) => (a(), r("div", Ll, [
1826
1826
  t("div", Tl, [
1827
1827
  t("div", Cl, [
1828
- t("h1", null, o(e.headline), 1)
1828
+ t("h1", null, n(e.headline), 1)
1829
1829
  ]),
1830
1830
  t("div", Vl, [
1831
1831
  p(K, {
@@ -1844,7 +1844,7 @@ const Il = /* @__PURE__ */ v(xl, [["render", Bl], ["__scopeId", "data-v-4ef880d9
1844
1844
  ]));
1845
1845
  }
1846
1846
  });
1847
- const Dl = /* @__PURE__ */ v(Al, [["__scopeId", "data-v-3245b0a3"]]), Ml = { class: "promo__content" }, Ol = /* @__PURE__ */ h({
1847
+ const Dl = /* @__PURE__ */ v(Al, [["__scopeId", "data-v-2ca17b92"]]), Ml = { class: "promo__content" }, Ol = /* @__PURE__ */ h({
1848
1848
  __name: "promo",
1849
1849
  props: {
1850
1850
  label: {
@@ -1949,7 +1949,7 @@ const Dl = /* @__PURE__ */ v(Al, [["__scopeId", "data-v-3245b0a3"]]), Ml = { cla
1949
1949
  "promo__title",
1950
1950
  e.variant === "dark" ? "promo__title--dark" : ""
1951
1951
  ])
1952
- }, o(e.headline), 3),
1952
+ }, n(e.headline), 3),
1953
1953
  e.linkType === "link" ? (a(), D(V, {
1954
1954
  key: 1,
1955
1955
  linkType: e.variant === "dark" ? "regular-dark" : (e.variant === "light", "regular-light"),
@@ -2002,7 +2002,7 @@ const zl = /* @__PURE__ */ v(Ol, [["__scopeId", "data-v-ef98dc86"]]), Pl = (e) =
2002
2002
  t("div", El, [
2003
2003
  Nl,
2004
2004
  t("div", Hl, [
2005
- t("p", Rl, o(e.quote), 1),
2005
+ t("p", Rl, n(e.quote), 1),
2006
2006
  t("div", jl, [
2007
2007
  e.authorImage ? (a(), r("div", Kl, [
2008
2008
  p(T, null, {
@@ -2017,8 +2017,8 @@ const zl = /* @__PURE__ */ v(Ol, [["__scopeId", "data-v-ef98dc86"]]), Pl = (e) =
2017
2017
  })
2018
2018
  ])) : m("", !0),
2019
2019
  t("div", Ul, [
2020
- t("p", Wl, o(e.author), 1),
2021
- t("p", Gl, o(e.authorTitle), 1)
2020
+ t("p", Wl, n(e.author), 1),
2021
+ t("p", Gl, n(e.authorTitle), 1)
2022
2022
  ])
2023
2023
  ])
2024
2024
  ])
@@ -2085,7 +2085,7 @@ const Ql = /* @__PURE__ */ v(Yl, [["__scopeId", "data-v-18440f83"]]), Jl = { cla
2085
2085
  "rich-text__headline",
2086
2086
  e.leftAligned || e.bulletList || e.image ? "rich-text__headline--left-aligned" : "rich-text__headline--centered"
2087
2087
  ])
2088
- }, o(e.headline), 3)) : m("", !0),
2088
+ }, n(e.headline), 3)) : m("", !0),
2089
2089
  t("div", {
2090
2090
  class: c([
2091
2091
  "rich-text__content",
@@ -2125,7 +2125,7 @@ const Ql = /* @__PURE__ */ v(Yl, [["__scopeId", "data-v-18440f83"]]), Jl = { cla
2125
2125
  ], 2));
2126
2126
  }
2127
2127
  });
2128
- const ti = /* @__PURE__ */ v(ei, [["__scopeId", "data-v-ab50f960"]]), ai = (e) => (O("data-v-df182fbb"), e = e(), z(), e), li = { class: "timeline__wrapper" }, ii = { class: "timeline__content" }, ri = { class: "timeline__items" }, si = { class: "timeline__item faded" }, oi = { class: "item__left" }, ni = /* @__PURE__ */ ai(() => /* @__PURE__ */ t("div", { class: "item__elements" }, [
2128
+ const ti = /* @__PURE__ */ v(ei, [["__scopeId", "data-v-ab50f960"]]), ai = (e) => (O("data-v-df182fbb"), e = e(), z(), e), li = { class: "timeline__wrapper" }, ii = { class: "timeline__content" }, ri = { class: "timeline__items" }, si = { class: "timeline__item faded" }, ni = { class: "item__left" }, oi = /* @__PURE__ */ ai(() => /* @__PURE__ */ t("div", { class: "item__elements" }, [
2129
2129
  /* @__PURE__ */ t("div", { class: "circle" }),
2130
2130
  /* @__PURE__ */ t("div", { class: "line" })
2131
2131
  ], -1)), di = { class: "item__right" }, ci = ["innerHTML"], ui = /* @__PURE__ */ h({
@@ -2137,11 +2137,11 @@ const ti = /* @__PURE__ */ v(ei, [["__scopeId", "data-v-ab50f960"]]), ai = (e) =
2137
2137
  }
2138
2138
  },
2139
2139
  setup(e) {
2140
- return ne(() => {
2140
+ return oe(() => {
2141
2141
  const i = document.querySelectorAll(".timeline__item"), s = new IntersectionObserver(
2142
2142
  (l) => {
2143
- l.forEach((n) => {
2144
- n.isIntersecting && (n.target.classList.add("visible"), n.target.classList.remove("faded"), s.unobserve(n.target));
2143
+ l.forEach((o) => {
2144
+ o.isIntersecting && (o.target.classList.add("visible"), o.target.classList.remove("faded"), s.unobserve(o.target));
2145
2145
  });
2146
2146
  },
2147
2147
  {
@@ -2155,8 +2155,8 @@ const ti = /* @__PURE__ */ v(ei, [["__scopeId", "data-v-ab50f960"]]), ai = (e) =
2155
2155
  t("div", ii, [
2156
2156
  t("div", ri, [
2157
2157
  (a(!0), r(I, null, L(e.timelineItems, (l) => (a(), r("div", si, [
2158
- t("div", oi, o(l.year), 1),
2159
- ni,
2158
+ t("div", ni, n(l.year), 1),
2159
+ oi,
2160
2160
  t("div", di, [
2161
2161
  p(T, null, {
2162
2162
  default: $(() => [
@@ -2179,7 +2179,7 @@ const ti = /* @__PURE__ */ v(ei, [["__scopeId", "data-v-ab50f960"]]), ai = (e) =
2179
2179
  const _i = /* @__PURE__ */ v(ui, [["__scopeId", "data-v-df182fbb"]]), hi = { class: "triple-card-display__wrapper" }, vi = {
2180
2180
  key: 0,
2181
2181
  class: "triple-card__content"
2182
- }, mi = { key: 0 }, fi = { key: 1 }, gi = { class: "triple-card__cards" }, yi = /* @__PURE__ */ h({
2182
+ }, mi = { key: 0 }, gi = { key: 1 }, fi = { class: "triple-card__cards" }, yi = /* @__PURE__ */ h({
2183
2183
  __name: "triple-card-display",
2184
2184
  props: {
2185
2185
  headline: {
@@ -2204,10 +2204,10 @@ const _i = /* @__PURE__ */ v(ui, [["__scopeId", "data-v-df182fbb"]]), hi = { cla
2204
2204
  }, [
2205
2205
  t("div", hi, [
2206
2206
  e.headline || e.paragraph ? (a(), r("div", vi, [
2207
- e.headline ? (a(), r("h2", mi, o(e.headline), 1)) : m("", !0),
2208
- e.paragraph ? (a(), r("p", fi, o(e.paragraph), 1)) : m("", !0)
2207
+ e.headline ? (a(), r("h2", mi, n(e.headline), 1)) : m("", !0),
2208
+ e.paragraph ? (a(), r("p", gi, n(e.paragraph), 1)) : m("", !0)
2209
2209
  ])) : m("", !0),
2210
- t("div", gi, [
2210
+ t("div", fi, [
2211
2211
  _(i.$slots, "triple-card-display-cards", {}, void 0, !0)
2212
2212
  ])
2213
2213
  ])
@@ -2233,9 +2233,9 @@ const bi = /* @__PURE__ */ v(yi, [["__scopeId", "data-v-e7b427f6"]]), pi = { cla
2233
2233
  setup(e) {
2234
2234
  return (i, s) => (a(), r("div", pi, [
2235
2235
  t("div", $i, [
2236
- e.headline ? (a(), r("h2", ki, o(e.headline), 1)) : m("", !0),
2236
+ e.headline ? (a(), r("h2", ki, n(e.headline), 1)) : m("", !0),
2237
2237
  _(i.$slots, "vimeo-content", {}, void 0, !0),
2238
- e.description ? (a(), r("p", wi, o(e.description), 1)) : m("", !0)
2238
+ e.description ? (a(), r("p", wi, n(e.description), 1)) : m("", !0)
2239
2239
  ])
2240
2240
  ]));
2241
2241
  }
@@ -2251,7 +2251,7 @@ const Si = /* @__PURE__ */ v(xi, [["__scopeId", "data-v-59fa125d"]]), qi = { cla
2251
2251
  setup(e) {
2252
2252
  return (i, s) => (a(), r("div", qi, [
2253
2253
  t("div", Bi, [
2254
- t("h1", Ii, o(e.headline), 1),
2254
+ t("h1", Ii, n(e.headline), 1),
2255
2255
  t("div", Li, [
2256
2256
  _(i.$slots, "not-found-body", {}, void 0, !0)
2257
2257
  ])
@@ -2325,7 +2325,7 @@ const zi = /* @__PURE__ */ v(Oi, [["__scopeId", "data-v-73ba9888"]]), N = (e) =>
2325
2325
  t("footer", Fi, [
2326
2326
  t("div", Ei, [
2327
2327
  (a(!0), r(I, null, L(e.footerSections, (l) => (a(), r("div", Ni, [
2328
- t("span", Hi, o(l.title), 1),
2328
+ t("span", Hi, n(l.title), 1),
2329
2329
  t("nav", null, [
2330
2330
  t("ul", Ri, [
2331
2331
  _(i.$slots, "section-links", {
@@ -2364,7 +2364,7 @@ const zi = /* @__PURE__ */ v(Oi, [["__scopeId", "data-v-73ba9888"]]), N = (e) =>
2364
2364
  ])
2365
2365
  ]),
2366
2366
  t("div", Ji, [
2367
- t("p", Xi, "© MiR " + o((/* @__PURE__ */ new Date()).getFullYear()), 1),
2367
+ t("p", Xi, "© MiR " + n((/* @__PURE__ */ new Date()).getFullYear()), 1),
2368
2368
  t("div", Zi, [
2369
2369
  t("button", {
2370
2370
  class: "footer__language-switcher",
@@ -2400,7 +2400,7 @@ const zi = /* @__PURE__ */ v(Oi, [["__scopeId", "data-v-73ba9888"]]), N = (e) =>
2400
2400
  ]));
2401
2401
  }
2402
2402
  });
2403
- const rr = /* @__PURE__ */ v(ir, [["__scopeId", "data-v-d2cab33d"]]), sr = { class: "header__wrapper" }, or = { class: "nav-wrapper" }, nr = { class: "mir-link-logo" }, dr = { class: "main-nav-items" }, cr = {
2403
+ const rr = /* @__PURE__ */ v(ir, [["__scopeId", "data-v-d2cab33d"]]), sr = { class: "header__wrapper" }, nr = { class: "nav-wrapper" }, or = { class: "mir-link-logo" }, dr = { class: "main-nav-items" }, cr = {
2404
2404
  id: "menu-dropdown",
2405
2405
  ref: "dropdownDiv"
2406
2406
  }, ur = {
@@ -2412,7 +2412,7 @@ const rr = /* @__PURE__ */ v(ir, [["__scopeId", "data-v-d2cab33d"]]), sr = { cla
2412
2412
  src: "https://a.storyblok.com/f/230581/9x6/8cecdca15f/arrow-down.svg?cv=1695125714195",
2413
2413
  alt: "dropdownarrow",
2414
2414
  style: { transform: "rotate(180deg)" }
2415
- }, hr = { class: "dropdown-content" }, vr = { class: "nav-search-wrapper" }, mr = ["src"], fr = { class: "mobile-logo-search-burger-wrapper" }, gr = { class: "mobile-mir-link-logo" }, yr = { class: "mobile-search-wrapper" }, br = ["src"], pr = ["onClick"], $r = ["src"], kr = ["src"], wr = { class: "mobile-menu-content-wrapper" }, xr = { class: "mobile-dropdown-content" }, Sr = /* @__PURE__ */ h({
2415
+ }, hr = { class: "dropdown-content" }, vr = { class: "nav-search-wrapper" }, mr = ["src"], gr = { class: "mobile-logo-search-burger-wrapper" }, fr = { class: "mobile-mir-link-logo" }, yr = { class: "mobile-search-wrapper" }, br = ["src"], pr = ["onClick"], $r = ["src"], kr = ["src"], wr = { class: "mobile-menu-content-wrapper" }, xr = { class: "mobile-dropdown-content" }, Sr = /* @__PURE__ */ h({
2416
2416
  __name: "header",
2417
2417
  props: {
2418
2418
  burgerState: {
@@ -2432,19 +2432,19 @@ const rr = /* @__PURE__ */ v(ir, [["__scopeId", "data-v-d2cab33d"]]), sr = { cla
2432
2432
  setup(e, { expose: i, emit: s }) {
2433
2433
  const l = e;
2434
2434
  w("");
2435
- let n = null, u = w(l.burgerState), b = w(l.showDropDown);
2435
+ let o = null, u = w(l.burgerState), b = w(l.showDropDown);
2436
2436
  re(
2437
2437
  () => l.burgerState,
2438
2438
  (k) => u.value = k
2439
2439
  ), re(
2440
2440
  () => l.showDropDown,
2441
2441
  (k) => b.value = k
2442
- ), ne(() => {
2443
- n = (k) => {
2442
+ ), oe(() => {
2443
+ o = (k) => {
2444
2444
  k.target.closest("#menu-dropdown") || (b.value = !1);
2445
- }, window.addEventListener("click", n);
2445
+ }, window.addEventListener("click", o);
2446
2446
  }), pe(() => {
2447
- n !== null && window.removeEventListener("click", n);
2447
+ o !== null && window.removeEventListener("click", o);
2448
2448
  });
2449
2449
  function C() {
2450
2450
  b.value = !b.value, s("update:showDropDown", b.value);
@@ -2452,16 +2452,16 @@ const rr = /* @__PURE__ */ v(ir, [["__scopeId", "data-v-d2cab33d"]]), sr = { cla
2452
2452
  function q() {
2453
2453
  u.value = !u.value, s("update:burgerState", u.value);
2454
2454
  }
2455
- let g = w(null), B = w(null);
2455
+ let f = w(null), B = w(null);
2456
2456
  function X() {
2457
- g.value && g.value.blur();
2457
+ f.value && f.value.blur();
2458
2458
  }
2459
2459
  return i({
2460
2460
  defocusSearchButton: X
2461
2461
  }), (k, H) => (a(), r("div", sr, [
2462
2462
  t("nav", null, [
2463
- t("div", or, [
2464
- t("div", nr, [
2463
+ t("div", nr, [
2464
+ t("div", or, [
2465
2465
  _(k.$slots, "link-logo", {}, void 0, !0)
2466
2466
  ]),
2467
2467
  t("ul", dr, [
@@ -2486,10 +2486,10 @@ const rr = /* @__PURE__ */ v(ir, [["__scopeId", "data-v-d2cab33d"]]), sr = { cla
2486
2486
  class: "search-icon",
2487
2487
  onClick: H[0] || (H[0] = (G) => {
2488
2488
  var F;
2489
- return k.$emit("clickSearch"), (F = S(g)) == null ? void 0 : F.blur();
2489
+ return k.$emit("clickSearch"), (F = S(f)) == null ? void 0 : F.blur();
2490
2490
  }),
2491
2491
  ref_key: "navSearchButton",
2492
- ref: g
2492
+ ref: f
2493
2493
  }, [
2494
2494
  t("img", {
2495
2495
  src: S(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",
@@ -2503,8 +2503,8 @@ const rr = /* @__PURE__ */ v(ir, [["__scopeId", "data-v-d2cab33d"]]), sr = { cla
2503
2503
  t("div", {
2504
2504
  class: c(["mobile-nav-wrapper", S(u) == !0 ? "mirsaic-mobile-bg mirsaic--dark" : ""])
2505
2505
  }, [
2506
- t("div", fr, [
2507
- t("div", gr, [
2506
+ t("div", gr, [
2507
+ t("div", fr, [
2508
2508
  _(k.$slots, "link-logo", {}, void 0, !0)
2509
2509
  ]),
2510
2510
  t("div", yr, [
@@ -2515,7 +2515,8 @@ const rr = /* @__PURE__ */ v(ir, [["__scopeId", "data-v-d2cab33d"]]), sr = { cla
2515
2515
  return k.$emit("clickSearch"), (F = S(B)) == null ? void 0 : F.blur();
2516
2516
  }),
2517
2517
  ref_key: "mobileSearchButton",
2518
- ref: B
2518
+ ref: B,
2519
+ "aria-label": "Open search"
2519
2520
  }, [
2520
2521
  t("img", {
2521
2522
  src: S(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",
@@ -2527,14 +2528,21 @@ const rr = /* @__PURE__ */ v(ir, [["__scopeId", "data-v-d2cab33d"]]), sr = { cla
2527
2528
  ]),
2528
2529
  t("button", {
2529
2530
  onClick: se(q, ["prevent"]),
2530
- class: "mobile-burger-wrapper"
2531
+ class: "mobile-burger-wrapper",
2532
+ "aria-label": "Open menu"
2531
2533
  }, [
2532
2534
  t("img", {
2533
2535
  class: c(["burger-line", S(u) == !0 ? "burger-top-line-open" : ""]),
2536
+ width: "23",
2537
+ height: "2",
2538
+ alt: "burger menu line icon",
2534
2539
  src: S(u) == !0 ? "https://a.storyblok.com/f/230581/23x3/bf4bfb3a50/burger-line-white.svg?cv=1695125714410" : "https://a.storyblok.com/f/230581/23x2/63423a4523/burger-line.svg?cv=1695125714081"
2535
2540
  }, null, 10, $r),
2536
2541
  t("img", {
2537
2542
  class: c(["burger-line", S(u) == !0 ? "burger-bottom-line-open" : ""]),
2543
+ width: "23",
2544
+ height: "2",
2545
+ alt: "burger menu line icon",
2538
2546
  src: S(u) == !0 ? "https://a.storyblok.com/f/230581/23x3/bf4bfb3a50/burger-line-white.svg?cv=1695125714410" : "https://a.storyblok.com/f/230581/23x2/63423a4523/burger-line.svg?cv=1695125714081"
2539
2547
  }, null, 10, kr)
2540
2548
  ], 8, pr)
@@ -2555,7 +2563,7 @@ const rr = /* @__PURE__ */ v(ir, [["__scopeId", "data-v-d2cab33d"]]), sr = { cla
2555
2563
  ]));
2556
2564
  }
2557
2565
  });
2558
- const qr = /* @__PURE__ */ v(Sr, [["__scopeId", "data-v-d62e1f41"]]), Br = { class: "language__wrapper" }, Ir = { class: "language__content" }, Lr = { class: "language__headline" }, Tr = { class: "language__paragraph" }, Cr = /* @__PURE__ */ h({
2566
+ const qr = /* @__PURE__ */ v(Sr, [["__scopeId", "data-v-5aeb0831"]]), Br = { class: "language__wrapper" }, Ir = { class: "language__content" }, Lr = { class: "language__headline" }, Tr = { class: "language__paragraph" }, Cr = /* @__PURE__ */ h({
2559
2567
  __name: "language-switcher",
2560
2568
  props: {
2561
2569
  headline: {
@@ -2568,8 +2576,8 @@ const qr = /* @__PURE__ */ v(Sr, [["__scopeId", "data-v-d62e1f41"]]), Br = { cla
2568
2576
  setup(e) {
2569
2577
  return (i, s) => (a(), r("div", Br, [
2570
2578
  t("div", Ir, [
2571
- t("h2", Lr, o(e.headline), 1),
2572
- t("p", Tr, o(e.paragraph), 1),
2579
+ t("h2", Lr, n(e.headline), 1),
2580
+ t("p", Tr, n(e.paragraph), 1),
2573
2581
  _(i.$slots, "language-links", {}, void 0, !0)
2574
2582
  ])
2575
2583
  ]));