@fluentui/react-shared-contexts 9.0.0-rc.1 → 9.0.0-rc.10

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 (113) hide show
  1. package/CHANGELOG.json +179 -1
  2. package/CHANGELOG.md +119 -41
  3. package/dist/index.d.ts +47 -0
  4. package/{lib → dist}/tsdoc-metadata.json +0 -0
  5. package/lib/ProviderContext/ProviderContext.js +4 -1
  6. package/lib/ProviderContext/ProviderContext.js.map +1 -1
  7. package/lib/ProviderContext/index.js +0 -1
  8. package/lib/ProviderContext/index.js.map +1 -1
  9. package/lib/ProviderContext.js.map +1 -1
  10. package/lib/ThemeClassNameContext/ThemeClassNameContext.js +4 -1
  11. package/lib/ThemeClassNameContext/ThemeClassNameContext.js.map +1 -1
  12. package/lib/ThemeClassNameContext/index.js.map +1 -1
  13. package/lib/ThemeClassNameContext.js.map +1 -1
  14. package/lib/ThemeContext/ThemeContext.js +3 -3
  15. package/lib/ThemeContext/ThemeContext.js.map +1 -1
  16. package/lib/ThemeContext/index.js.map +1 -1
  17. package/lib/ThemeContext.js.map +1 -1
  18. package/lib/TooltipVisibilityContext/TooltipContext.js +13 -0
  19. package/lib/TooltipVisibilityContext/TooltipContext.js.map +1 -0
  20. package/lib/{TooltipContext → TooltipVisibilityContext}/index.js +0 -0
  21. package/lib/TooltipVisibilityContext/index.js.map +1 -0
  22. package/lib/TooltipVisibilityContext.js +2 -0
  23. package/lib/TooltipVisibilityContext.js.map +1 -0
  24. package/lib/index.js +4 -5
  25. package/lib/index.js.map +1 -1
  26. package/lib-commonjs/ProviderContext/ProviderContext.js +4 -3
  27. package/lib-commonjs/ProviderContext/ProviderContext.js.map +1 -1
  28. package/lib-commonjs/ProviderContext/index.js +0 -2
  29. package/lib-commonjs/ProviderContext/index.js.map +1 -1
  30. package/lib-commonjs/ProviderContext.js.map +1 -1
  31. package/lib-commonjs/ThemeClassNameContext/ThemeClassNameContext.js +4 -3
  32. package/lib-commonjs/ThemeClassNameContext/ThemeClassNameContext.js.map +1 -1
  33. package/lib-commonjs/ThemeClassNameContext/index.js.map +1 -1
  34. package/lib-commonjs/ThemeClassNameContext.js.map +1 -1
  35. package/lib-commonjs/ThemeContext/ThemeContext.js +2 -7
  36. package/lib-commonjs/ThemeContext/ThemeContext.js.map +1 -1
  37. package/lib-commonjs/ThemeContext/index.js.map +1 -1
  38. package/lib-commonjs/ThemeContext.js.map +1 -1
  39. package/lib-commonjs/TooltipVisibilityContext/TooltipContext.js +22 -0
  40. package/lib-commonjs/TooltipVisibilityContext/TooltipContext.js.map +1 -0
  41. package/lib-commonjs/{TooltipContext → TooltipVisibilityContext}/index.js +0 -0
  42. package/lib-commonjs/TooltipVisibilityContext/index.js.map +1 -0
  43. package/lib-commonjs/{TooltipContext.js → TooltipVisibilityContext.js} +2 -2
  44. package/lib-commonjs/TooltipVisibilityContext.js.map +1 -0
  45. package/lib-commonjs/index.js +55 -6
  46. package/lib-commonjs/index.js.map +1 -1
  47. package/package.json +12 -13
  48. package/dist/react-shared-contexts.d.ts +0 -61
  49. package/lib/MenuContext/MenuContext.d.ts +0 -4
  50. package/lib/MenuContext/MenuContext.js +0 -6
  51. package/lib/MenuContext/MenuContext.js.map +0 -1
  52. package/lib/MenuContext/index.d.ts +0 -2
  53. package/lib/MenuContext/index.js +0 -3
  54. package/lib/MenuContext/index.js.map +0 -1
  55. package/lib/MenuContext/types.d.ts +0 -6
  56. package/lib/MenuContext/types.js +0 -2
  57. package/lib/MenuContext/types.js.map +0 -1
  58. package/lib/MenuContext.d.ts +0 -1
  59. package/lib/MenuContext.js +0 -2
  60. package/lib/MenuContext.js.map +0 -1
  61. package/lib/ProviderContext/ProviderContext.d.ts +0 -4
  62. package/lib/ProviderContext/ProviderContext.types.d.ts +0 -6
  63. package/lib/ProviderContext/ProviderContext.types.js +0 -2
  64. package/lib/ProviderContext/ProviderContext.types.js.map +0 -1
  65. package/lib/ProviderContext/index.d.ts +0 -2
  66. package/lib/ProviderContext.d.ts +0 -1
  67. package/lib/ThemeClassNameContext/ThemeClassNameContext.d.ts +0 -12
  68. package/lib/ThemeClassNameContext/index.d.ts +0 -1
  69. package/lib/ThemeClassNameContext.d.ts +0 -1
  70. package/lib/ThemeContext/ThemeContext.d.ts +0 -4
  71. package/lib/ThemeContext/index.d.ts +0 -1
  72. package/lib/ThemeContext.d.ts +0 -1
  73. package/lib/TooltipContext/TooltipContext.d.ts +0 -17
  74. package/lib/TooltipContext/TooltipContext.js +0 -7
  75. package/lib/TooltipContext/TooltipContext.js.map +0 -1
  76. package/lib/TooltipContext/index.d.ts +0 -1
  77. package/lib/TooltipContext/index.js.map +0 -1
  78. package/lib/TooltipContext.d.ts +0 -1
  79. package/lib/TooltipContext.js +0 -2
  80. package/lib/TooltipContext.js.map +0 -1
  81. package/lib/index.d.ts +0 -5
  82. package/lib-commonjs/MenuContext/MenuContext.d.ts +0 -4
  83. package/lib-commonjs/MenuContext/MenuContext.js +0 -17
  84. package/lib-commonjs/MenuContext/MenuContext.js.map +0 -1
  85. package/lib-commonjs/MenuContext/index.d.ts +0 -2
  86. package/lib-commonjs/MenuContext/index.js +0 -12
  87. package/lib-commonjs/MenuContext/index.js.map +0 -1
  88. package/lib-commonjs/MenuContext/types.d.ts +0 -6
  89. package/lib-commonjs/MenuContext/types.js +0 -6
  90. package/lib-commonjs/MenuContext/types.js.map +0 -1
  91. package/lib-commonjs/MenuContext.d.ts +0 -1
  92. package/lib-commonjs/MenuContext.js +0 -10
  93. package/lib-commonjs/MenuContext.js.map +0 -1
  94. package/lib-commonjs/ProviderContext/ProviderContext.d.ts +0 -4
  95. package/lib-commonjs/ProviderContext/ProviderContext.types.d.ts +0 -6
  96. package/lib-commonjs/ProviderContext/ProviderContext.types.js +0 -6
  97. package/lib-commonjs/ProviderContext/ProviderContext.types.js.map +0 -1
  98. package/lib-commonjs/ProviderContext/index.d.ts +0 -2
  99. package/lib-commonjs/ProviderContext.d.ts +0 -1
  100. package/lib-commonjs/ThemeClassNameContext/ThemeClassNameContext.d.ts +0 -12
  101. package/lib-commonjs/ThemeClassNameContext/index.d.ts +0 -1
  102. package/lib-commonjs/ThemeClassNameContext.d.ts +0 -1
  103. package/lib-commonjs/ThemeContext/ThemeContext.d.ts +0 -4
  104. package/lib-commonjs/ThemeContext/index.d.ts +0 -1
  105. package/lib-commonjs/ThemeContext.d.ts +0 -1
  106. package/lib-commonjs/TooltipContext/TooltipContext.d.ts +0 -17
  107. package/lib-commonjs/TooltipContext/TooltipContext.js +0 -15
  108. package/lib-commonjs/TooltipContext/TooltipContext.js.map +0 -1
  109. package/lib-commonjs/TooltipContext/index.d.ts +0 -1
  110. package/lib-commonjs/TooltipContext/index.js.map +0 -1
  111. package/lib-commonjs/TooltipContext.d.ts +0 -1
  112. package/lib-commonjs/TooltipContext.js.map +0 -1
  113. package/lib-commonjs/index.d.ts +0 -5
