@mirweb/mir-web-components 0.15.35 → 0.15.37

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.
@@ -168,15 +168,15 @@ const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["val
168
168
  },
169
169
  emits: ["update:modelValue"],
170
170
  setup(e, { emit: a }) {
171
- const r = e, i = S(null), n = S(null), _ = S([]), w = S(0), B = S(""), f = S(!0), p = S(0), A = V(() => {
171
+ const r = e, i = S(null), n = S(null), _ = S([]), w = S(0), B = S(""), y = S(!0), p = S(0), A = V(() => {
172
172
  const d = r.options.find(
173
173
  (g) => g.value === r.modelValue
174
174
  );
175
175
  return d && d.label;
176
176
  }), ue = {
177
177
  beforeMount(d, g) {
178
- d.clickOutsideEvent = function(y) {
179
- d === y.target || d.contains(y.target) || g.value(y);
178
+ d.clickOutsideEvent = function(f) {
179
+ d === f.target || d.contains(f.target) || g.value(f);
180
180
  }, document.body.addEventListener("click", d.clickOutsideEvent);
181
181
  },
182
182
  unmounted(d) {
@@ -187,12 +187,12 @@ const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["val
187
187
  a("update:modelValue", d);
188
188
  }
189
189
  function me(d) {
190
- var y;
190
+ var f;
191
191
  const g = d.target;
192
- g.getAttribute("role") === "option" && (E(g), U(), (y = i.value) == null || y.focus());
192
+ g.getAttribute("role") === "option" && (E(g), U(), (f = i.value) == null || f.focus());
193
193
  }
194
194
  function K(d) {
195
- var y;
195
+ var f;
196
196
  const g = d.key;
197
197
  switch (g) {
198
198
  case "ArrowUp":
@@ -207,7 +207,7 @@ const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["val
207
207
  }
208
208
  case "Home":
209
209
  case "PageUp":
210
- d.preventDefault(), ye();
210
+ d.preventDefault(), fe();
211
211
  break;
212
212
  case "End":
213
213
  case "PageDown":
@@ -215,10 +215,10 @@ const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["val
215
215
  break;
216
216
  case "Enter":
217
217
  case "Escape":
218
- d.preventDefault(), U(), (y = i.value) == null || y.focus();
218
+ d.preventDefault(), U(), (f = i.value) == null || f.focus();
219
219
  break;
220
220
  default: {
221
- const x = fe(g);
221
+ const x = ye(g);
222
222
  x && E(x);
223
223
  break;
224
224
  }
@@ -241,28 +241,28 @@ const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["val
241
241
  B.value = "", w.value = 0;
242
242
  }, 500);
243
243
  }
244
- function fe(d) {
244
+ function ye(d) {
245
245
  let g = "";
246
246
  (B.value === "" || g !== d) && (p.value = r.options.findIndex(
247
247
  (x) => x.value === r.modelValue
248
248
  )), B.value = g === d ? d : B.value + d, g = d, ge();
249
- let y = Q(
249
+ let f = Q(
250
250
  p.value + 1,
251
251
  r.options.length
252
252
  );
253
- return !y && B.value.length === 1 && (y = Q(0, p.value)), p.value = (p.value + 1) % r.options.length, y;
253
+ return !f && B.value.length === 1 && (f = Q(0, p.value)), p.value = (p.value + 1) % r.options.length, f;
254
254
  }
255
255
  function Q(d, g) {
256
- for (let y = d; y < g; y++)
257
- if (r.options[y].label && r.options[y].label.toUpperCase().indexOf(B.value.toUpperCase()) === 0)
258
- return _.value[y];
256
+ for (let f = d; f < g; f++)
257
+ if (r.options[f].label && r.options[f].label.toUpperCase().indexOf(B.value.toUpperCase()) === 0)
258
+ return _.value[f];
259
259
  return null;
260
260
  }
261
- function ye() {
261
+ function fe() {
262
262
  E(_.value[0]);
263
263
  }
264
264
  function E(d) {
265
- var y, x;
265
+ var f, x;
266
266
  const g = d.getAttribute("data-value");
267
267
  if (r.modelValue) {
268
268
  const N = r.options.findIndex(
@@ -270,7 +270,7 @@ const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["val
270
270
  ), P = _.value[N];
271
271
  ve(P);
272
272
  }
273
- if (d.setAttribute("aria-selected", "true"), (y = n.value) == null || y.setAttribute(
273
+ if (d.setAttribute("aria-selected", "true"), (f = n.value) == null || f.setAttribute(
274
274
  "aria-activedescendant",
275
275
  g || ""
276
276
  ), _e(g || ""), n.value && n.value.scrollHeight > n.value.clientHeight) {
@@ -285,14 +285,14 @@ const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["val
285
285
  }
286
286
  function U() {
287
287
  var d;
288
- f.value = !0, (d = i.value) == null || d.removeAttribute("aria-expanded");
288
+ y.value = !0, (d = i.value) == null || d.removeAttribute("aria-expanded");
289
289
  }
290
290
  function X() {
291
291
  var d, g;
292
- f.value = !1, (d = i.value) == null || d.setAttribute("aria-expanded", "true"), (g = n.value) == null || g.focus();
292
+ y.value = !1, (d = i.value) == null || d.setAttribute("aria-expanded", "true"), (g = n.value) == null || g.focus();
293
293
  }
294
294
  function pe() {
295
- r.disabled || (f.value ? X() : U());
295
+ r.disabled || (y.value ? X() : U());
296
296
  }
297
297
  return (d, g) => (l(), s("div", {
298
298
  class: "listbox__wrapper",
@@ -334,18 +334,18 @@ const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["val
334
334
  ref_key: "listboxNode",
335
335
  ref: n
336
336
  }, [
337
- (l(!0), s(I, null, q(e.options, (y, x) => (l(), s("li", {
337
+ (l(!0), s(I, null, q(e.options, (f, x) => (l(), s("li", {
338
338
  key: `${e.name}-option-${x}`,
339
- "aria-selected": y.value === e.modelValue,
340
- "data-value": y.value,
339
+ "aria-selected": f.value === e.modelValue,
340
+ "data-value": f.value,
341
341
  class: "listbox__option",
342
342
  role: "option",
343
343
  ref_for: !0,
344
344
  ref_key: "listboxOptions",
345
345
  ref: _
346
- }, o(y.label), 9, Re))), 128))
346
+ }, o(f.label), 9, Re))), 128))
347
347
  ], 40, Ee), [
348
- [G, !f.value]
348
+ [G, !y.value]
349
349
  ])
350
350
  ])), [
351
351
  [ue, U]
@@ -648,7 +648,7 @@ const ct = /* @__PURE__ */ h(dt, [["__scopeId", "data-v-d1d7a1e3"]]), ut = { cla
648
648
  ]));
649
649
  }
650
650
  });
651
- const de = /* @__PURE__ */ h(_t, [["__scopeId", "data-v-d75ee1bf"]]), mt = { class: "slider__wrapper" }, ht = { class: "slider__label" }, vt = ["for"], gt = ["aria-label"], ft = { class: "slider__content" }, yt = ["id", "name", "value", "min", "step", "max"], bt = /* @__PURE__ */ m({
651
+ const de = /* @__PURE__ */ h(_t, [["__scopeId", "data-v-d75ee1bf"]]), mt = { class: "slider__wrapper" }, ht = { class: "slider__label" }, vt = ["for"], gt = ["aria-label"], yt = { class: "slider__content" }, ft = ["id", "name", "value", "min", "step", "max"], bt = /* @__PURE__ */ m({
652
652
  __name: "slider",
653
653
  props: {
654
654
  label: {
@@ -701,18 +701,18 @@ const de = /* @__PURE__ */ h(_t, [["__scopeId", "data-v-d75ee1bf"]]), mt = { cla
701
701
  },
702
702
  emits: ["update:modelValue"],
703
703
  setup(e, { emit: a }) {
704
- const r = e, i = S(r.modelValue), n = S(), _ = S(!1), w = (f, p, A) => (f - p) / (A - p) * 100, B = (f) => {
704
+ const r = e, i = S(r.modelValue), n = S(), _ = S(!1), w = (y, p, A) => (y - p) / (A - p) * 100, B = (y) => {
705
705
  var p;
706
- (p = n.value) == null || p.style.setProperty("--ProgressPercent", `${f}%`);
706
+ (p = n.value) == null || p.style.setProperty("--ProgressPercent", `${y}%`);
707
707
  };
708
708
  return oe(() => {
709
709
  if (n.value) {
710
710
  a("update:modelValue", i.value);
711
- const f = w(i.value, r.min, r.max);
712
- let p = (50 - f) / 100;
713
- B(f + p);
711
+ const y = w(i.value, r.min, r.max);
712
+ let p = (50 - y) / 100;
713
+ B(y + p);
714
714
  }
715
- }), (f, p) => (l(), s(I, null, [
715
+ }), (y, p) => (l(), s(I, null, [
716
716
  t("div", mt, [
717
717
  t("div", ht, [
718
718
  t("label", {
@@ -730,7 +730,7 @@ const de = /* @__PURE__ */ h(_t, [["__scopeId", "data-v-d75ee1bf"]]), mt = { cla
730
730
  "aria-haspopup": "dialog"
731
731
  }, null, 42, gt)) : v("", !0)
732
732
  ]),
733
- t("div", ft, [
733
+ t("div", yt, [
734
734
  t("span", {
735
735
  class: c([e.variant, "slider__minmax"])
736
736
  }, o(e.min), 3),
@@ -746,7 +746,7 @@ const de = /* @__PURE__ */ h(_t, [["__scopeId", "data-v-d75ee1bf"]]), mt = { cla
746
746
  ref_key: "slider",
747
747
  ref: n,
748
748
  onInput: p[2] || (p[2] = ({ target: A }) => i.value = parseFloat(A.value))
749
- }, null, 42, yt),
749
+ }, null, 42, ft),
750
750
  t("span", {
751
751
  class: c([e.variant, "slider__minmax"])
752
752
  }, o(e.max), 3)
@@ -1321,7 +1321,7 @@ const da = /* @__PURE__ */ h(na, [["__scopeId", "data-v-2a33f841"]]), ca = (e) =
1321
1321
  ]));
1322
1322
  }
1323
1323
  });
1324
- const fa = /* @__PURE__ */ h(ga, [["__scopeId", "data-v-f5acdf7e"]]), ya = { class: "text__wrapper" }, ba = { class: "text__headline" }, pa = { class: "text__paragraph" }, $a = /* @__PURE__ */ m({
1324
+ const ya = /* @__PURE__ */ h(ga, [["__scopeId", "data-v-f5acdf7e"]]), fa = { class: "text__wrapper" }, ba = { class: "text__headline" }, pa = { class: "text__paragraph" }, $a = /* @__PURE__ */ m({
1325
1325
  __name: "text-card",
1326
1326
  props: {
1327
1327
  label: {
@@ -1338,7 +1338,7 @@ const fa = /* @__PURE__ */ h(ga, [["__scopeId", "data-v-f5acdf7e"]]), ya = { cla
1338
1338
  }
1339
1339
  },
1340
1340
  setup(e) {
1341
- return (a, r) => (l(), s("div", ya, [
1341
+ return (a, r) => (l(), s("div", fa, [
1342
1342
  b(R, {
1343
1343
  "label-dark": !1,
1344
1344
  text: e.label ? e.label : ""
@@ -1632,7 +1632,7 @@ const el = /* @__PURE__ */ h(Xa, [["__scopeId", "data-v-bad7dce2"]]), tl = { cla
1632
1632
  ]));
1633
1633
  }
1634
1634
  });
1635
- const il = /* @__PURE__ */ h(ll, [["__scopeId", "data-v-2676cf0a"]]), rl = (e) => (C("data-v-fcd9edf4"), e = e(), j(), e), sl = { class: "hero__wrapper" }, ol = { class: "hero__content" }, nl = { class: "hero__top" }, dl = { class: "hero__elements" }, cl = { class: "hero__headline" }, ul = { class: "hero__link" }, _l = { class: "hero__video" }, ml = /* @__PURE__ */ rl(() => /* @__PURE__ */ t("div", { class: "hero__gradient" }, null, -1)), hl = /* @__PURE__ */ m({
1635
+ const il = /* @__PURE__ */ h(ll, [["__scopeId", "data-v-2676cf0a"]]), rl = (e) => (C("data-v-e4b4c416"), e = e(), j(), e), sl = { class: "hero__wrapper" }, ol = { class: "hero__content" }, nl = { class: "hero__top" }, dl = { class: "hero__elements" }, cl = { class: "hero__headline" }, ul = { class: "hero__link" }, _l = { class: "hero__video" }, ml = /* @__PURE__ */ rl(() => /* @__PURE__ */ t("div", { class: "hero__gradient" }, null, -1)), hl = /* @__PURE__ */ m({
1636
1636
  __name: "hero",
1637
1637
  props: {
1638
1638
  headline: {
@@ -1683,7 +1683,7 @@ const il = /* @__PURE__ */ h(ll, [["__scopeId", "data-v-2676cf0a"]]), rl = (e) =
1683
1683
  ]));
1684
1684
  }
1685
1685
  });
1686
- const vl = /* @__PURE__ */ h(hl, [["__scopeId", "data-v-fcd9edf4"]]), gl = { class: "logo-wall__wrapper" }, fl = { class: "logo-wall__content" }, yl = { class: "logo-wall__logos" }, bl = { class: "logo-wall__logo" }, pl = { class: "logo-wall__link" }, $l = /* @__PURE__ */ m({
1686
+ const vl = /* @__PURE__ */ h(hl, [["__scopeId", "data-v-e4b4c416"]]), gl = { class: "logo-wall__wrapper" }, yl = { class: "logo-wall__content" }, fl = { class: "logo-wall__logos" }, bl = { class: "logo-wall__logo" }, pl = { class: "logo-wall__link" }, $l = /* @__PURE__ */ m({
1687
1687
  __name: "logo-wall",
1688
1688
  props: {
1689
1689
  logos: {
@@ -1694,14 +1694,13 @@ const vl = /* @__PURE__ */ h(hl, [["__scopeId", "data-v-fcd9edf4"]]), gl = { cla
1694
1694
  },
1695
1695
  setup(e) {
1696
1696
  return (a, r) => (l(), s("div", gl, [
1697
- t("div", fl, [
1698
- t("div", yl, [
1697
+ t("div", yl, [
1698
+ t("div", fl, [
1699
1699
  (l(!0), s(I, null, q(e.logos, (i) => (l(), s("div", bl, [
1700
1700
  b(M, null, {
1701
1701
  default: $(() => [
1702
1702
  u(a.$slots, "logo-wall-logo", D(T({
1703
1703
  height: 123,
1704
- width: 200,
1705
1704
  src: i.src,
1706
1705
  alt: i.alt
1707
1706
  })), void 0, !0)
@@ -1725,7 +1724,7 @@ const vl = /* @__PURE__ */ h(hl, [["__scopeId", "data-v-fcd9edf4"]]), gl = { cla
1725
1724
  ]));
1726
1725
  }
1727
1726
  });
1728
- const kl = /* @__PURE__ */ h($l, [["__scopeId", "data-v-22a6ae6d"]]), wl = { class: "micro-stories__splide" }, xl = /* @__PURE__ */ m({
1727
+ const kl = /* @__PURE__ */ h($l, [["__scopeId", "data-v-ce01e327"]]), wl = { class: "micro-stories__splide" }, xl = /* @__PURE__ */ m({
1729
1728
  __name: "micro-stories",
1730
1729
  props: {
1731
1730
  stories: {
@@ -2153,7 +2152,7 @@ const ai = /* @__PURE__ */ h(ti, [["__scopeId", "data-v-ef067601"]]), li = (e) =
2153
2152
  const mi = /* @__PURE__ */ h(_i, [["__scopeId", "data-v-e2d52bd9"]]), hi = { class: "triple-card-display__wrapper" }, vi = {
2154
2153
  key: 0,
2155
2154
  class: "triple-card__content"
2156
- }, gi = { key: 0 }, fi = { key: 1 }, yi = { class: "triple-card__cards" }, bi = /* @__PURE__ */ m({
2155
+ }, gi = { key: 0 }, yi = { key: 1 }, fi = { class: "triple-card__cards" }, bi = /* @__PURE__ */ m({
2157
2156
  __name: "triple-card-display",
2158
2157
  props: {
2159
2158
  headline: {
@@ -2179,9 +2178,9 @@ const mi = /* @__PURE__ */ h(_i, [["__scopeId", "data-v-e2d52bd9"]]), hi = { cla
2179
2178
  t("div", hi, [
2180
2179
  e.headline || e.paragraph ? (l(), s("div", vi, [
2181
2180
  e.headline ? (l(), s("h2", gi, o(e.headline), 1)) : v("", !0),
2182
- e.paragraph ? (l(), s("p", fi, o(e.paragraph), 1)) : v("", !0)
2181
+ e.paragraph ? (l(), s("p", yi, o(e.paragraph), 1)) : v("", !0)
2183
2182
  ])) : v("", !0),
2184
- t("div", yi, [
2183
+ t("div", fi, [
2185
2184
  u(a.$slots, "triple-card-display-cards", {}, void 0, !0)
2186
2185
  ])
2187
2186
  ])
@@ -2388,7 +2387,7 @@ const rr = /* @__PURE__ */ h(ir, [["__scopeId", "data-v-6d9c55d4"]]), ce = "data
2388
2387
  src: ce,
2389
2388
  alt: "dropdownarrow",
2390
2389
  style: { transform: "rotate(180deg)" }
2391
- }, mr = { class: "dropdown-content" }, hr = { class: "nav-search-wrapper" }, vr = ["src"], gr = { class: "mobile-logo-search-burger-wrapper" }, fr = { class: "mobile-mir-link-logo" }, yr = { class: "mobile-search-wrapper" }, br = ["src"], pr = ["onClick"], $r = ["src"], kr = ["src"], wr = { class: "mobile-menu-content-wrapper" }, xr = { class: "mobile-dropdown-content" }, Sr = /* @__PURE__ */ m({
2390
+ }, mr = { class: "dropdown-content" }, hr = { class: "nav-search-wrapper" }, vr = ["src"], gr = { class: "mobile-logo-search-burger-wrapper" }, yr = { class: "mobile-mir-link-logo" }, fr = { class: "mobile-search-wrapper" }, br = ["src"], pr = ["onClick"], $r = ["src"], kr = ["src"], wr = { class: "mobile-menu-content-wrapper" }, xr = { class: "mobile-dropdown-content" }, Sr = /* @__PURE__ */ m({
2392
2391
  __name: "header",
2393
2392
  props: {
2394
2393
  burgerState: {
@@ -2407,13 +2406,13 @@ const rr = /* @__PURE__ */ h(ir, [["__scopeId", "data-v-6d9c55d4"]]), ce = "data
2407
2406
  let i = null, n = S(r.burgerState), _ = S(r.showDropDown);
2408
2407
  te(
2409
2408
  () => r.burgerState,
2410
- (f) => n.value = f
2409
+ (y) => n.value = y
2411
2410
  ), te(
2412
2411
  () => r.showDropDown,
2413
- (f) => _.value = f
2412
+ (y) => _.value = y
2414
2413
  ), ne(() => {
2415
- i = (f) => {
2416
- f.target.closest("#menu-dropdown") || (_.value = !1);
2414
+ i = (y) => {
2415
+ y.target.closest("#menu-dropdown") || (_.value = !1);
2417
2416
  }, window.addEventListener("click", i);
2418
2417
  }), xe(() => {
2419
2418
  i !== null && window.removeEventListener("click", i);
@@ -2424,25 +2423,25 @@ const rr = /* @__PURE__ */ h(ir, [["__scopeId", "data-v-6d9c55d4"]]), ce = "data
2424
2423
  function B() {
2425
2424
  n.value = !n.value, a("update:burgerState", n.value);
2426
2425
  }
2427
- return (f, p) => (l(), s("div", sr, [
2426
+ return (y, p) => (l(), s("div", sr, [
2428
2427
  t("nav", null, [
2429
2428
  t("div", or, [
2430
2429
  t("div", nr, [
2431
- u(f.$slots, "link-logo", {}, void 0, !0)
2430
+ u(y.$slots, "link-logo", {}, void 0, !0)
2432
2431
  ]),
2433
2432
  t("ul", dr, [
2434
- u(f.$slots, "main-nav-items", {}, void 0, !0)
2433
+ u(y.$slots, "main-nav-items", {}, void 0, !0)
2435
2434
  ]),
2436
2435
  t("div", cr, [
2437
2436
  t("button", {
2438
2437
  onClick: w,
2439
2438
  class: "nav-dropdown-btn"
2440
2439
  }, [
2441
- u(f.$slots, "dropdown-title", {}, void 0, !0),
2440
+ u(y.$slots, "dropdown-title", {}, void 0, !0),
2442
2441
  k(_) == !1 ? (l(), s("img", ur)) : (l(), s("img", _r))
2443
2442
  ]),
2444
2443
  W(t("div", mr, [
2445
- u(f.$slots, "dropdown-links", {}, void 0, !0)
2444
+ u(y.$slots, "dropdown-links", {}, void 0, !0)
2446
2445
  ], 512), [
2447
2446
  [G, k(_)]
2448
2447
  ])
@@ -2460,10 +2459,10 @@ const rr = /* @__PURE__ */ h(ir, [["__scopeId", "data-v-6d9c55d4"]]), ce = "data
2460
2459
  class: c(["mobile-nav-wrapper", k(n) == !0 ? "mirsaic-mobile-bg" : ""])
2461
2460
  }, [
2462
2461
  t("div", gr, [
2463
- t("div", fr, [
2464
- u(f.$slots, "link-logo", {}, void 0, !0)
2465
- ]),
2466
2462
  t("div", yr, [
2463
+ u(y.$slots, "link-logo", {}, void 0, !0)
2464
+ ]),
2465
+ t("div", fr, [
2467
2466
  t("button", null, [
2468
2467
  t("img", {
2469
2468
  src: k(n) == !0 ? k(re) : k(ie),
@@ -2487,11 +2486,11 @@ const rr = /* @__PURE__ */ h(ir, [["__scopeId", "data-v-6d9c55d4"]]), ce = "data
2487
2486
  ]),
2488
2487
  W(t("div", wr, [
2489
2488
  t("ul", null, [
2490
- u(f.$slots, "mobile-main-nav-items", {}, void 0, !0)
2489
+ u(y.$slots, "mobile-main-nav-items", {}, void 0, !0)
2491
2490
  ]),
2492
2491
  t("ul", xr, [
2493
- u(f.$slots, "mobile-dropdown-title", {}, void 0, !0),
2494
- u(f.$slots, "mobile-dropdown-links", {}, void 0, !0)
2492
+ u(y.$slots, "mobile-dropdown-title", {}, void 0, !0),
2493
+ u(y.$slots, "mobile-dropdown-links", {}, void 0, !0)
2495
2494
  ])
2496
2495
  ], 512), [
2497
2496
  [G, k(n)]
@@ -2556,7 +2555,7 @@ const Ar = /* @__PURE__ */ h(Dr, [["__scopeId", "data-v-9d085a10"]]), Tr = { cla
2556
2555
  });
2557
2556
  const Nr = /* @__PURE__ */ h(jr, [["__scopeId", "data-v-aef0eda7"]]), Vr = {
2558
2557
  install: (e) => {
2559
- e.component("AtomButton", F), e.component("AtomCheckbox", Ae), e.component("AtomChip", Ve), e.component("AtomDropdown", We), e.component("AtomImage", M), e.component("AtomLabel", R), e.component("AtomLink", L), e.component("AtomRadioButton", it), e.component("AtomSelect", ct), e.component("AtomSlider", pt), e.component("AtomTextarea", Mt), e.component("AtomTextField", Ot), e.component("AtomVideo", Z), e.component("MoleculeAddress", ea), e.component("MoleculeBulletList", ra), e.component("MoleculeCard", da), e.component("MoleculeEventCard", fa), e.component("MoleculeModal", de), e.component("MoleculeTextCard", ka), e.component("BlockFacts", Aa), e.component("BlockFeatures", Ha), e.component("BlockHeadline", il), e.component("BlockHero", vl), e.component("BlockImage", Fa), e.component("BlockImageGallery", el), e.component("BlockLogoWall", kl), e.component("BlockMicroStories", xl), e.component("BlockPolicy", Bl), e.component("BlockProductHero", jl), e.component("BlockPromo", Vl), e.component("BlockQuote", Kl), e.component("BlockRichText", ai), e.component("BlockTimeline", mi), e.component("BlockTripleCardDisplay", pi), e.component("BlockVimeo", Si), e.component("Organism404", Di), e.component("OrganismFilter", zi), e.component("OrganismFooter", rr), e.component("OrganismHeader", Ir), e.component("OrganismLanguageSwitcher", Ar), e.component("OrganismPagination", Nr);
2558
+ e.component("AtomButton", F), e.component("AtomCheckbox", Ae), e.component("AtomChip", Ve), e.component("AtomDropdown", We), e.component("AtomImage", M), e.component("AtomLabel", R), e.component("AtomLink", L), e.component("AtomRadioButton", it), e.component("AtomSelect", ct), e.component("AtomSlider", pt), e.component("AtomTextarea", Mt), e.component("AtomTextField", Ot), e.component("AtomVideo", Z), e.component("MoleculeAddress", ea), e.component("MoleculeBulletList", ra), e.component("MoleculeCard", da), e.component("MoleculeEventCard", ya), e.component("MoleculeModal", de), e.component("MoleculeTextCard", ka), e.component("BlockFacts", Aa), e.component("BlockFeatures", Ha), e.component("BlockHeadline", il), e.component("BlockHero", vl), e.component("BlockImage", Fa), e.component("BlockImageGallery", el), e.component("BlockLogoWall", kl), e.component("BlockMicroStories", xl), e.component("BlockPolicy", Bl), e.component("BlockProductHero", jl), e.component("BlockPromo", Vl), e.component("BlockQuote", Kl), e.component("BlockRichText", ai), e.component("BlockTimeline", mi), e.component("BlockTripleCardDisplay", pi), e.component("BlockVimeo", Si), e.component("Organism404", Di), e.component("OrganismFilter", zi), e.component("OrganismFooter", rr), e.component("OrganismHeader", Ir), e.component("OrganismLanguageSwitcher", Ar), e.component("OrganismPagination", Nr);
2560
2559
  }
2561
2560
  };
2562
2561
  export {
@@ -2592,7 +2591,7 @@ export {
2592
2591
  ea as MoleculeAddress,
2593
2592
  ra as MoleculeBulletList,
2594
2593
  da as MoleculeCard,
2595
- fa as MoleculeEventCard,
2594
+ ya as MoleculeEventCard,
2596
2595
  de as MoleculeModal,
2597
2596
  ka as MoleculeTextCard,
2598
2597
  Di as Organism404,