@mappedin/viewer 0.52.2-5cfeb2a.0 → 0.52.2

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,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.52.2](https://github.com/MappedIn/viewer/compare/viewer-v0.52.1...viewer-v0.52.2) (2025-08-18)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **SRV-2816:** hide editor pop-up if watermark isn't visible ([#596](https://github.com/MappedIn/viewer/issues/596)) ([5cfeb2a](https://github.com/MappedIn/viewer/commit/5cfeb2a61903ff137eee0c5833ad3564b4b48892))
9
+
3
10
  ## [0.52.1](https://github.com/MappedIn/viewer/compare/viewer-v0.52.0...viewer-v0.52.1) (2025-08-14)
4
11
 
5
12
 
package/dist/index.js CHANGED
@@ -17702,7 +17702,7 @@ const R6e = function() {
17702
17702
  const e = ZA(), [r, i] = t;
17703
17703
  e.capture(r, i);
17704
17704
  }, N6e = (t = {}) => {
17705
- const e = "phc_vZrwt3z6JmdPnErvTgZoazTAGlCRMiz6c2NqWtBt8qz", r = "https://ph-api.mappedin.com";
17705
+ const e = "phc_sRrjUwz9zicl4GeXtSnwcuKMr50SB76ma6NVi6zlPou", r = "https://ph-api.mappedin.com";
17706
17706
  JOe(t.captureEnabled ?? !0);
17707
17707
  const i = ZA();
17708
17708
  if (!i.__loaded && e != null && r != null) {
@@ -93133,7 +93133,7 @@ function exe() {
93133
93133
  var Bbt = exe();
93134
93134
  const txe = () => {
93135
93135
  let t = document.querySelector("meta[name=app-version]");
93136
- t == null && (t = document.createElement("meta"), t.name = "app-version", document.head.appendChild(t)), t.content = "0.52.1";
93136
+ t == null && (t = document.createElement("meta"), t.name = "app-version", document.head.appendChild(t)), t.content = "0.52.2";
93137
93137
  let e = document.querySelector("meta[name=viewport]");
93138
93138
  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";
93139
93139
  }, rxe = (t) => {
@@ -93263,7 +93263,7 @@ const k1e = (t) => t.map(
93263
93263
  return;
93264
93264
  const o = e != null && e.length > 0 ? `${t}-${e}` : t, a = Array.isArray(i) ? i : [i], l = Array.isArray(n) ? n : [n], u = new URL(
93265
93265
  "/directions",
93266
- "https://mappedin-public-mvf-staging.azurewebsites.net"
93266
+ "https://mappedin-public-mvf-prod.azurewebsites.net"
93267
93267
  );
93268
93268
  u.search = new URLSearchParams({
93269
93269
  mapId: o,
@@ -97757,7 +97757,7 @@ const oSt = (t, e) => (S7 != null || (XC == null && globalThis.OffscreenCanvas !
97757
97757
  const i = {
97758
97758
  fit: "fit",
97759
97759
  ...r
97760
- }, n = "https://image-proxy-staging.mappedin.net", s = lSt(e, i.fit), o = encodeURIComponent(t);
97760
+ }, n = "https://image-proxy.mappedin.com", s = lSt(e, i.fit), o = encodeURIComponent(t);
97761
97761
  return `${n}/resize:${i.fit}:${s}:${s}:0/format:webp/max_bytes:5000000/plain/${o}`.replaceAll(/\/+/g, "/").replace("https:/", "https://").replace("http:/", "http://");
97762
97762
  }, uSt = (t, e) => {
97763
97763
  if (e == null || e === "")
@@ -105312,7 +105312,7 @@ class qDt {
105312
105312
  }
105313
105313
  async init(e) {
105314
105314
  this.container = e;
105315
- const r = this.rootStore.startupOptions.outdoorMapsKey ?? "f8fd42d9e1c2751f", i = {
105315
+ const r = this.rootStore.startupOptions.outdoorMapsKey ?? "zixaliyV5cGjHU", i = {
105316
105316
  auto: !1,
105317
105317
  // In campus mode, we need to load the outdoors first
105318
105318
  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.52.2-5cfeb2a.0",
3
+ "version": "0.52.2",
4
4
  "type": "module",
5
5
  "browser": "./dist/index.js",
6
6
  "license": "UNLICENSED",