@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
|
@@ -54,13 +54,13 @@ const MenubarSubTrigger = React.forwardRef<
|
|
|
54
54
|
ref={ref}
|
|
55
55
|
className={cn(
|
|
56
56
|
"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",
|
|
57
|
-
inset && "
|
|
57
|
+
inset && "ps-8",
|
|
58
58
|
className,
|
|
59
59
|
)}
|
|
60
60
|
{...props}
|
|
61
61
|
>
|
|
62
62
|
{children}
|
|
63
|
-
<IconChevronRight className="
|
|
63
|
+
<IconChevronRight className="ms-auto h-4 w-4 rtl:-scale-x-100" />
|
|
64
64
|
</MenubarPrimitive.SubTrigger>
|
|
65
65
|
));
|
|
66
66
|
MenubarSubTrigger.displayName = MenubarPrimitive.SubTrigger.displayName;
|
|
@@ -115,7 +115,7 @@ const MenubarItem = React.forwardRef<
|
|
|
115
115
|
ref={ref}
|
|
116
116
|
className={cn(
|
|
117
117
|
"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",
|
|
118
|
-
inset && "
|
|
118
|
+
inset && "ps-8",
|
|
119
119
|
className,
|
|
120
120
|
)}
|
|
121
121
|
{...props}
|
|
@@ -130,13 +130,13 @@ const MenubarCheckboxItem = React.forwardRef<
|
|
|
130
130
|
<MenubarPrimitive.CheckboxItem
|
|
131
131
|
ref={ref}
|
|
132
132
|
className={cn(
|
|
133
|
-
"relative flex cursor-default select-none items-center rounded-sm py-1.5
|
|
133
|
+
"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",
|
|
134
134
|
className,
|
|
135
135
|
)}
|
|
136
136
|
checked={checked}
|
|
137
137
|
{...props}
|
|
138
138
|
>
|
|
139
|
-
<span className="absolute
|
|
139
|
+
<span className="absolute start-2 flex h-3.5 w-3.5 items-center justify-center">
|
|
140
140
|
<MenubarPrimitive.ItemIndicator>
|
|
141
141
|
<IconCheck className="h-4 w-4" />
|
|
142
142
|
</MenubarPrimitive.ItemIndicator>
|
|
@@ -153,12 +153,12 @@ const MenubarRadioItem = React.forwardRef<
|
|
|
153
153
|
<MenubarPrimitive.RadioItem
|
|
154
154
|
ref={ref}
|
|
155
155
|
className={cn(
|
|
156
|
-
"relative flex cursor-default select-none items-center rounded-sm py-1.5
|
|
156
|
+
"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",
|
|
157
157
|
className,
|
|
158
158
|
)}
|
|
159
159
|
{...props}
|
|
160
160
|
>
|
|
161
|
-
<span className="absolute
|
|
161
|
+
<span className="absolute start-2 flex h-3.5 w-3.5 items-center justify-center">
|
|
162
162
|
<MenubarPrimitive.ItemIndicator>
|
|
163
163
|
<IconCircle className="h-2 w-2 fill-current" />
|
|
164
164
|
</MenubarPrimitive.ItemIndicator>
|
|
@@ -178,7 +178,7 @@ const MenubarLabel = React.forwardRef<
|
|
|
178
178
|
ref={ref}
|
|
179
179
|
className={cn(
|
|
180
180
|
"px-2 py-1.5 text-sm font-semibold",
|
|
181
|
-
inset && "
|
|
181
|
+
inset && "ps-8",
|
|
182
182
|
className,
|
|
183
183
|
)}
|
|
184
184
|
{...props}
|
|
@@ -205,7 +205,7 @@ const MenubarShortcut = ({
|
|
|
205
205
|
return (
|
|
206
206
|
<span
|
|
207
207
|
className={cn(
|
|
208
|
-
"
|
|
208
|
+
"ms-auto text-xs tracking-widest text-muted-foreground",
|
|
209
209
|
className,
|
|
210
210
|
)}
|
|
211
211
|
{...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}
|
|
@@ -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=""
|
|
@@ -142,7 +142,7 @@ export function BrandingEditor({
|
|
|
142
142
|
disabled={disabled}
|
|
143
143
|
className="max-w-[120px] tabular-nums uppercase"
|
|
144
144
|
/>
|
|
145
|
-
<div className="flex items-center gap-1
|
|
145
|
+
<div className="flex items-center gap-1 ms-2">
|
|
146
146
|
{PRESETS.map((c) => (
|
|
147
147
|
<button
|
|
148
148
|
key={c}
|
|
@@ -71,7 +71,7 @@ export function InsightsHub() {
|
|
|
71
71
|
<h1 className="text-base font-semibold tracking-tight truncate">
|
|
72
72
|
Insights
|
|
73
73
|
</h1>
|
|
74
|
-
<div className="
|
|
74
|
+
<div className="ms-auto flex items-center gap-2">
|
|
75
75
|
<Select value={days} onValueChange={setDays}>
|
|
76
76
|
<SelectTrigger className="h-8 w-36">
|
|
77
77
|
<SelectValue placeholder="Period" />
|
|
@@ -85,7 +85,7 @@ export function InsightsHub() {
|
|
|
85
85
|
</Select>
|
|
86
86
|
<Button variant="outline" size="sm" className="h-8" asChild>
|
|
87
87
|
<a href={csvUrl} download>
|
|
88
|
-
<IconDownload className="size-4
|
|
88
|
+
<IconDownload className="size-4 me-1.5" />
|
|
89
89
|
Export CSV
|
|
90
90
|
</a>
|
|
91
91
|
</Button>
|
|
@@ -100,7 +100,7 @@ export function InviteDialog({ organizationId, disabled }: InviteDialogProps) {
|
|
|
100
100
|
disabled={disabled}
|
|
101
101
|
className="bg-primary hover:bg-primary/90 text-primary-foreground"
|
|
102
102
|
>
|
|
103
|
-
<IconUserPlus className="size-4
|
|
103
|
+
<IconUserPlus className="size-4 me-1.5" />
|
|
104
104
|
Invite members
|
|
105
105
|
</Button>
|
|
106
106
|
</DialogTrigger>
|
|
@@ -157,7 +157,7 @@ export function InviteDialog({ organizationId, disabled }: InviteDialogProps) {
|
|
|
157
157
|
disabled={invite.isPending}
|
|
158
158
|
className="bg-primary hover:bg-primary/90 text-primary-foreground"
|
|
159
159
|
>
|
|
160
|
-
<IconMailFast className="size-4
|
|
160
|
+
<IconMailFast className="size-4 me-1.5" />
|
|
161
161
|
{invite.isPending ? "Sending…" : "Send invites"}
|
|
162
162
|
</Button>
|
|
163
163
|
</DialogFooter>
|
|
@@ -39,9 +39,9 @@ export function TopCreatorsTable({ rows }: TopCreatorsTableProps) {
|
|
|
39
39
|
<TableHeader>
|
|
40
40
|
<TableRow>
|
|
41
41
|
<TableHead>Creator</TableHead>
|
|
42
|
-
<TableHead className="text-
|
|
43
|
-
<TableHead className="text-
|
|
44
|
-
<TableHead className="text-
|
|
42
|
+
<TableHead className="text-end w-24">Recordings</TableHead>
|
|
43
|
+
<TableHead className="text-end w-20">Views</TableHead>
|
|
44
|
+
<TableHead className="text-end w-28">Engagement</TableHead>
|
|
45
45
|
</TableRow>
|
|
46
46
|
</TableHeader>
|
|
47
47
|
<TableBody>
|
|
@@ -57,13 +57,13 @@ export function TopCreatorsTable({ rows }: TopCreatorsTableProps) {
|
|
|
57
57
|
<span className="truncate">{row.email}</span>
|
|
58
58
|
</div>
|
|
59
59
|
</TableCell>
|
|
60
|
-
<TableCell className="text-
|
|
60
|
+
<TableCell className="text-end tabular-nums">
|
|
61
61
|
{row.recordings.toLocaleString()}
|
|
62
62
|
</TableCell>
|
|
63
|
-
<TableCell className="text-
|
|
63
|
+
<TableCell className="text-end tabular-nums">
|
|
64
64
|
{row.views.toLocaleString()}
|
|
65
65
|
</TableCell>
|
|
66
|
-
<TableCell className="text-
|
|
66
|
+
<TableCell className="text-end tabular-nums">
|
|
67
67
|
{row.engagement.toLocaleString()}
|
|
68
68
|
</TableCell>
|
|
69
69
|
</TableRow>
|
|
@@ -39,7 +39,7 @@ export function TopVideosTable({
|
|
|
39
39
|
<TableHeader>
|
|
40
40
|
<TableRow>
|
|
41
41
|
<TableHead>Recording</TableHead>
|
|
42
|
-
<TableHead className="text-
|
|
42
|
+
<TableHead className="text-end w-24">{metricLabel}</TableHead>
|
|
43
43
|
</TableRow>
|
|
44
44
|
</TableHeader>
|
|
45
45
|
<TableBody>
|
|
@@ -53,7 +53,7 @@ export function TopVideosTable({
|
|
|
53
53
|
{row.title || "Untitled"}
|
|
54
54
|
</Link>
|
|
55
55
|
</TableCell>
|
|
56
|
-
<TableCell className="text-
|
|
56
|
+
<TableCell className="text-end tabular-nums">
|
|
57
57
|
{row.count.toLocaleString()}
|
|
58
58
|
</TableCell>
|
|
59
59
|
</TableRow>
|
|
@@ -213,7 +213,7 @@ function HowToCard({ defaultOpen = true }: { defaultOpen?: boolean }) {
|
|
|
213
213
|
{open ? (
|
|
214
214
|
<IconChevronDown className="h-4 w-4 text-muted-foreground" />
|
|
215
215
|
) : (
|
|
216
|
-
<IconChevronRight className="h-4 w-4 text-muted-foreground" />
|
|
216
|
+
<IconChevronRight className="h-4 w-4 text-muted-foreground rtl:-scale-x-100" />
|
|
217
217
|
)}
|
|
218
218
|
</CollapsibleTrigger>
|
|
219
219
|
<CollapsibleContent>
|
|
@@ -439,7 +439,7 @@ function DictationRow({ dictation }: { dictation: Dictation }) {
|
|
|
439
439
|
{expanded ? (
|
|
440
440
|
<IconChevronDown className="h-3.5 w-3.5" />
|
|
441
441
|
) : (
|
|
442
|
-
<IconChevronRight className="h-3.5 w-3.5" />
|
|
442
|
+
<IconChevronRight className="h-3.5 w-3.5 rtl:-scale-x-100" />
|
|
443
443
|
)}
|
|
444
444
|
{formatTime(dictation.createdAt)}
|
|
445
445
|
</div>
|
|
@@ -454,7 +454,7 @@ function DictationRow({ dictation }: { dictation: Dictation }) {
|
|
|
454
454
|
<span className="text-muted-foreground italic">No text</span>
|
|
455
455
|
)}
|
|
456
456
|
</div>
|
|
457
|
-
<div className="col-span-1 text-
|
|
457
|
+
<div className="col-span-1 text-end text-xs text-muted-foreground tabular-nums">
|
|
458
458
|
{formatDuration(dictation.durationMs)}
|
|
459
459
|
</div>
|
|
460
460
|
<div className="col-span-1 flex justify-end">
|
|
@@ -946,7 +946,7 @@ export default function DictateRoute() {
|
|
|
946
946
|
<div className="col-span-2">When</div>
|
|
947
947
|
<div className="col-span-2">Source</div>
|
|
948
948
|
<div className="col-span-6">Text</div>
|
|
949
|
-
<div className="col-span-1 text-
|
|
949
|
+
<div className="col-span-1 text-end">Duration</div>
|
|
950
950
|
<div className="col-span-1" />
|
|
951
951
|
</div>
|
|
952
952
|
<div>
|
|
@@ -556,9 +556,9 @@ function CalendarAccountMenu({
|
|
|
556
556
|
disabled={connectPending}
|
|
557
557
|
>
|
|
558
558
|
{connectPending ? (
|
|
559
|
-
<IconLoader2 className="
|
|
559
|
+
<IconLoader2 className="me-2 h-4 w-4 animate-spin" />
|
|
560
560
|
) : (
|
|
561
|
-
<IconExternalLink className="
|
|
561
|
+
<IconExternalLink className="me-2 h-4 w-4" />
|
|
562
562
|
)}
|
|
563
563
|
{primaryAccount ? "Reconnect calendar" : "Connect calendar"}
|
|
564
564
|
</DropdownMenuItem>
|
|
@@ -574,7 +574,7 @@ function CalendarAccountMenu({
|
|
|
574
574
|
}}
|
|
575
575
|
className="text-destructive focus:text-destructive"
|
|
576
576
|
>
|
|
577
|
-
<IconPlugOff className="
|
|
577
|
+
<IconPlugOff className="me-2 h-4 w-4" />
|
|
578
578
|
Disconnect {calendarAccountLabel(account)}
|
|
579
579
|
</DropdownMenuItem>
|
|
580
580
|
))}
|
|
@@ -634,7 +634,7 @@ function MeetingsHeader({
|
|
|
634
634
|
<h1 className="text-base font-semibold tracking-tight truncate">
|
|
635
635
|
Meetings
|
|
636
636
|
</h1>
|
|
637
|
-
<div className="
|
|
637
|
+
<div className="ms-auto flex items-center gap-2">
|
|
638
638
|
<CalendarAccountMenu
|
|
639
639
|
accounts={calendarAccounts}
|
|
640
640
|
onConnected={onConnected}
|
|
@@ -648,18 +648,18 @@ function MeetingsHeader({
|
|
|
648
648
|
Upcoming calendar meetings and your recorded notes.
|
|
649
649
|
</p>
|
|
650
650
|
<div className="relative max-w-sm">
|
|
651
|
-
<IconSearch className="absolute
|
|
651
|
+
<IconSearch className="absolute start-2.5 top-1/2 -translate-y-1/2 h-3.5 w-3.5 text-muted-foreground" />
|
|
652
652
|
<Input
|
|
653
653
|
value={query}
|
|
654
654
|
onChange={(e) => onQueryChange(e.target.value)}
|
|
655
655
|
placeholder="Search meetings..."
|
|
656
|
-
className="
|
|
656
|
+
className="ps-8 pe-8 h-9 text-sm"
|
|
657
657
|
/>
|
|
658
658
|
{query && (
|
|
659
659
|
<button
|
|
660
660
|
type="button"
|
|
661
661
|
onClick={() => onQueryChange("")}
|
|
662
|
-
className="absolute
|
|
662
|
+
className="absolute end-2 top-1/2 -translate-y-1/2 text-muted-foreground hover:text-foreground cursor-pointer"
|
|
663
663
|
aria-label="Clear search"
|
|
664
664
|
>
|
|
665
665
|
<IconX className="h-3.5 w-3.5" />
|
|
@@ -1016,7 +1016,7 @@ export default function SettingsIndexRoute() {
|
|
|
1016
1016
|
<CollapsibleTrigger asChild>
|
|
1017
1017
|
<button
|
|
1018
1018
|
type="button"
|
|
1019
|
-
className="flex w-full items-center justify-between gap-3 px-3 py-3 text-
|
|
1019
|
+
className="flex w-full items-center justify-between gap-3 px-3 py-3 text-start"
|
|
1020
1020
|
>
|
|
1021
1021
|
<div className="min-w-0">
|
|
1022
1022
|
<div className="flex items-center gap-2 text-sm font-medium">
|
|
@@ -204,7 +204,7 @@ export default function DownloadPage() {
|
|
|
204
204
|
</a>
|
|
205
205
|
<a
|
|
206
206
|
href={appPath("/library")}
|
|
207
|
-
className="
|
|
207
|
+
className="ms-auto text-sm text-muted-foreground hover:text-foreground"
|
|
208
208
|
>
|
|
209
209
|
Back to library
|
|
210
210
|
</a>
|
|
@@ -245,7 +245,7 @@ export default function DownloadPage() {
|
|
|
245
245
|
</div>
|
|
246
246
|
|
|
247
247
|
{clipsChromeExtensionEnabled && (
|
|
248
|
-
<section className="mt-10 w-full max-w-xl rounded-2xl border border-border bg-card p-4 text-
|
|
248
|
+
<section className="mt-10 w-full max-w-xl rounded-2xl border border-border bg-card p-4 text-start shadow-sm">
|
|
249
249
|
<div className="flex items-start gap-3">
|
|
250
250
|
<div className="flex h-9 w-9 shrink-0 items-center justify-center rounded-xl bg-primary/10 text-primary">
|
|
251
251
|
<IconBrandChrome className="h-4 w-4" />
|
|
@@ -194,7 +194,7 @@ export default function InviteAcceptRoute() {
|
|
|
194
194
|
onClick={() => setDeclineOpen(true)}
|
|
195
195
|
disabled={accepting}
|
|
196
196
|
>
|
|
197
|
-
<IconX className="size-4
|
|
197
|
+
<IconX className="size-4 me-1.5" />
|
|
198
198
|
Decline
|
|
199
199
|
</Button>
|
|
200
200
|
<Button
|
|
@@ -202,7 +202,7 @@ export default function InviteAcceptRoute() {
|
|
|
202
202
|
disabled={accepting}
|
|
203
203
|
className="bg-primary hover:bg-primary/90"
|
|
204
204
|
>
|
|
205
|
-
<IconCheck className="size-4
|
|
205
|
+
<IconCheck className="size-4 me-1.5" />
|
|
206
206
|
{accepting ? "Joining…" : "Accept invite"}
|
|
207
207
|
</Button>
|
|
208
208
|
</div>
|
|
@@ -544,7 +544,7 @@ export default function RecordingPage() {
|
|
|
544
544
|
detail &&
|
|
545
545
|
role &&
|
|
546
546
|
role !== "viewer" ? (
|
|
547
|
-
<div className="mb-4 w-full max-w-xl rounded-md border border-border bg-card p-4 text-
|
|
547
|
+
<div className="mb-4 w-full max-w-xl rounded-md border border-border bg-card p-4 text-start shadow-sm">
|
|
548
548
|
<div className="mb-2 text-xs font-medium uppercase tracking-wide text-muted-foreground">
|
|
549
549
|
Details
|
|
550
550
|
</div>
|
|
@@ -638,7 +638,7 @@ export default function RecordingPage() {
|
|
|
638
638
|
onClick={() => navigate("/")}
|
|
639
639
|
aria-label="Back"
|
|
640
640
|
>
|
|
641
|
-
<IconArrowLeft className="h-4 w-4" />
|
|
641
|
+
<IconArrowLeft className="h-4 w-4 rtl:-scale-x-100" />
|
|
642
642
|
</Button>
|
|
643
643
|
<div className="flex-1 min-w-0">
|
|
644
644
|
<EditableRecordingTitle
|
|
@@ -912,7 +912,7 @@ export default function RecordingPage() {
|
|
|
912
912
|
|
|
913
913
|
{/* Side panel */}
|
|
914
914
|
{!editing ? (
|
|
915
|
-
<aside className="w-[380px] border-
|
|
915
|
+
<aside className="w-[380px] border-s border-border flex flex-col shrink-0 bg-background">
|
|
916
916
|
<Tabs
|
|
917
917
|
value={panel}
|
|
918
918
|
onValueChange={(v) => setPanel(v as SidePanel)}
|
|
@@ -661,7 +661,7 @@ function RecordingErrorCard({
|
|
|
661
661
|
{friendlyMessage}
|
|
662
662
|
</p>
|
|
663
663
|
{showTechnicalDetails && (
|
|
664
|
-
<details className="mt-3 text-
|
|
664
|
+
<details className="mt-3 text-start text-xs text-muted-foreground">
|
|
665
665
|
<summary className="cursor-pointer font-medium text-foreground">
|
|
666
666
|
Technical details
|
|
667
667
|
</summary>
|
|
@@ -673,7 +673,7 @@ function RecordingErrorCard({
|
|
|
673
673
|
</div>
|
|
674
674
|
|
|
675
675
|
{guidance && (
|
|
676
|
-
<div className="border-b border-border bg-muted/25 px-6 py-4 text-
|
|
676
|
+
<div className="border-b border-border bg-muted/25 px-6 py-4 text-start">
|
|
677
677
|
<div className="text-xs font-medium text-foreground">
|
|
678
678
|
What to check
|
|
679
679
|
</div>
|
|
@@ -2107,9 +2107,9 @@ export default function RecordRoute() {
|
|
|
2107
2107
|
void doCancel();
|
|
2108
2108
|
navigate("/library");
|
|
2109
2109
|
}}
|
|
2110
|
-
className="fixed
|
|
2110
|
+
className="fixed start-4 top-4 z-30 inline-flex h-9 w-9 items-center justify-center rounded-full text-muted-foreground hover:bg-muted hover:text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring"
|
|
2111
2111
|
>
|
|
2112
|
-
<IconArrowLeft className="h-5 w-5" />
|
|
2112
|
+
<IconArrowLeft className="h-5 w-5 rtl:-scale-x-100" />
|
|
2113
2113
|
</button>
|
|
2114
2114
|
)}
|
|
2115
2115
|
|
|
@@ -2151,7 +2151,7 @@ export default function RecordRoute() {
|
|
|
2151
2151
|
)}
|
|
2152
2152
|
</div>
|
|
2153
2153
|
{!isDesktopApp && (
|
|
2154
|
-
<div className="mx-auto mt-4 w-full max-w-md xl:absolute xl:
|
|
2154
|
+
<div className="mx-auto mt-4 w-full max-w-md xl:absolute xl:start-[calc(50%+18rem)] xl:top-0 xl:mt-0 xl:w-72">
|
|
2155
2155
|
<DesktopRecorderCallout />
|
|
2156
2156
|
</div>
|
|
2157
2157
|
)}
|