@datum-cloud/datum-ui 0.2.0-alpha.0 → 0.2.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_shadcn/hooks/use-mobile.d.ts +2 -0
- package/dist/_shadcn/hooks/use-mobile.d.ts.map +1 -0
- package/dist/_shadcn/hooks/use-theme.d.ts +9 -0
- package/dist/_shadcn/hooks/use-theme.d.ts.map +1 -0
- package/dist/_shadcn/lib/utils.d.ts +13 -0
- package/dist/_shadcn/lib/utils.d.ts.map +1 -0
- package/dist/_shadcn/ui/alert.d.ts +9 -0
- package/dist/_shadcn/ui/alert.d.ts.map +1 -0
- package/dist/_shadcn/ui/avatar.d.ts +7 -0
- package/dist/_shadcn/ui/avatar.d.ts.map +1 -0
- package/dist/_shadcn/ui/badge.d.ts +15 -0
- package/dist/_shadcn/ui/badge.d.ts.map +1 -0
- package/dist/_shadcn/ui/breadcrumb.d.ts +12 -0
- package/dist/_shadcn/ui/breadcrumb.d.ts.map +1 -0
- package/dist/_shadcn/ui/button-group.d.ts +12 -0
- package/dist/_shadcn/ui/button-group.d.ts.map +1 -0
- package/dist/_shadcn/ui/button.d.ts +17 -0
- package/dist/_shadcn/ui/button.d.ts.map +1 -0
- package/dist/_shadcn/ui/card.d.ts +9 -0
- package/dist/_shadcn/ui/card.d.ts.map +1 -0
- package/dist/_shadcn/ui/chart.d.ts +53 -0
- package/dist/_shadcn/ui/chart.d.ts.map +1 -0
- package/dist/_shadcn/ui/checkbox.d.ts +5 -0
- package/dist/_shadcn/ui/checkbox.d.ts.map +1 -0
- package/dist/_shadcn/ui/collapsible.d.ts +6 -0
- package/dist/_shadcn/ui/collapsible.d.ts.map +1 -0
- package/dist/_shadcn/ui/command.d.ts +20 -0
- package/dist/_shadcn/ui/command.d.ts.map +1 -0
- package/dist/_shadcn/ui/dialog.d.ts +14 -0
- package/dist/_shadcn/ui/dialog.d.ts.map +1 -0
- package/dist/_shadcn/ui/dropdown-menu.d.ts +33 -0
- package/dist/_shadcn/ui/dropdown-menu.d.ts.map +1 -0
- package/dist/_shadcn/ui/hover-card.d.ts +7 -0
- package/dist/_shadcn/ui/hover-card.d.ts.map +1 -0
- package/dist/_shadcn/ui/input-group.d.ts +17 -0
- package/dist/_shadcn/ui/input-group.d.ts.map +1 -0
- package/dist/_shadcn/ui/input.d.ts +7 -0
- package/dist/_shadcn/ui/input.d.ts.map +1 -0
- package/dist/_shadcn/ui/label.d.ts +5 -0
- package/dist/_shadcn/ui/label.d.ts.map +1 -0
- package/dist/_shadcn/ui/map.d.ts +120 -0
- package/dist/_shadcn/ui/map.d.ts.map +1 -0
- package/dist/_shadcn/ui/place-autocomplete.d.ts +64 -0
- package/dist/_shadcn/ui/place-autocomplete.d.ts.map +1 -0
- package/dist/_shadcn/ui/popover.d.ts +8 -0
- package/dist/_shadcn/ui/popover.d.ts.map +1 -0
- package/dist/_shadcn/ui/radio-group.d.ts +6 -0
- package/dist/_shadcn/ui/radio-group.d.ts.map +1 -0
- package/dist/_shadcn/ui/select.d.ts +14 -0
- package/dist/_shadcn/ui/select.d.ts.map +1 -0
- package/dist/_shadcn/ui/separator.d.ts +5 -0
- package/dist/_shadcn/ui/separator.d.ts.map +1 -0
- package/dist/_shadcn/ui/sheet.d.ts +14 -0
- package/dist/_shadcn/ui/sheet.d.ts.map +1 -0
- package/dist/_shadcn/ui/skeleton.d.ts +3 -0
- package/dist/_shadcn/ui/skeleton.d.ts.map +1 -0
- package/dist/_shadcn/ui/sonner.d.ts +5 -0
- package/dist/_shadcn/ui/sonner.d.ts.map +1 -0
- package/dist/_shadcn/ui/spinner.d.ts +3 -0
- package/dist/_shadcn/ui/spinner.d.ts.map +1 -0
- package/dist/_shadcn/ui/switch.d.ts +5 -0
- package/dist/_shadcn/ui/switch.d.ts.map +1 -0
- package/dist/_shadcn/ui/table.d.ts +11 -0
- package/dist/_shadcn/ui/table.d.ts.map +1 -0
- package/dist/_shadcn/ui/tabs.d.ts +13 -0
- package/dist/_shadcn/ui/tabs.d.ts.map +1 -0
- package/dist/_shadcn/ui/textarea.d.ts +4 -0
- package/dist/_shadcn/ui/textarea.d.ts.map +1 -0
- package/dist/_shadcn/ui/tooltip.d.ts +8 -0
- package/dist/_shadcn/ui/tooltip.d.ts.map +1 -0
- package/dist/_shadcn/ui/visuallyhidden.d.ts +4 -0
- package/dist/_shadcn/ui/visuallyhidden.d.ts.map +1 -0
- package/dist/{close.icon-DgjsP0sw.mjs → close.icon-chkXPAUC.mjs} +2 -3
- package/dist/cn-DWCc1QRE.mjs +10 -0
- package/dist/components/base/alert/alert.d.ts +21 -0
- package/dist/components/base/alert/alert.d.ts.map +1 -0
- package/dist/components/base/alert/index.d.ts +2 -0
- package/dist/components/base/alert/index.d.ts.map +1 -0
- package/dist/components/base/badge/badge.d.ts +17 -0
- package/dist/components/base/badge/badge.d.ts.map +1 -0
- package/dist/components/base/badge/index.d.ts +2 -0
- package/dist/components/base/badge/index.d.ts.map +1 -0
- package/dist/components/base/breadcrumb/index.d.ts +2 -0
- package/dist/components/base/breadcrumb/index.d.ts.map +1 -0
- package/dist/components/base/button/button.d.ts +24 -0
- package/dist/components/base/button/button.d.ts.map +1 -0
- package/dist/components/base/button/index.d.ts +5 -0
- package/dist/components/base/button/index.d.ts.map +1 -0
- package/dist/components/base/button/link-button.d.ts +19 -0
- package/dist/components/base/button/link-button.d.ts.map +1 -0
- package/dist/components/base/button-group/index.d.ts +2 -0
- package/dist/components/base/button-group/index.d.ts.map +1 -0
- package/dist/components/base/calendar/calendar.d.ts +10 -0
- package/dist/components/base/calendar/calendar.d.ts.map +1 -0
- package/dist/components/base/calendar/index.d.ts +2 -0
- package/dist/components/base/calendar/index.d.ts.map +1 -0
- package/dist/components/base/card/card.d.ts +8 -0
- package/dist/components/base/card/card.d.ts.map +1 -0
- package/dist/components/base/card/index.d.ts +2 -0
- package/dist/components/base/card/index.d.ts.map +1 -0
- package/dist/components/base/chart/index.d.ts +2 -0
- package/dist/components/base/chart/index.d.ts.map +1 -0
- package/dist/components/base/checkbox/checkbox.d.ts +10 -0
- package/dist/components/base/checkbox/checkbox.d.ts.map +1 -0
- package/dist/components/base/checkbox/index.d.ts +2 -0
- package/dist/components/base/checkbox/index.d.ts.map +1 -0
- package/dist/components/base/collapsible/index.d.ts +2 -0
- package/dist/components/base/collapsible/index.d.ts.map +1 -0
- package/dist/components/base/command/index.d.ts +2 -0
- package/dist/components/base/command/index.d.ts.map +1 -0
- package/dist/components/base/dialog/dialog.d.ts +46 -0
- package/dist/components/base/dialog/dialog.d.ts.map +1 -0
- package/dist/components/base/dialog/index.d.ts +3 -0
- package/dist/components/base/dialog/index.d.ts.map +1 -0
- package/dist/components/base/hover-card/index.d.ts +2 -0
- package/dist/components/base/hover-card/index.d.ts.map +1 -0
- package/dist/components/base/index.d.ts +35 -0
- package/dist/components/base/index.d.ts.map +1 -0
- package/dist/components/base/input/index.d.ts +2 -0
- package/dist/components/base/input/index.d.ts.map +1 -0
- package/dist/components/base/input/input.d.ts +9 -0
- package/dist/components/base/input/input.d.ts.map +1 -0
- package/dist/components/base/input-group/index.d.ts +2 -0
- package/dist/components/base/input-group/index.d.ts.map +1 -0
- package/dist/components/base/label/index.d.ts +17 -0
- package/dist/components/base/label/index.d.ts.map +1 -0
- package/dist/components/base/label/label.d.ts +26 -0
- package/dist/components/base/label/label.d.ts.map +1 -0
- package/dist/components/base/map/index.d.ts +2 -0
- package/dist/components/base/map/index.d.ts.map +1 -0
- package/dist/components/base/place-autocomplete/index.d.ts +2 -0
- package/dist/components/base/place-autocomplete/index.d.ts.map +1 -0
- package/dist/components/base/popover/index.d.ts +2 -0
- package/dist/components/base/popover/index.d.ts.map +1 -0
- package/dist/components/base/radio-group/index.d.ts +2 -0
- package/dist/components/base/radio-group/index.d.ts.map +1 -0
- package/dist/components/base/radio-group/radio-group.d.ts +16 -0
- package/dist/components/base/radio-group/radio-group.d.ts.map +1 -0
- package/dist/components/base/select/index.d.ts +2 -0
- package/dist/components/base/select/index.d.ts.map +1 -0
- package/dist/components/base/select/select.d.ts +54 -0
- package/dist/components/base/select/select.d.ts.map +1 -0
- package/dist/components/base/separator/index.d.ts +2 -0
- package/dist/components/base/separator/index.d.ts.map +1 -0
- package/dist/components/base/sheet/index.d.ts +2 -0
- package/dist/components/base/sheet/index.d.ts.map +1 -0
- package/dist/components/base/sheet/sheet.d.ts +23 -0
- package/dist/components/base/sheet/sheet.d.ts.map +1 -0
- package/dist/components/base/skeleton/index.d.ts +2 -0
- package/dist/components/base/skeleton/index.d.ts.map +1 -0
- package/dist/components/base/spinner/index.d.ts +2 -0
- package/dist/components/base/spinner/index.d.ts.map +1 -0
- package/dist/components/base/switch/index.d.ts +2 -0
- package/dist/components/base/switch/index.d.ts.map +1 -0
- package/dist/components/base/switch/switch.d.ts +10 -0
- package/dist/components/base/switch/switch.d.ts.map +1 -0
- package/dist/components/base/table/index.d.ts +2 -0
- package/dist/components/base/table/index.d.ts.map +1 -0
- package/dist/components/base/tabs/index.d.ts +2 -0
- package/dist/components/base/tabs/index.d.ts.map +1 -0
- package/dist/components/base/tabs/tabs.d.ts +22 -0
- package/dist/components/base/tabs/tabs.d.ts.map +1 -0
- package/dist/components/base/textarea/index.d.ts +2 -0
- package/dist/components/base/textarea/index.d.ts.map +1 -0
- package/dist/components/base/textarea/textarea.d.ts +9 -0
- package/dist/components/base/textarea/textarea.d.ts.map +1 -0
- package/dist/components/base/tooltip/index.d.ts +2 -0
- package/dist/components/base/tooltip/index.d.ts.map +1 -0
- package/dist/components/base/tooltip/tooltip.d.ts +17 -0
- package/dist/components/base/tooltip/tooltip.d.ts.map +1 -0
- package/dist/components/base/visuallyhidden/index.d.ts +2 -0
- package/dist/components/base/visuallyhidden/index.d.ts.map +1 -0
- package/dist/components/features/autocomplete/autocomplete.d.ts +34 -0
- package/dist/components/features/autocomplete/autocomplete.d.ts.map +1 -0
- package/dist/components/features/autocomplete/autocomplete.types.d.ts +71 -0
- package/dist/components/features/autocomplete/autocomplete.types.d.ts.map +1 -0
- package/dist/components/features/autocomplete/index.d.ts +3 -0
- package/dist/components/features/autocomplete/index.d.ts.map +1 -0
- package/dist/components/features/avatar-stack/avatar-stack.d.ts +17 -0
- package/dist/components/features/avatar-stack/avatar-stack.d.ts.map +1 -0
- package/dist/components/features/avatar-stack/index.d.ts +2 -0
- package/dist/components/features/avatar-stack/index.d.ts.map +1 -0
- package/dist/components/features/calendar-date-picker/calendar-date-picker.d.ts +41 -0
- package/dist/components/features/calendar-date-picker/calendar-date-picker.d.ts.map +1 -0
- package/dist/components/features/calendar-date-picker/index.d.ts +2 -0
- package/dist/components/features/calendar-date-picker/index.d.ts.map +1 -0
- package/dist/components/features/dropdown/dropdown.d.ts +31 -0
- package/dist/components/features/dropdown/dropdown.d.ts.map +1 -0
- package/dist/components/features/dropdown/index.d.ts +2 -0
- package/dist/components/features/dropdown/index.d.ts.map +1 -0
- package/dist/components/features/dropzone/dropzone.d.ts +28 -0
- package/dist/components/features/dropzone/dropzone.d.ts.map +1 -0
- package/dist/components/features/dropzone/index.d.ts +3 -0
- package/dist/components/features/dropzone/index.d.ts.map +1 -0
- package/dist/components/features/empty-content/empty-content.d.ts +29 -0
- package/dist/components/features/empty-content/empty-content.d.ts.map +1 -0
- package/dist/components/features/empty-content/index.d.ts +3 -0
- package/dist/components/features/empty-content/index.d.ts.map +1 -0
- package/dist/components/features/file-input-button/file-input-button.d.ts +33 -0
- package/dist/components/features/file-input-button/file-input-button.d.ts.map +1 -0
- package/dist/components/features/file-input-button/index.d.ts +2 -0
- package/dist/components/features/file-input-button/index.d.ts.map +1 -0
- package/dist/components/features/form/components/form-autocomplete.d.ts +44 -0
- package/dist/components/features/form/components/form-autocomplete.d.ts.map +1 -0
- package/dist/components/features/form/components/form-button.d.ts +23 -0
- package/dist/components/features/form/components/form-button.d.ts.map +1 -0
- package/dist/components/features/form/components/form-checkbox.d.ts +18 -0
- package/dist/components/features/form/components/form-checkbox.d.ts.map +1 -0
- package/dist/components/features/form/components/form-copy-box.d.ts +41 -0
- package/dist/components/features/form/components/form-copy-box.d.ts.map +1 -0
- package/dist/components/features/form/components/form-custom.d.ts +27 -0
- package/dist/components/features/form/components/form-custom.d.ts.map +1 -0
- package/dist/components/features/form/components/form-description.d.ts +19 -0
- package/dist/components/features/form/components/form-description.d.ts.map +1 -0
- package/dist/components/features/form/components/form-dialog.d.ts +58 -0
- package/dist/components/features/form/components/form-dialog.d.ts.map +1 -0
- package/dist/components/features/form/components/form-error.d.ts +29 -0
- package/dist/components/features/form/components/form-error.d.ts.map +1 -0
- package/dist/components/features/form/components/form-field-array.d.ts +40 -0
- package/dist/components/features/form/components/form-field-array.d.ts.map +1 -0
- package/dist/components/features/form/components/form-field.d.ts +40 -0
- package/dist/components/features/form/components/form-field.d.ts.map +1 -0
- package/dist/components/features/form/components/form-input-group.d.ts +21 -0
- package/dist/components/features/form/components/form-input-group.d.ts.map +1 -0
- package/dist/components/features/form/components/form-input.d.ts +21 -0
- package/dist/components/features/form/components/form-input.d.ts.map +1 -0
- package/dist/components/features/form/components/form-radio-group.d.ts +34 -0
- package/dist/components/features/form/components/form-radio-group.d.ts.map +1 -0
- package/dist/components/features/form/components/form-root.d.ts +49 -0
- package/dist/components/features/form/components/form-root.d.ts.map +1 -0
- package/dist/components/features/form/components/form-select.d.ts +34 -0
- package/dist/components/features/form/components/form-select.d.ts.map +1 -0
- package/dist/components/features/form/components/form-submit.d.ts +16 -0
- package/dist/components/features/form/components/form-submit.d.ts.map +1 -0
- package/dist/components/features/form/components/form-switch.d.ts +18 -0
- package/dist/components/features/form/components/form-switch.d.ts.map +1 -0
- package/dist/components/features/form/components/form-textarea.d.ts +21 -0
- package/dist/components/features/form/components/form-textarea.d.ts.map +1 -0
- package/dist/components/features/form/components/form-when.d.ts +34 -0
- package/dist/components/features/form/components/form-when.d.ts.map +1 -0
- package/dist/components/features/form/components/index.d.ts +20 -0
- package/dist/components/features/form/components/index.d.ts.map +1 -0
- package/dist/components/features/form/components/stepper/form-step.d.ts +22 -0
- package/dist/components/features/form/components/stepper/form-step.d.ts.map +1 -0
- package/dist/components/features/form/components/stepper/form-stepper.d.ts +71 -0
- package/dist/components/features/form/components/stepper/form-stepper.d.ts.map +1 -0
- package/dist/components/features/form/components/stepper/index.d.ts +5 -0
- package/dist/components/features/form/components/stepper/index.d.ts.map +1 -0
- package/dist/components/features/form/components/stepper/stepper-controls.d.ts +32 -0
- package/dist/components/features/form/components/stepper/stepper-controls.d.ts.map +1 -0
- package/dist/components/features/form/components/stepper/stepper-navigation.d.ts +17 -0
- package/dist/components/features/form/components/stepper/stepper-navigation.d.ts.map +1 -0
- package/dist/components/features/form/context/field-context.d.ts +16 -0
- package/dist/components/features/form/context/field-context.d.ts.map +1 -0
- package/dist/components/features/form/context/form-context.d.ts +20 -0
- package/dist/components/features/form/context/form-context.d.ts.map +1 -0
- package/dist/components/features/form/context/index.d.ts +3 -0
- package/dist/components/features/form/context/index.d.ts.map +1 -0
- package/dist/components/features/form/hooks/index.d.ts +6 -0
- package/dist/components/features/form/hooks/index.d.ts.map +1 -0
- package/dist/components/features/form/hooks/use-field-context.d.ts +24 -0
- package/dist/components/features/form/hooks/use-field-context.d.ts.map +1 -0
- package/dist/components/features/form/hooks/use-field.d.ts +30 -0
- package/dist/components/features/form/hooks/use-field.d.ts.map +1 -0
- package/dist/components/features/form/hooks/use-form-context.d.ts +19 -0
- package/dist/components/features/form/hooks/use-form-context.d.ts.map +1 -0
- package/dist/components/features/form/hooks/use-stepper.d.ts +56 -0
- package/dist/components/features/form/hooks/use-stepper.d.ts.map +1 -0
- package/dist/components/features/form/hooks/use-watch.d.ts +41 -0
- package/dist/components/features/form/hooks/use-watch.d.ts.map +1 -0
- package/dist/components/features/form/index.d.ts +133 -0
- package/dist/components/features/form/index.d.ts.map +1 -0
- package/dist/components/features/form/types/index.d.ts +601 -0
- package/dist/components/features/form/types/index.d.ts.map +1 -0
- package/dist/components/features/grid/components/col.d.ts +5 -0
- package/dist/components/features/grid/components/col.d.ts.map +1 -0
- package/dist/components/features/grid/components/index.d.ts +7 -0
- package/dist/components/features/grid/components/index.d.ts.map +1 -0
- package/dist/components/features/grid/components/row.d.ts +6 -0
- package/dist/components/features/grid/components/row.d.ts.map +1 -0
- package/dist/components/features/grid/constants/grid.constants.d.ts +22 -0
- package/dist/components/features/grid/constants/grid.constants.d.ts.map +1 -0
- package/dist/components/features/grid/index.d.ts +7 -0
- package/dist/components/features/grid/index.d.ts.map +1 -0
- package/dist/components/features/grid/types/grid.types.d.ts +43 -0
- package/dist/components/features/grid/types/grid.types.d.ts.map +1 -0
- package/dist/components/features/grid/utils/responsive.d.ts +10 -0
- package/dist/components/features/grid/utils/responsive.d.ts.map +1 -0
- package/dist/components/features/index.d.ts +27 -0
- package/dist/components/features/index.d.ts.map +1 -0
- package/dist/components/features/input-number/index.d.ts +2 -0
- package/dist/components/features/input-number/index.d.ts.map +1 -0
- package/dist/components/features/input-number/input-number.d.ts +22 -0
- package/dist/components/features/input-number/input-number.d.ts.map +1 -0
- package/dist/components/features/input-with-addons/index.d.ts +2 -0
- package/dist/components/features/input-with-addons/index.d.ts.map +1 -0
- package/dist/components/features/input-with-addons/input-with-addons.d.ts +14 -0
- package/dist/components/features/input-with-addons/input-with-addons.d.ts.map +1 -0
- package/dist/components/features/loader-overlay/index.d.ts +2 -0
- package/dist/components/features/loader-overlay/index.d.ts.map +1 -0
- package/dist/components/features/loader-overlay/loader-overlay.d.ts +5 -0
- package/dist/components/features/loader-overlay/loader-overlay.d.ts.map +1 -0
- package/dist/components/features/more-actions/index.d.ts +3 -0
- package/dist/components/features/more-actions/index.d.ts.map +1 -0
- package/dist/components/features/more-actions/more-actions.d.ts +19 -0
- package/dist/components/features/more-actions/more-actions.d.ts.map +1 -0
- package/dist/components/features/nprogress/index.d.ts +4 -0
- package/dist/components/features/nprogress/index.d.ts.map +1 -0
- package/dist/components/features/page-title/index.d.ts +3 -0
- package/dist/components/features/page-title/index.d.ts.map +1 -0
- package/dist/components/features/page-title/page-title.d.ts +12 -0
- package/dist/components/features/page-title/page-title.d.ts.map +1 -0
- package/dist/components/features/sidebar/app-sidebar.d.ts +14 -0
- package/dist/components/features/sidebar/app-sidebar.d.ts.map +1 -0
- package/dist/components/features/sidebar/index.d.ts +4 -0
- package/dist/components/features/sidebar/index.d.ts.map +1 -0
- package/dist/components/features/sidebar/nav-main.d.ts +36 -0
- package/dist/components/features/sidebar/nav-main.d.ts.map +1 -0
- package/dist/components/features/sidebar/sidebar.d.ts +85 -0
- package/dist/components/features/sidebar/sidebar.d.ts.map +1 -0
- package/dist/components/features/stepper/index.d.ts +2 -0
- package/dist/components/features/stepper/index.d.ts.map +1 -0
- package/dist/components/features/stepper/stepper.d.ts +42 -0
- package/dist/components/features/stepper/stepper.d.ts.map +1 -0
- package/dist/components/features/tag-input/index.d.ts +2 -0
- package/dist/components/features/tag-input/index.d.ts.map +1 -0
- package/dist/components/features/tag-input/tag-input.d.ts +38 -0
- package/dist/components/features/tag-input/tag-input.d.ts.map +1 -0
- package/dist/components/features/task-queue/constants.d.ts +8 -0
- package/dist/components/features/task-queue/constants.d.ts.map +1 -0
- package/dist/components/features/task-queue/core/index.d.ts +10 -0
- package/dist/components/features/task-queue/core/index.d.ts.map +1 -0
- package/dist/components/features/task-queue/core/task-panel-actions.d.ts +7 -0
- package/dist/components/features/task-queue/core/task-panel-actions.d.ts.map +1 -0
- package/dist/components/features/task-queue/core/task-panel-counter.d.ts +10 -0
- package/dist/components/features/task-queue/core/task-panel-counter.d.ts.map +1 -0
- package/dist/components/features/task-queue/core/task-panel-header.d.ts +2 -0
- package/dist/components/features/task-queue/core/task-panel-header.d.ts.map +1 -0
- package/dist/components/features/task-queue/core/task-panel-item.d.ts +9 -0
- package/dist/components/features/task-queue/core/task-panel-item.d.ts.map +1 -0
- package/dist/components/features/task-queue/core/task-panel.d.ts +6 -0
- package/dist/components/features/task-queue/core/task-panel.d.ts.map +1 -0
- package/dist/components/features/task-queue/core/task-queue-dropdown.d.ts +2 -0
- package/dist/components/features/task-queue/core/task-queue-dropdown.d.ts.map +1 -0
- package/dist/components/features/task-queue/core/task-queue-trigger.d.ts +9 -0
- package/dist/components/features/task-queue/core/task-queue-trigger.d.ts.map +1 -0
- package/dist/components/features/task-queue/core/task-summary-dialog.d.ts +24 -0
- package/dist/components/features/task-queue/core/task-summary-dialog.d.ts.map +1 -0
- package/dist/components/features/task-queue/engine/executor.d.ts +14 -0
- package/dist/components/features/task-queue/engine/executor.d.ts.map +1 -0
- package/dist/components/features/task-queue/engine/index.d.ts +5 -0
- package/dist/components/features/task-queue/engine/index.d.ts.map +1 -0
- package/dist/components/features/task-queue/engine/queue.d.ts +42 -0
- package/dist/components/features/task-queue/engine/queue.d.ts.map +1 -0
- package/dist/components/features/task-queue/engine/storage/detect-storage.d.ts +19 -0
- package/dist/components/features/task-queue/engine/storage/detect-storage.d.ts.map +1 -0
- package/dist/components/features/task-queue/engine/storage/index.d.ts +6 -0
- package/dist/components/features/task-queue/engine/storage/index.d.ts.map +1 -0
- package/dist/components/features/task-queue/engine/storage/local-storage.d.ts +12 -0
- package/dist/components/features/task-queue/engine/storage/local-storage.d.ts.map +1 -0
- package/dist/components/features/task-queue/engine/storage/memory-storage.d.ts +18 -0
- package/dist/components/features/task-queue/engine/storage/memory-storage.d.ts.map +1 -0
- package/dist/components/features/task-queue/engine/storage/redis-storage.d.ts +23 -0
- package/dist/components/features/task-queue/engine/storage/redis-storage.d.ts.map +1 -0
- package/dist/components/features/task-queue/engine/storage/storage.d.ts +2 -0
- package/dist/components/features/task-queue/engine/storage/storage.d.ts.map +1 -0
- package/dist/components/features/task-queue/hooks/index.d.ts +3 -0
- package/dist/components/features/task-queue/hooks/index.d.ts.map +1 -0
- package/dist/components/features/task-queue/hooks/use-task-queue.d.ts +3 -0
- package/dist/components/features/task-queue/hooks/use-task-queue.d.ts.map +1 -0
- package/dist/components/features/task-queue/hooks/use-task-scope.d.ts +52 -0
- package/dist/components/features/task-queue/hooks/use-task-scope.d.ts.map +1 -0
- package/dist/components/features/task-queue/index.d.ts +9 -0
- package/dist/components/features/task-queue/index.d.ts.map +1 -0
- package/dist/components/features/task-queue/provider/index.d.ts +2 -0
- package/dist/components/features/task-queue/provider/index.d.ts.map +1 -0
- package/dist/components/features/task-queue/provider/task-queue-provider.d.ts +14 -0
- package/dist/components/features/task-queue/provider/task-queue-provider.d.ts.map +1 -0
- package/dist/components/features/task-queue/types.d.ts +213 -0
- package/dist/components/features/task-queue/types.d.ts.map +1 -0
- package/dist/components/features/task-queue/utils/index.d.ts +37 -0
- package/dist/components/features/task-queue/utils/index.d.ts.map +1 -0
- package/dist/components/features/time-range-picker/components/absolute-range-panel.d.ts +18 -0
- package/dist/components/features/time-range-picker/components/absolute-range-panel.d.ts.map +1 -0
- package/dist/components/features/time-range-picker/components/index.d.ts +4 -0
- package/dist/components/features/time-range-picker/components/index.d.ts.map +1 -0
- package/dist/components/features/time-range-picker/components/quick-ranges-panel.d.ts +10 -0
- package/dist/components/features/time-range-picker/components/quick-ranges-panel.d.ts.map +1 -0
- package/dist/components/features/time-range-picker/components/timezone-selector.d.ts +10 -0
- package/dist/components/features/time-range-picker/components/timezone-selector.d.ts.map +1 -0
- package/dist/components/features/time-range-picker/index.d.ts +8 -0
- package/dist/components/features/time-range-picker/index.d.ts.map +1 -0
- package/dist/components/features/time-range-picker/presets.d.ts +29 -0
- package/dist/components/features/time-range-picker/presets.d.ts.map +1 -0
- package/dist/components/features/time-range-picker/time-range-picker.d.ts +31 -0
- package/dist/components/features/time-range-picker/time-range-picker.d.ts.map +1 -0
- package/dist/components/features/time-range-picker/types.d.ts +59 -0
- package/dist/components/features/time-range-picker/types.d.ts.map +1 -0
- package/dist/components/features/time-range-picker/utils/format-display.d.ts +20 -0
- package/dist/components/features/time-range-picker/utils/format-display.d.ts.map +1 -0
- package/dist/components/features/time-range-picker/utils/index.d.ts +4 -0
- package/dist/components/features/time-range-picker/utils/index.d.ts.map +1 -0
- package/dist/components/features/time-range-picker/utils/timezone.d.ts +51 -0
- package/dist/components/features/time-range-picker/utils/timezone.d.ts.map +1 -0
- package/dist/components/features/time-range-picker/utils/to-api-format.d.ts +13 -0
- package/dist/components/features/time-range-picker/utils/to-api-format.d.ts.map +1 -0
- package/dist/components/features/toast/headless-toast.d.ts +10 -0
- package/dist/components/features/toast/headless-toast.d.ts.map +1 -0
- package/dist/components/features/toast/index.d.ts +4 -0
- package/dist/components/features/toast/index.d.ts.map +1 -0
- package/dist/components/features/toast/toast.d.ts +9 -0
- package/dist/components/features/toast/toast.d.ts.map +1 -0
- package/dist/components/features/toast/toaster.d.ts +10 -0
- package/dist/components/features/toast/toaster.d.ts.map +1 -0
- package/dist/components/features/toast/types.d.ts +7 -0
- package/dist/components/features/toast/types.d.ts.map +1 -0
- package/dist/components/features/toast/use-toast.d.ts +3 -0
- package/dist/components/features/toast/use-toast.d.ts.map +1 -0
- package/dist/components/icons/close.icon.d.ts +5 -0
- package/dist/components/icons/close.icon.d.ts.map +1 -0
- package/dist/components/icons/icon-wrapper.d.ts +7 -0
- package/dist/components/icons/icon-wrapper.d.ts.map +1 -0
- package/dist/components/icons/index.d.ts +4 -0
- package/dist/components/icons/index.d.ts.map +1 -0
- package/dist/components/icons/spinner.icon.d.ts +13 -0
- package/dist/components/icons/spinner.icon.d.ts.map +1 -0
- package/dist/components/index.d.ts +10 -0
- package/dist/components/index.d.ts.map +1 -0
- package/dist/components/index.mjs +5 -249
- package/dist/components/themes/client-only.d.ts +8 -0
- package/dist/components/themes/client-only.d.ts.map +1 -0
- package/dist/components/themes/index.d.ts +5 -0
- package/dist/components/themes/index.d.ts.map +1 -0
- package/dist/components/themes/script.d.ts +2 -0
- package/dist/components/themes/script.d.ts.map +1 -0
- package/dist/components/themes/theme-script.d.ts +18 -0
- package/dist/components/themes/theme-script.d.ts.map +1 -0
- package/dist/components/themes/theme.provider.d.ts +4 -0
- package/dist/components/themes/theme.provider.d.ts.map +1 -0
- package/dist/components/themes/types.d.ts +30 -0
- package/dist/components/themes/types.d.ts.map +1 -0
- package/dist/datum.provider-D6VMjSV0.mjs +1 -2
- package/dist/hooks/index.d.ts +3 -0
- package/dist/hooks/index.d.ts.map +1 -0
- package/dist/hooks/index.mjs +1 -1
- package/dist/hooks/use-copy-to-clipboard.d.ts +8 -0
- package/dist/hooks/use-copy-to-clipboard.d.ts.map +1 -0
- package/dist/hooks/use-debounce.d.ts +8 -0
- package/dist/hooks/use-debounce.d.ts.map +1 -0
- package/dist/hooks/use-theme.d.ts +2 -0
- package/dist/hooks/use-theme.d.ts.map +1 -0
- package/dist/{icon-wrapper-BTllM5Re.mjs → icon-wrapper-BgPkifId.mjs} +2 -3
- package/dist/icons/index.mjs +2 -2
- package/dist/index.d.ts +5 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.mjs +6 -256
- package/dist/providers/datum.provider.d.ts +20 -0
- package/dist/providers/datum.provider.d.ts.map +1 -0
- package/dist/providers/index.d.ts +3 -0
- package/dist/providers/index.d.ts.map +1 -0
- package/dist/style.css +0 -2
- package/dist/{theme-script-B_TkiYs4.mjs → theme-script-CS7JSmQs.mjs} +1396 -383
- package/dist/theme.provider-DpFLwtHe.mjs +1 -2
- package/dist/{use-copy-to-clipboard-D5U8bWsn.mjs → use-copy-to-clipboard-BfrpD6G8.mjs} +3 -4
- package/dist/use-debounce-BYB-jPeX.mjs +1 -2
- package/dist/utils/cn.d.ts +3 -0
- package/dist/utils/cn.d.ts.map +1 -0
- package/dist/utils/index.d.ts +2 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/index.mjs +1 -1
- package/package.json +88 -11
- package/dist/chunk-CtajNgzt.mjs +0 -36
- package/dist/close.icon-DgjsP0sw.mjs.map +0 -1
- package/dist/components/index.d.mts +0 -27
- package/dist/components/index.d.mts.map +0 -1
- package/dist/components/index.mjs.map +0 -1
- package/dist/datum.provider-CsG2KNNc.d.mts +0 -30
- package/dist/datum.provider-CsG2KNNc.d.mts.map +0 -1
- package/dist/datum.provider-D6VMjSV0.mjs.map +0 -1
- package/dist/hooks/index.d.mts +0 -3
- package/dist/icon-wrapper-BTllM5Re.mjs.map +0 -1
- package/dist/icons/index.d.mts +0 -3
- package/dist/index-DH2XEEjO.d.mts +0 -3995
- package/dist/index-DH2XEEjO.d.mts.map +0 -1
- package/dist/index.d.mts +0 -31
- package/dist/index.d.mts.map +0 -1
- package/dist/index.mjs.map +0 -1
- package/dist/providers/index.d.mts +0 -3
- package/dist/spinner.icon-q9zisVlw.d.mts +0 -46
- package/dist/spinner.icon-q9zisVlw.d.mts.map +0 -1
- package/dist/style.css.map +0 -1
- package/dist/theme-script-B_TkiYs4.mjs.map +0 -1
- package/dist/theme.provider-DpFLwtHe.mjs.map +0 -1
- package/dist/types-BoL47uxV.d.mts +0 -34
- package/dist/types-BoL47uxV.d.mts.map +0 -1
- package/dist/use-copy-to-clipboard-D5U8bWsn.mjs.map +0 -1
- package/dist/use-debounce-BYB-jPeX.mjs.map +0 -1
- package/dist/use-debounce-Dg9zNz9U.d.mts +0 -19
- package/dist/use-debounce-Dg9zNz9U.d.mts.map +0 -1
- package/dist/utils/index.d.mts +0 -3
|
@@ -1,252 +1,8 @@
|
|
|
1
1
|
import '../style.css';
|
|
2
|
-
import { n as
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import { n as toast } from "../use-copy-to-clipboard-D5U8bWsn.mjs";
|
|
2
|
+
import { $ as SidebarGroupAction, $n as TableBody, $r as CommandSeparator, $t as FormSwitch, A as TaskPanel, Ai as BreadcrumbLink, An as DropdownMenuPortal, Ar as Popover, At as getGutter, B as TaskQueueProvider, Bn as AvatarStack, Br as InputGroupTextarea, Bt as useFormContext, C as localInputStringToUtc, Ci as Separator, Cn as DropzoneEmptyState, Cr as SelectScrollDownButton, Ct as startProgress, D as TaskQueueDropdown, Di as Breadcrumb, Dn as DropdownMenuGroup, Dr as SelectValue, Dt as Col, E as zonedDateToUtcString, Ei as buttonVariants, En as DropdownMenuContent, Er as SelectTrigger, Et as InputNumber, F as getContextLabel, Fi as badgeVariants, Fn as DropdownMenuSub, Fr as InputGroup, Ft as GRID_PREFIX, G as createOrgMetadata, Gn as Tooltip, Gr as Dialog, Gt as StepperControls, H as detectStorage, Hn as Autocomplete, Hr as HoverCard, Ht as useField, I as matchesCurrentScope, Ii as Alert, In as DropdownMenuSubContent, Ir as InputGroupAddon, It as RESPONSIVE_ARRAY, J as TagsInput, Jn as TabsContent, Jr as CommandEmpty, Jt as defineStepper, K as createProjectMetadata, Kn as Textarea, Kr as Command, Kt as FormStep, L as useCurrentScope, Li as AlertDescription, Ln as DropdownMenuSubTrigger, Lr as InputGroupButton, Lt as RESPONSIVE_MAP, M as TaskPanelCounter, Mi as BreadcrumbPage, Mn as DropdownMenuRadioItem, Mr as PopoverContent, Mt as registerMediaQuery, N as TaskPanelActions, Ni as BreadcrumbSeparator, Nn as DropdownMenuSeparator, Nr as PopoverTrigger, Nt as GRID_BREAKPOINTS, O as TaskSummaryDialog, Oi as BreadcrumbEllipsis, On as DropdownMenuItem, Or as RadioGroup, Ot as Row, P as TaskPanelHeader, Pi as Badge, Pn as DropdownMenuShortcut, Pr as Label, Pt as GRID_COLUMNS, Q as SidebarGroup, Qn as Table, Qr as CommandList, Qt as FormTextarea, R as useTasksWithLabels, Ri as AlertTitle, Rn as DropdownMenuTrigger, Rr as InputGroupInput, Rt as Form, S as getTimezoneOffset, Si as buttonGroupVariants, Sn as DropzoneContent, Sr as SelectLabel, St as configureProgress, T as utcToLocalInputString, Ti as Button, Tn as DropdownMenuCheckboxItem, Tr as SelectSeparator, Tt as MoreActions, U as RedisTaskStorage, Un as LoaderOverlay, Ur as HoverCardContent, Ut as InputWithAddons, V as TaskQueue, Vn as avatarStackVariants, Vr as Input, Vt as useFieldContext, W as LocalTaskStorage, Wn as VisuallyHidden, Wr as HoverCardTrigger, Wt as StepperNavigation, X as SidebarContent, Xn as TabsList, Xr as CommandInput, Xt as useWatch, Y as Sidebar, Yn as TabsLinkTrigger, Yr as CommandGroup, Yt as FormWhen, Z as SidebarFooter, Zn as TabsTrigger, Zr as CommandItem, Zt as useWatchAll, _ as formatTimezoneLabel, _i as Calendar, _n as FormButton, _r as SheetTrigger, _t as SidebarTrigger, a as formatDateForInput, ai as ChartContainer, an as FormRadioItem, ar as TableRow, at as SidebarMenu, b as getDefaultTimezoneOptions, bi as ButtonGroupSeparator, bn as EmptyContent, br as SelectGroup, bt as NavMain, c as DEFAULT_PRESETS, ci as ChartStyle, cn as FormField, cr as Skeleton, ct as SidebarMenuButton, d as getPresetByShortcut, di as Card, dn as FormDescription, dr as SheetContent, dt as SidebarMenuSub, ei as CommandShortcut, en as FormSubmit, er as TableCaption, et as SidebarGroupContent, f as getPresetRange, fi as CardFooter, fn as FormCustom, fr as SheetOverlay, ft as SidebarMenuSubButton, g as createTimezoneOption, gi as CardTitle, gn as FormCheckbox, gr as SheetTitle, gt as SidebarSeparator, h as CustomRangePanel, hi as CardDescription, hn as Toaster, hr as SheetHeader, ht as SidebarRail, i as TimeRangePicker, ii as Checkbox, in as FormRadioGroup, ir as TableHeader, it as SidebarInset, j as TaskPanelItem, ji as BreadcrumbList, jn as DropdownMenuRadioGroup, jr as PopoverAnchor, jt as getResponsiveValue, k as TaskQueueTrigger, ki as BreadcrumbItem, kn as DropdownMenuLabel, kr as RadioGroupItem, kt as RowContext, l as getDefaultPreset, li as ChartTooltip, ln as FormError, lr as Sheet, lt as SidebarMenuItem, m as QuickRangesPanel, mi as CardContent, mn as useToast, mr as SheetFooter, mt as SidebarProvider, n as ClientOnly, ni as CollapsibleContent, nn as FormSelectItem, nr as TableFooter, nt as SidebarHeader, o as formatSingleTimeDisplay, oi as ChartLegend, on as FormInput, or as Switch, ot as SidebarMenuAction, p as TimezoneSelector, pi as CardHeader, pn as FormCopyBox, pr as SheetDescription, pt as SidebarMenuSubItem, q as createUserMetadata, qn as Tabs, qr as CommandDialog, qt as FormStepper, r as toApiTimeRange, ri as CollapsibleTrigger, rn as FormRoot, rr as TableHead, rt as SidebarInput, s as formatTimeRangeDisplay, si as ChartLegendContent, sn as FormFieldArray, sr as Spinner, st as SidebarMenuBadge, t as ThemeScript, ti as Collapsible, tn as FormSelect, tr as TableCell, tt as SidebarGroupLabel, u as getPresetByKey, ui as ChartTooltipContent, un as FormDialog, ur as SheetClose, ut as SidebarMenuSkeleton, v as formatUtcForDisplay, vi as CalendarDayButton, vn as FormAutocomplete, vr as Select, vt as useSidebar, w as utcStringToZonedDate, wi as LinkButton, wn as DropdownMenu, wr as SelectScrollUpButton, wt as stopProgress, x as getShortTimezoneDisplay, xi as ButtonGroupText, xn as Dropzone, xr as SelectItem, xt as PageTitle, y as getBrowserTimezone, yi as ButtonGroup, yn as FileInputButton, yr as SelectContent, yt as AppSidebar, z as useTaskQueue, zn as CalendarDatePicker, zr as InputGroupText, zt as useStepper } from "../theme-script-CS7JSmQs.mjs";
|
|
3
|
+
import { n as SpinnerIcon, t as Icon } from "../icon-wrapper-BgPkifId.mjs";
|
|
4
|
+
import { t as CloseIcon } from "../close.icon-chkXPAUC.mjs";
|
|
5
|
+
import { n as toast } from "../use-copy-to-clipboard-BfrpD6G8.mjs";
|
|
7
6
|
import { n as useTheme, t as ThemeProvider } from "../theme.provider-DpFLwtHe.mjs";
|
|
8
7
|
|
|
9
|
-
export
|
|
10
|
-
|
|
11
|
-
export * from "@repo/shadcn/ui/button-group"
|
|
12
|
-
|
|
13
|
-
export * from "@repo/shadcn/ui/chart"
|
|
14
|
-
|
|
15
|
-
export * from "@repo/shadcn/ui/collapsible"
|
|
16
|
-
|
|
17
|
-
export * from "@repo/shadcn/ui/command"
|
|
18
|
-
|
|
19
|
-
export * from "@repo/shadcn/ui/hover-card"
|
|
20
|
-
|
|
21
|
-
export * from "@repo/shadcn/ui/input-group"
|
|
22
|
-
|
|
23
|
-
export * from "@repo/shadcn/ui/map"
|
|
24
|
-
|
|
25
|
-
export * from "@repo/shadcn/ui/place-autocomplete"
|
|
26
|
-
|
|
27
|
-
export * from "@repo/shadcn/ui/popover"
|
|
28
|
-
|
|
29
|
-
export * from "@repo/shadcn/ui/separator"
|
|
30
|
-
|
|
31
|
-
export * from "@repo/shadcn/ui/skeleton"
|
|
32
|
-
|
|
33
|
-
export * from "@repo/shadcn/ui/spinner"
|
|
34
|
-
|
|
35
|
-
export * from "@repo/shadcn/ui/table"
|
|
36
|
-
|
|
37
|
-
export * from "@repo/shadcn/ui/visuallyhidden"
|
|
38
|
-
|
|
39
|
-
//#region src/components/index.ts
|
|
40
|
-
var components_exports = /* @__PURE__ */ __exportAll({
|
|
41
|
-
AbsoluteRangePanel: () => CustomRangePanel,
|
|
42
|
-
Alert: () => Alert,
|
|
43
|
-
AlertDescription: () => AlertDescription,
|
|
44
|
-
AlertTitle: () => AlertTitle,
|
|
45
|
-
AppSidebar: () => AppSidebar,
|
|
46
|
-
Autocomplete: () => Autocomplete,
|
|
47
|
-
AvatarStack: () => AvatarStack,
|
|
48
|
-
Badge: () => Badge,
|
|
49
|
-
Button: () => Button,
|
|
50
|
-
Calendar: () => Calendar,
|
|
51
|
-
CalendarDatePicker: () => CalendarDatePicker,
|
|
52
|
-
CalendarDayButton: () => CalendarDayButton,
|
|
53
|
-
Card: () => Card,
|
|
54
|
-
CardContent: () => CardContent,
|
|
55
|
-
CardDescription: () => CardDescription,
|
|
56
|
-
CardFooter: () => CardFooter,
|
|
57
|
-
CardHeader: () => CardHeader,
|
|
58
|
-
CardTitle: () => CardTitle,
|
|
59
|
-
Checkbox: () => Checkbox,
|
|
60
|
-
ClientOnly: () => ClientOnly,
|
|
61
|
-
CloseIcon: () => CloseIcon,
|
|
62
|
-
Col: () => Col,
|
|
63
|
-
CustomRangePanel: () => CustomRangePanel,
|
|
64
|
-
DEFAULT_PRESETS: () => DEFAULT_PRESETS,
|
|
65
|
-
Dialog: () => Dialog,
|
|
66
|
-
DropdownMenu: () => DropdownMenu,
|
|
67
|
-
DropdownMenuCheckboxItem: () => DropdownMenuCheckboxItem,
|
|
68
|
-
DropdownMenuContent: () => DropdownMenuContent,
|
|
69
|
-
DropdownMenuGroup: () => DropdownMenuGroup,
|
|
70
|
-
DropdownMenuItem: () => DropdownMenuItem,
|
|
71
|
-
DropdownMenuLabel: () => DropdownMenuLabel,
|
|
72
|
-
DropdownMenuPortal: () => DropdownMenuPortal,
|
|
73
|
-
DropdownMenuRadioGroup: () => DropdownMenuRadioGroup,
|
|
74
|
-
DropdownMenuRadioItem: () => DropdownMenuRadioItem,
|
|
75
|
-
DropdownMenuSeparator: () => DropdownMenuSeparator,
|
|
76
|
-
DropdownMenuShortcut: () => DropdownMenuShortcut,
|
|
77
|
-
DropdownMenuSub: () => DropdownMenuSub,
|
|
78
|
-
DropdownMenuSubContent: () => DropdownMenuSubContent,
|
|
79
|
-
DropdownMenuSubTrigger: () => DropdownMenuSubTrigger,
|
|
80
|
-
DropdownMenuTrigger: () => DropdownMenuTrigger,
|
|
81
|
-
Dropzone: () => Dropzone,
|
|
82
|
-
DropzoneContent: () => DropzoneContent,
|
|
83
|
-
DropzoneEmptyState: () => DropzoneEmptyState,
|
|
84
|
-
EmptyContent: () => EmptyContent,
|
|
85
|
-
FileInputButton: () => FileInputButton,
|
|
86
|
-
Form: () => Form,
|
|
87
|
-
FormAutocomplete: () => FormAutocomplete,
|
|
88
|
-
FormButton: () => FormButton,
|
|
89
|
-
FormCheckbox: () => FormCheckbox,
|
|
90
|
-
FormCopyBox: () => FormCopyBox,
|
|
91
|
-
FormCustom: () => FormCustom,
|
|
92
|
-
FormDescription: () => FormDescription,
|
|
93
|
-
FormDialog: () => FormDialog,
|
|
94
|
-
FormError: () => FormError,
|
|
95
|
-
FormField: () => FormField,
|
|
96
|
-
FormFieldArray: () => FormFieldArray,
|
|
97
|
-
FormInput: () => FormInput,
|
|
98
|
-
FormRadioGroup: () => FormRadioGroup,
|
|
99
|
-
FormRadioItem: () => FormRadioItem,
|
|
100
|
-
FormRoot: () => FormRoot,
|
|
101
|
-
FormSelect: () => FormSelect,
|
|
102
|
-
FormSelectItem: () => FormSelectItem,
|
|
103
|
-
FormStep: () => FormStep,
|
|
104
|
-
FormStepper: () => FormStepper,
|
|
105
|
-
FormSubmit: () => FormSubmit,
|
|
106
|
-
FormSwitch: () => FormSwitch,
|
|
107
|
-
FormTextarea: () => FormTextarea,
|
|
108
|
-
FormWhen: () => FormWhen,
|
|
109
|
-
GRID_BREAKPOINTS: () => GRID_BREAKPOINTS,
|
|
110
|
-
GRID_COLUMNS: () => GRID_COLUMNS,
|
|
111
|
-
GRID_PREFIX: () => GRID_PREFIX,
|
|
112
|
-
Icon: () => Icon,
|
|
113
|
-
Input: () => Input,
|
|
114
|
-
InputNumber: () => InputNumber,
|
|
115
|
-
InputWithAddons: () => InputWithAddons,
|
|
116
|
-
Label: () => Label,
|
|
117
|
-
LinkButton: () => LinkButton,
|
|
118
|
-
LoaderOverlay: () => LoaderOverlay,
|
|
119
|
-
LocalTaskStorage: () => LocalTaskStorage,
|
|
120
|
-
MoreActions: () => MoreActions,
|
|
121
|
-
NavMain: () => NavMain,
|
|
122
|
-
PageTitle: () => PageTitle,
|
|
123
|
-
QuickRangesPanel: () => QuickRangesPanel,
|
|
124
|
-
RESPONSIVE_ARRAY: () => RESPONSIVE_ARRAY,
|
|
125
|
-
RESPONSIVE_MAP: () => RESPONSIVE_MAP,
|
|
126
|
-
RadioGroup: () => RadioGroup,
|
|
127
|
-
RadioGroupItem: () => RadioGroupItem,
|
|
128
|
-
RedisTaskStorage: () => RedisTaskStorage,
|
|
129
|
-
Row: () => Row,
|
|
130
|
-
RowContext: () => RowContext,
|
|
131
|
-
Select: () => Select,
|
|
132
|
-
SelectContent: () => SelectContent,
|
|
133
|
-
SelectGroup: () => SelectGroup,
|
|
134
|
-
SelectItem: () => SelectItem,
|
|
135
|
-
SelectLabel: () => SelectLabel,
|
|
136
|
-
SelectScrollDownButton: () => SelectScrollDownButton,
|
|
137
|
-
SelectScrollUpButton: () => SelectScrollUpButton,
|
|
138
|
-
SelectSeparator: () => SelectSeparator,
|
|
139
|
-
SelectTrigger: () => SelectTrigger,
|
|
140
|
-
SelectValue: () => SelectValue,
|
|
141
|
-
Sheet: () => Sheet,
|
|
142
|
-
SheetClose: () => SheetClose,
|
|
143
|
-
SheetContent: () => SheetContent,
|
|
144
|
-
SheetDescription: () => SheetDescription,
|
|
145
|
-
SheetFooter: () => SheetFooter,
|
|
146
|
-
SheetHeader: () => SheetHeader,
|
|
147
|
-
SheetOverlay: () => SheetOverlay,
|
|
148
|
-
SheetTitle: () => SheetTitle,
|
|
149
|
-
SheetTrigger: () => SheetTrigger,
|
|
150
|
-
Sidebar: () => Sidebar,
|
|
151
|
-
SidebarContent: () => SidebarContent,
|
|
152
|
-
SidebarFooter: () => SidebarFooter,
|
|
153
|
-
SidebarGroup: () => SidebarGroup,
|
|
154
|
-
SidebarGroupAction: () => SidebarGroupAction,
|
|
155
|
-
SidebarGroupContent: () => SidebarGroupContent,
|
|
156
|
-
SidebarGroupLabel: () => SidebarGroupLabel,
|
|
157
|
-
SidebarHeader: () => SidebarHeader,
|
|
158
|
-
SidebarInput: () => SidebarInput,
|
|
159
|
-
SidebarInset: () => SidebarInset,
|
|
160
|
-
SidebarMenu: () => SidebarMenu,
|
|
161
|
-
SidebarMenuAction: () => SidebarMenuAction,
|
|
162
|
-
SidebarMenuBadge: () => SidebarMenuBadge,
|
|
163
|
-
SidebarMenuButton: () => SidebarMenuButton,
|
|
164
|
-
SidebarMenuItem: () => SidebarMenuItem,
|
|
165
|
-
SidebarMenuSkeleton: () => SidebarMenuSkeleton,
|
|
166
|
-
SidebarMenuSub: () => SidebarMenuSub,
|
|
167
|
-
SidebarMenuSubButton: () => SidebarMenuSubButton,
|
|
168
|
-
SidebarMenuSubItem: () => SidebarMenuSubItem,
|
|
169
|
-
SidebarProvider: () => SidebarProvider,
|
|
170
|
-
SidebarRail: () => SidebarRail,
|
|
171
|
-
SidebarSeparator: () => SidebarSeparator,
|
|
172
|
-
SidebarTrigger: () => SidebarTrigger,
|
|
173
|
-
SpinnerIcon: () => SpinnerIcon,
|
|
174
|
-
StepperControls: () => StepperControls,
|
|
175
|
-
StepperNavigation: () => StepperNavigation,
|
|
176
|
-
Switch: () => Switch,
|
|
177
|
-
Tabs: () => Tabs,
|
|
178
|
-
TabsContent: () => TabsContent,
|
|
179
|
-
TabsLinkTrigger: () => TabsLinkTrigger,
|
|
180
|
-
TabsList: () => TabsList,
|
|
181
|
-
TabsTrigger: () => TabsTrigger,
|
|
182
|
-
TagsInput: () => TagsInput,
|
|
183
|
-
TaskPanel: () => TaskPanel,
|
|
184
|
-
TaskPanelActions: () => TaskPanelActions,
|
|
185
|
-
TaskPanelCounter: () => TaskPanelCounter,
|
|
186
|
-
TaskPanelHeader: () => TaskPanelHeader,
|
|
187
|
-
TaskPanelItem: () => TaskPanelItem,
|
|
188
|
-
TaskQueue: () => TaskQueue,
|
|
189
|
-
TaskQueueDropdown: () => TaskQueueDropdown,
|
|
190
|
-
TaskQueueProvider: () => TaskQueueProvider,
|
|
191
|
-
TaskQueueTrigger: () => TaskQueueTrigger,
|
|
192
|
-
TaskSummaryDialog: () => TaskSummaryDialog,
|
|
193
|
-
Textarea: () => Textarea,
|
|
194
|
-
ThemeProvider: () => ThemeProvider,
|
|
195
|
-
ThemeScript: () => ThemeScript,
|
|
196
|
-
TimeRangePicker: () => TimeRangePicker,
|
|
197
|
-
TimezoneSelector: () => TimezoneSelector,
|
|
198
|
-
Toaster: () => Toaster,
|
|
199
|
-
Tooltip: () => Tooltip,
|
|
200
|
-
avatarStackVariants: () => avatarStackVariants,
|
|
201
|
-
badgeVariants: () => badgeVariants,
|
|
202
|
-
buttonVariants: () => buttonVariants,
|
|
203
|
-
configureProgress: () => configureProgress,
|
|
204
|
-
createOrgMetadata: () => createOrgMetadata,
|
|
205
|
-
createProjectMetadata: () => createProjectMetadata,
|
|
206
|
-
createTimezoneOption: () => createTimezoneOption,
|
|
207
|
-
createUserMetadata: () => createUserMetadata,
|
|
208
|
-
defineStepper: () => defineStepper,
|
|
209
|
-
detectStorage: () => detectStorage,
|
|
210
|
-
formatDateForInput: () => formatDateForInput,
|
|
211
|
-
formatSingleTimeDisplay: () => formatSingleTimeDisplay,
|
|
212
|
-
formatTimeRangeDisplay: () => formatTimeRangeDisplay,
|
|
213
|
-
formatTimezoneLabel: () => formatTimezoneLabel,
|
|
214
|
-
formatUtcForDisplay: () => formatUtcForDisplay,
|
|
215
|
-
getBrowserTimezone: () => getBrowserTimezone,
|
|
216
|
-
getContextLabel: () => getContextLabel,
|
|
217
|
-
getDefaultPreset: () => getDefaultPreset,
|
|
218
|
-
getDefaultTimezoneOptions: () => getDefaultTimezoneOptions,
|
|
219
|
-
getGutter: () => getGutter,
|
|
220
|
-
getPresetByKey: () => getPresetByKey,
|
|
221
|
-
getPresetByShortcut: () => getPresetByShortcut,
|
|
222
|
-
getPresetRange: () => getPresetRange,
|
|
223
|
-
getResponsiveValue: () => getResponsiveValue,
|
|
224
|
-
getShortTimezoneDisplay: () => getShortTimezoneDisplay,
|
|
225
|
-
getTimezoneOffset: () => getTimezoneOffset,
|
|
226
|
-
localInputStringToUtc: () => localInputStringToUtc,
|
|
227
|
-
matchesCurrentScope: () => matchesCurrentScope,
|
|
228
|
-
registerMediaQuery: () => registerMediaQuery,
|
|
229
|
-
startProgress: () => startProgress,
|
|
230
|
-
stopProgress: () => stopProgress,
|
|
231
|
-
toApiTimeRange: () => toApiTimeRange,
|
|
232
|
-
toast: () => toast,
|
|
233
|
-
useCurrentScope: () => useCurrentScope,
|
|
234
|
-
useField: () => useField,
|
|
235
|
-
useFieldContext: () => useFieldContext,
|
|
236
|
-
useFormContext: () => useFormContext,
|
|
237
|
-
useSidebar: () => useSidebar,
|
|
238
|
-
useStepper: () => useStepper,
|
|
239
|
-
useTaskQueue: () => useTaskQueue,
|
|
240
|
-
useTasksWithLabels: () => useTasksWithLabels,
|
|
241
|
-
useTheme: () => useTheme,
|
|
242
|
-
useToast: () => useToast,
|
|
243
|
-
useWatch: () => useWatch,
|
|
244
|
-
useWatchAll: () => useWatchAll,
|
|
245
|
-
utcStringToZonedDate: () => utcStringToZonedDate,
|
|
246
|
-
utcToLocalInputString: () => utcToLocalInputString,
|
|
247
|
-
zonedDateToUtcString: () => zonedDateToUtcString
|
|
248
|
-
});
|
|
249
|
-
|
|
250
|
-
//#endregion
|
|
251
|
-
export { CustomRangePanel as AbsoluteRangePanel, CustomRangePanel, Alert, AlertDescription, AlertTitle, AppSidebar, Autocomplete, AvatarStack, Badge, Button, Calendar, CalendarDatePicker, CalendarDayButton, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Checkbox, ClientOnly, CloseIcon, Col, DEFAULT_PRESETS, Dialog, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, Dropzone, DropzoneContent, DropzoneEmptyState, EmptyContent, FileInputButton, Form, FormAutocomplete, FormButton, FormCheckbox, FormCopyBox, FormCustom, FormDescription, FormDialog, FormError, FormField, FormFieldArray, FormInput, FormRadioGroup, FormRadioItem, FormRoot, FormSelect, FormSelectItem, FormStep, FormStepper, FormSubmit, FormSwitch, FormTextarea, FormWhen, GRID_BREAKPOINTS, GRID_COLUMNS, GRID_PREFIX, Icon, Input, InputNumber, InputWithAddons, Label, LinkButton, LoaderOverlay, LocalTaskStorage, MoreActions, NavMain, PageTitle, QuickRangesPanel, RESPONSIVE_ARRAY, RESPONSIVE_MAP, RadioGroup, RadioGroupItem, RedisTaskStorage, Row, RowContext, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, SpinnerIcon, StepperControls, StepperNavigation, Switch, Tabs, TabsContent, TabsLinkTrigger, TabsList, TabsTrigger, TagsInput, TaskPanel, TaskPanelActions, TaskPanelCounter, TaskPanelHeader, TaskPanelItem, TaskQueue, TaskQueueDropdown, TaskQueueProvider, TaskQueueTrigger, TaskSummaryDialog, Textarea, ThemeProvider, ThemeScript, TimeRangePicker, TimezoneSelector, Toaster, Tooltip, avatarStackVariants, badgeVariants, buttonVariants, configureProgress, createOrgMetadata, createProjectMetadata, createTimezoneOption, createUserMetadata, defineStepper, detectStorage, formatDateForInput, formatSingleTimeDisplay, formatTimeRangeDisplay, formatTimezoneLabel, formatUtcForDisplay, getBrowserTimezone, getContextLabel, getDefaultPreset, getDefaultTimezoneOptions, getGutter, getPresetByKey, getPresetByShortcut, getPresetRange, getResponsiveValue, getShortTimezoneDisplay, getTimezoneOffset, localInputStringToUtc, matchesCurrentScope, registerMediaQuery, startProgress, stopProgress, components_exports as t, toApiTimeRange, toast, useCurrentScope, useField, useFieldContext, useFormContext, useSidebar, useStepper, useTaskQueue, useTasksWithLabels, useTheme, useToast, useWatch, useWatchAll, utcStringToZonedDate, utcToLocalInputString, zonedDateToUtcString };
|
|
252
|
-
//# sourceMappingURL=index.mjs.map
|
|
8
|
+
export { CustomRangePanel as AbsoluteRangePanel, CustomRangePanel, Alert, AlertDescription, AlertTitle, AppSidebar, Autocomplete, AvatarStack, Badge, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, Button, ButtonGroup, ButtonGroupSeparator, ButtonGroupText, Calendar, CalendarDatePicker, CalendarDayButton, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent, Checkbox, ClientOnly, CloseIcon, Col, Collapsible, CollapsibleContent, CollapsibleTrigger, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, DEFAULT_PRESETS, Dialog, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, Dropzone, DropzoneContent, DropzoneEmptyState, EmptyContent, FileInputButton, Form, FormAutocomplete, FormButton, FormCheckbox, FormCopyBox, FormCustom, FormDescription, FormDialog, FormError, FormField, FormFieldArray, FormInput, FormRadioGroup, FormRadioItem, FormRoot, FormSelect, FormSelectItem, FormStep, FormStepper, FormSubmit, FormSwitch, FormTextarea, FormWhen, GRID_BREAKPOINTS, GRID_COLUMNS, GRID_PREFIX, HoverCard, HoverCardContent, HoverCardTrigger, Icon, Input, InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea, InputNumber, InputWithAddons, Label, LinkButton, LoaderOverlay, LocalTaskStorage, MoreActions, NavMain, PageTitle, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, QuickRangesPanel, RESPONSIVE_ARRAY, RESPONSIVE_MAP, RadioGroup, RadioGroupItem, RedisTaskStorage, Row, RowContext, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, Skeleton, Spinner, SpinnerIcon, StepperControls, StepperNavigation, Switch, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsLinkTrigger, TabsList, TabsTrigger, TagsInput, TaskPanel, TaskPanelActions, TaskPanelCounter, TaskPanelHeader, TaskPanelItem, TaskQueue, TaskQueueDropdown, TaskQueueProvider, TaskQueueTrigger, TaskSummaryDialog, Textarea, ThemeProvider, ThemeScript, TimeRangePicker, TimezoneSelector, Toaster, Tooltip, VisuallyHidden, avatarStackVariants, badgeVariants, buttonGroupVariants, buttonVariants, configureProgress, createOrgMetadata, createProjectMetadata, createTimezoneOption, createUserMetadata, defineStepper, detectStorage, formatDateForInput, formatSingleTimeDisplay, formatTimeRangeDisplay, formatTimezoneLabel, formatUtcForDisplay, getBrowserTimezone, getContextLabel, getDefaultPreset, getDefaultTimezoneOptions, getGutter, getPresetByKey, getPresetByShortcut, getPresetRange, getResponsiveValue, getShortTimezoneDisplay, getTimezoneOffset, localInputStringToUtc, matchesCurrentScope, registerMediaQuery, startProgress, stopProgress, toApiTimeRange, toast, useCurrentScope, useField, useFieldContext, useFormContext, useSidebar, useStepper, useTaskQueue, useTasksWithLabels, useTheme, useToast, useWatch, useWatchAll, utcStringToZonedDate, utcToLocalInputString, zonedDateToUtcString };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
interface ClientOnlyProps {
|
|
3
|
+
children: React.ReactNode;
|
|
4
|
+
fallback?: React.ReactNode;
|
|
5
|
+
}
|
|
6
|
+
export declare function ClientOnly({ children, fallback }: ClientOnlyProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=client-only.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"client-only.d.ts","sourceRoot":"","sources":["../../../src/components/themes/client-only.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAE9B,UAAU,eAAe;IACvB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;IACzB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;CAC3B;AAED,wBAAgB,UAAU,CAAC,EAAE,QAAQ,EAAE,QAAe,EAAE,EAAE,eAAe,2CAYxE"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export { ClientOnly } from './client-only';
|
|
2
|
+
export { ThemeScript } from './theme-script';
|
|
3
|
+
export { ThemeProvider, useTheme } from './theme.provider';
|
|
4
|
+
export type { Theme, ThemeProviderProps, ThemeStyle, UseThemeProps, } from './types';
|
|
5
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/themes/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAA;AAC1C,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAA;AAC5C,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAA;AAC1D,YAAY,EACV,KAAK,EACL,kBAAkB,EAClB,UAAU,EACV,aAAa,GACd,MAAM,SAAS,CAAA"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export declare function script(attribute: string | string[], storageKey: string, defaultTheme: string, forcedTheme: string | undefined, themes: string[], value: Record<string, string> | undefined, enableSystem: boolean, enableColorScheme: boolean): void;
|
|
2
|
+
//# sourceMappingURL=script.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"script.d.ts","sourceRoot":"","sources":["../../../src/components/themes/script.ts"],"names":[],"mappings":"AAAA,wBAAgB,MAAM,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM,EAAE,EAAE,UAAU,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,GAAG,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,SAAS,EAAE,YAAY,EAAE,OAAO,EAAE,iBAAiB,EAAE,OAAO,QAiD7O"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
interface ThemeScriptProps {
|
|
3
|
+
forcedTheme?: string;
|
|
4
|
+
storageKey?: string;
|
|
5
|
+
attribute?: string | string[];
|
|
6
|
+
enableSystem?: boolean;
|
|
7
|
+
enableColorScheme?: boolean;
|
|
8
|
+
defaultTheme?: string;
|
|
9
|
+
value?: Record<string, string>;
|
|
10
|
+
themes?: string[];
|
|
11
|
+
nonce?: string;
|
|
12
|
+
scriptProps?: {
|
|
13
|
+
[key: string]: any;
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
export declare const ThemeScript: React.MemoExoticComponent<({ forcedTheme, storageKey, attribute, enableSystem, enableColorScheme, defaultTheme, value, themes, nonce, scriptProps, }: ThemeScriptProps) => import("react/jsx-runtime").JSX.Element>;
|
|
17
|
+
export {};
|
|
18
|
+
//# sourceMappingURL=theme-script.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"theme-script.d.ts","sourceRoot":"","sources":["../../../src/components/themes/theme-script.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAG9B,UAAU,gBAAgB;IACxB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;IAC7B,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,iBAAiB,CAAC,EAAE,OAAO,CAAA;IAC3B,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IAC9B,MAAM,CAAC,EAAE,MAAM,EAAE,CAAA;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE;QACZ,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KACnB,CAAA;CACF;AAED,eAAO,MAAM,WAAW,wJAWrB,gBAAgB,6CAoBjB,CAAA"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { ThemeProviderProps, UseThemeProps } from './types';
|
|
2
|
+
export declare const useTheme: () => UseThemeProps;
|
|
3
|
+
export declare function ThemeProvider(props: ThemeProviderProps): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
//# sourceMappingURL=theme.provider.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"theme.provider.d.ts","sourceRoot":"","sources":["../../../src/components/themes/theme.provider.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAoB,kBAAkB,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAsBlF,eAAO,MAAM,QAAQ,qBAAkD,CAAA;AAEvE,wBAAgB,aAAa,CAAC,KAAK,EAAE,kBAAkB,2CAOtD"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
export type Theme = 'light' | 'dark' | 'system';
|
|
3
|
+
export type ThemeStyle = 'alpha' | 'default' | 'experimental';
|
|
4
|
+
export type Attribute = 'class' | `data-${string}`;
|
|
5
|
+
export interface ThemeProviderProps {
|
|
6
|
+
children: ReactNode;
|
|
7
|
+
defaultTheme?: Theme;
|
|
8
|
+
storageKey?: string;
|
|
9
|
+
themes?: string[];
|
|
10
|
+
forcedTheme?: Theme;
|
|
11
|
+
enableSystem?: boolean;
|
|
12
|
+
disableTransitionOnChange?: boolean;
|
|
13
|
+
enableColorScheme?: boolean;
|
|
14
|
+
attribute?: Attribute | Attribute[];
|
|
15
|
+
value?: Record<string, string>;
|
|
16
|
+
nonce?: string;
|
|
17
|
+
scriptProps?: {
|
|
18
|
+
[key: string]: any;
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
export interface UseThemeProps {
|
|
22
|
+
theme?: Theme;
|
|
23
|
+
setTheme: (theme: Theme | ((theme: Theme) => Theme)) => void;
|
|
24
|
+
forcedTheme?: Theme;
|
|
25
|
+
resolvedTheme?: Theme;
|
|
26
|
+
themes: string[];
|
|
27
|
+
systemTheme?: 'light' | 'dark';
|
|
28
|
+
themeStyle?: ThemeStyle;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/themes/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAEtC,MAAM,MAAM,KAAK,GAAG,OAAO,GAAG,MAAM,GAAG,QAAQ,CAAA;AAE/C,MAAM,MAAM,UAAU,GAAG,OAAO,GAAG,SAAS,GAAG,cAAc,CAAA;AAE7D,MAAM,MAAM,SAAS,GAAG,OAAO,GAAG,QAAQ,MAAM,EAAE,CAAA;AAElD,MAAM,WAAW,kBAAkB;IACjC,QAAQ,EAAE,SAAS,CAAA;IACnB,YAAY,CAAC,EAAE,KAAK,CAAA;IACpB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAA;IACjB,WAAW,CAAC,EAAE,KAAK,CAAA;IACnB,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,yBAAyB,CAAC,EAAE,OAAO,CAAA;IACnC,iBAAiB,CAAC,EAAE,OAAO,CAAA;IAC3B,SAAS,CAAC,EAAE,SAAS,GAAG,SAAS,EAAE,CAAA;IACnC,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IAC9B,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE;QACZ,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KACnB,CAAA;CACF;AAED,MAAM,WAAW,aAAa;IAC5B,KAAK,CAAC,EAAE,KAAK,CAAA;IACb,QAAQ,EAAE,CAAC,KAAK,EAAE,KAAK,GAAG,CAAC,CAAC,KAAK,EAAE,KAAK,KAAK,KAAK,CAAC,KAAK,IAAI,CAAA;IAC5D,WAAW,CAAC,EAAE,KAAK,CAAA;IACnB,aAAa,CAAC,EAAE,KAAK,CAAA;IACrB,MAAM,EAAE,MAAM,EAAE,CAAA;IAChB,WAAW,CAAC,EAAE,OAAO,GAAG,MAAM,CAAA;IAC9B,UAAU,CAAC,EAAE,UAAU,CAAA;CACxB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/hooks/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAA;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAA"}
|
package/dist/hooks/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import '../style.css';
|
|
2
|
-
import { t as useCopyToClipboard } from "../use-copy-to-clipboard-
|
|
2
|
+
import { t as useCopyToClipboard } from "../use-copy-to-clipboard-BfrpD6G8.mjs";
|
|
3
3
|
import { t as useDebounce } from "../use-debounce-BYB-jPeX.mjs";
|
|
4
4
|
|
|
5
5
|
export { useCopyToClipboard, useDebounce };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
interface CopyOptions {
|
|
2
|
+
withToast?: boolean;
|
|
3
|
+
toastMessage?: string;
|
|
4
|
+
}
|
|
5
|
+
type CopyFn = (text: string, options?: CopyOptions) => Promise<boolean>;
|
|
6
|
+
export declare function useCopyToClipboard(): [boolean, CopyFn];
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=use-copy-to-clipboard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-copy-to-clipboard.d.ts","sourceRoot":"","sources":["../../src/hooks/use-copy-to-clipboard.ts"],"names":[],"mappings":"AAGA,UAAU,WAAW;IACnB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,YAAY,CAAC,EAAE,MAAM,CAAA;CACtB;AAED,KAAK,MAAM,GAAG,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,WAAW,KAAK,OAAO,CAAC,OAAO,CAAC,CAAA;AAEvE,wBAAgB,kBAAkB,IAAI,CAAC,OAAO,EAAE,MAAM,CAAC,CAsCtD"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Custom hook that debounces a value
|
|
3
|
+
* @param value - The value to debounce
|
|
4
|
+
* @param delay - The delay in milliseconds
|
|
5
|
+
* @returns The debounced value
|
|
6
|
+
*/
|
|
7
|
+
export declare function useDebounce<T>(value: T, delay: number): T;
|
|
8
|
+
//# sourceMappingURL=use-debounce.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-debounce.d.ts","sourceRoot":"","sources":["../../src/hooks/use-debounce.ts"],"names":[],"mappings":"AAEA;;;;;GAKG;AACH,wBAAgB,WAAW,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,GAAG,CAAC,CAczD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-theme.d.ts","sourceRoot":"","sources":["../../src/hooks/use-theme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,qCAAqC,CAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { cn } from "
|
|
1
|
+
import { t as cn } from "./cn-DWCc1QRE.mjs";
|
|
2
2
|
import { cva } from "class-variance-authority";
|
|
3
3
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
4
4
|
|
|
@@ -58,5 +58,4 @@ function Icon({ icon: IconComponent, strokeWidth = 1, absoluteStrokeWidth = true
|
|
|
58
58
|
}
|
|
59
59
|
|
|
60
60
|
//#endregion
|
|
61
|
-
export { SpinnerIcon as n, Icon as t };
|
|
62
|
-
//# sourceMappingURL=icon-wrapper-BTllM5Re.mjs.map
|
|
61
|
+
export { SpinnerIcon as n, Icon as t };
|
package/dist/icons/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import '../style.css';
|
|
2
|
-
import { n as SpinnerIcon, t as Icon } from "../icon-wrapper-
|
|
3
|
-
import { t as CloseIcon } from "../close.icon-
|
|
2
|
+
import { n as SpinnerIcon, t as Icon } from "../icon-wrapper-BgPkifId.mjs";
|
|
3
|
+
import { t as CloseIcon } from "../close.icon-chkXPAUC.mjs";
|
|
4
4
|
|
|
5
5
|
export { CloseIcon, Icon, SpinnerIcon };
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,cAAc,cAAc,CAAA;AAG5B,cAAc,SAAS,CAAA;AAGvB,cAAc,aAAa,CAAA;AAG3B,cAAc,SAAS,CAAA"}
|