@mirweb/mir-web-components 0.9.8 → 0.9.9
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.
|
@@ -1870,10 +1870,10 @@ const ul = /* @__PURE__ */ v(cl, [["__scopeId", "data-v-3cc55dbf"]]), ml = { cla
|
|
|
1870
1870
|
], 2));
|
|
1871
1871
|
}
|
|
1872
1872
|
});
|
|
1873
|
-
const gl = /* @__PURE__ */ v(vl, [["__scopeId", "data-v-af32c667"]]), fl = {
|
|
1873
|
+
const gl = /* @__PURE__ */ v(vl, [["__scopeId", "data-v-af32c667"]]), fl = { class: "triple-card-display__wrapper" }, yl = {
|
|
1874
1874
|
key: 0,
|
|
1875
1875
|
class: "triple-card__content"
|
|
1876
|
-
},
|
|
1876
|
+
}, bl = { key: 0 }, pl = { key: 1 }, kl = { class: "triple-card__cards" }, $l = /* @__PURE__ */ h({
|
|
1877
1877
|
__name: "triple-card-display",
|
|
1878
1878
|
props: {
|
|
1879
1879
|
headline: {
|
|
@@ -1892,27 +1892,29 @@ const gl = /* @__PURE__ */ v(vl, [["__scopeId", "data-v-af32c667"]]), fl = {
|
|
|
1892
1892
|
setup(e) {
|
|
1893
1893
|
return (i, l) => (a(), r("div", {
|
|
1894
1894
|
class: c([
|
|
1895
|
-
"triple-card-
|
|
1896
|
-
e.bgColor === "blue" ? "triple-card-
|
|
1895
|
+
"triple-card-display",
|
|
1896
|
+
e.bgColor === "blue" ? "triple-card-display--blue" : "triple-card-display--white"
|
|
1897
1897
|
])
|
|
1898
1898
|
}, [
|
|
1899
|
-
|
|
1900
|
-
e.headline ? (a(), r("
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1899
|
+
t("div", fl, [
|
|
1900
|
+
e.headline || e.paragraph ? (a(), r("div", yl, [
|
|
1901
|
+
e.headline ? (a(), r("h2", bl, d(e.headline), 1)) : _("", !0),
|
|
1902
|
+
e.paragraph ? (a(), r("p", pl, d(e.paragraph), 1)) : _("", !0)
|
|
1903
|
+
])) : _("", !0),
|
|
1904
|
+
t("div", kl, [
|
|
1905
|
+
m(i.$slots, "triple-card-display-cards", {}, void 0, !0)
|
|
1906
|
+
])
|
|
1905
1907
|
])
|
|
1906
1908
|
], 2));
|
|
1907
1909
|
}
|
|
1908
1910
|
});
|
|
1909
|
-
const
|
|
1911
|
+
const wl = /* @__PURE__ */ v($l, [["__scopeId", "data-v-9e0e2f49"]]), Sl = { class: "vimeo" }, xl = { class: "vimeo__wrapper" }, Il = {
|
|
1910
1912
|
key: 0,
|
|
1911
1913
|
class: "vimeo__headline"
|
|
1912
|
-
},
|
|
1914
|
+
}, ql = {
|
|
1913
1915
|
key: 1,
|
|
1914
1916
|
class: "vimeo__description"
|
|
1915
|
-
},
|
|
1917
|
+
}, Ml = /* @__PURE__ */ h({
|
|
1916
1918
|
__name: "vimeo",
|
|
1917
1919
|
props: {
|
|
1918
1920
|
headline: {
|
|
@@ -1923,16 +1925,16 @@ const $l = /* @__PURE__ */ v(kl, [["__scopeId", "data-v-5a70ee2a"]]), wl = { cla
|
|
|
1923
1925
|
}
|
|
1924
1926
|
},
|
|
1925
1927
|
setup(e) {
|
|
1926
|
-
return (i, l) => (a(), r("div",
|
|
1927
|
-
t("div",
|
|
1928
|
-
e.headline ? (a(), r("h2",
|
|
1928
|
+
return (i, l) => (a(), r("div", Sl, [
|
|
1929
|
+
t("div", xl, [
|
|
1930
|
+
e.headline ? (a(), r("h2", Il, d(e.headline), 1)) : _("", !0),
|
|
1929
1931
|
m(i.$slots, "vimeo-content", {}, void 0, !0),
|
|
1930
|
-
e.description ? (a(), r("p",
|
|
1932
|
+
e.description ? (a(), r("p", ql, d(e.description), 1)) : _("", !0)
|
|
1931
1933
|
])
|
|
1932
1934
|
]));
|
|
1933
1935
|
}
|
|
1934
1936
|
});
|
|
1935
|
-
const
|
|
1937
|
+
const Dl = /* @__PURE__ */ v(Ml, [["__scopeId", "data-v-2fc0faf9"]]), Bl = { class: "filter__wrapper" }, Al = { class: "filter__content" }, Ll = { class: "filter__dropdowns" }, Tl = { class: "filter__chips" }, Cl = /* @__PURE__ */ h({
|
|
1936
1938
|
__name: "filter",
|
|
1937
1939
|
props: {
|
|
1938
1940
|
hasChips: {
|
|
@@ -1942,12 +1944,12 @@ const Ml = /* @__PURE__ */ v(ql, [["__scopeId", "data-v-2fc0faf9"]]), Dl = { cla
|
|
|
1942
1944
|
},
|
|
1943
1945
|
emits: ["clearFilters"],
|
|
1944
1946
|
setup(e) {
|
|
1945
|
-
return (i, l) => (a(), r("div",
|
|
1946
|
-
t("div",
|
|
1947
|
-
t("div",
|
|
1947
|
+
return (i, l) => (a(), r("div", Bl, [
|
|
1948
|
+
t("div", Al, [
|
|
1949
|
+
t("div", Ll, [
|
|
1948
1950
|
m(i.$slots, "filter-dropdowns", {}, void 0, !0)
|
|
1949
1951
|
]),
|
|
1950
|
-
t("div",
|
|
1952
|
+
t("div", Tl, [
|
|
1951
1953
|
m(i.$slots, "filter-chips", {}, void 0, !0),
|
|
1952
1954
|
e.hasChips ? (a(), r("button", {
|
|
1953
1955
|
key: 0,
|
|
@@ -1959,10 +1961,10 @@ const Ml = /* @__PURE__ */ v(ql, [["__scopeId", "data-v-2fc0faf9"]]), Dl = { cla
|
|
|
1959
1961
|
]));
|
|
1960
1962
|
}
|
|
1961
1963
|
});
|
|
1962
|
-
const
|
|
1964
|
+
const jl = /* @__PURE__ */ v(Cl, [["__scopeId", "data-v-502dce5b"]]), z = (e) => (P("data-v-85ce0923"), e = e(), H(), e), Nl = { class: "footer__wrapper" }, zl = { class: "footer__content" }, Vl = { class: "footer__sections" }, Ol = { class: "section" }, Pl = { class: "section__title" }, Hl = { class: "section__list" }, Zl = { class: "section" }, El = /* @__PURE__ */ z(() => /* @__PURE__ */ t("h5", { class: "section__title" }, "Mobile Industrial Robots A/S", -1)), Rl = /* @__PURE__ */ z(() => /* @__PURE__ */ t("span", null, "Emil Neckelmanns Vej 15F", -1)), Ul = /* @__PURE__ */ z(() => /* @__PURE__ */ t("span", null, "DK-5220 Odense SØ", -1)), Wl = /* @__PURE__ */ z(() => /* @__PURE__ */ t("br", null, null, -1)), Fl = /* @__PURE__ */ z(() => /* @__PURE__ */ t("a", { href: "mailto:mail@mir-robots.com" }, "mail@mir-robots.com", -1)), Gl = /* @__PURE__ */ z(() => /* @__PURE__ */ t("a", { href: "tel:+4520377577" }, "+45 20 377 577", -1)), Jl = { class: "footer__bottom" }, Yl = { class: "footer__copyright-policy" }, Kl = { class: "copyright" }, Ql = /* @__PURE__ */ z(() => /* @__PURE__ */ t("a", { href: "" }, [
|
|
1963
1965
|
/* @__PURE__ */ t("i", { class: "change-region" }),
|
|
1964
1966
|
/* @__PURE__ */ O("Change region")
|
|
1965
|
-
], -1)),
|
|
1967
|
+
], -1)), Xl = { class: "footer__social" }, ei = ["href", "aria-label"], ti = /* @__PURE__ */ h({
|
|
1966
1968
|
__name: "footer",
|
|
1967
1969
|
props: {
|
|
1968
1970
|
footerSections: {
|
|
@@ -1991,32 +1993,32 @@ const Cl = /* @__PURE__ */ v(Tl, [["__scopeId", "data-v-502dce5b"]]), z = (e) =>
|
|
|
1991
1993
|
}
|
|
1992
1994
|
},
|
|
1993
1995
|
setup(e) {
|
|
1994
|
-
return (i, l) => (a(), r("div",
|
|
1995
|
-
t("footer",
|
|
1996
|
-
t("div",
|
|
1997
|
-
(a(!0), r(M, null, L(e.footerSections, (o) => (a(), r("div",
|
|
1998
|
-
t("span",
|
|
1996
|
+
return (i, l) => (a(), r("div", Nl, [
|
|
1997
|
+
t("footer", zl, [
|
|
1998
|
+
t("div", Vl, [
|
|
1999
|
+
(a(!0), r(M, null, L(e.footerSections, (o) => (a(), r("div", Ol, [
|
|
2000
|
+
t("span", Pl, d(o.title), 1),
|
|
1999
2001
|
t("nav", null, [
|
|
2000
|
-
t("ul",
|
|
2002
|
+
t("ul", Hl, [
|
|
2001
2003
|
m(i.$slots, "section-links", {
|
|
2002
2004
|
links: o.links
|
|
2003
2005
|
})
|
|
2004
2006
|
])
|
|
2005
2007
|
])
|
|
2006
2008
|
]))), 256)),
|
|
2007
|
-
t("div",
|
|
2008
|
-
|
|
2009
|
+
t("div", Zl, [
|
|
2010
|
+
El,
|
|
2009
2011
|
t("address", null, [
|
|
2010
|
-
El,
|
|
2011
2012
|
Rl,
|
|
2012
2013
|
Ul,
|
|
2014
|
+
Wl,
|
|
2013
2015
|
k(A, {
|
|
2014
2016
|
class: "footer__contact",
|
|
2015
2017
|
linkType: "regular-light",
|
|
2016
2018
|
underline: "false"
|
|
2017
2019
|
}, {
|
|
2018
2020
|
default: $(() => [
|
|
2019
|
-
|
|
2021
|
+
Fl
|
|
2020
2022
|
]),
|
|
2021
2023
|
_: 1
|
|
2022
2024
|
}),
|
|
@@ -2026,26 +2028,26 @@ const Cl = /* @__PURE__ */ v(Tl, [["__scopeId", "data-v-502dce5b"]]), z = (e) =>
|
|
|
2026
2028
|
underline: "false"
|
|
2027
2029
|
}, {
|
|
2028
2030
|
default: $(() => [
|
|
2029
|
-
|
|
2031
|
+
Gl
|
|
2030
2032
|
]),
|
|
2031
2033
|
_: 1
|
|
2032
2034
|
})
|
|
2033
2035
|
])
|
|
2034
2036
|
])
|
|
2035
2037
|
]),
|
|
2036
|
-
t("div",
|
|
2037
|
-
t("div",
|
|
2038
|
-
t("p",
|
|
2038
|
+
t("div", Jl, [
|
|
2039
|
+
t("div", Yl, [
|
|
2040
|
+
t("p", Kl, "© MiR " + d((/* @__PURE__ */ new Date()).getFullYear()), 1),
|
|
2039
2041
|
k(A, { linkType: "regular-light" }, {
|
|
2040
2042
|
default: $(() => [
|
|
2041
|
-
|
|
2043
|
+
Ql
|
|
2042
2044
|
]),
|
|
2043
2045
|
_: 1
|
|
2044
2046
|
}),
|
|
2045
2047
|
m(i.$slots, "footer-privacy-link"),
|
|
2046
2048
|
m(i.$slots, "footer-cookie-link")
|
|
2047
2049
|
]),
|
|
2048
|
-
t("div",
|
|
2050
|
+
t("div", Xl, [
|
|
2049
2051
|
(a(!0), r(M, null, L(e.socialMedia, (o) => (a(), j(A, {
|
|
2050
2052
|
underline: "false",
|
|
2051
2053
|
linkType: "regular"
|
|
@@ -2062,7 +2064,7 @@ const Cl = /* @__PURE__ */ v(Tl, [["__scopeId", "data-v-502dce5b"]]), z = (e) =>
|
|
|
2062
2064
|
o.title === "linkedin" ? "bg-linkedin" : o.title === "facebook" ? "bg-facebook" : o.title === "instagram" ? "bg-instagram" : o.title === "twitter" ? "bg-twitter" : o.title === "youtube" ? "bg-youtube" : ""
|
|
2063
2065
|
]])
|
|
2064
2066
|
}, null, 2)
|
|
2065
|
-
], 8,
|
|
2067
|
+
], 8, ei)
|
|
2066
2068
|
]),
|
|
2067
2069
|
_: 2
|
|
2068
2070
|
}, 1024))), 256))
|
|
@@ -2072,19 +2074,19 @@ const Cl = /* @__PURE__ */ v(Tl, [["__scopeId", "data-v-502dce5b"]]), z = (e) =>
|
|
|
2072
2074
|
]));
|
|
2073
2075
|
}
|
|
2074
2076
|
});
|
|
2075
|
-
const
|
|
2077
|
+
const ai = /* @__PURE__ */ v(ti, [["__scopeId", "data-v-85ce0923"]]), de = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOSA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNy44MjUxOSAwLjYxMzI4MUM3LjU2MjY5IDAuNjEzMjgxIDcuMzg3NjkgMC43MDA3ODIgNy4yMTI2OSAwLjg3NTc4Mkw0LjU4NzY5IDMuNTAwNzhMMS45NjI2OSAwLjg3NTc4MkMxLjYxMjY5IDAuNTI1NzgyIDEuMDAwMTkgMC41MjU3ODIgMC42NTAxOTUgMC44NzU3ODJDMC4zMDAxOTUgMS4yMjU3OCAwLjMwMDE5NSAxLjgzODI4IDAuNjUwMTk1IDIuMTg4MjhMMy45NzUxOSA1LjUxMzI4QzQuMzI1MTkgNS44NjMyOCA0LjkzNzY5IDUuODYzMjggNS4yODc2OSA1LjUxMzI4TDguNjEyNjkgMi4xODgyOEM4Ljk2MjY4IDEuODM4MjggOC45NjI2OCAxLjIyNTc4IDguNjEyNjkgMC44NzU3ODJDOC4yNjI2OSAwLjcwMDc4MiA4LjAwMDE5IDAuNjEzMjgxIDcuODI1MTkgMC42MTMyODFaIiBmaWxsPSIjMEMwOTMxIi8+Cjwvc3ZnPgo=", X = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMiIgdmlld0JveD0iMCAwIDIzIDIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFIMjIiIHN0cm9rZT0iIzBDMDkzMSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==", ee = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMyIgdmlld0JveD0iMCAwIDIzIDMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjA3MDMxIDEuMjI2NTZMMjEuMDcwMyAxLjIyNjU2IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K", te = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI3LjUiIHN0cm9rZT0iIzBDMDkzMSIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxwYXRoIGQ9Ik0xNCAxNEwyMCAyMCIgc3Ryb2tlPSIjMEMwOTMxIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K", ae = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI3LjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIvPgo8cGF0aCBkPSJNMTQgMTRMMjAgMjAiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=", li = { class: "header__wrapper" }, ii = { class: "nav-wrapper" }, ri = { class: "mir-link-logo" }, oi = { class: "main-nav-items" }, ni = {
|
|
2076
2078
|
id: "menu-dropdown",
|
|
2077
2079
|
ref: "dropdownDiv"
|
|
2078
|
-
},
|
|
2080
|
+
}, si = {
|
|
2079
2081
|
key: 0,
|
|
2080
2082
|
src: de,
|
|
2081
2083
|
alt: "dropdownarrow"
|
|
2082
|
-
},
|
|
2084
|
+
}, di = {
|
|
2083
2085
|
key: 1,
|
|
2084
2086
|
src: de,
|
|
2085
2087
|
alt: "dropdownarrow",
|
|
2086
2088
|
style: { transform: "rotate(180deg)" }
|
|
2087
|
-
},
|
|
2089
|
+
}, ci = { class: "dropdown-content" }, ui = { class: "nav-search-wrapper" }, mi = ["src"], hi = { class: "mobile-logo-search-burger-wrapper" }, _i = { class: "mobile-mir-link-logo" }, vi = { class: "mobile-search-wrapper" }, gi = ["src"], fi = ["onClick"], yi = ["src"], bi = ["src"], pi = { class: "mobile-menu-content-wrapper" }, ki = { class: "mobile-dropdown-content" }, $i = /* @__PURE__ */ h({
|
|
2088
2090
|
__name: "header",
|
|
2089
2091
|
props: {
|
|
2090
2092
|
burgerState: {
|
|
@@ -2120,51 +2122,51 @@ const ti = /* @__PURE__ */ v(ei, [["__scopeId", "data-v-85ce0923"]]), de = "data
|
|
|
2120
2122
|
function I() {
|
|
2121
2123
|
n.value = !n.value, i("update:burgerState", n.value);
|
|
2122
2124
|
}
|
|
2123
|
-
return (f, b) => (a(), r("div",
|
|
2125
|
+
return (f, b) => (a(), r("div", li, [
|
|
2124
2126
|
t("nav", null, [
|
|
2125
|
-
t("div",
|
|
2126
|
-
t("div",
|
|
2127
|
+
t("div", ii, [
|
|
2128
|
+
t("div", ri, [
|
|
2127
2129
|
m(f.$slots, "link-logo", {}, void 0, !0)
|
|
2128
2130
|
]),
|
|
2129
|
-
t("ul",
|
|
2131
|
+
t("ul", oi, [
|
|
2130
2132
|
m(f.$slots, "main-nav-items", {}, void 0, !0)
|
|
2131
2133
|
]),
|
|
2132
|
-
t("div",
|
|
2134
|
+
t("div", ni, [
|
|
2133
2135
|
t("button", {
|
|
2134
2136
|
onClick: x,
|
|
2135
2137
|
class: "nav-dropdown-btn"
|
|
2136
2138
|
}, [
|
|
2137
2139
|
m(f.$slots, "dropdown-title", {}, void 0, !0),
|
|
2138
|
-
p(u) == !1 ? (a(), r("img",
|
|
2140
|
+
p(u) == !1 ? (a(), r("img", si)) : (a(), r("img", di))
|
|
2139
2141
|
]),
|
|
2140
|
-
U(t("div",
|
|
2142
|
+
U(t("div", ci, [
|
|
2141
2143
|
m(f.$slots, "dropdown-links", {}, void 0, !0)
|
|
2142
2144
|
], 512), [
|
|
2143
2145
|
[F, p(u)]
|
|
2144
2146
|
])
|
|
2145
2147
|
], 512),
|
|
2146
|
-
t("div",
|
|
2148
|
+
t("div", ui, [
|
|
2147
2149
|
t("button", null, [
|
|
2148
2150
|
t("img", {
|
|
2149
2151
|
src: p(n) == !0 ? p(ae) : p(te),
|
|
2150
2152
|
alt: "search icon"
|
|
2151
|
-
}, null, 8,
|
|
2153
|
+
}, null, 8, mi)
|
|
2152
2154
|
])
|
|
2153
2155
|
])
|
|
2154
2156
|
]),
|
|
2155
2157
|
t("div", {
|
|
2156
2158
|
class: c(["mobile-nav-wrapper", p(n) == !0 ? "mirsaic-mobile-bg" : ""])
|
|
2157
2159
|
}, [
|
|
2158
|
-
t("div",
|
|
2159
|
-
t("div",
|
|
2160
|
+
t("div", hi, [
|
|
2161
|
+
t("div", _i, [
|
|
2160
2162
|
m(f.$slots, "link-logo", {}, void 0, !0)
|
|
2161
2163
|
]),
|
|
2162
|
-
t("div",
|
|
2164
|
+
t("div", vi, [
|
|
2163
2165
|
t("button", null, [
|
|
2164
2166
|
t("img", {
|
|
2165
2167
|
src: p(n) == !0 ? p(ae) : p(te),
|
|
2166
2168
|
alt: "search icon"
|
|
2167
|
-
}, null, 8,
|
|
2169
|
+
}, null, 8, gi)
|
|
2168
2170
|
])
|
|
2169
2171
|
]),
|
|
2170
2172
|
t("button", {
|
|
@@ -2174,18 +2176,18 @@ const ti = /* @__PURE__ */ v(ei, [["__scopeId", "data-v-85ce0923"]]), de = "data
|
|
|
2174
2176
|
t("img", {
|
|
2175
2177
|
class: c(["burger-line", p(n) == !0 ? "burger-top-line-open" : ""]),
|
|
2176
2178
|
src: p(n) == !0 ? p(ee) : p(X)
|
|
2177
|
-
}, null, 10,
|
|
2179
|
+
}, null, 10, yi),
|
|
2178
2180
|
t("img", {
|
|
2179
2181
|
class: c(["burger-line", p(n) == !0 ? "burger-bottom-line-open" : ""]),
|
|
2180
2182
|
src: p(n) == !0 ? p(ee) : p(X)
|
|
2181
|
-
}, null, 10,
|
|
2182
|
-
], 8,
|
|
2183
|
+
}, null, 10, bi)
|
|
2184
|
+
], 8, fi)
|
|
2183
2185
|
]),
|
|
2184
|
-
U(t("div",
|
|
2186
|
+
U(t("div", pi, [
|
|
2185
2187
|
t("ul", null, [
|
|
2186
2188
|
m(f.$slots, "mobile-main-nav-items", {}, void 0, !0)
|
|
2187
2189
|
]),
|
|
2188
|
-
t("ul",
|
|
2190
|
+
t("ul", ki, [
|
|
2189
2191
|
m(f.$slots, "mobile-dropdown-title", {}, void 0, !0),
|
|
2190
2192
|
m(f.$slots, "mobile-dropdown-links", {}, void 0, !0)
|
|
2191
2193
|
])
|
|
@@ -2197,9 +2199,9 @@ const ti = /* @__PURE__ */ v(ei, [["__scopeId", "data-v-85ce0923"]]), de = "data
|
|
|
2197
2199
|
]));
|
|
2198
2200
|
}
|
|
2199
2201
|
});
|
|
2200
|
-
const
|
|
2202
|
+
const wi = /* @__PURE__ */ v($i, [["__scopeId", "data-v-8ff68823"]]), xi = {
|
|
2201
2203
|
install: (e) => {
|
|
2202
|
-
e.component("AtomButton", ne), e.component("AtomCheckbox", Le), e.component("AtomChip", ze), e.component("AtomDropdown", Ue), e.component("AtomImage", D), e.component("AtomLabel", W), e.component("AtomLink", A), e.component("AtomRadioButton", lt), e.component("AtomSelect", dt), e.component("AtomSlider", bt), e.component("AtomTextarea", qt), e.component("AtomTextField", Vt), e.component("AtomVideo", E), e.component("MoleculeBulletList", Ft), e.component("MoleculeCard", Kt), e.component("MoleculeEventCard", ra), e.component("MoleculeModal", se), e.component("BlockFacts", va), e.component("BlockFeatures", Sa), e.component("BlockHeadline", Ha), e.component("BlockImage", Ba), e.component("BlockImageGallery", za), e.component("BlockMicroStories", Ea), e.component("BlockProductHero", Ja), e.component("BlockPromo", Qa), e.component("BlockQuote", ul), e.component("BlockRichText", gl), e.component("BlockTripleCardDisplay",
|
|
2204
|
+
e.component("AtomButton", ne), e.component("AtomCheckbox", Le), e.component("AtomChip", ze), e.component("AtomDropdown", Ue), e.component("AtomImage", D), e.component("AtomLabel", W), e.component("AtomLink", A), e.component("AtomRadioButton", lt), e.component("AtomSelect", dt), e.component("AtomSlider", bt), e.component("AtomTextarea", qt), e.component("AtomTextField", Vt), e.component("AtomVideo", E), e.component("MoleculeBulletList", Ft), e.component("MoleculeCard", Kt), e.component("MoleculeEventCard", ra), e.component("MoleculeModal", se), e.component("BlockFacts", va), e.component("BlockFeatures", Sa), e.component("BlockHeadline", Ha), e.component("BlockImage", Ba), e.component("BlockImageGallery", za), e.component("BlockMicroStories", Ea), e.component("BlockProductHero", Ja), e.component("BlockPromo", Qa), e.component("BlockQuote", ul), e.component("BlockRichText", gl), e.component("BlockTripleCardDisplay", wl), e.component("BlockVimeo", Dl), e.component("OrganismFilter", jl), e.component("OrganismFooter", ai), e.component("OrganismHeader", wi);
|
|
2203
2205
|
}
|
|
2204
2206
|
};
|
|
2205
2207
|
export {
|
|
@@ -2226,14 +2228,14 @@ export {
|
|
|
2226
2228
|
Qa as BlockPromo,
|
|
2227
2229
|
ul as BlockQuote,
|
|
2228
2230
|
gl as BlockRichText,
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
+
wl as BlockTripleCardDisplay,
|
|
2232
|
+
Dl as BlockVimeo,
|
|
2231
2233
|
Ft as MoleculeBulletList,
|
|
2232
2234
|
Kt as MoleculeCard,
|
|
2233
2235
|
ra as MoleculeEventCard,
|
|
2234
2236
|
se as MoleculeModal,
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
|
|
2237
|
+
jl as OrganismFilter,
|
|
2238
|
+
ai as OrganismFooter,
|
|
2239
|
+
wi as OrganismHeader,
|
|
2240
|
+
xi as default
|
|
2239
2241
|
};
|