UNPKG

@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) 795 B
import { r as registerInstance, h } from './index-6be72d1f.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) { registerInstance(this, hostRef); } render() { return h("slot", { key: 'c6969323e2d560698050b49e9daefca56fe17686' }); } }; PageContent.style = UtrechtPageContentStyle0; export { PageContent as utrecht_page_content }; //# sourceMappingURL=utrecht-page-content.entry.js.map