@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) • 1.13 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
const index = require('./index-df3f0e01.js');
const dataListValueCss = ":host{display:contents}dd{color:var(--utrecht-data-list-item-value-color);font-size:var(--utrecht-data-list-item-value-font-size);font-weight:var(--utrecht-data-list-item-value-font-weight);line-height:var(--utrecht-data-list-item-value-line-height);min-block-size:calc(var(--utrecht-data-list-item-value-line-height) * 1rem);margin-inline-start:0;margin-block-start:var(--utrecht-data-list-rows-item-value-margin-block-start)}:host([hidden]){display:none !important}";
const UtrechtDataListValueStyle0 = dataListValueCss;
const DataListValue = class {
constructor(hostRef) {
index.registerInstance(this, hostRef);
}
render() {
return (index.h("dd", { key: '5755547f0e607afed2b044c377086c6e96d68f53' }, index.h("slot", { key: 'e22f9d6ace1b30e1fdb8f2d137b9358fc878ee41' })));
}
};
DataListValue.style = UtrechtDataListValueStyle0;
exports.utrecht_data_list_value = DataListValue;
//# sourceMappingURL=utrecht-data-list-value.cjs.entry.js.map