@fluentui/react-shared-contexts 9.0.0-nightly.f81b28ceb3.1 → 9.0.0-rc.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.json +95 -8
- package/CHANGELOG.md +36 -6
- package/dist/react-shared-contexts.d.ts +2 -5
- package/lib/MenuContext/MenuContext.js +2 -2
- package/lib/MenuContext/MenuContext.js.map +1 -1
- package/lib/ProviderContext/ProviderContext.js +1 -1
- package/lib/ProviderContext/ProviderContext.js.map +1 -1
- package/lib/ThemeClassNameContext/ThemeClassNameContext.js +1 -1
- package/lib/ThemeClassNameContext/ThemeClassNameContext.js.map +1 -1
- package/lib/ThemeContext/ThemeContext.d.ts +3 -3
- package/lib/ThemeContext/ThemeContext.js +1 -1
- package/lib/ThemeContext/ThemeContext.js.map +1 -1
- package/lib/ThemeContext/index.d.ts +0 -1
- package/lib/ThemeContext/index.js +0 -1
- package/lib/ThemeContext/index.js.map +1 -1
- package/lib/TooltipContext/TooltipContext.js +1 -1
- package/lib/TooltipContext/TooltipContext.js.map +1 -1
- package/lib-commonjs/MenuContext/MenuContext.js +2 -2
- package/lib-commonjs/MenuContext/MenuContext.js.map +1 -1
- package/lib-commonjs/MenuContext/index.js +1 -1
- package/lib-commonjs/MenuContext.js +1 -1
- package/lib-commonjs/ProviderContext/ProviderContext.js +1 -1
- package/lib-commonjs/ProviderContext/ProviderContext.js.map +1 -1
- package/lib-commonjs/ProviderContext/index.js +1 -1
- package/lib-commonjs/ProviderContext.js +1 -1
- package/lib-commonjs/ThemeClassNameContext/ThemeClassNameContext.js +1 -1
- package/lib-commonjs/ThemeClassNameContext/ThemeClassNameContext.js.map +1 -1
- package/lib-commonjs/ThemeClassNameContext/index.js +1 -1
- package/lib-commonjs/ThemeClassNameContext.js +1 -1
- package/lib-commonjs/ThemeContext/ThemeContext.d.ts +3 -3
- package/lib-commonjs/ThemeContext/ThemeContext.js +2 -2
- package/lib-commonjs/ThemeContext/ThemeContext.js.map +1 -1
- package/lib-commonjs/ThemeContext/index.d.ts +0 -1
- package/lib-commonjs/ThemeContext/index.js +1 -3
- package/lib-commonjs/ThemeContext/index.js.map +1 -1
- package/lib-commonjs/ThemeContext.js +1 -1
- package/lib-commonjs/TooltipContext/TooltipContext.js +1 -1
- package/lib-commonjs/TooltipContext/TooltipContext.js.map +1 -1
- package/lib-commonjs/TooltipContext/index.js +1 -1
- package/lib-commonjs/TooltipContext.js +1 -1
- package/lib-commonjs/index.js +1 -1
- package/package.json +5 -5
- package/lib/ThemeContext/ThemeContext.types.d.ts +0 -3
- package/lib/ThemeContext/ThemeContext.types.js +0 -2
- package/lib/ThemeContext/ThemeContext.types.js.map +0 -1
- package/lib-commonjs/ThemeContext/ThemeContext.types.d.ts +0 -3
- package/lib-commonjs/ThemeContext/ThemeContext.types.js +0 -6
- package/lib-commonjs/ThemeContext/ThemeContext.types.js.map +0 -1
package/CHANGELOG.json
CHANGED
@@ -2,22 +2,109 @@
|
|
2
2
|
"name": "@fluentui/react-shared-contexts",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
6
|
-
"tag": "@fluentui/react-shared-contexts_v9.0.0-
|
7
|
-
"version": "9.0.0-
|
5
|
+
"date": "Thu, 10 Feb 2022 08:44:02 GMT",
|
6
|
+
"tag": "@fluentui/react-shared-contexts_v9.0.0-rc.1",
|
7
|
+
"version": "9.0.0-rc.1",
|
8
8
|
"comments": {
|
9
9
|
"prerelease": [
|
10
10
|
{
|
11
|
-
"author": "
|
11
|
+
"author": "martinhochel@microsoft.com",
|
12
|
+
"package": "@fluentui/react-shared-contexts",
|
13
|
+
"commit": "ecfe4c4fdc306e9c484706f28457f440f55d3684",
|
14
|
+
"comment": "make the ThemeContext TS API reflect runtime and remove redundant ThemeContextValue"
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"author": "behowell@microsoft.com",
|
18
|
+
"package": "@fluentui/react-shared-contexts",
|
19
|
+
"commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
|
20
|
+
"comment": "Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"author": "lingfangao@hotmail.com",
|
24
|
+
"package": "@fluentui/react-shared-contexts",
|
25
|
+
"commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
|
26
|
+
"comment": "Bump Fluent UI packages to 9.0.0-rc"
|
27
|
+
},
|
28
|
+
{
|
29
|
+
"author": "beachball",
|
30
|
+
"package": "@fluentui/react-shared-contexts",
|
31
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.1",
|
32
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
33
|
+
}
|
34
|
+
],
|
35
|
+
"none": [
|
36
|
+
{
|
37
|
+
"author": "olfedias@microsoft.com",
|
38
|
+
"package": "@fluentui/react-shared-contexts",
|
39
|
+
"commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
|
40
|
+
"comment": "remove inline-style-expand-shorthand from tsconfigs"
|
41
|
+
}
|
42
|
+
]
|
43
|
+
}
|
44
|
+
},
|
45
|
+
{
|
46
|
+
"date": "Thu, 25 Nov 2021 08:34:16 GMT",
|
47
|
+
"tag": "@fluentui/react-shared-contexts_v9.0.0-beta.4",
|
48
|
+
"version": "9.0.0-beta.4",
|
49
|
+
"comments": {
|
50
|
+
"none": [
|
51
|
+
{
|
52
|
+
"author": "olfedias@microsoft.com",
|
53
|
+
"package": "@fluentui/react-shared-contexts",
|
54
|
+
"commit": "ba05e3ba0a8fec662323e2e39e628cf015dae3ef",
|
55
|
+
"comment": "update tooling configs"
|
56
|
+
}
|
57
|
+
],
|
58
|
+
"prerelease": [
|
59
|
+
{
|
60
|
+
"author": "beachball",
|
12
61
|
"package": "@fluentui/react-shared-contexts",
|
13
|
-
"comment": "
|
14
|
-
"commit": "
|
62
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-beta.4",
|
63
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
64
|
+
}
|
65
|
+
]
|
66
|
+
}
|
67
|
+
},
|
68
|
+
{
|
69
|
+
"date": "Fri, 12 Nov 2021 13:25:32 GMT",
|
70
|
+
"tag": "@fluentui/react-shared-contexts_v9.0.0-beta.3",
|
71
|
+
"version": "9.0.0-beta.3",
|
72
|
+
"comments": {
|
73
|
+
"prerelease": [
|
74
|
+
{
|
75
|
+
"author": "gcox@microsoft.com",
|
76
|
+
"package": "@fluentui/react-shared-contexts",
|
77
|
+
"commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
|
78
|
+
"comment": "Updated beta and RC components to ES2019"
|
15
79
|
},
|
16
80
|
{
|
17
81
|
"author": "beachball",
|
18
82
|
"package": "@fluentui/react-shared-contexts",
|
19
|
-
"comment": "Bump @fluentui/react-theme to v9.0.0-
|
20
|
-
"commit": "
|
83
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-beta.3",
|
84
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
85
|
+
}
|
86
|
+
],
|
87
|
+
"none": [
|
88
|
+
{
|
89
|
+
"author": "lingfangao@hotmail.com",
|
90
|
+
"package": "@fluentui/react-shared-contexts",
|
91
|
+
"commit": "00f70581480b536e723fb69edf0ae617beac4807",
|
92
|
+
"comment": "Remove beta release tag"
|
93
|
+
}
|
94
|
+
]
|
95
|
+
}
|
96
|
+
},
|
97
|
+
{
|
98
|
+
"date": "Wed, 27 Oct 2021 12:14:24 GMT",
|
99
|
+
"tag": "@fluentui/react-shared-contexts_v9.0.0-beta.2",
|
100
|
+
"version": "9.0.0-beta.2",
|
101
|
+
"comments": {
|
102
|
+
"prerelease": [
|
103
|
+
{
|
104
|
+
"author": "beachball",
|
105
|
+
"package": "@fluentui/react-shared-contexts",
|
106
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-beta.2",
|
107
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
21
108
|
}
|
22
109
|
]
|
23
110
|
}
|
package/CHANGELOG.md
CHANGED
@@ -1,18 +1,48 @@
|
|
1
1
|
# Change Log - @fluentui/react-shared-contexts
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Thu, 10 Feb 2022 08:44:02 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
-
## [9.0.0-
|
7
|
+
## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-rc.1)
|
8
8
|
|
9
|
-
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-beta.
|
9
|
+
Thu, 10 Feb 2022 08:44:02 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-beta.4..@fluentui/react-shared-contexts_v9.0.0-rc.1)
|
11
11
|
|
12
12
|
### Changes
|
13
13
|
|
14
|
-
-
|
15
|
-
-
|
14
|
+
- make the ThemeContext TS API reflect runtime and remove redundant ThemeContextValue ([PR #21286](https://github.com/microsoft/fluentui/pull/21286) by martinhochel@microsoft.com)
|
15
|
+
- Rename component hooks add the suffix _unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
16
|
+
- Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
|
17
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
18
|
+
|
19
|
+
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-beta.4)
|
20
|
+
|
21
|
+
Thu, 25 Nov 2021 08:34:16 GMT
|
22
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-beta.3..@fluentui/react-shared-contexts_v9.0.0-beta.4)
|
23
|
+
|
24
|
+
### Changes
|
25
|
+
|
26
|
+
- Bump @fluentui/react-theme to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
27
|
+
|
28
|
+
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-beta.3)
|
29
|
+
|
30
|
+
Fri, 12 Nov 2021 13:25:32 GMT
|
31
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-beta.2..@fluentui/react-shared-contexts_v9.0.0-beta.3)
|
32
|
+
|
33
|
+
### Changes
|
34
|
+
|
35
|
+
- Updated beta and RC components to ES2019 ([PR #20405](https://github.com/microsoft/fluentui/pull/20405) by gcox@microsoft.com)
|
36
|
+
- Bump @fluentui/react-theme to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
37
|
+
|
38
|
+
## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-beta.2)
|
39
|
+
|
40
|
+
Wed, 27 Oct 2021 12:14:24 GMT
|
41
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-beta.1..@fluentui/react-shared-contexts_v9.0.0-beta.2)
|
42
|
+
|
43
|
+
### Changes
|
44
|
+
|
45
|
+
- Bump @fluentui/react-theme to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
16
46
|
|
17
47
|
## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-beta.1)
|
18
48
|
|
@@ -27,10 +27,7 @@ export declare const ThemeClassNameContext: React_2.Context<string>;
|
|
27
27
|
|
28
28
|
export declare type ThemeClassNameContextValue = string;
|
29
29
|
|
30
|
-
export declare const ThemeContext: React_2.Context<
|
31
|
-
|
32
|
-
export declare interface ThemeContextValue extends Theme {
|
33
|
-
}
|
30
|
+
export declare const ThemeContext: React_2.Context<Theme | Partial<Theme> | undefined>;
|
34
31
|
|
35
32
|
/**
|
36
33
|
* Context shared by all of the tooltips in the app
|
@@ -54,7 +51,7 @@ export declare function useFluent(): ProviderContextValue;
|
|
54
51
|
|
55
52
|
export declare const useMenuContext: () => MinimalMenuProps;
|
56
53
|
|
57
|
-
export declare function useTheme():
|
54
|
+
export declare function useTheme(): Theme | Partial<Theme> | undefined;
|
58
55
|
|
59
56
|
/**
|
60
57
|
* @returns CSS class that applies css variables
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import * as React from 'react';
|
2
|
-
export
|
3
|
-
export
|
2
|
+
export const MenuContext = /*#__PURE__*/React.createContext({});
|
3
|
+
export const useMenuContext = () => {
|
4
4
|
return React.useContext(MenuContext);
|
5
5
|
};
|
6
6
|
//# sourceMappingURL=MenuContext.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../src/MenuContext/MenuContext.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAZ,MAAuB,OAAvB;AAGA,OAAO,
|
1
|
+
{"version":3,"sources":["../../src/MenuContext/MenuContext.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAZ,MAAuB,OAAvB;AAGA,OAAO,MAAM,WAAW,gBAAG,KAAK,CAAC,aAAN,CAAsC,EAAtC,CAApB;AAEP,OAAO,MAAM,cAAc,GAAG,MAAK;AACjC,SAAO,KAAK,CAAC,UAAN,CAAiB,WAAjB,CAAP;AACD,CAFM","sourceRoot":""}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../src/ProviderContext/ProviderContext.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAZ,MAAuB,OAAvB;AAGA,OAAO,
|
1
|
+
{"version":3,"sources":["../../src/ProviderContext/ProviderContext.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAZ,MAAuB,OAAvB;AAGA,OAAO,MAAM,eAAe,gBAAG,KAAK,CAAC,aAAN,CAA0C;AACvE,EAAA,cAAc,EAAE,OAAO,QAAP,KAAoB,QAApB,GAA+B,QAA/B,GAA0C,SADa;AAEvE,EAAA,GAAG,EAAE;AAFkE,CAA1C,CAAxB;AAKP,OAAM,SAAU,SAAV,GAAmB;AACvB,SAAO,KAAK,CAAC,UAAN,CAAiB,eAAjB,CAAP;AACD","sourceRoot":""}
|
@@ -5,7 +5,7 @@ import * as React from 'react';
|
|
5
5
|
* Useful for elements in the React tree (can read context) but not in the DOM Tree. E.g. Portals
|
6
6
|
*/
|
7
7
|
|
8
|
-
export
|
8
|
+
export const ThemeClassNameContext = /*#__PURE__*/React.createContext('');
|
9
9
|
/**
|
10
10
|
* @returns CSS class that applies css variables
|
11
11
|
*/
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../src/ThemeClassNameContext/ThemeClassNameContext.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAZ,MAAuB,OAAvB;AAIA;;;;AAIG;;AACH,OAAO,
|
1
|
+
{"version":3,"sources":["../../src/ThemeClassNameContext/ThemeClassNameContext.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAZ,MAAuB,OAAvB;AAIA;;;;AAIG;;AACH,OAAO,MAAM,qBAAqB,gBAAG,KAAK,CAAC,aAAN,CAAgD,EAAhD,CAA9B;AAEP;;AAEG;;AACH,OAAM,SAAU,iBAAV,GAA2B;AAC/B,SAAO,KAAK,CAAC,UAAN,CAAiB,qBAAjB,CAAP;AACD","sourceRoot":""}
|
@@ -1,4 +1,4 @@
|
|
1
1
|
import * as React from 'react';
|
2
|
-
import type {
|
3
|
-
export declare const ThemeContext: React.Context<
|
4
|
-
export declare function useTheme():
|
2
|
+
import type { Theme } from '@fluentui/react-theme';
|
3
|
+
export declare const ThemeContext: React.Context<Theme | Partial<Theme> | undefined>;
|
4
|
+
export declare function useTheme(): Theme | Partial<Theme> | undefined;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../src/ThemeContext/ThemeContext.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAZ,MAAuB,OAAvB;AAGA,OAAO,
|
1
|
+
{"version":3,"sources":["../../src/ThemeContext/ThemeContext.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAZ,MAAuB,OAAvB;AAGA,OAAO,MAAM,YAAY,gBAAG,KAAK,CAAC,aAAN,CAAwD,SAAxD,CAArB;AAEP,OAAM,SAAU,QAAV,GAAkB;AACtB,SAAO,KAAK,CAAC,UAAN,CAAiB,YAAjB,CAAP;AACD","sourceRoot":""}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/ThemeContext/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/ThemeContext/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC"}
|
@@ -3,5 +3,5 @@ import * as React from 'react';
|
|
3
3
|
* Context shared by all of the tooltips in the app
|
4
4
|
*/
|
5
5
|
|
6
|
-
export
|
6
|
+
export const TooltipContext = /*#__PURE__*/React.createContext({});
|
7
7
|
//# sourceMappingURL=TooltipContext.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../src/TooltipContext/TooltipContext.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAZ,MAAuB,OAAvB;AAeA;;AAEG;;AACH,OAAO,
|
1
|
+
{"version":3,"sources":["../../src/TooltipContext/TooltipContext.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAZ,MAAuB,OAAvB;AAeA;;AAEG;;AACH,OAAO,MAAM,cAAc,gBAAG,KAAK,CAAC,aAAN,CAAwC,EAAxC,CAAvB","sourceRoot":""}
|
@@ -5,11 +5,11 @@ Object.defineProperty(exports, "__esModule", {
|
|
5
5
|
});
|
6
6
|
exports.useMenuContext = exports.MenuContext = void 0;
|
7
7
|
|
8
|
-
|
8
|
+
const React = /*#__PURE__*/require("react");
|
9
9
|
|
10
10
|
exports.MenuContext = /*#__PURE__*/React.createContext({});
|
11
11
|
|
12
|
-
|
12
|
+
const useMenuContext = () => {
|
13
13
|
return React.useContext(exports.MenuContext);
|
14
14
|
};
|
15
15
|
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../src/MenuContext/MenuContext.ts"],"names":[],"mappings":";;;;;;;AAAA,
|
1
|
+
{"version":3,"sources":["../../src/MenuContext/MenuContext.ts"],"names":[],"mappings":";;;;;;;AAAA,MAAA,KAAA,gBAAA,OAAA,CAAA,OAAA,CAAA;;AAGa,OAAA,CAAA,WAAA,gBAAc,KAAK,CAAC,aAAN,CAAsC,EAAtC,CAAd;;AAEN,MAAM,cAAc,GAAG,MAAK;AACjC,SAAO,KAAK,CAAC,UAAN,CAAiB,OAAA,CAAA,WAAjB,CAAP;AACD,CAFM;;AAAM,OAAA,CAAA,cAAA,GAAc,cAAd","sourceRoot":""}
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
5
5
|
});
|
6
6
|
|
7
|
-
|
7
|
+
const tslib_1 = /*#__PURE__*/require("tslib");
|
8
8
|
|
9
9
|
tslib_1.__exportStar(require("./MenuContext/index"), exports);
|
10
10
|
//# sourceMappingURL=MenuContext.js.map
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
5
5
|
});
|
6
6
|
exports.useFluent = exports.ProviderContext = void 0;
|
7
7
|
|
8
|
-
|
8
|
+
const React = /*#__PURE__*/require("react");
|
9
9
|
|
10
10
|
exports.ProviderContext = /*#__PURE__*/React.createContext({
|
11
11
|
targetDocument: typeof document === 'object' ? document : undefined,
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../src/ProviderContext/ProviderContext.ts"],"names":[],"mappings":";;;;;;;AAAA,
|
1
|
+
{"version":3,"sources":["../../src/ProviderContext/ProviderContext.ts"],"names":[],"mappings":";;;;;;;AAAA,MAAA,KAAA,gBAAA,OAAA,CAAA,OAAA,CAAA;;AAGa,OAAA,CAAA,eAAA,gBAAkB,KAAK,CAAC,aAAN,CAA0C;AACvE,EAAA,cAAc,EAAE,OAAO,QAAP,KAAoB,QAApB,GAA+B,QAA/B,GAA0C,SADa;AAEvE,EAAA,GAAG,EAAE;AAFkE,CAA1C,CAAlB;;AAKb,SAAgB,SAAhB,GAAyB;AACvB,SAAO,KAAK,CAAC,UAAN,CAAiB,OAAA,CAAA,eAAjB,CAAP;AACD;;AAFD,OAAA,CAAA,SAAA,GAAA,SAAA","sourceRoot":""}
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
5
5
|
});
|
6
6
|
|
7
|
-
|
7
|
+
const tslib_1 = /*#__PURE__*/require("tslib");
|
8
8
|
|
9
9
|
tslib_1.__exportStar(require("./ProviderContext/index"), exports);
|
10
10
|
//# sourceMappingURL=ProviderContext.js.map
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
5
5
|
});
|
6
6
|
exports.useThemeClassName = exports.ThemeClassNameContext = void 0;
|
7
7
|
|
8
|
-
|
8
|
+
const React = /*#__PURE__*/require("react");
|
9
9
|
/**
|
10
10
|
* Used to provide a CSS class that applies theme css variables
|
11
11
|
*
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../src/ThemeClassNameContext/ThemeClassNameContext.ts"],"names":[],"mappings":";;;;;;;AAAA,
|
1
|
+
{"version":3,"sources":["../../src/ThemeClassNameContext/ThemeClassNameContext.ts"],"names":[],"mappings":";;;;;;;AAAA,MAAA,KAAA,gBAAA,OAAA,CAAA,OAAA,CAAA;AAIA;;;;AAIG;;;AACU,OAAA,CAAA,qBAAA,gBAAwB,KAAK,CAAC,aAAN,CAAgD,EAAhD,CAAxB;AAEb;;AAEG;;AACH,SAAgB,iBAAhB,GAAiC;AAC/B,SAAO,KAAK,CAAC,UAAN,CAAiB,OAAA,CAAA,qBAAjB,CAAP;AACD;;AAFD,OAAA,CAAA,iBAAA,GAAA,iBAAA","sourceRoot":""}
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
5
5
|
});
|
6
6
|
|
7
|
-
|
7
|
+
const tslib_1 = /*#__PURE__*/require("tslib");
|
8
8
|
|
9
9
|
tslib_1.__exportStar(require("./ThemeClassNameContext"), exports);
|
10
10
|
//# sourceMappingURL=index.js.map
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
5
5
|
});
|
6
6
|
|
7
|
-
|
7
|
+
const tslib_1 = /*#__PURE__*/require("tslib");
|
8
8
|
|
9
9
|
tslib_1.__exportStar(require("./ThemeClassNameContext/index"), exports);
|
10
10
|
//# sourceMappingURL=ThemeClassNameContext.js.map
|
@@ -1,4 +1,4 @@
|
|
1
1
|
import * as React from 'react';
|
2
|
-
import type {
|
3
|
-
export declare const ThemeContext: React.Context<
|
4
|
-
export declare function useTheme():
|
2
|
+
import type { Theme } from '@fluentui/react-theme';
|
3
|
+
export declare const ThemeContext: React.Context<Theme | Partial<Theme> | undefined>;
|
4
|
+
export declare function useTheme(): Theme | Partial<Theme> | undefined;
|
@@ -5,9 +5,9 @@ Object.defineProperty(exports, "__esModule", {
|
|
5
5
|
});
|
6
6
|
exports.useTheme = exports.ThemeContext = void 0;
|
7
7
|
|
8
|
-
|
8
|
+
const React = /*#__PURE__*/require("react");
|
9
9
|
|
10
|
-
exports.ThemeContext = /*#__PURE__*/React.createContext(
|
10
|
+
exports.ThemeContext = /*#__PURE__*/React.createContext(undefined);
|
11
11
|
|
12
12
|
function useTheme() {
|
13
13
|
return React.useContext(exports.ThemeContext);
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../src/ThemeContext/ThemeContext.ts"],"names":[],"mappings":";;;;;;;AAAA,
|
1
|
+
{"version":3,"sources":["../../src/ThemeContext/ThemeContext.ts"],"names":[],"mappings":";;;;;;;AAAA,MAAA,KAAA,gBAAA,OAAA,CAAA,OAAA,CAAA;;AAGa,OAAA,CAAA,YAAA,gBAAe,KAAK,CAAC,aAAN,CAAwD,SAAxD,CAAf;;AAEb,SAAgB,QAAhB,GAAwB;AACtB,SAAO,KAAK,CAAC,UAAN,CAAiB,OAAA,CAAA,YAAjB,CAAP;AACD;;AAFD,OAAA,CAAA,QAAA,GAAA,QAAA","sourceRoot":""}
|
@@ -4,9 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
5
5
|
});
|
6
6
|
|
7
|
-
|
7
|
+
const tslib_1 = /*#__PURE__*/require("tslib");
|
8
8
|
|
9
9
|
tslib_1.__exportStar(require("./ThemeContext"), exports);
|
10
|
-
|
11
|
-
tslib_1.__exportStar(require("./ThemeContext.types"), exports);
|
12
10
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../src/ThemeContext/index.ts"],"names":[],"mappings":";;;;;;;;AAAA,OAAA,CAAA,YAAA,CAAA,OAAA,CAAA,gBAAA,CAAA,EAAA,OAAA
|
1
|
+
{"version":3,"sources":["../../src/ThemeContext/index.ts"],"names":[],"mappings":";;;;;;;;AAAA,OAAA,CAAA,YAAA,CAAA,OAAA,CAAA,gBAAA,CAAA,EAAA,OAAA","sourceRoot":""}
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
5
5
|
});
|
6
6
|
|
7
|
-
|
7
|
+
const tslib_1 = /*#__PURE__*/require("tslib");
|
8
8
|
|
9
9
|
tslib_1.__exportStar(require("./ThemeContext/index"), exports);
|
10
10
|
//# sourceMappingURL=ThemeContext.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../src/TooltipContext/TooltipContext.ts"],"names":[],"mappings":";;;;;;;AAAA,
|
1
|
+
{"version":3,"sources":["../../src/TooltipContext/TooltipContext.ts"],"names":[],"mappings":";;;;;;;AAAA,MAAA,KAAA,gBAAA,OAAA,CAAA,OAAA,CAAA;AAeA;;AAEG;;;AACU,OAAA,CAAA,cAAA,gBAAiB,KAAK,CAAC,aAAN,CAAwC,EAAxC,CAAjB","sourceRoot":""}
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
5
5
|
});
|
6
6
|
|
7
|
-
|
7
|
+
const tslib_1 = /*#__PURE__*/require("tslib");
|
8
8
|
|
9
9
|
tslib_1.__exportStar(require("./TooltipContext/index"), exports);
|
10
10
|
//# sourceMappingURL=TooltipContext.js.map
|
package/lib-commonjs/index.js
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-shared-contexts",
|
3
|
-
"version": "9.0.0-
|
3
|
+
"version": "9.0.0-rc.1",
|
4
4
|
"description": "Fluent UI React Contexts shared by multiple components.",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -18,8 +18,9 @@
|
|
18
18
|
"just": "just-scripts",
|
19
19
|
"lint": "just-scripts lint",
|
20
20
|
"docs": "api-extractor run --config=config/api-extractor.local.json --local",
|
21
|
-
"build:local": "tsc -p . --module esnext --emitDeclarationOnly && node ../../scripts/typescript/normalize-import --output dist/react-shared-contexts/src && yarn docs",
|
22
|
-
"test": "jest --passWithNoTests"
|
21
|
+
"build:local": "tsc -p ./tsconfig.lib.json --module esnext --emitDeclarationOnly && node ../../scripts/typescript/normalize-import --output ./dist/packages/react-shared-contexts/src && yarn docs",
|
22
|
+
"test": "jest --passWithNoTests",
|
23
|
+
"type-check": "tsc -b tsconfig.json"
|
23
24
|
},
|
24
25
|
"devDependencies": {
|
25
26
|
"@fluentui/eslint-plugin": "*",
|
@@ -34,7 +35,7 @@
|
|
34
35
|
"react-test-renderer": "^16.3.0"
|
35
36
|
},
|
36
37
|
"dependencies": {
|
37
|
-
"@fluentui/react-theme": "9.0.0-
|
38
|
+
"@fluentui/react-theme": "9.0.0-rc.1",
|
38
39
|
"tslib": "^2.1.0"
|
39
40
|
},
|
40
41
|
"peerDependencies": {
|
@@ -42,7 +43,6 @@
|
|
42
43
|
"react": ">=16.8.0 <18.0.0"
|
43
44
|
},
|
44
45
|
"beachball": {
|
45
|
-
"tag": "beta",
|
46
46
|
"disallowedChangeTypes": [
|
47
47
|
"major",
|
48
48
|
"minor",
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"ThemeContext.types.js","sourceRoot":"","sources":["../../src/ThemeContext/ThemeContext.types.ts"],"names":[],"mappings":""}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":""}
|