@mirweb/mir-web-components 1.8.7 → 1.9.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 q, openBlock as l, createElementBlock as i, normalizeClass as h, toDisplayString as d, createElementVNode as t, renderSlot as c, pushScopeId as H, popScopeId as R, createTextVNode as J, ref as C, resolveDirective as _e, withDirectives as U, Fragment as D, renderList as V, vShow as Z, normalizeProps as O, guardReactiveProps as z, toRefs as Se, mergeProps as M, createVNode as S, Transition as Ie, withCtx as y, withModifiers as he, createBlock as A, createCommentVNode as _, watchEffect as pe, withKeys as Ce, useSlots as qe, normalizeStyle as ee, isRef as x, unref as I, onMounted as me, watch as Q, onUnmounted as Te } from "vue";
1
+ import { defineComponent as g, computed as q, openBlock as l, createElementBlock as i, normalizeClass as h, toDisplayString as d, createElementVNode as t, renderSlot as c, pushScopeId as H, popScopeId as R, createTextVNode as J, ref as C, resolveDirective as _e, withDirectives as U, Fragment as V, renderList as P, vShow as Z, normalizeProps as O, guardReactiveProps as z, toRefs as Se, mergeProps as M, createVNode as S, Transition as Ie, withCtx as y, withModifiers as he, createBlock as T, createCommentVNode as _, watchEffect as pe, withKeys as Ce, useSlots as qe, normalizeStyle as ee, isRef as x, unref as I, onMounted as me, watch as Q, onUnmounted as Te } from "vue";
2
2
  const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
3
3
  __name: "button",
4
4
  props: {
@@ -117,12 +117,12 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
117
117
  ae("update:modelValue", m);
118
118
  }
119
119
  function de(m) {
120
- var T;
120
+ var A;
121
121
  const B = m.target;
122
- B.getAttribute("role") === "option" && (W(B), se(), (T = u.value) == null || T.focus());
122
+ B.getAttribute("role") === "option" && (W(B), se(), (A = u.value) == null || A.focus());
123
123
  }
