@utrecht/web-component-library-stencil
Version:
Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture
18 lines (14 loc) • 820 B
JavaScript
import { r as registerInstance, h } from './index-6be72d1f.js';
const dataListCss = ":host{display:contents}dl{display:block;margin-block-end:calc(var(--utrecht-space-around, 0) * var(--utrecht-data-list-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0) * var(--utrecht-data-list-margin-block-start, 0))}:host([hidden]){display:none !important}";
const UtrechtDataListStyle0 = dataListCss;
const DataList = class {
constructor(hostRef) {
registerInstance(this, hostRef);
}
render() {
return (h("dl", { key: '513d3b6edadcddd86bb7cb0571c8eed33ea1b61a' }, h("slot", { key: 'b5d8164f5d5a8288e1162dd38c76a59c8bf868b5' })));
}
};
DataList.style = UtrechtDataListStyle0;
export { DataList as utrecht_data_list };
//# sourceMappingURL=utrecht-data-list.entry.js.map