babylonjs-accessibility 7.34.4 → 7.35.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -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/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/scene";
|
110
107
|
import { IHTMLTwinRendererOptions } from "babylonjs-accessibility/HtmlTwin/htmlTwinRenderer";
|
@@ -292,7 +289,6 @@ declare module BABYLON.Accessibility {
|
|
292
289
|
|
293
290
|
|
294
291
|
|
295
|
-
/// <reference types="react" />
|
296
292
|
/**
|
297
293
|
* The scene tree of the HTML twin. It contain all the top level nodes
|
298
294
|
* @param props
|
@@ -304,7 +300,6 @@ declare module BABYLON.Accessibility {
|
|
304
300
|
}): JSX.Element;
|
305
301
|
|
306
302
|
|
307
|
-
/// <reference types="react" />
|
308
303
|
/**
|
309
304
|
* Context used to update a scene when an entity is added or removed from the accessibility tree.
|
310
305
|
*/
|
@@ -374,7 +369,6 @@ declare module BABYLON.Accessibility {
|
|
374
369
|
}
|
375
370
|
|
376
371
|
|
377
|
-
/// <reference types="react" />
|
378
372
|
/**
|
379
373
|
* An adapter that transforms a Accessible entity in a React element. Contains observables for the events that can
|
380
374
|
* change the state of the entity or the accesible tree.
|
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": "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*.* -g"
|
15
15
|
},
|
16
16
|
"dependencies": {
|
17
|
-
"babylonjs": "^7.
|
18
|
-
"babylonjs-gui": "^7.
|
17
|
+
"babylonjs": "^7.35.0",
|
18
|
+
"babylonjs-gui": "^7.35.0"
|
19
19
|
},
|
20
20
|
"devDependencies": {
|
21
21
|
"@dev/build-tools": "1.0.0",
|