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

tabster

Package Overview
Dependencies
Maintainers
1
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 0.5.5 to 0.5.6

22

dist/Types.d.ts

@@ -198,4 +198,12 @@ /*!

}
export interface MoverAxisOptions {
Horizontal: 0;
Vertical: 1;
}
export declare const MoverAxis: MoverAxisOptions;
export declare type MoverAxis = MoverAxisOptions[keyof MoverAxisOptions];
/**
* Options to configure keyboard navigation mover API
*
* TODO move Mover API to top level class and allow sane defaults
*/

@@ -205,4 +213,2 @@ export declare type MoverOptions = {

* The types of navigation required
*
* @defaultValue MoverKey.Arrows
*/

@@ -217,2 +223,10 @@ navigationType: MoverKeys;

cyclic?: boolean;
/**
* Determines the arrow keys that are used to move between focusables
*/
axis: MoverAxis;
/**
* By default Home and End
*/
disableHomeEndKeys?: boolean;
};

@@ -223,2 +237,6 @@ export interface FocusableProps {

mover?: MoverOptions;
/**
* Do not determine an element's focusability based on aria-disabled
*/
ignoreAriaDisabled?: boolean;
}

@@ -225,0 +243,0 @@ export interface FocusableAPI {

4

package.json
{
"name": "tabster",
"version": "0.5.5",
"version": "0.5.6",
"description": "Focus Management Tools for Web",

@@ -33,3 +33,3 @@ "author": "Marat Abdullin <marata@microsoft.com>",

},
"gitHead": "4654c14e277cda51034bd66860e62c6ceb89ee15"
"gitHead": "73032fcc24c4b3db0e18b302a3c84afbfafdd56e"
}

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