@xjur-ui/react 2.3.1 → 3.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/CHANGELOG.md +59 -0
- package/dist/components/accordion/accordion-content.d.ts +6 -0
- package/dist/components/accordion/accordion-content.js +1 -0
- package/dist/components/accordion/accordion-item.d.ts +7 -0
- package/dist/components/accordion/accordion-item.js +1 -0
- package/dist/components/accordion/accordion-root.d.ts +11 -0
- package/dist/components/accordion/accordion-root.js +1 -0
- package/dist/components/accordion/accordion-styles.d.ts +7 -0
- package/dist/components/accordion/accordion-styles.js +1 -0
- package/dist/components/accordion/accordion-tab-header.d.ts +16 -0
- package/dist/components/accordion/accordion-tab-header.js +1 -0
- package/dist/components/accordion/accordion-trigger.d.ts +9 -0
- package/dist/components/accordion/accordion-trigger.js +1 -0
- package/dist/components/accordion/index.d.ts +5 -0
- package/dist/components/accordion/index.js +1 -0
- package/dist/components/avatar/avatar-fallback.d.ts +2 -0
- package/dist/components/avatar/avatar-fallback.js +1 -0
- package/dist/components/avatar/avatar-group.d.ts +12 -0
- package/dist/components/avatar/avatar-group.js +1 -0
- package/dist/components/avatar/avatar-image.d.ts +2 -0
- package/dist/components/avatar/avatar-image.js +1 -0
- package/dist/components/avatar/avatar-root.d.ts +4 -0
- package/dist/components/avatar/avatar-root.js +1 -0
- package/dist/components/avatar/index.d.ts +4 -0
- package/dist/components/avatar/index.js +1 -0
- package/dist/components/badge/index.d.ts +9 -0
- package/dist/components/breadcrumb/breadcrumb-ellipsis.d.ts +1 -0
- package/dist/components/breadcrumb/breadcrumb-ellipsis.js +1 -0
- package/dist/components/breadcrumb/breadcrumb-item.d.ts +1 -0
- package/dist/components/breadcrumb/breadcrumb-item.js +1 -0
- package/dist/components/breadcrumb/breadcrumb-link.d.ts +7 -0
- package/dist/components/breadcrumb/breadcrumb-link.js +1 -0
- package/dist/components/breadcrumb/breadcrumb-list.d.ts +1 -0
- package/dist/components/breadcrumb/breadcrumb-list.js +1 -0
- package/dist/components/breadcrumb/breadcrumb-page.d.ts +2 -0
- package/dist/components/breadcrumb/breadcrumb-page.js +1 -0
- package/dist/components/breadcrumb/breadcrumb-root.d.ts +1 -0
- package/dist/components/breadcrumb/breadcrumb-root.js +1 -0
- package/dist/components/breadcrumb/breadcrumb-separator.d.ts +1 -0
- package/dist/components/breadcrumb/breadcrumb-separator.js +1 -0
- package/dist/components/breadcrumb/index.d.ts +7 -0
- package/dist/components/breadcrumb/index.js +1 -0
- package/dist/components/carousel/carousel-action.d.ts +3 -7
- package/dist/components/carousel/carousel-action.js +1 -1
- package/dist/components/carousel/carousel-content.d.ts +2 -6
- package/dist/components/carousel/carousel-item.d.ts +2 -6
- package/dist/components/carousel/carousel-root.d.ts +4 -9
- package/dist/components/carousel/index.d.ts +4 -6
- package/dist/components/carousel/index.js +1 -1
- package/dist/components/chip/chip-avatar.d.ts +6 -0
- package/dist/components/chip/chip-avatar.js +1 -0
- package/dist/components/chip/chip-close.d.ts +5 -0
- package/dist/components/chip/chip-close.js +1 -0
- package/dist/components/chip/chip-icon.d.ts +3 -0
- package/dist/components/chip/chip-icon.js +1 -0
- package/dist/components/chip/chip-root.d.ts +9 -0
- package/dist/components/chip/chip-root.js +1 -0
- package/dist/components/chip/chip-text.d.ts +3 -0
- package/dist/components/chip/chip-text.js +1 -0
- package/dist/components/chip/index.d.ts +5 -0
- package/dist/components/chip/index.js +1 -0
- package/dist/components/collapsible/collapsible-content.d.ts +2 -0
- package/dist/components/collapsible/collapsible-content.js +1 -0
- package/dist/components/collapsible/collapsible-root.d.ts +2 -0
- package/dist/components/collapsible/collapsible-root.js +1 -0
- package/dist/components/collapsible/collapsible-trigger.d.ts +2 -0
- package/dist/components/collapsible/collapsible-trigger.js +1 -0
- package/dist/components/collapsible/index.d.ts +3 -0
- package/dist/components/collapsible/index.js +1 -0
- package/dist/components/controls/button.d.ts +6 -11
- package/dist/components/controls/calendar.d.ts +5 -8
- package/dist/components/controls/checkbox.d.ts +2 -6
- package/dist/components/controls/context/field.context.d.ts +5 -9
- package/dist/components/controls/date-picker/date-picker-caption.d.ts +2 -6
- package/dist/components/controls/date-picker/date-picker-content.d.ts +2 -6
- package/dist/components/controls/date-picker/date-picker-icon.d.ts +4 -8
- package/dist/components/controls/date-picker/date-picker-label.d.ts +3 -7
- package/dist/components/controls/date-picker/date-picker-root.d.ts +3 -9
- package/dist/components/controls/date-picker/date-picker-slot.d.ts +2 -6
- package/dist/components/controls/date-picker/date-picker-styles.d.ts +2 -6
- package/dist/components/controls/date-picker/date-picker-trigger.d.ts +2 -6
- package/dist/components/controls/date-picker/date-picker-value.d.ts +3 -7
- package/dist/components/controls/date-picker/index.d.ts +8 -16
- package/dist/components/controls/floating-label.d.ts +2 -6
- package/dist/components/controls/input/index.d.ts +13 -21
- package/dist/components/controls/input/input-action.d.ts +2 -6
- package/dist/components/controls/input/input-caption.d.ts +2 -6
- package/dist/components/controls/input/input-content.d.ts +2 -6
- package/dist/components/controls/input/input-currency.d.ts +3 -6
- package/dist/components/controls/input/input-icon.d.ts +4 -8
- package/dist/components/controls/input/input-label.d.ts +3 -7
- package/dist/components/controls/input/input-mask.d.ts +2 -6
- package/dist/components/controls/input/input-number.d.ts +4 -8
- package/dist/components/controls/input/input-numeric-stepper.d.ts +2 -6
- package/dist/components/controls/input/input-root.d.ts +3 -9
- package/dist/components/controls/input/input-slot.d.ts +2 -6
- package/dist/components/controls/input/input-styles.d.ts +2 -6
- package/dist/components/controls/input/input-text.d.ts +2 -6
- package/dist/components/controls/input/input-trigger.d.ts +2 -6
- package/dist/components/controls/otp-input.d.ts +5 -8
- package/dist/components/controls/radio.d.ts +3 -7
- package/dist/components/controls/rating.d.ts +16 -21
- package/dist/components/controls/rich-editor.d.ts +15 -21
- package/dist/components/controls/rich-editor.js +1 -1
- package/dist/components/controls/search-input.d.ts +15 -21
- package/dist/components/controls/search-selector.d.ts +5 -8
- package/dist/components/controls/search-selector.js +1 -1
- package/dist/components/controls/select/index.d.ts +14 -27
- package/dist/components/controls/select/index.js +1 -1
- package/dist/components/controls/select/select-caption.d.ts +2 -6
- package/dist/components/controls/select/select-content.d.ts +5 -6
- package/dist/components/controls/select/select-content.js +1 -1
- package/dist/components/controls/select/select-header-title.d.ts +3 -10
- package/dist/components/controls/select/select-header.d.ts +3 -7
- package/dist/components/controls/select/select-icon.d.ts +4 -8
- package/dist/components/controls/select/select-multi-value.d.ts +8 -14
- package/dist/components/controls/select/select-multi-value.js +1 -1
- package/dist/components/controls/select/select-option-text.d.ts +3 -9
- package/dist/components/controls/select/select-option.d.ts +3 -9
- package/dist/components/controls/select/select-options.d.ts +3 -7
- package/dist/components/controls/select/select-root.d.ts +3 -9
- package/dist/components/controls/select/select-slot.d.ts +2 -6
- package/dist/components/controls/select/select-styles.d.ts +2 -6
- package/dist/components/controls/select/select-trigger.d.ts +2 -6
- package/dist/components/controls/select/select-value.d.ts +7 -8
- package/dist/components/controls/select/select-value.js +1 -1
- package/dist/components/controls/select/types/select-value.d.ts +4 -0
- package/dist/components/controls/select/types/select-value.js +0 -0
- package/dist/components/controls/slider.d.ts +18 -23
- package/dist/components/controls/switch.d.ts +1 -4
- package/dist/components/custom/pessoa/index.d.ts +9 -16
- package/dist/components/custom/pessoa/index.js +1 -1
- package/dist/components/custom/pessoa/pessoa-add-button.d.ts +3 -9
- package/dist/components/custom/pessoa/pessoa-body.d.ts +3 -8
- package/dist/components/custom/pessoa/pessoa-body.js +1 -1
- package/dist/components/custom/pessoa/pessoa-close-button.d.ts +3 -8
- package/dist/components/custom/pessoa/pessoa-close-button.js +1 -1
- package/dist/components/custom/pessoa/pessoa-content.d.ts +3 -8
- package/dist/components/custom/pessoa/pessoa-content.js +1 -1
- package/dist/components/custom/pessoa/pessoa-footer.d.ts +3 -8
- package/dist/components/custom/pessoa/pessoa-footer.js +1 -1
- package/dist/components/custom/pessoa/pessoa-header.d.ts +4 -9
- package/dist/components/custom/pessoa/pessoa-header.js +1 -1
- package/dist/components/custom/pessoa/pessoa-trigger.d.ts +3 -8
- package/dist/components/custom/pessoa/pessoa-trigger.js +1 -1
- package/dist/components/custom/pessoa/pessoa.context.d.ts +5 -10
- package/dist/components/custom/pessoa/pessoa.d.ts +5 -10
- package/dist/components/custom/pessoa/pessoa.js +1 -1
- package/dist/components/dialog/delete-dialog.d.ts +12 -0
- package/dist/components/dialog/delete-dialog.js +1 -0
- package/dist/components/dialog/dialog-content.d.ts +10 -0
- package/dist/components/dialog/dialog-content.js +1 -0
- package/dist/components/dialog/dialog-description.d.ts +8 -0
- package/dist/components/dialog/dialog-description.js +1 -0
- package/dist/components/dialog/dialog-footer.d.ts +7 -0
- package/dist/components/dialog/dialog-footer.js +1 -0
- package/dist/components/dialog/dialog-header.d.ts +7 -0
- package/dist/components/dialog/dialog-header.js +1 -0
- package/dist/components/dialog/dialog-overlay.d.ts +8 -0
- package/dist/components/dialog/dialog-overlay.js +1 -0
- package/dist/components/dialog/dialog-title.d.ts +8 -0
- package/dist/components/dialog/dialog-title.js +1 -0
- package/dist/components/dialog/index.d.ts +11 -0
- package/dist/components/dialog/index.js +1 -0
- package/dist/components/divider/index.d.ts +3 -0
- package/dist/components/drag-and-drop/drag-handle.d.ts +6 -10
- package/dist/components/drag-and-drop/drag-list-item.d.ts +5 -9
- package/dist/components/drag-and-drop/drag-list-item.js +1 -1
- package/dist/components/drag-and-drop/drag-list.d.ts +5 -9
- package/dist/components/drag-and-drop/drag-root.d.ts +2 -6
- package/dist/components/drag-and-drop/index.d.ts +8 -9
- package/dist/components/drag-and-drop/index.js +1 -1
- package/dist/components/drag-and-drop/types/drag-item.d.ts +2 -5
- package/dist/components/dropdown-menu/dropdown-menu-content.d.ts +2 -0
- package/dist/components/dropdown-menu/dropdown-menu-content.js +1 -0
- package/dist/components/dropdown-menu/dropdown-menu-header.d.ts +3 -0
- package/dist/components/dropdown-menu/dropdown-menu-header.js +1 -0
- package/dist/components/dropdown-menu/dropdown-menu-item.d.ts +6 -0
- package/dist/components/dropdown-menu/dropdown-menu-item.js +1 -0
- package/dist/components/dropdown-menu/dropdown-menu-list.d.ts +2 -0
- package/dist/components/dropdown-menu/dropdown-menu-list.js +1 -0
- package/dist/components/dropdown-menu/dropdown-menu-portal.d.ts +2 -0
- package/dist/components/dropdown-menu/dropdown-menu-portal.js +1 -0
- package/dist/components/dropdown-menu/dropdown-menu-root.d.ts +3 -0
- package/dist/components/dropdown-menu/dropdown-menu-root.js +1 -0
- package/dist/components/dropdown-menu/dropdown-menu-trigger.d.ts +2 -0
- package/dist/components/dropdown-menu/dropdown-menu-trigger.js +1 -0
- package/dist/components/dropdown-menu/index.d.ts +6 -0
- package/dist/components/dropdown-menu/index.js +1 -0
- package/dist/components/full-calendar/calendar-add-event.d.ts +2 -5
- package/dist/components/full-calendar/calendar-body.d.ts +2 -6
- package/dist/components/full-calendar/calendar-cell.d.ts +4 -7
- package/dist/components/full-calendar/calendar-cell.js +1 -1
- package/dist/components/full-calendar/calendar-day-view.d.ts +1 -5
- package/dist/components/full-calendar/calendar-day-view.js +1 -1
- package/dist/components/full-calendar/calendar-event.d.ts +8 -13
- package/dist/components/full-calendar/calendar-event.js +1 -1
- package/dist/components/full-calendar/calendar-header.d.ts +2 -6
- package/dist/components/full-calendar/calendar-month-view.d.ts +1 -5
- package/dist/components/full-calendar/calendar-month-view.js +1 -1
- package/dist/components/full-calendar/calendar-more-events-dropdown.d.ts +3 -6
- package/dist/components/full-calendar/calendar-more-events-dropdown.js +1 -1
- package/dist/components/full-calendar/calendar-navigator.d.ts +1 -5
- package/dist/components/full-calendar/calendar-root.d.ts +11 -14
- package/dist/components/full-calendar/calendar-today-button.d.ts +2 -9
- package/dist/components/full-calendar/calendar-toggle-view.d.ts +1 -5
- package/dist/components/full-calendar/calendar-toggle-view.js +1 -1
- package/dist/components/full-calendar/calendar-view-renderer.d.ts +1 -5
- package/dist/components/full-calendar/calendar-view-renderer.js +1 -1
- package/dist/components/full-calendar/calendar-week-day.d.ts +3 -6
- package/dist/components/full-calendar/calendar-week-view.d.ts +1 -5
- package/dist/components/full-calendar/calendar-week-view.js +1 -1
- package/dist/components/full-calendar/helpers/calendar.d.ts +13 -16
- package/dist/components/full-calendar/index.d.ts +12 -18
- package/dist/components/full-calendar/index.js +1 -1
- package/dist/components/full-calendar/types/calendar-cell.d.ts +1 -3
- package/dist/components/full-calendar/types/calendar-event.d.ts +2 -4
- package/dist/components/full-calendar/types/calendar-view.d.ts +1 -3
- package/dist/components/full-calendar/types/calendar-week-hour.d.ts +1 -3
- package/dist/components/icon/index.d.ts +8 -0
- package/dist/components/list/context/list-context.d.ts +3 -7
- package/dist/components/list/index.d.ts +7 -12
- package/dist/components/list/list-content.d.ts +3 -7
- package/dist/components/list/list-header-title.d.ts +2 -9
- package/dist/components/list/list-header.d.ts +3 -7
- package/dist/components/list/list-item.d.ts +6 -10
- package/dist/components/list/list-root.d.ts +3 -7
- package/dist/components/logo/index.d.ts +5 -0
- package/dist/components/{selection-bar.d.ts → selection-bar/index.d.ts} +15 -14
- package/dist/components/sheet/index.d.ts +10 -0
- package/dist/components/sheet/index.js +1 -0
- package/dist/components/sheet/sheet-body.d.ts +1 -0
- package/dist/components/sheet/sheet-body.js +1 -0
- package/dist/components/sheet/sheet-close.d.ts +2 -0
- package/dist/components/sheet/sheet-close.js +1 -0
- package/dist/components/sheet/sheet-content.d.ts +5 -0
- package/dist/components/sheet/sheet-content.js +1 -0
- package/dist/components/sheet/sheet-footer.d.ts +1 -0
- package/dist/components/sheet/sheet-footer.js +1 -0
- package/dist/components/sheet/sheet-header.d.ts +1 -0
- package/dist/components/sheet/sheet-header.js +1 -0
- package/dist/components/sheet/sheet-overlay.d.ts +2 -0
- package/dist/components/sheet/sheet-overlay.js +1 -0
- package/dist/components/sheet/sheet-portal.d.ts +2 -0
- package/dist/components/sheet/sheet-portal.js +1 -0
- package/dist/components/sheet/sheet-root.d.ts +3 -0
- package/dist/components/sheet/sheet-root.js +1 -0
- package/dist/components/sheet/sheet-title.d.ts +2 -0
- package/dist/components/sheet/sheet-title.js +1 -0
- package/dist/components/sheet/sheet-trigger.d.ts +2 -0
- package/dist/components/sheet/sheet-trigger.js +1 -0
- package/dist/components/skeleton/index.d.ts +2 -0
- package/dist/components/status/index.d.ts +9 -0
- package/dist/components/steps/index.d.ts +6 -11
- package/dist/components/steps/step.d.ts +3 -7
- package/dist/components/steps/steps-action.d.ts +5 -11
- package/dist/components/steps/steps-content.d.ts +2 -6
- package/dist/components/steps/steps-context.d.ts +6 -11
- package/dist/components/steps/steps-navigation.d.ts +2 -6
- package/dist/components/steps/steps-root.d.ts +3 -7
- package/dist/components/table/index.d.ts +8 -9
- package/dist/components/table/table-body.d.ts +1 -5
- package/dist/components/table/table-cell.d.ts +1 -5
- package/dist/components/table/table-footer.d.ts +1 -5
- package/dist/components/table/table-head.d.ts +2 -6
- package/dist/components/table/table-header.d.ts +1 -5
- package/dist/components/table/table-row.d.ts +2 -6
- package/dist/components/table/table-sort.d.ts +2 -6
- package/dist/components/table/table.d.ts +1 -5
- package/dist/components/tabs/index.d.ts +4 -0
- package/dist/components/tabs/index.js +1 -0
- package/dist/components/tabs/tabs-content.d.ts +2 -0
- package/dist/components/tabs/tabs-content.js +1 -0
- package/dist/components/tabs/tabs-list.d.ts +3 -0
- package/dist/components/tabs/tabs-list.js +1 -0
- package/dist/components/tabs/tabs-root.d.ts +3 -0
- package/dist/components/tabs/tabs-root.js +1 -0
- package/dist/components/tabs/tabs-styles.d.ts +40 -0
- package/dist/components/tabs/tabs-styles.js +1 -0
- package/dist/components/tabs/tabs-trigger.d.ts +5 -0
- package/dist/components/tabs/tabs-trigger.js +1 -0
- package/dist/components/tag/index.d.ts +4 -0
- package/dist/components/tag/index.js +1 -0
- package/dist/components/tag/tag-close.d.ts +5 -0
- package/dist/components/tag/tag-close.js +1 -0
- package/dist/components/tag/tag-icon.d.ts +3 -0
- package/dist/components/tag/tag-icon.js +1 -0
- package/dist/components/tag/tag-root.d.ts +9 -0
- package/dist/components/tag/tag-root.js +1 -0
- package/dist/components/tag/tag-text.d.ts +3 -0
- package/dist/components/tag/tag-text.js +1 -0
- package/dist/components/toast/index.d.ts +24 -0
- package/dist/components/{toast.js → toast/index.js} +1 -1
- package/dist/components/tooltip/index.d.ts +3 -0
- package/dist/components/tooltip/index.js +1 -0
- package/dist/components/tooltip/tooltip-content.d.ts +4 -0
- package/dist/components/tooltip/tooltip-content.js +1 -0
- package/dist/components/tooltip/tooltip-root.d.ts +2 -0
- package/dist/components/tooltip/tooltip-root.js +1 -0
- package/dist/components/tooltip/tooltip-trigger.d.ts +2 -0
- package/dist/components/tooltip/tooltip-trigger.js +1 -0
- package/dist/components/typography/index.d.ts +12 -0
- package/dist/components/{upload.d.ts → upload/index.d.ts} +20 -17
- package/dist/components/{upload.js → upload/index.js} +1 -1
- package/dist/hooks/index.d.ts +1 -7
- package/dist/hooks/use-os.d.ts +5 -0
- package/dist/index.css +2 -2
- package/dist/resources/icons.d.ts +2 -0
- package/dist/resources/icons.js +1 -0
- package/dist/resources/input-mask.d.ts +3 -0
- package/dist/resources/input-mask.js +1 -0
- package/dist/resources/logo/horizontal.d.ts +9 -0
- package/dist/resources/logo/horizontal.js +1 -0
- package/dist/resources/logo/icon.d.ts +9 -0
- package/dist/resources/logo/icon.js +1 -0
- package/dist/resources/logo/index.d.ts +7 -0
- package/dist/resources/logo/index.js +1 -0
- package/dist/resources/logo/vertical.d.ts +9 -0
- package/dist/resources/logo/vertical.js +1 -0
- package/package.json +44 -57
- package/dist/components/accordion.d.ts +0 -54
- package/dist/components/accordion.js +0 -1
- package/dist/components/avatar-group.d.ts +0 -34
- package/dist/components/avatar-group.js +0 -1
- package/dist/components/avatar.d.ts +0 -11
- package/dist/components/avatar.js +0 -1
- package/dist/components/badge.d.ts +0 -13
- package/dist/components/breadcrumb.d.ts +0 -20
- package/dist/components/breadcrumb.js +0 -1
- package/dist/components/chip.d.ts +0 -27
- package/dist/components/chip.js +0 -1
- package/dist/components/collapsible.d.ts +0 -8
- package/dist/components/collapsible.js +0 -1
- package/dist/components/controls/date-picker.d.ts +0 -86
- package/dist/components/controls/date-picker.js +0 -1
- package/dist/components/dialog.d.ts +0 -51
- package/dist/components/dialog.js +0 -1
- package/dist/components/divider.d.ts +0 -7
- package/dist/components/dropdown-menu.d.ts +0 -25
- package/dist/components/dropdown-menu.js +0 -1
- package/dist/components/icon.d.ts +0 -12
- package/dist/components/logo.d.ts +0 -10
- package/dist/components/sheet.d.ts +0 -19
- package/dist/components/sheet.js +0 -1
- package/dist/components/skeleton.d.ts +0 -6
- package/dist/components/status.d.ts +0 -14
- package/dist/components/tabs.d.ts +0 -14
- package/dist/components/tabs.js +0 -1
- package/dist/components/tag.d.ts +0 -21
- package/dist/components/tag.js +0 -1
- package/dist/components/toast.d.ts +0 -27
- package/dist/components/tooltip.d.ts +0 -11
- package/dist/components/tooltip.js +0 -1
- package/dist/components/typography.d.ts +0 -17
- package/dist/icons-C-hGI45d.d.ts +0 -4
- package/dist/index.d.ts +0 -2
- package/dist/input-mask-DhbtCxF7.d.ts +0 -3
- /package/dist/components/{badge.js → badge/index.js} +0 -0
- /package/dist/components/{divider.js → divider/index.js} +0 -0
- /package/dist/components/{icon.js → icon/index.js} +0 -0
- /package/dist/components/{logo.js → logo/index.js} +0 -0
- /package/dist/components/{selection-bar.js → selection-bar/index.js} +0 -0
- /package/dist/components/{skeleton.js → skeleton/index.js} +0 -0
- /package/dist/components/{status.js → status/index.js} +0 -0
- /package/dist/components/{typography.js → typography/index.js} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import*as l from"@radix-ui/react-collapsible";import{cx as e}from"@xjur-ui/util";import{jsx as a}from"react/jsx-runtime";function p({className:o,...t}){return a(l.CollapsibleContent,{className:e(o,"data-[state=open]:animate-collapsible-down data-[state=closed]:animate-collapsible-up"),"data-slot":"collapsible-content",...t})}export{p as CollapsibleContent};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import*as o from"@radix-ui/react-collapsible";import{jsx as i}from"react/jsx-runtime";function t({...l}){return i(o.Root,{"data-slot":"collapsible",...l})}export{t as CollapsibleRoot};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import*as l from"@radix-ui/react-collapsible";import{jsx as e}from"react/jsx-runtime";function o({...i}){return e(l.CollapsibleTrigger,{"data-slot":"collapsible-trigger",...i})}export{o as CollapsibleTrigger};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import*as o from"@radix-ui/react-collapsible";import{jsx as p}from"react/jsx-runtime";function a({...l}){return p(o.Root,{"data-slot":"collapsible",...l})}import*as e from"@radix-ui/react-collapsible";import{cx as r}from"@xjur-ui/util";import{jsx as n}from"react/jsx-runtime";function s({className:l,...t}){return n(e.CollapsibleContent,{className:r(l,"data-[state=open]:animate-collapsible-down data-[state=closed]:animate-collapsible-up"),"data-slot":"collapsible-content",...t})}import*as i from"@radix-ui/react-collapsible";import{jsx as b}from"react/jsx-runtime";function C({...l}){return b(i.CollapsibleTrigger,{"data-slot":"collapsible-trigger",...l})}export{s as CollapsibleContent,a as CollapsibleRoot,C as CollapsibleTrigger};
|
|
@@ -1,16 +1,11 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
import { ClassVariantProps } from '@xjur-ui/util';
|
|
5
|
-
|
|
6
|
-
declare const buttonVariants: (props?: ({
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
2
|
+
import { type ClassVariantProps } from '@xjur-ui/util';
|
|
3
|
+
export declare const buttonVariants: (props?: ({
|
|
7
4
|
size?: "sm" | "md" | "icon_md" | "icon_sm" | null | undefined;
|
|
8
5
|
variant?: "primary" | "secondary" | "tertiary" | "destructive" | "outlined" | null | undefined;
|
|
9
6
|
appearance?: "solid" | "ghost" | null | undefined;
|
|
10
|
-
} &
|
|
11
|
-
interface ButtonProps extends ComponentProps<'button'>, ClassVariantProps<typeof buttonVariants> {
|
|
7
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
8
|
+
export interface ButtonProps extends ComponentProps<'button'>, ClassVariantProps<typeof buttonVariants> {
|
|
12
9
|
asChild?: boolean;
|
|
13
10
|
}
|
|
14
|
-
declare function Button({ asChild, className, variant, size, appearance, ...props }: ButtonProps):
|
|
15
|
-
|
|
16
|
-
export { Button, type ButtonProps, buttonVariants };
|
|
11
|
+
export declare function Button({ asChild, className, variant, size, appearance, ...props }: ButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,11 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { DayPickerProps } from 'react-day-picker';
|
|
3
|
-
export { DateRange } from 'react-day-picker';
|
|
4
|
-
|
|
5
|
-
type CalendarProps = DayPickerProps & {
|
|
1
|
+
import 'react-day-picker/style.css';
|
|
2
|
+
import { type DayPickerProps } from 'react-day-picker';
|
|
3
|
+
export { type DateRange } from 'react-day-picker';
|
|
4
|
+
export type CalendarProps = DayPickerProps & {
|
|
6
5
|
handleClear?: () => void;
|
|
7
6
|
handleToday?: () => void;
|
|
8
7
|
};
|
|
9
|
-
declare function Calendar({ showOutsideDays, locale, navLayout, handleClear, handleToday, ...props }: CalendarProps):
|
|
10
|
-
|
|
11
|
-
export { Calendar, type CalendarProps };
|
|
8
|
+
export declare function Calendar({ showOutsideDays, locale, navLayout, handleClear, handleToday, ...props }: CalendarProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
1
|
import * as CheckoxPrimitive from '@radix-ui/react-checkbox';
|
|
3
|
-
|
|
4
|
-
declare function Checkbox({ label, name, className, disabled, ...props }: CheckoxPrimitive.CheckboxProps & {
|
|
2
|
+
export declare function Checkbox({ label, name, className, disabled, ...props }: CheckoxPrimitive.CheckboxProps & {
|
|
5
3
|
label?: string;
|
|
6
|
-
}):
|
|
7
|
-
|
|
8
|
-
export { Checkbox };
|
|
4
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,14 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
interface FieldContextValue {
|
|
1
|
+
import type { MaskOptions } from '@react-input/mask';
|
|
2
|
+
import type { InputMaskType } from '../../../resources/input-mask';
|
|
3
|
+
export interface FieldContextValue {
|
|
6
4
|
state?: 'normal' | 'error' | 'disabled';
|
|
7
5
|
variant?: 'normal' | 'filter';
|
|
8
6
|
customMask?: MaskOptions;
|
|
9
7
|
mask?: InputMaskType;
|
|
10
8
|
}
|
|
11
|
-
declare const FieldContext:
|
|
12
|
-
declare function useFieldContext(): FieldContextValue;
|
|
13
|
-
|
|
14
|
-
export { FieldContext, type FieldContextValue, useFieldContext };
|
|
9
|
+
export declare const FieldContext: import("react").Context<FieldContextValue>;
|
|
10
|
+
export declare function useFieldContext(): FieldContextValue;
|
|
@@ -1,6 +1,2 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
declare function DatePickerCaption({ className, ...props }: ComponentProps<'p'>): react_jsx_runtime.JSX.Element;
|
|
5
|
-
|
|
6
|
-
export { DatePickerCaption };
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
2
|
+
export declare function DatePickerCaption({ className, ...props }: ComponentProps<'p'>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { ComponentProps } from 'react';
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
3
2
|
import * as RadixPopover from '@radix-ui/react-popover';
|
|
4
|
-
|
|
5
|
-
declare function DatePickerContent({ className, sideOffset, side, align, ...props }: ComponentProps<typeof RadixPopover.Content>): react_jsx_runtime.JSX.Element;
|
|
6
|
-
|
|
7
|
-
export { DatePickerContent };
|
|
3
|
+
export declare function DatePickerContent({ className, sideOffset, side, align, ...props }: ComponentProps<typeof RadixPopover.Content>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,10 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
declare function DatePickerIcon({ className, name, orientation, ...props }: ComponentProps<'div'> & {
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
2
|
+
import { type IconType } from '../../icon';
|
|
3
|
+
export declare function DatePickerIcon({ className, name, orientation, ...props }: ComponentProps<'div'> & {
|
|
6
4
|
name: IconType;
|
|
7
5
|
orientation?: 'left' | 'right';
|
|
8
|
-
}):
|
|
9
|
-
|
|
10
|
-
export { DatePickerIcon };
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
declare function DatePickerLabel(props: ComponentProps<typeof FloatingLabel>): react_jsx_runtime.JSX.Element;
|
|
6
|
-
|
|
7
|
-
export { DatePickerLabel };
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
2
|
+
import { FloatingLabel } from '../floating-label';
|
|
3
|
+
export declare function DatePickerLabel(props: ComponentProps<typeof FloatingLabel>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,10 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { ComponentProps } from 'react';
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
3
2
|
import * as RadixPopover from '@radix-ui/react-popover';
|
|
4
|
-
import { FieldContextValue } from '../context/field.context
|
|
5
|
-
|
|
6
|
-
import '../../../input-mask-DhbtCxF7.js';
|
|
7
|
-
|
|
8
|
-
declare function DatePickerRoot({ className, state, defaultOpen, variant, modal, open, onOpenChange: handleOpenChange, ...props }: ComponentProps<'div'> & FieldContextValue & ComponentProps<typeof RadixPopover.Root>): react_jsx_runtime.JSX.Element;
|
|
9
|
-
|
|
10
|
-
export { DatePickerRoot };
|
|
3
|
+
import { type FieldContextValue } from '../context/field.context';
|
|
4
|
+
export declare function DatePickerRoot({ className, state, defaultOpen, variant, modal, open, onOpenChange: handleOpenChange, ...props }: ComponentProps<'div'> & FieldContextValue & ComponentProps<typeof RadixPopover.Root>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,6 +1,2 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
declare function DatePickerSlot({ className, ...props }: ComponentProps<'span'>): react_jsx_runtime.JSX.Element;
|
|
5
|
-
|
|
6
|
-
export { DatePickerSlot };
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
2
|
+
export declare function DatePickerSlot({ className, ...props }: ComponentProps<'span'>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
declare const datePicker: tailwind_variants.TVReturnType<{
|
|
1
|
+
export declare const datePicker: import("tailwind-variants").TVReturnType<{
|
|
4
2
|
state: {
|
|
5
3
|
normal: {
|
|
6
4
|
trigger: string;
|
|
@@ -40,7 +38,7 @@ declare const datePicker: tailwind_variants.TVReturnType<{
|
|
|
40
38
|
icon: string;
|
|
41
39
|
slotText: string;
|
|
42
40
|
caption: string;
|
|
43
|
-
},
|
|
41
|
+
}, import("tailwind-variants").TVReturnType<{
|
|
44
42
|
state: {
|
|
45
43
|
normal: {
|
|
46
44
|
trigger: string;
|
|
@@ -61,5 +59,3 @@ declare const datePicker: tailwind_variants.TVReturnType<{
|
|
|
61
59
|
slotText: string;
|
|
62
60
|
caption: string;
|
|
63
61
|
}, undefined, unknown, unknown, undefined>>;
|
|
64
|
-
|
|
65
|
-
export { datePicker };
|
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { ComponentProps } from 'react';
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
3
2
|
import * as RadixPopover from '@radix-ui/react-popover';
|
|
4
|
-
|
|
5
|
-
declare function DatePickerTrigger({ className, ...props }: ComponentProps<typeof RadixPopover.Trigger>): react_jsx_runtime.JSX.Element;
|
|
6
|
-
|
|
7
|
-
export { DatePickerTrigger };
|
|
3
|
+
export declare function DatePickerTrigger({ className, ...props }: ComponentProps<typeof RadixPopover.Trigger>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
declare function DatePickerValue({ className, displayValue, placeholder, value, ...props }: ComponentProps<'input'> & {
|
|
1
|
+
import { type ComponentProps } from 'react';
|
|
2
|
+
export declare function DatePickerValue({ className, displayValue, placeholder, value, ...props }: ComponentProps<'input'> & {
|
|
5
3
|
displayValue?: string;
|
|
6
|
-
}):
|
|
7
|
-
|
|
8
|
-
export { DatePickerValue };
|
|
4
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,16 +1,8 @@
|
|
|
1
|
-
export { DatePickerRoot } from './date-picker-root
|
|
2
|
-
export { DatePickerTrigger } from './date-picker-trigger
|
|
3
|
-
export { DatePickerLabel } from './date-picker-label
|
|
4
|
-
export { DatePickerIcon } from './date-picker-icon
|
|
5
|
-
export { DatePickerSlot } from './date-picker-slot
|
|
6
|
-
export { DatePickerValue } from './date-picker-value
|
|
7
|
-
export { DatePickerContent } from './date-picker-content
|
|
8
|
-
export { DatePickerCaption } from './date-picker-caption
|
|
9
|
-
import 'react/jsx-runtime';
|
|
10
|
-
import 'react';
|
|
11
|
-
import '@radix-ui/react-popover';
|
|
12
|
-
import '../context/field.context.js';
|
|
13
|
-
import '@react-input/mask';
|
|
14
|
-
import '../../../input-mask-DhbtCxF7.js';
|
|
15
|
-
import '../floating-label.js';
|
|
16
|
-
import '../../../icons-C-hGI45d.js';
|
|
1
|
+
export { DatePickerRoot } from './date-picker-root';
|
|
2
|
+
export { DatePickerTrigger } from './date-picker-trigger';
|
|
3
|
+
export { DatePickerLabel } from './date-picker-label';
|
|
4
|
+
export { DatePickerIcon } from './date-picker-icon';
|
|
5
|
+
export { DatePickerSlot } from './date-picker-slot';
|
|
6
|
+
export { DatePickerValue } from './date-picker-value';
|
|
7
|
+
export { DatePickerContent } from './date-picker-content';
|
|
8
|
+
export { DatePickerCaption } from './date-picker-caption';
|
|
@@ -1,6 +1,2 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
declare function FloatingLabel({ className, htmlFor, children, ...props }: ComponentProps<'label'>): react_jsx_runtime.JSX.Element;
|
|
5
|
-
|
|
6
|
-
export { FloatingLabel };
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
2
|
+
export declare function FloatingLabel({ className, htmlFor, children, ...props }: ComponentProps<'label'>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,21 +1,13 @@
|
|
|
1
|
-
export { InputRoot } from './input-root
|
|
2
|
-
export { InputContent } from './input-content
|
|
3
|
-
export { InputLabel } from './input-label
|
|
4
|
-
export { InputTrigger } from './input-trigger
|
|
5
|
-
export { InputMask } from './input-mask
|
|
6
|
-
export { InputText } from './input-text
|
|
7
|
-
export {
|
|
8
|
-
export { InputIcon } from './input-icon
|
|
9
|
-
export { InputSlot } from './input-slot
|
|
10
|
-
export { InputCaption } from './input-caption
|
|
11
|
-
export { InputAction } from './input-action
|
|
12
|
-
export { InputNumericStepper } from './input-numeric-stepper
|
|
13
|
-
export {
|
|
14
|
-
import 'react/jsx-runtime';
|
|
15
|
-
import 'react';
|
|
16
|
-
import '../context/field.context.js';
|
|
17
|
-
import '@react-input/mask';
|
|
18
|
-
import '../../../input-mask-DhbtCxF7.js';
|
|
19
|
-
import '../floating-label.js';
|
|
20
|
-
import 'react-number-format';
|
|
21
|
-
import '../../../icons-C-hGI45d.js';
|
|
1
|
+
export { InputRoot } from './input-root';
|
|
2
|
+
export { InputContent } from './input-content';
|
|
3
|
+
export { InputLabel } from './input-label';
|
|
4
|
+
export { InputTrigger } from './input-trigger';
|
|
5
|
+
export { InputMask } from './input-mask';
|
|
6
|
+
export { InputText } from './input-text';
|
|
7
|
+
export { InputNumber, InputCurrency } from './input-number';
|
|
8
|
+
export { InputIcon } from './input-icon';
|
|
9
|
+
export { InputSlot } from './input-slot';
|
|
10
|
+
export { InputCaption } from './input-caption';
|
|
11
|
+
export { InputAction } from './input-action';
|
|
12
|
+
export { InputNumericStepper } from './input-numeric-stepper';
|
|
13
|
+
export { InputCurrencyRange, type CurrencyRange } from './input-currency';
|
|
@@ -1,6 +1,2 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
declare function InputAction({ className, ...props }: ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
|
|
5
|
-
|
|
6
|
-
export { InputAction };
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
2
|
+
export declare function InputAction({ className, ...props }: ComponentProps<'div'>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,6 +1,2 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
declare function InputCaption({ className, ...props }: ComponentProps<'p'>): react_jsx_runtime.JSX.Element;
|
|
5
|
-
|
|
6
|
-
export { InputCaption };
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
2
|
+
export declare function InputCaption({ className, ...props }: ComponentProps<'p'>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,6 +1,2 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
declare function InputContent({ className, ...props }: ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
|
|
5
|
-
|
|
6
|
-
export { InputContent };
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
2
|
+
export declare function InputContent({ className, ...props }: ComponentProps<'div'>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
interface CurrencyRange {
|
|
1
|
+
export interface CurrencyRange {
|
|
4
2
|
from?: number;
|
|
5
3
|
to?: number;
|
|
6
4
|
}
|
|
@@ -8,6 +6,5 @@ interface InputCurrencyRangeProps {
|
|
|
8
6
|
range?: CurrencyRange;
|
|
9
7
|
onRangeChange?: (range: CurrencyRange) => void;
|
|
10
8
|
}
|
|
11
|
-
declare function InputCurrencyRange({ range, onRangeChange }: InputCurrencyRangeProps):
|
|
12
|
-
|
|
13
|
-
export { type CurrencyRange, InputCurrencyRange };
|
|
9
|
+
export declare function InputCurrencyRange({ range, onRangeChange }: InputCurrencyRangeProps): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export {};
|
|
@@ -1,10 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
declare function InputIcon({ className, name, orientation, ...props }: ComponentProps<'div'> & {
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
2
|
+
import { type IconType } from '../../icon';
|
|
3
|
+
export declare function InputIcon({ className, name, orientation, ...props }: ComponentProps<'div'> & {
|
|
6
4
|
name: IconType;
|
|
7
5
|
orientation?: 'left' | 'right';
|
|
8
|
-
}):
|
|
9
|
-
|
|
10
|
-
export { InputIcon };
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
declare function InputLabel(props: ComponentProps<typeof FloatingLabel>): react_jsx_runtime.JSX.Element;
|
|
6
|
-
|
|
7
|
-
export { InputLabel };
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
2
|
+
import { FloatingLabel } from '../floating-label';
|
|
3
|
+
export declare function InputLabel(props: ComponentProps<typeof FloatingLabel>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,6 +1,2 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
declare function InputMask({ className, placeholder, ...props }: ComponentProps<'input'>): react_jsx_runtime.JSX.Element;
|
|
5
|
-
|
|
6
|
-
export { InputMask };
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
2
|
+
export declare function InputMask({ className, placeholder, ...props }: ComponentProps<'input'>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
declare function InputNumber({ className, placeholder, ...props }: NumericFormatProps): react_jsx_runtime.JSX.Element;
|
|
6
|
-
declare function InputCurrency(props: ComponentProps<typeof InputNumber>): react_jsx_runtime.JSX.Element;
|
|
7
|
-
|
|
8
|
-
export { InputCurrency, InputNumber };
|
|
1
|
+
import { type NumericFormatProps } from 'react-number-format';
|
|
2
|
+
import type { ComponentProps } from 'react';
|
|
3
|
+
export declare function InputNumber({ className, placeholder, ...props }: NumericFormatProps): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
export declare function InputCurrency(props: ComponentProps<typeof InputNumber>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
declare function InputNumericStepper({ handleIncrement, handleDecrement }: {
|
|
1
|
+
export declare function InputNumericStepper({ handleIncrement, handleDecrement }: {
|
|
4
2
|
handleIncrement: () => void;
|
|
5
3
|
handleDecrement: () => void;
|
|
6
|
-
}):
|
|
7
|
-
|
|
8
|
-
export { InputNumericStepper };
|
|
4
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
import '@react-input/mask';
|
|
5
|
-
import '../../../input-mask-DhbtCxF7.js';
|
|
6
|
-
|
|
7
|
-
declare function InputRoot({ className, state, customMask, variant, mask, ...props }: ComponentProps<'div'> & FieldContextValue): react_jsx_runtime.JSX.Element;
|
|
8
|
-
|
|
9
|
-
export { InputRoot };
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
2
|
+
import { type FieldContextValue } from '../context/field.context';
|
|
3
|
+
export declare function InputRoot({ className, state, customMask, variant, mask, ...props }: ComponentProps<'div'> & FieldContextValue): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,6 +1,2 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
declare function InputSlot({ className, ...props }: ComponentProps<'span'>): react_jsx_runtime.JSX.Element;
|
|
5
|
-
|
|
6
|
-
export { InputSlot };
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
2
|
+
export declare function InputSlot({ className, ...props }: ComponentProps<'span'>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
declare const input: tailwind_variants.TVReturnType<{
|
|
1
|
+
export declare const input: import("tailwind-variants").TVReturnType<{
|
|
4
2
|
state: {
|
|
5
3
|
normal: {
|
|
6
4
|
trigger: string;
|
|
@@ -44,7 +42,7 @@ declare const input: tailwind_variants.TVReturnType<{
|
|
|
44
42
|
slotText: string;
|
|
45
43
|
caption: string;
|
|
46
44
|
action: string;
|
|
47
|
-
},
|
|
45
|
+
}, import("tailwind-variants").TVReturnType<{
|
|
48
46
|
state: {
|
|
49
47
|
normal: {
|
|
50
48
|
trigger: string;
|
|
@@ -67,5 +65,3 @@ declare const input: tailwind_variants.TVReturnType<{
|
|
|
67
65
|
caption: string;
|
|
68
66
|
action: string;
|
|
69
67
|
}, undefined, unknown, unknown, undefined>>;
|
|
70
|
-
|
|
71
|
-
export { input };
|
|
@@ -1,6 +1,2 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
declare function InputText({ className, placeholder, ...props }: ComponentProps<'input'>): react_jsx_runtime.JSX.Element;
|
|
5
|
-
|
|
6
|
-
export { InputText };
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
2
|
+
export declare function InputText({ className, placeholder, ...props }: ComponentProps<'input'>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,6 +1,2 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
declare function InputTrigger({ className, ...props }: ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
|
|
5
|
-
|
|
6
|
-
export { InputTrigger };
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
2
|
+
export declare function InputTrigger({ className, ...props }: ComponentProps<'div'>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,13 +1,10 @@
|
|
|
1
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
1
|
import * as OTPPasswordField from '@radix-ui/react-one-time-password-field';
|
|
3
|
-
|
|
4
|
-
declare function
|
|
5
|
-
declare function
|
|
6
|
-
declare
|
|
7
|
-
declare const OTPInput: {
|
|
2
|
+
declare function Root({ children, className, ...props }: OTPPasswordField.OneTimePasswordFieldProps): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
declare function Input({ className, ...props }: OTPPasswordField.OneTimePasswordFieldInputProps): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
declare function HiddenInput({ ...props }: OTPPasswordField.OneTimePasswordFieldHiddenInputProps): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export declare const OTPInput: {
|
|
8
6
|
Root: typeof Root;
|
|
9
7
|
Input: typeof Input;
|
|
10
8
|
HiddenInput: typeof HiddenInput;
|
|
11
9
|
};
|
|
12
|
-
|
|
13
|
-
export { OTPInput };
|
|
10
|
+
export {};
|
|
@@ -1,10 +1,6 @@
|
|
|
1
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
1
|
import * as React from 'react';
|
|
3
2
|
import * as RadioGroupPrimitive from '@radix-ui/react-radio-group';
|
|
4
|
-
|
|
5
|
-
declare function
|
|
6
|
-
declare function RadioItem({ className, id, label, disabled, ...props }: React.ComponentProps<typeof RadioGroupPrimitive.Item> & {
|
|
3
|
+
export declare function RadioGroup({ className, orientation, ...props }: React.ComponentProps<typeof RadioGroupPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
export declare function RadioItem({ className, id, label, disabled, ...props }: React.ComponentProps<typeof RadioGroupPrimitive.Item> & {
|
|
7
5
|
label?: string;
|
|
8
|
-
}):
|
|
9
|
-
|
|
10
|
-
export { RadioGroup, RadioItem };
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
import { FloatingLabel } from './floating-label.js';
|
|
5
|
-
|
|
6
|
-
declare const rating: tailwind_variants.TVReturnType<{
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
2
|
+
import { FloatingLabel } from './floating-label';
|
|
3
|
+
export declare const rating: import("tailwind-variants").TVReturnType<{
|
|
7
4
|
state: {
|
|
8
5
|
normal: {
|
|
9
6
|
star: string;
|
|
@@ -61,7 +58,7 @@ declare const rating: tailwind_variants.TVReturnType<{
|
|
|
61
58
|
root: string;
|
|
62
59
|
star: string;
|
|
63
60
|
caption: string;
|
|
64
|
-
},
|
|
61
|
+
}, import("tailwind-variants").TVReturnType<{
|
|
65
62
|
state: {
|
|
66
63
|
normal: {
|
|
67
64
|
star: string;
|
|
@@ -91,7 +88,7 @@ declare const rating: tailwind_variants.TVReturnType<{
|
|
|
91
88
|
star: string;
|
|
92
89
|
caption: string;
|
|
93
90
|
}, undefined, unknown, unknown, undefined>>;
|
|
94
|
-
interface RatingRootProps {
|
|
91
|
+
export interface RatingRootProps {
|
|
95
92
|
value?: number;
|
|
96
93
|
defaultValue?: number;
|
|
97
94
|
onValueChange?: (value: number) => void;
|
|
@@ -103,23 +100,23 @@ interface RatingRootProps {
|
|
|
103
100
|
id?: string;
|
|
104
101
|
children: React.ReactNode;
|
|
105
102
|
}
|
|
106
|
-
declare function RatingRoot({ value: controlledValue, defaultValue, onValueChange: handleValueChange, max, state, size, disabled, className, id, children, ...props }: RatingRootProps):
|
|
107
|
-
interface RatingTrackProps {
|
|
103
|
+
export declare function RatingRoot({ value: controlledValue, defaultValue, onValueChange: handleValueChange, max, state, size, disabled, className, id, children, ...props }: RatingRootProps): import("react/jsx-runtime").JSX.Element;
|
|
104
|
+
export interface RatingTrackProps {
|
|
108
105
|
className?: string;
|
|
109
106
|
}
|
|
110
|
-
declare function RatingTrack({ className }: RatingTrackProps):
|
|
111
|
-
interface RatingStarProps {
|
|
107
|
+
export declare function RatingTrack({ className }: RatingTrackProps): import("react/jsx-runtime").JSX.Element;
|
|
108
|
+
export interface RatingStarProps {
|
|
112
109
|
value: number;
|
|
113
110
|
className?: string;
|
|
114
111
|
}
|
|
115
|
-
declare function RatingStar({ value, className }: RatingStarProps):
|
|
116
|
-
type RatingLabelProps = ComponentProps<typeof FloatingLabel>;
|
|
117
|
-
declare function RatingLabel(props: RatingLabelProps):
|
|
118
|
-
interface RatingCaptionProps extends ComponentProps<'p'> {
|
|
112
|
+
export declare function RatingStar({ value, className }: RatingStarProps): import("react/jsx-runtime").JSX.Element;
|
|
113
|
+
export type RatingLabelProps = ComponentProps<typeof FloatingLabel>;
|
|
114
|
+
export declare function RatingLabel(props: RatingLabelProps): import("react/jsx-runtime").JSX.Element;
|
|
115
|
+
export interface RatingCaptionProps extends ComponentProps<'p'> {
|
|
119
116
|
className?: string;
|
|
120
117
|
}
|
|
121
|
-
declare function RatingCaption({ className, ...props }: RatingCaptionProps):
|
|
122
|
-
interface RatingProps {
|
|
118
|
+
export declare function RatingCaption({ className, ...props }: RatingCaptionProps): import("react/jsx-runtime").JSX.Element;
|
|
119
|
+
export interface RatingProps {
|
|
123
120
|
value?: number;
|
|
124
121
|
defaultValue?: number;
|
|
125
122
|
onValueChange?: (value: number) => void;
|
|
@@ -132,6 +129,4 @@ interface RatingProps {
|
|
|
132
129
|
disabled?: boolean;
|
|
133
130
|
id?: string;
|
|
134
131
|
}
|
|
135
|
-
declare function Rating({ value, defaultValue, onValueChange: handleValueChange, max, state, size, label, caption, className, disabled, id, ...props }: RatingProps):
|
|
136
|
-
|
|
137
|
-
export { Rating, RatingCaption, type RatingCaptionProps, RatingLabel, type RatingLabelProps, type RatingProps, RatingRoot, type RatingRootProps, RatingStar, type RatingStarProps, RatingTrack, type RatingTrackProps, rating };
|
|
132
|
+
export declare function Rating({ value, defaultValue, onValueChange: handleValueChange, max, state, size, label, caption, className, disabled, id, ...props }: RatingProps): import("react/jsx-runtime").JSX.Element;
|