@sikka/hawa 0.31.10-next → 0.31.12-next

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.
@@ -132,6 +132,7 @@ type AppLayoutTypes$1 = {
132
132
  drawerSize?: "sm" | "md" | "large";
133
133
  /** Specifies the menu items for the profile menu. */
134
134
  profileMenuItems?: MenuItemType[];
135
+ onAvatarClick?: () => void;
135
136
  /**
136
137
  * Specifies the width of the profile menu.
137
138
  * - 'default': Default width.
@@ -132,6 +132,7 @@ type AppLayoutTypes$1 = {
132
132
  drawerSize?: "sm" | "md" | "large";
133
133
  /** Specifies the menu items for the profile menu. */
134
134
  profileMenuItems?: MenuItemType[];
135
+ onAvatarClick?: () => void;
135
136
  /**
136
137
  * Specifies the width of the profile menu.
137
138
  * - 'default': Default width.