@fluentui/react-shared-contexts 9.0.0-rc.7 → 9.0.0-rc.8

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.
Files changed (40) hide show
  1. package/CHANGELOG.json +30 -1
  2. package/CHANGELOG.md +56 -46
  3. package/{lib → dist}/tsdoc-metadata.json +0 -0
  4. package/package.json +4 -4
  5. package/lib/MenuContext/MenuContext.d.ts +0 -4
  6. package/lib/MenuContext/index.d.ts +0 -2
  7. package/lib/MenuContext/types.d.ts +0 -6
  8. package/lib/MenuContext.d.ts +0 -1
  9. package/lib/ProviderContext/ProviderContext.d.ts +0 -4
  10. package/lib/ProviderContext/ProviderContext.types.d.ts +0 -6
  11. package/lib/ProviderContext/index.d.ts +0 -2
  12. package/lib/ProviderContext.d.ts +0 -1
  13. package/lib/ThemeClassNameContext/ThemeClassNameContext.d.ts +0 -12
  14. package/lib/ThemeClassNameContext/index.d.ts +0 -1
  15. package/lib/ThemeClassNameContext.d.ts +0 -1
  16. package/lib/ThemeContext/ThemeContext.d.ts +0 -4
  17. package/lib/ThemeContext/index.d.ts +0 -1
  18. package/lib/ThemeContext.d.ts +0 -1
  19. package/lib/TooltipContext/TooltipContext.d.ts +0 -17
  20. package/lib/TooltipContext/index.d.ts +0 -1
  21. package/lib/TooltipContext.d.ts +0 -1
  22. package/lib/index.d.ts +0 -9
  23. package/lib-commonjs/MenuContext/MenuContext.d.ts +0 -4
  24. package/lib-commonjs/MenuContext/index.d.ts +0 -2
  25. package/lib-commonjs/MenuContext/types.d.ts +0 -6
  26. package/lib-commonjs/MenuContext.d.ts +0 -1
  27. package/lib-commonjs/ProviderContext/ProviderContext.d.ts +0 -4
  28. package/lib-commonjs/ProviderContext/ProviderContext.types.d.ts +0 -6
  29. package/lib-commonjs/ProviderContext/index.d.ts +0 -2
  30. package/lib-commonjs/ProviderContext.d.ts +0 -1
  31. package/lib-commonjs/ThemeClassNameContext/ThemeClassNameContext.d.ts +0 -12
  32. package/lib-commonjs/ThemeClassNameContext/index.d.ts +0 -1
  33. package/lib-commonjs/ThemeClassNameContext.d.ts +0 -1
  34. package/lib-commonjs/ThemeContext/ThemeContext.d.ts +0 -4
  35. package/lib-commonjs/ThemeContext/index.d.ts +0 -1
  36. package/lib-commonjs/ThemeContext.d.ts +0 -1
  37. package/lib-commonjs/TooltipContext/TooltipContext.d.ts +0 -17
  38. package/lib-commonjs/TooltipContext/index.d.ts +0 -1
  39. package/lib-commonjs/TooltipContext.d.ts +0 -1
  40. package/lib-commonjs/index.d.ts +0 -9
package/CHANGELOG.json CHANGED
@@ -2,7 +2,36 @@
2
2
  "name": "@fluentui/react-shared-contexts",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 05 May 2022 18:24:33 GMT",
