@mappedin/viewer 0.37.1-eba5475.0 → 0.38.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,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.38.0](https://github.com/MappedIn/viewer/compare/viewer-v0.37.0...viewer-v0.38.0) (2025-03-19)
4
+
5
+
6
+ ### Features
7
+
8
+ * **SRV-2102:** show category icons in labels ([#460](https://github.com/MappedIn/viewer/issues/460)) ([eba5475](https://github.com/MappedIn/viewer/commit/eba5475875c04785e04fa9c842a471ce0a0ea6c2))
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **SRV-2096:** fix logo backgrounds on dark themes ([#455](https://github.com/MappedIn/viewer/issues/455)) ([67d846e](https://github.com/MappedIn/viewer/commit/67d846ed1dd54e4cfd7b1efd9f18b9c61fb80906))
14
+ * **SRV-2102:** fix back arrow color and update category fixtures ([#458](https://github.com/MappedIn/viewer/issues/458)) ([2d3d8ec](https://github.com/MappedIn/viewer/commit/2d3d8ec11529a797b9b068055eadf93b09347fff))
15
+ * **SRV-2102:** handle new category icons ([#456](https://github.com/MappedIn/viewer/issues/456)) ([a3ee613](https://github.com/MappedIn/viewer/commit/a3ee61303e7ba285b452f64da83afcf1a7ae4517))
16
+
3
17
  ## [0.37.0](https://github.com/MappedIn/viewer/compare/viewer-v0.36.0...viewer-v0.37.0) (2025-03-11)
4
18
 
5
19
 
package/dist/index.js CHANGED
@@ -17386,7 +17386,7 @@ const o2e = function() {
17386
17386
  const e = Bm(), [i, r] = t;
17387
17387
  e.capture(i, r);
17388
17388
  }, u2e = (t = {}) => {
17389
- const e = "phc_vZrwt3z6JmdPnErvTgZoazTAGlCRMiz6c2NqWtBt8qz", i = "https://ph-api.mappedin.com";
17389
+ const e = "phc_sRrjUwz9zicl4GeXtSnwcuKMr50SB76ma6NVi6zlPou", i = "https://ph-api.mappedin.com";
17390
17390
  kme(t.captureEnabled ?? !0);
17391
17391
  const r = Bm();
17392
17392
  if (!r.__loaded && e != null && i != null) {
@@ -69309,7 +69309,7 @@ function Cce() {
69309
69309
  var LJe = Cce();
69310
69310
  const wce = () => {
69311
69311
  let t = document.querySelector("meta[name=app-version]");
69312
- t == null && (t = document.createElement("meta"), t.name = "app-version", document.head.appendChild(t)), t.content = "0.37.0";
69312
+ t == null && (t = document.createElement("meta"), t.name = "app-version", document.head.appendChild(t)), t.content = "0.38.0";
69313
69313
  let e = document.querySelector("meta[name=viewport]");
69314
69314
  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";
69315
69315
  }, _ce = (t) => {
@@ -73872,7 +73872,7 @@ const eqe = (t, e) => (F6 != null || (F9 == null && globalThis.OffscreenCanvas !
73872
73872
  const r = {
73873
73873
  fit: "fit",
73874
73874
  ...i
73875
- }, n = "https://image-proxy-staging.mappedin.net", a = iqe(e, r.fit), s = encodeURIComponent(t);
73875
+ }, n = "https://image-proxy.mappedin.com", a = iqe(e, r.fit), s = encodeURIComponent(t);
73876
73876
  return `${n}/resize:${r.fit}:${a}:${a}:0/format:webp/max_bytes:5000000/plain/${s}`.replaceAll(/\/+/g, "/").replace("https:/", "https://").replace("http:/", "http://");
73877
73877
  }, oK = Ye.div`
73878
73878
  display: flex;
@@ -77514,7 +77514,7 @@ class Qet {
77514
77514
  }
77515
77515
  async init(e) {
77516
77516
  this.container = e;
77517
- const i = this.rootStore.startupOptions.outdoorMapsKey ?? "f8fd42d9e1c2751f", r = {
77517
+ const i = this.rootStore.startupOptions.outdoorMapsKey ?? "zixaliyV5cGjHU", r = {
77518
77518
  auto: !1,
77519
77519
  initialFloor: this.rootStore.currentFloor,
77520
77520
  watermark: this.getWatermarkOptions(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mappedin/viewer",
3
- "version": "0.37.1-eba5475.0",
3
+ "version": "0.38.0",
4
4
  "type": "module",
5
5
  "browser": "./dist/index.js",
6
6
  "license": "UNLICENSED",