package/CHANGELOG.json CHANGED
@@ -2,7 +2,185 @@
2
2
  "name": "@fluentui/react-shared-contexts",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 10 Feb 2022 08:44:02 GMT",
5
+ "date": "Tue, 31 May 2022 21:26:39 GMT",
6
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-rc.10",
7
+ "version": "9.0.0-rc.10",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "olfedias@microsoft.com",
12
+ "package": "@fluentui/react-shared-contexts",
13
+ "commit": "5a92ebd3f8687a1cd40e8233cacdb91d324b742a",
14
+ "comment": "remove unused MenuContext"
15
+ },
16
+ {
17
+ "author": "me@levithomason.com",
18
+ "package": "@fluentui/react-shared-contexts",
19
+ "commit": "4ed24c29ddf8de037e4402d67c820b7398eaa265",
20
+ "comment": "remove useTheme from exports"
21
+ },
22
+ {
23
+ "author": "bernardo.sunderhus@gmail.com",
24
+ "package": "@fluentui/react-shared-contexts",
25
+ "commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd",
26
+ "comment": "mark context hooks and providers to unstable"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Mon, 23 May 2022 18:56:51 GMT",
33
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-rc.9",
34
+ "version": "9.0.0-rc.9",
35
+ "comments": {
36
+ "prerelease": [
37
+ {
38
+ "author": "beachball",
39
+ "package": "@fluentui/react-shared-contexts",
40
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.9",
41
+ "commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
42
+ }
43
+ ]
44
+ }
45
+ },
46
+ {
47
+ "date": "Mon, 23 May 2022 12:13:38 GMT",
48
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-rc.8",
49
+ "version": "9.0.0-rc.8",
50
+ "comments": {
51
+ "prerelease": [
52
+ {
53
+ "author": "martinhochel@microsoft.com",
54
+ "package": "@fluentui/react-shared-contexts",
55
+ "commit": "8afe4d15242d6220f202ca1d0d1522f4f9d151bb",
56
+ "comment": "feat: ship rolluped only dts"
57
+ },
58
+ {
59
+ "author": "beachball",
60
+ "package": "@fluentui/react-shared-contexts",
61
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.8",
62
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
63
+ }
64
+ ],
65
+ "none": [
66
+ {
67
+ "author": "martinhochel@microsoft.com",
68
+ "package": "@fluentui/react-shared-contexts",
69
+ "commit": "7ac7eacca1f20d34cc5de7cc84c20938b4d5489d",
70
+ "comment": "refactor: move package under react-components folder"
71
+ }
72
+ ]
73
+ }
74
+ },
75
+ {
76
+ "date": "Thu, 05 May 2022 18:26:26 GMT",
77
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-rc.7",
78
+ "version": "9.0.0-rc.7",
79
+ "comments": {
80
+ "prerelease": [
81
+ {
82
+ "author": "humberto_makoto@hotmail.com",
83
+ "package": "@fluentui/react-shared-contexts",
84
+ "commit": "9bdbc24ef90d53679a8a65574146b1528054a04e",
85
+ "comment": "Removing star exports."
86
+ },
87
+ {
88
+ "author": "beachball",
89
+ "package": "@fluentui/react-shared-contexts",
90
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.7",
91
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
92
+ }
93
+ ]
94
+ }
95
+ },
96
+ {
97
+ "date": "Wed, 04 May 2022 13:26:54 GMT",
98
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-rc.6",
99
+ "version": "9.0.0-rc.6",
100
+ "comments": {
101
+ "prerelease": [
102
+ {
103
+ "author": "beachball",
104
+ "package": "@fluentui/react-shared-contexts",
105
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.6",
106
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
107
+ }
108
+ ]
109
+ }
110
+ },
111
+ {
112
+ "date": "Tue, 19 Apr 2022 19:16:52 GMT",
113
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-rc.5",
114
+ "version": "9.0.0-rc.5",
115
+ "comments": {
116
+ "none": [
117
+ {
118
+ "author": "elcraig@microsoft.com",
119
+ "package": "@fluentui/react-shared-contexts",
120
+ "commit": "b7f17e976f9e058f39c9fce4f0f9bb6eb4dfa577",
121
+ "comment": "Update React dev deps and hoist them to the repo root"
122
+ },
123
+ {
124
+ "author": "mgodbolt@microsoft.com",
125
+ "package": "@fluentui/react-shared-contexts",
126
+ "commit": "905e46db07ada986fd7885531f72a71b7bbaabdc",
127
+ "comment": "create v9 api extractor config and set all v9 packags to use it, suppress forgotten export"
128
+ }
129
+ ],
130
+ "prerelease": [
131
+ {
132
+ "author": "beachball",
133
+ "package": "@fluentui/react-shared-contexts",
134
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.5",
135
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
136
+ }
137
+ ]
138
+ }
139
+ },
140
+ {
141
+ "date": "Fri, 04 Mar 2022 05:17:29 GMT",
142
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-rc.4",
143
+ "version": "9.0.0-rc.4",
144
+ "comments": {
145
+ "prerelease": [
146
+ {
147
+ "author": "dzearing@microsoft.com",
148
+ "package": "@fluentui/react-shared-contexts",
149
+ "commit": "f2f1c0ea948cc3517eeb442c05433eb0918def29",
150
+ "comment": "Adding explicit export maps on all consumer packages for FUIR 8 and 9."
151
+ },
152
+ {
153
+ "author": "beachball",
154
+ "package": "@fluentui/react-shared-contexts",
155
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.4",
156
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
157
+ }
158
+ ]
159
+ }
160
+ },
161
+ {
162
+ "date": "Fri, 18 Feb 2022 13:35:34 GMT",
163
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-rc.3",
164
+ "version": "9.0.0-rc.3",
165
+ "comments": {
166
+ "prerelease": [
167
+ {
168
+ "author": "lingfangao@hotmail.com",
169
+ "package": "@fluentui/react-shared-contexts",
170
+ "commit": "1aa9e691fcccd9a64168cea7941c0f1e71fa1d14",
171
+ "comment": "fix: Source maps contain original source code"
172
+ },
173
+ {
174
+ "author": "beachball",
175
+ "package": "@fluentui/react-shared-contexts",
176
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.3",
177
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
178
+ }
179
+ ]
180
+ }
181
+ },
182
+ {
183
+ "date": "Thu, 10 Feb 2022 08:50:48 GMT",
6
184
  "tag": "@fluentui/react-shared-contexts_v9.0.0-rc.1",
7
185
  "version": "9.0.0-rc.1",
8
186
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,24 +1,102 @@
1
1
  # Change Log - @fluentui/react-shared-contexts
2
2
 
3
- This log was last generated on Thu, 10 Feb 2022 08:44:02 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 31 May 2022 21:26:39 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-rc.10)
8
+
9
+ Tue, 31 May 2022 21:26:39 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-rc.9..@fluentui/react-shared-contexts_v9.0.0-rc.10)
11
+
12
+ ### Changes
13
+
14
+ - remove unused MenuContext ([PR #23277](https://github.com/microsoft/fluentui/pull/23277) by olfedias@microsoft.com)
15
+ - remove useTheme from exports ([PR #23335](https://github.com/microsoft/fluentui/pull/23335) by me@levithomason.com)
16
+ - mark context hooks and providers to unstable ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by bernardo.sunderhus@gmail.com)
17
+
18
+ ## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-rc.9)
19
+
20
+ Mon, 23 May 2022 18:56:51 GMT
21
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-rc.8..@fluentui/react-shared-contexts_v9.0.0-rc.9)
22
+
23
+ ### Changes
24
+
25
+ - Bump @fluentui/react-theme to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
26
+
27
+ ## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-rc.8)
28
+
29
+ Mon, 23 May 2022 12:13:38 GMT
30
+ [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)
31
+
32
+ ### Changes
33
+
34
+ - feat: ship rolluped only dts ([PR #22965](https://github.com/microsoft/fluentui/pull/22965) by martinhochel@microsoft.com)
35
+ - Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
36
+
37
+ ## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-rc.7)
38
+
39
+ Thu, 05 May 2022 18:26:26 GMT
40
+ [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)
41
+
42
+ ### Changes
43
+
44
+ - Removing star exports. ([PR #22808](https://github.com/microsoft/fluentui/pull/22808) by humberto_makoto@hotmail.com)
45
+ - Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
46
+
47
+ ## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-rc.6)
48
+
49
+ Wed, 04 May 2022 13:26:54 GMT
50
+ [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)
51
+
52
+ ### Changes
53
+
54
+ - Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
55
+
56
+ ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-rc.5)
57
+
58
+ Tue, 19 Apr 2022 19:16:52 GMT
59
+ [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)
60
+
61
+ ### Changes
62
+
63
+ - Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
64
+
65
+ ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-rc.4)
66
+
67
+ Fri, 04 Mar 2022 05:17:29 GMT
68
+ [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)
69
+
70
+ ### Changes
71
+
72
+ - Adding explicit export maps on all consumer packages for FUIR 8 and 9. ([PR #21508](https://github.com/microsoft/fluentui/pull/21508) by dzearing@microsoft.com)
73
+ - Bump @fluentui/react-theme to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
74
+
75
+ ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-rc.3)
76
+
77
+ Fri, 18 Feb 2022 13:35:34 GMT
78
+ [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)
79
+
80
+ ### Changes
81
+
82
+ - fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
83
+ - Bump @fluentui/react-theme to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
84
+
7
85
  ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-rc.1)
8
86
 
9
- Thu, 10 Feb 2022 08:44:02 GMT
87
+ Thu, 10 Feb 2022 08:50:48 GMT
10
88
  [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
89
 
12
90
  ### Changes
13
91
 
14
92
  - 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)
93
+ - 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
94
  - Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
17
95
  - Bump @fluentui/react-theme to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
18
96
 
19
97
  ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-beta.4)
20
98
 
21
- Thu, 25 Nov 2021 08:34:16 GMT
99
+ Thu, 25 Nov 2021 08:34:16 GMT
22
100
  [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
101
 
24
102
  ### Changes
@@ -27,7 +105,7 @@ Thu, 25 Nov 2021 08:34:16 GMT
27
105
 
28
106
  ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-beta.3)
29
107
 
30
- Fri, 12 Nov 2021 13:25:32 GMT
108
+ Fri, 12 Nov 2021 13:25:32 GMT
31
109
  [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
110
 
33
111
  ### Changes
@@ -37,7 +115,7 @@ Fri, 12 Nov 2021 13:25:32 GMT
37
115
 
38
116
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-beta.2)
39
117
 
40
- Wed, 27 Oct 2021 12:14:24 GMT
118
+ Wed, 27 Oct 2021 12:14:24 GMT
41
119
  [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
120
 
43
121
  ### Changes
@@ -46,7 +124,7 @@ Wed, 27 Oct 2021 12:14:24 GMT
46
124
 
47
125
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-beta.1)
48
126
 
49
- Wed, 06 Oct 2021 10:37:22 GMT
127
+ Wed, 06 Oct 2021 10:37:22 GMT
50
128
  [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)
51
129
 
52
130
  ### Changes
@@ -56,7 +134,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
56
134
 
57
135
  ## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.28)
58
136
 
59
- Fri, 01 Oct 2021 14:13:08 GMT
137
+ Fri, 01 Oct 2021 14:13:08 GMT
60
138
  [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)
61
139
 
62
140
  ### Changes
@@ -66,7 +144,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
66
144
 
67
145
  ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.26)
68
146
 
69
- Wed, 29 Sep 2021 08:06:11 GMT
147
+ Wed, 29 Sep 2021 08:06:11 GMT
70
148
  [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)
71
149
 
72
150
  ### Changes
@@ -75,7 +153,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
75
153
 
76
154
  ## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.25)
77
155
 
78
- Tue, 21 Sep 2021 07:42:34 GMT
156
+ Tue, 21 Sep 2021 07:42:34 GMT
79
157
  [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)
80
158
 
81
159
  ### Changes
@@ -84,7 +162,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
84
162
 
85
163
  ## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.24)
86
164
 
87
- Fri, 10 Sep 2021 16:31:53 GMT
165
+ Fri, 10 Sep 2021 16:31:53 GMT
88
166
  [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)
89
167
 
90
168
  ### Changes
@@ -93,7 +171,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
93
171
 
94
172
  ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.23)
95
173
 
96
- Tue, 24 Aug 2021 07:34:48 GMT
174
+ Tue, 24 Aug 2021 07:34:48 GMT
97
175
  [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)
98
176
 
99
177
  ### Changes
@@ -102,7 +180,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
102
180
 
103
181
  ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.22)
