@mapsindoors/map-template 1.95.3 → 1.95.5
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-Dkn60-_e.mjs → GoogleMapsMap-mNXwkS5r.mjs} +2 -2
- package/dist/GoogleMapsMap-mNXwkS5r.mjs.map +1 -0
- package/dist/{MapboxMap-B1oo7IUm.mjs → MapboxMap-JSpSXMbZ.mjs} +2 -2
- package/dist/MapboxMap-JSpSXMbZ.mjs.map +1 -0
- package/dist/favicon.png +0 -0
- package/dist/logo-192.png +0 -0
- package/dist/manifest.json +21 -0
- package/dist/mapsindoors-react.es.js +1 -1
- package/dist/mapsindoors-react.es.js.map +1 -0
- package/dist/mapsindoors-react.umd.js +1 -1
- package/dist/mapsindoors-react.umd.js.map +1 -0
- package/dist/mapsindoors-webcomponent.es.js +1 -1
- package/dist/mapsindoors-webcomponent.es.js.map +1 -0
- package/dist/{reactcomponent-2Oa1vSiK.mjs → reactcomponent-BrPGG2Eb.mjs} +3 -3
- package/dist/reactcomponent-BrPGG2Eb.mjs.map +1 -0
- package/dist/robots.txt +3 -0
- package/package.json +2 -4
|
@@ -8733,7 +8733,7 @@ function xy({ mapType: e, mapsIndoorsInstance: t, mapInstance: n, onPositionCont
|
|
|
8733
8733
|
const dR = Y0(xy), rn = {
|
|
8734
8734
|
Google: "google",
|
|
8735
8735
|
Mapbox: "mapbox"
|
|
8736
|
-
}, hR = Z0(() => import("./MapboxMap-
|
|
8736
|
+
}, hR = Z0(() => import("./MapboxMap-JSpSXMbZ.mjs")), pR = Z0(() => import("./GoogleMapsMap-mNXwkS5r.mjs"));
|
|
8737
8737
|
_y.propTypes = {
|
|
8738
8738
|
apiKey: B.string.isRequired,
|
|
8739
8739
|
mapType: B.string.isRequired,
|
|
@@ -28722,7 +28722,7 @@ function Bw({ apiKey: e, gmApiKey: t, mapboxAccessToken: n, venue: r, locationId
|
|
|
28722
28722
|
if (window.mapsindoors !== void 0)
|
|
28723
28723
|
return Ue();
|
|
28724
28724
|
const dn = document.createElement("script");
|
|
28725
|
-
dn.setAttribute("type", "text/javascript"), dn.setAttribute("src", "https://app.mapsindoors.com/mapsindoors/js/sdk/4.52.
|
|
28725
|
+
dn.setAttribute("type", "text/javascript"), dn.setAttribute("src", "https://app.mapsindoors.com/mapsindoors/js/sdk/4.52.2/mapsindoors-4.52.2.js.gz"), dn.setAttribute("integrity", "sha384-TWIYcrdh2EinyHvpkk8WCrvdz3G9c5NXZcRSdGcgrEQyyFY+uM3oPU9QPZtGaA9A"), dn.setAttribute("crossorigin", "anonymous"), document.body.appendChild(dn), dn.onload = () => {
|
|
28726
28726
|
Ue();
|
|
28727
28727
|
};
|
|
28728
28728
|
});
|
|
@@ -29045,4 +29045,4 @@ export {
|
|
|
29045
29045
|
E as j,
|
|
29046
29046
|
js as u
|
|
29047
29047
|
};
|
|
29048
|
-
//# sourceMappingURL=reactcomponent-
|
|
29048
|
+
//# sourceMappingURL=reactcomponent-BrPGG2Eb.mjs.map
|