@mirweb/mir-web-components 0.14.0 → 0.14.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.
|
@@ -161,15 +161,15 @@ const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["val
|
|
|
161
161
|
},
|
|
162
162
|
emits: ["update:modelValue"],
|
|
163
163
|
setup(e, { emit: i }) {
|
|
164
|
-
const a = e, n = x(null), o = x(null), _ = x([]), S = x(0), I = x(""),
|
|
164
|
+
const a = e, n = x(null), o = x(null), _ = x([]), S = x(0), I = x(""), f = x(!0), b = x(0), M = N(() => {
|
|
165
165
|
const d = a.options.find(
|
|
166
166
|
(v) => v.value === a.modelValue
|
|
167
167
|
);
|
|
168
168
|
return d && d.label;
|
|
169
169
|
}), ce = {
|
|
170
170
|
beforeMount(d, v) {
|
|
171
|
-
d.clickOutsideEvent = function(
|
|
172
|
-
d ===
|
|
171
|
+
d.clickOutsideEvent = function(y) {
|
|
172
|
+
d === y.target || d.contains(y.target) || v.value(y);
|
|
173
173
|
}, document.body.addEventListener("click", d.clickOutsideEvent);
|
|
174
174
|
},
|
|
175
175
|
unmounted(d) {
|
|
@@ -180,12 +180,12 @@ const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["val
|
|
|
180
180
|
i("update:modelValue", d);
|
|
181
181
|
}
|
|
182
182
|
function _e(d) {
|
|
183
|
-
var
|
|
183
|
+
var y;
|
|
184
184
|
const v = d.target;
|
|
185
|
-
v.getAttribute("role") === "option" && (Z(v), U(), (
|
|
185
|
+
v.getAttribute("role") === "option" && (Z(v), U(), (y = n.value) == null || y.focus());
|
|
186
186
|
}
|
|
187
187
|
function J(d) {
|
|
188
|
-
var
|
|
188
|
+
var y;
|
|
189
189
|
const v = d.key;
|
|
190
190
|
switch (v) {
|
|
191
191
|
case "ArrowUp":
|
|
@@ -200,15 +200,15 @@ const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["val
|
|
|
200
200
|
}
|
|
201
201
|
case "Home":
|
|
202
202
|
case "PageUp":
|
|
203
|
-
d.preventDefault(),
|
|
203
|
+
d.preventDefault(), fe();
|
|
204
204
|
break;
|
|
205
205
|
case "End":
|
|
206
206
|
case "PageDown":
|
|
207
|
-
d.preventDefault(),
|
|
207
|
+
d.preventDefault(), ye();
|
|
208
208
|
break;
|
|
209
209
|
case "Enter":
|
|
210
210
|
case "Escape":
|
|
211
|
-
d.preventDefault(), U(), (
|
|
211
|
+
d.preventDefault(), U(), (y = n.value) == null || y.focus();
|
|
212
212
|
break;
|
|
213
213
|
default: {
|
|
214
214
|
const w = ve(v);
|
|
@@ -239,23 +239,23 @@ const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["val
|
|
|
239
239
|
(I.value === "" || v !== d) && (b.value = a.options.findIndex(
|
|
240
240
|
(w) => w.value === a.modelValue
|
|
241
241
|
)), I.value = v === d ? d : I.value + d, v = d, ge();
|
|
242
|
-
let
|
|
242
|
+
let y = Y(
|
|
243
243
|
b.value + 1,
|
|
244
244
|
a.options.length
|
|
245
245
|
);
|
|
246
|
-
return !
|
|
246
|
+
return !y && I.value.length === 1 && (y = Y(0, b.value)), b.value = (b.value + 1) % a.options.length, y;
|
|
247
247
|
}
|
|
248
248
|
function Y(d, v) {
|
|
249
|
-
for (let
|
|
250
|
-
if (a.options[
|
|
251
|
-
return _.value[
|
|
249
|
+
for (let y = d; y < v; y++)
|
|
250
|
+
if (a.options[y].label && a.options[y].label.toUpperCase().indexOf(I.value.toUpperCase()) === 0)
|
|
251
|
+
return _.value[y];
|
|
252
252
|
return null;
|
|
253
253
|
}
|
|
254
|
-
function
|
|
254
|
+
function fe() {
|
|
255
255
|
Z(_.value[0]);
|
|
256
256
|
}
|
|
257
257
|
function Z(d) {
|
|
258
|
-
var
|
|
258
|
+
var y, w;
|
|
259
259
|
const v = d.getAttribute("data-value");
|
|
260
260
|
if (a.modelValue) {
|
|
261
261
|
const L = a.options.findIndex(
|
|
@@ -263,7 +263,7 @@ const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["val
|
|
|
263
263
|
), P = _.value[L];
|
|
264
264
|
he(P);
|
|
265
265
|
}
|
|
266
|
-
if (d.setAttribute("aria-selected", "true"), (
|
|
266
|
+
if (d.setAttribute("aria-selected", "true"), (y = o.value) == null || y.setAttribute(
|
|
267
267
|
"aria-activedescendant",
|
|
268
268
|
v || ""
|
|
269
269
|
), ue(v || ""), o.value && o.value.scrollHeight > o.value.clientHeight) {
|
|
@@ -271,21 +271,21 @@ const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["val
|
|
|
271
271
|
P > L ? o.value.scrollTop = P - ((w = o.value) == null ? void 0 : w.clientHeight) : d.offsetTop < o.value.scrollTop && (o.value.scrollTop = d.offsetTop);
|
|
272
272
|
}
|
|
273
273
|
}
|
|
274
|
-
function
|
|
274
|
+
function ye() {
|
|
275
275
|
var v;
|
|
276
276
|
const d = (v = _.value) == null ? void 0 : v[a.options.length - 1];
|
|
277
277
|
Z(d);
|
|
278
278
|
}
|
|
279
279
|
function U() {
|
|
280
280
|
var d;
|
|
281
|
-
|
|
281
|
+
f.value = !0, (d = n.value) == null || d.removeAttribute("aria-expanded");
|
|
282
282
|
}
|
|
283
283
|
function K() {
|
|
284
284
|
var d, v;
|
|
285
|
-
|
|
285
|
+
f.value = !1, (d = n.value) == null || d.setAttribute("aria-expanded", "true"), (v = o.value) == null || v.focus();
|
|
286
286
|
}
|
|
287
287
|
function be() {
|
|
288
|
-
a.disabled || (
|
|
288
|
+
a.disabled || (f.value ? K() : U());
|
|
289
289
|
}
|
|
290
290
|
return (d, v) => (l(), r("div", {
|
|
291
291
|
class: "listbox__wrapper",
|
|
@@ -324,18 +324,18 @@ const Ve = /* @__PURE__ */ h(ze, [["__scopeId", "data-v-e7768ff8"]]), Oe = ["val
|
|
|
324
324
|
ref_key: "listboxNode",
|
|
325
325
|
ref: o
|
|
326
326
|
}, [
|
|
327
|
-
(l(!0), r(q, null, D(e.options, (
|
|
327
|
+
(l(!0), r(q, null, D(e.options, (y, w) => (l(), r("li", {
|
|
328
328
|
key: `${e.name}-option-${w}`,
|
|
329
|
-
"aria-selected":
|
|
330
|
-
"data-value":
|
|
329
|
+
"aria-selected": y.value === e.modelValue,
|
|
330
|
+
"data-value": y.value,
|
|
331
331
|
class: "listbox__option",
|
|
332
332
|
role: "option",
|
|
333
333
|
ref_for: !0,
|
|
334
334
|
ref_key: "listboxOptions",
|
|
335
335
|
ref: _
|
|
336
|
-
}, s(
|
|
336
|
+
}, s(y.label), 9, Ee))), 128))
|
|
337
337
|
], 40, Re), [
|
|
338
|
-
[G, !
|
|
338
|
+
[G, !f.value]
|
|
339
339
|
])
|
|
340
340
|
])), [
|
|
341
341
|
[ce, U]
|
|
@@ -638,7 +638,7 @@ const ct = /* @__PURE__ */ h(dt, [["__scopeId", "data-v-d1d7a1e3"]]), ut = { cla
|
|
|
638
638
|
]));
|
|
639
639
|
}
|
|
640
640
|
});
|
|
641
|
-
const oe = /* @__PURE__ */ h(_t, [["__scopeId", "data-v-b5af91d8"]]), mt = { class: "slider__wrapper" }, ht = { class: "slider__label" }, gt = ["for"], vt = ["aria-label"],
|
|
641
|
+
const oe = /* @__PURE__ */ h(_t, [["__scopeId", "data-v-b5af91d8"]]), mt = { class: "slider__wrapper" }, ht = { class: "slider__label" }, gt = ["for"], vt = ["aria-label"], ft = { class: "slider__content" }, yt = ["id", "name", "value", "min", "step", "max"], bt = /* @__PURE__ */ m({
|
|
642
642
|
__name: "slider",
|
|
643
643
|
props: {
|
|
644
644
|
label: {
|
|
@@ -691,18 +691,18 @@ const oe = /* @__PURE__ */ h(_t, [["__scopeId", "data-v-b5af91d8"]]), mt = { cla
|
|
|
691
691
|
},
|
|
692
692
|
emits: ["update:modelValue"],
|
|
693
693
|
setup(e, { emit: i }) {
|
|
694
|
-
const a = e, n = x(a.modelValue), o = x(), _ = x(!1), S = (
|
|
694
|
+
const a = e, n = x(a.modelValue), o = x(), _ = x(!1), S = (f, b, M) => (f - b) / (M - b) * 100, I = (f) => {
|
|
695
695
|
var b;
|
|
696
|
-
(b = o.value) == null || b.style.setProperty("--ProgressPercent", `${
|
|
696
|
+
(b = o.value) == null || b.style.setProperty("--ProgressPercent", `${f}%`);
|
|
697
697
|
};
|
|
698
698
|
return ne(() => {
|
|
699
699
|
if (o.value) {
|
|
700
700
|
i("update:modelValue", n.value);
|
|
701
|
-
const
|
|
702
|
-
let b = (50 -
|
|
703
|
-
I(
|
|
701
|
+
const f = S(n.value, a.min, a.max);
|
|
702
|
+
let b = (50 - f) / 100;
|
|
703
|
+
I(f + b);
|
|
704
704
|
}
|
|
705
|
-
}), (
|
|
705
|
+
}), (f, b) => (l(), r(q, null, [
|
|
706
706
|
t("div", mt, [
|
|
707
707
|
t("div", ht, [
|
|
708
708
|
t("label", {
|
|
@@ -720,7 +720,7 @@ const oe = /* @__PURE__ */ h(_t, [["__scopeId", "data-v-b5af91d8"]]), mt = { cla
|
|
|
720
720
|
"aria-haspopup": "dialog"
|
|
721
721
|
}, null, 42, vt)) : g("", !0)
|
|
722
722
|
]),
|
|
723
|
-
t("div",
|
|
723
|
+
t("div", ft, [
|
|
724
724
|
t("span", {
|
|
725
725
|
class: c([e.variant, "slider__minmax"])
|
|
726
726
|
}, s(e.min), 3),
|
|
@@ -736,7 +736,7 @@ const oe = /* @__PURE__ */ h(_t, [["__scopeId", "data-v-b5af91d8"]]), mt = { cla
|
|
|
736
736
|
ref_key: "slider",
|
|
737
737
|
ref: o,
|
|
738
738
|
onInput: b[2] || (b[2] = ({ target: M }) => n.value = parseFloat(M.value))
|
|
739
|
-
}, null, 42,
|
|
739
|
+
}, null, 42, yt),
|
|
740
740
|
t("span", {
|
|
741
741
|
class: c([e.variant, "slider__minmax"])
|
|
742
742
|
}, s(e.max), 3)
|
|
@@ -1303,7 +1303,7 @@ const da = /* @__PURE__ */ h(oa, [["__scopeId", "data-v-b50e8101"]]), ca = (e) =
|
|
|
1303
1303
|
]));
|
|
1304
1304
|
}
|
|
1305
1305
|
});
|
|
1306
|
-
const
|
|
1306
|
+
const fa = /* @__PURE__ */ h(va, [["__scopeId", "data-v-f5acdf7e"]]), ya = { class: "text__wrapper" }, ba = { class: "text__headline" }, pa = { class: "text__paragraph" }, ka = /* @__PURE__ */ m({
|
|
1307
1307
|
__name: "text-card",
|
|
1308
1308
|
props: {
|
|
1309
1309
|
label: {
|
|
@@ -1320,7 +1320,7 @@ const ya = /* @__PURE__ */ h(va, [["__scopeId", "data-v-f5acdf7e"]]), fa = { cla
|
|
|
1320
1320
|
}
|
|
1321
1321
|
},
|
|
1322
1322
|
setup(e) {
|
|
1323
|
-
return (i, a) => (l(), r("div",
|
|
1323
|
+
return (i, a) => (l(), r("div", ya, [
|
|
1324
1324
|
k(R, {
|
|
1325
1325
|
"label-dark": !1,
|
|
1326
1326
|
text: e.label ? e.label : ""
|
|
@@ -1827,7 +1827,7 @@ const _l = /* @__PURE__ */ h(ul, [["__scopeId", "data-v-3ad48049"]]), ml = { cla
|
|
|
1827
1827
|
], 2));
|
|
1828
1828
|
}
|
|
1829
1829
|
});
|
|
1830
|
-
const gl = /* @__PURE__ */ h(hl, [["__scopeId", "data-v-
|
|
1830
|
+
const gl = /* @__PURE__ */ h(hl, [["__scopeId", "data-v-03f6850a"]]), vl = (e) => (z("data-v-3cc55dbf"), e = e(), V(), e), fl = { class: "quote__wrapper" }, yl = { class: "quote__content" }, bl = /* @__PURE__ */ vl(() => /* @__PURE__ */ t("p", { class: "quote__quote-mark" }, "“", -1)), pl = { class: "quote__quote" }, kl = { class: "quote__quote-text" }, $l = { class: "quote__author" }, wl = {
|
|
1831
1831
|
key: 0,
|
|
1832
1832
|
class: "quote__image"
|
|
1833
1833
|
}, xl = { class: "quote__text" }, Sl = { class: "quote__author-name" }, Il = { class: "quote__author-title" }, ql = /* @__PURE__ */ m({
|
|
@@ -1851,8 +1851,8 @@ const gl = /* @__PURE__ */ h(hl, [["__scopeId", "data-v-0ca24d18"]]), vl = (e) =
|
|
|
1851
1851
|
}
|
|
1852
1852
|
},
|
|
1853
1853
|
setup(e) {
|
|
1854
|
-
return (i, a) => (l(), r("div",
|
|
1855
|
-
t("div",
|
|
1854
|
+
return (i, a) => (l(), r("div", fl, [
|
|
1855
|
+
t("div", yl, [
|
|
1856
1856
|
bl,
|
|
1857
1857
|
t("div", pl, [
|
|
1858
1858
|
t("p", kl, s(e.quote), 1),
|
|
@@ -2090,7 +2090,7 @@ const Kl = /* @__PURE__ */ h(Yl, [["__scopeId", "data-v-c2038fe4"]]), Ql = { cla
|
|
|
2090
2090
|
]));
|
|
2091
2091
|
}
|
|
2092
2092
|
});
|
|
2093
|
-
const li = /* @__PURE__ */ h(ai, [["__scopeId", "data-v-cf46dae2"]]), O = (e) => (z("data-v-6d9c55d4"), e = e(), V(), e), ii = { class: "footer__wrapper" }, ri = { class: "footer__content" }, ni = { class: "footer__sections" }, si = { class: "section" }, oi = { class: "section__title" }, di = { class: "section__list" }, ci = { class: "section" }, ui = /* @__PURE__ */ O(() => /* @__PURE__ */ t("span", { class: "section__title" }, "Mobile Industrial Robots A/S", -1)), _i = /* @__PURE__ */ O(() => /* @__PURE__ */ t("span", null, "Emil Neckelmanns Vej 15F", -1)), mi = /* @__PURE__ */ O(() => /* @__PURE__ */ t("span", null, "DK-5220 Odense SØ", -1)), hi = /* @__PURE__ */ O(() => /* @__PURE__ */ t("br", null, null, -1)), gi = /* @__PURE__ */ O(() => /* @__PURE__ */ t("a", { href: "mailto:mail@mir-robots.com" }, "mail@mir-robots.com", -1)), vi = /* @__PURE__ */ O(() => /* @__PURE__ */ t("a", { href: "tel:+4520377577" }, "+45 20 377 577", -1)),
|
|
2093
|
+
const li = /* @__PURE__ */ h(ai, [["__scopeId", "data-v-cf46dae2"]]), O = (e) => (z("data-v-6d9c55d4"), e = e(), V(), e), ii = { class: "footer__wrapper" }, ri = { class: "footer__content" }, ni = { class: "footer__sections" }, si = { class: "section" }, oi = { class: "section__title" }, di = { class: "section__list" }, ci = { class: "section" }, ui = /* @__PURE__ */ O(() => /* @__PURE__ */ t("span", { class: "section__title" }, "Mobile Industrial Robots A/S", -1)), _i = /* @__PURE__ */ O(() => /* @__PURE__ */ t("span", null, "Emil Neckelmanns Vej 15F", -1)), mi = /* @__PURE__ */ O(() => /* @__PURE__ */ t("span", null, "DK-5220 Odense SØ", -1)), hi = /* @__PURE__ */ O(() => /* @__PURE__ */ t("br", null, null, -1)), gi = /* @__PURE__ */ O(() => /* @__PURE__ */ t("a", { href: "mailto:mail@mir-robots.com" }, "mail@mir-robots.com", -1)), vi = /* @__PURE__ */ O(() => /* @__PURE__ */ t("a", { href: "tel:+4520377577" }, "+45 20 377 577", -1)), fi = { class: "footer__bottom" }, yi = { class: "footer__copyright-policy" }, bi = { class: "copyright" }, pi = /* @__PURE__ */ O(() => /* @__PURE__ */ t("span", null, [
|
|
2094
2094
|
/* @__PURE__ */ t("i", { class: "change-region" }),
|
|
2095
2095
|
/* @__PURE__ */ H("Change region")
|
|
2096
2096
|
], -1)), ki = [
|
|
@@ -2167,8 +2167,8 @@ const li = /* @__PURE__ */ h(ai, [["__scopeId", "data-v-cf46dae2"]]), O = (e) =>
|
|
|
2167
2167
|
])
|
|
2168
2168
|
])
|
|
2169
2169
|
]),
|
|
2170
|
-
t("div",
|
|
2171
|
-
t("div",
|
|
2170
|
+
t("div", fi, [
|
|
2171
|
+
t("div", yi, [
|
|
2172
2172
|
t("p", bi, "© MiR " + s((/* @__PURE__ */ new Date()).getFullYear()), 1),
|
|
2173
2173
|
t("button", {
|
|
2174
2174
|
class: "footer__language-switcher",
|
|
@@ -2235,13 +2235,13 @@ const Si = /* @__PURE__ */ h(xi, [["__scopeId", "data-v-6d9c55d4"]]), de = "data
|
|
|
2235
2235
|
let n = null, o = x(a.burgerState), _ = x(a.showDropDown);
|
|
2236
2236
|
X(
|
|
2237
2237
|
() => a.burgerState,
|
|
2238
|
-
(
|
|
2238
|
+
(f) => o.value = f
|
|
2239
2239
|
), X(
|
|
2240
2240
|
() => a.showDropDown,
|
|
2241
|
-
(
|
|
2241
|
+
(f) => _.value = f
|
|
2242
2242
|
), we(() => {
|
|
2243
|
-
n = (
|
|
2244
|
-
|
|
2243
|
+
n = (f) => {
|
|
2244
|
+
f.target.closest("#menu-dropdown") || (_.value = !1);
|
|
2245
2245
|
}, window.addEventListener("click", n);
|
|
2246
2246
|
}), xe(() => {
|
|
2247
2247
|
n !== null && window.removeEventListener("click", n);
|
|
@@ -2252,25 +2252,25 @@ const Si = /* @__PURE__ */ h(xi, [["__scopeId", "data-v-6d9c55d4"]]), de = "data
|
|
|
2252
2252
|
function I() {
|
|
2253
2253
|
o.value = !o.value, i("update:burgerState", o.value);
|
|
2254
2254
|
}
|
|
2255
|
-
return (
|
|
2255
|
+
return (f, b) => (l(), r("div", Ii, [
|
|
2256
2256
|
t("nav", null, [
|
|
2257
2257
|
t("div", qi, [
|
|
2258
2258
|
t("div", Mi, [
|
|
2259
|
-
u(
|
|
2259
|
+
u(f.$slots, "link-logo", {}, void 0, !0)
|
|
2260
2260
|
]),
|
|
2261
2261
|
t("ul", Di, [
|
|
2262
|
-
u(
|
|
2262
|
+
u(f.$slots, "main-nav-items", {}, void 0, !0)
|
|
2263
2263
|
]),
|
|
2264
2264
|
t("div", Bi, [
|
|
2265
2265
|
t("button", {
|
|
2266
2266
|
onClick: S,
|
|
2267
2267
|
class: "nav-dropdown-btn"
|
|
2268
2268
|
}, [
|
|
2269
|
-
u(
|
|
2269
|
+
u(f.$slots, "dropdown-title", {}, void 0, !0),
|
|
2270
2270
|
p(_) == !1 ? (l(), r("img", Li)) : (l(), r("img", Ai))
|
|
2271
2271
|
]),
|
|
2272
2272
|
W(t("div", Ci, [
|
|
2273
|
-
u(
|
|
2273
|
+
u(f.$slots, "dropdown-links", {}, void 0, !0)
|
|
2274
2274
|
], 512), [
|
|
2275
2275
|
[G, p(_)]
|
|
2276
2276
|
])
|
|
@@ -2289,7 +2289,7 @@ const Si = /* @__PURE__ */ h(xi, [["__scopeId", "data-v-6d9c55d4"]]), de = "data
|
|
|
2289
2289
|
}, [
|
|
2290
2290
|
t("div", Ni, [
|
|
2291
2291
|
t("div", zi, [
|
|
2292
|
-
u(
|
|
2292
|
+
u(f.$slots, "link-logo", {}, void 0, !0)
|
|
2293
2293
|
]),
|
|
2294
2294
|
t("div", Vi, [
|
|
2295
2295
|
t("button", null, [
|
|
@@ -2315,11 +2315,11 @@ const Si = /* @__PURE__ */ h(xi, [["__scopeId", "data-v-6d9c55d4"]]), de = "data
|
|
|
2315
2315
|
]),
|
|
2316
2316
|
W(t("div", Ri, [
|
|
2317
2317
|
t("ul", null, [
|
|
2318
|
-
u(
|
|
2318
|
+
u(f.$slots, "mobile-main-nav-items", {}, void 0, !0)
|
|
2319
2319
|
]),
|
|
2320
2320
|
t("ul", Ei, [
|
|
2321
|
-
u(
|
|
2322
|
-
u(
|
|
2321
|
+
u(f.$slots, "mobile-dropdown-title", {}, void 0, !0),
|
|
2322
|
+
u(f.$slots, "mobile-dropdown-links", {}, void 0, !0)
|
|
2323
2323
|
])
|
|
2324
2324
|
], 512), [
|
|
2325
2325
|
[G, p(o)]
|
|
@@ -2384,7 +2384,7 @@ const Qi = /* @__PURE__ */ h(Ki, [["__scopeId", "data-v-9d085a10"]]), Xi = { cla
|
|
|
2384
2384
|
});
|
|
2385
2385
|
const ar = /* @__PURE__ */ h(tr, [["__scopeId", "data-v-aef0eda7"]]), ir = {
|
|
2386
2386
|
install: (e) => {
|
|
2387
|
-
e.component("AtomButton", F), e.component("AtomCheckbox", Ae), e.component("AtomChip", Ve), e.component("AtomDropdown", We), e.component("AtomImage", B), e.component("AtomLabel", R), e.component("AtomLink", C), e.component("AtomRadioButton", it), e.component("AtomSelect", ct), e.component("AtomSlider", pt), e.component("AtomTextarea", Mt), e.component("AtomTextField", Ot), e.component("AtomVideo", E), e.component("MoleculeAddress", ea), e.component("MoleculeBulletList", ra), e.component("MoleculeCard", da), e.component("MoleculeEventCard",
|
|
2387
|
+
e.component("AtomButton", F), e.component("AtomCheckbox", Ae), e.component("AtomChip", Ve), e.component("AtomDropdown", We), e.component("AtomImage", B), e.component("AtomLabel", R), e.component("AtomLink", C), e.component("AtomRadioButton", it), e.component("AtomSelect", ct), e.component("AtomSlider", pt), e.component("AtomTextarea", Mt), e.component("AtomTextField", Ot), e.component("AtomVideo", E), e.component("MoleculeAddress", ea), e.component("MoleculeBulletList", ra), e.component("MoleculeCard", da), e.component("MoleculeEventCard", fa), e.component("MoleculeModal", oe), e.component("MoleculeTextCard", $a), e.component("BlockFacts", Aa), e.component("BlockFeatures", Ha), e.component("BlockHeadline", il), e.component("BlockImage", Fa), e.component("BlockImageGallery", el), e.component("BlockMicroStories", nl), e.component("BlockProductHero", _l), e.component("BlockPromo", gl), e.component("BlockQuote", Ml), e.component("BlockRichText", Cl), e.component("BlockTripleCardDisplay", Pl), e.component("BlockVimeo", Ul), e.component("Organism404", Kl), e.component("OrganismFilter", li), e.component("OrganismFooter", Si), e.component("OrganismHeader", Wi), e.component("OrganismLanguageSwitcher", Qi), e.component("OrganismPagination", ar);
|
|
2388
2388
|
}
|
|
2389
2389
|
};
|
|
2390
2390
|
export {
|
|
@@ -2416,7 +2416,7 @@ export {
|
|
|
2416
2416
|
ea as MoleculeAddress,
|
|
2417
2417
|
ra as MoleculeBulletList,
|
|
2418
2418
|
da as MoleculeCard,
|
|
2419
|
-
|
|
2419
|
+
fa as MoleculeEventCard,
|
|
2420
2420
|
oe as MoleculeModal,
|
|
2421
2421
|
$a as MoleculeTextCard,
|
|
2422
2422
|
Kl as Organism404,
|