@mirweb/mir-web-components 1.10.0 → 1.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
- import { defineComponent as g, computed as q, openBlock as s, createElementBlock as i, normalizeClass as h, toDisplayString as c, createElementVNode as t, renderSlot as d, pushScopeId as H, popScopeId as R, createTextVNode as J, ref as C, resolveDirective as _e, withDirectives as K, Fragment as V, renderList as P, vShow as Z, normalizeProps as O, guardReactiveProps as z, toRefs as Se, mergeProps as F, createVNode as S, Transition as Ie, withCtx as y, withModifiers as he, createBlock as T, createCommentVNode as _, watchEffect as pe, withKeys as Ce, useSlots as Te, normalizeStyle as ee, isRef as x, unref as I, onMounted as me, watch as Q, onUnmounted as qe } from "vue";
2
- const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1
+ import { defineComponent as b, computed as q, openBlock as s, createElementBlock as i, normalizeClass as h, toDisplayString as c, createElementVNode as t, renderSlot as d, pushScopeId as N, popScopeId as E, createTextVNode as Y, ref as C, resolveDirective as he, withDirectives as K, Fragment as V, renderList as P, vShow as W, normalizeProps as H, guardReactiveProps as R, toRefs as Se, mergeProps as F, createVNode as I, Transition as Ie, withCtx as k, withModifiers as ue, createBlock as T, createCommentVNode as _, watchEffect as pe, withKeys as Ce, useSlots as Te, normalizeStyle as x, isRef as X, unref as y, onMounted as me, watch as Z, onUnmounted as qe } from "vue";
2
+ const Ae = ["aria-label"], Le = /* @__PURE__ */ b({
3
3
  __name: "button",
4
4
  props: {
5
5
  variant: { default: "primary" },
@@ -20,12 +20,12 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
20
20
  "aria-label": o.ariaLabel
21
21
  }, c(l.value === "close" ? "" : o.buttonText), 11, Ae));
22
22
  }
23
- }), v = (e, a) => {
23
+ }), g = (e, a) => {
24
24
  const r = e.__vccOpts || e;
25
25
  for (const [l, o] of a)
26
26
  r[l] = o;
27
27
  return r;
28
- }, se = /* @__PURE__ */ v(Le, [["__scopeId", "data-v-f61b579c"]]), De = (e) => (H("data-v-d8d77aaf"), e = e(), R(), e), Ve = ["id", "name", "value", "disabled", "required", "checked"], Pe = ["for"], Fe = /* @__PURE__ */ De(() => /* @__PURE__ */ t("span", { class: "checkmark" }, null, -1)), Me = /* @__PURE__ */ g({
28
+ }, ie = /* @__PURE__ */ g(Le, [["__scopeId", "data-v-f61b579c"]]), De = (e) => (N("data-v-d8d77aaf"), e = e(), E(), e), Ve = ["id", "name", "value", "disabled", "required", "checked"], Pe = ["for"], Fe = /* @__PURE__ */ De(() => /* @__PURE__ */ t("span", { class: "checkmark" }, null, -1)), Me = /* @__PURE__ */ b({
29
29
  __name: "checkbox",
30
30
  props: {
31
31
  name: { default: "checkbox" },
@@ -64,11 +64,11 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
64
64
  ], 10, Pe)
65
65
  ], 2));
66
66
  }
67
- }), fe = /* @__PURE__ */ v(Me, [["__scopeId", "data-v-d8d77aaf"]]), Oe = (e) => (H("data-v-2e1e44c1"), e = e(), R(), e), ze = ["aria-label"], He = /* @__PURE__ */ Oe(() => /* @__PURE__ */ t("img", {
67
+ }), fe = /* @__PURE__ */ g(Me, [["__scopeId", "data-v-d8d77aaf"]]), Oe = (e) => (N("data-v-2e1e44c1"), e = e(), E(), e), ze = ["aria-label"], He = /* @__PURE__ */ Oe(() => /* @__PURE__ */ t("img", {
68
68
  src: "https://a.storyblok.com/f/230581/9x9/e4fb715dc9/close.svg?cv=1695125714598",
69
69
  alt: "close",
70
70
  class: "close-icon"
71
- }, null, -1)), Re = /* @__PURE__ */ g({
71
+ }, null, -1)), Re = /* @__PURE__ */ b({
72
72
  __name: "chip",
73
73
  props: {
74
74
  text: { default: "" }
@@ -84,12 +84,12 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
84
84
  class: "chip",
85
85
  "aria-label": r.value
86
86
  }, [
87
- J(c(l.text) + " ", 1),
87
+ Y(c(l.text) + " ", 1),
88
88
  He
89
89
  ], 8, ze)
90
90
  ]));
91
91
  }
92
- }), Ne = /* @__PURE__ */ v(Re, [["__scopeId", "data-v-2e1e44c1"]]), Ee = ["value"], je = ["id"], Ge = { class: "listbox__dropdown" }, Ke = ["id", "aria-labelledby", "aria-disabled"], Ue = ["aria-labelledby", "aria-activedescendant"], Je = ["aria-selected", "data-value"], We = /* @__PURE__ */ g({
92
+ }), Ne = /* @__PURE__ */ g(Re, [["__scopeId", "data-v-2e1e44c1"]]), Ee = ["value"], je = ["id"], Ge = { class: "listbox__dropdown" }, Ke = ["id", "aria-labelledby", "aria-disabled"], Ue = ["aria-labelledby", "aria-activedescendant"], Je = ["aria-selected", "data-value"], We = /* @__PURE__ */ b({
93
93
  __name: "dropdown",
94
94
  props: {
95
95
  modelValue: {},
@@ -107,9 +107,9 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
107
107
  const r = {
108
108
  primary: "dropdown-dark-bg-primary",
109
109
  dark: "dropdown-dark dropdown-dark-bg-dark"
110
- }, l = e, o = q(() => r[l.variant]), u = C(null), p = C(null), n = C([]), b = C(0), f = C(""), k = C(!0), w = C(0), ae = a, re = q(() => {
110
+ }, l = e, o = q(() => r[l.variant]), u = C(null), p = C(null), n = C([]), v = C(0), f = C(""), $ = C(!0), B = C(0), ae = a, oe = q(() => {
111
111
  const m = l.options.find(
112
- (B) => B.value === l.modelValue
112
+ (S) => S.value === l.modelValue
113
113
  );
114
114
  return m && m.label;
115
115
  });
@@ -118,26 +118,26 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
118
118
  }
119
119
  function de(m) {
120
120
  var A;
121
- const B = m.target;
122
- B.getAttribute("role") === "option" && (W(B), le(), (A = u.value) == null || A.focus());
121
+ const S = m.target;
122
+ S.getAttribute("role") === "option" && (J(S), se(), (A = u.value) == null || A.focus());
123
123
  }
124
124
  function U(m) {
125
125
  var A;
126
- const B = m.key;
127
- switch (B) {
126
+ const S = m.key;
127
+ switch (S) {
128
128
  case "ArrowUp":
129
129
  case "ArrowDown": {
130
130
  m.preventDefault();
131
131
  const D = l.options.findIndex(
132
- (Y) => Y.value === l.modelValue
132
+ (Q) => Q.value === l.modelValue
133
133
  );
134
- let N = D ? n.value[D] : n.value[0];
135
- B === "ArrowUp" ? D - 1 >= 0 && (N = n.value[D - 1]) : D + 1 <= l.options.length && (N = n.value[D + 1]), N && W(N);
134
+ let G = D ? n.value[D] : n.value[0];
135
+ S === "ArrowUp" ? D - 1 >= 0 && (G = n.value[D - 1]) : D + 1 <= l.options.length && (G = n.value[D + 1]), G && J(G);
136
136
  break;
137
137
  }
138
138
  case "Home":
139
139
  case "PageUp":
140
- m.preventDefault(), E();
140
+ m.preventDefault(), z();
141
141
  break;
142
142
  case "End":
143
143
  case "PageDown":
@@ -145,87 +145,87 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
145
145
  break;
146
146
  case "Enter":
147
147
  case "Escape":
148
- m.preventDefault(), le(), (A = u.value) == null || A.focus();
148
+ m.preventDefault(), se(), (A = u.value) == null || A.focus();
149
149
  break;
150
150
  default: {
151
- const D = j(B);
152
- D && W(D);
151
+ const D = j(S);
152
+ D && J(D);
153
153
  break;
154
154
  }
155
155
  }
156
156
  }
157
- function oe(m) {
157
+ function le(m) {
158
158
  if (!l.disabled)
159
159
  switch (m.key) {
160
160
  case "ArrowUp":
161
161
  case "ArrowDown":
162
- m.preventDefault(), ue(), U(m);
162
+ m.preventDefault(), _e(), U(m);
163
163
  break;
164
164
  }
165
165
  }
166
166
  function ce(m) {
167
167
  m && m.removeAttribute("aria-selected");
168
168
  }
169
- function $() {
170
- b.value && (clearTimeout(b.value), b.value = 0), b.value = setTimeout(() => {
171
- f.value = "", b.value = 0;
169
+ function w() {
170
+ v.value && (clearTimeout(v.value), v.value = 0), v.value = setTimeout(() => {
171
+ f.value = "", v.value = 0;
172
172
  }, 500);
173
173
  }
174
174
  function j(m) {
175
- let B = "";
176
- (f.value === "" || B !== m) && (w.value = l.options.findIndex(
175
+ let S = "";
176
+ (f.value === "" || S !== m) && (B.value = l.options.findIndex(
177
177
  (D) => D.value === l.modelValue
178
- )), f.value = B === m ? m : f.value + m, B = m, $();
179
- let A = G(
180
- w.value + 1,
178
+ )), f.value = S === m ? m : f.value + m, S = m, w();
179
+ let A = O(
180
+ B.value + 1,
181
181
  l.options.length
182
182
  );
183
- return !A && f.value.length === 1 && (A = G(0, w.value)), w.value = (w.value + 1) % l.options.length, A;
183
+ return !A && f.value.length === 1 && (A = O(0, B.value)), B.value = (B.value + 1) % l.options.length, A;
184
184
  }
185
- function G(m, B) {
186
- for (let A = m; A < B; A++)
185
+ function O(m, S) {
186
+ for (let A = m; A < S; A++)
187
187
  if (l.options[A].label && l.options[A].label.toUpperCase().indexOf(f.value.toUpperCase()) === 0)
188
188
  return n.value[A];
189
189
  return null;
190
190
  }
191
- function E() {
192
- W(n.value[0]);
191
+ function z() {
192
+ J(n.value[0]);
193
193
  }
194
- function W(m) {
194
+ function J(m) {
195
195
  var A, D;
196
- const B = m.getAttribute("data-value");
196
+ const S = m.getAttribute("data-value");
197
197
  if (l.modelValue) {
198
- const N = l.options.findIndex(
198
+ const G = l.options.findIndex(
199
199
  (Be) => Be.value === l.modelValue
200
- ), Y = n.value[N];
201
- ce(Y);
200
+ ), Q = n.value[G];
201
+ ce(Q);
202
202
  }
203
203
  if (m.setAttribute("aria-selected", "true"), (A = p.value) == null || A.setAttribute(
204
204
  "aria-activedescendant",
205
- B || ""
206
- ), ne(B || ""), p.value && p.value.scrollHeight > p.value.clientHeight) {
207
- const N = p.value.clientHeight + p.value.scrollTop, Y = m.offsetTop + m.offsetHeight;
208
- Y > N ? p.value.scrollTop = Y - ((D = p.value) == null ? void 0 : D.clientHeight) : m.offsetTop < p.value.scrollTop && (p.value.scrollTop = m.offsetTop);
205
+ S || ""
206
+ ), ne(S || ""), p.value && p.value.scrollHeight > p.value.clientHeight) {
207
+ const G = p.value.clientHeight + p.value.scrollTop, Q = m.offsetTop + m.offsetHeight;
208
+ Q > G ? p.value.scrollTop = Q - ((D = p.value) == null ? void 0 : D.clientHeight) : m.offsetTop < p.value.scrollTop && (p.value.scrollTop = m.offsetTop);
209
209
  }
210
210
  }
211
211
  function $e() {
212
- var B;
213
- const m = (B = n.value) == null ? void 0 : B[l.options.length - 1];
214
- W(m);
212
+ var S;
213
+ const m = (S = n.value) == null ? void 0 : S[l.options.length - 1];
214
+ J(m);
215
215
  }
216
- function le() {
216
+ function se() {
217
217
  var m;
218
- k.value = !0, (m = u.value) == null || m.removeAttribute("aria-expanded");
218
+ $.value = !0, (m = u.value) == null || m.removeAttribute("aria-expanded");
219
219
  }
220
- function ue() {
221
- var m, B;
222
- k.value = !1, (m = u.value) == null || m.setAttribute("aria-expanded", "true"), (B = p.value) == null || B.focus();
220
+ function _e() {
221
+ var m, S;
222
+ $.value = !1, (m = u.value) == null || m.setAttribute("aria-expanded", "true"), (S = p.value) == null || S.focus();
223
223
  }
224
224
  function we() {
225
- l.disabled || (k.value ? ue() : le());
225
+ l.disabled || ($.value ? _e() : se());
226
226
  }
227
- return (m, B) => {
228
- const A = _e("click-outside");
227
+ return (m, S) => {
228
+ const A = he("click-outside");
229
229
  return s(), i("div", {
230
230
  ref: "listbox",
231
231
  class: "listbox__wrapper",
@@ -250,8 +250,8 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
250
250
  "aria-disabled": m.disabled,
251
251
  class: h(["listbox__button", o.value]),
252
252
  onClick: we,
253
- onKeydown: oe
254
- }, c(m.modelValue ? re.value : m.placeholder), 43, Ke),
253
+ onKeydown: le
254
+ }, c(m.modelValue ? oe.value : m.placeholder), 43, Ke),
255
255
  K(t("ul", {
256
256
  ref_key: "listboxNode",
257
257
  ref: p,
@@ -263,8 +263,8 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
263
263
  onKeydown: U,
264
264
  onClick: de
265
265
  }, [
266
- (s(!0), i(V, null, P(m.options, (D, N) => (s(), i("li", {
267
- key: `${m.name}-option-${N}`,
266
+ (s(!0), i(V, null, P(m.options, (D, G) => (s(), i("li", {
267
+ key: `${m.name}-option-${G}`,
268
268
  ref_for: !0,
269
269
  ref_key: "listboxOptions",
270
270
  ref: n,
@@ -274,15 +274,15 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
274
274
  role: "option"
275
275
  }, c(D.label), 9, Je))), 128))
276
276
  ], 40, Ue), [
277
- [Z, !k.value]
277
+ [W, !$.value]
278
278
  ])
279
279
  ])), [
280
- [A, le]
280
+ [A, se]
281
281
  ])
282
282
  ], 8, Ee);
283
283
  };
284
284
  }
285
- }), Ye = /* @__PURE__ */ v(We, [["__scopeId", "data-v-a17afd8c"]]), Qe = { class: "image__wrapper" }, Ze = /* @__PURE__ */ g({
285
+ }), Ye = /* @__PURE__ */ g(We, [["__scopeId", "data-v-a17afd8c"]]), Qe = { class: "image__wrapper" }, Ze = /* @__PURE__ */ b({
286
286
  __name: "image",
287
287
  props: {
288
288
  src: { default: void 0 },
@@ -295,10 +295,10 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
295
295
  },
296
296
  setup(e) {
297
297
  return (a, r) => (s(), i("div", Qe, [
298
- d(a.$slots, "default", O(z(a.$attrs)))
298
+ d(a.$slots, "default", H(R(a.$attrs)))
299
299
  ]));
300
300
  }
301
- }), M = /* @__PURE__ */ v(Ze, [["__scopeId", "data-v-4f7fe350"]]), Xe = { class: "label__wrapper" }, xe = ["aria-label", "label-dark"], et = /* @__PURE__ */ g({
301
+ }), M = /* @__PURE__ */ g(Ze, [["__scopeId", "data-v-4f7fe350"]]), Xe = { class: "label__wrapper" }, xe = ["aria-label", "label-dark"], et = /* @__PURE__ */ b({
302
302
  __name: "label",
303
303
  props: {
304
304
  text: {},
@@ -314,7 +314,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
314
314
  }, c(l.text), 11, xe)
315
315
  ]));
316
316
  }
317
- }), X = /* @__PURE__ */ v(et, [["__scopeId", "data-v-7d9d3a8a"]]), tt = { class: "link__wrapper" }, L = /* @__PURE__ */ g({
317
+ }), ee = /* @__PURE__ */ g(et, [["__scopeId", "data-v-7d9d3a8a"]]), tt = { class: "link__wrapper" }, L = /* @__PURE__ */ b({
318
318
  __name: "link",
319
319
  props: {
320
320
  linkType: { default: "regular" },
@@ -340,7 +340,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
340
340
  const { ...n } = Se(l);
341
341
  return n;
342
342
  });
343
- return (n, b) => (s(), i("div", tt, [
343
+ return (n, v) => (s(), i("div", tt, [
344
344
  t("div", F(p.value, {
345
345
  class: ["mir-link", [
346
346
  o.value,
@@ -353,7 +353,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
353
353
  ], 16)
354
354
  ]));
355
355
  }
356
- }), at = (e) => (H("data-v-60c6ff7e"), e = e(), R(), e), ot = ["id", "name", "value", "checked", "disabled", "required"], lt = ["for"], st = /* @__PURE__ */ at(() => /* @__PURE__ */ t("span", { class: "radiomark" }, null, -1)), it = /* @__PURE__ */ g({
356
+ }), at = (e) => (N("data-v-60c6ff7e"), e = e(), E(), e), ot = ["id", "name", "value", "checked", "disabled", "required"], lt = ["for"], st = /* @__PURE__ */ at(() => /* @__PURE__ */ t("span", { class: "radiomark" }, null, -1)), it = /* @__PURE__ */ b({
357
357
  __name: "radio-button",
358
358
  props: {
359
359
  name: { default: "radio" },
@@ -392,7 +392,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
392
392
  ], 10, lt)
393
393
  ], 2));
394
394
  }
395
- }), rt = /* @__PURE__ */ v(it, [["__scopeId", "data-v-60c6ff7e"]]), nt = { class: "select__wrapper" }, dt = ["for"], ct = ["id", "disabled", "name", "value"], ut = ["value"], _t = /* @__PURE__ */ g({
395
+ }), rt = /* @__PURE__ */ g(it, [["__scopeId", "data-v-60c6ff7e"]]), nt = { class: "select__wrapper" }, dt = ["for"], ct = ["id", "disabled", "name", "value"], ut = ["value"], _t = /* @__PURE__ */ b({
396
396
  __name: "select",
397
397
  props: {
398
398
  id: {},
@@ -427,7 +427,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
427
427
  ], 42, ct)
428
428
  ]));
429
429
  }