5
+ "date": "Mon, 23 May 2022 12:10:03 GMT",
6
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-rc.8",
7
+ "version": "9.0.0-rc.8",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "martinhochel@microsoft.com",
12
+ "package": "@fluentui/react-shared-contexts",
13
+ "commit": "8afe4d15242d6220f202ca1d0d1522f4f9d151bb",
14
+ "comment": "feat: ship rolluped only dts"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-shared-contexts",
19
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.8",
20
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
21
+ }
22
+ ],
23
+ "none": [
24
+ {
25
+ "author": "martinhochel@microsoft.com",
26
+ "package": "@fluentui/react-shared-contexts",
27
+ "commit": "7ac7eacca1f20d34cc5de7cc84c20938b4d5489d",
28
+ "comment": "refactor: move package under react-components folder"
29
+ }
30
+ ]
31
+ }
32
+ },
33
+ {
34
+ "date": "Thu, 05 May 2022 18:26:26 GMT",
6
35
  "tag": "@fluentui/react-shared-contexts_v9.0.0-rc.7",
7
36
  "version": "9.0.0-rc.7",
8
37
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,22 @@
1
1
  # Change Log - @fluentui/react-shared-contexts
2
2
 
3
- This log was last generated on Thu, 05 May 2022 18:24:33 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 23 May 2022 12:10:03 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-rc.8)
8
+
9
+ Mon, 23 May 2022 12:10:03 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-rc.7..@fluentui/react-shared-contexts_v9.0.0-rc.8)
11
+
12
+ ### Changes
13
+
14
+ - feat: ship rolluped only dts ([PR #22965](https://github.com/microsoft/fluentui/pull/22965) by martinhochel@microsoft.com)
15
+ - Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
16
+
7
17
  ## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-rc.7)
8
18
 
9
- Thu, 05 May 2022 18:24:33 GMT
19
+ Thu, 05 May 2022 18:26:26 GMT
10
20
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-rc.6..@fluentui/react-shared-contexts_v9.0.0-rc.7)
11
21
 
12
22
  ### Changes
@@ -16,7 +26,7 @@ Thu, 05 May 2022 18:24:33 GMT
16
26
 
17
27
  ## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-rc.6)
18
28
 
19
- Wed, 04 May 2022 13:26:54 GMT
29
+ Wed, 04 May 2022 13:26:54 GMT
20
30
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-rc.5..@fluentui/react-shared-contexts_v9.0.0-rc.6)
21
31
 
22
32
  ### Changes
@@ -25,7 +35,7 @@ Wed, 04 May 2022 13:26:54 GMT
25
35
 
26
36
  ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-rc.5)
27
37
 
28
- Tue, 19 Apr 2022 19:16:52 GMT
38
+ Tue, 19 Apr 2022 19:16:52 GMT
29
39
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-rc.4..@fluentui/react-shared-contexts_v9.0.0-rc.5)
30
40
 
31
41
  ### Changes
@@ -34,7 +44,7 @@ Tue, 19 Apr 2022 19:16:52 GMT
34
44
 
35
45
  ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-rc.4)
36
46
 
37
- Fri, 04 Mar 2022 05:17:29 GMT
47
+ Fri, 04 Mar 2022 05:17:29 GMT
38
48
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-rc.3..@fluentui/react-shared-contexts_v9.0.0-rc.4)
39
49
 
40
50
  ### Changes
@@ -44,7 +54,7 @@ Fri, 04 Mar 2022 05:17:29 GMT
44
54
 
45
55
  ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-rc.3)
46
56
 
47
- Fri, 18 Feb 2022 13:35:34 GMT
57
+ Fri, 18 Feb 2022 13:35:34 GMT
48
58
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-rc.1..@fluentui/react-shared-contexts_v9.0.0-rc.3)
49
59
 
50
60
  ### Changes
@@ -54,19 +64,19 @@ Fri, 18 Feb 2022 13:35:34 GMT
54
64
 
55
65
  ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-rc.1)
56
66
 
57
- Thu, 10 Feb 2022 08:50:48 GMT
67
+ Thu, 10 Feb 2022 08:50:48 GMT
58
68
  [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)
59
69
 
60
70
  ### Changes
61
71
 
62
72
  - make the ThemeContext TS API reflect runtime and remove redundant ThemeContextValue ([PR #21286](https://github.com/microsoft/fluentui/pull/21286) by martinhochel@microsoft.com)
63
- - 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)
73
+ - 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)
64
74
  - Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
65
75
  - Bump @fluentui/react-theme to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
66
76
 
67
77
  ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-beta.4)
68
78
 
