@mirweb/mir-web-components 1.4.10 → 1.4.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- import { defineComponent as g, computed as C, openBlock as o, createElementBlock as i, normalizeClass as m, toDisplayString as n, createElementVNode as t, renderSlot as d, pushScopeId as H, popScopeId as R, createTextVNode as G, ref as q, resolveDirective as _e, withDirectives as K, Fragment as A, renderList as P, vShow as Q, normalizeProps as F, guardReactiveProps as z, toRefs as ke, mergeProps as ce, createVNode as B, Transition as we, withCtx as $, withModifiers as he, createBlock as T, createCommentVNode as p, watchEffect as pe, withKeys as Se, useSlots as Be, normalizeStyle as le, isRef as de, unref as I, onMounted as me, watch as Y, onUnmounted as Ie } from "vue";
1
+ import { defineComponent as g, computed as C, openBlock as o, createElementBlock as s, normalizeClass as m, toDisplayString as n, createElementVNode as t, renderSlot as d, pushScopeId as H, popScopeId as R, createTextVNode as G, ref as q, resolveDirective as ue, withDirectives as K, Fragment as A, renderList as P, vShow as Q, normalizeProps as F, guardReactiveProps as E, toRefs as ke, mergeProps as de, createVNode as B, Transition as we, withCtx as $, withModifiers as _e, createBlock as T, createCommentVNode as p, watchEffect as he, withKeys as Se, useSlots as Be, normalizeStyle as oe, isRef as ne, unref as I, onMounted as pe, watch as Y, onUnmounted as Ie } from "vue";
2
2
  const qe = ["aria-label"], Le = /* @__PURE__ */ g({
3
3
  __name: "button",
4
4
  props: {
@@ -14,18 +14,18 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
14
14
  close: "close",
15
15
  next: "next",
16
16
  previous: "previous"
17
- }, r = e, s = C(() => a[r.variant]);
18
- return (l, c) => (o(), i("button", {
19
- class: m(["button", "button--" + s.value]),
17
+ }, r = e, i = C(() => a[r.variant]);
18
+ return (l, c) => (o(), s("button", {
19
+ class: m(["button", "button--" + i.value]),
20
20
  "aria-label": l.ariaLabel
21
- }, n(s.value === "close" ? "" : l.buttonText), 11, qe));
21
+ }, n(i.value === "close" ? "" : l.buttonText), 11, qe));
22
22
  }
