UNPKG

@utrecht/web-component-library-stencil

Version:

Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture

36 lines (31 loc) 1.27 kB
import { p as proxyCustomElement, H, h } from './p-2f0ff193.js'; const pageLayoutCss = ":host{align-items:flex-start;box-sizing:border-box;display:flex;flex-direction:column;inline-size:100%;justify-content:flex-start}:host([hidden]){display:none !important}"; const UtrechtPageLayoutStyle0 = pageLayoutCss; const PageLayout = /*@__PURE__*/ proxyCustomElement(class PageLayout extends H { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return h("slot", { key: '1cbb28b5b29af2e1b0ec3a9c9ce8faa343369e1a' }); } static get style() { return UtrechtPageLayoutStyle0; } }, [1, "utrecht-page-layout"]); function defineCustomElement$1() { if (typeof customElements === "undefined") { return; } const components = ["utrecht-page-layout"]; components.forEach(tagName => { switch (tagName) { case "utrecht-page-layout": if (!customElements.get(tagName)) { customElements.define(tagName, PageLayout); } break; } }); } const UtrechtPageLayout = PageLayout; const defineCustomElement = defineCustomElement$1; export { UtrechtPageLayout, defineCustomElement }; //# sourceMappingURL=utrecht-page-layout.js.map