@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) • 926 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
const index = require('./index-df3f0e01.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) {
index.registerInstance(this, hostRef);
}
render() {
return (index.h("div", { key: '37be3f72490237dcfe0152cf2fb86b7494549dfa', class: "utrecht-surface" }, index.h("slot", { key: '3beb9256ebf2727214544c890bbf36a0a70f2df5' })));
}
};
Surface.style = UtrechtSurfaceStyle0;
exports.utrecht_surface = Surface;
//# sourceMappingURL=utrecht-surface.cjs.entry.js.map