124
124
  function G(m) {
125
- var T;
125
+ var A;
126
126
  const B = m.key;
127
127
  switch (B) {
128
128
  case "ArrowUp":
@@ -145,7 +145,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
145
145
  break;
146
146
  case "Enter":
147
147
  case "Escape":
148
- m.preventDefault(), se(), (T = u.value) == null || T.focus();
148
+ m.preventDefault(), se(), (A = u.value) == null || A.focus();
149
149
  break;
150
150
  default: {
151
151
  const L = j(B);
@@ -176,23 +176,23 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
176
176
  (f.value === "" || B !== m) && (w.value = s.options.findIndex(
177
177
  (L) => L.value === s.modelValue
178
178
  )), f.value = B === m ? m : f.value + m, B = m, $();
179
- let T = K(
179
+ let A = K(
180
180
  w.value + 1,
181
181
  s.options.length
182
182
  );
183
- return !T && f.value.length === 1 && (T = K(0, w.value)), w.value = (w.value + 1) % s.options.length, T;
183
+ return !A && f.value.length === 1 && (A = K(0, w.value)), w.value = (w.value + 1) % s.options.length, A;
184
184
  }
185
185
  function K(m, B) {
186
- for (let T = m; T < B; T++)
187
- if (s.options[T].label && s.options[T].label.toUpperCase().indexOf(f.value.toUpperCase()) === 0)
188
- return n.value[T];
186
+ for (let A = m; A < B; A++)
187
+ if (s.options[A].label && s.options[A].label.toUpperCase().indexOf(f.value.toUpperCase()) === 0)
188
+ return n.value[A];
189
189
  return null;
190
190
  }
191
191
  function E() {
192
192
  W(n.value[0]);
193
193
  }
194
194
  function W(m) {
195
- var T, L;
195
+ var A, L;
196
196
  const B = m.getAttribute("data-value");
197
197
  if (s.modelValue) {
198
198
  const N = s.options.findIndex(
@@ -200,7 +200,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
200
200
  ), Y = n.value[N];
201
201
  ce(Y);
202
202
  }
203
- if (m.setAttribute("aria-selected", "true"), (T = p.value) == null || T.setAttribute(
203
+ if (m.setAttribute("aria-selected", "true"), (A = p.value) == null || A.setAttribute(
204
204
  "aria-activedescendant",
205
205
  B || ""
206
206
  ), ne(B || ""), p.value && p.value.scrollHeight > p.value.clientHeight) {
@@ -225,7 +225,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
225
225
  s.disabled || (k.value ? ue() : se());
226
226
  }
227
227
  return (m, B) => {
228
- const T = _e("click-outside");
228
+ const A = _e("click-outside");
229
229
  return l(), i("div", {
230
230
  ref: "listbox",
231
231
  class: "listbox__wrapper",
@@ -263,7 +263,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
263
263
  onKeydown: G,
264
264
  onClick: de
265
265
  }, [
266
- (l(!0), i(D, null, V(m.options, (L, N) => (l(), i("li", {
266
+ (l(!0), i(V, null, P(m.options, (L, N) => (l(), i("li", {
267
267
  key: `${m.name}-option-${N}`,
268
268
  ref_for: !0,
269
269
  ref_key: "listboxOptions",
@@ -277,7 +277,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
277
277
  [Z, !k.value]
278
278
  ])
279
279
  ])), [
280
- [T, se]
280
+ [A, se]
281
281
  ])
282
282
  ], 8, Ee);
283
283
  };
@@ -314,7 +314,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
314
314
  }, d(s.text), 11, xe)
315
315
  ]));
316
316
  }
317
- }), X = /* @__PURE__ */ v(et, [["__scopeId", "data-v-7d9d3a8a"]]), tt = { class: "link__wrapper" }, P = /* @__PURE__ */ g({
317
+ }), X = /* @__PURE__ */ v(et, [["__scopeId", "data-v-7d9d3a8a"]]), tt = { class: "link__wrapper" }, D = /* @__PURE__ */ g({
318
318
  __name: "link",
319
319
  props: {
320
320
  linkType: { default: "regular" },
@@ -420,7 +420,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
420
420
  a.$emit("update:modelValue", s.target.value), s.target.blur();
421
421
  })
422
422
  }, [
423
- (l(!0), i(D, null, V(a.options, (s) => (l(), i("option", {
423
+ (l(!0), i(V, null, P(a.options, (s) => (l(), i("option", {
424
424
  key: s.value,
425
425
  value: s.value
426
426
  }, d(s.text), 9, ut))), 128))
@@ -457,7 +457,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
457
457
  }, ["stop"]))
458
458
  }, [
459
459
  t("div", null, [
460
- u.searchBar ? _("", !0) : (l(), A(le, {
460
+ u.searchBar ? _("", !0) : (l(), T(le, {
461
461
  key: 0,
462
462
  "aria-label": "close",
463
463
  variant: "close",
@@ -544,7 +544,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
544
544
  class: h([f.variant, "slider__value"])
545
545
  }, d(f.modelValue), 3)
546
546
  ]),
547
- f.information ? (l(), A(ve, {
547
+ f.information ? (l(), T(ve, {
548
548
  key: 0,
549
549
  show: p.value,
550
550
  "onUpdate:show": k[3] || (k[3] = (w) => p.value = w)
@@ -779,7 +779,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
779
779
  a.addressLine3 ? (l(), i("p", Xt, d(a.addressLine3), 1)) : _("", !0)
780
780
  ]),
781
781
  t("div", xt, [
782
- a.website ? (l(), A(P, {
782
+ a.website ? (l(), T(D, {
783
783
  key: 0,
784
784
  underline: "false",
785
785
  "link-type": "regular"
@@ -792,7 +792,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
792
792
  ]),
793
793
  _: 1
794
794
  })) : _("", !0),
795
- (l(!0), i(D, null, V(a.phoneNumbers, (s) => (l(), A(P, {
795
+ (l(!0), i(V, null, P(a.phoneNumbers, (s) => (l(), T(D, {
796
796
  key: s,
797
797
  underline: "false",
798
798
  "link-type": "regular"
@@ -838,7 +838,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
838
838
  class: h(["bullet-list", e.variant])
839
839
  }, [
840
840
  t("ul", null, [
841
- (l(!0), i(D, null, V(e.list, (s) => (l(), i("li", { key: s }, [
841
+ (l(!0), i(V, null, P(e.list, (s) => (l(), i("li", { key: s }, [
842
842
  ra,
843
843
  J(" " + d(s), 1)
844
844
  ]))), 128))
@@ -907,7 +907,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
907
907
  onFocus: b[2] || (b[2] = (f) => x(r) ? r.value = !0 : r = !0),
908
908
  onBlur: b[3] || (b[3] = (f) => x(r) ? r.value = !1 : r = !1)
909
909
  }, [
910
- n.mediaType === "image" ? (l(), A(F, { key: 0 }, {
910
+ n.mediaType === "image" ? (l(), T(F, { key: 0 }, {
911
911
  default: y(() => [
912
912
  c(n.$slots, "card-image", M({
913
913
  src: n.imgSrc,
@@ -1180,7 +1180,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1180
1180
  }, s = (o) => a.value.includes(o);
1181
1181
  return (o, u) => (l(), i("section", Ga, [
1182
1182
  t("div", Ja, [
1183
- (l(!0), i(D, null, V(o.accordions, (p) => (l(), i("div", {
1183
+ (l(!0), i(V, null, P(o.accordions, (p) => (l(), i("div", {
1184
1184
  key: p._uid
1185
1185
  }, [
1186
1186
  t("div", Wa, [
@@ -1286,7 +1286,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1286
1286
  ])) : _("", !0)
1287
1287
  ]),
1288
1288
  t("div", po, [
1289
- (l(!0), i(D, null, V(a.columns, (s) => (l(), A(ge, {
1289
+ (l(!0), i(V, null, P(a.columns, (s) => (l(), T(ge, {
1290
1290
  key: s._uid,
1291
1291
  headline: s.headline,
1292
1292
  bodytext: s.bodytext,
@@ -1342,7 +1342,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1342
1342
  t("div", go, [
1343
1343
  t("h2", bo, d(a.headline), 1),
1344
1344
  t("div", yo, [
1345
- (l(!0), i(D, null, V(a.facts, (s) => (l(), i("div", {
1345
+ (l(!0), i(V, null, P(a.facts, (s) => (l(), i("div", {
1346
1346
  key: s.value + s.metric,
1347
1347
  class: "fact"
1348
1348
  }, [
@@ -1355,7 +1355,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1355
1355
  ]))), 128))
1356
1356
  ]),
1357
1357
  a.link ? (l(), i("div", wo, [
1358
- S(P, {
1358
+ S(D, {
1359
1359
  "link-type": "regular_light",
1360
1360
  arrow: ""
1361
1361
  }, {
@@ -1393,7 +1393,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1393
1393
  t("div", {
1394
1394
  class: h(["features__elements", [a.elements.length === 6 ? "features__elements--grid-6" : ""]])
1395
1395
  }, [
1396
- (l(!0), i(D, null, V(a.elements, (s) => (l(), i("div", {
1396
+ (l(!0), i(V, null, P(a.elements, (s) => (l(), i("div", {
1397
1397
  key: s.headline,
1398
1398
  class: "features__element"
1399
1399
  }, [
@@ -1457,7 +1457,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1457
1457
  lg: s.value === "lg"
1458
1458
  }])
1459
1459
  }, [
1460
- (l(!0), i(D, null, V(o.flashcards, (p) => (l(), A(I(be), {
1460
+ (l(!0), i(V, null, P(o.flashcards, (p) => (l(), T(I(be), {
1461
1461
  key: p._uid,
1462
1462
  name: p.name,
1463
1463
  bodytext: p.bodytext,
@@ -1510,7 +1510,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1510
1510
  t("div", Eo, [
1511
1511
  c(o.$slots, "form-body", {}, void 0, !0)
1512
1512
  ]),
1513
- o.linkType === "link" ? (l(), A(P, {
1513
+ o.linkType === "link" ? (l(), T(D, {
1514
1514
  key: 0,
1515
1515
  "link-type": o.variant === "dark" ? "regular_dark" : (o.variant === "light", "regular_light"),
1516
1516
  arrow: ""
@@ -1574,7 +1574,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1574
1574
  t("h1", null, d(e.headline), 1)
1575
1575
  ]),
1576
1576
  t("div", as, [
1577
- S(P, {
1577
+ S(D, {
1578
1578
  "link-type": "regular_light",
1579
1579
  arrow: ""
1580
1580
  }, {
@@ -1657,7 +1657,9 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1657
1657
  body: { default: "" },
1658
1658
  flipHorizontal: { type: Boolean, default: !1 },
1659
1659
  flipVertical: { type: Boolean, default: !1 },
1660
- bgColor: { default: "white" }
1660
+ bgColor: { default: "white" },
1661
+ linkText: { default: "" },
1662
+ linkType: { default: "link" }
1661
1663
  },
1662
1664
  setup(e) {
1663
1665
  const a = {
@@ -1710,7 +1712,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1710
1712
  o.flipVertical ? "gallery__small--reverse" : "gallery__small--default"
1711
1713
  ])
1712
1714
  }, [
1713
- (l(!0), i(D, null, V(o.mediaSmall, (p) => (l(), i("div", {
1715
+ (l(!0), i(V, null, P(o.mediaSmall, (p) => (l(), i("div", {
1714
1716
  key: p.src + p.alt,
1715
1717
  class: "image image--small"
1716
1718
  }, [
@@ -1730,13 +1732,23 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1730
1732
  key: 0,
1731
1733
  class: h(["body", o.bgColor === "dark" ? "body--dark" : ""])
1732
1734
  }, [
1733
- t("p", null, d(o.body), 1)
1735
+ t("p", null, d(o.body), 1),
1736
+ o.linkType === "link" ? (l(), T(D, {
1737
+ key: 0,
1738
+ "link-type": o.bgColor === "dark" ? "regular_dark" : (o.bgColor === "light", "regular_light"),
1739
+ arrow: ""
1740
+ }, {
1741
+ default: y(() => [
1742
+ c(o.$slots, "gallery-link")
1743
+ ]),
1744
+ _: 3
1745
+ }, 8, ["link-type"])) : _("", !0)
1734
1746
  ], 2)) : _("", !0)
1735
1747
  ], 6)
1736
1748
  ], 2)
1737
1749
  ], 2));
1738
1750
  }
1739
- }), bs = /* @__PURE__ */ v(gs, [["__scopeId", "data-v-4997f83a"]]), ys = { class: "logo-wall__wrapper" }, ks = { class: "logo-wall__content" }, $s = {
1751
+ }), bs = /* @__PURE__ */ v(gs, [["__scopeId", "data-v-ae1f41d4"]]), ys = { class: "logo-wall__wrapper" }, ks = { class: "logo-wall__content" }, $s = {
1740
1752
  key: 0,
1741
1753
  class: "logo-wall__text"
1742
1754
  }, ws = { key: 0 }, Bs = { key: 1 }, Ss = { class: "logo-wall__logos" }, Is = { class: "logo-wall__link" }, Cs = /* @__PURE__ */ g({
@@ -1764,7 +1776,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1764
1776
  e.body ? (l(), i("p", Bs, d(e.body), 1)) : _("", !0)
1765
1777
  ])) : _("", !0),
1766
1778
  t("div", Ss, [
1767
- (l(!0), i(D, null, V(e.logos, (s) => (l(), i("div", {
1779
+ (l(!0), i(V, null, P(e.logos, (s) => (l(), i("div", {
1768
1780
  key: s.src + s.alt,
1769
1781
  class: "logo-wall__logo"
1770
1782
  }, [
@@ -1782,7 +1794,7 @@ const Ae = ["aria-label"], Le = /* @__PURE__ */ g({
1782
1794
  ]))), 128))
1783
1795
  ]),
1784
1796
  t("div", Is, [
1785
- S(P, {
1797
+ S(D, {
1786
1798
  "link-type": "regular_light",
1787
1799
  arrow: !0
1788
1800
  }, {
@@ -1884,7 +1896,7 @@ const zs = /* @__PURE__ */ v(Ps, [["render", Os], ["__scopeId", "data-v-ea887d7a
1884
1896
  t("div", Rs, [
1885
1897
  t("div", Ns, d(e.headline), 1),
1886
1898
  t("div", Es, [
1887
- e.videoSrc !== "" ? (l(), A(te, {
1899
+ e.videoSrc !== "" ? (l(), T(te, {
1888
1900
  key: 0,
1889
1901
  play: "",
1890
1902
  "local-video": !0,
@@ -1895,7 +1907,7 @@ const zs = /* @__PURE__ */ v(Ps, [["render", Os], ["__scopeId", "data-v-ea887d7a
1895
1907
  autoplay: "",
1896
1908
  loop: "",
1897
1909
  muted: ""
1898
- }, null, 8, ["src", "aria-label", "poster"])) : (l(), A(I(F), { key: 1 }, {
1910
+ }, null, 8, ["src", "aria-label", "poster"])) : (l(), T(I(F), { key: 1 }, {
1899
1911
  default: y(() => [
1900
1912
  c(a.$slots, "product-hero-image", {}, void 0, !0)
1901
1913
  ]),
@@ -1992,7 +2004,7 @@ const zs = /* @__PURE__ */ v(Ps, [["render", Os], ["__scopeId", "data-v-ea887d7a
1992
2004
  o.reverse ? "promo__text--reverse" : "promo__text--default"
1993
2005
  ])
1994
2006
  }, [
1995
- o.label ? (l(), A(X, {
2007
+ o.label ? (l(), T(X, {
1996
2008
  key: 0,
1997
2009
  text: o.label,
1998
2010
  "label-dark": o.variant === "dark"
@@ -2005,7 +2017,7 @@ const zs = /* @__PURE__ */ v(Ps, [["render", Os], ["__scopeId", "data-v-ea887d7a
2005
2017
  }, [
2006
2018
  c(o.$slots, "promo-headline")
2007
2019
  ], 2),
2008
- o.linkType === "link" ? (l(), A(P, {
2020
+ o.linkType === "link" ? (l(), T(D, {
2009
2021
  key: 1,
2010
2022
  "link-type": o.variant === "dark" ? "regular_dark" : (o.variant === "light", "regular_light"),
2011
2023
  arrow: ""
@@ -2015,7 +2027,7 @@ const zs = /* @__PURE__ */ v(Ps, [["render", Os], ["__scopeId", "data-v-ea887d7a
2015
2027
  ]),
2016
2028
  _: 3
2017
2029
  }, 8, ["link-type"])) : _("", !0),
2018
- o.linkType === "button" ? (l(), A(P, {
2030
+ o.linkType === "button" ? (l(), T(D, {
2019
2031
  key: 2,
2020
2032
  "link-type": o.variant === "dark" ? "secondary_dark" : (o.variant === "light", "secondary")
2021
2033
  }, {
@@ -2106,7 +2118,7 @@ const zs = /* @__PURE__ */ v(Ps, [["render", Os], ["__scopeId", "data-v-ea887d7a
2106
2118
  ])
2107
2119
  }, [
2108
2120
  t("div", cl, [
2109
- a.label ? (l(), A(X, {
2121
+ a.label ? (l(), T(X, {
2110
2122
  key: 0,
2111
2123
  text: a.label,
2112
2124
  "label-dark": !1
@@ -2202,7 +2214,7 @@ const kl = /* @__PURE__ */ v(ml, [["render", yl], ["__scopeId", "data-v-776750d2
2202
2214
  }), (a, r) => (l(), i("div", wl, [
2203
2215
  t("div", Bl, [
2204
2216
  t("div", Sl, [
2205
- (l(!0), i(D, null, V(e.timelineItems, (s) => (l(), i("div", {
2217
+ (l(!0), i(V, null, P(e.timelineItems, (s) => (l(), i("div", {
2206
2218
  key: s.year,
2207
2219
  class: "timeline__item faded"
2208
2220
  }, [
@@ -2347,10 +2359,12 @@ const kl = /* @__PURE__ */ v(ml, [["render", yl], ["__scopeId", "data-v-776750d2
2347
2359
  ])
2348
2360
  ]));
2349
2361
  }
2350
- }), ui = /* @__PURE__ */ v(ci, [["__scopeId", "data-v-b2ccb954"]]), ye = (e) => (H("data-v-e1f05c51"), e = e(), R(), e), _i = { class: "footer__wrapper" }, hi = { class: "footer__content" }, pi = {
2362
+ }), ui = /* @__PURE__ */ v(ci, [["__scopeId", "data-v-b2ccb954"]]), ye = (e) => (H("data-v-a0ab0743"), e = e(), R(), e), _i = { class: "footer__wrapper" }, hi = { class: "footer__content" }, pi = {
2351
2363
  key: 0,
2352
2364
  src: "https://mobile-industrial-robots.com/logo/mir-main-logo.svg",
2353
- style: { margin: "0 auto" }
2365
+ style: { margin: "0 auto" },
2366
+ width: "101",
2367
+ height: "45"
2354
2368
  }, mi = { class: "footer__sections" }, fi = { class: "section__title" }, vi = { class: "section__list" }, gi = { class: "section" }, bi = {
2355
2369
  key: 0,
2356
2370
  class: "section__title"
@@ -2392,7 +2406,7 @@ const kl = /* @__PURE__ */ v(ml, [["render", yl], ["__scopeId", "data-v-776750d2
2392
2406
  t("footer", hi, [
2393
2407
  a.language === "zh" ? (l(), i("img", pi)) : _("", !0),
2394
2408
  t("div", mi, [
2395
- (l(!0), i(D, null, V(a.footerSections, (s) => (l(), i("div", {
2409
+ (l(!0), i(V, null, P(a.footerSections, (s) => (l(), i("div", {
2396
2410
  key: s.title,
2397
2411
  class: "section"
2398
2412
  }, [
@@ -2412,7 +2426,7 @@ const kl = /* @__PURE__ */ v(ml, [["render", yl], ["__scopeId", "data-v-776750d2
2412
2426
  a.language === "zh" ? (l(), i("span", wi, "桂桥路1201号10栋2楼")) : (l(), i("span", Bi, "5260 Odense S")),
2413
2427
  a.language !== "zh" ? (l(), i("span", Si, "CVR: 35251235")) : _("", !0),
2414
2428
  Ii,
2415
- S(P, {
2429
+ S(D, {
2416
2430
  class: "footer__contact",
2417
2431
  "link-type": "regular_light",
2418
2432
  underline: "false"
@@ -2422,7 +2436,7 @@ const kl = /* @__PURE__ */ v(ml, [["render", yl], ["__scopeId", "data-v-776750d2
2422
2436
  ]),
2423
2437
  _: 1
2424
2438
  }),
2425
- S(P, {
2439
+ S(D, {
2426
2440
  class: "footer__contact",
2427
2441
  "link-type": "regular_light",
2428
2442
  underline: "false"
@@ -2451,7 +2465,7 @@ const kl = /* @__PURE__ */ v(ml, [["render", yl], ["__scopeId", "data-v-776750d2
2451
2465
  c(a.$slots, "footer-cookie-link")
2452
2466
  ]),
2453
2467
  a.language !== "zh" ? (l(), i("div", Fi, [
2454
- (l(!0), i(D, null, V(a.socialMedia, (s) => (l(), A(P, {
2468
+ (l(!0), i(V, null, P(a.socialMedia, (s) => (l(), T(D, {
2455
2469
  key: s.title,
2456
2470
  underline: "false",
2457
2471
  "link-type": "regular"
@@ -2472,7 +2486,7 @@ const kl = /* @__PURE__ */ v(ml, [["render", yl], ["__scopeId", "data-v-776750d2
2472
2486
  _: 2
2473
2487
  }, 1024))), 128))
2474
2488
  ])) : (l(), i("div", Oi, [
2475
- (l(!0), i(D, null, V(a.socialMediaChina, (s) => (l(), A(P, {
2489
+ (l(!0), i(V, null, P(a.socialMediaChina, (s) => (l(), T(D, {
2476
2490
  key: s.title,
2477
2491
  underline: "false",
2478
2492
  "link-type": "regular"
@@ -2497,7 +2511,7 @@ const kl = /* @__PURE__ */ v(ml, [["render", yl], ["__scopeId", "data-v-776750d2
2497
2511
  ])
2498
2512
  ]));
2499
2513
  }
2500
- }), Ri = /* @__PURE__ */ v(Hi, [["__scopeId", "data-v-e1f05c51"]]), ke = (e) => (H("data-v-0b00b9f2"), e = e(), R(), e), Ni = { class: "header__wrapper" }, Ei = { class: "nav-wrapper" }, ji = { class: "mir-link-logo" }, Ki = { class: "main-nav-items" }, Ui = {
2514
+ }), Ri = /* @__PURE__ */ v(Hi, [["__scopeId", "data-v-a0ab0743"]]), ke = (e) => (H("data-v-0b00b9f2"), e = e(), R(), e), Ni = { class: "header__wrapper" }, Ei = { class: "nav-wrapper" }, ji = { class: "mir-link-logo" }, Ki = { class: "main-nav-items" }, Ui = {
2501
2515
  key: 0,
2502
2516
  id: "menu-dropdown",
2503
2517
  ref: "dropdownDiv"
@@ -2691,11 +2705,11 @@ const kl = /* @__PURE__ */ v(ml, [["render", yl], ["__scopeId", "data-v-776750d2
2691
2705
  }, xi),
2692
2706
  U(t("div", er, [
2693
2707
  t("ul", tr, [
2694
- (l(!0), i(D, null, V(e.portals, (K, E) => (l(), i("li", {
2708
+ (l(!0), i(V, null, P(e.portals, (K, E) => (l(), i("li", {
2695
2709
  key: E,
2696
2710
  class: "portal-switcher-link"
2697
2711
  }, [
2698
- S(I(P), { "link-type": "regular" }, {
2712
+ S(I(D), { "link-type": "regular" }, {
2699
2713
  default: y(() => [
2700
2714
  t("a", {
2701
2715
  href: K.link,
@@ -2880,7 +2894,7 @@ const Dr = /* @__PURE__ */ v(Tr, [["render", Lr], ["__scopeId", "data-v-c07a6cf3
2880
2894
  t("div", {
2881
2895
  class: h([{ hidden: !r.value, "adjust-height": n.value }, "dropdown-content"])
2882
2896
  }, [
2883
- (l(!0), i(D, null, V(b.options, (w) => (l(), A(I(fe), {
2897
+ (l(!0), i(V, null, P(b.options, (w) => (l(), T(I(fe), {
2884
2898
  id: w.value,
2885
2899
  key: w.value,
2886
2900
  name: w.text,
@@ -2953,7 +2967,7 @@ const Dr = /* @__PURE__ */ v(Tr, [["render", Lr], ["__scopeId", "data-v-c07a6cf3
2953
2967
  o.reverse ? "promo__text--reverse" : "promo__text--default"
2954
2968
  ])
2955
2969
  }, [
2956
- o.label ? (l(), A(X, {
2970
+ o.label ? (l(), T(X, {
2957
2971
  key: 0,
2958
2972
  text: o.label,
2959
2973
  "label-dark": o.variant === "dark"
@@ -2966,7 +2980,7 @@ const Dr = /* @__PURE__ */ v(Tr, [["render", Lr], ["__scopeId", "data-v-c07a6cf3
2966
2980
  }, [
2967
2981
  c(o.$slots, "promo-text")
2968
2982
  ], 2),
2969
- o.linkType === "link" ? (l(), A(P, {
2983
+ o.linkType === "link" ? (l(), T(D, {
2970
2984
  key: 1,
2971
2985
  "link-type": o.variant === "dark" ? "regular_dark" : (o.variant === "light", "regular_light"),
2972
2986
  arrow: ""
@@ -2976,7 +2990,7 @@ const Dr = /* @__PURE__ */ v(Tr, [["render", Lr], ["__scopeId", "data-v-c07a6cf3
2976
2990
  ]),
2977
2991
  _: 3
2978
2992
  }, 8, ["link-type"])) : _("", !0),
2979
- o.linkType === "button" ? (l(), A(P, {
2993
+ o.linkType === "button" ? (l(), T(D, {
2980
2994
  key: 2,
2981
2995
  "link-type": o.variant === "dark" ? "secondary_dark" : (o.variant === "light", "secondary")
2982
2996
  }, {
@@ -2991,7 +3005,7 @@ const Dr = /* @__PURE__ */ v(Tr, [["render", Lr], ["__scopeId", "data-v-c07a6cf3
2991
3005
  }
2992
3006
  }), Kr = /* @__PURE__ */ v(jr, [["__scopeId", "data-v-00c0bad3"]]), Gr = {
2993
3007
  install: (e) => {
2994
- e.component("AtomButton", le), e.component("AtomCheckbox", fe), e.component("AtomChip", Ne), e.component("AtomDropdown", Ye), e.component("AtomImage", F), e.component("AtomLabel", X), e.component("AtomLink", P), e.component("AtomRadioButton", rt), e.component("AtomSelect", ht), e.component("AtomSelectMultiple", Mr), e.component("AtomSlider", Bt), e.component("AtomTextarea", Lt), e.component("AtomTextField", Et), e.component("AtomVideo", te), e.component("MoleculeAddress", sa), e.component("MoleculeBulletList", da), e.component("MoleculeCard", pa), e.component("MoleculeColumnCard", ge), e.component("MoleculeEventCard", qa), e.component("MoleculeFlashcard", be), e.component("MoleculeModal", ve), e.component("MoleculeTextCard", Ua), e.component("BlockAccordion", ao), e.component("BlockFacts", So), e.component("BlockFeatures", Vo), e.component("BlockFlashcards", zo), e.component("BlockFormScript", Uo), e.component("BlockHeadline", Yo), e.component("BlockHero", ns), e.component("BlockImage", ps), e.component("BlockImageGallery", bs), e.component("BlockLogoWall", qs), e.component("BlockMicroStories", Vs), e.component("BlockPolicy", zs), e.component("BlockProductHero", Js), e.component("BlockPromo", Qs), e.component("BlockQuote", dl), e.component("BlockRichText", pl), e.component("BlockRichTextColumns", kl), e.component("BlockTimeline", Ll), e.component("BlockCardDisplay", co), e.component("BlockColumnGrid", fo), e.component("BlockVimeo", Ol), e.component("BlockPalletJack", Kr), e.component("BlockFrontPageHero", xl), e.component("Organism404", li), e.component("OrganismFilter", ui), e.component("OrganismFooter", Ri), e.component("OrganismHeader", vr), e.component("OrganismLanguageSwitcher", Br), e.component("OrganismPagination", qr), e.component("OrganismSearch", Dr);
3008
+ e.component("AtomButton", le), e.component("AtomCheckbox", fe), e.component("AtomChip", Ne), e.component("AtomDropdown", Ye), e.component("AtomImage", F), e.component("AtomLabel", X), e.component("AtomLink", D), e.component("AtomRadioButton", rt), e.component("AtomSelect", ht), e.component("AtomSelectMultiple", Mr), e.component("AtomSlider", Bt), e.component("AtomTextarea", Lt), e.component("AtomTextField", Et), e.component("AtomVideo", te), e.component("MoleculeAddress", sa), e.component("MoleculeBulletList", da), e.component("MoleculeCard", pa), e.component("MoleculeColumnCard", ge), e.component("MoleculeEventCard", qa), e.component("MoleculeFlashcard", be), e.component("MoleculeModal", ve), e.component("MoleculeTextCard", Ua), e.component("BlockAccordion", ao), e.component("BlockFacts", So), e.component("BlockFeatures", Vo), e.component("BlockFlashcards", zo), e.component("BlockFormScript", Uo), e.component("BlockHeadline", Yo), e.component("BlockHero", ns), e.component("BlockImage", ps), e.component("BlockImageGallery", bs), e.component("BlockLogoWall", qs), e.component("BlockMicroStories", Vs), e.component("BlockPolicy", zs), e.component("BlockProductHero", Js), e.component("BlockPromo", Qs), e.component("BlockQuote", dl), e.component("BlockRichText", pl), e.component("BlockRichTextColumns", kl), e.component("BlockTimeline", Ll), e.component("BlockCardDisplay", co), e.component("BlockColumnGrid", fo), e.component("BlockVimeo", Ol), e.component("BlockPalletJack", Kr), e.component("BlockFrontPageHero", xl), e.component("Organism404", li), e.component("OrganismFilter", ui), e.component("OrganismFooter", Ri), e.component("OrganismHeader", vr), e.component("OrganismLanguageSwitcher", Br), e.component("OrganismPagination", qr), e.component("OrganismSearch", Dr);
2995
3009
  }
2996
3010
  };
2997
3011
  export {
@@ -3001,7 +3015,7 @@ export {
3001
3015
  Ye as AtomDropdown,
3002
3016
  F as AtomImage,
3003
3017
  X as AtomLabel,
3004
- P as AtomLink,
3018
+ D as AtomLink,
3005
3019
  rt as AtomRadioButton,
3006
3020
  ht as AtomSelect,
3007
3021
  Mr as AtomSelectMultiple,