@mapsindoors/map-template 1.97.5 → 1.97.6
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-U6qKwGGU.mjs → GoogleMapsMap-fUtqZvAx.mjs} +1 -1
- package/dist/MapboxMap-C-djSZo_.mjs +37448 -0
- package/dist/mapsindoors-react.es.js +1 -1
- package/dist/mapsindoors-react.umd.js +595 -401
- package/dist/mapsindoors-webcomponent.es.js +44511 -43390
- package/dist/{reactcomponent-C1CoOaBB.mjs → reactcomponent-DcfubYWt.mjs} +2 -2
- package/package.json +2 -2
- package/dist/MapboxMap-BqnmWYvv.mjs +0 -36327
|
@@ -16429,7 +16429,7 @@ function dM({ mapType: e, mapsIndoorsInstance: t, mapInstance: n, onPositionCont
|
|
|
16429
16429
|
const Mj = m3(dM), jt = {
|
|
16430
16430
|
Google: "google",
|
|
16431
16431
|
Mapbox: "mapbox"
|
|
16432
|
-
}, vj = y3(() => import("./MapboxMap-
|
|
16432
|
+
}, vj = y3(() => import("./MapboxMap-C-djSZo_.mjs")), bj = y3(() => import("./GoogleMapsMap-fUtqZvAx.mjs"));
|
|
16433
16433
|
hM.propTypes = {
|
|
16434
16434
|
apiKey: ee.string.isRequired,
|
|
16435
16435
|
mapType: ee.string.isRequired,
|
|
@@ -38906,7 +38906,7 @@ function _6({ apiKey: e, gmApiKey: t, mapboxAccessToken: n, venue: i, locationId
|
|
|
38906
38906
|
if (window.mapsindoors !== void 0)
|
|
38907
38907
|
return Ye();
|
|
38908
38908
|
const It = document.createElement("script");
|
|
38909
|
-
It.setAttribute("type", "text/javascript"), It.setAttribute("src", "https://app.mapsindoors.com/mapsindoors/js/sdk/4.57.
|
|
38909
|
+
It.setAttribute("type", "text/javascript"), It.setAttribute("src", "https://app.mapsindoors.com/mapsindoors/js/sdk/4.57.2/mapsindoors-4.57.2.js.gz"), It.setAttribute("integrity", "sha384-3hBuNH4sUkzcrkGPqjby5s0jpdcguBCfHUtmR4yR4HbGC/UPl8UrPaAI2scyLqIV"), It.setAttribute("crossorigin", "anonymous"), document.body.appendChild(It), It.onload = () => {
|
|
38910
38910
|
Ye();
|
|
38911
38911
|
};
|
|
38912
38912
|
});
|
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.97.
|
|
4
|
+
"version": "1.97.6",
|
|
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.22.0",
|
|
24
24
|
"prop-types": "^15.8.1",
|
|
25
25
|
"qrcode": "^1.5.3",
|
|
26
26
|
"react": "^18.2.0",
|