@arenarium/maps 1.0.84 → 1.0.85

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
@@ -544,7 +544,7 @@ export declare namespace MapComponent {
544
544
  type MapPopupContentCallback = (id: string) => Promise<HTMLElement>;
545
545
  }
546
546
  export interface MapComponent {
547
- maplibreglMap: () => maplibregl$1.Map;
547
+ maplibre: () => maplibregl$1.Map;
548
548
  getCenter: () => MapCoordinate;
549
549
  getZoom: () => number;
550
550
  getBounds: () => MapBounds;