@sikka/hawa 0.26.29 → 0.26.31
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 +5 -5
@@ -0,0 +1,788 @@
|
|
1
|
+
import * as React from 'react';
|
2
|
+
import React__default, { FC, RefObject, ReactNode, ChangeEvent, FormEvent, InputHTMLAttributes } from 'react';
|
3
|
+
import * as TooltipPrimitive from '@radix-ui/react-tooltip';
|
4
|
+
import { P as PositionType, D as DirectionType, S as SeverityType, R as RadiusType, O as OrientationType } from '../commonTypes-CKtkuNFH.js';
|
5
|
+
export { D as DropdownMenu, f as DropdownMenuCheckboxItem, d as DropdownMenuContent, k as DropdownMenuGroup, e as DropdownMenuItem, h as DropdownMenuLabel, l as DropdownMenuPortal, b as DropdownMenuRadio, p as DropdownMenuRadioGroup, g as DropdownMenuRadioItem, a as DropdownMenuRoot, i as DropdownMenuSeparator, j as DropdownMenuShortcut, m as DropdownMenuSub, n as DropdownMenuSubContent, o as DropdownMenuSubTrigger, c as DropdownMenuTrigger, M as MenuItemType, S as SubItem } from '../DropdownMenu-SPisqCzV.js';
|
6
|
+
import * as AccordionPrimitive from '@radix-ui/react-accordion';
|
7
|
+
import { a as ChipTypes } from '../Chip-H5BnuDdx.js';
|
8
|
+
export { b as Chip, C as ChipColors } from '../Chip-H5BnuDdx.js';
|
9
|
+
import * as class_variance_authority_types from 'class-variance-authority/types';
|
10
|
+
import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
|
11
|
+
import * as SheetPrimitive from '@radix-ui/react-dialog';
|
12
|
+
import { DialogProps } from '@radix-ui/react-dialog';
|
13
|
+
import { VariantProps } from 'class-variance-authority';
|
14
|
+
import { RowData, ColumnDef } from '@tanstack/react-table';
|
15
|
+
export { ColumnDef } from '@tanstack/react-table';
|
16
|
+
import { L as LabelProps } from '../Radio-K1WGpnGA.js';
|
17
|
+
export { b as Label, a as Radio, R as RadioOptionsTypes, c as Select, S as SelectOptionProps } from '../Radio-K1WGpnGA.js';
|
18
|
+
import * as TabsPrimitive from '@radix-ui/react-tabs';
|
19
|
+
import * as PopoverPrimitive from '@radix-ui/react-popover';
|
20
|
+
import * as SwitchPrimitives from '@radix-ui/react-switch';
|
21
|
+
import * as CheckboxPrimitive from '@radix-ui/react-checkbox';
|
22
|
+
import * as ProgressPrimitive from '@radix-ui/react-progress';
|
23
|
+
import * as ScrollAreaPrimitive from '@radix-ui/react-scroll-area';
|
24
|
+
import * as SliderPrimitive from '@radix-ui/react-slider';
|
25
|
+
import { HighlightProps } from 'prism-react-renderer';
|
26
|
+
import { EmblaOptionsType } from 'embla-carousel';
|
27
|
+
export { d as Toast, h as ToastAction, a as ToastActionElement, g as ToastClose, f as ToastDescription, T as ToastProps, b as ToastProvider, e as ToastTitle, c as ToastViewport } from '../Toast-pOd4uGZz.js';
|
28
|
+
import '@radix-ui/react-dropdown-menu';
|
29
|
+
import '@radix-ui/react-toast';
|
30
|
+
|
31
|
+
interface CardProps extends React.HTMLAttributes<HTMLDivElement> {
|
32
|
+
clickable?: boolean;
|
33
|
+
variant?: "default" | "neoBrutalism";
|
34
|
+
}
|
35
|
+
declare const Card: React.ForwardRefExoticComponent<CardProps & React.RefAttributes<HTMLDivElement>>;
|
36
|
+
declare const CardHeader: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
|
37
|
+
declare const CardTitle: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLHeadingElement> & React.RefAttributes<HTMLParagraphElement>>;
|
38
|
+
declare const CardDescription: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLParagraphElement> & React.RefAttributes<HTMLParagraphElement>>;
|
39
|
+
declare const CardContent: React.ForwardRefExoticComponent<{
|
40
|
+
headless?: boolean | undefined;
|
41
|
+
noPadding?: boolean | undefined;
|
42
|
+
} & React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
|
43
|
+
declare const CardFooter: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
|
44
|
+
|
45
|
+
type LoadingTypes = {
|
46
|
+
/** Specifies the size of the loading component.*/
|
47
|
+
size?: "button" | "xs" | "sm" | "normal" | "lg" | "xl";
|
48
|
+
/** Determines the design of the loading animation.*/
|
49
|
+
design?: "spinner" | "dots-bounce" | "dots-pulse" | "pulse" | "spinner-dots" | "squircle" | "square" | "progress" | "orbit";
|
50
|
+
/** Specifies the color of the loading component. By default it will inherit the value of <span className="inline-code">--primary</span> global CSS variable*/
|
51
|
+
color?: string;
|
52
|
+
className?: string;
|
53
|
+
themeMode?: "dark" | "light";
|
54
|
+
};
|
55
|
+
declare const Loading: FC<LoadingTypes>;
|
56
|
+
|
57
|
+
type TooltipTypes = {
|
58
|
+
/** Controls the open state of the tooltip. */
|
59
|
+
open?: any;
|
60
|
+
/** Specifies the side where the tooltip will appear. */
|
61
|
+
side?: PositionType;
|
62
|
+
/** Content to be displayed within the tooltip. */
|
63
|
+
content?: any;
|
64
|
+
/** Elements to which the tooltip is anchored. */
|
65
|
+
children?: any;
|
66
|
+
/** Sets the default open state of the tooltip. */
|
67
|
+
defaultOpen?: any;
|
68
|
+
/** Event handler for open state changes. */
|
69
|
+
onOpenChange?: any;
|
70
|
+
/** Duration of the delay before the tooltip appears. */
|
71
|
+
delayDuration?: any;
|
72
|
+
triggerProps?: TooltipPrimitive.TooltipTriggerProps;
|
73
|
+
contentProps?: TooltipPrimitive.TooltipContentProps;
|
74
|
+
providerProps?: TooltipPrimitive.TooltipProviderProps;
|
75
|
+
};
|
76
|
+
declare const Tooltip: React__default.FunctionComponent<TooltipTypes>;
|
77
|
+
|
78
|
+
interface SkeletonProps extends React__default.HTMLAttributes<HTMLDivElement> {
|
79
|
+
className?: string;
|
80
|
+
animation?: "none" | "pulse" | "shimmer";
|
81
|
+
content?: any;
|
82
|
+
}
|
83
|
+
declare function Skeleton({ className, content, animation, ...props }: SkeletonProps): React__default.JSX.Element;
|
84
|
+
|
85
|
+
type AccordionItemProps = {
|
86
|
+
trigger: string;
|
87
|
+
content: React.ReactNode;
|
88
|
+
disabled?: boolean;
|
89
|
+
chip?: ChipTypes;
|
90
|
+
};
|
91
|
+
type AccordionProps = {
|
92
|
+
items: AccordionItemProps[];
|
93
|
+
itemClassNames?: string;
|
94
|
+
triggerclassNames?: string;
|
95
|
+
contentclassNames?: string;
|
96
|
+
design?: "default" | "separated";
|
97
|
+
} & React.ComponentPropsWithoutRef<typeof AccordionPrimitive.Root>;
|
98
|
+
declare const Accordion: React.ForwardRefExoticComponent<AccordionProps & React.RefAttributes<HTMLDivElement>>;
|
99
|
+
|
100
|
+
declare const AccordionItem: React.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionItemProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
101
|
+
|
102
|
+
declare const AccordionTrigger: React.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionTriggerProps & React.RefAttributes<HTMLButtonElement>, "ref"> & {
|
103
|
+
unstyled?: boolean | undefined;
|
104
|
+
hideArrow?: boolean | undefined;
|
105
|
+
} & React.RefAttributes<HTMLButtonElement>>;
|
106
|
+
|
107
|
+
declare const AccordionRoot: React.ForwardRefExoticComponent<(AccordionPrimitive.AccordionSingleProps | AccordionPrimitive.AccordionMultipleProps) & React.RefAttributes<HTMLDivElement>>;
|
108
|
+
|
109
|
+
declare const AccordionContent: React.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & {
|
110
|
+
unstyled?: boolean | undefined;
|
111
|
+
} & React.RefAttributes<HTMLDivElement>>;
|
112
|
+
|
113
|
+
type IconProps = React__default.HTMLAttributes<SVGElement>;
|
114
|
+
declare const Logos: {
|
115
|
+
hawa: (props: IconProps) => React__default.JSX.Element;
|
116
|
+
sikka: (props: IconProps) => React__default.JSX.Element;
|
117
|
+
mail: (props: IconProps) => React__default.JSX.Element;
|
118
|
+
phone: (props: IconProps) => React__default.JSX.Element;
|
119
|
+
twitter: (props: IconProps) => React__default.JSX.Element;
|
120
|
+
instagram: (props: IconProps) => React__default.JSX.Element;
|
121
|
+
microsoft: (props: IconProps) => React__default.JSX.Element;
|
122
|
+
github: (props: IconProps) => React__default.JSX.Element;
|
123
|
+
radix: (props: IconProps) => React__default.JSX.Element;
|
124
|
+
aria: (props: IconProps) => React__default.JSX.Element;
|
125
|
+
npm: (props: IconProps) => React__default.JSX.Element;
|
126
|
+
yarn: (props: IconProps) => React__default.JSX.Element;
|
127
|
+
pnpm: (props: IconProps) => React__default.JSX.Element;
|
128
|
+
react: (props: IconProps) => React__default.JSX.Element;
|
129
|
+
tailwind: (props: IconProps) => React__default.JSX.Element;
|
130
|
+
google: (props: IconProps) => React__default.JSX.Element;
|
131
|
+
apple: (props: IconProps) => React__default.JSX.Element;
|
132
|
+
paypal: (props: IconProps) => React__default.JSX.Element;
|
133
|
+
spinner: (props: IconProps) => React__default.JSX.Element;
|
134
|
+
whatsapp: (props: IconProps) => React__default.JSX.Element;
|
135
|
+
};
|
136
|
+
|
137
|
+
declare const navigationMenuTriggerStyle: (props?: class_variance_authority_types.ClassProp | undefined) => string;
|
138
|
+
type StandardNavigationMenuItemProps = {
|
139
|
+
icon?: React.ReactNode;
|
140
|
+
title: string;
|
141
|
+
subtitle?: string;
|
142
|
+
};
|
143
|
+
type NavigationMenuItemProps = {
|
144
|
+
trigger: any;
|
145
|
+
content?: any;
|
146
|
+
action?: any;
|
147
|
+
path?: string;
|
148
|
+
};
|
149
|
+
type NavigationMenuTypes = {
|
150
|
+
items: NavigationMenuItemProps[];
|
151
|
+
rootClassNames?: string;
|
152
|
+
viewportClassNames?: string;
|
153
|
+
triggerClassNames?: string;
|
154
|
+
actionFirst?: boolean;
|
155
|
+
direction?: DirectionType;
|
156
|
+
};
|
157
|
+
declare const NavigationMenuRoot: React.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuProps & React.RefAttributes<HTMLElement>, "ref"> & {
|
158
|
+
viewportClassNames?: string | undefined;
|
159
|
+
} & React.RefAttributes<HTMLElement>>;
|
160
|
+
declare const NavigationMenuList: React.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuListProps & React.RefAttributes<HTMLUListElement>, "ref"> & React.RefAttributes<HTMLUListElement>>;
|
161
|
+
declare const NavigationMenuTrigger: React.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuTriggerProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
162
|
+
declare const NavigationMenuContent: React.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
163
|
+
declare const StandardNavigationMenuItem: React.FC<StandardNavigationMenuItemProps & React.ComponentProps<typeof NavigationMenuPrimitive.Link>>;
|
164
|
+
declare const NavigationMenuViewport: React.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuViewportProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
165
|
+
declare const NavigationMenuIndicator: React.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuIndicatorProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
166
|
+
declare const NavigationMenu: React.FC<NavigationMenuTypes>;
|
167
|
+
declare const NavigationMenuItem: React.ForwardRefExoticComponent<NavigationMenuPrimitive.NavigationMenuItemProps & React.RefAttributes<HTMLLIElement>>;
|
168
|
+
declare const NavigationMenuLink: React.ForwardRefExoticComponent<NavigationMenuPrimitive.NavigationMenuLinkProps & React.RefAttributes<HTMLAnchorElement>>;
|
169
|
+
|
170
|
+
declare const Sheet: React.FC<SheetPrimitive.DialogProps>;
|
171
|
+
declare const SheetTrigger: React.ForwardRefExoticComponent<SheetPrimitive.DialogTriggerProps & React.RefAttributes<HTMLButtonElement>>;
|
172
|
+
declare const SheetClose: React.ForwardRefExoticComponent<SheetPrimitive.DialogCloseProps & React.RefAttributes<HTMLButtonElement>>;
|
173
|
+
declare const SheetPortal: React.FC<SheetPrimitive.DialogPortalProps>;
|
174
|
+
declare const SheetOverlay: React.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogOverlayProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
175
|
+
declare const sheetVariants: (props?: ({
|
176
|
+
side?: "top" | "bottom" | "right" | "left" | null | undefined;
|
177
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
178
|
+
interface SheetContentProps extends React.ComponentPropsWithoutRef<typeof SheetPrimitive.Content>, VariantProps<typeof sheetVariants> {
|
179
|
+
hideCloseButton?: boolean;
|
180
|
+
persist?: boolean;
|
181
|
+
}
|
182
|
+
declare const SheetContent: React.ForwardRefExoticComponent<SheetContentProps & React.RefAttributes<HTMLDivElement>>;
|
183
|
+
declare const SheetHeader: {
|
184
|
+
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): React.JSX.Element;
|
185
|
+
displayName: string;
|
186
|
+
};
|
187
|
+
declare const SheetFooter: {
|
188
|
+
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): React.JSX.Element;
|
189
|
+
displayName: string;
|
190
|
+
};
|
191
|
+
declare const SheetTitle: React.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogTitleProps & React.RefAttributes<HTMLHeadingElement>, "ref"> & React.RefAttributes<HTMLHeadingElement>>;
|
192
|
+
declare const SheetDescription: React.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogDescriptionProps & React.RefAttributes<HTMLParagraphElement>, "ref"> & React.RefAttributes<HTMLParagraphElement>>;
|
193
|
+
|
194
|
+
declare const Dialog: React.FC<SheetPrimitive.DialogProps>;
|
195
|
+
declare const DialogTrigger: React.ForwardRefExoticComponent<SheetPrimitive.DialogTriggerProps & React.RefAttributes<HTMLButtonElement>>;
|
196
|
+
declare const DialogPortal: {
|
197
|
+
({ ...props }: SheetPrimitive.DialogPortalProps): React.JSX.Element;
|
198
|
+
displayName: string | undefined;
|
199
|
+
};
|
200
|
+
declare const DialogContent: React.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & {
|
201
|
+
persist?: boolean | undefined;
|
202
|
+
hideCloseButton?: boolean | undefined;
|
203
|
+
} & React.RefAttributes<HTMLDivElement>>;
|
204
|
+
declare const DialogCarouselContent: React.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & {
|
205
|
+
hideCloseButton?: boolean | undefined;
|
206
|
+
hidePrevButton?: boolean | undefined;
|
207
|
+
persist?: boolean | undefined;
|
208
|
+
onPrev?: (() => void) | undefined;
|
209
|
+
} & React.RefAttributes<HTMLDivElement>>;
|
210
|
+
declare const DialogHeader: {
|
211
|
+
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): React.JSX.Element;
|
212
|
+
displayName: string;
|
213
|
+
};
|
214
|
+
declare const DialogTitle: React.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogTitleProps & React.RefAttributes<HTMLHeadingElement>, "ref"> & React.RefAttributes<HTMLHeadingElement>>;
|
215
|
+
declare const DialogDescription: React.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogDescriptionProps & React.RefAttributes<HTMLParagraphElement>, "ref"> & React.RefAttributes<HTMLParagraphElement>>;
|
216
|
+
declare const DialogFooter: {
|
217
|
+
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): React.JSX.Element;
|
218
|
+
displayName: string;
|
219
|
+
};
|
220
|
+
interface DialogCarouselProps {
|
221
|
+
children: React.ReactNode;
|
222
|
+
stepsApi?: any;
|
223
|
+
stepsRef?: any;
|
224
|
+
direction?: DirectionType;
|
225
|
+
}
|
226
|
+
declare const DialogCarousel: React.FC<DialogCarouselProps>;
|
227
|
+
interface DialogStepsProps {
|
228
|
+
currentStep: string;
|
229
|
+
visibleStepRef: React.RefObject<HTMLDivElement>;
|
230
|
+
children: React.ReactNode;
|
231
|
+
}
|
232
|
+
declare const DialogSteps: React.FC<DialogStepsProps>;
|
233
|
+
interface DialogStepProps {
|
234
|
+
id: string;
|
235
|
+
children: React.ReactNode;
|
236
|
+
className?: string;
|
237
|
+
stepRef?: any;
|
238
|
+
}
|
239
|
+
declare const DialogStep: React.FC<DialogStepProps>;
|
240
|
+
interface DialogBodyProps {
|
241
|
+
children: React.ReactNode;
|
242
|
+
className?: string;
|
243
|
+
}
|
244
|
+
declare const DialogBody: React.FC<DialogBodyProps>;
|
245
|
+
|
246
|
+
type AlertTypes = {
|
247
|
+
severity?: SeverityType | "hyper" | "oceanic";
|
248
|
+
/** The title of the alert placed above the text of the alert. Can be used alone */
|
249
|
+
title?: any;
|
250
|
+
/** The text of the alert placed below the title of the alert. Can be used alone */
|
251
|
+
text: any;
|
252
|
+
/** The duration for the alert to stay on the screen */
|
253
|
+
duration?: number;
|
254
|
+
variant?: "normal" | "solid" | "top-accent" | "left-accent" | "right-accent" | "bottom-accent";
|
255
|
+
direction?: DirectionType;
|
256
|
+
actions?: [
|
257
|
+
{
|
258
|
+
label: string;
|
259
|
+
onClick: any;
|
260
|
+
variant: "outline" | "link" | "default" | "destructive" | "secondary" | "ghost";
|
261
|
+
}
|
262
|
+
];
|
263
|
+
/** Removes the close button */
|
264
|
+
persistent?: boolean;
|
265
|
+
icon?: any;
|
266
|
+
className?: any;
|
267
|
+
onAlertClosed?: any;
|
268
|
+
};
|
269
|
+
declare const Alert: React__default.FunctionComponent<AlertTypes>;
|
270
|
+
|
271
|
+
interface AvatarProps {
|
272
|
+
isUploadable?: boolean;
|
273
|
+
src?: string;
|
274
|
+
alt?: string;
|
275
|
+
size?: "2xs" | "xs" | "sm" | "default" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl";
|
276
|
+
radius?: RadiusType;
|
277
|
+
className?: string;
|
278
|
+
icon?: React__default.ReactNode;
|
279
|
+
}
|
280
|
+
declare const Avatar: React__default.FC<AvatarProps>;
|
281
|
+
|
282
|
+
declare const buttonVariants: (props?: ({
|
283
|
+
variant?: "light" | "link" | "default" | "destructive" | "outline" | "secondary" | "ghost" | "combobox" | "neoBrutalism" | null | undefined;
|
284
|
+
size?: "xs" | "sm" | "lg" | "xl" | "default" | "heightless" | "icon" | "smallIcon" | null | undefined;
|
285
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
286
|
+
interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof buttonVariants> {
|
287
|
+
asChild?: boolean;
|
288
|
+
centered?: boolean;
|
289
|
+
isLoading?: boolean;
|
290
|
+
}
|
291
|
+
declare const Button: React.ForwardRefExoticComponent<ButtonProps & React.RefAttributes<HTMLButtonElement>>;
|
292
|
+
|
293
|
+
type DataTableProps<DataProps = {}> = {
|
294
|
+
direction?: DirectionType;
|
295
|
+
columns: ColumnDef<DataProps>[];
|
296
|
+
enableSearch?: boolean;
|
297
|
+
enableHideColumns?: boolean;
|
298
|
+
enableGoTo?: boolean;
|
299
|
+
data: DataProps[];
|
300
|
+
itemsPerPage?: any[];
|
301
|
+
showCount?: boolean;
|
302
|
+
paginationPosition?: "top" | "bottom";
|
303
|
+
condensed?: boolean;
|
304
|
+
isLoading?: boolean;
|
305
|
+
defaultSort?: string;
|
306
|
+
translateFn?: any;
|
307
|
+
texts?: {
|
308
|
+
columns?: string;
|
309
|
+
searchPlaceholder?: string;
|
310
|
+
item?: string;
|
311
|
+
noData?: any;
|
312
|
+
page?: string;
|
313
|
+
filter?: string;
|
314
|
+
of?: string;
|
315
|
+
total?: string;
|
316
|
+
goTo?: string;
|
317
|
+
};
|
318
|
+
};
|
319
|
+
declare module "@tanstack/table-core" {
|
320
|
+
interface ColumnMeta<TData extends RowData, TValue> {
|
321
|
+
padding?: "condensed" | "default" | "noPadding";
|
322
|
+
sortable?: boolean;
|
323
|
+
hidden?: boolean;
|
324
|
+
}
|
325
|
+
}
|
326
|
+
declare const DataTable: <DataProps extends {}>({ columns, data, paginationPosition, translateFn, enableHideColumns, enableSearch, enableGoTo, ...props }: DataTableProps<DataProps>) => React.JSX.Element;
|
327
|
+
|
328
|
+
type BackToTopTypes = {
|
329
|
+
/** Horizontal padding relative to the attached corner */
|
330
|
+
paddingX?: number;
|
331
|
+
/** Vertical padding relative to the attached corner */
|
332
|
+
paddingY?: number;
|
333
|
+
/** Increase to the threshold of the scroll value that has to be passed for the button to appear */
|
334
|
+
paddingThreshold?: number;
|
335
|
+
corner?: "top-left" | "top-right" | "bottom-left" | "bottom-right";
|
336
|
+
anchor: RefObject<HTMLInputElement>;
|
337
|
+
};
|
338
|
+
declare const BackToTop: FC<BackToTopTypes>;
|
339
|
+
|
340
|
+
declare const Table: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLTableElement> & React.RefAttributes<HTMLTableElement>>;
|
341
|
+
declare const TableHeader: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLTableSectionElement> & React.RefAttributes<HTMLTableSectionElement>>;
|
342
|
+
interface TableHeadProps extends React.ThHTMLAttributes<HTMLTableCellElement> {
|
343
|
+
clickable?: boolean;
|
344
|
+
condensed?: boolean;
|
345
|
+
}
|
346
|
+
declare const TableHead: React.ForwardRefExoticComponent<TableHeadProps & React.RefAttributes<HTMLTableCellElement>>;
|
347
|
+
declare const TableBody: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLTableSectionElement> & React.RefAttributes<HTMLTableSectionElement>>;
|
348
|
+
declare const TableFooter: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLTableSectionElement> & React.RefAttributes<HTMLTableSectionElement>>;
|
349
|
+
declare const TableRow: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLTableRowElement> & React.RefAttributes<HTMLTableRowElement>>;
|
350
|
+
interface TableCellProps extends React.TdHTMLAttributes<HTMLTableCellElement> {
|
351
|
+
condensed?: boolean;
|
352
|
+
enablePadding?: boolean;
|
353
|
+
padding?: "condensed" | "default" | "noPadding";
|
354
|
+
}
|
355
|
+
declare const TableCell: React.ForwardRefExoticComponent<TableCellProps & React.RefAttributes<HTMLTableCellElement>>;
|
356
|
+
declare const TableCaption: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLTableCaptionElement> & React.RefAttributes<HTMLTableCaptionElement>>;
|
357
|
+
|
358
|
+
type ComboboxTypes<T> = {
|
359
|
+
labelKey?: keyof T;
|
360
|
+
valueKey?: keyof T;
|
361
|
+
data: T[];
|
362
|
+
width?: string;
|
363
|
+
texts?: {
|
364
|
+
noItems?: string;
|
365
|
+
placeholder?: string;
|
366
|
+
searchPlaceholder?: string;
|
367
|
+
};
|
368
|
+
isLoading?: boolean;
|
369
|
+
helperText?: string;
|
370
|
+
popoverClassName?: string;
|
371
|
+
/** This the same value as the one with the key valueKey */
|
372
|
+
defaultValue?: string;
|
373
|
+
preview?: boolean;
|
374
|
+
hideInput?: boolean;
|
375
|
+
direction?: DirectionType;
|
376
|
+
id?: string;
|
377
|
+
/** The label of the input field */
|
378
|
+
label?: any;
|
379
|
+
labelProps?: LabelProps;
|
380
|
+
/** If true, it will show a red asterisk next to the label*/
|
381
|
+
isRequired?: boolean;
|
382
|
+
onChange?: (e: any) => void;
|
383
|
+
};
|
384
|
+
declare const Combobox: React.ForwardRefExoticComponent<ComboboxTypes<any> & React.RefAttributes<HTMLDivElement>>;
|
385
|
+
|
386
|
+
interface TextareaProps extends React.TextareaHTMLAttributes<HTMLTextAreaElement> {
|
387
|
+
helperText?: string;
|
388
|
+
isLoading?: boolean;
|
389
|
+
/** The label of the input field */
|
390
|
+
label?: any;
|
391
|
+
labelProps?: LabelProps;
|
392
|
+
forceHideHelperText?: boolean;
|
393
|
+
textareaProps?: React.TextareaHTMLAttributes<HTMLTextAreaElement>;
|
394
|
+
showCount?: boolean;
|
395
|
+
countPosition?: "top" | "bottom";
|
396
|
+
classNames?: {
|
397
|
+
textarea?: string;
|
398
|
+
};
|
399
|
+
}
|
400
|
+
declare const Textarea: React.ForwardRefExoticComponent<TextareaProps & React.RefAttributes<HTMLTextAreaElement>>;
|
401
|
+
|
402
|
+
type FileDropzoneTypes = {
|
403
|
+
/** The text label above the component. Consistant with the other form input fields */
|
404
|
+
label?: string;
|
405
|
+
files: [File];
|
406
|
+
setFiles: any;
|
407
|
+
setDeletedFiles: any;
|
408
|
+
maxFiles: number;
|
409
|
+
accept: any;
|
410
|
+
onAcceptedFiles: any;
|
411
|
+
showPreview: any;
|
412
|
+
onDeleteFile: any;
|
413
|
+
onClearFiles: any;
|
414
|
+
maxSize: number;
|
415
|
+
errorMessages: string;
|
416
|
+
disclaimer?: boolean;
|
417
|
+
termsLink?: string;
|
418
|
+
privacyLink?: string;
|
419
|
+
/** The translation object, use this to replace the default text with any translated text you want.*/
|
420
|
+
texts: {
|
421
|
+
errorUploading: any;
|
422
|
+
clickHereToUpload: any;
|
423
|
+
maxFileSize: any;
|
424
|
+
tooManyFiles: any;
|
425
|
+
fileTooLarge: any;
|
426
|
+
acceptedFileTypes: any;
|
427
|
+
invalidFileType: any;
|
428
|
+
terms?: string;
|
429
|
+
privacyPolicy?: string;
|
430
|
+
disclaimer?: string;
|
431
|
+
and?: string;
|
432
|
+
};
|
433
|
+
};
|
434
|
+
declare const FileDropzone: React__default.FunctionComponent<FileDropzoneTypes>;
|
435
|
+
|
436
|
+
type SortButtonProps = {
|
437
|
+
onSort: () => void;
|
438
|
+
label: string;
|
439
|
+
condensed?: boolean;
|
440
|
+
};
|
441
|
+
declare const SortButton: React__default.FC<SortButtonProps>;
|
442
|
+
|
443
|
+
declare const Tabs: React.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsProps & React.RefAttributes<HTMLDivElement>, "ref"> & {
|
444
|
+
orientation?: "vertical" | "horizontal" | undefined;
|
445
|
+
} & React.RefAttributes<HTMLDivElement>>;
|
446
|
+
declare const TabsList: React.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsListProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
447
|
+
declare const TabsTrigger: React.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsTriggerProps & React.RefAttributes<HTMLButtonElement>, "ref"> & {
|
448
|
+
chipProps?: ChipTypes | undefined;
|
449
|
+
className?: string | undefined;
|
450
|
+
} & React.RefAttributes<HTMLButtonElement>>;
|
451
|
+
declare const TabsContent: React.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
452
|
+
|
453
|
+
declare const Input: React__default.ForwardRefExoticComponent<React__default.InputHTMLAttributes<HTMLInputElement> & {
|
454
|
+
isLoading?: boolean | undefined;
|
455
|
+
containerClassName?: string | undefined;
|
456
|
+
margin?: "none" | "normal" | "large" | undefined;
|
457
|
+
width?: "full" | "normal" | "small" | "auto" | undefined;
|
458
|
+
/** The label of the input field */
|
459
|
+
label?: any;
|
460
|
+
labelProps?: LabelProps | undefined;
|
461
|
+
hideSeparator?: boolean | undefined;
|
462
|
+
/** The small red text under the input field to show validation. */
|
463
|
+
helperText?: any;
|
464
|
+
forceHideHelperText?: boolean | undefined;
|
465
|
+
inputProps?: React__default.InputHTMLAttributes<HTMLInputElement> | undefined;
|
466
|
+
/** The icon inside the input field */
|
467
|
+
icon?: any;
|
468
|
+
/** Boolean to enable/disable editing the input field and using it as a text field */
|
469
|
+
preview?: boolean | undefined;
|
470
|
+
iconInside?: React__default.ReactNode;
|
471
|
+
endIcon?: React__default.ReactNode;
|
472
|
+
endIconProps?: {
|
473
|
+
className?: string | undefined;
|
474
|
+
} | undefined;
|
475
|
+
startIcon?: React__default.ReactNode;
|
476
|
+
placeholder?: React__default.ReactNode;
|
477
|
+
/** Show the count of characters left in the input field. Works along with maxLength prop. */
|
478
|
+
showCount?: boolean | undefined;
|
479
|
+
countPosition?: "top" | "bottom" | "center" | undefined;
|
480
|
+
popup?: boolean | undefined;
|
481
|
+
popupContent?: React__default.ReactNode;
|
482
|
+
} & React__default.RefAttributes<HTMLInputElement>>;
|
483
|
+
|
484
|
+
declare const Command: React.ForwardRefExoticComponent<Omit<{
|
485
|
+
children?: React.ReactNode;
|
486
|
+
} & React.HTMLAttributes<HTMLDivElement> & {
|
487
|
+
label?: string | undefined;
|
488
|
+
shouldFilter?: boolean | undefined;
|
489
|
+
filter?: ((value: string, search: string) => number) | undefined;
|
490
|
+
value?: string | undefined;
|
491
|
+
onValueChange?: ((value: string) => void) | undefined;
|
492
|
+
loop?: boolean | undefined;
|
493
|
+
} & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
494
|
+
interface CommandDialogProps extends DialogProps {
|
495
|
+
}
|
496
|
+
declare const CommandDialog: ({ children, ...props }: CommandDialogProps) => React.JSX.Element;
|
497
|
+
declare const CommandInput: React.ForwardRefExoticComponent<Omit<Omit<React.InputHTMLAttributes<HTMLInputElement>, "onChange" | "type" | "value"> & {
|
498
|
+
value?: string | undefined;
|
499
|
+
onValueChange?: ((search: string) => void) | undefined;
|
500
|
+
} & React.RefAttributes<HTMLInputElement>, "ref"> & React.RefAttributes<HTMLInputElement>>;
|
501
|
+
declare const CommandList: React.ForwardRefExoticComponent<Omit<{
|
502
|
+
children?: React.ReactNode;
|
503
|
+
} & React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
504
|
+
declare const CommandEmpty: React.ForwardRefExoticComponent<Omit<{
|
505
|
+
children?: React.ReactNode;
|
506
|
+
} & React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
507
|
+
declare const CommandGroup: React.ForwardRefExoticComponent<Omit<{
|
508
|
+
children?: React.ReactNode;
|
509
|
+
} & Omit<React.HTMLAttributes<HTMLDivElement>, "heading" | "value"> & {
|
510
|
+
heading?: React.ReactNode;
|
511
|
+
value?: string | undefined;
|
512
|
+
} & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
513
|
+
declare const CommandSeparator: React.ForwardRefExoticComponent<Omit<React.HTMLAttributes<HTMLDivElement> & {
|
514
|
+
alwaysRender?: boolean | undefined;
|
515
|
+
} & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
516
|
+
declare const CommandItem: React.ForwardRefExoticComponent<Omit<{
|
517
|
+
children?: React.ReactNode;
|
518
|
+
} & Omit<React.HTMLAttributes<HTMLDivElement>, "onSelect" | "disabled" | "value"> & {
|
519
|
+
disabled?: boolean | undefined;
|
520
|
+
onSelect?: ((value: string) => void) | undefined;
|
521
|
+
value?: string | undefined;
|
522
|
+
} & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
523
|
+
declare const CommandShortcut: {
|
524
|
+
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>): React.JSX.Element;
|
525
|
+
displayName: string;
|
526
|
+
};
|
527
|
+
|
528
|
+
declare const PopoverContent: React.ForwardRefExoticComponent<Omit<PopoverPrimitive.PopoverContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
529
|
+
interface PopoverProps {
|
530
|
+
side?: PositionType;
|
531
|
+
align?: "start" | "center" | "end";
|
532
|
+
trigger?: React.ReactNode;
|
533
|
+
children: React.ReactNode;
|
534
|
+
className?: string;
|
535
|
+
sideOffset?: number;
|
536
|
+
disableTrigger?: any;
|
537
|
+
width?: "trigger" | "default";
|
538
|
+
open?: boolean;
|
539
|
+
contentProps?: PopoverPrimitive.PopoverContentProps;
|
540
|
+
triggerProps?: PopoverPrimitive.PopoverTriggerProps;
|
541
|
+
}
|
542
|
+
type HawaPopoverTypes = PopoverProps & React.ComponentProps<typeof PopoverPrimitive.Root>;
|
543
|
+
declare const Popover: React.FC<HawaPopoverTypes>;
|
544
|
+
declare const PopoverTrigger: React.ForwardRefExoticComponent<PopoverPrimitive.PopoverTriggerProps & React.RefAttributes<HTMLButtonElement>>;
|
545
|
+
|
546
|
+
interface SwitchProps extends React.ComponentPropsWithoutRef<typeof SwitchPrimitives.Root> {
|
547
|
+
size?: "default" | "sm" | "lg";
|
548
|
+
label?: string;
|
549
|
+
roundedness?: RadiusType;
|
550
|
+
}
|
551
|
+
declare const Switch: React.ForwardRefExoticComponent<SwitchProps & React.RefAttributes<HTMLButtonElement>>;
|
552
|
+
|
553
|
+
type CheckBoxTypes = {
|
554
|
+
id: string;
|
555
|
+
label?: React.ReactNode;
|
556
|
+
sublabel?: React.ReactNode;
|
557
|
+
helperText?: string;
|
558
|
+
size?: "xs" | "sm" | "default" | "md" | "lg" | "xl";
|
559
|
+
radius?: RadiusType;
|
560
|
+
};
|
561
|
+
type CheckboxProps = CheckBoxTypes & React.ComponentProps<typeof CheckboxElement>;
|
562
|
+
declare const Checkbox: React.FC<CheckboxProps>;
|
563
|
+
declare const CheckboxElement: React.ForwardRefExoticComponent<Omit<CheckboxPrimitive.CheckboxProps & React.RefAttributes<HTMLButtonElement>, "ref"> & {
|
564
|
+
size?: "xs" | "sm" | "lg" | "xl" | "default" | "md" | undefined;
|
565
|
+
radius?: RadiusType | undefined;
|
566
|
+
} & React.RefAttributes<HTMLButtonElement>>;
|
567
|
+
|
568
|
+
declare const Progress: React.ForwardRefExoticComponent<Omit<ProgressPrimitive.ProgressProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
569
|
+
|
570
|
+
interface BCTypes {
|
571
|
+
/** The array of crumbs, each one with a label and a href link */
|
572
|
+
breadcrumbLinks: {
|
573
|
+
label: string;
|
574
|
+
href: string;
|
575
|
+
}[];
|
576
|
+
/** The separator between each crumb, can be character or React Node. The default is ">" */
|
577
|
+
separator?: string | ReactNode;
|
578
|
+
}
|
579
|
+
declare const Breadcrumb: FC<BCTypes>;
|
580
|
+
|
581
|
+
type StoreButtonsTypes = {
|
582
|
+
store: "apple" | "google";
|
583
|
+
};
|
584
|
+
declare const AppStores: FC<StoreButtonsTypes>;
|
585
|
+
|
586
|
+
type BadgeTypes = {
|
587
|
+
position: "right" | "left";
|
588
|
+
anchor: RefObject<HTMLElement>;
|
589
|
+
size?: "small" | "default" | "large";
|
590
|
+
text?: string | number;
|
591
|
+
className?: string;
|
592
|
+
};
|
593
|
+
declare const Badge: FC<BadgeTypes>;
|
594
|
+
declare const BadgedComponent: ({ children, className, hideBadge, position, size, text }: any) => React__default.JSX.Element;
|
595
|
+
|
596
|
+
type PhoneInputTypes = {
|
597
|
+
preferredCountry?: {
|
598
|
+
label: string;
|
599
|
+
};
|
600
|
+
helperText?: any;
|
601
|
+
label?: string;
|
602
|
+
labelProps?: LabelProps;
|
603
|
+
handleChange?: (value: string) => void;
|
604
|
+
};
|
605
|
+
declare const PhoneInput: FC<PhoneInputTypes>;
|
606
|
+
|
607
|
+
type PinInputTypes = {
|
608
|
+
/** Label text to display for the Pin Input */
|
609
|
+
label?: string;
|
610
|
+
/** Icon element to be displayed next to the Pin Input */
|
611
|
+
icon?: JSX.Element;
|
612
|
+
/** Number of digits in the Pin Input */
|
613
|
+
digits: number;
|
614
|
+
/** Width of the Pin Input - either 'normal' or 'full' */
|
615
|
+
width?: "normal" | "full";
|
616
|
+
/** Function to get the value of pins */
|
617
|
+
getPins?: (pins: string[]) => void;
|
618
|
+
/** The small red text under the input field to show validation or a hint. */
|
619
|
+
helperText?: any;
|
620
|
+
inputProps?: React__default.InputHTMLAttributes<HTMLInputElement>;
|
621
|
+
};
|
622
|
+
declare const PinInput: FC<PinInputTypes>;
|
623
|
+
|
624
|
+
declare const StopPropagationWrapper: (props: any) => React__default.JSX.Element;
|
625
|
+
|
626
|
+
declare const ScrollArea: React.ForwardRefExoticComponent<Omit<ScrollAreaPrimitive.ScrollAreaProps & React.RefAttributes<HTMLDivElement>, "ref"> & {
|
627
|
+
orientation?: OrientationType | undefined;
|
628
|
+
} & React.RefAttributes<HTMLDivElement>>;
|
629
|
+
declare const ScrollBar: React.ForwardRefExoticComponent<Omit<ScrollAreaPrimitive.ScrollAreaScrollbarProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
630
|
+
|
631
|
+
type ColorPickerTypes = {
|
632
|
+
label?: string;
|
633
|
+
id?: string;
|
634
|
+
isLoading?: boolean;
|
635
|
+
labelProps?: LabelProps;
|
636
|
+
helperText?: string;
|
637
|
+
forceHideHelperText?: boolean;
|
638
|
+
/** Boolean to enable/disable editing the input field and using it as a text field */
|
639
|
+
preview?: boolean;
|
640
|
+
/** The hex code for the color */
|
641
|
+
color?: any;
|
642
|
+
/** Fires everytime the color changes */
|
643
|
+
handleChange?: (e: ChangeEvent<HTMLInputElement> | FormEvent<HTMLInputElement>) => void;
|
644
|
+
colorPickerClassNames?: string;
|
645
|
+
colorTextClassNames?: string;
|
646
|
+
colorPickerProps?: InputHTMLAttributes<HTMLInputElement>;
|
647
|
+
textInputProps?: InputHTMLAttributes<HTMLInputElement>;
|
648
|
+
containerProps?: InputHTMLAttributes<HTMLDivElement>;
|
649
|
+
};
|
650
|
+
declare const ColorPicker: FC<ColorPickerTypes>;
|
651
|
+
|
652
|
+
type Size = "xs" | "sm" | "md" | "lg" | "xl";
|
653
|
+
interface ProgressCircleProps extends React__default.HTMLAttributes<HTMLDivElement> {
|
654
|
+
value?: number;
|
655
|
+
size?: Size;
|
656
|
+
color?: any;
|
657
|
+
showAnimation?: boolean;
|
658
|
+
tooltip?: string;
|
659
|
+
radius?: number;
|
660
|
+
strokeWidth?: number;
|
661
|
+
children?: React__default.ReactNode;
|
662
|
+
}
|
663
|
+
declare const ProgressCircle: React__default.ForwardRefExoticComponent<ProgressCircleProps & React__default.RefAttributes<HTMLDivElement>>;
|
664
|
+
|
665
|
+
type PaginationProps = {
|
666
|
+
direction?: DirectionType;
|
667
|
+
totalPages: number;
|
668
|
+
currentPage?: number;
|
669
|
+
};
|
670
|
+
declare const Pagination: React__default.FC<PaginationProps>;
|
671
|
+
|
672
|
+
type PasswordInputIndicatorProps = {
|
673
|
+
strength?: any;
|
674
|
+
};
|
675
|
+
declare const PasswordStrengthIndicator: React__default.FC<PasswordInputIndicatorProps>;
|
676
|
+
type PasswordInputType = {
|
677
|
+
onChange?: (e: React__default.ChangeEvent<HTMLInputElement>) => void;
|
678
|
+
hidePopover?: boolean;
|
679
|
+
};
|
680
|
+
declare const PasswordInput: React__default.FC<PasswordInputType>;
|
681
|
+
|
682
|
+
declare const Slider: React.ForwardRefExoticComponent<Omit<SliderPrimitive.SliderProps & React.RefAttributes<HTMLSpanElement>, "ref"> & React.RefAttributes<HTMLSpanElement>>;
|
683
|
+
|
684
|
+
type DataProps = {};
|
685
|
+
type SimpleTableProps = {
|
686
|
+
direction?: DirectionType;
|
687
|
+
columns: ColumnDef<DataProps>[];
|
688
|
+
data: DataProps[];
|
689
|
+
condensed?: boolean;
|
690
|
+
isLoading?: boolean;
|
691
|
+
defaultSort?: string;
|
692
|
+
classNames?: string;
|
693
|
+
texts?: {
|
694
|
+
searchPlaceholder?: string;
|
695
|
+
noData?: any;
|
696
|
+
page?: string;
|
697
|
+
filter?: string;
|
698
|
+
of?: string;
|
699
|
+
total?: string;
|
700
|
+
};
|
701
|
+
};
|
702
|
+
declare module "@tanstack/table-core" {
|
703
|
+
interface ColumnMeta<TData extends RowData, TValue> {
|
704
|
+
padding?: "condensed" | "default" | "noPadding";
|
705
|
+
}
|
706
|
+
}
|
707
|
+
declare const SimpleTable: React.FC<SimpleTableProps>;
|
708
|
+
|
709
|
+
type SeparatorProps = {
|
710
|
+
className?: string;
|
711
|
+
orientation?: OrientationType;
|
712
|
+
};
|
713
|
+
declare const Separator: React.FC<SeparatorProps>;
|
714
|
+
|
715
|
+
type ScrollIndicatorProps = {
|
716
|
+
anchor: RefObject<HTMLInputElement>;
|
717
|
+
inContainer?: boolean;
|
718
|
+
};
|
719
|
+
declare const ScrollIndicator: FC<ScrollIndicatorProps>;
|
720
|
+
|
721
|
+
type CodeBlockTypes = {
|
722
|
+
/** Specifies the programming language for syntax highlighting.*/
|
723
|
+
language?: HighlightProps["language"];
|
724
|
+
/** Defines the width of the code block.*/
|
725
|
+
width?: "full" | "md" | "sm";
|
726
|
+
/** Array of tabs each containing a title and code content.*/
|
727
|
+
tabs?: {
|
728
|
+
title: string;
|
729
|
+
code: string;
|
730
|
+
}[];
|
731
|
+
/** Name of the file being displayed. */
|
732
|
+
fileName?: string;
|
733
|
+
/** Code content to be displayed within the code block.*/
|
734
|
+
code?: string;
|
735
|
+
lineNumbers?: boolean;
|
736
|
+
forcedDarkMode?: boolean;
|
737
|
+
className?: string;
|
738
|
+
};
|
739
|
+
declare const CodeBlock: FC<CodeBlockTypes>;
|
740
|
+
|
741
|
+
type CarouselProps = {
|
742
|
+
items: React__default.ReactNode[];
|
743
|
+
showArrows?: boolean;
|
744
|
+
autoplay?: boolean;
|
745
|
+
autoplayInterval?: number;
|
746
|
+
options?: EmblaOptionsType;
|
747
|
+
direction?: DirectionType;
|
748
|
+
};
|
749
|
+
declare const Carousel: React__default.FC<CarouselProps>;
|
750
|
+
|
751
|
+
type IconCountTypes = {
|
752
|
+
/** The icon of the counter */
|
753
|
+
icon: JSX.Element;
|
754
|
+
/** The text next to the icon */
|
755
|
+
count?: string;
|
756
|
+
};
|
757
|
+
declare const Count: FC<IconCountTypes>;
|
758
|
+
|
759
|
+
type ToasterProps = {
|
760
|
+
direction?: DirectionType;
|
761
|
+
};
|
762
|
+
declare function Toaster(props: ToasterProps): React__default.JSX.Element;
|
763
|
+
|
764
|
+
type DestroyableCard = {
|
765
|
+
position?: "bottom-right" | "bottom-left";
|
766
|
+
direction?: DirectionType;
|
767
|
+
fixed?: boolean;
|
768
|
+
children?: any;
|
769
|
+
};
|
770
|
+
declare const DestroyableCard: FC<DestroyableCard>;
|
771
|
+
|
772
|
+
type TypographyTypes = {
|
773
|
+
/** Function to handle language change. */
|
774
|
+
handleLanguage?: (e: any) => void;
|
775
|
+
/** Current selected language. */
|
776
|
+
currentLanguage?: string;
|
777
|
+
/** Function to handle theme color mode change. */
|
778
|
+
handleColorMode?: (e: any) => void;
|
779
|
+
/** Current selected theme color mode. */
|
780
|
+
currentColorMode?: "light" | "dark";
|
781
|
+
orientation?: OrientationType;
|
782
|
+
width?: "default" | "full";
|
783
|
+
};
|
784
|
+
declare const InterfaceSettings: FC<TypographyTypes>;
|
785
|
+
|
786
|
+
declare const FileUploader: ({ handleFile, className }: any) => React__default.JSX.Element;
|
787
|
+
|
788
|
+
export { Accordion, AccordionContent, AccordionItem, type AccordionItemProps, AccordionRoot, AccordionTrigger, Alert, AppStores, Avatar, BackToTop, Badge, BadgedComponent, Breadcrumb, Button, type ButtonProps, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, Checkbox, ChipTypes, CodeBlock, ColorPicker, Combobox, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, Count, DataTable, DestroyableCard, Dialog, DialogBody, DialogCarousel, DialogCarouselContent, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogPortal, DialogStep, DialogSteps, DialogTitle, DialogTrigger, FileDropzone, FileUploader, Input, InterfaceSettings, LabelProps, Loading, Logos, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuRoot, NavigationMenuTrigger, NavigationMenuViewport, Pagination, PasswordInput, PasswordStrengthIndicator, PhoneInput, PinInput, Popover, PopoverContent, PopoverTrigger, Progress, ProgressCircle, ScrollArea, ScrollBar, ScrollIndicator, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, SimpleTable, Skeleton, Slider, SortButton, StandardNavigationMenuItem, StopPropagationWrapper, Switch, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Textarea, type TextareaProps, Toaster, Tooltip, buttonVariants, navigationMenuTriggerStyle };
|