69
- Thu, 25 Nov 2021 08:34:16 GMT
79
+ Thu, 25 Nov 2021 08:34:16 GMT
70
80
  [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)
71
81
 
72
82
  ### Changes
@@ -75,7 +85,7 @@ Thu, 25 Nov 2021 08:34:16 GMT
75
85
 
76
86
  ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-beta.3)
77
87
 
78
- Fri, 12 Nov 2021 13:25:32 GMT
88
+ Fri, 12 Nov 2021 13:25:32 GMT
79
89
  [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)
80
90
 
81
91
  ### Changes
@@ -85,7 +95,7 @@ Fri, 12 Nov 2021 13:25:32 GMT
85
95
 
86
96
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-beta.2)
87
97
 
88
- Wed, 27 Oct 2021 12:14:24 GMT
98
+ Wed, 27 Oct 2021 12:14:24 GMT
89
99
  [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)
90
100
 
91
101
  ### Changes
@@ -94,7 +104,7 @@ Wed, 27 Oct 2021 12:14:24 GMT
94
104
 
95
105
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-beta.1)
96
106
 
97
- Wed, 06 Oct 2021 10:37:22 GMT
107
+ Wed, 06 Oct 2021 10:37:22 GMT
98
108
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.28..@fluentui/react-shared-contexts_v9.0.0-beta.1)
99
109
 
100
110
  ### Changes
@@ -104,7 +114,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
104
114
 
105
115
  ## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.28)
106
116
 
107
- Fri, 01 Oct 2021 14:13:08 GMT
117
+ Fri, 01 Oct 2021 14:13:08 GMT
108
118
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.26..@fluentui/react-shared-contexts_v9.0.0-alpha.28)
109
119
 
110
120
  ### Changes
@@ -114,7 +124,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
114
124
 
115
125
  ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.26)
116
126
 
117
- Wed, 29 Sep 2021 08:06:11 GMT
127
+ Wed, 29 Sep 2021 08:06:11 GMT
118
128
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.25..@fluentui/react-shared-contexts_v9.0.0-alpha.26)
119
129
 
120
130
  ### Changes
@@ -123,7 +133,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
123
133
 
124
134
  ## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.25)
125
135
 
126
- Tue, 21 Sep 2021 07:42:34 GMT
136
+ Tue, 21 Sep 2021 07:42:34 GMT
127
137
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.24..@fluentui/react-shared-contexts_v9.0.0-alpha.25)
128
138
 
129
139
  ### Changes
@@ -132,7 +142,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
132
142
 
133
143
  ## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.24)
134
144
 
135
- Fri, 10 Sep 2021 16:31:53 GMT
145
+ Fri, 10 Sep 2021 16:31:53 GMT
136
146
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.23..@fluentui/react-shared-contexts_v9.0.0-alpha.24)
137
147
 
138
148
  ### Changes
@@ -141,7 +151,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
141
151
 
142
152
  ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.23)
143
153
 
144
- Tue, 24 Aug 2021 07:34:48 GMT
154
+ Tue, 24 Aug 2021 07:34:48 GMT
145
155
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.22..@fluentui/react-shared-contexts_v9.0.0-alpha.23)
146
156
 
147
157
  ### Changes
@@ -150,7 +160,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
150
160
 
151
161
  ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.22)
152
162
 
153
- Fri, 20 Aug 2021 07:37:28 GMT
163
+ Fri, 20 Aug 2021 07:37:28 GMT
154
164
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.21..@fluentui/react-shared-contexts_v9.0.0-alpha.22)
155
165
 
156
166
  ### Changes
@@ -159,7 +169,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
159
169
 
160
170
  ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.21)
161
171
 
162
- Fri, 13 Aug 2021 07:36:34 GMT
172
+ Fri, 13 Aug 2021 07:36:34 GMT
163
173
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.20..@fluentui/react-shared-contexts_v9.0.0-alpha.21)
164
174
 
165
175
  ### Changes
@@ -168,7 +178,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
168
178
 
169
179
  ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.20)
170
180
 
