@fluentui/react-portal 9.0.0-nightly.b5b7401007.0 → 9.0.0-rc.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (72) hide show
  1. package/CHANGELOG.json +242 -20
  2. package/CHANGELOG.md +67 -12
  3. package/dist/react-portal.d.ts +6 -5
  4. package/lib/Portal.js.map +1 -1
  5. package/lib/components/Portal/Portal.d.ts +2 -1
  6. package/lib/components/Portal/Portal.js +8 -6
  7. package/lib/components/Portal/Portal.js.map +1 -1
  8. package/lib/components/Portal/Portal.types.d.ts +2 -1
  9. package/lib/components/Portal/Portal.types.js.map +1 -1
  10. package/lib/components/Portal/index.js.map +1 -1
  11. package/lib/components/Portal/renderPortal.d.ts +1 -1
  12. package/lib/components/Portal/renderPortal.js +6 -2
  13. package/lib/components/Portal/renderPortal.js.map +1 -1
  14. package/lib/components/Portal/usePortal.d.ts +2 -2
  15. package/lib/components/Portal/usePortal.js +23 -17
  16. package/lib/components/Portal/usePortal.js.map +1 -1
  17. package/lib/components/Portal/usePortalMountNode.js +27 -21
  18. package/lib/components/Portal/usePortalMountNode.js.map +1 -1
  19. package/lib/index.js.map +1 -1
  20. package/lib/virtualParent/elementContains.js +18 -14
  21. package/lib/virtualParent/elementContains.js.map +1 -1
  22. package/lib/virtualParent/getParent.js +2 -1
  23. package/lib/virtualParent/getParent.js.map +1 -1
  24. package/lib/virtualParent/getVirtualParent.js +8 -5
  25. package/lib/virtualParent/getVirtualParent.js.map +1 -1
  26. package/lib/virtualParent/index.js.map +1 -1
  27. package/lib/virtualParent/isVirtualElement.js +1 -1
  28. package/lib/virtualParent/isVirtualElement.js.map +1 -1
  29. package/lib/virtualParent/setVirtualParent.js +11 -8
  30. package/lib/virtualParent/setVirtualParent.js.map +1 -1
  31. package/lib/virtualParent/types.js.map +1 -1
  32. package/lib-commonjs/Portal.js +7 -2
  33. package/lib-commonjs/Portal.js.map +1 -1
  34. package/lib-commonjs/components/Portal/Portal.d.ts +2 -1
  35. package/lib-commonjs/components/Portal/Portal.js +16 -7
  36. package/lib-commonjs/components/Portal/Portal.js.map +1 -1
  37. package/lib-commonjs/components/Portal/Portal.types.d.ts +2 -1
  38. package/lib-commonjs/components/Portal/Portal.types.js +4 -1
  39. package/lib-commonjs/components/Portal/Portal.types.js.map +1 -1
  40. package/lib-commonjs/components/Portal/index.js +10 -2
  41. package/lib-commonjs/components/Portal/index.js.map +1 -1
  42. package/lib-commonjs/components/Portal/renderPortal.d.ts +1 -1
  43. package/lib-commonjs/components/Portal/renderPortal.js +18 -7
  44. package/lib-commonjs/components/Portal/renderPortal.js.map +1 -1
  45. package/lib-commonjs/components/Portal/usePortal.d.ts +2 -2
  46. package/lib-commonjs/components/Portal/usePortal.js +39 -24
  47. package/lib-commonjs/components/Portal/usePortal.js.map +1 -1
  48. package/lib-commonjs/components/Portal/usePortalMountNode.js +41 -26
  49. package/lib-commonjs/components/Portal/usePortalMountNode.js.map +1 -1
  50. package/lib-commonjs/index.js +22 -5
  51. package/lib-commonjs/index.js.map +1 -1
  52. package/lib-commonjs/virtualParent/elementContains.js +26 -16
  53. package/lib-commonjs/virtualParent/elementContains.js.map +1 -1
  54. package/lib-commonjs/virtualParent/getParent.js +10 -3
  55. package/lib-commonjs/virtualParent/getParent.js.map +1 -1
  56. package/lib-commonjs/virtualParent/getVirtualParent.js +16 -7
  57. package/lib-commonjs/virtualParent/getVirtualParent.js.map +1 -1
  58. package/lib-commonjs/virtualParent/index.js +11 -2
  59. package/lib-commonjs/virtualParent/index.js.map +1 -1
  60. package/lib-commonjs/virtualParent/isVirtualElement.js +7 -2
  61. package/lib-commonjs/virtualParent/isVirtualElement.js.map +1 -1
  62. package/lib-commonjs/virtualParent/setVirtualParent.js +17 -9
  63. package/lib-commonjs/virtualParent/setVirtualParent.js.map +1 -1
  64. package/lib-commonjs/virtualParent/types.js +4 -1
  65. package/lib-commonjs/virtualParent/types.js.map +1 -1
  66. package/package.json +8 -10
  67. package/lib/common/isConformant.d.ts +0 -4
  68. package/lib/common/isConformant.js +0 -9
  69. package/lib/common/isConformant.js.map +0 -1
  70. package/lib-commonjs/common/isConformant.d.ts +0 -4
  71. package/lib-commonjs/common/isConformant.js +0 -13
  72. package/lib-commonjs/common/isConformant.js.map +0 -1
