@mappedin/viewer 0.36.1-e3d997b.0 → 0.37.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.37.0](https://github.com/MappedIn/viewer/compare/viewer-v0.36.0...viewer-v0.37.0) (2025-03-11)
4
+
5
+
6
+ ### Features
7
+
8
+ * **SRV-2059:** use new metadata card ([#444](https://github.com/MappedIn/viewer/issues/444)) ([b1ef73c](https://github.com/MappedIn/viewer/commit/b1ef73cd293285e9b508641c6e186d18d666e8f5))
9
+ * **SRV-2081:** support locations and categories ([#452](https://github.com/MappedIn/viewer/issues/452)) ([cfe4695](https://github.com/MappedIn/viewer/commit/cfe469509ca4a8b41f696e1cdcfaaa20faea0875))
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * **SRV-2081:** replace old categories UI ([#450](https://github.com/MappedIn/viewer/issues/450)) ([69a9526](https://github.com/MappedIn/viewer/commit/69a9526efd6b1abdbff67b36ee50f1217cf6efcc))
15
+ * **SRV-2093:** fix area marker color on dark themes ([#453](https://github.com/MappedIn/viewer/issues/453)) ([2bb97ba](https://github.com/MappedIn/viewer/commit/2bb97ba20546be9f41dd6ae2acaf7e760d7d88a7))
16
+ * **SRV-2094:** bump @mappedin/mappedin-js ([#454](https://github.com/MappedIn/viewer/issues/454)) ([e3d997b](https://github.com/MappedIn/viewer/commit/e3d997baf1cea85b2c1310c2876889919e01f071))
17
+
3
18
  ## [0.36.0](https://github.com/MappedIn/viewer/compare/viewer-v0.35.1...viewer-v0.36.0) (2025-03-03)
4
19
 
5
20
 
package/dist/index.js CHANGED
@@ -17381,7 +17381,7 @@ const Sae = function() {
17381
17381
  const e = um(), [i, r] = t;
17382
17382
  e.capture(i, r);
17383
17383
  }, Lae = (t = {}) => {
17384
- const e = "phc_vZrwt3z6JmdPnErvTgZoazTAGlCRMiz6c2NqWtBt8qz", i = "https://ph-api.mappedin.com";
17384
+ const e = "phc_sRrjUwz9zicl4GeXtSnwcuKMr50SB76ma6NVi6zlPou", i = "https://ph-api.mappedin.com";
17385
17385
  GCe(t.captureEnabled ?? !0);
17386
17386
  const r = um();
17387
17387
  if (!r.__loaded && e != null && i != null) {
@@ -76600,7 +76600,7 @@ const J0t = (t, e) => (u9 != null || (sf == null && globalThis.OffscreenCanvas !
76600
76600
  const r = {
76601
76601
  fit: "fit",
76602
76602
  ...i
76603
- }, n = "https://image-proxy-staging.mappedin.net", a = K0t(e, r.fit), s = encodeURIComponent(t);
76603
+ }, n = "https://image-proxy.mappedin.com", a = K0t(e, r.fit), s = encodeURIComponent(t);
76604
76604
  return `${n}/resize:${r.fit}:${a}:${a}:0/format:webp/max_bytes:5000000/plain/${s}`.replaceAll(/\/+/g, "/").replace("https:/", "https://").replace("http:/", "http://");
76605
76605
  }, See = je.div`
76606
76606
  display: flex;
@@ -80184,7 +80184,7 @@ class Ort {
80184
80184
  }
80185
80185
  async init(e) {
80186
80186
  this.container = e;
80187
- const i = this.rootStore.startupOptions.outdoorMapsKey ?? "f8fd42d9e1c2751f", r = {
80187
+ const i = this.rootStore.startupOptions.outdoorMapsKey ?? "zixaliyV5cGjHU", r = {
80188
80188
  auto: !1,
80189
80189
  initialFloor: this.rootStore.currentFloor,
80190
80190
  watermark: this.getWatermarkOptions(),
@@ -103251,7 +103251,7 @@ const n8e = (t, e) => pe.useMemo(() => {
103251
103251
  ] });
103252
103252
  }, a8e = () => {
103253
103253
  let t = document.querySelector("meta[name=app-version]");
103254
- t == null && (t = document.createElement("meta"), t.name = "app-version", document.head.appendChild(t)), t.content = "0.36.0";
103254
+ t == null && (t = document.createElement("meta"), t.name = "app-version", document.head.appendChild(t)), t.content = "0.37.0";
103255
103255
  let e = document.querySelector("meta[name=viewport]");
103256
103256
  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";
103257
103257
  }, s8e = (t) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mappedin/viewer",
3
- "version": "0.36.1-e3d997b.0",
3
+ "version": "0.37.0",
4
4
  "type": "module",
5
5
  "browser": "./dist/index.js",
6
6
  "license": "UNLICENSED",