babylonjs-gui 8.5.0 → 8.6.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.
- package/babylon.gui.d.ts +1 -1
- package/babylon.gui.js +1063 -1046
- package/babylon.gui.min.js +1 -1
- package/babylon.gui.min.js.map +1 -1
- package/babylon.gui.module.d.ts +3 -3
- package/package.json +2 -2
package/babylon.gui.module.d.ts
CHANGED
@@ -5336,8 +5336,8 @@ declare module "babylonjs-gui/2D/controls/statics" {
|
|
5336
5336
|
* Forcing an export so that this code will execute
|
5337
5337
|
* @internal
|
5338
5338
|
*/
|
5339
|
-
const
|
5340
|
-
export { name };
|
5339
|
+
const Name = "Statics";
|
5340
|
+
export { Name as name };
|
5341
5341
|
|
5342
5342
|
}
|
5343
5343
|
declare module "babylonjs-gui/2D/controls/stackPanel" {
|
@@ -13892,7 +13892,7 @@ declare module BABYLON.GUI {
|
|
13892
13892
|
* Forcing an export so that this code will execute
|
13893
13893
|
* @internal
|
13894
13894
|
*/
|
13895
|
-
const
|
13895
|
+
const Name = "Statics";
|
13896
13896
|
|
13897
13897
|
|
13898
13898
|
/**
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "babylonjs-gui",
|
3
|
-
"version": "8.
|
3
|
+
"version": "8.6.1",
|
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": "^8.
|
18
|
+
"babylonjs": "^8.6.1"
|
19
19
|
},
|
20
20
|
"devDependencies": {
|
21
21
|
"@dev/build-tools": "1.0.0",
|