@mirweb/mir-web-components 0.17.0 → 0.17.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- import { defineComponent as v, computed as P, openBlock as i, createElementBlock as s, normalizeClass as _, toDisplayString as r, createElementVNode as t, renderSlot as d, pushScopeId as O, popScopeId as z, createTextVNode as j, ref as w, withDirectives as Q, Fragment as I, renderList as C, vShow as Z, normalizeProps as V, guardReactiveProps as M, mergeProps as ee, createVNode as p, Transition as ge, withCtx as $, withModifiers as oe, createBlock as D, createCommentVNode as m, watchEffect as re, withKeys as ye, useSlots as pe, normalizeStyle as te, isRef as ie, unref as B, onMounted as ne, watch as se, onUnmounted as be } from "vue";
1
+ import { defineComponent as v, computed as D, openBlock as i, createElementBlock as s, normalizeClass as u, toDisplayString as r, createElementVNode as t, renderSlot as d, pushScopeId as z, popScopeId as F, createTextVNode as j, ref as w, withDirectives as Q, Fragment as L, renderList as C, vShow as Z, normalizeProps as V, guardReactiveProps as O, mergeProps as ee, createVNode as b, Transition as ge, withCtx as $, withModifiers as oe, createBlock as M, createCommentVNode as m, watchEffect as re, withKeys as ye, useSlots as be, normalizeStyle as te, isRef as ie, unref as I, onMounted as ne, watch as se, onUnmounted as pe } from "vue";
2
2
  const $e = ["aria-label"], ke = /* @__PURE__ */ v({
3
3
  __name: "button",
4
4
  props: {
@@ -13,11 +13,11 @@ const $e = ["aria-label"], ke = /* @__PURE__ */ v({
13
13
  close: "close",
14
14
  next: "next",
15
15
  previous: "previous"
16
- }, a = P(() => o[l.variant]);
17
- return (n, c) => (i(), s("button", {
18
- class: _(["button", "button--" + a.value]),
16
+ }, a = D(() => o[l.variant]);
17
+ return (n, _) => (i(), s("button", {
18
+ class: u(["button", "button--" + a.value]),
19
19
  "aria-label": n.ariaLabel
20
- }, r(n.variant == "close" ? "" : n.buttonText), 11, $e));
20
+ }, r(a.value == "close" ? "" : n.buttonText), 11, $e));
21
21
  }
22
22
  });