23
23
  }), f = (e, a) => {
24
24
  const r = e.__vccOpts || e;
25
- for (const [s, l] of a)
26
- r[s] = l;
25
+ for (const [i, l] of a)
26
+ r[i] = l;
27
27
  return r;
28
- }, oe = /* @__PURE__ */ f(Le, [["__scopeId", "data-v-f61b579c"]]), De = (e) => (H("data-v-0c4c6d8e"), e = e(), R(), e), Ce = ["id", "name", "value", "disabled", "required", "checked"], Te = ["for"], Ve = /* @__PURE__ */ De(() => /* @__PURE__ */ t("span", { class: "checkmark" }, null, -1)), Ae = /* @__PURE__ */ g({
28
+ }, ae = /* @__PURE__ */ f(Le, [["__scopeId", "data-v-f61b579c"]]), De = (e) => (H("data-v-0c4c6d8e"), e = e(), R(), e), Ce = ["id", "name", "value", "disabled", "required", "checked"], Te = ["for"], Ve = /* @__PURE__ */ De(() => /* @__PURE__ */ t("span", { class: "checkmark" }, null, -1)), Ae = /* @__PURE__ */ g({
29
29
  __name: "checkbox",
30
30
  props: {
31
31
  name: { default: "checkbox" },
@@ -37,11 +37,11 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
37
37
  },
38
38
  emits: ["input"],
39
39
  setup(e, { emit: a }) {
40
- const r = a, s = (l) => {
40
+ const r = a, i = (l) => {
41
41
  const c = l.target;
42
42
  r("input", c.checked);
43
43
  };
44
- return (l, c) => (o(), i("div", {
44
+ return (l, c) => (o(), s("div", {
45
45
  class: m(["checkbox__wrapper", l.disabled ? "disabled" : ""])
46
46
  }, [
47
47
  t("input", {
@@ -53,7 +53,7 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
53
53
  required: l.required,
54
54
  checked: l.checked,
55
55
  class: "checkbox__checkbox",
56
- onChange: s
56
+ onChange: i
57
57
  }, null, 40, Ce),
58
58
  t("label", {
59
59
  for: l.id,
@@ -64,7 +64,7 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
64
64
  ], 10, Te)
65
65
  ], 2));
66
66
  }
67
- }), ve = /* @__PURE__ */ f(Ae, [["__scopeId", "data-v-0c4c6d8e"]]), Pe = (e) => (H("data-v-08813346"), e = e(), R(), e), Me = ["aria-label"], Oe = /* @__PURE__ */ Pe(() => /* @__PURE__ */ t("img", {
67
+ }), me = /* @__PURE__ */ f(Ae, [["__scopeId", "data-v-0c4c6d8e"]]), Pe = (e) => (H("data-v-08813346"), e = e(), R(), e), Me = ["aria-label"], Oe = /* @__PURE__ */ Pe(() => /* @__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"
@@ -76,20 +76,20 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
76
76
  emits: ["remove-chip"],
77
77
  setup(e) {
78
78
  const a = e, r = C(() => `Chip: ${a.text}`);
79
- return (s, l) => (o(), i("div", {
79
+ return (i, l) => (o(), s("div", {
80
80
  class: "chip__wrapper",
81
- onClick: l[0] || (l[0] = (c) => s.$emit("remove-chip"))
81
+ onClick: l[0] || (l[0] = (c) => i.$emit("remove-chip"))
82
82
  }, [
83
83
  t("span", {
84
84
  class: "chip",
85
85
  "aria-label": r.value
86
86
  }, [
87
- G(n(s.text) + " ", 1),
87
+ G(n(i.text) + " ", 1),
88
88
  Oe
89
89
  ], 8, Me)
90
90
  ]));
91
91
  }
92
- }), He = /* @__PURE__ */ f(Fe, [["__scopeId", "data-v-08813346"]]), Re = ["value"], Ee = ["id"], ze = { class: "listbox__dropdown" }, Ne = ["id", "aria-labelledby", "aria-disabled"], je = ["aria-labelledby", "aria-activedescendant"], Ke = ["aria-selected", "data-value"], Ue = /* @__PURE__ */ g({
92
+ }), He = /* @__PURE__ */ f(Fe, [["__scopeId", "data-v-08813346"]]), Re = ["value"], ze = ["id"], Ee = { class: "listbox__dropdown" }, Ne = ["id", "aria-labelledby", "aria-disabled"], je = ["aria-labelledby", "aria-activedescendant"], Ke = ["aria-selected", "data-value"], Ue = /* @__PURE__ */ g({
93
93
  __name: "dropdown",
94
94
  props: {
95
95
  modelValue: {},
@@ -107,19 +107,19 @@ const qe = ["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
- }, s = e, l = C(() => r[s.variant]), c = q(null), _ = q(null), u = q([]), b = q(0), v = q(""), k = q(!0), w = q(0), ee = a, se = C(() => {
111
- const h = s.options.find(
112
- (S) => S.value === s.modelValue
110
+ }, i = e, l = C(() => r[i.variant]), c = q(null), _ = q(null), u = q([]), b = q(0), v = q(""), k = q(!0), w = q(0), x = a, le = C(() => {
111
+ const h = i.options.find(
112
+ (S) => S.value === i.modelValue
113
113
  );
114
114
  return h && h.label;
115
115
  });
116
- function ie(h) {
117
- ee("update:modelValue", h);
116
+ function se(h) {
117
+ x("update:modelValue", h);
118
118
  }
119
- function re(h) {
119
+ function ie(h) {
120
120
  var L;
121
121
  const S = h.target;
122
- S.getAttribute("role") === "option" && (J(S), ae(), (L = c.value) == null || L.focus());
122
+ S.getAttribute("role") === "option" && (J(S), te(), (L = c.value) == null || L.focus());
123
123
  }
124
124
  function U(h) {
125
125
  var L;
@@ -128,16 +128,16 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
128
128
  case "ArrowUp":
129
129
  case "ArrowDown": {
130
130
  h.preventDefault();
131
- const D = s.options.findIndex(
132
- (W) => W.value === s.modelValue
131
+ const D = i.options.findIndex(
132
+ (W) => W.value === i.modelValue
133
133
  );
134
134
  let O = D ? u.value[D] : u.value[0];
135
- S === "ArrowUp" ? D - 1 >= 0 && (O = u.value[D - 1]) : D + 1 <= s.options.length && (O = u.value[D + 1]), O && J(O);
135
+ S === "ArrowUp" ? D - 1 >= 0 && (O = u.value[D - 1]) : D + 1 <= i.options.length && (O = u.value[D + 1]), O && J(O);
136
136
  break;
137
137
  }
138
138
  case "Home":
139
139
  case "PageUp":
140
- h.preventDefault(), E();
140
+ h.preventDefault(), z();
141
141
  break;
142
142
  case "End":
143
143
  case "PageDown":
@@ -145,7 +145,7 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
145
145
  break;
146
146
  case "Enter":
147
147
  case "Escape":
148
- h.preventDefault(), ae(), (L = c.value) == null || L.focus();
148
+ h.preventDefault(), te(), (L = c.value) == null || L.focus();
149
149
  break;
150
150
  default: {
151
151
  const D = N(S);
@@ -154,16 +154,16 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
154
154
  }
155
155
  }
156
156
  }
157
- function te(h) {
158
- if (!s.disabled)
157
+ function ee(h) {
158
+ if (!i.disabled)
159
159
  switch (h.key) {
160
160
  case "ArrowUp":
161
161
  case "ArrowDown":
162
- h.preventDefault(), ue(), U(h);
162
+ h.preventDefault(), ce(), U(h);
163
163
  break;
164
164
  }
165
165
  }
166
- function ne(h) {
166
+ function re(h) {
167
167
  h && h.removeAttribute("aria-selected");
168
168
  }
169
169
  function y() {
@@ -173,60 +173,60 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
173
173
  }
174
174
  function N(h) {
175
175
  let S = "";
176
- (v.value === "" || S !== h) && (w.value = s.options.findIndex(
177
- (D) => D.value === s.modelValue
176
+ (v.value === "" || S !== h) && (w.value = i.options.findIndex(
177
+ (D) => D.value === i.modelValue
178
178
  )), v.value = S === h ? h : v.value + h, S = h, y();
179
179
  let L = j(
180
180
  w.value + 1,
181
- s.options.length
181
+ i.options.length
182
182
  );
183
- return !L && v.value.length === 1 && (L = j(0, w.value)), w.value = (w.value + 1) % s.options.length, L;
183
+ return !L && v.value.length === 1 && (L = j(0, w.value)), w.value = (w.value + 1) % i.options.length, L;
184
184
  }
185
185
  function j(h, S) {
186
186
  for (let L = h; L < S; L++)
187
- if (s.options[L].label && s.options[L].label.toUpperCase().indexOf(v.value.toUpperCase()) === 0)
187
+ if (i.options[L].label && i.options[L].label.toUpperCase().indexOf(v.value.toUpperCase()) === 0)
188
188
  return u.value[L];
189
189
  return null;
190
190
  }
191
- function E() {
191
+ function z() {
192
192
  J(u.value[0]);
193
193
  }
194
194
  function J(h) {
195
195
  var L, D;
196
196
  const S = h.getAttribute("data-value");
197
- if (s.modelValue) {
198
- const O = s.options.findIndex(
199
- ($e) => $e.value === s.modelValue
197
+ if (i.modelValue) {
198
+ const O = i.options.findIndex(
199
+ ($e) => $e.value === i.modelValue
200
200
  ), W = u.value[O];
201
- ne(W);
201
+ re(W);
202
202
  }
203
203
  if (h.setAttribute("aria-selected", "true"), (L = _.value) == null || L.setAttribute(
204
204
  "aria-activedescendant",
205
205
  S || ""
206
- ), ie(S || ""), _.value && _.value.scrollHeight > _.value.clientHeight) {
206
+ ), se(S || ""), _.value && _.value.scrollHeight > _.value.clientHeight) {
207
207
  const O = _.value.clientHeight + _.value.scrollTop, W = h.offsetTop + h.offsetHeight;
208
208
  W > O ? _.value.scrollTop = W - ((D = _.value) == null ? void 0 : D.clientHeight) : h.offsetTop < _.value.scrollTop && (_.value.scrollTop = h.offsetTop);
209
209
  }
210
210
  }
211
211
  function be() {
212
212
  var S;
213
- const h = (S = u.value) == null ? void 0 : S[s.options.length - 1];
213
+ const h = (S = u.value) == null ? void 0 : S[i.options.length - 1];
214
214
  J(h);
215
215
  }
216
- function ae() {
216
+ function te() {
217
217
  var h;
218
218
  k.value = !0, (h = c.value) == null || h.removeAttribute("aria-expanded");
219
219
  }
220
- function ue() {
220
+ function ce() {
221
221
  var h, S;
222
222
  k.value = !1, (h = c.value) == null || h.setAttribute("aria-expanded", "true"), (S = _.value) == null || S.focus();
223
223
  }
224
224
  function ye() {
225
- s.disabled || (k.value ? ue() : ae());
225
+ i.disabled || (k.value ? ce() : te());
226
226
  }
227
227
  return (h, S) => {
228
- const L = _e("click-outside");
229
- return o(), i("div", {
228
+ const L = ue("click-outside");
229
+ return o(), s("div", {
230
230
  ref: "listbox",
231
231
  class: "listbox__wrapper",
232
232
  value: h.modelValue
@@ -238,8 +238,8 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
238
238
  "is-disabled": h.disabled,
239
239
  "is-required": h.required
240
240
  }, "listbox__label"])
241
- }, n(h.label), 11, Ee),
242
- K((o(), i("div", ze, [
241
+ }, n(h.label), 11, ze),
242
+ K((o(), s("div", Ee, [
243
243
  t("button", {
244
244
  id: `${h.name}-button-label`,
245
245
  ref_key: "listboxButton",
@@ -250,8 +250,8 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
250
250
  "aria-disabled": h.disabled,
251
251
  class: m(["listbox__button", l.value]),
252
252
  onClick: ye,
253
- onKeydown: te
254
- }, n(h.modelValue ? se.value : h.placeholder), 43, Ne),
253
+ onKeydown: ee
254
+ }, n(h.modelValue ? le.value : h.placeholder), 43, Ne),
255
255
  K(t("ul", {
256
256
  ref_key: "listboxNode",
257
257
  ref: _,
@@ -261,9 +261,9 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
261
261
  role: "listbox",
262
262
  class: "listbox__list",
263
263
  onKeydown: U,
264
- onClick: re
264
+ onClick: ie
265
265
  }, [
266
- (o(!0), i(A, null, P(h.options, (D, O) => (o(), i("li", {
266
+ (o(!0), s(A, null, P(h.options, (D, O) => (o(), s("li", {
267
267
  key: `${h.name}-option-${O}`,
268
268
  ref_for: !0,
269
269
  ref_key: "listboxOptions",
@@ -277,7 +277,7 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
277
277
  [Q, !k.value]
278
278
  ])
279
279
  ])), [
280
- [L, ae]
280
+ [L, te]
281
281
  ])
282
282
  ], 8, Re);
283
283
  };
@@ -294,8 +294,8 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
294
294
  loading: { default: "auto" }
295
295
  },
296
296
  setup(e) {
297
- return (a, r) => (o(), i("div", Je, [
298
- d(a.$slots, "default", F(z(a.$attrs)))
297
+ return (a, r) => (o(), s("div", Je, [
298
+ d(a.$slots, "default", F(E(a.$attrs)))
299
299
  ]));
300
300
  }
301
301
  }), M = /* @__PURE__ */ f(We, [["__scopeId", "data-v-e10217bd"]]), Ye = { class: "label__wrapper" }, Qe = ["aria-label", "label-dark"], Ze = /* @__PURE__ */ g({
@@ -306,12 +306,12 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
306
306
  },
307
307
  setup(e) {
308
308
  const a = e, r = C(() => `Label: ${a.text}`);
309
- return (s, l) => (o(), i("div", Ye, [
309
+ return (i, l) => (o(), s("div", Ye, [
310
310
  t("span", {
311
311
  "aria-label": r.value,
312
- "label-dark": s.labelDark,
313
- class: m(s.labelDark ? "label--dark" : "label--light")
314
- }, n(s.text), 11, Qe)
312
+ "label-dark": i.labelDark,
313
+ class: m(i.labelDark ? "label--dark" : "label--light")
314
+ }, n(i.text), 11, Qe)
315
315
  ]));
316
316
  }
317
317
  }), Z = /* @__PURE__ */ f(Ze, [["__scopeId", "data-v-7d9d3a8a"]]), Xe = { class: "link__wrapper" }, V = /* @__PURE__ */ g({
@@ -336,12 +336,12 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
336
336
  hover: "underline-hover",
337
337
  true: "add-underline",
338
338
  false: "remove-underline"
339
- }, s = e, l = C(() => a[s.linkType]), c = C(() => r[s.underline]), _ = C(() => {
340
- const { ...u } = ke(s);
339
+ }, i = e, l = C(() => a[i.linkType]), c = C(() => r[i.underline]), _ = C(() => {
340
+ const { ...u } = ke(i);
341
341
  return u;
342
342
  });
343
- return (u, b) => (o(), i("div", Xe, [
344
- t("div", ce(_.value, {
343
+ return (u, b) => (o(), s("div", Xe, [
344
+ t("div", de(_.value, {
345
345
  class: ["mir-link", [
346
346
  l.value,
347
347
  u.disabled ? "disabled" : "",
@@ -365,11 +365,11 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
365
365
  },
366
366
  emits: ["input"],
367
367
  setup(e, { emit: a }) {
368
- const r = a, s = (l) => {
368
+ const r = a, i = (l) => {
369
369
  const c = l.target;
370
370
  r("input", c.checked);
371
371
  };
372
- return (l, c) => (o(), i("div", {
372
+ return (l, c) => (o(), s("div", {
373
373
  class: m(["radio__wrapper", l.disabled ? "disabled" : ""])
374
374
  }, [
375
375
  t("input", {
@@ -381,7 +381,7 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
381
381
  disabled: l.disabled,
382
382
  required: l.required,
383
383
  class: "radio__radio",
384
- onChange: s
384
+ onChange: i
385
385
  }, null, 40, et),
386
386
  t("label", {
387
387
  for: l.id,
@@ -405,7 +405,7 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
405
405
  },
406
406
  emits: ["update:modelValue"],
407
407
  setup(e) {
408
- return (a, r) => (o(), i("div", st, [
408
+ return (a, r) => (o(), s("div", st, [
409
409
  t("label", {
410
410
  for: a.id,
411
411
  class: m([a.required ? "required" : "", a.disabled ? "disabled" : ""])
@@ -416,14 +416,14 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
416
416
  disabled: a.disabled,
417
417
  name: a.name,
418
418
  value: a.modelValue,
419
- onChange: r[0] || (r[0] = (s) => {
420
- a.$emit("update:modelValue", s.target.value), s.target.blur();
419
+ onChange: r[0] || (r[0] = (i) => {
420
+ a.$emit("update:modelValue", i.target.value), i.target.blur();
421
421
  })
422
422
  }, [
423
- (o(!0), i(A, null, P(a.options, (s) => (o(), i("option", {
424
- key: s.value,
425
- value: s.value
426
- }, n(s.text), 9, nt))), 128))
423
+ (o(!0), s(A, null, P(a.options, (i) => (o(), s("option", {
424
+ key: i.value,
425
+ value: i.value
426
+ }, n(i.text), 9, nt))), 128))
427
427
  ], 42, rt)
428
428
  ]));
429
429
  }
@@ -435,10 +435,10 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
435
435
  },
436
436
  emits: ["update:show"],
437
437
  setup(e, { emit: a }) {
438
- const r = e, s = a, l = () => {
439
- s("update:show", !r.show);
438
+ const r = e, i = a, l = () => {
439
+ i("update:show", !r.show);
440
440
  };
441
- return (c, _) => (o(), i("div", ut, [
441
+ return (c, _) => (o(), s("div", ut, [
442
442
  B(we, {
443
443
  duration: 300,
444
444
  name: "nested"
@@ -453,11 +453,11 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
453
453
  t("div", {
454
454
  id: "modal",
455
455
  class: m([c.searchBar ? "search" : ""]),
456
- onClick: _[0] || (_[0] = he(() => {
456
+ onClick: _[0] || (_[0] = _e(() => {
457
457
  }, ["stop"]))
458
458
  }, [
459
459
  t("div", null, [
460
- c.searchBar ? p("", !0) : (o(), T(oe, {
460
+ c.searchBar ? p("", !0) : (o(), T(ae, {
461
461
  key: 0,
462
462
  "aria-label": "close",
463
463
  variant: "close",
@@ -474,7 +474,7 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
474
474
  })
475
475
  ]));
476
476
  }
477
- }), fe = /* @__PURE__ */ f(_t, [["__scopeId", "data-v-80f0fb08"]]), ht = { class: "slider__wrapper" }, pt = { class: "slider__label" }, mt = ["for"], vt = ["aria-label"], ft = { class: "slider__content" }, gt = ["id", "name", "value", "min", "step", "max"], bt = { class: "modal-information" }, yt = /* @__PURE__ */ g({
477
+ }), ve = /* @__PURE__ */ f(_t, [["__scopeId", "data-v-80f0fb08"]]), ht = { class: "slider__wrapper" }, pt = { class: "slider__label" }, mt = ["for"], vt = ["aria-label"], ft = { class: "slider__content" }, gt = ["id", "name", "value", "min", "step", "max"], bt = { class: "modal-information" }, yt = /* @__PURE__ */ g({
478
478
  __name: "slider",
479
479
  props: {
480
480
  label: {},
@@ -490,25 +490,25 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
490
490
  },
491
491
  emits: ["update:modelValue"],
492
492
  setup(e, { emit: a }) {
493
- const r = e, s = a, l = q(r.modelValue), c = q(), _ = q(!1), u = (v, k, w) => (v - k) / (w - k) * 100, b = (v) => {
493
+ const r = e, i = a, l = q(r.modelValue), c = q(), _ = q(!1), u = (v, k, w) => (v - k) / (w - k) * 100, b = (v) => {
494
494
  var k;
495
495
  (k = c.value) == null || k.style.setProperty("--ProgressPercent", `${v}%`);
496
496
  };
497
- return pe(() => {
497
+ return he(() => {
498
498
  if (c.value) {
499
- s("update:modelValue", l.value);
499
+ i("update:modelValue", l.value);
500
500
  const v = u(l.value, r.min, r.max);
501
501
  let k = (50 - v) / 100;
502
502
  b(v + k);
503
503
  }
504
- }), (v, k) => (o(), i("div", null, [
504
+ }), (v, k) => (o(), s("div", null, [
505
505
  t("div", ht, [
506
506
  t("div", pt, [
507
507
  t("label", {
508
508
  for: v.id,
509
509
  class: m([v.variant, ""])
510
510
  }, n(v.label), 11, mt),
511
- v.information ? (o(), i("i", {
511
+ v.information ? (o(), s("i", {
512
512
  key: 0,
513
513
  role: "button",
514
514
  class: m([v.variant, "slider__information"]),
@@ -544,7 +544,7 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
544
544
  class: m([v.variant, "slider__value"])
545
545
  }, n(v.modelValue), 3)
546
546
  ]),
547
- v.information ? (o(), T(fe, {
547
+ v.information ? (o(), T(ve, {
548
548
  key: 0,
549
549
  show: _.value,
550
550
  "onUpdate:show": k[3] || (k[3] = (w) => _.value = w)
@@ -570,7 +570,7 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
570
570
  },
571
571
  emits: ["update:modelValue"],
572
572
  setup(e) {
573
- return (a, r) => (o(), i("div", kt, [
573
+ return (a, r) => (o(), s("div", kt, [
574
574
  t("label", {
575
575
  for: a.id,
576
576
  class: m({ required: a.required })
@@ -591,12 +591,12 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
591
591
  class: m(
592
592
  a.modelValue !== void 0 && a.modelValue.length === a.maxLength ? "reached-meter-limit" : "border"
593
593
  ),
594
- onInput: r[0] || (r[0] = (s) => a.$emit("update:modelValue", s.target.value))
594
+ onInput: r[0] || (r[0] = (i) => a.$emit("update:modelValue", i.target.value))
595
595
  }, null, 42, Bt)
596
596
  ], 8, St),
597
597
  t("div", It, [
598
598
  t("div", null, [
599
- a.modelValue !== void 0 && a.modelValue.length === a.maxLength ? (o(), i("p", qt, " Too many characters. Please make it shorter ")) : p("", !0)
599
+ a.modelValue !== void 0 && a.modelValue.length === a.maxLength ? (o(), s("p", qt, " Too many characters. Please make it shorter ")) : p("", !0)
600
600
  ]),
601
601
  t("p", {
602
602
  class: m(
@@ -642,12 +642,12 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
642
642
  tel: "tel",
643
643
  url: "url",
644
644
  search: "search"
645
- }, r = e, s = C(() => a[r.type]), l = q(!0), c = C(
645
+ }, r = e, i = C(() => a[r.type]), l = q(!0), c = C(
646
646
  () => l.value ? "showPassword" : "hidePassword"
647
647
  ), _ = C(
648
648
  () => l.value ? "password" : "text"
649
649
  );
650
- return (u, b) => (o(), i("div", Ct, [
650
+ return (u, b) => (o(), s("div", Ct, [
651
651
  t("label", {
652
652
  for: u.id,
653
653
  class: m([
@@ -656,7 +656,7 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
656
656
  u.search ? "search" : ""
657
657
  ])
658
658
  }, n(u.label), 11, Tt),
659
- s.value === "password" ? (o(), i("div", Vt, [
659
+ i.value === "password" ? (o(), s("div", Vt, [
660
660
  t("input", {
661
661
  id: u.id,
662
662
  ref: "passwordField",
@@ -675,11 +675,11 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
675
675
  "aria-expanded": !l.value,
676
676
  onClick: b[1] || (b[1] = (v) => l.value = !l.value)
677
677
  }, null, 10, Pt)
678
- ])) : (o(), i("input", {
678
+ ])) : (o(), s("input", {
679
679
  key: 1,
680
680
  id: u.id,
681
681
  ref: "textField",
682
- type: s.value,
682
+ type: i.value,
683
683
  value: u.modelValue,
684
684
  placeholder: u.placeholder,
685
685
  required: u.required,
@@ -692,12 +692,12 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
692
692
  name: u.fieldName,
693
693
  onInput: b[2] || (b[2] = (v) => u.$emit("update:modelValue", v.target.value))
694
694
  }, null, 42, Mt)),
695
- u.search ? (o(), i("i", Ot)) : p("", !0),
696
- u.errorMessage ? (o(), i("strong", Ft, n(u.errorMessage), 1)) : p("", !0),
697
- u.helperText ? (o(), i("span", Ht, n(u.helperText), 1)) : p("", !0)
695
+ u.search ? (o(), s("i", Ot)) : p("", !0),
696
+ u.errorMessage ? (o(), s("strong", Ft, n(u.errorMessage), 1)) : p("", !0),
697
+ u.helperText ? (o(), s("span", Ht, n(u.helperText), 1)) : p("", !0)
698
698
  ]));
699
699
  }
700
- }), Et = /* @__PURE__ */ f(Rt, [["__scopeId", "data-v-414b9435"]]), zt = { class: "video__wrapper" }, Nt = ["aria-label", "controls", "poster", "width", "height", "autoplay", "loop", "muted", "src"], jt = ["src", "aria-label", "title", "width", "height"], Kt = /* @__PURE__ */ g({
700
+ }), zt = /* @__PURE__ */ f(Rt, [["__scopeId", "data-v-414b9435"]]), Et = { class: "video__wrapper" }, Nt = ["aria-label", "controls", "poster", "width", "height", "autoplay", "loop", "muted", "src"], jt = ["src", "aria-label", "title", "width", "height"], Kt = /* @__PURE__ */ g({
701
701
  __name: "video",
702
702
  props: {
703
703
  play: { type: Boolean, default: !1 },
@@ -715,18 +715,18 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
715
715
  },
716
716
  setup(e, { expose: a }) {
717
717
  const r = e;
718
- let s = q(null);
719
- return pe(() => {
720
- s.value && (r.play ? s.value.play() : r.play || s.value.pause());
718
+ let i = q(null);
719
+ return he(() => {
720
+ i.value && (r.play ? i.value.play() : r.play || i.value.pause());
721
721
  }), a({
722
722
  resetVideo: () => {
723
- s.value && (s.value.currentTime = 0, s.value.play());
723
+ i.value && (i.value.currentTime = 0, i.value.play());
724
724
  }
725
- }), (c, _) => (o(), i("div", zt, [
726
- c.localVideo ? (o(), i("video", {
725
+ }), (c, _) => (o(), s("div", Et, [
726
+ c.localVideo ? (o(), s("video", {
727
727
  key: 0,
728
728
  ref_key: "videoRef",
729
- ref: s,
729
+ ref: i,
730
730
  "aria-label": c.ariaLabel,
731
731
  controls: c.controls,
732
732
  poster: c.poster,
@@ -738,7 +738,7 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
738
738
  type: "video/mp4",
739
739
  playsinline: "",
740
740
  src: c.src
741
- }, null, 8, Nt)) : (o(), i("iframe", {
741
+ }, null, 8, Nt)) : (o(), s("iframe", {
742
742
  key: 1,
743
743
  src: c.src,
744
744
  "aria-label": c.ariaLabel,
@@ -764,7 +764,7 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
764
764
  email: {}
765
765
  },
766
766
  setup(e) {
767
- return (a, r) => (o(), i("div", Ut, [
767
+ return (a, r) => (o(), s("div", Ut, [
768
768
  t("div", Gt, [
769
769
  t("div", Jt, [
770
770
  d(a.$slots, "address-flag", {}, void 0, !0)
@@ -774,7 +774,7 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
774
774
  t("p", null, n(a.company), 1),
775
775
  t("p", null, n(a.addressLine1), 1),
776
776
  t("p", null, n(a.addressLine2), 1),
777
- a.addressLine3 ? (o(), i("p", Qt, n(a.addressLine3), 1)) : p("", !0)
777
+ a.addressLine3 ? (o(), s("p", Qt, n(a.addressLine3), 1)) : p("", !0)
778
778
  ]),
779
779
  t("div", Zt, [
780
780
  a.website ? (o(), T(V, {
@@ -790,16 +790,16 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
790
790
  ]),
791
791
  _: 1
792
792
  })) : p("", !0),
793
- (o(!0), i(A, null, P(a.phoneNumbers, (s) => (o(), T(V, {
794
- key: s,
793
+ (o(!0), s(A, null, P(a.phoneNumbers, (i) => (o(), T(V, {
794
+ key: i,
795
795
  underline: "false",
796
796
  "link-type": "regular"
797
797
  }, {
798
798
  default: $(() => [
799
799
  t("a", {
800
- href: "tel:" + s,
800
+ href: "tel:" + i,
801
801
  class: "address__phone"
802
- }, n(s), 9, xt)
802
+ }, n(i), 9, xt)
803
803
  ]),
804
804
  _: 2
805
805
  }, 1024))), 128)),
@@ -831,14 +831,14 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
831
831
  }
832
832
  },
833
833
  setup(e) {
834
- return (a, r) => (o(), i("div", la, [
834
+ return (a, r) => (o(), s("div", la, [
835
835
  t("div", {
836
836
  class: m(["bullet-list", e.variant])
837
837
  }, [
838
838
  t("ul", null, [
839
- (o(!0), i(A, null, P(e.list, (s) => (o(), i("li", { key: s }, [
839
+ (o(!0), s(A, null, P(e.list, (i) => (o(), s("li", { key: i }, [
840
840
  sa,
841
- G(" " + n(s), 1)
841
+ G(" " + n(i), 1)
842
842
  ]))), 128))
843
843
  ])
844
844
  ], 2)
@@ -868,7 +868,7 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
868
868
  setup(e) {
869
869
  const a = Be();
870
870
  let r = q(!1);
871
- const s = {
871
+ const i = {
872
872
  small: {
873
873
  class: "card--small",
874
874
  width: "298",
@@ -884,8 +884,8 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
884
884
  width: "596",
885
885
  height: "335"
886
886
  }
887
- }, l = e, c = C(() => s[l.size]);
888
- return (_, u) => (o(), i("div", na, [
887
+ }, l = e, c = C(() => i[l.size]);
888
+ return (_, u) => (o(), s("div", na, [
889
889
  t("div", {
890
890
  class: m(["card", [
891
891
  _.theme === "dark" ? "card--dark" : "card--light",
@@ -894,13 +894,13 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
894
894
  _.size === "large" && _.variant === "article" ? "card--large-article" : "",
895
895
  _.variant === "product" ? "card--product" : "card--article"
896
896
  ]]),
897
- style: le([_.variant === "product" ? "font-weight: 700" : "font-weight: 300"]),
898
- onMouseover: u[0] || (u[0] = (b) => de(r) ? r.value = !0 : r = !0),
899
- onMouseout: u[1] || (u[1] = (b) => de(r) ? r.value = !1 : r = !1)
897
+ style: oe([_.variant === "product" ? "font-weight: 700" : "font-weight: 300"]),
898
+ onMouseover: u[0] || (u[0] = (b) => ne(r) ? r.value = !0 : r = !0),
899
+ onMouseout: u[1] || (u[1] = (b) => ne(r) ? r.value = !1 : r = !1)
900
900
  }, [
901
901
  _.mediaType === "image" ? (o(), T(M, { key: 0 }, {
902
902
  default: $(() => [
903
- d(_.$slots, "card-image", ce({
903
+ d(_.$slots, "card-image", de({
904
904
  src: _.imgSrc,
905
905
  width: "596",
906
906
  height: "335",
@@ -910,7 +910,7 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
910
910
  }, { srcset: _.srcSet }))
911
911
  ]),
912
912
  _: 3
913
- })) : (o(), i("div", {
913
+ })) : (o(), s("div", {
914
914
  key: 1,
915
915
  class: m(["video-card__wrapper", I(r) === !0 ? "vimeoPlaying" : ""])
916
916
  }, [
@@ -928,24 +928,24 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
928
928
  muted: !0
929
929
  }, null, 8, ["play", "src", "aria-label", "poster", "width", "height"])
930
930
  ], 2)),
931
- I(a)["card-label"] ? (o(), i("div", da, [
931
+ I(a)["card-label"] ? (o(), s("div", da, [
932
932
  d(_.$slots, "card-label")
933
933
  ])) : p("", !0),
934
- _.variant === "product" ? (o(), i("div", {
934
+ _.variant === "product" ? (o(), s("div", {
935
935
  key: 3,
936
936
  class: m([
937
937
  "card__headline",
938
938
  _.theme === "dark" ? "regular-dark" : "regular-blue"
939
939
  ]),
940
940
  style: { "font-weight": "700" }
941
- }, n(_.headline), 3)) : (o(), i("div", {
941
+ }, n(_.headline), 3)) : (o(), s("div", {
942
942
  key: 4,
943
943
  class: m([
944
944
  "card__headline",
945
945
  _.theme === "dark" ? "regular-dark" : "regular-dark-blue"
946
946
  ])
947
947
  }, n(_.headline), 3)),
948
- _.variant === "product" ? (o(), i("p", ca, n(_.paragraph), 1)) : p("", !0)
948
+ _.variant === "product" ? (o(), s("p", ca, n(_.paragraph), 1)) : p("", !0)
949
949
  ], 38)
950
950
  ]));
951
951
  }
@@ -974,7 +974,7 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
974
974
  }
975
975
  },
976
976
  setup(e) {
977
- return (a, r) => (o(), i("div", pa, [
977
+ return (a, r) => (o(), s("div", pa, [
978
978
  B(Z, {
979
979
  "label-dark": !1,
980
980
  text: e.eventType ? e.eventType : ""
@@ -1005,7 +1005,7 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
1005
1005
  }
1006
1006
  },
1007
1007
  setup(e) {
1008
- return (a, r) => (o(), i("div", $a, [
1008
+ return (a, r) => (o(), s("div", $a, [
1009
1009
  B(Z, {
1010
1010
  "label-dark": !1,
1011
1011
  text: e.label ? e.label : ""
@@ -1036,16 +1036,16 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
1036
1036
  }
1037
1037
  },
1038
1038
  setup(e) {
1039
- return (a, r) => (o(), i("div", {
1039
+ return (a, r) => (o(), s("div", {
1040
1040
  class: m([
1041
1041
  "card-display",
1042
1042
  e.bgColor === "blue" ? "card-display--blue" : "card-display--white"
1043
1043
  ])
1044
1044
  }, [
1045
1045
  t("div", Ia, [
1046
- e.headline || e.paragraph ? (o(), i("div", qa, [
1047
- e.headline ? (o(), i("h2", La, n(e.headline), 1)) : p("", !0),
1048
- e.paragraph ? (o(), i("p", Da, n(e.paragraph), 1)) : p("", !0)
1046
+ e.headline || e.paragraph ? (o(), s("div", qa, [
1047
+ e.headline ? (o(), s("h2", La, n(e.headline), 1)) : p("", !0),
1048
+ e.paragraph ? (o(), s("p", Da, n(e.paragraph), 1)) : p("", !0)
1049
1049
  ])) : p("", !0),
1050
1050
  t("div", Ca, [
1051
1051
  d(a.$slots, "card-display-cards", {}, void 0, !0)
@@ -1056,7 +1056,7 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
1056
1056
  }), Va = /* @__PURE__ */ f(Ta, [["__scopeId", "data-v-e8033cff"]]), Aa = { class: "facts__wrapper" }, Pa = { class: "facts__content" }, Ma = { class: "facts__headline" }, Oa = { class: "facts" }, Fa = { class: "fact__value" }, Ha = { class: "fact__metric" }, Ra = {
1057
1057
  key: 0,
1058
1058
  class: "facts__link"
1059
- }, Ea = /* @__PURE__ */ g({
1059
+ }, za = /* @__PURE__ */ g({
1060
1060
  __name: "facts",
1061
1061
  props: {
1062
1062
  headline: { default: "" },
@@ -1080,23 +1080,23 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
1080
1080
  }) }
1081
1081
  },
1082
1082
  setup(e) {
1083
- return (a, r) => (o(), i("div", Aa, [
1083
+ return (a, r) => (o(), s("div", Aa, [
1084
1084
  t("div", Pa, [
1085
1085
  t("h2", Ma, n(a.headline), 1),
1086
1086
  t("div", Oa, [
1087
- (o(!0), i(A, null, P(a.facts, (s) => (o(), i("div", {
1088
- key: s.value + s.metric,
1087
+ (o(!0), s(A, null, P(a.facts, (i) => (o(), s("div", {
1088
+ key: i.value + i.metric,
1089
1089
  class: "fact"
1090
1090
  }, [
1091
1091
  t("div", Fa, [
1092
- t("span", null, n(s.value), 1)
1092
+ t("span", null, n(i.value), 1)
1093
1093
  ]),
1094
1094
  t("div", Ha, [
1095
- t("span", null, n(s.metric), 1)
1095
+ t("span", null, n(i.metric), 1)
1096
1096
  ])
1097
1097
  ]))), 128))
1098
1098
  ]),
1099
- a.link ? (o(), i("div", Ra, [
1099
+ a.link ? (o(), s("div", Ra, [
1100
1100
  B(V, {
1101
1101
  "link-type": "regular_light",
1102
1102
  arrow: ""
@@ -1110,7 +1110,7 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
1110
1110
  ])
1111
1111
  ]));
1112
1112
  }
1113
- }), za = /* @__PURE__ */ f(Ea, [["__scopeId", "data-v-d2b231d4"]]), Na = { class: "features__wrapper" }, ja = { class: "features__content" }, Ka = {
1113
+ }), Ea = /* @__PURE__ */ f(za, [["__scopeId", "data-v-d2b231d4"]]), Na = { class: "features__wrapper" }, ja = { class: "features__content" }, Ka = {
1114
1114
  key: 0,
1115
1115
  class: "features__headline"
1116
1116
  }, Ua = {
@@ -1124,34 +1124,34 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
1124
1124
  elements: { default: () => [] }
1125
1125
  },
1126
1126
  setup(e) {
1127
- return (a, r) => (o(), i("div", Na, [
1127
+ return (a, r) => (o(), s("div", Na, [
1128
1128
  t("div", ja, [
1129
- a.headline ? (o(), i("div", Ka, [
1129
+ a.headline ? (o(), s("div", Ka, [
1130
1130
  t("h2", null, n(a.headline), 1)
1131
1131
  ])) : p("", !0),
1132
- a.body ? (o(), i("div", Ua, [
1132
+ a.body ? (o(), s("div", Ua, [
1133
1133
  d(a.$slots, "features-body", {}, void 0, !0)
1134
1134
  ])) : p("", !0),
1135
1135
  t("div", {
1136
1136
  class: m(["features__elements", [a.elements.length === 6 ? "features__elements--grid-6" : ""]])
1137
1137
  }, [
1138
- (o(!0), i(A, null, P(a.elements, (s) => (o(), i("div", {
1139
- key: s.headline,
1138
+ (o(!0), s(A, null, P(a.elements, (i) => (o(), s("div", {
1139
+ key: i.headline,
1140
1140
  class: "features__element"
1141
1141
  }, [
1142
1142
  B(M, { class: "element__icon" }, {
1143
1143
  default: $(() => [
1144
- d(a.$slots, "features-icon", F(z({
1145
- src: s.icon.src,
1144
+ d(a.$slots, "features-icon", F(E({
1145
+ src: i.icon.src,
1146
1146
  height: 30,
1147
1147
  width: 30,
1148
- alt: s.icon.alt
1148
+ alt: i.icon.alt
1149
1149
  })), void 0, !0)
1150
1150
  ]),
1151
1151
  _: 2
1152
1152
  }, 1024),
1153
- t("p", Ga, n(s.headline), 1),
1154
- t("p", Ja, n(s.body), 1)
1153
+ t("p", Ga, n(i.headline), 1),
1154
+ t("p", Ja, n(i.body), 1)
1155
1155
  ]))), 128))
1156
1156
  ], 2)
1157
1157
  ])
@@ -1166,7 +1166,7 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
1166
1166
  }
1167
1167
  },
1168
1168
  setup(e) {
1169
- return (a, r) => (o(), i("div", Qa, [
1169
+ return (a, r) => (o(), s("div", Qa, [
1170
1170
  t("div", Za, [
1171
1171
  t("div", Xa, [
1172
1172
  t("h2", xa, n(e.headline), 1),
@@ -1197,7 +1197,7 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
1197
1197
  }
1198
1198
  },
1199
1199
  setup(e) {
1200
- return (a, r) => (o(), i("div", lo, [
1200
+ return (a, r) => (o(), s("div", lo, [
1201
1201
  t("div", {
1202
1202
  class: m({
1203
1203
  "headline__content--article-and-submenu": e.article && e.subMenu,
@@ -1219,7 +1219,7 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
1219
1219
  }
1220
1220
  },
1221
1221
  setup(e) {
1222
- return (a, r) => (o(), i("div", co, [
1222
+ return (a, r) => (o(), s("div", co, [
1223
1223
  t("div", uo, [
1224
1224
  t("div", _o, [
1225
1225
  t("div", ho, [
@@ -1275,12 +1275,12 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
1275
1275
  }
1276
1276
  },
1277
1277
  setup(e) {
1278
- return (a, r) => (o(), i("div", ko, [
1278
+ return (a, r) => (o(), s("div", ko, [
1279
1279
  t("div", wo, [
1280
1280
  t("div", So, [
1281
1281
  B(M, null, {
1282
1282
  default: $(() => [
1283
- d(a.$slots, "image", F(z({
1283
+ d(a.$slots, "image", F(E({
1284
1284
  width: 984,
1285
1285
  height: e.fullHeight ? "100%" : 554,
1286
1286
  src: e.src,
@@ -1320,9 +1320,9 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
1320
1320
  white: "",
1321
1321
  light: "gallery__wrapper--light",
1322
1322
  dark: "gallery__wrapper--dark mirsaic--dark"
1323
- }, r = e, s = C(() => a[r.bgColor]);
1324
- return (l, c) => (o(), i("div", {
1325
- class: m(["gallery__wrapper", s.value])
1323
+ }, r = e, i = C(() => a[r.bgColor]);
1324
+ return (l, c) => (o(), s("div", {
1325
+ class: m(["gallery__wrapper", i.value])
1326
1326
  }, [
1327
1327
  t("div", {
1328
1328
  class: m([
@@ -1331,10 +1331,10 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
1331
1331
  ])
1332
1332
  }, [
1333
1333
  t("div", Lo, [
1334
- l.mediaLarge && l.mediaType === "image" ? (o(), i("div", Do, [
1334
+ l.mediaLarge && l.mediaType === "image" ? (o(), s("div", Do, [
1335
1335
  B(M, null, {
1336
1336
  default: $(() => [
1337
- d(l.$slots, "image-large", F(z({
1337
+ d(l.$slots, "image-large", F(E({
1338
1338
  width: 617,
1339
1339
  height: 530,
1340
1340
  src: l.mediaLarge.src,
@@ -1344,7 +1344,7 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
1344
1344
  _: 3
1345
1345
  })
1346
1346
  ])) : p("", !0),
1347
- l.mediaLarge && l.mediaType === "video" ? (o(), i("div", Co, [
1347
+ l.mediaLarge && l.mediaType === "video" ? (o(), s("div", Co, [
1348
1348
  B(X, {
1349
1349
  src: l.mediaLarge.src,
1350
1350
  "local-video": "",
@@ -1360,19 +1360,19 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
1360
1360
  ])) : p("", !0)
1361
1361
  ]),
1362
1362
  t("div", {
1363
- style: le([l.mediaSmall.length === 2 ? "grid-gap: 38px;" : ""]),
1363
+ style: oe([l.mediaSmall.length === 2 ? "grid-gap: 38px;" : ""]),
1364
1364
  class: m([
1365
1365
  "gallery__small",
1366
1366
  l.flipVertical ? "gallery__small--reverse" : "gallery__small--default"
1367
1367
  ])
1368
1368
  }, [
1369
- (o(!0), i(A, null, P(l.mediaSmall, (_) => (o(), i("div", {
1369
+ (o(!0), s(A, null, P(l.mediaSmall, (_) => (o(), s("div", {
1370
1370
  key: _.src + _.alt,
1371
1371
  class: "image image--small"
1372
1372
  }, [
1373
1373
  B(M, null, {
1374
1374
  default: $(() => [
1375
- d(l.$slots, "image-small", F(z({
1375
+ d(l.$slots, "image-small", F(E({
1376
1376
  width: 328,
1377
1377
  height: 246,
1378
1378
  src: _.src,
@@ -1382,7 +1382,7 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
1382
1382
  _: 2
1383
1383
  }, 1024)
1384
1384
  ]))), 128)),
1385
- l.mediaSmall.length < 2 ? (o(), i("div", To, [
1385
+ l.mediaSmall.length < 2 ? (o(), s("div", To, [
1386
1386
  t("p", null, n(l.body), 1)
1387
1387
  ])) : p("", !0)
1388
1388
  ], 6)
@@ -1392,7 +1392,7 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
1392
1392
  }), Ao = /* @__PURE__ */ f(Vo, [["__scopeId", "data-v-0d271138"]]), Po = { class: "logo-wall__wrapper" }, Mo = { class: "logo-wall__content" }, Oo = {
1393
1393
  key: 0,
1394
1394
  class: "logo-wall__text"
1395
- }, Fo = { key: 0 }, Ho = { key: 1 }, Ro = { class: "logo-wall__logos" }, Eo = { class: "logo-wall__link" }, zo = /* @__PURE__ */ g({
1395
+ }, Fo = { key: 0 }, Ho = { key: 1 }, Ro = { class: "logo-wall__logos" }, zo = { class: "logo-wall__link" }, Eo = /* @__PURE__ */ g({
1396
1396
  __name: "logo-wall",
1397
1397
  props: {
1398
1398
  headline: {
@@ -1410,31 +1410,31 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
1410
1410
  }
1411
1411
  },
1412
1412
  setup(e) {
1413
- return (a, r) => (o(), i("div", Po, [
1413
+ return (a, r) => (o(), s("div", Po, [
1414
1414
  t("div", Mo, [
1415
- e.headline || e.body ? (o(), i("div", Oo, [
1416
- e.headline ? (o(), i("h2", Fo, n(e.headline), 1)) : p("", !0),
1417
- e.body ? (o(), i("p", Ho, n(e.body), 1)) : p("", !0)
1415
+ e.headline || e.body ? (o(), s("div", Oo, [
1416
+ e.headline ? (o(), s("h2", Fo, n(e.headline), 1)) : p("", !0),
1417
+ e.body ? (o(), s("p", Ho, n(e.body), 1)) : p("", !0)
1418
1418
  ])) : p("", !0),
1419
1419
  t("div", Ro, [
1420
- (o(!0), i(A, null, P(e.logos, (s) => (o(), i("div", {
1421
- key: s.src + s.alt,
1420
+ (o(!0), s(A, null, P(e.logos, (i) => (o(), s("div", {
1421
+ key: i.src + i.alt,
1422
1422
  class: "logo-wall__logo"
1423
1423
  }, [
1424
1424
  B(M, null, {
1425
1425
  default: $(() => [
1426
- d(a.$slots, "logo-wall-logo", F(z({
1426
+ d(a.$slots, "logo-wall-logo", F(E({
1427
1427
  width: 130,
1428
1428
  height: 130,
1429
- src: s.src,
1430
- alt: s.alt
1429
+ src: i.src,
1430
+ alt: i.alt
1431
1431
  })), void 0, !0)
1432
1432
  ]),
1433
1433
  _: 2
1434
1434
  }, 1024)
1435
1435
  ]))), 128))
1436
1436
  ]),
1437
- t("div", Eo, [
1437
+ t("div", zo, [
1438
1438
  B(V, {
1439
1439
  "link-type": "regular_light",
1440
1440
  arrow: !0
@@ -1448,7 +1448,7 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
1448
1448
  ])
1449
1449
  ]));
1450
1450
  }
1451
- }), No = /* @__PURE__ */ f(zo, [["__scopeId", "data-v-fd489289"]]), jo = { class: "micro-stories__top" }, Ko = {
1451
+ }), No = /* @__PURE__ */ f(Eo, [["__scopeId", "data-v-fd489289"]]), jo = { class: "micro-stories__top" }, Ko = {
1452
1452
  key: 0,
1453
1453
  class: "headline"
1454
1454
  }, Uo = {
@@ -1466,15 +1466,15 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
1466
1466
  white: "micro-stories__wrapper--white",
1467
1467
  blue: "micro-stories__wrapper--blue",
1468
1468
  dark: "micro-stories__wrapper--dark"
1469
- }, r = C(() => a[s.bgColor]), s = e;
1470
- return (l, c) => (o(), i("div", {
1469
+ }, r = C(() => a[i.bgColor]), i = e;
1470
+ return (l, c) => (o(), s("div", {
1471
1471
  class: m(["micro-stories__wrapper", r.value])
1472
1472
  }, [
1473
1473
  t("div", jo, [
1474
- l.headline ? (o(), i("div", Ko, [
1474
+ l.headline ? (o(), s("div", Ko, [
1475
1475
  t("h2", null, n(l.headline), 1)
1476
1476
  ])) : p("", !0),
1477
- l.body ? (o(), i("div", Uo, [
1477
+ l.body ? (o(), s("div", Uo, [
1478
1478
  t("p", null, n(l.body), 1)
1479
1479
  ])) : p("", !0)
1480
1480
  ]),
@@ -1486,7 +1486,7 @@ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
1486
1486
  }
1487
1487
  }), Wo = {}, Yo = { class: "policy__wrapper" }, Qo = { class: "policy__content" };
1488
1488
  function Zo(e, a) {
1489
- return o(), i("div", Yo, [
1489
+ return o(), s("div", Yo, [
1490
1490
  t("div", Qo, [
1491
1491
  d(e.$slots, "default", {}, void 0, !0)
1492
1492
  ])
@@ -1533,7 +1533,7 @@ const Xo = /* @__PURE__ */ f(Wo, [["render", Zo], ["__scopeId", "data-v-ea887d7a
1533
1533
  }
1534
1534
  },
1535
1535
  setup(e) {
1536
- return (a, r) => (o(), i("div", xo, [
1536
+ return (a, r) => (o(), s("div", xo, [
1537
1537
  t("div", el, [
1538
1538
  t("div", tl, n(e.headline), 1),
1539
1539
  t("div", al, [
@@ -1555,7 +1555,7 @@ const Xo = /* @__PURE__ */ f(Wo, [["render", Zo], ["__scopeId", "data-v-ea887d7a
1555
1555
  _: 3
1556
1556
  })),
1557
1557
  t("div", ol, [
1558
- e.logoSrc ? (o(), i("div", ll, [
1558
+ e.logoSrc ? (o(), s("div", ll, [
1559
1559
  B(I(M), null, {
1560
1560
  default: $(() => [
1561
1561
  d(a.$slots, "product-hero-logo", {}, void 0, !0)
@@ -1563,7 +1563,7 @@ const Xo = /* @__PURE__ */ f(Wo, [["render", Zo], ["__scopeId", "data-v-ea887d7a
1563
1563
  _: 3
1564
1564
  })
1565
1565
  ])) : p("", !0),
1566
- e.isCertified ? (o(), i("div", sl, [
1566
+ e.isCertified ? (o(), s("div", sl, [
1567
1567
  B(I(M), null, {
1568
1568
  default: $(() => [
1569
1569
  d(a.$slots, "product-hero-certification", {}, void 0, !0)
@@ -1596,17 +1596,17 @@ const Xo = /* @__PURE__ */ f(Wo, [["render", Zo], ["__scopeId", "data-v-ea887d7a
1596
1596
  dark: "promo__wrapper--dark",
1597
1597
  light: "promo__wrapper--light",
1598
1598
  default: "promo__wrapper--default"
1599
- }, r = e, s = C(() => a[r.variant]);
1600
- return (l, c) => (o(), i("div", {
1599
+ }, r = e, i = C(() => a[r.variant]);
1600
+ return (l, c) => (o(), s("div", {
1601
1601
  class: m([
1602
1602
  "promo__wrapper",
1603
- s.value,
1603
+ i.value,
1604
1604
  l.teaser ? "promo__wrapper--teaser" : "",
1605
1605
  l.multiply ? "promo__wrapper--multiply" : ""
1606
1606
  ])
1607
1607
  }, [
1608
1608
  t("div", nl, [
1609
- l.mediaType === "image" ? (o(), i("div", {
1609
+ l.mediaType === "image" ? (o(), s("div", {
1610
1610
  key: 0,
1611
1611
  class: m([
1612
1612
  "promo__image",
@@ -1615,12 +1615,12 @@ const Xo = /* @__PURE__ */ f(Wo, [["render", Zo], ["__scopeId", "data-v-ea887d7a
1615
1615
  }, [
1616
1616
  B(M, null, {
1617
1617
  default: $(() => [
1618
- d(l.$slots, "promo-image", F(z({ src: l.src, width: 1920, alt: l.alt, height: 1080 })))
1618
+ d(l.$slots, "promo-image", F(E({ src: l.src, width: 1920, alt: l.alt, height: 1080 })))
1619
1619
  ]),
1620
1620
  _: 3
1621
1621
  })
1622
1622
  ], 2)) : p("", !0),
1623
- l.mediaType === "video" ? (o(), i("div", {
1623
+ l.mediaType === "video" ? (o(), s("div", {
1624
1624
  key: 1,
1625
1625
  class: m([
1626
1626
  "promo__video",
@@ -1706,16 +1706,16 @@ const Xo = /* @__PURE__ */ f(Wo, [["render", Zo], ["__scopeId", "data-v-ea887d7a
1706
1706
  }
1707
1707
  },
1708
1708
  setup(e) {
1709
- return (a, r) => (o(), i("div", _l, [
1709
+ return (a, r) => (o(), s("div", _l, [
1710
1710
  t("div", hl, [
1711
1711
  pl,
1712
1712
  t("div", ml, [
1713
1713
  t("p", vl, n(e.quote), 1),
1714
1714
  t("div", fl, [
1715
- e.authorImage ? (o(), i("div", gl, [
1715
+ e.authorImage ? (o(), s("div", gl, [
1716
1716
  B(M, null, {
1717
1717
  default: $(() => [
1718
- d(a.$slots, "author-image", F(z({
1718
+ d(a.$slots, "author-image", F(E({
1719
1719
  src: e.authorImage + "/m/100x100",
1720
1720
  width: 60,
1721
1721
  height: 60
@@ -1752,7 +1752,7 @@ const Xo = /* @__PURE__ */ f(Wo, [["render", Zo], ["__scopeId", "data-v-ea887d7a
1752
1752
  label: { default: "" }
1753
1753
  },
1754
1754
  setup(e) {
1755
- return (a, r) => (o(), i("div", {
1755
+ return (a, r) => (o(), s("div", {
1756
1756
  class: m([
1757
1757
  "rich-text",
1758
1758
  a.bgColor === "blue" ? "rich-text--blue" : "rich-text--white"
@@ -1764,7 +1764,7 @@ const Xo = /* @__PURE__ */ f(Wo, [["render", Zo], ["__scopeId", "data-v-ea887d7a
1764
1764
  text: a.label,
1765
1765
  "label-dark": !1
1766
1766
  }, null, 8, ["text"])) : p("", !0),
1767
- a.headline ? (o(), i("h2", {
1767
+ a.headline ? (o(), s("h2", {
1768
1768
  key: 1,
1769
1769
  class: m([
1770
1770
  "rich-text__headline",
@@ -1784,14 +1784,14 @@ const Xo = /* @__PURE__ */ f(Wo, [["render", Zo], ["__scopeId", "data-v-ea887d7a
1784
1784
  ])
1785
1785
  }, [
1786
1786
  d(a.$slots, "rich-text-content"),
1787
- a.links ? (o(), i("div", Bl, [
1787
+ a.links ? (o(), s("div", Bl, [
1788
1788
  d(a.$slots, "rich-text-links")
1789
1789
  ])) : p("", !0)
1790
1790
  ], 2),
1791
- a.bulletList ? (o(), i("div", Il, [
1791
+ a.bulletList ? (o(), s("div", Il, [
1792
1792
  d(a.$slots, "rich-text-bullet-list")
1793
1793
  ])) : p("", !0),
1794
- a.image ? (o(), i("div", {
1794
+ a.image ? (o(), s("div", {
1795
1795
  key: 1,
1796
1796
  class: m([
1797
1797
  "rich-text__image",
@@ -1800,7 +1800,7 @@ const Xo = /* @__PURE__ */ f(Wo, [["render", Zo], ["__scopeId", "data-v-ea887d7a
1800
1800
  }, [
1801
1801
  B(M, null, {
1802
1802
  default: $(() => [
1803
- d(a.$slots, "rich-text-image", F(z({ width: 865, height: 307 })))
1803
+ d(a.$slots, "rich-text-image", F(E({ width: 865, height: 307 })))
1804
1804
  ]),
1805
1805
  _: 3
1806
1806
  })
@@ -1811,7 +1811,7 @@ const Xo = /* @__PURE__ */ f(Wo, [["render", Zo], ["__scopeId", "data-v-ea887d7a
1811
1811
  }
1812
1812
  }), Ll = /* @__PURE__ */ f(ql, [["__scopeId", "data-v-16ba7206"]]), Dl = {}, Cl = { class: "rich-text" }, Tl = { class: "rich-text__wrapper" }, Vl = { class: "rich-text__content rich-text__content--left-aligned" }, Al = { class: "rich-text__body" };
1813
1813
  function Pl(e, a) {
1814
- return o(), i("div", Cl, [
1814
+ return o(), s("div", Cl, [
1815
1815
  t("div", Tl, [
1816
1816
  t("div", Vl, [
1817
1817
  t("div", Al, [
@@ -1826,7 +1826,7 @@ function Pl(e, a) {
1826
1826
  ])
1827
1827
  ]);
1828
1828
  }
1829
- const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040"]]), Ol = (e) => (H("data-v-e254e1e0"), e = e(), R(), e), Fl = { class: "timeline__wrapper" }, Hl = { class: "timeline__content" }, Rl = { class: "timeline__items" }, El = { class: "item__left" }, zl = /* @__PURE__ */ Ol(() => /* @__PURE__ */ t("div", { class: "item__elements" }, [
1829
+ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040"]]), Ol = (e) => (H("data-v-e254e1e0"), e = e(), R(), e), Fl = { class: "timeline__wrapper" }, Hl = { class: "timeline__content" }, Rl = { class: "timeline__items" }, zl = { class: "item__left" }, El = /* @__PURE__ */ Ol(() => /* @__PURE__ */ t("div", { class: "item__elements" }, [
1830
1830
  /* @__PURE__ */ t("div", { class: "circle" }),
1831
1831
  /* @__PURE__ */ t("div", { class: "line" })
1832
1832
  ], -1)), Nl = { class: "item__right" }, jl = ["innerHTML"], Kl = /* @__PURE__ */ g({
@@ -1838,10 +1838,10 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
1838
1838
  }
1839
1839
  },
1840
1840
  setup(e) {
1841
- return me(() => {
1841
+ return pe(() => {
1842
1842
  const a = document.querySelectorAll(".timeline__item"), r = new IntersectionObserver(
1843
- (s) => {
1844
- s.forEach((l) => {
1843
+ (i) => {
1844
+ i.forEach((l) => {
1845
1845
  l.isIntersecting && (l.target.classList.add("visible"), l.target.classList.remove("faded"), r.unobserve(l.target));
1846
1846
  });
1847
1847
  },
@@ -1849,29 +1849,29 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
1849
1849
  threshold: 1
1850
1850
  }
1851
1851
  );
1852
- a.forEach((s) => {
1853
- r.observe(s);
1852
+ a.forEach((i) => {
1853
+ r.observe(i);
1854
1854
  });
1855
- }), (a, r) => (o(), i("div", Fl, [
1855
+ }), (a, r) => (o(), s("div", Fl, [
1856
1856
  t("div", Hl, [
1857
1857
  t("div", Rl, [
1858
- (o(!0), i(A, null, P(e.timelineItems, (s) => (o(), i("div", {
1859
- key: s.year,
1858
+ (o(!0), s(A, null, P(e.timelineItems, (i) => (o(), s("div", {
1859
+ key: i.year,
1860
1860
  class: "timeline__item faded"
1861
1861
  }, [
1862
- t("div", El, n(s.year), 1),
1863
- zl,
1862
+ t("div", zl, n(i.year), 1),
1863
+ El,
1864
1864
  t("div", Nl, [
1865
1865
  B(M, null, {
1866
1866
  default: $(() => [
1867
- s.media.src ? d(a.$slots, "timeline-image", F(ce({ key: 0 }, { src: s.media.src, alt: s.media.alt })), void 0, !0) : p("", !0)
1867
+ i.media.src ? d(a.$slots, "timeline-image", F(de({ key: 0 }, { src: i.media.src, alt: i.media.alt })), void 0, !0) : p("", !0)
1868
1868
  ]),
1869
1869
  _: 2
1870
1870
  }, 1024),
1871
1871
  t("div", {
1872
- style: le([s.media.src ? "" : "margin-top: 0px"]),
1872
+ style: oe([i.media.src ? "" : "margin-top: 0px"]),
1873
1873
  class: "rich-text",
1874
- innerHTML: s.text
1874
+ innerHTML: i.text
1875
1875
  }, null, 12, jl)
1876
1876
  ])
1877
1877
  ]))), 128))
@@ -1898,11 +1898,11 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
1898
1898
  }
1899
1899
  },
1900
1900
  setup(e) {
1901
- return (a, r) => (o(), i("div", Gl, [
1901
+ return (a, r) => (o(), s("div", Gl, [
1902
1902
  t("div", Jl, [
1903
- e.headline ? (o(), i("h2", Wl, n(e.headline), 1)) : p("", !0),
1903
+ e.headline ? (o(), s("h2", Wl, n(e.headline), 1)) : p("", !0),
1904
1904
  d(a.$slots, "vimeo-content", {}, void 0, !0),
1905
- e.description ? (o(), i("p", Yl, n(e.description), 1)) : p("", !0)
1905
+ e.description ? (o(), s("p", Yl, n(e.description), 1)) : p("", !0)
1906
1906
  ])
1907
1907
  ]));
1908
1908
  }
@@ -1928,12 +1928,12 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
1928
1928
  }) }
1929
1929
  },
1930
1930
  setup(e) {
1931
- return (a, r) => (o(), i("div", Xl, [
1931
+ return (a, r) => (o(), s("div", Xl, [
1932
1932
  t("div", xl, [
1933
1933
  t("div", es, [
1934
1934
  t("h1", ts, n(a.hero.headline), 1),
1935
1935
  t("p", as, n(a.hero.description), 1),
1936
- a.hero.showStats ? (o(), i("div", os, [
1936
+ a.hero.showStats ? (o(), s("div", os, [
1937
1937
  t("div", ls, [
1938
1938
  t("div", ss, [
1939
1939
  t("div", is, n(a.hero.lessonValue), 1),
@@ -1949,7 +1949,7 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
1949
1949
  ])
1950
1950
  ])
1951
1951
  ])) : p("", !0),
1952
- a.hero.showStats ? p("", !0) : (o(), i("div", ps, [
1952
+ a.hero.showStats ? p("", !0) : (o(), s("div", ps, [
1953
1953
  d(a.$slots, "button", {}, void 0, !0)
1954
1954
  ]))
1955
1955
  ])
@@ -1965,7 +1965,7 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
1965
1965
  }
1966
1966
  },
1967
1967
  setup(e) {
1968
- return (a, r) => (o(), i("div", fs, [
1968
+ return (a, r) => (o(), s("div", fs, [
1969
1969
  t("div", gs, [
1970
1970
  t("h1", bs, n(e.headline), 1),
1971
1971
  t("div", ys, [
@@ -1988,23 +1988,23 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
1988
1988
  },
1989
1989
  emits: ["clearFilters"],
1990
1990
  setup(e) {
1991
- return (a, r) => (o(), i("div", ws, [
1991
+ return (a, r) => (o(), s("div", ws, [
1992
1992
  t("div", Ss, [
1993
1993
  t("div", Bs, [
1994
1994
  d(a.$slots, "filter-dropdowns")
1995
1995
  ]),
1996
1996
  t("div", Is, [
1997
1997
  d(a.$slots, "filter-chips"),
1998
- e.hasChips ? (o(), i("button", {
1998
+ e.hasChips ? (o(), s("button", {
1999
1999
  key: 0,
2000
2000
  class: "filter__clear",
2001
- onClick: r[0] || (r[0] = (s) => a.$emit("clearFilters"))
2001
+ onClick: r[0] || (r[0] = (i) => a.$emit("clearFilters"))
2002
2002
  }, n(e.removeAll), 1)) : p("", !0)
2003
2003
  ])
2004
2004
  ])
2005
2005
  ]));
2006
2006
  }
2007
- }), Ls = /* @__PURE__ */ f(qs, [["__scopeId", "data-v-31c1ba00"]]), x = (e) => (H("data-v-f7524816"), e = e(), R(), e), Ds = { class: "footer__wrapper" }, Cs = { class: "footer__content" }, Ts = {
2007
+ }), Ls = /* @__PURE__ */ f(qs, [["__scopeId", "data-v-31c1ba00"]]), fe = (e) => (H("data-v-3d0cbbd5"), e = e(), R(), e), Ds = { class: "footer__wrapper" }, Cs = { class: "footer__content" }, Ts = {
2008
2008
  key: 0,
2009
2009
  src: "https://mobile-industrial-robots.com/logo/mir-main-logo.svg",
2010
2010
  style: { margin: "0 auto" }
@@ -2014,25 +2014,25 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
2014
2014
  }, Fs = {
2015
2015
  key: 1,
2016
2016
  class: "section__title"
2017
- }, Hs = /* @__PURE__ */ x(() => /* @__PURE__ */ t("span", null, "Energivej 51", -1)), Rs = /* @__PURE__ */ x(() => /* @__PURE__ */ t("span", null, "5260 Odense S", -1)), Es = /* @__PURE__ */ x(() => /* @__PURE__ */ t("span", null, "CVR: 35251235", -1)), zs = /* @__PURE__ */ x(() => /* @__PURE__ */ t("br", null, null, -1)), Ns = {
2017
+ }, Hs = { key: 0 }, Rs = { key: 1 }, zs = { key: 2 }, Es = { key: 3 }, Ns = { key: 4 }, js = /* @__PURE__ */ fe(() => /* @__PURE__ */ t("br", null, null, -1)), Ks = {
2018
2018
  key: 0,
2019
2019
  href: "mailto:china@mir-robots.com"
2020
- }, js = {
2020
+ }, Us = {
2021
2021
  key: 1,
2022
2022
  href: "mailto:mail@mir-robots.com"
2023
- }, Ks = {
2023
+ }, Gs = {
2024
2024
  key: 0,
2025
2025
  href: "tel:+8613661856951"
2026
- }, Us = {
2026
+ }, Js = {
2027
2027
  key: 1,
2028
2028
  href: "tel:+4520377577"
2029
- }, Gs = { class: "footer__bottom" }, Js = { class: "copyright" }, Ws = { class: "footer__policy" }, Ys = /* @__PURE__ */ x(() => /* @__PURE__ */ t("i", { class: "change-region" }, null, -1)), Qs = {
2029
+ }, Ws = { class: "footer__bottom" }, Ys = { class: "copyright" }, Qs = { class: "footer__policy" }, Zs = /* @__PURE__ */ fe(() => /* @__PURE__ */ t("i", { class: "change-region" }, null, -1)), Xs = {
2030
2030
  key: 0,
2031
2031
  class: "footer__social"
2032
- }, Zs = ["href", "aria-label"], Xs = {
2032
+ }, xs = ["href", "aria-label"], ei = {
2033
2033
  key: 1,
2034
2034
  class: "footer__social"
2035
- }, xs = ["href", "aria-label"], ei = /* @__PURE__ */ g({
2035
+ }, ti = ["href", "aria-label"], ai = /* @__PURE__ */ g({
2036
2036
  __name: "footer",
2037
2037
  props: {
2038
2038
  language: { default: "" },
@@ -2045,37 +2045,37 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
2045
2045
  },
2046
2046
  emits: ["changeRegionClicked"],
2047
2047
  setup(e) {
2048
- return (a, r) => (o(), i("div", Ds, [
2048
+ return (a, r) => (o(), s("div", Ds, [
2049
2049
  t("footer", Cs, [
2050
- a.language === "zh" ? (o(), i("img", Ts)) : p("", !0),
2050
+ a.language === "zh" ? (o(), s("img", Ts)) : p("", !0),
2051
2051
  t("div", Vs, [
2052
- (o(!0), i(A, null, P(a.footerSections, (s) => (o(), i("div", {
2053
- key: s.title,
2052
+ (o(!0), s(A, null, P(a.footerSections, (i) => (o(), s("div", {
2053
+ key: i.title,
2054
2054
  class: "section"
2055
2055
  }, [
2056
- t("span", As, n(s.title), 1),
2056
+ t("span", As, n(i.title), 1),
2057
2057
  t("nav", null, [
2058
2058
  t("ul", Ps, [
2059
2059
  d(a.$slots, "section-links", {
2060
- links: s.links
2060
+ links: i.links
2061
2061
  })
2062
2062
  ])
2063
2063
  ])
2064
2064
  ]))), 128)),
2065
2065
  t("div", Ms, [
2066
- a.language === "zh" ? (o(), i("span", Os, "名傲移动机器人(上海)有限公司")) : (o(), i("span", Fs, "Mobile Industrial Robots A/S")),
2066
+ a.language === "zh" ? (o(), s("span", Os, "名傲移动机器人(上海)有限公司")) : (o(), s("span", Fs, "Mobile Industrial Robots A/S")),
2067
2067
  t("address", null, [
2068
- Hs,
2069
- Rs,
2070
- Es,
2071
- zs,
2068
+ a.language === "zh" ? (o(), s("span", Hs, "上海浦东新区金桥出口加工区")) : (o(), s("span", Rs, "Energivej 51")),
2069
+ a.language === "zh" ? (o(), s("span", zs, "桂桥路1201号10栋2楼")) : (o(), s("span", Es, "5260 Odense S")),
2070
+ a.language !== "zh" ? (o(), s("span", Ns, "CVR: 35251235")) : p("", !0),
2071
+ js,
2072
2072
  B(V, {
2073
2073
  class: "footer__contact",
2074
2074
  "link-type": "regular_light",
2075
2075
  underline: "false"
2076
2076
  }, {
2077
2077
  default: $(() => [
2078
- a.language === "zh" ? (o(), i("a", Ns, "china@mir-robots.com")) : (o(), i("a", js, "mail@mir-robots.com"))
2078
+ a.language === "zh" ? (o(), s("a", Ks, "china@mir-robots.com")) : (o(), s("a", Us, "mail@mir-robots.com"))
2079
2079
  ]),
2080
2080
  _: 1
2081
2081
  }),
@@ -2085,67 +2085,67 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
2085
2085
  underline: "false"
2086
2086
  }, {
2087
2087
  default: $(() => [
2088
- a.language === "zh" ? (o(), i("a", Ks, "+86 13661856951(微信同号)")) : (o(), i("a", Us, "+45 20 377 577"))
2088
+ a.language === "zh" ? (o(), s("a", Gs, "+86 13661856951(微信同号)")) : (o(), s("a", Js, "+45 20 377 577"))
2089
2089
  ]),
2090
2090
  _: 1
2091
2091
  })
2092
2092
  ])
2093
2093
  ])
2094
2094
  ]),
2095
- t("div", Gs, [
2096
- t("p", Js, " © Mobile Industrial Robots " + n((/* @__PURE__ */ new Date()).getFullYear()), 1),
2097
- t("div", Ws, [
2095
+ t("div", Ws, [
2096
+ t("p", Ys, " © Mobile Industrial Robots " + n((/* @__PURE__ */ new Date()).getFullYear()), 1),
2097
+ t("div", Qs, [
2098
2098
  t("button", {
2099
2099
  class: "footer__language-switcher",
2100
- onClick: r[0] || (r[0] = (s) => a.$emit("changeRegionClicked"))
2100
+ onClick: r[0] || (r[0] = (i) => a.$emit("changeRegionClicked"))
2101
2101
  }, [
2102
2102
  t("span", null, [
2103
- Ys,
2103
+ Zs,
2104
2104
  G(n(a.changeRegion), 1)
2105
2105
  ])
2106
2106
  ]),
2107
2107
  d(a.$slots, "footer-privacy-link"),
2108
2108
  d(a.$slots, "footer-cookie-link")
2109
2109
  ]),
2110
- a.language !== "zh" ? (o(), i("div", Qs, [
2111
- (o(!0), i(A, null, P(a.socialMedia, (s) => (o(), T(V, {
2112
- key: s.title,
2110
+ a.language !== "zh" ? (o(), s("div", Xs, [
2111
+ (o(!0), s(A, null, P(a.socialMedia, (i) => (o(), T(V, {
2112
+ key: i.title,
2113
2113
  underline: "false",
2114
2114
  "link-type": "regular"
2115
2115
  }, {
2116
2116
  default: $(() => [
2117
2117
  t("a", {
2118
- href: s.url,
2118
+ href: i.url,
2119
2119
  target: "_blank",
2120
- "aria-label": s.title
2120
+ "aria-label": i.title
2121
2121
  }, [
2122
2122
  t("i", {
2123
2123
  width: "19",
2124
2124
  height: "14",
2125
- class: m(["footer__social--icon", [s.title ? "bg-" + s.title : ""]])
2125
+ class: m(["footer__social--icon", [i.title ? "bg-" + i.title : ""]])
2126
2126
  }, null, 2)
2127
- ], 8, Zs)
2127
+ ], 8, xs)
2128
2128
  ]),
2129
2129
  _: 2
2130
2130
  }, 1024))), 128))
2131
- ])) : (o(), i("div", Xs, [
2132
- (o(!0), i(A, null, P(a.socialMediaChina, (s) => (o(), T(V, {
2133
- key: s.title,
2131
+ ])) : (o(), s("div", ei, [
2132
+ (o(!0), s(A, null, P(a.socialMediaChina, (i) => (o(), T(V, {
2133
+ key: i.title,
2134
2134
  underline: "false",
2135
2135
  "link-type": "regular"
2136
2136
  }, {
2137
2137
  default: $(() => [
2138
2138
  t("a", {
2139
- href: s.url,
2139
+ href: i.url,
2140
2140
  target: "_blank",
2141
- "aria-label": s.title
2141
+ "aria-label": i.title
2142
2142
  }, [
2143
2143
  t("i", {
2144
2144
  width: "19",
2145
2145
  height: "14",
2146
- class: m(["footer__social--icon", [s.title ? "bg-" + s.title : ""]])
2146
+ class: m(["footer__social--icon", [i.title ? "bg-" + i.title : ""]])
2147
2147
  }, null, 2)
2148
- ], 8, xs)
2148
+ ], 8, ti)
2149
2149
  ]),
2150
2150
  _: 2
2151
2151
  }, 1024))), 128))
@@ -2154,51 +2154,51 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
2154
2154
  ])
2155
2155
  ]));
2156
2156
  }
2157
- }), ti = /* @__PURE__ */ f(ei, [["__scopeId", "data-v-f7524816"]]), ge = (e) => (H("data-v-766d3c80"), e = e(), R(), e), ai = { class: "header__wrapper" }, oi = { class: "nav-wrapper" }, li = { class: "mir-link-logo" }, si = { class: "main-nav-items" }, ii = {
2157
+ }), oi = /* @__PURE__ */ f(ai, [["__scopeId", "data-v-3d0cbbd5"]]), ge = (e) => (H("data-v-766d3c80"), e = e(), R(), e), li = { class: "header__wrapper" }, si = { class: "nav-wrapper" }, ii = { class: "mir-link-logo" }, ri = { class: "main-nav-items" }, ni = {
2158
2158
  key: 0,
2159
2159
  id: "menu-dropdown",
2160
2160
  ref: "dropdownDiv"
2161
- }, ri = {
2161
+ }, di = {
2162
2162
  key: 0,
2163
2163
  src: "https://a.storyblok.com/f/230581/9x6/8cecdca15f/arrow-down.svg?cv=1695125714195",
2164
2164
  alt: "dropdownarrow"
2165
- }, ni = {
2165
+ }, ci = {
2166
2166
  key: 1,
2167
2167
  src: "https://a.storyblok.com/f/230581/9x6/8cecdca15f/arrow-down.svg?cv=1695125714195",
2168
2168
  alt: "dropdownarrow",
2169
2169
  style: { transform: "rotate(180deg)" }
2170
- }, di = { class: "dropdown-content" }, ci = {
2170
+ }, ui = { class: "dropdown-content" }, _i = {
2171
2171
  key: 1,
2172
2172
  class: "nav-search-wrapper"
2173
- }, ui = ["src"], _i = {
2173
+ }, hi = ["src"], pi = {
2174
2174
  key: 2,
2175
2175
  id: "menu-portal-switcher",
2176
2176
  class: "portal-switcher-wrapper"
2177
- }, hi = /* @__PURE__ */ ge(() => /* @__PURE__ */ t("img", {
2177
+ }, mi = /* @__PURE__ */ ge(() => /* @__PURE__ */ t("img", {
2178
2178
  src: "https://a.storyblok.com/f/230581/14x12/1b00a4a551/portal-switcher.svg?cv=1712916615032",
2179
2179
  alt: "portalswitchericon",
2180
2180
  width: "15",
2181
2181
  height: "15"
2182
- }, null, -1)), pi = [
2183
- hi
2184
- ], mi = { class: "portal-switcher-content" }, vi = { class: "portal-switcher-links" }, fi = ["href"], gi = ["src"], bi = {
2182
+ }, null, -1)), vi = [
2183
+ mi
2184
+ ], fi = { class: "portal-switcher-content" }, gi = { class: "portal-switcher-links" }, bi = ["href"], yi = ["src"], $i = {
2185
2185
  key: 3,
2186
2186
  id: "menu-profile-dropdown",
2187
2187
  class: "profile-dropdown-wrapper"
2188
- }, yi = {
2188
+ }, ki = {
2189
2189
  key: 0,
2190
2190
  class: "profile-dropdown-sign-in"
2191
- }, $i = /* @__PURE__ */ ge(() => /* @__PURE__ */ t("img", {
2191
+ }, wi = /* @__PURE__ */ ge(() => /* @__PURE__ */ t("img", {
2192
2192
  src: "https://a.storyblok.com/f/230581/15x14/3b3253dd12/icon-user.svg?cv=1712916615014",
2193
2193
  alt: "profiledropdownicon",
2194
2194
  width: "15",
2195
2195
  height: "15"
2196
- }, null, -1)), ki = [
2197
- $i
2198
- ], wi = { class: "profile-dropdown-content" }, Si = { class: "mobile-logo-search-burger-wrapper" }, Bi = { class: "mobile-mir-link-logo" }, Ii = {
2196
+ }, null, -1)), Si = [
2197
+ wi
2198
+ ], Bi = { class: "profile-dropdown-content" }, Ii = { class: "mobile-logo-search-burger-wrapper" }, qi = { class: "mobile-mir-link-logo" }, Li = {
2199
2199
  key: 0,
2200
2200
  class: "mobile-search-wrapper"
2201
- }, qi = ["src"], Li = ["src"], Di = { class: "mobile-menu-content-wrapper" }, Ci = { class: "mobile-dropdown-content" }, Ti = /* @__PURE__ */ g({
2201
+ }, Di = ["src"], Ci = ["src"], Ti = { class: "mobile-menu-content-wrapper" }, Vi = { class: "mobile-dropdown-content" }, Ai = /* @__PURE__ */ g({
2202
2202
  __name: "header",
2203
2203
  props: {
2204
2204
  burgerState: {
@@ -2250,7 +2250,7 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
2250
2250
  "clickSearch"
2251
2251
  ],
2252
2252
  setup(e, { expose: a, emit: r }) {
2253
- let s = null;
2253
+ let i = null;
2254
2254
  const l = e;
2255
2255
  let c = q(l.burgerState), _ = q(l.search), u = q(l.showDropDown), b = q(l.showPortalSwitcherDropDown), v = q(l.showProfileDropDown), k = q(l.isAuthenticated);
2256
2256
  Y(
@@ -2271,63 +2271,63 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
2271
2271
  ), Y(
2272
2272
  () => l.isAuthenticated,
2273
2273
  (y) => k.value = y
2274
- ), me(() => {
2275
- s = (y) => {
2274
+ ), pe(() => {
2275
+ i = (y) => {
2276
2276
  y.target.closest("#menu-dropdown") || (u.value = !1), y.target.closest("#menu-portal-switcher") || (b.value = !1), y.target.closest("#menu-profile-dropdown") || (v.value = !1);
2277
- }, window.addEventListener("click", s);
2277
+ }, window.addEventListener("click", i);
2278
2278
  }), Ie(() => {
2279
- s !== null && window.removeEventListener("click", s);
2279
+ i !== null && window.removeEventListener("click", i);
2280
2280
  });
2281
2281
  const w = r;
2282
- function ee() {
2282
+ function x() {
2283
2283
  u.value = !u.value, w("update:showDropDown", u.value);
2284
2284
  }
2285
- function se() {
2285
+ function le() {
2286
2286
  b.value = !b.value, w("update:showPortalSwitcherDropDown", b.value);
2287
2287
  }
2288
- function ie() {
2288
+ function se() {
2289
2289
  v.value = !v.value, w("update:showProfileDropDown", v.value);
2290
2290
  }
2291
- function re() {
2291
+ function ie() {
2292
2292
  c.value = !c.value, w("update:burgerState", c.value);
2293
2293
  }
2294
- let U = q(null), te = q(null);
2295
- function ne() {
2294
+ let U = q(null), ee = q(null);
2295
+ function re() {
2296
2296
  U.value && U.value.blur();
2297
2297
  }
2298
2298
  return a({
2299
- defocusSearchButton: ne
2300
- }), (y, N) => (o(), i("div", ai, [
2299
+ defocusSearchButton: re
2300
+ }), (y, N) => (o(), s("div", li, [
2301
2301
  t("nav", null, [
2302
- t("div", oi, [
2303
- t("div", li, [
2302
+ t("div", si, [
2303
+ t("div", ii, [
2304
2304
  d(y.$slots, "link-logo", {}, void 0, !0)
2305
2305
  ]),
2306
- t("ul", si, [
2306
+ t("ul", ri, [
2307
2307
  d(y.$slots, "main-nav-items", {}, void 0, !0)
2308
2308
  ]),
2309
- e.useDropdown ? (o(), i("div", ii, [
2309
+ e.useDropdown ? (o(), s("div", ni, [
2310
2310
  t("button", {
2311
2311
  class: "nav-dropdown-btn",
2312
- onClick: ee
2312
+ onClick: x
2313
2313
  }, [
2314
2314
  d(y.$slots, "dropdown-title", {}, void 0, !0),
2315
- I(u) === !1 ? (o(), i("img", ri)) : (o(), i("img", ni))
2315
+ I(u) === !1 ? (o(), s("img", di)) : (o(), s("img", ci))
2316
2316
  ]),
2317
- K(t("div", di, [
2317
+ K(t("div", ui, [
2318
2318
  d(y.$slots, "dropdown-links", {}, void 0, !0)
2319
2319
  ], 512), [
2320
2320
  [Q, I(u)]
2321
2321
  ])
2322
2322
  ], 512)) : p("", !0),
2323
- I(_) ? (o(), i("div", ci, [
2323
+ I(_) ? (o(), s("div", _i, [
2324
2324
  t("button", {
2325
2325
  ref_key: "navSearchButton",
2326
2326
  ref: U,
2327
2327
  class: "search-icon",
2328
2328
  onClick: N[0] || (N[0] = (j) => {
2329
- var E;
2330
- return y.$emit("clickSearch"), (E = I(U)) == null ? void 0 : E.blur();
2329
+ var z;
2330
+ return y.$emit("clickSearch"), (z = I(U)) == null ? void 0 : z.blur();
2331
2331
  })
2332
2332
  }, [
2333
2333
  t("img", {
@@ -2335,31 +2335,31 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
2335
2335
  alt: "search icon",
2336
2336
  width: "20",
2337
2337
  height: "20"
2338
- }, null, 8, ui)
2338
+ }, null, 8, hi)
2339
2339
  ], 512)
2340
2340
  ])) : p("", !0),
2341
- e.usePortalSwitcher ? (o(), i("div", _i, [
2341
+ e.usePortalSwitcher ? (o(), s("div", pi, [
2342
2342
  t("button", {
2343
2343
  class: "nav-portal-switcher-btn",
2344
- onClick: se
2345
- }, pi),
2346
- K(t("div", mi, [
2347
- t("ul", vi, [
2348
- (o(!0), i(A, null, P(e.portals, (j, E) => (o(), i("li", {
2349
- key: E,
2344
+ onClick: le
2345
+ }, vi),
2346
+ K(t("div", fi, [
2347
+ t("ul", gi, [
2348
+ (o(!0), s(A, null, P(e.portals, (j, z) => (o(), s("li", {
2349
+ key: z,
2350
2350
  class: "portal-switcher-link"
2351
2351
  }, [
2352
2352
  B(I(V), { "link-type": "regular" }, {
2353
2353
  default: $(() => [
2354
2354
  t("a", {
2355
2355
  href: j.link,
2356
- onClick: N[1] || (N[1] = (J) => de(u) ? u.value = !1 : u = !1)
2356
+ onClick: N[1] || (N[1] = (J) => ne(u) ? u.value = !1 : u = !1)
2357
2357
  }, [
2358
2358
  t("img", {
2359
2359
  src: j.icon
2360
- }, null, 8, gi),
2360
+ }, null, 8, yi),
2361
2361
  t("div", null, n(j.name), 1)
2362
- ], 8, fi)
2362
+ ], 8, bi)
2363
2363
  ]),
2364
2364
  _: 2
2365
2365
  }, 1024)
@@ -2369,16 +2369,16 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
2369
2369
  [Q, I(b)]
2370
2370
  ])
2371
2371
  ])) : p("", !0),
2372
- e.useProfileDropdown ? (o(), i("div", bi, [
2373
- I(k) ? p("", !0) : (o(), i("div", yi, [
2372
+ e.useProfileDropdown ? (o(), s("div", $i, [
2373
+ I(k) ? p("", !0) : (o(), s("div", ki, [
2374
2374
  d(y.$slots, "profile-dropdown-sign-in", {}, void 0, !0)
2375
2375
  ])),
2376
- I(k) ? (o(), i("button", {
2376
+ I(k) ? (o(), s("button", {
2377
2377
  key: 1,
2378
2378
  class: "nav-profile-dropdown-btn",
2379
- onClick: ie
2380
- }, ki)) : p("", !0),
2381
- K(t("div", wi, [
2379
+ onClick: se
2380
+ }, Si)) : p("", !0),
2381
+ K(t("div", Bi, [
2382
2382
  d(y.$slots, "profile-dropdown-links", {}, void 0, !0)
2383
2383
  ], 512), [
2384
2384
  [Q, I(v)]
@@ -2388,19 +2388,19 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
2388
2388
  t("div", {
2389
2389
  class: m(["mobile-nav-wrapper", I(c) === !0 ? "mirsaic-mobile-bg mirsaic--dark" : ""])
2390
2390
  }, [
2391
- t("div", Si, [
2392
- t("div", Bi, [
2391
+ t("div", Ii, [
2392
+ t("div", qi, [
2393
2393
  d(y.$slots, "link-logo", {}, void 0, !0)
2394
2394
  ]),
2395
- I(_) ? (o(), i("div", Ii, [
2395
+ I(_) ? (o(), s("div", Li, [
2396
2396
  t("button", {
2397
2397
  ref_key: "mobileSearchButton",
2398
- ref: te,
2398
+ ref: ee,
2399
2399
  class: "search-icon",
2400
2400
  "aria-label": "Toggle search",
2401
2401
  onClick: N[2] || (N[2] = (j) => {
2402
- var E;
2403
- return y.$emit("clickSearch"), (E = I(te)) == null ? void 0 : E.blur();
2402
+ var z;
2403
+ return y.$emit("clickSearch"), (z = I(ee)) == null ? void 0 : z.blur();
2404
2404
  })
2405
2405
  }, [
2406
2406
  t("img", {
@@ -2408,27 +2408,27 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
2408
2408
  alt: "search icon",
2409
2409
  width: "20",
2410
2410
  height: "20"
2411
- }, null, 8, qi)
2411
+ }, null, 8, Di)
2412
2412
  ], 512)
2413
2413
  ])) : p("", !0),
2414
2414
  t("button", {
2415
2415
  class: "mobile-burger-wrapper",
2416
2416
  "aria-label": "Toggle menu",
2417
- onClick: he(re, ["prevent"])
2417
+ onClick: _e(ie, ["prevent"])
2418
2418
  }, [
2419
2419
  t("img", {
2420
2420
  width: "20",
2421
2421
  height: "20",
2422
2422
  alt: "burger menu line icon",
2423
2423
  src: I(c) === !0 ? "https://a.storyblok.com/f/230581/17x18/20e9329e46/close-white.svg" : "https://a.storyblok.com/f/230581/23x14/739e917bca/burger-menu-line.svg"
2424
- }, null, 8, Li)
2424
+ }, null, 8, Ci)
2425
2425
  ])
2426
2426
  ]),
2427
- K(t("div", Di, [
2427
+ K(t("div", Ti, [
2428
2428
  t("ul", null, [
2429
2429
  d(y.$slots, "mobile-main-nav-items", {}, void 0, !0)
2430
2430
  ]),
2431
- t("ul", Ci, [
2431
+ t("ul", Vi, [
2432
2432
  d(y.$slots, "mobile-dropdown-title", {}, void 0, !0),
2433
2433
  d(y.$slots, "mobile-dropdown-links", {}, void 0, !0)
2434
2434
  ])
@@ -2439,7 +2439,7 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
2439
2439
  ])
2440
2440
  ]));
2441
2441
  }
2442
- }), Vi = /* @__PURE__ */ f(Ti, [["__scopeId", "data-v-766d3c80"]]), Ai = { class: "language__wrapper" }, Pi = { class: "language__content" }, Mi = { class: "language__headline" }, Oi = { class: "language__paragraph" }, Fi = { class: "language__links" }, Hi = /* @__PURE__ */ g({
2442
+ }), Pi = /* @__PURE__ */ f(Ai, [["__scopeId", "data-v-766d3c80"]]), Mi = { class: "language__wrapper" }, Oi = { class: "language__content" }, Fi = { class: "language__headline" }, Hi = { class: "language__paragraph" }, Ri = { class: "language__links" }, zi = /* @__PURE__ */ g({
2443
2443
  __name: "language-switcher",
2444
2444
  props: {
2445
2445
  headline: {
@@ -2452,17 +2452,17 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
2452
2452
  }
2453
2453
  },
2454
2454
  setup(e) {
2455
- return (a, r) => (o(), i("div", Ai, [
2456
- t("div", Pi, [
2457
- t("h2", Mi, n(e.headline), 1),
2458
- t("p", Oi, n(e.paragraph), 1),
2459
- t("div", Fi, [
2455
+ return (a, r) => (o(), s("div", Mi, [
2456
+ t("div", Oi, [
2457
+ t("h2", Fi, n(e.headline), 1),
2458
+ t("p", Hi, n(e.paragraph), 1),
2459
+ t("div", Ri, [
2460
2460
  d(a.$slots, "language-links", {}, void 0, !0)
2461
2461
  ])
2462
2462
  ])
2463
2463
  ]));
2464
2464
  }
2465
- }), Ri = /* @__PURE__ */ f(Hi, [["__scopeId", "data-v-dc8cc97e"]]), Ei = { class: "pagination__wrapper" }, zi = { class: "pagination__content" }, Ni = /* @__PURE__ */ g({
2465
+ }), Ei = /* @__PURE__ */ f(zi, [["__scopeId", "data-v-dc8cc97e"]]), Ni = { class: "pagination__wrapper" }, ji = { class: "pagination__content" }, Ki = /* @__PURE__ */ g({
2466
2466
  __name: "pagination",
2467
2467
  props: {
2468
2468
  isPreviousDisabled: {
@@ -2476,31 +2476,31 @@ const Ml = /* @__PURE__ */ f(Dl, [["render", Pl], ["__scopeId", "data-v-449f3040
2476
2476
  },
2477
2477
  emits: ["previous", "next"],
2478
2478
  setup(e) {
2479
- return (a, r) => (o(), i("div", Ei, [
2480
- t("div", zi, [
2481
- B(oe, {
2479
+ return (a, r) => (o(), s("div", Ni, [
2480
+ t("div", ji, [
2481
+ B(ae, {
2482
2482
  disabled: e.isPreviousDisabled,
2483
2483
  variant: "previous",
2484
2484
  "aria-label": "previous",
2485
- onClick: r[0] || (r[0] = (s) => a.$emit("previous"))
2485
+ onClick: r[0] || (r[0] = (i) => a.$emit("previous"))
2486
2486
  }, null, 8, ["disabled"]),
2487
2487
  d(a.$slots, "pagination-numbers"),
2488
- B(oe, {
2488
+ B(ae, {
2489
2489
  disabled: e.isNextDisabled,
2490
2490
  variant: "next",
2491
2491
  "aria-label": "next",
2492
- onClick: r[1] || (r[1] = (s) => a.$emit("next"))
2492
+ onClick: r[1] || (r[1] = (i) => a.$emit("next"))
2493
2493
  }, null, 8, ["disabled"])
2494
2494
  ])
2495
2495
  ]));
2496
2496
  }
2497
- }), ji = /* @__PURE__ */ f(Ni, [["__scopeId", "data-v-da6d07c9"]]), Ki = {}, Ui = { class: "search__wrapper" };
2498
- function Gi(e, a) {
2499
- return o(), i("div", Ui, [
2497
+ }), Ui = /* @__PURE__ */ f(Ki, [["__scopeId", "data-v-da6d07c9"]]), Gi = {}, Ji = { class: "search__wrapper" };
2498
+ function Wi(e, a) {
2499
+ return o(), s("div", Ji, [
2500
2500
  d(e.$slots, "default", { class: "search__content" })
2501
2501
  ]);
2502
2502
  }
2503
- const Ji = /* @__PURE__ */ f(Ki, [["render", Gi], ["__scopeId", "data-v-c07a6cf3"]]), Wi = { class: "dropdown" }, Yi = ["aria-expanded"], Qi = /* @__PURE__ */ g({
2503
+ const Yi = /* @__PURE__ */ f(Gi, [["render", Wi], ["__scopeId", "data-v-c07a6cf3"]]), Qi = { class: "dropdown" }, Zi = ["aria-expanded"], Xi = /* @__PURE__ */ g({
2504
2504
  __name: "select-multiple",
2505
2505
  props: {
2506
2506
  label: { default: "" },
@@ -2509,31 +2509,31 @@ const Ji = /* @__PURE__ */ f(Ki, [["render", Gi], ["__scopeId", "data-v-c07a6cf3
2509
2509
  },
2510
2510
  emits: ["filter", "remove-filter"],
2511
2511
  setup(e, { emit: a }) {
2512
- const r = q(!1), s = e, l = a;
2512
+ const r = q(!1), i = e, l = a;
2513
2513
  function c(b) {
2514
- s.selectedOptions.includes(b) ? l("remove-filter", b) : l("filter", b);
2514
+ i.selectedOptions.includes(b) ? l("remove-filter", b) : l("filter", b);
2515
2515
  }
2516
2516
  function _() {
2517
2517
  r.value = !1;
2518
2518
  }
2519
- const u = C(() => s.options.length > 8);
2519
+ const u = C(() => i.options.length > 8);
2520
2520
  return (b, v) => {
2521
- const k = _e("click-outside");
2522
- return K((o(), i("div", Wi, [
2521
+ const k = ue("click-outside");
2522
+ return K((o(), s("div", Qi, [
2523
2523
  t("button", {
2524
2524
  class: "dropdown-button",
2525
- style: le({ "z-index": r.value ? 2 : 0 }),
2525
+ style: oe({ "z-index": r.value ? 2 : 0 }),
2526
2526
  "aria-expanded": r.value ? "true" : "false",
2527
2527
  onClick: v[0] || (v[0] = (w) => r.value = !r.value)
2528
2528
  }, [
2529
2529
  d(b.$slots, "button", {}, () => [
2530
2530
  G(n(b.label), 1)
2531
2531
  ], !0)
2532
- ], 12, Yi),
2532
+ ], 12, Zi),
2533
2533
  t("div", {
2534
2534
  class: m([{ hidden: !r.value, "adjust-height": u.value }, "dropdown-content"])
2535
2535
  }, [
2536
- (o(!0), i(A, null, P(b.options, (w) => (o(), T(I(ve), {
2536
+ (o(!0), s(A, null, P(b.options, (w) => (o(), T(I(me), {
2537
2537
  id: w.value,
2538
2538
  key: w.value,
2539
2539
  name: w.text,
@@ -2541,7 +2541,7 @@ const Ji = /* @__PURE__ */ f(Ki, [["render", Gi], ["__scopeId", "data-v-c07a6cf3
2541
2541
  disabled: !1,
2542
2542
  value: w.value,
2543
2543
  checked: b.selectedOptions.includes(w.value),
2544
- onInput: (ee) => c(w.value)
2544
+ onInput: (x) => c(w.value)
2545
2545
  }, {
2546
2546
  default: $(() => [
2547
2547
  G(n(w.text), 1)
@@ -2554,7 +2554,7 @@ const Ji = /* @__PURE__ */ f(Ki, [["render", Gi], ["__scopeId", "data-v-c07a6cf3
2554
2554
  ]);
2555
2555
  };
2556
2556
  }
2557
- }), Zi = /* @__PURE__ */ f(Qi, [["__scopeId", "data-v-164647da"]]), Xi = { class: "promo__content" }, xi = { class: "pallet-jack__media-wrap" }, er = { class: "pallet-jack-link" }, tr = { class: "pallet-jack__media-wrap__inner-wrap" }, ar = { class: "pallet-jack__media-wrap__content-wrap" }, or = { class: "regular-blue" }, lr = /* @__PURE__ */ g({
2557
+ }), xi = /* @__PURE__ */ f(Xi, [["__scopeId", "data-v-164647da"]]), er = { class: "promo__content" }, tr = { class: "pallet-jack__media-wrap" }, ar = { class: "pallet-jack-link" }, or = { class: "pallet-jack__media-wrap__inner-wrap" }, lr = { class: "pallet-jack__media-wrap__content-wrap" }, sr = { class: "regular-blue" }, ir = /* @__PURE__ */ g({
2558
2558
  __name: "pallet-jack",
2559
2559
  props: {
2560
2560
  label: { default: "" },
@@ -2572,30 +2572,30 @@ const Ji = /* @__PURE__ */ f(Ki, [["render", Gi], ["__scopeId", "data-v-c07a6cf3
2572
2572
  dark: "promo__wrapper--dark",
2573
2573
  light: "promo__wrapper--light",
2574
2574
  default: "promo__wrapper--default"
2575
- }, r = e, s = C(() => a[r.variant]);
2576
- return (l, c) => (o(), i("div", {
2575
+ }, r = e, i = C(() => a[r.variant]);
2576
+ return (l, c) => (o(), s("div", {
2577
2577
  class: m([
2578
2578
  "promo__wrapper",
2579
- s.value,
2579
+ i.value,
2580
2580
  l.teaser ? "promo__wrapper--teaser" : ""
2581
2581
  ])
2582
2582
  }, [
2583
- t("div", Xi, [
2583
+ t("div", er, [
2584
2584
  t("div", {
2585
2585
  class: m([
2586
2586
  "promo__video",
2587
2587
  l.reverse ? "promo__video--reverse" : "promo__video--default"
2588
2588
  ])
2589
2589
  }, [
2590
- t("div", xi, [
2591
- t("div", er, [
2590
+ t("div", tr, [
2591
+ t("div", ar, [
2592
2592
  d(l.$slots, "pallet-jack-link")
2593
2593
  ]),
2594
- t("div", tr, [
2594
+ t("div", or, [
2595
2595
  d(l.$slots, "pallet-jack-video")
2596
2596
  ]),
2597
- t("div", ar, [
2598
- t("h3", or, n(l.headline), 1),
2597
+ t("div", lr, [
2598
+ t("h3", sr, n(l.headline), 1),
2599
2599
  t("p", null, n(l.shortDescription), 1)
2600
2600
  ])
2601
2601
  ])
@@ -2642,14 +2642,14 @@ const Ji = /* @__PURE__ */ f(Ki, [["render", Gi], ["__scopeId", "data-v-c07a6cf3
2642
2642
  ])
2643
2643
  ], 2));
2644
2644
  }
2645
- }), sr = /* @__PURE__ */ f(lr, [["__scopeId", "data-v-00c0bad3"]]), rr = {
2645
+ }), rr = /* @__PURE__ */ f(ir, [["__scopeId", "data-v-00c0bad3"]]), dr = {
2646
2646
  install: (e) => {
2647
- e.component("AtomButton", oe), e.component("AtomCheckbox", ve), e.component("AtomChip", He), e.component("AtomDropdown", Ge), e.component("AtomImage", M), e.component("AtomLabel", Z), e.component("AtomLink", V), e.component("AtomRadioButton", lt), e.component("AtomSelect", ct), e.component("AtomSelectMultiple", Zi), e.component("AtomSlider", $t), e.component("AtomTextarea", Dt), e.component("AtomTextField", Et), e.component("AtomVideo", X), e.component("MoleculeAddress", aa), e.component("MoleculeBulletList", ra), e.component("MoleculeCard", _a), e.component("MoleculeEventCard", ya), e.component("MoleculeModal", fe), e.component("MoleculeTextCard", Ba), e.component("BlockFacts", za), e.component("BlockFeatures", Ya), e.component("BlockFormScript", oo), e.component("BlockHeadline", ro), e.component("BlockHero", $o), e.component("BlockImage", qo), e.component("BlockImageGallery", Ao), e.component("BlockLogoWall", No), e.component("BlockMicroStories", Jo), e.component("BlockPolicy", Xo), e.component("BlockProductHero", rl), e.component("BlockPromo", cl), e.component("BlockQuote", wl), e.component("BlockRichText", Ll), e.component("BlockRichTextColumns", Ml), e.component("BlockTimeline", Ul), e.component("BlockCardDisplay", Va), e.component("BlockVimeo", Zl), e.component("BlockPalletJack", sr), e.component("BlockFrontPageHero", vs), e.component("Organism404", ks), e.component("OrganismFilter", Ls), e.component("OrganismFooter", ti), e.component("OrganismHeader", Vi), e.component("OrganismLanguageSwitcher", Ri), e.component("OrganismPagination", ji), e.component("OrganismSearch", Ji);
2647
+ e.component("AtomButton", ae), e.component("AtomCheckbox", me), e.component("AtomChip", He), e.component("AtomDropdown", Ge), e.component("AtomImage", M), e.component("AtomLabel", Z), e.component("AtomLink", V), e.component("AtomRadioButton", lt), e.component("AtomSelect", ct), e.component("AtomSelectMultiple", xi), e.component("AtomSlider", $t), e.component("AtomTextarea", Dt), e.component("AtomTextField", zt), e.component("AtomVideo", X), e.component("MoleculeAddress", aa), e.component("MoleculeBulletList", ra), e.component("MoleculeCard", _a), e.component("MoleculeEventCard", ya), e.component("MoleculeModal", ve), e.component("MoleculeTextCard", Ba), e.component("BlockFacts", Ea), e.component("BlockFeatures", Ya), e.component("BlockFormScript", oo), e.component("BlockHeadline", ro), e.component("BlockHero", $o), e.component("BlockImage", qo), e.component("BlockImageGallery", Ao), e.component("BlockLogoWall", No), e.component("BlockMicroStories", Jo), e.component("BlockPolicy", Xo), e.component("BlockProductHero", rl), e.component("BlockPromo", cl), e.component("BlockQuote", wl), e.component("BlockRichText", Ll), e.component("BlockRichTextColumns", Ml), e.component("BlockTimeline", Ul), e.component("BlockCardDisplay", Va), e.component("BlockVimeo", Zl), e.component("BlockPalletJack", rr), e.component("BlockFrontPageHero", vs), e.component("Organism404", ks), e.component("OrganismFilter", Ls), e.component("OrganismFooter", oi), e.component("OrganismHeader", Pi), e.component("OrganismLanguageSwitcher", Ei), e.component("OrganismPagination", Ui), e.component("OrganismSearch", Yi);
2648
2648
  }
2649
2649
  };
2650
2650
  export {
2651
- oe as AtomButton,
2652
- ve as AtomCheckbox,
2651
+ ae as AtomButton,
2652
+ me as AtomCheckbox,
2653
2653
  He as AtomChip,
2654
2654
  Ge as AtomDropdown,
2655
2655
  M as AtomImage,
@@ -2657,13 +2657,13 @@ export {
2657
2657
  V as AtomLink,
2658
2658
  lt as AtomRadioButton,
2659
2659
  ct as AtomSelect,
2660
- Zi as AtomSelectMultiple,
2660
+ xi as AtomSelectMultiple,
2661
2661
  $t as AtomSlider,
2662
- Et as AtomTextField,
2662
+ zt as AtomTextField,
2663
2663
  Dt as AtomTextarea,
2664
2664
  X as AtomVideo,
2665
2665
  Va as BlockCardDisplay,
2666
- za as BlockFacts,
2666
+ Ea as BlockFacts,
2667
2667
  Ya as BlockFeatures,
2668
2668
  oo as BlockFormScript,
2669
2669
  vs as BlockFrontPageHero,
@@ -2673,7 +2673,7 @@ export {
2673
2673
  Ao as BlockImageGallery,
2674
2674
  No as BlockLogoWall,
2675
2675
  Jo as BlockMicroStories,
2676
- sr as BlockPalletJack,
2676
+ rr as BlockPalletJack,
2677
2677
  Xo as BlockPolicy,
2678
2678
  rl as BlockProductHero,
2679
2679
  cl as BlockPromo,
@@ -2686,14 +2686,14 @@ export {
2686
2686
  ra as MoleculeBulletList,
2687
2687
  _a as MoleculeCard,
2688
2688
  ya as MoleculeEventCard,
2689
- fe as MoleculeModal,
2689
+ ve as MoleculeModal,
2690
2690
  Ba as MoleculeTextCard,
2691
2691
  ks as Organism404,
2692
2692
  Ls as OrganismFilter,
2693
- ti as OrganismFooter,
2694
- Vi as OrganismHeader,
2695
- Ri as OrganismLanguageSwitcher,
2696
- ji as OrganismPagination,
2697
- Ji as OrganismSearch,
2698
- rr as default
2693
+ oi as OrganismFooter,
2694
+ Pi as OrganismHeader,
2695
+ Ei as OrganismLanguageSwitcher,
2696
+ Ui as OrganismPagination,
2697
+ Yi as OrganismSearch,
2698
+ dr as default
2699
2699
  };