@exegia/corpora-ui 3.0.0 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +20 -0
- package/dist-lib/autocomplete-DzjspdKa.js +151 -0
- package/dist-lib/base-CiR7nLAD.js +37 -0
- package/dist-lib/breadcrumb-DtFOhTfs.js +83 -0
- package/dist-lib/button-DDBbG_zF.js +143 -0
- package/dist-lib/button.js +3 -0
- package/dist-lib/calendar-Dyut8HPa.js +62 -0
- package/dist-lib/card.js +150 -0
- package/dist-lib/checkbox-group-B0BPFc-K.js +12 -0
- package/dist-lib/combobox-BwfmU1S_.js +267 -0
- package/dist-lib/components/atoms/text/default.d.ts +2 -1143
- package/dist-lib/components/blocks/shell/index.d.ts +1 -0
- package/dist-lib/components/blocks/sidebar-primitives/content.d.ts +2 -0
- package/dist-lib/components/blocks/sidebar-primitives/context.d.ts +2 -0
- package/dist-lib/components/blocks/sidebar-primitives/footer.d.ts +2 -0
- package/dist-lib/components/blocks/sidebar-primitives/group-action.d.ts +3 -0
- package/dist-lib/components/blocks/sidebar-primitives/group-content.d.ts +2 -0
- package/dist-lib/components/blocks/sidebar-primitives/group-label.d.ts +3 -0
- package/dist-lib/components/blocks/sidebar-primitives/group.d.ts +2 -0
- package/dist-lib/components/blocks/sidebar-primitives/header.d.ts +2 -0
- package/dist-lib/components/blocks/sidebar-primitives/index.d.ts +26 -0
- package/dist-lib/components/blocks/sidebar-primitives/input.d.ts +3 -0
- package/dist-lib/components/blocks/sidebar-primitives/inset.d.ts +2 -0
- package/dist-lib/components/blocks/sidebar-primitives/menu-action.d.ts +5 -0
- package/dist-lib/components/blocks/sidebar-primitives/menu-badge.d.ts +2 -0
- package/dist-lib/components/blocks/sidebar-primitives/menu-button.d.ts +9 -0
- package/dist-lib/components/blocks/sidebar-primitives/menu-item.d.ts +2 -0
- package/dist-lib/components/blocks/sidebar-primitives/menu-skeleton.d.ts +4 -0
- package/dist-lib/components/blocks/sidebar-primitives/menu-sub-button.d.ts +6 -0
- package/dist-lib/components/blocks/sidebar-primitives/menu-sub-item.d.ts +2 -0
- package/dist-lib/components/blocks/sidebar-primitives/menu-sub.d.ts +2 -0
- package/dist-lib/components/blocks/sidebar-primitives/menu.d.ts +2 -0
- package/dist-lib/components/blocks/sidebar-primitives/provider.d.ts +3 -0
- package/dist-lib/components/blocks/sidebar-primitives/rail.d.ts +2 -0
- package/dist-lib/components/blocks/sidebar-primitives/separator.d.ts +3 -0
- package/dist-lib/components/blocks/sidebar-primitives/sidebar-atom.d.ts +32 -0
- package/dist-lib/components/blocks/sidebar-primitives/sidebar.d.ts +6 -0
- package/dist-lib/components/blocks/sidebar-primitives/trigger.d.ts +3 -0
- package/dist-lib/components/blocks/sidebar-primitives/types.d.ts +26 -0
- package/dist-lib/components/blocks/sidebar-primitives/use-mobile.d.ts +1 -0
- package/dist-lib/components/blocks/sidebar-primitives/use-sidebar.d.ts +4 -0
- package/dist-lib/components/blocks/sidebar-primitives/utils.d.ts +10 -0
- package/dist-lib/components/ui/alert.d.ts +1 -1
- package/dist-lib/components/ui/badge.d.ts +2 -2
- package/dist-lib/components/ui/breadcrumb/base.d.ts +2 -0
- package/dist-lib/components/ui/breadcrumb/ellipsis.d.ts +2 -0
- package/dist-lib/components/ui/breadcrumb/index.d.ts +7 -0
- package/dist-lib/components/ui/breadcrumb/item.d.ts +2 -0
- package/dist-lib/components/ui/breadcrumb/link.d.ts +3 -0
- package/dist-lib/components/ui/breadcrumb/list.d.ts +2 -0
- package/dist-lib/components/ui/breadcrumb/page.d.ts +2 -0
- package/dist-lib/components/ui/breadcrumb/separator.d.ts +2 -0
- package/dist-lib/components/ui/button.d.ts +2 -2
- package/dist-lib/components/ui/calendar/base.d.ts +3 -0
- package/dist-lib/components/ui/calendar/index.d.ts +1 -0
- package/dist-lib/components/ui/calendar/utils.d.ts +1 -0
- package/dist-lib/components/ui/checkbox-group/base.d.ts +3 -0
- package/dist-lib/components/ui/checkbox-group/index.d.ts +2 -0
- package/dist-lib/components/ui/combobox/chip-remove.d.ts +3 -0
- package/dist-lib/components/ui/combobox/chip.d.ts +5 -0
- package/dist-lib/components/ui/combobox/chips-input.d.ts +6 -0
- package/dist-lib/components/ui/combobox/chips.d.ts +5 -0
- package/dist-lib/components/ui/combobox/clear.d.ts +3 -0
- package/dist-lib/components/ui/combobox/collection.d.ts +3 -0
- package/dist-lib/components/ui/combobox/context.d.ts +5 -0
- package/dist-lib/components/ui/combobox/empty.d.ts +3 -0
- package/dist-lib/components/ui/combobox/group-label.d.ts +3 -0
- package/dist-lib/components/ui/combobox/group.d.ts +3 -0
- package/dist-lib/components/ui/combobox/index.d.ts +22 -0
- package/dist-lib/components/ui/combobox/input.d.ts +11 -0
- package/dist-lib/components/ui/combobox/item.d.ts +3 -0
- package/dist-lib/components/ui/combobox/list.d.ts +3 -0
- package/dist-lib/components/ui/combobox/popup.d.ts +10 -0
- package/dist-lib/components/ui/combobox/root.d.ts +3 -0
- package/dist-lib/components/ui/combobox/row.d.ts +3 -0
- package/dist-lib/components/ui/combobox/separator.d.ts +3 -0
- package/dist-lib/components/ui/combobox/status.d.ts +3 -0
- package/dist-lib/components/ui/combobox/trigger.d.ts +3 -0
- package/dist-lib/components/ui/combobox/utils.d.ts +2 -0
- package/dist-lib/components/ui/combobox/value.d.ts +3 -0
- package/dist-lib/components/ui/dialog/backdrop.d.ts +3 -0
- package/dist-lib/components/ui/dialog/close.d.ts +3 -0
- package/dist-lib/components/ui/dialog/description.d.ts +3 -0
- package/dist-lib/components/ui/dialog/footer.d.ts +5 -0
- package/dist-lib/components/ui/dialog/header.d.ts +3 -0
- package/dist-lib/components/ui/dialog/index.d.ts +16 -0
- package/dist-lib/components/ui/dialog/panel.d.ts +5 -0
- package/dist-lib/components/ui/dialog/popup.d.ts +8 -0
- package/dist-lib/components/ui/dialog/title.d.ts +3 -0
- package/dist-lib/components/ui/dialog/trigger.d.ts +3 -0
- package/dist-lib/components/ui/dialog/utils.d.ts +4 -0
- package/dist-lib/components/ui/dialog/viewport.d.ts +3 -0
- package/dist-lib/components/ui/drawer/backdrop.d.ts +3 -0
- package/dist-lib/components/ui/drawer/bar.d.ts +6 -0
- package/dist-lib/components/ui/drawer/close.d.ts +3 -0
- package/dist-lib/components/ui/drawer/content.d.ts +3 -0
- package/dist-lib/components/ui/drawer/context.d.ts +5 -0
- package/dist-lib/components/ui/drawer/description.d.ts +3 -0
- package/dist-lib/components/ui/drawer/footer.d.ts +6 -0
- package/dist-lib/components/ui/drawer/header.d.ts +5 -0
- package/dist-lib/components/ui/drawer/index.d.ts +26 -0
- package/dist-lib/components/ui/drawer/menu-checkbox-item.d.ts +6 -0
- package/dist-lib/components/ui/drawer/menu-group-label.d.ts +3 -0
- package/dist-lib/components/ui/drawer/menu-group.d.ts +3 -0
- package/dist-lib/components/ui/drawer/menu-item.d.ts +5 -0
- package/dist-lib/components/ui/drawer/menu-radio-group.d.ts +3 -0
- package/dist-lib/components/ui/drawer/menu-radio-item.d.ts +6 -0
- package/dist-lib/components/ui/drawer/menu-separator.d.ts +3 -0
- package/dist-lib/components/ui/drawer/menu-trigger.d.ts +3 -0
- package/dist-lib/components/ui/drawer/menu.d.ts +3 -0
- package/dist-lib/components/ui/drawer/panel.d.ts +7 -0
- package/dist-lib/components/ui/drawer/popup.d.ts +10 -0
- package/dist-lib/components/ui/drawer/portal.d.ts +3 -0
- package/dist-lib/components/ui/drawer/root.d.ts +6 -0
- package/dist-lib/components/ui/drawer/swipe-area.d.ts +6 -0
- package/dist-lib/components/ui/drawer/title.d.ts +3 -0
- package/dist-lib/components/ui/drawer/trigger.d.ts +3 -0
- package/dist-lib/components/ui/drawer/types.d.ts +1 -0
- package/dist-lib/components/ui/drawer/utils.d.ts +4 -0
- package/dist-lib/components/ui/drawer/viewport.d.ts +7 -0
- package/dist-lib/components/ui/empty/base.d.ts +2 -0
- package/dist-lib/components/ui/empty/content.d.ts +2 -0
- package/dist-lib/components/ui/empty/description.d.ts +2 -0
- package/dist-lib/components/ui/empty/header.d.ts +2 -0
- package/dist-lib/components/ui/empty/index.d.ts +6 -0
- package/dist-lib/components/ui/empty/media.d.ts +4 -0
- package/dist-lib/components/ui/empty/title.d.ts +2 -0
- package/dist-lib/components/ui/empty/utils.d.ts +3 -0
- package/dist-lib/components/ui/fieldset/base.d.ts +3 -0
- package/dist-lib/components/ui/fieldset/index.d.ts +3 -0
- package/dist-lib/components/ui/fieldset/legend.d.ts +3 -0
- package/dist-lib/components/ui/form/base.d.ts +3 -0
- package/dist-lib/components/ui/form/index.d.ts +2 -0
- package/dist-lib/components/ui/glasscn/lazy-glass-surface.d.ts +6 -0
- package/dist-lib/components/ui/meter/base.d.ts +3 -0
- package/dist-lib/components/ui/meter/index.d.ts +6 -0
- package/dist-lib/components/ui/meter/indicator.d.ts +3 -0
- package/dist-lib/components/ui/meter/label.d.ts +3 -0
- package/dist-lib/components/ui/meter/track.d.ts +3 -0
- package/dist-lib/components/ui/meter/value.d.ts +3 -0
- package/dist-lib/components/ui/modal.d.ts +10 -0
- package/dist-lib/components/ui/number-field/base.d.ts +5 -0
- package/dist-lib/components/ui/number-field/context.d.ts +4 -0
- package/dist-lib/components/ui/number-field/cursor-grow-icon.d.ts +2 -0
- package/dist-lib/components/ui/number-field/decrement.d.ts +3 -0
- package/dist-lib/components/ui/number-field/group.d.ts +3 -0
- package/dist-lib/components/ui/number-field/increment.d.ts +3 -0
- package/dist-lib/components/ui/number-field/index.d.ts +9 -0
- package/dist-lib/components/ui/number-field/input.d.ts +3 -0
- package/dist-lib/components/ui/number-field/scrub-area.d.ts +5 -0
- package/dist-lib/components/ui/overlays.d.ts +4 -0
- package/dist-lib/components/ui/pagination/base.d.ts +2 -0
- package/dist-lib/components/ui/pagination/content.d.ts +2 -0
- package/dist-lib/components/ui/pagination/ellipsis.d.ts +2 -0
- package/dist-lib/components/ui/pagination/index.d.ts +8 -0
- package/dist-lib/components/ui/pagination/item.d.ts +2 -0
- package/dist-lib/components/ui/pagination/link.d.ts +3 -0
- package/dist-lib/components/ui/pagination/next.d.ts +3 -0
- package/dist-lib/components/ui/pagination/previous.d.ts +3 -0
- package/dist-lib/components/ui/pagination/types.d.ts +7 -0
- package/dist-lib/components/ui/preview-card.d.ts +2 -1
- package/dist-lib/components/ui/progress/base.d.ts +3 -0
- package/dist-lib/components/ui/progress/index.d.ts +6 -0
- package/dist-lib/components/ui/progress/indicator.d.ts +3 -0
- package/dist-lib/components/ui/progress/label.d.ts +3 -0
- package/dist-lib/components/ui/progress/track.d.ts +3 -0
- package/dist-lib/components/ui/progress/value.d.ts +3 -0
- package/dist-lib/components/ui/radio-group/base.d.ts +3 -0
- package/dist-lib/components/ui/radio-group/index.d.ts +5 -0
- package/dist-lib/components/ui/radio-group/radio.d.ts +3 -0
- package/dist-lib/components/ui/select.d.ts +1 -1
- package/dist-lib/components/ui/sheet-parts/backdrop.d.ts +2 -0
- package/dist-lib/components/ui/sheet-parts/overlay.d.ts +2 -0
- package/dist-lib/components/ui/sheet-parts/panel.d.ts +5 -0
- package/dist-lib/components/ui/sheet-parts/popup.d.ts +10 -0
- package/dist-lib/components/ui/sheet-parts/portal.d.ts +2 -0
- package/dist-lib/components/ui/sheet-parts/viewport.d.ts +6 -0
- package/dist-lib/components/ui/sheet.d.ts +19 -9
- package/dist-lib/components/ui/slider/base.d.ts +3 -0
- package/dist-lib/components/ui/slider/index.d.ts +3 -0
- package/dist-lib/components/ui/slider/value.d.ts +3 -0
- package/dist-lib/components/ui/table/base.d.ts +3 -0
- package/dist-lib/components/ui/table/body.d.ts +2 -0
- package/dist-lib/components/ui/table/caption.d.ts +2 -0
- package/dist-lib/components/ui/table/cell.d.ts +2 -0
- package/dist-lib/components/ui/table/footer.d.ts +2 -0
- package/dist-lib/components/ui/table/head.d.ts +2 -0
- package/dist-lib/components/ui/table/header.d.ts +2 -0
- package/dist-lib/components/ui/table/index.d.ts +10 -0
- package/dist-lib/components/ui/table/row.d.ts +2 -0
- package/dist-lib/components/ui/table/types.d.ts +7 -0
- package/dist-lib/components/ui/toast.d.ts +2 -0
- package/dist-lib/components/ui/toggle/base.d.ts +5 -0
- package/dist-lib/components/ui/toggle/index.d.ts +3 -0
- package/dist-lib/components/ui/toggle/utils.d.ts +4 -0
- package/dist-lib/components/ui/toggle-group/base.d.ts +5 -0
- package/dist-lib/components/ui/toggle-group/context.d.ts +4 -0
- package/dist-lib/components/ui/toggle-group/index.d.ts +5 -0
- package/dist-lib/components/ui/toggle-group/item.d.ts +5 -0
- package/dist-lib/components/ui/toggle-group/separator.d.ts +5 -0
- package/dist-lib/dialog-BF9rLVsx.js +135 -0
- package/dist-lib/drawer-DuQtc_IN.js +350 -0
- package/dist-lib/ease-C9At8rnB.js +120 -0
- package/dist-lib/empty-CUO4MoHd.js +87 -0
- package/dist-lib/exegia-provider-CDYMDsSW.js +126 -0
- package/dist-lib/fieldset-C3YDowBt.js +22 -0
- package/dist-lib/form-DdxBnCxo.js +12 -0
- package/dist-lib/index.css +3 -0
- package/dist-lib/index.d.ts +4 -0
- package/dist-lib/index.js +6649 -10344
- package/dist-lib/input.js +28 -0
- package/dist-lib/label.js +19 -0
- package/dist-lib/lib/segmented-control.d.ts +1 -1
- package/dist-lib/lib/state/exegia-provider.d.ts +17 -8
- package/dist-lib/lib/state/index.d.ts +2 -0
- package/dist-lib/lib/state/portal-context.d.ts +5 -0
- package/dist-lib/lib/state/sound-loading.d.ts +4 -0
- package/dist-lib/liquid-glass-BrmOha12.js +50 -0
- package/dist-lib/meter-B5i2cf7m.js +49 -0
- package/dist-lib/modal-BSBLNZfo.js +24 -0
- package/dist-lib/number-field-D5p-WTn_.js +97 -0
- package/dist-lib/overlays.js +5 -0
- package/dist-lib/pagination-CPOVfufE.js +94 -0
- package/dist-lib/popover-BKYgU_p3.js +62 -0
- package/dist-lib/portal-context-oIZFl3NP.js +9 -0
- package/dist-lib/progress-ByAk9CV5.js +50 -0
- package/dist-lib/radio-group-CMwDkKFE.js +27 -0
- package/dist-lib/rolldown-runtime-Dy4uBu1J.js +11 -0
- package/dist-lib/scaffold-DjS8eLk9.js +925 -0
- package/dist-lib/scaffold.js +2 -0
- package/dist-lib/scroll-area-BNcHlmRX.js +39 -0
- package/dist-lib/separator-D7T-98IV.js +14 -0
- package/dist-lib/sheet-BAYosIsg.js +148 -0
- package/dist-lib/sheet-D4fmEZW5.js +22 -0
- package/dist-lib/shell-WTIa9_ul.js +722 -0
- package/dist-lib/shell.js +2 -0
- package/dist-lib/sidebar-1j5RYZ2t.js +529 -0
- package/dist-lib/skeleton-CwqQoMiY.js +12 -0
- package/dist-lib/slider-_1H30BMt.js +48 -0
- package/dist-lib/sound-knGH4lj-.js +19 -0
- package/dist-lib/spinner-cwaneGYM.js +14 -0
- package/dist-lib/state.js +2 -0
- package/dist-lib/table-D43_yedE.js +87 -0
- package/dist-lib/tabs-CwWnKxRI.js +66 -0
- package/dist-lib/textarea-CxycYTkF.js +27 -0
- package/dist-lib/toast-BLwJEhKU.js +151 -0
- package/dist-lib/toggle-group-BzDvDKL0.js +55 -0
- package/dist-lib/tooltip-aPB3pyrl.js +39 -0
- package/dist-lib/ui/accordion.d.ts +1 -0
- package/dist-lib/ui/accordion.js +45 -0
- package/dist-lib/ui/alert-dialog.d.ts +1 -0
- package/dist-lib/ui/alert-dialog.js +74 -0
- package/dist-lib/ui/alert.d.ts +1 -0
- package/dist-lib/ui/alert.js +45 -0
- package/dist-lib/ui/autocomplete.d.ts +1 -0
- package/dist-lib/ui/autocomplete.js +2 -0
- package/dist-lib/ui/avatar.d.ts +2 -0
- package/dist-lib/ui/avatar.js +50 -0
- package/dist-lib/ui/badge.d.ts +2 -0
- package/dist-lib/ui/badge.js +72 -0
- package/dist-lib/ui/breadcrumb.d.ts +1 -0
- package/dist-lib/ui/breadcrumb.js +2 -0
- package/dist-lib/ui/button.d.ts +2 -0
- package/dist-lib/ui/button.js +2 -0
- package/dist-lib/ui/calendar.d.ts +1 -0
- package/dist-lib/ui/calendar.js +2 -0
- package/dist-lib/ui/card.d.ts +1 -0
- package/dist-lib/ui/card.js +2 -0
- package/dist-lib/ui/checkbox-group.d.ts +1 -0
- package/dist-lib/ui/checkbox-group.js +2 -0
- package/dist-lib/ui/checkbox.d.ts +1 -0
- package/dist-lib/ui/checkbox.js +51 -0
- package/dist-lib/ui/collapsible.d.ts +1 -0
- package/dist-lib/ui/collapsible.js +26 -0
- package/dist-lib/ui/combobox.d.ts +1 -0
- package/dist-lib/ui/combobox.js +2 -0
- package/dist-lib/ui/command.d.ts +1 -0
- package/dist-lib/ui/command.js +125 -0
- package/dist-lib/ui/context-menu.d.ts +1 -0
- package/dist-lib/ui/context-menu.js +178 -0
- package/dist-lib/ui/dialog.d.ts +1 -0
- package/dist-lib/ui/dialog.js +2 -0
- package/dist-lib/ui/drawer.d.ts +1 -0
- package/dist-lib/ui/drawer.js +2 -0
- package/dist-lib/ui/empty.d.ts +1 -0
- package/dist-lib/ui/empty.js +2 -0
- package/dist-lib/ui/field.d.ts +1 -0
- package/dist-lib/ui/field.js +42 -0
- package/dist-lib/ui/fieldset.d.ts +1 -0
- package/dist-lib/ui/fieldset.js +2 -0
- package/dist-lib/ui/form.d.ts +1 -0
- package/dist-lib/ui/form.js +2 -0
- package/dist-lib/ui/frame.d.ts +1 -0
- package/dist-lib/ui/frame.js +47 -0
- package/dist-lib/ui/group.d.ts +1 -0
- package/dist-lib/ui/group.js +44 -0
- package/dist-lib/ui/index.d.ts +55 -0
- package/dist-lib/ui/index.js +497 -0
- package/dist-lib/ui/input-group.d.ts +1 -0
- package/dist-lib/ui/input-group.js +59 -0
- package/dist-lib/ui/input.d.ts +2 -0
- package/dist-lib/ui/input.js +2 -0
- package/dist-lib/ui/kbd.d.ts +1 -0
- package/dist-lib/ui/kbd.js +19 -0
- package/dist-lib/ui/label.d.ts +1 -0
- package/dist-lib/ui/label.js +2 -0
- package/dist-lib/ui/menu.d.ts +1 -0
- package/dist-lib/ui/menu.js +178 -0
- package/dist-lib/ui/meter.d.ts +1 -0
- package/dist-lib/ui/meter.js +2 -0
- package/dist-lib/ui/number-field.d.ts +1 -0
- package/dist-lib/ui/number-field.js +2 -0
- package/dist-lib/ui/otp-field.d.ts +1 -0
- package/dist-lib/ui/otp-field.js +36 -0
- package/dist-lib/ui/pagination.d.ts +1 -0
- package/dist-lib/ui/pagination.js +2 -0
- package/dist-lib/ui/popover.d.ts +1 -0
- package/dist-lib/ui/popover.js +2 -0
- package/dist-lib/ui/preview-card.d.ts +1 -0
- package/dist-lib/ui/preview-card.js +35 -0
- package/dist-lib/ui/progress.d.ts +1 -0
- package/dist-lib/ui/progress.js +2 -0
- package/dist-lib/ui/radio-group.d.ts +1 -0
- package/dist-lib/ui/radio-group.js +2 -0
- package/dist-lib/ui/scroll-area.d.ts +1 -0
- package/dist-lib/ui/scroll-area.js +2 -0
- package/dist-lib/ui/select.d.ts +2 -0
- package/dist-lib/ui/select.js +145 -0
- package/dist-lib/ui/separator.d.ts +2 -0
- package/dist-lib/ui/separator.js +3 -0
- package/dist-lib/ui/sheet.d.ts +1 -0
- package/dist-lib/ui/sheet.js +3 -0
- package/dist-lib/ui/sidebar.d.ts +1 -0
- package/dist-lib/ui/sidebar.js +2 -0
- package/dist-lib/ui/skeleton.d.ts +1 -0
- package/dist-lib/ui/skeleton.js +2 -0
- package/dist-lib/ui/slider.d.ts +1 -0
- package/dist-lib/ui/slider.js +2 -0
- package/dist-lib/ui/spinner.d.ts +1 -0
- package/dist-lib/ui/spinner.js +2 -0
- package/dist-lib/ui/switch.d.ts +1 -0
- package/dist-lib/ui/switch.js +17 -0
- package/dist-lib/ui/table.d.ts +1 -0
- package/dist-lib/ui/table.js +2 -0
- package/dist-lib/ui/tabs.d.ts +1 -0
- package/dist-lib/ui/tabs.js +2 -0
- package/dist-lib/ui/textarea.d.ts +2 -0
- package/dist-lib/ui/textarea.js +2 -0
- package/dist-lib/ui/toast.d.ts +1 -0
- package/dist-lib/ui/toast.js +2 -0
- package/dist-lib/ui/toggle-group.d.ts +1 -0
- package/dist-lib/ui/toggle-group.js +2 -0
- package/dist-lib/ui/toggle.d.ts +1 -0
- package/dist-lib/ui/toggle.js +3 -0
- package/dist-lib/ui/toolbar.d.ts +1 -0
- package/dist-lib/ui/toolbar.js +48 -0
- package/dist-lib/ui/tooltip.d.ts +1 -0
- package/dist-lib/ui/tooltip.js +2 -0
- package/dist-lib/utils-BO0qfoA6.js +61 -0
- package/package.json +285 -23
- package/dist-lib/components/atoms/_layout.d.ts +0 -4
- package/dist-lib/components/atoms/bubble/__tests__/bubble.test.d.ts +0 -1
- package/dist-lib/components/atoms/bubble/__tests__/reference.test.d.ts +0 -1
- package/dist-lib/components/atoms/text/__tests__/text.test.d.ts +0 -1
- package/dist-lib/components/atoms/text-selection/__tests__/click-popover.test.d.ts +0 -1
- package/dist-lib/components/atoms/text-selection/__tests__/text-selection.test.d.ts +0 -1
- package/dist-lib/components/blocks/auth/__tests__/auth-flow-block.test.d.ts +0 -1
- package/dist-lib/components/blocks/auth/__tests__/auth-state-atom.test.d.ts +0 -1
- package/dist-lib/components/blocks/auth/__tests__/linked-accounts-block.test.d.ts +0 -1
- package/dist-lib/components/blocks/auth/__tests__/onboarding-block.test.d.ts +0 -1
- package/dist-lib/components/blocks/auth/__tests__/passkey-manager-block.test.d.ts +0 -1
- package/dist-lib/components/blocks/auth/__tests__/passkey-sign-in-block.test.d.ts +0 -1
- package/dist-lib/components/blocks/auth/__tests__/signup-block.test.d.ts +0 -1
- package/dist-lib/components/blocks/auth/__tests__/update-password-block.test.d.ts +0 -1
- package/dist-lib/components/blocks/chat/__tests__/ai-panel.test.d.ts +0 -1
- package/dist-lib/components/blocks/profile/__tests__/profile-card-block.test.d.ts +0 -1
- package/dist-lib/components/blocks/scaffold/__tests__/scaffold-atom.test.d.ts +0 -1
- package/dist-lib/components/blocks/scaffold/__tests__/scaffold.test.d.ts +0 -1
- package/dist-lib/components/blocks/shell/__tests__/shell-fit-atom.test.d.ts +0 -1
- package/dist-lib/components/blocks/shell/__tests__/shell-layout.test.d.ts +0 -1
- package/dist-lib/components/blocks/shell/__tests__/shell-metrics.test.d.ts +0 -1
- package/dist-lib/components/blocks/sidebar/__tests__/ai-sidebar-atom.test.d.ts +0 -1
- package/dist-lib/components/blocks/sidebar/__tests__/ai-sidebar.test.d.ts +0 -1
- package/dist-lib/components/blocks/sidebar/__tests__/use-ai-sidebar.test.d.ts +0 -1
- package/dist-lib/components/composed/__tests__/logo.test.d.ts +0 -1
- package/dist-lib/components/composed/action-bar/__tests__/action-bar.test.d.ts +0 -1
- package/dist-lib/components/composed/ai/__tests__/ai.test.d.ts +0 -1
- package/dist-lib/components/composed/chat/__tests__/attachment.test.d.ts +0 -1
- package/dist-lib/components/composed/chat/__tests__/beautiful-ui.test.d.ts +0 -1
- package/dist-lib/components/composed/chat/__tests__/chart.test.d.ts +0 -1
- package/dist-lib/components/composed/chat/__tests__/code-block.test.d.ts +0 -1
- package/dist-lib/components/composed/chat/__tests__/composer-attachments.test.d.ts +0 -1
- package/dist-lib/components/composed/chat/__tests__/composer.test.d.ts +0 -1
- package/dist-lib/components/composed/chat/__tests__/flowchart.test.d.ts +0 -1
- package/dist-lib/components/composed/chat/__tests__/glass-material.test.d.ts +0 -1
- package/dist-lib/components/composed/chat/__tests__/markdown.test.d.ts +0 -1
- package/dist-lib/components/composed/chat/__tests__/menu-command.test.d.ts +0 -1
- package/dist-lib/components/composed/chat/__tests__/recommendation.test.d.ts +0 -1
- package/dist-lib/components/composed/tree/__tests__/tree-atom.test.d.ts +0 -1
- package/dist-lib/components/composed/tree/__tests__/tree.test.d.ts +0 -1
- package/dist-lib/components/composed/tree/__tests__/use-tree.test.d.ts +0 -1
- package/dist-lib/components/composed/user/__tests__/message.test.d.ts +0 -1
- package/dist-lib/components/composed/verse/__tests__/verse.test.d.ts +0 -1
- package/dist-lib/components/docs/atoms-gallery.d.ts +0 -12
- package/dist-lib/components/docs/block-demo-stage.d.ts +0 -7
- package/dist-lib/components/docs/blocks-gallery.d.ts +0 -2
- package/dist-lib/components/docs/browser.d.ts +0 -10
- package/dist-lib/components/docs/code-block.d.ts +0 -4
- package/dist-lib/components/docs/components-gallery.d.ts +0 -2
- package/dist-lib/components/docs/demo-controls.d.ts +0 -21
- package/dist-lib/components/docs/hero.d.ts +0 -5
- package/dist-lib/components/docs/mermaid.d.ts +0 -3
- package/dist-lib/components/icons/__tests__/icons.test.d.ts +0 -1
- package/dist-lib/components/stories/attachment.story.d.ts +0 -11
- package/dist-lib/components/stories/auth-flow-block.story.d.ts +0 -2
- package/dist-lib/components/stories/avatar.story.d.ts +0 -6
- package/dist-lib/components/stories/base.story.d.ts +0 -6
- package/dist-lib/components/stories/bubble.story.d.ts +0 -6
- package/dist-lib/components/stories/button.story.d.ts +0 -9
- package/dist-lib/components/stories/card.story.d.ts +0 -8
- package/dist-lib/components/stories/chart.story.d.ts +0 -71
- package/dist-lib/components/stories/checkbox.story.d.ts +0 -6
- package/dist-lib/components/stories/code-auth-block.story.d.ts +0 -2
- package/dist-lib/components/stories/code-block.story.d.ts +0 -12
- package/dist-lib/components/stories/composed-password-input.story.d.ts +0 -6
- package/dist-lib/components/stories/context-cards.story.d.ts +0 -3
- package/dist-lib/components/stories/emoji-action-bar.story.d.ts +0 -3
- package/dist-lib/components/stories/field.story.d.ts +0 -6
- package/dist-lib/components/stories/file-icons.story.d.ts +0 -5
- package/dist-lib/components/stories/filter-table.story.d.ts +0 -21
- package/dist-lib/components/stories/flowchart.story.d.ts +0 -3
- package/dist-lib/components/stories/forgot-password-block.story.d.ts +0 -2
- package/dist-lib/components/stories/frame.story.d.ts +0 -8
- package/dist-lib/components/stories/index.d.ts +0 -54
- package/dist-lib/components/stories/input-group.story.d.ts +0 -6
- package/dist-lib/components/stories/input.story.d.ts +0 -8
- package/dist-lib/components/stories/insight-cards.story.d.ts +0 -74
- package/dist-lib/components/stories/label.story.d.ts +0 -8
- package/dist-lib/components/stories/linked-accounts-block.story.d.ts +0 -2
- package/dist-lib/components/stories/login-block.story.d.ts +0 -2
- package/dist-lib/components/stories/logo.story.d.ts +0 -3
- package/dist-lib/components/stories/markdown.story.d.ts +0 -7
- package/dist-lib/components/stories/menu-command.story.d.ts +0 -13
- package/dist-lib/components/stories/onboarding-block.story.d.ts +0 -2
- package/dist-lib/components/stories/otp-field.story.d.ts +0 -8
- package/dist-lib/components/stories/passkey-manager-block.story.d.ts +0 -2
- package/dist-lib/components/stories/passkey-sign-in-block.story.d.ts +0 -2
- package/dist-lib/components/stories/password-input.story.d.ts +0 -9
- package/dist-lib/components/stories/profile-card-block.story.d.ts +0 -6
- package/dist-lib/components/stories/recommendation-card.story.d.ts +0 -3
- package/dist-lib/components/stories/records-table.story.d.ts +0 -23
- package/dist-lib/components/stories/reference.story.d.ts +0 -9
- package/dist-lib/components/stories/research-answer.story.d.ts +0 -10
- package/dist-lib/components/stories/scaffold-root.story.d.ts +0 -6
- package/dist-lib/components/stories/separator.story.d.ts +0 -6
- package/dist-lib/components/stories/shell-layout.story.d.ts +0 -2
- package/dist-lib/components/stories/signup-block.story.d.ts +0 -2
- package/dist-lib/components/stories/social-providers.story.d.ts +0 -3
- package/dist-lib/components/stories/streaming-text.story.d.ts +0 -3
- package/dist-lib/components/stories/text.story.d.ts +0 -8
- package/dist-lib/components/stories/textarea.story.d.ts +0 -6
- package/dist-lib/components/stories/tree.story.d.ts +0 -4
- package/dist-lib/components/stories/update-password-block.story.d.ts +0 -2
- package/dist-lib/components/stories/user.story.d.ts +0 -8
- package/dist-lib/components/stories/verse.story.d.ts +0 -6
- package/dist-lib/components/ui/chat/__tests__/segmented-toggle.test.d.ts +0 -1
- package/dist-lib/index.js.map +0 -1
- package/dist-lib/lib/state/__tests__/sound.test.d.ts +0 -1
- package/dist-lib/lib/utils.test.d.ts +0 -1
- package/src/assets/css/base.css +0 -62
- package/src/assets/css/chat.css +0 -229
- package/src/assets/css/shadows.css +0 -157
- package/src/assets/css/theme.css +0 -321
- package/src/components/AGENTS.md +0 -0
- package/src/components/atoms/_layout.tsx +0 -9
- package/src/components/atoms/avatar/base.tsx +0 -70
- package/src/components/atoms/avatar/index.ts +0 -10
- package/src/components/atoms/avatar/types.ts +0 -24
- package/src/components/atoms/avatar/utils.ts +0 -54
- package/src/components/atoms/avatar/verified.tsx +0 -16
- package/src/components/atoms/background/index.ts +0 -8
- package/src/components/atoms/background/texture.tsx +0 -29
- package/src/components/atoms/background/type.ts +0 -10
- package/src/components/atoms/background/utils.ts +0 -13
- package/src/components/atoms/bubble/__tests__/bubble.test.tsx +0 -193
- package/src/components/atoms/bubble/__tests__/reference.test.tsx +0 -25
- package/src/components/atoms/bubble/actions.tsx +0 -28
- package/src/components/atoms/bubble/context.ts +0 -11
- package/src/components/atoms/bubble/default.tsx +0 -46
- package/src/components/atoms/bubble/header.tsx +0 -36
- package/src/components/atoms/bubble/index.ts +0 -37
- package/src/components/atoms/bubble/message.tsx +0 -32
- package/src/components/atoms/bubble/reactions.tsx +0 -191
- package/src/components/atoms/bubble/types.ts +0 -82
- package/src/components/atoms/bubble/utils.ts +0 -46
- package/src/components/atoms/chip.tsx +0 -61
- package/src/components/atoms/field.tsx +0 -43
- package/src/components/atoms/index.ts +0 -26
- package/src/components/atoms/loader.tsx +0 -33
- package/src/components/atoms/reference.tsx +0 -41
- package/src/components/atoms/text/__tests__/text.test.tsx +0 -47
- package/src/components/atoms/text/default.tsx +0 -59
- package/src/components/atoms/text/heading.tsx +0 -58
- package/src/components/atoms/text/index.ts +0 -28
- package/src/components/atoms/text/label.tsx +0 -16
- package/src/components/atoms/text/paragraph.tsx +0 -55
- package/src/components/atoms/text/span.tsx +0 -14
- package/src/components/atoms/text/types.ts +0 -41
- package/src/components/atoms/text/utils.ts +0 -16
- package/src/components/atoms/text-selection/__tests__/click-popover.test.tsx +0 -61
- package/src/components/atoms/text-selection/__tests__/text-selection.test.tsx +0 -90
- package/src/components/atoms/text-selection/click-popover.tsx +0 -62
- package/src/components/atoms/text-selection/index.ts +0 -30
- package/src/components/atoms/text-selection/popover.tsx +0 -103
- package/src/components/atoms/text-selection/selection-atom.ts +0 -51
- package/src/components/atoms/text-selection/selection.tsx +0 -56
- package/src/components/atoms/text-selection/types.ts +0 -125
- package/src/components/atoms/text-selection/use-selection.ts +0 -84
- package/src/components/atoms/types.ts +0 -46
- package/src/components/blocks/.gitkeep +0 -0
- package/src/components/blocks/auth/__tests__/auth-flow-block.test.tsx +0 -183
- package/src/components/blocks/auth/__tests__/auth-state-atom.test.tsx +0 -247
- package/src/components/blocks/auth/__tests__/linked-accounts-block.test.tsx +0 -128
- package/src/components/blocks/auth/__tests__/onboarding-block.test.tsx +0 -183
- package/src/components/blocks/auth/__tests__/passkey-manager-block.test.tsx +0 -131
- package/src/components/blocks/auth/__tests__/passkey-sign-in-block.test.tsx +0 -59
- package/src/components/blocks/auth/__tests__/signup-block.test.tsx +0 -176
- package/src/components/blocks/auth/__tests__/update-password-block.test.tsx +0 -95
- package/src/components/blocks/auth/auth-flow-atom.ts +0 -238
- package/src/components/blocks/auth/auth-flow-block.tsx +0 -211
- package/src/components/blocks/auth/auth-session-atom.ts +0 -82
- package/src/components/blocks/auth/auth-shell.tsx +0 -265
- package/src/components/blocks/auth/auth-state.ts +0 -40
- package/src/components/blocks/auth/code-auth-block.tsx +0 -176
- package/src/components/blocks/auth/forgot-password-block.tsx +0 -112
- package/src/components/blocks/auth/linked-accounts-block.tsx +0 -203
- package/src/components/blocks/auth/login-block.tsx +0 -217
- package/src/components/blocks/auth/onboarding/profile-step.tsx +0 -216
- package/src/components/blocks/auth/onboarding-block.tsx +0 -183
- package/src/components/blocks/auth/passkey-manager-block.tsx +0 -316
- package/src/components/blocks/auth/passkey-sign-in-block.tsx +0 -67
- package/src/components/blocks/auth/signup-block.tsx +0 -256
- package/src/components/blocks/auth/type.ts +0 -436
- package/src/components/blocks/auth/update-password-block.tsx +0 -139
- package/src/components/blocks/auth/use-auth-state.ts +0 -127
- package/src/components/blocks/chat/__tests__/ai-panel.test.tsx +0 -65
- package/src/components/blocks/chat/banners.tsx +0 -61
- package/src/components/blocks/chat/base.tsx +0 -84
- package/src/components/blocks/chat/header.tsx +0 -60
- package/src/components/blocks/chat/index.ts +0 -37
- package/src/components/blocks/chat/recommendation-stack.tsx +0 -41
- package/src/components/blocks/chat/shared.tsx +0 -27
- package/src/components/blocks/chat/suggested-prompts.tsx +0 -45
- package/src/components/blocks/chat/type.ts +0 -96
- package/src/components/blocks/chat/version-history-record.tsx +0 -37
- package/src/components/blocks/layout.ts +0 -35
- package/src/components/blocks/profile/__tests__/profile-card-block.test.tsx +0 -362
- package/src/components/blocks/profile/index.ts +0 -28
- package/src/components/blocks/profile/profile-card-atom.ts +0 -247
- package/src/components/blocks/profile/profile-card-block.tsx +0 -369
- package/src/components/blocks/profile/type.ts +0 -93
- package/src/components/blocks/profile/use-profile-card-state.ts +0 -67
- package/src/components/blocks/profile/use-profile-card.ts +0 -132
- package/src/components/blocks/scaffold/__tests__/scaffold-atom.test.tsx +0 -236
- package/src/components/blocks/scaffold/__tests__/scaffold.test.tsx +0 -524
- package/src/components/blocks/scaffold/constants.ts +0 -39
- package/src/components/blocks/scaffold/index.ts +0 -60
- package/src/components/blocks/scaffold/panel-close-button.tsx +0 -36
- package/src/components/blocks/scaffold/panel-menu-button.tsx +0 -221
- package/src/components/blocks/scaffold/scaffold-actions.tsx +0 -92
- package/src/components/blocks/scaffold/scaffold-atom.ts +0 -427
- package/src/components/blocks/scaffold/scaffold-canvas.tsx +0 -162
- package/src/components/blocks/scaffold/scaffold-context.ts +0 -20
- package/src/components/blocks/scaffold/scaffold-inspector.tsx +0 -137
- package/src/components/blocks/scaffold/scaffold-main.tsx +0 -28
- package/src/components/blocks/scaffold/scaffold-panel.tsx +0 -186
- package/src/components/blocks/scaffold/scaffold-root.tsx +0 -120
- package/src/components/blocks/scaffold/scaffold-sidebar.tsx +0 -31
- package/src/components/blocks/scaffold/scaffold-sub-panel.tsx +0 -122
- package/src/components/blocks/scaffold/scaffold-tab.tsx +0 -108
- package/src/components/blocks/scaffold/type.ts +0 -264
- package/src/components/blocks/scaffold/use-scaffold-state.ts +0 -85
- package/src/components/blocks/scaffold/use-scaffold.ts +0 -59
- package/src/components/blocks/scaffold/utils.ts +0 -112
- package/src/components/blocks/shell/__tests__/shell-fit-atom.test.tsx +0 -362
- package/src/components/blocks/shell/__tests__/shell-layout.test.tsx +0 -596
- package/src/components/blocks/shell/__tests__/shell-metrics.test.ts +0 -154
- package/src/components/blocks/shell/animated-panel-inset.tsx +0 -27
- package/src/components/blocks/shell/animated-panel-provider.tsx +0 -269
- package/src/components/blocks/shell/animated-panel-trigger.tsx +0 -51
- package/src/components/blocks/shell/animated-panel.tsx +0 -180
- package/src/components/blocks/shell/index.ts +0 -30
- package/src/components/blocks/shell/shell-fit-atom.ts +0 -246
- package/src/components/blocks/shell/shell-layout.tsx +0 -139
- package/src/components/blocks/shell/shell-metrics.ts +0 -133
- package/src/components/blocks/shell/shell-panel-atom.ts +0 -74
- package/src/components/blocks/shell/type.ts +0 -361
- package/src/components/blocks/shell/use-shell-fit-state.ts +0 -49
- package/src/components/blocks/shell/use-shell-fit.ts +0 -153
- package/src/components/blocks/shell/use-shell-panels.ts +0 -126
- package/src/components/blocks/shell/utils.ts +0 -187
- package/src/components/blocks/sidebar/__tests__/ai-sidebar-atom.test.tsx +0 -325
- package/src/components/blocks/sidebar/__tests__/ai-sidebar.test.tsx +0 -93
- package/src/components/blocks/sidebar/__tests__/use-ai-sidebar.test.tsx +0 -310
- package/src/components/blocks/sidebar/ai-sidebar-atom.ts +0 -698
- package/src/components/blocks/sidebar/ai-sidebar.tsx +0 -150
- package/src/components/blocks/sidebar/index.ts +0 -67
- package/src/components/blocks/sidebar/marquee-label.tsx +0 -59
- package/src/components/blocks/sidebar/sidebar-context.ts +0 -15
- package/src/components/blocks/sidebar/sidebar-icon.tsx +0 -14
- package/src/components/blocks/sidebar/sidebar-row.tsx +0 -378
- package/src/components/blocks/sidebar/type.ts +0 -294
- package/src/components/blocks/sidebar/use-ai-sidebar-state.ts +0 -123
- package/src/components/blocks/sidebar/use-ai-sidebar.ts +0 -619
- package/src/components/blocks/sidebar/utils.ts +0 -170
- package/src/components/blocks/types.ts +0 -6
- package/src/components/composed/.gitkeep +0 -0
- package/src/components/composed/__tests__/logo.test.tsx +0 -60
- package/src/components/composed/action-bar/__tests__/action-bar.test.tsx +0 -125
- package/src/components/composed/action-bar/action.tsx +0 -77
- package/src/components/composed/action-bar/emojis.tsx +0 -97
- package/src/components/composed/action-bar/index.ts +0 -24
- package/src/components/composed/action-bar/toolbar.tsx +0 -66
- package/src/components/composed/action-bar/types.ts +0 -58
- package/src/components/composed/action-bar/utils.ts +0 -140
- package/src/components/composed/ai/__tests__/ai.test.tsx +0 -66
- package/src/components/composed/ai/avatar.tsx +0 -19
- package/src/components/composed/ai/index.ts +0 -36
- package/src/components/composed/ai/message.tsx +0 -49
- package/src/components/composed/ai/research-answer.tsx +0 -157
- package/src/components/composed/ai/shared.tsx +0 -94
- package/src/components/composed/ai/streaming-text.tsx +0 -94
- package/src/components/composed/ai/suggested-prompt.tsx +0 -183
- package/src/components/composed/ai/types.ts +0 -81
- package/src/components/composed/chat/__tests__/attachment.test.tsx +0 -218
- package/src/components/composed/chat/__tests__/beautiful-ui.test.tsx +0 -57
- package/src/components/composed/chat/__tests__/chart.test.tsx +0 -316
- package/src/components/composed/chat/__tests__/code-block.test.tsx +0 -12
- package/src/components/composed/chat/__tests__/composer-attachments.test.tsx +0 -101
- package/src/components/composed/chat/__tests__/composer.test.tsx +0 -248
- package/src/components/composed/chat/__tests__/flowchart.test.tsx +0 -145
- package/src/components/composed/chat/__tests__/glass-material.test.tsx +0 -54
- package/src/components/composed/chat/__tests__/markdown.test.tsx +0 -25
- package/src/components/composed/chat/__tests__/menu-command.test.tsx +0 -35
- package/src/components/composed/chat/__tests__/recommendation.test.tsx +0 -43
- package/src/components/composed/chat/actions.tsx +0 -81
- package/src/components/composed/chat/attachment-file.ts +0 -82
- package/src/components/composed/chat/attachment.tsx +0 -498
- package/src/components/composed/chat/chart/chart-atom.ts +0 -55
- package/src/components/composed/chat/chart/chart-context.ts +0 -9
- package/src/components/composed/chat/chart/chart-legend.tsx +0 -75
- package/src/components/composed/chat/chart/chart-plot.tsx +0 -233
- package/src/components/composed/chat/chart/chart-root.tsx +0 -229
- package/src/components/composed/chat/chart/chart-tooltip.tsx +0 -74
- package/src/components/composed/chat/chart/constants.ts +0 -8
- package/src/components/composed/chat/chart/evilcharts/README.md +0 -8
- package/src/components/composed/chat/chart/evilcharts/echarts-area-chart.tsx +0 -2358
- package/src/components/composed/chat/chart/evilcharts/echarts-bar-chart.tsx +0 -2261
- package/src/components/composed/chat/chart/evilcharts/echarts-brush.tsx +0 -233
- package/src/components/composed/chat/chart/evilcharts/echarts-chart.tsx +0 -214
- package/src/components/composed/chat/chart/evilcharts/echarts-dot.tsx +0 -111
- package/src/components/composed/chat/chart/evilcharts/echarts-legend.tsx +0 -131
- package/src/components/composed/chat/chart/evilcharts/echarts-line-chart.tsx +0 -2112
- package/src/components/composed/chat/chart/evilcharts/echarts-pie-chart.tsx +0 -1235
- package/src/components/composed/chat/chart/evilcharts/echarts-tooltip.tsx +0 -125
- package/src/components/composed/chat/chart/index.ts +0 -13
- package/src/components/composed/chat/chart/type.ts +0 -88
- package/src/components/composed/chat/chart/use-chart-state.ts +0 -22
- package/src/components/composed/chat/chart/use-chart.ts +0 -70
- package/src/components/composed/chat/chart/utils.ts +0 -47
- package/src/components/composed/chat/chart.tsx +0 -3
- package/src/components/composed/chat/code-block.tsx +0 -123
- package/src/components/composed/chat/composer/add-button.tsx +0 -29
- package/src/components/composed/chat/composer/base.tsx +0 -573
- package/src/components/composed/chat/composer/command-menu.tsx +0 -47
- package/src/components/composed/chat/composer/hooks.ts +0 -29
- package/src/components/composed/chat/composer/index.ts +0 -19
- package/src/components/composed/chat/composer/send-button.tsx +0 -36
- package/src/components/composed/chat/composer/suggestions.tsx +0 -115
- package/src/components/composed/chat/composer/use-dictation.ts +0 -123
- package/src/components/composed/chat/composer/utils.ts +0 -74
- package/src/components/composed/chat/context-cards.tsx +0 -63
- package/src/components/composed/chat/filter-table.tsx +0 -119
- package/src/components/composed/chat/flowchart/chart-node.tsx +0 -162
- package/src/components/composed/chat/flowchart/connector.tsx +0 -32
- package/src/components/composed/chat/flowchart/constant.ts +0 -26
- package/src/components/composed/chat/flowchart/default.tsx +0 -230
- package/src/components/composed/chat/flowchart/edge-toolbar.tsx +0 -73
- package/src/components/composed/chat/flowchart/hooks.tsx +0 -347
- package/src/components/composed/chat/flowchart/index.ts +0 -14
- package/src/components/composed/chat/flowchart/step-body.tsx +0 -82
- package/src/components/composed/chat/flowchart/types.ts +0 -89
- package/src/components/composed/chat/flowchart/utils.ts +0 -78
- package/src/components/composed/chat/hint.tsx +0 -59
- package/src/components/composed/chat/index.ts +0 -92
- package/src/components/composed/chat/insight-cards.tsx +0 -199
- package/src/components/composed/chat/markdown-atom.ts +0 -15
- package/src/components/composed/chat/markdown.tsx +0 -213
- package/src/components/composed/chat/recommendation/checkbox.tsx +0 -122
- package/src/components/composed/chat/recommendation/constant.ts +0 -54
- package/src/components/composed/chat/recommendation/default.tsx +0 -25
- package/src/components/composed/chat/recommendation/group.tsx +0 -36
- package/src/components/composed/chat/recommendation/index.ts +0 -17
- package/src/components/composed/chat/recommendation/item.tsx +0 -215
- package/src/components/composed/chat/recommendation/types.ts +0 -76
- package/src/components/composed/chat/records-table.tsx +0 -130
- package/src/components/composed/chat/type.ts +0 -157
- package/src/components/composed/logo.tsx +0 -171
- package/src/components/composed/password-input.tsx +0 -179
- package/src/components/composed/reader/applied-mark.tsx +0 -32
- package/src/components/composed/reader/apply-toast.tsx +0 -49
- package/src/components/composed/reader/index.ts +0 -10
- package/src/components/composed/reader/selection-highlight.tsx +0 -26
- package/src/components/composed/reader/selection-popover.tsx +0 -149
- package/src/components/composed/reader/type.ts +0 -48
- package/src/components/composed/social-providers.tsx +0 -154
- package/src/components/composed/tree/CLAUDE.md +0 -145
- package/src/components/composed/tree/__tests__/tree-atom.test.tsx +0 -217
- package/src/components/composed/tree/__tests__/tree.test.tsx +0 -522
- package/src/components/composed/tree/__tests__/use-tree.test.tsx +0 -333
- package/src/components/composed/tree/constants.ts +0 -55
- package/src/components/composed/tree/index.ts +0 -51
- package/src/components/composed/tree/tree-atom.ts +0 -590
- package/src/components/composed/tree/tree-context.ts +0 -13
- package/src/components/composed/tree/tree-node.tsx +0 -496
- package/src/components/composed/tree/tree.tsx +0 -233
- package/src/components/composed/tree/type.ts +0 -322
- package/src/components/composed/tree/use-tree-dnd.ts +0 -179
- package/src/components/composed/tree/use-tree-state.ts +0 -105
- package/src/components/composed/tree/use-tree.ts +0 -311
- package/src/components/composed/tree/utils.ts +0 -172
- package/src/components/composed/types.ts +0 -9
- package/src/components/composed/user/__tests__/message.test.tsx +0 -79
- package/src/components/composed/user/index.ts +0 -14
- package/src/components/composed/user/info.tsx +0 -56
- package/src/components/composed/user/message.tsx +0 -36
- package/src/components/composed/user/pill.tsx +0 -20
- package/src/components/composed/user/types.ts +0 -47
- package/src/components/composed/user/utils.ts +0 -0
- package/src/components/composed/verse/__tests__/verse.test.tsx +0 -57
- package/src/components/composed/verse/index.ts +0 -2
- package/src/components/composed/verse/types.ts +0 -24
- package/src/components/composed/verse/verse.tsx +0 -100
- package/src/components/docs/atoms-gallery.tsx +0 -286
- package/src/components/docs/block-demo-stage.tsx +0 -38
- package/src/components/docs/blocks-gallery.tsx +0 -224
- package/src/components/docs/browser.tsx +0 -87
- package/src/components/docs/code-block.tsx +0 -10
- package/src/components/docs/components-gallery.tsx +0 -182
- package/src/components/docs/demo-controls.tsx +0 -142
- package/src/components/docs/hero.tsx +0 -197
- package/src/components/docs/mermaid.tsx +0 -55
- package/src/components/icons/README.md +0 -91
- package/src/components/icons/__tests__/icons.test.tsx +0 -58
- package/src/components/icons/file-badge-cfm.tsx +0 -615
- package/src/components/icons/file-badge-corpus.tsx +0 -604
- package/src/components/icons/file-badge-pdf.tsx +0 -570
- package/src/components/icons/file-badge-tei.tsx +0 -524
- package/src/components/icons/file-badge-tf.tsx +0 -620
- package/src/components/icons/file-badge-txt.tsx +0 -607
- package/src/components/icons/file-badge-xml.tsx +0 -576
- package/src/components/icons/file-wordmark-cfm.tsx +0 -424
- package/src/components/icons/file-wordmark-corpus.tsx +0 -454
- package/src/components/icons/file-wordmark-pdf.tsx +0 -470
- package/src/components/icons/file-wordmark-tei.tsx +0 -424
- package/src/components/icons/file-wordmark-tf.tsx +0 -406
- package/src/components/icons/file-wordmark-txt.tsx +0 -421
- package/src/components/icons/file-wordmark-xml.tsx +0 -424
- package/src/components/icons/index.ts +0 -16
- package/src/components/icons/types.ts +0 -8
- package/src/components/motion/index.ts +0 -0
- package/src/components/motion/overflow-actions.tsx +0 -376
- package/src/components/motion/popover-morph.tsx +0 -292
- package/src/components/motion/popover-position.ts +0 -86
- package/src/components/motion/shared-layout-bg.tsx +0 -151
- package/src/components/stories/attachment.story.tsx +0 -40
- package/src/components/stories/auth-flow-block.story.tsx +0 -17
- package/src/components/stories/avatar.story.tsx +0 -33
- package/src/components/stories/base.story.tsx +0 -70
- package/src/components/stories/bubble.story.tsx +0 -61
- package/src/components/stories/button.story.tsx +0 -32
- package/src/components/stories/card.story.tsx +0 -36
- package/src/components/stories/chart.story.tsx +0 -69
- package/src/components/stories/checkbox.story.tsx +0 -30
- package/src/components/stories/code-auth-block.story.tsx +0 -20
- package/src/components/stories/code-block.story.tsx +0 -35
- package/src/components/stories/composed-password-input.story.tsx +0 -41
- package/src/components/stories/context-cards.story.tsx +0 -30
- package/src/components/stories/emoji-action-bar.story.tsx +0 -20
- package/src/components/stories/field.story.tsx +0 -32
- package/src/components/stories/file-icons.story.tsx +0 -20
- package/src/components/stories/filter-table.story.tsx +0 -63
- package/src/components/stories/flowchart.story.tsx +0 -25
- package/src/components/stories/forgot-password-block.story.tsx +0 -14
- package/src/components/stories/frame.story.tsx +0 -32
- package/src/components/stories/index.ts +0 -57
- package/src/components/stories/input-group.story.tsx +0 -27
- package/src/components/stories/input.story.tsx +0 -42
- package/src/components/stories/insight-cards.story.tsx +0 -67
- package/src/components/stories/label.story.tsx +0 -32
- package/src/components/stories/linked-accounts-block.story.tsx +0 -23
- package/src/components/stories/login-block.story.tsx +0 -18
- package/src/components/stories/logo.story.tsx +0 -21
- package/src/components/stories/markdown.story.tsx +0 -31
- package/src/components/stories/menu-command.story.tsx +0 -43
- package/src/components/stories/onboarding-block.story.tsx +0 -14
- package/src/components/stories/otp-field.story.tsx +0 -35
- package/src/components/stories/passkey-manager-block.story.tsx +0 -18
- package/src/components/stories/passkey-sign-in-block.story.tsx +0 -15
- package/src/components/stories/password-input.story.tsx +0 -35
- package/src/components/stories/profile-card-block.story.tsx +0 -29
- package/src/components/stories/recommendation-card.story.tsx +0 -37
- package/src/components/stories/records-table.story.tsx +0 -52
- package/src/components/stories/reference.story.tsx +0 -33
- package/src/components/stories/research-answer.story.tsx +0 -32
- package/src/components/stories/scaffold-root.story.tsx +0 -47
- package/src/components/stories/separator.story.tsx +0 -37
- package/src/components/stories/shell-layout.story.tsx +0 -19
- package/src/components/stories/signup-block.story.tsx +0 -18
- package/src/components/stories/social-providers.story.tsx +0 -26
- package/src/components/stories/streaming-text.story.tsx +0 -25
- package/src/components/stories/text.story.tsx +0 -31
- package/src/components/stories/textarea.story.tsx +0 -34
- package/src/components/stories/tree.story.tsx +0 -31
- package/src/components/stories/update-password-block.story.tsx +0 -14
- package/src/components/stories/user.story.tsx +0 -32
- package/src/components/stories/verse.story.tsx +0 -42
- package/src/components/theme-provider.tsx +0 -230
- package/src/components/types.ts +0 -106
- package/src/components/ui/accordion.tsx +0 -68
- package/src/components/ui/alert-dialog.tsx +0 -167
- package/src/components/ui/alert.tsx +0 -84
- package/src/components/ui/autocomplete.tsx +0 -303
- package/src/components/ui/avatar.tsx +0 -109
- package/src/components/ui/badge.tsx +0 -101
- package/src/components/ui/button-group.tsx +0 -88
- package/src/components/ui/button.tsx +0 -192
- package/src/components/ui/card.tsx +0 -253
- package/src/components/ui/chat/__tests__/segmented-toggle.test.tsx +0 -27
- package/src/components/ui/chat/avatar-handle.tsx +0 -30
- package/src/components/ui/chat/badges.tsx +0 -85
- package/src/components/ui/chat/buttons.tsx +0 -94
- package/src/components/ui/chat/chips.tsx +0 -106
- package/src/components/ui/chat/dot.tsx +0 -81
- package/src/components/ui/chat/icon-button.tsx +0 -43
- package/src/components/ui/chat/icon-tile.tsx +0 -33
- package/src/components/ui/chat/index.ts +0 -12
- package/src/components/ui/chat/inline-source.tsx +0 -94
- package/src/components/ui/chat/segmented-toggle.tsx +0 -99
- package/src/components/ui/chat/tag.tsx +0 -61
- package/src/components/ui/chat/thumbnail.tsx +0 -31
- package/src/components/ui/chat/waveform.tsx +0 -30
- package/src/components/ui/checkbox.tsx +0 -83
- package/src/components/ui/collapsible.tsx +0 -42
- package/src/components/ui/command.tsx +0 -263
- package/src/components/ui/context-menu.tsx +0 -342
- package/src/components/ui/emoji-picker.tsx +0 -161
- package/src/components/ui/field.tsx +0 -89
- package/src/components/ui/frame.tsx +0 -87
- package/src/components/ui/glasscn/glass-button-group.tsx +0 -34
- package/src/components/ui/glasscn/glass-button.tsx +0 -25
- package/src/components/ui/glasscn/glass-container.tsx +0 -94
- package/src/components/ui/glasscn/glass-separator.tsx +0 -39
- package/src/components/ui/glasscn/liquid-glass.tsx +0 -59
- package/src/components/ui/group.tsx +0 -92
- package/src/components/ui/input-group.tsx +0 -105
- package/src/components/ui/input.tsx +0 -70
- package/src/components/ui/kbd.tsx +0 -32
- package/src/components/ui/label.tsx +0 -36
- package/src/components/ui/menu-command.tsx +0 -156
- package/src/components/ui/menu.tsx +0 -352
- package/src/components/ui/otp-field.tsx +0 -88
- package/src/components/ui/popover-glass.tsx +0 -158
- package/src/components/ui/popover.tsx +0 -120
- package/src/components/ui/preview-card.tsx +0 -61
- package/src/components/ui/scroll-area.tsx +0 -80
- package/src/components/ui/select.tsx +0 -257
- package/src/components/ui/separator.tsx +0 -23
- package/src/components/ui/sheet.tsx +0 -135
- package/src/components/ui/skeleton.tsx +0 -18
- package/src/components/ui/spinner.tsx +0 -17
- package/src/components/ui/switch.tsx +0 -30
- package/src/components/ui/tabs.tsx +0 -120
- package/src/components/ui/textarea.tsx +0 -58
- package/src/components/ui/toast.tsx +0 -325
- package/src/components/ui/toolbar.tsx +0 -92
- package/src/components/ui/tooltip.tsx +0 -67
- package/src/index.css +0 -10
- package/src/index.ts +0 -102
- package/src/lib/attachment-content.ts +0 -28
- package/src/lib/auth-accent.ts +0 -49
- package/src/lib/ease.ts +0 -90
- package/src/lib/glass-variants.ts +0 -22
- package/src/lib/hooks/use-hover-capable.ts +0 -23
- package/src/lib/hooks/use-mobile.ts +0 -21
- package/src/lib/keyed-atom.ts +0 -60
- package/src/lib/segmented-control.ts +0 -42
- package/src/lib/sound.ts +0 -39
- package/src/lib/specular.ts +0 -10
- package/src/lib/state/__tests__/sound.test.tsx +0 -53
- package/src/lib/state/exegia-provider.tsx +0 -83
- package/src/lib/state/index.ts +0 -4
- package/src/lib/state/store.ts +0 -19
- package/src/lib/use-motion-panel.ts +0 -78
- package/src/lib/utils.test.ts +0 -22
- package/src/lib/utils.ts +0 -100
- package/src/specular.js +0 -4
- /package/{src/components/composed/chat/composer → dist-lib}/BEAUTIFUL-UI-LICENSE.txt +0 -0
- /package/{src/components/composed/chat/chart/evilcharts/LICENSE → dist-lib/EVILCHARTS-LICENSE.txt} +0 -0
|
@@ -0,0 +1,497 @@
|
|
|
1
|
+
import { t as ee } from "../rolldown-runtime-Dy4uBu1J.js";
|
|
2
|
+
import { Accordion as te, AccordionContent as e, AccordionItem as ne, AccordionPrimitive as re, AccordionTrigger as ie } from "./accordion.js";
|
|
3
|
+
import { AlertDialog as ae, AlertDialogBackdrop as t, AlertDialogClose as oe, AlertDialogContent as n, AlertDialogCreateHandle as se, AlertDialogDescription as ce, AlertDialogFooter as le, AlertDialogHeader as ue, AlertDialogPortal as de, AlertDialogPrimitive as fe, AlertDialogTitle as pe, AlertDialogTrigger as me, AlertDialogViewport as he } from "./alert-dialog.js";
|
|
4
|
+
import { Alert as ge, AlertAction as _e, AlertDescription as ve, AlertTitle as ye } from "./alert.js";
|
|
5
|
+
import { Input as be, InputPrimitive as xe } from "../input.js";
|
|
6
|
+
import { n as Se, r as Ce, t as we } from "../scroll-area-BNcHlmRX.js";
|
|
7
|
+
import { _ as Te, a as Ee, c as De, d as Oe, f as ke, g as Ae, h as je, i as Me, l as Ne, m as r, n as i, o as a, p as o, r as s, s as c, t as l, u } from "../autocomplete-DzjspdKa.js";
|
|
8
|
+
import { Avatar as d, AvatarBadge as f, AvatarFallback as p, AvatarGroup as m, AvatarGroupCount as h, AvatarImage as g, AvatarPrimitive as _ } from "./avatar.js";
|
|
9
|
+
import { Badge as v, badgeVariants as y } from "./badge.js";
|
|
10
|
+
import { a as b, i as Pe, n as Fe, o as Ie, r as Le, s as Re, t as ze } from "../breadcrumb-DtFOhTfs.js";
|
|
11
|
+
import { t as Be } from "../spinner-cwaneGYM.js";
|
|
12
|
+
import { n as Ve, t as He } from "../button-DDBbG_zF.js";
|
|
13
|
+
import { t as Ue } from "../calendar-Dyut8HPa.js";
|
|
14
|
+
import { Card as We, CardAction as Ge, CardContent as x, CardDescription as Ke, CardFooter as qe, CardFrame as Je, CardFrameAction as Ye, CardFrameDescription as Xe, CardFrameFooter as Ze, CardFrameHeader as Qe, CardFrameTitle as $e, CardHeader as et, CardTitle as tt } from "../card.js";
|
|
15
|
+
import { n as nt, t as rt } from "../checkbox-group-B0BPFc-K.js";
|
|
16
|
+
import { Checkbox as it, CheckboxPrimitive as at } from "./checkbox.js";
|
|
17
|
+
import { Collapsible as ot, CollapsibleContent as S, CollapsiblePrimitive as st, CollapsibleTrigger as ct } from "./collapsible.js";
|
|
18
|
+
import { S as lt, _ as ut, a as dt, b as ft, c as pt, d as mt, f as ht, g as gt, h as _t, i as vt, l as yt, m as bt, n as xt, o as St, p as Ct, r as wt, s as Tt, t as Et, u as Dt, v as Ot, x as kt, y as At } from "../combobox-BwfmU1S_.js";
|
|
19
|
+
import { Command as jt, CommandCollection as Mt, CommandCreateHandle as Nt, CommandDialog as Pt, CommandDialogBackdrop as Ft, CommandDialogPopup as It, CommandDialogPortal as Lt, CommandDialogPrimitive as Rt, CommandDialogTrigger as zt, CommandDialogViewport as Bt, CommandEmpty as Vt, CommandFooter as Ht, CommandGroup as Ut, CommandGroupLabel as Wt, CommandInput as Gt, CommandItem as Kt, CommandList as qt, CommandPanel as Jt, CommandSeparator as Yt, CommandShortcut as Xt } from "./command.js";
|
|
20
|
+
import { ContextMenu as Zt, ContextMenuCheckboxItem as Qt, ContextMenuGroup as $t, ContextMenuGroupLabel as en, ContextMenuItem as tn, ContextMenuLinkItem as nn, ContextMenuPopup as rn, ContextMenuPortal as an, ContextMenuPrimitive as on, ContextMenuRadioGroup as sn, ContextMenuRadioItem as cn, ContextMenuSeparator as ln, ContextMenuShortcut as un, ContextMenuSub as dn, ContextMenuSubPopup as fn, ContextMenuSubTrigger as pn, ContextMenuTrigger as mn } from "./context-menu.js";
|
|
21
|
+
import { a as hn, c as gn, d as _n, f as vn, i as yn, l as C, m as bn, n as xn, o as Sn, p as Cn, r as wn, s as w, t as Tn, u as En } from "../dialog-BF9rLVsx.js";
|
|
22
|
+
import { C as Dn, E as On, S as kn, T as An, _ as jn, a as Mn, b as Nn, c as Pn, d as Fn, f as In, g as Ln, h as Rn, i as zn, l as Bn, m as Vn, n as Hn, o as Un, p as Wn, r as Gn, s as Kn, t as qn, u as Jn, v as Yn, w as Xn, x as Zn, y as Qn } from "../drawer-DuQtc_IN.js";
|
|
23
|
+
import { a as $n, i as er, n as tr, o as nr, r as rr, t as ir } from "../empty-CUO4MoHd.js";
|
|
24
|
+
import { Field as ar, FieldControl as or, FieldDescription as sr, FieldError as cr, FieldItem as lr, FieldLabel as ur, FieldPrimitive as dr, FieldValidity as fr } from "./field.js";
|
|
25
|
+
import { n as pr, r as mr, t as hr } from "../fieldset-C3YDowBt.js";
|
|
26
|
+
import { n as gr, t as _r } from "../form-DdxBnCxo.js";
|
|
27
|
+
import { Frame as vr, FrameDescription as yr, FrameFooter as br, FrameHeader as xr, FramePanel as Sr, FrameTitle as Cr } from "./frame.js";
|
|
28
|
+
import { t as wr } from "../separator-D7T-98IV.js";
|
|
29
|
+
import { ButtonGroup as T, ButtonGroupSeparator as E, ButtonGroupText as D, groupVariants as Tr } from "./group.js";
|
|
30
|
+
import { n as Er } from "../textarea-CxycYTkF.js";
|
|
31
|
+
import { InputGroup as Dr, InputGroupAddon as Or, InputGroupInput as kr, InputGroupText as Ar, InputGroupTextarea as jr } from "./input-group.js";
|
|
32
|
+
import { Kbd as Mr, KbdGroup as Nr } from "./kbd.js";
|
|
33
|
+
import { Label as Pr } from "../label.js";
|
|
34
|
+
import { DropdownMenu as O, DropdownMenuCheckboxItem as k, DropdownMenuContent as A, DropdownMenuCreateHandle as j, DropdownMenuGroup as M, DropdownMenuItem as N, DropdownMenuLabel as P, DropdownMenuPortal as F, DropdownMenuRadioGroup as I, DropdownMenuRadioItem as L, DropdownMenuSeparator as R, DropdownMenuShortcut as z, DropdownMenuSub as B, DropdownMenuSubContent as V, DropdownMenuSubTrigger as H, DropdownMenuTrigger as U, MenuLinkItem as Fr, MenuPrimitive as Ir } from "./menu.js";
|
|
35
|
+
import { a as W, i as Lr, n as Rr, o as zr, r as Br, t as Vr } from "../meter-B5i2cf7m.js";
|
|
36
|
+
import { a as Hr, c as Ur, i as Wr, l as Gr, n as Kr, o as qr, r as Jr, s as Yr, t as Xr } from "../number-field-D5p-WTn_.js";
|
|
37
|
+
import { OTPField as Zr, OTPFieldInput as Qr, OTPFieldPrimitive as $r, OTPFieldSeparator as ei } from "./otp-field.js";
|
|
38
|
+
import { a as ti, i as ni, n as ri, o as ii, r as ai, s as oi, t as si } from "../pagination-CPOVfufE.js";
|
|
39
|
+
import { a as G, c as ci, i as li, n as ui, o as di, r as fi, s as pi, t as mi } from "../popover-BKYgU_p3.js";
|
|
40
|
+
import { HoverCard as K, HoverCardContent as q, HoverCardTrigger as J, PreviewCardPrimitive as hi } from "./preview-card.js";
|
|
41
|
+
import { a as gi, i as _i, n as vi, o as yi, r as bi, t as xi } from "../progress-ByAk9CV5.js";
|
|
42
|
+
import { i as Si, n as Ci, r as Y, t as wi } from "../radio-group-CMwDkKFE.js";
|
|
43
|
+
import { Select as Ti, SelectButton as Ei, SelectContent as X, SelectGroup as Di, SelectGroupLabel as Oi, SelectItem as ki, SelectLabel as Ai, SelectPrimitive as ji, SelectSeparator as Mi, SelectTrigger as Ni, SelectValue as Pi, selectTriggerIconClassName as Fi, selectTriggerVariants as Ii } from "./select.js";
|
|
44
|
+
import { SeparatorPrimitive as Li } from "./separator.js";
|
|
45
|
+
import { a as Ri, c as zi, d as Bi, f as Vi, h as Hi, i as Ui, l as Wi, m as Gi, n as Ki, o as qi, p as Ji, r as Yi, s as Xi, t as Zi, u as Qi } from "../sheet-BAYosIsg.js";
|
|
46
|
+
import { t as $i } from "../sheet-D4fmEZW5.js";
|
|
47
|
+
import { A as ea, C as ta, D as na, E as ra, M as ia, N as aa, O as oa, P as sa, S as ca, T as la, _ as ua, a as da, b as fa, c as pa, d as ma, f as ha, g as ga, h as _a, i as va, j as ya, k as ba, l as xa, m as Sa, n as Ca, o as wa, p as Ta, r as Ea, s as Da, t as Oa, u as ka, v as Aa, w as ja, x as Ma, y as Na } from "../sidebar-1j5RYZ2t.js";
|
|
48
|
+
import { a as Pa, i as Fa, n as Ia, o as La, r as Z, t as Ra } from "../tooltip-aPB3pyrl.js";
|
|
49
|
+
import { t as za } from "../skeleton-CwqQoMiY.js";
|
|
50
|
+
import { n as Ba, r as Va, t as Ha } from "../slider-_1H30BMt.js";
|
|
51
|
+
import { Switch as Ua, SwitchPrimitive as Wa } from "./switch.js";
|
|
52
|
+
import { a as Ga, c as Ka, i as qa, n as Ja, o as Ya, r as Xa, s as Za, t as Qa } from "../table-D43_yedE.js";
|
|
53
|
+
import { a as Q, i as $a, n as eo, r as $, t as to } from "../tabs-CwWnKxRI.js";
|
|
54
|
+
import { a as no, i as ro, n as io, o as ao, r as oo, t as so } from "../toast-BLwJEhKU.js";
|
|
55
|
+
import { n as co, t as lo } from "../base-CiR7nLAD.js";
|
|
56
|
+
import { TogglePrimitive as uo } from "./toggle.js";
|
|
57
|
+
import { a as fo, i as po, n as mo, r as ho, t as go } from "../toggle-group-BzDvDKL0.js";
|
|
58
|
+
import { Toolbar as _o, ToolbarButton as vo, ToolbarGroup as yo, ToolbarInput as bo, ToolbarLink as xo, ToolbarPrimitive as So, ToolbarSeparator as Co } from "./toolbar.js";
|
|
59
|
+
//#region src/ui/index.ts
|
|
60
|
+
var wo = /* @__PURE__ */ ee({
|
|
61
|
+
Accordion: () => te,
|
|
62
|
+
AccordionContent: () => e,
|
|
63
|
+
AccordionItem: () => ne,
|
|
64
|
+
AccordionPanel: () => e,
|
|
65
|
+
AccordionPrimitive: () => re,
|
|
66
|
+
AccordionTrigger: () => ie,
|
|
67
|
+
Alert: () => ge,
|
|
68
|
+
AlertAction: () => _e,
|
|
69
|
+
AlertDescription: () => ve,
|
|
70
|
+
AlertDialog: () => ae,
|
|
71
|
+
AlertDialogBackdrop: () => t,
|
|
72
|
+
AlertDialogClose: () => oe,
|
|
73
|
+
AlertDialogContent: () => n,
|
|
74
|
+
AlertDialogCreateHandle: () => se,
|
|
75
|
+
AlertDialogDescription: () => ce,
|
|
76
|
+
AlertDialogFooter: () => le,
|
|
77
|
+
AlertDialogHeader: () => ue,
|
|
78
|
+
AlertDialogOverlay: () => t,
|
|
79
|
+
AlertDialogPopup: () => n,
|
|
80
|
+
AlertDialogPortal: () => de,
|
|
81
|
+
AlertDialogPrimitive: () => fe,
|
|
82
|
+
AlertDialogTitle: () => pe,
|
|
83
|
+
AlertDialogTrigger: () => me,
|
|
84
|
+
AlertDialogViewport: () => he,
|
|
85
|
+
AlertTitle: () => ye,
|
|
86
|
+
AnchoredToastProvider: () => so,
|
|
87
|
+
Autocomplete: () => l,
|
|
88
|
+
AutocompleteClear: () => i,
|
|
89
|
+
AutocompleteCollection: () => s,
|
|
90
|
+
AutocompleteEmpty: () => Me,
|
|
91
|
+
AutocompleteGroup: () => Ee,
|
|
92
|
+
AutocompleteGroupLabel: () => a,
|
|
93
|
+
AutocompleteInput: () => c,
|
|
94
|
+
AutocompleteItem: () => De,
|
|
95
|
+
AutocompleteList: () => Ne,
|
|
96
|
+
AutocompletePopup: () => u,
|
|
97
|
+
AutocompletePrimitive: () => Oe,
|
|
98
|
+
AutocompleteRow: () => ke,
|
|
99
|
+
AutocompleteSeparator: () => o,
|
|
100
|
+
AutocompleteStatus: () => r,
|
|
101
|
+
AutocompleteTrigger: () => je,
|
|
102
|
+
AutocompleteValue: () => Ae,
|
|
103
|
+
Avatar: () => d,
|
|
104
|
+
AvatarBadge: () => f,
|
|
105
|
+
AvatarFallback: () => p,
|
|
106
|
+
AvatarGroup: () => m,
|
|
107
|
+
AvatarGroupCount: () => h,
|
|
108
|
+
AvatarImage: () => g,
|
|
109
|
+
AvatarPrimitive: () => _,
|
|
110
|
+
Badge: () => v,
|
|
111
|
+
Breadcrumb: () => Re,
|
|
112
|
+
BreadcrumbEllipsis: () => ze,
|
|
113
|
+
BreadcrumbItem: () => b,
|
|
114
|
+
BreadcrumbLink: () => Pe,
|
|
115
|
+
BreadcrumbList: () => Ie,
|
|
116
|
+
BreadcrumbPage: () => Le,
|
|
117
|
+
BreadcrumbSeparator: () => Fe,
|
|
118
|
+
Button: () => He,
|
|
119
|
+
ButtonGroup: () => T,
|
|
120
|
+
ButtonGroupSeparator: () => E,
|
|
121
|
+
ButtonGroupText: () => D,
|
|
122
|
+
Calendar: () => Ue,
|
|
123
|
+
Card: () => We,
|
|
124
|
+
CardAction: () => Ge,
|
|
125
|
+
CardContent: () => x,
|
|
126
|
+
CardDescription: () => Ke,
|
|
127
|
+
CardFooter: () => qe,
|
|
128
|
+
CardFrame: () => Je,
|
|
129
|
+
CardFrameAction: () => Ye,
|
|
130
|
+
CardFrameDescription: () => Xe,
|
|
131
|
+
CardFrameFooter: () => Ze,
|
|
132
|
+
CardFrameHeader: () => Qe,
|
|
133
|
+
CardFrameTitle: () => $e,
|
|
134
|
+
CardHeader: () => et,
|
|
135
|
+
CardPanel: () => x,
|
|
136
|
+
CardTitle: () => tt,
|
|
137
|
+
Checkbox: () => it,
|
|
138
|
+
CheckboxGroup: () => nt,
|
|
139
|
+
CheckboxGroupPrimitive: () => rt,
|
|
140
|
+
CheckboxPrimitive: () => at,
|
|
141
|
+
Collapsible: () => ot,
|
|
142
|
+
CollapsibleContent: () => S,
|
|
143
|
+
CollapsiblePanel: () => S,
|
|
144
|
+
CollapsiblePrimitive: () => st,
|
|
145
|
+
CollapsibleTrigger: () => ct,
|
|
146
|
+
Combobox: () => kt,
|
|
147
|
+
ComboboxChip: () => wt,
|
|
148
|
+
ComboboxChipRemove: () => vt,
|
|
149
|
+
ComboboxChips: () => dt,
|
|
150
|
+
ComboboxChipsInput: () => ft,
|
|
151
|
+
ComboboxClear: () => Ot,
|
|
152
|
+
ComboboxCollection: () => St,
|
|
153
|
+
ComboboxContext: () => lt,
|
|
154
|
+
ComboboxEmpty: () => mt,
|
|
155
|
+
ComboboxGroup: () => Ct,
|
|
156
|
+
ComboboxGroupLabel: () => ht,
|
|
157
|
+
ComboboxInput: () => ut,
|
|
158
|
+
ComboboxItem: () => _t,
|
|
159
|
+
ComboboxList: () => pt,
|
|
160
|
+
ComboboxPopup: () => gt,
|
|
161
|
+
ComboboxPrimitive: () => Et,
|
|
162
|
+
ComboboxRow: () => Dt,
|
|
163
|
+
ComboboxSeparator: () => bt,
|
|
164
|
+
ComboboxStatus: () => Tt,
|
|
165
|
+
ComboboxTrigger: () => At,
|
|
166
|
+
ComboboxValue: () => yt,
|
|
167
|
+
Command: () => jt,
|
|
168
|
+
CommandCollection: () => Mt,
|
|
169
|
+
CommandCreateHandle: () => Nt,
|
|
170
|
+
CommandDialog: () => Pt,
|
|
171
|
+
CommandDialogBackdrop: () => Ft,
|
|
172
|
+
CommandDialogPopup: () => It,
|
|
173
|
+
CommandDialogPortal: () => Lt,
|
|
174
|
+
CommandDialogPrimitive: () => Rt,
|
|
175
|
+
CommandDialogTrigger: () => zt,
|
|
176
|
+
CommandDialogViewport: () => Bt,
|
|
177
|
+
CommandEmpty: () => Vt,
|
|
178
|
+
CommandFooter: () => Ht,
|
|
179
|
+
CommandGroup: () => Ut,
|
|
180
|
+
CommandGroupLabel: () => Wt,
|
|
181
|
+
CommandInput: () => Gt,
|
|
182
|
+
CommandItem: () => Kt,
|
|
183
|
+
CommandList: () => qt,
|
|
184
|
+
CommandPanel: () => Jt,
|
|
185
|
+
CommandSeparator: () => Yt,
|
|
186
|
+
CommandShortcut: () => Xt,
|
|
187
|
+
ContextMenu: () => Zt,
|
|
188
|
+
ContextMenuCheckboxItem: () => Qt,
|
|
189
|
+
ContextMenuGroup: () => $t,
|
|
190
|
+
ContextMenuGroupLabel: () => en,
|
|
191
|
+
ContextMenuItem: () => tn,
|
|
192
|
+
ContextMenuLinkItem: () => nn,
|
|
193
|
+
ContextMenuPopup: () => rn,
|
|
194
|
+
ContextMenuPortal: () => an,
|
|
195
|
+
ContextMenuPrimitive: () => on,
|
|
196
|
+
ContextMenuRadioGroup: () => sn,
|
|
197
|
+
ContextMenuRadioItem: () => cn,
|
|
198
|
+
ContextMenuSeparator: () => ln,
|
|
199
|
+
ContextMenuShortcut: () => un,
|
|
200
|
+
ContextMenuSub: () => dn,
|
|
201
|
+
ContextMenuSubPopup: () => fn,
|
|
202
|
+
ContextMenuSubTrigger: () => pn,
|
|
203
|
+
ContextMenuTrigger: () => mn,
|
|
204
|
+
CursorGrowIcon: () => Jr,
|
|
205
|
+
Dialog: () => vn,
|
|
206
|
+
DialogBackdrop: () => C,
|
|
207
|
+
DialogClose: () => En,
|
|
208
|
+
DialogContent: () => w,
|
|
209
|
+
DialogCreateHandle: () => Cn,
|
|
210
|
+
DialogDescription: () => wn,
|
|
211
|
+
DialogFooter: () => hn,
|
|
212
|
+
DialogHeader: () => Sn,
|
|
213
|
+
DialogOverlay: () => C,
|
|
214
|
+
DialogPanel: () => xn,
|
|
215
|
+
DialogPopup: () => w,
|
|
216
|
+
DialogPortal: () => bn,
|
|
217
|
+
DialogPrimitive: () => Tn,
|
|
218
|
+
DialogTitle: () => yn,
|
|
219
|
+
DialogTrigger: () => _n,
|
|
220
|
+
DialogViewport: () => gn,
|
|
221
|
+
Drawer: () => An,
|
|
222
|
+
DrawerBackdrop: () => Nn,
|
|
223
|
+
DrawerBar: () => Yn,
|
|
224
|
+
DrawerClose: () => kn,
|
|
225
|
+
DrawerContent: () => Ln,
|
|
226
|
+
DrawerCreateHandle: () => On,
|
|
227
|
+
DrawerDescription: () => In,
|
|
228
|
+
DrawerFooter: () => Vn,
|
|
229
|
+
DrawerHeader: () => Rn,
|
|
230
|
+
DrawerMenu: () => Jn,
|
|
231
|
+
DrawerMenuCheckboxItem: () => zn,
|
|
232
|
+
DrawerMenuGroup: () => Kn,
|
|
233
|
+
DrawerMenuGroupLabel: () => Un,
|
|
234
|
+
DrawerMenuItem: () => Bn,
|
|
235
|
+
DrawerMenuRadioGroup: () => Gn,
|
|
236
|
+
DrawerMenuRadioItem: () => Hn,
|
|
237
|
+
DrawerMenuSeparator: () => Pn,
|
|
238
|
+
DrawerMenuTrigger: () => Mn,
|
|
239
|
+
DrawerPanel: () => Fn,
|
|
240
|
+
DrawerPopup: () => jn,
|
|
241
|
+
DrawerPortal: () => Xn,
|
|
242
|
+
DrawerPrimitive: () => qn,
|
|
243
|
+
DrawerSwipeArea: () => Zn,
|
|
244
|
+
DrawerTitle: () => Wn,
|
|
245
|
+
DrawerTrigger: () => Dn,
|
|
246
|
+
DrawerViewport: () => Qn,
|
|
247
|
+
DropdownMenu: () => O,
|
|
248
|
+
DropdownMenuCheckboxItem: () => k,
|
|
249
|
+
DropdownMenuContent: () => A,
|
|
250
|
+
DropdownMenuCreateHandle: () => j,
|
|
251
|
+
DropdownMenuGroup: () => M,
|
|
252
|
+
DropdownMenuItem: () => N,
|
|
253
|
+
DropdownMenuLabel: () => P,
|
|
254
|
+
DropdownMenuPortal: () => F,
|
|
255
|
+
DropdownMenuRadioGroup: () => I,
|
|
256
|
+
DropdownMenuRadioItem: () => L,
|
|
257
|
+
DropdownMenuSeparator: () => R,
|
|
258
|
+
DropdownMenuShortcut: () => z,
|
|
259
|
+
DropdownMenuSub: () => B,
|
|
260
|
+
DropdownMenuSubContent: () => V,
|
|
261
|
+
DropdownMenuSubTrigger: () => H,
|
|
262
|
+
DropdownMenuTrigger: () => U,
|
|
263
|
+
Empty: () => nr,
|
|
264
|
+
EmptyContent: () => ir,
|
|
265
|
+
EmptyDescription: () => tr,
|
|
266
|
+
EmptyHeader: () => $n,
|
|
267
|
+
EmptyMedia: () => er,
|
|
268
|
+
EmptyTitle: () => rr,
|
|
269
|
+
Field: () => ar,
|
|
270
|
+
FieldControl: () => or,
|
|
271
|
+
FieldDescription: () => sr,
|
|
272
|
+
FieldError: () => cr,
|
|
273
|
+
FieldItem: () => lr,
|
|
274
|
+
FieldLabel: () => ur,
|
|
275
|
+
FieldPrimitive: () => dr,
|
|
276
|
+
FieldValidity: () => fr,
|
|
277
|
+
Fieldset: () => mr,
|
|
278
|
+
FieldsetLegend: () => pr,
|
|
279
|
+
FieldsetPrimitive: () => hr,
|
|
280
|
+
Form: () => gr,
|
|
281
|
+
FormPrimitive: () => _r,
|
|
282
|
+
Frame: () => vr,
|
|
283
|
+
FrameDescription: () => yr,
|
|
284
|
+
FrameFooter: () => br,
|
|
285
|
+
FrameHeader: () => xr,
|
|
286
|
+
FramePanel: () => Sr,
|
|
287
|
+
FrameTitle: () => Cr,
|
|
288
|
+
Group: () => T,
|
|
289
|
+
GroupSeparator: () => E,
|
|
290
|
+
GroupText: () => D,
|
|
291
|
+
HoverCard: () => K,
|
|
292
|
+
HoverCardContent: () => q,
|
|
293
|
+
HoverCardTrigger: () => J,
|
|
294
|
+
Input: () => be,
|
|
295
|
+
InputGroup: () => Dr,
|
|
296
|
+
InputGroupAddon: () => Or,
|
|
297
|
+
InputGroupInput: () => kr,
|
|
298
|
+
InputGroupText: () => Ar,
|
|
299
|
+
InputGroupTextarea: () => jr,
|
|
300
|
+
InputPrimitive: () => xe,
|
|
301
|
+
Kbd: () => Mr,
|
|
302
|
+
KbdGroup: () => Nr,
|
|
303
|
+
Label: () => Pr,
|
|
304
|
+
Menu: () => O,
|
|
305
|
+
MenuCheckboxItem: () => k,
|
|
306
|
+
MenuCreateHandle: () => j,
|
|
307
|
+
MenuGroup: () => M,
|
|
308
|
+
MenuGroupLabel: () => P,
|
|
309
|
+
MenuItem: () => N,
|
|
310
|
+
MenuLinkItem: () => Fr,
|
|
311
|
+
MenuPopup: () => A,
|
|
312
|
+
MenuPortal: () => F,
|
|
313
|
+
MenuPrimitive: () => Ir,
|
|
314
|
+
MenuRadioGroup: () => I,
|
|
315
|
+
MenuRadioItem: () => L,
|
|
316
|
+
MenuSeparator: () => R,
|
|
317
|
+
MenuShortcut: () => z,
|
|
318
|
+
MenuSub: () => B,
|
|
319
|
+
MenuSubPopup: () => V,
|
|
320
|
+
MenuSubTrigger: () => H,
|
|
321
|
+
MenuTrigger: () => U,
|
|
322
|
+
Meter: () => Lr,
|
|
323
|
+
MeterIndicator: () => W,
|
|
324
|
+
MeterLabel: () => Br,
|
|
325
|
+
MeterPrimitive: () => Vr,
|
|
326
|
+
MeterTrack: () => zr,
|
|
327
|
+
MeterValue: () => Rr,
|
|
328
|
+
NumberField: () => Ur,
|
|
329
|
+
NumberFieldContext: () => Gr,
|
|
330
|
+
NumberFieldDecrement: () => qr,
|
|
331
|
+
NumberFieldGroup: () => Yr,
|
|
332
|
+
NumberFieldIncrement: () => Hr,
|
|
333
|
+
NumberFieldInput: () => Wr,
|
|
334
|
+
NumberFieldPrimitive: () => Xr,
|
|
335
|
+
NumberFieldScrubArea: () => Kr,
|
|
336
|
+
OTPField: () => Zr,
|
|
337
|
+
OTPFieldInput: () => Qr,
|
|
338
|
+
OTPFieldPrimitive: () => $r,
|
|
339
|
+
OTPFieldSeparator: () => ei,
|
|
340
|
+
Pagination: () => oi,
|
|
341
|
+
PaginationContent: () => ii,
|
|
342
|
+
PaginationEllipsis: () => si,
|
|
343
|
+
PaginationItem: () => ti,
|
|
344
|
+
PaginationLink: () => ni,
|
|
345
|
+
PaginationNext: () => ri,
|
|
346
|
+
PaginationPrevious: () => ai,
|
|
347
|
+
Popover: () => mi,
|
|
348
|
+
PopoverClose: () => ui,
|
|
349
|
+
PopoverContent: () => G,
|
|
350
|
+
PopoverCreateHandle: () => fi,
|
|
351
|
+
PopoverDescription: () => li,
|
|
352
|
+
PopoverPopup: () => G,
|
|
353
|
+
PopoverPrimitive: () => di,
|
|
354
|
+
PopoverTitle: () => pi,
|
|
355
|
+
PopoverTrigger: () => ci,
|
|
356
|
+
PreviewCard: () => K,
|
|
357
|
+
PreviewCardPopup: () => q,
|
|
358
|
+
PreviewCardPrimitive: () => hi,
|
|
359
|
+
PreviewCardTrigger: () => J,
|
|
360
|
+
Progress: () => _i,
|
|
361
|
+
ProgressIndicator: () => gi,
|
|
362
|
+
ProgressLabel: () => bi,
|
|
363
|
+
ProgressPrimitive: () => xi,
|
|
364
|
+
ProgressTrack: () => yi,
|
|
365
|
+
ProgressValue: () => vi,
|
|
366
|
+
Radio: () => Y,
|
|
367
|
+
RadioGroup: () => Si,
|
|
368
|
+
RadioGroupItem: () => Y,
|
|
369
|
+
RadioGroupPrimitive: () => wi,
|
|
370
|
+
RadioPrimitive: () => Ci,
|
|
371
|
+
ScrollArea: () => we,
|
|
372
|
+
ScrollAreaPrimitive: () => Se,
|
|
373
|
+
ScrollBar: () => Ce,
|
|
374
|
+
Select: () => Ti,
|
|
375
|
+
SelectButton: () => Ei,
|
|
376
|
+
SelectContent: () => X,
|
|
377
|
+
SelectGroup: () => Di,
|
|
378
|
+
SelectGroupLabel: () => Oi,
|
|
379
|
+
SelectItem: () => ki,
|
|
380
|
+
SelectLabel: () => Ai,
|
|
381
|
+
SelectPopup: () => X,
|
|
382
|
+
SelectPrimitive: () => ji,
|
|
383
|
+
SelectSeparator: () => Mi,
|
|
384
|
+
SelectTrigger: () => Ni,
|
|
385
|
+
SelectValue: () => Pi,
|
|
386
|
+
Separator: () => wr,
|
|
387
|
+
SeparatorPrimitive: () => Li,
|
|
388
|
+
Sheet: () => Zi,
|
|
389
|
+
SheetBackdrop: () => Ji,
|
|
390
|
+
SheetClose: () => Ki,
|
|
391
|
+
SheetContent: () => Yi,
|
|
392
|
+
SheetCreateHandle: () => Ui,
|
|
393
|
+
SheetDescription: () => Ri,
|
|
394
|
+
SheetFooter: () => qi,
|
|
395
|
+
SheetHeader: () => Xi,
|
|
396
|
+
SheetOverlay: () => Gi,
|
|
397
|
+
SheetPanel: () => $i,
|
|
398
|
+
SheetPopup: () => Bi,
|
|
399
|
+
SheetPortal: () => Hi,
|
|
400
|
+
SheetPrimitive: () => zi,
|
|
401
|
+
SheetTitle: () => Wi,
|
|
402
|
+
SheetTrigger: () => Qi,
|
|
403
|
+
SheetViewport: () => Vi,
|
|
404
|
+
Sidebar: () => ta,
|
|
405
|
+
SidebarContent: () => _a,
|
|
406
|
+
SidebarFooter: () => ua,
|
|
407
|
+
SidebarGroup: () => Sa,
|
|
408
|
+
SidebarGroupAction: () => ha,
|
|
409
|
+
SidebarGroupContent: () => ma,
|
|
410
|
+
SidebarGroupLabel: () => Ta,
|
|
411
|
+
SidebarHeader: () => Aa,
|
|
412
|
+
SidebarInput: () => Na,
|
|
413
|
+
SidebarInset: () => fa,
|
|
414
|
+
SidebarMenu: () => ka,
|
|
415
|
+
SidebarMenuAction: () => Da,
|
|
416
|
+
SidebarMenuBadge: () => wa,
|
|
417
|
+
SidebarMenuButton: () => pa,
|
|
418
|
+
SidebarMenuItem: () => xa,
|
|
419
|
+
SidebarMenuSkeleton: () => da,
|
|
420
|
+
SidebarMenuSub: () => va,
|
|
421
|
+
SidebarMenuSubButton: () => Ca,
|
|
422
|
+
SidebarMenuSubItem: () => Ea,
|
|
423
|
+
SidebarProvider: () => Oa,
|
|
424
|
+
SidebarRail: () => Ma,
|
|
425
|
+
SidebarSeparator: () => ga,
|
|
426
|
+
SidebarTrigger: () => ca,
|
|
427
|
+
Skeleton: () => za,
|
|
428
|
+
Slider: () => Va,
|
|
429
|
+
SliderPrimitive: () => Ha,
|
|
430
|
+
SliderValue: () => Ba,
|
|
431
|
+
Spinner: () => Be,
|
|
432
|
+
Switch: () => Ua,
|
|
433
|
+
SwitchPrimitive: () => Wa,
|
|
434
|
+
Table: () => Ka,
|
|
435
|
+
TableBody: () => Ya,
|
|
436
|
+
TableCaption: () => Qa,
|
|
437
|
+
TableCell: () => Ja,
|
|
438
|
+
TableFooter: () => Ga,
|
|
439
|
+
TableHead: () => Xa,
|
|
440
|
+
TableHeader: () => Za,
|
|
441
|
+
TableRow: () => qa,
|
|
442
|
+
Tabs: () => to,
|
|
443
|
+
TabsContent: () => $,
|
|
444
|
+
TabsList: () => eo,
|
|
445
|
+
TabsPanel: () => $,
|
|
446
|
+
TabsPrimitive: () => $a,
|
|
447
|
+
TabsTab: () => Q,
|
|
448
|
+
TabsTrigger: () => Q,
|
|
449
|
+
Textarea: () => Er,
|
|
450
|
+
ToastPrimitive: () => io,
|
|
451
|
+
ToastProvider: () => oo,
|
|
452
|
+
Toggle: () => lo,
|
|
453
|
+
ToggleGroup: () => po,
|
|
454
|
+
ToggleGroupContext: () => fo,
|
|
455
|
+
ToggleGroupItem: () => ho,
|
|
456
|
+
ToggleGroupPrimitive: () => go,
|
|
457
|
+
ToggleGroupSeparator: () => mo,
|
|
458
|
+
TogglePrimitive: () => uo,
|
|
459
|
+
Toolbar: () => _o,
|
|
460
|
+
ToolbarButton: () => vo,
|
|
461
|
+
ToolbarGroup: () => yo,
|
|
462
|
+
ToolbarInput: () => bo,
|
|
463
|
+
ToolbarLink: () => xo,
|
|
464
|
+
ToolbarPrimitive: () => So,
|
|
465
|
+
ToolbarSeparator: () => Co,
|
|
466
|
+
Tooltip: () => Ra,
|
|
467
|
+
TooltipContent: () => Z,
|
|
468
|
+
TooltipCreateHandle: () => Ia,
|
|
469
|
+
TooltipPopup: () => Z,
|
|
470
|
+
TooltipPrimitive: () => Fa,
|
|
471
|
+
TooltipProvider: () => Pa,
|
|
472
|
+
TooltipTrigger: () => La,
|
|
473
|
+
anchoredToastManager: () => ro,
|
|
474
|
+
badgeVariants: () => y,
|
|
475
|
+
buttonVariants: () => Ve,
|
|
476
|
+
groupVariants: () => Tr,
|
|
477
|
+
removeSidebarInstance: () => na,
|
|
478
|
+
selectTriggerIconClassName: () => Fi,
|
|
479
|
+
selectTriggerVariants: () => Ii,
|
|
480
|
+
setSidebarOpenAtom: () => oa,
|
|
481
|
+
setSidebarOpenMobileAtom: () => ba,
|
|
482
|
+
sidebarIsMobileAtom: () => ea,
|
|
483
|
+
sidebarOpenAtom: () => ya,
|
|
484
|
+
sidebarOpenMobileAtom: () => ia,
|
|
485
|
+
sidebarStateAtom: () => aa,
|
|
486
|
+
toastManager: () => no,
|
|
487
|
+
toggleSidebarAtom: () => sa,
|
|
488
|
+
toggleVariants: () => co,
|
|
489
|
+
useAutocompleteFilter: () => Te,
|
|
490
|
+
useComboboxFilter: () => xt,
|
|
491
|
+
useSidebar: () => ja,
|
|
492
|
+
useSidebarActions: () => la,
|
|
493
|
+
useSidebarState: () => ra,
|
|
494
|
+
useToastManager: () => ao
|
|
495
|
+
});
|
|
496
|
+
//#endregion
|
|
497
|
+
export { te as Accordion, e as AccordionContent, e as AccordionPanel, ne as AccordionItem, re as AccordionPrimitive, ie as AccordionTrigger, ge as Alert, _e as AlertAction, ve as AlertDescription, ae as AlertDialog, t as AlertDialogBackdrop, t as AlertDialogOverlay, oe as AlertDialogClose, n as AlertDialogContent, n as AlertDialogPopup, se as AlertDialogCreateHandle, ce as AlertDialogDescription, le as AlertDialogFooter, ue as AlertDialogHeader, de as AlertDialogPortal, fe as AlertDialogPrimitive, pe as AlertDialogTitle, me as AlertDialogTrigger, he as AlertDialogViewport, ye as AlertTitle, so as AnchoredToastProvider, l as Autocomplete, i as AutocompleteClear, s as AutocompleteCollection, Me as AutocompleteEmpty, Ee as AutocompleteGroup, a as AutocompleteGroupLabel, c as AutocompleteInput, De as AutocompleteItem, Ne as AutocompleteList, u as AutocompletePopup, Oe as AutocompletePrimitive, ke as AutocompleteRow, o as AutocompleteSeparator, r as AutocompleteStatus, je as AutocompleteTrigger, Ae as AutocompleteValue, d as Avatar, f as AvatarBadge, p as AvatarFallback, m as AvatarGroup, h as AvatarGroupCount, g as AvatarImage, _ as AvatarPrimitive, v as Badge, Re as Breadcrumb, ze as BreadcrumbEllipsis, b as BreadcrumbItem, Pe as BreadcrumbLink, Ie as BreadcrumbList, Le as BreadcrumbPage, Fe as BreadcrumbSeparator, He as Button, T as ButtonGroup, T as Group, E as ButtonGroupSeparator, E as GroupSeparator, D as ButtonGroupText, D as GroupText, Ue as Calendar, We as Card, Ge as CardAction, x as CardContent, x as CardPanel, Ke as CardDescription, qe as CardFooter, Je as CardFrame, Ye as CardFrameAction, Xe as CardFrameDescription, Ze as CardFrameFooter, Qe as CardFrameHeader, $e as CardFrameTitle, et as CardHeader, tt as CardTitle, it as Checkbox, nt as CheckboxGroup, rt as CheckboxGroupPrimitive, at as CheckboxPrimitive, ot as Collapsible, S as CollapsibleContent, S as CollapsiblePanel, st as CollapsiblePrimitive, ct as CollapsibleTrigger, kt as Combobox, wt as ComboboxChip, vt as ComboboxChipRemove, dt as ComboboxChips, ft as ComboboxChipsInput, Ot as ComboboxClear, St as ComboboxCollection, lt as ComboboxContext, mt as ComboboxEmpty, Ct as ComboboxGroup, ht as ComboboxGroupLabel, ut as ComboboxInput, _t as ComboboxItem, pt as ComboboxList, gt as ComboboxPopup, Et as ComboboxPrimitive, Dt as ComboboxRow, bt as ComboboxSeparator, Tt as ComboboxStatus, At as ComboboxTrigger, yt as ComboboxValue, jt as Command, Mt as CommandCollection, Nt as CommandCreateHandle, Pt as CommandDialog, Ft as CommandDialogBackdrop, It as CommandDialogPopup, Lt as CommandDialogPortal, Rt as CommandDialogPrimitive, zt as CommandDialogTrigger, Bt as CommandDialogViewport, Vt as CommandEmpty, Ht as CommandFooter, Ut as CommandGroup, Wt as CommandGroupLabel, Gt as CommandInput, Kt as CommandItem, qt as CommandList, Jt as CommandPanel, Yt as CommandSeparator, Xt as CommandShortcut, Zt as ContextMenu, Qt as ContextMenuCheckboxItem, $t as ContextMenuGroup, en as ContextMenuGroupLabel, tn as ContextMenuItem, nn as ContextMenuLinkItem, rn as ContextMenuPopup, an as ContextMenuPortal, on as ContextMenuPrimitive, sn as ContextMenuRadioGroup, cn as ContextMenuRadioItem, ln as ContextMenuSeparator, un as ContextMenuShortcut, dn as ContextMenuSub, fn as ContextMenuSubPopup, pn as ContextMenuSubTrigger, mn as ContextMenuTrigger, Jr as CursorGrowIcon, vn as Dialog, C as DialogBackdrop, C as DialogOverlay, En as DialogClose, w as DialogContent, w as DialogPopup, Cn as DialogCreateHandle, wn as DialogDescription, hn as DialogFooter, Sn as DialogHeader, xn as DialogPanel, bn as DialogPortal, Tn as DialogPrimitive, yn as DialogTitle, _n as DialogTrigger, gn as DialogViewport, An as Drawer, Nn as DrawerBackdrop, Yn as DrawerBar, kn as DrawerClose, Ln as DrawerContent, On as DrawerCreateHandle, In as DrawerDescription, Vn as DrawerFooter, Rn as DrawerHeader, Jn as DrawerMenu, zn as DrawerMenuCheckboxItem, Kn as DrawerMenuGroup, Un as DrawerMenuGroupLabel, Bn as DrawerMenuItem, Gn as DrawerMenuRadioGroup, Hn as DrawerMenuRadioItem, Pn as DrawerMenuSeparator, Mn as DrawerMenuTrigger, Fn as DrawerPanel, jn as DrawerPopup, Xn as DrawerPortal, qn as DrawerPrimitive, Zn as DrawerSwipeArea, Wn as DrawerTitle, Dn as DrawerTrigger, Qn as DrawerViewport, O as DropdownMenu, O as Menu, k as DropdownMenuCheckboxItem, k as MenuCheckboxItem, A as DropdownMenuContent, A as MenuPopup, j as DropdownMenuCreateHandle, j as MenuCreateHandle, M as DropdownMenuGroup, M as MenuGroup, N as DropdownMenuItem, N as MenuItem, P as DropdownMenuLabel, P as MenuGroupLabel, F as DropdownMenuPortal, F as MenuPortal, I as DropdownMenuRadioGroup, I as MenuRadioGroup, L as DropdownMenuRadioItem, L as MenuRadioItem, R as DropdownMenuSeparator, R as MenuSeparator, z as DropdownMenuShortcut, z as MenuShortcut, B as DropdownMenuSub, B as MenuSub, V as DropdownMenuSubContent, V as MenuSubPopup, H as DropdownMenuSubTrigger, H as MenuSubTrigger, U as DropdownMenuTrigger, U as MenuTrigger, nr as Empty, ir as EmptyContent, tr as EmptyDescription, $n as EmptyHeader, er as EmptyMedia, rr as EmptyTitle, ar as Field, or as FieldControl, sr as FieldDescription, cr as FieldError, lr as FieldItem, ur as FieldLabel, dr as FieldPrimitive, fr as FieldValidity, mr as Fieldset, pr as FieldsetLegend, hr as FieldsetPrimitive, gr as Form, _r as FormPrimitive, vr as Frame, yr as FrameDescription, br as FrameFooter, xr as FrameHeader, Sr as FramePanel, Cr as FrameTitle, K as HoverCard, K as PreviewCard, q as HoverCardContent, q as PreviewCardPopup, J as HoverCardTrigger, J as PreviewCardTrigger, be as Input, Dr as InputGroup, Or as InputGroupAddon, kr as InputGroupInput, Ar as InputGroupText, jr as InputGroupTextarea, xe as InputPrimitive, Mr as Kbd, Nr as KbdGroup, Pr as Label, Fr as MenuLinkItem, Ir as MenuPrimitive, Lr as Meter, W as MeterIndicator, Br as MeterLabel, Vr as MeterPrimitive, zr as MeterTrack, Rr as MeterValue, Ur as NumberField, Gr as NumberFieldContext, qr as NumberFieldDecrement, Yr as NumberFieldGroup, Hr as NumberFieldIncrement, Wr as NumberFieldInput, Xr as NumberFieldPrimitive, Kr as NumberFieldScrubArea, Zr as OTPField, Qr as OTPFieldInput, $r as OTPFieldPrimitive, ei as OTPFieldSeparator, oi as Pagination, ii as PaginationContent, si as PaginationEllipsis, ti as PaginationItem, ni as PaginationLink, ri as PaginationNext, ai as PaginationPrevious, mi as Popover, ui as PopoverClose, G as PopoverContent, G as PopoverPopup, fi as PopoverCreateHandle, li as PopoverDescription, di as PopoverPrimitive, pi as PopoverTitle, ci as PopoverTrigger, hi as PreviewCardPrimitive, _i as Progress, gi as ProgressIndicator, bi as ProgressLabel, xi as ProgressPrimitive, yi as ProgressTrack, vi as ProgressValue, Y as Radio, Y as RadioGroupItem, Si as RadioGroup, wi as RadioGroupPrimitive, Ci as RadioPrimitive, we as ScrollArea, Se as ScrollAreaPrimitive, Ce as ScrollBar, Ti as Select, Ei as SelectButton, X as SelectContent, X as SelectPopup, Di as SelectGroup, Oi as SelectGroupLabel, ki as SelectItem, Ai as SelectLabel, ji as SelectPrimitive, Mi as SelectSeparator, Ni as SelectTrigger, Pi as SelectValue, wr as Separator, Li as SeparatorPrimitive, Zi as Sheet, Ji as SheetBackdrop, Ki as SheetClose, Yi as SheetContent, Ui as SheetCreateHandle, Ri as SheetDescription, qi as SheetFooter, Xi as SheetHeader, Gi as SheetOverlay, $i as SheetPanel, Bi as SheetPopup, Hi as SheetPortal, zi as SheetPrimitive, Wi as SheetTitle, Qi as SheetTrigger, Vi as SheetViewport, ta as Sidebar, _a as SidebarContent, ua as SidebarFooter, Sa as SidebarGroup, ha as SidebarGroupAction, ma as SidebarGroupContent, Ta as SidebarGroupLabel, Aa as SidebarHeader, Na as SidebarInput, fa as SidebarInset, ka as SidebarMenu, Da as SidebarMenuAction, wa as SidebarMenuBadge, pa as SidebarMenuButton, xa as SidebarMenuItem, da as SidebarMenuSkeleton, va as SidebarMenuSub, Ca as SidebarMenuSubButton, Ea as SidebarMenuSubItem, Oa as SidebarProvider, Ma as SidebarRail, ga as SidebarSeparator, ca as SidebarTrigger, za as Skeleton, Va as Slider, Ha as SliderPrimitive, Ba as SliderValue, Be as Spinner, Ua as Switch, Wa as SwitchPrimitive, Ka as Table, Ya as TableBody, Qa as TableCaption, Ja as TableCell, Ga as TableFooter, Xa as TableHead, Za as TableHeader, qa as TableRow, to as Tabs, $ as TabsContent, $ as TabsPanel, eo as TabsList, $a as TabsPrimitive, Q as TabsTab, Q as TabsTrigger, Er as Textarea, io as ToastPrimitive, oo as ToastProvider, lo as Toggle, po as ToggleGroup, fo as ToggleGroupContext, ho as ToggleGroupItem, go as ToggleGroupPrimitive, mo as ToggleGroupSeparator, uo as TogglePrimitive, _o as Toolbar, vo as ToolbarButton, yo as ToolbarGroup, bo as ToolbarInput, xo as ToolbarLink, So as ToolbarPrimitive, Co as ToolbarSeparator, Ra as Tooltip, Z as TooltipContent, Z as TooltipPopup, Ia as TooltipCreateHandle, Fa as TooltipPrimitive, Pa as TooltipProvider, La as TooltipTrigger, ro as anchoredToastManager, y as badgeVariants, Ve as buttonVariants, Tr as groupVariants, na as removeSidebarInstance, Fi as selectTriggerIconClassName, Ii as selectTriggerVariants, oa as setSidebarOpenAtom, ba as setSidebarOpenMobileAtom, ea as sidebarIsMobileAtom, ya as sidebarOpenAtom, ia as sidebarOpenMobileAtom, aa as sidebarStateAtom, wo as t, no as toastManager, sa as toggleSidebarAtom, co as toggleVariants, Te as useAutocompleteFilter, xt as useComboboxFilter, ja as useSidebar, la as useSidebarActions, ra as useSidebarState, ao as useToastManager };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '../components/ui/input-group';
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { t as e } from "../utils-BO0qfoA6.js";
|
|
2
|
+
import { Input as t } from "../input.js";
|
|
3
|
+
import { n } from "../textarea-CxycYTkF.js";
|
|
4
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
5
|
+
import { cva as i } from "class-variance-authority";
|
|
6
|
+
//#region src/components/ui/input-group.tsx
|
|
7
|
+
var a = i("flex h-auto cursor-text select-none items-center justify-center gap-2 leading-none [&>kbd]:rounded-[calc(var(--radius)-5px)] in-[[data-slot=input-group]:has([data-slot=input-control],[data-slot=textarea-control])]:[&_svg:not([class*='size-'])]:size-4.5 sm:in-[[data-slot=input-group]:has([data-slot=input-control],[data-slot=textarea-control])]:[&_svg:not([class*='size-'])]:size-4 [&_svg]:-mx-0.5 not-has-[button]:**:[svg:not([class*='opacity-'])]:opacity-80", {
|
|
8
|
+
defaultVariants: { align: "inline-start" },
|
|
9
|
+
variants: { align: {
|
|
10
|
+
"block-end": "order-last w-full justify-start px-[calc(--spacing(3)-1px)] pb-[calc(--spacing(3)-1px)] [.border-t]:pt-[calc(--spacing(3)-1px)] [[data-size=sm]+&]:px-[calc(--spacing(2.5)-1px)]",
|
|
11
|
+
"block-start": "order-first w-full justify-start px-[calc(--spacing(3)-1px)] pt-[calc(--spacing(3)-1px)] [.border-b]:pb-[calc(--spacing(3)-1px)] [[data-size=sm]+&]:px-[calc(--spacing(2.5)-1px)]",
|
|
12
|
+
"inline-end": "order-last pe-[calc(--spacing(3)-1px)] has-[>:last-child[data-slot=badge]]:-me-1.5 has-[>button]:-me-2 has-[>kbd:last-child]:me-[-0.35rem] [[data-size=sm]+&]:pe-[calc(--spacing(2.5)-1px)]",
|
|
13
|
+
"inline-start": "order-first ps-[calc(--spacing(3)-1px)] has-[>:last-child[data-slot=badge]]:-ms-1.5 has-[>button]:-ms-2 has-[>kbd:last-child]:ms-[-0.35rem] [[data-size=sm]+&]:ps-[calc(--spacing(2.5)-1px)]"
|
|
14
|
+
} }
|
|
15
|
+
});
|
|
16
|
+
function o({ className: t, ...n }) {
|
|
17
|
+
return /* @__PURE__ */ r("div", {
|
|
18
|
+
className: e("relative inline-flex w-full min-w-0 items-center rounded-md border border-input bg-background not-dark:bg-clip-padding text-base text-foreground shadow-xs/5 ring-ring/24 transition-shadow before:pointer-events-none before:absolute before:inset-0 before:rounded-[calc(var(--radius-md)-1px)] not-has-[input:disabled,textarea:disabled]:not-has-[input:focus-visible,textarea:focus-visible]:not-has-[input[aria-invalid],textarea[aria-invalid]]:before:shadow-[0_1px_--theme(--color-black/4%)] has-[input:focus-visible,textarea:focus-visible]:has-[input[aria-invalid],textarea[aria-invalid]]:border-destructive/64 has-[input:focus-visible,textarea:focus-visible]:has-[input[aria-invalid],textarea[aria-invalid]]:ring-destructive/16 has-[textarea]:h-auto has-data-[align=block-end]:h-auto has-data-[align=block-start]:h-auto has-data-[align=block-end]:flex-col has-data-[align=block-start]:flex-col has-[input:focus-visible,textarea:focus-visible]:border-ring has-[input[aria-invalid],textarea[aria-invalid]]:border-destructive/36 has-autofill:bg-foreground/4 has-[input:disabled,textarea:disabled]:opacity-64 has-[input:disabled,textarea:disabled,input:focus-visible,textarea:focus-visible,input[aria-invalid],textarea[aria-invalid]]:shadow-none has-[input:focus-visible,textarea:focus-visible]:ring-[3px] sm:text-sm dark:bg-input/32 dark:has-autofill:bg-foreground/8 dark:has-[input[aria-invalid],textarea[aria-invalid]]:ring-destructive/24 dark:not-has-[input:disabled,textarea:disabled]:not-has-[input:focus-visible,textarea:focus-visible]:not-has-[input[aria-invalid],textarea[aria-invalid]]:before:shadow-[0_-1px_--theme(--color-white/6%)] has-data-[align=inline-start]:**:[[data-size=sm]_input]:ps-1.5 has-data-[align=inline-end]:**:[[data-size=sm]_input]:pe-1.5 *:[[data-slot=input-control],[data-slot=textarea-control]]:contents *:[[data-slot=input-control],[data-slot=textarea-control]]:before:hidden has-[[data-align=block-start],[data-align=block-end]]:**:[input]:h-auto has-data-[align=inline-start]:**:[input]:ps-2 has-data-[align=inline-end]:**:[input]:pe-2 has-data-[align=block-end]:**:[input]:pt-1.5 has-data-[align=block-start]:**:[input]:pb-1.5 **:[textarea]:min-h-20.5 **:[textarea]:resize-none **:[textarea]:py-[calc(--spacing(3)-1px)] **:[textarea]:max-sm:min-h-23.5 **:[textarea_button]:rounded-[calc(var(--radius-md)-1px)]", t),
|
|
19
|
+
"data-slot": "input-group",
|
|
20
|
+
role: "group",
|
|
21
|
+
...n
|
|
22
|
+
});
|
|
23
|
+
}
|
|
24
|
+
function s({ className: t, align: n = "inline-start", ...i }) {
|
|
25
|
+
return /* @__PURE__ */ r("div", {
|
|
26
|
+
className: e(a({ align: n }), t),
|
|
27
|
+
"data-align": n,
|
|
28
|
+
"data-slot": "input-group-addon",
|
|
29
|
+
onMouseDown: (e) => {
|
|
30
|
+
if (e.target.closest("button, a, input, select, textarea, [role='button'], [role='combobox'], [role='listbox'], [data-slot='select-trigger']")) return;
|
|
31
|
+
e.preventDefault();
|
|
32
|
+
let t = e.currentTarget.parentElement, n = t?.querySelector("input, textarea");
|
|
33
|
+
n && !t?.querySelector("input:focus, textarea:focus") && n.focus();
|
|
34
|
+
},
|
|
35
|
+
...i
|
|
36
|
+
});
|
|
37
|
+
}
|
|
38
|
+
function c({ className: t, ...n }) {
|
|
39
|
+
return /* @__PURE__ */ r("span", {
|
|
40
|
+
className: e("line-clamp-1 flex items-center gap-2 whitespace-nowrap text-muted-foreground leading-none in-[[data-slot=input-group]:has([data-slot=input-control],[data-slot=textarea-control])]:[&_svg:not([class*='size-'])]:size-4.5 sm:in-[[data-slot=input-group]:has([data-slot=input-control],[data-slot=textarea-control])]:[&_svg:not([class*='size-'])]:size-4 [&_svg]:pointer-events-none [&_svg]:-mx-0.5", t),
|
|
41
|
+
...n
|
|
42
|
+
});
|
|
43
|
+
}
|
|
44
|
+
function l({ className: e, ...n }) {
|
|
45
|
+
return /* @__PURE__ */ r(t, {
|
|
46
|
+
className: e,
|
|
47
|
+
unstyled: !0,
|
|
48
|
+
...n
|
|
49
|
+
});
|
|
50
|
+
}
|
|
51
|
+
function u({ className: e, ...t }) {
|
|
52
|
+
return /* @__PURE__ */ r(n, {
|
|
53
|
+
className: e,
|
|
54
|
+
unstyled: !0,
|
|
55
|
+
...t
|
|
56
|
+
});
|
|
57
|
+
}
|
|
58
|
+
//#endregion
|
|
59
|
+
export { o as InputGroup, s as InputGroupAddon, l as InputGroupInput, c as InputGroupText, u as InputGroupTextarea };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '../components/ui/kbd';
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { t as e } from "../utils-BO0qfoA6.js";
|
|
2
|
+
import { jsx as t } from "react/jsx-runtime";
|
|
3
|
+
//#region src/components/ui/kbd.tsx
|
|
4
|
+
function n({ className: n, ...r }) {
|
|
5
|
+
return /* @__PURE__ */ t("kbd", {
|
|
6
|
+
className: e("pointer-events-none inline-flex h-5 min-w-5 select-none items-center justify-center gap-1 rounded-[.35rem] font-medium font-sans text-muted-foreground text-xs [&_svg:not([class*='size-'])]:size-3 border border-border bg-black/5 px-1", "shadow-[inset_0_-1px_0_rgb(0_0_0/0.08)] dark:border-white/10 dark:bg-white/6 dark:shadow-[inset_0_-1px_0_rgb(0_0_0/0.4)]", n),
|
|
7
|
+
"data-slot": "kbd",
|
|
8
|
+
...r
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
function r({ className: n, ...r }) {
|
|
12
|
+
return /* @__PURE__ */ t("kbd", {
|
|
13
|
+
className: e("inline-flex items-center gap-1", n),
|
|
14
|
+
"data-slot": "kbd-group",
|
|
15
|
+
...r
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
//#endregion
|
|
19
|
+
export { n as Kbd, r as KbdGroup };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '../components/ui/label';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '../components/ui/menu';
|