@fluentui/react-portal 9.4.38 → 9.4.40
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.
- package/CHANGELOG.md +28 -5
- package/lib/Portal.js +1 -1
- package/lib/Portal.js.map +1 -1
- package/lib/components/Portal/index.js +3 -4
- package/lib/components/Portal/index.js.map +1 -1
- package/lib-commonjs/Portal.js +18 -2
- package/lib-commonjs/Portal.js.map +1 -1
- package/lib-commonjs/components/Portal/index.js +20 -5
- package/lib-commonjs/components/Portal/index.js.map +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,20 +1,43 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-portal
|
|
2
2
|
|
|
3
|
-
This log was last generated on Mon,
|
|
3
|
+
This log was last generated on Mon, 16 Dec 2024 16:22:08 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.4.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.4.40)
|
|
8
|
+
|
|
9
|
+
Mon, 16 Dec 2024 16:22:08 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.4.39..@fluentui/react-portal_v9.4.40)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- Bump @fluentui/react-shared-contexts to v9.21.2 ([PR #33468](https://github.com/microsoft/fluentui/pull/33468) by beachball)
|
|
15
|
+
- Bump @fluentui/react-tabster to v9.23.2 ([PR #33468](https://github.com/microsoft/fluentui/pull/33468) by beachball)
|
|
16
|
+
- Bump @fluentui/react-utilities to v9.18.19 ([PR #33468](https://github.com/microsoft/fluentui/pull/33468) by beachball)
|
|
17
|
+
|
|
18
|
+
## [9.4.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.4.39)
|
|
19
|
+
|
|
20
|
+
Fri, 06 Dec 2024 12:53:41 GMT
|
|
21
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.4.38..@fluentui/react-portal_v9.4.39)
|
|
22
|
+
|
|
23
|
+
### Patches
|
|
24
|
+
|
|
25
|
+
- chore: remove usage of "export *" ([PR #33380](https://github.com/microsoft/fluentui/pull/33380) by olfedias@microsoft.com)
|
|
26
|
+
- Bump @fluentui/react-shared-contexts to v9.21.1 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
|
|
27
|
+
- Bump @fluentui/react-tabster to v9.23.1 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
|
|
28
|
+
- Bump @fluentui/react-utilities to v9.18.18 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
|
|
29
|
+
|
|
7
30
|
## [9.4.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.4.38)
|
|
8
31
|
|
|
9
|
-
Mon, 11 Nov 2024
|
|
32
|
+
Mon, 11 Nov 2024 10:00:50 GMT
|
|
10
33
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.4.37..@fluentui/react-portal_v9.4.38)
|
|
11
34
|
|
|
12
35
|
### Patches
|
|
13
36
|
|
|
14
37
|
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
15
|
-
- Bump @fluentui/react-shared-contexts to v9.21.0 ([PR #
|
|
16
|
-
- Bump @fluentui/react-tabster to v9.23.0 ([PR #
|
|
17
|
-
- Bump @fluentui/react-utilities to v9.18.17 ([PR #
|
|
38
|
+
- Bump @fluentui/react-shared-contexts to v9.21.0 ([PR #33238](https://github.com/microsoft/fluentui/pull/33238) by beachball)
|
|
39
|
+
- Bump @fluentui/react-tabster to v9.23.0 ([PR #33238](https://github.com/microsoft/fluentui/pull/33238) by beachball)
|
|
40
|
+
- Bump @fluentui/react-utilities to v9.18.17 ([PR #33238](https://github.com/microsoft/fluentui/pull/33238) by beachball)
|
|
18
41
|
|
|
19
42
|
## [9.4.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.4.37)
|
|
20
43
|
|
package/lib/Portal.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { Portal, renderPortal_unstable, usePortal_unstable } from './components/Portal/index';
|
package/lib/Portal.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/Portal.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/Portal.ts"],"sourcesContent":["export type { PortalProps, PortalState } from './components/Portal/index';\nexport { Portal, renderPortal_unstable, usePortal_unstable } from './components/Portal/index';\n"],"names":["Portal","renderPortal_unstable","usePortal_unstable"],"rangeMappings":"","mappings":"AACA,SAASA,MAAM,EAAEC,qBAAqB,EAAEC,kBAAkB,QAAQ,4BAA4B"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export * from './usePortal';
|
|
1
|
+
export { Portal } from './Portal';
|
|
2
|
+
export { renderPortal_unstable } from './renderPortal';
|
|
3
|
+
export { usePortal_unstable } from './usePortal';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/Portal/index.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/components/Portal/index.ts"],"sourcesContent":["export { Portal } from './Portal';\nexport type { PortalProps, PortalState } from './Portal.types';\nexport { renderPortal_unstable } from './renderPortal';\nexport { usePortal_unstable } from './usePortal';\n"],"names":["Portal","renderPortal_unstable","usePortal_unstable"],"rangeMappings":";;","mappings":"AAAA,SAASA,MAAM,QAAQ,WAAW;AAElC,SAASC,qBAAqB,QAAQ,iBAAiB;AACvD,SAASC,kBAAkB,QAAQ,cAAc"}
|
package/lib-commonjs/Portal.js
CHANGED
|
@@ -2,5 +2,21 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
|
3
3
|
value: true
|
|
4
4
|
});
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
function _export(target, all) {
|
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: all[name]
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
_export(exports, {
|
|
12
|
+
Portal: function() {
|
|
13
|
+
return _index.Portal;
|
|
14
|
+
},
|
|
15
|
+
renderPortal_unstable: function() {
|
|
16
|
+
return _index.renderPortal_unstable;
|
|
17
|
+
},
|
|
18
|
+
usePortal_unstable: function() {
|
|
19
|
+
return _index.usePortal_unstable;
|
|
20
|
+
}
|
|
21
|
+
});
|
|
22
|
+
const _index = require("./components/Portal/index");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/Portal.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/Portal.ts"],"sourcesContent":["export type { PortalProps, PortalState } from './components/Portal/index';\nexport { Portal, renderPortal_unstable, usePortal_unstable } from './components/Portal/index';\n"],"names":["Portal","renderPortal_unstable","usePortal_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IACSA,MAAM;eAANA,aAAM;;IAAEC,qBAAqB;eAArBA,4BAAqB;;IAAEC,kBAAkB;eAAlBA,yBAAkB;;;uBAAQ"}
|
|
@@ -2,8 +2,23 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
|
3
3
|
value: true
|
|
4
4
|
});
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
5
|
+
function _export(target, all) {
|
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: all[name]
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
_export(exports, {
|
|
12
|
+
Portal: function() {
|
|
13
|
+
return _Portal.Portal;
|
|
14
|
+
},
|
|
15
|
+
renderPortal_unstable: function() {
|
|
16
|
+
return _renderPortal.renderPortal_unstable;
|
|
17
|
+
},
|
|
18
|
+
usePortal_unstable: function() {
|
|
19
|
+
return _usePortal.usePortal_unstable;
|
|
20
|
+
}
|
|
21
|
+
});
|
|
22
|
+
const _Portal = require("./Portal");
|
|
23
|
+
const _renderPortal = require("./renderPortal");
|
|
24
|
+
const _usePortal = require("./usePortal");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/Portal/index.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/components/Portal/index.ts"],"sourcesContent":["export { Portal } from './Portal';\nexport type { PortalProps, PortalState } from './Portal.types';\nexport { renderPortal_unstable } from './renderPortal';\nexport { usePortal_unstable } from './usePortal';\n"],"names":["Portal","renderPortal_unstable","usePortal_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,MAAM;eAANA,cAAM;;IAENC,qBAAqB;eAArBA,mCAAqB;;IACrBC,kBAAkB;eAAlBA,6BAAkB;;;wBAHJ;8BAEe;2BACH"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-portal",
|
|
3
|
-
"version": "9.4.
|
|
3
|
+
"version": "9.4.40",
|
|
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",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"@fluentui/scripts-api-extractor": "*"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@fluentui/react-shared-contexts": "^9.21.
|
|
22
|
-
"@fluentui/react-tabster": "^9.23.
|
|
23
|
-
"@fluentui/react-utilities": "^9.18.
|
|
21
|
+
"@fluentui/react-shared-contexts": "^9.21.2",
|
|
22
|
+
"@fluentui/react-tabster": "^9.23.2",
|
|
23
|
+
"@fluentui/react-utilities": "^9.18.19",
|
|
24
24
|
"@griffel/react": "^1.5.22",
|
|
25
25
|
"@swc/helpers": "^0.5.1",
|
|
26
26
|
"use-disposable": "^1.0.1"
|