@atlaskit/avatar-group 12.2.0 → 12.2.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,19 @@
1
1
  # @atlaskit/avatar-group
2
2
 
3
+ ## 12.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 12.2.1
10
+
11
+ ### Patch Changes
12
+
13
+ - [`31c57f650ba07`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/31c57f650ba07) -
14
+ Improving tests for server side rendering and hydration
15
+ - Updated dependencies
16
+
3
17
  ## 12.2.0
4
18
 
5
19
  ### Minor Changes
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { type FocusableElement } from '../../types';
3
2
  declare function useRegisterItemWithFocusManager(): import("react").RefObject<FocusableElement>;
4
3
  export default useRegisterItemWithFocusManager;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { type AppearanceType, type AvatarClickEventHandler } from '@atlaskit/avatar';
3
2
  import { type AvatarGroupSize } from './types';
4
3
  export interface MoreIndicatorProps {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { type FocusableElement } from '../../types';
3
2
  declare function useRegisterItemWithFocusManager(): import("react").RefObject<FocusableElement>;
4
3
  export default useRegisterItemWithFocusManager;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { type AppearanceType, type AvatarClickEventHandler } from '@atlaskit/avatar';
3
2
  import { type AvatarGroupSize } from './types';
4
3
  export interface MoreIndicatorProps {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/avatar-group",
3
- "version": "12.2.0",
3
+ "version": "12.2.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/"
@@ -27,11 +27,11 @@
27
27
  "@atlaskit/avatar": "^25.1.0",
28
28
  "@atlaskit/css": "^0.12.0",
29
29
  "@atlaskit/ds-lib": "^5.0.0",
30
- "@atlaskit/menu": "^8.1.0",
30
+ "@atlaskit/menu": "^8.3.0",
31
31
  "@atlaskit/platform-feature-flags": "^1.1.0",
32
32
  "@atlaskit/popup": "^4.3.0",
33
- "@atlaskit/theme": "^19.0.0",
34
- "@atlaskit/tokens": "^6.0.0",
33
+ "@atlaskit/theme": "^20.0.0",
34
+ "@atlaskit/tokens": "^6.1.0",
35
35
  "@atlaskit/tooltip": "^20.4.0",
36
36
  "@babel/runtime": "^7.0.0",
37
37
  "@compiled/react": "^0.18.3",
@@ -45,18 +45,17 @@
45
45
  "@af/integration-testing": "workspace:^",
46
46
  "@af/visual-regression": "workspace:^",
47
47
  "@atlaskit/analytics-next": "^11.1.0",
48
- "@atlaskit/button": "^23.3.0",
48
+ "@atlaskit/button": "^23.4.0",
49
49
  "@atlaskit/docs": "^11.0.0",
50
- "@atlaskit/form": "^12.0.0",
51
- "@atlaskit/icon": "^27.10.0",
50
+ "@atlaskit/form": "^12.2.0",
51
+ "@atlaskit/icon": "^28.1.0",
52
52
  "@atlaskit/link": "^3.2.0",
53
53
  "@atlaskit/modal-dialog": "^14.3.0",
54
- "@atlaskit/primitives": "^14.11.0",
55
- "@atlaskit/section-message": "^8.5.0",
54
+ "@atlaskit/primitives": "^14.12.0",
55
+ "@atlaskit/section-message": "^8.6.0",
56
56
  "@atlaskit/ssr": "workspace:^",
57
57
  "@atlaskit/toggle": "^15.1.0",
58
- "@atlaskit/visual-regression": "workspace:^",
59
- "@atlassian/ssr-tests": "^0.2.0",
58
+ "@atlassian/ssr-tests": "^0.3.0",
60
59
  "@testing-library/react": "^13.4.0",
61
60
  "@testing-library/user-event": "^14.4.3",
62
61
  "lodash": "^4.17.21",