@fluentui/react-provider 9.13.18 → 9.14.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,35 @@
1
1
  # Change Log - @fluentui/react-provider
2
2
 
3
- This log was last generated on Fri, 05 Apr 2024 14:16:56 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 23 Apr 2024 08:12:11 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.14.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.14.0)
8
+
9
+ Tue, 23 Apr 2024 08:12:11 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.13.19..@fluentui/react-provider_v9.14.0)
11
+
12
+ ### Minor changes
13
+
14
+ - feat: Implement MenuItemSwitch component ([PR #31099](https://github.com/microsoft/fluentui/pull/31099) by lingfangao@hotmail.com)
15
+ - Bump @fluentui/react-shared-contexts to v9.17.0 ([PR #31113](https://github.com/microsoft/fluentui/pull/31113) by beachball)
16
+ - Bump @fluentui/react-tabster to v9.20.1 ([PR #31113](https://github.com/microsoft/fluentui/pull/31113) by beachball)
17
+ - Bump @fluentui/react-utilities to v9.18.7 ([PR #31113](https://github.com/microsoft/fluentui/pull/31113) by beachball)
18
+ - Bump @fluentui/react-jsx-runtime to v9.0.36 ([PR #31113](https://github.com/microsoft/fluentui/pull/31113) by beachball)
19
+
20
+ ## [9.13.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.13.19)
21
+
22
+ Wed, 17 Apr 2024 21:53:56 GMT
23
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.13.18..@fluentui/react-provider_v9.13.19)
24
+
25
+ ### Patches
26
+
27
+ - chore: Update react-icons to 2.0.235 ([PR #31011](https://github.com/microsoft/fluentui/pull/31011) by ololubek@microsoft.com)
28
+ - Bump @fluentui/react-tabster to v9.20.0 ([PR #31100](https://github.com/microsoft/fluentui/pull/31100) by beachball)
29
+
7
30
  ## [9.13.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.13.18)
8
31
 
9
- Fri, 05 Apr 2024 14:16:56 GMT
32
+ Fri, 05 Apr 2024 14:17:26 GMT
10
33
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.13.17..@fluentui/react-provider_v9.13.18)
11
34
 
12
35
  ### Patches
package/dist/index.d.ts CHANGED
@@ -63,6 +63,7 @@ export declare const FluentProvider: React_2.ForwardRefExoticComponent<Omit<Comp
63
63
  useMenuGroupHeaderStyles_unstable: (state: unknown) => void;
64
64
  useMenuGroupStyles_unstable: (state: unknown) => void;
65
65
  useMenuItemCheckboxStyles_unstable: (state: unknown) => void;
66
+ useMenuItemSwitchStyles_unstable: (state: unknown) => void;
66
67
  useMenuItemRadioStyles_unstable: (state: unknown) => void;
67
68
  useMenuItemStyles_unstable: (state: unknown) => void;
68
69
  useMenuListStyles_unstable: (state: unknown) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-provider",
3
- "version": "9.13.18",
3
+ "version": "9.14.0",
4
4
  "description": "Fluent UI React provider component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -33,12 +33,12 @@
33
33
  "@fluentui/scripts-tasks": "*"
34
34
  },
35
35
  "dependencies": {
36
- "@fluentui/react-icons": "^2.0.224",
37
- "@fluentui/react-shared-contexts": "^9.16.0",
38
- "@fluentui/react-tabster": "^9.19.6",
36
+ "@fluentui/react-icons": "^2.0.235",
37
+ "@fluentui/react-shared-contexts": "^9.17.0",
38
+ "@fluentui/react-tabster": "^9.20.1",
39
39
  "@fluentui/react-theme": "^9.1.19",
40
- "@fluentui/react-utilities": "^9.18.6",
41
- "@fluentui/react-jsx-runtime": "^9.0.35",
40
+ "@fluentui/react-utilities": "^9.18.7",
41
+ "@fluentui/react-jsx-runtime": "^9.0.36",
42
42
  "@griffel/core": "^1.14.1",
43
43
  "@griffel/react": "^1.5.14",
44
44
  "@swc/helpers": "^0.5.1"