@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,26 @@
|
|
|
1
|
+
import type { ComponentProps, JSX } from "react";
|
|
2
|
+
import * as ContextMenuPrimitive from "@radix-ui/react-context-menu";
|
|
3
|
+
declare function ContextMenu({ ...props }: ComponentProps<typeof ContextMenuPrimitive.Root>): JSX.Element;
|
|
4
|
+
declare function ContextMenuTrigger({ ...props }: ComponentProps<typeof ContextMenuPrimitive.Trigger>): JSX.Element;
|
|
5
|
+
declare function ContextMenuGroup({ ...props }: ComponentProps<typeof ContextMenuPrimitive.Group>): JSX.Element;
|
|
6
|
+
declare function ContextMenuSub({ ...props }: ComponentProps<typeof ContextMenuPrimitive.Sub>): JSX.Element;
|
|
7
|
+
declare function ContextMenuRadioGroup({ ...props }: ComponentProps<typeof ContextMenuPrimitive.RadioGroup>): JSX.Element;
|
|
8
|
+
declare function ContextMenuSubTrigger({ children, className, inset, ...props }: ComponentProps<typeof ContextMenuPrimitive.SubTrigger> & {
|
|
9
|
+
inset?: boolean;
|
|
10
|
+
}): JSX.Element;
|
|
11
|
+
declare function ContextMenuSubContent({ className, ...props }: ComponentProps<typeof ContextMenuPrimitive.SubContent>): JSX.Element;
|
|
12
|
+
declare function ContextMenuContent({ className, ...props }: ComponentProps<typeof ContextMenuPrimitive.Content>): JSX.Element;
|
|
13
|
+
declare function ContextMenuItem({ className, inset, variant, ...props }: ComponentProps<typeof ContextMenuPrimitive.Item> & {
|
|
14
|
+
inset?: boolean;
|
|
15
|
+
variant?: "default" | "destructive";
|
|
16
|
+
}): JSX.Element;
|
|
17
|
+
declare function ContextMenuCheckboxItem({ checked, children, className, ...props }: ComponentProps<typeof ContextMenuPrimitive.CheckboxItem>): JSX.Element;
|
|
18
|
+
declare function ContextMenuRadioItem({ children, className, ...props }: ComponentProps<typeof ContextMenuPrimitive.RadioItem>): JSX.Element;
|
|
19
|
+
declare function ContextMenuLabel({ className, inset, ...props }: ComponentProps<typeof ContextMenuPrimitive.Label> & {
|
|
20
|
+
inset?: boolean;
|
|
21
|
+
}): JSX.Element;
|
|
22
|
+
declare function ContextMenuSeparator({ className, ...props }: ComponentProps<typeof ContextMenuPrimitive.Separator>): JSX.Element;
|
|
23
|
+
declare function ContextMenuShortcut({ className, ...props }: ComponentProps<"span">): JSX.Element;
|
|
24
|
+
declare function ContextMenuArrow({ className, ...props }: ComponentProps<typeof ContextMenuPrimitive.Arrow>): JSX.Element;
|
|
25
|
+
export { ContextMenu, ContextMenuArrow, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, };
|
|
26
|
+
//# sourceMappingURL=context-menu.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"context-menu.d.ts","sourceRoot":"","sources":["../../../src/components/context-menu.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import type { ComponentProps, JSX } from "react";
|
|
2
|
+
import * as DialogPrimitive from "@radix-ui/react-dialog";
|
|
3
|
+
import type { VariantProps } from "../lib/utils";
|
|
4
|
+
import { buttonVariants } from "./button";
|
|
5
|
+
declare function Dialog({ ...props }: ComponentProps<typeof DialogPrimitive.Root>): JSX.Element;
|
|
6
|
+
declare function DialogTrigger({ ...props }: ComponentProps<typeof DialogPrimitive.Trigger>): JSX.Element;
|
|
7
|
+
declare function DialogContent({ children, className, classNames, ...props }: ComponentProps<typeof DialogPrimitive.Content> & {
|
|
8
|
+
classNames?: {
|
|
9
|
+
close?: string;
|
|
10
|
+
content?: string;
|
|
11
|
+
overlay?: string;
|
|
12
|
+
wrapper?: string;
|
|
13
|
+
};
|
|
14
|
+
}): JSX.Element;
|
|
15
|
+
declare function DialogHeader({ className, ...props }: ComponentProps<"div">): JSX.Element;
|
|
16
|
+
declare function DialogBody({ className, ...props }: ComponentProps<"div">): JSX.Element;
|
|
17
|
+
declare function DialogFooter({ className, ...props }: ComponentProps<"div">): JSX.Element;
|
|
18
|
+
declare function DialogTitle({ className, ...props }: ComponentProps<typeof DialogPrimitive.Title>): JSX.Element;
|
|
19
|
+
declare function DialogDescription({ className, ...props }: ComponentProps<typeof DialogPrimitive.Description>): JSX.Element;
|
|
20
|
+
declare function DialogClose({ className, size, variant, ...props }: Omit<ComponentProps<typeof DialogPrimitive.Close>, "ref"> & {
|
|
21
|
+
size?: VariantProps<typeof buttonVariants>["size"];
|
|
22
|
+
variant?: VariantProps<typeof buttonVariants>["variant"];
|
|
23
|
+
}): JSX.Element;
|
|
24
|
+
export { Dialog, DialogBody, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger, };
|
|
25
|
+
//# sourceMappingURL=dialog.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dialog.d.ts","sourceRoot":"","sources":["../../../src/components/dialog.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,aAAa,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,GAAG,GAAG,CAAC,OAAO,CAEhG;AAMD,iBAAS,aAAa,CAAC,EACrB,QAAQ,EACR,SAAS,EACT,UAAU,EACV,GAAG,KAAK,EACT,EAAE,cAAc,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,GAAG;IAClD,UAAU,CAAC,EAAE;QACX,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,OAAO,CAAC,EAAE,MAAM,CAAC;KAClB,CAAC;CACH,GAAG,GAAG,CAAC,OAAO,CA0Cd;AAMD,iBAAS,YAAY,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC,OAAO,CAQjF;AAMD,iBAAS,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC,OAAO,CAE/E;AAMD,iBAAS,YAAY,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC,OAAO,CAQjF;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,iBAAiB,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,CAAC,OAAO,eAAe,CAAC,WAAW,CAAC,GAAG,GAAG,CAAC,OAAO,CAQnH;AAMD,iBAAS,WAAW,CAAC,EACnB,SAAS,EACT,IAAI,EACJ,OAAmB,EACnB,GAAG,KAAK,EACT,EAAE,IAAI,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,EAAE,KAAK,CAAC,GAAG;IAC7D,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,CAQd;AAMD,OAAO,EACL,MAAM,EACN,UAAU,EACV,WAAW,EACX,aAAa,EACb,iBAAiB,EACjB,YAAY,EACZ,YAAY,EACZ,WAAW,EACX,aAAa,GACd,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import type { ComponentProps, JSX } from "react";
|
|
2
|
+
import { Drawer as DrawerPrimitive } from "vaul";
|
|
3
|
+
import type { VariantProps } from "../lib/utils";
|
|
4
|
+
import { buttonVariants } from "./button";
|
|
5
|
+
declare function Drawer({ shouldScaleBackground, ...props }: ComponentProps<typeof DrawerPrimitive.Root>): JSX.Element;
|
|
6
|
+
declare function DrawerTrigger({ ...props }: ComponentProps<typeof DrawerPrimitive.Trigger>): JSX.Element;
|
|
7
|
+
declare function DrawerContent({ children, className, classNames, ...props }: ComponentProps<typeof DrawerPrimitive.Content> & {
|
|
8
|
+
classNames?: {
|
|
9
|
+
content?: string;
|
|
10
|
+
handle?: string;
|
|
11
|
+
overlay?: string;
|
|
12
|
+
};
|
|
13
|
+
}): JSX.Element;
|
|
14
|
+
declare function DrawerHeader({ className, ...props }: ComponentProps<"div">): JSX.Element;
|
|
15
|
+
declare function DrawerBody({ className, ...props }: ComponentProps<"div">): JSX.Element;
|
|
16
|
+
declare function DrawerFooter({ className, ...props }: ComponentProps<"div">): JSX.Element;
|
|
17
|
+
declare function DrawerTitle({ className, ...props }: ComponentProps<typeof DrawerPrimitive.Title>): JSX.Element;
|
|
18
|
+
declare function DrawerDescription({ className, ...props }: ComponentProps<typeof DrawerPrimitive.Description>): JSX.Element;
|
|
19
|
+
declare function DrawerClose({ className, size, variant, ...props }: ComponentProps<typeof DrawerPrimitive.Close> & {
|
|
20
|
+
size?: VariantProps<typeof buttonVariants>["size"];
|
|
21
|
+
variant?: VariantProps<typeof buttonVariants>["variant"];
|
|
22
|
+
}): JSX.Element;
|
|
23
|
+
export { Drawer, DrawerBody, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerTitle, DrawerTrigger, };
|
|
24
|
+
//# sourceMappingURL=drawer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"drawer.d.ts","sourceRoot":"","sources":["../../../src/components/drawer.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAEjD,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,MAAM,CAAC;AAEjD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAOrD,iBAAS,MAAM,CAAC,EAAE,qBAA4B,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC,GAAG,GAAG,CAAC,OAAO,CAEpH;AAMD,iBAAS,aAAa,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,GAAG,GAAG,CAAC,OAAO,CAEhG;AAMD,iBAAS,aAAa,CAAC,EACrB,QAAQ,EACR,SAAS,EACT,UAAU,EACV,GAAG,KAAK,EACT,EAAE,cAAc,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,GAAG;IAClD,UAAU,CAAC,EAAE;QACX,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,OAAO,CAAC,EAAE,MAAM,CAAC;KAClB,CAAC;CACH,GAAG,GAAG,CAAC,OAAO,CA0Bd;AAMD,iBAAS,YAAY,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC,OAAO,CAEjF;AAMD,iBAAS,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC,OAAO,CAE/E;AAMD,iBAAS,YAAY,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC,OAAO,CAEjF;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,iBAAiB,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,CAAC,OAAO,eAAe,CAAC,WAAW,CAAC,GAAG,GAAG,CAAC,OAAO,CAQnH;AAMD,iBAAS,WAAW,CAAC,EACnB,SAAS,EACT,IAAI,EACJ,OAAmB,EACnB,GAAG,KAAK,EACT,EAAE,cAAc,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,GAAG;IAChD,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,CAQd;AAMD,OAAO,EACL,MAAM,EACN,UAAU,EACV,WAAW,EACX,aAAa,EACb,iBAAiB,EACjB,YAAY,EACZ,YAAY,EACZ,WAAW,EACX,aAAa,GACd,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import type { ComponentProps, JSX } from "react";
|
|
2
|
+
import * as DropdownMenuPrimitive from "@radix-ui/react-dropdown-menu";
|
|
3
|
+
declare function DropdownMenu({ ...props }: ComponentProps<typeof DropdownMenuPrimitive.Root>): JSX.Element;
|
|
4
|
+
declare function DropdownMenuTrigger({ ...props }: ComponentProps<typeof DropdownMenuPrimitive.Trigger>): JSX.Element;
|
|
5
|
+
declare function DropdownMenuGroup({ ...props }: ComponentProps<typeof DropdownMenuPrimitive.Group>): JSX.Element;
|
|
6
|
+
declare function DropdownMenuSub({ ...props }: ComponentProps<typeof DropdownMenuPrimitive.Sub>): JSX.Element;
|
|
7
|
+
declare function DropdownMenuRadioGroup({ ...props }: ComponentProps<typeof DropdownMenuPrimitive.RadioGroup>): JSX.Element;
|
|
8
|
+
declare function DropdownMenuSubTrigger({ children, className, inset, ...props }: ComponentProps<typeof DropdownMenuPrimitive.SubTrigger> & {
|
|
9
|
+
inset?: boolean;
|
|
10
|
+
}): JSX.Element;
|
|
11
|
+
declare function DropdownMenuSubContent({ className, ...props }: ComponentProps<typeof DropdownMenuPrimitive.SubContent>): JSX.Element;
|
|
12
|
+
declare function DropdownMenuContent({ className, sideOffset, ...props }: ComponentProps<typeof DropdownMenuPrimitive.Content>): JSX.Element;
|
|
13
|
+
declare function DropdownMenuItem({ className, inset, variant, ...props }: ComponentProps<typeof DropdownMenuPrimitive.Item> & {
|
|
14
|
+
inset?: boolean;
|
|
15
|
+
variant?: "default" | "destructive";
|
|
16
|
+
}): JSX.Element;
|
|
17
|
+
declare function DropdownMenuCheckboxItem({ checked, children, className, ...props }: ComponentProps<typeof DropdownMenuPrimitive.CheckboxItem>): JSX.Element;
|
|
18
|
+
declare function DropdownMenuRadioItem({ children, className, ...props }: ComponentProps<typeof DropdownMenuPrimitive.RadioItem>): JSX.Element;
|
|
19
|
+
declare function DropdownMenuLabel({ className, inset, ...props }: ComponentProps<typeof DropdownMenuPrimitive.Label> & {
|
|
20
|
+
inset?: boolean;
|
|
21
|
+
}): JSX.Element;
|
|
22
|
+
declare function DropdownMenuSeparator({ className, ...props }: ComponentProps<typeof DropdownMenuPrimitive.Separator>): JSX.Element;
|
|
23
|
+
declare function DropdownMenuShortcut({ className, ...props }: ComponentProps<"span">): JSX.Element;
|
|
24
|
+
declare function DropdownMenuArrow({ className, ...props }: ComponentProps<typeof DropdownMenuPrimitive.Arrow>): JSX.Element;
|
|
25
|
+
export { DropdownMenu, DropdownMenuArrow, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, };
|
|
26
|
+
//# sourceMappingURL=dropdown-menu.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dropdown-menu.d.ts","sourceRoot":"","sources":["../../../src/components/dropdown-menu.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"em.d.ts","sourceRoot":"","sources":["../../../src/components/em.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAQjD,iBAAS,EAAE,CAAC,EACV,OAAO,EACP,GAAG,KAAK,EACT,EAAE,cAAc,CAAC,IAAI,CAAC,GAAG;IACxB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,GAAG,CAAC,OAAO,CAId;AAMD,OAAO,EAAE,EAAE,EAAE,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { Scope } from "@radix-ui/react-context";
|
|
2
|
+
import type * as LabelPrimitive from "@radix-ui/react-label";
|
|
3
|
+
import type { ComponentProps, JSX, ReactNode } from "react";
|
|
4
|
+
import type { ControllerProps, FieldPath, FieldValues } from "react-hook-form";
|
|
5
|
+
import { Slot } from "@radix-ui/react-slot";
|
|
6
|
+
declare const Form: <TFieldValues extends FieldValues, TContext = any, TTransformedValues = TFieldValues>(props: import("react-hook-form").FormProviderProps<TFieldValues, TContext, TTransformedValues>) => React.JSX.Element;
|
|
7
|
+
type ScopedProps<P> = P & {
|
|
8
|
+
__scopeFormField?: Scope;
|
|
9
|
+
};
|
|
10
|
+
declare const createFormFieldScope: import("@radix-ui/react-context").CreateScope;
|
|
11
|
+
declare function FormField<TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>>(formFieldProps: ScopedProps<ControllerProps<TFieldValues, TName>>): JSX.Element;
|
|
12
|
+
declare function FormItem({ __scopeFormField, className, ...props }: ScopedProps<ComponentProps<"div">>): JSX.Element;
|
|
13
|
+
declare function FormLabel({ __scopeFormField, ...props }: ScopedProps<ComponentProps<typeof LabelPrimitive.Root>>): JSX.Element;
|
|
14
|
+
declare function FormControl({ __scopeFormField, ...props }: ScopedProps<ComponentProps<typeof Slot>>): JSX.Element;
|
|
15
|
+
declare function FormDescription({ __scopeFormField, className, ...props }: ScopedProps<ComponentProps<"p">>): JSX.Element;
|
|
16
|
+
declare function FormMessage({ __scopeFormField, children, className, ...props }: ScopedProps<ComponentProps<"p">>): ReactNode;
|
|
17
|
+
export { createFormFieldScope, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage };
|
|
18
|
+
//# sourceMappingURL=form.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"form.d.ts","sourceRoot":"","sources":["../../../src/components/form.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,yBAAyB,CAAC;AACrD,OAAO,KAAK,KAAK,cAAc,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,EAAE,cAAc,EAAE,GAAG,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAC5D,OAAO,KAAK,EAAE,eAAe,EAAc,SAAS,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAG3F,OAAO,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAC;AAW5C,QAAA,MAAM,IAAI,4MAAe,CAAC;AAQ1B,KAAK,WAAW,CAAC,CAAC,IAAI,CAAC,GAAG;IAAE,gBAAgB,CAAC,EAAE,KAAK,CAAA;CAAE,CAAC;AAEvD,QAAA,MAA+B,oBAAoB,+CAAuC,CAAC;AA8C3F,iBAAS,SAAS,CAChB,YAAY,SAAS,WAAW,GAAG,WAAW,EAC9C,KAAK,SAAS,SAAS,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,YAAY,CAAC,EAC/D,cAAc,EAAE,WAAW,CAAC,eAAe,CAAC,YAAY,EAAE,KAAK,CAAC,CAAC,GAAG,GAAG,CAAC,OAAO,CAQhF;AAkBD,iBAAS,QAAQ,CAAC,EAAE,gBAAgB,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,WAAW,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC,GAAG,GAAG,CAAC,OAAO,CAQ5G;AAQD,iBAAS,SAAS,CAAC,EACjB,gBAAgB,EAChB,GAAG,KAAK,EACT,EAAE,WAAW,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,IAAI,CAAC,CAAC,GAAG,GAAG,CAAC,OAAO,CAIvE;AAQD,iBAAS,WAAW,CAAC,EAAE,gBAAgB,EAAE,GAAG,KAAK,EAAE,EAAE,WAAW,CAAC,cAAc,CAAC,OAAO,IAAI,CAAC,CAAC,GAAG,GAAG,CAAC,OAAO,CAY1G;AAMD,iBAAS,eAAe,CAAC,EAAE,gBAAgB,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,WAAW,CAAC,cAAc,CAAC,GAAG,CAAC,CAAC,GAAG,GAAG,CAAC,OAAO,CAWjH;AAQD,iBAAS,WAAW,CAAC,EAAE,gBAAgB,EAAE,QAAQ,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,WAAW,CAAC,cAAc,CAAC,GAAG,CAAC,CAAC,GAAG,SAAS,CAkBrH;AAMD,OAAO,EAAE,oBAAoB,EAAE,IAAI,EAAE,WAAW,EAAE,eAAe,EAAE,SAAS,EAAE,QAAQ,EAAE,SAAS,EAAE,WAAW,EAAE,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { ComponentProps, JSX } from "react";
|
|
2
|
+
declare function Heading({ as: Tag, asChild, ...props }: ComponentProps<"h1" | "h2" | "h3" | "h4" | "h5" | "h6"> & {
|
|
3
|
+
as?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
|
|
4
|
+
asChild?: boolean;
|
|
5
|
+
}): JSX.Element;
|
|
6
|
+
export { Heading };
|
|
7
|
+
//# sourceMappingURL=heading.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"heading.d.ts","sourceRoot":"","sources":["../../../src/components/heading.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAQjD,iBAAS,OAAO,CAAC,EACf,EAAE,EAAE,GAAU,EACd,OAAO,EACP,GAAG,KAAK,EACT,EAAE,cAAc,CAAC,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC,GAAG;IAC3D,EAAE,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC7C,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,GAAG,CAAC,OAAO,CAId;AAMD,OAAO,EAAE,OAAO,EAAE,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { ComponentProps, JSX } from "react";
|
|
2
|
+
import * as HoverCardPrimitive from "@radix-ui/react-hover-card";
|
|
3
|
+
declare function HoverCard({ ...props }: ComponentProps<typeof HoverCardPrimitive.Root>): JSX.Element;
|
|
4
|
+
declare function HoverCardTrigger({ ...props }: ComponentProps<typeof HoverCardPrimitive.Trigger>): JSX.Element;
|
|
5
|
+
declare function HoverCardContent({ align, className, sideOffset, ...props }: ComponentProps<typeof HoverCardPrimitive.Content>): JSX.Element;
|
|
6
|
+
declare function HoverCardArrow({ className, ...props }: ComponentProps<typeof HoverCardPrimitive.Arrow>): JSX.Element;
|
|
7
|
+
export { HoverCard, HoverCardArrow, HoverCardContent, HoverCardTrigger };
|
|
8
|
+
//# sourceMappingURL=hover-card.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hover-card.d.ts","sourceRoot":"","sources":["../../../src/components/hover-card.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAEjD,OAAO,KAAK,kBAAkB,MAAM,4BAA4B,CAAC;AAQjE,iBAAS,SAAS,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,CAAC,OAAO,kBAAkB,CAAC,IAAI,CAAC,GAAG,GAAG,CAAC,OAAO,CAE5F;AAMD,iBAAS,gBAAgB,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,CAAC,OAAO,kBAAkB,CAAC,OAAO,CAAC,GAAG,GAAG,CAAC,OAAO,CAEtG;AAMD,iBAAS,gBAAgB,CAAC,EACxB,KAAgB,EAChB,SAAS,EACT,UAAc,EACd,GAAG,KAAK,EACT,EAAE,cAAc,CAAC,OAAO,kBAAkB,CAAC,OAAO,CAAC,GAAG,GAAG,CAAC,OAAO,CAejE;AAMD,iBAAS,cAAc,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,CAAC,OAAO,kBAAkB,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC,OAAO,CAE7G;AAMD,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"inline.d.ts","sourceRoot":"","sources":["../../../src/components/inline.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAQjD,iBAAS,MAAM,CAAC,EACd,OAAO,EACP,GAAG,KAAK,EACT,EAAE,cAAc,CAAC,MAAM,CAAC,GAAG;IAC1B,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,GAAG,CAAC,OAAO,CAId;AAMD,OAAO,EAAE,MAAM,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/input/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC;AACzC,cAAc,mCAAmC,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
declare const inputVariants: import("tailwind-variants").TVReturnType<{
|
|
2
|
+
[key: string]: {
|
|
3
|
+
[key: string]: import("tailwind-variants").ClassValue | {
|
|
4
|
+
input?: import("tailwind-variants").ClassValue;
|
|
5
|
+
root?: import("tailwind-variants").ClassValue;
|
|
6
|
+
};
|
|
7
|
+
};
|
|
8
|
+
} | {
|
|
9
|
+
[x: string]: {
|
|
10
|
+
[x: string]: import("tailwind-variants").ClassValue | {
|
|
11
|
+
input?: import("tailwind-variants").ClassValue;
|
|
12
|
+
root?: import("tailwind-variants").ClassValue;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
} | {}, {
|
|
16
|
+
root: string;
|
|
17
|
+
input: string;
|
|
18
|
+
}, undefined, {
|
|
19
|
+
[key: string]: {
|
|
20
|
+
[key: string]: import("tailwind-variants").ClassValue | {
|
|
21
|
+
input?: import("tailwind-variants").ClassValue;
|
|
22
|
+
root?: import("tailwind-variants").ClassValue;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
} | {}, {
|
|
26
|
+
root: string;
|
|
27
|
+
input: string;
|
|
28
|
+
}, import("tailwind-variants").TVReturnType<unknown, {
|
|
29
|
+
root: string;
|
|
30
|
+
input: string;
|
|
31
|
+
}, undefined, unknown, unknown, undefined>>;
|
|
32
|
+
export { inputVariants };
|
|
33
|
+
//# sourceMappingURL=input-variants.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input-variants.d.ts","sourceRoot":"","sources":["../../../../src/components/input/input-variants.tsx"],"names":[],"mappings":"AAMA,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2CAMjB,CAAC;AAMH,OAAO,EAAE,aAAa,EAAE,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { ComponentProps, JSX } from "react";
|
|
2
|
+
import * as InputPrimitive from "@codefast-ui/input";
|
|
3
|
+
import type { VariantProps } from "../../lib/utils";
|
|
4
|
+
import { inputVariants } from "./input-variants";
|
|
5
|
+
declare function Input({ className, disabled, loaderPosition, loading, prefix, readOnly, spinner, suffix, ...props }: ComponentProps<typeof InputPrimitive.Root> & Omit<ComponentProps<typeof InputPrimitive.Field>, "prefix" | "type"> & VariantProps<typeof inputVariants> & {
|
|
6
|
+
type?: "date" | "datetime-local" | "email" | "file" | "month" | "number" | "password" | "search" | "tel" | "text" | "time" | "url" | "week";
|
|
7
|
+
}): JSX.Element;
|
|
8
|
+
/**
|
|
9
|
+
* @deprecated
|
|
10
|
+
* This component is an alias of the Input component.
|
|
11
|
+
* Please use the Input component instead to ensure consistency.
|
|
12
|
+
*/
|
|
13
|
+
declare const TextInput: typeof Input;
|
|
14
|
+
export { Input, TextInput };
|
|
15
|
+
//# sourceMappingURL=input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../../src/components/input/input.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAEjD,OAAO,KAAK,cAAc,MAAM,oBAAoB,CAAC;AAErD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,OAAO,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAC;AAalE,iBAAS,KAAK,CAAC,EACb,SAAS,EACT,QAAQ,EACR,cAAc,EACd,OAAO,EACP,MAAM,EACN,QAAQ,EACR,OAAO,EACP,MAAM,EACN,GAAG,KAAK,EACT,EAAE,cAAc,CAAC,OAAO,cAAc,CAAC,IAAI,CAAC,GAC3C,IAAI,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,KAAK,CAAC,EAAE,QAAQ,GAAG,MAAM,CAAC,GACpE,YAAY,CAAC,OAAO,aAAa,CAAC,GAAG;IACnC,IAAI,CAAC,EACD,MAAM,GACN,gBAAgB,GAChB,OAAO,GACP,MAAM,GACN,OAAO,GACP,QAAQ,GACR,UAAU,GACV,QAAQ,GACR,KAAK,GACL,MAAM,GACN,MAAM,GACN,KAAK,GACL,MAAM,CAAC;CACZ,GAAG,GAAG,CAAC,OAAO,CAgBhB;AAMD;;;;GAIG;AACH,QAAA,MAAM,SAAS,cAAQ,CAAC;AAMxB,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input-date.d.ts","sourceRoot":"","sources":["../../../src/components/input-date.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { ComponentProps, JSX } from "react";
|
|
2
|
+
import * as InputNumberPrimitive from "@codefast-ui/input-number";
|
|
3
|
+
import type { VariantProps } from "../lib/utils";
|
|
4
|
+
import { inputVariants } from "./input";
|
|
5
|
+
declare function InputNumber({ id, ariaDecrementLabel, ariaIncrementLabel, className, defaultValue, disabled, formatOptions, loaderPosition, loading, max, min, onChange, prefix, readOnly, spinner, step, suffix, value, ...props }: ComponentProps<typeof InputNumberPrimitive.Field> & ComponentProps<typeof InputNumberPrimitive.Root> & VariantProps<typeof inputVariants>): JSX.Element;
|
|
6
|
+
/**
|
|
7
|
+
* @deprecated
|
|
8
|
+
* This component is an alias of the Input component.
|
|
9
|
+
* Please use the Input component instead to ensure consistency.
|
|
10
|
+
*/
|
|
11
|
+
declare const NumberInput: typeof InputNumber;
|
|
12
|
+
export { InputNumber, NumberInput };
|
|
13
|
+
//# sourceMappingURL=input-number.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input-number.d.ts","sourceRoot":"","sources":["../../../src/components/input-number.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAEjD,OAAO,KAAK,oBAAoB,MAAM,2BAA2B,CAAC;AAGlE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAGhD,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAUnD,iBAAS,WAAW,CAAC,EACnB,EAAE,EACF,kBAAkB,EAClB,kBAAkB,EAClB,SAAS,EACT,YAAY,EACZ,QAAQ,EACR,aAAa,EACb,cAAc,EACd,OAAO,EACP,GAAG,EACH,GAAG,EACH,QAAQ,EACR,MAAM,EACN,QAAQ,EACR,OAAO,EACP,IAAI,EACJ,MAAM,EACN,KAAK,EACL,GAAG,KAAK,EACT,EAAE,cAAc,CAAC,OAAO,oBAAoB,CAAC,KAAK,CAAC,GAClD,cAAc,CAAC,OAAO,oBAAoB,CAAC,IAAI,CAAC,GAChD,YAAY,CAAC,OAAO,aAAa,CAAC,GAAG,GAAG,CAAC,OAAO,CA6DjD;AAMD;;;;GAIG;AACH,QAAA,MAAM,WAAW,oBAAc,CAAC;AAMhC,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { ComponentProps, JSX } from "react";
|
|
2
|
+
import { OTPInput } from "input-otp";
|
|
3
|
+
declare function InputOTP({ className, containerClassName, ...props }: ComponentProps<typeof OTPInput>): JSX.Element;
|
|
4
|
+
declare function InputOTPGroup({ className, ...props }: ComponentProps<"div">): JSX.Element;
|
|
5
|
+
declare function InputOTPSlot({ className, index, ...props }: ComponentProps<"div"> & {
|
|
6
|
+
index: number;
|
|
7
|
+
}): JSX.Element;
|
|
8
|
+
declare function InputOTPSeparator({ ...props }: ComponentProps<"div">): JSX.Element;
|
|
9
|
+
export { REGEXP_ONLY_CHARS, REGEXP_ONLY_DIGITS, REGEXP_ONLY_DIGITS_AND_CHARS } from "input-otp";
|
|
10
|
+
export { InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot };
|
|
11
|
+
//# sourceMappingURL=input-otp.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input-otp.d.ts","sourceRoot":"","sources":["../../../src/components/input-otp.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAEjD,OAAO,EAAE,QAAQ,EAAmB,MAAM,WAAW,CAAC;AAUtD,iBAAS,QAAQ,CAAC,EAAE,SAAS,EAAE,kBAAkB,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,CAAC,OAAO,QAAQ,CAAC,GAAG,GAAG,CAAC,OAAO,CAU3G;AAMD,iBAAS,aAAa,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC,OAAO,CASlF;AAMD,iBAAS,YAAY,CAAC,EACpB,SAAS,EACT,KAAK,EACL,GAAG,KAAK,EACT,EAAE,cAAc,CAAC,KAAK,CAAC,GAAG;IACzB,KAAK,EAAE,MAAM,CAAC;CACf,GAAG,GAAG,CAAC,OAAO,CAsBd;AAMD,iBAAS,iBAAiB,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC,OAAO,CAM3E;AAMD,OAAO,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,4BAA4B,EAAE,MAAM,WAAW,CAAC;AAChG,OAAO,EAAE,QAAQ,EAAE,aAAa,EAAE,iBAAiB,EAAE,YAAY,EAAE,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { ComponentProps, JSX } from "react";
|
|
2
|
+
import * as InputPrimitive from "@codefast-ui/input";
|
|
3
|
+
import type { VariantProps } from "../lib/utils";
|
|
4
|
+
import { inputVariants } from "./input";
|
|
5
|
+
declare function InputPassword({ className, disabled, loaderPosition, loading, prefix, readOnly, spinner, suffix, ...props }: ComponentProps<typeof InputPrimitive.Root> & Omit<ComponentProps<typeof InputPrimitive.Field>, "prefix" | "type"> & VariantProps<typeof inputVariants>): JSX.Element;
|
|
6
|
+
/**
|
|
7
|
+
* @deprecated
|
|
8
|
+
* This component is an alias of the Input component.
|
|
9
|
+
* Please use the Input component instead to ensure consistency.
|
|
10
|
+
*/
|
|
11
|
+
declare const PasswordInput: typeof InputPassword;
|
|
12
|
+
export { InputPassword, PasswordInput };
|
|
13
|
+
//# sourceMappingURL=input-password.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input-password.d.ts","sourceRoot":"","sources":["../../../src/components/input-password.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,GAAG,EAAqB,MAAM,OAAO,CAAC;AAEpE,OAAO,KAAK,cAAc,MAAM,oBAAoB,CAAC;AAIrD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAGhD,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAanD,iBAAS,aAAa,CAAC,EACrB,SAAS,EACT,QAAQ,EACR,cAAc,EACd,OAAO,EACP,MAAM,EACN,QAAQ,EACR,OAAO,EACP,MAAM,EACN,GAAG,KAAK,EACT,EAAE,cAAc,CAAC,OAAO,cAAc,CAAC,IAAI,CAAC,GAC3C,IAAI,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,KAAK,CAAC,EAAE,QAAQ,GAAG,MAAM,CAAC,GACpE,YAAY,CAAC,OAAO,aAAa,CAAC,GAAG,GAAG,CAAC,OAAO,CAsCjD;AAMD;;;;GAIG;AACH,QAAA,MAAM,aAAa,sBAAgB,CAAC;AAMpC,OAAO,EAAE,aAAa,EAAE,aAAa,EAAE,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { ComponentProps, JSX } from "react";
|
|
2
|
+
import * as InputPrimitive from "@codefast-ui/input";
|
|
3
|
+
import type { VariantProps } from "../lib/utils";
|
|
4
|
+
import { inputVariants } from "./input";
|
|
5
|
+
declare function InputSearch({ className, defaultValue, disabled, loaderPosition, loading, onChange, prefix, readOnly, spinner, suffix, value: valueProp, ...props }: ComponentProps<typeof InputPrimitive.Root> & Omit<ComponentProps<typeof InputPrimitive.Field>, "defaultValue" | "onChange" | "prefix" | "type" | "value"> & VariantProps<typeof inputVariants> & {
|
|
6
|
+
defaultValue?: string;
|
|
7
|
+
onChange?: (value?: string) => void;
|
|
8
|
+
value?: string;
|
|
9
|
+
}): JSX.Element;
|
|
10
|
+
/**
|
|
11
|
+
* @deprecated
|
|
12
|
+
* This component is an alias of the Input component.
|
|
13
|
+
* Please use the Input component instead to ensure consistency.
|
|
14
|
+
*/
|
|
15
|
+
declare const SearchInput: typeof InputSearch;
|
|
16
|
+
export { InputSearch, SearchInput };
|
|
17
|
+
//# sourceMappingURL=input-search.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input-search.d.ts","sourceRoot":"","sources":["../../../src/components/input-search.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAEjD,OAAO,KAAK,cAAc,MAAM,oBAAoB,CAAC;AAIrD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAGhD,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AASnD,iBAAS,WAAW,CAAC,EACnB,SAAS,EACT,YAAY,EACZ,QAAQ,EACR,cAAc,EACd,OAAO,EACP,QAAQ,EACR,MAAM,EACN,QAAQ,EACR,OAAO,EACP,MAAM,EACN,KAAK,EAAE,SAAS,EAChB,GAAG,KAAK,EACT,EAAE,cAAc,CAAC,OAAO,cAAc,CAAC,IAAI,CAAC,GAC3C,IAAI,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,KAAK,CAAC,EAAE,cAAc,GAAG,UAAU,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,CAAC,GAC5G,YAAY,CAAC,OAAO,aAAa,CAAC,GAAG;IACnC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IACpC,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,GAAG,GAAG,CAAC,OAAO,CA6ChB;AAMD;;;;GAIG;AACH,QAAA,MAAM,WAAW,oBAAc,CAAC;AAMhC,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input-time.d.ts","sourceRoot":"","sources":["../../../src/components/input-time.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"kbd.d.ts","sourceRoot":"","sources":["../../../src/components/kbd.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAUjD,iBAAS,GAAG,CAAC,EACX,OAAO,EACP,SAAS,EACT,GAAG,KAAK,EACT,EAAE,cAAc,CAAC,KAAK,CAAC,GAAG;IACzB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,GAAG,CAAC,OAAO,CAad;AAMD,OAAO,EAAE,GAAG,EAAE,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { ComponentProps, JSX } from "react";
|
|
2
|
+
import * as LabelPrimitive from "@radix-ui/react-label";
|
|
3
|
+
declare function Label({ className, ...props }: ComponentProps<typeof LabelPrimitive.Root>): JSX.Element;
|
|
4
|
+
export { Label };
|
|
5
|
+
//# sourceMappingURL=label.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"label.d.ts","sourceRoot":"","sources":["../../../src/components/label.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAEjD,OAAO,KAAK,cAAc,MAAM,uBAAuB,CAAC;AAQxD,iBAAS,KAAK,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,CAAC,OAAO,cAAc,CAAC,IAAI,CAAC,GAAG,GAAG,CAAC,OAAO,CAW/F;AAMD,OAAO,EAAE,KAAK,EAAE,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import type { ComponentProps, JSX } from "react";
|
|
2
|
+
import * as MenubarPrimitive from "@radix-ui/react-menubar";
|
|
3
|
+
declare function Menubar({ className, ...props }: ComponentProps<typeof MenubarPrimitive.Root>): JSX.Element;
|
|
4
|
+
declare function MenubarMenu({ ...props }: ComponentProps<typeof MenubarPrimitive.Menu>): JSX.Element;
|
|
5
|
+
declare function MenubarGroup({ ...props }: ComponentProps<typeof MenubarPrimitive.Group>): JSX.Element;
|
|
6
|
+
declare function MenubarSub({ ...props }: ComponentProps<typeof MenubarPrimitive.Sub>): JSX.Element;
|
|
7
|
+
declare function MenubarRadioGroup({ ...props }: ComponentProps<typeof MenubarPrimitive.RadioGroup>): JSX.Element;
|
|
8
|
+
declare function MenubarTrigger({ className, ...props }: ComponentProps<typeof MenubarPrimitive.Trigger>): JSX.Element;
|
|
9
|
+
declare function MenubarSubTrigger({ children, className, inset, ...props }: ComponentProps<typeof MenubarPrimitive.SubTrigger> & {
|
|
10
|
+
inset?: boolean;
|
|
11
|
+
}): JSX.Element;
|
|
12
|
+
declare function MenubarSubContent({ className, ...props }: ComponentProps<typeof MenubarPrimitive.SubContent>): JSX.Element;
|
|
13
|
+
declare function MenubarContent({ align, alignOffset, className, sideOffset, ...props }: ComponentProps<typeof MenubarPrimitive.Content>): JSX.Element;
|
|
14
|
+
declare function MenubarItem({ className, inset, variant, ...props }: ComponentProps<typeof MenubarPrimitive.Item> & {
|
|
15
|
+
inset?: boolean;
|
|
16
|
+
variant?: "default" | "destructive";
|
|
17
|
+
}): JSX.Element;
|
|
18
|
+
declare function MenubarCheckboxItem({ checked, children, className, ...props }: ComponentProps<typeof MenubarPrimitive.CheckboxItem>): JSX.Element;
|
|
19
|
+
declare function MenubarRadioItem({ children, className, ...props }: ComponentProps<typeof MenubarPrimitive.RadioItem>): JSX.Element;
|
|
20
|
+
declare function MenubarLabel({ className, inset, ...props }: ComponentProps<typeof MenubarPrimitive.Label> & {
|
|
21
|
+
inset?: boolean;
|
|
22
|
+
}): JSX.Element;
|
|
23
|
+
declare function MenubarSeparator({ className, ...props }: ComponentProps<typeof MenubarPrimitive.Separator>): JSX.Element;
|
|
24
|
+
declare function MenubarShortcut({ className, ...props }: ComponentProps<"span">): JSX.Element;
|
|
25
|
+
declare function MenubarArrow({ className, ...props }: ComponentProps<typeof MenubarPrimitive.Arrow>): JSX.Element;
|
|
26
|
+
export { Menubar, MenubarArrow, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger, };
|
|
27
|
+
//# sourceMappingURL=menubar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"menubar.d.ts","sourceRoot":"","sources":["../../../src/components/menubar.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation-menu/index.ts"],"names":[],"mappings":"AAAA,cAAc,8CAA8C,CAAC;AAC7D,cAAc,4DAA4D,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const navigationMenuTriggerStyle: import("tailwind-variants").TVReturnType<{} | {} | {}, undefined, string, {} | {}, undefined, import("tailwind-variants").TVReturnType<unknown, undefined, string, unknown, unknown, undefined>>;
|
|
2
|
+
export { navigationMenuTriggerStyle };
|
|
3
|
+
//# sourceMappingURL=navigation-menu-trigger-style.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"navigation-menu-trigger-style.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation-menu/navigation-menu-trigger-style.tsx"],"names":[],"mappings":"AAOA,QAAA,MAAM,0BAA0B,kMAM9B,CAAC;AAMH,OAAO,EAAE,0BAA0B,EAAE,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { ComponentProps, JSX } from "react";
|
|
2
|
+
import * as NavigationMenuPrimitive from "@radix-ui/react-navigation-menu";
|
|
3
|
+
declare function NavigationMenu({ children, className, viewport, ...props }: ComponentProps<typeof NavigationMenuPrimitive.Root> & {
|
|
4
|
+
viewport?: boolean;
|
|
5
|
+
}): JSX.Element;
|
|
6
|
+
declare function NavigationMenuList({ children, className, ...props }: ComponentProps<typeof NavigationMenuPrimitive.List>): JSX.Element;
|
|
7
|
+
declare function NavigationMenuItem({ className, ...props }: ComponentProps<typeof NavigationMenuPrimitive.Item>): JSX.Element;
|
|
8
|
+
declare function NavigationMenuTrigger({ children, className, ...props }: ComponentProps<typeof NavigationMenuPrimitive.Trigger>): JSX.Element;
|
|
9
|
+
declare function NavigationMenuContent({ className, ...props }: ComponentProps<typeof NavigationMenuPrimitive.Content>): JSX.Element;
|
|
10
|
+
declare function NavigationMenuLink({ className, ...props }: ComponentProps<typeof NavigationMenuPrimitive.Link>): JSX.Element;
|
|
11
|
+
export { NavigationMenu, NavigationMenuContent, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, };
|
|
12
|
+
//# sourceMappingURL=navigation-menu.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"navigation-menu.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation-menu/navigation-menu.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAEjD,OAAO,KAAK,uBAAuB,MAAM,iCAAiC,CAAC;AAU3E,iBAAS,cAAc,CAAC,EACtB,QAAQ,EACR,SAAS,EACT,QAAe,EACf,GAAG,KAAK,EACT,EAAE,cAAc,CAAC,OAAO,uBAAuB,CAAC,IAAI,CAAC,GAAG;IACvD,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,GAAG,CAAC,OAAO,CAYd;AAMD,iBAAS,kBAAkB,CAAC,EAC1B,QAAQ,EACR,SAAS,EACT,GAAG,KAAK,EACT,EAAE,cAAc,CAAC,OAAO,uBAAuB,CAAC,IAAI,CAAC,GAAG,GAAG,CAAC,OAAO,CAWnE;AAMD,iBAAS,kBAAkB,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,CAAC,OAAO,uBAAuB,CAAC,IAAI,CAAC,GAAG,GAAG,CAAC,OAAO,CAQrH;AAMD,iBAAS,qBAAqB,CAAC,EAC7B,QAAQ,EACR,SAAS,EACT,GAAG,KAAK,EACT,EAAE,cAAc,CAAC,OAAO,uBAAuB,CAAC,OAAO,CAAC,GAAG,GAAG,CAAC,OAAO,CActE;AAMD,iBAAS,qBAAqB,CAAC,EAC7B,SAAS,EACT,GAAG,KAAK,EACT,EAAE,cAAc,CAAC,OAAO,uBAAuB,CAAC,OAAO,CAAC,GAAG,GAAG,CAAC,OAAO,CAWtE;AAMD,iBAAS,kBAAkB,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,CAAC,OAAO,uBAAuB,CAAC,IAAI,CAAC,GAAG,GAAG,CAAC,OAAO,CAWrH;AAkDD,OAAO,EACL,cAAc,EACd,qBAAqB,EACrB,kBAAkB,EAClB,kBAAkB,EAClB,kBAAkB,EAClB,qBAAqB,GACtB,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { ComponentProps, JSX } from "react";
|
|
2
|
+
import type { VariantProps } from "../lib/utils";
|
|
3
|
+
import { buttonVariants } from "./button";
|
|
4
|
+
declare function Pagination({ className, ...props }: ComponentProps<"nav">): JSX.Element;
|
|
5
|
+
declare function PaginationContent({ className, ...props }: ComponentProps<"ul">): JSX.Element;
|
|
6
|
+
declare function PaginationItem(props: ComponentProps<"li">): JSX.Element;
|
|
7
|
+
declare function PaginationLink({ children, className, isActive, size, ...props }: ComponentProps<"a"> & Pick<VariantProps<typeof buttonVariants>, "size"> & {
|
|
8
|
+
isActive?: boolean;
|
|
9
|
+
}): JSX.Element;
|
|
10
|
+
declare function PaginationPrevious({ ...props }: ComponentProps<"a"> & Pick<VariantProps<typeof buttonVariants>, "size"> & {
|
|
11
|
+
isActive?: boolean;
|
|
12
|
+
}): JSX.Element;
|
|
13
|
+
declare function PaginationNext({ ...props }: ComponentProps<"a"> & Pick<VariantProps<typeof buttonVariants>, "size"> & {
|
|
14
|
+
isActive?: boolean;
|
|
15
|
+
}): JSX.Element;
|
|
16
|
+
declare function PaginationEllipsis({ className, ...props }: ComponentProps<"span">): JSX.Element;
|
|
17
|
+
export { Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious, };
|
|
18
|
+
//# sourceMappingURL=pagination.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pagination.d.ts","sourceRoot":"","sources":["../../../src/components/pagination.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAIjD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAOrD,iBAAS,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC,OAAO,CAU/E;AAMD,iBAAS,iBAAiB,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,CAAC,IAAI,CAAC,GAAG,GAAG,CAAC,OAAO,CAErF;AAMD,iBAAS,cAAc,CAAC,KAAK,EAAE,cAAc,CAAC,IAAI,CAAC,GAAG,GAAG,CAAC,OAAO,CAEhE;AAMD,iBAAS,cAAc,CAAC,EACtB,QAAQ,EACR,SAAS,EACT,QAAQ,EACR,IAAa,EACb,GAAG,KAAK,EACT,EAAE,cAAc,CAAC,GAAG,CAAC,GACpB,IAAI,CAAC,YAAY,CAAC,OAAO,cAAc,CAAC,EAAE,MAAM,CAAC,GAAG;IAClD,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,GAAG,CAAC,OAAO,CAWhB;AAMD,iBAAS,kBAAkB,CAAC,EAC1B,GAAG,KAAK,EACT,EAAE,cAAc,CAAC,GAAG,CAAC,GACpB,IAAI,CAAC,YAAY,CAAC,OAAO,cAAc,CAAC,EAAE,MAAM,CAAC,GAAG;IAClD,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,GAAG,CAAC,OAAO,CAOhB;AAMD,iBAAS,cAAc,CAAC,EACtB,GAAG,KAAK,EACT,EAAE,cAAc,CAAC,GAAG,CAAC,GACpB,IAAI,CAAC,YAAY,CAAC,OAAO,cAAc,CAAC,EAAE,MAAM,CAAC,GAAG;IAClD,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,GAAG,CAAC,OAAO,CAOhB;AAMD,iBAAS,kBAAkB,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,CAAC,MAAM,CAAC,GAAG,GAAG,CAAC,OAAO,CAYxF;AAMD,OAAO,EACL,UAAU,EACV,iBAAiB,EACjB,kBAAkB,EAClB,cAAc,EACd,cAAc,EACd,cAAc,EACd,kBAAkB,GACnB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { ComponentProps, JSX } from "react";
|
|
2
|
+
import * as PopoverPrimitive from "@radix-ui/react-popover";
|
|
3
|
+
declare function Popover({ ...props }: ComponentProps<typeof PopoverPrimitive.Root>): JSX.Element;
|
|
4
|
+
declare function PopoverTrigger({ ...props }: ComponentProps<typeof PopoverPrimitive.Trigger>): JSX.Element;
|
|
5
|
+
declare function PopoverAnchor({ ...props }: ComponentProps<typeof PopoverPrimitive.Anchor>): JSX.Element;
|
|
6
|
+
declare function PopoverContent({ align, className, sideOffset, ...props }: ComponentProps<typeof PopoverPrimitive.Content>): JSX.Element;
|
|
7
|
+
declare function PopoverArrow({ className, ...props }: ComponentProps<typeof PopoverPrimitive.Arrow>): JSX.Element;
|
|
8
|
+
export { Popover, PopoverAnchor, PopoverArrow, PopoverContent, PopoverTrigger };
|
|
9
|
+
//# sourceMappingURL=popover.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"popover.d.ts","sourceRoot":"","sources":["../../../src/components/popover.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAEjD,OAAO,KAAK,gBAAgB,MAAM,yBAAyB,CAAC;AAQ5D,iBAAS,OAAO,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,CAAC,OAAO,gBAAgB,CAAC,IAAI,CAAC,GAAG,GAAG,CAAC,OAAO,CAExF;AAMD,iBAAS,cAAc,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,CAAC,OAAO,gBAAgB,CAAC,OAAO,CAAC,GAAG,GAAG,CAAC,OAAO,CAElG;AAMD,iBAAS,aAAa,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,CAAC,OAAO,gBAAgB,CAAC,MAAM,CAAC,GAAG,GAAG,CAAC,OAAO,CAEhG;AAMD,iBAAS,cAAc,CAAC,EACtB,KAAgB,EAChB,SAAS,EACT,UAAc,EACd,GAAG,KAAK,EACT,EAAE,cAAc,CAAC,OAAO,gBAAgB,CAAC,OAAO,CAAC,GAAG,GAAG,CAAC,OAAO,CAe/D;AAMD,iBAAS,YAAY,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,CAAC,OAAO,gBAAgB,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC,OAAO,CAEzG;AAMD,OAAO,EAAE,OAAO,EAAE,aAAa,EAAE,YAAY,EAAE,cAAc,EAAE,cAAc,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pre.d.ts","sourceRoot":"","sources":["../../../src/components/pre.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAQjD,iBAAS,GAAG,CAAC,EACX,OAAO,EACP,GAAG,KAAK,EACT,EAAE,cAAc,CAAC,KAAK,CAAC,GAAG;IACzB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,GAAG,CAAC,OAAO,CAId;AAMD,OAAO,EAAE,GAAG,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/progress-circle/index.ts"],"names":[],"mappings":"AAAA,cAAc,8CAA8C,CAAC;AAC7D,cAAc,uDAAuD,CAAC"}
|