@fluentui/react-provider 9.12.1 → 9.13.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,33 @@
1
1
  # Change Log - @fluentui/react-provider
2
2
 
3
- This log was last generated on Tue, 14 Nov 2023 17:48:36 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 30 Nov 2023 13:37:55 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.13.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.13.1)
8
+
9
+ Thu, 30 Nov 2023 13:37:55 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.13.0..@fluentui/react-provider_v9.13.1)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-tabster to v9.15.0 ([PR #29957](https://github.com/microsoft/fluentui/pull/29957) by beachball)
15
+ - Bump @fluentui/react-jsx-runtime to v9.0.20 ([PR #29957](https://github.com/microsoft/fluentui/pull/29957) by beachball)
16
+
17
+ ## [9.13.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.13.0)
18
+
19
+ Mon, 20 Nov 2023 09:55:09 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.12.1..@fluentui/react-provider_v9.13.0)
21
+
22
+ ### Minor changes
23
+
24
+ - feat: Add TeachingPopover style hooks ([PR #29782](https://github.com/microsoft/fluentui/pull/29782) by mifraser@microsoft.com)
25
+ - Bump @fluentui/react-shared-contexts to v9.13.0 ([PR #29878](https://github.com/microsoft/fluentui/pull/29878) by beachball)
26
+ - Bump @fluentui/react-tabster to v9.14.6 ([PR #29878](https://github.com/microsoft/fluentui/pull/29878) by beachball)
27
+
7
28
  ## [9.12.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.12.1)
8
29
 
9
- Tue, 14 Nov 2023 17:48:36 GMT
30
+ Tue, 14 Nov 2023 17:51:27 GMT
10
31
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.12.0..@fluentui/react-provider_v9.12.1)
11
32
 
12
33
  ### Patches
package/dist/index.d.ts CHANGED
@@ -136,6 +136,15 @@ export declare const FluentProvider: React_2.ForwardRefExoticComponent<Omit<Comp
136
136
  useMessageBarActionsStyles_unstable: (state: unknown) => void;
137
137
  useMessageBarGroupStyles_unstable: (state: unknown) => void;
138
138
  useToasterStyles_unstable: (state: unknown) => void;
139
+ useTeachingPopoverStyles_unstable: (state: unknown) => void;
140
+ useTeachingPopoverActionsStyles_unstable: (state: unknown) => void;
141
+ useTeachingPopoverBodyStyles_unstable: (state: unknown) => void;
142
+ useTeachingPopoverButtonStyles_unstable: (state: unknown) => void;
143
+ useTeachingPopoverCarouselStyles_unstable: (state: unknown) => void;
144
+ useTeachingPopoverHeaderStyles_unstable: (state: unknown) => void;
145
+ useTeachingPopoverPageCountStyles_unstable: (state: unknown) => void;
146
+ useTeachingPopoverSurfaceStyles_unstable: (state: unknown) => void;
147
+ useTeachingPopoverTitleStyles_unstable: (state: unknown) => void;
139
148
  }> | undefined;
140
149
  dir?: "ltr" | "rtl" | undefined;
141
150
  targetDocument?: Document | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-provider",
3
- "version": "9.12.1",
3
+ "version": "9.13.1",
4
4
  "description": "Fluent UI React provider component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -34,11 +34,11 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@fluentui/react-icons": "^2.0.217",
37
- "@fluentui/react-shared-contexts": "^9.12.0",
38
- "@fluentui/react-tabster": "^9.14.5",
37
+ "@fluentui/react-shared-contexts": "^9.13.0",
38
+ "@fluentui/react-tabster": "^9.15.0",
39
39
  "@fluentui/react-theme": "^9.1.16",
40
40
  "@fluentui/react-utilities": "^9.15.2",
41
- "@fluentui/react-jsx-runtime": "^9.0.19",
41
+ "@fluentui/react-jsx-runtime": "^9.0.20",
42
42
  "@griffel/core": "^1.14.1",
43
43
  "@griffel/react": "^1.5.14",
44
44
  "@swc/helpers": "^0.5.1"