@arenarium/maps 1.0.144 → 1.0.147

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.css CHANGED
@@ -1 +1 @@
1
- .pin.svelte-1nfn9j8{position:absolute;background-color:var(--arenarium-maps-pin-border, white);padding:2px;box-sizing:border-box;box-shadow:var(--arenarium-maps-pin-shadow, 0px 2px 2px rgba(0, 0, 0, .5));transform-origin:0% 0%;transform-style:preserve-3d;transform:translate(-50%,-50%);backface-visibility:hidden;will-change:scale}.pin.svelte-1nfn9j8 .body:where(.svelte-1nfn9j8){background-color:var(--arenarium-maps-pin-background, darkgreen);overflow:hidden;will-change:opacity}.pin.svelte-1nfn9j8{scale:0;filter:brightness(0)}.pin.svelte-1nfn9j8{display:none;content-visibility:hidden}.pin.displayed.svelte-1nfn9j8{display:initial;content-visibility:initial}.anchor.svelte-dho8xv{display:block;position:absolute;width:0px;height:0px;filter:drop-shadow(var(--arenarium-maps-tooltip-shadow, 0px 2px 2px rgba(0, 0, 0, .5)));transition:filter ease-in-out 125ms}.anchor.svelte-dho8xv .bubble:where(.svelte-dho8xv){position:absolute;left:0;top:0}.anchor.svelte-dho8xv .bubble:where(.svelte-dho8xv) .body:where(.svelte-dho8xv){position:relative;background-color:var(--arenarium-maps-tooltip-background, white);overflow:hidden;cursor:pointer}.anchor.svelte-dho8xv .pointer:where(.svelte-dho8xv){position:absolute;left:0;top:0;background-color:var(--arenarium-maps-tooltip-background, white);transform-origin:0% 0%}.anchor.svelte-dho8xv:hover{transform-style:preserve-3d;backface-visibility:hidden;filter:drop-shadow(var(--arenarium-maps-tooltip-shadow-hover, 0px 2px 4px rgba(0, 0, 0, .5)))}.anchor.svelte-dho8xv:hover .bubble:where(.svelte-dho8xv){transform-style:preserve-3d;backface-visibility:hidden}.anchor.svelte-dho8xv{opacity:0;will-change:opacity}.anchor.svelte-dho8xv .bubble:where(.svelte-dho8xv){scale:0;transform-origin:0% 0%;will-change:transform,scale}.anchor.svelte-dho8xv .pointer:where(.svelte-dho8xv){scale:0;transform-origin:0% 0%;will-change:transform,scale}.anchor.svelte-dho8xv{display:none;content-visibility:hidden}.anchor.displayed.svelte-dho8xv{display:initial;content-visibility:initial}
1
+ .pin.svelte-1nfn9j8{position:absolute;background-color:var(--arenarium-maps-pin-border, white);padding:2px;box-sizing:border-box;box-shadow:var(--arenarium-maps-pin-shadow, 0px 2px 2px rgba(0, 0, 0, .5));transform-origin:0% 0%;transform-style:preserve-3d;transform:translate(-50%,-50%);backface-visibility:hidden;will-change:scale}.pin.svelte-1nfn9j8 .body:where(.svelte-1nfn9j8){background-color:var(--arenarium-maps-pin-background, darkgreen);overflow:hidden;will-change:opacity}.pin.svelte-1nfn9j8{scale:0;filter:brightness(0)}.pin.svelte-1nfn9j8{display:none;content-visibility:hidden}.pin.displayed.svelte-1nfn9j8{display:initial;content-visibility:initial}.anchor.svelte-j5igi2{display:block;position:absolute;width:0px;height:0px;filter:drop-shadow(var(--arenarium-maps-tooltip-shadow, 0px 2px 2px rgba(0, 0, 0, .5)));transition:filter ease-in-out 125ms}.anchor.svelte-j5igi2 .bubble:where(.svelte-j5igi2){position:absolute;left:0;top:0}.anchor.svelte-j5igi2 .bubble:where(.svelte-j5igi2) .body:where(.svelte-j5igi2){position:relative;background-color:var(--arenarium-maps-tooltip-background, white);cursor:pointer}.anchor.svelte-j5igi2 .pointer:where(.svelte-j5igi2){position:absolute;left:0;top:0;background-color:var(--arenarium-maps-tooltip-background, white);transform-origin:0% 0%}.anchor.svelte-j5igi2:hover{transform-style:preserve-3d;backface-visibility:hidden;filter:drop-shadow(var(--arenarium-maps-tooltip-shadow-hover, 0px 2px 4px rgba(0, 0, 0, .5)))}.anchor.svelte-j5igi2:hover .bubble:where(.svelte-j5igi2){transform-style:preserve-3d;backface-visibility:hidden}.anchor.svelte-j5igi2{opacity:0;will-change:opacity}.anchor.svelte-j5igi2 .bubble:where(.svelte-j5igi2){scale:0;transform-origin:0% 0%;will-change:transform,scale}.anchor.svelte-j5igi2 .pointer:where(.svelte-j5igi2){scale:0;transform-origin:0% 0%;will-change:transform,scale}.anchor.svelte-j5igi2{display:none;content-visibility:hidden}.anchor.displayed.svelte-j5igi2{display:initial;content-visibility:initial}
package/dist/index.d.ts CHANGED
@@ -507,7 +507,7 @@ export declare class MapLibreProvider implements MapProvider {
507
507
  createMarker(element: HTMLElement, lat: number, lng: number): MapProviderMarker;
508
508
  }
509
509
  export declare const MapLibreDarkStyle: maplibregl.StyleSpecification;
510
- export declare const MapLibreStyleLight: maplibregl.StyleSpecification;
510
+ export declare const MapLibreLightStyle: maplibregl.StyleSpecification;
511
511
  export interface GoogleMapsClass {
512
512
  new (container: HTMLElement, options: google.maps.MapOptions): google.maps.Map;
513
513
  }