babylonjs-gui 5.28.0 → 5.29.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.
- package/babylon.gui.d.ts +1 -1
- package/babylon.gui.js +11 -3
- package/babylon.gui.js.map +1 -1
- package/babylon.gui.min.js +1 -1
- package/babylon.gui.min.js.map +1 -1
- package/babylon.gui.module.d.ts +2 -2
- package/package.json +2 -2
package/babylon.gui.module.d.ts
CHANGED
|
@@ -584,7 +584,7 @@ export class Button extends Rectangle {
|
|
|
584
584
|
get image(): Nullable<Image>;
|
|
585
585
|
private _textBlock;
|
|
586
586
|
/**
|
|
587
|
-
* Returns the
|
|
587
|
+
* Returns the TextBlock part of the button (if any)
|
|
588
588
|
*/
|
|
589
589
|
get textBlock(): Nullable<TextBlock>;
|
|
590
590
|
/**
|
|
@@ -8952,7 +8952,7 @@ declare module BABYLON.GUI {
|
|
|
8952
8952
|
get image(): BABYLON.Nullable<Image>;
|
|
8953
8953
|
private _textBlock;
|
|
8954
8954
|
/**
|
|
8955
|
-
* Returns the
|
|
8955
|
+
* Returns the TextBlock part of the button (if any)
|
|
8956
8956
|
*/
|
|
8957
8957
|
get textBlock(): BABYLON.Nullable<TextBlock>;
|
|
8958
8958
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "babylonjs-gui",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.29.0",
|
|
4
4
|
"main": "babylon.gui.js",
|
|
5
5
|
"types": "babylon.gui.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.
|
|
17
|
+
"babylonjs": "^5.29.0"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@dev/build-tools": "1.0.0",
|