UNPKG

@utrecht/web-component-library-stencil

Version:

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

20 lines (16 loc) 1.03 kB
import { r as registerInstance, h } from './index-6be72d1f.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) { registerInstance(this, hostRef); } render() { // TODO: Add accessible name for navigation landmark, // using `aria-labelledby` and a heading. return (h("nav", { key: '391c9049974b3d7940ba47714901ae7d2a316f31', class: "utrecht-toptask-nav utrecht-toptask-nav--grid" }, h("slot", { key: 'eb47564782acd7bd3080a34bbd0fb5b7e5129e88' }))); } }; TopTaskNav.style = UtrechtTopTaskNavStyle0; export { TopTaskNav as utrecht_top_task_nav }; //# sourceMappingURL=utrecht-top-task-nav.entry.js.map