@devalok/shilp-sutra 0.53.0 → 0.55.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/AGENTS.md +7 -1
- package/BREAKING.json +29 -0
- package/MIGRATION.md +83 -0
- package/dist/_chunks/badge-group.js +1 -1
- package/dist/_chunks/popover.js +38 -37
- package/dist/_chunks/popover.js.map +1 -1
- package/dist/_chunks/primitives/react-accordion.js +270 -0
- package/dist/_chunks/primitives/react-accordion.js.map +1 -0
- package/dist/_chunks/primitives/react-alert-dialog.js +857 -0
- package/dist/_chunks/primitives/react-alert-dialog.js.map +1 -0
- package/dist/_chunks/primitives/react-aspect-ratio.js +32 -0
- package/dist/_chunks/primitives/react-aspect-ratio.js.map +1 -0
- package/dist/_chunks/primitives/react-avatar.js +69 -0
- package/dist/_chunks/primitives/react-avatar.js.map +1 -0
- package/dist/_chunks/primitives/react-checkbox.js +151 -0
- package/dist/_chunks/primitives/react-checkbox.js.map +1 -0
- package/dist/_chunks/primitives/react-context-menu.js +905 -0
- package/dist/_chunks/primitives/react-context-menu.js.map +1 -0
- package/dist/_chunks/primitives/react-dropdown-menu.js +220 -0
- package/dist/_chunks/primitives/react-dropdown-menu.js.map +1 -0
- package/dist/_chunks/primitives/react-hover-card.js +153 -0
- package/dist/_chunks/primitives/react-hover-card.js.map +1 -0
- package/dist/_chunks/primitives/react-label.js +16 -0
- package/dist/_chunks/primitives/react-label.js.map +1 -0
- package/dist/_chunks/primitives/react-menubar.js +304 -0
- package/dist/_chunks/primitives/react-menubar.js.map +1 -0
- package/dist/_chunks/primitives/react-navigation-menu.js +560 -0
- package/dist/_chunks/primitives/react-navigation-menu.js.map +1 -0
- package/dist/_chunks/primitives/react-popover.js +186 -0
- package/dist/_chunks/primitives/react-popover.js.map +1 -0
- package/dist/_chunks/primitives/react-progress.js +70 -0
- package/dist/_chunks/primitives/react-progress.js.map +1 -0
- package/dist/_chunks/primitives/react-radio-group.js +170 -0
- package/dist/_chunks/primitives/react-radio-group.js.map +1 -0
- package/dist/_chunks/primitives/react-select.js +671 -0
- package/dist/_chunks/primitives/react-select.js.map +1 -0
- package/dist/_chunks/primitives/react-separator.js +24 -0
- package/dist/_chunks/primitives/react-separator.js.map +1 -0
- package/dist/_chunks/primitives/react-slider.js +349 -0
- package/dist/_chunks/primitives/react-slider.js.map +1 -0
- package/dist/_chunks/primitives/react-switch.js +92 -0
- package/dist/_chunks/primitives/react-switch.js.map +1 -0
- package/dist/_chunks/primitives/react-tabs.js +114 -0
- package/dist/_chunks/primitives/react-tabs.js.map +1 -0
- package/dist/_chunks/primitives/react-toggle-group.js +122 -0
- package/dist/_chunks/primitives/react-toggle-group.js.map +1 -0
- package/dist/_chunks/primitives/react-toggle.js +28 -0
- package/dist/_chunks/primitives/react-toggle.js.map +1 -0
- package/dist/_chunks/primitives/react-tooltip.js +341 -0
- package/dist/_chunks/primitives/react-tooltip.js.map +1 -0
- package/dist/_chunks/primitives-internal.js +2071 -0
- package/dist/_chunks/primitives-internal.js.map +1 -0
- package/dist/_chunks/shared.js +32 -32
- package/dist/_chunks/tiptap.js +1 -1
- package/dist/ai/ai-command-provider.d.ts +2 -3
- package/dist/ai/block-renderer.d.ts +1 -2
- package/dist/ai/blocks/block-shell.d.ts +0 -1
- package/dist/ai/blocks/block-table.d.ts +1 -2
- package/dist/ai/blocks/confirm.d.ts +1 -2
- package/dist/ai/blocks/divider.d.ts +1 -2
- package/dist/ai/blocks/error.d.ts +1 -2
- package/dist/ai/blocks/index.d.ts +7 -8
- package/dist/ai/blocks/info.d.ts +1 -2
- package/dist/ai/blocks/loading.d.ts +1 -2
- package/dist/ai/blocks/stat-row.d.ts +1 -2
- package/dist/ai/blocks/success.d.ts +1 -2
- package/dist/ai/blocks/text.d.ts +1 -2
- package/dist/ai/command-bar.d.ts +1 -2
- package/dist/ai/conversation.d.ts +2 -3
- package/dist/ai/devadoot-icon.d.ts +0 -1
- package/dist/ai/index.d.ts +16 -17
- package/dist/ai/types.js +1 -0
- package/dist/composed/activity-feed.d.ts +1 -2
- package/dist/composed/avatar-group.d.ts +11 -10
- package/dist/composed/avatar-group.d.ts.map +1 -1
- package/dist/composed/avatar-group.js +108 -140
- package/dist/composed/avatar-group.js.map +1 -1
- package/dist/composed/bulk-action-bar.d.ts +20 -13
- package/dist/composed/bulk-action-bar.d.ts.map +1 -1
- package/dist/composed/bulk-action-bar.js +81 -110
- package/dist/composed/bulk-action-bar.js.map +1 -1
- package/dist/composed/command-palette.d.ts +1 -2
- package/dist/composed/confirm-dialog.d.ts +0 -1
- package/dist/composed/date-picker/calendar-grid.d.ts +0 -1
- package/dist/composed/date-picker/date-picker.d.ts +0 -1
- package/dist/composed/date-picker/date-range-picker.d.ts +1 -2
- package/dist/composed/date-picker/date-time-picker.d.ts +0 -1
- package/dist/composed/date-picker/index.d.ts +17 -18
- package/dist/composed/date-picker/month-picker.d.ts +0 -1
- package/dist/composed/date-picker/presets.d.ts +0 -1
- package/dist/composed/date-picker/time-picker.d.ts +0 -1
- package/dist/composed/date-picker/use-calendar.d.ts +0 -1
- package/dist/composed/date-picker/year-picker.d.ts +0 -1
- package/dist/composed/deadline-indicator.d.ts +0 -1
- package/dist/composed/diff.d.ts +0 -1
- package/dist/composed/emoji-picker.d.ts +0 -1
- package/dist/composed/empty-state.d.ts +1 -2
- package/dist/composed/error-boundary.d.ts +15 -4
- package/dist/composed/error-boundary.d.ts.map +1 -1
- package/dist/composed/error-boundary.js +43 -26
- package/dist/composed/error-boundary.js.map +1 -1
- package/dist/composed/extensions/emoji-data.d.ts +0 -1
- package/dist/composed/extensions/emoji-node.d.ts +0 -1
- package/dist/composed/extensions/emoji-suggestion.d.ts +1 -2
- package/dist/composed/extensions/file-attachment.d.ts +0 -1
- package/dist/composed/extensions/mention-suggestion.d.ts +1 -2
- package/dist/composed/extensions/slash-command.d.ts +0 -1
- package/dist/composed/file-preview/audio-preview.d.ts +0 -1
- package/dist/composed/file-preview/document-preview.d.ts +0 -1
- package/dist/composed/file-preview/embed-preview.d.ts +0 -1
- package/dist/composed/file-preview/image-preview.d.ts +0 -1
- package/dist/composed/file-preview/shared.d.ts +0 -1
- package/dist/composed/file-preview/video-preview.d.ts +0 -1
- package/dist/composed/file-preview.d.ts +0 -1
- package/dist/composed/filter-bar.d.ts +0 -1
- package/dist/composed/form-section.d.ts +0 -1
- package/dist/composed/global-loading.d.ts +0 -1
- package/dist/composed/index.d.ts +49 -50
- package/dist/composed/inline-edit.d.ts +0 -1
- package/dist/composed/loading-skeleton.d.ts +2 -0
- package/dist/composed/loading-skeleton.d.ts.map +1 -1
- package/dist/composed/loading-skeleton.js +79 -56
- package/dist/composed/loading-skeleton.js.map +1 -1
- package/dist/composed/markdown-viewer.d.ts +0 -1
- package/dist/composed/master-detail.d.ts +21 -9
- package/dist/composed/master-detail.d.ts.map +1 -1
- package/dist/composed/master-detail.js +91 -77
- package/dist/composed/master-detail.js.map +1 -1
- package/dist/composed/member-picker.d.ts +0 -1
- package/dist/composed/multi-select-popover.d.ts +0 -1
- package/dist/composed/page-skeletons.d.ts +6 -0
- package/dist/composed/page-skeletons.d.ts.map +1 -1
- package/dist/composed/page-skeletons.js +93 -71
- package/dist/composed/page-skeletons.js.map +1 -1
- package/dist/composed/priority-indicator.d.ts +0 -1
- package/dist/composed/responsive-modal.d.ts +1 -2
- package/dist/composed/responsive-modal.js +47 -47
- package/dist/composed/rich-chat-input/attachment-strip.d.ts +0 -1
- package/dist/composed/rich-chat-input/audio-player.d.ts +0 -1
- package/dist/composed/rich-chat-input/audio-waveform.d.ts +0 -1
- package/dist/composed/rich-chat-input/chat-toolbar.d.ts +0 -1
- package/dist/composed/rich-chat-input/recording-overlay.d.ts +0 -1
- package/dist/composed/rich-chat-input/reply-banner.d.ts +0 -1
- package/dist/composed/rich-chat-input/schedule-send.d.ts +0 -1
- package/dist/composed/rich-chat-input/use-voice-recorder.d.ts +0 -1
- package/dist/composed/rich-chat-input.d.ts +9 -10
- package/dist/composed/rich-chat-input.js +1 -1
- package/dist/composed/rich-text-editor.d.ts +1 -2
- package/dist/composed/schedule-view.d.ts +0 -1
- package/dist/composed/simple-tooltip.d.ts +0 -1
- package/dist/composed/status-badge.d.ts +1 -2
- package/dist/hooks/index.d.ts +6 -7
- package/dist/hooks/use-color-mode.d.ts +0 -1
- package/dist/hooks/use-mobile.d.ts +0 -1
- package/dist/hooks/use-touch-device.d.ts +0 -1
- package/dist/hooks/use-viewport-height.d.ts +0 -1
- package/dist/motion/check-motion-provider.d.ts +0 -1
- package/dist/motion/index.d.ts +2 -3
- package/dist/motion/motion-provider.d.ts +1 -2
- package/dist/motion/primitives-index.d.ts +1 -2
- package/dist/motion/primitives.d.ts +1 -2
- package/dist/primitives/_internal/react-arrow.d.ts +1 -1
- package/dist/primitives/_internal/react-collection.d.ts +2 -2
- package/dist/primitives/_internal/react-dismissable-layer.d.ts +1 -1
- package/dist/primitives/_internal/react-focus-scope.d.ts +1 -1
- package/dist/primitives/_internal/react-popper.d.ts +4 -4
- package/dist/primitives/_internal/react-portal.d.ts +1 -1
- package/dist/primitives/_internal/react-use-rect.d.ts +1 -1
- package/dist/primitives/react-accordion.d.ts +3 -3
- package/dist/primitives/react-alert-dialog.d.ts +2 -2
- package/dist/primitives/react-aspect-ratio.d.ts +1 -1
- package/dist/primitives/react-avatar.d.ts +2 -2
- package/dist/primitives/react-checkbox.d.ts +3 -3
- package/dist/primitives/react-collapsible.d.ts +2 -2
- package/dist/primitives/react-context-menu.d.ts +3 -3
- package/dist/primitives/react-dialog.d.ts +5 -5
- package/dist/primitives/react-dropdown-menu.d.ts +3 -3
- package/dist/primitives/react-hover-card.d.ts +5 -5
- package/dist/primitives/react-label.d.ts +1 -1
- package/dist/primitives/react-menu.d.ts +7 -7
- package/dist/primitives/react-menubar.d.ts +5 -5
- package/dist/primitives/react-navigation-menu.d.ts +5 -5
- package/dist/primitives/react-popover.d.ts +6 -6
- package/dist/primitives/react-progress.d.ts +2 -2
- package/dist/primitives/react-radio-group.d.ts +3 -3
- package/dist/primitives/react-roving-focus.d.ts +2 -2
- package/dist/primitives/react-select.d.ts +6 -6
- package/dist/primitives/react-separator.d.ts +1 -1
- package/dist/primitives/react-slider.d.ts +2 -2
- package/dist/primitives/react-switch.d.ts +2 -2
- package/dist/primitives/react-tabs.d.ts +3 -3
- package/dist/primitives/react-toast.d.ts +3 -3
- package/dist/primitives/react-toggle-group.d.ts +4 -4
- package/dist/primitives/react-toggle.d.ts +1 -1
- package/dist/primitives/react-tooltip.d.ts +5 -5
- package/dist/primitives/react-visually-hidden.d.ts +1 -1
- package/dist/shell/app-command-palette.d.ts +2 -3
- package/dist/shell/bottom-navbar.d.ts +1 -2
- package/dist/shell/command-registry.d.ts +1 -2
- package/dist/shell/index.d.ts +12 -11
- package/dist/shell/index.d.ts.map +1 -1
- package/dist/shell/index.js +2 -3
- package/dist/shell/link-context.d.ts +2 -3
- package/dist/shell/notification-center.d.ts +0 -1
- package/dist/shell/notification-preferences.d.ts +0 -1
- package/dist/shell/notification-preferences.d.ts.map +1 -1
- package/dist/shell/notification-preferences.js +2 -0
- package/dist/shell/notification-preferences.js.map +1 -1
- package/dist/shell/top-bar.d.ts +1 -2
- package/dist/test-utils/conformance.d.ts +0 -1
- package/dist/ui/accordion.d.ts +1 -2
- package/dist/ui/accordion.js +1 -1
- package/dist/ui/alert-dialog.d.ts +1 -2
- package/dist/ui/alert-dialog.js +52 -52
- package/dist/ui/alert.d.ts +0 -1
- package/dist/ui/aspect-ratio.d.ts +1 -2
- package/dist/ui/aspect-ratio.js +4 -4
- package/dist/ui/autocomplete.d.ts +1 -2
- package/dist/ui/autocomplete.js +1 -1
- package/dist/ui/avatar.d.ts +1 -2
- package/dist/ui/avatar.js +33 -33
- package/dist/ui/badge-group.d.ts +1 -2
- package/dist/ui/badge-indicator.d.ts +0 -1
- package/dist/ui/badge.d.ts +3 -4
- package/dist/ui/banner.d.ts +0 -1
- package/dist/ui/breadcrumb.js +1 -1
- package/dist/ui/button-group.d.ts +1 -2
- package/dist/ui/button-processing.d.ts +0 -1
- package/dist/ui/button.d.ts +1 -2
- package/dist/ui/button.js +1 -1
- package/dist/ui/card.d.ts +0 -1
- package/dist/ui/charts/_internal/animation.d.ts +0 -1
- package/dist/ui/charts/_internal/axes.d.ts +0 -1
- package/dist/ui/charts/_internal/colors.d.ts +1 -2
- package/dist/ui/charts/_internal/grid-lines.d.ts +0 -1
- package/dist/ui/charts/_internal/legend.d.ts +0 -1
- package/dist/ui/charts/_internal/scales.d.ts +0 -1
- package/dist/ui/charts/_internal/tooltip.d.ts +0 -1
- package/dist/ui/charts/_internal/types.d.ts +0 -1
- package/dist/ui/charts/area-chart.d.ts +1 -2
- package/dist/ui/charts/bar-chart.d.ts +1 -2
- package/dist/ui/charts/chart-container.d.ts +1 -2
- package/dist/ui/charts/gauge-chart.d.ts +0 -1
- package/dist/ui/charts/index.d.ts +9 -10
- package/dist/ui/charts/line-chart.d.ts +1 -2
- package/dist/ui/charts/pie-chart.d.ts +0 -1
- package/dist/ui/charts/radar-chart.d.ts +0 -1
- package/dist/ui/charts/sparkline.d.ts +0 -1
- package/dist/ui/chat/date-separator.d.ts +0 -1
- package/dist/ui/chat/index.d.ts +7 -8
- package/dist/ui/chat/message-input.d.ts +0 -1
- package/dist/ui/chat/message-list.d.ts +0 -1
- package/dist/ui/chat/message.d.ts +1 -2
- package/dist/ui/chat/system-message.d.ts +1 -2
- package/dist/ui/chat/typing-indicator.d.ts +0 -1
- package/dist/ui/chat/unread-separator.d.ts +0 -1
- package/dist/ui/checkbox.d.ts +2 -3
- package/dist/ui/checkbox.js +13 -13
- package/dist/ui/collapsible.d.ts +1 -2
- package/dist/ui/collapsible.js +1 -1
- package/dist/ui/color-input.d.ts +0 -1
- package/dist/ui/color-swatch.d.ts +0 -1
- package/dist/ui/combobox.d.ts +3 -4
- package/dist/ui/combobox.d.ts.map +1 -1
- package/dist/ui/combobox.js +146 -141
- package/dist/ui/combobox.js.map +1 -1
- package/dist/ui/context-menu.d.ts +1 -2
- package/dist/ui/context-menu.js +58 -58
- package/dist/ui/data-table-body.d.ts +0 -1
- package/dist/ui/data-table-bulk-actions.d.ts +0 -1
- package/dist/ui/data-table-card.d.ts +0 -1
- package/dist/ui/data-table-context.d.ts +0 -1
- package/dist/ui/data-table-header.d.ts +0 -1
- package/dist/ui/data-table-pagination.d.ts +0 -1
- package/dist/ui/data-table-toolbar.d.ts +0 -1
- package/dist/ui/data-table.d.ts +3 -4
- package/dist/ui/devalok-grain.d.ts +0 -1
- package/dist/ui/dialog.d.ts +1 -2
- package/dist/ui/dialog.js +43 -43
- package/dist/ui/dot.d.ts +0 -1
- package/dist/ui/dropdown-menu.d.ts +1 -2
- package/dist/ui/dropdown-menu.js +69 -69
- package/dist/ui/file-upload.d.ts +0 -1
- package/dist/ui/file-upload.d.ts.map +1 -1
- package/dist/ui/file-upload.js +124 -138
- package/dist/ui/file-upload.js.map +1 -1
- package/dist/ui/form.d.ts +7 -1
- package/dist/ui/form.d.ts.map +1 -1
- package/dist/ui/form.js +4 -2
- package/dist/ui/form.js.map +1 -1
- package/dist/ui/hover-card.d.ts +1 -2
- package/dist/ui/hover-card.js +16 -16
- package/dist/ui/icon-button.d.ts +4 -4
- package/dist/ui/icon-button.d.ts.map +1 -1
- package/dist/ui/icon-button.js +1 -1
- package/dist/ui/icon-button.js.map +1 -1
- package/dist/ui/icon-context.d.ts +0 -1
- package/dist/ui/icon-group.d.ts +1 -2
- package/dist/ui/icon.d.ts +1 -2
- package/dist/ui/index.d.ts +78 -79
- package/dist/ui/index.d.ts.map +1 -1
- package/dist/ui/index.js.map +1 -1
- package/dist/ui/input-otp.d.ts +0 -1
- package/dist/ui/input.d.ts +1 -2
- package/dist/ui/label.d.ts +1 -2
- package/dist/ui/label.d.ts.map +1 -1
- package/dist/ui/label.js +13 -12
- package/dist/ui/label.js.map +1 -1
- package/dist/ui/lib/bottom-sheet.d.ts +0 -1
- package/dist/ui/lib/check-tokens.d.ts +0 -1
- package/dist/ui/lib/field-state.d.ts +0 -1
- package/dist/ui/lib/icon-input.d.ts +0 -1
- package/dist/ui/lib/index.d.ts +6 -7
- package/dist/ui/lib/keybinding.d.ts +0 -1
- package/dist/ui/lib/link-context.d.ts +0 -1
- package/dist/ui/lib/mention.d.ts +0 -1
- package/dist/ui/lib/normalize-icon.d.ts +2 -2
- package/dist/ui/lib/slot.d.ts +2 -3
- package/dist/ui/lib/use-controllable-open.d.ts +0 -1
- package/dist/ui/link.d.ts +0 -1
- package/dist/ui/link.js +1 -1
- package/dist/ui/menubar.d.ts +1 -2
- package/dist/ui/menubar.js +64 -64
- package/dist/ui/navigation-menu.d.ts +1 -2
- package/dist/ui/navigation-menu.js +67 -67
- package/dist/ui/number-input.d.ts +1 -2
- package/dist/ui/oauth-button/index.d.ts +1 -2
- package/dist/ui/oauth-button/oauth-button.d.ts +2 -3
- package/dist/ui/pagination.d.ts +0 -1
- package/dist/ui/pagination.js +1 -1
- package/dist/ui/popover.d.ts +1 -2
- package/dist/ui/progress-ring.d.ts +0 -1
- package/dist/ui/progress.d.ts +1 -2
- package/dist/ui/progress.js +30 -30
- package/dist/ui/radio.d.ts +2 -3
- package/dist/ui/radio.js +18 -18
- package/dist/ui/search-input.d.ts +0 -1
- package/dist/ui/segmented-control.d.ts +1 -2
- package/dist/ui/select.d.ts +1 -2
- package/dist/ui/select.js +55 -55
- package/dist/ui/separator.d.ts +1 -2
- package/dist/ui/separator.js +5 -5
- package/dist/ui/sheet.d.ts +1 -2
- package/dist/ui/sheet.js +45 -45
- package/dist/ui/sidebar.d.ts +4 -5
- package/dist/ui/sidebar.js +1 -1
- package/dist/ui/slider.d.ts +1 -2
- package/dist/ui/slider.js +14 -14
- package/dist/ui/spinner.d.ts +0 -1
- package/dist/ui/spinner.d.ts.map +1 -1
- package/dist/ui/spinner.js +50 -44
- package/dist/ui/spinner.js.map +1 -1
- package/dist/ui/split-button.d.ts +14 -4
- package/dist/ui/split-button.d.ts.map +1 -1
- package/dist/ui/split-button.js.map +1 -1
- package/dist/ui/stat-card.d.ts +3 -4
- package/dist/ui/stat-flash.d.ts +1 -2
- package/dist/ui/stepper.d.ts +1 -2
- package/dist/ui/surface.js +1 -1
- package/dist/ui/switch.d.ts +2 -3
- package/dist/ui/switch.d.ts.map +1 -1
- package/dist/ui/switch.js +31 -31
- package/dist/ui/switch.js.map +1 -1
- package/dist/ui/table-row-link.d.ts +0 -1
- package/dist/ui/table.js +1 -1
- package/dist/ui/table.js.map +1 -1
- package/dist/ui/tabs.d.ts +1 -2
- package/dist/ui/tabs.js +35 -35
- package/dist/ui/textarea.d.ts +1 -2
- package/dist/ui/toast-registry.d.ts +0 -1
- package/dist/ui/toast-types.js +1 -0
- package/dist/ui/toast.d.ts +2 -3
- package/dist/ui/toaster.d.ts +0 -1
- package/dist/ui/toggle-group.d.ts +2 -3
- package/dist/ui/toggle-group.js +14 -14
- package/dist/ui/toggle.d.ts +1 -2
- package/dist/ui/toggle.js +12 -12
- package/dist/ui/tooltip.d.ts +1 -2
- package/dist/ui/tooltip.js +21 -21
- package/dist/ui/tree-view/index.d.ts +3 -4
- package/dist/ui/tree-view/tree-item.d.ts +1 -2
- package/dist/ui/tree-view/tree-view.d.ts +1 -2
- package/dist/ui/tree-view/use-tree.d.ts +1 -2
- package/dist/ui/truncated-text.d.ts +0 -1
- package/docs/components/composed/bulk-action-bar.md +9 -3
- package/docs/components/composed/error-boundary.md +18 -2
- package/docs/components/composed/master-detail.md +12 -2
- package/docs/components/composed/page-skeletons.md +2 -2
- package/docs/components/composed/rich-chat-input.md +18 -6
- package/docs/components/composed/simple-tooltip.md +1 -1
- package/docs/components/shell/app-command-palette.md +2 -1
- package/docs/components/shell/bottom-navbar.md +4 -4
- package/docs/components/shell/command-registry.md +2 -2
- package/docs/components/shell/link-context.md +2 -2
- package/docs/components/shell/top-bar.md +1 -1
- package/docs/components/ui/search-input.md +2 -2
- package/docs/components/ui/slider.md +2 -2
- package/docs/components/ui/split-button.md +3 -3
- package/docs/recipes/install-astro.md +2 -0
- package/docs/recipes/install-next-app-router.md +2 -0
- package/docs/recipes/install-remix.md +2 -0
- package/docs/recipes/install-tanstack-start.md +2 -0
- package/docs/recipes/install-vite.md +2 -0
- package/docs/recipes/troubleshoot.md +80 -0
- package/llms.txt +2 -2
- package/make-kit/Guidelines.md +1 -1
- package/make-kit/components/overview.md +2 -2
- package/make-kit/foundations/surfaces.md +1 -1
- package/mcp-manifest.json +411 -147
- package/package.json +30 -10
- package/skill/SKILL.md +1 -1
- package/skill/chat-skill/README.md +18 -0
- package/skill/chat-skill/SKILL.md +78 -0
- package/skill/chat-skill/chatgpt-instructions.md +26 -0
- package/skill/chat-skill/gemini-instructions.md +25 -0
- package/skill/references/components.md +2 -2
- package/skill/references/setup-astro.md +2 -0
- package/skill/references/setup-next-app-router.md +2 -0
- package/skill/references/setup-remix.md +2 -0
- package/skill/references/setup-tanstack-start.md +2 -0
- package/skill/references/setup-vite.md +2 -0
- package/skill/references/troubleshoot.md +80 -0
- package/dist/_chunks/primitives.js +0 -7596
- package/dist/_chunks/primitives.js.map +0 -1
- package/dist/shell/sidebar.d.ts +0 -113
- package/dist/shell/sidebar.d.ts.map +0 -1
- package/dist/shell/sidebar.js +0 -293
- package/dist/shell/sidebar.js.map +0 -1
- package/docs/components/shell/sidebar.md +0 -103
package/dist/ui/alert-dialog.js
CHANGED
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
2
|
+
import { springs as e, tweens as t } from "./lib/motion.js";
|
|
3
|
+
import { cn as n } from "./lib/utils.js";
|
|
4
|
+
import { Action as r, Cancel as i, Content2 as a, Description2 as o, Overlay2 as s, Portal2 as c, Root2 as l, Title2 as u, Trigger2 as d } from "../_chunks/primitives/react-alert-dialog.js";
|
|
5
5
|
import { useIsMobile as f } from "../hooks/use-mobile.js";
|
|
6
6
|
import * as p from "react";
|
|
7
7
|
import { jsx as m, jsxs as h } from "react/jsx-runtime";
|
|
8
8
|
import { AnimatePresence as g, motion as _ } from "framer-motion";
|
|
9
9
|
//#region src/ui/alert-dialog.tsx
|
|
10
10
|
var v = p.createContext({ open: !1 }), y = () => p.useContext(v), b = ({ open: e, defaultOpen: t, onOpenChange: n, ...r }) => {
|
|
11
|
-
let [i, a] = p.useState(t ?? !1),
|
|
12
|
-
|
|
13
|
-
}, [
|
|
11
|
+
let [i, a] = p.useState(t ?? !1), o = e !== void 0, s = o ? e : i, c = p.useCallback((e) => {
|
|
12
|
+
o || a(e), n?.(e);
|
|
13
|
+
}, [o, n]), u = p.useMemo(() => ({ open: s }), [s]);
|
|
14
14
|
return /* @__PURE__ */ m(v.Provider, {
|
|
15
15
|
value: u,
|
|
16
|
-
children: /* @__PURE__ */ m(
|
|
17
|
-
open:
|
|
18
|
-
onOpenChange:
|
|
16
|
+
children: /* @__PURE__ */ m(l, {
|
|
17
|
+
open: s,
|
|
18
|
+
onOpenChange: c,
|
|
19
19
|
...r
|
|
20
20
|
})
|
|
21
21
|
});
|
|
22
22
|
};
|
|
23
23
|
b.displayName = "AlertDialog";
|
|
24
|
-
var x =
|
|
25
|
-
ref:
|
|
24
|
+
var x = d, S = c, C = p.forwardRef(({ className: e, ...t }, r) => /* @__PURE__ */ m(s, {
|
|
25
|
+
ref: r,
|
|
26
26
|
forceMount: !0,
|
|
27
|
-
className:
|
|
27
|
+
className: n("fixed inset-0 z-modal bg-overlay", e),
|
|
28
28
|
...t
|
|
29
29
|
}));
|
|
30
|
-
C.displayName =
|
|
31
|
-
var w = p.forwardRef(({ className:
|
|
32
|
-
let { open:
|
|
33
|
-
return /* @__PURE__ */ m(g, { children:
|
|
30
|
+
C.displayName = s.displayName;
|
|
31
|
+
var w = p.forwardRef(({ className: r, children: i, responsive: o, ...s }, c) => {
|
|
32
|
+
let { open: l } = y(), u = f(), d = o !== !1 && u;
|
|
33
|
+
return /* @__PURE__ */ m(g, { children: l && /* @__PURE__ */ h(S, {
|
|
34
34
|
forceMount: !0,
|
|
35
35
|
children: [/* @__PURE__ */ m(C, {
|
|
36
36
|
asChild: !0,
|
|
@@ -38,78 +38,78 @@ var w = p.forwardRef(({ className: e, children: t, responsive: r, ...i }, a) =>
|
|
|
38
38
|
initial: { opacity: 0 },
|
|
39
39
|
animate: { opacity: 1 },
|
|
40
40
|
exit: { opacity: 0 },
|
|
41
|
-
transition:
|
|
41
|
+
transition: t.fade
|
|
42
42
|
})
|
|
43
|
-
}), /* @__PURE__ */ m(
|
|
44
|
-
ref:
|
|
43
|
+
}), /* @__PURE__ */ m(a, {
|
|
44
|
+
ref: c,
|
|
45
45
|
forceMount: !0,
|
|
46
46
|
asChild: !0,
|
|
47
|
-
...
|
|
47
|
+
...s,
|
|
48
48
|
children: /* @__PURE__ */ m(_.div, {
|
|
49
|
-
initial:
|
|
49
|
+
initial: d ? { y: "100%" } : {
|
|
50
50
|
opacity: 0,
|
|
51
51
|
scale: .95,
|
|
52
52
|
x: "-50%",
|
|
53
53
|
y: "-50%"
|
|
54
54
|
},
|
|
55
|
-
animate:
|
|
55
|
+
animate: d ? { y: 0 } : {
|
|
56
56
|
opacity: 1,
|
|
57
57
|
scale: 1,
|
|
58
58
|
x: "-50%",
|
|
59
59
|
y: "-50%"
|
|
60
60
|
},
|
|
61
|
-
exit:
|
|
61
|
+
exit: d ? { y: "100%" } : {
|
|
62
62
|
opacity: 0,
|
|
63
63
|
scale: .95,
|
|
64
64
|
x: "-50%",
|
|
65
65
|
y: "-50%"
|
|
66
66
|
},
|
|
67
|
-
transition:
|
|
68
|
-
...
|
|
69
|
-
opacity:
|
|
67
|
+
transition: d ? e.smooth : {
|
|
68
|
+
...e.smooth,
|
|
69
|
+
opacity: t.fade
|
|
70
70
|
},
|
|
71
|
-
className:
|
|
72
|
-
children:
|
|
71
|
+
className: n("fixed z-modal grid w-full gap-ds-05 bg-surface-overlay p-ds-06", o === !1 ? "left-[50%] top-[50%] max-w-lg rounded-overlay-lg shadow-overlay" : "inset-0 md:inset-auto md:left-[50%] md:top-[50%] md:max-w-lg md:rounded-overlay-lg md:shadow-overlay", r),
|
|
72
|
+
children: i
|
|
73
73
|
})
|
|
74
74
|
})]
|
|
75
75
|
}) });
|
|
76
76
|
});
|
|
77
|
-
w.displayName =
|
|
78
|
-
var T = p.forwardRef(({ className: e, ...t },
|
|
79
|
-
ref:
|
|
80
|
-
className:
|
|
77
|
+
w.displayName = a.displayName;
|
|
78
|
+
var T = p.forwardRef(({ className: e, ...t }, r) => /* @__PURE__ */ m("div", {
|
|
79
|
+
ref: r,
|
|
80
|
+
className: n("flex flex-col space-y-ds-02b text-center sm:text-left", e),
|
|
81
81
|
...t
|
|
82
82
|
}));
|
|
83
83
|
T.displayName = "AlertDialogHeader";
|
|
84
|
-
var E = p.forwardRef(({ className: e, ...t },
|
|
85
|
-
ref:
|
|
86
|
-
className:
|
|
84
|
+
var E = p.forwardRef(({ className: e, ...t }, r) => /* @__PURE__ */ m("div", {
|
|
85
|
+
ref: r,
|
|
86
|
+
className: n("flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-ds-03", e),
|
|
87
87
|
...t
|
|
88
88
|
}));
|
|
89
89
|
E.displayName = "AlertDialogFooter";
|
|
90
|
-
var D = p.forwardRef(({ className: e, ...t },
|
|
91
|
-
ref:
|
|
92
|
-
className:
|
|
90
|
+
var D = p.forwardRef(({ className: e, ...t }, r) => /* @__PURE__ */ m(u, {
|
|
91
|
+
ref: r,
|
|
92
|
+
className: n("text-heading-xs font-semibold", e),
|
|
93
93
|
...t
|
|
94
94
|
}));
|
|
95
|
-
D.displayName =
|
|
96
|
-
var O = p.forwardRef(({ className: e, ...t },
|
|
97
|
-
ref:
|
|
98
|
-
className:
|
|
95
|
+
D.displayName = u.displayName;
|
|
96
|
+
var O = p.forwardRef(({ className: e, ...t }, r) => /* @__PURE__ */ m(o, {
|
|
97
|
+
ref: r,
|
|
98
|
+
className: n("text-body-md text-surface-fg-muted", e),
|
|
99
99
|
...t
|
|
100
100
|
}));
|
|
101
|
-
O.displayName =
|
|
102
|
-
var k = p.forwardRef(({ className:
|
|
103
|
-
ref:
|
|
104
|
-
className:
|
|
105
|
-
...
|
|
101
|
+
O.displayName = o.displayName;
|
|
102
|
+
var k = p.forwardRef(({ className: e, ...t }, i) => /* @__PURE__ */ m(r, {
|
|
103
|
+
ref: i,
|
|
104
|
+
className: n("inline-flex h-ds-md items-center justify-center rounded-control px-ds-05 text-body-md font-semibold transition-colors bg-accent-9 text-accent-fg hover:bg-accent-10 active:bg-accent-10 shadow-raised focus-visible:outline-hidden focus-visible:ring-2 focus-visible:ring-accent-9 focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-action-disabled", e),
|
|
105
|
+
...t
|
|
106
106
|
}));
|
|
107
|
-
k.displayName =
|
|
108
|
-
var A = p.forwardRef(({ className: e, ...
|
|
107
|
+
k.displayName = r.displayName;
|
|
108
|
+
var A = p.forwardRef(({ className: e, ...t }, r) => /* @__PURE__ */ m(i, {
|
|
109
109
|
ref: r,
|
|
110
|
-
className:
|
|
111
|
-
...
|
|
110
|
+
className: n("inline-flex h-ds-md items-center justify-center rounded-control px-ds-05 text-body-md font-semibold transition-colors bg-transparent text-surface-fg-muted border border-surface-border-strong hover:bg-surface-raised hover:text-surface-fg focus-visible:outline-hidden focus-visible:ring-2 focus-visible:ring-accent-9 focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-action-disabled", e),
|
|
111
|
+
...t
|
|
112
112
|
}));
|
|
113
|
-
A.displayName =
|
|
113
|
+
A.displayName = i.displayName;
|
|
114
114
|
//#endregion
|
|
115
115
|
export { b as AlertDialog, k as AlertDialogAction, A as AlertDialogCancel, w as AlertDialogContent, O as AlertDialogDescription, E as AlertDialogFooter, T as AlertDialogHeader, C as AlertDialogOverlay, S as AlertDialogPortal, D as AlertDialogTitle, x as AlertDialogTrigger };
|
package/dist/ui/alert.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
import * as AspectRatioPrimitive from '../primitives/react-aspect-ratio';
|
|
1
|
+
import * as AspectRatioPrimitive from '../primitives/react-aspect-ratio.js';
|
|
3
2
|
import * as React from 'react';
|
|
4
3
|
declare const AspectRatio: React.ForwardRefExoticComponent<Omit<AspectRatioPrimitive.AspectRatioProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
5
4
|
export { AspectRatio };
|
package/dist/ui/aspect-ratio.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { cn as e } from "./lib/utils.js";
|
|
3
|
+
import { Root as t } from "../_chunks/primitives/react-aspect-ratio.js";
|
|
4
4
|
import * as n from "react";
|
|
5
5
|
import { jsx as r } from "react/jsx-runtime";
|
|
6
6
|
//#region src/ui/aspect-ratio.tsx
|
|
7
|
-
var i = n.forwardRef(({ className: n, ...i }, a) => /* @__PURE__ */ r(
|
|
7
|
+
var i = n.forwardRef(({ className: n, ...i }, a) => /* @__PURE__ */ r(t, {
|
|
8
8
|
ref: a,
|
|
9
|
-
className:
|
|
9
|
+
className: e(n),
|
|
10
10
|
...i
|
|
11
11
|
}));
|
|
12
12
|
i.displayName = "AspectRatio";
|
package/dist/ui/autocomplete.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { autoUpdate as e, flip as t, offset as n, shift as r, size as i, useFloating as a } from "../_chunks/primitives.js";
|
|
2
|
+
import { autoUpdate as e, flip as t, offset as n, shift as r, size as i, useFloating as a } from "../_chunks/primitives-internal.js";
|
|
3
3
|
import { tweens as o } from "./lib/motion.js";
|
|
4
4
|
import { cn as s } from "./lib/utils.js";
|
|
5
5
|
import { Spinner as c } from "./spinner.js";
|
package/dist/ui/avatar.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
"use client";
|
|
2
1
|
import { VariantProps } from 'class-variance-authority';
|
|
3
|
-
import * as AvatarPrimitive from '../primitives/react-avatar';
|
|
2
|
+
import * as AvatarPrimitive from '../primitives/react-avatar.js';
|
|
4
3
|
import * as React from "react";
|
|
5
4
|
export declare const avatarVariants: (props?: ({
|
|
6
5
|
size?: "xs" | "sm" | "md" | "lg" | "xl" | null | undefined;
|
package/dist/ui/avatar.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
2
|
+
import { springs as e } from "./lib/motion.js";
|
|
3
|
+
import { cva as t } from "../_chunks/vendor-utils.js";
|
|
4
|
+
import { cn as n } from "./lib/utils.js";
|
|
5
|
+
import { Fallback as r, Image as i, Root as a } from "../_chunks/primitives/react-avatar.js";
|
|
6
6
|
import { Dot as o } from "./dot.js";
|
|
7
7
|
import { Skeleton as s } from "./skeleton.js";
|
|
8
8
|
import * as c from "react";
|
|
9
9
|
import { jsx as l, jsxs as u } from "react/jsx-runtime";
|
|
10
10
|
import { motion as d } from "framer-motion";
|
|
11
11
|
//#region src/ui/avatar.tsx
|
|
12
|
-
var f = c.createContext("circle"), p = c.createContext("md"), m =
|
|
12
|
+
var f = c.createContext("circle"), p = c.createContext("md"), m = t("relative flex shrink-0 overflow-hidden", {
|
|
13
13
|
variants: {
|
|
14
14
|
size: {
|
|
15
15
|
xs: "h-ds-xs w-ds-xs",
|
|
@@ -97,14 +97,14 @@ function S(e) {
|
|
|
97
97
|
for (let n = 0; n < e.length; n++) t = (t << 5) + t + e.charCodeAt(n) | 0;
|
|
98
98
|
return x[Math.abs(t) % x.length];
|
|
99
99
|
}
|
|
100
|
-
var C = c.forwardRef(({ className:
|
|
101
|
-
let E = i ?? "circle", D = b && b !== "none" ?
|
|
100
|
+
var C = c.forwardRef(({ className: t, size: r, shape: i, status: c, ring: b, badge: x, loading: S, children: C, ...w }, T) => {
|
|
101
|
+
let E = i ?? "circle", D = b && b !== "none" ? n("ring-2 ring-offset-2 ring-offset-surface-raised", v[b], y[E]) : void 0;
|
|
102
102
|
if (S) return /* @__PURE__ */ l("span", {
|
|
103
103
|
ref: T,
|
|
104
|
-
className:
|
|
104
|
+
className: n("relative inline-flex shrink-0", D),
|
|
105
105
|
children: /* @__PURE__ */ l(s, {
|
|
106
|
-
className:
|
|
107
|
-
size:
|
|
106
|
+
className: n(m({
|
|
107
|
+
size: r,
|
|
108
108
|
shape: i
|
|
109
109
|
})),
|
|
110
110
|
"data-slot": "avatar-skeleton"
|
|
@@ -114,16 +114,16 @@ var C = c.forwardRef(({ className: e, size: t, shape: i, status: c, ring: b, bad
|
|
|
114
114
|
return /* @__PURE__ */ l(f.Provider, {
|
|
115
115
|
value: E,
|
|
116
116
|
children: /* @__PURE__ */ l(p.Provider, {
|
|
117
|
-
value:
|
|
117
|
+
value: r ?? "md",
|
|
118
118
|
children: /* @__PURE__ */ u("span", {
|
|
119
|
-
className:
|
|
119
|
+
className: n("relative inline-flex shrink-0", D),
|
|
120
120
|
children: [
|
|
121
|
-
/* @__PURE__ */ l(
|
|
121
|
+
/* @__PURE__ */ l(a, {
|
|
122
122
|
ref: T,
|
|
123
|
-
className:
|
|
124
|
-
size:
|
|
123
|
+
className: n(m({
|
|
124
|
+
size: r,
|
|
125
125
|
shape: i
|
|
126
|
-
}),
|
|
126
|
+
}), t),
|
|
127
127
|
...w,
|
|
128
128
|
children: C
|
|
129
129
|
}),
|
|
@@ -133,7 +133,7 @@ var C = c.forwardRef(({ className: e, size: t, shape: i, status: c, ring: b, bad
|
|
|
133
133
|
"aria-label": g[c],
|
|
134
134
|
children: /* @__PURE__ */ l(o, {
|
|
135
135
|
color: h[c],
|
|
136
|
-
size: _[
|
|
136
|
+
size: _[r ?? "md"],
|
|
137
137
|
withBorder: !0,
|
|
138
138
|
"aria-hidden": !0
|
|
139
139
|
})
|
|
@@ -145,7 +145,7 @@ var C = c.forwardRef(({ className: e, size: t, shape: i, status: c, ring: b, bad
|
|
|
145
145
|
}) : typeof x == "number" ? /* @__PURE__ */ l(d.span, {
|
|
146
146
|
initial: { scale: 0 },
|
|
147
147
|
animate: { scale: 1 },
|
|
148
|
-
transition:
|
|
148
|
+
transition: e.smooth,
|
|
149
149
|
className: "absolute -right-1 -top-1 flex min-w-ds-05 items-center justify-center rounded-pill bg-error-9 px-1 text-[10px] font-bold leading-[16px] text-error-fg ring-2 ring-surface-raised",
|
|
150
150
|
"data-slot": "avatar-badge",
|
|
151
151
|
role: "status",
|
|
@@ -161,32 +161,32 @@ var C = c.forwardRef(({ className: e, size: t, shape: i, status: c, ring: b, bad
|
|
|
161
161
|
})
|
|
162
162
|
});
|
|
163
163
|
});
|
|
164
|
-
C.displayName =
|
|
165
|
-
var w = c.forwardRef(({ className:
|
|
164
|
+
C.displayName = a.displayName;
|
|
165
|
+
var w = c.forwardRef(({ className: t, ...r }, a) => /* @__PURE__ */ l(d.span, {
|
|
166
166
|
initial: { scale: .96 },
|
|
167
167
|
animate: {
|
|
168
168
|
opacity: 1,
|
|
169
169
|
scale: 1
|
|
170
170
|
},
|
|
171
|
-
transition:
|
|
171
|
+
transition: e.smooth,
|
|
172
172
|
className: "absolute inset-0 h-full w-full",
|
|
173
|
-
children: /* @__PURE__ */ l(
|
|
174
|
-
ref:
|
|
175
|
-
className:
|
|
176
|
-
...
|
|
173
|
+
children: /* @__PURE__ */ l(i, {
|
|
174
|
+
ref: a,
|
|
175
|
+
className: n("aspect-square h-full w-full", t),
|
|
176
|
+
...r
|
|
177
177
|
})
|
|
178
178
|
}));
|
|
179
|
-
w.displayName =
|
|
180
|
-
var T = c.forwardRef(({ className:
|
|
181
|
-
let s = typeof
|
|
182
|
-
return /* @__PURE__ */ l(
|
|
179
|
+
w.displayName = i.displayName;
|
|
180
|
+
var T = c.forwardRef(({ className: e, colorSeed: t, children: i, ...a }, o) => {
|
|
181
|
+
let s = typeof i == "string" ? i : "", u = S(t ?? s), d = c.useContext(f), m = c.useContext(p), h = d === "square" ? "rounded-none" : d === "rounded" ? "rounded-control" : "rounded-pill", g = s.length === 1 ? "tracking-wide" : "tracking-normal";
|
|
182
|
+
return /* @__PURE__ */ l(r, {
|
|
183
183
|
ref: o,
|
|
184
184
|
"data-slot": "avatar-fallback",
|
|
185
|
-
className:
|
|
186
|
-
...
|
|
187
|
-
children:
|
|
185
|
+
className: n("flex h-full w-full items-center justify-center font-semibold", h, b[m], u.bg, u.text, g, e),
|
|
186
|
+
...a,
|
|
187
|
+
children: i
|
|
188
188
|
});
|
|
189
189
|
});
|
|
190
|
-
T.displayName =
|
|
190
|
+
T.displayName = r.displayName;
|
|
191
191
|
//#endregion
|
|
192
192
|
export { C as Avatar, T as AvatarFallback, w as AvatarImage, m as avatarVariants };
|
package/dist/ui/badge-group.d.ts
CHANGED
package/dist/ui/badge.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
"use client";
|
|
2
1
|
import { VariantProps } from 'class-variance-authority';
|
|
3
|
-
import { IconInput } from './lib/icon-input';
|
|
2
|
+
import { IconInput } from './lib/icon-input.js';
|
|
4
3
|
import * as React from 'react';
|
|
5
4
|
declare const colorMap: {
|
|
6
5
|
readonly default: {
|
|
@@ -152,8 +151,8 @@ interface BadgeProps extends Omit<React.HTMLAttributes<HTMLElement>, 'color'>, V
|
|
|
152
151
|
circle?: boolean;
|
|
153
152
|
}
|
|
154
153
|
declare const BadgeCompound: React.ForwardRefExoticComponent<BadgeProps & React.RefAttributes<HTMLElement>> & {
|
|
155
|
-
Indicator: React.ForwardRefExoticComponent<import('./badge-indicator').BadgeIndicatorProps & React.RefAttributes<HTMLSpanElement>>;
|
|
156
|
-
Group: React.ForwardRefExoticComponent<import('./badge-group').BadgeGroupProps & React.RefAttributes<HTMLDivElement>>;
|
|
154
|
+
Indicator: React.ForwardRefExoticComponent<import('./badge-indicator.js').BadgeIndicatorProps & React.RefAttributes<HTMLSpanElement>>;
|
|
155
|
+
Group: React.ForwardRefExoticComponent<import('./badge-group.js').BadgeGroupProps & React.RefAttributes<HTMLDivElement>>;
|
|
157
156
|
};
|
|
158
157
|
export { BadgeCompound as Badge, type BadgeColor, type BadgeProps, badgeVariants };
|
|
159
158
|
//# sourceMappingURL=badge.d.ts.map
|
package/dist/ui/banner.d.ts
CHANGED
package/dist/ui/breadcrumb.js
CHANGED
package/dist/ui/button.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
"use client";
|
|
2
1
|
import { VariantProps } from 'class-variance-authority';
|
|
3
|
-
import { IconInput } from './lib/icon-input';
|
|
2
|
+
import { IconInput } from './lib/icon-input.js';
|
|
4
3
|
import * as React from 'react';
|
|
5
4
|
export declare const buttonVariants: (props?: ({
|
|
6
5
|
variant?: "link" | "outline" | "solid" | "soft" | "ghost" | null | undefined;
|
package/dist/ui/button.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { Slot as e, Slottable as t } from "../_chunks/primitives.js";
|
|
2
|
+
import { Slot as e, Slottable as t } from "../_chunks/primitives-internal.js";
|
|
3
3
|
import { IconProvider as n } from "./icon-context.js";
|
|
4
4
|
import { motionProps as ee } from "./lib/motion.js";
|
|
5
5
|
import { cva as r } from "../_chunks/vendor-utils.js";
|
package/dist/ui/card.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
import { ChartColor } from './types';
|
|
1
|
+
import { ChartColor } from './types.js';
|
|
3
2
|
/** Get CSS variable reference for a chart color token */
|
|
4
3
|
export declare function getChartColor(color: ChartColor): string;
|
|
5
4
|
/** Get an array of chart color CSS variable references, cycling if needed */
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
"use client";
|
|
2
1
|
export declare function createLinearScale(domain: [number, number], range: [number, number]): import('d3-scale').ScaleLinear<number, number, never>;
|
|
3
2
|
export declare function createBandScale(domain: string[], range: [number, number], padding?: number): import('d3-scale').ScaleBand<string>;
|
|
4
3
|
export declare function createTimeScale(domain: [Date, Date], range: [number, number]): import('d3-scale').ScaleTime<number, number, never>;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
import { DataPoint, Series } from './_internal/types';
|
|
1
|
+
import { DataPoint, Series } from './_internal/types.js';
|
|
3
2
|
import * as React from 'react';
|
|
4
3
|
export interface AreaChartProps extends Omit<React.HTMLAttributes<HTMLDivElement>, 'children'> {
|
|
5
4
|
/** Data array */
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
import { ChartColor, DataPoint } from './_internal/types';
|
|
1
|
+
import { ChartColor, DataPoint } from './_internal/types.js';
|
|
3
2
|
import * as React from 'react';
|
|
4
3
|
export interface BarChartProps extends Omit<React.HTMLAttributes<HTMLDivElement>, 'children' | 'color'> {
|
|
5
4
|
/** Data array */
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
import { ChartMargin } from './_internal/types';
|
|
1
|
+
import { ChartMargin } from './_internal/types.js';
|
|
3
2
|
import * as React from 'react';
|
|
4
3
|
export interface ChartContainerProps extends Omit<React.HTMLAttributes<HTMLDivElement>, 'children'> {
|
|
5
4
|
/** Fixed height in pixels */
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
export {
|
|
3
|
-
export {
|
|
4
|
-
export {
|
|
5
|
-
export {
|
|
6
|
-
export {
|
|
7
|
-
export {
|
|
8
|
-
export {
|
|
9
|
-
export {
|
|
10
|
-
export { Sparkline, type SparklineProps } from './sparkline';
|
|
1
|
+
export { Legend, type LegendItem, type LegendProps } from './_internal/legend.js';
|
|
2
|
+
export { AreaChart, type AreaChartProps } from './area-chart.js';
|
|
3
|
+
export { BarChart, type BarChartProps } from './bar-chart.js';
|
|
4
|
+
export { ChartContainer, type ChartContainerProps } from './chart-container.js';
|
|
5
|
+
export { GaugeChart, type GaugeChartProps } from './gauge-chart.js';
|
|
6
|
+
export { LineChart, type LineChartProps } from './line-chart.js';
|
|
7
|
+
export { PieChart, type PieChartProps } from './pie-chart.js';
|
|
8
|
+
export { RadarChart, type RadarChartProps } from './radar-chart.js';
|
|
9
|
+
export { Sparkline, type SparklineProps } from './sparkline.js';
|
|
11
10
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
import { DataPoint, Series } from './_internal/types';
|
|
1
|
+
import { DataPoint, Series } from './_internal/types.js';
|
|
3
2
|
import * as React from 'react';
|
|
4
3
|
export interface LineChartProps extends Omit<React.HTMLAttributes<HTMLDivElement>, 'children'> {
|
|
5
4
|
/** Data array */
|
package/dist/ui/chat/index.d.ts
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
export {
|
|
3
|
-
export {
|
|
4
|
-
export {
|
|
5
|
-
export {
|
|
6
|
-
export {
|
|
7
|
-
export {
|
|
8
|
-
export { UnreadSeparator, type UnreadSeparatorProps } from './unread-separator';
|
|
1
|
+
export { DateSeparator, type DateSeparatorProps } from './date-separator.js';
|
|
2
|
+
export { Message, type MessageActionProps, type MessageActionsProps, type MessageAuthorProps, type MessageAvatarProps, type MessageBodyProps, type MessageContentProps, type MessageContextValue, type MessageEditableBodyProps, type MessageProps, type MessageReactionsProps, useMessageContext, } from './message.js';
|
|
3
|
+
export { MessageInput, type MessageInputProps } from './message-input.js';
|
|
4
|
+
export { MessageList, type MessageListProps } from './message-list.js';
|
|
5
|
+
export { SystemMessage, type SystemMessageProps } from './system-message.js';
|
|
6
|
+
export { TypingIndicator, type TypingIndicatorProps } from './typing-indicator.js';
|
|
7
|
+
export { UnreadSeparator, type UnreadSeparatorProps } from './unread-separator.js';
|
|
9
8
|
//# sourceMappingURL=index.d.ts.map
|