@atlaskit/avatar-group 12.10.9 → 12.10.10
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
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @atlaskit/avatar-group
|
|
2
2
|
|
|
3
|
+
## 12.10.10
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`6d0485dce81c4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6d0485dce81c4) -
|
|
8
|
+
Internal: updated to the new `@atlaskit/top-layer` `Popover`/`Dialog` behaviour where the host
|
|
9
|
+
element unmounts after the exit animation completes. No consumer action required.
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
3
12
|
## 12.10.9
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -94,7 +94,8 @@ function MoreDropdownTopLayer(_ref) {
|
|
|
94
94
|
(0, _useAnchorPosition.useAnchorPosition)({
|
|
95
95
|
anchorRef: triggerRef,
|
|
96
96
|
popoverRef: popoverRef,
|
|
97
|
-
placement: topLayerPlacement
|
|
97
|
+
placement: topLayerPlacement,
|
|
98
|
+
isOpen: isOpen
|
|
98
99
|
});
|
|
99
100
|
|
|
100
101
|
// Arrow key navigation inside the open menu
|
|
@@ -85,7 +85,8 @@ export function MoreDropdownTopLayer(_ref) {
|
|
|
85
85
|
useAnchorPosition({
|
|
86
86
|
anchorRef: triggerRef,
|
|
87
87
|
popoverRef: popoverRef,
|
|
88
|
-
placement: topLayerPlacement
|
|
88
|
+
placement: topLayerPlacement,
|
|
89
|
+
isOpen: isOpen
|
|
89
90
|
});
|
|
90
91
|
|
|
91
92
|
// Arrow key navigation inside the open menu
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/avatar-group",
|
|
3
|
-
"version": "12.10.
|
|
3
|
+
"version": "12.10.10",
|
|
4
4
|
"description": "An avatar group displays a number of avatars grouped together in a stack or grid.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@atlaskit/popup": "^4.23.0",
|
|
41
41
|
"@atlaskit/tokens": "^13.3.0",
|
|
42
42
|
"@atlaskit/tooltip": "^22.6.0",
|
|
43
|
-
"@atlaskit/top-layer": "^0.
|
|
43
|
+
"@atlaskit/top-layer": "^0.16.0",
|
|
44
44
|
"@babel/runtime": "^7.0.0",
|
|
45
45
|
"@compiled/react": "^0.20.0",
|
|
46
46
|
"bind-event-listener": "^3.0.0"
|