babylonjs-accessibility 6.18.0 → 6.19.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.
@@ -72,6 +72,7 @@ export class HTMLTwinHostComponent extends React.Component<IHTMLTwinHostComponen
72
72
  private _updateHTMLTwinItems;
73
73
  private _getHTMLTwinItemsFromNodes;
74
74
  private _hasChildrenWithA11yTag;
75
+ private _emptyTree;
75
76
  private _getHTMLTwinItemsFromGUI;
76
77
  private _isFullscreenGUI;
77
78
  private _isMeshGUI;
@@ -307,6 +308,7 @@ declare module BABYLON.Accessibility {
307
308
  private _updateHTMLTwinItems;
308
309
  private _getHTMLTwinItemsFromNodes;
309
310
  private _hasChildrenWithA11yTag;
311
+ private _emptyTree;
310
312
  private _getHTMLTwinItemsFromGUI;
311
313
  private _isFullscreenGUI;
312
314
  private _isMeshGUI;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "babylonjs-accessibility",
3
- "version": "6.18.0",
3
+ "version": "6.19.1",
4
4
  "main": "babylon.accessibility.max.js",
5
5
  "types": "babylon.accessibility.module.d.ts",
6
6
  "files": [
@@ -14,8 +14,8 @@
14
14
  "clean": "rimraf dist && rimraf babylon*.*"
15
15
  },
16
16
  "dependencies": {
17
- "babylonjs": "^6.18.0",
18
- "babylonjs-gui": "^6.18.0"
17
+ "babylonjs": "^6.19.1",
18
+ "babylonjs-gui": "^6.19.1"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@dev/build-tools": "1.0.0",