@mirweb/mir-web-components 0.12.1 → 0.12.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- import { defineComponent as 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 w, withDirectives as U, Fragment as M, renderList as L, vShow as G, normalizeProps as A, guardReactiveProps as C, mergeProps as ie, createVNode as k, Transition as ke, withCtx as S, withModifiers as re, createCommentVNode as g, watchEffect as ne, withKeys as $e, createBlock as T, normalizeStyle as oe, isRef as Q, unref as p, watch as X, onMounted as we, onUnmounted as Se } from "vue";
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 w, withDirectives as U, Fragment as M, renderList as L, vShow as G, normalizeProps as A, guardReactiveProps as C, mergeProps as ie, createVNode as k, Transition as ke, withCtx as S, withModifiers as re, createCommentVNode as v, watchEffect as ne, withKeys as $e, createBlock as T, normalizeStyle as oe, isRef as Q, unref as p, watch as X, onMounted as we, onUnmounted as Se } from "vue";
2
2
  const xe = ["aria-label"], Ie = /* @__PURE__ */ m({
3
3
  __name: "button",
4
4
  props: {
@@ -161,13 +161,13 @@ const ze = /* @__PURE__ */ h(Ne, [["__scopeId", "data-v-11f9cdcd"]]), Ve = ["val
161
161
  setup(e, { emit: l }) {
162
162
  const a = e, n = w(null), o = w(null), _ = w([]), x = w(0), I = w(""), f = w(!0), b = w(0), q = N(() => {
163
163
  const d = a.options.find(
164
- (v) => v.value === a.modelValue
164
+ (g) => g.value === a.modelValue
165
165
  );
166
166
  return d && d.label;
167
167
  }), ce = {
168
- beforeMount(d, v) {
168
+ beforeMount(d, g) {
169
169
  d.clickOutsideEvent = function(y) {
170
- d === y.target || d.contains(y.target) || v.value(y);
170
+ d === y.target || d.contains(y.target) || g.value(y);
171
171
  }, document.body.addEventListener("click", d.clickOutsideEvent);
172
172
  },
173
173
  unmounted(d) {
@@ -179,13 +179,13 @@ const ze = /* @__PURE__ */ h(Ne, [["__scopeId", "data-v-11f9cdcd"]]), Ve = ["val
179
179
  }
180
180
  function _e(d) {
181
181
  var y;
182
- const v = d.target;
183
- v.getAttribute("role") === "option" && (Z(v), E(), (y = n.value) == null || y.focus());
182
+ const g = d.target;
183
+ g.getAttribute("role") === "option" && (Z(g), E(), (y = n.value) == null || y.focus());
184
184
  }
185
185
  function J(d) {
186
186
  var y;
187
- const v = d.key;
188
- switch (v) {
187
+ const g = d.key;
188
+ switch (g) {
189
189
  case "ArrowUp":
190
190
  case "ArrowDown": {
191
191
  d.preventDefault();
@@ -193,7 +193,7 @@ const ze = /* @__PURE__ */ h(Ne, [["__scopeId", "data-v-11f9cdcd"]]), Ve = ["val
193
193
  (V) => V.value === a.modelValue
194
194
  );
195
195
  let B = $ ? _.value[$] : _.value[0];
196
- v === "ArrowUp" ? $ - 1 >= 0 && (B = _.value[$ - 1]) : $ + 1 <= a.options.length && (B = _.value[$ + 1]), B && Z(B);
196
+ g === "ArrowUp" ? $ - 1 >= 0 && (B = _.value[$ - 1]) : $ + 1 <= a.options.length && (B = _.value[$ + 1]), B && Z(B);
197
197
  break;
198
198
  }
199
199
  case "Home":
@@ -209,7 +209,7 @@ const ze = /* @__PURE__ */ h(Ne, [["__scopeId", "data-v-11f9cdcd"]]), Ve = ["val
209
209
  d.preventDefault(), E(), (y = n.value) == null || y.focus();
210
210
  break;
211
211
  default: {
212
- const $ = ve(v);
212
+ const $ = ge(g);
213
213
  $ && Z($);
214
214
  break;
215
215
  }
@@ -227,24 +227,24 @@ const ze = /* @__PURE__ */ h(Ne, [["__scopeId", "data-v-11f9cdcd"]]), Ve = ["val
227
227
  function he(d) {
228
228
  d && d.removeAttribute("aria-selected");
229
229
  }
230
- function ge() {
230
+ function ve() {
231
231
  x && (clearTimeout(x.value), x.value = 0), x.value = setTimeout(() => {
232
232
  I.value = "", x.value = 0;
233
233
  }, 500);
234
234
  }
235
- function ve(d) {
236
- let v = "";
237
- (I.value === "" || v !== d) && (b.value = a.options.findIndex(
235
+ function ge(d) {
236
+ let g = "";
237
+ (I.value === "" || g !== d) && (b.value = a.options.findIndex(
238
238
  ($) => $.value === a.modelValue
239
- )), I.value = v === d ? d : I.value + d, v = d, ge();
239
+ )), I.value = g === d ? d : I.value + d, g = d, ve();
240
240
  let y = Y(
241
241
  b.value + 1,
242
242
  a.options.length
243
243
  );
244
244
  return !y && I.value.length === 1 && (y = Y(0, b.value)), b.value = (b.value + 1) % a.options.length, y;
245
245
  }
246
- function Y(d, v) {
247
- for (let y = d; y < v; y++)
246
+ function Y(d, g) {
247
+ for (let y = d; y < g; y++)
248
248
  if (a.options[y].label && a.options[y].label.toUpperCase().indexOf(I.value.toUpperCase()) === 0)
249
249
  return _.value[y];
250
250
  return null;
@@ -254,7 +254,7 @@ const ze = /* @__PURE__ */ h(Ne, [["__scopeId", "data-v-11f9cdcd"]]), Ve = ["val
254
254
  }
255
255
  function Z(d) {
256
256
  var y, $;
257
- const v = d.getAttribute("data-value");
257
+ const g = d.getAttribute("data-value");
258
258
  if (a.modelValue) {
259
259
  const B = a.options.findIndex(
260
260
  (pe) => pe.value === a.modelValue
@@ -263,15 +263,15 @@ const ze = /* @__PURE__ */ h(Ne, [["__scopeId", "data-v-11f9cdcd"]]), Ve = ["val
263
263
  }
264
264
  if (d.setAttribute("aria-selected", "true"), (y = o.value) == null || y.setAttribute(
265
265
  "aria-activedescendant",
266
- v || ""
267
- ), ue(v || ""), o.value && o.value.scrollHeight > o.value.clientHeight) {
266
+ g || ""
267
+ ), ue(g || ""), o.value && o.value.scrollHeight > o.value.clientHeight) {
268
268
  const B = o.value.clientHeight + o.value.scrollTop, V = d.offsetTop + d.offsetHeight;
269
269
  V > B ? o.value.scrollTop = V - (($ = o.value) == null ? void 0 : $.clientHeight) : d.offsetTop < o.value.scrollTop && (o.value.scrollTop = d.offsetTop);
270
270
  }
271
271
  }
272
272
  function ye() {
273
- var v;
274
- const d = (v = _.value) == null ? void 0 : v[a.options.length - 1];
273
+ var g;
274
+ const d = (g = _.value) == null ? void 0 : g[a.options.length - 1];
275
275
  Z(d);
276
276
  }
277
277
  function E() {
@@ -279,13 +279,13 @@ const ze = /* @__PURE__ */ h(Ne, [["__scopeId", "data-v-11f9cdcd"]]), Ve = ["val
279
279
  f.value = !0, (d = n.value) == null || d.removeAttribute("aria-expanded");
280
280
  }
281
281
  function K() {
282
- var d, v;
283
- f.value = !1, (d = n.value) == null || d.setAttribute("aria-expanded", "true"), (v = o.value) == null || v.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
286
  a.disabled || (f.value ? K() : E());
287
287
  }
288
- return (d, v) => (i(), r("div", {
288
+ return (d, g) => (i(), r("div", {
289
289
  class: "listbox__wrapper",
290
290
  value: e.modelValue,
291
291
  ref: "listbox"
@@ -629,14 +629,14 @@ const dt = /* @__PURE__ */ h(st, [["__scopeId", "data-v-d1d7a1e3"]]), ct = { cla
629
629
  ]),
630
630
  u(o.$slots, "default", {}, void 0, !0)
631
631
  ])
632
- ])) : g("", !0)
632
+ ])) : v("", !0)
633
633
  ]),
634
634
  _: 3
635
635
  })
636
636
  ]));
637
637
  }
638
638
  });
639
- const se = /* @__PURE__ */ h(ut, [["__scopeId", "data-v-b5af91d8"]]), _t = { class: "slider__wrapper" }, mt = { class: "slider__label" }, ht = ["for"], gt = ["aria-label"], vt = { class: "slider__content" }, ft = ["id", "name", "value", "min", "step", "max"], yt = /* @__PURE__ */ m({
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: {
@@ -716,9 +716,9 @@ const se = /* @__PURE__ */ h(ut, [["__scopeId", "data-v-b5af91d8"]]), _t = { cla
716
716
  "aria-label": e.informationLabel,
717
717
  tabindex: "0",
718
718
  "aria-haspopup": "dialog"
719
- }, null, 42, gt)) : g("", !0)
719
+ }, null, 42, vt)) : v("", !0)
720
720
  ]),
721
- t("div", vt, [
721
+ t("div", gt, [
722
722
  t("span", {
723
723
  class: c([e.variant, "slider__minmax"])
724
724
  }, s(e.min), 3),
@@ -752,7 +752,7 @@ const se = /* @__PURE__ */ h(ut, [["__scopeId", "data-v-b5af91d8"]]), _t = { cla
752
752
  O(s(e.information), 1)
753
753
  ]),
754
754
  _: 1
755
- }, 8, ["show"])) : g("", !0)
755
+ }, 8, ["show"])) : v("", !0)
756
756
  ], 64));
