babylonjs-accessibility 8.48.2 → 8.49.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.
|
@@ -217,7 +217,7 @@ interface IHTMLTwinHostComponentState {
|
|
|
217
217
|
export class HTMLTwinHostComponent extends React.Component<IHTMLTwinHostComponentProps, IHTMLTwinHostComponentState> {
|
|
218
218
|
private _options;
|
|
219
219
|
constructor(props: IHTMLTwinHostComponentProps);
|
|
220
|
-
|
|
220
|
+
render(): import("react/jsx-runtime").JSX.Element;
|
|
221
221
|
}
|
|
222
222
|
export {};
|
|
223
223
|
|
|
@@ -275,7 +275,7 @@ export interface IHTMLTwinItemComponentProps {
|
|
|
275
275
|
children: ReactElement[];
|
|
276
276
|
a11yItem: HTMLTwinItem;
|
|
277
277
|
}
|
|
278
|
-
|
|
278
|
+
export function HTMLTwinAccessibilityItem(props: IHTMLTwinItemComponentProps): import("react/jsx-runtime").JSX.Element;
|
|
279
279
|
|
|
280
280
|
}
|
|
281
281
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "babylonjs-accessibility",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.49.0",
|
|
4
4
|
"main": "babylon.accessibility.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": "8.
|
|
18
|
-
"babylonjs-gui": "8.
|
|
17
|
+
"babylonjs": "8.49.0",
|
|
18
|
+
"babylonjs-gui": "8.49.0"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@dev/build-tools": "1.0.0",
|