@mappedin/viewer 0.16.3 → 0.16.4-d815daa.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.
@@ -37,7 +37,7 @@ declare class UIStore {
37
37
  get zoomControlsVisible(): boolean;
38
38
  get shareButtonVisible(): boolean;
39
39
  get mainUIVisible(): boolean;
40
- get appPadding(): 20 | 12 | 0;
40
+ get appPadding(): 20 | 0 | 15;
41
41
  get makerPopUpVisible(): boolean;
42
42
  get metadataCardVisible(): boolean;
43
43
  attemptIconNameForConnection(type: string): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mappedin/viewer",
3
- "version": "0.16.3",
3
+ "version": "0.16.4-d815daa.0",
4
4
  "type": "module",
5
5
  "browser": "./dist/index.js",
6
6
  "license": "UNLICENSED",