@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.
- package/CHANGELOG.md +7 -0
- package/dist/index.js +52562 -53230
- package/dist/types/src/stores/root-store/index.d.ts +2 -3
- package/package.json +2 -2
|
@@ -101,10 +101,9 @@ declare class RootStore {
|
|
|
101
101
|
get isAccessible(): boolean;
|
|
102
102
|
get isOutdoorsVisible(): boolean;
|
|
103
103
|
get exteriorDoors(): {
|
|
104
|
-
"__#
|
|
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
|
-
"__#
|
|
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.
|
|
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-
|
|
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",
|