@fluentui/react-shared-contexts 9.15.1 → 9.15.2
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 +11 -2
- package/lib-commonjs/index.js +39 -39
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,21 @@
|
|
1
1
|
# Change Log - @fluentui/react-shared-contexts
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Mon, 18 Mar 2024 19:44:52 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.15.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.15.2)
|
8
|
+
|
9
|
+
Mon, 18 Mar 2024 19:44:52 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.15.1..@fluentui/react-shared-contexts_v9.15.2)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- Bump @fluentui/react-theme to v9.1.19 ([PR #30803](https://github.com/microsoft/fluentui/pull/30803) by beachball)
|
15
|
+
|
7
16
|
## [9.15.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.15.1)
|
8
17
|
|
9
|
-
Fri, 15 Mar 2024 21:
|
18
|
+
Fri, 15 Mar 2024 21:43:49 GMT
|
10
19
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.15.0..@fluentui/react-shared-contexts_v9.15.1)
|
11
20
|
|
12
21
|
### Patches
|
package/lib-commonjs/index.js
CHANGED
@@ -9,68 +9,68 @@ function _export(target, all) {
|
|
9
9
|
});
|
10
10
|
}
|
11
11
|
_export(exports, {
|
12
|
-
|
13
|
-
return
|
14
|
-
},
|
15
|
-
AnnounceProvider_unstable: function() {
|
16
|
-
return /** @deprecated Use AnnounceProvider instead. */ _AnnounceContext.AnnounceProvider;
|
12
|
+
ThemeContext_unstable: function() {
|
13
|
+
return _ThemeContext.ThemeContext;
|
17
14
|
},
|
18
|
-
|
19
|
-
return
|
15
|
+
ThemeProvider_unstable: function() {
|
16
|
+
return _ThemeContext.ThemeProvider;
|
20
17
|
},
|
21
|
-
|
22
|
-
return
|
18
|
+
ThemeClassNameProvider_unstable: function() {
|
19
|
+
return _ThemeClassNameContext.ThemeClassNameProvider;
|
23
20
|
},
|
24
|
-
|
25
|
-
return
|
21
|
+
useThemeClassName_unstable: function() {
|
22
|
+
return _ThemeClassNameContext.useThemeClassName;
|
26
23
|
},
|
27
|
-
|
28
|
-
return
|
24
|
+
TooltipVisibilityProvider_unstable: function() {
|
25
|
+
return _TooltipVisibilityContext.TooltipVisibilityProvider;
|
29
26
|
},
|
30
|
-
|
31
|
-
return
|
27
|
+
useTooltipVisibility_unstable: function() {
|
28
|
+
return _TooltipVisibilityContext.useTooltipVisibility;
|
32
29
|
},
|
33
30
|
Provider_unstable: function() {
|
34
31
|
return _ProviderContext.Provider;
|
35
32
|
},
|
36
|
-
|
37
|
-
return
|
38
|
-
},
|
39
|
-
ThemeContext_unstable: function() {
|
40
|
-
return _ThemeContext.ThemeContext;
|
41
|
-
},
|
42
|
-
ThemeProvider_unstable: function() {
|
43
|
-
return _ThemeContext.ThemeProvider;
|
33
|
+
useFluent_unstable: function() {
|
34
|
+
return _ProviderContext.useFluent;
|
44
35
|
},
|
45
|
-
|
46
|
-
return
|
36
|
+
OverridesProvider_unstable: function() {
|
37
|
+
return _OverridesContext.OverridesProvider;
|
47
38
|
},
|
48
|
-
|
49
|
-
return
|
39
|
+
useOverrides_unstable: function() {
|
40
|
+
return _OverridesContext.useOverrides;
|
50
41
|
},
|
51
|
-
|
52
|
-
return
|
42
|
+
CustomStyleHooksContext_unstable: function() {
|
43
|
+
return _CustomStyleHooksContext.CustomStyleHooksContext;
|
53
44
|
},
|
54
|
-
|
55
|
-
return
|
45
|
+
CustomStyleHooksProvider_unstable: function() {
|
46
|
+
return _CustomStyleHooksContext.CustomStyleHooksProvider;
|
56
47
|
},
|
57
48
|
useCustomStyleHook_unstable: function() {
|
58
49
|
return _CustomStyleHooksContext.useCustomStyleHook;
|
59
50
|
},
|
60
|
-
|
61
|
-
return
|
51
|
+
BackgroundAppearanceProvider: function() {
|
52
|
+
return _BackgroundAppearanceContext.BackgroundAppearanceProvider;
|
62
53
|
},
|
63
|
-
|
64
|
-
return
|
54
|
+
useBackgroundAppearance: function() {
|
55
|
+
return _BackgroundAppearanceContext.useBackgroundAppearance;
|
56
|
+
},
|
57
|
+
PortalMountNodeProvider: function() {
|
58
|
+
return _PortalMountNodeContext.PortalMountNodeProvider;
|
65
59
|
},
|
66
60
|
usePortalMountNode: function() {
|
67
61
|
return _PortalMountNodeContext.usePortalMountNode;
|
68
62
|
},
|
69
|
-
|
70
|
-
return
|
63
|
+
AnnounceProvider: function() {
|
64
|
+
return _AnnounceContext.AnnounceProvider;
|
71
65
|
},
|
72
|
-
|
73
|
-
return
|
66
|
+
AnnounceProvider_unstable: function() {
|
67
|
+
return /** @deprecated Use AnnounceProvider instead. */ _AnnounceContext.AnnounceProvider;
|
68
|
+
},
|
69
|
+
useAnnounce: function() {
|
70
|
+
return _AnnounceContext.useAnnounce;
|
71
|
+
},
|
72
|
+
useAnnounce_unstable: function() {
|
73
|
+
return /** @deprecated Use useAnnounce instead. */ _AnnounceContext.useAnnounce;
|
74
74
|
}
|
75
75
|
});
|
76
76
|
const _ThemeContext = require("./ThemeContext");
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["index.js"],"sourcesContent":["export { ThemeContext as ThemeContext_unstable, ThemeProvider as ThemeProvider_unstable } from './ThemeContext';\nexport { ThemeClassNameProvider as ThemeClassNameProvider_unstable, useThemeClassName as useThemeClassName_unstable } from './ThemeClassNameContext';\nexport { TooltipVisibilityProvider as TooltipVisibilityProvider_unstable, useTooltipVisibility as useTooltipVisibility_unstable } from './TooltipVisibilityContext';\nexport { Provider as Provider_unstable, useFluent as useFluent_unstable } from './ProviderContext';\nexport { OverridesProvider as OverridesProvider_unstable, useOverrides as useOverrides_unstable } from './OverridesContext';\nexport { CustomStyleHooksContext as CustomStyleHooksContext_unstable, CustomStyleHooksProvider as CustomStyleHooksProvider_unstable, useCustomStyleHook as useCustomStyleHook_unstable } from './CustomStyleHooksContext';\nexport { BackgroundAppearanceProvider, useBackgroundAppearance } from './BackgroundAppearanceContext';\nexport { PortalMountNodeProvider, usePortalMountNode } from './PortalMountNodeContext';\nexport { AnnounceProvider, /** @deprecated Use AnnounceProvider instead. */ AnnounceProvider as AnnounceProvider_unstable, useAnnounce, /** @deprecated Use useAnnounce instead. */ useAnnounce as useAnnounce_unstable } from './AnnounceContext';\n"],"names":["
|
1
|
+
{"version":3,"sources":["index.js"],"sourcesContent":["export { ThemeContext as ThemeContext_unstable, ThemeProvider as ThemeProvider_unstable } from './ThemeContext';\nexport { ThemeClassNameProvider as ThemeClassNameProvider_unstable, useThemeClassName as useThemeClassName_unstable } from './ThemeClassNameContext';\nexport { TooltipVisibilityProvider as TooltipVisibilityProvider_unstable, useTooltipVisibility as useTooltipVisibility_unstable } from './TooltipVisibilityContext';\nexport { Provider as Provider_unstable, useFluent as useFluent_unstable } from './ProviderContext';\nexport { OverridesProvider as OverridesProvider_unstable, useOverrides as useOverrides_unstable } from './OverridesContext';\nexport { CustomStyleHooksContext as CustomStyleHooksContext_unstable, CustomStyleHooksProvider as CustomStyleHooksProvider_unstable, useCustomStyleHook as useCustomStyleHook_unstable } from './CustomStyleHooksContext';\nexport { BackgroundAppearanceProvider, useBackgroundAppearance } from './BackgroundAppearanceContext';\nexport { PortalMountNodeProvider, usePortalMountNode } from './PortalMountNodeContext';\nexport { AnnounceProvider, /** @deprecated Use AnnounceProvider instead. */ AnnounceProvider as AnnounceProvider_unstable, useAnnounce, /** @deprecated Use useAnnounce instead. */ useAnnounce as useAnnounce_unstable } from './AnnounceContext';\n"],"names":["ThemeContext_unstable","ThemeContext","ThemeProvider_unstable","ThemeProvider","ThemeClassNameProvider_unstable","ThemeClassNameProvider","useThemeClassName_unstable","useThemeClassName","TooltipVisibilityProvider_unstable","TooltipVisibilityProvider","useTooltipVisibility_unstable","useTooltipVisibility","Provider_unstable","Provider","useFluent_unstable","useFluent","OverridesProvider_unstable","OverridesProvider","useOverrides_unstable","useOverrides","CustomStyleHooksContext_unstable","CustomStyleHooksContext","CustomStyleHooksProvider_unstable","CustomStyleHooksProvider","useCustomStyleHook_unstable","useCustomStyleHook","BackgroundAppearanceProvider","useBackgroundAppearance","PortalMountNodeProvider","usePortalMountNode","AnnounceProvider","AnnounceProvider_unstable","useAnnounce","useAnnounce_unstable"],"mappings":";;;;;;;;;;;IAAyBA,qBAAqB;eAArCC,0BAAY;;IAA4CC,sBAAsB;eAAvCC,2BAAa;;IAC1BC,+BAA+B;eAAzDC,6CAAsB;;IAA0DC,0BAA0B;eAA/CC,wCAAiB;;IAC/CC,kCAAkC;eAA/DC,mDAAyB;;IAAgEC,6BAA6B;eAArDC,8CAAoB;;IACzEC,iBAAiB;eAA7BC,yBAAQ;;IAAoCC,kBAAkB;eAA/BC,0BAAS;;IACnBC,0BAA0B;eAA/CC,mCAAiB;;IAAgDC,qBAAqB;eAArCC,8BAAY;;IAClCC,gCAAgC;eAA3DC,gDAAuB;;IAAkEC,iCAAiC;eAA7DC,iDAAwB;;IAA6DC,2BAA2B;eAAjDC,2CAAkB;;IAC9IC,4BAA4B;eAA5BA,yDAA4B;;IAAEC,uBAAuB;eAAvBA,oDAAuB;;IACrDC,uBAAuB;eAAvBA,+CAAuB;;IAAEC,kBAAkB;eAAlBA,0CAAkB;;IAC3CC,gBAAgB;eAAhBA,iCAAgB;;IAAuEC,yBAAyB;eAA9F,8CAA8C,GAAGD,iCAAgB;;IAA+BE,WAAW;eAAXA,4BAAW;;IAA6DC,oBAAoB;eAA/E,yCAAyC,GAAGD,4BAAW;;;8BARhG;uCAC4B;0CACY;iCACxD;kCACwB;yCACuF;6CACxH;wCACV;iCACmK"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-shared-contexts",
|
3
|
-
"version": "9.15.
|
3
|
+
"version": "9.15.2",
|
4
4
|
"description": "Fluent UI React Contexts shared by multiple components.",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -30,7 +30,7 @@
|
|
30
30
|
"@fluentui/scripts-tasks": "*"
|
31
31
|
},
|
32
32
|
"dependencies": {
|
33
|
-
"@fluentui/react-theme": "^9.1.
|
33
|
+
"@fluentui/react-theme": "^9.1.19",
|
34
34
|
"@swc/helpers": "^0.5.1"
|
35
35
|
},
|
36
36
|
"peerDependencies": {
|