@fluentui/react-shared-contexts 0.0.0-nightly01492e29df20211105.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.
Files changed (121) hide show
  1. package/CHANGELOG.json +965 -0
  2. package/CHANGELOG.md +367 -0
  3. package/LICENSE +15 -0
  4. package/README.md +7 -0
  5. package/dist/react-shared-contexts.d.ts +64 -0
  6. package/lib/MenuContext/MenuContext.d.ts +4 -0
  7. package/lib/MenuContext/MenuContext.js +6 -0
  8. package/lib/MenuContext/MenuContext.js.map +1 -0
  9. package/lib/MenuContext/index.d.ts +2 -0
  10. package/lib/MenuContext/index.js +3 -0
  11. package/lib/MenuContext/index.js.map +1 -0
  12. package/lib/MenuContext/types.d.ts +6 -0
  13. package/lib/MenuContext/types.js +2 -0
  14. package/lib/MenuContext/types.js.map +1 -0
  15. package/lib/MenuContext.d.ts +1 -0
  16. package/lib/MenuContext.js +2 -0
  17. package/lib/MenuContext.js.map +1 -0
  18. package/lib/ProviderContext/ProviderContext.d.ts +4 -0
  19. package/lib/ProviderContext/ProviderContext.js +9 -0
  20. package/lib/ProviderContext/ProviderContext.js.map +1 -0
  21. package/lib/ProviderContext/ProviderContext.types.d.ts +6 -0
  22. package/lib/ProviderContext/ProviderContext.types.js +2 -0
  23. package/lib/ProviderContext/ProviderContext.types.js.map +1 -0
  24. package/lib/ProviderContext/index.d.ts +2 -0
  25. package/lib/ProviderContext/index.js +3 -0
  26. package/lib/ProviderContext/index.js.map +1 -0
  27. package/lib/ProviderContext.d.ts +1 -0
  28. package/lib/ProviderContext.js +2 -0
  29. package/lib/ProviderContext.js.map +1 -0
  30. package/lib/ThemeClassNameContext/ThemeClassNameContext.d.ts +12 -0
  31. package/lib/ThemeClassNameContext/ThemeClassNameContext.js +16 -0
  32. package/lib/ThemeClassNameContext/ThemeClassNameContext.js.map +1 -0
  33. package/lib/ThemeClassNameContext/index.d.ts +1 -0
  34. package/lib/ThemeClassNameContext/index.js +2 -0
  35. package/lib/ThemeClassNameContext/index.js.map +1 -0
  36. package/lib/ThemeClassNameContext.d.ts +1 -0
  37. package/lib/ThemeClassNameContext.js +2 -0
  38. package/lib/ThemeClassNameContext.js.map +1 -0
  39. package/lib/ThemeContext/ThemeContext.d.ts +4 -0
  40. package/lib/ThemeContext/ThemeContext.js +6 -0
  41. package/lib/ThemeContext/ThemeContext.js.map +1 -0
  42. package/lib/ThemeContext/ThemeContext.types.d.ts +3 -0
  43. package/lib/ThemeContext/ThemeContext.types.js +2 -0
  44. package/lib/ThemeContext/ThemeContext.types.js.map +1 -0
  45. package/lib/ThemeContext/index.d.ts +2 -0
  46. package/lib/ThemeContext/index.js +3 -0
  47. package/lib/ThemeContext/index.js.map +1 -0
  48. package/lib/ThemeContext.d.ts +1 -0
  49. package/lib/ThemeContext.js +2 -0
  50. package/lib/ThemeContext.js.map +1 -0
  51. package/lib/TooltipContext/TooltipContext.d.ts +17 -0
  52. package/lib/TooltipContext/TooltipContext.js +7 -0
  53. package/lib/TooltipContext/TooltipContext.js.map +1 -0
  54. package/lib/TooltipContext/index.d.ts +1 -0
  55. package/lib/TooltipContext/index.js +2 -0
  56. package/lib/TooltipContext/index.js.map +1 -0
  57. package/lib/TooltipContext.d.ts +1 -0
  58. package/lib/TooltipContext.js +2 -0
  59. package/lib/TooltipContext.js.map +1 -0
  60. package/lib/index.d.ts +5 -0
  61. package/lib/index.js +6 -0
  62. package/lib/index.js.map +1 -0
  63. package/lib/tsdoc-metadata.json +11 -0
  64. package/lib-commonjs/MenuContext/MenuContext.d.ts +4 -0
  65. package/lib-commonjs/MenuContext/MenuContext.js +17 -0
  66. package/lib-commonjs/MenuContext/MenuContext.js.map +1 -0
  67. package/lib-commonjs/MenuContext/index.d.ts +2 -0
  68. package/lib-commonjs/MenuContext/index.js +12 -0
  69. package/lib-commonjs/MenuContext/index.js.map +1 -0
  70. package/lib-commonjs/MenuContext/types.d.ts +6 -0
  71. package/lib-commonjs/MenuContext/types.js +6 -0
  72. package/lib-commonjs/MenuContext/types.js.map +1 -0
  73. package/lib-commonjs/MenuContext.d.ts +1 -0
  74. package/lib-commonjs/MenuContext.js +10 -0
  75. package/lib-commonjs/MenuContext.js.map +1 -0
  76. package/lib-commonjs/ProviderContext/ProviderContext.d.ts +4 -0
  77. package/lib-commonjs/ProviderContext/ProviderContext.js +20 -0
  78. package/lib-commonjs/ProviderContext/ProviderContext.js.map +1 -0
  79. package/lib-commonjs/ProviderContext/ProviderContext.types.d.ts +6 -0
  80. package/lib-commonjs/ProviderContext/ProviderContext.types.js +6 -0
  81. package/lib-commonjs/ProviderContext/ProviderContext.types.js.map +1 -0
  82. package/lib-commonjs/ProviderContext/index.d.ts +2 -0
  83. package/lib-commonjs/ProviderContext/index.js +12 -0
  84. package/lib-commonjs/ProviderContext/index.js.map +1 -0
  85. package/lib-commonjs/ProviderContext.d.ts +1 -0
  86. package/lib-commonjs/ProviderContext.js +10 -0
  87. package/lib-commonjs/ProviderContext.js.map +1 -0
  88. package/lib-commonjs/ThemeClassNameContext/ThemeClassNameContext.d.ts +12 -0
  89. package/lib-commonjs/ThemeClassNameContext/ThemeClassNameContext.js +26 -0
  90. package/lib-commonjs/ThemeClassNameContext/ThemeClassNameContext.js.map +1 -0
  91. package/lib-commonjs/ThemeClassNameContext/index.d.ts +1 -0
  92. package/lib-commonjs/ThemeClassNameContext/index.js +10 -0
  93. package/lib-commonjs/ThemeClassNameContext/index.js.map +1 -0
  94. package/lib-commonjs/ThemeClassNameContext.d.ts +1 -0
  95. package/lib-commonjs/ThemeClassNameContext.js +10 -0
  96. package/lib-commonjs/ThemeClassNameContext.js.map +1 -0
  97. package/lib-commonjs/ThemeContext/ThemeContext.d.ts +4 -0
  98. package/lib-commonjs/ThemeContext/ThemeContext.js +17 -0
  99. package/lib-commonjs/ThemeContext/ThemeContext.js.map +1 -0
  100. package/lib-commonjs/ThemeContext/ThemeContext.types.d.ts +3 -0
  101. package/lib-commonjs/ThemeContext/ThemeContext.types.js +6 -0
  102. package/lib-commonjs/ThemeContext/ThemeContext.types.js.map +1 -0
  103. package/lib-commonjs/ThemeContext/index.d.ts +2 -0
  104. package/lib-commonjs/ThemeContext/index.js +12 -0
  105. package/lib-commonjs/ThemeContext/index.js.map +1 -0
  106. package/lib-commonjs/ThemeContext.d.ts +1 -0
  107. package/lib-commonjs/ThemeContext.js +10 -0
  108. package/lib-commonjs/ThemeContext.js.map +1 -0
  109. package/lib-commonjs/TooltipContext/TooltipContext.d.ts +17 -0
  110. package/lib-commonjs/TooltipContext/TooltipContext.js +15 -0
  111. package/lib-commonjs/TooltipContext/TooltipContext.js.map +1 -0
  112. package/lib-commonjs/TooltipContext/index.d.ts +1 -0
  113. package/lib-commonjs/TooltipContext/index.js +10 -0
  114. package/lib-commonjs/TooltipContext/index.js.map +1 -0
  115. package/lib-commonjs/TooltipContext.d.ts +1 -0
  116. package/lib-commonjs/TooltipContext.js +10 -0
  117. package/lib-commonjs/TooltipContext.js.map +1 -0
  118. package/lib-commonjs/index.d.ts +5 -0
  119. package/lib-commonjs/index.js +18 -0
  120. package/lib-commonjs/index.js.map +1 -0
  121. package/package.json +52 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,367 @@
