@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) • 798 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
const index = require('./index-df3f0e01.js');
const bodyCss = ":host{block-size:100%;margin-block-end:0;margin-block-start:0;margin-inline-end:0;margin-inline-start:0;padding-block-end:0;padding-block-start:0;padding-inline-end:0;padding-inline-start:0}@media screen{:host{min-block-size:100vh;min-block-size:100vb}}:host([hidden]){display:none !important}";
const UtrechtBodyStyle0 = bodyCss;
const Body = class {
constructor(hostRef) {
index.registerInstance(this, hostRef);
}
render() {
return index.h("slot", { key: '3ce9d330f587ae850baee2d58c1d48185814525a' });
}
};
Body.style = UtrechtBodyStyle0;
exports.utrecht_body = Body;
//# sourceMappingURL=utrecht-body.cjs.entry.js.map