@sikka/hawa 0.31.9-next → 0.31.11-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.
- package/dist/appLayout/index.js +144 -132
- package/dist/appLayout/index.js.map +1 -1
- package/dist/appLayout/index.mjs +139 -127
- package/dist/appLayout/index.mjs.map +1 -1
- package/dist/blocks/index.js +199 -196
- package/dist/blocks/index.mjs +3 -3
- package/dist/blocks/misc/index.js +145 -142
- package/dist/blocks/misc/index.mjs +63 -60
- package/dist/{chunk-UDCDD66A.mjs → chunk-JU6Q4Q3T.mjs} +21 -1
- package/dist/{chunk-JXN2PVGT.mjs → chunk-VZNDYO6H.mjs} +1 -1
- package/dist/elements/index.js +253 -250
- package/dist/elements/index.mjs +3 -3
- package/dist/hooks/index.js +3 -0
- package/dist/hooks/index.mjs +2 -2
- package/dist/index.js +730 -718
- package/dist/index.mjs +660 -648
- package/dist/layout/index.js +252 -240
- package/dist/layout/index.mjs +9 -15
- package/dist/tabs/index.js +26 -23
- package/dist/tabs/index.js.map +1 -1
- package/dist/tabs/index.mjs +26 -23
- package/dist/tabs/index.mjs.map +1 -1
- package/package.json +16 -14
- /package/dist/{chunk-R2SKHHDK.mjs → chunk-OPYDG34F.mjs} +0 -0
package/dist/elements/index.mjs
CHANGED
@@ -27,10 +27,10 @@ import {
|
|
27
27
|
TabsTrigger,
|
28
28
|
Textarea,
|
29
29
|
UncheckMark
|
30
|
-
} from "../chunk-
|
30
|
+
} from "../chunk-VZNDYO6H.mjs";
|
31
31
|
import {
|
32
32
|
useClipboard
|
33
|
-
} from "../chunk-
|
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-
|
82
|
+
} from "../chunk-JU6Q4Q3T.mjs";
|
83
83
|
|
84
84
|
// elements/accordion/Accordion.tsx
|
85
85
|
import * as React3 from "react";
|
package/dist/hooks/index.js
CHANGED
@@ -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,
|
package/dist/hooks/index.mjs
CHANGED
@@ -12,10 +12,10 @@ import {
|
|
12
12
|
useTabs,
|
13
13
|
useToast,
|
14
14
|
useWindowSize
|
15
|
-
} from "../chunk-
|
15
|
+
} from "../chunk-OPYDG34F.mjs";
|
16
16
|
import {
|
17
17
|
useBreakpoint
|
18
|
-
} from "../chunk-
|
18
|
+
} from "../chunk-JU6Q4Q3T.mjs";
|
19
19
|
export {
|
20
20
|
reducer,
|
21
21
|
toast,
|