@fluentui/react-components 9.47.0 → 9.47.1

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