@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) • 868 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
const index = require('./index-df3f0e01.js');
const pageContentCss = ":host{padding-block-end:var(--utrecht-page-content-padding-block-end);padding-block-start:var(--utrecht-page-content-padding-block-start);padding-inline-end:var(--utrecht-page-padding-inline-end);padding-inline-start:var(--utrecht-page-padding-inline-start)}:host([hidden]){display:none !important}";
const UtrechtPageContentStyle0 = pageContentCss;
const PageContent = class {
constructor(hostRef) {
index.registerInstance(this, hostRef);
}
render() {
return index.h("slot", { key: 'c6969323e2d560698050b49e9daefca56fe17686' });
}
};
PageContent.style = UtrechtPageContentStyle0;
exports.utrecht_page_content = PageContent;
//# sourceMappingURL=utrecht-page-content.cjs.entry.js.map