757
757
  }
758
758
  });
@@ -822,7 +822,7 @@ const bt = /* @__PURE__ */ h(yt, [["__scopeId", "data-v-84385cf8"]]), pt = { id:
822
822
  ], 8, $t),
823
823
  t("div", St, [
824
824
  t("div", null, [
825
- e.modelValue !== void 0 && e.modelValue.length == e.maxLength ? (i(), r("p", xt, " Too many characters. Please make it shorter ")) : g("", !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(
@@ -955,9 +955,9 @@ const qt = /* @__PURE__ */ h(It, [["__scopeId", "data-v-28492b7a"]]), Mt = { cla
955
955
  disabled: e.disabled,
956
956
  onInput: _[2] || (_[2] = (x) => o.$emit("update:modelValue", x.target.value))
957
957
  }, null, 42, Ct)),
958
- e.search ? (i(), r("i", Tt)) : g("", !0),
959
- e.errorMessage ? (i(), r("strong", jt, s(e.errorMessage), 1)) : g("", !0),
960
- e.helperText ? (i(), r("span", Nt, s(e.helperText), 1)) : g("", !0)
958
+ e.search ? (i(), r("i", Tt)) : 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
  });
@@ -1190,7 +1190,7 @@ const Ft = /* @__PURE__ */ h(Wt, [["__scopeId", "data-v-327e6c15"]]), Gt = { cla
1190
1190
  key: 3,
1191
1191
  class: c(e.theme == "dark" ? "regular-dark" : "regular-dark-blue")
1192
1192
  }, s(e.headline), 3)),
