@mirweb/mir-web-components 0.17.70 → 0.17.72
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.
- package/dist/components/blocks/card-display/card-display.vue.d.ts +1 -1
- package/dist/components/blocks/pallet-jack/pallet-jack.vue.d.ts +1 -1
- package/dist/components/molecules/card/card.vue.d.ts +1 -1
- package/dist/mir-web-components.cjs.js +1 -1
- package/dist/mir-web-components.css +1 -1
- package/dist/mir-web-components.es.js +127 -125
- package/dist/mir-web-components.umd.js +2 -2
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as g, computed as L, openBlock as s, createElementBlock as i, normalizeClass as h, toDisplayString as n, createElementVNode as t, renderSlot as
|
|
1
|
+
import { defineComponent as g, computed as L, openBlock as s, createElementBlock as i, normalizeClass as h, toDisplayString as n, createElementVNode as t, renderSlot as u, pushScopeId as E, popScopeId as R, createTextVNode as W, ref as I, withDirectives as Y, Fragment as M, renderList as O, vShow as Z, normalizeProps as P, guardReactiveProps as F, toRefs as ye, mergeProps as te, createVNode as w, Transition as $e, withCtx as k, withModifiers as ne, createBlock as C, createCommentVNode as m, watchEffect as de, withKeys as ke, useSlots as we, normalizeStyle as ae, isRef as ie, unref as V, onMounted as ce, watch as re, onUnmounted as Se } from "vue";
|
|
2
2
|
const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
3
3
|
__name: "button",
|
|
4
4
|
props: {
|
|
@@ -14,7 +14,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
14
14
|
next: "next",
|
|
15
15
|
previous: "previous"
|
|
16
16
|
}, r = e, o = L(() => a[r.variant]);
|
|
17
|
-
return (l,
|
|
17
|
+
return (l, _) => (s(), i("button", {
|
|
18
18
|
class: h(["button", "button--" + o.value]),
|
|
19
19
|
"aria-label": l.ariaLabel
|
|
20
20
|
}, n(o.value === "close" ? "" : l.buttonText), 11, Be));
|
|
@@ -36,10 +36,10 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
36
36
|
emits: ["input"],
|
|
37
37
|
setup(e, { emit: a }) {
|
|
38
38
|
const r = a, o = (l) => {
|
|
39
|
-
const
|
|
40
|
-
r("input",
|
|
39
|
+
const _ = l.target;
|
|
40
|
+
r("input", _.checked);
|
|
41
41
|
};
|
|
42
|
-
return (l,
|
|
42
|
+
return (l, _) => (s(), i("div", {
|
|
43
43
|
class: h(["checkbox__wrapper", l.disabled ? "disabled" : ""])
|
|
44
44
|
}, [
|
|
45
45
|
t("input", {
|
|
@@ -57,7 +57,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
57
57
|
class: h(["checkbox__label", l.required ? "required" : ""])
|
|
58
58
|
}, [
|
|
59
59
|
Ve,
|
|
60
|
-
|
|
60
|
+
u(l.$slots, "default", {}, void 0, !0)
|
|
61
61
|
], 10, Le)
|
|
62
62
|
], 2));
|
|
63
63
|
}
|
|
@@ -75,7 +75,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
75
75
|
const a = e, r = L(() => `Chip: ${a.text}`);
|
|
76
76
|
return (o, l) => (s(), i("div", {
|
|
77
77
|
class: "chip__wrapper",
|
|
78
|
-
onClick: l[0] || (l[0] = (
|
|
78
|
+
onClick: l[0] || (l[0] = (_) => o.$emit("remove-chip"))
|
|
79
79
|
}, [
|
|
80
80
|
t("span", {
|
|
81
81
|
class: "chip",
|
|
@@ -104,7 +104,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
104
104
|
const r = {
|
|
105
105
|
primary: "dropdown-dark-bg-primary",
|
|
106
106
|
dark: "dropdown-dark dropdown-dark-bg-dark"
|
|
107
|
-
}, o = e, l = L(() => r[o.variant]),
|
|
107
|
+
}, o = e, l = L(() => r[o.variant]), _ = I(null), c = I(null), p = I([]), S = I(0), f = I(""), y = I(!0), q = I(0), x = a, B = L(() => {
|
|
108
108
|
const d = o.options.find(
|
|
109
109
|
(b) => b.value === o.modelValue
|
|
110
110
|
);
|
|
@@ -125,7 +125,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
125
125
|
function H(d) {
|
|
126
126
|
var $;
|
|
127
127
|
const b = d.target;
|
|
128
|
-
b.getAttribute("role") === "option" && (G(b), Q(), ($ =
|
|
128
|
+
b.getAttribute("role") === "option" && (G(b), Q(), ($ = _.value) == null || $.focus());
|
|
129
129
|
}
|
|
130
130
|
function le(d) {
|
|
131
131
|
var $;
|
|
@@ -151,7 +151,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
151
151
|
break;
|
|
152
152
|
case "Enter":
|
|
153
153
|
case "Escape":
|
|
154
|
-
d.preventDefault(), Q(), ($ =
|
|
154
|
+
d.preventDefault(), Q(), ($ = _.value) == null || $.focus();
|
|
155
155
|
break;
|
|
156
156
|
default: {
|
|
157
157
|
const T = me(b);
|
|
@@ -221,11 +221,11 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
221
221
|
}
|
|
222
222
|
function Q() {
|
|
223
223
|
var d;
|
|
224
|
-
y.value = !0, (d =
|
|
224
|
+
y.value = !0, (d = _.value) == null || d.removeAttribute("aria-expanded");
|
|
225
225
|
}
|
|
226
226
|
function se() {
|
|
227
227
|
var d, b;
|
|
228
|
-
y.value = !1, (d =
|
|
228
|
+
y.value = !1, (d = _.value) == null || d.setAttribute("aria-expanded", "true"), (b = c.value) == null || b.focus();
|
|
229
229
|
}
|
|
230
230
|
function ge() {
|
|
231
231
|
o.disabled || (y.value ? se() : Q());
|
|
@@ -247,7 +247,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
247
247
|
t("button", {
|
|
248
248
|
id: `${d.name}-button-label`,
|
|
249
249
|
ref_key: "listboxButton",
|
|
250
|
-
ref:
|
|
250
|
+
ref: _,
|
|
251
251
|
"aria-labelledby": `${d.name}-label ${d.name}-button-label`,
|
|
252
252
|
type: "button",
|
|
253
253
|
"aria-haspopup": "listbox",
|
|
@@ -298,7 +298,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
298
298
|
},
|
|
299
299
|
setup(e) {
|
|
300
300
|
return (a, r) => (s(), i("div", Ge, [
|
|
301
|
-
|
|
301
|
+
u(a.$slots, "default", P(F(a.$attrs)))
|
|
302
302
|
]));
|
|
303
303
|
}
|
|
304
304
|
}), A = /* @__PURE__ */ v(We, [["__scopeId", "data-v-e10217bd"]]), Ye = { class: "label__wrapper" }, Je = ["aria-label", "label-dark"], Qe = /* @__PURE__ */ g({
|
|
@@ -338,7 +338,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
338
338
|
hover: "underline-hover",
|
|
339
339
|
true: "add-underline",
|
|
340
340
|
false: "remove-underline"
|
|
341
|
-
}, o = e, l = L(() => a[o.linkType]),
|
|
341
|
+
}, o = e, l = L(() => a[o.linkType]), _ = L(() => r[o.underline]), c = L(() => {
|
|
342
342
|
const { ...p } = ye(o);
|
|
343
343
|
return p;
|
|
344
344
|
});
|
|
@@ -347,11 +347,11 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
347
347
|
class: ["mir-link", [
|
|
348
348
|
l.value,
|
|
349
349
|
p.disabled ? "disabled" : "",
|
|
350
|
-
|
|
350
|
+
_.value,
|
|
351
351
|
p.arrow ? "link-arrow" : ""
|
|
352
352
|
]]
|
|
353
353
|
}), [
|
|
354
|
-
|
|
354
|
+
u(p.$slots, "default")
|
|
355
355
|
], 16)
|
|
356
356
|
]));
|
|
357
357
|
}
|
|
@@ -368,10 +368,10 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
368
368
|
emits: ["input"],
|
|
369
369
|
setup(e, { emit: a }) {
|
|
370
370
|
const r = a, o = (l) => {
|
|
371
|
-
const
|
|
372
|
-
r("input",
|
|
371
|
+
const _ = l.target;
|
|
372
|
+
r("input", _.checked);
|
|
373
373
|
};
|
|
374
|
-
return (l,
|
|
374
|
+
return (l, _) => (s(), i("div", {
|
|
375
375
|
class: h(["radio__wrapper", l.disabled ? "disabled" : ""])
|
|
376
376
|
}, [
|
|
377
377
|
t("input", {
|
|
@@ -390,7 +390,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
390
390
|
class: h(["radio__label", l.required ? "required" : ""])
|
|
391
391
|
}, [
|
|
392
392
|
tt,
|
|
393
|
-
|
|
393
|
+
u(l.$slots, "default", {}, void 0, !0)
|
|
394
394
|
], 10, et)
|
|
395
395
|
], 2));
|
|
396
396
|
}
|
|
@@ -440,36 +440,36 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
440
440
|
const r = e, o = a, l = () => {
|
|
441
441
|
o("update:show", !r.show);
|
|
442
442
|
};
|
|
443
|
-
return (
|
|
443
|
+
return (_, c) => (s(), i("div", ct, [
|
|
444
444
|
w($e, {
|
|
445
445
|
duration: 300,
|
|
446
446
|
name: "nested"
|
|
447
447
|
}, {
|
|
448
448
|
default: k(() => [
|
|
449
449
|
Y(t("div", {
|
|
450
|
-
class: h(["overlay",
|
|
450
|
+
class: h(["overlay", _.searchBar ? "overlay-search" : "overlay-default"]),
|
|
451
451
|
ariaLabel: "modal",
|
|
452
452
|
role: "dialog",
|
|
453
453
|
onClick: l
|
|
454
454
|
}, [
|
|
455
455
|
t("div", {
|
|
456
456
|
id: "modal",
|
|
457
|
-
class: h([
|
|
457
|
+
class: h([_.searchBar ? "search" : ""]),
|
|
458
458
|
onClick: c[0] || (c[0] = ne(() => {
|
|
459
459
|
}, ["stop"]))
|
|
460
460
|
}, [
|
|
461
461
|
t("div", null, [
|
|
462
|
-
|
|
462
|
+
_.searchBar ? m("", !0) : (s(), C(X, {
|
|
463
463
|
key: 0,
|
|
464
464
|
"aria-label": "close",
|
|
465
465
|
variant: "close",
|
|
466
466
|
onClick: l
|
|
467
467
|
}))
|
|
468
468
|
]),
|
|
469
|
-
_
|
|
469
|
+
u(_.$slots, "default", {}, void 0, !0)
|
|
470
470
|
], 2)
|
|
471
471
|
], 2), [
|
|
472
|
-
[Z,
|
|
472
|
+
[Z, _.show]
|
|
473
473
|
])
|
|
474
474
|
]),
|
|
475
475
|
_: 3
|
|
@@ -492,12 +492,12 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
492
492
|
},
|
|
493
493
|
emits: ["update:modelValue"],
|
|
494
494
|
setup(e, { emit: a }) {
|
|
495
|
-
const r = e, o = a, l = I(r.modelValue),
|
|
495
|
+
const r = e, o = a, l = I(r.modelValue), _ = I(), c = I(!1), p = (f, y, q) => (f - y) / (q - y) * 100, S = (f) => {
|
|
496
496
|
var y;
|
|
497
|
-
(y =
|
|
497
|
+
(y = _.value) == null || y.style.setProperty("--ProgressPercent", `${f}%`);
|
|
498
498
|
};
|
|
499
499
|
return de(() => {
|
|
500
|
-
if (
|
|
500
|
+
if (_.value) {
|
|
501
501
|
o("update:modelValue", l.value);
|
|
502
502
|
const f = p(l.value, r.min, r.max);
|
|
503
503
|
let y = (50 - f) / 100;
|
|
@@ -528,7 +528,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
528
528
|
t("input", {
|
|
529
529
|
id: f.id,
|
|
530
530
|
ref_key: "slider",
|
|
531
|
-
ref:
|
|
531
|
+
ref: _,
|
|
532
532
|
type: "range",
|
|
533
533
|
name: f.name,
|
|
534
534
|
value: f.modelValue,
|
|
@@ -644,7 +644,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
644
644
|
tel: "tel",
|
|
645
645
|
url: "url",
|
|
646
646
|
search: "search"
|
|
647
|
-
}, r = e, o = L(() => a[r.type]), l = I(!0),
|
|
647
|
+
}, r = e, o = L(() => a[r.type]), l = I(!0), _ = L(
|
|
648
648
|
() => l.value ? "showPassword" : "hidePassword"
|
|
649
649
|
), c = L(
|
|
650
650
|
() => l.value ? "password" : "text"
|
|
@@ -672,7 +672,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
672
672
|
}, null, 40, At),
|
|
673
673
|
t("i", {
|
|
674
674
|
role: "button",
|
|
675
|
-
class: h([
|
|
675
|
+
class: h([_.value]),
|
|
676
676
|
"aria-controls": "password",
|
|
677
677
|
"aria-expanded": !l.value,
|
|
678
678
|
onClick: S[1] || (S[1] = (f) => l.value = !l.value)
|
|
@@ -724,29 +724,29 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
724
724
|
resetVideo: () => {
|
|
725
725
|
o.value && (o.value.currentTime = 0, o.value.play());
|
|
726
726
|
}
|
|
727
|
-
}), (
|
|
728
|
-
|
|
727
|
+
}), (_, c) => (s(), i("div", Nt, [
|
|
728
|
+
_.localVideo ? (s(), i("video", {
|
|
729
729
|
key: 0,
|
|
730
730
|
ref_key: "videoRef",
|
|
731
731
|
ref: o,
|
|
732
|
-
"aria-label":
|
|
733
|
-
controls:
|
|
734
|
-
poster:
|
|
735
|
-
width:
|
|
736
|
-
height:
|
|
737
|
-
autoplay:
|
|
738
|
-
loop:
|
|
739
|
-
muted:
|
|
732
|
+
"aria-label": _.ariaLabel,
|
|
733
|
+
controls: _.controls,
|
|
734
|
+
poster: _.poster,
|
|
735
|
+
width: _.width,
|
|
736
|
+
height: _.height,
|
|
737
|
+
autoplay: _.autoplay,
|
|
738
|
+
loop: _.loop,
|
|
739
|
+
muted: _.muted,
|
|
740
740
|
type: "video/mp4",
|
|
741
741
|
playsinline: "",
|
|
742
|
-
src:
|
|
742
|
+
src: _.src
|
|
743
743
|
}, null, 8, Ht)) : (s(), i("iframe", {
|
|
744
744
|
key: 1,
|
|
745
|
-
src:
|
|
746
|
-
"aria-label":
|
|
747
|
-
title:
|
|
748
|
-
width:
|
|
749
|
-
height:
|
|
745
|
+
src: _.src,
|
|
746
|
+
"aria-label": _.ariaLabel,
|
|
747
|
+
title: _.title,
|
|
748
|
+
width: _.width,
|
|
749
|
+
height: _.height,
|
|
750
750
|
frameborder: "0",
|
|
751
751
|
allow: "autoplay; fullscreen",
|
|
752
752
|
allowfullscreen: ""
|
|
@@ -768,7 +768,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
768
768
|
return (a, r) => (s(), i("div", Ut, [
|
|
769
769
|
t("div", Kt, [
|
|
770
770
|
t("div", Gt, [
|
|
771
|
-
|
|
771
|
+
u(a.$slots, "address-flag", {}, void 0, !0)
|
|
772
772
|
]),
|
|
773
773
|
t("div", Wt, [
|
|
774
774
|
t("p", Yt, n(a.name), 1),
|
|
@@ -872,13 +872,13 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
872
872
|
width: "596",
|
|
873
873
|
height: "335"
|
|
874
874
|
}
|
|
875
|
-
}, l = e,
|
|
875
|
+
}, l = e, _ = L(() => o[l.size]);
|
|
876
876
|
return (c, p) => (s(), i("div", ia, [
|
|
877
877
|
t("div", {
|
|
878
878
|
class: h(["card", [
|
|
879
879
|
c.theme === "dark" ? "card--dark" : "card--light",
|
|
880
880
|
c.orientation === "vertical" ? "vertical" : "horizontal",
|
|
881
|
-
|
|
881
|
+
_.value.class,
|
|
882
882
|
c.size === "large" && c.variant === "article" ? "card--large-article" : "",
|
|
883
883
|
c.variant === "product" ? "card--product" : "card--article"
|
|
884
884
|
]]),
|
|
@@ -888,7 +888,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
888
888
|
}, [
|
|
889
889
|
c.mediaType === "image" ? (s(), C(A, { key: 0 }, {
|
|
890
890
|
default: k(() => [
|
|
891
|
-
|
|
891
|
+
u(c.$slots, "card-image", te({
|
|
892
892
|
src: c.imgSrc,
|
|
893
893
|
width: "596",
|
|
894
894
|
height: "335",
|
|
@@ -909,15 +909,15 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
909
909
|
"aria-label": c.arialabel,
|
|
910
910
|
controls: !1,
|
|
911
911
|
poster: c.imgSrc,
|
|
912
|
-
width:
|
|
913
|
-
height:
|
|
912
|
+
width: _.value.width,
|
|
913
|
+
height: _.value.height,
|
|
914
914
|
autoplay: !0,
|
|
915
915
|
loop: !0,
|
|
916
916
|
muted: !0
|
|
917
917
|
}, null, 8, ["play", "src", "aria-label", "poster", "width", "height"])
|
|
918
918
|
], 2)),
|
|
919
919
|
V(a)["card-label"] ? (s(), i("div", ra, [
|
|
920
|
-
|
|
920
|
+
u(c.$slots, "card-label")
|
|
921
921
|
])) : m("", !0),
|
|
922
922
|
c.variant === "product" ? (s(), i("div", {
|
|
923
923
|
key: 3,
|
|
@@ -937,7 +937,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
937
937
|
], 38)
|
|
938
938
|
]));
|
|
939
939
|
}
|
|
940
|
-
}), ca = /* @__PURE__ */ v(da, [["__scopeId", "data-v-
|
|
940
|
+
}), ca = /* @__PURE__ */ v(da, [["__scopeId", "data-v-351c5fbb"]]), ua = (e) => (E("data-v-bc91c976"), e = e(), R(), e), _a = { class: "event__wrapper" }, pa = { class: "event__headline" }, ha = { class: "event__date-location" }, ma = /* @__PURE__ */ ua(() => /* @__PURE__ */ t("br", null, null, -1)), va = { class: "event__exhibitor" }, fa = /* @__PURE__ */ g({
|
|
941
941
|
__name: "event-card",
|
|
942
942
|
props: {
|
|
943
943
|
eventType: {
|
|
@@ -1053,7 +1053,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1053
1053
|
arrow: ""
|
|
1054
1054
|
}, {
|
|
1055
1055
|
default: k(() => [
|
|
1056
|
-
|
|
1056
|
+
u(a.$slots, "facts-link", {}, void 0, !0)
|
|
1057
1057
|
]),
|
|
1058
1058
|
_: 3
|
|
1059
1059
|
})
|
|
@@ -1081,7 +1081,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1081
1081
|
t("h2", null, n(a.headline), 1)
|
|
1082
1082
|
])) : m("", !0),
|
|
1083
1083
|
a.body ? (s(), i("div", Pa, [
|
|
1084
|
-
|
|
1084
|
+
u(a.$slots, "features-body", {}, void 0, !0)
|
|
1085
1085
|
])) : m("", !0),
|
|
1086
1086
|
t("div", {
|
|
1087
1087
|
class: h(["features__elements", [a.elements.length === 6 ? "features__elements--grid-6" : ""]])
|
|
@@ -1092,7 +1092,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1092
1092
|
}, [
|
|
1093
1093
|
w(A, { class: "element__icon" }, {
|
|
1094
1094
|
default: k(() => [
|
|
1095
|
-
|
|
1095
|
+
u(a.$slots, "features-icon", P(F({
|
|
1096
1096
|
src: o.icon.src,
|
|
1097
1097
|
height: 30,
|
|
1098
1098
|
width: 30,
|
|
@@ -1122,11 +1122,11 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1122
1122
|
t("div", ja, [
|
|
1123
1123
|
t("h2", Ua, n(e.headline), 1),
|
|
1124
1124
|
t("div", Ka, [
|
|
1125
|
-
|
|
1125
|
+
u(a.$slots, "form-body", {}, void 0, !0)
|
|
1126
1126
|
])
|
|
1127
1127
|
]),
|
|
1128
1128
|
t("div", Ga, [
|
|
1129
|
-
|
|
1129
|
+
u(a.$slots, "form-script", {}, void 0, !0)
|
|
1130
1130
|
])
|
|
1131
1131
|
])
|
|
1132
1132
|
]));
|
|
@@ -1155,7 +1155,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1155
1155
|
t("div", Za, [
|
|
1156
1156
|
w(A, null, {
|
|
1157
1157
|
default: k(() => [
|
|
1158
|
-
|
|
1158
|
+
u(a.$slots, "image", P(F({ width: 984, height: 554, src: e.src, alt: e.alt })))
|
|
1159
1159
|
]),
|
|
1160
1160
|
_: 3
|
|
1161
1161
|
})
|
|
@@ -1190,7 +1190,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1190
1190
|
light: "gallery__wrapper--light",
|
|
1191
1191
|
dark: "gallery__wrapper--dark mirsaic--dark"
|
|
1192
1192
|
}, r = e, o = L(() => a[r.bgColor]);
|
|
1193
|
-
return (l,
|
|
1193
|
+
return (l, _) => (s(), i("div", {
|
|
1194
1194
|
class: h(["gallery__wrapper", o.value])
|
|
1195
1195
|
}, [
|
|
1196
1196
|
t("div", {
|
|
@@ -1203,7 +1203,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1203
1203
|
l.mediaLarge && l.mediaType === "image" ? (s(), i("div", al, [
|
|
1204
1204
|
w(A, null, {
|
|
1205
1205
|
default: k(() => [
|
|
1206
|
-
|
|
1206
|
+
u(l.$slots, "image-large", P(F({
|
|
1207
1207
|
width: 617,
|
|
1208
1208
|
height: 530,
|
|
1209
1209
|
src: l.mediaLarge.src,
|
|
@@ -1241,7 +1241,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1241
1241
|
}, [
|
|
1242
1242
|
w(A, null, {
|
|
1243
1243
|
default: k(() => [
|
|
1244
|
-
|
|
1244
|
+
u(l.$slots, "image-small", P(F({
|
|
1245
1245
|
width: 328,
|
|
1246
1246
|
height: 246,
|
|
1247
1247
|
src: c.src,
|
|
@@ -1310,7 +1310,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1310
1310
|
arrow: ""
|
|
1311
1311
|
}, {
|
|
1312
1312
|
default: k(() => [
|
|
1313
|
-
|
|
1313
|
+
u(a.$slots, "hero-link", {}, void 0, !0)
|
|
1314
1314
|
]),
|
|
1315
1315
|
_: 3
|
|
1316
1316
|
})
|
|
@@ -1320,10 +1320,10 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1320
1320
|
t("div", gl, [
|
|
1321
1321
|
bl,
|
|
1322
1322
|
t("div", yl, [
|
|
1323
|
-
|
|
1323
|
+
u(a.$slots, "hero-video", {}, void 0, !0)
|
|
1324
1324
|
]),
|
|
1325
1325
|
t("div", $l, [
|
|
1326
|
-
|
|
1326
|
+
u(a.$slots, "hero-image", {}, void 0, !0)
|
|
1327
1327
|
])
|
|
1328
1328
|
])
|
|
1329
1329
|
])
|
|
@@ -1363,7 +1363,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1363
1363
|
}, [
|
|
1364
1364
|
w(A, null, {
|
|
1365
1365
|
default: k(() => [
|
|
1366
|
-
|
|
1366
|
+
u(a.$slots, "logo-wall-logo", P(F({
|
|
1367
1367
|
width: 130,
|
|
1368
1368
|
height: 130,
|
|
1369
1369
|
src: o.src,
|
|
@@ -1380,7 +1380,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1380
1380
|
arrow: !0
|
|
1381
1381
|
}, {
|
|
1382
1382
|
default: k(() => [
|
|
1383
|
-
|
|
1383
|
+
u(a.$slots, "logo-wall-link", {}, void 0, !0)
|
|
1384
1384
|
]),
|
|
1385
1385
|
_: 3
|
|
1386
1386
|
})
|
|
@@ -1407,7 +1407,7 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1407
1407
|
blue: "micro-stories__wrapper--blue",
|
|
1408
1408
|
dark: "micro-stories__wrapper--dark"
|
|
1409
1409
|
}, r = L(() => a[o.bgColor]), o = e;
|
|
1410
|
-
return (l,
|
|
1410
|
+
return (l, _) => (s(), i("div", {
|
|
1411
1411
|
class: h(["micro-stories__wrapper", r.value])
|
|
1412
1412
|
}, [
|
|
1413
1413
|
t("div", Dl, [
|
|
@@ -1419,16 +1419,16 @@ const Be = ["aria-label"], Ie = /* @__PURE__ */ g({
|
|
|
1419
1419
|
])) : m("", !0)
|
|
1420
1420
|
]),
|
|
1421
1421
|
t("div", Pl, [
|
|
1422
|
-
|
|
1422
|
+
u(l.$slots, "micro-stories-slides")
|
|
1423
1423
|
]),
|
|
1424
|
-
|
|
1424
|
+
u(l.$slots, "micro-stories-controls")
|
|
1425
1425
|
], 2));
|
|
1426
1426
|
}
|
|
1427
1427
|
}), El = {}, Rl = { class: "policy__wrapper" }, Nl = { class: "policy__content" };
|
|
1428
1428
|
function Hl(e, a) {
|
|
1429
1429
|
return s(), i("div", Rl, [
|
|
1430
1430
|
t("div", Nl, [
|
|
1431
|
-
|
|
1431
|
+
u(e.$slots, "default", {}, void 0, !0)
|
|
1432
1432
|
])
|
|
1433
1433
|
]);
|
|
1434
1434
|
}
|
|
@@ -1464,12 +1464,12 @@ const zl = /* @__PURE__ */ v(El, [["render", Hl], ["__scopeId", "data-v-9d5712e7
|
|
|
1464
1464
|
e.paragraph ? (s(), i("p", Gl, n(e.paragraph), 1)) : m("", !0)
|
|
1465
1465
|
])) : m("", !0),
|
|
1466
1466
|
t("div", Wl, [
|
|
1467
|
-
|
|
1467
|
+
u(a.$slots, "card-display-cards", {}, void 0, !0)
|
|
1468
1468
|
])
|
|
1469
1469
|
])
|
|
1470
1470
|
], 2));
|
|
1471
1471
|
}
|
|
1472
|
-
}), Jl = /* @__PURE__ */ v(Yl, [["__scopeId", "data-v-
|
|
1472
|
+
}), Jl = /* @__PURE__ */ v(Yl, [["__scopeId", "data-v-31d373a7"]]), Ql = { class: "promo__content" }, Zl = /* @__PURE__ */ g({
|
|
1473
1473
|
__name: "promo",
|
|
1474
1474
|
props: {
|
|
1475
1475
|
label: { default: "" },
|
|
@@ -1490,7 +1490,7 @@ const zl = /* @__PURE__ */ v(El, [["render", Hl], ["__scopeId", "data-v-9d5712e7
|
|
|
1490
1490
|
light: "promo__wrapper--light",
|
|
1491
1491
|
default: "promo__wrapper--default"
|
|
1492
1492
|
}, r = e, o = L(() => a[r.variant]);
|
|
1493
|
-
return (l,
|
|
1493
|
+
return (l, _) => (s(), i("div", {
|
|
1494
1494
|
class: h([
|
|
1495
1495
|
"promo__wrapper",
|
|
1496
1496
|
o.value,
|
|
@@ -1507,7 +1507,7 @@ const zl = /* @__PURE__ */ v(El, [["render", Hl], ["__scopeId", "data-v-9d5712e7
|
|
|
1507
1507
|
}, [
|
|
1508
1508
|
w(A, null, {
|
|
1509
1509
|
default: k(() => [
|
|
1510
|
-
|
|
1510
|
+
u(l.$slots, "promo-image", P(F({ src: l.src, width: 1920, alt: l.alt, height: 1080 })))
|
|
1511
1511
|
]),
|
|
1512
1512
|
_: 3
|
|
1513
1513
|
})
|
|
@@ -1548,7 +1548,7 @@ const zl = /* @__PURE__ */ v(El, [["render", Hl], ["__scopeId", "data-v-9d5712e7
|
|
|
1548
1548
|
l.variant === "dark" ? "promo__title--dark" : ""
|
|
1549
1549
|
])
|
|
1550
1550
|
}, [
|
|
1551
|
-
|
|
1551
|
+
u(l.$slots, "promo-headline")
|
|
1552
1552
|
], 2),
|
|
1553
1553
|
l.linkType === "link" ? (s(), C(D, {
|
|
1554
1554
|
key: 1,
|
|
@@ -1556,7 +1556,7 @@ const zl = /* @__PURE__ */ v(El, [["render", Hl], ["__scopeId", "data-v-9d5712e7
|
|
|
1556
1556
|
arrow: ""
|
|
1557
1557
|
}, {
|
|
1558
1558
|
default: k(() => [
|
|
1559
|
-
|
|
1559
|
+
u(l.$slots, "promo-link")
|
|
1560
1560
|
]),
|
|
1561
1561
|
_: 3
|
|
1562
1562
|
}, 8, ["link-type"])) : m("", !0),
|
|
@@ -1565,7 +1565,7 @@ const zl = /* @__PURE__ */ v(El, [["render", Hl], ["__scopeId", "data-v-9d5712e7
|
|
|
1565
1565
|
"link-type": l.variant === "dark" ? "secondary_dark" : (l.variant === "light", "secondary")
|
|
1566
1566
|
}, {
|
|
1567
1567
|
default: k(() => [
|
|
1568
|
-
|
|
1568
|
+
u(l.$slots, "promo-link")
|
|
1569
1569
|
]),
|
|
1570
1570
|
_: 3
|
|
1571
1571
|
}, 8, ["link-type"])) : m("", !0)
|
|
@@ -1607,7 +1607,7 @@ const zl = /* @__PURE__ */ v(El, [["render", Hl], ["__scopeId", "data-v-9d5712e7
|
|
|
1607
1607
|
e.authorImage ? (s(), i("div", io, [
|
|
1608
1608
|
w(A, null, {
|
|
1609
1609
|
default: k(() => [
|
|
1610
|
-
|
|
1610
|
+
u(a.$slots, "author-image", P(F({
|
|
1611
1611
|
src: e.authorImage + "/m/100x100",
|
|
1612
1612
|
width: 60,
|
|
1613
1613
|
height: 60
|
|
@@ -1675,13 +1675,13 @@ const zl = /* @__PURE__ */ v(El, [["render", Hl], ["__scopeId", "data-v-9d5712e7
|
|
|
1675
1675
|
a.bulletList || a.image ? "rich-text__body--content-right" : ""
|
|
1676
1676
|
])
|
|
1677
1677
|
}, [
|
|
1678
|
-
|
|
1678
|
+
u(a.$slots, "rich-text-content"),
|
|
1679
1679
|
a.links ? (s(), i("div", ho, [
|
|
1680
|
-
|
|
1680
|
+
u(a.$slots, "rich-text-links")
|
|
1681
1681
|
])) : m("", !0)
|
|
1682
1682
|
], 2),
|
|
1683
1683
|
a.bulletList ? (s(), i("div", mo, [
|
|
1684
|
-
|
|
1684
|
+
u(a.$slots, "rich-text-bullet-list")
|
|
1685
1685
|
])) : m("", !0),
|
|
1686
1686
|
a.image ? (s(), i("div", {
|
|
1687
1687
|
key: 1,
|
|
@@ -1692,7 +1692,7 @@ const zl = /* @__PURE__ */ v(El, [["render", Hl], ["__scopeId", "data-v-9d5712e7
|
|
|
1692
1692
|
}, [
|
|
1693
1693
|
w(A, null, {
|
|
1694
1694
|
default: k(() => [
|
|
1695
|
-
|
|
1695
|
+
u(a.$slots, "rich-text-image", P(F({ width: 865, height: 307 })))
|
|
1696
1696
|
]),
|
|
1697
1697
|
_: 3
|
|
1698
1698
|
})
|
|
@@ -1708,10 +1708,10 @@ function wo(e, a) {
|
|
|
1708
1708
|
t("div", $o, [
|
|
1709
1709
|
t("div", ko, [
|
|
1710
1710
|
t("div", null, [
|
|
1711
|
-
|
|
1711
|
+
u(e.$slots, "rich-text-content-left", {}, void 0, !0)
|
|
1712
1712
|
]),
|
|
1713
1713
|
t("div", null, [
|
|
1714
|
-
|
|
1714
|
+
u(e.$slots, "rich-text-content-right", {}, void 0, !0)
|
|
1715
1715
|
])
|
|
1716
1716
|
])
|
|
1717
1717
|
])
|
|
@@ -1756,7 +1756,7 @@ const So = /* @__PURE__ */ v(go, [["render", wo], ["__scopeId", "data-v-2881b194
|
|
|
1756
1756
|
t("div", Co, [
|
|
1757
1757
|
w(A, null, {
|
|
1758
1758
|
default: k(() => [
|
|
1759
|
-
o.media.src ?
|
|
1759
|
+
o.media.src ? u(a.$slots, "timeline-image", P(te({ key: 0 }, { src: o.media.src, alt: o.media.alt })), void 0, !0) : m("", !0)
|
|
1760
1760
|
]),
|
|
1761
1761
|
_: 2
|
|
1762
1762
|
}, 1024),
|
|
@@ -1793,7 +1793,7 @@ const So = /* @__PURE__ */ v(go, [["render", wo], ["__scopeId", "data-v-2881b194
|
|
|
1793
1793
|
return (a, r) => (s(), i("div", Oo, [
|
|
1794
1794
|
t("div", Po, [
|
|
1795
1795
|
e.headline ? (s(), i("h2", Fo, n(e.headline), 1)) : m("", !0),
|
|
1796
|
-
|
|
1796
|
+
u(a.$slots, "vimeo-content", {}, void 0, !0),
|
|
1797
1797
|
e.description ? (s(), i("p", Eo, n(e.description), 1)) : m("", !0)
|
|
1798
1798
|
])
|
|
1799
1799
|
]));
|
|
@@ -1811,7 +1811,7 @@ const So = /* @__PURE__ */ v(go, [["render", wo], ["__scopeId", "data-v-2881b194
|
|
|
1811
1811
|
t("div", zo, [
|
|
1812
1812
|
t("h1", jo, n(e.headline), 1),
|
|
1813
1813
|
t("div", Uo, [
|
|
1814
|
-
|
|
1814
|
+
u(a.$slots, "not-found-body", {}, void 0, !0)
|
|
1815
1815
|
])
|
|
1816
1816
|
])
|
|
1817
1817
|
]));
|
|
@@ -1833,10 +1833,10 @@ const So = /* @__PURE__ */ v(go, [["render", wo], ["__scopeId", "data-v-2881b194
|
|
|
1833
1833
|
return (a, r) => (s(), i("div", Wo, [
|
|
1834
1834
|
t("div", Yo, [
|
|
1835
1835
|
t("div", Jo, [
|
|
1836
|
-
|
|
1836
|
+
u(a.$slots, "filter-dropdowns")
|
|
1837
1837
|
]),
|
|
1838
1838
|
t("div", Qo, [
|
|
1839
|
-
|
|
1839
|
+
u(a.$slots, "filter-chips"),
|
|
1840
1840
|
e.hasChips ? (s(), i("button", {
|
|
1841
1841
|
key: 0,
|
|
1842
1842
|
class: "filter__clear",
|
|
@@ -1867,7 +1867,7 @@ const So = /* @__PURE__ */ v(go, [["render", wo], ["__scopeId", "data-v-2881b194
|
|
|
1867
1867
|
t("span", as, n(o.title), 1),
|
|
1868
1868
|
t("nav", null, [
|
|
1869
1869
|
t("ul", ls, [
|
|
1870
|
-
|
|
1870
|
+
u(a.$slots, "section-links", {
|
|
1871
1871
|
links: o.links
|
|
1872
1872
|
})
|
|
1873
1873
|
])
|
|
@@ -1914,8 +1914,8 @@ const So = /* @__PURE__ */ v(go, [["render", wo], ["__scopeId", "data-v-2881b194
|
|
|
1914
1914
|
W(n(a.changeRegion), 1)
|
|
1915
1915
|
])
|
|
1916
1916
|
]),
|
|
1917
|
-
|
|
1918
|
-
|
|
1917
|
+
u(a.$slots, "footer-privacy-link"),
|
|
1918
|
+
u(a.$slots, "footer-cookie-link")
|
|
1919
1919
|
]),
|
|
1920
1920
|
t("div", ms, [
|
|
1921
1921
|
(s(!0), i(M, null, O(a.socialMedia, (o) => (s(), C(D, {
|
|
@@ -1974,10 +1974,10 @@ const So = /* @__PURE__ */ v(go, [["render", wo], ["__scopeId", "data-v-2881b194
|
|
|
1974
1974
|
setup(e, { expose: a, emit: r }) {
|
|
1975
1975
|
let o = null;
|
|
1976
1976
|
const l = e;
|
|
1977
|
-
let
|
|
1977
|
+
let _ = I(l.burgerState), c = I(l.showDropDown);
|
|
1978
1978
|
re(
|
|
1979
1979
|
() => l.burgerState,
|
|
1980
|
-
(B) =>
|
|
1980
|
+
(B) => _.value = B
|
|
1981
1981
|
), re(
|
|
1982
1982
|
() => l.showDropDown,
|
|
1983
1983
|
(B) => c.value = B
|
|
@@ -1993,7 +1993,7 @@ const So = /* @__PURE__ */ v(go, [["render", wo], ["__scopeId", "data-v-2881b194
|
|
|
1993
1993
|
c.value = !c.value, p("update:showDropDown", c.value);
|
|
1994
1994
|
}
|
|
1995
1995
|
function f() {
|
|
1996
|
-
|
|
1996
|
+
_.value = !_.value, p("update:burgerState", _.value);
|
|
1997
1997
|
}
|
|
1998
1998
|
let y = I(null), q = I(null);
|
|
1999
1999
|
function x() {
|
|
@@ -2005,21 +2005,21 @@ const So = /* @__PURE__ */ v(go, [["render", wo], ["__scopeId", "data-v-2881b194
|
|
|
2005
2005
|
t("nav", null, [
|
|
2006
2006
|
t("div", ys, [
|
|
2007
2007
|
t("div", $s, [
|
|
2008
|
-
|
|
2008
|
+
u(B.$slots, "link-logo", {}, void 0, !0)
|
|
2009
2009
|
]),
|
|
2010
2010
|
t("ul", ks, [
|
|
2011
|
-
|
|
2011
|
+
u(B.$slots, "main-nav-items", {}, void 0, !0)
|
|
2012
2012
|
]),
|
|
2013
2013
|
t("div", ws, [
|
|
2014
2014
|
t("button", {
|
|
2015
2015
|
class: "nav-dropdown-btn",
|
|
2016
2016
|
onClick: S
|
|
2017
2017
|
}, [
|
|
2018
|
-
|
|
2018
|
+
u(B.$slots, "dropdown-title", {}, void 0, !0),
|
|
2019
2019
|
V(c) === !1 ? (s(), i("img", Ss)) : (s(), i("img", Bs))
|
|
2020
2020
|
]),
|
|
2021
2021
|
Y(t("div", Is, [
|
|
2022
|
-
|
|
2022
|
+
u(B.$slots, "dropdown-links", {}, void 0, !0)
|
|
2023
2023
|
], 512), [
|
|
2024
2024
|
[Z, V(c)]
|
|
2025
2025
|
])
|
|
@@ -2035,7 +2035,7 @@ const So = /* @__PURE__ */ v(go, [["render", wo], ["__scopeId", "data-v-2881b194
|
|
|
2035
2035
|
})
|
|
2036
2036
|
}, [
|
|
2037
2037
|
t("img", {
|
|
2038
|
-
src: V(
|
|
2038
|
+
src: V(_) === !0 ? "https://a.storyblok.com/f/230581/21x21/13f4ac189d/search-icon-white.svg?cv=1695125826080" : "https://a.storyblok.com/f/230581/21x21/ebbdca38d3/search-icon.svg?cv=1695125825901",
|
|
2039
2039
|
alt: "search icon",
|
|
2040
2040
|
width: "20",
|
|
2041
2041
|
height: "20"
|
|
@@ -2044,11 +2044,11 @@ const So = /* @__PURE__ */ v(go, [["render", wo], ["__scopeId", "data-v-2881b194
|
|
|
2044
2044
|
])
|
|
2045
2045
|
]),
|
|
2046
2046
|
t("div", {
|
|
2047
|
-
class: h(["mobile-nav-wrapper", V(
|
|
2047
|
+
class: h(["mobile-nav-wrapper", V(_) === !0 ? "mirsaic-mobile-bg mirsaic--dark" : ""])
|
|
2048
2048
|
}, [
|
|
2049
2049
|
t("div", Ls, [
|
|
2050
2050
|
t("div", Vs, [
|
|
2051
|
-
|
|
2051
|
+
u(B.$slots, "link-logo", {}, void 0, !0)
|
|
2052
2052
|
]),
|
|
2053
2053
|
t("div", Cs, [
|
|
2054
2054
|
t("button", {
|
|
@@ -2062,7 +2062,7 @@ const So = /* @__PURE__ */ v(go, [["render", wo], ["__scopeId", "data-v-2881b194
|
|
|
2062
2062
|
})
|
|
2063
2063
|
}, [
|
|
2064
2064
|
t("img", {
|
|
2065
|
-
src: V(
|
|
2065
|
+
src: V(_) === !0 ? "https://a.storyblok.com/f/230581/21x21/13f4ac189d/search-icon-white.svg?cv=1695125826080" : "https://a.storyblok.com/f/230581/21x21/ebbdca38d3/search-icon.svg?cv=1695125825901",
|
|
2066
2066
|
alt: "search icon",
|
|
2067
2067
|
width: "20",
|
|
2068
2068
|
height: "20"
|
|
@@ -2078,20 +2078,20 @@ const So = /* @__PURE__ */ v(go, [["render", wo], ["__scopeId", "data-v-2881b194
|
|
|
2078
2078
|
width: "20",
|
|
2079
2079
|
height: "20",
|
|
2080
2080
|
alt: "burger menu line icon",
|
|
2081
|
-
src: V(
|
|
2081
|
+
src: V(_) === !0 ? "https://a.storyblok.com/f/230581/17x18/20e9329e46/close-white.svg" : "https://a.storyblok.com/f/230581/23x14/739e917bca/burger-menu-line.svg"
|
|
2082
2082
|
}, null, 8, Ds)
|
|
2083
2083
|
])
|
|
2084
2084
|
]),
|
|
2085
2085
|
Y(t("div", Ms, [
|
|
2086
2086
|
t("ul", null, [
|
|
2087
|
-
|
|
2087
|
+
u(B.$slots, "mobile-main-nav-items", {}, void 0, !0)
|
|
2088
2088
|
]),
|
|
2089
2089
|
t("ul", Os, [
|
|
2090
|
-
|
|
2091
|
-
|
|
2090
|
+
u(B.$slots, "mobile-dropdown-title", {}, void 0, !0),
|
|
2091
|
+
u(B.$slots, "mobile-dropdown-links", {}, void 0, !0)
|
|
2092
2092
|
])
|
|
2093
2093
|
], 512), [
|
|
2094
|
-
[Z, V(
|
|
2094
|
+
[Z, V(_)]
|
|
2095
2095
|
])
|
|
2096
2096
|
], 2)
|
|
2097
2097
|
])
|
|
@@ -2115,7 +2115,7 @@ const So = /* @__PURE__ */ v(go, [["render", wo], ["__scopeId", "data-v-2881b194
|
|
|
2115
2115
|
t("h2", Ns, n(e.headline), 1),
|
|
2116
2116
|
t("p", Hs, n(e.paragraph), 1),
|
|
2117
2117
|
t("div", zs, [
|
|
2118
|
-
|
|
2118
|
+
u(a.$slots, "language-links", {}, void 0, !0)
|
|
2119
2119
|
])
|
|
2120
2120
|
])
|
|
2121
2121
|
]));
|
|
@@ -2142,7 +2142,7 @@ const So = /* @__PURE__ */ v(go, [["render", wo], ["__scopeId", "data-v-2881b194
|
|
|
2142
2142
|
"aria-label": "previous",
|
|
2143
2143
|
onClick: r[0] || (r[0] = (o) => a.$emit("previous"))
|
|
2144
2144
|
}, null, 8, ["disabled"]),
|
|
2145
|
-
|
|
2145
|
+
u(a.$slots, "pagination-numbers"),
|
|
2146
2146
|
w(X, {
|
|
2147
2147
|
disabled: e.isNextDisabled,
|
|
2148
2148
|
variant: "next",
|
|
@@ -2155,7 +2155,7 @@ const So = /* @__PURE__ */ v(go, [["render", wo], ["__scopeId", "data-v-2881b194
|
|
|
2155
2155
|
}), Ys = /* @__PURE__ */ v(Ws, [["__scopeId", "data-v-da6d07c9"]]), Js = {}, Qs = { class: "search__wrapper" };
|
|
2156
2156
|
function Zs(e, a) {
|
|
2157
2157
|
return s(), i("div", Qs, [
|
|
2158
|
-
|
|
2158
|
+
u(e.$slots, "default", { class: "search__content" })
|
|
2159
2159
|
]);
|
|
2160
2160
|
}
|
|
2161
2161
|
const Xs = /* @__PURE__ */ v(Js, [["render", Zs], ["__scopeId", "data-v-623adb82"]]), xs = { class: "product-hero__wrapper" }, ei = { class: "product-hero__content" }, ti = { class: "product-hero__headline" }, ai = { class: "product-hero__video" }, li = {
|
|
@@ -2208,14 +2208,14 @@ const Xs = /* @__PURE__ */ v(Js, [["render", Zs], ["__scopeId", "data-v-623adb82
|
|
|
2208
2208
|
muted: ""
|
|
2209
2209
|
}, null, 8, ["src", "aria-label", "poster"])) : (s(), C(V(A), { key: 1 }, {
|
|
2210
2210
|
default: k(() => [
|
|
2211
|
-
|
|
2211
|
+
u(a.$slots, "product-hero-image", {}, void 0, !0)
|
|
2212
2212
|
]),
|
|
2213
2213
|
_: 3
|
|
2214
2214
|
})),
|
|
2215
2215
|
e.logoSrc ? (s(), i("div", li, [
|
|
2216
2216
|
w(V(A), null, {
|
|
2217
2217
|
default: k(() => [
|
|
2218
|
-
|
|
2218
|
+
u(a.$slots, "product-hero-logo", {}, void 0, !0)
|
|
2219
2219
|
]),
|
|
2220
2220
|
_: 3
|
|
2221
2221
|
})
|
|
@@ -2243,7 +2243,7 @@ const Xs = /* @__PURE__ */ v(Js, [["render", Zs], ["__scopeId", "data-v-623adb82
|
|
|
2243
2243
|
light: "promo__wrapper--light",
|
|
2244
2244
|
default: "promo__wrapper--default"
|
|
2245
2245
|
}, r = e, o = L(() => a[r.variant]);
|
|
2246
|
-
return (l,
|
|
2246
|
+
return (l, _) => (s(), i("div", {
|
|
2247
2247
|
class: h([
|
|
2248
2248
|
"promo__wrapper",
|
|
2249
2249
|
o.value,
|
|
@@ -2259,10 +2259,10 @@ const Xs = /* @__PURE__ */ v(Js, [["render", Zs], ["__scopeId", "data-v-623adb82
|
|
|
2259
2259
|
}, [
|
|
2260
2260
|
t("div", ri, [
|
|
2261
2261
|
t("div", ni, [
|
|
2262
|
-
|
|
2262
|
+
u(l.$slots, "pallet-jack-link")
|
|
2263
2263
|
]),
|
|
2264
2264
|
t("div", di, [
|
|
2265
|
-
|
|
2265
|
+
u(l.$slots, "pallet-jack-video")
|
|
2266
2266
|
]),
|
|
2267
2267
|
t("div", ci, [
|
|
2268
2268
|
t("h3", ui, n(l.headline), 1),
|
|
@@ -2286,14 +2286,16 @@ const Xs = /* @__PURE__ */ v(Js, [["render", Zs], ["__scopeId", "data-v-623adb82
|
|
|
2286
2286
|
"promo__title",
|
|
2287
2287
|
l.variant === "dark" ? "promo__title--dark" : ""
|
|
2288
2288
|
])
|
|
2289
|
-
},
|
|
2289
|
+
}, [
|
|
2290
|
+
u(l.$slots, "promo-text")
|
|
2291
|
+
], 2),
|
|
2290
2292
|
l.linkType === "link" ? (s(), C(D, {
|
|
2291
2293
|
key: 1,
|
|
2292
2294
|
"link-type": l.variant === "dark" ? "regular_dark" : (l.variant === "light", "regular_light"),
|
|
2293
2295
|
arrow: ""
|
|
2294
2296
|
}, {
|
|
2295
2297
|
default: k(() => [
|
|
2296
|
-
|
|
2298
|
+
u(l.$slots, "promo-link")
|
|
2297
2299
|
]),
|
|
2298
2300
|
_: 3
|
|
2299
2301
|
}, 8, ["link-type"])) : m("", !0),
|
|
@@ -2302,7 +2304,7 @@ const Xs = /* @__PURE__ */ v(Js, [["render", Zs], ["__scopeId", "data-v-623adb82
|
|
|
2302
2304
|
"link-type": l.variant === "dark" ? "secondary_dark" : (l.variant === "light", "secondary")
|
|
2303
2305
|
}, {
|
|
2304
2306
|
default: k(() => [
|
|
2305
|
-
|
|
2307
|
+
u(l.$slots, "promo-link")
|
|
2306
2308
|
]),
|
|
2307
2309
|
_: 3
|
|
2308
2310
|
}, 8, ["link-type"])) : m("", !0)
|
|
@@ -2310,7 +2312,7 @@ const Xs = /* @__PURE__ */ v(Js, [["render", Zs], ["__scopeId", "data-v-623adb82
|
|
|
2310
2312
|
])
|
|
2311
2313
|
], 2));
|
|
2312
2314
|
}
|
|
2313
|
-
}), pi = /* @__PURE__ */ v(_i, [["__scopeId", "data-v-
|
|
2315
|
+
}), pi = /* @__PURE__ */ v(_i, [["__scopeId", "data-v-6948a97b"]]), mi = {
|
|
2314
2316
|
install: (e) => {
|
|
2315
2317
|
e.component("AtomButton", X), e.component("AtomCheckbox", Ae), e.component("AtomChip", Fe), e.component("AtomDropdown", Ke), e.component("AtomImage", A), e.component("AtomLabel", K), e.component("AtomLink", D), e.component("AtomRadioButton", lt), e.component("AtomSelect", dt), e.component("AtomSlider", yt), e.component("AtomTextarea", Tt), e.component("AtomTextField", Rt), e.component("AtomVideo", J), e.component("MoleculeAddress", ea), e.component("MoleculeBulletList", sa), e.component("MoleculeCard", ca), e.component("MoleculeEventCard", ga), e.component("MoleculeModal", ue), e.component("MoleculeTextCard", wa), e.component("BlockFacts", Aa), e.component("BlockFeatures", Na), e.component("BlockFormScript", Ya), e.component("BlockHeadline", cl), e.component("BlockHero", wl), e.component("BlockImage", el), e.component("BlockImageGallery", il), e.component("BlockLogoWall", Al), e.component("BlockMicroStories", Fl), e.component("BlockPolicy", zl), e.component("BlockProductHero", si), e.component("BlockPromo", Xl), e.component("BlockQuote", _o), e.component("BlockRichText", fo), e.component("BlockRichTextColumns", So), e.component("BlockTimeline", Mo), e.component("BlockCardDisplay", Jl), e.component("BlockVimeo", No), e.component("BlockPalletJack", pi), e.component("Organism404", Go), e.component("OrganismFilter", Xo), e.component("OrganismFooter", gs), e.component("OrganismHeader", Fs), e.component("OrganismLanguageSwitcher", Us), e.component("OrganismPagination", Ys), e.component("OrganismSearch", Xs);
|
|
2316
2318
|
}
|