Commit dec603c
feat(react-components): export base hooks and render functions from upstream packages
Exposes render functions and internal hooks needed by @fluentui/react-headless:
- react-avatar: export useAvatarGroupPopover base hook
- react-breadcrumb: export render functions and base hooks
- react-button: render function signature alignment
- react-field: extract useFieldBase, export render/base hooks
- react-progress: expose useProgressBar internals
- react-rating: export base context and hooks
- react-skeleton: export render functions and base hooks
- react-slider: extract Slider.constants, expose useSliderState
- react-spinner: export useSpinner base hook
- react-switch: export useSwitch base hook
- react-textarea: render function signature alignment
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent ace3617 commit dec603c
File tree
46 files changed
+684
-181
lines changed- change
- packages/react-components
- react-avatar/library/src/components/AvatarGroupPopover
- react-breadcrumb/library
- etc
- src
- components
- BreadcrumbButton
- BreadcrumbDivider
- BreadcrumbItem
- Breadcrumb
- react-button/library
- etc
- src/components/Button
- react-field/library
- etc
- src
- components/Field
- react-progress/library/src/components/ProgressBar
- react-rating/library
- etc
- src
- components
- RatingDisplay
- Rating
- contexts
- react-skeleton/library
- etc
- src
- components/Skeleton
- react-slider/library/src/components/Slider
- react-spinner/library/src/components/Spinner
- react-switch/library/src/components/Switch
- react-textarea/library
- etc
- src/components/Textarea
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
46 files changed
+684
-181
lines changedLines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
0 commit comments