babylonjs-node-editor 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.
@@ -3043,6 +3043,7 @@ export interface ITextInputLineComponentProps {
3043
3043
  multilines?: boolean;
3044
3044
  throttlePropertyChangedNotification?: boolean;
3045
3045
  throttlePropertyChangedNotificationDelay?: number;
3046
+ disabled?: boolean;
3046
3047
  }
3047
3048
  export class TextInputLineComponent extends React.Component<ITextInputLineComponentProps, {
3048
3049
  value: string;
@@ -7184,6 +7185,7 @@ declare module BABYLON.NodeEditor.SharedUIComponents {
7184
7185
  multilines?: boolean;
7185
7186
  throttlePropertyChangedNotification?: boolean;
7186
7187
  throttlePropertyChangedNotificationDelay?: number;
7188
+ disabled?: boolean;
7187
7189
  }
7188
7190
  export class TextInputLineComponent extends React.Component<ITextInputLineComponentProps, {
7189
7191
  value: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "babylonjs-node-editor",
3
- "version": "5.52.0",
3
+ "version": "5.53.1",
4
4
  "main": "babylon.nodeEditor.js",
5
5
  "types": "babylon.nodeEditor.module.d.ts",
6
6
  "files": [
@@ -14,7 +14,7 @@
14
14
  "clean": "rimraf dist && rimraf babylon*.*"
15
15
  },
16
16
  "dependencies": {
17
- "babylonjs": "^5.52.0"
17
+ "babylonjs": "^5.53.1"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@dev/build-tools": "1.0.0",