@fluentui/react-components 9.54.3 → 9.54.5

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.
@@ -20,254 +20,236 @@ _export(exports, {
20
20
  Alert: function() {
21
21
  return _reactalert.Alert;
22
22
  },
23
- alertClassNames: function() {
24
- return _reactalert.alertClassNames;
25
- },
26
- renderAlert_unstable: function() {
27
- return _reactalert.renderAlert_unstable;
23
+ Drawer: function() {
24
+ return _reactdrawer.Drawer;
28
25
  },
29
- useAlertStyles_unstable: function() {
30
- return _reactalert.useAlertStyles_unstable;
26
+ /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ DrawerBody: function() {
27
+ return _reactdrawer.DrawerBody;
31
28
  },
32
- useAlert_unstable: function() {
33
- return _reactalert.useAlert_unstable;
29
+ /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ DrawerFooter: function() {
30
+ return _reactdrawer.DrawerFooter;
34
31
  },
35
- InfoButton: function() {
36
- return _reactinfobutton.InfoButton;
32
+ /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ DrawerHeader: function() {
33
+ return _reactdrawer.DrawerHeader;
37
34
  },
38
- infoButtonClassNames: function() {
39
- return _reactinfobutton.infoButtonClassNames;
35
+ /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ DrawerHeaderNavigation: function() {
36
+ return _reactdrawer.DrawerHeaderNavigation;
40
37
  },
41
- useInfoButton_unstable: function() {
42
- return _reactinfobutton.useInfoButton_unstable;
38
+ /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ DrawerHeaderTitle: function() {
39
+ return _reactdrawer.DrawerHeaderTitle;
43
40
  },
44
- useInfoButtonStyles_unstable: function() {
45
- return _reactinfobutton.useInfoButtonStyles_unstable;
41
+ DrawerInline: function() {
42
+ return /** @deprecated Use `InlineDrawer` from @fluentui/react-components instead */ _reactdrawer.InlineDrawer;
46
43
  },
47
- renderInfoButton_unstable: function() {
48
- return _reactinfobutton.renderInfoButton_unstable;
44
+ DrawerInlineClassNames: function() {
45
+ return /** @deprecated Use `InlineDrawerClassNames` from @fluentui/react-components instead */ _reactdrawer.inlineDrawerClassNames;
49
46
  },
50
- InfoLabel: function() {
51
- return _reactinfobutton.InfoLabel;
47
+ DrawerOverlay: function() {
48
+ return /** @deprecated Use `OverlayDrawer` from @fluentui/react-components instead */ _reactdrawer.OverlayDrawer;
52
49
  },
53
- infoLabelClassNames: function() {
54
- return _reactinfobutton.infoLabelClassNames;
50
+ DrawerOverlayClassNames: function() {
51
+ return /** @deprecated Use `OverlayDrawerClassNames` from @fluentui/react-components instead */ _reactdrawer.overlayDrawerClassNames;
55
52
  },
56
- renderInfoLabel_unstable: function() {
57
- return _reactinfobutton.renderInfoLabel_unstable;
53
+ /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ FlatTree: function() {
54
+ return _reacttree.FlatTree;
58
55
  },
59
- useInfoLabel_unstable: function() {
60
- return _reactinfobutton.useInfoLabel_unstable;
56
+ InfoButton: function() {
57
+ return _reactinfobutton.InfoButton;
61
58
  },
62
- useInfoLabelStyles_unstable: function() {
63
- return _reactinfobutton.useInfoLabelStyles_unstable;
59
+ InfoLabel: function() {
60
+ return _reactinfobutton.InfoLabel;
64
61
  },
65
- Virtualizer: function() {
66
- return _reactvirtualizer.Virtualizer;
62
+ /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ InlineDrawer: function() {
63
+ return _reactdrawer.InlineDrawer;
67
64
  },
68
- virtualizerClassNames: function() {
69
- return _reactvirtualizer.virtualizerClassNames;
65
+ /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ OverlayDrawer: function() {
66
+ return _reactdrawer.OverlayDrawer;
70
67
  },
71
- useVirtualizer_unstable: function() {
72
- return _reactvirtualizer.useVirtualizer_unstable;
68
+ Tree: function() {
69
+ return _reacttree.Tree;
73
70
  },
74
- renderVirtualizer_unstable: function() {
75
- return _reactvirtualizer.renderVirtualizer_unstable;
71
+ /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ TreeItem: function() {
72
+ return _reacttree.TreeItem;
76
73
  },
77
- useVirtualizerStyles_unstable: function() {
78
- return _reactvirtualizer.useVirtualizerStyles_unstable;
74
+ /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ TreeItemLayout: function() {
75
+ return _reacttree.TreeItemLayout;
79
76
  },
80
- useIntersectionObserver: function() {
81
- return _reactvirtualizer.useIntersectionObserver;
77
+ /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ TreeItemPersonaLayout: function() {
78
+ return _reacttree.TreeItemPersonaLayout;
82
79
  },
83
- useStaticVirtualizerMeasure: function() {
84
- return _reactvirtualizer.useStaticVirtualizerMeasure;
80
+ /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ TreeItemProvider: function() {
81
+ return _reacttree.TreeItemProvider;
85
82
  },
86
- useDynamicVirtualizerMeasure: function() {
87
- return _reactvirtualizer.useDynamicVirtualizerMeasure;
83
+ /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ TreeProvider: function() {
84
+ return _reacttree.TreeProvider;
88
85
  },
89
- useResizeObserverRef_unstable: function() {
90
- return _reactvirtualizer.useResizeObserverRef_unstable;
86
+ Virtualizer: function() {
87
+ return _reactvirtualizer.Virtualizer;
91
88
  },
92
89
  VirtualizerContextProvider: function() {
93
90
  return _reactvirtualizer.VirtualizerContextProvider;
94
91
  },
95
- useVirtualizerContext_unstable: function() {
96
- return _reactvirtualizer.useVirtualizerContext_unstable;
97
- },
98
92
  VirtualizerScrollView: function() {
99
93
  return _reactvirtualizer.VirtualizerScrollView;
100
94
  },
101
- virtualizerScrollViewClassNames: function() {
102
- return _reactvirtualizer.virtualizerScrollViewClassNames;
103
- },
104
- useVirtualizerScrollView_unstable: function() {
105
- return _reactvirtualizer.useVirtualizerScrollView_unstable;
106
- },
107
- renderVirtualizerScrollView_unstable: function() {
108
- return _reactvirtualizer.renderVirtualizerScrollView_unstable;
109
- },
110
- useVirtualizerScrollViewStyles_unstable: function() {
111
- return _reactvirtualizer.useVirtualizerScrollViewStyles_unstable;
112
- },
113
95
  VirtualizerScrollViewDynamic: function() {
114
96
  return _reactvirtualizer.VirtualizerScrollViewDynamic;
115
97
  },
116
- virtualizerScrollViewDynamicClassNames: function() {
117
- return _reactvirtualizer.virtualizerScrollViewDynamicClassNames;
98
+ alertClassNames: function() {
99
+ return _reactalert.alertClassNames;
118
100
  },
119
- useVirtualizerScrollViewDynamic_unstable: function() {
120
- return _reactvirtualizer.useVirtualizerScrollViewDynamic_unstable;
101
+ /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ drawerBodyClassNames: function() {
102
+ return _reactdrawer.drawerBodyClassNames;
121
103
  },
122
- renderVirtualizerScrollViewDynamic_unstable: function() {
123
- return _reactvirtualizer.renderVirtualizerScrollViewDynamic_unstable;
104
+ /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ drawerFooterClassNames: function() {
105
+ return _reactdrawer.drawerFooterClassNames;
124
106
  },
125
- useVirtualizerScrollViewDynamicStyles_unstable: function() {
126
- return _reactvirtualizer.useVirtualizerScrollViewDynamicStyles_unstable;
107
+ /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ drawerHeaderClassNames: function() {
108
+ return _reactdrawer.drawerHeaderClassNames;
127
109
  },
128
- scrollToItemDynamic: function() {
129
- return _reactvirtualizer.scrollToItemDynamic;
110
+ /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ drawerHeaderNavigationClassNames: function() {
111
+ return _reactdrawer.drawerHeaderNavigationClassNames;
130
112
  },
131
- scrollToItemStatic: function() {
132
- return _reactvirtualizer.scrollToItemStatic;
113
+ /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ drawerHeaderTitleClassNames: function() {
114
+ return _reactdrawer.drawerHeaderTitleClassNames;
133
115
  },
134
- Tree: function() {
135
- return _reacttree.Tree;
116
+ /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ flatTreeClassNames: function() {
117
+ return _reacttree.flatTreeClassNames;
136
118
  },
137
- /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ TreeItem: function() {
138
- return _reacttree.TreeItem;
119
+ /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ flattenTree_unstable: function() {
120
+ return _reacttree.flattenTree_unstable;
139
121
  },
140
- /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ FlatTree: function() {
141
- return _reacttree.FlatTree;
122
+ infoButtonClassNames: function() {
123
+ return _reactinfobutton.infoButtonClassNames;
142
124
  },
143
- /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ TreeProvider: function() {
144
- return _reacttree.TreeProvider;
125
+ infoLabelClassNames: function() {
126
+ return _reactinfobutton.infoLabelClassNames;
145
127
  },
146
- /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ TreeItemLayout: function() {
147
- return _reacttree.TreeItemLayout;
128
+ /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ inlineDrawerClassNames: function() {
129
+ return _reactdrawer.inlineDrawerClassNames;
148
130
  },
149
- /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ TreeItemProvider: function() {
150
- return _reacttree.TreeItemProvider;
131
+ /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ overlayDrawerClassNames: function() {
132
+ return _reactdrawer.overlayDrawerClassNames;
151
133
  },
152
- /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ TreeItemPersonaLayout: function() {
153
- return _reacttree.TreeItemPersonaLayout;
134
+ renderAlert_unstable: function() {
135
+ return _reactalert.renderAlert_unstable;
154
136
  },
155
- /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ useTreeContext_unstable: function() {
156
- return _reacttree.useTreeContext_unstable;
137
+ /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ renderDrawerBody_unstable: function() {
138
+ return _reactdrawer.renderDrawerBody_unstable;
157
139
  },
158
- /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ useTreeContextValues_unstable: function() {
159
- return _reacttree.useTreeContextValues_unstable;
140
+ /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ renderDrawerFooter_unstable: function() {
141
+ return _reactdrawer.renderDrawerFooter_unstable;
160
142
  },
161
- /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ useTreeItemContext_unstable: function() {
162
- return _reacttree.useTreeItemContext_unstable;
143
+ /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ renderDrawerHeaderNavigation_unstable: function() {
144
+ return _reactdrawer.renderDrawerHeaderNavigation_unstable;
163
145
  },
164
- /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ useTreeItemContextValues_unstable: function() {
165
- return _reacttree.useTreeItemContextValues_unstable;
146
+ /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ renderDrawerHeaderTitle_unstable: function() {
147
+ return _reactdrawer.renderDrawerHeaderTitle_unstable;
166
148
  },
167
- /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ useFlatTreeContextValues_unstable: function() {
168
- return _reacttree.useFlatTreeContextValues_unstable;
149
+ /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ renderDrawerHeader_unstable: function() {
150
+ return _reactdrawer.renderDrawerHeader_unstable;
169
151
  },
170
- /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ useTree_unstable: function() {
171
- return _reacttree.useTree_unstable;
152
+ renderDrawerInline_unstable: function() {
153
+ return /** @deprecated Use `renderInlineDrawer_unstable` from @fluentui/react-components instead */ _reactdrawer.renderInlineDrawer_unstable;
172
154
  },
173
- /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ useTreeItem_unstable: function() {
174
- return _reacttree.useTreeItem_unstable;
155
+ renderDrawerOverlay_unstable: function() {
156
+ return /** @deprecated Use `renderOverlayDrawer_unstable` from @fluentui/react-components instead */ _reactdrawer.renderOverlayDrawer_unstable;
175
157
  },
176
- /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ useTreeItemLayout_unstable: function() {
177
- return _reacttree.useTreeItemLayout_unstable;
158
+ /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ renderDrawer_unstable: function() {
159
+ return _reactdrawer.renderDrawer_unstable;
178
160
  },
179
- /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ useTreeItemPersonaLayout_unstable: function() {
180
- return _reacttree.useTreeItemPersonaLayout_unstable;
161
+ /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ renderFlatTree_unstable: function() {
162
+ return _reacttree.renderFlatTree_unstable;
181
163
  },
182
- /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ renderTree_unstable: function() {
183
- return _reacttree.renderTree_unstable;
164
+ renderInfoButton_unstable: function() {
165
+ return _reactinfobutton.renderInfoButton_unstable;
184
166
  },
185
- /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ renderTreeItem_unstable: function() {
186
- return _reacttree.renderTreeItem_unstable;
167
+ renderInfoLabel_unstable: function() {
168
+ return _reactinfobutton.renderInfoLabel_unstable;
187
169
  },
188
- /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ renderTreeItemPersonaLayout_unstable: function() {
189
- return _reacttree.renderTreeItemPersonaLayout_unstable;
170
+ /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ renderInlineDrawer_unstable: function() {
171
+ return _reactdrawer.renderInlineDrawer_unstable;
172
+ },
173
+ /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ renderOverlayDrawer_unstable: function() {
174
+ return _reactdrawer.renderOverlayDrawer_unstable;
190
175
  },
191
176
  /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ renderTreeItemLayout_unstable: function() {
192
177
  return _reacttree.renderTreeItemLayout_unstable;
193
178
  },
194
- /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ useTreeStyles_unstable: function() {
195
- return _reacttree.useTreeStyles_unstable;
179
+ /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ renderTreeItemPersonaLayout_unstable: function() {
180
+ return _reacttree.renderTreeItemPersonaLayout_unstable;
196
181
  },
197
- /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ useTreeItemStyles_unstable: function() {
198
- return _reacttree.useTreeItemStyles_unstable;
182
+ /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ renderTreeItem_unstable: function() {
183
+ return _reacttree.renderTreeItem_unstable;
199
184
  },
200
- /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ useTreeItemPersonaLayoutStyles_unstable: function() {
201
- return _reacttree.useTreeItemPersonaLayoutStyles_unstable;
185
+ /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ renderTree_unstable: function() {
186
+ return _reacttree.renderTree_unstable;
202
187
  },
203
- /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ useTreeItemLayoutStyles_unstable: function() {
204
- return _reacttree.useTreeItemLayoutStyles_unstable;
188
+ renderVirtualizerScrollViewDynamic_unstable: function() {
189
+ return _reactvirtualizer.renderVirtualizerScrollViewDynamic_unstable;
205
190
  },
206
- /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ treeItemPersonaLayoutClassNames: function() {
207
- return _reacttree.treeItemPersonaLayoutClassNames;
191
+ renderVirtualizerScrollView_unstable: function() {
192
+ return _reactvirtualizer.renderVirtualizerScrollView_unstable;
208
193
  },
209
- /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ treeItemLevelToken: function() {
210
- return _reacttree.treeItemLevelToken;
194
+ renderVirtualizer_unstable: function() {
195
+ return _reactvirtualizer.renderVirtualizer_unstable;
211
196
  },
212
- /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ treeItemLayoutClassNames: function() {
213
- return _reacttree.treeItemLayoutClassNames;
197
+ scrollToItemDynamic: function() {
198
+ return _reactvirtualizer.scrollToItemDynamic;
214
199
  },
215
- /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ treeItemClassNames: function() {
216
- return _reacttree.treeItemClassNames;
200
+ scrollToItemStatic: function() {
201
+ return _reactvirtualizer.scrollToItemStatic;
217
202
  },
218
203
  /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ treeClassNames: function() {
219
204
  return _reacttree.treeClassNames;
220
205
  },
221
- /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ flatTreeClassNames: function() {
222
- return _reacttree.flatTreeClassNames;
223
- },
224
- /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ useFlatTree_unstable: function() {
225
- return _reacttree.useFlatTree_unstable;
206
+ /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ treeItemClassNames: function() {
207
+ return _reacttree.treeItemClassNames;
226
208
  },
227
- /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ useHeadlessFlatTree_unstable: function() {
228
- return _reacttree.useHeadlessFlatTree_unstable;
209
+ /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ treeItemLayoutClassNames: function() {
210
+ return _reacttree.treeItemLayoutClassNames;
229
211
  },
230
- /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ useFlatTreeStyles_unstable: function() {
231
- return _reacttree.useFlatTreeStyles_unstable;
212
+ /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ treeItemLevelToken: function() {
213
+ return _reacttree.treeItemLevelToken;
232
214
  },
233
- /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ renderFlatTree_unstable: function() {
234
- return _reacttree.renderFlatTree_unstable;
215
+ /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ treeItemPersonaLayoutClassNames: function() {
216
+ return _reacttree.treeItemPersonaLayoutClassNames;
235
217
  },
236
- /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ flattenTree_unstable: function() {
237
- return _reacttree.flattenTree_unstable;
218
+ useAlertStyles_unstable: function() {
219
+ return _reactalert.useAlertStyles_unstable;
238
220
  },
239
- Drawer: function() {
240
- return _reactdrawer.Drawer;
221
+ useAlert_unstable: function() {
222
+ return _reactalert.useAlert_unstable;
241
223
  },
242
- /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ renderDrawer_unstable: function() {
243
- return _reactdrawer.renderDrawer_unstable;
224
+ /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ useDrawerBodyStyles_unstable: function() {
225
+ return _reactdrawer.useDrawerBodyStyles_unstable;
244
226
  },
245
- /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ useDrawer_unstable: function() {
246
- return _reactdrawer.useDrawer_unstable;
227
+ /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ useDrawerBody_unstable: function() {
228
+ return _reactdrawer.useDrawerBody_unstable;
247
229
  },
248
- DrawerOverlay: function() {
249
- return /** @deprecated Use `OverlayDrawer` from @fluentui/react-components instead */ _reactdrawer.OverlayDrawer;
230
+ /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ useDrawerFooterStyles_unstable: function() {
231
+ return _reactdrawer.useDrawerFooterStyles_unstable;
250
232
  },
251
- DrawerOverlayClassNames: function() {
252
- return /** @deprecated Use `OverlayDrawerClassNames` from @fluentui/react-components instead */ _reactdrawer.overlayDrawerClassNames;
233
+ /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ useDrawerFooter_unstable: function() {
234
+ return _reactdrawer.useDrawerFooter_unstable;
253
235
  },
254
- renderDrawerOverlay_unstable: function() {
255
- return /** @deprecated Use `renderOverlayDrawer_unstable` from @fluentui/react-components instead */ _reactdrawer.renderOverlayDrawer_unstable;
236
+ /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ useDrawerHeaderNavigationStyles_unstable: function() {
237
+ return _reactdrawer.useDrawerHeaderNavigationStyles_unstable;
256
238
  },
257
- useDrawerOverlayStyles_unstable: function() {
258
- return /** @deprecated Use `useOverlayDrawerStyles_unstable` from @fluentui/react-components instead */ _reactdrawer.useOverlayDrawerStyles_unstable;
239
+ /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ useDrawerHeaderNavigation_unstable: function() {
240
+ return _reactdrawer.useDrawerHeaderNavigation_unstable;
259
241
  },
260
- useDrawerOverlay_unstable: function() {
261
- return /** @deprecated Use `useOverlayDrawer_unstable` from @fluentui/react-components instead */ _reactdrawer.useOverlayDrawer_unstable;
242
+ /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ useDrawerHeaderStyles_unstable: function() {
243
+ return _reactdrawer.useDrawerHeaderStyles_unstable;
262
244
  },
263
- DrawerInline: function() {
264
- return /** @deprecated Use `InlineDrawer` from @fluentui/react-components instead */ _reactdrawer.InlineDrawer;
245
+ /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ useDrawerHeaderTitleStyles_unstable: function() {
246
+ return _reactdrawer.useDrawerHeaderTitleStyles_unstable;
265
247
  },
266
- DrawerInlineClassNames: function() {
267
- return /** @deprecated Use `InlineDrawerClassNames` from @fluentui/react-components instead */ _reactdrawer.inlineDrawerClassNames;
248
+ /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ useDrawerHeaderTitle_unstable: function() {
249
+ return _reactdrawer.useDrawerHeaderTitle_unstable;
268
250
  },
269
- renderDrawerInline_unstable: function() {
270
- return /** @deprecated Use `renderInlineDrawer_unstable` from @fluentui/react-components instead */ _reactdrawer.renderInlineDrawer_unstable;
251
+ /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ useDrawerHeader_unstable: function() {
252
+ return _reactdrawer.useDrawerHeader_unstable;
271
253
  },
272
254
  useDrawerInlineStyles_unstable: function() {
273
255
  return /** @deprecated Use `useInlineDrawerStyles_unstable` from @fluentui/react-components instead */ _reactdrawer.useInlineDrawerStyles_unstable;
@@ -275,29 +257,41 @@ _export(exports, {
275
257
  useDrawerInline_unstable: function() {
276
258
  return /** @deprecated Use `useInlineDrawer_unstable` from @fluentui/react-components instead */ _reactdrawer.useInlineDrawer_unstable;
277
259
  },
278
- /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ OverlayDrawer: function() {
279
- return _reactdrawer.OverlayDrawer;
260
+ useDrawerOverlayStyles_unstable: function() {
261
+ return /** @deprecated Use `useOverlayDrawerStyles_unstable` from @fluentui/react-components instead */ _reactdrawer.useOverlayDrawerStyles_unstable;
280
262
  },
281
- /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ overlayDrawerClassNames: function() {
282
- return _reactdrawer.overlayDrawerClassNames;
263
+ useDrawerOverlay_unstable: function() {
264
+ return /** @deprecated Use `useOverlayDrawer_unstable` from @fluentui/react-components instead */ _reactdrawer.useOverlayDrawer_unstable;
283
265
  },
284
- /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ renderOverlayDrawer_unstable: function() {
285
- return _reactdrawer.renderOverlayDrawer_unstable;
266
+ /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ useDrawer_unstable: function() {
267
+ return _reactdrawer.useDrawer_unstable;
286
268
  },
287
- /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ useOverlayDrawerStyles_unstable: function() {
288
- return _reactdrawer.useOverlayDrawerStyles_unstable;
269
+ useDynamicVirtualizerMeasure: function() {
270
+ return _reactvirtualizer.useDynamicVirtualizerMeasure;
289
271
  },
290
- /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ useOverlayDrawer_unstable: function() {
291
- return _reactdrawer.useOverlayDrawer_unstable;
272
+ /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ useFlatTreeContextValues_unstable: function() {
273
+ return _reacttree.useFlatTreeContextValues_unstable;
292
274
  },
293
- /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ InlineDrawer: function() {
294
- return _reactdrawer.InlineDrawer;
275
+ /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ useFlatTreeStyles_unstable: function() {
276
+ return _reacttree.useFlatTreeStyles_unstable;
295
277
  },
296
- /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ inlineDrawerClassNames: function() {
297
- return _reactdrawer.inlineDrawerClassNames;
278
+ /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ useFlatTree_unstable: function() {
279
+ return _reacttree.useFlatTree_unstable;
298
280
  },
299
- /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ renderInlineDrawer_unstable: function() {
300
- return _reactdrawer.renderInlineDrawer_unstable;
281
+ /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ useHeadlessFlatTree_unstable: function() {
282
+ return _reacttree.useHeadlessFlatTree_unstable;
283
+ },
284
+ useInfoButtonStyles_unstable: function() {
285
+ return _reactinfobutton.useInfoButtonStyles_unstable;
286
+ },
287
+ useInfoButton_unstable: function() {
288
+ return _reactinfobutton.useInfoButton_unstable;
289
+ },
290
+ useInfoLabelStyles_unstable: function() {
291
+ return _reactinfobutton.useInfoLabelStyles_unstable;
292
+ },
293
+ useInfoLabel_unstable: function() {
294
+ return _reactinfobutton.useInfoLabel_unstable;
301
295
  },
302
296
  /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ useInlineDrawerStyles_unstable: function() {
303
297
  return _reactdrawer.useInlineDrawerStyles_unstable;
@@ -305,80 +299,86 @@ _export(exports, {
305
299
  /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ useInlineDrawer_unstable: function() {
306
300
  return _reactdrawer.useInlineDrawer_unstable;
307
301
  },
308
- /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ DrawerBody: function() {
309
- return _reactdrawer.DrawerBody;
302
+ useIntersectionObserver: function() {
303
+ return _reactvirtualizer.useIntersectionObserver;
310
304
  },
311
- /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ drawerBodyClassNames: function() {
312
- return _reactdrawer.drawerBodyClassNames;
305
+ /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ useOverlayDrawerStyles_unstable: function() {
306
+ return _reactdrawer.useOverlayDrawerStyles_unstable;
313
307
  },
314
- /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ renderDrawerBody_unstable: function() {
315
- return _reactdrawer.renderDrawerBody_unstable;
308
+ /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ useOverlayDrawer_unstable: function() {
309
+ return _reactdrawer.useOverlayDrawer_unstable;
316
310
  },
317
- /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ useDrawerBodyStyles_unstable: function() {
318
- return _reactdrawer.useDrawerBodyStyles_unstable;
311
+ useResizeObserverRef_unstable: function() {
312
+ return _reactvirtualizer.useResizeObserverRef_unstable;
319
313
  },
320
- /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ useDrawerBody_unstable: function() {
321
- return _reactdrawer.useDrawerBody_unstable;
314
+ useStaticVirtualizerMeasure: function() {
315
+ return _reactvirtualizer.useStaticVirtualizerMeasure;
322
316
  },
323
- /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ DrawerHeader: function() {
324
- return _reactdrawer.DrawerHeader;
317
+ /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ useTreeContextValues_unstable: function() {
318
+ return _reacttree.useTreeContextValues_unstable;
325
319
  },
326
- /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ drawerHeaderClassNames: function() {
327
- return _reactdrawer.drawerHeaderClassNames;
320
+ /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ useTreeContext_unstable: function() {
321
+ return _reacttree.useTreeContext_unstable;
328
322
  },
329
- /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ renderDrawerHeader_unstable: function() {
330
- return _reactdrawer.renderDrawerHeader_unstable;
323
+ /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ useTreeItemContextValues_unstable: function() {
324
+ return _reacttree.useTreeItemContextValues_unstable;
331
325
  },
332
- /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ useDrawerHeaderStyles_unstable: function() {
333
- return _reactdrawer.useDrawerHeaderStyles_unstable;
326
+ /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ useTreeItemContext_unstable: function() {
327
+ return _reacttree.useTreeItemContext_unstable;
334
328
  },
335
- /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ useDrawerHeader_unstable: function() {
336
- return _reactdrawer.useDrawerHeader_unstable;
329
+ /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ useTreeItemLayoutStyles_unstable: function() {
330
+ return _reacttree.useTreeItemLayoutStyles_unstable;
337
331
  },
338
- /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ DrawerHeaderTitle: function() {
339
- return _reactdrawer.DrawerHeaderTitle;
332
+ /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ useTreeItemLayout_unstable: function() {
333
+ return _reacttree.useTreeItemLayout_unstable;
340
334
  },
341
- /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ drawerHeaderTitleClassNames: function() {
342
- return _reactdrawer.drawerHeaderTitleClassNames;
335
+ /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ useTreeItemPersonaLayoutStyles_unstable: function() {
336
+ return _reacttree.useTreeItemPersonaLayoutStyles_unstable;
343
337
  },
344
- /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ renderDrawerHeaderTitle_unstable: function() {
345
- return _reactdrawer.renderDrawerHeaderTitle_unstable;
338
+ /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ useTreeItemPersonaLayout_unstable: function() {
339
+ return _reacttree.useTreeItemPersonaLayout_unstable;
346
340
  },
347
- /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ useDrawerHeaderTitleStyles_unstable: function() {
348
- return _reactdrawer.useDrawerHeaderTitleStyles_unstable;
341
+ /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ useTreeItemStyles_unstable: function() {
342
+ return _reacttree.useTreeItemStyles_unstable;
349
343
  },
350
- /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ useDrawerHeaderTitle_unstable: function() {
351
- return _reactdrawer.useDrawerHeaderTitle_unstable;
344
+ /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ useTreeItem_unstable: function() {
345
+ return _reacttree.useTreeItem_unstable;
352
346
  },
353
- /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ DrawerHeaderNavigation: function() {
354
- return _reactdrawer.DrawerHeaderNavigation;
347
+ /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ useTreeStyles_unstable: function() {
348
+ return _reacttree.useTreeStyles_unstable;
355
349
  },
356
- /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ drawerHeaderNavigationClassNames: function() {
357
- return _reactdrawer.drawerHeaderNavigationClassNames;
350
+ /** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ useTree_unstable: function() {
351
+ return _reacttree.useTree_unstable;
358
352
  },
359
- /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ renderDrawerHeaderNavigation_unstable: function() {
360
- return _reactdrawer.renderDrawerHeaderNavigation_unstable;
353
+ useVirtualizerContext_unstable: function() {
354
+ return _reactvirtualizer.useVirtualizerContext_unstable;
361
355
  },
362
- /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ useDrawerHeaderNavigationStyles_unstable: function() {
363
- return _reactdrawer.useDrawerHeaderNavigationStyles_unstable;
356
+ useVirtualizerScrollViewDynamicStyles_unstable: function() {
357
+ return _reactvirtualizer.useVirtualizerScrollViewDynamicStyles_unstable;
364
358
  },
365
- /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ useDrawerHeaderNavigation_unstable: function() {
366
- return _reactdrawer.useDrawerHeaderNavigation_unstable;
359
+ useVirtualizerScrollViewDynamic_unstable: function() {
360
+ return _reactvirtualizer.useVirtualizerScrollViewDynamic_unstable;
367
361
  },
368
- /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ DrawerFooter: function() {
369
- return _reactdrawer.DrawerFooter;
362
+ useVirtualizerScrollViewStyles_unstable: function() {
363
+ return _reactvirtualizer.useVirtualizerScrollViewStyles_unstable;
370
364
  },
371
- /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ drawerFooterClassNames: function() {
372
- return _reactdrawer.drawerFooterClassNames;
365
+ useVirtualizerScrollView_unstable: function() {
366
+ return _reactvirtualizer.useVirtualizerScrollView_unstable;
373
367
  },
374
- /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ renderDrawerFooter_unstable: function() {
375
- return _reactdrawer.renderDrawerFooter_unstable;
368
+ useVirtualizerStyles_unstable: function() {
369
+ return _reactvirtualizer.useVirtualizerStyles_unstable;
376
370
  },
377
- /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ useDrawerFooterStyles_unstable: function() {
378
- return _reactdrawer.useDrawerFooterStyles_unstable;
371
+ useVirtualizer_unstable: function() {
372
+ return _reactvirtualizer.useVirtualizer_unstable;
379
373
  },
380
- /** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ useDrawerFooter_unstable: function() {
381
- return _reactdrawer.useDrawerFooter_unstable;
374
+ virtualizerClassNames: function() {
375
+ return _reactvirtualizer.virtualizerClassNames;
376
+ },
377
+ virtualizerScrollViewClassNames: function() {
378
+ return _reactvirtualizer.virtualizerScrollViewClassNames;
379
+ },
380
+ virtualizerScrollViewDynamicClassNames: function() {
381
+ return _reactvirtualizer.virtualizerScrollViewDynamicClassNames;
382
382
  }
383
383
  });
384
384
  const _reactalert = require("@fluentui/react-alert");