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) 847 B
import { r as registerInstance, h } from './index-593361c2.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: 'b70c485e2a9494fd543390b2756c23797da0aee9', class: "utrecht-surface" }, h("slot", { key: '079b3943ef0c514bc34dfd1fc70b304bb584cfea' }))); } }; Surface.style = UtrechtSurfaceStyle0; export { Surface as utrecht_surface }; //# sourceMappingURL=utrecht-surface.entry.js.map