@fluentui/react-provider 9.22.3 → 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 CHANGED
@@ -1,12 +1,24 @@
1
1
  # Change Log - @fluentui/react-provider
2
2
 
3
- This log was last generated on Thu, 07 Aug 2025 09:59:13 GMT and should not be manually modified.
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
+
7
19
  ## [9.22.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.22.3)
8
20
 
9
- Thu, 07 Aug 2025 09:59:13 GMT
21
+ Thu, 07 Aug 2025 10:03:33 GMT
10
22
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.22.2..@fluentui/react-provider_v9.22.3)
11
23
 
12
24
  ### 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, 'theme' | 'targetDocument'> & {
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",
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.24.1",
23
- "@fluentui/react-tabster": "^9.26.3",
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.23.2",
26
- "@fluentui/react-jsx-runtime": "^9.1.5",
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"