1193
- e.variant == "product" ? (i(), r("p", Jt, s(e.paragraph), 1)) : g("", !0),
1193
+ e.variant == "product" ? (i(), r("p", Jt, s(e.paragraph), 1)) : v("", !0),
1194
1194
  u(n.$slots, "card-label")
1195
1195
  ], 38)
1196
1196
  ]));
@@ -1280,12 +1280,12 @@ const ra = /* @__PURE__ */ h(ia, [["__scopeId", "data-v-f5acdf7e"]]), na = { cla
1280
1280
  ]),
1281
1281
  _: 3
1282
1282
  })
1283
- ])) : g("", !0)
1283
+ ])) : v("", !0)
1284
1284
  ])
1285
1285
  ]));
1286
1286
  }
1287
1287
  });
1288
- const ga = /* @__PURE__ */ h(ha, [["__scopeId", "data-v-7fd89b0c"]]), va = { 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
1291
  }, ba = { class: "features__body" }, pa = { class: "features__element" }, ka = { class: "element__headline" }, $a = { class: "element__body" }, wa = /* @__PURE__ */ m({
@@ -1303,11 +1303,11 @@ const ga = /* @__PURE__ */ h(ha, [["__scopeId", "data-v-7fd89b0c"]]), va = { cla
1303
1303
  }
1304
1304
  },
1305
1305
  setup(e) {
1306
- return (l, a) => (i(), r("div", va, [
1306
+ return (l, a) => (i(), r("div", ga, [
1307
1307
  t("div", fa, [
1308
1308
  e.headline ? (i(), r("div", ya, [
1309
1309
  t("h2", null, s(e.headline), 1)
1310
- ])) : g("", !0),
1310
+ ])) : v("", !0),
1311
1311
  t("div", ba, [
1312
1312
  u(l.$slots, "features-body", {}, void 0, !0)
1313
1313
  ]),
@@ -1439,7 +1439,7 @@ const Ba = /* @__PURE__ */ h(Da, [["__scopeId", "data-v-6dde0544"]]), La = { cla
1439
1439
  ]),
1440
1440
  _: 3
1441
1441
  })
1442
- ])) : g("", !0),
1442
+ ])) : v("", !0),
1443
1443
  e.mediaLarge && e.mediaType === "video" ? (i(), r("div", Ca, [
1444
1444
  k(R, {
1445
1445
  src: e.mediaLarge.src,
@@ -1453,7 +1453,7 @@ const Ba = /* @__PURE__ */ h(Da, [["__scopeId", "data-v-6dde0544"]]), La = { cla
1453
1453
  muted: !0,
1454
1454
  play: !0
1455
1455
  }, null, 8, ["src", "ariaLabel"])
1456
- ])) : g("", !0)
1456
+ ])) : v("", !0)
1457
1457
  ]),
