Comparing version 7.1.0 to 7.1.1
@@ -8,2 +8,11 @@ /*! | ||
export declare const FocusableSelector: string; | ||
export interface HTMLElementWithTabsterFlags extends HTMLElement { | ||
__tabsterElementFlags?: { | ||
/** | ||
* @deprecated This option is added to support interop between Fluent UI V9 and Fluent UI V8. | ||
* Once Fluent UI V8 is not supported anymore, this option should be removed. | ||
*/ | ||
noDirectAriaHidden?: boolean; | ||
}; | ||
} | ||
export interface TabsterDOMAttribute { | ||
@@ -10,0 +19,0 @@ [TabsterAttributeName]: string | undefined; |
@@ -8,2 +8,11 @@ /*! | ||
declare const FocusableSelector: string; | ||
interface HTMLElementWithTabsterFlags extends HTMLElement { | ||
__tabsterElementFlags?: { | ||
/** | ||
* @deprecated This option is added to support interop between Fluent UI V9 and Fluent UI V8. | ||
* Once Fluent UI V8 is not supported anymore, this option should be removed. | ||
*/ | ||
noDirectAriaHidden?: boolean; | ||
}; | ||
} | ||
interface TabsterDOMAttribute { | ||
@@ -784,2 +793,3 @@ [TabsterAttributeName]: string | undefined; | ||
declare const Types_d_FocusableSelector: typeof FocusableSelector; | ||
type Types_d_HTMLElementWithTabsterFlags = HTMLElementWithTabsterFlags; | ||
type Types_d_TabsterDOMAttribute = TabsterDOMAttribute; | ||
@@ -913,2 +923,3 @@ type Types_d_TabsterCoreProps = TabsterCoreProps; | ||
Types_d_FocusableSelector as FocusableSelector, | ||
Types_d_HTMLElementWithTabsterFlags as HTMLElementWithTabsterFlags, | ||
Types_d_TabsterDOMAttribute as TabsterDOMAttribute, | ||
@@ -915,0 +926,0 @@ Types_d_TabsterCoreProps as TabsterCoreProps, |
{ | ||
"name": "tabster", | ||
"version": "7.1.0", | ||
"version": "7.1.1", | ||
"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
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
2258277
19757