UNPKG

@anoki/fse-ui

Version:

FSE UI components library

58 lines (57 loc) 1.36 kB
import { j as r } from "./index.es180.js"; import { HeaderMobile as p } from "./index.es212.js"; import { HeaderDesktop as f } from "./index.es213.js"; import './components/navigations/Header/Header.css';/* empty css */ import { Lazio as l } from "./index.es125.js"; import { Marche as H } from "./index.es126.js"; import { Fse as h } from "./index.es122.js"; const v = { nazionale: h, marche: H, lazio: l }, D = ({ title: t, region: o, shortTitle: a, asLink: s = "a", navigatonItems: e, labels: d, supportLink: m, loginLink: i, headerTitleClassname: c, headerLogoUrl2: x, children: j }) => /* @__PURE__ */ r.jsxs(r.Fragment, { children: [ /* @__PURE__ */ r.jsx("div", { className: "desktopHeader", children: /* @__PURE__ */ r.jsx( f, { title: t, region: o, asLink: s, labels: d, navigatonItems: e, supportLink: m, loginLink: i, shortTitle: a, headerTitleClassname: c, headerLogoUrl2: x, children: j } ) }), /* @__PURE__ */ r.jsx("div", { className: "mobileHeader", children: /* @__PURE__ */ r.jsx( p, { shortTitle: a, region: o, asLink: s, navigatonItems: m ? [...e, m] : e, labels: d, loginLink: i } ) }) ] }); export { D as Header, v as LOGOS }; //# sourceMappingURL=index.es24.js.map