badge: fix expanded's doc comment after the chevron removal

argus: half the sentence still described the deleted caret.
This commit is contained in:
iris 2026-08-30 13:47:11 +02:00 committed by mara
commit f4bfd2f816

View file

@ -54,7 +54,7 @@ export interface BadgeProps {
* `aria-expanded`'s outline/bg (Badge.css) are the only affordance.
*/
onClick?: (e: MouseEvent) => void;
/** Only meaningful with `onClick` — drives the caret direction + `aria-expanded`. */
/** Only meaningful with `onClick` — drives `aria-expanded`. */
expanded?: boolean;
disabled?: boolean;
class?: string;