@utrecht/web-component-library-stencil
Version:
Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture
24 lines (18 loc) • 1.11 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
const index = require('./index-df3f0e01.js');
const topTaskNavCss = ".utrecht-toptask-nav{display:flex;flex-direction:column;flex-wrap:wrap;gap:var(--utrecht-toptask-nav-gap)}.utrecht-toptask-nav--grid{--utrecht-toptask-link-max-inline-size:var(--utrecht-toptask-nav-link-grid-max-inline-size);flex-direction:row}:host{display:block}:host([hidden]){display:none !important}";
const UtrechtTopTaskNavStyle0 = topTaskNavCss;
const TopTaskNav = class {
constructor(hostRef) {
index.registerInstance(this, hostRef);
}
render() {
// TODO: Add accessible name for navigation landmark,
// using `aria-labelledby` and a heading.
return (index.h("nav", { key: '391c9049974b3d7940ba47714901ae7d2a316f31', class: "utrecht-toptask-nav utrecht-toptask-nav--grid" }, index.h("slot", { key: 'eb47564782acd7bd3080a34bbd0fb5b7e5129e88' })));
}
};
TopTaskNav.style = UtrechtTopTaskNavStyle0;
exports.utrecht_top_task_nav = TopTaskNav;
//# sourceMappingURL=utrecht-top-task-nav.cjs.entry.js.map