@lax-wp/design-system 0.3.89 → 0.3.90

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.
@@ -33,6 +33,8 @@ export type UserAvatarProps = {
33
33
  isFetchingUserDetails?: boolean;
34
34
  /** Optional token for authenticated image loading */
35
35
  authToken?: string;
36
+ /** Callback triggered when mouse enters the avatar */
37
+ onHover?: () => void;
36
38
  };
37
39
  /**
38
40
  * UserAvatar component for displaying user profile pictures with hover popper