@mapsindoors/map-template 1.97.10 → 1.97.11
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-Cma1KCrB.mjs → GoogleMapsMap-BrMEHl4v.mjs} +1 -1
- package/dist/{MapboxMap-BaVKjDpt.mjs → MapboxMap-u-JD9UHx.mjs} +1 -1
- package/dist/mapsindoors-react.es.js +1 -1
- package/dist/mapsindoors-react.umd.js +1 -1
- package/dist/mapsindoors-webcomponent.es.js +2 -2
- package/dist/{reactcomponent-CqM2nxww.mjs → reactcomponent-DbtyzOsi.mjs} +2 -2
- package/package.json +1 -2
|
@@ -45009,7 +45009,7 @@ function BR(e) {
|
|
|
45009
45009
|
useAppTitle: xd(e.supportsUrlParameters, y.useAppTitle, e.useAppTitle, E),
|
|
45010
45010
|
showMapMarkers: xd(e.supportsUrlParameters, y.showMapMarkers, e.showMapMarkers, R),
|
|
45011
45011
|
mapboxMapStyle: e.supportsUrlParameters && K ? K : e.mapboxMapStyle,
|
|
45012
|
-
enableKioskFullReload: xd(e.supportsUrlParameters,
|
|
45012
|
+
enableKioskFullReload: xd(e.supportsUrlParameters, void 0, e.enableKioskFullReload, Y),
|
|
45013
45013
|
kioskReloadTime: e.supportsUrlParameters && G ? G : e.kioskReloadTime
|
|
45014
45014
|
});
|
|
45015
45015
|
}, [e]), /* @__PURE__ */ Be.jsx(pZ, { children: n && /* @__PURE__ */ Be.jsx(RR, { ...n }) });
|
|
@@ -45138,7 +45138,7 @@ function spe(e, n = {}) {
|
|
|
45138
45138
|
return npe(e, n, { mount: ipe, update: rpe, unmount: ope });
|
|
45139
45139
|
}
|
|
45140
45140
|
function ape() {
|
|
45141
|
-
return "1.97.
|
|
45141
|
+
return "1.97.10";
|
|
45142
45142
|
}
|
|
45143
45143
|
const lpe = spe(BR, {
|
|
45144
45144
|
props: {
|
|
@@ -16453,7 +16453,7 @@ function hM({ mapType: e, mapsIndoorsInstance: t, mapInstance: n, onPositionCont
|
|
|
16453
16453
|
const Cj = y3(hM), St = {
|
|
16454
16454
|
Google: "google",
|
|
16455
16455
|
Mapbox: "mapbox"
|
|
16456
|
-
}, Ij = M3(() => import("./MapboxMap-
|
|
16456
|
+
}, Ij = M3(() => import("./MapboxMap-u-JD9UHx.mjs")), Aj = M3(() => import("./GoogleMapsMap-BrMEHl4v.mjs"));
|
|
16457
16457
|
fM.propTypes = {
|
|
16458
16458
|
apiKey: J.string.isRequired,
|
|
16459
16459
|
mapType: J.string.isRequired,
|
|
@@ -39444,7 +39444,7 @@ function GV(e) {
|
|
|
39444
39444
|
useAppTitle: Jn(e.supportsUrlParameters, o.useAppTitle, e.useAppTitle, u),
|
|
39445
39445
|
showMapMarkers: Jn(e.supportsUrlParameters, o.showMapMarkers, e.showMapMarkers, f),
|
|
39446
39446
|
mapboxMapStyle: e.supportsUrlParameters && w ? w : e.mapboxMapStyle,
|
|
39447
|
-
enableKioskFullReload: Jn(e.supportsUrlParameters,
|
|
39447
|
+
enableKioskFullReload: Jn(e.supportsUrlParameters, void 0, e.enableKioskFullReload, m),
|
|
39448
39448
|
kioskReloadTime: e.supportsUrlParameters && y ? y : e.kioskReloadTime
|
|
39449
39449
|
});
|
|
39450
39450
|
}, [e]), /* @__PURE__ */ _.jsx(y7, { children: t && /* @__PURE__ */ _.jsx(B6, { ...t }) });
|
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.11",
|
|
5
5
|
"private": false,
|
|
6
6
|
"files": [
|
|
7
7
|
"dist/**"
|
|
@@ -31,7 +31,6 @@
|
|
|
31
31
|
"recoil": "^0.7.7",
|
|
32
32
|
"sass": "^1.97.3",
|
|
33
33
|
"standard-version": "^9.5.0",
|
|
34
|
-
"uuid": "^9.0.1",
|
|
35
34
|
"vite": "^7.3.1",
|
|
36
35
|
"vite-plugin-css-injected-by-js": "^3.1.0",
|
|
37
36
|
"vite-plugin-eslint": "^1.8.1",
|