@codefast/ui 0.3.2 → 0.3.3
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/CHANGELOG.md +26 -0
- package/dist/esm/components/accordion.d.ts +13 -0
- package/dist/esm/components/accordion.d.ts.map +1 -0
- package/dist/esm/components/alert/alert-variants.d.ts +18 -0
- package/dist/esm/components/alert/alert-variants.d.ts.map +1 -0
- package/dist/esm/components/alert/alert.d.ts +8 -0
- package/dist/esm/components/alert/alert.d.ts.map +1 -0
- package/dist/esm/components/alert/index.d.ts +3 -0
- package/dist/esm/components/alert/index.d.ts.map +1 -0
- package/dist/esm/components/alert-dialog.d.ts +28 -0
- package/dist/esm/components/alert-dialog.d.ts.map +1 -0
- package/dist/esm/components/aspect-ratio.d.ts +5 -0
- package/dist/esm/components/aspect-ratio.d.ts.map +1 -0
- package/dist/esm/components/avatar.d.ts +7 -0
- package/dist/esm/components/avatar.d.ts.map +1 -0
- package/dist/esm/components/badge/badge-variants.d.ts +24 -0
- package/dist/esm/components/badge/badge-variants.d.ts.map +1 -0
- package/dist/esm/components/badge/badge.d.ts +8 -0
- package/dist/esm/components/badge/badge.d.ts.map +1 -0
- package/dist/esm/components/badge/index.d.ts +3 -0
- package/dist/esm/components/badge/index.d.ts.map +1 -0
- package/dist/esm/components/blockquote.d.ts +6 -0
- package/dist/esm/components/blockquote.d.ts.map +1 -0
- package/dist/esm/components/box.d.ts +6 -0
- package/dist/esm/components/box.d.ts.map +1 -0
- package/dist/esm/components/breadcrumb.d.ts +14 -0
- package/dist/esm/components/breadcrumb.d.ts.map +1 -0
- package/dist/esm/components/button/button-variants.d.ts +48 -0
- package/dist/esm/components/button/button-variants.d.ts.map +1 -0
- package/dist/esm/components/button/button.d.ts +12 -0
- package/dist/esm/components/button/button.d.ts.map +1 -0
- package/dist/esm/components/button/index.d.ts +3 -0
- package/dist/esm/components/button/index.d.ts.map +1 -0
- package/dist/esm/components/calendar.d.ts +17 -0
- package/dist/esm/components/calendar.d.ts.map +1 -0
- package/dist/esm/components/card.d.ts +10 -0
- package/dist/esm/components/card.d.ts.map +1 -0
- package/dist/esm/components/carousel.d.ts +31 -0
- package/dist/esm/components/carousel.d.ts.map +1 -0
- package/dist/esm/components/chart.d.ts +71 -0
- package/dist/esm/components/chart.d.ts.map +1 -0
- package/dist/esm/components/checkbox-cards.d.ts +8 -0
- package/dist/esm/components/checkbox-cards.d.ts.map +1 -0
- package/dist/esm/components/checkbox-group.d.ts +6 -0
- package/dist/esm/components/checkbox-group.d.ts.map +1 -0
- package/dist/esm/components/checkbox.d.ts +5 -0
- package/dist/esm/components/checkbox.d.ts.map +1 -0
- package/dist/esm/components/code.d.ts +6 -0
- package/dist/esm/components/code.d.ts.map +1 -0
- package/dist/esm/components/collapsible.d.ts +7 -0
- package/dist/esm/components/collapsible.d.ts.map +1 -0
- package/dist/esm/components/command.d.ts +15 -0
- package/dist/esm/components/command.d.ts.map +1 -0
- package/dist/esm/components/container.d.ts +6 -0
- package/dist/esm/components/container.d.ts.map +1 -0
- package/dist/esm/components/context-menu.d.ts +26 -0
- package/dist/esm/components/context-menu.d.ts.map +1 -0
- package/dist/esm/components/dialog.d.ts +25 -0
- package/dist/esm/components/dialog.d.ts.map +1 -0
- package/dist/esm/components/drawer.d.ts +24 -0
- package/dist/esm/components/drawer.d.ts.map +1 -0
- package/dist/esm/components/dropdown-menu.d.ts +26 -0
- package/dist/esm/components/dropdown-menu.d.ts.map +1 -0
- package/dist/esm/components/em.d.ts +6 -0
- package/dist/esm/components/em.d.ts.map +1 -0
- package/dist/esm/components/form.d.ts +18 -0
- package/dist/esm/components/form.d.ts.map +1 -0
- package/dist/esm/components/heading.d.ts +7 -0
- package/dist/esm/components/heading.d.ts.map +1 -0
- package/dist/esm/components/hover-card.d.ts +8 -0
- package/dist/esm/components/hover-card.d.ts.map +1 -0
- package/dist/esm/components/inline.d.ts +6 -0
- package/dist/esm/components/inline.d.ts.map +1 -0
- package/dist/esm/components/input/index.d.ts +3 -0
- package/dist/esm/components/input/index.d.ts.map +1 -0
- package/dist/esm/components/input/input-variants.d.ts +33 -0
- package/dist/esm/components/input/input-variants.d.ts.map +1 -0
- package/dist/esm/components/input/input.d.ts +15 -0
- package/dist/esm/components/input/input.d.ts.map +1 -0
- package/dist/esm/components/input-date.d.ts +2 -0
- package/dist/esm/components/input-date.d.ts.map +1 -0
- package/dist/esm/components/input-number.d.ts +13 -0
- package/dist/esm/components/input-number.d.ts.map +1 -0
- package/dist/esm/components/input-otp.d.ts +11 -0
- package/dist/esm/components/input-otp.d.ts.map +1 -0
- package/dist/esm/components/input-password.d.ts +13 -0
- package/dist/esm/components/input-password.d.ts.map +1 -0
- package/dist/esm/components/input-search.d.ts +17 -0
- package/dist/esm/components/input-search.d.ts.map +1 -0
- package/dist/esm/components/input-time.d.ts +2 -0
- package/dist/esm/components/input-time.d.ts.map +1 -0
- package/dist/esm/components/kbd.d.ts +6 -0
- package/dist/esm/components/kbd.d.ts.map +1 -0
- package/dist/esm/components/label.d.ts +5 -0
- package/dist/esm/components/label.d.ts.map +1 -0
- package/dist/esm/components/menubar.d.ts +27 -0
- package/dist/esm/components/menubar.d.ts.map +1 -0
- package/dist/esm/components/navigation-menu/index.d.ts +3 -0
- package/dist/esm/components/navigation-menu/index.d.ts.map +1 -0
- package/dist/esm/components/navigation-menu/navigation-menu-trigger-style.d.ts +3 -0
- package/dist/esm/components/navigation-menu/navigation-menu-trigger-style.d.ts.map +1 -0
- package/dist/esm/components/navigation-menu/navigation-menu.d.ts +12 -0
- package/dist/esm/components/navigation-menu/navigation-menu.d.ts.map +1 -0
- package/dist/esm/components/pagination.d.ts +18 -0
- package/dist/esm/components/pagination.d.ts.map +1 -0
- package/dist/esm/components/popover.d.ts +9 -0
- package/dist/esm/components/popover.d.ts.map +1 -0
- package/dist/esm/components/pre.d.ts +6 -0
- package/dist/esm/components/pre.d.ts.map +1 -0
- package/dist/esm/components/progress-circle/index.d.ts +3 -0
- package/dist/esm/components/progress-circle/index.d.ts.map +1 -0
- package/dist/esm/components/progress-circle/progress-circle-variants.d.ts +120 -0
- package/dist/esm/components/progress-circle/progress-circle-variants.d.ts.map +1 -0
- package/dist/esm/components/progress-circle/progress-circle.d.ts +65 -0
- package/dist/esm/components/progress-circle/progress-circle.d.ts.map +1 -0
- package/dist/esm/components/progress.d.ts +5 -0
- package/dist/esm/components/progress.d.ts.map +1 -0
- package/dist/esm/components/quote.d.ts +6 -0
- package/dist/esm/components/quote.d.ts.map +1 -0
- package/dist/esm/components/radio-cards.d.ts +6 -0
- package/dist/esm/components/radio-cards.d.ts.map +1 -0
- package/dist/esm/components/radio-group.d.ts +6 -0
- package/dist/esm/components/radio-group.d.ts.map +1 -0
- package/dist/esm/components/radio.d.ts +6 -0
- package/dist/esm/components/radio.d.ts.map +1 -0
- package/dist/esm/components/resizable.d.ts +9 -0
- package/dist/esm/components/resizable.d.ts.map +1 -0
- package/dist/esm/components/scroll-area/index.d.ts +3 -0
- package/dist/esm/components/scroll-area/index.d.ts.map +1 -0
- package/dist/esm/components/scroll-area/scroll-area-scrollbar-variants.d.ts +36 -0
- package/dist/esm/components/scroll-area/scroll-area-scrollbar-variants.d.ts.map +1 -0
- package/dist/esm/components/scroll-area/scroll-area.d.ts +13 -0
- package/dist/esm/components/scroll-area/scroll-area.d.ts.map +1 -0
- package/dist/esm/components/section.d.ts +6 -0
- package/dist/esm/components/section.d.ts.map +1 -0
- package/dist/esm/components/select.d.ts +18 -0
- package/dist/esm/components/select.d.ts.map +1 -0
- package/dist/esm/components/separator/index.d.ts +3 -0
- package/dist/esm/components/separator/index.d.ts.map +1 -0
- package/dist/esm/components/separator/separator-variants.d.ts +33 -0
- package/dist/esm/components/separator/separator-variants.d.ts.map +1 -0
- package/dist/esm/components/separator/separator.d.ts +8 -0
- package/dist/esm/components/separator/separator.d.ts.map +1 -0
- package/dist/esm/components/sheet/index.d.ts +3 -0
- package/dist/esm/components/sheet/index.d.ts.map +1 -0
- package/dist/esm/components/sheet/sheet-content-variants.d.ts +24 -0
- package/dist/esm/components/sheet/sheet-content-variants.d.ts.map +1 -0
- package/dist/esm/components/sheet/sheet.d.ts +25 -0
- package/dist/esm/components/sheet/sheet.d.ts.map +1 -0
- package/dist/esm/components/sidebar/index.d.ts +3 -0
- package/dist/esm/components/sidebar/index.d.ts.map +1 -0
- package/dist/esm/components/sidebar/sidebar-menu-button-variants.d.ts +33 -0
- package/dist/esm/components/sidebar/sidebar-menu-button-variants.d.ts.map +1 -0
- package/dist/esm/components/sidebar/sidebar.d.ts +67 -0
- package/dist/esm/components/sidebar/sidebar.d.ts.map +1 -0
- package/dist/esm/components/skeleton.d.ts +4 -0
- package/dist/esm/components/skeleton.d.ts.map +1 -0
- package/dist/esm/components/slider.d.ts +5 -0
- package/dist/esm/components/slider.d.ts.map +1 -0
- package/dist/esm/components/sonner.d.ts +6 -0
- package/dist/esm/components/sonner.d.ts.map +1 -0
- package/dist/esm/components/spinner.d.ts +6 -0
- package/dist/esm/components/spinner.d.ts.map +1 -0
- package/dist/esm/components/strong.d.ts +6 -0
- package/dist/esm/components/strong.d.ts.map +1 -0
- package/dist/esm/components/switch.d.ts +5 -0
- package/dist/esm/components/switch.d.ts.map +1 -0
- package/dist/esm/components/table.d.ts +11 -0
- package/dist/esm/components/table.d.ts.map +1 -0
- package/dist/esm/components/tabs.d.ts +8 -0
- package/dist/esm/components/tabs.d.ts.map +1 -0
- package/dist/esm/components/text.d.ts +6 -0
- package/dist/esm/components/text.d.ts.map +1 -0
- package/dist/esm/components/textarea.d.ts +4 -0
- package/dist/esm/components/textarea.d.ts.map +1 -0
- package/dist/esm/components/toggle/index.d.ts +3 -0
- package/dist/esm/components/toggle/index.d.ts.map +1 -0
- package/dist/esm/components/toggle/toggle-variants.d.ts +33 -0
- package/dist/esm/components/toggle/toggle-variants.d.ts.map +1 -0
- package/dist/esm/components/toggle/toggle.d.ts +10 -0
- package/dist/esm/components/toggle/toggle.d.ts.map +1 -0
- package/dist/esm/components/toggle-group.d.ts +15 -0
- package/dist/esm/components/toggle-group.d.ts.map +1 -0
- package/dist/esm/components/tooltip.d.ts +8 -0
- package/dist/esm/components/tooltip.d.ts.map +1 -0
- package/dist/esm/index.d.ts +70 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/lib/utils.d.ts +12 -0
- package/dist/esm/lib/utils.d.ts.map +1 -0
- package/package.json +172 -172
- package/dist/esm/index.css +0 -509
- /package/dist/{types → cjs}/components/accordion.d.ts +0 -0
- /package/dist/{types → cjs}/components/accordion.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/alert/alert-variants.d.ts +0 -0
- /package/dist/{types → cjs}/components/alert/alert-variants.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/alert/alert.d.ts +0 -0
- /package/dist/{types → cjs}/components/alert/alert.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/alert/index.d.ts +0 -0
- /package/dist/{types → cjs}/components/alert/index.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/alert-dialog.d.ts +0 -0
- /package/dist/{types → cjs}/components/alert-dialog.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/aspect-ratio.d.ts +0 -0
- /package/dist/{types → cjs}/components/aspect-ratio.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/avatar.d.ts +0 -0
- /package/dist/{types → cjs}/components/avatar.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/badge/badge-variants.d.ts +0 -0
- /package/dist/{types → cjs}/components/badge/badge-variants.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/badge/badge.d.ts +0 -0
- /package/dist/{types → cjs}/components/badge/badge.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/badge/index.d.ts +0 -0
- /package/dist/{types → cjs}/components/badge/index.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/blockquote.d.ts +0 -0
- /package/dist/{types → cjs}/components/blockquote.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/box.d.ts +0 -0
- /package/dist/{types → cjs}/components/box.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/breadcrumb.d.ts +0 -0
- /package/dist/{types → cjs}/components/breadcrumb.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/button/button-variants.d.ts +0 -0
- /package/dist/{types → cjs}/components/button/button-variants.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/button/button.d.ts +0 -0
- /package/dist/{types → cjs}/components/button/button.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/button/index.d.ts +0 -0
- /package/dist/{types → cjs}/components/button/index.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/calendar.d.ts +0 -0
- /package/dist/{types → cjs}/components/calendar.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/card.d.ts +0 -0
- /package/dist/{types → cjs}/components/card.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/carousel.d.ts +0 -0
- /package/dist/{types → cjs}/components/carousel.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/chart.d.ts +0 -0
- /package/dist/{types → cjs}/components/chart.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/checkbox-cards.d.ts +0 -0
- /package/dist/{types → cjs}/components/checkbox-cards.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/checkbox-group.d.ts +0 -0
- /package/dist/{types → cjs}/components/checkbox-group.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/checkbox.d.ts +0 -0
- /package/dist/{types → cjs}/components/checkbox.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/code.d.ts +0 -0
- /package/dist/{types → cjs}/components/code.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/collapsible.d.ts +0 -0
- /package/dist/{types → cjs}/components/collapsible.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/command.d.ts +0 -0
- /package/dist/{types → cjs}/components/command.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/container.d.ts +0 -0
- /package/dist/{types → cjs}/components/container.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/context-menu.d.ts +0 -0
- /package/dist/{types → cjs}/components/context-menu.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/dialog.d.ts +0 -0
- /package/dist/{types → cjs}/components/dialog.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/drawer.d.ts +0 -0
- /package/dist/{types → cjs}/components/drawer.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/dropdown-menu.d.ts +0 -0
- /package/dist/{types → cjs}/components/dropdown-menu.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/em.d.ts +0 -0
- /package/dist/{types → cjs}/components/em.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/form.d.ts +0 -0
- /package/dist/{types → cjs}/components/form.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/heading.d.ts +0 -0
- /package/dist/{types → cjs}/components/heading.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/hover-card.d.ts +0 -0
- /package/dist/{types → cjs}/components/hover-card.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/inline.d.ts +0 -0
- /package/dist/{types → cjs}/components/inline.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/input/index.d.ts +0 -0
- /package/dist/{types → cjs}/components/input/index.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/input/input-variants.d.ts +0 -0
- /package/dist/{types → cjs}/components/input/input-variants.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/input/input.d.ts +0 -0
- /package/dist/{types → cjs}/components/input/input.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/input-date.d.ts +0 -0
- /package/dist/{types → cjs}/components/input-date.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/input-number.d.ts +0 -0
- /package/dist/{types → cjs}/components/input-number.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/input-otp.d.ts +0 -0
- /package/dist/{types → cjs}/components/input-otp.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/input-password.d.ts +0 -0
- /package/dist/{types → cjs}/components/input-password.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/input-search.d.ts +0 -0
- /package/dist/{types → cjs}/components/input-search.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/input-time.d.ts +0 -0
- /package/dist/{types → cjs}/components/input-time.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/kbd.d.ts +0 -0
- /package/dist/{types → cjs}/components/kbd.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/label.d.ts +0 -0
- /package/dist/{types → cjs}/components/label.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/menubar.d.ts +0 -0
- /package/dist/{types → cjs}/components/menubar.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/navigation-menu/index.d.ts +0 -0
- /package/dist/{types → cjs}/components/navigation-menu/index.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/navigation-menu/navigation-menu-trigger-style.d.ts +0 -0
- /package/dist/{types → cjs}/components/navigation-menu/navigation-menu-trigger-style.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/navigation-menu/navigation-menu.d.ts +0 -0
- /package/dist/{types → cjs}/components/navigation-menu/navigation-menu.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/pagination.d.ts +0 -0
- /package/dist/{types → cjs}/components/pagination.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/popover.d.ts +0 -0
- /package/dist/{types → cjs}/components/popover.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/pre.d.ts +0 -0
- /package/dist/{types → cjs}/components/pre.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/progress-circle/index.d.ts +0 -0
- /package/dist/{types → cjs}/components/progress-circle/index.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/progress-circle/progress-circle-variants.d.ts +0 -0
- /package/dist/{types → cjs}/components/progress-circle/progress-circle-variants.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/progress-circle/progress-circle.d.ts +0 -0
- /package/dist/{types → cjs}/components/progress-circle/progress-circle.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/progress.d.ts +0 -0
- /package/dist/{types → cjs}/components/progress.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/quote.d.ts +0 -0
- /package/dist/{types → cjs}/components/quote.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/radio-cards.d.ts +0 -0
- /package/dist/{types → cjs}/components/radio-cards.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/radio-group.d.ts +0 -0
- /package/dist/{types → cjs}/components/radio-group.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/radio.d.ts +0 -0
- /package/dist/{types → cjs}/components/radio.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/resizable.d.ts +0 -0
- /package/dist/{types → cjs}/components/resizable.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/scroll-area/index.d.ts +0 -0
- /package/dist/{types → cjs}/components/scroll-area/index.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/scroll-area/scroll-area-scrollbar-variants.d.ts +0 -0
- /package/dist/{types → cjs}/components/scroll-area/scroll-area-scrollbar-variants.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/scroll-area/scroll-area.d.ts +0 -0
- /package/dist/{types → cjs}/components/scroll-area/scroll-area.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/section.d.ts +0 -0
- /package/dist/{types → cjs}/components/section.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/select.d.ts +0 -0
- /package/dist/{types → cjs}/components/select.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/separator/index.d.ts +0 -0
- /package/dist/{types → cjs}/components/separator/index.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/separator/separator-variants.d.ts +0 -0
- /package/dist/{types → cjs}/components/separator/separator-variants.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/separator/separator.d.ts +0 -0
- /package/dist/{types → cjs}/components/separator/separator.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/sheet/index.d.ts +0 -0
- /package/dist/{types → cjs}/components/sheet/index.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/sheet/sheet-content-variants.d.ts +0 -0
- /package/dist/{types → cjs}/components/sheet/sheet-content-variants.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/sheet/sheet.d.ts +0 -0
- /package/dist/{types → cjs}/components/sheet/sheet.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/sidebar/index.d.ts +0 -0
- /package/dist/{types → cjs}/components/sidebar/index.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/sidebar/sidebar-menu-button-variants.d.ts +0 -0
- /package/dist/{types → cjs}/components/sidebar/sidebar-menu-button-variants.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/sidebar/sidebar.d.ts +0 -0
- /package/dist/{types → cjs}/components/sidebar/sidebar.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/skeleton.d.ts +0 -0
- /package/dist/{types → cjs}/components/skeleton.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/slider.d.ts +0 -0
- /package/dist/{types → cjs}/components/slider.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/sonner.d.ts +0 -0
- /package/dist/{types → cjs}/components/sonner.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/spinner.d.ts +0 -0
- /package/dist/{types → cjs}/components/spinner.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/strong.d.ts +0 -0
- /package/dist/{types → cjs}/components/strong.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/switch.d.ts +0 -0
- /package/dist/{types → cjs}/components/switch.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/table.d.ts +0 -0
- /package/dist/{types → cjs}/components/table.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/tabs.d.ts +0 -0
- /package/dist/{types → cjs}/components/tabs.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/text.d.ts +0 -0
- /package/dist/{types → cjs}/components/text.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/textarea.d.ts +0 -0
- /package/dist/{types → cjs}/components/textarea.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/toggle/index.d.ts +0 -0
- /package/dist/{types → cjs}/components/toggle/index.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/toggle/toggle-variants.d.ts +0 -0
- /package/dist/{types → cjs}/components/toggle/toggle-variants.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/toggle/toggle.d.ts +0 -0
- /package/dist/{types → cjs}/components/toggle/toggle.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/toggle-group.d.ts +0 -0
- /package/dist/{types → cjs}/components/toggle-group.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/tooltip.d.ts +0 -0
- /package/dist/{types → cjs}/components/tooltip.d.ts.map +0 -0
- /package/dist/{types → cjs}/index.d.ts +0 -0
- /package/dist/{types → cjs}/index.d.ts.map +0 -0
- /package/dist/{types → cjs}/lib/utils.d.ts +0 -0
- /package/dist/{types → cjs}/lib/utils.d.ts.map +0 -0
- /package/dist/{cjs → styles}/index.css +0 -0
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
declare const progressCircleVariants: import("tailwind-variants").TVReturnType<{
|
|
2
|
+
variant: {
|
|
3
|
+
default: {
|
|
4
|
+
indicator: string;
|
|
5
|
+
track: string;
|
|
6
|
+
};
|
|
7
|
+
destructive: {
|
|
8
|
+
indicator: string;
|
|
9
|
+
track: string;
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
size: {
|
|
13
|
+
sm: {
|
|
14
|
+
label: string;
|
|
15
|
+
};
|
|
16
|
+
md: {
|
|
17
|
+
label: string;
|
|
18
|
+
};
|
|
19
|
+
lg: {
|
|
20
|
+
label: string;
|
|
21
|
+
};
|
|
22
|
+
xl: {
|
|
23
|
+
label: string;
|
|
24
|
+
};
|
|
25
|
+
"2xl": {
|
|
26
|
+
label: string;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
thickness: {
|
|
30
|
+
thin: {};
|
|
31
|
+
regular: {};
|
|
32
|
+
thick: {};
|
|
33
|
+
};
|
|
34
|
+
}, {
|
|
35
|
+
root: string;
|
|
36
|
+
svg: string;
|
|
37
|
+
track: string;
|
|
38
|
+
indicator: string;
|
|
39
|
+
label: string;
|
|
40
|
+
}, undefined, {
|
|
41
|
+
variant: {
|
|
42
|
+
default: {
|
|
43
|
+
indicator: string;
|
|
44
|
+
track: string;
|
|
45
|
+
};
|
|
46
|
+
destructive: {
|
|
47
|
+
indicator: string;
|
|
48
|
+
track: string;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
size: {
|
|
52
|
+
sm: {
|
|
53
|
+
label: string;
|
|
54
|
+
};
|
|
55
|
+
md: {
|
|
56
|
+
label: string;
|
|
57
|
+
};
|
|
58
|
+
lg: {
|
|
59
|
+
label: string;
|
|
60
|
+
};
|
|
61
|
+
xl: {
|
|
62
|
+
label: string;
|
|
63
|
+
};
|
|
64
|
+
"2xl": {
|
|
65
|
+
label: string;
|
|
66
|
+
};
|
|
67
|
+
};
|
|
68
|
+
thickness: {
|
|
69
|
+
thin: {};
|
|
70
|
+
regular: {};
|
|
71
|
+
thick: {};
|
|
72
|
+
};
|
|
73
|
+
}, {
|
|
74
|
+
root: string;
|
|
75
|
+
svg: string;
|
|
76
|
+
track: string;
|
|
77
|
+
indicator: string;
|
|
78
|
+
label: string;
|
|
79
|
+
}, import("tailwind-variants").TVReturnType<{
|
|
80
|
+
variant: {
|
|
81
|
+
default: {
|
|
82
|
+
indicator: string;
|
|
83
|
+
track: string;
|
|
84
|
+
};
|
|
85
|
+
destructive: {
|
|
86
|
+
indicator: string;
|
|
87
|
+
track: string;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
90
|
+
size: {
|
|
91
|
+
sm: {
|
|
92
|
+
label: string;
|
|
93
|
+
};
|
|
94
|
+
md: {
|
|
95
|
+
label: string;
|
|
96
|
+
};
|
|
97
|
+
lg: {
|
|
98
|
+
label: string;
|
|
99
|
+
};
|
|
100
|
+
xl: {
|
|
101
|
+
label: string;
|
|
102
|
+
};
|
|
103
|
+
"2xl": {
|
|
104
|
+
label: string;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
107
|
+
thickness: {
|
|
108
|
+
thin: {};
|
|
109
|
+
regular: {};
|
|
110
|
+
thick: {};
|
|
111
|
+
};
|
|
112
|
+
}, {
|
|
113
|
+
root: string;
|
|
114
|
+
svg: string;
|
|
115
|
+
track: string;
|
|
116
|
+
indicator: string;
|
|
117
|
+
label: string;
|
|
118
|
+
}, undefined, unknown, unknown, undefined>>;
|
|
119
|
+
export { progressCircleVariants };
|
|
120
|
+
//# sourceMappingURL=progress-circle-variants.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"progress-circle-variants.d.ts","sourceRoot":"","sources":["../../../../src/components/progress-circle/progress-circle-variants.tsx"],"names":[],"mappings":"AAMA,QAAA,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2CAuB1B,CAAC;AAMH,OAAO,EAAE,sBAAsB,EAAE,CAAC"}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import type { ComponentProps, JSX } from "react";
|
|
2
|
+
import * as ProgressCirclePrimitive from "@codefast-ui/progress-circle";
|
|
3
|
+
import type { VariantProps } from "../../lib/utils";
|
|
4
|
+
import { progressCircleVariants } from "./progress-circle-variants";
|
|
5
|
+
declare function ProgressCircle({ value, classNames, customLabel, showValue, variant, size, sizeInPixels, thickness, animate, animationDuration, className, strokeWidth, ...props }: Omit<ComponentProps<typeof ProgressCirclePrimitive.Provider>, "children" | "size"> & VariantProps<typeof progressCircleVariants> & {
|
|
6
|
+
/**
|
|
7
|
+
* Enables animation effect when value changes
|
|
8
|
+
*/
|
|
9
|
+
animate?: boolean;
|
|
10
|
+
/**
|
|
11
|
+
* Duration of the animation in milliseconds
|
|
12
|
+
*/
|
|
13
|
+
animationDuration?: number;
|
|
14
|
+
/**
|
|
15
|
+
* CSS class to customize the entire component
|
|
16
|
+
*/
|
|
17
|
+
className?: string;
|
|
18
|
+
/**
|
|
19
|
+
* CSS classes to customize specific parts of the component
|
|
20
|
+
*/
|
|
21
|
+
classNames?: {
|
|
22
|
+
/**
|
|
23
|
+
* Class for the progress indicator
|
|
24
|
+
*/
|
|
25
|
+
indicator?: string;
|
|
26
|
+
/**
|
|
27
|
+
* Class for the label in the center of the circle
|
|
28
|
+
*/
|
|
29
|
+
label?: string;
|
|
30
|
+
/**
|
|
31
|
+
* Class for the root element of the component
|
|
32
|
+
*/
|
|
33
|
+
root?: string;
|
|
34
|
+
/**
|
|
35
|
+
* Class for the SVG element
|
|
36
|
+
*/
|
|
37
|
+
svg?: string;
|
|
38
|
+
/**
|
|
39
|
+
* Class for the circle track
|
|
40
|
+
*/
|
|
41
|
+
track?: string;
|
|
42
|
+
};
|
|
43
|
+
/**
|
|
44
|
+
* Custom function to render content in the center of the circle
|
|
45
|
+
* @param value - Current value of the component
|
|
46
|
+
* @returns React element to display in the center of the circle
|
|
47
|
+
*/
|
|
48
|
+
customLabel?: ({ value }: {
|
|
49
|
+
value: number;
|
|
50
|
+
}) => JSX.Element;
|
|
51
|
+
/**
|
|
52
|
+
* Display the numeric value in the center of the circle
|
|
53
|
+
*/
|
|
54
|
+
showValue?: boolean;
|
|
55
|
+
/**
|
|
56
|
+
* Custom size in pixels
|
|
57
|
+
* When provided, this value overrides the size variant option
|
|
58
|
+
*/
|
|
59
|
+
sizeInPixels?: number;
|
|
60
|
+
}): JSX.Element;
|
|
61
|
+
declare namespace ProgressCircle {
|
|
62
|
+
var displayName: string;
|
|
63
|
+
}
|
|
64
|
+
export { ProgressCircle };
|
|
65
|
+
//# sourceMappingURL=progress-circle.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"progress-circle.d.ts","sourceRoot":"","sources":["../../../../src/components/progress-circle/progress-circle.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAiB,GAAG,EAAE,MAAM,OAAO,CAAC;AAEhE,OAAO,KAAK,uBAAuB,MAAM,8BAA8B,CAAC;AAIxE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,OAAO,EAAE,sBAAsB,EAAE,MAAM,uDAAuD,CAAC;AAM/F,iBAAS,cAAc,CAAC,EACtB,KAAS,EACT,UAAU,EACV,WAAW,EACX,SAAiB,EACjB,OAAmB,EACnB,IAAI,EACJ,YAAY,EACZ,SAAqB,EACrB,OAAc,EACd,iBAAwB,EACxB,SAAS,EACT,WAAW,EACX,GAAG,KAAK,EACT,EAAE,IAAI,CAAC,cAAc,CAAC,OAAO,uBAAuB,CAAC,QAAQ,CAAC,EAAE,UAAU,GAAG,MAAM,CAAC,GACnF,YAAY,CAAC,OAAO,sBAAsB,CAAC,GAAG;IAC5C;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,UAAU,CAAC,EAAE;QACX;;WAEG;QACH,SAAS,CAAC,EAAE,MAAM,CAAC;QAEnB;;WAEG;QACH,KAAK,CAAC,EAAE,MAAM,CAAC;QAEf;;WAEG;QACH,IAAI,CAAC,EAAE,MAAM,CAAC;QAEd;;WAEG;QACH,GAAG,CAAC,EAAE,MAAM,CAAC;QAEb;;WAEG;QACH,KAAK,CAAC,EAAE,MAAM,CAAC;KAChB,CAAC;IAEF;;;;OAIG;IACH,WAAW,CAAC,EAAE,CAAC,EAAE,KAAK,EAAE,EAAE;QAAE,KAAK,EAAE,MAAM,CAAA;KAAE,KAAK,GAAG,CAAC,OAAO,CAAC;IAE5D;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,GAAG,GAAG,CAAC,OAAO,CA6ChB;kBA3HQ,cAAc;;;AAmKvB,OAAO,EAAE,cAAc,EAAE,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { ComponentProps, JSX } from "react";
|
|
2
|
+
import * as ProgressPrimitive from "@radix-ui/react-progress";
|
|
3
|
+
declare function Progress({ className, value, ...props }: ComponentProps<typeof ProgressPrimitive.Root>): JSX.Element;
|
|
4
|
+
export { Progress };
|
|
5
|
+
//# sourceMappingURL=progress.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"progress.d.ts","sourceRoot":"","sources":["../../../src/components/progress.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAEjD,OAAO,KAAK,iBAAiB,MAAM,0BAA0B,CAAC;AAQ9D,iBAAS,QAAQ,CAAC,EAAE,SAAS,EAAE,KAAK,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,CAAC,OAAO,iBAAiB,CAAC,IAAI,CAAC,GAAG,GAAG,CAAC,OAAO,CAgB5G;AAMD,OAAO,EAAE,QAAQ,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"quote.d.ts","sourceRoot":"","sources":["../../../src/components/quote.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAQjD,iBAAS,KAAK,CAAC,EACb,OAAO,EACP,GAAG,KAAK,EACT,EAAE,cAAc,CAAC,GAAG,CAAC,GAAG;IACvB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,GAAG,CAAC,OAAO,CAId;AAMD,OAAO,EAAE,KAAK,EAAE,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { ComponentProps, JSX } from "react";
|
|
2
|
+
import * as RadioGroupPrimitive from "@radix-ui/react-radio-group";
|
|
3
|
+
declare function RadioCards(props: ComponentProps<typeof RadioGroupPrimitive.Root>): JSX.Element;
|
|
4
|
+
declare function RadioCardsItem({ className, children, ...props }: ComponentProps<typeof RadioGroupPrimitive.Item>): JSX.Element;
|
|
5
|
+
export { RadioCards, RadioCardsItem };
|
|
6
|
+
//# sourceMappingURL=radio-cards.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"radio-cards.d.ts","sourceRoot":"","sources":["../../../src/components/radio-cards.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAEjD,OAAO,KAAK,mBAAmB,MAAM,6BAA6B,CAAC;AASnE,iBAAS,UAAU,CAAC,KAAK,EAAE,cAAc,CAAC,OAAO,mBAAmB,CAAC,IAAI,CAAC,GAAG,GAAG,CAAC,OAAO,CAEvF;AAMD,iBAAS,cAAc,CAAC,EACtB,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,cAAc,CAAC,OAAO,mBAAmB,CAAC,IAAI,CAAC,GAAG,GAAG,CAAC,OAAO,CAmB/D;AAMD,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { ComponentProps, JSX } from "react";
|
|
2
|
+
import * as RadioGroupPrimitive from "@radix-ui/react-radio-group";
|
|
3
|
+
declare function RadioGroup({ className, ...props }: ComponentProps<typeof RadioGroupPrimitive.Root>): JSX.Element;
|
|
4
|
+
declare function RadioGroupItem({ className, ...props }: ComponentProps<typeof RadioGroupPrimitive.Item>): JSX.Element;
|
|
5
|
+
export { RadioGroup, RadioGroupItem };
|
|
6
|
+
//# sourceMappingURL=radio-group.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"radio-group.d.ts","sourceRoot":"","sources":["../../../src/components/radio-group.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAEjD,OAAO,KAAK,mBAAmB,MAAM,6BAA6B,CAAC;AAQnE,iBAAS,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,CAAC,OAAO,mBAAmB,CAAC,IAAI,CAAC,GAAG,GAAG,CAAC,OAAO,CAEzG;AAMD,iBAAS,cAAc,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,CAAC,OAAO,mBAAmB,CAAC,IAAI,CAAC,GAAG,GAAG,CAAC,OAAO,CAa7G;AAMD,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { ComponentProps, JSX } from "react";
|
|
2
|
+
declare function Radio({ className, onChange, onValueChange, ...props }: Omit<ComponentProps<"input">, "type"> & {
|
|
3
|
+
onValueChange?: (value: string) => void;
|
|
4
|
+
}): JSX.Element;
|
|
5
|
+
export { Radio };
|
|
6
|
+
//# sourceMappingURL=radio.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"radio.d.ts","sourceRoot":"","sources":["../../../src/components/radio.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAUjD,iBAAS,KAAK,CAAC,EACb,SAAS,EACT,QAAQ,EACR,aAAa,EACb,GAAG,KAAK,EACT,EAAE,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC,GAAG;IACzC,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACzC,GAAG,GAAG,CAAC,OAAO,CAad;AAMD,OAAO,EAAE,KAAK,EAAE,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { ComponentProps, JSX } from "react";
|
|
2
|
+
import * as ResizablePrimitive from "react-resizable-panels";
|
|
3
|
+
declare function ResizablePanelGroup({ className, ...props }: ComponentProps<typeof ResizablePrimitive.PanelGroup>): JSX.Element;
|
|
4
|
+
declare function ResizablePanel({ ...props }: ComponentProps<typeof ResizablePrimitive.Panel>): JSX.Element;
|
|
5
|
+
declare function ResizableHandle({ className, withHandle, ...props }: ComponentProps<typeof ResizablePrimitive.PanelResizeHandle> & {
|
|
6
|
+
withHandle?: boolean;
|
|
7
|
+
}): JSX.Element;
|
|
8
|
+
export { ResizableHandle, ResizablePanel, ResizablePanelGroup };
|
|
9
|
+
//# sourceMappingURL=resizable.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"resizable.d.ts","sourceRoot":"","sources":["../../../src/components/resizable.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAGjD,OAAO,KAAK,kBAAkB,MAAM,wBAAwB,CAAC;AAQ7D,iBAAS,mBAAmB,CAAC,EAC3B,SAAS,EACT,GAAG,KAAK,EACT,EAAE,cAAc,CAAC,OAAO,kBAAkB,CAAC,UAAU,CAAC,GAAG,GAAG,CAAC,OAAO,CAQpE;AAMD,iBAAS,cAAc,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,CAAC,OAAO,kBAAkB,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC,OAAO,CAElG;AAMD,iBAAS,eAAe,CAAC,EACvB,SAAS,EACT,UAAU,EACV,GAAG,KAAK,EACT,EAAE,cAAc,CAAC,OAAO,kBAAkB,CAAC,iBAAiB,CAAC,GAAG;IAC/D,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,GAAG,GAAG,CAAC,OAAO,CAiBd;AAMD,OAAO,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/scroll-area/index.ts"],"names":[],"mappings":"AAAA,cAAc,sCAAsC,CAAC;AACrD,cAAc,yDAAyD,CAAC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
declare const scrollAreaScrollbarVariants: import("tailwind-variants").TVReturnType<{
|
|
2
|
+
orientation: {
|
|
3
|
+
horizontal: string;
|
|
4
|
+
vertical: string;
|
|
5
|
+
};
|
|
6
|
+
size: {
|
|
7
|
+
none: string;
|
|
8
|
+
sm: string;
|
|
9
|
+
md: string;
|
|
10
|
+
lg: string;
|
|
11
|
+
};
|
|
12
|
+
}, undefined, "flex touch-none select-none p-px transition-colors", {
|
|
13
|
+
orientation: {
|
|
14
|
+
horizontal: string;
|
|
15
|
+
vertical: string;
|
|
16
|
+
};
|
|
17
|
+
size: {
|
|
18
|
+
none: string;
|
|
19
|
+
sm: string;
|
|
20
|
+
md: string;
|
|
21
|
+
lg: string;
|
|
22
|
+
};
|
|
23
|
+
}, undefined, import("tailwind-variants").TVReturnType<{
|
|
24
|
+
orientation: {
|
|
25
|
+
horizontal: string;
|
|
26
|
+
vertical: string;
|
|
27
|
+
};
|
|
28
|
+
size: {
|
|
29
|
+
none: string;
|
|
30
|
+
sm: string;
|
|
31
|
+
md: string;
|
|
32
|
+
lg: string;
|
|
33
|
+
};
|
|
34
|
+
}, undefined, "flex touch-none select-none p-px transition-colors", unknown, unknown, undefined>>;
|
|
35
|
+
export { scrollAreaScrollbarVariants };
|
|
36
|
+
//# sourceMappingURL=scroll-area-scrollbar-variants.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scroll-area-scrollbar-variants.d.ts","sourceRoot":"","sources":["../../../../src/components/scroll-area/scroll-area-scrollbar-variants.tsx"],"names":[],"mappings":"AAMA,QAAA,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iGAkD/B,CAAC;AAMH,OAAO,EAAE,2BAA2B,EAAE,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { Scope } from "@radix-ui/react-context";
|
|
2
|
+
import type { ComponentProps, JSX } from "react";
|
|
3
|
+
import * as ScrollAreaPrimitive from "@radix-ui/react-scroll-area";
|
|
4
|
+
import type { VariantProps } from "../../lib/utils";
|
|
5
|
+
import { scrollAreaScrollbarVariants } from "./scroll-area-scrollbar-variants";
|
|
6
|
+
type ScopedProps<P> = P & {
|
|
7
|
+
__scopeScrollArea?: Scope;
|
|
8
|
+
};
|
|
9
|
+
type ScrollAreaContextValue = Pick<VariantProps<typeof scrollAreaScrollbarVariants>, "size">;
|
|
10
|
+
declare function ScrollArea({ __scopeScrollArea, children, className, size, ...props }: ScopedProps<ComponentProps<typeof ScrollAreaPrimitive.Root> & ScrollAreaContextValue>): JSX.Element;
|
|
11
|
+
declare function ScrollAreaScrollbar({ __scopeScrollArea, className, orientation, ...props }: ScopedProps<ComponentProps<typeof ScrollAreaPrimitive.Scrollbar>>): JSX.Element;
|
|
12
|
+
export { ScrollArea, ScrollAreaScrollbar };
|
|
13
|
+
//# sourceMappingURL=scroll-area.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scroll-area.d.ts","sourceRoot":"","sources":["../../../../src/components/scroll-area/scroll-area.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,yBAAyB,CAAC;AACrD,OAAO,KAAK,EAAE,cAAc,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAGjD,OAAO,KAAK,mBAAmB,MAAM,6BAA6B,CAAC;AAEnE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,OAAO,EAAE,2BAA2B,EAAE,MAAM,yDAAyD,CAAC;AAStG,KAAK,WAAW,CAAC,CAAC,IAAI,CAAC,GAAG;IAAE,iBAAiB,CAAC,EAAE,KAAK,CAAA;CAAE,CAAC;AAIxD,KAAK,sBAAsB,GAAG,IAAI,CAAC,YAAY,CAAC,OAAO,2BAA2B,CAAC,EAAE,MAAM,CAAC,CAAC;AAS7F,iBAAS,UAAU,CAAC,EAClB,iBAAiB,EACjB,QAAQ,EACR,SAAS,EACT,IAAI,EACJ,GAAG,KAAK,EACT,EAAE,WAAW,CAAC,cAAc,CAAC,OAAO,mBAAmB,CAAC,IAAI,CAAC,GAAG,sBAAsB,CAAC,GAAG,GAAG,CAAC,OAAO,CAgBrG;AAMD,iBAAS,mBAAmB,CAAC,EAC3B,iBAAiB,EACjB,SAAS,EACT,WAAW,EACX,GAAG,KAAK,EACT,EAAE,WAAW,CAAC,cAAc,CAAC,OAAO,mBAAmB,CAAC,SAAS,CAAC,CAAC,GAAG,GAAG,CAAC,OAAO,CAajF;AAMD,OAAO,EAAE,UAAU,EAAE,mBAAmB,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"section.d.ts","sourceRoot":"","sources":["../../../src/components/section.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAQjD,iBAAS,OAAO,CAAC,EACf,OAAO,EACP,GAAG,KAAK,EACT,EAAE,cAAc,CAAC,SAAS,CAAC,GAAG;IAC7B,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,GAAG,CAAC,OAAO,CAId;AAMD,OAAO,EAAE,OAAO,EAAE,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { ComponentProps, JSX } from "react";
|
|
2
|
+
import * as SelectPrimitive from "@radix-ui/react-select";
|
|
3
|
+
import type { VariantProps } from "../lib/utils";
|
|
4
|
+
import { buttonVariants } from "./button";
|
|
5
|
+
declare function Select({ ...props }: ComponentProps<typeof SelectPrimitive.Root>): JSX.Element;
|
|
6
|
+
declare function SelectGroup({ ...props }: ComponentProps<typeof SelectPrimitive.Group>): JSX.Element;
|
|
7
|
+
declare function SelectValue({ ...props }: ComponentProps<typeof SelectPrimitive.Value>): JSX.Element;
|
|
8
|
+
declare function SelectTrigger({ children, className, size, ...props }: ComponentProps<typeof SelectPrimitive.Trigger> & {
|
|
9
|
+
size?: VariantProps<typeof buttonVariants>["size"];
|
|
10
|
+
}): JSX.Element;
|
|
11
|
+
declare function SelectScrollUpButton({ className, ...props }: ComponentProps<typeof SelectPrimitive.ScrollUpButton>): JSX.Element;
|
|
12
|
+
declare function SelectScrollDownButton({ className, ...props }: ComponentProps<typeof SelectPrimitive.ScrollDownButton>): JSX.Element;
|
|
13
|
+
declare function SelectContent({ children, className, position, ...props }: ComponentProps<typeof SelectPrimitive.Content>): JSX.Element;
|
|
14
|
+
declare function SelectLabel({ className, ...props }: ComponentProps<typeof SelectPrimitive.Label>): JSX.Element;
|
|
15
|
+
declare function SelectItem({ children, className, ...props }: ComponentProps<typeof SelectPrimitive.Item>): JSX.Element;
|
|
16
|
+
declare function SelectSeparator({ className, ...props }: ComponentProps<typeof SelectPrimitive.Separator>): JSX.Element;
|
|
17
|
+
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, };
|
|
18
|
+
//# sourceMappingURL=select.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"select.d.ts","sourceRoot":"","sources":["../../../src/components/select.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAEjD,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAC;AAG1D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAOrD,iBAAS,MAAM,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC,GAAG,GAAG,CAAC,OAAO,CAEtF;AAMD,iBAAS,WAAW,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC,OAAO,CAE5F;AAMD,iBAAS,WAAW,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC,OAAO,CAE5F;AAMD,iBAAS,aAAa,CAAC,EACrB,QAAQ,EACR,SAAS,EACT,IAAI,EACJ,GAAG,KAAK,EACT,EAAE,cAAc,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,GAAG;IAClD,IAAI,CAAC,EAAE,YAAY,CAAC,OAAO,cAAc,CAAC,CAAC,MAAM,CAAC,CAAC;CACpD,GAAG,GAAG,CAAC,OAAO,CAqBd;AAMD,iBAAS,oBAAoB,CAAC,EAC5B,SAAS,EACT,GAAG,KAAK,EACT,EAAE,cAAc,CAAC,OAAO,eAAe,CAAC,cAAc,CAAC,GAAG,GAAG,CAAC,OAAO,CAUrE;AAMD,iBAAS,sBAAsB,CAAC,EAC9B,SAAS,EACT,GAAG,KAAK,EACT,EAAE,cAAc,CAAC,OAAO,eAAe,CAAC,gBAAgB,CAAC,GAAG,GAAG,CAAC,OAAO,CAUvE;AAMD,iBAAS,aAAa,CAAC,EACrB,QAAQ,EACR,SAAS,EACT,QAAmB,EACnB,GAAG,KAAK,EACT,EAAE,cAAc,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,GAAG,GAAG,CAAC,OAAO,CA2B9D;AAMD,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC,OAAO,CAQvG;AAMD,iBAAS,UAAU,CAAC,EAAE,QAAQ,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC,GAAG,GAAG,CAAC,OAAO,CAkB/G;AAMD,iBAAS,eAAe,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,CAAC,OAAO,eAAe,CAAC,SAAS,CAAC,GAAG,GAAG,CAAC,OAAO,CAQ/G;AAMD,OAAO,EACL,MAAM,EACN,aAAa,EACb,WAAW,EACX,UAAU,EACV,WAAW,EACX,sBAAsB,EACtB,oBAAoB,EACpB,eAAe,EACf,aAAa,EACb,WAAW,GACZ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/separator/index.ts"],"names":[],"mappings":"AAAA,cAAc,kCAAkC,CAAC;AACjD,cAAc,2CAA2C,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
declare const separatorVariants: import("tailwind-variants").TVReturnType<{
|
|
2
|
+
align: {
|
|
3
|
+
center: string;
|
|
4
|
+
end: string;
|
|
5
|
+
start: string;
|
|
6
|
+
};
|
|
7
|
+
orientation: {
|
|
8
|
+
horizontal: string;
|
|
9
|
+
vertical: string;
|
|
10
|
+
};
|
|
11
|
+
}, undefined, "bg-border relative flex shrink-0 items-center", {
|
|
12
|
+
align: {
|
|
13
|
+
center: string;
|
|
14
|
+
end: string;
|
|
15
|
+
start: string;
|
|
16
|
+
};
|
|
17
|
+
orientation: {
|
|
18
|
+
horizontal: string;
|
|
19
|
+
vertical: string;
|
|
20
|
+
};
|
|
21
|
+
}, undefined, import("tailwind-variants").TVReturnType<{
|
|
22
|
+
align: {
|
|
23
|
+
center: string;
|
|
24
|
+
end: string;
|
|
25
|
+
start: string;
|
|
26
|
+
};
|
|
27
|
+
orientation: {
|
|
28
|
+
horizontal: string;
|
|
29
|
+
vertical: string;
|
|
30
|
+
};
|
|
31
|
+
}, undefined, "bg-border relative flex shrink-0 items-center", unknown, unknown, undefined>>;
|
|
32
|
+
export { separatorVariants };
|
|
33
|
+
//# sourceMappingURL=separator-variants.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"separator-variants.d.ts","sourceRoot":"","sources":["../../../../src/components/separator/separator-variants.tsx"],"names":[],"mappings":"AAMA,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4FAiBrB,CAAC;AAMH,OAAO,EAAE,iBAAiB,EAAE,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { ComponentProps, JSX } from "react";
|
|
2
|
+
import * as SeparatorPrimitive from "@radix-ui/react-separator";
|
|
3
|
+
import type { VariantProps } from "../../lib/utils";
|
|
4
|
+
import { separatorVariants } from "./separator-variants";
|
|
5
|
+
declare function Separator({ align, className, decorative, orientation, ...props }: ComponentProps<typeof SeparatorPrimitive.Root> & Omit<VariantProps<typeof separatorVariants>, "orientation">): JSX.Element;
|
|
6
|
+
declare function SeparatorItem({ className, ...props }: ComponentProps<"div">): JSX.Element;
|
|
7
|
+
export { Separator, SeparatorItem };
|
|
8
|
+
//# sourceMappingURL=separator.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"separator.d.ts","sourceRoot":"","sources":["../../../../src/components/separator/separator.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAEjD,OAAO,KAAK,kBAAkB,MAAM,2BAA2B,CAAC;AAEhE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,OAAO,EAAE,iBAAiB,EAAE,MAAM,2CAA2C,CAAC;AAO9E,iBAAS,SAAS,CAAC,EACjB,KAAK,EACL,SAAS,EACT,UAAiB,EACjB,WAAW,EACX,GAAG,KAAK,EACT,EAAE,cAAc,CAAC,OAAO,kBAAkB,CAAC,IAAI,CAAC,GAC/C,IAAI,CAAC,YAAY,CAAC,OAAO,iBAAiB,CAAC,EAAE,aAAa,CAAC,GAAG,GAAG,CAAC,OAAO,CAU1E;AAMD,iBAAS,aAAa,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC,OAAO,CAQlF;AAMD,OAAO,EAAE,SAAS,EAAE,aAAa,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/sheet/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC;AACzC,cAAc,2CAA2C,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
declare const sheetContentVariants: import("tailwind-variants").TVReturnType<{
|
|
2
|
+
side: {
|
|
3
|
+
bottom: string;
|
|
4
|
+
left: string;
|
|
5
|
+
right: string;
|
|
6
|
+
top: string;
|
|
7
|
+
};
|
|
8
|
+
}, undefined, "bg-background animation-ease-in-out data-[state=open]:animate-in data-[state=open]:animation-duration-500 data-[state=closed]:animate-out data-[state=closed]:animation-duration-500 fixed z-50 flex flex-col overflow-auto shadow-lg", {
|
|
9
|
+
side: {
|
|
10
|
+
bottom: string;
|
|
11
|
+
left: string;
|
|
12
|
+
right: string;
|
|
13
|
+
top: string;
|
|
14
|
+
};
|
|
15
|
+
}, undefined, import("tailwind-variants").TVReturnType<{
|
|
16
|
+
side: {
|
|
17
|
+
bottom: string;
|
|
18
|
+
left: string;
|
|
19
|
+
right: string;
|
|
20
|
+
top: string;
|
|
21
|
+
};
|
|
22
|
+
}, undefined, "bg-background animation-ease-in-out data-[state=open]:animate-in data-[state=open]:animation-duration-500 data-[state=closed]:animate-out data-[state=closed]:animation-duration-500 fixed z-50 flex flex-col overflow-auto shadow-lg", unknown, unknown, undefined>>;
|
|
23
|
+
export { sheetContentVariants };
|
|
24
|
+
//# sourceMappingURL=sheet-content-variants.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sheet-content-variants.d.ts","sourceRoot":"","sources":["../../../../src/components/sheet/sheet-content-variants.tsx"],"names":[],"mappings":"AAMA,QAAA,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;oRAexB,CAAC;AAMH,OAAO,EAAE,oBAAoB,EAAE,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import type { ComponentProps, JSX } from "react";
|
|
2
|
+
import * as SheetPrimitive from "@radix-ui/react-dialog";
|
|
3
|
+
import type { VariantProps } from "../../lib/utils";
|
|
4
|
+
import { buttonVariants } from "../button";
|
|
5
|
+
import { sheetContentVariants } from "./sheet-content-variants";
|
|
6
|
+
declare function Sheet({ children, ...props }: ComponentProps<typeof SheetPrimitive.Root>): JSX.Element;
|
|
7
|
+
declare function SheetTrigger({ ...props }: ComponentProps<typeof SheetPrimitive.Trigger>): JSX.Element;
|
|
8
|
+
declare function SheetContent({ children, className, classNames, side, ...props }: ComponentProps<typeof SheetPrimitive.Content> & VariantProps<typeof sheetContentVariants> & {
|
|
9
|
+
classNames?: {
|
|
10
|
+
close?: string;
|
|
11
|
+
content?: string;
|
|
12
|
+
overlay?: string;
|
|
13
|
+
};
|
|
14
|
+
}): JSX.Element;
|
|
15
|
+
declare function SheetHeader({ className, ...props }: ComponentProps<"div">): JSX.Element;
|
|
16
|
+
declare function SheetBody({ className, ...props }: ComponentProps<"div">): JSX.Element;
|
|
17
|
+
declare function SheetFooter({ className, ...props }: ComponentProps<"div">): JSX.Element;
|
|
18
|
+
declare function SheetTitle({ className, ...props }: ComponentProps<typeof SheetPrimitive.Title>): JSX.Element;
|
|
19
|
+
declare function SheetDescription({ className, ...props }: ComponentProps<typeof SheetPrimitive.Description>): JSX.Element;
|
|
20
|
+
declare function SheetClose({ className, size, variant, ...props }: ComponentProps<typeof SheetPrimitive.Close> & {
|
|
21
|
+
size?: VariantProps<typeof buttonVariants>["size"];
|
|
22
|
+
variant?: VariantProps<typeof buttonVariants>["variant"];
|
|
23
|
+
}): JSX.Element;
|
|
24
|
+
export { Sheet, SheetBody, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, };
|
|
25
|
+
//# sourceMappingURL=sheet.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sheet.d.ts","sourceRoot":"","sources":["../../../../src/components/sheet/sheet.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAEjD,OAAO,KAAK,cAAc,MAAM,wBAAwB,CAAC;AAGzD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,oBAAoB,EAAE,MAAM,2CAA2C,CAAC;AAOjF,iBAAS,KAAK,CAAC,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,CAAC,OAAO,cAAc,CAAC,IAAI,CAAC,GAAG,GAAG,CAAC,OAAO,CAM9F;AAMD,iBAAS,YAAY,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,CAAC,OAAO,cAAc,CAAC,OAAO,CAAC,GAAG,GAAG,CAAC,OAAO,CAE9F;AAMD,iBAAS,YAAY,CAAC,EACpB,QAAQ,EACR,SAAS,EACT,UAAU,EACV,IAAc,EACd,GAAG,KAAK,EACT,EAAE,cAAc,CAAC,OAAO,cAAc,CAAC,OAAO,CAAC,GAC9C,YAAY,CAAC,OAAO,oBAAoB,CAAC,GAAG;IAC1C,UAAU,CAAC,EAAE;QACX,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,OAAO,CAAC,EAAE,MAAM,CAAC;KAClB,CAAC;CACH,GAAG,GAAG,CAAC,OAAO,CA8BhB;AAMD,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC,OAAO,CAQhF;AAMD,iBAAS,SAAS,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC,OAAO,CAE9E;AAMD,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC,OAAO,CAQhF;AAMD,iBAAS,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,CAAC,OAAO,cAAc,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC,OAAO,CAQrG;AAMD,iBAAS,gBAAgB,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,CAAC,OAAO,cAAc,CAAC,WAAW,CAAC,GAAG,GAAG,CAAC,OAAO,CAQjH;AAMD,iBAAS,UAAU,CAAC,EAClB,SAAS,EACT,IAAI,EACJ,OAAmB,EACnB,GAAG,KAAK,EACT,EAAE,cAAc,CAAC,OAAO,cAAc,CAAC,KAAK,CAAC,GAAG;IAC/C,IAAI,CAAC,EAAE,YAAY,CAAC,OAAO,cAAc,CAAC,CAAC,MAAM,CAAC,CAAC;IACnD,OAAO,CAAC,EAAE,YAAY,CAAC,OAAO,cAAc,CAAC,CAAC,SAAS,CAAC,CAAC;CAC1D,GAAG,GAAG,CAAC,OAAO,CAId;AAMD,OAAO,EACL,KAAK,EACL,SAAS,EACT,UAAU,EACV,YAAY,EACZ,gBAAgB,EAChB,WAAW,EACX,WAAW,EACX,UAAU,EACV,YAAY,GACb,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/sidebar/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mDAAmD,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
declare const sidebarMenuButtonVariants: import("tailwind-variants").TVReturnType<{
|
|
2
|
+
variant: {
|
|
3
|
+
default: string;
|
|
4
|
+
outline: string;
|
|
5
|
+
};
|
|
6
|
+
size: {
|
|
7
|
+
sm: string;
|
|
8
|
+
md: string;
|
|
9
|
+
lg: string;
|
|
10
|
+
};
|
|
11
|
+
}, undefined, "peer/menu-button outline-hidden ring-sidebar-ring hover:bg-sidebar-accent hover:text-sidebar-accent-foreground active:bg-sidebar-accent active:text-sidebar-accent-foreground group-has-data-[sidebar=menu-action]/menu-item:pr-8 data-[active=true]:bg-sidebar-accent data-[active=true]:text-sidebar-accent-foreground data-[state=open]:hover:bg-sidebar-accent data-[state=open]:hover:text-sidebar-accent-foreground group-data-[collapsible=icon]:size-8! group-data-[collapsible=icon]:p-2! focus-visible:ring-3 flex w-full items-center gap-2 overflow-hidden rounded-md p-2 text-left text-sm transition-[width,height,padding] disabled:pointer-events-none disabled:opacity-50 aria-disabled:pointer-events-none aria-disabled:opacity-50 data-[active=true]:font-medium [&>span:last-child]:truncate [&>svg]:size-4 [&>svg]:shrink-0", {
|
|
12
|
+
variant: {
|
|
13
|
+
default: string;
|
|
14
|
+
outline: string;
|
|
15
|
+
};
|
|
16
|
+
size: {
|
|
17
|
+
sm: string;
|
|
18
|
+
md: string;
|
|
19
|
+
lg: string;
|
|
20
|
+
};
|
|
21
|
+
}, undefined, import("tailwind-variants").TVReturnType<{
|
|
22
|
+
variant: {
|
|
23
|
+
default: string;
|
|
24
|
+
outline: string;
|
|
25
|
+
};
|
|
26
|
+
size: {
|
|
27
|
+
sm: string;
|
|
28
|
+
md: string;
|
|
29
|
+
lg: string;
|
|
30
|
+
};
|
|
31
|
+
}, undefined, "peer/menu-button outline-hidden ring-sidebar-ring hover:bg-sidebar-accent hover:text-sidebar-accent-foreground active:bg-sidebar-accent active:text-sidebar-accent-foreground group-has-data-[sidebar=menu-action]/menu-item:pr-8 data-[active=true]:bg-sidebar-accent data-[active=true]:text-sidebar-accent-foreground data-[state=open]:hover:bg-sidebar-accent data-[state=open]:hover:text-sidebar-accent-foreground group-data-[collapsible=icon]:size-8! group-data-[collapsible=icon]:p-2! focus-visible:ring-3 flex w-full items-center gap-2 overflow-hidden rounded-md p-2 text-left text-sm transition-[width,height,padding] disabled:pointer-events-none disabled:opacity-50 aria-disabled:pointer-events-none aria-disabled:opacity-50 data-[active=true]:font-medium [&>span:last-child]:truncate [&>svg]:size-4 [&>svg]:shrink-0", unknown, unknown, undefined>>;
|
|
32
|
+
export { sidebarMenuButtonVariants };
|
|
33
|
+
//# sourceMappingURL=sidebar-menu-button-variants.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sidebar-menu-button-variants.d.ts","sourceRoot":"","sources":["../../../../src/components/sidebar/sidebar-menu-button-variants.tsx"],"names":[],"mappings":"AAMA,QAAA,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;g2BAkB7B,CAAC;AAMH,OAAO,EAAE,yBAAyB,EAAE,CAAC"}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import type { ComponentProps, Dispatch, JSX, SetStateAction } from "react";
|
|
2
|
+
import type { VariantProps } from "../../lib/utils";
|
|
3
|
+
import { Button } from "../button";
|
|
4
|
+
import { Input } from "../input";
|
|
5
|
+
import { Separator } from "../separator";
|
|
6
|
+
import { sidebarMenuButtonVariants } from "./sidebar-menu-button-variants";
|
|
7
|
+
import { TooltipContent } from "../tooltip";
|
|
8
|
+
interface SidebarContextValue {
|
|
9
|
+
isMobile: boolean;
|
|
10
|
+
open: boolean;
|
|
11
|
+
openMobile: boolean;
|
|
12
|
+
setOpen: (open: boolean) => void;
|
|
13
|
+
setOpenMobile: Dispatch<SetStateAction<boolean>>;
|
|
14
|
+
state: "collapsed" | "expanded";
|
|
15
|
+
toggleSidebar: () => void;
|
|
16
|
+
}
|
|
17
|
+
declare const useSidebar: (consumerName: string) => SidebarContextValue;
|
|
18
|
+
declare function SidebarProvider({ defaultOpen, open: openProp, onOpenChange: setOpenProp, className, style, children, ...props }: ComponentProps<"div"> & {
|
|
19
|
+
defaultOpen?: boolean;
|
|
20
|
+
onOpenChange?: (open: boolean) => void;
|
|
21
|
+
open?: boolean;
|
|
22
|
+
}): JSX.Element;
|
|
23
|
+
declare function Sidebar({ side, variant, collapsible, className, children, ...props }: ComponentProps<"div"> & {
|
|
24
|
+
collapsible?: "icon" | "none" | "offcanvas";
|
|
25
|
+
side?: "left" | "right";
|
|
26
|
+
variant?: "floating" | "inset" | "sidebar";
|
|
27
|
+
}): JSX.Element;
|
|
28
|
+
declare function SidebarTrigger({ className, onClick, ...props }: ComponentProps<typeof Button>): JSX.Element;
|
|
29
|
+
declare function SidebarRail({ className, ...props }: ComponentProps<"button">): JSX.Element;
|
|
30
|
+
declare function SidebarInset({ className, ...props }: ComponentProps<"main">): JSX.Element;
|
|
31
|
+
declare function SidebarInput({ className, ...props }: ComponentProps<typeof Input>): JSX.Element;
|
|
32
|
+
declare function SidebarHeader({ className, ...props }: ComponentProps<"div">): JSX.Element;
|
|
33
|
+
declare function SidebarFooter({ className, ...props }: ComponentProps<"div">): JSX.Element;
|
|
34
|
+
declare function SidebarSeparator({ className, ...props }: ComponentProps<typeof Separator>): JSX.Element;
|
|
35
|
+
declare function SidebarContent({ className, ...props }: ComponentProps<"div">): JSX.Element;
|
|
36
|
+
declare function SidebarGroup({ className, ...props }: ComponentProps<"div">): JSX.Element;
|
|
37
|
+
declare function SidebarGroupLabel({ className, asChild, ...props }: ComponentProps<"div"> & {
|
|
38
|
+
asChild?: boolean;
|
|
39
|
+
}): JSX.Element;
|
|
40
|
+
declare function SidebarGroupAction({ className, asChild, ...props }: ComponentProps<"button"> & {
|
|
41
|
+
asChild?: boolean;
|
|
42
|
+
}): JSX.Element;
|
|
43
|
+
declare function SidebarGroupContent({ className, ...props }: ComponentProps<"div">): JSX.Element;
|
|
44
|
+
declare function SidebarMenu({ className, ...props }: ComponentProps<"ul">): JSX.Element;
|
|
45
|
+
declare function SidebarMenuItem({ className, ...props }: ComponentProps<"li">): JSX.Element;
|
|
46
|
+
declare function SidebarMenuButton({ asChild, isActive, variant, size, tooltip, className, ...props }: ComponentProps<"button"> & VariantProps<typeof sidebarMenuButtonVariants> & {
|
|
47
|
+
asChild?: boolean;
|
|
48
|
+
isActive?: boolean;
|
|
49
|
+
tooltip?: ComponentProps<typeof TooltipContent> | string;
|
|
50
|
+
}): JSX.Element;
|
|
51
|
+
declare function SidebarMenuAction({ className, asChild, showOnHover, ...props }: ComponentProps<"button"> & {
|
|
52
|
+
asChild?: boolean;
|
|
53
|
+
showOnHover?: boolean;
|
|
54
|
+
}): JSX.Element;
|
|
55
|
+
declare function SidebarMenuBadge({ className, ...props }: ComponentProps<"div">): JSX.Element;
|
|
56
|
+
declare function SidebarMenuSkeleton({ className, showIcon, ...props }: ComponentProps<"div"> & {
|
|
57
|
+
showIcon?: boolean;
|
|
58
|
+
}): JSX.Element;
|
|
59
|
+
declare function SidebarMenuSub({ className, ...props }: ComponentProps<"ul">): JSX.Element;
|
|
60
|
+
declare function SidebarMenuSubItem({ className, ...props }: ComponentProps<"li">): JSX.Element;
|
|
61
|
+
declare function SidebarMenuSubButton({ asChild, size, isActive, className, ...props }: ComponentProps<"a"> & {
|
|
62
|
+
asChild?: boolean;
|
|
63
|
+
isActive?: boolean;
|
|
64
|
+
size?: "md" | "sm";
|
|
65
|
+
}): JSX.Element;
|
|
66
|
+
export { Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, useSidebar, };
|
|
67
|
+
//# sourceMappingURL=sidebar.d.ts.map
|