babylonjs-gui 8.4.2 → 8.6.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.
@@ -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 name = "Statics";
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 name = "Statics";
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.4.2",
3
+ "version": "8.6.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": "^8.4.2"
18
+ "babylonjs": "^8.6.0"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@dev/build-tools": "1.0.0",