@fluentui/react-provider 9.16.5 → 9.17.0

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,25 @@
1
1
  # Change Log - @fluentui/react-provider
2
2
 
3
- This log was last generated on Mon, 15 Jul 2024 17:20:26 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 23 Jul 2024 20:09:19 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.17.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.17.0)
8
+
9
+ Tue, 23 Jul 2024 20:09:19 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.16.5..@fluentui/react-provider_v9.17.0)
11
+
12
+ ### Minor changes
13
+
14
+ - chore: adds custom style hook for MenuItemLink ([PR #32045](https://github.com/microsoft/fluentui/pull/32045) by bernardo.sunderhus@gmail.com)
15
+ - Bump @fluentui/react-shared-contexts to v9.20.0 ([PR #32067](https://github.com/microsoft/fluentui/pull/32067) by beachball)
16
+ - Bump @fluentui/react-tabster to v9.22.3 ([PR #32067](https://github.com/microsoft/fluentui/pull/32067) by beachball)
17
+ - Bump @fluentui/react-utilities to v9.18.13 ([PR #32067](https://github.com/microsoft/fluentui/pull/32067) by beachball)
18
+ - Bump @fluentui/react-jsx-runtime to v9.0.42 ([PR #32067](https://github.com/microsoft/fluentui/pull/32067) by beachball)
19
+
7
20
  ## [9.16.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.16.5)
8
21
 
9
- Mon, 15 Jul 2024 17:20:26 GMT
22
+ Mon, 15 Jul 2024 17:25:42 GMT
10
23
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.16.4..@fluentui/react-provider_v9.16.5)
11
24
 
12
25
  ### Patches
package/dist/index.d.ts CHANGED
@@ -64,6 +64,7 @@ export declare const FluentProvider: React_2.ForwardRefExoticComponent<Omit<Comp
64
64
  useMenuItemSwitchStyles_unstable: (state: unknown) => void;
65
65
  useMenuItemRadioStyles_unstable: (state: unknown) => void;
66
66
  useMenuItemStyles_unstable: (state: unknown) => void;
67
+ useMenuItemLinkStyles_unstable: (state: unknown) => void;
67
68
  useMenuListStyles_unstable: (state: unknown) => void;
68
69
  useMenuPopoverStyles_unstable: (state: unknown) => void;
69
70
  useMenuSplitGroupStyles_unstable: (state: unknown) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-provider",
3
- "version": "9.16.5",
3
+ "version": "9.17.0",
4
4
  "description": "Fluent UI React provider component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -33,11 +33,11 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@fluentui/react-icons": "^2.0.245",
36
- "@fluentui/react-shared-contexts": "^9.19.1",
37
- "@fluentui/react-tabster": "^9.22.2",
36
+ "@fluentui/react-shared-contexts": "^9.20.0",
37
+ "@fluentui/react-tabster": "^9.22.3",
38
38
  "@fluentui/react-theme": "^9.1.19",
39
- "@fluentui/react-utilities": "^9.18.12",
40
- "@fluentui/react-jsx-runtime": "^9.0.41",
39
+ "@fluentui/react-utilities": "^9.18.13",
40
+ "@fluentui/react-jsx-runtime": "^9.0.42",
41
41
  "@griffel/core": "^1.16.0",
42
42
  "@griffel/react": "^1.5.22",
43
43
  "@swc/helpers": "^0.5.1"