@fluentui/react-components 9.19.0 → 9.19.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.json +308 -1
- package/CHANGELOG.md +106 -2
- package/dist/unstable.d.ts +0 -3
- package/lib/unstable/index.js.map +1 -1
- package/package.json +37 -37
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,314 @@
|
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Mon,
|
|
5
|
+
"date": "Mon, 24 Apr 2023 08:09:04 GMT",
|
|
6
|
+
"tag": "@fluentui/react-components_v9.19.1",
|
|
7
|
+
"version": "9.19.1",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
12
|
+
"package": "@fluentui/react-accordion",
|
|
13
|
+
"commit": "93de47a555e31b091d76657bd25c0180e290eee0",
|
|
14
|
+
"comment": "feat: adopt custom JSX pragma"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
18
|
+
"package": "@fluentui/react-avatar",
|
|
19
|
+
"commit": "d340ff4b1c3aa7e1818780ec4d41f46c86e451c9",
|
|
20
|
+
"comment": "chore: adopt custom JSX pragma"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
24
|
+
"package": "@fluentui/react-badge",
|
|
25
|
+
"commit": "477d9f6d64d777f857dedec6a71e58baa31fbe30",
|
|
26
|
+
"comment": "chore: adopt custom JSX pragma"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
30
|
+
"package": "@fluentui/react-button",
|
|
31
|
+
"commit": "d65eb9f6ec233104ab627532468fa64d71bbd702",
|
|
32
|
+
"comment": "chore: adopt custom JSX pragma"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
36
|
+
"package": "@fluentui/react-card",
|
|
37
|
+
"commit": "2c2438a98002403210039275ce54f94367f2b3fe",
|
|
38
|
+
"comment": "chore: adopt custom JSX pragma"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
42
|
+
"package": "@fluentui/react-checkbox",
|
|
43
|
+
"commit": "a8d61a5dde83114c2746c8bba8a0410afea8fa65",
|
|
44
|
+
"comment": "chore: adopt custom JSX pragma"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
48
|
+
"package": "@fluentui/react-combobox",
|
|
49
|
+
"commit": "e5b5ac12b9221dbf0d3ec42a4b22a962746774b1",
|
|
50
|
+
"comment": "chore: adopt custom JSX pragma"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
54
|
+
"package": "@fluentui/react-components",
|
|
55
|
+
"commit": "4dde6727c7e7fe7fbf6fedb4e1619deddbd3e16a",
|
|
56
|
+
"comment": "removes TreeItemId type from react-tree"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
60
|
+
"package": "@fluentui/react-datepicker-compat",
|
|
61
|
+
"commit": "59ef51fcd9e2ab84a4a480e0a02bc05ecd3a6697",
|
|
62
|
+
"comment": "chore: adopt custom JSX pragma"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
66
|
+
"package": "@fluentui/react-dialog",
|
|
67
|
+
"commit": "b287dc6426477a8ec03b6a845ea0ee3ba0bfb726",
|
|
68
|
+
"comment": "bugfix: DialogTitle root as h2 by default"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
72
|
+
"package": "@fluentui/react-dialog",
|
|
73
|
+
"commit": "85c36e249b33b0bad79be4edd1a943dfc5233b11",
|
|
74
|
+
"comment": "bugfix: remove caret from react-jsx-runtime prerelease dependency"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
78
|
+
"package": "@fluentui/react-dialog",
|
|
79
|
+
"commit": "1227882a7a3813f21c45df6eb27aa65a89a5c45c",
|
|
80
|
+
"comment": "chore: hoist tabster modal attributes to Dialog component"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
84
|
+
"package": "@fluentui/react-divider",
|
|
85
|
+
"commit": "ec5f15a5fb78104ff874f1f16eda663fecde1704",
|
|
86
|
+
"comment": "chore: adopt custom JSX pragma"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
90
|
+
"package": "@fluentui/react-field",
|
|
91
|
+
"commit": "7e199488cd02df78788b833bf29ed7e312b9e41f",
|
|
92
|
+
"comment": "chore: adopt custom JSX pragma"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
96
|
+
"package": "@fluentui/react-image",
|
|
97
|
+
"commit": "a6ff85541907771d5172fbd804e05a380fd0a906",
|
|
98
|
+
"comment": "chore: adopt custom JSX pragma"
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
102
|
+
"package": "@fluentui/react-input",
|
|
103
|
+
"commit": "e3f0d22908c3c70c89a984a4025a76eb66a0928d",
|
|
104
|
+
"comment": "chore: adopt custom JSX pragma"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
108
|
+
"package": "@fluentui/react-label",
|
|
109
|
+
"commit": "b61892e1d2e6b8bef5b5b1ba22e08247238fb45c",
|
|
110
|
+
"comment": "chore: adopt custom JSX pragma"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
114
|
+
"package": "@fluentui/react-link",
|
|
115
|
+
"commit": "a781d26259ea8fc330842aceb439edf2b1378288",
|
|
116
|
+
"comment": "chore: adopt custom JSX pragma"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
120
|
+
"package": "@fluentui/react-menu",
|
|
121
|
+
"commit": "85c36e249b33b0bad79be4edd1a943dfc5233b11",
|
|
122
|
+
"comment": "bugfix: remove caret from react-jsx-runtime prerelease dependency"
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
126
|
+
"package": "@fluentui/react-persona",
|
|
127
|
+
"commit": "4f02d916ac12350bd7323d02961fde2de7658658",
|
|
128
|
+
"comment": "chore: adopt custom JSX pragma"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
132
|
+
"package": "@fluentui/react-popover",
|
|
133
|
+
"commit": "92f70e62b4c8256f81aae5d521477af851656f5d",
|
|
134
|
+
"comment": "bugfix: ensure legacyTrapFocus works properly"
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
138
|
+
"package": "@fluentui/react-popover",
|
|
139
|
+
"commit": "85c36e249b33b0bad79be4edd1a943dfc5233b11",
|
|
140
|
+
"comment": "bugfix: remove caret from react-jsx-runtime prerelease dependency"
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
144
|
+
"package": "@fluentui/react-progress",
|
|
145
|
+
"commit": "4a712dff672b89d0407040354652993822cb541f",
|
|
146
|
+
"comment": "chore: adopt custom JSX pragma"
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
150
|
+
"package": "@fluentui/react-provider",
|
|
151
|
+
"commit": "85c36e249b33b0bad79be4edd1a943dfc5233b11",
|
|
152
|
+
"comment": "bugfix: remove caret from react-jsx-runtime prerelease dependency"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
156
|
+
"package": "@fluentui/react-radio",
|
|
157
|
+
"commit": "4b4c462351678e8b6f81e3955d6d0a4a25cb212c",
|
|
158
|
+
"comment": "chore: adopt custom JSX pragma"
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
162
|
+
"package": "@fluentui/react-select",
|
|
163
|
+
"commit": "fa11c3889e6606bf7b0f8693b75f470b61da5a68",
|
|
164
|
+
"comment": "chore: adopt custom JSX pragma"
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
168
|
+
"package": "@fluentui/react-slider",
|
|
169
|
+
"commit": "1013f6c9298ee3bc942544f8e4634c225c222db2",
|
|
170
|
+
"comment": "chore: adopt custom JSX pragma"
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
174
|
+
"package": "@fluentui/react-spinbutton",
|
|
175
|
+
"commit": "30931f6ca6133ba309323814aa3785abe26378b6",
|
|
176
|
+
"comment": "chore: adopt custom JSX pragma"
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
180
|
+
"package": "@fluentui/react-spinner",
|
|
181
|
+
"commit": "cc2d9e296c0a45b6af258e5e3e13b8371f8602d3",
|
|
182
|
+
"comment": "chore: adopt custom JSX pragma"
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
186
|
+
"package": "@fluentui/react-switch",
|
|
187
|
+
"commit": "3af4f74b06db2bb4a1a85361fd7b4595c0e97921",
|
|
188
|
+
"comment": "chore: adopt custom JSX pragma"
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
192
|
+
"package": "@fluentui/react-table",
|
|
193
|
+
"commit": "85c36e249b33b0bad79be4edd1a943dfc5233b11",
|
|
194
|
+
"comment": "bugfix: remove caret from react-jsx-runtime prerelease dependency"
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
198
|
+
"package": "@fluentui/react-tabs",
|
|
199
|
+
"commit": "fe299ee315a83fdafe7fb3e3cbd2075cc19867e7",
|
|
200
|
+
"comment": "chore: adopts custom JSX pragma"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
204
|
+
"package": "@fluentui/react-text",
|
|
205
|
+
"commit": "8b1ce88b43df03b09d0251921a01c0f0499d1cbe",
|
|
206
|
+
"comment": "chore: adopt custom JSX pragma"
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
210
|
+
"package": "@fluentui/react-textarea",
|
|
211
|
+
"commit": "4ca91d59dad4b9ad26955d59db15b81b7dfe6faa",
|
|
212
|
+
"comment": "chore: adopt custom JSX pragma"
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
216
|
+
"package": "@fluentui/react-toolbar",
|
|
217
|
+
"commit": "85c36e249b33b0bad79be4edd1a943dfc5233b11",
|
|
218
|
+
"comment": "bugfix: remove caret from react-jsx-runtime prerelease dependency"
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
222
|
+
"package": "@fluentui/react-tooltip",
|
|
223
|
+
"commit": "cf79cc20319c377dda47c0a2b135eeb1b5b7efdf",
|
|
224
|
+
"comment": "chore: adopt custom JSX pragma"
|
|
225
|
+
}
|
|
226
|
+
],
|
|
227
|
+
"prerelease": [
|
|
228
|
+
{
|
|
229
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
230
|
+
"package": "@fluentui/react-alert",
|
|
231
|
+
"commit": "85c36e249b33b0bad79be4edd1a943dfc5233b11",
|
|
232
|
+
"comment": "bugfix: remove caret from react-jsx-runtime prerelease dependency"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
236
|
+
"package": "@fluentui/react-data-grid-react-window",
|
|
237
|
+
"commit": "85c36e249b33b0bad79be4edd1a943dfc5233b11",
|
|
238
|
+
"comment": "bugfix: remove caret from react-jsx-runtime prerelease dependency"
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
242
|
+
"package": "@fluentui/react-infobutton",
|
|
243
|
+
"commit": "dd76eca6f3584188994575d1d15d805a24ee9a91",
|
|
244
|
+
"comment": "chore: adopt custom JSX pragma"
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
248
|
+
"package": "@fluentui/react-jsx-runtime",
|
|
249
|
+
"commit": "391878bf4d8a8210a8279a6ced8bf9a64daf4c64",
|
|
250
|
+
"comment": "chore: simplify createElement method"
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
254
|
+
"package": "@fluentui/react-skeleton",
|
|
255
|
+
"commit": "c899af235684ed0e2745db9c8e394692865b6765",
|
|
256
|
+
"comment": "chore: adopt custom JSX pragma"
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
260
|
+
"package": "@fluentui/react-tree",
|
|
261
|
+
"commit": "85c36e249b33b0bad79be4edd1a943dfc5233b11",
|
|
262
|
+
"comment": "bugfix: remove caret from react-jsx-runtime prerelease dependency"
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
266
|
+
"package": "@fluentui/react-tree",
|
|
267
|
+
"commit": "acbc5fcb1381e9adcc4e1fa678a374d42a79438b",
|
|
268
|
+
"comment": "bugfix: fix parent navigation after independency from id"
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
272
|
+
"package": "@fluentui/react-tree",
|
|
273
|
+
"commit": "4dde6727c7e7fe7fbf6fedb4e1619deddbd3e16a",
|
|
274
|
+
"comment": "feat: value property over id"
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
278
|
+
"package": "@fluentui/react-tree",
|
|
279
|
+
"commit": "ab5e8979917780ec8cf6b3b08b3696fc1b7a83f4",
|
|
280
|
+
"comment": "chore: restructure stories, add separate category for flat tree"
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
284
|
+
"package": "@fluentui/react-virtualizer",
|
|
285
|
+
"commit": "142c07abdeedea8f6b2e0cc15acf02795ce7f0fc",
|
|
286
|
+
"comment": "chore: adopt custom JSX pragma"
|
|
287
|
+
}
|
|
288
|
+
],
|
|
289
|
+
"minor": [
|
|
290
|
+
{
|
|
291
|
+
"author": "esteban.230@hotmail.com",
|
|
292
|
+
"package": "@fluentui/react-datepicker-compat",
|
|
293
|
+
"commit": "f7d88ee6fb582989efc057880ddfe60228649189",
|
|
294
|
+
"comment": "feat: Add error handling to DatePicker."
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"author": "esteban.230@hotmail.com",
|
|
298
|
+
"package": "@fluentui/react-datepicker-compat",
|
|
299
|
+
"commit": "bb8dfe06f4f2910eef1561c76410bf91b009fa37",
|
|
300
|
+
"comment": "feat: Move DatePicker compat to stable."
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"author": "esteban.230@hotmail.com",
|
|
304
|
+
"package": "@fluentui/react-datepicker-compat",
|
|
305
|
+
"commit": "011c6f0665a03aa804aac1e0f900e70229518c7c",
|
|
306
|
+
"comment": "feat: Refactor DatePicker to remove Field and error handling logic."
|
|
307
|
+
}
|
|
308
|
+
]
|
|
309
|
+
}
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"date": "Mon, 17 Apr 2023 17:53:43 GMT",
|
|
6
313
|
"tag": "@fluentui/react-components_v9.19.0",
|
|
7
314
|
"version": "9.19.0",
|
|
8
315
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,116 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on Mon,
|
|
3
|
+
This log was last generated on Mon, 24 Apr 2023 08:09:04 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.19.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.19.1)
|
|
8
|
+
|
|
9
|
+
Mon, 24 Apr 2023 08:09:04 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.19.0..@fluentui/react-components_v9.19.1)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-datepicker-compat`
|
|
15
|
+
- feat: Add error handling to DatePicker. ([PR #27637](https://github.com/microsoft/fluentui/pull/27637) by esteban.230@hotmail.com)
|
|
16
|
+
- feat: Move DatePicker compat to stable. ([PR #27378](https://github.com/microsoft/fluentui/pull/27378) by esteban.230@hotmail.com)
|
|
17
|
+
- feat: Refactor DatePicker to remove Field and error handling logic. ([PR #27509](https://github.com/microsoft/fluentui/pull/27509) by esteban.230@hotmail.com)
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- `@fluentui/react-accordion`
|
|
22
|
+
- feat: adopt custom JSX pragma ([PR #27601](https://github.com/microsoft/fluentui/pull/27601) by bernardo.sunderhus@gmail.com)
|
|
23
|
+
- `@fluentui/react-avatar`
|
|
24
|
+
- chore: adopt custom JSX pragma ([PR #27602](https://github.com/microsoft/fluentui/pull/27602) by bernardo.sunderhus@gmail.com)
|
|
25
|
+
- `@fluentui/react-badge`
|
|
26
|
+
- chore: adopt custom JSX pragma ([PR #27603](https://github.com/microsoft/fluentui/pull/27603) by bernardo.sunderhus@gmail.com)
|
|
27
|
+
- `@fluentui/react-button`
|
|
28
|
+
- chore: adopt custom JSX pragma ([PR #27605](https://github.com/microsoft/fluentui/pull/27605) by bernardo.sunderhus@gmail.com)
|
|
29
|
+
- `@fluentui/react-card`
|
|
30
|
+
- chore: adopt custom JSX pragma ([PR #27606](https://github.com/microsoft/fluentui/pull/27606) by bernardo.sunderhus@gmail.com)
|
|
31
|
+
- `@fluentui/react-checkbox`
|
|
32
|
+
- chore: adopt custom JSX pragma ([PR #27607](https://github.com/microsoft/fluentui/pull/27607) by bernardo.sunderhus@gmail.com)
|
|
33
|
+
- `@fluentui/react-combobox`
|
|
34
|
+
- chore: adopt custom JSX pragma ([PR #27608](https://github.com/microsoft/fluentui/pull/27608) by bernardo.sunderhus@gmail.com)
|
|
35
|
+
- `@fluentui/react-components`
|
|
36
|
+
- removes TreeItemId type from react-tree ([PR #27532](https://github.com/microsoft/fluentui/pull/27532) by bernardo.sunderhus@gmail.com)
|
|
37
|
+
- `@fluentui/react-datepicker-compat`
|
|
38
|
+
- chore: adopt custom JSX pragma ([PR #27609](https://github.com/microsoft/fluentui/pull/27609) by bernardo.sunderhus@gmail.com)
|
|
39
|
+
- `@fluentui/react-dialog`
|
|
40
|
+
- bugfix: DialogTitle root as h2 by default ([PR #27555](https://github.com/microsoft/fluentui/pull/27555) by bernardo.sunderhus@gmail.com)
|
|
41
|
+
- bugfix: remove caret from react-jsx-runtime prerelease dependency ([PR #27588](https://github.com/microsoft/fluentui/pull/27588) by bernardo.sunderhus@gmail.com)
|
|
42
|
+
- chore: hoist tabster modal attributes to Dialog component ([PR #27541](https://github.com/microsoft/fluentui/pull/27541) by bernardo.sunderhus@gmail.com)
|
|
43
|
+
- `@fluentui/react-divider`
|
|
44
|
+
- chore: adopt custom JSX pragma ([PR #27610](https://github.com/microsoft/fluentui/pull/27610) by bernardo.sunderhus@gmail.com)
|
|
45
|
+
- `@fluentui/react-field`
|
|
46
|
+
- chore: adopt custom JSX pragma ([PR #27612](https://github.com/microsoft/fluentui/pull/27612) by bernardo.sunderhus@gmail.com)
|
|
47
|
+
- `@fluentui/react-image`
|
|
48
|
+
- chore: adopt custom JSX pragma ([PR #27613](https://github.com/microsoft/fluentui/pull/27613) by bernardo.sunderhus@gmail.com)
|
|
49
|
+
- `@fluentui/react-input`
|
|
50
|
+
- chore: adopt custom JSX pragma ([PR #27614](https://github.com/microsoft/fluentui/pull/27614) by bernardo.sunderhus@gmail.com)
|
|
51
|
+
- `@fluentui/react-label`
|
|
52
|
+
- chore: adopt custom JSX pragma ([PR #27616](https://github.com/microsoft/fluentui/pull/27616) by bernardo.sunderhus@gmail.com)
|
|
53
|
+
- `@fluentui/react-link`
|
|
54
|
+
- chore: adopt custom JSX pragma ([PR #27620](https://github.com/microsoft/fluentui/pull/27620) by bernardo.sunderhus@gmail.com)
|
|
55
|
+
- `@fluentui/react-menu`
|
|
56
|
+
- bugfix: remove caret from react-jsx-runtime prerelease dependency ([PR #27588](https://github.com/microsoft/fluentui/pull/27588) by bernardo.sunderhus@gmail.com)
|
|
57
|
+
- `@fluentui/react-persona`
|
|
58
|
+
- chore: adopt custom JSX pragma ([PR #27619](https://github.com/microsoft/fluentui/pull/27619) by bernardo.sunderhus@gmail.com)
|
|
59
|
+
- `@fluentui/react-popover`
|
|
60
|
+
- bugfix: ensure legacyTrapFocus works properly ([PR #27574](https://github.com/microsoft/fluentui/pull/27574) by bernardo.sunderhus@gmail.com)
|
|
61
|
+
- bugfix: remove caret from react-jsx-runtime prerelease dependency ([PR #27588](https://github.com/microsoft/fluentui/pull/27588) by bernardo.sunderhus@gmail.com)
|
|
62
|
+
- `@fluentui/react-progress`
|
|
63
|
+
- chore: adopt custom JSX pragma ([PR #27617](https://github.com/microsoft/fluentui/pull/27617) by bernardo.sunderhus@gmail.com)
|
|
64
|
+
- `@fluentui/react-provider`
|
|
65
|
+
- bugfix: remove caret from react-jsx-runtime prerelease dependency ([PR #27588](https://github.com/microsoft/fluentui/pull/27588) by bernardo.sunderhus@gmail.com)
|
|
66
|
+
- `@fluentui/react-radio`
|
|
67
|
+
- chore: adopt custom JSX pragma ([PR #27618](https://github.com/microsoft/fluentui/pull/27618) by bernardo.sunderhus@gmail.com)
|
|
68
|
+
- `@fluentui/react-select`
|
|
69
|
+
- chore: adopt custom JSX pragma ([PR #27621](https://github.com/microsoft/fluentui/pull/27621) by bernardo.sunderhus@gmail.com)
|
|
70
|
+
- `@fluentui/react-slider`
|
|
71
|
+
- chore: adopt custom JSX pragma ([PR #27624](https://github.com/microsoft/fluentui/pull/27624) by bernardo.sunderhus@gmail.com)
|
|
72
|
+
- `@fluentui/react-spinbutton`
|
|
73
|
+
- chore: adopt custom JSX pragma ([PR #27625](https://github.com/microsoft/fluentui/pull/27625) by bernardo.sunderhus@gmail.com)
|
|
74
|
+
- `@fluentui/react-spinner`
|
|
75
|
+
- chore: adopt custom JSX pragma ([PR #27622](https://github.com/microsoft/fluentui/pull/27622) by bernardo.sunderhus@gmail.com)
|
|
76
|
+
- `@fluentui/react-switch`
|
|
77
|
+
- chore: adopt custom JSX pragma ([PR #27627](https://github.com/microsoft/fluentui/pull/27627) by bernardo.sunderhus@gmail.com)
|
|
78
|
+
- `@fluentui/react-table`
|
|
79
|
+
- bugfix: remove caret from react-jsx-runtime prerelease dependency ([PR #27588](https://github.com/microsoft/fluentui/pull/27588) by bernardo.sunderhus@gmail.com)
|
|
80
|
+
- `@fluentui/react-tabs`
|
|
81
|
+
- chore: adopts custom JSX pragma ([PR #27640](https://github.com/microsoft/fluentui/pull/27640) by bernardo.sunderhus@gmail.com)
|
|
82
|
+
- `@fluentui/react-text`
|
|
83
|
+
- chore: adopt custom JSX pragma ([PR #27626](https://github.com/microsoft/fluentui/pull/27626) by bernardo.sunderhus@gmail.com)
|
|
84
|
+
- `@fluentui/react-textarea`
|
|
85
|
+
- chore: adopt custom JSX pragma ([PR #27631](https://github.com/microsoft/fluentui/pull/27631) by bernardo.sunderhus@gmail.com)
|
|
86
|
+
- `@fluentui/react-toolbar`
|
|
87
|
+
- bugfix: remove caret from react-jsx-runtime prerelease dependency ([PR #27588](https://github.com/microsoft/fluentui/pull/27588) by bernardo.sunderhus@gmail.com)
|
|
88
|
+
- `@fluentui/react-tooltip`
|
|
89
|
+
- chore: adopt custom JSX pragma ([PR #27630](https://github.com/microsoft/fluentui/pull/27630) by bernardo.sunderhus@gmail.com)
|
|
90
|
+
|
|
91
|
+
### Changes
|
|
92
|
+
|
|
93
|
+
- `@fluentui/react-alert`
|
|
94
|
+
- bugfix: remove caret from react-jsx-runtime prerelease dependency ([PR #27588](https://github.com/microsoft/fluentui/pull/27588) by bernardo.sunderhus@gmail.com)
|
|
95
|
+
- `@fluentui/react-data-grid-react-window`
|
|
96
|
+
- bugfix: remove caret from react-jsx-runtime prerelease dependency ([PR #27588](https://github.com/microsoft/fluentui/pull/27588) by bernardo.sunderhus@gmail.com)
|
|
97
|
+
- `@fluentui/react-infobutton`
|
|
98
|
+
- chore: adopt custom JSX pragma ([PR #27615](https://github.com/microsoft/fluentui/pull/27615) by bernardo.sunderhus@gmail.com)
|
|
99
|
+
- `@fluentui/react-jsx-runtime`
|
|
100
|
+
- chore: simplify createElement method ([PR #27573](https://github.com/microsoft/fluentui/pull/27573) by bernardo.sunderhus@gmail.com)
|
|
101
|
+
- `@fluentui/react-skeleton`
|
|
102
|
+
- chore: adopt custom JSX pragma ([PR #27623](https://github.com/microsoft/fluentui/pull/27623) by bernardo.sunderhus@gmail.com)
|
|
103
|
+
- `@fluentui/react-tree`
|
|
104
|
+
- bugfix: remove caret from react-jsx-runtime prerelease dependency ([PR #27588](https://github.com/microsoft/fluentui/pull/27588) by bernardo.sunderhus@gmail.com)
|
|
105
|
+
- bugfix: fix parent navigation after independency from id ([PR #27642](https://github.com/microsoft/fluentui/pull/27642) by bernardo.sunderhus@gmail.com)
|
|
106
|
+
- feat: value property over id ([PR #27532](https://github.com/microsoft/fluentui/pull/27532) by bernardo.sunderhus@gmail.com)
|
|
107
|
+
- chore: restructure stories, add separate category for flat tree ([PR #27586](https://github.com/microsoft/fluentui/pull/27586) by bernardo.sunderhus@gmail.com)
|
|
108
|
+
- `@fluentui/react-virtualizer`
|
|
109
|
+
- chore: adopt custom JSX pragma ([PR #27629](https://github.com/microsoft/fluentui/pull/27629) by bernardo.sunderhus@gmail.com)
|
|
110
|
+
|
|
7
111
|
## [9.19.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.19.0)
|
|
8
112
|
|
|
9
|
-
Mon, 17 Apr 2023 17:
|
|
113
|
+
Mon, 17 Apr 2023 17:53:43 GMT
|
|
10
114
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.18.9..@fluentui/react-components_v9.19.0)
|
|
11
115
|
|
|
12
116
|
### Minor changes
|
package/dist/unstable.d.ts
CHANGED
|
@@ -47,7 +47,6 @@ import { treeClassNames } from '@fluentui/react-tree';
|
|
|
47
47
|
import { TreeContextValue } from '@fluentui/react-tree';
|
|
48
48
|
import { TreeItem } from '@fluentui/react-tree';
|
|
49
49
|
import { treeItemClassNames } from '@fluentui/react-tree';
|
|
50
|
-
import { TreeItemId } from '@fluentui/react-tree';
|
|
51
50
|
import { TreeItemLayout } from '@fluentui/react-tree';
|
|
52
51
|
import { treeItemLayoutClassNames } from '@fluentui/react-tree';
|
|
53
52
|
import { TreeItemLayoutProps } from '@fluentui/react-tree';
|
|
@@ -209,8 +208,6 @@ export { TreeItem }
|
|
|
209
208
|
|
|
210
209
|
export { treeItemClassNames }
|
|
211
210
|
|
|
212
|
-
export { TreeItemId }
|
|
213
|
-
|
|
214
211
|
export { TreeItemLayout }
|
|
215
212
|
|
|
216
213
|
export { treeItemLayoutClassNames }
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["Alert","alertClassNames","renderAlert_unstable","useAlertStyles_unstable","useAlert_unstable","InfoButton","infoButtonClassNames","useInfoButton_unstable","useInfoButtonStyles_unstable","renderInfoButton_unstable","InfoLabel","infoLabelClassNames","renderInfoLabel_unstable","useInfoLabel_unstable","useInfoLabelStyles_unstable","Skeleton","renderSkeleton_unstable","skeletonClassNames","useSkeletonStyles_unstable","useSkeleton_unstable","SkeletonItem","renderSkeletonItem_unstable","skeletonItemClassNames","useSkeletonItemStyles_unstable","useSkeletonItem_unstable","SkeletonContextProvider","useSkeletonContext","Virtualizer","virtualizerClassNames","useVirtualizer_unstable","renderVirtualizer_unstable","useVirtualizerStyles_unstable","useIntersectionObserver","useStaticVirtualizerMeasure","VirtualizerScrollView","virtualizerScrollViewClassNames","useVirtualizerScrollView_unstable","renderVirtualizerScrollView_unstable","useVirtualizerScrollViewStyles_unstable","Tree","TreeItem","TreeProvider","TreeItemLayout","TreeItemProvider","TreeItemPersonaLayout","useTreeContext_unstable","useTreeItemContext_unstable","useTree_unstable","useTreeItem_unstable","useTreeItemLayout_unstable","useTreeItemPersonaLayout_unstable","renderTree_unstable","renderTreeItem_unstable","renderTreeItemPersonaLayout_unstable","renderTreeItemLayout_unstable","useTreeStyles_unstable","useTreeItemStyles_unstable","useTreeItemPersonaLayoutStyles_unstable","useTreeItemLayoutStyles_unstable","treeItemPersonaLayoutClassNames","treeItemLevelToken","treeItemLayoutClassNames","treeItemClassNames","treeClassNames","useFlatTree_unstable","flattenTree_unstable"],"sources":["../../src/unstable/index.ts"],"sourcesContent":["// Stub for unstable exports\n\nexport {\n Alert,\n alertClassNames,\n renderAlert_unstable,\n useAlertStyles_unstable,\n useAlert_unstable,\n} from '@fluentui/react-alert';\nexport type { AlertProps, AlertSlots, AlertState } from '@fluentui/react-alert';\n\nexport {\n InfoButton,\n infoButtonClassNames,\n useInfoButton_unstable,\n useInfoButtonStyles_unstable,\n renderInfoButton_unstable,\n InfoLabel,\n infoLabelClassNames,\n renderInfoLabel_unstable,\n useInfoLabel_unstable,\n useInfoLabelStyles_unstable,\n} from '@fluentui/react-infobutton';\nexport type {\n InfoButtonProps,\n InfoButtonSlots,\n InfoButtonState,\n InfoLabelProps,\n InfoLabelSlots,\n InfoLabelState,\n} from '@fluentui/react-infobutton';\n\nexport {\n Skeleton,\n renderSkeleton_unstable,\n skeletonClassNames,\n useSkeletonStyles_unstable,\n useSkeleton_unstable,\n SkeletonItem,\n renderSkeletonItem_unstable,\n skeletonItemClassNames,\n useSkeletonItemStyles_unstable,\n useSkeletonItem_unstable,\n SkeletonContextProvider,\n useSkeletonContext,\n} from '@fluentui/react-skeleton';\nexport type {\n SkeletonProps,\n SkeletonSlots,\n SkeletonState,\n SkeletonItemProps,\n SkeletonItemSlots,\n SkeletonItemState,\n SkeletonContextValue,\n} from '@fluentui/react-skeleton';\n\nexport {\n Virtualizer,\n virtualizerClassNames,\n useVirtualizer_unstable,\n renderVirtualizer_unstable,\n useVirtualizerStyles_unstable,\n useIntersectionObserver,\n useStaticVirtualizerMeasure,\n VirtualizerScrollView,\n virtualizerScrollViewClassNames,\n useVirtualizerScrollView_unstable,\n renderVirtualizerScrollView_unstable,\n useVirtualizerScrollViewStyles_unstable,\n} from '@fluentui/react-virtualizer';\nexport type {\n VirtualizerProps,\n VirtualizerState,\n VirtualizerSlots,\n VirtualizerChildRenderFunction,\n VirtualizerScrollViewProps,\n VirtualizerScrollViewState,\n VirtualizerScrollViewSlots,\n} from '@fluentui/react-virtualizer';\n\nexport {\n Tree,\n TreeItem,\n TreeProvider,\n TreeItemLayout,\n TreeItemProvider,\n TreeItemPersonaLayout,\n useTreeContext_unstable,\n useTreeItemContext_unstable,\n useTree_unstable,\n useTreeItem_unstable,\n useTreeItemLayout_unstable,\n useTreeItemPersonaLayout_unstable,\n renderTree_unstable,\n renderTreeItem_unstable,\n renderTreeItemPersonaLayout_unstable,\n renderTreeItemLayout_unstable,\n useTreeStyles_unstable,\n useTreeItemStyles_unstable,\n useTreeItemPersonaLayoutStyles_unstable,\n useTreeItemLayoutStyles_unstable,\n treeItemPersonaLayoutClassNames,\n treeItemLevelToken,\n treeItemLayoutClassNames,\n treeItemClassNames,\n treeClassNames,\n useFlatTree_unstable,\n flattenTree_unstable,\n} from '@fluentui/react-tree';\n\nexport type {\n TreeState,\n TreeSlots,\n TreeProps,\n TreeOpenChangeEvent,\n TreeOpenChangeData,\n TreeNavigationEvent_unstable,\n TreeNavigationData_unstable,\n TreeItemState,\n TreeItemSlots,\n TreeItemProps,\n TreeItemPersonaLayoutState,\n TreeItemPersonaLayoutSlots,\n TreeItemPersonaLayoutProps,\n TreeItemLayoutState,\n TreeItemLayoutSlots,\n TreeItemLayoutProps,\n
|
|
1
|
+
{"version":3,"names":["Alert","alertClassNames","renderAlert_unstable","useAlertStyles_unstable","useAlert_unstable","InfoButton","infoButtonClassNames","useInfoButton_unstable","useInfoButtonStyles_unstable","renderInfoButton_unstable","InfoLabel","infoLabelClassNames","renderInfoLabel_unstable","useInfoLabel_unstable","useInfoLabelStyles_unstable","Skeleton","renderSkeleton_unstable","skeletonClassNames","useSkeletonStyles_unstable","useSkeleton_unstable","SkeletonItem","renderSkeletonItem_unstable","skeletonItemClassNames","useSkeletonItemStyles_unstable","useSkeletonItem_unstable","SkeletonContextProvider","useSkeletonContext","Virtualizer","virtualizerClassNames","useVirtualizer_unstable","renderVirtualizer_unstable","useVirtualizerStyles_unstable","useIntersectionObserver","useStaticVirtualizerMeasure","VirtualizerScrollView","virtualizerScrollViewClassNames","useVirtualizerScrollView_unstable","renderVirtualizerScrollView_unstable","useVirtualizerScrollViewStyles_unstable","Tree","TreeItem","TreeProvider","TreeItemLayout","TreeItemProvider","TreeItemPersonaLayout","useTreeContext_unstable","useTreeItemContext_unstable","useTree_unstable","useTreeItem_unstable","useTreeItemLayout_unstable","useTreeItemPersonaLayout_unstable","renderTree_unstable","renderTreeItem_unstable","renderTreeItemPersonaLayout_unstable","renderTreeItemLayout_unstable","useTreeStyles_unstable","useTreeItemStyles_unstable","useTreeItemPersonaLayoutStyles_unstable","useTreeItemLayoutStyles_unstable","treeItemPersonaLayoutClassNames","treeItemLevelToken","treeItemLayoutClassNames","treeItemClassNames","treeClassNames","useFlatTree_unstable","flattenTree_unstable"],"sources":["../../src/unstable/index.ts"],"sourcesContent":["// Stub for unstable exports\n\nexport {\n Alert,\n alertClassNames,\n renderAlert_unstable,\n useAlertStyles_unstable,\n useAlert_unstable,\n} from '@fluentui/react-alert';\nexport type { AlertProps, AlertSlots, AlertState } from '@fluentui/react-alert';\n\nexport {\n InfoButton,\n infoButtonClassNames,\n useInfoButton_unstable,\n useInfoButtonStyles_unstable,\n renderInfoButton_unstable,\n InfoLabel,\n infoLabelClassNames,\n renderInfoLabel_unstable,\n useInfoLabel_unstable,\n useInfoLabelStyles_unstable,\n} from '@fluentui/react-infobutton';\nexport type {\n InfoButtonProps,\n InfoButtonSlots,\n InfoButtonState,\n InfoLabelProps,\n InfoLabelSlots,\n InfoLabelState,\n} from '@fluentui/react-infobutton';\n\nexport {\n Skeleton,\n renderSkeleton_unstable,\n skeletonClassNames,\n useSkeletonStyles_unstable,\n useSkeleton_unstable,\n SkeletonItem,\n renderSkeletonItem_unstable,\n skeletonItemClassNames,\n useSkeletonItemStyles_unstable,\n useSkeletonItem_unstable,\n SkeletonContextProvider,\n useSkeletonContext,\n} from '@fluentui/react-skeleton';\nexport type {\n SkeletonProps,\n SkeletonSlots,\n SkeletonState,\n SkeletonItemProps,\n SkeletonItemSlots,\n SkeletonItemState,\n SkeletonContextValue,\n} from '@fluentui/react-skeleton';\n\nexport {\n Virtualizer,\n virtualizerClassNames,\n useVirtualizer_unstable,\n renderVirtualizer_unstable,\n useVirtualizerStyles_unstable,\n useIntersectionObserver,\n useStaticVirtualizerMeasure,\n VirtualizerScrollView,\n virtualizerScrollViewClassNames,\n useVirtualizerScrollView_unstable,\n renderVirtualizerScrollView_unstable,\n useVirtualizerScrollViewStyles_unstable,\n} from '@fluentui/react-virtualizer';\nexport type {\n VirtualizerProps,\n VirtualizerState,\n VirtualizerSlots,\n VirtualizerChildRenderFunction,\n VirtualizerScrollViewProps,\n VirtualizerScrollViewState,\n VirtualizerScrollViewSlots,\n} from '@fluentui/react-virtualizer';\n\nexport {\n Tree,\n TreeItem,\n TreeProvider,\n TreeItemLayout,\n TreeItemProvider,\n TreeItemPersonaLayout,\n useTreeContext_unstable,\n useTreeItemContext_unstable,\n useTree_unstable,\n useTreeItem_unstable,\n useTreeItemLayout_unstable,\n useTreeItemPersonaLayout_unstable,\n renderTree_unstable,\n renderTreeItem_unstable,\n renderTreeItemPersonaLayout_unstable,\n renderTreeItemLayout_unstable,\n useTreeStyles_unstable,\n useTreeItemStyles_unstable,\n useTreeItemPersonaLayoutStyles_unstable,\n useTreeItemLayoutStyles_unstable,\n treeItemPersonaLayoutClassNames,\n treeItemLevelToken,\n treeItemLayoutClassNames,\n treeItemClassNames,\n treeClassNames,\n useFlatTree_unstable,\n flattenTree_unstable,\n} from '@fluentui/react-tree';\n\nexport type {\n TreeState,\n TreeSlots,\n TreeProps,\n TreeOpenChangeEvent,\n TreeOpenChangeData,\n TreeNavigationEvent_unstable,\n TreeNavigationData_unstable,\n TreeItemState,\n TreeItemSlots,\n TreeItemProps,\n TreeItemPersonaLayoutState,\n TreeItemPersonaLayoutSlots,\n TreeItemPersonaLayoutProps,\n TreeItemLayoutState,\n TreeItemLayoutSlots,\n TreeItemLayoutProps,\n TreeContextValue,\n NestedTreeItem,\n FlatTree,\n FlatTreeProps,\n FlatTreeItemProps,\n FlatTreeItem,\n} from '@fluentui/react-tree';\n"],"mappings":"AAAA;AAEA,SACEA,KAAK,EACLC,eAAe,EACfC,oBAAoB,EACpBC,uBAAuB,EACvBC,iBAAiB,QACZ;AAGP,SACEC,UAAU,EACVC,oBAAoB,EACpBC,sBAAsB,EACtBC,4BAA4B,EAC5BC,yBAAyB,EACzBC,SAAS,EACTC,mBAAmB,EACnBC,wBAAwB,EACxBC,qBAAqB,EACrBC,2BAA2B,QACtB;AAUP,SACEC,QAAQ,EACRC,uBAAuB,EACvBC,kBAAkB,EAClBC,0BAA0B,EAC1BC,oBAAoB,EACpBC,YAAY,EACZC,2BAA2B,EAC3BC,sBAAsB,EACtBC,8BAA8B,EAC9BC,wBAAwB,EACxBC,uBAAuB,EACvBC,kBAAkB,QACb;AAWP,SACEC,WAAW,EACXC,qBAAqB,EACrBC,uBAAuB,EACvBC,0BAA0B,EAC1BC,6BAA6B,EAC7BC,uBAAuB,EACvBC,2BAA2B,EAC3BC,qBAAqB,EACrBC,+BAA+B,EAC/BC,iCAAiC,EACjCC,oCAAoC,EACpCC,uCAAuC,QAClC;AAWP,SACEC,IAAI,EACJC,QAAQ,EACRC,YAAY,EACZC,cAAc,EACdC,gBAAgB,EAChBC,qBAAqB,EACrBC,uBAAuB,EACvBC,2BAA2B,EAC3BC,gBAAgB,EAChBC,oBAAoB,EACpBC,0BAA0B,EAC1BC,iCAAiC,EACjCC,mBAAmB,EACnBC,uBAAuB,EACvBC,oCAAoC,EACpCC,6BAA6B,EAC7BC,sBAAsB,EACtBC,0BAA0B,EAC1BC,uCAAuC,EACvCC,gCAAgC,EAChCC,+BAA+B,EAC/BC,kBAAkB,EAClBC,wBAAwB,EACxBC,kBAAkB,EAClBC,cAAc,EACdC,oBAAoB,EACpBC,oBAAoB,QACf"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
|
-
"version": "9.19.
|
|
3
|
+
"version": "9.19.1",
|
|
4
4
|
"description": "Suite package for converged React components",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -31,49 +31,49 @@
|
|
|
31
31
|
"@fluentui/scripts-tasks": "*"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@fluentui/react-accordion": "^9.1.
|
|
35
|
-
"@fluentui/react-alert": "9.0.0-beta.
|
|
36
|
-
"@fluentui/react-avatar": "^9.4.
|
|
37
|
-
"@fluentui/react-badge": "^9.1.
|
|
38
|
-
"@fluentui/react-button": "^9.3.
|
|
39
|
-
"@fluentui/react-card": "^9.0.
|
|
40
|
-
"@fluentui/react-checkbox": "^9.1.
|
|
41
|
-
"@fluentui/react-combobox": "^9.2.
|
|
42
|
-
"@fluentui/react-dialog": "^9.5.
|
|
43
|
-
"@fluentui/react-divider": "^9.2.
|
|
44
|
-
"@fluentui/react-field": "^9.1.
|
|
45
|
-
"@fluentui/react-image": "^9.1.
|
|
46
|
-
"@fluentui/react-infobutton": "9.0.0-beta.
|
|
47
|
-
"@fluentui/react-input": "^9.4.
|
|
48
|
-
"@fluentui/react-label": "^9.1.
|
|
49
|
-
"@fluentui/react-link": "^9.0.
|
|
50
|
-
"@fluentui/react-menu": "^9.7.
|
|
34
|
+
"@fluentui/react-accordion": "^9.1.10",
|
|
35
|
+
"@fluentui/react-alert": "9.0.0-beta.45",
|
|
36
|
+
"@fluentui/react-avatar": "^9.4.10",
|
|
37
|
+
"@fluentui/react-badge": "^9.1.10",
|
|
38
|
+
"@fluentui/react-button": "^9.3.10",
|
|
39
|
+
"@fluentui/react-card": "^9.0.8",
|
|
40
|
+
"@fluentui/react-checkbox": "^9.1.11",
|
|
41
|
+
"@fluentui/react-combobox": "^9.2.11",
|
|
42
|
+
"@fluentui/react-dialog": "^9.5.3",
|
|
43
|
+
"@fluentui/react-divider": "^9.2.10",
|
|
44
|
+
"@fluentui/react-field": "^9.1.1",
|
|
45
|
+
"@fluentui/react-image": "^9.1.7",
|
|
46
|
+
"@fluentui/react-infobutton": "9.0.0-beta.28",
|
|
47
|
+
"@fluentui/react-input": "^9.4.11",
|
|
48
|
+
"@fluentui/react-label": "^9.1.10",
|
|
49
|
+
"@fluentui/react-link": "^9.0.36",
|
|
50
|
+
"@fluentui/react-menu": "^9.7.10",
|
|
51
51
|
"@fluentui/react-overflow": "^9.0.15",
|
|
52
|
-
"@fluentui/react-persona": "^9.2.
|
|
52
|
+
"@fluentui/react-persona": "^9.2.9",
|
|
53
53
|
"@fluentui/react-portal": "^9.2.6",
|
|
54
|
-
"@fluentui/react-popover": "^9.5.
|
|
54
|
+
"@fluentui/react-popover": "^9.5.10",
|
|
55
55
|
"@fluentui/react-positioning": "^9.5.10",
|
|
56
|
-
"@fluentui/react-progress": "^9.1.
|
|
57
|
-
"@fluentui/react-provider": "^9.5.
|
|
58
|
-
"@fluentui/react-radio": "^9.1.
|
|
59
|
-
"@fluentui/react-select": "^9.1.
|
|
56
|
+
"@fluentui/react-progress": "^9.1.11",
|
|
57
|
+
"@fluentui/react-provider": "^9.5.4",
|
|
58
|
+
"@fluentui/react-radio": "^9.1.11",
|
|
59
|
+
"@fluentui/react-select": "^9.1.11",
|
|
60
60
|
"@fluentui/react-shared-contexts": "^9.3.3",
|
|
61
|
-
"@fluentui/react-skeleton": "9.0.0-beta.
|
|
62
|
-
"@fluentui/react-slider": "^9.1.
|
|
63
|
-
"@fluentui/react-spinbutton": "^9.2.
|
|
64
|
-
"@fluentui/react-spinner": "^9.1.
|
|
65
|
-
"@fluentui/react-switch": "^9.1.
|
|
66
|
-
"@fluentui/react-table": "^9.2.
|
|
67
|
-
"@fluentui/react-tabs": "^9.3.
|
|
61
|
+
"@fluentui/react-skeleton": "9.0.0-beta.10",
|
|
62
|
+
"@fluentui/react-slider": "^9.1.11",
|
|
63
|
+
"@fluentui/react-spinbutton": "^9.2.11",
|
|
64
|
+
"@fluentui/react-spinner": "^9.1.10",
|
|
65
|
+
"@fluentui/react-switch": "^9.1.11",
|
|
66
|
+
"@fluentui/react-table": "^9.2.7",
|
|
67
|
+
"@fluentui/react-tabs": "^9.3.11",
|
|
68
68
|
"@fluentui/react-tabster": "^9.6.5",
|
|
69
|
-
"@fluentui/react-textarea": "^9.3.
|
|
69
|
+
"@fluentui/react-textarea": "^9.3.11",
|
|
70
70
|
"@fluentui/react-theme": "^9.1.7",
|
|
71
|
-
"@fluentui/react-toolbar": "^9.1.
|
|
72
|
-
"@fluentui/react-tooltip": "^9.2.
|
|
71
|
+
"@fluentui/react-toolbar": "^9.1.11",
|
|
72
|
+
"@fluentui/react-tooltip": "^9.2.10",
|
|
73
73
|
"@fluentui/react-utilities": "^9.8.0",
|
|
74
|
-
"@fluentui/react-text": "^9.3.
|
|
75
|
-
"@fluentui/react-virtualizer": "9.0.0-alpha.
|
|
76
|
-
"@fluentui/react-tree": "9.0.0-beta.
|
|
74
|
+
"@fluentui/react-text": "^9.3.7",
|
|
75
|
+
"@fluentui/react-virtualizer": "9.0.0-alpha.18",
|
|
76
|
+
"@fluentui/react-tree": "9.0.0-beta.12",
|
|
77
77
|
"@griffel/react": "^1.5.2",
|
|
78
78
|
"@swc/helpers": "^0.4.14"
|
|
79
79
|
},
|