104
182
 
105
- Fri, 20 Aug 2021 07:37:28 GMT
183
+ Fri, 20 Aug 2021 07:37:28 GMT
106
184
  [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)
107
185
 
108
186
  ### Changes
@@ -111,7 +189,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
111
189
 
112
190
  ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.21)
113
191
 
114
- Fri, 13 Aug 2021 07:36:34 GMT
192
+ Fri, 13 Aug 2021 07:36:34 GMT
115
193
  [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)
116
194
 
117
195
  ### Changes
@@ -120,7 +198,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
120
198
 
121
199
  ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.20)
122
200
 
123
- Tue, 03 Aug 2021 07:39:30 GMT
201
+ Tue, 03 Aug 2021 07:39:30 GMT
124
202
  [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)
125
203
 
126
204
  ### Patches
@@ -131,7 +209,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
131
209
 
132
210
  ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.19)
133
211
 
134
- Mon, 26 Jul 2021 07:37:30 GMT
212
+ Mon, 26 Jul 2021 07:37:30 GMT
135
213
  [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)
136
214
 
137
215
  ### Changes
@@ -140,7 +218,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
140
218
 
141
219
  ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.18)
142
220
 
143
- Fri, 23 Jul 2021 07:38:19 GMT
221
+ Fri, 23 Jul 2021 07:38:19 GMT
144
222
  [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)
