@agent-native/core 0.76.3 → 0.76.5
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/corpus/core/CHANGELOG.md +25 -0
- package/corpus/core/package.json +1 -1
- package/corpus/core/src/agent/production-agent.ts +147 -56
- package/corpus/core/src/agent/run-store.ts +36 -0
- package/corpus/core/src/client/AgentPanel.tsx +3 -3
- package/corpus/core/src/client/AgentTaskCard.tsx +2 -1
- package/corpus/core/src/client/AppearancePicker.tsx +1 -1
- package/corpus/core/src/client/AssistantChat.tsx +3 -3
- package/corpus/core/src/client/CommandMenu.tsx +4 -4
- package/corpus/core/src/client/ErrorBoundary.tsx +1 -1
- package/corpus/core/src/client/MultiTabAssistantChat.tsx +11 -11
- package/corpus/core/src/client/NewWorkspaceAppFlow.tsx +5 -5
- package/corpus/core/src/client/components/ui/dropdown-menu.tsx +9 -9
- package/corpus/core/src/client/components/ui/sheet.tsx +1 -1
- package/corpus/core/src/client/composer/ComposerPlusMenu.tsx +6 -6
- package/corpus/core/src/client/composer/MentionPopover.tsx +4 -4
- package/corpus/core/src/client/composer/PastedTextChip.tsx +3 -3
- package/corpus/core/src/client/composer/PromptComposer.tsx +3 -3
- package/corpus/core/src/client/composer/TiptapComposer.tsx +16 -16
- package/corpus/core/src/client/guided-questions.tsx +6 -8
- package/corpus/core/src/client/i18n.tsx +2 -2
- package/corpus/core/src/client/integrations/IntegrationCard.tsx +2 -2
- package/corpus/core/src/client/integrations/IntegrationsPanel.tsx +4 -4
- package/corpus/core/src/client/notifications/NotificationsBell.tsx +3 -3
- package/corpus/core/src/client/onboarding/OnboardingBanner.tsx +3 -3
- package/corpus/core/src/client/onboarding/OnboardingPanel.tsx +17 -10
- package/corpus/core/src/client/org/OrgSwitcher.tsx +13 -11
- package/corpus/core/src/client/org/TeamPage.tsx +2 -2
- package/corpus/core/src/client/settings/AgentsSection.tsx +3 -3
- package/corpus/core/src/client/settings/AutomationsSection.tsx +3 -3
- package/corpus/core/src/client/settings/SecretsSection.tsx +2 -2
- package/corpus/core/src/client/settings/SettingsPanel.tsx +5 -7
- package/corpus/core/src/client/settings/SettingsSection.tsx +1 -1
- package/corpus/core/src/client/settings/UsageSection.tsx +3 -3
- package/corpus/core/src/client/settings/VoiceTranscriptionSection.tsx +3 -3
- package/corpus/core/src/client/sharing/ShareButton.tsx +7 -7
- package/corpus/core/src/client/sharing/ShareDialog.tsx +3 -3
- package/corpus/core/src/deploy/build.ts +31 -14
- package/corpus/core/src/styles/agent-conversation.css +10 -10
- package/corpus/core/src/styles/blocks.css +2 -2
- package/corpus/core/src/styles/rich-markdown-editor.css +2 -2
- package/corpus/templates/analytics/app/components/layout/MobileNav.tsx +1 -1
- package/corpus/templates/analytics/app/components/ui/alert-dialog.tsx +1 -1
- package/corpus/templates/analytics/app/components/ui/alert.tsx +1 -1
- package/corpus/templates/analytics/app/components/ui/breadcrumb.tsx +1 -1
- package/corpus/templates/analytics/app/components/ui/calendar.tsx +6 -6
- package/corpus/templates/analytics/app/components/ui/carousel.tsx +6 -6
- package/corpus/templates/analytics/app/components/ui/command.tsx +2 -2
- package/corpus/templates/analytics/app/components/ui/context-menu.tsx +9 -9
- package/corpus/templates/analytics/app/components/ui/date-picker.tsx +1 -1
- package/corpus/templates/analytics/app/components/ui/dialog.tsx +2 -2
- package/corpus/templates/analytics/app/components/ui/drawer.tsx +1 -1
- package/corpus/templates/analytics/app/components/ui/dropdown-menu.tsx +9 -9
- package/corpus/templates/analytics/app/components/ui/input-otp.tsx +1 -1
- package/corpus/templates/analytics/app/components/ui/menubar.tsx +9 -9
- package/corpus/templates/analytics/app/components/ui/navigation-menu.tsx +3 -3
- package/corpus/templates/analytics/app/components/ui/pagination.tsx +4 -4
- package/corpus/templates/analytics/app/components/ui/scroll-area.tsx +1 -1
- package/corpus/templates/analytics/app/components/ui/select.tsx +3 -3
- package/corpus/templates/analytics/app/components/ui/sheet.tsx +2 -2
- package/corpus/templates/analytics/app/components/ui/sidebar.tsx +6 -6
- package/corpus/templates/analytics/app/components/ui/table.tsx +2 -2
- package/corpus/templates/analytics/app/components/ui/toast.tsx +3 -3
- package/corpus/templates/assets/app/components/layout/Layout.tsx +2 -2
- package/corpus/templates/assets/app/components/layout/Sidebar.tsx +12 -12
- package/corpus/templates/assets/app/components/ui/alert-dialog.tsx +1 -1
- package/corpus/templates/assets/app/components/ui/alert.tsx +1 -1
- package/corpus/templates/assets/app/components/ui/breadcrumb.tsx +1 -1
- package/corpus/templates/assets/app/components/ui/dialog.tsx +2 -2
- package/corpus/templates/assets/app/components/ui/dropdown-menu.tsx +9 -9
- package/corpus/templates/assets/app/components/ui/pagination.tsx +4 -4
- package/corpus/templates/assets/app/components/ui/scroll-area.tsx +1 -1
- package/corpus/templates/assets/app/components/ui/select.tsx +3 -3
- package/corpus/templates/assets/app/components/ui/sheet.tsx +2 -2
- package/corpus/templates/assets/app/components/ui/table.tsx +2 -2
- package/corpus/templates/assets/app/routes/library.tsx +3 -3
- package/corpus/templates/assets/app/routes/settings.tsx +1 -1
- package/corpus/templates/brain/app/components/layout/Sidebar.tsx +5 -5
- package/corpus/templates/brain/app/components/ui/dropdown-menu.tsx +9 -9
- package/corpus/templates/brain/app/components/ui/select.tsx +3 -3
- package/corpus/templates/brain/app/components/ui/sheet.tsx +2 -2
- package/corpus/templates/brain/app/components/ui/table.tsx +2 -2
- package/corpus/templates/calendar/app/components/calendar/GoogleConnectBanner.tsx +6 -6
- package/corpus/templates/calendar/app/components/calendar/GoogleSetupWizard.tsx +3 -3
- package/corpus/templates/calendar/app/components/layout/Sidebar.tsx +11 -9
- package/corpus/templates/calendar/app/components/ui/alert-dialog.tsx +1 -1
- package/corpus/templates/calendar/app/components/ui/alert.tsx +1 -1
- package/corpus/templates/calendar/app/components/ui/breadcrumb.tsx +1 -1
- package/corpus/templates/calendar/app/components/ui/calendar.tsx +5 -5
- package/corpus/templates/calendar/app/components/ui/carousel.tsx +6 -6
- package/corpus/templates/calendar/app/components/ui/command.tsx +2 -2
- package/corpus/templates/calendar/app/components/ui/context-menu.tsx +9 -9
- package/corpus/templates/calendar/app/components/ui/dialog.tsx +2 -2
- package/corpus/templates/calendar/app/components/ui/drawer.tsx +1 -1
- package/corpus/templates/calendar/app/components/ui/dropdown-menu.tsx +9 -9
- package/corpus/templates/calendar/app/components/ui/input-otp.tsx +1 -1
- package/corpus/templates/calendar/app/components/ui/menubar.tsx +9 -9
- package/corpus/templates/calendar/app/components/ui/navigation-menu.tsx +3 -3
- package/corpus/templates/calendar/app/components/ui/pagination.tsx +4 -4
- package/corpus/templates/calendar/app/components/ui/scroll-area.tsx +1 -1
- package/corpus/templates/calendar/app/components/ui/select.tsx +3 -3
- package/corpus/templates/calendar/app/components/ui/sheet.tsx +2 -2
- package/corpus/templates/calendar/app/components/ui/sidebar.tsx +6 -6
- package/corpus/templates/calendar/app/components/ui/sonner.tsx +1 -1
- package/corpus/templates/calendar/app/components/ui/table.tsx +2 -2
- package/corpus/templates/calendar/app/components/ui/toast.tsx +3 -3
- package/corpus/templates/calendar/app/pages/Settings.tsx +5 -5
- package/corpus/templates/chat/app/components/layout/Sidebar.tsx +9 -9
- package/corpus/templates/chat/app/components/ui/alert-dialog.tsx +1 -1
- package/corpus/templates/chat/app/components/ui/alert.tsx +1 -1
- package/corpus/templates/chat/app/components/ui/breadcrumb.tsx +1 -1
- package/corpus/templates/chat/app/components/ui/calendar.tsx +5 -5
- package/corpus/templates/chat/app/components/ui/carousel.tsx +6 -6
- package/corpus/templates/chat/app/components/ui/command.tsx +2 -2
- package/corpus/templates/chat/app/components/ui/context-menu.tsx +9 -9
- package/corpus/templates/chat/app/components/ui/dialog.tsx +2 -2
- package/corpus/templates/chat/app/components/ui/drawer.tsx +1 -1
- package/corpus/templates/chat/app/components/ui/dropdown-menu.tsx +9 -9
- package/corpus/templates/chat/app/components/ui/input-otp.tsx +1 -1
- package/corpus/templates/chat/app/components/ui/menubar.tsx +9 -9
- package/corpus/templates/chat/app/components/ui/navigation-menu.tsx +3 -3
- package/corpus/templates/chat/app/components/ui/pagination.tsx +4 -4
- package/corpus/templates/chat/app/components/ui/scroll-area.tsx +1 -1
- package/corpus/templates/chat/app/components/ui/select.tsx +3 -3
- package/corpus/templates/chat/app/components/ui/sheet.tsx +2 -2
- package/corpus/templates/chat/app/components/ui/sidebar.tsx +6 -6
- package/corpus/templates/chat/app/components/ui/table.tsx +2 -2
- package/corpus/templates/chat/app/components/ui/toast.tsx +3 -3
- package/corpus/templates/clips/app/components/capture-install-options.tsx +3 -3
- package/corpus/templates/clips/app/components/editable-recording-title.tsx +1 -1
- package/corpus/templates/clips/app/components/library/bulk-action-toolbar.tsx +3 -3
- package/corpus/templates/clips/app/components/library/folder-tree.tsx +5 -5
- package/corpus/templates/clips/app/components/library/library-layout.tsx +3 -3
- package/corpus/templates/clips/app/components/library/organization-switcher.tsx +4 -4
- package/corpus/templates/clips/app/components/library/recording-card.tsx +11 -11
- package/corpus/templates/clips/app/components/library/search-bar.tsx +4 -4
- package/corpus/templates/clips/app/components/library/space-card.tsx +1 -1
- package/corpus/templates/clips/app/components/library/tag-input.tsx +1 -1
- package/corpus/templates/clips/app/components/meetings/quick-ask-sidebar.tsx +2 -2
- package/corpus/templates/clips/app/components/recorder/camera-visualizer.tsx +2 -2
- package/corpus/templates/clips/app/components/recorder/microphone-visualizer.tsx +1 -1
- package/corpus/templates/clips/app/components/recorder/pre-record-panel.tsx +4 -4
- package/corpus/templates/clips/app/components/recorder/storage-setup-card.tsx +1 -1
- package/corpus/templates/clips/app/components/sharing/share-ui.tsx +2 -2
- package/corpus/templates/clips/app/components/ui/alert-dialog.tsx +1 -1
- package/corpus/templates/clips/app/components/ui/alert.tsx +1 -1
- package/corpus/templates/clips/app/components/ui/breadcrumb.tsx +1 -1
- package/corpus/templates/clips/app/components/ui/calendar.tsx +5 -5
- package/corpus/templates/clips/app/components/ui/carousel.tsx +6 -6
- package/corpus/templates/clips/app/components/ui/command.tsx +2 -2
- package/corpus/templates/clips/app/components/ui/context-menu.tsx +9 -9
- package/corpus/templates/clips/app/components/ui/dialog.tsx +2 -2
- package/corpus/templates/clips/app/components/ui/drawer.tsx +1 -1
- package/corpus/templates/clips/app/components/ui/dropdown-menu.tsx +9 -9
- package/corpus/templates/clips/app/components/ui/input-otp.tsx +1 -1
- package/corpus/templates/clips/app/components/ui/menubar.tsx +9 -9
- package/corpus/templates/clips/app/components/ui/navigation-menu.tsx +3 -3
- package/corpus/templates/clips/app/components/ui/pagination.tsx +4 -4
- package/corpus/templates/clips/app/components/ui/scroll-area.tsx +1 -1
- package/corpus/templates/clips/app/components/ui/select.tsx +3 -3
- package/corpus/templates/clips/app/components/ui/sheet.tsx +2 -2
- package/corpus/templates/clips/app/components/ui/sidebar.tsx +6 -6
- package/corpus/templates/clips/app/components/ui/table.tsx +2 -2
- package/corpus/templates/clips/app/components/ui/toast.tsx +3 -3
- package/corpus/templates/clips/app/components/workspace/branding-editor.tsx +1 -1
- package/corpus/templates/clips/app/components/workspace/insights-hub.tsx +2 -2
- package/corpus/templates/clips/app/components/workspace/invite-dialog.tsx +2 -2
- package/corpus/templates/clips/app/components/workspace/top-creators-table.tsx +6 -6
- package/corpus/templates/clips/app/components/workspace/top-videos-table.tsx +2 -2
- package/corpus/templates/clips/app/routes/_app.dictate.tsx +4 -4
- package/corpus/templates/clips/app/routes/_app.meetings._index.tsx +7 -7
- package/corpus/templates/clips/app/routes/_app.settings._index.tsx +1 -1
- package/corpus/templates/clips/app/routes/download.tsx +2 -2
- package/corpus/templates/clips/app/routes/invite.$token.tsx +2 -2
- package/corpus/templates/clips/app/routes/r.$recordingId.tsx +3 -3
- package/corpus/templates/clips/app/routes/record.tsx +5 -5
- package/corpus/templates/clips/app/routes/share.$shareId.tsx +7 -7
- package/corpus/templates/content/app/components/EmptyState.tsx +1 -1
- package/corpus/templates/content/app/components/editor/DocumentToolbar.tsx +17 -17
- package/corpus/templates/content/app/components/layout/Layout.tsx +2 -2
- package/corpus/templates/content/app/components/sidebar/DocumentSidebar.tsx +10 -9
- package/corpus/templates/content/app/components/sidebar/DocumentTreeItem.tsx +10 -6
- package/corpus/templates/content/app/components/sidebar/NotionButton.tsx +3 -3
- package/corpus/templates/content/app/components/ui/alert-dialog.tsx +1 -1
- package/corpus/templates/content/app/components/ui/dialog.tsx +2 -2
- package/corpus/templates/content/app/components/ui/dropdown-menu.tsx +9 -9
- package/corpus/templates/content/app/components/ui/scroll-area.tsx +1 -1
- package/corpus/templates/content/app/components/ui/sheet.tsx +2 -2
- package/corpus/templates/content/app/components/ui/table.tsx +2 -2
- package/corpus/templates/content/app/components/ui/toast.tsx +3 -3
- package/corpus/templates/design/app/components/layout/Layout.tsx +3 -3
- package/corpus/templates/design/app/components/layout/Sidebar.tsx +3 -3
- package/corpus/templates/design/app/components/ui/alert-dialog.tsx +1 -1
- package/corpus/templates/design/app/components/ui/alert.tsx +1 -1
- package/corpus/templates/design/app/components/ui/breadcrumb.tsx +1 -1
- package/corpus/templates/design/app/components/ui/calendar.tsx +5 -5
- package/corpus/templates/design/app/components/ui/carousel.tsx +6 -6
- package/corpus/templates/design/app/components/ui/command.tsx +2 -2
- package/corpus/templates/design/app/components/ui/context-menu.tsx +9 -9
- package/corpus/templates/design/app/components/ui/dialog.tsx +2 -2
- package/corpus/templates/design/app/components/ui/drawer.tsx +1 -1
- package/corpus/templates/design/app/components/ui/dropdown-menu.tsx +9 -9
- package/corpus/templates/design/app/components/ui/input-otp.tsx +1 -1
- package/corpus/templates/design/app/components/ui/menubar.tsx +9 -9
- package/corpus/templates/design/app/components/ui/navigation-menu.tsx +3 -3
- package/corpus/templates/design/app/components/ui/pagination.tsx +4 -4
- package/corpus/templates/design/app/components/ui/scroll-area.tsx +1 -1
- package/corpus/templates/design/app/components/ui/select.tsx +3 -3
- package/corpus/templates/design/app/components/ui/sheet.tsx +2 -2
- package/corpus/templates/design/app/components/ui/sidebar.tsx +6 -6
- package/corpus/templates/design/app/components/ui/table.tsx +2 -2
- package/corpus/templates/design/app/components/ui/toast.tsx +3 -3
- package/corpus/templates/design/app/pages/DesignSystems.tsx +6 -8
- package/corpus/templates/design/app/pages/Index.tsx +8 -8
- package/corpus/templates/design/app/pages/NotFound.tsx +1 -1
- package/corpus/templates/design/app/pages/Templates.tsx +2 -2
- package/corpus/templates/forms/app/components/layout/Sidebar.tsx +3 -3
- package/corpus/templates/forms/app/components/ui/alert-dialog.tsx +1 -1
- package/corpus/templates/forms/app/components/ui/alert.tsx +1 -1
- package/corpus/templates/forms/app/components/ui/breadcrumb.tsx +1 -1
- package/corpus/templates/forms/app/components/ui/calendar.tsx +9 -6
- package/corpus/templates/forms/app/components/ui/carousel.tsx +6 -6
- package/corpus/templates/forms/app/components/ui/command.tsx +2 -2
- package/corpus/templates/forms/app/components/ui/context-menu.tsx +9 -9
- package/corpus/templates/forms/app/components/ui/dialog.tsx +2 -2
- package/corpus/templates/forms/app/components/ui/drawer.tsx +1 -1
- package/corpus/templates/forms/app/components/ui/dropdown-menu.tsx +9 -9
- package/corpus/templates/forms/app/components/ui/input-otp.tsx +1 -1
- package/corpus/templates/forms/app/components/ui/menubar.tsx +9 -9
- package/corpus/templates/forms/app/components/ui/navigation-menu.tsx +3 -3
- package/corpus/templates/forms/app/components/ui/pagination.tsx +4 -4
- package/corpus/templates/forms/app/components/ui/scroll-area.tsx +1 -1
- package/corpus/templates/forms/app/components/ui/select.tsx +3 -3
- package/corpus/templates/forms/app/components/ui/sheet.tsx +2 -2
- package/corpus/templates/forms/app/components/ui/sidebar.tsx +6 -6
- package/corpus/templates/forms/app/components/ui/table.tsx +2 -2
- package/corpus/templates/forms/app/components/ui/toast.tsx +3 -3
- package/corpus/templates/forms/app/pages/FormBuilderPage.tsx +18 -18
- package/corpus/templates/forms/app/pages/FormsListPage.tsx +9 -9
- package/corpus/templates/macros/app/components/layout/AppLayout.tsx +4 -4
- package/corpus/templates/macros/app/components/ui/alert-dialog.tsx +1 -1
- package/corpus/templates/macros/app/components/ui/alert.tsx +1 -1
- package/corpus/templates/macros/app/components/ui/breadcrumb.tsx +1 -1
- package/corpus/templates/macros/app/components/ui/command.tsx +2 -2
- package/corpus/templates/macros/app/components/ui/context-menu.tsx +9 -9
- package/corpus/templates/macros/app/components/ui/dialog.tsx +2 -2
- package/corpus/templates/macros/app/components/ui/drawer.tsx +1 -1
- package/corpus/templates/macros/app/components/ui/dropdown-menu.tsx +9 -9
- package/corpus/templates/macros/app/components/ui/menubar.tsx +9 -9
- package/corpus/templates/macros/app/components/ui/navigation-menu.tsx +3 -3
- package/corpus/templates/macros/app/components/ui/pagination.tsx +4 -4
- package/corpus/templates/macros/app/components/ui/scroll-area.tsx +1 -1
- package/corpus/templates/macros/app/components/ui/select.tsx +3 -3
- package/corpus/templates/macros/app/components/ui/sheet.tsx +2 -2
- package/corpus/templates/macros/app/components/ui/table.tsx +2 -2
- package/corpus/templates/macros/app/components/ui/toast.tsx +3 -3
- package/corpus/templates/macros/app/routes/_index.tsx +2 -2
- package/corpus/templates/macros/app/routes/analytics.tsx +1 -1
- package/corpus/templates/mail/app/components/GoogleConnectBanner.tsx +6 -6
- package/corpus/templates/mail/app/components/email/AttachmentStrip.tsx +2 -2
- package/corpus/templates/mail/app/components/email/EmailListItem.tsx +5 -5
- package/corpus/templates/mail/app/components/email/IntegrationsSidebar.tsx +5 -5
- package/corpus/templates/mail/app/components/email/MobileActionBar.tsx +3 -3
- package/corpus/templates/mail/app/components/layout/AppLayout.tsx +10 -10
- package/corpus/templates/mail/app/components/layout/CommandPalette.tsx +1 -1
- package/corpus/templates/mail/app/components/layout/SearchBar.tsx +3 -3
- package/corpus/templates/mail/app/components/ui/alert-dialog.tsx +1 -1
- package/corpus/templates/mail/app/components/ui/alert.tsx +1 -1
- package/corpus/templates/mail/app/components/ui/breadcrumb.tsx +1 -1
- package/corpus/templates/mail/app/components/ui/calendar.tsx +4 -4
- package/corpus/templates/mail/app/components/ui/carousel.tsx +6 -6
- package/corpus/templates/mail/app/components/ui/command.tsx +2 -2
- package/corpus/templates/mail/app/components/ui/context-menu.tsx +9 -9
- package/corpus/templates/mail/app/components/ui/dialog.tsx +2 -2
- package/corpus/templates/mail/app/components/ui/drawer.tsx +1 -1
- package/corpus/templates/mail/app/components/ui/dropdown-menu.tsx +9 -9
- package/corpus/templates/mail/app/components/ui/input-otp.tsx +1 -1
- package/corpus/templates/mail/app/components/ui/menubar.tsx +9 -9
- package/corpus/templates/mail/app/components/ui/navigation-menu.tsx +3 -3
- package/corpus/templates/mail/app/components/ui/pagination.tsx +4 -4
- package/corpus/templates/mail/app/components/ui/scroll-area.tsx +1 -1
- package/corpus/templates/mail/app/components/ui/select.tsx +3 -3
- package/corpus/templates/mail/app/components/ui/sheet.tsx +2 -2
- package/corpus/templates/mail/app/components/ui/sidebar.tsx +6 -6
- package/corpus/templates/mail/app/components/ui/sonner.tsx +2 -2
- package/corpus/templates/mail/app/components/ui/table.tsx +2 -2
- package/corpus/templates/mail/app/components/ui/toast.tsx +3 -3
- package/corpus/templates/plan/app/components/layout/Sidebar.tsx +10 -10
- package/corpus/templates/plan/app/components/ui/alert-dialog.tsx +1 -1
- package/corpus/templates/plan/app/components/ui/alert.tsx +1 -1
- package/corpus/templates/plan/app/components/ui/breadcrumb.tsx +1 -1
- package/corpus/templates/plan/app/components/ui/calendar.tsx +5 -5
- package/corpus/templates/plan/app/components/ui/carousel.tsx +6 -6
- package/corpus/templates/plan/app/components/ui/command.tsx +2 -2
- package/corpus/templates/plan/app/components/ui/context-menu.tsx +9 -9
- package/corpus/templates/plan/app/components/ui/dialog.tsx +2 -2
- package/corpus/templates/plan/app/components/ui/drawer.tsx +1 -1
- package/corpus/templates/plan/app/components/ui/dropdown-menu.tsx +9 -9
- package/corpus/templates/plan/app/components/ui/input-otp.tsx +1 -1
- package/corpus/templates/plan/app/components/ui/menubar.tsx +9 -9
- package/corpus/templates/plan/app/components/ui/navigation-menu.tsx +3 -3
- package/corpus/templates/plan/app/components/ui/pagination.tsx +4 -4
- package/corpus/templates/plan/app/components/ui/scroll-area.tsx +1 -1
- package/corpus/templates/plan/app/components/ui/select.tsx +3 -3
- package/corpus/templates/plan/app/components/ui/sheet.tsx +2 -2
- package/corpus/templates/plan/app/components/ui/sidebar.tsx +6 -6
- package/corpus/templates/plan/app/components/ui/table.tsx +2 -2
- package/corpus/templates/plan/app/components/ui/toast.tsx +3 -3
- package/corpus/templates/slides/app/components/layout/Layout.tsx +1 -1
- package/corpus/templates/slides/app/components/ui/alert-dialog.tsx +1 -1
- package/corpus/templates/slides/app/components/ui/alert.tsx +1 -1
- package/corpus/templates/slides/app/components/ui/breadcrumb.tsx +1 -1
- package/corpus/templates/slides/app/components/ui/calendar.tsx +5 -5
- package/corpus/templates/slides/app/components/ui/carousel.tsx +6 -6
- package/corpus/templates/slides/app/components/ui/command.tsx +2 -2
- package/corpus/templates/slides/app/components/ui/context-menu.tsx +9 -9
- package/corpus/templates/slides/app/components/ui/dialog.tsx +2 -2
- package/corpus/templates/slides/app/components/ui/drawer.tsx +1 -1
- package/corpus/templates/slides/app/components/ui/dropdown-menu.tsx +9 -9
- package/corpus/templates/slides/app/components/ui/input-otp.tsx +1 -1
- package/corpus/templates/slides/app/components/ui/menubar.tsx +9 -9
- package/corpus/templates/slides/app/components/ui/navigation-menu.tsx +3 -3
- package/corpus/templates/slides/app/components/ui/pagination.tsx +4 -4
- package/corpus/templates/slides/app/components/ui/scroll-area.tsx +1 -1
- package/corpus/templates/slides/app/components/ui/select.tsx +3 -3
- package/corpus/templates/slides/app/components/ui/sheet.tsx +2 -2
- package/corpus/templates/slides/app/components/ui/sidebar.tsx +6 -6
- package/corpus/templates/slides/app/components/ui/table.tsx +2 -2
- package/corpus/templates/slides/app/components/ui/toast.tsx +3 -3
- package/corpus/templates/videos/app/components/ui/alert-dialog.tsx +1 -1
- package/corpus/templates/videos/app/components/ui/alert.tsx +1 -1
- package/corpus/templates/videos/app/components/ui/breadcrumb.tsx +1 -1
- package/corpus/templates/videos/app/components/ui/calendar.tsx +5 -5
- package/corpus/templates/videos/app/components/ui/carousel.tsx +6 -6
- package/corpus/templates/videos/app/components/ui/command.tsx +2 -2
- package/corpus/templates/videos/app/components/ui/context-menu.tsx +9 -9
- package/corpus/templates/videos/app/components/ui/dialog.tsx +2 -2
- package/corpus/templates/videos/app/components/ui/drawer.tsx +1 -1
- package/corpus/templates/videos/app/components/ui/dropdown-menu.tsx +9 -9
- package/corpus/templates/videos/app/components/ui/input-otp.tsx +1 -1
- package/corpus/templates/videos/app/components/ui/menubar.tsx +9 -9
- package/corpus/templates/videos/app/components/ui/navigation-menu.tsx +3 -3
- package/corpus/templates/videos/app/components/ui/pagination.tsx +4 -4
- package/corpus/templates/videos/app/components/ui/scroll-area.tsx +1 -1
- package/corpus/templates/videos/app/components/ui/select.tsx +3 -3
- package/corpus/templates/videos/app/components/ui/sheet.tsx +2 -2
- package/corpus/templates/videos/app/components/ui/sidebar.tsx +6 -6
- package/corpus/templates/videos/app/components/ui/table.tsx +2 -2
- package/corpus/templates/videos/app/components/ui/toast.tsx +3 -3
- package/dist/agent/production-agent.d.ts +47 -0
- package/dist/agent/production-agent.d.ts.map +1 -1
- package/dist/agent/production-agent.js +112 -56
- package/dist/agent/production-agent.js.map +1 -1
- package/dist/agent/run-store.d.ts +21 -0
- package/dist/agent/run-store.d.ts.map +1 -1
- package/dist/agent/run-store.js +32 -0
- package/dist/agent/run-store.js.map +1 -1
- package/dist/client/AgentPanel.js +3 -3
- package/dist/client/AgentPanel.js.map +1 -1
- package/dist/client/AgentTaskCard.d.ts.map +1 -1
- package/dist/client/AgentTaskCard.js +1 -1
- package/dist/client/AgentTaskCard.js.map +1 -1
- package/dist/client/AppearancePicker.js +1 -1
- package/dist/client/AppearancePicker.js.map +1 -1
- package/dist/client/AssistantChat.js +3 -3
- package/dist/client/AssistantChat.js.map +1 -1
- package/dist/client/CommandMenu.js +4 -4
- package/dist/client/CommandMenu.js.map +1 -1
- package/dist/client/ErrorBoundary.js +1 -1
- package/dist/client/ErrorBoundary.js.map +1 -1
- package/dist/client/MultiTabAssistantChat.js +9 -9
- package/dist/client/MultiTabAssistantChat.js.map +1 -1
- package/dist/client/NewWorkspaceAppFlow.js +5 -5
- package/dist/client/NewWorkspaceAppFlow.js.map +1 -1
- package/dist/client/components/ui/dropdown-menu.js +6 -6
- package/dist/client/components/ui/dropdown-menu.js.map +1 -1
- package/dist/client/components/ui/sheet.js +1 -1
- package/dist/client/components/ui/sheet.js.map +1 -1
- package/dist/client/composer/ComposerPlusMenu.js +5 -5
- package/dist/client/composer/ComposerPlusMenu.js.map +1 -1
- package/dist/client/composer/MentionPopover.js +4 -4
- package/dist/client/composer/MentionPopover.js.map +1 -1
- package/dist/client/composer/PastedTextChip.js +2 -2
- package/dist/client/composer/PastedTextChip.js.map +1 -1
- package/dist/client/composer/PromptComposer.js +3 -3
- package/dist/client/composer/PromptComposer.js.map +1 -1
- package/dist/client/composer/TiptapComposer.js +12 -12
- package/dist/client/composer/TiptapComposer.js.map +1 -1
- package/dist/client/guided-questions.d.ts.map +1 -1
- package/dist/client/guided-questions.js +5 -5
- package/dist/client/guided-questions.js.map +1 -1
- package/dist/client/i18n.js +2 -2
- package/dist/client/i18n.js.map +1 -1
- package/dist/client/integrations/IntegrationCard.js +1 -1
- package/dist/client/integrations/IntegrationCard.js.map +1 -1
- package/dist/client/integrations/IntegrationsPanel.js +4 -4
- package/dist/client/integrations/IntegrationsPanel.js.map +1 -1
- package/dist/client/notifications/NotificationsBell.js +3 -3
- package/dist/client/notifications/NotificationsBell.js.map +1 -1
- package/dist/client/onboarding/OnboardingBanner.js +3 -3
- package/dist/client/onboarding/OnboardingBanner.js.map +1 -1
- package/dist/client/onboarding/OnboardingPanel.d.ts.map +1 -1
- package/dist/client/onboarding/OnboardingPanel.js +15 -10
- package/dist/client/onboarding/OnboardingPanel.js.map +1 -1
- package/dist/client/org/OrgSwitcher.d.ts.map +1 -1
- package/dist/client/org/OrgSwitcher.js +7 -7
- package/dist/client/org/OrgSwitcher.js.map +1 -1
- package/dist/client/org/TeamPage.js +2 -2
- package/dist/client/org/TeamPage.js.map +1 -1
- package/dist/client/settings/AgentsSection.js +3 -3
- package/dist/client/settings/AgentsSection.js.map +1 -1
- package/dist/client/settings/AutomationsSection.js +2 -2
- package/dist/client/settings/AutomationsSection.js.map +1 -1
- package/dist/client/settings/SecretsSection.js +2 -2
- package/dist/client/settings/SecretsSection.js.map +1 -1
- package/dist/client/settings/SettingsPanel.d.ts.map +1 -1
- package/dist/client/settings/SettingsPanel.js +4 -4
- package/dist/client/settings/SettingsPanel.js.map +1 -1
- package/dist/client/settings/SettingsSection.js +1 -1
- package/dist/client/settings/SettingsSection.js.map +1 -1
- package/dist/client/settings/UsageSection.js +2 -2
- package/dist/client/settings/UsageSection.js.map +1 -1
- package/dist/client/settings/VoiceTranscriptionSection.js +3 -3
- package/dist/client/settings/VoiceTranscriptionSection.js.map +1 -1
- package/dist/client/sharing/ShareButton.js +6 -6
- package/dist/client/sharing/ShareButton.js.map +1 -1
- package/dist/client/sharing/ShareDialog.js +3 -3
- package/dist/client/sharing/ShareDialog.js.map +1 -1
- package/dist/deploy/build.d.ts.map +1 -1
- package/dist/deploy/build.js +31 -14
- package/dist/deploy/build.js.map +1 -1
- package/dist/styles/agent-conversation.css +10 -10
- package/dist/styles/blocks.css +2 -2
- package/dist/styles/rich-markdown-editor.css +2 -2
- package/package.json +1 -1
|
@@ -31,7 +31,7 @@ const ScrollBar = React.forwardRef<
|
|
|
31
31
|
className={cn(
|
|
32
32
|
"flex touch-none select-none transition-colors",
|
|
33
33
|
orientation === "vertical" &&
|
|
34
|
-
"h-full w-2.5 border-
|
|
34
|
+
"h-full w-2.5 border-s border-s-transparent p-[1px]",
|
|
35
35
|
orientation === "horizontal" &&
|
|
36
36
|
"h-2.5 flex-col border-t border-t-transparent p-[1px]",
|
|
37
37
|
className,
|
|
@@ -103,7 +103,7 @@ const SelectLabel = React.forwardRef<
|
|
|
103
103
|
>(({ className, ...props }, ref) => (
|
|
104
104
|
<SelectPrimitive.Label
|
|
105
105
|
ref={ref}
|
|
106
|
-
className={cn("py-1.5
|
|
106
|
+
className={cn("py-1.5 ps-8 pe-2 text-sm font-semibold", className)}
|
|
107
107
|
{...props}
|
|
108
108
|
/>
|
|
109
109
|
));
|
|
@@ -116,12 +116,12 @@ const SelectItem = React.forwardRef<
|
|
|
116
116
|
<SelectPrimitive.Item
|
|
117
117
|
ref={ref}
|
|
118
118
|
className={cn(
|
|
119
|
-
"relative flex w-full cursor-default select-none items-center rounded-sm py-1.5
|
|
119
|
+
"relative flex w-full cursor-default select-none items-center rounded-sm py-1.5 ps-8 pe-2 text-sm outline-none focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",
|
|
120
120
|
className,
|
|
121
121
|
)}
|
|
122
122
|
{...props}
|
|
123
123
|
>
|
|
124
|
-
<span className="absolute
|
|
124
|
+
<span className="absolute start-2 flex h-3.5 w-3.5 items-center justify-center">
|
|
125
125
|
<SelectPrimitive.ItemIndicator>
|
|
126
126
|
<IconCheck className="h-4 w-4" />
|
|
127
127
|
</SelectPrimitive.ItemIndicator>
|
|
@@ -83,7 +83,7 @@ const SheetContent = React.forwardRef<
|
|
|
83
83
|
>
|
|
84
84
|
{children}
|
|
85
85
|
{showClose ? (
|
|
86
|
-
<SheetPrimitive.Close className="absolute
|
|
86
|
+
<SheetPrimitive.Close className="absolute end-4 top-4 rounded-sm opacity-70 ring-offset-background transition-opacity hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none data-[state=open]:bg-secondary">
|
|
87
87
|
<IconX className="h-4 w-4" />
|
|
88
88
|
<span className="sr-only">Close</span>
|
|
89
89
|
</SheetPrimitive.Close>
|
|
@@ -100,7 +100,7 @@ const SheetHeader = ({
|
|
|
100
100
|
}: React.HTMLAttributes<HTMLDivElement>) => (
|
|
101
101
|
<div
|
|
102
102
|
className={cn(
|
|
103
|
-
"flex flex-col space-y-2 text-center sm:text-
|
|
103
|
+
"flex flex-col space-y-2 text-center sm:text-start",
|
|
104
104
|
className,
|
|
105
105
|
)}
|
|
106
106
|
{...props}
|
|
@@ -342,7 +342,7 @@ const SidebarInset = React.forwardRef<
|
|
|
342
342
|
ref={ref}
|
|
343
343
|
className={cn(
|
|
344
344
|
"relative flex min-h-svh flex-1 flex-col bg-background",
|
|
345
|
-
"peer-data-[variant=inset]:min-h-[calc(100svh-theme(spacing.4))] md:peer-data-[variant=inset]:m-2 md:peer-data-[state=collapsed]:peer-data-[variant=inset]:
|
|
345
|
+
"peer-data-[variant=inset]:min-h-[calc(100svh-theme(spacing.4))] md:peer-data-[variant=inset]:m-2 md:peer-data-[state=collapsed]:peer-data-[variant=inset]:ms-2 md:peer-data-[variant=inset]:ms-0 md:peer-data-[variant=inset]:rounded-xl md:peer-data-[variant=inset]:shadow",
|
|
346
346
|
className,
|
|
347
347
|
)}
|
|
348
348
|
{...props}
|
|
@@ -479,7 +479,7 @@ const SidebarGroupAction = React.forwardRef<
|
|
|
479
479
|
ref={ref}
|
|
480
480
|
data-sidebar="group-action"
|
|
481
481
|
className={cn(
|
|
482
|
-
"absolute
|
|
482
|
+
"absolute end-3 top-3.5 flex aspect-square w-5 items-center justify-center rounded-md p-0 text-sidebar-foreground outline-none ring-sidebar-ring transition-transform hover:bg-sidebar-accent hover:text-sidebar-accent-foreground focus-visible:ring-2 [&>svg]:size-4 [&>svg]:shrink-0",
|
|
483
483
|
// Increases the hit area of the button on mobile.
|
|
484
484
|
"after:absolute after:-inset-2 after:md:hidden",
|
|
485
485
|
"group-data-[collapsible=icon]:hidden",
|
|
@@ -531,7 +531,7 @@ const SidebarMenuItem = React.forwardRef<
|
|
|
531
531
|
SidebarMenuItem.displayName = "SidebarMenuItem";
|
|
532
532
|
|
|
533
533
|
const sidebarMenuButtonVariants = cva(
|
|
534
|
-
"peer/menu-button flex w-full items-center gap-2 overflow-hidden rounded-md p-2 text-
|
|
534
|
+
"peer/menu-button flex w-full items-center gap-2 overflow-hidden rounded-md p-2 text-start text-sm outline-none ring-sidebar-ring transition-[width,height,padding] hover:bg-sidebar-accent hover:text-sidebar-accent-foreground focus-visible:ring-2 active:bg-sidebar-accent active:text-sidebar-accent-foreground disabled:pointer-events-none disabled:opacity-50 group-has-[[data-sidebar=menu-action]]/menu-item:pe-8 aria-disabled:pointer-events-none aria-disabled:opacity-50 data-[active=true]:bg-sidebar-accent data-[active=true]:font-medium data-[active=true]:text-sidebar-accent-foreground data-[state=open]:hover:bg-sidebar-accent data-[state=open]:hover:text-sidebar-accent-foreground group-data-[collapsible=icon]:!size-8 group-data-[collapsible=icon]:!p-2 [&>span:last-child]:truncate [&>svg]:size-4 [&>svg]:shrink-0",
|
|
535
535
|
{
|
|
536
536
|
variants: {
|
|
537
537
|
variant: {
|
|
@@ -625,7 +625,7 @@ const SidebarMenuAction = React.forwardRef<
|
|
|
625
625
|
ref={ref}
|
|
626
626
|
data-sidebar="menu-action"
|
|
627
627
|
className={cn(
|
|
628
|
-
"absolute
|
|
628
|
+
"absolute end-1 top-1.5 flex aspect-square w-5 items-center justify-center rounded-md p-0 text-sidebar-foreground outline-none ring-sidebar-ring transition-transform hover:bg-sidebar-accent hover:text-sidebar-accent-foreground focus-visible:ring-2 peer-hover/menu-button:text-sidebar-accent-foreground [&>svg]:size-4 [&>svg]:shrink-0",
|
|
629
629
|
// Increases the hit area of the button on mobile.
|
|
630
630
|
"after:absolute after:-inset-2 after:md:hidden",
|
|
631
631
|
"peer-data-[size=sm]/menu-button:top-1",
|
|
@@ -650,7 +650,7 @@ const SidebarMenuBadge = React.forwardRef<
|
|
|
650
650
|
ref={ref}
|
|
651
651
|
data-sidebar="menu-badge"
|
|
652
652
|
className={cn(
|
|
653
|
-
"absolute
|
|
653
|
+
"absolute end-1 flex h-5 min-w-5 items-center justify-center rounded-md px-1 text-xs font-medium tabular-nums text-sidebar-foreground select-none pointer-events-none",
|
|
654
654
|
"peer-hover/menu-button:text-sidebar-accent-foreground peer-data-[active=true]/menu-button:text-sidebar-accent-foreground",
|
|
655
655
|
"peer-data-[size=sm]/menu-button:top-1",
|
|
656
656
|
"peer-data-[size=default]/menu-button:top-1.5",
|
|
@@ -709,7 +709,7 @@ const SidebarMenuSub = React.forwardRef<
|
|
|
709
709
|
ref={ref}
|
|
710
710
|
data-sidebar="menu-sub"
|
|
711
711
|
className={cn(
|
|
712
|
-
"mx-3.5 flex min-w-0 translate-x-px flex-col gap-1 border-
|
|
712
|
+
"mx-3.5 flex min-w-0 translate-x-px flex-col gap-1 border-s border-sidebar-border px-2.5 py-0.5",
|
|
713
713
|
"group-data-[collapsible=icon]:hidden",
|
|
714
714
|
className,
|
|
715
715
|
)}
|
|
@@ -73,7 +73,7 @@ const TableHead = React.forwardRef<
|
|
|
73
73
|
<th
|
|
74
74
|
ref={ref}
|
|
75
75
|
className={cn(
|
|
76
|
-
"h-12 px-4 text-
|
|
76
|
+
"h-12 px-4 text-start align-middle font-medium text-muted-foreground [&:has([role=checkbox])]:pe-0",
|
|
77
77
|
className,
|
|
78
78
|
)}
|
|
79
79
|
{...props}
|
|
@@ -87,7 +87,7 @@ const TableCell = React.forwardRef<
|
|
|
87
87
|
>(({ className, ...props }, ref) => (
|
|
88
88
|
<td
|
|
89
89
|
ref={ref}
|
|
90
|
-
className={cn("p-4 align-middle [&:has([role=checkbox])]:
|
|
90
|
+
className={cn("p-4 align-middle [&:has([role=checkbox])]:pe-0", className)}
|
|
91
91
|
{...props}
|
|
92
92
|
/>
|
|
93
93
|
));
|
|
@@ -14,7 +14,7 @@ const ToastViewport = React.forwardRef<
|
|
|
14
14
|
<ToastPrimitives.Viewport
|
|
15
15
|
ref={ref}
|
|
16
16
|
className={cn(
|
|
17
|
-
"fixed top-0 z-[100] flex max-h-screen w-full flex-col-reverse p-4 sm:bottom-0 sm:
|
|
17
|
+
"fixed top-0 z-[100] flex max-h-screen w-full flex-col-reverse p-4 sm:bottom-0 sm:end-0 sm:top-auto sm:flex-col sm:max-w-[36rem]",
|
|
18
18
|
className,
|
|
19
19
|
)}
|
|
20
20
|
{...props}
|
|
@@ -23,7 +23,7 @@ const ToastViewport = React.forwardRef<
|
|
|
23
23
|
ToastViewport.displayName = ToastPrimitives.Viewport.displayName;
|
|
24
24
|
|
|
25
25
|
const toastVariants = cva(
|
|
26
|
-
"group pointer-events-auto relative flex w-full items-center justify-between gap-3 overflow-hidden rounded-md border p-6
|
|
26
|
+
"group pointer-events-auto relative flex w-full items-center justify-between gap-3 overflow-hidden rounded-md border p-6 pe-8 shadow-lg transition-all data-[swipe=cancel]:translate-x-0 data-[swipe=end]:translate-x-[var(--radix-toast-swipe-end-x)] data-[swipe=move]:translate-x-[var(--radix-toast-swipe-move-x)] data-[swipe=move]:transition-none data-[state=open]:animate-in data-[state=closed]:animate-out data-[swipe=end]:animate-out data-[state=closed]:fade-out-80 data-[state=closed]:slide-out-to-right-full data-[state=open]:slide-in-from-top-full data-[state=open]:sm:slide-in-from-bottom-full",
|
|
27
27
|
{
|
|
28
28
|
variants: {
|
|
29
29
|
variant: {
|
|
@@ -75,7 +75,7 @@ const ToastClose = React.forwardRef<
|
|
|
75
75
|
<ToastPrimitives.Close
|
|
76
76
|
ref={ref}
|
|
77
77
|
className={cn(
|
|
78
|
-
"absolute
|
|
78
|
+
"absolute end-2 top-2 rounded-md p-1 text-foreground/50 opacity-0 transition-opacity hover:text-foreground focus:opacity-100 focus:outline-none focus:ring-2 group-hover:opacity-100 group-[.destructive]:text-red-300 group-[.destructive]:hover:text-red-50 group-[.destructive]:focus:ring-red-400 group-[.destructive]:focus:ring-offset-red-600",
|
|
79
79
|
className,
|
|
80
80
|
)}
|
|
81
81
|
toast-close=""
|
|
@@ -446,7 +446,7 @@ export default function DesignSystems() {
|
|
|
446
446
|
{/* New design system card */}
|
|
447
447
|
<button
|
|
448
448
|
onClick={() => navigate("/design-systems/setup")}
|
|
449
|
-
className="group relative rounded-xl border border-dashed border-border bg-card hover:border-foreground/15 overflow-hidden text-
|
|
449
|
+
className="group relative rounded-xl border border-dashed border-border bg-card hover:border-foreground/15 overflow-hidden text-start cursor-pointer"
|
|
450
450
|
>
|
|
451
451
|
<div className="aspect-video flex items-center justify-center bg-muted/30">
|
|
452
452
|
<div className="w-12 h-12 rounded-xl bg-accent/50 flex items-center justify-center group-hover:bg-accent">
|
|
@@ -487,7 +487,7 @@ export default function DesignSystems() {
|
|
|
487
487
|
openDesignSystemDetails(ds.id);
|
|
488
488
|
}}
|
|
489
489
|
aria-pressed={isSelectionMode ? isSelected : undefined}
|
|
490
|
-
className="block w-full text-
|
|
490
|
+
className="block w-full text-start cursor-pointer"
|
|
491
491
|
>
|
|
492
492
|
{/* Color preview */}
|
|
493
493
|
<div className="aspect-video bg-muted/50 flex items-center justify-center gap-2 p-4">
|
|
@@ -545,7 +545,7 @@ export default function DesignSystems() {
|
|
|
545
545
|
/>
|
|
546
546
|
</div>
|
|
547
547
|
{isSelectionMode && ds.canManage ? (
|
|
548
|
-
<div className="absolute top-2
|
|
548
|
+
<div className="absolute top-2 start-2 z-10">
|
|
549
549
|
<Tooltip>
|
|
550
550
|
<TooltipTrigger asChild>
|
|
551
551
|
<Checkbox
|
|
@@ -569,7 +569,7 @@ export default function DesignSystems() {
|
|
|
569
569
|
<TooltipTrigger asChild>
|
|
570
570
|
<button
|
|
571
571
|
onClick={() => handleSetDefault(ds.id)}
|
|
572
|
-
className="absolute top-2
|
|
572
|
+
className="absolute top-2 end-2 opacity-0 group-hover:opacity-100 w-7 h-7 flex items-center justify-center rounded-md bg-black/60 hover:bg-black/80 cursor-pointer"
|
|
573
573
|
>
|
|
574
574
|
{ds.isDefault ? (
|
|
575
575
|
<IconStarFilled className="w-3.5 h-3.5 text-yellow-400" />
|
|
@@ -588,9 +588,7 @@ export default function DesignSystems() {
|
|
|
588
588
|
{ds.canManage && (
|
|
589
589
|
<div
|
|
590
590
|
className={`absolute top-2 z-10 opacity-0 group-hover:opacity-100 ${
|
|
591
|
-
ds.accessRole === "owner"
|
|
592
|
-
? "right-10"
|
|
593
|
-
: "right-2"
|
|
591
|
+
ds.accessRole === "owner" ? "end-10" : "end-2"
|
|
594
592
|
}`}
|
|
595
593
|
>
|
|
596
594
|
<DropdownMenu>
|
|
@@ -609,7 +607,7 @@ export default function DesignSystems() {
|
|
|
609
607
|
onClick={() => setDeleteId(ds.id)}
|
|
610
608
|
className="text-red-400 focus:text-red-400 cursor-pointer"
|
|
611
609
|
>
|
|
612
|
-
<IconTrash className="w-3.5 h-3.5
|
|
610
|
+
<IconTrash className="w-3.5 h-3.5 me-2" />
|
|
613
611
|
Delete
|
|
614
612
|
</DropdownMenuItem>
|
|
615
613
|
</DropdownMenuContent>
|
|
@@ -399,12 +399,12 @@ export default function Index() {
|
|
|
399
399
|
<div className="flex items-center gap-3">
|
|
400
400
|
{designs.length > 0 ? (
|
|
401
401
|
<div className="relative">
|
|
402
|
-
<IconSearch className="absolute
|
|
402
|
+
<IconSearch className="absolute start-2.5 top-1/2 -translate-y-1/2 w-3.5 h-3.5 text-muted-foreground/70" />
|
|
403
403
|
<Input
|
|
404
404
|
value={search}
|
|
405
405
|
onChange={(e) => setSearch(e.target.value)}
|
|
406
406
|
placeholder="Search designs..."
|
|
407
|
-
className="
|
|
407
|
+
className="ps-8 h-8 w-48 bg-accent/50 border-border text-sm text-foreground/90 placeholder:text-muted-foreground/70"
|
|
408
408
|
/>
|
|
409
409
|
</div>
|
|
410
410
|
) : null}
|
|
@@ -489,7 +489,7 @@ export default function Index() {
|
|
|
489
489
|
{/* New design card */}
|
|
490
490
|
<button
|
|
491
491
|
onClick={openNewDesign}
|
|
492
|
-
className="group relative rounded-xl border border-dashed border-border bg-card hover:border-foreground/15 overflow-hidden text-
|
|
492
|
+
className="group relative rounded-xl border border-dashed border-border bg-card hover:border-foreground/15 overflow-hidden text-start cursor-pointer"
|
|
493
493
|
>
|
|
494
494
|
<div className="aspect-video flex items-center justify-center bg-muted/30">
|
|
495
495
|
<div className="w-12 h-12 rounded-xl bg-accent/50 flex items-center justify-center group-hover:bg-accent">
|
|
@@ -540,7 +540,7 @@ export default function Index() {
|
|
|
540
540
|
{cardContent}
|
|
541
541
|
</Link>
|
|
542
542
|
<div
|
|
543
|
-
className={`absolute
|
|
543
|
+
className={`absolute start-2 top-2 z-10 transition-opacity ${
|
|
544
544
|
isSelected || isSelectingDesigns
|
|
545
545
|
? "pointer-events-auto opacity-100"
|
|
546
546
|
: "pointer-events-none opacity-0 group-hover:pointer-events-auto group-hover:opacity-100 group-focus-within:pointer-events-auto group-focus-within:opacity-100"
|
|
@@ -562,7 +562,7 @@ export default function Index() {
|
|
|
562
562
|
</Tooltip>
|
|
563
563
|
</div>
|
|
564
564
|
{/* Three-dot menu */}
|
|
565
|
-
<div className="absolute top-2
|
|
565
|
+
<div className="absolute top-2 end-2 opacity-0 group-hover:opacity-100 group-focus-within:opacity-100">
|
|
566
566
|
<DropdownMenu>
|
|
567
567
|
<DropdownMenuTrigger asChild>
|
|
568
568
|
<Button
|
|
@@ -579,21 +579,21 @@ export default function Index() {
|
|
|
579
579
|
onClick={() => startRename(design)}
|
|
580
580
|
className="cursor-pointer"
|
|
581
581
|
>
|
|
582
|
-
<IconPencil className="w-3.5 h-3.5
|
|
582
|
+
<IconPencil className="w-3.5 h-3.5 me-2" />
|
|
583
583
|
Rename
|
|
584
584
|
</DropdownMenuItem>
|
|
585
585
|
<DropdownMenuItem
|
|
586
586
|
onClick={() => handleDuplicate(design.id)}
|
|
587
587
|
className="cursor-pointer"
|
|
588
588
|
>
|
|
589
|
-
<IconCopy className="w-3.5 h-3.5
|
|
589
|
+
<IconCopy className="w-3.5 h-3.5 me-2" />
|
|
590
590
|
Duplicate
|
|
591
591
|
</DropdownMenuItem>
|
|
592
592
|
<DropdownMenuItem
|
|
593
593
|
onClick={() => setDeleteId(design.id)}
|
|
594
594
|
className="text-red-400 focus:text-red-400 cursor-pointer"
|
|
595
595
|
>
|
|
596
|
-
<IconTrash className="w-3.5 h-3.5
|
|
596
|
+
<IconTrash className="w-3.5 h-3.5 me-2" />
|
|
597
597
|
Delete
|
|
598
598
|
</DropdownMenuItem>
|
|
599
599
|
</DropdownMenuContent>
|
|
@@ -11,7 +11,7 @@ export default function NotFound() {
|
|
|
11
11
|
</p>
|
|
12
12
|
<Button asChild variant="outline" className="cursor-pointer">
|
|
13
13
|
<Link to="/">
|
|
14
|
-
<IconArrowLeft className="w-4 h-4" />
|
|
14
|
+
<IconArrowLeft className="w-4 h-4 rtl:-scale-x-100" />
|
|
15
15
|
Back to designs
|
|
16
16
|
</Link>
|
|
17
17
|
</Button>
|
|
@@ -225,7 +225,7 @@ export default function Templates() {
|
|
|
225
225
|
title={template.title}
|
|
226
226
|
html={previewHtmlById.get(template.id) ?? template.html}
|
|
227
227
|
/>
|
|
228
|
-
<div className="absolute
|
|
228
|
+
<div className="absolute start-3 top-3 flex h-8 w-8 items-center justify-center rounded-md border border-white/70 bg-white/90 text-slate-900 shadow-sm dark:border-white/10 dark:bg-black/45 dark:text-white">
|
|
229
229
|
<Icon className="h-4 w-4" />
|
|
230
230
|
</div>
|
|
231
231
|
</div>
|
|
@@ -247,7 +247,7 @@ export default function Templates() {
|
|
|
247
247
|
className="w-full cursor-pointer"
|
|
248
248
|
>
|
|
249
249
|
Use template
|
|
250
|
-
<IconArrowRight className="h-3.5 w-3.5" />
|
|
250
|
+
<IconArrowRight className="h-3.5 w-3.5 rtl:-scale-x-100" />
|
|
251
251
|
</Button>
|
|
252
252
|
</div>
|
|
253
253
|
</article>
|
|
@@ -172,7 +172,7 @@ export function Sidebar() {
|
|
|
172
172
|
const sidebarContent = (
|
|
173
173
|
<div
|
|
174
174
|
className={cn(
|
|
175
|
-
"flex h-screen w-60 min-w-0 shrink-0 flex-col overflow-hidden border-
|
|
175
|
+
"flex h-screen w-60 min-w-0 shrink-0 flex-col overflow-hidden border-e border-border bg-muted/30",
|
|
176
176
|
isMobile && "w-full",
|
|
177
177
|
)}
|
|
178
178
|
>
|
|
@@ -346,7 +346,7 @@ export function Sidebar() {
|
|
|
346
346
|
<Button
|
|
347
347
|
variant="ghost"
|
|
348
348
|
size="icon"
|
|
349
|
-
className="fixed top-2
|
|
349
|
+
className="fixed top-2 start-2 z-40 h-10 w-10 md:hidden"
|
|
350
350
|
onClick={() => setMobileOpen(true)}
|
|
351
351
|
aria-label={t("sidebar.openSidebar")}
|
|
352
352
|
>
|
|
@@ -358,7 +358,7 @@ export function Sidebar() {
|
|
|
358
358
|
className="fixed inset-0 z-40 bg-black/40"
|
|
359
359
|
onClick={() => setMobileOpen(false)}
|
|
360
360
|
/>
|
|
361
|
-
<div className="fixed inset-y-0
|
|
361
|
+
<div className="fixed inset-y-0 start-0 z-50 w-72 max-w-[85vw]">
|
|
362
362
|
{sidebarContent}
|
|
363
363
|
</div>
|
|
364
364
|
</>
|
|
@@ -4,7 +4,7 @@ import { cva, type VariantProps } from "class-variance-authority";
|
|
|
4
4
|
import { cn } from "@/lib/utils";
|
|
5
5
|
|
|
6
6
|
const alertVariants = cva(
|
|
7
|
-
"relative w-full rounded-lg border p-4 [&>svg~*]:
|
|
7
|
+
"relative w-full rounded-lg border p-4 [&>svg~*]:ps-7 [&>svg+div]:translate-y-[-3px] [&>svg]:absolute [&>svg]:start-4 [&>svg]:top-4 [&>svg]:text-foreground",
|
|
8
8
|
{
|
|
9
9
|
variants: {
|
|
10
10
|
variant: {
|
|
@@ -83,7 +83,7 @@ const BreadcrumbSeparator = ({
|
|
|
83
83
|
className={cn("[&>svg]:size-3.5", className)}
|
|
84
84
|
{...props}
|
|
85
85
|
>
|
|
86
|
-
{children ?? <IconChevronRight />}
|
|
86
|
+
{children ?? <IconChevronRight className="rtl:-scale-x-100" />}
|
|
87
87
|
</li>
|
|
88
88
|
);
|
|
89
89
|
BreadcrumbSeparator.displayName = "BreadcrumbSeparator";
|
|
@@ -79,7 +79,7 @@ function Calendar({
|
|
|
79
79
|
"select-none font-medium",
|
|
80
80
|
captionLayout === "label"
|
|
81
81
|
? "text-sm"
|
|
82
|
-
: "[&>svg]:text-muted-foreground flex h-8 items-center gap-1 rounded-md
|
|
82
|
+
: "[&>svg]:text-muted-foreground flex h-8 items-center gap-1 rounded-md ps-2 pe-1 text-sm [&>svg]:size-3.5",
|
|
83
83
|
defaultClassNames.caption_label,
|
|
84
84
|
),
|
|
85
85
|
table: "w-full border-collapse",
|
|
@@ -98,15 +98,15 @@ function Calendar({
|
|
|
98
98
|
defaultClassNames.week_number,
|
|
99
99
|
),
|
|
100
100
|
day: cn(
|
|
101
|
-
"group/day relative aspect-square h-full w-full select-none p-0 text-center [&:first-child[data-selected=true]_button]:rounded-
|
|
101
|
+
"group/day relative aspect-square h-full w-full select-none p-0 text-center [&:first-child[data-selected=true]_button]:rounded-s-md [&:last-child[data-selected=true]_button]:rounded-e-md",
|
|
102
102
|
defaultClassNames.day,
|
|
103
103
|
),
|
|
104
104
|
range_start: cn(
|
|
105
|
-
"bg-accent rounded-
|
|
105
|
+
"bg-accent rounded-s-md",
|
|
106
106
|
defaultClassNames.range_start,
|
|
107
107
|
),
|
|
108
108
|
range_middle: cn("rounded-none", defaultClassNames.range_middle),
|
|
109
|
-
range_end: cn("bg-accent rounded-
|
|
109
|
+
range_end: cn("bg-accent rounded-e-md", defaultClassNames.range_end),
|
|
110
110
|
today: cn(
|
|
111
111
|
"bg-accent text-accent-foreground rounded-md data-[selected=true]:rounded-none",
|
|
112
112
|
defaultClassNames.today,
|
|
@@ -136,14 +136,17 @@ function Calendar({
|
|
|
136
136
|
Chevron: ({ className, orientation, ...props }) => {
|
|
137
137
|
if (orientation === "left") {
|
|
138
138
|
return (
|
|
139
|
-
<IconChevronLeft
|
|
139
|
+
<IconChevronLeft
|
|
140
|
+
className={cn("size-4 rtl:-scale-x-100", className)}
|
|
141
|
+
{...props}
|
|
142
|
+
/>
|
|
140
143
|
);
|
|
141
144
|
}
|
|
142
145
|
|
|
143
146
|
if (orientation === "right") {
|
|
144
147
|
return (
|
|
145
148
|
<IconChevronRight
|
|
146
|
-
className={cn("size-4", className)}
|
|
149
|
+
className={cn("size-4 rtl:-scale-x-100", className)}
|
|
147
150
|
{...props}
|
|
148
151
|
/>
|
|
149
152
|
);
|
|
@@ -160,7 +160,7 @@ const CarouselContent = React.forwardRef<
|
|
|
160
160
|
ref={ref}
|
|
161
161
|
className={cn(
|
|
162
162
|
"flex",
|
|
163
|
-
orientation === "horizontal" ? "-
|
|
163
|
+
orientation === "horizontal" ? "-ms-4" : "-mt-4 flex-col",
|
|
164
164
|
className,
|
|
165
165
|
)}
|
|
166
166
|
{...props}
|
|
@@ -183,7 +183,7 @@ const CarouselItem = React.forwardRef<
|
|
|
183
183
|
aria-roledescription="slide"
|
|
184
184
|
className={cn(
|
|
185
185
|
"min-w-0 shrink-0 grow-0 basis-full",
|
|
186
|
-
orientation === "horizontal" ? "
|
|
186
|
+
orientation === "horizontal" ? "ps-4" : "pt-4",
|
|
187
187
|
className,
|
|
188
188
|
)}
|
|
189
189
|
{...props}
|
|
@@ -206,7 +206,7 @@ const CarouselPrevious = React.forwardRef<
|
|
|
206
206
|
className={cn(
|
|
207
207
|
"absolute h-8 w-8 rounded-full",
|
|
208
208
|
orientation === "horizontal"
|
|
209
|
-
? "-
|
|
209
|
+
? "-start-12 top-1/2 -translate-y-1/2"
|
|
210
210
|
: "-top-12 left-1/2 -translate-x-1/2 rotate-90",
|
|
211
211
|
className,
|
|
212
212
|
)}
|
|
@@ -214,7 +214,7 @@ const CarouselPrevious = React.forwardRef<
|
|
|
214
214
|
onClick={scrollPrev}
|
|
215
215
|
{...props}
|
|
216
216
|
>
|
|
217
|
-
<IconArrowLeft className="h-4 w-4" />
|
|
217
|
+
<IconArrowLeft className="h-4 w-4 rtl:-scale-x-100" />
|
|
218
218
|
<span className="sr-only">Previous slide</span>
|
|
219
219
|
</Button>
|
|
220
220
|
);
|
|
@@ -235,7 +235,7 @@ const CarouselNext = React.forwardRef<
|
|
|
235
235
|
className={cn(
|
|
236
236
|
"absolute h-8 w-8 rounded-full",
|
|
237
237
|
orientation === "horizontal"
|
|
238
|
-
? "-
|
|
238
|
+
? "-end-12 top-1/2 -translate-y-1/2"
|
|
239
239
|
: "-bottom-12 left-1/2 -translate-x-1/2 rotate-90",
|
|
240
240
|
className,
|
|
241
241
|
)}
|
|
@@ -243,7 +243,7 @@ const CarouselNext = React.forwardRef<
|
|
|
243
243
|
onClick={scrollNext}
|
|
244
244
|
{...props}
|
|
245
245
|
>
|
|
246
|
-
<IconArrowRight className="h-4 w-4" />
|
|
246
|
+
<IconArrowRight className="h-4 w-4 rtl:-scale-x-100" />
|
|
247
247
|
<span className="sr-only">Next slide</span>
|
|
248
248
|
</Button>
|
|
249
249
|
);
|
|
@@ -40,7 +40,7 @@ const CommandInput = React.forwardRef<
|
|
|
40
40
|
React.ComponentPropsWithoutRef<typeof CommandPrimitive.Input>
|
|
41
41
|
>(({ className, ...props }, ref) => (
|
|
42
42
|
<div className="flex items-center border-b px-3" cmdk-input-wrapper="">
|
|
43
|
-
<IconSearch className="
|
|
43
|
+
<IconSearch className="me-2 h-4 w-4 shrink-0 opacity-50" />
|
|
44
44
|
<CommandPrimitive.Input
|
|
45
45
|
ref={ref}
|
|
46
46
|
className={cn(
|
|
@@ -131,7 +131,7 @@ const CommandShortcut = ({
|
|
|
131
131
|
return (
|
|
132
132
|
<span
|
|
133
133
|
className={cn(
|
|
134
|
-
"
|
|
134
|
+
"ms-auto text-xs tracking-widest text-muted-foreground",
|
|
135
135
|
className,
|
|
136
136
|
)}
|
|
137
137
|
{...props}
|
|
@@ -26,13 +26,13 @@ const ContextMenuSubTrigger = React.forwardRef<
|
|
|
26
26
|
ref={ref}
|
|
27
27
|
className={cn(
|
|
28
28
|
"flex cursor-default select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none focus:bg-accent focus:text-accent-foreground data-[state=open]:bg-accent data-[state=open]:text-accent-foreground",
|
|
29
|
-
inset && "
|
|
29
|
+
inset && "ps-8",
|
|
30
30
|
className,
|
|
31
31
|
)}
|
|
32
32
|
{...props}
|
|
33
33
|
>
|
|
34
34
|
{children}
|
|
35
|
-
<IconChevronRight className="
|
|
35
|
+
<IconChevronRight className="ms-auto h-4 w-4 rtl:-scale-x-100" />
|
|
36
36
|
</ContextMenuPrimitive.SubTrigger>
|
|
37
37
|
));
|
|
38
38
|
ContextMenuSubTrigger.displayName = ContextMenuPrimitive.SubTrigger.displayName;
|
|
@@ -79,7 +79,7 @@ const ContextMenuItem = React.forwardRef<
|
|
|
79
79
|
ref={ref}
|
|
80
80
|
className={cn(
|
|
81
81
|
"relative flex cursor-default select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",
|
|
82
|
-
inset && "
|
|
82
|
+
inset && "ps-8",
|
|
83
83
|
className,
|
|
84
84
|
)}
|
|
85
85
|
{...props}
|
|
@@ -94,13 +94,13 @@ const ContextMenuCheckboxItem = React.forwardRef<
|
|
|
94
94
|
<ContextMenuPrimitive.CheckboxItem
|
|
95
95
|
ref={ref}
|
|
96
96
|
className={cn(
|
|
97
|
-
"relative flex cursor-default select-none items-center rounded-sm py-1.5
|
|
97
|
+
"relative flex cursor-default select-none items-center rounded-sm py-1.5 ps-8 pe-2 text-sm outline-none focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",
|
|
98
98
|
className,
|
|
99
99
|
)}
|
|
100
100
|
checked={checked}
|
|
101
101
|
{...props}
|
|
102
102
|
>
|
|
103
|
-
<span className="absolute
|
|
103
|
+
<span className="absolute start-2 flex h-3.5 w-3.5 items-center justify-center">
|
|
104
104
|
<ContextMenuPrimitive.ItemIndicator>
|
|
105
105
|
<IconCheck className="h-4 w-4" />
|
|
106
106
|
</ContextMenuPrimitive.ItemIndicator>
|
|
@@ -118,12 +118,12 @@ const ContextMenuRadioItem = React.forwardRef<
|
|
|
118
118
|
<ContextMenuPrimitive.RadioItem
|
|
119
119
|
ref={ref}
|
|
120
120
|
className={cn(
|
|
121
|
-
"relative flex cursor-default select-none items-center rounded-sm py-1.5
|
|
121
|
+
"relative flex cursor-default select-none items-center rounded-sm py-1.5 ps-8 pe-2 text-sm outline-none focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",
|
|
122
122
|
className,
|
|
123
123
|
)}
|
|
124
124
|
{...props}
|
|
125
125
|
>
|
|
126
|
-
<span className="absolute
|
|
126
|
+
<span className="absolute start-2 flex h-3.5 w-3.5 items-center justify-center">
|
|
127
127
|
<ContextMenuPrimitive.ItemIndicator>
|
|
128
128
|
<IconCircle className="h-2 w-2 fill-current" />
|
|
129
129
|
</ContextMenuPrimitive.ItemIndicator>
|
|
@@ -143,7 +143,7 @@ const ContextMenuLabel = React.forwardRef<
|
|
|
143
143
|
ref={ref}
|
|
144
144
|
className={cn(
|
|
145
145
|
"px-2 py-1.5 text-sm font-semibold text-foreground",
|
|
146
|
-
inset && "
|
|
146
|
+
inset && "ps-8",
|
|
147
147
|
className,
|
|
148
148
|
)}
|
|
149
149
|
{...props}
|
|
@@ -170,7 +170,7 @@ const ContextMenuShortcut = ({
|
|
|
170
170
|
return (
|
|
171
171
|
<span
|
|
172
172
|
className={cn(
|
|
173
|
-
"
|
|
173
|
+
"ms-auto text-xs tracking-widest text-muted-foreground",
|
|
174
174
|
className,
|
|
175
175
|
)}
|
|
176
176
|
{...props}
|
|
@@ -51,7 +51,7 @@ const DialogContent = React.forwardRef<
|
|
|
51
51
|
>
|
|
52
52
|
{children}
|
|
53
53
|
{!hideClose && (
|
|
54
|
-
<DialogPrimitive.Close className="absolute
|
|
54
|
+
<DialogPrimitive.Close className="absolute end-4 top-4 rounded-sm opacity-70 ring-offset-background transition-opacity hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none data-[state=open]:bg-accent data-[state=open]:text-muted-foreground">
|
|
55
55
|
<IconX className="h-4 w-4" />
|
|
56
56
|
<span className="sr-only">Close</span>
|
|
57
57
|
</DialogPrimitive.Close>
|
|
@@ -67,7 +67,7 @@ const DialogHeader = ({
|
|
|
67
67
|
}: React.HTMLAttributes<HTMLDivElement>) => (
|
|
68
68
|
<div
|
|
69
69
|
className={cn(
|
|
70
|
-
"flex flex-col space-y-1.5 text-center sm:text-
|
|
70
|
+
"flex flex-col space-y-1.5 text-center sm:text-start",
|
|
71
71
|
className,
|
|
72
72
|
)}
|
|
73
73
|
{...props}
|
|
@@ -58,7 +58,7 @@ const DrawerHeader = ({
|
|
|
58
58
|
...props
|
|
59
59
|
}: React.HTMLAttributes<HTMLDivElement>) => (
|
|
60
60
|
<div
|
|
61
|
-
className={cn("grid gap-1.5 p-4 text-center sm:text-
|
|
61
|
+
className={cn("grid gap-1.5 p-4 text-center sm:text-start", className)}
|
|
62
62
|
{...props}
|
|
63
63
|
/>
|
|
64
64
|
);
|