@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,108 @@
|
|
1
|
+
import * as React$1 from 'react';
|
2
|
+
import React__default, { useLayoutEffect } from 'react';
|
3
|
+
import { T as ToastProps, a as ToastActionElement } from '../Toast-pOd4uGZz.js';
|
4
|
+
import 'class-variance-authority/types';
|
5
|
+
import '@radix-ui/react-toast';
|
6
|
+
import 'class-variance-authority';
|
7
|
+
import '../commonTypes-CKtkuNFH.js';
|
8
|
+
|
9
|
+
declare const useIsomorphicEffect: typeof useLayoutEffect;
|
10
|
+
|
11
|
+
type ToasterToast = ToastProps & {
|
12
|
+
id: string;
|
13
|
+
title?: React$1.ReactNode;
|
14
|
+
description?: React$1.ReactNode;
|
15
|
+
severity?: "info" | "warning" | "error" | "success" | "none";
|
16
|
+
action?: ToastActionElement;
|
17
|
+
size?: "default" | "sm";
|
18
|
+
};
|
19
|
+
declare const actionTypes: {
|
20
|
+
readonly ADD_TOAST: "ADD_TOAST";
|
21
|
+
readonly UPDATE_TOAST: "UPDATE_TOAST";
|
22
|
+
readonly DISMISS_TOAST: "DISMISS_TOAST";
|
23
|
+
readonly REMOVE_TOAST: "REMOVE_TOAST";
|
24
|
+
};
|
25
|
+
type ActionType = typeof actionTypes;
|
26
|
+
type Action = {
|
27
|
+
type: ActionType["ADD_TOAST"];
|
28
|
+
toast: ToasterToast;
|
29
|
+
} | {
|
30
|
+
type: ActionType["UPDATE_TOAST"];
|
31
|
+
toast: Partial<ToasterToast>;
|
32
|
+
} | {
|
33
|
+
type: ActionType["DISMISS_TOAST"];
|
34
|
+
toastId?: ToasterToast["id"];
|
35
|
+
} | {
|
36
|
+
type: ActionType["REMOVE_TOAST"];
|
37
|
+
toastId?: ToasterToast["id"];
|
38
|
+
};
|
39
|
+
interface State {
|
40
|
+
toasts: ToasterToast[];
|
41
|
+
}
|
42
|
+
declare const reducer: (state: State, action: Action) => State;
|
43
|
+
type Toast = Omit<ToasterToast, "id">;
|
44
|
+
declare function toast({ ...props }: Toast): {
|
45
|
+
id: string;
|
46
|
+
dismiss: () => void;
|
47
|
+
update: (props: ToasterToast) => void;
|
48
|
+
};
|
49
|
+
declare function useToast(): {
|
50
|
+
toast: typeof toast;
|
51
|
+
dismiss: (toastId?: string) => void;
|
52
|
+
toasts: ToasterToast[];
|
53
|
+
};
|
54
|
+
|
55
|
+
type DialogCarouselType = {
|
56
|
+
canScrollPrev?: any;
|
57
|
+
emblaRef?: any;
|
58
|
+
emblaApi?: any;
|
59
|
+
nextStep?: any;
|
60
|
+
prevStep?: any;
|
61
|
+
};
|
62
|
+
declare const useDialogCarousel: (options?: any) => DialogCarouselType;
|
63
|
+
|
64
|
+
declare const useMultiStepDialog: (initialStep: any, stepIds: any[], setOpenDialog: any) => {
|
65
|
+
currentStep: any;
|
66
|
+
dialogHeight: null;
|
67
|
+
visibleStepRef: React__default.MutableRefObject<any>;
|
68
|
+
handleNext: () => void;
|
69
|
+
handleBack: () => void;
|
70
|
+
};
|
71
|
+
|
72
|
+
declare function useClipboard({ timeout }?: {
|
73
|
+
timeout?: number | undefined;
|
74
|
+
}): {
|
75
|
+
copy: (value: any) => void;
|
76
|
+
reset: () => void;
|
77
|
+
error: Error | null;
|
78
|
+
copied: boolean;
|
79
|
+
};
|
80
|
+
|
81
|
+
declare const useBreakpoint: () => any;
|
82
|
+
|
83
|
+
interface WindowSize {
|
84
|
+
width: number | undefined;
|
85
|
+
height: number | undefined;
|
86
|
+
}
|
87
|
+
declare const useWindowSize: () => WindowSize;
|
88
|
+
|
89
|
+
interface UseFocusWithinOptions {
|
90
|
+
onFocus?(event: FocusEvent): void;
|
91
|
+
onBlur?(event: FocusEvent): void;
|
92
|
+
}
|
93
|
+
declare function useFocusWithin<T extends HTMLElement = any>({ onBlur, onFocus }?: UseFocusWithinOptions): {
|
94
|
+
ref: React.MutableRefObject<T>;
|
95
|
+
focused: boolean;
|
96
|
+
};
|
97
|
+
|
98
|
+
interface UseMediaQueryOptions {
|
99
|
+
getInitialValueInEffect: boolean;
|
100
|
+
}
|
101
|
+
declare function useMediaQuery(query: string, initialValue?: boolean, { getInitialValueInEffect }?: UseMediaQueryOptions): boolean | undefined;
|
102
|
+
|
103
|
+
declare function useTabs(initialTab?: string): {
|
104
|
+
activeTab: string;
|
105
|
+
handleTabChange: (index: any) => void;
|
106
|
+
};
|
107
|
+
|
108
|
+
export { type UseFocusWithinOptions, type UseMediaQueryOptions, reducer, toast, useBreakpoint, useClipboard, useDialogCarousel, useFocusWithin, useIsomorphicEffect, useMediaQuery, useMultiStepDialog, useTabs, useToast, useWindowSize };
|
@@ -0,0 +1,459 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __create = Object.create;
|
3
|
+
var __defProp = Object.defineProperty;
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
8
|
+
var __export = (target, all) => {
|
9
|
+
for (var name in all)
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
11
|
+
};
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
14
|
+
for (let key of __getOwnPropNames(from))
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
17
|
+
}
|
18
|
+
return to;
|
19
|
+
};
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
26
|
+
mod
|
27
|
+
));
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
29
|
+
|
30
|
+
// hooks/index.ts
|
31
|
+
var hooks_exports = {};
|
32
|
+
__export(hooks_exports, {
|
33
|
+
reducer: () => reducer,
|
34
|
+
toast: () => toast,
|
35
|
+
useBreakpoint: () => useBreakpoint,
|
36
|
+
useClipboard: () => useClipboard,
|
37
|
+
useDialogCarousel: () => useDialogCarousel,
|
38
|
+
useFocusWithin: () => useFocusWithin,
|
39
|
+
useIsomorphicEffect: () => useIsomorphicEffect,
|
40
|
+
useMediaQuery: () => useMediaQuery,
|
41
|
+
useMultiStepDialog: () => useMultiStepDialog,
|
42
|
+
useTabs: () => useTabs,
|
43
|
+
useToast: () => useToast,
|
44
|
+
useWindowSize: () => useWindowSize
|
45
|
+
});
|
46
|
+
module.exports = __toCommonJS(hooks_exports);
|
47
|
+
|
48
|
+
// hooks/useIsomorphicEffect.ts
|
49
|
+
var import_react = require("react");
|
50
|
+
var useIsomorphicEffect = typeof document !== "undefined" ? import_react.useLayoutEffect : import_react.useEffect;
|
51
|
+
|
52
|
+
// hooks/useDiscloser.ts
|
53
|
+
var import_react2 = require("react");
|
54
|
+
|
55
|
+
// hooks/useHover.ts
|
56
|
+
var import_react3 = require("react");
|
57
|
+
|
58
|
+
// hooks/useToast.ts
|
59
|
+
var React3 = __toESM(require("react"));
|
60
|
+
var TOAST_LIMIT = 5;
|
61
|
+
var TOAST_REMOVE_DELAY = 1e5;
|
62
|
+
var count = 0;
|
63
|
+
function genId() {
|
64
|
+
count = (count + 1) % Number.MAX_VALUE;
|
65
|
+
return count.toString();
|
66
|
+
}
|
67
|
+
var toastTimeouts = /* @__PURE__ */ new Map();
|
68
|
+
var addToRemoveQueue = (toastId) => {
|
69
|
+
if (toastTimeouts.has(toastId)) {
|
70
|
+
return;
|
71
|
+
}
|
72
|
+
const timeout = setTimeout(() => {
|
73
|
+
toastTimeouts.delete(toastId);
|
74
|
+
dispatch({
|
75
|
+
type: "REMOVE_TOAST",
|
76
|
+
toastId
|
77
|
+
});
|
78
|
+
}, TOAST_REMOVE_DELAY);
|
79
|
+
toastTimeouts.set(toastId, timeout);
|
80
|
+
};
|
81
|
+
var reducer = (state, action) => {
|
82
|
+
switch (action.type) {
|
83
|
+
case "ADD_TOAST":
|
84
|
+
console.log("adding toast case");
|
85
|
+
return {
|
86
|
+
...state,
|
87
|
+
toasts: [action.toast, ...state.toasts].slice(0, TOAST_LIMIT)
|
88
|
+
};
|
89
|
+
case "UPDATE_TOAST":
|
90
|
+
return {
|
91
|
+
...state,
|
92
|
+
toasts: state.toasts.map(
|
93
|
+
(t) => t.id === action.toast.id ? { ...t, ...action.toast } : t
|
94
|
+
)
|
95
|
+
};
|
96
|
+
case "DISMISS_TOAST": {
|
97
|
+
const { toastId } = action;
|
98
|
+
if (toastId) {
|
99
|
+
addToRemoveQueue(toastId);
|
100
|
+
} else {
|
101
|
+
state.toasts.forEach((toast2) => {
|
102
|
+
addToRemoveQueue(toast2.id);
|
103
|
+
});
|
104
|
+
}
|
105
|
+
return {
|
106
|
+
...state,
|
107
|
+
toasts: state.toasts.map(
|
108
|
+
(t) => t.id === toastId || toastId === void 0 ? { ...t, open: false } : t
|
109
|
+
)
|
110
|
+
};
|
111
|
+
}
|
112
|
+
case "REMOVE_TOAST":
|
113
|
+
if (action.toastId === void 0) {
|
114
|
+
return { ...state, toasts: [] };
|
115
|
+
}
|
116
|
+
return {
|
117
|
+
...state,
|
118
|
+
toasts: state.toasts.filter((t) => t.id !== action.toastId)
|
119
|
+
};
|
120
|
+
}
|
121
|
+
};
|
122
|
+
var listeners = [];
|
123
|
+
var memoryState = { toasts: [] };
|
124
|
+
function dispatch(action) {
|
125
|
+
console.log("dispatching toast");
|
126
|
+
memoryState = reducer(memoryState, action);
|
127
|
+
listeners.forEach((listener) => {
|
128
|
+
console.log("mapping through listerners in dispathc");
|
129
|
+
listener(memoryState);
|
130
|
+
});
|
131
|
+
}
|
132
|
+
function toast({ ...props }) {
|
133
|
+
const id = genId();
|
134
|
+
const update = (props2) => dispatch({
|
135
|
+
type: "UPDATE_TOAST",
|
136
|
+
toast: { ...props2, id }
|
137
|
+
});
|
138
|
+
const dismiss = () => dispatch({ type: "DISMISS_TOAST", toastId: id });
|
139
|
+
dispatch({
|
140
|
+
type: "ADD_TOAST",
|
141
|
+
toast: {
|
142
|
+
...props,
|
143
|
+
id,
|
144
|
+
open: true,
|
145
|
+
onOpenChange: (open) => {
|
146
|
+
if (!open)
|
147
|
+
dismiss();
|
148
|
+
}
|
149
|
+
}
|
150
|
+
});
|
151
|
+
return {
|
152
|
+
id,
|
153
|
+
dismiss,
|
154
|
+
update
|
155
|
+
};
|
156
|
+
}
|
157
|
+
function useToast() {
|
158
|
+
const [state, setState] = React3.useState(memoryState);
|
159
|
+
React3.useEffect(() => {
|
160
|
+
console.log("useToast triggered in useEffect");
|
161
|
+
console.log("toast state", state);
|
162
|
+
console.log("listerners BEFORE", listeners);
|
163
|
+
console.log("TOAST: setState is ", setState);
|
164
|
+
listeners.push(setState);
|
165
|
+
return () => {
|
166
|
+
const index = listeners.indexOf(setState);
|
167
|
+
console.log("listerners AFTER", listeners);
|
168
|
+
if (index > -1) {
|
169
|
+
listeners.splice(index, 1);
|
170
|
+
}
|
171
|
+
};
|
172
|
+
}, [state]);
|
173
|
+
return {
|
174
|
+
...state,
|
175
|
+
toast,
|
176
|
+
dismiss: (toastId) => dispatch({ type: "DISMISS_TOAST", toastId })
|
177
|
+
};
|
178
|
+
}
|
179
|
+
|
180
|
+
// hooks/useCarousel.ts
|
181
|
+
var import_react4 = require("react");
|
182
|
+
|
183
|
+
// hooks/useDialogCarousel.ts
|
184
|
+
var import_react5 = require("react");
|
185
|
+
var import_embla_carousel_auto_height = __toESM(require("embla-carousel-auto-height"));
|
186
|
+
var import_embla_carousel_react = __toESM(require("embla-carousel-react"));
|
187
|
+
var useDialogCarousel = (options) => {
|
188
|
+
const [emblaRef, emblaApi] = (0, import_embla_carousel_react.default)(
|
189
|
+
{ loop: false, watchDrag: false, startIndex: 0, ...options },
|
190
|
+
[(0, import_embla_carousel_auto_height.default)({ destroyHeight: "fit", active: true })]
|
191
|
+
);
|
192
|
+
const [canScrollPrev, setCanScrollPrev] = (0, import_react5.useState)(false);
|
193
|
+
const checkCanScrollPrev = () => {
|
194
|
+
if (emblaApi) {
|
195
|
+
setCanScrollPrev(emblaApi.canScrollPrev());
|
196
|
+
}
|
197
|
+
};
|
198
|
+
const nextStep = () => {
|
199
|
+
if (emblaApi) {
|
200
|
+
console.log("going to NEXT \u{1F449}");
|
201
|
+
emblaApi.scrollNext();
|
202
|
+
}
|
203
|
+
};
|
204
|
+
const prevStep = () => {
|
205
|
+
if (emblaApi) {
|
206
|
+
console.log("going to BACK \u{1F448}");
|
207
|
+
emblaApi.scrollPrev();
|
208
|
+
}
|
209
|
+
};
|
210
|
+
(0, import_react5.useEffect)(() => {
|
211
|
+
checkCanScrollPrev();
|
212
|
+
emblaApi && emblaApi.on("select", checkCanScrollPrev);
|
213
|
+
return () => {
|
214
|
+
emblaApi && emblaApi.off("select", checkCanScrollPrev);
|
215
|
+
};
|
216
|
+
}, [emblaApi]);
|
217
|
+
return {
|
218
|
+
emblaRef,
|
219
|
+
emblaApi,
|
220
|
+
nextStep,
|
221
|
+
prevStep,
|
222
|
+
canScrollPrev
|
223
|
+
};
|
224
|
+
};
|
225
|
+
|
226
|
+
// hooks/useDialogSteps.ts
|
227
|
+
var import_react6 = require("react");
|
228
|
+
var useMultiStepDialog = (initialStep, stepIds, setOpenDialog) => {
|
229
|
+
const [currentStep, setCurrentStep] = (0, import_react6.useState)(initialStep);
|
230
|
+
const [dialogHeight, setDialogHeight] = (0, import_react6.useState)(null);
|
231
|
+
const visibleStepRef = (0, import_react6.useRef)(null);
|
232
|
+
(0, import_react6.useEffect)(() => {
|
233
|
+
if (visibleStepRef.current) {
|
234
|
+
setDialogHeight(visibleStepRef.current.offsetHeight);
|
235
|
+
}
|
236
|
+
}, [currentStep, setOpenDialog]);
|
237
|
+
const handleNext = () => {
|
238
|
+
const currentIndex = stepIds.indexOf(currentStep);
|
239
|
+
if (currentIndex < stepIds.length - 1) {
|
240
|
+
setTimeout(() => {
|
241
|
+
setCurrentStep(stepIds[currentIndex + 1]);
|
242
|
+
}, 100);
|
243
|
+
}
|
244
|
+
};
|
245
|
+
const handleBack = () => {
|
246
|
+
const currentIndex = stepIds.indexOf(currentStep);
|
247
|
+
if (currentIndex > 0) {
|
248
|
+
setTimeout(() => {
|
249
|
+
setCurrentStep(stepIds[currentIndex - 1]);
|
250
|
+
}, 100);
|
251
|
+
}
|
252
|
+
};
|
253
|
+
return {
|
254
|
+
currentStep,
|
255
|
+
dialogHeight,
|
256
|
+
visibleStepRef,
|
257
|
+
handleNext,
|
258
|
+
handleBack
|
259
|
+
};
|
260
|
+
};
|
261
|
+
|
262
|
+
// hooks/useClipboard.ts
|
263
|
+
var import_react7 = require("react");
|
264
|
+
function useClipboard({ timeout = 2e3 } = {}) {
|
265
|
+
const [error, setError] = (0, import_react7.useState)(null);
|
266
|
+
const [copied, setCopied] = (0, import_react7.useState)(false);
|
267
|
+
const [copyTimeout, setCopyTimeout] = (0, import_react7.useState)(null);
|
268
|
+
const handleCopyResult = (value) => {
|
269
|
+
clearTimeout(copyTimeout);
|
270
|
+
setCopyTimeout(setTimeout(() => setCopied(false), timeout));
|
271
|
+
setCopied(value);
|
272
|
+
};
|
273
|
+
const copy = (valueToCopy) => {
|
274
|
+
if ("clipboard" in navigator) {
|
275
|
+
navigator.clipboard.writeText(valueToCopy).then(() => handleCopyResult(true)).catch((err) => setError(err));
|
276
|
+
} else {
|
277
|
+
setError(new Error("useClipboard: navigator.clipboard is not supported"));
|
278
|
+
}
|
279
|
+
};
|
280
|
+
const reset = () => {
|
281
|
+
setCopied(false);
|
282
|
+
setError(null);
|
283
|
+
clearTimeout(copyTimeout);
|
284
|
+
};
|
285
|
+
return { copy, reset, error, copied };
|
286
|
+
}
|
287
|
+
|
288
|
+
// hooks/useBreakpoint.ts
|
289
|
+
var import_react8 = require("react");
|
290
|
+
var useBreakpoint = () => {
|
291
|
+
const [breakpoint, setBreakpoint] = (0, import_react8.useState)(null);
|
292
|
+
(0, import_react8.useEffect)(() => {
|
293
|
+
if (typeof window !== "undefined") {
|
294
|
+
const resize = () => {
|
295
|
+
setBreakpoint(window.innerWidth);
|
296
|
+
};
|
297
|
+
resize();
|
298
|
+
window.addEventListener("resize", resize);
|
299
|
+
return () => {
|
300
|
+
window.removeEventListener("resize", resize);
|
301
|
+
};
|
302
|
+
}
|
303
|
+
}, []);
|
304
|
+
return breakpoint;
|
305
|
+
};
|
306
|
+
|
307
|
+
// hooks/useWindowSize.ts
|
308
|
+
var import_react9 = require("react");
|
309
|
+
var useWindowSize = () => {
|
310
|
+
const [windowSize, setWindowSize] = (0, import_react9.useState)({
|
311
|
+
width: void 0,
|
312
|
+
height: void 0
|
313
|
+
});
|
314
|
+
(0, import_react9.useEffect)(() => {
|
315
|
+
function handleResize() {
|
316
|
+
setWindowSize({
|
317
|
+
width: window.innerWidth,
|
318
|
+
height: window.innerHeight
|
319
|
+
});
|
320
|
+
}
|
321
|
+
window.addEventListener("resize", handleResize);
|
322
|
+
handleResize();
|
323
|
+
return () => window.removeEventListener("resize", handleResize);
|
324
|
+
}, []);
|
325
|
+
return windowSize;
|
326
|
+
};
|
327
|
+
|
328
|
+
// hooks/useFocusWithin.ts
|
329
|
+
var import_react10 = require("react");
|
330
|
+
function containsRelatedTarget(event) {
|
331
|
+
if (event.currentTarget instanceof HTMLElement && event.relatedTarget instanceof HTMLElement) {
|
332
|
+
return event.currentTarget.contains(event.relatedTarget);
|
333
|
+
}
|
334
|
+
return false;
|
335
|
+
}
|
336
|
+
function useFocusWithin({
|
337
|
+
onBlur,
|
338
|
+
onFocus
|
339
|
+
} = {}) {
|
340
|
+
const ref = (0, import_react10.useRef)(null);
|
341
|
+
const [focused, _setFocused] = (0, import_react10.useState)(false);
|
342
|
+
const focusedRef = (0, import_react10.useRef)(false);
|
343
|
+
const setFocused = (value) => {
|
344
|
+
_setFocused(value);
|
345
|
+
focusedRef.current = value;
|
346
|
+
};
|
347
|
+
const handleFocusIn = (event) => {
|
348
|
+
if (!focusedRef.current) {
|
349
|
+
setFocused(true);
|
350
|
+
onFocus == null ? void 0 : onFocus(event);
|
351
|
+
}
|
352
|
+
};
|
353
|
+
const handleFocusOut = (event) => {
|
354
|
+
if (focusedRef.current && !containsRelatedTarget(event)) {
|
355
|
+
setFocused(false);
|
356
|
+
onBlur == null ? void 0 : onBlur(event);
|
357
|
+
}
|
358
|
+
};
|
359
|
+
(0, import_react10.useEffect)(() => {
|
360
|
+
if (ref.current) {
|
361
|
+
ref.current.addEventListener("focusin", handleFocusIn);
|
362
|
+
ref.current.addEventListener("focusout", handleFocusOut);
|
363
|
+
return () => {
|
364
|
+
var _a, _b;
|
365
|
+
(_a = ref.current) == null ? void 0 : _a.removeEventListener("focusin", handleFocusIn);
|
366
|
+
(_b = ref.current) == null ? void 0 : _b.removeEventListener("focusout", handleFocusOut);
|
367
|
+
};
|
368
|
+
}
|
369
|
+
return void 0;
|
370
|
+
}, [handleFocusIn, handleFocusOut]);
|
371
|
+
return { ref, focused };
|
372
|
+
}
|
373
|
+
|
374
|
+
// hooks/useMediaQuery.ts
|
375
|
+
var import_react11 = require("react");
|
376
|
+
function attachMediaListener(query, callback) {
|
377
|
+
try {
|
378
|
+
query.addEventListener("change", callback);
|
379
|
+
return () => query.removeEventListener("change", callback);
|
380
|
+
} catch (e) {
|
381
|
+
query.addListener(callback);
|
382
|
+
return () => query.removeListener(callback);
|
383
|
+
}
|
384
|
+
}
|
385
|
+
function getInitialValue(query, initialValue) {
|
386
|
+
if (typeof initialValue === "boolean") {
|
387
|
+
return initialValue;
|
388
|
+
}
|
389
|
+
if (typeof window !== "undefined" && "matchMedia" in window) {
|
390
|
+
return window.matchMedia(query).matches;
|
391
|
+
}
|
392
|
+
return false;
|
393
|
+
}
|
394
|
+
function useMediaQuery(query, initialValue, { getInitialValueInEffect } = {
|
395
|
+
getInitialValueInEffect: true
|
396
|
+
}) {
|
397
|
+
const [matches, setMatches] = (0, import_react11.useState)(
|
398
|
+
getInitialValueInEffect ? initialValue : getInitialValue(query, initialValue)
|
399
|
+
);
|
400
|
+
const queryRef = (0, import_react11.useRef)();
|
401
|
+
(0, import_react11.useEffect)(() => {
|
402
|
+
if ("matchMedia" in window) {
|
403
|
+
queryRef.current = window.matchMedia(query);
|
404
|
+
setMatches(queryRef.current.matches);
|
405
|
+
return attachMediaListener(
|
406
|
+
queryRef.current,
|
407
|
+
(event) => setMatches(event.matches)
|
408
|
+
);
|
409
|
+
}
|
410
|
+
return void 0;
|
411
|
+
}, [query]);
|
412
|
+
return matches;
|
413
|
+
}
|
414
|
+
|
415
|
+
// hooks/useScrollPosition.ts
|
416
|
+
var import_react12 = require("react");
|
417
|
+
|
418
|
+
// hooks/useTable.ts
|
419
|
+
var import_react13 = require("react");
|
420
|
+
|
421
|
+
// hooks/useTabs.ts
|
422
|
+
var import_react14 = require("react");
|
423
|
+
function useTabs(initialTab = "") {
|
424
|
+
const [activeTab, setActiveTab] = (0, import_react14.useState)(initialTab);
|
425
|
+
(0, import_react14.useEffect)(() => {
|
426
|
+
const handleHashChange = () => {
|
427
|
+
const hash = window.location.hash.substring(1);
|
428
|
+
setActiveTab(hash || initialTab);
|
429
|
+
};
|
430
|
+
window.addEventListener("hashchange", handleHashChange);
|
431
|
+
handleHashChange();
|
432
|
+
return () => {
|
433
|
+
window.removeEventListener("hashchange", handleHashChange);
|
434
|
+
};
|
435
|
+
}, [initialTab]);
|
436
|
+
const handleTabChange = (index) => {
|
437
|
+
setActiveTab(index);
|
438
|
+
window.location.hash = index;
|
439
|
+
};
|
440
|
+
return {
|
441
|
+
activeTab,
|
442
|
+
handleTabChange
|
443
|
+
};
|
444
|
+
}
|
445
|
+
// Annotate the CommonJS export names for ESM import in node:
|
446
|
+
0 && (module.exports = {
|
447
|
+
reducer,
|
448
|
+
toast,
|
449
|
+
useBreakpoint,
|
450
|
+
useClipboard,
|
451
|
+
useDialogCarousel,
|
452
|
+
useFocusWithin,
|
453
|
+
useIsomorphicEffect,
|
454
|
+
useMediaQuery,
|
455
|
+
useMultiStepDialog,
|
456
|
+
useTabs,
|
457
|
+
useToast,
|
458
|
+
useWindowSize
|
459
|
+
});
|