@mappedin/viewer 0.36.0 → 0.36.1-c3a0ce0.0
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/dist/index.js +3 -3
- package/dist/types/src/stores/ui-store/index.d.ts +1 -1
- package/package.json +1 -1
- /package/dist/types/src/components/{level-selector → legacy-level-selector}/index.d.ts +0 -0
- /package/dist/types/src/components/{level-selector/level-selector.stories.d.ts → legacy-level-selector/legacy-level-selector.stories.d.ts} +0 -0
- /package/dist/types/src/components/{level-selector → legacy-level-selector}/level-selector-menu-item.d.ts +0 -0
- /package/dist/types/src/components/{level-selector → legacy-level-selector}/level-selector-menu.d.ts +0 -0
- /package/dist/types/src/components/{level-selector → legacy-level-selector}/utils.d.ts +0 -0
package/dist/index.js
CHANGED
|
@@ -17364,7 +17364,7 @@ const Nre = function() {
|
|
|
17364
17364
|
const e = pg(), [i, r] = t;
|
|
17365
17365
|
e.capture(i, r);
|
|
17366
17366
|
}, Ure = (t = {}) => {
|
|
17367
|
-
const e = "
|
|
17367
|
+
const e = "phc_vZrwt3z6JmdPnErvTgZoazTAGlCRMiz6c2NqWtBt8qz", i = "https://ph-api.mappedin.com";
|
|
17368
17368
|
Rme(t.captureEnabled ?? !0);
|
|
17369
17369
|
const r = pg();
|
|
17370
17370
|
if (!r.__loaded && e != null && i != null) {
|
|
@@ -75315,7 +75315,7 @@ const dtt = (t, e) => (D4 != null || (gp == null && globalThis.OffscreenCanvas !
|
|
|
75315
75315
|
const r = {
|
|
75316
75316
|
fit: "fit",
|
|
75317
75317
|
...i
|
|
75318
|
-
}, n = "https://image-proxy.mappedin.
|
|
75318
|
+
}, n = "https://image-proxy-staging.mappedin.net", s = Att(e, r.fit), a = encodeURIComponent(t);
|
|
75319
75319
|
return `${n}/resize:${r.fit}:${s}:${s}:0/format:webp/max_bytes:5000000/plain/${a}`.replaceAll(/\/+/g, "/").replace("https:/", "https://").replace("http:/", "http://");
|
|
75320
75320
|
}, kK = ct.div`
|
|
75321
75321
|
display: flex;
|
|
@@ -78883,7 +78883,7 @@ class e0t {
|
|
|
78883
78883
|
}
|
|
78884
78884
|
async init(e) {
|
|
78885
78885
|
this.container = e;
|
|
78886
|
-
const i = this.rootStore.startupOptions.outdoorMapsKey ?? "
|
|
78886
|
+
const i = this.rootStore.startupOptions.outdoorMapsKey ?? "f8fd42d9e1c2751f", r = {
|
|
78887
78887
|
auto: !1,
|
|
78888
78888
|
initialFloor: this.rootStore.currentFloor,
|
|
78889
78889
|
watermark: this.getWatermarkOptions(),
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type RootStore from '../root-store';
|
|
2
2
|
import { TCategory, TSearchResult } from 'lib/types/search';
|
|
3
|
-
import { TLevelSelectorLevel } from '../../components/level-selector/utils';
|
|
3
|
+
import { TLevelSelectorLevel } from '../../components/legacy-level-selector/utils';
|
|
4
4
|
import { TTheme, TThemeOverride } from 'lib/types/theme';
|
|
5
5
|
import { E_DEPARTURE_MODE } from '../../lib/types/directions';
|
|
6
6
|
import { TGetDisplayNameForPlaceOptions } from '../../lib/utils/data-utils';
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/types/src/components/{level-selector → legacy-level-selector}/level-selector-menu.d.ts
RENAMED
|
File without changes
|
|
File without changes
|