1458
1458
  t("div", {
1459
1459
  style: oe([e.mediaSmall.length == 2 ? "grid-gap: 38px;" : ""]),
@@ -1477,7 +1477,7 @@ const Ba = /* @__PURE__ */ h(Da, [["__scopeId", "data-v-6dde0544"]]), La = { cla
1477
1477
  ]))), 256)),
1478
1478
  e.mediaSmall.length < 2 ? (i(), r("div", ja, [
1479
1479
  t("p", null, s(e.body), 1)
1480
- ])) : g("", !0)
1480
+ ])) : v("", !0)
1481
1481
  ], 6)
1482
1482
  ], 2)
1483
1483
  ], 2));
@@ -1664,7 +1664,7 @@ const Ja = /* @__PURE__ */ h(Ga, [["__scopeId", "data-v-e492048b"]]), Ya = { cla
1664
1664
  ]),
1665
1665
  _: 3
1666
1666
  })
1667
- ], 2)) : g("", !0),
1667
+ ], 2)) : v("", !0),
1668
1668
  e.mediaType === "video" ? (i(), r("div", {
1669
1669
  key: 1,
1670
1670
  class: c([
@@ -1683,7 +1683,7 @@ const Ja = /* @__PURE__ */ h(Ga, [["__scopeId", "data-v-e492048b"]]), Ya = { cla
1683
1683
  play: !0,
1684
1684
  poster: e.fallbackImage
1685
1685
  }, null, 8, ["src", "ariaLabel", "poster"])
1686
- ], 2)) : g("", !0),
1686
+ ], 2)) : v("", !0),
1687
1687
  t("div", {
1688
1688
  class: c([
1689
1689
  "promo__text",
@@ -1694,7 +1694,7 @@ const Ja = /* @__PURE__ */ h(Ga, [["__scopeId", "data-v-e492048b"]]), Ya = { cla
1694
1694
  key: 0,
1695
1695
  text: e.label,
1696
1696
  labelDark: e.variant === "dark"
1697
- }, null, 8, ["text", "labelDark"])) : g("", !0),
1697
+ }, null, 8, ["text", "labelDark"])) : v("", !0),
1698
1698
  t("h3", {
1699
1699
  class: c([
1700
1700
  "promo__title",
@@ -1710,7 +1710,7 @@ const Ja = /* @__PURE__ */ h(Ga, [["__scopeId", "data-v-e492048b"]]), Ya = { cla
1710
1710
  u(l.$slots, "promo-link")
1711
1711
  ]),
1712
1712
  _: 3
1713
- }, 8, ["linkType"])) : g("", !0),
1713
+ }, 8, ["linkType"])) : v("", !0),
1714
1714
  e.linkType === "button" ? (i(), T(j, {
1715
1715
  key: 2,
1716
1716
  linkType: e.variant === "dark" ? "secondary-dark" : (e.variant === "light", "secondary")
@@ -1719,7 +1719,7 @@ const Ja = /* @__PURE__ */ h(Ga, [["__scopeId", "data-v-e492048b"]]), Ya = { cla
1719
1719
  u(l.$slots, "promo-link")
1720
1720
  ]),
1721
1721
  _: 3
1722
- }, 8, ["linkType"])) : g("", !0)
1722
+ }, 8, ["linkType"])) : v("", !0)
1723
1723
  ], 2)
