@fluentui/react-portal 0.0.0-nightly-20230613-0415.1 → 0.0.0-nightly-20230615-0416.1
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.json +9 -9
- package/CHANGELOG.md +7 -7
- package/lib/components/Portal/usePortalMountNodeStyles.styles.js +5 -2
- package/lib/components/Portal/usePortalMountNodeStyles.styles.js.map +1 -1
- package/lib-commonjs/components/Portal/usePortalMountNodeStyles.styles.js +14 -2
- package/lib-commonjs/components/Portal/usePortalMountNodeStyles.styles.js.map +1 -1
- package/package.json +4 -4
package/CHANGELOG.json
CHANGED
@@ -2,9 +2,9 @@
|
|
2
2
|
"name": "@fluentui/react-portal",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
6
|
-
"tag": "@fluentui/react-portal_v0.0.0-nightly-
|
7
|
-
"version": "0.0.0-nightly-
|
5
|
+
"date": "Thu, 15 Jun 2023 04:21:19 GMT",
|
6
|
+
"tag": "@fluentui/react-portal_v0.0.0-nightly-20230615-0416.1",
|
7
|
+
"version": "0.0.0-nightly-20230615-0416.1",
|
8
8
|
"comments": {
|
9
9
|
"prerelease": [
|
10
10
|
{
|
@@ -16,20 +16,20 @@
|
|
16
16
|
{
|
17
17
|
"author": "beachball",
|
18
18
|
"package": "@fluentui/react-portal",
|
19
|
-
"comment": "Bump @fluentui/react-shared-contexts to v0.0.0-nightly-
|
20
|
-
"commit": "
|
19
|
+
"comment": "Bump @fluentui/react-shared-contexts to v0.0.0-nightly-20230615-0416.1",
|
20
|
+
"commit": "ba8c7490da7fc7847a21a9544cc1f85bb96719eb"
|
21
21
|
},
|
22
22
|
{
|
23
23
|
"author": "beachball",
|
24
24
|
"package": "@fluentui/react-portal",
|
25
|
-
"comment": "Bump @fluentui/react-tabster to v0.0.0-nightly-
|
26
|
-
"commit": "
|
25
|
+
"comment": "Bump @fluentui/react-tabster to v0.0.0-nightly-20230615-0416.1",
|
26
|
+
"commit": "ba8c7490da7fc7847a21a9544cc1f85bb96719eb"
|
27
27
|
},
|
28
28
|
{
|
29
29
|
"author": "beachball",
|
30
30
|
"package": "@fluentui/react-portal",
|
31
|
-
"comment": "Bump @fluentui/react-utilities to v0.0.0-nightly-
|
32
|
-
"commit": "
|
31
|
+
"comment": "Bump @fluentui/react-utilities to v0.0.0-nightly-20230615-0416.1",
|
32
|
+
"commit": "ba8c7490da7fc7847a21a9544cc1f85bb96719eb"
|
33
33
|
}
|
34
34
|
]
|
35
35
|
}
|
package/CHANGELOG.md
CHANGED
@@ -1,20 +1,20 @@
|
|
1
1
|
# Change Log - @fluentui/react-portal
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Thu, 15 Jun 2023 04:21:19 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
-
## [0.0.0-nightly-
|
7
|
+
## [0.0.0-nightly-20230615-0416.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v0.0.0-nightly-20230615-0416.1)
|
8
8
|
|
9
|
-
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.2.12..@fluentui/react-portal_v0.0.0-nightly-
|
9
|
+
Thu, 15 Jun 2023 04:21:19 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.2.12..@fluentui/react-portal_v0.0.0-nightly-20230615-0416.1)
|
11
11
|
|
12
12
|
### Changes
|
13
13
|
|
14
14
|
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/not available) by fluentui-internal@service.microsoft.com)
|
15
|
-
- Bump @fluentui/react-shared-contexts to v0.0.0-nightly-
|
16
|
-
- Bump @fluentui/react-tabster to v0.0.0-nightly-
|
17
|
-
- Bump @fluentui/react-utilities to v0.0.0-nightly-
|
15
|
+
- Bump @fluentui/react-shared-contexts to v0.0.0-nightly-20230615-0416.1 ([commit](https://github.com/microsoft/fluentui/commit/ba8c7490da7fc7847a21a9544cc1f85bb96719eb) by beachball)
|
16
|
+
- Bump @fluentui/react-tabster to v0.0.0-nightly-20230615-0416.1 ([commit](https://github.com/microsoft/fluentui/commit/ba8c7490da7fc7847a21a9544cc1f85bb96719eb) by beachball)
|
17
|
+
- Bump @fluentui/react-utilities to v0.0.0-nightly-20230615-0416.1 ([commit](https://github.com/microsoft/fluentui/commit/ba8c7490da7fc7847a21a9544cc1f85bb96719eb) by beachball)
|
18
18
|
|
19
19
|
## [9.2.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.2.12)
|
20
20
|
|
@@ -1,10 +1,13 @@
|
|
1
1
|
import { __styles } from '@griffel/react';
|
2
2
|
export const usePortalMountNodeStylesStyles = /*#__PURE__*/__styles({
|
3
3
|
root: {
|
4
|
-
qhf8xq: "
|
4
|
+
qhf8xq: "f1euv43f",
|
5
|
+
Bhzewxz: "f15twtuk",
|
6
|
+
oyh7mz: ["f1vgc2s3", "f1e31b4d"],
|
7
|
+
j35jbq: ["f1e31b4d", "f1vgc2s3"],
|
5
8
|
Bj3rh1h: "f494woh"
|
6
9
|
}
|
7
10
|
}, {
|
8
|
-
d: [".
|
11
|
+
d: [".f1euv43f{position:absolute;}", ".f15twtuk{top:0;}", ".f1vgc2s3{left:0;}", ".f1e31b4d{right:0;}", ".f494woh{z-index:1000000;}"]
|
9
12
|
});
|
10
13
|
//# sourceMappingURL=usePortalMountNodeStyles.styles.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"names":["__styles","usePortalMountNodeStylesStyles","root","qhf8xq","Bj3rh1h","d"],"sources":["usePortalMountNodeStyles.styles.js"],"sourcesContent":["import { makeStyles } from '@griffel/react';\nexport const usePortalMountNodeStylesStyles = makeStyles({\n root: {\n position: '
|
1
|
+
{"version":3,"names":["__styles","usePortalMountNodeStylesStyles","root","qhf8xq","Bhzewxz","oyh7mz","j35jbq","Bj3rh1h","d"],"sources":["usePortalMountNodeStyles.styles.js"],"sourcesContent":["import { makeStyles } from '@griffel/react';\nexport const usePortalMountNodeStylesStyles = makeStyles({\n root: {\n // Creates new stacking context to prevent z-index issues\n // https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_positioned_layout/Understanding_z-index/Stacking_context\n //\n // Also keeps a portal on top of a page to prevent scrollbars from appearing\n position: 'absolute',\n top: 0,\n left: 0,\n right: 0,\n zIndex: 1000000\n }\n});\n"],"mappings":"AAAA,SAAAA,QAAA,QAA2B,gBAAgB;AAC3C,OAAO,MAAMC,8BAA8B,gBAAGD,QAAA;EAAAE,IAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,CAY7C,CAAC"}
|
@@ -9,12 +9,24 @@ Object.defineProperty(exports, "usePortalMountNodeStylesStyles", {
|
|
9
9
|
const _react = require("@griffel/react");
|
10
10
|
const usePortalMountNodeStylesStyles = /*#__PURE__*/ (0, _react["__styles"])({
|
11
11
|
root: {
|
12
|
-
qhf8xq: "
|
12
|
+
qhf8xq: "f1euv43f",
|
13
|
+
Bhzewxz: "f15twtuk",
|
14
|
+
oyh7mz: [
|
15
|
+
"f1vgc2s3",
|
16
|
+
"f1e31b4d"
|
17
|
+
],
|
18
|
+
j35jbq: [
|
19
|
+
"f1e31b4d",
|
20
|
+
"f1vgc2s3"
|
21
|
+
],
|
13
22
|
Bj3rh1h: "f494woh"
|
14
23
|
}
|
15
24
|
}, {
|
16
25
|
d: [
|
17
|
-
".
|
26
|
+
".f1euv43f{position:absolute;}",
|
27
|
+
".f15twtuk{top:0;}",
|
28
|
+
".f1vgc2s3{left:0;}",
|
29
|
+
".f1e31b4d{right:0;}",
|
18
30
|
".f494woh{z-index:1000000;}"
|
19
31
|
]
|
20
32
|
}); //# sourceMappingURL=usePortalMountNodeStyles.styles.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["usePortalMountNodeStyles.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nexport const usePortalMountNodeStylesStyles = /*#__PURE__*/__styles({\n root: {\n qhf8xq: \"
|
1
|
+
{"version":3,"sources":["usePortalMountNodeStyles.styles.js"],"sourcesContent":["import { __styles } from '@griffel/react';\nexport const usePortalMountNodeStylesStyles = /*#__PURE__*/__styles({\n root: {\n qhf8xq: \"f1euv43f\",\n Bhzewxz: \"f15twtuk\",\n oyh7mz: [\"f1vgc2s3\", \"f1e31b4d\"],\n j35jbq: [\"f1e31b4d\", \"f1vgc2s3\"],\n Bj3rh1h: \"f494woh\"\n }\n}, {\n d: [\".f1euv43f{position:absolute;}\", \".f15twtuk{top:0;}\", \".f1vgc2s3{left:0;}\", \".f1e31b4d{right:0;}\", \".f494woh{z-index:1000000;}\"]\n});\n//# sourceMappingURL=usePortalMountNodeStyles.styles.js.map"],"names":["usePortalMountNodeStylesStyles","__styles","root","qhf8xq","Bhzewxz","oyh7mz","j35jbq","Bj3rh1h","d"],"mappings":";;;;+BACaA;;aAAAA;;uBADY;AAClB,MAAMA,iCAAiC,WAAW,GAAEC,IAAAA,kBAAQ,EAAC;IAClEC,MAAM;QACJC,QAAQ;QACRC,SAAS;QACTC,QAAQ;YAAC;YAAY;SAAW;QAChCC,QAAQ;YAAC;YAAY;SAAW;QAChCC,SAAS;IACX;AACF,GAAG;IACDC,GAAG;QAAC;QAAiC;QAAqB;QAAsB;QAAuB;KAA6B;AACtI,IACA,2DAA2D"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-portal",
|
3
|
-
"version": "0.0.0-nightly-
|
3
|
+
"version": "0.0.0-nightly-20230615-0416.1",
|
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": "0.0.0-nightly-
|
36
|
-
"@fluentui/react-tabster": "0.0.0-nightly-
|
37
|
-
"@fluentui/react-utilities": "0.0.0-nightly-
|
35
|
+
"@fluentui/react-shared-contexts": "0.0.0-nightly-20230615-0416.1",
|
36
|
+
"@fluentui/react-tabster": "0.0.0-nightly-20230615-0416.1",
|
37
|
+
"@fluentui/react-utilities": "0.0.0-nightly-20230615-0416.1",
|
38
38
|
"@griffel/react": "^1.5.7",
|
39
39
|
"@swc/helpers": "^0.4.14",
|
40
40
|
"use-disposable": "^1.0.1"
|