@atlaskit/avatar-group 9.5.2 → 9.5.3
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,11 @@
|
|
|
1
1
|
# @atlaskit/avatar-group
|
|
2
2
|
|
|
3
|
+
## 9.5.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#82336](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/82336) [`87dafc8315c4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/87dafc8315c4) - Updated Avatar Group's 'data' prop documentation to add more clarity around what AvatarGroupProps is.
|
|
8
|
+
|
|
3
9
|
## 9.5.2
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -33,8 +33,9 @@ export interface AvatarGroupProps {
|
|
|
33
33
|
*/
|
|
34
34
|
borderColor?: string;
|
|
35
35
|
/**
|
|
36
|
-
*
|
|
37
|
-
*
|
|
36
|
+
* An array of avatar prop data, that are spread onto each `avatar` component.
|
|
37
|
+
*
|
|
38
|
+
* For further usage information on AvatarPropTypes, the supported props for `avatar`, refer to [Avatar's prop documentation](https://atlassian.design/components/avatar/code).
|
|
38
39
|
*/
|
|
39
40
|
data: Array<AvatarProps>;
|
|
40
41
|
/**
|
|
@@ -33,8 +33,9 @@ export interface AvatarGroupProps {
|
|
|
33
33
|
*/
|
|
34
34
|
borderColor?: string;
|
|
35
35
|
/**
|
|
36
|
-
*
|
|
37
|
-
*
|
|
36
|
+
* An array of avatar prop data, that are spread onto each `avatar` component.
|
|
37
|
+
*
|
|
38
|
+
* For further usage information on AvatarPropTypes, the supported props for `avatar`, refer to [Avatar's prop documentation](https://atlassian.design/components/avatar/code).
|
|
38
39
|
*/
|
|
39
40
|
data: Array<AvatarProps>;
|
|
40
41
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/avatar-group",
|
|
3
|
-
"version": "9.5.
|
|
3
|
+
"version": "9.5.3",
|
|
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/"
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"@atlaskit/avatar": "^21.5.0",
|
|
30
30
|
"@atlaskit/ds-lib": "^2.1.0",
|
|
31
31
|
"@atlaskit/menu": "^2.1.0",
|
|
32
|
-
"@atlaskit/popup": "^1.
|
|
33
|
-
"@atlaskit/theme": "^12.
|
|
34
|
-
"@atlaskit/tokens": "^1.
|
|
32
|
+
"@atlaskit/popup": "^1.14.0",
|
|
33
|
+
"@atlaskit/theme": "^12.7.0",
|
|
34
|
+
"@atlaskit/tokens": "^1.43.0",
|
|
35
35
|
"@atlaskit/tooltip": "^18.1.0",
|
|
36
36
|
"@babel/runtime": "^7.0.0",
|
|
37
37
|
"@emotion/react": "^11.7.1",
|