@fluentui/react-overflow 0.0.0-nightly-20230103-0425.1 → 0.0.0-nightly-20230105-0425.1
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.json +52 -11
- package/CHANGELOG.md +19 -8
- package/lib/components/Overflow.js +5 -5
- package/lib-commonjs/components/Overflow.js +5 -5
- package/package.json +6 -6
package/CHANGELOG.json
CHANGED
@@ -2,9 +2,9 @@
|
|
2
2
|
"name": "@fluentui/react-overflow",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
6
|
-
"tag": "@fluentui/react-overflow_v0.0.0-nightly-
|
7
|
-
"version": "0.0.0-nightly-
|
5
|
+
"date": "Thu, 05 Jan 2023 04:32:38 GMT",
|
6
|
+
"tag": "@fluentui/react-overflow_v0.0.0-nightly-20230105-0425.1",
|
7
|
+
"version": "0.0.0-nightly-20230105-0425.1",
|
8
8
|
"comments": {
|
9
9
|
"prerelease": [
|
10
10
|
{
|
@@ -16,26 +16,67 @@
|
|
16
16
|
{
|
17
17
|
"author": "beachball",
|
18
18
|
"package": "@fluentui/react-overflow",
|
19
|
-
"comment": "Bump @fluentui/priority-overflow to v0.0.0-nightly-
|
20
|
-
"commit": "
|
19
|
+
"comment": "Bump @fluentui/priority-overflow to v0.0.0-nightly-20230105-0425.1",
|
20
|
+
"commit": "9505130bff7ee9348792ea30d4f770e8fd21f336"
|
21
21
|
},
|
22
22
|
{
|
23
23
|
"author": "beachball",
|
24
24
|
"package": "@fluentui/react-overflow",
|
25
|
-
"comment": "Bump @fluentui/react-context-selector to v0.0.0-nightly-
|
26
|
-
"commit": "
|
25
|
+
"comment": "Bump @fluentui/react-context-selector to v0.0.0-nightly-20230105-0425.1",
|
26
|
+
"commit": "9505130bff7ee9348792ea30d4f770e8fd21f336"
|
27
27
|
},
|
28
28
|
{
|
29
29
|
"author": "beachball",
|
30
30
|
"package": "@fluentui/react-overflow",
|
31
|
-
"comment": "Bump @fluentui/react-theme to v0.0.0-nightly-
|
32
|
-
"commit": "
|
31
|
+
"comment": "Bump @fluentui/react-theme to v0.0.0-nightly-20230105-0425.1",
|
32
|
+
"commit": "9505130bff7ee9348792ea30d4f770e8fd21f336"
|
33
33
|
},
|
34
34
|
{
|
35
35
|
"author": "beachball",
|
36
36
|
"package": "@fluentui/react-overflow",
|
37
|
-
"comment": "Bump @fluentui/react-utilities to v0.0.0-nightly-
|
38
|
-
"commit": "
|
37
|
+
"comment": "Bump @fluentui/react-utilities to v0.0.0-nightly-20230105-0425.1",
|
38
|
+
"commit": "9505130bff7ee9348792ea30d4f770e8fd21f336"
|
39
|
+
}
|
40
|
+
]
|
41
|
+
}
|
42
|
+
},
|
43
|
+
{
|
44
|
+
"date": "Wed, 04 Jan 2023 01:40:14 GMT",
|
45
|
+
"tag": "@fluentui/react-overflow_v9.0.0-rc.5",
|
46
|
+
"version": "9.0.0-rc.5",
|
47
|
+
"comments": {
|
48
|
+
"none": [
|
49
|
+
{
|
50
|
+
"author": "martinhochel@microsoft.com",
|
51
|
+
"package": "@fluentui/react-overflow",
|
52
|
+
"commit": "4ec2b998b294d6d9c3196d3d82893bdd97d0c105",
|
53
|
+
"comment": "chore(scripts): move index.ts to to follow sub-folder domain packaging"
|
54
|
+
},
|
55
|
+
{
|
56
|
+
"author": "martinhochel@microsoft.com",
|
57
|
+
"package": "@fluentui/react-overflow",
|
58
|
+
"commit": "194b0cf0cc27c1c1233aa945f09b3ad29778d8ca",
|
59
|
+
"comment": "chore(scripts): use for @fluentui/scripts version within all package.json"
|
60
|
+
}
|
61
|
+
],
|
62
|
+
"prerelease": [
|
63
|
+
{
|
64
|
+
"author": "olfedias@microsoft.com",
|
65
|
+
"package": "@fluentui/react-overflow",
|
66
|
+
"commit": "2c38f1e4ae07b2b60df596efe11015a68f166dbf",
|
67
|
+
"comment": "chore: Update Griffel to latest version"
|
68
|
+
},
|
69
|
+
{
|
70
|
+
"author": "beachball",
|
71
|
+
"package": "@fluentui/react-overflow",
|
72
|
+
"comment": "Bump @fluentui/react-context-selector to v9.1.4",
|
73
|
+
"commit": "3e322d15529451be153e97298873253e21af4082"
|
74
|
+
},
|
75
|
+
{
|
76
|
+
"author": "beachball",
|
77
|
+
"package": "@fluentui/react-overflow",
|
78
|
+
"comment": "Bump @fluentui/react-utilities to v9.3.1",
|
79
|
+
"commit": "3e322d15529451be153e97298873253e21af4082"
|
39
80
|
}
|
40
81
|
]
|
41
82
|
}
|
package/CHANGELOG.md
CHANGED
@@ -1,21 +1,32 @@
|
|
1
1
|
# Change Log - @fluentui/react-overflow
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Thu, 05 Jan 2023 04:32:38 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-20230105-0425.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v0.0.0-nightly-20230105-0425.1)
|
8
8
|
|
9
|
-
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.0.0-rc.
|
9
|
+
Thu, 05 Jan 2023 04:32:38 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.0.0-rc.5..@fluentui/react-overflow_v0.0.0-nightly-20230105-0425.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/priority-overflow to v0.0.0-nightly-
|
16
|
-
- Bump @fluentui/react-context-selector to v0.0.0-nightly-
|
17
|
-
- Bump @fluentui/react-theme to v0.0.0-nightly-
|
18
|
-
- Bump @fluentui/react-utilities to v0.0.0-nightly-
|
15
|
+
- Bump @fluentui/priority-overflow to v0.0.0-nightly-20230105-0425.1 ([commit](https://github.com/microsoft/fluentui/commit/9505130bff7ee9348792ea30d4f770e8fd21f336) by beachball)
|
16
|
+
- Bump @fluentui/react-context-selector to v0.0.0-nightly-20230105-0425.1 ([commit](https://github.com/microsoft/fluentui/commit/9505130bff7ee9348792ea30d4f770e8fd21f336) by beachball)
|
17
|
+
- Bump @fluentui/react-theme to v0.0.0-nightly-20230105-0425.1 ([commit](https://github.com/microsoft/fluentui/commit/9505130bff7ee9348792ea30d4f770e8fd21f336) by beachball)
|
18
|
+
- Bump @fluentui/react-utilities to v0.0.0-nightly-20230105-0425.1 ([commit](https://github.com/microsoft/fluentui/commit/9505130bff7ee9348792ea30d4f770e8fd21f336) by beachball)
|
19
|
+
|
20
|
+
## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.0-rc.5)
|
21
|
+
|
22
|
+
Wed, 04 Jan 2023 01:40:14 GMT
|
23
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.0.0-rc.4..@fluentui/react-overflow_v9.0.0-rc.5)
|
24
|
+
|
25
|
+
### Changes
|
26
|
+
|
27
|
+
- chore: Update Griffel to latest version ([PR #26045](https://github.com/microsoft/fluentui/pull/26045) by olfedias@microsoft.com)
|
28
|
+
- Bump @fluentui/react-context-selector to v9.1.4 ([PR #26114](https://github.com/microsoft/fluentui/pull/26114) by beachball)
|
29
|
+
- Bump @fluentui/react-utilities to v9.3.1 ([PR #26114](https://github.com/microsoft/fluentui/pull/26114) by beachball)
|
19
30
|
|
20
31
|
## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.0-rc.4)
|
21
32
|
|
@@ -5,14 +5,14 @@ import { OverflowContext } from '../overflowContext';
|
|
5
5
|
import { updateVisibilityAttribute, useOverflowContainer } from '../useOverflowContainer';
|
6
6
|
import { DATA_OVERFLOWING, DATA_OVERFLOW_MENU } from '../constants';
|
7
7
|
const useStyles = /*#__PURE__*/__styles({
|
8
|
-
|
9
|
-
|
8
|
+
overflowMenu: {
|
9
|
+
Brvla84: "fyfkpbf"
|
10
10
|
},
|
11
|
-
|
12
|
-
|
11
|
+
overflowingItems: {
|
12
|
+
Hevnzl: "ftz08xh"
|
13
13
|
}
|
14
14
|
}, {
|
15
|
-
|
15
|
+
d: [".fyfkpbf [data-overflow-menu]{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;}", ".ftz08xh>[data-overflowing]{display:none;}"]
|
16
16
|
});
|
17
17
|
/**
|
18
18
|
* Provides an OverflowContext for OverflowItem descendants.
|
@@ -11,14 +11,14 @@ const overflowContext_1 = /*#__PURE__*/require("../overflowContext");
|
|
11
11
|
const useOverflowContainer_1 = /*#__PURE__*/require("../useOverflowContainer");
|
12
12
|
const constants_1 = /*#__PURE__*/require("../constants");
|
13
13
|
const useStyles = /*#__PURE__*/react_1.__styles({
|
14
|
-
|
15
|
-
|
14
|
+
overflowMenu: {
|
15
|
+
Brvla84: "fyfkpbf"
|
16
16
|
},
|
17
|
-
|
18
|
-
|
17
|
+
overflowingItems: {
|
18
|
+
Hevnzl: "ftz08xh"
|
19
19
|
}
|
20
20
|
}, {
|
21
|
-
|
21
|
+
d: [".fyfkpbf [data-overflow-menu]{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;}", ".ftz08xh>[data-overflowing]{display:none;}"]
|
22
22
|
});
|
23
23
|
/**
|
24
24
|
* Provides an OverflowContext for OverflowItem descendants.
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-overflow",
|
3
|
-
"version": "0.0.0-nightly-
|
3
|
+
"version": "0.0.0-nightly-20230105-0425.1",
|
4
4
|
"description": "React bindings for @fluentui/priority-overflow",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -31,11 +31,11 @@
|
|
31
31
|
"@fluentui/scripts": "*"
|
32
32
|
},
|
33
33
|
"dependencies": {
|
34
|
-
"@fluentui/priority-overflow": "0.0.0-nightly-
|
35
|
-
"@fluentui/react-context-selector": "0.0.0-nightly-
|
36
|
-
"@fluentui/react-theme": "0.0.0-nightly-
|
37
|
-
"@fluentui/react-utilities": "0.0.0-nightly-
|
38
|
-
"@griffel/react": "^1.
|
34
|
+
"@fluentui/priority-overflow": "0.0.0-nightly-20230105-0425.1",
|
35
|
+
"@fluentui/react-context-selector": "0.0.0-nightly-20230105-0425.1",
|
36
|
+
"@fluentui/react-theme": "0.0.0-nightly-20230105-0425.1",
|
37
|
+
"@fluentui/react-utilities": "0.0.0-nightly-20230105-0425.1",
|
38
|
+
"@griffel/react": "^1.5.2",
|
39
39
|
"tslib": "^2.1.0"
|
40
40
|
},
|
41
41
|
"peerDependencies": {
|