@mappedin/viewer 0.30.7-ec2bc30.0 → 0.30.7

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.30.7](https://github.com/MappedIn/viewer/compare/viewer-v0.30.6...viewer-v0.30.7) (2024-11-19)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **SRV-1831:** prevent long names from overflowing metadata card ([#359](https://github.com/MappedIn/viewer/issues/359)) ([ec2bc30](https://github.com/MappedIn/viewer/commit/ec2bc30e9ce8084b2788df3c4692e7f36a069839))
9
+
3
10
  ## [0.30.6](https://github.com/MappedIn/viewer/compare/viewer-v0.30.5...viewer-v0.30.6) (2024-11-18)
4
11
 
5
12
 
package/dist/index.js CHANGED
@@ -16889,7 +16889,7 @@ const Tt2 = function() {
16889
16889
  const e = Nf(), [t, r] = i;
16890
16890
  e.capture(t, r);
16891
16891
  }, It2 = (i = {}) => {
16892
- const e = "phc_vZrwt3z6JmdPnErvTgZoazTAGlCRMiz6c2NqWtBt8qz", t = "https://ph-api.mappedin.com";
16892
+ const e = "phc_sRrjUwz9zicl4GeXtSnwcuKMr50SB76ma6NVi6zlPou", t = "https://ph-api.mappedin.com";
16893
16893
  bV2(i.captureEnabled ?? !0);
16894
16894
  const r = Nf();
16895
16895
  if (!r.__loaded && e != null && t != null) {
@@ -73828,7 +73828,7 @@ const Mse = (i, e) => (S7 != null || (Xh == null && globalThis.OffscreenCanvas !
73828
73828
  const r = {
73829
73829
  fit: "fit",
73830
73830
  ...t
73831
- }, n = "https://image-proxy-staging.mappedin.net", a = Ese[e], o = encodeURIComponent(i);
73831
+ }, n = "https://image-proxy.mappedin.com", a = Ese[e], o = encodeURIComponent(i);
73832
73832
  return `${n}/resize:${r.fit}:${a}:${a}:0/plain/${o}`.replaceAll(/\/+/g, "/").replace("/", "//");
73833
73833
  }, fK = he.div`
73834
73834
  display: flex;
@@ -75235,7 +75235,7 @@ class Yse {
75235
75235
  }
75236
75236
  async init(e) {
75237
75237
  this.container = e;
75238
- const t = this.rootStore.startupOptions.outdoorMapsKey ?? "f8fd42d9e1c2751f", r = {
75238
+ const t = this.rootStore.startupOptions.outdoorMapsKey ?? "zixaliyV5cGjHU", r = {
75239
75239
  auto: !1,
75240
75240
  initialFloor: this.rootStore.currentFloor,
75241
75241
  watermark: this.getWatermarkOptions(),
@@ -89951,7 +89951,7 @@ const lM2 = Bg(() => {
89951
89951
  ] });
89952
89952
  }), cM2 = () => {
89953
89953
  let i = document.querySelector("meta[name=app-version]");
89954
- i == null && (i = document.createElement("meta"), i.name = "app-version", document.head.appendChild(i)), i.content = "0.30.6";
89954
+ i == null && (i = document.createElement("meta"), i.name = "app-version", document.head.appendChild(i)), i.content = "0.30.7";
89955
89955
  let e = document.querySelector("meta[name=viewport]");
89956
89956
  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";
89957
89957
  }, hM2 = (i) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mappedin/viewer",
3
- "version": "0.30.7-ec2bc30.0",
3
+ "version": "0.30.7",
4
4
  "type": "module",
5
5
  "browser": "./dist/index.js",
6
6
  "license": "UNLICENSED",