@arenarium/maps 1.0.117 → 1.0.120

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
@@ -252,10 +252,10 @@ export declare class MapPopupManager {
252
252
  export declare const MapDarkStyle: maplibregl.StyleSpecification;
253
253
  export declare const MapStyleLight: maplibregl.StyleSpecification;
254
254
  export interface MapComponent {
255
- maplibre: () => Map$1;
255
+ libre: () => Map$1;
256
256
  manager: () => MapPopupManager;
257
257
  }
258
- export declare function mountMap(container: string, options: MapOptions): MapComponent;
258
+ export declare function mountMap(options: MapOptions): MapComponent;
259
259
  export declare function unmountMap(map: ReturnType<typeof mountMap>): void;
260
260
 
261
261
  export as namespace arenarium;