@atlaskit/avatar-group 11.1.1 → 11.1.2

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
+ ## 11.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 11.1.1
4
10
 
5
11
  ### Patch Changes
@@ -111,5 +111,5 @@ export interface AvatarGroupProps {
111
111
  * - [Code](https://atlassian.design/components/avatar-group/code)
112
112
  * - [Usage](https://atlassian.design/components/avatar-group/usage)
113
113
  */
114
- declare const AvatarGroup: ({ appearance, avatar, borderColor, boundariesElement, data, isTooltipDisabled, maxCount, onAvatarClick, onMoreClick, overrides, showMoreButtonProps, size, testId, label, tooltipPosition, shouldPopupRenderToParent, }: AvatarGroupProps) => JSX.Element;
114
+ declare const AvatarGroup: ({ appearance, avatar, borderColor, boundariesElement, data, isTooltipDisabled, maxCount, onAvatarClick, onMoreClick, overrides, showMoreButtonProps, size, testId, label, tooltipPosition, shouldPopupRenderToParent, }: AvatarGroupProps) => React.JSX.Element;
115
115
  export default AvatarGroup;
@@ -1,7 +1,7 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  import { type PopupAvatarGroupProps } from '../../types';
3
3
  /**
4
4
  * It sets focus to the first avatar when popup is open.
5
5
  */
6
- declare const PopupAvatarGroup: ({ children, isLoading, maxHeight, maxWidth, minHeight, minWidth, onClick, role, setInitialFocusRef, spacing, testId, ...rest }: PopupAvatarGroupProps) => JSX.Element;
6
+ declare const PopupAvatarGroup: ({ children, isLoading, maxHeight, maxWidth, minHeight, minWidth, onClick, role, setInitialFocusRef, spacing, testId, ...rest }: PopupAvatarGroupProps) => React.JSX.Element;
7
7
  export default PopupAvatarGroup;
@@ -111,5 +111,5 @@ export interface AvatarGroupProps {
111
111
  * - [Code](https://atlassian.design/components/avatar-group/code)
112
112
  * - [Usage](https://atlassian.design/components/avatar-group/usage)
113
113
  */
114
- declare const AvatarGroup: ({ appearance, avatar, borderColor, boundariesElement, data, isTooltipDisabled, maxCount, onAvatarClick, onMoreClick, overrides, showMoreButtonProps, size, testId, label, tooltipPosition, shouldPopupRenderToParent, }: AvatarGroupProps) => JSX.Element;
114
+ declare const AvatarGroup: ({ appearance, avatar, borderColor, boundariesElement, data, isTooltipDisabled, maxCount, onAvatarClick, onMoreClick, overrides, showMoreButtonProps, size, testId, label, tooltipPosition, shouldPopupRenderToParent, }: AvatarGroupProps) => React.JSX.Element;
115
115
  export default AvatarGroup;
@@ -1,7 +1,7 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  import { type PopupAvatarGroupProps } from '../../types';
3
3
  /**
4
4
  * It sets focus to the first avatar when popup is open.
5
5
  */
6
- declare const PopupAvatarGroup: ({ children, isLoading, maxHeight, maxWidth, minHeight, minWidth, onClick, role, setInitialFocusRef, spacing, testId, ...rest }: PopupAvatarGroupProps) => JSX.Element;
6
+ declare const PopupAvatarGroup: ({ children, isLoading, maxHeight, maxWidth, minHeight, minWidth, onClick, role, setInitialFocusRef, spacing, testId, ...rest }: PopupAvatarGroupProps) => React.JSX.Element;
7
7
  export default PopupAvatarGroup;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/avatar-group",
3
- "version": "11.1.1",
3
+ "version": "11.1.2",
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/"
@@ -31,7 +31,7 @@
31
31
  "@atlaskit/menu": "^2.14.0",
32
32
  "@atlaskit/platform-feature-flags": "^1.0.0",
33
33
  "@atlaskit/popup": "^1.31.0",
34
- "@atlaskit/theme": "^14.1.0",
34
+ "@atlaskit/theme": "^15.0.0",
35
35
  "@atlaskit/tokens": "^3.3.0",
36
36
  "@atlaskit/tooltip": "^19.1.0",
37
37
  "@babel/runtime": "^7.0.0",
@@ -46,10 +46,10 @@
46
46
  "@af/integration-testing": "*",
47
47
  "@af/visual-regression": "*",
48
48
  "@atlaskit/analytics-next": "^10.3.0",
49
- "@atlaskit/button": "^20.4.0",
49
+ "@atlaskit/button": "^20.5.0",
50
50
  "@atlaskit/docs": "*",
51
51
  "@atlaskit/form": "^11.1.0",
52
- "@atlaskit/icon": "^23.6.0",
52
+ "@atlaskit/icon": "^23.7.0",
53
53
  "@atlaskit/link": "*",
54
54
  "@atlaskit/modal-dialog": "^12.20.0",
55
55
  "@atlaskit/primitives": "^13.4.0",