UNPKG

@utrecht/web-component-library-stencil

Version:

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

23 lines (17 loc) 947 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const index = require('./index-cdb0df7a.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) { index.registerInstance(this, hostRef); this.rule = false; } render() { return index.h("slot", { key: '563688d8babe895046cc3acbdc1876814af54d2c' }); } }; ColumnLayout.style = UtrechtColumnLayoutStyle0; exports.utrecht_column_layout = ColumnLayout; //# sourceMappingURL=utrecht-column-layout.cjs.entry.js.map