@babylonjs/inspector 8.7.0 → 8.7.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.
@@ -2024,6 +2024,7 @@ interface IValueGradientGridComponent {
2024
2024
  host: IParticleSystem;
2025
2025
  codeRecorderPropertyName: string;
2026
2026
  onCreateRequired: () => void;
2027
+ onRemoveRequired: (step: IValueGradient) => void;
2027
2028
  }
2028
2029
  export class ValueGradientGridComponent extends React.Component<IValueGradientGridComponent> {
2029
2030
  constructor(props: IValueGradientGridComponent);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@babylonjs/inspector",
3
- "version": "8.7.0",
3
+ "version": "8.7.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": "^8.7.0",
36
- "@babylonjs/gui": "^8.7.0",
37
- "@babylonjs/gui-editor": "^8.7.0",
38
- "@babylonjs/loaders": "^8.7.0",
39
- "@babylonjs/materials": "^8.7.0",
40
- "@babylonjs/serializers": "^8.7.0",
35
+ "@babylonjs/core": "^8.7.1",
36
+ "@babylonjs/gui": "^8.7.1",
37
+ "@babylonjs/gui-editor": "^8.7.1",
38
+ "@babylonjs/loaders": "^8.7.1",
39
+ "@babylonjs/materials": "^8.7.1",
40
+ "@babylonjs/serializers": "^8.7.1",
41
41
  "@lts/gui": "1.0.0",
42
42
  "react": "^18.2.0",
43
43
  "react-dom": "^18.2.0"