145
223
 
146
224
  ### Changes
@@ -149,7 +227,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
149
227
 
150
228
  ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.17)
151
229
 
152
- Fri, 09 Jul 2021 07:39:31 GMT
230
+ Fri, 09 Jul 2021 07:39:31 GMT
153
231
  [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)
154
232
 
155
233
  ### Patches
@@ -160,7 +238,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
160
238
 
161
239
  ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.16)
162
240
 
163
- Fri, 02 Jul 2021 07:37:06 GMT
241
+ Fri, 02 Jul 2021 07:37:06 GMT
164
242
  [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)
165
243
 
166
244
  ### Changes
@@ -169,7 +247,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
169
247
 
170
248
  ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.15)
171
249
 
172
- Mon, 07 Jun 2021 07:38:15 GMT
250
+ Mon, 07 Jun 2021 07:38:15 GMT
173
251
  [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)
174
252
 
175
253
  ### Patches
@@ -180,7 +258,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
180
258
 
181
259
  ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.14)
182
260
 
183
- Fri, 04 Jun 2021 07:37:23 GMT
261
+ Fri, 04 Jun 2021 07:37:23 GMT
184
262
  [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)
185
263
 
186
264
  ### Changes
@@ -189,7 +267,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
189
267
 
190
268
  ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.13)
191
269
 
