@fluentui/react-provider 9.16.0 → 9.16.2
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 +141 -120
- package/dist/index.d.ts +1 -3
- package/lib/components/FluentProvider/FluentProvider.types.js +5 -1
- package/lib/components/FluentProvider/FluentProvider.types.js.map +1 -1
- package/lib/components/FluentProvider/renderFluentProvider.js +1 -1
- package/lib/components/FluentProvider/renderFluentProvider.js.map +1 -1
- package/lib-commonjs/components/FluentProvider/FluentProvider.types.js +5 -1
- package/lib-commonjs/components/FluentProvider/FluentProvider.types.js.map +1 -1
- package/lib-commonjs/components/FluentProvider/renderFluentProvider.js +2 -2
- package/lib-commonjs/components/FluentProvider/renderFluentProvider.js.map +1 -1
- package/package.json +7 -8
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,33 @@
|
|
1
1
|
# Change Log - @fluentui/react-provider
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Thu, 06 Jun 2024 15:22:20 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.16.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.16.2)
|
8
|
+
|
9
|
+
Thu, 06 Jun 2024 15:22:20 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.16.1..@fluentui/react-provider_v9.16.2)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- Bump @fluentui/react-tabster to v9.21.5 ([PR #31586](https://github.com/microsoft/fluentui/pull/31586) by beachball)
|
15
|
+
- Bump @fluentui/react-utilities to v9.18.10 ([PR #31586](https://github.com/microsoft/fluentui/pull/31586) by beachball)
|
16
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.39 ([PR #31586](https://github.com/microsoft/fluentui/pull/31586) by beachball)
|
17
|
+
|
18
|
+
## [9.16.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.16.1)
|
19
|
+
|
20
|
+
Thu, 23 May 2024 08:02:46 GMT
|
21
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.16.0..@fluentui/react-provider_v9.16.1)
|
22
|
+
|
23
|
+
### Patches
|
24
|
+
|
25
|
+
- fix: Update IconDirectionContextProvider imports to use export map ([PR #31006](https://github.com/microsoft/fluentui/pull/31006) by ololubek@microsoft.com)
|
26
|
+
- Bump @fluentui/react-tabster to v9.21.4 ([commit](https://github.com/microsoft/fluentui/commit/03599d609e8310b08c57d1f871cffbf717d79207) by beachball)
|
27
|
+
|
7
28
|
## [9.16.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.16.0)
|
8
29
|
|
9
|
-
Mon, 20 May 2024 12:
|
30
|
+
Mon, 20 May 2024 12:45:02 GMT
|
10
31
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.15.2..@fluentui/react-provider_v9.16.0)
|
11
32
|
|
12
33
|
### Minor changes
|
@@ -23,16 +44,16 @@ Mon, 20 May 2024 12:36:37 GMT
|
|
23
44
|
|
24
45
|
## [9.15.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.15.2)
|
25
46
|
|
26
|
-
Thu, 16 May 2024 09:25:17 GMT
|
47
|
+
Thu, 16 May 2024 09:25:17 GMT
|
27
48
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.15.1..@fluentui/react-provider_v9.15.2)
|
28
49
|
|
29
50
|
### Patches
|
30
51
|
|
31
|
-
-
|
52
|
+
- chore: Upgrade react-icons version to 2.0.239 to pick up provider export map fix. ([PR #31287](https://github.com/microsoft/fluentui/pull/31287) by ololubek@microsoft.com)
|
32
53
|
|
33
54
|
## [9.15.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.15.1)
|
34
55
|
|
35
|
-
Thu, 09 May 2024 19:35:12 GMT
|
56
|
+
Thu, 09 May 2024 19:35:12 GMT
|
36
57
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.15.0..@fluentui/react-provider_v9.15.1)
|
37
58
|
|
38
59
|
### Patches
|
@@ -41,7 +62,7 @@ Thu, 09 May 2024 19:35:12 GMT
|
|
41
62
|
|
42
63
|
## [9.15.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.15.0)
|
43
64
|
|
44
|
-
Mon, 06 May 2024 12:55:00 GMT
|
65
|
+
Mon, 06 May 2024 12:55:00 GMT
|
45
66
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.14.1..@fluentui/react-provider_v9.15.0)
|
46
67
|
|
47
68
|
### Minor changes
|
@@ -54,17 +75,17 @@ Mon, 06 May 2024 12:55:00 GMT
|
|
54
75
|
|
55
76
|
## [9.14.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.14.1)
|
56
77
|
|
57
|
-
Thu, 02 May 2024 11:36:36 GMT
|
78
|
+
Thu, 02 May 2024 11:36:36 GMT
|
58
79
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.14.0..@fluentui/react-provider_v9.14.1)
|
59
80
|
|
60
81
|
### Patches
|
61
82
|
|
62
|
-
-
|
83
|
+
- chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
|
63
84
|
- Bump @fluentui/react-tabster to v9.21.0 ([PR #31231](https://github.com/microsoft/fluentui/pull/31231) by beachball)
|
64
85
|
|
65
86
|
## [9.14.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.14.0)
|
66
87
|
|
67
|
-
Tue, 23 Apr 2024 08:17:47 GMT
|
88
|
+
Tue, 23 Apr 2024 08:17:47 GMT
|
68
89
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.13.19..@fluentui/react-provider_v9.14.0)
|
69
90
|
|
70
91
|
### Minor changes
|
@@ -77,7 +98,7 @@ Tue, 23 Apr 2024 08:17:47 GMT
|
|
77
98
|
|
78
99
|
## [9.13.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.13.19)
|
79
100
|
|
80
|
-
Wed, 17 Apr 2024 21:53:56 GMT
|
101
|
+
Wed, 17 Apr 2024 21:53:56 GMT
|
81
102
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.13.18..@fluentui/react-provider_v9.13.19)
|
82
103
|
|
83
104
|
### Patches
|
@@ -87,7 +108,7 @@ Wed, 17 Apr 2024 21:53:56 GMT
|
|
87
108
|
|
88
109
|
## [9.13.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.13.18)
|
89
110
|
|
90
|
-
Fri, 05 Apr 2024 14:17:26 GMT
|
111
|
+
Fri, 05 Apr 2024 14:17:26 GMT
|
91
112
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.13.17..@fluentui/react-provider_v9.13.18)
|
92
113
|
|
93
114
|
### Patches
|
@@ -96,7 +117,7 @@ Fri, 05 Apr 2024 14:17:26 GMT
|
|
96
117
|
|
97
118
|
## [9.13.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.13.17)
|
98
119
|
|
99
|
-
Tue, 02 Apr 2024 09:48:01 GMT
|
120
|
+
Tue, 02 Apr 2024 09:48:01 GMT
|
100
121
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.13.16..@fluentui/react-provider_v9.13.17)
|
101
122
|
|
102
123
|
### Patches
|
@@ -108,7 +129,7 @@ Tue, 02 Apr 2024 09:48:01 GMT
|
|
108
129
|
|
109
130
|
## [9.13.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.13.16)
|
110
131
|
|
111
|
-
Mon, 18 Mar 2024 19:50:46 GMT
|
132
|
+
Mon, 18 Mar 2024 19:50:46 GMT
|
112
133
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.13.15..@fluentui/react-provider_v9.13.16)
|
113
134
|
|
114
135
|
### Patches
|
@@ -121,7 +142,7 @@ Mon, 18 Mar 2024 19:50:46 GMT
|
|
121
142
|
|
122
143
|
## [9.13.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.13.15)
|
123
144
|
|
124
|
-
Fri, 15 Mar 2024 21:43:49 GMT
|
145
|
+
Fri, 15 Mar 2024 21:43:49 GMT
|
125
146
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.13.14..@fluentui/react-provider_v9.13.15)
|
126
147
|
|
127
148
|
### Patches
|
@@ -134,7 +155,7 @@ Fri, 15 Mar 2024 21:43:49 GMT
|
|
134
155
|
|
135
156
|
## [9.13.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.13.14)
|
136
157
|
|
137
|
-
Thu, 07 Mar 2024 19:33:24 GMT
|
158
|
+
Thu, 07 Mar 2024 19:33:24 GMT
|
138
159
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.13.13..@fluentui/react-provider_v9.13.14)
|
139
160
|
|
140
161
|
### Patches
|
@@ -148,7 +169,7 @@ Thu, 07 Mar 2024 19:33:24 GMT
|
|
148
169
|
|
149
170
|
## [9.13.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.13.13)
|
150
171
|
|
151
|
-
Wed, 28 Feb 2024 02:34:19 GMT
|
172
|
+
Wed, 28 Feb 2024 02:34:19 GMT
|
152
173
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.13.12..@fluentui/react-provider_v9.13.13)
|
153
174
|
|
154
175
|
### Patches
|
@@ -160,7 +181,7 @@ Wed, 28 Feb 2024 02:34:19 GMT
|
|
160
181
|
|
161
182
|
## [9.13.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.13.12)
|
162
183
|
|
163
|
-
Tue, 20 Feb 2024 14:22:30 GMT
|
184
|
+
Tue, 20 Feb 2024 14:22:30 GMT
|
164
185
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.13.11..@fluentui/react-provider_v9.13.12)
|
165
186
|
|
166
187
|
### Patches
|
@@ -171,7 +192,7 @@ Tue, 20 Feb 2024 14:22:30 GMT
|
|
171
192
|
|
172
193
|
## [9.13.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.13.11)
|
173
194
|
|
174
|
-
Tue, 06 Feb 2024 17:55:21 GMT
|
195
|
+
Tue, 06 Feb 2024 17:55:21 GMT
|
175
196
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.13.10..@fluentui/react-provider_v9.13.11)
|
176
197
|
|
177
198
|
### Patches
|
@@ -180,7 +201,7 @@ Tue, 06 Feb 2024 17:55:21 GMT
|
|
180
201
|
|
181
202
|
## [9.13.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.13.10)
|
182
203
|
|
183
|
-
Tue, 30 Jan 2024 23:16:54 GMT
|
204
|
+
Tue, 30 Jan 2024 23:16:54 GMT
|
184
205
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.13.9..@fluentui/react-provider_v9.13.10)
|
185
206
|
|
186
207
|
### Patches
|
@@ -191,7 +212,7 @@ Tue, 30 Jan 2024 23:16:54 GMT
|
|
191
212
|
|
192
213
|
## [9.13.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.13.9)
|
193
214
|
|
194
|
-
Tue, 23 Jan 2024 15:11:00 GMT
|
215
|
+
Tue, 23 Jan 2024 15:11:00 GMT
|
195
216
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.13.8..@fluentui/react-provider_v9.13.9)
|
196
217
|
|
197
218
|
### Patches
|
@@ -202,7 +223,7 @@ Tue, 23 Jan 2024 15:11:00 GMT
|
|
202
223
|
|
203
224
|
## [9.13.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.13.8)
|
204
225
|
|
205
|
-
Thu, 18 Jan 2024 14:25:03 GMT
|
226
|
+
Thu, 18 Jan 2024 14:25:03 GMT
|
206
227
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.13.7..@fluentui/react-provider_v9.13.8)
|
207
228
|
|
208
229
|
### Patches
|
@@ -214,7 +235,7 @@ Thu, 18 Jan 2024 14:25:03 GMT
|
|
214
235
|
|
215
236
|
## [9.13.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.13.7)
|
216
237
|
|
217
|
-
Wed, 17 Jan 2024 16:18:50 GMT
|
238
|
+
Wed, 17 Jan 2024 16:18:50 GMT
|
218
239
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.13.6..@fluentui/react-provider_v9.13.7)
|
219
240
|
|
220
241
|
### Patches
|
@@ -225,7 +246,7 @@ Wed, 17 Jan 2024 16:18:50 GMT
|
|
225
246
|
|
226
247
|
## [9.13.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.13.6)
|
227
248
|
|
228
|
-
Tue, 16 Jan 2024 13:14:23 GMT
|
249
|
+
Tue, 16 Jan 2024 13:14:23 GMT
|
229
250
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.13.5..@fluentui/react-provider_v9.13.6)
|
230
251
|
|
231
252
|
### Patches
|
@@ -236,7 +257,7 @@ Tue, 16 Jan 2024 13:14:23 GMT
|
|
236
257
|
|
237
258
|
## [9.13.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.13.5)
|
238
259
|
|
239
|
-
Mon, 08 Jan 2024 16:24:24 GMT
|
260
|
+
Mon, 08 Jan 2024 16:24:24 GMT
|
240
261
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.13.4..@fluentui/react-provider_v9.13.5)
|
241
262
|
|
242
263
|
### Patches
|
@@ -248,7 +269,7 @@ Mon, 08 Jan 2024 16:24:24 GMT
|
|
248
269
|
|
249
270
|
## [9.13.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.13.4)
|
250
271
|
|
251
|
-
Wed, 03 Jan 2024 09:26:44 GMT
|
272
|
+
Wed, 03 Jan 2024 09:26:44 GMT
|
252
273
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.13.3..@fluentui/react-provider_v9.13.4)
|
253
274
|
|
254
275
|
### Patches
|
@@ -259,7 +280,7 @@ Wed, 03 Jan 2024 09:26:44 GMT
|
|
259
280
|
|
260
281
|
## [9.13.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.13.3)
|
261
282
|
|
262
|
-
Mon, 18 Dec 2023 14:40:45 GMT
|
283
|
+
Mon, 18 Dec 2023 14:40:45 GMT
|
263
284
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.13.2..@fluentui/react-provider_v9.13.3)
|
264
285
|
|
265
286
|
### Patches
|
@@ -272,7 +293,7 @@ Mon, 18 Dec 2023 14:40:45 GMT
|
|
272
293
|
|
273
294
|
## [9.13.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.13.2)
|
274
295
|
|
275
|
-
Thu, 14 Dec 2023 09:58:46 GMT
|
296
|
+
Thu, 14 Dec 2023 09:58:46 GMT
|
276
297
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.13.1..@fluentui/react-provider_v9.13.2)
|
277
298
|
|
278
299
|
### Patches
|
@@ -284,7 +305,7 @@ Thu, 14 Dec 2023 09:58:46 GMT
|
|
284
305
|
|
285
306
|
## [9.13.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.13.1)
|
286
307
|
|
287
|
-
Thu, 30 Nov 2023 13:42:08 GMT
|
308
|
+
Thu, 30 Nov 2023 13:42:08 GMT
|
288
309
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.13.0..@fluentui/react-provider_v9.13.1)
|
289
310
|
|
290
311
|
### Patches
|
@@ -294,7 +315,7 @@ Thu, 30 Nov 2023 13:42:08 GMT
|
|
294
315
|
|
295
316
|
## [9.13.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.13.0)
|
296
317
|
|
297
|
-
Mon, 20 Nov 2023 09:55:09 GMT
|
318
|
+
Mon, 20 Nov 2023 09:55:09 GMT
|
298
319
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.12.1..@fluentui/react-provider_v9.13.0)
|
299
320
|
|
300
321
|
### Minor changes
|
@@ -305,7 +326,7 @@ Mon, 20 Nov 2023 09:55:09 GMT
|
|
305
326
|
|
306
327
|
## [9.12.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.12.1)
|
307
328
|
|
308
|
-
Tue, 14 Nov 2023 17:51:27 GMT
|
329
|
+
Tue, 14 Nov 2023 17:51:27 GMT
|
309
330
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.12.0..@fluentui/react-provider_v9.12.1)
|
310
331
|
|
311
332
|
### Patches
|
@@ -314,7 +335,7 @@ Tue, 14 Nov 2023 17:51:27 GMT
|
|
314
335
|
|
315
336
|
## [9.12.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.12.0)
|
316
337
|
|
317
|
-
Thu, 09 Nov 2023 17:29:41 GMT
|
338
|
+
Thu, 09 Nov 2023 17:29:41 GMT
|
318
339
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.11.1..@fluentui/react-provider_v9.12.0)
|
319
340
|
|
320
341
|
### Minor changes
|
@@ -333,7 +354,7 @@ Thu, 09 Nov 2023 17:29:41 GMT
|
|
333
354
|
|
334
355
|
## [9.11.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.11.1)
|
335
356
|
|
336
|
-
Wed, 01 Nov 2023 12:55:59 GMT
|
357
|
+
Wed, 01 Nov 2023 12:55:59 GMT
|
337
358
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.11.0..@fluentui/react-provider_v9.11.1)
|
338
359
|
|
339
360
|
### Patches
|
@@ -344,7 +365,7 @@ Wed, 01 Nov 2023 12:55:59 GMT
|
|
344
365
|
|
345
366
|
## [9.11.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.11.0)
|
346
367
|
|
347
|
-
Sat, 28 Oct 2023 23:35:58 GMT
|
368
|
+
Sat, 28 Oct 2023 23:35:58 GMT
|
348
369
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.10.9..@fluentui/react-provider_v9.11.0)
|
349
370
|
|
350
371
|
### Minor changes
|
@@ -359,7 +380,7 @@ Sat, 28 Oct 2023 23:35:58 GMT
|
|
359
380
|
|
360
381
|
## [9.10.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.10.9)
|
361
382
|
|
362
|
-
Mon, 23 Oct 2023 09:51:57 GMT
|
383
|
+
Mon, 23 Oct 2023 09:51:57 GMT
|
363
384
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.10.8..@fluentui/react-provider_v9.10.9)
|
364
385
|
|
365
386
|
### Patches
|
@@ -368,7 +389,7 @@ Mon, 23 Oct 2023 09:51:57 GMT
|
|
368
389
|
|
369
390
|
## [9.10.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.10.8)
|
370
391
|
|
371
|
-
Wed, 18 Oct 2023 17:54:08 GMT
|
392
|
+
Wed, 18 Oct 2023 17:54:08 GMT
|
372
393
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.10.7..@fluentui/react-provider_v9.10.8)
|
373
394
|
|
374
395
|
### Patches
|
@@ -379,7 +400,7 @@ Wed, 18 Oct 2023 17:54:08 GMT
|
|
379
400
|
|
380
401
|
## [9.10.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.10.7)
|
381
402
|
|
382
|
-
Thu, 12 Oct 2023 14:55:44 GMT
|
403
|
+
Thu, 12 Oct 2023 14:55:44 GMT
|
383
404
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.10.6..@fluentui/react-provider_v9.10.7)
|
384
405
|
|
385
406
|
### Patches
|
@@ -388,7 +409,7 @@ Thu, 12 Oct 2023 14:55:44 GMT
|
|
388
409
|
|
389
410
|
## [9.10.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.10.6)
|
390
411
|
|
391
|
-
Wed, 11 Oct 2023 13:54:26 GMT
|
412
|
+
Wed, 11 Oct 2023 13:54:26 GMT
|
392
413
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.10.5..@fluentui/react-provider_v9.10.6)
|
393
414
|
|
394
415
|
### Patches
|
@@ -399,7 +420,7 @@ Wed, 11 Oct 2023 13:54:26 GMT
|
|
399
420
|
|
400
421
|
## [9.10.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.10.5)
|
401
422
|
|
402
|
-
Mon, 09 Oct 2023 20:45:43 GMT
|
423
|
+
Mon, 09 Oct 2023 20:45:43 GMT
|
403
424
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.10.4..@fluentui/react-provider_v9.10.5)
|
404
425
|
|
405
426
|
### Patches
|
@@ -412,7 +433,7 @@ Mon, 09 Oct 2023 20:45:43 GMT
|
|
412
433
|
|
413
434
|
## [9.10.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.10.4)
|
414
435
|
|
415
|
-
Thu, 05 Oct 2023 15:25:32 GMT
|
436
|
+
Thu, 05 Oct 2023 15:25:32 GMT
|
416
437
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.10.3..@fluentui/react-provider_v9.10.4)
|
417
438
|
|
418
439
|
### Patches
|
@@ -424,7 +445,7 @@ Thu, 05 Oct 2023 15:25:32 GMT
|
|
424
445
|
|
425
446
|
## [9.10.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.10.3)
|
426
447
|
|
427
|
-
Wed, 04 Oct 2023 08:45:47 GMT
|
448
|
+
Wed, 04 Oct 2023 08:45:47 GMT
|
428
449
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.10.2..@fluentui/react-provider_v9.10.3)
|
429
450
|
|
430
451
|
### Patches
|
@@ -435,7 +456,7 @@ Wed, 04 Oct 2023 08:45:47 GMT
|
|
435
456
|
|
436
457
|
## [9.10.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.10.2)
|
437
458
|
|
438
|
-
Mon, 02 Oct 2023 08:56:04 GMT
|
459
|
+
Mon, 02 Oct 2023 08:56:04 GMT
|
439
460
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.10.1..@fluentui/react-provider_v9.10.2)
|
440
461
|
|
441
462
|
### Patches
|
@@ -446,7 +467,7 @@ Mon, 02 Oct 2023 08:56:04 GMT
|
|
446
467
|
|
447
468
|
## [9.10.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.10.1)
|
448
469
|
|
449
|
-
Tue, 26 Sep 2023 17:49:10 GMT
|
470
|
+
Tue, 26 Sep 2023 17:49:10 GMT
|
450
471
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.10.0..@fluentui/react-provider_v9.10.1)
|
451
472
|
|
452
473
|
### Patches
|
@@ -460,7 +481,7 @@ Tue, 26 Sep 2023 17:49:10 GMT
|
|
460
481
|
|
461
482
|
## [9.10.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.10.0)
|
462
483
|
|
463
|
-
Tue, 26 Sep 2023 15:31:51 GMT
|
484
|
+
Tue, 26 Sep 2023 15:31:51 GMT
|
464
485
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.9.1..@fluentui/react-provider_v9.10.0)
|
465
486
|
|
466
487
|
### Minor changes
|
@@ -479,7 +500,7 @@ Tue, 26 Sep 2023 15:31:51 GMT
|
|
479
500
|
|
480
501
|
## [9.9.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.9.1)
|
481
502
|
|
482
|
-
Wed, 20 Sep 2023 17:47:41 GMT
|
503
|
+
Wed, 20 Sep 2023 17:47:41 GMT
|
483
504
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.9.0..@fluentui/react-provider_v9.9.1)
|
484
505
|
|
485
506
|
### Patches
|
@@ -491,7 +512,7 @@ Wed, 20 Sep 2023 17:47:41 GMT
|
|
491
512
|
|
492
513
|
## [9.9.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.9.0)
|
493
514
|
|
494
|
-
Wed, 20 Sep 2023 14:59:51 GMT
|
515
|
+
Wed, 20 Sep 2023 14:59:51 GMT
|
495
516
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.8.5..@fluentui/react-provider_v9.9.0)
|
496
517
|
|
497
518
|
### Minor changes
|
@@ -504,7 +525,7 @@ Wed, 20 Sep 2023 14:59:51 GMT
|
|
504
525
|
|
505
526
|
## [9.8.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.8.5)
|
506
527
|
|
507
|
-
Thu, 14 Sep 2023 16:44:47 GMT
|
528
|
+
Thu, 14 Sep 2023 16:44:47 GMT
|
508
529
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.8.4..@fluentui/react-provider_v9.8.5)
|
509
530
|
|
510
531
|
### Patches
|
@@ -513,7 +534,7 @@ Thu, 14 Sep 2023 16:44:47 GMT
|
|
513
534
|
|
514
535
|
## [9.8.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.8.4)
|
515
536
|
|
516
|
-
Tue, 12 Sep 2023 08:51:34 GMT
|
537
|
+
Tue, 12 Sep 2023 08:51:34 GMT
|
517
538
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.8.3..@fluentui/react-provider_v9.8.4)
|
518
539
|
|
519
540
|
### Patches
|
@@ -523,7 +544,7 @@ Tue, 12 Sep 2023 08:51:34 GMT
|
|
523
544
|
|
524
545
|
## [9.8.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.8.3)
|
525
546
|
|
526
|
-
Wed, 06 Sep 2023 13:31:31 GMT
|
547
|
+
Wed, 06 Sep 2023 13:31:31 GMT
|
527
548
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.8.2..@fluentui/react-provider_v9.8.3)
|
528
549
|
|
529
550
|
### Patches
|
@@ -534,7 +555,7 @@ Wed, 06 Sep 2023 13:31:31 GMT
|
|
534
555
|
|
535
556
|
## [9.8.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.8.2)
|
536
557
|
|
537
|
-
Tue, 05 Sep 2023 15:39:04 GMT
|
558
|
+
Tue, 05 Sep 2023 15:39:04 GMT
|
538
559
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.8.1..@fluentui/react-provider_v9.8.2)
|
539
560
|
|
540
561
|
### Patches
|
@@ -545,7 +566,7 @@ Tue, 05 Sep 2023 15:39:04 GMT
|
|
545
566
|
|
546
567
|
## [9.8.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.8.1)
|
547
568
|
|
548
|
-
Tue, 05 Sep 2023 13:29:00 GMT
|
569
|
+
Tue, 05 Sep 2023 13:29:00 GMT
|
549
570
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.8.0..@fluentui/react-provider_v9.8.1)
|
550
571
|
|
551
572
|
### Patches
|
@@ -560,7 +581,7 @@ Tue, 05 Sep 2023 13:29:00 GMT
|
|
560
581
|
|
561
582
|
## [9.8.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.8.0)
|
562
583
|
|
563
|
-
Tue, 29 Aug 2023 12:57:35 GMT
|
584
|
+
Tue, 29 Aug 2023 12:57:35 GMT
|
564
585
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.7.21..@fluentui/react-provider_v9.8.0)
|
565
586
|
|
566
587
|
### Minor changes
|
@@ -572,7 +593,7 @@ Tue, 29 Aug 2023 12:57:35 GMT
|
|
572
593
|
|
573
594
|
## [9.7.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.7.21)
|
574
595
|
|
575
|
-
Thu, 24 Aug 2023 10:26:35 GMT
|
596
|
+
Thu, 24 Aug 2023 10:26:35 GMT
|
576
597
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.7.20..@fluentui/react-provider_v9.7.21)
|
577
598
|
|
578
599
|
### Patches
|
@@ -583,7 +604,7 @@ Thu, 24 Aug 2023 10:26:35 GMT
|
|
583
604
|
|
584
605
|
## [9.7.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.7.20)
|
585
606
|
|
586
|
-
Wed, 23 Aug 2023 12:01:49 GMT
|
607
|
+
Wed, 23 Aug 2023 12:01:49 GMT
|
587
608
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.7.19..@fluentui/react-provider_v9.7.20)
|
588
609
|
|
589
610
|
### Patches
|
@@ -594,7 +615,7 @@ Wed, 23 Aug 2023 12:01:49 GMT
|
|
594
615
|
|
595
616
|
## [9.7.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.7.19)
|
596
617
|
|
597
|
-
Mon, 21 Aug 2023 11:38:01 GMT
|
618
|
+
Mon, 21 Aug 2023 11:38:01 GMT
|
598
619
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.7.18..@fluentui/react-provider_v9.7.19)
|
599
620
|
|
600
621
|
### Patches
|
@@ -603,7 +624,7 @@ Mon, 21 Aug 2023 11:38:01 GMT
|
|
603
624
|
|
604
625
|
## [9.7.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.7.18)
|
605
626
|
|
606
|
-
Wed, 16 Aug 2023 17:41:08 GMT
|
627
|
+
Wed, 16 Aug 2023 17:41:08 GMT
|
607
628
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.7.17..@fluentui/react-provider_v9.7.18)
|
608
629
|
|
609
630
|
### Patches
|
@@ -612,7 +633,7 @@ Wed, 16 Aug 2023 17:41:08 GMT
|
|
612
633
|
|
613
634
|
## [9.7.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.7.17)
|
614
635
|
|
615
|
-
Wed, 16 Aug 2023 11:38:33 GMT
|
636
|
+
Wed, 16 Aug 2023 11:38:33 GMT
|
616
637
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.7.16..@fluentui/react-provider_v9.7.17)
|
617
638
|
|
618
639
|
### Patches
|
@@ -621,7 +642,7 @@ Wed, 16 Aug 2023 11:38:33 GMT
|
|
621
642
|
|
622
643
|
## [9.7.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.7.16)
|
623
644
|
|
624
|
-
Fri, 11 Aug 2023 12:14:26 GMT
|
645
|
+
Fri, 11 Aug 2023 12:14:26 GMT
|
625
646
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.7.15..@fluentui/react-provider_v9.7.16)
|
626
647
|
|
627
648
|
### Patches
|
@@ -632,7 +653,7 @@ Fri, 11 Aug 2023 12:14:26 GMT
|
|
632
653
|
|
633
654
|
## [9.7.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.7.15)
|
634
655
|
|
635
|
-
Wed, 09 Aug 2023 13:17:02 GMT
|
656
|
+
Wed, 09 Aug 2023 13:17:02 GMT
|
636
657
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.7.14..@fluentui/react-provider_v9.7.15)
|
637
658
|
|
638
659
|
### Patches
|
@@ -646,7 +667,7 @@ Wed, 09 Aug 2023 13:17:02 GMT
|
|
646
667
|
|
647
668
|
## [9.7.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.7.14)
|
648
669
|
|
649
|
-
Fri, 04 Aug 2023 08:52:58 GMT
|
670
|
+
Fri, 04 Aug 2023 08:52:58 GMT
|
650
671
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.7.13..@fluentui/react-provider_v9.7.14)
|
651
672
|
|
652
673
|
### Patches
|
@@ -659,7 +680,7 @@ Fri, 04 Aug 2023 08:52:58 GMT
|
|
659
680
|
|
660
681
|
## [9.7.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.7.13)
|
661
682
|
|
662
|
-
Tue, 01 Aug 2023 13:04:25 GMT
|
683
|
+
Tue, 01 Aug 2023 13:04:25 GMT
|
663
684
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.7.12..@fluentui/react-provider_v9.7.13)
|
664
685
|
|
665
686
|
### Patches
|
@@ -668,7 +689,7 @@ Tue, 01 Aug 2023 13:04:25 GMT
|
|
668
689
|
|
669
690
|
## [9.7.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.7.12)
|
670
691
|
|
671
|
-
Tue, 01 Aug 2023 10:17:21 GMT
|
692
|
+
Tue, 01 Aug 2023 10:17:21 GMT
|
672
693
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.7.11..@fluentui/react-provider_v9.7.12)
|
673
694
|
|
674
695
|
### Patches
|
@@ -678,7 +699,7 @@ Tue, 01 Aug 2023 10:17:21 GMT
|
|
678
699
|
|
679
700
|
## [9.7.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.7.11)
|
680
701
|
|
681
|
-
Tue, 25 Jul 2023 13:29:23 GMT
|
702
|
+
Tue, 25 Jul 2023 13:29:23 GMT
|
682
703
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.7.10..@fluentui/react-provider_v9.7.11)
|
683
704
|
|
684
705
|
### Patches
|
@@ -687,7 +708,7 @@ Tue, 25 Jul 2023 13:29:23 GMT
|
|
687
708
|
|
688
709
|
## [9.7.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.7.10)
|
689
710
|
|
690
|
-
Thu, 20 Jul 2023 18:27:32 GMT
|
711
|
+
Thu, 20 Jul 2023 18:27:32 GMT
|
691
712
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.7.9..@fluentui/react-provider_v9.7.10)
|
692
713
|
|
693
714
|
### Patches
|
@@ -696,7 +717,7 @@ Thu, 20 Jul 2023 18:27:32 GMT
|
|
696
717
|
|
697
718
|
## [9.7.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.7.9)
|
698
719
|
|
699
|
-
Tue, 11 Jul 2023 18:46:36 GMT
|
720
|
+
Tue, 11 Jul 2023 18:46:36 GMT
|
700
721
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.7.8..@fluentui/react-provider_v9.7.9)
|
701
722
|
|
702
723
|
### Patches
|
@@ -706,7 +727,7 @@ Tue, 11 Jul 2023 18:46:36 GMT
|
|
706
727
|
|
707
728
|
## [9.7.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.7.8)
|
708
729
|
|
709
|
-
Mon, 03 Jul 2023 13:34:28 GMT
|
730
|
+
Mon, 03 Jul 2023 13:34:28 GMT
|
710
731
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.7.7..@fluentui/react-provider_v9.7.8)
|
711
732
|
|
712
733
|
### Patches
|
@@ -715,7 +736,7 @@ Mon, 03 Jul 2023 13:34:28 GMT
|
|
715
736
|
|
716
737
|
## [9.7.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.7.7)
|
717
738
|
|
718
|
-
Mon, 03 Jul 2023 11:57:14 GMT
|
739
|
+
Mon, 03 Jul 2023 11:57:14 GMT
|
719
740
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.7.6..@fluentui/react-provider_v9.7.7)
|
720
741
|
|
721
742
|
### Patches
|
@@ -727,7 +748,7 @@ Mon, 03 Jul 2023 11:57:14 GMT
|
|
727
748
|
|
728
749
|
## [9.7.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.7.6)
|
729
750
|
|
730
|
-
Wed, 28 Jun 2023 11:12:30 GMT
|
751
|
+
Wed, 28 Jun 2023 11:12:30 GMT
|
731
752
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.7.5..@fluentui/react-provider_v9.7.6)
|
732
753
|
|
733
754
|
### Patches
|
@@ -738,7 +759,7 @@ Wed, 28 Jun 2023 11:12:30 GMT
|
|
738
759
|
|
739
760
|
## [9.7.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.7.5)
|
740
761
|
|
741
|
-
Tue, 27 Jun 2023 11:21:23 GMT
|
762
|
+
Tue, 27 Jun 2023 11:21:23 GMT
|
742
763
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.7.4..@fluentui/react-provider_v9.7.5)
|
743
764
|
|
744
765
|
### Patches
|
@@ -747,7 +768,7 @@ Tue, 27 Jun 2023 11:21:23 GMT
|
|
747
768
|
|
748
769
|
## [9.7.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.7.4)
|
749
770
|
|
750
|
-
Mon, 26 Jun 2023 09:53:55 GMT
|
771
|
+
Mon, 26 Jun 2023 09:53:55 GMT
|
751
772
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.7.3..@fluentui/react-provider_v9.7.4)
|
752
773
|
|
753
774
|
### Patches
|
@@ -758,7 +779,7 @@ Mon, 26 Jun 2023 09:53:55 GMT
|
|
758
779
|
|
759
780
|
## [9.7.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.7.3)
|
760
781
|
|
761
|
-
Tue, 20 Jun 2023 12:39:07 GMT
|
782
|
+
Tue, 20 Jun 2023 12:39:07 GMT
|
762
783
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.7.2..@fluentui/react-provider_v9.7.3)
|
763
784
|
|
764
785
|
### Patches
|
@@ -772,7 +793,7 @@ Tue, 20 Jun 2023 12:39:07 GMT
|
|
772
793
|
|
773
794
|
## [9.7.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.7.2)
|
774
795
|
|
775
|
-
Wed, 31 May 2023 06:46:17 GMT
|
796
|
+
Wed, 31 May 2023 06:46:17 GMT
|
776
797
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.7.1..@fluentui/react-provider_v9.7.2)
|
777
798
|
|
778
799
|
### Patches
|
@@ -785,7 +806,7 @@ Wed, 31 May 2023 06:46:17 GMT
|
|
785
806
|
|
786
807
|
## [9.7.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.7.1)
|
787
808
|
|
788
|
-
Thu, 25 May 2023 10:00:48 GMT
|
809
|
+
Thu, 25 May 2023 10:00:48 GMT
|
789
810
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.7.0..@fluentui/react-provider_v9.7.1)
|
790
811
|
|
791
812
|
### Patches
|
@@ -796,7 +817,7 @@ Thu, 25 May 2023 10:00:48 GMT
|
|
796
817
|
|
797
818
|
## [9.7.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.7.0)
|
798
819
|
|
799
|
-
Wed, 24 May 2023 20:45:31 GMT
|
820
|
+
Wed, 24 May 2023 20:45:31 GMT
|
800
821
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.6.2..@fluentui/react-provider_v9.7.0)
|
801
822
|
|
802
823
|
### Minor changes
|
@@ -807,7 +828,7 @@ Wed, 24 May 2023 20:45:31 GMT
|
|
807
828
|
|
808
829
|
## [9.6.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.6.2)
|
809
830
|
|
810
|
-
Thu, 18 May 2023 13:11:08 GMT
|
831
|
+
Thu, 18 May 2023 13:11:08 GMT
|
811
832
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.6.1..@fluentui/react-provider_v9.6.2)
|
812
833
|
|
813
834
|
### Patches
|
@@ -816,7 +837,7 @@ Thu, 18 May 2023 13:11:08 GMT
|
|
816
837
|
|
817
838
|
## [9.6.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.6.1)
|
818
839
|
|
819
|
-
Thu, 18 May 2023 00:39:12 GMT
|
840
|
+
Thu, 18 May 2023 00:39:12 GMT
|
820
841
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.6.0..@fluentui/react-provider_v9.6.1)
|
821
842
|
|
822
843
|
### Patches
|
@@ -827,7 +848,7 @@ Thu, 18 May 2023 00:39:12 GMT
|
|
827
848
|
|
828
849
|
## [9.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.6.0)
|
829
850
|
|
830
|
-
Fri, 12 May 2023 20:27:37 GMT
|
851
|
+
Fri, 12 May 2023 20:27:37 GMT
|
831
852
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.5.4..@fluentui/react-provider_v9.6.0)
|
832
853
|
|
833
854
|
### Minor changes
|
@@ -848,7 +869,7 @@ Fri, 12 May 2023 20:27:37 GMT
|
|
848
869
|
|
849
870
|
## [9.5.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.5.4)
|
850
871
|
|
851
|
-
Mon, 24 Apr 2023 08:12:40 GMT
|
872
|
+
Mon, 24 Apr 2023 08:12:40 GMT
|
852
873
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.5.3..@fluentui/react-provider_v9.5.4)
|
853
874
|
|
854
875
|
### Patches
|
@@ -858,7 +879,7 @@ Mon, 24 Apr 2023 08:12:40 GMT
|
|
858
879
|
|
859
880
|
## [9.5.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.5.3)
|
860
881
|
|
861
|
-
Mon, 17 Apr 2023 17:53:54 GMT
|
882
|
+
Mon, 17 Apr 2023 17:53:54 GMT
|
862
883
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.5.2..@fluentui/react-provider_v9.5.3)
|
863
884
|
|
864
885
|
### Patches
|
@@ -870,7 +891,7 @@ Mon, 17 Apr 2023 17:53:54 GMT
|
|
870
891
|
|
871
892
|
## [9.5.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.5.2)
|
872
893
|
|
873
|
-
Wed, 12 Apr 2023 09:31:45 GMT
|
894
|
+
Wed, 12 Apr 2023 09:31:45 GMT
|
874
895
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.5.1..@fluentui/react-provider_v9.5.2)
|
875
896
|
|
876
897
|
### Patches
|
@@ -880,7 +901,7 @@ Wed, 12 Apr 2023 09:31:45 GMT
|
|
880
901
|
|
881
902
|
## [9.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.5.1)
|
882
903
|
|
883
|
-
Tue, 04 Apr 2023 18:44:50 GMT
|
904
|
+
Tue, 04 Apr 2023 18:44:50 GMT
|
884
905
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.5.0..@fluentui/react-provider_v9.5.1)
|
885
906
|
|
886
907
|
### Patches
|
@@ -890,7 +911,7 @@ Tue, 04 Apr 2023 18:44:50 GMT
|
|
890
911
|
|
891
912
|
## [9.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.5.0)
|
892
913
|
|
893
|
-
Fri, 24 Mar 2023 10:15:27 GMT
|
914
|
+
Fri, 24 Mar 2023 10:15:27 GMT
|
894
915
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.4.5..@fluentui/react-provider_v9.5.0)
|
895
916
|
|
896
917
|
### Minor changes
|
@@ -899,7 +920,7 @@ Fri, 24 Mar 2023 10:15:27 GMT
|
|
899
920
|
|
900
921
|
## [9.4.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.4.5)
|
901
922
|
|
902
|
-
Tue, 21 Mar 2023 21:23:47 GMT
|
923
|
+
Tue, 21 Mar 2023 21:23:47 GMT
|
903
924
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.4.4..@fluentui/react-provider_v9.4.5)
|
904
925
|
|
905
926
|
### Patches
|
@@ -914,7 +935,7 @@ Tue, 21 Mar 2023 21:23:47 GMT
|
|
914
935
|
|
915
936
|
## [9.4.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.4.4)
|
916
937
|
|
917
|
-
Thu, 16 Mar 2023 14:36:58 GMT
|
938
|
+
Thu, 16 Mar 2023 14:36:58 GMT
|
918
939
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.4.3..@fluentui/react-provider_v9.4.4)
|
919
940
|
|
920
941
|
### Patches
|
@@ -925,7 +946,7 @@ Thu, 16 Mar 2023 14:36:58 GMT
|
|
925
946
|
|
926
947
|
## [9.4.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.4.3)
|
927
948
|
|
928
|
-
Wed, 15 Mar 2023 10:19:53 GMT
|
949
|
+
Wed, 15 Mar 2023 10:19:53 GMT
|
929
950
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.4.2..@fluentui/react-provider_v9.4.3)
|
930
951
|
|
931
952
|
### Patches
|
@@ -936,7 +957,7 @@ Wed, 15 Mar 2023 10:19:53 GMT
|
|
936
957
|
|
937
958
|
## [9.4.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.4.2)
|
938
959
|
|
939
|
-
Mon, 13 Mar 2023 08:58:26 GMT
|
960
|
+
Mon, 13 Mar 2023 08:58:26 GMT
|
940
961
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.4.1..@fluentui/react-provider_v9.4.2)
|
941
962
|
|
942
963
|
### Patches
|
@@ -946,7 +967,7 @@ Mon, 13 Mar 2023 08:58:26 GMT
|
|
946
967
|
|
947
968
|
## [9.4.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.4.1)
|
948
969
|
|
949
|
-
Fri, 10 Mar 2023 07:14:01 GMT
|
970
|
+
Fri, 10 Mar 2023 07:14:01 GMT
|
950
971
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.4.0..@fluentui/react-provider_v9.4.1)
|
951
972
|
|
952
973
|
### Patches
|
@@ -956,7 +977,7 @@ Fri, 10 Mar 2023 07:14:01 GMT
|
|
956
977
|
|
957
978
|
## [9.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.4.0)
|
958
979
|
|
959
|
-
Wed, 08 Mar 2023 17:42:40 GMT
|
980
|
+
Wed, 08 Mar 2023 17:42:40 GMT
|
960
981
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.3.5..@fluentui/react-provider_v9.4.0)
|
961
982
|
|
962
983
|
### Minor changes
|
@@ -968,7 +989,7 @@ Wed, 08 Mar 2023 17:42:40 GMT
|
|
968
989
|
|
969
990
|
## [9.3.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.3.5)
|
970
991
|
|
971
|
-
Wed, 15 Feb 2023 11:44:52 GMT
|
992
|
+
Wed, 15 Feb 2023 11:44:52 GMT
|
972
993
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.3.4..@fluentui/react-provider_v9.3.5)
|
973
994
|
|
974
995
|
### Patches
|
@@ -978,7 +999,7 @@ Wed, 15 Feb 2023 11:44:52 GMT
|
|
978
999
|
|
979
1000
|
## [9.3.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.3.4)
|
980
1001
|
|
981
|
-
Mon, 13 Feb 2023 23:43:14 GMT
|
1002
|
+
Mon, 13 Feb 2023 23:43:14 GMT
|
982
1003
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.3.3..@fluentui/react-provider_v9.3.4)
|
983
1004
|
|
984
1005
|
### Patches
|
@@ -988,7 +1009,7 @@ Mon, 13 Feb 2023 23:43:14 GMT
|
|
988
1009
|
|
989
1010
|
## [9.3.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.3.3)
|
990
1011
|
|
991
|
-
Fri, 10 Feb 2023 08:50:00 GMT
|
1012
|
+
Fri, 10 Feb 2023 08:50:00 GMT
|
992
1013
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.3.2..@fluentui/react-provider_v9.3.3)
|
993
1014
|
|
994
1015
|
### Patches
|
@@ -999,7 +1020,7 @@ Fri, 10 Feb 2023 08:50:00 GMT
|
|
999
1020
|
|
1000
1021
|
## [9.3.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.3.2)
|
1001
1022
|
|
1002
|
-
Tue, 07 Feb 2023 14:13:10 GMT
|
1023
|
+
Tue, 07 Feb 2023 14:13:10 GMT
|
1003
1024
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.3.1..@fluentui/react-provider_v9.3.2)
|
1004
1025
|
|
1005
1026
|
### Patches
|
@@ -1008,7 +1029,7 @@ Tue, 07 Feb 2023 14:13:10 GMT
|
|
1008
1029
|
|
1009
1030
|
## [9.3.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.3.1)
|
1010
1031
|
|
1011
|
-
Tue, 31 Jan 2023 19:53:58 GMT
|
1032
|
+
Tue, 31 Jan 2023 19:53:58 GMT
|
1012
1033
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.3.0..@fluentui/react-provider_v9.3.1)
|
1013
1034
|
|
1014
1035
|
### Patches
|
@@ -1018,7 +1039,7 @@ Tue, 31 Jan 2023 19:53:58 GMT
|
|
1018
1039
|
|
1019
1040
|
## [9.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.3.0)
|
1020
1041
|
|
1021
|
-
Thu, 26 Jan 2023 13:30:58 GMT
|
1042
|
+
Thu, 26 Jan 2023 13:30:58 GMT
|
1022
1043
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.2.3..@fluentui/react-provider_v9.3.0)
|
1023
1044
|
|
1024
1045
|
### Minor changes
|
@@ -1034,7 +1055,7 @@ Thu, 26 Jan 2023 13:30:58 GMT
|
|
1034
1055
|
|
1035
1056
|
## [9.2.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.2.3)
|
1036
1057
|
|
1037
|
-
Wed, 18 Jan 2023 16:32:57 GMT
|
1058
|
+
Wed, 18 Jan 2023 16:32:57 GMT
|
1038
1059
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.2.2..@fluentui/react-provider_v9.2.3)
|
1039
1060
|
|
1040
1061
|
### Patches
|
@@ -1043,7 +1064,7 @@ Wed, 18 Jan 2023 16:32:57 GMT
|
|
1043
1064
|
|
1044
1065
|
## [9.2.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.2.2)
|
1045
1066
|
|
1046
|
-
Mon, 16 Jan 2023 08:39:07 GMT
|
1067
|
+
Mon, 16 Jan 2023 08:39:07 GMT
|
1047
1068
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.2.1..@fluentui/react-provider_v9.2.2)
|
1048
1069
|
|
1049
1070
|
### Patches
|
@@ -1053,7 +1074,7 @@ Mon, 16 Jan 2023 08:39:07 GMT
|
|
1053
1074
|
|
1054
1075
|
## [9.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.2.1)
|
1055
1076
|
|
1056
|
-
Mon, 09 Jan 2023 14:35:02 GMT
|
1077
|
+
Mon, 09 Jan 2023 14:35:02 GMT
|
1057
1078
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.2.0..@fluentui/react-provider_v9.2.1)
|
1058
1079
|
|
1059
1080
|
### Patches
|
@@ -1063,7 +1084,7 @@ Mon, 09 Jan 2023 14:35:02 GMT
|
|
1063
1084
|
|
1064
1085
|
## [9.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.2.0)
|
1065
1086
|
|
1066
|
-
Wed, 04 Jan 2023 01:40:23 GMT
|
1087
|
+
Wed, 04 Jan 2023 01:40:23 GMT
|
1067
1088
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.1.11..@fluentui/react-provider_v9.2.0)
|
1068
1089
|
|
1069
1090
|
### Minor changes
|
@@ -1079,7 +1100,7 @@ Wed, 04 Jan 2023 01:40:23 GMT
|
|
1079
1100
|
|
1080
1101
|
## [9.1.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.1.11)
|
1081
1102
|
|
1082
|
-
Wed, 21 Dec 2022 10:20:30 GMT
|
1103
|
+
Wed, 21 Dec 2022 10:20:30 GMT
|
1083
1104
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.1.10..@fluentui/react-provider_v9.1.11)
|
1084
1105
|
|
1085
1106
|
### Patches
|
@@ -1091,7 +1112,7 @@ Wed, 21 Dec 2022 10:20:30 GMT
|
|
1091
1112
|
|
1092
1113
|
## [9.1.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.1.10)
|
1093
1114
|
|
1094
|
-
Tue, 20 Dec 2022 14:59:27 GMT
|
1115
|
+
Tue, 20 Dec 2022 14:59:27 GMT
|
1095
1116
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.1.9..@fluentui/react-provider_v9.1.10)
|
1096
1117
|
|
1097
1118
|
### Patches
|
@@ -1104,7 +1125,7 @@ Tue, 20 Dec 2022 14:59:27 GMT
|
|
1104
1125
|
|
1105
1126
|
## [9.1.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.1.9)
|
1106
1127
|
|
1107
|
-
Mon, 05 Dec 2022 18:29:28 GMT
|
1128
|
+
Mon, 05 Dec 2022 18:29:28 GMT
|
1108
1129
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.1.8..@fluentui/react-provider_v9.1.9)
|
1109
1130
|
|
1110
1131
|
### Patches
|
@@ -1116,7 +1137,7 @@ Mon, 05 Dec 2022 18:29:28 GMT
|
|
1116
1137
|
|
1117
1138
|
## [9.1.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.1.8)
|
1118
1139
|
|
1119
|
-
Thu, 17 Nov 2022 23:05:45 GMT
|
1140
|
+
Thu, 17 Nov 2022 23:05:45 GMT
|
1120
1141
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.1.7..@fluentui/react-provider_v9.1.8)
|
1121
1142
|
|
1122
1143
|
### Patches
|
@@ -1126,7 +1147,7 @@ Thu, 17 Nov 2022 23:05:45 GMT
|
|
1126
1147
|
|
1127
1148
|
## [9.1.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.1.7)
|
1128
1149
|
|
1129
|
-
Fri, 11 Nov 2022 14:57:34 GMT
|
1150
|
+
Fri, 11 Nov 2022 14:57:34 GMT
|
1130
1151
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.1.6..@fluentui/react-provider_v9.1.7)
|
1131
1152
|
|
1132
1153
|
### Patches
|
@@ -1140,7 +1161,7 @@ Fri, 11 Nov 2022 14:57:34 GMT
|
|
1140
1161
|
|
1141
1162
|
## [9.1.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.1.6)
|
1142
1163
|
|
1143
|
-
Wed, 02 Nov 2022 11:57:59 GMT
|
1164
|
+
Wed, 02 Nov 2022 11:57:59 GMT
|
1144
1165
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.1.5..@fluentui/react-provider_v9.1.6)
|
1145
1166
|
|
1146
1167
|
### Patches
|
@@ -1153,7 +1174,7 @@ Wed, 02 Nov 2022 11:57:59 GMT
|
|
1153
1174
|
|
1154
1175
|
## [9.1.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.1.5)
|
1155
1176
|
|
1156
|
-
Thu, 20 Oct 2022 08:39:43 GMT
|
1177
|
+
Thu, 20 Oct 2022 08:39:43 GMT
|
1157
1178
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.1.4..@fluentui/react-provider_v9.1.5)
|
1158
1179
|
|
1159
1180
|
### Patches
|
@@ -1168,7 +1189,7 @@ Thu, 20 Oct 2022 08:39:43 GMT
|
|
1168
1189
|
|
1169
1190
|
## [9.1.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.1.4)
|
1170
1191
|
|
1171
|
-
Thu, 13 Oct 2022 11:02:59 GMT
|
1192
|
+
Thu, 13 Oct 2022 11:02:59 GMT
|
1172
1193
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.1.3..@fluentui/react-provider_v9.1.4)
|
1173
1194
|
|
1174
1195
|
### Patches
|
@@ -1180,7 +1201,7 @@ Thu, 13 Oct 2022 11:02:59 GMT
|
|
1180
1201
|
|
1181
1202
|
## [9.1.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.1.3)
|
1182
1203
|
|
1183
|
-
Mon, 03 Oct 2022 22:24:42 GMT
|
1204
|
+
Mon, 03 Oct 2022 22:24:42 GMT
|
1184
1205
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.1.2..@fluentui/react-provider_v9.1.3)
|
1185
1206
|
|
1186
1207
|
### Patches
|
@@ -1189,7 +1210,7 @@ Mon, 03 Oct 2022 22:24:42 GMT
|
|
1189
1210
|
|
1190
1211
|
## [9.1.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.1.2)
|
1191
1212
|
|
1192
|
-
Tue, 20 Sep 2022 20:55:45 GMT
|
1213
|
+
Tue, 20 Sep 2022 20:55:45 GMT
|
1193
1214
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.1.1..@fluentui/react-provider_v9.1.2)
|
1194
1215
|
|
1195
1216
|
### Patches
|
@@ -1198,7 +1219,7 @@ Tue, 20 Sep 2022 20:55:45 GMT
|
|
1198
1219
|
|
1199
1220
|
## [9.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.1.1)
|
1200
1221
|
|
1201
|
-
Thu, 15 Sep 2022 09:49:18 GMT
|
1222
|
+
Thu, 15 Sep 2022 09:49:18 GMT
|
1202
1223
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.1.0..@fluentui/react-provider_v9.1.1)
|
1203
1224
|
|
1204
1225
|
### Patches
|
@@ -1212,7 +1233,7 @@ Thu, 15 Sep 2022 09:49:18 GMT
|
|
1212
1233
|
|
1213
1234
|
## [9.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.1.0)
|
1214
1235
|
|
1215
|
-
Wed, 03 Aug 2022 16:03:56 GMT
|
1236
|
+
Wed, 03 Aug 2022 16:03:56 GMT
|
1216
1237
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.3..@fluentui/react-provider_v9.1.0)
|
1217
1238
|
|
1218
1239
|
### Minor changes
|
@@ -1228,7 +1249,7 @@ Wed, 03 Aug 2022 16:03:56 GMT
|
|
1228
1249
|
|
1229
1250
|
## [9.0.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.3)
|
1230
1251
|
|
1231
|
-
Thu, 14 Jul 2022 21:21:03 GMT
|
1252
|
+
Thu, 14 Jul 2022 21:21:03 GMT
|
1232
1253
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.2..@fluentui/react-provider_v9.0.3)
|
1233
1254
|
|
1234
1255
|
### Patches
|
@@ -1239,7 +1260,7 @@ Thu, 14 Jul 2022 21:21:03 GMT
|
|
1239
1260
|
|
1240
1261
|
## [9.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.2)
|
1241
1262
|
|
1242
|
-
Thu, 14 Jul 2022 17:06:26 GMT
|
1263
|
+
Thu, 14 Jul 2022 17:06:26 GMT
|
1243
1264
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.1..@fluentui/react-provider_v9.0.2)
|
1244
1265
|
|
1245
1266
|
### Patches
|
@@ -1250,7 +1271,7 @@ Thu, 14 Jul 2022 17:06:26 GMT
|
|
1250
1271
|
|
1251
1272
|
## [9.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.1)
|
1252
1273
|
|
1253
|
-
Tue, 28 Jun 2022 17:39:51 GMT
|
1274
|
+
Tue, 28 Jun 2022 17:39:51 GMT
|
1254
1275
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0..@fluentui/react-provider_v9.0.1)
|
1255
1276
|
|
1256
1277
|
### Patches
|
@@ -1261,7 +1282,7 @@ Tue, 28 Jun 2022 17:39:51 GMT
|
|
1261
1282
|
|
1262
1283
|
## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0)
|
1263
1284
|
|
1264
|
-
Tue, 28 Jun 2022 15:13:52 GMT
|
1285
|
+
Tue, 28 Jun 2022 15:13:52 GMT
|
1265
1286
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.14..@fluentui/react-provider_v9.0.0)
|
1266
1287
|
|
1267
1288
|
### Patches
|
@@ -1281,7 +1302,7 @@ Tue, 28 Jun 2022 15:13:52 GMT
|
|
1281
1302
|
|
1282
1303
|
## [9.0.0-rc.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.14)
|
1283
1304
|
|
1284
|
-
Thu, 23 Jun 2022 14:25:31 GMT
|
1305
|
+
Thu, 23 Jun 2022 14:25:31 GMT
|
1285
1306
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.13..@fluentui/react-provider_v9.0.0-rc.14)
|
1286
1307
|
|
1287
1308
|
### Changes
|
@@ -1292,7 +1313,7 @@ Thu, 23 Jun 2022 14:25:31 GMT
|
|
1292
1313
|
|
1293
1314
|
## [9.0.0-rc.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.13)
|
1294
1315
|
|
1295
|
-
Tue, 31 May 2022 21:28:42 GMT
|
1316
|
+
Tue, 31 May 2022 21:28:42 GMT
|
1296
1317
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.12..@fluentui/react-provider_v9.0.0-rc.13)
|
1297
1318
|
|
1298
1319
|
### Changes
|
@@ -1309,7 +1330,7 @@ Tue, 31 May 2022 21:28:42 GMT
|
|
1309
1330
|
|
1310
1331
|
## [9.0.0-rc.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.12)
|
1311
1332
|
|
1312
|
-
Thu, 26 May 2022 21:01:27 GMT
|
1333
|
+
Thu, 26 May 2022 21:01:27 GMT
|
1313
1334
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.11..@fluentui/react-provider_v9.0.0-rc.12)
|
1314
1335
|
|
1315
1336
|
### Changes
|
@@ -1318,7 +1339,7 @@ Thu, 26 May 2022 21:01:27 GMT
|
|
1318
1339
|
|
1319
1340
|
## [9.0.0-rc.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.11)
|
1320
1341
|
|
1321
|
-
Mon, 23 May 2022 18:56:47 GMT
|
1342
|
+
Mon, 23 May 2022 18:56:47 GMT
|
1322
1343
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.10..@fluentui/react-provider_v9.0.0-rc.11)
|
1323
1344
|
|
1324
1345
|
### Changes
|
@@ -1331,7 +1352,7 @@ Mon, 23 May 2022 18:56:47 GMT
|
|
1331
1352
|
|
1332
1353
|
## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.10)
|
1333
1354
|
|
1334
|
-
Mon, 23 May 2022 12:13:35 GMT
|
1355
|
+
Mon, 23 May 2022 12:13:35 GMT
|
1335
1356
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.9..@fluentui/react-provider_v9.0.0-rc.10)
|
1336
1357
|
|
1337
1358
|
### Changes
|
@@ -1347,7 +1368,7 @@ Mon, 23 May 2022 12:13:35 GMT
|
|
1347
1368
|
|
1348
1369
|
## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.9)
|
1349
1370
|
|
1350
|
-
Thu, 05 May 2022 18:26:30 GMT
|
1371
|
+
Thu, 05 May 2022 18:26:30 GMT
|
1351
1372
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.8..@fluentui/react-provider_v9.0.0-rc.9)
|
1352
1373
|
|
1353
1374
|
### Changes
|
@@ -1360,7 +1381,7 @@ Thu, 05 May 2022 18:26:30 GMT
|
|
1360
1381
|
|
1361
1382
|
## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.8)
|
1362
1383
|
|
1363
|
-
Wed, 04 May 2022 13:26:48 GMT
|
1384
|
+
Wed, 04 May 2022 13:26:48 GMT
|
1364
1385
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.7..@fluentui/react-provider_v9.0.0-rc.8)
|
1365
1386
|
|
1366
1387
|
### Changes
|
package/dist/index.d.ts
CHANGED
@@ -1,9 +1,7 @@
|
|
1
|
-
/// <reference types="react" />
|
2
|
-
|
3
1
|
import { ComponentProps } from '@fluentui/react-utilities';
|
4
2
|
import type { ComponentState } from '@fluentui/react-utilities';
|
5
3
|
import type { CustomStyleHooksContextValue_unstable } from '@fluentui/react-shared-contexts';
|
6
|
-
import type { IconDirectionContextValue } from '@fluentui/react-icons';
|
4
|
+
import type { IconDirectionContextValue } from '@fluentui/react-icons/lib/providers';
|
7
5
|
import { OverridesContextValue_unstable } from '@fluentui/react-shared-contexts';
|
8
6
|
import type { PartialTheme } from '@fluentui/react-theme';
|
9
7
|
import type { ProviderContextValue_unstable } from '@fluentui/react-shared-contexts';
|
@@ -1 +1,5 @@
|
|
1
|
-
|
1
|
+
/*
|
2
|
+
IconDirectionContextValue is being imported as a leaf node import in order to prevent extra icons froms being
|
3
|
+
downloaded when trying to use the FluentProvider.
|
4
|
+
This issue has more context: https://github.com/microsoft/fluentui/issues/30909
|
5
|
+
*/ export { };
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["FluentProvider.types.ts"],"sourcesContent":["import type { IconDirectionContextValue } from '@fluentui/react-icons';\nimport type {\n OverridesContextValue_unstable as OverridesContextValue,\n ProviderContextValue_unstable as ProviderContextValue,\n TooltipVisibilityContextValue_unstable as TooltipVisibilityContextValue,\n ThemeClassNameContextValue_unstable as ThemeClassNameContextValue,\n ThemeContextValue_unstable as ThemeContextValue,\n CustomStyleHooksContextValue_unstable as CustomStyleHooksContextValue,\n} from '@fluentui/react-shared-contexts';\nimport type { PartialTheme } from '@fluentui/react-theme';\nimport type { ComponentProps, ComponentState, Slot } from '@fluentui/react-utilities';\n\nexport type FluentProviderSlots = {\n root: Slot<'div'>;\n};\n\n// exported for callers to avoid referencing react-shared-context\n// and applying Partial<> when passing custom style hooks.\nexport type FluentProviderCustomStyleHooks = CustomStyleHooksContextValue;\n\nexport type FluentProviderProps = Omit<ComponentProps<FluentProviderSlots>, 'dir'> & {\n /**\n * Passes styles applied to a component down to portals if enabled.\n * @default true\n */\n applyStylesToPortals?: boolean;\n\n /** Sets the hooks for custom styling components. */\n // eslint-disable-next-line @typescript-eslint/naming-convention\n customStyleHooks_unstable?: FluentProviderCustomStyleHooks;\n\n /** Sets the direction of text & generated styles. */\n dir?: 'ltr' | 'rtl';\n\n /** Provides the document, can be undefined during SSR render. */\n targetDocument?: Document;\n\n /** Sets the theme used in a scope. */\n theme?: PartialTheme;\n\n // eslint-disable-next-line @typescript-eslint/naming-convention\n overrides_unstable?: OverridesContextValue;\n};\n\nexport type FluentProviderState = ComponentState<FluentProviderSlots> &\n Pick<FluentProviderProps, 'targetDocument'> &\n Required<\n Pick<FluentProviderProps, 'applyStylesToPortals' | 'customStyleHooks_unstable' | 'dir' | 'overrides_unstable'>\n > & {\n theme: ThemeContextValue;\n themeClassName: string;\n /**\n * Props used to render SSR theme variables style element\n */\n serverStyleProps: {\n /**\n * CSS rule containing CSS variables\n */\n cssRule: string;\n /**\n * Additional attributes applied to the style element\n */\n attributes: Record<string, string>;\n };\n };\n\nexport type FluentProviderContextValues = Pick<\n FluentProviderState,\n 'customStyleHooks_unstable' | 'theme' | 'overrides_unstable'\n> & {\n provider: ProviderContextValue;\n themeClassName: ThemeClassNameContextValue;\n textDirection: 'ltr' | 'rtl';\n iconDirection: IconDirectionContextValue;\n tooltip: TooltipVisibilityContextValue;\n};\n"],"names":[],"mappings":"AAAA,WA2EE"}
|
1
|
+
{"version":3,"sources":["FluentProvider.types.ts"],"sourcesContent":["/*\n IconDirectionContextValue is being imported as a leaf node import in order to prevent extra icons froms being\n downloaded when trying to use the FluentProvider.\n This issue has more context: https://github.com/microsoft/fluentui/issues/30909\n*/\nimport type { IconDirectionContextValue } from '@fluentui/react-icons/lib/providers';\nimport type {\n OverridesContextValue_unstable as OverridesContextValue,\n ProviderContextValue_unstable as ProviderContextValue,\n TooltipVisibilityContextValue_unstable as TooltipVisibilityContextValue,\n ThemeClassNameContextValue_unstable as ThemeClassNameContextValue,\n ThemeContextValue_unstable as ThemeContextValue,\n CustomStyleHooksContextValue_unstable as CustomStyleHooksContextValue,\n} from '@fluentui/react-shared-contexts';\nimport type { PartialTheme } from '@fluentui/react-theme';\nimport type { ComponentProps, ComponentState, Slot } from '@fluentui/react-utilities';\n\nexport type FluentProviderSlots = {\n root: Slot<'div'>;\n};\n\n// exported for callers to avoid referencing react-shared-context\n// and applying Partial<> when passing custom style hooks.\nexport type FluentProviderCustomStyleHooks = CustomStyleHooksContextValue;\n\nexport type FluentProviderProps = Omit<ComponentProps<FluentProviderSlots>, 'dir'> & {\n /**\n * Passes styles applied to a component down to portals if enabled.\n * @default true\n */\n applyStylesToPortals?: boolean;\n\n /** Sets the hooks for custom styling components. */\n // eslint-disable-next-line @typescript-eslint/naming-convention\n customStyleHooks_unstable?: FluentProviderCustomStyleHooks;\n\n /** Sets the direction of text & generated styles. */\n dir?: 'ltr' | 'rtl';\n\n /** Provides the document, can be undefined during SSR render. */\n targetDocument?: Document;\n\n /** Sets the theme used in a scope. */\n theme?: PartialTheme;\n\n // eslint-disable-next-line @typescript-eslint/naming-convention\n overrides_unstable?: OverridesContextValue;\n};\n\nexport type FluentProviderState = ComponentState<FluentProviderSlots> &\n Pick<FluentProviderProps, 'targetDocument'> &\n Required<\n Pick<FluentProviderProps, 'applyStylesToPortals' | 'customStyleHooks_unstable' | 'dir' | 'overrides_unstable'>\n > & {\n theme: ThemeContextValue;\n themeClassName: string;\n /**\n * Props used to render SSR theme variables style element\n */\n serverStyleProps: {\n /**\n * CSS rule containing CSS variables\n */\n cssRule: string;\n /**\n * Additional attributes applied to the style element\n */\n attributes: Record<string, string>;\n };\n };\n\nexport type FluentProviderContextValues = Pick<\n FluentProviderState,\n 'customStyleHooks_unstable' | 'theme' | 'overrides_unstable'\n> & {\n provider: ProviderContextValue;\n themeClassName: ThemeClassNameContextValue;\n textDirection: 'ltr' | 'rtl';\n iconDirection: IconDirectionContextValue;\n tooltip: TooltipVisibilityContextValue;\n};\n"],"names":[],"mappings":"AAAA;;;;AAIA,GACA,WA2EE"}
|
@@ -2,7 +2,7 @@
|
|
2
2
|
import { canUseDOM, assertSlots } from '@fluentui/react-utilities';
|
3
3
|
import { TextDirectionProvider } from '@griffel/react';
|
4
4
|
import { OverridesProvider_unstable as OverridesProvider, Provider_unstable as Provider, TooltipVisibilityProvider_unstable as TooltipVisibilityProvider, ThemeProvider_unstable as ThemeProvider, ThemeClassNameProvider_unstable as ThemeClassNameProvider, CustomStyleHooksProvider_unstable as CustomStyleHooksProvider } from '@fluentui/react-shared-contexts';
|
5
|
-
import { IconDirectionContextProvider } from '@fluentui/react-icons';
|
5
|
+
import { IconDirectionContextProvider } from '@fluentui/react-icons/lib/providers';
|
6
6
|
/**
|
7
7
|
* Render the final JSX of FluentProvider
|
8
8
|
*/ export const renderFluentProvider_unstable = (state, contextValues)=>{
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["renderFluentProvider.tsx"],"sourcesContent":["/** @jsxRuntime automatic */\n/** @jsxImportSource @fluentui/react-jsx-runtime */\nimport { canUseDOM, assertSlots } from '@fluentui/react-utilities';\nimport { TextDirectionProvider } from '@griffel/react';\nimport {\n OverridesProvider_unstable as OverridesProvider,\n Provider_unstable as Provider,\n TooltipVisibilityProvider_unstable as TooltipVisibilityProvider,\n ThemeProvider_unstable as ThemeProvider,\n ThemeClassNameProvider_unstable as ThemeClassNameProvider,\n CustomStyleHooksProvider_unstable as CustomStyleHooksProvider,\n CustomStyleHooksContextValue_unstable as CustomStyleHooksContextValue,\n} from '@fluentui/react-shared-contexts';\nimport type { FluentProviderContextValues, FluentProviderState, FluentProviderSlots } from './FluentProvider.types';\nimport { IconDirectionContextProvider } from '@fluentui/react-icons';\n\n/**\n * Render the final JSX of FluentProvider\n */\nexport const renderFluentProvider_unstable = (\n state: FluentProviderState,\n contextValues: FluentProviderContextValues,\n) => {\n assertSlots<FluentProviderSlots>(state);\n\n // Typescript (vscode) incorrectly references the FluentProviderProps.customStyleHooks_unstable\n // instead of FluentProviderContextValues.customStyleHooks_unstable and thinks it is\n // Partial<CustomStyleHooksContextValue>, so it needs to be cast to Required<CustomStyleHooksContextValue>\n\n return (\n <Provider value={contextValues.provider}>\n <ThemeProvider value={contextValues.theme}>\n <ThemeClassNameProvider value={contextValues.themeClassName}>\n <CustomStyleHooksProvider\n value={contextValues.customStyleHooks_unstable as Required<CustomStyleHooksContextValue>}\n >\n <TooltipVisibilityProvider value={contextValues.tooltip}>\n <TextDirectionProvider dir={contextValues.textDirection}>\n <IconDirectionContextProvider value={contextValues.iconDirection}>\n <OverridesProvider value={contextValues.overrides_unstable}>\n <state.root>\n {canUseDOM() ? null : (\n <style\n // Using dangerous HTML because react can escape characters\n // which can lead to invalid CSS.\n // eslint-disable-next-line react/no-danger\n dangerouslySetInnerHTML={{ __html: state.serverStyleProps.cssRule }}\n {...state.serverStyleProps.attributes}\n />\n )}\n\n {state.root.children}\n </state.root>\n </OverridesProvider>\n </IconDirectionContextProvider>\n </TextDirectionProvider>\n </TooltipVisibilityProvider>\n </CustomStyleHooksProvider>\n </ThemeClassNameProvider>\n </ThemeProvider>\n </Provider>\n );\n};\n"],"names":["canUseDOM","assertSlots","TextDirectionProvider","OverridesProvider_unstable","OverridesProvider","Provider_unstable","Provider","TooltipVisibilityProvider_unstable","TooltipVisibilityProvider","ThemeProvider_unstable","ThemeProvider","ThemeClassNameProvider_unstable","ThemeClassNameProvider","CustomStyleHooksProvider_unstable","CustomStyleHooksProvider","IconDirectionContextProvider","renderFluentProvider_unstable","state","contextValues","value","provider","theme","themeClassName","customStyleHooks_unstable","tooltip","dir","textDirection","iconDirection","overrides_unstable","root","style","dangerouslySetInnerHTML","__html","serverStyleProps","cssRule","attributes","children"],"mappings":"AAAA,0BAA0B,GAC1B,iDAAiD;AACjD,SAASA,SAAS,EAAEC,WAAW,QAAQ,4BAA4B;AACnE,SAASC,qBAAqB,QAAQ,iBAAiB;AACvD,SACEC,8BAA8BC,iBAAiB,EAC/CC,qBAAqBC,QAAQ,EAC7BC,sCAAsCC,yBAAyB,EAC/DC,0BAA0BC,aAAa,EACvCC,mCAAmCC,sBAAsB,EACzDC,qCAAqCC,wBAAwB,QAExD,kCAAkC;AAEzC,SAASC,4BAA4B,QAAQ,
|
1
|
+
{"version":3,"sources":["renderFluentProvider.tsx"],"sourcesContent":["/** @jsxRuntime automatic */\n/** @jsxImportSource @fluentui/react-jsx-runtime */\nimport { canUseDOM, assertSlots } from '@fluentui/react-utilities';\nimport { TextDirectionProvider } from '@griffel/react';\nimport {\n OverridesProvider_unstable as OverridesProvider,\n Provider_unstable as Provider,\n TooltipVisibilityProvider_unstable as TooltipVisibilityProvider,\n ThemeProvider_unstable as ThemeProvider,\n ThemeClassNameProvider_unstable as ThemeClassNameProvider,\n CustomStyleHooksProvider_unstable as CustomStyleHooksProvider,\n CustomStyleHooksContextValue_unstable as CustomStyleHooksContextValue,\n} from '@fluentui/react-shared-contexts';\nimport type { FluentProviderContextValues, FluentProviderState, FluentProviderSlots } from './FluentProvider.types';\nimport { IconDirectionContextProvider } from '@fluentui/react-icons/lib/providers';\n\n/**\n * Render the final JSX of FluentProvider\n */\nexport const renderFluentProvider_unstable = (\n state: FluentProviderState,\n contextValues: FluentProviderContextValues,\n) => {\n assertSlots<FluentProviderSlots>(state);\n\n // Typescript (vscode) incorrectly references the FluentProviderProps.customStyleHooks_unstable\n // instead of FluentProviderContextValues.customStyleHooks_unstable and thinks it is\n // Partial<CustomStyleHooksContextValue>, so it needs to be cast to Required<CustomStyleHooksContextValue>\n\n return (\n <Provider value={contextValues.provider}>\n <ThemeProvider value={contextValues.theme}>\n <ThemeClassNameProvider value={contextValues.themeClassName}>\n <CustomStyleHooksProvider\n value={contextValues.customStyleHooks_unstable as Required<CustomStyleHooksContextValue>}\n >\n <TooltipVisibilityProvider value={contextValues.tooltip}>\n <TextDirectionProvider dir={contextValues.textDirection}>\n <IconDirectionContextProvider value={contextValues.iconDirection}>\n <OverridesProvider value={contextValues.overrides_unstable}>\n <state.root>\n {canUseDOM() ? null : (\n <style\n // Using dangerous HTML because react can escape characters\n // which can lead to invalid CSS.\n // eslint-disable-next-line react/no-danger\n dangerouslySetInnerHTML={{ __html: state.serverStyleProps.cssRule }}\n {...state.serverStyleProps.attributes}\n />\n )}\n\n {state.root.children}\n </state.root>\n </OverridesProvider>\n </IconDirectionContextProvider>\n </TextDirectionProvider>\n </TooltipVisibilityProvider>\n </CustomStyleHooksProvider>\n </ThemeClassNameProvider>\n </ThemeProvider>\n </Provider>\n );\n};\n"],"names":["canUseDOM","assertSlots","TextDirectionProvider","OverridesProvider_unstable","OverridesProvider","Provider_unstable","Provider","TooltipVisibilityProvider_unstable","TooltipVisibilityProvider","ThemeProvider_unstable","ThemeProvider","ThemeClassNameProvider_unstable","ThemeClassNameProvider","CustomStyleHooksProvider_unstable","CustomStyleHooksProvider","IconDirectionContextProvider","renderFluentProvider_unstable","state","contextValues","value","provider","theme","themeClassName","customStyleHooks_unstable","tooltip","dir","textDirection","iconDirection","overrides_unstable","root","style","dangerouslySetInnerHTML","__html","serverStyleProps","cssRule","attributes","children"],"mappings":"AAAA,0BAA0B,GAC1B,iDAAiD;AACjD,SAASA,SAAS,EAAEC,WAAW,QAAQ,4BAA4B;AACnE,SAASC,qBAAqB,QAAQ,iBAAiB;AACvD,SACEC,8BAA8BC,iBAAiB,EAC/CC,qBAAqBC,QAAQ,EAC7BC,sCAAsCC,yBAAyB,EAC/DC,0BAA0BC,aAAa,EACvCC,mCAAmCC,sBAAsB,EACzDC,qCAAqCC,wBAAwB,QAExD,kCAAkC;AAEzC,SAASC,4BAA4B,QAAQ,sCAAsC;AAEnF;;CAEC,GACD,OAAO,MAAMC,gCAAgC,CAC3CC,OACAC;IAEAjB,YAAiCgB;IAEjC,+FAA+F;IAC/F,oFAAoF;IACpF,0GAA0G;IAE1G,qBACE,KAACX;QAASa,OAAOD,cAAcE,QAAQ;kBACrC,cAAA,KAACV;YAAcS,OAAOD,cAAcG,KAAK;sBACvC,cAAA,KAACT;gBAAuBO,OAAOD,cAAcI,cAAc;0BACzD,cAAA,KAACR;oBACCK,OAAOD,cAAcK,yBAAyB;8BAE9C,cAAA,KAACf;wBAA0BW,OAAOD,cAAcM,OAAO;kCACrD,cAAA,KAACtB;4BAAsBuB,KAAKP,cAAcQ,aAAa;sCACrD,cAAA,KAACX;gCAA6BI,OAAOD,cAAcS,aAAa;0CAC9D,cAAA,KAACvB;oCAAkBe,OAAOD,cAAcU,kBAAkB;8CACxD,cAAA,MAACX,MAAMY,IAAI;;4CACR7B,cAAc,qBACb,KAAC8B;gDACC,2DAA2D;gDAC3D,iCAAiC;gDACjC,2CAA2C;gDAC3CC,yBAAyB;oDAAEC,QAAQf,MAAMgB,gBAAgB,CAACC,OAAO;gDAAC;gDACjE,GAAGjB,MAAMgB,gBAAgB,CAACE,UAAU;;4CAIxClB,MAAMY,IAAI,CAACO,QAAQ;;;;;;;;;;;AAW1C,EAAE"}
|
@@ -1,4 +1,8 @@
|
|
1
|
-
|
1
|
+
/*
|
2
|
+
IconDirectionContextValue is being imported as a leaf node import in order to prevent extra icons froms being
|
3
|
+
downloaded when trying to use the FluentProvider.
|
4
|
+
This issue has more context: https://github.com/microsoft/fluentui/issues/30909
|
5
|
+
*/ "use strict";
|
2
6
|
Object.defineProperty(exports, "__esModule", {
|
3
7
|
value: true
|
4
8
|
});
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":[],"names":[],"mappings":""}
|
1
|
+
{"version":3,"sources":["FluentProvider.types.js"],"sourcesContent":["/*\n IconDirectionContextValue is being imported as a leaf node import in order to prevent extra icons froms being\n downloaded when trying to use the FluentProvider.\n This issue has more context: https://github.com/microsoft/fluentui/issues/30909\n*/ export { };\n"],"names":[],"mappings":"AAAA;;;;AAIA"}
|
@@ -12,7 +12,7 @@ const _jsxruntime = require("@fluentui/react-jsx-runtime/jsx-runtime");
|
|
12
12
|
const _reactutilities = require("@fluentui/react-utilities");
|
13
13
|
const _react = require("@griffel/react");
|
14
14
|
const _reactsharedcontexts = require("@fluentui/react-shared-contexts");
|
15
|
-
const
|
15
|
+
const _providers = require("@fluentui/react-icons/lib/providers");
|
16
16
|
const renderFluentProvider_unstable = (state, contextValues)=>{
|
17
17
|
(0, _reactutilities.assertSlots)(state);
|
18
18
|
// Typescript (vscode) incorrectly references the FluentProviderProps.customStyleHooks_unstable
|
@@ -30,7 +30,7 @@ const renderFluentProvider_unstable = (state, contextValues)=>{
|
|
30
30
|
value: contextValues.tooltip,
|
31
31
|
children: /*#__PURE__*/ (0, _jsxruntime.jsx)(_react.TextDirectionProvider, {
|
32
32
|
dir: contextValues.textDirection,
|
33
|
-
children: /*#__PURE__*/ (0, _jsxruntime.jsx)(
|
33
|
+
children: /*#__PURE__*/ (0, _jsxruntime.jsx)(_providers.IconDirectionContextProvider, {
|
34
34
|
value: contextValues.iconDirection,
|
35
35
|
children: /*#__PURE__*/ (0, _jsxruntime.jsx)(_reactsharedcontexts.OverridesProvider_unstable, {
|
36
36
|
value: contextValues.overrides_unstable,
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["renderFluentProvider.js"],"sourcesContent":[" import { jsx as _jsx, jsxs as _jsxs } from \"@fluentui/react-jsx-runtime/jsx-runtime\";\nimport { canUseDOM, assertSlots } from '@fluentui/react-utilities';\nimport { TextDirectionProvider } from '@griffel/react';\nimport { OverridesProvider_unstable as OverridesProvider, Provider_unstable as Provider, TooltipVisibilityProvider_unstable as TooltipVisibilityProvider, ThemeProvider_unstable as ThemeProvider, ThemeClassNameProvider_unstable as ThemeClassNameProvider, CustomStyleHooksProvider_unstable as CustomStyleHooksProvider } from '@fluentui/react-shared-contexts';\nimport { IconDirectionContextProvider } from '@fluentui/react-icons';\n/**\n * Render the final JSX of FluentProvider\n */ export const renderFluentProvider_unstable = (state, contextValues)=>{\n assertSlots(state);\n // Typescript (vscode) incorrectly references the FluentProviderProps.customStyleHooks_unstable\n // instead of FluentProviderContextValues.customStyleHooks_unstable and thinks it is\n // Partial<CustomStyleHooksContextValue>, so it needs to be cast to Required<CustomStyleHooksContextValue>\n return /*#__PURE__*/ _jsx(Provider, {\n value: contextValues.provider,\n children: /*#__PURE__*/ _jsx(ThemeProvider, {\n value: contextValues.theme,\n children: /*#__PURE__*/ _jsx(ThemeClassNameProvider, {\n value: contextValues.themeClassName,\n children: /*#__PURE__*/ _jsx(CustomStyleHooksProvider, {\n value: contextValues.customStyleHooks_unstable,\n children: /*#__PURE__*/ _jsx(TooltipVisibilityProvider, {\n value: contextValues.tooltip,\n children: /*#__PURE__*/ _jsx(TextDirectionProvider, {\n dir: contextValues.textDirection,\n children: /*#__PURE__*/ _jsx(IconDirectionContextProvider, {\n value: contextValues.iconDirection,\n children: /*#__PURE__*/ _jsx(OverridesProvider, {\n value: contextValues.overrides_unstable,\n children: /*#__PURE__*/ _jsxs(state.root, {\n children: [\n canUseDOM() ? null : /*#__PURE__*/ _jsx(\"style\", {\n // Using dangerous HTML because react can escape characters\n // which can lead to invalid CSS.\n // eslint-disable-next-line react/no-danger\n dangerouslySetInnerHTML: {\n __html: state.serverStyleProps.cssRule\n },\n ...state.serverStyleProps.attributes\n }),\n state.root.children\n ]\n })\n })\n })\n })\n })\n })\n })\n })\n });\n};\n"],"names":["renderFluentProvider_unstable","state","contextValues","assertSlots","_jsx","Provider","value","provider","children","ThemeProvider","theme","ThemeClassNameProvider","themeClassName","CustomStyleHooksProvider","customStyleHooks_unstable","TooltipVisibilityProvider","tooltip","TextDirectionProvider","dir","textDirection","IconDirectionContextProvider","iconDirection","OverridesProvider","overrides_unstable","_jsxs","root","canUseDOM","dangerouslySetInnerHTML","__html","serverStyleProps","cssRule","attributes"],"mappings":";;;;+BAOiBA;;;eAAAA;;;4BAP4B;gCACN;uBACD;qCAC6R;
|
1
|
+
{"version":3,"sources":["renderFluentProvider.js"],"sourcesContent":[" import { jsx as _jsx, jsxs as _jsxs } from \"@fluentui/react-jsx-runtime/jsx-runtime\";\nimport { canUseDOM, assertSlots } from '@fluentui/react-utilities';\nimport { TextDirectionProvider } from '@griffel/react';\nimport { OverridesProvider_unstable as OverridesProvider, Provider_unstable as Provider, TooltipVisibilityProvider_unstable as TooltipVisibilityProvider, ThemeProvider_unstable as ThemeProvider, ThemeClassNameProvider_unstable as ThemeClassNameProvider, CustomStyleHooksProvider_unstable as CustomStyleHooksProvider } from '@fluentui/react-shared-contexts';\nimport { IconDirectionContextProvider } from '@fluentui/react-icons/lib/providers';\n/**\n * Render the final JSX of FluentProvider\n */ export const renderFluentProvider_unstable = (state, contextValues)=>{\n assertSlots(state);\n // Typescript (vscode) incorrectly references the FluentProviderProps.customStyleHooks_unstable\n // instead of FluentProviderContextValues.customStyleHooks_unstable and thinks it is\n // Partial<CustomStyleHooksContextValue>, so it needs to be cast to Required<CustomStyleHooksContextValue>\n return /*#__PURE__*/ _jsx(Provider, {\n value: contextValues.provider,\n children: /*#__PURE__*/ _jsx(ThemeProvider, {\n value: contextValues.theme,\n children: /*#__PURE__*/ _jsx(ThemeClassNameProvider, {\n value: contextValues.themeClassName,\n children: /*#__PURE__*/ _jsx(CustomStyleHooksProvider, {\n value: contextValues.customStyleHooks_unstable,\n children: /*#__PURE__*/ _jsx(TooltipVisibilityProvider, {\n value: contextValues.tooltip,\n children: /*#__PURE__*/ _jsx(TextDirectionProvider, {\n dir: contextValues.textDirection,\n children: /*#__PURE__*/ _jsx(IconDirectionContextProvider, {\n value: contextValues.iconDirection,\n children: /*#__PURE__*/ _jsx(OverridesProvider, {\n value: contextValues.overrides_unstable,\n children: /*#__PURE__*/ _jsxs(state.root, {\n children: [\n canUseDOM() ? null : /*#__PURE__*/ _jsx(\"style\", {\n // Using dangerous HTML because react can escape characters\n // which can lead to invalid CSS.\n // eslint-disable-next-line react/no-danger\n dangerouslySetInnerHTML: {\n __html: state.serverStyleProps.cssRule\n },\n ...state.serverStyleProps.attributes\n }),\n state.root.children\n ]\n })\n })\n })\n })\n })\n })\n })\n })\n });\n};\n"],"names":["renderFluentProvider_unstable","state","contextValues","assertSlots","_jsx","Provider","value","provider","children","ThemeProvider","theme","ThemeClassNameProvider","themeClassName","CustomStyleHooksProvider","customStyleHooks_unstable","TooltipVisibilityProvider","tooltip","TextDirectionProvider","dir","textDirection","IconDirectionContextProvider","iconDirection","OverridesProvider","overrides_unstable","_jsxs","root","canUseDOM","dangerouslySetInnerHTML","__html","serverStyleProps","cssRule","attributes"],"mappings":";;;;+BAOiBA;;;eAAAA;;;4BAP4B;gCACN;uBACD;qCAC6R;2BACtR;AAGlC,MAAMA,gCAAgC,CAACC,OAAOC;IACrDC,IAAAA,2BAAW,EAACF;IACZ,+FAA+F;IAC/F,oFAAoF;IACpF,0GAA0G;IAC1G,OAAO,WAAW,GAAGG,IAAAA,eAAI,EAACC,sCAAQ,EAAE;QAChCC,OAAOJ,cAAcK,QAAQ;QAC7BC,UAAU,WAAW,GAAGJ,IAAAA,eAAI,EAACK,2CAAa,EAAE;YACxCH,OAAOJ,cAAcQ,KAAK;YAC1BF,UAAU,WAAW,GAAGJ,IAAAA,eAAI,EAACO,oDAAsB,EAAE;gBACjDL,OAAOJ,cAAcU,cAAc;gBACnCJ,UAAU,WAAW,GAAGJ,IAAAA,eAAI,EAACS,sDAAwB,EAAE;oBACnDP,OAAOJ,cAAcY,yBAAyB;oBAC9CN,UAAU,WAAW,GAAGJ,IAAAA,eAAI,EAACW,uDAAyB,EAAE;wBACpDT,OAAOJ,cAAcc,OAAO;wBAC5BR,UAAU,WAAW,GAAGJ,IAAAA,eAAI,EAACa,4BAAqB,EAAE;4BAChDC,KAAKhB,cAAciB,aAAa;4BAChCX,UAAU,WAAW,GAAGJ,IAAAA,eAAI,EAACgB,uCAA4B,EAAE;gCACvDd,OAAOJ,cAAcmB,aAAa;gCAClCb,UAAU,WAAW,GAAGJ,IAAAA,eAAI,EAACkB,+CAAiB,EAAE;oCAC5ChB,OAAOJ,cAAcqB,kBAAkB;oCACvCf,UAAU,WAAW,GAAGgB,IAAAA,gBAAK,EAACvB,MAAMwB,IAAI,EAAE;wCACtCjB,UAAU;4CACNkB,IAAAA,yBAAS,MAAK,OAAO,WAAW,GAAGtB,IAAAA,eAAI,EAAC,SAAS;gDAC7C,2DAA2D;gDAC3D,iCAAiC;gDACjC,2CAA2C;gDAC3CuB,yBAAyB;oDACrBC,QAAQ3B,MAAM4B,gBAAgB,CAACC,OAAO;gDAC1C;gDACA,GAAG7B,MAAM4B,gBAAgB,CAACE,UAAU;4CACxC;4CACA9B,MAAMwB,IAAI,CAACjB,QAAQ;yCACtB;oCACL;gCACJ;4BACJ;wBACJ;oBACJ;gBACJ;YACJ;QACJ;IACJ;AACJ"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-provider",
|
3
|
-
"version": "9.16.
|
3
|
+
"version": "9.16.2",
|
4
4
|
"description": "Fluent UI React provider component",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -19,11 +19,10 @@
|
|
19
19
|
"code-style": "just-scripts code-style",
|
20
20
|
"just": "just-scripts",
|
21
21
|
"lint": "just-scripts lint",
|
22
|
-
"storybook": "
|
22
|
+
"storybook": "yarn --cwd ../stories storybook",
|
23
23
|
"start": "yarn storybook",
|
24
|
-
"type-check": "
|
25
|
-
"generate-api": "just-scripts generate-api"
|
26
|
-
"test-ssr": "test-ssr \"./stories/**/*.stories.tsx\""
|
24
|
+
"type-check": "just-scripts type-check",
|
25
|
+
"generate-api": "just-scripts generate-api"
|
27
26
|
},
|
28
27
|
"devDependencies": {
|
29
28
|
"@fluentui/eslint-plugin": "*",
|
@@ -35,10 +34,10 @@
|
|
35
34
|
"dependencies": {
|
36
35
|
"@fluentui/react-icons": "^2.0.239",
|
37
36
|
"@fluentui/react-shared-contexts": "^9.19.0",
|
38
|
-
"@fluentui/react-tabster": "^9.21.
|
37
|
+
"@fluentui/react-tabster": "^9.21.5",
|
39
38
|
"@fluentui/react-theme": "^9.1.19",
|
40
|
-
"@fluentui/react-utilities": "^9.18.
|
41
|
-
"@fluentui/react-jsx-runtime": "^9.0.
|
39
|
+
"@fluentui/react-utilities": "^9.18.10",
|
40
|
+
"@fluentui/react-jsx-runtime": "^9.0.39",
|
42
41
|
"@griffel/core": "^1.16.0",
|
43
42
|
"@griffel/react": "^1.5.22",
|
44
43
|
"@swc/helpers": "^0.5.1"
|