@fluentui/react-components 9.19.1 → 9.20.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.
package/CHANGELOG.md CHANGED
@@ -1,12 +1,277 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Mon, 24 Apr 2023 08:09:04 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 18 May 2023 00:35:30 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.20.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.20.1)
8
+
9
+ Thu, 18 May 2023 00:35:30 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.20.0..@fluentui/react-components_v9.20.1)
11
+
12
+ ### Minor changes
13
+
14
+ - `@fluentui/react-utilities`
15
+ - feat: Implement a priority queue ([PR #27848](https://github.com/microsoft/fluentui/pull/27848) by lingfangao@hotmail.com)
16
+
17
+ ### Patches
18
+
19
+ - `@fluentui/react-components`
20
+ - chore: exports TreeItemAside unstable ([PR #27856](https://github.com/microsoft/fluentui/pull/27856) by bernardo.sunderhus@gmail.com)
21
+ - `@fluentui/react-dialog`
22
+ - bugfix: removes unnecessary grid gaps ([PR #27845](https://github.com/microsoft/fluentui/pull/27845) by bernardo.sunderhus@gmail.com)
23
+ - `@fluentui/react-textarea`
24
+ - fix: When Textarea is disabled, make the text gray and add an outline for the filled appearance. ([PR #27837](https://github.com/microsoft/fluentui/pull/27837) by esteban.230@hotmail.com)
25
+
26
+ ### Changes
27
+
28
+ - `@fluentui/react-infobutton`
29
+ - fix: Add aria-owns to InfoLabel. ([PR #27834](https://github.com/microsoft/fluentui/pull/27834) by esteban.230@hotmail.com)
30
+
31
+ ## [9.20.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.20.0)
32
+
33
+ Fri, 12 May 2023 20:27:14 GMT
34
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.19.1..@fluentui/react-components_v9.20.0)
35
+
36
+ ### Minor changes
37
+
38
+ - `@fluentui/react-provider`
39
+ - feat: add style overrides for drawer components ([PR #27581](https://github.com/microsoft/fluentui/pull/27581) by marcosvmmoura@gmail.com)
40
+ - `@fluentui/react-shared-contexts`
41
+ - feat: add style overrides for drawer components ([PR #27581](https://github.com/microsoft/fluentui/pull/27581) by marcosvmmoura@gmail.com)
42
+ - Updated to provide single hook for noop tree-shaking ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
43
+ - `@fluentui/react-skeleton`
44
+ - chore: Releasing react-skeleton to stable. ([PR #27767](https://github.com/microsoft/fluentui/pull/27767) by ololubek@microsoft.com)
45
+ - `@fluentui/react-tabster`
46
+ - fix: move `outlineStyle: none` out of createCustomFocusIndicatorStyle and to createFocusOutlineStyle ([PR #26089](https://github.com/microsoft/fluentui/pull/26089) by sarah.higley@microsoft.com)
47
+ - `@fluentui/react-avatar`
48
+ - feat: add `shape` to AvatarContext ([PR #27738](https://github.com/microsoft/fluentui/pull/27738) by yuanboxue@microsoft.com)
49
+ - `@fluentui/react-combobox`
50
+ - feat: allow space character insertion while typing in freeform combobox ([PR #27025](https://github.com/microsoft/fluentui/pull/27025) by sarah.higley@microsoft.com)
51
+ - `@fluentui/react-components`
52
+ - feat: added useOverflowCount to react-components exports ([PR #27678](https://github.com/microsoft/fluentui/pull/27678) by kakrookaran@gmail.com)
53
+ - chore: Releasing react-skeleton to stable. ([PR #27767](https://github.com/microsoft/fluentui/pull/27767) by ololubek@microsoft.com)
54
+ - `@fluentui/react-datepicker-compat`
55
+ - fix: Make onValidationError onValidationResult so the error is updated when there's no longer an error. ([PR #27655](https://github.com/microsoft/fluentui/pull/27655) by esteban.230@hotmail.com)
56
+
57
+ ### Patches
58
+
59
+ - `@fluentui/react-dialog`
60
+ - bugfix: change DialogTitle default action icon from 24x24 to 20x20 ([PR #27815](https://github.com/microsoft/fluentui/pull/27815) by bernardo.sunderhus@gmail.com)
61
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
62
+ - chore: move makeStyles() calls to .styles.ts files ([PR #27698](https://github.com/microsoft/fluentui/pull/27698) by olfedias@microsoft.com)
63
+ - Update to use single hook selector ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
64
+ - `@fluentui/react-divider`
65
+ - chore: move makeStyles() calls to .styles.ts files ([PR #27708](https://github.com/microsoft/fluentui/pull/27708) by olfedias@microsoft.com)
66
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
67
+ - Update to use single hook selector ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
68
+ - `@fluentui/react-field`
69
+ - chore: move makeStyles() calls to .styles.ts files ([PR #27710](https://github.com/microsoft/fluentui/pull/27710) by olfedias@microsoft.com)
70
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
71
+ - `@fluentui/react-image`
72
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
73
+ - chore: move makeStyles() calls to .styles.ts files ([PR #27707](https://github.com/microsoft/fluentui/pull/27707) by olfedias@microsoft.com)
74
+ - Update to use single hook selector ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
75
+ - `@fluentui/react-input`
76
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
77
+ - Update to use single hook selector ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
78
+ - chore: move makeStyles() calls to .styles.ts files ([PR #27710](https://github.com/microsoft/fluentui/pull/27710) by olfedias@microsoft.com)
79
+ - `@fluentui/react-label`
80
+ - Update to use single hook selector ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
81
+ - chore: move makeStyles() calls to .styles.ts files ([PR #27710](https://github.com/microsoft/fluentui/pull/27710) by olfedias@microsoft.com)
82
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
83
+ - `@fluentui/react-link`
84
+ - chore: move makeStyles() calls to .styles.ts files ([PR #27710](https://github.com/microsoft/fluentui/pull/27710) by olfedias@microsoft.com)
85
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
86
+ - fix: update createCustomFocusIndicator usage to specify outline: none ([PR #26089](https://github.com/microsoft/fluentui/pull/26089) by sarah.higley@microsoft.com)
87
+ - `@fluentui/react-menu`
88
+ - fix: Menu should not steal focus on re-render ([PR #27688](https://github.com/microsoft/fluentui/pull/27688) by lingfangao@hotmail.com)
89
+ - Update to use single hook selector ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
90
+ - chore: move makeStyles() calls to .styles.ts files ([PR #27698](https://github.com/microsoft/fluentui/pull/27698) by olfedias@microsoft.com)
91
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
92
+ - `@fluentui/react-migration-v8-v9`
93
+ - chore: move makeStyles() calls to .styles.ts files ([PR #27708](https://github.com/microsoft/fluentui/pull/27708) by olfedias@microsoft.com)
94
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
95
+ - `@fluentui/react-overflow`
96
+ - refactor: Consolidate all overflow state into one object ([PR #27756](https://github.com/microsoft/fluentui/pull/27756) by lingfangao@hotmail.com)
97
+ - chore: move makeStyles() calls to .styles.ts files ([PR #27698](https://github.com/microsoft/fluentui/pull/27698) by olfedias@microsoft.com)
98
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
99
+ - `@fluentui/react-persona`
100
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
101
+ - Update to use single hook selector ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
102
+ - chore: move makeStyles() calls to .styles.ts files ([PR #27710](https://github.com/microsoft/fluentui/pull/27710) by olfedias@microsoft.com)
103
+ - `@fluentui/react-popover`
104
+ - Update to use single hook selector ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
105
+ - chore: move makeStyles() calls to .styles.ts files ([PR #27698](https://github.com/microsoft/fluentui/pull/27698) by olfedias@microsoft.com)
106
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
107
+ - `@fluentui/react-portal`
108
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
109
+ - chore: move makeStyles() calls to .styles.ts files ([PR #27698](https://github.com/microsoft/fluentui/pull/27698) by olfedias@microsoft.com)
110
+ - `@fluentui/react-portal-compat`
111
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
112
+ - fix: Class ID detection compatible with React 18 ([PR #27577](https://github.com/microsoft/fluentui/pull/27577) by hanj@microsoft.com)
113
+ - `@fluentui/react-portal-compat-context`
114
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
115
+ - `@fluentui/react-positioning`
116
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
117
+ - `@fluentui/react-progress`
118
+ - chore: move makeStyles() calls to .styles.ts files ([PR #27710](https://github.com/microsoft/fluentui/pull/27710) by olfedias@microsoft.com)
119
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
120
+ - Update to use single hook selector ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
121
+ - `@fluentui/react-provider`
122
+ - chore: move makeStyles() calls to .styles.ts files ([PR #27698](https://github.com/microsoft/fluentui/pull/27698) by olfedias@microsoft.com)
123
+ - Update to use single hook selector ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
124
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
125
+ - `@fluentui/react-radio`
126
+ - Update to use single hook selector ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
127
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
128
+ - chore: move makeStyles() calls to .styles.ts files ([PR #27710](https://github.com/microsoft/fluentui/pull/27710) by olfedias@microsoft.com)
129
+ - `@fluentui/react-select`
130
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
131
+ - Update to use single hook selector ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
132
+ - chore: move makeStyles() calls to .styles.ts files ([PR #27708](https://github.com/microsoft/fluentui/pull/27708) by olfedias@microsoft.com)
133
+ - `@fluentui/react-shared-contexts`
134
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
135
+ - `@fluentui/react-slider`
136
+ - chore: move makeStyles() calls to .styles.ts files ([PR #27708](https://github.com/microsoft/fluentui/pull/27708) by olfedias@microsoft.com)
137
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
138
+ - Update to use single hook selector ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
139
+ - `@fluentui/react-spinbutton`
140
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
141
+ - Update to use single hook selector ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
142
+ - chore: move makeStyles() calls to .styles.ts files ([PR #27710](https://github.com/microsoft/fluentui/pull/27710) by olfedias@microsoft.com)
143
+ - `@fluentui/react-spinner`
144
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
145
+ - Update to use single hook selector ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
146
+ - chore: move makeStyles() calls to .styles.ts files ([PR #27710](https://github.com/microsoft/fluentui/pull/27710) by olfedias@microsoft.com)
147
+ - `@fluentui/react-switch`
148
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
149
+ - Update to use single hook selector ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
150
+ - chore: move makeStyles() calls to .styles.ts files ([PR #27710](https://github.com/microsoft/fluentui/pull/27710) by olfedias@microsoft.com)
151
+ - `@fluentui/react-table`
152
+ - Update to use single hook selector ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
153
+ - chore: move makeStyles() calls to .styles.ts files ([PR #27698](https://github.com/microsoft/fluentui/pull/27698) by olfedias@microsoft.com)
154
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
155
+ - `@fluentui/react-tabs`
156
+ - Update to use single hook selector ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
157
+ - chore: move makeStyles() calls to .styles.ts files ([PR #27708](https://github.com/microsoft/fluentui/pull/27708) by olfedias@microsoft.com)
158
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
159
+ - `@fluentui/react-tabster`
160
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
161
+ - `@fluentui/react-text`
162
+ - Update to use single hook selector ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
163
+ - chore: move makeStyles() calls to .styles.ts files ([PR #27707](https://github.com/microsoft/fluentui/pull/27707) by olfedias@microsoft.com)
164
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
165
+ - `@fluentui/react-textarea`
166
+ - Update to use single hook selector ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
167
+ - chore: move makeStyles() calls to .styles.ts files ([PR #27710](https://github.com/microsoft/fluentui/pull/27710) by olfedias@microsoft.com)
168
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
169
+ - `@fluentui/react-theme`
170
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
171
+ - `@fluentui/react-toolbar`
172
+ - fix: ToolbarToggleButton should not follow Toolbar size ([PR #27797](https://github.com/microsoft/fluentui/pull/27797) by lingfangao@hotmail.com)
173
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
174
+ - Update to use single hook selector ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
175
+ - chore: move makeStyles() calls to .styles.ts files ([PR #27698](https://github.com/microsoft/fluentui/pull/27698) by olfedias@microsoft.com)
176
+ - `@fluentui/react-tooltip`
177
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
178
+ - chore: move makeStyles() calls to .styles.ts files ([PR #27710](https://github.com/microsoft/fluentui/pull/27710) by olfedias@microsoft.com)
179
+ - Update to use single hook selector ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
180
+ - `@fluentui/react-utilities`
181
+ - feat: defers useControllableState state to initializer method ([PR #27717](https://github.com/microsoft/fluentui/pull/27717) by bernardo.sunderhus@gmail.com)
182
+ - chore: updates useControllableState comments ([PR #27754](https://github.com/microsoft/fluentui/pull/27754) by bernardo.sunderhus@gmail.com)
183
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
184
+ - chore: simplifies useControllableState hook internals ([PR #27702](https://github.com/microsoft/fluentui/pull/27702) by bernardo.sunderhus@gmail.com)
185
+ - `@fluentui/keyboard-keys`
186
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
187
+ - `@fluentui/priority-overflow`
188
+ - fix: overflowManager should always dispatch initial state ([PR #27756](https://github.com/microsoft/fluentui/pull/27756) by lingfangao@hotmail.com)
189
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
190
+ - `@fluentui/react-accordion`
191
+ - chore: move makeStyles() calls to .styles.ts files ([PR #27708](https://github.com/microsoft/fluentui/pull/27708) by olfedias@microsoft.com)
192
+ - Update to use single hook selector ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
193
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
194
+ - `@fluentui/react-aria`
195
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
196
+ - `@fluentui/react-avatar`
197
+ - Update to use single hook selector ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
198
+ - chore: move makeStyles() calls to .styles.ts files ([PR #27710](https://github.com/microsoft/fluentui/pull/27710) by olfedias@microsoft.com)
199
+ - fix: Make AvatarGroup's content direction column. ([PR #27743](https://github.com/microsoft/fluentui/pull/27743) by esteban.230@hotmail.com)
200
+ - fix: update createCustomFocusIndicator usage to specify outline: none ([PR #26089](https://github.com/microsoft/fluentui/pull/26089) by sarah.higley@microsoft.com)
201
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
202
+ - fix: Make border around badge transparent, not a solid color ([PR #27527](https://github.com/microsoft/fluentui/pull/27527) by behowell@microsoft.com)
203
+ - `@fluentui/react-badge`
204
+ - Update to use single hook selector ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
205
+ - chore: move makeStyles() calls to .styles.ts files ([PR #27710](https://github.com/microsoft/fluentui/pull/27710) by olfedias@microsoft.com)
206
+ - fix: Remove white border around presence badge when on a dark background ([PR #27780](https://github.com/microsoft/fluentui/pull/27780) by behowell@microsoft.com)
207
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
208
+ - `@fluentui/react-button`
209
+ - chore: move makeStyles() calls to .styles.ts files ([PR #27710](https://github.com/microsoft/fluentui/pull/27710) by olfedias@microsoft.com)
210
+ - Update to use single hook selector ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
211
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
212
+ - `@fluentui/react-card`
213
+ - chore: move makeStyles() calls to .styles.ts files ([PR #27707](https://github.com/microsoft/fluentui/pull/27707) by olfedias@microsoft.com)
214
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
215
+ - `@fluentui/react-checkbox`
216
+ - Update to use single hook selector ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
217
+ - chore: move makeStyles() calls to .styles.ts files ([PR #27710](https://github.com/microsoft/fluentui/pull/27710) by olfedias@microsoft.com)
218
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
219
+ - `@fluentui/react-combobox`
220
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
221
+ - chore: move makeStyles() calls to .styles.ts files ([PR #27708](https://github.com/microsoft/fluentui/pull/27708) by olfedias@microsoft.com)
222
+ - Update to use single hook selector ([PR #27491](https://github.com/microsoft/fluentui/pull/27491) by gcox@microsoft.com)
223
+ - `@fluentui/react-components`
224
+ - feature: Add dynamically sized virtualizer scroll view ([PR #27298](https://github.com/microsoft/fluentui/pull/27298) by mifraser@microsoft.com)
225
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
226
+ - `@fluentui/react-context-selector`
227
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
228
+ - `@fluentui/react-datepicker-compat`
229
+ - chore: move makeStyles() calls to .styles.ts files ([PR #27710](https://github.com/microsoft/fluentui/pull/27710) by olfedias@microsoft.com)
230
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
231
+ - chore: update version ([PR #27666](https://github.com/microsoft/fluentui/pull/27666) by olfedias@microsoft.com)
232
+
233
+ ### Changes
234
+
235
+ - `@fluentui/react-infobutton`
236
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
237
+ - chore: move makeStyles() calls to .styles.ts files ([PR #27710](https://github.com/microsoft/fluentui/pull/27710) by olfedias@microsoft.com)
238
+ - `@fluentui/react-jsx-runtime`
239
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
240
+ - `@fluentui/react-table`
241
+ - chore: remove now-unnecessary enableOutline in createCustomFocusIndicator ([PR #26089](https://github.com/microsoft/fluentui/pull/26089) by sarah.higley@microsoft.com)
242
+ - `@fluentui/react-theme-sass`
243
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
244
+ - `@fluentui/react-tree`
245
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
246
+ - feat: TreeItem itemType restructure ([PR #27799](https://github.com/microsoft/fluentui/pull/27799) by bernardo.sunderhus@gmail.com)
247
+ - feat: creates TreeItemAside component ([PR #27701](https://github.com/microsoft/fluentui/pull/27701) by bernardo.sunderhus@gmail.com)
248
+ - feat: makes useFlatTree generic ([PR #27682](https://github.com/microsoft/fluentui/pull/27682) by bernardo.sunderhus@gmail.com)
249
+ - chore: updates useOpenItemsState internals ([PR #27697](https://github.com/microsoft/fluentui/pull/27697) by bernardo.sunderhus@gmail.com)
250
+ - chore: move makeStyles() calls to .styles.ts files ([PR #27698](https://github.com/microsoft/fluentui/pull/27698) by olfedias@microsoft.com)
251
+ - feat: adds lazy loading story ([PR #27587](https://github.com/microsoft/fluentui/pull/27587) by bernardo.sunderhus@gmail.com)
252
+ - bugfix: fix horizontal overflow on tree ([PR #27825](https://github.com/microsoft/fluentui/pull/27825) by bernardo.sunderhus@gmail.com)
253
+ - bugfix: fix VisibleFlatTreeItemGenerator omitting visible items ([PR #27802](https://github.com/microsoft/fluentui/pull/27802) by bernardo.sunderhus@gmail.com)
254
+ - `@fluentui/react-virtualizer`
255
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
256
+ - feature: Add dynamically sized virtualizer scroll view ([PR #27298](https://github.com/microsoft/fluentui/pull/27298) by mifraser@microsoft.com)
257
+ - `@fluentui/tokens`
258
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
259
+ - `@fluentui/babel-preset-global-context`
260
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
261
+ - `@fluentui/global-context`
262
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
263
+ - `@fluentui/react-alert`
264
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
265
+ - chore: move makeStyles() calls to .styles.ts files ([PR #27698](https://github.com/microsoft/fluentui/pull/27698) by olfedias@microsoft.com)
266
+ - `@fluentui/react-conformance-griffel`
267
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
268
+ - `@fluentui/react-data-grid-react-window`
269
+ - chore: move makeStyles() calls to .styles.ts files ([PR #27698](https://github.com/microsoft/fluentui/pull/27698) by olfedias@microsoft.com)
270
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
271
+
7
272
  ## [9.19.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.19.1)
8
273
 
9
- Mon, 24 Apr 2023 08:09:04 GMT
274
+ Mon, 24 Apr 2023 08:12:30 GMT
10
275
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.19.0..@fluentui/react-components_v9.19.1)
11
276
 
12
277
  ### Minor changes
package/dist/index.d.ts CHANGED
@@ -526,6 +526,8 @@ import { renderProgressBar_unstable } from '@fluentui/react-progress';
526
526
  import { renderRadio_unstable } from '@fluentui/react-radio';
527
527
  import { renderRadioGroup_unstable } from '@fluentui/react-radio';
528
528
  import { renderSelect_unstable } from '@fluentui/react-select';
529
+ import { renderSkeleton_unstable } from '@fluentui/react-skeleton';
530
+ import { renderSkeletonItem_unstable } from '@fluentui/react-skeleton';
529
531
  import { renderSlider_unstable } from '@fluentui/react-slider';
530
532
  import { renderSpinButton_unstable } from '@fluentui/react-spinbutton';
531
533
  import { renderSpinner_unstable } from '@fluentui/react-spinner';
@@ -567,6 +569,18 @@ import { SelectTabEventHandler } from '@fluentui/react-tabs';
567
569
  import { ShadowBrandTokens } from '@fluentui/react-theme';
568
570
  import { ShadowTokens } from '@fluentui/react-theme';
569
571
  import { shorthands } from '@griffel/react';
572
+ import { Skeleton } from '@fluentui/react-skeleton';
573
+ import { skeletonClassNames } from '@fluentui/react-skeleton';
574
+ import { SkeletonContextProvider } from '@fluentui/react-skeleton';
575
+ import { SkeletonContextValue } from '@fluentui/react-skeleton';
576
+ import { SkeletonItem } from '@fluentui/react-skeleton';
577
+ import { skeletonItemClassNames } from '@fluentui/react-skeleton';
578
+ import { SkeletonItemProps } from '@fluentui/react-skeleton';
579
+ import { SkeletonItemSlots } from '@fluentui/react-skeleton';
580
+ import { SkeletonItemState } from '@fluentui/react-skeleton';
581
+ import { SkeletonProps } from '@fluentui/react-skeleton';
582
+ import { SkeletonSlots } from '@fluentui/react-skeleton';
583
+ import { SkeletonState } from '@fluentui/react-skeleton';
570
584
  import { Slider } from '@fluentui/react-slider';
571
585
  import { sliderClassNames } from '@fluentui/react-slider';
572
586
  import { sliderCSSVars } from '@fluentui/react-slider';
@@ -903,6 +917,7 @@ import { useOption_unstable } from '@fluentui/react-combobox';
903
917
  import { useOptionGroup_unstable } from '@fluentui/react-combobox';
904
918
  import { useOptionGroupStyles_unstable } from '@fluentui/react-combobox';
905
919
  import { useOptionStyles_unstable } from '@fluentui/react-combobox';
920
+ import { useOverflowCount } from '@fluentui/react-overflow';
906
921
  import { useOverflowMenu } from '@fluentui/react-overflow';
907
922
  import { usePersona_unstable } from '@fluentui/react-persona';
908
923
  import { usePersonaStyles_unstable } from '@fluentui/react-persona';
@@ -926,6 +941,11 @@ import { useRadioStyles_unstable } from '@fluentui/react-radio';
926
941
  import { useScrollbarWidth } from '@fluentui/react-utilities';
927
942
  import { useSelect_unstable } from '@fluentui/react-select';
928
943
  import { useSelectStyles_unstable } from '@fluentui/react-select';
944
+ import { useSkeleton_unstable } from '@fluentui/react-skeleton';
945
+ import { useSkeletonContext } from '@fluentui/react-skeleton';
946
+ import { useSkeletonItem_unstable } from '@fluentui/react-skeleton';
947
+ import { useSkeletonItemStyles_unstable } from '@fluentui/react-skeleton';
948
+ import { useSkeletonStyles_unstable } from '@fluentui/react-skeleton';
929
949
  import { useSlider_unstable } from '@fluentui/react-slider';
930
950
  import { useSliderState_unstable } from '@fluentui/react-slider';
931
951
  import { useSliderStyles_unstable } from '@fluentui/react-slider';
@@ -2053,6 +2073,10 @@ export { renderRadioGroup_unstable }
2053
2073
 
2054
2074
  export { renderSelect_unstable }
2055
2075
 
2076
+ export { renderSkeleton_unstable }
2077
+
2078
+ export { renderSkeletonItem_unstable }
2079
+
2056
2080
  export { renderSlider_unstable }
2057
2081
 
2058
2082
  export { renderSpinButton_unstable }
@@ -2135,6 +2159,30 @@ export { ShadowTokens }
2135
2159
 
2136
2160
  export { shorthands }
2137
2161
 
2162
+ export { Skeleton }
2163
+
2164
+ export { skeletonClassNames }
2165
+
2166
+ export { SkeletonContextProvider }
2167
+
2168
+ export { SkeletonContextValue }
2169
+
2170
+ export { SkeletonItem }
2171
+
2172
+ export { skeletonItemClassNames }
2173
+
2174
+ export { SkeletonItemProps }
2175
+
2176
+ export { SkeletonItemSlots }
2177
+
2178
+ export { SkeletonItemState }
2179
+
2180
+ export { SkeletonProps }
2181
+
2182
+ export { SkeletonSlots }
2183
+
2184
+ export { SkeletonState }
2185
+
2138
2186
  export { Slider }
2139
2187
 
2140
2188
  export { sliderClassNames }
@@ -2807,6 +2855,8 @@ export { useOptionGroupStyles_unstable }
2807
2855
 
2808
2856
  export { useOptionStyles_unstable }
2809
2857
 
2858
+ export { useOverflowCount }
2859
+
2810
2860
  export { useOverflowMenu }
2811
2861
 
2812
2862
  export { usePersona_unstable }
@@ -2853,6 +2903,16 @@ export { useSelect_unstable }
2853
2903
 
2854
2904
  export { useSelectStyles_unstable }
2855
2905
 
2906
+ export { useSkeleton_unstable }
2907
+
2908
+ export { useSkeletonContext }
2909
+
2910
+ export { useSkeletonItem_unstable }
2911
+
2912
+ export { useSkeletonItemStyles_unstable }
2913
+
2914
+ export { useSkeletonStyles_unstable }
2915
+
2856
2916
  export { useSlider_unstable }
2857
2917
 
2858
2918
  export { useSliderState_unstable }
@@ -22,30 +22,24 @@ import { NestedTreeItem } from '@fluentui/react-tree';
22
22
  import { renderAlert_unstable } from '@fluentui/react-alert';
23
23
  import { renderInfoButton_unstable } from '@fluentui/react-infobutton';
24
24
  import { renderInfoLabel_unstable } from '@fluentui/react-infobutton';
25
- import { renderSkeleton_unstable } from '@fluentui/react-skeleton';
26
- import { renderSkeletonItem_unstable } from '@fluentui/react-skeleton';
27
25
  import { renderTree_unstable } from '@fluentui/react-tree';
28
26
  import { renderTreeItem_unstable } from '@fluentui/react-tree';
27
+ import { renderTreeItemAside_unstable } from '@fluentui/react-tree';
29
28
  import { renderTreeItemLayout_unstable } from '@fluentui/react-tree';
30
29
  import { renderTreeItemPersonaLayout_unstable } from '@fluentui/react-tree';
31
30
  import { renderVirtualizer_unstable } from '@fluentui/react-virtualizer';
32
31
  import { renderVirtualizerScrollView_unstable } from '@fluentui/react-virtualizer';
33
- import { Skeleton } from '@fluentui/react-skeleton';
34
- import { skeletonClassNames } from '@fluentui/react-skeleton';
35
- import { SkeletonContextProvider } from '@fluentui/react-skeleton';
36
- import { SkeletonContextValue } from '@fluentui/react-skeleton';
37
- import { SkeletonItem } from '@fluentui/react-skeleton';
38
- import { skeletonItemClassNames } from '@fluentui/react-skeleton';
39
- import { SkeletonItemProps } from '@fluentui/react-skeleton';
40
- import { SkeletonItemSlots } from '@fluentui/react-skeleton';
41
- import { SkeletonItemState } from '@fluentui/react-skeleton';
42
- import { SkeletonProps } from '@fluentui/react-skeleton';
43
- import { SkeletonSlots } from '@fluentui/react-skeleton';
44
- import { SkeletonState } from '@fluentui/react-skeleton';
32
+ import { renderVirtualizerScrollViewDynamic_unstable } from '@fluentui/react-virtualizer';
33
+ import { ResizeCallbackWithRef } from '@fluentui/react-virtualizer';
45
34
  import { Tree } from '@fluentui/react-tree';
46
35
  import { treeClassNames } from '@fluentui/react-tree';
47
36
  import { TreeContextValue } from '@fluentui/react-tree';
48
37
  import { TreeItem } from '@fluentui/react-tree';
38
+ import { TreeItemAside } from '@fluentui/react-tree';
39
+ import { treeItemAsideClassNames } from '@fluentui/react-tree';
40
+ import { TreeItemAsideProps } from '@fluentui/react-tree';
41
+ import { TreeItemAsideSlots } from '@fluentui/react-tree';
42
+ import { TreeItemAsideState } from '@fluentui/react-tree';
49
43
  import { treeItemClassNames } from '@fluentui/react-tree';
50
44
  import { TreeItemLayout } from '@fluentui/react-tree';
51
45
  import { treeItemLayoutClassNames } from '@fluentui/react-tree';
@@ -72,21 +66,20 @@ import { TreeSlots } from '@fluentui/react-tree';
72
66
  import { TreeState } from '@fluentui/react-tree';
73
67
  import { useAlert_unstable } from '@fluentui/react-alert';
74
68
  import { useAlertStyles_unstable } from '@fluentui/react-alert';
69
+ import { useDynamicVirtualizerMeasure } from '@fluentui/react-virtualizer';
75
70
  import { useFlatTree_unstable } from '@fluentui/react-tree';
76
71
  import { useInfoButton_unstable } from '@fluentui/react-infobutton';
77
72
  import { useInfoButtonStyles_unstable } from '@fluentui/react-infobutton';
78
73
  import { useInfoLabel_unstable } from '@fluentui/react-infobutton';
79
74
  import { useInfoLabelStyles_unstable } from '@fluentui/react-infobutton';
80
75
  import { useIntersectionObserver } from '@fluentui/react-virtualizer';
81
- import { useSkeleton_unstable } from '@fluentui/react-skeleton';
82
- import { useSkeletonContext } from '@fluentui/react-skeleton';
83
- import { useSkeletonItem_unstable } from '@fluentui/react-skeleton';
84
- import { useSkeletonItemStyles_unstable } from '@fluentui/react-skeleton';
85
- import { useSkeletonStyles_unstable } from '@fluentui/react-skeleton';
76
+ import { useResizeObserverRef_unstable } from '@fluentui/react-virtualizer';
86
77
  import { useStaticVirtualizerMeasure } from '@fluentui/react-virtualizer';
87
78
  import { useTree_unstable } from '@fluentui/react-tree';
88
79
  import { useTreeContext_unstable } from '@fluentui/react-tree';
89
80
  import { useTreeItem_unstable } from '@fluentui/react-tree';
81
+ import { useTreeItemAside_unstable } from '@fluentui/react-tree';
82
+ import { useTreeItemAsideStyles_unstable } from '@fluentui/react-tree';
90
83
  import { useTreeItemContext_unstable } from '@fluentui/react-tree';
91
84
  import { useTreeItemLayout_unstable } from '@fluentui/react-tree';
92
85
  import { useTreeItemLayoutStyles_unstable } from '@fluentui/react-tree';
@@ -95,15 +88,27 @@ import { useTreeItemPersonaLayoutStyles_unstable } from '@fluentui/react-tree';
95
88
  import { useTreeItemStyles_unstable } from '@fluentui/react-tree';
96
89
  import { useTreeStyles_unstable } from '@fluentui/react-tree';
97
90
  import { useVirtualizer_unstable } from '@fluentui/react-virtualizer';
91
+ import { useVirtualizerContext_unstable } from '@fluentui/react-virtualizer';
98
92
  import { useVirtualizerScrollView_unstable } from '@fluentui/react-virtualizer';
93
+ import { useVirtualizerScrollViewDynamic_unstable } from '@fluentui/react-virtualizer';
94
+ import { useVirtualizerScrollViewDynamicStyles_unstable } from '@fluentui/react-virtualizer';
99
95
  import { useVirtualizerScrollViewStyles_unstable } from '@fluentui/react-virtualizer';
100
96
  import { useVirtualizerStyles_unstable } from '@fluentui/react-virtualizer';
101
97
  import { Virtualizer } from '@fluentui/react-virtualizer';
102
98
  import { VirtualizerChildRenderFunction } from '@fluentui/react-virtualizer';
103
99
  import { virtualizerClassNames } from '@fluentui/react-virtualizer';
100
+ import { VirtualizerContextProps } from '@fluentui/react-virtualizer';
101
+ import { VirtualizerContextProvider } from '@fluentui/react-virtualizer';
102
+ import { VirtualizerMeasureDynamicProps } from '@fluentui/react-virtualizer';
103
+ import { VirtualizerMeasureProps } from '@fluentui/react-virtualizer';
104
104
  import { VirtualizerProps } from '@fluentui/react-virtualizer';
105
105
  import { VirtualizerScrollView } from '@fluentui/react-virtualizer';
106
106
  import { virtualizerScrollViewClassNames } from '@fluentui/react-virtualizer';
107
+ import { VirtualizerScrollViewDynamic } from '@fluentui/react-virtualizer';
108
+ import { virtualizerScrollViewDynamicClassNames } from '@fluentui/react-virtualizer';
109
+ import { VirtualizerScrollViewDynamicProps } from '@fluentui/react-virtualizer';
110
+ import { VirtualizerScrollViewDynamicSlots } from '@fluentui/react-virtualizer';
111
+ import { VirtualizerScrollViewDynamicState } from '@fluentui/react-virtualizer';
107
112
  import { VirtualizerScrollViewProps } from '@fluentui/react-virtualizer';
108
113
  import { VirtualizerScrollViewSlots } from '@fluentui/react-virtualizer';
109
114
  import { VirtualizerScrollViewState } from '@fluentui/react-virtualizer';
@@ -158,14 +163,12 @@ export { renderInfoButton_unstable }
158
163
 
159
164
  export { renderInfoLabel_unstable }
160
165
 
161
- export { renderSkeleton_unstable }
162
-
163
- export { renderSkeletonItem_unstable }
164
-
165
166
  export { renderTree_unstable }
166
167
 
167
168
  export { renderTreeItem_unstable }
168
169
 
170
+ export { renderTreeItemAside_unstable }
171
+
169
172
  export { renderTreeItemLayout_unstable }
170
173
 
171
174
  export { renderTreeItemPersonaLayout_unstable }
@@ -174,37 +177,27 @@ export { renderVirtualizer_unstable }
174
177
 
175
178
  export { renderVirtualizerScrollView_unstable }
176
179
 
177
- export { Skeleton }
178
-
179
- export { skeletonClassNames }
180
-
181
- export { SkeletonContextProvider }
180
+ export { renderVirtualizerScrollViewDynamic_unstable }
182
181
 
183
- export { SkeletonContextValue }
182
+ export { ResizeCallbackWithRef }
184
183
 
185
- export { SkeletonItem }
186
-
187
- export { skeletonItemClassNames }
188
-
189
- export { SkeletonItemProps }
190
-
191
- export { SkeletonItemSlots }
184
+ export { Tree }
192
185
 
193
- export { SkeletonItemState }
186
+ export { treeClassNames }
194
187
 
195
- export { SkeletonProps }
188
+ export { TreeContextValue }
196
189
 
197
- export { SkeletonSlots }
190
+ export { TreeItem }
198
191
 
199
- export { SkeletonState }
192
+ export { TreeItemAside }
200
193
 
201
- export { Tree }
194
+ export { treeItemAsideClassNames }
202
195
 
203
- export { treeClassNames }
196
+ export { TreeItemAsideProps }
204
197
 
205
- export { TreeContextValue }
198
+ export { TreeItemAsideSlots }
206
199
 
207
- export { TreeItem }
200
+ export { TreeItemAsideState }
208
201
 
209
202
  export { treeItemClassNames }
210
203
 
@@ -258,6 +251,8 @@ export { useAlert_unstable }
258
251
 
259
252
  export { useAlertStyles_unstable }
260
253
 
254
+ export { useDynamicVirtualizerMeasure }
255
+
261
256
  export { useFlatTree_unstable }
262
257
 
263
258
  export { useInfoButton_unstable }
@@ -270,15 +265,7 @@ export { useInfoLabelStyles_unstable }
270
265
 
271
266
  export { useIntersectionObserver }
272
267
 
273
- export { useSkeleton_unstable }
274
-
275
- export { useSkeletonContext }
276
-
277
- export { useSkeletonItem_unstable }
278
-
279
- export { useSkeletonItemStyles_unstable }
280
-
281
- export { useSkeletonStyles_unstable }
268
+ export { useResizeObserverRef_unstable }
282
269
 
283
270
  export { useStaticVirtualizerMeasure }
284
271
 
@@ -288,6 +275,10 @@ export { useTreeContext_unstable }
288
275
 
289
276
  export { useTreeItem_unstable }
290
277
 
278
+ export { useTreeItemAside_unstable }
279
+
280
+ export { useTreeItemAsideStyles_unstable }
281
+
291
282
  export { useTreeItemContext_unstable }
292
283
 
293
284
  export { useTreeItemLayout_unstable }
@@ -304,8 +295,14 @@ export { useTreeStyles_unstable }
304
295
 
305
296
  export { useVirtualizer_unstable }
306
297
 
298
+ export { useVirtualizerContext_unstable }
299
+
307
300
  export { useVirtualizerScrollView_unstable }
308
301
 
302
+ export { useVirtualizerScrollViewDynamic_unstable }
303
+
304
+ export { useVirtualizerScrollViewDynamicStyles_unstable }
305
+
309
306
  export { useVirtualizerScrollViewStyles_unstable }
310
307
 
311
308
  export { useVirtualizerStyles_unstable }
@@ -316,12 +313,30 @@ export { VirtualizerChildRenderFunction }
316
313
 
317
314
  export { virtualizerClassNames }
318
315
 
316
+ export { VirtualizerContextProps }
317
+
318
+ export { VirtualizerContextProvider }
319
+
320
+ export { VirtualizerMeasureDynamicProps }
321
+
322
+ export { VirtualizerMeasureProps }
323
+
319
324
  export { VirtualizerProps }
320
325
 
321
326
  export { VirtualizerScrollView }
322
327
 
323
328
  export { virtualizerScrollViewClassNames }
324
329
 
330
+ export { VirtualizerScrollViewDynamic }
331
+
332
+ export { virtualizerScrollViewDynamicClassNames }
333
+
334
+ export { VirtualizerScrollViewDynamicProps }
335
+
336
+ export { VirtualizerScrollViewDynamicSlots }
337
+
338
+ export { VirtualizerScrollViewDynamicState }
339
+
325
340
  export { VirtualizerScrollViewProps }
326
341
 
327
342
  export { VirtualizerScrollViewSlots }