@fluentui/react-provider 9.14.0 → 9.15.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 Tue, 23 Apr 2024 08:12:11 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 06 May 2024 12:48:52 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.15.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.15.0)
8
+
9
+ Mon, 06 May 2024 12:48:52 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.14.1..@fluentui/react-provider_v9.15.0)
11
+
12
+ ### Minor changes
13
+
14
+ - feat: adds TagPicker to custom style hooks ([PR #31272](https://github.com/microsoft/fluentui/pull/31272) by bernardo.sunderhus@gmail.com)
15
+ - Bump @fluentui/react-shared-contexts to v9.18.0 ([PR #31271](https://github.com/microsoft/fluentui/pull/31271) by beachball)
16
+ - Bump @fluentui/react-tabster to v9.21.1 ([PR #31271](https://github.com/microsoft/fluentui/pull/31271) by beachball)
17
+ - Bump @fluentui/react-utilities to v9.18.8 ([PR #31271](https://github.com/microsoft/fluentui/pull/31271) by beachball)
18
+ - Bump @fluentui/react-jsx-runtime to v9.0.37 ([PR #31271](https://github.com/microsoft/fluentui/pull/31271) by beachball)
19
+
20
+ ## [9.14.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.14.1)
21
+
22
+ Thu, 02 May 2024 11:36:36 GMT
23
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.14.0..@fluentui/react-provider_v9.14.1)
24
+
25
+ ### Patches
26
+
27
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
28
+ - Bump @fluentui/react-tabster to v9.21.0 ([PR #31231](https://github.com/microsoft/fluentui/pull/31231) by beachball)
29
+
7
30
  ## [9.14.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.14.0)
8
31
 
9
- Tue, 23 Apr 2024 08:12:11 GMT
32
+ Tue, 23 Apr 2024 08:17:47 GMT
10
33
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.13.19..@fluentui/react-provider_v9.14.0)
11
34
 
12
35
  ### Minor changes
package/dist/index.d.ts CHANGED
@@ -147,6 +147,13 @@ export declare const FluentProvider: React_2.ForwardRefExoticComponent<Omit<Comp
147
147
  useTeachingPopoverSurfaceStyles_unstable: (state: unknown) => void;
148
148
  useTeachingPopoverTitleStyles_unstable: (state: unknown) => void;
149
149
  useTimePickerCompatStyles_unstable: (state: unknown) => void;
150
+ useTagPickerInputStyles_unstable: (state: unknown) => void;
151
+ useTagPickerButtonStyles_unstable: (state: unknown) => void;
152
+ useTagPickerControlStyles_unstable: (state: unknown) => void;
153
+ useTagPickerGroupStyles_unstable: (state: unknown) => void;
154
+ useTagPickerListStyles_unstable: (state: unknown) => void;
155
+ useTagPickerOptionStyles_unstable: (state: unknown) => void;
156
+ useTagPickerOptionGroupStyles_unstable: (state: unknown) => void;
150
157
  }> | undefined;
151
158
  dir?: "ltr" | "rtl" | undefined;
152
159
  targetDocument?: Document | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-provider",
3
- "version": "9.14.0",
3
+ "version": "9.15.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.235",
37
- "@fluentui/react-shared-contexts": "^9.17.0",
38
- "@fluentui/react-tabster": "^9.20.1",
36
+ "@fluentui/react-icons": "^2.0.237",
37
+ "@fluentui/react-shared-contexts": "^9.18.0",
38
+ "@fluentui/react-tabster": "^9.21.1",
39
39
  "@fluentui/react-theme": "^9.1.19",
40
- "@fluentui/react-utilities": "^9.18.7",
41
- "@fluentui/react-jsx-runtime": "^9.0.36",
40
+ "@fluentui/react-utilities": "^9.18.8",
41
+ "@fluentui/react-jsx-runtime": "^9.0.37",
42
42
  "@griffel/core": "^1.14.1",
43
43
  "@griffel/react": "^1.5.14",
44
44
  "@swc/helpers": "^0.5.1"