@atlaskit/avatar-group 12.2.0 → 12.2.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,13 @@
1
1
  # @atlaskit/avatar-group
2
2
 
3
+ ## 12.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`31c57f650ba07`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/31c57f650ba07) -
8
+ Improving tests for server side rendering and hydration
9
+ - Updated dependencies
10
+
3
11
  ## 12.2.0
4
12
 
5
13
  ### 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.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/"
@@ -27,7 +27,7 @@
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
33
  "@atlaskit/theme": "^19.0.0",
@@ -45,10 +45,10 @@
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.1.0",
51
+ "@atlaskit/icon": "^28.0.0",
52
52
  "@atlaskit/link": "^3.2.0",
53
53
  "@atlaskit/modal-dialog": "^14.3.0",
54
54
  "@atlaskit/primitives": "^14.11.0",
@@ -56,7 +56,7 @@
56
56
  "@atlaskit/ssr": "workspace:^",
57
57
  "@atlaskit/toggle": "^15.1.0",
58
58
  "@atlaskit/visual-regression": "workspace:^",
59
- "@atlassian/ssr-tests": "^0.2.0",
59
+ "@atlassian/ssr-tests": "^0.3.0",
60
60
  "@testing-library/react": "^13.4.0",
61
61
  "@testing-library/user-event": "^14.4.3",
62
62
  "lodash": "^4.17.21",