@mirweb/mir-web-components 1.3.1 → 1.4.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 D, openBlock as l, createElementBlock as i, normalizeClass as m, toDisplayString as n, createElementVNode as t, renderSlot as c, pushScopeId as E, popScopeId as H, createTextVNode as x, ref as q, withDirectives as K, Fragment as P, renderList as M, vShow as Y, normalizeProps as F, guardReactiveProps as R, toRefs as $e, mergeProps as de, createVNode as S, Transition as ke, withCtx as $, withModifiers as he, createBlock as T, createCommentVNode as p, watchEffect as pe, withKeys as we, useSlots as Se, normalizeStyle as ce, isRef as ne, unref as I, onMounted as me, watch as W, onUnmounted as Be } from "vue";
2
- const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
1
+ import { defineComponent as g, computed as T, openBlock as l, createElementBlock as i, normalizeClass as m, toDisplayString as n, createElementVNode as t, renderSlot as c, pushScopeId as H, popScopeId as R, createTextVNode as J, ref as I, resolveDirective as _e, withDirectives as K, Fragment as A, renderList as P, vShow as Z, normalizeProps as F, guardReactiveProps as N, toRefs as ke, mergeProps as de, createVNode as S, Transition as we, withCtx as $, withModifiers as pe, createBlock as C, createCommentVNode as h, watchEffect as he, withKeys as Se, useSlots as Be, normalizeStyle as ce, isRef as ne, unref as B, onMounted as me, watch as Q, onUnmounted as Ie } from "vue";
2
+ const qe = ["aria-label"], Le = /* @__PURE__ */ g({
3
3
  __name: "button",
4
4
  props: {
5
5
  variant: { default: "primary" },
@@ -14,18 +14,18 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
14
14
  close: "close",
15
15
  next: "next",
16
16
  previous: "previous"
17
- }, r = e, s = D(() => a[r.variant]);
17
+ }, r = e, s = T(() => a[r.variant]);
18
18
  return (o, u) => (l(), i("button", {
19
19
  class: m(["button", "button--" + s.value]),
20
20
  "aria-label": o.ariaLabel
21
- }, n(s.value === "close" ? "" : o.buttonText), 11, Ie));
21
+ }, n(s.value === "close" ? "" : o.buttonText), 11, qe));
22
22
  }
23
23
  }), f = (e, a) => {
24
24
  const r = e.__vccOpts || e;
25
25
  for (const [s, o] of a)
26
26
  r[s] = o;
27
27
  return r;
28
- }, ae = /* @__PURE__ */ f(qe, [["__scopeId", "data-v-f61b579c"]]), Le = (e) => (E("data-v-0adb65a6"), e = e(), H(), e), Ce = ["id", "name", "value", "disabled", "required", "checked"], De = ["for"], Te = /* @__PURE__ */ Le(() => /* @__PURE__ */ t("span", { class: "checkmark" }, null, -1)), Ve = /* @__PURE__ */ g({
28
+ }, ae = /* @__PURE__ */ f(Le, [["__scopeId", "data-v-f61b579c"]]), De = (e) => (H("data-v-329fd41c"), 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" },
@@ -59,12 +59,12 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
59
59
  for: o.id,
60
60
  class: m(["checkbox__label", o.required ? "required" : ""])
61
61
  }, [
62
- Te,
62
+ Ve,
63
63
  c(o.$slots, "default", {}, void 0, !0)
64
- ], 10, De)
64
+ ], 10, Te)
65
65
  ], 2));
66
66
  }
67
- }), Ae = /* @__PURE__ */ f(Ve, [["__scopeId", "data-v-0adb65a6"]]), Pe = (e) => (E("data-v-08813346"), e = e(), H(), e), Me = ["aria-label"], Oe = /* @__PURE__ */ Pe(() => /* @__PURE__ */ t("img", {
67
+ }), ve = /* @__PURE__ */ f(Ae, [["__scopeId", "data-v-329fd41c"]]), 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"
@@ -75,7 +75,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
75
75
  },
76
76
  emits: ["remove-chip"],
77
77
  setup(e) {
78
- const a = e, r = D(() => `Chip: ${a.text}`);
78
+ const a = e, r = T(() => `Chip: ${a.text}`);
79
79
  return (s, o) => (l(), i("div", {
80
80
  class: "chip__wrapper",
81
81
  onClick: o[0] || (o[0] = (u) => s.$emit("remove-chip"))
@@ -84,12 +84,12 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
84
84
  class: "chip",
85
85
  "aria-label": r.value
86
86
  }, [
87
- x(n(s.text) + " ", 1),
87
+ J(n(s.text) + " ", 1),
88
88
  Oe
89
89
  ], 8, Me)
90
90
  ]));
91
91
  }
92
- }), Ee = /* @__PURE__ */ f(Fe, [["__scopeId", "data-v-08813346"]]), He = ["value"], Re = ["id"], Ne = { class: "listbox__dropdown" }, ze = ["id", "aria-labelledby", "aria-disabled"], je = ["aria-labelledby", "aria-activedescendant"], Ue = ["aria-selected", "data-value"], Ke = /* @__PURE__ */ g({
92
+ }), He = /* @__PURE__ */ f(Fe, [["__scopeId", "data-v-08813346"]]), Re = ["value"], Ee = ["id"], Ne = { class: "listbox__dropdown" }, ze = ["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,188 +107,182 @@ const Ie = ["aria-label"], qe = /* @__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, o = D(() => r[s.variant]), u = q(null), h = q(null), _ = q([]), B = q(0), v = q(""), w = q(!0), L = q(0), oe = a, le = D(() => {
111
- const d = s.options.find(
112
- (y) => y.value === s.modelValue
110
+ }, s = e, o = T(() => r[s.variant]), u = I(null), _ = I(null), d = I([]), k = I(0), v = I(""), b = I(!0), L = I(0), oe = a, le = T(() => {
111
+ const p = s.options.find(
112
+ (w) => w.value === s.modelValue
113
113
  );
114
- return d && d.label;
115
- }), se = {
116
- beforeMount(d, y) {
117
- d.clickOutsideEvent = function(k) {
118
- d === k.target || d.contains(k.target) || y.value(k);
119
- }, document.body.addEventListener("click", d.clickOutsideEvent);
120
- },
121
- unmounted(d) {
122
- document.body.removeEventListener("click", d.clickOutsideEvent);
123
- }
124
- };
125
- function ie(d) {
126
- oe("update:modelValue", d);
114
+ return p && p.label;
115
+ });
116
+ function se(p) {
117
+ oe("update:modelValue", p);
127
118
  }
