babylonjs-accessibility
Advanced tools
Comparing version 7.29.0 to 7.30.0
@@ -7,2 +7,3 @@ | ||
/// <reference types="react" /> | ||
/** | ||
@@ -16,3 +17,3 @@ * The scene tree of the HTML twin. It contain all the top level nodes | ||
options: IHTMLTwinRendererOptions; | ||
}): import("react/jsx-runtime").JSX.Element; | ||
}): JSX.Element; | ||
@@ -90,2 +91,3 @@ | ||
/// <reference types="react" /> | ||
/** | ||
@@ -101,3 +103,3 @@ * An adapter that transforms a Accessible entity in a React element. Contains observables for the events that can | ||
options: IHTMLTwinRendererOptions; | ||
}): import("react/jsx-runtime").JSX.Element | null; | ||
}): JSX.Element | null; | ||
@@ -104,0 +106,0 @@ |
@@ -15,2 +15,3 @@ | ||
declare module "babylonjs-accessibility/HtmlTwin/htmlTwinSceneTree" { | ||
/// <reference types="react" /> | ||
import { Scene } from "babylonjs/scene"; | ||
@@ -26,4 +27,4 @@ import { IHTMLTwinRendererOptions } from "babylonjs-accessibility/HtmlTwin/htmlTwinRenderer"; | ||
options: IHTMLTwinRendererOptions; | ||
}): JSX.Element; | ||
} | ||
@@ -108,2 +109,3 @@ declare module "babylonjs-accessibility/HtmlTwin/htmlTwinSceneContext" { | ||
declare module "babylonjs-accessibility/HtmlTwin/htmlTwinItemAdapter" { | ||
/// <reference types="react" /> | ||
import { AccessibilityEntity } from "babylonjs-accessibility/HtmlTwin/htmlTwinItem"; | ||
@@ -122,4 +124,4 @@ import { Scene } from "babylonjs/scene"; | ||
options: IHTMLTwinRendererOptions; | ||
}): JSX.Element | null; | ||
} | ||
@@ -297,2 +299,3 @@ declare module "babylonjs-accessibility/HtmlTwin/htmlTwinItem" { | ||
/// <reference types="react" /> | ||
/** | ||
@@ -306,3 +309,3 @@ * The scene tree of the HTML twin. It contain all the top level nodes | ||
options: IHTMLTwinRendererOptions; | ||
}): import("react/jsx-runtime").JSX.Element; | ||
}): JSX.Element; | ||
@@ -380,2 +383,3 @@ | ||
/// <reference types="react" /> | ||
/** | ||
@@ -391,3 +395,3 @@ * An adapter that transforms a Accessible entity in a React element. Contains observables for the events that can | ||
options: IHTMLTwinRendererOptions; | ||
}): import("react/jsx-runtime").JSX.Element | null; | ||
}): JSX.Element | null; | ||
@@ -394,0 +398,0 @@ |
{ | ||
"name": "babylonjs-accessibility", | ||
"version": "7.29.0", | ||
"version": "7.30.0", | ||
"main": "babylon.accessibility.max.js", | ||
@@ -17,4 +17,4 @@ "types": "babylon.accessibility.module.d.ts", | ||
"dependencies": { | ||
"babylonjs": "^7.29.0", | ||
"babylonjs-gui": "^7.29.0" | ||
"babylonjs": "^7.30.0", | ||
"babylonjs-gui": "^7.30.0" | ||
}, | ||
@@ -21,0 +21,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3317384
27747
Updatedbabylonjs@^7.30.0
Updatedbabylonjs-gui@^7.30.0