@mappedin/viewer 0.16.4-f2981de.0 → 0.16.4

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/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.16.4](https://github.com/MappedIn/viewer/compare/viewer-v0.16.3...viewer-v0.16.4) (2024-03-19)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **MKR-1061, MKR-1005:** update default navigation mode & change "desk" to "object" in UI ([#164](https://github.com/MappedIn/viewer/issues/164)) ([d70da02](https://github.com/MappedIn/viewer/commit/d70da0239ad50f86bb68b0432a478724897e2048))
9
+ * **MKR-1062:** only listen for pointer events when necessary in the UI ([#159](https://github.com/MappedIn/viewer/issues/159)) ([d815daa](https://github.com/MappedIn/viewer/commit/d815daade663db1ce4e3aea591861ccf73671978))
10
+ * **MKR-1063:** more performance improvements ([#162](https://github.com/MappedIn/viewer/issues/162)) ([26a224d](https://github.com/MappedIn/viewer/commit/26a224db6a2475fb567b8b621d5b8a8d846eb045))
11
+
3
12
  ## [0.16.3](https://github.com/MappedIn/viewer/compare/viewer-v0.16.2...viewer-v0.16.3) (2024-03-11)
4
13
 
5
14
 
package/dist/index.js CHANGED
@@ -72780,7 +72780,7 @@ const b7e = x1.div`
72780
72780
  /* @__PURE__ */ ne.jsx(FQ, { children: /* @__PURE__ */ ne.jsx(DF, { ...e }) })
72781
72781
  ), t;
72782
72782
  }, A7e = (n, e = {}) => {
72783
- const t = "phc_vZrwt3z6JmdPnErvTgZoazTAGlCRMiz6c2NqWtBt8qz", i = "https://ph-api.mappedin.com", r = OT();
72783
+ const t = "phc_sRrjUwz9zicl4GeXtSnwcuKMr50SB76ma6NVi6zlPou", i = "https://ph-api.mappedin.com", r = OT();
72784
72784
  if (!r.__loaded && t != null && i != null) {
72785
72785
  r.init(t, {
72786
72786
  api_host: i,
@@ -72796,7 +72796,7 @@ const b7e = x1.div`
72796
72796
  }
72797
72797
  }, L7e = () => {
72798
72798
  const n = document.createElement("meta");
72799
- n.name = "app-version", n.content = "0.16.3", document.head.appendChild(n);
72799
+ n.name = "app-version", n.content = "0.16.4", document.head.appendChild(n);
72800
72800
  let e = document.querySelector("meta[name=viewport]");
72801
72801
  e == null && (e = document.createElement("meta"), e.name = "viewport", document.head.appendChild(e)), e.content = "width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no";
72802
72802
  }, T7e = (n) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mappedin/viewer",
3
- "version": "0.16.4-f2981de.0",
3
+ "version": "0.16.4",
4
4
  "type": "module",
5
5
  "browser": "./dist/index.js",
6
6
  "license": "UNLICENSED",