@fluentui/react-popover 0.0.0-nightly96d9c9354420220210.1 → 0.0.0-nightly9fe22334a320220214.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. package/CHANGELOG.json +103 -52
  2. package/CHANGELOG.md +34 -19
  3. package/package.json +8 -8
package/CHANGELOG.json CHANGED
@@ -2,59 +2,68 @@
2
2
  "name": "@fluentui/react-popover",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 10 Feb 2022 04:16:34 GMT",
6
- "tag": "@fluentui/react-popover_v0.0.0-nightly96d9c9354420220210.1",
7
- "version": "0.0.0-nightly96d9c9354420220210.1",
5
+ "date": "Mon, 14 Feb 2022 04:12:21 GMT",
6
+ "tag": "@fluentui/react-popover_v0.0.0-nightly9fe22334a320220214.1",
7
+ "version": "0.0.0-nightly9fe22334a320220214.1",
8
8
  "comments": {
9
9
  "prerelease": [
10
10
  {
11
11
  "author": "email not defined",
12
12
  "package": "@fluentui/react-popover",
13
- "commit": "df0f6db42df4395871de937d79a23fc5c3d82831",
13
+ "commit": "0b107203efdbb60dc036afb84183c50442a080bb",
14
14
  "comment": "Release nightly v9"
15
15
  },
16
16
  {
17
- "author": "Humberto.Morimoto@microsoft.com",
17
+ "author": "beachball",
18
18
  "package": "@fluentui/react-popover",
19
- "commit": "38e8f42252c69b1c749c3ca7fca9315b49e6cf31",
20
- "comment": "Replacing use of functions in makeStyles with direct use of tokens"
19
+ "comment": "Bump @fluentui/react-context-selector to v0.0.0-nightly9fe22334a320220214.1",
20
+ "commit": "0b107203efdbb60dc036afb84183c50442a080bb"
21
21
  },
22
22
  {
23
- "author": "behowell@microsoft.com",
23
+ "author": "beachball",
24
24
  "package": "@fluentui/react-popover",
25
- "commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
26
- "comment": "Remove component's shorthandProps array"
25
+ "comment": "Bump @fluentui/react-portal to v0.0.0-nightly9fe22334a320220214.1",
26
+ "commit": "0b107203efdbb60dc036afb84183c50442a080bb"
27
27
  },
28
28
  {
29
- "author": "behowell@microsoft.com",
29
+ "author": "beachball",
30
30
  "package": "@fluentui/react-popover",
31
- "commit": "09804275c7f346db54c33d4ff347bffc33676014",
32
- "comment": "Fix Popover arrow border in high contrast"
31
+ "comment": "Bump @fluentui/react-positioning to v0.0.0-nightly9fe22334a320220214.1",
32
+ "commit": "0b107203efdbb60dc036afb84183c50442a080bb"
33
33
  },
34
34
  {
35
- "author": "behowell@microsoft.com",
35
+ "author": "beachball",
36
36
  "package": "@fluentui/react-popover",
37
- "commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
38
- "comment": "Refactor component Slot typings"
37
+ "comment": "Bump @fluentui/react-shared-contexts to v0.0.0-nightly9fe22334a320220214.1",
38
+ "commit": "0b107203efdbb60dc036afb84183c50442a080bb"
39
39
  },
40
40
  {
41
- "author": "lingfangao@hotmail.com",
41
+ "author": "beachball",
42
42
  "package": "@fluentui/react-popover",
43
- "commit": "c2706cec4dc694762b1892a505db666d2fb324c1",
44
- "comment": "fix: Set `aria-modal` on Popover if focus trap is enabled"
43
+ "comment": "Bump @fluentui/react-tabster to v0.0.0-nightly9fe22334a320220214.1",
44
+ "commit": "0b107203efdbb60dc036afb84183c50442a080bb"
45
45
  },
46
46
  {
47
- "author": "mgodbolt@microsoft.com",
47
+ "author": "beachball",
48
48
  "package": "@fluentui/react-popover",
49
- "commit": "839ec14849e112b85aa321d034739ec421199141",
50
- "comment": "remove export of commons types"
49
+ "comment": "Bump @fluentui/react-utilities to v0.0.0-nightly9fe22334a320220214.1",
50
+ "commit": "0b107203efdbb60dc036afb84183c50442a080bb"
51
51
  },
52
52
  {
53
- "author": "lingfangao@hotmail.com",
53
+ "author": "beachball",
54
54
  "package": "@fluentui/react-popover",
55
- "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
56
- "comment": "Bump Fluent UI packages to 9.0.0-rc"
57
- },
55
+ "comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightly9fe22334a320220214.1",
56
+ "commit": "0b107203efdbb60dc036afb84183c50442a080bb"
57
+ }
58
+ ]
59
+ }
60
+ },
61
+ {
62
+ "date": "Thu, 10 Feb 2022 08:50:36 GMT",
63
+ "tag": "@fluentui/react-popover_v9.0.0-rc.1",
64
+ "version": "9.0.0-rc.1",
65
+ "comments": {
66
+ "prerelease": [
58
67
  {
59
68
  "author": "Humberto.Morimoto@microsoft.com",
60
69
  "package": "@fluentui/react-popover",
@@ -98,61 +107,91 @@
98
107
  "comment": "Updating based on changes to composition types."
99
108
  },
100
109
  {
101
- "author": "beachball",
110
+ "author": "Humberto.Morimoto@microsoft.com",
102
111
  "package": "@fluentui/react-popover",
103
- "comment": "Bump @fluentui/react-context-selector to v0.0.0-nightly96d9c9354420220210.1",
104
- "commit": "df0f6db42df4395871de937d79a23fc5c3d82831"
112
+ "commit": "38e8f42252c69b1c749c3ca7fca9315b49e6cf31",
113
+ "comment": "Replacing use of functions in makeStyles with direct use of tokens"
105
114
  },
106
115
  {
107
- "author": "beachball",
116
+ "author": "behowell@microsoft.com",
108
117
  "package": "@fluentui/react-popover",
109
- "comment": "Bump @fluentui/react-portal to v0.0.0-nightly96d9c9354420220210.1",
110
- "commit": "df0f6db42df4395871de937d79a23fc5c3d82831"
118
+ "commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
119
+ "comment": "Remove component's shorthandProps array"
111
120
  },
112
121
  {
113
- "author": "beachball",
122
+ "author": "behowell@microsoft.com",
123
+ "package": "@fluentui/react-popover",
124
+ "commit": "09804275c7f346db54c33d4ff347bffc33676014",
125
+ "comment": "Fix Popover arrow border in high contrast"
126
+ },
127
+ {
128
+ "author": "behowell@microsoft.com",
129
+ "package": "@fluentui/react-popover",
130
+ "commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
131
+ "comment": "Refactor component Slot typings"
132
+ },
133
+ {
134
+ "author": "lingfangao@hotmail.com",
135
+ "package": "@fluentui/react-popover",
136
+ "commit": "c2706cec4dc694762b1892a505db666d2fb324c1",
137
+ "comment": "fix: Set `aria-modal` on Popover if focus trap is enabled"
138
+ },
139
+ {
140
+ "author": "mgodbolt@microsoft.com",
114
141
  "package": "@fluentui/react-popover",
115
- "comment": "Bump @fluentui/react-positioning to v0.0.0-nightly96d9c9354420220210.1",
116
- "commit": "df0f6db42df4395871de937d79a23fc5c3d82831"
142
+ "commit": "839ec14849e112b85aa321d034739ec421199141",
143
+ "comment": "remove export of commons types"
144
+ },
145
+ {
146
+ "author": "lingfangao@hotmail.com",
147
+ "package": "@fluentui/react-popover",
148
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
149
+ "comment": "Bump Fluent UI packages to 9.0.0-rc"
117
150
  },
118
151
  {
119
152
  "author": "beachball",
120
153
  "package": "@fluentui/react-popover",
121
- "comment": "Bump @fluentui/react-shared-contexts to v0.0.0-nightly96d9c9354420220210.1",
122
- "commit": "df0f6db42df4395871de937d79a23fc5c3d82831"
154
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-rc.1",
155
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
123
156
  },
124
157
  {
125
158
  "author": "beachball",
126
159
  "package": "@fluentui/react-popover",
127
- "comment": "Bump @fluentui/react-tabster to v0.0.0-nightly96d9c9354420220210.1",
128
- "commit": "df0f6db42df4395871de937d79a23fc5c3d82831"
160
+ "comment": "Bump @fluentui/react-portal to v9.0.0-rc.1",
161
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
129
162
  },
130
163
  {
131
164
  "author": "beachball",
132
165
  "package": "@fluentui/react-popover",
133
- "comment": "Bump @fluentui/react-utilities to v0.0.0-nightly96d9c9354420220210.1",
134
- "commit": "df0f6db42df4395871de937d79a23fc5c3d82831"
166
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-rc.1",
167
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
135
168
  },
136
169
  {
137
170
  "author": "beachball",
138
171
  "package": "@fluentui/react-popover",
139
- "comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightly96d9c9354420220210.1",
140
- "commit": "df0f6db42df4395871de937d79a23fc5c3d82831"
141
- }
142
- ],
143
- "none": [
172
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.1",
173
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
174
+ },
144
175
  {
145
- "author": "martinhochel@microsoft.com",
176
+ "author": "beachball",
146
177
  "package": "@fluentui/react-popover",
147
- "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
148
- "comment": "chore: use storybook runner for all vNext packages"
178
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.1",
179
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
149
180
  },
150
181
  {
151
- "author": "elcraig@microsoft.com",
182
+ "author": "beachball",
152
183
  "package": "@fluentui/react-popover",
153
- "commit": "3360b45ec159250b1346c91afad7dce138e6bc20",
154
- "comment": "Update API file to version generated by typescript 4.3"
184
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.1",
185
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
155
186
  },
187
+ {
188
+ "author": "beachball",
189
+ "package": "@fluentui/react-popover",
190
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1",
191
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
192
+ }
193
+ ],
194
+ "none": [
156
195
  {
157
196
  "author": "email not defined",
158
197
  "package": "@fluentui/react-popover",
@@ -164,6 +203,18 @@
164
203
  "package": "@fluentui/react-popover",
165
204
  "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
166
205
  "comment": "remove inline-style-expand-shorthand from tsconfigs"
206
+ },
207
+ {
208
+ "author": "martinhochel@microsoft.com",
209
+ "package": "@fluentui/react-popover",
210
+ "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
211
+ "comment": "chore: use storybook runner for all vNext packages"
212
+ },
213
+ {
214
+ "author": "elcraig@microsoft.com",
215
+ "package": "@fluentui/react-popover",
216
+ "commit": "3360b45ec159250b1346c91afad7dce138e6bc20",
217
+ "comment": "Update API file to version generated by typescript 4.3"
167
218
  }
168
219
  ]
169
220
  }
