@webspatial/react-sdk 0.1.13 → 0.1.15
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/default/index.d.ts +0 -5
- package/dist/default/index.js +2 -2
- package/dist/default/index.js.map +1 -1
- package/dist/jsx/jsx-dev-runtime.d.ts +71 -3
- package/dist/jsx/jsx-dev-runtime.js +1 -1
- package/dist/jsx/jsx-dev-runtime.web.js +1 -1
- package/dist/jsx/jsx-runtime.d.ts +2 -1
- package/dist/jsx/jsx-runtime.js +1 -1
- package/dist/jsx/jsx-runtime.web.js +1 -1
- package/dist/web/index.d.ts +0 -5
- package/dist/web/index.js +2 -2
- package/dist/web/index.js.map +1 -1
- package/package.json +2 -2
- package/dist/jsx/jsx-runtime-zHGvMrtA.d.ts +0 -66
package/dist/default/index.d.ts
CHANGED
|
@@ -170,11 +170,6 @@ declare function getSession(): SpatialSession | null;
|
|
|
170
170
|
|
|
171
171
|
declare function enableDebugTool(): void;
|
|
172
172
|
|
|
173
|
-
declare global {
|
|
174
|
-
interface Window {
|
|
175
|
-
xrCurrentSceneDefaults: (defaultConfig: WindowContainerOptions) => Promise<WindowContainerOptions>;
|
|
176
|
-
}
|
|
177
|
-
}
|
|
178
173
|
declare const defaultSceneConfig: WindowContainerOptions;
|
|
179
174
|
declare class XRApp {
|
|
180
175
|
private static instance;
|
package/dist/default/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
(function(){
|
|
3
3
|
if(typeof window === 'undefined') return;
|
|
4
4
|
if(!window.__webspatialsdk__) window.__webspatialsdk__ = {}
|
|
5
|
-
window.__webspatialsdk__['react-sdk-version'] = "0.1.
|
|
5
|
+
window.__webspatialsdk__['react-sdk-version'] = "0.1.15"
|
|
6
6
|
window.__webspatialsdk__['XR_ENV'] = "avp"
|
|
7
7
|
})()
|
|
8
8
|
|
|
@@ -3769,7 +3769,7 @@ function spatialPolyfill() {
|
|
|
3769
3769
|
}
|
|
3770
3770
|
|
|
3771
3771
|
// src/index.ts
|
|
3772
|
-
var version = "0.1.
|
|
3772
|
+
var version = "0.1.15";
|
|
3773
3773
|
export {
|
|
3774
3774
|
CSSSpatialDiv,
|
|
3775
3775
|
CSSSpatialPrimitive,
|