@agent-native/core 0.76.2 → 0.76.4
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 +14 -0
- package/corpus/core/package.json +1 -1
- package/corpus/core/src/agent/durable-background.ts +8 -7
- 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 +2 -2
- 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/durable-background.d.ts +2 -2
- package/dist/agent/durable-background.d.ts.map +1 -1
- package/dist/agent/durable-background.js +8 -7
- package/dist/agent/durable-background.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.js +2 -2
- 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
|
@@ -58,13 +58,13 @@ const MenubarSubTrigger = React.forwardRef<
|
|
|
58
58
|
ref={ref}
|
|
59
59
|
className={cn(
|
|
60
60
|
"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",
|
|
61
|
-
inset && "
|
|
61
|
+
inset && "ps-8",
|
|
62
62
|
className,
|
|
63
63
|
)}
|
|
64
64
|
{...props}
|
|
65
65
|
>
|
|
66
66
|
{children}
|
|
67
|
-
<IconChevronRight className="
|
|
67
|
+
<IconChevronRight className="ms-auto h-4 w-4 rtl:-scale-x-100" />
|
|
68
68
|
</MenubarPrimitive.SubTrigger>
|
|
69
69
|
));
|
|
70
70
|
MenubarSubTrigger.displayName = MenubarPrimitive.SubTrigger.displayName;
|
|
@@ -119,7 +119,7 @@ const MenubarItem = React.forwardRef<
|
|
|
119
119
|
ref={ref}
|
|
120
120
|
className={cn(
|
|
121
121
|
"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",
|
|
122
|
-
inset && "
|
|
122
|
+
inset && "ps-8",
|
|
123
123
|
className,
|
|
124
124
|
)}
|
|
125
125
|
{...props}
|
|
@@ -134,13 +134,13 @@ const MenubarCheckboxItem = React.forwardRef<
|
|
|
134
134
|
<MenubarPrimitive.CheckboxItem
|
|
135
135
|
ref={ref}
|
|
136
136
|
className={cn(
|
|
137
|
-
"relative flex cursor-default select-none items-center rounded-sm py-1.5
|
|
137
|
+
"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",
|
|
138
138
|
className,
|
|
139
139
|
)}
|
|
140
140
|
checked={checked}
|
|
141
141
|
{...props}
|
|
142
142
|
>
|
|
143
|
-
<span className="absolute
|
|
143
|
+
<span className="absolute start-2 flex h-3.5 w-3.5 items-center justify-center">
|
|
144
144
|
<MenubarPrimitive.ItemIndicator>
|
|
145
145
|
<IconCheck className="h-4 w-4" />
|
|
146
146
|
</MenubarPrimitive.ItemIndicator>
|
|
@@ -157,12 +157,12 @@ const MenubarRadioItem = React.forwardRef<
|
|
|
157
157
|
<MenubarPrimitive.RadioItem
|
|
158
158
|
ref={ref}
|
|
159
159
|
className={cn(
|
|
160
|
-
"relative flex cursor-default select-none items-center rounded-sm py-1.5
|
|
160
|
+
"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",
|
|
161
161
|
className,
|
|
162
162
|
)}
|
|
163
163
|
{...props}
|
|
164
164
|
>
|
|
165
|
-
<span className="absolute
|
|
165
|
+
<span className="absolute start-2 flex h-3.5 w-3.5 items-center justify-center">
|
|
166
166
|
<MenubarPrimitive.ItemIndicator>
|
|
167
167
|
<IconCircleFilled className="h-2 w-2" />
|
|
168
168
|
</MenubarPrimitive.ItemIndicator>
|
|
@@ -182,7 +182,7 @@ const MenubarLabel = React.forwardRef<
|
|
|
182
182
|
ref={ref}
|
|
183
183
|
className={cn(
|
|
184
184
|
"px-2 py-1.5 text-sm font-semibold",
|
|
185
|
-
inset && "
|
|
185
|
+
inset && "ps-8",
|
|
186
186
|
className,
|
|
187
187
|
)}
|
|
188
188
|
{...props}
|
|
@@ -209,7 +209,7 @@ const MenubarShortcut = ({
|
|
|
209
209
|
return (
|
|
210
210
|
<span
|
|
211
211
|
className={cn(
|
|
212
|
-
"
|
|
212
|
+
"ms-auto text-xs tracking-widest text-muted-foreground",
|
|
213
213
|
className,
|
|
214
214
|
)}
|
|
215
215
|
{...props}
|
|
@@ -55,7 +55,7 @@ const NavigationMenuTrigger = React.forwardRef<
|
|
|
55
55
|
>
|
|
56
56
|
{children}{" "}
|
|
57
57
|
<IconChevronDown
|
|
58
|
-
className="relative top-[1px]
|
|
58
|
+
className="relative top-[1px] ms-1 h-3 w-3 transition duration-200 group-data-[state=open]:rotate-180"
|
|
59
59
|
aria-hidden="true"
|
|
60
60
|
/>
|
|
61
61
|
</NavigationMenuPrimitive.Trigger>
|
|
@@ -69,7 +69,7 @@ const NavigationMenuContent = React.forwardRef<
|
|
|
69
69
|
<NavigationMenuPrimitive.Content
|
|
70
70
|
ref={ref}
|
|
71
71
|
className={cn(
|
|
72
|
-
"
|
|
72
|
+
"start-0 top-0 w-full data-[motion^=from-]:animate-in data-[motion^=to-]:animate-out data-[motion^=from-]:fade-in data-[motion^=to-]:fade-out data-[motion=from-end]:slide-in-from-right-52 data-[motion=from-start]:slide-in-from-left-52 data-[motion=to-end]:slide-out-to-right-52 data-[motion=to-start]:slide-out-to-left-52 md:absolute md:w-auto ",
|
|
73
73
|
className,
|
|
74
74
|
)}
|
|
75
75
|
{...props}
|
|
@@ -83,7 +83,7 @@ const NavigationMenuViewport = React.forwardRef<
|
|
|
83
83
|
React.ElementRef<typeof NavigationMenuPrimitive.Viewport>,
|
|
84
84
|
React.ComponentPropsWithoutRef<typeof NavigationMenuPrimitive.Viewport>
|
|
85
85
|
>(({ className, ...props }, ref) => (
|
|
86
|
-
<div className={cn("absolute
|
|
86
|
+
<div className={cn("absolute start-0 top-full flex justify-center")}>
|
|
87
87
|
<NavigationMenuPrimitive.Viewport
|
|
88
88
|
className={cn(
|
|
89
89
|
"origin-top-center relative mt-1.5 h-[var(--radix-navigation-menu-viewport-height)] w-full overflow-hidden rounded-md border bg-popover text-popover-foreground shadow-lg data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-90 md:w-[var(--radix-navigation-menu-viewport-width)]",
|
|
@@ -70,10 +70,10 @@ const PaginationPrevious = ({
|
|
|
70
70
|
<PaginationLink
|
|
71
71
|
aria-label="Go to previous page"
|
|
72
72
|
size="default"
|
|
73
|
-
className={cn("gap-1
|
|
73
|
+
className={cn("gap-1 ps-2.5", className)}
|
|
74
74
|
{...props}
|
|
75
75
|
>
|
|
76
|
-
<IconChevronLeft className="h-4 w-4" />
|
|
76
|
+
<IconChevronLeft className="h-4 w-4 rtl:-scale-x-100" />
|
|
77
77
|
<span>Previous</span>
|
|
78
78
|
</PaginationLink>
|
|
79
79
|
);
|
|
@@ -86,11 +86,11 @@ const PaginationNext = ({
|
|
|
86
86
|
<PaginationLink
|
|
87
87
|
aria-label="Go to next page"
|
|
88
88
|
size="default"
|
|
89
|
-
className={cn("gap-1
|
|
89
|
+
className={cn("gap-1 pe-2.5", className)}
|
|
90
90
|
{...props}
|
|
91
91
|
>
|
|
92
92
|
<span>Next</span>
|
|
93
|
-
<IconChevronRight className="h-4 w-4" />
|
|
93
|
+
<IconChevronRight className="h-4 w-4 rtl:-scale-x-100" />
|
|
94
94
|
</PaginationLink>
|
|
95
95
|
);
|
|
96
96
|
PaginationNext.displayName = "PaginationNext";
|
|
@@ -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}
|
|
@@ -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=""
|
|
@@ -127,7 +127,7 @@ export default function IndexPage() {
|
|
|
127
127
|
className="h-11 w-11 sm:h-8 sm:w-8 rounded-full text-muted-foreground hover:text-foreground hover:bg-white/5"
|
|
128
128
|
onClick={() => setDate(subDays(date, 1))}
|
|
129
129
|
>
|
|
130
|
-
<IconChevronLeft className="h-5 w-5 sm:h-4 sm:w-4" />
|
|
130
|
+
<IconChevronLeft className="h-5 w-5 sm:h-4 sm:w-4 rtl:-scale-x-100" />
|
|
131
131
|
</Button>
|
|
132
132
|
<div className="min-w-[140px] sm:min-w-[160px] text-center px-3 sm:px-4 py-2 rounded-full bg-white/[0.03] border border-white/[0.06]">
|
|
133
133
|
<span className="text-sm font-medium text-foreground">
|
|
@@ -143,7 +143,7 @@ export default function IndexPage() {
|
|
|
143
143
|
onClick={() => setDate(addDays(date, 1))}
|
|
144
144
|
disabled={isSameDay(date, new Date())}
|
|
145
145
|
>
|
|
146
|
-
<IconChevronRight className="h-5 w-5 sm:h-4 sm:w-4" />
|
|
146
|
+
<IconChevronRight className="h-5 w-5 sm:h-4 sm:w-4 rtl:-scale-x-100" />
|
|
147
147
|
</Button>
|
|
148
148
|
</div>
|
|
149
149
|
|
|
@@ -49,7 +49,7 @@ export default function AnalyticsPage() {
|
|
|
49
49
|
useSetHeaderActions(
|
|
50
50
|
<Select value={timeRange} onValueChange={setTimeRange}>
|
|
51
51
|
<SelectTrigger className="w-[130px] sm:w-[140px] bg-card/40 border-border/30 h-8 text-xs shrink-0">
|
|
52
|
-
<IconCalendar className="w-3.5 h-3.5
|
|
52
|
+
<IconCalendar className="w-3.5 h-3.5 me-1.5 sm:me-2 opacity-50" />
|
|
53
53
|
<SelectValue placeholder="Select range" />
|
|
54
54
|
</SelectTrigger>
|
|
55
55
|
<SelectContent className="bg-zinc-900 border-white/10">
|
|
@@ -407,7 +407,7 @@ export function GoogleConnectBanner({
|
|
|
407
407
|
)}
|
|
408
408
|
|
|
409
409
|
{showWizard && !allConfigured && (
|
|
410
|
-
<div className="mt-10 w-full max-w-lg text-
|
|
410
|
+
<div className="mt-10 w-full max-w-lg text-start">
|
|
411
411
|
<p className="text-xs text-muted-foreground mb-3">
|
|
412
412
|
Follow these steps to connect your Google account. Takes about 3
|
|
413
413
|
minutes.
|
|
@@ -423,7 +423,7 @@ export function GoogleConnectBanner({
|
|
|
423
423
|
key={i}
|
|
424
424
|
role="button"
|
|
425
425
|
tabIndex={0}
|
|
426
|
-
className={`w-full text-
|
|
426
|
+
className={`w-full text-start rounded-lg border p-3 transition-colors cursor-pointer ${
|
|
427
427
|
isActive
|
|
428
428
|
? "border-white/20 bg-white/[0.03]"
|
|
429
429
|
: isCompleted
|
|
@@ -450,7 +450,7 @@ export function GoogleConnectBanner({
|
|
|
450
450
|
</div>
|
|
451
451
|
<div className="flex-1 min-w-0">
|
|
452
452
|
<p className="text-sm font-medium">
|
|
453
|
-
<span className="text-muted-foreground
|
|
453
|
+
<span className="text-muted-foreground me-1.5">
|
|
454
454
|
{i + 1}.
|
|
455
455
|
</span>
|
|
456
456
|
{step.title}
|
|
@@ -705,7 +705,7 @@ export function GoogleConnectBanner({
|
|
|
705
705
|
key={i}
|
|
706
706
|
role="button"
|
|
707
707
|
tabIndex={0}
|
|
708
|
-
className={`w-full text-
|
|
708
|
+
className={`w-full text-start rounded-lg border p-3 transition-colors cursor-pointer ${
|
|
709
709
|
isActive
|
|
710
710
|
? "border-primary/40 bg-primary/5"
|
|
711
711
|
: isCompleted
|
|
@@ -732,7 +732,7 @@ export function GoogleConnectBanner({
|
|
|
732
732
|
</div>
|
|
733
733
|
<div className="flex-1 min-w-0">
|
|
734
734
|
<p className="text-sm font-medium">
|
|
735
|
-
<span className="text-muted-foreground
|
|
735
|
+
<span className="text-muted-foreground me-1.5">
|
|
736
736
|
{i + 1}.
|
|
737
737
|
</span>
|
|
738
738
|
{step.title}
|
|
@@ -877,7 +877,7 @@ function GoogleAuthIssuePanel({
|
|
|
877
877
|
|
|
878
878
|
return (
|
|
879
879
|
<div
|
|
880
|
-
className={`rounded-lg border border-amber-500/25 bg-amber-500/[0.07] p-3 text-
|
|
880
|
+
className={`rounded-lg border border-amber-500/25 bg-amber-500/[0.07] p-3 text-start ${className}`}
|
|
881
881
|
>
|
|
882
882
|
<div className="flex items-start gap-3">
|
|
883
883
|
<div className="mt-0.5 flex h-7 w-7 shrink-0 items-center justify-center rounded-md bg-amber-500/15 text-amber-300">
|
|
@@ -40,7 +40,7 @@ export function AttachmentStrip({
|
|
|
40
40
|
return (
|
|
41
41
|
<div
|
|
42
42
|
key={att.id}
|
|
43
|
-
className="group flex min-w-0 max-w-full items-center gap-2 rounded-md border border-border bg-muted/45 p-1.5
|
|
43
|
+
className="group flex min-w-0 max-w-full items-center gap-2 rounded-md border border-border bg-muted/45 p-1.5 pe-2 text-xs"
|
|
44
44
|
>
|
|
45
45
|
<div
|
|
46
46
|
className={cn(
|
|
@@ -88,7 +88,7 @@ export function AttachmentStrip({
|
|
|
88
88
|
type="button"
|
|
89
89
|
onClick={() => onRemove(att.id)}
|
|
90
90
|
aria-label={`Remove ${att.originalName}`}
|
|
91
|
-
className="
|
|
91
|
+
className="ms-0.5 rounded-sm p-0.5 text-muted-foreground transition-colors hover:bg-foreground/10 hover:text-foreground"
|
|
92
92
|
>
|
|
93
93
|
<IconX className="h-3.5 w-3.5" />
|
|
94
94
|
</button>
|
|
@@ -432,11 +432,11 @@ export const EmailListItem = memo(function EmailListItem({
|
|
|
432
432
|
>
|
|
433
433
|
{/* Multi-select left border indicator */}
|
|
434
434
|
{isMultiSelected && (
|
|
435
|
-
<div className="absolute
|
|
435
|
+
<div className="absolute start-0 top-0 bottom-0 w-[3px] bg-primary rounded-e" />
|
|
436
436
|
)}
|
|
437
437
|
|
|
438
438
|
{/* Selection / unread / account dot */}
|
|
439
|
-
<div className="relative
|
|
439
|
+
<div className="relative me-2 flex h-full w-5 shrink-0 items-center justify-center">
|
|
440
440
|
<button
|
|
441
441
|
type="button"
|
|
442
442
|
aria-label={isMultiSelected ? "Deselect email" : "Select email"}
|
|
@@ -478,7 +478,7 @@ export const EmailListItem = memo(function EmailListItem({
|
|
|
478
478
|
{/* Sender name — fixed width column */}
|
|
479
479
|
<span
|
|
480
480
|
className={cn(
|
|
481
|
-
"w-[100px] sm:w-[160px] shrink-0 text-sm sm:text-[13px] truncate
|
|
481
|
+
"w-[100px] sm:w-[160px] shrink-0 text-sm sm:text-[13px] truncate me-3",
|
|
482
482
|
isUnread
|
|
483
483
|
? "font-semibold text-foreground"
|
|
484
484
|
: "font-normal text-foreground/90",
|
|
@@ -494,7 +494,7 @@ export const EmailListItem = memo(function EmailListItem({
|
|
|
494
494
|
|
|
495
495
|
{/* Label badges */}
|
|
496
496
|
{displayLabels.length > 0 && (
|
|
497
|
-
<div className="flex items-center gap-1 shrink-0
|
|
497
|
+
<div className="flex items-center gap-1 shrink-0 me-2">
|
|
498
498
|
{displayLabels.slice(0, 2).map((labelId) => {
|
|
499
499
|
const style = getLabelStyle(labelId);
|
|
500
500
|
const displayName = labelId
|
|
@@ -594,7 +594,7 @@ export const EmailListItem = memo(function EmailListItem({
|
|
|
594
594
|
onClick={onSendNow}
|
|
595
595
|
className="flex h-6 w-6 items-center justify-center rounded text-muted-foreground transition-colors hover:bg-accent hover:text-foreground"
|
|
596
596
|
>
|
|
597
|
-
<IconSend className="h-3.5 w-3.5" />
|
|
597
|
+
<IconSend className="h-3.5 w-3.5 rtl:-scale-x-100" />
|
|
598
598
|
</button>
|
|
599
599
|
</TooltipTrigger>
|
|
600
600
|
<TooltipContent>Send now</TooltipContent>
|
|
@@ -519,7 +519,7 @@ function IntegrationKeyEntry({
|
|
|
519
519
|
onClick={onBack}
|
|
520
520
|
className="text-muted-foreground/50 hover:text-muted-foreground transition-colors"
|
|
521
521
|
>
|
|
522
|
-
<IconChevronLeft className="h-3.5 w-3.5" />
|
|
522
|
+
<IconChevronLeft className="h-3.5 w-3.5 rtl:-scale-x-100" />
|
|
523
523
|
</button>
|
|
524
524
|
<div className="h-6 w-6 rounded-md overflow-hidden shrink-0 bg-accent/30 p-0.5">
|
|
525
525
|
{def.logo}
|
|
@@ -563,7 +563,7 @@ function IntegrationKeyEntry({
|
|
|
563
563
|
<p className="text-[11px] text-muted-foreground/70 mb-1.5">
|
|
564
564
|
To get your API key:
|
|
565
565
|
</p>
|
|
566
|
-
<ol className="text-[11px] text-muted-foreground/50 space-y-0.5 list-decimal
|
|
566
|
+
<ol className="text-[11px] text-muted-foreground/50 space-y-0.5 list-decimal ps-3 mb-1.5">
|
|
567
567
|
{def.helpSteps.map((step, i) => (
|
|
568
568
|
<li key={i}>{step}</li>
|
|
569
569
|
))}
|
|
@@ -606,7 +606,7 @@ function IntegrationNotice({
|
|
|
606
606
|
onClick={() => setReconnecting(false)}
|
|
607
607
|
className="text-muted-foreground/50 hover:text-muted-foreground"
|
|
608
608
|
>
|
|
609
|
-
<IconChevronLeft className="h-3.5 w-3.5" />
|
|
609
|
+
<IconChevronLeft className="h-3.5 w-3.5 rtl:-scale-x-100" />
|
|
610
610
|
</button>
|
|
611
611
|
<div className="h-5 w-5 rounded-md overflow-hidden shrink-0 bg-accent/30 p-0.5">
|
|
612
612
|
{def.logo}
|
|
@@ -666,7 +666,7 @@ function IntegrationNotice({
|
|
|
666
666
|
{authErr ? (
|
|
667
667
|
<button
|
|
668
668
|
onClick={() => setReconnecting(true)}
|
|
669
|
-
className="text-[11px] text-amber-400/80 hover:text-amber-300 mt-1 text-
|
|
669
|
+
className="text-[11px] text-amber-400/80 hover:text-amber-300 mt-1 text-start"
|
|
670
670
|
>
|
|
671
671
|
{def.name} API key is invalid or expired —{" "}
|
|
672
672
|
<span className="underline">reconnect</span>
|
|
@@ -868,7 +868,7 @@ function ApolloSection({ email }: { email: string }) {
|
|
|
868
868
|
<p key={i} className="text-[11px] text-muted-foreground/60">
|
|
869
869
|
{p.raw_number}
|
|
870
870
|
{p.type && (
|
|
871
|
-
<span className="text-muted-foreground/40
|
|
871
|
+
<span className="text-muted-foreground/40 ms-1">
|
|
872
872
|
({p.type})
|
|
873
873
|
</span>
|
|
874
874
|
)}
|
|
@@ -78,15 +78,15 @@ const ACTION_META: Record<
|
|
|
78
78
|
},
|
|
79
79
|
reply: {
|
|
80
80
|
label: "Reply",
|
|
81
|
-
icon: () => <IconArrowBackUp className="h-5 w-5" />,
|
|
81
|
+
icon: () => <IconArrowBackUp className="h-5 w-5 rtl:-scale-x-100" />,
|
|
82
82
|
},
|
|
83
83
|
replyAll: {
|
|
84
84
|
label: "Reply All",
|
|
85
|
-
icon: () => <IconArrowBackUp className="h-5 w-5" />,
|
|
85
|
+
icon: () => <IconArrowBackUp className="h-5 w-5 rtl:-scale-x-100" />,
|
|
86
86
|
},
|
|
87
87
|
forward: {
|
|
88
88
|
label: "Forward",
|
|
89
|
-
icon: () => <IconArrowForwardUp className="h-5 w-5" />,
|
|
89
|
+
icon: () => <IconArrowForwardUp className="h-5 w-5 rtl:-scale-x-100" />,
|
|
90
90
|
},
|
|
91
91
|
markUnread: {
|
|
92
92
|
label: "Unread",
|
|
@@ -1222,7 +1222,7 @@ function AppLayoutInner({ children }: AppLayoutProps) {
|
|
|
1222
1222
|
|
|
1223
1223
|
{/* Account avatars — overlapping stack like Figma */}
|
|
1224
1224
|
{googleStatus.isLoading && (
|
|
1225
|
-
<div className="flex items-center
|
|
1225
|
+
<div className="flex items-center ms-1">
|
|
1226
1226
|
<Skeleton className="h-7 w-7 rounded-full ring-2 ring-card" />
|
|
1227
1227
|
</div>
|
|
1228
1228
|
)}
|
|
@@ -1234,7 +1234,7 @@ function AppLayoutInner({ children }: AppLayoutProps) {
|
|
|
1234
1234
|
<Tooltip>
|
|
1235
1235
|
<TooltipTrigger asChild>
|
|
1236
1236
|
<PopoverTrigger asChild>
|
|
1237
|
-
<button className="flex items-center hover:opacity-90 transition-opacity
|
|
1237
|
+
<button className="flex items-center hover:opacity-90 transition-opacity ms-1">
|
|
1238
1238
|
<div
|
|
1239
1239
|
className="flex items-center"
|
|
1240
1240
|
style={{
|
|
@@ -1325,10 +1325,10 @@ function AppLayoutInner({ children }: AppLayoutProps) {
|
|
|
1325
1325
|
)}
|
|
1326
1326
|
<div
|
|
1327
1327
|
className={cn(
|
|
1328
|
-
"flex w-64 flex-col overflow-hidden bg-background/85 backdrop-blur-2xl border-
|
|
1328
|
+
"flex w-64 flex-col overflow-hidden bg-background/85 backdrop-blur-2xl border-e border-border/30 shadow-2xl",
|
|
1329
1329
|
sidebarPinned && !isMobile
|
|
1330
|
-
? "absolute
|
|
1331
|
-
: "fixed
|
|
1330
|
+
? "absolute start-0 top-12 bottom-0 z-10"
|
|
1331
|
+
: "fixed start-0 top-0 bottom-0 z-40",
|
|
1332
1332
|
)}
|
|
1333
1333
|
>
|
|
1334
1334
|
<div className="flex h-12 shrink-0 items-center justify-between border-b border-border/20 px-4">
|
|
@@ -1395,7 +1395,7 @@ function AppLayoutInner({ children }: AppLayoutProps) {
|
|
|
1395
1395
|
});
|
|
1396
1396
|
}}
|
|
1397
1397
|
className={cn(
|
|
1398
|
-
"flex w-full items-center gap-3 rounded-lg px-2 py-1.5 text-
|
|
1398
|
+
"flex w-full items-center gap-3 rounded-lg px-2 py-1.5 text-start transition-all",
|
|
1399
1399
|
isActive ? "opacity-100" : "opacity-30",
|
|
1400
1400
|
)}
|
|
1401
1401
|
>
|
|
@@ -1562,7 +1562,7 @@ function AppLayoutInner({ children }: AppLayoutProps) {
|
|
|
1562
1562
|
<div
|
|
1563
1563
|
className={cn(
|
|
1564
1564
|
"flex min-h-0 flex-1 flex-col",
|
|
1565
|
-
sidebarPinned && !isMobile && "
|
|
1565
|
+
sidebarPinned && !isMobile && "ps-64",
|
|
1566
1566
|
)}
|
|
1567
1567
|
>
|
|
1568
1568
|
<InvitationBanner />
|
|
@@ -1789,7 +1789,7 @@ function StandardLayout({ children }: AppLayoutProps) {
|
|
|
1789
1789
|
className="fixed inset-0 z-30 bg-black/20"
|
|
1790
1790
|
onClick={() => setSidebarOpen(false)}
|
|
1791
1791
|
/>
|
|
1792
|
-
<div className="fixed
|
|
1792
|
+
<div className="fixed start-0 top-0 bottom-0 z-40 flex w-64 flex-col overflow-hidden bg-background/70 backdrop-blur-2xl border-e border-border/30 shadow-2xl">
|
|
1793
1793
|
<div className="min-h-0 flex-1 overflow-y-auto p-4">
|
|
1794
1794
|
<div className="space-y-0.5">
|
|
1795
1795
|
{[
|
|
@@ -1895,7 +1895,7 @@ function CheckboxRow({
|
|
|
1895
1895
|
return (
|
|
1896
1896
|
<button
|
|
1897
1897
|
onClick={onToggle}
|
|
1898
|
-
className="flex items-center gap-2.5 w-full px-3 py-1.5 text-
|
|
1898
|
+
className="flex items-center gap-2.5 w-full px-3 py-1.5 text-start hover:bg-accent/50 transition-colors"
|
|
1899
1899
|
>
|
|
1900
1900
|
<span
|
|
1901
1901
|
className={cn(
|
|
@@ -2114,7 +2114,7 @@ function TabSettingsPopover({
|
|
|
2114
2114
|
setEditingId(label.id);
|
|
2115
2115
|
setEditValue(alias || "");
|
|
2116
2116
|
}}
|
|
2117
|
-
className="shrink-0
|
|
2117
|
+
className="shrink-0 me-2 px-1 py-0.5 text-[10px] text-muted-foreground/40 hover:text-foreground opacity-0 group-hover:opacity-100 rounded hover:bg-accent/50"
|
|
2118
2118
|
>
|
|
2119
2119
|
Rename
|
|
2120
2120
|
</button>
|
|
@@ -106,7 +106,7 @@ export function CommandPalette({
|
|
|
106
106
|
</CommandMenu.Item>
|
|
107
107
|
{onReply && (
|
|
108
108
|
<CommandMenu.Item onSelect={onReply} keywords={["reply", "respond"]}>
|
|
109
|
-
<IconCornerUpLeft className="h-4 w-4" />
|
|
109
|
+
<IconCornerUpLeft className="h-4 w-4 rtl:-scale-x-100" />
|
|
110
110
|
Reply to thread
|
|
111
111
|
<CommandMenu.Shortcut>R</CommandMenu.Shortcut>
|
|
112
112
|
</CommandMenu.Item>
|
|
@@ -207,7 +207,7 @@ export function SearchBar({
|
|
|
207
207
|
e.preventDefault();
|
|
208
208
|
handleClear();
|
|
209
209
|
}}
|
|
210
|
-
className="flex h-5 w-5
|
|
210
|
+
className="flex h-5 w-5 me-1 items-center justify-center rounded text-muted-foreground hover:text-foreground hover:bg-accent"
|
|
211
211
|
>
|
|
212
212
|
<IconX className="h-3.5 w-3.5" />
|
|
213
213
|
</button>
|
|
@@ -222,7 +222,7 @@ export function SearchBar({
|
|
|
222
222
|
<div
|
|
223
223
|
data-search-dropdown
|
|
224
224
|
ref={listRef}
|
|
225
|
-
className="absolute
|
|
225
|
+
className="absolute end-0 top-full mt-1 w-72 rounded-lg border border-border bg-popover shadow-lg z-50 py-1 overflow-hidden"
|
|
226
226
|
>
|
|
227
227
|
{matchedContacts.map((contact, i) => (
|
|
228
228
|
<button
|
|
@@ -236,7 +236,7 @@ export function SearchBar({
|
|
|
236
236
|
}}
|
|
237
237
|
onMouseEnter={() => setSelectedIndex(i)}
|
|
238
238
|
className={cn(
|
|
239
|
-
"flex w-full items-center gap-3 px-3 py-2 text-
|
|
239
|
+
"flex w-full items-center gap-3 px-3 py-2 text-start text-[13px]",
|
|
240
240
|
i === selectedIndex && "bg-accent",
|
|
241
241
|
)}
|
|
242
242
|
>
|
|
@@ -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,
|