@mirweb/mir-web-components 1.1.6 → 1.2.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,4 +1,4 @@
1
- import { defineComponent as g, computed as C, openBlock as l, createElementBlock as i, normalizeClass as m, toDisplayString as n, createElementVNode as t, renderSlot as c, pushScopeId as E, popScopeId as R, createTextVNode as x, ref as q, withDirectives as K, Fragment as P, renderList as M, vShow as Y, normalizeProps as F, guardReactiveProps as H, toRefs as $e, mergeProps as de, createVNode as S, Transition as ke, withCtx as $, withModifiers as pe, createBlock as D, createCommentVNode as h, watchEffect as he, withKeys as we, useSlots as Se, normalizeStyle as ce, isRef as ne, unref as I, onMounted as me, watch as W, onUnmounted as Be } from "vue";
1
+ import { defineComponent as g, computed as V, openBlock as l, createElementBlock as i, normalizeClass as m, toDisplayString as n, createElementVNode as t, renderSlot as c, pushScopeId as E, popScopeId as R, createTextVNode as x, ref as q, withDirectives as K, Fragment as P, renderList as M, vShow as Y, normalizeProps as F, guardReactiveProps as H, toRefs as $e, mergeProps as de, createVNode as S, Transition as ke, withCtx as $, withModifiers as pe, createBlock as C, createCommentVNode as h, watchEffect as he, withKeys as we, useSlots as Se, normalizeStyle as ce, isRef as ne, unref as I, onMounted as me, watch as W, onUnmounted as Be } from "vue";
2
2
  const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
3
3
  __name: "button",
4
4
  props: {
@@ -9,11 +9,12 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
9
9
  setup(e) {
10
10
  const a = {
11
11
  primary: "primary",
12
+ primaryDark: "primary-dark",
12
13
  secondary: "secondary",
13
14
  close: "close",
14
15
  next: "next",
15
16
  previous: "previous"
16
- }, r = e, s = C(() => a[r.variant]);
17
+ }, r = e, s = V(() => a[r.variant]);
17
18
  return (o, u) => (l(), i("button", {
18
19
  class: m(["button", "button--" + s.value]),
19
20
  "aria-label": o.ariaLabel
@@ -24,7 +25,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
24
25
  for (const [s, o] of a)
25
26
  r[s] = o;
26
27
  return r;
27
- }, ae = /* @__PURE__ */ f(qe, [["__scopeId", "data-v-a3e038ec"]]), Le = (e) => (E("data-v-0adb65a6"), e = e(), R(), e), Ve = ["id", "name", "value", "disabled", "required", "checked"], Ce = ["for"], De = /* @__PURE__ */ Le(() => /* @__PURE__ */ t("span", { class: "checkmark" }, null, -1)), Te = /* @__PURE__ */ g({
28
+ }, ae = /* @__PURE__ */ f(qe, [["__scopeId", "data-v-f61b579c"]]), Le = (e) => (E("data-v-0adb65a6"), e = e(), R(), e), De = ["id", "name", "value", "disabled", "required", "checked"], Ve = ["for"], Ce = /* @__PURE__ */ Le(() => /* @__PURE__ */ t("span", { class: "checkmark" }, null, -1)), Te = /* @__PURE__ */ g({
28
29
  __name: "checkbox",
29
30
  props: {
30
31
  name: { default: "checkbox" },
@@ -53,14 +54,14 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
53
54
  checked: o.checked,
54
55
  class: "checkbox__checkbox",
55
56
  onChange: s
56
- }, null, 40, Ve),
57
+ }, null, 40, De),
57
58
  t("label", {
58
59
  for: o.id,
59
60
  class: m(["checkbox__label", o.required ? "required" : ""])
60
61
  }, [
61
- De,
62
+ Ce,
62
63
  c(o.$slots, "default", {}, void 0, !0)
63
- ], 10, Ce)
64
+ ], 10, Ve)
64
65
  ], 2));
65
66
  }
