@babylonjs/inspector 7.38.0 → 7.39.1

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.
@@ -3282,6 +3282,7 @@ interface ISpotLightPropertyGridComponentProps {
3282
3282
  light: SpotLight;
3283
3283
  lockObject: LockObject;
3284
3284
  onPropertyChangedObservable?: Observable<PropertyChangedEvent>;
3285
+ onSelectionChangedObservable?: Observable<any>;
3285
3286
  }
3286
3287
  export class SpotLightPropertyGridComponent extends React.Component<ISpotLightPropertyGridComponentProps> {
3287
3288
  constructor(props: ISpotLightPropertyGridComponentProps);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@babylonjs/inspector",
3
- "version": "7.38.0",
3
+ "version": "7.39.1",
4
4
  "module": "dist/babylon.inspector.bundle.max.js",
5
5
  "main": "dist/babylon.inspector.bundle.max.js",
6
6
  "typings": "dist/babylon.inspector.module.d.ts",
@@ -32,12 +32,12 @@
32
32
  "@types/react-dom": ">=16.0.9"
33
33
  },
34
34
  "devDependencies": {
35
- "@babylonjs/core": "^7.38.0",
36
- "@babylonjs/gui": "^7.38.0",
37
- "@babylonjs/gui-editor": "^7.38.0",
38
- "@babylonjs/loaders": "^7.38.0",
39
- "@babylonjs/materials": "^7.38.0",
40
- "@babylonjs/serializers": "^7.38.0",
35
+ "@babylonjs/core": "^7.39.1",
36
+ "@babylonjs/gui": "^7.39.1",
37
+ "@babylonjs/gui-editor": "^7.39.1",
38
+ "@babylonjs/loaders": "^7.39.1",
39
+ "@babylonjs/materials": "^7.39.1",
40
+ "@babylonjs/serializers": "^7.39.1",
41
41
  "@lts/gui": "1.0.0",
42
42
  "react": "^17.0.2",
43
43
  "react-dom": "^17.0.2"