171
- Tue, 03 Aug 2021 07:39:30 GMT
181
+ Tue, 03 Aug 2021 07:39:30 GMT
172
182
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.19..@fluentui/react-shared-contexts_v9.0.0-alpha.20)
173
183
 
174
184
  ### Patches
@@ -179,7 +189,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
179
189
 
180
190
  ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.19)
181
191
 
182
- Mon, 26 Jul 2021 07:37:30 GMT
192
+ Mon, 26 Jul 2021 07:37:30 GMT
183
193
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.18..@fluentui/react-shared-contexts_v9.0.0-alpha.19)
184
194
 
185
195
  ### Changes
@@ -188,7 +198,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
188
198
 
189
199
  ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.18)
190
200
 
191
- Fri, 23 Jul 2021 07:38:19 GMT
201
+ Fri, 23 Jul 2021 07:38:19 GMT
192
202
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.17..@fluentui/react-shared-contexts_v9.0.0-alpha.18)
193
203
 
194
204
  ### Changes
@@ -197,7 +207,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
197
207
 
198
208
  ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.17)
199
209
 
200
- Fri, 09 Jul 2021 07:39:31 GMT
210
+ Fri, 09 Jul 2021 07:39:31 GMT
201
211
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.16..@fluentui/react-shared-contexts_v9.0.0-alpha.17)
202
212
 
203
213
  ### Patches
@@ -208,7 +218,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
208
218
 
209
219
  ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.16)
210
220
 
211
- Fri, 02 Jul 2021 07:37:06 GMT
221
+ Fri, 02 Jul 2021 07:37:06 GMT
212
222
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.15..@fluentui/react-shared-contexts_v9.0.0-alpha.16)
213
223
 
214
224
  ### Changes
@@ -217,7 +227,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
217
227
 
218
228
  ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.15)
219
229
 
220
- Mon, 07 Jun 2021 07:38:15 GMT
230
+ Mon, 07 Jun 2021 07:38:15 GMT
221
231
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.14..@fluentui/react-shared-contexts_v9.0.0-alpha.15)
222
232
 
223
233
  ### Patches
@@ -228,7 +238,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
228
238
 
229
239
  ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.14)
230
240
 
231
- Fri, 04 Jun 2021 07:37:23 GMT
241
+ Fri, 04 Jun 2021 07:37:23 GMT
232
242
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.13..@fluentui/react-shared-contexts_v9.0.0-alpha.14)
233
243
 
234
244
  ### Changes
@@ -237,7 +247,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
237
247
 
238
248
  ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.13)
239
249
 
240
- Thu, 03 Jun 2021 07:36:03 GMT
250
+ Thu, 03 Jun 2021 07:36:03 GMT
241
251
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.12..@fluentui/react-shared-contexts_v9.0.0-alpha.13)
242
252
 
243
253
  ### Changes
@@ -246,7 +256,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
246
256
 
247
257
  ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.12)
248
258
 
249
- Thu, 20 May 2021 07:41:54 GMT
259
+ Thu, 20 May 2021 07:41:54 GMT
250
260
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.11..@fluentui/react-shared-contexts_v9.0.0-alpha.12)
251
261
 
252
262
  ### Patches
@@ -257,7 +267,7 @@ Thu, 20 May 2021 07:41:54 GMT
257
267
 
258
268
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.11)
259
269
 
260
- Wed, 19 May 2021 07:34:20 GMT
270
+ Wed, 19 May 2021 07:34:20 GMT
261
271
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.10..@fluentui/react-shared-contexts_v9.0.0-alpha.11)
262
272
 
263
273
  ### Changes
@@ -266,7 +276,7 @@ Wed, 19 May 2021 07:34:20 GMT
266
276
 
267
277
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.10)
268
278
 
269
- Thu, 13 May 2021 07:36:55 GMT
279
+ Thu, 13 May 2021 07:36:55 GMT
270
280
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.9..@fluentui/react-shared-contexts_v9.0.0-alpha.10)
271
281
 
