UNPKG

@utrecht/web-component-library-stencil

Version:

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

19 lines (15 loc) 874 B
import { r as registerInstance, h } from './index-593361c2.js'; const columnLayoutCss = ":host{column-gap:var(--utrecht-column-layout-gap, 2em);column-width:var(--utrecht-column-layout-column-width, 40ch);display:block}:host([rule]){column-rule-color:var(--utrecht-column-layout-column-rule-color);column-rule-style:solid;column-rule-width:var(--utrecht-column-layout-column-rule-width, 0)}:host([hidden]){display:none !important}"; const UtrechtColumnLayoutStyle0 = columnLayoutCss; const ColumnLayout = class { constructor(hostRef) { registerInstance(this, hostRef); this.rule = false; } render() { return h("slot", { key: '563688d8babe895046cc3acbdc1876814af54d2c' }); } }; ColumnLayout.style = UtrechtColumnLayoutStyle0; export { ColumnLayout as utrecht_column_layout }; //# sourceMappingURL=utrecht-column-layout.entry.js.map