@mappedin/viewer 0.46.1-53c9259.0 → 0.46.1

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,13 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.46.1](https://github.com/MappedIn/viewer/compare/viewer-v0.46.0...viewer-v0.46.1) (2025-06-24)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **SDKS-2954:** remove pointer-events all from markers ([#555](https://github.com/MappedIn/viewer/issues/555)) ([53c9259](https://github.com/MappedIn/viewer/commit/53c925980611d5396c094e4382e9fc1e4303ea76))
9
+ * **SRV-2661:** prevent dynamic focus from running on load ([#553](https://github.com/MappedIn/viewer/issues/553)) ([126ce72](https://github.com/MappedIn/viewer/commit/126ce72ae8516446e2005d96ab767284b5b6f67c))
10
+
3
11
  ## [0.46.0](https://github.com/MappedIn/viewer/compare/viewer-v0.45.0...viewer-v0.46.0) (2025-06-23)
4
12
 
5
13
 
package/dist/index.js CHANGED
@@ -17561,7 +17561,7 @@ const Rfe = function() {
17561
17561
  const e = uA(), [r, i] = t;
17562
17562
  e.capture(r, i);
17563
17563
  }, Nfe = (t = {}) => {
17564
- const e = "phc_vZrwt3z6JmdPnErvTgZoazTAGlCRMiz6c2NqWtBt8qz", r = "https://ph-api.mappedin.com";
17564
+ const e = "phc_sRrjUwz9zicl4GeXtSnwcuKMr50SB76ma6NVi6zlPou", r = "https://ph-api.mappedin.com";
17565
17565
  XPe(t.captureEnabled ?? !0);
17566
17566
  const i = uA();
17567
17567
  if (!i.__loaded && e != null && r != null) {
@@ -92575,7 +92575,7 @@ function JCe() {
92575
92575
  var m_t = JCe();
92576
92576
  const KCe = () => {
92577
92577
  let t = document.querySelector("meta[name=app-version]");
92578
- t == null && (t = document.createElement("meta"), t.name = "app-version", document.head.appendChild(t)), t.content = "0.46.0";
92578
+ t == null && (t = document.createElement("meta"), t.name = "app-version", document.head.appendChild(t)), t.content = "0.46.1";
92579
92579
  let e = document.querySelector("meta[name=viewport]");
92580
92580
  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";
92581
92581
  }, e_e = (t) => {
@@ -97194,7 +97194,7 @@ const Hxt = (t, e) => (K9 != null || (fC == null && globalThis.OffscreenCanvas !
97194
97194
  const i = {
97195
97195
  fit: "fit",
97196
97196
  ...r
97197
- }, n = "https://image-proxy-staging.mappedin.net", s = Qxt(e, i.fit), o = encodeURIComponent(t);
97197
+ }, n = "https://image-proxy.mappedin.com", s = Qxt(e, i.fit), o = encodeURIComponent(t);
97198
97198
  return `${n}/resize:${i.fit}:${s}:${s}:0/format:webp/max_bytes:5000000/plain/${o}`.replaceAll(/\/+/g, "/").replace("https:/", "https://").replace("http:/", "http://");
97199
97199
  }, Gxt = (t, e) => {
97200
97200
  if (e == null || e === "")
@@ -101974,7 +101974,7 @@ class qEt {
101974
101974
  }
101975
101975
  async init(e) {
101976
101976
  this.container = e;
101977
- const r = this.rootStore.startupOptions.outdoorMapsKey ?? "f8fd42d9e1c2751f", i = {
101977
+ const r = this.rootStore.startupOptions.outdoorMapsKey ?? "zixaliyV5cGjHU", i = {
101978
101978
  auto: !1,
101979
101979
  // In campus mode, we need to load the outdoors first
101980
101980
  initialFloor: this.rootStore.isCampus ? this.rootStore.defaultFloor : this.rootStore.currentFloor,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mappedin/viewer",
3
- "version": "0.46.1-53c9259.0",
3
+ "version": "0.46.1",
4
4
  "type": "module",
5
5
  "browser": "./dist/index.js",
6
6
  "license": "UNLICENSED",