Skip to content

Commit

Permalink
feat: add useFocusVisible() to exports (#29935)
Browse files Browse the repository at this point in the history
* feat: add useFocusVisible() to exports

* update API snapshot
  • Loading branch information
spmonahan committed Nov 29, 2023
1 parent 69b1d23 commit 6438f49
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "add useFocusVisible() to exports",
"packageName": "@fluentui/react-components",
"email": "seanmonahan@microsoft.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
Expand Up @@ -1195,6 +1195,7 @@ import { useFocusableGroup } from '@fluentui/react-tabster';
import { UseFocusableGroupOptions } from '@fluentui/react-tabster';
import { useFocusFinders } from '@fluentui/react-tabster';
import { useFocusObserved } from '@fluentui/react-tabster';
import { useFocusVisible } from '@fluentui/react-tabster';
import { useFocusWithin } from '@fluentui/react-tabster';
import { useHeadlessFlatTree_unstable } from '@fluentui/react-tree';
import { useId } from '@fluentui/react-utilities';
Expand Down Expand Up @@ -3799,6 +3800,8 @@ export { useFocusFinders }

export { useFocusObserved }

export { useFocusVisible }

export { useFocusWithin }

export { useHeadlessFlatTree_unstable }
Expand Down
1 change: 1 addition & 0 deletions packages/react-components/react-components/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export {
useArrowNavigationGroup,
useFocusableGroup,
useFocusFinders,
useFocusVisible,
useFocusWithin,
useKeyboardNavAttribute,
useModalAttributes,
Expand Down

0 comments on commit 6438f49

Please sign in to comment.