272
282
  ### Changes
@@ -275,7 +285,7 @@ Thu, 13 May 2021 07:36:55 GMT
275
285
 
276
286
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.9)
277
287
 
278
- Wed, 12 May 2021 07:36:20 GMT
288
+ Wed, 12 May 2021 07:36:20 GMT
279
289
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.8..@fluentui/react-shared-contexts_v9.0.0-alpha.9)
280
290
 
281
291
  ### Changes
@@ -284,7 +294,7 @@ Wed, 12 May 2021 07:36:20 GMT
284
294
 
285
295
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.8)
286
296
 
287
- Fri, 30 Apr 2021 07:42:23 GMT
297
+ Fri, 30 Apr 2021 07:42:23 GMT
288
298
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.7..@fluentui/react-shared-contexts_v9.0.0-alpha.8)
289
299
 
290
300
  ### Patches
@@ -299,7 +309,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
299
309
 
300
310
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.7)
301
311
 
302
- Fri, 23 Apr 2021 07:37:10 GMT
312
+ Fri, 23 Apr 2021 07:37:10 GMT
303
313
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.6..@fluentui/react-shared-contexts_v9.0.0-alpha.7)
304
314
 
305
315
  ### Patches
@@ -310,7 +320,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
310
320
 
311
321
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.6)
312
322
 
313
- Tue, 20 Apr 2021 07:31:35 GMT
323
+ Tue, 20 Apr 2021 07:31:35 GMT
314
324
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.5..@fluentui/react-shared-contexts_v9.0.0-alpha.6)
315
325
 
316
326
  ### Changes
@@ -319,7 +329,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
319
329
 
320
330
  ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.5)
321
331
 
322
- Fri, 16 Apr 2021 18:08:21 GMT
332
+ Fri, 16 Apr 2021 18:08:21 GMT
323
333
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.4..@fluentui/react-shared-contexts_v9.0.0-alpha.5)
324
334
 
325
335
  ### Changes
@@ -328,7 +338,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
328
338
 
329
339
  ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.4)
330
340
 
331
- Thu, 08 Apr 2021 07:33:06 GMT
341
+ Thu, 08 Apr 2021 07:33:06 GMT
332
342
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.3..@fluentui/react-shared-contexts_v9.0.0-alpha.4)
333
343
 
334
344
  ### Changes
@@ -337,7 +347,7 @@ Thu, 08 Apr 2021 07:33:06 GMT
337
347
 
338
348
  ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.3)
339
349
 
340
- Wed, 31 Mar 2021 00:53:43 GMT
350
+ Wed, 31 Mar 2021 00:53:43 GMT
341
351
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.2..@fluentui/react-shared-contexts_v9.0.0-alpha.3)
342
352
 
343
353
  ### Patches
@@ -348,7 +358,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
348
358
 
349
359
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.2)
350
360
 
351
- Tue, 30 Mar 2021 07:34:45 GMT
361
+ Tue, 30 Mar 2021 07:34:45 GMT
352
362
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v1.0.0-beta.11..@fluentui/react-shared-contexts_v9.0.0-alpha.2)
353
363
 
354
364
  ### Changes
@@ -358,7 +368,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
358
368
 
359
369
  ## [1.0.0-beta.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v1.0.0-beta.11)
360
370
 
361
- Mon, 15 Mar 2021 07:36:20 GMT
371
+ Mon, 15 Mar 2021 07:36:20 GMT
362
372
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v1.0.0-beta.10..@fluentui/react-shared-contexts_v1.0.0-beta.11)
363
373
 
364
374
  ### Changes
@@ -367,7 +377,7 @@ Mon, 15 Mar 2021 07:36:20 GMT
367
377
 
368
378
  ## [1.0.0-beta.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v1.0.0-beta.10)
369
379
 
370
- Fri, 26 Feb 2021 01:16:27 GMT
380
+ Fri, 26 Feb 2021 01:16:27 GMT
371
381
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v1.0.0-beta.9..@fluentui/react-shared-contexts_v1.0.0-beta.10)
372
382
 
