@fluentui/react-components 9.73.8 → 9.74.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +110 -53
- package/dist/index.d.ts +15 -0
- package/lib/index.js +2 -2
- package/lib/index.js.map +1 -1
- package/lib-commonjs/index.js +9 -0
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +59 -59
package/CHANGELOG.md
CHANGED
|
@@ -1,100 +1,157 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 26 May 2026 09:33:27 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.74.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.74.0)
|
|
8
|
+
|
|
9
|
+
Tue, 26 May 2026 09:33:27 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.73.8..@fluentui/react-components_v9.74.0)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-tags`
|
|
15
|
+
- feat: export contexts for headless ([PR #36229](https://github.com/microsoft/fluentui/pull/36229) by vgenaev@gmail.com)
|
|
16
|
+
- `@fluentui/react-teaching-popover`
|
|
17
|
+
- feat: export base hooks ([PR #36200](https://github.com/microsoft/fluentui/pull/36200) by viktorgenaev@microsoft.com)
|
|
18
|
+
- `@fluentui/react-menu`
|
|
19
|
+
- feat: expose react-menu base hooks ([PR #36087](https://github.com/microsoft/fluentui/pull/36087) by vgenaev@gmail.com)
|
|
20
|
+
- `@fluentui/react-motion`
|
|
21
|
+
- feat(react-motion): add replayKey prop to replay motion without remounting ([PR #36108](https://github.com/microsoft/fluentui/pull/36108) by robertpenner@microsoft.com)
|
|
22
|
+
- `@fluentui/react-nav`
|
|
23
|
+
- feat: add base hooks and expose them ([PR #35812](https://github.com/microsoft/fluentui/pull/35812) by dmytrokirpa@microsoft.com)
|
|
24
|
+
- `@fluentui/react-overflow`
|
|
25
|
+
- feat: add OverflowReorderObserver to recompute overflow when items are reordered via React state without a container resize ([PR #36231](https://github.com/microsoft/fluentui/pull/36231) by olfedias@microsoft.com)
|
|
26
|
+
- `@fluentui/react-accordion`
|
|
27
|
+
- chore: fix after broken release ([PR #36037](https://github.com/microsoft/fluentui/pull/36037) by olfedias@microsoft.com)
|
|
28
|
+
- `@fluentui/react-card`
|
|
29
|
+
- Make Card base hooks tabster-free; expose shouldRestrictTriggerAction on CardBaseProps ([PR #36004](https://github.com/microsoft/fluentui/pull/36004) by dmytrokirpa@microsoft.com)
|
|
30
|
+
- `@fluentui/react-components`
|
|
31
|
+
- feat: re-export motionSlot and presenceMotionSlot from @fluentui/react-motion ([PR #35922](https://github.com/microsoft/fluentui/pull/35922) by robertpenner@microsoft.com)
|
|
32
|
+
- feat: re-export OverflowReorderObserver from @fluentui/react-overflow ([PR #36231](https://github.com/microsoft/fluentui/pull/36231) by olfedias@microsoft.com)
|
|
33
|
+
- `@fluentui/react-drawer`
|
|
34
|
+
- feat: expose inline drawer types and base hooks ([PR #36042](https://github.com/microsoft/fluentui/pull/36042) by dmytrokirpa@microsoft.com)
|
|
35
|
+
|
|
36
|
+
### Patches
|
|
37
|
+
|
|
38
|
+
- `@fluentui/react-tabster`
|
|
39
|
+
- chore: bump tabster to ^8.8.0 and keyborg to ^2.14.1 ([PR #36082](https://github.com/microsoft/fluentui/pull/36082) by 198982749+Copilot@users.noreply.github.com)
|
|
40
|
+
- `@fluentui/react-tooltip`
|
|
41
|
+
- fix: dismiss Tooltip when the document becomes hidden (e.g. tab backgrounded or app switched on mobile) ([PR #36023](https://github.com/microsoft/fluentui/pull/36023) by 198982749+Copilot@users.noreply.github.com)
|
|
42
|
+
- `@fluentui/react-tree`
|
|
43
|
+
- fix(react-tree): support indentation for TreeItem levels greater than 10 via inline CSS variable fallback ([PR #36014](https://github.com/microsoft/fluentui/pull/36014) by 198982749+Copilot@users.noreply.github.com)
|
|
44
|
+
- `@fluentui/react-utilities`
|
|
45
|
+
- style: replace deprecated assertion syntax that causes issues to babel tsx ([PR #36185](https://github.com/microsoft/fluentui/pull/36185) by martinhochel@microsoft.com)
|
|
46
|
+
- `@fluentui/react-menu`
|
|
47
|
+
- fix(Menu): Menu item with expanded submenu should be highlighted ([PR #36098](https://github.com/microsoft/fluentui/pull/36098) by jukapsia@microsoft.com)
|
|
48
|
+
- fix: update useMenuTriggerBase hook signature ([PR #36237](https://github.com/microsoft/fluentui/pull/36237) by dmytrokirpa@microsoft.com)
|
|
49
|
+
- feat: add headless Menu components ([PR #36110](https://github.com/microsoft/fluentui/pull/36110) by vgenaev@gmail.com)
|
|
50
|
+
- chore: extract useMenuItemBase_unstable into a separate module ([PR #36234](https://github.com/microsoft/fluentui/pull/36234) by viktorgenaev@microsoft.com)
|
|
51
|
+
- `@fluentui/react-popover`
|
|
52
|
+
- fix: close Popover when focus escapes outside while trapFocus is enabled ([PR #35995](https://github.com/microsoft/fluentui/pull/35995) by petrduda@microsoft.com)
|
|
53
|
+
- `@fluentui/react-portal`
|
|
54
|
+
- revert: revert removal of Griffel dependency from usePortalMount #35994 ([PR #36235](https://github.com/microsoft/fluentui/pull/36235) by dmytrokirpa@microsoft.com)
|
|
55
|
+
- `@fluentui/react-card`
|
|
56
|
+
- fix: avoid pulling griffel in CardHeader and CardPreview base hooks ([PR #36194](https://github.com/microsoft/fluentui/pull/36194) by dmytrokirpa@microsoft.com)
|
|
57
|
+
- `@fluentui/react-charts`
|
|
58
|
+
- refactor: move isSafeUrl to chart-utilities package and update imports ([PR #36206](https://github.com/microsoft/fluentui/pull/36206) by dmytrokirpa@microsoft.com)
|
|
59
|
+
- safeurl related bug fix ([PR #36121](https://github.com/microsoft/fluentui/pull/36121) by 132879294+v-baambati@users.noreply.github.com)
|
|
60
|
+
- `@fluentui/react-combobox`
|
|
61
|
+
- fix(Option): when disabled, hover styles should not show ([PR #36077](https://github.com/microsoft/fluentui/pull/36077) by sarah.higley@microsoft.com)
|
|
62
|
+
- fix: use role attribute instead of classname for active descendant ([PR #36109](https://github.com/microsoft/fluentui/pull/36109) by dmytrokirpa@microsoft.com)
|
|
63
|
+
|
|
7
64
|
## [9.73.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.73.8)
|
|
8
65
|
|
|
9
|
-
Thu, 23 Apr 2026
|
|
66
|
+
Thu, 23 Apr 2026 14:20:56 GMT
|
|
10
67
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.73.7..@fluentui/react-components_v9.73.8)
|
|
11
68
|
|
|
12
69
|
### Minor changes
|
|
13
70
|
|
|
14
|
-
- `@fluentui/react-
|
|
15
|
-
- feat: add
|
|
16
|
-
- `@fluentui/react-
|
|
17
|
-
-
|
|
71
|
+
- `@fluentui/react-tree`
|
|
72
|
+
- feat: add CollapseParams to the motion slot type ([PR #36011](https://github.com/microsoft/fluentui/pull/36011) by robertpenner@microsoft.com)
|
|
73
|
+
- `@fluentui/react-toolbar`
|
|
74
|
+
- feat: expose base hooks for Toolbar components ([PR #35903](https://github.com/microsoft/fluentui/pull/35903) by dmytrokirpa@microsoft.com)
|
|
18
75
|
- `@fluentui/react-message-bar`
|
|
19
76
|
- feat(react-message-bar): add useMessageBarBase_unstable hook ([PR #35908](https://github.com/microsoft/fluentui/pull/35908) by dmytrokirpa@microsoft.com)
|
|
20
77
|
- `@fluentui/react-motion`
|
|
21
|
-
- fix(react-motion): apply MotionComponent type to presence definition ([PR #35952](https://github.com/microsoft/fluentui/pull/35952) by robertpenner@microsoft.com)
|
|
22
78
|
- feat: expose motion params as direct props on motion slot types ([PR #36011](https://github.com/microsoft/fluentui/pull/36011) by robertpenner@microsoft.com)
|
|
23
|
-
-
|
|
24
|
-
|
|
25
|
-
-
|
|
26
|
-
|
|
79
|
+
- fix(react-motion): apply MotionComponent type to presence definition ([PR #35952](https://github.com/microsoft/fluentui/pull/35952) by robertpenner@microsoft.com)
|
|
80
|
+
- `@fluentui/react-dialog`
|
|
81
|
+
- feat: add ScaleParams to the motion slot type ([PR #36011](https://github.com/microsoft/fluentui/pull/36011) by robertpenner@microsoft.com)
|
|
82
|
+
- `@fluentui/react-drawer`
|
|
83
|
+
- fix: update type for drawerMotion slot ([PR #36011](https://github.com/microsoft/fluentui/pull/36011) by robertpenner@microsoft.com)
|
|
27
84
|
- `@fluentui/react-accordion`
|
|
28
85
|
- feat: add CollapseParams to the motion slot type ([PR #36011](https://github.com/microsoft/fluentui/pull/36011) by robertpenner@microsoft.com)
|
|
29
86
|
|
|
30
87
|
### Patches
|
|
31
88
|
|
|
32
|
-
- `@fluentui/react-
|
|
33
|
-
- perf: memoize context values in use*ContextValues hooks ([PR #36008](https://github.com/microsoft/fluentui/pull/36008) by olfedias@microsoft.com)
|
|
34
|
-
- `@fluentui/react-field`
|
|
35
|
-
- fix: add missing base hook export ([PR #35972](https://github.com/microsoft/fluentui/pull/35972) by dmytrokirpa@microsoft.com)
|
|
36
|
-
- `@fluentui/react-list`
|
|
89
|
+
- `@fluentui/react-tree`
|
|
37
90
|
- perf: memoize context values in use*ContextValues hooks ([PR #36008](https://github.com/microsoft/fluentui/pull/36008) by olfedias@microsoft.com)
|
|
38
|
-
- `@fluentui/react-
|
|
91
|
+
- `@fluentui/react-utilities`
|
|
92
|
+
- fix: add focusgroupstart property to baseElementProperties ([PR #36020](https://github.com/microsoft/fluentui/pull/36020) by dmytrokirpa@microsoft.com)
|
|
93
|
+
- `@fluentui/react-combobox`
|
|
94
|
+
- fix: Combobox now expands/collapses when clicking in the right padding area (the dead zone between the chevron and the right border) ([PR #36013](https://github.com/microsoft/fluentui/pull/36013) by copilot@microsoft.com)
|
|
95
|
+
- `@fluentui/react-teaching-popover`
|
|
39
96
|
- perf: memoize context values in use*ContextValues hooks ([PR #36008](https://github.com/microsoft/fluentui/pull/36008) by olfedias@microsoft.com)
|
|
40
|
-
- `@fluentui/react-
|
|
97
|
+
- `@fluentui/react-toolbar`
|
|
41
98
|
- perf: memoize context values in use*ContextValues hooks ([PR #36008](https://github.com/microsoft/fluentui/pull/36008) by olfedias@microsoft.com)
|
|
42
|
-
-
|
|
43
|
-
- refactor: remove Griffel dependency from usePortalMountNode ([PR #35994](https://github.com/microsoft/fluentui/pull/35994) by dmytrokirpa@microsoft.com)
|
|
44
|
-
- `@fluentui/react-progress`
|
|
45
|
-
- fix: drop unnecessary dependencies from base hooks ([PR #35972](https://github.com/microsoft/fluentui/pull/35972) by dmytrokirpa@microsoft.com)
|
|
46
|
-
- `@fluentui/react-rating`
|
|
47
|
-
- fix: add mising base hook export ([PR #35972](https://github.com/microsoft/fluentui/pull/35972) by dmytrokirpa@microsoft.com)
|
|
48
|
-
- `@fluentui/react-skeleton`
|
|
49
|
-
- fix: update types for render function ([PR #35972](https://github.com/microsoft/fluentui/pull/35972) by dmytrokirpa@microsoft.com)
|
|
50
|
-
- `@fluentui/react-slider`
|
|
51
|
-
- fix: drop unnecessary dependencies from base hooks ([PR #35972](https://github.com/microsoft/fluentui/pull/35972) by dmytrokirpa@microsoft.com)
|
|
52
|
-
- `@fluentui/react-spinner`
|
|
53
|
-
- fix: drop unnecessary dependencies from base hooks ([PR #35972](https://github.com/microsoft/fluentui/pull/35972) by dmytrokirpa@microsoft.com)
|
|
99
|
+
- fix: use subtle appearance for radio button by default ([PR #36022](https://github.com/microsoft/fluentui/pull/36022) by dmytrokirpa@microsoft.com)
|
|
54
100
|
- `@fluentui/react-swatch-picker`
|
|
55
101
|
- perf: memoize context values in use*ContextValues hooks ([PR #36008](https://github.com/microsoft/fluentui/pull/36008) by olfedias@microsoft.com)
|
|
56
|
-
- `@fluentui/react-switch`
|
|
57
|
-
- fix: update Switch component to conditionally render CircleFilled in indicator ([PR #35972](https://github.com/microsoft/fluentui/pull/35972) by dmytrokirpa@microsoft.com)
|
|
58
102
|
- `@fluentui/react-table`
|
|
59
103
|
- perf: memoize context values in use*ContextValues hooks ([PR #36008](https://github.com/microsoft/fluentui/pull/36008) by olfedias@microsoft.com)
|
|
60
104
|
- `@fluentui/react-tabs`
|
|
61
105
|
- perf: memoize context values in use*ContextValues hooks ([PR #36008](https://github.com/microsoft/fluentui/pull/36008) by olfedias@microsoft.com)
|
|
62
106
|
- fix: export base hook types ([PR #35989](https://github.com/microsoft/fluentui/pull/35989) by dmytrokirpa@microsoft.com)
|
|
63
|
-
- `@fluentui/react-
|
|
64
|
-
- fix: mitigate hidden sideEffects by explicitly using type imports and decoupling useDangerousNeverHidden from tabster import path ([PR #35933](https://github.com/microsoft/fluentui/pull/35933) by martinhochel@microsoft.com)
|
|
65
|
-
- `@fluentui/react-teaching-popover`
|
|
107
|
+
- `@fluentui/react-menu`
|
|
66
108
|
- perf: memoize context values in use*ContextValues hooks ([PR #36008](https://github.com/microsoft/fluentui/pull/36008) by olfedias@microsoft.com)
|
|
67
|
-
- `@fluentui/react-
|
|
68
|
-
- fix: update types for render function ([PR #35972](https://github.com/microsoft/fluentui/pull/35972) by dmytrokirpa@microsoft.com)
|
|
69
|
-
- `@fluentui/react-toolbar`
|
|
109
|
+
- `@fluentui/react-popover`
|
|
70
110
|
- perf: memoize context values in use*ContextValues hooks ([PR #36008](https://github.com/microsoft/fluentui/pull/36008) by olfedias@microsoft.com)
|
|
71
|
-
|
|
72
|
-
- `@fluentui/react-tree`
|
|
111
|
+
- `@fluentui/react-dialog`
|
|
73
112
|
- perf: memoize context values in use*ContextValues hooks ([PR #36008](https://github.com/microsoft/fluentui/pull/36008) by olfedias@microsoft.com)
|
|
74
|
-
- `@fluentui/react-
|
|
75
|
-
- fix: add focusgroupstart property to baseElementProperties ([PR #36020](https://github.com/microsoft/fluentui/pull/36020) by dmytrokirpa@microsoft.com)
|
|
76
|
-
- `@fluentui/react-accordion`
|
|
113
|
+
- `@fluentui/react-list`
|
|
77
114
|
- perf: memoize context values in use*ContextValues hooks ([PR #36008](https://github.com/microsoft/fluentui/pull/36008) by olfedias@microsoft.com)
|
|
78
|
-
|
|
115
|
+
- `@fluentui/react-color-picker`
|
|
116
|
+
- perf: memoize context values in use*ContextValues hooks ([PR #36008](https://github.com/microsoft/fluentui/pull/36008) by olfedias@microsoft.com)
|
|
117
|
+
- `@fluentui/react-context-selector`
|
|
118
|
+
- fix: rewrite useContextSelector to avoid React's eager-bailout pitfall on memoized consumers ([PR #36002](https://github.com/microsoft/fluentui/pull/36002) by olfedias@microsoft.com)
|
|
79
119
|
- `@fluentui/react-avatar`
|
|
80
|
-
- fix: drop unnecessary dependencies from base hooks ([PR #35972](https://github.com/microsoft/fluentui/pull/35972) by dmytrokirpa@microsoft.com)
|
|
81
120
|
- perf: memoize context values in use*ContextValues hooks ([PR #36008](https://github.com/microsoft/fluentui/pull/36008) by olfedias@microsoft.com)
|
|
82
121
|
- fix: prevent spreading of custom props on html element ([PR #36017](https://github.com/microsoft/fluentui/pull/36017) by dmytrokirpa@microsoft.com)
|
|
122
|
+
- fix: drop unnecessary dependencies from base hooks ([PR #35972](https://github.com/microsoft/fluentui/pull/35972) by dmytrokirpa@microsoft.com)
|
|
123
|
+
- `@fluentui/react-carousel`
|
|
124
|
+
- perf: memoize context values in use*ContextValues hooks ([PR #36008](https://github.com/microsoft/fluentui/pull/36008) by olfedias@microsoft.com)
|
|
125
|
+
- `@fluentui/react-accordion`
|
|
126
|
+
- perf: memoize context values in use*ContextValues hooks ([PR #36008](https://github.com/microsoft/fluentui/pull/36008) by olfedias@microsoft.com)
|
|
127
|
+
- fix: prevent keyboard focus from entering a collapsing panel ([PR #35960](https://github.com/microsoft/fluentui/pull/35960) by 198982749+Copilot@users.noreply.github.com)
|
|
128
|
+
- `@fluentui/react-spinner`
|
|
129
|
+
- fix: drop unnecessary dependencies from base hooks ([PR #35972](https://github.com/microsoft/fluentui/pull/35972) by dmytrokirpa@microsoft.com)
|
|
130
|
+
- `@fluentui/react-switch`
|
|
131
|
+
- fix: update Switch component to conditionally render CircleFilled in indicator ([PR #35972](https://github.com/microsoft/fluentui/pull/35972) by dmytrokirpa@microsoft.com)
|
|
132
|
+
- `@fluentui/react-tabster`
|
|
133
|
+
- fix: mitigate hidden sideEffects by explicitly using type imports and decoupling useDangerousNeverHidden from tabster import path ([PR #35933](https://github.com/microsoft/fluentui/pull/35933) by martinhochel@microsoft.com)
|
|
134
|
+
- `@fluentui/react-textarea`
|
|
135
|
+
- fix: update types for render function ([PR #35972](https://github.com/microsoft/fluentui/pull/35972) by dmytrokirpa@microsoft.com)
|
|
136
|
+
- `@fluentui/react-portal`
|
|
137
|
+
- refactor: remove Griffel dependency from usePortalMountNode ([PR #35994](https://github.com/microsoft/fluentui/pull/35994) by dmytrokirpa@microsoft.com)
|
|
138
|
+
- `@fluentui/react-progress`
|
|
139
|
+
- fix: drop unnecessary dependencies from base hooks ([PR #35972](https://github.com/microsoft/fluentui/pull/35972) by dmytrokirpa@microsoft.com)
|
|
140
|
+
- `@fluentui/react-rating`
|
|
141
|
+
- fix: add mising base hook export ([PR #35972](https://github.com/microsoft/fluentui/pull/35972) by dmytrokirpa@microsoft.com)
|
|
142
|
+
- `@fluentui/react-skeleton`
|
|
143
|
+
- fix: update types for render function ([PR #35972](https://github.com/microsoft/fluentui/pull/35972) by dmytrokirpa@microsoft.com)
|
|
144
|
+
- `@fluentui/react-slider`
|
|
145
|
+
- fix: drop unnecessary dependencies from base hooks ([PR #35972](https://github.com/microsoft/fluentui/pull/35972) by dmytrokirpa@microsoft.com)
|
|
146
|
+
- `@fluentui/react-field`
|
|
147
|
+
- fix: add missing base hook export ([PR #35972](https://github.com/microsoft/fluentui/pull/35972) by dmytrokirpa@microsoft.com)
|
|
83
148
|
- `@fluentui/react-breadcrumb`
|
|
84
149
|
- fix: update types for render function ([PR #35972](https://github.com/microsoft/fluentui/pull/35972) by dmytrokirpa@microsoft.com)
|
|
85
150
|
- fix(react-breadcrumb): wrong appearance applied by default to BreadcrumbButton ([PR #35970](https://github.com/microsoft/fluentui/pull/35970) by dmytrokirpa@microsoft.com)
|
|
86
151
|
- `@fluentui/react-button`
|
|
87
152
|
- fix: update types for render function ([PR #35972](https://github.com/microsoft/fluentui/pull/35972) by dmytrokirpa@microsoft.com)
|
|
88
|
-
- `@fluentui/react-carousel`
|
|
89
|
-
- perf: memoize context values in use*ContextValues hooks ([PR #36008](https://github.com/microsoft/fluentui/pull/36008) by olfedias@microsoft.com)
|
|
90
153
|
- `@fluentui/react-charts`
|
|
91
154
|
- fix: isSafeUrl utility ([PR #35963](https://github.com/microsoft/fluentui/pull/35963) by vgenaev@gmail.com)
|
|
92
|
-
- `@fluentui/react-color-picker`
|
|
93
|
-
- perf: memoize context values in use*ContextValues hooks ([PR #36008](https://github.com/microsoft/fluentui/pull/36008) by olfedias@microsoft.com)
|
|
94
|
-
- `@fluentui/react-context-selector`
|
|
95
|
-
- fix: rewrite useContextSelector to avoid React's eager-bailout pitfall on memoized consumers ([PR #36002](https://github.com/microsoft/fluentui/pull/36002) by olfedias@microsoft.com)
|
|
96
|
-
- `@fluentui/react-combobox`
|
|
97
|
-
- fix: Combobox now expands/collapses when clicking in the right padding area (the dead zone between the chevron and the right border) ([PR #36013](https://github.com/microsoft/fluentui/pull/36013) by copilot@microsoft.com)
|
|
98
155
|
|
|
99
156
|
## [9.73.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.73.7)
|
|
100
157
|
|
package/dist/index.d.ts
CHANGED
|
@@ -673,6 +673,8 @@ import { MessageBarTitleState } from '@fluentui/react-message-bar';
|
|
|
673
673
|
import { MessageBarTransitionContextValue } from '@fluentui/react-message-bar';
|
|
674
674
|
import { MotionComponentProps } from '@fluentui/react-motion';
|
|
675
675
|
import { MotionImperativeRef } from '@fluentui/react-motion';
|
|
676
|
+
import { motionSlot } from '@fluentui/react-motion';
|
|
677
|
+
import { MotionSlotProps } from '@fluentui/react-motion';
|
|
676
678
|
import { motionTokens } from '@fluentui/react-motion';
|
|
677
679
|
import { Nav } from '@fluentui/react-nav';
|
|
678
680
|
import { NavButtonRenderFunction } from '@fluentui/react-carousel';
|
|
@@ -764,6 +766,7 @@ import { OverflowDivider } from '@fluentui/react-overflow';
|
|
|
764
766
|
import { OverflowItem } from '@fluentui/react-overflow';
|
|
765
767
|
import { OverflowItemProps } from '@fluentui/react-overflow';
|
|
766
768
|
import { OverflowProps } from '@fluentui/react-overflow';
|
|
769
|
+
import { OverflowReorderObserver } from '@fluentui/react-overflow';
|
|
767
770
|
import { OverlayDrawer } from '@fluentui/react-drawer';
|
|
768
771
|
import { overlayDrawerClassNames } from '@fluentui/react-drawer';
|
|
769
772
|
import { OverlayDrawerProps } from '@fluentui/react-drawer';
|
|
@@ -828,6 +831,8 @@ import { presenceDndRegular } from '@fluentui/react-badge';
|
|
|
828
831
|
import { PresenceGroup } from '@fluentui/react-motion';
|
|
829
832
|
import { PresenceMotion } from '@fluentui/react-motion';
|
|
830
833
|
import { PresenceMotionFn } from '@fluentui/react-motion';
|
|
834
|
+
import { presenceMotionSlot } from '@fluentui/react-motion';
|
|
835
|
+
import { PresenceMotionSlotProps } from '@fluentui/react-motion';
|
|
831
836
|
import { presenceOfflineRegular } from '@fluentui/react-badge';
|
|
832
837
|
import { presenceOofRegular } from '@fluentui/react-badge';
|
|
833
838
|
import { presenceUnknownRegular } from '@fluentui/react-badge';
|
|
@@ -3371,6 +3376,10 @@ export { MotionComponentProps }
|
|
|
3371
3376
|
|
|
3372
3377
|
export { MotionImperativeRef }
|
|
3373
3378
|
|
|
3379
|
+
export { motionSlot }
|
|
3380
|
+
|
|
3381
|
+
export { MotionSlotProps }
|
|
3382
|
+
|
|
3374
3383
|
export { motionTokens }
|
|
3375
3384
|
|
|
3376
3385
|
export { Nav }
|
|
@@ -3553,6 +3562,8 @@ export { OverflowItemProps }
|
|
|
3553
3562
|
|
|
3554
3563
|
export { OverflowProps }
|
|
3555
3564
|
|
|
3565
|
+
export { OverflowReorderObserver }
|
|
3566
|
+
|
|
3556
3567
|
export { OverlayDrawer }
|
|
3557
3568
|
|
|
3558
3569
|
export { overlayDrawerClassNames }
|
|
@@ -3681,6 +3692,10 @@ export { PresenceMotion }
|
|
|
3681
3692
|
|
|
3682
3693
|
export { PresenceMotionFn }
|
|
3683
3694
|
|
|
3695
|
+
export { presenceMotionSlot }
|
|
3696
|
+
|
|
3697
|
+
export { PresenceMotionSlotProps }
|
|
3698
|
+
|
|
3684
3699
|
export { presenceOfflineRegular }
|
|
3685
3700
|
|
|
3686
3701
|
export { presenceOofRegular }
|
package/lib/index.js
CHANGED
|
@@ -42,7 +42,7 @@ export { Tooltip, renderTooltip_unstable, tooltipClassNames, useTooltip_unstable
|
|
|
42
42
|
export { resolvePositioningShorthand, PositioningConfigurationProvider, usePositioning, useSafeZoneArea } from '@fluentui/react-positioning';
|
|
43
43
|
export { Dialog, useDialog_unstable, renderDialog_unstable, DialogTitle, dialogTitleClassNames, useDialogTitle_unstable, useDialogTitleStyles_unstable, renderDialogTitle_unstable, DialogTrigger, useDialogTrigger_unstable, renderDialogTrigger_unstable, DialogBody, dialogBodyClassNames, useDialogBody_unstable, useDialogBodyStyles_unstable, renderDialogBody_unstable, DialogActions, dialogActionsClassNames, useDialogActions_unstable, useDialogActionsStyles_unstable, renderDialogActions_unstable, DialogSurface, dialogSurfaceClassNames, useDialogSurface_unstable, useDialogSurfaceStyles_unstable, renderDialogSurface_unstable, DialogContent, dialogContentClassNames, useDialogContentStyles_unstable, useDialogContent_unstable, renderDialogContent_unstable, useDialogContext_unstable, useDialogBackdropContext_unstable, useDialogSurfaceContext_unstable, useDialogSurfaceContextValues_unstable, DialogProvider } from '@fluentui/react-dialog';
|
|
44
44
|
export { ProgressBar, progressBarClassNames, renderProgressBar_unstable, useProgressBarStyles_unstable, useProgressBar_unstable } from '@fluentui/react-progress';
|
|
45
|
-
export { Overflow, OverflowItem, OverflowDivider, useIsOverflowGroupVisible, useIsOverflowItemVisible, useOverflowCount, useOverflowMenu, DATA_OVERFLOWING, DATA_OVERFLOW_MENU, DATA_OVERFLOW_ITEM, DATA_OVERFLOW_DIVIDER, useOverflowVisibility } from '@fluentui/react-overflow';
|
|
45
|
+
export { Overflow, OverflowItem, OverflowDivider, OverflowReorderObserver, useIsOverflowGroupVisible, useIsOverflowItemVisible, useOverflowCount, useOverflowMenu, DATA_OVERFLOWING, DATA_OVERFLOW_MENU, DATA_OVERFLOW_ITEM, DATA_OVERFLOW_DIVIDER, useOverflowVisibility } from '@fluentui/react-overflow';
|
|
46
46
|
export { Toolbar, ToolbarButton, useToolbarButtonStyles_unstable, useToolbarButton_unstable, ToolbarRadioButton, useToolbarRadioButton_unstable, useToolbarRadioButtonStyles_unstable, ToolbarDivider, useToolbarDivider_unstable, ToolbarGroup, useToolbarGroupStyles_unstable, useToolbarGroup_unstable, renderToolbarGroup_unstable, toolbarGroupClassNames, ToolbarToggleButton, useToolbarToggleButtonStyles_unstable, useToolbarToggleButton_unstable, renderToolbar_unstable, toolbarClassNames, useToolbar_unstable, useToolbarDividerStyles_unstable, useToolbarStyles_unstable, ToolbarRadioGroup } from '@fluentui/react-toolbar';
|
|
47
47
|
export { TableCell, tableCellClassNames, tableCellClassName, useTableCellStyles_unstable, useTableCell_unstable, renderTableCell_unstable, TableRow, tableRowClassNames, tableRowClassName, useTableRowStyles_unstable, useTableRow_unstable, renderTableRow_unstable, TableBody, tableBodyClassName, tableBodyClassNames, useTableBodyStyles_unstable, useTableBody_unstable, renderTableBody_unstable, Table, tableClassName, tableClassNames, useTableStyles_unstable, useTable_unstable, renderTable_unstable, TableHeader, tableHeaderClassNames, tableHeaderClassName, useTableHeaderStyles_unstable, useTableHeader_unstable, renderTableHeader_unstable, TableHeaderCell, tableHeaderCellClassName, tableHeaderCellClassNames, useTableHeaderCellStyles_unstable, useTableHeaderCell_unstable, renderTableHeaderCell_unstable, TableResizeHandle, tableResizeHandleClassNames, useTableResizeHandleStyles_unstable, useTableResizeHandle_unstable, renderTableResizeHandle_unstable, TableContextProvider, useTableContext, TableSelectionCell, useTableSelectionCellStyles_unstable, useTableSelectionCell_unstable, renderTableSelectionCell_unstable, tableSelectionCellClassNames, TableCellActions, useTableCellActionsStyles_unstable, useTableCellActions_unstable, renderTableCellActions_unstable, tableCellActionsClassNames, TableCellLayout, useTableCellLayout_unstable, useTableCellLayoutStyles_unstable, renderTableCellLayout_unstable, tableCellLayoutClassNames, useTableFeatures, useTableSelection, useTableSort, useTableCompositeNavigation, createTableColumn, DataGridCell, dataGridCellClassNames, useDataGridCellStyles_unstable, useDataGridCell_unstable, renderDataGridCell_unstable, DataGridRow, dataGridRowClassNames, useDataGridRowStyles_unstable, useDataGridRow_unstable, renderDataGridRow_unstable, DataGridBody, dataGridBodyClassNames, useDataGridBodyStyles_unstable, useDataGridBody_unstable, renderDataGridBody_unstable, DataGrid, DataGridContextProvider, dataGridClassNames, useDataGridStyles_unstable, useDataGrid_unstable, useDataGridContext_unstable, renderDataGrid_unstable, useDataGridContextValues_unstable, DataGridHeader, dataGridHeaderClassNames, useDataGridHeaderStyles_unstable, useDataGridHeader_unstable, renderDataGridHeader_unstable, DataGridHeaderCell, dataGridHeaderCellClassNames, useDataGridHeaderCellStyles_unstable, useDataGridHeaderCell_unstable, renderDataGridHeaderCell_unstable, DataGridSelectionCell, useDataGridSelectionCellStyles_unstable, useDataGridSelectionCell_unstable, renderDataGridSelectionCell_unstable, dataGridSelectionCellClassNames, TableRowIdContextProvider, useTableRowIdContext, useTableColumnSizing_unstable, ColumnIdContextProvider, useColumnIdContext, TableHeaderContextProvider, useIsInTableHeader } from '@fluentui/react-table';
|
|
48
48
|
export { Card, CardFooter, CardHeader, CardPreview, cardClassNames, cardCSSVars, cardFooterClassNames, cardHeaderClassNames, cardHeaderCSSVars, cardPreviewClassNames, renderCard_unstable, renderCardFooter_unstable, renderCardHeader_unstable, renderCardPreview_unstable, useCard_unstable, useCardFooter_unstable, useCardFooterStyles_unstable, useCardHeader_unstable, useCardHeaderStyles_unstable, useCardPreview_unstable, useCardPreviewStyles_unstable, useCardStyles_unstable } from '@fluentui/react-card';
|
|
@@ -61,7 +61,7 @@ export { SearchBox, renderSearchBox_unstable, searchBoxClassNames, useSearchBoxS
|
|
|
61
61
|
export { TeachingPopoverHeader, teachingPopoverHeaderClassNames, renderTeachingPopoverHeader_unstable, useTeachingPopoverHeaderStyles_unstable, useTeachingPopoverHeader_unstable, TeachingPopoverBody, teachingPopoverBodyClassNames, renderTeachingPopoverBody_unstable, useTeachingPopoverBodyStyles_unstable, useTeachingPopoverBody_unstable, TeachingPopoverCarouselCard, teachingPopoverCarouselCardClassNames, renderTeachingPopoverCarouselCard_unstable, useTeachingPopoverCarouselCardStyles_unstable, useTeachingPopoverCarouselCard_unstable, TeachingPopoverCarousel, teachingPopoverCarouselClassNames, renderTeachingPopoverCarousel_unstable, useTeachingPopoverCarouselStyles_unstable, useTeachingPopoverCarousel_unstable, useTeachingPopoverCarouselContextValues_unstable, TeachingPopoverCarouselFooter, teachingPopoverCarouselFooterClassNames, renderTeachingPopoverCarouselFooter_unstable, useTeachingPopoverCarouselFooterStyles_unstable, useTeachingPopoverCarouselFooter_unstable, TeachingPopoverCarouselNav, teachingPopoverCarouselNavClassNames, renderTeachingPopoverCarouselNav_unstable, useTeachingPopoverCarouselNavStyles_unstable, useTeachingPopoverCarouselNav_unstable, TeachingPopoverCarouselNavButton, teachingPopoverCarouselNavButtonClassNames, renderTeachingPopoverCarouselNavButton_unstable, useTeachingPopoverCarouselNavButtonStyles_unstable, useTeachingPopoverCarouselNavButton_unstable, TeachingPopoverSurface, renderTeachingPopoverSurface_unstable, teachingPopoverSurfaceClassNames, useTeachingPopoverSurfaceStyles_unstable, useTeachingPopoverSurface_unstable, TeachingPopoverTitle, teachingPopoverTitleClassNames, renderTeachingPopoverTitle_unstable, useTeachingPopoverTitleStyles_unstable, useTeachingPopoverTitle_unstable, TeachingPopoverTrigger, renderTeachingPopoverTrigger_unstable, useTeachingPopoverTrigger_unstable, TeachingPopover, renderTeachingPopover_unstable, useTeachingPopover_unstable, TeachingPopoverFooter, teachingPopoverFooterClassNames, renderTeachingPopoverFooter_unstable, useTeachingPopoverFooter_unstable, TeachingPopoverCarouselPageCount, renderTeachingPopoverCarouselPageCount_unstable, teachingPopoverCarouselPageCountClassNames, useTeachingPopoverCarouselPageCountStyles_unstable, useTeachingPopoverCarouselPageCount_unstable } from '@fluentui/react-teaching-popover';
|
|
62
62
|
export { TagPicker, renderTagPicker_unstable, useTagPicker_unstable, TagPickerInput, tagPickerInputClassNames, renderTagPickerInput_unstable, useTagPickerInputStyles_unstable, useTagPickerInput_unstable, TagPickerList, tagPickerListClassNames, renderTagPickerList_unstable, useTagPickerListStyles_unstable, useTagPickerList_unstable, TagPickerButton, tagPickerButtonClassNames, renderTagPickerButton_unstable, useTagPickerButtonStyles_unstable, useTagPickerButton_unstable, TagPickerControl, tagPickerControlClassNames, renderTagPickerControl_unstable, useTagPickerControlStyles_unstable, useTagPickerControl_unstable, TagPickerOption, tagPickerOptionClassNames, renderTagPickerOption_unstable, useTagPickerOptionStyles_unstable, useTagPickerOption_unstable, TagPickerGroup, tagPickerGroupClassNames, renderTagPickerGroup_unstable, useTagPickerGroupStyles_unstable, useTagPickerGroup_unstable, TagPickerOptionGroup, tagPickerOptionGroupClassNames, renderTagPickerOptionGroup, useTagPickerOptionGroupStyles, useTagPickerOptionGroup, useTagPickerFilter, useTagPickerContext_unstable } from '@fluentui/react-tag-picker';
|
|
63
63
|
export { SwatchPicker, renderSwatchPicker_unstable, useSwatchPickerStyles_unstable, useSwatchPicker_unstable, swatchPickerClassNames, SwatchPickerProvider, swatchPickerContextDefaultValue, useSwatchPickerContextValue_unstable, useSwatchPickerContextValues, ColorSwatch, renderColorSwatch_unstable, useColorSwatchStyles_unstable, useColorSwatch_unstable, colorSwatchClassNames, swatchCSSVars, ImageSwatch, renderImageSwatch_unstable, useImageSwatchStyles_unstable, useImageSwatch_unstable, imageSwatchClassNames, SwatchPickerRow, renderSwatchPickerRow_unstable, useSwatchPickerRowStyles_unstable, useSwatchPickerRow_unstable, swatchPickerRowClassNames, renderSwatchPickerGrid, EmptySwatch, renderEmptySwatch_unstable, useEmptySwatchStyles_unstable, useEmptySwatch_unstable, emptySwatchClassNames } from '@fluentui/react-swatch-picker';
|
|
64
|
-
export { motionTokens, createMotionComponent, createMotionComponentVariant, createPresenceComponent, createPresenceComponentVariant, PresenceGroup } from '@fluentui/react-motion';
|
|
64
|
+
export { motionTokens, createMotionComponent, createMotionComponentVariant, createPresenceComponent, createPresenceComponentVariant, motionSlot, presenceMotionSlot, PresenceGroup } from '@fluentui/react-motion';
|
|
65
65
|
export { CarouselButton, carouselButtonClassNames, renderCarouselButton_unstable, useCarouselButtonStyles_unstable, useCarouselButton_unstable, CarouselNav, carouselNavClassNames, renderCarouselNav_unstable, useCarouselNavStyles_unstable, useCarouselNav_unstable, CarouselNavButton, carouselNavButtonClassNames, renderCarouselNavButton_unstable, useCarouselNavButtonStyles_unstable, useCarouselNavButton_unstable, Carousel, carouselClassNames, renderCarousel_unstable, useCarouselStyles_unstable, useCarousel_unstable, CarouselCard, carouselCardClassNames, renderCarouselCard_unstable, useCarouselCardStyles_unstable, useCarouselCard_unstable, CarouselAutoplayButton, carouselAutoplayButtonClassNames, renderCarouselAutoplayButton_unstable, useCarouselAutoplayButtonStyles_unstable, useCarouselAutoplayButton_unstable, CarouselNavImageButton, carouselNavImageButtonClassNames, renderCarouselNavImageButton_unstable, useCarouselNavImageButtonStyles_unstable, useCarouselNavImageButton_unstable, CarouselSlider, carouselSliderClassNames, renderCarouselSlider_unstable, useCarouselSliderStyles_unstable, useCarouselSlider_unstable, CarouselNavContainer, carouselNavContainerClassNames, renderCarouselNavContainer_unstable, useCarouselNavContainerStyles_unstable, useCarouselNavContainer_unstable, carouselContextDefaultValue, CarouselProvider, useCarouselContext_unstable, CarouselViewport, carouselViewportClassNames, renderCarouselViewport_unstable, useCarouselViewportStyles_unstable, useCarouselViewport_unstable } from '@fluentui/react-carousel';
|
|
66
66
|
export { List, listClassNames, renderList_unstable, useListStyles_unstable, useList_unstable, ListItem, listItemClassNames, renderListItem_unstable, useListItemStyles_unstable, useListItem_unstable } from '@fluentui/react-list';
|
|
67
67
|
export { ColorSlider, colorSliderClassNames, renderColorSlider_unstable, useColorSliderStyles_unstable, useColorSlider_unstable, ColorPicker, colorPickerClassNames, renderColorPicker_unstable, useColorPickerStyles_unstable, useColorPicker_unstable, ColorArea, colorAreaClassNames, renderColorArea_unstable, useColorAreaStyles_unstable, useColorArea_unstable, AlphaSlider, alphaSliderClassNames, renderAlphaSlider_unstable, useAlphaSliderStyles_unstable, useAlphaSlider_unstable } from '@fluentui/react-color-picker';
|