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

tabster

Package Overview
Dependencies
Maintainers
3
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tabster - npm Package Compare versions

Comparing version 4.5.1 to 4.6.0

3

dist/dts/Modalizer.d.ts

@@ -40,6 +40,7 @@ /*!

private _hiddenUpdateTimer;
private _alwaysAccessibleSelector;
activeId: string | undefined;
currentIsOthersAccessible: boolean | undefined;
activeElements: WeakRef<HTMLElement>[];
constructor(tabster: Types.TabsterCore);
constructor(tabster: Types.TabsterCore, alwaysAccessibleSelector?: string);
dispose(): void;

@@ -46,0 +47,0 @@ createModalizer(element: HTMLElement, props: Types.ModalizerProps, sys: Types.SysProps | undefined): Types.Modalizer;

@@ -39,4 +39,9 @@ /*!

* @param tabster Tabster instance
* @param alwaysAccessibleSelector When Modalizer is active, we put
* aria-hidden to everything else to hide it from screen readers. This CSS
* selector allows to exclude some elements from this behaviour. For example,
* this could be used to exclude aria-live region with the application-wide
* status announcements.
*/
export declare function getModalizer(tabster: Types.Tabster): Types.ModalizerAPI;
export declare function getModalizer(tabster: Types.Tabster, alwaysAccessibleSelector?: string): Types.ModalizerAPI;
export declare function getObservedElement(tabster: Types.Tabster): Types.ObservedElementAPI;

@@ -43,0 +48,0 @@ export declare function getCrossOrigin(tabster: Types.Tabster): Types.CrossOriginAPI;

@@ -979,4 +979,9 @@ /*!

* @param tabster Tabster instance
* @param alwaysAccessibleSelector When Modalizer is active, we put
* aria-hidden to everything else to hide it from screen readers. This CSS
* selector allows to exclude some elements from this behaviour. For example,
* this could be used to exclude aria-live region with the application-wide
* status announcements.
*/
declare function getModalizer(tabster: Tabster): ModalizerAPI;
declare function getModalizer(tabster: Tabster, alwaysAccessibleSelector?: string): ModalizerAPI;
declare function getObservedElement(tabster: Tabster): ObservedElementAPI;

@@ -983,0 +988,0 @@ declare function getCrossOrigin(tabster: Tabster): CrossOriginAPI;

{
"name": "tabster",
"version": "4.5.1",
"version": "4.6.0",
"description": "Focus Management Tools for Web",

@@ -5,0 +5,0 @@ "author": "Marat Abdullin <marata@microsoft.com>",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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