@mappedin/viewer 0.30.1-cc875d3.0 → 0.30.1
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 +8 -0
- package/dist/index.js +4 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.30.1](https://github.com/MappedIn/viewer/compare/viewer-v0.30.0...viewer-v0.30.1) (2024-10-30)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **SRV-1764:** do not animate exiting connection ([#346](https://github.com/MappedIn/viewer/issues/346)) ([cc875d3](https://github.com/MappedIn/viewer/commit/cc875d3f83c10f0b2b67f45bf74c378b8ff1c36c))
|
|
9
|
+
* **SRV-1766:** make the Share button just an icon ([#344](https://github.com/MappedIn/viewer/issues/344)) ([eb45db3](https://github.com/MappedIn/viewer/commit/eb45db376203facc411f7c624441038605c536a1))
|
|
10
|
+
|
|
3
11
|
## [0.30.0](https://github.com/MappedIn/viewer/compare/viewer-v0.29.0...viewer-v0.30.0) (2024-10-28)
|
|
4
12
|
|
|
5
13
|
|
package/dist/index.js
CHANGED
|
@@ -15874,7 +15874,7 @@ const g8 = { current: Ke2, captureEnabled: !0 }, cF2 = (i) => {
|
|
|
15874
15874
|
const e = mf(), [t, r] = i;
|
|
15875
15875
|
e.capture(t, r);
|
|
15876
15876
|
}, Qe2 = (i = {}) => {
|
|
15877
|
-
const e = "
|
|
15877
|
+
const e = "phc_sRrjUwz9zicl4GeXtSnwcuKMr50SB76ma6NVi6zlPou", t = "https://ph-api.mappedin.com";
|
|
15878
15878
|
hF2(i.captureEnabled ?? !0);
|
|
15879
15879
|
const r = mf();
|
|
15880
15880
|
if (!r.__loaded && e != null && t != null) {
|
|
@@ -72119,7 +72119,7 @@ const Kne = (i, e) => (i7 != null || (Th == null && globalThis.OffscreenCanvas !
|
|
|
72119
72119
|
const r = {
|
|
72120
72120
|
fit: "fit",
|
|
72121
72121
|
...t
|
|
72122
|
-
}, n = "https://image-proxy
|
|
72122
|
+
}, n = "https://image-proxy.mappedin.com", a = Qne[e], o = encodeURIComponent(i);
|
|
72123
72123
|
return `${n}/resize:${r.fit}:${a}:${a}:0/plain/${o}`.replaceAll(/\/+/g, "/").replace("/", "//");
|
|
72124
72124
|
}, KX = pe.div`
|
|
72125
72125
|
display: flex;
|
|
@@ -73523,7 +73523,7 @@ class wae {
|
|
|
73523
73523
|
}
|
|
73524
73524
|
async init(e) {
|
|
73525
73525
|
this.container = e;
|
|
73526
|
-
const t = this.rootStore.startupOptions.outdoorMapsKey ?? "
|
|
73526
|
+
const t = this.rootStore.startupOptions.outdoorMapsKey ?? "zixaliyV5cGjHU", r = {
|
|
73527
73527
|
auto: !1,
|
|
73528
73528
|
initialFloor: this.rootStore.currentFloor,
|
|
73529
73529
|
watermark: this.getWatermarkOptions(),
|
|
@@ -88232,7 +88232,7 @@ const mb2 = gg(() => {
|
|
|
88232
88232
|
] });
|
|
88233
88233
|
}), Cb2 = () => {
|
|
88234
88234
|
let i = document.querySelector("meta[name=app-version]");
|
|
88235
|
-
i == null && (i = document.createElement("meta"), i.name = "app-version", document.head.appendChild(i)), i.content = "0.30.
|
|
88235
|
+
i == null && (i = document.createElement("meta"), i.name = "app-version", document.head.appendChild(i)), i.content = "0.30.1";
|
|
88236
88236
|
let e = document.querySelector("meta[name=viewport]");
|
|
88237
88237
|
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";
|
|
88238
88238
|
}, yb2 = (i) => {
|