@mappedin/viewer 0.31.2-e0fe832.0 → 0.31.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,15 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.31.2](https://github.com/MappedIn/viewer/compare/viewer-v0.31.1...viewer-v0.31.2) (2024-12-17)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **SRV-1863:** allow deselecting locations with Esc ([#385](https://github.com/MappedIn/viewer/issues/385)) ([e0fe832](https://github.com/MappedIn/viewer/commit/e0fe83268570f5156eba0b8b62f0c8a456a2c6d9))
9
+ * **SRV-1900:** fix safety annotation icons ([#379](https://github.com/MappedIn/viewer/issues/379)) ([8b03587](https://github.com/MappedIn/viewer/commit/8b03587eff0855037087506dfcad9b84055dc5ba))
10
+ * **SRV-1906:** prevent map from remounting when feature flags load ([#381](https://github.com/MappedIn/viewer/issues/381)) ([1b245a2](https://github.com/MappedIn/viewer/commit/1b245a25304190e04cdfa151e3cfee88fa71e445))
11
+ * **SRV-1922:** bump @mappedin/mappedin-js ([#384](https://github.com/MappedIn/viewer/issues/384)) ([290d438](https://github.com/MappedIn/viewer/commit/290d438710536182f942184d205b16d450ce4b9e))
12
+
3
13
  ## [0.31.1](https://github.com/MappedIn/viewer/compare/viewer-v0.31.0...viewer-v0.31.1) (2024-12-11)
4
14
 
5
15
 
package/dist/index.js CHANGED
@@ -17035,7 +17035,7 @@ const u12 = function() {
17035
17035
  const e = ng(), [t, r] = i;
17036
17036
  e.capture(t, r);
17037
17037
  }, h12 = (i = {}) => {
17038
- const e = "phc_vZrwt3z6JmdPnErvTgZoazTAGlCRMiz6c2NqWtBt8qz", t = "https://ph-api.mappedin.com";
17038
+ const e = "phc_sRrjUwz9zicl4GeXtSnwcuKMr50SB76ma6NVi6zlPou", t = "https://ph-api.mappedin.com";
17039
17039
  F$2(i.captureEnabled ?? !0);
17040
17040
  const r = ng();
17041
17041
  if (!r.__loaded && e != null && t != null) {
@@ -74750,7 +74750,7 @@ const u5e = (i, e) => (P4 != null || (sp == null && globalThis.OffscreenCanvas !
74750
74750
  const r = {
74751
74751
  fit: "fit",
74752
74752
  ...t
74753
- }, n = "https://image-proxy-staging.mappedin.net", a = h5e[e], s = encodeURIComponent(i);
74753
+ }, n = "https://image-proxy.mappedin.com", a = h5e[e], s = encodeURIComponent(i);
74754
74754
  return `${n}/resize:${r.fit}:${a}:${a}:0/plain/${s}`.replaceAll(/\/+/g, "/").replace("/", "//");
74755
74755
  }, $Q = le.div`
74756
74756
  display: flex;
@@ -76226,7 +76226,7 @@ class V5e {
76226
76226
  }
76227
76227
  async init(e) {
76228
76228
  this.container = e;
76229
- const t = this.rootStore.startupOptions.outdoorMapsKey ?? "f8fd42d9e1c2751f", r = {
76229
+ const t = this.rootStore.startupOptions.outdoorMapsKey ?? "zixaliyV5cGjHU", r = {
76230
76230
  auto: !1,
76231
76231
  initialFloor: this.rootStore.currentFloor,
76232
76232
  watermark: this.getWatermarkOptions(),
@@ -96140,7 +96140,7 @@ const mge = ({ color: i = y3.color, changeFrequency: e = y3.changeFrequency, rad
96140
96140
  ] });
96141
96141
  }), vA2 = () => {
96142
96142
  let i = document.querySelector("meta[name=app-version]");
96143
- i == null && (i = document.createElement("meta"), i.name = "app-version", document.head.appendChild(i)), i.content = "0.31.1";
96143
+ i == null && (i = document.createElement("meta"), i.name = "app-version", document.head.appendChild(i)), i.content = "0.31.2";
96144
96144
  let e = document.querySelector("meta[name=viewport]");
96145
96145
  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";
96146
96146
  }, _A2 = (i) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mappedin/viewer",
3
- "version": "0.31.2-e0fe832.0",
3
+ "version": "0.31.2",
4
4
  "type": "module",
5
5
  "browser": "./dist/index.js",
6
6
  "license": "UNLICENSED",