@mappedin/viewer 0.30.8-6161f4b.0 → 0.30.8

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.8](https://github.com/MappedIn/viewer/compare/viewer-v0.30.7...viewer-v0.30.8) (2024-11-26)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **SRV-1871:** update inaccessible room color on default theme ([#361](https://github.com/MappedIn/viewer/issues/361)) ([43c4135](https://github.com/MappedIn/viewer/commit/43c413542579179900c403bb550fc14f82ec6d25))
9
+
3
10
  ## [0.30.7](https://github.com/MappedIn/viewer/compare/viewer-v0.30.6...viewer-v0.30.7) (2024-11-19)
4
11
 
5
12
 
package/dist/index.js CHANGED
@@ -9429,7 +9429,7 @@ const _0 = new LI2("[Mappedin Viewer]"), A6 = "embedded", _o = "you-are-here", P
9429
9429
  ...Nc({
9430
9430
  tiles: zc("mappedin"),
9431
9431
  roomColor: "#f5f5f5",
9432
- inaccessibleRoomColor: "#F1E8D7",
9432
+ inaccessibleRoomColor: "#F3F0E7",
9433
9433
  bathroomColor: "#E6F4FB",
9434
9434
  hallwayColor: "#FFFFFF",
9435
9435
  wallColor: "#FFFFFF",
@@ -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.7";
89954
+ i == null && (i = document.createElement("meta"), i.name = "app-version", document.head.appendChild(i)), i.content = "0.30.8";
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.8-6161f4b.0",
3
+ "version": "0.30.8",
4
4
  "type": "module",
5
5
  "browser": "./dist/index.js",
6
6
  "license": "UNLICENSED",