Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

babylonjs-accessibility

Package Overview
Dependencies
Maintainers
0
Versions
261
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babylonjs-accessibility - npm Package Compare versions

Comparing version 7.29.0 to 7.30.0

6

babylon.accessibility.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc