@atlaskit/avatar-group 9.5.2 → 9.5.4

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,17 @@
1
1
  # @atlaskit/avatar-group
2
2
 
3
+ ## 9.5.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#94316](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94316) [`35fd5ed8e1d7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/35fd5ed8e1d7) - Upgrading internal dependency `bind-event-listener` to `@^3.0.0`
8
+
9
+ ## 9.5.3
10
+
11
+ ### Patch Changes
12
+
13
+ - [#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.
14
+
3
15
  ## 9.5.2
4
16
 
5
17
  ### Patch Changes
@@ -33,8 +33,9 @@ export interface AvatarGroupProps {
33
33
  */
34
34
  borderColor?: string;
35
35
  /**
36
- * Array of avatar data passed to each `avatar` component.
37
- * These props will be spread on to the component passed into avatar.
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
- * Array of avatar data passed to each `avatar` component.
37
- * These props will be spread on to the component passed into avatar.
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.2",
3
+ "version": "9.5.4",
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/"
@@ -27,15 +27,15 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@atlaskit/avatar": "^21.5.0",
30
- "@atlaskit/ds-lib": "^2.1.0",
30
+ "@atlaskit/ds-lib": "^2.3.0",
31
31
  "@atlaskit/menu": "^2.1.0",
32
- "@atlaskit/popup": "^1.13.0",
33
- "@atlaskit/theme": "^12.6.0",
34
- "@atlaskit/tokens": "^1.42.0",
35
- "@atlaskit/tooltip": "^18.1.0",
32
+ "@atlaskit/popup": "^1.14.0",
33
+ "@atlaskit/theme": "^12.7.0",
34
+ "@atlaskit/tokens": "^1.43.0",
35
+ "@atlaskit/tooltip": "^18.2.0",
36
36
  "@babel/runtime": "^7.0.0",
37
37
  "@emotion/react": "^11.7.1",
38
- "bind-event-listener": "^2.1.1"
38
+ "bind-event-listener": "^3.0.0"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "react": "^16.8.0"
@@ -44,7 +44,7 @@
44
44
  "@af/accessibility-testing": "*",
45
45
  "@af/integration-testing": "*",
46
46
  "@af/visual-regression": "*",
47
- "@atlaskit/analytics-next": "^9.2.0",
47
+ "@atlaskit/analytics-next": "^9.3.0",
48
48
  "@atlaskit/ssr": "*",
49
49
  "@atlaskit/visual-regression": "*",
50
50
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",