@babylonjs/accessibility 7.34.3 → 7.35.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.
|
@@ -12,7 +12,6 @@ export * from "@babylonjs/accessibility/HtmlTwin/htmlTwinRenderer";
|
|
|
12
12
|
|
|
13
13
|
}
|
|
14
14
|
declare module "@babylonjs/accessibility/HtmlTwin/htmlTwinSceneTree" {
|
|
15
|
-
/// <reference types="react" />
|
|
16
15
|
import { Scene } from "@babylonjs/core/scene";
|
|
17
16
|
import { IHTMLTwinRendererOptions } from "@babylonjs/accessibility/HtmlTwin/htmlTwinRenderer";
|
|
18
17
|
/**
|
|
@@ -27,7 +26,6 @@ export function HTMLTwinSceneTree(props: {
|
|
|
27
26
|
|
|
28
27
|
}
|
|
29
28
|
declare module "@babylonjs/accessibility/HtmlTwin/htmlTwinSceneContext" {
|
|
30
|
-
/// <reference types="react" />
|
|
31
29
|
/**
|
|
32
30
|
* Context used to update a scene when an entity is added or removed from the accessibility tree.
|
|
33
31
|
*/
|
|
@@ -104,7 +102,6 @@ export class HTMLTwinNodeItem extends HTMLTwinItem {
|
|
|
104
102
|
|
|
105
103
|
}
|
|
106
104
|
declare module "@babylonjs/accessibility/HtmlTwin/htmlTwinItemAdapter" {
|
|
107
|
-
/// <reference types="react" />
|
|
108
105
|
import { AccessibilityEntity } from "@babylonjs/accessibility/HtmlTwin/htmlTwinItem";
|
|
109
106
|
import { Scene } from "@babylonjs/core/scene";
|
|
110
107
|
import { IHTMLTwinRendererOptions } from "@babylonjs/accessibility/HtmlTwin/htmlTwinRenderer";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@babylonjs/accessibility",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.35.0",
|
|
4
4
|
"main": "dist/babylon.accessibility.max.js",
|
|
5
5
|
"module": "dist/babylon.accessibility.max.js",
|
|
6
6
|
"esnext": "dist/babylon.accessibility.max.js",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"@types/react-dom": ">=16.0.9"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@babylonjs/core": "^7.
|
|
28
|
-
"@babylonjs/gui": "^7.
|
|
27
|
+
"@babylonjs/core": "^7.35.0",
|
|
28
|
+
"@babylonjs/gui": "^7.35.0",
|
|
29
29
|
"react": "^17.0.2",
|
|
30
30
|
"react-dom": "^17.0.2"
|
|
31
31
|
},
|