128
- function G(d) {
129
- var k;
130
- const y = d.target;
131
- y.getAttribute("role") === "option" && (X(y), te(), (k = u.value) == null || k.focus());
119
+ function ie(p) {
120
+ var q;
121
+ const w = p.target;
122
+ w.getAttribute("role") === "option" && (W(w), te(), (q = u.value) == null || q.focus());
132
123
  }
133
- function Z(d) {
134
- var k;
135
- const y = d.key;
136
- switch (y) {
124
+ function G(p) {
125
+ var q;
126
+ const w = p.key;
127
+ switch (w) {
137
128
  case "ArrowUp":
138
129
  case "ArrowDown": {
139
- d.preventDefault();
140
- const C = s.options.findIndex(
141
- (J) => J.value === s.modelValue
130
+ p.preventDefault();
131
+ const D = s.options.findIndex(
132
+ (Y) => Y.value === s.modelValue
142
133
  );
143
- let z = C ? _.value[C] : _.value[0];
144
- y === "ArrowUp" ? C - 1 >= 0 && (z = _.value[C - 1]) : C + 1 <= s.options.length && (z = _.value[C + 1]), z && X(z);
134
+ let O = D ? d.value[D] : d.value[0];
135
+ w === "ArrowUp" ? D - 1 >= 0 && (O = d.value[D - 1]) : D + 1 <= s.options.length && (O = d.value[D + 1]), O && W(O);
145
136
  break;
146
137
  }
147
138
  case "Home":
148
139
  case "PageUp":
149
- d.preventDefault(), ue();
140
+ p.preventDefault(), E();
150
141
  break;
151
142
  case "End":
152
143
  case "PageDown":
153
- d.preventDefault(), ge();
144
+ p.preventDefault(), be();
154
145
  break;
155
146
  case "Enter":
156
147
  case "Escape":
157
- d.preventDefault(), te(), (k = u.value) == null || k.focus();
148
+ p.preventDefault(), te(), (q = u.value) == null || q.focus();
158
149
  break;
159
150
  default: {
160
- const C = U(y);
161
- C && X(C);
151
+ const D = z(w);
152
+ D && W(D);
162
153
  break;
163
154
  }
164
155
  }
165
156
  }
166
- function re(d) {
157
+ function ee(p) {
167
158
  if (!s.disabled)
168
- switch (d.key) {
159
+ switch (p.key) {
169
160
  case "ArrowUp":
170
161
  case "ArrowDown":
171
- d.preventDefault(), _e(), Z(d);
162
+ p.preventDefault(), ue(), G(p);
172
163
  break;
173
164
  }
174
165
  }
175
- function b(d) {
176
- d && d.removeAttribute("aria-selected");
166
+ function re(p) {
167
+ p && p.removeAttribute("aria-selected");
177
168
  }
178
- function N() {
179
- B.value && (clearTimeout(B.value), B.value = 0), B.value = setTimeout(() => {
180
- v.value = "", B.value = 0;
169
+ function y() {
170
+ k.value && (clearTimeout(k.value), k.value = 0), k.value = setTimeout(() => {
171
+ v.value = "", k.value = 0;
181
172
  }, 500);
182
173
  }
183
- function U(d) {
184
- let y = "";
185
- (v.value === "" || y !== d) && (L.value = s.options.findIndex(
186
- (C) => C.value === s.modelValue
187
- )), v.value = y === d ? d : v.value + d, y = d, N();
188
- let k = O(
174
+ function z(p) {
175
+ let w = "";
176
+ (v.value === "" || w !== p) && (L.value = s.options.findIndex(
177
+ (D) => D.value === s.modelValue
178
+ )), v.value = w === p ? p : v.value + p, w = p, y();
179
+ let q = j(
189
180
  L.value + 1,
190
181
  s.options.length
191
182
  );
192
- return !k && v.value.length === 1 && (k = O(0, L.value)), L.value = (L.value + 1) % s.options.length, k;
183
+ return !q && v.value.length === 1 && (q = j(0, L.value)), L.value = (L.value + 1) % s.options.length, q;
193
184
  }
194
- function O(d, y) {
195
- for (let k = d; k < y; k++)
196
- if (s.options[k].label && s.options[k].label.toUpperCase().indexOf(v.value.toUpperCase()) === 0)
197
- return _.value[k];
185
+ function j(p, w) {
186
+ for (let q = p; q < w; q++)
187
+ if (s.options[q].label && s.options[q].label.toUpperCase().indexOf(v.value.toUpperCase()) === 0)
188
+ return d.value[q];
198
189
  return null;
199
190
  }
200
- function ue() {
201
- X(_.value[0]);
191
+ function E() {
192
+ W(d.value[0]);
202
193
  }
203
- function X(d) {
204
- var k, C;
205
- const y = d.getAttribute("data-value");
194
+ function W(p) {
195
+ var q, D;
196
+ const w = p.getAttribute("data-value");
206
197
  if (s.modelValue) {
207
- const z = s.options.findIndex(
208
- (ye) => ye.value === s.modelValue
209
- ), J = _.value[z];
210
- b(J);
198
+ const O = s.options.findIndex(
199
+ ($e) => $e.value === s.modelValue
200
+ ), Y = d.value[O];
201
+ re(Y);
211
202
  }
212
- if (d.setAttribute("aria-selected", "true"), (k = h.value) == null || k.setAttribute(
203
+ if (p.setAttribute("aria-selected", "true"), (q = _.value) == null || q.setAttribute(
213
204
  "aria-activedescendant",
214
- y || ""
215
- ), ie(y || ""), h.value && h.value.scrollHeight > h.value.clientHeight) {
216
- const z = h.value.clientHeight + h.value.scrollTop, J = d.offsetTop + d.offsetHeight;
217
- J > z ? h.value.scrollTop = J - ((C = h.value) == null ? void 0 : C.clientHeight) : d.offsetTop < h.value.scrollTop && (h.value.scrollTop = d.offsetTop);
205
+ w || ""
206
+ ), se(w || ""), _.value && _.value.scrollHeight > _.value.clientHeight) {
207
+ const O = _.value.clientHeight + _.value.scrollTop, Y = p.offsetTop + p.offsetHeight;
208
+ Y > O ? _.value.scrollTop = Y - ((D = _.value) == null ? void 0 : D.clientHeight) : p.offsetTop < _.value.scrollTop && (_.value.scrollTop = p.offsetTop);
218
209
  }
219
210
  }
220
- function ge() {
221
- var y;
222
- const d = (y = _.value) == null ? void 0 : y[s.options.length - 1];
223
- X(d);
211
+ function be() {
212
+ var w;
213
+ const p = (w = d.value) == null ? void 0 : w[s.options.length - 1];
214
+ W(p);
224
215
  }
225
216
  function te() {
226
- var d;
227
- w.value = !0, (d = u.value) == null || d.removeAttribute("aria-expanded");
217
+ var p;
218
+ b.value = !0, (p = u.value) == null || p.removeAttribute("aria-expanded");
228
219
  }
229
- function _e() {
230
- var d, y;
231
- w.value = !1, (d = u.value) == null || d.setAttribute("aria-expanded", "true"), (y = h.value) == null || y.focus();
220
+ function ue() {
221
+ var p, w;
222
+ b.value = !1, (p = u.value) == null || p.setAttribute("aria-expanded", "true"), (w = _.value) == null || w.focus();
232
223
  }
233
- function be() {
234
- s.disabled || (w.value ? _e() : te());
224
+ function ye() {
225
+ s.disabled || (b.value ? ue() : te());
235
226
  }
236
- return (d, y) => (l(), i("div", {
237
- ref: "listbox",
238
- class: "listbox__wrapper",
239
- value: d.modelValue
240
- }, [
241
- t("label", {
242
- id: `${d.name}-label`,
243
- class: m([{
244
- "listbox__label--visually-hidden": !d.showLabel,
245
- "is-disabled": d.disabled,
246
- "is-required": d.required
247
- }, "listbox__label"])
248
- }, n(d.label), 11, Re),
249
- K((l(), i("div", Ne, [
250
- t("button", {
251
- id: `${d.name}-button-label`,
252
- ref_key: "listboxButton",
253
- ref: u,
254
- "aria-labelledby": `${d.name}-label ${d.name}-button-label`,
255
- type: "button",
256
- "aria-haspopup": "listbox",
257
- "aria-disabled": d.disabled,
258
- class: m(["listbox__button", o.value]),
259
- onClick: be,
260
- onKeydown: re
261
- }, n(d.modelValue ? le.value : d.placeholder), 43, ze),
262
- K(t("ul", {
263
- ref_key: "listboxNode",
264
- ref: h,
265
- "aria-labelledby": `${d.name}-label`,
266
- "aria-activedescendant": d.modelValue,
267
- tabindex: "0",
268
- role: "listbox",
269
- class: "listbox__list",
270
- onKeydown: Z,
271
- onClick: G
272
- }, [
273
- (l(!0), i(P, null, M(d.options, (k, C) => (l(), i("li", {
274
- key: `${d.name}-option-${C}`,
275
- ref_for: !0,
276
- ref_key: "listboxOptions",
227
+ return (p, w) => {
228
+ const q = _e("click-outside");
229
+ return l(), i("div", {
230
+ ref: "listbox",
231
+ class: "listbox__wrapper",
232
+ value: p.modelValue
233
+ }, [
234
+ t("label", {
235
+ id: `${p.name}-label`,
236
+ class: m([{
237
+ "listbox__label--visually-hidden": !p.showLabel,
238
+ "is-disabled": p.disabled,
239
+ "is-required": p.required
240
+ }, "listbox__label"])
241
+ }, n(p.label), 11, Ee),
242
+ K((l(), i("div", Ne, [
243
+ t("button", {
244
+ id: `${p.name}-button-label`,
245
+ ref_key: "listboxButton",
246
+ ref: u,
247
+ "aria-labelledby": `${p.name}-label ${p.name}-button-label`,
248
+ type: "button",
249
+ "aria-haspopup": "listbox",
250
+ "aria-disabled": p.disabled,
251
+ class: m(["listbox__button", o.value]),
252
+ onClick: ye,
253
+ onKeydown: ee
254
+ }, n(p.modelValue ? le.value : p.placeholder), 43, ze),
255
+ K(t("ul", {
256
+ ref_key: "listboxNode",
277
257
  ref: _,
278
- "aria-selected": k.value === d.modelValue,
279
- "data-value": k.value,
280
- class: "listbox__option",
281
- role: "option"
282
- }, n(k.label), 9, Ue))), 128))
283
- ], 40, je), [
284
- [Y, !w.value]
258
+ "aria-labelledby": `${p.name}-label`,
259
+ "aria-activedescendant": p.modelValue,
260
+ tabindex: "0",
261
+ role: "listbox",
262
+ class: "listbox__list",
263
+ onKeydown: G,
264
+ onClick: ie
265
+ }, [
266
+ (l(!0), i(A, null, P(p.options, (D, O) => (l(), i("li", {
267
+ key: `${p.name}-option-${O}`,
268
+ ref_for: !0,
269
+ ref_key: "listboxOptions",
270
+ ref: d,
271
+ "aria-selected": D.value === p.modelValue,
272
+ "data-value": D.value,
273
+ class: "listbox__option",
274
+ role: "option"
275
+ }, n(D.label), 9, Ke))), 128))
276
+ ], 40, je), [
277
+ [Z, !b.value]
278
+ ])
279
+ ])), [
280
+ [q, te]
285
281
  ])
286
- ])), [
287
- [se, te]
288
- ])
289
- ], 8, He));
282
+ ], 8, Re);
283
+ };
290
284
  }
291
- }), Ge = /* @__PURE__ */ f(Ke, [["__scopeId", "data-v-6a8da7a4"]]), Je = { class: "image__wrapper" }, We = /* @__PURE__ */ g({
285
+ }), Ge = /* @__PURE__ */ f(Ue, [["__scopeId", "data-v-a17afd8c"]]), Je = { class: "image__wrapper" }, We = /* @__PURE__ */ g({
292
286
  __name: "image",
293
287
  props: {
294
288
  src: { default: void 0 },
@@ -301,17 +295,17 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
301
295
  },
302
296
  setup(e) {
303
297
  return (a, r) => (l(), i("div", Je, [
304
- c(a.$slots, "default", F(R(a.$attrs)))
298
+ c(a.$slots, "default", F(N(a.$attrs)))
305
299
  ]));
306
300
  }
307
- }), A = /* @__PURE__ */ f(We, [["__scopeId", "data-v-e10217bd"]]), Ye = { class: "label__wrapper" }, Qe = ["aria-label", "label-dark"], Ze = /* @__PURE__ */ g({
301
+ }), M = /* @__PURE__ */ f(We, [["__scopeId", "data-v-e10217bd"]]), Ye = { class: "label__wrapper" }, Qe = ["aria-label", "label-dark"], Ze = /* @__PURE__ */ g({
308
302
  __name: "label",
309
303
  props: {
310
304
  text: {},
311
305
  labelDark: { type: Boolean, default: !1 }
312
306
  },
313
307
  setup(e) {
314
- const a = e, r = D(() => `Label: ${a.text}`);
308
+ const a = e, r = T(() => `Label: ${a.text}`);
315
309
  return (s, o) => (l(), i("div", Ye, [
316
310
  t("span", {
317
311
  "aria-label": r.value,
@@ -320,7 +314,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
320
314
  }, n(s.text), 11, Qe)
321
315
  ]));
322
316
  }
323
- }), Q = /* @__PURE__ */ f(Ze, [["__scopeId", "data-v-7d9d3a8a"]]), Xe = { class: "link__wrapper" }, V = /* @__PURE__ */ g({
317
+ }), X = /* @__PURE__ */ f(Ze, [["__scopeId", "data-v-7d9d3a8a"]]), Xe = { class: "link__wrapper" }, V = /* @__PURE__ */ g({
324
318
  __name: "link",
325
319
  props: {
326
320
  linkType: { default: "regular" },
@@ -342,24 +336,24 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
342
336
  hover: "underline-hover",
343
337
  true: "add-underline",
344
338
  false: "remove-underline"
345
- }, s = e, o = D(() => a[s.linkType]), u = D(() => r[s.underline]), h = D(() => {
346
- const { ..._ } = $e(s);
347
- return _;
339
+ }, s = e, o = T(() => a[s.linkType]), u = T(() => r[s.underline]), _ = T(() => {
340
+ const { ...d } = ke(s);
341
+ return d;
348
342
  });
349
- return (_, B) => (l(), i("div", Xe, [
350
- t("div", de(h.value, {
343
+ return (d, k) => (l(), i("div", Xe, [
344
+ t("div", de(_.value, {
351
345
  class: ["mir-link", [
352
346
  o.value,
353
- _.disabled ? "disabled" : "",
347
+ d.disabled ? "disabled" : "",
354
348
  u.value,
355
- _.arrow ? "link-arrow" : ""
349
+ d.arrow ? "link-arrow" : ""
356
350
  ]]
357
351
  }), [
358
- c(_.$slots, "default")
352
+ c(d.$slots, "default")
359
353
  ], 16)
360
354
  ]));
361
355
  }
362
- }), xe = (e) => (E("data-v-fa1bda9b"), e = e(), H(), e), et = ["id", "name", "value", "checked", "disabled", "required"], tt = ["for"], at = /* @__PURE__ */ xe(() => /* @__PURE__ */ t("span", { class: "radiomark" }, null, -1)), ot = /* @__PURE__ */ g({
356
+ }), xe = (e) => (H("data-v-fa1bda9b"), e = e(), R(), e), et = ["id", "name", "value", "checked", "disabled", "required"], tt = ["for"], at = /* @__PURE__ */ xe(() => /* @__PURE__ */ t("span", { class: "radiomark" }, null, -1)), ot = /* @__PURE__ */ g({
363
357
  __name: "radio-button",
364
358
  props: {
365
359
  name: { default: "radio" },
@@ -426,7 +420,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
426
420
  a.$emit("update:modelValue", s.target.value), s.target.blur();
427
421
  })
428
422
  }, [
429
- (l(!0), i(P, null, M(a.options, (s) => (l(), i("option", {
423
+ (l(!0), i(A, null, P(a.options, (s) => (l(), i("option", {
430
424
  key: s.value,
431
425
  value: s.value
432
426
  }, n(s.text), 9, nt))), 128))
@@ -444,8 +438,8 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
444
438
  const r = e, s = a, o = () => {
445
439
  s("update:show", !r.show);
446
440
  };
447
- return (u, h) => (l(), i("div", ut, [
448
- S(ke, {
441
+ return (u, _) => (l(), i("div", ut, [
442
+ S(we, {
449
443
  duration: 300,
450
444
  name: "nested"
451
445
  }, {
@@ -459,11 +453,11 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
459
453
  t("div", {
460
454
  id: "modal",
461
455
  class: m([u.searchBar ? "search" : ""]),
462
- onClick: h[0] || (h[0] = he(() => {
456
+ onClick: _[0] || (_[0] = pe(() => {
463
457
  }, ["stop"]))
464
458
  }, [
465
459
  t("div", null, [
466
- u.searchBar ? p("", !0) : (l(), T(ae, {
460
+ u.searchBar ? h("", !0) : (l(), C(ae, {
467
461
  key: 0,
468
462
  "aria-label": "close",
469
463
  variant: "close",
@@ -473,14 +467,14 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
473
467
  c(u.$slots, "default", {}, void 0, !0)
474
468
  ], 2)
475
469
  ], 2), [
476
- [Y, u.show]
470
+ [Z, u.show]
477
471
  ])
478
472
  ]),
479
473
  _: 3
480
474
  })
481
475
  ]));
482
476
  }
483
- }), 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({
477
+ }), fe = /* @__PURE__ */ f(_t, [["__scopeId", "data-v-80f0fb08"]]), pt = { class: "slider__wrapper" }, ht = { 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({
484
478
  __name: "slider",
485
479
  props: {
486
480
  label: {},
@@ -496,20 +490,20 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
496
490
  },
497
491
  emits: ["update:modelValue"],
498
492
  setup(e, { emit: a }) {
499
- const r = e, s = a, o = q(r.modelValue), u = q(), h = q(!1), _ = (v, w, L) => (v - w) / (L - w) * 100, B = (v) => {
500
- var w;
501
- (w = u.value) == null || w.style.setProperty("--ProgressPercent", `${v}%`);
493
+ const r = e, s = a, o = I(r.modelValue), u = I(), _ = I(!1), d = (v, b, L) => (v - b) / (L - b) * 100, k = (v) => {
494
+ var b;
495
+ (b = u.value) == null || b.style.setProperty("--ProgressPercent", `${v}%`);
502
496
  };
503
- return pe(() => {
497
+ return he(() => {
504
498
  if (u.value) {
505
499
  s("update:modelValue", o.value);
506
- const v = _(o.value, r.min, r.max);
507
- let w = (50 - v) / 100;
508
- B(v + w);
500
+ const v = d(o.value, r.min, r.max);
501
+ let b = (50 - v) / 100;
502
+ k(v + b);
509
503
  }
510
- }), (v, w) => (l(), i("div", null, [
511
- t("div", ht, [
512
- t("div", pt, [
504
+ }), (v, b) => (l(), i("div", null, [
505
+ t("div", pt, [
506
+ t("div", ht, [
513
507
  t("label", {
514
508
  for: v.id,
515
509
  class: m([v.variant, ""])
@@ -521,9 +515,9 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
521
515
  "aria-label": v.informationLabel,
522
516
  tabindex: "0",
523
517
  "aria-haspopup": "dialog",
524
- onClick: w[0] || (w[0] = (L) => h.value = !h.value),
525
- onKeyup: w[1] || (w[1] = we((L) => h.value = !h.value, ["enter"]))
526
- }, null, 42, vt)) : p("", !0)
518
+ onClick: b[0] || (b[0] = (L) => _.value = !_.value),
519
+ onKeyup: b[1] || (b[1] = Se((L) => _.value = !_.value, ["enter"]))
520
+ }, null, 42, vt)) : h("", !0)
527
521
  ]),
528
522
  t("div", ft, [
529
523
  t("span", {
@@ -540,7 +534,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
540
534
  step: v.step,
541
535
  max: v.max,
542
536
  class: m(v.variant),
543
- onInput: w[2] || (w[2] = ({ target: L }) => o.value = parseFloat(L.value))
537
+ onInput: b[2] || (b[2] = ({ target: L }) => o.value = parseFloat(L.value))
544
538
  }, null, 42, gt),
545
539
  t("span", {
546
540
  class: m([v.variant, "slider__minmax"])
@@ -550,16 +544,16 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
550
544
  class: m([v.variant, "slider__value"])
551
545
  }, n(v.modelValue), 3)
552
546
  ]),
553
- v.information ? (l(), T(ve, {
547
+ v.information ? (l(), C(fe, {
554
548
  key: 0,
555
- show: h.value,
556
- "onUpdate:show": w[3] || (w[3] = (L) => h.value = L)
549
+ show: _.value,
550
+ "onUpdate:show": b[3] || (b[3] = (L) => _.value = L)
557
551
  }, {
558
552
  default: $(() => [
559
553
  t("p", bt, n(v.information), 1)
560
554
  ]),
561
555
  _: 1
562
- }, 8, ["show"])) : p("", !0)
556
+ }, 8, ["show"])) : h("", !0)
563
557
  ]));
564
558
  }
565
559
  }), $t = /* @__PURE__ */ f(yt, [["__scopeId", "data-v-24a83011"]]), kt = { id: "textarea-wrapper" }, wt = ["for"], St = ["id"], Bt = ["id", "name", "placeholder", "required", "disabled", "maxlength", "value"], It = { class: "textarea-info" }, qt = { key: 0 }, Lt = /* @__PURE__ */ g({
@@ -602,7 +596,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
602
596
  ], 8, St),
603
597
  t("div", It, [
604
598
  t("div", null, [
605
- a.modelValue !== void 0 && a.modelValue.length === a.maxLength ? (l(), i("p", qt, " Too many characters. Please make it shorter ")) : p("", !0)
599
+ a.modelValue !== void 0 && a.modelValue.length === a.maxLength ? (l(), i("p", qt, " Too many characters. Please make it shorter ")) : h("", !0)
606
600
  ]),
607
601
  t("p", {
608
602
  class: m(
@@ -612,16 +606,16 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
612
606
  ])
613
607
  ]));
614
608
  }
615
- }), Ct = /* @__PURE__ */ f(Lt, [["__scopeId", "data-v-220a973c"]]), Dt = { class: "text-field__wrapper" }, Tt = ["for"], Vt = { key: 0 }, At = ["id", "type", "value", "placeholder", "required", "disabled", "name"], Pt = ["aria-expanded"], Mt = ["id", "type", "value", "placeholder", "required", "disabled", "name"], Ot = {
609
+ }), Dt = /* @__PURE__ */ f(Lt, [["__scopeId", "data-v-220a973c"]]), Ct = { class: "text-field__wrapper" }, Tt = ["for"], Vt = { key: 0 }, At = ["id", "type", "value", "placeholder", "required", "disabled", "name"], Pt = ["aria-expanded"], Mt = ["id", "type", "value", "placeholder", "required", "disabled", "name"], Ot = {
616
610
  key: 2,
617
611
  class: "search"
618
612
  }, Ft = {
619
613
  key: 3,
620
614
  class: "errorMessage"
621
- }, Et = {
615
+ }, Ht = {
622
616
  key: 4,
623
617
  class: "helperText"
624
- }, Ht = /* @__PURE__ */ g({
618
+ }, Rt = /* @__PURE__ */ g({
625
619
  __name: "text-field",
626
620
  props: {
627
621
  type: { default: "text" },
@@ -648,62 +642,62 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
648
642
  tel: "tel",
649
643
  url: "url",
650
644
  search: "search"
651
- }, r = e, s = D(() => a[r.type]), o = q(!0), u = D(
645
+ }, r = e, s = T(() => a[r.type]), o = I(!0), u = T(
652
646
  () => o.value ? "showPassword" : "hidePassword"
653
- ), h = D(
647
+ ), _ = T(
654
648
  () => o.value ? "password" : "text"
655
649
  );
656
- return (_, B) => (l(), i("div", Dt, [
650
+ return (d, k) => (l(), i("div", Ct, [
657
651
  t("label", {
658
- for: _.id,
652
+ for: d.id,
659
653
  class: m([
660
- _.required ? "required" : "",
661
- _.disabled ? "disabled" : "",
662
- _.search ? "search" : ""
654
+ d.required ? "required" : "",
655
+ d.disabled ? "disabled" : "",
656
+ d.search ? "search" : ""
663
657
  ])
664
- }, n(_.label), 11, Tt),
658
+ }, n(d.label), 11, Tt),
665
659
  s.value === "password" ? (l(), i("div", Vt, [
666
660
  t("input", {
667
- id: _.id,
661
+ id: d.id,
668
662
  ref: "passwordField",
669
- type: h.value,
670
- value: _.modelValue,
671
- placeholder: _.placeholder,
672
- required: _.required,
673
- disabled: _.disabled,
674
- name: _.fieldName,
675
- onInput: B[0] || (B[0] = (v) => _.$emit("update:modelValue", v.target.value))
663
+ type: _.value,
664
+ value: d.modelValue,
665
+ placeholder: d.placeholder,
666
+ required: d.required,
667
+ disabled: d.disabled,
668
+ name: d.fieldName,
669
+ onInput: k[0] || (k[0] = (v) => d.$emit("update:modelValue", v.target.value))
676
670
  }, null, 40, At),
677
671
  t("i", {
678
672
  role: "button",
679
673
  class: m([u.value]),
680
674
  "aria-controls": "password",
681
675
  "aria-expanded": !o.value,
682
- onClick: B[1] || (B[1] = (v) => o.value = !o.value)
676
+ onClick: k[1] || (k[1] = (v) => o.value = !o.value)
683
677
  }, null, 10, Pt)
684
678
  ])) : (l(), i("input", {
685
679
  key: 1,
686
- id: _.id,
680
+ id: d.id,
687
681
  ref: "textField",
688
682
  type: s.value,
689
- value: _.modelValue,
690
- placeholder: _.placeholder,
691
- required: _.required,
683
+ value: d.modelValue,
684
+ placeholder: d.placeholder,
685
+ required: d.required,
692
686
  class: m([
693
- _.invalid ? "invalid" : "",
694
- _.valid ? "valid" : "",
695
- _.search ? "search" : ""
687
+ d.invalid ? "invalid" : "",
688
+ d.valid ? "valid" : "",
689
+ d.search ? "search" : ""
696
690
  ]),
697
- disabled: _.disabled,
698
- name: _.fieldName,
699
- onInput: B[2] || (B[2] = (v) => _.$emit("update:modelValue", v.target.value))
691
+ disabled: d.disabled,
692
+ name: d.fieldName,
693
+ onInput: k[2] || (k[2] = (v) => d.$emit("update:modelValue", v.target.value))
700
694
  }, null, 42, Mt)),
701
- _.search ? (l(), i("i", Ot)) : p("", !0),
702
- _.errorMessage ? (l(), i("strong", Ft, n(_.errorMessage), 1)) : p("", !0),
703
- _.helperText ? (l(), i("span", Et, n(_.helperText), 1)) : p("", !0)
695
+ d.search ? (l(), i("i", Ot)) : h("", !0),
696
+ d.errorMessage ? (l(), i("strong", Ft, n(d.errorMessage), 1)) : h("", !0),
697
+ d.helperText ? (l(), i("span", Ht, n(d.helperText), 1)) : h("", !0)
704
698
  ]));
705
699
  }
706
- }), Rt = /* @__PURE__ */ f(Ht, [["__scopeId", "data-v-414b9435"]]), Nt = { class: "video__wrapper" }, zt = ["aria-label", "controls", "poster", "width", "height", "autoplay", "loop", "muted", "src"], jt = ["src", "aria-label", "title", "width", "height"], Ut = /* @__PURE__ */ g({
700
+ }), Et = /* @__PURE__ */ f(Rt, [["__scopeId", "data-v-414b9435"]]), Nt = { class: "video__wrapper" }, zt = ["aria-label", "controls", "poster", "width", "height", "autoplay", "loop", "muted", "src"], jt = ["src", "aria-label", "title", "width", "height"], Kt = /* @__PURE__ */ g({
707
701
  __name: "video",
708
702
  props: {
709
703
  play: { type: Boolean, default: !1 },
@@ -721,14 +715,14 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
721
715
  },
722
716
  setup(e, { expose: a }) {
723
717
  const r = e;
724
- let s = q(null);
725
- return pe(() => {
718
+ let s = I(null);
719
+ return he(() => {
726
720
  s.value && (r.play ? s.value.play() : r.play || s.value.pause());
727
721
  }), a({
728
722
  resetVideo: () => {
729
723
  s.value && (s.value.currentTime = 0, s.value.play());
730
724
  }
731
- }), (u, h) => (l(), i("div", Nt, [
725
+ }), (u, _) => (l(), i("div", Nt, [
732
726
  u.localVideo ? (l(), i("video", {
733
727
  key: 0,
734
728
  ref_key: "videoRef",
@@ -757,7 +751,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
757
751
  }, null, 8, jt))
758
752
  ]));
759
753
  }
760
- }), ee = /* @__PURE__ */ f(Ut, [["__scopeId", "data-v-c6a0feb6"]]), Kt = { class: "address__wrapper" }, Gt = { class: "address__content" }, Jt = { class: "address__flag" }, Wt = { class: "address__address" }, Yt = { class: "address__name" }, Qt = { key: 0 }, Zt = { class: "address__contact" }, Xt = ["href"], xt = ["href"], ea = ["href"], ta = /* @__PURE__ */ g({
754
+ }), x = /* @__PURE__ */ f(Kt, [["__scopeId", "data-v-c6a0feb6"]]), Ut = { class: "address__wrapper" }, Gt = { class: "address__content" }, Jt = { class: "address__flag" }, Wt = { class: "address__address" }, Yt = { class: "address__name" }, Qt = { key: 0 }, Zt = { class: "address__contact" }, Xt = ["href"], xt = ["href"], ea = ["href"], ta = /* @__PURE__ */ g({
761
755
  __name: "address",
762
756
  props: {
763
757
  name: {},
@@ -770,7 +764,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
770
764
  email: {}
771
765
  },
772
766
  setup(e) {
773
- return (a, r) => (l(), i("div", Kt, [
767
+ return (a, r) => (l(), i("div", Ut, [
774
768
  t("div", Gt, [
775
769
  t("div", Jt, [
776
770
  c(a.$slots, "address-flag", {}, void 0, !0)
@@ -780,10 +774,10 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
780
774
  t("p", null, n(a.company), 1),
781
775
  t("p", null, n(a.addressLine1), 1),
782
776
  t("p", null, n(a.addressLine2), 1),
783
- a.addressLine3 ? (l(), i("p", Qt, n(a.addressLine3), 1)) : p("", !0)
777
+ a.addressLine3 ? (l(), i("p", Qt, n(a.addressLine3), 1)) : h("", !0)
784
778
  ]),
785
779
  t("div", Zt, [
786
- a.website ? (l(), T(V, {
780
+ a.website ? (l(), C(V, {
787
781
  key: 0,
788
782
  underline: "false",
789
783
  "link-type": "regular"
@@ -795,8 +789,8 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
795
789
  }, n(a.website), 9, Xt)
796
790
  ]),
797
791
  _: 1
798
- })) : p("", !0),
799
- (l(!0), i(P, null, M(a.phoneNumbers, (s) => (l(), T(V, {
792
+ })) : h("", !0),
793
+ (l(!0), i(A, null, P(a.phoneNumbers, (s) => (l(), C(V, {
800
794
  key: s,
801
795
  underline: "false",
802
796
  "link-type": "regular"
@@ -817,7 +811,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
817
811
  ])
818
812
  ]));
819
813
  }
820
- }), aa = /* @__PURE__ */ f(ta, [["__scopeId", "data-v-e1c72a18"]]), oa = (e) => (E("data-v-a44fd57d"), e = e(), H(), e), la = { class: "bullet-list__wrapper" }, sa = /* @__PURE__ */ oa(() => /* @__PURE__ */ t("i", { class: "checkmark" }, null, -1)), ia = /* @__PURE__ */ g({
814
+ }), aa = /* @__PURE__ */ f(ta, [["__scopeId", "data-v-e1c72a18"]]), oa = (e) => (H("data-v-a44fd57d"), e = e(), R(), e), la = { class: "bullet-list__wrapper" }, sa = /* @__PURE__ */ oa(() => /* @__PURE__ */ t("i", { class: "checkmark" }, null, -1)), ia = /* @__PURE__ */ g({
821
815
  __name: "bullet-list",
822
816
  props: {
823
817
  list: {
@@ -842,9 +836,9 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
842
836
  class: m(["bullet-list", e.variant])
843
837
  }, [
844
838
  t("ul", null, [
845
- (l(!0), i(P, null, M(e.list, (s) => (l(), i("li", { key: s }, [
839
+ (l(!0), i(A, null, P(e.list, (s) => (l(), i("li", { key: s }, [
846
840
  sa,
847
- x(" " + n(s), 1)
841
+ J(" " + n(s), 1)
848
842
  ]))), 128))
849
843
  ])
850
844
  ], 2)
@@ -872,8 +866,8 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
872
866
  },
873
867
  emits: ["clicked"],
874
868
  setup(e) {
875
- const a = Se();
876
- let r = q(!1);
869
+ const a = Be();
870
+ let r = I(!1);
877
871
  const s = {
878
872
  small: {
879
873
  class: "card--small",
@@ -890,43 +884,43 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
890
884
  width: "596",
891
885
  height: "335"
892
886
  }
893
- }, o = e, u = D(() => s[o.size]);
894
- return (h, _) => (l(), i("div", na, [
887
+ }, o = e, u = T(() => s[o.size]);
888
+ return (_, d) => (l(), i("div", na, [
895
889
  t("div", {
896
890
  class: m(["card", [
897
- h.theme === "dark" ? "card--dark" : "card--light",
898
- h.orientation === "vertical" ? "vertical" : "horizontal",
891
+ _.theme === "dark" ? "card--dark" : "card--light",
892
+ _.orientation === "vertical" ? "vertical" : "horizontal",
899
893
  u.value.class,
900
- h.size === "large" && h.variant === "article" ? "card--large-article" : "",
901
- h.variant === "product" ? "card--product" : "card--article"
894
+ _.size === "large" && _.variant === "article" ? "card--large-article" : "",
895
+ _.variant === "product" ? "card--product" : "card--article"
902
896
  ]]),
903
- style: ce([h.variant === "product" ? "font-weight: 700" : "font-weight: 300"]),
904
- onMouseover: _[0] || (_[0] = (B) => ne(r) ? r.value = !0 : r = !0),
905
- onMouseout: _[1] || (_[1] = (B) => ne(r) ? r.value = !1 : r = !1)
897
+ style: ce([_.variant === "product" ? "font-weight: 700" : "font-weight: 300"]),
898
+ onMouseover: d[0] || (d[0] = (k) => ne(r) ? r.value = !0 : r = !0),
899
+ onMouseout: d[1] || (d[1] = (k) => ne(r) ? r.value = !1 : r = !1)
906
900
  }, [
907
- h.mediaType === "image" ? (l(), T(A, { key: 0 }, {
901
+ _.mediaType === "image" ? (l(), C(M, { key: 0 }, {
908
902
  default: $(() => [
909
- c(h.$slots, "card-image", de({
910
- src: h.imgSrc,
903
+ c(_.$slots, "card-image", de({
904
+ src: _.imgSrc,
911
905
  width: "596",
912
906
  height: "335",
913
- alt: h.alt,
907
+ alt: _.alt,
914
908
  loading: "auto",
915
909
  sizes: "(min-width: 581px) 582px, 100vw"
916
- }, { srcset: h.srcSet }))
910
+ }, { srcset: _.srcSet }))
917
911
  ]),
918
912
  _: 3
919
913
  })) : (l(), i("div", {
920
914
  key: 1,
921
- class: m(["video-card__wrapper", I(r) === !0 ? "vimeoPlaying" : ""])
915
+ class: m(["video-card__wrapper", B(r) === !0 ? "vimeoPlaying" : ""])
922
916
  }, [
923
- S(ee, {
924
- play: I(r),
917
+ S(x, {
918
+ play: B(r),
925
919
  "local-video": !0,
926
- src: h.videoSrc,
927
- "aria-label": h.arialabel,
920
+ src: _.videoSrc,
921
+ "aria-label": _.arialabel,
928
922
  controls: !1,
929
- poster: h.imgSrc,
923
+ poster: _.imgSrc,
930
924
  width: u.value.width,
931
925
  height: u.value.height,
932
926
  autoplay: !0,
@@ -934,28 +928,28 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
934
928
  muted: !0
935
929
  }, null, 8, ["play", "src", "aria-label", "poster", "width", "height"])
936
930
  ], 2)),
937
- I(a)["card-label"] ? (l(), i("div", da, [
938
- c(h.$slots, "card-label")
939
- ])) : p("", !0),
940
- h.variant === "product" ? (l(), i("div", {
931
+ B(a)["card-label"] ? (l(), i("div", da, [
932
+ c(_.$slots, "card-label")
933
+ ])) : h("", !0),
934
+ _.variant === "product" ? (l(), i("div", {
941
935
  key: 3,
942
936
  class: m([
943
937
  "card__headline",
944
- h.theme === "dark" ? "regular-dark" : "regular-blue"
938
+ _.theme === "dark" ? "regular-dark" : "regular-blue"
945
939
  ]),
946
940
  style: { "font-weight": "700" }
947
- }, n(h.headline), 3)) : (l(), i("div", {
941
+ }, n(_.headline), 3)) : (l(), i("div", {
948
942
  key: 4,
949
943
  class: m([
950
944
  "card__headline",
951
- h.theme === "dark" ? "regular-dark" : "regular-dark-blue"
945
+ _.theme === "dark" ? "regular-dark" : "regular-dark-blue"
952
946
  ])
953
- }, n(h.headline), 3)),
954
- h.variant === "product" ? (l(), i("p", ca, n(h.paragraph), 1)) : p("", !0)
947
+ }, n(_.headline), 3)),
948
+ _.variant === "product" ? (l(), i("p", ca, n(_.paragraph), 1)) : h("", !0)
955
949
  ], 38)
956
950
  ]));
957
951
  }
958
- }), _a = /* @__PURE__ */ f(ua, [["__scopeId", "data-v-351c5fbb"]]), ha = (e) => (E("data-v-2c394add"), e = e(), H(), e), pa = { class: "event__wrapper" }, ma = { class: "event__headline" }, va = { class: "event__date-location" }, fa = /* @__PURE__ */ ha(() => /* @__PURE__ */ t("br", null, null, -1)), ga = { class: "event__exhibitor" }, ba = /* @__PURE__ */ g({
952
+ }), _a = /* @__PURE__ */ f(ua, [["__scopeId", "data-v-351c5fbb"]]), pa = (e) => (H("data-v-2c394add"), e = e(), R(), e), ha = { class: "event__wrapper" }, ma = { class: "event__headline" }, va = { class: "event__date-location" }, fa = /* @__PURE__ */ pa(() => /* @__PURE__ */ t("br", null, null, -1)), ga = { class: "event__exhibitor" }, ba = /* @__PURE__ */ g({
959
953
  __name: "event-card",
960
954
  props: {
961
955
  eventType: {
@@ -980,16 +974,16 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
980
974
  }
981
975
  },
982
976
  setup(e) {
983
- return (a, r) => (l(), i("div", pa, [
984
- S(Q, {
977
+ return (a, r) => (l(), i("div", ha, [
978
+ S(X, {
985
979
  "label-dark": !1,
986
980
  text: e.eventType ? e.eventType : ""
987
981
  }, null, 8, ["text"]),
988
982
  t("div", ma, n(e.headline), 1),
989
983
  t("div", va, [
990
- x(n(e.dateTime), 1),
984
+ J(n(e.dateTime), 1),
991
985
  fa,
992
- x(n(e.location), 1)
986
+ J(n(e.location), 1)
993
987
  ]),
994
988
  t("div", ga, n(e.exhibitor), 1)
995
989
  ]));
@@ -1012,7 +1006,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
1012
1006
  },
1013
1007
  setup(e) {
1014
1008
  return (a, r) => (l(), i("div", $a, [
1015
- S(Q, {
1009
+ S(X, {
1016
1010
  "label-dark": !1,
1017
1011
  text: e.label ? e.label : ""
1018
1012
  }, null, 8, ["text"]),
@@ -1022,10 +1016,47 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
1022
1016
  ])
1023
1017
  ]));
1024
1018
  }
1025
- }), Ba = /* @__PURE__ */ f(Sa, [["__scopeId", "data-v-ebdea819"]]), Ia = { class: "facts__wrapper" }, qa = { class: "facts__content" }, La = { class: "facts__headline" }, Ca = { class: "facts" }, Da = { class: "fact__value" }, Ta = { class: "fact__metric" }, Va = {
1019
+ }), Ba = /* @__PURE__ */ f(Sa, [["__scopeId", "data-v-ebdea819"]]), Ia = { class: "card-display__wrapper" }, qa = {
1020
+ key: 0,
1021
+ class: "card__content"
1022
+ }, La = { key: 0 }, Da = { key: 1 }, Ca = { class: "card__cards" }, Ta = /* @__PURE__ */ g({
1023
+ __name: "card-display",
1024
+ props: {
1025
+ headline: {
1026
+ type: String,
1027
+ default: ""
1028
+ },
1029
+ paragraph: {
1030
+ type: String,
1031
+ default: ""
1032
+ },
1033
+ bgColor: {
1034
+ type: String,
1035
+ default: "white"
1036
+ }
1037
+ },
1038
+ setup(e) {
1039
+ return (a, r) => (l(), i("div", {
1040
+ class: m([
1041
+ "card-display",
1042
+ e.bgColor === "blue" ? "card-display--blue" : "card-display--white"
1043
+ ])
1044
+ }, [
1045
+ t("div", Ia, [
1046
+ e.headline || e.paragraph ? (l(), i("div", qa, [
1047
+ e.headline ? (l(), i("h2", La, n(e.headline), 1)) : h("", !0),
1048
+ e.paragraph ? (l(), i("p", Da, n(e.paragraph), 1)) : h("", !0)
1049
+ ])) : h("", !0),
1050
+ t("div", Ca, [
1051
+ c(a.$slots, "card-display-cards", {}, void 0, !0)
1052
+ ])
1053
+ ])
1054
+ ], 2));
1055
+ }
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 = {
1026
1057
  key: 0,
1027
1058
  class: "facts__link"
1028
- }, Aa = /* @__PURE__ */ g({
1059
+ }, Ea = /* @__PURE__ */ g({
1029
1060
  __name: "facts",
1030
1061
  props: {
1031
1062
  headline: { default: "" },
@@ -1049,23 +1080,23 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
1049
1080
  }) }
1050
1081
  },
1051
1082
  setup(e) {
1052
- return (a, r) => (l(), i("div", Ia, [
1053
- t("div", qa, [
1054
- t("h2", La, n(a.headline), 1),
1055
- t("div", Ca, [
1056
- (l(!0), i(P, null, M(a.facts, (s) => (l(), i("div", {
1083
+ return (a, r) => (l(), i("div", Aa, [
1084
+ t("div", Pa, [
1085
+ t("h2", Ma, n(a.headline), 1),
1086
+ t("div", Oa, [
1087
+ (l(!0), i(A, null, P(a.facts, (s) => (l(), i("div", {
1057
1088
  key: s.value + s.metric,
1058
1089
  class: "fact"
1059
1090
  }, [
1060
- t("div", Da, [
1091
+ t("div", Fa, [
1061
1092
  t("span", null, n(s.value), 1)
1062
1093
  ]),
1063
- t("div", Ta, [
1094
+ t("div", Ha, [
1064
1095
  t("span", null, n(s.metric), 1)
1065
1096
  ])
1066
1097
  ]))), 128))
1067
1098
  ]),
1068
- a.link ? (l(), i("div", Va, [
1099
+ a.link ? (l(), i("div", Ra, [
1069
1100
  S(V, {
1070
1101
  "link-type": "regular_light",
1071
1102
  arrow: ""
@@ -1075,17 +1106,17 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
1075
1106
  ]),
1076
1107
  _: 3
1077
1108
  })
1078
- ])) : p("", !0)
1109
+ ])) : h("", !0)
1079
1110
  ])
1080
1111
  ]));
1081
1112
  }
1082
- }), Pa = /* @__PURE__ */ f(Aa, [["__scopeId", "data-v-d2b231d4"]]), Ma = { class: "features__wrapper" }, Oa = { class: "features__content" }, Fa = {
1113
+ }), Na = /* @__PURE__ */ f(Ea, [["__scopeId", "data-v-d2b231d4"]]), za = { class: "features__wrapper" }, ja = { class: "features__content" }, Ka = {
1083
1114
  key: 0,
1084
1115
  class: "features__headline"
1085
- }, Ea = {
1116
+ }, Ua = {
1086
1117
  key: 1,
1087
1118
  class: "features__body"
1088
- }, Ha = { class: "element__headline" }, Ra = { class: "element__body" }, Na = /* @__PURE__ */ g({
1119
+ }, Ga = { class: "element__headline" }, Ja = { class: "element__body" }, Wa = /* @__PURE__ */ g({
1089
1120
  __name: "features",
1090
1121
  props: {
1091
1122
  headline: { default: "" },
@@ -1093,24 +1124,24 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
1093
1124
  elements: { default: () => [] }
1094
1125
  },
1095
1126
  setup(e) {
1096
- return (a, r) => (l(), i("div", Ma, [
1097
- t("div", Oa, [
1098
- a.headline ? (l(), i("div", Fa, [
1127
+ return (a, r) => (l(), i("div", za, [
1128
+ t("div", ja, [
1129
+ a.headline ? (l(), i("div", Ka, [
1099
1130
  t("h2", null, n(a.headline), 1)
1100
- ])) : p("", !0),
1101
- a.body ? (l(), i("div", Ea, [
1131
+ ])) : h("", !0),
1132
+ a.body ? (l(), i("div", Ua, [
1102
1133
  c(a.$slots, "features-body", {}, void 0, !0)
1103
- ])) : p("", !0),
1134
+ ])) : h("", !0),
1104
1135
  t("div", {
1105
1136
  class: m(["features__elements", [a.elements.length === 6 ? "features__elements--grid-6" : ""]])
1106
1137
  }, [
1107
- (l(!0), i(P, null, M(a.elements, (s) => (l(), i("div", {
1138
+ (l(!0), i(A, null, P(a.elements, (s) => (l(), i("div", {
1108
1139
  key: s.headline,
1109
1140
  class: "features__element"
1110
1141
  }, [
1111
- S(A, { class: "element__icon" }, {
1142
+ S(M, { class: "element__icon" }, {
1112
1143
  default: $(() => [
1113
- c(a.$slots, "features-icon", F(R({
1144
+ c(a.$slots, "features-icon", F(N({
1114
1145
  src: s.icon.src,
1115
1146
  height: 30,
1116
1147
  width: 30,
@@ -1119,14 +1150,14 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
1119
1150
  ]),
1120
1151
  _: 2
1121
1152
  }, 1024),
1122
- t("p", Ha, n(s.headline), 1),
1123
- t("p", Ra, n(s.body), 1)
1153
+ t("p", Ga, n(s.headline), 1),
1154
+ t("p", Ja, n(s.body), 1)
1124
1155
  ]))), 128))
1125
1156
  ], 2)
1126
1157
  ])
1127
1158
  ]));
1128
1159
  }
1129
- }), za = /* @__PURE__ */ f(Na, [["__scopeId", "data-v-57a22df7"]]), ja = { class: "form__wrapper" }, Ua = { class: "form__content" }, Ka = { class: "form__information" }, Ga = { class: "form__headline" }, Ja = { class: "form__body" }, Wa = { class: "form__script" }, Ya = /* @__PURE__ */ g({
1160
+ }), Ya = /* @__PURE__ */ f(Wa, [["__scopeId", "data-v-57a22df7"]]), Qa = { class: "form__wrapper" }, Za = { class: "form__content" }, Xa = { class: "form__information" }, xa = { class: "form__headline" }, eo = { class: "form__body" }, to = { class: "form__script" }, ao = /* @__PURE__ */ g({
1130
1161
  __name: "form-script",
1131
1162
  props: {
1132
1163
  headline: {
@@ -1135,21 +1166,92 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
1135
1166
  }
1136
1167
  },
1137
1168
  setup(e) {
1138
- return (a, r) => (l(), i("div", ja, [
1139
- t("div", Ua, [
1140
- t("div", Ka, [
1141
- t("h2", Ga, n(e.headline), 1),
1142
- t("div", Ja, [
1169
+ return (a, r) => (l(), i("div", Qa, [
1170
+ t("div", Za, [
1171
+ t("div", Xa, [
1172
+ t("h2", xa, n(e.headline), 1),
1173
+ t("div", eo, [
1143
1174
  c(a.$slots, "form-body", {}, void 0, !0)
1144
1175
  ])
1145
1176
  ]),
1146
- t("div", Wa, [
1177
+ t("div", to, [
1147
1178
  c(a.$slots, "form-script", {}, void 0, !0)
1148
1179
  ])
1149
1180
  ])
1150
1181
  ]));
1151
1182
  }
1152
- }), Qa = /* @__PURE__ */ f(Ya, [["__scopeId", "data-v-87a67c13"]]), Za = { class: "image__wrapper" }, Xa = { class: "image__content" }, xa = { class: "image__image" }, eo = { class: "image__caption" }, to = /* @__PURE__ */ g({
1183
+ }), oo = /* @__PURE__ */ f(ao, [["__scopeId", "data-v-87a67c13"]]), lo = { class: "headline__wrapper" }, so = { class: "headline__h1" }, io = /* @__PURE__ */ g({
1184
+ __name: "headline",
1185
+ props: {
1186
+ headline: {
1187
+ type: String,
1188
+ required: !0
1189
+ },
1190
+ article: {
1191
+ type: Boolean,
1192
+ required: !1
1193
+ },
1194
+ subMenu: {
1195
+ type: Boolean,
1196
+ required: !1
1197
+ }
1198
+ },
1199
+ setup(e) {
1200
+ return (a, r) => (l(), i("div", lo, [
1201
+ t("div", {
1202
+ class: m({
1203
+ "headline__content--article-and-submenu": e.article && e.subMenu,
1204
+ "headline__content--article": e.article && !e.subMenu,
1205
+ "headline__content--default headline__content--submenu": !e.article && e.subMenu,
1206
+ "headline__content--default": !e.article && !e.subMenu
1207
+ })
1208
+ }, [
1209
+ t("h1", so, n(e.headline), 1)
1210
+ ], 2)
1211
+ ]));
1212
+ }
1213
+ }), ro = /* @__PURE__ */ f(io, [["__scopeId", "data-v-3ef1567e"]]), no = (e) => (H("data-v-22f9be13"), e = e(), R(), e), co = { class: "hero__wrapper" }, uo = { class: "hero__content" }, _o = { class: "hero__top" }, po = { class: "hero__elements" }, ho = { class: "hero__headline" }, mo = { class: "hero__link" }, vo = { class: "hero__video" }, fo = /* @__PURE__ */ no(() => /* @__PURE__ */ t("div", { class: "hero__gradient" }, null, -1)), go = { class: "hero__video__video" }, bo = { class: "hero__image" }, yo = /* @__PURE__ */ g({
1214
+ __name: "hero",
1215
+ props: {
1216
+ headline: {
1217
+ type: String,
1218
+ required: !0
1219
+ }
1220
+ },
1221
+ setup(e) {
1222
+ return (a, r) => (l(), i("div", co, [
1223
+ t("div", uo, [
1224
+ t("div", _o, [
1225
+ t("div", po, [
1226
+ t("div", ho, [
1227
+ t("h1", null, n(e.headline), 1)
1228
+ ]),
1229
+ t("div", mo, [
1230
+ S(V, {
1231
+ "link-type": "regular_light",
1232
+ arrow: ""
1233
+ }, {
1234
+ default: $(() => [
1235
+ c(a.$slots, "hero-link", {}, void 0, !0)
1236
+ ]),
1237
+ _: 3
1238
+ })
1239
+ ])
1240
+ ])
1241
+ ]),
1242
+ t("div", vo, [
1243
+ fo,
1244
+ t("div", go, [
1245
+ c(a.$slots, "hero-video", {}, void 0, !0)
1246
+ ]),
1247
+ t("div", bo, [
1248
+ c(a.$slots, "hero-image", {}, void 0, !0)
1249
+ ])
1250
+ ])
1251
+ ])
1252
+ ]));
1253
+ }
1254
+ }), $o = /* @__PURE__ */ f(yo, [["__scopeId", "data-v-22f9be13"]]), ko = { class: "image__wrapper" }, wo = { class: "image__content" }, So = { class: "image__image" }, Bo = { class: "image__caption" }, Io = /* @__PURE__ */ g({
1153
1255
  inheritAttrs: !1,
1154
1256
  __name: "image",
1155
1257
  props: {
@@ -1173,12 +1275,12 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
1173
1275
  }
1174
1276
  },
1175
1277
  setup(e) {
1176
- return (a, r) => (l(), i("div", Za, [
1177
- t("div", Xa, [
1178
- t("div", xa, [
1179
- S(A, null, {
1278
+ return (a, r) => (l(), i("div", ko, [
1279
+ t("div", wo, [
1280
+ t("div", So, [
1281
+ S(M, null, {
1180
1282
  default: $(() => [
1181
- c(a.$slots, "image", F(R({
1283
+ c(a.$slots, "image", F(N({
1182
1284
  width: 984,
1183
1285
  height: e.fullHeight ? "100%" : 554,
1184
1286
  src: e.src,
@@ -1189,20 +1291,20 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
1189
1291
  _: 3
1190
1292
  })
1191
1293
  ]),
1192
- t("p", eo, n(e.caption), 1)
1294
+ t("p", Bo, n(e.caption), 1)
1193
1295
  ])
1194
1296
  ]));
1195
1297
  }
1196
- }), ao = /* @__PURE__ */ f(to, [["__scopeId", "data-v-c583d657"]]), oo = { class: "gallery__large" }, lo = {
1298
+ }), qo = /* @__PURE__ */ f(Io, [["__scopeId", "data-v-c583d657"]]), Lo = { class: "gallery__large" }, Do = {
1197
1299
  key: 0,
1198
1300
  class: "image image--large"
1199
- }, so = {
1301
+ }, Co = {
1200
1302
  key: 1,
1201
1303
  class: "video"
1202
- }, io = {
1304
+ }, To = {
1203
1305
  key: 0,
1204
1306
  class: "body"
1205
- }, ro = /* @__PURE__ */ g({
1307
+ }, Vo = /* @__PURE__ */ g({
1206
1308
  __name: "image-gallery",
1207
1309
  props: {
1208
1310
  mediaLarge: {},
@@ -1218,7 +1320,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
1218
1320
  white: "",
1219
1321
  light: "gallery__wrapper--light",
1220
1322
  dark: "gallery__wrapper--dark mirsaic--dark"
1221
- }, r = e, s = D(() => a[r.bgColor]);
1323
+ }, r = e, s = T(() => a[r.bgColor]);
1222
1324
  return (o, u) => (l(), i("div", {
1223
1325
  class: m(["gallery__wrapper", s.value])
1224
1326
  }, [
@@ -1228,11 +1330,11 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
1228
1330
  o.flipHorizontal ? "gallery__content--reverse" : "gallery__content--default"
1229
1331
  ])
1230
1332
  }, [
1231
- t("div", oo, [
1232
- o.mediaLarge && o.mediaType === "image" ? (l(), i("div", lo, [
1233
- S(A, null, {
1333
+ t("div", Lo, [
1334
+ o.mediaLarge && o.mediaType === "image" ? (l(), i("div", Do, [
1335
+ S(M, null, {
1234
1336
  default: $(() => [
1235
- c(o.$slots, "image-large", F(R({
1337
+ c(o.$slots, "image-large", F(N({
1236
1338
  width: 617,
1237
1339
  height: 530,
1238
1340
  src: o.mediaLarge.src,
@@ -1241,9 +1343,9 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
1241
1343
  ]),
1242
1344
  _: 3
1243
1345
  })
1244
- ])) : p("", !0),
1245
- o.mediaLarge && o.mediaType === "video" ? (l(), i("div", so, [
1246
- S(ee, {
1346
+ ])) : h("", !0),
1347
+ o.mediaLarge && o.mediaType === "video" ? (l(), i("div", Co, [
1348
+ S(x, {
1247
1349
  src: o.mediaLarge.src,
1248
1350
  "local-video": "",
1249
1351
  "aria-label": o.mediaLarge.alt,
@@ -1255,7 +1357,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
1255
1357
  muted: "",
1256
1358
  play: ""
1257
1359
  }, null, 8, ["src", "aria-label"])
1258
- ])) : p("", !0)
1360
+ ])) : h("", !0)
1259
1361
  ]),
1260
1362
  t("div", {
1261
1363
  style: ce([o.mediaSmall.length === 2 ? "grid-gap: 38px;" : ""]),
@@ -1264,104 +1366,33 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
1264
1366
  o.flipVertical ? "gallery__small--reverse" : "gallery__small--default"
1265
1367
  ])
1266
1368
  }, [
1267
- (l(!0), i(P, null, M(o.mediaSmall, (h) => (l(), i("div", {
1268
- key: h.src + h.alt,
1369
+ (l(!0), i(A, null, P(o.mediaSmall, (_) => (l(), i("div", {
1370
+ key: _.src + _.alt,
1269
1371
  class: "image image--small"
1270
1372
  }, [
1271
- S(A, null, {
1373
+ S(M, null, {
1272
1374
  default: $(() => [
1273
- c(o.$slots, "image-small", F(R({
1375
+ c(o.$slots, "image-small", F(N({
1274
1376
  width: 328,
1275
1377
  height: 246,
1276
- src: h.src,
1277
- alt: h.alt
1378
+ src: _.src,
1379
+ alt: _.alt
1278
1380
  })))
1279
1381
  ]),
1280
1382
  _: 2
1281
1383
  }, 1024)
1282
1384
  ]))), 128)),
1283
- o.mediaSmall.length < 2 ? (l(), i("div", io, [
1385
+ o.mediaSmall.length < 2 ? (l(), i("div", To, [
1284
1386
  t("p", null, n(o.body), 1)
1285
- ])) : p("", !0)
1387
+ ])) : h("", !0)
1286
1388
  ], 6)
1287
1389
  ], 2)
1288
1390
  ], 2));
1289
1391
  }
1290
- }), no = /* @__PURE__ */ f(ro, [["__scopeId", "data-v-0d271138"]]), co = { class: "headline__wrapper" }, uo = { class: "headline__h1" }, _o = /* @__PURE__ */ g({
1291
- __name: "headline",
1292
- props: {
1293
- headline: {
1294
- type: String,
1295
- required: !0
1296
- },
1297
- article: {
1298
- type: Boolean,
1299
- required: !1
1300
- },
1301
- subMenu: {
1302
- type: Boolean,
1303
- required: !1
1304
- }
1305
- },
1306
- setup(e) {
1307
- return (a, r) => (l(), i("div", co, [
1308
- t("div", {
1309
- class: m({
1310
- "headline__content--article-and-submenu": e.article && e.subMenu,
1311
- "headline__content--article": e.article && !e.subMenu,
1312
- "headline__content--default headline__content--submenu": !e.article && e.subMenu,
1313
- "headline__content--default": !e.article && !e.subMenu
1314
- })
1315
- }, [
1316
- t("h1", uo, n(e.headline), 1)
1317
- ], 2)
1318
- ]));
1319
- }
1320
- }), ho = /* @__PURE__ */ f(_o, [["__scopeId", "data-v-3ef1567e"]]), po = (e) => (E("data-v-22f9be13"), e = e(), H(), e), mo = { class: "hero__wrapper" }, vo = { class: "hero__content" }, fo = { class: "hero__top" }, go = { class: "hero__elements" }, bo = { class: "hero__headline" }, yo = { class: "hero__link" }, $o = { class: "hero__video" }, ko = /* @__PURE__ */ po(() => /* @__PURE__ */ t("div", { class: "hero__gradient" }, null, -1)), wo = { class: "hero__video__video" }, So = { class: "hero__image" }, Bo = /* @__PURE__ */ g({
1321
- __name: "hero",
1322
- props: {
1323
- headline: {
1324
- type: String,
1325
- required: !0
1326
- }
1327
- },
1328
- setup(e) {
1329
- return (a, r) => (l(), i("div", mo, [
1330
- t("div", vo, [
1331
- t("div", fo, [
1332
- t("div", go, [
1333
- t("div", bo, [
1334
- t("h1", null, n(e.headline), 1)
1335
- ]),
1336
- t("div", yo, [
1337
- S(V, {
1338
- "link-type": "regular_light",
1339
- arrow: ""
1340
- }, {
1341
- default: $(() => [
1342
- c(a.$slots, "hero-link", {}, void 0, !0)
1343
- ]),
1344
- _: 3
1345
- })
1346
- ])
1347
- ])
1348
- ]),
1349
- t("div", $o, [
1350
- ko,
1351
- t("div", wo, [
1352
- c(a.$slots, "hero-video", {}, void 0, !0)
1353
- ]),
1354
- t("div", So, [
1355
- c(a.$slots, "hero-image", {}, void 0, !0)
1356
- ])
1357
- ])
1358
- ])
1359
- ]));
1360
- }
1361
- }), Io = /* @__PURE__ */ f(Bo, [["__scopeId", "data-v-22f9be13"]]), qo = { class: "logo-wall__wrapper" }, Lo = { class: "logo-wall__content" }, Co = {
1392
+ }), Ao = /* @__PURE__ */ f(Vo, [["__scopeId", "data-v-0d271138"]]), Po = { class: "logo-wall__wrapper" }, Mo = { class: "logo-wall__content" }, Oo = {
1362
1393
  key: 0,
1363
1394
  class: "logo-wall__text"
1364
- }, Do = { key: 0 }, To = { key: 1 }, Vo = { class: "logo-wall__logos" }, Ao = { class: "logo-wall__link" }, Po = /* @__PURE__ */ g({
1395
+ }, Fo = { key: 0 }, Ho = { key: 1 }, Ro = { class: "logo-wall__logos" }, Eo = { class: "logo-wall__link" }, No = /* @__PURE__ */ g({
1365
1396
  __name: "logo-wall",
1366
1397
  props: {
1367
1398
  headline: {
@@ -1379,20 +1410,20 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
1379
1410
  }
1380
1411
  },
1381
1412
  setup(e) {
1382
- return (a, r) => (l(), i("div", qo, [
1383
- t("div", Lo, [
1384
- e.headline || e.body ? (l(), i("div", Co, [
1385
- e.headline ? (l(), i("h2", Do, n(e.headline), 1)) : p("", !0),
1386
- e.body ? (l(), i("p", To, n(e.body), 1)) : p("", !0)
1387
- ])) : p("", !0),
1388
- t("div", Vo, [
1389
- (l(!0), i(P, null, M(e.logos, (s) => (l(), i("div", {
1413
+ return (a, r) => (l(), i("div", Po, [
1414
+ t("div", Mo, [
1415
+ e.headline || e.body ? (l(), i("div", Oo, [
1416
+ e.headline ? (l(), i("h2", Fo, n(e.headline), 1)) : h("", !0),
1417
+ e.body ? (l(), i("p", Ho, n(e.body), 1)) : h("", !0)
1418
+ ])) : h("", !0),
1419
+ t("div", Ro, [
1420
+ (l(!0), i(A, null, P(e.logos, (s) => (l(), i("div", {
1390
1421
  key: s.src + s.alt,
1391
1422
  class: "logo-wall__logo"
1392
1423
  }, [
1393
- S(A, null, {
1424
+ S(M, null, {
1394
1425
  default: $(() => [
1395
- c(a.$slots, "logo-wall-logo", F(R({
1426
+ c(a.$slots, "logo-wall-logo", F(N({
1396
1427
  width: 130,
1397
1428
  height: 130,
1398
1429
  src: s.src,
@@ -1403,7 +1434,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
1403
1434
  }, 1024)
1404
1435
  ]))), 128))
1405
1436
  ]),
1406
- t("div", Ao, [
1437
+ t("div", Eo, [
1407
1438
  S(V, {
1408
1439
  "link-type": "regular_light",
1409
1440
  arrow: !0
@@ -1417,13 +1448,13 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
1417
1448
  ])
1418
1449
  ]));
1419
1450
  }
1420
- }), Mo = /* @__PURE__ */ f(Po, [["__scopeId", "data-v-fd489289"]]), Oo = { class: "micro-stories__top" }, Fo = {
1451
+ }), zo = /* @__PURE__ */ f(No, [["__scopeId", "data-v-fd489289"]]), jo = { class: "micro-stories__top" }, Ko = {
1421
1452
  key: 0,
1422
1453
  class: "headline"
1423
- }, Eo = {
1454
+ }, Uo = {
1424
1455
  key: 1,
1425
1456
  class: "body"
1426
- }, Ho = { class: "micro-stories__splide" }, Ro = /* @__PURE__ */ g({
1457
+ }, Go = { class: "micro-stories__splide" }, Jo = /* @__PURE__ */ g({
1427
1458
  __name: "micro-stories",
1428
1459
  props: {
1429
1460
  bgColor: { default: "blue" },
@@ -1435,70 +1466,117 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
1435
1466
  white: "micro-stories__wrapper--white",
1436
1467
  blue: "micro-stories__wrapper--blue",
1437
1468
  dark: "micro-stories__wrapper--dark"
1438
- }, r = D(() => a[s.bgColor]), s = e;
1469
+ }, r = T(() => a[s.bgColor]), s = e;
1439
1470
  return (o, u) => (l(), i("div", {
1440
1471
  class: m(["micro-stories__wrapper", r.value])
1441
1472
  }, [
1442
- t("div", Oo, [
1443
- o.headline ? (l(), i("div", Fo, [
1473
+ t("div", jo, [
1474
+ o.headline ? (l(), i("div", Ko, [
1444
1475
  t("h2", null, n(o.headline), 1)
1445
- ])) : p("", !0),
1446
- o.body ? (l(), i("div", Eo, [
1476
+ ])) : h("", !0),
1477
+ o.body ? (l(), i("div", Uo, [
1447
1478
  t("p", null, n(o.body), 1)
1448
- ])) : p("", !0)
1479
+ ])) : h("", !0)
1449
1480
  ]),
1450
- t("div", Ho, [
1481
+ t("div", Go, [
1451
1482
  c(o.$slots, "micro-stories-slides")
1452
1483
  ]),
1453
1484
  c(o.$slots, "micro-stories-controls")
1454
1485
  ], 2));
1455
1486
  }
1456
- }), No = {}, zo = { class: "policy__wrapper" }, jo = { class: "policy__content" };
1457
- function Uo(e, a) {
1458
- return l(), i("div", zo, [
1459
- t("div", jo, [
1487
+ }), Wo = {}, Yo = { class: "policy__wrapper" }, Qo = { class: "policy__content" };
1488
+ function Zo(e, a) {
1489
+ return l(), i("div", Yo, [
1490
+ t("div", Qo, [
1460
1491
  c(e.$slots, "default", {}, void 0, !0)
1461
1492
  ])
1462
1493
  ]);
1463
1494
  }
1464
- const Ko = /* @__PURE__ */ f(No, [["render", Uo], ["__scopeId", "data-v-ea887d7a"]]), Go = { class: "card-display__wrapper" }, Jo = {
1495
+ const Xo = /* @__PURE__ */ f(Wo, [["render", Zo], ["__scopeId", "data-v-ea887d7a"]]), xo = { class: "product-hero__wrapper" }, el = { class: "product-hero__content" }, tl = { class: "product-hero__headline" }, al = { class: "product-hero__video" }, ol = { class: "product-hero__insignia" }, ll = {
1465
1496
  key: 0,
1466
- class: "card__content"
1467
- }, Wo = { key: 0 }, Yo = { key: 1 }, Qo = { class: "card__cards" }, Zo = /* @__PURE__ */ g({
1468
- __name: "card-display",
1497
+ class: "product-hero__logo"
1498
+ }, sl = {
1499
+ key: 1,
1500
+ class: "product-hero__certification"
1501
+ }, il = /* @__PURE__ */ g({
1502
+ __name: "product-hero",
1469
1503
  props: {
1470
1504
  headline: {
1471
1505
  type: String,
1472
- default: ""
1506
+ default: "",
1507
+ required: !0
1473
1508
  },
1474
- paragraph: {
1509
+ videoSrc: {
1475
1510
  type: String,
1476
- default: ""
1511
+ default: "",
1512
+ required: !0
1477
1513
  },
1478
- bgColor: {
1514
+ ariaLabel: {
1479
1515
  type: String,
1480
- default: "white"
1516
+ default: "",
1517
+ required: !0
1518
+ },
1519
+ imgSrc: {
1520
+ type: String,
1521
+ default: "",
1522
+ required: !0
1523
+ },
1524
+ logoSrc: {
1525
+ type: String,
1526
+ default: "",
1527
+ required: !1
1528
+ },
1529
+ isCertified: {
1530
+ type: Boolean,
1531
+ default: !1,
1532
+ required: !1
1481
1533
  }
1482
1534
  },
1483
1535
  setup(e) {
1484
- return (a, r) => (l(), i("div", {
1485
- class: m([
1486
- "card-display",
1487
- e.bgColor === "blue" ? "card-display--blue" : "card-display--white"
1488
- ])
1489
- }, [
1490
- t("div", Go, [
1491
- e.headline || e.paragraph ? (l(), i("div", Jo, [
1492
- e.headline ? (l(), i("h2", Wo, n(e.headline), 1)) : p("", !0),
1493
- e.paragraph ? (l(), i("p", Yo, n(e.paragraph), 1)) : p("", !0)
1494
- ])) : p("", !0),
1495
- t("div", Qo, [
1496
- c(a.$slots, "card-display-cards", {}, void 0, !0)
1536
+ return (a, r) => (l(), i("div", xo, [
1537
+ t("div", el, [
1538
+ t("div", tl, n(e.headline), 1),
1539
+ t("div", al, [
1540
+ e.videoSrc !== "" ? (l(), C(x, {
1541
+ key: 0,
1542
+ play: "",
1543
+ "local-video": !0,
1544
+ src: e.videoSrc,
1545
+ "aria-label": e.ariaLabel,
1546
+ controls: !1,
1547
+ poster: e.imgSrc,
1548
+ autoplay: "",
1549
+ loop: "",
1550
+ muted: ""
1551
+ }, null, 8, ["src", "aria-label", "poster"])) : (l(), C(B(M), { key: 1 }, {
1552
+ default: $(() => [
1553
+ c(a.$slots, "product-hero-image", {}, void 0, !0)
1554
+ ]),
1555
+ _: 3
1556
+ })),
1557
+ t("div", ol, [
1558
+ e.logoSrc ? (l(), i("div", ll, [
1559
+ S(B(M), null, {
1560
+ default: $(() => [
1561
+ c(a.$slots, "product-hero-logo", {}, void 0, !0)
1562
+ ]),
1563
+ _: 3
1564
+ })
1565
+ ])) : h("", !0),
1566
+ e.isCertified ? (l(), i("div", sl, [
1567
+ S(B(M), null, {
1568
+ default: $(() => [
1569
+ c(a.$slots, "product-hero-certification", {}, void 0, !0)
1570
+ ]),
1571
+ _: 3
1572
+ })
1573
+ ])) : h("", !0)
1574
+ ])
1497
1575
  ])
1498
1576
  ])
1499
- ], 2));
1577
+ ]));
1500
1578
  }
1501
- }), Xo = /* @__PURE__ */ f(Zo, [["__scopeId", "data-v-e8033cff"]]), xo = { class: "promo__content" }, el = /* @__PURE__ */ g({
1579
+ }), rl = /* @__PURE__ */ f(il, [["__scopeId", "data-v-deab9c3a"]]), nl = { class: "promo__content" }, dl = /* @__PURE__ */ g({
1502
1580
  __name: "promo",
1503
1581
  props: {
1504
1582
  label: { default: "" },
@@ -1518,7 +1596,7 @@ const Ko = /* @__PURE__ */ f(No, [["render", Uo], ["__scopeId", "data-v-ea887d7a
1518
1596
  dark: "promo__wrapper--dark",
1519
1597
  light: "promo__wrapper--light",
1520
1598
  default: "promo__wrapper--default"
1521
- }, r = e, s = D(() => a[r.variant]);
1599
+ }, r = e, s = T(() => a[r.variant]);
1522
1600
  return (o, u) => (l(), i("div", {
1523
1601
  class: m([
1524
1602
  "promo__wrapper",
@@ -1527,7 +1605,7 @@ const Ko = /* @__PURE__ */ f(No, [["render", Uo], ["__scopeId", "data-v-ea887d7a
1527
1605
  o.multiply ? "promo__wrapper--multiply" : ""
1528
1606
  ])
1529
1607
  }, [
1530
- t("div", xo, [
1608
+ t("div", nl, [
1531
1609
  o.mediaType === "image" ? (l(), i("div", {
1532
1610
  key: 0,
1533
1611
  class: m([
@@ -1535,13 +1613,13 @@ const Ko = /* @__PURE__ */ f(No, [["render", Uo], ["__scopeId", "data-v-ea887d7a
1535
1613
  o.reverse ? "promo__image--reverse" : "promo__image--default"
1536
1614
  ])
1537
1615
  }, [
1538
- S(A, null, {
1616
+ S(M, null, {
1539
1617
  default: $(() => [
1540
- c(o.$slots, "promo-image", F(R({ src: o.src, width: 1920, alt: o.alt, height: 1080 })))
1618
+ c(o.$slots, "promo-image", F(N({ src: o.src, width: 1920, alt: o.alt, height: 1080 })))
1541
1619
  ]),
1542
1620
  _: 3
1543
1621
  })
1544
- ], 2)) : p("", !0),
1622
+ ], 2)) : h("", !0),
1545
1623
  o.mediaType === "video" ? (l(), i("div", {
1546
1624
  key: 1,
1547
1625
  class: m([
@@ -1549,7 +1627,7 @@ const Ko = /* @__PURE__ */ f(No, [["render", Uo], ["__scopeId", "data-v-ea887d7a
1549
1627
  o.reverse ? "promo__video--reverse" : "promo__video--default"
1550
1628
  ])
1551
1629
  }, [
1552
- S(ee, {
1630
+ S(x, {
1553
1631
  src: o.src,
1554
1632
  "local-video": "",
1555
1633
  "aria-label": o.alt,
@@ -1560,18 +1638,18 @@ const Ko = /* @__PURE__ */ f(No, [["render", Uo], ["__scopeId", "data-v-ea887d7a
1560
1638
  play: "",
1561
1639
  poster: o.fallbackImage
1562
1640
  }, null, 8, ["src", "aria-label", "poster"])
1563
- ], 2)) : p("", !0),
1641
+ ], 2)) : h("", !0),
1564
1642
  t("div", {
1565
1643
  class: m([
1566
1644
  "promo__text",
1567
1645
  o.reverse ? "promo__text--reverse" : "promo__text--default"
1568
1646
  ])
1569
1647
  }, [
1570
- o.label ? (l(), T(Q, {
1648
+ o.label ? (l(), C(X, {
1571
1649
  key: 0,
1572
1650
  text: o.label,
1573
1651
  "label-dark": o.variant === "dark"
1574
- }, null, 8, ["text", "label-dark"])) : p("", !0),
1652
+ }, null, 8, ["text", "label-dark"])) : h("", !0),
1575
1653
  t("div", {
1576
1654
  class: m([
1577
1655
  "promo__title",
@@ -1580,7 +1658,7 @@ const Ko = /* @__PURE__ */ f(No, [["render", Uo], ["__scopeId", "data-v-ea887d7a
1580
1658
  }, [
1581
1659
  c(o.$slots, "promo-headline")
1582
1660
  ], 2),
1583
- o.linkType === "link" ? (l(), T(V, {
1661
+ o.linkType === "link" ? (l(), C(V, {
1584
1662
  key: 1,
1585
1663
  "link-type": o.variant === "dark" ? "regular_dark" : (o.variant === "light", "regular_light"),
1586
1664
  arrow: ""
@@ -1589,8 +1667,8 @@ const Ko = /* @__PURE__ */ f(No, [["render", Uo], ["__scopeId", "data-v-ea887d7a
1589
1667
  c(o.$slots, "promo-link")
1590
1668
  ]),
1591
1669
  _: 3
1592
- }, 8, ["link-type"])) : p("", !0),
1593
- o.linkType === "button" ? (l(), T(V, {
1670
+ }, 8, ["link-type"])) : h("", !0),
1671
+ o.linkType === "button" ? (l(), C(V, {
1594
1672
  key: 2,
1595
1673
  "link-type": o.variant === "dark" ? "secondary_dark" : (o.variant === "light", "secondary")
1596
1674
  }, {
@@ -1598,15 +1676,15 @@ const Ko = /* @__PURE__ */ f(No, [["render", Uo], ["__scopeId", "data-v-ea887d7a
1598
1676
  c(o.$slots, "promo-link")
1599
1677
  ]),
1600
1678
  _: 3
1601
- }, 8, ["link-type"])) : p("", !0)
1679
+ }, 8, ["link-type"])) : h("", !0)
1602
1680
  ], 2)
1603
1681
  ])
1604
1682
  ], 2));
1605
1683
  }
1606
- }), tl = /* @__PURE__ */ f(el, [["__scopeId", "data-v-df54d965"]]), al = (e) => (E("data-v-e3cc8e27"), e = e(), H(), e), ol = { class: "quote__wrapper" }, ll = { class: "quote__content" }, sl = /* @__PURE__ */ al(() => /* @__PURE__ */ t("p", { class: "quote__quote-mark" }, "“", -1)), il = { class: "quote__quote" }, rl = { class: "quote__quote-text" }, nl = { class: "quote__author" }, dl = {
1684
+ }), cl = /* @__PURE__ */ f(dl, [["__scopeId", "data-v-df54d965"]]), ul = (e) => (H("data-v-e3cc8e27"), e = e(), R(), e), _l = { class: "quote__wrapper" }, pl = { class: "quote__content" }, hl = /* @__PURE__ */ ul(() => /* @__PURE__ */ t("p", { class: "quote__quote-mark" }, "“", -1)), ml = { class: "quote__quote" }, vl = { class: "quote__quote-text" }, fl = { class: "quote__author" }, gl = {
1607
1685
  key: 0,
1608
1686
  class: "quote__image"
1609
- }, cl = { class: "quote__text" }, ul = { class: "quote__author-name" }, _l = { class: "quote__author-title" }, hl = /* @__PURE__ */ g({
1687
+ }, bl = { class: "quote__text" }, yl = { class: "quote__author-name" }, $l = { class: "quote__author-title" }, kl = /* @__PURE__ */ g({
1610
1688
  __name: "quote",
1611
1689
  props: {
1612
1690
  quote: {
@@ -1628,16 +1706,16 @@ const Ko = /* @__PURE__ */ f(No, [["render", Uo], ["__scopeId", "data-v-ea887d7a
1628
1706
  }
1629
1707
  },
1630
1708
  setup(e) {
1631
- return (a, r) => (l(), i("div", ol, [
1632
- t("div", ll, [
1633
- sl,
1634
- t("div", il, [
1635
- t("p", rl, n(e.quote), 1),
1636
- t("div", nl, [
1637
- e.authorImage ? (l(), i("div", dl, [
1638
- S(A, null, {
1709
+ return (a, r) => (l(), i("div", _l, [
1710
+ t("div", pl, [
1711
+ hl,
1712
+ t("div", ml, [
1713
+ t("p", vl, n(e.quote), 1),
1714
+ t("div", fl, [
1715
+ e.authorImage ? (l(), i("div", gl, [
1716
+ S(M, null, {
1639
1717
  default: $(() => [
1640
- c(a.$slots, "author-image", F(R({
1718
+ c(a.$slots, "author-image", F(N({
1641
1719
  src: e.authorImage + "/m/100x100",
1642
1720
  width: 60,
1643
1721
  height: 60
@@ -1645,23 +1723,23 @@ const Ko = /* @__PURE__ */ f(No, [["render", Uo], ["__scopeId", "data-v-ea887d7a
1645
1723
  ]),
1646
1724
  _: 3
1647
1725
  })
1648
- ])) : p("", !0),
1649
- t("div", cl, [
1650
- t("p", ul, n(e.author), 1),
1651
- t("p", _l, n(e.authorTitle), 1)
1726
+ ])) : h("", !0),
1727
+ t("div", bl, [
1728
+ t("p", yl, n(e.author), 1),
1729
+ t("p", $l, n(e.authorTitle), 1)
1652
1730
  ])
1653
1731
  ])
1654
1732
  ])
1655
1733
  ])
1656
1734
  ]));
1657
1735
  }
1658
- }), pl = /* @__PURE__ */ f(hl, [["__scopeId", "data-v-e3cc8e27"]]), ml = { class: "rich-text__wrapper" }, vl = {
1736
+ }), wl = /* @__PURE__ */ f(kl, [["__scopeId", "data-v-e3cc8e27"]]), Sl = { class: "rich-text__wrapper" }, Bl = {
1659
1737
  key: 0,
1660
1738
  class: "rich-text__links"
1661
- }, fl = {
1739
+ }, Il = {
1662
1740
  key: 0,
1663
1741
  class: "rich-text__bullet-list"
1664
- }, gl = /* @__PURE__ */ g({
1742
+ }, ql = /* @__PURE__ */ g({
1665
1743
  __name: "rich-text",
1666
1744
  props: {
1667
1745
  headline: { default: "" },
@@ -1680,19 +1758,19 @@ const Ko = /* @__PURE__ */ f(No, [["render", Uo], ["__scopeId", "data-v-ea887d7a
1680
1758
  a.bgColor === "blue" ? "rich-text--blue" : "rich-text--white"
1681
1759
  ])
1682
1760
  }, [
1683
- t("div", ml, [
1684
- a.label ? (l(), T(Q, {
1761
+ t("div", Sl, [
1762
+ a.label ? (l(), C(X, {
1685
1763
  key: 0,
1686
1764
  text: a.label,
1687
1765
  "label-dark": !1
1688
- }, null, 8, ["text"])) : p("", !0),
1766
+ }, null, 8, ["text"])) : h("", !0),
1689
1767
  a.headline ? (l(), i("h2", {
1690
1768
  key: 1,
1691
1769
  class: m([
1692
1770
  "rich-text__headline",
1693
1771
  a.leftAligned || a.bulletList || a.image ? "rich-text__headline--left-aligned" : "rich-text__headline--centered"
1694
1772
  ])
1695
- }, n(a.headline), 3)) : p("", !0),
1773
+ }, n(a.headline), 3)) : h("", !0),
1696
1774
  t("div", {
1697
1775
  class: m([
1698
1776
  "rich-text__content",
@@ -1706,13 +1784,13 @@ const Ko = /* @__PURE__ */ f(No, [["render", Uo], ["__scopeId", "data-v-ea887d7a
1706
1784
  ])
1707
1785
  }, [
1708
1786
  c(a.$slots, "rich-text-content"),
1709
- a.links ? (l(), i("div", vl, [
1787
+ a.links ? (l(), i("div", Bl, [
1710
1788
  c(a.$slots, "rich-text-links")
1711
- ])) : p("", !0)
1789
+ ])) : h("", !0)
1712
1790
  ], 2),
1713
- a.bulletList ? (l(), i("div", fl, [
1791
+ a.bulletList ? (l(), i("div", Il, [
1714
1792
  c(a.$slots, "rich-text-bullet-list")
1715
- ])) : p("", !0),
1793
+ ])) : h("", !0),
1716
1794
  a.image ? (l(), i("div", {
1717
1795
  key: 1,
1718
1796
  class: m([
@@ -1720,23 +1798,23 @@ const Ko = /* @__PURE__ */ f(No, [["render", Uo], ["__scopeId", "data-v-ea887d7a
1720
1798
  a.imageClip ? "rich-text__image--clip" : ""
1721
1799
  ])
1722
1800
  }, [
1723
- S(A, null, {
1801
+ S(M, null, {
1724
1802
  default: $(() => [
1725
- c(a.$slots, "rich-text-image", F(R({ width: 865, height: 307 })))
1803
+ c(a.$slots, "rich-text-image", F(N({ width: 865, height: 307 })))
1726
1804
  ]),
1727
1805
  _: 3
1728
1806
  })
1729
- ], 2)) : p("", !0)
1807
+ ], 2)) : h("", !0)
1730
1808
  ], 2)
1731
1809
  ])
1732
1810
  ], 2));
1733
1811
  }
1734
- }), bl = /* @__PURE__ */ f(gl, [["__scopeId", "data-v-8bb69ea4"]]), yl = {}, $l = { class: "rich-text" }, kl = { class: "rich-text__wrapper" }, wl = { class: "rich-text__content rich-text__content--left-aligned" }, Sl = { class: "rich-text__body" };
1735
- function Bl(e, a) {
1736
- return l(), i("div", $l, [
1737
- t("div", kl, [
1738
- t("div", wl, [
1739
- t("div", Sl, [
1812
+ }), Ll = /* @__PURE__ */ f(ql, [["__scopeId", "data-v-8bb69ea4"]]), 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
+ function Pl(e, a) {
1814
+ return l(), i("div", Cl, [
1815
+ t("div", Tl, [
1816
+ t("div", Vl, [
1817
+ t("div", Al, [
1740
1818
  t("div", null, [
1741
1819
  c(e.$slots, "rich-text-content-left", {}, void 0, !0)
1742
1820
  ]),
@@ -1748,10 +1826,10 @@ function Bl(e, a) {
1748
1826
  ])
1749
1827
  ]);
1750
1828
  }
1751
- const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040"]]), ql = (e) => (E("data-v-e254e1e0"), e = e(), H(), e), Ll = { class: "timeline__wrapper" }, Cl = { class: "timeline__content" }, Dl = { class: "timeline__items" }, Tl = { class: "item__left" }, Vl = /* @__PURE__ */ ql(() => /* @__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" }, El = { class: "item__left" }, Nl = /* @__PURE__ */ Ol(() => /* @__PURE__ */ t("div", { class: "item__elements" }, [
1752
1830
  /* @__PURE__ */ t("div", { class: "circle" }),
1753
1831
  /* @__PURE__ */ t("div", { class: "line" })
1754
- ], -1)), Al = { class: "item__right" }, Pl = ["innerHTML"], Ml = /* @__PURE__ */ g({
1832
+ ], -1)), zl = { class: "item__right" }, jl = ["innerHTML"], Kl = /* @__PURE__ */ g({
1755
1833
  __name: "timeline",
1756
1834
  props: {
1757
1835
  timelineItems: {
@@ -1774,19 +1852,19 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
1774
1852
  a.forEach((s) => {
1775
1853
  r.observe(s);
1776
1854
  });
1777
- }), (a, r) => (l(), i("div", Ll, [
1778
- t("div", Cl, [
1779
- t("div", Dl, [
1780
- (l(!0), i(P, null, M(e.timelineItems, (s) => (l(), i("div", {
1855
+ }), (a, r) => (l(), i("div", Fl, [
1856
+ t("div", Hl, [
1857
+ t("div", Rl, [
1858
+ (l(!0), i(A, null, P(e.timelineItems, (s) => (l(), i("div", {
1781
1859
  key: s.year,
1782
1860
  class: "timeline__item faded"
1783
1861
  }, [
1784
- t("div", Tl, n(s.year), 1),
1785
- Vl,
1786
- t("div", Al, [
1787
- S(A, null, {
1862
+ t("div", El, n(s.year), 1),
1863
+ Nl,
1864
+ t("div", zl, [
1865
+ S(M, null, {
1788
1866
  default: $(() => [
1789
- s.media.src ? c(a.$slots, "timeline-image", F(de({ key: 0 }, { src: s.media.src, alt: s.media.alt })), void 0, !0) : p("", !0)
1867
+ s.media.src ? c(a.$slots, "timeline-image", F(de({ key: 0 }, { src: s.media.src, alt: s.media.alt })), void 0, !0) : h("", !0)
1790
1868
  ]),
1791
1869
  _: 2
1792
1870
  }, 1024),
@@ -1794,20 +1872,20 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
1794
1872
  style: ce([s.media.src ? "" : "margin-top: 0px"]),
1795
1873
  class: "rich-text",
1796
1874
  innerHTML: s.text
1797
- }, null, 12, Pl)
1875
+ }, null, 12, jl)
1798
1876
  ])
1799
1877
  ]))), 128))
1800
1878
  ])
1801
1879
  ])
1802
1880
  ]));
1803
1881
  }
1804
- }), Ol = /* @__PURE__ */ f(Ml, [["__scopeId", "data-v-e254e1e0"]]), Fl = { class: "vimeo" }, El = { class: "vimeo__wrapper" }, Hl = {
1882
+ }), Ul = /* @__PURE__ */ f(Kl, [["__scopeId", "data-v-e254e1e0"]]), Gl = { class: "vimeo" }, Jl = { class: "vimeo__wrapper" }, Wl = {
1805
1883
  key: 0,
1806
1884
  class: "vimeo__headline"
1807
- }, Rl = {
1885
+ }, Yl = {
1808
1886
  key: 1,
1809
1887
  class: "vimeo__description"
1810
- }, Nl = /* @__PURE__ */ g({
1888
+ }, Ql = /* @__PURE__ */ g({
1811
1889
  __name: "vimeo",
1812
1890
  props: {
1813
1891
  headline: {
@@ -1820,21 +1898,21 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
1820
1898
  }
1821
1899
  },
1822
1900
  setup(e) {
1823
- return (a, r) => (l(), i("div", Fl, [
1824
- t("div", El, [
1825
- e.headline ? (l(), i("h2", Hl, n(e.headline), 1)) : p("", !0),
1901
+ return (a, r) => (l(), i("div", Gl, [
1902
+ t("div", Jl, [
1903
+ e.headline ? (l(), i("h2", Wl, n(e.headline), 1)) : h("", !0),
1826
1904
  c(a.$slots, "vimeo-content", {}, void 0, !0),
1827
- e.description ? (l(), i("p", Rl, n(e.description), 1)) : p("", !0)
1905
+ e.description ? (l(), i("p", Yl, n(e.description), 1)) : h("", !0)
1828
1906
  ])
1829
1907
  ]));
1830
1908
  }
1831
- }), zl = /* @__PURE__ */ f(Nl, [["__scopeId", "data-v-90a2b109"]]), jl = { class: "academy-overview" }, Ul = { class: "academy-overview__content-wrapper" }, Kl = { class: "academy-overview__content" }, Gl = { class: "academy-overview__title" }, Jl = { class: "academy-overview__description" }, Wl = {
1909
+ }), Zl = /* @__PURE__ */ f(Ql, [["__scopeId", "data-v-90a2b109"]]), Xl = { class: "academy-overview" }, xl = { class: "academy-overview__content-wrapper" }, es = { class: "academy-overview__content" }, ts = { class: "academy-overview__title" }, as = { class: "academy-overview__description" }, os = {
1832
1910
  key: 0,
1833
1911
  class: "academy-overview__stats"
1834
- }, Yl = { class: "academy-overview__stats-row" }, Ql = { class: "academy-overview__stat" }, Zl = { class: "academy-overview__value" }, Xl = { class: "academy-overview__label" }, xl = { class: "academy-overview__stat" }, es = { class: "academy-overview__value" }, ts = { class: "academy-overview__label" }, as = { class: "academy-overview__stat" }, os = { class: "academy-overview__value" }, ls = { class: "academy-overview__label" }, ss = {
1912
+ }, ls = { class: "academy-overview__stats-row" }, ss = { class: "academy-overview__stat" }, is = { class: "academy-overview__value" }, rs = { class: "academy-overview__label" }, ns = { class: "academy-overview__stat" }, ds = { class: "academy-overview__value" }, cs = { class: "academy-overview__label" }, us = { class: "academy-overview__stat" }, _s = { class: "academy-overview__value" }, ps = { class: "academy-overview__label" }, hs = {
1835
1913
  key: 1,
1836
1914
  class: "academy-overview__button-wrapper"
1837
- }, is = /* @__PURE__ */ g({
1915
+ }, ms = /* @__PURE__ */ g({
1838
1916
  __name: "frontpage-hero",
1839
1917
  props: {
1840
1918
  hero: { default: () => ({
@@ -1850,35 +1928,35 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
1850
1928
  }) }
1851
1929
  },
1852
1930
  setup(e) {
1853
- return (a, r) => (l(), i("div", jl, [
1854
- t("div", Ul, [
1855
- t("div", Kl, [
1856
- t("h1", Gl, n(a.hero.headline), 1),
1857
- t("p", Jl, n(a.hero.description), 1),
1858
- a.hero.showStats ? (l(), i("div", Wl, [
1859
- t("div", Yl, [
1860
- t("div", Ql, [
1861
- t("div", Zl, n(a.hero.lessonValue), 1),
1862
- t("div", Xl, n(a.hero.lessonLabel), 1)
1931
+ return (a, r) => (l(), i("div", Xl, [
1932
+ t("div", xl, [
1933
+ t("div", es, [
1934
+ t("h1", ts, n(a.hero.headline), 1),
1935
+ t("p", as, n(a.hero.description), 1),
1936
+ a.hero.showStats ? (l(), i("div", os, [
1937
+ t("div", ls, [
1938
+ t("div", ss, [
1939
+ t("div", is, n(a.hero.lessonValue), 1),
1940
+ t("div", rs, n(a.hero.lessonLabel), 1)
1863
1941
  ]),
1864
- t("div", xl, [
1865
- t("div", es, n(a.hero.minutesValue), 1),
1866
- t("div", ts, n(a.hero.minutesLabel), 1)
1942
+ t("div", ns, [
1943
+ t("div", ds, n(a.hero.minutesValue), 1),
1944
+ t("div", cs, n(a.hero.minutesLabel), 1)
1867
1945
  ]),
1868
- t("div", as, [
1869
- t("div", os, n(a.hero.pointsValue), 1),
1870
- t("div", ls, n(a.hero.pointsLabel), 1)
1946
+ t("div", us, [
1947
+ t("div", _s, n(a.hero.pointsValue), 1),
1948
+ t("div", ps, n(a.hero.pointsLabel), 1)
1871
1949
  ])
1872
1950
  ])
1873
- ])) : p("", !0),
1874
- a.hero.showStats ? p("", !0) : (l(), i("div", ss, [
1951
+ ])) : h("", !0),
1952
+ a.hero.showStats ? h("", !0) : (l(), i("div", hs, [
1875
1953
  c(a.$slots, "button", {}, void 0, !0)
1876
1954
  ]))
1877
1955
  ])
1878
1956
  ])
1879
1957
  ]));
1880
1958
  }
1881
- }), rs = /* @__PURE__ */ f(is, [["__scopeId", "data-v-d60d85f9"]]), ns = { class: "not-found__wrapper" }, ds = { class: "not-found__content" }, cs = { class: "not-found__headline" }, us = { class: "not-found__body" }, _s = /* @__PURE__ */ g({
1959
+ }), vs = /* @__PURE__ */ f(ms, [["__scopeId", "data-v-d60d85f9"]]), fs = { class: "not-found__wrapper" }, gs = { class: "not-found__content" }, bs = { class: "not-found__headline" }, ys = { class: "not-found__body" }, $s = /* @__PURE__ */ g({
1882
1960
  __name: "404",
1883
1961
  props: {
1884
1962
  headline: {
@@ -1887,16 +1965,16 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
1887
1965
  }
1888
1966
  },
1889
1967
  setup(e) {
1890
- return (a, r) => (l(), i("div", ns, [
1891
- t("div", ds, [
1892
- t("h1", cs, n(e.headline), 1),
1893
- t("div", us, [
1968
+ return (a, r) => (l(), i("div", fs, [
1969
+ t("div", gs, [
1970
+ t("h1", bs, n(e.headline), 1),
1971
+ t("div", ys, [
1894
1972
  c(a.$slots, "not-found-body", {}, void 0, !0)
1895
1973
  ])
1896
1974
  ])
1897
1975
  ]));
1898
1976
  }
1899
- }), hs = /* @__PURE__ */ f(_s, [["__scopeId", "data-v-b829ca6c"]]), ps = { class: "filter__wrapper" }, ms = { class: "filter__content" }, vs = { class: "filter__dropdowns" }, fs = { class: "filter__chips" }, gs = /* @__PURE__ */ g({
1977
+ }), ks = /* @__PURE__ */ f($s, [["__scopeId", "data-v-b829ca6c"]]), ws = { class: "filter__wrapper" }, Ss = { class: "filter__content" }, Bs = { class: "filter__dropdowns" }, Is = { class: "filter__chips" }, qs = /* @__PURE__ */ g({
1900
1978
  __name: "filter",
1901
1979
  props: {
1902
1980
  hasChips: {
@@ -1910,29 +1988,29 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
1910
1988
  },
1911
1989
  emits: ["clearFilters"],
1912
1990
  setup(e) {
1913
- return (a, r) => (l(), i("div", ps, [
1914
- t("div", ms, [
1915
- t("div", vs, [
1991
+ return (a, r) => (l(), i("div", ws, [
1992
+ t("div", Ss, [
1993
+ t("div", Bs, [
1916
1994
  c(a.$slots, "filter-dropdowns")
1917
1995
  ]),
1918
- t("div", fs, [
1996
+ t("div", Is, [
1919
1997
  c(a.$slots, "filter-chips"),
1920
1998
  e.hasChips ? (l(), i("button", {
1921
1999
  key: 0,
1922
2000
  class: "filter__clear",
1923
2001
  onClick: r[0] || (r[0] = (s) => a.$emit("clearFilters"))
1924
- }, n(e.removeAll), 1)) : p("", !0)
2002
+ }, n(e.removeAll), 1)) : h("", !0)
1925
2003
  ])
1926
2004
  ])
1927
2005
  ]));
1928
2006
  }
1929
- }), bs = /* @__PURE__ */ f(gs, [["__scopeId", "data-v-31c1ba00"]]), j = (e) => (E("data-v-1a9efdfb"), e = e(), H(), e), ys = { class: "footer__wrapper" }, $s = { class: "footer__content" }, ks = { class: "footer__sections" }, ws = { class: "section__title" }, Ss = { class: "section__list" }, Bs = { class: "section" }, Is = /* @__PURE__ */ j(() => /* @__PURE__ */ t("span", { class: "section__title" }, "Mobile Industrial Robots A/S", -1)), qs = /* @__PURE__ */ j(() => /* @__PURE__ */ t("span", null, "Energivej 51", -1)), Ls = /* @__PURE__ */ j(() => /* @__PURE__ */ t("span", null, "5260 Odense S", -1)), Cs = /* @__PURE__ */ j(() => /* @__PURE__ */ t("span", null, "CVR: 35251235", -1)), Ds = /* @__PURE__ */ j(() => /* @__PURE__ */ t("br", null, null, -1)), Ts = /* @__PURE__ */ j(() => /* @__PURE__ */ t("a", { href: "mailto:mail@mir-robots.com" }, "mail@mir-robots.com", -1)), Vs = /* @__PURE__ */ j(() => /* @__PURE__ */ t("a", { href: "tel:+4520377577" }, "+45 20 377 577", -1)), As = { class: "footer__bottom" }, Ps = { class: "copyright" }, Ms = { class: "footer__policy" }, Os = /* @__PURE__ */ j(() => /* @__PURE__ */ t("i", { class: "change-region" }, null, -1)), Fs = {
2007
+ }), Ls = /* @__PURE__ */ f(qs, [["__scopeId", "data-v-31c1ba00"]]), U = (e) => (H("data-v-1a9efdfb"), e = e(), R(), e), Ds = { class: "footer__wrapper" }, Cs = { class: "footer__content" }, Ts = { class: "footer__sections" }, Vs = { class: "section__title" }, As = { class: "section__list" }, Ps = { class: "section" }, Ms = /* @__PURE__ */ U(() => /* @__PURE__ */ t("span", { class: "section__title" }, "Mobile Industrial Robots A/S", -1)), Os = /* @__PURE__ */ U(() => /* @__PURE__ */ t("span", null, "Energivej 51", -1)), Fs = /* @__PURE__ */ U(() => /* @__PURE__ */ t("span", null, "5260 Odense S", -1)), Hs = /* @__PURE__ */ U(() => /* @__PURE__ */ t("span", null, "CVR: 35251235", -1)), Rs = /* @__PURE__ */ U(() => /* @__PURE__ */ t("br", null, null, -1)), Es = /* @__PURE__ */ U(() => /* @__PURE__ */ t("a", { href: "mailto:mail@mir-robots.com" }, "mail@mir-robots.com", -1)), Ns = /* @__PURE__ */ U(() => /* @__PURE__ */ t("a", { href: "tel:+4520377577" }, "+45 20 377 577", -1)), zs = { class: "footer__bottom" }, js = { class: "copyright" }, Ks = { class: "footer__policy" }, Us = /* @__PURE__ */ U(() => /* @__PURE__ */ t("i", { class: "change-region" }, null, -1)), Gs = {
1930
2008
  key: 0,
1931
2009
  class: "footer__social"
1932
- }, Es = ["href", "aria-label"], Hs = {
2010
+ }, Js = ["href", "aria-label"], Ws = {
1933
2011
  key: 1,
1934
2012
  class: "footer__social"
1935
- }, Rs = ["href", "aria-label"], Ns = /* @__PURE__ */ g({
2013
+ }, Ys = ["href", "aria-label"], Qs = /* @__PURE__ */ g({
1936
2014
  __name: "footer",
1937
2015
  props: {
1938
2016
  language: { default: "" },
@@ -1945,36 +2023,36 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
1945
2023
  },
1946
2024
  emits: ["changeRegionClicked"],
1947
2025
  setup(e) {
1948
- return (a, r) => (l(), i("div", ys, [
1949
- t("footer", $s, [
1950
- t("div", ks, [
1951
- (l(!0), i(P, null, M(a.footerSections, (s) => (l(), i("div", {
2026
+ return (a, r) => (l(), i("div", Ds, [
2027
+ t("footer", Cs, [
2028
+ t("div", Ts, [
2029
+ (l(!0), i(A, null, P(a.footerSections, (s) => (l(), i("div", {
1952
2030
  key: s.title,
1953
2031
  class: "section"
1954
2032
  }, [
1955
- t("span", ws, n(s.title), 1),
2033
+ t("span", Vs, n(s.title), 1),
1956
2034
  t("nav", null, [
1957
- t("ul", Ss, [
2035
+ t("ul", As, [
1958
2036
  c(a.$slots, "section-links", {
1959
2037
  links: s.links
1960
2038
  })
1961
2039
  ])
1962
2040
  ])
1963
2041
  ]))), 128)),
1964
- t("div", Bs, [
1965
- Is,
2042
+ t("div", Ps, [
2043
+ Ms,
1966
2044
  t("address", null, [
1967
- qs,
1968
- Ls,
1969
- Cs,
1970
- Ds,
2045
+ Os,
2046
+ Fs,
2047
+ Hs,
2048
+ Rs,
1971
2049
  S(V, {
1972
2050
  class: "footer__contact",
1973
2051
  "link-type": "regular_light",
1974
2052
  underline: "false"
1975
2053
  }, {
1976
2054
  default: $(() => [
1977
- Ts
2055
+ Es
1978
2056
  ]),
1979
2057
  _: 1
1980
2058
  }),
@@ -1984,30 +2062,30 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
1984
2062
  underline: "false"
1985
2063
  }, {
1986
2064
  default: $(() => [
1987
- Vs
2065
+ Ns
1988
2066
  ]),
1989
2067
  _: 1
1990
2068
  })
1991
2069
  ])
1992
2070
  ])
1993
2071
  ]),
1994
- t("div", As, [
1995
- t("p", Ps, " © Mobile Industrial Robots " + n((/* @__PURE__ */ new Date()).getFullYear()), 1),
1996
- t("div", Ms, [
2072
+ t("div", zs, [
2073
+ t("p", js, " © Mobile Industrial Robots " + n((/* @__PURE__ */ new Date()).getFullYear()), 1),
2074
+ t("div", Ks, [
1997
2075
  t("button", {
1998
2076
  class: "footer__language-switcher",
1999
2077
  onClick: r[0] || (r[0] = (s) => a.$emit("changeRegionClicked"))
2000
2078
  }, [
2001
2079
  t("span", null, [
2002
- Os,
2003
- x(n(a.changeRegion), 1)
2080
+ Us,
2081
+ J(n(a.changeRegion), 1)
2004
2082
  ])
2005
2083
  ]),
2006
2084
  c(a.$slots, "footer-privacy-link"),
2007
2085
  c(a.$slots, "footer-cookie-link")
2008
2086
  ]),
2009
- a.language !== "zh" ? (l(), i("div", Fs, [
2010
- (l(!0), i(P, null, M(a.socialMedia, (s) => (l(), T(V, {
2087
+ a.language !== "zh" ? (l(), i("div", Gs, [
2088
+ (l(!0), i(A, null, P(a.socialMedia, (s) => (l(), C(V, {
2011
2089
  key: s.title,
2012
2090
  underline: "false",
2013
2091
  "link-type": "regular"
@@ -2023,12 +2101,12 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
2023
2101
  height: "14",
2024
2102
  class: m(["footer__social--icon", [s.title ? "bg-" + s.title : ""]])
2025
2103
  }, null, 2)
2026
- ], 8, Es)
2104
+ ], 8, Js)
2027
2105
  ]),
2028
2106
  _: 2
2029
2107
  }, 1024))), 128))
2030
- ])) : (l(), i("div", Hs, [
2031
- (l(!0), i(P, null, M(a.socialMediaChina, (s) => (l(), T(V, {
2108
+ ])) : (l(), i("div", Ws, [
2109
+ (l(!0), i(A, null, P(a.socialMediaChina, (s) => (l(), C(V, {
2032
2110
  key: s.title,
2033
2111
  underline: "false",
2034
2112
  "link-type": "regular"
@@ -2044,7 +2122,7 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
2044
2122
  height: "14",
2045
2123
  class: m(["footer__social--icon", [s.title ? "bg-" + s.title : ""]])
2046
2124
  }, null, 2)
2047
- ], 8, Rs)
2125
+ ], 8, Ys)
2048
2126
  ]),
2049
2127
  _: 2
2050
2128
  }, 1024))), 128))
@@ -2053,51 +2131,51 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
2053
2131
  ])
2054
2132
  ]));
2055
2133
  }
2056
- }), zs = /* @__PURE__ */ f(Ns, [["__scopeId", "data-v-1a9efdfb"]]), fe = (e) => (E("data-v-766d3c80"), e = e(), H(), e), js = { class: "header__wrapper" }, Us = { class: "nav-wrapper" }, Ks = { class: "mir-link-logo" }, Gs = { class: "main-nav-items" }, Js = {
2134
+ }), Zs = /* @__PURE__ */ f(Qs, [["__scopeId", "data-v-1a9efdfb"]]), ge = (e) => (H("data-v-766d3c80"), e = e(), R(), e), Xs = { class: "header__wrapper" }, xs = { class: "nav-wrapper" }, ei = { class: "mir-link-logo" }, ti = { class: "main-nav-items" }, ai = {
2057
2135
  key: 0,
2058
2136
  id: "menu-dropdown",
2059
2137
  ref: "dropdownDiv"
2060
- }, Ws = {
2138
+ }, oi = {
2061
2139
  key: 0,
2062
2140
  src: "https://a.storyblok.com/f/230581/9x6/8cecdca15f/arrow-down.svg?cv=1695125714195",
2063
2141
  alt: "dropdownarrow"
2064
- }, Ys = {
2142
+ }, li = {
2065
2143
  key: 1,
2066
2144
  src: "https://a.storyblok.com/f/230581/9x6/8cecdca15f/arrow-down.svg?cv=1695125714195",
2067
2145
  alt: "dropdownarrow",
2068
2146
  style: { transform: "rotate(180deg)" }
2069
- }, Qs = { class: "dropdown-content" }, Zs = {
2147
+ }, si = { class: "dropdown-content" }, ii = {
2070
2148
  key: 1,
2071
2149
  class: "nav-search-wrapper"
2072
- }, Xs = ["src"], xs = {
2150
+ }, ri = ["src"], ni = {
2073
2151
  key: 2,
2074
2152
  id: "menu-portal-switcher",
2075
2153
  class: "portal-switcher-wrapper"
2076
- }, ei = /* @__PURE__ */ fe(() => /* @__PURE__ */ t("img", {
2154
+ }, di = /* @__PURE__ */ ge(() => /* @__PURE__ */ t("img", {
2077
2155
  src: "https://a.storyblok.com/f/230581/14x12/1b00a4a551/portal-switcher.svg?cv=1712916615032",
2078
2156
  alt: "portalswitchericon",
2079
2157
  width: "15",
2080
2158
  height: "15"
2081
- }, null, -1)), ti = [
2082
- ei
2083
- ], ai = { class: "portal-switcher-content" }, oi = { class: "portal-switcher-links" }, li = ["href"], si = ["src"], ii = {
2159
+ }, null, -1)), ci = [
2160
+ di
2161
+ ], ui = { class: "portal-switcher-content" }, _i = { class: "portal-switcher-links" }, pi = ["href"], hi = ["src"], mi = {
2084
2162
  key: 3,
2085
2163
  id: "menu-profile-dropdown",
2086
2164
  class: "profile-dropdown-wrapper"
2087
- }, ri = {
2165
+ }, vi = {
2088
2166
  key: 0,
2089
2167
  class: "profile-dropdown-sign-in"
2090
- }, ni = /* @__PURE__ */ fe(() => /* @__PURE__ */ t("img", {
2168
+ }, fi = /* @__PURE__ */ ge(() => /* @__PURE__ */ t("img", {
2091
2169
  src: "https://a.storyblok.com/f/230581/15x14/3b3253dd12/icon-user.svg?cv=1712916615014",
2092
2170
  alt: "profiledropdownicon",
2093
2171
  width: "15",
2094
2172
  height: "15"
2095
- }, null, -1)), di = [
2096
- ni
2097
- ], ci = { class: "profile-dropdown-content" }, ui = { class: "mobile-logo-search-burger-wrapper" }, _i = { class: "mobile-mir-link-logo" }, hi = {
2173
+ }, null, -1)), gi = [
2174
+ fi
2175
+ ], bi = { class: "profile-dropdown-content" }, yi = { class: "mobile-logo-search-burger-wrapper" }, $i = { class: "mobile-mir-link-logo" }, ki = {
2098
2176
  key: 0,
2099
2177
  class: "mobile-search-wrapper"
2100
- }, pi = ["src"], mi = ["src"], vi = { class: "mobile-menu-content-wrapper" }, fi = { class: "mobile-dropdown-content" }, gi = /* @__PURE__ */ g({
2178
+ }, wi = ["src"], Si = ["src"], Bi = { class: "mobile-menu-content-wrapper" }, Ii = { class: "mobile-dropdown-content" }, qi = /* @__PURE__ */ g({
2101
2179
  __name: "header",
2102
2180
  props: {
2103
2181
  burgerState: {
@@ -2151,38 +2229,38 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
2151
2229
  setup(e, { expose: a, emit: r }) {
2152
2230
  let s = null;
2153
2231
  const o = e;
2154
- let u = q(o.burgerState), h = q(o.search), _ = q(o.showDropDown), B = q(o.showPortalSwitcherDropDown), v = q(o.showProfileDropDown), w = q(o.isAuthenticated);
2155
- W(
2232
+ let u = I(o.burgerState), _ = I(o.search), d = I(o.showDropDown), k = I(o.showPortalSwitcherDropDown), v = I(o.showProfileDropDown), b = I(o.isAuthenticated);
2233
+ Q(
2156
2234
  () => o.burgerState,
2157
- (b) => u.value = b
2158
- ), W(
2235
+ (y) => u.value = y
2236
+ ), Q(
2159
2237
  () => o.search,
2160
- (b) => h.value = b
2161
- ), W(
2238
+ (y) => _.value = y
2239
+ ), Q(
2162
2240
  () => o.showDropDown,
2163
- (b) => _.value = b
2164
- ), W(
2241
+ (y) => d.value = y
2242
+ ), Q(
2165
2243
  () => o.showPortalSwitcherDropDown,
2166
- (b) => B.value = b
2167
- ), W(
2244
+ (y) => k.value = y
2245
+ ), Q(
2168
2246
  () => o.showProfileDropDown,
2169
- (b) => v.value = b
2170
- ), W(
2247
+ (y) => v.value = y
2248
+ ), Q(
2171
2249
  () => o.isAuthenticated,
2172
- (b) => w.value = b
2250
+ (y) => b.value = y
2173
2251
  ), me(() => {
2174
- s = (b) => {
2175
- b.target.closest("#menu-dropdown") || (_.value = !1), b.target.closest("#menu-portal-switcher") || (B.value = !1), b.target.closest("#menu-profile-dropdown") || (v.value = !1);
2252
+ s = (y) => {
2253
+ y.target.closest("#menu-dropdown") || (d.value = !1), y.target.closest("#menu-portal-switcher") || (k.value = !1), y.target.closest("#menu-profile-dropdown") || (v.value = !1);
2176
2254
  }, window.addEventListener("click", s);
2177
- }), Be(() => {
2255
+ }), Ie(() => {
2178
2256
  s !== null && window.removeEventListener("click", s);
2179
2257
  });
2180
2258
  const L = r;
2181
2259
  function oe() {
2182
- _.value = !_.value, L("update:showDropDown", _.value);
2260
+ d.value = !d.value, L("update:showDropDown", d.value);
2183
2261
  }
2184
2262
  function le() {
2185
- B.value = !B.value, L("update:showPortalSwitcherDropDown", B.value);
2263
+ k.value = !k.value, L("update:showPortalSwitcherDropDown", k.value);
2186
2264
  }
2187
2265
  function se() {
2188
2266
  v.value = !v.value, L("update:showProfileDropDown", v.value);
@@ -2190,155 +2268,155 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
2190
2268
  function ie() {
2191
2269
  u.value = !u.value, L("update:burgerState", u.value);
2192
2270
  }
2193
- let G = q(null), Z = q(null);
2271
+ let G = I(null), ee = I(null);
2194
2272
  function re() {
2195
2273
  G.value && G.value.blur();
2196
2274
  }
2197
2275
  return a({
2198
2276
  defocusSearchButton: re
2199
- }), (b, N) => (l(), i("div", js, [
2277
+ }), (y, z) => (l(), i("div", Xs, [
2200
2278
  t("nav", null, [
2201
- t("div", Us, [
2202
- t("div", Ks, [
2203
- c(b.$slots, "link-logo", {}, void 0, !0)
2279
+ t("div", xs, [
2280
+ t("div", ei, [
2281
+ c(y.$slots, "link-logo", {}, void 0, !0)
2204
2282
  ]),
2205
- t("ul", Gs, [
2206
- c(b.$slots, "main-nav-items", {}, void 0, !0)
2283
+ t("ul", ti, [
2284
+ c(y.$slots, "main-nav-items", {}, void 0, !0)
2207
2285
  ]),
2208
- e.useDropdown ? (l(), i("div", Js, [
2286
+ e.useDropdown ? (l(), i("div", ai, [
2209
2287
  t("button", {
2210
2288
  class: "nav-dropdown-btn",
2211
2289
  onClick: oe
2212
2290
  }, [
2213
- c(b.$slots, "dropdown-title", {}, void 0, !0),
2214
- I(_) === !1 ? (l(), i("img", Ws)) : (l(), i("img", Ys))
2291
+ c(y.$slots, "dropdown-title", {}, void 0, !0),
2292
+ B(d) === !1 ? (l(), i("img", oi)) : (l(), i("img", li))
2215
2293
  ]),
2216
- K(t("div", Qs, [
2217
- c(b.$slots, "dropdown-links", {}, void 0, !0)
2294
+ K(t("div", si, [
2295
+ c(y.$slots, "dropdown-links", {}, void 0, !0)
2218
2296
  ], 512), [
2219
- [Y, I(_)]
2297
+ [Z, B(d)]
2220
2298
  ])
2221
- ], 512)) : p("", !0),
2222
- I(h) ? (l(), i("div", Zs, [
2299
+ ], 512)) : h("", !0),
2300
+ B(_) ? (l(), i("div", ii, [
2223
2301
  t("button", {
2224
2302
  ref_key: "navSearchButton",
2225
2303
  ref: G,
2226
2304
  class: "search-icon",
2227
- onClick: N[0] || (N[0] = (U) => {
2228
- var O;
2229
- return b.$emit("clickSearch"), (O = I(G)) == null ? void 0 : O.blur();
2305
+ onClick: z[0] || (z[0] = (j) => {
2306
+ var E;
2307
+ return y.$emit("clickSearch"), (E = B(G)) == null ? void 0 : E.blur();
2230
2308
  })
2231
2309
  }, [
2232
2310
  t("img", {
2233
- 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",
2311
+ src: B(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",
2234
2312
  alt: "search icon",
2235
2313
  width: "20",
2236
2314
  height: "20"
2237
- }, null, 8, Xs)
2315
+ }, null, 8, ri)
2238
2316
  ], 512)
2239
- ])) : p("", !0),
2240
- e.usePortalSwitcher ? (l(), i("div", xs, [
2317
+ ])) : h("", !0),
2318
+ e.usePortalSwitcher ? (l(), i("div", ni, [
2241
2319
  t("button", {
2242
2320
  class: "nav-portal-switcher-btn",
2243
2321
  onClick: le
2244
- }, ti),
2245
- K(t("div", ai, [
2246
- t("ul", oi, [
2247
- (l(!0), i(P, null, M(e.portals, (U, O) => (l(), i("li", {
2248
- key: O,
2322
+ }, ci),
2323
+ K(t("div", ui, [
2324
+ t("ul", _i, [
2325
+ (l(!0), i(A, null, P(e.portals, (j, E) => (l(), i("li", {
2326
+ key: E,
2249
2327
  class: "portal-switcher-link"
2250
2328
  }, [
2251
- S(I(V), { "link-type": "regular" }, {
2329
+ S(B(V), { "link-type": "regular" }, {
2252
2330
  default: $(() => [
2253
2331
  t("a", {
2254
- href: U.link,
2255
- onClick: N[1] || (N[1] = (ue) => ne(_) ? _.value = !1 : _ = !1)
2332
+ href: j.link,
2333
+ onClick: z[1] || (z[1] = (W) => ne(d) ? d.value = !1 : d = !1)
2256
2334
  }, [
2257
2335
  t("img", {
2258
- src: U.icon
2259
- }, null, 8, si),
2260
- t("div", null, n(U.name), 1)
2261
- ], 8, li)
2336
+ src: j.icon
2337
+ }, null, 8, hi),
2338
+ t("div", null, n(j.name), 1)
2339
+ ], 8, pi)
2262
2340
  ]),
2263
2341
  _: 2
2264
2342
  }, 1024)
2265
2343
  ]))), 128))
2266
2344
  ])
2267
2345
  ], 512), [
2268
- [Y, I(B)]
2346
+ [Z, B(k)]
2269
2347
  ])
2270
- ])) : p("", !0),
2271
- e.useProfileDropdown ? (l(), i("div", ii, [
2272
- I(w) ? p("", !0) : (l(), i("div", ri, [
2273
- c(b.$slots, "profile-dropdown-sign-in", {}, void 0, !0)
2348
+ ])) : h("", !0),
2349
+ e.useProfileDropdown ? (l(), i("div", mi, [
2350
+ B(b) ? h("", !0) : (l(), i("div", vi, [
2351
+ c(y.$slots, "profile-dropdown-sign-in", {}, void 0, !0)
2274
2352
  ])),
2275
- I(w) ? (l(), i("button", {
2353
+ B(b) ? (l(), i("button", {
2276
2354
  key: 1,
2277
2355
  class: "nav-profile-dropdown-btn",
2278
2356
  onClick: se
2279
- }, di)) : p("", !0),
2280
- K(t("div", ci, [
2281
- c(b.$slots, "profile-dropdown-links", {}, void 0, !0)
2357
+ }, gi)) : h("", !0),
2358
+ K(t("div", bi, [
2359
+ c(y.$slots, "profile-dropdown-links", {}, void 0, !0)
2282
2360
  ], 512), [
2283
- [Y, I(v)]
2361
+ [Z, B(v)]
2284
2362
  ])
2285
- ])) : p("", !0)
2363
+ ])) : h("", !0)
2286
2364
  ]),
2287
2365
  t("div", {
2288
- class: m(["mobile-nav-wrapper", I(u) === !0 ? "mirsaic-mobile-bg mirsaic--dark" : ""])
2366
+ class: m(["mobile-nav-wrapper", B(u) === !0 ? "mirsaic-mobile-bg mirsaic--dark" : ""])
2289
2367
  }, [
2290
- t("div", ui, [
2291
- t("div", _i, [
2292
- c(b.$slots, "link-logo", {}, void 0, !0)
2368
+ t("div", yi, [
2369
+ t("div", $i, [
2370
+ c(y.$slots, "link-logo", {}, void 0, !0)
2293
2371
  ]),
2294
- I(h) ? (l(), i("div", hi, [
2372
+ B(_) ? (l(), i("div", ki, [
2295
2373
  t("button", {
2296
2374
  ref_key: "mobileSearchButton",
2297
- ref: Z,
2375
+ ref: ee,
2298
2376
  class: "search-icon",
2299
2377
  "aria-label": "Toggle search",
2300
- onClick: N[2] || (N[2] = (U) => {
2301
- var O;
2302
- return b.$emit("clickSearch"), (O = I(Z)) == null ? void 0 : O.blur();
2378
+ onClick: z[2] || (z[2] = (j) => {
2379
+ var E;
2380
+ return y.$emit("clickSearch"), (E = B(ee)) == null ? void 0 : E.blur();
2303
2381
  })
2304
2382
  }, [
2305
2383
  t("img", {
2306
- 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",
2384
+ src: B(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",
2307
2385
  alt: "search icon",
2308
2386
  width: "20",
2309
2387
  height: "20"
2310
- }, null, 8, pi)
2388
+ }, null, 8, wi)
2311
2389
  ], 512)
2312
- ])) : p("", !0),
2390
+ ])) : h("", !0),
2313
2391
  t("button", {
2314
2392
  class: "mobile-burger-wrapper",
2315
2393
  "aria-label": "Toggle menu",
2316
- onClick: he(ie, ["prevent"])
2394
+ onClick: pe(ie, ["prevent"])
2317
2395
  }, [
2318
2396
  t("img", {
2319
2397
  width: "20",
2320
2398
  height: "20",
2321
2399
  alt: "burger menu line icon",
2322
- 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"
2323
- }, null, 8, mi)
2400
+ src: B(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"
2401
+ }, null, 8, Si)
2324
2402
  ])
2325
2403
  ]),
2326
- K(t("div", vi, [
2404
+ K(t("div", Bi, [
2327
2405
  t("ul", null, [
2328
- c(b.$slots, "mobile-main-nav-items", {}, void 0, !0)
2406
+ c(y.$slots, "mobile-main-nav-items", {}, void 0, !0)
2329
2407
  ]),
2330
- t("ul", fi, [
2331
- c(b.$slots, "mobile-dropdown-title", {}, void 0, !0),
2332
- c(b.$slots, "mobile-dropdown-links", {}, void 0, !0)
2408
+ t("ul", Ii, [
2409
+ c(y.$slots, "mobile-dropdown-title", {}, void 0, !0),
2410
+ c(y.$slots, "mobile-dropdown-links", {}, void 0, !0)
2333
2411
  ])
2334
2412
  ], 512), [
2335
- [Y, I(u)]
2413
+ [Z, B(u)]
2336
2414
  ])
2337
2415
  ], 2)
2338
2416
  ])
2339
2417
  ]));
2340
2418
  }
2341
- }), bi = /* @__PURE__ */ f(gi, [["__scopeId", "data-v-766d3c80"]]), yi = { class: "language__wrapper" }, $i = { class: "language__content" }, ki = { class: "language__headline" }, wi = { class: "language__paragraph" }, Si = { class: "language__links" }, Bi = /* @__PURE__ */ g({
2419
+ }), Li = /* @__PURE__ */ f(qi, [["__scopeId", "data-v-766d3c80"]]), Di = { class: "language__wrapper" }, Ci = { class: "language__content" }, Ti = { class: "language__headline" }, Vi = { class: "language__paragraph" }, Ai = { class: "language__links" }, Pi = /* @__PURE__ */ g({
2342
2420
  __name: "language-switcher",
2343
2421
  props: {
2344
2422
  headline: {
@@ -2351,17 +2429,17 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
2351
2429
  }
2352
2430
  },
2353
2431
  setup(e) {
2354
- return (a, r) => (l(), i("div", yi, [
2355
- t("div", $i, [
2356
- t("h2", ki, n(e.headline), 1),
2357
- t("p", wi, n(e.paragraph), 1),
2358
- t("div", Si, [
2432
+ return (a, r) => (l(), i("div", Di, [
2433
+ t("div", Ci, [
2434
+ t("h2", Ti, n(e.headline), 1),
2435
+ t("p", Vi, n(e.paragraph), 1),
2436
+ t("div", Ai, [
2359
2437
  c(a.$slots, "language-links", {}, void 0, !0)
2360
2438
  ])
2361
2439
  ])
2362
2440
  ]));
2363
2441
  }
2364
- }), Ii = /* @__PURE__ */ f(Bi, [["__scopeId", "data-v-dc8cc97e"]]), qi = { class: "pagination__wrapper" }, Li = { class: "pagination__content" }, Ci = /* @__PURE__ */ g({
2442
+ }), Mi = /* @__PURE__ */ f(Pi, [["__scopeId", "data-v-dc8cc97e"]]), Oi = { class: "pagination__wrapper" }, Fi = { class: "pagination__content" }, Hi = /* @__PURE__ */ g({
2365
2443
  __name: "pagination",
2366
2444
  props: {
2367
2445
  isPreviousDisabled: {
@@ -2375,8 +2453,8 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
2375
2453
  },
2376
2454
  emits: ["previous", "next"],
2377
2455
  setup(e) {
2378
- return (a, r) => (l(), i("div", qi, [
2379
- t("div", Li, [
2456
+ return (a, r) => (l(), i("div", Oi, [
2457
+ t("div", Fi, [
2380
2458
  S(ae, {
2381
2459
  disabled: e.isPreviousDisabled,
2382
2460
  variant: "previous",
@@ -2393,97 +2471,65 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
2393
2471
  ])
2394
2472
  ]));
2395
2473
  }
2396
- }), Di = /* @__PURE__ */ f(Ci, [["__scopeId", "data-v-da6d07c9"]]), Ti = {}, Vi = { class: "search__wrapper" };
2397
- function Ai(e, a) {
2398
- return l(), i("div", Vi, [
2474
+ }), Ri = /* @__PURE__ */ f(Hi, [["__scopeId", "data-v-da6d07c9"]]), Ei = {}, Ni = { class: "search__wrapper" };
2475
+ function zi(e, a) {
2476
+ return l(), i("div", Ni, [
2399
2477
  c(e.$slots, "default", { class: "search__content" })
2400
2478
  ]);
2401
2479
  }
2402
- const Pi = /* @__PURE__ */ f(Ti, [["render", Ai], ["__scopeId", "data-v-c07a6cf3"]]), Mi = { class: "product-hero__wrapper" }, Oi = { class: "product-hero__content" }, Fi = { class: "product-hero__headline" }, Ei = { class: "product-hero__video" }, Hi = { class: "product-hero__insignia" }, Ri = {
2403
- key: 0,
2404
- class: "product-hero__logo"
2405
- }, Ni = {
2406
- key: 1,
2407
- class: "product-hero__certification"
2408
- }, zi = /* @__PURE__ */ g({
2409
- __name: "product-hero",
2480
+ const ji = /* @__PURE__ */ f(Ei, [["render", zi], ["__scopeId", "data-v-c07a6cf3"]]), Ki = { class: "dropdown" }, Ui = ["aria-expanded"], Gi = /* @__PURE__ */ g({
2481
+ __name: "select-multiple",
2410
2482
  props: {
2411
- headline: {
2412
- type: String,
2413
- default: "",
2414
- required: !0
2415
- },
2416
- videoSrc: {
2417
- type: String,
2418
- default: "",
2419
- required: !0
2420
- },
2421
- ariaLabel: {
2422
- type: String,
2423
- default: "",
2424
- required: !0
2425
- },
2426
- imgSrc: {
2427
- type: String,
2428
- default: "",
2429
- required: !0
2430
- },
2431
- logoSrc: {
2432
- type: String,
2433
- default: "",
2434
- required: !1
2435
- },
2436
- isCertified: {
2437
- type: Boolean,
2438
- default: !1,
2439
- required: !1
2440
- }
2483
+ label: { default: "" },
2484
+ options: { default: () => [] },
2485
+ selectedOptions: { default: () => [] }
2441
2486
  },
2442
- setup(e) {
2443
- return (a, r) => (l(), i("div", Mi, [
2444
- t("div", Oi, [
2445
- t("div", Fi, n(e.headline), 1),
2446
- t("div", Ei, [
2447
- e.videoSrc !== "" ? (l(), T(ee, {
2448
- key: 0,
2449
- play: "",
2450
- "local-video": !0,
2451
- src: e.videoSrc,
2452
- "aria-label": e.ariaLabel,
2453
- controls: !1,
2454
- poster: e.imgSrc,
2455
- autoplay: "",
2456
- loop: "",
2457
- muted: ""
2458
- }, null, 8, ["src", "aria-label", "poster"])) : (l(), T(I(A), { key: 1 }, {
2487
+ emits: ["filter", "remove-filter"],
2488
+ setup(e, { emit: a }) {
2489
+ const r = I(!1), s = e, o = a;
2490
+ function u(d) {
2491
+ s.selectedOptions.includes(d) ? o("remove-filter", d) : o("filter", d);
2492
+ }
2493
+ function _() {
2494
+ r.value = !1;
2495
+ }
2496
+ return (d, k) => {
2497
+ const v = _e("click-outside");
2498
+ return K((l(), i("div", Ki, [
2499
+ t("button", {
2500
+ class: "dropdown-button",
2501
+ "aria-expanded": r.value ? "true" : "false",
2502
+ onClick: k[0] || (k[0] = (b) => r.value = !r.value)
2503
+ }, [
2504
+ c(d.$slots, "button", {}, () => [
2505
+ J(n(d.label), 1)
2506
+ ], !0)
2507
+ ], 8, Ui),
2508
+ t("div", {
2509
+ class: m([{ hidden: !r.value }, "dropdown-content"])
2510
+ }, [
2511
+ (l(!0), i(A, null, P(d.options, (b) => (l(), C(B(ve), {
2512
+ id: b.value,
2513
+ key: b.value,
2514
+ name: b.text,
2515
+ required: !1,
2516
+ disabled: !1,
2517
+ value: b.value,
2518
+ checked: d.selectedOptions.includes(b.value),
2519
+ onInput: (L) => u(b.value)
2520
+ }, {
2459
2521
  default: $(() => [
2460
- c(a.$slots, "product-hero-image", {}, void 0, !0)
2522
+ J(n(b.text), 1)
2461
2523
  ]),
2462
- _: 3
2463
- })),
2464
- t("div", Hi, [
2465
- e.logoSrc ? (l(), i("div", Ri, [
2466
- S(I(A), null, {
2467
- default: $(() => [
2468
- c(a.$slots, "product-hero-logo", {}, void 0, !0)
2469
- ]),
2470
- _: 3
2471
- })
2472
- ])) : p("", !0),
2473
- e.isCertified ? (l(), i("div", Ni, [
2474
- S(I(A), null, {
2475
- default: $(() => [
2476
- c(a.$slots, "product-hero-certification", {}, void 0, !0)
2477
- ]),
2478
- _: 3
2479
- })
2480
- ])) : p("", !0)
2481
- ])
2482
- ])
2483
- ])
2484
- ]));
2524
+ _: 2
2525
+ }, 1032, ["id", "name", "value", "checked", "onInput"]))), 128))
2526
+ ], 2)
2527
+ ])), [
2528
+ [v, _]
2529
+ ]);
2530
+ };
2485
2531
  }
2486
- }), ji = /* @__PURE__ */ f(zi, [["__scopeId", "data-v-deab9c3a"]]), Ui = { class: "promo__content" }, Ki = { class: "pallet-jack__media-wrap" }, Gi = { class: "pallet-jack-link" }, Ji = { class: "pallet-jack__media-wrap__inner-wrap" }, Wi = { class: "pallet-jack__media-wrap__content-wrap" }, Yi = { class: "regular-blue" }, Qi = /* @__PURE__ */ g({
2532
+ }), Ji = /* @__PURE__ */ f(Gi, [["__scopeId", "data-v-7efc9dc2"]]), Wi = { class: "promo__content" }, Yi = { class: "pallet-jack__media-wrap" }, Qi = { class: "pallet-jack-link" }, Zi = { class: "pallet-jack__media-wrap__inner-wrap" }, Xi = { class: "pallet-jack__media-wrap__content-wrap" }, xi = { class: "regular-blue" }, er = /* @__PURE__ */ g({
2487
2533
  __name: "pallet-jack",
2488
2534
  props: {
2489
2535
  label: { default: "" },
@@ -2501,7 +2547,7 @@ const Pi = /* @__PURE__ */ f(Ti, [["render", Ai], ["__scopeId", "data-v-c07a6cf3
2501
2547
  dark: "promo__wrapper--dark",
2502
2548
  light: "promo__wrapper--light",
2503
2549
  default: "promo__wrapper--default"
2504
- }, r = e, s = D(() => a[r.variant]);
2550
+ }, r = e, s = T(() => a[r.variant]);
2505
2551
  return (o, u) => (l(), i("div", {
2506
2552
  class: m([
2507
2553
  "promo__wrapper",
@@ -2509,22 +2555,22 @@ const Pi = /* @__PURE__ */ f(Ti, [["render", Ai], ["__scopeId", "data-v-c07a6cf3
2509
2555
  o.teaser ? "promo__wrapper--teaser" : ""
2510
2556
  ])
2511
2557
  }, [
2512
- t("div", Ui, [
2558
+ t("div", Wi, [
2513
2559
  t("div", {
2514
2560
  class: m([
2515
2561
  "promo__video",
2516
2562
  o.reverse ? "promo__video--reverse" : "promo__video--default"
2517
2563
  ])
2518
2564
  }, [
2519
- t("div", Ki, [
2520
- t("div", Gi, [
2565
+ t("div", Yi, [
2566
+ t("div", Qi, [
2521
2567
  c(o.$slots, "pallet-jack-link")
2522
2568
  ]),
2523
- t("div", Ji, [
2569
+ t("div", Zi, [
2524
2570
  c(o.$slots, "pallet-jack-video")
2525
2571
  ]),
2526
- t("div", Wi, [
2527
- t("h3", Yi, n(o.headline), 1),
2572
+ t("div", Xi, [
2573
+ t("h3", xi, n(o.headline), 1),
2528
2574
  t("p", null, n(o.shortDescription), 1)
2529
2575
  ])
2530
2576
  ])
@@ -2535,11 +2581,11 @@ const Pi = /* @__PURE__ */ f(Ti, [["render", Ai], ["__scopeId", "data-v-c07a6cf3
2535
2581
  o.reverse ? "promo__text--reverse" : "promo__text--default"
2536
2582
  ])
2537
2583
  }, [
2538
- o.label ? (l(), T(Q, {
2584
+ o.label ? (l(), C(X, {
2539
2585
  key: 0,
2540
2586
  text: o.label,
2541
2587
  "label-dark": o.variant === "dark"
2542
- }, null, 8, ["text", "label-dark"])) : p("", !0),
2588
+ }, null, 8, ["text", "label-dark"])) : h("", !0),
2543
2589
  t("div", {
2544
2590
  class: m([
2545
2591
  "promo__title",
@@ -2548,7 +2594,7 @@ const Pi = /* @__PURE__ */ f(Ti, [["render", Ai], ["__scopeId", "data-v-c07a6cf3
2548
2594
  }, [
2549
2595
  c(o.$slots, "promo-text")
2550
2596
  ], 2),
2551
- o.linkType === "link" ? (l(), T(V, {
2597
+ o.linkType === "link" ? (l(), C(V, {
2552
2598
  key: 1,
2553
2599
  "link-type": o.variant === "dark" ? "regular_dark" : (o.variant === "light", "regular_light"),
2554
2600
  arrow: ""
@@ -2557,8 +2603,8 @@ const Pi = /* @__PURE__ */ f(Ti, [["render", Ai], ["__scopeId", "data-v-c07a6cf3
2557
2603
  c(o.$slots, "promo-link")
2558
2604
  ]),
2559
2605
  _: 3
2560
- }, 8, ["link-type"])) : p("", !0),
2561
- o.linkType === "button" ? (l(), T(V, {
2606
+ }, 8, ["link-type"])) : h("", !0),
2607
+ o.linkType === "button" ? (l(), C(V, {
2562
2608
  key: 2,
2563
2609
  "link-type": o.variant === "dark" ? "secondary_dark" : (o.variant === "light", "secondary")
2564
2610
  }, {
@@ -2566,62 +2612,63 @@ const Pi = /* @__PURE__ */ f(Ti, [["render", Ai], ["__scopeId", "data-v-c07a6cf3
2566
2612
  c(o.$slots, "promo-link")
2567
2613
  ]),
2568
2614
  _: 3
2569
- }, 8, ["link-type"])) : p("", !0)
2615
+ }, 8, ["link-type"])) : h("", !0)
2570
2616
  ], 2)
2571
2617
  ])
2572
2618
  ], 2));
2573
2619
  }
2574
- }), Zi = /* @__PURE__ */ f(Qi, [["__scopeId", "data-v-00c0bad3"]]), xi = {
2620
+ }), tr = /* @__PURE__ */ f(er, [["__scopeId", "data-v-00c0bad3"]]), or = {
2575
2621
  install: (e) => {
2576
- e.component("AtomButton", ae), e.component("AtomCheckbox", Ae), e.component("AtomChip", Ee), e.component("AtomDropdown", Ge), e.component("AtomImage", A), e.component("AtomLabel", Q), e.component("AtomLink", V), e.component("AtomRadioButton", lt), e.component("AtomSelect", ct), e.component("AtomSlider", $t), e.component("AtomTextarea", Ct), e.component("AtomTextField", Rt), e.component("AtomVideo", ee), 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", Pa), e.component("BlockFeatures", za), e.component("BlockFormScript", Qa), e.component("BlockHeadline", ho), e.component("BlockHero", Io), e.component("BlockImage", ao), e.component("BlockImageGallery", no), e.component("BlockLogoWall", Mo), e.component("BlockMicroStories", Ro), e.component("BlockPolicy", Ko), e.component("BlockProductHero", ji), e.component("BlockPromo", tl), e.component("BlockQuote", pl), e.component("BlockRichText", bl), e.component("BlockRichTextColumns", Il), e.component("BlockTimeline", Ol), e.component("BlockCardDisplay", Xo), e.component("BlockVimeo", zl), e.component("BlockPalletJack", Zi), e.component("BlockFrontPageHero", rs), e.component("Organism404", hs), e.component("OrganismFilter", bs), e.component("OrganismFooter", zs), e.component("OrganismHeader", bi), e.component("OrganismLanguageSwitcher", Ii), e.component("OrganismPagination", Di), e.component("OrganismSearch", Pi);
2622
+ e.component("AtomButton", ae), e.component("AtomCheckbox", ve), e.component("AtomChip", He), e.component("AtomDropdown", Ge), e.component("AtomImage", M), e.component("AtomLabel", X), e.component("AtomLink", V), e.component("AtomRadioButton", lt), e.component("AtomSelect", ct), e.component("AtomSelectMultiple", Ji), 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", Na), 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", zo), 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", tr), e.component("BlockFrontPageHero", vs), e.component("Organism404", ks), e.component("OrganismFilter", Ls), e.component("OrganismFooter", Zs), e.component("OrganismHeader", Li), e.component("OrganismLanguageSwitcher", Mi), e.component("OrganismPagination", Ri), e.component("OrganismSearch", ji);
2577
2623
  }
2578
2624
  };
2579
2625
  export {
2580
2626
  ae as AtomButton,
2581
- Ae as AtomCheckbox,
2582
- Ee as AtomChip,
2627
+ ve as AtomCheckbox,
2628
+ He as AtomChip,
2583
2629
  Ge as AtomDropdown,
2584
- A as AtomImage,
2585
- Q as AtomLabel,
2630
+ M as AtomImage,
2631
+ X as AtomLabel,
2586
2632
  V as AtomLink,
2587
2633
  lt as AtomRadioButton,
2588
2634
  ct as AtomSelect,
2635
+ Ji as AtomSelectMultiple,
2589
2636
  $t as AtomSlider,
2590
- Rt as AtomTextField,
2591
- Ct as AtomTextarea,
2592
- ee as AtomVideo,
2593
- Xo as BlockCardDisplay,
2594
- Pa as BlockFacts,
2595
- za as BlockFeatures,
2596
- Qa as BlockFormScript,
2597
- rs as BlockFrontPageHero,
2598
- ho as BlockHeadline,
2599
- Io as BlockHero,
2600
- ao as BlockImage,
2601
- no as BlockImageGallery,
2602
- Mo as BlockLogoWall,
2603
- Ro as BlockMicroStories,
2604
- Zi as BlockPalletJack,
2605
- Ko as BlockPolicy,
2606
- ji as BlockProductHero,
2607
- tl as BlockPromo,
2608
- pl as BlockQuote,
2609
- bl as BlockRichText,
2610
- Il as BlockRichTextColumns,
2611
- Ol as BlockTimeline,
2612
- zl as BlockVimeo,
2637
+ Et as AtomTextField,
2638
+ Dt as AtomTextarea,
2639
+ x as AtomVideo,
2640
+ Va as BlockCardDisplay,
2641
+ Na as BlockFacts,
2642
+ Ya as BlockFeatures,
2643
+ oo as BlockFormScript,
2644
+ vs as BlockFrontPageHero,
2645
+ ro as BlockHeadline,
2646
+ $o as BlockHero,
2647
+ qo as BlockImage,
2648
+ Ao as BlockImageGallery,
2649
+ zo as BlockLogoWall,
2650
+ Jo as BlockMicroStories,
2651
+ tr as BlockPalletJack,
2652
+ Xo as BlockPolicy,
2653
+ rl as BlockProductHero,
2654
+ cl as BlockPromo,
2655
+ wl as BlockQuote,
2656
+ Ll as BlockRichText,
2657
+ Ml as BlockRichTextColumns,
2658
+ Ul as BlockTimeline,
2659
+ Zl as BlockVimeo,
2613
2660
  aa as MoleculeAddress,
2614
2661
  ra as MoleculeBulletList,
2615
2662
  _a as MoleculeCard,
2616
2663
  ya as MoleculeEventCard,
2617
- ve as MoleculeModal,
2664
+ fe as MoleculeModal,
2618
2665
  Ba as MoleculeTextCard,
2619
- hs as Organism404,
2620
- bs as OrganismFilter,
2621
- zs as OrganismFooter,
2622
- bi as OrganismHeader,
2623
- Ii as OrganismLanguageSwitcher,
2624
- Di as OrganismPagination,
2625
- Pi as OrganismSearch,
2626
- xi as default
2666
+ ks as Organism404,
2667
+ Ls as OrganismFilter,
2668
+ Zs as OrganismFooter,
2669
+ Li as OrganismHeader,
2670
+ Mi as OrganismLanguageSwitcher,
2671
+ Ri as OrganismPagination,
2672
+ ji as OrganismSearch,
2673
+ or as default
2627
2674
  };