@mappedin/viewer 0.16.0 → 0.16.1-03428bb.0

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.
@@ -1,13 +1,11 @@
1
1
  import type RootStore from '../../root-store';
2
2
  import type MapStore from '..';
3
- import { ReactPortal } from 'react';
4
3
  declare class MarkersController {
5
4
  private rootStore;
6
5
  private mapStore;
7
6
  private reactionDisposers;
8
7
  markersVisible: boolean;
9
8
  private sdkMarkersByKey;
10
- private portalsByMarker;
11
9
  constructor({ rootStore, mapStore }: {
12
10
  rootStore: RootStore;
13
11
  mapStore: MapStore;
@@ -18,7 +16,6 @@ declare class MarkersController {
18
16
  private handleZoomChange;
19
17
  private attemptUpdatingMarkerDimensions;
20
18
  private updateMarkers;
21
- get markers(): ReactPortal[];
22
19
  cleanup(): void;
23
20
  }
24
21
  export default MarkersController;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mappedin/viewer",
3
- "version": "0.16.0",
3
+ "version": "0.16.1-03428bb.0",
4
4
  "type": "module",
5
5
  "browser": "./dist/index.js",
6
6
  "license": "UNLICENSED",