@mappedin/viewer 0.50.1-0c67654.0 → 0.50.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,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.50.1](https://github.com/MappedIn/viewer/compare/viewer-v0.50.0...viewer-v0.50.1) (2025-07-23)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **SDKS-3086:** increase padding for cdn icons ([#584](https://github.com/MappedIn/viewer/issues/584)) ([0c67654](https://github.com/MappedIn/viewer/commit/0c676548fbcf96022cb4a0c64e7bdc4c8290cfe1))
9
+
3
10
  ## [0.50.0](https://github.com/MappedIn/viewer/compare/viewer-v0.49.1...viewer-v0.50.0) (2025-07-15)
4
11
 
5
12
 
package/dist/index.js CHANGED
@@ -17565,7 +17565,7 @@ const R6e = function() {
17565
17565
  const e = ZA(), [r, i] = t;
17566
17566
  e.capture(r, i);
17567
17567
  }, N6e = (t = {}) => {
17568
- const e = "phc_vZrwt3z6JmdPnErvTgZoazTAGlCRMiz6c2NqWtBt8qz", r = "https://ph-api.mappedin.com";
17568
+ const e = "phc_sRrjUwz9zicl4GeXtSnwcuKMr50SB76ma6NVi6zlPou", r = "https://ph-api.mappedin.com";
17569
17569
  qOe(t.captureEnabled ?? !0);
17570
17570
  const i = ZA();
17571
17571
  if (!i.__loaded && e != null && r != null) {
@@ -92990,7 +92990,7 @@ function exe() {
92990
92990
  var Lbt = exe();
92991
92991
  const txe = () => {
92992
92992
  let t = document.querySelector("meta[name=app-version]");
92993
- t == null && (t = document.createElement("meta"), t.name = "app-version", document.head.appendChild(t)), t.content = "0.50.0";
92993
+ t == null && (t = document.createElement("meta"), t.name = "app-version", document.head.appendChild(t)), t.content = "0.50.1";
92994
92994
  let e = document.querySelector("meta[name=viewport]");
92995
92995
  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";
92996
92996
  }, rxe = (t) => {
@@ -93120,7 +93120,7 @@ const k1e = (t) => t.map(
93120
93120
  return;
93121
93121
  const o = e != null && e.length > 0 ? `${t}-${e}` : t, a = Array.isArray(i) ? i : [i], l = Array.isArray(n) ? n : [n], u = new URL(
93122
93122
  "/directions",
93123
- "https://mappedin-public-mvf-staging.azurewebsites.net"
93123
+ "https://mappedin-public-mvf-prod.azurewebsites.net"
93124
93124
  );
93125
93125
  u.search = new URLSearchParams({
93126
93126
  mapId: o,
@@ -97608,7 +97608,7 @@ const nSt = (t, e) => (S7 != null || (XC == null && globalThis.OffscreenCanvas !
97608
97608
  const i = {
97609
97609
  fit: "fit",
97610
97610
  ...r
97611
- }, n = "https://image-proxy-staging.mappedin.net", s = oSt(e, i.fit), o = encodeURIComponent(t);
97611
+ }, n = "https://image-proxy.mappedin.com", s = oSt(e, i.fit), o = encodeURIComponent(t);
97612
97612
  return `${n}/resize:${i.fit}:${s}:${s}:0/format:webp/max_bytes:5000000/plain/${o}`.replaceAll(/\/+/g, "/").replace("https:/", "https://").replace("http:/", "http://");
97613
97613
  }, aSt = (t, e) => {
97614
97614
  if (e == null || e === "")
@@ -105067,7 +105067,7 @@ class ZDt {
105067
105067
  }
105068
105068
  async init(e) {
105069
105069
  this.container = e;
105070
- const r = this.rootStore.startupOptions.outdoorMapsKey ?? "f8fd42d9e1c2751f", i = {
105070
+ const r = this.rootStore.startupOptions.outdoorMapsKey ?? "zixaliyV5cGjHU", i = {
105071
105071
  auto: !1,
105072
105072
  // In campus mode, we need to load the outdoors first
105073
105073
  initialFloor: this.rootStore.isCampus ? this.rootStore.defaultFloor : this.rootStore.currentFloor,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mappedin/viewer",
3
- "version": "0.50.1-0c67654.0",
3
+ "version": "0.50.1",
4
4
  "type": "module",
5
5
  "browser": "./dist/index.js",
6
6
  "license": "UNLICENSED",