@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) • 847 B
JavaScript
import { r as registerInstance, h } from './index-6be72d1f.js';
const surfaceCss = ".utrecht-surface{background-color:var(--utrecht-surface-background-color, inherit);color:var(--utrecht-surface-color, inherit)}.utrecht-surface--html-body{margin-block-end:0;margin-block-start:0;margin-inline-end:0;margin-inline-start:0}:host{display:block}:host([hidden]){display:none !important}";
const UtrechtSurfaceStyle0 = surfaceCss;
const Surface = class {
constructor(hostRef) {
registerInstance(this, hostRef);
}
render() {
return (h("div", { key: '37be3f72490237dcfe0152cf2fb86b7494549dfa', class: "utrecht-surface" }, h("slot", { key: '3beb9256ebf2727214544c890bbf36a0a70f2df5' })));
}
};
Surface.style = UtrechtSurfaceStyle0;
export { Surface as utrecht_surface };
//# sourceMappingURL=utrecht-surface.entry.js.map