@datum-cloud/datum-ui 0.1.1 → 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-chkXPAUC.mjs +22 -0
- 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 +8 -0
- 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 +37 -0
- package/dist/fonts/AllianceNo1-Medium.ttf +0 -0
- package/dist/fonts/AllianceNo1-Regular.ttf +0 -0
- package/dist/fonts/AllianceNo1-SemiBold.ttf +0 -0
- package/dist/fonts/FTRegolaNeue-Medium.woff2 +0 -0
- package/dist/fonts/FTRegolaNeue-Regular.woff2 +0 -0
- package/dist/fonts/FTRegolaNeue-Semibold.woff2 +0 -0
- package/dist/hooks/index.d.ts +3 -0
- package/dist/hooks/index.d.ts.map +1 -0
- package/dist/hooks/index.mjs +5 -0
- 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-BgPkifId.mjs +61 -0
- package/dist/icons/index.mjs +5 -0
- package/dist/index.d.ts +5 -90
- package/dist/index.d.ts.map +1 -0
- package/dist/index.mjs +11 -3719
- 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/providers/index.mjs +4 -0
- package/dist/style.css +7094 -0
- package/dist/theme-script-CS7JSmQs.mjs +9854 -0
- package/dist/theme.provider-DpFLwtHe.mjs +134 -0
- package/dist/use-copy-to-clipboard-BfrpD6G8.mjs +116 -0
- package/dist/use-debounce-BYB-jPeX.mjs +24 -0
- 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 +4 -0
- package/package.json +204 -51
- package/LICENSE +0 -201
- package/README.md +0 -34
- package/dist/index.d.mts +0 -90
- package/dist/index.js +0 -3765
- package/src/styles/custom.css +0 -27
- package/src/styles/fonts.css +0 -51
- package/src/styles/root.css +0 -28
- package/src/styles/theme.css +0 -3
- package/src/styles/themes/alpha.css +0 -433
- package/src/styles/tokens/brand-tokens.css +0 -57
- package/src/styles/tokens/figma-tokens.css +0 -624
package/src/styles/custom.css
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Application-specific custom styles
|
|
3
|
-
* UI component styles are now in datum-ui/styles/animations.css
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
/* Activity Log Styles */
|
|
7
|
-
.activity-log-user {
|
|
8
|
-
font-weight: 600;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.activity-log-resource {
|
|
12
|
-
text-transform: capitalize;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.activity-log-resource-name,
|
|
16
|
-
.activity-log-error-message,
|
|
17
|
-
.activity-log-namespace {
|
|
18
|
-
font-weight: 600;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.recharts-wrapper .recharts-legend-wrapper {
|
|
22
|
-
z-index: 0;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.recharts-wrapper .recharts-tooltip-wrapper {
|
|
26
|
-
z-index: 1;
|
|
27
|
-
}
|
package/src/styles/fonts.css
DELETED
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
/* FT Regola Neue Font Family */
|
|
2
|
-
|
|
3
|
-
@font-face {
|
|
4
|
-
font-family: 'FTRegolaNeue';
|
|
5
|
-
src: url('/fonts/FTRegolaNeue-Regular.woff2') format('woff2');
|
|
6
|
-
font-weight: 400;
|
|
7
|
-
font-style: normal;
|
|
8
|
-
font-display: swap;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
@font-face {
|
|
12
|
-
font-family: 'FTRegolaNeue';
|
|
13
|
-
src: url('/fonts/FTRegolaNeue-Medium.woff2') format('woff2');
|
|
14
|
-
font-weight: 500;
|
|
15
|
-
font-style: normal;
|
|
16
|
-
font-display: swap;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
@font-face {
|
|
20
|
-
font-family: 'FTRegolaNeue';
|
|
21
|
-
src: url('/fonts/FTRegolaNeue-Semibold.woff2') format('woff2');
|
|
22
|
-
font-weight: 600;
|
|
23
|
-
font-style: normal;
|
|
24
|
-
font-display: swap;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
/* Alliance No1 Font Family */
|
|
28
|
-
|
|
29
|
-
@font-face {
|
|
30
|
-
font-family: 'Alliance No1';
|
|
31
|
-
src: url('/fonts/AllianceNo1-Regular.ttf') format('truetype');
|
|
32
|
-
font-weight: 400;
|
|
33
|
-
font-style: normal;
|
|
34
|
-
font-display: swap;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
@font-face {
|
|
38
|
-
font-family: 'Alliance No1';
|
|
39
|
-
src: url('/fonts/AllianceNo1-Medium.ttf') format('truetype');
|
|
40
|
-
font-weight: 500;
|
|
41
|
-
font-style: normal;
|
|
42
|
-
font-display: swap;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
@font-face {
|
|
46
|
-
font-family: 'Alliance No1';
|
|
47
|
-
src: url('/fonts/AllianceNo1-SemiBold.ttf') format('truetype');
|
|
48
|
-
font-weight: 600;
|
|
49
|
-
font-style: normal;
|
|
50
|
-
font-display: swap;
|
|
51
|
-
}
|
package/src/styles/root.css
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
@import 'tailwindcss';
|
|
2
|
-
@import 'tw-animate-css';
|
|
3
|
-
@import 'tailwind-scrollbar-hide/v4';
|
|
4
|
-
|
|
5
|
-
@custom-variant dark (&:is(.dark *));
|
|
6
|
-
|
|
7
|
-
/* ========================================
|
|
8
|
-
LAYER ORDER DEFINITION
|
|
9
|
-
Theme layer always wins over shadcn-base
|
|
10
|
-
======================================== */
|
|
11
|
-
/* @layer shadcn-base, theme; */
|
|
12
|
-
|
|
13
|
-
/* ========================================
|
|
14
|
-
IMPORTS
|
|
15
|
-
======================================== */
|
|
16
|
-
|
|
17
|
-
@import './fonts.css';
|
|
18
|
-
|
|
19
|
-
/* Figma design tokens - source of truth */
|
|
20
|
-
@import './tokens/figma-tokens.css';
|
|
21
|
-
|
|
22
|
-
/* Shadcn/ui base variables and component styles */
|
|
23
|
-
@import '@repo/shadcn/style.css';
|
|
24
|
-
|
|
25
|
-
/* Theme overrides - always loaded after shadcn */
|
|
26
|
-
@import './themes/alpha.css';
|
|
27
|
-
|
|
28
|
-
@import './custom.css';
|
package/src/styles/theme.css
DELETED
|
@@ -1,433 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Alpha Theme
|
|
3
|
-
*
|
|
4
|
-
* Maps Figma design tokens to purpose tokens for component usage.
|
|
5
|
-
* Purpose tokens are consumed via Tailwind utilities (text-primary, bg-background, etc.).
|
|
6
|
-
*
|
|
7
|
-
* @see app/styles/tokens/figma-tokens.css for Figma token definitions
|
|
8
|
-
*/
|
|
9
|
-
|
|
10
|
-
/* ========================================
|
|
11
|
-
Scope variables to the theme class so we can swap themes by class
|
|
12
|
-
======================================== */
|
|
13
|
-
.theme-alpha {
|
|
14
|
-
/* ========================================
|
|
15
|
-
FONT FAMILYS
|
|
16
|
-
======================================== */
|
|
17
|
-
--font-sans:
|
|
18
|
-
'Alliance No1', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
|
|
19
|
-
'Segoe UI Symbol', 'Noto Color Emoji';
|
|
20
|
-
|
|
21
|
-
--font-mono: 'Menlo', 'Consolas', 'Monaco', 'DejaVu Sans Mono', monospace;
|
|
22
|
-
/* ========================================
|
|
23
|
-
BASE SHADCN VARIABLES
|
|
24
|
-
======================================== */
|
|
25
|
-
/* Radius - using Figma medium radius as base */
|
|
26
|
-
--radius: var(--radius-md);
|
|
27
|
-
|
|
28
|
-
/* Sidebar */
|
|
29
|
-
--sidebar-width: 15.875rem; /* 254px */
|
|
30
|
-
--sidebar-width-icon: 3rem; /* 48px */
|
|
31
|
-
--sidebar-width-mobile: 18.75rem; /* 300px */
|
|
32
|
-
|
|
33
|
-
/* ========================================
|
|
34
|
-
SHADCN COLOR OVERRIDES - LIGHT MODE
|
|
35
|
-
======================================== */
|
|
36
|
-
|
|
37
|
-
/* Base colors */
|
|
38
|
-
--background: var(--glacier-mist-700);
|
|
39
|
-
--foreground: var(--midnight-fjord);
|
|
40
|
-
|
|
41
|
-
/* Card colors */
|
|
42
|
-
--card: hsl(0 0% 100%);
|
|
43
|
-
--card-foreground: hsl(240 10% 3.9%);
|
|
44
|
-
|
|
45
|
-
/* Popover colors */
|
|
46
|
-
--popover: hsl(0 0% 100%);
|
|
47
|
-
--popover-foreground: hsl(240 10% 3.9%);
|
|
48
|
-
|
|
49
|
-
/* Primary colors - using Figma tokens */
|
|
50
|
-
--primary: var(--canyon-clay-links);
|
|
51
|
-
--primary-foreground: var(--white);
|
|
52
|
-
|
|
53
|
-
/* Secondary colors - using Figma tokens */
|
|
54
|
-
--secondary: var(--app-dark-utility-2);
|
|
55
|
-
--secondary-foreground: var(--glacier-mist-700);
|
|
56
|
-
|
|
57
|
-
/* Tertiary colors - using Figma tokens */
|
|
58
|
-
--tertiary: var(--pine-forge);
|
|
59
|
-
--tertiary-foreground: var(--glacier-mist-700);
|
|
60
|
-
|
|
61
|
-
/* Quaternary colors - using Figma tokens */
|
|
62
|
-
--quaternary: var(--app-dark-utility-5);
|
|
63
|
-
--quaternary-foreground: var(--midnight-fjord);
|
|
64
|
-
|
|
65
|
-
/* Muted colors */
|
|
66
|
-
--muted: hsl(240 4.8% 95.9%);
|
|
67
|
-
--muted-foreground: hsl(240 3.8% 46.1%);
|
|
68
|
-
|
|
69
|
-
/* Accent colors - using Figma tokens */
|
|
70
|
-
--accent: var(--glacier-mist-700);
|
|
71
|
-
--accent-foreground: hsl(240 5.9% 10%);
|
|
72
|
-
|
|
73
|
-
/* Destructive colors */
|
|
74
|
-
--destructive: var(--alert-red-light);
|
|
75
|
-
--destructive-foreground: var(--glacier-mist-700);
|
|
76
|
-
|
|
77
|
-
/* UI elements */
|
|
78
|
-
--border: var(--glacier-mist-900);
|
|
79
|
-
--input: var(--app-dark-utility-5);
|
|
80
|
-
--ring: var(--app-dark-utility-4);
|
|
81
|
-
--dialog-overlay: var(--app-dark-utility-4);
|
|
82
|
-
|
|
83
|
-
/* Chart colors */
|
|
84
|
-
--chart-1: hsl(12 76% 61%);
|
|
85
|
-
--chart-2: hsl(173 58% 39%);
|
|
86
|
-
--chart-3: hsl(197 37% 24%);
|
|
87
|
-
--chart-4: hsl(43, 74%, 66%);
|
|
88
|
-
--chart-5: hsl(27 87% 67%);
|
|
89
|
-
|
|
90
|
-
/* Sidebar colors - using Figma tokens */
|
|
91
|
-
--sidebar: var(--glacier-mist-700);
|
|
92
|
-
--sidebar-foreground: var(--app-dark-utility-3);
|
|
93
|
-
--sidebar-primary: var(--midnight-fjord);
|
|
94
|
-
--sidebar-primary-foreground: var(--glacier-mist-900);
|
|
95
|
-
--sidebar-accent: var(--glacier-mist-800);
|
|
96
|
-
--sidebar-accent-foreground: var(--midnight-fjord);
|
|
97
|
-
--sidebar-border: var(--glacier-mist-900);
|
|
98
|
-
--sidebar-ring: var(--midnight-fjord);
|
|
99
|
-
|
|
100
|
-
/* Status colors */
|
|
101
|
-
--success-100: hsl(143, 85%, 96%);
|
|
102
|
-
--success-300: hsl(145, 92%, 87%);
|
|
103
|
-
--success-500: hsl(140, 100%, 27%);
|
|
104
|
-
|
|
105
|
-
--info-100: hsl(208, 100%, 97%);
|
|
106
|
-
--info-300: hsl(221, 91%, 93%);
|
|
107
|
-
--info-500: hsl(210, 92%, 45%);
|
|
108
|
-
|
|
109
|
-
/* Input */
|
|
110
|
-
--input-background: var(--glacier-mist-700);
|
|
111
|
-
--input-foreground: var(--midnight-fjord);
|
|
112
|
-
--input-border: var(--app-dark-utility-5);
|
|
113
|
-
--input-placeholder: var(--app-dark-utility-4);
|
|
114
|
-
--input-focus-border: var(--app-dark-utility-3);
|
|
115
|
-
--input-focus-shadow: 0px 0px 0px 3px rgba(12, 29, 49, 0.08);
|
|
116
|
-
|
|
117
|
-
/* Table */
|
|
118
|
-
--table-accent: var(--glacier-mist-800);
|
|
119
|
-
--table-cell: hsl(0 0% 100%);
|
|
120
|
-
--table-cell-hover: var(--glacier-mist-700);
|
|
121
|
-
|
|
122
|
-
/* Badge */
|
|
123
|
-
--badge-primary: var(--primary);
|
|
124
|
-
--badge-primary-foreground: var(--primary-foreground);
|
|
125
|
-
--badge-secondary: var(--secondary);
|
|
126
|
-
--badge-secondary-foreground: var(--secondary-foreground);
|
|
127
|
-
--badge-tertiary: var(--tertiary);
|
|
128
|
-
--badge-tertiary-foreground: var(--tertiary-foreground);
|
|
129
|
-
--badge-quaternary: var(--app-dark-utility-5);
|
|
130
|
-
--badge-quaternary-foreground: var(--app-dark-utility-2);
|
|
131
|
-
--badge-muted: var(--glacier-mist-800);
|
|
132
|
-
--badge-muted-foreground: var(--midnight-fjord);
|
|
133
|
-
--badge-success: hsl(112, 14%, 57%);
|
|
134
|
-
--badge-success-foreground: var(--glacier-mist-700);
|
|
135
|
-
--badge-info: hsl(202, 34%, 46%);
|
|
136
|
-
--badge-info-foreground: var(--glacier-mist-700);
|
|
137
|
-
--badge-danger: var(--destructive);
|
|
138
|
-
--badge-danger-foreground: var(--destructive-foreground);
|
|
139
|
-
--badge-warning: hsl(34, 100%, 50%);
|
|
140
|
-
--badge-warning-foreground: var(--glacier-mist-700);
|
|
141
|
-
|
|
142
|
-
--card-warning: #fffbc5;
|
|
143
|
-
--card-warning-foreground: var(--midnight-fjord);
|
|
144
|
-
--card-success-border: var(--potted-olive);
|
|
145
|
-
--card-success: #f4f9f5;
|
|
146
|
-
--card-success-secondary: #adbab0;
|
|
147
|
-
--card-border: var(--glacier-mist-900);
|
|
148
|
-
|
|
149
|
-
--btn-primary: rgba(156, 121, 121, 0.9);
|
|
150
|
-
--btn-secondary: rgba(56, 69, 85, 0.9);
|
|
151
|
-
--btn-tertiary: var(--tertiary);
|
|
152
|
-
--btn-quaternary: var(--quaternary);
|
|
153
|
-
--btn-quaternary-hover: var(--app-dark-utility-4);
|
|
154
|
-
|
|
155
|
-
/* Icon Colors */
|
|
156
|
-
--icon-primary: var(--app-dark-utility-3);
|
|
157
|
-
--icon-secondary: var(--app-dark-utility-4);
|
|
158
|
-
--icon-tertiary: var(--app-dark-utility-5);
|
|
159
|
-
--icon-quaternary: var(--app-dark-utility-2);
|
|
160
|
-
--icon-quinary: var(--app-dark-utility-1);
|
|
161
|
-
--icon-header: var(--canyon-clay-links);
|
|
162
|
-
|
|
163
|
-
--stepper-line: var(--glacier-mist-800);
|
|
164
|
-
--stepper-label: var(--app-dark-utility-4);
|
|
165
|
-
|
|
166
|
-
/* Toast */
|
|
167
|
-
--toast-error-background: var(--alert-red-light);
|
|
168
|
-
--toast-error-foreground: var(--glacier-mist-700);
|
|
169
|
-
--toast-error-icon: var(--glacier-mist-700);
|
|
170
|
-
--toast-success-background: var(--pine-forge);
|
|
171
|
-
--toast-success-foreground: var(--glacier-mist-700);
|
|
172
|
-
--toast-success-icon: var(--glacier-mist-700);
|
|
173
|
-
|
|
174
|
-
/* ========================================
|
|
175
|
-
DARK MODE OVERRIDES
|
|
176
|
-
======================================== */
|
|
177
|
-
&.dark {
|
|
178
|
-
/* Base colors - dark mode */
|
|
179
|
-
--background: var(--midnight-fjord);
|
|
180
|
-
--foreground: var(--glacier-mist-700);
|
|
181
|
-
|
|
182
|
-
/* Card colors - dark mode */
|
|
183
|
-
--card: var(--app-dark-utility-1);
|
|
184
|
-
--card-foreground: var(--glacier-mist-700);
|
|
185
|
-
|
|
186
|
-
/* Popover colors */
|
|
187
|
-
--popover: var(--app-dark-utility-1);
|
|
188
|
-
--popover-foreground: var(--glacier-mist-700);
|
|
189
|
-
|
|
190
|
-
/* Primary colors */
|
|
191
|
-
--primary: var(--aurora-moss);
|
|
192
|
-
--primary-foreground: var(--midnight-fjord);
|
|
193
|
-
|
|
194
|
-
/* Secondary colors */
|
|
195
|
-
--secondary: var(--aurora-moss);
|
|
196
|
-
--secondary-foreground: var(--midnight-fjord);
|
|
197
|
-
|
|
198
|
-
/* Tertiary colors */
|
|
199
|
-
--tertiary: var(--aurora-moss);
|
|
200
|
-
--tertiary-foreground: var(--midnight-fjord);
|
|
201
|
-
|
|
202
|
-
/* Quaternary colors */
|
|
203
|
-
--quaternary: var(--app-dark-utility-2);
|
|
204
|
-
--quaternary-foreground: var(--glacier-mist-700);
|
|
205
|
-
|
|
206
|
-
/* Muted colors */
|
|
207
|
-
--muted: var(--app-dark-utility-1);
|
|
208
|
-
--muted-foreground: var(--app-dark-utility-4);
|
|
209
|
-
|
|
210
|
-
/* Accent colors */
|
|
211
|
-
--accent: var(--app-dark-utility-2);
|
|
212
|
-
--accent-foreground: var(--glacier-mist-700);
|
|
213
|
-
|
|
214
|
-
/* Destructive colors */
|
|
215
|
-
--destructive: var(--alert-red-light);
|
|
216
|
-
--destructive-foreground: var(--glacier-mist-700);
|
|
217
|
-
|
|
218
|
-
/* UI elements */
|
|
219
|
-
--border: var(--app-dark-utility-2);
|
|
220
|
-
--input: var(--app-dark-utility-2);
|
|
221
|
-
--ring: var(--app-dark-utility-3);
|
|
222
|
-
--dialog-overlay: var(--midnight-fjord);
|
|
223
|
-
|
|
224
|
-
--dialog-border: var(--app-dark-utility-2);
|
|
225
|
-
|
|
226
|
-
/* Toast */
|
|
227
|
-
--toast-error-background: var(--alert-red-dark);
|
|
228
|
-
--toast-error-foreground: var(--midnight-fjord);
|
|
229
|
-
--toast-error-icon: var(--midnight-fjord);
|
|
230
|
-
--toast-success-background: var(--primary);
|
|
231
|
-
--toast-success-foreground: var(--midnight-fjord);
|
|
232
|
-
--toast-success-icon: var(--midnight-fjord);
|
|
233
|
-
|
|
234
|
-
/* Chart colors - dark mode */
|
|
235
|
-
--chart-1: hsl(220 70% 50%);
|
|
236
|
-
--chart-2: hsl(160 60% 45%);
|
|
237
|
-
--chart-3: hsl(30 80% 55%);
|
|
238
|
-
--chart-4: hsl(280 65% 60%);
|
|
239
|
-
--chart-5: hsl(340 75% 55%);
|
|
240
|
-
|
|
241
|
-
/* Sidebar colors - dark mode */
|
|
242
|
-
--sidebar: var(--midnight-fjord);
|
|
243
|
-
--sidebar-foreground: var(--app-dark-utility-4);
|
|
244
|
-
--sidebar-primary: var(--glacier-mist-700);
|
|
245
|
-
--sidebar-primary-foreground: var(--app-dark-utility-2);
|
|
246
|
-
--sidebar-accent: var(--app-dark-utility-1);
|
|
247
|
-
--sidebar-accent-foreground: var(--app-dark-utility-4);
|
|
248
|
-
--sidebar-border: var(--app-dark-utility-1);
|
|
249
|
-
--sidebar-ring: var(--aurora-moss);
|
|
250
|
-
|
|
251
|
-
/* Status colors - dark mode */
|
|
252
|
-
--success-100: hsl(150, 100%, 6%);
|
|
253
|
-
--success-300: hsl(147, 100%, 12%);
|
|
254
|
-
--success-500: hsl(150, 86%, 65%);
|
|
255
|
-
|
|
256
|
-
--info-100: hsl(216, 87%, 65%);
|
|
257
|
-
--info-300: hsl(215, 100%, 6%);
|
|
258
|
-
--info-500: hsl(223, 43%, 17%);
|
|
259
|
-
|
|
260
|
-
/* Input */
|
|
261
|
-
--input-background: var(--midnight-fjord);
|
|
262
|
-
--input-foreground: var(--glacier-mist-700);
|
|
263
|
-
--input-border: var(--app-dark-utility-2);
|
|
264
|
-
--input-placeholder: var(--app-dark-utility-3);
|
|
265
|
-
--input-focus-border: var(--aurora-moss);
|
|
266
|
-
--input-focus-shadow: 0px 0px 0px 3px rgba(236, 249, 192, 0.08);
|
|
267
|
-
|
|
268
|
-
--table-accent: var(--app-dark-utility-1);
|
|
269
|
-
--table-cell: var(--midnight-fjord);
|
|
270
|
-
--table-cell-hover: var(--app-dark-utility-1);
|
|
271
|
-
|
|
272
|
-
/* Badge */
|
|
273
|
-
--badge-primary: var(--primary);
|
|
274
|
-
--badge-primary-foreground: var(--primary-foreground);
|
|
275
|
-
--badge-secondary: var(--secondary);
|
|
276
|
-
--badge-secondary-foreground: var(--secondary-foreground);
|
|
277
|
-
--badge-tertiary: var(--tertiary);
|
|
278
|
-
--badge-tertiary-foreground: var(--tertiary-foreground);
|
|
279
|
-
--badge-quaternary: var(--quaternary);
|
|
280
|
-
--badge-quaternary-foreground: var(--quaternary-foreground);
|
|
281
|
-
--badge-muted: var(--glacier-mist-800);
|
|
282
|
-
--badge-muted-foreground: var(--accent-foreground);
|
|
283
|
-
--badge-success: hsl(112, 14%, 57%);
|
|
284
|
-
--badge-success-foreground: var(--glacier-mist-700);
|
|
285
|
-
--badge-info: hsl(202, 34%, 46%);
|
|
286
|
-
--badge-info-foreground: var(--glacier-mist-700);
|
|
287
|
-
--badge-danger: var(--destructive);
|
|
288
|
-
--badge-danger-foreground: var(--destructive-foreground);
|
|
289
|
-
--badge-warning: hsl(34, 100%, 50%);
|
|
290
|
-
--badge-warning-foreground: var(--glacier-mist-700);
|
|
291
|
-
|
|
292
|
-
--card-success-border: var(--potted-olive);
|
|
293
|
-
--card-success: #f4f9f53f;
|
|
294
|
-
--card-success-secondary: #adbab0;
|
|
295
|
-
--card-border: var(--app-dark-utility-2);
|
|
296
|
-
|
|
297
|
-
--btn-primary: rgba(230, 245, 159, 0.9);
|
|
298
|
-
--btn-secondary: var(--btn-primary);
|
|
299
|
-
--btn-tertiary: var(--btn-primary);
|
|
300
|
-
--btn-quaternary: var(--quaternary);
|
|
301
|
-
--btn-quaternary-hover: var(--app-dark-utility-3);
|
|
302
|
-
|
|
303
|
-
/* Icon Colors */
|
|
304
|
-
--icon-primary: var(--app-dark-utility-4);
|
|
305
|
-
--icon-secondary: var(--app-dark-utility-4);
|
|
306
|
-
--icon-tertiary: var(--app-dark-utility-3);
|
|
307
|
-
--icon-quaternary: var(--app-dark-utility-2);
|
|
308
|
-
--icon-quinary: var(--app-dark-utility-1);
|
|
309
|
-
--icon-header: var(--aurora-moss);
|
|
310
|
-
|
|
311
|
-
--stepper-line: var(--app-dark-utility-2);
|
|
312
|
-
--stepper-label: var(--app-dark-utility-3);
|
|
313
|
-
}
|
|
314
|
-
}
|
|
315
|
-
|
|
316
|
-
/* ========================================
|
|
317
|
-
TAILWIND CUSTOM UTILITIES FOR THEME
|
|
318
|
-
======================================== */
|
|
319
|
-
@theme inline {
|
|
320
|
-
/* Font Families */
|
|
321
|
-
--font-mono: var(--font-mono);
|
|
322
|
-
--font-sans: var(--font-sans);
|
|
323
|
-
|
|
324
|
-
/* Custom base shadow */
|
|
325
|
-
--shadow: 0 2px 4px 2px rgba(12, 29, 49, 0.03);
|
|
326
|
-
--shadow-tooltip: 0 4px 16px 0 rgba(0, 0, 0, 0.05), 1px 8px 8px 0 rgba(0, 0, 0, 0.02);
|
|
327
|
-
|
|
328
|
-
--color-tertiary: var(--tertiary);
|
|
329
|
-
--color-tertiary-foreground: var(--tertiary-foreground);
|
|
330
|
-
|
|
331
|
-
--color-quaternary: var(--quaternary);
|
|
332
|
-
--color-quaternary-foreground: var(--quaternary-foreground);
|
|
333
|
-
|
|
334
|
-
--color-destructive: var(--destructive);
|
|
335
|
-
--color-destructive-foreground: var(--destructive-foreground);
|
|
336
|
-
|
|
337
|
-
--color-input-background: var(--input-background);
|
|
338
|
-
--color-input-foreground: var(--input-foreground);
|
|
339
|
-
--color-input-border: var(--input-border);
|
|
340
|
-
--color-input-placeholder: var(--input-placeholder);
|
|
341
|
-
--color-input-focus-border: var(--input-focus-border);
|
|
342
|
-
--color-input-focus-shadow: var(--input-focus-shadow);
|
|
343
|
-
|
|
344
|
-
--color-table-accent: var(--table-accent);
|
|
345
|
-
--color-table-cell: var(--table-cell);
|
|
346
|
-
--color-table-cell-hover: var(--table-cell-hover);
|
|
347
|
-
|
|
348
|
-
--color-dialog-overlay: var(--dialog-overlay);
|
|
349
|
-
--color-dialog-border: var(--dialog-border);
|
|
350
|
-
|
|
351
|
-
/* Icon Colors */
|
|
352
|
-
--color-icon-primary: var(--icon-primary);
|
|
353
|
-
--color-icon-secondary: var(--icon-secondary);
|
|
354
|
-
--color-icon-tertiary: var(--icon-tertiary);
|
|
355
|
-
--color-icon-quaternary: var(--icon-quaternary);
|
|
356
|
-
--color-icon-quinary: var(--icon-quinary);
|
|
357
|
-
--color-icon-header: var(--icon-header);
|
|
358
|
-
|
|
359
|
-
/* Toast */
|
|
360
|
-
--color-toast-error-background: var(--toast-error-background);
|
|
361
|
-
--color-toast-error-foreground: var(--toast-error-foreground);
|
|
362
|
-
--color-toast-error-icon: var(--toast-error-icon);
|
|
363
|
-
--color-toast-success-background: var(--toast-success-background);
|
|
364
|
-
--color-toast-success-foreground: var(--toast-success-foreground);
|
|
365
|
-
--color-toast-success-icon: var(--toast-success-icon);
|
|
366
|
-
|
|
367
|
-
/* Font Sizes */
|
|
368
|
-
--text-sm: 14px;
|
|
369
|
-
--text-xs: 13px;
|
|
370
|
-
--text-1xs: 12px;
|
|
371
|
-
--text-2xs: 9px;
|
|
372
|
-
|
|
373
|
-
/* Badge */
|
|
374
|
-
--color-badge-primary: var(--badge-primary);
|
|
375
|
-
--color-badge-primary-foreground: var(--badge-primary-foreground);
|
|
376
|
-
--color-badge-secondary: var(--badge-secondary);
|
|
377
|
-
--color-badge-secondary-foreground: var(--badge-secondary-foreground);
|
|
378
|
-
--color-badge-tertiary: var(--badge-tertiary);
|
|
379
|
-
--color-badge-tertiary-foreground: var(--badge-tertiary-foreground);
|
|
380
|
-
--color-badge-quaternary: var(--badge-quaternary);
|
|
381
|
-
--color-badge-quaternary-foreground: var(--badge-quaternary-foreground);
|
|
382
|
-
--color-badge-muted: var(--badge-muted);
|
|
383
|
-
--color-badge-muted-foreground: var(--badge-muted-foreground);
|
|
384
|
-
--color-badge-success: var(--badge-success);
|
|
385
|
-
--color-badge-success-foreground: var(--badge-success-foreground);
|
|
386
|
-
--color-badge-info: var(--badge-info);
|
|
387
|
-
--color-badge-info-foreground: var(--badge-info-foreground);
|
|
388
|
-
--color-badge-danger: var(--badge-danger);
|
|
389
|
-
--color-badge-danger-foreground: var(--badge-danger-foreground);
|
|
390
|
-
--color-badge-warning: var(--badge-warning);
|
|
391
|
-
--color-badge-warning-foreground: var(--badge-warning-foreground);
|
|
392
|
-
|
|
393
|
-
--color-card-warning: var(--card-warning);
|
|
394
|
-
--color-card-warning-foreground: var(--card-warning-foreground);
|
|
395
|
-
--color-card-success-border: var(--card-success-border);
|
|
396
|
-
--color-card-success: var(--card-success);
|
|
397
|
-
--color-card-success-secondary: var(--card-success-secondary);
|
|
398
|
-
--color-card-border: var(--card-border);
|
|
399
|
-
|
|
400
|
-
--color-btn-primary: var(--btn-primary);
|
|
401
|
-
--color-btn-secondary: var(--btn-secondary);
|
|
402
|
-
--color-btn-tertiary: var(--btn-tertiary);
|
|
403
|
-
--color-btn-quaternary: var(--btn-quaternary);
|
|
404
|
-
--color-btn-quaternary-hover: var(--btn-quaternary-hover);
|
|
405
|
-
|
|
406
|
-
--color-sidebar-foreground: var(--sidebar-foreground);
|
|
407
|
-
--color-sidebar-primary: var(--sidebar-primary);
|
|
408
|
-
--color-sidebar-primary-foreground: var(--sidebar-primary-foreground);
|
|
409
|
-
--color-sidebar-accent: var(--sidebar-accent);
|
|
410
|
-
--color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
|
|
411
|
-
--color-sidebar-border: var(--sidebar-border);
|
|
412
|
-
--color-sidebar-ring: var(--sidebar-ring);
|
|
413
|
-
|
|
414
|
-
--color-stepper-line: var(--stepper-line);
|
|
415
|
-
--color-stepper-label: var(--stepper-label);
|
|
416
|
-
|
|
417
|
-
/* Alert / Status colors */
|
|
418
|
-
--color-success-100: var(--success-100);
|
|
419
|
-
--color-success-300: var(--success-300);
|
|
420
|
-
--color-success-500: var(--success-500);
|
|
421
|
-
|
|
422
|
-
--color-info-100: var(--info-100);
|
|
423
|
-
--color-info-300: var(--info-300);
|
|
424
|
-
--color-info-500: var(--info-500);
|
|
425
|
-
}
|
|
426
|
-
|
|
427
|
-
/* ========================================
|
|
428
|
-
GLOBAL STYLES FOR ALPHA THEME
|
|
429
|
-
======================================== */
|
|
430
|
-
html,
|
|
431
|
-
body {
|
|
432
|
-
@apply font-sans antialiased;
|
|
433
|
-
}
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Brand Token Definitions (REFERENCE ONLY)
|
|
3
|
-
*
|
|
4
|
-
* This file contains the original brand color values that were migrated.
|
|
5
|
-
*
|
|
6
|
-
* ⚠️ REFERENCE ONLY - Not imported or used in code
|
|
7
|
-
*
|
|
8
|
-
* Kept for reference to show what brand tokens existed before Figma integration.
|
|
9
|
-
* Current implementation uses Figma tokens directly in alpha.css.
|
|
10
|
-
*/
|
|
11
|
-
|
|
12
|
-
/* ========================================
|
|
13
|
-
BRAND COLORS FOR TAILWIND UTILITIES
|
|
14
|
-
These colors are available globally as Tailwind utilities
|
|
15
|
-
======================================== */
|
|
16
|
-
@theme {
|
|
17
|
-
/* Datum Brand Colors */
|
|
18
|
-
--color-navy: #0c1d31;
|
|
19
|
-
--color-cream: #f6f6f5;
|
|
20
|
-
--color-light-gray: #e8e7e4;
|
|
21
|
-
--color-lime-green: #e6f59f;
|
|
22
|
-
--color-dark-navy-blue: #111e34;
|
|
23
|
-
--color-light-pink: #ecd0d0;
|
|
24
|
-
--color-mauve: #91757b;
|
|
25
|
-
--color-navy-muted: #14233d;
|
|
26
|
-
--color-orange: #ff6b35;
|
|
27
|
-
--color-tuscany: #c49d9d;
|
|
28
|
-
--color-indigo: #2d3948;
|
|
29
|
-
--color-pearl-gray: #efefed;
|
|
30
|
-
--color-green-dark: #4d6356;
|
|
31
|
-
--color-warm-white: #f5f5f3;
|
|
32
|
-
|
|
33
|
-
/* Sunglow Palette */
|
|
34
|
-
--color-sunglow: hsl(18 89% 68%); /* #F27A67 */
|
|
35
|
-
--color-sunglow-50: hsl(0 14% 98%); /* #FAF7F7 */
|
|
36
|
-
--color-sunglow-100: hsl(8 22% 96%); /* #F4EDEC */
|
|
37
|
-
--color-sunglow-200: hsl(8 22% 94%); /* #F3E7E4 */
|
|
38
|
-
--color-sunglow-300: hsl(10 67% 94%); /* #F8E0DB */
|
|
39
|
-
--color-sunglow-400: hsl(11 70% 91%); /* #F8D4CD */
|
|
40
|
-
--color-sunglow-500: hsl(8 89% 87%); /* #FBC8BF */
|
|
41
|
-
--color-sunglow-600: hsl(10 89% 84%); /* #FABCB1 */
|
|
42
|
-
--color-sunglow-700: hsl(10 78% 78%); /* #F4A89B */
|
|
43
|
-
--color-sunglow-800: hsl(10 84% 72%); /* #F39282 */
|
|
44
|
-
--color-sunglow-900: hsl(18 89% 68%); /* #F27A67 */
|
|
45
|
-
--color-sunglow-foreground: hsl(240 10% 3.9%); /* #0A0A0A */
|
|
46
|
-
|
|
47
|
-
/* Winter Sky Palette */
|
|
48
|
-
--color-winter-sky-600: hsl(180 10% 97%); /* #F7FAFA */
|
|
49
|
-
--color-winter-sky-700: hsl(180 12% 96%); /* #F5F7F7 */
|
|
50
|
-
--color-winter-sky-800: hsl(180 16% 94%); /* #EFF3F3 */
|
|
51
|
-
--color-winter-sky-900: hsl(184 18% 89%); /* #E1EBEA */
|
|
52
|
-
|
|
53
|
-
/* Butter Palette */
|
|
54
|
-
--color-butter-800: hsl(48 100% 93%); /* #FFF6D7 */
|
|
55
|
-
--color-butter-900: hsl(48 72% 84%); /* #F2E6BC */
|
|
56
|
-
--color-butter-foreground: hsl(240 10% 3.9%); /* #312847 */
|
|
57
|
-
}
|