@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,1273 @@
|
|
1
|
+
import {
|
2
|
+
cn
|
3
|
+
} from "../chunk-CBRGWUZG.mjs";
|
4
|
+
|
5
|
+
// elements/dataTable/DataTable.tsx
|
6
|
+
import * as React9 from "react";
|
7
|
+
import {
|
8
|
+
flexRender,
|
9
|
+
getCoreRowModel,
|
10
|
+
getFilteredRowModel,
|
11
|
+
getPaginationRowModel,
|
12
|
+
getExpandedRowModel,
|
13
|
+
getSortedRowModel,
|
14
|
+
useReactTable
|
15
|
+
} from "@tanstack/react-table";
|
16
|
+
|
17
|
+
// elements/button/Button.tsx
|
18
|
+
import * as React2 from "react";
|
19
|
+
import { cva } from "class-variance-authority";
|
20
|
+
|
21
|
+
// elements/loading/Loading.tsx
|
22
|
+
import React from "react";
|
23
|
+
var Loading = ({
|
24
|
+
design = "spinner",
|
25
|
+
size = "sm",
|
26
|
+
themeMode = "light",
|
27
|
+
color,
|
28
|
+
...props
|
29
|
+
}) => {
|
30
|
+
let sizeStyles = {
|
31
|
+
button: "hawa-h-4 hawa-w-4",
|
32
|
+
xs: "hawa-h-1 hawa-w-1",
|
33
|
+
sm: "hawa-h-6 hawa-w-6",
|
34
|
+
normal: "hawa-h-8 hawa-w-8",
|
35
|
+
lg: "hawa-h-14 hawa-w-14",
|
36
|
+
xl: "hawa-h-24 hawa-w-24"
|
37
|
+
};
|
38
|
+
let animationStyles = {
|
39
|
+
pulse: "hawa-animate-in hawa-fade-in hawa-duration-1000",
|
40
|
+
bounce: "hawa-animate-bounce"
|
41
|
+
};
|
42
|
+
switch (design.split("-")[0]) {
|
43
|
+
case "dots":
|
44
|
+
return /* @__PURE__ */ React.createElement(
|
45
|
+
"div",
|
46
|
+
{
|
47
|
+
className: cn("hawa-flex hawa-flex-row hawa-gap-2", props.className)
|
48
|
+
},
|
49
|
+
/* @__PURE__ */ React.createElement(
|
50
|
+
"div",
|
51
|
+
{
|
52
|
+
className: cn(
|
53
|
+
"hawa-animate-bounce hawa-rounded-full hawa-delay-100 hawa-repeat-infinite",
|
54
|
+
size === "button" ? "hawa-h-2 hawa-w-2" : sizeStyles[size],
|
55
|
+
animationStyles[design.split("-")[1]],
|
56
|
+
color ? color : "hawa-bg-primary"
|
57
|
+
)
|
58
|
+
}
|
59
|
+
),
|
60
|
+
/* @__PURE__ */ React.createElement(
|
61
|
+
"div",
|
62
|
+
{
|
63
|
+
className: cn(
|
64
|
+
"hawa-animate-bounce hawa-rounded-full hawa-delay-200 hawa-repeat-infinite",
|
65
|
+
size === "button" ? "hawa-h-2 hawa-w-2" : sizeStyles[size],
|
66
|
+
animationStyles[design.split("-")[1]],
|
67
|
+
color ? color : "hawa-bg-primary"
|
68
|
+
)
|
69
|
+
}
|
70
|
+
),
|
71
|
+
/* @__PURE__ */ React.createElement(
|
72
|
+
"div",
|
73
|
+
{
|
74
|
+
className: cn(
|
75
|
+
"hawa-animate-bounce hawa-rounded-full hawa-delay-300 hawa-repeat-infinite",
|
76
|
+
size === "button" ? "hawa-h-2 hawa-w-2" : sizeStyles[size],
|
77
|
+
animationStyles[design.split("-")[1]],
|
78
|
+
color ? color : "hawa-bg-primary"
|
79
|
+
)
|
80
|
+
}
|
81
|
+
)
|
82
|
+
);
|
83
|
+
case "square":
|
84
|
+
return /* @__PURE__ */ React.createElement(
|
85
|
+
"svg",
|
86
|
+
{
|
87
|
+
className: cn("squircle-container", sizeStyles[size]),
|
88
|
+
viewBox: "0 0 35 35",
|
89
|
+
height: "35",
|
90
|
+
width: "35"
|
91
|
+
},
|
92
|
+
/* @__PURE__ */ React.createElement(
|
93
|
+
"rect",
|
94
|
+
{
|
95
|
+
className: "squircle-track",
|
96
|
+
x: "2.5",
|
97
|
+
y: "2.5",
|
98
|
+
fill: "none",
|
99
|
+
strokeWidth: "5px",
|
100
|
+
width: "32.5",
|
101
|
+
height: "32.5"
|
102
|
+
}
|
103
|
+
),
|
104
|
+
/* @__PURE__ */ React.createElement(
|
105
|
+
"rect",
|
106
|
+
{
|
107
|
+
className: "square-car",
|
108
|
+
x: "2.5",
|
109
|
+
y: "2.5",
|
110
|
+
fill: "none",
|
111
|
+
strokeWidth: "5px",
|
112
|
+
width: "32.5",
|
113
|
+
height: "32.5",
|
114
|
+
pathLength: "100"
|
115
|
+
}
|
116
|
+
)
|
117
|
+
);
|
118
|
+
case "squircle":
|
119
|
+
return /* @__PURE__ */ React.createElement(
|
120
|
+
"svg",
|
121
|
+
{
|
122
|
+
className: cn("squircle-container", sizeStyles[size]),
|
123
|
+
x: "0px",
|
124
|
+
y: "0px",
|
125
|
+
viewBox: "0 0 37 37",
|
126
|
+
height: "37",
|
127
|
+
width: "37",
|
128
|
+
preserveAspectRatio: "xMidYMid meet"
|
129
|
+
},
|
130
|
+
/* @__PURE__ */ React.createElement(
|
131
|
+
"path",
|
132
|
+
{
|
133
|
+
className: "squircle-track",
|
134
|
+
fill: "none",
|
135
|
+
strokeWidth: "5",
|
136
|
+
pathLength: "100",
|
137
|
+
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"
|
138
|
+
}
|
139
|
+
),
|
140
|
+
/* @__PURE__ */ React.createElement(
|
141
|
+
"path",
|
142
|
+
{
|
143
|
+
className: "squircle-car",
|
144
|
+
fill: "none",
|
145
|
+
strokeWidth: "5",
|
146
|
+
pathLength: "100",
|
147
|
+
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"
|
148
|
+
}
|
149
|
+
)
|
150
|
+
);
|
151
|
+
case "progress":
|
152
|
+
return /* @__PURE__ */ React.createElement("div", { className: "progress-loading" });
|
153
|
+
case "orbit":
|
154
|
+
return /* @__PURE__ */ React.createElement("div", { className: "orbit-container" });
|
155
|
+
default:
|
156
|
+
return /* @__PURE__ */ React.createElement(
|
157
|
+
"svg",
|
158
|
+
{
|
159
|
+
className: cn("circle-container", sizeStyles[size]),
|
160
|
+
viewBox: "0 0 40 40",
|
161
|
+
height: "40",
|
162
|
+
width: "40"
|
163
|
+
},
|
164
|
+
/* @__PURE__ */ React.createElement(
|
165
|
+
"circle",
|
166
|
+
{
|
167
|
+
className: cn("circle-track", {
|
168
|
+
"hawa-stroke-primary-foreground": themeMode === "dark",
|
169
|
+
"hawa-stroke-primary": themeMode === "light"
|
170
|
+
}),
|
171
|
+
cx: "20",
|
172
|
+
cy: "20",
|
173
|
+
r: "17.5",
|
174
|
+
pathLength: "100",
|
175
|
+
strokeWidth: "5px",
|
176
|
+
fill: "none"
|
177
|
+
}
|
178
|
+
),
|
179
|
+
/* @__PURE__ */ React.createElement(
|
180
|
+
"circle",
|
181
|
+
{
|
182
|
+
className: cn("circle-car", {
|
183
|
+
"hawa-stroke-primary-foreground": themeMode === "dark",
|
184
|
+
"hawa-stroke-primary": themeMode === "light"
|
185
|
+
}),
|
186
|
+
cx: "20",
|
187
|
+
cy: "20",
|
188
|
+
r: "17.5",
|
189
|
+
pathLength: "100",
|
190
|
+
strokeWidth: "5px",
|
191
|
+
fill: "none"
|
192
|
+
}
|
193
|
+
)
|
194
|
+
);
|
195
|
+
}
|
196
|
+
};
|
197
|
+
|
198
|
+
// elements/button/Button.tsx
|
199
|
+
var buttonVariants = cva(
|
200
|
+
"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",
|
201
|
+
{
|
202
|
+
variants: {
|
203
|
+
variant: {
|
204
|
+
default: "hawa-bg-primary hawa-text-primary-foreground hover:hawa-bg-primary/90",
|
205
|
+
light: "hawa-bg-primary/20 hawa-text-primary hover:hawa-bg-primary/40",
|
206
|
+
destructive: "hawa-bg-destructive hawa-text-destructive-foreground hover:hawa-bg-destructive/90",
|
207
|
+
outline: "hawa-border hawa-border-input hawa-bg-transparent hover:hawa-bg-accent hover:hawa-text-accent-foreground",
|
208
|
+
secondary: "hawa-bg-secondary hawa-text-secondary-foreground hover:hawa-bg-secondary/80",
|
209
|
+
ghost: "hover:hawa-bg-accent hover:hawa-text-accent-foreground",
|
210
|
+
link: "hawa-text-primary hawa-underline-offset-4 hover:hawa-underline",
|
211
|
+
combobox: "hawa-bg-background hawa-border",
|
212
|
+
neoBrutalism: "neo-brutalism"
|
213
|
+
// "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",
|
214
|
+
},
|
215
|
+
size: {
|
216
|
+
default: "hawa-h-10 hawa-px-4 hawa-py-2",
|
217
|
+
heightless: "hawa-px-4 hawa-py-4",
|
218
|
+
xs: "hawa-h-fit hawa-min-h-[25px] hawa-py-1 hawa-text-[10px] hawa-px-2 ",
|
219
|
+
sm: "hawa-h-9 hawa-text-[11px] hawa-rounded-md hawa-px-3",
|
220
|
+
lg: "hawa-h-11 hawa-rounded-md hawa-px-8",
|
221
|
+
xl: "hawa-h-14 hawa-rounded-md hawa-px-10",
|
222
|
+
icon: "hawa-h-10 hawa-w-10",
|
223
|
+
smallIcon: "hawa-h-7 hawa-w-7"
|
224
|
+
}
|
225
|
+
},
|
226
|
+
defaultVariants: {
|
227
|
+
variant: "default",
|
228
|
+
size: "default"
|
229
|
+
}
|
230
|
+
}
|
231
|
+
);
|
232
|
+
var Button = React2.forwardRef(
|
233
|
+
({
|
234
|
+
className,
|
235
|
+
variant,
|
236
|
+
size,
|
237
|
+
asChild = false,
|
238
|
+
centered = true,
|
239
|
+
isLoading,
|
240
|
+
children,
|
241
|
+
...props
|
242
|
+
}, ref) => {
|
243
|
+
const Comp = "button";
|
244
|
+
const loadingColor = variant === "outline" || variant === "ghost" || variant === "neoBrutalism" ? "hawa-bg-primary" : "hawa-bg-primary-foreground";
|
245
|
+
return /* @__PURE__ */ React2.createElement(
|
246
|
+
Comp,
|
247
|
+
{
|
248
|
+
className: cn(
|
249
|
+
buttonVariants({ variant, size, className }),
|
250
|
+
centered && "hawa-justify-center"
|
251
|
+
// "hawa-bg-red-500"
|
252
|
+
),
|
253
|
+
ref,
|
254
|
+
...props
|
255
|
+
},
|
256
|
+
isLoading ? /* @__PURE__ */ React2.createElement(
|
257
|
+
Loading,
|
258
|
+
{
|
259
|
+
design: size === "icon" || size === "smallIcon" ? "spinner" : "dots-pulse",
|
260
|
+
themeMode: variant === "outline" ? "light" : "dark",
|
261
|
+
color: loadingColor,
|
262
|
+
size: size === "sm" || size === "xs" ? "xs" : "button"
|
263
|
+
}
|
264
|
+
) : children
|
265
|
+
);
|
266
|
+
}
|
267
|
+
);
|
268
|
+
Button.displayName = "Button";
|
269
|
+
|
270
|
+
// elements/dropdownMenu/DropdownMenu.tsx
|
271
|
+
import * as React3 from "react";
|
272
|
+
import * as DropdownMenuPrimitive from "@radix-ui/react-dropdown-menu";
|
273
|
+
var DropdownMenuRoot = DropdownMenuPrimitive.Root;
|
274
|
+
var DropdownMenuTrigger = DropdownMenuPrimitive.Trigger;
|
275
|
+
var DropdownMenuPortal = DropdownMenuPrimitive.Portal;
|
276
|
+
var DropdownMenuSub = DropdownMenuPrimitive.Sub;
|
277
|
+
var DropdownMenuSubTrigger = React3.forwardRef(({ className, inset, children, ...props }, ref) => /* @__PURE__ */ React3.createElement(
|
278
|
+
DropdownMenuPrimitive.SubTrigger,
|
279
|
+
{
|
280
|
+
ref,
|
281
|
+
className: cn(
|
282
|
+
"hawa-flex hawa-cursor-default hawa-select-none hawa-items-center hawa-justify-between hawa-rounded-sm hawa-text-sm hawa-outline-none focus:hawa-bg-accent data-[state=open]:hawa-bg-accent",
|
283
|
+
inset && "hawa-pl-8",
|
284
|
+
className
|
285
|
+
),
|
286
|
+
...props
|
287
|
+
},
|
288
|
+
/* @__PURE__ */ React3.createElement("div", { className: "hawa-flex hawa-flex-row hawa-items-center hawa-gap-2" }, children),
|
289
|
+
" ",
|
290
|
+
/* @__PURE__ */ React3.createElement(
|
291
|
+
"svg",
|
292
|
+
{
|
293
|
+
"aria-label": "Chevron Right Icon",
|
294
|
+
stroke: "currentColor",
|
295
|
+
fill: "currentColor",
|
296
|
+
strokeWidth: "0",
|
297
|
+
viewBox: "0 0 16 16",
|
298
|
+
height: "1em",
|
299
|
+
width: "1em",
|
300
|
+
className: cn(props.dir === "rtl" ? "hawa-rotate-180" : "")
|
301
|
+
},
|
302
|
+
/* @__PURE__ */ React3.createElement(
|
303
|
+
"path",
|
304
|
+
{
|
305
|
+
fillRule: "evenodd",
|
306
|
+
d: "M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"
|
307
|
+
}
|
308
|
+
)
|
309
|
+
)
|
310
|
+
));
|
311
|
+
DropdownMenuSubTrigger.displayName = DropdownMenuPrimitive.SubTrigger.displayName;
|
312
|
+
var DropdownMenuSubContent = React3.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ React3.createElement(
|
313
|
+
DropdownMenuPrimitive.SubContent,
|
314
|
+
{
|
315
|
+
ref,
|
316
|
+
className: cn(
|
317
|
+
"hawa-z-50 hawa-min-w-[8rem] hawa-gap-1 hawa-overflow-hidden hawa-rounded-md hawa-border hawa-bg-popover hawa-p-1 hawa-text-popover-foreground hawa-shadow-lg data-[state=open]:hawa-animate-in data-[state=closed]:hawa-animate-out data-[state=closed]:hawa-fade-out-0 data-[state=open]:hawa-fade-in-0 data-[state=closed]:hawa-zoom-out-95 data-[state=open]:hawa-zoom-in-95 data-[side=bottom]:hawa-slide-in-from-top-2 data-[side=left]:hawa-slide-in-from-right-2 data-[side=right]:hawa-slide-in-from-left-2 data-[side=top]:hawa-slide-in-from-bottom-2",
|
318
|
+
className
|
319
|
+
),
|
320
|
+
...props
|
321
|
+
}
|
322
|
+
));
|
323
|
+
DropdownMenuSubContent.displayName = DropdownMenuPrimitive.SubContent.displayName;
|
324
|
+
var DropdownMenuContent = React3.forwardRef(({ className, sideOffset = 4, ...props }, ref) => /* @__PURE__ */ React3.createElement(DropdownMenuPrimitive.Portal, null, /* @__PURE__ */ React3.createElement(
|
325
|
+
DropdownMenuPrimitive.Content,
|
326
|
+
{
|
327
|
+
ref,
|
328
|
+
sideOffset,
|
329
|
+
className: cn(
|
330
|
+
"hawa-z-50 hawa-overflow-hidden hawa-rounded-md hawa-border hawa-bg-popover hawa-p-1 hawa-text-popover-foreground hawa-shadow-md data-[state=open]:hawa-animate-in data-[state=closed]:hawa-animate-out data-[state=closed]:hawa-fade-out-0 data-[state=open]:hawa-fade-in-0 data-[state=closed]:hawa-zoom-out-95 data-[state=open]:hawa-zoom-in-95 data-[side=bottom]:hawa-slide-in-from-top-2 data-[side=left]:hawa-slide-in-from-right-2 data-[side=right]:hawa-slide-in-from-left-2 data-[side=top]:hawa-slide-in-from-bottom-2",
|
331
|
+
className
|
332
|
+
),
|
333
|
+
...props
|
334
|
+
}
|
335
|
+
)));
|
336
|
+
DropdownMenuContent.displayName = DropdownMenuPrimitive.Content.displayName;
|
337
|
+
var DropdownMenuItem = React3.forwardRef(({ className, inset, badged, slug, ...props }, ref) => {
|
338
|
+
return /* @__PURE__ */ React3.createElement("a", { href: slug }, /* @__PURE__ */ React3.createElement(
|
339
|
+
DropdownMenuPrimitive.Item,
|
340
|
+
{
|
341
|
+
disabled: props.disabled,
|
342
|
+
ref,
|
343
|
+
className: cn(
|
344
|
+
"hawa-relative hawa-flex hawa-cursor-pointer hawa-select-none hawa-items-center hawa-justify-between hawa-rounded-sm hawa-text-sm hawa-outline-none hawa-transition-colors focus:hawa-text-accent-foreground data-[disabled]:hawa-pointer-events-none data-[disabled]:hawa-opacity-50",
|
345
|
+
inset && "hawa-pl-8",
|
346
|
+
props.end && Array.isArray(props.children) && props.children[1] && "hawa-gap-6",
|
347
|
+
className
|
348
|
+
),
|
349
|
+
...props
|
350
|
+
},
|
351
|
+
/* @__PURE__ */ React3.createElement("div", { className: "hawa-flex hawa-flex-row hawa-items-center hawa-gap-2 " }, props.children),
|
352
|
+
props.end && props.end,
|
353
|
+
!props.end && props.shortcut && /* @__PURE__ */ React3.createElement(DropdownMenuShortcut, null, props.shortcut),
|
354
|
+
!props.end && badged && /* @__PURE__ */ React3.createElement("div", { className: "hawa-h-3 hawa-w-3 hawa-rounded-full hawa-bg-red-500" })
|
355
|
+
));
|
356
|
+
});
|
357
|
+
DropdownMenuItem.displayName = DropdownMenuPrimitive.Item.displayName;
|
358
|
+
var DropdownMenuCheckboxItem = React3.forwardRef(({ className, children, checked, ...props }, ref) => /* @__PURE__ */ React3.createElement(
|
359
|
+
DropdownMenuPrimitive.CheckboxItem,
|
360
|
+
{
|
361
|
+
ref,
|
362
|
+
className: cn(
|
363
|
+
"hawa-relative hawa-flex hawa-cursor-default hawa-select-none hawa-items-center hawa-rounded-sm hawa-py-1.5 hawa-pl-8 hawa-pr-2 hawa-text-sm hawa-outline-none hawa-transition-colors focus:hawa-bg-accent focus:hawa-text-accent-foreground data-[disabled]:hawa-pointer-events-none data-[disabled]:hawa-opacity-50",
|
364
|
+
className
|
365
|
+
),
|
366
|
+
checked,
|
367
|
+
...props
|
368
|
+
},
|
369
|
+
/* @__PURE__ */ React3.createElement("span", { className: "hawa-absolute hawa-left-2 hawa-flex hawa-h-3.5 hawa-w-3.5 hawa-items-center hawa-justify-center" }, /* @__PURE__ */ React3.createElement(DropdownMenuPrimitive.ItemIndicator, null, /* @__PURE__ */ React3.createElement(
|
370
|
+
"svg",
|
371
|
+
{
|
372
|
+
"aria-label": "Check Mark",
|
373
|
+
stroke: "currentColor",
|
374
|
+
fill: "currentColor",
|
375
|
+
strokeWidth: "0",
|
376
|
+
viewBox: "0 0 512 512",
|
377
|
+
height: "0.60em",
|
378
|
+
width: "0.60em"
|
379
|
+
},
|
380
|
+
/* @__PURE__ */ React3.createElement("path", { d: "M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z" })
|
381
|
+
), " ")),
|
382
|
+
children
|
383
|
+
));
|
384
|
+
DropdownMenuCheckboxItem.displayName = DropdownMenuPrimitive.CheckboxItem.displayName;
|
385
|
+
var DropdownMenuRadioItem = React3.forwardRef(({ className, children, ...props }, ref) => /* @__PURE__ */ React3.createElement(
|
386
|
+
DropdownMenuPrimitive.RadioItem,
|
387
|
+
{
|
388
|
+
ref,
|
389
|
+
className: cn(
|
390
|
+
"hawa-relative hawa-flex hawa-cursor-pointer hawa-select-none hawa-items-center hawa-rounded-sm hawa-py-1.5 hawa-pl-8 hawa-pr-2 hawa-text-sm hawa-outline-none hawa-transition-colors focus:hawa-bg-accent focus:hawa-text-accent-foreground data-[disabled]:hawa-pointer-events-none data-[disabled]:hawa-opacity-50",
|
391
|
+
className
|
392
|
+
),
|
393
|
+
...props
|
394
|
+
},
|
395
|
+
/* @__PURE__ */ React3.createElement("span", { className: "hawa-absolute hawa-left-2 hawa-flex hawa-h-3.5 hawa-w-3.5 hawa-items-center hawa-justify-center" }, /* @__PURE__ */ React3.createElement(DropdownMenuPrimitive.ItemIndicator, null, /* @__PURE__ */ React3.createElement(
|
396
|
+
"svg",
|
397
|
+
{
|
398
|
+
xmlns: "http://www.w3.org/2000/svg",
|
399
|
+
width: "24",
|
400
|
+
"aria-label": "Circle",
|
401
|
+
height: "24",
|
402
|
+
viewBox: "0 0 24 24",
|
403
|
+
fill: "none",
|
404
|
+
stroke: "currentColor",
|
405
|
+
strokeWidth: "2",
|
406
|
+
strokeLinecap: "round",
|
407
|
+
strokeLinejoin: "round",
|
408
|
+
className: "hawa-h-2 hawa-w-2 hawa-fill-current"
|
409
|
+
},
|
410
|
+
/* @__PURE__ */ React3.createElement("circle", { cx: "12", cy: "12", r: "10" })
|
411
|
+
))),
|
412
|
+
children
|
413
|
+
));
|
414
|
+
DropdownMenuRadioItem.displayName = DropdownMenuPrimitive.RadioItem.displayName;
|
415
|
+
var DropdownMenuLabel = React3.forwardRef(({ className, inset, ...props }, ref) => /* @__PURE__ */ React3.createElement(
|
416
|
+
DropdownMenuPrimitive.Label,
|
417
|
+
{
|
418
|
+
ref,
|
419
|
+
className: cn(
|
420
|
+
"hawa-px-2 hawa-py-1.5 hawa-text-sm hawa-font-semibold",
|
421
|
+
inset && "hawa-pl-8",
|
422
|
+
className
|
423
|
+
),
|
424
|
+
...props
|
425
|
+
}
|
426
|
+
));
|
427
|
+
DropdownMenuLabel.displayName = DropdownMenuPrimitive.Label.displayName;
|
428
|
+
var DropdownMenuSeparator = React3.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ React3.createElement(
|
429
|
+
DropdownMenuPrimitive.Separator,
|
430
|
+
{
|
431
|
+
ref,
|
432
|
+
className: cn("hawa--mx-1 hawa-my-1 hawa-h-px hawa-bg-muted", className),
|
433
|
+
...props
|
434
|
+
}
|
435
|
+
));
|
436
|
+
DropdownMenuSeparator.displayName = DropdownMenuPrimitive.Separator.displayName;
|
437
|
+
var DropdownMenuShortcut = ({
|
438
|
+
className,
|
439
|
+
...props
|
440
|
+
}) => {
|
441
|
+
return /* @__PURE__ */ React3.createElement(
|
442
|
+
"span",
|
443
|
+
{
|
444
|
+
className: cn(
|
445
|
+
"hawa-text-xs hawa-tracking-widest hawa-opacity-60",
|
446
|
+
className
|
447
|
+
),
|
448
|
+
...props
|
449
|
+
}
|
450
|
+
);
|
451
|
+
};
|
452
|
+
DropdownMenuShortcut.displayName = "DropdownMenuShortcut";
|
453
|
+
var DropdownMenu = ({
|
454
|
+
trigger,
|
455
|
+
items,
|
456
|
+
direction,
|
457
|
+
sideOffset,
|
458
|
+
side,
|
459
|
+
className,
|
460
|
+
triggerClassname,
|
461
|
+
align,
|
462
|
+
alignOffset,
|
463
|
+
onItemSelect,
|
464
|
+
size = "default",
|
465
|
+
width = "default",
|
466
|
+
header,
|
467
|
+
onOpenChange,
|
468
|
+
open
|
469
|
+
}) => {
|
470
|
+
const widthStyles = {
|
471
|
+
default: "hawa-min-w-[8rem]",
|
472
|
+
sm: "hawa-w-fit",
|
473
|
+
lg: "hawa-w-[200px]",
|
474
|
+
parent: "ddm-w-parent"
|
475
|
+
};
|
476
|
+
const sizeStyles = {
|
477
|
+
default: "hawa-px-2 hawa-py-3 ",
|
478
|
+
sm: "hawa-text-xs hawa-px-1.5 hawa-py-1.5 "
|
479
|
+
};
|
480
|
+
return /* @__PURE__ */ React3.createElement(
|
481
|
+
DropdownMenuRoot,
|
482
|
+
{
|
483
|
+
onOpenChange,
|
484
|
+
open,
|
485
|
+
modal: false,
|
486
|
+
dir: direction
|
487
|
+
},
|
488
|
+
/* @__PURE__ */ React3.createElement(DropdownMenuTrigger, { asChild: true, className: triggerClassname }, trigger),
|
489
|
+
/* @__PURE__ */ React3.createElement(DropdownMenuPortal, null, /* @__PURE__ */ React3.createElement(
|
490
|
+
DropdownMenuContent,
|
491
|
+
{
|
492
|
+
side,
|
493
|
+
sideOffset,
|
494
|
+
className: cn(
|
495
|
+
className,
|
496
|
+
widthStyles[width],
|
497
|
+
"hawa-flex hawa-flex-col hawa-gap-1"
|
498
|
+
),
|
499
|
+
align,
|
500
|
+
alignOffset
|
501
|
+
},
|
502
|
+
header && header,
|
503
|
+
items && items.map((item, index) => {
|
504
|
+
if (item.itemType === "separator") {
|
505
|
+
return /* @__PURE__ */ React3.createElement(DropdownMenuSeparator, { key: index });
|
506
|
+
} else if (item.itemType === "label") {
|
507
|
+
return /* @__PURE__ */ React3.createElement(DropdownMenuLabel, { key: index }, item.label);
|
508
|
+
} else if (item.itemType === "custom") {
|
509
|
+
return /* @__PURE__ */ React3.createElement("div", { key: index }, item.content);
|
510
|
+
} else {
|
511
|
+
return item.subitems ? /* @__PURE__ */ React3.createElement(DropdownMenuSub, { key: index }, /* @__PURE__ */ React3.createElement(
|
512
|
+
DropdownMenuSubTrigger,
|
513
|
+
{
|
514
|
+
className: cn(sizeStyles[size]),
|
515
|
+
dir: direction
|
516
|
+
},
|
517
|
+
item.icon && item.icon,
|
518
|
+
item.label && item.label
|
519
|
+
), /* @__PURE__ */ React3.createElement(DropdownMenuPortal, null, /* @__PURE__ */ React3.createElement(DropdownMenuSubContent, null, item.subitems.map((subitem, subIndex) => /* @__PURE__ */ React3.createElement(
|
520
|
+
DropdownMenuItem,
|
521
|
+
{
|
522
|
+
slug: subitem.slug,
|
523
|
+
onMouseDown: (event) => {
|
524
|
+
if (event.button === 1 || event.button === 0 && event.ctrlKey) {
|
525
|
+
event.preventDefault();
|
526
|
+
if (subitem.onMiddleClick) {
|
527
|
+
subitem.onMiddleClick(item.value);
|
528
|
+
}
|
529
|
+
}
|
530
|
+
},
|
531
|
+
key: subIndex,
|
532
|
+
className: cn(
|
533
|
+
sizeStyles[size],
|
534
|
+
!item.icon && !item.label ? "hawa-px-0 hawa-py-0 focus:hawa-bg-transparent" : "focus:hawa-bg-accent"
|
535
|
+
),
|
536
|
+
disabled: subitem.disabled,
|
537
|
+
onSelect: () => {
|
538
|
+
subitem.action && subitem.action();
|
539
|
+
if (onItemSelect) {
|
540
|
+
onItemSelect(subitem.value);
|
541
|
+
}
|
542
|
+
}
|
543
|
+
},
|
544
|
+
subitem.icon && subitem.icon,
|
545
|
+
subitem.label && subitem.label
|
546
|
+
))))) : /* @__PURE__ */ React3.createElement(
|
547
|
+
DropdownMenuItem,
|
548
|
+
{
|
549
|
+
slug: item.slug,
|
550
|
+
key: index,
|
551
|
+
disabled: item.disabled,
|
552
|
+
onMouseDown: (event) => {
|
553
|
+
if (event.button === 1 || event.button === 0 && event.ctrlKey) {
|
554
|
+
event.preventDefault();
|
555
|
+
if (item.onMiddleClick) {
|
556
|
+
item.onMiddleClick(item.value);
|
557
|
+
}
|
558
|
+
}
|
559
|
+
},
|
560
|
+
onClick: (event) => {
|
561
|
+
if (item.onClick) {
|
562
|
+
item.onClick(item.value);
|
563
|
+
}
|
564
|
+
},
|
565
|
+
onSelect: (e) => {
|
566
|
+
if (item.presist) {
|
567
|
+
e.preventDefault();
|
568
|
+
}
|
569
|
+
if (item.action) {
|
570
|
+
item.action();
|
571
|
+
if (onItemSelect) {
|
572
|
+
onItemSelect(item.value);
|
573
|
+
}
|
574
|
+
} else {
|
575
|
+
if (onItemSelect) {
|
576
|
+
onItemSelect(item.value);
|
577
|
+
}
|
578
|
+
}
|
579
|
+
},
|
580
|
+
end: item.end,
|
581
|
+
shortcut: item.shortcut,
|
582
|
+
badged: item.badged,
|
583
|
+
className: cn(
|
584
|
+
sizeStyles[size],
|
585
|
+
!item.icon && !item.label ? "hawa-px-0 hawa-py-0 focus:hawa-bg-transparent " : "focus:hawa-bg-accent ",
|
586
|
+
item.presist && "focus:hawa-bg-transparent"
|
587
|
+
)
|
588
|
+
},
|
589
|
+
item.icon && item.icon,
|
590
|
+
item.label && item.label
|
591
|
+
);
|
592
|
+
}
|
593
|
+
})
|
594
|
+
))
|
595
|
+
);
|
596
|
+
};
|
597
|
+
|
598
|
+
// elements/input/Input.tsx
|
599
|
+
import React7, { forwardRef as forwardRef4 } from "react";
|
600
|
+
|
601
|
+
// elements/label/Label.tsx
|
602
|
+
import * as React5 from "react";
|
603
|
+
|
604
|
+
// elements/tooltip/Tooltip.tsx
|
605
|
+
import React4 from "react";
|
606
|
+
import * as TooltipPrimitive from "@radix-ui/react-tooltip";
|
607
|
+
var TooltipContent = React4.forwardRef(({ className, sideOffset = 4, ...props }, ref) => /* @__PURE__ */ React4.createElement(
|
608
|
+
TooltipPrimitive.Content,
|
609
|
+
{
|
610
|
+
ref,
|
611
|
+
sideOffset,
|
612
|
+
className: cn(
|
613
|
+
"hawa-z-50 hawa-overflow-hidden hawa-rounded-md hawa-border hawa-bg-popover hawa-px-3 hawa-py-1.5 hawa-text-sm hawa-text-popover-foreground hawa-shadow-md hawa-animate-in hawa-fade-in-0 hawa-zoom-in-95 data-[state=closed]:hawa-animate-out data-[state=closed]:hawa-fade-out-0 data-[state=closed]:hawa-zoom-out-95 data-[side=bottom]:hawa-slide-in-from-top-2 data-[side=left]:hawa-slide-in-from-right-2 data-[side=right]:hawa-slide-in-from-left-2 data-[side=top]:hawa-slide-in-from-bottom-2",
|
614
|
+
className
|
615
|
+
),
|
616
|
+
...props
|
617
|
+
}
|
618
|
+
));
|
619
|
+
TooltipContent.displayName = TooltipPrimitive.Content.displayName;
|
620
|
+
var TooltipArrow = React4.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ React4.createElement(TooltipPrimitive.Arrow, { ref, className: cn(className), ...props }));
|
621
|
+
TooltipArrow.displayName = TooltipPrimitive.Arrow.displayName;
|
622
|
+
var Tooltip = ({
|
623
|
+
side,
|
624
|
+
open,
|
625
|
+
content,
|
626
|
+
children,
|
627
|
+
defaultOpen,
|
628
|
+
onOpenChange,
|
629
|
+
triggerProps,
|
630
|
+
contentProps,
|
631
|
+
providerProps,
|
632
|
+
delayDuration = 300,
|
633
|
+
...props
|
634
|
+
}) => {
|
635
|
+
return /* @__PURE__ */ React4.createElement(
|
636
|
+
TooltipPrimitive.TooltipProvider,
|
637
|
+
{
|
638
|
+
delayDuration,
|
639
|
+
...providerProps
|
640
|
+
},
|
641
|
+
/* @__PURE__ */ React4.createElement(
|
642
|
+
TooltipPrimitive.Root,
|
643
|
+
{
|
644
|
+
open,
|
645
|
+
defaultOpen,
|
646
|
+
onOpenChange,
|
647
|
+
...props
|
648
|
+
},
|
649
|
+
/* @__PURE__ */ React4.createElement(TooltipPrimitive.Trigger, { ...triggerProps }, children),
|
650
|
+
/* @__PURE__ */ React4.createElement(TooltipContent, { side, align: "center", ...contentProps }, content)
|
651
|
+
)
|
652
|
+
);
|
653
|
+
};
|
654
|
+
|
655
|
+
// elements/label/Label.tsx
|
656
|
+
var Label2 = React5.forwardRef(({ className, hint, hintSide, required, children, ...props }, ref) => /* @__PURE__ */ React5.createElement("div", { className: "hawa-flex hawa-flex-row hawa-items-center hawa-gap-1 hawa-transition-all" }, /* @__PURE__ */ React5.createElement(
|
657
|
+
"label",
|
658
|
+
{
|
659
|
+
ref,
|
660
|
+
className: cn(
|
661
|
+
"hawa-text-sm hawa-font-medium hawa-leading-none peer-disabled:hawa-cursor-not-allowed peer-disabled:hawa-opacity-70",
|
662
|
+
className
|
663
|
+
),
|
664
|
+
...props
|
665
|
+
},
|
666
|
+
children,
|
667
|
+
required && /* @__PURE__ */ React5.createElement("span", { className: "hawa-mx-0.5 hawa-text-red-500" }, "*")
|
668
|
+
), hint && /* @__PURE__ */ React5.createElement(
|
669
|
+
Tooltip,
|
670
|
+
{
|
671
|
+
content: hint,
|
672
|
+
side: hintSide,
|
673
|
+
triggerProps: {
|
674
|
+
tabIndex: -1,
|
675
|
+
onClick: (event) => event.preventDefault()
|
676
|
+
}
|
677
|
+
},
|
678
|
+
/* @__PURE__ */ React5.createElement("div", null, /* @__PURE__ */ React5.createElement(
|
679
|
+
"svg",
|
680
|
+
{
|
681
|
+
xmlns: "http://www.w3.org/2000/svg",
|
682
|
+
className: "hawa-h-[14px] hawa-w-[14px] hawa-cursor-help",
|
683
|
+
viewBox: "0 0 24 24",
|
684
|
+
fill: "none",
|
685
|
+
stroke: "currentColor",
|
686
|
+
strokeWidth: "2",
|
687
|
+
strokeLinecap: "round",
|
688
|
+
strokeLinejoin: "round"
|
689
|
+
},
|
690
|
+
/* @__PURE__ */ React5.createElement("circle", { cx: "12", cy: "12", r: "10" }),
|
691
|
+
/* @__PURE__ */ React5.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
|
692
|
+
/* @__PURE__ */ React5.createElement("path", { d: "M12 17h.01" })
|
693
|
+
))
|
694
|
+
)));
|
695
|
+
Label2.displayName = "Label";
|
696
|
+
|
697
|
+
// elements/skeleton/Skeleton.tsx
|
698
|
+
import React6 from "react";
|
699
|
+
function Skeleton({
|
700
|
+
className,
|
701
|
+
content,
|
702
|
+
animation = "pulse",
|
703
|
+
...props
|
704
|
+
}) {
|
705
|
+
const animationStyles = {
|
706
|
+
none: "hawa-rounded hawa-bg-muted",
|
707
|
+
pulse: "hawa-animate-pulse hawa-rounded hawa-bg-muted",
|
708
|
+
shimmer: "hawa-space-y-5 hawa-rounded hawa-bg-muted hawa-p-4 hawa-relative before:hawa-absolute before:hawa-inset-0 before:hawa--translate-x-full before:hawa-animate-[shimmer_2s_infinite] before:hawa-bg-gradient-to-r before:hawa-from-transparent before:hawa-via-gray-300/40 dark:before:hawa-via-white/10 before:hawa-to-transparent hawa-isolate hawa-overflow-hidden before:hawa-border-t before:hawa-border-rose-100/10"
|
709
|
+
};
|
710
|
+
return /* @__PURE__ */ React6.createElement(
|
711
|
+
"div",
|
712
|
+
{
|
713
|
+
className: cn(
|
714
|
+
animationStyles[animation],
|
715
|
+
content && "hawa-flex hawa-flex-col hawa-items-center hawa-justify-center",
|
716
|
+
className
|
717
|
+
),
|
718
|
+
...props
|
719
|
+
},
|
720
|
+
content && content
|
721
|
+
);
|
722
|
+
}
|
723
|
+
|
724
|
+
// elements/input/Input.tsx
|
725
|
+
var Input = forwardRef4(
|
726
|
+
({
|
727
|
+
margin = "none",
|
728
|
+
width = "full",
|
729
|
+
preview = false,
|
730
|
+
forceHideHelperText = false,
|
731
|
+
labelProps,
|
732
|
+
placeholder,
|
733
|
+
showCount,
|
734
|
+
inputProps,
|
735
|
+
countPosition = "bottom",
|
736
|
+
...props
|
737
|
+
}, ref) => {
|
738
|
+
let marginStyles = {
|
739
|
+
none: "hawa-mb-0",
|
740
|
+
normal: "hawa-mb-3",
|
741
|
+
large: "hawa-mb-5"
|
742
|
+
};
|
743
|
+
let widthStyles = {
|
744
|
+
small: "hawa-w-full hawa-max-w-2xs",
|
745
|
+
normal: "hawa-w-1/2",
|
746
|
+
full: "hawa-w-full",
|
747
|
+
auto: ""
|
748
|
+
};
|
749
|
+
let defaultStyle = "hawa-flex hawa-max-h-fit hawa-h-fit hawa-relative hawa-flex-col hawa-justify-center hawa-gap-0";
|
750
|
+
let defaultInputStyle = "hawa-block hawa-w-full hawa-rounded hawa-border hawa-transition-all hawa-bg-background hawa-p-3 hawa-text-sm ";
|
751
|
+
return /* @__PURE__ */ React7.createElement(
|
752
|
+
"div",
|
753
|
+
{
|
754
|
+
className: cn(
|
755
|
+
defaultStyle,
|
756
|
+
marginStyles[margin],
|
757
|
+
widthStyles[width],
|
758
|
+
props.containerClassName,
|
759
|
+
"hawa-w-full hawa-gap-2"
|
760
|
+
)
|
761
|
+
},
|
762
|
+
props.label && /* @__PURE__ */ React7.createElement(Label2, { ...labelProps }, props.label),
|
763
|
+
props.isLoading ? /* @__PURE__ */ React7.createElement("div", { className: "hawa-pb-2" }, /* @__PURE__ */ React7.createElement(Skeleton, { className: "hawa-h-[40px] hawa-w-full" })) : /* @__PURE__ */ React7.createElement(React7.Fragment, null, !props.hideSeparator && /* @__PURE__ */ React7.createElement(
|
764
|
+
"div",
|
765
|
+
{
|
766
|
+
className: cn(
|
767
|
+
"hawa-absolute hawa-top-[22px] hawa-h-[0.8px] hawa-w-full hawa-bg-gray-200 hawa-transition-all dark:hawa-bg-gray-800",
|
768
|
+
preview ? "hawa-opacity-100" : "hawa-opacity-0"
|
769
|
+
)
|
770
|
+
}
|
771
|
+
), /* @__PURE__ */ React7.createElement(React7.Fragment, null, /* @__PURE__ */ React7.createElement("div", { className: "hawa-relative" }, props.startIcon && /* @__PURE__ */ React7.createElement("div", { className: "hawa-absolute hawa-start-3 hawa-top-1/2 hawa--translate-y-1/2" }, props.startIcon), props.endIcon && /* @__PURE__ */ React7.createElement(
|
772
|
+
"div",
|
773
|
+
{
|
774
|
+
className: cn(
|
775
|
+
"hawa-absolute hawa-end-3 hawa-top-1/2 hawa--translate-y-1/2",
|
776
|
+
props.endIconProps?.className
|
777
|
+
)
|
778
|
+
},
|
779
|
+
props.endIcon
|
780
|
+
), /* @__PURE__ */ React7.createElement(
|
781
|
+
"input",
|
782
|
+
{
|
783
|
+
required: true,
|
784
|
+
dir: props.dir,
|
785
|
+
type: props.type,
|
786
|
+
value: props.value,
|
787
|
+
onChange: props.onChange,
|
788
|
+
autoComplete: props.autoComplete,
|
789
|
+
defaultValue: props.defaultValue,
|
790
|
+
placeholder,
|
791
|
+
disabled: props.disabled || preview,
|
792
|
+
style: { height: 40 },
|
793
|
+
...inputProps,
|
794
|
+
className: cn(
|
795
|
+
defaultInputStyle,
|
796
|
+
" focus-visible:hawa-outline-none focus-visible:hawa-ring-2 focus-visible:hawa-ring-ring focus-visible:hawa-ring-offset-0 dark:hawa-text-white",
|
797
|
+
{
|
798
|
+
"hawa-pe-9": props.endIcon,
|
799
|
+
"hawa-ps-9": props.startIcon,
|
800
|
+
"hawa-pe-[60px]": countPosition === "center"
|
801
|
+
},
|
802
|
+
preview && "hawa-border-transparent hawa-bg-transparent hawa-px-0",
|
803
|
+
inputProps?.className
|
804
|
+
)
|
805
|
+
}
|
806
|
+
)), !forceHideHelperText && /* @__PURE__ */ React7.createElement(
|
807
|
+
"p",
|
808
|
+
{
|
809
|
+
className: cn(
|
810
|
+
"hawa-my-0 hawa-text-start hawa-text-xs hawa-text-helper-color hawa-transition-all",
|
811
|
+
props.helperText ? "hawa-h-4 hawa-opacity-100" : "hawa-h-0 hawa-opacity-0"
|
812
|
+
)
|
813
|
+
},
|
814
|
+
props.helperText
|
815
|
+
), !props.disabled && forceHideHelperText && /* @__PURE__ */ React7.createElement(
|
816
|
+
"div",
|
817
|
+
{
|
818
|
+
className: cn(
|
819
|
+
"hawa-absolute hawa-end-0 hawa-top-[47px] hawa-z-20 hawa-translate-y-1/2 hawa-rounded hawa-bg-background hawa-text-start hawa-text-xs hawa-text-helper-color hawa-drop-shadow-md hawa-transition-all",
|
820
|
+
props.helperText ? "hawa-border hawa-p-1" : "hawa-border-none hawa-p-0"
|
821
|
+
)
|
822
|
+
},
|
823
|
+
props.helperText
|
824
|
+
), showCount && /* @__PURE__ */ React7.createElement(
|
825
|
+
"div",
|
826
|
+
{
|
827
|
+
className: cn(
|
828
|
+
"hawa-absolute hawa-translate-y-1/2 hawa-text-start hawa-text-xs hawa-transition-all",
|
829
|
+
{
|
830
|
+
"hawa-end-0 hawa-top-[62px]": countPosition === "bottom",
|
831
|
+
"hawa-bottom-[62px] hawa-end-0": countPosition === "top",
|
832
|
+
"hawa-end-2": countPosition === "center"
|
833
|
+
}
|
834
|
+
)
|
835
|
+
},
|
836
|
+
props.value ? String(props.value).length : 0,
|
837
|
+
"/",
|
838
|
+
props.maxLength
|
839
|
+
)))
|
840
|
+
);
|
841
|
+
}
|
842
|
+
);
|
843
|
+
|
844
|
+
// elements/table/Table.tsx
|
845
|
+
import * as React8 from "react";
|
846
|
+
var Table = React8.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ React8.createElement("div", { className: "hawa-relative hawa-w-full hawa-overflow-auto hawa-rounded hawa-border" }, /* @__PURE__ */ React8.createElement(
|
847
|
+
"table",
|
848
|
+
{
|
849
|
+
ref,
|
850
|
+
className: cn("hawa-w-full hawa-caption-bottom hawa-text-sm", className),
|
851
|
+
...props
|
852
|
+
}
|
853
|
+
)));
|
854
|
+
Table.displayName = "Table";
|
855
|
+
var TableHeader = React8.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ React8.createElement(
|
856
|
+
"thead",
|
857
|
+
{
|
858
|
+
ref,
|
859
|
+
className: cn("[&_tr]:hawa-border-b", "hawa-bg-muted/50", className),
|
860
|
+
...props
|
861
|
+
}
|
862
|
+
));
|
863
|
+
TableHeader.displayName = "TableHeader";
|
864
|
+
var TableHead = React8.forwardRef(
|
865
|
+
({ className, condensed, clickable, dir, ...props }, ref) => /* @__PURE__ */ React8.createElement(
|
866
|
+
"th",
|
867
|
+
{
|
868
|
+
ref,
|
869
|
+
className: cn(
|
870
|
+
"hawa-bg-muted/60 hawa-text-start hawa-align-middle hawa-font-medium hawa-text-muted-foreground dark:hawa-bg-muted/40 [&:has([role=checkbox])]:hawa-pr-0 [&:not(:last-child)&:not(:first-child)]:hawa-border-x",
|
871
|
+
dir === "rtl" ? "[&:not(:last-child)]:hawa-border-l" : "[&:not(:last-child)]:hawa-border-r",
|
872
|
+
condensed ? "hawa-h-8" : "hawa-h-12",
|
873
|
+
clickable ? "hawa-px-1" : "hawa-px-4",
|
874
|
+
//First and last columns
|
875
|
+
clickable ? " [&:not(:last-child)&:not(:first-child)]:hawa-p-1" : "hawa-px-4",
|
876
|
+
//Columns in between
|
877
|
+
className
|
878
|
+
),
|
879
|
+
...props
|
880
|
+
}
|
881
|
+
)
|
882
|
+
);
|
883
|
+
TableHead.displayName = "TableHead";
|
884
|
+
var TableBody = React8.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ React8.createElement("tbody", { ref, className: cn("hawa-border-none", className), ...props }));
|
885
|
+
TableBody.displayName = "TableBody";
|
886
|
+
var TableFooter = React8.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ React8.createElement(
|
887
|
+
"tfoot",
|
888
|
+
{
|
889
|
+
ref,
|
890
|
+
className: cn(
|
891
|
+
"hawa-bg-primary hawa-font-medium hawa-text-primary-foreground",
|
892
|
+
className
|
893
|
+
),
|
894
|
+
...props
|
895
|
+
}
|
896
|
+
));
|
897
|
+
TableFooter.displayName = "TableFooter";
|
898
|
+
var TableRow = React8.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ React8.createElement(
|
899
|
+
"tr",
|
900
|
+
{
|
901
|
+
ref,
|
902
|
+
className: cn(
|
903
|
+
"hawa-bg-background hawa-transition-colors data-[state=selected]:hawa-bg-muted",
|
904
|
+
"[&:not(:last-child)&:not(:first-child)]:hawa-border-y",
|
905
|
+
"[&:not(:last-child)]:hawa-border-b",
|
906
|
+
className
|
907
|
+
),
|
908
|
+
...props
|
909
|
+
}
|
910
|
+
));
|
911
|
+
TableRow.displayName = "TableRow";
|
912
|
+
var TableCell = React8.forwardRef(
|
913
|
+
({ className, enablePadding = true, padding = "default", ...props }, ref) => {
|
914
|
+
let paddingStyles = {
|
915
|
+
condensed: "hawa-p-0 hawa-px-4",
|
916
|
+
default: "hawa-p-4",
|
917
|
+
noPadding: "hawa-p-0"
|
918
|
+
};
|
919
|
+
return /* @__PURE__ */ React8.createElement(
|
920
|
+
"td",
|
921
|
+
{
|
922
|
+
ref,
|
923
|
+
className: cn(
|
924
|
+
paddingStyles[padding],
|
925
|
+
// "border-x",
|
926
|
+
// enablePadding ? "hawa-p-4" : "hawa-p-0",
|
927
|
+
// props.disablePadding ? "hawa-p-0" : "hawa-p-4",
|
928
|
+
// props.condensed ? "hawa-p-0 hawa-px-4" : "hawa-p-4",
|
929
|
+
"hawa-align-middle [&:has([role=checkbox])]:hawa-pr-0 ",
|
930
|
+
"[&:not(:last-child)&:not(:first-child)]:hawa-border-x",
|
931
|
+
// "[&:not(:last-child)]:hawa-border-r",
|
932
|
+
props.dir === "rtl" ? "[&:not(:last-child)]:hawa-border-l" : "[&:not(:last-child)]:hawa-border-r",
|
933
|
+
className
|
934
|
+
),
|
935
|
+
...props
|
936
|
+
}
|
937
|
+
);
|
938
|
+
}
|
939
|
+
);
|
940
|
+
TableCell.displayName = "TableCell";
|
941
|
+
var TableCaption = React8.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ React8.createElement(
|
942
|
+
"caption",
|
943
|
+
{
|
944
|
+
ref,
|
945
|
+
className: cn(
|
946
|
+
"hawa-mt-4 hawa-text-sm hawa-text-muted-foreground",
|
947
|
+
className
|
948
|
+
),
|
949
|
+
...props
|
950
|
+
}
|
951
|
+
));
|
952
|
+
TableCaption.displayName = "TableCaption";
|
953
|
+
|
954
|
+
// elements/dataTable/DataTable.tsx
|
955
|
+
var DataTable = ({
|
956
|
+
columns,
|
957
|
+
data,
|
958
|
+
paginationPosition = "bottom",
|
959
|
+
translateFn,
|
960
|
+
enableHideColumns,
|
961
|
+
enableSearch,
|
962
|
+
enableGoTo,
|
963
|
+
...props
|
964
|
+
}) => {
|
965
|
+
const [sorting, setSorting] = React9.useState(
|
966
|
+
props.defaultSort ? [{ id: props.defaultSort, desc: false }] : []
|
967
|
+
);
|
968
|
+
const [columnFilters, setColumnFilters] = React9.useState(
|
969
|
+
[]
|
970
|
+
);
|
971
|
+
const [globalFilter, setGlobalFilter] = React9.useState("");
|
972
|
+
const [expanded, setExpanded] = React9.useState({});
|
973
|
+
const [columnVisibility, setColumnVisibility] = React9.useState({});
|
974
|
+
const [rowSelection, setRowSelection] = React9.useState({});
|
975
|
+
const visibleColumns = columns.filter(
|
976
|
+
(column) => column.meta?.hidden !== true
|
977
|
+
);
|
978
|
+
const table = useReactTable({
|
979
|
+
data,
|
980
|
+
columns: visibleColumns,
|
981
|
+
onExpandedChange: setExpanded,
|
982
|
+
getExpandedRowModel: getExpandedRowModel(),
|
983
|
+
onGlobalFilterChange: setGlobalFilter,
|
984
|
+
onSortingChange: setSorting,
|
985
|
+
onColumnFiltersChange: setColumnFilters,
|
986
|
+
getCoreRowModel: getCoreRowModel(),
|
987
|
+
getPaginationRowModel: getPaginationRowModel(),
|
988
|
+
getSortedRowModel: getSortedRowModel(),
|
989
|
+
getFilteredRowModel: getFilteredRowModel(),
|
990
|
+
onColumnVisibilityChange: setColumnVisibility,
|
991
|
+
onRowSelectionChange: setRowSelection,
|
992
|
+
state: {
|
993
|
+
sorting,
|
994
|
+
columnFilters,
|
995
|
+
columnVisibility,
|
996
|
+
globalFilter,
|
997
|
+
rowSelection,
|
998
|
+
expanded
|
999
|
+
}
|
1000
|
+
});
|
1001
|
+
const pageText = props.texts?.page || "page";
|
1002
|
+
const itemsPerPageOptions = props.itemsPerPage?.map((item) => ({
|
1003
|
+
label: `${item} / ${pageText}`,
|
1004
|
+
value: item
|
1005
|
+
}));
|
1006
|
+
return /* @__PURE__ */ React9.createElement("div", { className: "hawa-flex hawa-w-full hawa-flex-col hawa-gap-4" }, (enableSearch || enableHideColumns) && /* @__PURE__ */ React9.createElement("div", { className: "hawa-flex hawa-flex-row hawa-items-center hawa-gap-4" }, enableSearch && /* @__PURE__ */ React9.createElement(
|
1007
|
+
Input,
|
1008
|
+
{
|
1009
|
+
forceHideHelperText: true,
|
1010
|
+
placeholder: props.texts?.searchPlaceholder,
|
1011
|
+
value: globalFilter ?? "",
|
1012
|
+
onChange: (event) => setGlobalFilter(event.target.value),
|
1013
|
+
margin: "none",
|
1014
|
+
className: "hawa-w-full md:hawa-max-w-sm"
|
1015
|
+
}
|
1016
|
+
), enableHideColumns && /* @__PURE__ */ React9.createElement(DropdownMenuRoot, null, /* @__PURE__ */ React9.createElement(DropdownMenuTrigger, { asChild: true }, /* @__PURE__ */ React9.createElement(
|
1017
|
+
Button,
|
1018
|
+
{
|
1019
|
+
variant: "outline",
|
1020
|
+
className: "hawa-flex hawa-flex-row hawa-gap-2"
|
1021
|
+
},
|
1022
|
+
props.texts?.columns || "Columns",
|
1023
|
+
/* @__PURE__ */ React9.createElement(
|
1024
|
+
"svg",
|
1025
|
+
{
|
1026
|
+
"aria-label": "Chevron Down Icon",
|
1027
|
+
xmlns: "http://www.w3.org/2000/svg",
|
1028
|
+
width: "24",
|
1029
|
+
height: "24",
|
1030
|
+
viewBox: "0 0 24 24",
|
1031
|
+
fill: "none",
|
1032
|
+
stroke: "currentColor",
|
1033
|
+
strokeWidth: "2",
|
1034
|
+
strokeLinecap: "round",
|
1035
|
+
strokeLinejoin: "round",
|
1036
|
+
className: "hawa-icon hawa-rotate-90"
|
1037
|
+
},
|
1038
|
+
/* @__PURE__ */ React9.createElement("path", { d: "m9 18 6-6-6-6" })
|
1039
|
+
)
|
1040
|
+
)), /* @__PURE__ */ React9.createElement(
|
1041
|
+
DropdownMenuContent,
|
1042
|
+
{
|
1043
|
+
align: props.direction === "rtl" ? "start" : "end"
|
1044
|
+
},
|
1045
|
+
table.getAllColumns().filter((column) => column.getCanHide()).map((column) => {
|
1046
|
+
return /* @__PURE__ */ React9.createElement(
|
1047
|
+
DropdownMenuCheckboxItem,
|
1048
|
+
{
|
1049
|
+
key: column.id,
|
1050
|
+
checked: column.getIsVisible(),
|
1051
|
+
onCheckedChange: (value) => column.toggleVisibility(!!value)
|
1052
|
+
},
|
1053
|
+
translateFn ? translateFn(column.id) : column.id
|
1054
|
+
);
|
1055
|
+
})
|
1056
|
+
))), props.isLoading ? /* @__PURE__ */ React9.createElement(Skeleton, { className: "hawa-h-[130px] hawa-w-full" }) : /* @__PURE__ */ React9.createElement(
|
1057
|
+
"div",
|
1058
|
+
{
|
1059
|
+
className: cn(
|
1060
|
+
"hawa-flex hawa-w-full hawa-gap-4",
|
1061
|
+
paginationPosition === "top" ? "hawa-flex-col-reverse" : "hawa-flex-col"
|
1062
|
+
)
|
1063
|
+
},
|
1064
|
+
/* @__PURE__ */ React9.createElement("div", { className: "hawa-rounded-md" }, /* @__PURE__ */ React9.createElement(Table, null, table.getAllColumns().length > 0 && /* @__PURE__ */ React9.createElement(TableHeader, null, table.getHeaderGroups().map((headerGroup) => /* @__PURE__ */ React9.createElement(TableRow, { key: headerGroup.id }, headerGroup.headers.map((header) => {
|
1065
|
+
let isSortable = header.column.columnDef.meta?.sortable;
|
1066
|
+
return /* @__PURE__ */ React9.createElement(
|
1067
|
+
TableHead,
|
1068
|
+
{
|
1069
|
+
dir: props.direction,
|
1070
|
+
condensed: props.condensed,
|
1071
|
+
clickable: Boolean(isSortable),
|
1072
|
+
key: header.id
|
1073
|
+
},
|
1074
|
+
header.isPlaceholder ? null : flexRender(
|
1075
|
+
header.column.columnDef.header,
|
1076
|
+
header.getContext()
|
1077
|
+
)
|
1078
|
+
);
|
1079
|
+
})))), /* @__PURE__ */ React9.createElement(TableBody, null, table.getRowModel().rows?.length ? table.getRowModel().rows.map((row) => /* @__PURE__ */ React9.createElement(
|
1080
|
+
TableRow,
|
1081
|
+
{
|
1082
|
+
key: row.id,
|
1083
|
+
"data-state": row.getIsSelected() && "selected"
|
1084
|
+
},
|
1085
|
+
row.getVisibleCells().map((cell) => /* @__PURE__ */ React9.createElement(
|
1086
|
+
TableCell,
|
1087
|
+
{
|
1088
|
+
dir: props.direction,
|
1089
|
+
padding: props.condensed ? "condensed" : cell.column.columnDef.meta?.padding,
|
1090
|
+
key: cell.id
|
1091
|
+
},
|
1092
|
+
flexRender(
|
1093
|
+
cell.column.columnDef.cell,
|
1094
|
+
cell.getContext()
|
1095
|
+
)
|
1096
|
+
))
|
1097
|
+
)) : /* @__PURE__ */ React9.createElement(TableRow, null, /* @__PURE__ */ React9.createElement(
|
1098
|
+
TableCell,
|
1099
|
+
{
|
1100
|
+
colSpan: columns.length,
|
1101
|
+
className: "hawa-h-24 hawa-text-center"
|
1102
|
+
},
|
1103
|
+
props.texts?.noData
|
1104
|
+
))))),
|
1105
|
+
/* @__PURE__ */ React9.createElement("div", { className: "hawa-flex hawa-items-center hawa-justify-between" }, !props.showCount && /* @__PURE__ */ React9.createElement("div", { className: "hawa-flex hawa-w-fit hawa-flex-row hawa-items-center hawa-gap-2 hawa-text-sm hawa-text-muted-foreground" }), props.showCount && /* @__PURE__ */ React9.createElement(
|
1106
|
+
"div",
|
1107
|
+
{
|
1108
|
+
className: "text-muted-foreground text-sm",
|
1109
|
+
dir: props.direction
|
1110
|
+
},
|
1111
|
+
/* @__PURE__ */ React9.createElement("span", null, props.texts?.total),
|
1112
|
+
" ",
|
1113
|
+
/* @__PURE__ */ React9.createElement("span", null, table.getFilteredRowModel().rows.length.toLocaleString())
|
1114
|
+
), /* @__PURE__ */ React9.createElement("div", { className: "hawa-flex hawa-w-fit hawa-flex-row hawa-items-center hawa-gap-2 " }, enableGoTo && /* @__PURE__ */ React9.createElement("div", { className: "hawa-flex hawa-flex-row hawa-items-center hawa-justify-center hawa-gap-2" }, /* @__PURE__ */ React9.createElement("span", { className: "hawa-text-sm" }, props.texts?.goTo), /* @__PURE__ */ React9.createElement(
|
1115
|
+
"input",
|
1116
|
+
{
|
1117
|
+
max: table.getPageCount(),
|
1118
|
+
min: 0,
|
1119
|
+
type: "number",
|
1120
|
+
defaultValue: table.getState().pagination.pageIndex + 1,
|
1121
|
+
onChange: (e) => {
|
1122
|
+
let page = Number(e.target.value) - 1;
|
1123
|
+
const max = table.getPageCount();
|
1124
|
+
if (!isNaN(page) && Number(page) > max) {
|
1125
|
+
page = max - 1;
|
1126
|
+
}
|
1127
|
+
table.setPageIndex(page);
|
1128
|
+
},
|
1129
|
+
className: "hawa-w-16 hawa-rounded hawa-border hawa-p-1 hawa-px-2 hawa-text-sm"
|
1130
|
+
}
|
1131
|
+
)), /* @__PURE__ */ React9.createElement(
|
1132
|
+
DropdownMenu,
|
1133
|
+
{
|
1134
|
+
size: "sm",
|
1135
|
+
width: "sm",
|
1136
|
+
direction: props.direction,
|
1137
|
+
items: itemsPerPageOptions || [
|
1138
|
+
{ label: `10 / ${pageText}`, value: 10 },
|
1139
|
+
{ label: `20 / ${pageText}`, value: 20 },
|
1140
|
+
{ label: `30 / ${pageText}`, value: 30 },
|
1141
|
+
{ label: `40 / ${pageText}`, value: 40 },
|
1142
|
+
{ label: `50 / ${pageText}`, value: 50 }
|
1143
|
+
],
|
1144
|
+
trigger: /* @__PURE__ */ React9.createElement(
|
1145
|
+
Button,
|
1146
|
+
{
|
1147
|
+
variant: "outline",
|
1148
|
+
size: "icon",
|
1149
|
+
className: "hawa-h-fit hawa-w-fit hawa-p-0 hawa-px-2 hawa-py-1 "
|
1150
|
+
},
|
1151
|
+
`${table.getState().pagination.pageSize} / ${props.texts?.page}`
|
1152
|
+
),
|
1153
|
+
onItemSelect: (e) => table.setPageSize(Number(e))
|
1154
|
+
}
|
1155
|
+
), table.getPageCount() > 1 && /* @__PURE__ */ React9.createElement(React9.Fragment, null, /* @__PURE__ */ React9.createElement("div", { className: "hawa-flex hawa-w-fit hawa-flex-row hawa-items-center hawa-gap-2 hawa-text-sm " }, /* @__PURE__ */ React9.createElement("span", { className: "hawa-flex hawa-items-center hawa-gap-1" }, /* @__PURE__ */ React9.createElement("div", null, props.texts?.page), /* @__PURE__ */ React9.createElement("div", { className: "hawa-flex hawa-flex-row hawa-gap-1" }, /* @__PURE__ */ React9.createElement("span", { className: "hawa-font-bold" }, table.getState().pagination.pageIndex + 1), /* @__PURE__ */ React9.createElement("span", null, props.texts?.of), /* @__PURE__ */ React9.createElement("span", { className: "hawa-font-bold" }, table.getPageCount())))), /* @__PURE__ */ React9.createElement(
|
1156
|
+
Button,
|
1157
|
+
{
|
1158
|
+
"aria-label": "Next Table Page",
|
1159
|
+
variant: "outline",
|
1160
|
+
size: "smallIcon",
|
1161
|
+
onClick: () => table.setPageIndex(0),
|
1162
|
+
disabled: !table.getCanPreviousPage(),
|
1163
|
+
className: cn(
|
1164
|
+
props.direction === "rtl" && "hawa-rotate-180"
|
1165
|
+
)
|
1166
|
+
},
|
1167
|
+
/* @__PURE__ */ React9.createElement(
|
1168
|
+
"svg",
|
1169
|
+
{
|
1170
|
+
xmlns: "http://www.w3.org/2000/svg",
|
1171
|
+
width: "20",
|
1172
|
+
height: "20",
|
1173
|
+
viewBox: "0 0 24 24",
|
1174
|
+
fill: "none",
|
1175
|
+
stroke: "currentColor",
|
1176
|
+
strokeWidth: "2",
|
1177
|
+
strokeLinecap: "round",
|
1178
|
+
strokeLinejoin: "round"
|
1179
|
+
},
|
1180
|
+
/* @__PURE__ */ React9.createElement("path", { d: "m11 17-5-5 5-5" }),
|
1181
|
+
/* @__PURE__ */ React9.createElement("path", { d: "m18 17-5-5 5-5" })
|
1182
|
+
)
|
1183
|
+
), /* @__PURE__ */ React9.createElement(
|
1184
|
+
Button,
|
1185
|
+
{
|
1186
|
+
"aria-label": "Previous Table Page",
|
1187
|
+
variant: "outline",
|
1188
|
+
size: "smallIcon",
|
1189
|
+
onClick: () => table.previousPage(),
|
1190
|
+
disabled: !table.getCanPreviousPage(),
|
1191
|
+
className: cn(
|
1192
|
+
props.direction === "rtl" && "hawa-rotate-180"
|
1193
|
+
)
|
1194
|
+
},
|
1195
|
+
/* @__PURE__ */ React9.createElement(
|
1196
|
+
"svg",
|
1197
|
+
{
|
1198
|
+
xmlns: "http://www.w3.org/2000/svg",
|
1199
|
+
width: "20",
|
1200
|
+
height: "20",
|
1201
|
+
"aria-label": "Single Chevron Icon",
|
1202
|
+
viewBox: "0 0 24 24",
|
1203
|
+
fill: "none",
|
1204
|
+
stroke: "currentColor",
|
1205
|
+
strokeWidth: "2",
|
1206
|
+
strokeLinecap: "round",
|
1207
|
+
strokeLinejoin: "round"
|
1208
|
+
},
|
1209
|
+
/* @__PURE__ */ React9.createElement("path", { d: "m15 18-6-6 6-6" })
|
1210
|
+
)
|
1211
|
+
), /* @__PURE__ */ React9.createElement(
|
1212
|
+
Button,
|
1213
|
+
{
|
1214
|
+
"aria-label": "Next Table Page",
|
1215
|
+
variant: "outline",
|
1216
|
+
size: "smallIcon",
|
1217
|
+
onClick: () => table.nextPage(),
|
1218
|
+
disabled: !table.getCanNextPage(),
|
1219
|
+
className: cn(
|
1220
|
+
props.direction === "ltr" && "hawa-rotate-180"
|
1221
|
+
)
|
1222
|
+
},
|
1223
|
+
/* @__PURE__ */ React9.createElement(
|
1224
|
+
"svg",
|
1225
|
+
{
|
1226
|
+
xmlns: "http://www.w3.org/2000/svg",
|
1227
|
+
width: "20",
|
1228
|
+
height: "20",
|
1229
|
+
"aria-label": "Single Chevron Icon",
|
1230
|
+
viewBox: "0 0 24 24",
|
1231
|
+
fill: "none",
|
1232
|
+
stroke: "currentColor",
|
1233
|
+
strokeWidth: "2",
|
1234
|
+
strokeLinecap: "round",
|
1235
|
+
strokeLinejoin: "round"
|
1236
|
+
},
|
1237
|
+
/* @__PURE__ */ React9.createElement("path", { d: "m15 18-6-6 6-6" })
|
1238
|
+
)
|
1239
|
+
), /* @__PURE__ */ React9.createElement(
|
1240
|
+
Button,
|
1241
|
+
{
|
1242
|
+
"aria-label": "Next Table Page",
|
1243
|
+
variant: "outline",
|
1244
|
+
size: "smallIcon",
|
1245
|
+
onClick: () => table.setPageIndex(table.getPageCount() - 1),
|
1246
|
+
disabled: !table.getCanNextPage(),
|
1247
|
+
className: cn(
|
1248
|
+
props.direction === "ltr" && "hawa-rotate-180"
|
1249
|
+
)
|
1250
|
+
},
|
1251
|
+
/* @__PURE__ */ React9.createElement(
|
1252
|
+
"svg",
|
1253
|
+
{
|
1254
|
+
xmlns: "http://www.w3.org/2000/svg",
|
1255
|
+
width: "20",
|
1256
|
+
height: "20",
|
1257
|
+
viewBox: "0 0 24 24",
|
1258
|
+
fill: "none",
|
1259
|
+
stroke: "currentColor",
|
1260
|
+
strokeWidth: "2",
|
1261
|
+
strokeLinecap: "round",
|
1262
|
+
strokeLinejoin: "round"
|
1263
|
+
},
|
1264
|
+
/* @__PURE__ */ React9.createElement("path", { d: "m11 17-5-5 5-5" }),
|
1265
|
+
/* @__PURE__ */ React9.createElement("path", { d: "m18 17-5-5 5-5" })
|
1266
|
+
)
|
1267
|
+
))))
|
1268
|
+
));
|
1269
|
+
};
|
1270
|
+
export {
|
1271
|
+
DataTable
|
1272
|
+
};
|
1273
|
+
//# sourceMappingURL=index.mjs.map
|