@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 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
const index = require('./index-cdb0df7a.js');
const multilineDataCss = ".utrecht-multiline-data{white-space:pre-line;white-space-collapse:preserve-breaks}.utrecht-multiline-data--html-pre{font-family:inherit;margin-block-end:0;margin-block-start:0}:host{white-space:pre-line;white-space-collapse:preserve-breaks}:host([hidden]){display:none !important}";
const UtrechtMultilineDataStyle0 = multilineDataCss;
const MultilineData = class {
constructor(hostRef) {
index.registerInstance(this, hostRef);
}
render() {
return (index.h("pre", { key: 'c4046b100adfce66b398dc5b90db92db79657c63', class: "utrecht-multiline-data utrecht-multiline-data--html-pre" }, index.h("slot", { key: '30746cef3402ebece01c0c3b0772552aa478c2e3' })));
}
};
MultilineData.style = UtrechtMultilineDataStyle0;
exports.utrecht_multiline_data = MultilineData;
//# sourceMappingURL=utrecht-multiline-data.cjs.entry.js.map