@fluentui/react-aria
Advanced tools
Comparing version 9.13.13 to 9.13.14
@@ -14,3 +14,3 @@ "use strict"; | ||
const useARIAButtonShorthand = (value, options)=>{ | ||
// eslint-disable-next-line deprecation/deprecation | ||
// eslint-disable-next-line @typescript-eslint/no-deprecated | ||
const shorthand = (0, _reactutilities.resolveShorthand)(value, options); | ||
@@ -17,0 +17,0 @@ var _shorthand_as; |
@@ -27,3 +27,3 @@ "use strict"; | ||
}, | ||
// eslint-disable-next-line deprecation/deprecation | ||
// eslint-disable-next-line @typescript-eslint/no-deprecated | ||
useARIAButtonShorthand: function() { | ||
@@ -30,0 +30,0 @@ return _index.useARIAButtonShorthand; |
export { useARIAButtonProps } from './useARIAButtonProps'; | ||
// eslint-disable-next-line deprecation/deprecation | ||
// eslint-disable-next-line @typescript-eslint/no-deprecated | ||
export { useARIAButtonShorthand } from './useARIAButtonShorthand'; |
@@ -13,5 +13,5 @@ import { resolveShorthand } from '@fluentui/react-utilities'; | ||
* where no attribute addition is required. | ||
*/ // eslint-disable-next-line deprecation/deprecation | ||
*/ // eslint-disable-next-line @typescript-eslint/no-deprecated | ||
export const useARIAButtonShorthand = (value, options)=>{ | ||
// eslint-disable-next-line deprecation/deprecation | ||
// eslint-disable-next-line @typescript-eslint/no-deprecated | ||
const shorthand = resolveShorthand(value, options); | ||
@@ -18,0 +18,0 @@ var _shorthand_as; |
@@ -1,4 +0,4 @@ | ||
export { // eslint-disable-next-line deprecation/deprecation | ||
export { // eslint-disable-next-line @typescript-eslint/no-deprecated | ||
useARIAButtonShorthand, useARIAButtonProps } from './button/index'; | ||
export { useActiveDescendant, ACTIVEDESCENDANT_FOCUSVISIBLE_ATTRIBUTE, ActiveDescendantContextProvider, useActiveDescendantContext, useHasParentActiveDescendantContext } from './activedescendant'; | ||
export { AriaLiveAnnouncer, renderAriaLiveAnnouncer_unstable, useAriaLiveAnnouncer_unstable, useAriaLiveAnnouncerContextValues_unstable } from './AriaLiveAnnouncer/index'; |
{ | ||
"name": "@fluentui/react-aria", | ||
"version": "9.13.13", | ||
"version": "9.13.14", | ||
"description": "React helper to ensure ARIA", | ||
@@ -23,5 +23,5 @@ "main": "lib-commonjs/index.js", | ||
"@fluentui/react-shared-contexts": "^9.21.2", | ||
"@fluentui/react-jsx-runtime": "^9.0.49", | ||
"@fluentui/react-tabster": "^9.23.2", | ||
"@fluentui/react-utilities": "^9.18.19", | ||
"@fluentui/react-jsx-runtime": "^9.0.50", | ||
"@fluentui/react-tabster": "^9.23.3", | ||
"@fluentui/react-utilities": "^9.18.20", | ||
"@swc/helpers": "^0.5.1" | ||
@@ -28,0 +28,0 @@ }, |
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 not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
288441
18
43
279
+ Added@babel/runtime@7.26.0(transitive)
- Removed@babel/runtime@7.26.7(transitive)