@ndmspc/ndmvr 1.2.0-rc.4 → 1.2.0-rc.6

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/ndmvr.d.ts CHANGED
@@ -1,13 +1,13 @@
1
1
  export { }
2
2
 
3
3
 
4
- declare namespace DrawOptions {
4
+ declare namespace BinInfo {
5
5
  var menuName: string;
6
6
  var menuLabel: string;
7
7
  }
8
8
 
9
9
 
10
- declare namespace BinInfo {
10
+ declare namespace DrawOptions {
11
11
  var menuName: string;
12
12
  var menuLabel: string;
13
13
  }
package/dist/ndmvr.es.js CHANGED
@@ -63533,9 +63533,7 @@ function lW(e) {
63533
63533
  return typeof e == "object" && !!e && !Array.isArray(e) && Object.keys(e).length === 0;
63534
63534
  }
63535
63535
  function uW(e) {
63536
- let t = I(45), { children: n, config: r, onConfigChange: i, help: a, menu: o, setBrowser: s } = e, c = n === void 0 ? null : n, l = r === void 0 ? null : r, u = i === void 0 ? null : i, d = a === void 0 ? !1 : a, f = o === void 0 ? !1 : o, [m, h] = v(!0), g = _(!1), [y, b] = v(null), [x, S] = v(f || d), { setUIHover: C, setVrEnabled: w } = $o();
63537
- console.log("NdmspcEnv render, config:", y, "onConfigChange:", typeof u), console.log("[NEW] onConfigChange:", u);
63538
- let T;
63536
+ let t = I(45), { children: n, config: r, onConfigChange: i, help: a, menu: o, setBrowser: s } = e, c = n === void 0 ? null : n, l = r === void 0 ? null : r, u = i === void 0 ? null : i, d = a === void 0 ? !1 : a, f = o === void 0 ? !1 : o, [m, h] = v(!0), g = _(!1), [y, b] = v(null), [x, S] = v(f || d), { setUIHover: C, setVrEnabled: w } = $o(), T;
63539
63537
  t[0] === Symbol.for("react.memo_cache_sentinel") ? (T = (e) => {
63540
63538
  S(e);
63541
63539
  }, t[0] = T) : T = t[0];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ndmspc/ndmvr",
3
- "version": "1.2.0-rc.4",
3
+ "version": "1.2.0-rc.6",
4
4
  "description": "NDMVR React three fiber components",
5
5
  "author": "NDMSPC community",
6
6
  "repository": {
@@ -46,7 +46,7 @@
46
46
  "react-dom": ">=19 <20"
47
47
  },
48
48
  "dependencies": {
49
- "@ndmspc/ndmvr-core": "1.2.0-rc.1",
49
+ "@ndmspc/ndmvr-core": "1.2.0-rc.2",
50
50
  "@pmndrs/uikit": "^1.0.73",
51
51
  "@react-three/drei": "^10.7.7",
52
52
  "@react-three/fiber": "^9.6.1",