Skip to content

Commit 1f3440a

Browse files
web-padawanclaude
andauthored
docs: add custom CSS properties to vaadin-avatar-group JSDoc (#11388)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f096189 commit 1f3440a

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

packages/avatar-group/src/vaadin-avatar-group.d.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ export { AvatarGroupI18n, AvatarGroupItem, AvatarI18n };
3838
* `overlay` | The overflow avatar menu overlay
3939
* `content` | The overflow avatar menu overlay content
4040
*
41+
* The following custom CSS properties are available for styling:
42+
*
43+
* Custom CSS property |
44+
* :----------------------------------|
45+
* | `--vaadin-avatar-group-gap` |
46+
* | `--vaadin-avatar-group-overlap` |
47+
*
4148
* See the [`<vaadin-avatar>`](#/elements/vaadin-avatar) documentation for the available
4249
* state attributes and stylable shadow parts of avatar elements.
4350
*

packages/avatar-group/src/vaadin-avatar-group.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,13 @@ import { AvatarGroupMixin } from './vaadin-avatar-group-mixin.js';
4545
* `overlay` | The overflow avatar menu overlay
4646
* `content` | The overflow avatar menu overlay content
4747
*
48+
* The following custom CSS properties are available for styling:
49+
*
50+
* Custom CSS property |
51+
* :----------------------------------|
52+
* | `--vaadin-avatar-group-gap` |
53+
* | `--vaadin-avatar-group-overlap` |
54+
*
4855
* See the [`<vaadin-avatar>`](#/elements/vaadin-avatar) documentation for the available
4956
* state attributes and stylable shadow parts of avatar elements.
5057
*

0 commit comments

Comments
 (0)