@mappedin/viewer 0.30.4 → 0.30.5

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.
@@ -101,10 +101,9 @@ declare class RootStore {
101
101
  get isAccessible(): boolean;
102
102
  get isOutdoorsVisible(): boolean;
103
103
  get exteriorDoors(): {
104
- "__#13@#private": any;
104
+ "__#12@#private": any;
105
105
  readonly __type: "door";
106
106
  readonly name: string;
107
- readonly externalId: string;
108
107
  readonly description: string;
109
108
  readonly images: import("@mappedin/mvf").Image[];
110
109
  readonly floor: Floor;
@@ -123,7 +122,7 @@ declare class RootStore {
123
122
  destroy(): void;
124
123
  readonly id: string;
125
124
  links: {
126
- "__#20@#private": any;
125
+ "__#19@#private": any;
127
126
  readonly url: string;
128
127
  readonly name: string | undefined;
129
128
  toJSON(): {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mappedin/viewer",
3
- "version": "0.30.4",
3
+ "version": "0.30.5",
4
4
  "type": "module",
5
5
  "browser": "./dist/index.js",
6
6
  "license": "UNLICENSED",
@@ -18,7 +18,7 @@
18
18
  },
19
19
  "devDependencies": {
20
20
  "@ladle/react": "^2.17.2",
21
- "@mappedin/mappedin-js": "6.0.1-canary-v6-b12c4c9.276",
21
+ "@mappedin/mappedin-js": "6.0.1-canary-9f72d8a.219",
22
22
  "@mappedin/mvf": "2.0.1-b2558fc.0",
23
23
  "@mappedin/self-serve-icons": "1.57.0-beta.1729531824",
24
24
  "@testing-library/jest-dom": "^6.6.2",