package/CHANGELOG.json CHANGED
@@ -2,58 +2,280 @@
2
2
  "name": "@fluentui/react-portal",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 26 Oct 2021 09:22:36 GMT",
6
- "tag": "@fluentui/react-portal_v9.0.0-nightly.b5b7401007.0",
7
- "version": "9.0.0-nightly.b5b7401007.0",
5
+ "date": "Fri, 18 Feb 2022 13:33:48 GMT",
6
+ "tag": "@fluentui/react-portal_v9.0.0-rc.3",
7
+ "version": "9.0.0-rc.3",
8
8
  "comments": {
9
9
  "prerelease": [
10
10
  {
11
- "author": "email not defined",
11
+ "author": "lingfangao@hotmail.com",
12
+ "package": "@fluentui/react-portal",
13
+ "commit": "1aa9e691fcccd9a64168cea7941c0f1e71fa1d14",
14
+ "comment": "fix: Source maps contain original source code"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-portal",
19
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.3",
20
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-portal",
25
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.3",
26
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-portal",
31
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.3",
32
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
33
+ }
34
+ ]
35
+ }
36
+ },
37
+ {
38
+ "date": "Thu, 10 Feb 2022 08:50:38 GMT",
39
+ "tag": "@fluentui/react-portal_v9.0.0-rc.1",
40
+ "version": "9.0.0-rc.1",
41
+ "comments": {
42
+ "none": [
43
+ {
44
+ "author": "olfedias@microsoft.com",
45
+ "package": "@fluentui/react-portal",
46
+ "commit": "f4883108ae74c089213780f09997115c0d547aef",
47
+ "comment": "update stories to not use CSS shorthands in styles"
48
+ },
49
+ {
50
+ "author": "Humberto.Morimoto@microsoft.com",
12
51
  "package": "@fluentui/react-portal",
13
- "comment": "Release nightly v9",
14
- "commit": "0dfd7a724c42291a510e9bcfe4610aa1e268ffcc"
52
+ "commit": "60e153e786c586b867898109c07a51876d3bfd5a",
53
+ "comment": "Replacing use of functions in makeStyles with direct use of tokens"
15
54
  },
55
+ {
56
+ "author": "martinhochel@microsoft.com",
57
+ "package": "@fluentui/react-portal",
58
+ "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
59
+ "comment": "chore: use storybook runner for all vNext packages"
60
+ },
61
+ {
62
+ "author": "olfedias@microsoft.com",
63
+ "package": "@fluentui/react-portal",
64
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
65
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
66
+ }
67
+ ],
68
+ "prerelease": [
69
+ {
70
+ "author": "behowell@microsoft.com",
71
+ "package": "@fluentui/react-portal",
72
+ "commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
73
+ "comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
74
+ },
75
+ {
76
+ "author": "mgodbolt@microsoft.com",
77
+ "package": "@fluentui/react-portal",
78
+ "commit": "839ec14849e112b85aa321d034739ec421199141",
79
+ "comment": "remove export of commons types"
80
+ },
81
+ {
82
+ "author": "lingfangao@hotmail.com",
83
+ "package": "@fluentui/react-portal",
84
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
85
+ "comment": "Bump Fluent UI packages to 9.0.0-rc"
86
+ },
87
+ {
88
+ "author": "olfedias@microsoft.com",
89
+ "package": "@fluentui/react-portal",
90
+ "commit": "d525c8b2106551865d648873210a6b48c2326ecb",
91
+ "comment": "remove unused dependency on Griffel"
92
+ },
93
+ {
94
+ "author": "beachball",
95
+ "package": "@fluentui/react-portal",
96
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.1",
97
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
98
+ },
99
+ {
100
+ "author": "beachball",
101
+ "package": "@fluentui/react-portal",
102
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.1",
103
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
104
+ },
105
+ {
106
+ "author": "beachball",
107
+ "package": "@fluentui/react-portal",
108
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.1",
109
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
110
+ }
111
+ ]
112
+ }
113
+ },
114
+ {
115
+ "date": "Thu, 25 Nov 2021 08:34:15 GMT",
116
+ "tag": "@fluentui/react-portal_v9.0.0-beta.5",
117
+ "version": "9.0.0-beta.5",
118
+ "comments": {
119
+ "none": [
120
+ {
121
+ "author": "lingfangao@hotmail.com",
122
+ "package": "@fluentui/react-portal",
123
+ "commit": "8a141d14f3a14de2e1c4691dad908622f310a9d1",
124
+ "comment": "Migrate package to use solution tsconfigs"
125
+ }
126
+ ],
127
+ "prerelease": [
128
+ {
129
+ "author": "beachball",
130
+ "package": "@fluentui/react-portal",
131
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
132
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
133
+ },
134
+ {
135
+ "author": "beachball",
136
+ "package": "@fluentui/react-portal",
137
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.4",
138
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
139
+ },
140
+ {
141
+ "author": "beachball",
142
+ "package": "@fluentui/react-portal",
143
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.5",
144
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
145
+ },
146
+ {
147
+ "author": "beachball",
148
+ "package": "@fluentui/react-portal",
149
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
150
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
151
+ },
152
+ {
153
+ "author": "beachball",
154
+ "package": "@fluentui/react-portal",
155
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4",
156
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
157
+ },
158
+ {
159
+ "author": "beachball",
160
+ "package": "@fluentui/react-portal",
161
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.4",
162
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
163
+ }
164
+ ]
165
+ }
166
+ },
167
+ {
168
+ "date": "Fri, 12 Nov 2021 13:25:29 GMT",
169
+ "tag": "@fluentui/react-portal_v9.0.0-beta.4",
170
+ "version": "9.0.0-beta.4",
171
+ "comments": {
172
+ "none": [
173
+ {
174
+ "author": "lingfangao@hotmail.com",
175
+ "package": "@fluentui/react-portal",
176
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
177
+ "comment": "Remove beta release tag"
178
+ },
179
+ {
180
+ "author": "mgodbolt@microsoft.com",
181
+ "package": "@fluentui/react-portal",
182
+ "commit": "7fafe76eb2c09f9d17a03c11ba73729d91ef411e",
183
+ "comment": "update docs descriptions"
184
+ }
185
+ ],
186
+ "prerelease": [
187
+ {
188
+ "author": "gcox@microsoft.com",
189
+ "package": "@fluentui/react-portal",
190
+ "commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
191
+ "comment": "Updated beta and RC components to ES2019"
192
+ },
193
+ {
194
+ "author": "gcox@microsoft.com",
195
+ "package": "@fluentui/react-portal",
196
+ "commit": "36404e1921159b0a69b4824ae86e6276e0723ea2",
197
+ "comment": "Broke up stories added codesandbox refs"
198
+ },
199
+ {
200
+ "author": "beachball",
201
+ "package": "@fluentui/react-portal",
202
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.3",
203
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
204
+ },
205
+ {
206
+ "author": "beachball",
207
+ "package": "@fluentui/react-portal",
208
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.3",
209
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
210
+ },
211
+ {
212
+ "author": "beachball",
213
+ "package": "@fluentui/react-portal",
214
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.4",
215
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
216
+ },
217
+ {
218
+ "author": "beachball",
219
+ "package": "@fluentui/react-portal",
220
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.3",
221
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
222
+ },
223
+ {
224
+ "author": "beachball",
225
+ "package": "@fluentui/react-portal",
226
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3",
227
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
228
+ }
229
+ ]
230
+ }
231
+ },
232
+ {
233
+ "date": "Wed, 27 Oct 2021 12:14:21 GMT",
234
+ "tag": "@fluentui/react-portal_v9.0.0-beta.3",
235
+ "version": "9.0.0-beta.3",
236
+ "comments": {
237
+ "prerelease": [
16
238
  {
17
239
  "author": "gcox@microsoft.com",
18
240
  "package": "@fluentui/react-portal",
19
- "comment": "Removed duplicate 'Portal' from story names",
20
- "commit": "0dfd7a724c42291a510e9bcfe4610aa1e268ffcc"
241
+ "commit": "d730088d7f6e5965ba5d5ed0d449e250f171d791",
242
+ "comment": "Removed duplicate 'Portal' from story names"
21
243
  },
22
244
  {
23
245
  "author": "peter@draxler.ml",
24
246
  "package": "@fluentui/react-portal",
25
- "comment": "added styling of documentation",
26
- "commit": "0dfd7a724c42291a510e9bcfe4610aa1e268ffcc"
247
+ "commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
248
+ "comment": "added styling of documentation"
27
249
  },
28
250
  {
29
251
  "author": "beachball",
30
252
  "package": "@fluentui/react-portal",
31
- "comment": "Bump @fluentui/react-make-styles to v9.0.0-nightly.b5b7401007.0",
32
- "commit": "0dfd7a724c42291a510e9bcfe4610aa1e268ffcc"
253
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.2",
254
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
33
255
  },
34
256
  {
35
257
  "author": "beachball",
36
258
  "package": "@fluentui/react-portal",
37
- "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-nightly.b5b7401007.0",
38
- "commit": "0dfd7a724c42291a510e9bcfe4610aa1e268ffcc"
259
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.2",
260
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
39
261
  },
40
262
  {
41
263
  "author": "beachball",
42
264
  "package": "@fluentui/react-portal",
43
- "comment": "Bump @fluentui/react-tabster to v9.0.0-nightly.b5b7401007.0",
44
- "commit": "0dfd7a724c42291a510e9bcfe4610aa1e268ffcc"
265
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.3",
266
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
45
267
  },
46
268
  {
47
269
  "author": "beachball",
48
270
  "package": "@fluentui/react-portal",
49
- "comment": "Bump @fluentui/react-utilities to v9.0.0-nightly.b5b7401007.0",
50
- "commit": "0dfd7a724c42291a510e9bcfe4610aa1e268ffcc"
271
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.2",
272
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
51
273
  },
52
274
  {
53
275
  "author": "beachball",
54
276
  "package": "@fluentui/react-portal",
55
- "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-nightly.b5b7401007.0",
56
- "commit": "0dfd7a724c42291a510e9bcfe4610aa1e268ffcc"
277
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2",
278
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
57
279
  }
58
280
  ]
59
281
  }
package/CHANGELOG.md CHANGED
@@ -1,24 +1,79 @@
1
1
  # Change Log - @fluentui/react-portal
2
2
 
3
- This log was last generated on Tue, 26 Oct 2021 09:22:36 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 18 Feb 2022 13:33:48 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [9.0.0-nightly.b5b7401007.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-nightly.b5b7401007.0)
7
+ ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.3)
8
8
 