373
383
  ### Patches
@@ -383,7 +393,7 @@ Fri, 26 Feb 2021 01:16:27 GMT
383
393
 
384
394
  ## [1.0.0-beta.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v1.0.0-beta.9)
385
395
 
386
- Mon, 22 Feb 2021 12:26:22 GMT
396
+ Mon, 22 Feb 2021 12:26:22 GMT
387
397
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v1.0.0-beta.8..@fluentui/react-shared-contexts_v1.0.0-beta.9)
388
398
 
389
399
  ### Changes
@@ -392,7 +402,7 @@ Mon, 22 Feb 2021 12:26:22 GMT
392
402
 
393
403
  ## [1.0.0-beta.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v1.0.0-beta.8)
394
404
 
395
- Thu, 18 Feb 2021 19:38:50 GMT
405
+ Thu, 18 Feb 2021 19:38:50 GMT
396
406
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v1.0.0-beta.7..@fluentui/react-shared-contexts_v1.0.0-beta.8)
397
407
 
398
408
  ### Changes
@@ -401,7 +411,7 @@ Thu, 18 Feb 2021 19:38:50 GMT
401
411
 
402
412
  ## [1.0.0-beta.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v1.0.0-beta.7)
403
413
 
404
- Thu, 18 Feb 2021 12:27:34 GMT
414
+ Thu, 18 Feb 2021 12:27:34 GMT
405
415
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v1.0.0-beta.6..@fluentui/react-shared-contexts_v1.0.0-beta.7)
406
416
 
407
417
  ### Changes
@@ -410,7 +420,7 @@ Thu, 18 Feb 2021 12:27:34 GMT
410
420
 
411
421
  ## [1.0.0-beta.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v1.0.0-beta.6)
412
422
 
413
- Mon, 15 Feb 2021 12:22:00 GMT
423
+ Mon, 15 Feb 2021 12:22:00 GMT
414
424
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v1.0.0-beta.5..@fluentui/react-shared-contexts_v1.0.0-beta.6)
415
425
 
416
426
  ### Changes
@@ -419,12 +429,12 @@ Mon, 15 Feb 2021 12:22:00 GMT
419
429
 
420
430
  ## [1.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v1.0.0-beta.4)
421
431
 
422
- Thu, 21 Jan 2021 12:36:12 GMT
432
+ Thu, 21 Jan 2021 12:36:12 GMT
423
433
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v1.0.0-beta.1..@fluentui/react-shared-contexts_v1.0.0-beta.4)
424
434
 
425
435
  ### Changes
426
436
 
