Socket
Socket
Sign inDemoInstall

@fluentui/react-tabster

Package Overview
Dependencies
Maintainers
0
Versions
863
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui/react-tabster - npm Package Compare versions

Comparing version 0.0.0-nightly-20240628-0406.1 to 0.0.0-nightly-20240701-0407.1

9

dist/index.d.ts

@@ -1473,3 +1473,2 @@ import { dispatchGroupperMoveFocusEvent } from 'tabster';

* Traps focus inside the elements the attributes are applied.
* Prefer this to `legacyTrapFocus`
* it forbids users to tab out of the focus trap into the actual browser.

@@ -1480,6 +1479,6 @@ */

* Traps focus inside the elements the attributes are applied.
* This prop enables legacy behavior to match previous versions of Fluent and is not
* recommended for general use.
* Enabling `legacyTrapFocus` prevents users from tabbing out of the focus trap and into
* the actual browser. Prefer using `trapFocus` instead of this prop.
* This prop enables traditional force-focus behavior to match previous versions of Fluent.
* Without this, users can tab out of the focus trap and into the browser chrome.
* This matches the behavior of the native <dialog> element and inert.
* We recommend setting this to true based on user feedback and consistency.
*/

@@ -1486,0 +1485,0 @@ legacyTrapFocus?: boolean;

{
"name": "@fluentui/react-tabster",
"version": "0.0.0-nightly-20240628-0406.1",
"version": "0.0.0-nightly-20240701-0407.1",
"description": "Utilities for focus management and facade for tabster",

@@ -34,5 +34,5 @@ "main": "lib-commonjs/index.js",

"dependencies": {
"@fluentui/react-shared-contexts": "0.0.0-nightly-20240628-0406.1",
"@fluentui/react-theme": "0.0.0-nightly-20240628-0406.1",
"@fluentui/react-utilities": "0.0.0-nightly-20240628-0406.1",
"@fluentui/react-shared-contexts": "0.0.0-nightly-20240701-0407.1",
"@fluentui/react-theme": "0.0.0-nightly-20240701-0407.1",
"@fluentui/react-utilities": "0.0.0-nightly-20240701-0407.1",
"@griffel/react": "^1.5.22",

@@ -39,0 +39,0 @@ "@swc/helpers": "^0.5.1",

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