@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) • 725 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
const index = require('./index-cdb0df7a.js');
const pageLayoutCss = ":host{align-items:flex-start;block-size:100%;display:flex;flex-direction:column;inline-size:100%;justify-content:flex-start}:host([hidden]){display:none !important}";
const UtrechtPageLayoutStyle0 = pageLayoutCss;
const PageLayout = class {
constructor(hostRef) {
index.registerInstance(this, hostRef);
}
render() {
return index.h("slot", { key: '1cbb28b5b29af2e1b0ec3a9c9ce8faa343369e1a' });
}
};
PageLayout.style = UtrechtPageLayoutStyle0;
exports.utrecht_page_layout = PageLayout;
//# sourceMappingURL=utrecht-page-layout.cjs.entry.js.map