@agent-native/core 0.76.3 → 0.76.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/corpus/core/CHANGELOG.md +25 -0
- package/corpus/core/package.json +1 -1
- package/corpus/core/src/agent/production-agent.ts +147 -56
- package/corpus/core/src/agent/run-store.ts +36 -0
- package/corpus/core/src/client/AgentPanel.tsx +3 -3
- package/corpus/core/src/client/AgentTaskCard.tsx +2 -1
- package/corpus/core/src/client/AppearancePicker.tsx +1 -1
- package/corpus/core/src/client/AssistantChat.tsx +3 -3
- package/corpus/core/src/client/CommandMenu.tsx +4 -4
- package/corpus/core/src/client/ErrorBoundary.tsx +1 -1
- package/corpus/core/src/client/MultiTabAssistantChat.tsx +11 -11
- package/corpus/core/src/client/NewWorkspaceAppFlow.tsx +5 -5
- package/corpus/core/src/client/components/ui/dropdown-menu.tsx +9 -9
- package/corpus/core/src/client/components/ui/sheet.tsx +1 -1
- package/corpus/core/src/client/composer/ComposerPlusMenu.tsx +6 -6
- package/corpus/core/src/client/composer/MentionPopover.tsx +4 -4
- package/corpus/core/src/client/composer/PastedTextChip.tsx +3 -3
- package/corpus/core/src/client/composer/PromptComposer.tsx +3 -3
- package/corpus/core/src/client/composer/TiptapComposer.tsx +16 -16
- package/corpus/core/src/client/guided-questions.tsx +6 -8
- package/corpus/core/src/client/i18n.tsx +2 -2
- package/corpus/core/src/client/integrations/IntegrationCard.tsx +2 -2
- package/corpus/core/src/client/integrations/IntegrationsPanel.tsx +4 -4
- package/corpus/core/src/client/notifications/NotificationsBell.tsx +3 -3
- package/corpus/core/src/client/onboarding/OnboardingBanner.tsx +3 -3
- package/corpus/core/src/client/onboarding/OnboardingPanel.tsx +17 -10
- package/corpus/core/src/client/org/OrgSwitcher.tsx +13 -11
- package/corpus/core/src/client/org/TeamPage.tsx +2 -2
- package/corpus/core/src/client/settings/AgentsSection.tsx +3 -3
- package/corpus/core/src/client/settings/AutomationsSection.tsx +3 -3
- package/corpus/core/src/client/settings/SecretsSection.tsx +2 -2
- package/corpus/core/src/client/settings/SettingsPanel.tsx +5 -7
- package/corpus/core/src/client/settings/SettingsSection.tsx +1 -1
- package/corpus/core/src/client/settings/UsageSection.tsx +3 -3
- package/corpus/core/src/client/settings/VoiceTranscriptionSection.tsx +3 -3
- package/corpus/core/src/client/sharing/ShareButton.tsx +7 -7
- package/corpus/core/src/client/sharing/ShareDialog.tsx +3 -3
- package/corpus/core/src/deploy/build.ts +31 -14
- package/corpus/core/src/styles/agent-conversation.css +10 -10
- package/corpus/core/src/styles/blocks.css +2 -2
- package/corpus/core/src/styles/rich-markdown-editor.css +2 -2
- package/corpus/templates/analytics/app/components/layout/MobileNav.tsx +1 -1
- package/corpus/templates/analytics/app/components/ui/alert-dialog.tsx +1 -1
- package/corpus/templates/analytics/app/components/ui/alert.tsx +1 -1
- package/corpus/templates/analytics/app/components/ui/breadcrumb.tsx +1 -1
- package/corpus/templates/analytics/app/components/ui/calendar.tsx +6 -6
- package/corpus/templates/analytics/app/components/ui/carousel.tsx +6 -6
- package/corpus/templates/analytics/app/components/ui/command.tsx +2 -2
- package/corpus/templates/analytics/app/components/ui/context-menu.tsx +9 -9
- package/corpus/templates/analytics/app/components/ui/date-picker.tsx +1 -1
- package/corpus/templates/analytics/app/components/ui/dialog.tsx +2 -2
- package/corpus/templates/analytics/app/components/ui/drawer.tsx +1 -1
- package/corpus/templates/analytics/app/components/ui/dropdown-menu.tsx +9 -9
- package/corpus/templates/analytics/app/components/ui/input-otp.tsx +1 -1
- package/corpus/templates/analytics/app/components/ui/menubar.tsx +9 -9
- package/corpus/templates/analytics/app/components/ui/navigation-menu.tsx +3 -3
- package/corpus/templates/analytics/app/components/ui/pagination.tsx +4 -4
- package/corpus/templates/analytics/app/components/ui/scroll-area.tsx +1 -1
- package/corpus/templates/analytics/app/components/ui/select.tsx +3 -3
- package/corpus/templates/analytics/app/components/ui/sheet.tsx +2 -2
- package/corpus/templates/analytics/app/components/ui/sidebar.tsx +6 -6
- package/corpus/templates/analytics/app/components/ui/table.tsx +2 -2
- package/corpus/templates/analytics/app/components/ui/toast.tsx +3 -3
- package/corpus/templates/assets/app/components/layout/Layout.tsx +2 -2
- package/corpus/templates/assets/app/components/layout/Sidebar.tsx +12 -12
- package/corpus/templates/assets/app/components/ui/alert-dialog.tsx +1 -1
- package/corpus/templates/assets/app/components/ui/alert.tsx +1 -1
- package/corpus/templates/assets/app/components/ui/breadcrumb.tsx +1 -1
- package/corpus/templates/assets/app/components/ui/dialog.tsx +2 -2
- package/corpus/templates/assets/app/components/ui/dropdown-menu.tsx +9 -9
- package/corpus/templates/assets/app/components/ui/pagination.tsx +4 -4
- package/corpus/templates/assets/app/components/ui/scroll-area.tsx +1 -1
- package/corpus/templates/assets/app/components/ui/select.tsx +3 -3
- package/corpus/templates/assets/app/components/ui/sheet.tsx +2 -2
- package/corpus/templates/assets/app/components/ui/table.tsx +2 -2
- package/corpus/templates/assets/app/routes/library.tsx +3 -3
- package/corpus/templates/assets/app/routes/settings.tsx +1 -1
- package/corpus/templates/brain/app/components/layout/Sidebar.tsx +5 -5
- package/corpus/templates/brain/app/components/ui/dropdown-menu.tsx +9 -9
- package/corpus/templates/brain/app/components/ui/select.tsx +3 -3
- package/corpus/templates/brain/app/components/ui/sheet.tsx +2 -2
- package/corpus/templates/brain/app/components/ui/table.tsx +2 -2
- package/corpus/templates/calendar/app/components/calendar/GoogleConnectBanner.tsx +6 -6
- package/corpus/templates/calendar/app/components/calendar/GoogleSetupWizard.tsx +3 -3
- package/corpus/templates/calendar/app/components/layout/Sidebar.tsx +11 -9
- package/corpus/templates/calendar/app/components/ui/alert-dialog.tsx +1 -1
- package/corpus/templates/calendar/app/components/ui/alert.tsx +1 -1
- package/corpus/templates/calendar/app/components/ui/breadcrumb.tsx +1 -1
- package/corpus/templates/calendar/app/components/ui/calendar.tsx +5 -5
- package/corpus/templates/calendar/app/components/ui/carousel.tsx +6 -6
- package/corpus/templates/calendar/app/components/ui/command.tsx +2 -2
- package/corpus/templates/calendar/app/components/ui/context-menu.tsx +9 -9
- package/corpus/templates/calendar/app/components/ui/dialog.tsx +2 -2
- package/corpus/templates/calendar/app/components/ui/drawer.tsx +1 -1
- package/corpus/templates/calendar/app/components/ui/dropdown-menu.tsx +9 -9
- package/corpus/templates/calendar/app/components/ui/input-otp.tsx +1 -1
- package/corpus/templates/calendar/app/components/ui/menubar.tsx +9 -9
- package/corpus/templates/calendar/app/components/ui/navigation-menu.tsx +3 -3
- package/corpus/templates/calendar/app/components/ui/pagination.tsx +4 -4
- package/corpus/templates/calendar/app/components/ui/scroll-area.tsx +1 -1
- package/corpus/templates/calendar/app/components/ui/select.tsx +3 -3
- package/corpus/templates/calendar/app/components/ui/sheet.tsx +2 -2
- package/corpus/templates/calendar/app/components/ui/sidebar.tsx +6 -6
- package/corpus/templates/calendar/app/components/ui/sonner.tsx +1 -1
- package/corpus/templates/calendar/app/components/ui/table.tsx +2 -2
- package/corpus/templates/calendar/app/components/ui/toast.tsx +3 -3
- package/corpus/templates/calendar/app/pages/Settings.tsx +5 -5
- package/corpus/templates/chat/app/components/layout/Sidebar.tsx +9 -9
- package/corpus/templates/chat/app/components/ui/alert-dialog.tsx +1 -1
- package/corpus/templates/chat/app/components/ui/alert.tsx +1 -1
- package/corpus/templates/chat/app/components/ui/breadcrumb.tsx +1 -1
- package/corpus/templates/chat/app/components/ui/calendar.tsx +5 -5
- package/corpus/templates/chat/app/components/ui/carousel.tsx +6 -6
- package/corpus/templates/chat/app/components/ui/command.tsx +2 -2
- package/corpus/templates/chat/app/components/ui/context-menu.tsx +9 -9
- package/corpus/templates/chat/app/components/ui/dialog.tsx +2 -2
- package/corpus/templates/chat/app/components/ui/drawer.tsx +1 -1
- package/corpus/templates/chat/app/components/ui/dropdown-menu.tsx +9 -9
- package/corpus/templates/chat/app/components/ui/input-otp.tsx +1 -1
- package/corpus/templates/chat/app/components/ui/menubar.tsx +9 -9
- package/corpus/templates/chat/app/components/ui/navigation-menu.tsx +3 -3
- package/corpus/templates/chat/app/components/ui/pagination.tsx +4 -4
- package/corpus/templates/chat/app/components/ui/scroll-area.tsx +1 -1
- package/corpus/templates/chat/app/components/ui/select.tsx +3 -3
- package/corpus/templates/chat/app/components/ui/sheet.tsx +2 -2
- package/corpus/templates/chat/app/components/ui/sidebar.tsx +6 -6
- package/corpus/templates/chat/app/components/ui/table.tsx +2 -2
- package/corpus/templates/chat/app/components/ui/toast.tsx +3 -3
- package/corpus/templates/clips/app/components/capture-install-options.tsx +3 -3
- package/corpus/templates/clips/app/components/editable-recording-title.tsx +1 -1
- package/corpus/templates/clips/app/components/library/bulk-action-toolbar.tsx +3 -3
- package/corpus/templates/clips/app/components/library/folder-tree.tsx +5 -5
- package/corpus/templates/clips/app/components/library/library-layout.tsx +3 -3
- package/corpus/templates/clips/app/components/library/organization-switcher.tsx +4 -4
- package/corpus/templates/clips/app/components/library/recording-card.tsx +11 -11
- package/corpus/templates/clips/app/components/library/search-bar.tsx +4 -4
- package/corpus/templates/clips/app/components/library/space-card.tsx +1 -1
- package/corpus/templates/clips/app/components/library/tag-input.tsx +1 -1
- package/corpus/templates/clips/app/components/meetings/quick-ask-sidebar.tsx +2 -2
- package/corpus/templates/clips/app/components/recorder/camera-visualizer.tsx +2 -2
- package/corpus/templates/clips/app/components/recorder/microphone-visualizer.tsx +1 -1
- package/corpus/templates/clips/app/components/recorder/pre-record-panel.tsx +4 -4
- package/corpus/templates/clips/app/components/recorder/storage-setup-card.tsx +1 -1
- package/corpus/templates/clips/app/components/sharing/share-ui.tsx +2 -2
- package/corpus/templates/clips/app/components/ui/alert-dialog.tsx +1 -1
- package/corpus/templates/clips/app/components/ui/alert.tsx +1 -1
- package/corpus/templates/clips/app/components/ui/breadcrumb.tsx +1 -1
- package/corpus/templates/clips/app/components/ui/calendar.tsx +5 -5
- package/corpus/templates/clips/app/components/ui/carousel.tsx +6 -6
- package/corpus/templates/clips/app/components/ui/command.tsx +2 -2
- package/corpus/templates/clips/app/components/ui/context-menu.tsx +9 -9
- package/corpus/templates/clips/app/components/ui/dialog.tsx +2 -2
- package/corpus/templates/clips/app/components/ui/drawer.tsx +1 -1
- package/corpus/templates/clips/app/components/ui/dropdown-menu.tsx +9 -9
- package/corpus/templates/clips/app/components/ui/input-otp.tsx +1 -1
- package/corpus/templates/clips/app/components/ui/menubar.tsx +9 -9
- package/corpus/templates/clips/app/components/ui/navigation-menu.tsx +3 -3
- package/corpus/templates/clips/app/components/ui/pagination.tsx +4 -4
- package/corpus/templates/clips/app/components/ui/scroll-area.tsx +1 -1
- package/corpus/templates/clips/app/components/ui/select.tsx +3 -3
- package/corpus/templates/clips/app/components/ui/sheet.tsx +2 -2
- package/corpus/templates/clips/app/components/ui/sidebar.tsx +6 -6
- package/corpus/templates/clips/app/components/ui/table.tsx +2 -2
- package/corpus/templates/clips/app/components/ui/toast.tsx +3 -3
- package/corpus/templates/clips/app/components/workspace/branding-editor.tsx +1 -1
- package/corpus/templates/clips/app/components/workspace/insights-hub.tsx +2 -2
- package/corpus/templates/clips/app/components/workspace/invite-dialog.tsx +2 -2
- package/corpus/templates/clips/app/components/workspace/top-creators-table.tsx +6 -6
- package/corpus/templates/clips/app/components/workspace/top-videos-table.tsx +2 -2
- package/corpus/templates/clips/app/routes/_app.dictate.tsx +4 -4
- package/corpus/templates/clips/app/routes/_app.meetings._index.tsx +7 -7
- package/corpus/templates/clips/app/routes/_app.settings._index.tsx +1 -1
- package/corpus/templates/clips/app/routes/download.tsx +2 -2
- package/corpus/templates/clips/app/routes/invite.$token.tsx +2 -2
- package/corpus/templates/clips/app/routes/r.$recordingId.tsx +3 -3
- package/corpus/templates/clips/app/routes/record.tsx +5 -5
- package/corpus/templates/clips/app/routes/share.$shareId.tsx +7 -7
- package/corpus/templates/content/app/components/EmptyState.tsx +1 -1
- package/corpus/templates/content/app/components/editor/DocumentToolbar.tsx +17 -17
- package/corpus/templates/content/app/components/layout/Layout.tsx +2 -2
- package/corpus/templates/content/app/components/sidebar/DocumentSidebar.tsx +10 -9
- package/corpus/templates/content/app/components/sidebar/DocumentTreeItem.tsx +10 -6
- package/corpus/templates/content/app/components/sidebar/NotionButton.tsx +3 -3
- package/corpus/templates/content/app/components/ui/alert-dialog.tsx +1 -1
- package/corpus/templates/content/app/components/ui/dialog.tsx +2 -2
- package/corpus/templates/content/app/components/ui/dropdown-menu.tsx +9 -9
- package/corpus/templates/content/app/components/ui/scroll-area.tsx +1 -1
- package/corpus/templates/content/app/components/ui/sheet.tsx +2 -2
- package/corpus/templates/content/app/components/ui/table.tsx +2 -2
- package/corpus/templates/content/app/components/ui/toast.tsx +3 -3
- package/corpus/templates/design/app/components/layout/Layout.tsx +3 -3
- package/corpus/templates/design/app/components/layout/Sidebar.tsx +3 -3
- package/corpus/templates/design/app/components/ui/alert-dialog.tsx +1 -1
- package/corpus/templates/design/app/components/ui/alert.tsx +1 -1
- package/corpus/templates/design/app/components/ui/breadcrumb.tsx +1 -1
- package/corpus/templates/design/app/components/ui/calendar.tsx +5 -5
- package/corpus/templates/design/app/components/ui/carousel.tsx +6 -6
- package/corpus/templates/design/app/components/ui/command.tsx +2 -2
- package/corpus/templates/design/app/components/ui/context-menu.tsx +9 -9
- package/corpus/templates/design/app/components/ui/dialog.tsx +2 -2
- package/corpus/templates/design/app/components/ui/drawer.tsx +1 -1
- package/corpus/templates/design/app/components/ui/dropdown-menu.tsx +9 -9
- package/corpus/templates/design/app/components/ui/input-otp.tsx +1 -1
- package/corpus/templates/design/app/components/ui/menubar.tsx +9 -9
- package/corpus/templates/design/app/components/ui/navigation-menu.tsx +3 -3
- package/corpus/templates/design/app/components/ui/pagination.tsx +4 -4
- package/corpus/templates/design/app/components/ui/scroll-area.tsx +1 -1
- package/corpus/templates/design/app/components/ui/select.tsx +3 -3
- package/corpus/templates/design/app/components/ui/sheet.tsx +2 -2
- package/corpus/templates/design/app/components/ui/sidebar.tsx +6 -6
- package/corpus/templates/design/app/components/ui/table.tsx +2 -2
- package/corpus/templates/design/app/components/ui/toast.tsx +3 -3
- package/corpus/templates/design/app/pages/DesignSystems.tsx +6 -8
- package/corpus/templates/design/app/pages/Index.tsx +8 -8
- package/corpus/templates/design/app/pages/NotFound.tsx +1 -1
- package/corpus/templates/design/app/pages/Templates.tsx +2 -2
- package/corpus/templates/forms/app/components/layout/Sidebar.tsx +3 -3
- package/corpus/templates/forms/app/components/ui/alert-dialog.tsx +1 -1
- package/corpus/templates/forms/app/components/ui/alert.tsx +1 -1
- package/corpus/templates/forms/app/components/ui/breadcrumb.tsx +1 -1
- package/corpus/templates/forms/app/components/ui/calendar.tsx +9 -6
- package/corpus/templates/forms/app/components/ui/carousel.tsx +6 -6
- package/corpus/templates/forms/app/components/ui/command.tsx +2 -2
- package/corpus/templates/forms/app/components/ui/context-menu.tsx +9 -9
- package/corpus/templates/forms/app/components/ui/dialog.tsx +2 -2
- package/corpus/templates/forms/app/components/ui/drawer.tsx +1 -1
- package/corpus/templates/forms/app/components/ui/dropdown-menu.tsx +9 -9
- package/corpus/templates/forms/app/components/ui/input-otp.tsx +1 -1
- package/corpus/templates/forms/app/components/ui/menubar.tsx +9 -9
- package/corpus/templates/forms/app/components/ui/navigation-menu.tsx +3 -3
- package/corpus/templates/forms/app/components/ui/pagination.tsx +4 -4
- package/corpus/templates/forms/app/components/ui/scroll-area.tsx +1 -1
- package/corpus/templates/forms/app/components/ui/select.tsx +3 -3
- package/corpus/templates/forms/app/components/ui/sheet.tsx +2 -2
- package/corpus/templates/forms/app/components/ui/sidebar.tsx +6 -6
- package/corpus/templates/forms/app/components/ui/table.tsx +2 -2
- package/corpus/templates/forms/app/components/ui/toast.tsx +3 -3
- package/corpus/templates/forms/app/pages/FormBuilderPage.tsx +18 -18
- package/corpus/templates/forms/app/pages/FormsListPage.tsx +9 -9
- package/corpus/templates/macros/app/components/layout/AppLayout.tsx +4 -4
- package/corpus/templates/macros/app/components/ui/alert-dialog.tsx +1 -1
- package/corpus/templates/macros/app/components/ui/alert.tsx +1 -1
- package/corpus/templates/macros/app/components/ui/breadcrumb.tsx +1 -1
- package/corpus/templates/macros/app/components/ui/command.tsx +2 -2
- package/corpus/templates/macros/app/components/ui/context-menu.tsx +9 -9
- package/corpus/templates/macros/app/components/ui/dialog.tsx +2 -2
- package/corpus/templates/macros/app/components/ui/drawer.tsx +1 -1
- package/corpus/templates/macros/app/components/ui/dropdown-menu.tsx +9 -9
- package/corpus/templates/macros/app/components/ui/menubar.tsx +9 -9
- package/corpus/templates/macros/app/components/ui/navigation-menu.tsx +3 -3
- package/corpus/templates/macros/app/components/ui/pagination.tsx +4 -4
- package/corpus/templates/macros/app/components/ui/scroll-area.tsx +1 -1
- package/corpus/templates/macros/app/components/ui/select.tsx +3 -3
- package/corpus/templates/macros/app/components/ui/sheet.tsx +2 -2
- package/corpus/templates/macros/app/components/ui/table.tsx +2 -2
- package/corpus/templates/macros/app/components/ui/toast.tsx +3 -3
- package/corpus/templates/macros/app/routes/_index.tsx +2 -2
- package/corpus/templates/macros/app/routes/analytics.tsx +1 -1
- package/corpus/templates/mail/app/components/GoogleConnectBanner.tsx +6 -6
- package/corpus/templates/mail/app/components/email/AttachmentStrip.tsx +2 -2
- package/corpus/templates/mail/app/components/email/EmailListItem.tsx +5 -5
- package/corpus/templates/mail/app/components/email/IntegrationsSidebar.tsx +5 -5
- package/corpus/templates/mail/app/components/email/MobileActionBar.tsx +3 -3
- package/corpus/templates/mail/app/components/layout/AppLayout.tsx +10 -10
- package/corpus/templates/mail/app/components/layout/CommandPalette.tsx +1 -1
- package/corpus/templates/mail/app/components/layout/SearchBar.tsx +3 -3
- package/corpus/templates/mail/app/components/ui/alert-dialog.tsx +1 -1
- package/corpus/templates/mail/app/components/ui/alert.tsx +1 -1
- package/corpus/templates/mail/app/components/ui/breadcrumb.tsx +1 -1
- package/corpus/templates/mail/app/components/ui/calendar.tsx +4 -4
- package/corpus/templates/mail/app/components/ui/carousel.tsx +6 -6
- package/corpus/templates/mail/app/components/ui/command.tsx +2 -2
- package/corpus/templates/mail/app/components/ui/context-menu.tsx +9 -9
- package/corpus/templates/mail/app/components/ui/dialog.tsx +2 -2
- package/corpus/templates/mail/app/components/ui/drawer.tsx +1 -1
- package/corpus/templates/mail/app/components/ui/dropdown-menu.tsx +9 -9
- package/corpus/templates/mail/app/components/ui/input-otp.tsx +1 -1
- package/corpus/templates/mail/app/components/ui/menubar.tsx +9 -9
- package/corpus/templates/mail/app/components/ui/navigation-menu.tsx +3 -3
- package/corpus/templates/mail/app/components/ui/pagination.tsx +4 -4
- package/corpus/templates/mail/app/components/ui/scroll-area.tsx +1 -1
- package/corpus/templates/mail/app/components/ui/select.tsx +3 -3
- package/corpus/templates/mail/app/components/ui/sheet.tsx +2 -2
- package/corpus/templates/mail/app/components/ui/sidebar.tsx +6 -6
- package/corpus/templates/mail/app/components/ui/sonner.tsx +2 -2
- package/corpus/templates/mail/app/components/ui/table.tsx +2 -2
- package/corpus/templates/mail/app/components/ui/toast.tsx +3 -3
- package/corpus/templates/plan/app/components/layout/Sidebar.tsx +10 -10
- package/corpus/templates/plan/app/components/ui/alert-dialog.tsx +1 -1
- package/corpus/templates/plan/app/components/ui/alert.tsx +1 -1
- package/corpus/templates/plan/app/components/ui/breadcrumb.tsx +1 -1
- package/corpus/templates/plan/app/components/ui/calendar.tsx +5 -5
- package/corpus/templates/plan/app/components/ui/carousel.tsx +6 -6
- package/corpus/templates/plan/app/components/ui/command.tsx +2 -2
- package/corpus/templates/plan/app/components/ui/context-menu.tsx +9 -9
- package/corpus/templates/plan/app/components/ui/dialog.tsx +2 -2
- package/corpus/templates/plan/app/components/ui/drawer.tsx +1 -1
- package/corpus/templates/plan/app/components/ui/dropdown-menu.tsx +9 -9
- package/corpus/templates/plan/app/components/ui/input-otp.tsx +1 -1
- package/corpus/templates/plan/app/components/ui/menubar.tsx +9 -9
- package/corpus/templates/plan/app/components/ui/navigation-menu.tsx +3 -3
- package/corpus/templates/plan/app/components/ui/pagination.tsx +4 -4
- package/corpus/templates/plan/app/components/ui/scroll-area.tsx +1 -1
- package/corpus/templates/plan/app/components/ui/select.tsx +3 -3
- package/corpus/templates/plan/app/components/ui/sheet.tsx +2 -2
- package/corpus/templates/plan/app/components/ui/sidebar.tsx +6 -6
- package/corpus/templates/plan/app/components/ui/table.tsx +2 -2
- package/corpus/templates/plan/app/components/ui/toast.tsx +3 -3
- package/corpus/templates/slides/app/components/layout/Layout.tsx +1 -1
- package/corpus/templates/slides/app/components/ui/alert-dialog.tsx +1 -1
- package/corpus/templates/slides/app/components/ui/alert.tsx +1 -1
- package/corpus/templates/slides/app/components/ui/breadcrumb.tsx +1 -1
- package/corpus/templates/slides/app/components/ui/calendar.tsx +5 -5
- package/corpus/templates/slides/app/components/ui/carousel.tsx +6 -6
- package/corpus/templates/slides/app/components/ui/command.tsx +2 -2
- package/corpus/templates/slides/app/components/ui/context-menu.tsx +9 -9
- package/corpus/templates/slides/app/components/ui/dialog.tsx +2 -2
- package/corpus/templates/slides/app/components/ui/drawer.tsx +1 -1
- package/corpus/templates/slides/app/components/ui/dropdown-menu.tsx +9 -9
- package/corpus/templates/slides/app/components/ui/input-otp.tsx +1 -1
- package/corpus/templates/slides/app/components/ui/menubar.tsx +9 -9
- package/corpus/templates/slides/app/components/ui/navigation-menu.tsx +3 -3
- package/corpus/templates/slides/app/components/ui/pagination.tsx +4 -4
- package/corpus/templates/slides/app/components/ui/scroll-area.tsx +1 -1
- package/corpus/templates/slides/app/components/ui/select.tsx +3 -3
- package/corpus/templates/slides/app/components/ui/sheet.tsx +2 -2
- package/corpus/templates/slides/app/components/ui/sidebar.tsx +6 -6
- package/corpus/templates/slides/app/components/ui/table.tsx +2 -2
- package/corpus/templates/slides/app/components/ui/toast.tsx +3 -3
- package/corpus/templates/videos/app/components/ui/alert-dialog.tsx +1 -1
- package/corpus/templates/videos/app/components/ui/alert.tsx +1 -1
- package/corpus/templates/videos/app/components/ui/breadcrumb.tsx +1 -1
- package/corpus/templates/videos/app/components/ui/calendar.tsx +5 -5
- package/corpus/templates/videos/app/components/ui/carousel.tsx +6 -6
- package/corpus/templates/videos/app/components/ui/command.tsx +2 -2
- package/corpus/templates/videos/app/components/ui/context-menu.tsx +9 -9
- package/corpus/templates/videos/app/components/ui/dialog.tsx +2 -2
- package/corpus/templates/videos/app/components/ui/drawer.tsx +1 -1
- package/corpus/templates/videos/app/components/ui/dropdown-menu.tsx +9 -9
- package/corpus/templates/videos/app/components/ui/input-otp.tsx +1 -1
- package/corpus/templates/videos/app/components/ui/menubar.tsx +9 -9
- package/corpus/templates/videos/app/components/ui/navigation-menu.tsx +3 -3
- package/corpus/templates/videos/app/components/ui/pagination.tsx +4 -4
- package/corpus/templates/videos/app/components/ui/scroll-area.tsx +1 -1
- package/corpus/templates/videos/app/components/ui/select.tsx +3 -3
- package/corpus/templates/videos/app/components/ui/sheet.tsx +2 -2
- package/corpus/templates/videos/app/components/ui/sidebar.tsx +6 -6
- package/corpus/templates/videos/app/components/ui/table.tsx +2 -2
- package/corpus/templates/videos/app/components/ui/toast.tsx +3 -3
- package/dist/agent/production-agent.d.ts +47 -0
- package/dist/agent/production-agent.d.ts.map +1 -1
- package/dist/agent/production-agent.js +112 -56
- package/dist/agent/production-agent.js.map +1 -1
- package/dist/agent/run-store.d.ts +21 -0
- package/dist/agent/run-store.d.ts.map +1 -1
- package/dist/agent/run-store.js +32 -0
- package/dist/agent/run-store.js.map +1 -1
- package/dist/client/AgentPanel.js +3 -3
- package/dist/client/AgentPanel.js.map +1 -1
- package/dist/client/AgentTaskCard.d.ts.map +1 -1
- package/dist/client/AgentTaskCard.js +1 -1
- package/dist/client/AgentTaskCard.js.map +1 -1
- package/dist/client/AppearancePicker.js +1 -1
- package/dist/client/AppearancePicker.js.map +1 -1
- package/dist/client/AssistantChat.js +3 -3
- package/dist/client/AssistantChat.js.map +1 -1
- package/dist/client/CommandMenu.js +4 -4
- package/dist/client/CommandMenu.js.map +1 -1
- package/dist/client/ErrorBoundary.js +1 -1
- package/dist/client/ErrorBoundary.js.map +1 -1
- package/dist/client/MultiTabAssistantChat.js +9 -9
- package/dist/client/MultiTabAssistantChat.js.map +1 -1
- package/dist/client/NewWorkspaceAppFlow.js +5 -5
- package/dist/client/NewWorkspaceAppFlow.js.map +1 -1
- package/dist/client/components/ui/dropdown-menu.js +6 -6
- package/dist/client/components/ui/dropdown-menu.js.map +1 -1
- package/dist/client/components/ui/sheet.js +1 -1
- package/dist/client/components/ui/sheet.js.map +1 -1
- package/dist/client/composer/ComposerPlusMenu.js +5 -5
- package/dist/client/composer/ComposerPlusMenu.js.map +1 -1
- package/dist/client/composer/MentionPopover.js +4 -4
- package/dist/client/composer/MentionPopover.js.map +1 -1
- package/dist/client/composer/PastedTextChip.js +2 -2
- package/dist/client/composer/PastedTextChip.js.map +1 -1
- package/dist/client/composer/PromptComposer.js +3 -3
- package/dist/client/composer/PromptComposer.js.map +1 -1
- package/dist/client/composer/TiptapComposer.js +12 -12
- package/dist/client/composer/TiptapComposer.js.map +1 -1
- package/dist/client/guided-questions.d.ts.map +1 -1
- package/dist/client/guided-questions.js +5 -5
- package/dist/client/guided-questions.js.map +1 -1
- package/dist/client/i18n.js +2 -2
- package/dist/client/i18n.js.map +1 -1
- package/dist/client/integrations/IntegrationCard.js +1 -1
- package/dist/client/integrations/IntegrationCard.js.map +1 -1
- package/dist/client/integrations/IntegrationsPanel.js +4 -4
- package/dist/client/integrations/IntegrationsPanel.js.map +1 -1
- package/dist/client/notifications/NotificationsBell.js +3 -3
- package/dist/client/notifications/NotificationsBell.js.map +1 -1
- package/dist/client/onboarding/OnboardingBanner.js +3 -3
- package/dist/client/onboarding/OnboardingBanner.js.map +1 -1
- package/dist/client/onboarding/OnboardingPanel.d.ts.map +1 -1
- package/dist/client/onboarding/OnboardingPanel.js +15 -10
- package/dist/client/onboarding/OnboardingPanel.js.map +1 -1
- package/dist/client/org/OrgSwitcher.d.ts.map +1 -1
- package/dist/client/org/OrgSwitcher.js +7 -7
- package/dist/client/org/OrgSwitcher.js.map +1 -1
- package/dist/client/org/TeamPage.js +2 -2
- package/dist/client/org/TeamPage.js.map +1 -1
- package/dist/client/settings/AgentsSection.js +3 -3
- package/dist/client/settings/AgentsSection.js.map +1 -1
- package/dist/client/settings/AutomationsSection.js +2 -2
- package/dist/client/settings/AutomationsSection.js.map +1 -1
- package/dist/client/settings/SecretsSection.js +2 -2
- package/dist/client/settings/SecretsSection.js.map +1 -1
- package/dist/client/settings/SettingsPanel.d.ts.map +1 -1
- package/dist/client/settings/SettingsPanel.js +4 -4
- package/dist/client/settings/SettingsPanel.js.map +1 -1
- package/dist/client/settings/SettingsSection.js +1 -1
- package/dist/client/settings/SettingsSection.js.map +1 -1
- package/dist/client/settings/UsageSection.js +2 -2
- package/dist/client/settings/UsageSection.js.map +1 -1
- package/dist/client/settings/VoiceTranscriptionSection.js +3 -3
- package/dist/client/settings/VoiceTranscriptionSection.js.map +1 -1
- package/dist/client/sharing/ShareButton.js +6 -6
- package/dist/client/sharing/ShareButton.js.map +1 -1
- package/dist/client/sharing/ShareDialog.js +3 -3
- package/dist/client/sharing/ShareDialog.js.map +1 -1
- package/dist/deploy/build.d.ts.map +1 -1
- package/dist/deploy/build.js +31 -14
- package/dist/deploy/build.js.map +1 -1
- package/dist/styles/agent-conversation.css +10 -10
- package/dist/styles/blocks.css +2 -2
- package/dist/styles/rich-markdown-editor.css +2 -2
- package/package.json +1 -1
|
@@ -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=""
|
|
@@ -71,7 +71,7 @@ function InstallOptionsContent({ desktopHref = "/download" }) {
|
|
|
71
71
|
href={clipsChromeExtensionUrl ?? undefined}
|
|
72
72
|
target="_blank"
|
|
73
73
|
rel="noreferrer"
|
|
74
|
-
className="flex items-start gap-3 rounded-md border border-border p-3 text-
|
|
74
|
+
className="flex items-start gap-3 rounded-md border border-border p-3 text-start transition hover:bg-accent"
|
|
75
75
|
>
|
|
76
76
|
<IconBrandChrome className="mt-0.5 h-4 w-4 shrink-0 text-primary" />
|
|
77
77
|
<span className="min-w-0 flex-1">
|
|
@@ -84,7 +84,7 @@ function InstallOptionsContent({ desktopHref = "/download" }) {
|
|
|
84
84
|
<IconExternalLink className="mt-0.5 h-3.5 w-3.5 shrink-0 text-muted-foreground" />
|
|
85
85
|
</a>
|
|
86
86
|
) : (
|
|
87
|
-
<div className="flex items-start gap-3 rounded-md border border-dashed border-border p-3 text-
|
|
87
|
+
<div className="flex items-start gap-3 rounded-md border border-dashed border-border p-3 text-start opacity-70">
|
|
88
88
|
<IconBrandChrome className="mt-0.5 h-4 w-4 shrink-0 text-muted-foreground" />
|
|
89
89
|
<span className="min-w-0 flex-1">
|
|
90
90
|
<span className="block text-sm font-medium">Chrome extension</span>
|
|
@@ -97,7 +97,7 @@ function InstallOptionsContent({ desktopHref = "/download" }) {
|
|
|
97
97
|
|
|
98
98
|
<Link
|
|
99
99
|
to={desktopHref}
|
|
100
|
-
className="flex items-start gap-3 rounded-md border border-border p-3 text-
|
|
100
|
+
className="flex items-start gap-3 rounded-md border border-border p-3 text-start transition hover:bg-accent"
|
|
101
101
|
>
|
|
102
102
|
<DesktopIcon className="mt-0.5 h-4 w-4 shrink-0 text-primary" />
|
|
103
103
|
<span className="min-w-0 flex-1">
|
|
@@ -219,7 +219,7 @@ export function EditableRecordingTitle({
|
|
|
219
219
|
startEditing();
|
|
220
220
|
}}
|
|
221
221
|
className={cn(
|
|
222
|
-
"group/title -mx-1 flex min-w-0 max-w-full items-center gap-1 rounded px-1 text-
|
|
222
|
+
"group/title -mx-1 flex min-w-0 max-w-full items-center gap-1 rounded px-1 text-start",
|
|
223
223
|
"hover:bg-accent focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring",
|
|
224
224
|
className,
|
|
225
225
|
)}
|
|
@@ -46,7 +46,7 @@ export function BulkActionToolbar({
|
|
|
46
46
|
"w-fit",
|
|
47
47
|
)}
|
|
48
48
|
>
|
|
49
|
-
<span className="
|
|
49
|
+
<span className="pe-2 text-xs font-medium text-foreground">
|
|
50
50
|
{count} selected
|
|
51
51
|
</span>
|
|
52
52
|
<div className="h-4 w-px bg-border" />
|
|
@@ -82,12 +82,12 @@ export function BulkActionToolbar({
|
|
|
82
82
|
>
|
|
83
83
|
<span
|
|
84
84
|
className="truncate"
|
|
85
|
-
style={{
|
|
85
|
+
style={{ paddingInlineStart: (target.depth ?? 0) * 12 }}
|
|
86
86
|
>
|
|
87
87
|
{target.name}
|
|
88
88
|
</span>
|
|
89
89
|
{target.disabled && (
|
|
90
|
-
<span className="
|
|
90
|
+
<span className="ms-auto text-xs text-muted-foreground">
|
|
91
91
|
Current
|
|
92
92
|
</span>
|
|
93
93
|
)}
|
|
@@ -143,7 +143,7 @@ function FolderItem({
|
|
|
143
143
|
? "bg-primary/10 text-primary"
|
|
144
144
|
: "text-foreground hover:bg-accent/60",
|
|
145
145
|
)}
|
|
146
|
-
style={{
|
|
146
|
+
style={{ paddingInlineStart: 6 + depth * 12 }}
|
|
147
147
|
>
|
|
148
148
|
<button
|
|
149
149
|
type="button"
|
|
@@ -158,7 +158,7 @@ function FolderItem({
|
|
|
158
158
|
>
|
|
159
159
|
<IconChevronRight
|
|
160
160
|
className={cn(
|
|
161
|
-
"h-3 w-3 transition-transform",
|
|
161
|
+
"h-3 w-3 transition-transform rtl:-scale-x-100",
|
|
162
162
|
open && "rotate-90",
|
|
163
163
|
)}
|
|
164
164
|
/>
|
|
@@ -183,7 +183,7 @@ function FolderItem({
|
|
|
183
183
|
setRenameOpen(true);
|
|
184
184
|
}}
|
|
185
185
|
>
|
|
186
|
-
<IconEdit className="h-3.5 w-3.5
|
|
186
|
+
<IconEdit className="h-3.5 w-3.5 me-2" /> Rename
|
|
187
187
|
</ContextMenuItem>
|
|
188
188
|
<ContextMenuItem
|
|
189
189
|
onSelect={() => {
|
|
@@ -191,14 +191,14 @@ function FolderItem({
|
|
|
191
191
|
setNewOpen(true);
|
|
192
192
|
}}
|
|
193
193
|
>
|
|
194
|
-
<IconFolderPlus className="h-3.5 w-3.5
|
|
194
|
+
<IconFolderPlus className="h-3.5 w-3.5 me-2" /> New subfolder
|
|
195
195
|
</ContextMenuItem>
|
|
196
196
|
<ContextMenuSeparator />
|
|
197
197
|
<ContextMenuItem
|
|
198
198
|
onSelect={() => setConfirmDelete(true)}
|
|
199
199
|
className="text-destructive"
|
|
200
200
|
>
|
|
201
|
-
<IconTrash className="h-3.5 w-3.5
|
|
201
|
+
<IconTrash className="h-3.5 w-3.5 me-2" /> Delete
|
|
202
202
|
</ContextMenuItem>
|
|
203
203
|
</ContextMenuContent>
|
|
204
204
|
</ContextMenu>
|
|
@@ -256,11 +256,11 @@ export function LibraryLayout({ children }: LibraryLayoutProps) {
|
|
|
256
256
|
{/* Left sidebar */}
|
|
257
257
|
<aside
|
|
258
258
|
className={cn(
|
|
259
|
-
"fixed inset-y-0
|
|
259
|
+
"fixed inset-y-0 start-0 z-50 flex h-full w-[260px] flex-col overflow-hidden border-e border-border bg-sidebar transition-[width,transform] duration-200 ease-out md:static md:z-auto",
|
|
260
260
|
showCollapsedSidebar && "md:w-14",
|
|
261
261
|
sidebarOpen
|
|
262
262
|
? "translate-x-0"
|
|
263
|
-
: "-translate-x-full md:translate-x-0",
|
|
263
|
+
: "-translate-x-full rtl:translate-x-full md:translate-x-0",
|
|
264
264
|
)}
|
|
265
265
|
>
|
|
266
266
|
<div
|
|
@@ -550,7 +550,7 @@ export function LibraryLayout({ children }: LibraryLayoutProps) {
|
|
|
550
550
|
ref={setHeaderSlot}
|
|
551
551
|
className="flex min-w-0 flex-1 items-center gap-3 overflow-hidden"
|
|
552
552
|
/>
|
|
553
|
-
<div className="
|
|
553
|
+
<div className="ms-auto flex items-center gap-2">
|
|
554
554
|
<ClipsAgentToggleButton />
|
|
555
555
|
</div>
|
|
556
556
|
</header>
|
|
@@ -56,7 +56,7 @@ export function OrganizationSwitcher({ className }: OrganizationSwitcherProps) {
|
|
|
56
56
|
<button
|
|
57
57
|
type="button"
|
|
58
58
|
className={cn(
|
|
59
|
-
"flex w-full items-center gap-2 rounded-md border border-border bg-background px-2 py-1.5 text-
|
|
59
|
+
"flex w-full items-center gap-2 rounded-md border border-border bg-background px-2 py-1.5 text-start",
|
|
60
60
|
"hover:bg-accent",
|
|
61
61
|
className,
|
|
62
62
|
)}
|
|
@@ -82,7 +82,7 @@ export function OrganizationSwitcher({ className }: OrganizationSwitcherProps) {
|
|
|
82
82
|
</DropdownMenuLabel>
|
|
83
83
|
{orgs.length === 0 && (
|
|
84
84
|
<DropdownMenuItem disabled>
|
|
85
|
-
<IconBuilding className="h-3.5 w-3.5
|
|
85
|
+
<IconBuilding className="h-3.5 w-3.5 me-2" />
|
|
86
86
|
<span className="text-xs">No organizations yet</span>
|
|
87
87
|
</DropdownMenuItem>
|
|
88
88
|
)}
|
|
@@ -100,7 +100,7 @@ export function OrganizationSwitcher({ className }: OrganizationSwitcherProps) {
|
|
|
100
100
|
}}
|
|
101
101
|
className="flex items-center"
|
|
102
102
|
>
|
|
103
|
-
<div className="flex h-5 w-5 items-center justify-center rounded text-[10px] font-semibold bg-muted text-muted-foreground
|
|
103
|
+
<div className="flex h-5 w-5 items-center justify-center rounded text-[10px] font-semibold bg-muted text-muted-foreground me-2">
|
|
104
104
|
{o.orgName.slice(0, 1).toUpperCase()}
|
|
105
105
|
</div>
|
|
106
106
|
<span className="flex-1 truncate text-xs">{o.orgName}</span>
|
|
@@ -111,7 +111,7 @@ export function OrganizationSwitcher({ className }: OrganizationSwitcherProps) {
|
|
|
111
111
|
))}
|
|
112
112
|
<DropdownMenuSeparator />
|
|
113
113
|
<DropdownMenuItem onSelect={() => setCreateOpen(true)}>
|
|
114
|
-
<IconPlus className="h-3.5 w-3.5
|
|
114
|
+
<IconPlus className="h-3.5 w-3.5 me-2" />
|
|
115
115
|
<span className="text-xs">New organization</span>
|
|
116
116
|
</DropdownMenuItem>
|
|
117
117
|
</DropdownMenuContent>
|
|
@@ -186,7 +186,7 @@ export function RecordingCard({
|
|
|
186
186
|
</div>
|
|
187
187
|
|
|
188
188
|
{/* Duration badge */}
|
|
189
|
-
<div className="absolute bottom-2
|
|
189
|
+
<div className="absolute bottom-2 end-2 rounded bg-black/80 px-1.5 py-0.5 text-[11px] font-medium text-white tabular-nums">
|
|
190
190
|
{duration}
|
|
191
191
|
</div>
|
|
192
192
|
|
|
@@ -194,7 +194,7 @@ export function RecordingCard({
|
|
|
194
194
|
{(selectionMode || hovered || selected) && (
|
|
195
195
|
<div
|
|
196
196
|
onClick={handleCheckbox}
|
|
197
|
-
className="absolute top-2
|
|
197
|
+
className="absolute top-2 start-2 flex h-5 w-5 items-center justify-center rounded bg-background/90 border border-border"
|
|
198
198
|
>
|
|
199
199
|
<Checkbox
|
|
200
200
|
checked={selected}
|
|
@@ -207,7 +207,7 @@ export function RecordingCard({
|
|
|
207
207
|
|
|
208
208
|
{/* Status pill for non-ready recordings */}
|
|
209
209
|
{recording.status !== "ready" && (
|
|
210
|
-
<div className="absolute top-2
|
|
210
|
+
<div className="absolute top-2 end-2 rounded-full bg-black/80 px-2 py-0.5 text-[10px] font-medium text-white uppercase tracking-wide">
|
|
211
211
|
{waitingForStorage ? "storage" : recording.status}
|
|
212
212
|
</div>
|
|
213
213
|
)}
|
|
@@ -215,7 +215,7 @@ export function RecordingCard({
|
|
|
215
215
|
{(recording.status === "failed" || waitingForStorage) && (
|
|
216
216
|
<div
|
|
217
217
|
className={cn(
|
|
218
|
-
"absolute inset-x-2 bottom-2 rounded-md border bg-background/95 p-2 text-
|
|
218
|
+
"absolute inset-x-2 bottom-2 rounded-md border bg-background/95 p-2 text-start shadow-sm backdrop-blur",
|
|
219
219
|
waitingForStorage ? "border-primary/30" : "border-destructive/30",
|
|
220
220
|
)}
|
|
221
221
|
>
|
|
@@ -303,34 +303,34 @@ export function RecordingCard({
|
|
|
303
303
|
onClick={(e) => e.stopPropagation()}
|
|
304
304
|
>
|
|
305
305
|
<DropdownMenuItem onSelect={() => onShare?.(recording)}>
|
|
306
|
-
<IconShare className="h-4 w-4
|
|
306
|
+
<IconShare className="h-4 w-4 me-2" /> Share
|
|
307
307
|
</DropdownMenuItem>
|
|
308
308
|
<DropdownMenuItem onSelect={() => onMove?.(recording)}>
|
|
309
|
-
<IconFolder className="h-4 w-4
|
|
309
|
+
<IconFolder className="h-4 w-4 me-2" /> Move to folder
|
|
310
310
|
</DropdownMenuItem>
|
|
311
311
|
{onRename ? (
|
|
312
312
|
<>
|
|
313
313
|
<DropdownMenuSeparator />
|
|
314
314
|
<DropdownMenuItem onSelect={() => onRename(recording)}>
|
|
315
|
-
<IconEdit className="h-4 w-4
|
|
315
|
+
<IconEdit className="h-4 w-4 me-2" /> Rename
|
|
316
316
|
</DropdownMenuItem>
|
|
317
317
|
</>
|
|
318
318
|
) : null}
|
|
319
319
|
<DropdownMenuSeparator />
|
|
320
320
|
{recording.archivedAt ? (
|
|
321
321
|
<DropdownMenuItem onSelect={() => onArchive?.(recording)}>
|
|
322
|
-
<IconCheck className="h-4 w-4
|
|
322
|
+
<IconCheck className="h-4 w-4 me-2" /> Unarchive
|
|
323
323
|
</DropdownMenuItem>
|
|
324
324
|
) : (
|
|
325
325
|
<DropdownMenuItem onSelect={() => onArchive?.(recording)}>
|
|
326
|
-
<IconArchive className="h-4 w-4
|
|
326
|
+
<IconArchive className="h-4 w-4 me-2" /> Archive
|
|
327
327
|
</DropdownMenuItem>
|
|
328
328
|
)}
|
|
329
329
|
<DropdownMenuItem
|
|
330
330
|
onSelect={() => onTrash?.(recording)}
|
|
331
331
|
className="text-destructive focus:text-destructive"
|
|
332
332
|
>
|
|
333
|
-
<IconTrash className="h-4 w-4
|
|
333
|
+
<IconTrash className="h-4 w-4 me-2" /> Delete
|
|
334
334
|
</DropdownMenuItem>
|
|
335
335
|
</DropdownMenuContent>
|
|
336
336
|
</DropdownMenu>
|
|
@@ -347,7 +347,7 @@ export function RecordingCard({
|
|
|
347
347
|
{recording.ownerEmail}
|
|
348
348
|
</span>
|
|
349
349
|
{recording.tags.length > 0 && (
|
|
350
|
-
<div className="
|
|
350
|
+
<div className="ms-auto flex items-center gap-1 truncate">
|
|
351
351
|
{recording.tags.slice(0, 2).map((t) => (
|
|
352
352
|
<span
|
|
353
353
|
key={t}
|
|
@@ -118,7 +118,7 @@ export function SearchBar({ className }: SearchBarProps) {
|
|
|
118
118
|
<div className={cn("relative w-full", className)}>
|
|
119
119
|
<PopoverTrigger asChild>
|
|
120
120
|
<div className="relative">
|
|
121
|
-
<IconSearch className="absolute
|
|
121
|
+
<IconSearch className="absolute start-2.5 top-1/2 -translate-y-1/2 h-3.5 w-3.5 text-muted-foreground" />
|
|
122
122
|
<input
|
|
123
123
|
ref={inputRef}
|
|
124
124
|
value={query}
|
|
@@ -128,7 +128,7 @@ export function SearchBar({ className }: SearchBarProps) {
|
|
|
128
128
|
}}
|
|
129
129
|
onFocus={() => setOpen(true)}
|
|
130
130
|
placeholder="Search recordings…"
|
|
131
|
-
className="w-full h-8 rounded-md border border-border bg-background
|
|
131
|
+
className="w-full h-8 rounded-md border border-border bg-background ps-8 pe-12 text-xs outline-none focus:ring-2 focus:ring-primary/30"
|
|
132
132
|
/>
|
|
133
133
|
{query ? (
|
|
134
134
|
<button
|
|
@@ -137,12 +137,12 @@ export function SearchBar({ className }: SearchBarProps) {
|
|
|
137
137
|
setQuery("");
|
|
138
138
|
inputRef.current?.focus();
|
|
139
139
|
}}
|
|
140
|
-
className="absolute
|
|
140
|
+
className="absolute end-1.5 top-1/2 -translate-y-1/2 rounded p-1 text-muted-foreground hover:bg-accent"
|
|
141
141
|
>
|
|
142
142
|
<IconX className="h-3 w-3" />
|
|
143
143
|
</button>
|
|
144
144
|
) : (
|
|
145
|
-
<span className="absolute
|
|
145
|
+
<span className="absolute end-1.5 top-1/2 -translate-y-1/2 inline-flex items-center gap-0.5 rounded border border-border bg-muted px-1 py-0.5 text-[10px] font-medium text-muted-foreground">
|
|
146
146
|
{shortcutLabel("cmd+k")}
|
|
147
147
|
</span>
|
|
148
148
|
)}
|
|
@@ -28,7 +28,7 @@ export function SpaceCard({ space, className }: SpaceCardProps) {
|
|
|
28
28
|
type="button"
|
|
29
29
|
onClick={() => navigate(`/spaces/${space.id}`)}
|
|
30
30
|
className={cn(
|
|
31
|
-
"group flex flex-col overflow-hidden rounded-lg border border-border bg-card text-
|
|
31
|
+
"group flex flex-col overflow-hidden rounded-lg border border-border bg-card text-start",
|
|
32
32
|
"hover:border-primary/40",
|
|
33
33
|
"shadow-[0_1px_2px_rgba(15,23,42,0.04)] hover:shadow-md",
|
|
34
34
|
className,
|
|
@@ -73,7 +73,7 @@ export function TagInput({
|
|
|
73
73
|
{value.map((tag) => (
|
|
74
74
|
<span
|
|
75
75
|
key={tag}
|
|
76
|
-
className="inline-flex items-center gap-1 rounded-full bg-primary/10 text-primary text-xs
|
|
76
|
+
className="inline-flex items-center gap-1 rounded-full bg-primary/10 text-primary text-xs ps-2 pe-1 py-0.5"
|
|
77
77
|
>
|
|
78
78
|
{tag}
|
|
79
79
|
<button
|
|
@@ -178,7 +178,7 @@ export function QuickAskSidebar({
|
|
|
178
178
|
key={q.label}
|
|
179
179
|
type="button"
|
|
180
180
|
onClick={() => send(q.prompt)}
|
|
181
|
-
className="text-
|
|
181
|
+
className="text-start text-xs rounded-md border border-border bg-background px-2.5 py-2 hover:bg-accent/40 cursor-pointer"
|
|
182
182
|
>
|
|
183
183
|
{q.label}
|
|
184
184
|
</button>
|
|
@@ -247,7 +247,7 @@ export function QuickAskSidebar({
|
|
|
247
247
|
className="cursor-pointer h-9 w-9 shrink-0"
|
|
248
248
|
aria-label="Send"
|
|
249
249
|
>
|
|
250
|
-
<IconSend className="h-4 w-4" />
|
|
250
|
+
<IconSend className="h-4 w-4 rtl:-scale-x-100" />
|
|
251
251
|
</Button>
|
|
252
252
|
</form>
|
|
253
253
|
</SheetContent>
|
|
@@ -292,7 +292,7 @@ export function CameraVisualizer({
|
|
|
292
292
|
return (
|
|
293
293
|
<div className={cn("space-y-2", disabled && "opacity-70", className)}>
|
|
294
294
|
<div className="flex items-center justify-between gap-2">
|
|
295
|
-
<div className="flex min-w-0 items-center gap-2 rounded-full border border-border bg-muted/20 py-0.5
|
|
295
|
+
<div className="flex min-w-0 items-center gap-2 rounded-full border border-border bg-muted/20 py-0.5 ps-2 pe-0.5">
|
|
296
296
|
<span className="text-[11px] text-muted-foreground">Bubble</span>
|
|
297
297
|
{live || starting ? (
|
|
298
298
|
<span className="rounded-full bg-background px-1.5 py-0.5 text-[10px] font-medium text-muted-foreground shadow-sm">
|
|
@@ -324,7 +324,7 @@ export function CameraVisualizer({
|
|
|
324
324
|
size="sm"
|
|
325
325
|
disabled={disabled || starting}
|
|
326
326
|
onClick={live ? stopTest : startTest}
|
|
327
|
-
className="
|
|
327
|
+
className="ms-auto h-7 shrink-0 px-2.5 text-xs"
|
|
328
328
|
>
|
|
329
329
|
{live ? "Stop" : starting ? "Opening..." : "Test"}
|
|
330
330
|
</Button>
|
|
@@ -467,7 +467,7 @@ export function MicrophoneVisualizer({
|
|
|
467
467
|
{statusLabel ? (
|
|
468
468
|
<span
|
|
469
469
|
className={cn(
|
|
470
|
-
"pointer-events-none absolute
|
|
470
|
+
"pointer-events-none absolute end-2 top-1/2 -translate-y-1/2 rounded-full bg-background/85 px-2 py-0.5 text-[10px] font-medium text-muted-foreground shadow-sm",
|
|
471
471
|
error && "text-foreground",
|
|
472
472
|
)}
|
|
473
473
|
>
|
|
@@ -589,7 +589,7 @@ export function PreRecordPanel({
|
|
|
589
589
|
// this click and the ?mode=camera deep-link path.
|
|
590
590
|
onClick={() => chooseMode(opt.value)}
|
|
591
591
|
className={cn(
|
|
592
|
-
"flex min-h-20 min-w-0 flex-col justify-between rounded-xl border p-3 text-
|
|
592
|
+
"flex min-h-20 min-w-0 flex-col justify-between rounded-xl border p-3 text-start transition-colors",
|
|
593
593
|
active
|
|
594
594
|
? "border-primary bg-primary text-primary-foreground shadow-sm"
|
|
595
595
|
: "border-border bg-background text-foreground hover:border-foreground/30 hover:bg-muted/45",
|
|
@@ -624,7 +624,7 @@ export function PreRecordPanel({
|
|
|
624
624
|
<CollapsibleTrigger asChild>
|
|
625
625
|
<button
|
|
626
626
|
type="button"
|
|
627
|
-
className="flex w-full items-center gap-3 px-6 py-4 text-
|
|
627
|
+
className="flex w-full items-center gap-3 px-6 py-4 text-start transition-colors hover:bg-muted/35"
|
|
628
628
|
>
|
|
629
629
|
<div className="flex h-8 w-8 shrink-0 items-center justify-center rounded-lg bg-muted text-muted-foreground">
|
|
630
630
|
<IconDeviceDesktop className="h-4 w-4" />
|
|
@@ -657,7 +657,7 @@ export function PreRecordPanel({
|
|
|
657
657
|
type="button"
|
|
658
658
|
onClick={() => chooseDisplaySurface(opt.value)}
|
|
659
659
|
className={cn(
|
|
660
|
-
"flex min-h-[76px] flex-col rounded-lg border p-2 text-
|
|
660
|
+
"flex min-h-[76px] flex-col rounded-lg border p-2 text-start transition-colors",
|
|
661
661
|
active
|
|
662
662
|
? "border-primary bg-primary/10 text-foreground"
|
|
663
663
|
: "border-border bg-background text-muted-foreground hover:border-foreground/40 hover:text-foreground",
|
|
@@ -687,7 +687,7 @@ export function PreRecordPanel({
|
|
|
687
687
|
<CollapsibleTrigger asChild>
|
|
688
688
|
<button
|
|
689
689
|
type="button"
|
|
690
|
-
className="flex w-full items-center gap-3 px-6 py-4 text-
|
|
690
|
+
className="flex w-full items-center gap-3 px-6 py-4 text-start transition-colors hover:bg-muted/35"
|
|
691
691
|
>
|
|
692
692
|
<div className="flex h-8 w-8 shrink-0 items-center justify-center rounded-lg bg-muted text-muted-foreground">
|
|
693
693
|
{needsCamera ? (
|
|
@@ -130,7 +130,7 @@ export function StorageSetupCard({
|
|
|
130
130
|
onClick={handleConnect}
|
|
131
131
|
disabled={connecting || connected}
|
|
132
132
|
className={
|
|
133
|
-
"flex items-start gap-3 rounded-xl border px-4 py-3.5 text-
|
|
133
|
+
"flex items-start gap-3 rounded-xl border px-4 py-3.5 text-start " +
|
|
134
134
|
(connected
|
|
135
135
|
? "border-primary/50 bg-primary/5"
|
|
136
136
|
: "border-border bg-background hover:border-foreground/30")
|
|
@@ -146,7 +146,7 @@ export function ShareCardHeader({
|
|
|
146
146
|
<div
|
|
147
147
|
className={cn(
|
|
148
148
|
"min-w-0 border-b border-border px-4 pb-3 pt-3",
|
|
149
|
-
reserveCloseButton && "
|
|
149
|
+
reserveCloseButton && "pe-12",
|
|
150
150
|
)}
|
|
151
151
|
>
|
|
152
152
|
<div className="min-w-0 truncate text-sm font-semibold" title={title}>
|
|
@@ -201,7 +201,7 @@ export function GeneralAccessSelect({
|
|
|
201
201
|
onValueChange={(v) => onChange(v as Visibility)}
|
|
202
202
|
disabled={!canManage || isPending}
|
|
203
203
|
>
|
|
204
|
-
<SelectTrigger className="h-8 border-0 -
|
|
204
|
+
<SelectTrigger className="h-8 border-0 -ms-2 bg-transparent px-2 shadow-none focus:ring-0 [&>span]:text-start">
|
|
205
205
|
<SelectValue />
|
|
206
206
|
</SelectTrigger>
|
|
207
207
|
<SelectContent>
|
|
@@ -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";
|
|
@@ -27,14 +27,14 @@ function Calendar({
|
|
|
27
27
|
buttonVariants({ variant: "outline" }),
|
|
28
28
|
"h-7 w-7 bg-transparent p-0 opacity-50 hover:opacity-100",
|
|
29
29
|
),
|
|
30
|
-
nav_button_previous: "absolute
|
|
31
|
-
nav_button_next: "absolute
|
|
30
|
+
nav_button_previous: "absolute start-1",
|
|
31
|
+
nav_button_next: "absolute end-1",
|
|
32
32
|
table: "w-full border-collapse space-y-1",
|
|
33
33
|
head_row: "flex",
|
|
34
34
|
head_cell:
|
|
35
35
|
"text-muted-foreground rounded-md w-9 font-normal text-[0.8rem]",
|
|
36
36
|
row: "flex w-full mt-2",
|
|
37
|
-
cell: "h-9 w-9 text-center text-sm p-0 relative [&:has([aria-selected].day-range-end)]:rounded-
|
|
37
|
+
cell: "h-9 w-9 text-center text-sm p-0 relative [&:has([aria-selected].day-range-end)]:rounded-e-md [&:has([aria-selected].day-outside)]:bg-accent/50 [&:has([aria-selected])]:bg-accent first:[&:has([aria-selected])]:rounded-s-md last:[&:has([aria-selected])]:rounded-e-md focus-within:relative focus-within:z-20",
|
|
38
38
|
day: cn(
|
|
39
39
|
buttonVariants({ variant: "ghost" }),
|
|
40
40
|
"h-9 w-9 p-0 font-normal aria-selected:opacity-100",
|
|
@@ -54,9 +54,9 @@ function Calendar({
|
|
|
54
54
|
components={{
|
|
55
55
|
Chevron: (props) => {
|
|
56
56
|
if (props.orientation === "left") {
|
|
57
|
-
return <IconChevronLeft className="h-4 w-4" />;
|
|
57
|
+
return <IconChevronLeft className="h-4 w-4 rtl:-scale-x-100" />;
|
|
58
58
|
}
|
|
59
|
-
return <IconChevronRight className="h-4 w-4" />;
|
|
59
|
+
return <IconChevronRight className="h-4 w-4 rtl:-scale-x-100" />;
|
|
60
60
|
},
|
|
61
61
|
}}
|
|
62
62
|
{...props}
|