427
- - Updating dev dependencies. ([PR #16548](https://github.com/microsoft/fluentui/pull/16548) by dzearing@microsoft.com)
437
+ - Updating dev dependencies. ([PR #16548](https://github.com/microsoft/fluentui/pull/16548) by dzearing@microsoft.com)
428
438
 
429
439
  ## [1.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v1.0.0-beta.1)
430
440
 
File without changes
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@fluentui/react-shared-contexts",
3
- "version": "9.0.0-rc.7",
3
+ "version": "9.0.0-rc.8",
4
4
  "description": "Fluent UI React Contexts shared by multiple components.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
7
- "typings": "lib/index.d.ts",
7
+ "typings": "dist/index.d.ts",
8
8
  "sideEffects": false,
9
9
  "repository": {
10
10
  "type": "git",
@@ -18,7 +18,7 @@
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 ./tsconfig.lib.json --module esnext --emitDeclarationOnly && node ../../scripts/typescript/normalize-import --output ./dist/packages/react-shared-contexts/src && yarn docs",
21
+ "build:local": "tsc -p ./tsconfig.lib.json --module esnext --emitDeclarationOnly && node ../../../scripts/typescript/normalize-import --output ./dist/types/packages/react-components/react-shared-contexts/src && yarn docs",
22
22
  "test": "jest --passWithNoTests",
23
23
  "type-check": "tsc -b tsconfig.json"
24
24
  },
@@ -27,7 +27,7 @@
27
27
  "@fluentui/scripts": "^1.0.0"
28
28
  },
29
29
  "dependencies": {
30
- "@fluentui/react-theme": "9.0.0-rc.7",
30
+ "@fluentui/react-theme": "9.0.0-rc.8",
31
31
  "tslib": "^2.1.0"
32
32
  },
33
33
  "peerDependencies": {
@@ -1,4 +0,0 @@
1
- import * as React from 'react';
2
- import type { MinimalMenuProps } from './types';
3
- export declare const MenuContext: React.Context<MinimalMenuProps>;
4
- export declare const useMenuContext: () => MinimalMenuProps;
@@ -1,2 +0,0 @@
1
- export * from './MenuContext';
2
- export * from './types';
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- export declare type MinimalMenuProps = {
3
- hidden?: boolean;
4
- onDismiss?: () => void;
5
- target?: React.Ref<HTMLElement>;
6
- };
@@ -1 +0,0 @@
1
- export * from './MenuContext/index';
@@ -1,4 +0,0 @@
1
- import * as React from 'react';
2
- import type { ProviderContextValue } from './ProviderContext.types';
3
- export declare const ProviderContext: React.Context<ProviderContextValue>;
4
- export declare function useFluent(): ProviderContextValue;
@@ -1,6 +0,0 @@
1
- export interface ProviderContextValue {
2
- /** Sets the direction of text & generated styles. */
3
- dir: 'ltr' | 'rtl';
4
- /** Provides the document, can be undefined during SSR render. */
5
- targetDocument?: Document;
6
- }
@@ -1,2 +0,0 @@
1
- export * from './ProviderContext';
2
- export * from './ProviderContext.types';
@@ -1 +0,0 @@
1
- export * from './ProviderContext/index';
@@ -1,12 +0,0 @@
1
- import * as React from 'react';
2
- export declare type ThemeClassNameContextValue = string;
3
- /**
4
- * Used to provide a CSS class that applies theme css variables
5
- *
6
- * Useful for elements in the React tree (can read context) but not in the DOM Tree. E.g. Portals
7
- */
8
- export declare const ThemeClassNameContext: React.Context<string>;
9
- /**
10
- * @returns CSS class that applies css variables
11
- */
12
- export declare function useThemeClassName(): ThemeClassNameContextValue;
@@ -1 +0,0 @@
1
- export * from './ThemeClassNameContext';
@@ -1 +0,0 @@
1
- export * from './ThemeClassNameContext/index';
@@ -1,4 +0,0 @@
1
- import * as React from 'react';
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 +0,0 @@
1
- export * from './ThemeContext';
@@ -1 +0,0 @@
1
- export * from './ThemeContext/index';
@@ -1,17 +0,0 @@
1
- import * as React from 'react';
2
- /**
3
- * The context provided by TooltipProvider
4
- */
5
- export declare type TooltipContextType = {
6
- /**
7
- * When a tooltip is shown, it sets itself as the visibleTooltip.
8
- * The next tooltip to become visible can use it to hide the previous tooltip immediately.
9
- */
10
- visibleTooltip?: {
11
- hide: () => void;
12
- };
13
- };
14
- /**
15
- * Context shared by all of the tooltips in the app
16
- */
17
- export declare const TooltipContext: React.Context<TooltipContextType>;
@@ -1 +0,0 @@
1
- export * from './TooltipContext';
@@ -1 +0,0 @@
1
- export * from './TooltipContext/index';
package/lib/index.d.ts DELETED
@@ -1,9 +0,0 @@
1
- export { MenuContext, useMenuContext } from './MenuContext';
2
- export type { MinimalMenuProps } from './MenuContext';
3
- export { ThemeContext, useTheme } from './ThemeContext';
4
- export { ThemeClassNameContext, useThemeClassName } from './ThemeClassNameContext';
5
- export type { ThemeClassNameContextValue } from './ThemeClassNameContext';
6
- export { TooltipContext } from './TooltipContext';
7
- export type { TooltipContextType } from './TooltipContext';
8
- export { ProviderContext, useFluent } from './ProviderContext';
9
- export type { ProviderContextValue } from './ProviderContext';
@@ -1,4 +0,0 @@
1
- import * as React from 'react';
2
- import type { MinimalMenuProps } from './types';
3
- export declare const MenuContext: React.Context<MinimalMenuProps>;
4
- export declare const useMenuContext: () => MinimalMenuProps;
@@ -1,2 +0,0 @@
1
- export * from './MenuContext';
2
- export * from './types';
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- export declare type MinimalMenuProps = {
3
- hidden?: boolean;
4
- onDismiss?: () => void;
5
- target?: React.Ref<HTMLElement>;
6
- };
@@ -1 +0,0 @@
1
- export * from './MenuContext/index';
@@ -1,4 +0,0 @@
1
- import * as React from 'react';
2
- import type { ProviderContextValue } from './ProviderContext.types';
3
- export declare const ProviderContext: React.Context<ProviderContextValue>;
4
- export declare function useFluent(): ProviderContextValue;
@@ -1,6 +0,0 @@
1
- export interface ProviderContextValue {
2
- /** Sets the direction of text & generated styles. */
3
- dir: 'ltr' | 'rtl';
4
- /** Provides the document, can be undefined during SSR render. */
5
- targetDocument?: Document;
6
- }
@@ -1,2 +0,0 @@
1
- export * from './ProviderContext';
2
- export * from './ProviderContext.types';
@@ -1 +0,0 @@
1
- export * from './ProviderContext/index';
@@ -1,12 +0,0 @@
1
- import * as React from 'react';
2
- export declare type ThemeClassNameContextValue = string;
3
- /**
4
- * Used to provide a CSS class that applies theme css variables
5
- *
6
- * Useful for elements in the React tree (can read context) but not in the DOM Tree. E.g. Portals
7
- */
8
- export declare const ThemeClassNameContext: React.Context<string>;
9
- /**
10
- * @returns CSS class that applies css variables
11
- */
12
- export declare function useThemeClassName(): ThemeClassNameContextValue;
@@ -1 +0,0 @@
1
- export * from './ThemeClassNameContext';
@@ -1 +0,0 @@
1
- export * from './ThemeClassNameContext/index';
@@ -1,4 +0,0 @@
1
- import * as React from 'react';
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 +0,0 @@
1
- export * from './ThemeContext';
@@ -1 +0,0 @@
1
- export * from './ThemeContext/index';
@@ -1,17 +0,0 @@
1
- import * as React from 'react';
2
- /**
3
- * The context provided by TooltipProvider
4
- */
5
- export declare type TooltipContextType = {
6
- /**
7
- * When a tooltip is shown, it sets itself as the visibleTooltip.
8
- * The next tooltip to become visible can use it to hide the previous tooltip immediately.
9
- */
10
- visibleTooltip?: {
11
- hide: () => void;
12
- };
13
- };
14
- /**
15
- * Context shared by all of the tooltips in the app
16
- */
17
- export declare const TooltipContext: React.Context<TooltipContextType>;
@@ -1 +0,0 @@
1
- export * from './TooltipContext';
@@ -1 +0,0 @@
1
- export * from './TooltipContext/index';
@@ -1,9 +0,0 @@
1
- export { MenuContext, useMenuContext } from './MenuContext';
2
- export type { MinimalMenuProps } from './MenuContext';
3
- export { ThemeContext, useTheme } from './ThemeContext';
4
- export { ThemeClassNameContext, useThemeClassName } from './ThemeClassNameContext';
5
- export type { ThemeClassNameContextValue } from './ThemeClassNameContext';
6
- export { TooltipContext } from './TooltipContext';
7
- export type { TooltipContextType } from './TooltipContext';
8
- export { ProviderContext, useFluent } from './ProviderContext';
9
- export type { ProviderContextValue } from './ProviderContext';