@mirweb/mir-web-components 0.11.1 → 0.12.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 _, openBlock as i, createElementBlock as r, normalizeClass as c, toDisplayString as d, createElementVNode as t, renderSlot as u, pushScopeId as P, popScopeId as H, computed as N, createTextVNode as O, ref as x, withDirectives as U, Fragment as M, renderList as L, vShow as G, normalizeProps as T, guardReactiveProps as C, mergeProps as ie, createVNode as k, Transition as ke, withCtx as $, withModifiers as re, createCommentVNode as h, watchEffect as oe, withKeys as $e, createBlock as j, normalizeStyle as ne, isRef as Q, unref as p, watch as X, onMounted as we, onUnmounted as xe } from "vue";
2
- const Se = ["aria-label"], Ie = /* @__PURE__ */ _({
1
+ import { defineComponent as m, openBlock as i, createElementBlock as r, normalizeClass as c, toDisplayString as s, createElementVNode as t, renderSlot as u, pushScopeId as P, popScopeId as H, computed as N, createTextVNode as O, ref as S, withDirectives as U, Fragment as M, renderList as A, vShow as G, normalizeProps as T, guardReactiveProps as C, mergeProps as ie, createVNode as k, Transition as ke, withCtx as $, withModifiers as re, createCommentVNode as v, watchEffect as ne, withKeys as $e, createBlock as j, normalizeStyle as oe, isRef as Q, unref as p, watch as X, onMounted as we, onUnmounted as Se } from "vue";
2
+ const xe = ["aria-label"], Ie = /* @__PURE__ */ m({
3
3
  __name: "button",
4
4
  props: {
5
5
  variant: {
@@ -24,18 +24,18 @@ const Se = ["aria-label"], Ie = /* @__PURE__ */ _({
24
24
  }
25
25
  },
26
26
  setup(e) {
27
- return (l, a) => (i(), r("button", {
27
+ return (a, l) => (i(), r("button", {
28
28
  class: c(["button", "button--" + e.variant]),
29
29
  "aria-label": e.ariaLabel
30
- }, d(e.variant == "close" ? "" : e.buttonText), 11, Se));
30
+ }, s(e.variant == "close" ? "" : e.buttonText), 11, xe));
31
31
  }
32
32
  });
33
- const v = (e, l) => {
34
- const a = e.__vccOpts || e;
35
- for (const [o, n] of l)
36
- a[o] = n;
37
- return a;
38
- }, W = /* @__PURE__ */ v(Ie, [["__scopeId", "data-v-f195a839"]]), qe = (e) => (P("data-v-f62bd17f"), e = e(), H(), e), Me = ["name", "value", "disabled", "required", "id"], De = ["for"], Be = /* @__PURE__ */ qe(() => /* @__PURE__ */ t("span", { class: "checkmark" }, null, -1)), Ae = /* @__PURE__ */ _({
33
+ const h = (e, a) => {
34
+ const l = e.__vccOpts || e;
35
+ for (const [n, o] of a)
36
+ l[n] = o;
37
+ return l;
38
+ }, W = /* @__PURE__ */ h(Ie, [["__scopeId", "data-v-f195a839"]]), qe = (e) => (P("data-v-f62bd17f"), e = e(), H(), e), Me = ["name", "value", "disabled", "required", "id"], De = ["for"], Be = /* @__PURE__ */ qe(() => /* @__PURE__ */ t("span", { class: "checkmark" }, null, -1)), Le = /* @__PURE__ */ m({
39
39
  __name: "checkbox",
40
40
  props: {
41
41
  name: String,
@@ -61,12 +61,12 @@ const v = (e, l) => {
61
61
  }
62
62
  },
63
63
  emits: ["input"],
64
- setup(e, { emit: l }) {
65
- const a = (o) => {
66
- const n = o.target;
67
- l("input", n.checked);
64
+ setup(e, { emit: a }) {
65
+ const l = (n) => {
66
+ const o = n.target;
67
+ a("input", o.checked);
68
68
  };
69
- return (o, n) => (i(), r("div", {
69
+ return (n, o) => (i(), r("div", {
70
70
  class: c(["checkbox__wrapper", e.disabled ? "disabled" : ""])
71
71
  }, [
72
72
  t("input", {
@@ -77,19 +77,19 @@ const v = (e, l) => {
77
77
  required: e.required,
78
78
  id: e.id,
79
79
  class: "checkbox__checkbox",
80
- onChange: a
80
+ onChange: l
81
81
  }, null, 40, Me),
82
82
  t("label", {
83
83
  for: e.id,
84
84
  class: c(["checkbox__label", e.required ? "required" : ""])
85
85
  }, [
86
86
  Be,
87
- u(o.$slots, "default", {}, void 0, !0)
87
+ u(n.$slots, "default", {}, void 0, !0)
88
88
  ], 10, De)
89
89
  ], 2));
90
90
  }
91
91
  });
92
- const Le = /* @__PURE__ */ v(Ae, [["__scopeId", "data-v-f62bd17f"]]), Te = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgOSA5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMSA4TDggMU0xIDFMOCA4IiBzdHJva2U9IiMwQzA5MzEiIHN0cm9rZS13aWR0aD0iMSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=", Ce = { class: "chip__wrapper" }, je = ["aria-label"], Ne = /* @__PURE__ */ _({
92
+ const Ae = /* @__PURE__ */ h(Le, [["__scopeId", "data-v-f62bd17f"]]), Te = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgOSA5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMSA4TDggMU0xIDFMOCA4IiBzdHJva2U9IiMwQzA5MzEiIHN0cm9rZS13aWR0aD0iMSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=", Ce = { class: "chip__wrapper" }, je = ["aria-label"], Ne = /* @__PURE__ */ m({
93
93
  __name: "chip",
94
94
  props: {
95
95
  text: {
@@ -98,25 +98,25 @@ const Le = /* @__PURE__ */ v(Ae, [["__scopeId", "data-v-f62bd17f"]]), Te = "data
98
98
  }
99
99
  },
100
100
  emits: ["remove-chip"],
101
- setup(e, { emit: l }) {
102
- const a = e, o = N(() => `Chip: ${a.text}`);
103
- return (n, m) => (i(), r("div", Ce, [
101
+ setup(e, { emit: a }) {
102
+ const l = e, n = N(() => `Chip: ${l.text}`);
103
+ return (o, _) => (i(), r("div", Ce, [
104
104
  t("span", {
105
105
  class: "chip",
106
- "aria-label": o.value
106
+ "aria-label": n.value
107
107
  }, [
108
- O(d(e.text) + " ", 1),
108
+ O(s(e.text) + " ", 1),
109
109
  t("img", {
110
110
  src: Te,
111
111
  alt: "close",
112
112
  class: "close-icon",
113
- onClick: m[0] || (m[0] = (S) => n.$emit("remove-chip"))
113
+ onClick: _[0] || (_[0] = (x) => o.$emit("remove-chip"))
114
114
  })
115
115
  ], 8, je)
116
116
  ]));
117
117
  }
118
118
  });
119
- const ze = /* @__PURE__ */ v(Ne, [["__scopeId", "data-v-11f9cdcd"]]), Ve = ["value"], Oe = ["id"], Pe = { class: "listbox__dropdown" }, He = ["id", "aria-labelledby", "aria-disabled"], Ze = ["aria-labelledby", "aria-activedescendant"], Ee = ["aria-selected", "data-value"], Re = /* @__PURE__ */ _({
119
+ const ze = /* @__PURE__ */ h(Ne, [["__scopeId", "data-v-11f9cdcd"]]), Ve = ["value"], Oe = ["id"], Pe = { class: "listbox__dropdown" }, He = ["id", "aria-labelledby", "aria-disabled"], Ze = ["aria-labelledby", "aria-activedescendant"], Ee = ["aria-selected", "data-value"], Re = /* @__PURE__ */ m({
120
120
  __name: "dropdown",
121
121
  props: {
122
122
  modelValue: {
@@ -132,7 +132,7 @@ const ze = /* @__PURE__ */ v(Ne, [["__scopeId", "data-v-11f9cdcd"]]), Ve = ["val
132
132
  required: !0,
133
133
  validator(e) {
134
134
  return e.every(
135
- (l) => typeof l.value < "u" && typeof l.label < "u"
135
+ (a) => typeof a.value < "u" && typeof a.label < "u"
136
136
  );
137
137
  }
138
138
  },
@@ -158,55 +158,55 @@ const ze = /* @__PURE__ */ v(Ne, [["__scopeId", "data-v-11f9cdcd"]]), Ve = ["val
158
158
  }
159
159
  },
160
160
  emits: ["update:modelValue"],
161
- setup(e, { emit: l }) {
162
- const a = e, o = x(null), n = x(null), m = x([]), S = x(0), I = x(""), f = x(!0), b = x(0), q = N(() => {
163
- const s = a.options.find(
164
- (g) => g.value === a.modelValue
161
+ setup(e, { emit: a }) {
162
+ const l = e, n = S(null), o = S(null), _ = S([]), x = S(0), I = S(""), f = S(!0), b = S(0), q = N(() => {
163
+ const d = l.options.find(
164
+ (g) => g.value === l.modelValue
165
165
  );
166
- return s && s.label;
166
+ return d && d.label;
167
167
  }), ce = {
168
- beforeMount(s, g) {
169
- s.clickOutsideEvent = function(y) {
170
- s === y.target || s.contains(y.target) || g.value(y);
171
- }, document.body.addEventListener("click", s.clickOutsideEvent);
168
+ beforeMount(d, g) {
169
+ d.clickOutsideEvent = function(y) {
170
+ d === y.target || d.contains(y.target) || g.value(y);
171
+ }, document.body.addEventListener("click", d.clickOutsideEvent);
172
172
  },
173
- unmounted(s) {
174
- document.body.removeEventListener("click", s.clickOutsideEvent);
173
+ unmounted(d) {
174
+ document.body.removeEventListener("click", d.clickOutsideEvent);
175
175
  }
176
176
  };
177
- function ue(s) {
178
- l("update:modelValue", s);
177
+ function ue(d) {
178
+ a("update:modelValue", d);
179
179
  }
180
- function me(s) {
180
+ function _e(d) {
181
181
  var y;
182
- const g = s.target;
183
- g.getAttribute("role") === "option" && (Z(g), R(), (y = o.value) == null || y.focus());
182
+ const g = d.target;
183
+ g.getAttribute("role") === "option" && (Z(g), R(), (y = n.value) == null || y.focus());
184
184
  }
185
- function J(s) {
185
+ function J(d) {
186
186
  var y;
187
- const g = s.key;
187
+ const g = d.key;
188
188
  switch (g) {
189
189
  case "ArrowUp":
190
190
  case "ArrowDown": {
191
- s.preventDefault();
192
- const w = a.options.findIndex(
193
- (V) => V.value === a.modelValue
191
+ d.preventDefault();
192
+ const w = l.options.findIndex(
193
+ (V) => V.value === l.modelValue
194
194
  );
195
- let B = w ? m.value[w] : m.value[0];
196
- g === "ArrowUp" ? w - 1 >= 0 && (B = m.value[w - 1]) : w + 1 <= a.options.length && (B = m.value[w + 1]), B && Z(B);
195
+ let B = w ? _.value[w] : _.value[0];
196
+ g === "ArrowUp" ? w - 1 >= 0 && (B = _.value[w - 1]) : w + 1 <= l.options.length && (B = _.value[w + 1]), B && Z(B);
197
197
  break;
198
198
  }
199
199
  case "Home":
200
200
  case "PageUp":
201
- s.preventDefault(), fe();
201
+ d.preventDefault(), fe();
202
202
  break;
203
203
  case "End":
204
204
  case "PageDown":
205
- s.preventDefault(), ye();
205
+ d.preventDefault(), ye();
206
206
  break;
207
207
  case "Enter":
208
208
  case "Escape":
209
- s.preventDefault(), R(), (y = o.value) == null || y.focus();
209
+ d.preventDefault(), R(), (y = n.value) == null || y.focus();
210
210
  break;
211
211
  default: {
212
212
  const w = ge(g);
@@ -215,77 +215,77 @@ const ze = /* @__PURE__ */ v(Ne, [["__scopeId", "data-v-11f9cdcd"]]), Ve = ["val
215
215
  }
216
216
  }
217
217
  }
218
- function _e(s) {
219
- if (!a.disabled)
220
- switch (s.key) {
218
+ function me(d) {
219
+ if (!l.disabled)
220
+ switch (d.key) {
221
221
  case "ArrowUp":
222
222
  case "ArrowDown":
223
- s.preventDefault(), K(), J(s);
223
+ d.preventDefault(), K(), J(d);
224
224
  break;
225
225
  }
226
226
  }
227
- function ve(s) {
228
- s && s.removeAttribute("aria-selected");
227
+ function he(d) {
228
+ d && d.removeAttribute("aria-selected");
229
229
  }
230
- function he() {
231
- S && (clearTimeout(S.value), S.value = 0), S.value = setTimeout(() => {
232
- I.value = "", S.value = 0;
230
+ function ve() {
231
+ x && (clearTimeout(x.value), x.value = 0), x.value = setTimeout(() => {
232
+ I.value = "", x.value = 0;
233
233
  }, 500);
234
234
  }
235
- function ge(s) {
235
+ function ge(d) {
236
236
  let g = "";
237
- (I.value === "" || g !== s) && (b.value = a.options.findIndex(
238
- (w) => w.value === a.modelValue
239
- )), I.value = g === s ? s : I.value + s, g = s, he();
237
+ (I.value === "" || g !== d) && (b.value = l.options.findIndex(
238
+ (w) => w.value === l.modelValue
239
+ )), I.value = g === d ? d : I.value + d, g = d, ve();
240
240
  let y = Y(
241
241
  b.value + 1,
242
- a.options.length
242
+ l.options.length
243
243
  );
244
- return !y && I.value.length === 1 && (y = Y(0, b.value)), b.value = (b.value + 1) % a.options.length, y;
244
+ return !y && I.value.length === 1 && (y = Y(0, b.value)), b.value = (b.value + 1) % l.options.length, y;
245
245
  }
246
- function Y(s, g) {
247
- for (let y = s; y < g; y++)
248
- if (a.options[y].label && a.options[y].label.toUpperCase().indexOf(I.value.toUpperCase()) === 0)
249
- return m.value[y];
246
+ function Y(d, g) {
247
+ for (let y = d; y < g; y++)
248
+ if (l.options[y].label && l.options[y].label.toUpperCase().indexOf(I.value.toUpperCase()) === 0)
249
+ return _.value[y];
250
250
  return null;
251
251
  }
252
252
  function fe() {
253
- Z(m.value[0]);
253
+ Z(_.value[0]);
254
254
  }
255
- function Z(s) {
255
+ function Z(d) {
256
256
  var y, w;
257
- const g = s.getAttribute("data-value");
258
- if (a.modelValue) {
259
- const B = a.options.findIndex(
260
- (pe) => pe.value === a.modelValue
261
- ), V = m.value[B];
262
- ve(V);
257
+ const g = d.getAttribute("data-value");
258
+ if (l.modelValue) {
259
+ const B = l.options.findIndex(
260
+ (pe) => pe.value === l.modelValue
261
+ ), V = _.value[B];
262
+ he(V);
263
263
  }
264
- if (s.setAttribute("aria-selected", "true"), (y = n.value) == null || y.setAttribute(
264
+ if (d.setAttribute("aria-selected", "true"), (y = o.value) == null || y.setAttribute(
265
265
  "aria-activedescendant",
266
266
  g || ""
267
- ), ue(g || ""), n.value && n.value.scrollHeight > n.value.clientHeight) {
268
- const B = n.value.clientHeight + n.value.scrollTop, V = s.offsetTop + s.offsetHeight;
269
- V > B ? n.value.scrollTop = V - ((w = n.value) == null ? void 0 : w.clientHeight) : s.offsetTop < n.value.scrollTop && (n.value.scrollTop = s.offsetTop);
267
+ ), ue(g || ""), o.value && o.value.scrollHeight > o.value.clientHeight) {
268
+ const B = o.value.clientHeight + o.value.scrollTop, V = d.offsetTop + d.offsetHeight;
269
+ V > B ? o.value.scrollTop = V - ((w = o.value) == null ? void 0 : w.clientHeight) : d.offsetTop < o.value.scrollTop && (o.value.scrollTop = d.offsetTop);
270
270
  }
271
271
  }
272
272
  function ye() {
273
273
  var g;
274
- const s = (g = m.value) == null ? void 0 : g[a.options.length - 1];
275
- Z(s);
274
+ const d = (g = _.value) == null ? void 0 : g[l.options.length - 1];
275
+ Z(d);
276
276
  }
277
277
  function R() {
278
- var s;
279
- f.value = !0, (s = o.value) == null || s.removeAttribute("aria-expanded");
278
+ var d;
279
+ f.value = !0, (d = n.value) == null || d.removeAttribute("aria-expanded");
280
280
  }
281
281
  function K() {
282
- var s, g;
283
- f.value = !1, (s = o.value) == null || s.setAttribute("aria-expanded", "true"), (g = n.value) == null || g.focus();
282
+ var d, g;
283
+ f.value = !1, (d = n.value) == null || d.setAttribute("aria-expanded", "true"), (g = o.value) == null || g.focus();
284
284
  }
285
285
  function be() {
286
- a.disabled || (f.value ? K() : R());
286
+ l.disabled || (f.value ? K() : R());
287
287
  }
288
- return (s, g) => (i(), r("div", {
288
+ return (d, g) => (i(), r("div", {
289
289
  class: "listbox__wrapper",
290
290
  value: e.modelValue,
291
291
  ref: "listbox"
@@ -297,7 +297,7 @@ const ze = /* @__PURE__ */ v(Ne, [["__scopeId", "data-v-11f9cdcd"]]), Ve = ["val
297
297
  "is-disabled": e.disabled,
298
298
  "is-required": e.required
299
299
  }, "listbox__label"])
300
- }, d(e.label), 11, Oe),
300
+ }, s(e.label), 11, Oe),
301
301
  U((i(), r("div", Pe, [
302
302
  t("button", {
303
303
  id: `${e.name}-button-label`,
@@ -307,10 +307,10 @@ const ze = /* @__PURE__ */ v(Ne, [["__scopeId", "data-v-11f9cdcd"]]), Ve = ["val
307
307
  "aria-disabled": e.disabled,
308
308
  class: "listbox__button",
309
309
  onClick: be,
310
- onKeydown: _e,
310
+ onKeydown: me,
311
311
  ref_key: "listboxButton",
312
- ref: o
313
- }, d(e.modelValue ? q.value : e.placeholder), 41, He),
312
+ ref: n
313
+ }, s(e.modelValue ? q.value : e.placeholder), 41, He),
314
314
  U(t("ul", {
315
315
  "aria-labelledby": `${e.name}-label`,
316
316
  "aria-activedescendant": e.modelValue,
@@ -318,11 +318,11 @@ const ze = /* @__PURE__ */ v(Ne, [["__scopeId", "data-v-11f9cdcd"]]), Ve = ["val
318
318
  role: "listbox",
319
319
  class: "listbox__list",
320
320
  onKeydown: J,
321
- onClick: me,
321
+ onClick: _e,
322
322
  ref_key: "listboxNode",
323
- ref: n
323
+ ref: o
324
324
  }, [
325
- (i(!0), r(M, null, L(e.options, (y, w) => (i(), r("li", {
325
+ (i(!0), r(M, null, A(e.options, (y, w) => (i(), r("li", {
326
326
  key: `${e.name}-option-${w}`,
327
327
  "aria-selected": y.value === e.modelValue,
328
328
  "data-value": y.value,
@@ -330,8 +330,8 @@ const ze = /* @__PURE__ */ v(Ne, [["__scopeId", "data-v-11f9cdcd"]]), Ve = ["val
330
330
  role: "option",
331
331
  ref_for: !0,
332
332
  ref_key: "listboxOptions",
333
- ref: m
334
- }, d(y.label), 9, Ee))), 128))
333
+ ref: _
334
+ }, s(y.label), 9, Ee))), 128))
335
335
  ], 40, Ze), [
336
336
  [G, !f.value]
337
337
  ])
@@ -341,7 +341,7 @@ const ze = /* @__PURE__ */ v(Ne, [["__scopeId", "data-v-11f9cdcd"]]), Ve = ["val
341
341
  ], 8, Ve));
342
342
  }
343
343
  });
344
- const Ue = /* @__PURE__ */ v(Re, [["__scopeId", "data-v-4824444a"]]), We = { class: "image__wrapper" }, Fe = /* @__PURE__ */ _({
344
+ const Ue = /* @__PURE__ */ h(Re, [["__scopeId", "data-v-4824444a"]]), We = { class: "image__wrapper" }, Fe = /* @__PURE__ */ m({
345
345
  __name: "image",
346
346
  props: {
347
347
  src: {
@@ -379,12 +379,12 @@ const Ue = /* @__PURE__ */ v(Re, [["__scopeId", "data-v-4824444a"]]), We = { cla
379
379
  }
380
380
  },
381
381
  setup(e) {
382
- return (l, a) => (i(), r("div", We, [
383
- u(l.$slots, "default", T(C(l.$attrs)))
382
+ return (a, l) => (i(), r("div", We, [
383
+ u(a.$slots, "default", T(C(a.$attrs)))
384
384
  ]));
385
385
  }
386
386
  });
387
- const D = /* @__PURE__ */ v(Fe, [["__scopeId", "data-v-513b5384"]]), Ge = { class: "label__wrapper" }, Je = ["aria-label", "label-dark"], Ye = /* @__PURE__ */ _({
387
+ const D = /* @__PURE__ */ h(Fe, [["__scopeId", "data-v-513b5384"]]), Ge = { class: "label__wrapper" }, Je = ["aria-label", "label-dark"], Ye = /* @__PURE__ */ m({
388
388
  __name: "label",
389
389
  props: {
390
390
  text: {
@@ -398,17 +398,17 @@ const D = /* @__PURE__ */ v(Fe, [["__scopeId", "data-v-513b5384"]]), Ge = { clas
398
398
  }
399
399
  },
400
400
  setup(e) {
401
- const l = e, a = N(() => `Label: ${l.text}`);
402
- return (o, n) => (i(), r("div", Ge, [
401
+ const a = e, l = N(() => `Label: ${a.text}`);
402
+ return (n, o) => (i(), r("div", Ge, [
403
403
  t("span", {
404
- "aria-label": a.value,
404
+ "aria-label": l.value,
405
405
  "label-dark": e.labelDark,
406
406
  class: c(e.labelDark ? "label--dark" : "label--light")
407
- }, d(e.text), 11, Je)
407
+ }, s(e.text), 11, Je)
408
408
  ]));
409
409
  }
410
410
  });
411
- const F = /* @__PURE__ */ v(Ye, [["__scopeId", "data-v-aacf01db"]]), Ke = { class: "link__wrapper" }, A = /* @__PURE__ */ _({
411
+ const F = /* @__PURE__ */ h(Ye, [["__scopeId", "data-v-aacf01db"]]), Ke = { class: "link__wrapper" }, L = /* @__PURE__ */ m({
412
412
  __name: "link",
413
413
  props: {
414
414
  url: {
@@ -449,12 +449,12 @@ const F = /* @__PURE__ */ v(Ye, [["__scopeId", "data-v-aacf01db"]]), Ke = { clas
449
449
  }
450
450
  },
451
451
  setup(e) {
452
- const l = e, a = N(() => {
453
- const { ...o } = l;
454
- return o;
452
+ const a = e, l = N(() => {
453
+ const { ...n } = a;
454
+ return n;
455
455
  });
456
- return (o, n) => (i(), r("div", Ke, [
457
- t("div", ie(a.value, {
456
+ return (n, o) => (i(), r("div", Ke, [
457
+ t("div", ie(l.value, {
458
458
  class: ["mir-link", [
459
459
  e.linkType === "primary" ? "mir-link--btn button button--primary" : e.linkType === "secondary" ? "mir-link--btn button button--secondary" : e.linkType === "secondary-dark" ? "mir-link--btn button button--secondary-dark" : e.linkType === "regular" ? "regular-link" : e.linkType === "regular-dark" ? "regular-link-dark" : e.linkType === "regular-light" ? "regular-link-light" : e.linkType === "regular-blue" ? "regular-link-blue" : "",
460
460
  e.disabled ? "disabled" : "",
@@ -462,12 +462,12 @@ const F = /* @__PURE__ */ v(Ye, [["__scopeId", "data-v-aacf01db"]]), Ke = { clas
462
462
  e.arrow ? "link-arrow" : ""
463
463
  ]]
464
464
  }), [
465
- u(o.$slots, "default")
465
+ u(n.$slots, "default")
466
466
  ], 16)
467
467
  ]));
468
468
  }
469
469
  });
470
- const Qe = (e) => (P("data-v-016da8d2"), e = e(), H(), e), Xe = ["name", "value", "checked", "disabled", "required", "id"], et = ["for"], tt = /* @__PURE__ */ Qe(() => /* @__PURE__ */ t("span", { class: "radiomark" }, null, -1)), at = /* @__PURE__ */ _({
470
+ const Qe = (e) => (P("data-v-016da8d2"), e = e(), H(), e), Xe = ["name", "value", "checked", "disabled", "required", "id"], et = ["for"], tt = /* @__PURE__ */ Qe(() => /* @__PURE__ */ t("span", { class: "radiomark" }, null, -1)), at = /* @__PURE__ */ m({
471
471
  __name: "radio-button",
472
472
  props: {
473
473
  name: String,
@@ -494,12 +494,12 @@ const Qe = (e) => (P("data-v-016da8d2"), e = e(), H(), e), Xe = ["name", "value"
494
494
  }
495
495
  },
496
496
  emits: ["input"],
497
- setup(e, { emit: l }) {
498
- const a = (o) => {
499
- const n = o.target;
500
- l("input", n.checked);
497
+ setup(e, { emit: a }) {
498
+ const l = (n) => {
499
+ const o = n.target;
500
+ a("input", o.checked);
501
501
  };
502
- return (o, n) => (i(), r("div", {
502
+ return (n, o) => (i(), r("div", {
503
503
  class: c(["radio__wrapper", e.disabled ? "disabled" : ""])
504
504
  }, [
505
505
  t("input", {
@@ -511,19 +511,19 @@ const Qe = (e) => (P("data-v-016da8d2"), e = e(), H(), e), Xe = ["name", "value"
511
511
  required: e.required,
512
512
  id: e.id,
513
513
  class: "radio__radio",
514
- onChange: a
514
+ onChange: l
515
515
  }, null, 40, Xe),
516
516
  t("label", {
517
517
  for: e.id,
518
518
  class: c(["radio__label", e.required ? "required" : ""])
519
519
  }, [
520
520
  tt,
521
- u(o.$slots, "default", {}, void 0, !0)
521
+ u(n.$slots, "default", {}, void 0, !0)
522
522
  ], 10, et)
523
523
  ], 2));
524
524
  }
525
525
  });
526
- const lt = /* @__PURE__ */ v(at, [["__scopeId", "data-v-016da8d2"]]), it = { class: "select__wrapper" }, rt = ["for"], ot = ["disabled", "id", "name", "value"], nt = ["value"], st = /* @__PURE__ */ _({
526
+ const lt = /* @__PURE__ */ h(at, [["__scopeId", "data-v-016da8d2"]]), it = { class: "select__wrapper" }, rt = ["for"], nt = ["disabled", "id", "name", "value"], ot = ["value"], st = /* @__PURE__ */ m({
527
527
  __name: "select",
528
528
  props: {
529
529
  id: {
@@ -539,7 +539,7 @@ const lt = /* @__PURE__ */ v(at, [["__scopeId", "data-v-016da8d2"]]), it = { cla
539
539
  required: !0,
540
540
  validator(e) {
541
541
  return e.every(
542
- (l) => typeof l.value < "u" && typeof l.text < "u"
542
+ (a) => typeof a.value < "u" && typeof a.text < "u"
543
543
  );
544
544
  }
545
545
  },
@@ -564,79 +564,79 @@ const lt = /* @__PURE__ */ v(at, [["__scopeId", "data-v-016da8d2"]]), it = { cla
564
564
  },
565
565
  emits: ["update:modelValue"],
566
566
  setup(e) {
567
- return (l, a) => (i(), r("div", it, [
567
+ return (a, l) => (i(), r("div", it, [
568
568
  t("label", {
569
569
  for: e.id,
570
570
  class: c([e.required ? "required" : "", e.disabled ? "disabled" : ""])
571
- }, d(e.label), 11, rt),
571
+ }, s(e.label), 11, rt),
572
572
  t("select", {
573
573
  class: c(e.disabled ? "disabled" : ""),
574
574
  disabled: e.disabled,
575
575
  id: e.id,
576
576
  name: e.name,
577
577
  value: e.modelValue,
578
- onChange: a[0] || (a[0] = (o) => {
579
- l.$emit("update:modelValue", o.target.value), o.target.blur();
578
+ onChange: l[0] || (l[0] = (n) => {
579
+ a.$emit("update:modelValue", n.target.value), n.target.blur();
580
580
  })
581
581
  }, [
582
- (i(!0), r(M, null, L(e.options, (o) => (i(), r("option", {
583
- key: o.value,
584
- value: o.value
585
- }, d(o.text), 9, nt))), 128))
586
- ], 42, ot)
582
+ (i(!0), r(M, null, A(e.options, (n) => (i(), r("option", {
583
+ key: n.value,
584
+ value: n.value
585
+ }, s(n.text), 9, ot))), 128))
586
+ ], 42, nt)
587
587
  ]));
588
588
  }
589
589
  });
590
- const dt = /* @__PURE__ */ v(st, [["__scopeId", "data-v-d1d7a1e3"]]), ct = { class: "modal__wrapper" }, ut = /* @__PURE__ */ _({
590
+ const dt = /* @__PURE__ */ h(st, [["__scopeId", "data-v-d1d7a1e3"]]), ct = { class: "modal__wrapper" }, ut = /* @__PURE__ */ m({
591
591
  __name: "modal",
592
592
  props: {
593
593
  show: { type: Boolean, default: !1 }
594
594
  },
595
595
  emits: ["update:show"],
596
- setup(e, { emit: l }) {
597
- const a = e;
596
+ setup(e, { emit: a }) {
597
+ const l = e;
598
598
  N({
599
- get: () => a.show,
600
- set: (n) => l("update:show", n)
599
+ get: () => l.show,
600
+ set: (o) => a("update:show", o)
601
601
  });
602
- const o = () => {
603
- l("update:show", !a.show);
602
+ const n = () => {
603
+ a("update:show", !l.show);
604
604
  };
605
- return (n, m) => (i(), r("div", ct, [
605
+ return (o, _) => (i(), r("div", ct, [
606
606
  k(ke, {
607
607
  duration: 300,
608
608
  name: "nested"
609
609
  }, {
610
610
  default: $(() => [
611
- n.show ? (i(), r("div", {
611
+ o.show ? (i(), r("div", {
612
612
  key: 0,
613
613
  class: "overlay",
614
- onClick: o,
614
+ onClick: n,
615
615
  ariaLabel: "modal",
616
616
  role: "dialog"
617
617
  }, [
618
618
  t("div", {
619
619
  id: "modal",
620
- onClick: m[0] || (m[0] = re(() => {
620
+ onClick: _[0] || (_[0] = re(() => {
621
621
  }, ["stop"]))
622
622
  }, [
623
623
  t("div", null, [
624
624
  k(W, {
625
625
  ariaLabel: "close",
626
626
  variant: "close",
627
- onClick: o
627
+ onClick: n
628
628
  })
629
629
  ]),
630
- u(n.$slots, "default", {}, void 0, !0)
630
+ u(o.$slots, "default", {}, void 0, !0)
631
631
  ])
632
- ])) : h("", !0)
632
+ ])) : v("", !0)
633
633
  ]),
634
634
  _: 3
635
635
  })
636
636
  ]));
637
637
  }
638
638
  });
639
- const se = /* @__PURE__ */ v(ut, [["__scopeId", "data-v-b5af91d8"]]), mt = { class: "slider__wrapper" }, _t = { class: "slider__label" }, vt = ["for"], ht = ["aria-label"], gt = { class: "slider__content" }, ft = ["id", "name", "value", "min", "step", "max"], yt = /* @__PURE__ */ _({
639
+ const se = /* @__PURE__ */ h(ut, [["__scopeId", "data-v-b5af91d8"]]), _t = { class: "slider__wrapper" }, mt = { class: "slider__label" }, ht = ["for"], vt = ["aria-label"], gt = { class: "slider__content" }, ft = ["id", "name", "value", "min", "step", "max"], yt = /* @__PURE__ */ m({
640
640
  __name: "slider",
641
641
  props: {
642
642
  label: {
@@ -688,40 +688,40 @@ const se = /* @__PURE__ */ v(ut, [["__scopeId", "data-v-b5af91d8"]]), mt = { cla
688
688
  }
689
689
  },
690
690
  emits: ["update:modelValue"],
691
- setup(e, { emit: l }) {
692
- const a = e, o = x(a.modelValue), n = x(), m = x(!1), S = (f, b, q) => (f - b) / (q - b) * 100, I = (f) => {
691
+ setup(e, { emit: a }) {
692
+ const l = e, n = S(l.modelValue), o = S(), _ = S(!1), x = (f, b, q) => (f - b) / (q - b) * 100, I = (f) => {
693
693
  var b;
694
- (b = n.value) == null || b.style.setProperty("--ProgressPercent", `${f}%`);
694
+ (b = o.value) == null || b.style.setProperty("--ProgressPercent", `${f}%`);
695
695
  };
696
- return oe(() => {
697
- if (n.value) {
698
- l("update:modelValue", o.value);
699
- const f = S(o.value, a.min, a.max);
696
+ return ne(() => {
697
+ if (o.value) {
698
+ a("update:modelValue", n.value);
699
+ const f = x(n.value, l.min, l.max);
700
700
  let b = (50 - f) / 100;
701
701
  I(f + b);
702
702
  }
703
703
  }), (f, b) => (i(), r(M, null, [
704
- t("div", mt, [
705
- t("div", _t, [
704
+ t("div", _t, [
705
+ t("div", mt, [
706
706
  t("label", {
707
707
  for: e.id,
708
708
  class: c([e.variant, ""])
709
- }, d(e.label), 11, vt),
709
+ }, s(e.label), 11, ht),
710
710
  e.information ? (i(), r("i", {
711
711
  key: 0,
712
712
  role: "button",
713
713
  class: c([e.variant, "slider__information"]),
714
- onClick: b[0] || (b[0] = (q) => m.value = !m.value),
715
- onKeyup: b[1] || (b[1] = $e((q) => m.value = !m.value, ["enter"])),
714
+ onClick: b[0] || (b[0] = (q) => _.value = !_.value),
715
+ onKeyup: b[1] || (b[1] = $e((q) => _.value = !_.value, ["enter"])),
716
716
  "aria-label": e.informationLabel,
717
717
  tabindex: "0",
718
718
  "aria-haspopup": "dialog"
719
- }, null, 42, ht)) : h("", !0)
719
+ }, null, 42, vt)) : v("", !0)
720
720
  ]),
721
721
  t("div", gt, [
722
722
  t("span", {
723
723
  class: c([e.variant, "slider__minmax"])
724
- }, d(e.min), 3),
724
+ }, s(e.min), 3),
725
725
  t("input", {
726
726
  type: "range",
727
727
  id: e.id,
@@ -732,31 +732,31 @@ const se = /* @__PURE__ */ v(ut, [["__scopeId", "data-v-b5af91d8"]]), mt = { cla
732
732
  max: e.max,
733
733
  class: c(e.variant),
734
734
  ref_key: "slider",
735
- ref: n,
736
- onInput: b[2] || (b[2] = ({ target: q }) => o.value = parseFloat(q.value))
735
+ ref: o,
736
+ onInput: b[2] || (b[2] = ({ target: q }) => n.value = parseFloat(q.value))
737
737
  }, null, 42, ft),
738
738
  t("span", {
739
739
  class: c([e.variant, "slider__minmax"])
740
- }, d(e.max), 3)
740
+ }, s(e.max), 3)
741
741
  ]),
742
742
  t("span", {
743
743
  class: c([e.variant, "slider__value"])
744
- }, d(e.modelValue), 3)
744
+ }, s(e.modelValue), 3)
745
745
  ]),
746
746
  e.information ? (i(), j(se, {
747
747
  key: 0,
748
- show: m.value,
749
- "onUpdate:show": b[3] || (b[3] = (q) => m.value = q)
748
+ show: _.value,
749
+ "onUpdate:show": b[3] || (b[3] = (q) => _.value = q)
750
750
  }, {
751
751
  default: $(() => [
752
- O(d(e.information), 1)
752
+ O(s(e.information), 1)
753
753
  ]),
754
754
  _: 1
755
- }, 8, ["show"])) : h("", !0)
755
+ }, 8, ["show"])) : v("", !0)
756
756
  ], 64));
757
757
  }
758
758
  });
759
- const bt = /* @__PURE__ */ v(yt, [["__scopeId", "data-v-84385cf8"]]), pt = { id: "textarea-wrapper" }, kt = ["for"], $t = ["id"], wt = ["id", "name", "placeholder", "required", "disabled", "maxlength", "value"], xt = { class: "textarea-info" }, St = { key: 0 }, It = /* @__PURE__ */ _({
759
+ const bt = /* @__PURE__ */ h(yt, [["__scopeId", "data-v-84385cf8"]]), pt = { id: "textarea-wrapper" }, kt = ["for"], $t = ["id"], wt = ["id", "name", "placeholder", "required", "disabled", "maxlength", "value"], St = { class: "textarea-info" }, xt = { key: 0 }, It = /* @__PURE__ */ m({
760
760
  __name: "textarea",
761
761
  props: {
762
762
  id: {
@@ -796,11 +796,11 @@ const bt = /* @__PURE__ */ v(yt, [["__scopeId", "data-v-84385cf8"]]), pt = { id:
796
796
  },
797
797
  emits: ["update:modelValue"],
798
798
  setup(e) {
799
- return (l, a) => (i(), r("div", pt, [
799
+ return (a, l) => (i(), r("div", pt, [
800
800
  t("label", {
801
801
  for: e.id,
802
802
  class: c({ required: e.required })
803
- }, d(e.labelText) + d(e.required ? " *" : ""), 11, kt),
803
+ }, s(e.labelText) + s(e.required ? " *" : ""), 11, kt),
804
804
  t("div", {
805
805
  id: e.modelValue !== void 0 && e.modelValue.length == e.maxLength ? "textarea-wrapper__inner" : ""
806
806
  }, [
@@ -814,26 +814,26 @@ const bt = /* @__PURE__ */ v(yt, [["__scopeId", "data-v-84385cf8"]]), pt = { id:
814
814
  disabled: e.disabled,
815
815
  maxlength: e.maxLength,
816
816
  value: e.modelValue,
817
- onInput: a[0] || (a[0] = (o) => l.$emit("update:modelValue", o.target.value)),
817
+ onInput: l[0] || (l[0] = (n) => a.$emit("update:modelValue", n.target.value)),
818
818
  class: c(
819
819
  e.modelValue !== void 0 && e.modelValue.length == e.maxLength ? "reached-meter-limit" : "border"
820
820
  )
821
821
  }, null, 42, wt)
822
822
  ], 8, $t),
823
- t("div", xt, [
823
+ t("div", St, [
824
824
  t("div", null, [
825
- e.modelValue !== void 0 && e.modelValue.length == e.maxLength ? (i(), r("p", St, " Too many characters. Please make it shorter ")) : h("", !0)
825
+ e.modelValue !== void 0 && e.modelValue.length == e.maxLength ? (i(), r("p", xt, " Too many characters. Please make it shorter ")) : v("", !0)
826
826
  ]),
827
827
  t("p", {
828
828
  class: c(
829
829
  e.modelValue !== void 0 && e.modelValue.length == e.maxLength ? "reached-meter-limit-meter" : ""
830
830
  )
831
- }, d(e.maxLength !== void 0 && e.modelValue !== void 0 && e.maxLength - e.modelValue.length >= 0 ? e.modelValue.length : 0) + " / " + d(e.maxLength), 3)
831
+ }, s(e.maxLength !== void 0 && e.modelValue !== void 0 && e.maxLength - e.modelValue.length >= 0 ? e.modelValue.length : 0) + " / " + s(e.maxLength), 3)
832
832
  ])
833
833
  ]));
834
834
  }
835
835
  });
836
- const qt = /* @__PURE__ */ v(It, [["__scopeId", "data-v-28492b7a"]]), Mt = { class: "text-field__wrapper" }, Dt = ["for"], Bt = { key: 0 }, At = ["id", "type", "value", "placeholder", "required", "disabled"], Lt = ["aria-expanded"], Tt = ["type", "value", "placeholder", "id", "required", "disabled"], Ct = {
836
+ const qt = /* @__PURE__ */ h(It, [["__scopeId", "data-v-28492b7a"]]), Mt = { class: "text-field__wrapper" }, Dt = ["for"], Bt = { key: 0 }, Lt = ["id", "type", "value", "placeholder", "required", "disabled"], At = ["aria-expanded"], Tt = ["type", "value", "placeholder", "id", "required", "disabled"], Ct = {
837
837
  key: 2,
838
838
  class: "search"
839
839
  }, jt = {
@@ -842,7 +842,7 @@ const qt = /* @__PURE__ */ v(It, [["__scopeId", "data-v-28492b7a"]]), Mt = { cla
842
842
  }, Nt = {
843
843
  key: 4,
844
844
  class: "helperText"
845
- }, zt = /* @__PURE__ */ _({
845
+ }, zt = /* @__PURE__ */ m({
846
846
  __name: "text-field",
847
847
  props: {
848
848
  type: {
@@ -909,12 +909,12 @@ const qt = /* @__PURE__ */ v(It, [["__scopeId", "data-v-28492b7a"]]), Mt = { cla
909
909
  },
910
910
  emits: ["update:modelValue"],
911
911
  setup(e) {
912
- const l = x(!0), a = N(
913
- () => l.value ? "showPassword" : "hidePassword"
914
- ), o = N(
915
- () => l.value ? "password" : "text"
912
+ const a = S(!0), l = N(
913
+ () => a.value ? "showPassword" : "hidePassword"
914
+ ), n = N(
915
+ () => a.value ? "password" : "text"
916
916
  );
917
- return (n, m) => (i(), r("div", Mt, [
917
+ return (o, _) => (i(), r("div", Mt, [
918
918
  t("label", {
919
919
  for: e.id,
920
920
  class: c([
@@ -922,24 +922,24 @@ const qt = /* @__PURE__ */ v(It, [["__scopeId", "data-v-28492b7a"]]), Mt = { cla
922
922
  e.disabled ? "disabled" : "",
923
923
  e.search ? "search" : ""
924
924
  ])
925
- }, d(e.label), 11, Dt),
925
+ }, s(e.label), 11, Dt),
926
926
  e.type === "password" ? (i(), r("div", Bt, [
927
927
  t("input", {
928
928
  id: e.id,
929
- type: o.value,
929
+ type: n.value,
930
930
  value: e.modelValue,
931
931
  placeholder: e.placeholder,
932
932
  required: e.required,
933
933
  disabled: e.disabled,
934
- onInput: m[0] || (m[0] = (S) => n.$emit("update:modelValue", S.target.value))
935
- }, null, 40, At),
934
+ onInput: _[0] || (_[0] = (x) => o.$emit("update:modelValue", x.target.value))
935
+ }, null, 40, Lt),
936
936
  t("i", {
937
937
  role: "button",
938
- class: c([a.value]),
939
- onClick: m[1] || (m[1] = (S) => l.value = !l.value),
938
+ class: c([l.value]),
939
+ onClick: _[1] || (_[1] = (x) => a.value = !a.value),
940
940
  "aria-controls": "password",
941
- "aria-expanded": !l.value
942
- }, null, 10, Lt)
941
+ "aria-expanded": !a.value
942
+ }, null, 10, At)
943
943
  ])) : (i(), r("input", {
944
944
  key: 1,
945
945
  type: e.type,
@@ -953,15 +953,15 @@ const qt = /* @__PURE__ */ v(It, [["__scopeId", "data-v-28492b7a"]]), Mt = { cla
953
953
  e.search ? "search" : ""
954
954
  ]),
955
955
  disabled: e.disabled,
956
- onInput: m[2] || (m[2] = (S) => n.$emit("update:modelValue", S.target.value))
956
+ onInput: _[2] || (_[2] = (x) => o.$emit("update:modelValue", x.target.value))
957
957
  }, null, 42, Tt)),
958
- e.search ? (i(), r("i", Ct)) : h("", !0),
959
- e.errorMessage ? (i(), r("strong", jt, d(e.errorMessage), 1)) : h("", !0),
960
- e.helperText ? (i(), r("span", Nt, d(e.helperText), 1)) : h("", !0)
958
+ e.search ? (i(), r("i", Ct)) : v("", !0),
959
+ e.errorMessage ? (i(), r("strong", jt, s(e.errorMessage), 1)) : v("", !0),
960
+ e.helperText ? (i(), r("span", Nt, s(e.helperText), 1)) : v("", !0)
961
961
  ]));
962
962
  }
963
963
  });
964
- const Vt = /* @__PURE__ */ v(zt, [["__scopeId", "data-v-4c2c5e23"]]), Ot = { class: "video__wrapper" }, Pt = ["aria-label", "controls", "poster", "width", "height", "autoplay", "loop", "muted", "src"], Ht = ["src", "aria-label", "title", "width", "height"], Zt = /* @__PURE__ */ _({
964
+ const Vt = /* @__PURE__ */ h(zt, [["__scopeId", "data-v-4c2c5e23"]]), Ot = { class: "video__wrapper" }, Pt = ["aria-label", "controls", "poster", "width", "height", "autoplay", "loop", "muted", "src"], Ht = ["src", "aria-label", "title", "width", "height"], Zt = /* @__PURE__ */ m({
965
965
  __name: "video",
966
966
  props: {
967
967
  play: {
@@ -1013,15 +1013,15 @@ const Vt = /* @__PURE__ */ v(zt, [["__scopeId", "data-v-4c2c5e23"]]), Ot = { cla
1013
1013
  }
1014
1014
  },
1015
1015
  setup(e) {
1016
- const l = e;
1017
- let a = x(null);
1018
- return oe(() => {
1019
- l.play && a.value ? a.value.play() : !l.play && a.value && a.value.pause();
1020
- }), (o, n) => (i(), r("div", Ot, [
1016
+ const a = e;
1017
+ let l = S(null);
1018
+ return ne(() => {
1019
+ a.play && l.value ? l.value.play() : !a.play && l.value && l.value.pause();
1020
+ }), (n, o) => (i(), r("div", Ot, [
1021
1021
  e.localVideo ? (i(), r("video", {
1022
1022
  key: 0,
1023
1023
  ref_key: "videoRef",
1024
- ref: a,
1024
+ ref: l,
1025
1025
  "aria-label": e.ariaLabel,
1026
1026
  controls: e.controls,
1027
1027
  poster: e.poster,
@@ -1047,7 +1047,7 @@ const Vt = /* @__PURE__ */ v(zt, [["__scopeId", "data-v-4c2c5e23"]]), Ot = { cla
1047
1047
  ]));
1048
1048
  }
1049
1049
  });
1050
- const E = /* @__PURE__ */ v(Zt, [["__scopeId", "data-v-48adae09"]]), Et = (e) => (P("data-v-327e6c15"), e = e(), H(), e), Rt = { class: "bullet-list__wrapper" }, Ut = /* @__PURE__ */ Et(() => /* @__PURE__ */ t("i", { class: "checkmark" }, null, -1)), Wt = /* @__PURE__ */ _({
1050
+ const E = /* @__PURE__ */ h(Zt, [["__scopeId", "data-v-48adae09"]]), Et = (e) => (P("data-v-327e6c15"), e = e(), H(), e), Rt = { class: "bullet-list__wrapper" }, Ut = /* @__PURE__ */ Et(() => /* @__PURE__ */ t("i", { class: "checkmark" }, null, -1)), Wt = /* @__PURE__ */ m({
1051
1051
  __name: "bullet-list",
1052
1052
  props: {
1053
1053
  list: {
@@ -1067,21 +1067,21 @@ const E = /* @__PURE__ */ v(Zt, [["__scopeId", "data-v-48adae09"]]), Et = (e) =>
1067
1067
  }
1068
1068
  },
1069
1069
  setup(e) {
1070
- return (l, a) => (i(), r("div", Rt, [
1070
+ return (a, l) => (i(), r("div", Rt, [
1071
1071
  t("div", {
1072
1072
  class: c(["bullet-list", e.variant])
1073
1073
  }, [
1074
1074
  t("ul", null, [
1075
- (i(!0), r(M, null, L(e.list, (o) => (i(), r("li", null, [
1075
+ (i(!0), r(M, null, A(e.list, (n) => (i(), r("li", null, [
1076
1076
  Ut,
1077
- O(" " + d(o), 1)
1077
+ O(" " + s(n), 1)
1078
1078
  ]))), 256))
1079
1079
  ])
1080
1080
  ], 2)
1081
1081
  ]));
1082
1082
  }
1083
1083
  });
1084
- const Ft = /* @__PURE__ */ v(Wt, [["__scopeId", "data-v-327e6c15"]]), Gt = { class: "card__wrapper" }, Jt = { key: 4 }, Yt = /* @__PURE__ */ _({
1084
+ const Ft = /* @__PURE__ */ h(Wt, [["__scopeId", "data-v-327e6c15"]]), Gt = { class: "card__wrapper" }, Jt = { key: 4 }, Yt = /* @__PURE__ */ m({
1085
1085
  __name: "card",
1086
1086
  props: {
1087
1087
  variant: {
@@ -1135,9 +1135,9 @@ const Ft = /* @__PURE__ */ v(Wt, [["__scopeId", "data-v-327e6c15"]]), Gt = { cla
1135
1135
  alt: String
1136
1136
  },
1137
1137
  emits: ["clicked"],
1138
- setup(e, { emit: l }) {
1139
- let a = x(!1);
1140
- return (o, n) => (i(), r("div", Gt, [
1138
+ setup(e, { emit: a }) {
1139
+ let l = S(!1);
1140
+ return (n, o) => (i(), r("div", Gt, [
1141
1141
  t("div", {
1142
1142
  class: c(["card", [
1143
1143
  e.theme == "dark" ? "card--dark" : "card--light",
@@ -1146,16 +1146,16 @@ const Ft = /* @__PURE__ */ v(Wt, [["__scopeId", "data-v-327e6c15"]]), Gt = { cla
1146
1146
  e.size == "large" && e.variant == "article" ? "card--large-article" : "",
1147
1147
  e.variant == "product" ? "card--product" : "card--article"
1148
1148
  ]]),
1149
- style: ne([
1149
+ style: oe([
1150
1150
  e.variant == "product" ? "font-weight: 700" : "font-weight: 300",
1151
1151
  e.mediaType == "video" ? "width: 328px" : ""
1152
1152
  ]),
1153
- onMouseover: n[0] || (n[0] = (m) => Q(a) ? a.value = !0 : a = !0),
1154
- onMouseout: n[1] || (n[1] = (m) => Q(a) ? a.value = !1 : a = !1)
1153
+ onMouseover: o[0] || (o[0] = (_) => Q(l) ? l.value = !0 : l = !0),
1154
+ onMouseout: o[1] || (o[1] = (_) => Q(l) ? l.value = !1 : l = !1)
1155
1155
  }, [
1156
1156
  e.mediaType == "image" ? (i(), j(D, { key: 0 }, {
1157
1157
  default: $(() => [
1158
- u(o.$slots, "card-image", ie({
1158
+ u(n.$slots, "card-image", ie({
1159
1159
  src: e.imgSrc,
1160
1160
  height: e.size == "small" ? "186" : e.size == "medium" ? "243" : e.size == "large" ? "335" : "",
1161
1161
  width: e.size == "small" ? "298" : e.size == "medium" ? "432" : e.size == "large" ? "596" : "",
@@ -1167,10 +1167,10 @@ const Ft = /* @__PURE__ */ v(Wt, [["__scopeId", "data-v-327e6c15"]]), Gt = { cla
1167
1167
  _: 3
1168
1168
  })) : (i(), r("div", {
1169
1169
  key: 1,
1170
- class: c(["video-card__wrapper", p(a) == !0 ? "vimeoPlaying" : ""])
1170
+ class: c(["video-card__wrapper", p(l) == !0 ? "vimeoPlaying" : ""])
1171
1171
  }, [
1172
1172
  k(E, {
1173
- play: p(a),
1173
+ play: p(l),
1174
1174
  localVideo: !0,
1175
1175
  src: e.videoSrc,
1176
1176
  "aria-label": e.arialabel,
@@ -1186,17 +1186,17 @@ const Ft = /* @__PURE__ */ v(Wt, [["__scopeId", "data-v-327e6c15"]]), Gt = { cla
1186
1186
  e.variant === "product" ? (i(), r("h3", {
1187
1187
  key: 2,
1188
1188
  class: c(e.theme == "dark" ? "regular-dark" : "regular-blue")
1189
- }, d(e.headline), 3)) : (i(), r("h3", {
1189
+ }, s(e.headline), 3)) : (i(), r("h3", {
1190
1190
  key: 3,
1191
1191
  class: c(e.theme == "dark" ? "regular-dark" : "regular-dark-blue")
1192
- }, d(e.headline), 3)),
1193
- e.variant == "product" ? (i(), r("p", Jt, d(e.paragraph), 1)) : h("", !0),
1194
- u(o.$slots, "card-label")
1192
+ }, s(e.headline), 3)),
1193
+ e.variant == "product" ? (i(), r("p", Jt, s(e.paragraph), 1)) : v("", !0),
1194
+ u(n.$slots, "card-label")
1195
1195
  ], 38)
1196
1196
  ]));
1197
1197
  }
1198
1198
  });
1199
- const Kt = /* @__PURE__ */ v(Yt, [["__scopeId", "data-v-b50e8101"]]), Qt = (e) => (P("data-v-f5acdf7e"), e = e(), H(), e), Xt = { class: "event__wrapper" }, ea = { class: "event__headline" }, ta = { class: "event__date-location" }, aa = /* @__PURE__ */ Qt(() => /* @__PURE__ */ t("br", null, null, -1)), la = { class: "event__exhibitor" }, ia = /* @__PURE__ */ _({
1199
+ const Kt = /* @__PURE__ */ h(Yt, [["__scopeId", "data-v-b50e8101"]]), Qt = (e) => (P("data-v-f5acdf7e"), e = e(), H(), e), Xt = { class: "event__wrapper" }, ea = { class: "event__headline" }, ta = { class: "event__date-location" }, aa = /* @__PURE__ */ Qt(() => /* @__PURE__ */ t("br", null, null, -1)), la = { class: "event__exhibitor" }, ia = /* @__PURE__ */ m({
1200
1200
  __name: "event-card",
1201
1201
  props: {
1202
1202
  eventType: {
@@ -1221,25 +1221,25 @@ const Kt = /* @__PURE__ */ v(Yt, [["__scopeId", "data-v-b50e8101"]]), Qt = (e) =
1221
1221
  }
1222
1222
  },
1223
1223
  setup(e) {
1224
- return (l, a) => (i(), r("div", Xt, [
1224
+ return (a, l) => (i(), r("div", Xt, [
1225
1225
  k(F, {
1226
1226
  "label-dark": !1,
1227
1227
  text: e.eventType ? e.eventType : ""
1228
1228
  }, null, 8, ["text"]),
1229
- t("div", ea, d(e.headline), 1),
1229
+ t("div", ea, s(e.headline), 1),
1230
1230
  t("div", ta, [
1231
- O(d(e.dateTime), 1),
1231
+ O(s(e.dateTime), 1),
1232
1232
  aa,
1233
- O(d(e.location), 1)
1233
+ O(s(e.location), 1)
1234
1234
  ]),
1235
- t("div", la, "Exhibitor: " + d(e.exhibitor), 1)
1235
+ t("div", la, "Exhibitor: " + s(e.exhibitor), 1)
1236
1236
  ]));
1237
1237
  }
1238
1238
  });
1239
- const ra = /* @__PURE__ */ v(ia, [["__scopeId", "data-v-f5acdf7e"]]), oa = { class: "facts__wrapper" }, na = { class: "facts__content" }, sa = { class: "facts__headline" }, da = { class: "facts" }, ca = { class: "fact" }, ua = { class: "fact__value" }, ma = { class: "fact__metric" }, _a = {
1239
+ const ra = /* @__PURE__ */ h(ia, [["__scopeId", "data-v-f5acdf7e"]]), na = { class: "facts__wrapper" }, oa = { class: "facts__content" }, sa = { class: "facts__headline" }, da = { class: "facts" }, ca = { class: "fact" }, ua = { class: "fact__value" }, _a = { class: "fact__metric" }, ma = {
1240
1240
  key: 0,
1241
1241
  class: "facts__link"
1242
- }, va = /* @__PURE__ */ _({
1242
+ }, ha = /* @__PURE__ */ m({
1243
1243
  __name: "facts",
1244
1244
  props: {
1245
1245
  headline: {
@@ -1257,38 +1257,38 @@ const ra = /* @__PURE__ */ v(ia, [["__scopeId", "data-v-f5acdf7e"]]), oa = { cla
1257
1257
  }
1258
1258
  },
1259
1259
  setup(e) {
1260
- return (l, a) => (i(), r("div", oa, [
1261
- t("div", na, [
1262
- t("h2", sa, d(e.headline), 1),
1260
+ return (a, l) => (i(), r("div", na, [
1261
+ t("div", oa, [
1262
+ t("h2", sa, s(e.headline), 1),
1263
1263
  t("div", da, [
1264
- (i(!0), r(M, null, L(e.facts, (o) => (i(), r("div", ca, [
1264
+ (i(!0), r(M, null, A(e.facts, (n) => (i(), r("div", ca, [
1265
1265
  t("div", ua, [
1266
- t("span", null, d(o.value), 1)
1266
+ t("span", null, s(n.value), 1)
1267
1267
  ]),
1268
- t("div", ma, [
1269
- t("span", null, d(o.metric), 1)
1268
+ t("div", _a, [
1269
+ t("span", null, s(n.metric), 1)
1270
1270
  ])
1271
1271
  ]))), 256))
1272
1272
  ]),
1273
- e.link ? (i(), r("div", _a, [
1274
- k(A, {
1273
+ e.link ? (i(), r("div", ma, [
1274
+ k(L, {
1275
1275
  linkType: "regular-light",
1276
1276
  arrow: ""
1277
1277
  }, {
1278
1278
  default: $(() => [
1279
- u(l.$slots, "facts-link", {}, void 0, !0)
1279
+ u(a.$slots, "facts-link", {}, void 0, !0)
1280
1280
  ]),
1281
1281
  _: 3
1282
1282
  })
1283
- ])) : h("", !0)
1283
+ ])) : v("", !0)
1284
1284
  ])
1285
1285
  ]));
1286
1286
  }
1287
1287
  });
1288
- const ha = /* @__PURE__ */ v(va, [["__scopeId", "data-v-7fd89b0c"]]), ga = { class: "features__wrapper" }, fa = { class: "features__content" }, ya = {
1288
+ const va = /* @__PURE__ */ h(ha, [["__scopeId", "data-v-7fd89b0c"]]), ga = { class: "features__wrapper" }, fa = { class: "features__content" }, ya = {
1289
1289
  key: 0,
1290
1290
  class: "features__headline"
1291
- }, ba = { class: "features__body" }, pa = { class: "features__element" }, ka = { class: "element__headline" }, $a = { class: "element__body" }, wa = /* @__PURE__ */ _({
1291
+ }, ba = { class: "features__body" }, pa = { class: "features__element" }, ka = { class: "element__headline" }, $a = { class: "element__body" }, wa = /* @__PURE__ */ m({
1292
1292
  __name: "features",
1293
1293
  props: {
1294
1294
  headline: {
@@ -1303,38 +1303,38 @@ const ha = /* @__PURE__ */ v(va, [["__scopeId", "data-v-7fd89b0c"]]), ga = { cla
1303
1303
  }
1304
1304
  },
1305
1305
  setup(e) {
1306
- return (l, a) => (i(), r("div", ga, [
1306
+ return (a, l) => (i(), r("div", ga, [
1307
1307
  t("div", fa, [
1308
1308
  e.headline ? (i(), r("div", ya, [
1309
- t("h2", null, d(e.headline), 1)
1310
- ])) : h("", !0),
1309
+ t("h2", null, s(e.headline), 1)
1310
+ ])) : v("", !0),
1311
1311
  t("div", ba, [
1312
- u(l.$slots, "features-body", {}, void 0, !0)
1312
+ u(a.$slots, "features-body", {}, void 0, !0)
1313
1313
  ]),
1314
1314
  t("div", {
1315
1315
  class: c(["features__elements", [e.elements.length == 6 ? "features__elements--grid-6" : ""]])
1316
1316
  }, [
1317
- (i(!0), r(M, null, L(e.elements, (o) => (i(), r("div", pa, [
1317
+ (i(!0), r(M, null, A(e.elements, (n) => (i(), r("div", pa, [
1318
1318
  k(D, { class: "element__icon" }, {
1319
1319
  default: $(() => [
1320
- u(l.$slots, "features-icon", T(C({
1321
- src: o.icon.src,
1320
+ u(a.$slots, "features-icon", T(C({
1321
+ src: n.icon.src,
1322
1322
  height: 30,
1323
1323
  width: 30,
1324
- alt: o.icon.alt
1324
+ alt: n.icon.alt
1325
1325
  })), void 0, !0)
1326
1326
  ]),
1327
1327
  _: 2
1328
1328
  }, 1024),
1329
- t("p", ka, d(o.headline), 1),
1330
- t("p", $a, d(o.body), 1)
1329
+ t("p", ka, s(n.headline), 1),
1330
+ t("p", $a, s(n.body), 1)
1331
1331
  ]))), 256))
1332
1332
  ], 2)
1333
1333
  ])
1334
1334
  ]));
1335
1335
  }
1336
1336
  });
1337
- const xa = /* @__PURE__ */ v(wa, [["__scopeId", "data-v-782af0c4"]]), Sa = { class: "image__wrapper" }, Ia = { class: "image__content" }, qa = { class: "image__image" }, Ma = { class: "image__caption" }, Da = /* @__PURE__ */ _({
1337
+ const Sa = /* @__PURE__ */ h(wa, [["__scopeId", "data-v-782af0c4"]]), xa = { class: "image__wrapper" }, Ia = { class: "image__content" }, qa = { class: "image__image" }, Ma = { class: "image__caption" }, Da = /* @__PURE__ */ m({
1338
1338
  __name: "image",
1339
1339
  props: {
1340
1340
  caption: {
@@ -1351,22 +1351,22 @@ const xa = /* @__PURE__ */ v(wa, [["__scopeId", "data-v-782af0c4"]]), Sa = { cla
1351
1351
  }
1352
1352
  },
1353
1353
  setup(e) {
1354
- return (l, a) => (i(), r("div", Sa, [
1354
+ return (a, l) => (i(), r("div", xa, [
1355
1355
  t("div", Ia, [
1356
1356
  t("div", qa, [
1357
1357
  k(D, null, {
1358
1358
  default: $(() => [
1359
- u(l.$slots, "image", T(C({ width: 984, height: 554, src: e.src, alt: e.alt })))
1359
+ u(a.$slots, "image", T(C({ width: 984, height: 554, src: e.src, alt: e.alt })))
1360
1360
  ]),
1361
1361
  _: 3
1362
1362
  })
1363
1363
  ]),
1364
- t("p", Ma, d(e.caption), 1)
1364
+ t("p", Ma, s(e.caption), 1)
1365
1365
  ])
1366
1366
  ]));
1367
1367
  }
1368
1368
  });
1369
- const Ba = /* @__PURE__ */ v(Da, [["__scopeId", "data-v-6dde0544"]]), Aa = { class: "gallery__large" }, La = {
1369
+ const Ba = /* @__PURE__ */ h(Da, [["__scopeId", "data-v-6dde0544"]]), La = { class: "gallery__large" }, Aa = {
1370
1370
  key: 0,
1371
1371
  class: "image image--large"
1372
1372
  }, Ta = {
@@ -1375,7 +1375,7 @@ const Ba = /* @__PURE__ */ v(Da, [["__scopeId", "data-v-6dde0544"]]), Aa = { cla
1375
1375
  }, Ca = { class: "image image--small" }, ja = {
1376
1376
  key: 0,
1377
1377
  class: "body"
1378
- }, Na = /* @__PURE__ */ _({
1378
+ }, Na = /* @__PURE__ */ m({
1379
1379
  __name: "image-gallery",
1380
1380
  props: {
1381
1381
  mediaLarge: {
@@ -1414,7 +1414,7 @@ const Ba = /* @__PURE__ */ v(Da, [["__scopeId", "data-v-6dde0544"]]), Aa = { cla
1414
1414
  }
1415
1415
  },
1416
1416
  setup(e) {
1417
- return (l, a) => (i(), r("div", {
1417
+ return (a, l) => (i(), r("div", {
1418
1418
  class: c([
1419
1419
  "gallery__wrapper",
1420
1420
  e.bgColor === "light" ? "gallery__wrapper--light" : e.bgColor === "dark" ? "gallery__wrapper--dark" : ""
@@ -1426,11 +1426,11 @@ const Ba = /* @__PURE__ */ v(Da, [["__scopeId", "data-v-6dde0544"]]), Aa = { cla
1426
1426
  e.flipHorizontal ? "gallery__content--reverse" : "gallery__content--default"
1427
1427
  ])
1428
1428
  }, [
1429
- t("div", Aa, [
1430
- e.mediaLarge && e.mediaType === "image" ? (i(), r("div", La, [
1429
+ t("div", La, [
1430
+ e.mediaLarge && e.mediaType === "image" ? (i(), r("div", Aa, [
1431
1431
  k(D, null, {
1432
1432
  default: $(() => [
1433
- u(l.$slots, "image-large", T(C({
1433
+ u(a.$slots, "image-large", T(C({
1434
1434
  width: 617,
1435
1435
  height: 530,
1436
1436
  src: e.mediaLarge.src,
@@ -1439,7 +1439,7 @@ const Ba = /* @__PURE__ */ v(Da, [["__scopeId", "data-v-6dde0544"]]), Aa = { cla
1439
1439
  ]),
1440
1440
  _: 3
1441
1441
  })
1442
- ])) : h("", !0),
1442
+ ])) : v("", !0),
1443
1443
  e.mediaLarge && e.mediaType === "video" ? (i(), r("div", Ta, [
1444
1444
  k(E, {
1445
1445
  src: e.mediaLarge.src,
@@ -1453,37 +1453,37 @@ const Ba = /* @__PURE__ */ v(Da, [["__scopeId", "data-v-6dde0544"]]), Aa = { cla
1453
1453
  muted: !0,
1454
1454
  play: !0
1455
1455
  }, null, 8, ["src", "ariaLabel"])
1456
- ])) : h("", !0)
1456
+ ])) : v("", !0)
1457
1457
  ]),
1458
1458
  t("div", {
1459
- style: ne([e.mediaSmall.length == 2 ? "grid-gap: 38px;" : ""]),
1459
+ style: oe([e.mediaSmall.length == 2 ? "grid-gap: 38px;" : ""]),
1460
1460
  class: c([
1461
1461
  "gallery__small",
1462
1462
  e.flipVertical ? "gallery__small--reverse" : "gallery__small--default"
1463
1463
  ])
1464
1464
  }, [
1465
- (i(!0), r(M, null, L(e.mediaSmall, (o) => (i(), r("div", Ca, [
1465
+ (i(!0), r(M, null, A(e.mediaSmall, (n) => (i(), r("div", Ca, [
1466
1466
  k(D, null, {
1467
1467
  default: $(() => [
1468
- u(l.$slots, "image-small", T(C({
1468
+ u(a.$slots, "image-small", T(C({
1469
1469
  width: 328,
1470
1470
  height: 246,
1471
- src: o.src,
1472
- alt: o.alt
1471
+ src: n.src,
1472
+ alt: n.alt
1473
1473
  })))
1474
1474
  ]),
1475
1475
  _: 2
1476
1476
  }, 1024)
1477
1477
  ]))), 256)),
1478
1478
  e.mediaSmall.length < 2 ? (i(), r("div", ja, [
1479
- t("p", null, d(e.body), 1)
1480
- ])) : h("", !0)
1479
+ t("p", null, s(e.body), 1)
1480
+ ])) : v("", !0)
1481
1481
  ], 6)
1482
1482
  ], 2)
1483
1483
  ], 2));
1484
1484
  }
1485
1485
  });
1486
- const za = /* @__PURE__ */ v(Na, [["__scopeId", "data-v-047e5de9"]]), Va = { class: "headline__wrapper" }, Oa = { class: "headline__h1" }, Pa = /* @__PURE__ */ _({
1486
+ const za = /* @__PURE__ */ h(Na, [["__scopeId", "data-v-047e5de9"]]), Va = { class: "headline__wrapper" }, Oa = { class: "headline__h1" }, Pa = /* @__PURE__ */ m({
1487
1487
  __name: "headline",
1488
1488
  props: {
1489
1489
  headline: {
@@ -1500,18 +1500,18 @@ const za = /* @__PURE__ */ v(Na, [["__scopeId", "data-v-047e5de9"]]), Va = { cla
1500
1500
  }
1501
1501
  },
1502
1502
  setup(e) {
1503
- return (l, a) => (i(), r("div", Va, [
1503
+ return (a, l) => (i(), r("div", Va, [
1504
1504
  t("div", {
1505
1505
  class: c([
1506
1506
  e.article ? "headline__content--article" : e.noSubMenu ? "headline__content--nosubmenu" : "headline__content--default"
1507
1507
  ])
1508
1508
  }, [
1509
- t("h1", Oa, d(e.headline), 1)
1509
+ t("h1", Oa, s(e.headline), 1)
1510
1510
  ], 2)
1511
1511
  ]));
1512
1512
  }
1513
1513
  });
1514
- const Ha = /* @__PURE__ */ v(Pa, [["__scopeId", "data-v-931bc5aa"]]), Za = { class: "micro-stories__splide" }, Ea = /* @__PURE__ */ _({
1514
+ const Ha = /* @__PURE__ */ h(Pa, [["__scopeId", "data-v-931bc5aa"]]), Za = { class: "micro-stories__splide" }, Ea = /* @__PURE__ */ m({
1515
1515
  __name: "micro-stories",
1516
1516
  props: {
1517
1517
  stories: {
@@ -1534,20 +1534,20 @@ const Ha = /* @__PURE__ */ v(Pa, [["__scopeId", "data-v-931bc5aa"]]), Za = { cla
1534
1534
  }
1535
1535
  },
1536
1536
  setup(e) {
1537
- return (l, a) => (i(), r("div", {
1537
+ return (a, l) => (i(), r("div", {
1538
1538
  class: c([
1539
1539
  "micro-stories__wrapper",
1540
1540
  e.bgColor == "white" ? "micro-stories__wrapper--white" : (e.bgColor == "blue", "micro-stories__wrapper--blue")
1541
1541
  ])
1542
1542
  }, [
1543
1543
  t("div", Za, [
1544
- u(l.$slots, "micro-stories-slides")
1544
+ u(a.$slots, "micro-stories-slides")
1545
1545
  ]),
1546
- u(l.$slots, "micro-stories-controls")
1546
+ u(a.$slots, "micro-stories-controls")
1547
1547
  ], 2));
1548
1548
  }
1549
1549
  });
1550
- const Ra = { class: "product-hero__wrapper" }, Ua = { class: "product-hero__content" }, Wa = { class: "product-hero__headline" }, Fa = { class: "product-hero__video" }, Ga = /* @__PURE__ */ _({
1550
+ const Ra = { class: "product-hero__wrapper" }, Ua = { class: "product-hero__content" }, Wa = { class: "product-hero__headline" }, Fa = { class: "product-hero__video" }, Ga = /* @__PURE__ */ m({
1551
1551
  __name: "product-hero",
1552
1552
  props: {
1553
1553
  headline: {
@@ -1572,10 +1572,10 @@ const Ra = { class: "product-hero__wrapper" }, Ua = { class: "product-hero__cont
1572
1572
  }
1573
1573
  },
1574
1574
  setup(e) {
1575
- return (l, a) => (i(), r("div", Ra, [
1575
+ return (a, l) => (i(), r("div", Ra, [
1576
1576
  t("div", Ua, [
1577
1577
  t("div", Wa, [
1578
- t("h1", null, d(e.headline), 1)
1578
+ t("h1", null, s(e.headline), 1)
1579
1579
  ]),
1580
1580
  t("div", Fa, [
1581
1581
  k(E, {
@@ -1594,7 +1594,7 @@ const Ra = { class: "product-hero__wrapper" }, Ua = { class: "product-hero__cont
1594
1594
  ]));
1595
1595
  }
1596
1596
  });
1597
- const Ja = /* @__PURE__ */ v(Ga, [["__scopeId", "data-v-e492048b"]]), Ya = { class: "promo__content" }, Ka = /* @__PURE__ */ _({
1597
+ const Ja = /* @__PURE__ */ h(Ga, [["__scopeId", "data-v-e492048b"]]), Ya = { class: "promo__content" }, Ka = /* @__PURE__ */ m({
1598
1598
  __name: "promo",
1599
1599
  props: {
1600
1600
  label: {
@@ -1637,13 +1637,17 @@ const Ja = /* @__PURE__ */ v(Ga, [["__scopeId", "data-v-e492048b"]]), Ya = { cla
1637
1637
  type: String,
1638
1638
  default: "link",
1639
1639
  validator: (e) => ["link", "button"].includes(e)
1640
+ },
1641
+ teaser: {
1642
+ type: Boolean
1640
1643
  }
1641
1644
  },
1642
1645
  setup(e) {
1643
- return (l, a) => (i(), r("div", {
1646
+ return (a, l) => (i(), r("div", {
1644
1647
  class: c([
1645
1648
  "promo__wrapper",
1646
- e.variant === "dark" ? "promo__wrapper--dark" : e.variant === "light" ? "promo__wrapper--light" : ""
1649
+ e.variant === "dark" ? "promo__wrapper--dark" : e.variant === "light" ? "promo__wrapper--light" : "",
1650
+ e.teaser ? "promo__wrapper--teaser" : ""
1647
1651
  ])
1648
1652
  }, [
1649
1653
  t("div", Ya, [
@@ -1656,11 +1660,11 @@ const Ja = /* @__PURE__ */ v(Ga, [["__scopeId", "data-v-e492048b"]]), Ya = { cla
1656
1660
  }, [
1657
1661
  k(D, null, {
1658
1662
  default: $(() => [
1659
- u(l.$slots, "promo-image", T(C({ src: e.src, width: 1920, alt: e.alt, height: 1080 })))
1663
+ u(a.$slots, "promo-image", T(C({ src: e.src, width: 1920, alt: e.alt, height: 1080 })))
1660
1664
  ]),
1661
1665
  _: 3
1662
1666
  })
1663
- ], 2)) : h("", !0),
1667
+ ], 2)) : v("", !0),
1664
1668
  e.mediaType === "video" ? (i(), r("div", {
1665
1669
  key: 1,
1666
1670
  class: c([
@@ -1679,7 +1683,7 @@ const Ja = /* @__PURE__ */ v(Ga, [["__scopeId", "data-v-e492048b"]]), Ya = { cla
1679
1683
  play: !0,
1680
1684
  poster: e.fallbackImage
1681
1685
  }, null, 8, ["src", "ariaLabel", "poster"])
1682
- ], 2)) : h("", !0),
1686
+ ], 2)) : v("", !0),
1683
1687
  t("div", {
1684
1688
  class: c([
1685
1689
  "promo__text",
@@ -1690,41 +1694,41 @@ const Ja = /* @__PURE__ */ v(Ga, [["__scopeId", "data-v-e492048b"]]), Ya = { cla
1690
1694
  key: 0,
1691
1695
  text: e.label,
1692
1696
  labelDark: e.variant === "dark"
1693
- }, null, 8, ["text", "labelDark"])) : h("", !0),
1697
+ }, null, 8, ["text", "labelDark"])) : v("", !0),
1694
1698
  t("h3", {
1695
1699
  class: c([
1696
1700
  "promo__title",
1697
1701
  e.variant === "dark" ? "promo__title--dark" : ""
1698
1702
  ])
1699
- }, d(e.headline), 3),
1700
- e.linkType === "link" ? (i(), j(A, {
1703
+ }, s(e.headline), 3),
1704
+ e.linkType === "link" ? (i(), j(L, {
1701
1705
  key: 1,
1702
1706
  linkType: e.variant === "dark" ? "regular-dark" : (e.variant === "light", "regular-light"),
1703
1707
  arrow: ""
1704
1708
  }, {
1705
1709
  default: $(() => [
1706
- u(l.$slots, "promo-link")
1710
+ u(a.$slots, "promo-link")
1707
1711
  ]),
1708
1712
  _: 3
1709
- }, 8, ["linkType"])) : h("", !0),
1710
- e.linkType === "button" ? (i(), j(A, {
1713
+ }, 8, ["linkType"])) : v("", !0),
1714
+ e.linkType === "button" ? (i(), j(L, {
1711
1715
  key: 2,
1712
1716
  linkType: e.variant === "dark" ? "secondary-dark" : (e.variant === "light", "secondary")
1713
1717
  }, {
1714
1718
  default: $(() => [
1715
- u(l.$slots, "promo-link")
1719
+ u(a.$slots, "promo-link")
1716
1720
  ]),
1717
1721
  _: 3
1718
- }, 8, ["linkType"])) : h("", !0)
1722
+ }, 8, ["linkType"])) : v("", !0)
1719
1723
  ], 2)
1720
1724
  ])
1721
1725
  ], 2));
1722
1726
  }
1723
1727
  });
1724
- const Qa = /* @__PURE__ */ v(Ka, [["__scopeId", "data-v-06964f7d"]]), Xa = (e) => (P("data-v-3cc55dbf"), e = e(), H(), e), el = { class: "quote__wrapper" }, tl = { class: "quote__content" }, al = /* @__PURE__ */ Xa(() => /* @__PURE__ */ t("p", { class: "quote__quote-mark" }, "“", -1)), ll = { class: "quote__quote" }, il = { class: "quote__quote-text" }, rl = { class: "quote__author" }, ol = {
1728
+ const Qa = /* @__PURE__ */ h(Ka, [["__scopeId", "data-v-0b0e5708"]]), Xa = (e) => (P("data-v-3cc55dbf"), e = e(), H(), e), el = { class: "quote__wrapper" }, tl = { class: "quote__content" }, al = /* @__PURE__ */ Xa(() => /* @__PURE__ */ t("p", { class: "quote__quote-mark" }, "“", -1)), ll = { class: "quote__quote" }, il = { class: "quote__quote-text" }, rl = { class: "quote__author" }, nl = {
1725
1729
  key: 0,
1726
1730
  class: "quote__image"
1727
- }, nl = { class: "quote__text" }, sl = { class: "quote__author-name" }, dl = { class: "quote__author-title" }, cl = /* @__PURE__ */ _({
1731
+ }, ol = { class: "quote__text" }, sl = { class: "quote__author-name" }, dl = { class: "quote__author-title" }, cl = /* @__PURE__ */ m({
1728
1732
  __name: "quote",
1729
1733
  props: {
1730
1734
  quote: {
@@ -1745,16 +1749,16 @@ const Qa = /* @__PURE__ */ v(Ka, [["__scopeId", "data-v-06964f7d"]]), Xa = (e) =
1745
1749
  }
1746
1750
  },
1747
1751
  setup(e) {
1748
- return (l, a) => (i(), r("div", el, [
1752
+ return (a, l) => (i(), r("div", el, [
1749
1753
  t("div", tl, [
1750
1754
  al,
1751
1755
  t("div", ll, [
1752
- t("p", il, d(e.quote), 1),
1756
+ t("p", il, s(e.quote), 1),
1753
1757
  t("div", rl, [
1754
- e.authorImage ? (i(), r("div", ol, [
1758
+ e.authorImage ? (i(), r("div", nl, [
1755
1759
  k(D, null, {
1756
1760
  default: $(() => [
1757
- u(l.$slots, "author-image", T(C({
1761
+ u(a.$slots, "author-image", T(C({
1758
1762
  src: e.authorImage + "/m/100x100",
1759
1763
  width: 60,
1760
1764
  height: 60
@@ -1762,10 +1766,10 @@ const Qa = /* @__PURE__ */ v(Ka, [["__scopeId", "data-v-06964f7d"]]), Xa = (e) =
1762
1766
  ]),
1763
1767
  _: 3
1764
1768
  })
1765
- ])) : h("", !0),
1766
- t("div", nl, [
1767
- t("p", sl, d(e.author), 1),
1768
- t("p", dl, d(e.authorTitle), 1)
1769
+ ])) : v("", !0),
1770
+ t("div", ol, [
1771
+ t("p", sl, s(e.author), 1),
1772
+ t("p", dl, s(e.authorTitle), 1)
1769
1773
  ])
1770
1774
  ])
1771
1775
  ])
@@ -1773,13 +1777,13 @@ const Qa = /* @__PURE__ */ v(Ka, [["__scopeId", "data-v-06964f7d"]]), Xa = (e) =
1773
1777
  ]));
1774
1778
  }
1775
1779
  });
1776
- const ul = /* @__PURE__ */ v(cl, [["__scopeId", "data-v-3cc55dbf"]]), ml = { class: "rich-text__wrapper" }, _l = {
1780
+ const ul = /* @__PURE__ */ h(cl, [["__scopeId", "data-v-3cc55dbf"]]), _l = { class: "rich-text__wrapper" }, ml = {
1777
1781
  key: 0,
1778
1782
  class: "rich-text__links"
1779
- }, vl = {
1783
+ }, hl = {
1780
1784
  key: 0,
1781
1785
  class: "rich-text__bullet-list"
1782
- }, hl = /* @__PURE__ */ _({
1786
+ }, vl = /* @__PURE__ */ m({
1783
1787
  __name: "rich-text",
1784
1788
  props: {
1785
1789
  headline: {
@@ -1814,25 +1818,25 @@ const ul = /* @__PURE__ */ v(cl, [["__scopeId", "data-v-3cc55dbf"]]), ml = { cla
1814
1818
  }
1815
1819
  },
1816
1820
  setup(e) {
1817
- return (l, a) => (i(), r("div", {
1821
+ return (a, l) => (i(), r("div", {
1818
1822
  class: c([
1819
1823
  "rich-text",
1820
1824
  e.bgColor === "blue" ? "rich-text--blue" : "rich-text--white"
1821
1825
  ])
1822
1826
  }, [
1823
- t("div", ml, [
1827
+ t("div", _l, [
1824
1828
  e.label ? (i(), j(F, {
1825
1829
  key: 0,
1826
1830
  text: e.label,
1827
1831
  labelDark: !1
1828
- }, null, 8, ["text"])) : h("", !0),
1832
+ }, null, 8, ["text"])) : v("", !0),
1829
1833
  e.headline ? (i(), r("h2", {
1830
1834
  key: 1,
1831
1835
  class: c([
1832
1836
  "rich-text__headline",
1833
1837
  e.leftAligned || e.bulletList || e.image ? "rich-text__headline--left-aligned" : "rich-text__headline--centered"
1834
1838
  ])
1835
- }, d(e.headline), 3)) : h("", !0),
1839
+ }, s(e.headline), 3)) : v("", !0),
1836
1840
  t("div", {
1837
1841
  class: c([
1838
1842
  "rich-text__content",
@@ -1845,14 +1849,14 @@ const ul = /* @__PURE__ */ v(cl, [["__scopeId", "data-v-3cc55dbf"]]), ml = { cla
1845
1849
  e.bulletList || e.image ? "rich-text__body--content-right" : ""
1846
1850
  ])
1847
1851
  }, [
1848
- u(l.$slots, "rich-text-content"),
1849
- e.links ? (i(), r("div", _l, [
1850
- u(l.$slots, "rich-text-links")
1851
- ])) : h("", !0)
1852
+ u(a.$slots, "rich-text-content"),
1853
+ e.links ? (i(), r("div", ml, [
1854
+ u(a.$slots, "rich-text-links")
1855
+ ])) : v("", !0)
1852
1856
  ], 2),
1853
- e.bulletList ? (i(), r("div", vl, [
1854
- u(l.$slots, "rich-text-bullet-list")
1855
- ])) : h("", !0),
1857
+ e.bulletList ? (i(), r("div", hl, [
1858
+ u(a.$slots, "rich-text-bullet-list")
1859
+ ])) : v("", !0),
1856
1860
  e.image ? (i(), r("div", {
1857
1861
  key: 1,
1858
1862
  class: c([
@@ -1862,20 +1866,20 @@ const ul = /* @__PURE__ */ v(cl, [["__scopeId", "data-v-3cc55dbf"]]), ml = { cla
1862
1866
  }, [
1863
1867
  k(D, null, {
1864
1868
  default: $(() => [
1865
- u(l.$slots, "rich-text-image", T(C({ width: 865, height: 307 })))
1869
+ u(a.$slots, "rich-text-image", T(C({ width: 865, height: 307 })))
1866
1870
  ]),
1867
1871
  _: 3
1868
1872
  })
1869
- ], 2)) : h("", !0)
1873
+ ], 2)) : v("", !0)
1870
1874
  ], 2)
1871
1875
  ])
1872
1876
  ], 2));
1873
1877
  }
1874
1878
  });
1875
- const gl = /* @__PURE__ */ v(hl, [["__scopeId", "data-v-af32c667"]]), fl = { class: "triple-card-display__wrapper" }, yl = {
1879
+ const gl = /* @__PURE__ */ h(vl, [["__scopeId", "data-v-af32c667"]]), fl = { class: "triple-card-display__wrapper" }, yl = {
1876
1880
  key: 0,
1877
1881
  class: "triple-card__content"
1878
- }, bl = { key: 0 }, pl = { key: 1 }, kl = { class: "triple-card__cards" }, $l = /* @__PURE__ */ _({
1882
+ }, bl = { key: 0 }, pl = { key: 1 }, kl = { class: "triple-card__cards" }, $l = /* @__PURE__ */ m({
1879
1883
  __name: "triple-card-display",
1880
1884
  props: {
1881
1885
  headline: {
@@ -1892,7 +1896,7 @@ const gl = /* @__PURE__ */ v(hl, [["__scopeId", "data-v-af32c667"]]), fl = { cla
1892
1896
  }
1893
1897
  },
1894
1898
  setup(e) {
1895
- return (l, a) => (i(), r("div", {
1899
+ return (a, l) => (i(), r("div", {
1896
1900
  class: c([
1897
1901
  "triple-card-display",
1898
1902
  e.bgColor === "blue" ? "triple-card-display--blue" : "triple-card-display--white"
@@ -1900,23 +1904,23 @@ const gl = /* @__PURE__ */ v(hl, [["__scopeId", "data-v-af32c667"]]), fl = { cla
1900
1904
  }, [
1901
1905
  t("div", fl, [
1902
1906
  e.headline || e.paragraph ? (i(), r("div", yl, [
1903
- e.headline ? (i(), r("h2", bl, d(e.headline), 1)) : h("", !0),
1904
- e.paragraph ? (i(), r("p", pl, d(e.paragraph), 1)) : h("", !0)
1905
- ])) : h("", !0),
1907
+ e.headline ? (i(), r("h2", bl, s(e.headline), 1)) : v("", !0),
1908
+ e.paragraph ? (i(), r("p", pl, s(e.paragraph), 1)) : v("", !0)
1909
+ ])) : v("", !0),
1906
1910
  t("div", kl, [
1907
- u(l.$slots, "triple-card-display-cards", {}, void 0, !0)
1911
+ u(a.$slots, "triple-card-display-cards", {}, void 0, !0)
1908
1912
  ])
1909
1913
  ])
1910
1914
  ], 2));
1911
1915
  }
1912
1916
  });
1913
- const wl = /* @__PURE__ */ v($l, [["__scopeId", "data-v-10340ac8"]]), xl = { class: "vimeo" }, Sl = { class: "vimeo__wrapper" }, Il = {
1917
+ const wl = /* @__PURE__ */ h($l, [["__scopeId", "data-v-10340ac8"]]), Sl = { class: "vimeo" }, xl = { class: "vimeo__wrapper" }, Il = {
1914
1918
  key: 0,
1915
1919
  class: "vimeo__headline"
1916
1920
  }, ql = {
1917
1921
  key: 1,
1918
1922
  class: "vimeo__description"
1919
- }, Ml = /* @__PURE__ */ _({
1923
+ }, Ml = /* @__PURE__ */ m({
1920
1924
  __name: "vimeo",
1921
1925
  props: {
1922
1926
  headline: {
@@ -1927,16 +1931,16 @@ const wl = /* @__PURE__ */ v($l, [["__scopeId", "data-v-10340ac8"]]), xl = { cla
1927
1931
  }
1928
1932
  },
1929
1933
  setup(e) {
1930
- return (l, a) => (i(), r("div", xl, [
1931
- t("div", Sl, [
1932
- e.headline ? (i(), r("h2", Il, d(e.headline), 1)) : h("", !0),
1933
- u(l.$slots, "vimeo-content", {}, void 0, !0),
1934
- e.description ? (i(), r("p", ql, d(e.description), 1)) : h("", !0)
1934
+ return (a, l) => (i(), r("div", Sl, [
1935
+ t("div", xl, [
1936
+ e.headline ? (i(), r("h2", Il, s(e.headline), 1)) : v("", !0),
1937
+ u(a.$slots, "vimeo-content", {}, void 0, !0),
1938
+ e.description ? (i(), r("p", ql, s(e.description), 1)) : v("", !0)
1935
1939
  ])
1936
1940
  ]));
1937
1941
  }
1938
1942
  });
1939
- const Dl = /* @__PURE__ */ v(Ml, [["__scopeId", "data-v-2fc0faf9"]]), Bl = { class: "not-found__wrapper" }, Al = { class: "not-found__content" }, Ll = { class: "not-found__headline" }, Tl = { class: "not-found__body" }, Cl = /* @__PURE__ */ _({
1943
+ const Dl = /* @__PURE__ */ h(Ml, [["__scopeId", "data-v-2fc0faf9"]]), Bl = { class: "not-found__wrapper" }, Ll = { class: "not-found__content" }, Al = { class: "not-found__headline" }, Tl = { class: "not-found__body" }, Cl = /* @__PURE__ */ m({
1940
1944
  __name: "404",
1941
1945
  props: {
1942
1946
  headline: {
@@ -1945,17 +1949,17 @@ const Dl = /* @__PURE__ */ v(Ml, [["__scopeId", "data-v-2fc0faf9"]]), Bl = { cla
1945
1949
  }
1946
1950
  },
1947
1951
  setup(e) {
1948
- return (l, a) => (i(), r("div", Bl, [
1949
- t("div", Al, [
1950
- t("h1", Ll, d(e.headline), 1),
1952
+ return (a, l) => (i(), r("div", Bl, [
1953
+ t("div", Ll, [
1954
+ t("h1", Al, s(e.headline), 1),
1951
1955
  t("div", Tl, [
1952
- u(l.$slots, "not-found-body", {}, void 0, !0)
1956
+ u(a.$slots, "not-found-body", {}, void 0, !0)
1953
1957
  ])
1954
1958
  ])
1955
1959
  ]));
1956
1960
  }
1957
1961
  });
1958
- const jl = /* @__PURE__ */ v(Cl, [["__scopeId", "data-v-c2038fe4"]]), Nl = { class: "filter__wrapper" }, zl = { class: "filter__content" }, Vl = { class: "filter__dropdowns" }, Ol = { class: "filter__chips" }, Pl = /* @__PURE__ */ _({
1962
+ const jl = /* @__PURE__ */ h(Cl, [["__scopeId", "data-v-c2038fe4"]]), Nl = { class: "filter__wrapper" }, zl = { class: "filter__content" }, Vl = { class: "filter__dropdowns" }, Ol = { class: "filter__chips" }, Pl = /* @__PURE__ */ m({
1959
1963
  __name: "filter",
1960
1964
  props: {
1961
1965
  hasChips: {
@@ -1965,27 +1969,27 @@ const jl = /* @__PURE__ */ v(Cl, [["__scopeId", "data-v-c2038fe4"]]), Nl = { cla
1965
1969
  },
1966
1970
  emits: ["clearFilters"],
1967
1971
  setup(e) {
1968
- return (l, a) => (i(), r("div", Nl, [
1972
+ return (a, l) => (i(), r("div", Nl, [
1969
1973
  t("div", zl, [
1970
1974
  t("div", Vl, [
1971
- u(l.$slots, "filter-dropdowns", {}, void 0, !0)
1975
+ u(a.$slots, "filter-dropdowns", {}, void 0, !0)
1972
1976
  ]),
1973
1977
  t("div", Ol, [
1974
- u(l.$slots, "filter-chips", {}, void 0, !0),
1978
+ u(a.$slots, "filter-chips", {}, void 0, !0),
1975
1979
  e.hasChips ? (i(), r("button", {
1976
1980
  key: 0,
1977
1981
  class: "filter__clear",
1978
- onClick: a[0] || (a[0] = (o) => l.$emit("clearFilters"))
1979
- }, " Remove all filters ")) : h("", !0)
1982
+ onClick: l[0] || (l[0] = (n) => a.$emit("clearFilters"))
1983
+ }, " Remove all filters ")) : v("", !0)
1980
1984
  ])
1981
1985
  ])
1982
1986
  ]));
1983
1987
  }
1984
1988
  });
1985
- const Hl = /* @__PURE__ */ v(Pl, [["__scopeId", "data-v-cf46dae2"]]), z = (e) => (P("data-v-1da7210c"), e = e(), H(), e), Zl = { class: "footer__wrapper" }, El = { class: "footer__content" }, Rl = { class: "footer__sections" }, Ul = { class: "section" }, Wl = { class: "section__title" }, Fl = { class: "section__list" }, Gl = { class: "section" }, Jl = /* @__PURE__ */ z(() => /* @__PURE__ */ t("span", { class: "section__title" }, "Mobile Industrial Robots A/S", -1)), Yl = /* @__PURE__ */ z(() => /* @__PURE__ */ t("span", null, "Emil Neckelmanns Vej 15F", -1)), Kl = /* @__PURE__ */ z(() => /* @__PURE__ */ t("span", null, "DK-5220 Odense SØ", -1)), Ql = /* @__PURE__ */ z(() => /* @__PURE__ */ t("br", null, null, -1)), Xl = /* @__PURE__ */ z(() => /* @__PURE__ */ t("a", { href: "mailto:mail@mir-robots.com" }, "mail@mir-robots.com", -1)), ei = /* @__PURE__ */ z(() => /* @__PURE__ */ t("a", { href: "tel:+4520377577" }, "+45 20 377 577", -1)), ti = { class: "footer__bottom" }, ai = { class: "footer__copyright-policy" }, li = { class: "copyright" }, ii = /* @__PURE__ */ z(() => /* @__PURE__ */ t("a", { href: "" }, [
1989
+ const Hl = /* @__PURE__ */ h(Pl, [["__scopeId", "data-v-cf46dae2"]]), z = (e) => (P("data-v-1da7210c"), e = e(), H(), e), Zl = { class: "footer__wrapper" }, El = { class: "footer__content" }, Rl = { class: "footer__sections" }, Ul = { class: "section" }, Wl = { class: "section__title" }, Fl = { class: "section__list" }, Gl = { class: "section" }, Jl = /* @__PURE__ */ z(() => /* @__PURE__ */ t("span", { class: "section__title" }, "Mobile Industrial Robots A/S", -1)), Yl = /* @__PURE__ */ z(() => /* @__PURE__ */ t("span", null, "Emil Neckelmanns Vej 15F", -1)), Kl = /* @__PURE__ */ z(() => /* @__PURE__ */ t("span", null, "DK-5220 Odense SØ", -1)), Ql = /* @__PURE__ */ z(() => /* @__PURE__ */ t("br", null, null, -1)), Xl = /* @__PURE__ */ z(() => /* @__PURE__ */ t("a", { href: "mailto:mail@mir-robots.com" }, "mail@mir-robots.com", -1)), ei = /* @__PURE__ */ z(() => /* @__PURE__ */ t("a", { href: "tel:+4520377577" }, "+45 20 377 577", -1)), ti = { class: "footer__bottom" }, ai = { class: "footer__copyright-policy" }, li = { class: "copyright" }, ii = /* @__PURE__ */ z(() => /* @__PURE__ */ t("a", { href: "" }, [
1986
1990
  /* @__PURE__ */ t("i", { class: "change-region" }),
1987
1991
  /* @__PURE__ */ O("Change region")
1988
- ], -1)), ri = { class: "footer__social" }, oi = ["href", "aria-label"], ni = /* @__PURE__ */ _({
1992
+ ], -1)), ri = { class: "footer__social" }, ni = ["href", "aria-label"], oi = /* @__PURE__ */ m({
1989
1993
  __name: "footer",
1990
1994
  props: {
1991
1995
  footerSections: {
@@ -2002,27 +2006,27 @@ const Hl = /* @__PURE__ */ v(Pl, [["__scopeId", "data-v-cf46dae2"]]), z = (e) =>
2002
2006
  type: Array,
2003
2007
  default: [],
2004
2008
  validator: (e) => {
2005
- const l = [
2009
+ const a = [
2006
2010
  "linkedin",
2007
2011
  "facebook",
2008
2012
  "instagram",
2009
2013
  "twitter",
2010
2014
  "youtube"
2011
2015
  ];
2012
- return e.every((a) => l.includes(a.title));
2016
+ return e.every((l) => a.includes(l.title));
2013
2017
  }
2014
2018
  }
2015
2019
  },
2016
2020
  setup(e) {
2017
- return (l, a) => (i(), r("div", Zl, [
2021
+ return (a, l) => (i(), r("div", Zl, [
2018
2022
  t("footer", El, [
2019
2023
  t("div", Rl, [
2020
- (i(!0), r(M, null, L(e.footerSections, (o) => (i(), r("div", Ul, [
2021
- t("span", Wl, d(o.title), 1),
2024
+ (i(!0), r(M, null, A(e.footerSections, (n) => (i(), r("div", Ul, [
2025
+ t("span", Wl, s(n.title), 1),
2022
2026
  t("nav", null, [
2023
2027
  t("ul", Fl, [
2024
- u(l.$slots, "section-links", {
2025
- links: o.links
2028
+ u(a.$slots, "section-links", {
2029
+ links: n.links
2026
2030
  })
2027
2031
  ])
2028
2032
  ])
@@ -2033,7 +2037,7 @@ const Hl = /* @__PURE__ */ v(Pl, [["__scopeId", "data-v-cf46dae2"]]), z = (e) =>
2033
2037
  Yl,
2034
2038
  Kl,
2035
2039
  Ql,
2036
- k(A, {
2040
+ k(L, {
2037
2041
  class: "footer__contact",
2038
2042
  linkType: "regular-light",
2039
2043
  underline: "false"
@@ -2043,7 +2047,7 @@ const Hl = /* @__PURE__ */ v(Pl, [["__scopeId", "data-v-cf46dae2"]]), z = (e) =>
2043
2047
  ]),
2044
2048
  _: 1
2045
2049
  }),
2046
- k(A, {
2050
+ k(L, {
2047
2051
  class: "footer__contact",
2048
2052
  linkType: "regular-light",
2049
2053
  underline: "false"
@@ -2058,34 +2062,34 @@ const Hl = /* @__PURE__ */ v(Pl, [["__scopeId", "data-v-cf46dae2"]]), z = (e) =>
2058
2062
  ]),
2059
2063
  t("div", ti, [
2060
2064
  t("div", ai, [
2061
- t("p", li, "© MiR " + d((/* @__PURE__ */ new Date()).getFullYear()), 1),
2062
- k(A, { linkType: "regular-light" }, {
2065
+ t("p", li, "© MiR " + s((/* @__PURE__ */ new Date()).getFullYear()), 1),
2066
+ k(L, { linkType: "regular-light" }, {
2063
2067
  default: $(() => [
2064
2068
  ii
2065
2069
  ]),
2066
2070
  _: 1
2067
2071
  }),
2068
- u(l.$slots, "footer-privacy-link"),
2069
- u(l.$slots, "footer-cookie-link")
2072
+ u(a.$slots, "footer-privacy-link"),
2073
+ u(a.$slots, "footer-cookie-link")
2070
2074
  ]),
2071
2075
  t("div", ri, [
2072
- (i(!0), r(M, null, L(e.socialMedia, (o) => (i(), j(A, {
2076
+ (i(!0), r(M, null, A(e.socialMedia, (n) => (i(), j(L, {
2073
2077
  underline: "false",
2074
2078
  linkType: "regular"
2075
2079
  }, {
2076
2080
  default: $(() => [
2077
2081
  t("a", {
2078
- href: o.url,
2079
- "aria-label": o.title
2082
+ href: n.url,
2083
+ "aria-label": n.title
2080
2084
  }, [
2081
2085
  t("i", {
2082
2086
  width: "19",
2083
2087
  height: "14",
2084
2088
  class: c(["footer__social--icon", [
2085
- o.title === "linkedin" ? "bg-linkedin" : o.title === "facebook" ? "bg-facebook" : o.title === "instagram" ? "bg-instagram" : o.title === "twitter" ? "bg-twitter" : o.title === "youtube" ? "bg-youtube" : ""
2089
+ n.title === "linkedin" ? "bg-linkedin" : n.title === "facebook" ? "bg-facebook" : n.title === "instagram" ? "bg-instagram" : n.title === "twitter" ? "bg-twitter" : n.title === "youtube" ? "bg-youtube" : ""
2086
2090
  ]])
2087
2091
  }, null, 2)
2088
- ], 8, oi)
2092
+ ], 8, ni)
2089
2093
  ]),
2090
2094
  _: 2
2091
2095
  }, 1024))), 256))
@@ -2095,19 +2099,19 @@ const Hl = /* @__PURE__ */ v(Pl, [["__scopeId", "data-v-cf46dae2"]]), z = (e) =>
2095
2099
  ]));
2096
2100
  }
2097
2101
  });
2098
- const si = /* @__PURE__ */ v(ni, [["__scopeId", "data-v-1da7210c"]]), de = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOSA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNy44MjUxOSAwLjYxMzI4MUM3LjU2MjY5IDAuNjEzMjgxIDcuMzg3NjkgMC43MDA3ODIgNy4yMTI2OSAwLjg3NTc4Mkw0LjU4NzY5IDMuNTAwNzhMMS45NjI2OSAwLjg3NTc4MkMxLjYxMjY5IDAuNTI1NzgyIDEuMDAwMTkgMC41MjU3ODIgMC42NTAxOTUgMC44NzU3ODJDMC4zMDAxOTUgMS4yMjU3OCAwLjMwMDE5NSAxLjgzODI4IDAuNjUwMTk1IDIuMTg4MjhMMy45NzUxOSA1LjUxMzI4QzQuMzI1MTkgNS44NjMyOCA0LjkzNzY5IDUuODYzMjggNS4yODc2OSA1LjUxMzI4TDguNjEyNjkgMi4xODgyOEM4Ljk2MjY4IDEuODM4MjggOC45NjI2OCAxLjIyNTc4IDguNjEyNjkgMC44NzU3ODJDOC4yNjI2OSAwLjcwMDc4MiA4LjAwMDE5IDAuNjEzMjgxIDcuODI1MTkgMC42MTMyODFaIiBmaWxsPSIjMEMwOTMxIi8+Cjwvc3ZnPgo=", ee = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMiIgdmlld0JveD0iMCAwIDIzIDIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFIMjIiIHN0cm9rZT0iIzBDMDkzMSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==", te = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMyIgdmlld0JveD0iMCAwIDIzIDMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjA3MDMxIDEuMjI2NTZMMjEuMDcwMyAxLjIyNjU2IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K", ae = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI3LjUiIHN0cm9rZT0iIzBDMDkzMSIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxwYXRoIGQ9Ik0xNCAxNEwyMCAyMCIgc3Ryb2tlPSIjMEMwOTMxIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K", le = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI3LjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIvPgo8cGF0aCBkPSJNMTQgMTRMMjAgMjAiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=", di = { class: "header__wrapper" }, ci = { class: "nav-wrapper" }, ui = { class: "mir-link-logo" }, mi = { class: "main-nav-items" }, _i = {
2102
+ const si = /* @__PURE__ */ h(oi, [["__scopeId", "data-v-1da7210c"]]), de = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOSA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNy44MjUxOSAwLjYxMzI4MUM3LjU2MjY5IDAuNjEzMjgxIDcuMzg3NjkgMC43MDA3ODIgNy4yMTI2OSAwLjg3NTc4Mkw0LjU4NzY5IDMuNTAwNzhMMS45NjI2OSAwLjg3NTc4MkMxLjYxMjY5IDAuNTI1NzgyIDEuMDAwMTkgMC41MjU3ODIgMC42NTAxOTUgMC44NzU3ODJDMC4zMDAxOTUgMS4yMjU3OCAwLjMwMDE5NSAxLjgzODI4IDAuNjUwMTk1IDIuMTg4MjhMMy45NzUxOSA1LjUxMzI4QzQuMzI1MTkgNS44NjMyOCA0LjkzNzY5IDUuODYzMjggNS4yODc2OSA1LjUxMzI4TDguNjEyNjkgMi4xODgyOEM4Ljk2MjY4IDEuODM4MjggOC45NjI2OCAxLjIyNTc4IDguNjEyNjkgMC44NzU3ODJDOC4yNjI2OSAwLjcwMDc4MiA4LjAwMDE5IDAuNjEzMjgxIDcuODI1MTkgMC42MTMyODFaIiBmaWxsPSIjMEMwOTMxIi8+Cjwvc3ZnPgo=", ee = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMiIgdmlld0JveD0iMCAwIDIzIDIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFIMjIiIHN0cm9rZT0iIzBDMDkzMSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==", te = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMyIgdmlld0JveD0iMCAwIDIzIDMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjA3MDMxIDEuMjI2NTZMMjEuMDcwMyAxLjIyNjU2IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K", ae = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI3LjUiIHN0cm9rZT0iIzBDMDkzMSIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxwYXRoIGQ9Ik0xNCAxNEwyMCAyMCIgc3Ryb2tlPSIjMEMwOTMxIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K", le = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI3LjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIvPgo8cGF0aCBkPSJNMTQgMTRMMjAgMjAiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=", di = { class: "header__wrapper" }, ci = { class: "nav-wrapper" }, ui = { class: "mir-link-logo" }, _i = { class: "main-nav-items" }, mi = {
2099
2103
  id: "menu-dropdown",
2100
2104
  ref: "dropdownDiv"
2101
- }, vi = {
2105
+ }, hi = {
2102
2106
  key: 0,
2103
2107
  src: de,
2104
2108
  alt: "dropdownarrow"
2105
- }, hi = {
2109
+ }, vi = {
2106
2110
  key: 1,
2107
2111
  src: de,
2108
2112
  alt: "dropdownarrow",
2109
2113
  style: { transform: "rotate(180deg)" }
2110
- }, gi = { class: "dropdown-content" }, fi = { class: "nav-search-wrapper" }, yi = ["src"], bi = { class: "mobile-logo-search-burger-wrapper" }, pi = { class: "mobile-mir-link-logo" }, ki = { class: "mobile-search-wrapper" }, $i = ["src"], wi = ["onClick"], xi = ["src"], Si = ["src"], Ii = { class: "mobile-menu-content-wrapper" }, qi = { class: "mobile-dropdown-content" }, Mi = /* @__PURE__ */ _({
2114
+ }, gi = { class: "dropdown-content" }, fi = { class: "nav-search-wrapper" }, yi = ["src"], bi = { class: "mobile-logo-search-burger-wrapper" }, pi = { class: "mobile-mir-link-logo" }, ki = { class: "mobile-search-wrapper" }, $i = ["src"], wi = ["onClick"], Si = ["src"], xi = ["src"], Ii = { class: "mobile-menu-content-wrapper" }, qi = { class: "mobile-dropdown-content" }, Mi = /* @__PURE__ */ m({
2111
2115
  __name: "header",
2112
2116
  props: {
2113
2117
  burgerState: {
@@ -2120,28 +2124,28 @@ const si = /* @__PURE__ */ v(ni, [["__scopeId", "data-v-1da7210c"]]), de = "data
2120
2124
  }
2121
2125
  },
2122
2126
  emits: ["update:burgerState", "update:showDropDown"],
2123
- setup(e, { emit: l }) {
2124
- const a = e;
2125
- x("");
2126
- let o = null, n = x(a.burgerState), m = x(a.showDropDown);
2127
+ setup(e, { emit: a }) {
2128
+ const l = e;
2129
+ S("");
2130
+ let n = null, o = S(l.burgerState), _ = S(l.showDropDown);
2127
2131
  X(
2128
- () => a.burgerState,
2129
- (f) => n.value = f
2132
+ () => l.burgerState,
2133
+ (f) => o.value = f
2130
2134
  ), X(
2131
- () => a.showDropDown,
2132
- (f) => m.value = f
2135
+ () => l.showDropDown,
2136
+ (f) => _.value = f
2133
2137
  ), we(() => {
2134
- o = (f) => {
2135
- f.target.closest("#menu-dropdown") || (m.value = !1);
2136
- }, window.addEventListener("click", o);
2137
- }), xe(() => {
2138
- o !== null && window.removeEventListener("click", o);
2138
+ n = (f) => {
2139
+ f.target.closest("#menu-dropdown") || (_.value = !1);
2140
+ }, window.addEventListener("click", n);
2141
+ }), Se(() => {
2142
+ n !== null && window.removeEventListener("click", n);
2139
2143
  });
2140
- function S() {
2141
- m.value = !m.value, l("update:showDropDown", m.value);
2144
+ function x() {
2145
+ _.value = !_.value, a("update:showDropDown", _.value);
2142
2146
  }
2143
2147
  function I() {
2144
- n.value = !n.value, l("update:burgerState", n.value);
2148
+ o.value = !o.value, a("update:burgerState", o.value);
2145
2149
  }
2146
2150
  return (f, b) => (i(), r("div", di, [
2147
2151
  t("nav", null, [
@@ -2149,34 +2153,34 @@ const si = /* @__PURE__ */ v(ni, [["__scopeId", "data-v-1da7210c"]]), de = "data
2149
2153
  t("div", ui, [
2150
2154
  u(f.$slots, "link-logo", {}, void 0, !0)
2151
2155
  ]),
2152
- t("ul", mi, [
2156
+ t("ul", _i, [
2153
2157
  u(f.$slots, "main-nav-items", {}, void 0, !0)
2154
2158
  ]),
2155
- t("div", _i, [
2159
+ t("div", mi, [
2156
2160
  t("button", {
2157
- onClick: S,
2161
+ onClick: x,
2158
2162
  class: "nav-dropdown-btn"
2159
2163
  }, [
2160
2164
  u(f.$slots, "dropdown-title", {}, void 0, !0),
2161
- p(m) == !1 ? (i(), r("img", vi)) : (i(), r("img", hi))
2165
+ p(_) == !1 ? (i(), r("img", hi)) : (i(), r("img", vi))
2162
2166
  ]),
2163
2167
  U(t("div", gi, [
2164
2168
  u(f.$slots, "dropdown-links", {}, void 0, !0)
2165
2169
  ], 512), [
2166
- [G, p(m)]
2170
+ [G, p(_)]
2167
2171
  ])
2168
2172
  ], 512),
2169
2173
  t("div", fi, [
2170
2174
  t("button", null, [
2171
2175
  t("img", {
2172
- src: p(n) == !0 ? p(le) : p(ae),
2176
+ src: p(o) == !0 ? p(le) : p(ae),
2173
2177
  alt: "search icon"
2174
2178
  }, null, 8, yi)
2175
2179
  ])
2176
2180
  ])
2177
2181
  ]),
2178
2182
  t("div", {
2179
- class: c(["mobile-nav-wrapper", p(n) == !0 ? "mirsaic-mobile-bg" : ""])
2183
+ class: c(["mobile-nav-wrapper", p(o) == !0 ? "mirsaic-mobile-bg" : ""])
2180
2184
  }, [
2181
2185
  t("div", bi, [
2182
2186
  t("div", pi, [
@@ -2185,7 +2189,7 @@ const si = /* @__PURE__ */ v(ni, [["__scopeId", "data-v-1da7210c"]]), de = "data
2185
2189
  t("div", ki, [
2186
2190
  t("button", null, [
2187
2191
  t("img", {
2188
- src: p(n) == !0 ? p(le) : p(ae),
2192
+ src: p(o) == !0 ? p(le) : p(ae),
2189
2193
  alt: "search icon"
2190
2194
  }, null, 8, $i)
2191
2195
  ])
@@ -2195,13 +2199,13 @@ const si = /* @__PURE__ */ v(ni, [["__scopeId", "data-v-1da7210c"]]), de = "data
2195
2199
  class: "mobile-burger-wrapper"
2196
2200
  }, [
2197
2201
  t("img", {
2198
- class: c(["burger-line", p(n) == !0 ? "burger-top-line-open" : ""]),
2199
- src: p(n) == !0 ? p(te) : p(ee)
2200
- }, null, 10, xi),
2202
+ class: c(["burger-line", p(o) == !0 ? "burger-top-line-open" : ""]),
2203
+ src: p(o) == !0 ? p(te) : p(ee)
2204
+ }, null, 10, Si),
2201
2205
  t("img", {
2202
- class: c(["burger-line", p(n) == !0 ? "burger-bottom-line-open" : ""]),
2203
- src: p(n) == !0 ? p(te) : p(ee)
2204
- }, null, 10, Si)
2206
+ class: c(["burger-line", p(o) == !0 ? "burger-bottom-line-open" : ""]),
2207
+ src: p(o) == !0 ? p(te) : p(ee)
2208
+ }, null, 10, xi)
2205
2209
  ], 8, wi)
2206
2210
  ]),
2207
2211
  U(t("div", Ii, [
@@ -2213,14 +2217,33 @@ const si = /* @__PURE__ */ v(ni, [["__scopeId", "data-v-1da7210c"]]), de = "data
2213
2217
  u(f.$slots, "mobile-dropdown-links", {}, void 0, !0)
2214
2218
  ])
2215
2219
  ], 512), [
2216
- [G, p(n)]
2220
+ [G, p(o)]
2217
2221
  ])
2218
2222
  ], 2)
2219
2223
  ])
2220
2224
  ]));
2221
2225
  }
2222
2226
  });
2223
- const Di = /* @__PURE__ */ v(Mi, [["__scopeId", "data-v-8ff68823"]]), Bi = { class: "pagination__wrapper" }, Ai = { class: "pagination__content" }, Li = /* @__PURE__ */ _({
2227
+ const Di = /* @__PURE__ */ h(Mi, [["__scopeId", "data-v-8ff68823"]]), Bi = { class: "language__wrapper" }, Li = { class: "language__content" }, Ai = { class: "language__headline" }, Ti = { class: "language__paragraph" }, Ci = /* @__PURE__ */ m({
2228
+ __name: "language-switcher",
2229
+ props: {
2230
+ headline: {
2231
+ type: String
2232
+ },
2233
+ paragraph: {
2234
+ type: String
2235
+ }
2236
+ },
2237
+ setup(e) {
2238
+ return (a, l) => (i(), r("div", Bi, [
2239
+ t("div", Li, [
2240
+ t("h2", Ai, s(e.headline), 1),
2241
+ t("p", Ti, s(e.paragraph), 1),
2242
+ u(a.$slots, "language-links")
2243
+ ])
2244
+ ]));
2245
+ }
2246
+ }), ji = { class: "pagination__wrapper" }, Ni = { class: "pagination__content" }, zi = /* @__PURE__ */ m({
2224
2247
  __name: "pagination",
2225
2248
  props: {
2226
2249
  isPreviousDisabled: {
@@ -2234,17 +2257,17 @@ const Di = /* @__PURE__ */ v(Mi, [["__scopeId", "data-v-8ff68823"]]), Bi = { cla
2234
2257
  },
2235
2258
  emits: ["previous", "next"],
2236
2259
  setup(e) {
2237
- return (l, a) => (i(), r("div", Bi, [
2238
- t("div", Ai, [
2260
+ return (a, l) => (i(), r("div", ji, [
2261
+ t("div", Ni, [
2239
2262
  k(W, {
2240
- onClick: a[0] || (a[0] = (o) => l.$emit("previous")),
2263
+ onClick: l[0] || (l[0] = (n) => a.$emit("previous")),
2241
2264
  disabled: e.isPreviousDisabled,
2242
2265
  variant: "previous",
2243
2266
  ariaLabel: "previous"
2244
2267
  }, null, 8, ["disabled"]),
2245
- u(l.$slots, "pagination-numbers"),
2268
+ u(a.$slots, "pagination-numbers"),
2246
2269
  k(W, {
2247
- onClick: a[1] || (a[1] = (o) => l.$emit("next")),
2270
+ onClick: l[1] || (l[1] = (n) => a.$emit("next")),
2248
2271
  disabled: e.isNextDisabled,
2249
2272
  variant: "next",
2250
2273
  ariaLabel: "next"
@@ -2253,27 +2276,27 @@ const Di = /* @__PURE__ */ v(Mi, [["__scopeId", "data-v-8ff68823"]]), Bi = { cla
2253
2276
  ]));
2254
2277
  }
2255
2278
  });
2256
- const Ti = /* @__PURE__ */ v(Li, [["__scopeId", "data-v-161faef3"]]), ji = {
2279
+ const Vi = /* @__PURE__ */ h(zi, [["__scopeId", "data-v-161faef3"]]), Pi = {
2257
2280
  install: (e) => {
2258
- e.component("AtomButton", W), e.component("AtomCheckbox", Le), e.component("AtomChip", ze), e.component("AtomDropdown", Ue), e.component("AtomImage", D), e.component("AtomLabel", F), e.component("AtomLink", A), e.component("AtomRadioButton", lt), e.component("AtomSelect", dt), e.component("AtomSlider", bt), e.component("AtomTextarea", qt), e.component("AtomTextField", Vt), e.component("AtomVideo", E), e.component("MoleculeBulletList", Ft), e.component("MoleculeCard", Kt), e.component("MoleculeEventCard", ra), e.component("MoleculeModal", se), e.component("BlockFacts", ha), e.component("BlockFeatures", xa), e.component("BlockHeadline", Ha), e.component("BlockImage", Ba), e.component("BlockImageGallery", za), e.component("BlockMicroStories", Ea), e.component("BlockProductHero", Ja), e.component("BlockPromo", Qa), e.component("BlockQuote", ul), e.component("BlockRichText", gl), e.component("BlockTripleCardDisplay", wl), e.component("BlockVimeo", Dl), e.component("Organism404", jl), e.component("OrganismFilter", Hl), e.component("OrganismFooter", si), e.component("OrganismHeader", Di), e.component("OrganismPagination", Ti);
2281
+ e.component("AtomButton", W), e.component("AtomCheckbox", Ae), e.component("AtomChip", ze), e.component("AtomDropdown", Ue), e.component("AtomImage", D), e.component("AtomLabel", F), e.component("AtomLink", L), e.component("AtomRadioButton", lt), e.component("AtomSelect", dt), e.component("AtomSlider", bt), e.component("AtomTextarea", qt), e.component("AtomTextField", Vt), e.component("AtomVideo", E), e.component("MoleculeBulletList", Ft), e.component("MoleculeCard", Kt), e.component("MoleculeEventCard", ra), e.component("MoleculeModal", se), e.component("BlockFacts", va), e.component("BlockFeatures", Sa), e.component("BlockHeadline", Ha), e.component("BlockImage", Ba), e.component("BlockImageGallery", za), e.component("BlockMicroStories", Ea), e.component("BlockProductHero", Ja), e.component("BlockPromo", Qa), e.component("BlockQuote", ul), e.component("BlockRichText", gl), e.component("BlockTripleCardDisplay", wl), e.component("BlockVimeo", Dl), e.component("Organism404", jl), e.component("OrganismFilter", Hl), e.component("OrganismFooter", si), e.component("OrganismHeader", Di), e.component("OrganismLanguageSwitcher", Ci), e.component("OrganismPagination", Vi);
2259
2282
  }
2260
2283
  };
2261
2284
  export {
2262
2285
  W as AtomButton,
2263
- Le as AtomCheckbox,
2286
+ Ae as AtomCheckbox,
2264
2287
  ze as AtomChip,
2265
2288
  Ue as AtomDropdown,
2266
2289
  D as AtomImage,
2267
2290
  F as AtomLabel,
2268
- A as AtomLink,
2291
+ L as AtomLink,
2269
2292
  lt as AtomRadioButton,
2270
2293
  dt as AtomSelect,
2271
2294
  bt as AtomSlider,
2272
2295
  Vt as AtomTextField,
2273
2296
  qt as AtomTextarea,
2274
2297
  E as AtomVideo,
2275
- ha as BlockFacts,
2276
- xa as BlockFeatures,
2298
+ va as BlockFacts,
2299
+ Sa as BlockFeatures,
2277
2300
  Ha as BlockHeadline,
2278
2301
  Ba as BlockImage,
2279
2302
  za as BlockImageGallery,
@@ -2292,6 +2315,7 @@ export {
2292
2315
  Hl as OrganismFilter,
2293
2316
  si as OrganismFooter,
2294
2317
  Di as OrganismHeader,
2295
- Ti as OrganismPagination,
2296
- ji as default
2318
+ Ci as OrganismLanguageSwitcher,
2319
+ Vi as OrganismPagination,
2320
+ Pi as default
2297
2321
  };