@eyeon/threejs-map 1.1.1 → 1.1.2

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +3 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1,4 +1,6 @@
1
1
  import { default as MapBox, MapBoxRefProps, AppProps } from './MapBox';
2
- export type { MapConfigProps } from './interfaces';
3
2
  export { MapBox };
4
3
  export type { MapBoxRefProps, AppProps };
4
+ export type { MapConfigProps, MapDeviceType } from './interfaces';
5
+ export type { MapCameraControlsState, MapResponsiveSettings, FloorMapResponsiveSettings, MapAllDataResponse, MapObjData, MapVectorPoint } from './interfaces/mapApiTypes';
6
+ export type { PortalMapSettingsProps } from './interfaces/portal';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eyeon/threejs-map",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "EyeOn ThreeJS Map component for interactive 3D mall/center maps",
5
5
  "keywords": [
6
6
  "threejs",