@mappedin/viewer 0.21.3 → 0.21.4-80edbfb.0

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.
Files changed (2) hide show
  1. package/dist/index.js +4 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -68947,7 +68947,9 @@ class Zxt {
68947
68947
  a.updateState(o, {
68948
68948
  hoverColor: this.rootStore.uiStore.theme.colors.map.geometry.hover
68949
68949
  });
68950
- return a.on("click", this.handleFloorClick), a.on("camera-change", this.camera.handleCameraChange), a.on("user-interaction-start", this.camera.handleUserInteractionStart), a.on("user-interaction-end", this.camera.handleUserInteractionEnd), a.on("floor-change", this.handleFloorChange), a.on("outdoor-view-loaded", this.setOutdoorViewLoaded), new Promise(
68950
+ return a.on("click", this.handleFloorClick), a.on("camera-change", this.camera.handleCameraChange), a.on("user-interaction-start", this.camera.handleUserInteractionStart), a.on("user-interaction-end", this.camera.handleUserInteractionEnd), a.on("floor-change", this.handleFloorChange), a.on("outdoor-view-loaded", this.setOutdoorViewLoaded), setTimeout(() => {
68951
+ this.setOutdoorViewLoaded();
68952
+ }, 3e3), new Promise(
68951
68953
  (o) => requestAnimationFrame(() => {
68952
68954
  K6(() => {
68953
68955
  this.mapView = a, o();
@@ -83063,7 +83065,7 @@ const uqe = iP((i) => {
83063
83065
  /* @__PURE__ */ te.jsx(hle, { children: /* @__PURE__ */ te.jsx(pW, { ...e }) })
83064
83066
  ), t;
83065
83067
  }, hqe = (i, e = {}) => {
83066
- const t = "phc_sRrjUwz9zicl4GeXtSnwcuKMr50SB76ma6NVi6zlPou", r = "https://ph-api.mappedin.com";
83068
+ const t = "phc_vZrwt3z6JmdPnErvTgZoazTAGlCRMiz6c2NqWtBt8qz", r = "https://ph-api.mappedin.com";
83067
83069
  cit(e.captureEnabled ?? !0);
83068
83070
  const n = sM();
83069
83071
  if (!n.__loaded && t != null && r != null) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mappedin/viewer",
3
- "version": "0.21.3",
3
+ "version": "0.21.4-80edbfb.0",
4
4
  "type": "module",
5
5
  "browser": "./dist/index.js",
6
6
  "license": "UNLICENSED",