@arenarium/maps 1.0.143 → 1.0.146
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.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/main.cjs.js +1 -1
- package/dist/main.es.js +2 -2
- package/dist/maplibre.cjs.js +1 -1
- package/dist/maplibre.d.ts +2 -2
- package/dist/maplibre.es.js +2 -2
- package/package.json +2 -2
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
|
|
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
|
}
|