1724
1724
  ])
1725
1725
  ], 2));
@@ -1766,7 +1766,7 @@ const Qa = /* @__PURE__ */ h(Ka, [["__scopeId", "data-v-0b0e5708"]]), Xa = (e) =
1766
1766
  ]),
1767
1767
  _: 3
1768
1768
  })
1769
- ])) : g("", !0),
1769
+ ])) : v("", !0),
1770
1770
  t("div", ol, [
1771
1771
  t("p", sl, s(e.author), 1),
1772
1772
  t("p", dl, s(e.authorTitle), 1)
@@ -1783,7 +1783,7 @@ const ul = /* @__PURE__ */ h(cl, [["__scopeId", "data-v-3cc55dbf"]]), _l = { cla
1783
1783
  }, hl = {
1784
1784
  key: 0,
1785
1785
  class: "rich-text__bullet-list"
1786
- }, gl = /* @__PURE__ */ m({
1786
+ }, vl = /* @__PURE__ */ m({
1787
1787
  __name: "rich-text",
1788
1788
  props: {
1789
1789
  headline: {
@@ -1829,14 +1829,14 @@ const ul = /* @__PURE__ */ h(cl, [["__scopeId", "data-v-3cc55dbf"]]), _l = { cla
1829
1829
  key: 0,
1830
1830
  text: e.label,
1831
1831
  labelDark: !1
1832
- }, null, 8, ["text"])) : g("", !0),
1832
+ }, null, 8, ["text"])) : v("", !0),
1833
1833
  e.headline ? (i(), r("h2", {
1834
1834
  key: 1,
1835
1835
  class: c([
1836
1836
  "rich-text__headline",
1837
1837
  e.leftAligned || e.bulletList || e.image ? "rich-text__headline--left-aligned" : "rich-text__headline--centered"
1838
1838
  ])
1839
- }, s(e.headline), 3)) : g("", !0),
1839
+ }, s(e.headline), 3)) : v("", !0),
1840
1840
  t("div", {
1841
1841
  class: c([
1842
1842
  "rich-text__content",
@@ -1852,11 +1852,11 @@ const ul = /* @__PURE__ */ h(cl, [["__scopeId", "data-v-3cc55dbf"]]), _l = { cla
1852
1852
  u(l.$slots, "rich-text-content"),
1853
1853
  e.links ? (i(), r("div", ml, [
1854
1854
  u(l.$slots, "rich-text-links")
1855
- ])) : g("", !0)
1855
+ ])) : v("", !0)
1856
1856
  ], 2),
