UNPKG

@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) 829 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const index = require('./index-df3f0e01.js'); const multilineDataCss = ":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