@atlaskit/avatar-group 8.5.14 → 8.5.15
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
package/dist/cjs/version.json
CHANGED
package/dist/es2019/version.json
CHANGED
package/dist/esm/version.json
CHANGED
|
@@ -78,16 +78,14 @@ export interface AvatarGroupProps {
|
|
|
78
78
|
*/
|
|
79
79
|
isTooltipDisabled?: boolean;
|
|
80
80
|
/**
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
*
|
|
90
|
-
* When there are several AvatarGroups on the page you should use a unique label to let users distinguish different lists.
|
|
81
|
+
Text to be used as aria-label for the list of avatars.
|
|
82
|
+
Screen reader announcement with default label, which is `avatar group`, is `list, avatar group, X items`.
|
|
83
|
+
|
|
84
|
+
The label should describe the `AvatarGroup`'s entities, for instance:
|
|
85
|
+
- `label="team members"`, screen reader announcement would be `list team members, X items`
|
|
86
|
+
- `label="reviewers"` screen reader announcement would be `list reviewers, X items`
|
|
87
|
+
|
|
88
|
+
When there are several AvatarGroups on the page you should use a unique label to let users distinguish different lists.
|
|
91
89
|
*/
|
|
92
90
|
label?: string;
|
|
93
91
|
}
|
package/package.json
CHANGED