1857
1857
  e.bulletList ? (i(), r("div", hl, [
1858
1858
  u(l.$slots, "rich-text-bullet-list")
1859
- ])) : g("", !0),
1859
+ ])) : v("", !0),
1860
1860
  e.image ? (i(), r("div", {
1861
1861
  key: 1,
1862
1862
  class: c([
@@ -1870,13 +1870,13 @@ const ul = /* @__PURE__ */ h(cl, [["__scopeId", "data-v-3cc55dbf"]]), _l = { cla
1870
1870
  ]),
1871
1871
  _: 3
1872
1872
  })
1873
- ], 2)) : g("", !0)
1873
+ ], 2)) : v("", !0)
1874
1874
  ], 2)
1875
1875
  ])
1876
1876
  ], 2));
1877
1877
  }
1878
1878
  });
1879
- const vl = /* @__PURE__ */ h(gl, [["__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 = {
1880
1880
  key: 0,
1881
1881
  class: "triple-card__content"
1882
1882
  }, bl = { key: 0 }, pl = { key: 1 }, kl = { class: "triple-card__cards" }, $l = /* @__PURE__ */ m({
@@ -1904,9 +1904,9 @@ const vl = /* @__PURE__ */ h(gl, [["__scopeId", "data-v-af32c667"]]), fl = { cla
1904
1904
  }, [
1905
1905
  t("div", fl, [
1906
1906
  e.headline || e.paragraph ? (i(), r("div", yl, [
1907
- e.headline ? (i(), r("h2", bl, s(e.headline), 1)) : g("", !0),
1908
- e.paragraph ? (i(), r("p", pl, s(e.paragraph), 1)) : g("", !0)
1909
- ])) : g("", !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),
1910
1910
  t("div", kl, [
1911
1911
  u(l.$slots, "triple-card-display-cards", {}, void 0, !0)
1912
1912
  ])
@@ -1933,9 +1933,9 @@ const wl = /* @__PURE__ */ h($l, [["__scopeId", "data-v-10340ac8"]]), Sl = { cla
1933
1933
  setup(e) {
1934
1934
  return (l, a) => (i(), r("div", Sl, [
1935
1935
  t("div", xl, [
1936
- e.headline ? (i(), r("h2", Il, s(e.headline), 1)) : g("", !0),
1936
+ e.headline ? (i(), r("h2", Il, s(e.headline), 1)) : v("", !0),
1937
1937
  u(l.$slots, "vimeo-content", {}, void 0, !0),
1938
- e.description ? (i(), r("p", ql, s(e.description), 1)) : g("", !0)
1938
+ e.description ? (i(), r("p", ql, s(e.description), 1)) : v("", !0)
1939
1939
  ])
1940
1940
  ]));
1941
1941
  }
@@ -1980,13 +1980,13 @@ const jl = /* @__PURE__ */ h(Tl, [["__scopeId", "data-v-c2038fe4"]]), Nl = { cla
1980
1980
  key: 0,
1981
1981
  class: "filter__clear",
1982
1982
  onClick: a[0] || (a[0] = (n) => l.$emit("clearFilters"))
1983
- }, " Remove all filters ")) : g("", !0)
1983
+ }, " Remove all filters ")) : v("", !0)
1984
1984
  ])
1985
1985
  ])
1986
1986
  ]));
1987
1987
  }
1988
1988
  });
