@inspirecn/react 1.0.0
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/README.md +46 -0
- package/dist/components/accordion/Accordion.d.ts +19 -0
- package/dist/components/accordion/Accordion.d.ts.map +1 -0
- package/dist/components/accordion/Accordion.js +90 -0
- package/dist/components/alert/Alert.d.ts +13 -0
- package/dist/components/alert/Alert.d.ts.map +1 -0
- package/dist/components/alert/Alert.js +100 -0
- package/dist/components/alert-dialog/AlertDialog.d.ts +44 -0
- package/dist/components/alert-dialog/AlertDialog.d.ts.map +1 -0
- package/dist/components/alert-dialog/AlertDialog.js +174 -0
- package/dist/components/aspect-ratio/AspectRatio.d.ts +4 -0
- package/dist/components/aspect-ratio/AspectRatio.d.ts.map +1 -0
- package/dist/components/aspect-ratio/AspectRatio.js +13 -0
- package/dist/components/avatar/Avatar.d.ts +19 -0
- package/dist/components/avatar/Avatar.d.ts.map +1 -0
- package/dist/components/avatar/Avatar.js +86 -0
- package/dist/components/badge/Badge.d.ts +16 -0
- package/dist/components/badge/Badge.d.ts.map +1 -0
- package/dist/components/badge/Badge.js +46 -0
- package/dist/components/body-text/BodyText.d.ts +17 -0
- package/dist/components/body-text/BodyText.d.ts.map +1 -0
- package/dist/components/body-text/BodyText.js +51 -0
- package/dist/components/breadcrumb/Breadcrumb.d.ts +30 -0
- package/dist/components/breadcrumb/Breadcrumb.d.ts.map +1 -0
- package/dist/components/breadcrumb/Breadcrumb.js +220 -0
- package/dist/components/button/Button.d.ts +24 -0
- package/dist/components/button/Button.d.ts.map +1 -0
- package/dist/components/button/Button.js +95 -0
- package/dist/components/button-group/ButtonGroup.d.ts +12 -0
- package/dist/components/button-group/ButtonGroup.d.ts.map +1 -0
- package/dist/components/button-group/ButtonGroup.js +59 -0
- package/dist/components/calendar/Calendar.d.ts +10 -0
- package/dist/components/calendar/Calendar.d.ts.map +1 -0
- package/dist/components/calendar/Calendar.js +147 -0
- package/dist/components/card/Card.d.ts +10 -0
- package/dist/components/card/Card.d.ts.map +1 -0
- package/dist/components/card/Card.js +81 -0
- package/dist/components/carousel/Carousel.d.ts +20 -0
- package/dist/components/carousel/Carousel.d.ts.map +1 -0
- package/dist/components/carousel/Carousel.js +153 -0
- package/dist/components/chart/Chart.d.ts +43 -0
- package/dist/components/chart/Chart.d.ts.map +1 -0
- package/dist/components/chart/Chart.js +175 -0
- package/dist/components/checkbox/Checkbox.d.ts +11 -0
- package/dist/components/checkbox/Checkbox.d.ts.map +1 -0
- package/dist/components/checkbox/Checkbox.js +43 -0
- package/dist/components/code-box/Codebox.d.ts +11 -0
- package/dist/components/code-box/Codebox.d.ts.map +1 -0
- package/dist/components/code-box/Codebox.js +251 -0
- package/dist/components/collapsible/Collapsible.d.ts +6 -0
- package/dist/components/collapsible/Collapsible.d.ts.map +1 -0
- package/dist/components/collapsible/Collapsible.js +31 -0
- package/dist/components/combobox/Combobox.d.ts +161 -0
- package/dist/components/combobox/Combobox.d.ts.map +1 -0
- package/dist/components/combobox/Combobox.js +330 -0
- package/dist/components/command/Command.d.ts +19 -0
- package/dist/components/command/Command.d.ts.map +1 -0
- package/dist/components/command/Command.js +128 -0
- package/dist/components/container/Container.d.ts +14 -0
- package/dist/components/container/Container.d.ts.map +1 -0
- package/dist/components/container/Container.js +27 -0
- package/dist/components/context-menu/ContextMenu.d.ts +26 -0
- package/dist/components/context-menu/ContextMenu.d.ts.map +1 -0
- package/dist/components/context-menu/ContextMenu.js +193 -0
- package/dist/components/count-animation/CountAnimation.d.ts +5 -0
- package/dist/components/count-animation/CountAnimation.d.ts.map +1 -0
- package/dist/components/count-animation/CountAnimation.js +19 -0
- package/dist/components/date-time-picker/DateTimePicker.d.ts +38 -0
- package/dist/components/date-time-picker/DateTimePicker.d.ts.map +1 -0
- package/dist/components/date-time-picker/DateTimePicker.js +287 -0
- package/dist/components/dialog/Dialog.d.ts +18 -0
- package/dist/components/dialog/Dialog.d.ts.map +1 -0
- package/dist/components/dialog/Dialog.js +138 -0
- package/dist/components/dialog/FilterDropdown.d.ts +7 -0
- package/dist/components/dialog/FilterDropdown.d.ts.map +1 -0
- package/dist/components/dialog/FilterDropdown.js +38 -0
- package/dist/components/display-error/DisplayError.d.ts +11 -0
- package/dist/components/display-error/DisplayError.d.ts.map +1 -0
- package/dist/components/display-error/DisplayError.js +34 -0
- package/dist/components/drawer/Drawer.d.ts +14 -0
- package/dist/components/drawer/Drawer.d.ts.map +1 -0
- package/dist/components/drawer/Drawer.js +114 -0
- package/dist/components/dropdown-menu/DropdownMenu.d.ts +41 -0
- package/dist/components/dropdown-menu/DropdownMenu.d.ts.map +1 -0
- package/dist/components/dropdown-menu/DropdownMenu.js +282 -0
- package/dist/components/empty/Empty.d.ts +12 -0
- package/dist/components/empty/Empty.d.ts.map +1 -0
- package/dist/components/empty/Empty.js +87 -0
- package/dist/components/empty-state/EmptyState.d.ts +12 -0
- package/dist/components/empty-state/EmptyState.d.ts.map +1 -0
- package/dist/components/empty-state/EmptyState.js +43 -0
- package/dist/components/field/Field.d.ts +25 -0
- package/dist/components/field/Field.d.ts.map +1 -0
- package/dist/components/field/Field.js +164 -0
- package/dist/components/file-uploader/FileUploader.d.ts +34 -0
- package/dist/components/file-uploader/FileUploader.d.ts.map +1 -0
- package/dist/components/file-uploader/FileUploader.js +124 -0
- package/dist/components/file-uploader/types.d.ts +32 -0
- package/dist/components/file-uploader/types.d.ts.map +1 -0
- package/dist/components/file-uploader/types.js +1 -0
- package/dist/components/file-uploader/useFileUploader.d.ts +22 -0
- package/dist/components/file-uploader/useFileUploader.d.ts.map +1 -0
- package/dist/components/file-uploader/useFileUploader.js +115 -0
- package/dist/components/form/FieldArray.d.ts +26 -0
- package/dist/components/form/FieldArray.d.ts.map +1 -0
- package/dist/components/form/FieldArray.js +16 -0
- package/dist/components/form/Form.d.ts +25 -0
- package/dist/components/form/Form.d.ts.map +1 -0
- package/dist/components/form/Form.js +124 -0
- package/dist/components/form/GenericForm.d.ts +42 -0
- package/dist/components/form/GenericForm.d.ts.map +1 -0
- package/dist/components/form/GenericForm.js +55 -0
- package/dist/components/form/fields/CheckboxField.d.ts +33 -0
- package/dist/components/form/fields/CheckboxField.d.ts.map +1 -0
- package/dist/components/form/fields/CheckboxField.js +66 -0
- package/dist/components/form/fields/CheckboxGroupField.d.ts +50 -0
- package/dist/components/form/fields/CheckboxGroupField.d.ts.map +1 -0
- package/dist/components/form/fields/CheckboxGroupField.js +64 -0
- package/dist/components/form/fields/ColorPickerField.d.ts +12 -0
- package/dist/components/form/fields/ColorPickerField.d.ts.map +1 -0
- package/dist/components/form/fields/ColorPickerField.js +140 -0
- package/dist/components/form/fields/ComboboxField.d.ts +32 -0
- package/dist/components/form/fields/ComboboxField.d.ts.map +1 -0
- package/dist/components/form/fields/ComboboxField.js +93 -0
- package/dist/components/form/fields/DateTimeField.d.ts +77 -0
- package/dist/components/form/fields/DateTimeField.d.ts.map +1 -0
- package/dist/components/form/fields/DateTimeField.js +99 -0
- package/dist/components/form/fields/FieldDescription.d.ts +10 -0
- package/dist/components/form/fields/FieldDescription.d.ts.map +1 -0
- package/dist/components/form/fields/FieldDescription.js +30 -0
- package/dist/components/form/fields/FileField.d.ts +16 -0
- package/dist/components/form/fields/FileField.d.ts.map +1 -0
- package/dist/components/form/fields/FileField.js +79 -0
- package/dist/components/form/fields/FileUploaderField.d.ts +72 -0
- package/dist/components/form/fields/FileUploaderField.d.ts.map +1 -0
- package/dist/components/form/fields/FileUploaderField.js +79 -0
- package/dist/components/form/fields/InputPhoneField.d.ts +40 -0
- package/dist/components/form/fields/InputPhoneField.d.ts.map +1 -0
- package/dist/components/form/fields/InputPhoneField.js +48 -0
- package/dist/components/form/fields/InputTagsField.d.ts +32 -0
- package/dist/components/form/fields/InputTagsField.d.ts.map +1 -0
- package/dist/components/form/fields/InputTagsField.js +50 -0
- package/dist/components/form/fields/RadioGroupField.d.ts +40 -0
- package/dist/components/form/fields/RadioGroupField.d.ts.map +1 -0
- package/dist/components/form/fields/RadioGroupField.js +61 -0
- package/dist/components/form/fields/ResetButton.d.ts +19 -0
- package/dist/components/form/fields/ResetButton.d.ts.map +1 -0
- package/dist/components/form/fields/ResetButton.js +25 -0
- package/dist/components/form/fields/SelectField.d.ts +44 -0
- package/dist/components/form/fields/SelectField.d.ts.map +1 -0
- package/dist/components/form/fields/SelectField.js +59 -0
- package/dist/components/form/fields/SubmitButton.d.ts +27 -0
- package/dist/components/form/fields/SubmitButton.d.ts.map +1 -0
- package/dist/components/form/fields/SubmitButton.js +36 -0
- package/dist/components/form/fields/SwitchField.d.ts +40 -0
- package/dist/components/form/fields/SwitchField.d.ts.map +1 -0
- package/dist/components/form/fields/SwitchField.js +77 -0
- package/dist/components/form/fields/TextField.d.ts +25 -0
- package/dist/components/form/fields/TextField.d.ts.map +1 -0
- package/dist/components/form/fields/TextField.js +98 -0
- package/dist/components/form/fields/TextareaField.d.ts +44 -0
- package/dist/components/form/fields/TextareaField.d.ts.map +1 -0
- package/dist/components/form/fields/TextareaField.js +71 -0
- package/dist/components/form/fields/UniqueTextField.d.ts +38 -0
- package/dist/components/form/fields/UniqueTextField.d.ts.map +1 -0
- package/dist/components/form/fields/UniqueTextField.js +171 -0
- package/dist/components/form/index.d.ts +20 -0
- package/dist/components/form/index.d.ts.map +1 -0
- package/dist/components/form/index.js +40 -0
- package/dist/components/form/useTriggerForm.d.ts +11 -0
- package/dist/components/form/useTriggerForm.d.ts.map +1 -0
- package/dist/components/form/useTriggerForm.js +14 -0
- package/dist/components/heading/Heading.d.ts +18 -0
- package/dist/components/heading/Heading.d.ts.map +1 -0
- package/dist/components/heading/Heading.js +71 -0
- package/dist/components/hover-card/HoverCard.d.ts +7 -0
- package/dist/components/hover-card/HoverCard.d.ts.map +1 -0
- package/dist/components/hover-card/HoverCard.js +41 -0
- package/dist/components/icon/Icon.d.ts +22 -0
- package/dist/components/icon/Icon.d.ts.map +1 -0
- package/dist/components/icon/Icon.js +71 -0
- package/dist/components/index.d.ts +76 -0
- package/dist/components/index.d.ts.map +1 -0
- package/dist/components/index.js +426 -0
- package/dist/components/input/Input.d.ts +11 -0
- package/dist/components/input/Input.d.ts.map +1 -0
- package/dist/components/input/Input.js +66 -0
- package/dist/components/input-group/InputGroup.d.ts +17 -0
- package/dist/components/input-group/InputGroup.d.ts.map +1 -0
- package/dist/components/input-group/InputGroup.js +129 -0
- package/dist/components/input-otp/input-otp.d.ts +16 -0
- package/dist/components/input-otp/input-otp.d.ts.map +1 -0
- package/dist/components/input-otp/input-otp.js +72 -0
- package/dist/components/input-phone/InputPhone.d.ts +13 -0
- package/dist/components/input-phone/InputPhone.d.ts.map +1 -0
- package/dist/components/input-phone/InputPhone.js +116 -0
- package/dist/components/input-tags/InputTags.d.ts +28 -0
- package/dist/components/input-tags/InputTags.d.ts.map +1 -0
- package/dist/components/input-tags/InputTags.js +88 -0
- package/dist/components/item/Item.d.ts +24 -0
- package/dist/components/item/Item.d.ts.map +1 -0
- package/dist/components/item/Item.js +162 -0
- package/dist/components/kbd/Kbd.d.ts +4 -0
- package/dist/components/kbd/Kbd.d.ts.map +1 -0
- package/dist/components/kbd/Kbd.js +26 -0
- package/dist/components/label/Label.d.ts +11 -0
- package/dist/components/label/Label.d.ts.map +1 -0
- package/dist/components/label/Label.js +26 -0
- package/dist/components/menubar/Menubar.d.ts +27 -0
- package/dist/components/menubar/Menubar.d.ts.map +1 -0
- package/dist/components/menubar/Menubar.js +212 -0
- package/dist/components/native-select/NativeSelect.d.ts +6 -0
- package/dist/components/native-select/NativeSelect.d.ts.map +1 -0
- package/dist/components/native-select/NativeSelect.js +44 -0
- package/dist/components/navbar/Navbar.d.ts +3 -0
- package/dist/components/navbar/Navbar.d.ts.map +1 -0
- package/dist/components/navbar/Navbar.js +69 -0
- package/dist/components/navigation-menu/NavigationMenu.d.ts +15 -0
- package/dist/components/navigation-menu/NavigationMenu.d.ts.map +1 -0
- package/dist/components/navigation-menu/NavigationMenu.js +112 -0
- package/dist/components/open-dialog/OpenDialog.d.ts +9 -0
- package/dist/components/open-dialog/OpenDialog.d.ts.map +1 -0
- package/dist/components/open-dialog/OpenDialog.js +35 -0
- package/dist/components/pagination/Pagination.d.ts +31 -0
- package/dist/components/pagination/Pagination.d.ts.map +1 -0
- package/dist/components/pagination/Pagination.js +216 -0
- package/dist/components/pagination/PaginationProvider.d.ts +33 -0
- package/dist/components/pagination/PaginationProvider.d.ts.map +1 -0
- package/dist/components/pagination/PaginationProvider.js +65 -0
- package/dist/components/pagination/types.d.ts +22 -0
- package/dist/components/pagination/types.d.ts.map +1 -0
- package/dist/components/pagination/types.js +1 -0
- package/dist/components/popover/Popover.d.ts +8 -0
- package/dist/components/popover/Popover.d.ts.map +1 -0
- package/dist/components/popover/Popover.js +49 -0
- package/dist/components/profile-pic-uploader/ProfilePicUploader.d.ts +12 -0
- package/dist/components/profile-pic-uploader/ProfilePicUploader.d.ts.map +1 -0
- package/dist/components/profile-pic-uploader/ProfilePicUploader.js +233 -0
- package/dist/components/profile-pic-uploader/index.d.ts +3 -0
- package/dist/components/profile-pic-uploader/index.d.ts.map +1 -0
- package/dist/components/profile-pic-uploader/index.js +4 -0
- package/dist/components/progress/Progress.d.ts +189 -0
- package/dist/components/progress/Progress.d.ts.map +1 -0
- package/dist/components/progress/Progress.js +283 -0
- package/dist/components/radio-group/RadioGroup.d.ts +16 -0
- package/dist/components/radio-group/RadioGroup.d.ts.map +1 -0
- package/dist/components/radio-group/RadioGroup.js +50 -0
- package/dist/components/resizable-panel/ResizablePanel.d.ts +9 -0
- package/dist/components/resizable-panel/ResizablePanel.d.ts.map +1 -0
- package/dist/components/resizable-panel/ResizablePanel.js +44 -0
- package/dist/components/scroll-area/ScrollArea.d.ts +6 -0
- package/dist/components/scroll-area/ScrollArea.d.ts.map +1 -0
- package/dist/components/scroll-area/ScrollArea.js +39 -0
- package/dist/components/section/Section.d.ts +12 -0
- package/dist/components/section/Section.d.ts.map +1 -0
- package/dist/components/section/Section.js +84 -0
- package/dist/components/select/Select.d.ts +16 -0
- package/dist/components/select/Select.d.ts.map +1 -0
- package/dist/components/select/Select.js +148 -0
- package/dist/components/separator/Separator.d.ts +5 -0
- package/dist/components/separator/Separator.d.ts.map +1 -0
- package/dist/components/separator/Separator.js +20 -0
- package/dist/components/sheet/Sheet.d.ts +16 -0
- package/dist/components/sheet/Sheet.d.ts.map +1 -0
- package/dist/components/sheet/Sheet.js +127 -0
- package/dist/components/sidebar/HeaderDropDown.d.ts +3 -0
- package/dist/components/sidebar/HeaderDropDown.d.ts.map +1 -0
- package/dist/components/sidebar/HeaderDropDown.js +39 -0
- package/dist/components/sidebar/Sidebar.d.ts +70 -0
- package/dist/components/sidebar/Sidebar.d.ts.map +1 -0
- package/dist/components/sidebar/Sidebar.js +514 -0
- package/dist/components/sidebar/SidebarFooterContent.d.ts +3 -0
- package/dist/components/sidebar/SidebarFooterContent.d.ts.map +1 -0
- package/dist/components/sidebar/SidebarFooterContent.js +66 -0
- package/dist/components/sidebar/SidebarHeaderLogo.d.ts +2 -0
- package/dist/components/sidebar/SidebarHeaderLogo.d.ts.map +1 -0
- package/dist/components/sidebar/SidebarHeaderLogo.js +34 -0
- package/dist/components/skeleton/Skeleton.d.ts +3 -0
- package/dist/components/skeleton/Skeleton.d.ts.map +1 -0
- package/dist/components/skeleton/Skeleton.js +15 -0
- package/dist/components/slider/Slider.d.ts +6 -0
- package/dist/components/slider/Slider.d.ts.map +1 -0
- package/dist/components/slider/Slider.js +39 -0
- package/dist/components/sonner/Sonner.d.ts +4 -0
- package/dist/components/sonner/Sonner.d.ts.map +1 -0
- package/dist/components/sonner/Sonner.js +55 -0
- package/dist/components/spinner/Spinner.d.ts +11 -0
- package/dist/components/spinner/Spinner.d.ts.map +1 -0
- package/dist/components/spinner/Spinner.js +49 -0
- package/dist/components/stack/Stack.d.ts +14 -0
- package/dist/components/stack/Stack.d.ts.map +1 -0
- package/dist/components/stack/Stack.js +29 -0
- package/dist/components/subText/SubText.d.ts +13 -0
- package/dist/components/subText/SubText.d.ts.map +1 -0
- package/dist/components/subText/SubText.js +50 -0
- package/dist/components/switch/Switch.d.ts +5 -0
- package/dist/components/switch/Switch.d.ts.map +1 -0
- package/dist/components/switch/Switch.js +41 -0
- package/dist/components/table/Table.d.ts +32 -0
- package/dist/components/table/Table.d.ts.map +1 -0
- package/dist/components/table/Table.js +243 -0
- package/dist/components/table-empty-state/TableEmptyState.d.ts +11 -0
- package/dist/components/table-empty-state/TableEmptyState.d.ts.map +1 -0
- package/dist/components/table-empty-state/TableEmptyState.js +52 -0
- package/dist/components/tabs/Tabs.d.ts +12 -0
- package/dist/components/tabs/Tabs.d.ts.map +1 -0
- package/dist/components/tabs/Tabs.js +84 -0
- package/dist/components/text-link/LinkText.d.ts +14 -0
- package/dist/components/text-link/LinkText.d.ts.map +1 -0
- package/dist/components/text-link/LinkText.js +42 -0
- package/dist/components/textarea/Textarea.d.ts +7 -0
- package/dist/components/textarea/Textarea.d.ts.map +1 -0
- package/dist/components/textarea/Textarea.js +28 -0
- package/dist/components/toggle/Toggle.d.ts +10 -0
- package/dist/components/toggle/Toggle.d.ts.map +1 -0
- package/dist/components/toggle/Toggle.js +41 -0
- package/dist/components/toggle-group/ToggleGroup.d.ts +10 -0
- package/dist/components/toggle-group/ToggleGroup.d.ts.map +1 -0
- package/dist/components/toggle-group/ToggleGroup.js +78 -0
- package/dist/components/tooltip/Tooltip.d.ts +18 -0
- package/dist/components/tooltip/Tooltip.d.ts.map +1 -0
- package/dist/components/tooltip/Tooltip.js +83 -0
- package/dist/fonts/index.css +49 -0
- package/dist/hooks/index.d.ts +6 -0
- package/dist/hooks/index.d.ts.map +1 -0
- package/dist/hooks/index.js +12 -0
- package/dist/hooks/use-countdown.d.ts +20 -0
- package/dist/hooks/use-countdown.d.ts.map +1 -0
- package/dist/hooks/use-countdown.js +21 -0
- package/dist/hooks/use-debounce.d.ts +20 -0
- package/dist/hooks/use-debounce.d.ts.map +1 -0
- package/dist/hooks/use-debounce.js +15 -0
- package/dist/hooks/use-mobile.d.ts +2 -0
- package/dist/hooks/use-mobile.d.ts.map +1 -0
- package/dist/hooks/use-mobile.js +14 -0
- package/dist/hooks/useDragScroll.d.ts +6 -0
- package/dist/hooks/useDragScroll.d.ts.map +1 -0
- package/dist/hooks/useDragScroll.js +26 -0
- package/dist/hooks/useImageCrop.d.ts +41 -0
- package/dist/hooks/useImageCrop.d.ts.map +1 -0
- package/dist/hooks/useImageCrop.js +84 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +456 -0
- package/dist/lib/datetime.d.ts +8 -0
- package/dist/lib/datetime.d.ts.map +1 -0
- package/dist/lib/datetime.js +44 -0
- package/dist/lib/index.d.ts +4 -0
- package/dist/lib/index.d.ts.map +1 -0
- package/dist/lib/index.js +15 -0
- package/dist/lib/string.d.ts +4 -0
- package/dist/lib/string.d.ts.map +1 -0
- package/dist/lib/string.js +12 -0
- package/dist/lib/utils.d.ts +3 -0
- package/dist/lib/utils.d.ts.map +1 -0
- package/dist/lib/utils.js +8 -0
- package/dist/styles/globals.css +60 -0
- package/dist/styles/tokens.css +249 -0
- package/dist/theme/ThemeProvider.d.ts +5 -0
- package/dist/theme/ThemeProvider.d.ts.map +1 -0
- package/dist/theme/ThemeProvider.js +17 -0
- package/dist/theme/ToggleTheme.d.ts +2 -0
- package/dist/theme/ToggleTheme.d.ts.map +1 -0
- package/dist/theme/ToggleTheme.js +29 -0
- package/dist/theme/index.d.ts +4 -0
- package/dist/theme/index.d.ts.map +1 -0
- package/dist/theme/index.js +9 -0
- package/dist/theme/theme.d.ts +8 -0
- package/dist/theme/theme.d.ts.map +1 -0
- package/dist/theme/theme.js +15 -0
- package/dist/vite.svg +1 -0
- package/package.json +156 -0
- package/postcss.config.mjs +6 -0
- package/src/styles/globals.css +60 -0
- package/src/styles/tokens.css +249 -0
- package/src/styles/tokens.json +253 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input-otp.d.ts","sourceRoot":"","sources":["../../../src/components/input-otp/input-otp.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,QAAQ,EAAmB,MAAM,WAAW,CAAC;AAKtD,MAAM,MAAM,YAAY,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,QAAQ,CAAC,GAAG;IACjE,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B,CAAC;AAEF,iBAAS,QAAQ,CAAC,EAChB,SAAS,EACT,kBAAkB,EAClB,YAAY,EAAE,SAAqC,EACnD,iBAAiB,EAAE,cAAc,EACjC,kBAAkB,EAAE,eAAe,EACnC,GAAG,KAAK,EACT,EAAE,YAAY,2CAed;AAED,iBAAS,aAAa,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAQ1E;AAED,iBAAS,YAAY,CAAC,EACpB,KAAK,EACL,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GAAG;IAC/B,KAAK,EAAE,MAAM,CAAC;CACf,2CAuBA;AAED,iBAAS,iBAAiB,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAMnE;AAED,OAAO,EAAE,QAAQ,EAAE,aAAa,EAAE,YAAY,EAAE,iBAAiB,EAAE,CAAC"}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import * as c from "react";
|
|
2
|
+
import { OTPInput as l, OTPInputContext as u } from "input-otp";
|
|
3
|
+
import { MinusIcon as p } from "lucide-react";
|
|
4
|
+
import { cn as i } from "@inspirecn/ui/lib/utils";
|
|
5
|
+
import { jsx as e, jsxs as b } from "react/jsx-runtime";
|
|
6
|
+
function x({
|
|
7
|
+
className: t,
|
|
8
|
+
containerClassName: a,
|
|
9
|
+
"aria-label": n = "Enter one-time password",
|
|
10
|
+
"aria-labelledby": r,
|
|
11
|
+
"aria-describedby": o,
|
|
12
|
+
...d
|
|
13
|
+
}) {
|
|
14
|
+
return /* @__PURE__ */ e(l, {
|
|
15
|
+
"data-slot": "input-otp",
|
|
16
|
+
containerClassName: i("flex items-center gap-2 has-disabled:opacity-50", a),
|
|
17
|
+
className: i("disabled:cursor-not-allowed", t),
|
|
18
|
+
"aria-label": n,
|
|
19
|
+
"aria-labelledby": r,
|
|
20
|
+
"aria-describedby": o,
|
|
21
|
+
...d
|
|
22
|
+
});
|
|
23
|
+
}
|
|
24
|
+
function h({
|
|
25
|
+
className: t,
|
|
26
|
+
...a
|
|
27
|
+
}) {
|
|
28
|
+
return /* @__PURE__ */ e("div", {
|
|
29
|
+
"data-slot": "input-otp-group",
|
|
30
|
+
className: i("flex items-center", t),
|
|
31
|
+
...a
|
|
32
|
+
});
|
|
33
|
+
}
|
|
34
|
+
function y({
|
|
35
|
+
index: t,
|
|
36
|
+
className: a,
|
|
37
|
+
...n
|
|
38
|
+
}) {
|
|
39
|
+
const r = c.useContext(u), {
|
|
40
|
+
char: o,
|
|
41
|
+
hasFakeCaret: d,
|
|
42
|
+
isActive: s
|
|
43
|
+
} = (r == null ? void 0 : r.slots[t]) ?? {};
|
|
44
|
+
return /* @__PURE__ */ b("div", {
|
|
45
|
+
"data-slot": "input-otp-slot",
|
|
46
|
+
"data-active": s,
|
|
47
|
+
className: i("data-[active=true]:border-ring data-[active=true]:ring-ring/50 data-[active=true]:aria-invalid:ring-destructive/20 dark:data-[active=true]:aria-invalid:ring-destructive/40 aria-invalid:border-destructive data-[active=true]:aria-invalid:border-destructive dark:bg-input/30 border-input shadow-xs relative flex h-9 w-9 items-center justify-center border-y border-r text-sm outline-none transition-all first:rounded-l-md first:border-l last:rounded-r-md data-[active=true]:z-10 data-[active=true]:ring-[3px]", "bg-background! hover:bg-accent! hover:text-accent-foreground! dark:hover:bg-accent/50!", a),
|
|
48
|
+
...n,
|
|
49
|
+
children: [o, d && /* @__PURE__ */ e("div", {
|
|
50
|
+
className: "pointer-events-none absolute inset-0 flex items-center justify-center",
|
|
51
|
+
children: /* @__PURE__ */ e("div", {
|
|
52
|
+
className: "animate-caret-blink bg-foreground h-4 w-px duration-1000"
|
|
53
|
+
})
|
|
54
|
+
})]
|
|
55
|
+
});
|
|
56
|
+
}
|
|
57
|
+
function I({
|
|
58
|
+
...t
|
|
59
|
+
}) {
|
|
60
|
+
return /* @__PURE__ */ e("div", {
|
|
61
|
+
"data-slot": "input-otp-separator",
|
|
62
|
+
role: "separator",
|
|
63
|
+
...t,
|
|
64
|
+
children: /* @__PURE__ */ e(p, {})
|
|
65
|
+
});
|
|
66
|
+
}
|
|
67
|
+
export {
|
|
68
|
+
x as InputOTP,
|
|
69
|
+
h as InputOTPGroup,
|
|
70
|
+
I as InputOTPSeparator,
|
|
71
|
+
y as InputOTPSlot
|
|
72
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This component is a wrapper around the react-phone-number-input library using shadcn/ui components.
|
|
3
|
+
* Source: https://shadcn-phone-input.vercel.app/
|
|
4
|
+
* Underlying Package: https://www.npmjs.com/package/react-phone-number-input
|
|
5
|
+
*/
|
|
6
|
+
import * as React from 'react';
|
|
7
|
+
import * as RPNInput from 'react-phone-number-input';
|
|
8
|
+
type InputPhoneProps = Omit<React.ComponentProps<'input'>, 'onChange' | 'value' | 'ref'> & Omit<RPNInput.Props<typeof RPNInput.default>, 'onChange'> & {
|
|
9
|
+
onChange?: (value: RPNInput.Value) => void;
|
|
10
|
+
};
|
|
11
|
+
declare const InputPhone: React.ForwardRefExoticComponent<InputPhoneProps>;
|
|
12
|
+
export { InputPhone };
|
|
13
|
+
//# sourceMappingURL=InputPhone.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InputPhone.d.ts","sourceRoot":"","sources":["../../../src/components/input-phone/InputPhone.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAkBH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,QAAQ,MAAM,0BAA0B,CAAC;AAGrD,KAAK,eAAe,GAAG,IAAI,CACzB,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,EAC7B,UAAU,GAAG,OAAO,GAAG,KAAK,CAC7B,GACC,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,OAAO,QAAQ,CAAC,OAAO,CAAC,EAAE,UAAU,CAAC,GAAG;IAC1D,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,QAAQ,CAAC,KAAK,KAAK,IAAI,CAAC;CAC5C,CAAC;AAEJ,QAAA,MAAM,UAAU,EAAE,KAAK,CAAC,yBAAyB,CAAC,eAAe,CAyB9D,CAAC;AAgHJ,OAAO,EAAE,UAAU,EAAE,CAAC"}
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
import { Button as u } from "../button/Button.js";
|
|
2
|
+
import { Command as f, CommandInput as h, CommandList as C, CommandEmpty as N, CommandGroup as g, CommandItem as x } from "../command/Command.js";
|
|
3
|
+
import { Input as y } from "../input/Input.js";
|
|
4
|
+
import { Popover as I, PopoverTrigger as P, PopoverContent as v } from "../popover/Popover.js";
|
|
5
|
+
import { ScrollArea as w } from "../scroll-area/ScrollArea.js";
|
|
6
|
+
import { cn as s } from "@inspirecn/ui/lib/utils";
|
|
7
|
+
import { ChevronsUpDown as S, CheckIcon as z } from "lucide-react";
|
|
8
|
+
import * as p from "react";
|
|
9
|
+
import * as c from "react-phone-number-input";
|
|
10
|
+
import R from "react-phone-number-input/flags";
|
|
11
|
+
import { jsx as o, jsxs as a } from "react/jsx-runtime";
|
|
12
|
+
const j = p.forwardRef(({
|
|
13
|
+
className: n,
|
|
14
|
+
onChange: e,
|
|
15
|
+
...r
|
|
16
|
+
}, t) => /* @__PURE__ */ o(c.default, {
|
|
17
|
+
ref: t,
|
|
18
|
+
className: s("flex", n),
|
|
19
|
+
flagComponent: l,
|
|
20
|
+
countrySelectComponent: b,
|
|
21
|
+
inputComponent: i,
|
|
22
|
+
smartCaret: !1,
|
|
23
|
+
onChange: (m) => e == null ? void 0 : e(m || ""),
|
|
24
|
+
...r
|
|
25
|
+
}));
|
|
26
|
+
j.displayName = "PhoneInput";
|
|
27
|
+
const i = p.forwardRef(({
|
|
28
|
+
className: n,
|
|
29
|
+
...e
|
|
30
|
+
}, r) => /* @__PURE__ */ o(y, {
|
|
31
|
+
className: s("rounded-e-lg rounded-s-none", n),
|
|
32
|
+
...e,
|
|
33
|
+
ref: r
|
|
34
|
+
}));
|
|
35
|
+
i.displayName = "InputComponent";
|
|
36
|
+
const b = ({
|
|
37
|
+
disabled: n,
|
|
38
|
+
value: e,
|
|
39
|
+
options: r,
|
|
40
|
+
onChange: t
|
|
41
|
+
}) => /* @__PURE__ */ a(I, {
|
|
42
|
+
children: [/* @__PURE__ */ o(P, {
|
|
43
|
+
asChild: !0,
|
|
44
|
+
children: /* @__PURE__ */ a(u, {
|
|
45
|
+
type: "button",
|
|
46
|
+
variant: "outline",
|
|
47
|
+
className: "flex gap-1 h-8 rounded-e-none rounded-s-lg border-r-0 px-3 focus:z-10",
|
|
48
|
+
disabled: n,
|
|
49
|
+
iconPosition: "right",
|
|
50
|
+
children: [/* @__PURE__ */ o(l, {
|
|
51
|
+
country: e,
|
|
52
|
+
countryName: e
|
|
53
|
+
}), /* @__PURE__ */ o(S, {
|
|
54
|
+
className: s("size-4 opacity-50", n ? "hidden" : "opacity-100")
|
|
55
|
+
})]
|
|
56
|
+
})
|
|
57
|
+
}), /* @__PURE__ */ o(v, {
|
|
58
|
+
className: "w-[300px] p-0",
|
|
59
|
+
children: /* @__PURE__ */ a(f, {
|
|
60
|
+
children: [/* @__PURE__ */ o(h, {
|
|
61
|
+
placeholder: "Search country..."
|
|
62
|
+
}), /* @__PURE__ */ o(C, {
|
|
63
|
+
children: /* @__PURE__ */ a(w, {
|
|
64
|
+
className: "h-72",
|
|
65
|
+
children: [/* @__PURE__ */ o(N, {
|
|
66
|
+
children: "No country found."
|
|
67
|
+
}), /* @__PURE__ */ o(g, {
|
|
68
|
+
children: r.map(({
|
|
69
|
+
value: m,
|
|
70
|
+
label: d
|
|
71
|
+
}) => m ? /* @__PURE__ */ o(F, {
|
|
72
|
+
country: m,
|
|
73
|
+
countryName: d,
|
|
74
|
+
selectedCountry: e,
|
|
75
|
+
onChange: t
|
|
76
|
+
}, m) : null)
|
|
77
|
+
})]
|
|
78
|
+
})
|
|
79
|
+
})]
|
|
80
|
+
})
|
|
81
|
+
})]
|
|
82
|
+
}), F = ({
|
|
83
|
+
country: n,
|
|
84
|
+
countryName: e,
|
|
85
|
+
selectedCountry: r,
|
|
86
|
+
onChange: t
|
|
87
|
+
}) => /* @__PURE__ */ a(x, {
|
|
88
|
+
className: "gap-2",
|
|
89
|
+
onSelect: () => t(n),
|
|
90
|
+
children: [/* @__PURE__ */ o(l, {
|
|
91
|
+
country: n,
|
|
92
|
+
countryName: e
|
|
93
|
+
}), /* @__PURE__ */ o("span", {
|
|
94
|
+
className: "flex-1 text-sm",
|
|
95
|
+
children: e
|
|
96
|
+
}), /* @__PURE__ */ o("span", {
|
|
97
|
+
className: "text-foreground/50 text-sm",
|
|
98
|
+
children: `+${c.getCountryCallingCode(n)}`
|
|
99
|
+
}), /* @__PURE__ */ o(z, {
|
|
100
|
+
className: `ml-auto size-4 ${n === r ? "opacity-100" : "opacity-0"}`
|
|
101
|
+
})]
|
|
102
|
+
}), l = ({
|
|
103
|
+
country: n,
|
|
104
|
+
countryName: e
|
|
105
|
+
}) => {
|
|
106
|
+
const r = R[n];
|
|
107
|
+
return /* @__PURE__ */ o("span", {
|
|
108
|
+
className: "bg-foreground/20 rounded-xs flex h-4 w-6 items-center justify-center overflow-hidden [&_svg]:size-full",
|
|
109
|
+
children: r && /* @__PURE__ */ o(r, {
|
|
110
|
+
title: e
|
|
111
|
+
})
|
|
112
|
+
});
|
|
113
|
+
};
|
|
114
|
+
export {
|
|
115
|
+
j as InputPhone
|
|
116
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
export interface InputTagsProps extends Omit<React.HTMLAttributes<HTMLDivElement>, 'onChange'> {
|
|
3
|
+
/** Array of tag values */
|
|
4
|
+
value: string[];
|
|
5
|
+
/** Callback when tags change */
|
|
6
|
+
onChange: (value: string[]) => void;
|
|
7
|
+
/** Placeholder text for the input */
|
|
8
|
+
placeholder?: string;
|
|
9
|
+
/** Maximum number of tags allowed */
|
|
10
|
+
maxTags?: number;
|
|
11
|
+
/** Minimum length for a tag to be valid */
|
|
12
|
+
minTagLength?: number;
|
|
13
|
+
/** Maximum length for a single tag */
|
|
14
|
+
maxTagLength?: number;
|
|
15
|
+
/** Whether the component is disabled */
|
|
16
|
+
disabled?: boolean;
|
|
17
|
+
/** Custom validation function for tags */
|
|
18
|
+
validateTag?: (tag: string) => boolean | string;
|
|
19
|
+
/** Separator characters for pasting multiple tags */
|
|
20
|
+
separators?: string[];
|
|
21
|
+
/** Whether to allow duplicate tags */
|
|
22
|
+
allowDuplicates?: boolean;
|
|
23
|
+
/** Whether to show the error message */
|
|
24
|
+
validationError?: boolean;
|
|
25
|
+
}
|
|
26
|
+
declare const InputTags: React.ForwardRefExoticComponent<InputTagsProps & React.RefAttributes<HTMLDivElement>>;
|
|
27
|
+
export { InputTags };
|
|
28
|
+
//# sourceMappingURL=InputTags.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InputTags.d.ts","sourceRoot":"","sources":["../../../src/components/input-tags/InputTags.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,MAAM,WAAW,cACf,SAAQ,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,UAAU,CAAC;IAC9D,0BAA0B;IAC1B,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,gCAAgC;IAChC,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;IACpC,qCAAqC;IACrC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,qCAAqC;IACrC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,2CAA2C;IAC3C,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,sCAAsC;IACtC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,wCAAwC;IACxC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,0CAA0C;IAC1C,WAAW,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,OAAO,GAAG,MAAM,CAAC;IAChD,qDAAqD;IACrD,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB,sCAAsC;IACtC,eAAe,CAAC,EAAE,OAAO,CAAC;IAE1B,wCAAwC;IACxC,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED,QAAA,MAAM,SAAS,uFA6Ld,CAAC;AAIF,OAAO,EAAE,SAAS,EAAE,CAAC"}
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
import { Badge as K } from "../badge/Badge.js";
|
|
2
|
+
import { Input as M } from "../input/Input.js";
|
|
3
|
+
import { cn as P } from "@inspirecn/ui/lib/utils";
|
|
4
|
+
import { X as S } from "lucide-react";
|
|
5
|
+
import * as n from "react";
|
|
6
|
+
import { jsxs as x, jsx as m } from "react/jsx-runtime";
|
|
7
|
+
const V = n.forwardRef(({
|
|
8
|
+
value: t = [],
|
|
9
|
+
onChange: c,
|
|
10
|
+
placeholder: y = "Add tags...",
|
|
11
|
+
maxTags: l = 10,
|
|
12
|
+
minTagLength: u = 1,
|
|
13
|
+
maxTagLength: h = 50,
|
|
14
|
+
disabled: a = !1,
|
|
15
|
+
validateTag: b,
|
|
16
|
+
separators: k = [",", " ", `
|
|
17
|
+
`],
|
|
18
|
+
allowDuplicates: w = !1,
|
|
19
|
+
className: $,
|
|
20
|
+
validationError: v,
|
|
21
|
+
...I
|
|
22
|
+
}, N) => {
|
|
23
|
+
const [s, f] = n.useState(""), [R, o] = n.useState(null), C = n.useRef(null), i = n.useCallback((e) => {
|
|
24
|
+
const r = e.trim();
|
|
25
|
+
if (r.length < u)
|
|
26
|
+
return o(`Tag must be at least ${u} character${u > 1 ? "s" : ""}`), !1;
|
|
27
|
+
if (r.length > h)
|
|
28
|
+
return o(`Tag must be no more than ${h} characters`), !1;
|
|
29
|
+
if (t.length >= l)
|
|
30
|
+
return o(`Maximum ${l} tags allowed`), !1;
|
|
31
|
+
if (!w && t.includes(r))
|
|
32
|
+
return o("Tag already exists"), !1;
|
|
33
|
+
if (b) {
|
|
34
|
+
const d = b(r);
|
|
35
|
+
if (d !== !0)
|
|
36
|
+
return o(typeof d == "string" ? d : "Invalid tag"), !1;
|
|
37
|
+
}
|
|
38
|
+
return o(null), c([...t, r]), !0;
|
|
39
|
+
}, [t, c, u, h, l, w, b]), g = n.useCallback((e) => {
|
|
40
|
+
c(t.filter((r) => r !== e)), o(null);
|
|
41
|
+
}, [t, c]), D = n.useCallback((e) => {
|
|
42
|
+
a || (e.key === "Enter" || e.key === "," ? (e.preventDefault(), s.trim() && i(s) && f("")) : e.key === "Backspace" && !s && t.length > 0 && g(t[t.length - 1]));
|
|
43
|
+
}, [s, i, g, t, a]), B = n.useCallback((e) => {
|
|
44
|
+
if (a) return;
|
|
45
|
+
e.preventDefault(), e.clipboardData.getData("text").split(new RegExp(`[${k.map((p) => `\\${p}`).join("")}]+`)).forEach((p) => {
|
|
46
|
+
p.trim() && i(p);
|
|
47
|
+
}), f("");
|
|
48
|
+
}, [i, k, a]), E = n.useCallback((e) => {
|
|
49
|
+
f(e.target.value), o(null);
|
|
50
|
+
}, []), j = n.useCallback(() => {
|
|
51
|
+
s.trim() && (i(s), f(""));
|
|
52
|
+
}, [s, i]);
|
|
53
|
+
return /* @__PURE__ */ x("div", {
|
|
54
|
+
ref: N,
|
|
55
|
+
className: P("border-input bg-background ring-offset-background focus-within:ring-ring flex flex-wrap items-center gap-1 overflow-hidden rounded-md border p-1 focus-within:ring-2 focus-within:ring-offset-2", a && "cursor-not-allowed opacity-50", R && "border-destructive", v && "border-destructive", $),
|
|
56
|
+
...I,
|
|
57
|
+
children: [t.map((e, r) => /* @__PURE__ */ x(K, {
|
|
58
|
+
variant: "secondary",
|
|
59
|
+
className: "relative flex items-center gap-1 truncate rounded px-1",
|
|
60
|
+
children: [/* @__PURE__ */ m("span", {
|
|
61
|
+
className: "text-xs",
|
|
62
|
+
children: e
|
|
63
|
+
}), !a && /* @__PURE__ */ m("button", {
|
|
64
|
+
type: "button",
|
|
65
|
+
onClick: () => g(e),
|
|
66
|
+
className: "disabled:cursor-not-allowed",
|
|
67
|
+
"aria-label": `Remove ${e} option`,
|
|
68
|
+
children: /* @__PURE__ */ m(S, {
|
|
69
|
+
className: "hover:stroke-destructive h-4 w-4"
|
|
70
|
+
})
|
|
71
|
+
})]
|
|
72
|
+
}, `${e}-${r}`)), /* @__PURE__ */ m(M, {
|
|
73
|
+
ref: C,
|
|
74
|
+
value: s,
|
|
75
|
+
onChange: E,
|
|
76
|
+
onKeyDown: D,
|
|
77
|
+
onPaste: B,
|
|
78
|
+
onBlur: j,
|
|
79
|
+
placeholder: t.length >= l ? "Maximum tags reached" : y,
|
|
80
|
+
disabled: a || t.length >= l,
|
|
81
|
+
className: "placeholder:text-muted-foreground bg-transparent! hover:bg-transparent! dark:hover:bg-transparent! h-7 min-w-fit flex-1 border-none px-1 outline-0 focus-visible:border-0 focus-visible:outline-0 focus-visible:ring-0 focus-visible:ring-offset-0"
|
|
82
|
+
})]
|
|
83
|
+
});
|
|
84
|
+
});
|
|
85
|
+
V.displayName = "InputTags";
|
|
86
|
+
export {
|
|
87
|
+
V as InputTags
|
|
88
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { type VariantProps } from "class-variance-authority";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
import { Separator } from "../separator/Separator";
|
|
4
|
+
declare function ItemGroup({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
declare function ItemSeparator({ className, ...props }: React.ComponentProps<typeof Separator>): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
declare const itemVariants: (props?: ({
|
|
7
|
+
variant?: "default" | "outline" | "muted" | null | undefined;
|
|
8
|
+
size?: "default" | "sm" | null | undefined;
|
|
9
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
10
|
+
declare function Item({ className, variant, size, asChild, ...props }: React.ComponentProps<"div"> & VariantProps<typeof itemVariants> & {
|
|
11
|
+
asChild?: boolean;
|
|
12
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
declare const itemMediaVariants: (props?: ({
|
|
14
|
+
variant?: "default" | "image" | "icon" | null | undefined;
|
|
15
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
16
|
+
declare function ItemMedia({ className, variant, ...props }: React.ComponentProps<"div"> & VariantProps<typeof itemMediaVariants>): import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
declare function ItemContent({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
|
|
18
|
+
declare function ItemTitle({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
|
|
19
|
+
declare function ItemDescription({ className, ...props }: React.ComponentProps<"p">): import("react/jsx-runtime").JSX.Element;
|
|
20
|
+
declare function ItemActions({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
|
|
21
|
+
declare function ItemHeader({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
|
|
22
|
+
declare function ItemFooter({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
|
|
23
|
+
export { Item, ItemActions, ItemContent, ItemDescription, ItemFooter, ItemGroup, ItemHeader, ItemMedia, ItemSeparator, ItemTitle, };
|
|
24
|
+
//# sourceMappingURL=Item.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Item.d.ts","sourceRoot":"","sources":["../../../src/components/item/Item.tsx"],"names":[],"mappings":"AACA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAEnD,iBAAS,SAAS,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAStE;AAED,iBAAS,aAAa,CAAC,EACrB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,SAAS,CAAC,2CASxC;AAED,QAAA,MAAM,YAAY;;;8EAmBjB,CAAC;AAEF,iBAAS,IAAI,CAAC,EACZ,SAAS,EACT,OAAmB,EACnB,IAAgB,EAChB,OAAe,EACf,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GAC5B,YAAY,CAAC,OAAO,YAAY,CAAC,GAAG;IAAE,OAAO,CAAC,EAAE,OAAO,CAAA;CAAE,2CAW1D;AAED,QAAA,MAAM,iBAAiB;;8EAetB,CAAC;AAEF,iBAAS,SAAS,CAAC,EACjB,SAAS,EACT,OAAmB,EACnB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GAAG,YAAY,CAAC,OAAO,iBAAiB,CAAC,2CAStE;AAED,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAWxE;AAED,iBAAS,SAAS,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAWtE;AAED,iBAAS,eAAe,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,GAAG,CAAC,2CAY1E;AAED,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAQxE;AAED,iBAAS,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAWvE;AAED,iBAAS,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAWvE;AAED,OAAO,EACL,IAAI,EACJ,WAAW,EACX,WAAW,EACX,eAAe,EACf,UAAU,EACV,SAAS,EACT,UAAU,EACV,SAAS,EACT,aAAa,EACb,SAAS,GACV,CAAC"}
|
|
@@ -0,0 +1,162 @@
|
|
|
1
|
+
import { Slot as l } from "@radix-ui/react-slot";
|
|
2
|
+
import { cva as n } from "class-variance-authority";
|
|
3
|
+
import { cn as a } from "@inspirecn/ui/lib/utils";
|
|
4
|
+
import { Separator as m } from "../separator/Separator.js";
|
|
5
|
+
import { jsx as i } from "react/jsx-runtime";
|
|
6
|
+
function b({
|
|
7
|
+
className: e,
|
|
8
|
+
...t
|
|
9
|
+
}) {
|
|
10
|
+
return /* @__PURE__ */ i("div", {
|
|
11
|
+
role: "list",
|
|
12
|
+
"data-slot": "item-group",
|
|
13
|
+
className: a("group/item-group flex flex-col", e),
|
|
14
|
+
...t
|
|
15
|
+
});
|
|
16
|
+
}
|
|
17
|
+
function I({
|
|
18
|
+
className: e,
|
|
19
|
+
...t
|
|
20
|
+
}) {
|
|
21
|
+
return /* @__PURE__ */ i(m, {
|
|
22
|
+
"data-slot": "item-separator",
|
|
23
|
+
orientation: "horizontal",
|
|
24
|
+
className: a("my-0", e),
|
|
25
|
+
...t
|
|
26
|
+
});
|
|
27
|
+
}
|
|
28
|
+
const d = n("group/item flex items-center border border-transparent text-sm rounded-md transition-colors [a]:hover:bg-accent/50 [a]:transition-colors duration-100 flex-wrap outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px]", {
|
|
29
|
+
variants: {
|
|
30
|
+
variant: {
|
|
31
|
+
default: "bg-transparent",
|
|
32
|
+
outline: "border-border",
|
|
33
|
+
muted: "bg-muted/50"
|
|
34
|
+
},
|
|
35
|
+
size: {
|
|
36
|
+
default: "p-4 gap-4 ",
|
|
37
|
+
sm: "py-3 px-4 gap-2.5"
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
defaultVariants: {
|
|
41
|
+
variant: "default",
|
|
42
|
+
size: "default"
|
|
43
|
+
}
|
|
44
|
+
});
|
|
45
|
+
function N({
|
|
46
|
+
className: e,
|
|
47
|
+
variant: t = "default",
|
|
48
|
+
size: r = "default",
|
|
49
|
+
asChild: o = !1,
|
|
50
|
+
...s
|
|
51
|
+
}) {
|
|
52
|
+
return /* @__PURE__ */ i(o ? l : "div", {
|
|
53
|
+
"data-slot": "item",
|
|
54
|
+
"data-variant": t,
|
|
55
|
+
"data-size": r,
|
|
56
|
+
className: a(d({
|
|
57
|
+
variant: t,
|
|
58
|
+
size: r,
|
|
59
|
+
className: e
|
|
60
|
+
})),
|
|
61
|
+
...s
|
|
62
|
+
});
|
|
63
|
+
}
|
|
64
|
+
const u = n("flex shrink-0 items-center justify-center gap-2 group-has-[[data-slot=item-description]]/item:self-start [&_svg]:pointer-events-none group-has-[[data-slot=item-description]]/item:translate-y-0.5", {
|
|
65
|
+
variants: {
|
|
66
|
+
variant: {
|
|
67
|
+
default: "bg-transparent",
|
|
68
|
+
icon: "size-8 border rounded-sm bg-muted [&_svg:not([class*='size-'])]:size-4",
|
|
69
|
+
image: "size-10 rounded-sm overflow-hidden [&_img]:size-full [&_img]:object-cover"
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
defaultVariants: {
|
|
73
|
+
variant: "default"
|
|
74
|
+
}
|
|
75
|
+
});
|
|
76
|
+
function h({
|
|
77
|
+
className: e,
|
|
78
|
+
variant: t = "default",
|
|
79
|
+
...r
|
|
80
|
+
}) {
|
|
81
|
+
return /* @__PURE__ */ i("div", {
|
|
82
|
+
"data-slot": "item-media",
|
|
83
|
+
"data-variant": t,
|
|
84
|
+
className: a(u({
|
|
85
|
+
variant: t,
|
|
86
|
+
className: e
|
|
87
|
+
})),
|
|
88
|
+
...r
|
|
89
|
+
});
|
|
90
|
+
}
|
|
91
|
+
function z({
|
|
92
|
+
className: e,
|
|
93
|
+
...t
|
|
94
|
+
}) {
|
|
95
|
+
return /* @__PURE__ */ i("div", {
|
|
96
|
+
"data-slot": "item-content",
|
|
97
|
+
className: a("flex flex-1 flex-col gap-1 [&+[data-slot=item-content]]:flex-none", e),
|
|
98
|
+
...t
|
|
99
|
+
});
|
|
100
|
+
}
|
|
101
|
+
function y({
|
|
102
|
+
className: e,
|
|
103
|
+
...t
|
|
104
|
+
}) {
|
|
105
|
+
return /* @__PURE__ */ i("div", {
|
|
106
|
+
"data-slot": "item-title",
|
|
107
|
+
className: a("flex w-fit items-center gap-2 text-sm leading-snug font-medium", e),
|
|
108
|
+
...t
|
|
109
|
+
});
|
|
110
|
+
}
|
|
111
|
+
function j({
|
|
112
|
+
className: e,
|
|
113
|
+
...t
|
|
114
|
+
}) {
|
|
115
|
+
return /* @__PURE__ */ i("p", {
|
|
116
|
+
"data-slot": "item-description",
|
|
117
|
+
className: a("text-muted-foreground line-clamp-2 text-sm leading-normal font-normal text-balance", "[&>a:hover]:text-primary [&>a]:underline [&>a]:underline-offset-4", e),
|
|
118
|
+
...t
|
|
119
|
+
});
|
|
120
|
+
}
|
|
121
|
+
function w({
|
|
122
|
+
className: e,
|
|
123
|
+
...t
|
|
124
|
+
}) {
|
|
125
|
+
return /* @__PURE__ */ i("div", {
|
|
126
|
+
"data-slot": "item-actions",
|
|
127
|
+
className: a("flex items-center gap-2", e),
|
|
128
|
+
...t
|
|
129
|
+
});
|
|
130
|
+
}
|
|
131
|
+
function V({
|
|
132
|
+
className: e,
|
|
133
|
+
...t
|
|
134
|
+
}) {
|
|
135
|
+
return /* @__PURE__ */ i("div", {
|
|
136
|
+
"data-slot": "item-header",
|
|
137
|
+
className: a("flex basis-full items-center justify-between gap-2", e),
|
|
138
|
+
...t
|
|
139
|
+
});
|
|
140
|
+
}
|
|
141
|
+
function _({
|
|
142
|
+
className: e,
|
|
143
|
+
...t
|
|
144
|
+
}) {
|
|
145
|
+
return /* @__PURE__ */ i("div", {
|
|
146
|
+
"data-slot": "item-footer",
|
|
147
|
+
className: a("flex basis-full items-center justify-between gap-2", e),
|
|
148
|
+
...t
|
|
149
|
+
});
|
|
150
|
+
}
|
|
151
|
+
export {
|
|
152
|
+
N as Item,
|
|
153
|
+
w as ItemActions,
|
|
154
|
+
z as ItemContent,
|
|
155
|
+
j as ItemDescription,
|
|
156
|
+
_ as ItemFooter,
|
|
157
|
+
b as ItemGroup,
|
|
158
|
+
V as ItemHeader,
|
|
159
|
+
h as ItemMedia,
|
|
160
|
+
I as ItemSeparator,
|
|
161
|
+
y as ItemTitle
|
|
162
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
declare function Kbd({ className, ...props }: React.ComponentProps<"kbd">): import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
declare function KbdGroup({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export { Kbd, KbdGroup };
|
|
4
|
+
//# sourceMappingURL=Kbd.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Kbd.d.ts","sourceRoot":"","sources":["../../../src/components/kbd/Kbd.tsx"],"names":[],"mappings":"AAEA,iBAAS,GAAG,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAahE;AAED,iBAAS,QAAQ,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAQrE;AAED,OAAO,EAAE,GAAG,EAAE,QAAQ,EAAE,CAAA"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { cn as n } from "@inspirecn/ui/lib/utils";
|
|
2
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
3
|
+
function r({
|
|
4
|
+
className: t,
|
|
5
|
+
...e
|
|
6
|
+
}) {
|
|
7
|
+
return /* @__PURE__ */ o("kbd", {
|
|
8
|
+
"data-slot": "kbd",
|
|
9
|
+
className: n("bg-muted text-muted-foreground pointer-events-none inline-flex h-5 w-fit min-w-5 items-center justify-center gap-1 rounded-sm px-1 font-sans text-xs font-medium select-none", "[&_svg:not([class*='size-'])]:size-3", "[[data-slot=tooltip-content]_&]:bg-background/20 [[data-slot=tooltip-content]_&]:text-background dark:[[data-slot=tooltip-content]_&]:bg-background/10", t),
|
|
10
|
+
...e
|
|
11
|
+
});
|
|
12
|
+
}
|
|
13
|
+
function d({
|
|
14
|
+
className: t,
|
|
15
|
+
...e
|
|
16
|
+
}) {
|
|
17
|
+
return /* @__PURE__ */ o("kbd", {
|
|
18
|
+
"data-slot": "kbd-group",
|
|
19
|
+
className: n("inline-flex items-center gap-1", t),
|
|
20
|
+
...e
|
|
21
|
+
});
|
|
22
|
+
}
|
|
23
|
+
export {
|
|
24
|
+
r as Kbd,
|
|
25
|
+
d as KbdGroup
|
|
26
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as LabelPrimitive from "@radix-ui/react-label";
|
|
3
|
+
interface LabelProps extends React.ComponentProps<typeof LabelPrimitive.Root> {
|
|
4
|
+
required?: boolean;
|
|
5
|
+
optional?: boolean;
|
|
6
|
+
info?: string;
|
|
7
|
+
disabled?: boolean;
|
|
8
|
+
}
|
|
9
|
+
declare function Label({ className, required, optional, info, disabled, children, ...props }: LabelProps): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export { Label };
|
|
11
|
+
//# sourceMappingURL=Label.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Label.d.ts","sourceRoot":"","sources":["../../../src/components/label/Label.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,cAAc,MAAM,uBAAuB,CAAC;AAKxD,UAAU,UAAW,SAAQ,KAAK,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,IAAI,CAAC;IAC3E,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,iBAAS,KAAK,CAAC,EACb,SAAS,EACT,QAAQ,EACR,QAAQ,EACR,IAAI,EACJ,QAAQ,EACR,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,UAAU,2CAsBZ;AAED,OAAO,EAAE,KAAK,EAAE,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import * as i from "@radix-ui/react-label";
|
|
2
|
+
import { InfoIcon as l } from "lucide-react";
|
|
3
|
+
import { cn as n } from "@inspirecn/ui/lib/utils";
|
|
4
|
+
import { jsxs as s, jsx as d } from "react/jsx-runtime";
|
|
5
|
+
function x({
|
|
6
|
+
className: t,
|
|
7
|
+
required: p,
|
|
8
|
+
optional: m,
|
|
9
|
+
info: o,
|
|
10
|
+
disabled: e,
|
|
11
|
+
children: r,
|
|
12
|
+
...a
|
|
13
|
+
}) {
|
|
14
|
+
return /* @__PURE__ */ s(i.Root, {
|
|
15
|
+
"data-slot": "label",
|
|
16
|
+
"data-disabled": e,
|
|
17
|
+
className: n("flex select-none items-center gap-2 text-heading-xs! font-normal text-text-primary peer-disabled:cursor-not-allowed peer-disabled:opacity-50 group-data-[disabled=true]:pointer-events-none group-data-[disabled=true]:opacity-50", e && "cursor-not-allowed opacity-50", t),
|
|
18
|
+
...a,
|
|
19
|
+
children: [r, o && /* @__PURE__ */ d(l, {
|
|
20
|
+
className: "text-muted-foreground size-4 cursor-help"
|
|
21
|
+
})]
|
|
22
|
+
});
|
|
23
|
+
}
|
|
24
|
+
export {
|
|
25
|
+
x as Label
|
|
26
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import * as MenubarPrimitive from "@radix-ui/react-menubar";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
declare function Menubar({ className, ...props }: React.ComponentProps<typeof MenubarPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
declare function MenubarMenu({ ...props }: React.ComponentProps<typeof MenubarPrimitive.Menu>): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
declare function MenubarGroup({ ...props }: React.ComponentProps<typeof MenubarPrimitive.Group>): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
declare function MenubarPortal({ ...props }: React.ComponentProps<typeof MenubarPrimitive.Portal>): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare function MenubarRadioGroup({ ...props }: React.ComponentProps<typeof MenubarPrimitive.RadioGroup>): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
declare function MenubarTrigger({ className, ...props }: React.ComponentProps<typeof MenubarPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
declare function MenubarContent({ className, align, alignOffset, sideOffset, ...props }: React.ComponentProps<typeof MenubarPrimitive.Content>): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
declare function MenubarItem({ className, inset, variant, ...props }: React.ComponentProps<typeof MenubarPrimitive.Item> & {
|
|
11
|
+
inset?: boolean;
|
|
12
|
+
variant?: "default" | "destructive";
|
|
13
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
declare function MenubarCheckboxItem({ className, children, checked, ...props }: React.ComponentProps<typeof MenubarPrimitive.CheckboxItem>): import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
declare function MenubarRadioItem({ className, children, ...props }: React.ComponentProps<typeof MenubarPrimitive.RadioItem>): import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
declare function MenubarLabel({ className, inset, ...props }: React.ComponentProps<typeof MenubarPrimitive.Label> & {
|
|
17
|
+
inset?: boolean;
|
|
18
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
19
|
+
declare function MenubarSeparator({ className, ...props }: React.ComponentProps<typeof MenubarPrimitive.Separator>): import("react/jsx-runtime").JSX.Element;
|
|
20
|
+
declare function MenubarShortcut({ className, ...props }: React.ComponentProps<"span">): import("react/jsx-runtime").JSX.Element;
|
|
21
|
+
declare function MenubarSub({ ...props }: React.ComponentProps<typeof MenubarPrimitive.Sub>): import("react/jsx-runtime").JSX.Element;
|
|
22
|
+
declare function MenubarSubTrigger({ className, inset, children, ...props }: React.ComponentProps<typeof MenubarPrimitive.SubTrigger> & {
|
|
23
|
+
inset?: boolean;
|
|
24
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
25
|
+
declare function MenubarSubContent({ className, ...props }: React.ComponentProps<typeof MenubarPrimitive.SubContent>): import("react/jsx-runtime").JSX.Element;
|
|
26
|
+
export { Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, 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/Menubar.tsx"],"names":[],"mappings":"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"}
|