@fluentui/react-portal 9.4.16 → 9.4.17
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +13 -2
- package/lib-commonjs/index.js +8 -8
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,23 @@
|
|
1
1
|
# Change Log - @fluentui/react-portal
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Fri, 15 Mar 2024 21:37:57 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.4.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.4.17)
|
8
|
+
|
9
|
+
Fri, 15 Mar 2024 21:37:57 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.4.16..@fluentui/react-portal_v9.4.17)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- Bump @fluentui/react-shared-contexts to v9.15.1 ([PR #30740](https://github.com/microsoft/fluentui/pull/30740) by beachball)
|
15
|
+
- Bump @fluentui/react-tabster to v9.19.4 ([PR #30740](https://github.com/microsoft/fluentui/pull/30740) by beachball)
|
16
|
+
- Bump @fluentui/react-utilities to v9.18.4 ([PR #30740](https://github.com/microsoft/fluentui/pull/30740) by beachball)
|
17
|
+
|
7
18
|
## [9.4.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.4.16)
|
8
19
|
|
9
|
-
Thu, 07 Mar 2024 19:27
|
20
|
+
Thu, 07 Mar 2024 19:33:27 GMT
|
10
21
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.4.15..@fluentui/react-portal_v9.4.16)
|
11
22
|
|
12
23
|
### Patches
|
package/lib-commonjs/index.js
CHANGED
@@ -9,23 +9,23 @@ function _export(target, all) {
|
|
9
9
|
});
|
10
10
|
}
|
11
11
|
_export(exports, {
|
12
|
-
elementContains: function() {
|
13
|
-
return _reactutilities.elementContains;
|
14
|
-
},
|
15
|
-
setVirtualParent: function() {
|
16
|
-
return _reactutilities.setVirtualParent;
|
17
|
-
},
|
18
12
|
Portal: function() {
|
19
13
|
return _index.Portal;
|
20
14
|
},
|
15
|
+
elementContains: function() {
|
16
|
+
return _reactutilities.elementContains;
|
17
|
+
},
|
21
18
|
renderPortal_unstable: function() {
|
22
19
|
return _index.renderPortal_unstable;
|
23
20
|
},
|
24
|
-
|
25
|
-
return
|
21
|
+
setVirtualParent: function() {
|
22
|
+
return _reactutilities.setVirtualParent;
|
26
23
|
},
|
27
24
|
toMountNodeProps: function() {
|
28
25
|
return _toMountNodeProps.toMountNodeProps;
|
26
|
+
},
|
27
|
+
usePortal_unstable: function() {
|
28
|
+
return _index.usePortal_unstable;
|
29
29
|
}
|
30
30
|
});
|
31
31
|
const _reactutilities = require("@fluentui/react-utilities");
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["index.js"],"sourcesContent":["export { elementContains, setVirtualParent } from '@fluentui/react-utilities';\nexport { Portal, renderPortal_unstable, usePortal_unstable } from './components/Portal/index';\nexport { toMountNodeProps } from './utils/toMountNodeProps';\n"],"names":["
|
1
|
+
{"version":3,"sources":["index.js"],"sourcesContent":["export { elementContains, setVirtualParent } from '@fluentui/react-utilities';\nexport { Portal, renderPortal_unstable, usePortal_unstable } from './components/Portal/index';\nexport { toMountNodeProps } from './utils/toMountNodeProps';\n"],"names":["Portal","elementContains","renderPortal_unstable","setVirtualParent","toMountNodeProps","usePortal_unstable"],"mappings":";;;;;;;;;;;IACSA,MAAM;eAANA,aAAM;;IADNC,eAAe;eAAfA,+BAAe;;IACPC,qBAAqB;eAArBA,4BAAqB;;IADZC,gBAAgB;eAAhBA,gCAAgB;;IAEjCC,gBAAgB;eAAhBA,kCAAgB;;IADeC,kBAAkB;eAAlBA,yBAAkB;;;gCADR;uBACgB;kCACjC"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-portal",
|
3
|
-
"version": "9.4.
|
3
|
+
"version": "9.4.17",
|
4
4
|
"description": "A utility component that creates portals compatible with Fluent UI",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -32,9 +32,9 @@
|
|
32
32
|
"@fluentui/scripts-tasks": "*"
|
33
33
|
},
|
34
34
|
"dependencies": {
|
35
|
-
"@fluentui/react-shared-contexts": "^9.15.
|
36
|
-
"@fluentui/react-tabster": "^9.19.
|
37
|
-
"@fluentui/react-utilities": "^9.18.
|
35
|
+
"@fluentui/react-shared-contexts": "^9.15.1",
|
36
|
+
"@fluentui/react-tabster": "^9.19.4",
|
37
|
+
"@fluentui/react-utilities": "^9.18.4",
|
38
38
|
"@griffel/react": "^1.5.14",
|
39
39
|
"@swc/helpers": "^0.5.1",
|
40
40
|
"use-disposable": "^1.0.1"
|