@babylonjs/inspector 5.52.0 → 5.53.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.
@@ -6148,6 +6148,7 @@ export interface ITextInputLineComponentProps {
6148
6148
  multilines?: boolean;
6149
6149
  throttlePropertyChangedNotification?: boolean;
6150
6150
  throttlePropertyChangedNotificationDelay?: number;
6151
+ disabled?: boolean;
6151
6152
  }
6152
6153
  export class TextInputLineComponent extends React.Component<ITextInputLineComponentProps, {
6153
6154
  value: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@babylonjs/inspector",
3
- "version": "5.52.0",
3
+ "version": "5.53.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": "^5.52.0",
36
- "@babylonjs/gui": "^5.52.0",
37
- "@babylonjs/gui-editor": "^5.52.0",
38
- "@babylonjs/loaders": "^5.52.0",
39
- "@babylonjs/materials": "^5.52.0",
40
- "@babylonjs/serializers": "^5.52.0",
35
+ "@babylonjs/core": "^5.53.1",
36
+ "@babylonjs/gui": "^5.53.1",
37
+ "@babylonjs/gui-editor": "^5.53.1",
38
+ "@babylonjs/loaders": "^5.53.1",
39
+ "@babylonjs/materials": "^5.53.1",
40
+ "@babylonjs/serializers": "^5.53.1",
41
41
  "@lts/gui": "1.0.0",
42
42
  "react": "^17.0.2",
43
43
  "react-dom": "^17.0.2",