@atlaskit/avatar-group 9.5.0 → 9.5.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.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/avatar-group
2
2
 
3
+ ## 9.5.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#72130](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72130) [`b037e5451037`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b037e5451037) - Update new button text color fallback for default theme (non-token) to match that of old button current text color
8
+
3
9
  ## 9.5.0
4
10
 
5
11
  ### Minor Changes
@@ -6,14 +6,14 @@ import { PositionType } from '@atlaskit/tooltip';
6
6
  import { AvatarGroupOverrides, AvatarProps, onAvatarClickHandler } from './types';
7
7
  export interface AvatarGroupProps {
8
8
  /**
9
- * Indicates the layout of the avatar-group.
9
+ * Indicates the layout of the avatar group.
10
10
  * Avatars will either be overlapped in a stack, or
11
- * laid out in an even grid formation
11
+ * laid out in an even grid formation.
12
12
  * Defaults to "stack".
13
13
  */
14
14
  appearance?: 'grid' | 'stack';
15
15
  /**
16
- * Component used to render each avatar
16
+ * Component used to render each avatar.
17
17
  */
18
18
  avatar?: typeof Avatar | ElementType<AvatarProps>;
19
19
  /**
@@ -82,7 +82,7 @@ export interface AvatarGroupProps {
82
82
  */
83
83
  tooltipPosition?: Extract<PositionType, 'bottom' | 'top'>;
84
84
  /**
85
- * Disables tooltips
85
+ * Disables tooltips.
86
86
  */
87
87
  isTooltipDisabled?: boolean;
88
88
  /**
@@ -6,14 +6,14 @@ import { PositionType } from '@atlaskit/tooltip';
6
6
  import { AvatarGroupOverrides, AvatarProps, onAvatarClickHandler } from './types';
7
7
  export interface AvatarGroupProps {
8
8
  /**
9
- * Indicates the layout of the avatar-group.
9
+ * Indicates the layout of the avatar group.
10
10
  * Avatars will either be overlapped in a stack, or
11
- * laid out in an even grid formation
11
+ * laid out in an even grid formation.
12
12
  * Defaults to "stack".
13
13
  */
14
14
  appearance?: 'grid' | 'stack';
15
15
  /**
16
- * Component used to render each avatar
16
+ * Component used to render each avatar.
17
17
  */
18
18
  avatar?: typeof Avatar | ElementType<AvatarProps>;
19
19
  /**
@@ -82,7 +82,7 @@ export interface AvatarGroupProps {
82
82
  */
83
83
  tooltipPosition?: Extract<PositionType, 'bottom' | 'top'>;
84
84
  /**
85
- * Disables tooltips
85
+ * Disables tooltips.
86
86
  */
87
87
  isTooltipDisabled?: boolean;
88
88
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/avatar-group",
3
- "version": "9.5.0",
3
+ "version": "9.5.1",
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,10 +29,10 @@
29
29
  "@atlaskit/avatar": "^21.4.0",
30
30
  "@atlaskit/ds-lib": "^2.1.0",
31
31
  "@atlaskit/menu": "^2.1.0",
32
- "@atlaskit/popup": "^1.11.0",
32
+ "@atlaskit/popup": "^1.12.0",
33
33
  "@atlaskit/theme": "^12.6.0",
34
- "@atlaskit/tokens": "^1.30.0",
35
- "@atlaskit/tooltip": "^18.0.0",
34
+ "@atlaskit/tokens": "^1.37.0",
35
+ "@atlaskit/tooltip": "^18.1.0",
36
36
  "@babel/runtime": "^7.0.0",
37
37
  "@emotion/react": "^11.7.1",
38
38
  "bind-event-listener": "^2.1.1"
@@ -44,10 +44,9 @@
44
44
  "@af/accessibility-testing": "*",
45
45
  "@af/integration-testing": "*",
46
46
  "@af/visual-regression": "*",
47
- "@atlaskit/analytics-next": "^9.1.0",
47
+ "@atlaskit/analytics-next": "^9.2.0",
48
48
  "@atlaskit/ssr": "*",
49
49
  "@atlaskit/visual-regression": "*",
50
- "@atlaskit/webdriver-runner": "*",
51
50
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
52
51
  "@emotion/styled": "^11.0.0",
53
52
  "@testing-library/react": "^12.1.5",