@babylonjs/accessibility 6.47.0 → 6.48.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.
|
@@ -7,7 +7,7 @@ export interface IHTMLTwinItemComponentProps {
|
|
|
7
7
|
children: ReactElement[];
|
|
8
8
|
a11yItem: HTMLTwinItem;
|
|
9
9
|
}
|
|
10
|
-
|
|
10
|
+
|
|
11
11
|
|
|
12
12
|
}
|
|
13
13
|
declare module "@babylonjs/accessibility/HtmlTwin/htmlTwinGUIItem" {
|
|
@@ -70,7 +70,7 @@ interface IHTMLTwinHostComponentState {
|
|
|
70
70
|
export class HTMLTwinHostComponent extends React.Component<IHTMLTwinHostComponentProps, IHTMLTwinHostComponentState> {
|
|
71
71
|
private _options;
|
|
72
72
|
constructor(props: IHTMLTwinHostComponentProps);
|
|
73
|
-
|
|
73
|
+
|
|
74
74
|
}
|
|
75
75
|
export {};
|
|
76
76
|
|
|
@@ -160,7 +160,6 @@ export class HTMLTwinItem {
|
|
|
160
160
|
|
|
161
161
|
}
|
|
162
162
|
declare module "@babylonjs/accessibility/HtmlTwin/htmlTwinItemAdapter" {
|
|
163
|
-
/// <reference types="react" />
|
|
164
163
|
import { AccessibilityEntity } from "@babylonjs/accessibility/HtmlTwin/htmlTwinItem";
|
|
165
164
|
import { Scene } from "@babylonjs/core/scene";
|
|
166
165
|
import { IHTMLTwinRendererOptions } from "@babylonjs/accessibility/HtmlTwin/htmlTwinRenderer";
|
|
@@ -174,7 +173,7 @@ export function HTMLTwinItemAdapter(props: {
|
|
|
174
173
|
node: AccessibilityEntity;
|
|
175
174
|
scene: Scene;
|
|
176
175
|
options: IHTMLTwinRendererOptions;
|
|
177
|
-
|
|
176
|
+
|
|
178
177
|
|
|
179
178
|
}
|
|
180
179
|
declare module "@babylonjs/accessibility/HtmlTwin/htmlTwinNodeItem" {
|
|
@@ -255,7 +254,6 @@ export const SceneContext: import("react").Context<ISceneContext>;
|
|
|
255
254
|
|
|
256
255
|
}
|
|
257
256
|
declare module "@babylonjs/accessibility/HtmlTwin/htmlTwinSceneTree" {
|
|
258
|
-
/// <reference types="react" />
|
|
259
257
|
import { Scene } from "@babylonjs/core/scene";
|
|
260
258
|
import { IHTMLTwinRendererOptions } from "@babylonjs/accessibility/HtmlTwin/htmlTwinRenderer";
|
|
261
259
|
/**
|
|
@@ -266,7 +264,7 @@ import { IHTMLTwinRendererOptions } from "@babylonjs/accessibility/HtmlTwin/html
|
|
|
266
264
|
export function HTMLTwinSceneTree(props: {
|
|
267
265
|
scene: Scene;
|
|
268
266
|
options: IHTMLTwinRendererOptions;
|
|
269
|
-
|
|
267
|
+
|
|
270
268
|
|
|
271
269
|
}
|
|
272
270
|
declare module "@babylonjs/accessibility/HtmlTwin/index" {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@babylonjs/accessibility",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.48.1",
|
|
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": "^6.
|
|
28
|
-
"@babylonjs/gui": "^6.
|
|
27
|
+
"@babylonjs/core": "^6.48.1",
|
|
28
|
+
"@babylonjs/gui": "^6.48.1",
|
|
29
29
|
"react": "^17.0.2",
|
|
30
30
|
"react-dom": "^17.0.2"
|
|
31
31
|
},
|