@mapsindoors/map-template 1.94.1 → 1.94.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.
- package/dist/{GoogleMapsMap-Ch7C9VjP.mjs → GoogleMapsMap-Bdtmv3_R.mjs} +2 -2
- package/dist/{MapboxMap-CSpyOFKC.mjs → MapboxMap-D-JJ2l2z.mjs} +2 -2
- package/dist/mapsindoors-react.es.js +1 -1
- package/dist/mapsindoors-react.umd.js +1 -1
- package/dist/mapsindoors-webcomponent.es.js +2239 -2239
- package/dist/{reactcomponent-Ixev7L_T.mjs → reactcomponent-C4FdTUlM.mjs} +3 -3
- package/package.json +1 -1
|
@@ -8405,7 +8405,7 @@ function my({ mapType: e, mapsIndoorsInstance: t, mapInstance: n, onPositionCont
|
|
|
8405
8405
|
const J9 = $0(my), tn = {
|
|
8406
8406
|
Google: "google",
|
|
8407
8407
|
Mapbox: "mapbox"
|
|
8408
|
-
}, eR = j0(() => import("./MapboxMap-
|
|
8408
|
+
}, eR = j0(() => import("./MapboxMap-D-JJ2l2z.mjs")), tR = j0(() => import("./GoogleMapsMap-Bdtmv3_R.mjs"));
|
|
8409
8409
|
vy.propTypes = {
|
|
8410
8410
|
apiKey: $.string.isRequired,
|
|
8411
8411
|
mapType: $.string.isRequired,
|
|
@@ -28296,7 +28296,7 @@ function Pw({ apiKey: e, gmApiKey: t, mapboxAccessToken: n, venue: r, locationId
|
|
|
28296
28296
|
if (window.mapsindoors !== void 0)
|
|
28297
28297
|
return ze();
|
|
28298
28298
|
const cn = document.createElement("script");
|
|
28299
|
-
cn.setAttribute("type", "text/javascript"), cn.setAttribute("src", "https://app.mapsindoors.com/mapsindoors/js/sdk/4.
|
|
28299
|
+
cn.setAttribute("type", "text/javascript"), cn.setAttribute("src", "https://app.mapsindoors.com/mapsindoors/js/sdk/4.52.0/mapsindoors-4.52.0.js.gz"), cn.setAttribute("integrity", "sha384-SQW2ysGv3g5kWSBG2/w19r7EjQXsIsGByxXP8OhjKWx/3+h+kXholaf6szwfH4BF"), cn.setAttribute("crossorigin", "anonymous"), document.body.appendChild(cn), cn.onload = () => {
|
|
28300
28300
|
ze();
|
|
28301
28301
|
};
|
|
28302
28302
|
});
|
|
@@ -28619,4 +28619,4 @@ export {
|
|
|
28619
28619
|
E as j,
|
|
28620
28620
|
Os as u
|
|
28621
28621
|
};
|
|
28622
|
-
//# sourceMappingURL=reactcomponent-
|
|
28622
|
+
//# sourceMappingURL=reactcomponent-C4FdTUlM.mjs.map
|