@utrecht/web-component-library-stencil
Version:
Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture
22 lines (16 loc) • 1.07 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
const index = require('./index-cdb0df7a.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) {
index.registerInstance(this, hostRef);
}
render() {
return (index.h("div", { key: '1ff3dfeefd34721e32d9d67174d7ab62b64f1885' }, index.h("slot", { key: '7d0c33cfe6dc0efd182b4c442a592460e378cbe8' })));
}
};
NavBar.style = UtrechtNavBarStyle0;
exports.utrecht_nav_bar = NavBar;
//# sourceMappingURL=utrecht-nav-bar.cjs.entry.js.map