@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 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
  }