@utrecht/web-component-library-stencil
Version:
Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture
18 lines (14 loc) • 933 B
JavaScript
import { r as registerInstance, h } from './index-593361c2.js';
const bodyCss = ":host{block-size:100%;font-family:var(--utrecht-body-font-family, inherit);font-size:var(--utrecht-body-font-size, inherit);font-weight:var(--utrecht-body-font-weight, inherit);line-height:var(--utrecht-body-line-height, inherit);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 Root = class {
constructor(hostRef) {
registerInstance(this, hostRef);
}
render() {
return h("slot", { key: '3ce9d330f587ae850baee2d58c1d48185814525a' });
}
};
Root.style = UtrechtBodyStyle0;
export { Root as utrecht_body };
//# sourceMappingURL=utrecht-body.entry.js.map