@fluentui/react-portal-compat 9.2.42 → 9.74.3-experimental.esm.20260709-49ee7a20cf.0
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 +14 -2
- package/dist/index.d.cts +7 -0
- package/lib/PortalCompatProvider.js +4 -4
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib-amd/index.js +1 -1
- package/lib-commonjs/{index.js → index.cjs} +1 -1
- package/package.json +17 -16
- /package/lib-commonjs/{PortalCompatProvider.js → PortalCompatProvider.cjs} +0 -0
- /package/lib-commonjs/{PortalCompatProvider.js.map → PortalCompatProvider.cjs.map} +0 -0
- /package/lib-commonjs/{index.js.map → index.cjs.map} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,24 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-portal-compat
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 09 Jul 2026 17:34:13 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.74.3-experimental.esm.20260709-49ee7a20cf.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.74.3-experimental.esm.20260709-49ee7a20cf.0)
|
|
8
|
+
|
|
9
|
+
Thu, 09 Jul 2026 17:34:13 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat_v9.2.42..@fluentui/react-portal-compat_v9.74.3-experimental.esm.20260709-49ee7a20cf.0)
|
|
11
|
+
|
|
12
|
+
### Changes
|
|
13
|
+
|
|
14
|
+
- Release 9.74.3-experimental.esm.20260709-49ee7a20cf ([commit](https://github.com/microsoft/fluentui/commit/not available) by fluentui-internal@service.microsoft.com)
|
|
15
|
+
- Bump @fluentui/react-portal-compat-context to v9.74.3-experimental.esm.20260709-49ee7a20cf.0 ([commit](https://github.com/microsoft/fluentui/commit/175a26e0c520dd90a54578d1185a3b0b6c446e15) by beachball)
|
|
16
|
+
- Bump @fluentui/react-tabster to v9.74.3-experimental.esm.20260709-49ee7a20cf.0 ([commit](https://github.com/microsoft/fluentui/commit/175a26e0c520dd90a54578d1185a3b0b6c446e15) by beachball)
|
|
17
|
+
- Bump @fluentui/react-components to v9.74.3-experimental.esm.20260709-49ee7a20cf.0 ([commit](https://github.com/microsoft/fluentui/commit/175a26e0c520dd90a54578d1185a3b0b6c446e15) by beachball)
|
|
18
|
+
|
|
7
19
|
## [9.2.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.2.42)
|
|
8
20
|
|
|
9
|
-
Mon, 29 Jun 2026 15:
|
|
21
|
+
Mon, 29 Jun 2026 15:15:07 GMT
|
|
10
22
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat_v9.2.41..@fluentui/react-portal-compat_v9.2.42)
|
|
11
23
|
|
|
12
24
|
### Patches
|
package/dist/index.d.cts
ADDED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import * as React from
|
|
3
|
-
import { fluentProviderClassNames, useThemeClassName } from
|
|
4
|
-
import { PortalCompatContextProvider } from
|
|
5
|
-
import { applyFocusVisiblePolyfill } from
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
import { fluentProviderClassNames, useThemeClassName } from "@fluentui/react-components";
|
|
4
|
+
import { PortalCompatContextProvider } from "@fluentui/react-portal-compat-context";
|
|
5
|
+
import { applyFocusVisiblePolyfill } from "@fluentui/react-tabster";
|
|
6
6
|
const CLASS_NAME_REGEX = new RegExp(`([^\\s]*${fluentProviderClassNames.root}\\w+)`, 'g');
|
|
7
7
|
export function useProviderThemeClasses() {
|
|
8
8
|
const themeClassName = useThemeClassName();
|
package/lib/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { PortalCompatProvider } from
|
|
1
|
+
export { PortalCompatProvider } from "./PortalCompatProvider.js";
|
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["export { PortalCompatProvider } from './PortalCompatProvider';\n"],"names":["PortalCompatProvider"],"mappings":"AAAA,SAASA,oBAAoB,QAAQ,
|
|
1
|
+
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["export { PortalCompatProvider } from './PortalCompatProvider';\n"],"names":["PortalCompatProvider"],"mappings":"AAAA,SAASA,oBAAoB,QAAQ,4BAAyB"}
|
package/lib-amd/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-portal-compat",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.74.3-experimental.esm.20260709-49ee7a20cf.0",
|
|
4
4
|
"description": "A package that contains compatibility layer for React Portals",
|
|
5
|
-
"main": "lib-commonjs/index.
|
|
5
|
+
"main": "lib-commonjs/index.cjs",
|
|
6
6
|
"module": "lib/index.js",
|
|
7
7
|
"typings": "./dist/index.d.ts",
|
|
8
8
|
"sideEffects": false,
|
|
@@ -12,35 +12,36 @@
|
|
|
12
12
|
},
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@fluentui/react-portal-compat-context": "
|
|
16
|
-
"@fluentui/react-tabster": "
|
|
15
|
+
"@fluentui/react-portal-compat-context": "9.74.3-experimental.esm.20260709-49ee7a20cf.0",
|
|
16
|
+
"@fluentui/react-tabster": "9.74.3-experimental.esm.20260709-49ee7a20cf.0",
|
|
17
17
|
"@swc/helpers": "^0.5.1"
|
|
18
18
|
},
|
|
19
19
|
"peerDependencies": {
|
|
20
|
-
"@fluentui/react-components": "^9.74.3",
|
|
20
|
+
"@fluentui/react-components": "^9.74.3-experimental.esm.20260709-49ee7a20cf.0",
|
|
21
21
|
"@types/react": ">=16.14.0 <20.0.0",
|
|
22
22
|
"react": ">=16.14.0 <20.0.0"
|
|
23
23
|
},
|
|
24
|
-
"beachball": {
|
|
25
|
-
"disallowedChangeTypes": [
|
|
26
|
-
"major",
|
|
27
|
-
"prerelease"
|
|
28
|
-
]
|
|
29
|
-
},
|
|
24
|
+
"beachball": {},
|
|
30
25
|
"exports": {
|
|
31
26
|
".": {
|
|
32
|
-
"
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
27
|
+
"import": {
|
|
28
|
+
"types": "./dist/index.d.ts",
|
|
29
|
+
"default": "./lib/index.js"
|
|
30
|
+
},
|
|
31
|
+
"require": {
|
|
32
|
+
"types": "./dist/index.d.cts",
|
|
33
|
+
"default": "./lib-commonjs/index.cjs"
|
|
34
|
+
}
|
|
36
35
|
},
|
|
37
36
|
"./package.json": "./package.json"
|
|
38
37
|
},
|
|
39
38
|
"files": [
|
|
40
39
|
"*.md",
|
|
41
40
|
"dist/*.d.ts",
|
|
41
|
+
"dist/*.d.cts",
|
|
42
42
|
"lib",
|
|
43
43
|
"lib-amd",
|
|
44
44
|
"lib-commonjs"
|
|
45
|
-
]
|
|
45
|
+
],
|
|
46
|
+
"type": "module"
|
|
46
47
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|