1989
- const Hl = /* @__PURE__ */ h(Pl, [["__scopeId", "data-v-cf46dae2"]]), z = (e) => (P("data-v-d739b347"), e = e(), H(), e), Zl = { class: "footer__wrapper" }, Rl = { class: "footer__content" }, El = { 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("span", null, [
1989
+ const Hl = /* @__PURE__ */ h(Pl, [["__scopeId", "data-v-cf46dae2"]]), z = (e) => (P("data-v-6d9c55d4"), e = e(), H(), e), Zl = { class: "footer__wrapper" }, Rl = { class: "footer__content" }, El = { 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("span", null, [
1990
1990
  /* @__PURE__ */ t("i", { class: "change-region" }),
1991
1991
  /* @__PURE__ */ O("Change region")
1992
1992
  ], -1)), ri = [
@@ -2100,14 +2100,14 @@ const Hl = /* @__PURE__ */ h(Pl, [["__scopeId", "data-v-cf46dae2"]]), z = (e) =>
2100
2100
  ]));
2101
2101
  }
2102
2102
  });
2103
- const di = /* @__PURE__ */ h(si, [["__scopeId", "data-v-d739b347"]]), 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=", ci = { class: "header__wrapper" }, ui = { class: "nav-wrapper" }, _i = { class: "mir-link-logo" }, mi = { class: "main-nav-items" }, hi = {
2103
+ const di = /* @__PURE__ */ h(si, [["__scopeId", "data-v-6d9c55d4"]]), 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=", ci = { class: "header__wrapper" }, ui = { class: "nav-wrapper" }, _i = { class: "mir-link-logo" }, mi = { class: "main-nav-items" }, hi = {
2104
2104
  id: "menu-dropdown",
2105
2105
  ref: "dropdownDiv"
2106
- }, gi = {
2106
+ }, vi = {
2107
2107
  key: 0,
2108
2108
  src: de,
2109
2109
  alt: "dropdownarrow"
2110
- }, vi = {
2110
+ }, gi = {
2111
2111
  key: 1,
2112
2112
  src: de,
2113
2113
  alt: "dropdownarrow",
@@ -2163,7 +2163,7 @@ const di = /* @__PURE__ */ h(si, [["__scopeId", "data-v-d739b347"]]), de = "data
2163
2163
  class: "nav-dropdown-btn"
2164
2164
  }, [
2165
2165
  u(f.$slots, "dropdown-title", {}, void 0, !0),
2166
- p(_) == !1 ? (i(), r("img", gi)) : (i(), r("img", vi))
2166
+ p(_) == !1 ? (i(), r("img", vi)) : (i(), r("img", gi))
2167
2167
  ]),
2168
2168
  U(t("div", fi, [
2169
2169
  u(f.$slots, "dropdown-links", {}, void 0, !0)
@@ -2240,11 +2240,12 @@ const Bi = /* @__PURE__ */ h(Di, [["__scopeId", "data-v-8ff68823"]]), Li = { cla
2240
2240
  t("div", Ai, [
2241
2241
  t("h2", Ci, s(e.headline), 1),
2242
2242
  t("p", Ti, s(e.paragraph), 1),
2243
- u(l.$slots, "language-links")
2243
+ u(l.$slots, "language-links", {}, void 0, !0)
2244
2244
  ])
2245
2245
  ]));
2246
2246
  }
