babylonjs-gui 6.30.0 → 6.31.0

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.
@@ -3003,7 +3003,7 @@ export class InputTextArea extends InputText {
3003
3003
  protected _processDblClick(_evt: PointerInfo): void;
3004
3004
  /** @internal */
3005
3005
  protected _selectAllText(): void;
3006
- dipose(): void;
3006
+ dispose(): void;
3007
3007
  }
3008
3008
 
3009
3009
  }
@@ -4177,12 +4177,12 @@ export class TextBlock extends Control {
4177
4177
  */
4178
4178
  get lines(): any[];
4179
4179
  /**
4180
- * Gets or sets an boolean indicating that the TextBlock will be resized to fit its content
4180
+ * Gets or sets a boolean indicating that the TextBlock will be resized to fit its content
4181
4181
 
4182
4182
  */
4183
4183
  get resizeToFit(): boolean;
4184
4184
  /**
4185
- * Gets or sets an boolean indicating that the TextBlock will be resized to fit its content
4185
+ * Gets or sets a boolean indicating that the TextBlock will be resized to fit its content
4186
4186
 
4187
4187
  */
4188
4188
  set resizeToFit(value: boolean);
@@ -11625,7 +11625,7 @@ declare module BABYLON.GUI {
11625
11625
  protected _processDblClick(_evt: BABYLON.PointerInfo): void;
11626
11626
  /** @internal */
11627
11627
  protected _selectAllText(): void;
11628
- dipose(): void;
11628
+ dispose(): void;
11629
11629
  }
11630
11630
 
11631
11631
 
@@ -12712,11 +12712,11 @@ declare module BABYLON.GUI {
12712
12712
  */
12713
12713
  get lines(): any[];
12714
12714
  /**
12715
- * Gets or sets an boolean indicating that the TextBlock will be resized to fit its content
12715
+ * Gets or sets a boolean indicating that the TextBlock will be resized to fit its content
12716
12716
  */
12717
12717
  get resizeToFit(): boolean;
12718
12718
  /**
12719
- * Gets or sets an boolean indicating that the TextBlock will be resized to fit its content
12719
+ * Gets or sets a boolean indicating that the TextBlock will be resized to fit its content
12720
12720
  */
12721
12721
  set resizeToFit(value: boolean);
12722
12722
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "babylonjs-gui",
3
- "version": "6.30.0",
3
+ "version": "6.31.0",
4
4
  "main": "babylon.gui.js",
5
5
  "types": "babylon.gui.module.d.ts",
6
6
  "files": [
@@ -15,7 +15,7 @@
15
15
  "test:escheck": "es-check es6 ./babylon.gui.js"
16
16
  },
17
17
  "dependencies": {
18
- "babylonjs": "^6.30.0"
18
+ "babylonjs": "^6.31.0"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@dev/build-tools": "1.0.0",