430
- }), ht = /* @__PURE__ */ v(_t, [["__scopeId", "data-v-d5c46463"]]), pt = { class: "modal__wrapper" }, mt = /* @__PURE__ */ g({
430
+ }), ht = /* @__PURE__ */ g(_t, [["__scopeId", "data-v-d5c46463"]]), pt = { class: "modal__wrapper" }, mt = /* @__PURE__ */ b({
431
431
  __name: "modal",
432
432
  props: {
433
433
  show: { type: Boolean, default: !1 },
@@ -439,11 +439,11 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
439
439
  l("update:show", !r.show);
440
440
  };
441
441
  return (u, p) => (s(), i("div", pt, [
442
- S(Ie, {
442
+ I(Ie, {
443
443
  duration: 300,
444
444
  name: "nested"
445
445
  }, {
446
- default: y(() => [
446
+ default: k(() => [
447
447
  K(t("dialog", {
448
448
  class: h(["overlay", u.searchBar ? "overlay-search" : "overlay-default"]),
449
449
  ariaLabel: "modal",
@@ -453,11 +453,11 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
453
453
  t("div", {
454
454
  id: "modal",
455
455
  class: h([u.searchBar ? "search" : ""]),
456
- onClick: p[0] || (p[0] = he(() => {
456
+ onClick: p[0] || (p[0] = ue(() => {
457
457
  }, ["stop"]))
458
458
  }, [
459
459
  t("div", null, [
460
- u.searchBar ? _("", !0) : (s(), T(se, {
460
+ u.searchBar ? _("", !0) : (s(), T(ie, {
461
461
  key: 0,
462
462
  "aria-label": "close",
463
463
  variant: "close",
@@ -467,14 +467,14 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
467
467
  d(u.$slots, "default", {}, void 0, !0)
468
468
  ], 2)
469
469
  ], 2), [
470
- [Z, u.show]
470
+ [W, u.show]
471
471
  ])
472
472
  ]),
473
473
  _: 3
474
474
  })
475
475
  ]));
476
476
  }
477
- }), ve = /* @__PURE__ */ v(mt, [["__scopeId", "data-v-0c868c23"]]), ft = { class: "slider__wrapper" }, vt = { class: "slider__label" }, gt = ["for"], bt = ["aria-label"], yt = { class: "slider__content" }, kt = ["id", "name", "value", "min", "step", "max"], $t = { class: "modal-information" }, wt = /* @__PURE__ */ g({
477
+ }), ve = /* @__PURE__ */ g(mt, [["__scopeId", "data-v-0c868c23"]]), ft = { class: "slider__wrapper" }, vt = { class: "slider__label" }, gt = ["for"], bt = ["aria-label"], kt = { class: "slider__content" }, yt = ["id", "name", "value", "min", "step", "max"], $t = { class: "modal-information" }, wt = /* @__PURE__ */ b({
478
478
  __name: "slider",
479
479
  props: {
480
480
  label: {},
@@ -490,18 +490,18 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
490
490
  },
491
491
  emits: ["update:modelValue"],
492
492
  setup(e, { emit: a }) {
493
- const r = e, l = a, o = C(r.modelValue), u = C(), p = C(!1), n = (f, k, w) => (f - k) / (w - k) * 100, b = (f) => {
494
- var k;
495
- (k = u.value) == null || k.style.setProperty("--ProgressPercent", `${f}%`);
493
+ const r = e, l = a, o = C(r.modelValue), u = C(), p = C(!1), n = (f, $, B) => (f - $) / (B - $) * 100, v = (f) => {
494
+ var $;
495
+ ($ = u.value) == null || $.style.setProperty("--ProgressPercent", `${f}%`);
496
496
  };
497
497
  return pe(() => {
498
498
  if (u.value) {
499
499
  l("update:modelValue", o.value);
500
500
  const f = n(o.value, r.min, r.max);
501
- let k = (50 - f) / 100;
502
- b(f + k);
501
+ let $ = (50 - f) / 100;
502
+ v(f + $);
503
503
  }
504
- }), (f, k) => (s(), i("div", null, [
504
+ }), (f, $) => (s(), i("div", null, [
505
505
  t("div", ft, [
506
506
  t("div", vt, [
507
507
  t("label", {
@@ -515,11 +515,11 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
515
515
  "aria-label": f.informationLabel,
516
516
  tabindex: "0",
517
517
  "aria-haspopup": "dialog",
518
- onClick: k[0] || (k[0] = (w) => p.value = !p.value),
519
- onKeyup: k[1] || (k[1] = Ce((w) => p.value = !p.value, ["enter"]))
518
+ onClick: $[0] || ($[0] = (B) => p.value = !p.value),
519
+ onKeyup: $[1] || ($[1] = Ce((B) => p.value = !p.value, ["enter"]))
520
520
  }, null, 42, bt)) : _("", !0)
521
521
  ]),
522
- t("div", yt, [
522
+ t("div", kt, [
523
523
  t("span", {
524
524
  class: h([f.variant, "slider__minmax"])
525
525
  }, c(f.min), 3),
@@ -534,8 +534,8 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
534
534
  step: f.step,
535
535
  max: f.max,
536
536
  class: h(f.variant),
537
- onInput: k[2] || (k[2] = ({ target: w }) => o.value = parseFloat(w.value))
538
- }, null, 42, kt),
537
+ onInput: $[2] || ($[2] = ({ target: B }) => o.value = parseFloat(B.value))
538
+ }, null, 42, yt),
539
539
  t("span", {
540
540
  class: h([f.variant, "slider__minmax"])
541
541
  }, c(f.max), 3)
@@ -547,16 +547,16 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
547
547
  f.information ? (s(), T(ve, {
548
548
  key: 0,
549
549
  show: p.value,
550
- "onUpdate:show": k[3] || (k[3] = (w) => p.value = w)
550
+ "onUpdate:show": $[3] || ($[3] = (B) => p.value = B)
551
551
  }, {
552
- default: y(() => [
552
+ default: k(() => [
553
553
  t("p", $t, c(f.information), 1)
554
554
  ]),
555
555
  _: 1
556
556
  }, 8, ["show"])) : _("", !0)
557
557
  ]));
558
558
  }
559
- }), Bt = /* @__PURE__ */ v(wt, [["__scopeId", "data-v-24a83011"]]), St = { class: "textarea-wrapper" }, It = ["for"], Ct = ["id", "name", "placeholder", "required", "disabled", "maxlength", "value"], Tt = { class: "textarea-info" }, qt = { key: 0 }, At = /* @__PURE__ */ g({
559
+ }), Bt = /* @__PURE__ */ g(wt, [["__scopeId", "data-v-24a83011"]]), St = { class: "textarea-wrapper" }, It = ["for"], Ct = ["id", "name", "placeholder", "required", "disabled", "maxlength", "value"], Tt = { class: "textarea-info" }, qt = { key: 0 }, At = /* @__PURE__ */ b({
560
560
  __name: "textarea",
561
561
  props: {
562
562
  id: { default: "" },
@@ -608,7 +608,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
608
608
  ])
609
609
  ]));
610
610
  }
611
- }), Lt = /* @__PURE__ */ v(At, [["__scopeId", "data-v-7ecd7bf5"]]), Dt = { class: "text-field__wrapper" }, Vt = ["for"], Pt = { key: 0 }, Ft = ["id", "type", "value", "placeholder", "required", "disabled", "name"], Mt = ["aria-expanded"], Ot = ["id", "type", "value", "placeholder", "required", "disabled", "name"], zt = {
611
+ }), Lt = /* @__PURE__ */ g(At, [["__scopeId", "data-v-7ecd7bf5"]]), Dt = { class: "text-field__wrapper" }, Vt = ["for"], Pt = { key: 0 }, Ft = ["id", "type", "value", "placeholder", "required", "disabled", "name"], Mt = ["aria-expanded"], Ot = ["id", "type", "value", "placeholder", "required", "disabled", "name"], zt = {
612
612
  key: 2,
613
613
  class: "search"
614
614
  }, Ht = {
@@ -617,7 +617,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
617
617
  }, Rt = {
618
618
  key: 4,
619
619
  class: "helperText"
620
- }, Nt = /* @__PURE__ */ g({
620
+ }, Nt = /* @__PURE__ */ b({
621
621
  __name: "text-field",
622
622
  props: {
623
623
  type: { default: "text" },
@@ -649,7 +649,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
649
649
  ), p = q(
650
650
  () => o.value ? "password" : "text"
651
651
  );
652
- return (n, b) => (s(), i("div", Dt, [
652
+ return (n, v) => (s(), i("div", Dt, [
653
653
  t("label", {
654
654
  for: n.id,
655
655
  class: h([
@@ -668,14 +668,14 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
668
668
  required: n.required,
669
669
  disabled: n.disabled,
670
670
  name: n.fieldName,
671
- onInput: b[0] || (b[0] = (f) => n.$emit("update:modelValue", f.target.value))
671
+ onInput: v[0] || (v[0] = (f) => n.$emit("update:modelValue", f.target.value))
672
672
  }, null, 40, Ft),
673
673
  t("i", {
674
674
  role: "button",
675
675
  class: h([u.value]),
676
676
  "aria-controls": "password",
677
677
  "aria-expanded": !o.value,
678
- onClick: b[1] || (b[1] = (f) => o.value = !o.value)
678
+ onClick: v[1] || (v[1] = (f) => o.value = !o.value)
679
679
  }, null, 10, Mt)
680
680
  ])) : (s(), i("input", {
681
681
  key: 1,
@@ -692,14 +692,14 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
692
692
  ]),
693
693
  disabled: n.disabled,
694
694
  name: n.fieldName,
695
- onInput: b[2] || (b[2] = (f) => n.$emit("update:modelValue", f.target.value))
695
+ onInput: v[2] || (v[2] = (f) => n.$emit("update:modelValue", f.target.value))
696
696
  }, null, 42, Ot)),
697
697
  n.search ? (s(), i("button", zt)) : _("", !0),
698
698
  n.errorMessage ? (s(), i("strong", Ht, c(n.errorMessage), 1)) : _("", !0),
699
699
  n.helperText ? (s(), i("span", Rt, c(n.helperText), 1)) : _("", !0)
700
700
  ]));
701
701
  }
702
- }), Et = /* @__PURE__ */ v(Nt, [["__scopeId", "data-v-1d92973b"]]), jt = { class: "video__wrapper" }, Gt = ["aria-label", "controls", "poster", "width", "height", "autoplay", "loop", "muted", "src"], Kt = ["src", "aria-label", "title", "width", "height"], Ut = /* @__PURE__ */ g({
702
+ }), Et = /* @__PURE__ */ g(Nt, [["__scopeId", "data-v-1d92973b"]]), jt = { class: "video__wrapper" }, Gt = ["aria-label", "controls", "poster", "width", "height", "autoplay", "loop", "muted", "src"], Kt = ["src", "aria-label", "title", "width", "height"], Ut = /* @__PURE__ */ b({
703
703
  __name: "video",
704
704
  props: {
705
705
  play: { type: Boolean, default: !1 },
@@ -753,7 +753,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
753
753
  }, null, 8, Kt))
754
754
  ]));
755
755
  }
756
- }), te = /* @__PURE__ */ v(Ut, [["__scopeId", "data-v-c6a0feb6"]]), Jt = { class: "address__wrapper" }, Wt = { class: "address__content" }, Yt = { class: "address__flag" }, Qt = { class: "address__address" }, Zt = { class: "address__name" }, Xt = { key: 0 }, xt = { class: "address__contact" }, ea = ["href"], ta = ["href"], aa = ["href"], oa = /* @__PURE__ */ g({
756
+ }), te = /* @__PURE__ */ g(Ut, [["__scopeId", "data-v-c6a0feb6"]]), Jt = { class: "address__wrapper" }, Wt = { class: "address__content" }, Yt = { class: "address__flag" }, Qt = { class: "address__address" }, Zt = { class: "address__name" }, Xt = { key: 0 }, xt = { class: "address__contact" }, ea = ["href"], ta = ["href"], aa = ["href"], oa = /* @__PURE__ */ b({
757
757
  __name: "address",
758
758
  props: {
759
759
  name: {},
@@ -784,7 +784,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
784
784
  underline: "false",
785
785
  "link-type": "regular"
786
786
  }, {
787
- default: y(() => [
787
+ default: k(() => [
788
788
  t("a", {
789
789
  href: "https://" + a.website,
790
790
  class: "address__website"
@@ -797,7 +797,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
797
797
  underline: "false",
798
798
  "link-type": "regular"
799
799
  }, {
800
- default: y(() => [
800
+ default: k(() => [
801
801
  t("a", {
802
802
  href: "tel:" + l,
803
803
  class: "address__phone"
@@ -813,7 +813,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
813
813
  ])
814
814
  ]));
815
815
  }
816
- }), la = /* @__PURE__ */ v(oa, [["__scopeId", "data-v-6f5f6a44"]]), sa = (e) => (H("data-v-a44fd57d"), e = e(), R(), e), ia = { class: "bullet-list__wrapper" }, ra = /* @__PURE__ */ sa(() => /* @__PURE__ */ t("i", { class: "checkmark" }, null, -1)), na = /* @__PURE__ */ g({
816
+ }), la = /* @__PURE__ */ g(oa, [["__scopeId", "data-v-6f5f6a44"]]), sa = (e) => (N("data-v-a44fd57d"), e = e(), E(), e), ia = { class: "bullet-list__wrapper" }, ra = /* @__PURE__ */ sa(() => /* @__PURE__ */ t("i", { class: "checkmark" }, null, -1)), na = /* @__PURE__ */ b({
817
817
  __name: "bullet-list",
818
818
  props: {
819
819
  list: {
@@ -840,13 +840,13 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
840
840
  t("ul", null, [
841
841
  (s(!0), i(V, null, P(e.list, (l) => (s(), i("li", { key: l }, [
842
842
  ra,
843
- J(" " + c(l), 1)
843
+ Y(" " + c(l), 1)
844
844
  ]))), 128))
845
845
  ])
846
846
  ], 2)
847
847
  ]));
848
848
  }
849
- }), da = /* @__PURE__ */ v(na, [["__scopeId", "data-v-a44fd57d"]]), ca = { class: "card__wrapper" }, ua = { key: 2 }, _a = { key: 5 }, ha = /* @__PURE__ */ g({
849
+ }), da = /* @__PURE__ */ g(na, [["__scopeId", "data-v-a44fd57d"]]), ca = { class: "card__wrapper" }, ua = { key: 2 }, _a = { key: 5 }, ha = /* @__PURE__ */ b({
850
850
  __name: "card",
851
851
  props: {
852
852
  variant: { default: "product" },
@@ -892,7 +892,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
892
892
  height: "335"
893
893
  }
894
894
  }, o = e, u = q(() => l[o.size]), p = q(() => o.variant === "article" || o.variant === "product" ? `card--${o.size}-${o.variant}` : `card--${o.variant}`);
895
- return (n, b) => (s(), i("div", ca, [
895
+ return (n, v) => (s(), i("div", ca, [
896
896
  t("div", {
897
897
  class: h(["card", [
898
898
  n.theme === "dark" ? "card--dark" : "card--light",
@@ -901,14 +901,14 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
901
901
  p.value,
902
902
  n.variant === "product" ? "card--product" : "card--article"
903
903
  ]]),
904
- style: ee([n.variant === "product" ? "font-weight: 700" : "font-weight: 300"]),
905
- onMouseover: b[0] || (b[0] = (f) => x(r) ? r.value = !0 : r = !0),
906
- onMouseout: b[1] || (b[1] = (f) => x(r) ? r.value = !1 : r = !1),
907
- onFocus: b[2] || (b[2] = (f) => x(r) ? r.value = !0 : r = !0),
908
- onBlur: b[3] || (b[3] = (f) => x(r) ? r.value = !1 : r = !1)
904
+ style: x([n.variant === "product" ? "font-weight: 700" : "font-weight: 300"]),
905
+ onMouseover: v[0] || (v[0] = (f) => X(r) ? r.value = !0 : r = !0),
906
+ onMouseout: v[1] || (v[1] = (f) => X(r) ? r.value = !1 : r = !1),
907
+ onFocus: v[2] || (v[2] = (f) => X(r) ? r.value = !0 : r = !0),
908
+ onBlur: v[3] || (v[3] = (f) => X(r) ? r.value = !1 : r = !1)
909
909
  }, [
910
910
  n.mediaType === "image" ? (s(), T(M, { key: 0 }, {
911
- default: y(() => [
911
+ default: k(() => [
912
912
  d(n.$slots, "card-image", F({
913
913
  src: n.imgSrc,
914
914
  width: "596",
@@ -921,10 +921,10 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
921
921
  _: 3
922
922
  })) : (s(), i("div", {
923
923
  key: 1,
924
- class: h(["video-card__wrapper", I(r) === !0 ? "vimeoPlaying" : ""])
924
+ class: h(["video-card__wrapper", y(r) === !0 ? "vimeoPlaying" : ""])
925
925
  }, [
926
- S(te, {
927
- play: I(r),
926
+ I(te, {
927
+ play: y(r),
928
928
  "local-video": !0,
929
929
  src: n.videoSrc,
930
930
  "aria-label": n.arialabel,
@@ -937,7 +937,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
937
937
  muted: !0
938
938
  }, null, 8, ["play", "src", "aria-label", "poster", "width", "height"])
939
939
  ], 2)),
940
- I(a)["card-label"] ? (s(), i("div", ua, [
940
+ y(a)["card-label"] ? (s(), i("div", ua, [
941
941
  d(n.$slots, "card-label")
942
942
  ])) : _("", !0),
943
943
  n.variant === "product" ? (s(), i("div", {
@@ -958,7 +958,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
958
958
  ], 38)
959
959
  ]));
960
960
  }
961
- }), pa = /* @__PURE__ */ v(ha, [["__scopeId", "data-v-364d219c"]]), ma = { class: "column-card__content" }, fa = { class: "column-card__headline" }, va = { class: "column-card__bodytext" }, ga = /* @__PURE__ */ g({
961
+ }), pa = /* @__PURE__ */ g(ha, [["__scopeId", "data-v-364d219c"]]), ma = { class: "column-card__content" }, fa = { class: "column-card__headline" }, va = { class: "column-card__bodytext" }, ga = /* @__PURE__ */ b({
962
962
  __name: "column-card",
963
963
  props: {
964
964
  headline: {},
@@ -985,7 +985,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
985
985
  key: 0,
986
986
  class: h(["column-card__image", { cover: o.imageFit, contain: !o.imageFit }])
987
987
  }, [
988
- d(o.$slots, "column-card-image", O(z({
988
+ d(o.$slots, "column-card-image", H(R({
989
989
  src: o.image.filename,
990
990
  alt: o.image.alt
991
991
  })), void 0, !0)
@@ -999,7 +999,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
999
999
  "link-type": o.bgColor === "dark" ? "regular_dark" : (o.bgColor === "light", "regular_light"),
1000
1000
  arrow: ""
1001
1001
  }, {
1002
- default: y(() => [
1002
+ default: k(() => [
1003
1003
  d(o.$slots, "column-link", {}, void 0, !0)
1004
1004
  ]),
1005
1005
  _: 3
@@ -1007,10 +1007,10 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1007
1007
  ])
1008
1008
  ], 2));
1009
1009
  }
1010
- }), ge = /* @__PURE__ */ v(ga, [["__scopeId", "data-v-a505d05e"]]), ba = (e) => (H("data-v-e4a362a9"), e = e(), R(), e), ya = { class: "event__wrapper" }, ka = { class: "event__headline" }, $a = { class: "event__date-location" }, wa = /* @__PURE__ */ ba(() => /* @__PURE__ */ t("br", null, null, -1)), Ba = {
1010
+ }), ge = /* @__PURE__ */ g(ga, [["__scopeId", "data-v-a505d05e"]]), ba = (e) => (N("data-v-e4a362a9"), e = e(), E(), e), ka = { class: "event__wrapper" }, ya = { class: "event__headline" }, $a = { class: "event__date-location" }, wa = /* @__PURE__ */ ba(() => /* @__PURE__ */ t("br", null, null, -1)), Ba = {
1011
1011
  key: 0,
1012
1012
  class: "event__info"
1013
- }, Sa = { class: "event__exhibitor" }, Ia = /* @__PURE__ */ g({
1013
+ }, Sa = { class: "event__exhibitor" }, Ia = /* @__PURE__ */ b({
1014
1014
  __name: "event-card",
1015
1015
  props: {
1016
1016
  eventType: {
@@ -1040,31 +1040,31 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1040
1040
  }
1041
1041
  },
1042
1042
  setup(e) {
1043
- return (a, r) => (s(), i("div", ya, [
1044
- S(X, {
1043
+ return (a, r) => (s(), i("div", ka, [
1044
+ I(ee, {
1045
1045
  "label-dark": !1,
1046
1046
  text: e.eventType ? e.eventType : ""
1047
1047
  }, null, 8, ["text"]),
1048
- t("div", ka, c(e.headline), 1),
1048
+ t("div", ya, c(e.headline), 1),
1049
1049
  t("div", $a, [
1050
- J(c(e.dateTime) + " ", 1),
1050
+ Y(c(e.dateTime) + " ", 1),
1051
1051
  wa,
1052
1052
  e.info ? (s(), i("div", Ba, c(e.info), 1)) : _("", !0),
1053
- J(" " + c(e.location), 1)
1053
+ Y(" " + c(e.location), 1)
1054
1054
  ]),
1055
1055
  t("div", Sa, c(e.exhibitor), 1)
1056
1056
  ]));
1057
1057
  }
1058
- }), Ca = /* @__PURE__ */ v(Ia, [["__scopeId", "data-v-e4a362a9"]]), ie = (e) => (H("data-v-93ee37aa"), e = e(), R(), e), Ta = { class: "flashcard-side flashcard-front" }, qa = {
1058
+ }), Ca = /* @__PURE__ */ g(Ia, [["__scopeId", "data-v-e4a362a9"]]), re = (e) => (N("data-v-93ee37aa"), e = e(), E(), e), Ta = { class: "flashcard-side flashcard-front" }, qa = {
1059
1059
  key: 0,
1060
1060
  class: "content"
1061
1061
  }, Aa = { key: 0 }, La = {
1062
1062
  key: 1,
1063
1063
  class: "flashcard-body"
1064
- }, Da = /* @__PURE__ */ ie(() => /* @__PURE__ */ t("img", {
1064
+ }, Da = /* @__PURE__ */ re(() => /* @__PURE__ */ t("img", {
1065
1065
  class: "flip-icon",
1066
1066
  src: "https://a.storyblok.com/f/230581/22x21/23d87eccc4/icon_reverse_blue.svg"
1067
- }, null, -1)), Va = /* @__PURE__ */ ie(() => /* @__PURE__ */ t("img", {
1067
+ }, null, -1)), Va = /* @__PURE__ */ re(() => /* @__PURE__ */ t("img", {
1068
1068
  class: "flip-icon",
1069
1069
  src: "https://a.storyblok.com/f/230581/22x21/23d87eccc4/icon_reverse_blue.svg"
1070
1070
  }, null, -1)), Pa = {
@@ -1073,13 +1073,13 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1073
1073
  }, Fa = { key: 0 }, Ma = {
1074
1074
  key: 1,
1075
1075
  class: "flashcard-body"
1076
- }, Oa = /* @__PURE__ */ ie(() => /* @__PURE__ */ t("img", {
1076
+ }, Oa = /* @__PURE__ */ re(() => /* @__PURE__ */ t("img", {
1077
1077
  class: "flip-icon",
1078
1078
  src: "https://a.storyblok.com/f/230581/22x22/50edea5341/icon_reverse_white.svg"
1079
- }, null, -1)), za = /* @__PURE__ */ ie(() => /* @__PURE__ */ t("img", {
1079
+ }, null, -1)), za = /* @__PURE__ */ re(() => /* @__PURE__ */ t("img", {
1080
1080
  class: "flip-icon",
1081
1081
  src: "https://a.storyblok.com/f/230581/22x22/50edea5341/icon_reverse_white.svg"
1082
- }, null, -1)), Ha = /* @__PURE__ */ g({
1082
+ }, null, -1)), Ha = /* @__PURE__ */ b({
1083
1083
  __name: "flashcard",
1084
1084
  props: {
1085
1085
  name: {},
@@ -1098,7 +1098,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1098
1098
  a.value = !a.value;
1099
1099
  }
1100
1100
  return (l, o) => {
1101
- var u, p, n, b, f, k;
1101
+ var u, p, n, v, f, $;
1102
1102
  return s(), i("div", {
1103
1103
  class: "flashcard-container",
1104
1104
  onClick: r
@@ -1115,7 +1115,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1115
1115
  l.name || ((u = l.bodytext) == null ? void 0 : u.length) > 0 ? (s(), i("div", qa, [
1116
1116
  l.name ? (s(), i("h3", Aa, c(l.name), 1)) : _("", !0),
1117
1117
  l.bodytext ? (s(), i("div", La, [
1118
- d(l.$slots, "flashcard-front-body", O(z({ bodytext: l.bodytext })), void 0, !0)
1118
+ d(l.$slots, "flashcard-front-body", H(R({ bodytext: l.bodytext })), void 0, !0)
1119
1119
  ])) : _("", !0),
1120
1120
  Da
1121
1121
  ])) : (s(), i("div", {
@@ -1125,20 +1125,20 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1125
1125
  cover: !l.imageFit
1126
1126
  }])
1127
1127
  }, [
1128
- d(l.$slots, "flashcard-front-image", O(z({ src: (p = l.image) == null ? void 0 : p.filename, alt: (n = l.image) == null ? void 0 : n.alt })), void 0, !0),
1128
+ d(l.$slots, "flashcard-front-image", H(R({ src: (p = l.image) == null ? void 0 : p.filename, alt: (n = l.image) == null ? void 0 : n.alt })), void 0, !0),
1129
1129
  Va
1130
1130
  ], 2))
1131
1131
  ]),
1132
1132
  t("div", {
1133
1133
  class: h([
1134
1134
  "flashcard-side flashcard-back",
1135
- (b = l.imagebackside) != null && b.filename ? "flashcard-back--image" : "flashcard-back--no-image"
1135
+ (v = l.imagebackside) != null && v.filename ? "flashcard-back--image" : "flashcard-back--no-image"
1136
1136
  ])
1137
1137
  }, [
1138
1138
  l.namebackside || l.bodytextbackside.length > 0 ? (s(), i("div", Pa, [
1139
1139
  l.namebackside ? (s(), i("h3", Fa, c(l.namebackside), 1)) : _("", !0),
1140
1140
  l.bodytextbackside ? (s(), i("div", Ma, [
1141
- d(l.$slots, "flashcard-back-body", O(z({ bodytextbackside: l.bodytextbackside })), void 0, !0)
1141
+ d(l.$slots, "flashcard-back-body", H(R({ bodytextbackside: l.bodytextbackside })), void 0, !0)
1142
1142
  ])) : _("", !0),
1143
1143
  Oa
1144
1144
  ])) : (s(), i("div", {
@@ -1148,7 +1148,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1148
1148
  cover: !l.imageFitBack
1149
1149
  }])
1150
1150
  }, [
1151
- d(l.$slots, "flashcard-back-image", O(z({ src: (f = l.imagebackside) == null ? void 0 : f.filename, alt: (k = l.imagebackside) == null ? void 0 : k.alt })), void 0, !0),
1151
+ d(l.$slots, "flashcard-back-image", H(R({ src: (f = l.imagebackside) == null ? void 0 : f.filename, alt: ($ = l.imagebackside) == null ? void 0 : $.alt })), void 0, !0),
1152
1152
  za
1153
1153
  ], 2))
1154
1154
  ], 2)
@@ -1156,7 +1156,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1156
1156
  ]);
1157
1157
  };
1158
1158
  }
1159
- }), be = /* @__PURE__ */ v(Ha, [["__scopeId", "data-v-93ee37aa"]]), Ra = { class: "text__wrapper" }, Na = { class: "text__headline" }, Ea = { class: "text__paragraph" }, ja = /* @__PURE__ */ g({
1159
+ }), be = /* @__PURE__ */ g(Ha, [["__scopeId", "data-v-93ee37aa"]]), Ra = { class: "text__wrapper" }, Na = { class: "text__headline" }, Ea = { class: "text__paragraph" }, ja = /* @__PURE__ */ b({
1160
1160
  __name: "text-card",
1161
1161
  props: {
1162
1162
  label: {
@@ -1174,7 +1174,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1174
1174
  },
1175
1175
  setup(e) {
1176
1176
  return (a, r) => (s(), i("div", Ra, [
1177
- S(X, {
1177
+ I(ee, {
1178
1178
  "label-dark": !1,
1179
1179
  text: e.label ? e.label : ""
1180
1180
  }, null, 8, ["text"]),
@@ -1184,13 +1184,13 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1184
1184
  ])
1185
1185
  ]));
1186
1186
  }
1187
- }), Ga = /* @__PURE__ */ v(ja, [["__scopeId", "data-v-ebdea819"]]), Ka = { class: "accordions" }, Ua = { class: "accordions__wrapper" }, Ja = { class: "accordion" }, Wa = ["onClick"], Ya = { class: "accordion__headline" }, Qa = { class: "accordion__icon" }, Za = {
1187
+ }), Ga = /* @__PURE__ */ g(ja, [["__scopeId", "data-v-ebdea819"]]), Ka = { class: "accordions" }, Ua = { class: "accordions__wrapper" }, Ja = { class: "accordion" }, Wa = ["onClick"], Ya = { class: "accordion__headline" }, Qa = { class: "accordion__icon" }, Za = {
1188
1188
  key: 0,
1189
1189
  src: "https://a.storyblok.com/f/230581/21x21/42c9c3b5ba/icon_add.svg"
1190
1190
  }, Xa = {
1191
1191
  key: 1,
1192
1192
  src: "https://a.storyblok.com/f/230581/22x21/adfe5d1742/icon_substract.svg"
1193
- }, xa = { class: "accordion__bodytext" }, eo = /* @__PURE__ */ g({
1193
+ }, xa = { class: "accordion__bodytext" }, eo = /* @__PURE__ */ b({
1194
1194
  __name: "accordion",
1195
1195
  props: {
1196
1196
  accordions: {}
@@ -1217,15 +1217,15 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1217
1217
  ], 8, Wa),
1218
1218
  t("div", {
1219
1219
  class: h(["accordion__content", { "accordion__content--reverse": p.imageFirst }]),
1220
- style: ee({
1220
+ style: x({
1221
1221
  display: l(p._uid) ? "flex" : "none"
1222
1222
  })
1223
1223
  }, [
1224
1224
  t("div", xa, [
1225
1225
  d(o.$slots, "accordion-body", F({ ref_for: !0 }, { body: p.bodytext }), void 0, !0)
1226
1226
  ]),
1227
- S(M, null, {
1228
- default: y(() => [
1227
+ I(M, null, {
1228
+ default: k(() => [
1229
1229
  p.image ? d(o.$slots, "accordion-image", F({
1230
1230
  key: 0,
1231
1231
  ref_for: !0
@@ -1243,10 +1243,10 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1243
1243
  ])
1244
1244
  ]));
1245
1245
  }
1246
- }), to = /* @__PURE__ */ v(eo, [["__scopeId", "data-v-0e6f6da8"]]), ao = { class: "card-display__wrapper" }, oo = {
1246
+ }), to = /* @__PURE__ */ g(eo, [["__scopeId", "data-v-0e6f6da8"]]), ao = {
1247
1247
  key: 0,
1248
1248
  class: "card__content"
1249
- }, lo = { key: 0 }, so = { key: 1 }, io = { class: "card__cards" }, ro = /* @__PURE__ */ g({
1249
+ }, oo = { key: 0 }, lo = { key: 1 }, so = { class: "card__cards" }, io = /* @__PURE__ */ b({
1250
1250
  __name: "card-display",
1251
1251
  props: {
1252
1252
  headline: {
@@ -1260,6 +1260,10 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1260
1260
  bgColor: {
1261
1261
  type: String,
1262
1262
  default: "white"
1263
+ },
1264
+ isBlock: {
1265
+ type: Boolean,
1266
+ default: !0
1263
1267
  }
1264
1268
  },
1265
1269
  setup(e) {
@@ -1269,24 +1273,29 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1269
1273
  e.bgColor === "blue" ? "card-display--blue" : "card-display--white"
1270
1274
  ])
1271
1275
  }, [
1272
- t("div", ao, [
1273
- e.headline || e.paragraph ? (s(), i("div", oo, [
1274
- e.headline ? (s(), i("h2", lo, c(e.headline), 1)) : _("", !0),
1275
- e.paragraph ? (s(), i("p", so, c(e.paragraph), 1)) : _("", !0)
1276
+ t("div", {
1277
+ class: h([
1278
+ "card-display__wrapper",
1279
+ e.isBlock ? "card-display__wrapper--block" : "card-display__wrapper--inline"
1280
+ ])
1281
+ }, [
1282
+ e.headline || e.paragraph ? (s(), i("div", ao, [
1283
+ e.headline ? (s(), i("h2", oo, c(e.headline), 1)) : _("", !0),
1284
+ e.paragraph ? (s(), i("p", lo, c(e.paragraph), 1)) : _("", !0)
1276
1285
  ])) : _("", !0),
1277
- t("div", io, [
1286
+ t("div", so, [
1278
1287
  d(a.$slots, "card-display-cards", {}, void 0, !0)
1279
1288
  ])
1280
- ])
1289
+ ], 2)
1281
1290
  ], 2));
1282
1291
  }
1283
- }), no = /* @__PURE__ */ v(ro, [["__scopeId", "data-v-e5d1b11a"]]), co = { class: "column-grid__top-section" }, uo = {
1292
+ }), ro = /* @__PURE__ */ g(io, [["__scopeId", "data-v-659726bd"]]), no = { class: "column-grid__top-section" }, co = {
1284
1293
  key: 0,
1285
1294
  class: "column-grid__headline"
1286
- }, _o = {
1295
+ }, uo = {
1287
1296
  key: 1,
1288
1297
  class: "column-grid__bodytext"
1289
- }, ho = { class: "column-grid__teaser-list" }, po = /* @__PURE__ */ g({
1298
+ }, _o = { class: "column-grid__teaser-list" }, ho = /* @__PURE__ */ b({
1290
1299
  __name: "column-grid",
1291
1300
  props: {
1292
1301
  headline: { default: "" },
@@ -1303,23 +1312,23 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1303
1312
  a.bgColor === "dark" ? "column-grid--dark" : a.bgColor === "light" ? "column-grid--light" : "column-grid--white"
1304
1313
  ])
1305
1314
  }, [
1306
- t("div", co, [
1307
- a.headline ? (s(), i("h2", uo, c(a.headline), 1)) : _("", !0),
1308
- a.bodytext ? (s(), i("div", _o, [
1315
+ t("div", no, [
1316
+ a.headline ? (s(), i("h2", co, c(a.headline), 1)) : _("", !0),
1317
+ a.bodytext ? (s(), i("div", uo, [
1309
1318
  d(a.$slots, "column-grid-body", {}, void 0, !0),
1310
1319
  a.linkType === "link" ? (s(), T(L, {
1311
1320
  key: 0,
1312
1321
  "link-type": a.bgColor === "dark" ? "regular_dark" : (a.bgColor === "light", "regular_light"),
1313
1322
  arrow: ""
1314
1323
  }, {
1315
- default: y(() => [
1324
+ default: k(() => [
1316
1325
  d(a.$slots, "column-grid-body-link", {}, void 0, !0)
1317
1326
  ]),
1318
1327
  _: 3
1319
1328
  }, 8, ["link-type"])) : _("", !0)
1320
1329
  ])) : _("", !0)
1321
1330
  ]),
1322
- t("div", ho, [
1331
+ t("div", _o, [
1323
1332
  (s(!0), i(V, null, P(a.columns, (l) => (s(), T(ge, {
1324
1333
  key: l._uid,
1325
1334
  headline: l.headline,
@@ -1329,16 +1338,16 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1329
1338
  image: l.image,
1330
1339
  "image-fit": l.imageFit
1331
1340
  }, {
1332
- "column-card-body": y(() => [
1341
+ "column-card-body": k(() => [
1333
1342
  d(a.$slots, "column-card-body", F({ ref_for: !0 }, { body: l.bodytext }), void 0, !0)
1334
1343
  ]),
1335
- "column-link": y(() => [
1344
+ "column-link": k(() => [
1336
1345
  d(a.$slots, "column-link", F({ ref_for: !0 }, {
1337
1346
  link: l.link,
1338
1347
  linkText: l.linkText
1339
1348
  }), void 0, !0)
1340
1349
  ]),
1341
- "column-card-image": y(() => [
1350
+ "column-card-image": k(() => [
1342
1351
  l.image ? d(a.$slots, "column-card-image", F({
1343
1352
  key: 0,
1344
1353
  ref_for: !0
@@ -1353,10 +1362,10 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1353
1362
  ])
1354
1363
  ], 2));
1355
1364
  }
1356
- }), mo = /* @__PURE__ */ v(po, [["__scopeId", "data-v-1a54852d"]]), fo = { class: "facts__wrapper" }, vo = { class: "facts__content" }, go = { class: "facts__headline" }, bo = { class: "facts" }, yo = { class: "fact__value" }, ko = { class: "fact__metric" }, $o = {
1365
+ }), po = /* @__PURE__ */ g(ho, [["__scopeId", "data-v-1a54852d"]]), mo = { class: "facts__wrapper" }, fo = { class: "facts__content" }, vo = { class: "facts__headline" }, go = { class: "facts" }, bo = { class: "fact__value" }, ko = { class: "fact__metric" }, yo = {
1357
1366
  key: 0,
1358
1367
  class: "facts__link"
1359
- }, wo = /* @__PURE__ */ g({
1368
+ }, $o = /* @__PURE__ */ b({
1360
1369
  __name: "facts",
1361
1370
  props: {
1362
1371
  headline: { default: "" },
@@ -1380,15 +1389,15 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1380
1389
  }) }
1381
1390
  },
1382
1391
  setup(e) {
1383
- return (a, r) => (s(), i("div", fo, [
1384
- t("div", vo, [
1385
- t("h2", go, c(a.headline), 1),
1386
- t("div", bo, [
1392
+ return (a, r) => (s(), i("div", mo, [
1393
+ t("div", fo, [
1394
+ t("h2", vo, c(a.headline), 1),
1395
+ t("div", go, [
1387
1396
  (s(!0), i(V, null, P(a.facts, (l) => (s(), i("div", {
1388
1397
  key: l.value + l.metric,
1389
1398
  class: "fact"
1390
1399
  }, [
1391
- t("div", yo, [
1400
+ t("div", bo, [
1392
1401
  t("span", null, c(l.value), 1)
1393
1402
  ]),
1394
1403
  t("div", ko, [
@@ -1396,12 +1405,12 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1396
1405
  ])
1397
1406
  ]))), 128))
1398
1407
  ]),
1399
- a.link ? (s(), i("div", $o, [
1400
- S(L, {
1408
+ a.link ? (s(), i("div", yo, [
1409
+ I(L, {
1401
1410
  "link-type": "regular_light",
1402
1411
  arrow: ""
1403
1412
  }, {
1404
- default: y(() => [
1413
+ default: k(() => [
1405
1414
  d(a.$slots, "facts-link", {}, void 0, !0)
1406
1415
  ]),
1407
1416
  _: 3
@@ -1410,13 +1419,13 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1410
1419
  ])
1411
1420
  ]));
1412
1421
  }
1413
- }), Bo = /* @__PURE__ */ v(wo, [["__scopeId", "data-v-d2b231d4"]]), So = { class: "features__wrapper" }, Io = { class: "features__content" }, Co = {
1422
+ }), wo = /* @__PURE__ */ g($o, [["__scopeId", "data-v-d2b231d4"]]), Bo = { class: "features__wrapper" }, So = { class: "features__content" }, Io = {
1414
1423
  key: 0,
1415
1424
  class: "features__headline"
1416
- }, To = {
1425
+ }, Co = {
1417
1426
  key: 1,
1418
1427
  class: "features__body"
1419
- }, qo = { class: "element__headline" }, Ao = { class: "element__body" }, Lo = /* @__PURE__ */ g({
1428
+ }, To = { class: "element__headline" }, qo = { class: "element__body" }, Ao = /* @__PURE__ */ b({
1420
1429
  __name: "features",
1421
1430
  props: {
1422
1431
  headline: { default: "" },
@@ -1424,12 +1433,12 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1424
1433
  elements: { default: () => [] }
1425
1434
  },
1426
1435
  setup(e) {
1427
- return (a, r) => (s(), i("div", So, [
1428
- t("div", Io, [
1429
- a.headline ? (s(), i("div", Co, [
1436
+ return (a, r) => (s(), i("div", Bo, [
1437
+ t("div", So, [
1438
+ a.headline ? (s(), i("div", Io, [
1430
1439
  t("h2", null, c(a.headline), 1)
1431
1440
  ])) : _("", !0),
1432
- a.body ? (s(), i("div", To, [
1441
+ a.body ? (s(), i("div", Co, [
1433
1442
  d(a.$slots, "features-body", {}, void 0, !0)
1434
1443
  ])) : _("", !0),
1435
1444
  t("div", {
@@ -1439,8 +1448,8 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1439
1448
  key: l.headline,
1440
1449
  class: "features__element"
1441
1450
  }, [
1442
- S(M, { class: "element__icon" }, {
1443
- default: y(() => [
1451
+ I(M, { class: "element__icon" }, {
1452
+ default: k(() => [
1444
1453
  d(a.$slots, "features-icon", F({ ref_for: !0 }, {
1445
1454
  src: l.icon.src,
1446
1455
  height: 30,
@@ -1450,20 +1459,20 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1450
1459
  ]),
1451
1460
  _: 2
1452
1461
  }, 1024),
1453
- t("p", qo, c(l.headline), 1),
1454
- t("p", Ao, c(l.body), 1)
1462
+ t("p", To, c(l.headline), 1),
1463
+ t("p", qo, c(l.body), 1)
1455
1464
  ]))), 128))
1456
1465
  ], 2)
1457
1466
  ])
1458
1467
  ]));
1459
1468
  }
1460
- }), Do = /* @__PURE__ */ v(Lo, [["__scopeId", "data-v-57a22df7"]]), Vo = { class: "flashcard-wrapper" }, Po = {
1469
+ }), Lo = /* @__PURE__ */ g(Ao, [["__scopeId", "data-v-57a22df7"]]), Do = { class: "flashcard-wrapper" }, Vo = {
1461
1470
  key: 0,
1462
1471
  class: "flashcard-wrapper__headline"
1463
- }, Fo = {
1472
+ }, Po = {
1464
1473
  key: 1,
1465
1474
  class: "flashcard-wrapper__bodytext"
1466
- }, Mo = /* @__PURE__ */ g({
1475
+ }, Fo = /* @__PURE__ */ b({
1467
1476
  __name: "flashcards",
1468
1477
  props: {
1469
1478
  headline: {},
@@ -1480,15 +1489,15 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1480
1489
  return (o, u) => (s(), i("div", {
1481
1490
  class: h(["flashcards", o.bgColor === "light" ? "flashcards--light" : "flashcards--white"])
1482
1491
  }, [
1483
- t("div", Vo, [
1492
+ t("div", Do, [
1484
1493
  t("div", {
1485
1494
  class: h([
1486
1495
  { "no-bodytext": !r.value },
1487
1496
  "flashcard-wrapper__top-section"
1488
1497
  ])
1489
1498
  }, [
1490
- o.headline ? (s(), i("h2", Po, c(o.headline), 1)) : _("", !0),
1491
- o.body ? (s(), i("div", Fo, [
1499
+ o.headline ? (s(), i("h2", Vo, c(o.headline), 1)) : _("", !0),
1500
+ o.body ? (s(), i("div", Po, [
1492
1501
  d(o.$slots, "flashcard-wrapper-body", {}, void 0, !0)
1493
1502
  ])) : _("", !0)
1494
1503
  ], 2),
@@ -1499,7 +1508,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1499
1508
  lg: l.value === "lg"
1500
1509
  }])
1501
1510
  }, [
1502
- (s(!0), i(V, null, P(o.flashcards, (p) => (s(), T(I(be), {
1511
+ (s(!0), i(V, null, P(o.flashcards, (p) => (s(), T(y(be), {
1503
1512
  key: p._uid,
1504
1513
  name: p.name,
1505
1514
  bodytext: p.bodytext,
@@ -1511,17 +1520,17 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1511
1520
  "image-fit": p.imageFit,
1512
1521
  "image-fit-back": p.imageFitBack
1513
1522
  }, {
1514
- "flashcard-front-body": y(({ bodytext: n }) => [
1523
+ "flashcard-front-body": k(({ bodytext: n }) => [
1515
1524
  d(o.$slots, "flashcard-front-body", F({ ref_for: !0 }, { bodytext: n }), void 0, !0)
1516
1525
  ]),
1517
- "flashcard-front-image": y(({ src: n, alt: b }) => [
1518
- d(o.$slots, "flashcard-front-image", F({ ref_for: !0 }, { src: n, alt: b }), void 0, !0)
1526
+ "flashcard-front-image": k(({ src: n, alt: v }) => [
1527
+ d(o.$slots, "flashcard-front-image", F({ ref_for: !0 }, { src: n, alt: v }), void 0, !0)
1519
1528
  ]),
1520
- "flashcard-back-body": y(({ bodytextbackside: n }) => [
1529
+ "flashcard-back-body": k(({ bodytextbackside: n }) => [
1521
1530
  d(o.$slots, "flashcard-back-body", F({ ref_for: !0 }, { bodytextbackside: n }), void 0, !0)
1522
1531
  ]),
1523
- "flashcard-back-image": y(({ src: n, alt: b }) => [
1524
- d(o.$slots, "flashcard-back-image", F({ ref_for: !0 }, { src: n, alt: b }), void 0, !0)
1532
+ "flashcard-back-image": k(({ src: n, alt: v }) => [
1533
+ d(o.$slots, "flashcard-back-image", F({ ref_for: !0 }, { src: n, alt: v }), void 0, !0)
1525
1534
  ]),
1526
1535
  _: 2
1527
1536
  }, 1032, ["name", "bodytext", "image", "namebackside", "bodytextbackside", "imagebackside", "size", "image-fit", "image-fit-back"]))), 128))
@@ -1529,7 +1538,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1529
1538
  ])
1530
1539
  ], 2));
1531
1540
  }
1532
- }), Oo = /* @__PURE__ */ v(Mo, [["__scopeId", "data-v-de3c8751"]]), zo = { class: "form__content" }, Ho = { class: "form__information" }, Ro = { class: "form__headline" }, No = { class: "form__body" }, Eo = { class: "form__script" }, jo = /* @__PURE__ */ g({
1541
+ }), Mo = /* @__PURE__ */ g(Fo, [["__scopeId", "data-v-de3c8751"]]), Oo = { class: "form__content" }, zo = { class: "form__information" }, Ho = { class: "form__headline" }, Ro = { class: "form__body" }, No = { class: "form__script" }, Eo = /* @__PURE__ */ b({
1533
1542
  __name: "form-script",
1534
1543
  props: {
1535
1544
  headline: { default: "" },
@@ -1546,10 +1555,10 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1546
1555
  return (o, u) => (s(), i("div", {
1547
1556
  class: h(["form__wrapper", l.value])
1548
1557
  }, [
1549
- t("div", zo, [
1550
- t("div", Ho, [
1551
- t("h2", Ro, c(o.headline), 1),
1552
- t("div", No, [
1558
+ t("div", Oo, [
1559
+ t("div", zo, [
1560
+ t("h2", Ho, c(o.headline), 1),
1561
+ t("div", Ro, [
1553
1562
  d(o.$slots, "form-body", {}, void 0, !0)
1554
1563
  ]),
1555
1564
  o.linkType === "link" ? (s(), T(L, {
@@ -1557,19 +1566,19 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1557
1566
  "link-type": o.variant === "dark" ? "regular_dark" : (o.variant === "light", "regular_light"),
1558
1567
  arrow: ""
1559
1568
  }, {
1560
- default: y(() => [
1569
+ default: k(() => [
1561
1570
  d(o.$slots, "form-link", {}, void 0, !0)
1562
1571
  ]),
1563
1572
  _: 3
1564
1573
  }, 8, ["link-type"])) : _("", !0)
1565
1574
  ]),
1566
- t("div", Eo, [
1575
+ t("div", No, [
1567
1576
  d(o.$slots, "form-script", {}, void 0, !0)
1568
1577
  ])
1569
1578
  ])
1570
1579
  ], 2));
1571
1580
  }
1572
- }), Go = /* @__PURE__ */ v(jo, [["__scopeId", "data-v-b8b02bae"]]), Ko = { class: "headline__wrapper" }, Uo = { class: "headline__h1" }, Jo = /* @__PURE__ */ g({
1581
+ }), jo = /* @__PURE__ */ g(Eo, [["__scopeId", "data-v-b8b02bae"]]), Go = { class: "headline__wrapper" }, Ko = { class: "headline__h1" }, Uo = /* @__PURE__ */ b({
1573
1582
  __name: "headline",
1574
1583
  props: {
1575
1584
  headline: {
@@ -1586,7 +1595,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1586
1595
  }
1587
1596
  },
1588
1597
  setup(e) {
1589
- return (a, r) => (s(), i("div", Ko, [
1598
+ return (a, r) => (s(), i("div", Go, [
1590
1599
  t("div", {
1591
1600
  class: h({
1592
1601
  "headline__content--article-and-submenu": e.article && e.subMenu,
@@ -1595,11 +1604,11 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1595
1604
  "headline__content--default": !e.article && !e.subMenu
1596
1605
  })
1597
1606
  }, [
1598
- t("h1", Uo, c(e.headline), 1)
1607
+ t("h1", Ko, c(e.headline), 1)
1599
1608
  ], 2)
1600
1609
  ]));
1601
1610
  }
1602
- }), Wo = /* @__PURE__ */ v(Jo, [["__scopeId", "data-v-3ef1567e"]]), Yo = (e) => (H("data-v-22f9be13"), e = e(), R(), e), Qo = { class: "hero__wrapper" }, Zo = { class: "hero__content" }, Xo = { class: "hero__top" }, xo = { class: "hero__elements" }, el = { class: "hero__headline" }, tl = { class: "hero__link" }, al = { class: "hero__video" }, ol = /* @__PURE__ */ Yo(() => /* @__PURE__ */ t("div", { class: "hero__gradient" }, null, -1)), ll = { class: "hero__video__video" }, sl = { class: "hero__image" }, il = /* @__PURE__ */ g({
1611
+ }), Jo = /* @__PURE__ */ g(Uo, [["__scopeId", "data-v-3ef1567e"]]), Wo = (e) => (N("data-v-22f9be13"), e = e(), E(), e), Yo = { class: "hero__wrapper" }, Qo = { class: "hero__content" }, Zo = { class: "hero__top" }, Xo = { class: "hero__elements" }, xo = { class: "hero__headline" }, el = { class: "hero__link" }, tl = { class: "hero__video" }, al = /* @__PURE__ */ Wo(() => /* @__PURE__ */ t("div", { class: "hero__gradient" }, null, -1)), ol = { class: "hero__video__video" }, ll = { class: "hero__image" }, sl = /* @__PURE__ */ b({
1603
1612
  __name: "hero",
1604
1613
  props: {
1605
1614
  headline: {
@@ -1608,19 +1617,19 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1608
1617
  }
1609
1618
  },
1610
1619
  setup(e) {
1611
- return (a, r) => (s(), i("div", Qo, [
1612
- t("div", Zo, [
1613
- t("div", Xo, [
1614
- t("div", xo, [
1615
- t("div", el, [
1620
+ return (a, r) => (s(), i("div", Yo, [
1621
+ t("div", Qo, [
1622
+ t("div", Zo, [
1623
+ t("div", Xo, [
1624
+ t("div", xo, [
1616
1625
  t("h1", null, c(e.headline), 1)
1617
1626
  ]),
1618
- t("div", tl, [
1619
- S(L, {
1627
+ t("div", el, [
1628
+ I(L, {
1620
1629
  "link-type": "regular_light",
1621
1630
  arrow: ""
1622
1631
  }, {
1623
- default: y(() => [
1632
+ default: k(() => [
1624
1633
  d(a.$slots, "hero-link", {}, void 0, !0)
1625
1634
  ]),
1626
1635
  _: 3
@@ -1628,19 +1637,19 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1628
1637
  ])
1629
1638
  ])
1630
1639
  ]),
1631
- t("div", al, [
1632
- ol,
1633
- t("div", ll, [
1640
+ t("div", tl, [
1641
+ al,
1642
+ t("div", ol, [
1634
1643
  d(a.$slots, "hero-video", {}, void 0, !0)
1635
1644
  ]),
1636
- t("div", sl, [
1645
+ t("div", ll, [
1637
1646
  d(a.$slots, "hero-image", {}, void 0, !0)
1638
1647
  ])
1639
1648
  ])
1640
1649
  ])
1641
1650
  ]));
1642
1651
  }
1643
- }), rl = /* @__PURE__ */ v(il, [["__scopeId", "data-v-22f9be13"]]), nl = { class: "image__wrapper" }, dl = { class: "image__content" }, cl = { class: "image__image" }, ul = { class: "image__caption" }, _l = /* @__PURE__ */ g({
1652
+ }), il = /* @__PURE__ */ g(sl, [["__scopeId", "data-v-22f9be13"]]), rl = { class: "image__wrapper" }, nl = { class: "image__content" }, dl = { class: "image__image" }, cl = { class: "image__caption" }, ul = /* @__PURE__ */ b({
1644
1653
  inheritAttrs: !1,
1645
1654
  __name: "image",
1646
1655
  props: {
@@ -1664,12 +1673,12 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1664
1673
  }
1665
1674
  },
1666
1675
  setup(e) {
1667
- return (a, r) => (s(), i("div", nl, [
1668
- t("div", dl, [
1669
- t("div", cl, [
1670
- S(M, null, {
1671
- default: y(() => [
1672
- d(a.$slots, "image", O(z({
1676
+ return (a, r) => (s(), i("div", rl, [
1677
+ t("div", nl, [
1678
+ t("div", dl, [
1679
+ I(M, null, {
1680
+ default: k(() => [
1681
+ d(a.$slots, "image", H(R({
1673
1682
  width: 984,
1674
1683
  height: e.fullHeight ? "100%" : 554,
1675
1684
  src: e.src,
@@ -1680,17 +1689,17 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1680
1689
  _: 3
1681
1690
  })
1682
1691
  ]),
1683
- t("p", ul, c(e.caption), 1)
1692
+ t("p", cl, c(e.caption), 1)
1684
1693
  ])
1685
1694
  ]));
1686
1695
  }
1687
- }), hl = /* @__PURE__ */ v(_l, [["__scopeId", "data-v-c583d657"]]), pl = { class: "gallery__large" }, ml = {
1696
+ }), _l = /* @__PURE__ */ g(ul, [["__scopeId", "data-v-c583d657"]]), hl = { class: "gallery__large" }, pl = {
1688
1697
  key: 0,
1689
1698
  class: "image image--large"
1690
- }, fl = {
1699
+ }, ml = {
1691
1700
  key: 1,
1692
1701
  class: "video"
1693
- }, vl = /* @__PURE__ */ g({
1702
+ }, fl = /* @__PURE__ */ b({
1694
1703
  __name: "image-gallery",
1695
1704
  props: {
1696
1705
  mediaLarge: {},
@@ -1718,11 +1727,11 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1718
1727
  o.flipHorizontal ? "gallery__content--reverse" : "gallery__content--default"
1719
1728
  ])
1720
1729
  }, [
1721
- t("div", pl, [
1722
- o.mediaLarge && o.mediaType === "image" ? (s(), i("div", ml, [
1723
- S(M, null, {
1724
- default: y(() => [
1725
- d(o.$slots, "image-large", O(z({
1730
+ t("div", hl, [
1731
+ o.mediaLarge && o.mediaType === "image" ? (s(), i("div", pl, [
1732
+ I(M, null, {
1733
+ default: k(() => [
1734
+ d(o.$slots, "image-large", H(R({
1726
1735
  width: 617,
1727
1736
  height: 530,
1728
1737
  src: o.mediaLarge.src,
@@ -1732,8 +1741,8 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1732
1741
  _: 3
1733
1742
  })
1734
1743
  ])) : _("", !0),
1735
- o.mediaLarge && o.mediaType === "video" ? (s(), i("div", fl, [
1736
- S(te, {
1744
+ o.mediaLarge && o.mediaType === "video" ? (s(), i("div", ml, [
1745
+ I(te, {
1737
1746
  src: o.mediaLarge.src,
1738
1747
  "local-video": "",
1739
1748
  "aria-label": o.mediaLarge.alt,
@@ -1748,7 +1757,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1748
1757
  ])) : _("", !0)
1749
1758
  ]),
1750
1759
  t("div", {
1751
- style: ee([o.mediaSmall.length === 2 ? "grid-gap: 38px;" : ""]),
1760
+ style: x([o.mediaSmall.length === 2 ? "grid-gap: 38px;" : ""]),
1752
1761
  class: h([
1753
1762
  "gallery__small",
1754
1763
  o.flipVertical ? "gallery__small--reverse" : "gallery__small--default"
@@ -1758,8 +1767,8 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1758
1767
  key: p.src + p.alt,
1759
1768
  class: "image image--small"
1760
1769
  }, [
1761
- S(M, null, {
1762
- default: y(() => [
1770
+ I(M, null, {
1771
+ default: k(() => [
1763
1772
  d(o.$slots, "image-small", F({ ref_for: !0 }, {
1764
1773
  width: 328,
1765
1774
  height: 246,
@@ -1780,7 +1789,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1780
1789
  "link-type": o.bgColor === "dark" ? "regular_dark" : (o.bgColor === "light", "regular_light"),
1781
1790
  arrow: ""
1782
1791
  }, {
1783
- default: y(() => [
1792
+ default: k(() => [
1784
1793
  d(o.$slots, "gallery-link")
1785
1794
  ]),
1786
1795
  _: 3
@@ -1790,10 +1799,10 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1790
1799
  ], 2)
1791
1800
  ], 2));
1792
1801
  }
1793
- }), gl = /* @__PURE__ */ v(vl, [["__scopeId", "data-v-ae1f41d4"]]), bl = { class: "logo-wall__wrapper" }, yl = { class: "logo-wall__content" }, kl = {
1802
+ }), vl = /* @__PURE__ */ g(fl, [["__scopeId", "data-v-ae1f41d4"]]), gl = { class: "logo-wall__wrapper" }, bl = { class: "logo-wall__content" }, kl = {
1794
1803
  key: 0,
1795
1804
  class: "logo-wall__text"
1796
- }, $l = { key: 0 }, wl = { key: 1 }, Bl = { class: "logo-wall__logos" }, Sl = { class: "logo-wall__link" }, Il = /* @__PURE__ */ g({
1805
+ }, yl = { key: 0 }, $l = { key: 1 }, wl = { class: "logo-wall__logos" }, Bl = { class: "logo-wall__link" }, Sl = /* @__PURE__ */ b({
1797
1806
  __name: "logo-wall",
1798
1807
  props: {
1799
1808
  headline: {
@@ -1811,19 +1820,19 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1811
1820
  }
1812
1821
  },
1813
1822
  setup(e) {
1814
- return (a, r) => (s(), i("div", bl, [
1815
- t("div", yl, [
1823
+ return (a, r) => (s(), i("div", gl, [
1824
+ t("div", bl, [
1816
1825
  e.headline || e.body ? (s(), i("div", kl, [
1817
- e.headline ? (s(), i("h2", $l, c(e.headline), 1)) : _("", !0),
1818
- e.body ? (s(), i("p", wl, c(e.body), 1)) : _("", !0)
1826
+ e.headline ? (s(), i("h2", yl, c(e.headline), 1)) : _("", !0),
1827
+ e.body ? (s(), i("p", $l, c(e.body), 1)) : _("", !0)
1819
1828
  ])) : _("", !0),
1820
- t("div", Bl, [
1829
+ t("div", wl, [
1821
1830
  (s(!0), i(V, null, P(e.logos, (l) => (s(), i("div", {
1822
1831
  key: l.src + l.alt,
1823
1832
  class: "logo-wall__logo"
1824
1833
  }, [
1825
- S(M, null, {
1826
- default: y(() => [
1834
+ I(M, null, {
1835
+ default: k(() => [
1827
1836
  d(a.$slots, "logo-wall-logo", F({ ref_for: !0 }, {
1828
1837
  width: 130,
1829
1838
  height: 130,
@@ -1835,12 +1844,12 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1835
1844
  }, 1024)
1836
1845
  ]))), 128))
1837
1846
  ]),
1838
- t("div", Sl, [
1839
- S(L, {
1847
+ t("div", Bl, [
1848
+ I(L, {
1840
1849
  "link-type": "regular_light",
1841
1850
  arrow: !0
1842
1851
  }, {
1843
- default: y(() => [
1852
+ default: k(() => [
1844
1853
  d(a.$slots, "logo-wall-link", {}, void 0, !0)
1845
1854
  ]),
1846
1855
  _: 3
@@ -1849,13 +1858,13 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1849
1858
  ])
1850
1859
  ]));
1851
1860
  }
1852
- }), Cl = /* @__PURE__ */ v(Il, [["__scopeId", "data-v-fd489289"]]), Tl = { class: "micro-stories__top" }, ql = {
1861
+ }), Il = /* @__PURE__ */ g(Sl, [["__scopeId", "data-v-fd489289"]]), Cl = { class: "micro-stories__top" }, Tl = {
1853
1862
  key: 0,
1854
1863
  class: "micro-stories__headline"
1855
- }, Al = {
1864
+ }, ql = {
1856
1865
  key: 1,
1857
1866
  class: "micro-stories__body"
1858
- }, Ll = { class: "micro-stories__splide" }, Dl = /* @__PURE__ */ g({
1867
+ }, Al = { class: "micro-stories__splide" }, Ll = /* @__PURE__ */ b({
1859
1868
  __name: "micro-stories",
1860
1869
  props: {
1861
1870
  bgColor: { default: "blue" },
@@ -1871,35 +1880,35 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1871
1880
  return (o, u) => (s(), i("div", {
1872
1881
  class: h(["micro-stories__wrapper", r.value])
1873
1882
  }, [
1874
- t("div", Tl, [
1875
- o.headline ? (s(), i("div", ql, [
1883
+ t("div", Cl, [
1884
+ o.headline ? (s(), i("div", Tl, [
1876
1885
  t("h2", null, c(o.headline), 1)
1877
1886
  ])) : _("", !0),
1878
- o.body ? (s(), i("div", Al, [
1887
+ o.body ? (s(), i("div", ql, [
1879
1888
  d(o.$slots, "micro-stories-body")
1880
1889
  ])) : _("", !0)
1881
1890
  ]),
1882
- t("div", Ll, [
1891
+ t("div", Al, [
1883
1892
  d(o.$slots, "micro-stories-slides")
1884
1893
  ]),
1885
1894
  d(o.$slots, "micro-stories-controls")
1886
1895
  ], 2));
1887
1896
  }
1888
- }), Vl = {}, Pl = { class: "policy__wrapper" }, Fl = { class: "policy__content" };
1889
- function Ml(e, a) {
1890
- return s(), i("div", Pl, [
1891
- t("div", Fl, [
1897
+ }), Dl = {}, Vl = { class: "policy__wrapper" }, Pl = { class: "policy__content" };
1898
+ function Fl(e, a) {
1899
+ return s(), i("div", Vl, [
1900
+ t("div", Pl, [
1892
1901
  d(e.$slots, "default", {}, void 0, !0)
1893
1902
  ])
1894
1903
  ]);
1895
1904
  }
1896
- const Ol = /* @__PURE__ */ v(Vl, [["render", Ml], ["__scopeId", "data-v-ea887d7a"]]), zl = { class: "product-hero__wrapper" }, Hl = { class: "product-hero__content" }, Rl = { class: "product-hero__headline" }, Nl = { class: "product-hero__video" }, El = { class: "product-hero__insignia" }, jl = {
1905
+ const Ml = /* @__PURE__ */ g(Dl, [["render", Fl], ["__scopeId", "data-v-ea887d7a"]]), Ol = { class: "product-hero__wrapper" }, zl = { class: "product-hero__content" }, Hl = { class: "product-hero__headline" }, Rl = { class: "product-hero__video" }, Nl = { class: "product-hero__insignia" }, El = {
1897
1906
  key: 0,
1898
1907
  class: "product-hero__logo"
1899
- }, Gl = {
1908
+ }, jl = {
1900
1909
  key: 1,
1901
1910
  class: "product-hero__certification"
1902
- }, Kl = /* @__PURE__ */ g({
1911
+ }, Gl = /* @__PURE__ */ b({
1903
1912
  __name: "product-hero",
1904
1913
  props: {
1905
1914
  headline: {
@@ -1934,10 +1943,10 @@ const Ol = /* @__PURE__ */ v(Vl, [["render", Ml], ["__scopeId", "data-v-ea887d7a
1934
1943
  }
1935
1944
  },
1936
1945
  setup(e) {
1937
- return (a, r) => (s(), i("div", zl, [
1938
- t("div", Hl, [
1939
- t("div", Rl, c(e.headline), 1),
1940
- t("div", Nl, [
1946
+ return (a, r) => (s(), i("div", Ol, [
1947
+ t("div", zl, [
1948
+ t("div", Hl, c(e.headline), 1),
1949
+ t("div", Rl, [
1941
1950
  e.videoSrc !== "" ? (s(), T(te, {
1942
1951
  key: 0,
1943
1952
  play: "",
@@ -1949,24 +1958,24 @@ const Ol = /* @__PURE__ */ v(Vl, [["render", Ml], ["__scopeId", "data-v-ea887d7a
1949
1958
  autoplay: "",
1950
1959
  loop: "",
1951
1960
  muted: ""
1952
- }, null, 8, ["src", "aria-label", "poster"])) : (s(), T(I(M), { key: 1 }, {
1953
- default: y(() => [
1961
+ }, null, 8, ["src", "aria-label", "poster"])) : (s(), T(y(M), { key: 1 }, {
1962
+ default: k(() => [
1954
1963
  d(a.$slots, "product-hero-image", {}, void 0, !0)
1955
1964
  ]),
1956
1965
  _: 3
1957
1966
  })),
1958
- t("div", El, [
1959
- e.logoSrc ? (s(), i("div", jl, [
1960
- S(I(M), null, {
1961
- default: y(() => [
1967
+ t("div", Nl, [
1968
+ e.logoSrc ? (s(), i("div", El, [
1969
+ I(y(M), null, {
1970
+ default: k(() => [
1962
1971
  d(a.$slots, "product-hero-logo", {}, void 0, !0)
1963
1972
  ]),
1964
1973
  _: 3
1965
1974
  })
1966
1975
  ])) : _("", !0),
1967
- e.isCertified ? (s(), i("div", Gl, [
1968
- S(I(M), null, {
1969
- default: y(() => [
1976
+ e.isCertified ? (s(), i("div", jl, [
1977
+ I(y(M), null, {
1978
+ default: k(() => [
1970
1979
  d(a.$slots, "product-hero-certification", {}, void 0, !0)
1971
1980
  ]),
1972
1981
  _: 3
@@ -1977,7 +1986,7 @@ const Ol = /* @__PURE__ */ v(Vl, [["render", Ml], ["__scopeId", "data-v-ea887d7a
1977
1986
  ])
1978
1987
  ]));
1979
1988
  }
1980
- }), Ul = /* @__PURE__ */ v(Kl, [["__scopeId", "data-v-deab9c3a"]]), Jl = { class: "promo__content" }, Wl = /* @__PURE__ */ g({
1989
+ }), Kl = /* @__PURE__ */ g(Gl, [["__scopeId", "data-v-deab9c3a"]]), Ul = { class: "promo__content" }, Jl = /* @__PURE__ */ b({
1981
1990
  __name: "promo",
1982
1991
  props: {
1983
1992
  label: { default: "" },
@@ -2006,7 +2015,7 @@ const Ol = /* @__PURE__ */ v(Vl, [["render", Ml], ["__scopeId", "data-v-ea887d7a
2006
2015
  o.multiply ? "promo__wrapper--multiply" : ""
2007
2016
  ])
2008
2017
  }, [
2009
- t("div", Jl, [
2018
+ t("div", Ul, [
2010
2019
  o.mediaType === "image" ? (s(), i("div", {
2011
2020
  key: 0,
2012
2021
  class: h([
@@ -2014,9 +2023,9 @@ const Ol = /* @__PURE__ */ v(Vl, [["render", Ml], ["__scopeId", "data-v-ea887d7a
2014
2023
  o.reverse ? "promo__image--reverse" : "promo__image--default"
2015
2024
  ])
2016
2025
  }, [
2017
- S(M, null, {
2018
- default: y(() => [
2019
- d(o.$slots, "promo-image", O(z({ src: o.src, width: 1920, alt: o.alt, height: 1080 })))
2026
+ I(M, null, {
2027
+ default: k(() => [
2028
+ d(o.$slots, "promo-image", H(R({ src: o.src, width: 1920, alt: o.alt, height: 1080 })))
2020
2029
  ]),
2021
2030
  _: 3
2022
2031
  })
@@ -2028,7 +2037,7 @@ const Ol = /* @__PURE__ */ v(Vl, [["render", Ml], ["__scopeId", "data-v-ea887d7a
2028
2037
  o.reverse ? "promo__video--reverse" : "promo__video--default"
2029
2038
  ])
2030
2039
  }, [
2031
- S(te, {
2040
+ I(te, {
2032
2041
  src: o.src,
2033
2042
  "local-video": "",
2034
2043
  "aria-label": o.alt,
@@ -2046,7 +2055,7 @@ const Ol = /* @__PURE__ */ v(Vl, [["render", Ml], ["__scopeId", "data-v-ea887d7a
2046
2055
  o.reverse ? "promo__text--reverse" : "promo__text--default"
2047
2056
  ])
2048
2057
  }, [
2049
- o.label ? (s(), T(X, {
2058
+ o.label ? (s(), T(ee, {
2050
2059
  key: 0,
2051
2060
  text: o.label,
2052
2061
  "label-dark": o.variant === "dark"
@@ -2064,7 +2073,7 @@ const Ol = /* @__PURE__ */ v(Vl, [["render", Ml], ["__scopeId", "data-v-ea887d7a
2064
2073
  "link-type": o.variant === "dark" ? "regular_dark" : (o.variant === "light", "regular_light"),
2065
2074
  arrow: ""
2066
2075
  }, {
2067
- default: y(() => [
2076
+ default: k(() => [
2068
2077
  d(o.$slots, "promo-link")
2069
2078
  ]),
2070
2079
  _: 3
@@ -2073,7 +2082,7 @@ const Ol = /* @__PURE__ */ v(Vl, [["render", Ml], ["__scopeId", "data-v-ea887d7a
2073
2082
  key: 2,
2074
2083
  "link-type": o.variant === "dark" ? "secondary_dark" : (o.variant === "light", "secondary")
2075
2084
  }, {
2076
- default: y(() => [
2085
+ default: k(() => [
2077
2086
  d(o.$slots, "promo-link")
2078
2087
  ]),
2079
2088
  _: 3
@@ -2082,10 +2091,10 @@ const Ol = /* @__PURE__ */ v(Vl, [["render", Ml], ["__scopeId", "data-v-ea887d7a
2082
2091
  ])
2083
2092
  ], 2));
2084
2093
  }
2085
- }), Yl = /* @__PURE__ */ v(Wl, [["__scopeId", "data-v-df54d965"]]), Ql = (e) => (H("data-v-e3cc8e27"), e = e(), R(), e), Zl = { class: "quote__wrapper" }, Xl = { class: "quote__content" }, xl = /* @__PURE__ */ Ql(() => /* @__PURE__ */ t("p", { class: "quote__quote-mark" }, "“", -1)), es = { class: "quote__quote" }, ts = { class: "quote__quote-text" }, as = { class: "quote__author" }, os = {
2094
+ }), Wl = /* @__PURE__ */ g(Jl, [["__scopeId", "data-v-df54d965"]]), Yl = (e) => (N("data-v-e3cc8e27"), e = e(), E(), e), Ql = { class: "quote__wrapper" }, Zl = { class: "quote__content" }, Xl = /* @__PURE__ */ Yl(() => /* @__PURE__ */ t("p", { class: "quote__quote-mark" }, "“", -1)), xl = { class: "quote__quote" }, es = { class: "quote__quote-text" }, ts = { class: "quote__author" }, as = {
2086
2095
  key: 0,
2087
2096
  class: "quote__image"
2088
- }, ls = { class: "quote__text" }, ss = { class: "quote__author-name" }, is = { class: "quote__author-title" }, rs = /* @__PURE__ */ g({
2097
+ }, os = { class: "quote__text" }, ls = { class: "quote__author-name" }, ss = { class: "quote__author-title" }, is = /* @__PURE__ */ b({
2089
2098
  __name: "quote",
2090
2099
  props: {
2091
2100
  quote: {
@@ -2107,16 +2116,16 @@ const Ol = /* @__PURE__ */ v(Vl, [["render", Ml], ["__scopeId", "data-v-ea887d7a
2107
2116
  }
2108
2117
  },
2109
2118
  setup(e) {
2110
- return (a, r) => (s(), i("div", Zl, [
2111
- t("div", Xl, [
2112
- xl,
2113
- t("div", es, [
2114
- t("p", ts, c(e.quote), 1),
2115
- t("div", as, [
2116
- e.authorImage ? (s(), i("div", os, [
2117
- S(M, null, {
2118
- default: y(() => [
2119
- d(a.$slots, "author-image", O(z({
2119
+ return (a, r) => (s(), i("div", Ql, [
2120
+ t("div", Zl, [
2121
+ Xl,
2122
+ t("div", xl, [
2123
+ t("p", es, c(e.quote), 1),
2124
+ t("div", ts, [
2125
+ e.authorImage ? (s(), i("div", as, [
2126
+ I(M, null, {
2127
+ default: k(() => [
2128
+ d(a.$slots, "author-image", H(R({
2120
2129
  src: e.authorImage + "/m/100x100",
2121
2130
  width: 60,
2122
2131
  height: 60
@@ -2125,22 +2134,22 @@ const Ol = /* @__PURE__ */ v(Vl, [["render", Ml], ["__scopeId", "data-v-ea887d7a
2125
2134
  _: 3
2126
2135
  })
2127
2136
  ])) : _("", !0),
2128
- t("div", ls, [
2129
- t("p", ss, c(e.author), 1),
2130
- t("p", is, c(e.authorTitle), 1)
2137
+ t("div", os, [
2138
+ t("p", ls, c(e.author), 1),
2139
+ t("p", ss, c(e.authorTitle), 1)
2131
2140
  ])
2132
2141
  ])
2133
2142
  ])
2134
2143
  ])
2135
2144
  ]));
2136
2145
  }
2137
- }), ns = /* @__PURE__ */ v(rs, [["__scopeId", "data-v-e3cc8e27"]]), ds = { class: "rich-text__wrapper" }, cs = {
2146
+ }), rs = /* @__PURE__ */ g(is, [["__scopeId", "data-v-e3cc8e27"]]), ns = { class: "rich-text__wrapper" }, ds = {
2138
2147
  key: 0,
2139
2148
  class: "rich-text__links"
2140
- }, us = {
2149
+ }, cs = {
2141
2150
  key: 0,
2142
2151
  class: "rich-text__bullet-list"
2143
- }, _s = /* @__PURE__ */ g({
2152
+ }, us = /* @__PURE__ */ b({
2144
2153
  __name: "rich-text",
2145
2154
  props: {
2146
2155
  headline: { default: "" },
@@ -2159,8 +2168,8 @@ const Ol = /* @__PURE__ */ v(Vl, [["render", Ml], ["__scopeId", "data-v-ea887d7a
2159
2168
  a.bgColor === "blue" ? "rich-text--blue" : "rich-text--white"
2160
2169
  ])
2161
2170
  }, [
2162
- t("div", ds, [
2163
- a.label ? (s(), T(X, {
2171
+ t("div", ns, [
2172
+ a.label ? (s(), T(ee, {
2164
2173
  key: 0,
2165
2174
  text: a.label,
2166
2175
  "label-dark": !1
@@ -2185,11 +2194,11 @@ const Ol = /* @__PURE__ */ v(Vl, [["render", Ml], ["__scopeId", "data-v-ea887d7a
2185
2194
  ])
2186
2195
  }, [
2187
2196
  d(a.$slots, "rich-text-content"),
2188
- a.links ? (s(), i("div", cs, [
2197
+ a.links ? (s(), i("div", ds, [
2189
2198
  d(a.$slots, "rich-text-links")
2190
2199
  ])) : _("", !0)
2191
2200
  ], 2),
2192
- a.bulletList ? (s(), i("div", us, [
2201
+ a.bulletList ? (s(), i("div", cs, [
2193
2202
  d(a.$slots, "rich-text-bullet-list")
2194
2203
  ])) : _("", !0),
2195
2204
  a.image ? (s(), i("div", {
@@ -2199,9 +2208,9 @@ const Ol = /* @__PURE__ */ v(Vl, [["render", Ml], ["__scopeId", "data-v-ea887d7a
2199
2208
  a.imageClip ? "rich-text__image--clip" : ""
2200
2209
  ])
2201
2210
  }, [
2202
- S(M, null, {
2203
- default: y(() => [
2204
- d(a.$slots, "rich-text-image", O(z({ width: 865, height: 307 })))
2211
+ I(M, null, {
2212
+ default: k(() => [
2213
+ d(a.$slots, "rich-text-image", H(R({ width: 865, height: 307 })))
2205
2214
  ]),
2206
2215
  _: 3
2207
2216
  })
@@ -2210,12 +2219,12 @@ const Ol = /* @__PURE__ */ v(Vl, [["render", Ml], ["__scopeId", "data-v-ea887d7a
2210
2219
  ])
2211
2220
  ], 2));
2212
2221
  }
2213
- }), hs = /* @__PURE__ */ v(_s, [["__scopeId", "data-v-5441d67a"]]), ps = {}, ms = { class: "rich-text" }, fs = { class: "rich-text__wrapper" }, vs = { class: "rich-text__content rich-text__content--left-aligned" }, gs = { class: "rich-text__body" };
2214
- function bs(e, a) {
2215
- return s(), i("div", ms, [
2216
- t("div", fs, [
2217
- t("div", vs, [
2218
- t("div", gs, [
2222
+ }), _s = /* @__PURE__ */ g(us, [["__scopeId", "data-v-5441d67a"]]), hs = {}, ps = { class: "rich-text" }, ms = { class: "rich-text__wrapper" }, fs = { class: "rich-text__content rich-text__content--left-aligned" }, vs = { class: "rich-text__body" };
2223
+ function gs(e, a) {
2224
+ return s(), i("div", ps, [
2225
+ t("div", ms, [
2226
+ t("div", fs, [
2227
+ t("div", vs, [
2219
2228
  t("div", null, [
2220
2229
  d(e.$slots, "rich-text-content-left", {}, void 0, !0)
2221
2230
  ]),
@@ -2227,10 +2236,10 @@ function bs(e, a) {
2227
2236
  ])
2228
2237
  ]);
2229
2238
  }
2230
- const ys = /* @__PURE__ */ v(ps, [["render", bs], ["__scopeId", "data-v-776750d2"]]), ks = (e) => (H("data-v-798e7a06"), e = e(), R(), e), $s = { class: "timeline__wrapper" }, ws = { class: "timeline__content" }, Bs = { class: "timeline__items" }, Ss = { class: "item__left" }, Is = /* @__PURE__ */ ks(() => /* @__PURE__ */ t("div", { class: "item__elements" }, [
2239
+ const bs = /* @__PURE__ */ g(hs, [["render", gs], ["__scopeId", "data-v-776750d2"]]), ks = (e) => (N("data-v-798e7a06"), e = e(), E(), e), ys = { class: "timeline__wrapper" }, $s = { class: "timeline__content" }, ws = { class: "timeline__items" }, Bs = { class: "item__left" }, Ss = /* @__PURE__ */ ks(() => /* @__PURE__ */ t("div", { class: "item__elements" }, [
2231
2240
  /* @__PURE__ */ t("div", { class: "circle" }),
2232
2241
  /* @__PURE__ */ t("div", { class: "line" })
2233
- ], -1)), Cs = { class: "item__right" }, Ts = ["innerHTML"], qs = /* @__PURE__ */ g({
2242
+ ], -1)), Is = { class: "item__right" }, Cs = ["innerHTML"], Ts = /* @__PURE__ */ b({
2234
2243
  __name: "timeline",
2235
2244
  props: {
2236
2245
  timelineItems: {
@@ -2253,18 +2262,18 @@ const ys = /* @__PURE__ */ v(ps, [["render", bs], ["__scopeId", "data-v-776750d2
2253
2262
  a.forEach((l) => {
2254
2263
  r.observe(l);
2255
2264
  });
2256
- }), (a, r) => (s(), i("div", $s, [
2257
- t("div", ws, [
2258
- t("div", Bs, [
2265
+ }), (a, r) => (s(), i("div", ys, [
2266
+ t("div", $s, [
2267
+ t("div", ws, [
2259
2268
  (s(!0), i(V, null, P(e.timelineItems, (l) => (s(), i("div", {
2260
2269
  key: l.year,
2261
2270
  class: "timeline__item faded"
2262
2271
  }, [
2263
- t("div", Ss, c(l.year), 1),
2264
- Is,
2265
- t("div", Cs, [
2266
- S(M, null, {
2267
- default: y(() => [
2272
+ t("div", Bs, c(l.year), 1),
2273
+ Ss,
2274
+ t("div", Is, [
2275
+ I(M, null, {
2276
+ default: k(() => [
2268
2277
  l.media.src ? d(a.$slots, "timeline-image", F({
2269
2278
  key: 0,
2270
2279
  ref_for: !0
@@ -2273,23 +2282,23 @@ const ys = /* @__PURE__ */ v(ps, [["render", bs], ["__scopeId", "data-v-776750d2
2273
2282
  _: 2
2274
2283
  }, 1024),
2275
2284
  t("div", {
2276
- style: ee([l.media.src ? "" : "margin-top: 0px"]),
2285
+ style: x([l.media.src ? "" : "margin-top: 0px"]),
2277
2286
  class: "rich-text",
2278
2287
  innerHTML: l.text
2279
- }, null, 12, Ts)
2288
+ }, null, 12, Cs)
2280
2289
  ])
2281
2290
  ]))), 128))
2282
2291
  ])
2283
2292
  ])
2284
2293
  ]));
2285
2294
  }
2286
- }), As = /* @__PURE__ */ v(qs, [["__scopeId", "data-v-798e7a06"]]), Ls = { class: "vimeo" }, Ds = { class: "vimeo__wrapper" }, Vs = {
2295
+ }), qs = /* @__PURE__ */ g(Ts, [["__scopeId", "data-v-798e7a06"]]), As = { class: "vimeo" }, Ls = { class: "vimeo__wrapper" }, Ds = {
2287
2296
  key: 0,
2288
2297
  class: "vimeo__headline"
2289
- }, Ps = {
2298
+ }, Vs = {
2290
2299
  key: 1,
2291
2300
  class: "vimeo__description"
2292
- }, Fs = /* @__PURE__ */ g({
2301
+ }, Ps = /* @__PURE__ */ b({
2293
2302
  __name: "vimeo",
2294
2303
  props: {
2295
2304
  headline: {
@@ -2302,18 +2311,18 @@ const ys = /* @__PURE__ */ v(ps, [["render", bs], ["__scopeId", "data-v-776750d2
2302
2311
  }
2303
2312
  },
2304
2313
  setup(e) {
2305
- return (a, r) => (s(), i("div", Ls, [
2306
- t("div", Ds, [
2307
- e.headline ? (s(), i("h2", Vs, c(e.headline), 1)) : _("", !0),
2314
+ return (a, r) => (s(), i("div", As, [
2315
+ t("div", Ls, [
2316
+ e.headline ? (s(), i("h2", Ds, c(e.headline), 1)) : _("", !0),
2308
2317
  d(a.$slots, "vimeo-content", {}, void 0, !0),
2309
- e.description ? (s(), i("p", Ps, c(e.description), 1)) : _("", !0)
2318
+ e.description ? (s(), i("p", Vs, c(e.description), 1)) : _("", !0)
2310
2319
  ])
2311
2320
  ]));
2312
2321
  }
2313
- }), Ms = /* @__PURE__ */ v(Fs, [["__scopeId", "data-v-90a2b109"]]), Os = { class: "academy-overview" }, zs = { class: "academy-overview__content-wrapper" }, Hs = { class: "academy-overview__content" }, Rs = { class: "academy-overview__title" }, Ns = { class: "academy-overview__description" }, Es = { class: "academy-overview__button-wrapper" }, js = {
2322
+ }), Fs = /* @__PURE__ */ g(Ps, [["__scopeId", "data-v-90a2b109"]]), Ms = { class: "academy-overview" }, Os = { class: "academy-overview__content-wrapper" }, zs = { class: "academy-overview__content" }, Hs = { class: "academy-overview__title" }, Rs = { class: "academy-overview__description" }, Ns = { class: "academy-overview__button-wrapper" }, Es = {
2314
2323
  key: 0,
2315
2324
  class: "academy-overview__stats"
2316
- }, Gs = { class: "academy-overview__stats-row" }, Ks = { class: "academy-overview__stat" }, Us = { class: "academy-overview__value" }, Js = { class: "academy-overview__label" }, Ws = { class: "academy-overview__stat" }, Ys = { class: "academy-overview__value" }, Qs = { class: "academy-overview__label" }, Zs = /* @__PURE__ */ g({
2325
+ }, js = { class: "academy-overview__stats-row" }, Gs = { class: "academy-overview__stat" }, Ks = { class: "academy-overview__value" }, Us = { class: "academy-overview__label" }, Js = { class: "academy-overview__stat" }, Ws = { class: "academy-overview__value" }, Ys = { class: "academy-overview__label" }, Qs = /* @__PURE__ */ b({
2317
2326
  __name: "frontpage-hero",
2318
2327
  props: {
2319
2328
  hero: { default: () => ({
@@ -2327,25 +2336,25 @@ const ys = /* @__PURE__ */ v(ps, [["render", bs], ["__scopeId", "data-v-776750d2
2327
2336
  }) }
2328
2337
  },
2329
2338
  setup(e) {
2330
- return (a, r) => (s(), i("div", Os, [
2331
- t("div", zs, [
2332
- t("div", Hs, [
2339
+ return (a, r) => (s(), i("div", Ms, [
2340
+ t("div", Os, [
2341
+ t("div", zs, [
2333
2342
  t("div", null, [
2334
- t("h1", Rs, c(a.hero.headline), 1),
2335
- t("p", Ns, c(a.hero.description), 1),
2336
- t("div", Es, [
2343
+ t("h1", Hs, c(a.hero.headline), 1),
2344
+ t("p", Rs, c(a.hero.description), 1),
2345
+ t("div", Ns, [
2337
2346
  d(a.$slots, "button", {}, void 0, !0)
2338
2347
  ])
2339
2348
  ]),
2340
- a.hero.showStats ? (s(), i("div", js, [
2341
- t("div", Gs, [
2342
- t("div", Ks, [
2343
- t("div", Us, c(a.hero.lessonValue), 1),
2344
- t("div", Js, c(a.hero.lessonLabel), 1)
2349
+ a.hero.showStats ? (s(), i("div", Es, [
2350
+ t("div", js, [
2351
+ t("div", Gs, [
2352
+ t("div", Ks, c(a.hero.lessonValue), 1),
2353
+ t("div", Us, c(a.hero.lessonLabel), 1)
2345
2354
  ]),
2346
- t("div", Ws, [
2347
- t("div", Ys, c(a.hero.pointsValue), 1),
2348
- t("div", Qs, c(a.hero.pointsLabel), 1)
2355
+ t("div", Js, [
2356
+ t("div", Ws, c(a.hero.pointsValue), 1),
2357
+ t("div", Ys, c(a.hero.pointsLabel), 1)
2349
2358
  ])
2350
2359
  ])
2351
2360
  ])) : _("", !0)
@@ -2353,7 +2362,7 @@ const ys = /* @__PURE__ */ v(ps, [["render", bs], ["__scopeId", "data-v-776750d2
2353
2362
  ])
2354
2363
  ]));
2355
2364
  }
2356
- }), Xs = /* @__PURE__ */ v(Zs, [["__scopeId", "data-v-1594f3e8"]]), xs = { class: "not-found__wrapper" }, ei = { class: "not-found__content" }, ti = { class: "not-found__headline" }, ai = { class: "not-found__body" }, oi = /* @__PURE__ */ g({
2365
+ }), Zs = /* @__PURE__ */ g(Qs, [["__scopeId", "data-v-1594f3e8"]]), Xs = { class: "not-found__wrapper" }, xs = { class: "not-found__content" }, ei = { class: "not-found__headline" }, ti = { class: "not-found__body" }, ai = /* @__PURE__ */ b({
2357
2366
  __name: "404",
2358
2367
  props: {
2359
2368
  headline: {
@@ -2362,16 +2371,16 @@ const ys = /* @__PURE__ */ v(ps, [["render", bs], ["__scopeId", "data-v-776750d2
2362
2371
  }
2363
2372
  },
2364
2373
  setup(e) {
2365
- return (a, r) => (s(), i("div", xs, [
2366
- t("div", ei, [
2367
- t("h1", ti, c(e.headline), 1),
2368
- t("div", ai, [
2374
+ return (a, r) => (s(), i("div", Xs, [
2375
+ t("div", xs, [
2376
+ t("h1", ei, c(e.headline), 1),
2377
+ t("div", ti, [
2369
2378
  d(a.$slots, "not-found-body", {}, void 0, !0)
2370
2379
  ])
2371
2380
  ])
2372
2381
  ]));
2373
2382
  }
2374
- }), li = /* @__PURE__ */ v(oi, [["__scopeId", "data-v-b829ca6c"]]), si = { class: "filter__wrapper" }, ii = { class: "filter__content" }, ri = { class: "filter__dropdowns" }, ni = { class: "filter__chips" }, di = /* @__PURE__ */ g({
2383
+ }), oi = /* @__PURE__ */ g(ai, [["__scopeId", "data-v-b829ca6c"]]), li = { class: "filter__wrapper" }, si = { class: "filter__content" }, ii = { class: "filter__dropdowns" }, ri = { class: "filter__chips" }, ni = /* @__PURE__ */ b({
2375
2384
  __name: "filter",
2376
2385
  props: {
2377
2386
  hasChips: {
@@ -2385,12 +2394,12 @@ const ys = /* @__PURE__ */ v(ps, [["render", bs], ["__scopeId", "data-v-776750d2
2385
2394
  },
2386
2395
  emits: ["clearFilters"],
2387
2396
  setup(e) {
2388
- return (a, r) => (s(), i("div", si, [
2389
- t("div", ii, [
2390
- t("div", ri, [
2397
+ return (a, r) => (s(), i("div", li, [
2398
+ t("div", si, [
2399
+ t("div", ii, [
2391
2400
  d(a.$slots, "filter-dropdowns")
2392
2401
  ]),
2393
- t("div", ni, [
2402
+ t("div", ri, [
2394
2403
  d(a.$slots, "filter-chips"),
2395
2404
  e.hasChips ? (s(), i("button", {
2396
2405
  key: 0,
@@ -2401,37 +2410,37 @@ const ys = /* @__PURE__ */ v(ps, [["render", bs], ["__scopeId", "data-v-776750d2
2401
2410
  ])
2402
2411
  ]));
2403
2412
  }
2404
- }), ci = /* @__PURE__ */ v(di, [["__scopeId", "data-v-b2ccb954"]]), ye = (e) => (H("data-v-a0ab0743"), e = e(), R(), e), ui = { class: "footer__wrapper" }, _i = { class: "footer__content" }, hi = {
2413
+ }), di = /* @__PURE__ */ g(ni, [["__scopeId", "data-v-03a6a216"]]), ke = (e) => (N("data-v-a0ab0743"), e = e(), E(), e), ci = { class: "footer__wrapper" }, ui = { class: "footer__content" }, _i = {
2405
2414
  key: 0,
2406
2415
  src: "https://mobile-industrial-robots.com/logo/mir-main-logo.svg",
2407
2416
  style: { margin: "0 auto" },
2408
2417
  width: "101",
2409
2418
  height: "45"
2410
- }, pi = { class: "footer__sections" }, mi = { class: "section__title" }, fi = { class: "section__list" }, vi = { class: "section" }, gi = {
2419
+ }, hi = { class: "footer__sections" }, pi = { class: "section__title" }, mi = { class: "section__list" }, fi = { class: "section" }, vi = {
2411
2420
  key: 0,
2412
2421
  class: "section__title"
2413
- }, bi = {
2422
+ }, gi = {
2414
2423
  key: 1,
2415
2424
  class: "section__title"
2416
- }, yi = { key: 0 }, ki = { key: 1 }, $i = { key: 2 }, wi = { key: 3 }, Bi = { key: 4 }, Si = /* @__PURE__ */ ye(() => /* @__PURE__ */ t("br", null, null, -1)), Ii = {
2425
+ }, bi = { key: 0 }, ki = { key: 1 }, yi = { key: 2 }, $i = { key: 3 }, wi = { key: 4 }, Bi = /* @__PURE__ */ ke(() => /* @__PURE__ */ t("br", null, null, -1)), Si = {
2417
2426
  key: 0,
2418
2427
  href: "mailto:china@mir-robots.com"
2419
- }, Ci = {
2428
+ }, Ii = {
2420
2429
  key: 1,
2421
2430
  href: "mailto:mail@mir-robots.com"
2422
- }, Ti = {
2431
+ }, Ci = {
2423
2432
  key: 0,
2424
2433
  href: "tel:+8613661856951"
2425
- }, qi = {
2434
+ }, Ti = {
2426
2435
  key: 1,
2427
2436
  href: "tel:+4520377577"
2428
- }, Ai = { class: "footer__bottom" }, Li = { class: "copyright" }, Di = { class: "footer__policy" }, Vi = /* @__PURE__ */ ye(() => /* @__PURE__ */ t("i", { class: "change-region" }, null, -1)), Pi = {
2437
+ }, qi = { class: "footer__bottom" }, Ai = { class: "copyright" }, Li = { class: "footer__policy" }, Di = /* @__PURE__ */ ke(() => /* @__PURE__ */ t("i", { class: "change-region" }, null, -1)), Vi = {
2429
2438
  key: 0,
2430
2439
  class: "footer__social"
2431
- }, Fi = ["href", "aria-label"], Mi = {
2440
+ }, Pi = ["href", "aria-label"], Fi = {
2432
2441
  key: 1,
2433
2442
  class: "footer__social"
2434
- }, Oi = ["href", "aria-label"], zi = /* @__PURE__ */ g({
2443
+ }, Mi = ["href", "aria-label"], Oi = /* @__PURE__ */ b({
2435
2444
  __name: "footer",
2436
2445
  props: {
2437
2446
  language: { default: "" },
@@ -2444,75 +2453,75 @@ const ys = /* @__PURE__ */ v(ps, [["render", bs], ["__scopeId", "data-v-776750d2
2444
2453
  },
2445
2454
  emits: ["changeRegionClicked"],
2446
2455
  setup(e) {
2447
- return (a, r) => (s(), i("div", ui, [
2448
- t("footer", _i, [
2449
- a.language === "zh" ? (s(), i("img", hi)) : _("", !0),
2450
- t("div", pi, [
2456
+ return (a, r) => (s(), i("div", ci, [
2457
+ t("footer", ui, [
2458
+ a.language === "zh" ? (s(), i("img", _i)) : _("", !0),
2459
+ t("div", hi, [
2451
2460
  (s(!0), i(V, null, P(a.footerSections, (l) => (s(), i("div", {
2452
2461
  key: l.title,
2453
2462
  class: "section"
2454
2463
  }, [
2455
- t("span", mi, c(l.title), 1),
2464
+ t("span", pi, c(l.title), 1),
2456
2465
  t("nav", null, [
2457
- t("ul", fi, [
2466
+ t("ul", mi, [
2458
2467
  d(a.$slots, "section-links", {
2459
2468
  links: l.links
2460
2469
  })
2461
2470
  ])
2462
2471
  ])
2463
2472
  ]))), 128)),
2464
- t("div", vi, [
2465
- a.language === "zh" ? (s(), i("span", gi, "名傲移动机器人(上海)有限公司")) : (s(), i("span", bi, "Mobile Industrial Robots A/S")),
2473
+ t("div", fi, [
2474
+ a.language === "zh" ? (s(), i("span", vi, "名傲移动机器人(上海)有限公司")) : (s(), i("span", gi, "Mobile Industrial Robots A/S")),
2466
2475
  t("address", null, [
2467
- a.language === "zh" ? (s(), i("span", yi, "上海浦东新区金桥出口加工区")) : (s(), i("span", ki, "Energivej 51")),
2468
- a.language === "zh" ? (s(), i("span", $i, "桂桥路1201号10栋2楼")) : (s(), i("span", wi, "5260 Odense S")),
2469
- a.language !== "zh" ? (s(), i("span", Bi, "CVR: 35251235")) : _("", !0),
2470
- Si,
2471
- S(L, {
2476
+ a.language === "zh" ? (s(), i("span", bi, "上海浦东新区金桥出口加工区")) : (s(), i("span", ki, "Energivej 51")),
2477
+ a.language === "zh" ? (s(), i("span", yi, "桂桥路1201号10栋2楼")) : (s(), i("span", $i, "5260 Odense S")),
2478
+ a.language !== "zh" ? (s(), i("span", wi, "CVR: 35251235")) : _("", !0),
2479
+ Bi,
2480
+ I(L, {
2472
2481
  class: "footer__contact",
2473
2482
  "link-type": "regular_light",
2474
2483
  underline: "false"
2475
2484
  }, {
2476
- default: y(() => [
2477
- a.language === "zh" ? (s(), i("a", Ii, "china@mir-robots.com")) : (s(), i("a", Ci, "mail@mir-robots.com"))
2485
+ default: k(() => [
2486
+ a.language === "zh" ? (s(), i("a", Si, "china@mir-robots.com")) : (s(), i("a", Ii, "mail@mir-robots.com"))
2478
2487
  ]),
2479
2488
  _: 1
2480
2489
  }),
2481
- S(L, {
2490
+ I(L, {
2482
2491
  class: "footer__contact",
2483
2492
  "link-type": "regular_light",
2484
2493
  underline: "false"
2485
2494
  }, {
2486
- default: y(() => [
2487
- a.language === "zh" ? (s(), i("a", Ti, "+86 13661856951(微信同号)")) : (s(), i("a", qi, "+45 20 377 577"))
2495
+ default: k(() => [
2496
+ a.language === "zh" ? (s(), i("a", Ci, "+86 13661856951(微信同号)")) : (s(), i("a", Ti, "+45 20 377 577"))
2488
2497
  ]),
2489
2498
  _: 1
2490
2499
  })
2491
2500
  ])
2492
2501
  ])
2493
2502
  ]),
2494
- t("div", Ai, [
2495
- t("p", Li, " © Mobile Industrial Robots " + c((/* @__PURE__ */ new Date()).getFullYear()), 1),
2496
- t("div", Di, [
2503
+ t("div", qi, [
2504
+ t("p", Ai, " © Mobile Industrial Robots " + c((/* @__PURE__ */ new Date()).getFullYear()), 1),
2505
+ t("div", Li, [
2497
2506
  t("button", {
2498
2507
  class: "footer__language-switcher",
2499
2508
  onClick: r[0] || (r[0] = (l) => a.$emit("changeRegionClicked"))
2500
2509
  }, [
2501
2510
  t("span", null, [
2502
- Vi,
2503
- J(c(a.changeRegion), 1)
2511
+ Di,
2512
+ Y(c(a.changeRegion), 1)
2504
2513
  ])
2505
2514
  ]),
2506
2515
  d(a.$slots, "footer-privacy-link"),
2507
2516
  d(a.$slots, "footer-cookie-link")
2508
2517
  ]),
2509
- a.language !== "zh" ? (s(), i("div", Pi, [
2518
+ a.language !== "zh" ? (s(), i("div", Vi, [
2510
2519
  (s(!0), i(V, null, P(a.socialMedia, (l) => (s(), T(L, {
2511
2520
  key: l.title,
2512
2521
  underline: "false",
2513
2522
  "link-type": "regular"
2514
2523
  }, {
2515
- default: y(() => [
2524
+ default: k(() => [
2516
2525
  t("a", {
2517
2526
  href: l.url,
2518
2527
  target: "_blank",
@@ -2523,17 +2532,17 @@ const ys = /* @__PURE__ */ v(ps, [["render", bs], ["__scopeId", "data-v-776750d2
2523
2532
  height: "14",
2524
2533
  class: h(["footer__social--icon", [l.title ? "bg-" + l.title : ""]])
2525
2534
  }, null, 2)
2526
- ], 8, Fi)
2535
+ ], 8, Pi)
2527
2536
  ]),
2528
2537
  _: 2
2529
2538
  }, 1024))), 128))
2530
- ])) : (s(), i("div", Mi, [
2539
+ ])) : (s(), i("div", Fi, [
2531
2540
  (s(!0), i(V, null, P(a.socialMediaChina, (l) => (s(), T(L, {
2532
2541
  key: l.title,
2533
2542
  underline: "false",
2534
2543
  "link-type": "regular"
2535
2544
  }, {
2536
- default: y(() => [
2545
+ default: k(() => [
2537
2546
  t("a", {
2538
2547
  href: l.url,
2539
2548
  target: "_blank",
@@ -2544,7 +2553,7 @@ const ys = /* @__PURE__ */ v(ps, [["render", bs], ["__scopeId", "data-v-776750d2
2544
2553
  height: "14",
2545
2554
  class: h(["footer__social--icon", [l.title ? "bg-" + l.title : ""]])
2546
2555
  }, null, 2)
2547
- ], 8, Oi)
2556
+ ], 8, Mi)
2548
2557
  ]),
2549
2558
  _: 2
2550
2559
  }, 1024))), 128))
@@ -2553,51 +2562,54 @@ const ys = /* @__PURE__ */ v(ps, [["render", bs], ["__scopeId", "data-v-776750d2
2553
2562
  ])
2554
2563
  ]));
2555
2564
  }
2556
- }), Hi = /* @__PURE__ */ v(zi, [["__scopeId", "data-v-a0ab0743"]]), ke = (e) => (H("data-v-0b00b9f2"), e = e(), R(), e), Ri = { class: "header__wrapper" }, Ni = { class: "nav-wrapper" }, Ei = { class: "mir-link-logo" }, ji = { class: "main-nav-items" }, Gi = {
2565
+ }), zi = /* @__PURE__ */ g(Oi, [["__scopeId", "data-v-a0ab0743"]]), ye = (e) => (N("data-v-0eacb63b"), e = e(), E(), e), Hi = { class: "header__wrapper" }, Ri = { class: "nav-wrapper" }, Ni = { class: "mir-link-logo" }, Ei = { class: "main-nav-items" }, ji = {
2557
2566
  key: 0,
2558
2567
  id: "menu-dropdown",
2559
2568
  ref: "dropdownDiv"
2560
- }, Ki = {
2569
+ }, Gi = {
2561
2570
  key: 0,
2562
2571
  src: "https://a.storyblok.com/f/230581/9x6/8cecdca15f/arrow-down.svg?cv=1695125714195",
2563
2572
  alt: "dropdown arrow"
2564
- }, Ui = {
2573
+ }, Ki = {
2565
2574
  key: 1,
2566
2575
  src: "https://a.storyblok.com/f/230581/9x6/8cecdca15f/arrow-down.svg?cv=1695125714195",
2567
2576
  alt: "dropdown arrow",
2568
2577
  style: { transform: "rotate(180deg)" }
2569
- }, Ji = { class: "dropdown-content" }, Wi = {
2578
+ }, Ui = { class: "dropdown-content" }, Ji = {
2570
2579
  key: 1,
2571
2580
  class: "nav-search-wrapper"
2572
- }, Yi = ["src"], Qi = {
2581
+ }, Wi = ["src"], Yi = {
2573
2582
  key: 2,
2574
2583
  id: "menu-portal-switcher",
2575
2584
  class: "portal-switcher-wrapper"
2576
- }, Zi = /* @__PURE__ */ ke(() => /* @__PURE__ */ t("img", {
2585
+ }, Qi = /* @__PURE__ */ ye(() => /* @__PURE__ */ t("img", {
2577
2586
  src: "https://a.storyblok.com/f/230581/14x12/1b00a4a551/portal-switcher.svg?cv=1712916615032",
2578
2587
  alt: "portal switcher icon",
2579
2588
  width: "20",
2580
2589
  height: "20"
2581
- }, null, -1)), Xi = [
2582
- Zi
2583
- ], xi = { class: "portal-switcher-content" }, er = { class: "portal-switcher-links" }, tr = ["href"], ar = ["src"], or = {
2590
+ }, null, -1)), Zi = [
2591
+ Qi
2592
+ ], Xi = { class: "portal-switcher-content" }, xi = { class: "portal-switcher-links" }, er = ["href"], tr = ["src"], ar = {
2584
2593
  key: 3,
2585
2594
  id: "menu-profile-dropdown",
2586
2595
  class: "profile-dropdown-wrapper"
2587
- }, lr = {
2596
+ }, or = {
2588
2597
  key: 0,
2589
2598
  class: "profile-dropdown-sign-in"
2590
- }, sr = /* @__PURE__ */ ke(() => /* @__PURE__ */ t("img", {
2599
+ }, lr = /* @__PURE__ */ ye(() => /* @__PURE__ */ t("img", {
2591
2600
  src: "https://a.storyblok.com/f/230581/15x14/3b3253dd12/icon-user.svg?cv=1712916615014",
2592
2601
  alt: "profile dropdown icon",
2593
2602
  width: "20",
2594
2603
  height: "20"
2595
- }, null, -1)), ir = [
2596
- sr
2597
- ], rr = { class: "profile-dropdown-content" }, nr = { class: "mobile-logo-search-burger-wrapper" }, dr = { class: "mobile-mir-link-logo" }, cr = {
2604
+ }, null, -1)), sr = [
2605
+ lr
2606
+ ], ir = { class: "profile-dropdown-content" }, rr = { class: "mobile-logo-search-burger-wrapper" }, nr = { class: "mobile-mir-link-logo" }, dr = {
2598
2607
  key: 0,
2599
2608
  class: "mobile-search-wrapper"
2600
- }, ur = ["src"], _r = ["src"], hr = { class: "mobile-menu-content-wrapper" }, pr = { class: "mobile-dropdown-content" }, mr = /* @__PURE__ */ g({
2609
+ }, cr = ["src"], ur = {
2610
+ id: "menu-portal-switcher",
2611
+ class: "menu-portal-switcher-wrapper"
2612
+ }, _r = ["src"], hr = { class: "portal-switcher-content" }, pr = { class: "portal-switcher-links" }, mr = ["href"], fr = ["src"], vr = ["src"], gr = { class: "mobile-menu-content-wrapper" }, br = { class: "mobile-dropdown-content" }, kr = /* @__PURE__ */ b({
2601
2613
  __name: "header",
2602
2614
  props: {
2603
2615
  burgerState: {
@@ -2651,198 +2663,242 @@ const ys = /* @__PURE__ */ v(ps, [["render", bs], ["__scopeId", "data-v-776750d2
2651
2663
  setup(e, { expose: a, emit: r }) {
2652
2664
  let l = null;
2653
2665
  const o = e;
2654
- let u = C(o.burgerState), p = C(o.search), n = C(o.showDropDown), b = C(o.showPortalSwitcherDropDown), f = C(o.showProfileDropDown), k = C(o.isAuthenticated);
2655
- Q(
2666
+ let u = C(o.burgerState), p = C(o.search), n = C(o.showDropDown), v = C(o.showPortalSwitcherDropDown), f = C(o.showProfileDropDown), $ = C(o.isAuthenticated);
2667
+ Z(
2656
2668
  () => o.burgerState,
2657
- ($) => u.value = $
2658
- ), Q(
2669
+ (w) => u.value = w
2670
+ ), Z(
2659
2671
  () => o.search,
2660
- ($) => p.value = $
2661
- ), Q(
2672
+ (w) => p.value = w
2673
+ ), Z(
2662
2674
  () => o.showDropDown,
2663
- ($) => n.value = $
2664
- ), Q(
2675
+ (w) => n.value = w
2676
+ ), Z(
2665
2677
  () => o.showPortalSwitcherDropDown,
2666
- ($) => b.value = $
2667
- ), Q(
2678
+ (w) => v.value = w
2679
+ ), Z(
2668
2680
  () => o.showProfileDropDown,
2669
- ($) => f.value = $
2670
- ), Q(
2681
+ (w) => f.value = w
2682
+ ), Z(
2671
2683
  () => o.isAuthenticated,
2672
- ($) => k.value = $
2684
+ (w) => $.value = w
2673
2685
  ), me(() => {
2674
- l = ($) => {
2675
- $.target.closest("#menu-dropdown") || (n.value = !1), $.target.closest("#menu-portal-switcher") || (b.value = !1), $.target.closest("#menu-profile-dropdown") || (f.value = !1);
2686
+ l = (w) => {
2687
+ w.target.closest("#menu-dropdown") || (n.value = !1), w.target.closest("#menu-portal-switcher") || (v.value = !1), w.target.closest("#menu-profile-dropdown") || (f.value = !1);
2676
2688
  }, window.addEventListener("click", l);
2677
2689
  }), qe(() => {
2678
2690
  l !== null && window.removeEventListener("click", l);
2679
2691
  });
2680
- const w = r;
2692
+ const B = r;
2681
2693
  function ae() {
2682
- n.value = !n.value, w("update:showDropDown", n.value);
2694
+ n.value = !n.value, B("update:showDropDown", n.value);
2683
2695
  }
2684
- function re() {
2685
- b.value = !b.value, w("update:showPortalSwitcherDropDown", b.value);
2696
+ function oe() {
2697
+ v.value = !v.value, B("update:showPortalSwitcherDropDown", v.value);
2686
2698
  }
2687
2699
  function ne() {
2688
- f.value = !f.value, w("update:showProfileDropDown", f.value);
2700
+ f.value = !f.value, B("update:showProfileDropDown", f.value);
2689
2701
  }
2690
2702
  function de() {
2691
- u.value = !u.value, w("update:burgerState", u.value);
2703
+ u.value = !u.value, B("update:burgerState", u.value);
2692
2704
  }
2693
- let U = C(null), oe = C(null);
2705
+ let U = C(null), le = C(null);
2694
2706
  function ce() {
2695
2707
  U.value && U.value.blur();
2696
2708
  }
2697
2709
  return a({
2698
2710
  defocusSearchButton: ce
2699
- }), ($, j) => (s(), i("div", Ri, [
2711
+ }), (w, j) => (s(), i("div", Hi, [
2700
2712
  t("nav", null, [
2701
- t("div", Ni, [
2702
- t("div", Ei, [
2703
- d($.$slots, "link-logo", {}, void 0, !0)
2713
+ t("div", Ri, [
2714
+ t("div", Ni, [
2715
+ d(w.$slots, "link-logo", {}, void 0, !0)
2704
2716
  ]),
2705
- t("ul", ji, [
2706
- d($.$slots, "main-nav-items", {}, void 0, !0)
2717
+ t("ul", Ei, [
2718
+ d(w.$slots, "main-nav-items", {}, void 0, !0)
2707
2719
  ]),
2708
- e.useDropdown ? (s(), i("div", Gi, [
2720
+ e.useDropdown ? (s(), i("div", ji, [
2709
2721
  t("button", {
2710
2722
  class: "nav-dropdown-btn",
2711
2723
  "aria-label": "Toggle Dropdown",
2712
2724
  onClick: ae
2713
2725
  }, [
2714
- d($.$slots, "dropdown-title", {}, void 0, !0),
2715
- I(n) === !1 ? (s(), i("img", Ki)) : (s(), i("img", Ui))
2726
+ d(w.$slots, "dropdown-title", {}, void 0, !0),
2727
+ y(n) === !1 ? (s(), i("img", Gi)) : (s(), i("img", Ki))
2716
2728
  ]),
2717
- K(t("div", Ji, [
2718
- d($.$slots, "dropdown-links", {}, void 0, !0)
2729
+ K(t("div", Ui, [
2730
+ d(w.$slots, "dropdown-links", {}, void 0, !0)
2719
2731
  ], 512), [
2720
- [Z, I(n)]
2732
+ [W, y(n)]
2721
2733
  ])
2722
2734
  ], 512)) : _("", !0),
2723
- I(p) ? (s(), i("div", Wi, [
2735
+ y(p) ? (s(), i("div", Ji, [
2724
2736
  t("button", {
2725
2737
  ref_key: "navSearchButton",
2726
2738
  ref: U,
2727
2739
  class: "search-icon",
2728
2740
  "aria-label": "Toggle search",
2729
- onClick: j[0] || (j[0] = (G) => {
2730
- var E;
2731
- return $.$emit("clickSearch"), (E = I(U)) == null ? void 0 : E.blur();
2741
+ onClick: j[0] || (j[0] = (O) => {
2742
+ var z;
2743
+ return w.$emit("clickSearch"), (z = y(U)) == null ? void 0 : z.blur();
2732
2744
  })
2733
2745
  }, [
2734
2746
  t("img", {
2735
- src: I(u) === !0 ? "https://a.storyblok.com/f/230581/21x21/13f4ac189d/search-icon-white.svg?cv=1695125826080" : "https://a.storyblok.com/f/230581/21x21/ebbdca38d3/search-icon.svg?cv=1695125825901",
2747
+ src: y(u) === !0 ? "https://a.storyblok.com/f/230581/21x21/13f4ac189d/search-icon-white.svg?cv=1695125826080" : "https://a.storyblok.com/f/230581/21x21/ebbdca38d3/search-icon.svg?cv=1695125825901",
2736
2748
  alt: "search icon",
2737
2749
  width: "20",
2738
2750
  height: "20"
2739
- }, null, 8, Yi)
2751
+ }, null, 8, Wi)
2740
2752
  ], 512)
2741
2753
  ])) : _("", !0),
2742
- e.usePortalSwitcher ? (s(), i("div", Qi, [
2754
+ e.usePortalSwitcher ? (s(), i("div", Yi, [
2743
2755
  t("button", {
2744
2756
  class: "nav-portal-switcher-btn",
2745
2757
  "aria-label": "Toggle Portal",
2746
- onClick: re
2747
- }, Xi),
2748
- K(t("div", xi, [
2749
- t("ul", er, [
2750
- (s(!0), i(V, null, P(e.portals, (G, E) => (s(), i("li", {
2751
- key: E,
2758
+ onClick: oe
2759
+ }, Zi),
2760
+ K(t("div", Xi, [
2761
+ t("ul", xi, [
2762
+ (s(!0), i(V, null, P(e.portals, (O, z) => (s(), i("li", {
2763
+ key: z,
2752
2764
  class: "portal-switcher-link"
2753
2765
  }, [
2754
- S(I(L), { "link-type": "regular" }, {
2755
- default: y(() => [
2766
+ I(y(L), { "link-type": "regular" }, {
2767
+ default: k(() => [
2756
2768
  t("a", {
2757
- href: G.link,
2758
- onClick: j[1] || (j[1] = (W) => x(n) ? n.value = !1 : n = !1)
2769
+ href: O.link,
2770
+ onClick: j[1] || (j[1] = (J) => X(n) ? n.value = !1 : n = !1)
2759
2771
  }, [
2760
2772
  t("img", {
2761
- src: G.icon
2762
- }, null, 8, ar),
2763
- t("div", null, c(G.name), 1)
2764
- ], 8, tr)
2773
+ src: O.icon
2774
+ }, null, 8, tr),
2775
+ t("div", null, c(O.name), 1)
2776
+ ], 8, er)
2765
2777
  ]),
2766
2778
  _: 2
2767
2779
  }, 1024)
2768
2780
  ]))), 128))
2769
2781
  ])
2770
2782
  ], 512), [
2771
- [Z, I(b)]
2783
+ [W, y(v)]
2772
2784
  ])
2773
2785
  ])) : _("", !0),
2774
- e.useProfileDropdown ? (s(), i("div", or, [
2775
- I(k) ? _("", !0) : (s(), i("div", lr, [
2776
- d($.$slots, "profile-dropdown-sign-in", {}, void 0, !0)
2786
+ e.useProfileDropdown ? (s(), i("div", ar, [
2787
+ y($) ? _("", !0) : (s(), i("div", or, [
2788
+ d(w.$slots, "profile-dropdown-sign-in", {}, void 0, !0)
2777
2789
  ])),
2778
- I(k) ? (s(), i("button", {
2790
+ y($) ? (s(), i("button", {
2779
2791
  key: 1,
2780
2792
  "aria-label": "Toggle Profile",
2781
2793
  class: "nav-profile-dropdown-btn",
2782
2794
  onClick: ne
2783
- }, ir)) : _("", !0),
2784
- K(t("div", rr, [
2785
- d($.$slots, "profile-dropdown-links", {}, void 0, !0)
2795
+ }, sr)) : _("", !0),
2796
+ K(t("div", ir, [
2797
+ d(w.$slots, "profile-dropdown-links", {}, void 0, !0)
2786
2798
  ], 512), [
2787
- [Z, I(f)]
2799
+ [W, y(f)]
2788
2800
  ])
2789
2801
  ])) : _("", !0)
2790
2802
  ]),
2791
2803
  t("div", {
2792
- class: h(["mobile-nav-wrapper", I(u) === !0 ? "mirsaic-mobile-bg mirsaic--dark" : ""])
2804
+ class: h(["mobile-nav-wrapper", y(u) === !0 ? "mirsaic-mobile-bg mirsaic--dark" : ""])
2793
2805
  }, [
2794
- t("div", nr, [
2795
- t("div", dr, [
2796
- d($.$slots, "link-logo", {}, void 0, !0)
2806
+ t("div", rr, [
2807
+ t("div", nr, [
2808
+ d(w.$slots, "link-logo", {}, void 0, !0)
2797
2809
  ]),
2798
- I(p) ? (s(), i("div", cr, [
2810
+ y(p) ? (s(), i("div", dr, [
2799
2811
  t("button", {
2800
2812
  ref_key: "mobileSearchButton",
2801
- ref: oe,
2813
+ ref: le,
2802
2814
  class: "search-icon",
2803
2815
  "aria-label": "Toggle search",
2804
- onClick: j[2] || (j[2] = (G) => {
2805
- var E;
2806
- return $.$emit("clickSearch"), (E = I(oe)) == null ? void 0 : E.blur();
2816
+ onClick: j[2] || (j[2] = (O) => {
2817
+ var z;
2818
+ return w.$emit("clickSearch"), (z = y(le)) == null ? void 0 : z.blur();
2807
2819
  })
2808
2820
  }, [
2809
2821
  t("img", {
2810
- src: I(u) === !0 ? "https://a.storyblok.com/f/230581/21x21/13f4ac189d/search-icon-white.svg?cv=1695125826080" : "https://a.storyblok.com/f/230581/21x21/ebbdca38d3/search-icon.svg?cv=1695125825901",
2822
+ src: y(u) === !0 ? "https://a.storyblok.com/f/230581/21x21/13f4ac189d/search-icon-white.svg?cv=1695125826080" : "https://a.storyblok.com/f/230581/21x21/ebbdca38d3/search-icon.svg?cv=1695125825901",
2811
2823
  alt: "search icon",
2812
2824
  width: "20",
2813
2825
  height: "20"
2814
- }, null, 8, ur)
2826
+ }, null, 8, cr)
2815
2827
  ], 512)
2816
2828
  ])) : _("", !0),
2829
+ t("div", ur, [
2830
+ t("button", {
2831
+ class: h({
2832
+ "menu-portal-switcher-btn": !0,
2833
+ "is-active": y(v)
2834
+ }),
2835
+ style: x({
2836
+ backgroundColor: y(v) && y(u) === !0 ? "#1a76bc" : y(v) ? "#cbeefa" : "transparent"
2837
+ }),
2838
+ onClick: ue(oe, ["prevent"])
2839
+ }, [
2840
+ t("img", {
2841
+ src: y(u) === !0 ? "https://a.storyblok.com/f/230581/14x12/84ff5537cb/portal-switcher-white.svg" : "https://a.storyblok.com/f/230581/14x12/1b00a4a551/portal-switcher.svg",
2842
+ alt: "portalswitchericon",
2843
+ width: "20",
2844
+ height: "20"
2845
+ }, null, 8, _r)
2846
+ ], 6),
2847
+ K(t("div", hr, [
2848
+ t("ul", pr, [
2849
+ (s(!0), i(V, null, P(e.portals, (O, z) => (s(), i("li", {
2850
+ key: z,
2851
+ class: "portal-switcher-link"
2852
+ }, [
2853
+ I(y(L), { "link-type": "regular" }, {
2854
+ default: k(() => [
2855
+ t("a", {
2856
+ href: O.link,
2857
+ onClick: j[3] || (j[3] = (J) => X(n) ? n.value = !1 : n = !1)
2858
+ }, [
2859
+ t("img", {
2860
+ src: O.icon
2861
+ }, null, 8, fr),
2862
+ t("div", null, c(O.name), 1)
2863
+ ], 8, mr)
2864
+ ]),
2865
+ _: 2
2866
+ }, 1024)
2867
+ ]))), 128))
2868
+ ])
2869
+ ], 512), [
2870
+ [W, y(v)]
2871
+ ])
2872
+ ]),
2817
2873
  t("button", {
2818
2874
  class: "mobile-burger-wrapper",
2819
2875
  "aria-label": "Toggle menu",
2820
- onClick: he(de, ["prevent"])
2876
+ onClick: ue(de, ["prevent"])
2821
2877
  }, [
2822
2878
  t("img", {
2823
2879
  width: "20",
2824
2880
  height: "20",
2825
- src: I(u) === !0 ? "https://a.storyblok.com/f/230581/17x18/20e9329e46/close-white.svg" : "https://a.storyblok.com/f/230581/23x14/739e917bca/burger-menu-line.svg",
2881
+ src: y(u) === !0 ? "https://a.storyblok.com/f/230581/17x18/20e9329e46/close-white.svg" : "https://a.storyblok.com/f/230581/23x14/739e917bca/burger-menu-line.svg",
2826
2882
  alt: "burger menu icon"
2827
- }, null, 8, _r)
2883
+ }, null, 8, vr)
2828
2884
  ])
2829
2885
  ]),
2830
- K(t("div", hr, [
2886
+ K(t("div", gr, [
2831
2887
  t("ul", null, [
2832
- d($.$slots, "mobile-main-nav-items", {}, void 0, !0)
2888
+ d(w.$slots, "mobile-main-nav-items", {}, void 0, !0)
2833
2889
  ]),
2834
- t("ul", pr, [
2835
- d($.$slots, "mobile-dropdown-title", {}, void 0, !0),
2836
- d($.$slots, "mobile-dropdown-links", {}, void 0, !0)
2890
+ t("ul", br, [
2891
+ d(w.$slots, "mobile-dropdown-title", {}, void 0, !0),
2892
+ d(w.$slots, "mobile-dropdown-links", {}, void 0, !0)
2837
2893
  ])
2838
2894
  ], 512), [
2839
- [Z, I(u)]
2895
+ [W, y(u)]
2840
2896
  ])
2841
2897
  ], 2)
2842
2898
  ])
2843
2899
  ]));
2844
2900
  }
2845
- }), fr = /* @__PURE__ */ v(mr, [["__scopeId", "data-v-0b00b9f2"]]), vr = { class: "language__wrapper" }, gr = { class: "language__content" }, br = { class: "language__headline" }, yr = { class: "language__paragraph" }, kr = { class: "language__links" }, $r = /* @__PURE__ */ g({
2901
+ }), yr = /* @__PURE__ */ g(kr, [["__scopeId", "data-v-0eacb63b"]]), $r = { class: "language__wrapper" }, wr = { class: "language__content" }, Br = { class: "language__headline" }, Sr = { class: "language__paragraph" }, Ir = { class: "language__links" }, Cr = /* @__PURE__ */ b({
2846
2902
  __name: "language-switcher",
2847
2903
  props: {
2848
2904
  headline: {
@@ -2855,17 +2911,17 @@ const ys = /* @__PURE__ */ v(ps, [["render", bs], ["__scopeId", "data-v-776750d2
2855
2911
  }
2856
2912
  },
2857
2913
  setup(e) {
2858
- return (a, r) => (s(), i("div", vr, [
2859
- t("div", gr, [
2860
- t("h2", br, c(e.headline), 1),
2861
- t("p", yr, c(e.paragraph), 1),
2862
- t("div", kr, [
2914
+ return (a, r) => (s(), i("div", $r, [
2915
+ t("div", wr, [
2916
+ t("h2", Br, c(e.headline), 1),
2917
+ t("p", Sr, c(e.paragraph), 1),
2918
+ t("div", Ir, [
2863
2919
  d(a.$slots, "language-links", {}, void 0, !0)
2864
2920
  ])
2865
2921
  ])
2866
2922
  ]));
2867
2923
  }
2868
- }), wr = /* @__PURE__ */ v($r, [["__scopeId", "data-v-dc8cc97e"]]), Br = { class: "pagination__wrapper" }, Sr = { class: "pagination__content" }, Ir = /* @__PURE__ */ g({
2924
+ }), Tr = /* @__PURE__ */ g(Cr, [["__scopeId", "data-v-dc8cc97e"]]), qr = { class: "pagination__wrapper" }, Ar = { class: "pagination__content" }, Lr = /* @__PURE__ */ b({
2869
2925
  __name: "pagination",
2870
2926
  props: {
2871
2927
  isPreviousDisabled: {
@@ -2879,16 +2935,16 @@ const ys = /* @__PURE__ */ v(ps, [["render", bs], ["__scopeId", "data-v-776750d2
2879
2935
  },
2880
2936
  emits: ["previous", "next"],
2881
2937
  setup(e) {
2882
- return (a, r) => (s(), i("div", Br, [
2883
- t("div", Sr, [
2884
- S(se, {
2938
+ return (a, r) => (s(), i("div", qr, [
2939
+ t("div", Ar, [
2940
+ I(ie, {
2885
2941
  disabled: e.isPreviousDisabled,
2886
2942
  variant: "previous",
2887
2943
  "aria-label": "previous",
2888
2944
  onClick: r[0] || (r[0] = (l) => a.$emit("previous"))
2889
2945
  }, null, 8, ["disabled"]),
2890
2946
  d(a.$slots, "pagination-numbers"),
2891
- S(se, {
2947
+ I(ie, {
2892
2948
  disabled: e.isNextDisabled,
2893
2949
  variant: "next",
2894
2950
  "aria-label": "next",
@@ -2897,13 +2953,13 @@ const ys = /* @__PURE__ */ v(ps, [["render", bs], ["__scopeId", "data-v-776750d2
2897
2953
  ])
2898
2954
  ]));
2899
2955
  }
2900
- }), Cr = /* @__PURE__ */ v(Ir, [["__scopeId", "data-v-da6d07c9"]]), Tr = {}, qr = { class: "search__wrapper" };
2901
- function Ar(e, a) {
2902
- return s(), i("div", qr, [
2956
+ }), Dr = /* @__PURE__ */ g(Lr, [["__scopeId", "data-v-da6d07c9"]]), Vr = {}, Pr = { class: "search__wrapper" };
2957
+ function Fr(e, a) {
2958
+ return s(), i("div", Pr, [
2903
2959
  d(e.$slots, "default", { class: "search__content" })
2904
2960
  ]);
2905
2961
  }
2906
- const Lr = /* @__PURE__ */ v(Tr, [["render", Ar], ["__scopeId", "data-v-c07a6cf3"]]), Dr = { class: "dropdown" }, Vr = ["aria-expanded"], Pr = /* @__PURE__ */ g({
2962
+ const Mr = /* @__PURE__ */ g(Vr, [["render", Fr], ["__scopeId", "data-v-c07a6cf3"]]), Or = { class: "dropdown" }, zr = ["aria-expanded"], Hr = /* @__PURE__ */ b({
2907
2963
  __name: "select-multiple",
2908
2964
  props: {
2909
2965
  label: { default: "" },
@@ -2913,51 +2969,51 @@ const Lr = /* @__PURE__ */ v(Tr, [["render", Ar], ["__scopeId", "data-v-c07a6cf3
2913
2969
  emits: ["filter", "remove-filter"],
2914
2970
  setup(e, { emit: a }) {
2915
2971
  const r = C(!1), l = e, o = a;
2916
- function u(b, f) {
2917
- !l.selectedOptions.includes(b) && !l.selectedOptions.includes(f) ? o("filter", b) : o("remove-filter", b);
2972
+ function u(v, f) {
2973
+ !l.selectedOptions.includes(v) && !l.selectedOptions.includes(f) ? o("filter", v) : o("remove-filter", v);
2918
2974
  }
2919
2975
  function p() {
2920
2976
  r.value = !1;
2921
2977
  }
2922
2978
  const n = q(() => l.options.length > 8);
2923
- return (b, f) => {
2924
- const k = _e("click-outside");
2925
- return K((s(), i("div", Dr, [
2979
+ return (v, f) => {
2980
+ const $ = he("click-outside");
2981
+ return K((s(), i("div", Or, [
2926
2982
  t("button", {
2927
2983
  class: h(["dropdown-button", { clicked: r.value }]),
2928
- style: ee({ "z-index": r.value ? 2 : 0 }),
2984
+ style: x({ "z-index": r.value ? 2 : 0 }),
2929
2985
  "aria-expanded": r.value ? "true" : "false",
2930
- onClick: f[0] || (f[0] = (w) => r.value = !r.value)
2986
+ onClick: f[0] || (f[0] = (B) => r.value = !r.value)
2931
2987
  }, [
2932
- d(b.$slots, "button", {}, () => [
2933
- J(c(b.label), 1)
2988
+ d(v.$slots, "button", {}, () => [
2989
+ Y(c(v.label), 1)
2934
2990
  ], !0)
2935
- ], 14, Vr),
2991
+ ], 14, zr),
2936
2992
  t("div", {
2937
2993
  class: h([{ hidden: !r.value, "adjust-height": n.value }, "dropdown-content"])
2938
2994
  }, [
2939
- (s(!0), i(V, null, P(b.options, (w) => (s(), T(I(fe), {
2940
- id: w.value,
2941
- key: w.value,
2942
- name: w.text,
2995
+ (s(!0), i(V, null, P(v.options, (B) => (s(), T(y(fe), {
2996
+ id: B.value,
2997
+ key: B.value,
2998
+ name: B.text,
2943
2999
  required: !1,
2944
3000
  disabled: !1,
2945
- value: w.value,
2946
- checked: b.selectedOptions.includes(w.value) || b.selectedOptions.includes(w.text),
2947
- onInput: (ae) => u(w.value, w.text)
3001
+ value: B.value,
3002
+ checked: v.selectedOptions.includes(B.value) || v.selectedOptions.includes(B.text),
3003
+ onInput: (ae) => u(B.value, B.text)
2948
3004
  }, {
2949
- default: y(() => [
2950
- J(c(w.text), 1)
3005
+ default: k(() => [
3006
+ Y(c(B.text), 1)
2951
3007
  ]),
2952
3008
  _: 2
2953
3009
  }, 1032, ["id", "name", "value", "checked", "onInput"]))), 128))
2954
3010
  ], 2)
2955
3011
  ])), [
2956
- [k, p]
3012
+ [$, p]
2957
3013
  ]);
2958
3014
  };
2959
3015
  }
2960
- }), Fr = /* @__PURE__ */ v(Pr, [["__scopeId", "data-v-678cc92e"]]), Mr = { class: "promo__content" }, Or = { class: "pallet-jack__media-wrap" }, zr = { class: "pallet-jack-link" }, Hr = { class: "pallet-jack__media-wrap__inner-wrap" }, Rr = { class: "pallet-jack__media-wrap__content-wrap" }, Nr = { class: "regular-blue" }, Er = /* @__PURE__ */ g({
3016
+ }), Rr = /* @__PURE__ */ g(Hr, [["__scopeId", "data-v-678cc92e"]]), Nr = { class: "promo__content" }, Er = { class: "pallet-jack__media-wrap" }, jr = { class: "pallet-jack-link" }, Gr = { class: "pallet-jack__media-wrap__inner-wrap" }, Kr = { class: "pallet-jack__media-wrap__content-wrap" }, Ur = { class: "regular-blue" }, Jr = /* @__PURE__ */ b({
2961
3017
  __name: "pallet-jack",
2962
3018
  props: {
2963
3019
  label: { default: "" },
@@ -2983,22 +3039,22 @@ const Lr = /* @__PURE__ */ v(Tr, [["render", Ar], ["__scopeId", "data-v-c07a6cf3
2983
3039
  o.teaser ? "promo__wrapper--teaser" : ""
2984
3040
  ])
2985
3041
  }, [
2986
- t("div", Mr, [
3042
+ t("div", Nr, [
2987
3043
  t("div", {
2988
3044
  class: h([
2989
3045
  "promo__video",
2990
3046
  o.reverse ? "promo__video--reverse" : "promo__video--default"
2991
3047
  ])
2992
3048
  }, [
2993
- t("div", Or, [
2994
- t("div", zr, [
3049
+ t("div", Er, [
3050
+ t("div", jr, [
2995
3051
  d(o.$slots, "pallet-jack-link")
2996
3052
  ]),
2997
- t("div", Hr, [
3053
+ t("div", Gr, [
2998
3054
  d(o.$slots, "pallet-jack-video")
2999
3055
  ]),
3000
- t("div", Rr, [
3001
- t("h3", Nr, c(o.headline), 1),
3056
+ t("div", Kr, [
3057
+ t("h3", Ur, c(o.headline), 1),
3002
3058
  t("p", null, c(o.shortDescription), 1)
3003
3059
  ])
3004
3060
  ])
@@ -3009,7 +3065,7 @@ const Lr = /* @__PURE__ */ v(Tr, [["render", Ar], ["__scopeId", "data-v-c07a6cf3
3009
3065
  o.reverse ? "promo__text--reverse" : "promo__text--default"
3010
3066
  ])
3011
3067
  }, [
3012
- o.label ? (s(), T(X, {
3068
+ o.label ? (s(), T(ee, {
3013
3069
  key: 0,
3014
3070
  text: o.label,
3015
3071
  "label-dark": o.variant === "dark"
@@ -3027,7 +3083,7 @@ const Lr = /* @__PURE__ */ v(Tr, [["render", Ar], ["__scopeId", "data-v-c07a6cf3
3027
3083
  "link-type": o.variant === "dark" ? "regular_dark" : (o.variant === "light", "regular_light"),
3028
3084
  arrow: ""
3029
3085
  }, {
3030
- default: y(() => [
3086
+ default: k(() => [
3031
3087
  d(o.$slots, "promo-link")
3032
3088
  ]),
3033
3089
  _: 3
@@ -3036,7 +3092,7 @@ const Lr = /* @__PURE__ */ v(Tr, [["render", Ar], ["__scopeId", "data-v-c07a6cf3
3036
3092
  key: 2,
3037
3093
  "link-type": o.variant === "dark" ? "secondary_dark" : (o.variant === "light", "secondary")
3038
3094
  }, {
3039
- default: y(() => [
3095
+ default: k(() => [
3040
3096
  d(o.$slots, "promo-link")
3041
3097
  ]),
3042
3098
  _: 3
@@ -3045,49 +3101,49 @@ const Lr = /* @__PURE__ */ v(Tr, [["render", Ar], ["__scopeId", "data-v-c07a6cf3
3045
3101
  ])
3046
3102
  ], 2));
3047
3103
  }
3048
- }), jr = /* @__PURE__ */ v(Er, [["__scopeId", "data-v-00c0bad3"]]), Kr = {
3104
+ }), Wr = /* @__PURE__ */ g(Jr, [["__scopeId", "data-v-00c0bad3"]]), Qr = {
3049
3105
  install: (e) => {
3050
- e.component("AtomButton", se), e.component("AtomCheckbox", fe), e.component("AtomChip", Ne), e.component("AtomDropdown", Ye), e.component("AtomImage", M), e.component("AtomLabel", X), e.component("AtomLink", L), e.component("AtomRadioButton", rt), e.component("AtomSelect", ht), e.component("AtomSelectMultiple", Fr), e.component("AtomSlider", Bt), e.component("AtomTextarea", Lt), e.component("AtomTextField", Et), e.component("AtomVideo", te), e.component("MoleculeAddress", la), e.component("MoleculeBulletList", da), e.component("MoleculeCard", pa), e.component("MoleculeColumnCard", ge), e.component("MoleculeEventCard", Ca), e.component("MoleculeFlashcard", be), e.component("MoleculeModal", ve), e.component("MoleculeTextCard", Ga), e.component("BlockAccordion", to), e.component("BlockFacts", Bo), e.component("BlockFeatures", Do), e.component("BlockFlashcards", Oo), e.component("BlockFormScript", Go), e.component("BlockHeadline", Wo), e.component("BlockHero", rl), e.component("BlockImage", hl), e.component("BlockImageGallery", gl), e.component("BlockLogoWall", Cl), e.component("BlockMicroStories", Dl), e.component("BlockPolicy", Ol), e.component("BlockProductHero", Ul), e.component("BlockPromo", Yl), e.component("BlockQuote", ns), e.component("BlockRichText", hs), e.component("BlockRichTextColumns", ys), e.component("BlockTimeline", As), e.component("BlockCardDisplay", no), e.component("BlockColumnGrid", mo), e.component("BlockVimeo", Ms), e.component("BlockPalletJack", jr), e.component("BlockFrontPageHero", Xs), e.component("Organism404", li), e.component("OrganismFilter", ci), e.component("OrganismFooter", Hi), e.component("OrganismHeader", fr), e.component("OrganismLanguageSwitcher", wr), e.component("OrganismPagination", Cr), e.component("OrganismSearch", Lr);
3106
+ e.component("AtomButton", ie), e.component("AtomCheckbox", fe), e.component("AtomChip", Ne), e.component("AtomDropdown", Ye), e.component("AtomImage", M), e.component("AtomLabel", ee), e.component("AtomLink", L), e.component("AtomRadioButton", rt), e.component("AtomSelect", ht), e.component("AtomSelectMultiple", Rr), e.component("AtomSlider", Bt), e.component("AtomTextarea", Lt), e.component("AtomTextField", Et), e.component("AtomVideo", te), e.component("MoleculeAddress", la), e.component("MoleculeBulletList", da), e.component("MoleculeCard", pa), e.component("MoleculeColumnCard", ge), e.component("MoleculeEventCard", Ca), e.component("MoleculeFlashcard", be), e.component("MoleculeModal", ve), e.component("MoleculeTextCard", Ga), e.component("BlockAccordion", to), e.component("BlockFacts", wo), e.component("BlockFeatures", Lo), e.component("BlockFlashcards", Mo), e.component("BlockFormScript", jo), e.component("BlockHeadline", Jo), e.component("BlockHero", il), e.component("BlockImage", _l), e.component("BlockImageGallery", vl), e.component("BlockLogoWall", Il), e.component("BlockMicroStories", Ll), e.component("BlockPolicy", Ml), e.component("BlockProductHero", Kl), e.component("BlockPromo", Wl), e.component("BlockQuote", rs), e.component("BlockRichText", _s), e.component("BlockRichTextColumns", bs), e.component("BlockTimeline", qs), e.component("BlockCardDisplay", ro), e.component("BlockColumnGrid", po), e.component("BlockVimeo", Fs), e.component("BlockPalletJack", Wr), e.component("BlockFrontPageHero", Zs), e.component("Organism404", oi), e.component("OrganismFilter", di), e.component("OrganismFooter", zi), e.component("OrganismHeader", yr), e.component("OrganismLanguageSwitcher", Tr), e.component("OrganismPagination", Dr), e.component("OrganismSearch", Mr);
3051
3107
  }
3052
3108
  };
3053
3109
  export {
3054
- se as AtomButton,
3110
+ ie as AtomButton,
3055
3111
  fe as AtomCheckbox,
3056
3112
  Ne as AtomChip,
3057
3113
  Ye as AtomDropdown,
3058
3114
  M as AtomImage,
3059
- X as AtomLabel,
3115
+ ee as AtomLabel,
3060
3116
  L as AtomLink,
3061
3117
  rt as AtomRadioButton,
3062
3118
  ht as AtomSelect,
3063
- Fr as AtomSelectMultiple,
3119
+ Rr as AtomSelectMultiple,
3064
3120
  Bt as AtomSlider,
3065
3121
  Et as AtomTextField,
3066
3122
  Lt as AtomTextarea,
3067
3123
  te as AtomVideo,
3068
3124
  to as BlockAccordion,
3069
- no as BlockCardDisplay,
3070
- mo as BlockColumnGrid,
3071
- Bo as BlockFacts,
3072
- Do as BlockFeatures,
3073
- Oo as BlockFlashcards,
3074
- Go as BlockFormScript,
3075
- Xs as BlockFrontPageHero,
3076
- Wo as BlockHeadline,
3077
- rl as BlockHero,
3078
- hl as BlockImage,
3079
- gl as BlockImageGallery,
3080
- Cl as BlockLogoWall,
3081
- Dl as BlockMicroStories,
3082
- jr as BlockPalletJack,
3083
- Ol as BlockPolicy,
3084
- Ul as BlockProductHero,
3085
- Yl as BlockPromo,
3086
- ns as BlockQuote,
3087
- hs as BlockRichText,
3088
- ys as BlockRichTextColumns,
3089
- As as BlockTimeline,
3090
- Ms as BlockVimeo,
3125
+ ro as BlockCardDisplay,
3126
+ po as BlockColumnGrid,
3127
+ wo as BlockFacts,
3128
+ Lo as BlockFeatures,
3129
+ Mo as BlockFlashcards,
3130
+ jo as BlockFormScript,
3131
+ Zs as BlockFrontPageHero,
3132
+ Jo as BlockHeadline,
3133
+ il as BlockHero,
3134
+ _l as BlockImage,
3135
+ vl as BlockImageGallery,
3136
+ Il as BlockLogoWall,
3137
+ Ll as BlockMicroStories,
3138
+ Wr as BlockPalletJack,
3139
+ Ml as BlockPolicy,
3140
+ Kl as BlockProductHero,
3141
+ Wl as BlockPromo,
3142
+ rs as BlockQuote,
3143
+ _s as BlockRichText,
3144
+ bs as BlockRichTextColumns,
3145
+ qs as BlockTimeline,
3146
+ Fs as BlockVimeo,
3091
3147
  la as MoleculeAddress,
3092
3148
  da as MoleculeBulletList,
3093
3149
  pa as MoleculeCard,
@@ -3096,12 +3152,12 @@ export {
3096
3152
  be as MoleculeFlashcard,
3097
3153
  ve as MoleculeModal,
3098
3154
  Ga as MoleculeTextCard,
3099
- li as Organism404,
3100
- ci as OrganismFilter,
3101
- Hi as OrganismFooter,
3102
- fr as OrganismHeader,
3103
- wr as OrganismLanguageSwitcher,
3104
- Cr as OrganismPagination,
3105
- Lr as OrganismSearch,
3106
- Kr as default
3155
+ oi as Organism404,
3156
+ di as OrganismFilter,
3157
+ zi as OrganismFooter,
3158
+ yr as OrganismHeader,
3159
+ Tr as OrganismLanguageSwitcher,
3160
+ Dr as OrganismPagination,
3161
+ Mr as OrganismSearch,
3162
+ Qr as default
3107
3163
  };