@fluentui/react-provider 9.12.1 → 9.13.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 +13 -2
- package/dist/index.d.ts +9 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,23 @@
|
|
1
1
|
# Change Log - @fluentui/react-provider
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Mon, 20 Nov 2023 09:51:21 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.13.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.13.0)
|
8
|
+
|
9
|
+
Mon, 20 Nov 2023 09:51:21 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.12.1..@fluentui/react-provider_v9.13.0)
|
11
|
+
|
12
|
+
### Minor changes
|
13
|
+
|
14
|
+
- feat: Add TeachingPopover style hooks ([PR #29782](https://github.com/microsoft/fluentui/pull/29782) by mifraser@microsoft.com)
|
15
|
+
- Bump @fluentui/react-shared-contexts to v9.13.0 ([PR #29878](https://github.com/microsoft/fluentui/pull/29878) by beachball)
|
16
|
+
- Bump @fluentui/react-tabster to v9.14.6 ([PR #29878](https://github.com/microsoft/fluentui/pull/29878) by beachball)
|
17
|
+
|
7
18
|
## [9.12.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.12.1)
|
8
19
|
|
9
|
-
Tue, 14 Nov 2023 17:
|
20
|
+
Tue, 14 Nov 2023 17:51:27 GMT
|
10
21
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.12.0..@fluentui/react-provider_v9.12.1)
|
11
22
|
|
12
23
|
### 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.
|
3
|
+
"version": "9.13.0",
|
4
4
|
"description": "Fluent UI React provider component",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -34,8 +34,8 @@
|
|
34
34
|
},
|
35
35
|
"dependencies": {
|
36
36
|
"@fluentui/react-icons": "^2.0.217",
|
37
|
-
"@fluentui/react-shared-contexts": "^9.
|
38
|
-
"@fluentui/react-tabster": "^9.14.
|
37
|
+
"@fluentui/react-shared-contexts": "^9.13.0",
|
38
|
+
"@fluentui/react-tabster": "^9.14.6",
|
39
39
|
"@fluentui/react-theme": "^9.1.16",
|
40
40
|
"@fluentui/react-utilities": "^9.15.2",
|
41
41
|
"@fluentui/react-jsx-runtime": "^9.0.19",
|