23
23
  const h = (e, l) => {
@@ -25,7 +25,7 @@ const h = (e, l) => {
25
25
  for (const [a, n] of l)
26
26
  o[a] = n;
27
27
  return o;
28
- }, J = /* @__PURE__ */ h(ke, [["__scopeId", "data-v-1e00a5e5"]]), we = (e) => (O("data-v-42c44141"), e = e(), z(), e), xe = ["id", "name", "value", "disabled", "required"], Se = ["for"], qe = /* @__PURE__ */ we(() => /* @__PURE__ */ t("span", { class: "checkmark" }, null, -1)), Be = /* @__PURE__ */ v({
28
+ }, J = /* @__PURE__ */ h(ke, [["__scopeId", "data-v-22b26cbe"]]), we = (e) => (z("data-v-42c44141"), e = e(), F(), e), xe = ["id", "name", "value", "disabled", "required"], Se = ["for"], qe = /* @__PURE__ */ we(() => /* @__PURE__ */ t("span", { class: "checkmark" }, null, -1)), Be = /* @__PURE__ */ v({
29
29
  __name: "checkbox",
30
30
  props: {
31
31
  name: { default: "checkbox" },
@@ -41,7 +41,7 @@ const h = (e, l) => {
41
41
  l("input", n.checked);
42
42
  };
43
43
  return (a, n) => (i(), s("div", {
44
- class: _(["checkbox__wrapper", a.disabled ? "disabled" : ""])
44
+ class: u(["checkbox__wrapper", a.disabled ? "disabled" : ""])
45
45
  }, [
46
46
  t("input", {
47
47
  id: a.id,
@@ -55,7 +55,7 @@ const h = (e, l) => {
55
55
  }, null, 40, xe),
56
56
  t("label", {
57
57
  for: a.id,
58
- class: _(["checkbox__label", a.required ? "required" : ""])
58
+ class: u(["checkbox__label", a.required ? "required" : ""])
59
59
  }, [
60
60
  qe,
61
61
  d(a.$slots, "default", {}, void 0, !0)
@@ -63,7 +63,7 @@ const h = (e, l) => {
63
63
  ], 2));
64
64
  }
65
65
  });
66
- const Ie = /* @__PURE__ */ h(Be, [["__scopeId", "data-v-42c44141"]]), Ce = (e) => (O("data-v-08813346"), e = e(), z(), e), Le = ["aria-label"], Te = /* @__PURE__ */ Ce(() => /* @__PURE__ */ t("img", {
66
+ const Ie = /* @__PURE__ */ h(Be, [["__scopeId", "data-v-42c44141"]]), Le = (e) => (z("data-v-08813346"), e = e(), F(), e), Ce = ["aria-label"], Te = /* @__PURE__ */ Le(() => /* @__PURE__ */ t("img", {
67
67
  src: "https://a.storyblok.com/f/230581/9x9/e4fb715dc9/close.svg?cv=1695125714598",
68
68
  alt: "close",
69
69
  class: "close-icon"
@@ -74,10 +74,10 @@ const Ie = /* @__PURE__ */ h(Be, [["__scopeId", "data-v-42c44141"]]), Ce = (e) =
74
74
  },
75
75
  emits: ["remove-chip"],
76
76
  setup(e) {
77
- const l = e, o = P(() => `Chip: ${l.text}`);
77
+ const l = e, o = D(() => `Chip: ${l.text}`);
78
78
  return (a, n) => (i(), s("div", {
79
79
  class: "chip__wrapper",
80
- onClick: n[0] || (n[0] = (c) => a.$emit("remove-chip"))
80
+ onClick: n[0] || (n[0] = (_) => a.$emit("remove-chip"))
81
81
  }, [
82
82
  t("span", {
83
83
  class: "chip",
@@ -85,7 +85,7 @@ const Ie = /* @__PURE__ */ h(Be, [["__scopeId", "data-v-42c44141"]]), Ce = (e) =
85
85
  }, [
86
86
  j(r(a.text) + " ", 1),
87
87
  Te
88
- ], 8, Le)
88
+ ], 8, Ce)
89
89
  ]));
90
90
  }
91
91
  });
@@ -139,140 +139,140 @@ const Ve = /* @__PURE__ */ h(Ae, [["__scopeId", "data-v-08813346"]]), De = ["val
139
139
  },
140
140
  emits: ["update:modelValue"],
141
141
  setup(e, { emit: l }) {
142
- const o = e, a = w(null), n = w(null), c = w([]), b = w(0), T = w(""), S = w(!0), g = w(0), q = P(() => {
143
- const u = o.options.find(
142
+ const o = e, a = w(null), n = w(null), _ = w([]), p = w(0), x = w(""), q = w(!0), g = w(0), B = D(() => {
143
+ const c = o.options.find(
144
144
  (f) => f.value === o.modelValue
145
145
  );
146
- return u && u.label;
146
+ return c && c.label;
147
147
  }), X = {
148
- beforeMount(u, f) {
149
- u.clickOutsideEvent = function(y) {
150
- u === y.target || u.contains(y.target) || f.value(y);
151
- }, document.body.addEventListener("click", u.clickOutsideEvent);
148
+ beforeMount(c, f) {
149
+ c.clickOutsideEvent = function(y) {
150
+ c === y.target || c.contains(y.target) || f.value(y);
151
+ }, document.body.addEventListener("click", c.clickOutsideEvent);
152
152
  },
153
- unmounted(u) {
154
- document.body.removeEventListener("click", u.clickOutsideEvent);
153
+ unmounted(c) {
154
+ document.body.removeEventListener("click", c.clickOutsideEvent);
155
155
  }
156
156
  };
157
- function k(u) {
158
- l("update:modelValue", u);
157
+ function k(c) {
158
+ l("update:modelValue", c);
159
159
  }
160
- function H(u) {
160
+ function H(c) {
161
161
  var y;
162
- const f = u.target;
163
- f.getAttribute("role") === "option" && (U(f), Y(), (y = a.value) == null || y.focus());
162
+ const f = c.target;
163
+ f.getAttribute("role") === "option" && (K(f), Y(), (y = a.value) == null || y.focus());
164
164
  }
165
- function W(u) {
165
+ function W(c) {
166
166
  var y;
167
- const f = u.key;
167
+ const f = c.key;
168
168
  switch (f) {
169
169
  case "ArrowUp":
170
170
  case "ArrowDown": {
171
- u.preventDefault();
172
- const x = o.options.findIndex(
171
+ c.preventDefault();
172
+ const S = o.options.findIndex(
173
173
  (R) => R.value === o.modelValue
174
174
  );
175
- let F = x ? c.value[x] : c.value[0];
176
- f === "ArrowUp" ? x - 1 >= 0 && (F = c.value[x - 1]) : x + 1 <= o.options.length && (F = c.value[x + 1]), F && U(F);
175
+ let P = S ? _.value[S] : _.value[0];
176
+ f === "ArrowUp" ? S - 1 >= 0 && (P = _.value[S - 1]) : S + 1 <= o.options.length && (P = _.value[S + 1]), P && K(P);
177
177
  break;
178
178
  }
179
179
  case "Home":
180
180
  case "PageUp":
181
- u.preventDefault(), he();
181
+ c.preventDefault(), he();
182
182
  break;
183
183
  case "End":
184
184
  case "PageDown":
185
- u.preventDefault(), ve();
185
+ c.preventDefault(), ve();
186
186
  break;
187
187
  case "Enter":
188
188
  case "Escape":
189
- u.preventDefault(), Y(), (y = a.value) == null || y.focus();
189
+ c.preventDefault(), Y(), (y = a.value) == null || y.focus();
190
190
  break;
191
191
  default: {
192
- const x = _e(f);
193
- x && U(x);
192
+ const S = _e(f);
193
+ S && K(S);
194
194
  break;
195
195
  }
196
196
  }
197
197
  }
198
- function N(u) {
198
+ function N(c) {
199
199
  if (!o.disabled)
200
- switch (u.key) {
200
+ switch (c.key) {
201
201
  case "ArrowUp":
202
202
  case "ArrowDown":
203
- u.preventDefault(), le(), W(u);
203
+ c.preventDefault(), le(), W(c);
204
204
  break;
205
205
  }
206
206
  }
207
- function ce(u) {
208
- u && u.removeAttribute("aria-selected");
207
+ function ce(c) {
208
+ c && c.removeAttribute("aria-selected");
209
209
  }
210
210
  function ue() {
211
- b.value && (clearTimeout(b.value), b.value = 0), b.value = setTimeout(() => {
212
- T.value = "", b.value = 0;
211
+ p.value && (clearTimeout(p.value), p.value = 0), p.value = setTimeout(() => {
212
+ x.value = "", p.value = 0;
213
213
  }, 500);
214
214
  }
215
- function _e(u) {
215
+ function _e(c) {
216
216
  let f = "";
217
- (T.value === "" || f !== u) && (g.value = o.options.findIndex(
218
- (x) => x.value === o.modelValue
219
- )), T.value = f === u ? u : T.value + u, f = u, ue();
217
+ (x.value === "" || f !== c) && (g.value = o.options.findIndex(
218
+ (S) => S.value === o.modelValue
219
+ )), x.value = f === c ? c : x.value + c, f = c, ue();
220
220
  let y = ae(
221
221
  g.value + 1,
222
222
  o.options.length
223
223
  );
224
- return !y && T.value.length === 1 && (y = ae(0, g.value)), g.value = (g.value + 1) % o.options.length, y;
224
+ return !y && x.value.length === 1 && (y = ae(0, g.value)), g.value = (g.value + 1) % o.options.length, y;
225
225
  }
226
- function ae(u, f) {
227
- for (let y = u; y < f; y++)
228
- if (o.options[y].label && o.options[y].label.toUpperCase().indexOf(T.value.toUpperCase()) === 0)
229
- return c.value[y];
226
+ function ae(c, f) {
227
+ for (let y = c; y < f; y++)
228
+ if (o.options[y].label && o.options[y].label.toUpperCase().indexOf(x.value.toUpperCase()) === 0)
229
+ return _.value[y];
230
230
  return null;
231
231
  }
232
232
  function he() {
233
- U(c.value[0]);
233
+ K(_.value[0]);
234
234
  }
235
- function U(u) {
236
- var y, x;
237
- const f = u.getAttribute("data-value");
235
+ function K(c) {
236
+ var y, S;
237
+ const f = c.getAttribute("data-value");
238
238
  if (o.modelValue) {
239
- const F = o.options.findIndex(
239
+ const P = o.options.findIndex(
240
240
  (fe) => fe.value === o.modelValue
241
- ), R = c.value[F];
241
+ ), R = _.value[P];
242
242
  ce(R);
243
243
  }
244
- if (u.setAttribute("aria-selected", "true"), (y = n.value) == null || y.setAttribute(
244
+ if (c.setAttribute("aria-selected", "true"), (y = n.value) == null || y.setAttribute(
245
245
  "aria-activedescendant",
246
246
  f || ""
247
247
  ), k(f || ""), n.value && n.value.scrollHeight > n.value.clientHeight) {
248
- const F = n.value.clientHeight + n.value.scrollTop, R = u.offsetTop + u.offsetHeight;
249
- R > F ? n.value.scrollTop = R - ((x = n.value) == null ? void 0 : x.clientHeight) : u.offsetTop < n.value.scrollTop && (n.value.scrollTop = u.offsetTop);
248
+ const P = n.value.clientHeight + n.value.scrollTop, R = c.offsetTop + c.offsetHeight;
249
+ R > P ? n.value.scrollTop = R - ((S = n.value) == null ? void 0 : S.clientHeight) : c.offsetTop < n.value.scrollTop && (n.value.scrollTop = c.offsetTop);
250
250
  }
251
251
  }
252
252
  function ve() {
253
253
  var f;
254
- const u = (f = c.value) == null ? void 0 : f[o.options.length - 1];
255
- U(u);
254
+ const c = (f = _.value) == null ? void 0 : f[o.options.length - 1];
255
+ K(c);
256
256
  }
257
257
  function Y() {
258
- var u;
259
- S.value = !0, (u = a.value) == null || u.removeAttribute("aria-expanded");
258
+ var c;
259
+ q.value = !0, (c = a.value) == null || c.removeAttribute("aria-expanded");
260
260
  }
261
261
  function le() {
262
- var u, f;
263
- S.value = !1, (u = a.value) == null || u.setAttribute("aria-expanded", "true"), (f = n.value) == null || f.focus();
262
+ var c, f;
263
+ q.value = !1, (c = a.value) == null || c.setAttribute("aria-expanded", "true"), (f = n.value) == null || f.focus();
264
264
  }
265
265
  function me() {
266
- o.disabled || (S.value ? le() : Y());
266
+ o.disabled || (q.value ? le() : Y());
267
267
  }
268
- return (u, f) => (i(), s("div", {
268
+ return (c, f) => (i(), s("div", {
269
269
  ref: "listbox",
270
270
  class: "listbox__wrapper",
271
271
  value: e.modelValue
272
272
  }, [
273
273
  t("label", {
274
274
  id: `${e.name}-label`,
275
- class: _([{
275
+ class: u([{
276
276
  "listbox__label--visually-hidden": !e.showLabel,
277
277
  "is-disabled": e.disabled,
278
278
  "is-required": e.required
@@ -287,13 +287,13 @@ const Ve = /* @__PURE__ */ h(Ae, [["__scopeId", "data-v-08813346"]]), De = ["val
287
287
  type: "button",
288
288
  "aria-haspopup": "listbox",
289
289
  "aria-disabled": e.disabled,
290
- class: _([
290
+ class: u([
291
291
  "listbox__button",
292
292
  e.variant === "dark" ? "dropdown-dark dropdown-dark-bg-dark" : "dropdown-dark-bg-primary"
293
293
  ]),
294
294
  onClick: me,
295
295
  onKeydown: N
296
- }, r(e.modelValue ? q.value : e.placeholder), 43, ze),
296
+ }, r(e.modelValue ? B.value : e.placeholder), 43, ze),
297
297
  Q(t("ul", {
298
298
  ref_key: "listboxNode",
299
299
  ref: n,
@@ -305,18 +305,18 @@ const Ve = /* @__PURE__ */ h(Ae, [["__scopeId", "data-v-08813346"]]), De = ["val
305
305
  onKeydown: W,
306
306
  onClick: H
307
307
  }, [
308
- (i(!0), s(I, null, C(e.options, (y, x) => (i(), s("li", {
309
- key: `${e.name}-option-${x}`,
308
+ (i(!0), s(L, null, C(e.options, (y, S) => (i(), s("li", {
309
+ key: `${e.name}-option-${S}`,
310
310
  ref_for: !0,
311
311
  ref_key: "listboxOptions",
312
- ref: c,
312
+ ref: _,
313
313
  "aria-selected": y.value === e.modelValue,
314
314
  "data-value": y.value,
315
315
  class: "listbox__option",
316
316
  role: "option"
317
317
  }, r(y.label), 9, Pe))), 128))
318
318
  ], 40, Fe), [
319
- [Z, !S.value]
319
+ [Z, !q.value]
320
320
  ])
321
321
  ])), [
322
322
  [X, Y]
@@ -365,11 +365,11 @@ const Ee = /* @__PURE__ */ h(Ne, [["__scopeId", "data-v-48b1733b"]]), He = { cla
365
365
  },
366
366
  setup(e) {
367
367
  return (l, o) => (i(), s("div", He, [
368
- d(l.$slots, "default", V(M(l.$attrs)))
368
+ d(l.$slots, "default", V(O(l.$attrs)))
369
369
  ]));
370
370
  }
371
371
  });
372
- const L = /* @__PURE__ */ h(Re, [["__scopeId", "data-v-f41d7358"]]), je = { class: "label__wrapper" }, Ke = ["aria-label", "label-dark"], Ue = /* @__PURE__ */ v({
372
+ const T = /* @__PURE__ */ h(Re, [["__scopeId", "data-v-f41d7358"]]), je = { class: "label__wrapper" }, Ue = ["aria-label", "label-dark"], Ke = /* @__PURE__ */ v({
373
373
  __name: "label",
374
374
  props: {
375
375
  text: {
@@ -383,17 +383,17 @@ const L = /* @__PURE__ */ h(Re, [["__scopeId", "data-v-f41d7358"]]), je = { clas
383
383
  }
384
384
  },
385
385
  setup(e) {
386
- const l = e, o = P(() => `Label: ${l.text}`);
386
+ const l = e, o = D(() => `Label: ${l.text}`);
387
387
  return (a, n) => (i(), s("div", je, [
388
388
  t("span", {
389
389
  "aria-label": o.value,
390
390
  "label-dark": e.labelDark,
391
- class: _(e.labelDark ? "label--dark" : "label--light")
392
- }, r(e.text), 11, Ke)
391
+ class: u(e.labelDark ? "label--dark" : "label--light")
392
+ }, r(e.text), 11, Ue)
393
393
  ]));
394
394
  }
395
395
  });
396
- const G = /* @__PURE__ */ h(Ue, [["__scopeId", "data-v-e7a44d10"]]), Ge = { class: "link__wrapper" }, A = /* @__PURE__ */ v({
396
+ const G = /* @__PURE__ */ h(Ke, [["__scopeId", "data-v-e7a44d10"]]), Ge = { class: "link__wrapper" }, A = /* @__PURE__ */ v({
397
397
  __name: "link",
398
398
  props: {
399
399
  linkType: { default: "regular" },
@@ -403,32 +403,36 @@ const G = /* @__PURE__ */ h(Ue, [["__scopeId", "data-v-e7a44d10"]]), Ge = { clas
403
403
  },
404
404
  setup(e) {
405
405
  const l = e, o = {
406
- primary: "primary",
407
- secondary: "secondary",
408
- secondary_dark: "secondary-dark",
409
- regular: "regular",
410
- regular_dark: "regular-dark",
411
- regular_light: "regular-light",
412
- regular_blue: "regular-blue"
413
- }, a = P(() => o[l.linkType]), n = P(() => {
414
- const { ...c } = l;
415
- return c;
406
+ primary: "mir-link--btn button button--primary",
407
+ secondary: "mir-link--btn button button--secondary",
408
+ secondary_dark: "mir-link--btn button button--secondary-dark",
409
+ regular: "regular-link",
410
+ regular_dark: "regular-link-dark",
411
+ regular_light: "regular-link-light",
412
+ regular_blue: "regular-link-blue"
413
+ }, a = {
414
+ hover: "underline-hover",
415
+ true: "add-underline",
416
+ false: "remove-underline"
417
+ }, n = D(() => o[l.linkType]), _ = D(() => a[l.underline]), p = D(() => {
418
+ const { ...x } = l;
419
+ return x;
416
420
  });
417
- return (c, b) => (i(), s("div", Ge, [
418
- t("div", ee(n.value, {
421
+ return (x, q) => (i(), s("div", Ge, [
422
+ t("div", ee(p.value, {
419
423
  class: ["mir-link", [
420
- a.value,
421
- c.disabled ? "disabled" : "",
422
- c.underline === "false" ? "remove-underline" : c.underline === "true" ? "add-underline" : c.underline === "hover" ? "underline-hover" : "",
423
- c.arrow ? "link-arrow" : ""
424
+ n.value,
425
+ x.disabled ? "disabled" : "",
426
+ _.value,
427
+ x.arrow ? "link-arrow" : ""
424
428
  ]]
425
429
  }), [
426
- d(c.$slots, "default")
430
+ d(x.$slots, "default")
427
431
  ], 16)
428
432
  ]));
429
433
  }
430
434
  });
431
- const We = (e) => (O("data-v-eaed5b4f"), e = e(), z(), e), Ye = ["id", "name", "value", "checked", "disabled", "required"], Qe = ["for"], Je = /* @__PURE__ */ We(() => /* @__PURE__ */ t("span", { class: "radiomark" }, null, -1)), Xe = /* @__PURE__ */ v({
435
+ const We = (e) => (z("data-v-eaed5b4f"), e = e(), F(), e), Ye = ["id", "name", "value", "checked", "disabled", "required"], Qe = ["for"], Je = /* @__PURE__ */ We(() => /* @__PURE__ */ t("span", { class: "radiomark" }, null, -1)), Xe = /* @__PURE__ */ v({
432
436
  __name: "radio-button",
433
437
  props: {
434
438
  name: {
@@ -467,7 +471,7 @@ const We = (e) => (O("data-v-eaed5b4f"), e = e(), z(), e), Ye = ["id", "name", "
467
471
  l("input", n.checked);
468
472
  };
469
473
  return (a, n) => (i(), s("div", {
470
- class: _(["radio__wrapper", e.disabled ? "disabled" : ""])
474
+ class: u(["radio__wrapper", e.disabled ? "disabled" : ""])
471
475
  }, [
472
476
  t("input", {
473
477
  id: e.id,
@@ -482,7 +486,7 @@ const We = (e) => (O("data-v-eaed5b4f"), e = e(), z(), e), Ye = ["id", "name", "
482
486
  }, null, 40, Ye),
483
487
  t("label", {
484
488
  for: e.id,
485
- class: _(["radio__label", e.required ? "required" : ""])
489
+ class: u(["radio__label", e.required ? "required" : ""])
486
490
  }, [
487
491
  Je,
488
492
  d(a.$slots, "default", {}, void 0, !0)
@@ -534,11 +538,11 @@ const Ze = /* @__PURE__ */ h(Xe, [["__scopeId", "data-v-eaed5b4f"]]), et = { cla
534
538
  return (l, o) => (i(), s("div", et, [
535
539
  t("label", {
536
540
  for: e.id,
537
- class: _([e.required ? "required" : "", e.disabled ? "disabled" : ""])
541
+ class: u([e.required ? "required" : "", e.disabled ? "disabled" : ""])
538
542
  }, r(e.label), 11, tt),
539
543
  t("select", {
540
544
  id: e.id,
541
- class: _(e.disabled ? "disabled" : ""),
545
+ class: u(e.disabled ? "disabled" : ""),
542
546
  disabled: e.disabled,
543
547
  name: e.name,
544
548
  value: e.modelValue,
@@ -546,7 +550,7 @@ const Ze = /* @__PURE__ */ h(Xe, [["__scopeId", "data-v-eaed5b4f"]]), et = { cla
546
550
  l.$emit("update:modelValue", a.target.value), a.target.blur();
547
551
  })
548
552
  }, [
549
- (i(!0), s(I, null, C(e.options, (a) => (i(), s("option", {
553
+ (i(!0), s(L, null, C(e.options, (a) => (i(), s("option", {
550
554
  key: a.value,
551
555
  value: a.value
552
556
  }, r(a.text), 9, lt))), 128))
@@ -565,27 +569,27 @@ const st = /* @__PURE__ */ h(it, [["__scopeId", "data-v-4445d1ae"]]), ot = { cla
565
569
  const o = e, a = () => {
566
570
  l("update:show", !o.show);
567
571
  };
568
- return (n, c) => (i(), s("div", ot, [
569
- p(ge, {
572
+ return (n, _) => (i(), s("div", ot, [
573
+ b(ge, {
570
574
  duration: 300,
571
575
  name: "nested"
572
576
  }, {
573
577
  default: $(() => [
574
578
  n.show ? (i(), s("div", {
575
579
  key: 0,
576
- class: _(["overlay", n.searchBar ? "overlay-search" : "overlay-default"]),
580
+ class: u(["overlay", n.searchBar ? "overlay-search" : "overlay-default"]),
577
581
  ariaLabel: "modal",
578
582
  role: "dialog",
579
583
  onClick: a
580
584
  }, [
581
585
  t("div", {
582
586
  id: "modal",
583
- class: _([n.searchBar ? "search" : ""]),
584
- onClick: c[0] || (c[0] = oe(() => {
587
+ class: u([n.searchBar ? "search" : ""]),
588
+ onClick: _[0] || (_[0] = oe(() => {
585
589
  }, ["stop"]))
586
590
  }, [
587
591
  t("div", null, [
588
- n.searchBar ? m("", !0) : (i(), D(J, {
592
+ n.searchBar ? m("", !0) : (i(), M(J, {
589
593
  key: 0,
590
594
  "aria-label": "close",
591
595
  variant: "close",
@@ -654,38 +658,38 @@ const de = /* @__PURE__ */ h(rt, [["__scopeId", "data-v-ae81fb1e"]]), nt = { cla
654
658
  },
655
659
  emits: ["update:modelValue"],
656
660
  setup(e, { emit: l }) {
657
- const o = e, a = w(o.modelValue), n = w(), c = w(!1), b = (S, g, q) => (S - g) / (q - g) * 100, T = (S) => {
661
+ const o = e, a = w(o.modelValue), n = w(), _ = w(!1), p = (q, g, B) => (q - g) / (B - g) * 100, x = (q) => {
658
662
  var g;
659
- (g = n.value) == null || g.style.setProperty("--ProgressPercent", `${S}%`);
663
+ (g = n.value) == null || g.style.setProperty("--ProgressPercent", `${q}%`);
660
664
  };
661
665
  return re(() => {
662
666
  if (n.value) {
663
667
  l("update:modelValue", a.value);
664
- const S = b(a.value, o.min, o.max);
665
- let g = (50 - S) / 100;
666
- T(S + g);
668
+ const q = p(a.value, o.min, o.max);
669
+ let g = (50 - q) / 100;
670
+ x(q + g);
667
671
  }
668
- }), (S, g) => (i(), s("div", null, [
672
+ }), (q, g) => (i(), s("div", null, [
669
673
  t("div", nt, [
670
674
  t("div", dt, [
671
675
  t("label", {
672
676
  for: e.id,
673
- class: _([e.variant, ""])
677
+ class: u([e.variant, ""])
674
678
  }, r(e.label), 11, ct),
675
679
  e.information ? (i(), s("i", {
676
680
  key: 0,
677
681
  role: "button",
678
- class: _([e.variant, "slider__information"]),
682
+ class: u([e.variant, "slider__information"]),
679
683
  "aria-label": e.informationLabel,
680
684
  tabindex: "0",
681
685
  "aria-haspopup": "dialog",
682
- onClick: g[0] || (g[0] = (q) => c.value = !c.value),
683
- onKeyup: g[1] || (g[1] = ye((q) => c.value = !c.value, ["enter"]))
686
+ onClick: g[0] || (g[0] = (B) => _.value = !_.value),
687
+ onKeyup: g[1] || (g[1] = ye((B) => _.value = !_.value, ["enter"]))
684
688
  }, null, 42, ut)) : m("", !0)
685
689
  ]),
686
690
  t("div", _t, [
687
691
  t("span", {
688
- class: _([e.variant, "slider__minmax"])
692
+ class: u([e.variant, "slider__minmax"])
689
693
  }, r(e.min), 3),
690
694
  t("input", {
691
695
  id: e.id,
@@ -697,21 +701,21 @@ const de = /* @__PURE__ */ h(rt, [["__scopeId", "data-v-ae81fb1e"]]), nt = { cla
697
701
  min: e.min,
698
702
  step: e.step,
699
703
  max: e.max,
700
- class: _(e.variant),
701
- onInput: g[2] || (g[2] = ({ target: q }) => a.value = parseFloat(q.value))
704
+ class: u(e.variant),
705
+ onInput: g[2] || (g[2] = ({ target: B }) => a.value = parseFloat(B.value))
702
706
  }, null, 42, ht),
703
707
  t("span", {
704
- class: _([e.variant, "slider__minmax"])
708
+ class: u([e.variant, "slider__minmax"])
705
709
  }, r(e.max), 3)
706
710
  ]),
707
711
  t("span", {
708
- class: _([e.variant, "slider__value"])
712
+ class: u([e.variant, "slider__value"])
709
713
  }, r(e.modelValue), 3)
710
714
  ]),
711
- e.information ? (i(), D(de, {
715
+ e.information ? (i(), M(de, {
712
716
  key: 0,
713
- show: c.value,
714
- "onUpdate:show": g[3] || (g[3] = (q) => c.value = q)
717
+ show: _.value,
718
+ "onUpdate:show": g[3] || (g[3] = (B) => _.value = B)
715
719
  }, {
716
720
  default: $(() => [
717
721
  j(r(e.information), 1)
@@ -721,7 +725,7 @@ const de = /* @__PURE__ */ h(rt, [["__scopeId", "data-v-ae81fb1e"]]), nt = { cla
721
725
  ]));
722
726
  }
723
727
  });
724
- const mt = /* @__PURE__ */ h(vt, [["__scopeId", "data-v-39b97f8e"]]), ft = { id: "textarea-wrapper" }, gt = ["for"], yt = ["id"], pt = ["id", "name", "placeholder", "required", "disabled", "maxlength", "value"], bt = { class: "textarea-info" }, $t = { key: 0 }, kt = /* @__PURE__ */ v({
728
+ const mt = /* @__PURE__ */ h(vt, [["__scopeId", "data-v-39b97f8e"]]), ft = { id: "textarea-wrapper" }, gt = ["for"], yt = ["id"], bt = ["id", "name", "placeholder", "required", "disabled", "maxlength", "value"], pt = { class: "textarea-info" }, $t = { key: 0 }, kt = /* @__PURE__ */ v({
725
729
  __name: "textarea",
726
730
  props: {
727
731
  id: {
@@ -770,7 +774,7 @@ const mt = /* @__PURE__ */ h(vt, [["__scopeId", "data-v-39b97f8e"]]), ft = { id:
770
774
  return (l, o) => (i(), s("div", ft, [
771
775
  t("label", {
772
776
  for: e.id,
773
- class: _({ required: e.required })
777
+ class: u({ required: e.required })
774
778
  }, r(e.labelText) + r(e.required ? " *" : ""), 11, gt),
775
779
  t("div", {
776
780
  id: e.modelValue !== void 0 && e.modelValue.length == e.maxLength ? "textarea-wrapper__inner" : ""
@@ -785,18 +789,18 @@ const mt = /* @__PURE__ */ h(vt, [["__scopeId", "data-v-39b97f8e"]]), ft = { id:
785
789
  disabled: e.disabled,
786
790
  maxlength: e.maxLength,
787
791
  value: e.modelValue,
788
- class: _(
792
+ class: u(
789
793
  e.modelValue !== void 0 && e.modelValue.length == e.maxLength ? "reached-meter-limit" : "border"
790
794
  ),
791
795
  onInput: o[0] || (o[0] = (a) => l.$emit("update:modelValue", a.target.value))
792
- }, null, 42, pt)
796
+ }, null, 42, bt)
793
797
  ], 8, yt),
794
- t("div", bt, [
798
+ t("div", pt, [
795
799
  t("div", null, [
796
800
  e.modelValue !== void 0 && e.modelValue.length == e.maxLength ? (i(), s("p", $t, " Too many characters. Please make it shorter ")) : m("", !0)
797
801
  ]),
798
802
  t("p", {
799
- class: _(
803
+ class: u(
800
804
  e.modelValue !== void 0 && e.modelValue.length == e.maxLength ? "reached-meter-limit-meter" : ""
801
805
  )
802
806
  }, r(e.maxLength !== void 0 && e.modelValue !== void 0 && e.maxLength - e.modelValue.length >= 0 ? e.modelValue.length : 0) + " / " + r(e.maxLength), 3)
@@ -804,7 +808,7 @@ const mt = /* @__PURE__ */ h(vt, [["__scopeId", "data-v-39b97f8e"]]), ft = { id:
804
808
  ]));
805
809
  }
806
810
  });
807
- const wt = /* @__PURE__ */ h(kt, [["__scopeId", "data-v-05a5f31c"]]), xt = { class: "text-field__wrapper" }, St = ["for"], qt = { key: 0 }, Bt = ["id", "type", "value", "placeholder", "required", "disabled", "name"], It = ["aria-expanded"], Ct = ["id", "type", "value", "placeholder", "required", "disabled", "name"], Lt = {
811
+ const wt = /* @__PURE__ */ h(kt, [["__scopeId", "data-v-05a5f31c"]]), xt = { class: "text-field__wrapper" }, St = ["for"], qt = { key: 0 }, Bt = ["id", "type", "value", "placeholder", "required", "disabled", "name"], It = ["aria-expanded"], Lt = ["id", "type", "value", "placeholder", "required", "disabled", "name"], Ct = {
808
812
  key: 2,
809
813
  class: "search"
810
814
  }, Tt = {
@@ -893,15 +897,15 @@ const wt = /* @__PURE__ */ h(kt, [["__scopeId", "data-v-05a5f31c"]]), xt = { cla
893
897
  },
894
898
  emits: ["update:modelValue"],
895
899
  setup(e) {
896
- const l = w(!0), o = P(
900
+ const l = w(!0), o = D(
897
901
  () => l.value ? "showPassword" : "hidePassword"
898
- ), a = P(
902
+ ), a = D(
899
903
  () => l.value ? "password" : "text"
900
904
  );
901
- return (n, c) => (i(), s("div", xt, [
905
+ return (n, _) => (i(), s("div", xt, [
902
906
  t("label", {
903
907
  for: e.id,
904
- class: _([
908
+ class: u([
905
909
  e.required ? "required" : "",
906
910
  e.disabled ? "disabled" : "",
907
911
  e.search ? "search" : ""
@@ -917,14 +921,14 @@ const wt = /* @__PURE__ */ h(kt, [["__scopeId", "data-v-05a5f31c"]]), xt = { cla
917
921
  required: e.required,
918
922
  disabled: e.disabled,
919
923
  name: e.fieldName,
920
- onInput: c[0] || (c[0] = (b) => n.$emit("update:modelValue", b.target.value))
924
+ onInput: _[0] || (_[0] = (p) => n.$emit("update:modelValue", p.target.value))
921
925
  }, null, 40, Bt),
922
926
  t("i", {
923
927
  role: "button",
924
- class: _([o.value]),
928
+ class: u([o.value]),
925
929
  "aria-controls": "password",
926
930
  "aria-expanded": !l.value,
927
- onClick: c[1] || (c[1] = (b) => l.value = !l.value)
931
+ onClick: _[1] || (_[1] = (p) => l.value = !l.value)
928
932
  }, null, 10, It)
929
933
  ])) : (i(), s("input", {
930
934
  key: 1,
@@ -934,16 +938,16 @@ const wt = /* @__PURE__ */ h(kt, [["__scopeId", "data-v-05a5f31c"]]), xt = { cla
934
938
  value: e.modelValue,
935
939
  placeholder: e.placeholder,
936
940
  required: e.required,
937
- class: _([
941
+ class: u([
938
942
  e.invalid ? "invalid" : "",
939
943
  e.valid ? "valid" : "",
940
944
  e.search ? "search" : ""
941
945
  ]),
942
946
  disabled: e.disabled,
943
947
  name: e.fieldName,
944
- onInput: c[2] || (c[2] = (b) => n.$emit("update:modelValue", b.target.value))
945
- }, null, 42, Ct)),
946
- e.search ? (i(), s("i", Lt)) : m("", !0),
948
+ onInput: _[2] || (_[2] = (p) => n.$emit("update:modelValue", p.target.value))
949
+ }, null, 42, Lt)),
950
+ e.search ? (i(), s("i", Ct)) : m("", !0),
947
951
  e.errorMessage ? (i(), s("strong", Tt, r(e.errorMessage), 1)) : m("", !0),
948
952
  e.helperText ? (i(), s("span", At, r(e.helperText), 1)) : m("", !0)
949
953
  ]));
@@ -1012,7 +1016,7 @@ const Dt = /* @__PURE__ */ h(Vt, [["__scopeId", "data-v-c09f7900"]]), Mt = { cla
1012
1016
  resetVideo: () => {
1013
1017
  a.value && (a.value.currentTime = 0, a.value.play());
1014
1018
  }
1015
- }), (c, b) => (i(), s("div", Mt, [
1019
+ }), (_, p) => (i(), s("div", Mt, [
1016
1020
  e.localVideo ? (i(), s("video", {
1017
1021
  key: 0,
1018
1022
  ref_key: "videoRef",
@@ -1042,7 +1046,7 @@ const Dt = /* @__PURE__ */ h(Vt, [["__scopeId", "data-v-c09f7900"]]), Mt = { cla
1042
1046
  ]));
1043
1047
  }
1044
1048
  });
1045
- const K = /* @__PURE__ */ h(Ft, [["__scopeId", "data-v-30720f26"]]), Pt = { class: "address__wrapper" }, Nt = { class: "address__content" }, Et = { class: "address__flag" }, Ht = { class: "address__address" }, Rt = { class: "address__name" }, jt = { key: 0 }, Kt = { class: "address__contact" }, Ut = ["href"], Gt = ["href"], Wt = /* @__PURE__ */ v({
1049
+ const U = /* @__PURE__ */ h(Ft, [["__scopeId", "data-v-30720f26"]]), Pt = { class: "address__wrapper" }, Nt = { class: "address__content" }, Et = { class: "address__flag" }, Ht = { class: "address__address" }, Rt = { class: "address__name" }, jt = { key: 0 }, Ut = { class: "address__contact" }, Kt = ["href"], Gt = ["href"], Wt = /* @__PURE__ */ v({
1046
1050
  __name: "address",
1047
1051
  props: {
1048
1052
  name: {
@@ -1088,8 +1092,8 @@ const K = /* @__PURE__ */ h(Ft, [["__scopeId", "data-v-30720f26"]]), Pt = { clas
1088
1092
  t("p", null, r(e.addressLine2), 1),
1089
1093
  e.addressLine3 ? (i(), s("p", jt, r(e.addressLine3), 1)) : m("", !0)
1090
1094
  ]),
1091
- t("div", Kt, [
1092
- (i(!0), s(I, null, C(e.phoneNumbers, (a) => (i(), D(A, {
1095
+ t("div", Ut, [
1096
+ (i(!0), s(L, null, C(e.phoneNumbers, (a) => (i(), M(A, {
1093
1097
  key: a,
1094
1098
  underline: "false",
1095
1099
  "link-type": "regular"
@@ -1098,7 +1102,7 @@ const K = /* @__PURE__ */ h(Ft, [["__scopeId", "data-v-30720f26"]]), Pt = { clas
1098
1102
  t("a", {
1099
1103
  href: "tel:" + a,
1100
1104
  class: "address__phone"
1101
- }, r(a), 9, Ut)
1105
+ }, r(a), 9, Kt)
1102
1106
  ]),
1103
1107
  _: 2
1104
1108
  }, 1024))), 128)),
@@ -1111,7 +1115,7 @@ const K = /* @__PURE__ */ h(Ft, [["__scopeId", "data-v-30720f26"]]), Pt = { clas
1111
1115
  ]));
1112
1116
  }
1113
1117
  });
1114
- const Yt = /* @__PURE__ */ h(Wt, [["__scopeId", "data-v-dc337ec6"]]), Qt = (e) => (O("data-v-a44fd57d"), e = e(), z(), e), Jt = { class: "bullet-list__wrapper" }, Xt = /* @__PURE__ */ Qt(() => /* @__PURE__ */ t("i", { class: "checkmark" }, null, -1)), Zt = /* @__PURE__ */ v({
1118
+ const Yt = /* @__PURE__ */ h(Wt, [["__scopeId", "data-v-dc337ec6"]]), Qt = (e) => (z("data-v-a44fd57d"), e = e(), F(), e), Jt = { class: "bullet-list__wrapper" }, Xt = /* @__PURE__ */ Qt(() => /* @__PURE__ */ t("i", { class: "checkmark" }, null, -1)), Zt = /* @__PURE__ */ v({
1115
1119
  __name: "bullet-list",
1116
1120
  props: {
1117
1121
  list: {
@@ -1133,10 +1137,10 @@ const Yt = /* @__PURE__ */ h(Wt, [["__scopeId", "data-v-dc337ec6"]]), Qt = (e) =
1133
1137
  setup(e) {
1134
1138
  return (l, o) => (i(), s("div", Jt, [
1135
1139
  t("div", {
1136
- class: _(["bullet-list", e.variant])
1140
+ class: u(["bullet-list", e.variant])
1137
1141
  }, [
1138
1142
  t("ul", null, [
1139
- (i(!0), s(I, null, C(e.list, (a) => (i(), s("li", { key: a }, [
1143
+ (i(!0), s(L, null, C(e.list, (a) => (i(), s("li", { key: a }, [
1140
1144
  Xt,
1141
1145
  j(" " + r(a), 1)
1142
1146
  ]))), 128))
@@ -1224,11 +1228,11 @@ const ea = /* @__PURE__ */ h(Zt, [["__scopeId", "data-v-a44fd57d"]]), ta = { cla
1224
1228
  },
1225
1229
  emits: ["clicked"],
1226
1230
  setup(e) {
1227
- const l = pe();
1231
+ const l = be();
1228
1232
  let o = w(!1);
1229
1233
  return (a, n) => (i(), s("div", ta, [
1230
1234
  t("div", {
1231
- class: _(["card", [
1235
+ class: u(["card", [
1232
1236
  e.theme == "dark" ? "card--dark" : "card--light",
1233
1237
  e.orientation == "vertical" ? "vertical" : "horizontal",
1234
1238
  e.size == "small" ? "card--small" : e.size == "medium" ? "card--medium" : e.size == "large" ? "card--large" : "",
@@ -1236,10 +1240,10 @@ const ea = /* @__PURE__ */ h(Zt, [["__scopeId", "data-v-a44fd57d"]]), ta = { cla
1236
1240
  e.variant == "product" ? "card--product" : "card--article"
1237
1241
  ]]),
1238
1242
  style: te([e.variant == "product" ? "font-weight: 700" : "font-weight: 300"]),
1239
- onMouseover: n[0] || (n[0] = (c) => ie(o) ? o.value = !0 : o = !0),
1240
- onMouseout: n[1] || (n[1] = (c) => ie(o) ? o.value = !1 : o = !1)
1243
+ onMouseover: n[0] || (n[0] = (_) => ie(o) ? o.value = !0 : o = !0),
1244
+ onMouseout: n[1] || (n[1] = (_) => ie(o) ? o.value = !1 : o = !1)
1241
1245
  }, [
1242
- e.mediaType == "image" ? (i(), D(L, { key: 0 }, {
1246
+ e.mediaType == "image" ? (i(), M(T, { key: 0 }, {
1243
1247
  default: $(() => [
1244
1248
  d(a.$slots, "card-image", ee({
1245
1249
  src: e.imgSrc,
@@ -1253,10 +1257,10 @@ const ea = /* @__PURE__ */ h(Zt, [["__scopeId", "data-v-a44fd57d"]]), ta = { cla
1253
1257
  _: 3
1254
1258
  })) : (i(), s("div", {
1255
1259
  key: 1,
1256
- class: _(["video-card__wrapper", B(o) == !0 ? "vimeoPlaying" : ""])
1260
+ class: u(["video-card__wrapper", I(o) == !0 ? "vimeoPlaying" : ""])
1257
1261
  }, [
1258
- p(K, {
1259
- play: B(o),
1262
+ b(U, {
1263
+ play: I(o),
1260
1264
  "local-video": !0,
1261
1265
  src: e.videoSrc,
1262
1266
  "aria-label": e.arialabel,
@@ -1269,22 +1273,22 @@ const ea = /* @__PURE__ */ h(Zt, [["__scopeId", "data-v-a44fd57d"]]), ta = { cla
1269
1273
  muted: !0
1270
1274
  }, null, 8, ["play", "src", "aria-label", "poster", "width", "height"])
1271
1275
  ], 2)),
1272
- B(l)["card-label"] ? (i(), s("div", aa, [
1276
+ I(l)["card-label"] ? (i(), s("div", aa, [
1273
1277
  d(a.$slots, "card-label")
1274
1278
  ])) : m("", !0),
1275
1279
  e.variant === "product" ? (i(), s("h3", {
1276
1280
  key: 3,
1277
- class: _(e.theme == "dark" ? "regular-dark" : "regular-blue")
1281
+ class: u(e.theme == "dark" ? "regular-dark" : "regular-blue")
1278
1282
  }, r(e.headline), 3)) : (i(), s("h3", {
1279
1283
  key: 4,
1280
- class: _(e.theme == "dark" ? "regular-dark" : "regular-dark-blue")
1284
+ class: u(e.theme == "dark" ? "regular-dark" : "regular-dark-blue")
1281
1285
  }, r(e.headline), 3)),
1282
1286
  e.variant == "product" ? (i(), s("p", la, r(e.paragraph), 1)) : m("", !0)
1283
1287
  ], 38)
1284
1288
  ]));
1285
1289
  }
1286
1290
  });
1287
- const sa = /* @__PURE__ */ h(ia, [["__scopeId", "data-v-02d9cef5"]]), oa = (e) => (O("data-v-1a97c019"), e = e(), z(), e), ra = { class: "event__wrapper" }, na = { class: "event__headline" }, da = { class: "event__date-location" }, ca = /* @__PURE__ */ oa(() => /* @__PURE__ */ t("br", null, null, -1)), ua = { class: "event__exhibitor" }, _a = /* @__PURE__ */ v({
1291
+ const sa = /* @__PURE__ */ h(ia, [["__scopeId", "data-v-02d9cef5"]]), oa = (e) => (z("data-v-1a97c019"), e = e(), F(), e), ra = { class: "event__wrapper" }, na = { class: "event__headline" }, da = { class: "event__date-location" }, ca = /* @__PURE__ */ oa(() => /* @__PURE__ */ t("br", null, null, -1)), ua = { class: "event__exhibitor" }, _a = /* @__PURE__ */ v({
1288
1292
  __name: "event-card",
1289
1293
  props: {
1290
1294
  eventType: {
@@ -1310,7 +1314,7 @@ const sa = /* @__PURE__ */ h(ia, [["__scopeId", "data-v-02d9cef5"]]), oa = (e) =
1310
1314
  },
1311
1315
  setup(e) {
1312
1316
  return (l, o) => (i(), s("div", ra, [
1313
- p(G, {
1317
+ b(G, {
1314
1318
  "label-dark": !1,
1315
1319
  text: e.eventType ? e.eventType : ""
1316
1320
  }, null, 8, ["text"]),
@@ -1342,7 +1346,7 @@ const ha = /* @__PURE__ */ h(_a, [["__scopeId", "data-v-1a97c019"]]), va = { cla
1342
1346
  },
1343
1347
  setup(e) {
1344
1348
  return (l, o) => (i(), s("div", va, [
1345
- p(G, {
1349
+ b(G, {
1346
1350
  "label-dark": !1,
1347
1351
  text: e.label ? e.label : ""
1348
1352
  }, null, 8, ["text"]),
@@ -1353,7 +1357,7 @@ const ha = /* @__PURE__ */ h(_a, [["__scopeId", "data-v-1a97c019"]]), va = { cla
1353
1357
  ]));
1354
1358
  }
1355
1359
  });
1356
- const ya = /* @__PURE__ */ h(ga, [["__scopeId", "data-v-ebdea819"]]), pa = { class: "facts__wrapper" }, ba = { class: "facts__content" }, $a = { class: "facts__headline" }, ka = { class: "facts" }, wa = { class: "fact__value" }, xa = { class: "fact__metric" }, Sa = {
1360
+ const ya = /* @__PURE__ */ h(ga, [["__scopeId", "data-v-ebdea819"]]), ba = { class: "facts__wrapper" }, pa = { class: "facts__content" }, $a = { class: "facts__headline" }, ka = { class: "facts" }, wa = { class: "fact__value" }, xa = { class: "fact__metric" }, Sa = {
1357
1361
  key: 0,
1358
1362
  class: "facts__link"
1359
1363
  }, qa = /* @__PURE__ */ v({
@@ -1380,11 +1384,11 @@ const ya = /* @__PURE__ */ h(ga, [["__scopeId", "data-v-ebdea819"]]), pa = { cla
1380
1384
  }) }
1381
1385
  },
1382
1386
  setup(e) {
1383
- return (l, o) => (i(), s("div", pa, [
1384
- t("div", ba, [
1387
+ return (l, o) => (i(), s("div", ba, [
1388
+ t("div", pa, [
1385
1389
  t("h2", $a, r(l.headline), 1),
1386
1390
  t("div", ka, [
1387
- (i(!0), s(I, null, C(l.facts, (a) => (i(), s("div", {
1391
+ (i(!0), s(L, null, C(l.facts, (a) => (i(), s("div", {
1388
1392
  key: a.value + a.metric,
1389
1393
  class: "fact"
1390
1394
  }, [
@@ -1397,7 +1401,7 @@ const ya = /* @__PURE__ */ h(ga, [["__scopeId", "data-v-ebdea819"]]), pa = { cla
1397
1401
  ]))), 128))
1398
1402
  ]),
1399
1403
  l.link ? (i(), s("div", Sa, [
1400
- p(A, {
1404
+ b(A, {
1401
1405
  "link-type": "regular_light",
1402
1406
  arrow: ""
1403
1407
  }, {
@@ -1411,7 +1415,7 @@ const ya = /* @__PURE__ */ h(ga, [["__scopeId", "data-v-ebdea819"]]), pa = { cla
1411
1415
  ]));
1412
1416
  }
1413
1417
  });
1414
- const Ba = /* @__PURE__ */ h(qa, [["__scopeId", "data-v-d2b231d4"]]), Ia = { class: "features__wrapper" }, Ca = { class: "features__content" }, La = {
1418
+ const Ba = /* @__PURE__ */ h(qa, [["__scopeId", "data-v-d2b231d4"]]), Ia = { class: "features__wrapper" }, La = { class: "features__content" }, Ca = {
1415
1419
  key: 0,
1416
1420
  class: "features__headline"
1417
1421
  }, Ta = {
@@ -1438,23 +1442,23 @@ const Ba = /* @__PURE__ */ h(qa, [["__scopeId", "data-v-d2b231d4"]]), Ia = { cla
1438
1442
  },
1439
1443
  setup(e) {
1440
1444
  return (l, o) => (i(), s("div", Ia, [
1441
- t("div", Ca, [
1442
- e.headline ? (i(), s("div", La, [
1445
+ t("div", La, [
1446
+ e.headline ? (i(), s("div", Ca, [
1443
1447
  t("h2", null, r(e.headline), 1)
1444
1448
  ])) : m("", !0),
1445
1449
  e.body ? (i(), s("div", Ta, [
1446
1450
  t("p", null, r(e.body), 1)
1447
1451
  ])) : m("", !0),
1448
1452
  t("div", {
1449
- class: _(["features__elements", [e.elements.length == 6 ? "features__elements--grid-6" : ""]])
1453
+ class: u(["features__elements", [e.elements.length == 6 ? "features__elements--grid-6" : ""]])
1450
1454
  }, [
1451
- (i(!0), s(I, null, C(e.elements, (a) => (i(), s("div", {
1455
+ (i(!0), s(L, null, C(e.elements, (a) => (i(), s("div", {
1452
1456
  key: a.headline,
1453
1457
  class: "features__element"
1454
1458
  }, [
1455
- p(L, { class: "element__icon" }, {
1459
+ b(T, { class: "element__icon" }, {
1456
1460
  default: $(() => [
1457
- d(l.$slots, "features-icon", V(M({
1461
+ d(l.$slots, "features-icon", V(O({
1458
1462
  src: a.icon.src,
1459
1463
  height: 30,
1460
1464
  width: 30,
@@ -1495,7 +1499,7 @@ const Ma = /* @__PURE__ */ h(Da, [["__scopeId", "data-v-08d8509e"]]), Oa = { cla
1495
1499
  ]));
1496
1500
  }
1497
1501
  });
1498
- const Ra = /* @__PURE__ */ h(Ha, [["__scopeId", "data-v-55d9c2fd"]]), ja = { class: "image__wrapper" }, Ka = { class: "image__content" }, Ua = { class: "image__image" }, Ga = { class: "image__caption" }, Wa = /* @__PURE__ */ v({
1502
+ const Ra = /* @__PURE__ */ h(Ha, [["__scopeId", "data-v-55d9c2fd"]]), ja = { class: "image__wrapper" }, Ua = { class: "image__content" }, Ka = { class: "image__image" }, Ga = { class: "image__caption" }, Wa = /* @__PURE__ */ v({
1499
1503
  __name: "image",
1500
1504
  props: {
1501
1505
  caption: {
@@ -1514,11 +1518,11 @@ const Ra = /* @__PURE__ */ h(Ha, [["__scopeId", "data-v-55d9c2fd"]]), ja = { cla
1514
1518
  },
1515
1519
  setup(e) {
1516
1520
  return (l, o) => (i(), s("div", ja, [
1517
- t("div", Ka, [
1518
- t("div", Ua, [
1519
- p(L, null, {
1521
+ t("div", Ua, [
1522
+ t("div", Ka, [
1523
+ b(T, null, {
1520
1524
  default: $(() => [
1521
- d(l.$slots, "image", V(M({ width: 984, height: 554, src: e.src, alt: e.alt })))
1525
+ d(l.$slots, "image", V(O({ width: 984, height: 554, src: e.src, alt: e.alt })))
1522
1526
  ]),
1523
1527
  _: 3
1524
1528
  })
@@ -1578,22 +1582,22 @@ const Ya = /* @__PURE__ */ h(Wa, [["__scopeId", "data-v-48563003"]]), Qa = { cla
1578
1582
  },
1579
1583
  setup(e) {
1580
1584
  return (l, o) => (i(), s("div", {
1581
- class: _([
1585
+ class: u([
1582
1586
  "gallery__wrapper",
1583
1587
  e.bgColor === "light" ? "gallery__wrapper--light" : e.bgColor === "dark" ? ["gallery__wrapper--dark", "mirsaic--dark"] : ""
1584
1588
  ])
1585
1589
  }, [
1586
1590
  t("div", {
1587
- class: _([
1591
+ class: u([
1588
1592
  "gallery__content",
1589
1593
  e.flipHorizontal ? "gallery__content--reverse" : "gallery__content--default"
1590
1594
  ])
1591
1595
  }, [
1592
1596
  t("div", Qa, [
1593
1597
  e.mediaLarge && e.mediaType === "image" ? (i(), s("div", Ja, [
1594
- p(L, null, {
1598
+ b(T, null, {
1595
1599
  default: $(() => [
1596
- d(l.$slots, "image-large", V(M({
1600
+ d(l.$slots, "image-large", V(O({
1597
1601
  width: 617,
1598
1602
  height: 530,
1599
1603
  src: e.mediaLarge.src,
@@ -1604,7 +1608,7 @@ const Ya = /* @__PURE__ */ h(Wa, [["__scopeId", "data-v-48563003"]]), Qa = { cla
1604
1608
  })
1605
1609
  ])) : m("", !0),
1606
1610
  e.mediaLarge && e.mediaType === "video" ? (i(), s("div", Xa, [
1607
- p(K, {
1611
+ b(U, {
1608
1612
  src: e.mediaLarge.src,
1609
1613
  "local-video": "",
1610
1614
  "aria-label": e.mediaLarge.alt,
@@ -1620,18 +1624,18 @@ const Ya = /* @__PURE__ */ h(Wa, [["__scopeId", "data-v-48563003"]]), Qa = { cla
1620
1624
  ]),
1621
1625
  t("div", {
1622
1626
  style: te([e.mediaSmall.length == 2 ? "grid-gap: 38px;" : ""]),
1623
- class: _([
1627
+ class: u([
1624
1628
  "gallery__small",
1625
1629
  e.flipVertical ? "gallery__small--reverse" : "gallery__small--default"
1626
1630
  ])
1627
1631
  }, [
1628
- (i(!0), s(I, null, C(e.mediaSmall, (a) => (i(), s("div", {
1632
+ (i(!0), s(L, null, C(e.mediaSmall, (a) => (i(), s("div", {
1629
1633
  key: a.src + a.alt,
1630
1634
  class: "image image--small"
1631
1635
  }, [
1632
- p(L, null, {
1636
+ b(T, null, {
1633
1637
  default: $(() => [
1634
- d(l.$slots, "image-small", V(M({
1638
+ d(l.$slots, "image-small", V(O({
1635
1639
  width: 328,
1636
1640
  height: 246,
1637
1641
  src: a.src,
@@ -1668,7 +1672,7 @@ const tl = /* @__PURE__ */ h(el, [["__scopeId", "data-v-4afd3b2e"]]), al = { cla
1668
1672
  setup(e) {
1669
1673
  return (l, o) => (i(), s("div", al, [
1670
1674
  t("div", {
1671
- class: _({
1675
+ class: u({
1672
1676
  "headline__content--article-and-submenu": e.article && e.subMenu,
1673
1677
  "headline__content--article": e.article && !e.subMenu,
1674
1678
  "headline__content--default headline__content--submenu": !e.article && e.subMenu,
@@ -1680,7 +1684,7 @@ const tl = /* @__PURE__ */ h(el, [["__scopeId", "data-v-4afd3b2e"]]), al = { cla
1680
1684
  ]));
1681
1685
  }
1682
1686
  });
1683
- const sl = /* @__PURE__ */ h(il, [["__scopeId", "data-v-080238bd"]]), ol = (e) => (O("data-v-ad805b9b"), e = e(), z(), e), rl = { class: "hero__wrapper" }, nl = { class: "hero__content" }, dl = { class: "hero__top" }, cl = { class: "hero__elements" }, ul = { class: "hero__headline" }, _l = { class: "hero__link" }, hl = { class: "hero__video" }, vl = /* @__PURE__ */ ol(() => /* @__PURE__ */ t("div", { class: "hero__gradient" }, null, -1)), ml = /* @__PURE__ */ v({
1687
+ const sl = /* @__PURE__ */ h(il, [["__scopeId", "data-v-080238bd"]]), ol = (e) => (z("data-v-ad805b9b"), e = e(), F(), e), rl = { class: "hero__wrapper" }, nl = { class: "hero__content" }, dl = { class: "hero__top" }, cl = { class: "hero__elements" }, ul = { class: "hero__headline" }, _l = { class: "hero__link" }, hl = { class: "hero__video" }, vl = /* @__PURE__ */ ol(() => /* @__PURE__ */ t("div", { class: "hero__gradient" }, null, -1)), ml = /* @__PURE__ */ v({
1684
1688
  __name: "hero",
1685
1689
  props: {
1686
1690
  headline: {
@@ -1701,7 +1705,7 @@ const sl = /* @__PURE__ */ h(il, [["__scopeId", "data-v-080238bd"]]), ol = (e) =
1701
1705
  t("h1", null, r(e.headline), 1)
1702
1706
  ]),
1703
1707
  t("div", _l, [
1704
- p(A, {
1708
+ b(A, {
1705
1709
  "link-type": "regular_light",
1706
1710
  arrow: ""
1707
1711
  }, {
@@ -1715,7 +1719,7 @@ const sl = /* @__PURE__ */ h(il, [["__scopeId", "data-v-080238bd"]]), ol = (e) =
1715
1719
  ]),
1716
1720
  t("div", hl, [
1717
1721
  vl,
1718
- p(K, {
1722
+ b(U, {
1719
1723
  src: e.video.src,
1720
1724
  "local-video": "",
1721
1725
  "aria-label": e.video.alt,
@@ -1731,10 +1735,10 @@ const sl = /* @__PURE__ */ h(il, [["__scopeId", "data-v-080238bd"]]), ol = (e) =
1731
1735
  ]));
1732
1736
  }
1733
1737
  });
1734
- const fl = /* @__PURE__ */ h(ml, [["__scopeId", "data-v-ad805b9b"]]), gl = { class: "logo-wall__wrapper" }, yl = { class: "logo-wall__content" }, pl = {
1738
+ const fl = /* @__PURE__ */ h(ml, [["__scopeId", "data-v-ad805b9b"]]), gl = { class: "logo-wall__wrapper" }, yl = { class: "logo-wall__content" }, bl = {
1735
1739
  key: 0,
1736
1740
  class: "logo-wall__text"
1737
- }, bl = { key: 0 }, $l = { key: 1 }, kl = { class: "logo-wall__logos" }, wl = { class: "logo-wall__link" }, xl = /* @__PURE__ */ v({
1741
+ }, pl = { key: 0 }, $l = { key: 1 }, kl = { class: "logo-wall__logos" }, wl = { class: "logo-wall__link" }, xl = /* @__PURE__ */ v({
1738
1742
  __name: "logo-wall",
1739
1743
  props: {
1740
1744
  headline: {
@@ -1754,18 +1758,18 @@ const fl = /* @__PURE__ */ h(ml, [["__scopeId", "data-v-ad805b9b"]]), gl = { cla
1754
1758
  setup(e) {
1755
1759
  return (l, o) => (i(), s("div", gl, [
1756
1760
  t("div", yl, [
1757
- e.headline || e.body ? (i(), s("div", pl, [
1758
- e.headline ? (i(), s("h2", bl, r(e.headline), 1)) : m("", !0),
1761
+ e.headline || e.body ? (i(), s("div", bl, [
1762
+ e.headline ? (i(), s("h2", pl, r(e.headline), 1)) : m("", !0),
1759
1763
  e.body ? (i(), s("p", $l, r(e.body), 1)) : m("", !0)
1760
1764
  ])) : m("", !0),
1761
1765
  t("div", kl, [
1762
- (i(!0), s(I, null, C(e.logos, (a) => (i(), s("div", {
1766
+ (i(!0), s(L, null, C(e.logos, (a) => (i(), s("div", {
1763
1767
  key: a.src + a.alt,
1764
1768
  class: "logo-wall__logo"
1765
1769
  }, [
1766
- p(L, null, {
1770
+ b(T, null, {
1767
1771
  default: $(() => [
1768
- d(l.$slots, "logo-wall-logo", V(M({
1772
+ d(l.$slots, "logo-wall-logo", V(O({
1769
1773
  width: 130,
1770
1774
  height: 130,
1771
1775
  src: a.src,
@@ -1777,7 +1781,7 @@ const fl = /* @__PURE__ */ h(ml, [["__scopeId", "data-v-ad805b9b"]]), gl = { cla
1777
1781
  ]))), 128))
1778
1782
  ]),
1779
1783
  t("div", wl, [
1780
- p(A, {
1784
+ b(A, {
1781
1785
  "link-type": "regular_light",
1782
1786
  arrow: !0
1783
1787
  }, {
@@ -1817,7 +1821,7 @@ const Sl = /* @__PURE__ */ h(xl, [["__scopeId", "data-v-a8afd396"]]), ql = { cla
1817
1821
  },
1818
1822
  setup(e) {
1819
1823
  return (l, o) => (i(), s("div", {
1820
- class: _([
1824
+ class: u([
1821
1825
  "micro-stories__wrapper",
1822
1826
  e.bgColor == "white" ? "micro-stories__wrapper--white" : e.bgColor == "dark" ? "micro-stories__wrapper--dark" : (e.bgColor == "blue", "micro-stories__wrapper--blue")
1823
1827
  ])
@@ -1829,10 +1833,10 @@ const Sl = /* @__PURE__ */ h(xl, [["__scopeId", "data-v-a8afd396"]]), ql = { cla
1829
1833
  ], 2));
1830
1834
  }
1831
1835
  });
1832
- const Il = {}, Cl = { class: "policy__wrapper" }, Ll = { class: "policy__content" };
1836
+ const Il = {}, Ll = { class: "policy__wrapper" }, Cl = { class: "policy__content" };
1833
1837
  function Tl(e, l) {
1834
- return i(), s("div", Cl, [
1835
- t("div", Ll, [
1838
+ return i(), s("div", Ll, [
1839
+ t("div", Cl, [
1836
1840
  d(e.$slots, "default", {}, void 0, !0)
1837
1841
  ])
1838
1842
  ]);
@@ -1868,7 +1872,7 @@ const Al = /* @__PURE__ */ h(Il, [["render", Tl], ["__scopeId", "data-v-8765ee0b
1868
1872
  t("h1", null, r(e.headline), 1)
1869
1873
  ]),
1870
1874
  t("div", Ol, [
1871
- p(K, {
1875
+ b(U, {
1872
1876
  play: !0,
1873
1877
  "local-video": !0,
1874
1878
  src: e.videoSrc,
@@ -1935,7 +1939,7 @@ const Fl = /* @__PURE__ */ h(zl, [["__scopeId", "data-v-4272034e"]]), Pl = { cla
1935
1939
  },
1936
1940
  setup(e) {
1937
1941
  return (l, o) => (i(), s("div", {
1938
- class: _([
1942
+ class: u([
1939
1943
  "promo__wrapper",
1940
1944
  e.variant === "dark" ? "promo__wrapper--dark" : e.variant === "light" ? "promo__wrapper--light" : "promo__wrapper--default",
1941
1945
  e.teaser ? "promo__wrapper--teaser" : ""
@@ -1944,26 +1948,26 @@ const Fl = /* @__PURE__ */ h(zl, [["__scopeId", "data-v-4272034e"]]), Pl = { cla
1944
1948
  t("div", Pl, [
1945
1949
  e.mediaType === "image" ? (i(), s("div", {
1946
1950
  key: 0,
1947
- class: _([
1951
+ class: u([
1948
1952
  "promo__image",
1949
1953
  e.reverse ? "promo__image--reverse" : "promo__image--default"
1950
1954
  ])
1951
1955
  }, [
1952
- p(L, null, {
1956
+ b(T, null, {
1953
1957
  default: $(() => [
1954
- d(l.$slots, "promo-image", V(M({ src: e.src, width: 1920, alt: e.alt, height: 1080 })))
1958
+ d(l.$slots, "promo-image", V(O({ src: e.src, width: 1920, alt: e.alt, height: 1080 })))
1955
1959
  ]),
1956
1960
  _: 3
1957
1961
  })
1958
1962
  ], 2)) : m("", !0),
1959
1963
  e.mediaType === "video" ? (i(), s("div", {
1960
1964
  key: 1,
1961
- class: _([
1965
+ class: u([
1962
1966
  "promo__video",
1963
1967
  e.reverse ? "promo__video--reverse" : "promo__video--default"
1964
1968
  ])
1965
1969
  }, [
1966
- p(K, {
1970
+ b(U, {
1967
1971
  src: e.src,
1968
1972
  "local-video": "",
1969
1973
  "aria-label": e.alt,
@@ -1976,23 +1980,23 @@ const Fl = /* @__PURE__ */ h(zl, [["__scopeId", "data-v-4272034e"]]), Pl = { cla
1976
1980
  }, null, 8, ["src", "aria-label", "poster"])
1977
1981
  ], 2)) : m("", !0),
1978
1982
  t("div", {
1979
- class: _([
1983
+ class: u([
1980
1984
  "promo__text",
1981
1985
  e.reverse ? "promo__text--reverse" : "promo__text--default"
1982
1986
  ])
1983
1987
  }, [
1984
- e.label ? (i(), D(G, {
1988
+ e.label ? (i(), M(G, {
1985
1989
  key: 0,
1986
1990
  text: e.label,
1987
1991
  "label-dark": e.variant === "dark"
1988
1992
  }, null, 8, ["text", "label-dark"])) : m("", !0),
1989
1993
  t("div", {
1990
- class: _([
1994
+ class: u([
1991
1995
  "promo__title",
1992
1996
  e.variant === "dark" ? "promo__title--dark" : ""
1993
1997
  ])
1994
1998
  }, r(e.headline), 3),
1995
- e.linkType === "link" ? (i(), D(A, {
1999
+ e.linkType === "link" ? (i(), M(A, {
1996
2000
  key: 1,
1997
2001
  "link-type": e.variant === "dark" ? "regular_dark" : (e.variant === "light", "regular_light"),
1998
2002
  arrow: ""
@@ -2002,7 +2006,7 @@ const Fl = /* @__PURE__ */ h(zl, [["__scopeId", "data-v-4272034e"]]), Pl = { cla
2002
2006
  ]),
2003
2007
  _: 3
2004
2008
  }, 8, ["link-type"])) : m("", !0),
2005
- e.linkType === "button" ? (i(), D(A, {
2009
+ e.linkType === "button" ? (i(), M(A, {
2006
2010
  key: 2,
2007
2011
  "link-type": e.variant === "dark" ? "secondary_dark" : (e.variant === "light", "secondary")
2008
2012
  }, {
@@ -2016,7 +2020,7 @@ const Fl = /* @__PURE__ */ h(zl, [["__scopeId", "data-v-4272034e"]]), Pl = { cla
2016
2020
  ], 2));
2017
2021
  }
2018
2022
  });
2019
- const El = /* @__PURE__ */ h(Nl, [["__scopeId", "data-v-6a96c16e"]]), Hl = (e) => (O("data-v-e3cc8e27"), e = e(), z(), e), Rl = { class: "quote__wrapper" }, jl = { class: "quote__content" }, Kl = /* @__PURE__ */ Hl(() => /* @__PURE__ */ t("p", { class: "quote__quote-mark" }, "“", -1)), Ul = { class: "quote__quote" }, Gl = { class: "quote__quote-text" }, Wl = { class: "quote__author" }, Yl = {
2023
+ const El = /* @__PURE__ */ h(Nl, [["__scopeId", "data-v-6a96c16e"]]), Hl = (e) => (z("data-v-e3cc8e27"), e = e(), F(), e), Rl = { class: "quote__wrapper" }, jl = { class: "quote__content" }, Ul = /* @__PURE__ */ Hl(() => /* @__PURE__ */ t("p", { class: "quote__quote-mark" }, "“", -1)), Kl = { class: "quote__quote" }, Gl = { class: "quote__quote-text" }, Wl = { class: "quote__author" }, Yl = {
2020
2024
  key: 0,
2021
2025
  class: "quote__image"
2022
2026
  }, Ql = { class: "quote__text" }, Jl = { class: "quote__author-name" }, Xl = { class: "quote__author-title" }, Zl = /* @__PURE__ */ v({
@@ -2043,14 +2047,14 @@ const El = /* @__PURE__ */ h(Nl, [["__scopeId", "data-v-6a96c16e"]]), Hl = (e) =
2043
2047
  setup(e) {
2044
2048
  return (l, o) => (i(), s("div", Rl, [
2045
2049
  t("div", jl, [
2046
- Kl,
2047
- t("div", Ul, [
2050
+ Ul,
2051
+ t("div", Kl, [
2048
2052
  t("p", Gl, r(e.quote), 1),
2049
2053
  t("div", Wl, [
2050
2054
  e.authorImage ? (i(), s("div", Yl, [
2051
- p(L, null, {
2055
+ b(T, null, {
2052
2056
  default: $(() => [
2053
- d(l.$slots, "author-image", V(M({
2057
+ d(l.$slots, "author-image", V(O({
2054
2058
  src: e.authorImage + "/m/100x100",
2055
2059
  width: 60,
2056
2060
  height: 60
@@ -2113,32 +2117,32 @@ const ei = /* @__PURE__ */ h(Zl, [["__scopeId", "data-v-e3cc8e27"]]), ti = { cla
2113
2117
  },
2114
2118
  setup(e) {
2115
2119
  return (l, o) => (i(), s("div", {
2116
- class: _([
2120
+ class: u([
2117
2121
  "rich-text",
2118
2122
  e.bgColor === "blue" ? "rich-text--blue" : "rich-text--white"
2119
2123
  ])
2120
2124
  }, [
2121
2125
  t("div", ti, [
2122
- e.label ? (i(), D(G, {
2126
+ e.label ? (i(), M(G, {
2123
2127
  key: 0,
2124
2128
  text: e.label,
2125
2129
  "label-dark": !1
2126
2130
  }, null, 8, ["text"])) : m("", !0),
2127
2131
  e.headline ? (i(), s("h2", {
2128
2132
  key: 1,
2129
- class: _([
2133
+ class: u([
2130
2134
  "rich-text__headline",
2131
2135
  e.leftAligned || e.bulletList || e.image ? "rich-text__headline--left-aligned" : "rich-text__headline--centered"
2132
2136
  ])
2133
2137
  }, r(e.headline), 3)) : m("", !0),
2134
2138
  t("div", {
2135
- class: _([
2139
+ class: u([
2136
2140
  "rich-text__content",
2137
2141
  e.leftAligned || e.bulletList || e.image ? "rich-text__content--left-aligned" : "rich-text__content--centered"
2138
2142
  ])
2139
2143
  }, [
2140
2144
  t("div", {
2141
- class: _([
2145
+ class: u([
2142
2146
  "rich-text__body",
2143
2147
  e.bulletList || e.image ? "rich-text__body--content-right" : ""
2144
2148
  ])
@@ -2153,14 +2157,14 @@ const ei = /* @__PURE__ */ h(Zl, [["__scopeId", "data-v-e3cc8e27"]]), ti = { cla
2153
2157
  ])) : m("", !0),
2154
2158
  e.image ? (i(), s("div", {
2155
2159
  key: 1,
2156
- class: _([
2160
+ class: u([
2157
2161
  "rich-text__image",
2158
2162
  e.imageClip ? "rich-text__image--clip" : ""
2159
2163
  ])
2160
2164
  }, [
2161
- p(L, null, {
2165
+ b(T, null, {
2162
2166
  default: $(() => [
2163
- d(l.$slots, "rich-text-image", V(M({ width: 865, height: 307 })))
2167
+ d(l.$slots, "rich-text-image", V(O({ width: 865, height: 307 })))
2164
2168
  ]),
2165
2169
  _: 3
2166
2170
  })
@@ -2188,10 +2192,10 @@ function ui(e, l) {
2188
2192
  ])
2189
2193
  ]);
2190
2194
  }
2191
- const _i = /* @__PURE__ */ h(oi, [["render", ui], ["__scopeId", "data-v-3abe0bb4"]]), hi = (e) => (O("data-v-78d319df"), e = e(), z(), e), vi = { class: "timeline__wrapper" }, mi = { class: "timeline__content" }, fi = { class: "timeline__items" }, gi = { class: "item__left" }, yi = /* @__PURE__ */ hi(() => /* @__PURE__ */ t("div", { class: "item__elements" }, [
2195
+ const _i = /* @__PURE__ */ h(oi, [["render", ui], ["__scopeId", "data-v-3abe0bb4"]]), hi = (e) => (z("data-v-78d319df"), e = e(), F(), e), vi = { class: "timeline__wrapper" }, mi = { class: "timeline__content" }, fi = { class: "timeline__items" }, gi = { class: "item__left" }, yi = /* @__PURE__ */ hi(() => /* @__PURE__ */ t("div", { class: "item__elements" }, [
2192
2196
  /* @__PURE__ */ t("div", { class: "circle" }),
2193
2197
  /* @__PURE__ */ t("div", { class: "line" })
2194
- ], -1)), pi = { class: "item__right" }, bi = ["innerHTML"], $i = /* @__PURE__ */ v({
2198
+ ], -1)), bi = { class: "item__right" }, pi = ["innerHTML"], $i = /* @__PURE__ */ v({
2195
2199
  __name: "timeline",
2196
2200
  props: {
2197
2201
  timelineItems: {
@@ -2217,14 +2221,14 @@ const _i = /* @__PURE__ */ h(oi, [["render", ui], ["__scopeId", "data-v-3abe0bb4
2217
2221
  }), (l, o) => (i(), s("div", vi, [
2218
2222
  t("div", mi, [
2219
2223
  t("div", fi, [
2220
- (i(!0), s(I, null, C(e.timelineItems, (a) => (i(), s("div", {
2224
+ (i(!0), s(L, null, C(e.timelineItems, (a) => (i(), s("div", {
2221
2225
  key: a.year,
2222
2226
  class: "timeline__item faded"
2223
2227
  }, [
2224
2228
  t("div", gi, r(a.year), 1),
2225
2229
  yi,
2226
- t("div", pi, [
2227
- p(L, null, {
2230
+ t("div", bi, [
2231
+ b(T, null, {
2228
2232
  default: $(() => [
2229
2233
  a.media.type === "image" ? d(l.$slots, "timeline-image", V(ee({ key: 0 }, { src: a.media.src, alt: a.media.alt })), void 0, !0) : m("", !0)
2230
2234
  ]),
@@ -2234,7 +2238,7 @@ const _i = /* @__PURE__ */ h(oi, [["render", ui], ["__scopeId", "data-v-3abe0bb4
2234
2238
  style: te([a.media.type === "none" ? "margin-top: 0px" : ""]),
2235
2239
  class: "rich-text",
2236
2240
  innerHTML: a.text
2237
- }, null, 12, bi)
2241
+ }, null, 12, pi)
2238
2242
  ])
2239
2243
  ]))), 128))
2240
2244
  ])
@@ -2263,7 +2267,7 @@ const ki = /* @__PURE__ */ h($i, [["__scopeId", "data-v-78d319df"]]), wi = { cla
2263
2267
  },
2264
2268
  setup(e) {
2265
2269
  return (l, o) => (i(), s("div", {
2266
- class: _([
2270
+ class: u([
2267
2271
  "triple-card-display",
2268
2272
  e.bgColor === "blue" ? "triple-card-display--blue" : "triple-card-display--white"
2269
2273
  ])
@@ -2280,7 +2284,7 @@ const ki = /* @__PURE__ */ h($i, [["__scopeId", "data-v-78d319df"]]), wi = { cla
2280
2284
  ], 2));
2281
2285
  }
2282
2286
  });
2283
- const Ci = /* @__PURE__ */ h(Ii, [["__scopeId", "data-v-d77943df"]]), Li = { class: "vimeo" }, Ti = { class: "vimeo__wrapper" }, Ai = {
2287
+ const Li = /* @__PURE__ */ h(Ii, [["__scopeId", "data-v-d77943df"]]), Ci = { class: "vimeo" }, Ti = { class: "vimeo__wrapper" }, Ai = {
2284
2288
  key: 0,
2285
2289
  class: "vimeo__headline"
2286
2290
  }, Vi = {
@@ -2299,7 +2303,7 @@ const Ci = /* @__PURE__ */ h(Ii, [["__scopeId", "data-v-d77943df"]]), Li = { cla
2299
2303
  }
2300
2304
  },
2301
2305
  setup(e) {
2302
- return (l, o) => (i(), s("div", Li, [
2306
+ return (l, o) => (i(), s("div", Ci, [
2303
2307
  t("div", Ti, [
2304
2308
  e.headline ? (i(), s("h2", Ai, r(e.headline), 1)) : m("", !0),
2305
2309
  d(l.$slots, "vimeo-content", {}, void 0, !0),
@@ -2327,7 +2331,7 @@ const Mi = /* @__PURE__ */ h(Di, [["__scopeId", "data-v-599c68c7"]]), Oi = { cla
2327
2331
  ]));
2328
2332
  }
2329
2333
  });
2330
- const Ei = /* @__PURE__ */ h(Ni, [["__scopeId", "data-v-b829ca6c"]]), Hi = { class: "filter__wrapper" }, Ri = { class: "filter__content" }, ji = { class: "filter__dropdowns" }, Ki = { class: "filter__chips" }, Ui = /* @__PURE__ */ v({
2334
+ const Ei = /* @__PURE__ */ h(Ni, [["__scopeId", "data-v-b829ca6c"]]), Hi = { class: "filter__wrapper" }, Ri = { class: "filter__content" }, ji = { class: "filter__dropdowns" }, Ui = { class: "filter__chips" }, Ki = /* @__PURE__ */ v({
2331
2335
  __name: "filter",
2332
2336
  props: {
2333
2337
  hasChips: {
@@ -2342,7 +2346,7 @@ const Ei = /* @__PURE__ */ h(Ni, [["__scopeId", "data-v-b829ca6c"]]), Hi = { cla
2342
2346
  t("div", ji, [
2343
2347
  d(l.$slots, "filter-dropdowns")
2344
2348
  ]),
2345
- t("div", Ki, [
2349
+ t("div", Ui, [
2346
2350
  d(l.$slots, "filter-chips"),
2347
2351
  e.hasChips ? (i(), s("button", {
2348
2352
  key: 0,
@@ -2354,7 +2358,7 @@ const Ei = /* @__PURE__ */ h(Ni, [["__scopeId", "data-v-b829ca6c"]]), Hi = { cla
2354
2358
  ]));
2355
2359
  }
2356
2360
  });
2357
- const Gi = /* @__PURE__ */ h(Ui, [["__scopeId", "data-v-c11a3620"]]), E = (e) => (O("data-v-9d34b5e2"), e = e(), z(), e), Wi = { class: "footer__wrapper" }, Yi = { class: "footer__content" }, Qi = { class: "footer__sections" }, Ji = { class: "section__title" }, Xi = { class: "section__list" }, Zi = { class: "section" }, es = /* @__PURE__ */ E(() => /* @__PURE__ */ t("span", { class: "section__title" }, "Mobile Industrial Robots A/S", -1)), ts = /* @__PURE__ */ E(() => /* @__PURE__ */ t("span", null, "Emil Neckelmanns Vej 15F", -1)), as = /* @__PURE__ */ E(() => /* @__PURE__ */ t("span", null, "DK-5220 Odense SØ", -1)), ls = /* @__PURE__ */ E(() => /* @__PURE__ */ t("br", null, null, -1)), is = /* @__PURE__ */ E(() => /* @__PURE__ */ t("a", { href: "mailto:mail@mir-robots.com" }, "mail@mir-robots.com", -1)), ss = /* @__PURE__ */ E(() => /* @__PURE__ */ t("a", { href: "tel:+4520377577" }, "+45 20 377 577", -1)), os = { class: "footer__bottom" }, rs = { class: "copyright" }, ns = { class: "footer__policy" }, ds = /* @__PURE__ */ E(() => /* @__PURE__ */ t("span", null, [
2361
+ const Gi = /* @__PURE__ */ h(Ki, [["__scopeId", "data-v-c11a3620"]]), E = (e) => (z("data-v-9d34b5e2"), e = e(), F(), e), Wi = { class: "footer__wrapper" }, Yi = { class: "footer__content" }, Qi = { class: "footer__sections" }, Ji = { class: "section__title" }, Xi = { class: "section__list" }, Zi = { class: "section" }, es = /* @__PURE__ */ E(() => /* @__PURE__ */ t("span", { class: "section__title" }, "Mobile Industrial Robots A/S", -1)), ts = /* @__PURE__ */ E(() => /* @__PURE__ */ t("span", null, "Emil Neckelmanns Vej 15F", -1)), as = /* @__PURE__ */ E(() => /* @__PURE__ */ t("span", null, "DK-5220 Odense SØ", -1)), ls = /* @__PURE__ */ E(() => /* @__PURE__ */ t("br", null, null, -1)), is = /* @__PURE__ */ E(() => /* @__PURE__ */ t("a", { href: "mailto:mail@mir-robots.com" }, "mail@mir-robots.com", -1)), ss = /* @__PURE__ */ E(() => /* @__PURE__ */ t("a", { href: "tel:+4520377577" }, "+45 20 377 577", -1)), os = { class: "footer__bottom" }, rs = { class: "copyright" }, ns = { class: "footer__policy" }, ds = /* @__PURE__ */ E(() => /* @__PURE__ */ t("span", null, [
2358
2362
  /* @__PURE__ */ t("i", { class: "change-region" }),
2359
2363
  /* @__PURE__ */ j("Change region")
2360
2364
  ], -1)), cs = [
@@ -2396,7 +2400,7 @@ const Gi = /* @__PURE__ */ h(Ui, [["__scopeId", "data-v-c11a3620"]]), E = (e) =>
2396
2400
  return (l, o) => (i(), s("div", Wi, [
2397
2401
  t("footer", Yi, [
2398
2402
  t("div", Qi, [
2399
- (i(!0), s(I, null, C(e.footerSections, (a) => (i(), s("div", {
2403
+ (i(!0), s(L, null, C(e.footerSections, (a) => (i(), s("div", {
2400
2404
  key: a.title,
2401
2405
  class: "section"
2402
2406
  }, [
@@ -2415,7 +2419,7 @@ const Gi = /* @__PURE__ */ h(Ui, [["__scopeId", "data-v-c11a3620"]]), E = (e) =>
2415
2419
  ts,
2416
2420
  as,
2417
2421
  ls,
2418
- p(A, {
2422
+ b(A, {
2419
2423
  class: "footer__contact",
2420
2424
  "link-type": "regular_light",
2421
2425
  underline: "false"
@@ -2425,7 +2429,7 @@ const Gi = /* @__PURE__ */ h(Ui, [["__scopeId", "data-v-c11a3620"]]), E = (e) =>
2425
2429
  ]),
2426
2430
  _: 1
2427
2431
  }),
2428
- p(A, {
2432
+ b(A, {
2429
2433
  class: "footer__contact",
2430
2434
  "link-type": "regular_light",
2431
2435
  underline: "false"
@@ -2449,7 +2453,7 @@ const Gi = /* @__PURE__ */ h(Ui, [["__scopeId", "data-v-c11a3620"]]), E = (e) =>
2449
2453
  d(l.$slots, "footer-cookie-link")
2450
2454
  ]),
2451
2455
  t("div", us, [
2452
- (i(!0), s(I, null, C(e.socialMedia, (a) => (i(), D(A, {
2456
+ (i(!0), s(L, null, C(e.socialMedia, (a) => (i(), M(A, {
2453
2457
  key: a.title,
2454
2458
  underline: "false",
2455
2459
  "link-type": "regular"
@@ -2462,7 +2466,7 @@ const Gi = /* @__PURE__ */ h(Ui, [["__scopeId", "data-v-c11a3620"]]), E = (e) =>
2462
2466
  t("i", {
2463
2467
  width: "19",
2464
2468
  height: "14",
2465
- class: _(["footer__social--icon", [
2469
+ class: u(["footer__social--icon", [
2466
2470
  a.title === "linkedin" ? "bg-linkedin" : a.title === "facebook" ? "bg-facebook" : a.title === "instagram" ? "bg-instagram" : a.title === "twitter" ? "bg-twitter" : a.title === "youtube" ? "bg-youtube" : ""
2467
2471
  ]])
2468
2472
  }, null, 2)
@@ -2476,10 +2480,10 @@ const Gi = /* @__PURE__ */ h(Ui, [["__scopeId", "data-v-c11a3620"]]), E = (e) =>
2476
2480
  ]));
2477
2481
  }
2478
2482
  });
2479
- const vs = /* @__PURE__ */ h(hs, [["__scopeId", "data-v-9d34b5e2"]]), ms = { class: "header__wrapper" }, fs = { class: "nav-wrapper" }, gs = { class: "mir-link-logo" }, ys = { class: "main-nav-items" }, ps = {
2483
+ const vs = /* @__PURE__ */ h(hs, [["__scopeId", "data-v-9d34b5e2"]]), ms = { class: "header__wrapper" }, fs = { class: "nav-wrapper" }, gs = { class: "mir-link-logo" }, ys = { class: "main-nav-items" }, bs = {
2480
2484
  id: "menu-dropdown",
2481
2485
  ref: "dropdownDiv"
2482
- }, bs = {
2486
+ }, ps = {
2483
2487
  key: 0,
2484
2488
  src: "https://a.storyblok.com/f/230581/9x6/8cecdca15f/arrow-down.svg?cv=1695125714195",
2485
2489
  alt: "dropdownarrow"
@@ -2488,7 +2492,7 @@ const vs = /* @__PURE__ */ h(hs, [["__scopeId", "data-v-9d34b5e2"]]), ms = { cla
2488
2492
  src: "https://a.storyblok.com/f/230581/9x6/8cecdca15f/arrow-down.svg?cv=1695125714195",
2489
2493
  alt: "dropdownarrow",
2490
2494
  style: { transform: "rotate(180deg)" }
2491
- }, ks = { class: "dropdown-content" }, ws = { class: "nav-search-wrapper" }, xs = ["src"], Ss = { class: "mobile-logo-search-burger-wrapper" }, qs = { class: "mobile-mir-link-logo" }, Bs = { class: "mobile-search-wrapper" }, Is = ["src"], Cs = ["onClick"], Ls = ["src"], Ts = { class: "mobile-menu-content-wrapper" }, As = { class: "mobile-dropdown-content" }, Vs = /* @__PURE__ */ v({
2495
+ }, ks = { class: "dropdown-content" }, ws = { class: "nav-search-wrapper" }, xs = ["src"], Ss = { class: "mobile-logo-search-burger-wrapper" }, qs = { class: "mobile-mir-link-logo" }, Bs = { class: "mobile-search-wrapper" }, Is = ["src"], Ls = ["onClick"], Cs = ["src"], Ts = { class: "mobile-menu-content-wrapper" }, As = { class: "mobile-dropdown-content" }, Vs = /* @__PURE__ */ v({
2492
2496
  __name: "header",
2493
2497
  props: {
2494
2498
  burgerState: {
@@ -2507,27 +2511,27 @@ const vs = /* @__PURE__ */ h(hs, [["__scopeId", "data-v-9d34b5e2"]]), ms = { cla
2507
2511
  ],
2508
2512
  setup(e, { expose: l, emit: o }) {
2509
2513
  const a = e;
2510
- let n = null, c = w(a.burgerState), b = w(a.showDropDown);
2514
+ let n = null, _ = w(a.burgerState), p = w(a.showDropDown);
2511
2515
  se(
2512
2516
  () => a.burgerState,
2513
- (k) => c.value = k
2517
+ (k) => _.value = k
2514
2518
  ), se(
2515
2519
  () => a.showDropDown,
2516
- (k) => b.value = k
2520
+ (k) => p.value = k
2517
2521
  ), ne(() => {
2518
2522
  n = (k) => {
2519
- k.target.closest("#menu-dropdown") || (b.value = !1);
2523
+ k.target.closest("#menu-dropdown") || (p.value = !1);
2520
2524
  }, window.addEventListener("click", n);
2521
- }), be(() => {
2525
+ }), pe(() => {
2522
2526
  n !== null && window.removeEventListener("click", n);
2523
2527
  });
2524
- function T() {
2525
- b.value = !b.value, o("update:showDropDown", b.value);
2528
+ function x() {
2529
+ p.value = !p.value, o("update:showDropDown", p.value);
2526
2530
  }
2527
- function S() {
2528
- c.value = !c.value, o("update:burgerState", c.value);
2531
+ function q() {
2532
+ _.value = !_.value, o("update:burgerState", _.value);
2529
2533
  }
2530
- let g = w(null), q = w(null);
2534
+ let g = w(null), B = w(null);
2531
2535
  function X() {
2532
2536
  g.value && g.value.blur();
2533
2537
  }
@@ -2542,18 +2546,18 @@ const vs = /* @__PURE__ */ h(hs, [["__scopeId", "data-v-9d34b5e2"]]), ms = { cla
2542
2546
  t("ul", ys, [
2543
2547
  d(k.$slots, "main-nav-items", {}, void 0, !0)
2544
2548
  ]),
2545
- t("div", ps, [
2549
+ t("div", bs, [
2546
2550
  t("button", {
2547
2551
  class: "nav-dropdown-btn",
2548
- onClick: T
2552
+ onClick: x
2549
2553
  }, [
2550
2554
  d(k.$slots, "dropdown-title", {}, void 0, !0),
2551
- B(b) == !1 ? (i(), s("img", bs)) : (i(), s("img", $s))
2555
+ I(p) == !1 ? (i(), s("img", ps)) : (i(), s("img", $s))
2552
2556
  ]),
2553
2557
  Q(t("div", ks, [
2554
2558
  d(k.$slots, "dropdown-links", {}, void 0, !0)
2555
2559
  ], 512), [
2556
- [Z, B(b)]
2560
+ [Z, I(p)]
2557
2561
  ])
2558
2562
  ], 512),
2559
2563
  t("div", ws, [
@@ -2563,11 +2567,11 @@ const vs = /* @__PURE__ */ h(hs, [["__scopeId", "data-v-9d34b5e2"]]), ms = { cla
2563
2567
  class: "search-icon",
2564
2568
  onClick: H[0] || (H[0] = (W) => {
2565
2569
  var N;
2566
- return k.$emit("clickSearch"), (N = B(g)) == null ? void 0 : N.blur();
2570
+ return k.$emit("clickSearch"), (N = I(g)) == null ? void 0 : N.blur();
2567
2571
  })
2568
2572
  }, [
2569
2573
  t("img", {
2570
- src: B(c) == !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",
2574
+ src: I(_) == !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",
2571
2575
  alt: "search icon",
2572
2576
  width: "20",
2573
2577
  height: "20"
@@ -2576,7 +2580,7 @@ const vs = /* @__PURE__ */ h(hs, [["__scopeId", "data-v-9d34b5e2"]]), ms = { cla
2576
2580
  ])
2577
2581
  ]),
2578
2582
  t("div", {
2579
- class: _(["mobile-nav-wrapper", B(c) == !0 ? "mirsaic-mobile-bg mirsaic--dark" : ""])
2583
+ class: u(["mobile-nav-wrapper", I(_) == !0 ? "mirsaic-mobile-bg mirsaic--dark" : ""])
2580
2584
  }, [
2581
2585
  t("div", Ss, [
2582
2586
  t("div", qs, [
@@ -2585,16 +2589,16 @@ const vs = /* @__PURE__ */ h(hs, [["__scopeId", "data-v-9d34b5e2"]]), ms = { cla
2585
2589
  t("div", Bs, [
2586
2590
  t("button", {
2587
2591
  ref_key: "mobileSearchButton",
2588
- ref: q,
2592
+ ref: B,
2589
2593
  class: "search-icon",
2590
2594
  "aria-label": "Toggle search",
2591
2595
  onClick: H[1] || (H[1] = (W) => {
2592
2596
  var N;
2593
- return k.$emit("clickSearch"), (N = B(q)) == null ? void 0 : N.blur();
2597
+ return k.$emit("clickSearch"), (N = I(B)) == null ? void 0 : N.blur();
2594
2598
  })
2595
2599
  }, [
2596
2600
  t("img", {
2597
- src: B(c) == !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",
2601
+ src: I(_) == !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",
2598
2602
  alt: "search icon",
2599
2603
  width: "20",
2600
2604
  height: "20"
@@ -2604,15 +2608,15 @@ const vs = /* @__PURE__ */ h(hs, [["__scopeId", "data-v-9d34b5e2"]]), ms = { cla
2604
2608
  t("button", {
2605
2609
  class: "mobile-burger-wrapper",
2606
2610
  "aria-label": "Toggle menu",
2607
- onClick: oe(S, ["prevent"])
2611
+ onClick: oe(q, ["prevent"])
2608
2612
  }, [
2609
2613
  t("img", {
2610
2614
  width: "20",
2611
2615
  height: "20",
2612
2616
  alt: "burger menu line icon",
2613
- src: B(c) == !0 ? "https://a.storyblok.com/f/230581/17x18/20e9329e46/close-white.svg" : "https://a.storyblok.com/f/230581/23x14/739e917bca/burger-menu-line.svg"
2614
- }, null, 8, Ls)
2615
- ], 8, Cs)
2617
+ src: I(_) == !0 ? "https://a.storyblok.com/f/230581/17x18/20e9329e46/close-white.svg" : "https://a.storyblok.com/f/230581/23x14/739e917bca/burger-menu-line.svg"
2618
+ }, null, 8, Cs)
2619
+ ], 8, Ls)
2616
2620
  ]),
2617
2621
  Q(t("div", Ts, [
2618
2622
  t("ul", null, [
@@ -2623,7 +2627,7 @@ const vs = /* @__PURE__ */ h(hs, [["__scopeId", "data-v-9d34b5e2"]]), ms = { cla
2623
2627
  d(k.$slots, "mobile-dropdown-links", {}, void 0, !0)
2624
2628
  ])
2625
2629
  ], 512), [
2626
- [Z, B(c)]
2630
+ [Z, I(_)]
2627
2631
  ])
2628
2632
  ], 2)
2629
2633
  ])
@@ -2668,14 +2672,14 @@ const Ns = /* @__PURE__ */ h(Ps, [["__scopeId", "data-v-f345ee1f"]]), Es = { cla
2668
2672
  setup(e) {
2669
2673
  return (l, o) => (i(), s("div", Es, [
2670
2674
  t("div", Hs, [
2671
- p(J, {
2675
+ b(J, {
2672
2676
  disabled: e.isPreviousDisabled,
2673
2677
  variant: "previous",
2674
2678
  "aria-label": "previous",
2675
2679
  onClick: o[0] || (o[0] = (a) => l.$emit("previous"))
2676
2680
  }, null, 8, ["disabled"]),
2677
2681
  d(l.$slots, "pagination-numbers"),
2678
- p(J, {
2682
+ b(J, {
2679
2683
  disabled: e.isNextDisabled,
2680
2684
  variant: "next",
2681
2685
  "aria-label": "next",
@@ -2686,15 +2690,15 @@ const Ns = /* @__PURE__ */ h(Ps, [["__scopeId", "data-v-f345ee1f"]]), Es = { cla
2686
2690
  }
2687
2691
  });
2688
2692
  const js = /* @__PURE__ */ h(Rs, [["__scopeId", "data-v-9eec8df7"]]);
2689
- const Ks = {}, Us = { class: "search__wrapper" };
2693
+ const Us = {}, Ks = { class: "search__wrapper" };
2690
2694
  function Gs(e, l) {
2691
- return i(), s("div", Us, [
2695
+ return i(), s("div", Ks, [
2692
2696
  d(e.$slots, "default", { class: "search__content" })
2693
2697
  ]);
2694
2698
  }
2695
- const Ws = /* @__PURE__ */ h(Ks, [["render", Gs], ["__scopeId", "data-v-623adb82"]]), Qs = {
2699
+ const Ws = /* @__PURE__ */ h(Us, [["render", Gs], ["__scopeId", "data-v-623adb82"]]), Qs = {
2696
2700
  install: (e) => {
2697
- e.component("AtomButton", J), e.component("AtomCheckbox", Ie), e.component("AtomChip", Ve), e.component("AtomDropdown", Ee), e.component("AtomImage", L), e.component("AtomLabel", G), e.component("AtomLink", A), e.component("AtomRadioButton", Ze), e.component("AtomSelect", st), e.component("AtomSlider", mt), e.component("AtomTextarea", wt), e.component("AtomTextField", Dt), e.component("AtomVideo", K), e.component("MoleculeAddress", Yt), e.component("MoleculeBulletList", ea), e.component("MoleculeCard", sa), e.component("MoleculeEventCard", ha), e.component("MoleculeModal", de), e.component("MoleculeTextCard", ya), e.component("BlockFacts", Ba), e.component("BlockFeatures", Ma), e.component("BlockFormScript", Ra), e.component("BlockHeadline", sl), e.component("BlockHero", fl), e.component("BlockImage", Ya), e.component("BlockImageGallery", tl), e.component("BlockLogoWall", Sl), e.component("BlockMicroStories", Bl), e.component("BlockPolicy", Al), e.component("BlockProductHero", Fl), e.component("BlockPromo", El), e.component("BlockQuote", ei), e.component("BlockRichText", si), e.component("BlockRichTextColumns", _i), e.component("BlockTimeline", ki), e.component("BlockTripleCardDisplay", Ci), e.component("BlockVimeo", Mi), e.component("Organism404", Ei), e.component("OrganismFilter", Gi), e.component("OrganismFooter", vs), e.component("OrganismHeader", Ds), e.component("OrganismLanguageSwitcher", Ns), e.component("OrganismPagination", js), e.component("OrganismSearch", Ws);
2701
+ e.component("AtomButton", J), e.component("AtomCheckbox", Ie), e.component("AtomChip", Ve), e.component("AtomDropdown", Ee), e.component("AtomImage", T), e.component("AtomLabel", G), e.component("AtomLink", A), e.component("AtomRadioButton", Ze), e.component("AtomSelect", st), e.component("AtomSlider", mt), e.component("AtomTextarea", wt), e.component("AtomTextField", Dt), e.component("AtomVideo", U), e.component("MoleculeAddress", Yt), e.component("MoleculeBulletList", ea), e.component("MoleculeCard", sa), e.component("MoleculeEventCard", ha), e.component("MoleculeModal", de), e.component("MoleculeTextCard", ya), e.component("BlockFacts", Ba), e.component("BlockFeatures", Ma), e.component("BlockFormScript", Ra), e.component("BlockHeadline", sl), e.component("BlockHero", fl), e.component("BlockImage", Ya), e.component("BlockImageGallery", tl), e.component("BlockLogoWall", Sl), e.component("BlockMicroStories", Bl), e.component("BlockPolicy", Al), e.component("BlockProductHero", Fl), e.component("BlockPromo", El), e.component("BlockQuote", ei), e.component("BlockRichText", si), e.component("BlockRichTextColumns", _i), e.component("BlockTimeline", ki), e.component("BlockTripleCardDisplay", Li), e.component("BlockVimeo", Mi), e.component("Organism404", Ei), e.component("OrganismFilter", Gi), e.component("OrganismFooter", vs), e.component("OrganismHeader", Ds), e.component("OrganismLanguageSwitcher", Ns), e.component("OrganismPagination", js), e.component("OrganismSearch", Ws);
2698
2702
  }
2699
2703
  };
2700
2704
  export {
@@ -2702,7 +2706,7 @@ export {
2702
2706
  Ie as AtomCheckbox,
2703
2707
  Ve as AtomChip,
2704
2708
  Ee as AtomDropdown,
2705
- L as AtomImage,
2709
+ T as AtomImage,
2706
2710
  G as AtomLabel,
2707
2711
  A as AtomLink,
2708
2712
  Ze as AtomRadioButton,
@@ -2710,7 +2714,7 @@ export {
2710
2714
  mt as AtomSlider,
2711
2715
  Dt as AtomTextField,
2712
2716
  wt as AtomTextarea,
2713
- K as AtomVideo,
2717
+ U as AtomVideo,
2714
2718
  Ba as BlockFacts,
2715
2719
  Ma as BlockFeatures,
2716
2720
  Ra as BlockFormScript,
@@ -2727,7 +2731,7 @@ export {
2727
2731
  si as BlockRichText,
2728
2732
  _i as BlockRichTextColumns,
2729
2733
  ki as BlockTimeline,
2730
- Ci as BlockTripleCardDisplay,
2734
+ Li as BlockTripleCardDisplay,
2731
2735
  Mi as BlockVimeo,
2732
2736
  Yt as MoleculeAddress,
2733
2737
  ea as MoleculeBulletList,