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) 992 B
import { r as registerInstance, h } from './index-593361c2.js'; const mapMarkerCss = ":host{--utrecht-icon-size:var(--utrecht-map-marker-icon-size);align-items:center;background-color:var(--utrecht-map-marker-background-color);block-size:var(--utrecht-map-marker-size);border-color:var(--utrecht-map-marker-border-color);border-radius:50%;border-style:solid;border-width:var(--utrecht-map-marker-border-width);box-shadow:13px 3px 3px -2px var(--utrecht-map-marker-box-shadow-color);color:var(--utrecht-map-marker-color);display:flex;inline-size:var(--utrecht-map-marker-size);justify-content:center}"; const UtrechtMapMarkerStyle0 = mapMarkerCss; const MapMarker = class { constructor(hostRef) { registerInstance(this, hostRef); } render() { return h("slot", { key: '1b5d2e895f46241c07cb69b667ac56635a69fdee' }); } }; MapMarker.style = UtrechtMapMarkerStyle0; export { MapMarker as utrecht_map_marker }; //# sourceMappingURL=utrecht-map-marker.entry.js.map