@neshan-maps-platform/mapbox-gl-react 1.0.1 → 1.0.3-alpha.1
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/Components/MapComponent/MapComponent.d.ts +1 -1
- package/dist/Types/Components/MapComponent/MapComponentProps.d.ts +3 -3
- package/dist/mapbox-gl-react.css +1 -0
- package/dist/neshan-mapbox-sdk-react.es.js +244 -591
- package/dist/neshan-mapbox-sdk-react.umd.js +11 -16
- package/package.json +13 -13
- package/dist/style.css +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { HTMLAttributes } from
|
|
2
|
-
import SDKMap from
|
|
3
|
-
import { MapBoxSKDOptionsModel } from
|
|
1
|
+
import { HTMLAttributes } from 'react';
|
|
2
|
+
import { default as SDKMap } from '@neshan-maps-platform/mapbox-gl/dist/src/core/Map';
|
|
3
|
+
import { MapBoxSKDOptionsModel } from '@neshan-maps-platform/mapbox-gl/dist/src/parameters/parameters';
|
|
4
4
|
export type MapboxComponentInputOptions = Omit<MapBoxSKDOptionsModel, 'container'>;
|
|
5
5
|
export interface MapComponentProps extends HTMLAttributes<HTMLDivElement> {
|
|
6
6
|
options: MapboxComponentInputOptions;
|