@datum-cloud/datum-ui 0.2.0-alpha.0 → 0.2.0-alpha.2
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-leaflet-imports.d.ts +7 -0
- package/dist/_shadcn/ui/map-leaflet-imports.d.ts.map +1 -0
- package/dist/_shadcn/ui/map.d.ts +115 -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 +38 -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/typography/index.d.ts +2 -0
- package/dist/components/base/typography/index.d.ts.map +1 -0
- package/dist/components/base/typography/typography.d.ts +1182 -0
- package/dist/components/base/typography/typography.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/map-leaflet-imports-OKaoesjZ.mjs +8 -0
- 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 +151 -2
- package/dist/{theme-script-B_TkiYs4.mjs → theme-script-DHyLk25i.mjs} +2679 -392
- 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 +122 -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,5 +1,5 @@
|
|
|
1
|
-
import { t as
|
|
2
|
-
import {
|
|
1
|
+
import { t as cn } from "./cn-DWCc1QRE.mjs";
|
|
2
|
+
import { t as CloseIcon } from "./close.icon-chkXPAUC.mjs";
|
|
3
3
|
import { createElement, useCallback, useEffect, useRef, useState } from "react";
|
|
4
4
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
5
5
|
import { toast } from "sonner";
|
|
@@ -113,5 +113,4 @@ function useCopyToClipboard() {
|
|
|
113
113
|
}
|
|
114
114
|
|
|
115
115
|
//#endregion
|
|
116
|
-
export { toast$1 as n, useCopyToClipboard as t };
|
|
117
|
-
//# sourceMappingURL=use-copy-to-clipboard-D5U8bWsn.mjs.map
|
|
116
|
+
export { toast$1 as n, useCopyToClipboard as t };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cn.d.ts","sourceRoot":"","sources":["../../src/utils/cn.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,MAAM,CAAA;AAItC,wBAAgB,EAAE,CAAC,GAAG,MAAM,EAAE,UAAU,EAAE,GAAG,MAAM,CAElD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,MAAM,CAAA"}
|
package/dist/utils/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@datum-cloud/datum-ui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.2.0-alpha.
|
|
4
|
+
"version": "0.2.0-alpha.2",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"url": "https://github.com/datum-cloud/datum-ui"
|
|
@@ -11,34 +11,34 @@
|
|
|
11
11
|
],
|
|
12
12
|
"exports": {
|
|
13
13
|
".": {
|
|
14
|
-
"types": "./dist/index.d.
|
|
14
|
+
"types": "./dist/index.d.ts",
|
|
15
15
|
"default": "./dist/index.mjs"
|
|
16
16
|
},
|
|
17
17
|
"./components": {
|
|
18
|
-
"types": "./dist/components/index.d.
|
|
18
|
+
"types": "./dist/components/index.d.ts",
|
|
19
19
|
"default": "./dist/components/index.mjs"
|
|
20
20
|
},
|
|
21
21
|
"./providers": {
|
|
22
|
-
"types": "./dist/providers/index.d.
|
|
22
|
+
"types": "./dist/providers/index.d.ts",
|
|
23
23
|
"default": "./dist/providers/index.mjs"
|
|
24
24
|
},
|
|
25
25
|
"./hooks": {
|
|
26
|
-
"types": "./dist/hooks/index.d.
|
|
26
|
+
"types": "./dist/hooks/index.d.ts",
|
|
27
27
|
"default": "./dist/hooks/index.mjs"
|
|
28
28
|
},
|
|
29
29
|
"./icons": {
|
|
30
|
-
"types": "./dist/icons/index.d.
|
|
30
|
+
"types": "./dist/components/icons/index.d.ts",
|
|
31
31
|
"default": "./dist/icons/index.mjs"
|
|
32
32
|
},
|
|
33
33
|
"./utils": {
|
|
34
|
-
"types": "./dist/utils/index.d.
|
|
34
|
+
"types": "./dist/utils/index.d.ts",
|
|
35
35
|
"default": "./dist/utils/index.mjs"
|
|
36
36
|
},
|
|
37
37
|
"./styles": "./dist/style.css"
|
|
38
38
|
},
|
|
39
39
|
"main": "./dist/index.mjs",
|
|
40
40
|
"module": "./dist/index.mjs",
|
|
41
|
-
"types": "./dist/index.d.
|
|
41
|
+
"types": "./dist/index.d.ts",
|
|
42
42
|
"files": [
|
|
43
43
|
"LICENSE",
|
|
44
44
|
"README.md",
|
|
@@ -47,17 +47,42 @@
|
|
|
47
47
|
"peerDependencies": {
|
|
48
48
|
"@conform-to/react": ">=1",
|
|
49
49
|
"@conform-to/zod": ">=1",
|
|
50
|
+
"@radix-ui/react-avatar": ">=1",
|
|
51
|
+
"@radix-ui/react-checkbox": ">=1",
|
|
52
|
+
"@radix-ui/react-collapsible": ">=1",
|
|
53
|
+
"@radix-ui/react-dialog": ">=1",
|
|
54
|
+
"@radix-ui/react-dropdown-menu": ">=2",
|
|
55
|
+
"@radix-ui/react-hover-card": ">=1",
|
|
56
|
+
"@radix-ui/react-label": ">=2",
|
|
57
|
+
"@radix-ui/react-popover": ">=1",
|
|
58
|
+
"@radix-ui/react-radio-group": ">=1",
|
|
59
|
+
"@radix-ui/react-select": ">=2",
|
|
60
|
+
"@radix-ui/react-separator": ">=1",
|
|
61
|
+
"@radix-ui/react-slot": ">=1",
|
|
62
|
+
"@radix-ui/react-switch": ">=1",
|
|
63
|
+
"@radix-ui/react-tabs": ">=1",
|
|
64
|
+
"@radix-ui/react-tooltip": ">=1",
|
|
65
|
+
"@radix-ui/react-visually-hidden": ">=1",
|
|
50
66
|
"@stepperize/react": ">=4",
|
|
51
67
|
"@tanstack/react-virtual": ">=3",
|
|
68
|
+
"cmdk": ">=1",
|
|
52
69
|
"date-fns": ">=4",
|
|
53
70
|
"date-fns-tz": ">=3",
|
|
71
|
+
"leaflet": ">=1.9",
|
|
72
|
+
"leaflet-draw": ">=1",
|
|
73
|
+
"leaflet.fullscreen": ">=5",
|
|
74
|
+
"leaflet.markercluster": ">=1.5",
|
|
54
75
|
"motion": ">=11",
|
|
55
76
|
"nprogress": ">=0.2",
|
|
56
77
|
"react": ">=19",
|
|
57
78
|
"react-day-picker": ">=9",
|
|
58
79
|
"react-dom": ">=19",
|
|
59
80
|
"react-dropzone": ">=14",
|
|
81
|
+
"react-leaflet": ">=5",
|
|
82
|
+
"react-leaflet-markercluster": ">=5.0.0-rc.0",
|
|
60
83
|
"react-number-format": ">=5",
|
|
84
|
+
"recharts": ">=2",
|
|
85
|
+
"sonner": ">=2",
|
|
61
86
|
"zod": ">=3"
|
|
62
87
|
},
|
|
63
88
|
"peerDependenciesMeta": {
|
|
@@ -67,18 +92,81 @@
|
|
|
67
92
|
"@conform-to/zod": {
|
|
68
93
|
"optional": true
|
|
69
94
|
},
|
|
95
|
+
"@radix-ui/react-avatar": {
|
|
96
|
+
"optional": true
|
|
97
|
+
},
|
|
98
|
+
"@radix-ui/react-checkbox": {
|
|
99
|
+
"optional": true
|
|
100
|
+
},
|
|
101
|
+
"@radix-ui/react-collapsible": {
|
|
102
|
+
"optional": true
|
|
103
|
+
},
|
|
104
|
+
"@radix-ui/react-dialog": {
|
|
105
|
+
"optional": true
|
|
106
|
+
},
|
|
107
|
+
"@radix-ui/react-dropdown-menu": {
|
|
108
|
+
"optional": true
|
|
109
|
+
},
|
|
110
|
+
"@radix-ui/react-hover-card": {
|
|
111
|
+
"optional": true
|
|
112
|
+
},
|
|
113
|
+
"@radix-ui/react-label": {
|
|
114
|
+
"optional": true
|
|
115
|
+
},
|
|
116
|
+
"@radix-ui/react-popover": {
|
|
117
|
+
"optional": true
|
|
118
|
+
},
|
|
119
|
+
"@radix-ui/react-radio-group": {
|
|
120
|
+
"optional": true
|
|
121
|
+
},
|
|
122
|
+
"@radix-ui/react-select": {
|
|
123
|
+
"optional": true
|
|
124
|
+
},
|
|
125
|
+
"@radix-ui/react-separator": {
|
|
126
|
+
"optional": true
|
|
127
|
+
},
|
|
128
|
+
"@radix-ui/react-slot": {
|
|
129
|
+
"optional": true
|
|
130
|
+
},
|
|
131
|
+
"@radix-ui/react-switch": {
|
|
132
|
+
"optional": true
|
|
133
|
+
},
|
|
134
|
+
"@radix-ui/react-tabs": {
|
|
135
|
+
"optional": true
|
|
136
|
+
},
|
|
137
|
+
"@radix-ui/react-tooltip": {
|
|
138
|
+
"optional": true
|
|
139
|
+
},
|
|
140
|
+
"@radix-ui/react-visually-hidden": {
|
|
141
|
+
"optional": true
|
|
142
|
+
},
|
|
70
143
|
"@stepperize/react": {
|
|
71
144
|
"optional": true
|
|
72
145
|
},
|
|
73
146
|
"@tanstack/react-virtual": {
|
|
74
147
|
"optional": true
|
|
75
148
|
},
|
|
149
|
+
"cmdk": {
|
|
150
|
+
"optional": true
|
|
151
|
+
},
|
|
76
152
|
"date-fns": {
|
|
77
153
|
"optional": true
|
|
78
154
|
},
|
|
79
155
|
"date-fns-tz": {
|
|
80
156
|
"optional": true
|
|
81
157
|
},
|
|
158
|
+
"leaflet": {
|
|
159
|
+
"optional": true
|
|
160
|
+
},
|
|
161
|
+
"leaflet-draw": {
|
|
162
|
+
"optional": true
|
|
163
|
+
},
|
|
164
|
+
"leaflet.fullscreen": {
|
|
165
|
+
"optional": true
|
|
166
|
+
},
|
|
167
|
+
"leaflet.markercluster": {
|
|
168
|
+
"optional": true
|
|
169
|
+
},
|
|
82
170
|
"motion": {
|
|
83
171
|
"optional": true
|
|
84
172
|
},
|
|
@@ -91,19 +179,32 @@
|
|
|
91
179
|
"react-dropzone": {
|
|
92
180
|
"optional": true
|
|
93
181
|
},
|
|
182
|
+
"react-leaflet": {
|
|
183
|
+
"optional": true
|
|
184
|
+
},
|
|
185
|
+
"react-leaflet-markercluster": {
|
|
186
|
+
"optional": true
|
|
187
|
+
},
|
|
94
188
|
"react-number-format": {
|
|
95
189
|
"optional": true
|
|
96
190
|
},
|
|
191
|
+
"recharts": {
|
|
192
|
+
"optional": true
|
|
193
|
+
},
|
|
194
|
+
"sonner": {
|
|
195
|
+
"optional": true
|
|
196
|
+
},
|
|
97
197
|
"zod": {
|
|
98
198
|
"optional": true
|
|
99
199
|
}
|
|
100
200
|
},
|
|
101
201
|
"dependencies": {
|
|
102
202
|
"class-variance-authority": "^0.7",
|
|
203
|
+
"clsx": "^2.1.1",
|
|
103
204
|
"lucide-react": "^0.556",
|
|
205
|
+
"tailwind-merge": "^3.5.0",
|
|
104
206
|
"tailwind-scrollbar-hide": "^4.0.0",
|
|
105
|
-
"tw-animate-css": "^1.4.0"
|
|
106
|
-
"@repo/shadcn": "0.0.0"
|
|
207
|
+
"tw-animate-css": "^1.4.0"
|
|
107
208
|
},
|
|
108
209
|
"devDependencies": {
|
|
109
210
|
"@bosh-code/tsdown-plugin-tailwindcss": "^1.0.1",
|
|
@@ -121,6 +222,10 @@
|
|
|
121
222
|
"@testing-library/jest-dom": "^6",
|
|
122
223
|
"@testing-library/react": "^16",
|
|
123
224
|
"@testing-library/user-event": "^14",
|
|
225
|
+
"@types/leaflet": "^1.9.21",
|
|
226
|
+
"@types/leaflet-draw": "^1.0.13",
|
|
227
|
+
"@types/leaflet.fullscreen": "^5.2.0",
|
|
228
|
+
"@types/leaflet.markercluster": "^1.5.6",
|
|
124
229
|
"@types/nprogress": "^0.2.3",
|
|
125
230
|
"@types/react": "^19",
|
|
126
231
|
"@types/react-dom": "^19",
|
|
@@ -128,12 +233,18 @@
|
|
|
128
233
|
"date-fns-tz": "^3.2.0",
|
|
129
234
|
"eslint": "^9.39.3",
|
|
130
235
|
"jsdom": "^26",
|
|
236
|
+
"leaflet": "^1.9.4",
|
|
237
|
+
"leaflet-draw": "^1.0.4",
|
|
238
|
+
"leaflet.fullscreen": "^5.3.0",
|
|
239
|
+
"leaflet.markercluster": "^1.5.3",
|
|
131
240
|
"motion": "^12.34.4",
|
|
132
241
|
"nprogress": "^0.2.0",
|
|
133
242
|
"react": "^19",
|
|
134
243
|
"react-day-picker": "^9.14.0",
|
|
135
244
|
"react-dom": "^19",
|
|
136
245
|
"react-dropzone": "^15.0.0",
|
|
246
|
+
"react-leaflet": "^5.0.0",
|
|
247
|
+
"react-leaflet-markercluster": "5.0.0-rc.0",
|
|
137
248
|
"react-number-format": "^5.4.4",
|
|
138
249
|
"sonner": "^2.0.7",
|
|
139
250
|
"tailwindcss": "^4.2.1",
|
|
@@ -147,7 +258,7 @@
|
|
|
147
258
|
"access": "public"
|
|
148
259
|
},
|
|
149
260
|
"scripts": {
|
|
150
|
-
"build": "tsdown --config-loader native && cp -r src/styles/fonts dist/fonts",
|
|
261
|
+
"build": "tsdown --config-loader native && tsc -p tsconfig.build.json && node scripts/fix-dts-imports.mjs && cp -r src/styles/fonts dist/fonts",
|
|
151
262
|
"dev": "tsdown --config-loader native --watch",
|
|
152
263
|
"lint": "eslint .",
|
|
153
264
|
"typecheck": "tsc --noEmit",
|
package/dist/chunk-CtajNgzt.mjs
DELETED
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
//#region \0rolldown/runtime.js
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __exportAll = (all, no_symbols) => {
|
|
7
|
-
let target = {};
|
|
8
|
-
for (var name in all) {
|
|
9
|
-
__defProp(target, name, {
|
|
10
|
-
get: all[name],
|
|
11
|
-
enumerable: true
|
|
12
|
-
});
|
|
13
|
-
}
|
|
14
|
-
if (!no_symbols) {
|
|
15
|
-
__defProp(target, Symbol.toStringTag, { value: "Module" });
|
|
16
|
-
}
|
|
17
|
-
return target;
|
|
18
|
-
};
|
|
19
|
-
var __copyProps = (to, from, except, desc) => {
|
|
20
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
21
|
-
for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
|
|
22
|
-
key = keys[i];
|
|
23
|
-
if (!__hasOwnProp.call(to, key) && key !== except) {
|
|
24
|
-
__defProp(to, key, {
|
|
25
|
-
get: ((k) => from[k]).bind(null, key),
|
|
26
|
-
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
|
|
27
|
-
});
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
return to;
|
|
32
|
-
};
|
|
33
|
-
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
34
|
-
|
|
35
|
-
//#endregion
|
|
36
|
-
export { __reExport as n, __exportAll as t };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"close.icon-DgjsP0sw.mjs","names":[],"sources":["../src/components/icons/close.icon.tsx"],"sourcesContent":["import { cn } from '@repo/shadcn/lib/utils'\n\nexport function CloseIcon({\n className,\n fill = 'fill-foreground',\n}: {\n className?: string\n fill?: string\n}) {\n return (\n <svg\n width=\"17\"\n height=\"17\"\n viewBox=\"0 0 17 17\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n className={cn('transition-opacity hover:opacity-90', className)}\n >\n <path\n opacity=\"0.2\"\n d=\"M2.38191 2.38176C5.55755 -0.793655 10.7065 -0.793755 13.8821 2.38176C17.0576 5.55733 17.0575 10.7063 13.8821 13.8819C10.7064 17.0576 5.55755 17.0575 2.38191 13.8819C-0.793671 10.7063 -0.793707 5.55738 2.38191 2.38176ZM6.76887 8.15117L4.4107 10.5093L5.76346 11.8621L8.12163 9.50393L10.486 11.8683L11.8388 10.5156L9.47439 8.15117L11.8519 5.77366L10.4991 4.42091L8.12163 6.79841L5.75034 4.42712L4.39758 5.77988L6.76887 8.15117Z\"\n className={fill}\n />\n </svg>\n )\n}\n"],"mappings":";;;;AAEA,SAAgB,UAAU,EACxB,WACA,OAAO,qBAIN;AACD,QACE,oBAAC;EACC,OAAM;EACN,QAAO;EACP,SAAQ;EACR,MAAK;EACL,OAAM;EACN,WAAW,GAAG,uCAAuC,UAAU;YAE/D,oBAAC;GACC,SAAQ;GACR,GAAE;GACF,WAAW;IACX;GACE"}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import '../style.css';
|
|
2
|
-
import { i as CloseIcon, n as SpinnerIconProps, r as Icon, t as SpinnerIcon } from "../spinner.icon-q9zisVlw.mjs";
|
|
3
|
-
import { $ as TaskSummaryDialog, $i as RadioGroupItem, $n as FormFieldArray, $r as DropdownMenu, $t as NavItem, A as TimezoneSelector, Ai as TabsList, An as Form, Ar as FormStepperProps, At as SidebarFooter, B as createUserMetadata, Bi as SheetTitle, Bn as StepperControls, Br as UseFieldReturn, Bt as SidebarMenuBadge, C as TimeRangePicker, Ca as Badge, Ci as FormAutocompleteProps, Cn as RowState, Cr as FormRadioGroupProps, Ct as TaskSummaryItem, D as getPresetByKey, Da as AlertDescription, Di as TabsContent, Dn as GRID_PREFIX, Dr as FormSelectItemProps, Dt as defineStepper, E as getDefaultPreset, Ea as Alert, Ei as Tabs, En as GRID_COLUMNS, Er as FormRootRenderProps, Et as TagsInput, F as TimeRangeValue, Fi as SheetContent, Fn as useFieldContext, Fr as FormWhenProps, Ft as SidebarHeader, G as matchesCurrentScope, Gi as SelectItem, Gn as FormSwitch, Gr as EmptyContentAction, Gt as SidebarMenuSubButton, H as CurrentScope, Hi as Select, Hn as FormStep, Hr as FormAutocomplete, Ht as SidebarMenuItem, I as TimezoneOption, Ii as SheetDescription, In as useField, Ir as StepConfig, It as SidebarInput, J as useTaskQueue, Ji as SelectScrollUpButton, Jn as FormSelectItem, Jr as DropzoneContent, Jt as SidebarRail, K as useCurrentScope, Ki as SelectLabel, Kn as FormSubmit, Kr as EmptyContentProps, Kt as SidebarMenuSubItem, L as CustomRangePanel, Li as SheetFooter, Ln as InputWithAddons, Lr as StepperContextValue, Lt as SidebarInset, M as ApiTimeRange, Mi as Switch, Mn as useWatchAll, Mr as FormSwitchProps, Mt as SidebarGroupAction, N as DateRange, Ni as Sheet, Nn as useStepper, Nr as FormTelemetry, Nt as SidebarGroupContent, O as getPresetByShortcut, Oa as AlertProps, Oi as TabsLinkTrigger, On as RESPONSIVE_ARRAY, Or as FormSelectProps, Ot as Sidebar, P as PresetConfig, Pi as SheetClose, Pn as useFormContext, Pr as FormTextareaProps, Pt as SidebarGroupLabel, Q as TaskQueue, Qi as RadioGroup, Qn as FormInput, Qr as DropzoneProps, Qt as AppSidebar, R as createOrgMetadata, Ri as SheetHeader, Rn as InputWithAddonsProps, Rr as StepperControlsProps, Rt as SidebarMenu, S as formatTimeRangeDisplay, Sa as buttonVariants, Si as AutocompleteProps, Sn as RowProps, Sr as FormInputProps, St as TaskSummaryData, T as DEFAULT_PRESETS, Ta as badgeVariants, Ti as Textarea, Tn as GRID_BREAKPOINTS, Tr as FormRootProps, Tt as TaskPanel, U as TasksWithLabels, Ui as SelectContent, Un as FormWhen, Ur as FileInputButton, Ut as SidebarMenuSkeleton, V as TaskQueueProvider, Vi as SheetTrigger, Vn as FormStepper, Vr as UseWatchReturn, Vt as SidebarMenuButton, W as getContextLabel, Wi as SelectGroup, Wn as FormTextarea, Wr as EmptyContent, Wt as SidebarMenuSub, X as LocalTaskStorage, Xi as SelectTrigger, Xn as FormRadioGroup, Xr as DropzoneEmptyState, Xt as SidebarTrigger, Y as RedisTaskStorage, Yi as SelectSeparator, Yn as FormRoot, Yr as DropzoneContentProps, Yt as SidebarSeparator, Z as detectStorage, Zi as SelectValue, Zn as FormRadioItem, Zr as DropzoneEmptyStateProps, Zt as useSidebar, _ as utcStringToZonedDate, _a as CalendarDayButton, _i as AvatarStackProps, _n as Col, _r as FormFieldArrayProps, _t as TaskOutcome, a as useToast, aa as DialogFooterProps, ai as DropdownMenuPortal, an as stopProgress, ar as FormCopyBox, at as TaskPanelCounter, b as formatDateForInput, ba as Button, bi as AutocompleteGroup, bn as Gutter, br as FormFieldProps, bt as TaskStatus, c as toApiTimeRange, ca as DialogTriggerProps, ci as DropdownMenuSeparator, cn as LoaderOverlay, cr as FormButtonProps, ct as ItemContext, d as formatUtcForDisplay, da as CardContent, di as DropdownMenuSubContent, dn as MediaQueryCallback, dr as FormCopyBoxProps, dt as RedisClient, ea as Label, ei as DropdownMenuCheckboxItem, en as NavMain, er as FormField, et as TaskSummaryDialogProps, f as getBrowserTimezone, fa as CardDescription, fi as DropdownMenuSubTrigger, fn as getGutter, fr as FormCustomProps, ft as Task, g as localInputStringToUtc, ga as Calendar, gi as AvatarStack, gn as RowContext, gr as FormErrorProps, gt as TaskMetadata, h as getTimezoneOffset, ha as CardTitle, hi as DateRangePreset, hn as Row, hr as FormDialogProps, ht as TaskHandle, i as ClientOnly, ia as DialogContentProps, ii as DropdownMenuLabel, in as startProgress, ir as FormCustom, it as TaskPanelHeader, j as QuickRangesPanel, ji as TabsTrigger, jn as useWatch, jr as FormSubmitProps, jt as SidebarGroup, k as getPresetRange, ka as AlertTitle, ki as TabsLinkTriggerProps, kn as RESPONSIVE_MAP, kr as FormStepProps, kt as SidebarContent, l as createTimezoneOption, la as Checkbox, li as DropdownMenuShortcut, ln as InputNumber, lr as FormCheckboxProps, lt as ProcessItemEnqueueOptions, m as getShortTimezoneDisplay, ma as CardHeader, mi as CalendarDatePicker, mn as registerMediaQuery, mr as FormDescriptionProps, mt as TaskContext, n as useTheme, na as Dialog, ni as DropdownMenuGroup, nn as PageTitleProps, nr as FormDialog, nt as TaskQueueDropdown, o as Toaster, oa as DialogHeaderProps, oi as DropdownMenuRadioGroup, on as MoreActions, or as FormCheckbox, ot as TaskPanelActions, p as getDefaultTimezoneOptions, pa as CardFooter, pi as DropdownMenuTrigger, pn as getResponsiveValue, pr as FormCustomRenderProps, pt as TaskCompletionInfo, q as useTasksWithLabels, qi as SelectScrollDownButton, qn as FormSelect, qr as Dropzone, qt as SidebarProvider, r as ThemeScript, ra as DialogBodyProps, ri as DropdownMenuItem, rn as configureProgress, rr as FormDescription, rt as TaskPanelItem, s as toast, sa as DialogProps, si as DropdownMenuRadioItem, sn as MoreActionsProps, sr as FormButton, st as EnqueueOptions, t as ThemeProvider, ta as Input, ti as DropdownMenuContent, tn as PageTitle, tr as FormError, tt as TaskQueueTrigger, u as formatTimezoneLabel, ua as Card, ui as DropdownMenuSub, un as NumberInputProps, ur as FormContextValue, ut as ProcessorEnqueueOptions, v as utcToLocalInputString, va as LinkButton, vi as avatarStackVariants, vn as ColProps, vr as FormFieldArrayRenderProps, vt as TaskQueueAPI, w as TimeRangePickerProps, wa as BadgeProps, wi as Tooltip, wn as Breakpoint, wr as FormRadioItemProps, wt as UseTaskQueueOptions, x as formatSingleTimeDisplay, xa as ButtonProps, xi as AutocompleteOption, xn as RowContextType, xr as FormFieldRenderProps, xt as TaskStorage, y as zonedDateToUtcString, ya as LinkButtonProps, yi as Autocomplete, yn as ColSize, yr as FormFieldContextValue, yt as TaskQueueConfig, z as createProjectMetadata, zi as SheetOverlay, zn as StepperNavigation, zr as StepperNavigationProps, zt as SidebarMenuAction } from "../index-DH2XEEjO.mjs";
|
|
4
|
-
import { i as UseThemeProps, n as ThemeProviderProps, r as ThemeStyle, t as Theme } from "../types-BoL47uxV.mjs";
|
|
5
|
-
export * from "@repo/shadcn/ui/breadcrumb";
|
|
6
|
-
export * from "@repo/shadcn/ui/button-group";
|
|
7
|
-
export * from "@repo/shadcn/ui/chart";
|
|
8
|
-
export * from "@repo/shadcn/ui/collapsible";
|
|
9
|
-
export * from "@repo/shadcn/ui/command";
|
|
10
|
-
export * from "@repo/shadcn/ui/hover-card";
|
|
11
|
-
export * from "@repo/shadcn/ui/input-group";
|
|
12
|
-
export * from "@repo/shadcn/ui/map";
|
|
13
|
-
export * from "@repo/shadcn/ui/place-autocomplete";
|
|
14
|
-
export * from "@repo/shadcn/ui/popover";
|
|
15
|
-
export * from "@repo/shadcn/ui/separator";
|
|
16
|
-
export * from "@repo/shadcn/ui/skeleton";
|
|
17
|
-
export * from "@repo/shadcn/ui/spinner";
|
|
18
|
-
export * from "@repo/shadcn/ui/table";
|
|
19
|
-
export * from "@repo/shadcn/ui/visuallyhidden";
|
|
20
|
-
|
|
21
|
-
//#region src/components/index.d.ts
|
|
22
|
-
declare namespace index_d_exports {
|
|
23
|
-
export { CustomRangePanel as AbsoluteRangePanel, Alert, AlertDescription, AlertProps, AlertTitle, ApiTimeRange, AppSidebar, Autocomplete, AutocompleteGroup, AutocompleteOption, AutocompleteProps, AvatarStack, AvatarStackProps, Badge, BadgeProps, Breakpoint, Button, ButtonProps, Calendar, CalendarDatePicker, CalendarDayButton, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Checkbox, ClientOnly, CloseIcon, Col, ColProps, ColSize, CurrentScope, CustomRangePanel, DEFAULT_PRESETS, DateRange, DateRangePreset, Dialog, DialogBodyProps, DialogContentProps, DialogFooterProps, DialogHeaderProps, DialogProps, DialogTriggerProps, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, Dropzone, DropzoneContent, DropzoneContentProps, DropzoneEmptyState, DropzoneEmptyStateProps, DropzoneProps, EmptyContent, EmptyContentAction, EmptyContentProps, EnqueueOptions, FileInputButton, Form, FormAutocomplete, FormAutocompleteProps, FormButton, FormButtonProps, FormCheckbox, FormCheckboxProps, FormContextValue, FormCopyBox, FormCopyBoxProps, FormCustom, FormCustomProps, FormCustomRenderProps, FormDescription, FormDescriptionProps, FormDialog, FormDialogProps, FormError, FormErrorProps, FormField, FormFieldArray, FormFieldArrayProps, FormFieldArrayRenderProps, FormFieldContextValue, FormFieldProps, FormFieldRenderProps, FormInput, FormInputProps, FormRadioGroup, FormRadioGroupProps, FormRadioItem, FormRadioItemProps, FormRoot, FormRootProps, FormRootRenderProps, FormSelect, FormSelectItem, FormSelectItemProps, FormSelectProps, FormStep, FormStepProps, FormStepper, FormStepperProps, FormSubmit, FormSubmitProps, FormSwitch, FormSwitchProps, FormTelemetry, FormTextarea, FormTextareaProps, FormWhen, FormWhenProps, GRID_BREAKPOINTS, GRID_COLUMNS, GRID_PREFIX, Gutter, Icon, Input, InputNumber, InputWithAddons, InputWithAddonsProps, ItemContext, Label, LinkButton, LinkButtonProps, LoaderOverlay, LocalTaskStorage, MediaQueryCallback, MoreActions, MoreActionsProps, NavItem, NavMain, NumberInputProps, PageTitle, PageTitleProps, PresetConfig, ProcessItemEnqueueOptions, ProcessorEnqueueOptions, QuickRangesPanel, RESPONSIVE_ARRAY, RESPONSIVE_MAP, RadioGroup, RadioGroupItem, RedisClient, RedisTaskStorage, Row, RowContext, RowContextType, RowProps, RowState, 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, SpinnerIconProps, StepConfig, StepperContextValue, StepperControls, StepperControlsProps, StepperNavigation, StepperNavigationProps, Switch, Tabs, TabsContent, TabsLinkTrigger, TabsLinkTriggerProps, TabsList, TabsTrigger, TagsInput, Task, TaskCompletionInfo, TaskContext, TaskHandle, TaskMetadata, TaskOutcome, TaskPanel, TaskPanelActions, TaskPanelCounter, TaskPanelHeader, TaskPanelItem, TaskQueue, TaskQueueAPI, TaskQueueConfig, TaskQueueDropdown, TaskQueueProvider, TaskQueueTrigger, TaskStatus, TaskStorage, TaskSummaryData, TaskSummaryDialog, TaskSummaryDialogProps, TaskSummaryItem, TasksWithLabels, Textarea, Theme, ThemeProvider, ThemeProviderProps, ThemeScript, ThemeStyle, TimeRangePicker, TimeRangePickerProps, TimeRangeValue, TimezoneOption, TimezoneSelector, Toaster, Tooltip, UseFieldReturn, UseTaskQueueOptions, UseThemeProps, UseWatchReturn, 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, toApiTimeRange, toast, useCurrentScope, useField, useFieldContext, useFormContext, useSidebar, useStepper, useTaskQueue, useTasksWithLabels, useTheme, useToast, useWatch, useWatchAll, utcStringToZonedDate, utcToLocalInputString, zonedDateToUtcString };
|
|
24
|
-
}
|
|
25
|
-
//#endregion
|
|
26
|
-
export { CustomRangePanel as AbsoluteRangePanel, CustomRangePanel, Alert, AlertDescription, AlertProps, AlertTitle, ApiTimeRange, AppSidebar, Autocomplete, AutocompleteGroup, AutocompleteOption, AutocompleteProps, AvatarStack, AvatarStackProps, Badge, BadgeProps, Breakpoint, Button, ButtonProps, Calendar, CalendarDatePicker, CalendarDayButton, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Checkbox, ClientOnly, CloseIcon, Col, ColProps, ColSize, CurrentScope, DEFAULT_PRESETS, DateRange, DateRangePreset, Dialog, DialogBodyProps, DialogContentProps, DialogFooterProps, DialogHeaderProps, DialogProps, DialogTriggerProps, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, Dropzone, DropzoneContent, DropzoneContentProps, DropzoneEmptyState, DropzoneEmptyStateProps, DropzoneProps, EmptyContent, EmptyContentAction, EmptyContentProps, EnqueueOptions, FileInputButton, Form, FormAutocomplete, FormAutocompleteProps, FormButton, FormButtonProps, FormCheckbox, FormCheckboxProps, FormContextValue, FormCopyBox, FormCopyBoxProps, FormCustom, FormCustomProps, FormCustomRenderProps, FormDescription, FormDescriptionProps, FormDialog, FormDialogProps, FormError, FormErrorProps, FormField, FormFieldArray, FormFieldArrayProps, FormFieldArrayRenderProps, FormFieldContextValue, FormFieldProps, FormFieldRenderProps, FormInput, FormInputProps, FormRadioGroup, FormRadioGroupProps, FormRadioItem, FormRadioItemProps, FormRoot, FormRootProps, FormRootRenderProps, FormSelect, FormSelectItem, FormSelectItemProps, FormSelectProps, FormStep, FormStepProps, FormStepper, FormStepperProps, FormSubmit, FormSubmitProps, FormSwitch, FormSwitchProps, FormTelemetry, FormTextarea, FormTextareaProps, FormWhen, FormWhenProps, GRID_BREAKPOINTS, GRID_COLUMNS, GRID_PREFIX, Gutter, Icon, Input, InputNumber, InputWithAddons, InputWithAddonsProps, ItemContext, Label, LinkButton, LinkButtonProps, LoaderOverlay, LocalTaskStorage, MediaQueryCallback, MoreActions, MoreActionsProps, NavItem, NavMain, NumberInputProps, PageTitle, PageTitleProps, PresetConfig, ProcessItemEnqueueOptions, ProcessorEnqueueOptions, QuickRangesPanel, RESPONSIVE_ARRAY, RESPONSIVE_MAP, RadioGroup, RadioGroupItem, RedisClient, RedisTaskStorage, Row, RowContext, RowContextType, RowProps, RowState, 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, SpinnerIconProps, StepConfig, StepperContextValue, StepperControls, StepperControlsProps, StepperNavigation, StepperNavigationProps, Switch, Tabs, TabsContent, TabsLinkTrigger, TabsLinkTriggerProps, TabsList, TabsTrigger, TagsInput, Task, TaskCompletionInfo, TaskContext, TaskHandle, TaskMetadata, TaskOutcome, TaskPanel, TaskPanelActions, TaskPanelCounter, TaskPanelHeader, TaskPanelItem, TaskQueue, TaskQueueAPI, TaskQueueConfig, TaskQueueDropdown, TaskQueueProvider, TaskQueueTrigger, TaskStatus, TaskStorage, TaskSummaryData, TaskSummaryDialog, TaskSummaryDialogProps, TaskSummaryItem, TasksWithLabels, Textarea, Theme, ThemeProvider, ThemeProviderProps, ThemeScript, ThemeStyle, TimeRangePicker, TimeRangePickerProps, TimeRangeValue, TimezoneOption, TimezoneSelector, Toaster, Tooltip, UseFieldReturn, UseTaskQueueOptions, UseThemeProps, UseWatchReturn, 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, index_d_exports as t, toApiTimeRange, toast, useCurrentScope, useField, useFieldContext, useFormContext, useSidebar, useStepper, useTaskQueue, useTasksWithLabels, useTheme, useToast, useWatch, useWatchAll, utcStringToZonedDate, utcToLocalInputString, zonedDateToUtcString };
|
|
27
|
-
//# sourceMappingURL=index.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","names":[],"sources":["../../src/components/index.ts"],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","names":[],"sources":["../../src/components/index.ts"],"sourcesContent":["/**\n * Datum UI Components\n *\n * Custom and extended components for the Datum design system.\n */\n\nexport * from './base'\nexport * from './features'\nexport * from './icons'\nexport * from './themes'\n"],"mappings":""}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { r as ThemeStyle, t as Theme } from "./types-BoL47uxV.mjs";
|
|
2
|
-
import { ReactNode } from "react";
|
|
3
|
-
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
4
|
-
|
|
5
|
-
//#region src/providers/datum.provider.d.ts
|
|
6
|
-
interface DatumProviderProps {
|
|
7
|
-
children: ReactNode;
|
|
8
|
-
/** Theme mode: light, dark, or follow system preference */
|
|
9
|
-
defaultTheme?: Theme;
|
|
10
|
-
/** Visual style variant applied to the design system */
|
|
11
|
-
themeStyle?: ThemeStyle;
|
|
12
|
-
/** Force a specific theme, overriding user preference */
|
|
13
|
-
forcedTheme?: Theme;
|
|
14
|
-
/** localStorage key for theme persistence */
|
|
15
|
-
storageKey?: string;
|
|
16
|
-
/** Disable CSS transitions during theme switches */
|
|
17
|
-
disableTransitionOnChange?: boolean;
|
|
18
|
-
/** CSP nonce for inline script */
|
|
19
|
-
nonce?: string;
|
|
20
|
-
}
|
|
21
|
-
declare function DatumProvider({
|
|
22
|
-
children,
|
|
23
|
-
defaultTheme,
|
|
24
|
-
themeStyle,
|
|
25
|
-
storageKey,
|
|
26
|
-
...props
|
|
27
|
-
}: DatumProviderProps): react_jsx_runtime0.JSX.Element;
|
|
28
|
-
//#endregion
|
|
29
|
-
export { DatumProviderProps as n, DatumProvider as t };
|
|
30
|
-
//# sourceMappingURL=datum.provider-CsG2KNNc.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"datum.provider-CsG2KNNc.d.mts","names":[],"sources":["../src/providers/datum.provider.tsx"],"mappings":";;;;;UASiB,kBAAA;EACf,QAAA,EAAU,SAAA;EADK;EAGf,YAAA,GAAe,KAAA;;EAEf,UAAA,GAAa,UAAA;EAFE;EAIf,WAAA,GAAc,KAAA;EAAA;EAEd,UAAA;EAFmB;EAInB,yBAAA;EAVU;EAYV,KAAA;AAAA;AAAA,iBASc,aAAA,CAAA;EACd,QAAA;EACA,YAAA;EACA,UAAA;EACA,UAAA;EAAA,GACG;AAAA,GACF,kBAAA,GAAkB,kBAAA,CAAA,GAAA,CAAA,OAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"datum.provider-D6VMjSV0.mjs","names":[],"sources":["../src/providers/datum.provider.tsx"],"sourcesContent":["'use client'\n\nimport type { ReactNode } from 'react'\nimport type { Theme, ThemeStyle } from '../components/themes/types'\nimport { ThemeProvider } from '../components/themes/theme.provider'\n\n// Auto-load all styles when DatumProvider is imported\nimport '../styles/root.css'\n\nexport interface DatumProviderProps {\n children: ReactNode\n /** Theme mode: light, dark, or follow system preference */\n defaultTheme?: Theme\n /** Visual style variant applied to the design system */\n themeStyle?: ThemeStyle\n /** Force a specific theme, overriding user preference */\n forcedTheme?: Theme\n /** localStorage key for theme persistence */\n storageKey?: string\n /** Disable CSS transitions during theme switches */\n disableTransitionOnChange?: boolean\n /** CSP nonce for inline script */\n nonce?: string\n}\n\nconst THEME_STYLE_MAP: Record<ThemeStyle, Record<'light' | 'dark', string>> = {\n alpha: { light: 'theme-alpha', dark: 'theme-alpha dark' },\n default: { light: 'theme-default', dark: 'theme-default dark' },\n experimental: { light: 'theme-experimental', dark: 'theme-experimental dark' },\n}\n\nexport function DatumProvider({\n children,\n defaultTheme = 'system',\n themeStyle = 'alpha',\n storageKey = 'datum-theme',\n ...props\n}: DatumProviderProps) {\n const styleMap = THEME_STYLE_MAP[themeStyle]\n\n return (\n <ThemeProvider\n attribute=\"class\"\n defaultTheme={defaultTheme}\n storageKey={storageKey}\n enableSystem\n enableColorScheme\n value={{ light: styleMap.light, dark: styleMap.dark }}\n {...props}\n >\n {children}\n </ThemeProvider>\n )\n}\n"],"mappings":";;;;AAyBA,MAAM,kBAAwE;CAC5E,OAAO;EAAE,OAAO;EAAe,MAAM;EAAoB;CACzD,SAAS;EAAE,OAAO;EAAiB,MAAM;EAAsB;CAC/D,cAAc;EAAE,OAAO;EAAsB,MAAM;EAA2B;CAC/E;AAED,SAAgB,cAAc,EAC5B,UACA,eAAe,UACf,aAAa,SACb,aAAa,eACb,GAAG,SACkB;CACrB,MAAM,WAAW,gBAAgB;AAEjC,QACE,oBAAC;EACC,WAAU;EACI;EACF;EACZ;EACA;EACA,OAAO;GAAE,OAAO,SAAS;GAAO,MAAM,SAAS;GAAM;EACrD,GAAI;EAEH;GACa"}
|
package/dist/hooks/index.d.mts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"icon-wrapper-BTllM5Re.mjs","names":[],"sources":["../src/components/icons/spinner.icon.tsx","../src/components/icons/icon-wrapper.tsx"],"sourcesContent":["import type { VariantProps } from 'class-variance-authority'\nimport { cn } from '@repo/shadcn/lib/utils'\nimport { cva } from 'class-variance-authority'\n\nconst spinnerVariants = cva('animate-spin', {\n variants: {\n size: {\n 'xs': 'size-3',\n 'sm': 'size-4',\n 'md': 'size-6',\n 'lg': 'size-8',\n 'xl': 'size-10',\n '2xl': 'size-12',\n '3xl': 'size-14',\n '4xl': 'size-16',\n '5xl': 'size-18',\n '6xl': 'size-20',\n '7xl': 'size-22',\n '8xl': 'size-24',\n '9xl': 'size-26',\n },\n },\n defaultVariants: {\n size: 'md',\n },\n})\n\nexport interface SpinnerIconProps\n extends React.SVGProps<SVGSVGElement>, VariantProps<typeof spinnerVariants> {\n /** Color of the track (background circle) */\n trackClassName?: string\n /** Color of the spinning indicator */\n indicatorClassName?: string\n}\n\nexport function SpinnerIcon({\n size,\n className,\n trackClassName = 'text-border',\n indicatorClassName = 'text-primary',\n ...props\n}: SpinnerIconProps) {\n return (\n <svg\n viewBox=\"0 0 64 64\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n className={cn(spinnerVariants({ size }), className)}\n {...props}\n >\n {/* Track (background circle) */}\n <path\n d=\"M32 3C35.8083 3 39.5794 3.75011 43.0978 5.20749C46.6163 6.66488 49.8132 8.80101 52.5061 11.4939C55.199 14.1868 57.3351 17.3837 58.7925 20.9022C60.2499 24.4206 61 28.1917 61 32C61 35.8083 60.2499 39.5794 58.7925 43.0978C57.3351 46.6163 55.199 49.8132 52.5061 52.5061C49.8132 55.199 46.6163 57.3351 43.0978 58.7925C39.5794 60.2499 35.8083 61 32 61C28.1917 61 24.4206 60.2499 20.9022 58.7925C17.3837 57.3351 14.1868 55.199 11.4939 52.5061C8.801 49.8132 6.66487 46.6163 5.20749 43.0978C3.7501 39.5794 3 35.8083 3 32C3 28.1917 3.75011 24.4206 5.2075 20.9022C6.66489 17.3837 8.80101 14.1868 11.4939 11.4939C14.1868 8.80099 17.3838 6.66487 20.9022 5.20749C24.4206 3.7501 28.1917 3 32 3L32 3Z\"\n stroke=\"currentColor\"\n strokeWidth=\"5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n className={trackClassName}\n />\n {/* Indicator (spinning arc) */}\n <path\n d=\"M32 3C36.5778 3 41.0906 4.08374 45.1692 6.16256C49.2477 8.24138 52.7762 11.2562 55.466 14.9605C58.1558 18.6647 59.9304 22.9531 60.6448 27.4748C61.3591 31.9965 60.9928 36.6232 59.5759 40.9762\"\n stroke=\"currentColor\"\n strokeWidth=\"5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n className={indicatorClassName}\n />\n </svg>\n )\n}\n","import type { LucideIcon, LucideProps } from 'lucide-react'\n\ntype IconProps = LucideProps & {\n icon: LucideIcon\n}\n\nexport function Icon({\n icon: IconComponent,\n strokeWidth = 1,\n absoluteStrokeWidth = true,\n size = 16,\n ...props\n}: IconProps) {\n return (\n <IconComponent\n {...props}\n strokeWidth={strokeWidth}\n absoluteStrokeWidth={absoluteStrokeWidth}\n size={size}\n />\n )\n}\n"],"mappings":";;;;;AAIA,MAAM,kBAAkB,IAAI,gBAAgB;CAC1C,UAAU,EACR,MAAM;EACJ,MAAM;EACN,MAAM;EACN,MAAM;EACN,MAAM;EACN,MAAM;EACN,OAAO;EACP,OAAO;EACP,OAAO;EACP,OAAO;EACP,OAAO;EACP,OAAO;EACP,OAAO;EACP,OAAO;EACR,EACF;CACD,iBAAiB,EACf,MAAM,MACP;CACF,CAAC;AAUF,SAAgB,YAAY,EAC1B,MACA,WACA,iBAAiB,eACjB,qBAAqB,gBACrB,GAAG,SACgB;AACnB,QACE,qBAAC;EACC,SAAQ;EACR,MAAK;EACL,OAAM;EACN,WAAW,GAAG,gBAAgB,EAAE,MAAM,CAAC,EAAE,UAAU;EACnD,GAAI;aAGJ,oBAAC;GACC,GAAE;GACF,QAAO;GACP,aAAY;GACZ,eAAc;GACd,gBAAe;GACf,WAAW;IACX,EAEF,oBAAC;GACC,GAAE;GACF,QAAO;GACP,aAAY;GACZ,eAAc;GACd,gBAAe;GACf,WAAW;IACX;GACE;;;;;AC9DV,SAAgB,KAAK,EACnB,MAAM,eACN,cAAc,GACd,sBAAsB,MACtB,OAAO,IACP,GAAG,SACS;AACZ,QACE,oBAAC;EACC,GAAI;EACS;EACQ;EACf;GACN"}
|
package/dist/icons/index.d.mts
DELETED