You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update slot descriptions across multiple components for clarity and consistency. Enhanced documentation for slots in Accordion, Avatar, Badge, Card, Chat Message, Copy Button, Dialog, Drawer, Dropdown, Grid, Menu Item, Notification, Toast, and others to specify expected content types and usage.
Signed-off-by: Cory Rylan <crylan@nvidia.com>
/** flat (Borderless, container-less accordions), full (default), or inset (Rounded corner, contained accordion) */
247
+
/**
248
+
* Controls the container style applied to child accordions. `flat` removes the visual container, `inset` adds rounded containment, and omission uses the default divided presentation.
Copy file name to clipboardExpand all lines: projects/core/src/avatar/avatar-group.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ import styles from './avatar-group.css?inline';
10
10
* @description An avatar group displays a collection of user avatars in a compact and organized layout, showcasing many participants or contributors in a space-efficient way.
11
11
* @since 1.20.0
12
12
* @entrypoint \@nvidia-elements/core/avatar
13
-
* @slot - default slot for content
13
+
* @slot - `nve-avatar` elements that represent the group members.
Copy file name to clipboardExpand all lines: projects/core/src/dialog/dialog.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ import styles from './dialog.css?inline';
29
29
* @event toggle - Dispatched on a popover element just after showing or hiding. [MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/toggle_event)
30
30
* @event open - Dispatched when the dialog opens.
31
31
* @event close - Dispatched when the dialog closes.
32
-
* @slot - default content slot
32
+
* @slot - Dialog body content displayed between the header and footer.
Copy file name to clipboardExpand all lines: projects/core/src/drawer/drawer.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ import styles from './drawer.css?inline';
26
26
* @event toggle - Dispatched on a popover element just after showing or hiding. [MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/toggle_event)
27
27
* @event open - Dispatched when the drawer opens.
28
28
* @event close - Dispatched when the drawer closes.
29
-
* @slot - default content slot
29
+
* @slot - Drawer body content displayed between the header and footer.
0 commit comments