@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,677 @@
|
|
1
|
+
import {
|
2
|
+
Chip,
|
3
|
+
ScrollArea
|
4
|
+
} from "../../chunk-4EGKGSGY.mjs";
|
5
|
+
import "../../chunk-ZS3FB3PO.mjs";
|
6
|
+
import {
|
7
|
+
Radio
|
8
|
+
} from "../../chunk-NMS5LCSQ.mjs";
|
9
|
+
import {
|
10
|
+
CheckMark,
|
11
|
+
UncheckMark
|
12
|
+
} from "../../chunk-GVJYACGA.mjs";
|
13
|
+
import {
|
14
|
+
Button,
|
15
|
+
Card,
|
16
|
+
Skeleton,
|
17
|
+
Tooltip,
|
18
|
+
cn
|
19
|
+
} from "../../chunk-D36MPDGE.mjs";
|
20
|
+
|
21
|
+
// blocks/pricing/PricingPlans.tsx
|
22
|
+
import React8 from "react";
|
23
|
+
|
24
|
+
// blocks/cards/ActionCard.tsx
|
25
|
+
import React, { useState } from "react";
|
26
|
+
|
27
|
+
// blocks/cards/AdCard.tsx
|
28
|
+
import React2, { useState as useState2, useEffect, useRef } from "react";
|
29
|
+
|
30
|
+
// blocks/cards/PricingCard.tsx
|
31
|
+
import React4 from "react";
|
32
|
+
|
33
|
+
// elements/separator/Separator.tsx
|
34
|
+
import * as React3 from "react";
|
35
|
+
var Separator = ({
|
36
|
+
className,
|
37
|
+
orientation = "horizontal",
|
38
|
+
...props
|
39
|
+
}) => /* @__PURE__ */ React3.createElement(
|
40
|
+
"div",
|
41
|
+
{
|
42
|
+
className: cn(
|
43
|
+
"hawa-shrink-0 hawa-bg-border",
|
44
|
+
orientation === "horizontal" ? "hawa-h-[1px] hawa-w-full" : "hawa-h-full hawa-w-[1px]",
|
45
|
+
className
|
46
|
+
),
|
47
|
+
...props
|
48
|
+
}
|
49
|
+
);
|
50
|
+
|
51
|
+
// blocks/cards/PricingCard.tsx
|
52
|
+
var PricingCard = ({
|
53
|
+
size = "medium",
|
54
|
+
direction = "ltr",
|
55
|
+
endButton = true,
|
56
|
+
recommended,
|
57
|
+
currentPlan = false,
|
58
|
+
...props
|
59
|
+
}) => {
|
60
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _i;
|
61
|
+
let cardSizes = {
|
62
|
+
small: "hawa-w-full hawa-max-w-sm hawa-rounded hawa-border dark:hawa-border-gray-700 hawa-bg-background ",
|
63
|
+
medium: "hawa-w-full hawa-rounded hawa-min-w-fit hawa-border dark:hawa-border-gray-700 hawa-bg-background ",
|
64
|
+
large: "hawa-w-full hawa-max-w-lg hawa-rounded hawa-border dark:hawa-border-gray-700 hawa-bg-background "
|
65
|
+
};
|
66
|
+
return /* @__PURE__ */ React4.createElement(
|
67
|
+
Card,
|
68
|
+
{
|
69
|
+
dir: direction,
|
70
|
+
className: cn(
|
71
|
+
currentPlan ? "hawa-border-2 hawa-border-primary dark:hawa-border-primary/70 " : "hawa-border",
|
72
|
+
cardSizes[size],
|
73
|
+
"hawa-relative hawa-flex hawa-flex-col hawa-justify-between hawa-gap-4 hawa-p-4",
|
74
|
+
recommended ? "hawa-rounded hawa-rounded-t-none" : "hawa-rounded"
|
75
|
+
)
|
76
|
+
},
|
77
|
+
recommended && /* @__PURE__ */ React4.createElement(
|
78
|
+
"div",
|
79
|
+
{
|
80
|
+
className: "hawa-absolute -hawa-left-[1px] hawa-top-0 -hawa-translate-y-full hawa-rounded-t hawa-border hawa-bg-primary hawa-p-2 hawa-text-center hawa-text-primary-foreground",
|
81
|
+
style: { width: "calc(100% + 2px)" }
|
82
|
+
},
|
83
|
+
((_a = props.texts) == null ? void 0 : _a.recommended) || "RECOMMENDED"
|
84
|
+
),
|
85
|
+
/* @__PURE__ */ React4.createElement("div", { className: "hawa-flex hawa-h-full hawa-flex-col hawa-gap-4" }, /* @__PURE__ */ React4.createElement("div", { className: "hawa-text-md hawa-relative hawa-flex hawa-flex-col hawa-justify-between hawa-font-bold hawa-text-primary/70" }, /* @__PURE__ */ React4.createElement("span", null, (_b = props.texts) == null ? void 0 : _b.title), /* @__PURE__ */ React4.createElement("h5", { className: "hawa-text-sm hawa-font-normal hawa-text-primary/70" }, (_c = props.texts) == null ? void 0 : _c.subtitle), props.discount && /* @__PURE__ */ React4.createElement("span", { className: "hawa-absolute hawa-end-0" }, /* @__PURE__ */ React4.createElement(Chip, { label: props.discount, size: "large", color: "hyper" }))), /* @__PURE__ */ React4.createElement("div", { className: " hawa-flex hawa-items-baseline hawa-text-primary" }, props.isLoading ? /* @__PURE__ */ React4.createElement(Skeleton, { className: "hawa-h-[48px] hawa-w-full hawa-max-w-[200px] hawa-p-0 " }) : /* @__PURE__ */ React4.createElement(React4.Fragment, null, props.noPrice ? /* @__PURE__ */ React4.createElement("div", { className: "hawa-text-5xl hawa-font-extrabold hawa-tracking-tight" }, ((_d = props.texts) == null ? void 0 : _d.priceless) || "Contact Us") : /* @__PURE__ */ React4.createElement(React4.Fragment, null, /* @__PURE__ */ React4.createElement(React4.Fragment, null, /* @__PURE__ */ React4.createElement("div", { className: "hawa-flex hawa-flex-row hawa-items-end hawa-gap-2" }, props.oldPrice && props.oldPrice > 0 && /* @__PURE__ */ React4.createElement("span", { className: "hawa-line-through hawa-opacity-70" }, props.oldPrice + " " + ((_e = props.texts) == null ? void 0 : _e.currencyText)), /* @__PURE__ */ React4.createElement("span", { className: "hawa-text-5xl hawa-font-extrabold hawa-tracking-tight" }, props.price)), /* @__PURE__ */ React4.createElement("span", { className: "hawa-mx-1 hawa-text-sm hawa-font-semibold" }, (_f = props.texts) == null ? void 0 : _f.currencyText)), /* @__PURE__ */ React4.createElement("span", { className: "hawa-ml-1 hawa-whitespace-nowrap hawa-text-xl hawa-font-normal hawa-text-primary/70" }, "/ ", (_g = props.texts) == null ? void 0 : _g.cycleText)))), endButton && /* @__PURE__ */ React4.createElement(Separator, null), /* @__PURE__ */ React4.createElement(
|
86
|
+
"div",
|
87
|
+
{
|
88
|
+
className: cn(
|
89
|
+
"hawa-flex hawa-h-full hawa-justify-between hawa-gap-4",
|
90
|
+
endButton ? "hawa-flex-col" : "hawa-flex-col-reverse"
|
91
|
+
)
|
92
|
+
},
|
93
|
+
props.features && /* @__PURE__ */ React4.createElement("ul", { role: "list", className: "hawa-space-y-0 hawa-overflow-x-auto" }, (_h = props.features) == null ? void 0 : _h.map((feature, o) => {
|
94
|
+
var _a2;
|
95
|
+
return /* @__PURE__ */ React4.createElement(
|
96
|
+
"li",
|
97
|
+
{
|
98
|
+
key: o,
|
99
|
+
className: cn(
|
100
|
+
"hawa-flex hawa-flex-row hawa-justify-between hawa-gap-2",
|
101
|
+
!feature.included && "hawa-line-through"
|
102
|
+
)
|
103
|
+
},
|
104
|
+
/* @__PURE__ */ React4.createElement("div", { className: "hawa-flex hawa-flex-row hawa-items-center" }, feature.included ? /* @__PURE__ */ React4.createElement(
|
105
|
+
"svg",
|
106
|
+
{
|
107
|
+
"aria-label": "Check Icon",
|
108
|
+
"aria-hidden": "true",
|
109
|
+
className: "hawa-m-2 hawa-h-5 hawa-w-5 hawa-flex-shrink-0 hawa-text-primary",
|
110
|
+
fill: "currentColor",
|
111
|
+
viewBox: "0 0 20 20"
|
112
|
+
},
|
113
|
+
/* @__PURE__ */ React4.createElement(
|
114
|
+
"path",
|
115
|
+
{
|
116
|
+
fillRule: "evenodd",
|
117
|
+
d: "M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z",
|
118
|
+
clipRule: "evenodd"
|
119
|
+
}
|
120
|
+
)
|
121
|
+
) : /* @__PURE__ */ React4.createElement("div", { className: "hawa-m-2 hawa-mx-2.5 hawa-h-4 hawa-w-4 hawa-rounded-full hawa-bg-primary/10" }), /* @__PURE__ */ React4.createElement("span", { className: "hawa-flex hawa-flex-row hawa-items-center hawa-gap-2 hawa-whitespace-nowrap hawa-text-start hawa-font-normal hawa-leading-tight hawa-text-primary/70 " }, feature.text, " ", feature.soon && feature.included && /* @__PURE__ */ React4.createElement(
|
122
|
+
Chip,
|
123
|
+
{
|
124
|
+
label: ((_a2 = props.texts) == null ? void 0 : _a2.soon) || "",
|
125
|
+
color: "oceanic",
|
126
|
+
size: "small"
|
127
|
+
}
|
128
|
+
))),
|
129
|
+
feature.hint && /* @__PURE__ */ React4.createElement(Tooltip, { content: feature.hint, side: feature.hintSide }, /* @__PURE__ */ React4.createElement(
|
130
|
+
"svg",
|
131
|
+
{
|
132
|
+
xmlns: "http://www.w3.org/2000/svg",
|
133
|
+
className: "hawa-h-[14px] hawa-w-[14px] hawa-cursor-help",
|
134
|
+
viewBox: "0 0 24 24",
|
135
|
+
fill: "none",
|
136
|
+
stroke: "currentColor",
|
137
|
+
strokeWidth: "2",
|
138
|
+
strokeLinecap: "round",
|
139
|
+
strokeLinejoin: "round"
|
140
|
+
},
|
141
|
+
/* @__PURE__ */ React4.createElement("circle", { cx: "12", cy: "12", r: "10" }),
|
142
|
+
/* @__PURE__ */ React4.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
|
143
|
+
/* @__PURE__ */ React4.createElement("path", { d: "M12 17h.01" })
|
144
|
+
))
|
145
|
+
);
|
146
|
+
})),
|
147
|
+
/* @__PURE__ */ React4.createElement(
|
148
|
+
Button,
|
149
|
+
{
|
150
|
+
onClick: props.onPlanClicked,
|
151
|
+
disabled: currentPlan,
|
152
|
+
className: "hawa-w-full"
|
153
|
+
},
|
154
|
+
(_i = props.texts) == null ? void 0 : _i.buttonText
|
155
|
+
)
|
156
|
+
))
|
157
|
+
);
|
158
|
+
};
|
159
|
+
|
160
|
+
// blocks/cards/ItemCard.tsx
|
161
|
+
import React6, { useEffect as useEffect2, useState as useState3 } from "react";
|
162
|
+
|
163
|
+
// elements/dropdownMenu/DropdownMenu.tsx
|
164
|
+
import * as React5 from "react";
|
165
|
+
import * as DropdownMenuPrimitive from "@radix-ui/react-dropdown-menu";
|
166
|
+
var DropdownMenuSubTrigger = React5.forwardRef(({ className, inset, children, ...props }, ref) => /* @__PURE__ */ React5.createElement(
|
167
|
+
DropdownMenuPrimitive.SubTrigger,
|
168
|
+
{
|
169
|
+
ref,
|
170
|
+
className: cn(
|
171
|
+
"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",
|
172
|
+
inset && "hawa-pl-8",
|
173
|
+
className
|
174
|
+
),
|
175
|
+
...props
|
176
|
+
},
|
177
|
+
/* @__PURE__ */ React5.createElement("div", { className: "hawa-flex hawa-flex-row hawa-items-center hawa-gap-2" }, children),
|
178
|
+
" ",
|
179
|
+
/* @__PURE__ */ React5.createElement(
|
180
|
+
"svg",
|
181
|
+
{
|
182
|
+
"aria-label": "Chevron Right Icon",
|
183
|
+
stroke: "currentColor",
|
184
|
+
fill: "currentColor",
|
185
|
+
strokeWidth: "0",
|
186
|
+
viewBox: "0 0 16 16",
|
187
|
+
height: "1em",
|
188
|
+
width: "1em",
|
189
|
+
className: cn(props.dir === "rtl" ? "hawa-rotate-180" : "")
|
190
|
+
},
|
191
|
+
/* @__PURE__ */ React5.createElement(
|
192
|
+
"path",
|
193
|
+
{
|
194
|
+
fillRule: "evenodd",
|
195
|
+
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"
|
196
|
+
}
|
197
|
+
)
|
198
|
+
)
|
199
|
+
));
|
200
|
+
DropdownMenuSubTrigger.displayName = DropdownMenuPrimitive.SubTrigger.displayName;
|
201
|
+
var DropdownMenuSubContent = React5.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ React5.createElement(
|
202
|
+
DropdownMenuPrimitive.SubContent,
|
203
|
+
{
|
204
|
+
ref,
|
205
|
+
className: cn(
|
206
|
+
"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",
|
207
|
+
className
|
208
|
+
),
|
209
|
+
...props
|
210
|
+
}
|
211
|
+
));
|
212
|
+
DropdownMenuSubContent.displayName = DropdownMenuPrimitive.SubContent.displayName;
|
213
|
+
var DropdownMenuContent = React5.forwardRef(({ className, sideOffset = 4, ...props }, ref) => /* @__PURE__ */ React5.createElement(DropdownMenuPrimitive.Portal, null, /* @__PURE__ */ React5.createElement(
|
214
|
+
DropdownMenuPrimitive.Content,
|
215
|
+
{
|
216
|
+
ref,
|
217
|
+
sideOffset,
|
218
|
+
className: cn(
|
219
|
+
"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",
|
220
|
+
className
|
221
|
+
),
|
222
|
+
...props
|
223
|
+
}
|
224
|
+
)));
|
225
|
+
DropdownMenuContent.displayName = DropdownMenuPrimitive.Content.displayName;
|
226
|
+
var DropdownMenuItem = React5.forwardRef(({ className, inset, badged, slug, ...props }, ref) => {
|
227
|
+
return /* @__PURE__ */ React5.createElement("a", { href: slug }, /* @__PURE__ */ React5.createElement(
|
228
|
+
DropdownMenuPrimitive.Item,
|
229
|
+
{
|
230
|
+
disabled: props.disabled,
|
231
|
+
ref,
|
232
|
+
className: cn(
|
233
|
+
"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",
|
234
|
+
inset && "hawa-pl-8",
|
235
|
+
props.end && Array.isArray(props.children) && props.children[1] && "hawa-gap-6",
|
236
|
+
className
|
237
|
+
),
|
238
|
+
...props
|
239
|
+
},
|
240
|
+
/* @__PURE__ */ React5.createElement("div", { className: "hawa-flex hawa-flex-row hawa-items-center hawa-gap-2 " }, props.children),
|
241
|
+
props.end && props.end,
|
242
|
+
!props.end && props.shortcut && /* @__PURE__ */ React5.createElement(DropdownMenuShortcut, null, props.shortcut),
|
243
|
+
!props.end && badged && /* @__PURE__ */ React5.createElement("div", { className: "hawa-h-3 hawa-w-3 hawa-rounded-full hawa-bg-red-500" })
|
244
|
+
));
|
245
|
+
});
|
246
|
+
DropdownMenuItem.displayName = DropdownMenuPrimitive.Item.displayName;
|
247
|
+
var DropdownMenuCheckboxItem = React5.forwardRef(({ className, children, checked, ...props }, ref) => /* @__PURE__ */ React5.createElement(
|
248
|
+
DropdownMenuPrimitive.CheckboxItem,
|
249
|
+
{
|
250
|
+
ref,
|
251
|
+
className: cn(
|
252
|
+
"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",
|
253
|
+
className
|
254
|
+
),
|
255
|
+
checked,
|
256
|
+
...props
|
257
|
+
},
|
258
|
+
/* @__PURE__ */ React5.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__ */ React5.createElement(DropdownMenuPrimitive.ItemIndicator, null, /* @__PURE__ */ React5.createElement(
|
259
|
+
"svg",
|
260
|
+
{
|
261
|
+
"aria-label": "Check Mark",
|
262
|
+
stroke: "currentColor",
|
263
|
+
fill: "currentColor",
|
264
|
+
strokeWidth: "0",
|
265
|
+
viewBox: "0 0 512 512",
|
266
|
+
height: "0.60em",
|
267
|
+
width: "0.60em"
|
268
|
+
},
|
269
|
+
/* @__PURE__ */ React5.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" })
|
270
|
+
), " ")),
|
271
|
+
children
|
272
|
+
));
|
273
|
+
DropdownMenuCheckboxItem.displayName = DropdownMenuPrimitive.CheckboxItem.displayName;
|
274
|
+
var DropdownMenuRadioItem = React5.forwardRef(({ className, children, ...props }, ref) => /* @__PURE__ */ React5.createElement(
|
275
|
+
DropdownMenuPrimitive.RadioItem,
|
276
|
+
{
|
277
|
+
ref,
|
278
|
+
className: cn(
|
279
|
+
"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",
|
280
|
+
className
|
281
|
+
),
|
282
|
+
...props
|
283
|
+
},
|
284
|
+
/* @__PURE__ */ React5.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__ */ React5.createElement(DropdownMenuPrimitive.ItemIndicator, null, /* @__PURE__ */ React5.createElement(
|
285
|
+
"svg",
|
286
|
+
{
|
287
|
+
xmlns: "http://www.w3.org/2000/svg",
|
288
|
+
width: "24",
|
289
|
+
"aria-label": "Circle",
|
290
|
+
height: "24",
|
291
|
+
viewBox: "0 0 24 24",
|
292
|
+
fill: "none",
|
293
|
+
stroke: "currentColor",
|
294
|
+
strokeWidth: "2",
|
295
|
+
strokeLinecap: "round",
|
296
|
+
strokeLinejoin: "round",
|
297
|
+
className: "hawa-h-2 hawa-w-2 hawa-fill-current"
|
298
|
+
},
|
299
|
+
/* @__PURE__ */ React5.createElement("circle", { cx: "12", cy: "12", r: "10" })
|
300
|
+
))),
|
301
|
+
children
|
302
|
+
));
|
303
|
+
DropdownMenuRadioItem.displayName = DropdownMenuPrimitive.RadioItem.displayName;
|
304
|
+
var DropdownMenuLabel = React5.forwardRef(({ className, inset, ...props }, ref) => /* @__PURE__ */ React5.createElement(
|
305
|
+
DropdownMenuPrimitive.Label,
|
306
|
+
{
|
307
|
+
ref,
|
308
|
+
className: cn(
|
309
|
+
"hawa-px-2 hawa-py-1.5 hawa-text-sm hawa-font-semibold",
|
310
|
+
inset && "hawa-pl-8",
|
311
|
+
className
|
312
|
+
),
|
313
|
+
...props
|
314
|
+
}
|
315
|
+
));
|
316
|
+
DropdownMenuLabel.displayName = DropdownMenuPrimitive.Label.displayName;
|
317
|
+
var DropdownMenuSeparator = React5.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ React5.createElement(
|
318
|
+
DropdownMenuPrimitive.Separator,
|
319
|
+
{
|
320
|
+
ref,
|
321
|
+
className: cn("hawa--mx-1 hawa-my-1 hawa-h-px hawa-bg-muted", className),
|
322
|
+
...props
|
323
|
+
}
|
324
|
+
));
|
325
|
+
DropdownMenuSeparator.displayName = DropdownMenuPrimitive.Separator.displayName;
|
326
|
+
var DropdownMenuShortcut = ({
|
327
|
+
className,
|
328
|
+
...props
|
329
|
+
}) => {
|
330
|
+
return /* @__PURE__ */ React5.createElement(
|
331
|
+
"span",
|
332
|
+
{
|
333
|
+
className: cn(
|
334
|
+
"hawa-text-xs hawa-tracking-widest hawa-opacity-60",
|
335
|
+
className
|
336
|
+
),
|
337
|
+
...props
|
338
|
+
}
|
339
|
+
);
|
340
|
+
};
|
341
|
+
DropdownMenuShortcut.displayName = "DropdownMenuShortcut";
|
342
|
+
|
343
|
+
// blocks/cards/LandingCard.tsx
|
344
|
+
import React7 from "react";
|
345
|
+
|
346
|
+
// blocks/pricing/PricingPlans.tsx
|
347
|
+
var PricingPlans = ({
|
348
|
+
mainContainerProps,
|
349
|
+
cardsContainerProps,
|
350
|
+
...props
|
351
|
+
}) => {
|
352
|
+
return /* @__PURE__ */ React8.createElement("div", { ...mainContainerProps }, /* @__PURE__ */ React8.createElement("div", { className: "hawa-mb-2 hawa-flex hawa-w-full hawa-justify-between" }, /* @__PURE__ */ React8.createElement(
|
353
|
+
Radio,
|
354
|
+
{
|
355
|
+
design: "tabs",
|
356
|
+
defaultValue: props.currentCycle.value,
|
357
|
+
options: props.billingCycles,
|
358
|
+
onChange: (e) => {
|
359
|
+
if (props.onCycleChange) {
|
360
|
+
props.onCycleChange(e);
|
361
|
+
}
|
362
|
+
}
|
363
|
+
}
|
364
|
+
), /* @__PURE__ */ React8.createElement(
|
365
|
+
Radio,
|
366
|
+
{
|
367
|
+
design: "tabs",
|
368
|
+
defaultValue: props.currentCurrency.value,
|
369
|
+
options: props.currencies,
|
370
|
+
onChange: (e) => {
|
371
|
+
if (props.onCurrencyChange) {
|
372
|
+
props.onCurrencyChange(e);
|
373
|
+
}
|
374
|
+
}
|
375
|
+
}
|
376
|
+
)), /* @__PURE__ */ React8.createElement(
|
377
|
+
"div",
|
378
|
+
{
|
379
|
+
className: "hawa-inline-grid hawa-w-full hawa-grid-cols-[repeat(auto-fit,_minmax(300px,_1fr))] hawa-gap-4",
|
380
|
+
...cardsContainerProps
|
381
|
+
},
|
382
|
+
props.plans.map((plan, index) => {
|
383
|
+
var _a, _b;
|
384
|
+
return /* @__PURE__ */ React8.createElement(
|
385
|
+
PricingCard,
|
386
|
+
{
|
387
|
+
key: index,
|
388
|
+
onPlanClicked: () => {
|
389
|
+
var _a2, _b2;
|
390
|
+
if (props.onPlanClicked) {
|
391
|
+
let clickedData = {
|
392
|
+
// plan: plan.id,
|
393
|
+
currency: (_a2 = props.currentCurrency) == null ? void 0 : _a2.value,
|
394
|
+
cycle: (_b2 = props.currentCycle) == null ? void 0 : _b2.value,
|
395
|
+
...plan
|
396
|
+
};
|
397
|
+
props.onPlanClicked(clickedData);
|
398
|
+
}
|
399
|
+
},
|
400
|
+
...plan,
|
401
|
+
price: plan.price,
|
402
|
+
texts: {
|
403
|
+
...plan.texts,
|
404
|
+
currencyText: (_a = props.currentCurrency) == null ? void 0 : _a.label,
|
405
|
+
cycleText: (_b = props.currentCycle) == null ? void 0 : _b.label
|
406
|
+
}
|
407
|
+
}
|
408
|
+
);
|
409
|
+
})
|
410
|
+
));
|
411
|
+
};
|
412
|
+
|
413
|
+
// blocks/pricing/ComparingPlans.tsx
|
414
|
+
import React9 from "react";
|
415
|
+
var ComparingPlans = (props) => {
|
416
|
+
const uniqueFeatures = Array.from(
|
417
|
+
new Set(
|
418
|
+
props.plans.flatMap(
|
419
|
+
(plan) => plan.features.map((feature) => feature.text)
|
420
|
+
)
|
421
|
+
)
|
422
|
+
);
|
423
|
+
return /* @__PURE__ */ React9.createElement("div", { id: "detailed-pricing", className: "hawa-w-full" }, /* @__PURE__ */ React9.createElement("div", { className: "hawa-mb-2 hawa-flex hawa-w-full hawa-flex-col hawa-justify-between hawa-gap-2 sm:hawa-flex-row" }, /* @__PURE__ */ React9.createElement(
|
424
|
+
Radio,
|
425
|
+
{
|
426
|
+
tabsContainerClassName: "hawa-w-full sm:hawa-max-w-fit",
|
427
|
+
width: "none",
|
428
|
+
design: "tabs",
|
429
|
+
defaultValue: props.currentCycle.value,
|
430
|
+
options: props.billingCycles,
|
431
|
+
onChange: (e) => {
|
432
|
+
if (props.onCycleChange) {
|
433
|
+
props.onCycleChange(e);
|
434
|
+
}
|
435
|
+
}
|
436
|
+
}
|
437
|
+
), /* @__PURE__ */ React9.createElement(
|
438
|
+
Radio,
|
439
|
+
{
|
440
|
+
tabsContainerClassName: "hawa-w-full sm:hawa-max-w-fit",
|
441
|
+
width: "none",
|
442
|
+
design: "tabs",
|
443
|
+
defaultValue: props.currentCurrency.value,
|
444
|
+
options: props.currencies,
|
445
|
+
onChange: (e) => {
|
446
|
+
if (props.onCurrencyChange) {
|
447
|
+
props.onCurrencyChange(e);
|
448
|
+
}
|
449
|
+
}
|
450
|
+
}
|
451
|
+
)), /* @__PURE__ */ React9.createElement(
|
452
|
+
"div",
|
453
|
+
{
|
454
|
+
className: cn(
|
455
|
+
"hawa-sticky hawa-z-10 hawa-grid hawa-grid-cols-4 hawa-gap-x-2 hawa-rounded-t hawa-border hawa-p-4 hawa-text-sm hawa-font-medium",
|
456
|
+
"hawa-bg-primary-foreground"
|
457
|
+
),
|
458
|
+
style: {
|
459
|
+
top: props.topPosition || 0
|
460
|
+
}
|
461
|
+
},
|
462
|
+
/* @__PURE__ */ React9.createElement("div", { className: "hawa-flex hawa-items-center" }),
|
463
|
+
props.plans.map((plan, i) => /* @__PURE__ */ React9.createElement(
|
464
|
+
"div",
|
465
|
+
{
|
466
|
+
key: i,
|
467
|
+
className: "hawa-flex hawa-flex-col hawa-items-center hawa-justify-center hawa-gap-2"
|
468
|
+
},
|
469
|
+
/* @__PURE__ */ React9.createElement("div", { className: "hawa-flex hawa-flex-col hawa-gap-2" }, /* @__PURE__ */ React9.createElement("div", { className: "hawa-flex hawa-flex-col" }, /* @__PURE__ */ React9.createElement("span", { className: "hawa-text-md hawa-font-bold " }, plan.texts.title), /* @__PURE__ */ React9.createElement("span", { className: "hawa-text-md hawa-font-normal hawa-text-muted-foreground " }, plan.texts.subtitle)), /* @__PURE__ */ React9.createElement("div", { className: " hawa-flex hawa-items-baseline " }, /* @__PURE__ */ React9.createElement(React9.Fragment, null, /* @__PURE__ */ React9.createElement("span", { className: "hawa-text-5xl hawa-font-extrabold hawa-tracking-tight" }, plan.price), /* @__PURE__ */ React9.createElement("span", { className: "hawa-mx-1 hawa-text-sm hawa-font-semibold" }, plan.texts.currencyText)), /* @__PURE__ */ React9.createElement("span", { className: "hawa-ml-1 hawa-text-xl hawa-font-normal " }, "/ ", plan.texts.cycleText)))
|
470
|
+
))
|
471
|
+
), /* @__PURE__ */ React9.createElement(
|
472
|
+
ScrollArea,
|
473
|
+
{
|
474
|
+
className: "hawa-h-fit hawa-rounded hawa-rounded-t-none hawa-border hawa-border-t-0 hawa-bg-background",
|
475
|
+
dir: props.direction
|
476
|
+
},
|
477
|
+
uniqueFeatures.map((featureText, featureIndex) => {
|
478
|
+
var _a, _b, _c, _d;
|
479
|
+
return /* @__PURE__ */ React9.createElement(
|
480
|
+
"div",
|
481
|
+
{
|
482
|
+
key: featureIndex,
|
483
|
+
className: cn(
|
484
|
+
"hawa-border-foreground-muted hawa-grid hawa-grid-cols-[1fr_repeat(3,_minmax(0,_1fr))] hawa-gap-x-16 hawa-px-4 hawa-py-5 hawa-text-sm hawa-text-gray-700 dark:text-white",
|
485
|
+
featureIndex === 0 ? "" : "hawa-border-t"
|
486
|
+
)
|
487
|
+
},
|
488
|
+
/* @__PURE__ */ React9.createElement("div", { className: "hawa-flex hawa-flex-row hawa-items-center hawa-gap-2 hawa-text-foreground" }, featureText, props.plans.some(
|
489
|
+
(plan) => plan.features.some(
|
490
|
+
(feature) => feature.text === featureText && feature.hint
|
491
|
+
)
|
492
|
+
) && /* @__PURE__ */ React9.createElement(
|
493
|
+
Tooltip,
|
494
|
+
{
|
495
|
+
side: "right",
|
496
|
+
content: (_b = (_a = props.plans.find(
|
497
|
+
(plan) => {
|
498
|
+
var _a2;
|
499
|
+
return (_a2 = plan.features.find(
|
500
|
+
(feature) => feature.text === featureText
|
501
|
+
)) == null ? void 0 : _a2.hint;
|
502
|
+
}
|
503
|
+
)) == null ? void 0 : _a.features.find(
|
504
|
+
(feature) => feature.text === featureText
|
505
|
+
)) == null ? void 0 : _b.hint
|
506
|
+
},
|
507
|
+
/* @__PURE__ */ React9.createElement(
|
508
|
+
"svg",
|
509
|
+
{
|
510
|
+
stroke: "currentColor",
|
511
|
+
fill: "currentColor",
|
512
|
+
strokeWidth: "0",
|
513
|
+
viewBox: "0 0 16 16",
|
514
|
+
height: "1em",
|
515
|
+
width: "1em"
|
516
|
+
},
|
517
|
+
/* @__PURE__ */ React9.createElement("path", { d: "M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8 4a.905.905 0 0 0-.9.995l.35 3.507a.552.552 0 0 0 1.1 0l.35-3.507A.905.905 0 0 0 8 4zm.002 6a1 1 0 1 0 0 2 1 1 0 0 0 0-2z" })
|
518
|
+
)
|
519
|
+
), props.plans.some(
|
520
|
+
(plan) => plan.features.some(
|
521
|
+
(feature) => feature.text === featureText && feature.soon
|
522
|
+
)
|
523
|
+
) && /* @__PURE__ */ React9.createElement(
|
524
|
+
Chip,
|
525
|
+
{
|
526
|
+
label: ((_d = (_c = props.plans.find(
|
527
|
+
(plan) => plan.features.some(
|
528
|
+
(feature) => feature.text === featureText && feature.soon
|
529
|
+
)
|
530
|
+
)) == null ? void 0 : _c.texts) == null ? void 0 : _d.soon) || "Soon"
|
531
|
+
}
|
532
|
+
)),
|
533
|
+
props.plans.map((plan, planIndex) => {
|
534
|
+
const feature = plan.features.find(
|
535
|
+
(f) => f.text === featureText
|
536
|
+
);
|
537
|
+
return /* @__PURE__ */ React9.createElement(
|
538
|
+
"div",
|
539
|
+
{
|
540
|
+
key: planIndex,
|
541
|
+
className: "hawa-flex hawa-flex-col hawa-items-center hawa-text-center"
|
542
|
+
},
|
543
|
+
(feature == null ? void 0 : feature.included) ? /* @__PURE__ */ React9.createElement(CheckMark, { className: "hawa-text-foreground" }) : /* @__PURE__ */ React9.createElement(UncheckMark, { className: "hawa-text-foreground" })
|
544
|
+
);
|
545
|
+
})
|
546
|
+
);
|
547
|
+
})
|
548
|
+
), props.showButtons && /* @__PURE__ */ React9.createElement("div", { className: "hawa-grid hawa-grid-cols-[1fr_repeat(3,_minmax(0,_1fr))] hawa-gap-x-16 hawa-px-4 hawa-py-5" }, /* @__PURE__ */ React9.createElement("div", { className: "hawa-flex hawa-items-center" }), props.plans.map((plan, i) => {
|
549
|
+
var _a;
|
550
|
+
return /* @__PURE__ */ React9.createElement(
|
551
|
+
"div",
|
552
|
+
{
|
553
|
+
key: i,
|
554
|
+
className: "hawa-flex hawa-items-center hawa-justify-center"
|
555
|
+
},
|
556
|
+
/* @__PURE__ */ React9.createElement(
|
557
|
+
Button,
|
558
|
+
{
|
559
|
+
className: "hawa-w-full hawa-max-w-xs",
|
560
|
+
onClick: () => {
|
561
|
+
var _a2, _b;
|
562
|
+
if (props.onPlanClicked) {
|
563
|
+
let clickedData = {
|
564
|
+
// plan: plan.id,
|
565
|
+
currency: (_a2 = props.currentCurrency) == null ? void 0 : _a2.value,
|
566
|
+
cycle: (_b = props.currentCycle) == null ? void 0 : _b.value,
|
567
|
+
...plan
|
568
|
+
};
|
569
|
+
props.onPlanClicked(clickedData);
|
570
|
+
}
|
571
|
+
}
|
572
|
+
},
|
573
|
+
((_a = plan.texts) == null ? void 0 : _a.buttonText) || "Get Started"
|
574
|
+
)
|
575
|
+
);
|
576
|
+
})));
|
577
|
+
};
|
578
|
+
|
579
|
+
// blocks/pricing/HorizontalPricing.tsx
|
580
|
+
import React10, { useState as useState4 } from "react";
|
581
|
+
var HorizontalPricing = (props) => {
|
582
|
+
const [selectedCard, setSelectedCard] = useState4("");
|
583
|
+
let data = [
|
584
|
+
{ title: "basic", price: "$49", cycle: "/mo" },
|
585
|
+
{ title: "business", price: "$99", cycle: "/mo" },
|
586
|
+
{ title: "enterprise", price: "$149", cycle: "/mo" }
|
587
|
+
];
|
588
|
+
return /* @__PURE__ */ React10.createElement("div", { className: "hawa-z-10 hawa-w-full hawa-max-w-screen-sm" }, /* @__PURE__ */ React10.createElement("div", { className: "hawa-max-w-2xl " }, /* @__PURE__ */ React10.createElement("div", { className: "hawa-flex hawa-flex-row hawa-justify-between" }, /* @__PURE__ */ React10.createElement(
|
589
|
+
Radio,
|
590
|
+
{
|
591
|
+
design: "tabs",
|
592
|
+
options: props.currencies,
|
593
|
+
defaultValue: props.currentCurrency
|
594
|
+
}
|
595
|
+
), /* @__PURE__ */ React10.createElement(
|
596
|
+
Radio,
|
597
|
+
{
|
598
|
+
design: "tabs",
|
599
|
+
options: props.billingCycles,
|
600
|
+
defaultValue: props.currentCycle
|
601
|
+
}
|
602
|
+
)), data.map((d, i) => /* @__PURE__ */ React10.createElement(
|
603
|
+
"label",
|
604
|
+
{
|
605
|
+
key: i,
|
606
|
+
htmlFor: d.title,
|
607
|
+
className: "",
|
608
|
+
onClick: () => setSelectedCard(d.title)
|
609
|
+
},
|
610
|
+
/* @__PURE__ */ React10.createElement(
|
611
|
+
"input",
|
612
|
+
{
|
613
|
+
type: "radio",
|
614
|
+
name: "radio",
|
615
|
+
id: d.title,
|
616
|
+
className: "hawa-peer hawa-appearance-none"
|
617
|
+
}
|
618
|
+
),
|
619
|
+
/* @__PURE__ */ React10.createElement(
|
620
|
+
"div",
|
621
|
+
{
|
622
|
+
className: cn(
|
623
|
+
selectedCard === d.title ? "peer-checked:hawa-border-primary peer-checked:hawa-ring-4 peer-checked:hawa-ring-primary/20 " : "",
|
624
|
+
"hawa-peer hawa-flex hawa-cursor-pointer hawa-items-center hawa-justify-between hawa-rounded-xl hawa-border hawa-bg-background hawa-px-5 hawa-py-4 hawa-shadow dark:hawa-text-white peer-checked:[&_.active]:hawa-block peer-checked:[&_.default]:hawa-hidden"
|
625
|
+
)
|
626
|
+
},
|
627
|
+
/* @__PURE__ */ React10.createElement("div", { className: "hawa-peer hawa-flex hawa-items-center hawa-gap-4" }, /* @__PURE__ */ React10.createElement(CheckIcons, null), /* @__PURE__ */ React10.createElement(
|
628
|
+
CardText,
|
629
|
+
{
|
630
|
+
title: "Enterprise",
|
631
|
+
subtitle: "For startups and new businesses"
|
632
|
+
}
|
633
|
+
)),
|
634
|
+
/* @__PURE__ */ React10.createElement(CardPrice, { amount: d.price, cycle: d.cycle })
|
635
|
+
)
|
636
|
+
))));
|
637
|
+
};
|
638
|
+
var CheckIcons = () => /* @__PURE__ */ React10.createElement(React10.Fragment, null, /* @__PURE__ */ React10.createElement(
|
639
|
+
"svg",
|
640
|
+
{
|
641
|
+
fill: "none",
|
642
|
+
viewBox: "0 0 24 24",
|
643
|
+
strokeWidth: "1.5",
|
644
|
+
stroke: "currentColor",
|
645
|
+
className: "hawa-default hawa-h-8 hawa-w-8 hawa-text-neutral-500"
|
646
|
+
},
|
647
|
+
/* @__PURE__ */ React10.createElement(
|
648
|
+
"path",
|
649
|
+
{
|
650
|
+
strokeLinecap: "round",
|
651
|
+
strokeLinejoin: "round",
|
652
|
+
d: "M9 12.75L11.25 15 15 9.75M21 12a9 9 0 11-18 0 9 9 0 0118 0z"
|
653
|
+
}
|
654
|
+
)
|
655
|
+
), /* @__PURE__ */ React10.createElement(
|
656
|
+
"svg",
|
657
|
+
{
|
658
|
+
viewBox: "0 0 24 24",
|
659
|
+
fill: "currentColor",
|
660
|
+
className: "hawa-active hawa-hidden hawa-h-8 hawa-w-8 hawa-text-blue-500"
|
661
|
+
},
|
662
|
+
/* @__PURE__ */ React10.createElement(
|
663
|
+
"path",
|
664
|
+
{
|
665
|
+
fillRule: "evenodd",
|
666
|
+
clipRule: "evenodd",
|
667
|
+
d: "M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12zm13.36-1.814a.75.75 0 10-1.22-.872l-3.236 4.53L9.53 12.22a.75.75 0 00-1.06 1.06l2.25 2.25a.75.75 0 001.14-.094l3.75-5.25z"
|
668
|
+
}
|
669
|
+
)
|
670
|
+
));
|
671
|
+
var CardText = (props) => /* @__PURE__ */ React10.createElement("div", { className: "hawa-peer hawa-flex hawa-flex-col hawa-items-start " }, /* @__PURE__ */ React10.createElement("h2", { className: "hawa-font-medium hawa-text-primary/90 sm:hawa-text-xl" }, props.title), /* @__PURE__ */ React10.createElement("p", { className: "hawa-text-sm hawa-text-primary/60" }, props.subtitle, " "));
|
672
|
+
var CardPrice = (props) => /* @__PURE__ */ React10.createElement("h2", { className: "hawa-peer hawa-text-xl hawa-font-semibold hawa-text-primary sm:hawa-text-2xl" }, props.amount, /* @__PURE__ */ React10.createElement("span", { className: "hawa-text-base hawa-font-medium hawa-text-neutral-400" }, props.cycle));
|
673
|
+
export {
|
674
|
+
ComparingPlans,
|
675
|
+
HorizontalPricing,
|
676
|
+
PricingPlans
|
677
|
+
};
|