@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.
@@ -27,10 +27,10 @@ import {
27
27
  TabsTrigger,
28
28
  Textarea,
29
29
  UncheckMark
30
- } from "../chunk-JXN2PVGT.mjs";
30
+ } from "../chunk-VZNDYO6H.mjs";
31
31
  import {
32
32
  useClipboard
33
- } from "../chunk-R2SKHHDK.mjs";
33
+ } from "../chunk-OPYDG34F.mjs";
34
34
  import {
35
35
  Sheet,
36
36
  SheetClose,
@@ -79,7 +79,7 @@ import {
79
79
  } from "../chunk-MQWYXMSK.mjs";
80
80
  import {
81
81
  __require
82
- } from "../chunk-UDCDD66A.mjs";
82
+ } from "../chunk-JU6Q4Q3T.mjs";
83
83
 
84
84
  // elements/accordion/Accordion.tsx
85
85
  import * as React3 from "react";
@@ -460,6 +460,9 @@ var useMeasureDirty = (ref) => {
460
460
  }, [ref]);
461
461
  return rect;
462
462
  };
463
+
464
+ // hooks/useOutsideClick.ts
465
+ var import_react16 = __toESM(require("react"));
463
466
  // Annotate the CommonJS export names for ESM import in node:
464
467
  0 && (module.exports = {
465
468
  reducer,
@@ -12,10 +12,10 @@ import {
12
12
  useTabs,
13
13
  useToast,
14
14
  useWindowSize
15
- } from "../chunk-R2SKHHDK.mjs";
15
+ } from "../chunk-OPYDG34F.mjs";
16
16
  import {
17
17
  useBreakpoint
18
- } from "../chunk-UDCDD66A.mjs";
18
+ } from "../chunk-JU6Q4Q3T.mjs";
19
19
  export {
20
20
  reducer,
21
21
  toast,
package/dist/index.d.mts CHANGED
@@ -1242,6 +1242,7 @@ type AppLayoutTypes$1 = {
1242
1242
  drawerSize?: "sm" | "md" | "large";
1243
1243
  /** Specifies the menu items for the profile menu. */
1244
1244
  profileMenuItems?: MenuItemType[];
1245
+ onAvatarClick?: () => void;
1245
1246
  /**
1246
1247
  * Specifies the width of the profile menu.
1247
1248
  * - 'default': Default width.
package/dist/index.d.ts CHANGED
@@ -1242,6 +1242,7 @@ type AppLayoutTypes$1 = {
1242
1242
  drawerSize?: "sm" | "md" | "large";
1243
1243
  /** Specifies the menu items for the profile menu. */
1244
1244
  profileMenuItems?: MenuItemType[];
1245
+ onAvatarClick?: () => void;
1245
1246
  /**
1246
1247
  * Specifies the width of the profile menu.
1247
1248
  * - 'default': Default width.