@mappedin/viewer 0.23.1-e7f9bd5.0 → 0.23.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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.23.1](https://github.com/MappedIn/viewer/compare/viewer-v0.23.0...viewer-v0.23.1) (2024-07-04)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **SRV-1252:** update self-serve icons package ([#243](https://github.com/MappedIn/viewer/issues/243)) ([27964d6](https://github.com/MappedIn/viewer/commit/27964d6468c17928024e094b635c25ec341017d0))
9
+ * **SRV-1329:** bump SDK and do not reset zoom on deselect ([#246](https://github.com/MappedIn/viewer/issues/246)) ([e7f9bd5](https://github.com/MappedIn/viewer/commit/e7f9bd5125e385060e06a0d3559f5e7131e18f12))
10
+
3
11
  ## [0.23.0](https://github.com/MappedIn/viewer/compare/viewer-v0.22.0...viewer-v0.23.0) (2024-07-04)
4
12
 
5
13
 
package/dist/index.js CHANGED
@@ -66736,7 +66736,7 @@ const OHe = [
66736
66736
  "ventilation/exhaust_fan_pressurized.svg": new URL(mGe, import.meta.url),
66737
66737
  "ventilation/explosion_relief_wall.svg": new URL(gGe, import.meta.url)
66738
66738
  };
66739
- var vGe = { BASE_URL: "/map", MODE: "production", DEV: !1, PROD: !0, SSR: !1, APP_VERSION: "0.23.0", OUTDOOR_MAPS_KEY: "f8fd42d9e1c2751f", POSTHOG_KEY: "phc_vZrwt3z6JmdPnErvTgZoazTAGlCRMiz6c2NqWtBt8qz", POSTHOG_HOST: "https://ph-api.mappedin.com", IMAGE_PROXY_HOST: "https://image-proxy-staging.mappedin.net" };
66739
+ var vGe = { BASE_URL: "/map", MODE: "production", DEV: !1, PROD: !0, SSR: !1, APP_VERSION: "0.23.1", OUTDOOR_MAPS_KEY: "f8fd42d9e1c2751f", POSTHOG_KEY: "phc_sRrjUwz9zicl4GeXtSnwcuKMr50SB76ma6NVi6zlPou", POSTHOG_HOST: "https://ph-api.mappedin.com", IMAGE_PROXY_HOST: "https://image-proxy.mappedin.com" };
66740
66740
  const _Ge = async (r, e, t) => {
66741
66741
  const i = `${e ?? vGe.FETCH_MVF_AZURE_FUNCTION_HOST}?venue=${r}&version=2.0.0`, { url: n } = await fetch(i).then((c) => c.json()), a = await fetch(n).then((c) => c.arrayBuffer()), o = new Uint8Array(a), s = await J$(o), l = K$(s);
66742
66742
  return typeof (t == null ? void 0 : t.onMVFParsed) == "function" && t.onMVFParsed(l), m8e(l);
@@ -70838,7 +70838,7 @@ const hXe = (r, e) => (k3 != null || (Hp == null && globalThis.OffscreenCanvas !
70838
70838
  const i = {
70839
70839
  fit: "fit",
70840
70840
  ...t
70841
- }, n = "https://image-proxy-staging.mappedin.net", a = pXe[e], o = encodeURIComponent(r);
70841
+ }, n = "https://image-proxy.mappedin.com", a = pXe[e], o = encodeURIComponent(r);
70842
70842
  return `${n}/resize:${i.fit}:${a}:${a}:0/plain/${o}`.replaceAll(/\/+/g, "/").replace("/", "//");
70843
70843
  }, fXe = 1;
70844
70844
  class mXe {
@@ -86118,7 +86118,7 @@ const _fe = dw((r) => {
86118
86118
  /* @__PURE__ */ W.jsx(xq, { children: /* @__PURE__ */ W.jsx(SF, { ...e }) })
86119
86119
  ), t;
86120
86120
  }, Cfe = (r = {}) => {
86121
- const e = "phc_vZrwt3z6JmdPnErvTgZoazTAGlCRMiz6c2NqWtBt8qz", t = "https://ph-api.mappedin.com";
86121
+ const e = "phc_sRrjUwz9zicl4GeXtSnwcuKMr50SB76ma6NVi6zlPou", t = "https://ph-api.mappedin.com";
86122
86122
  uSe(r.captureEnabled ?? !0);
86123
86123
  const i = p9();
86124
86124
  if (!i.__loaded && e != null && t != null) {
@@ -86137,7 +86137,7 @@ const _fe = dw((r) => {
86137
86137
  }
86138
86138
  }, xfe = () => {
86139
86139
  const r = document.createElement("meta");
86140
- r.name = "app-version", r.content = "0.23.0", document.head.appendChild(r);
86140
+ r.name = "app-version", r.content = "0.23.1", document.head.appendChild(r);
86141
86141
  let e = document.querySelector("meta[name=viewport]");
86142
86142
  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";
86143
86143
  }, wfe = (r) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mappedin/viewer",
3
- "version": "0.23.1-e7f9bd5.0",
3
+ "version": "0.23.1",
4
4
  "type": "module",
5
5
  "browser": "./dist/index.js",
6
6
  "license": "UNLICENSED",