@utrecht/web-component-library-stencil
Version:
Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture
22 lines (16 loc) • 899 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
const index = require('./index-cdb0df7a.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) {
index.registerInstance(this, hostRef);
}
render() {
return (index.h("dl", { key: '513d3b6edadcddd86bb7cb0571c8eed33ea1b61a' }, index.h("slot", { key: 'b5d8164f5d5a8288e1162dd38c76a59c8bf868b5' })));
}
};
DataList.style = UtrechtDataListStyle0;
exports.utrecht_data_list = DataList;
//# sourceMappingURL=utrecht-data-list.cjs.entry.js.map