next-flow-interface 0.17.20 → 0.17.21

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -2
  2. package/package.json +3 -3
package/dist/index.d.ts CHANGED
@@ -3,7 +3,7 @@ import { ColorPickerProps, Color } from 'antd/es/color-picker';
3
3
  import React$1, { ReactNode, MouseEventHandler, DetailedHTMLProps, HTMLAttributes, FunctionComponent, MouseEvent as MouseEvent$1, DragEvent as DragEvent$1, WheelEvent as WheelEvent$1, PointerEvent, KeyboardEvent, FocusEvent, UIEvent, Attributes } from 'react';
4
4
  import { DefaultOptionType } from 'antd/es/select';
5
5
  import { RvPath, RhineVarMap, StoredRhineVar, RecursiveObject, RecursiveMap, RecursiveArray, RhineVarArray } from 'rhine-var';
6
- import { Node, NodeMaterialBlockConnectionPointTypes, BaseTexture, PBRMaterial, NodeMaterial, Animation, Color3, Color4, Scene, Material, NodeMaterialBlock, ShadowGenerator, AnimationGroup as AnimationGroup$1, TransformNode, Vector3, ArcRotateCamera, Light, CubeTexture, AbstractMesh, Mesh, Texture, DynamicTexture, Engine, Quaternion } from '@babylonjs/core';
6
+ import { Node, NodeMaterialBlockConnectionPointTypes, BaseTexture, PBRMaterial, NodeMaterial, Animation, Color3, Color4, Scene, Material, NodeMaterialBlock, ShadowGenerator, AnimationGroup as AnimationGroup$1, TransformNode, Vector3, ArcRotateCamera, Light, CubeTexture, AbstractMesh, Mesh, Texture, DynamicTexture, Engine, WebXRDefaultExperience, Quaternion } from '@babylonjs/core';
7
7
  import { AnimationGroup } from '@babylonjs/core/Animations/animationGroup';
8
8
  import { TransformNode as TransformNode$1 } from '@babylonjs/core/Meshes/transformNode';
9
9
  import { Root } from 'react-dom/client';
@@ -1237,6 +1237,7 @@ interface RsServiceApi {
1237
1237
  canvas: HTMLCanvasElement | undefined;
1238
1238
  scene: Scene | undefined;
1239
1239
  engine: Engine | undefined;
1240
+ experience: WebXRDefaultExperience | null;
1240
1241
  state: {
1241
1242
  rendering: boolean;
1242
1243
  };
@@ -2242,7 +2243,6 @@ interface Screen {
2242
2243
  scale: number;
2243
2244
  shadowAround: boolean;
2244
2245
  focusMode: FocusMode;
2245
- babylonConsoleLoaded: boolean;
2246
2246
  showBabylonConsole: boolean;
2247
2247
  }
2248
2248
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-flow-interface",
3
- "version": "0.17.20",
3
+ "version": "0.17.21",
4
4
  "description": "Interface package for NEXT FlOW. You can use this package to build your own plugin that can control anything.",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
@@ -40,7 +40,7 @@
40
40
  "LICENSE"
41
41
  ],
42
42
  "devDependencies": {
43
- "@babylonjs/core": "8.23.1",
43
+ "@babylonjs/core": "8.26.0",
44
44
  "@eslint/compat": "^1.3.2",
45
45
  "@eslint/css": "^0.10.0",
46
46
  "@eslint/js": "^9.33.0",
@@ -75,7 +75,7 @@
75
75
  "valtio": "2.1.7"
76
76
  },
77
77
  "peerDependencies": {
78
- "@babylonjs/core": "8.23.1",
78
+ "@babylonjs/core": "8.26.0",
79
79
  "antd": "5.24.1",
80
80
  "brotli-wasm": "^3.0.1",
81
81
  "clsx": "2.1.1",