2247
- }), Ni = { class: "pagination__wrapper" }, zi = { class: "pagination__content" }, Vi = /* @__PURE__ */ m({
2247
+ });
2248
+ const Ni = /* @__PURE__ */ h(ji, [["__scopeId", "data-v-ab24dce0"]]), zi = { class: "pagination__wrapper" }, Vi = { class: "pagination__content" }, Oi = /* @__PURE__ */ m({
2248
2249
  __name: "pagination",
2249
2250
  props: {
2250
2251
  isPreviousDisabled: {
@@ -2258,8 +2259,8 @@ const Bi = /* @__PURE__ */ h(Di, [["__scopeId", "data-v-8ff68823"]]), Li = { cla
2258
2259
  },
2259
2260
  emits: ["previous", "next"],
2260
2261
  setup(e) {
2261
- return (l, a) => (i(), r("div", Ni, [
2262
- t("div", zi, [
2262
+ return (l, a) => (i(), r("div", zi, [
2263
+ t("div", Vi, [
2263
2264
  k(W, {
2264
2265
  onClick: a[0] || (a[0] = (n) => l.$emit("previous")),
2265
2266
  disabled: e.isPreviousDisabled,
@@ -2277,9 +2278,9 @@ const Bi = /* @__PURE__ */ h(Di, [["__scopeId", "data-v-8ff68823"]]), Li = { cla
2277
2278
  ]));
2278
2279
  }
2279
2280
  });
2280
- const Oi = /* @__PURE__ */ h(Vi, [["__scopeId", "data-v-161faef3"]]), Hi = {
2281
+ const Pi = /* @__PURE__ */ h(Oi, [["__scopeId", "data-v-161faef3"]]), Zi = {
2281
2282
  install: (e) => {
2282
- 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", j), e.component("AtomRadioButton", lt), e.component("AtomSelect", dt), e.component("AtomSlider", bt), e.component("AtomTextarea", qt), e.component("AtomTextField", Vt), e.component("AtomVideo", R), e.component("MoleculeBulletList", Ft), e.component("MoleculeCard", Kt), e.component("MoleculeEventCard", ra), e.component("MoleculeModal", se), e.component("BlockFacts", ga), e.component("BlockFeatures", Sa), e.component("BlockHeadline", Ha), e.component("BlockImage", Ba), e.component("BlockImageGallery", za), e.component("BlockMicroStories", Ra), e.component("BlockProductHero", Ja), e.component("BlockPromo", Qa), e.component("BlockQuote", ul), e.component("BlockRichText", vl), e.component("BlockTripleCardDisplay", wl), e.component("BlockVimeo", Dl), e.component("Organism404", jl), e.component("OrganismFilter", Hl), e.component("OrganismFooter", di), e.component("OrganismHeader", Bi), e.component("OrganismLanguageSwitcher", ji), e.component("OrganismPagination", Oi);
2283
+ 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", j), e.component("AtomRadioButton", lt), e.component("AtomSelect", dt), e.component("AtomSlider", bt), e.component("AtomTextarea", qt), e.component("AtomTextField", Vt), e.component("AtomVideo", R), 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", Ra), 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", di), e.component("OrganismHeader", Bi), e.component("OrganismLanguageSwitcher", Ni), e.component("OrganismPagination", Pi);
2283
2284
  }
2284
2285
  };
2285
2286
  export {
@@ -2296,7 +2297,7 @@ export {
2296
2297
  Vt as AtomTextField,
2297
2298
  qt as AtomTextarea,
2298
2299
  R as AtomVideo,
2299
- ga as BlockFacts,
2300
+ va as BlockFacts,
2300
2301
  Sa as BlockFeatures,
2301
2302
  Ha as BlockHeadline,
2302
2303
  Ba as BlockImage,
@@ -2305,7 +2306,7 @@ export {
2305
2306
  Ja as BlockProductHero,
2306
2307
  Qa as BlockPromo,
2307
2308
  ul as BlockQuote,
2308
- vl as BlockRichText,
2309
+ gl as BlockRichText,
2309
2310
  wl as BlockTripleCardDisplay,
2310
2311
  Dl as BlockVimeo,
2311
2312
  Ft as MoleculeBulletList,
@@ -2316,7 +2317,7 @@ export {
2316
2317
  Hl as OrganismFilter,
2317
2318
  di as OrganismFooter,
2318
2319
  Bi as OrganismHeader,
2319
- ji as OrganismLanguageSwitcher,
2320
- Oi as OrganismPagination,
2321
- Hi as default
2320
+ Ni as OrganismLanguageSwitcher,
2321
+ Pi as OrganismPagination,
2322
+ Zi as default
2322
2323
  };