@mappedin/viewer 0.52.2-38c293f.0 → 0.52.2-5cfeb2a.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -96893,7 +96893,7 @@ class kMt {
96893
96893
  }
96894
96894
  get makerPopUpVisible() {
96895
96895
  const e = !!(this.makerPopUpDismissed || iNe(nj.MAKER_POP_UP_DISMISSED));
96896
- return !this.rootStore.isKioskModeEnabled && !this.rootStore.isAppMobile && !e && this.rootStore.featureFlagStore.flags[Jl.MAKER_POP_UP].variant === !0;
96896
+ return !this.rootStore.isKioskModeEnabled && !this.rootStore.isAppMobile && !e && this.theme.map.watermarkVisible && this.rootStore.featureFlagStore.flags[Jl.MAKER_POP_UP].variant === !0;
96897
96897
  }
96898
96898
  get metadataCardVisible() {
96899
96899
  return this.locationCardStore.visible;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mappedin/viewer",
3
- "version": "0.52.2-38c293f.0",
3
+ "version": "0.52.2-5cfeb2a.0",
4
4
  "type": "module",
5
5
  "browser": "./dist/index.js",
6
6
  "license": "UNLICENSED",