-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Re-exporting commonly used things from @fluentui/react-tabster and @fluentui/react-utilities in @fluentui/react-components #22367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
khmakoto
merged 8 commits into
microsoft:master
from
khmakoto:reExportInReactComponents
Apr 19, 2022
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
ed2eda8
Re-exporting everything from @fluentui/react-tabster and @fluentui/re…
khmakoto f623086
Adding change files.
khmakoto 6193d20
Fixing merge conflict.
khmakoto c5c4908
Adding missing dependency.
khmakoto 73a9b89
Cutting back on the things exported by react-components.
khmakoto 235b996
Cutting back on more things exported by react-components.
khmakoto 744a88d
Cutting back on more things exported by react-components.
khmakoto f2151ef
Cutting back on more things exported by react-components.
khmakoto File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-components-ea1f05c8-4a94-4a3a-b122-0bdc10f78a9c.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "prerelease", | ||
| "comment": "Re-exporting everything from @fluentui/react-tabster and @fluentui/react-utilities in @fluentui/react-components.", | ||
| "packageName": "@fluentui/react-components", | ||
| "email": "Humberto.Morimoto@microsoft.com", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-tabster-29c1cf42-57a9-47e2-8bdc-0c708b3bcbae.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "prerelease", | ||
| "comment": "Removing star exports at src/index.ts.", | ||
| "packageName": "@fluentui/react-tabster", | ||
| "email": "Humberto.Morimoto@microsoft.com", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-utilities-c00d688f-01da-4335-8e5a-00bc2df2a75b.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "prerelease", | ||
| "comment": "Removing star exports at src/index.ts", | ||
| "packageName": "@fluentui/react-utilities", | ||
| "email": "Humberto.Morimoto@microsoft.com", | ||
| "dependentChangeType": "patch" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| export * from './useArrowNavigationGroup'; | ||
| export * from './useFocusableGroup'; | ||
| export * from './useFocusFinders'; | ||
| export * from './useModalAttributes'; | ||
| export * from './useTabsterAttributes'; | ||
| export * from './useFocusIndicatorStyle'; | ||
| export * from './useKeyboardNavAttribute'; | ||
| export * from './useFocusableGroup'; | ||
| export * from './useModalAttributes'; | ||
| export * from './useTabsterAttributes'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1,18 @@ | ||
| export * from './hooks/index'; | ||
| export { | ||
| createCustomFocusIndicatorStyle, | ||
| createFocusOutlineStyle, | ||
| useArrowNavigationGroup, | ||
| useFocusableGroup, | ||
| useFocusFinders, | ||
| useKeyboardNavAttribute, | ||
| useModalAttributes, | ||
| useTabsterAttributes, | ||
| } from './hooks/index'; | ||
| export type { | ||
| CreateFocusIndicatorStyleRuleOptions, | ||
| FocusOutlineOffset, | ||
| FocusOutlineStyleOptions, | ||
| UseArrowNavigationGroupOptions, | ||
| UseFocusableGroupOptions, | ||
| UseModalAttributesOptions, | ||
| } from './hooks/index'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.