@fluentui/react-provider 9.15.2 → 9.16.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,29 @@
1
1
  # Change Log - @fluentui/react-provider
2
2
 
3
- This log was last generated on Thu, 16 May 2024 09:21:23 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 20 May 2024 12:36:37 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.16.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.16.0)
8
+
9
+ Mon, 20 May 2024 12:36:37 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.15.2..@fluentui/react-provider_v9.16.0)
11
+
12
+ ### Minor changes
13
+
14
+ - feat(react-swatch-picker): added CustomStyleHooks ([PR #31389](https://github.com/microsoft/fluentui/pull/31389) by vkozlova@microsoft.com)
15
+ - Bump @fluentui/react-shared-contexts to v9.19.0 ([PR #26682](https://github.com/microsoft/fluentui/pull/26682) by beachball)
16
+ - Bump @fluentui/react-tabster to v9.21.3 ([PR #26682](https://github.com/microsoft/fluentui/pull/26682) by beachball)
17
+ - Bump @fluentui/react-utilities to v9.18.9 ([PR #26682](https://github.com/microsoft/fluentui/pull/26682) by beachball)
18
+ - Bump @fluentui/react-jsx-runtime to v9.0.38 ([PR #26682](https://github.com/microsoft/fluentui/pull/26682) by beachball)
19
+
20
+ ### Patches
21
+
22
+ - chore: bump @griffel/react ([PR #31258](https://github.com/microsoft/fluentui/pull/31258) by olfedias@microsoft.com)
23
+
7
24
  ## [9.15.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.15.2)
8
25
 
9
- Thu, 16 May 2024 09:21:23 GMT
26
+ Thu, 16 May 2024 09:25:17 GMT
10
27
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.15.1..@fluentui/react-provider_v9.15.2)
11
28
 
12
29
  ### Patches
package/dist/index.d.ts CHANGED
@@ -154,6 +154,11 @@ export declare const FluentProvider: React_2.ForwardRefExoticComponent<Omit<Comp
154
154
  useTagPickerListStyles_unstable: (state: unknown) => void;
155
155
  useTagPickerOptionStyles_unstable: (state: unknown) => void;
156
156
  useTagPickerOptionGroupStyles_unstable: (state: unknown) => void;
157
+ useColorSwatchStyles_unstable: (state: unknown) => void;
158
+ useImageSwatchStyles_unstable: (state: unknown) => void;
159
+ useEmptySwatchStyles_unstable: (state: unknown) => void;
160
+ useSwatchPickerRowStyles_unstable: (state: unknown) => void;
161
+ useSwatchPickerStyles_unstable: (state: unknown) => void;
157
162
  }> | undefined;
158
163
  dir?: "ltr" | "rtl" | undefined;
159
164
  targetDocument?: Document | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-provider",
3
- "version": "9.15.2",
3
+ "version": "9.16.0",
4
4
  "description": "Fluent UI React provider component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -34,13 +34,13 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@fluentui/react-icons": "^2.0.239",
37
- "@fluentui/react-shared-contexts": "^9.18.0",
38
- "@fluentui/react-tabster": "^9.21.2",
37
+ "@fluentui/react-shared-contexts": "^9.19.0",
38
+ "@fluentui/react-tabster": "^9.21.3",
39
39
  "@fluentui/react-theme": "^9.1.19",
40
- "@fluentui/react-utilities": "^9.18.8",
41
- "@fluentui/react-jsx-runtime": "^9.0.37",
42
- "@griffel/core": "^1.14.1",
43
- "@griffel/react": "^1.5.14",
40
+ "@fluentui/react-utilities": "^9.18.9",
41
+ "@fluentui/react-jsx-runtime": "^9.0.38",
42
+ "@griffel/core": "^1.16.0",
43
+ "@griffel/react": "^1.5.22",
44
44
  "@swc/helpers": "^0.5.1"
45
45
  },
46
46
  "peerDependencies": {