package/CHANGELOG.md CHANGED
@@ -1,24 +1,32 @@
1
1
  # Change Log - @fluentui/react-popover
2
2
 
3
- This log was last generated on Thu, 10 Feb 2022 04:16:34 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 14 Feb 2022 04:12:21 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [0.0.0-nightly96d9c9354420220210.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v0.0.0-nightly96d9c9354420220210.1)
7
+ ## [0.0.0-nightly9fe22334a320220214.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v0.0.0-nightly9fe22334a320220214.1)
8
8
 
9
- Thu, 10 Feb 2022 04:16:34 GMT
10
- [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-beta.5..@fluentui/react-popover_v0.0.0-nightly96d9c9354420220210.1)
9
+ Mon, 14 Feb 2022 04:12:21 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.1..@fluentui/react-popover_v0.0.0-nightly9fe22334a320220214.1)
11
+
12
+ ### Changes
13
+
14
+ - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/0b107203efdbb60dc036afb84183c50442a080bb) by email not defined)
15
+ - Bump @fluentui/react-context-selector to v0.0.0-nightly9fe22334a320220214.1 ([commit](https://github.com/microsoft/fluentui/commit/0b107203efdbb60dc036afb84183c50442a080bb) by beachball)
16
+ - Bump @fluentui/react-portal to v0.0.0-nightly9fe22334a320220214.1 ([commit](https://github.com/microsoft/fluentui/commit/0b107203efdbb60dc036afb84183c50442a080bb) by beachball)
17
+ - Bump @fluentui/react-positioning to v0.0.0-nightly9fe22334a320220214.1 ([commit](https://github.com/microsoft/fluentui/commit/0b107203efdbb60dc036afb84183c50442a080bb) by beachball)
18
+ - Bump @fluentui/react-shared-contexts to v0.0.0-nightly9fe22334a320220214.1 ([commit](https://github.com/microsoft/fluentui/commit/0b107203efdbb60dc036afb84183c50442a080bb) by beachball)
19
+ - Bump @fluentui/react-tabster to v0.0.0-nightly9fe22334a320220214.1 ([commit](https://github.com/microsoft/fluentui/commit/0b107203efdbb60dc036afb84183c50442a080bb) by beachball)
20
+ - Bump @fluentui/react-utilities to v0.0.0-nightly9fe22334a320220214.1 ([commit](https://github.com/microsoft/fluentui/commit/0b107203efdbb60dc036afb84183c50442a080bb) by beachball)
21
+ - Bump @fluentui/react-conformance-griffel to v0.0.0-nightly9fe22334a320220214.1 ([commit](https://github.com/microsoft/fluentui/commit/0b107203efdbb60dc036afb84183c50442a080bb) by beachball)
22
+
23
+ ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.1)
24
+
25
+ Thu, 10 Feb 2022 08:50:36 GMT
26
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-beta.5..@fluentui/react-popover_v9.0.0-rc.1)
11
27
 
12
28
  ### Changes
13
29
 
14
- - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/df0f6db42df4395871de937d79a23fc5c3d82831) by email not defined)
15
- - Replacing use of functions in makeStyles with direct use of tokens ([PR #21049](https://github.com/microsoft/fluentui/pull/21049) by Humberto.Morimoto@microsoft.com)
16
- - Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
17
- - Fix Popover arrow border in high contrast ([PR #21086](https://github.com/microsoft/fluentui/pull/21086) by behowell@microsoft.com)
18
- - Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
19
- - fix: Set `aria-modal` on Popover if focus trap is enabled ([PR #21387](https://github.com/microsoft/fluentui/pull/21387) by lingfangao@hotmail.com)
20
- - remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
21
- - Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
22
30
  - Updating based on removal of functions from makeStyles. ([PR #21239](https://github.com/microsoft/fluentui/pull/21239) by Humberto.Morimoto@microsoft.com)
23
31
  - use Griffel packages ([PR #21392](https://github.com/microsoft/fluentui/pull/21392) by olfedias@microsoft.com)
24
32
  - standardize trigger implementation & cloning ([PR #21609](https://github.com/microsoft/fluentui/pull/21609) by olfedias@microsoft.com)
@@ -26,13 +34,20 @@ Thu, 10 Feb 2022 04:16:34 GMT
26
34
  - fix: Use role=complementary for Popovers without focus traps ([PR #21416](https://github.com/microsoft/fluentui/pull/21416) by lingfangao@hotmail.com)
27
35
  - 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)
28
36
  - Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
29
- - Bump @fluentui/react-context-selector to v0.0.0-nightly96d9c9354420220210.1 ([commit](https://github.com/microsoft/fluentui/commit/df0f6db42df4395871de937d79a23fc5c3d82831) by beachball)
30
- - Bump @fluentui/react-portal to v0.0.0-nightly96d9c9354420220210.1 ([commit](https://github.com/microsoft/fluentui/commit/df0f6db42df4395871de937d79a23fc5c3d82831) by beachball)
31
- - Bump @fluentui/react-positioning to v0.0.0-nightly96d9c9354420220210.1 ([commit](https://github.com/microsoft/fluentui/commit/df0f6db42df4395871de937d79a23fc5c3d82831) by beachball)
32
- - Bump @fluentui/react-shared-contexts to v0.0.0-nightly96d9c9354420220210.1 ([commit](https://github.com/microsoft/fluentui/commit/df0f6db42df4395871de937d79a23fc5c3d82831) by beachball)
33
- - Bump @fluentui/react-tabster to v0.0.0-nightly96d9c9354420220210.1 ([commit](https://github.com/microsoft/fluentui/commit/df0f6db42df4395871de937d79a23fc5c3d82831) by beachball)
34
- - Bump @fluentui/react-utilities to v0.0.0-nightly96d9c9354420220210.1 ([commit](https://github.com/microsoft/fluentui/commit/df0f6db42df4395871de937d79a23fc5c3d82831) by beachball)
35
- - Bump @fluentui/react-conformance-griffel to v0.0.0-nightly96d9c9354420220210.1 ([commit](https://github.com/microsoft/fluentui/commit/df0f6db42df4395871de937d79a23fc5c3d82831) by beachball)
37
+ - Replacing use of functions in makeStyles with direct use of tokens ([PR #21049](https://github.com/microsoft/fluentui/pull/21049) by Humberto.Morimoto@microsoft.com)
38
+ - Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
39
+ - Fix Popover arrow border in high contrast ([PR #21086](https://github.com/microsoft/fluentui/pull/21086) by behowell@microsoft.com)
40
+ - Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
41
+ - fix: Set `aria-modal` on Popover if focus trap is enabled ([PR #21387](https://github.com/microsoft/fluentui/pull/21387) by lingfangao@hotmail.com)
42
+ - remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
43
+ - Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
44
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
45
+ - Bump @fluentui/react-portal to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
46
+ - Bump @fluentui/react-positioning to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
47
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
48
+ - Bump @fluentui/react-tabster to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
49
+ - Bump @fluentui/react-utilities to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
50
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
36
51
 
37
52
  ## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-beta.5)
38
53
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-popover",
3
- "version": "0.0.0-nightly96d9c9354420220210.1",
3
+ "version": "0.0.0-nightly9fe22334a320220214.1",
4
4
  "description": "Popover component for Fluent UI",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -29,7 +29,7 @@
29
29
  "devDependencies": {
30
30
  "@fluentui/eslint-plugin": "*",
31
31
  "@fluentui/react-conformance": "*",
32
- "@fluentui/react-conformance-griffel": "0.0.0-nightly96d9c9354420220210.1",
32
+ "@fluentui/react-conformance-griffel": "0.0.0-nightly9fe22334a320220214.1",
33
33
  "@fluentui/scripts": "^1.0.0",
34
34
  "@types/enzyme": "3.10.3",
35
35
  "@types/enzyme-adapter-react-16": "1.0.3",
@@ -43,13 +43,13 @@
43
43
  "react-test-renderer": "^16.3.0"
44
44
  },
45
45
  "dependencies": {
46
- "@fluentui/react-context-selector": "0.0.0-nightly96d9c9354420220210.1",
46
+ "@fluentui/react-context-selector": "0.0.0-nightly9fe22334a320220214.1",
47
47
  "@griffel/react": "1.0.0",
48
- "@fluentui/react-portal": "0.0.0-nightly96d9c9354420220210.1",
49
- "@fluentui/react-positioning": "0.0.0-nightly96d9c9354420220210.1",
50
- "@fluentui/react-shared-contexts": "0.0.0-nightly96d9c9354420220210.1",
51
- "@fluentui/react-tabster": "0.0.0-nightly96d9c9354420220210.1",
52
- "@fluentui/react-utilities": "0.0.0-nightly96d9c9354420220210.1",
48
+ "@fluentui/react-portal": "0.0.0-nightly9fe22334a320220214.1",
49
+ "@fluentui/react-positioning": "0.0.0-nightly9fe22334a320220214.1",
50
+ "@fluentui/react-shared-contexts": "0.0.0-nightly9fe22334a320220214.1",
51
+ "@fluentui/react-tabster": "0.0.0-nightly9fe22334a320220214.1",
52
+ "@fluentui/react-utilities": "0.0.0-nightly9fe22334a320220214.1",
53
53
  "tslib": "^2.1.0"
54
54
  },
55
55
  "peerDependencies": {