192
- Thu, 03 Jun 2021 07:36:03 GMT
270
+ Thu, 03 Jun 2021 07:36:03 GMT
193
271
  [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)
194
272
 
195
273
  ### Changes
@@ -198,7 +276,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
198
276
 
199
277
  ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.12)
200
278
 
201
- Thu, 20 May 2021 07:41:54 GMT
279
+ Thu, 20 May 2021 07:41:54 GMT
202
280
  [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)
203
281
 
204
282
  ### Patches
@@ -209,7 +287,7 @@ Thu, 20 May 2021 07:41:54 GMT
209
287
 
210
288
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.11)
211
289
 
212
- Wed, 19 May 2021 07:34:20 GMT
290
+ Wed, 19 May 2021 07:34:20 GMT
213
291
  [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)
214
292
 
215
293
  ### Changes
@@ -218,7 +296,7 @@ Wed, 19 May 2021 07:34:20 GMT
218
296
 
219
297
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.10)
220
298
 
221
- Thu, 13 May 2021 07:36:55 GMT
299
+ Thu, 13 May 2021 07:36:55 GMT
222
300
  [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)
223
301
 
224
302
  ### Changes
@@ -227,7 +305,7 @@ Thu, 13 May 2021 07:36:55 GMT
227
305
 
228
306
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.9)
229
307
 