1
+ # Change Log - @fluentui/react-shared-contexts
2
+
3
+ This log was last generated on Fri, 05 Nov 2021 04:16:11 GMT and should not be manually modified.
4
+
5
+ <!-- Start content -->
6
+
7
+ ## [0.0.0-nightly01492e29df20211105.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v0.0.0-nightly01492e29df20211105.1)
8
+
9
+ Fri, 05 Nov 2021 04:16:11 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-beta.2..@fluentui/react-shared-contexts_v0.0.0-nightly01492e29df20211105.1)
11
+
12
+ ### Changes
13
+
14
+ - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/d254c37e35cfc6231bcc255cbf3c541a8222706d) by email not defined)
15
+ - Updated beta and RC components to ES2019 ([PR #20405](https://github.com/microsoft/fluentui/pull/20405) by gcox@microsoft.com)
16
+ - Bump @fluentui/react-theme to v0.0.0-nightly01492e29df20211105.1 ([commit](https://github.com/microsoft/fluentui/commit/d254c37e35cfc6231bcc255cbf3c541a8222706d) by beachball)
17
+
18
+ ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-beta.2)
19
+
20
+ Wed, 27 Oct 2021 12:14:24 GMT
21
+ [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)
22
+
23
+ ### Changes
24
+
25
+ - Bump @fluentui/react-theme to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
26
+
27
+ ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-beta.1)
28
+
29
+ Wed, 06 Oct 2021 10:37:22 GMT
30
+ [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)
31
+
32
+ ### Changes
33
+
34
+ - Bump all v9 components to beta prerelease tag ([PR #20106](https://github.com/microsoft/fluentui/pull/20106) by lingfangao@hotmail.com)
35
+ - Bump @fluentui/react-theme to v9.0.0-beta.1 ([PR #20106](https://github.com/microsoft/fluentui/pull/20106) by beachball)
36
+
37
+ ## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.28)
38
+
39
+ Fri, 01 Oct 2021 14:13:08 GMT
40
+ [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)
41
+
42
+ ### Changes
43
+
44
+ - Bump v9 prerelease versions to rerelease ([PR #20069](https://github.com/microsoft/fluentui/pull/20069) by lingfangao@hotmail.com)
45
+ - Bump @fluentui/react-theme to v9.0.0-alpha.26 ([PR #20069](https://github.com/microsoft/fluentui/pull/20069) by beachball)
46
+
47
+ ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.26)
48
+
49
+ Wed, 29 Sep 2021 08:06:11 GMT
50
+ [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)
51
+
52
+ ### Changes
53
+
54
+ - Bump @fluentui/react-theme to v9.0.0-alpha.24 ([PR #19660](https://github.com/microsoft/fluentui/pull/19660) by beachball)
55
+
56
+ ## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.25)
57
+
58
+ Tue, 21 Sep 2021 07:42:34 GMT
59
+ [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)
60
+
61
+ ### Changes
62
+
63
+ - Bump @fluentui/react-theme to v9.0.0-alpha.23 ([PR #19865](https://github.com/microsoft/fluentui/pull/19865) by beachball)
64
+
65
+ ## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.24)
66
+
67
+ Fri, 10 Sep 2021 16:31:53 GMT
68
+ [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)
69
+
70
+ ### Changes
71
+
72
+ - chore(v9): Move all internal v9 dependencies from caret to fixed version ([PR #19748](https://github.com/microsoft/fluentui/pull/19748) by lingfangao@hotmail.com)
73
+
74
+ ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.23)
75
+
76
+ Tue, 24 Aug 2021 07:34:48 GMT
77
+ [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)
78
+
79
+ ### Changes
80
+
81
+ - Updating TypeScript type-only imports/exports to use import/export syntax. ([PR #19473](https://github.com/microsoft/fluentui/pull/19473) by dzearing@hotmail.com)
82
+
83
+ ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.22)
84
+
85
+ Fri, 20 Aug 2021 07:37:28 GMT
86
+ [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)
87
+
88
+ ### Changes
89
+
90
+ - Update .npmignore ([PR #19441](https://github.com/microsoft/fluentui/pull/19441) by elcraig@microsoft.com)
91
+
92
+ ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.21)
93
+
94
+ Fri, 13 Aug 2021 07:36:34 GMT
95
+ [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)
96
+
97
+ ### Changes
98
+
99
+ - create type for ThemeClassNameContext value and export it ([PR #19341](https://github.com/microsoft/fluentui/pull/19341) by olfedias@microsoft.com)
100
+
101
+ ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.20)
102
+
103
+ Tue, 03 Aug 2021 07:39:30 GMT
104
+ [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)
105
+
106
+ ### Patches
107
+
108
+ - Bump @fluentui/eslint-plugin to v1.3.3 ([PR #19169](https://github.com/microsoft/fluentui/pull/19169) by behowell@microsoft.com)
109
+ - Bump @fluentui/test-utilities to v8.0.8 ([PR #19169](https://github.com/microsoft/fluentui/pull/19169) by behowell@microsoft.com)
110
+ - Bump @fluentui/scripts to v1.0.0 ([PR #19169](https://github.com/microsoft/fluentui/pull/19169) by behowell@microsoft.com)
111
+
112
+ ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.19)
113
+
114
+ Mon, 26 Jul 2021 07:37:30 GMT
115
+ [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)
116
+
117
+ ### Changes
118
+
119
+ - Bump @fluentui/react-theme to v9.0.0-alpha.19 ([PR #19060](https://github.com/microsoft/fluentui/pull/19060) by miroslav.stastny@microsoft.com)
120
+
121
+ ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.18)
122
+
123
+ Fri, 23 Jul 2021 07:38:19 GMT
124
+ [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)
125
+
126
+ ### Changes
127
+
128
+ - Bump @fluentui/react-theme to v9.0.0-alpha.18 ([PR #19041](https://github.com/microsoft/fluentui/pull/19041) by miroslav.stastny@microsoft.com)
129
+
130
+ ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.17)
131
+
132
+ Fri, 09 Jul 2021 07:39:31 GMT
133
+ [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)
134
+
135
+ ### Patches
136
+
137
+ - Bump @fluentui/eslint-plugin to v1.3.2 ([PR #18808](https://github.com/microsoft/fluentui/pull/18808) by martinhochel@microsoft.com)
138
+ - Bump @fluentui/test-utilities to v8.0.7 ([PR #18808](https://github.com/microsoft/fluentui/pull/18808) by martinhochel@microsoft.com)
139
+ - Bump @fluentui/scripts to v1.0.0 ([PR #18808](https://github.com/microsoft/fluentui/pull/18808) by martinhochel@microsoft.com)
140
+
141
+ ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.16)
142
+
143
+ Fri, 02 Jul 2021 07:37:06 GMT
144
+ [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)
145
+
146
+ ### Changes
147
+
148
+ - Bump @fluentui/react-theme to v9.0.0-alpha.16 ([PR #18655](https://github.com/microsoft/fluentui/pull/18655) by miroslav.stastny@microsoft.com)
149
+
150
+ ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.15)
151
+
152
+ Mon, 07 Jun 2021 07:38:15 GMT
153
+ [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)
154
+
155
+ ### Patches
156
+
157
+ - Bump @fluentui/eslint-plugin to v1.3.1 ([PR #18437](https://github.com/microsoft/fluentui/pull/18437) by martinhochel@microsoft.com)
158
+ - Bump @fluentui/test-utilities to v8.0.6 ([PR #18437](https://github.com/microsoft/fluentui/pull/18437) by martinhochel@microsoft.com)
159
+ - Bump @fluentui/scripts to v1.0.0 ([PR #18437](https://github.com/microsoft/fluentui/pull/18437) by martinhochel@microsoft.com)
160
+
161
+ ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.14)
162
+
163
+ Fri, 04 Jun 2021 07:37:23 GMT
164
+ [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)
165
+
166
+ ### Changes
167
+
168
+ - Modifying MinimalMenuProps target prop to only be React.Ref<HTMLElement> instead of React.Ref<HTMLElement | undefined>. ([PR #18168](https://github.com/microsoft/fluentui/pull/18168) by Humberto.Morimoto@microsoft.com)
169
+
170
+ ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.13)
171
+
172
+ Thu, 03 Jun 2021 07:36:03 GMT
173
+ [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)
174
+
175
+ ### Changes
176
+
177
+ - Bump @fluentui/react-theme to v9.0.0-alpha.14 ([PR #18321](https://github.com/microsoft/fluentui/pull/18321) by miroslav.stastny@microsoft.com)
178
+
179
+ ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.12)
180
+
181
+ Thu, 20 May 2021 07:41:54 GMT
182
+ [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)
183
+
184
+ ### Patches
185
+
186
+ - Bump @fluentui/eslint-plugin to v1.3.0 ([PR #18024](https://github.com/microsoft/fluentui/pull/18024) by elcraig@microsoft.com)
187
+ - Bump @fluentui/test-utilities to v8.0.5 ([PR #18024](https://github.com/microsoft/fluentui/pull/18024) by elcraig@microsoft.com)
188
+ - Bump @fluentui/scripts to v1.0.0 ([PR #18024](https://github.com/microsoft/fluentui/pull/18024) by elcraig@microsoft.com)
189
+
190
+ ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.11)
191
+
192
+ Wed, 19 May 2021 07:34:20 GMT
193
+ [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)
194
+
195
+ ### Changes
196
+
197
+ - chore: add more Babel plugins ([PR #18037](https://github.com/microsoft/fluentui/pull/18037) by olfedias@microsoft.com)
198
+
199
+ ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.10)
200
+
201
+ Thu, 13 May 2021 07:36:55 GMT
202
+ [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)
203
+
204
+ ### Changes
205
+
206
+ - set null as default value for ThemeContext ([PR #18156](https://github.com/microsoft/fluentui/pull/18156) by olfedias@microsoft.com)
207
+
208
+ ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.9)
209
+
210
+ Wed, 12 May 2021 07:36:20 GMT
211
+ [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)
212
+
213
+ ### Changes
214
+
215
+ - Add TooltipContext and TooltipManager interface ([PR #18043](https://github.com/microsoft/fluentui/pull/18043) by behowell@microsoft.com)
216
+
217
+ ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.8)
218
+
219
+ Fri, 30 Apr 2021 07:42:23 GMT
220
+ [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)
221
+
222
+ ### Patches
223
+
224
+ - Bump @fluentui/eslint-plugin to v1.2.0 ([PR #17932](https://github.com/microsoft/fluentui/pull/17932) by joschect@microsoft.com)
225
+ - Bump @fluentui/test-utilities to v8.0.4 ([PR #17932](https://github.com/microsoft/fluentui/pull/17932) by joschect@microsoft.com)
226
+ - Bump @fluentui/scripts to v1.0.0 ([PR #17932](https://github.com/microsoft/fluentui/pull/17932) by joschect@microsoft.com)
227
+
228
+ ### Changes
229
+
230
+ - Upgrade to ts 4.0 ([PR #17932](https://github.com/microsoft/fluentui/pull/17932) by joschect@microsoft.com)
231
+
232
+ ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.7)
233
+
234
+ Fri, 23 Apr 2021 07:37:10 GMT
235
+ [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)
236
+
237
+ ### Patches
238
+
239
+ - Bump @fluentui/eslint-plugin to v1.1.1 ([PR #17894](https://github.com/microsoft/fluentui/pull/17894) by olfedias@microsoft.com)
240
+ - Bump @fluentui/test-utilities to v8.0.3 ([PR #17894](https://github.com/microsoft/fluentui/pull/17894) by olfedias@microsoft.com)
241
+ - Bump @fluentui/scripts to v1.0.0 ([PR #17894](https://github.com/microsoft/fluentui/pull/17894) by olfedias@microsoft.com)
242
+
243
+ ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.6)
244
+
245
+ Tue, 20 Apr 2021 07:31:35 GMT
246
+ [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)
247
+
248
+ ### Changes
249
+
250
+ - Rename internal document to targetDocument ([PR #17827](https://github.com/microsoft/fluentui/pull/17827) by lingfan.gao@microsoft.com)
251
+
252
+ ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.5)
253
+
254
+ Fri, 16 Apr 2021 18:08:21 GMT
255
+ [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)
256
+
257
+ ### Changes
258
+
259
+ - Add ThemeClassNameContext for CSS variable class ([PR #17794](https://github.com/microsoft/fluentui/pull/17794) by lingfan.gao@microsoft.com)
260
+
261
+ ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.4)
262
+
263
+ Thu, 08 Apr 2021 07:33:06 GMT
264
+ [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)
265
+
266
+ ### Changes
267
+
268
+ - Bump @fluentui/react-theme to v9.0.0-alpha.8 ([PR #17676](https://github.com/microsoft/fluentui/pull/17676) by Humberto.Morimoto@microsoft.com)
269
+
270
+ ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.3)
271
+
272
+ Wed, 31 Mar 2021 00:53:43 GMT
273
+ [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)
274
+
275
+ ### Patches
276
+
277
+ - Bump @fluentui/eslint-plugin to v1.1.0 ([PR #17568](https://github.com/microsoft/fluentui/pull/17568) by elcraig@microsoft.com)
278
+ - Bump @fluentui/test-utilities to v8.0.2 ([PR #17568](https://github.com/microsoft/fluentui/pull/17568) by elcraig@microsoft.com)
279
+ - Bump @fluentui/scripts to v1.0.0 ([PR #17568](https://github.com/microsoft/fluentui/pull/17568) by elcraig@microsoft.com)
280
+
281
+ ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.2)
282
+
283
+ Tue, 30 Mar 2021 07:34:45 GMT
284
+ [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)
285
+
286
+ ### Changes
287
+
288
+ - chore: restore "sideEffects" to enable treeshaking ([PR #17584](https://github.com/microsoft/fluentui/pull/17584) by olfedias@microsoft.com)
289
+ - Lifts ThemeContext and FluentProviderContext to react-shared-contexts ([PR #17586](https://github.com/microsoft/fluentui/pull/17586) by bsunderhus@microsoft.com)
290
+
291
+ ## [1.0.0-beta.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v1.0.0-beta.11)
292
+
293
+ Mon, 15 Mar 2021 07:36:20 GMT
294
+ [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)
295
+
296
+ ### Changes
297
+
298
+ - Remove set-version references ([PR #17381](https://github.com/microsoft/fluentui/pull/17381) by elcraig@microsoft.com)
299
+
300
+ ## [1.0.0-beta.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v1.0.0-beta.10)
301
+
302
+ Fri, 26 Feb 2021 01:16:27 GMT
303
+ [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)
304
+
305
+ ### Patches
306
+
307
+ - Bump @fluentui/eslint-plugin to v1.0.1 ([PR #17169](https://github.com/microsoft/fluentui/pull/17169) by elcraig@microsoft.com)
308
+ - Bump @fluentui/scripts to v1.0.0 ([PR #17169](https://github.com/microsoft/fluentui/pull/17169) by elcraig@microsoft.com)
309
+ - Bump @fluentui/set-version to v8.0.1 ([PR #17169](https://github.com/microsoft/fluentui/pull/17169) by elcraig@microsoft.com)
310
+ - Bump @fluentui/test-utilities to v8.0.1 ([PR #17169](https://github.com/microsoft/fluentui/pull/17169) by elcraig@microsoft.com)
311
+
312
+ ### Changes
313
+
314
+ - Update references to major-bumped packages ([PR #17169](https://github.com/microsoft/fluentui/pull/17169) by elcraig@microsoft.com)
315
+
316
+ ## [1.0.0-beta.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v1.0.0-beta.9)
317
+
318
+ Mon, 22 Feb 2021 12:26:22 GMT
319
+ [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)
320
+
321
+ ### Changes
322
+
323
+ - Bump @fluentui/test-utilities to v8.0.0-beta.9 ([PR #17061](https://github.com/microsoft/fluentui/pull/17061) by elcraig@microsoft.com)
324
+
325
+ ## [1.0.0-beta.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v1.0.0-beta.8)
326
+
327
+ Thu, 18 Feb 2021 19:38:50 GMT
328
+ [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)
329
+
330
+ ### Changes
331
+
332
+ - Allow React 17 in peerDependencies ([PR #17048](https://github.com/microsoft/fluentui/pull/17048) by elcraig@microsoft.com)
333
+
334
+ ## [1.0.0-beta.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v1.0.0-beta.7)
335
+
336
+ Thu, 18 Feb 2021 12:27:34 GMT
337
+ [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)
338
+
339
+ ### Changes
340
+
341
+ - Bump @fluentui/test-utilities to v8.0.0-beta.7 ([PR #16975](https://github.com/microsoft/fluentui/pull/16975) by elcraig@microsoft.com)
342
+
343
+ ## [1.0.0-beta.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v1.0.0-beta.6)
344
+
345
+ Mon, 15 Feb 2021 12:22:00 GMT
346
+ [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)
347
+
348
+ ### Changes
349
+
350
+ - Bump @fluentui/test-utilities to v8.0.0-beta.6 ([PR #16880](https://github.com/microsoft/fluentui/pull/16880) by xgao@microsoft.com)
351
+
352
+ ## [1.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v1.0.0-beta.4)
353
+
354
+ Thu, 21 Jan 2021 12:36:12 GMT
355
+ [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)
356
+
357
+ ### Changes
358
+
359
+ - Updating dev dependencies. ([PR #16548](https://github.com/microsoft/fluentui/pull/16548) by dzearing@microsoft.com)
360
+
361
+ ## [1.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v1.0.0-beta.1)
362
+
363
+ Fri, 06 Nov 2020 12:34:34 GMT
364
+
365
+ ### Changes
366
+
367
+ - Creating @fluentui/react-shared-contexts package and moving MenuContext from @fluentui/react-button into it. ([PR #15826](https://github.com/microsoft/fluentui/pull/15826) by humbertomakotomorimoto@gmail.com)
package/LICENSE ADDED
@@ -0,0 +1,15 @@
1
+ Fluent UI React - react-shared-contexts
2
+
3
+ Copyright (c) Microsoft Corporation
4
+
5
+ All rights reserved.
6
+
7
+ MIT License
8
+
9
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ""Software""), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
12
+
13
+ THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
14
+
15
+ Note: Usage of the fonts and icons referenced in Fluent UI React is subject to the terms listed at https://aka.ms/fluentui-assets-license
package/README.md ADDED
@@ -0,0 +1,7 @@
1
+ # @fluentui/react-shared-contexts
2
+
3
+ **Shared contexts for [Fluent UI React](https://developer.microsoft.com/en-us/fluentui)**
4
+
5
+ This package includes a number of exported React Contexts that are shared by Fluent UI components.
6
+
7
+ See [GitHub](https://github.com/microsoft/fluentui) for more details on the Fluent UI React project and packages within.
@@ -0,0 +1,64 @@
1
+ import * as React_2 from 'react';
2
+ import type { Theme } from '@fluentui/react-theme';
3
+
4
+ export declare const MenuContext: React_2.Context<MinimalMenuProps>;
5
+
6
+ export declare type MinimalMenuProps = {
7
+ hidden?: boolean;
8
+ onDismiss?: () => void;
9
+ target?: React_2.Ref<HTMLElement>;
10
+ };
11
+
12
+ export declare const ProviderContext: React_2.Context<ProviderContextValue>;
13
+
14
+ export declare interface ProviderContextValue {
15
+ /** Sets the direction of text & generated styles. */
16
+ dir: 'ltr' | 'rtl';
17
+ /** Provides the document, can be undefined during SSR render. */
18
+ targetDocument?: Document;
19
+ }
20
+
21
+ /**
22
+ * Used to provide a CSS class that applies theme css variables
23
+ *
24
+ * Useful for elements in the React tree (can read context) but not in the DOM Tree. E.g. Portals
25
+ */
26
+ export declare const ThemeClassNameContext: React_2.Context<string>;
27
+
28
+ export declare type ThemeClassNameContextValue = string;
29
+
30
+ export declare const ThemeContext: React_2.Context<ThemeContextValue>;
31
+
32
+ export declare interface ThemeContextValue extends Theme {
33
+ }
34
+
35
+ /**
36
+ * Context shared by all of the tooltips in the app
37
+ */
38
+ export declare const TooltipContext: React_2.Context<TooltipContextType>;
39
+
40
+ /**
41
+ * The context provided by TooltipProvider
42
+ */
43
+ export declare type TooltipContextType = {
44
+ /**
45
+ * When a tooltip is shown, it sets itself as the visibleTooltip.
46
+ * The next tooltip to become visible can use it to hide the previous tooltip immediately.
47
+ */
48
+ visibleTooltip?: {
49
+ hide: () => void;
50
+ };
51
+ };
52
+
53
+ export declare function useFluent(): ProviderContextValue;
54
+
55
+ export declare const useMenuContext: () => MinimalMenuProps;
56
+
57
+ export declare function useTheme(): ThemeContextValue;
58
+
59
+ /**
60
+ * @returns CSS class that applies css variables
61
+ */
62
+ export declare function useThemeClassName(): ThemeClassNameContextValue;
63
+
64
+ export { }
@@ -0,0 +1,4 @@
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;
@@ -0,0 +1,6 @@
1
+ import * as React from 'react';
2
+ export const MenuContext = /*#__PURE__*/React.createContext({});
3
+ export const useMenuContext = () => {
4
+ return React.useContext(MenuContext);
5
+ };
6
+ //# sourceMappingURL=MenuContext.js.map
@@ -0,0 +1 @@
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":""}
@@ -0,0 +1,2 @@
1
+ export * from './MenuContext';
2
+ export * from './types';
@@ -0,0 +1,3 @@
1
+ export * from './MenuContext';
2
+ export * from './types';
3
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/MenuContext/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC"}
@@ -0,0 +1,6 @@
1
+ import * as React from 'react';
2
+ export declare type MinimalMenuProps = {
3
+ hidden?: boolean;
4
+ onDismiss?: () => void;
5
+ target?: React.Ref<HTMLElement>;
6
+ };
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/MenuContext/types.ts"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ export * from './MenuContext/index';
@@ -0,0 +1,2 @@
1
+ export * from './MenuContext/index';
2
+ //# sourceMappingURL=MenuContext.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MenuContext.js","sourceRoot":"","sources":["../src/MenuContext.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC"}
@@ -0,0 +1,4 @@
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;
@@ -0,0 +1,9 @@
1
+ import * as React from 'react';
2
+ export const ProviderContext = /*#__PURE__*/React.createContext({
3
+ targetDocument: typeof document === 'object' ? document : undefined,
4
+ dir: 'ltr'
5
+ });
6
+ export function useFluent() {
7
+ return React.useContext(ProviderContext);
8
+ }
9
+ //# sourceMappingURL=ProviderContext.js.map
@@ -0,0 +1 @@
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":""}
@@ -0,0 +1,6 @@
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
+ }
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=ProviderContext.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProviderContext.types.js","sourceRoot":"","sources":["../../src/ProviderContext/ProviderContext.types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export * from './ProviderContext';
2
+ export * from './ProviderContext.types';
@@ -0,0 +1,3 @@
1
+ export * from './ProviderContext';
2
+ export * from './ProviderContext.types';
3
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/ProviderContext/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC"}
@@ -0,0 +1 @@
1
+ export * from './ProviderContext/index';
@@ -0,0 +1,2 @@
1
+ export * from './ProviderContext/index';
2
+ //# sourceMappingURL=ProviderContext.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProviderContext.js","sourceRoot":"","sources":["../src/ProviderContext.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC"}
@@ -0,0 +1,12 @@
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;
@@ -0,0 +1,16 @@
1
+ import * as React from 'react';
2
+ /**
3
+ * Used to provide a CSS class that applies theme css variables
4
+ *
5
+ * Useful for elements in the React tree (can read context) but not in the DOM Tree. E.g. Portals
6
+ */
7
+
8
+ export const ThemeClassNameContext = /*#__PURE__*/React.createContext('');
9
+ /**
10
+ * @returns CSS class that applies css variables
11
+ */
12
+
13
+ export function useThemeClassName() {
14
+ return React.useContext(ThemeClassNameContext);
15
+ }
16
+ //# sourceMappingURL=ThemeClassNameContext.js.map
@@ -0,0 +1 @@
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":""}
@@ -0,0 +1 @@
1
+ export * from './ThemeClassNameContext';
@@ -0,0 +1,2 @@
1
+ export * from './ThemeClassNameContext';
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/ThemeClassNameContext/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC"}
@@ -0,0 +1 @@
1
+ export * from './ThemeClassNameContext/index';
@@ -0,0 +1,2 @@
1
+ export * from './ThemeClassNameContext/index';
2
+ //# sourceMappingURL=ThemeClassNameContext.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThemeClassNameContext.js","sourceRoot":"","sources":["../src/ThemeClassNameContext.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAC"}