@babylonjs/accessibility 8.48.1 → 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.48.1",
3
+ "version": "8.49.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": "8.48.1",
28
- "@babylonjs/gui": "8.48.1",
27
+ "@babylonjs/core": "8.49.0",
28
+ "@babylonjs/gui": "8.49.0",
29
29
  "@tools/accessibility": "1.0.0",
30
30
  "react": "^18.2.0",
31
31
  "react-dom": "^18.2.0"