@mirweb/mir-web-components 0.15.97 → 0.15.99

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 h, openBlock as a, createElementBlock as r, normalizeClass as c, toDisplayString as o, createElementVNode as t, renderSlot as u, pushScopeId as O, popScopeId as z, computed as E, createTextVNode as j, ref as w, withDirectives as Y, Fragment as I, renderList as T, 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 oe, withKeys as ye, useSlots as be, normalizeStyle as te, isRef as ie, unref as B, onMounted as ne, watch as re, onUnmounted as pe } from "vue";
2
- const $e = ["aria-label"], ke = /* @__PURE__ */ h({
1
+ import { defineComponent as v, openBlock as a, createElementBlock as s, normalizeClass as u, toDisplayString as n, createElementVNode as t, renderSlot as c, pushScopeId as O, popScopeId as z, computed as E, createTextVNode as j, ref as w, withDirectives as Y, Fragment as I, renderList as T, vShow as Z, normalizeProps as A, guardReactiveProps as M, mergeProps as ee, createVNode as p, Transition as fe, withCtx as $, withModifiers as re, createBlock as D, createCommentVNode as m, watchEffect as ne, withKeys as ye, useSlots as be, normalizeStyle as te, isRef as ie, unref as B, onMounted as oe, watch as se, onUnmounted as pe } from "vue";
2
+ const $e = ["aria-label"], ke = /* @__PURE__ */ v({
3
3
  __name: "button",
4
4
  props: {
5
5
  variant: {
@@ -24,18 +24,18 @@ const $e = ["aria-label"], ke = /* @__PURE__ */ h({
24
24
  }
25
25
  },
26
26
  setup(e) {
27
- return (i, s) => (a(), r("button", {
28
- class: c(["button", "button--" + e.variant]),
27
+ return (i, r) => (a(), s("button", {
28
+ class: u(["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
- const v = (e, i) => {
34
- const s = e.__vccOpts || e;
35
- for (const [l, n] of i)
36
- s[l] = n;
37
- return s;
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({
33
+ const h = (e, i) => {
34
+ const r = e.__vccOpts || e;
35
+ for (const [l, o] of i)
36
+ r[l] = o;
37
+ return r;
38
+ }, J = /* @__PURE__ */ h(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__ */ v({
39
39
  __name: "checkbox",
40
40
  props: {
41
41
  name: String,
@@ -62,12 +62,12 @@ const v = (e, i) => {
62
62
  },
63
63
  emits: ["input"],
64
64
  setup(e, { emit: i }) {
65
- const s = (l) => {
66
- const n = l.target;
67
- i("input", n.checked);
65
+ const r = (l) => {
66
+ const o = l.target;
67
+ i("input", o.checked);
68
68
  };
69
- return (l, n) => (a(), r("div", {
70
- class: c(["checkbox__wrapper", e.disabled ? "disabled" : ""])
69
+ return (l, o) => (a(), s("div", {
70
+ class: u(["checkbox__wrapper", e.disabled ? "disabled" : ""])
71
71
  }, [
72
72
  t("input", {
73
73
  type: "checkbox",
@@ -77,23 +77,23 @@ const v = (e, i) => {
77
77
  required: e.required,
78
78
  id: e.id,
79
79
  class: "checkbox__checkbox",
80
- onChange: s
80
+ onChange: r
81
81
  }, null, 40, xe),
82
82
  t("label", {
83
83
  for: e.id,
84
- class: c(["checkbox__label", e.required ? "required" : ""])
84
+ class: u(["checkbox__label", e.required ? "required" : ""])
85
85
  }, [
86
86
  qe,
87
- u(l.$slots, "default", {}, void 0, !0)
87
+ c(l.$slots, "default", {}, void 0, !0)
88
88
  ], 10, Se)
89
89
  ], 2));
90
90
  }
91
91
  });
92
- const Ie = /* @__PURE__ */ v(Be, [["__scopeId", "data-v-c5f3542e"]]), Te = (e) => (O("data-v-b61be596"), e = e(), z(), e), Le = ["aria-label"], Ce = /* @__PURE__ */ Te(() => /* @__PURE__ */ t("img", {
92
+ const Ie = /* @__PURE__ */ h(Be, [["__scopeId", "data-v-c5f3542e"]]), Te = (e) => (O("data-v-b61be596"), e = e(), z(), e), Le = ["aria-label"], Ce = /* @__PURE__ */ Te(() => /* @__PURE__ */ t("img", {
93
93
  src: "https://a.storyblok.com/f/230581/9x9/e4fb715dc9/close.svg?cv=1695125714598",
94
94
  alt: "close",
95
95
  class: "close-icon"
96
- }, null, -1)), Ve = /* @__PURE__ */ h({
96
+ }, null, -1)), Ve = /* @__PURE__ */ v({
97
97
  __name: "chip",
98
98
  props: {
99
99
  text: {
@@ -103,22 +103,22 @@ const Ie = /* @__PURE__ */ v(Be, [["__scopeId", "data-v-c5f3542e"]]), Te = (e) =
103
103
  },
104
104
  emits: ["remove-chip"],
105
105
  setup(e, { emit: i }) {
106
- const s = e, l = E(() => `Chip: ${s.text}`);
107
- return (n, _) => (a(), r("div", {
106
+ const r = e, l = E(() => `Chip: ${r.text}`);
107
+ return (o, _) => (a(), s("div", {
108
108
  class: "chip__wrapper",
109
- onClick: _[0] || (_[0] = (b) => n.$emit("remove-chip"))
109
+ onClick: _[0] || (_[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, Le)
118
118
  ]));
119
119
  }
120
120
  });
121
- const Ae = /* @__PURE__ */ v(Ve, [["__scopeId", "data-v-b61be596"]]), De = ["value"], Me = ["id"], Oe = { class: "listbox__dropdown" }, ze = ["id", "aria-labelledby", "aria-disabled"], Pe = ["aria-labelledby", "aria-activedescendant"], Fe = ["aria-selected", "data-value"], Ee = /* @__PURE__ */ h({
121
+ const Ae = /* @__PURE__ */ h(Ve, [["__scopeId", "data-v-b61be596"]]), De = ["value"], Me = ["id"], Oe = { class: "listbox__dropdown" }, ze = ["id", "aria-labelledby", "aria-disabled"], Pe = ["aria-labelledby", "aria-activedescendant"], Fe = ["aria-selected", "data-value"], Ee = /* @__PURE__ */ v({
122
122
  __name: "dropdown",
123
123
  props: {
124
124
  modelValue: {
@@ -168,9 +168,9 @@ 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), _ = w([]), b = w(0), C = w(""), S = w(!0), f = w(0), q = E(() => {
172
- const d = s.options.find(
173
- (g) => g.value === s.modelValue
171
+ const r = e, l = w(null), o = w(null), _ = w([]), b = w(0), C = w(""), S = w(!0), f = w(0), q = E(() => {
172
+ const d = r.options.find(
173
+ (g) => g.value === r.modelValue
174
174
  );
175
175
  return d && d.label;
176
176
  }), X = {
@@ -191,18 +191,18 @@ const Ae = /* @__PURE__ */ v(Ve, [["__scopeId", "data-v-b61be596"]]), De = ["val
191
191
  const g = d.target;
192
192
  g.getAttribute("role") === "option" && (U(g), Q(), (y = l.value) == null || y.focus());
193
193
  }
194
- function G(d) {
194
+ function W(d) {
195
195
  var y;
196
196
  const g = d.key;
197
197
  switch (g) {
198
198
  case "ArrowUp":
199
199
  case "ArrowDown": {
200
200
  d.preventDefault();
201
- const x = s.options.findIndex(
202
- (R) => R.value === s.modelValue
201
+ const x = r.options.findIndex(
202
+ (R) => R.value === r.modelValue
203
203
  );
204
204
  let P = x ? _.value[x] : _.value[0];
205
- g === "ArrowUp" ? x - 1 >= 0 && (P = _.value[x - 1]) : x + 1 <= s.options.length && (P = _.value[x + 1]), P && U(P);
205
+ g === "ArrowUp" ? x - 1 >= 0 && (P = _.value[x - 1]) : x + 1 <= r.options.length && (P = _.value[x + 1]), P && U(P);
206
206
  break;
207
207
  }
208
208
  case "Home":
@@ -225,11 +225,11 @@ const Ae = /* @__PURE__ */ v(Ve, [["__scopeId", "data-v-b61be596"]]), De = ["val
225
225
  }
226
226
  }
227
227
  function F(d) {
228
- if (!s.disabled)
228
+ if (!r.disabled)
229
229
  switch (d.key) {
230
230
  case "ArrowUp":
231
231
  case "ArrowDown":
232
- d.preventDefault(), le(), G(d);
232
+ d.preventDefault(), le(), W(d);
233
233
  break;
234
234
  }
235
235
  }
@@ -243,18 +243,18 @@ const Ae = /* @__PURE__ */ v(Ve, [["__scopeId", "data-v-b61be596"]]), De = ["val
243
243
  }
244
244
  function _e(d) {
245
245
  let g = "";
246
- (C.value === "" || g !== d) && (f.value = s.options.findIndex(
247
- (x) => x.value === s.modelValue
246
+ (C.value === "" || g !== d) && (f.value = r.options.findIndex(
247
+ (x) => x.value === r.modelValue
248
248
  )), C.value = g === d ? d : C.value + d, g = d, ue();
249
249
  let y = ae(
250
250
  f.value + 1,
251
- s.options.length
251
+ r.options.length
252
252
  );
253
- return !y && C.value.length === 1 && (y = ae(0, f.value)), f.value = (f.value + 1) % s.options.length, y;
253
+ return !y && C.value.length === 1 && (y = ae(0, f.value)), f.value = (f.value + 1) % r.options.length, y;
254
254
  }
255
255
  function ae(d, g) {
256
256
  for (let y = d; y < g; y++)
257
- if (s.options[y].label && s.options[y].label.toUpperCase().indexOf(C.value.toUpperCase()) === 0)
257
+ if (r.options[y].label && r.options[y].label.toUpperCase().indexOf(C.value.toUpperCase()) === 0)
258
258
  return _.value[y];
259
259
  return null;
260
260
  }
@@ -264,23 +264,23 @@ const Ae = /* @__PURE__ */ v(Ve, [["__scopeId", "data-v-b61be596"]]), De = ["val
264
264
  function U(d) {
265
265
  var y, x;
266
266
  const g = d.getAttribute("data-value");
267
- if (s.modelValue) {
268
- const P = s.options.findIndex(
269
- (ge) => ge.value === s.modelValue
267
+ if (r.modelValue) {
268
+ const P = r.options.findIndex(
269
+ (ge) => ge.value === r.modelValue
270
270
  ), R = _.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
275
  g || ""
276
- ), k(g || ""), 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);
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
282
  var g;
283
- const d = (g = _.value) == null ? void 0 : g[s.options.length - 1];
283
+ const d = (g = _.value) == null ? void 0 : g[r.options.length - 1];
284
284
  U(d);
285
285
  }
286
286
  function Q() {
@@ -289,32 +289,32 @@ const Ae = /* @__PURE__ */ v(Ve, [["__scopeId", "data-v-b61be596"]]), De = ["val
289
289
  }
290
290
  function le() {
291
291
  var d, g;
292
- S.value = !1, (d = l.value) == null || d.setAttribute("aria-expanded", "true"), (g = n.value) == null || g.focus();
292
+ S.value = !1, (d = l.value) == null || d.setAttribute("aria-expanded", "true"), (g = o.value) == null || g.focus();
293
293
  }
294
294
  function me() {
295
- s.disabled || (S.value ? le() : Q());
295
+ r.disabled || (S.value ? le() : Q());
296
296
  }
297
- return (d, g) => (a(), r("div", {
297
+ return (d, g) => (a(), s("div", {
298
298
  class: "listbox__wrapper",
299
299
  value: e.modelValue,
300
300
  ref: "listbox"
301
301
  }, [
302
302
  t("label", {
303
303
  id: `${e.name}-label`,
304
- class: c([{
304
+ class: u([{
305
305
  "listbox__label--visually-hidden": !e.showLabel,
306
306
  "is-disabled": e.disabled,
307
307
  "is-required": e.required
308
308
  }, "listbox__label"])
309
- }, o(e.label), 11, Me),
310
- Y((a(), r("div", Oe, [
309
+ }, n(e.label), 11, Me),
310
+ Y((a(), s("div", Oe, [
311
311
  t("button", {
312
312
  id: `${e.name}-button-label`,
313
313
  "aria-labelledby": `${e.name}-label ${e.name}-button-label`,
314
314
  type: "button",
315
315
  "aria-haspopup": "listbox",
316
316
  "aria-disabled": e.disabled,
317
- class: c([
317
+ class: u([
318
318
  "listbox__button",
319
319
  e.variant === "dark" ? "dropdown-dark dropdown-dark-bg-dark" : "dropdown-dark-bg-primary"
320
320
  ]),
@@ -322,19 +322,19 @@ 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 ? q.value : e.placeholder), 43, ze),
325
+ }, n(e.modelValue ? q.value : e.placeholder), 43, ze),
326
326
  Y(t("ul", {
327
327
  "aria-labelledby": `${e.name}-label`,
328
328
  "aria-activedescendant": e.modelValue,
329
329
  tabindex: "0",
330
330
  role: "listbox",
331
331
  class: "listbox__list",
332
- onKeydown: G,
332
+ onKeydown: W,
333
333
  onClick: H,
334
334
  ref_key: "listboxNode",
335
- ref: n
335
+ ref: o
336
336
  }, [
337
- (a(!0), r(I, null, T(e.options, (y, x) => (a(), r("li", {
337
+ (a(!0), s(I, null, T(e.options, (y, x) => (a(), s("li", {
338
338
  key: `${e.name}-option-${x}`,
339
339
  "aria-selected": y.value === e.modelValue,
340
340
  "data-value": y.value,
@@ -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: _
346
- }, o(y.label), 9, Fe))), 128))
346
+ }, n(y.label), 9, Fe))), 128))
347
347
  ], 40, Pe), [
348
348
  [Z, !S.value]
349
349
  ])
@@ -353,7 +353,7 @@ const Ae = /* @__PURE__ */ v(Ve, [["__scopeId", "data-v-b61be596"]]), De = ["val
353
353
  ], 8, De));
354
354
  }
355
355
  });
356
- const Ne = /* @__PURE__ */ v(Ee, [["__scopeId", "data-v-f69f328c"]]), He = { class: "image__wrapper" }, Re = /* @__PURE__ */ h({
356
+ const Ne = /* @__PURE__ */ h(Ee, [["__scopeId", "data-v-f69f328c"]]), He = { class: "image__wrapper" }, Re = /* @__PURE__ */ v({
357
357
  __name: "image",
358
358
  props: {
359
359
  src: {
@@ -391,12 +391,12 @@ const Ne = /* @__PURE__ */ v(Ee, [["__scopeId", "data-v-f69f328c"]]), He = { cla
391
391
  }
392
392
  },
393
393
  setup(e) {
394
- return (i, s) => (a(), r("div", He, [
395
- u(i.$slots, "default", A(M(i.$attrs)))
394
+ return (i, r) => (a(), s("div", He, [
395
+ c(i.$slots, "default", A(M(i.$attrs)))
396
396
  ]));
397
397
  }
398
398
  });
399
- const L = /* @__PURE__ */ v(Re, [["__scopeId", "data-v-513b5384"]]), je = { class: "label__wrapper" }, Ke = ["aria-label", "label-dark"], Ue = /* @__PURE__ */ h({
399
+ const L = /* @__PURE__ */ h(Re, [["__scopeId", "data-v-513b5384"]]), je = { class: "label__wrapper" }, Ke = ["aria-label", "label-dark"], Ue = /* @__PURE__ */ v({
400
400
  __name: "label",
401
401
  props: {
402
402
  text: {
@@ -410,17 +410,17 @@ const L = /* @__PURE__ */ v(Re, [["__scopeId", "data-v-513b5384"]]), je = { clas
410
410
  }
411
411
  },
412
412
  setup(e) {
413
- const i = e, s = E(() => `Label: ${i.text}`);
414
- return (l, n) => (a(), r("div", je, [
413
+ const i = e, r = E(() => `Label: ${i.text}`);
414
+ return (l, o) => (a(), s("div", je, [
415
415
  t("span", {
416
- "aria-label": s.value,
416
+ "aria-label": r.value,
417
417
  "label-dark": e.labelDark,
418
- class: c(e.labelDark ? "label--dark" : "label--light")
419
- }, o(e.text), 11, Ke)
418
+ class: u(e.labelDark ? "label--dark" : "label--light")
419
+ }, n(e.text), 11, Ke)
420
420
  ]));
421
421
  }
422
422
  });
423
- const W = /* @__PURE__ */ v(Ue, [["__scopeId", "data-v-e7a44d10"]]), We = { class: "link__wrapper" }, V = /* @__PURE__ */ h({
423
+ const G = /* @__PURE__ */ h(Ue, [["__scopeId", "data-v-e7a44d10"]]), Ge = { class: "link__wrapper" }, V = /* @__PURE__ */ v({
424
424
  __name: "link",
425
425
  props: {
426
426
  underline: {
@@ -455,12 +455,12 @@ const W = /* @__PURE__ */ v(Ue, [["__scopeId", "data-v-e7a44d10"]]), We = { clas
455
455
  }
456
456
  },
457
457
  setup(e) {
458
- const i = e, s = E(() => {
458
+ const i = e, r = E(() => {
459
459
  const { ...l } = i;
460
460
  return l;
461
461
  });
462
- return (l, n) => (a(), r("div", We, [
463
- t("div", ee(s.value, {
462
+ return (l, o) => (a(), s("div", Ge, [
463
+ t("div", ee(r.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" : "",
466
466
  e.disabled ? "disabled" : "",
@@ -468,12 +468,12 @@ const W = /* @__PURE__ */ v(Ue, [["__scopeId", "data-v-e7a44d10"]]), We = { clas
468
468
  e.arrow ? "link-arrow" : ""
469
469
  ]]
470
470
  }), [
471
- u(l.$slots, "default")
471
+ c(l.$slots, "default")
472
472
  ], 16)
473
473
  ]));
474
474
  }
475
475
  });
476
- const Ge = (e) => (O("data-v-69095414"), e = e(), z(), e), Qe = ["name", "value", "checked", "disabled", "required", "id"], Ye = ["for"], Je = /* @__PURE__ */ Ge(() => /* @__PURE__ */ t("span", { class: "radiomark" }, null, -1)), Xe = /* @__PURE__ */ h({
476
+ const We = (e) => (O("data-v-69095414"), e = e(), z(), e), Qe = ["name", "value", "checked", "disabled", "required", "id"], Ye = ["for"], Je = /* @__PURE__ */ We(() => /* @__PURE__ */ t("span", { class: "radiomark" }, null, -1)), Xe = /* @__PURE__ */ v({
477
477
  __name: "radio-button",
478
478
  props: {
479
479
  name: String,
@@ -501,12 +501,12 @@ const Ge = (e) => (O("data-v-69095414"), e = e(), z(), e), Qe = ["name", "value"
501
501
  },
502
502
  emits: ["input"],
503
503
  setup(e, { emit: i }) {
504
- const s = (l) => {
505
- const n = l.target;
506
- i("input", n.checked);
504
+ const r = (l) => {
505
+ const o = l.target;
506
+ i("input", o.checked);
507
507
  };
508
- return (l, n) => (a(), r("div", {
509
- class: c(["radio__wrapper", e.disabled ? "disabled" : ""])
508
+ return (l, o) => (a(), s("div", {
509
+ class: u(["radio__wrapper", e.disabled ? "disabled" : ""])
510
510
  }, [
511
511
  t("input", {
512
512
  type: "radio",
@@ -517,19 +517,19 @@ const Ge = (e) => (O("data-v-69095414"), e = e(), z(), e), Qe = ["name", "value"
517
517
  required: e.required,
518
518
  id: e.id,
519
519
  class: "radio__radio",
520
- onChange: s
520
+ onChange: r
521
521
  }, null, 40, Qe),
522
522
  t("label", {
523
523
  for: e.id,
524
- class: c(["radio__label", e.required ? "required" : ""])
524
+ class: u(["radio__label", e.required ? "required" : ""])
525
525
  }, [
526
526
  Je,
527
- u(l.$slots, "default", {}, void 0, !0)
527
+ c(l.$slots, "default", {}, void 0, !0)
528
528
  ], 10, Ye)
529
529
  ], 2));
530
530
  }
531
531
  });
532
- const Ze = /* @__PURE__ */ v(Xe, [["__scopeId", "data-v-69095414"]]), et = { class: "select__wrapper" }, tt = ["for"], at = ["disabled", "id", "name", "value"], lt = ["value"], it = /* @__PURE__ */ h({
532
+ const Ze = /* @__PURE__ */ h(Xe, [["__scopeId", "data-v-69095414"]]), et = { class: "select__wrapper" }, tt = ["for"], at = ["disabled", "id", "name", "value"], lt = ["value"], it = /* @__PURE__ */ v({
533
533
  __name: "select",
534
534
  props: {
535
535
  id: {
@@ -570,30 +570,30 @@ const Ze = /* @__PURE__ */ v(Xe, [["__scopeId", "data-v-69095414"]]), et = { cla
570
570
  },
571
571
  emits: ["update:modelValue"],
572
572
  setup(e) {
573
- return (i, s) => (a(), r("div", et, [
573
+ return (i, r) => (a(), s("div", et, [
574
574
  t("label", {
575
575
  for: e.id,
576
- class: c([e.required ? "required" : "", e.disabled ? "disabled" : ""])
577
- }, o(e.label), 11, tt),
576
+ class: u([e.required ? "required" : "", e.disabled ? "disabled" : ""])
577
+ }, n(e.label), 11, tt),
578
578
  t("select", {
579
- class: c(e.disabled ? "disabled" : ""),
579
+ class: u(e.disabled ? "disabled" : ""),
580
580
  disabled: e.disabled,
581
581
  id: e.id,
582
582
  name: e.name,
583
583
  value: e.modelValue,
584
- onChange: s[0] || (s[0] = (l) => {
584
+ onChange: r[0] || (r[0] = (l) => {
585
585
  i.$emit("update:modelValue", l.target.value), l.target.blur();
586
586
  })
587
587
  }, [
588
- (a(!0), r(I, null, T(e.options, (l) => (a(), r("option", {
588
+ (a(!0), s(I, null, T(e.options, (l) => (a(), s("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 st = /* @__PURE__ */ h(it, [["__scopeId", "data-v-500637d5"]]), rt = { class: "modal__wrapper" }, nt = /* @__PURE__ */ v({
597
597
  __name: "modal",
598
598
  props: {
599
599
  show: { type: Boolean, default: !1 },
@@ -601,42 +601,42 @@ const rt = /* @__PURE__ */ v(it, [["__scopeId", "data-v-500637d5"]]), st = { cla
601
601
  },
602
602
  emits: ["update:show"],
603
603
  setup(e, { emit: i }) {
604
- const s = e;
604
+ const r = e;
605
605
  E({
606
- get: () => s.show,
607
- set: (n) => i("update:show", n)
606
+ get: () => r.show,
607
+ set: (o) => i("update:show", o)
608
608
  });
609
609
  const l = () => {
610
- i("update:show", !s.show);
610
+ i("update:show", !r.show);
611
611
  };
612
- return (n, _) => (a(), r("div", st, [
612
+ return (o, _) => (a(), s("div", rt, [
613
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(), s("div", {
619
619
  key: 0,
620
- class: c(["overlay", n.searchBar ? "overlay-search" : "overlay-default"]),
620
+ class: u(["overlay", o.searchBar ? "overlay-search" : "overlay-default"]),
621
621
  onClick: l,
622
622
  ariaLabel: "modal",
623
623
  role: "dialog"
624
624
  }, [
625
625
  t("div", {
626
626
  id: "modal",
627
- onClick: _[0] || (_[0] = se(() => {
627
+ onClick: _[0] || (_[0] = re(() => {
628
628
  }, ["stop"])),
629
- class: c([n.searchBar ? "search" : ""])
629
+ class: u([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
- u(n.$slots, "default", {}, void 0, !0)
639
+ c(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__ */ h(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__ */ v({
649
649
  __name: "slider",
650
650
  props: {
651
651
  label: {
@@ -698,28 +698,28 @@ 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(), _ = w(!1), b = (S, f, q) => (S - f) / (q - f) * 100, C = (S) => {
701
+ const r = e, l = w(r.modelValue), o = w(), _ = w(!1), b = (S, f, q) => (S - f) / (q - f) * 100, C = (S) => {
702
702
  var f;
703
- (f = n.value) == null || f.style.setProperty("--ProgressPercent", `${S}%`);
703
+ (f = o.value) == null || f.style.setProperty("--ProgressPercent", `${S}%`);
704
704
  };
705
- return oe(() => {
706
- if (n.value) {
705
+ return ne(() => {
706
+ if (o.value) {
707
707
  i("update:modelValue", l.value);
708
- const S = b(l.value, s.min, s.max);
708
+ const S = b(l.value, r.min, r.max);
709
709
  let f = (50 - S) / 100;
710
710
  C(S + f);
711
711
  }
712
- }), (S, f) => (a(), r("div", null, [
713
- t("div", nt, [
712
+ }), (S, f) => (a(), s("div", null, [
713
+ t("div", ot, [
714
714
  t("div", dt, [
715
715
  t("label", {
716
716
  for: e.id,
717
- class: c([e.variant, ""])
718
- }, o(e.label), 11, ct),
719
- e.information ? (a(), r("i", {
717
+ class: u([e.variant, ""])
718
+ }, n(e.label), 11, ct),
719
+ e.information ? (a(), s("i", {
720
720
  key: 0,
721
721
  role: "button",
722
- class: c([e.variant, "slider__information"]),
722
+ class: u([e.variant, "slider__information"]),
723
723
  onClick: f[0] || (f[0] = (q) => _.value = !_.value),
724
724
  onKeyup: f[1] || (f[1] = ye((q) => _.value = !_.value, ["enter"])),
725
725
  "aria-label": e.informationLabel,
@@ -729,8 +729,8 @@ const de = /* @__PURE__ */ v(ot, [["__scopeId", "data-v-e18c70fd"]]), nt = { cla
729
729
  ]),
730
730
  t("div", _t, [
731
731
  t("span", {
732
- class: c([e.variant, "slider__minmax"])
733
- }, o(e.min), 3),
732
+ class: u([e.variant, "slider__minmax"])
733
+ }, n(e.min), 3),
734
734
  t("input", {
735
735
  type: "range",
736
736
  id: e.id,
@@ -739,18 +739,18 @@ const de = /* @__PURE__ */ v(ot, [["__scopeId", "data-v-e18c70fd"]]), nt = { cla
739
739
  min: e.min,
740
740
  step: e.step,
741
741
  max: e.max,
742
- class: c(e.variant),
742
+ class: u(e.variant),
743
743
  ref_key: "slider",
744
- ref: n,
744
+ ref: o,
745
745
  onInput: f[2] || (f[2] = ({ target: q }) => l.value = parseFloat(q.value))
746
746
  }, null, 42, ht),
747
747
  t("span", {
748
- class: c([e.variant, "slider__minmax"])
749
- }, o(e.max), 3)
748
+ class: u([e.variant, "slider__minmax"])
749
+ }, n(e.max), 3)
750
750
  ]),
751
751
  t("span", {
752
- class: c([e.variant, "slider__value"])
753
- }, o(e.modelValue), 3)
752
+ class: u([e.variant, "slider__value"])
753
+ }, n(e.modelValue), 3)
754
754
  ]),
755
755
  e.information ? (a(), D(de, {
756
756
  key: 0,
@@ -758,14 +758,14 @@ const de = /* @__PURE__ */ v(ot, [["__scopeId", "data-v-e18c70fd"]]), nt = { cla
758
758
  "onUpdate:show": f[3] || (f[3] = (q) => _.value = q)
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"]]), 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({
768
+ const mt = /* @__PURE__ */ h(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__ */ v({
769
769
  __name: "textarea",
770
770
  props: {
771
771
  id: {
@@ -805,11 +805,11 @@ const mt = /* @__PURE__ */ v(vt, [["__scopeId", "data-v-6dbb2648"]]), gt = { id:
805
805
  },
806
806
  emits: ["update:modelValue"],
807
807
  setup(e) {
808
- return (i, s) => (a(), r("div", gt, [
808
+ return (i, r) => (a(), s("div", gt, [
809
809
  t("label", {
810
810
  for: e.id,
811
- class: c({ required: e.required })
812
- }, o(e.labelText) + o(e.required ? " *" : ""), 11, ft),
811
+ class: u({ required: e.required })
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
  }, [
@@ -823,26 +823,26 @@ const mt = /* @__PURE__ */ v(vt, [["__scopeId", "data-v-6dbb2648"]]), gt = { id:
823
823
  disabled: e.disabled,
824
824
  maxlength: e.maxLength,
825
825
  value: e.modelValue,
826
- onInput: s[0] || (s[0] = (l) => i.$emit("update:modelValue", l.target.value)),
827
- class: c(
826
+ onInput: r[0] || (r[0] = (l) => i.$emit("update:modelValue", l.target.value)),
827
+ class: u(
828
828
  e.modelValue !== void 0 && e.modelValue.length == e.maxLength ? "reached-meter-limit" : "border"
829
829
  )
830
830
  }, null, 42, bt)
831
831
  ], 8, yt),
832
832
  t("div", pt, [
833
833
  t("div", null, [
834
- e.modelValue !== void 0 && e.modelValue.length == e.maxLength ? (a(), r("p", $t, " Too many characters. Please make it shorter ")) : m("", !0)
834
+ e.modelValue !== void 0 && e.modelValue.length == e.maxLength ? (a(), s("p", $t, " Too many characters. Please make it shorter ")) : m("", !0)
835
835
  ]),
836
836
  t("p", {
837
- class: c(
837
+ class: u(
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
  }
844
844
  });
845
- const wt = /* @__PURE__ */ v(kt, [["__scopeId", "data-v-626f208b"]]), xt = { class: "text-field__wrapper" }, St = ["for"], qt = { key: 0 }, Bt = ["id", "type", "value", "placeholder", "required", "disabled", "name"], It = ["aria-expanded"], Tt = ["type", "value", "placeholder", "id", "required", "disabled", "name"], Lt = {
845
+ const wt = /* @__PURE__ */ h(kt, [["__scopeId", "data-v-626f208b"]]), xt = { class: "text-field__wrapper" }, St = ["for"], qt = { key: 0 }, Bt = ["id", "type", "value", "placeholder", "required", "disabled", "name"], It = ["aria-expanded"], Tt = ["type", "value", "placeholder", "id", "required", "disabled", "name"], Lt = {
846
846
  key: 2,
847
847
  class: "search"
848
848
  }, Ct = {
@@ -851,7 +851,7 @@ const wt = /* @__PURE__ */ v(kt, [["__scopeId", "data-v-626f208b"]]), xt = { cla
851
851
  }, Vt = {
852
852
  key: 4,
853
853
  class: "helperText"
854
- }, At = /* @__PURE__ */ h({
854
+ }, At = /* @__PURE__ */ v({
855
855
  __name: "text-field",
856
856
  props: {
857
857
  type: {
@@ -929,21 +929,21 @@ const wt = /* @__PURE__ */ v(kt, [["__scopeId", "data-v-626f208b"]]), xt = { cla
929
929
  },
930
930
  emits: ["update:modelValue"],
931
931
  setup(e) {
932
- const i = w(!0), s = E(
932
+ const i = w(!0), r = E(
933
933
  () => i.value ? "showPassword" : "hidePassword"
934
934
  ), l = E(
935
935
  () => i.value ? "password" : "text"
936
936
  );
937
- return (n, _) => (a(), r("div", xt, [
937
+ return (o, _) => (a(), s("div", xt, [
938
938
  t("label", {
939
939
  for: e.id,
940
- class: c([
940
+ class: u([
941
941
  e.required ? "required" : "",
942
942
  e.disabled ? "disabled" : "",
943
943
  e.search ? "search" : ""
944
944
  ])
945
- }, o(e.label), 11, St),
946
- e.type === "password" ? (a(), r("div", qt, [
945
+ }, n(e.label), 11, St),
946
+ e.type === "password" ? (a(), s("div", qt, [
947
947
  t("input", {
948
948
  id: e.id,
949
949
  type: l.value,
@@ -951,41 +951,41 @@ 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: _[0] || (_[0] = (b) => n.$emit("update:modelValue", b.target.value)),
954
+ onInput: _[0] || (_[0] = (b) => o.$emit("update:modelValue", b.target.value)),
955
955
  name: e.fieldName,
956
956
  ref: "passwordField"
957
957
  }, null, 40, Bt),
958
958
  t("i", {
959
959
  role: "button",
960
- class: c([s.value]),
960
+ class: u([r.value]),
961
961
  onClick: _[1] || (_[1] = (b) => i.value = !i.value),
962
962
  "aria-controls": "password",
963
963
  "aria-expanded": !i.value
964
964
  }, null, 10, It)
965
- ])) : (a(), r("input", {
965
+ ])) : (a(), s("input", {
966
966
  key: 1,
967
967
  type: e.type,
968
968
  value: e.modelValue,
969
969
  placeholder: e.placeholder,
970
970
  id: e.id,
971
971
  required: e.required,
972
- class: c([
972
+ class: u([
973
973
  e.invalid ? "invalid" : "",
974
974
  e.valid ? "valid" : "",
975
975
  e.search ? "search" : ""
976
976
  ]),
977
977
  disabled: e.disabled,
978
- onInput: _[2] || (_[2] = (b) => n.$emit("update:modelValue", b.target.value)),
978
+ onInput: _[2] || (_[2] = (b) => o.$emit("update:modelValue", b.target.value)),
979
979
  name: e.fieldName,
980
980
  ref: "textField"
981
981
  }, null, 42, Tt)),
982
- e.search ? (a(), r("i", Lt)) : 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)
982
+ e.search ? (a(), s("i", Lt)) : m("", !0),
983
+ e.errorMessage ? (a(), s("strong", Ct, n(e.errorMessage), 1)) : m("", !0),
984
+ e.helperText ? (a(), s("span", Vt, n(e.helperText), 1)) : m("", !0)
985
985
  ]));
986
986
  }
987
987
  });
988
- const Dt = /* @__PURE__ */ v(At, [["__scopeId", "data-v-f0ec9f97"]]), Mt = { class: "video__wrapper" }, Ot = ["aria-label", "controls", "poster", "width", "height", "autoplay", "loop", "muted", "src"], zt = ["src", "aria-label", "title", "width", "height"], Pt = /* @__PURE__ */ h({
988
+ const Dt = /* @__PURE__ */ h(At, [["__scopeId", "data-v-f0ec9f97"]]), Mt = { class: "video__wrapper" }, Ot = ["aria-label", "controls", "poster", "width", "height", "autoplay", "loop", "muted", "src"], zt = ["src", "aria-label", "title", "width", "height"], Pt = /* @__PURE__ */ v({
989
989
  __name: "video",
990
990
  props: {
991
991
  play: {
@@ -1037,16 +1037,16 @@ const Dt = /* @__PURE__ */ v(At, [["__scopeId", "data-v-f0ec9f97"]]), Mt = { cla
1037
1037
  }
1038
1038
  },
1039
1039
  setup(e, { expose: i }) {
1040
- const s = e;
1040
+ const r = e;
1041
1041
  let l = w(null);
1042
- return oe(() => {
1043
- s.play && l.value ? l.value.play() : !s.play && l.value && l.value.pause();
1042
+ return ne(() => {
1043
+ r.play && l.value ? l.value.play() : !r.play && l.value && l.value.pause();
1044
1044
  }), i({
1045
1045
  resetVideo: () => {
1046
1046
  l.value && (l.value.currentTime = 0, l.value.play());
1047
1047
  }
1048
- }), (_, b) => (a(), r("div", Mt, [
1049
- e.localVideo ? (a(), r("video", {
1048
+ }), (_, b) => (a(), s("div", Mt, [
1049
+ e.localVideo ? (a(), s("video", {
1050
1050
  key: 0,
1051
1051
  ref_key: "videoRef",
1052
1052
  ref: l,
@@ -1061,7 +1061,7 @@ const Dt = /* @__PURE__ */ v(At, [["__scopeId", "data-v-f0ec9f97"]]), Mt = { cla
1061
1061
  type: "video/mp4",
1062
1062
  playsinline: "",
1063
1063
  src: e.src
1064
- }, null, 8, Ot)) : (a(), r("iframe", {
1064
+ }, null, 8, Ot)) : (a(), s("iframe", {
1065
1065
  key: 1,
1066
1066
  src: e.src,
1067
1067
  "aria-label": e.ariaLabel,
@@ -1075,7 +1075,7 @@ const Dt = /* @__PURE__ */ v(At, [["__scopeId", "data-v-f0ec9f97"]]), Mt = { cla
1075
1075
  ]));
1076
1076
  }
1077
1077
  });
1078
- const K = /* @__PURE__ */ v(Pt, [["__scopeId", "data-v-cc1144b9"]]), Ft = { class: "address__wrapper" }, Et = { class: "address__content" }, Nt = { class: "address__flag" }, Ht = { class: "address__address" }, Rt = { class: "address__name" }, jt = { key: 0 }, Kt = { class: "address__contact" }, Ut = ["href"], Wt = ["href"], Gt = /* @__PURE__ */ h({
1078
+ const K = /* @__PURE__ */ h(Pt, [["__scopeId", "data-v-cc1144b9"]]), Ft = { class: "address__wrapper" }, Et = { class: "address__content" }, Nt = { class: "address__flag" }, Ht = { class: "address__address" }, Rt = { class: "address__name" }, jt = { key: 0 }, Kt = { class: "address__contact" }, Ut = ["href"], Gt = ["href"], Wt = /* @__PURE__ */ v({
1079
1079
  __name: "address",
1080
1080
  props: {
1081
1081
  name: {
@@ -1106,20 +1106,20 @@ const K = /* @__PURE__ */ v(Pt, [["__scopeId", "data-v-cc1144b9"]]), Ft = { clas
1106
1106
  }
1107
1107
  },
1108
1108
  setup(e) {
1109
- return (i, s) => (a(), r("div", Ft, [
1109
+ return (i, r) => (a(), s("div", Ft, [
1110
1110
  t("div", Et, [
1111
1111
  t("div", Nt, [
1112
- u(i.$slots, "address-flag", {}, void 0, !0)
1112
+ c(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(), s("p", jt, n(e.addressLine_3), 1)) : m("", !0)
1120
1120
  ]),
1121
1121
  t("div", Kt, [
1122
- (a(!0), r(I, null, T(e.phone_numbers, (l) => (a(), D(V, {
1122
+ (a(!0), s(I, null, T(e.phone_numbers, (l) => (a(), D(V, {
1123
1123
  underline: "false",
1124
1124
  linkType: "regular"
1125
1125
  }, {
@@ -1127,20 +1127,20 @@ const K = /* @__PURE__ */ v(Pt, [["__scopeId", "data-v-cc1144b9"]]), 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, Gt)
1138
1138
  ])
1139
1139
  ])
1140
1140
  ]));
1141
1141
  }
1142
1142
  });
1143
- const Qt = /* @__PURE__ */ v(Gt, [["__scopeId", "data-v-22ea3b79"]]), Yt = (e) => (O("data-v-a335dd30"), e = e(), z(), e), Jt = { class: "bullet-list__wrapper" }, Xt = /* @__PURE__ */ Yt(() => /* @__PURE__ */ t("i", { class: "checkmark" }, null, -1)), Zt = /* @__PURE__ */ h({
1143
+ const Qt = /* @__PURE__ */ h(Wt, [["__scopeId", "data-v-22ea3b79"]]), Yt = (e) => (O("data-v-a335dd30"), e = e(), z(), e), Jt = { class: "bullet-list__wrapper" }, Xt = /* @__PURE__ */ Yt(() => /* @__PURE__ */ t("i", { class: "checkmark" }, null, -1)), Zt = /* @__PURE__ */ v({
1144
1144
  __name: "bullet-list",
1145
1145
  props: {
1146
1146
  list: {
@@ -1160,24 +1160,24 @@ const Qt = /* @__PURE__ */ v(Gt, [["__scopeId", "data-v-22ea3b79"]]), Yt = (e) =
1160
1160
  }
1161
1161
  },
1162
1162
  setup(e) {
1163
- return (i, s) => (a(), r("div", Jt, [
1163
+ return (i, r) => (a(), s("div", Jt, [
1164
1164
  t("div", {
1165
- class: c(["bullet-list", e.variant])
1165
+ class: u(["bullet-list", e.variant])
1166
1166
  }, [
1167
1167
  t("ul", null, [
1168
- (a(!0), r(I, null, T(e.list, (l) => (a(), r("li", null, [
1168
+ (a(!0), s(I, null, T(e.list, (l) => (a(), s("li", null, [
1169
1169
  Xt,
1170
- j(" " + o(l), 1)
1170
+ j(" " + n(l), 1)
1171
1171
  ]))), 256))
1172
1172
  ])
1173
1173
  ], 2)
1174
1174
  ]));
1175
1175
  }
1176
1176
  });
1177
- const ea = /* @__PURE__ */ v(Zt, [["__scopeId", "data-v-a335dd30"]]), ta = { class: "card__wrapper" }, aa = {
1177
+ const ea = /* @__PURE__ */ h(Zt, [["__scopeId", "data-v-a335dd30"]]), ta = { class: "card__wrapper" }, aa = {
1178
1178
  key: 2,
1179
1179
  class: "card__label"
1180
- }, la = { key: 5 }, ia = /* @__PURE__ */ h({
1180
+ }, la = { key: 5 }, ia = /* @__PURE__ */ v({
1181
1181
  __name: "card",
1182
1182
  props: {
1183
1183
  variant: {
@@ -1232,11 +1232,11 @@ const ea = /* @__PURE__ */ v(Zt, [["__scopeId", "data-v-a335dd30"]]), ta = { cla
1232
1232
  },
1233
1233
  emits: ["clicked"],
1234
1234
  setup(e, { emit: i }) {
1235
- const s = be();
1235
+ const r = be();
1236
1236
  let l = w(!1);
1237
- return (n, _) => (a(), r("div", ta, [
1237
+ return (o, _) => (a(), s("div", ta, [
1238
1238
  t("div", {
1239
- class: c(["card", [
1239
+ class: u(["card", [
1240
1240
  e.theme == "dark" ? "card--dark" : "card--light",
1241
1241
  e.orientation == "vertical" ? "vertical" : "horizontal",
1242
1242
  e.size == "small" ? "card--small" : e.size == "medium" ? "card--medium" : e.size == "large" ? "card--large" : "",
@@ -1249,7 +1249,7 @@ const ea = /* @__PURE__ */ v(Zt, [["__scopeId", "data-v-a335dd30"]]), ta = { cla
1249
1249
  }, [
1250
1250
  e.mediaType == "image" ? (a(), D(L, { key: 0 }, {
1251
1251
  default: $(() => [
1252
- u(n.$slots, "card-image", ee({
1252
+ c(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" : "",
@@ -1259,9 +1259,9 @@ const ea = /* @__PURE__ */ v(Zt, [["__scopeId", "data-v-a335dd30"]]), ta = { cla
1259
1259
  }, { srcset: e.srcSet }))
1260
1260
  ]),
1261
1261
  _: 3
1262
- })) : (a(), r("div", {
1262
+ })) : (a(), s("div", {
1263
1263
  key: 1,
1264
- class: c(["video-card__wrapper", B(l) == !0 ? "vimeoPlaying" : ""])
1264
+ class: u(["video-card__wrapper", B(l) == !0 ? "vimeoPlaying" : ""])
1265
1265
  }, [
1266
1266
  p(K, {
1267
1267
  play: B(l),
@@ -1277,22 +1277,22 @@ const ea = /* @__PURE__ */ v(Zt, [["__scopeId", "data-v-a335dd30"]]), ta = { cla
1277
1277
  muted: !0
1278
1278
  }, null, 8, ["play", "src", "aria-label", "poster", "width", "height"])
1279
1279
  ], 2)),
1280
- B(s)["card-label"] ? (a(), r("div", aa, [
1281
- u(n.$slots, "card-label")
1280
+ B(r)["card-label"] ? (a(), s("div", aa, [
1281
+ c(o.$slots, "card-label")
1282
1282
  ])) : m("", !0),
1283
- e.variant === "product" ? (a(), r("h3", {
1283
+ e.variant === "product" ? (a(), s("h3", {
1284
1284
  key: 3,
1285
- class: c(e.theme == "dark" ? "regular-dark" : "regular-blue")
1286
- }, o(e.headline), 3)) : (a(), r("h3", {
1285
+ class: u(e.theme == "dark" ? "regular-dark" : "regular-blue")
1286
+ }, n(e.headline), 3)) : (a(), s("h3", {
1287
1287
  key: 4,
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)
1288
+ class: u(e.theme == "dark" ? "regular-dark" : "regular-dark-blue")
1289
+ }, n(e.headline), 3)),
1290
+ e.variant == "product" ? (a(), s("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 sa = /* @__PURE__ */ h(ia, [["__scopeId", "data-v-ed5d7a87"]]), ra = (e) => (O("data-v-b0f9972c"), e = e(), z(), e), na = { class: "event__wrapper" }, oa = { class: "event__headline" }, da = { class: "event__date-location" }, ca = /* @__PURE__ */ ra(() => /* @__PURE__ */ t("br", null, null, -1)), ua = { class: "event__exhibitor" }, _a = /* @__PURE__ */ v({
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, [
1321
- p(W, {
1320
+ return (i, r) => (a(), s("div", na, [
1321
+ p(G, {
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" }, ga = { class: "text__paragraph" }, fa = /* @__PURE__ */ h({
1335
+ const ha = /* @__PURE__ */ h(_a, [["__scopeId", "data-v-b0f9972c"]]), va = { class: "text__wrapper" }, ma = { class: "text__headline" }, ga = { class: "text__paragraph" }, fa = /* @__PURE__ */ v({
1336
1336
  __name: "text-card",
1337
1337
  props: {
1338
1338
  label: {
@@ -1349,22 +1349,22 @@ const ha = /* @__PURE__ */ v(_a, [["__scopeId", "data-v-b0f9972c"]]), va = { cla
1349
1349
  }
1350
1350
  },
1351
1351
  setup(e) {
1352
- return (i, s) => (a(), r("div", va, [
1353
- p(W, {
1352
+ return (i, r) => (a(), s("div", va, [
1353
+ p(G, {
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),
1357
+ t("div", ma, n(e.headline), 1),
1358
1358
  t("div", ga, [
1359
- t("p", null, o(e.paragraph), 1)
1359
+ t("p", null, n(e.paragraph), 1)
1360
1360
  ])
1361
1361
  ]));
1362
1362
  }
1363
1363
  });
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 = {
1364
+ const ya = /* @__PURE__ */ h(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
- }, Ba = /* @__PURE__ */ h({
1367
+ }, Ba = /* @__PURE__ */ v({
1368
1368
  __name: "facts",
1369
1369
  props: {
1370
1370
  headline: {
@@ -1382,26 +1382,26 @@ const ya = /* @__PURE__ */ v(fa, [["__scopeId", "data-v-b07d352b"]]), ba = { cla
1382
1382
  }
1383
1383
  },
1384
1384
  setup(e) {
1385
- return (i, s) => (a(), r("div", ba, [
1385
+ return (i, r) => (a(), s("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
- (a(!0), r(I, null, T(e.facts, (l) => (a(), r("div", wa, [
1389
+ (a(!0), s(I, null, T(e.facts, (l) => (a(), s("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
  ]),
1398
- e.link ? (a(), r("div", qa, [
1398
+ e.link ? (a(), s("div", qa, [
1399
1399
  p(V, {
1400
1400
  linkType: "regular-light",
1401
1401
  arrow: ""
1402
1402
  }, {
1403
1403
  default: $(() => [
1404
- u(i.$slots, "facts-link", {}, void 0, !0)
1404
+ c(i.$slots, "facts-link", {}, void 0, !0)
1405
1405
  ]),
1406
1406
  _: 3
1407
1407
  })
@@ -1410,13 +1410,13 @@ const ya = /* @__PURE__ */ v(fa, [["__scopeId", "data-v-b07d352b"]]), ba = { cla
1410
1410
  ]));
1411
1411
  }
1412
1412
  });
1413
- const Ia = /* @__PURE__ */ v(Ba, [["__scopeId", "data-v-7db53845"]]), Ta = { class: "features__wrapper" }, La = { class: "features__content" }, Ca = {
1413
+ const Ia = /* @__PURE__ */ h(Ba, [["__scopeId", "data-v-7db53845"]]), Ta = { class: "features__wrapper" }, La = { class: "features__content" }, Ca = {
1414
1414
  key: 0,
1415
1415
  class: "features__headline"
1416
1416
  }, Va = {
1417
1417
  key: 1,
1418
1418
  class: "features__body"
1419
- }, Aa = { class: "features__element" }, Da = { class: "element__headline" }, Ma = { class: "element__body" }, Oa = /* @__PURE__ */ h({
1419
+ }, Aa = { class: "features__element" }, Da = { class: "element__headline" }, Ma = { class: "element__body" }, Oa = /* @__PURE__ */ v({
1420
1420
  __name: "features",
1421
1421
  props: {
1422
1422
  headline: {
@@ -1434,21 +1434,21 @@ const Ia = /* @__PURE__ */ v(Ba, [["__scopeId", "data-v-7db53845"]]), Ta = { cla
1434
1434
  }
1435
1435
  },
1436
1436
  setup(e) {
1437
- return (i, s) => (a(), r("div", Ta, [
1437
+ return (i, r) => (a(), s("div", Ta, [
1438
1438
  t("div", La, [
1439
- e.headline ? (a(), r("div", Ca, [
1440
- t("h2", null, o(e.headline), 1)
1439
+ e.headline ? (a(), s("div", Ca, [
1440
+ t("h2", null, n(e.headline), 1)
1441
1441
  ])) : m("", !0),
1442
- e.body ? (a(), r("div", Va, [
1443
- t("p", null, o(e.body), 1)
1442
+ e.body ? (a(), s("div", Va, [
1443
+ t("p", null, n(e.body), 1)
1444
1444
  ])) : m("", !0),
1445
1445
  t("div", {
1446
- class: c(["features__elements", [e.elements.length == 6 ? "features__elements--grid-6" : ""]])
1446
+ class: u(["features__elements", [e.elements.length == 6 ? "features__elements--grid-6" : ""]])
1447
1447
  }, [
1448
- (a(!0), r(I, null, T(e.elements, (l) => (a(), r("div", Aa, [
1448
+ (a(!0), s(I, null, T(e.elements, (l) => (a(), s("div", Aa, [
1449
1449
  p(L, { class: "element__icon" }, {
1450
1450
  default: $(() => [
1451
- u(i.$slots, "features-icon", A(M({
1451
+ c(i.$slots, "features-icon", A(M({
1452
1452
  src: l.icon.src,
1453
1453
  height: 30,
1454
1454
  width: 30,
@@ -1457,15 +1457,15 @@ const Ia = /* @__PURE__ */ v(Ba, [["__scopeId", "data-v-7db53845"]]), Ta = { 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
  ])
1465
1465
  ]));
1466
1466
  }
1467
1467
  });
1468
- const za = /* @__PURE__ */ v(Oa, [["__scopeId", "data-v-35a864e7"]]), Pa = { class: "image__wrapper" }, Fa = { class: "image__content" }, Ea = { class: "image__image" }, Na = { class: "image__caption" }, Ha = /* @__PURE__ */ h({
1468
+ const za = /* @__PURE__ */ h(Oa, [["__scopeId", "data-v-35a864e7"]]), Pa = { class: "image__wrapper" }, Fa = { class: "image__content" }, Ea = { class: "image__image" }, Na = { class: "image__caption" }, Ha = /* @__PURE__ */ v({
1469
1469
  __name: "image",
1470
1470
  props: {
1471
1471
  caption: {
@@ -1482,31 +1482,31 @@ const za = /* @__PURE__ */ v(Oa, [["__scopeId", "data-v-35a864e7"]]), Pa = { cla
1482
1482
  }
1483
1483
  },
1484
1484
  setup(e) {
1485
- return (i, s) => (a(), r("div", Pa, [
1485
+ return (i, r) => (a(), s("div", Pa, [
1486
1486
  t("div", Fa, [
1487
1487
  t("div", Ea, [
1488
1488
  p(L, null, {
1489
1489
  default: $(() => [
1490
- u(i.$slots, "image", A(M({ width: 984, height: 554, src: e.src, alt: e.alt })))
1490
+ c(i.$slots, "image", A(M({ width: 984, height: 554, src: e.src, alt: e.alt })))
1491
1491
  ]),
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
  }
1499
1499
  });
1500
- const Ra = /* @__PURE__ */ v(Ha, [["__scopeId", "data-v-624f5b56"]]), ja = { class: "gallery__large" }, Ka = {
1500
+ const Ra = /* @__PURE__ */ h(Ha, [["__scopeId", "data-v-624f5b56"]]), ja = { class: "gallery__large" }, Ka = {
1501
1501
  key: 0,
1502
1502
  class: "image image--large"
1503
1503
  }, Ua = {
1504
1504
  key: 1,
1505
1505
  class: "video"
1506
- }, Wa = { class: "image image--small" }, Ga = {
1506
+ }, Ga = { class: "image image--small" }, Wa = {
1507
1507
  key: 0,
1508
1508
  class: "body"
1509
- }, Qa = /* @__PURE__ */ h({
1509
+ }, Qa = /* @__PURE__ */ v({
1510
1510
  __name: "image-gallery",
1511
1511
  props: {
1512
1512
  mediaLarge: {
@@ -1545,23 +1545,23 @@ const Ra = /* @__PURE__ */ v(Ha, [["__scopeId", "data-v-624f5b56"]]), ja = { cla
1545
1545
  }
1546
1546
  },
1547
1547
  setup(e) {
1548
- return (i, s) => (a(), r("div", {
1549
- class: c([
1548
+ return (i, r) => (a(), s("div", {
1549
+ class: u([
1550
1550
  "gallery__wrapper",
1551
1551
  e.bgColor === "light" ? "gallery__wrapper--light" : e.bgColor === "dark" ? ["gallery__wrapper--dark", "mirsaic--dark"] : ""
1552
1552
  ])
1553
1553
  }, [
1554
1554
  t("div", {
1555
- class: c([
1555
+ class: u([
1556
1556
  "gallery__content",
1557
1557
  e.flipHorizontal ? "gallery__content--reverse" : "gallery__content--default"
1558
1558
  ])
1559
1559
  }, [
1560
1560
  t("div", ja, [
1561
- e.mediaLarge && e.mediaType === "image" ? (a(), r("div", Ka, [
1561
+ e.mediaLarge && e.mediaType === "image" ? (a(), s("div", Ka, [
1562
1562
  p(L, null, {
1563
1563
  default: $(() => [
1564
- u(i.$slots, "image-large", A(M({
1564
+ c(i.$slots, "image-large", A(M({
1565
1565
  width: 617,
1566
1566
  height: 530,
1567
1567
  src: e.mediaLarge.src,
@@ -1571,7 +1571,7 @@ const Ra = /* @__PURE__ */ v(Ha, [["__scopeId", "data-v-624f5b56"]]), ja = { cla
1571
1571
  _: 3
1572
1572
  })
1573
1573
  ])) : m("", !0),
1574
- e.mediaLarge && e.mediaType === "video" ? (a(), r("div", Ua, [
1574
+ e.mediaLarge && e.mediaType === "video" ? (a(), s("div", Ua, [
1575
1575
  p(K, {
1576
1576
  src: e.mediaLarge.src,
1577
1577
  localVideo: "",
@@ -1588,15 +1588,15 @@ const Ra = /* @__PURE__ */ v(Ha, [["__scopeId", "data-v-624f5b56"]]), ja = { cla
1588
1588
  ]),
1589
1589
  t("div", {
1590
1590
  style: te([e.mediaSmall.length == 2 ? "grid-gap: 38px;" : ""]),
1591
- class: c([
1591
+ class: u([
1592
1592
  "gallery__small",
1593
1593
  e.flipVertical ? "gallery__small--reverse" : "gallery__small--default"
1594
1594
  ])
1595
1595
  }, [
1596
- (a(!0), r(I, null, T(e.mediaSmall, (l) => (a(), r("div", Wa, [
1596
+ (a(!0), s(I, null, T(e.mediaSmall, (l) => (a(), s("div", Ga, [
1597
1597
  p(L, null, {
1598
1598
  default: $(() => [
1599
- u(i.$slots, "image-small", A(M({
1599
+ c(i.$slots, "image-small", A(M({
1600
1600
  width: 328,
1601
1601
  height: 246,
1602
1602
  src: l.src,
@@ -1606,15 +1606,15 @@ const Ra = /* @__PURE__ */ v(Ha, [["__scopeId", "data-v-624f5b56"]]), ja = { cla
1606
1606
  _: 2
1607
1607
  }, 1024)
1608
1608
  ]))), 256)),
1609
- e.mediaSmall.length < 2 ? (a(), r("div", Ga, [
1610
- t("p", null, o(e.body), 1)
1609
+ e.mediaSmall.length < 2 ? (a(), s("div", Wa, [
1610
+ t("p", null, n(e.body), 1)
1611
1611
  ])) : m("", !0)
1612
1612
  ], 6)
1613
1613
  ], 2)
1614
1614
  ], 2));
1615
1615
  }
1616
1616
  });
1617
- const Ya = /* @__PURE__ */ v(Qa, [["__scopeId", "data-v-55b17073"]]), Ja = { class: "headline__wrapper" }, Xa = { class: "headline__h1" }, Za = /* @__PURE__ */ h({
1617
+ const Ya = /* @__PURE__ */ h(Qa, [["__scopeId", "data-v-55b17073"]]), Ja = { class: "headline__wrapper" }, Xa = { class: "headline__h1" }, Za = /* @__PURE__ */ v({
1618
1618
  __name: "headline",
1619
1619
  props: {
1620
1620
  headline: {
@@ -1631,21 +1631,21 @@ const Ya = /* @__PURE__ */ v(Qa, [["__scopeId", "data-v-55b17073"]]), Ja = { cla
1631
1631
  }
1632
1632
  },
1633
1633
  setup(e) {
1634
- return (i, s) => (a(), r("div", Ja, [
1634
+ return (i, r) => (a(), s("div", Ja, [
1635
1635
  t("div", {
1636
- class: c({
1636
+ class: u({
1637
1637
  "headline__content--article-and-submenu": e.article && e.subMenu,
1638
1638
  "headline__content--article": e.article && !e.subMenu,
1639
1639
  "headline__content--default headline__content--submenu": !e.article && e.subMenu,
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__ */ h(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" }, sl = { class: "hero__elements" }, rl = { class: "hero__headline" }, nl = { class: "hero__link" }, ol = { class: "hero__video" }, dl = /* @__PURE__ */ tl(() => /* @__PURE__ */ t("div", { class: "hero__gradient" }, null, -1)), cl = /* @__PURE__ */ v({
1649
1649
  __name: "hero",
1650
1650
  props: {
1651
1651
  headline: {
@@ -1658,27 +1658,27 @@ const el = /* @__PURE__ */ v(Za, [["__scopeId", "data-v-080238bd"]]), tl = (e) =
1658
1658
  }
1659
1659
  },
1660
1660
  setup(e) {
1661
- return (i, s) => (a(), r("div", al, [
1661
+ return (i, r) => (a(), s("div", al, [
1662
1662
  t("div", ll, [
1663
1663
  t("div", il, [
1664
- t("div", rl, [
1665
- t("div", sl, [
1666
- t("h1", null, o(e.headline), 1)
1664
+ t("div", sl, [
1665
+ t("div", rl, [
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: ""
1672
1672
  }, {
1673
1673
  default: $(() => [
1674
- u(i.$slots, "hero-link", {}, void 0, !0)
1674
+ c(i.$slots, "hero-link", {}, void 0, !0)
1675
1675
  ]),
1676
1676
  _: 3
1677
1677
  })
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,
@@ -1696,10 +1696,10 @@ const el = /* @__PURE__ */ v(Za, [["__scopeId", "data-v-080238bd"]]), tl = (e) =
1696
1696
  ]));
1697
1697
  }
1698
1698
  });
1699
- const ul = /* @__PURE__ */ v(cl, [["__scopeId", "data-v-de757e46"]]), _l = { class: "logo-wall__wrapper" }, hl = { class: "logo-wall__content" }, vl = {
1699
+ const ul = /* @__PURE__ */ h(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 }, gl = { key: 1 }, fl = { 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__ */ v({
1703
1703
  __name: "logo-wall",
1704
1704
  props: {
1705
1705
  headline: {
@@ -1715,17 +1715,17 @@ const ul = /* @__PURE__ */ v(cl, [["__scopeId", "data-v-de757e46"]]), _l = { cla
1715
1715
  }
1716
1716
  },
1717
1717
  setup(e) {
1718
- return (i, s) => (a(), r("div", _l, [
1718
+ return (i, r) => (a(), s("div", _l, [
1719
1719
  t("div", hl, [
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", gl, o(e.body), 1)) : m("", !0)
1720
+ e.headline || e.body ? (a(), s("div", vl, [
1721
+ e.headline ? (a(), s("h2", ml, n(e.headline), 1)) : m("", !0),
1722
+ e.body ? (a(), s("p", gl, n(e.body), 1)) : m("", !0)
1723
1723
  ])) : m("", !0),
1724
1724
  t("div", fl, [
1725
- (a(!0), r(I, null, T(e.logos, (l) => (a(), r("div", yl, [
1725
+ (a(!0), s(I, null, T(e.logos, (l) => (a(), s("div", yl, [
1726
1726
  p(L, null, {
1727
1727
  default: $(() => [
1728
- u(i.$slots, "logo-wall-logo", A(M({
1728
+ c(i.$slots, "logo-wall-logo", A(M({
1729
1729
  width: 130,
1730
1730
  height: 130,
1731
1731
  src: l.src,
@@ -1742,7 +1742,7 @@ const ul = /* @__PURE__ */ v(cl, [["__scopeId", "data-v-de757e46"]]), _l = { cla
1742
1742
  arrow: !0
1743
1743
  }, {
1744
1744
  default: $(() => [
1745
- u(i.$slots, "logo-wall-link", {}, void 0, !0)
1745
+ c(i.$slots, "logo-wall-link", {}, void 0, !0)
1746
1746
  ]),
1747
1747
  _: 3
1748
1748
  })
@@ -1751,7 +1751,7 @@ const ul = /* @__PURE__ */ v(cl, [["__scopeId", "data-v-de757e46"]]), _l = { cla
1751
1751
  ]));
1752
1752
  }
1753
1753
  });
1754
- const $l = /* @__PURE__ */ v(pl, [["__scopeId", "data-v-299e5b4b"]]), kl = { class: "micro-stories__splide" }, wl = /* @__PURE__ */ h({
1754
+ const $l = /* @__PURE__ */ h(pl, [["__scopeId", "data-v-299e5b4b"]]), kl = { class: "micro-stories__splide" }, wl = /* @__PURE__ */ v({
1755
1755
  __name: "micro-stories",
1756
1756
  props: {
1757
1757
  stories: {
@@ -1776,28 +1776,28 @@ const $l = /* @__PURE__ */ v(pl, [["__scopeId", "data-v-299e5b4b"]]), kl = { cla
1776
1776
  }
1777
1777
  },
1778
1778
  setup(e) {
1779
- return (i, s) => (a(), r("div", {
1780
- class: c([
1779
+ return (i, r) => (a(), s("div", {
1780
+ class: u([
1781
1781
  "micro-stories__wrapper",
1782
1782
  e.bgColor == "white" ? "micro-stories__wrapper--white" : e.bgColor == "dark" ? "micro-stories__wrapper--dark" : (e.bgColor == "blue", "micro-stories__wrapper--blue")
1783
1783
  ])
1784
1784
  }, [
1785
1785
  t("div", kl, [
1786
- u(i.$slots, "micro-stories-slides")
1786
+ c(i.$slots, "micro-stories-slides")
1787
1787
  ]),
1788
- u(i.$slots, "micro-stories-controls")
1788
+ c(i.$slots, "micro-stories-controls")
1789
1789
  ], 2));
1790
1790
  }
1791
1791
  });
1792
1792
  const xl = {}, Sl = { class: "policy__wrapper" }, ql = { class: "policy__content" };
1793
1793
  function Bl(e, i) {
1794
- return a(), r("div", Sl, [
1794
+ return a(), s("div", Sl, [
1795
1795
  t("div", ql, [
1796
- u(e.$slots, "default", {}, void 0, !0)
1796
+ c(e.$slots, "default", {}, void 0, !0)
1797
1797
  ])
1798
1798
  ]);
1799
1799
  }
1800
- const Il = /* @__PURE__ */ v(xl, [["render", Bl], ["__scopeId", "data-v-4ef880d9"]]), Tl = { class: "product-hero__wrapper" }, Ll = { class: "product-hero__content" }, Cl = { class: "product-hero__headline" }, Vl = { class: "product-hero__video" }, Al = /* @__PURE__ */ h({
1800
+ const Il = /* @__PURE__ */ h(xl, [["render", Bl], ["__scopeId", "data-v-4ef880d9"]]), Tl = { class: "product-hero__wrapper" }, Ll = { class: "product-hero__content" }, Cl = { class: "product-hero__headline" }, Vl = { class: "product-hero__video" }, Al = /* @__PURE__ */ v({
1801
1801
  __name: "product-hero",
1802
1802
  props: {
1803
1803
  headline: {
@@ -1822,10 +1822,10 @@ const Il = /* @__PURE__ */ v(xl, [["render", Bl], ["__scopeId", "data-v-4ef880d9
1822
1822
  }
1823
1823
  },
1824
1824
  setup(e) {
1825
- return (i, s) => (a(), r("div", Tl, [
1825
+ return (i, r) => (a(), s("div", Tl, [
1826
1826
  t("div", Ll, [
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-2ca17b92"]]), Ml = { class: "promo__content" }, Ol = /* @__PURE__ */ h({
1847
+ const Dl = /* @__PURE__ */ h(Al, [["__scopeId", "data-v-2ca17b92"]]), Ml = { class: "promo__content" }, Ol = /* @__PURE__ */ v({
1848
1848
  __name: "promo",
1849
1849
  props: {
1850
1850
  label: {
@@ -1892,31 +1892,31 @@ const Dl = /* @__PURE__ */ v(Al, [["__scopeId", "data-v-2ca17b92"]]), Ml = { cla
1892
1892
  }
1893
1893
  },
1894
1894
  setup(e) {
1895
- return (i, s) => (a(), r("div", {
1896
- class: c([
1895
+ return (i, r) => (a(), s("div", {
1896
+ class: u([
1897
1897
  "promo__wrapper",
1898
1898
  e.variant === "dark" ? "promo__wrapper--dark" : e.variant === "light" ? "promo__wrapper--light" : "promo__wrapper--default",
1899
1899
  e.teaser ? "promo__wrapper--teaser" : ""
1900
1900
  ])
1901
1901
  }, [
1902
1902
  t("div", Ml, [
1903
- e.mediaType === "image" ? (a(), r("div", {
1903
+ e.mediaType === "image" ? (a(), s("div", {
1904
1904
  key: 0,
1905
- class: c([
1905
+ class: u([
1906
1906
  "promo__image",
1907
1907
  e.reverse ? "promo__image--reverse" : "promo__image--default"
1908
1908
  ])
1909
1909
  }, [
1910
1910
  p(L, null, {
1911
1911
  default: $(() => [
1912
- u(i.$slots, "promo-image", A(M({ src: e.src, width: 1920, alt: e.alt, height: 1080 })))
1912
+ c(i.$slots, "promo-image", A(M({ src: e.src, width: 1920, alt: e.alt, height: 1080 })))
1913
1913
  ]),
1914
1914
  _: 3
1915
1915
  })
1916
1916
  ], 2)) : m("", !0),
1917
- e.mediaType === "video" ? (a(), r("div", {
1917
+ e.mediaType === "video" ? (a(), s("div", {
1918
1918
  key: 1,
1919
- class: c([
1919
+ class: u([
1920
1920
  "promo__video",
1921
1921
  e.reverse ? "promo__video--reverse" : "promo__video--default"
1922
1922
  ])
@@ -1934,29 +1934,29 @@ const Dl = /* @__PURE__ */ v(Al, [["__scopeId", "data-v-2ca17b92"]]), Ml = { cla
1934
1934
  }, null, 8, ["src", "ariaLabel", "poster"])
1935
1935
  ], 2)) : m("", !0),
1936
1936
  t("div", {
1937
- class: c([
1937
+ class: u([
1938
1938
  "promo__text",
1939
1939
  e.reverse ? "promo__text--reverse" : "promo__text--default"
1940
1940
  ])
1941
1941
  }, [
1942
- e.label ? (a(), D(W, {
1942
+ e.label ? (a(), D(G, {
1943
1943
  key: 0,
1944
1944
  text: e.label,
1945
1945
  labelDark: e.variant === "dark"
1946
1946
  }, null, 8, ["text", "labelDark"])) : m("", !0),
1947
1947
  t("div", {
1948
- class: c([
1948
+ class: u([
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"),
1956
1956
  arrow: ""
1957
1957
  }, {
1958
1958
  default: $(() => [
1959
- u(i.$slots, "promo-link")
1959
+ c(i.$slots, "promo-link")
1960
1960
  ]),
1961
1961
  _: 3
1962
1962
  }, 8, ["linkType"])) : m("", !0),
@@ -1965,7 +1965,7 @@ const Dl = /* @__PURE__ */ v(Al, [["__scopeId", "data-v-2ca17b92"]]), Ml = { cla
1965
1965
  linkType: e.variant === "dark" ? "secondary-dark" : (e.variant === "light", "secondary")
1966
1966
  }, {
1967
1967
  default: $(() => [
1968
- u(i.$slots, "promo-link")
1968
+ c(i.$slots, "promo-link")
1969
1969
  ]),
1970
1970
  _: 3
1971
1971
  }, 8, ["linkType"])) : m("", !0)
@@ -1974,10 +1974,10 @@ const Dl = /* @__PURE__ */ v(Al, [["__scopeId", "data-v-2ca17b92"]]), Ml = { cla
1974
1974
  ], 2));
1975
1975
  }
1976
1976
  });
1977
- const zl = /* @__PURE__ */ v(Ol, [["__scopeId", "data-v-ef98dc86"]]), Pl = (e) => (O("data-v-18440f83"), e = e(), z(), e), Fl = { class: "quote__wrapper" }, El = { class: "quote__content" }, Nl = /* @__PURE__ */ Pl(() => /* @__PURE__ */ t("p", { class: "quote__quote-mark" }, "“", -1)), Hl = { class: "quote__quote" }, Rl = { class: "quote__quote-text" }, jl = { class: "quote__author" }, Kl = {
1977
+ const zl = /* @__PURE__ */ h(Ol, [["__scopeId", "data-v-ef98dc86"]]), Pl = (e) => (O("data-v-18440f83"), e = e(), z(), e), Fl = { class: "quote__wrapper" }, El = { class: "quote__content" }, Nl = /* @__PURE__ */ Pl(() => /* @__PURE__ */ t("p", { class: "quote__quote-mark" }, "“", -1)), Hl = { class: "quote__quote" }, Rl = { class: "quote__quote-text" }, jl = { class: "quote__author" }, Kl = {
1978
1978
  key: 0,
1979
1979
  class: "quote__image"
1980
- }, Ul = { class: "quote__text" }, Wl = { class: "quote__author-name" }, Gl = { class: "quote__author-title" }, Ql = /* @__PURE__ */ h({
1980
+ }, Ul = { class: "quote__text" }, Gl = { class: "quote__author-name" }, Wl = { class: "quote__author-title" }, Ql = /* @__PURE__ */ v({
1981
1981
  __name: "quote",
1982
1982
  props: {
1983
1983
  quote: {
@@ -1998,16 +1998,16 @@ const zl = /* @__PURE__ */ v(Ol, [["__scopeId", "data-v-ef98dc86"]]), Pl = (e) =
1998
1998
  }
1999
1999
  },
2000
2000
  setup(e) {
2001
- return (i, s) => (a(), r("div", Fl, [
2001
+ return (i, r) => (a(), s("div", Fl, [
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
- e.authorImage ? (a(), r("div", Kl, [
2007
+ e.authorImage ? (a(), s("div", Kl, [
2008
2008
  p(L, null, {
2009
2009
  default: $(() => [
2010
- u(i.$slots, "author-image", A(M({
2010
+ c(i.$slots, "author-image", A(M({
2011
2011
  src: e.authorImage + "/m/100x100",
2012
2012
  width: 60,
2013
2013
  height: 60
@@ -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", Gl, n(e.author), 1),
2021
+ t("p", Wl, n(e.authorTitle), 1)
2022
2022
  ])
2023
2023
  ])
2024
2024
  ])
@@ -2026,13 +2026,13 @@ const zl = /* @__PURE__ */ v(Ol, [["__scopeId", "data-v-ef98dc86"]]), Pl = (e) =
2026
2026
  ]));
2027
2027
  }
2028
2028
  });
2029
- const Yl = /* @__PURE__ */ v(Ql, [["__scopeId", "data-v-18440f83"]]), Jl = { class: "rich-text__wrapper" }, Xl = {
2029
+ const Yl = /* @__PURE__ */ h(Ql, [["__scopeId", "data-v-18440f83"]]), Jl = { class: "rich-text__wrapper" }, Xl = {
2030
2030
  key: 0,
2031
2031
  class: "rich-text__links"
2032
2032
  }, Zl = {
2033
2033
  key: 0,
2034
2034
  class: "rich-text__bullet-list"
2035
- }, ei = /* @__PURE__ */ h({
2035
+ }, ei = /* @__PURE__ */ v({
2036
2036
  __name: "rich-text",
2037
2037
  props: {
2038
2038
  headline: {
@@ -2067,55 +2067,55 @@ const Yl = /* @__PURE__ */ v(Ql, [["__scopeId", "data-v-18440f83"]]), Jl = { cla
2067
2067
  }
2068
2068
  },
2069
2069
  setup(e) {
2070
- return (i, s) => (a(), r("div", {
2071
- class: c([
2070
+ return (i, r) => (a(), s("div", {
2071
+ class: u([
2072
2072
  "rich-text",
2073
2073
  e.bgColor === "blue" ? "rich-text--blue" : "rich-text--white"
2074
2074
  ])
2075
2075
  }, [
2076
2076
  t("div", Jl, [
2077
- e.label ? (a(), D(W, {
2077
+ e.label ? (a(), D(G, {
2078
2078
  key: 0,
2079
2079
  text: e.label,
2080
2080
  labelDark: !1
2081
2081
  }, null, 8, ["text"])) : m("", !0),
2082
- e.headline ? (a(), r("h2", {
2082
+ e.headline ? (a(), s("h2", {
2083
2083
  key: 1,
2084
- class: c([
2084
+ class: u([
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
- class: c([
2090
+ class: u([
2091
2091
  "rich-text__content",
2092
2092
  e.leftAligned || e.bulletList || e.image ? "rich-text__content--left-aligned" : "rich-text__content--centered"
2093
2093
  ])
2094
2094
  }, [
2095
2095
  t("div", {
2096
- class: c([
2096
+ class: u([
2097
2097
  "rich-text__body",
2098
2098
  e.bulletList || e.image ? "rich-text__body--content-right" : ""
2099
2099
  ])
2100
2100
  }, [
2101
- u(i.$slots, "rich-text-content", {}, void 0, !0),
2102
- e.links ? (a(), r("div", Xl, [
2103
- u(i.$slots, "rich-text-links", {}, void 0, !0)
2101
+ c(i.$slots, "rich-text-content"),
2102
+ e.links ? (a(), s("div", Xl, [
2103
+ c(i.$slots, "rich-text-links")
2104
2104
  ])) : m("", !0)
2105
2105
  ], 2),
2106
- e.bulletList ? (a(), r("div", Zl, [
2107
- u(i.$slots, "rich-text-bullet-list", {}, void 0, !0)
2106
+ e.bulletList ? (a(), s("div", Zl, [
2107
+ c(i.$slots, "rich-text-bullet-list")
2108
2108
  ])) : m("", !0),
2109
- e.image ? (a(), r("div", {
2109
+ e.image ? (a(), s("div", {
2110
2110
  key: 1,
2111
- class: c([
2111
+ class: u([
2112
2112
  "rich-text__image",
2113
2113
  e.imageClip ? "rich-text__image--clip" : ""
2114
2114
  ])
2115
2115
  }, [
2116
2116
  p(L, null, {
2117
2117
  default: $(() => [
2118
- u(i.$slots, "rich-text-image", A(M({ width: 865, height: 307 })), void 0, !0)
2118
+ c(i.$slots, "rich-text-image", A(M({ width: 865, height: 307 })))
2119
2119
  ]),
2120
2120
  _: 3
2121
2121
  })
@@ -2125,10 +2125,28 @@ const Yl = /* @__PURE__ */ v(Ql, [["__scopeId", "data-v-18440f83"]]), Jl = { cla
2125
2125
  ], 2));
2126
2126
  }
2127
2127
  });
2128
- const ti = /* @__PURE__ */ v(ei, [["__scopeId", "data-v-d14722c0"]]), 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__ */ h(ei, [["__scopeId", "data-v-258fa41b"]]);
2129
+ const ai = {}, li = { class: "rich-text" }, ii = { class: "rich-text__wrapper" }, si = { class: "rich-text__content rich-text__content--left-aligned" }, ri = { class: "rich-text__body" };
2130
+ function ni(e, i) {
2131
+ return a(), s("div", li, [
2132
+ t("div", ii, [
2133
+ t("div", si, [
2134
+ t("div", ri, [
2135
+ t("div", null, [
2136
+ c(e.$slots, "rich-text-content-left", {}, void 0, !0)
2137
+ ]),
2138
+ t("div", null, [
2139
+ c(e.$slots, "rich-text-content-right", {}, void 0, !0)
2140
+ ])
2141
+ ])
2142
+ ])
2143
+ ])
2144
+ ]);
2145
+ }
2146
+ const oi = /* @__PURE__ */ h(ai, [["render", ni], ["__scopeId", "data-v-98918734"]]), di = (e) => (O("data-v-df182fbb"), e = e(), z(), e), ci = { class: "timeline__wrapper" }, ui = { class: "timeline__content" }, _i = { class: "timeline__items" }, hi = { class: "timeline__item faded" }, vi = { class: "item__left" }, mi = /* @__PURE__ */ di(() => /* @__PURE__ */ t("div", { class: "item__elements" }, [
2129
2147
  /* @__PURE__ */ t("div", { class: "circle" }),
2130
2148
  /* @__PURE__ */ t("div", { class: "line" })
2131
- ], -1)), di = { class: "item__right" }, ci = ["innerHTML"], ui = /* @__PURE__ */ h({
2149
+ ], -1)), gi = { class: "item__right" }, fi = ["innerHTML"], yi = /* @__PURE__ */ v({
2132
2150
  __name: "timeline",
2133
2151
  props: {
2134
2152
  timelineItems: {
@@ -2137,11 +2155,11 @@ const ti = /* @__PURE__ */ v(ei, [["__scopeId", "data-v-d14722c0"]]), ai = (e) =
2137
2155
  }
2138
2156
  },
2139
2157
  setup(e) {
2140
- return ne(() => {
2141
- const i = document.querySelectorAll(".timeline__item"), s = new IntersectionObserver(
2158
+ return oe(() => {
2159
+ const i = document.querySelectorAll(".timeline__item"), r = new IntersectionObserver(
2142
2160
  (l) => {
2143
- l.forEach((n) => {
2144
- n.isIntersecting && (n.target.classList.add("visible"), n.target.classList.remove("faded"), s.unobserve(n.target));
2161
+ l.forEach((o) => {
2162
+ o.isIntersecting && (o.target.classList.add("visible"), o.target.classList.remove("faded"), r.unobserve(o.target));
2145
2163
  });
2146
2164
  },
2147
2165
  {
@@ -2149,18 +2167,18 @@ const ti = /* @__PURE__ */ v(ei, [["__scopeId", "data-v-d14722c0"]]), ai = (e) =
2149
2167
  }
2150
2168
  );
2151
2169
  i.forEach((l) => {
2152
- s.observe(l);
2170
+ r.observe(l);
2153
2171
  });
2154
- }), (i, s) => (a(), r("div", li, [
2155
- t("div", ii, [
2156
- t("div", ri, [
2157
- (a(!0), r(I, null, T(e.timelineItems, (l) => (a(), r("div", si, [
2158
- t("div", oi, o(l.year), 1),
2159
- ni,
2160
- t("div", di, [
2172
+ }), (i, r) => (a(), s("div", ci, [
2173
+ t("div", ui, [
2174
+ t("div", _i, [
2175
+ (a(!0), s(I, null, T(e.timelineItems, (l) => (a(), s("div", hi, [
2176
+ t("div", vi, n(l.year), 1),
2177
+ mi,
2178
+ t("div", gi, [
2161
2179
  p(L, null, {
2162
2180
  default: $(() => [
2163
- l.media.type === "image" ? u(i.$slots, "timeline-image", A(ee({ key: 0 }, { src: l.media.src, alt: l.media.alt })), void 0, !0) : m("", !0)
2181
+ l.media.type === "image" ? c(i.$slots, "timeline-image", A(ee({ key: 0 }, { src: l.media.src, alt: l.media.alt })), void 0, !0) : m("", !0)
2164
2182
  ]),
2165
2183
  _: 2
2166
2184
  }, 1024),
@@ -2168,7 +2186,7 @@ const ti = /* @__PURE__ */ v(ei, [["__scopeId", "data-v-d14722c0"]]), ai = (e) =
2168
2186
  style: te([l.media.type === "none" ? "margin-top: 0px" : ""]),
2169
2187
  class: "rich-text",
2170
2188
  innerHTML: l.text
2171
- }, null, 12, ci)
2189
+ }, null, 12, fi)
2172
2190
  ])
2173
2191
  ]))), 256))
2174
2192
  ])
@@ -2176,10 +2194,10 @@ const ti = /* @__PURE__ */ v(ei, [["__scopeId", "data-v-d14722c0"]]), ai = (e) =
2176
2194
  ]));
2177
2195
  }
2178
2196
  });
2179
- const _i = /* @__PURE__ */ v(ui, [["__scopeId", "data-v-df182fbb"]]), hi = { class: "triple-card-display__wrapper" }, vi = {
2197
+ const bi = /* @__PURE__ */ h(yi, [["__scopeId", "data-v-df182fbb"]]), pi = { class: "triple-card-display__wrapper" }, $i = {
2180
2198
  key: 0,
2181
2199
  class: "triple-card__content"
2182
- }, mi = { key: 0 }, gi = { key: 1 }, fi = { class: "triple-card__cards" }, yi = /* @__PURE__ */ h({
2200
+ }, ki = { key: 0 }, wi = { key: 1 }, xi = { class: "triple-card__cards" }, Si = /* @__PURE__ */ v({
2183
2201
  __name: "triple-card-display",
2184
2202
  props: {
2185
2203
  headline: {
@@ -2196,31 +2214,31 @@ const _i = /* @__PURE__ */ v(ui, [["__scopeId", "data-v-df182fbb"]]), hi = { cla
2196
2214
  }
2197
2215
  },
2198
2216
  setup(e) {
2199
- return (i, s) => (a(), r("div", {
2200
- class: c([
2217
+ return (i, r) => (a(), s("div", {
2218
+ class: u([
2201
2219
  "triple-card-display",
2202
2220
  e.bgColor === "blue" ? "triple-card-display--blue" : "triple-card-display--white"
2203
2221
  ])
2204
2222
  }, [
2205
- t("div", hi, [
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", gi, o(e.paragraph), 1)) : m("", !0)
2223
+ t("div", pi, [
2224
+ e.headline || e.paragraph ? (a(), s("div", $i, [
2225
+ e.headline ? (a(), s("h2", ki, n(e.headline), 1)) : m("", !0),
2226
+ e.paragraph ? (a(), s("p", wi, n(e.paragraph), 1)) : m("", !0)
2209
2227
  ])) : m("", !0),
2210
- t("div", fi, [
2211
- u(i.$slots, "triple-card-display-cards", {}, void 0, !0)
2228
+ t("div", xi, [
2229
+ c(i.$slots, "triple-card-display-cards", {}, void 0, !0)
2212
2230
  ])
2213
2231
  ])
2214
2232
  ], 2));
2215
2233
  }
2216
2234
  });
2217
- const bi = /* @__PURE__ */ v(yi, [["__scopeId", "data-v-e7b427f6"]]), pi = { class: "vimeo" }, $i = { class: "vimeo__wrapper" }, ki = {
2235
+ const qi = /* @__PURE__ */ h(Si, [["__scopeId", "data-v-e7b427f6"]]), Bi = { class: "vimeo" }, Ii = { class: "vimeo__wrapper" }, Ti = {
2218
2236
  key: 0,
2219
2237
  class: "vimeo__headline"
2220
- }, wi = {
2238
+ }, Li = {
2221
2239
  key: 1,
2222
2240
  class: "vimeo__description"
2223
- }, xi = /* @__PURE__ */ h({
2241
+ }, Ci = /* @__PURE__ */ v({
2224
2242
  __name: "vimeo",
2225
2243
  props: {
2226
2244
  headline: {
@@ -2231,16 +2249,16 @@ const bi = /* @__PURE__ */ v(yi, [["__scopeId", "data-v-e7b427f6"]]), pi = { cla
2231
2249
  }
2232
2250
  },
2233
2251
  setup(e) {
2234
- return (i, s) => (a(), r("div", pi, [
2235
- t("div", $i, [
2236
- e.headline ? (a(), r("h2", ki, o(e.headline), 1)) : m("", !0),
2237
- u(i.$slots, "vimeo-content", {}, void 0, !0),
2238
- e.description ? (a(), r("p", wi, o(e.description), 1)) : m("", !0)
2252
+ return (i, r) => (a(), s("div", Bi, [
2253
+ t("div", Ii, [
2254
+ e.headline ? (a(), s("h2", Ti, n(e.headline), 1)) : m("", !0),
2255
+ c(i.$slots, "vimeo-content", {}, void 0, !0),
2256
+ e.description ? (a(), s("p", Li, n(e.description), 1)) : m("", !0)
2239
2257
  ])
2240
2258
  ]));
2241
2259
  }
2242
2260
  });
2243
- const Si = /* @__PURE__ */ v(xi, [["__scopeId", "data-v-59fa125d"]]), qi = { class: "not-found__wrapper" }, Bi = { class: "not-found__content" }, Ii = { class: "not-found__headline" }, Ti = { class: "not-found__body" }, Li = /* @__PURE__ */ h({
2261
+ const Vi = /* @__PURE__ */ h(Ci, [["__scopeId", "data-v-59fa125d"]]), Ai = { class: "not-found__wrapper" }, Di = { class: "not-found__content" }, Mi = { class: "not-found__headline" }, Oi = { class: "not-found__body" }, zi = /* @__PURE__ */ v({
2244
2262
  __name: "404",
2245
2263
  props: {
2246
2264
  headline: {
@@ -2249,17 +2267,17 @@ const Si = /* @__PURE__ */ v(xi, [["__scopeId", "data-v-59fa125d"]]), qi = { cla
2249
2267
  }
2250
2268
  },
2251
2269
  setup(e) {
2252
- return (i, s) => (a(), r("div", qi, [
2253
- t("div", Bi, [
2254
- t("h1", Ii, o(e.headline), 1),
2255
- t("div", Ti, [
2256
- u(i.$slots, "not-found-body", {}, void 0, !0)
2270
+ return (i, r) => (a(), s("div", Ai, [
2271
+ t("div", Di, [
2272
+ t("h1", Mi, n(e.headline), 1),
2273
+ t("div", Oi, [
2274
+ c(i.$slots, "not-found-body", {}, void 0, !0)
2257
2275
  ])
2258
2276
  ])
2259
2277
  ]));
2260
2278
  }
2261
2279
  });
2262
- const Ci = /* @__PURE__ */ v(Li, [["__scopeId", "data-v-a4285ce0"]]), Vi = { class: "filter__wrapper" }, Ai = { class: "filter__content" }, Di = { class: "filter__dropdowns" }, Mi = { class: "filter__chips" }, Oi = /* @__PURE__ */ h({
2280
+ const Pi = /* @__PURE__ */ h(zi, [["__scopeId", "data-v-a4285ce0"]]), Fi = { class: "filter__wrapper" }, Ei = { class: "filter__content" }, Ni = { class: "filter__dropdowns" }, Hi = { class: "filter__chips" }, Ri = /* @__PURE__ */ v({
2263
2281
  __name: "filter",
2264
2282
  props: {
2265
2283
  hasChips: {
@@ -2269,29 +2287,29 @@ const Ci = /* @__PURE__ */ v(Li, [["__scopeId", "data-v-a4285ce0"]]), Vi = { cla
2269
2287
  },
2270
2288
  emits: ["clearFilters"],
2271
2289
  setup(e) {
2272
- return (i, s) => (a(), r("div", Vi, [
2273
- t("div", Ai, [
2274
- t("div", Di, [
2275
- u(i.$slots, "filter-dropdowns")
2290
+ return (i, r) => (a(), s("div", Fi, [
2291
+ t("div", Ei, [
2292
+ t("div", Ni, [
2293
+ c(i.$slots, "filter-dropdowns")
2276
2294
  ]),
2277
- t("div", Mi, [
2278
- u(i.$slots, "filter-chips"),
2279
- e.hasChips ? (a(), r("button", {
2295
+ t("div", Hi, [
2296
+ c(i.$slots, "filter-chips"),
2297
+ e.hasChips ? (a(), s("button", {
2280
2298
  key: 0,
2281
2299
  class: "filter__clear",
2282
- onClick: s[0] || (s[0] = (l) => i.$emit("clearFilters"))
2300
+ onClick: r[0] || (r[0] = (l) => i.$emit("clearFilters"))
2283
2301
  }, " Remove all filters ")) : m("", !0)
2284
2302
  ])
2285
2303
  ])
2286
2304
  ]));
2287
2305
  }
2288
2306
  });
2289
- const zi = /* @__PURE__ */ v(Oi, [["__scopeId", "data-v-73ba9888"]]), N = (e) => (O("data-v-d2cab33d"), e = e(), z(), e), Pi = { class: "footer__wrapper" }, Fi = { class: "footer__content" }, Ei = { class: "footer__sections" }, Ni = { class: "section" }, Hi = { class: "section__title" }, Ri = { class: "section__list" }, ji = { class: "section" }, Ki = /* @__PURE__ */ N(() => /* @__PURE__ */ t("span", { class: "section__title" }, "Mobile Industrial Robots A/S", -1)), Ui = /* @__PURE__ */ N(() => /* @__PURE__ */ t("span", null, "Emil Neckelmanns Vej 15F", -1)), Wi = /* @__PURE__ */ N(() => /* @__PURE__ */ t("span", null, "DK-5220 Odense SØ", -1)), Gi = /* @__PURE__ */ N(() => /* @__PURE__ */ t("br", null, null, -1)), Qi = /* @__PURE__ */ N(() => /* @__PURE__ */ t("a", { href: "mailto:mail@mir-robots.com" }, "mail@mir-robots.com", -1)), Yi = /* @__PURE__ */ N(() => /* @__PURE__ */ t("a", { href: "tel:+4520377577" }, "+45 20 377 577", -1)), Ji = { class: "footer__bottom" }, Xi = { class: "copyright" }, Zi = { class: "footer__policy" }, er = /* @__PURE__ */ N(() => /* @__PURE__ */ t("span", null, [
2307
+ const ji = /* @__PURE__ */ h(Ri, [["__scopeId", "data-v-73ba9888"]]), N = (e) => (O("data-v-d2cab33d"), e = e(), z(), e), Ki = { class: "footer__wrapper" }, Ui = { class: "footer__content" }, Gi = { class: "footer__sections" }, Wi = { class: "section" }, Qi = { class: "section__title" }, Yi = { class: "section__list" }, Ji = { class: "section" }, Xi = /* @__PURE__ */ N(() => /* @__PURE__ */ t("span", { class: "section__title" }, "Mobile Industrial Robots A/S", -1)), Zi = /* @__PURE__ */ N(() => /* @__PURE__ */ t("span", null, "Emil Neckelmanns Vej 15F", -1)), es = /* @__PURE__ */ N(() => /* @__PURE__ */ t("span", null, "DK-5220 Odense SØ", -1)), ts = /* @__PURE__ */ N(() => /* @__PURE__ */ t("br", null, null, -1)), as = /* @__PURE__ */ N(() => /* @__PURE__ */ t("a", { href: "mailto:mail@mir-robots.com" }, "mail@mir-robots.com", -1)), ls = /* @__PURE__ */ N(() => /* @__PURE__ */ t("a", { href: "tel:+4520377577" }, "+45 20 377 577", -1)), is = { class: "footer__bottom" }, ss = { class: "copyright" }, rs = { class: "footer__policy" }, ns = /* @__PURE__ */ N(() => /* @__PURE__ */ t("span", null, [
2290
2308
  /* @__PURE__ */ t("i", { class: "change-region" }),
2291
2309
  /* @__PURE__ */ j("Change region")
2292
- ], -1)), tr = [
2293
- er
2294
- ], ar = { class: "footer__social" }, lr = ["href", "aria-label"], ir = /* @__PURE__ */ h({
2310
+ ], -1)), os = [
2311
+ ns
2312
+ ], ds = { class: "footer__social" }, cs = ["href", "aria-label"], us = /* @__PURE__ */ v({
2295
2313
  __name: "footer",
2296
2314
  props: {
2297
2315
  footerSections: {
@@ -2315,38 +2333,38 @@ const zi = /* @__PURE__ */ v(Oi, [["__scopeId", "data-v-73ba9888"]]), N = (e) =>
2315
2333
  "twitter",
2316
2334
  "youtube"
2317
2335
  ];
2318
- return e.every((s) => i.includes(s.title));
2336
+ return e.every((r) => i.includes(r.title));
2319
2337
  }
2320
2338
  }
2321
2339
  },
2322
2340
  emits: ["changeRegionClicked"],
2323
2341
  setup(e) {
2324
- return (i, s) => (a(), r("div", Pi, [
2325
- t("footer", Fi, [
2326
- t("div", Ei, [
2327
- (a(!0), r(I, null, T(e.footerSections, (l) => (a(), r("div", Ni, [
2328
- t("span", Hi, o(l.title), 1),
2342
+ return (i, r) => (a(), s("div", Ki, [
2343
+ t("footer", Ui, [
2344
+ t("div", Gi, [
2345
+ (a(!0), s(I, null, T(e.footerSections, (l) => (a(), s("div", Wi, [
2346
+ t("span", Qi, n(l.title), 1),
2329
2347
  t("nav", null, [
2330
- t("ul", Ri, [
2331
- u(i.$slots, "section-links", {
2348
+ t("ul", Yi, [
2349
+ c(i.$slots, "section-links", {
2332
2350
  links: l.links
2333
2351
  })
2334
2352
  ])
2335
2353
  ])
2336
2354
  ]))), 256)),
2337
- t("div", ji, [
2338
- Ki,
2355
+ t("div", Ji, [
2356
+ Xi,
2339
2357
  t("address", null, [
2340
- Ui,
2341
- Wi,
2342
- Gi,
2358
+ Zi,
2359
+ es,
2360
+ ts,
2343
2361
  p(V, {
2344
2362
  class: "footer__contact",
2345
2363
  linkType: "regular-light",
2346
2364
  underline: "false"
2347
2365
  }, {
2348
2366
  default: $(() => [
2349
- Qi
2367
+ as
2350
2368
  ]),
2351
2369
  _: 1
2352
2370
  }),
@@ -2356,25 +2374,25 @@ const zi = /* @__PURE__ */ v(Oi, [["__scopeId", "data-v-73ba9888"]]), N = (e) =>
2356
2374
  underline: "false"
2357
2375
  }, {
2358
2376
  default: $(() => [
2359
- Yi
2377
+ ls
2360
2378
  ]),
2361
2379
  _: 1
2362
2380
  })
2363
2381
  ])
2364
2382
  ])
2365
2383
  ]),
2366
- t("div", Ji, [
2367
- t("p", Xi, "© MiR " + o((/* @__PURE__ */ new Date()).getFullYear()), 1),
2368
- t("div", Zi, [
2384
+ t("div", is, [
2385
+ t("p", ss, "© MiR " + n((/* @__PURE__ */ new Date()).getFullYear()), 1),
2386
+ t("div", rs, [
2369
2387
  t("button", {
2370
2388
  class: "footer__language-switcher",
2371
- onClick: s[0] || (s[0] = (l) => i.$emit("changeRegionClicked"))
2372
- }, tr),
2373
- u(i.$slots, "footer-privacy-link"),
2374
- u(i.$slots, "footer-cookie-link")
2389
+ onClick: r[0] || (r[0] = (l) => i.$emit("changeRegionClicked"))
2390
+ }, os),
2391
+ c(i.$slots, "footer-privacy-link"),
2392
+ c(i.$slots, "footer-cookie-link")
2375
2393
  ]),
2376
- t("div", ar, [
2377
- (a(!0), r(I, null, T(e.socialMedia, (l) => (a(), D(V, {
2394
+ t("div", ds, [
2395
+ (a(!0), s(I, null, T(e.socialMedia, (l) => (a(), D(V, {
2378
2396
  underline: "false",
2379
2397
  linkType: "regular"
2380
2398
  }, {
@@ -2386,11 +2404,11 @@ const zi = /* @__PURE__ */ v(Oi, [["__scopeId", "data-v-73ba9888"]]), N = (e) =>
2386
2404
  t("i", {
2387
2405
  width: "19",
2388
2406
  height: "14",
2389
- class: c(["footer__social--icon", [
2407
+ class: u(["footer__social--icon", [
2390
2408
  l.title === "linkedin" ? "bg-linkedin" : l.title === "facebook" ? "bg-facebook" : l.title === "instagram" ? "bg-instagram" : l.title === "twitter" ? "bg-twitter" : l.title === "youtube" ? "bg-youtube" : ""
2391
2409
  ]])
2392
2410
  }, null, 2)
2393
- ], 8, lr)
2411
+ ], 8, cs)
2394
2412
  ]),
2395
2413
  _: 2
2396
2414
  }, 1024))), 256))
@@ -2400,19 +2418,19 @@ const zi = /* @__PURE__ */ v(Oi, [["__scopeId", "data-v-73ba9888"]]), N = (e) =>
2400
2418
  ]));
2401
2419
  }
2402
2420
  });
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 = {
2421
+ const _s = /* @__PURE__ */ h(us, [["__scopeId", "data-v-d2cab33d"]]), hs = { class: "header__wrapper" }, vs = { class: "nav-wrapper" }, ms = { class: "mir-link-logo" }, gs = { class: "main-nav-items" }, fs = {
2404
2422
  id: "menu-dropdown",
2405
2423
  ref: "dropdownDiv"
2406
- }, ur = {
2424
+ }, ys = {
2407
2425
  key: 0,
2408
2426
  src: "https://a.storyblok.com/f/230581/9x6/8cecdca15f/arrow-down.svg?cv=1695125714195",
2409
2427
  alt: "dropdownarrow"
2410
- }, _r = {
2428
+ }, bs = {
2411
2429
  key: 1,
2412
2430
  src: "https://a.storyblok.com/f/230581/9x6/8cecdca15f/arrow-down.svg?cv=1695125714195",
2413
2431
  alt: "dropdownarrow",
2414
2432
  style: { transform: "rotate(180deg)" }
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 = { class: "mobile-menu-content-wrapper" }, wr = { class: "mobile-dropdown-content" }, xr = /* @__PURE__ */ h({
2433
+ }, ps = { class: "dropdown-content" }, $s = { class: "nav-search-wrapper" }, ks = ["src"], ws = { class: "mobile-logo-search-burger-wrapper" }, xs = { class: "mobile-mir-link-logo" }, Ss = { class: "mobile-search-wrapper" }, qs = ["src"], Bs = ["onClick"], Is = ["src"], Ts = { class: "mobile-menu-content-wrapper" }, Ls = { class: "mobile-dropdown-content" }, Cs = /* @__PURE__ */ v({
2416
2434
  __name: "header",
2417
2435
  props: {
2418
2436
  burgerState: {
@@ -2429,28 +2447,28 @@ const rr = /* @__PURE__ */ v(ir, [["__scopeId", "data-v-d2cab33d"]]), sr = { cla
2429
2447
  "update:showDropDown",
2430
2448
  "clickSearch"
2431
2449
  ],
2432
- setup(e, { expose: i, emit: s }) {
2450
+ setup(e, { expose: i, emit: r }) {
2433
2451
  const l = e;
2434
2452
  w("");
2435
- let n = null, _ = w(l.burgerState), b = w(l.showDropDown);
2436
- re(
2453
+ let o = null, _ = w(l.burgerState), b = w(l.showDropDown);
2454
+ se(
2437
2455
  () => l.burgerState,
2438
2456
  (k) => _.value = k
2439
- ), re(
2457
+ ), se(
2440
2458
  () => l.showDropDown,
2441
2459
  (k) => b.value = k
2442
- ), ne(() => {
2443
- n = (k) => {
2460
+ ), oe(() => {
2461
+ o = (k) => {
2444
2462
  k.target.closest("#menu-dropdown") || (b.value = !1);
2445
- }, window.addEventListener("click", n);
2463
+ }, window.addEventListener("click", o);
2446
2464
  }), pe(() => {
2447
- n !== null && window.removeEventListener("click", n);
2465
+ o !== null && window.removeEventListener("click", o);
2448
2466
  });
2449
2467
  function C() {
2450
- b.value = !b.value, s("update:showDropDown", b.value);
2468
+ b.value = !b.value, r("update:showDropDown", b.value);
2451
2469
  }
2452
2470
  function S() {
2453
- _.value = !_.value, s("update:burgerState", _.value);
2471
+ _.value = !_.value, r("update:burgerState", _.value);
2454
2472
  }
2455
2473
  let f = w(null), q = w(null);
2456
2474
  function X() {
@@ -2458,33 +2476,33 @@ const rr = /* @__PURE__ */ v(ir, [["__scopeId", "data-v-d2cab33d"]]), sr = { cla
2458
2476
  }
2459
2477
  return i({
2460
2478
  defocusSearchButton: X
2461
- }), (k, H) => (a(), r("div", sr, [
2479
+ }), (k, H) => (a(), s("div", hs, [
2462
2480
  t("nav", null, [
2463
- t("div", or, [
2464
- t("div", nr, [
2465
- u(k.$slots, "link-logo", {}, void 0, !0)
2481
+ t("div", vs, [
2482
+ t("div", ms, [
2483
+ c(k.$slots, "link-logo", {}, void 0, !0)
2466
2484
  ]),
2467
- t("ul", dr, [
2468
- u(k.$slots, "main-nav-items", {}, void 0, !0)
2485
+ t("ul", gs, [
2486
+ c(k.$slots, "main-nav-items", {}, void 0, !0)
2469
2487
  ]),
2470
- t("div", cr, [
2488
+ t("div", fs, [
2471
2489
  t("button", {
2472
2490
  onClick: C,
2473
2491
  class: "nav-dropdown-btn"
2474
2492
  }, [
2475
- u(k.$slots, "dropdown-title", {}, void 0, !0),
2476
- B(b) == !1 ? (a(), r("img", ur)) : (a(), r("img", _r))
2493
+ c(k.$slots, "dropdown-title", {}, void 0, !0),
2494
+ B(b) == !1 ? (a(), s("img", ys)) : (a(), s("img", bs))
2477
2495
  ]),
2478
- Y(t("div", hr, [
2479
- u(k.$slots, "dropdown-links", {}, void 0, !0)
2496
+ Y(t("div", ps, [
2497
+ c(k.$slots, "dropdown-links", {}, void 0, !0)
2480
2498
  ], 512), [
2481
2499
  [Z, B(b)]
2482
2500
  ])
2483
2501
  ], 512),
2484
- t("div", vr, [
2502
+ t("div", $s, [
2485
2503
  t("button", {
2486
2504
  class: "search-icon",
2487
- onClick: H[0] || (H[0] = (G) => {
2505
+ onClick: H[0] || (H[0] = (W) => {
2488
2506
  var F;
2489
2507
  return k.$emit("clickSearch"), (F = B(f)) == null ? void 0 : F.blur();
2490
2508
  }),
@@ -2496,21 +2514,21 @@ const rr = /* @__PURE__ */ v(ir, [["__scopeId", "data-v-d2cab33d"]]), sr = { cla
2496
2514
  alt: "search icon",
2497
2515
  width: "20",
2498
2516
  height: "20"
2499
- }, null, 8, mr)
2517
+ }, null, 8, ks)
2500
2518
  ], 512)
2501
2519
  ])
2502
2520
  ]),
2503
2521
  t("div", {
2504
- class: c(["mobile-nav-wrapper", B(_) == !0 ? "mirsaic-mobile-bg mirsaic--dark" : ""])
2522
+ class: u(["mobile-nav-wrapper", B(_) == !0 ? "mirsaic-mobile-bg mirsaic--dark" : ""])
2505
2523
  }, [
2506
- t("div", gr, [
2507
- t("div", fr, [
2508
- u(k.$slots, "link-logo", {}, void 0, !0)
2524
+ t("div", ws, [
2525
+ t("div", xs, [
2526
+ c(k.$slots, "link-logo", {}, void 0, !0)
2509
2527
  ]),
2510
- t("div", yr, [
2528
+ t("div", Ss, [
2511
2529
  t("button", {
2512
2530
  class: "search-icon",
2513
- onClick: H[1] || (H[1] = (G) => {
2531
+ onClick: H[1] || (H[1] = (W) => {
2514
2532
  var F;
2515
2533
  return k.$emit("clickSearch"), (F = B(q)) == null ? void 0 : F.blur();
2516
2534
  }),
@@ -2523,11 +2541,11 @@ const rr = /* @__PURE__ */ v(ir, [["__scopeId", "data-v-d2cab33d"]]), sr = { cla
2523
2541
  alt: "search icon",
2524
2542
  width: "20",
2525
2543
  height: "20"
2526
- }, null, 8, br)
2544
+ }, null, 8, qs)
2527
2545
  ], 512)
2528
2546
  ]),
2529
2547
  t("button", {
2530
- onClick: se(S, ["prevent"]),
2548
+ onClick: re(S, ["prevent"]),
2531
2549
  class: "mobile-burger-wrapper",
2532
2550
  "aria-label": "Toggle menu"
2533
2551
  }, [
@@ -2536,16 +2554,16 @@ const rr = /* @__PURE__ */ v(ir, [["__scopeId", "data-v-d2cab33d"]]), sr = { cla
2536
2554
  height: "20",
2537
2555
  alt: "burger menu line icon",
2538
2556
  src: B(_) == !0 ? "https://a.storyblok.com/f/230581/17x18/20e9329e46/close-white.svg" : "https://a.storyblok.com/f/230581/23x14/739e917bca/burger-menu-line.svg"
2539
- }, null, 8, $r)
2540
- ], 8, pr)
2557
+ }, null, 8, Is)
2558
+ ], 8, Bs)
2541
2559
  ]),
2542
- Y(t("div", kr, [
2560
+ Y(t("div", Ts, [
2543
2561
  t("ul", null, [
2544
- u(k.$slots, "mobile-main-nav-items", {}, void 0, !0)
2562
+ c(k.$slots, "mobile-main-nav-items", {}, void 0, !0)
2545
2563
  ]),
2546
- t("ul", wr, [
2547
- u(k.$slots, "mobile-dropdown-title", {}, void 0, !0),
2548
- u(k.$slots, "mobile-dropdown-links", {}, void 0, !0)
2564
+ t("ul", Ls, [
2565
+ c(k.$slots, "mobile-dropdown-title", {}, void 0, !0),
2566
+ c(k.$slots, "mobile-dropdown-links", {}, void 0, !0)
2549
2567
  ])
2550
2568
  ], 512), [
2551
2569
  [Z, B(_)]
@@ -2555,7 +2573,7 @@ const rr = /* @__PURE__ */ v(ir, [["__scopeId", "data-v-d2cab33d"]]), sr = { cla
2555
2573
  ]));
2556
2574
  }
2557
2575
  });
2558
- const Sr = /* @__PURE__ */ v(xr, [["__scopeId", "data-v-98560ea5"]]), qr = { class: "language__wrapper" }, Br = { class: "language__content" }, Ir = { class: "language__headline" }, Tr = { class: "language__paragraph" }, Lr = /* @__PURE__ */ h({
2576
+ const Vs = /* @__PURE__ */ h(Cs, [["__scopeId", "data-v-98560ea5"]]), As = { class: "language__wrapper" }, Ds = { class: "language__content" }, Ms = { class: "language__headline" }, Os = { class: "language__paragraph" }, zs = /* @__PURE__ */ v({
2559
2577
  __name: "language-switcher",
2560
2578
  props: {
2561
2579
  headline: {
@@ -2566,16 +2584,16 @@ const Sr = /* @__PURE__ */ v(xr, [["__scopeId", "data-v-98560ea5"]]), qr = { cla
2566
2584
  }
2567
2585
  },
2568
2586
  setup(e) {
2569
- return (i, s) => (a(), r("div", qr, [
2570
- t("div", Br, [
2571
- t("h2", Ir, o(e.headline), 1),
2572
- t("p", Tr, o(e.paragraph), 1),
2573
- u(i.$slots, "language-links", {}, void 0, !0)
2587
+ return (i, r) => (a(), s("div", As, [
2588
+ t("div", Ds, [
2589
+ t("h2", Ms, n(e.headline), 1),
2590
+ t("p", Os, n(e.paragraph), 1),
2591
+ c(i.$slots, "language-links", {}, void 0, !0)
2574
2592
  ])
2575
2593
  ]));
2576
2594
  }
2577
2595
  });
2578
- const Cr = /* @__PURE__ */ v(Lr, [["__scopeId", "data-v-a76ba727"]]), Vr = { class: "pagination__wrapper" }, Ar = { class: "pagination__content" }, Dr = /* @__PURE__ */ h({
2596
+ const Ps = /* @__PURE__ */ h(zs, [["__scopeId", "data-v-a76ba727"]]), Fs = { class: "pagination__wrapper" }, Es = { class: "pagination__content" }, Ns = /* @__PURE__ */ v({
2579
2597
  __name: "pagination",
2580
2598
  props: {
2581
2599
  isPreviousDisabled: {
@@ -2589,17 +2607,17 @@ const Cr = /* @__PURE__ */ v(Lr, [["__scopeId", "data-v-a76ba727"]]), Vr = { cla
2589
2607
  },
2590
2608
  emits: ["previous", "next"],
2591
2609
  setup(e) {
2592
- return (i, s) => (a(), r("div", Vr, [
2593
- t("div", Ar, [
2610
+ return (i, r) => (a(), s("div", Fs, [
2611
+ t("div", Es, [
2594
2612
  p(J, {
2595
- onClick: s[0] || (s[0] = (l) => i.$emit("previous")),
2613
+ onClick: r[0] || (r[0] = (l) => i.$emit("previous")),
2596
2614
  disabled: e.isPreviousDisabled,
2597
2615
  variant: "previous",
2598
2616
  ariaLabel: "previous"
2599
2617
  }, null, 8, ["disabled"]),
2600
- u(i.$slots, "pagination-numbers"),
2618
+ c(i.$slots, "pagination-numbers"),
2601
2619
  p(J, {
2602
- onClick: s[1] || (s[1] = (l) => i.$emit("next")),
2620
+ onClick: r[1] || (r[1] = (l) => i.$emit("next")),
2603
2621
  disabled: e.isNextDisabled,
2604
2622
  variant: "next",
2605
2623
  ariaLabel: "next"
@@ -2608,16 +2626,16 @@ const Cr = /* @__PURE__ */ v(Lr, [["__scopeId", "data-v-a76ba727"]]), Vr = { cla
2608
2626
  ]));
2609
2627
  }
2610
2628
  });
2611
- const Mr = /* @__PURE__ */ v(Dr, [["__scopeId", "data-v-9f08dcf6"]]);
2612
- const Or = {}, zr = { class: "search__wrapper" };
2613
- function Pr(e, i) {
2614
- return a(), r("div", zr, [
2615
- u(e.$slots, "default", { class: "search__content" })
2629
+ const Hs = /* @__PURE__ */ h(Ns, [["__scopeId", "data-v-9f08dcf6"]]);
2630
+ const Rs = {}, js = { class: "search__wrapper" };
2631
+ function Ks(e, i) {
2632
+ return a(), s("div", js, [
2633
+ c(e.$slots, "default", { class: "search__content" })
2616
2634
  ]);
2617
2635
  }
2618
- const Fr = /* @__PURE__ */ v(Or, [["render", Pr], ["__scopeId", "data-v-31f35da9"]]), Nr = {
2636
+ const Us = /* @__PURE__ */ h(Rs, [["render", Ks], ["__scopeId", "data-v-31f35da9"]]), Ws = {
2619
2637
  install: (e) => {
2620
- e.component("AtomButton", J), e.component("AtomCheckbox", Ie), e.component("AtomChip", Ae), e.component("AtomDropdown", Ne), e.component("AtomImage", L), e.component("AtomLabel", W), e.component("AtomLink", V), e.component("AtomRadioButton", Ze), e.component("AtomSelect", rt), e.component("AtomSlider", mt), e.component("AtomTextarea", wt), e.component("AtomTextField", Dt), e.component("AtomVideo", K), e.component("MoleculeAddress", Qt), e.component("MoleculeBulletList", ea), e.component("MoleculeCard", ra), e.component("MoleculeEventCard", ha), e.component("MoleculeModal", de), e.component("MoleculeTextCard", ya), e.component("BlockFacts", Ia), e.component("BlockFeatures", za), e.component("BlockHeadline", el), e.component("BlockHero", ul), e.component("BlockImage", Ra), e.component("BlockImageGallery", Ya), e.component("BlockLogoWall", $l), e.component("BlockMicroStories", wl), e.component("BlockPolicy", Il), e.component("BlockProductHero", Dl), e.component("BlockPromo", zl), e.component("BlockQuote", Yl), e.component("BlockRichText", ti), e.component("BlockTimeline", _i), e.component("BlockTripleCardDisplay", bi), e.component("BlockVimeo", Si), e.component("Organism404", Ci), e.component("OrganismFilter", zi), e.component("OrganismFooter", rr), e.component("OrganismHeader", Sr), e.component("OrganismLanguageSwitcher", Cr), e.component("OrganismPagination", Mr), e.component("OrganismSearch", Fr);
2638
+ e.component("AtomButton", J), e.component("AtomCheckbox", Ie), e.component("AtomChip", Ae), e.component("AtomDropdown", Ne), e.component("AtomImage", L), e.component("AtomLabel", G), e.component("AtomLink", V), e.component("AtomRadioButton", Ze), e.component("AtomSelect", st), e.component("AtomSlider", mt), e.component("AtomTextarea", wt), e.component("AtomTextField", Dt), e.component("AtomVideo", K), e.component("MoleculeAddress", Qt), e.component("MoleculeBulletList", ea), e.component("MoleculeCard", sa), e.component("MoleculeEventCard", ha), e.component("MoleculeModal", de), e.component("MoleculeTextCard", ya), e.component("BlockFacts", Ia), e.component("BlockFeatures", za), e.component("BlockHeadline", el), e.component("BlockHero", ul), e.component("BlockImage", Ra), e.component("BlockImageGallery", Ya), e.component("BlockLogoWall", $l), e.component("BlockMicroStories", wl), e.component("BlockPolicy", Il), e.component("BlockProductHero", Dl), e.component("BlockPromo", zl), e.component("BlockQuote", Yl), e.component("BlockRichText", ti), e.component("BlockRichTextColumns", oi), e.component("BlockTimeline", bi), e.component("BlockTripleCardDisplay", qi), e.component("BlockVimeo", Vi), e.component("Organism404", Pi), e.component("OrganismFilter", ji), e.component("OrganismFooter", _s), e.component("OrganismHeader", Vs), e.component("OrganismLanguageSwitcher", Ps), e.component("OrganismPagination", Hs), e.component("OrganismSearch", Us);
2621
2639
  }
2622
2640
  };
2623
2641
  export {
@@ -2626,10 +2644,10 @@ export {
2626
2644
  Ae as AtomChip,
2627
2645
  Ne as AtomDropdown,
2628
2646
  L as AtomImage,
2629
- W as AtomLabel,
2647
+ G as AtomLabel,
2630
2648
  V as AtomLink,
2631
2649
  Ze as AtomRadioButton,
2632
- rt as AtomSelect,
2650
+ st as AtomSelect,
2633
2651
  mt as AtomSlider,
2634
2652
  Dt as AtomTextField,
2635
2653
  wt as AtomTextarea,
@@ -2647,21 +2665,22 @@ export {
2647
2665
  zl as BlockPromo,
2648
2666
  Yl as BlockQuote,
2649
2667
  ti as BlockRichText,
2650
- _i as BlockTimeline,
2651
- bi as BlockTripleCardDisplay,
2652
- Si as BlockVimeo,
2668
+ oi as BlockRichTextColumns,
2669
+ bi as BlockTimeline,
2670
+ qi as BlockTripleCardDisplay,
2671
+ Vi as BlockVimeo,
2653
2672
  Qt as MoleculeAddress,
2654
2673
  ea as MoleculeBulletList,
2655
- ra as MoleculeCard,
2674
+ sa as MoleculeCard,
2656
2675
  ha as MoleculeEventCard,
2657
2676
  de as MoleculeModal,
2658
2677
  ya as MoleculeTextCard,
2659
- Ci as Organism404,
2660
- zi as OrganismFilter,
2661
- rr as OrganismFooter,
2662
- Sr as OrganismHeader,
2663
- Cr as OrganismLanguageSwitcher,
2664
- Mr as OrganismPagination,
2665
- Fr as OrganismSearch,
2666
- Nr as default
2678
+ Pi as Organism404,
2679
+ ji as OrganismFilter,
2680
+ _s as OrganismFooter,
2681
+ Vs as OrganismHeader,
2682
+ Ps as OrganismLanguageSwitcher,
2683
+ Hs as OrganismPagination,
2684
+ Us as OrganismSearch,
2685
+ Ws as default
2667
2686
  };