230
- Wed, 12 May 2021 07:36:20 GMT
308
+ Wed, 12 May 2021 07:36:20 GMT
231
309
  [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)
232
310
 
233
311
  ### Changes
@@ -236,7 +314,7 @@ Wed, 12 May 2021 07:36:20 GMT
236
314
 
237
315
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.8)
238
316
 
239
- Fri, 30 Apr 2021 07:42:23 GMT
317
+ Fri, 30 Apr 2021 07:42:23 GMT
240
318
  [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)
241
319
 
242
320
  ### Patches
@@ -251,7 +329,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
251
329
 
252
330
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.7)
253
331
 
254
- Fri, 23 Apr 2021 07:37:10 GMT
332
+ Fri, 23 Apr 2021 07:37:10 GMT
255
333
  [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)
256
334
 
257
335
  ### Patches
@@ -262,7 +340,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
262
340
 
263
341
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.6)
264
342
 
265
- Tue, 20 Apr 2021 07:31:35 GMT
343
+ Tue, 20 Apr 2021 07:31:35 GMT
266
344
  [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)
267
345
 
268
346
  ### Changes
@@ -271,7 +349,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
271
349
 
272
350
  ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.5)
273
351
 
274
- Fri, 16 Apr 2021 18:08:21 GMT
352
+ Fri, 16 Apr 2021 18:08:21 GMT
275
353
  [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)