66
67
  }), Ae = /* @__PURE__ */ f(Te, [["__scopeId", "data-v-0adb65a6"]]), Pe = (e) => (E("data-v-08813346"), e = e(), R(), e), Me = ["aria-label"], Oe = /* @__PURE__ */ Pe(() => /* @__PURE__ */ t("img", {
@@ -74,7 +75,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
74
75
  },
75
76
  emits: ["remove-chip"],
76
77
  setup(e) {
77
- const a = e, r = C(() => `Chip: ${a.text}`);
78
+ const a = e, r = V(() => `Chip: ${a.text}`);
78
79
  return (s, o) => (l(), i("div", {
79
80
  class: "chip__wrapper",
80
81
  onClick: o[0] || (o[0] = (u) => s.$emit("remove-chip"))
@@ -106,7 +107,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
106
107
  const r = {
107
108
  primary: "dropdown-dark-bg-primary",
108
109
  dark: "dropdown-dark dropdown-dark-bg-dark"
109
- }, s = e, o = C(() => r[s.variant]), u = q(null), p = q(null), _ = q([]), B = q(0), v = q(""), w = q(!0), L = q(0), oe = a, le = C(() => {
110
+ }, s = e, o = V(() => r[s.variant]), u = q(null), p = q(null), _ = q([]), B = q(0), v = q(""), w = q(!0), L = q(0), oe = a, le = V(() => {
110
111
  const d = s.options.find(
111
112
  (y) => y.value === s.modelValue
112
113
  );
@@ -136,11 +137,11 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
136
137
  case "ArrowUp":
137
138
  case "ArrowDown": {
138
139
  d.preventDefault();
139
- const V = s.options.findIndex(
140
+ const D = s.options.findIndex(
140
141
  (J) => J.value === s.modelValue
141
142
  );
142
- let z = V ? _.value[V] : _.value[0];
143
- y === "ArrowUp" ? V - 1 >= 0 && (z = _.value[V - 1]) : V + 1 <= s.options.length && (z = _.value[V + 1]), z && X(z);
143
+ let z = D ? _.value[D] : _.value[0];
144
+ y === "ArrowUp" ? D - 1 >= 0 && (z = _.value[D - 1]) : D + 1 <= s.options.length && (z = _.value[D + 1]), z && X(z);
144
145
  break;
145
146
  }
146
147
  case "Home":
@@ -156,8 +157,8 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
156
157
  d.preventDefault(), te(), (k = u.value) == null || k.focus();
157
158
  break;
158
159
  default: {
159
- const V = U(y);
160
- V && X(V);
160
+ const D = U(y);
161
+ D && X(D);
161
162
  break;
162
163
  }
163
164
  }
@@ -182,7 +183,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
182
183
  function U(d) {
183
184
  let y = "";
184
185
  (v.value === "" || y !== d) && (L.value = s.options.findIndex(
185
- (V) => V.value === s.modelValue
186
+ (D) => D.value === s.modelValue
186
187
  )), v.value = y === d ? d : v.value + d, y = d, N();
187
188
  let k = O(
188
189
  L.value + 1,
@@ -200,7 +201,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
200
201
  X(_.value[0]);
201
202
  }
202
203
  function X(d) {
203
- var k, V;
204
+ var k, D;
204
205
  const y = d.getAttribute("data-value");
205
206
  if (s.modelValue) {
206
207
  const z = s.options.findIndex(
@@ -213,7 +214,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
213
214
  y || ""
214
215
  ), ie(y || ""), p.value && p.value.scrollHeight > p.value.clientHeight) {
215
216
  const z = p.value.clientHeight + p.value.scrollTop, J = d.offsetTop + d.offsetHeight;
216
- J > z ? p.value.scrollTop = J - ((V = p.value) == null ? void 0 : V.clientHeight) : d.offsetTop < p.value.scrollTop && (p.value.scrollTop = d.offsetTop);
217
+ J > z ? p.value.scrollTop = J - ((D = p.value) == null ? void 0 : D.clientHeight) : d.offsetTop < p.value.scrollTop && (p.value.scrollTop = d.offsetTop);
217
218
  }
218
219
  }
219
220
  function ge() {
@@ -269,8 +270,8 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
269
270
  onKeydown: Z,
270
271
  onClick: G
271
272
  }, [
272
- (l(!0), i(P, null, M(d.options, (k, V) => (l(), i("li", {
273
- key: `${d.name}-option-${V}`,
273
+ (l(!0), i(P, null, M(d.options, (k, D) => (l(), i("li", {
274
+ key: `${d.name}-option-${D}`,
274
275
  ref_for: !0,
275
276
  ref_key: "listboxOptions",
276
277
  ref: _,
@@ -310,7 +311,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
310
311
  labelDark: { type: Boolean, default: !1 }
311
312
  },
312
313
  setup(e) {
313
- const a = e, r = C(() => `Label: ${a.text}`);
314
+ const a = e, r = V(() => `Label: ${a.text}`);
314
315
  return (s, o) => (l(), i("div", Ye, [
315
316
  t("span", {
316
317
  "aria-label": r.value,
@@ -340,7 +341,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
340
341
  hover: "underline-hover",
341
342
  true: "add-underline",
342
343
  false: "remove-underline"
343
- }, s = e, o = C(() => a[s.linkType]), u = C(() => r[s.underline]), p = C(() => {
344
+ }, s = e, o = V(() => a[s.linkType]), u = V(() => r[s.underline]), p = V(() => {
344
345
  const { ..._ } = $e(s);
345
346
  return _;
346
347
  });
@@ -461,7 +462,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
461
462
  }, ["stop"]))
462
463
  }, [
463
464
  t("div", null, [
464
- u.searchBar ? h("", !0) : (l(), D(ae, {
465
+ u.searchBar ? h("", !0) : (l(), C(ae, {
465
466
  key: 0,
466
467
  "aria-label": "close",
467
468
  variant: "close",
@@ -548,7 +549,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
548
549
  class: m([v.variant, "slider__value"])
549
550
  }, n(v.modelValue), 3)
550
551
  ]),
551
- v.information ? (l(), D(ve, {
552
+ v.information ? (l(), C(ve, {
552
553
  key: 0,
553
554
  show: p.value,
554
555
  "onUpdate:show": w[3] || (w[3] = (L) => p.value = L)
@@ -610,7 +611,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
610
611
  ])
611
612
  ]));
612
613
  }
613
- }), Vt = /* @__PURE__ */ f(Lt, [["__scopeId", "data-v-220a973c"]]), Ct = { class: "text-field__wrapper" }, Dt = ["for"], Tt = { key: 0 }, At = ["id", "type", "value", "placeholder", "required", "disabled", "name"], Pt = ["aria-expanded"], Mt = ["id", "type", "value", "placeholder", "required", "disabled", "name"], Ot = {
614
+ }), Dt = /* @__PURE__ */ f(Lt, [["__scopeId", "data-v-220a973c"]]), Vt = { class: "text-field__wrapper" }, Ct = ["for"], Tt = { key: 0 }, At = ["id", "type", "value", "placeholder", "required", "disabled", "name"], Pt = ["aria-expanded"], Mt = ["id", "type", "value", "placeholder", "required", "disabled", "name"], Ot = {
614
615
  key: 2,
615
616
  class: "search"
616
617
  }, Ft = {
@@ -646,12 +647,12 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
646
647
  tel: "tel",
647
648
  url: "url",
648
649
  search: "search"
649
- }, r = e, s = C(() => a[r.type]), o = q(!0), u = C(
650
+ }, r = e, s = V(() => a[r.type]), o = q(!0), u = V(
650
651
  () => o.value ? "showPassword" : "hidePassword"
651
- ), p = C(
652
+ ), p = V(
652
653
  () => o.value ? "password" : "text"
653
654
  );
654
- return (_, B) => (l(), i("div", Ct, [
655
+ return (_, B) => (l(), i("div", Vt, [
655
656
  t("label", {
656
657
  for: _.id,
657
658
  class: m([
@@ -659,7 +660,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
659
660
  _.disabled ? "disabled" : "",
660
661
  _.search ? "search" : ""
661
662
  ])
662
- }, n(_.label), 11, Dt),
663
+ }, n(_.label), 11, Ct),
663
664
  s.value === "password" ? (l(), i("div", Tt, [
664
665
  t("input", {
665
666
  id: _.id,
@@ -781,7 +782,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
781
782
  a.addressLine3 ? (l(), i("p", Qt, n(a.addressLine3), 1)) : h("", !0)
782
783
  ]),
783
784
  t("div", Zt, [
784
- a.website ? (l(), D(T, {
785
+ a.website ? (l(), C(T, {
785
786
  key: 0,
786
787
  underline: "false",
787
788
  "link-type": "regular"
@@ -794,7 +795,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
794
795
  ]),
795
796
  _: 1
796
797
  })) : h("", !0),
797
- (l(!0), i(P, null, M(a.phoneNumbers, (s) => (l(), D(T, {
798
+ (l(!0), i(P, null, M(a.phoneNumbers, (s) => (l(), C(T, {
798
799
  key: s,
799
800
  underline: "false",
800
801
  "link-type": "regular"
@@ -888,7 +889,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
888
889
  width: "596",
889
890
  height: "335"
890
891
  }
891
- }, o = e, u = C(() => s[o.size]);
892
+ }, o = e, u = V(() => s[o.size]);
892
893
  return (p, _) => (l(), i("div", na, [
893
894
  t("div", {
894
895
  class: m(["card", [
@@ -902,7 +903,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
902
903
  onMouseover: _[0] || (_[0] = (B) => ne(r) ? r.value = !0 : r = !0),
903
904
  onMouseout: _[1] || (_[1] = (B) => ne(r) ? r.value = !1 : r = !1)
904
905
  }, [
905
- p.mediaType === "image" ? (l(), D(A, { key: 0 }, {
906
+ p.mediaType === "image" ? (l(), C(A, { key: 0 }, {
906
907
  default: $(() => [
907
908
  c(p.$slots, "card-image", de({
908
909
  src: p.imgSrc,
@@ -1020,7 +1021,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
1020
1021
  ])
1021
1022
  ]));
1022
1023
  }
1023
- }), Ba = /* @__PURE__ */ f(Sa, [["__scopeId", "data-v-ebdea819"]]), Ia = { class: "facts__wrapper" }, qa = { class: "facts__content" }, La = { class: "facts__headline" }, Va = { class: "facts" }, Ca = { class: "fact__value" }, Da = { class: "fact__metric" }, Ta = {
1024
+ }), Ba = /* @__PURE__ */ f(Sa, [["__scopeId", "data-v-ebdea819"]]), Ia = { class: "facts__wrapper" }, qa = { class: "facts__content" }, La = { class: "facts__headline" }, Da = { class: "facts" }, Va = { class: "fact__value" }, Ca = { class: "fact__metric" }, Ta = {
1024
1025
  key: 0,
1025
1026
  class: "facts__link"
1026
1027
  }, Aa = /* @__PURE__ */ g({
@@ -1050,15 +1051,15 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
1050
1051
  return (a, r) => (l(), i("div", Ia, [
1051
1052
  t("div", qa, [
1052
1053
  t("h2", La, n(a.headline), 1),
1053
- t("div", Va, [
1054
+ t("div", Da, [
1054
1055
  (l(!0), i(P, null, M(a.facts, (s) => (l(), i("div", {
1055
1056
  key: s.value + s.metric,
1056
1057
  class: "fact"
1057
1058
  }, [
1058
- t("div", Ca, [
1059
+ t("div", Va, [
1059
1060
  t("span", null, n(s.value), 1)
1060
1061
  ]),
1061
- t("div", Da, [
1062
+ t("div", Ca, [
1062
1063
  t("span", null, n(s.metric), 1)
1063
1064
  ])
1064
1065
  ]))), 128))
@@ -1205,7 +1206,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
1205
1206
  white: "",
1206
1207
  light: "gallery__wrapper--light",
1207
1208
  dark: "gallery__wrapper--dark mirsaic--dark"
1208
- }, r = e, s = C(() => a[r.bgColor]);
1209
+ }, r = e, s = V(() => a[r.bgColor]);
1209
1210
  return (o, u) => (l(), i("div", {
1210
1211
  class: m(["gallery__wrapper", s.value])
1211
1212
  }, [
@@ -1345,10 +1346,10 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
1345
1346
  ])
1346
1347
  ]));
1347
1348
  }
1348
- }), Io = /* @__PURE__ */ f(Bo, [["__scopeId", "data-v-22f9be13"]]), qo = { class: "logo-wall__wrapper" }, Lo = { class: "logo-wall__content" }, Vo = {
1349
+ }), Io = /* @__PURE__ */ f(Bo, [["__scopeId", "data-v-22f9be13"]]), qo = { class: "logo-wall__wrapper" }, Lo = { class: "logo-wall__content" }, Do = {
1349
1350
  key: 0,
1350
1351
  class: "logo-wall__text"
1351
- }, Co = { key: 0 }, Do = { key: 1 }, To = { class: "logo-wall__logos" }, Ao = { class: "logo-wall__link" }, Po = /* @__PURE__ */ g({
1352
+ }, Vo = { key: 0 }, Co = { key: 1 }, To = { class: "logo-wall__logos" }, Ao = { class: "logo-wall__link" }, Po = /* @__PURE__ */ g({
1352
1353
  __name: "logo-wall",
1353
1354
  props: {
1354
1355
  headline: {
@@ -1368,9 +1369,9 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
1368
1369
  setup(e) {
1369
1370
  return (a, r) => (l(), i("div", qo, [
1370
1371
  t("div", Lo, [
1371
- e.headline || e.body ? (l(), i("div", Vo, [
1372
- e.headline ? (l(), i("h2", Co, n(e.headline), 1)) : h("", !0),
1373
- e.body ? (l(), i("p", Do, n(e.body), 1)) : h("", !0)
1372
+ e.headline || e.body ? (l(), i("div", Do, [
1373
+ e.headline ? (l(), i("h2", Vo, n(e.headline), 1)) : h("", !0),
1374
+ e.body ? (l(), i("p", Co, n(e.body), 1)) : h("", !0)
1374
1375
  ])) : h("", !0),
1375
1376
  t("div", To, [
1376
1377
  (l(!0), i(P, null, M(e.logos, (s) => (l(), i("div", {
@@ -1422,7 +1423,7 @@ const Ie = ["aria-label"], qe = /* @__PURE__ */ g({
1422
1423
  white: "micro-stories__wrapper--white",
1423
1424
  blue: "micro-stories__wrapper--blue",
1424
1425
  dark: "micro-stories__wrapper--dark"
1425
- }, r = C(() => a[s.bgColor]), s = e;
1426
+ }, r = V(() => a[s.bgColor]), s = e;
1426
1427
  return (o, u) => (l(), i("div", {
1427
1428
  class: m(["micro-stories__wrapper", r.value])
1428
1429
  }, [
@@ -1505,7 +1506,7 @@ const Ko = /* @__PURE__ */ f(No, [["render", Uo], ["__scopeId", "data-v-ea887d7a
1505
1506
  dark: "promo__wrapper--dark",
1506
1507
  light: "promo__wrapper--light",
1507
1508
  default: "promo__wrapper--default"
1508
- }, r = e, s = C(() => a[r.variant]);
1509
+ }, r = e, s = V(() => a[r.variant]);
1509
1510
  return (o, u) => (l(), i("div", {
1510
1511
  class: m([
1511
1512
  "promo__wrapper",
@@ -1554,7 +1555,7 @@ const Ko = /* @__PURE__ */ f(No, [["render", Uo], ["__scopeId", "data-v-ea887d7a
1554
1555
  o.reverse ? "promo__text--reverse" : "promo__text--default"
1555
1556
  ])
1556
1557
  }, [
1557
- o.label ? (l(), D(Q, {
1558
+ o.label ? (l(), C(Q, {
1558
1559
  key: 0,
1559
1560
  text: o.label,
1560
1561
  "label-dark": o.variant === "dark"
@@ -1567,7 +1568,7 @@ const Ko = /* @__PURE__ */ f(No, [["render", Uo], ["__scopeId", "data-v-ea887d7a
1567
1568
  }, [
1568
1569
  c(o.$slots, "promo-headline")
1569
1570
  ], 2),
1570
- o.linkType === "link" ? (l(), D(T, {
1571
+ o.linkType === "link" ? (l(), C(T, {
1571
1572
  key: 1,
1572
1573
  "link-type": o.variant === "dark" ? "regular_dark" : (o.variant === "light", "regular_light"),
1573
1574
  arrow: ""
@@ -1577,7 +1578,7 @@ const Ko = /* @__PURE__ */ f(No, [["render", Uo], ["__scopeId", "data-v-ea887d7a
1577
1578
  ]),
1578
1579
  _: 3
1579
1580
  }, 8, ["link-type"])) : h("", !0),
1580
- o.linkType === "button" ? (l(), D(T, {
1581
+ o.linkType === "button" ? (l(), C(T, {
1581
1582
  key: 2,
1582
1583
  "link-type": o.variant === "dark" ? "secondary_dark" : (o.variant === "light", "secondary")
1583
1584
  }, {
@@ -1668,7 +1669,7 @@ const Ko = /* @__PURE__ */ f(No, [["render", Uo], ["__scopeId", "data-v-ea887d7a
1668
1669
  ])
1669
1670
  }, [
1670
1671
  t("div", ml, [
1671
- a.label ? (l(), D(Q, {
1672
+ a.label ? (l(), C(Q, {
1672
1673
  key: 0,
1673
1674
  text: a.label,
1674
1675
  "label-dark": !1
@@ -1735,7 +1736,7 @@ function Bl(e, a) {
1735
1736
  ])
1736
1737
  ]);
1737
1738
  }
1738
- const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040"]]), ql = (e) => (E("data-v-e254e1e0"), e = e(), R(), e), Ll = { class: "timeline__wrapper" }, Vl = { class: "timeline__content" }, Cl = { class: "timeline__items" }, Dl = { class: "item__left" }, Tl = /* @__PURE__ */ ql(() => /* @__PURE__ */ t("div", { class: "item__elements" }, [
1739
+ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040"]]), ql = (e) => (E("data-v-e254e1e0"), e = e(), R(), e), Ll = { class: "timeline__wrapper" }, Dl = { class: "timeline__content" }, Vl = { class: "timeline__items" }, Cl = { class: "item__left" }, Tl = /* @__PURE__ */ ql(() => /* @__PURE__ */ t("div", { class: "item__elements" }, [
1739
1740
  /* @__PURE__ */ t("div", { class: "circle" }),
1740
1741
  /* @__PURE__ */ t("div", { class: "line" })
1741
1742
  ], -1)), Al = { class: "item__right" }, Pl = ["innerHTML"], Ml = /* @__PURE__ */ g({
@@ -1762,13 +1763,13 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
1762
1763
  r.observe(s);
1763
1764
  });
1764
1765
  }), (a, r) => (l(), i("div", Ll, [
1765
- t("div", Vl, [
1766
- t("div", Cl, [
1766
+ t("div", Dl, [
1767
+ t("div", Vl, [
1767
1768
  (l(!0), i(P, null, M(e.timelineItems, (s) => (l(), i("div", {
1768
1769
  key: s.year,
1769
1770
  class: "timeline__item faded"
1770
1771
  }, [
1771
- t("div", Dl, n(s.year), 1),
1772
+ t("div", Cl, n(s.year), 1),
1772
1773
  Tl,
1773
1774
  t("div", Al, [
1774
1775
  S(A, null, {
@@ -1913,7 +1914,7 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
1913
1914
  ])
1914
1915
  ]));
1915
1916
  }
1916
- }), bs = /* @__PURE__ */ f(gs, [["__scopeId", "data-v-31c1ba00"]]), j = (e) => (E("data-v-aa82b03d"), e = e(), R(), e), ys = { class: "footer__wrapper" }, $s = { class: "footer__content" }, ks = { class: "footer__sections" }, ws = { class: "section__title" }, Ss = { class: "section__list" }, Bs = { class: "section" }, Is = /* @__PURE__ */ j(() => /* @__PURE__ */ t("span", { class: "section__title" }, "Mobile Industrial Robots A/S", -1)), qs = /* @__PURE__ */ j(() => /* @__PURE__ */ t("span", null, "Emil Neckelmanns Vej 15F", -1)), Ls = /* @__PURE__ */ j(() => /* @__PURE__ */ t("span", null, "DK-5220 Odense SØ", -1)), Vs = /* @__PURE__ */ j(() => /* @__PURE__ */ t("span", null, "CVR: 35251235", -1)), Cs = /* @__PURE__ */ j(() => /* @__PURE__ */ t("br", null, null, -1)), Ds = /* @__PURE__ */ j(() => /* @__PURE__ */ t("a", { href: "mailto:mail@mir-robots.com" }, "mail@mir-robots.com", -1)), Ts = /* @__PURE__ */ j(() => /* @__PURE__ */ t("a", { href: "tel:+4520377577" }, "+45 20 377 577", -1)), As = { class: "footer__bottom" }, Ps = { class: "copyright" }, Ms = { class: "footer__policy" }, Os = /* @__PURE__ */ j(() => /* @__PURE__ */ t("i", { class: "change-region" }, null, -1)), Fs = {
1917
+ }), bs = /* @__PURE__ */ f(gs, [["__scopeId", "data-v-31c1ba00"]]), j = (e) => (E("data-v-aa82b03d"), e = e(), R(), e), ys = { class: "footer__wrapper" }, $s = { class: "footer__content" }, ks = { class: "footer__sections" }, ws = { class: "section__title" }, Ss = { class: "section__list" }, Bs = { class: "section" }, Is = /* @__PURE__ */ j(() => /* @__PURE__ */ t("span", { class: "section__title" }, "Mobile Industrial Robots A/S", -1)), qs = /* @__PURE__ */ j(() => /* @__PURE__ */ t("span", null, "Emil Neckelmanns Vej 15F", -1)), Ls = /* @__PURE__ */ j(() => /* @__PURE__ */ t("span", null, "DK-5220 Odense SØ", -1)), Ds = /* @__PURE__ */ j(() => /* @__PURE__ */ t("span", null, "CVR: 35251235", -1)), Vs = /* @__PURE__ */ j(() => /* @__PURE__ */ t("br", null, null, -1)), Cs = /* @__PURE__ */ j(() => /* @__PURE__ */ t("a", { href: "mailto:mail@mir-robots.com" }, "mail@mir-robots.com", -1)), Ts = /* @__PURE__ */ j(() => /* @__PURE__ */ t("a", { href: "tel:+4520377577" }, "+45 20 377 577", -1)), As = { class: "footer__bottom" }, Ps = { class: "copyright" }, Ms = { class: "footer__policy" }, Os = /* @__PURE__ */ j(() => /* @__PURE__ */ t("i", { class: "change-region" }, null, -1)), Fs = {
1917
1918
  key: 0,
1918
1919
  class: "footer__social"
1919
1920
  }, Es = ["href", "aria-label"], Rs = {
@@ -1953,15 +1954,15 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
1953
1954
  t("address", null, [
1954
1955
  qs,
1955
1956
  Ls,
1957
+ Ds,
1956
1958
  Vs,
1957
- Cs,
1958
1959
  S(T, {
1959
1960
  class: "footer__contact",
1960
1961
  "link-type": "regular_light",
1961
1962
  underline: "false"
1962
1963
  }, {
1963
1964
  default: $(() => [
1964
- Ds
1965
+ Cs
1965
1966
  ]),
1966
1967
  _: 1
1967
1968
  }),
@@ -1994,7 +1995,7 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
1994
1995
  c(a.$slots, "footer-cookie-link")
1995
1996
  ]),
1996
1997
  a.language !== "zh" ? (l(), i("div", Fs, [
1997
- (l(!0), i(P, null, M(a.socialMedia, (s) => (l(), D(T, {
1998
+ (l(!0), i(P, null, M(a.socialMedia, (s) => (l(), C(T, {
1998
1999
  key: s.title,
1999
2000
  underline: "false",
2000
2001
  "link-type": "regular"
@@ -2015,7 +2016,7 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
2015
2016
  _: 2
2016
2017
  }, 1024))), 128))
2017
2018
  ])) : (l(), i("div", Rs, [
2018
- (l(!0), i(P, null, M(a.socialMediaChina, (s) => (l(), D(T, {
2019
+ (l(!0), i(P, null, M(a.socialMediaChina, (s) => (l(), C(T, {
2019
2020
  key: s.title,
2020
2021
  underline: "false",
2021
2022
  "link-type": "regular"
@@ -2348,7 +2349,7 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
2348
2349
  ])
2349
2350
  ]));
2350
2351
  }
2351
- }), Ii = /* @__PURE__ */ f(Bi, [["__scopeId", "data-v-dc8cc97e"]]), qi = { class: "pagination__wrapper" }, Li = { class: "pagination__content" }, Vi = /* @__PURE__ */ g({
2352
+ }), Ii = /* @__PURE__ */ f(Bi, [["__scopeId", "data-v-dc8cc97e"]]), qi = { class: "pagination__wrapper" }, Li = { class: "pagination__content" }, Di = /* @__PURE__ */ g({
2352
2353
  __name: "pagination",
2353
2354
  props: {
2354
2355
  isPreviousDisabled: {
@@ -2380,13 +2381,13 @@ const Il = /* @__PURE__ */ f(yl, [["render", Bl], ["__scopeId", "data-v-449f3040
2380
2381
  ])
2381
2382
  ]));
2382
2383
  }
2383
- }), Ci = /* @__PURE__ */ f(Vi, [["__scopeId", "data-v-da6d07c9"]]), Di = {}, Ti = { class: "search__wrapper" };
2384
+ }), Vi = /* @__PURE__ */ f(Di, [["__scopeId", "data-v-da6d07c9"]]), Ci = {}, Ti = { class: "search__wrapper" };
2384
2385
  function Ai(e, a) {
2385
2386
  return l(), i("div", Ti, [
2386
2387
  c(e.$slots, "default", { class: "search__content" })
2387
2388
  ]);
2388
2389
  }
2389
- const Pi = /* @__PURE__ */ f(Di, [["render", Ai], ["__scopeId", "data-v-623adb82"]]), Mi = { class: "product-hero__wrapper" }, Oi = { class: "product-hero__content" }, Fi = { class: "product-hero__headline" }, Ei = { class: "product-hero__video" }, Ri = { class: "product-hero__insignia" }, Hi = {
2390
+ const Pi = /* @__PURE__ */ f(Ci, [["render", Ai], ["__scopeId", "data-v-623adb82"]]), Mi = { class: "product-hero__wrapper" }, Oi = { class: "product-hero__content" }, Fi = { class: "product-hero__headline" }, Ei = { class: "product-hero__video" }, Ri = { class: "product-hero__insignia" }, Hi = {
2390
2391
  key: 0,
2391
2392
  class: "product-hero__logo"
2392
2393
  }, Ni = {
@@ -2431,7 +2432,7 @@ const Pi = /* @__PURE__ */ f(Di, [["render", Ai], ["__scopeId", "data-v-623adb82
2431
2432
  t("div", Oi, [
2432
2433
  t("div", Fi, n(e.headline), 1),
2433
2434
  t("div", Ei, [
2434
- e.videoSrc !== "" ? (l(), D(ee, {
2435
+ e.videoSrc !== "" ? (l(), C(ee, {
2435
2436
  key: 0,
2436
2437
  play: "",
2437
2438
  "local-video": !0,
@@ -2442,7 +2443,7 @@ const Pi = /* @__PURE__ */ f(Di, [["render", Ai], ["__scopeId", "data-v-623adb82
2442
2443
  autoplay: "",
2443
2444
  loop: "",
2444
2445
  muted: ""
2445
- }, null, 8, ["src", "aria-label", "poster"])) : (l(), D(I(A), { key: 1 }, {
2446
+ }, null, 8, ["src", "aria-label", "poster"])) : (l(), C(I(A), { key: 1 }, {
2446
2447
  default: $(() => [
2447
2448
  c(a.$slots, "product-hero-image", {}, void 0, !0)
2448
2449
  ]),
@@ -2488,7 +2489,7 @@ const Pi = /* @__PURE__ */ f(Di, [["render", Ai], ["__scopeId", "data-v-623adb82
2488
2489
  dark: "promo__wrapper--dark",
2489
2490
  light: "promo__wrapper--light",
2490
2491
  default: "promo__wrapper--default"
2491
- }, r = e, s = C(() => a[r.variant]);
2492
+ }, r = e, s = V(() => a[r.variant]);
2492
2493
  return (o, u) => (l(), i("div", {
2493
2494
  class: m([
2494
2495
  "promo__wrapper",
@@ -2522,7 +2523,7 @@ const Pi = /* @__PURE__ */ f(Di, [["render", Ai], ["__scopeId", "data-v-623adb82
2522
2523
  o.reverse ? "promo__text--reverse" : "promo__text--default"
2523
2524
  ])
2524
2525
  }, [
2525
- o.label ? (l(), D(Q, {
2526
+ o.label ? (l(), C(Q, {
2526
2527
  key: 0,
2527
2528
  text: o.label,
2528
2529
  "label-dark": o.variant === "dark"
@@ -2535,7 +2536,7 @@ const Pi = /* @__PURE__ */ f(Di, [["render", Ai], ["__scopeId", "data-v-623adb82
2535
2536
  }, [
2536
2537
  c(o.$slots, "promo-text")
2537
2538
  ], 2),
2538
- o.linkType === "link" ? (l(), D(T, {
2539
+ o.linkType === "link" ? (l(), C(T, {
2539
2540
  key: 1,
2540
2541
  "link-type": o.variant === "dark" ? "regular_dark" : (o.variant === "light", "regular_light"),
2541
2542
  arrow: ""
@@ -2545,7 +2546,7 @@ const Pi = /* @__PURE__ */ f(Di, [["render", Ai], ["__scopeId", "data-v-623adb82
2545
2546
  ]),
2546
2547
  _: 3
2547
2548
  }, 8, ["link-type"])) : h("", !0),
2548
- o.linkType === "button" ? (l(), D(T, {
2549
+ o.linkType === "button" ? (l(), C(T, {
2549
2550
  key: 2,
2550
2551
  "link-type": o.variant === "dark" ? "secondary_dark" : (o.variant === "light", "secondary")
2551
2552
  }, {
@@ -2560,7 +2561,7 @@ const Pi = /* @__PURE__ */ f(Di, [["render", Ai], ["__scopeId", "data-v-623adb82
2560
2561
  }
2561
2562
  }), Zi = /* @__PURE__ */ f(Qi, [["__scopeId", "data-v-00c0bad3"]]), xi = {
2562
2563
  install: (e) => {
2563
- e.component("AtomButton", ae), e.component("AtomCheckbox", Ae), e.component("AtomChip", Ee), e.component("AtomDropdown", Ge), e.component("AtomImage", A), e.component("AtomLabel", Q), e.component("AtomLink", T), e.component("AtomRadioButton", lt), e.component("AtomSelect", ct), e.component("AtomSlider", $t), e.component("AtomTextarea", Vt), e.component("AtomTextField", Ht), e.component("AtomVideo", ee), e.component("MoleculeAddress", aa), e.component("MoleculeBulletList", ra), e.component("MoleculeCard", _a), e.component("MoleculeEventCard", ya), e.component("MoleculeModal", ve), e.component("MoleculeTextCard", Ba), e.component("BlockFacts", Pa), e.component("BlockFeatures", za), e.component("BlockFormScript", Qa), e.component("BlockHeadline", po), e.component("BlockHero", Io), e.component("BlockImage", ao), e.component("BlockImageGallery", no), e.component("BlockLogoWall", Mo), e.component("BlockMicroStories", Ho), e.component("BlockPolicy", Ko), e.component("BlockProductHero", ji), e.component("BlockPromo", tl), e.component("BlockQuote", hl), e.component("BlockRichText", bl), e.component("BlockRichTextColumns", Il), e.component("BlockTimeline", Ol), e.component("BlockCardDisplay", Xo), e.component("BlockVimeo", zl), e.component("BlockPalletJack", Zi), e.component("BlockFrontPageHero", rs), e.component("Organism404", ps), e.component("OrganismFilter", bs), e.component("OrganismFooter", zs), e.component("OrganismHeader", bi), e.component("OrganismLanguageSwitcher", Ii), e.component("OrganismPagination", Ci), e.component("OrganismSearch", Pi);
2564
+ e.component("AtomButton", ae), e.component("AtomCheckbox", Ae), e.component("AtomChip", Ee), e.component("AtomDropdown", Ge), e.component("AtomImage", A), e.component("AtomLabel", Q), e.component("AtomLink", T), e.component("AtomRadioButton", lt), e.component("AtomSelect", ct), e.component("AtomSlider", $t), e.component("AtomTextarea", Dt), e.component("AtomTextField", Ht), e.component("AtomVideo", ee), e.component("MoleculeAddress", aa), e.component("MoleculeBulletList", ra), e.component("MoleculeCard", _a), e.component("MoleculeEventCard", ya), e.component("MoleculeModal", ve), e.component("MoleculeTextCard", Ba), e.component("BlockFacts", Pa), e.component("BlockFeatures", za), e.component("BlockFormScript", Qa), e.component("BlockHeadline", po), e.component("BlockHero", Io), e.component("BlockImage", ao), e.component("BlockImageGallery", no), e.component("BlockLogoWall", Mo), e.component("BlockMicroStories", Ho), e.component("BlockPolicy", Ko), e.component("BlockProductHero", ji), e.component("BlockPromo", tl), e.component("BlockQuote", hl), e.component("BlockRichText", bl), e.component("BlockRichTextColumns", Il), e.component("BlockTimeline", Ol), e.component("BlockCardDisplay", Xo), e.component("BlockVimeo", zl), e.component("BlockPalletJack", Zi), e.component("BlockFrontPageHero", rs), e.component("Organism404", ps), e.component("OrganismFilter", bs), e.component("OrganismFooter", zs), e.component("OrganismHeader", bi), e.component("OrganismLanguageSwitcher", Ii), e.component("OrganismPagination", Vi), e.component("OrganismSearch", Pi);
2564
2565
  }
2565
2566
  };
2566
2567
  export {
@@ -2575,7 +2576,7 @@ export {
2575
2576
  ct as AtomSelect,
2576
2577
  $t as AtomSlider,
2577
2578
  Ht as AtomTextField,
2578
- Vt as AtomTextarea,
2579
+ Dt as AtomTextarea,
2579
2580
  ee as AtomVideo,
2580
2581
  Xo as BlockCardDisplay,
2581
2582
  Pa as BlockFacts,
@@ -2608,7 +2609,7 @@ export {
2608
2609
  zs as OrganismFooter,
2609
2610
  bi as OrganismHeader,
2610
2611
  Ii as OrganismLanguageSwitcher,
2611
- Ci as OrganismPagination,
2612
+ Vi as OrganismPagination,
2612
2613
  Pi as OrganismSearch,
2613
2614
  xi as default
2614
2615
  };