@webspatial/react-sdk 0.1.9 → 0.1.11

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.
@@ -43,6 +43,7 @@ declare namespace WebSpatialJSX {
43
43
  type IntrinsicElements = {
44
44
  [K in keyof ReactJSXIntrinsicElements]: ReactJSXIntrinsicElements[K] & {
45
45
  style?: React.CSSProperties;
46
+ 'enable-xr'?: boolean;
46
47
  };
47
48
  };
48
49
  }
@@ -54,4 +55,12 @@ declare module 'react' {
54
55
  }
55
56
  }
56
57
 
58
+ declare global {
59
+ interface CSSStyleDeclaration {
60
+ '--xr-background-material'?: string;
61
+ '--xr-back'?: number | string;
62
+ '--xr-z-index'?: number | string;
63
+ }
64
+ }
65
+
57
66
  export { WebSpatialJSX as W, jsx as a, jsxs as b, jsxDEV as j };
@@ -1,4 +1,4 @@
1
1
  export { Fragment } from 'react/jsx-runtime';
2
- export { W as JSX, a as jsx, b as jsxs } from './jsx-runtime-DEGCo-TS.js';
2
+ export { W as JSX, a as jsx, b as jsxs } from './jsx-runtime-zHGvMrtA.js';
3
3
  import 'react';
4
4
  import 'react/jsx-dev-runtime';