276
354
 
277
355
  ### Changes
@@ -280,7 +358,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
280
358
 
281
359
  ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.4)
282
360
 
283
- Thu, 08 Apr 2021 07:33:06 GMT
361
+ Thu, 08 Apr 2021 07:33:06 GMT
284
362
  [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)
285
363
 
286
364
  ### Changes
@@ -289,7 +367,7 @@ Thu, 08 Apr 2021 07:33:06 GMT
289
367
 
290
368
  ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.3)
291
369
 
292
- Wed, 31 Mar 2021 00:53:43 GMT
370
+ Wed, 31 Mar 2021 00:53:43 GMT
293
371
  [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)
294
372
 
295
373
  ### Patches
@@ -300,7 +378,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
300
378
 
301
379
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.2)
302
380
 
303
- Tue, 30 Mar 2021 07:34:45 GMT
381
+ Tue, 30 Mar 2021 07:34:45 GMT
304
382
  [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)
305
383
 
306
384
  ### Changes
@@ -310,7 +388,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
310
388
 
311
389
  ## [1.0.0-beta.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v1.0.0-beta.11)
312
390
 
313
- Mon, 15 Mar 2021 07:36:20 GMT
391
+ Mon, 15 Mar 2021 07:36:20 GMT
314
392
  [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)
315
393
 
316
394
  ### Changes
@@ -319,7 +397,7 @@ Mon, 15 Mar 2021 07:36:20 GMT
319
397
 
320
398
  ## [1.0.0-beta.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v1.0.0-beta.10)
321
399
 
322
- Fri, 26 Feb 2021 01:16:27 GMT
400
+ Fri, 26 Feb 2021 01:16:27 GMT
323
401
  [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)
324
402
 
325
403
  ### Patches
@@ -335,7 +413,7 @@ Fri, 26 Feb 2021 01:16:27 GMT
335
413
 
336
414
  ## [1.0.0-beta.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v1.0.0-beta.9)
337
415
 
338
- Mon, 22 Feb 2021 12:26:22 GMT
416
+ Mon, 22 Feb 2021 12:26:22 GMT
339
417
  [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)
340
418
 
