@atlaskit/avatar-group 12.7.0 → 12.7.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,17 @@
1
1
  # @atlaskit/avatar-group
2
2
 
3
+ ## 12.7.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 12.7.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 12.7.0
4
16
 
5
17
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/avatar-group",
3
- "version": "12.7.0",
3
+ "version": "12.7.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,15 +31,15 @@
31
31
  }
32
32
  },
33
33
  "dependencies": {
34
- "@atlaskit/avatar": "^25.11.0",
34
+ "@atlaskit/avatar": "^25.14.0",
35
35
  "@atlaskit/css": "^0.19.0",
36
36
  "@atlaskit/ds-lib": "^7.0.0",
37
- "@atlaskit/menu": "^8.4.0",
38
- "@atlaskit/motion": "^5.6.0",
37
+ "@atlaskit/menu": "^8.5.0",
38
+ "@atlaskit/motion": "^6.2.0",
39
39
  "@atlaskit/platform-feature-flags": "^1.1.0",
40
- "@atlaskit/popup": "^4.16.0",
40
+ "@atlaskit/popup": "^4.17.0",
41
41
  "@atlaskit/tokens": "^13.0.0",
42
- "@atlaskit/tooltip": "^21.1.0",
42
+ "@atlaskit/tooltip": "^22.0.0",
43
43
  "@babel/runtime": "^7.0.0",
44
44
  "@compiled/react": "^0.20.0",
45
45
  "bind-event-listener": "^3.0.0"
@@ -55,12 +55,12 @@
55
55
  "@atlaskit/button": "^23.11.0",
56
56
  "@atlaskit/docs": "^11.8.0",
57
57
  "@atlaskit/form": "^15.5.0",
58
- "@atlaskit/icon": "^34.1.0",
58
+ "@atlaskit/icon": "^34.3.0",
59
59
  "@atlaskit/link": "^3.4.0",
60
- "@atlaskit/modal-dialog": "^14.15.0",
60
+ "@atlaskit/modal-dialog": "^14.18.0",
61
61
  "@atlaskit/primitives": "^19.0.0",
62
62
  "@atlaskit/section-message": "^8.12.0",
63
- "@atlaskit/toggle": "^15.5.0",
63
+ "@atlaskit/toggle": "^15.6.0",
64
64
  "@atlassian/react-compiler-gating": "workspace:^",
65
65
  "@atlassian/ssr-tests": "workspace:^",
66
66
  "@atlassian/structured-docs-types": "workspace:^",
package/offerings.json DELETED
@@ -1,34 +0,0 @@
1
- [
2
- {
3
- "name": "AvatarGroup",
4
- "package": "@atlaskit/avatar-group",
5
- "import": {
6
- "name": "AvatarGroup",
7
- "package": "@atlaskit/avatar-group",
8
- "type": "default"
9
- },
10
- "keywords": ["avatar", "group", "multiple", "users", "team", "overlap"],
11
- "categories": ["data-display"],
12
- "shortDescription": "A component for displaying multiple avatars in a group with overlap and overflow handling.",
13
- "status": "general-availability",
14
- "accessibilityGuidelines": [
15
- "Provide clear labels for avatar groups",
16
- "Use appropriate overflow handling",
17
- "Ensure keyboard navigation support",
18
- "Provide clear user identification"
19
- ],
20
- "usageGuidelines": [
21
- "Use for displaying multiple users or team members",
22
- "Consider overflow behavior for large groups",
23
- "Use appropriate sizing for context",
24
- "Provide clear user identification"
25
- ],
26
- "contentGuidelines": [
27
- "Use meaningful names for users",
28
- "Consider group context and purpose",
29
- "Provide clear overflow indicators",
30
- "Use consistent naming patterns"
31
- ],
32
- "examples": ["./examples/ai/avatar-group.tsx"]
33
- }
34
- ]