9
- Tue, 26 Oct 2021 09:22:36 GMT
10
- [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-beta.2..@fluentui/react-portal_v9.0.0-nightly.b5b7401007.0)
9
+ Fri, 18 Feb 2022 13:33:48 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-rc.1..@fluentui/react-portal_v9.0.0-rc.3)
11
11
 
12
12
  ### Changes
13
13
 
14
- - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/0dfd7a724c42291a510e9bcfe4610aa1e268ffcc) by email not defined)
15
- - Removed duplicate 'Portal' from story names ([commit](https://github.com/microsoft/fluentui/commit/0dfd7a724c42291a510e9bcfe4610aa1e268ffcc) by gcox@microsoft.com)
16
- - added styling of documentation ([commit](https://github.com/microsoft/fluentui/commit/0dfd7a724c42291a510e9bcfe4610aa1e268ffcc) by peter@draxler.ml)
17
- - Bump @fluentui/react-make-styles to v9.0.0-nightly.b5b7401007.0 ([commit](https://github.com/microsoft/fluentui/commit/0dfd7a724c42291a510e9bcfe4610aa1e268ffcc) by beachball)
18
- - Bump @fluentui/react-shared-contexts to v9.0.0-nightly.b5b7401007.0 ([commit](https://github.com/microsoft/fluentui/commit/0dfd7a724c42291a510e9bcfe4610aa1e268ffcc) by beachball)
19
- - Bump @fluentui/react-tabster to v9.0.0-nightly.b5b7401007.0 ([commit](https://github.com/microsoft/fluentui/commit/0dfd7a724c42291a510e9bcfe4610aa1e268ffcc) by beachball)
20
- - Bump @fluentui/react-utilities to v9.0.0-nightly.b5b7401007.0 ([commit](https://github.com/microsoft/fluentui/commit/0dfd7a724c42291a510e9bcfe4610aa1e268ffcc) by beachball)
21
- - Bump @fluentui/jest-serializer-make-styles to v9.0.0-nightly.b5b7401007.0 ([commit](https://github.com/microsoft/fluentui/commit/0dfd7a724c42291a510e9bcfe4610aa1e268ffcc) by beachball)
14
+ - fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
15
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
16
+ - Bump @fluentui/react-tabster to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
17
+ - Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
18
+
19
+ ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.1)
20
+
21
+ Thu, 10 Feb 2022 08:50:38 GMT
22
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-beta.5..@fluentui/react-portal_v9.0.0-rc.1)
23
+
24
+ ### Changes
25
+
26
+ - BREAKING: 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)
27
+ - remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
28
+ - Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
29
+ - remove unused dependency on Griffel ([PR #21393](https://github.com/microsoft/fluentui/pull/21393) by olfedias@microsoft.com)
30
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
31
+ - Bump @fluentui/react-tabster to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
32
+ - Bump @fluentui/react-utilities to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
33
+
34
+ ## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-beta.5)
35
+
36
+ Thu, 25 Nov 2021 08:34:15 GMT
37
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-beta.4..@fluentui/react-portal_v9.0.0-beta.5)
38
+
39
+ ### Changes
40
+
41
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
42
+ - Bump @fluentui/react-shared-contexts to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
43
+ - Bump @fluentui/react-tabster to v9.0.0-beta.5 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
44
+ - Bump @fluentui/react-utilities to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
45
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
46
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
47
+
48
+ ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-beta.4)
49
+
50
+ Fri, 12 Nov 2021 13:25:29 GMT
51
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-beta.3..@fluentui/react-portal_v9.0.0-beta.4)
52
+
53
+ ### Changes
54
+
55
+ - Updated beta and RC components to ES2019 ([PR #20405](https://github.com/microsoft/fluentui/pull/20405) by gcox@microsoft.com)
56
+ - Broke up stories added codesandbox refs ([PR #20372](https://github.com/microsoft/fluentui/pull/20372) by gcox@microsoft.com)
57
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
58
+ - Bump @fluentui/react-shared-contexts to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
59
+ - Bump @fluentui/react-tabster to v9.0.0-beta.4 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
60
+ - Bump @fluentui/react-utilities to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
61
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
62
+
63
+ ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-beta.3)
64
+
65
+ Wed, 27 Oct 2021 12:14:21 GMT
66
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-beta.2..@fluentui/react-portal_v9.0.0-beta.3)
67
+
68
+ ### Changes
69
+
70
+ - Removed duplicate 'Portal' from story names ([PR #20270](https://github.com/microsoft/fluentui/pull/20270) by gcox@microsoft.com)
71
+ - added styling of documentation ([PR #20193](https://github.com/microsoft/fluentui/pull/20193) by peter@draxler.ml)
72
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
73
+ - Bump @fluentui/react-shared-contexts to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
74
+ - Bump @fluentui/react-tabster to v9.0.0-beta.3 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
75
+ - Bump @fluentui/react-utilities to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
76
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
22
77
 
23
78
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-beta.2)
24
79
 
@@ -9,11 +9,12 @@ import * as React_2 from 'react';
9
9
  export declare function elementContains(parent: HTMLElement | null, child: HTMLElement | null): boolean;
10
10
 
11
11
  /**
12
- * Component that renders children in a React portal
12
+ * A portal provides a way to render children into a DOM node
13
+ * that exists outside the DOM hierarchy of the parent component.
13
14
  */
14
15
  export declare const Portal: React_2.FC<PortalProps>;
15
16
 
16
- export declare type PortalCommons = {
17
+ declare type PortalCommons = {
17
18
  /**
18
19
  * React children
19
20
  */
@@ -39,7 +40,7 @@ export declare type PortalState = PortalCommons & {
39
40
  /**
40
41
  * Render the final JSX of Portal
41
42
  */
42
- export declare const renderPortal: (state: PortalState) => React_2.ReactElement;
43
+ export declare const renderPortal_unstable: (state: PortalState) => React_2.ReactElement;
43
44
 
44
45
  /**
45
46
  * Sets the virtual parent of an element.
@@ -52,10 +53,10 @@ export declare function setVirtualParent(child: HTMLElement, parent?: HTMLElemen
52
53
  /**
53
54
  * Create the state required to render Portal.
54
55
  *
55
- * The returned state can be modified with hooks such as usePortalStyles, before being passed to renderPortal.
56
+ * The returned state can be modified with hooks such as usePortalStyles, before being passed to renderPortal_unstable.
56
57
  *
57
58
  * @param props - props from this instance of Portal
58
59
  */
59
- export declare const usePortal: (props: PortalProps) => PortalState;
60
+ export declare const usePortal_unstable: (props: PortalProps) => PortalState;
60
61
 
61
62
  export { }
package/lib/Portal.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"Portal.js","sourceRoot":"","sources":["../src/Portal.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC"}
1
+ {"version":3,"file":"Portal.js","sourceRoot":"../src/","sources":["Portal.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC","sourcesContent":["export * from './components/Portal/index';\n"]}
@@ -1,6 +1,7 @@
1
1
  import * as React from 'react';
2
2
  import type { PortalProps } from './Portal.types';
3
3
  /**
4
- * Component that renders children in a React portal
4
+ * A portal provides a way to render children into a DOM node
5
+ * that exists outside the DOM hierarchy of the parent component.
5
6
  */
6
7
  export declare const Portal: React.FC<PortalProps>;
@@ -1,11 +1,13 @@
1
- import { usePortal } from './usePortal';
2
- import { renderPortal } from './renderPortal';
1
+ import { usePortal_unstable } from './usePortal';
2
+ import { renderPortal_unstable } from './renderPortal';
3
3
  /**
4
- * Component that renders children in a React portal
4
+ * A portal provides a way to render children into a DOM node
5
+ * that exists outside the DOM hierarchy of the parent component.
5
6
  */
6
- export var Portal = function (props) {
7
- var state = usePortal(props);
8
- return renderPortal(state);
7
+
8
+ export const Portal = props => {
9
+ const state = usePortal_unstable(props);
10
+ return renderPortal_unstable(state);
9
11
  };
10
12
  Portal.displayName = 'Portal';
11
13
  //# sourceMappingURL=Portal.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Portal.js","sourceRoot":"","sources":["../../../src/components/Portal/Portal.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAG9C;;GAEG;AACH,MAAM,CAAC,IAAM,MAAM,GAA0B,UAAA,KAAK;IAChD,IAAM,KAAK,GAAG,SAAS,CAAC,KAAK,CAAC,CAAC;IAE/B,OAAO,YAAY,CAAC,KAAK,CAAC,CAAC;AAC7B,CAAC,CAAC;AAEF,MAAM,CAAC,WAAW,GAAG,QAAQ,CAAC"}
1
+ {"version":3,"sources":["components/Portal/Portal.tsx"],"names":[],"mappings":"AAEA,SAAS,kBAAT,QAAmC,aAAnC;AACA,SAAS,qBAAT,QAAsC,gBAAtC;AAGA;;;AAGG;;AACH,OAAO,MAAM,MAAM,GAA0B,KAAK,IAAG;AACnD,QAAM,KAAK,GAAG,kBAAkB,CAAC,KAAD,CAAhC;AAEA,SAAO,qBAAqB,CAAC,KAAD,CAA5B;AACD,CAJM;AAMP,MAAM,CAAC,WAAP,GAAqB,QAArB","sourcesContent":["import * as React from 'react';\n\nimport { usePortal_unstable } from './usePortal';\nimport { renderPortal_unstable } from './renderPortal';\nimport type { PortalProps } from './Portal.types';\n\n/**\n * A portal provides a way to render children into a DOM node\n * that exists outside the DOM hierarchy of the parent component.\n */\nexport const Portal: React.FC<PortalProps> = props => {\n const state = usePortal_unstable(props);\n\n return renderPortal_unstable(state);\n};\n\nPortal.displayName = 'Portal';\n"],"sourceRoot":"../src/"}
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- export declare type PortalCommons = {
2
+ declare type PortalCommons = {
3
3
  /**
4
4
  * React children
5
5
  */
@@ -19,3 +19,4 @@ export declare type PortalState = PortalCommons & {
19
19
  */
20
20
  virtualParentRootRef: React.MutableRefObject<HTMLSpanElement | null>;
21
21
  };
22
+ export {};
@@ -1 +1 @@
1
- {"version":3,"file":"Portal.types.js","sourceRoot":"","sources":["../../../src/components/Portal/Portal.types.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"Portal.types.js","sourceRoot":"../src/","sources":["components/Portal/Portal.types.ts"],"names":[],"mappings":"","sourcesContent":["import * as React from 'react';\n\ntype PortalCommons = {\n /**\n * React children\n */\n children: React.ReactNode;\n /**\n * Where the portal children are mounted on DOM\n * @defaultValue a new element on document.body without any styling\n */\n mountNode: HTMLDivElement | undefined;\n};\n\nexport type PortalProps = Partial<PortalCommons>;\n\nexport type PortalState = PortalCommons & {\n /** Indicates if a Portal should be rendered. */\n shouldRender: boolean;\n\n /**\n * Ref to the root span element as virtual parent\n */\n virtualParentRootRef: React.MutableRefObject<HTMLSpanElement | null>;\n};\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/Portal/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"../src/","sources":["components/Portal/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC","sourcesContent":["export * from './Portal';\nexport * from './Portal.types';\nexport * from './renderPortal';\nexport * from './usePortal';\n"]}
@@ -3,4 +3,4 @@ import type { PortalState } from './Portal.types';
3
3
  /**
4
4
  * Render the final JSX of Portal
5
5
  */
6
- export declare const renderPortal: (state: PortalState) => React.ReactElement;
6
+ export declare const renderPortal_unstable: (state: PortalState) => React.ReactElement;
@@ -3,7 +3,11 @@ import * as React from 'react';
3
3
  /**
4
4
  * Render the final JSX of Portal
5
5
  */
6
- export var renderPortal = function (state) {
7
- return (React.createElement("span", { hidden: true, ref: state.virtualParentRootRef }, state.shouldRender && state.mountNode && ReactDOM.createPortal(state.children, state.mountNode)));
6
+
7
+ export const renderPortal_unstable = state => {
8
+ return /*#__PURE__*/React.createElement("span", {
9
+ hidden: true,
10
+ ref: state.virtualParentRootRef
11
+ }, state.shouldRender && state.mountNode && /*#__PURE__*/ReactDOM.createPortal(state.children, state.mountNode));
8
12
  };
9
13
  //# sourceMappingURL=renderPortal.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"renderPortal.js","sourceRoot":"","sources":["../../../src/components/Portal/renderPortal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,WAAW,CAAC;AACtC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B;;GAEG;AACH,MAAM,CAAC,IAAM,YAAY,GAAG,UAAC,KAAkB;IAC7C,OAAO,CACL,8BAAM,MAAM,QAAC,GAAG,EAAE,KAAK,CAAC,oBAAoB,IACzC,KAAK,CAAC,YAAY,IAAI,KAAK,CAAC,SAAS,IAAI,QAAQ,CAAC,YAAY,CAAC,KAAK,CAAC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC,CAC3F,CACR,CAAC;AACJ,CAAC,CAAC"}
1
+ {"version":3,"sources":["components/Portal/renderPortal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAZ,MAA0B,WAA1B;AACA,OAAO,KAAK,KAAZ,MAAuB,OAAvB;AAGA;;AAEG;;AACH,OAAO,MAAM,qBAAqB,GAAI,KAAD,IAA2C;AAC9E,sBACE,KAAA,CAAA,aAAA,CAAA,MAAA,EAAA;AAAM,IAAA,MAAM,EAAA,IAAZ;AAAa,IAAA,GAAG,EAAE,KAAK,CAAC;AAAxB,GAAA,EACG,KAAK,CAAC,YAAN,IAAsB,KAAK,CAAC,SAA5B,iBAAyC,QAAQ,CAAC,YAAT,CAAsB,KAAK,CAAC,QAA5B,EAAsC,KAAK,CAAC,SAA5C,CAD5C,CADF;AAKD,CANM","sourcesContent":["import * as ReactDOM from 'react-dom';\nimport * as React from 'react';\nimport type { PortalState } from './Portal.types';\n\n/**\n * Render the final JSX of Portal\n */\nexport const renderPortal_unstable = (state: PortalState): React.ReactElement => {\n return (\n <span hidden ref={state.virtualParentRootRef}>\n {state.shouldRender && state.mountNode && ReactDOM.createPortal(state.children, state.mountNode)}\n </span>\n );\n};\n"],"sourceRoot":"../src/"}
@@ -2,8 +2,8 @@ import type { PortalProps, PortalState } from './Portal.types';
2
2
  /**
3
3
  * Create the state required to render Portal.
4
4
  *
5
- * The returned state can be modified with hooks such as usePortalStyles, before being passed to renderPortal.
5
+ * The returned state can be modified with hooks such as usePortalStyles, before being passed to renderPortal_unstable.
6
6
  *
7
7
  * @param props - props from this instance of Portal
8
8
  */
9
- export declare const usePortal: (props: PortalProps) => PortalState;
9
+ export declare const usePortal_unstable: (props: PortalProps) => PortalState;
@@ -5,25 +5,31 @@ import { setVirtualParent } from '../../virtualParent/index';
5
5
  /**
6
6
  * Create the state required to render Portal.
7
7
  *
8
- * The returned state can be modified with hooks such as usePortalStyles, before being passed to renderPortal.
8
+ * The returned state can be modified with hooks such as usePortalStyles, before being passed to renderPortal_unstable.
9
9
  *
10
10
  * @param props - props from this instance of Portal
11
11
  */
12
- export var usePortal = function (props) {
13
- var children = props.children, mountNode = props.mountNode;
14
- var virtualParentRootRef = React.useRef(null);
15
- var fallbackMountNode = usePortalMountNode({ disabled: !!mountNode });
16
- var state = {
17
- children: children,
18
- mountNode: mountNode !== null && mountNode !== void 0 ? mountNode : fallbackMountNode,
19
- shouldRender: !useIsSSR(),
20
- virtualParentRootRef: virtualParentRootRef,
21
- };
22
- React.useEffect(function () {
23
- if (state.virtualParentRootRef.current && state.mountNode) {
24
- setVirtualParent(state.mountNode, state.virtualParentRootRef.current);
25
- }
26
- }, [state.virtualParentRootRef, state.mountNode]);
27
- return state;
12
+
13
+ export const usePortal_unstable = props => {
14
+ const {
15
+ children,
16
+ mountNode
17
+ } = props;
18
+ const virtualParentRootRef = React.useRef(null);
19
+ const fallbackMountNode = usePortalMountNode({
20
+ disabled: !!mountNode
21
+ });
22
+ const state = {
23
+ children,
24
+ mountNode: mountNode !== null && mountNode !== void 0 ? mountNode : fallbackMountNode,
25
+ shouldRender: !useIsSSR(),
26
+ virtualParentRootRef
27
+ };
28
+ React.useEffect(() => {
29
+ if (state.virtualParentRootRef.current && state.mountNode) {
30
+ setVirtualParent(state.mountNode, state.virtualParentRootRef.current);
31
+ }
32
+ }, [state.virtualParentRootRef, state.mountNode]);
33
+ return state;
28
34
  };
29
35
  //# sourceMappingURL=usePortal.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"usePortal.js","sourceRoot":"","sources":["../../../src/components/Portal/usePortal.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AACrD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAG7D;;;;;;GAMG;AACH,MAAM,CAAC,IAAM,SAAS,GAAG,UAAC,KAAkB;IAClC,IAAA,QAAQ,GAAgB,KAAK,SAArB,EAAE,SAAS,GAAK,KAAK,UAAV,CAAW;IAEtC,IAAM,oBAAoB,GAAG,KAAK,CAAC,MAAM,CAAkB,IAAI,CAAC,CAAC;IACjE,IAAM,iBAAiB,GAAG,kBAAkB,CAAC,EAAE,QAAQ,EAAE,CAAC,CAAC,SAAS,EAAE,CAAC,CAAC;IAExE,IAAM,KAAK,GAAgB;QACzB,QAAQ,UAAA;QACR,SAAS,EAAE,SAAS,aAAT,SAAS,cAAT,SAAS,GAAI,iBAAiB;QACzC,YAAY,EAAE,CAAC,QAAQ,EAAE;QACzB,oBAAoB,sBAAA;KACrB,CAAC;IAEF,KAAK,CAAC,SAAS,CAAC;QACd,IAAI,KAAK,CAAC,oBAAoB,CAAC,OAAO,IAAI,KAAK,CAAC,SAAS,EAAE;YACzD,gBAAgB,CAAC,KAAK,CAAC,SAAS,EAAE,KAAK,CAAC,oBAAoB,CAAC,OAAO,CAAC,CAAC;SACvE;IACH,CAAC,EAAE,CAAC,KAAK,CAAC,oBAAoB,EAAE,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC;IAElD,OAAO,KAAK,CAAC;AACf,CAAC,CAAC"}
1
+ {"version":3,"sources":["components/Portal/usePortal.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAZ,MAAuB,OAAvB;AACA,SAAS,QAAT,QAAyB,2BAAzB;AACA,SAAS,kBAAT,QAAmC,sBAAnC;AACA,SAAS,gBAAT,QAAiC,2BAAjC;AAGA;;;;;;AAMG;;AACH,OAAO,MAAM,kBAAkB,GAAI,KAAD,IAAoC;AACpE,QAAM;AAAE,IAAA,QAAF;AAAY,IAAA;AAAZ,MAA0B,KAAhC;AAEA,QAAM,oBAAoB,GAAG,KAAK,CAAC,MAAN,CAA8B,IAA9B,CAA7B;AACA,QAAM,iBAAiB,GAAG,kBAAkB,CAAC;AAAE,IAAA,QAAQ,EAAE,CAAC,CAAC;AAAd,GAAD,CAA5C;AAEA,QAAM,KAAK,GAAgB;AACzB,IAAA,QADyB;AAEzB,IAAA,SAAS,EAAE,SAAS,KAAA,IAAT,IAAA,SAAS,KAAA,KAAA,CAAT,GAAA,SAAA,GAAa,iBAFC;AAGzB,IAAA,YAAY,EAAE,CAAC,QAAQ,EAHE;AAIzB,IAAA;AAJyB,GAA3B;AAOA,EAAA,KAAK,CAAC,SAAN,CAAgB,MAAK;AACnB,QAAI,KAAK,CAAC,oBAAN,CAA2B,OAA3B,IAAsC,KAAK,CAAC,SAAhD,EAA2D;AACzD,MAAA,gBAAgB,CAAC,KAAK,CAAC,SAAP,EAAkB,KAAK,CAAC,oBAAN,CAA2B,OAA7C,CAAhB;AACD;AACF,GAJD,EAIG,CAAC,KAAK,CAAC,oBAAP,EAA6B,KAAK,CAAC,SAAnC,CAJH;AAMA,SAAO,KAAP;AACD,CApBM","sourcesContent":["import * as React from 'react';\nimport { useIsSSR } from '@fluentui/react-utilities';\nimport { usePortalMountNode } from './usePortalMountNode';\nimport { setVirtualParent } from '../../virtualParent/index';\nimport type { PortalProps, PortalState } from './Portal.types';\n\n/**\n * Create the state required to render Portal.\n *\n * The returned state can be modified with hooks such as usePortalStyles, before being passed to renderPortal_unstable.\n *\n * @param props - props from this instance of Portal\n */\nexport const usePortal_unstable = (props: PortalProps): PortalState => {\n const { children, mountNode } = props;\n\n const virtualParentRootRef = React.useRef<HTMLSpanElement>(null);\n const fallbackMountNode = usePortalMountNode({ disabled: !!mountNode });\n\n const state: PortalState = {\n children,\n mountNode: mountNode ?? fallbackMountNode,\n shouldRender: !useIsSSR(),\n virtualParentRootRef,\n };\n\n React.useEffect(() => {\n if (state.virtualParentRootRef.current && state.mountNode) {\n setVirtualParent(state.mountNode, state.virtualParentRootRef.current);\n }\n }, [state.virtualParentRootRef, state.mountNode]);\n\n return state;\n};\n"],"sourceRoot":"../src/"}