341
419
  ### Changes
@@ -344,7 +422,7 @@ Mon, 22 Feb 2021 12:26:22 GMT
344
422
 
345
423
  ## [1.0.0-beta.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v1.0.0-beta.8)
346
424
 
347
- Thu, 18 Feb 2021 19:38:50 GMT
425
+ Thu, 18 Feb 2021 19:38:50 GMT
348
426
  [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)
349
427
 
350
428
  ### Changes
@@ -353,7 +431,7 @@ Thu, 18 Feb 2021 19:38:50 GMT
353
431
 
354
432
  ## [1.0.0-beta.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v1.0.0-beta.7)
355
433
 
356
- Thu, 18 Feb 2021 12:27:34 GMT
434
+ Thu, 18 Feb 2021 12:27:34 GMT
357
435
  [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)
358
436
 
359
437
  ### Changes
@@ -362,7 +440,7 @@ Thu, 18 Feb 2021 12:27:34 GMT
362
440
 
363
441
  ## [1.0.0-beta.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v1.0.0-beta.6)
364
442
 
365
- Mon, 15 Feb 2021 12:22:00 GMT
443
+ Mon, 15 Feb 2021 12:22:00 GMT
366
444
  [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)
367
445
 
368
446
  ### Changes
@@ -371,12 +449,12 @@ Mon, 15 Feb 2021 12:22:00 GMT
371
449
 
372
450
  ## [1.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v1.0.0-beta.4)
373
451
 
374
- Thu, 21 Jan 2021 12:36:12 GMT
452
+ Thu, 21 Jan 2021 12:36:12 GMT
375
453
  [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)
376
454
 
377
455
  ### Changes
378
456
 
379
- - Updating dev dependencies. ([PR #16548](https://github.com/microsoft/fluentui/pull/16548) by dzearing@microsoft.com)
457
+ - Updating dev dependencies. ([PR #16548](https://github.com/microsoft/fluentui/pull/16548) by dzearing@microsoft.com)
380
458
 
381
459
  ## [1.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v1.0.0-beta.1)
382
460
 
@@ -0,0 +1,47 @@
1
+ import * as React_2 from 'react';
2
+ import type { Theme } from '@fluentui/react-theme';
3
+
4
+ export declare const Provider_unstable: React_2.Provider<ProviderContextValue_unstable>;
5
+
6
+ export declare type ProviderContextValue_unstable = {
7
+ /** Sets the direction of text & generated styles. */
8
+ dir: 'ltr' | 'rtl';
9
+ /** Provides the document, can be undefined during SSR render. */
10
+ targetDocument?: Document;
11
+ };
12
+
13
+ export declare type ThemeClassNameContextValue_unstable = string;
14
+
15
+ export declare const ThemeClassNameProvider_unstable: React_2.Provider<string>;
16
+
17
+ export declare const ThemeContext_unstable: React_2.Context<ThemeContextValue_unstable>;
18
+
19
+ export declare type ThemeContextValue_unstable = Theme | Partial<Theme> | undefined;
20
+
21
+ export declare const ThemeProvider_unstable: React_2.Provider<ThemeContextValue_unstable>;
22
+
23
+ /**
24
+ * The context provided by TooltipProvider
25
+ */
26
+ export declare type TooltipVisibilityContextValue_unstable = {
27
+ /**
28
+ * When a tooltip is shown, it sets itself as the visibleTooltip.
29
+ * The next tooltip to become visible can use it to hide the previous tooltip immediately.
30
+ */
31
+ visibleTooltip?: {
32
+ hide: () => void;
33
+ };
34
+ };
35
+
36
+ export declare const TooltipVisibilityProvider_unstable: React_2.Provider<TooltipVisibilityContextValue_unstable>;
37
+
38
+ export declare function useFluent_unstable(): ProviderContextValue_unstable;
39
+
40
+ /**
41
+ * @returns CSS class that applies css variables
42
+ */
43
+ export declare function useThemeClassName_unstable(): ThemeClassNameContextValue_unstable;
44
+
45
+ export declare function useTooltipVisibility_unstable(): TooltipVisibilityContextValue_unstable;
46
+
47
+ export { }
File without changes