UNPKG

@utrecht/web-component-library-stencil

Version:

Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture

18 lines (14 loc) 994 B
import { r as registerInstance, h } from './index-593361c2.js'; const navBarCss = ":host{background-color:var(--utrecht-nav-bar-background-color);color:var(--utrecht-nav-bar-color);display:grid;inline-size:100%}div{align-items:stretch;background-color:var(--utrecht-nav-bar-content-background-color);color:var(--utrecht-nav-bar-content-color);display:flex;flex-direction:row;flex-wrap:wrap;inline-size:100%;justify-content:space-between;justify-self:center;max-inline-size:var(--utrecht-nav-bar-content-max-inline-size)}:host([hidden]){display:none !important}"; const UtrechtNavBarStyle0 = navBarCss; const NavBar = class { constructor(hostRef) { registerInstance(this, hostRef); } render() { return (h("div", { key: '1ff3dfeefd34721e32d9d67174d7ab62b64f1885' }, h("slot", { key: '7d0c33cfe6dc0efd182b4c442a592460e378cbe8' }))); } }; NavBar.style = UtrechtNavBarStyle0; export { NavBar as utrecht_nav_bar }; //# sourceMappingURL=utrecht-nav-bar.entry.js.map