@fluentui/react-provider 9.22.2 → 9.22.4
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 +25 -2
- package/dist/index.d.ts +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,35 @@
|
|
1
1
|
# Change Log - @fluentui/react-provider
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Thu, 21 Aug 2025 12:20:21 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.22.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.22.4)
|
8
|
+
|
9
|
+
Thu, 21 Aug 2025 12:20:21 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.22.3..@fluentui/react-provider_v9.22.4)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- Bump @fluentui/react-shared-contexts to v9.25.0 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
|
15
|
+
- Bump @fluentui/react-tabster to v9.26.4 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
|
16
|
+
- Bump @fluentui/react-utilities to v9.24.0 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
|
17
|
+
- Bump @fluentui/react-jsx-runtime to v9.1.6 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
|
18
|
+
|
19
|
+
## [9.22.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.22.3)
|
20
|
+
|
21
|
+
Thu, 07 Aug 2025 10:03:33 GMT
|
22
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.22.2..@fluentui/react-provider_v9.22.3)
|
23
|
+
|
24
|
+
### Patches
|
25
|
+
|
26
|
+
- Bump @fluentui/react-tabster to v9.26.3 ([PR #34980](https://github.com/microsoft/fluentui/pull/34980) by beachball)
|
27
|
+
- Bump @fluentui/react-utilities to v9.23.2 ([PR #34980](https://github.com/microsoft/fluentui/pull/34980) by beachball)
|
28
|
+
- Bump @fluentui/react-jsx-runtime to v9.1.5 ([PR #34980](https://github.com/microsoft/fluentui/pull/34980) by beachball)
|
29
|
+
|
7
30
|
## [9.22.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.22.2)
|
8
31
|
|
9
|
-
Wed, 30 Jul 2025
|
32
|
+
Wed, 30 Jul 2025 13:10:57 GMT
|
10
33
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.22.1..@fluentui/react-provider_v9.22.2)
|
11
34
|
|
12
35
|
### Patches
|
package/dist/index.d.ts
CHANGED
@@ -99,7 +99,7 @@ export declare const useFluentProviderStyles_unstable: (state: FluentProviderSta
|
|
99
99
|
* @internal
|
100
100
|
* @returns CSS class to apply the rule
|
101
101
|
*/
|
102
|
-
export declare const useFluentProviderThemeStyleTag: (options: Pick<FluentProviderState,
|
102
|
+
export declare const useFluentProviderThemeStyleTag: (options: Pick<FluentProviderState, "theme" | "targetDocument"> & {
|
103
103
|
rendererAttributes: Record<string, string>;
|
104
104
|
}) => {
|
105
105
|
styleTagId: string;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-provider",
|
3
|
-
"version": "9.22.
|
3
|
+
"version": "9.22.4",
|
4
4
|
"description": "Fluent UI React provider component",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -19,11 +19,11 @@
|
|
19
19
|
},
|
20
20
|
"dependencies": {
|
21
21
|
"@fluentui/react-icons": "^2.0.245",
|
22
|
-
"@fluentui/react-shared-contexts": "^9.
|
23
|
-
"@fluentui/react-tabster": "^9.26.
|
22
|
+
"@fluentui/react-shared-contexts": "^9.25.0",
|
23
|
+
"@fluentui/react-tabster": "^9.26.4",
|
24
24
|
"@fluentui/react-theme": "^9.2.0",
|
25
|
-
"@fluentui/react-utilities": "^9.
|
26
|
-
"@fluentui/react-jsx-runtime": "^9.1.
|
25
|
+
"@fluentui/react-utilities": "^9.24.0",
|
26
|
+
"@fluentui/react-jsx-runtime": "^9.1.6",
|
27
27
|
"@griffel/core": "^1.16.0",
|
28
28
|
"@griffel/react": "^1.5.22",
|
29
29
|
"@swc/helpers": "^0.5.1"
|