UNPKG

@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) 1.06 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const index = require('./index-cdb0df7a.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) { index.registerInstance(this, hostRef); } render() { return index.h("slot", { key: '1b5d2e895f46241c07cb69b667ac56635a69fdee' }); } }; MapMarker.style = UtrechtMapMarkerStyle0; exports.utrecht_map_marker = MapMarker; //# sourceMappingURL=utrecht-map-marker.cjs.entry.js.map