@sikka/hawa 0.26.29 → 0.26.30
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/Chip-H5BnuDdx.d.ts +36 -0
- package/dist/Chip-hr2gRBJ-.d.mts +36 -0
- package/dist/DropdownMenu-EUL-D3I3.d.mts +95 -0
- package/dist/DropdownMenu-SPisqCzV.d.ts +95 -0
- package/dist/Radio-K1WGpnGA.d.ts +75 -0
- package/dist/Radio-hsrLKNxE.d.mts +75 -0
- package/dist/Toast-VBd4UvlM.d.mts +26 -0
- package/dist/Toast-pOd4uGZz.d.ts +26 -0
- package/dist/accordion/index.d.mts +51 -0
- package/dist/accordion/index.d.ts +51 -0
- package/dist/accordion/index.js +272 -0
- package/dist/accordion/index.js.map +1 -0
- package/dist/accordion/index.mjs +228 -0
- package/dist/accordion/index.mjs.map +1 -0
- package/dist/alert/index.d.mts +29 -0
- package/dist/alert/index.d.ts +29 -0
- package/dist/alert/index.js +443 -0
- package/dist/alert/index.js.map +1 -0
- package/dist/alert/index.mjs +403 -0
- package/dist/alert/index.mjs.map +1 -0
- package/dist/appLayout/index.d.mts +126 -0
- package/dist/appLayout/index.d.ts +126 -0
- package/dist/appLayout/index.js +1326 -0
- package/dist/appLayout/index.js.map +1 -0
- package/dist/appLayout/index.mjs +1286 -0
- package/dist/appLayout/index.mjs.map +1 -0
- package/dist/appMenubar/index.d.mts +33 -0
- package/dist/appMenubar/index.d.ts +33 -0
- package/dist/appMenubar/index.js +282 -0
- package/dist/appMenubar/index.js.map +1 -0
- package/dist/appMenubar/index.mjs +225 -0
- package/dist/appMenubar/index.mjs.map +1 -0
- package/dist/appStores/index.d.mts +8 -0
- package/dist/appStores/index.d.ts +8 -0
- package/dist/appStores/index.js +76 -0
- package/dist/appStores/index.js.map +1 -0
- package/dist/appStores/index.mjs +39 -0
- package/dist/appStores/index.mjs.map +1 -0
- package/dist/appTabs/index.d.mts +18 -0
- package/dist/appTabs/index.d.ts +18 -0
- package/dist/appTabs/index.js +93 -0
- package/dist/appTabs/index.js.map +1 -0
- package/dist/appTabs/index.mjs +51 -0
- package/dist/appTabs/index.mjs.map +1 -0
- package/dist/appTopbar/index.d.mts +44 -0
- package/dist/appTopbar/index.d.ts +44 -0
- package/dist/appTopbar/index.js +484 -0
- package/dist/appTopbar/index.js.map +1 -0
- package/dist/appTopbar/index.mjs +442 -0
- package/dist/appTopbar/index.mjs.map +1 -0
- package/dist/avatar/index.d.mts +16 -0
- package/dist/avatar/index.d.ts +16 -0
- package/dist/avatar/index.js +162 -0
- package/dist/avatar/index.js.map +1 -0
- package/dist/avatar/index.mjs +122 -0
- package/dist/avatar/index.mjs.map +1 -0
- package/dist/backToTop/index.d.mts +15 -0
- package/dist/backToTop/index.d.ts +15 -0
- package/dist/backToTop/index.js +396 -0
- package/dist/backToTop/index.js.map +1 -0
- package/dist/backToTop/index.mjs +356 -0
- package/dist/backToTop/index.mjs.map +1 -0
- package/dist/badge/index.d.mts +13 -0
- package/dist/badge/index.d.ts +13 -0
- package/dist/badge/index.js +127 -0
- package/dist/badge/index.js.map +1 -0
- package/dist/badge/index.mjs +84 -0
- package/dist/badge/index.mjs.map +1 -0
- package/dist/blocks/auth/index.d.mts +202 -0
- package/dist/blocks/auth/index.d.ts +202 -0
- package/dist/blocks/auth/index.js +4197 -0
- package/dist/blocks/auth/index.mjs +3389 -0
- package/dist/blocks/feedback/index.d.mts +74 -0
- package/dist/blocks/feedback/index.d.ts +74 -0
- package/dist/blocks/feedback/index.js +1544 -0
- package/dist/blocks/feedback/index.mjs +558 -0
- package/dist/blocks/index.d.mts +480 -0
- package/dist/blocks/index.d.ts +480 -0
- package/dist/blocks/index.js +6700 -0
- package/dist/blocks/index.mjs +2550 -0
- package/dist/blocks/misc/index.d.mts +90 -0
- package/dist/blocks/misc/index.d.ts +90 -0
- package/dist/blocks/misc/index.js +1186 -0
- package/dist/blocks/misc/index.mjs +387 -0
- package/dist/blocks/pricing/index.d.mts +93 -0
- package/dist/blocks/pricing/index.d.ts +93 -0
- package/dist/blocks/pricing/index.js +1528 -0
- package/dist/blocks/pricing/index.mjs +677 -0
- package/dist/breadcrumb/index.d.mts +14 -0
- package/dist/breadcrumb/index.d.ts +14 -0
- package/dist/breadcrumb/index.js +64 -0
- package/dist/breadcrumb/index.js.map +1 -0
- package/dist/breadcrumb/index.mjs +27 -0
- package/dist/breadcrumb/index.mjs.map +1 -0
- package/dist/button/index.d.mts +16 -0
- package/dist/button/index.d.ts +16 -0
- package/dist/button/index.js +302 -0
- package/dist/button/index.js.map +1 -0
- package/dist/button/index.mjs +261 -0
- package/dist/button/index.mjs.map +1 -0
- package/dist/card/index.d.mts +17 -0
- package/dist/card/index.d.ts +17 -0
- package/dist/card/index.js +140 -0
- package/dist/card/index.js.map +1 -0
- package/dist/card/index.mjs +93 -0
- package/dist/card/index.mjs.map +1 -0
- package/dist/carousel/index.d.mts +15 -0
- package/dist/carousel/index.d.ts +15 -0
- package/dist/carousel/index.js +194 -0
- package/dist/carousel/index.js.map +1 -0
- package/dist/carousel/index.mjs +152 -0
- package/dist/carousel/index.mjs.map +1 -0
- package/dist/checkbox/index.d.mts +20 -0
- package/dist/checkbox/index.d.ts +20 -0
- package/dist/checkbox/index.js +185 -0
- package/dist/checkbox/index.js.map +1 -0
- package/dist/checkbox/index.mjs +143 -0
- package/dist/checkbox/index.mjs.map +1 -0
- package/dist/chip/index.d.mts +36 -0
- package/dist/chip/index.d.ts +36 -0
- package/dist/chip/index.js +130 -0
- package/dist/chip/index.js.map +1 -0
- package/dist/chip/index.mjs +88 -0
- package/dist/chip/index.mjs.map +1 -0
- package/dist/chunk-3ODWQVIA.mjs +12 -0
- package/dist/chunk-3ODWQVIA.mjs.map +1 -0
- package/dist/chunk-4EGKGSGY.mjs +129 -0
- package/dist/chunk-53OZVR57.mjs +108 -0
- package/dist/chunk-53OZVR57.mjs.map +1 -0
- package/dist/chunk-5YXZXYLH.mjs +67 -0
- package/dist/chunk-CBRGWUZG.mjs +11 -0
- package/dist/chunk-CBRGWUZG.mjs.map +1 -0
- package/dist/chunk-D22AALLE.mjs +22 -0
- package/dist/chunk-D36MPDGE.mjs +476 -0
- package/dist/chunk-F3DQJHTG.mjs +3113 -0
- package/dist/chunk-FQ6WVEHW.mjs +151 -0
- package/dist/chunk-GVJYACGA.mjs +189 -0
- package/dist/chunk-HYXZRCZW.mjs +265 -0
- package/dist/chunk-HYXZRCZW.mjs.map +1 -0
- package/dist/chunk-JNUGOUYJ.mjs +154 -0
- package/dist/chunk-JX5YLRCU.mjs +443 -0
- package/dist/chunk-JX5YLRCU.mjs.map +1 -0
- package/dist/chunk-MQUAGP7K.mjs +1098 -0
- package/dist/chunk-NMS5LCSQ.mjs +195 -0
- package/dist/chunk-NV3KR5Y7.mjs +82 -0
- package/dist/chunk-NV3KR5Y7.mjs.map +1 -0
- package/dist/chunk-OQ7MNEYW.mjs +151 -0
- package/dist/chunk-OQ7MNEYW.mjs.map +1 -0
- package/dist/chunk-OY66MBXP.mjs +163 -0
- package/dist/chunk-R4HAAT6R.mjs +131 -0
- package/dist/chunk-WUHNPHD5.mjs +0 -0
- package/dist/chunk-ZFXKCRJC.mjs +11 -0
- package/dist/chunk-ZS3FB3PO.mjs +12 -0
- package/dist/codeBlock/index.d.mts +24 -0
- package/dist/codeBlock/index.d.ts +24 -0
- package/dist/codeBlock/index.js +518 -0
- package/dist/codeBlock/index.js.map +1 -0
- package/dist/codeBlock/index.mjs +433 -0
- package/dist/codeBlock/index.mjs.map +1 -0
- package/dist/collapsible/index.d.mts +8 -0
- package/dist/collapsible/index.d.ts +8 -0
- package/dist/collapsible/index.js +50 -0
- package/dist/collapsible/index.js.map +1 -0
- package/dist/collapsible/index.mjs +13 -0
- package/dist/collapsible/index.mjs.map +1 -0
- package/dist/colorPicker/index.d.mts +34 -0
- package/dist/colorPicker/index.d.ts +34 -0
- package/dist/colorPicker/index.js +276 -0
- package/dist/colorPicker/index.js.map +1 -0
- package/dist/colorPicker/index.mjs +171 -0
- package/dist/colorPicker/index.mjs.map +1 -0
- package/dist/combobox/index.d.mts +41 -0
- package/dist/combobox/index.d.ts +41 -0
- package/dist/combobox/index.js +749 -0
- package/dist/combobox/index.js.map +1 -0
- package/dist/combobox/index.mjs +295 -0
- package/dist/combobox/index.mjs.map +1 -0
- package/dist/command/index.d.mts +48 -0
- package/dist/command/index.d.ts +48 -0
- package/dist/command/index.js +486 -0
- package/dist/command/index.js.map +1 -0
- package/dist/command/index.mjs +23 -0
- package/dist/command/index.mjs.map +1 -0
- package/dist/commonTypes-2IGtJ5cq.d.mts +3 -0
- package/dist/commonTypes-2IGtJ5cq.d.ts +3 -0
- package/dist/commonTypes-2k6FnHw5.d.mts +4 -0
- package/dist/commonTypes-2k6FnHw5.d.ts +4 -0
- package/dist/commonTypes-3k5cNB1s.d.mts +4 -0
- package/dist/commonTypes-3k5cNB1s.d.ts +4 -0
- package/dist/commonTypes-CKtkuNFH.d.mts +11 -0
- package/dist/commonTypes-CKtkuNFH.d.ts +11 -0
- package/dist/commonTypes-GhKAraJw.d.mts +4 -0
- package/dist/commonTypes-GhKAraJw.d.ts +4 -0
- package/dist/commonTypes-MxCJyrHv.d.mts +8 -0
- package/dist/commonTypes-MxCJyrHv.d.ts +8 -0
- package/dist/commonTypes-PBumfOBg.d.mts +3 -0
- package/dist/commonTypes-PBumfOBg.d.ts +3 -0
- package/dist/commonTypes-WPhcN3Vr.d.mts +5 -0
- package/dist/commonTypes-WPhcN3Vr.d.ts +5 -0
- package/dist/commonTypes-_11epZYh.d.mts +4 -0
- package/dist/commonTypes-_11epZYh.d.ts +4 -0
- package/dist/commonTypes-ko_NGEoT.d.mts +3 -0
- package/dist/commonTypes-ko_NGEoT.d.ts +3 -0
- package/dist/copyrights/index.d.mts +17 -0
- package/dist/copyrights/index.d.ts +17 -0
- package/dist/copyrights/index.js +46 -0
- package/dist/copyrights/index.js.map +1 -0
- package/dist/copyrights/index.mjs +9 -0
- package/dist/copyrights/index.mjs.map +1 -0
- package/dist/count/index.d.mts +11 -0
- package/dist/count/index.d.ts +11 -0
- package/dist/count/index.js +46 -0
- package/dist/count/index.js.map +1 -0
- package/dist/count/index.mjs +9 -0
- package/dist/count/index.mjs.map +1 -0
- package/dist/dataTable/index.d.mts +41 -0
- package/dist/dataTable/index.d.ts +41 -0
- package/dist/dataTable/index.js +1305 -0
- package/dist/dataTable/index.js.map +1 -0
- package/dist/dataTable/index.mjs +1273 -0
- package/dist/dataTable/index.mjs.map +1 -0
- package/dist/destroyableCard/index.d.mts +12 -0
- package/dist/destroyableCard/index.d.ts +12 -0
- package/dist/destroyableCard/index.js +204 -0
- package/dist/destroyableCard/index.js.map +1 -0
- package/dist/destroyableCard/index.mjs +164 -0
- package/dist/destroyableCard/index.mjs.map +1 -0
- package/dist/dialog/index.d.mts +57 -0
- package/dist/dialog/index.d.ts +57 -0
- package/dist/dialog/index.js +369 -0
- package/dist/dialog/index.js.map +1 -0
- package/dist/dialog/index.mjs +315 -0
- package/dist/dialog/index.mjs.map +1 -0
- package/dist/docsLayout/index.d.mts +37 -0
- package/dist/docsLayout/index.d.ts +37 -0
- package/dist/docsLayout/index.js +928 -0
- package/dist/docsLayout/index.js.map +1 -0
- package/dist/docsLayout/index.mjs +888 -0
- package/dist/docsLayout/index.mjs.map +1 -0
- package/dist/docsSidebar/index.d.mts +11 -0
- package/dist/docsSidebar/index.d.ts +11 -0
- package/dist/docsSidebar/index.js +112 -0
- package/dist/docsSidebar/index.js.map +1 -0
- package/dist/docsSidebar/index.mjs +70 -0
- package/dist/docsSidebar/index.mjs.map +1 -0
- package/dist/dropdownMenu/index.d.mts +96 -0
- package/dist/dropdownMenu/index.d.ts +96 -0
- package/dist/dropdownMenu/index.js +421 -0
- package/dist/dropdownMenu/index.js.map +1 -0
- package/dist/dropdownMenu/index.mjs +363 -0
- package/dist/dropdownMenu/index.mjs.map +1 -0
- package/dist/elements/index.d.mts +788 -0
- package/dist/elements/index.d.ts +788 -0
- package/dist/elements/index.js +7835 -0
- package/dist/elements/index.mjs +3418 -0
- package/dist/fileDropzone/index.d.mts +37 -0
- package/dist/fileDropzone/index.d.ts +37 -0
- package/dist/fileDropzone/index.js +665 -0
- package/dist/fileDropzone/index.js.map +1 -0
- package/dist/fileDropzone/index.mjs +625 -0
- package/dist/fileDropzone/index.mjs.map +1 -0
- package/dist/fileUploader/index.d.mts +5 -0
- package/dist/fileUploader/index.d.ts +5 -0
- package/dist/fileUploader/index.js +62 -0
- package/dist/fileUploader/index.js.map +1 -0
- package/dist/fileUploader/index.mjs +25 -0
- package/dist/fileUploader/index.mjs.map +1 -0
- package/dist/glow/index.d.mts +16 -0
- package/dist/glow/index.d.ts +16 -0
- package/dist/glow/index.js +149 -0
- package/dist/glow/index.js.map +1 -0
- package/dist/glow/index.mjs +111 -0
- package/dist/glow/index.mjs.map +1 -0
- package/dist/hooks/index.d.mts +108 -0
- package/dist/hooks/index.d.ts +108 -0
- package/dist/hooks/index.js +459 -0
- package/dist/hooks/index.mjs +255 -0
- package/dist/index.d.mts +1932 -0
- package/dist/index.d.ts +1932 -0
- package/dist/index.js +12126 -0
- package/dist/index.mjs +11911 -0
- package/dist/input/index.d.mts +43 -0
- package/dist/input/index.d.ts +43 -0
- package/dist/input/index.js +293 -0
- package/dist/input/index.js.map +1 -0
- package/dist/input/index.mjs +158 -0
- package/dist/input/index.mjs.map +1 -0
- package/dist/interfaceSettings/index.d.mts +18 -0
- package/dist/interfaceSettings/index.d.ts +18 -0
- package/dist/interfaceSettings/index.js +419 -0
- package/dist/interfaceSettings/index.js.map +1 -0
- package/dist/interfaceSettings/index.mjs +282 -0
- package/dist/interfaceSettings/index.mjs.map +1 -0
- package/dist/label/index.d.mts +13 -0
- package/dist/label/index.d.ts +13 -0
- package/dist/label/index.js +143 -0
- package/dist/label/index.js.map +1 -0
- package/dist/label/index.mjs +103 -0
- package/dist/label/index.mjs.map +1 -0
- package/dist/layout/index.d.mts +256 -0
- package/dist/layout/index.d.ts +256 -0
- package/dist/layout/index.js +2627 -0
- package/dist/layout/index.mjs +1393 -0
- package/dist/loading/index.d.mts +15 -0
- package/dist/loading/index.d.ts +15 -0
- package/dist/loading/index.js +226 -0
- package/dist/loading/index.js.map +1 -0
- package/dist/loading/index.mjs +184 -0
- package/dist/loading/index.mjs.map +1 -0
- package/dist/logos/index.d.mts +27 -0
- package/dist/logos/index.d.ts +27 -0
- package/dist/logos/index.js +245 -0
- package/dist/logos/index.js.map +1 -0
- package/dist/logos/index.mjs +208 -0
- package/dist/logos/index.mjs.map +1 -0
- package/dist/navbar/index.d.mts +17 -0
- package/dist/navbar/index.d.ts +17 -0
- package/dist/navbar/index.js +166 -0
- package/dist/navbar/index.js.map +1 -0
- package/dist/navbar/index.mjs +126 -0
- package/dist/navbar/index.mjs.map +1 -0
- package/dist/navigationMenu/index.d.mts +39 -0
- package/dist/navigationMenu/index.d.ts +39 -0
- package/dist/navigationMenu/index.js +222 -0
- package/dist/navigationMenu/index.js.map +1 -0
- package/dist/navigationMenu/index.mjs +170 -0
- package/dist/navigationMenu/index.mjs.map +1 -0
- package/dist/pagination/index.d.mts +11 -0
- package/dist/pagination/index.d.ts +11 -0
- package/dist/pagination/index.js +161 -0
- package/dist/pagination/index.js.map +1 -0
- package/dist/pagination/index.mjs +119 -0
- package/dist/pagination/index.mjs.map +1 -0
- package/dist/passwordInput/index.d.mts +13 -0
- package/dist/passwordInput/index.d.ts +13 -0
- package/dist/passwordInput/index.js +577 -0
- package/dist/passwordInput/index.js.map +1 -0
- package/dist/passwordInput/index.mjs +534 -0
- package/dist/passwordInput/index.mjs.map +1 -0
- package/dist/phoneInput/index.d.mts +23 -0
- package/dist/phoneInput/index.d.ts +23 -0
- package/dist/phoneInput/index.js +2081 -0
- package/dist/phoneInput/index.js.map +1 -0
- package/dist/phoneInput/index.mjs +2041 -0
- package/dist/phoneInput/index.mjs.map +1 -0
- package/dist/pinInput/index.d.mts +20 -0
- package/dist/pinInput/index.d.ts +20 -0
- package/dist/pinInput/index.js +132 -0
- package/dist/pinInput/index.js.map +1 -0
- package/dist/pinInput/index.mjs +90 -0
- package/dist/pinInput/index.mjs.map +1 -0
- package/dist/popover/index.d.mts +23 -0
- package/dist/popover/index.d.ts +23 -0
- package/dist/popover/index.js +113 -0
- package/dist/popover/index.js.map +1 -0
- package/dist/popover/index.mjs +69 -0
- package/dist/popover/index.mjs.map +1 -0
- package/dist/progress/index.d.mts +6 -0
- package/dist/progress/index.d.ts +6 -0
- package/dist/progress/index.js +72 -0
- package/dist/progress/index.js.map +1 -0
- package/dist/progress/index.mjs +30 -0
- package/dist/progress/index.mjs.map +1 -0
- package/dist/progressCircle/index.d.mts +16 -0
- package/dist/progressCircle/index.d.ts +16 -0
- package/dist/progressCircle/index.js +160 -0
- package/dist/progressCircle/index.js.map +1 -0
- package/dist/progressCircle/index.mjs +118 -0
- package/dist/progressCircle/index.mjs.map +1 -0
- package/dist/radio/index.d.mts +39 -0
- package/dist/radio/index.d.ts +39 -0
- package/dist/radio/index.js +330 -0
- package/dist/radio/index.js.map +1 -0
- package/dist/radio/index.mjs +290 -0
- package/dist/radio/index.mjs.map +1 -0
- package/dist/scrollArea/index.d.mts +10 -0
- package/dist/scrollArea/index.d.ts +10 -0
- package/dist/scrollArea/index.js +91 -0
- package/dist/scrollArea/index.js.map +1 -0
- package/dist/scrollArea/index.mjs +48 -0
- package/dist/scrollArea/index.mjs.map +1 -0
- package/dist/scrollIndicator/index.d.mts +9 -0
- package/dist/scrollIndicator/index.d.ts +9 -0
- package/dist/scrollIndicator/index.js +80 -0
- package/dist/scrollIndicator/index.js.map +1 -0
- package/dist/scrollIndicator/index.mjs +43 -0
- package/dist/scrollIndicator/index.mjs.map +1 -0
- package/dist/select/index.d.mts +50 -0
- package/dist/select/index.d.ts +50 -0
- package/dist/select/index.js +322 -0
- package/dist/select/index.js.map +1 -0
- package/dist/select/index.mjs +282 -0
- package/dist/select/index.mjs.map +1 -0
- package/dist/separator/index.d.mts +10 -0
- package/dist/separator/index.d.ts +10 -0
- package/dist/separator/index.js +67 -0
- package/dist/separator/index.js.map +1 -0
- package/dist/separator/index.mjs +25 -0
- package/dist/separator/index.mjs.map +1 -0
- package/dist/sheet/index.d.mts +30 -0
- package/dist/sheet/index.d.ts +30 -0
- package/dist/sheet/index.js +202 -0
- package/dist/sheet/index.js.map +1 -0
- package/dist/sheet/index.mjs +151 -0
- package/dist/sheet/index.mjs.map +1 -0
- package/dist/sidebar/index.d.mts +48 -0
- package/dist/sidebar/index.d.ts +48 -0
- package/dist/sidebar/index.js +342 -0
- package/dist/sidebar/index.js.map +1 -0
- package/dist/sidebar/index.mjs +299 -0
- package/dist/sidebar/index.mjs.map +1 -0
- package/dist/signature/index.d.mts +27 -0
- package/dist/signature/index.d.ts +27 -0
- package/dist/signature/index.js +242 -0
- package/dist/signature/index.js.map +1 -0
- package/dist/signature/index.mjs +200 -0
- package/dist/signature/index.mjs.map +1 -0
- package/dist/simpleTable/index.d.mts +30 -0
- package/dist/simpleTable/index.d.ts +30 -0
- package/dist/simpleTable/index.js +250 -0
- package/dist/simpleTable/index.js.map +1 -0
- package/dist/simpleTable/index.mjs +214 -0
- package/dist/simpleTable/index.mjs.map +1 -0
- package/dist/skeleton/index.d.mts +10 -0
- package/dist/skeleton/index.d.ts +10 -0
- package/dist/skeleton/index.js +76 -0
- package/dist/skeleton/index.js.map +1 -0
- package/dist/skeleton/index.mjs +34 -0
- package/dist/skeleton/index.mjs.map +1 -0
- package/dist/slider/index.d.mts +6 -0
- package/dist/slider/index.d.ts +6 -0
- package/dist/slider/index.js +67 -0
- package/dist/slider/index.js.map +1 -0
- package/dist/slider/index.mjs +25 -0
- package/dist/slider/index.mjs.map +1 -0
- package/dist/sortButton/index.d.mts +10 -0
- package/dist/sortButton/index.d.ts +10 -0
- package/dist/sortButton/index.js +337 -0
- package/dist/sortButton/index.js.map +1 -0
- package/dist/sortButton/index.mjs +43 -0
- package/dist/sortButton/index.mjs.map +1 -0
- package/dist/splitButton/index.d.mts +52 -0
- package/dist/splitButton/index.d.ts +52 -0
- package/dist/splitButton/index.js +693 -0
- package/dist/splitButton/index.js.map +1 -0
- package/dist/splitButton/index.mjs +401 -0
- package/dist/splitButton/index.mjs.map +1 -0
- package/dist/stats/index.d.mts +19 -0
- package/dist/stats/index.d.ts +19 -0
- package/dist/stats/index.js +192 -0
- package/dist/stats/index.js.map +1 -0
- package/dist/stats/index.mjs +155 -0
- package/dist/stats/index.mjs.map +1 -0
- package/dist/stopPropagationWrapper/index.d.mts +5 -0
- package/dist/stopPropagationWrapper/index.d.ts +5 -0
- package/dist/stopPropagationWrapper/index.js +49 -0
- package/dist/stopPropagationWrapper/index.js.map +1 -0
- package/dist/stopPropagationWrapper/index.mjs +12 -0
- package/dist/stopPropagationWrapper/index.mjs.map +1 -0
- package/dist/switch/index.d.mts +12 -0
- package/dist/switch/index.d.ts +12 -0
- package/dist/switch/index.js +125 -0
- package/dist/switch/index.js.map +1 -0
- package/dist/switch/index.mjs +83 -0
- package/dist/switch/index.mjs.map +1 -0
- package/dist/table/index.d.mts +21 -0
- package/dist/table/index.d.ts +21 -0
- package/dist/table/index.js +173 -0
- package/dist/table/index.js.map +1 -0
- package/dist/table/index.mjs +124 -0
- package/dist/table/index.mjs.map +1 -0
- package/dist/tabs/index.d.mts +33 -0
- package/dist/tabs/index.d.ts +33 -0
- package/dist/tabs/index.js +201 -0
- package/dist/tabs/index.js.map +1 -0
- package/dist/tabs/index.mjs +158 -0
- package/dist/tabs/index.mjs.map +1 -0
- package/dist/textTypes-559CaoOV.d.mts +88 -0
- package/dist/textTypes-559CaoOV.d.ts +88 -0
- package/dist/textarea/index.d.mts +27 -0
- package/dist/textarea/index.d.ts +27 -0
- package/dist/textarea/index.js +230 -0
- package/dist/textarea/index.js.map +1 -0
- package/dist/textarea/index.mjs +190 -0
- package/dist/textarea/index.mjs.map +1 -0
- package/dist/toast/index.d.mts +26 -0
- package/dist/toast/index.d.ts +26 -0
- package/dist/toast/index.js +198 -0
- package/dist/toast/index.js.map +1 -0
- package/dist/toast/index.mjs +20 -0
- package/dist/toast/index.mjs.map +1 -0
- package/dist/toaster/index.d.mts +9 -0
- package/dist/toaster/index.d.ts +9 -0
- package/dist/toaster/index.js +354 -0
- package/dist/toaster/index.js.map +1 -0
- package/dist/toaster/index.mjs +185 -0
- package/dist/toaster/index.mjs.map +1 -0
- package/dist/types/index.d.mts +115 -0
- package/dist/types/index.d.ts +115 -0
- package/dist/types/index.js +18 -0
- package/dist/types/index.mjs +0 -0
- package/package.json +1 -1
@@ -0,0 +1,625 @@
|
|
1
|
+
import {
|
2
|
+
cn
|
3
|
+
} from "../chunk-CBRGWUZG.mjs";
|
4
|
+
|
5
|
+
// elements/fileDropzone/FileDropzone.tsx
|
6
|
+
import React4, { useEffect as useEffect2, useState as useState2 } from "react";
|
7
|
+
import { useDropzone } from "react-dropzone";
|
8
|
+
import clsx from "clsx";
|
9
|
+
|
10
|
+
// elements/alert/Alert.tsx
|
11
|
+
import React3, { useRef, useState, useEffect } from "react";
|
12
|
+
|
13
|
+
// elements/button/Button.tsx
|
14
|
+
import * as React2 from "react";
|
15
|
+
import { cva } from "class-variance-authority";
|
16
|
+
|
17
|
+
// elements/loading/Loading.tsx
|
18
|
+
import React from "react";
|
19
|
+
var Loading = ({
|
20
|
+
design = "spinner",
|
21
|
+
size = "sm",
|
22
|
+
themeMode = "light",
|
23
|
+
color,
|
24
|
+
...props
|
25
|
+
}) => {
|
26
|
+
let sizeStyles = {
|
27
|
+
button: "hawa-h-4 hawa-w-4",
|
28
|
+
xs: "hawa-h-1 hawa-w-1",
|
29
|
+
sm: "hawa-h-6 hawa-w-6",
|
30
|
+
normal: "hawa-h-8 hawa-w-8",
|
31
|
+
lg: "hawa-h-14 hawa-w-14",
|
32
|
+
xl: "hawa-h-24 hawa-w-24"
|
33
|
+
};
|
34
|
+
let animationStyles = {
|
35
|
+
pulse: "hawa-animate-in hawa-fade-in hawa-duration-1000",
|
36
|
+
bounce: "hawa-animate-bounce"
|
37
|
+
};
|
38
|
+
switch (design.split("-")[0]) {
|
39
|
+
case "dots":
|
40
|
+
return /* @__PURE__ */ React.createElement(
|
41
|
+
"div",
|
42
|
+
{
|
43
|
+
className: cn("hawa-flex hawa-flex-row hawa-gap-2", props.className)
|
44
|
+
},
|
45
|
+
/* @__PURE__ */ React.createElement(
|
46
|
+
"div",
|
47
|
+
{
|
48
|
+
className: cn(
|
49
|
+
"hawa-animate-bounce hawa-rounded-full hawa-delay-100 hawa-repeat-infinite",
|
50
|
+
size === "button" ? "hawa-h-2 hawa-w-2" : sizeStyles[size],
|
51
|
+
animationStyles[design.split("-")[1]],
|
52
|
+
color ? color : "hawa-bg-primary"
|
53
|
+
)
|
54
|
+
}
|
55
|
+
),
|
56
|
+
/* @__PURE__ */ React.createElement(
|
57
|
+
"div",
|
58
|
+
{
|
59
|
+
className: cn(
|
60
|
+
"hawa-animate-bounce hawa-rounded-full hawa-delay-200 hawa-repeat-infinite",
|
61
|
+
size === "button" ? "hawa-h-2 hawa-w-2" : sizeStyles[size],
|
62
|
+
animationStyles[design.split("-")[1]],
|
63
|
+
color ? color : "hawa-bg-primary"
|
64
|
+
)
|
65
|
+
}
|
66
|
+
),
|
67
|
+
/* @__PURE__ */ React.createElement(
|
68
|
+
"div",
|
69
|
+
{
|
70
|
+
className: cn(
|
71
|
+
"hawa-animate-bounce hawa-rounded-full hawa-delay-300 hawa-repeat-infinite",
|
72
|
+
size === "button" ? "hawa-h-2 hawa-w-2" : sizeStyles[size],
|
73
|
+
animationStyles[design.split("-")[1]],
|
74
|
+
color ? color : "hawa-bg-primary"
|
75
|
+
)
|
76
|
+
}
|
77
|
+
)
|
78
|
+
);
|
79
|
+
case "square":
|
80
|
+
return /* @__PURE__ */ React.createElement(
|
81
|
+
"svg",
|
82
|
+
{
|
83
|
+
className: cn("squircle-container", sizeStyles[size]),
|
84
|
+
viewBox: "0 0 35 35",
|
85
|
+
height: "35",
|
86
|
+
width: "35"
|
87
|
+
},
|
88
|
+
/* @__PURE__ */ React.createElement(
|
89
|
+
"rect",
|
90
|
+
{
|
91
|
+
className: "squircle-track",
|
92
|
+
x: "2.5",
|
93
|
+
y: "2.5",
|
94
|
+
fill: "none",
|
95
|
+
strokeWidth: "5px",
|
96
|
+
width: "32.5",
|
97
|
+
height: "32.5"
|
98
|
+
}
|
99
|
+
),
|
100
|
+
/* @__PURE__ */ React.createElement(
|
101
|
+
"rect",
|
102
|
+
{
|
103
|
+
className: "square-car",
|
104
|
+
x: "2.5",
|
105
|
+
y: "2.5",
|
106
|
+
fill: "none",
|
107
|
+
strokeWidth: "5px",
|
108
|
+
width: "32.5",
|
109
|
+
height: "32.5",
|
110
|
+
pathLength: "100"
|
111
|
+
}
|
112
|
+
)
|
113
|
+
);
|
114
|
+
case "squircle":
|
115
|
+
return /* @__PURE__ */ React.createElement(
|
116
|
+
"svg",
|
117
|
+
{
|
118
|
+
className: cn("squircle-container", sizeStyles[size]),
|
119
|
+
x: "0px",
|
120
|
+
y: "0px",
|
121
|
+
viewBox: "0 0 37 37",
|
122
|
+
height: "37",
|
123
|
+
width: "37",
|
124
|
+
preserveAspectRatio: "xMidYMid meet"
|
125
|
+
},
|
126
|
+
/* @__PURE__ */ React.createElement(
|
127
|
+
"path",
|
128
|
+
{
|
129
|
+
className: "squircle-track",
|
130
|
+
fill: "none",
|
131
|
+
strokeWidth: "5",
|
132
|
+
pathLength: "100",
|
133
|
+
d: "M0.37 18.5 C0.37 5.772 5.772 0.37 18.5 0.37 S36.63 5.772 36.63 18.5 S31.228 36.63 18.5 36.63 S0.37 31.228 0.37 18.5"
|
134
|
+
}
|
135
|
+
),
|
136
|
+
/* @__PURE__ */ React.createElement(
|
137
|
+
"path",
|
138
|
+
{
|
139
|
+
className: "squircle-car",
|
140
|
+
fill: "none",
|
141
|
+
strokeWidth: "5",
|
142
|
+
pathLength: "100",
|
143
|
+
d: "M0.37 18.5 C0.37 5.772 5.772 0.37 18.5 0.37 S36.63 5.772 36.63 18.5 S31.228 36.63 18.5 36.63 S0.37 31.228 0.37 18.5"
|
144
|
+
}
|
145
|
+
)
|
146
|
+
);
|
147
|
+
case "progress":
|
148
|
+
return /* @__PURE__ */ React.createElement("div", { className: "progress-loading" });
|
149
|
+
case "orbit":
|
150
|
+
return /* @__PURE__ */ React.createElement("div", { className: "orbit-container" });
|
151
|
+
default:
|
152
|
+
return /* @__PURE__ */ React.createElement(
|
153
|
+
"svg",
|
154
|
+
{
|
155
|
+
className: cn("circle-container", sizeStyles[size]),
|
156
|
+
viewBox: "0 0 40 40",
|
157
|
+
height: "40",
|
158
|
+
width: "40"
|
159
|
+
},
|
160
|
+
/* @__PURE__ */ React.createElement(
|
161
|
+
"circle",
|
162
|
+
{
|
163
|
+
className: cn("circle-track", {
|
164
|
+
"hawa-stroke-primary-foreground": themeMode === "dark",
|
165
|
+
"hawa-stroke-primary": themeMode === "light"
|
166
|
+
}),
|
167
|
+
cx: "20",
|
168
|
+
cy: "20",
|
169
|
+
r: "17.5",
|
170
|
+
pathLength: "100",
|
171
|
+
strokeWidth: "5px",
|
172
|
+
fill: "none"
|
173
|
+
}
|
174
|
+
),
|
175
|
+
/* @__PURE__ */ React.createElement(
|
176
|
+
"circle",
|
177
|
+
{
|
178
|
+
className: cn("circle-car", {
|
179
|
+
"hawa-stroke-primary-foreground": themeMode === "dark",
|
180
|
+
"hawa-stroke-primary": themeMode === "light"
|
181
|
+
}),
|
182
|
+
cx: "20",
|
183
|
+
cy: "20",
|
184
|
+
r: "17.5",
|
185
|
+
pathLength: "100",
|
186
|
+
strokeWidth: "5px",
|
187
|
+
fill: "none"
|
188
|
+
}
|
189
|
+
)
|
190
|
+
);
|
191
|
+
}
|
192
|
+
};
|
193
|
+
|
194
|
+
// elements/button/Button.tsx
|
195
|
+
var buttonVariants = cva(
|
196
|
+
"hawa-inline-flex hawa-items-center hawa-select-none hawa-rounded-md hawa-text-sm hawa-font-medium hawa-ring-offset-background hawa-transition-colors focus-visible:hawa-outline-none focus-visible:hawa-ring-2 focus-visible:hawa-ring-ring focus-visible:hawa-ring-offset-2 disabled:hawa-pointer-events-none disabled:hawa-opacity-50",
|
197
|
+
{
|
198
|
+
variants: {
|
199
|
+
variant: {
|
200
|
+
default: "hawa-bg-primary hawa-text-primary-foreground hover:hawa-bg-primary/90",
|
201
|
+
light: "hawa-bg-primary/20 hawa-text-primary hover:hawa-bg-primary/40",
|
202
|
+
destructive: "hawa-bg-destructive hawa-text-destructive-foreground hover:hawa-bg-destructive/90",
|
203
|
+
outline: "hawa-border hawa-border-input hawa-bg-transparent hover:hawa-bg-accent hover:hawa-text-accent-foreground",
|
204
|
+
secondary: "hawa-bg-secondary hawa-text-secondary-foreground hover:hawa-bg-secondary/80",
|
205
|
+
ghost: "hover:hawa-bg-accent hover:hawa-text-accent-foreground",
|
206
|
+
link: "hawa-text-primary hawa-underline-offset-4 hover:hawa-underline",
|
207
|
+
combobox: "hawa-bg-background hawa-border",
|
208
|
+
neoBrutalism: "neo-brutalism"
|
209
|
+
// "hawa-cursor-pointer hawa-transition-all hawa-uppercase hawa-font-mono dark:hawa-bg-black hawa-font-bold hawa-py-2 hawa-px-4 hawa-rounded hawa-border-2 hawa-border-primary hawa-shadow-color-primary hawa-transition-[hawa-transform_50ms, hawa-box-shadow_50ms] active:hawa-translate-x-0.5 active:hawa-translate-y-0.5 active:hawa-shadow-color-primary-active shadow-color-primary active:shadow-color-primary-active",
|
210
|
+
},
|
211
|
+
size: {
|
212
|
+
default: "hawa-h-10 hawa-px-4 hawa-py-2",
|
213
|
+
heightless: "hawa-px-4 hawa-py-4",
|
214
|
+
xs: "hawa-h-fit hawa-min-h-[25px] hawa-py-1 hawa-text-[10px] hawa-px-2 ",
|
215
|
+
sm: "hawa-h-9 hawa-text-[11px] hawa-rounded-md hawa-px-3",
|
216
|
+
lg: "hawa-h-11 hawa-rounded-md hawa-px-8",
|
217
|
+
xl: "hawa-h-14 hawa-rounded-md hawa-px-10",
|
218
|
+
icon: "hawa-h-10 hawa-w-10",
|
219
|
+
smallIcon: "hawa-h-7 hawa-w-7"
|
220
|
+
}
|
221
|
+
},
|
222
|
+
defaultVariants: {
|
223
|
+
variant: "default",
|
224
|
+
size: "default"
|
225
|
+
}
|
226
|
+
}
|
227
|
+
);
|
228
|
+
var Button = React2.forwardRef(
|
229
|
+
({
|
230
|
+
className,
|
231
|
+
variant,
|
232
|
+
size,
|
233
|
+
asChild = false,
|
234
|
+
centered = true,
|
235
|
+
isLoading,
|
236
|
+
children,
|
237
|
+
...props
|
238
|
+
}, ref) => {
|
239
|
+
const Comp = "button";
|
240
|
+
const loadingColor = variant === "outline" || variant === "ghost" || variant === "neoBrutalism" ? "hawa-bg-primary" : "hawa-bg-primary-foreground";
|
241
|
+
return /* @__PURE__ */ React2.createElement(
|
242
|
+
Comp,
|
243
|
+
{
|
244
|
+
className: cn(
|
245
|
+
buttonVariants({ variant, size, className }),
|
246
|
+
centered && "hawa-justify-center"
|
247
|
+
// "hawa-bg-red-500"
|
248
|
+
),
|
249
|
+
ref,
|
250
|
+
...props
|
251
|
+
},
|
252
|
+
isLoading ? /* @__PURE__ */ React2.createElement(
|
253
|
+
Loading,
|
254
|
+
{
|
255
|
+
design: size === "icon" || size === "smallIcon" ? "spinner" : "dots-pulse",
|
256
|
+
themeMode: variant === "outline" ? "light" : "dark",
|
257
|
+
color: loadingColor,
|
258
|
+
size: size === "sm" || size === "xs" ? "xs" : "button"
|
259
|
+
}
|
260
|
+
) : children
|
261
|
+
);
|
262
|
+
}
|
263
|
+
);
|
264
|
+
Button.displayName = "Button";
|
265
|
+
|
266
|
+
// elements/alert/Alert.tsx
|
267
|
+
var Alert = ({
|
268
|
+
variant = "normal",
|
269
|
+
direction = "ltr",
|
270
|
+
severity = "none",
|
271
|
+
duration,
|
272
|
+
icon,
|
273
|
+
className,
|
274
|
+
...props
|
275
|
+
}) => {
|
276
|
+
const alertRef = useRef(null);
|
277
|
+
const [closed, setClosed] = useState(false);
|
278
|
+
useEffect(() => {
|
279
|
+
if (duration) {
|
280
|
+
const timeoutHide = setTimeout(() => {
|
281
|
+
setClosed(true);
|
282
|
+
}, duration);
|
283
|
+
const timeoutDestroy = setTimeout(() => {
|
284
|
+
setClosed(true);
|
285
|
+
if (alertRef?.current) {
|
286
|
+
alertRef?.current.removeChild(alertRef?.current.children[0]);
|
287
|
+
}
|
288
|
+
}, duration + 1e3);
|
289
|
+
return () => {
|
290
|
+
clearTimeout(timeoutHide);
|
291
|
+
clearTimeout(timeoutDestroy);
|
292
|
+
};
|
293
|
+
}
|
294
|
+
}, [duration]);
|
295
|
+
let closeButtonStyle = {
|
296
|
+
none: "",
|
297
|
+
info: "",
|
298
|
+
warning: "",
|
299
|
+
error: "",
|
300
|
+
success: "",
|
301
|
+
hyper: "",
|
302
|
+
oceanic: ""
|
303
|
+
};
|
304
|
+
let styleVariant = {
|
305
|
+
none: "hawa-text-gray-700 hawa-bg-gray-100 dark:hawa-bg-gray-900 ",
|
306
|
+
info: "hawa-text-info-foreground hawa-bg-info/90",
|
307
|
+
warning: "hawa-text-warning-foreground hawa-bg-warning/90",
|
308
|
+
error: "hawa-text-destructive-foreground hawa-bg-destructive/90",
|
309
|
+
success: "hawa-text-success-foreground hawa-bg-success/90",
|
310
|
+
hyper: "hawa-text-white hawa-bg-gradient-to-tl hawa-from-pink-700 hawa-via-red-500 hawa-to-yellow-600 ",
|
311
|
+
oceanic: "hawa-text-white hawa-bg-gradient-to-bl hawa-from-green-500 hawa-via-blue-700 hawa-to-purple-500"
|
312
|
+
};
|
313
|
+
return /* @__PURE__ */ React3.createElement("div", { ref: alertRef }, /* @__PURE__ */ React3.createElement(
|
314
|
+
"div",
|
315
|
+
{
|
316
|
+
"data-testid": "alert",
|
317
|
+
"aria-label": "Alert",
|
318
|
+
role: "alert",
|
319
|
+
dir: direction,
|
320
|
+
className: cn(
|
321
|
+
"hawa-relative hawa-mb-4 hawa-flex hawa-flex-col hawa-rounded hawa-p-4 hawa-text-sm hawa-transition-all",
|
322
|
+
styleVariant[severity],
|
323
|
+
closed ? "hawa-opacity-0" : "hawa-opacity-100",
|
324
|
+
className
|
325
|
+
)
|
326
|
+
},
|
327
|
+
/* @__PURE__ */ React3.createElement("div", { className: "hawa-flex hawa-flex-row" }, icon && /* @__PURE__ */ React3.createElement(
|
328
|
+
"div",
|
329
|
+
{
|
330
|
+
className: direction === "rtl" ? "hawa-pl-2 hawa-pt-1" : "hawa-pr-2 hawa-pt-1"
|
331
|
+
},
|
332
|
+
icon
|
333
|
+
), /* @__PURE__ */ React3.createElement("div", { className: "hawa-flex hawa-flex-col" }, /* @__PURE__ */ React3.createElement(
|
334
|
+
"span",
|
335
|
+
{
|
336
|
+
className: cn(
|
337
|
+
"hawa-font-bold",
|
338
|
+
direction === "rtl" ? "hawa-ml-8" : "hawa-mr-8"
|
339
|
+
)
|
340
|
+
},
|
341
|
+
props.title
|
342
|
+
), /* @__PURE__ */ React3.createElement(
|
343
|
+
"span",
|
344
|
+
{
|
345
|
+
className: cn(
|
346
|
+
direction === "rtl" ? "hawa-ml-8" : "hawa-mr-8",
|
347
|
+
props.persistent ? "hawa-w-full" : "hawa-w-[calc(100% - 40px)]"
|
348
|
+
)
|
349
|
+
},
|
350
|
+
props.text
|
351
|
+
), props.actions && /* @__PURE__ */ React3.createElement("div", { className: "hawa-mt-2 hawa-flex hawa-flex-row hawa-gap-2" }, props.actions.map((act, index) => /* @__PURE__ */ React3.createElement(
|
352
|
+
Button,
|
353
|
+
{
|
354
|
+
key: index,
|
355
|
+
variant: act.variant,
|
356
|
+
onClick: act.onClick()
|
357
|
+
},
|
358
|
+
act.label
|
359
|
+
))))),
|
360
|
+
!props.persistent && /* @__PURE__ */ React3.createElement(
|
361
|
+
"button",
|
362
|
+
{
|
363
|
+
type: "button",
|
364
|
+
"data-dismiss-target": "#alert-default",
|
365
|
+
"aria-label": "Close",
|
366
|
+
className: cn(
|
367
|
+
"hawa-absolute hawa-top-2 hawa-inline-flex hawa-h-9 hawa-w-9 hawa-items-center hawa-justify-center hawa-rounded-inner hawa-p-1.5 hawa-transition-all hover:hawa-text-gray-900",
|
368
|
+
closeButtonStyle[severity],
|
369
|
+
direction === "rtl" ? "hawa-left-2" : "hawa-right-2"
|
370
|
+
),
|
371
|
+
onClick: () => {
|
372
|
+
if (props.onAlertClosed) {
|
373
|
+
props.onAlertClosed();
|
374
|
+
}
|
375
|
+
setClosed(true);
|
376
|
+
setTimeout(() => {
|
377
|
+
if (alertRef?.current) {
|
378
|
+
alertRef?.current.removeChild(alertRef?.current.children[0]);
|
379
|
+
}
|
380
|
+
}, 200);
|
381
|
+
}
|
382
|
+
},
|
383
|
+
/* @__PURE__ */ React3.createElement("span", { className: "hawa-sr-only" }, "Close"),
|
384
|
+
/* @__PURE__ */ React3.createElement(
|
385
|
+
"svg",
|
386
|
+
{
|
387
|
+
"aria-label": "Close Icon",
|
388
|
+
"aria-hidden": "true",
|
389
|
+
className: "hawa-h-5 hawa-w-5",
|
390
|
+
fill: "currentColor",
|
391
|
+
viewBox: "0 0 20 20"
|
392
|
+
},
|
393
|
+
/* @__PURE__ */ React3.createElement(
|
394
|
+
"path",
|
395
|
+
{
|
396
|
+
fillRule: "evenodd",
|
397
|
+
d: "M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z",
|
398
|
+
clipRule: "evenodd"
|
399
|
+
}
|
400
|
+
)
|
401
|
+
)
|
402
|
+
)
|
403
|
+
));
|
404
|
+
};
|
405
|
+
|
406
|
+
// elements/fileDropzone/FileDropzone.tsx
|
407
|
+
var FileDropzone = ({
|
408
|
+
texts,
|
409
|
+
files,
|
410
|
+
setFiles,
|
411
|
+
setDeletedFiles,
|
412
|
+
onAcceptedFiles,
|
413
|
+
errorMessages,
|
414
|
+
maxFiles,
|
415
|
+
accept,
|
416
|
+
showPreview,
|
417
|
+
onDeleteFile,
|
418
|
+
onClearFiles,
|
419
|
+
disclaimer,
|
420
|
+
maxSize,
|
421
|
+
label,
|
422
|
+
termsLink,
|
423
|
+
privacyLink
|
424
|
+
}) => {
|
425
|
+
const [cmp, setCmp] = useState2(0);
|
426
|
+
const [max, setMax] = useState2(0);
|
427
|
+
const {
|
428
|
+
getRootProps,
|
429
|
+
getInputProps,
|
430
|
+
fileRejections,
|
431
|
+
acceptedFiles,
|
432
|
+
isDragActive
|
433
|
+
} = useDropzone({
|
434
|
+
multiple: true,
|
435
|
+
accept,
|
436
|
+
maxSize,
|
437
|
+
maxFiles,
|
438
|
+
onDrop: (acceptedFiles2) => {
|
439
|
+
setFiles(
|
440
|
+
acceptedFiles2.map(
|
441
|
+
(file, index) => Object.assign(file, {
|
442
|
+
preview: URL.createObjectURL(file)
|
443
|
+
})
|
444
|
+
)
|
445
|
+
);
|
446
|
+
}
|
447
|
+
});
|
448
|
+
useEffect2(
|
449
|
+
() => () => {
|
450
|
+
files?.forEach((file) => {
|
451
|
+
URL.revokeObjectURL(file.preview);
|
452
|
+
});
|
453
|
+
},
|
454
|
+
[files]
|
455
|
+
);
|
456
|
+
useEffect2(() => {
|
457
|
+
setFiles(acceptedFiles);
|
458
|
+
}, [acceptedFiles, cmp, setFiles]);
|
459
|
+
onClearFiles = () => {
|
460
|
+
acceptedFiles.length = 0;
|
461
|
+
acceptedFiles.splice(0, acceptedFiles.length);
|
462
|
+
setFiles([]);
|
463
|
+
};
|
464
|
+
const clearAllFiles = () => {
|
465
|
+
acceptedFiles.length = 0;
|
466
|
+
setFiles([]);
|
467
|
+
};
|
468
|
+
useEffect2(() => {
|
469
|
+
if (maxSize > 0) {
|
470
|
+
const k = 1024;
|
471
|
+
const sizes = ["Bytes", "KB", "MB", "GB", "TB", "PB", "EB", "ZB", "YB"];
|
472
|
+
const i = Math.floor(Math.log(maxSize) / Math.log(1024));
|
473
|
+
setMax(
|
474
|
+
parseFloat((maxSize / Math.pow(1024, i)).toFixed(2)) + " " + sizes[i]
|
475
|
+
);
|
476
|
+
}
|
477
|
+
}, [maxSize]);
|
478
|
+
const errs = fileRejections.map((rej, i) => {
|
479
|
+
switch (rej.errors[0].code) {
|
480
|
+
case "file-too-large":
|
481
|
+
return /* @__PURE__ */ React4.createElement(
|
482
|
+
Alert,
|
483
|
+
{
|
484
|
+
key: i,
|
485
|
+
text: rej.file.name,
|
486
|
+
title: texts.fileTooLarge,
|
487
|
+
severity: "error"
|
488
|
+
}
|
489
|
+
);
|
490
|
+
case "too-many-files":
|
491
|
+
return /* @__PURE__ */ React4.createElement(
|
492
|
+
Alert,
|
493
|
+
{
|
494
|
+
key: i,
|
495
|
+
text: rej.file.name,
|
496
|
+
title: texts.tooManyFiles,
|
497
|
+
severity: "error"
|
498
|
+
}
|
499
|
+
);
|
500
|
+
case "file-invalid-type":
|
501
|
+
return /* @__PURE__ */ React4.createElement(
|
502
|
+
Alert,
|
503
|
+
{
|
504
|
+
key: i,
|
505
|
+
text: rej.file.name,
|
506
|
+
title: texts.invalidFileType,
|
507
|
+
severity: "error"
|
508
|
+
}
|
509
|
+
);
|
510
|
+
default:
|
511
|
+
return /* @__PURE__ */ React4.createElement(
|
512
|
+
Alert,
|
513
|
+
{
|
514
|
+
key: i,
|
515
|
+
text: rej.file.name,
|
516
|
+
title: rej.errors[0].code,
|
517
|
+
severity: "error"
|
518
|
+
}
|
519
|
+
);
|
520
|
+
}
|
521
|
+
});
|
522
|
+
const thumbs = files?.map((file, index) => /* @__PURE__ */ React4.createElement("div", { className: "hawa-relative hawa-rounded", key: index }, /* @__PURE__ */ React4.createElement(
|
523
|
+
"button",
|
524
|
+
{
|
525
|
+
onClick: (e) => {
|
526
|
+
e.stopPropagation();
|
527
|
+
acceptedFiles.splice(acceptedFiles.indexOf(file), 1);
|
528
|
+
setCmp(Math.random);
|
529
|
+
onDeleteFile(file);
|
530
|
+
},
|
531
|
+
type: "button",
|
532
|
+
className: "hawa-absolute hawa-left-0 hawa-ml-auto hawa-inline-flex hawa-items-center hawa-rounded-inner hawa-rounded-bl-none hawa-rounded-tr-none hawa-bg-gray-900 hawa-p-1.5 hawa-text-sm hawa-text-gray-400 hawa-transition-all hover:hawa-bg-gray-200 hover:hawa-text-gray-900 dark:hover:hawa-bg-gray-600 dark:hover:hawa-text-white",
|
533
|
+
"data-modal-toggle": "defaultModal"
|
534
|
+
},
|
535
|
+
/* @__PURE__ */ React4.createElement(
|
536
|
+
"svg",
|
537
|
+
{
|
538
|
+
"aria-hidden": "true",
|
539
|
+
className: "hawa-h-5 hawa-w-5",
|
540
|
+
fill: "currentColor",
|
541
|
+
viewBox: "0 0 20 20"
|
542
|
+
},
|
543
|
+
/* @__PURE__ */ React4.createElement(
|
544
|
+
"path",
|
545
|
+
{
|
546
|
+
fillRule: "evenodd",
|
547
|
+
d: "M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z",
|
548
|
+
clipRule: "evenodd"
|
549
|
+
}
|
550
|
+
)
|
551
|
+
),
|
552
|
+
/* @__PURE__ */ React4.createElement("span", { className: "hawa-sr-only" }, "Close modal")
|
553
|
+
), /* @__PURE__ */ React4.createElement(
|
554
|
+
"div",
|
555
|
+
{
|
556
|
+
style: {
|
557
|
+
display: "flex",
|
558
|
+
justifyContent: "center",
|
559
|
+
alignItems: "center",
|
560
|
+
overflow: "hidden",
|
561
|
+
height: 100,
|
562
|
+
width: 100,
|
563
|
+
backgroundImage: `url(${file.preview})`,
|
564
|
+
backgroundSize: "cover",
|
565
|
+
backgroundPosition: "center",
|
566
|
+
border: "1px solid black"
|
567
|
+
},
|
568
|
+
className: "hawa-rounded",
|
569
|
+
key: file.name
|
570
|
+
}
|
571
|
+
)));
|
572
|
+
return /* @__PURE__ */ React4.createElement("div", null, label && /* @__PURE__ */ React4.createElement("div", { className: "hawa-mb-2 hawa-block hawa-text-sm hawa-font-medium hawa-text-gray-900 dark:hawa-text-gray-300" }, label), /* @__PURE__ */ React4.createElement(
|
573
|
+
"div",
|
574
|
+
{
|
575
|
+
className: clsx(
|
576
|
+
"hawa-flex hawa-flex-col hawa-justify-center hawa-rounded hawa-border hawa-border-dashed hawa-p-6 hawa-transition-all ",
|
577
|
+
isDragActive ? "hawa-bg-muted" : "hawa-bg-muted/20 hover:hawa-bg-muted/50 "
|
578
|
+
)
|
579
|
+
},
|
580
|
+
/* @__PURE__ */ React4.createElement("div", { ...getRootProps({}) }, /* @__PURE__ */ React4.createElement("p", { ...getInputProps() }), /* @__PURE__ */ React4.createElement("div", { className: "hawa-flex hawa-flex-col hawa-items-center hawa-justify-center hawa-gap-2 hawa-pt-4 hawa-text-center" }, /* @__PURE__ */ React4.createElement(
|
581
|
+
"svg",
|
582
|
+
{
|
583
|
+
stroke: "currentColor",
|
584
|
+
fill: "none",
|
585
|
+
strokeWidth: "2",
|
586
|
+
viewBox: "0 0 24 24",
|
587
|
+
strokeLinecap: "round",
|
588
|
+
strokeLinejoin: "round",
|
589
|
+
height: "1.5em",
|
590
|
+
width: "1.5em"
|
591
|
+
},
|
592
|
+
/* @__PURE__ */ React4.createElement("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }),
|
593
|
+
/* @__PURE__ */ React4.createElement("path", { d: "M19 11v-2a2 2 0 0 0 -2 -2h-8a2 2 0 0 0 -2 2v8a2 2 0 0 0 2 2h2" }),
|
594
|
+
/* @__PURE__ */ React4.createElement("path", { d: "M13 13l9 3l-4 2l-2 4l-3 -9" }),
|
595
|
+
/* @__PURE__ */ React4.createElement("path", { d: "M3 3l0 .01" }),
|
596
|
+
/* @__PURE__ */ React4.createElement("path", { d: "M7 3l0 .01" }),
|
597
|
+
/* @__PURE__ */ React4.createElement("path", { d: "M11 3l0 .01" }),
|
598
|
+
/* @__PURE__ */ React4.createElement("path", { d: "M15 3l0 .01" }),
|
599
|
+
/* @__PURE__ */ React4.createElement("path", { d: "M3 7l0 .01" }),
|
600
|
+
/* @__PURE__ */ React4.createElement("path", { d: "M3 11l0 .01" }),
|
601
|
+
/* @__PURE__ */ React4.createElement("path", { d: "M3 15l0 .01" })
|
602
|
+
), typeof texts.clickHereToUpload === "function" ? texts.clickHereToUpload() : texts.clickHereToUpload), /* @__PURE__ */ React4.createElement("div", { className: "hawa-select-none hawa-pt-2 hawa-text-center hawa-text-xs" }, texts.acceptedFileTypes, " ", accept.split(",")), /* @__PURE__ */ React4.createElement("div", { className: "hawa-select-none hawa-pb-2 hawa-pt-1 hawa-text-center hawa-text-xs" }, texts.maxFileSize, " ", max)),
|
603
|
+
acceptedFiles.length > 0 && /* @__PURE__ */ React4.createElement("div", { className: "hawa-flex hawa-justify-center hawa-rounded-lg hawa-p-2 " }, /* @__PURE__ */ React4.createElement(Button, { onClick: clearAllFiles }, "Clear All")),
|
604
|
+
acceptedFiles.length > 0 && thumbs && showPreview ? /* @__PURE__ */ React4.createElement("aside", { className: "hawa-flex hawa-flex-row hawa-flex-wrap hawa-justify-center hawa-gap-2 hawa-rounded-lg hawa-p-2" }, thumbs) : null,
|
605
|
+
/* @__PURE__ */ React4.createElement("div", { className: "px-4" }, fileRejections[0]?.errors[0]?.code && errs)
|
606
|
+
), disclaimer && /* @__PURE__ */ React4.createElement("div", { className: "hawa-mt-2 hawa-text-sm hawa-text-muted-foreground/50" }, texts.disclaimer ?? "By uploading a file you agree to our", " ", /* @__PURE__ */ React4.createElement(
|
607
|
+
"a",
|
608
|
+
{
|
609
|
+
href: termsLink,
|
610
|
+
className: "clickable-link hawa-text-muted-foreground/50"
|
611
|
+
},
|
612
|
+
texts.terms ?? "Terms"
|
613
|
+
), " ", texts.and ?? "and", " ", /* @__PURE__ */ React4.createElement(
|
614
|
+
"a",
|
615
|
+
{
|
616
|
+
href: privacyLink,
|
617
|
+
className: "clickable-link hawa-text-muted-foreground/50"
|
618
|
+
},
|
619
|
+
texts.privacyPolicy ?? "Privacy Policy"
|
620
|
+
)));
|
621
|
+
};
|
622
|
+
export {
|
623
|
+
FileDropzone
|
624
|
+
};
|
625
|
+
//# sourceMappingURL=index.mjs.map
|