@sikka/hawa 0.38.2-next → 0.38.4-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/{DropdownMenu-ChxqadLu.d.ts → DropdownMenu-Cxlm5lZl.d.ts} +6 -2
- package/dist/{DropdownMenu-BYiPSEYy.d.mts → DropdownMenu-Dly5lsqz.d.mts} +6 -2
- package/dist/appLayout/index.js +6 -3
- package/dist/appLayout/index.js.map +1 -1
- package/dist/appLayout/index.mjs +6 -3
- package/dist/appLayout/index.mjs.map +1 -1
- package/dist/appTopbar/index.js +6 -3
- package/dist/appTopbar/index.js.map +1 -1
- package/dist/appTopbar/index.mjs +6 -3
- package/dist/appTopbar/index.mjs.map +1 -1
- package/dist/blocks/index.d.mts +1 -1
- package/dist/blocks/index.d.ts +1 -1
- package/dist/blocks/index.js +6 -3
- package/dist/blocks/index.mjs +2 -2
- package/dist/blocks/pricing/index.js +1 -1
- package/dist/blocks/pricing/index.mjs +1 -1
- package/dist/{chunk-V7O5MQZQ.mjs → chunk-GVPIM5KC.mjs} +7 -5
- package/dist/{chunk-F23GAE2P.mjs → chunk-GZVEFVSJ.mjs} +1 -1
- package/dist/{chunk-UDJFVH2I.mjs → chunk-RZJPAN5T.mjs} +1 -1
- package/dist/dataTable/index.js +6 -3
- package/dist/dataTable/index.js.map +1 -1
- package/dist/dataTable/index.mjs +6 -3
- package/dist/dataTable/index.mjs.map +1 -1
- package/dist/dropdownMenu/index.d.mts +7 -2
- package/dist/dropdownMenu/index.d.ts +7 -2
- package/dist/dropdownMenu/index.js +7 -5
- package/dist/dropdownMenu/index.js.map +1 -1
- package/dist/dropdownMenu/index.mjs +7 -5
- package/dist/dropdownMenu/index.mjs.map +1 -1
- package/dist/elements/index.d.mts +2 -1
- package/dist/elements/index.d.ts +2 -1
- package/dist/elements/index.js +7 -5
- package/dist/elements/index.mjs +5 -5
- package/dist/index.css +2201 -1759
- package/dist/index.d.mts +7 -2
- package/dist/index.d.ts +7 -2
- package/dist/index.js +7 -5
- package/dist/index.mjs +7 -5
- package/dist/layout/index.d.mts +1 -1
- package/dist/layout/index.d.ts +1 -1
- package/dist/layout/index.js +6 -3
- package/dist/layout/index.mjs +2 -2
- package/dist/splitButton/index.js +6 -3
- package/dist/splitButton/index.js.map +1 -1
- package/dist/splitButton/index.mjs +6 -3
- package/dist/splitButton/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/elements/index.mjs
CHANGED
@@ -26,7 +26,7 @@ import {
|
|
26
26
|
TabsList,
|
27
27
|
TabsTrigger,
|
28
28
|
Textarea
|
29
|
-
} from "../chunk-
|
29
|
+
} from "../chunk-RZJPAN5T.mjs";
|
30
30
|
import {
|
31
31
|
useClipboard
|
32
32
|
} from "../chunk-ZBUBNKF6.mjs";
|
@@ -41,7 +41,7 @@ import {
|
|
41
41
|
SheetPortal,
|
42
42
|
SheetTitle,
|
43
43
|
SheetTrigger
|
44
|
-
} from "../chunk-
|
44
|
+
} from "../chunk-GZVEFVSJ.mjs";
|
45
45
|
import {
|
46
46
|
Button,
|
47
47
|
Card,
|
@@ -58,7 +58,6 @@ import {
|
|
58
58
|
DropdownMenuGroup,
|
59
59
|
DropdownMenuItem,
|
60
60
|
DropdownMenuLabel,
|
61
|
-
DropdownMenuPortal,
|
62
61
|
DropdownMenuRadio,
|
63
62
|
DropdownMenuRadioGroup,
|
64
63
|
DropdownMenuRadioItem,
|
@@ -75,13 +74,14 @@ import {
|
|
75
74
|
Label,
|
76
75
|
Loading,
|
77
76
|
Logos,
|
77
|
+
Portal,
|
78
78
|
Skeleton,
|
79
79
|
Tooltip,
|
80
80
|
UncheckMark,
|
81
81
|
buttonVariants,
|
82
82
|
calculateLuminance,
|
83
83
|
cn
|
84
|
-
} from "../chunk-
|
84
|
+
} from "../chunk-GVPIM5KC.mjs";
|
85
85
|
import {
|
86
86
|
__require
|
87
87
|
} from "../chunk-SYGWSBJL.mjs";
|
@@ -3497,7 +3497,7 @@ export {
|
|
3497
3497
|
DropdownMenuGroup,
|
3498
3498
|
DropdownMenuItem,
|
3499
3499
|
DropdownMenuLabel,
|
3500
|
-
DropdownMenuPortal,
|
3500
|
+
Portal as DropdownMenuPortal,
|
3501
3501
|
DropdownMenuRadio,
|
3502
3502
|
DropdownMenuRadioGroup,
|
3503
3503
|
DropdownMenuRadioItem,
|