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