@agentuity/workbench 0.0.64 → 0.0.66
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/App.d.ts +6 -0
- package/dist/components/App.d.ts.map +1 -0
- package/dist/components/App.js +13 -0
- package/dist/components/App.js.map +1 -0
- package/dist/components/ConnectionStatus.d.ts +7 -0
- package/dist/components/ConnectionStatus.d.ts.map +1 -0
- package/dist/components/ConnectionStatus.js +52 -0
- package/dist/components/ConnectionStatus.js.map +1 -0
- package/dist/components/Inline.d.ts +10 -0
- package/dist/components/Inline.d.ts.map +1 -0
- package/dist/components/Inline.js +11 -0
- package/dist/components/Inline.js.map +1 -0
- package/dist/components/ai-elements/actions.d.ts +10 -0
- package/dist/components/ai-elements/actions.d.ts.map +1 -0
- package/dist/components/ai-elements/actions.js +14 -0
- package/dist/components/ai-elements/actions.js.map +1 -0
- package/dist/components/ai-elements/artifact.d.ts +24 -0
- package/dist/components/ai-elements/artifact.d.ts.map +1 -0
- package/dist/components/ai-elements/artifact.js +21 -0
- package/dist/components/ai-elements/artifact.js.map +1 -0
- package/dist/components/ai-elements/branch.d.ts +21 -0
- package/dist/components/ai-elements/branch.d.ts.map +1 -0
- package/dist/components/ai-elements/branch.js +71 -0
- package/dist/components/ai-elements/branch.js.map +1 -0
- package/dist/components/ai-elements/canvas.d.ts +9 -0
- package/dist/components/ai-elements/canvas.d.ts.map +1 -0
- package/dist/components/ai-elements/canvas.js +6 -0
- package/dist/components/ai-elements/canvas.js.map +1 -0
- package/dist/components/ai-elements/chain-of-thought.d.ts +30 -0
- package/dist/components/ai-elements/chain-of-thought.d.ts.map +1 -0
- package/dist/components/ai-elements/chain-of-thought.js +52 -0
- package/dist/components/ai-elements/chain-of-thought.js.map +1 -0
- package/dist/components/ai-elements/code-block.d.ts +18 -0
- package/dist/components/ai-elements/code-block.d.ts.map +1 -0
- package/dist/components/ai-elements/code-block.js +89 -0
- package/dist/components/ai-elements/code-block.js.map +1 -0
- package/dist/components/ai-elements/confirmation.d.ts +27 -0
- package/dist/components/ai-elements/confirmation.d.ts.map +1 -0
- package/dist/components/ai-elements/confirmation.js +57 -0
- package/dist/components/ai-elements/confirmation.js.map +1 -0
- package/dist/components/ai-elements/connection.d.ts +3 -0
- package/dist/components/ai-elements/connection.d.ts.map +1 -0
- package/dist/components/ai-elements/connection.js +4 -0
- package/dist/components/ai-elements/connection.js.map +1 -0
- package/dist/components/ai-elements/context.d.ts +33 -0
- package/dist/components/ai-elements/context.d.ts.map +1 -0
- package/dist/components/ai-elements/context.js +167 -0
- package/dist/components/ai-elements/context.js.map +1 -0
- package/dist/components/ai-elements/controls.d.ts +5 -0
- package/dist/components/ai-elements/controls.d.ts.map +1 -0
- package/dist/components/ai-elements/controls.js +6 -0
- package/dist/components/ai-elements/controls.js.map +1 -0
- package/dist/components/ai-elements/conversation.d.ts +16 -0
- package/dist/components/ai-elements/conversation.d.ts.map +1 -0
- package/dist/components/ai-elements/conversation.js +18 -0
- package/dist/components/ai-elements/conversation.js.map +1 -0
- package/dist/components/ai-elements/edge.d.ts +6 -0
- package/dist/components/ai-elements/edge.d.ts.map +1 -0
- package/dist/components/ai-elements/edge.js +83 -0
- package/dist/components/ai-elements/edge.js.map +1 -0
- package/dist/components/ai-elements/image.d.ts +7 -0
- package/dist/components/ai-elements/image.d.ts.map +1 -0
- package/dist/components/ai-elements/image.js +4 -0
- package/dist/components/ai-elements/image.js.map +1 -0
- package/dist/components/ai-elements/inline-citation.d.ts +39 -0
- package/dist/components/ai-elements/inline-citation.d.ts.map +1 -0
- package/dist/components/ai-elements/inline-citation.js +62 -0
- package/dist/components/ai-elements/inline-citation.js.map +1 -0
- package/dist/components/ai-elements/loader.d.ts +6 -0
- package/dist/components/ai-elements/loader.d.ts.map +1 -0
- package/dist/components/ai-elements/loader.js +5 -0
- package/dist/components/ai-elements/loader.js.map +1 -0
- package/dist/components/ai-elements/message.d.ts +20 -0
- package/dist/components/ai-elements/message.d.ts.map +1 -0
- package/dist/components/ai-elements/message.js +26 -0
- package/dist/components/ai-elements/message.js.map +1 -0
- package/dist/components/ai-elements/node.d.ts +22 -0
- package/dist/components/ai-elements/node.d.ts.map +1 -0
- package/dist/components/ai-elements/node.js +12 -0
- package/dist/components/ai-elements/node.js.map +1 -0
- package/dist/components/ai-elements/open-in-chat.d.ts +29 -0
- package/dist/components/ai-elements/open-in-chat.d.ts.map +1 -0
- package/dist/components/ai-elements/open-in-chat.js +97 -0
- package/dist/components/ai-elements/open-in-chat.js.map +1 -0
- package/dist/components/ai-elements/panel.d.ts +6 -0
- package/dist/components/ai-elements/panel.d.ts.map +1 -0
- package/dist/components/ai-elements/panel.js +5 -0
- package/dist/components/ai-elements/panel.js.map +1 -0
- package/dist/components/ai-elements/plan.d.ts +26 -0
- package/dist/components/ai-elements/plan.d.ts.map +1 -0
- package/dist/components/ai-elements/plan.js +32 -0
- package/dist/components/ai-elements/plan.js.map +1 -0
- package/dist/components/ai-elements/prompt-input.d.ts +187 -0
- package/dist/components/ai-elements/prompt-input.d.ts.map +1 -0
- package/dist/components/ai-elements/prompt-input.js +544 -0
- package/dist/components/ai-elements/prompt-input.js.map +1 -0
- package/dist/components/ai-elements/queue.d.ts +62 -0
- package/dist/components/ai-elements/queue.d.ts.map +1 -0
- package/dist/components/ai-elements/queue.js +25 -0
- package/dist/components/ai-elements/queue.js.map +1 -0
- package/dist/components/ai-elements/reasoning.d.ts +17 -0
- package/dist/components/ai-elements/reasoning.d.ts.map +1 -0
- package/dist/components/ai-elements/reasoning.js +77 -0
- package/dist/components/ai-elements/reasoning.js.map +1 -0
- package/dist/components/ai-elements/response.d.ts +6 -0
- package/dist/components/ai-elements/response.d.ts.map +1 -0
- package/dist/components/ai-elements/response.js +8 -0
- package/dist/components/ai-elements/response.js.map +1 -0
- package/dist/components/ai-elements/shimmer.d.ts +10 -0
- package/dist/components/ai-elements/shimmer.d.ts.map +1 -0
- package/dist/components/ai-elements/shimmer.js +19 -0
- package/dist/components/ai-elements/shimmer.js.map +1 -0
- package/dist/components/ai-elements/sources.d.ts +13 -0
- package/dist/components/ai-elements/sources.d.ts.map +1 -0
- package/dist/components/ai-elements/sources.js +10 -0
- package/dist/components/ai-elements/sources.js.map +1 -0
- package/dist/components/ai-elements/suggestion.d.ts +11 -0
- package/dist/components/ai-elements/suggestion.d.ts.map +1 -0
- package/dist/components/ai-elements/suggestion.js +13 -0
- package/dist/components/ai-elements/suggestion.js.map +1 -0
- package/dist/components/ai-elements/task.d.ts +15 -0
- package/dist/components/ai-elements/task.d.ts.map +1 -0
- package/dist/components/ai-elements/task.js +11 -0
- package/dist/components/ai-elements/task.js.map +1 -0
- package/dist/components/ai-elements/tool.d.ts +24 -0
- package/dist/components/ai-elements/tool.d.ts.map +1 -0
- package/dist/components/ai-elements/tool.js +47 -0
- package/dist/components/ai-elements/tool.js.map +1 -0
- package/dist/components/ai-elements/toolbar.d.ts +6 -0
- package/dist/components/ai-elements/toolbar.d.ts.map +1 -0
- package/dist/components/ai-elements/toolbar.js +5 -0
- package/dist/components/ai-elements/toolbar.js.map +1 -0
- package/dist/components/ai-elements/web-preview.d.ts +35 -0
- package/dist/components/ai-elements/web-preview.d.ts.map +1 -0
- package/dist/components/ai-elements/web-preview.js +63 -0
- package/dist/components/ai-elements/web-preview.js.map +1 -0
- package/dist/components/internal/Chat.d.ts +11 -0
- package/dist/components/internal/Chat.d.ts.map +1 -0
- package/dist/components/internal/Chat.js +52 -0
- package/dist/components/internal/Chat.js.map +1 -0
- package/dist/components/internal/Header.d.ts +10 -0
- package/dist/components/internal/Header.d.ts.map +1 -0
- package/dist/components/internal/Header.js +31 -0
- package/dist/components/internal/Header.js.map +1 -0
- package/dist/components/internal/InputSection.d.ts +14 -0
- package/dist/components/internal/InputSection.d.ts.map +1 -0
- package/dist/components/internal/InputSection.js +212 -0
- package/dist/components/internal/InputSection.js.map +1 -0
- package/dist/components/internal/Schema.d.ts +7 -0
- package/dist/components/internal/Schema.d.ts.map +1 -0
- package/dist/components/internal/Schema.js +14 -0
- package/dist/components/internal/Schema.js.map +1 -0
- package/dist/components/internal/WorkbenchProvider.d.ts +11 -0
- package/dist/components/internal/WorkbenchProvider.d.ts.map +1 -0
- package/dist/components/internal/WorkbenchProvider.js +224 -0
- package/dist/components/internal/WorkbenchProvider.js.map +1 -0
- package/dist/components/internal/logo.d.ts +2 -0
- package/dist/components/internal/logo.d.ts.map +1 -0
- package/dist/components/internal/logo.js +5 -0
- package/dist/components/internal/logo.js.map +1 -0
- package/dist/components/ui/alert.d.ts +10 -0
- package/dist/components/ui/alert.d.ts.map +1 -0
- package/dist/components/ui/alert.js +25 -0
- package/dist/components/ui/alert.js.map +1 -0
- package/dist/components/ui/avatar.d.ts +7 -0
- package/dist/components/ui/avatar.d.ts.map +1 -0
- package/dist/components/ui/avatar.js +14 -0
- package/dist/components/ui/avatar.js.map +1 -0
- package/dist/components/ui/badge.d.ts +10 -0
- package/dist/components/ui/badge.d.ts.map +1 -0
- package/dist/components/ui/badge.js +23 -0
- package/dist/components/ui/badge.js.map +1 -0
- package/dist/components/ui/button.d.ts +3 -4
- package/dist/components/ui/button.d.ts.map +1 -1
- package/dist/components/ui/button.js.map +1 -1
- package/dist/components/ui/card.d.ts +2 -1
- package/dist/components/ui/card.d.ts.map +1 -1
- package/dist/components/ui/card.js +4 -1
- package/dist/components/ui/card.js.map +1 -1
- package/dist/components/ui/carousel.d.ts +20 -0
- package/dist/components/ui/carousel.d.ts.map +1 -0
- package/dist/components/ui/carousel.js +92 -0
- package/dist/components/ui/carousel.js.map +1 -0
- package/dist/components/ui/checkbox.d.ts +5 -0
- package/dist/components/ui/checkbox.d.ts.map +1 -0
- package/dist/components/ui/checkbox.js +9 -0
- package/dist/components/ui/checkbox.js.map +1 -0
- package/dist/components/ui/collapsible.d.ts +6 -0
- package/dist/components/ui/collapsible.d.ts.map +1 -0
- package/dist/components/ui/collapsible.js +14 -0
- package/dist/components/ui/collapsible.js.map +1 -0
- package/dist/components/ui/command.d.ts +19 -0
- package/dist/components/ui/command.d.ts.map +1 -0
- package/dist/components/ui/command.js +34 -0
- package/dist/components/ui/command.js.map +1 -0
- package/dist/components/ui/dialog.d.ts +16 -0
- package/dist/components/ui/dialog.d.ts.map +1 -0
- package/dist/components/ui/dialog.js +36 -0
- package/dist/components/ui/dialog.js.map +1 -0
- package/dist/components/ui/dropdown-menu.d.ts +26 -0
- package/dist/components/ui/dropdown-menu.d.ts.map +1 -0
- package/dist/components/ui/dropdown-menu.js +52 -0
- package/dist/components/ui/dropdown-menu.js.map +1 -0
- package/dist/components/ui/field.d.ts +25 -0
- package/dist/components/ui/field.d.ts.map +1 -0
- package/dist/components/ui/field.js +74 -0
- package/dist/components/ui/field.js.map +1 -0
- package/dist/components/ui/form.d.ts +25 -0
- package/dist/components/ui/form.d.ts.map +1 -0
- package/dist/components/ui/form.js +58 -0
- package/dist/components/ui/form.js.map +1 -0
- package/dist/components/ui/hover-card.d.ts +7 -0
- package/dist/components/ui/hover-card.d.ts.map +1 -0
- package/dist/components/ui/hover-card.js +14 -0
- package/dist/components/ui/hover-card.js.map +1 -0
- package/dist/components/ui/input-group.d.ts +17 -0
- package/dist/components/ui/input-group.d.ts.map +1 -0
- package/dist/components/ui/input-group.js +64 -0
- package/dist/components/ui/input-group.js.map +1 -0
- package/dist/components/ui/input.d.ts +1 -2
- package/dist/components/ui/input.d.ts.map +1 -1
- package/dist/components/ui/input.js +3 -5
- package/dist/components/ui/input.js.map +1 -1
- package/dist/components/ui/label.d.ts +5 -0
- package/dist/components/ui/label.d.ts.map +1 -0
- package/dist/components/ui/label.js +9 -0
- package/dist/components/ui/label.js.map +1 -0
- package/dist/components/ui/popover.d.ts +8 -0
- package/dist/components/ui/popover.d.ts.map +1 -0
- package/dist/components/ui/popover.js +18 -0
- package/dist/components/ui/popover.js.map +1 -0
- package/dist/components/ui/progress.d.ts +5 -0
- package/dist/components/ui/progress.d.ts.map +1 -0
- package/dist/components/ui/progress.js +9 -0
- package/dist/components/ui/progress.js.map +1 -0
- package/dist/components/ui/resizable-provider.d.ts +15 -0
- package/dist/components/ui/resizable-provider.d.ts.map +1 -0
- package/dist/components/ui/resizable-provider.js +54 -0
- package/dist/components/ui/resizable-provider.js.map +1 -0
- package/dist/components/ui/resizable.d.ts +9 -0
- package/dist/components/ui/resizable.d.ts.map +1 -0
- package/dist/components/ui/resizable.js +16 -0
- package/dist/components/ui/resizable.js.map +1 -0
- package/dist/components/ui/scroll-area.d.ts +6 -0
- package/dist/components/ui/scroll-area.d.ts.map +1 -0
- package/dist/components/ui/scroll-area.js +11 -0
- package/dist/components/ui/scroll-area.js.map +1 -0
- package/dist/components/ui/select.d.ts +16 -0
- package/dist/components/ui/select.d.ts.map +1 -0
- package/dist/components/ui/select.js +39 -0
- package/dist/components/ui/select.js.map +1 -0
- package/dist/components/ui/separator.d.ts +5 -0
- package/dist/components/ui/separator.d.ts.map +1 -0
- package/dist/components/ui/separator.js +9 -0
- package/dist/components/ui/separator.js.map +1 -0
- package/dist/components/ui/switch.d.ts +5 -0
- package/dist/components/ui/switch.d.ts.map +1 -0
- package/dist/components/ui/switch.js +8 -0
- package/dist/components/ui/switch.js.map +1 -0
- package/dist/components/ui/tabs.d.ts +8 -0
- package/dist/components/ui/tabs.d.ts.map +1 -0
- package/dist/components/ui/tabs.js +17 -0
- package/dist/components/ui/tabs.js.map +1 -0
- package/dist/components/ui/textarea.d.ts +4 -0
- package/dist/components/ui/textarea.d.ts.map +1 -0
- package/dist/components/ui/textarea.js +7 -0
- package/dist/components/ui/textarea.js.map +1 -0
- package/dist/components/ui/theme-provider.d.ts +14 -0
- package/dist/components/ui/theme-provider.d.ts.map +1 -0
- package/dist/components/ui/theme-provider.js +37 -0
- package/dist/components/ui/theme-provider.js.map +1 -0
- package/dist/components/ui/theme-toggle.d.ts +2 -0
- package/dist/components/ui/theme-toggle.d.ts.map +1 -0
- package/dist/components/ui/theme-toggle.js +10 -0
- package/dist/components/ui/theme-toggle.js.map +1 -0
- package/dist/components/ui/toggle.d.ts +10 -0
- package/dist/components/ui/toggle.d.ts.map +1 -0
- package/dist/components/ui/toggle.js +26 -0
- package/dist/components/ui/toggle.js.map +1 -0
- package/dist/components/ui/tooltip.d.ts +8 -0
- package/dist/components/ui/tooltip.d.ts.map +1 -0
- package/dist/components/ui/tooltip.js +17 -0
- package/dist/components/ui/tooltip.js.map +1 -0
- package/dist/components.d.ts +10 -6
- package/dist/components.d.ts.map +1 -1
- package/dist/components.js +11 -36
- package/dist/components.js.map +1 -1
- package/dist/hooks/index.d.ts +6 -0
- package/dist/hooks/index.d.ts.map +1 -0
- package/dist/hooks/index.js +4 -0
- package/dist/hooks/index.js.map +1 -0
- package/dist/hooks/useAgentSchemas.d.ts +70 -0
- package/dist/hooks/useAgentSchemas.d.ts.map +1 -0
- package/dist/hooks/useAgentSchemas.js +90 -0
- package/dist/hooks/useAgentSchemas.js.map +1 -0
- package/dist/hooks/useWorkbenchSchemas.d.ts +56 -0
- package/dist/hooks/useWorkbenchSchemas.d.ts.map +1 -0
- package/dist/hooks/useWorkbenchSchemas.js +63 -0
- package/dist/hooks/useWorkbenchSchemas.js.map +1 -0
- package/dist/hooks/useWorkbenchWebsocket.d.ts +14 -0
- package/dist/hooks/useWorkbenchWebsocket.d.ts.map +1 -0
- package/dist/hooks/useWorkbenchWebsocket.js +163 -0
- package/dist/hooks/useWorkbenchWebsocket.js.map +1 -0
- package/dist/index.d.ts +3 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +4 -5
- package/dist/index.js.map +1 -1
- package/dist/server.d.ts +3 -0
- package/dist/server.d.ts.map +1 -0
- package/dist/server.js +5 -0
- package/dist/server.js.map +1 -0
- package/dist/styles.css +3423 -196
- package/dist/types/config.d.ts +29 -0
- package/dist/types/config.d.ts.map +1 -0
- package/dist/types/config.js +2 -0
- package/dist/types/config.js.map +1 -0
- package/dist/types.d.ts +1 -1
- package/dist/types.d.ts.map +1 -1
- package/dist/workbench.d.ts +1 -2
- package/dist/workbench.d.ts.map +1 -1
- package/dist/workbench.js +0 -2
- package/dist/workbench.js.map +1 -1
- package/package.json +50 -7
- package/src/components/App.tsx +29 -0
- package/src/components/ConnectionStatus.tsx +67 -0
- package/src/components/Inline.tsx +16 -0
- package/src/components/ai-elements/actions.tsx +60 -0
- package/src/components/ai-elements/artifact.tsx +118 -0
- package/src/components/ai-elements/branch.tsx +187 -0
- package/src/components/ai-elements/canvas.tsx +24 -0
- package/src/components/ai-elements/chain-of-thought.tsx +198 -0
- package/src/components/ai-elements/code-block.tsx +175 -0
- package/src/components/ai-elements/confirmation.tsx +119 -0
- package/src/components/ai-elements/connection.tsx +16 -0
- package/src/components/ai-elements/context.tsx +357 -0
- package/src/components/ai-elements/controls.tsx +18 -0
- package/src/components/ai-elements/conversation.tsx +90 -0
- package/src/components/ai-elements/edge.tsx +131 -0
- package/src/components/ai-elements/image.tsx +16 -0
- package/src/components/ai-elements/inline-citation.tsx +246 -0
- package/src/components/ai-elements/loader.tsx +88 -0
- package/src/components/ai-elements/message.tsx +63 -0
- package/src/components/ai-elements/node.tsx +66 -0
- package/src/components/ai-elements/open-in-chat.tsx +333 -0
- package/src/components/ai-elements/panel.tsx +12 -0
- package/src/components/ai-elements/plan.tsx +123 -0
- package/src/components/ai-elements/prompt-input.tsx +1203 -0
- package/src/components/ai-elements/queue.tsx +231 -0
- package/src/components/ai-elements/reasoning.tsx +163 -0
- package/src/components/ai-elements/response.tsx +19 -0
- package/src/components/ai-elements/shimmer.tsx +53 -0
- package/src/components/ai-elements/sources.tsx +53 -0
- package/src/components/ai-elements/suggestion.tsx +47 -0
- package/src/components/ai-elements/task.tsx +64 -0
- package/src/components/ai-elements/tool.tsx +136 -0
- package/src/components/ai-elements/toolbar.tsx +13 -0
- package/src/components/ai-elements/web-preview.tsx +238 -0
- package/src/components/internal/Chat.tsx +183 -0
- package/src/components/internal/Header.tsx +77 -0
- package/src/components/internal/InputSection.tsx +427 -0
- package/src/components/internal/Schema.tsx +111 -0
- package/src/components/internal/WorkbenchProvider.tsx +265 -0
- package/src/components/internal/logo.tsx +11 -0
- package/src/components/ui/alert.tsx +60 -0
- package/src/components/ui/avatar.tsx +42 -0
- package/src/components/ui/badge.tsx +40 -0
- package/src/components/ui/button.tsx +10 -5
- package/src/components/ui/card.tsx +4 -1
- package/src/components/ui/carousel.tsx +234 -0
- package/src/components/ui/checkbox.tsx +27 -0
- package/src/components/ui/collapsible.tsx +21 -0
- package/src/components/ui/command.tsx +153 -0
- package/src/components/ui/dialog.tsx +127 -0
- package/src/components/ui/dropdown-menu.tsx +228 -0
- package/src/components/ui/field.tsx +234 -0
- package/src/components/ui/form.tsx +154 -0
- package/src/components/ui/hover-card.tsx +36 -0
- package/src/components/ui/input-group.tsx +158 -0
- package/src/components/ui/input.tsx +16 -18
- package/src/components/ui/label.tsx +21 -0
- package/src/components/ui/popover.tsx +42 -0
- package/src/components/ui/progress.tsx +28 -0
- package/src/components/ui/resizable-provider.tsx +83 -0
- package/src/components/ui/resizable.tsx +54 -0
- package/src/components/ui/scroll-area.tsx +54 -0
- package/src/components/ui/select.tsx +172 -0
- package/src/components/ui/separator.tsx +28 -0
- package/src/components/ui/switch.tsx +26 -0
- package/src/components/ui/tabs.tsx +52 -0
- package/src/components/ui/textarea.tsx +18 -0
- package/src/components/ui/theme-provider.tsx +71 -0
- package/src/components/ui/theme-toggle.tsx +30 -0
- package/src/components/ui/toggle.tsx +44 -0
- package/src/components/ui/tooltip.tsx +55 -0
- package/src/components.tsx +28 -74
- package/src/hooks/index.ts +19 -0
- package/src/hooks/useAgentSchemas.ts +144 -0
- package/src/hooks/useWorkbenchSchemas.ts +69 -0
- package/src/hooks/useWorkbenchWebsocket.ts +220 -0
- package/src/index.ts +5 -11
- package/src/server.ts +6 -0
- package/src/styles.css +214 -59
- package/src/types/config.ts +34 -0
- package/src/types.ts +1 -1
- package/src/workbench.ts +1 -4
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
+
import { Badge } from '../ui/badge';
|
|
4
|
+
import { Carousel, CarouselContent, CarouselItem } from '../ui/carousel';
|
|
5
|
+
import { HoverCard, HoverCardContent, HoverCardTrigger } from '../ui/hover-card';
|
|
6
|
+
import { cn } from '../../lib/utils';
|
|
7
|
+
import { ArrowLeftIcon, ArrowRightIcon } from 'lucide-react';
|
|
8
|
+
import { createContext, useCallback, useContext, useEffect, useState, } from 'react';
|
|
9
|
+
export const InlineCitation = ({ className, ...props }) => (_jsx("span", { className: cn('group inline items-center gap-1', className), ...props }));
|
|
10
|
+
export const InlineCitationText = ({ className, ...props }) => (_jsx("span", { className: cn('transition-colors group-hover:bg-accent', className), ...props }));
|
|
11
|
+
export const InlineCitationCard = (props) => (_jsx(HoverCard, { closeDelay: 0, openDelay: 0, ...props }));
|
|
12
|
+
export const InlineCitationCardTrigger = ({ sources, className, ...props }) => (_jsx(HoverCardTrigger, { asChild: true, children: _jsx(Badge, { className: cn('ml-1 rounded-full', className), variant: "secondary", ...props, children: sources[0] ? (_jsxs(_Fragment, { children: [new URL(sources[0]).hostname, " ", sources.length > 1 && `+${sources.length - 1}`] })) : ('unknown') }) }));
|
|
13
|
+
export const InlineCitationCardBody = ({ className, ...props }) => (_jsx(HoverCardContent, { className: cn('relative w-80 p-0', className), ...props }));
|
|
14
|
+
const CarouselApiContext = createContext(undefined);
|
|
15
|
+
const useCarouselApi = () => {
|
|
16
|
+
const context = useContext(CarouselApiContext);
|
|
17
|
+
return context;
|
|
18
|
+
};
|
|
19
|
+
export const InlineCitationCarousel = ({ className, children, ...props }) => {
|
|
20
|
+
const [api, setApi] = useState();
|
|
21
|
+
return (_jsx(CarouselApiContext.Provider, { value: api, children: _jsx(Carousel, { className: cn('w-full', className), setApi: setApi, ...props, children: children }) }));
|
|
22
|
+
};
|
|
23
|
+
export const InlineCitationCarouselContent = (props) => (_jsx(CarouselContent, { ...props }));
|
|
24
|
+
export const InlineCitationCarouselItem = ({ className, ...props }) => (_jsx(CarouselItem, { className: cn('w-full space-y-2 p-4 pl-8', className), ...props }));
|
|
25
|
+
export const InlineCitationCarouselHeader = ({ className, ...props }) => (_jsx("div", { className: cn('flex items-center justify-between gap-2 rounded-t-md bg-secondary p-2', className), ...props }));
|
|
26
|
+
export const InlineCitationCarouselIndex = ({ children, className, ...props }) => {
|
|
27
|
+
const api = useCarouselApi();
|
|
28
|
+
const [current, setCurrent] = useState(0);
|
|
29
|
+
const [count, setCount] = useState(0);
|
|
30
|
+
useEffect(() => {
|
|
31
|
+
if (!api) {
|
|
32
|
+
return;
|
|
33
|
+
}
|
|
34
|
+
setCount(api.scrollSnapList().length);
|
|
35
|
+
setCurrent(api.selectedScrollSnap() + 1);
|
|
36
|
+
api.on('select', () => {
|
|
37
|
+
setCurrent(api.selectedScrollSnap() + 1);
|
|
38
|
+
});
|
|
39
|
+
}, [api]);
|
|
40
|
+
return (_jsx("div", { className: cn('flex flex-1 items-center justify-end px-3 py-1 text-muted-foreground text-xs', className), ...props, children: children ?? `${current}/${count}` }));
|
|
41
|
+
};
|
|
42
|
+
export const InlineCitationCarouselPrev = ({ className, ...props }) => {
|
|
43
|
+
const api = useCarouselApi();
|
|
44
|
+
const handleClick = useCallback(() => {
|
|
45
|
+
if (api) {
|
|
46
|
+
api.scrollPrev();
|
|
47
|
+
}
|
|
48
|
+
}, [api]);
|
|
49
|
+
return (_jsx("button", { "aria-label": "Previous", className: cn('shrink-0', className), onClick: handleClick, type: "button", ...props, children: _jsx(ArrowLeftIcon, { className: "size-4 text-muted-foreground" }) }));
|
|
50
|
+
};
|
|
51
|
+
export const InlineCitationCarouselNext = ({ className, ...props }) => {
|
|
52
|
+
const api = useCarouselApi();
|
|
53
|
+
const handleClick = useCallback(() => {
|
|
54
|
+
if (api) {
|
|
55
|
+
api.scrollNext();
|
|
56
|
+
}
|
|
57
|
+
}, [api]);
|
|
58
|
+
return (_jsx("button", { "aria-label": "Next", className: cn('shrink-0', className), onClick: handleClick, type: "button", ...props, children: _jsx(ArrowRightIcon, { className: "size-4 text-muted-foreground" }) }));
|
|
59
|
+
};
|
|
60
|
+
export const InlineCitationSource = ({ title, url, description, className, children, ...props }) => (_jsxs("div", { className: cn('space-y-1', className), ...props, children: [title && _jsx("h4", { className: "truncate font-medium text-sm leading-tight", children: title }), url && _jsx("p", { className: "truncate break-all text-muted-foreground text-xs", children: url }), description && (_jsx("p", { className: "line-clamp-3 text-muted-foreground text-sm leading-relaxed", children: description })), children] }));
|
|
61
|
+
export const InlineCitationQuote = ({ children, className, ...props }) => (_jsx("blockquote", { className: cn('border-muted border-l-2 pl-3 text-muted-foreground text-sm italic', className), ...props, children: children }));
|
|
62
|
+
//# sourceMappingURL=inline-citation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"inline-citation.js","sourceRoot":"","sources":["../../../src/components/ai-elements/inline-citation.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { HTMLAttributes } from 'react';
|
|
2
|
+
export type LoaderProps = HTMLAttributes<HTMLDivElement> & {
|
|
3
|
+
size?: number;
|
|
4
|
+
};
|
|
5
|
+
export declare const Loader: ({ className, size, ...props }: LoaderProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
//# sourceMappingURL=loader.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loader.d.ts","sourceRoot":"","sources":["../../../src/components/ai-elements/loader.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AA2E5C,MAAM,MAAM,WAAW,GAAG,cAAc,CAAC,cAAc,CAAC,GAAG;IAC1D,IAAI,CAAC,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,MAAM,GAAI,+BAAoC,WAAW,4CAOrE,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { cn } from '../../lib/utils';
|
|
3
|
+
const LoaderIcon = ({ size = 16 }) => (_jsxs("svg", { height: size, strokeLinejoin: "round", style: { color: 'currentcolor' }, viewBox: "0 0 16 16", width: size, children: [_jsx("title", { children: "Loader" }), _jsxs("g", { clipPath: "url(#clip0_2393_1490)", children: [_jsx("path", { d: "M8 0V4", stroke: "currentColor", strokeWidth: "1.5" }), _jsx("path", { d: "M8 16V12", opacity: "0.5", stroke: "currentColor", strokeWidth: "1.5" }), _jsx("path", { d: "M3.29773 1.52783L5.64887 4.7639", opacity: "0.9", stroke: "currentColor", strokeWidth: "1.5" }), _jsx("path", { d: "M12.7023 1.52783L10.3511 4.7639", opacity: "0.1", stroke: "currentColor", strokeWidth: "1.5" }), _jsx("path", { d: "M12.7023 14.472L10.3511 11.236", opacity: "0.4", stroke: "currentColor", strokeWidth: "1.5" }), _jsx("path", { d: "M3.29773 14.472L5.64887 11.236", opacity: "0.6", stroke: "currentColor", strokeWidth: "1.5" }), _jsx("path", { d: "M15.6085 5.52783L11.8043 6.7639", opacity: "0.2", stroke: "currentColor", strokeWidth: "1.5" }), _jsx("path", { d: "M0.391602 10.472L4.19583 9.23598", opacity: "0.7", stroke: "currentColor", strokeWidth: "1.5" }), _jsx("path", { d: "M15.6085 10.4722L11.8043 9.2361", opacity: "0.3", stroke: "currentColor", strokeWidth: "1.5" }), _jsx("path", { d: "M0.391602 5.52783L4.19583 6.7639", opacity: "0.8", stroke: "currentColor", strokeWidth: "1.5" })] }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_2393_1490", children: _jsx("rect", { fill: "white", height: "16", width: "16" }) }) })] }));
|
|
4
|
+
export const Loader = ({ className, size = 16, ...props }) => (_jsx("div", { className: cn('inline-flex animate-spin items-center justify-center', className), ...props, children: _jsx(LoaderIcon, { size: size }) }));
|
|
5
|
+
//# sourceMappingURL=loader.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loader.js","sourceRoot":"","sources":["../../../src/components/ai-elements/loader.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,iBAAiB,CAAC;AAOrC,MAAM,UAAU,GAAG,CAAC,EAAE,IAAI,GAAG,EAAE,EAAmB,EAAE,EAAE,CAAC,CACtD,eACC,MAAM,EAAE,IAAI,EACZ,cAAc,EAAC,OAAO,EACtB,KAAK,EAAE,EAAE,KAAK,EAAE,cAAc,EAAE,EAChC,OAAO,EAAC,WAAW,EACnB,KAAK,EAAE,IAAI,aAEX,qCAAqB,EACrB,aAAG,QAAQ,EAAC,uBAAuB,aAClC,eAAM,CAAC,EAAC,QAAQ,EAAC,MAAM,EAAC,cAAc,EAAC,WAAW,EAAC,KAAK,GAAG,EAC3D,eAAM,CAAC,EAAC,UAAU,EAAC,OAAO,EAAC,KAAK,EAAC,MAAM,EAAC,cAAc,EAAC,WAAW,EAAC,KAAK,GAAG,EAC3E,eACC,CAAC,EAAC,iCAAiC,EACnC,OAAO,EAAC,KAAK,EACb,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,KAAK,GAChB,EACF,eACC,CAAC,EAAC,iCAAiC,EACnC,OAAO,EAAC,KAAK,EACb,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,KAAK,GAChB,EACF,eACC,CAAC,EAAC,gCAAgC,EAClC,OAAO,EAAC,KAAK,EACb,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,KAAK,GAChB,EACF,eACC,CAAC,EAAC,gCAAgC,EAClC,OAAO,EAAC,KAAK,EACb,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,KAAK,GAChB,EACF,eACC,CAAC,EAAC,iCAAiC,EACnC,OAAO,EAAC,KAAK,EACb,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,KAAK,GAChB,EACF,eACC,CAAC,EAAC,kCAAkC,EACpC,OAAO,EAAC,KAAK,EACb,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,KAAK,GAChB,EACF,eACC,CAAC,EAAC,iCAAiC,EACnC,OAAO,EAAC,KAAK,EACb,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,KAAK,GAChB,EACF,eACC,CAAC,EAAC,kCAAkC,EACpC,OAAO,EAAC,KAAK,EACb,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,KAAK,GAChB,IACC,EACJ,yBACC,mBAAU,EAAE,EAAC,iBAAiB,YAC7B,eAAM,IAAI,EAAC,OAAO,EAAC,MAAM,EAAC,IAAI,EAAC,KAAK,EAAC,IAAI,GAAG,GAClC,GACL,IACF,CACN,CAAC;AAMF,MAAM,CAAC,MAAM,MAAM,GAAG,CAAC,EAAE,SAAS,EAAE,IAAI,GAAG,EAAE,EAAE,GAAG,KAAK,EAAe,EAAE,EAAE,CAAC,CAC1E,cACC,SAAS,EAAE,EAAE,CAAC,sDAAsD,EAAE,SAAS,CAAC,KAC5E,KAAK,YAET,KAAC,UAAU,IAAC,IAAI,EAAE,IAAI,GAAI,GACrB,CACN,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { Avatar } from '../ui/avatar';
|
|
2
|
+
import type { UIMessage } from 'ai';
|
|
3
|
+
import { type VariantProps } from 'class-variance-authority';
|
|
4
|
+
import type { ComponentProps, HTMLAttributes } from 'react';
|
|
5
|
+
export type MessageProps = HTMLAttributes<HTMLDivElement> & {
|
|
6
|
+
from: UIMessage['role'];
|
|
7
|
+
};
|
|
8
|
+
export declare const Message: ({ className, from, ...props }: MessageProps) => import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
declare const messageContentVariants: (props?: ({
|
|
10
|
+
variant?: "flat" | "contained" | null | undefined;
|
|
11
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
12
|
+
export type MessageContentProps = HTMLAttributes<HTMLDivElement> & VariantProps<typeof messageContentVariants>;
|
|
13
|
+
export declare const MessageContent: ({ children, className, variant, ...props }: MessageContentProps) => import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
export type MessageAvatarProps = ComponentProps<typeof Avatar> & {
|
|
15
|
+
src: string;
|
|
16
|
+
name?: string;
|
|
17
|
+
};
|
|
18
|
+
export declare const MessageAvatar: ({ src, name, className, ...props }: MessageAvatarProps) => import("react/jsx-runtime").JSX.Element;
|
|
19
|
+
export {};
|
|
20
|
+
//# sourceMappingURL=message.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"message.d.ts","sourceRoot":"","sources":["../../../src/components/ai-elements/message.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAA+B,MAAM,cAAc,CAAC;AAEnE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,IAAI,CAAC;AACpC,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,KAAK,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5D,MAAM,MAAM,YAAY,GAAG,cAAc,CAAC,cAAc,CAAC,GAAG;IAC3D,IAAI,EAAE,SAAS,CAAC,MAAM,CAAC,CAAC;CACxB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAI,+BAA+B,YAAY,4CASlE,CAAC;AAEF,QAAA,MAAM,sBAAsB;;8EAoB3B,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG,cAAc,CAAC,cAAc,CAAC,GAC/D,YAAY,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAE7C,eAAO,MAAM,cAAc,GAAI,4CAA4C,mBAAmB,4CAI7F,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG,cAAc,CAAC,OAAO,MAAM,CAAC,GAAG;IAChE,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,CAAC,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,oCAAoC,kBAAkB,4CAKnF,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { Avatar, AvatarFallback, AvatarImage } from '../ui/avatar';
|
|
3
|
+
import { cn } from '../../lib/utils';
|
|
4
|
+
import { cva } from 'class-variance-authority';
|
|
5
|
+
export const Message = ({ className, from, ...props }) => (_jsx("div", { className: cn('group flex w-full items-end justify-end gap-2 py-4', from === 'user' ? 'is-user' : 'is-assistant flex-row-reverse justify-end', className), ...props }));
|
|
6
|
+
const messageContentVariants = cva('is-user:dark flex flex-col gap-2 overflow-hidden rounded-lg text-sm', {
|
|
7
|
+
variants: {
|
|
8
|
+
variant: {
|
|
9
|
+
contained: [
|
|
10
|
+
'max-w-[80%] px-4 py-3',
|
|
11
|
+
'group-[.is-user]:bg-primary group-[.is-user]:text-primary-foreground',
|
|
12
|
+
'group-[.is-assistant]:bg-secondary group-[.is-assistant]:text-foreground',
|
|
13
|
+
],
|
|
14
|
+
flat: [
|
|
15
|
+
'group-[.is-user]:max-w-[80%] group-[.is-user]:bg-secondary group-[.is-user]:px-4 group-[.is-user]:py-3 group-[.is-user]:text-foreground',
|
|
16
|
+
'group-[.is-assistant]:text-foreground',
|
|
17
|
+
],
|
|
18
|
+
},
|
|
19
|
+
},
|
|
20
|
+
defaultVariants: {
|
|
21
|
+
variant: 'contained',
|
|
22
|
+
},
|
|
23
|
+
});
|
|
24
|
+
export const MessageContent = ({ children, className, variant, ...props }) => (_jsx("div", { className: cn(messageContentVariants({ variant, className })), ...props, children: children }));
|
|
25
|
+
export const MessageAvatar = ({ src, name, className, ...props }) => (_jsxs(Avatar, { className: cn('size-8 ring-1 ring-border', className), ...props, children: [_jsx(AvatarImage, { alt: "", className: "mt-0 mb-0", src: src }), _jsx(AvatarFallback, { children: name?.slice(0, 2) || 'ME' })] }));
|
|
26
|
+
//# sourceMappingURL=message.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"message.js","sourceRoot":"","sources":["../../../src/components/ai-elements/message.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AACnE,OAAO,EAAE,EAAE,EAAE,MAAM,iBAAiB,CAAC;AAErC,OAAO,EAAE,GAAG,EAAqB,MAAM,0BAA0B,CAAC;AAOlE,MAAM,CAAC,MAAM,OAAO,GAAG,CAAC,EAAE,SAAS,EAAE,IAAI,EAAE,GAAG,KAAK,EAAgB,EAAE,EAAE,CAAC,CACvE,cACC,SAAS,EAAE,EAAE,CACZ,oDAAoD,EACpD,IAAI,KAAK,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,2CAA2C,EACzE,SAAS,CACT,KACG,KAAK,GACR,CACF,CAAC;AAEF,MAAM,sBAAsB,GAAG,GAAG,CACjC,qEAAqE,EACrE;IACC,QAAQ,EAAE;QACT,OAAO,EAAE;YACR,SAAS,EAAE;gBACV,uBAAuB;gBACvB,sEAAsE;gBACtE,0EAA0E;aAC1E;YACD,IAAI,EAAE;gBACL,yIAAyI;gBACzI,uCAAuC;aACvC;SACD;KACD;IACD,eAAe,EAAE;QAChB,OAAO,EAAE,WAAW;KACpB;CACD,CACD,CAAC;AAKF,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,EAAE,QAAQ,EAAE,SAAS,EAAE,OAAO,EAAE,GAAG,KAAK,EAAuB,EAAE,EAAE,CAAC,CAClG,cAAK,SAAS,EAAE,EAAE,CAAC,sBAAsB,CAAC,EAAE,OAAO,EAAE,SAAS,EAAE,CAAC,CAAC,KAAM,KAAK,YAC3E,QAAQ,GACJ,CACN,CAAC;AAOF,MAAM,CAAC,MAAM,aAAa,GAAG,CAAC,EAAE,GAAG,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,KAAK,EAAsB,EAAE,EAAE,CAAC,CACxF,MAAC,MAAM,IAAC,SAAS,EAAE,EAAE,CAAC,2BAA2B,EAAE,SAAS,CAAC,KAAM,KAAK,aACvE,KAAC,WAAW,IAAC,GAAG,EAAC,EAAE,EAAC,SAAS,EAAC,WAAW,EAAC,GAAG,EAAE,GAAG,GAAI,EACtD,KAAC,cAAc,cAAE,IAAI,EAAE,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,IAAI,IAAI,GAAkB,IACpD,CACT,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from '../ui/card';
|
|
2
|
+
import type { ComponentProps } from 'react';
|
|
3
|
+
export type NodeProps = ComponentProps<typeof Card> & {
|
|
4
|
+
handles: {
|
|
5
|
+
target: boolean;
|
|
6
|
+
source: boolean;
|
|
7
|
+
};
|
|
8
|
+
};
|
|
9
|
+
export declare const Node: ({ handles, className, ...props }: NodeProps) => import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export type NodeHeaderProps = ComponentProps<typeof CardHeader>;
|
|
11
|
+
export declare const NodeHeader: ({ className, ...props }: NodeHeaderProps) => import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export type NodeTitleProps = ComponentProps<typeof CardTitle>;
|
|
13
|
+
export declare const NodeTitle: (props: NodeTitleProps) => import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
export type NodeDescriptionProps = ComponentProps<typeof CardDescription>;
|
|
15
|
+
export declare const NodeDescription: (props: NodeDescriptionProps) => import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
export type NodeActionProps = ComponentProps<typeof CardAction>;
|
|
17
|
+
export declare const NodeAction: (props: NodeActionProps) => import("react/jsx-runtime").JSX.Element;
|
|
18
|
+
export type NodeContentProps = ComponentProps<typeof CardContent>;
|
|
19
|
+
export declare const NodeContent: ({ className, ...props }: NodeContentProps) => import("react/jsx-runtime").JSX.Element;
|
|
20
|
+
export type NodeFooterProps = ComponentProps<typeof CardFooter>;
|
|
21
|
+
export declare const NodeFooter: ({ className, ...props }: NodeFooterProps) => import("react/jsx-runtime").JSX.Element;
|
|
22
|
+
//# sourceMappingURL=node.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"node.d.ts","sourceRoot":"","sources":["../../../src/components/ai-elements/node.tsx"],"names":[],"mappings":"AAAA,OAAO,EACN,IAAI,EACJ,UAAU,EACV,WAAW,EACX,eAAe,EACf,UAAU,EACV,UAAU,EACV,SAAS,EACT,MAAM,YAAY,CAAC;AAGpB,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,MAAM,MAAM,SAAS,GAAG,cAAc,CAAC,OAAO,IAAI,CAAC,GAAG;IACrD,OAAO,EAAE;QACR,MAAM,EAAE,OAAO,CAAC;QAChB,MAAM,EAAE,OAAO,CAAC;KAChB,CAAC;CACF,CAAC;AAEF,eAAO,MAAM,IAAI,GAAI,kCAAkC,SAAS,4CAY/D,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG,cAAc,CAAC,OAAO,UAAU,CAAC,CAAC;AAEhE,eAAO,MAAM,UAAU,GAAI,yBAAyB,eAAe,4CAKlE,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG,cAAc,CAAC,OAAO,SAAS,CAAC,CAAC;AAE9D,eAAO,MAAM,SAAS,GAAI,OAAO,cAAc,4CAA6B,CAAC;AAE7E,MAAM,MAAM,oBAAoB,GAAG,cAAc,CAAC,OAAO,eAAe,CAAC,CAAC;AAE1E,eAAO,MAAM,eAAe,GAAI,OAAO,oBAAoB,4CAAmC,CAAC;AAE/F,MAAM,MAAM,eAAe,GAAG,cAAc,CAAC,OAAO,UAAU,CAAC,CAAC;AAEhE,eAAO,MAAM,UAAU,GAAI,OAAO,eAAe,4CAA8B,CAAC;AAEhF,MAAM,MAAM,gBAAgB,GAAG,cAAc,CAAC,OAAO,WAAW,CAAC,CAAC;AAElE,eAAO,MAAM,WAAW,GAAI,yBAAyB,gBAAgB,4CAEpE,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG,cAAc,CAAC,OAAO,UAAU,CAAC,CAAC;AAEhE,eAAO,MAAM,UAAU,GAAI,yBAAyB,eAAe,4CAElE,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, } from '../ui/card';
|
|
3
|
+
import { cn } from '../../lib/utils';
|
|
4
|
+
import { Handle, Position } from '@xyflow/react';
|
|
5
|
+
export const Node = ({ handles, className, ...props }) => (_jsxs(Card, { className: cn('node-container relative size-full h-auto w-sm gap-0 rounded-md p-0', className), ...props, children: [handles.target && _jsx(Handle, { position: Position.Left, type: "target" }), handles.source && _jsx(Handle, { position: Position.Right, type: "source" }), props.children] }));
|
|
6
|
+
export const NodeHeader = ({ className, ...props }) => (_jsx(CardHeader, { className: cn('gap-0.5 rounded-t-md border-b bg-secondary p-3!', className), ...props }));
|
|
7
|
+
export const NodeTitle = (props) => _jsx(CardTitle, { ...props });
|
|
8
|
+
export const NodeDescription = (props) => _jsx(CardDescription, { ...props });
|
|
9
|
+
export const NodeAction = (props) => _jsx(CardAction, { ...props });
|
|
10
|
+
export const NodeContent = ({ className, ...props }) => (_jsx(CardContent, { className: cn('p-3', className), ...props }));
|
|
11
|
+
export const NodeFooter = ({ className, ...props }) => (_jsx(CardFooter, { className: cn('rounded-b-md border-t bg-secondary p-3!', className), ...props }));
|
|
12
|
+
//# sourceMappingURL=node.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"node.js","sourceRoot":"","sources":["../../../src/components/ai-elements/node.tsx"],"names":[],"mappings":";AAAA,OAAO,EACN,IAAI,EACJ,UAAU,EACV,WAAW,EACX,eAAe,EACf,UAAU,EACV,UAAU,EACV,SAAS,GACT,MAAM,YAAY,CAAC;AACpB,OAAO,EAAE,EAAE,EAAE,MAAM,iBAAiB,CAAC;AACrC,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAUjD,MAAM,CAAC,MAAM,IAAI,GAAG,CAAC,EAAE,OAAO,EAAE,SAAS,EAAE,GAAG,KAAK,EAAa,EAAE,EAAE,CAAC,CACpE,MAAC,IAAI,IACJ,SAAS,EAAE,EAAE,CACZ,oEAAoE,EACpE,SAAS,CACT,KACG,KAAK,aAER,OAAO,CAAC,MAAM,IAAI,KAAC,MAAM,IAAC,QAAQ,EAAE,QAAQ,CAAC,IAAI,EAAE,IAAI,EAAC,QAAQ,GAAG,EACnE,OAAO,CAAC,MAAM,IAAI,KAAC,MAAM,IAAC,QAAQ,EAAE,QAAQ,CAAC,KAAK,EAAE,IAAI,EAAC,QAAQ,GAAG,EACpE,KAAK,CAAC,QAAQ,IACT,CACP,CAAC;AAIF,MAAM,CAAC,MAAM,UAAU,GAAG,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAmB,EAAE,EAAE,CAAC,CACvE,KAAC,UAAU,IACV,SAAS,EAAE,EAAE,CAAC,iDAAiD,EAAE,SAAS,CAAC,KACvE,KAAK,GACR,CACF,CAAC;AAIF,MAAM,CAAC,MAAM,SAAS,GAAG,CAAC,KAAqB,EAAE,EAAE,CAAC,KAAC,SAAS,OAAK,KAAK,GAAI,CAAC;AAI7E,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC,KAA2B,EAAE,EAAE,CAAC,KAAC,eAAe,OAAK,KAAK,GAAI,CAAC;AAI/F,MAAM,CAAC,MAAM,UAAU,GAAG,CAAC,KAAsB,EAAE,EAAE,CAAC,KAAC,UAAU,OAAK,KAAK,GAAI,CAAC;AAIhF,MAAM,CAAC,MAAM,WAAW,GAAG,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAoB,EAAE,EAAE,CAAC,CACzE,KAAC,WAAW,IAAC,SAAS,EAAE,EAAE,CAAC,KAAK,EAAE,SAAS,CAAC,KAAM,KAAK,GAAI,CAC3D,CAAC;AAIF,MAAM,CAAC,MAAM,UAAU,GAAG,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAmB,EAAE,EAAE,CAAC,CACvE,KAAC,UAAU,IAAC,SAAS,EAAE,EAAE,CAAC,yCAAyC,EAAE,SAAS,CAAC,KAAM,KAAK,GAAI,CAC9F,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuLabel, DropdownMenuSeparator, DropdownMenuTrigger } from '../ui/dropdown-menu';
|
|
2
|
+
import { type ComponentProps } from 'react';
|
|
3
|
+
export type OpenInProps = ComponentProps<typeof DropdownMenu> & {
|
|
4
|
+
query: string;
|
|
5
|
+
};
|
|
6
|
+
export declare const OpenIn: ({ query, ...props }: OpenInProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export type OpenInContentProps = ComponentProps<typeof DropdownMenuContent>;
|
|
8
|
+
export declare const OpenInContent: ({ className, ...props }: OpenInContentProps) => import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export type OpenInItemProps = ComponentProps<typeof DropdownMenuItem>;
|
|
10
|
+
export declare const OpenInItem: (props: OpenInItemProps) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export type OpenInLabelProps = ComponentProps<typeof DropdownMenuLabel>;
|
|
12
|
+
export declare const OpenInLabel: (props: OpenInLabelProps) => import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
export type OpenInSeparatorProps = ComponentProps<typeof DropdownMenuSeparator>;
|
|
14
|
+
export declare const OpenInSeparator: (props: OpenInSeparatorProps) => import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
export type OpenInTriggerProps = ComponentProps<typeof DropdownMenuTrigger>;
|
|
16
|
+
export declare const OpenInTrigger: ({ children, ...props }: OpenInTriggerProps) => import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
export type OpenInChatGPTProps = ComponentProps<typeof DropdownMenuItem>;
|
|
18
|
+
export declare const OpenInChatGPT: (props: OpenInChatGPTProps) => import("react/jsx-runtime").JSX.Element;
|
|
19
|
+
export type OpenInClaudeProps = ComponentProps<typeof DropdownMenuItem>;
|
|
20
|
+
export declare const OpenInClaude: (props: OpenInClaudeProps) => import("react/jsx-runtime").JSX.Element;
|
|
21
|
+
export type OpenInT3Props = ComponentProps<typeof DropdownMenuItem>;
|
|
22
|
+
export declare const OpenInT3: (props: OpenInT3Props) => import("react/jsx-runtime").JSX.Element;
|
|
23
|
+
export type OpenInSciraProps = ComponentProps<typeof DropdownMenuItem>;
|
|
24
|
+
export declare const OpenInScira: (props: OpenInSciraProps) => import("react/jsx-runtime").JSX.Element;
|
|
25
|
+
export type OpenInv0Props = ComponentProps<typeof DropdownMenuItem>;
|
|
26
|
+
export declare const OpenInv0: (props: OpenInv0Props) => import("react/jsx-runtime").JSX.Element;
|
|
27
|
+
export type OpenInCursorProps = ComponentProps<typeof DropdownMenuItem>;
|
|
28
|
+
export declare const OpenInCursor: (props: OpenInCursorProps) => import("react/jsx-runtime").JSX.Element;
|
|
29
|
+
//# sourceMappingURL=open-in-chat.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"open-in-chat.d.ts","sourceRoot":"","sources":["../../../src/components/ai-elements/open-in-chat.tsx"],"names":[],"mappings":"AACA,OAAO,EACN,YAAY,EACZ,mBAAmB,EACnB,gBAAgB,EAChB,iBAAiB,EACjB,qBAAqB,EACrB,mBAAmB,EACnB,MAAM,qBAAqB,CAAC;AAG7B,OAAO,EAAE,KAAK,cAAc,EAA6B,MAAM,OAAO,CAAC;AAgKvE,MAAM,MAAM,WAAW,GAAG,cAAc,CAAC,OAAO,YAAY,CAAC,GAAG;IAC/D,KAAK,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,MAAM,GAAI,qBAAqB,WAAW,4CAItD,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG,cAAc,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAE5E,eAAO,MAAM,aAAa,GAAI,yBAAyB,kBAAkB,4CAExE,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG,cAAc,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAEtE,eAAO,MAAM,UAAU,GAAI,OAAO,eAAe,4CAAoC,CAAC;AAEtF,MAAM,MAAM,gBAAgB,GAAG,cAAc,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAExE,eAAO,MAAM,WAAW,GAAI,OAAO,gBAAgB,4CAAqC,CAAC;AAEzF,MAAM,MAAM,oBAAoB,GAAG,cAAc,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAEhF,eAAO,MAAM,eAAe,GAAI,OAAO,oBAAoB,4CAE1D,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG,cAAc,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAE5E,eAAO,MAAM,aAAa,GAAI,wBAAwB,kBAAkB,4CASvE,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG,cAAc,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAEzE,eAAO,MAAM,aAAa,GAAI,OAAO,kBAAkB,4CAgBtD,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG,cAAc,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAExE,eAAO,MAAM,YAAY,GAAI,OAAO,iBAAiB,4CAgBpD,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG,cAAc,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAEpE,eAAO,MAAM,QAAQ,GAAI,OAAO,aAAa,4CAgB5C,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG,cAAc,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAEvE,eAAO,MAAM,WAAW,GAAI,OAAO,gBAAgB,4CAgBlD,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG,cAAc,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAEpE,eAAO,MAAM,QAAQ,GAAI,OAAO,aAAa,4CAgB5C,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG,cAAc,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAExE,eAAO,MAAM,YAAY,GAAI,OAAO,iBAAiB,4CAgBpD,CAAC"}
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { Button } from '../ui/button';
|
|
3
|
+
import { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuLabel, DropdownMenuSeparator, DropdownMenuTrigger, } from '../ui/dropdown-menu';
|
|
4
|
+
import { cn } from '../../lib/utils';
|
|
5
|
+
import { ChevronDownIcon, ExternalLinkIcon, MessageCircleIcon } from 'lucide-react';
|
|
6
|
+
import { createContext, useContext } from 'react';
|
|
7
|
+
const providers = {
|
|
8
|
+
github: {
|
|
9
|
+
title: 'Open in GitHub',
|
|
10
|
+
createUrl: (url) => url,
|
|
11
|
+
icon: (_jsxs("svg", { fill: "currentColor", role: "img", viewBox: "0 0 24 24", children: [_jsx("title", { children: "GitHub" }), _jsx("path", { d: "M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12" })] })),
|
|
12
|
+
},
|
|
13
|
+
scira: {
|
|
14
|
+
title: 'Open in Scira',
|
|
15
|
+
createUrl: (q) => `https://scira.ai/?${new URLSearchParams({
|
|
16
|
+
q,
|
|
17
|
+
})}`,
|
|
18
|
+
icon: (_jsxs("svg", { fill: "none", height: "934", viewBox: "0 0 910 934", width: "910", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("title", { children: "Scira AI" }), _jsx("path", { d: "M647.664 197.775C569.13 189.049 525.5 145.419 516.774 66.8849C508.048 145.419 464.418 189.049 385.884 197.775C464.418 206.501 508.048 250.131 516.774 328.665C525.5 250.131 569.13 206.501 647.664 197.775Z", fill: "currentColor", stroke: "currentColor", strokeLinejoin: "round", strokeWidth: "8" }), _jsx("path", { d: "M516.774 304.217C510.299 275.491 498.208 252.087 480.335 234.214C462.462 216.341 439.058 204.251 410.333 197.775C439.059 191.3 462.462 179.209 480.335 161.336C498.208 143.463 510.299 120.06 516.774 91.334C523.25 120.059 535.34 143.463 553.213 161.336C571.086 179.209 594.49 191.3 623.216 197.775C594.49 204.251 571.086 216.341 553.213 234.214C535.34 252.087 523.25 275.491 516.774 304.217Z", fill: "currentColor", stroke: "currentColor", strokeLinejoin: "round", strokeWidth: "8" }), _jsx("path", { d: "M857.5 508.116C763.259 497.644 710.903 445.288 700.432 351.047C689.961 445.288 637.605 497.644 543.364 508.116C637.605 518.587 689.961 570.943 700.432 665.184C710.903 570.943 763.259 518.587 857.5 508.116Z", stroke: "currentColor", strokeLinejoin: "round", strokeWidth: "20" }), _jsx("path", { d: "M700.432 615.957C691.848 589.05 678.575 566.357 660.383 548.165C642.191 529.973 619.499 516.7 592.593 508.116C619.499 499.533 642.191 486.258 660.383 468.066C678.575 449.874 691.848 427.181 700.432 400.274C709.015 427.181 722.289 449.874 740.481 468.066C758.673 486.258 781.365 499.533 808.271 508.116C781.365 516.7 758.673 529.973 740.481 548.165C722.289 566.357 709.015 589.05 700.432 615.957Z", stroke: "currentColor", strokeLinejoin: "round", strokeWidth: "20" }), _jsx("path", { d: "M889.949 121.237C831.049 114.692 798.326 81.9698 791.782 23.0692C785.237 81.9698 752.515 114.692 693.614 121.237C752.515 127.781 785.237 160.504 791.782 219.404C798.326 160.504 831.049 127.781 889.949 121.237Z", fill: "currentColor", stroke: "currentColor", strokeLinejoin: "round", strokeWidth: "8" }), _jsx("path", { d: "M791.782 196.795C786.697 176.937 777.869 160.567 765.16 147.858C752.452 135.15 736.082 126.322 716.226 121.237C736.082 116.152 752.452 107.324 765.16 94.6152C777.869 81.9065 786.697 65.5368 791.782 45.6797C796.867 65.5367 805.695 81.9066 818.403 94.6152C831.112 107.324 847.481 116.152 867.338 121.237C847.481 126.322 831.112 135.15 818.403 147.858C805.694 160.567 796.867 176.937 791.782 196.795Z", fill: "currentColor", stroke: "currentColor", strokeLinejoin: "round", strokeWidth: "8" }), _jsx("path", { d: "M760.632 764.337C720.719 814.616 669.835 855.1 611.872 882.692C553.91 910.285 490.404 924.255 426.213 923.533C362.022 922.812 298.846 907.419 241.518 878.531C184.19 849.643 134.228 808.026 95.4548 756.863C56.6815 705.7 30.1238 646.346 17.8129 583.343C5.50207 520.339 7.76433 455.354 24.4266 393.359C41.089 331.364 71.7099 274.001 113.947 225.658C156.184 177.315 208.919 139.273 268.117 114.442", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "30" })] })),
|
|
19
|
+
},
|
|
20
|
+
chatgpt: {
|
|
21
|
+
title: 'Open in ChatGPT',
|
|
22
|
+
createUrl: (prompt) => `https://chatgpt.com/?${new URLSearchParams({
|
|
23
|
+
hints: 'search',
|
|
24
|
+
prompt,
|
|
25
|
+
})}`,
|
|
26
|
+
icon: (_jsxs("svg", { fill: "currentColor", role: "img", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("title", { children: "OpenAI" }), _jsx("path", { d: "M22.2819 9.8211a5.9847 5.9847 0 0 0-.5157-4.9108 6.0462 6.0462 0 0 0-6.5098-2.9A6.0651 6.0651 0 0 0 4.9807 4.1818a5.9847 5.9847 0 0 0-3.9977 2.9 6.0462 6.0462 0 0 0 .7427 7.0966 5.98 5.98 0 0 0 .511 4.9107 6.051 6.051 0 0 0 6.5146 2.9001A5.9847 5.9847 0 0 0 13.2599 24a6.0557 6.0557 0 0 0 5.7718-4.2058 5.9894 5.9894 0 0 0 3.9977-2.9001 6.0557 6.0557 0 0 0-.7475-7.0729zm-9.022 12.6081a4.4755 4.4755 0 0 1-2.8764-1.0408l.1419-.0804 4.7783-2.7582a.7948.7948 0 0 0 .3927-.6813v-6.7369l2.02 1.1686a.071.071 0 0 1 .038.052v5.5826a4.504 4.504 0 0 1-4.4945 4.4944zm-9.6607-4.1254a4.4708 4.4708 0 0 1-.5346-3.0137l.142.0852 4.783 2.7582a.7712.7712 0 0 0 .7806 0l5.8428-3.3685v2.3324a.0804.0804 0 0 1-.0332.0615L9.74 19.9502a4.4992 4.4992 0 0 1-6.1408-1.6464zM2.3408 7.8956a4.485 4.485 0 0 1 2.3655-1.9728V11.6a.7664.7664 0 0 0 .3879.6765l5.8144 3.3543-2.0201 1.1685a.0757.0757 0 0 1-.071 0l-4.8303-2.7865A4.504 4.504 0 0 1 2.3408 7.872zm16.5963 3.8558L13.1038 8.364 15.1192 7.2a.0757.0757 0 0 1 .071 0l4.8303 2.7913a4.4944 4.4944 0 0 1-.6765 8.1042v-5.6772a.79.79 0 0 0-.407-.667zm2.0107-3.0231l-.142-.0852-4.7735-2.7818a.7759.7759 0 0 0-.7854 0L9.409 9.2297V6.8974a.0662.0662 0 0 1 .0284-.0615l4.8303-2.7866a4.4992 4.4992 0 0 1 6.6802 4.66zM8.3065 12.863l-2.02-1.1638a.0804.0804 0 0 1-.038-.0567V6.0742a4.4992 4.4992 0 0 1 7.3757-3.4537l-.142.0805L8.704 5.459a.7948.7948 0 0 0-.3927.6813zm1.0976-2.3654l2.602-1.4998 2.6069 1.4998v2.9994l-2.5974 1.4997-2.6067-1.4997Z" })] })),
|
|
27
|
+
},
|
|
28
|
+
claude: {
|
|
29
|
+
title: 'Open in Claude',
|
|
30
|
+
createUrl: (q) => `https://claude.ai/new?${new URLSearchParams({
|
|
31
|
+
q,
|
|
32
|
+
})}`,
|
|
33
|
+
icon: (_jsxs("svg", { fill: "currentColor", role: "img", viewBox: "0 0 12 12", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("title", { children: "Claude" }), _jsx("path", { clipRule: "evenodd", d: "M2.3545 7.9775L4.7145 6.654L4.7545 6.539L4.7145 6.475H4.6L4.205 6.451L2.856 6.4145L1.6865 6.366L0.5535 6.305L0.268 6.2445L0 5.892L0.0275 5.716L0.2675 5.5555L0.6105 5.5855L1.3705 5.637L2.5095 5.716L3.3355 5.7645L4.56 5.892H4.7545L4.782 5.8135L4.715 5.7645L4.6635 5.716L3.4845 4.918L2.2085 4.074L1.5405 3.588L1.1785 3.3425L0.9965 3.1115L0.9175 2.6075L1.2455 2.2465L1.686 2.2765L1.7985 2.307L2.245 2.65L3.199 3.388L4.4445 4.3045L4.627 4.4565L4.6995 4.405L4.709 4.3685L4.627 4.2315L3.9495 3.0085L3.2265 1.7635L2.9045 1.2475L2.8195 0.938C2.78711 0.819128 2.76965 0.696687 2.7675 0.5735L3.1415 0.067L3.348 0L3.846 0.067L4.056 0.249L4.366 0.956L4.867 2.0705L5.6445 3.5855L5.8725 4.0345L5.994 4.4505L6.0395 4.578H6.1185V4.505L6.1825 3.652L6.301 2.6045L6.416 1.257L6.456 0.877L6.644 0.422L7.0175 0.176L7.3095 0.316L7.5495 0.6585L7.516 0.8805L7.373 1.806L7.0935 3.2575L6.9115 4.2285H7.0175L7.139 4.1075L7.6315 3.4545L8.4575 2.4225L8.8225 2.0125L9.2475 1.5605L9.521 1.345H10.0375L10.4175 1.9095L10.2475 2.4925L9.7155 3.166L9.275 3.737L8.643 4.587L8.248 5.267L8.2845 5.322L8.3785 5.312L9.8065 5.009L10.578 4.869L11.4985 4.7115L11.915 4.9055L11.9605 5.103L11.7965 5.5065L10.812 5.7495L9.6575 5.9805L7.938 6.387L7.917 6.402L7.9415 6.4325L8.716 6.5055L9.047 6.5235H9.858L11.368 6.636L11.763 6.897L12 7.216L11.9605 7.4585L11.353 7.7685L10.533 7.574L8.6185 7.119L7.9625 6.9545H7.8715V7.0095L8.418 7.5435L9.421 8.4485L10.6755 9.6135L10.739 9.9025L10.578 10.13L10.408 10.1055L9.3055 9.277L8.88 8.9035L7.917 8.0935H7.853V8.1785L8.075 8.503L9.2475 10.2635L9.3085 10.8035L9.2235 10.98L8.9195 11.0865L8.5855 11.0255L7.8985 10.063L7.191 8.9795L6.6195 8.008L6.5495 8.048L6.2125 11.675L6.0545 11.86L5.69 12L5.3865 11.7695L5.2255 11.396L5.3865 10.658L5.581 9.696L5.7385 8.931L5.8815 7.981L5.9665 7.665L5.9605 7.644L5.8905 7.653L5.1735 8.6365L4.0835 10.109L3.2205 11.0315L3.0135 11.1135L2.655 10.9285L2.6885 10.5975L2.889 10.303L4.083 8.785L4.803 7.844L5.268 7.301L5.265 7.222H5.2375L2.066 9.28L1.501 9.353L1.2575 9.125L1.288 8.752L1.4035 8.6305L2.3575 7.9745L2.3545 7.9775Z", fillRule: "evenodd" })] })),
|
|
34
|
+
},
|
|
35
|
+
t3: {
|
|
36
|
+
title: 'Open in T3 Chat',
|
|
37
|
+
createUrl: (q) => `https://t3.chat/new?${new URLSearchParams({
|
|
38
|
+
q,
|
|
39
|
+
})}`,
|
|
40
|
+
icon: _jsx(MessageCircleIcon, {}),
|
|
41
|
+
},
|
|
42
|
+
v0: {
|
|
43
|
+
title: 'Open in v0',
|
|
44
|
+
createUrl: (q) => `https://v0.app?${new URLSearchParams({
|
|
45
|
+
q,
|
|
46
|
+
})}`,
|
|
47
|
+
icon: (_jsxs("svg", { fill: "currentColor", viewBox: "0 0 147 70", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("title", { children: "v0" }), _jsx("path", { d: "M56 50.2031V14H70V60.1562C70 65.5928 65.5928 70 60.1562 70C57.5605 70 54.9982 68.9992 53.1562 67.1573L0 14H19.7969L56 50.2031Z" }), _jsx("path", { d: "M147 56H133V23.9531L100.953 56H133V70H96.6875C85.8144 70 77 61.1856 77 50.3125V14H91V46.1562L123.156 14H91V0H127.312C138.186 0 147 8.81439 147 19.6875V56Z" })] })),
|
|
48
|
+
},
|
|
49
|
+
cursor: {
|
|
50
|
+
title: 'Open in Cursor',
|
|
51
|
+
createUrl: (text) => {
|
|
52
|
+
const url = new URL('https://cursor.com/link/prompt');
|
|
53
|
+
url.searchParams.set('text', text);
|
|
54
|
+
return url.toString();
|
|
55
|
+
},
|
|
56
|
+
icon: (_jsxs("svg", { version: "1.1", viewBox: "0 0 466.73 532.09", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("title", { children: "Cursor" }), _jsx("path", { d: "M457.43,125.94L244.42,2.96c-6.84-3.95-15.28-3.95-22.12,0L9.3,125.94c-5.75,3.32-9.3,9.46-9.3,16.11v247.99c0,6.65,3.55,12.79,9.3,16.11l213.01,122.98c6.84,3.95,15.28,3.95,22.12,0l213.01-122.98c5.75-3.32,9.3-9.46,9.3-16.11v-247.99c0-6.65-3.55-12.79-9.3-16.11h-.01ZM444.05,151.99l-205.63,356.16c-1.39,2.4-5.06,1.42-5.06-1.36v-233.21c0-4.66-2.49-8.97-6.53-11.31L24.87,145.67c-2.4-1.39-1.42-5.06,1.36-5.06h411.26c5.84,0,9.49,6.33,6.57,11.39h-.01Z", fill: "currentColor" })] })),
|
|
57
|
+
},
|
|
58
|
+
};
|
|
59
|
+
const OpenInContext = createContext(undefined);
|
|
60
|
+
const useOpenInContext = () => {
|
|
61
|
+
const context = useContext(OpenInContext);
|
|
62
|
+
if (!context) {
|
|
63
|
+
throw new Error('OpenIn components must be used within an OpenIn provider');
|
|
64
|
+
}
|
|
65
|
+
return context;
|
|
66
|
+
};
|
|
67
|
+
export const OpenIn = ({ query, ...props }) => (_jsx(OpenInContext.Provider, { value: { query }, children: _jsx(DropdownMenu, { ...props }) }));
|
|
68
|
+
export const OpenInContent = ({ className, ...props }) => (_jsx(DropdownMenuContent, { align: "start", className: cn('w-[240px]', className), ...props }));
|
|
69
|
+
export const OpenInItem = (props) => _jsx(DropdownMenuItem, { ...props });
|
|
70
|
+
export const OpenInLabel = (props) => _jsx(DropdownMenuLabel, { ...props });
|
|
71
|
+
export const OpenInSeparator = (props) => (_jsx(DropdownMenuSeparator, { ...props }));
|
|
72
|
+
export const OpenInTrigger = ({ children, ...props }) => (_jsx(DropdownMenuTrigger, { ...props, asChild: true, children: children ?? (_jsxs(Button, { type: "button", variant: "outline", children: ["Open in chat", _jsx(ChevronDownIcon, { className: "ml-2 size-4" })] })) }));
|
|
73
|
+
export const OpenInChatGPT = (props) => {
|
|
74
|
+
const { query } = useOpenInContext();
|
|
75
|
+
return (_jsx(DropdownMenuItem, { asChild: true, ...props, children: _jsxs("a", { className: "flex items-center gap-2", href: providers.chatgpt.createUrl(query), rel: "noopener", target: "_blank", children: [_jsx("span", { className: "shrink-0", children: providers.chatgpt.icon }), _jsx("span", { className: "flex-1", children: providers.chatgpt.title }), _jsx(ExternalLinkIcon, { className: "size-4 shrink-0" })] }) }));
|
|
76
|
+
};
|
|
77
|
+
export const OpenInClaude = (props) => {
|
|
78
|
+
const { query } = useOpenInContext();
|
|
79
|
+
return (_jsx(DropdownMenuItem, { asChild: true, ...props, children: _jsxs("a", { className: "flex items-center gap-2", href: providers.claude.createUrl(query), rel: "noopener", target: "_blank", children: [_jsx("span", { className: "shrink-0", children: providers.claude.icon }), _jsx("span", { className: "flex-1", children: providers.claude.title }), _jsx(ExternalLinkIcon, { className: "size-4 shrink-0" })] }) }));
|
|
80
|
+
};
|
|
81
|
+
export const OpenInT3 = (props) => {
|
|
82
|
+
const { query } = useOpenInContext();
|
|
83
|
+
return (_jsx(DropdownMenuItem, { asChild: true, ...props, children: _jsxs("a", { className: "flex items-center gap-2", href: providers.t3.createUrl(query), rel: "noopener", target: "_blank", children: [_jsx("span", { className: "shrink-0", children: providers.t3.icon }), _jsx("span", { className: "flex-1", children: providers.t3.title }), _jsx(ExternalLinkIcon, { className: "size-4 shrink-0" })] }) }));
|
|
84
|
+
};
|
|
85
|
+
export const OpenInScira = (props) => {
|
|
86
|
+
const { query } = useOpenInContext();
|
|
87
|
+
return (_jsx(DropdownMenuItem, { asChild: true, ...props, children: _jsxs("a", { className: "flex items-center gap-2", href: providers.scira.createUrl(query), rel: "noopener", target: "_blank", children: [_jsx("span", { className: "shrink-0", children: providers.scira.icon }), _jsx("span", { className: "flex-1", children: providers.scira.title }), _jsx(ExternalLinkIcon, { className: "size-4 shrink-0" })] }) }));
|
|
88
|
+
};
|
|
89
|
+
export const OpenInv0 = (props) => {
|
|
90
|
+
const { query } = useOpenInContext();
|
|
91
|
+
return (_jsx(DropdownMenuItem, { asChild: true, ...props, children: _jsxs("a", { className: "flex items-center gap-2", href: providers.v0.createUrl(query), rel: "noopener", target: "_blank", children: [_jsx("span", { className: "shrink-0", children: providers.v0.icon }), _jsx("span", { className: "flex-1", children: providers.v0.title }), _jsx(ExternalLinkIcon, { className: "size-4 shrink-0" })] }) }));
|
|
92
|
+
};
|
|
93
|
+
export const OpenInCursor = (props) => {
|
|
94
|
+
const { query } = useOpenInContext();
|
|
95
|
+
return (_jsx(DropdownMenuItem, { asChild: true, ...props, children: _jsxs("a", { className: "flex items-center gap-2", href: providers.cursor.createUrl(query), rel: "noopener", target: "_blank", children: [_jsx("span", { className: "shrink-0", children: providers.cursor.icon }), _jsx("span", { className: "flex-1", children: providers.cursor.title }), _jsx(ExternalLinkIcon, { className: "size-4 shrink-0" })] }) }));
|
|
96
|
+
};
|
|
97
|
+
//# sourceMappingURL=open-in-chat.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"open-in-chat.js","sourceRoot":"","sources":["../../../src/components/ai-elements/open-in-chat.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { Panel as PanelPrimitive } from '@xyflow/react';
|
|
2
|
+
import type { ComponentProps } from 'react';
|
|
3
|
+
type PanelProps = ComponentProps<typeof PanelPrimitive>;
|
|
4
|
+
export declare const Panel: ({ className, ...props }: PanelProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export {};
|
|
6
|
+
//# sourceMappingURL=panel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"panel.d.ts","sourceRoot":"","sources":["../../../src/components/ai-elements/panel.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,IAAI,cAAc,EAAE,MAAM,eAAe,CAAC;AACxD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,KAAK,UAAU,GAAG,cAAc,CAAC,OAAO,cAAc,CAAC,CAAC;AAExD,eAAO,MAAM,KAAK,GAAI,yBAAyB,UAAU,4CAKxD,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { cn } from '../../lib/utils';
|
|
3
|
+
import { Panel as PanelPrimitive } from '@xyflow/react';
|
|
4
|
+
export const Panel = ({ className, ...props }) => (_jsx(PanelPrimitive, { className: cn('m-4 overflow-hidden rounded-md border bg-card p-1', className), ...props }));
|
|
5
|
+
//# sourceMappingURL=panel.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"panel.js","sourceRoot":"","sources":["../../../src/components/ai-elements/panel.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,iBAAiB,CAAC;AACrC,OAAO,EAAE,KAAK,IAAI,cAAc,EAAE,MAAM,eAAe,CAAC;AAKxD,MAAM,CAAC,MAAM,KAAK,GAAG,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAc,EAAE,EAAE,CAAC,CAC7D,KAAC,cAAc,IACd,SAAS,EAAE,EAAE,CAAC,mDAAmD,EAAE,SAAS,CAAC,KACzE,KAAK,GACR,CACF,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { CardAction, CardContent, CardDescription, CardHeader, CardTitle } from '../ui/card';
|
|
2
|
+
import { Collapsible, CollapsibleTrigger } from '../ui/collapsible';
|
|
3
|
+
import type { ComponentProps } from 'react';
|
|
4
|
+
export type PlanProps = ComponentProps<typeof Collapsible> & {
|
|
5
|
+
isStreaming?: boolean;
|
|
6
|
+
};
|
|
7
|
+
export declare const Plan: ({ className, isStreaming, children, ...props }: PlanProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export type PlanHeaderProps = ComponentProps<typeof CardHeader>;
|
|
9
|
+
export declare const PlanHeader: ({ className, ...props }: PlanHeaderProps) => import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export type PlanTitleProps = Omit<ComponentProps<typeof CardTitle>, 'children'> & {
|
|
11
|
+
children: string;
|
|
12
|
+
};
|
|
13
|
+
export declare const PlanTitle: ({ children, ...props }: PlanTitleProps) => import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
export type PlanDescriptionProps = Omit<ComponentProps<typeof CardDescription>, 'children'> & {
|
|
15
|
+
children: string;
|
|
16
|
+
};
|
|
17
|
+
export declare const PlanDescription: ({ className, children, ...props }: PlanDescriptionProps) => import("react/jsx-runtime").JSX.Element;
|
|
18
|
+
export type PlanActionProps = ComponentProps<typeof CardAction>;
|
|
19
|
+
export declare const PlanAction: (props: PlanActionProps) => import("react/jsx-runtime").JSX.Element;
|
|
20
|
+
export type PlanContentProps = ComponentProps<typeof CardContent>;
|
|
21
|
+
export declare const PlanContent: (props: PlanContentProps) => import("react/jsx-runtime").JSX.Element;
|
|
22
|
+
export type PlanFooterProps = ComponentProps<'div'>;
|
|
23
|
+
export declare const PlanFooter: (props: PlanFooterProps) => import("react/jsx-runtime").JSX.Element;
|
|
24
|
+
export type PlanTriggerProps = ComponentProps<typeof CollapsibleTrigger>;
|
|
25
|
+
export declare const PlanTrigger: ({ className, ...props }: PlanTriggerProps) => import("react/jsx-runtime").JSX.Element;
|
|
26
|
+
//# sourceMappingURL=plan.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plan.d.ts","sourceRoot":"","sources":["../../../src/components/ai-elements/plan.tsx"],"names":[],"mappings":"AAGA,OAAO,EAEN,UAAU,EACV,WAAW,EACX,eAAe,EAEf,UAAU,EACV,SAAS,EACT,MAAM,YAAY,CAAC;AACpB,OAAO,EAAE,WAAW,EAAsB,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAGxF,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAkB5C,MAAM,MAAM,SAAS,GAAG,cAAc,CAAC,OAAO,WAAW,CAAC,GAAG;IAC5D,WAAW,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,IAAI,GAAI,gDAAwD,SAAS,4CAMrF,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG,cAAc,CAAC,OAAO,UAAU,CAAC,CAAC;AAEhE,eAAO,MAAM,UAAU,GAAI,yBAAyB,eAAe,4CAMlE,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG,IAAI,CAAC,cAAc,CAAC,OAAO,SAAS,CAAC,EAAE,UAAU,CAAC,GAAG;IACjF,QAAQ,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,SAAS,GAAI,wBAAwB,cAAc,4CAQ/D,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG,IAAI,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,EAAE,UAAU,CAAC,GAAG;IAC7F,QAAQ,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,eAAe,GAAI,mCAAmC,oBAAoB,4CAYtF,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG,cAAc,CAAC,OAAO,UAAU,CAAC,CAAC;AAEhE,eAAO,MAAM,UAAU,GAAI,OAAO,eAAe,4CAEhD,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG,cAAc,CAAC,OAAO,WAAW,CAAC,CAAC;AAElE,eAAO,MAAM,WAAW,GAAI,OAAO,gBAAgB,4CAIlD,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG,cAAc,CAAC,KAAK,CAAC,CAAC;AAEpD,eAAO,MAAM,UAAU,GAAI,OAAO,eAAe,4CAEhD,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG,cAAc,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAEzE,eAAO,MAAM,WAAW,GAAI,yBAAyB,gBAAgB,4CAapE,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
+
import { Button } from '../ui/button';
|
|
4
|
+
import { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, } from '../ui/card';
|
|
5
|
+
import { Collapsible, CollapsibleContent, CollapsibleTrigger } from '../ui/collapsible';
|
|
6
|
+
import { cn } from '../../lib/utils';
|
|
7
|
+
import { ChevronsUpDownIcon } from 'lucide-react';
|
|
8
|
+
import { createContext, useContext } from 'react';
|
|
9
|
+
import { Shimmer } from './shimmer';
|
|
10
|
+
const PlanContext = createContext(null);
|
|
11
|
+
const usePlan = () => {
|
|
12
|
+
const context = useContext(PlanContext);
|
|
13
|
+
if (!context) {
|
|
14
|
+
throw new Error('Plan components must be used within Plan');
|
|
15
|
+
}
|
|
16
|
+
return context;
|
|
17
|
+
};
|
|
18
|
+
export const Plan = ({ className, isStreaming = false, children, ...props }) => (_jsx(PlanContext.Provider, { value: { isStreaming }, children: _jsx(Collapsible, { asChild: true, "data-slot": "plan", ...props, children: _jsx(Card, { className: cn('shadow-none', className), children: children }) }) }));
|
|
19
|
+
export const PlanHeader = ({ className, ...props }) => (_jsx(CardHeader, { className: cn('flex items-start justify-between', className), "data-slot": "plan-header", ...props }));
|
|
20
|
+
export const PlanTitle = ({ children, ...props }) => {
|
|
21
|
+
const { isStreaming } = usePlan();
|
|
22
|
+
return (_jsx(CardTitle, { "data-slot": "plan-title", ...props, children: isStreaming ? _jsx(Shimmer, { children: children }) : children }));
|
|
23
|
+
};
|
|
24
|
+
export const PlanDescription = ({ className, children, ...props }) => {
|
|
25
|
+
const { isStreaming } = usePlan();
|
|
26
|
+
return (_jsx(CardDescription, { className: cn('text-balance', className), "data-slot": "plan-description", ...props, children: isStreaming ? _jsx(Shimmer, { children: children }) : children }));
|
|
27
|
+
};
|
|
28
|
+
export const PlanAction = (props) => (_jsx(CardAction, { "data-slot": "plan-action", ...props }));
|
|
29
|
+
export const PlanContent = (props) => (_jsx(CollapsibleContent, { asChild: true, children: _jsx(CardContent, { "data-slot": "plan-content", ...props }) }));
|
|
30
|
+
export const PlanFooter = (props) => (_jsx(CardFooter, { "data-slot": "plan-footer", ...props }));
|
|
31
|
+
export const PlanTrigger = ({ className, ...props }) => (_jsx(CollapsibleTrigger, { asChild: true, children: _jsxs(Button, { className: cn('size-8', className), "data-slot": "plan-trigger", size: "icon", variant: "ghost", ...props, children: [_jsx(ChevronsUpDownIcon, { className: "size-4" }), _jsx("span", { className: "sr-only", children: "Toggle plan" })] }) }));
|
|
32
|
+
//# sourceMappingURL=plan.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plan.js","sourceRoot":"","sources":["../../../src/components/ai-elements/plan.tsx"],"names":[],"mappings":"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"}
|