@fluentui/react-provider 9.16.5 → 9.17.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.md CHANGED
@@ -1,12 +1,34 @@
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 Thu, 15 Aug 2024 08:18:59 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.17.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.17.1)
8
+
9
+ Thu, 15 Aug 2024 08:18:59 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.17.0..@fluentui/react-provider_v9.17.1)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-tabster to v9.22.4 ([PR #31885](https://github.com/microsoft/fluentui/pull/31885) by beachball)
15
+
16
+ ## [9.17.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.17.0)
17
+
18
+ Tue, 23 Jul 2024 20:13:13 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.16.5..@fluentui/react-provider_v9.17.0)
20
+
21
+ ### Minor changes
22
+
23
+ - chore: adds custom style hook for MenuItemLink ([PR #32045](https://github.com/microsoft/fluentui/pull/32045) by bernardo.sunderhus@gmail.com)
24
+ - Bump @fluentui/react-shared-contexts to v9.20.0 ([PR #32067](https://github.com/microsoft/fluentui/pull/32067) by beachball)
25
+ - Bump @fluentui/react-tabster to v9.22.3 ([PR #32067](https://github.com/microsoft/fluentui/pull/32067) by beachball)
26
+ - Bump @fluentui/react-utilities to v9.18.13 ([PR #32067](https://github.com/microsoft/fluentui/pull/32067) by beachball)
27
+ - Bump @fluentui/react-jsx-runtime to v9.0.42 ([PR #32067](https://github.com/microsoft/fluentui/pull/32067) by beachball)
28
+
7
29
  ## [9.16.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.16.5)
8
30
 
9
- Mon, 15 Jul 2024 17:20:26 GMT
31
+ Mon, 15 Jul 2024 17:25:42 GMT
10
32
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.16.4..@fluentui/react-provider_v9.16.5)
11
33
 
12
34
  ### 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.1",
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.4",
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"