@mapsindoors/map-template 1.96.9 → 1.96.10
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/{GoogleMapsMap-CDjQt4J9.mjs → GoogleMapsMap-Cuqeb5Fh.mjs} +1 -1
- package/dist/MapboxMap-CgihEHNZ.mjs +36327 -0
- package/dist/mapsindoors-react.es.js +2 -2
- package/dist/mapsindoors-react.umd.js +560 -281
- package/dist/mapsindoors-webcomponent.es.js +45987 -44391
- package/dist/{reactcomponent-Bja0Nthq.mjs → reactcomponent-CLG1j_9P.mjs} +1 -1
- package/package.json +2 -2
- package/dist/MapboxMap-C1IUK9kp.mjs +0 -34731
|
@@ -16326,7 +16326,7 @@ function J5({ mapType: e, mapsIndoorsInstance: t, mapInstance: n, onPositionCont
|
|
|
16326
16326
|
const Yz = iy(J5), Dn = {
|
|
16327
16327
|
Google: "google",
|
|
16328
16328
|
Mapbox: "mapbox"
|
|
16329
|
-
}, Fz = oy(() => import("./MapboxMap-
|
|
16329
|
+
}, Fz = oy(() => import("./MapboxMap-CgihEHNZ.mjs")), Hz = oy(() => import("./GoogleMapsMap-Cuqeb5Fh.mjs"));
|
|
16330
16330
|
X5.propTypes = {
|
|
16331
16331
|
apiKey: se.string.isRequired,
|
|
16332
16332
|
mapType: se.string.isRequired,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mapsindoors/map-template",
|
|
3
3
|
"description": "Get a MapsIndoors map up and running in less than 10 mins.",
|
|
4
|
-
"version": "1.96.
|
|
4
|
+
"version": "1.96.10",
|
|
5
5
|
"private": false,
|
|
6
6
|
"files": [
|
|
7
7
|
"dist/**"
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
21
21
|
"i18next": "^23.7.7",
|
|
22
22
|
"jest": "^29.7.0",
|
|
23
|
-
"mapbox-gl": "^3.
|
|
23
|
+
"mapbox-gl": "^3.20.0",
|
|
24
24
|
"prop-types": "^15.8.1",
|
|
25
25
|
"qrcode": "^1.5.3",
|
|
26
26
|
"react": "^18.2.0",
|