@elizaos/ui 2.0.0-beta.2 → 2.0.3-beta.2
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/App.d.ts.map +1 -1
- package/App.js +785 -335
- package/agent-surface/AgentElementOverlay.d.ts +9 -0
- package/agent-surface/AgentElementOverlay.d.ts.map +1 -0
- package/agent-surface/AgentElementOverlay.js +85 -0
- package/agent-surface/AgentSurfaceContext.d.ts +18 -0
- package/agent-surface/AgentSurfaceContext.d.ts.map +1 -0
- package/agent-surface/AgentSurfaceContext.hooks.d.ts +16 -0
- package/agent-surface/AgentSurfaceContext.hooks.d.ts.map +1 -0
- package/agent-surface/AgentSurfaceContext.hooks.js +11 -0
- package/agent-surface/AgentSurfaceContext.js +33 -0
- package/agent-surface/__e2e__/fixture.d.ts +14 -0
- package/agent-surface/__e2e__/fixture.d.ts.map +1 -0
- package/agent-surface/__e2e__/fixture.js +52 -0
- package/agent-surface/capabilities.d.ts +20 -0
- package/agent-surface/capabilities.d.ts.map +1 -0
- package/agent-surface/capabilities.js +85 -0
- package/agent-surface/components.d.ts +52 -0
- package/agent-surface/components.d.ts.map +1 -0
- package/agent-surface/components.js +41 -0
- package/agent-surface/element-reporter.d.ts +19 -0
- package/agent-surface/element-reporter.d.ts.map +1 -0
- package/agent-surface/element-reporter.hooks.d.ts +27 -0
- package/agent-surface/element-reporter.hooks.d.ts.map +1 -0
- package/agent-surface/element-reporter.hooks.js +79 -0
- package/agent-surface/element-reporter.js +24 -0
- package/agent-surface/index.d.ts +16 -0
- package/agent-surface/index.d.ts.map +1 -0
- package/agent-surface/index.js +15 -0
- package/agent-surface/registry.d.ts +48 -0
- package/agent-surface/registry.d.ts.map +1 -0
- package/agent-surface/registry.js +274 -0
- package/agent-surface/types.d.ts +93 -0
- package/agent-surface/types.d.ts.map +1 -0
- package/agent-surface/types.js +40 -0
- package/agent-surface/useAgentElement.d.ts +31 -0
- package/agent-surface/useAgentElement.d.ts.map +1 -0
- package/agent-surface/useAgentElement.js +96 -0
- package/api/agent-client-type-shim.d.ts +12 -94
- package/api/agent-client-type-shim.d.ts.map +1 -1
- package/api/android-native-agent-transport.d.ts +25 -0
- package/api/android-native-agent-transport.d.ts.map +1 -1
- package/api/android-native-agent-transport.js +255 -50
- package/api/auth-client.d.ts.map +1 -1
- package/api/auth-client.js +61 -0
- package/api/browser-contracts.d.ts +222 -0
- package/api/browser-contracts.d.ts.map +1 -0
- package/api/browser-contracts.js +1 -0
- package/api/client-agent.d.ts +68 -10
- package/api/client-agent.d.ts.map +1 -1
- package/api/client-agent.js +980 -289
- package/api/client-base.d.ts +58 -8
- package/api/client-base.d.ts.map +1 -1
- package/api/client-base.js +591 -213
- package/api/client-browser-workspace.d.ts +1 -1
- package/api/client-browser-workspace.d.ts.map +1 -1
- package/api/client-chat.d.ts +87 -5
- package/api/client-chat.d.ts.map +1 -1
- package/api/client-chat.js +305 -94
- package/api/client-cloud.d.ts +139 -10
- package/api/client-cloud.d.ts.map +1 -1
- package/api/client-cloud.js +472 -45
- package/api/client-computeruse.d.ts +1 -1
- package/api/client-computeruse.d.ts.map +1 -1
- package/api/client-local-inference.d.ts +2 -2
- package/api/client-local-inference.d.ts.map +1 -1
- package/api/client-local-inference.js +2 -1
- package/api/client-notifications.d.ts +31 -0
- package/api/client-notifications.d.ts.map +1 -0
- package/api/client-notifications.js +34 -0
- package/api/client-skills.d.ts +109 -126
- package/api/client-skills.d.ts.map +1 -1
- package/api/client-skills.js +116 -90
- package/api/client-transcripts.d.ts +42 -0
- package/api/client-transcripts.d.ts.map +1 -0
- package/api/client-transcripts.js +25 -0
- package/api/client-types-chat.d.ts +187 -3
- package/api/client-types-chat.d.ts.map +1 -1
- package/api/client-types-cloud.d.ts +318 -37
- package/api/client-types-cloud.d.ts.map +1 -1
- package/api/client-types-cloud.js +4 -4
- package/api/client-types-commands.d.ts +55 -0
- package/api/client-types-commands.d.ts.map +1 -0
- package/api/client-types-commands.js +7 -0
- package/api/client-types-config.d.ts +1023 -16
- package/api/client-types-config.d.ts.map +1 -1
- package/api/client-types-core.d.ts +109 -156
- package/api/client-types-core.d.ts.map +1 -1
- package/api/client-types-feed.d.ts +262 -0
- package/api/client-types-feed.d.ts.map +1 -0
- package/api/client-types-feed.js +2 -0
- package/api/client-types.d.ts +1 -1
- package/api/client-types.d.ts.map +1 -1
- package/api/client-types.js +1 -1
- package/api/client-voice-models.d.ts +67 -0
- package/api/client-voice-models.d.ts.map +1 -0
- package/api/client-voice-models.js +34 -0
- package/api/client-voice-profiles.d.ts +153 -0
- package/api/client-voice-profiles.d.ts.map +1 -0
- package/api/client-voice-profiles.js +261 -0
- package/api/client-workflow.d.ts +9 -1
- package/api/client-workflow.d.ts.map +1 -1
- package/api/client-workflow.js +29 -0
- package/api/client-xr.d.ts +18 -0
- package/api/client-xr.d.ts.map +1 -0
- package/api/client-xr.js +4 -0
- package/api/client.d.ts +10 -5
- package/api/client.d.ts.map +1 -1
- package/api/client.js +8 -3
- package/api/csrf-client.d.ts.map +1 -1
- package/api/csrf-client.js +11 -1
- package/api/desktop-http-transport.d.ts.map +1 -1
- package/api/desktop-http-transport.js +1 -25
- package/api/i18n-locale-client.d.ts +15 -0
- package/api/i18n-locale-client.d.ts.map +1 -0
- package/api/i18n-locale-client.js +36 -0
- package/api/index.d.ts +1 -0
- package/api/index.d.ts.map +1 -1
- package/api/index.js +1 -0
- package/api/ios-local-agent-kernel.d.ts.map +1 -1
- package/api/ios-local-agent-kernel.js +821 -116
- package/api/ios-local-agent-transport.d.ts +32 -0
- package/api/ios-local-agent-transport.d.ts.map +1 -1
- package/api/ios-local-agent-transport.js +564 -4
- package/api/ittp-agent-transport.d.ts +8 -1
- package/api/ittp-agent-transport.d.ts.map +1 -1
- package/api/ittp-agent-transport.js +11 -1
- package/api/native-agent-stream.d.ts +57 -0
- package/api/native-agent-stream.d.ts.map +1 -0
- package/api/native-agent-stream.js +126 -0
- package/api/native-cloud-http-transport.d.ts.map +1 -1
- package/api/native-cloud-http-transport.js +77 -28
- package/api/request-timeout.d.ts.map +1 -1
- package/api/request-timeout.js +47 -1
- package/api/runtime-mode-client.d.ts.map +1 -1
- package/api/transport.d.ts +14 -0
- package/api/transport.d.ts.map +1 -1
- package/api/transport.js +49 -0
- package/app-navigate-view.d.ts +57 -0
- package/app-navigate-view.d.ts.map +1 -0
- package/app-navigate-view.js +191 -0
- package/app-shell-components.d.ts +3 -13
- package/app-shell-components.d.ts.map +1 -1
- package/app-shell-components.js +11 -12
- package/app-shell-registry.d.ts +21 -4
- package/app-shell-registry.d.ts.map +1 -1
- package/app-shell-registry.js +17 -1
- package/backgrounds/BackgroundHost.d.ts +14 -0
- package/backgrounds/BackgroundHost.d.ts.map +1 -0
- package/backgrounds/BackgroundHost.js +20 -0
- package/backgrounds/index.d.ts +4 -0
- package/backgrounds/index.d.ts.map +1 -0
- package/backgrounds/index.js +2 -0
- package/backgrounds/types.d.ts +13 -0
- package/backgrounds/types.d.ts.map +1 -0
- package/backgrounds/types.js +12 -0
- package/bridge/capacitor-bridge.d.ts.map +1 -1
- package/bridge/capacitor-bridge.js +18 -2
- package/bridge/electrobun-rpc.d.ts +115 -0
- package/bridge/electrobun-rpc.d.ts.map +1 -1
- package/bridge/electrobun-rpc.js +128 -1
- package/bridge/electrobun-runtime.d.ts.map +1 -1
- package/bridge/electrobun-runtime.js +33 -5
- package/bridge/gateway-discovery.d.ts.map +1 -1
- package/bridge/gateway-discovery.js +3 -1
- package/bridge/native-notifications.d.ts +40 -0
- package/bridge/native-notifications.d.ts.map +1 -0
- package/bridge/native-notifications.js +166 -0
- package/bridge/native-plugins.d.ts +231 -5
- package/bridge/native-plugins.d.ts.map +1 -1
- package/bridge/native-plugins.js +9 -0
- package/bridge/plugin-bridge.d.ts +1 -1
- package/bridge/plugin-bridge.d.ts.map +1 -1
- package/bridge/plugin-bridge.js +2 -10
- package/bridge/storage-bridge.d.ts.map +1 -1
- package/bridge/storage-bridge.js +163 -32
- package/browser.d.ts +86 -18
- package/browser.d.ts.map +1 -1
- package/browser.js +95 -18
- package/build-variant.d.ts +1 -1
- package/build-variant.js +3 -3
- package/cache-telemetry.d.ts +16 -0
- package/cache-telemetry.d.ts.map +1 -0
- package/cache-telemetry.js +26 -0
- package/chat/index.d.ts.map +1 -1
- package/chat/index.js +0 -1
- package/chat/slash-menu.d.ts +105 -0
- package/chat/slash-menu.d.ts.map +1 -0
- package/chat/slash-menu.js +259 -0
- package/chat/useSlashCommandController.d.ts +31 -0
- package/chat/useSlashCommandController.d.ts.map +1 -0
- package/chat/useSlashCommandController.js +192 -0
- package/cloud/account-security/AccountRoute.d.ts +22 -0
- package/cloud/account-security/AccountRoute.d.ts.map +1 -0
- package/cloud/account-security/AccountRoute.js +50 -0
- package/cloud/account-security/AccountSection.d.ts +12 -0
- package/cloud/account-security/AccountSection.d.ts.map +1 -0
- package/cloud/account-security/AccountSection.js +16 -0
- package/cloud/account-security/PermissionsRoute.d.ts +21 -0
- package/cloud/account-security/PermissionsRoute.d.ts.map +1 -0
- package/cloud/account-security/PermissionsRoute.js +33 -0
- package/cloud/account-security/PermissionsSection.d.ts +11 -0
- package/cloud/account-security/PermissionsSection.d.ts.map +1 -0
- package/cloud/account-security/PermissionsSection.js +15 -0
- package/cloud/account-security/SecurityRoute.d.ts +20 -0
- package/cloud/account-security/SecurityRoute.d.ts.map +1 -0
- package/cloud/account-security/SecurityRoute.js +42 -0
- package/cloud/account-security/SecuritySection.d.ts +10 -0
- package/cloud/account-security/SecuritySection.d.ts.map +1 -0
- package/cloud/account-security/SecuritySection.js +14 -0
- package/cloud/account-security/components/AuditEventList.d.ts +20 -0
- package/cloud/account-security/components/AuditEventList.d.ts.map +1 -0
- package/cloud/account-security/components/AuditEventList.js +30 -0
- package/cloud/account-security/components/account-details.d.ts +12 -0
- package/cloud/account-security/components/account-details.d.ts.map +1 -0
- package/cloud/account-security/components/account-details.js +54 -0
- package/cloud/account-security/components/account-page-client.d.ts +16 -0
- package/cloud/account-security/components/account-page-client.d.ts.map +1 -0
- package/cloud/account-security/components/account-page-client.js +26 -0
- package/cloud/account-security/components/active-sessions-panel.d.ts +10 -0
- package/cloud/account-security/components/active-sessions-panel.d.ts.map +1 -0
- package/cloud/account-security/components/active-sessions-panel.js +93 -0
- package/cloud/account-security/components/api-keys-link.d.ts +8 -0
- package/cloud/account-security/components/api-keys-link.d.ts.map +1 -0
- package/cloud/account-security/components/api-keys-link.js +17 -0
- package/cloud/account-security/components/incident-report-panel.d.ts +7 -0
- package/cloud/account-security/components/incident-report-panel.d.ts.map +1 -0
- package/cloud/account-security/components/incident-report-panel.js +65 -0
- package/cloud/account-security/components/mfa-panel.d.ts +11 -0
- package/cloud/account-security/components/mfa-panel.d.ts.map +1 -0
- package/cloud/account-security/components/mfa-panel.js +66 -0
- package/cloud/account-security/components/organization-info.d.ts +13 -0
- package/cloud/account-security/components/organization-info.d.ts.map +1 -0
- package/cloud/account-security/components/organization-info.js +46 -0
- package/cloud/account-security/components/plugin-permissions-page-client.d.ts +10 -0
- package/cloud/account-security/components/plugin-permissions-page-client.d.ts.map +1 -0
- package/cloud/account-security/components/plugin-permissions-page-client.js +72 -0
- package/cloud/account-security/components/privacy-panel.d.ts +12 -0
- package/cloud/account-security/components/privacy-panel.d.ts.map +1 -0
- package/cloud/account-security/components/privacy-panel.js +161 -0
- package/cloud/account-security/components/profile-form.d.ts +21 -0
- package/cloud/account-security/components/profile-form.d.ts.map +1 -0
- package/cloud/account-security/components/profile-form.js +255 -0
- package/cloud/account-security/components/recent-audit-events.d.ts +7 -0
- package/cloud/account-security/components/recent-audit-events.d.ts.map +1 -0
- package/cloud/account-security/components/recent-audit-events.js +48 -0
- package/cloud/account-security/data/audit-client.d.ts +33 -0
- package/cloud/account-security/data/audit-client.d.ts.map +1 -0
- package/cloud/account-security/data/audit-client.js +37 -0
- package/cloud/account-security/data/consent-store.d.ts +11 -0
- package/cloud/account-security/data/consent-store.d.ts.map +1 -0
- package/cloud/account-security/data/consent-store.js +45 -0
- package/cloud/account-security/data/use-session-auth.d.ts +39 -0
- package/cloud/account-security/data/use-session-auth.d.ts.map +1 -0
- package/cloud/account-security/data/use-session-auth.js +95 -0
- package/cloud/account-security/data/user.d.ts +238 -0
- package/cloud/account-security/data/user.d.ts.map +1 -0
- package/cloud/account-security/data/user.js +77 -0
- package/cloud/account-security/index.d.ts +44 -0
- package/cloud/account-security/index.d.ts.map +1 -0
- package/cloud/account-security/index.js +66 -0
- package/cloud/account-security/use-document-title.d.ts +10 -0
- package/cloud/account-security/use-document-title.d.ts.map +1 -0
- package/cloud/account-security/use-document-title.js +20 -0
- package/cloud/admin/AdminGate.d.ts +24 -0
- package/cloud/admin/AdminGate.d.ts.map +1 -0
- package/cloud/admin/AdminGate.js +84 -0
- package/cloud/admin/ModerationPage.d.ts +16 -0
- package/cloud/admin/ModerationPage.d.ts.map +1 -0
- package/cloud/admin/ModerationPage.js +234 -0
- package/cloud/admin/ModerationRoute.d.ts +3 -0
- package/cloud/admin/ModerationRoute.d.ts.map +1 -0
- package/cloud/admin/ModerationRoute.js +7 -0
- package/cloud/admin/RedemptionsPage.d.ts +21 -0
- package/cloud/admin/RedemptionsPage.d.ts.map +1 -0
- package/cloud/admin/RedemptionsPage.js +322 -0
- package/cloud/admin/RedemptionsRoute.d.ts +3 -0
- package/cloud/admin/RedemptionsRoute.d.ts.map +1 -0
- package/cloud/admin/RedemptionsRoute.js +7 -0
- package/cloud/admin/RpcStatusPage.d.ts +12 -0
- package/cloud/admin/RpcStatusPage.d.ts.map +1 -0
- package/cloud/admin/RpcStatusPage.js +54 -0
- package/cloud/admin/RpcStatusRoute.d.ts +3 -0
- package/cloud/admin/RpcStatusRoute.d.ts.map +1 -0
- package/cloud/admin/RpcStatusRoute.js +7 -0
- package/cloud/admin/data/use-admin-gate.d.ts +48 -0
- package/cloud/admin/data/use-admin-gate.d.ts.map +1 -0
- package/cloud/admin/data/use-admin-gate.js +93 -0
- package/cloud/admin/index.d.ts +48 -0
- package/cloud/admin/index.d.ts.map +1 -0
- package/cloud/admin/index.js +69 -0
- package/cloud/admin/lib/format-usd.d.ts +11 -0
- package/cloud/admin/lib/format-usd.d.ts.map +1 -0
- package/cloud/admin/lib/format-usd.js +18 -0
- package/cloud/admin/use-document-title.d.ts +10 -0
- package/cloud/admin/use-document-title.d.ts.map +1 -0
- package/cloud/admin/use-document-title.js +20 -0
- package/cloud/analytics/Page.d.ts +17 -0
- package/cloud/analytics/Page.d.ts.map +1 -0
- package/cloud/analytics/Page.js +46 -0
- package/cloud/analytics/_components/analytics-page-client.d.ts +18 -0
- package/cloud/analytics/_components/analytics-page-client.d.ts.map +1 -0
- package/cloud/analytics/_components/analytics-page-client.js +166 -0
- package/cloud/analytics/_components/filters.d.ts +2 -0
- package/cloud/analytics/_components/filters.d.ts.map +1 -0
- package/cloud/analytics/_components/filters.js +101 -0
- package/cloud/analytics/_components/model-breakdown.d.ts +12 -0
- package/cloud/analytics/_components/model-breakdown.d.ts.map +1 -0
- package/cloud/analytics/_components/model-breakdown.js +69 -0
- package/cloud/analytics/_components/projections-chart.d.ts +13 -0
- package/cloud/analytics/_components/projections-chart.d.ts.map +1 -0
- package/cloud/analytics/_components/projections-chart.js +123 -0
- package/cloud/analytics/_components/provider-breakdown.d.ts +12 -0
- package/cloud/analytics/_components/provider-breakdown.d.ts.map +1 -0
- package/cloud/analytics/_components/provider-breakdown.js +48 -0
- package/cloud/analytics/_components/usage-chart.d.ts +18 -0
- package/cloud/analytics/_components/usage-chart.d.ts.map +1 -0
- package/cloud/analytics/_components/usage-chart.js +117 -0
- package/cloud/analytics/index.d.ts +17 -0
- package/cloud/analytics/index.d.ts.map +1 -0
- package/cloud/analytics/index.js +23 -0
- package/cloud/analytics/lib/analytics-data.d.ts +41 -0
- package/cloud/analytics/lib/analytics-data.d.ts.map +1 -0
- package/cloud/analytics/lib/analytics-data.js +55 -0
- package/cloud/analytics/lib/auth-query.d.ts +23 -0
- package/cloud/analytics/lib/auth-query.d.ts.map +1 -0
- package/cloud/analytics/lib/auth-query.js +30 -0
- package/cloud/analytics/lib/format.d.ts +14 -0
- package/cloud/analytics/lib/format.d.ts.map +1 -0
- package/cloud/analytics/lib/format.js +15 -0
- package/cloud/analytics/lib/time-range.d.ts +14 -0
- package/cloud/analytics/lib/time-range.d.ts.map +1 -0
- package/cloud/analytics/lib/time-range.js +28 -0
- package/cloud/api-explorer/ApiExplorerPage.d.ts +23 -0
- package/cloud/api-explorer/ApiExplorerPage.d.ts.map +1 -0
- package/cloud/api-explorer/ApiExplorerPage.js +216 -0
- package/cloud/api-explorer/api-tester.d.ts +22 -0
- package/cloud/api-explorer/api-tester.d.ts.map +1 -0
- package/cloud/api-explorer/api-tester.js +433 -0
- package/cloud/api-explorer/auth-manager.d.ts +19 -0
- package/cloud/api-explorer/auth-manager.d.ts.map +1 -0
- package/cloud/api-explorer/auth-manager.js +49 -0
- package/cloud/api-explorer/index.d.ts +44 -0
- package/cloud/api-explorer/index.d.ts.map +1 -0
- package/cloud/api-explorer/index.js +53 -0
- package/cloud/api-explorer/toast.d.ts +10 -0
- package/cloud/api-explorer/toast.d.ts.map +1 -0
- package/cloud/api-explorer/toast.js +16 -0
- package/cloud/api-explorer/use-document-title.d.ts +11 -0
- package/cloud/api-explorer/use-document-title.d.ts.map +1 -0
- package/cloud/api-explorer/use-document-title.js +21 -0
- package/cloud/api-explorer/use-explorer-api-key.d.ts +30 -0
- package/cloud/api-explorer/use-explorer-api-key.d.ts.map +1 -0
- package/cloud/api-explorer/use-explorer-api-key.js +57 -0
- package/cloud/api-explorer/use-session-auth.d.ts +44 -0
- package/cloud/api-explorer/use-session-auth.d.ts.map +1 -0
- package/cloud/api-explorer/use-session-auth.js +152 -0
- package/cloud/api-keys/ApiKeysRoute.d.ts +20 -0
- package/cloud/api-keys/ApiKeysRoute.d.ts.map +1 -0
- package/cloud/api-keys/ApiKeysRoute.js +84 -0
- package/cloud/api-keys/ApiKeysSection.d.ts +15 -0
- package/cloud/api-keys/ApiKeysSection.d.ts.map +1 -0
- package/cloud/api-keys/ApiKeysSection.js +18 -0
- package/cloud/api-keys/ApiKeysView.d.ts +27 -0
- package/cloud/api-keys/ApiKeysView.d.ts.map +1 -0
- package/cloud/api-keys/ApiKeysView.js +312 -0
- package/cloud/api-keys/auth-gate.d.ts +28 -0
- package/cloud/api-keys/auth-gate.d.ts.map +1 -0
- package/cloud/api-keys/auth-gate.js +33 -0
- package/cloud/api-keys/copy-api-key.d.ts +31 -0
- package/cloud/api-keys/copy-api-key.d.ts.map +1 -0
- package/cloud/api-keys/copy-api-key.js +35 -0
- package/cloud/api-keys/index.d.ts +42 -0
- package/cloud/api-keys/index.d.ts.map +1 -0
- package/cloud/api-keys/index.js +50 -0
- package/cloud/api-keys/use-api-keys.d.ts +25 -0
- package/cloud/api-keys/use-api-keys.d.ts.map +1 -0
- package/cloud/api-keys/use-api-keys.js +29 -0
- package/cloud/api-keys/use-document-title.d.ts +10 -0
- package/cloud/api-keys/use-document-title.d.ts.map +1 -0
- package/cloud/api-keys/use-document-title.js +20 -0
- package/cloud/applications/ApplicationDetailPage.d.ts +10 -0
- package/cloud/applications/ApplicationDetailPage.d.ts.map +1 -0
- package/cloud/applications/ApplicationDetailPage.js +71 -0
- package/cloud/applications/ApplicationsPage.d.ts +12 -0
- package/cloud/applications/ApplicationsPage.d.ts.map +1 -0
- package/cloud/applications/ApplicationsPage.js +43 -0
- package/cloud/applications/components/app-analytics.d.ts +12 -0
- package/cloud/applications/components/app-analytics.d.ts.map +1 -0
- package/cloud/applications/components/app-analytics.js +207 -0
- package/cloud/applications/components/app-details-tabs.d.ts +14 -0
- package/cloud/applications/components/app-details-tabs.d.ts.map +1 -0
- package/cloud/applications/components/app-details-tabs.js +81 -0
- package/cloud/applications/components/app-domains.d.ts +13 -0
- package/cloud/applications/components/app-domains.d.ts.map +1 -0
- package/cloud/applications/components/app-domains.js +348 -0
- package/cloud/applications/components/app-earnings-dashboard.d.ts +11 -0
- package/cloud/applications/components/app-earnings-dashboard.d.ts.map +1 -0
- package/cloud/applications/components/app-earnings-dashboard.js +130 -0
- package/cloud/applications/components/app-monetization-settings.d.ts +12 -0
- package/cloud/applications/components/app-monetization-settings.d.ts.map +1 -0
- package/cloud/applications/components/app-monetization-settings.js +201 -0
- package/cloud/applications/components/app-overview.d.ts +14 -0
- package/cloud/applications/components/app-overview.d.ts.map +1 -0
- package/cloud/applications/components/app-overview.js +153 -0
- package/cloud/applications/components/app-promote.d.ts +22 -0
- package/cloud/applications/components/app-promote.d.ts.map +1 -0
- package/cloud/applications/components/app-promote.js +97 -0
- package/cloud/applications/components/app-settings.d.ts +15 -0
- package/cloud/applications/components/app-settings.d.ts.map +1 -0
- package/cloud/applications/components/app-settings.js +193 -0
- package/cloud/applications/components/app-users.d.ts +12 -0
- package/cloud/applications/components/app-users.d.ts.map +1 -0
- package/cloud/applications/components/app-users.js +82 -0
- package/cloud/applications/components/apps-table.d.ts +15 -0
- package/cloud/applications/components/apps-table.d.ts.map +1 -0
- package/cloud/applications/components/apps-table.js +74 -0
- package/cloud/applications/components/create-app-button.d.ts +6 -0
- package/cloud/applications/components/create-app-button.d.ts.map +1 -0
- package/cloud/applications/components/create-app-button.js +15 -0
- package/cloud/applications/components/create-app-dialog.d.ts +20 -0
- package/cloud/applications/components/create-app-dialog.d.ts.map +1 -0
- package/cloud/applications/components/create-app-dialog.js +157 -0
- package/cloud/applications/components/single-app-page-wrapper.d.ts +12 -0
- package/cloud/applications/components/single-app-page-wrapper.d.ts.map +1 -0
- package/cloud/applications/components/single-app-page-wrapper.js +5 -0
- package/cloud/applications/components/withdraw-dialog.d.ts +20 -0
- package/cloud/applications/components/withdraw-dialog.d.ts.map +1 -0
- package/cloud/applications/components/withdraw-dialog.js +60 -0
- package/cloud/applications/index.d.ts +39 -0
- package/cloud/applications/index.d.ts.map +1 -0
- package/cloud/applications/index.js +54 -0
- package/cloud/applications/lib/apps.d.ts +53 -0
- package/cloud/applications/lib/apps.d.ts.map +1 -0
- package/cloud/applications/lib/apps.js +80 -0
- package/cloud/applications/lib/auth-query.d.ts +14 -0
- package/cloud/applications/lib/auth-query.d.ts.map +1 -0
- package/cloud/applications/lib/auth-query.js +18 -0
- package/cloud/applications/lib/one-time-app-api-key.d.ts +12 -0
- package/cloud/applications/lib/one-time-app-api-key.d.ts.map +1 -0
- package/cloud/applications/lib/one-time-app-api-key.js +22 -0
- package/cloud/applications/lib/use-copy-feedback.d.ts +9 -0
- package/cloud/applications/lib/use-copy-feedback.d.ts.map +1 -0
- package/cloud/applications/lib/use-copy-feedback.js +13 -0
- package/cloud/applications/lib/use-session-auth.d.ts +28 -0
- package/cloud/applications/lib/use-session-auth.d.ts.map +1 -0
- package/cloud/applications/lib/use-session-auth.js +97 -0
- package/cloud/applications/lib/utils.d.ts +7 -0
- package/cloud/applications/lib/utils.d.ts.map +1 -0
- package/cloud/applications/lib/utils.js +9 -0
- package/cloud/approvals/ApprovalsRoute.d.ts +27 -0
- package/cloud/approvals/ApprovalsRoute.d.ts.map +1 -0
- package/cloud/approvals/ApprovalsRoute.js +45 -0
- package/cloud/approvals/components/approvals-tab.d.ts +14 -0
- package/cloud/approvals/components/approvals-tab.d.ts.map +1 -0
- package/cloud/approvals/components/approvals-tab.js +98 -0
- package/cloud/approvals/components/ballots-tab.d.ts +8 -0
- package/cloud/approvals/components/ballots-tab.d.ts.map +1 -0
- package/cloud/approvals/components/ballots-tab.js +86 -0
- package/cloud/approvals/components/sensitive-tab.d.ts +13 -0
- package/cloud/approvals/components/sensitive-tab.d.ts.map +1 -0
- package/cloud/approvals/components/sensitive-tab.js +50 -0
- package/cloud/approvals/components/status-badge.d.ts +13 -0
- package/cloud/approvals/components/status-badge.d.ts.map +1 -0
- package/cloud/approvals/components/status-badge.js +49 -0
- package/cloud/approvals/index.d.ts +32 -0
- package/cloud/approvals/index.d.ts.map +1 -0
- package/cloud/approvals/index.js +41 -0
- package/cloud/approvals/lib/approvals.d.ts +164 -0
- package/cloud/approvals/lib/approvals.d.ts.map +1 -0
- package/cloud/approvals/lib/approvals.js +186 -0
- package/cloud/approvals/lib/auth-query.d.ts +18 -0
- package/cloud/approvals/lib/auth-query.d.ts.map +1 -0
- package/cloud/approvals/lib/auth-query.js +22 -0
- package/cloud/approvals/lib/use-session-auth.d.ts +28 -0
- package/cloud/approvals/lib/use-session-auth.d.ts.map +1 -0
- package/cloud/approvals/lib/use-session-auth.js +97 -0
- package/cloud/approvals/lib/wallet-sign.d.ts +33 -0
- package/cloud/approvals/lib/wallet-sign.d.ts.map +1 -0
- package/cloud/approvals/lib/wallet-sign.js +79 -0
- package/cloud/billing/BillingSection.d.ts +18 -0
- package/cloud/billing/BillingSection.d.ts.map +1 -0
- package/cloud/billing/BillingSection.js +52 -0
- package/cloud/billing/BillingSuccessPage.d.ts +13 -0
- package/cloud/billing/BillingSuccessPage.d.ts.map +1 -0
- package/cloud/billing/BillingSuccessPage.js +78 -0
- package/cloud/billing/InvoiceDetailPage.d.ts +7 -0
- package/cloud/billing/InvoiceDetailPage.d.ts.map +1 -0
- package/cloud/billing/InvoiceDetailPage.js +38 -0
- package/cloud/billing/components/auto-top-up-card.d.ts +12 -0
- package/cloud/billing/components/auto-top-up-card.d.ts.map +1 -0
- package/cloud/billing/components/auto-top-up-card.js +137 -0
- package/cloud/billing/components/billing-tab.d.ts +18 -0
- package/cloud/billing/components/billing-tab.d.ts.map +1 -0
- package/cloud/billing/components/billing-tab.js +222 -0
- package/cloud/billing/components/direct-crypto-credit-card.d.ts +14 -0
- package/cloud/billing/components/direct-crypto-credit-card.d.ts.map +1 -0
- package/cloud/billing/components/direct-crypto-credit-card.js +329 -0
- package/cloud/billing/components/invoice-detail-client.d.ts +12 -0
- package/cloud/billing/components/invoice-detail-client.d.ts.map +1 -0
- package/cloud/billing/components/invoice-detail-client.js +81 -0
- package/cloud/billing/components/numeric-field.d.ts +13 -0
- package/cloud/billing/components/numeric-field.d.ts.map +1 -0
- package/cloud/billing/components/numeric-field.js +7 -0
- package/cloud/billing/components/pay-as-you-go-card.d.ts +11 -0
- package/cloud/billing/components/pay-as-you-go-card.d.ts.map +1 -0
- package/cloud/billing/components/pay-as-you-go-card.js +50 -0
- package/cloud/billing/components/payment-waiting-overlay.d.ts +36 -0
- package/cloud/billing/components/payment-waiting-overlay.d.ts.map +1 -0
- package/cloud/billing/components/payment-waiting-overlay.js +138 -0
- package/cloud/billing/components/success-client.d.ts +11 -0
- package/cloud/billing/components/success-client.d.ts.map +1 -0
- package/cloud/billing/components/success-client.js +64 -0
- package/cloud/billing/data/billing-data.d.ts +211 -0
- package/cloud/billing/data/billing-data.d.ts.map +1 -0
- package/cloud/billing/data/billing-data.js +120 -0
- package/cloud/billing/index.d.ts +26 -0
- package/cloud/billing/index.d.ts.map +1 -0
- package/cloud/billing/index.js +28 -0
- package/cloud/billing/routes.d.ts +16 -0
- package/cloud/billing/routes.d.ts.map +1 -0
- package/cloud/billing/routes.js +34 -0
- package/cloud/billing/types.d.ts +142 -0
- package/cloud/billing/types.d.ts.map +1 -0
- package/cloud/billing/types.js +12 -0
- package/cloud/billing/use-session-auth.d.ts +43 -0
- package/cloud/billing/use-session-auth.d.ts.map +1 -0
- package/cloud/billing/use-session-auth.js +138 -0
- package/cloud/billing/wallet/ConditionalWalletProviders.d.ts +18 -0
- package/cloud/billing/wallet/ConditionalWalletProviders.d.ts.map +1 -0
- package/cloud/billing/wallet/ConditionalWalletProviders.js +79 -0
- package/cloud/billing/wallet/steward-wallet-providers.d.ts +17 -0
- package/cloud/billing/wallet/steward-wallet-providers.d.ts.map +1 -0
- package/cloud/billing/wallet/steward-wallet-providers.js +59 -0
- package/cloud/connectors/CloudConnectorsSection.d.ts +12 -0
- package/cloud/connectors/CloudConnectorsSection.d.ts.map +1 -0
- package/cloud/connectors/CloudConnectorsSection.js +33 -0
- package/cloud/connectors/blooio-connection.d.ts +10 -0
- package/cloud/connectors/blooio-connection.d.ts.map +1 -0
- package/cloud/connectors/blooio-connection.js +230 -0
- package/cloud/connectors/discord-gateway-connection.d.ts +11 -0
- package/cloud/connectors/discord-gateway-connection.d.ts.map +1 -0
- package/cloud/connectors/discord-gateway-connection.js +480 -0
- package/cloud/connectors/google-connection.d.ts +10 -0
- package/cloud/connectors/google-connection.d.ts.map +1 -0
- package/cloud/connectors/google-connection.js +109 -0
- package/cloud/connectors/index.d.ts +50 -0
- package/cloud/connectors/index.d.ts.map +1 -0
- package/cloud/connectors/index.js +74 -0
- package/cloud/connectors/microsoft-connection.d.ts +10 -0
- package/cloud/connectors/microsoft-connection.d.ts.map +1 -0
- package/cloud/connectors/microsoft-connection.js +133 -0
- package/cloud/connectors/oauth-connection.d.ts +52 -0
- package/cloud/connectors/oauth-connection.d.ts.map +1 -0
- package/cloud/connectors/oauth-connection.js +114 -0
- package/cloud/connectors/telegram-connection.d.ts +11 -0
- package/cloud/connectors/telegram-connection.d.ts.map +1 -0
- package/cloud/connectors/telegram-connection.js +158 -0
- package/cloud/connectors/twilio-connection.d.ts +10 -0
- package/cloud/connectors/twilio-connection.d.ts.map +1 -0
- package/cloud/connectors/twilio-connection.js +189 -0
- package/cloud/connectors/use-connection-status.d.ts +13 -0
- package/cloud/connectors/use-connection-status.d.ts.map +1 -0
- package/cloud/connectors/use-connection-status.js +45 -0
- package/cloud/connectors/whatsapp-connection.d.ts +11 -0
- package/cloud/connectors/whatsapp-connection.d.ts.map +1 -0
- package/cloud/connectors/whatsapp-connection.js +223 -0
- package/cloud/documents/DocumentsRoute.d.ts +21 -0
- package/cloud/documents/DocumentsRoute.d.ts.map +1 -0
- package/cloud/documents/DocumentsRoute.js +45 -0
- package/cloud/documents/DocumentsSection.d.ts +15 -0
- package/cloud/documents/DocumentsSection.d.ts.map +1 -0
- package/cloud/documents/DocumentsSection.js +18 -0
- package/cloud/documents/components/document-list.d.ts +19 -0
- package/cloud/documents/components/document-list.d.ts.map +1 -0
- package/cloud/documents/components/document-list.js +75 -0
- package/cloud/documents/components/document-query.d.ts +15 -0
- package/cloud/documents/components/document-query.d.ts.map +1 -0
- package/cloud/documents/components/document-query.js +92 -0
- package/cloud/documents/components/document-upload.d.ts +16 -0
- package/cloud/documents/components/document-upload.d.ts.map +1 -0
- package/cloud/documents/components/document-upload.js +180 -0
- package/cloud/documents/components/documents-page-client.d.ts +20 -0
- package/cloud/documents/components/documents-page-client.d.ts.map +1 -0
- package/cloud/documents/components/documents-page-client.js +80 -0
- package/cloud/documents/index.d.ts +37 -0
- package/cloud/documents/index.d.ts.map +1 -0
- package/cloud/documents/index.js +45 -0
- package/cloud/documents/lib/agents.d.ts +23 -0
- package/cloud/documents/lib/agents.d.ts.map +1 -0
- package/cloud/documents/lib/agents.js +26 -0
- package/cloud/documents/lib/auth-query.d.ts +17 -0
- package/cloud/documents/lib/auth-query.d.ts.map +1 -0
- package/cloud/documents/lib/auth-query.js +21 -0
- package/cloud/documents/lib/documents.d.ts +54 -0
- package/cloud/documents/lib/documents.d.ts.map +1 -0
- package/cloud/documents/lib/documents.js +118 -0
- package/cloud/documents/lib/use-session-auth.d.ts +27 -0
- package/cloud/documents/lib/use-session-auth.d.ts.map +1 -0
- package/cloud/documents/lib/use-session-auth.js +96 -0
- package/cloud/documents/use-document-title.d.ts +11 -0
- package/cloud/documents/use-document-title.d.ts.map +1 -0
- package/cloud/documents/use-document-title.js +21 -0
- package/cloud/handoff/__integration__/two-agent-handoff.d.mts +2 -0
- package/cloud/handoff/__integration__/two-agent-handoff.d.mts.map +1 -0
- package/cloud/handoff/__integration__/two-agent-handoff.mjs +114 -0
- package/cloud/handoff/cloud-handoff-supervisor.d.ts +47 -0
- package/cloud/handoff/cloud-handoff-supervisor.d.ts.map +1 -0
- package/cloud/handoff/cloud-handoff-supervisor.js +67 -0
- package/cloud/handoff/conversation-handoff.d.ts +73 -0
- package/cloud/handoff/conversation-handoff.d.ts.map +1 -0
- package/cloud/handoff/conversation-handoff.js +98 -0
- package/cloud/index.d.ts +14 -0
- package/cloud/index.d.ts.map +1 -0
- package/cloud/index.js +13 -0
- package/cloud/instances/AgentChatPage.d.ts +13 -0
- package/cloud/instances/AgentChatPage.d.ts.map +1 -0
- package/cloud/instances/AgentChatPage.js +217 -0
- package/cloud/instances/AgentDetailPage.d.ts +6 -0
- package/cloud/instances/AgentDetailPage.d.ts.map +1 -0
- package/cloud/instances/AgentDetailPage.js +169 -0
- package/cloud/instances/AgentsPage.d.ts +6 -0
- package/cloud/instances/AgentsPage.d.ts.map +1 -0
- package/cloud/instances/AgentsPage.js +50 -0
- package/cloud/instances/MyAgentsPage.d.ts +7 -0
- package/cloud/instances/MyAgentsPage.d.ts.map +1 -0
- package/cloud/instances/MyAgentsPage.js +22 -0
- package/cloud/instances/components/agent-actions.d.ts +10 -0
- package/cloud/instances/components/agent-actions.d.ts.map +1 -0
- package/cloud/instances/components/agent-actions.js +231 -0
- package/cloud/instances/components/agent-card.d.ts +35 -0
- package/cloud/instances/components/agent-card.d.ts.map +1 -0
- package/cloud/instances/components/agent-card.js +287 -0
- package/cloud/instances/components/agent-cost-badge.d.ts +10 -0
- package/cloud/instances/components/agent-cost-badge.d.ts.map +1 -0
- package/cloud/instances/components/agent-cost-badge.js +25 -0
- package/cloud/instances/components/character-filters.d.ts +23 -0
- package/cloud/instances/components/character-filters.d.ts.map +1 -0
- package/cloud/instances/components/character-filters.js +36 -0
- package/cloud/instances/components/character-library-grid.d.ts +18 -0
- package/cloud/instances/components/character-library-grid.d.ts.map +1 -0
- package/cloud/instances/components/character-library-grid.js +17 -0
- package/cloud/instances/components/create-eliza-agent-dialog.d.ts +10 -0
- package/cloud/instances/components/create-eliza-agent-dialog.d.ts.map +1 -0
- package/cloud/instances/components/create-eliza-agent-dialog.js +376 -0
- package/cloud/instances/components/docker-logs-viewer.d.ts +8 -0
- package/cloud/instances/components/docker-logs-viewer.d.ts.map +1 -0
- package/cloud/instances/components/docker-logs-viewer.js +107 -0
- package/cloud/instances/components/eliza-agent-backups-panel.d.ts +8 -0
- package/cloud/instances/components/eliza-agent-backups-panel.d.ts.map +1 -0
- package/cloud/instances/components/eliza-agent-backups-panel.js +112 -0
- package/cloud/instances/components/eliza-agent-logs-viewer.d.ts +9 -0
- package/cloud/instances/components/eliza-agent-logs-viewer.d.ts.map +1 -0
- package/cloud/instances/components/eliza-agent-logs-viewer.js +180 -0
- package/cloud/instances/components/eliza-agent-pricing-banner.d.ts +13 -0
- package/cloud/instances/components/eliza-agent-pricing-banner.d.ts.map +1 -0
- package/cloud/instances/components/eliza-agent-pricing-banner.js +47 -0
- package/cloud/instances/components/eliza-agent-tabs.d.ts +8 -0
- package/cloud/instances/components/eliza-agent-tabs.d.ts.map +1 -0
- package/cloud/instances/components/eliza-agent-tabs.js +27 -0
- package/cloud/instances/components/eliza-agents-table.d.ts +25 -0
- package/cloud/instances/components/eliza-agents-table.d.ts.map +1 -0
- package/cloud/instances/components/eliza-agents-table.js +536 -0
- package/cloud/instances/components/eliza-connect-button.d.ts +6 -0
- package/cloud/instances/components/eliza-connect-button.d.ts.map +1 -0
- package/cloud/instances/components/eliza-connect-button.js +10 -0
- package/cloud/instances/components/eliza-policies-section.d.ts +6 -0
- package/cloud/instances/components/eliza-policies-section.d.ts.map +1 -0
- package/cloud/instances/components/eliza-policies-section.js +71 -0
- package/cloud/instances/components/eliza-transactions-section.d.ts +6 -0
- package/cloud/instances/components/eliza-transactions-section.d.ts.map +1 -0
- package/cloud/instances/components/eliza-transactions-section.js +147 -0
- package/cloud/instances/components/eliza-wallet-section.d.ts +6 -0
- package/cloud/instances/components/eliza-wallet-section.d.ts.map +1 -0
- package/cloud/instances/components/eliza-wallet-section.js +127 -0
- package/cloud/instances/components/empty-state.d.ts +6 -0
- package/cloud/instances/components/empty-state.d.ts.map +1 -0
- package/cloud/instances/components/empty-state.js +23 -0
- package/cloud/instances/components/my-agents.d.ts +8 -0
- package/cloud/instances/components/my-agents.d.ts.map +1 -0
- package/cloud/instances/components/my-agents.js +268 -0
- package/cloud/instances/components/types.d.ts +3 -0
- package/cloud/instances/components/types.d.ts.map +1 -0
- package/cloud/instances/components/types.js +1 -0
- package/cloud/instances/index.d.ts +36 -0
- package/cloud/instances/index.d.ts.map +1 -0
- package/cloud/instances/index.js +58 -0
- package/cloud/instances/lib/auth-query.d.ts +16 -0
- package/cloud/instances/lib/auth-query.d.ts.map +1 -0
- package/cloud/instances/lib/auth-query.js +20 -0
- package/cloud/instances/lib/data/credits.d.ts +14 -0
- package/cloud/instances/lib/data/credits.d.ts.map +1 -0
- package/cloud/instances/lib/data/credits.js +21 -0
- package/cloud/instances/lib/data/eliza-agents.d.ts +12 -0
- package/cloud/instances/lib/data/eliza-agents.d.ts.map +1 -0
- package/cloud/instances/lib/data/eliza-agents.js +33 -0
- package/cloud/instances/lib/format-bytes.d.ts +19 -0
- package/cloud/instances/lib/format-bytes.d.ts.map +1 -0
- package/cloud/instances/lib/format-bytes.js +25 -0
- package/cloud/instances/lib/i18n.d.ts +11 -0
- package/cloud/instances/lib/i18n.d.ts.map +1 -0
- package/cloud/instances/lib/i18n.js +10 -0
- package/cloud/instances/lib/open-web-ui.d.ts +14 -0
- package/cloud/instances/lib/open-web-ui.d.ts.map +1 -0
- package/cloud/instances/lib/open-web-ui.js +88 -0
- package/cloud/instances/lib/sandbox-status.d.ts +18 -0
- package/cloud/instances/lib/sandbox-status.d.ts.map +1 -0
- package/cloud/instances/lib/sandbox-status.js +54 -0
- package/cloud/instances/lib/use-copy-feedback.d.ts +9 -0
- package/cloud/instances/lib/use-copy-feedback.d.ts.map +1 -0
- package/cloud/instances/lib/use-copy-feedback.js +13 -0
- package/cloud/instances/lib/use-document-title.d.ts +13 -0
- package/cloud/instances/lib/use-document-title.d.ts.map +1 -0
- package/cloud/instances/lib/use-document-title.js +23 -0
- package/cloud/instances/lib/use-job-poller.d.ts +34 -0
- package/cloud/instances/lib/use-job-poller.d.ts.map +1 -0
- package/cloud/instances/lib/use-job-poller.js +142 -0
- package/cloud/instances/lib/use-sandbox-status-poll.d.ts +50 -0
- package/cloud/instances/lib/use-sandbox-status-poll.d.ts.map +1 -0
- package/cloud/instances/lib/use-sandbox-status-poll.js +173 -0
- package/cloud/instances/lib/use-session-auth.d.ts +44 -0
- package/cloud/instances/lib/use-session-auth.d.ts.map +1 -0
- package/cloud/instances/lib/use-session-auth.js +141 -0
- package/cloud/join/JoinPage.d.ts +19 -0
- package/cloud/join/JoinPage.d.ts.map +1 -0
- package/cloud/join/JoinPage.js +128 -0
- package/cloud/join/index.d.ts +19 -0
- package/cloud/join/index.d.ts.map +1 -0
- package/cloud/join/index.js +18 -0
- package/cloud/join/lib/resolve-cloud-connection.d.ts +21 -0
- package/cloud/join/lib/resolve-cloud-connection.d.ts.map +1 -0
- package/cloud/join/lib/resolve-cloud-connection.js +29 -0
- package/cloud/join/lib/run-join-flow.d.ts +95 -0
- package/cloud/join/lib/run-join-flow.d.ts.map +1 -0
- package/cloud/join/lib/run-join-flow.js +98 -0
- package/cloud/join/lib/use-join-session.d.ts +18 -0
- package/cloud/join/lib/use-join-session.d.ts.map +1 -0
- package/cloud/join/lib/use-join-session.js +62 -0
- package/cloud/join/register.d.ts +17 -0
- package/cloud/join/register.d.ts.map +1 -0
- package/cloud/join/register.js +29 -0
- package/cloud/lib/api-client.d.ts +33 -0
- package/cloud/lib/api-client.d.ts.map +1 -0
- package/cloud/lib/api-client.js +160 -0
- package/cloud/lib/jwt.d.ts +26 -0
- package/cloud/lib/jwt.d.ts.map +1 -0
- package/cloud/lib/jwt.js +34 -0
- package/cloud/lib/query-client.d.ts +9 -0
- package/cloud/lib/query-client.d.ts.map +1 -0
- package/cloud/lib/query-client.js +27 -0
- package/cloud/lib/steward-session.d.ts +28 -0
- package/cloud/lib/steward-session.d.ts.map +1 -0
- package/cloud/lib/steward-session.js +29 -0
- package/cloud/mcps/McpDetailDrawer.d.ts +20 -0
- package/cloud/mcps/McpDetailDrawer.d.ts.map +1 -0
- package/cloud/mcps/McpDetailDrawer.js +155 -0
- package/cloud/mcps/McpEditorDialog.d.ts +22 -0
- package/cloud/mcps/McpEditorDialog.d.ts.map +1 -0
- package/cloud/mcps/McpEditorDialog.js +224 -0
- package/cloud/mcps/McpsRoute.d.ts +12 -0
- package/cloud/mcps/McpsRoute.d.ts.map +1 -0
- package/cloud/mcps/McpsRoute.js +28 -0
- package/cloud/mcps/McpsSection.d.ts +10 -0
- package/cloud/mcps/McpsSection.d.ts.map +1 -0
- package/cloud/mcps/McpsSection.js +13 -0
- package/cloud/mcps/McpsView.d.ts +13 -0
- package/cloud/mcps/McpsView.d.ts.map +1 -0
- package/cloud/mcps/McpsView.js +142 -0
- package/cloud/mcps/index.d.ts +53 -0
- package/cloud/mcps/index.d.ts.map +1 -0
- package/cloud/mcps/index.js +77 -0
- package/cloud/mcps/lib/api-types.d.ts +213 -0
- package/cloud/mcps/lib/api-types.d.ts.map +1 -0
- package/cloud/mcps/lib/api-types.js +17 -0
- package/cloud/mcps/lib/mcp-mutations.d.ts +17 -0
- package/cloud/mcps/lib/mcp-mutations.d.ts.map +1 -0
- package/cloud/mcps/lib/mcp-mutations.js +82 -0
- package/cloud/mcps/lib/test-connection.d.ts +30 -0
- package/cloud/mcps/lib/test-connection.d.ts.map +1 -0
- package/cloud/mcps/lib/test-connection.js +140 -0
- package/cloud/mcps/lib/use-mcps.d.ts +30 -0
- package/cloud/mcps/lib/use-mcps.d.ts.map +1 -0
- package/cloud/mcps/lib/use-mcps.js +67 -0
- package/cloud/monetization/MonetizationRoute.d.ts +9 -0
- package/cloud/monetization/MonetizationRoute.d.ts.map +1 -0
- package/cloud/monetization/MonetizationRoute.js +19 -0
- package/cloud/monetization/MonetizationSection.d.ts +19 -0
- package/cloud/monetization/MonetizationSection.d.ts.map +1 -0
- package/cloud/monetization/MonetizationSection.js +34 -0
- package/cloud/monetization/affiliates/AffiliatesPageClient.d.ts +18 -0
- package/cloud/monetization/affiliates/AffiliatesPageClient.d.ts.map +1 -0
- package/cloud/monetization/affiliates/AffiliatesPageClient.js +249 -0
- package/cloud/monetization/affiliates/AffiliatesRoute.d.ts +19 -0
- package/cloud/monetization/affiliates/AffiliatesRoute.d.ts.map +1 -0
- package/cloud/monetization/affiliates/AffiliatesRoute.js +42 -0
- package/cloud/monetization/affiliates/referral-me.d.ts +27 -0
- package/cloud/monetization/affiliates/referral-me.d.ts.map +1 -0
- package/cloud/monetization/affiliates/referral-me.js +69 -0
- package/cloud/monetization/affiliates/use-dashboard-referral-me.d.ts +19 -0
- package/cloud/monetization/affiliates/use-dashboard-referral-me.d.ts.map +1 -0
- package/cloud/monetization/affiliates/use-dashboard-referral-me.js +49 -0
- package/cloud/monetization/auth-gate.d.ts +27 -0
- package/cloud/monetization/auth-gate.d.ts.map +1 -0
- package/cloud/monetization/auth-gate.js +60 -0
- package/cloud/monetization/earnings/EarningsPageClient.d.ts +24 -0
- package/cloud/monetization/earnings/EarningsPageClient.d.ts.map +1 -0
- package/cloud/monetization/earnings/EarningsPageClient.js +311 -0
- package/cloud/monetization/earnings/EarningsRoute.d.ts +19 -0
- package/cloud/monetization/earnings/EarningsRoute.d.ts.map +1 -0
- package/cloud/monetization/earnings/EarningsRoute.js +44 -0
- package/cloud/monetization/index.d.ts +43 -0
- package/cloud/monetization/index.d.ts.map +1 -0
- package/cloud/monetization/index.js +64 -0
- package/cloud/monetization/lib/clipboard.d.ts +21 -0
- package/cloud/monetization/lib/clipboard.d.ts.map +1 -0
- package/cloud/monetization/lib/clipboard.js +55 -0
- package/cloud/monetization/lib/format-usd.d.ts +12 -0
- package/cloud/monetization/lib/format-usd.d.ts.map +1 -0
- package/cloud/monetization/lib/format-usd.js +19 -0
- package/cloud/monetization/use-document-title.d.ts +10 -0
- package/cloud/monetization/use-document-title.d.ts.map +1 -0
- package/cloud/monetization/use-document-title.js +20 -0
- package/cloud/organization/OrganizationPage.d.ts +12 -0
- package/cloud/organization/OrganizationPage.d.ts.map +1 -0
- package/cloud/organization/OrganizationPage.js +15 -0
- package/cloud/organization/OrganizationSection.d.ts +15 -0
- package/cloud/organization/OrganizationSection.d.ts.map +1 -0
- package/cloud/organization/OrganizationSection.js +31 -0
- package/cloud/organization/data/cloud-org-types.d.ts +66 -0
- package/cloud/organization/data/cloud-org-types.d.ts.map +1 -0
- package/cloud/organization/data/cloud-org-types.js +19 -0
- package/cloud/organization/data/use-organization.d.ts +44 -0
- package/cloud/organization/data/use-organization.d.ts.map +1 -0
- package/cloud/organization/data/use-organization.js +124 -0
- package/cloud/organization/index.d.ts +30 -0
- package/cloud/organization/index.d.ts.map +1 -0
- package/cloud/organization/index.js +29 -0
- package/cloud/organization/invite-member-dialog.d.ts +26 -0
- package/cloud/organization/invite-member-dialog.d.ts.map +1 -0
- package/cloud/organization/invite-member-dialog.js +58 -0
- package/cloud/organization/members-list.d.ts +27 -0
- package/cloud/organization/members-list.d.ts.map +1 -0
- package/cloud/organization/members-list.js +96 -0
- package/cloud/organization/members-tab.d.ts +19 -0
- package/cloud/organization/members-tab.d.ts.map +1 -0
- package/cloud/organization/members-tab.js +99 -0
- package/cloud/organization/organization-general-tab.d.ts +17 -0
- package/cloud/organization/organization-general-tab.d.ts.map +1 -0
- package/cloud/organization/organization-general-tab.js +17 -0
- package/cloud/organization/organization-tab.d.ts +17 -0
- package/cloud/organization/organization-tab.d.ts.map +1 -0
- package/cloud/organization/organization-tab.js +23 -0
- package/cloud/organization/pending-invites-list.d.ts +19 -0
- package/cloud/organization/pending-invites-list.d.ts.map +1 -0
- package/cloud/organization/pending-invites-list.js +64 -0
- package/cloud/organization/routes.d.ts +18 -0
- package/cloud/organization/routes.d.ts.map +1 -0
- package/cloud/organization/routes.js +23 -0
- package/cloud/public-pages/index.d.ts +36 -0
- package/cloud/public-pages/index.d.ts.map +1 -0
- package/cloud/public-pages/index.js +35 -0
- package/cloud/public-pages/lib/error-message.d.ts +3 -0
- package/cloud/public-pages/lib/error-message.d.ts.map +1 -0
- package/cloud/public-pages/lib/error-message.js +4 -0
- package/cloud/public-pages/lib/login-return-to.d.ts +15 -0
- package/cloud/public-pages/lib/login-return-to.d.ts.map +1 -0
- package/cloud/public-pages/lib/login-return-to.js +76 -0
- package/cloud/public-pages/lib/steward-oauth-url.d.ts +25 -0
- package/cloud/public-pages/lib/steward-oauth-url.d.ts.map +1 -0
- package/cloud/public-pages/lib/steward-oauth-url.js +32 -0
- package/cloud/public-pages/lib/steward-session.d.ts +54 -0
- package/cloud/public-pages/lib/steward-session.d.ts.map +1 -0
- package/cloud/public-pages/lib/steward-session.js +143 -0
- package/cloud/public-pages/lib/use-page-title.d.ts +18 -0
- package/cloud/public-pages/lib/use-page-title.d.ts.map +1 -0
- package/cloud/public-pages/lib/use-page-title.js +40 -0
- package/cloud/public-pages/lib/use-session-auth.d.ts +40 -0
- package/cloud/public-pages/lib/use-session-auth.d.ts.map +1 -0
- package/cloud/public-pages/lib/use-session-auth.js +135 -0
- package/cloud/public-pages/pages/app-auth/app-authorize-page.d.ts +7 -0
- package/cloud/public-pages/pages/app-auth/app-authorize-page.d.ts.map +1 -0
- package/cloud/public-pages/pages/app-auth/app-authorize-page.js +17 -0
- package/cloud/public-pages/pages/approve/approval-page.d.ts +9 -0
- package/cloud/public-pages/pages/approve/approval-page.d.ts.map +1 -0
- package/cloud/public-pages/pages/approve/approval-page.js +171 -0
- package/cloud/public-pages/pages/auth/auth-error-page.d.ts +7 -0
- package/cloud/public-pages/pages/auth/auth-error-page.d.ts.map +1 -0
- package/cloud/public-pages/pages/auth/auth-error-page.js +50 -0
- package/cloud/public-pages/pages/auth/auth-success-page.d.ts +7 -0
- package/cloud/public-pages/pages/auth/auth-success-page.d.ts.map +1 -0
- package/cloud/public-pages/pages/auth/auth-success-page.js +72 -0
- package/cloud/public-pages/pages/auth/cli-login-page.d.ts +8 -0
- package/cloud/public-pages/pages/auth/cli-login-page.d.ts.map +1 -0
- package/cloud/public-pages/pages/auth/cli-login-page.js +176 -0
- package/cloud/public-pages/pages/auth/email-callback-page.d.ts +8 -0
- package/cloud/public-pages/pages/auth/email-callback-page.d.ts.map +1 -0
- package/cloud/public-pages/pages/auth/email-callback-page.js +104 -0
- package/cloud/public-pages/pages/ballot/ballot-page.d.ts +8 -0
- package/cloud/public-pages/pages/ballot/ballot-page.d.ts.map +1 -0
- package/cloud/public-pages/pages/ballot/ballot-page.js +126 -0
- package/cloud/public-pages/pages/bsc-page.d.ts +16 -0
- package/cloud/public-pages/pages/bsc-page.d.ts.map +1 -0
- package/cloud/public-pages/pages/bsc-page.js +58 -0
- package/cloud/public-pages/pages/chat/public-chat-page.d.ts +17 -0
- package/cloud/public-pages/pages/chat/public-chat-page.d.ts.map +1 -0
- package/cloud/public-pages/pages/chat/public-chat-page.js +100 -0
- package/cloud/public-pages/pages/invite/invite-accept-page.d.ts +12 -0
- package/cloud/public-pages/pages/invite/invite-accept-page.d.ts.map +1 -0
- package/cloud/public-pages/pages/invite/invite-accept-page.js +162 -0
- package/cloud/public-pages/pages/legal/privacy-policy-page.d.ts +7 -0
- package/cloud/public-pages/pages/legal/privacy-policy-page.d.ts.map +1 -0
- package/cloud/public-pages/pages/legal/privacy-policy-page.js +116 -0
- package/cloud/public-pages/pages/legal/terms-of-service-page.d.ts +10 -0
- package/cloud/public-pages/pages/legal/terms-of-service-page.d.ts.map +1 -0
- package/cloud/public-pages/pages/legal/terms-of-service-page.js +109 -0
- package/cloud/public-pages/pages/login/login-page.d.ts +7 -0
- package/cloud/public-pages/pages/login/login-page.d.ts.map +1 -0
- package/cloud/public-pages/pages/login/login-page.js +27 -0
- package/cloud/public-pages/pages/login/steward-login-section.d.ts +16 -0
- package/cloud/public-pages/pages/login/steward-login-section.d.ts.map +1 -0
- package/cloud/public-pages/pages/login/steward-login-section.js +448 -0
- package/cloud/public-pages/pages/payment/app-charge-page.d.ts +9 -0
- package/cloud/public-pages/pages/payment/app-charge-page.d.ts.map +1 -0
- package/cloud/public-pages/pages/payment/app-charge-page.js +200 -0
- package/cloud/public-pages/pages/payment/payment-navigation.d.ts +3 -0
- package/cloud/public-pages/pages/payment/payment-navigation.d.ts.map +1 -0
- package/cloud/public-pages/pages/payment/payment-navigation.js +4 -0
- package/cloud/public-pages/pages/payment/payment-request-page.d.ts +10 -0
- package/cloud/public-pages/pages/payment/payment-request-page.d.ts.map +1 -0
- package/cloud/public-pages/pages/payment/payment-request-page.js +142 -0
- package/cloud/public-pages/pages/payment/payment-success-page.d.ts +9 -0
- package/cloud/public-pages/pages/payment/payment-success-page.d.ts.map +1 -0
- package/cloud/public-pages/pages/payment/payment-success-page.js +57 -0
- package/cloud/public-pages/pages/sensitive-requests/sensitive-request-page.d.ts +9 -0
- package/cloud/public-pages/pages/sensitive-requests/sensitive-request-page.d.ts.map +1 -0
- package/cloud/public-pages/pages/sensitive-requests/sensitive-request-page.js +199 -0
- package/cloud/public-pages/register.d.ts +20 -0
- package/cloud/public-pages/register.d.ts.map +1 -0
- package/cloud/public-pages/register.js +158 -0
- package/cloud/register-all.d.ts +26 -0
- package/cloud/register-all.d.ts.map +1 -0
- package/cloud/register-all.js +55 -0
- package/cloud/settings/CloudSettingsSectionShell.d.ts +39 -0
- package/cloud/settings/CloudSettingsSectionShell.d.ts.map +1 -0
- package/cloud/settings/CloudSettingsSectionShell.js +50 -0
- package/cloud/settings/cloud-settings-group.d.ts +35 -0
- package/cloud/settings/cloud-settings-group.d.ts.map +1 -0
- package/cloud/settings/cloud-settings-group.js +43 -0
- package/cloud/settings/index.d.ts +14 -0
- package/cloud/settings/index.d.ts.map +1 -0
- package/cloud/settings/index.js +13 -0
- package/cloud/settings/register-cloud-settings.d.ts +33 -0
- package/cloud/settings/register-cloud-settings.d.ts.map +1 -0
- package/cloud/settings/register-cloud-settings.js +161 -0
- package/cloud/settings/sections.d.ts +29 -0
- package/cloud/settings/sections.d.ts.map +1 -0
- package/cloud/settings/sections.js +74 -0
- package/cloud/shell/CloudI18nProvider.d.ts +32 -0
- package/cloud/shell/CloudI18nProvider.d.ts.map +1 -0
- package/cloud/shell/CloudI18nProvider.js +88 -0
- package/cloud/shell/CloudRouterShell.d.ts +39 -0
- package/cloud/shell/CloudRouterShell.d.ts.map +1 -0
- package/cloud/shell/CloudRouterShell.js +109 -0
- package/cloud/shell/StewardProvider.d.ts +55 -0
- package/cloud/shell/StewardProvider.d.ts.map +1 -0
- package/cloud/shell/StewardProvider.js +205 -0
- package/cloud/shell/StewardProviderRuntime.d.ts +19 -0
- package/cloud/shell/StewardProviderRuntime.d.ts.map +1 -0
- package/cloud/shell/StewardProviderRuntime.js +199 -0
- package/cloud/shell/cloud-route-registry.d.ts +41 -0
- package/cloud/shell/cloud-route-registry.d.ts.map +1 -0
- package/cloud/shell/cloud-route-registry.js +41 -0
- package/cloud/shell/steward-url.d.ts +12 -0
- package/cloud/shell/steward-url.d.ts.map +1 -0
- package/cloud/shell/steward-url.js +63 -0
- package/cloud-ui/components/ai-elements/eliza-avatar.d.ts +11 -0
- package/cloud-ui/components/ai-elements/eliza-avatar.d.ts.map +1 -0
- package/cloud-ui/components/ai-elements/eliza-avatar.js +102 -0
- package/cloud-ui/components/ai-elements/hooks/use-typewriter-text.d.ts +9 -0
- package/cloud-ui/components/ai-elements/hooks/use-typewriter-text.d.ts.map +1 -0
- package/cloud-ui/components/ai-elements/hooks/use-typewriter-text.js +88 -0
- package/cloud-ui/components/ai-elements/index.d.ts +4 -0
- package/cloud-ui/components/ai-elements/index.d.ts.map +1 -0
- package/cloud-ui/components/ai-elements/index.js +3 -0
- package/cloud-ui/components/ai-elements/memoized-chat-message.d.ts +39 -0
- package/cloud-ui/components/ai-elements/memoized-chat-message.d.ts.map +1 -0
- package/cloud-ui/components/ai-elements/memoized-chat-message.js +227 -0
- package/cloud-ui/components/analytics/cost-alerts.d.ts +9 -0
- package/cloud-ui/components/analytics/cost-alerts.d.ts.map +1 -0
- package/cloud-ui/components/analytics/cost-alerts.js +42 -0
- package/cloud-ui/components/analytics/cost-insights-card.d.ts +8 -0
- package/cloud-ui/components/analytics/cost-insights-card.d.ts.map +1 -0
- package/cloud-ui/components/analytics/cost-insights-card.js +20 -0
- package/cloud-ui/components/analytics/export-button.d.ts +20 -0
- package/cloud-ui/components/analytics/export-button.d.ts.map +1 -0
- package/cloud-ui/components/analytics/export-button.js +32 -0
- package/cloud-ui/components/analytics/index.d.ts +4 -0
- package/cloud-ui/components/analytics/index.d.ts.map +1 -0
- package/cloud-ui/components/analytics/index.js +3 -0
- package/cloud-ui/components/api-key-empty-state.d.ts +6 -0
- package/cloud-ui/components/api-key-empty-state.d.ts.map +1 -0
- package/cloud-ui/components/api-key-empty-state.js +10 -0
- package/cloud-ui/components/auth/authorize-content.d.ts +2 -0
- package/cloud-ui/components/auth/authorize-content.d.ts.map +1 -0
- package/cloud-ui/components/auth/authorize-content.js +181 -0
- package/cloud-ui/components/auth/authorize-return.d.ts +17 -0
- package/cloud-ui/components/auth/authorize-return.d.ts.map +1 -0
- package/cloud-ui/components/auth/authorize-return.js +76 -0
- package/cloud-ui/components/brand/brand-button.d.ts +17 -0
- package/cloud-ui/components/brand/brand-button.d.ts.map +1 -0
- package/cloud-ui/components/brand/brand-button.js +37 -0
- package/cloud-ui/components/brand/brand-card.d.ts +31 -0
- package/cloud-ui/components/brand/brand-card.d.ts.map +1 -0
- package/cloud-ui/components/brand/brand-card.js +24 -0
- package/cloud-ui/components/brand/brand-tabs-responsive.d.ts +40 -0
- package/cloud-ui/components/brand/brand-tabs-responsive.d.ts.map +1 -0
- package/cloud-ui/components/brand/brand-tabs-responsive.js +38 -0
- package/cloud-ui/components/brand/brand-tabs.d.ts +19 -0
- package/cloud-ui/components/brand/brand-tabs.d.ts.map +1 -0
- package/cloud-ui/components/brand/brand-tabs.js +20 -0
- package/cloud-ui/components/brand/corner-brackets.d.ts +11 -0
- package/cloud-ui/components/brand/corner-brackets.d.ts.map +1 -0
- package/cloud-ui/components/brand/corner-brackets.js +28 -0
- package/cloud-ui/components/brand/dashboard-section.d.ts +11 -0
- package/cloud-ui/components/brand/dashboard-section.d.ts.map +1 -0
- package/cloud-ui/components/brand/dashboard-section.js +5 -0
- package/cloud-ui/components/brand/dashboard-stat-card.d.ts +14 -0
- package/cloud-ui/components/brand/dashboard-stat-card.d.ts.map +1 -0
- package/cloud-ui/components/brand/dashboard-stat-card.js +15 -0
- package/cloud-ui/components/brand/eliza-cloud-lockup.d.ts +8 -0
- package/cloud-ui/components/brand/eliza-cloud-lockup.d.ts.map +1 -0
- package/cloud-ui/components/brand/eliza-cloud-lockup.js +5 -0
- package/cloud-ui/components/brand/eliza-logo.d.ts +8 -0
- package/cloud-ui/components/brand/eliza-logo.d.ts.map +1 -0
- package/cloud-ui/components/brand/eliza-logo.js +6 -0
- package/cloud-ui/components/brand/hud-container.d.ts +8 -0
- package/cloud-ui/components/brand/hud-container.d.ts.map +1 -0
- package/cloud-ui/components/brand/hud-container.js +6 -0
- package/cloud-ui/components/brand/index.d.ts +26 -0
- package/cloud-ui/components/brand/index.d.ts.map +1 -0
- package/cloud-ui/components/brand/index.js +20 -0
- package/cloud-ui/components/brand/key-metrics-grid.d.ts +21 -0
- package/cloud-ui/components/brand/key-metrics-grid.d.ts.map +1 -0
- package/cloud-ui/components/brand/key-metrics-grid.js +25 -0
- package/cloud-ui/components/brand/lock-on-button.d.ts +5 -0
- package/cloud-ui/components/brand/lock-on-button.d.ts.map +1 -0
- package/cloud-ui/components/brand/lock-on-button.js +10 -0
- package/cloud-ui/components/brand/lock-on-button.variants.d.ts +11 -0
- package/cloud-ui/components/brand/lock-on-button.variants.d.ts.map +1 -0
- package/cloud-ui/components/brand/lock-on-button.variants.js +20 -0
- package/cloud-ui/components/brand/mini-stat-card.d.ts +9 -0
- package/cloud-ui/components/brand/mini-stat-card.d.ts.map +1 -0
- package/cloud-ui/components/brand/mini-stat-card.js +5 -0
- package/cloud-ui/components/brand/prompt-card.d.ts +17 -0
- package/cloud-ui/components/brand/prompt-card.d.ts.map +1 -0
- package/cloud-ui/components/brand/prompt-card.js +12 -0
- package/cloud-ui/components/brand/section-header.d.ts +17 -0
- package/cloud-ui/components/brand/section-header.d.ts.map +1 -0
- package/cloud-ui/components/brand/section-header.js +16 -0
- package/cloud-ui/components/code/code-display.d.ts +7 -0
- package/cloud-ui/components/code/code-display.d.ts.map +1 -0
- package/cloud-ui/components/code/code-display.js +46 -0
- package/cloud-ui/components/code/index.d.ts +4 -0
- package/cloud-ui/components/code/index.d.ts.map +1 -0
- package/cloud-ui/components/code/index.js +2 -0
- package/cloud-ui/components/code/monaco-editor-skeleton.d.ts +10 -0
- package/cloud-ui/components/code/monaco-editor-skeleton.d.ts.map +1 -0
- package/cloud-ui/components/code/monaco-editor-skeleton.js +10 -0
- package/cloud-ui/components/code/prism-light.d.ts +6 -0
- package/cloud-ui/components/code/prism-light.d.ts.map +1 -0
- package/cloud-ui/components/code/prism-light.js +45 -0
- package/cloud-ui/components/connection-card.d.ts +85 -0
- package/cloud-ui/components/connection-card.d.ts.map +1 -0
- package/cloud-ui/components/connection-card.js +58 -0
- package/cloud-ui/components/dashboard/cloud-dashboard-components.d.ts +33 -0
- package/cloud-ui/components/dashboard/cloud-dashboard-components.d.ts.map +1 -0
- package/cloud-ui/components/dashboard/cloud-dashboard-components.js +78 -0
- package/cloud-ui/components/dashboard/dashboard-route-error.d.ts +8 -0
- package/cloud-ui/components/dashboard/dashboard-route-error.d.ts.map +1 -0
- package/cloud-ui/components/dashboard/dashboard-route-error.helpers.d.ts +7 -0
- package/cloud-ui/components/dashboard/dashboard-route-error.helpers.d.ts.map +1 -0
- package/cloud-ui/components/dashboard/dashboard-route-error.helpers.js +12 -0
- package/cloud-ui/components/dashboard/dashboard-route-error.js +9 -0
- package/cloud-ui/components/dashboard/route-placeholders.d.ts +15 -0
- package/cloud-ui/components/dashboard/route-placeholders.d.ts.map +1 -0
- package/cloud-ui/components/dashboard/route-placeholders.js +19 -0
- package/cloud-ui/components/data-list/api-keys-summary.d.ts +12 -0
- package/cloud-ui/components/data-list/api-keys-summary.d.ts.map +1 -0
- package/cloud-ui/components/data-list/api-keys-summary.js +35 -0
- package/cloud-ui/components/data-list/api-keys-table.d.ts +22 -0
- package/cloud-ui/components/data-list/api-keys-table.d.ts.map +1 -0
- package/cloud-ui/components/data-list/api-keys-table.js +79 -0
- package/cloud-ui/components/data-list/apps-list-view.d.ts +26 -0
- package/cloud-ui/components/data-list/apps-list-view.d.ts.map +1 -0
- package/cloud-ui/components/data-list/apps-list-view.js +72 -0
- package/cloud-ui/components/data-list/dashboard-data-list.d.ts +30 -0
- package/cloud-ui/components/data-list/dashboard-data-list.d.ts.map +1 -0
- package/cloud-ui/components/data-list/dashboard-data-list.js +17 -0
- package/cloud-ui/components/data-list/dashboard-table-skeleton.d.ts +15 -0
- package/cloud-ui/components/data-list/dashboard-table-skeleton.d.ts.map +1 -0
- package/cloud-ui/components/data-list/dashboard-table-skeleton.js +8 -0
- package/cloud-ui/components/data-list/data-list-empty-state.d.ts +18 -0
- package/cloud-ui/components/data-list/data-list-empty-state.d.ts.map +1 -0
- package/cloud-ui/components/data-list/data-list-empty-state.js +11 -0
- package/cloud-ui/components/data-list/index.d.ts +9 -0
- package/cloud-ui/components/data-list/index.d.ts.map +1 -0
- package/cloud-ui/components/data-list/index.js +7 -0
- package/cloud-ui/components/data-list/list-action-menu.d.ts +40 -0
- package/cloud-ui/components/data-list/list-action-menu.d.ts.map +1 -0
- package/cloud-ui/components/data-list/list-action-menu.js +18 -0
- package/cloud-ui/components/docs/api-parameter-select.d.ts +13 -0
- package/cloud-ui/components/docs/api-parameter-select.d.ts.map +1 -0
- package/cloud-ui/components/docs/api-parameter-select.js +7 -0
- package/cloud-ui/components/docs/api-route-explorer-client.d.ts +5 -0
- package/cloud-ui/components/docs/api-route-explorer-client.d.ts.map +1 -0
- package/cloud-ui/components/docs/api-route-explorer-client.js +162 -0
- package/cloud-ui/components/docs/docs-layout.d.ts +10 -0
- package/cloud-ui/components/docs/docs-layout.d.ts.map +1 -0
- package/cloud-ui/components/docs/docs-layout.js +21 -0
- package/cloud-ui/components/docs/docs-types.d.ts +26 -0
- package/cloud-ui/components/docs/docs-types.d.ts.map +1 -0
- package/cloud-ui/components/docs/docs-types.js +1 -0
- package/cloud-ui/components/docs/endpoint-card.d.ts +30 -0
- package/cloud-ui/components/docs/endpoint-card.d.ts.map +1 -0
- package/cloud-ui/components/docs/endpoint-card.js +29 -0
- package/cloud-ui/components/docs/index.d.ts +12 -0
- package/cloud-ui/components/docs/index.d.ts.map +1 -0
- package/cloud-ui/components/docs/index.js +6 -0
- package/cloud-ui/components/docs/llms-txt-badge.d.ts +2 -0
- package/cloud-ui/components/docs/llms-txt-badge.d.ts.map +1 -0
- package/cloud-ui/components/docs/llms-txt-badge.js +17 -0
- package/cloud-ui/components/docs/mdx-components.d.ts +34 -0
- package/cloud-ui/components/docs/mdx-components.d.ts.map +1 -0
- package/cloud-ui/components/docs/mdx-components.js +25 -0
- package/cloud-ui/components/docs/openapi-viewer.d.ts +6 -0
- package/cloud-ui/components/docs/openapi-viewer.d.ts.map +1 -0
- package/cloud-ui/components/docs/openapi-viewer.js +7 -0
- package/cloud-ui/components/drawer.d.ts +14 -0
- package/cloud-ui/components/drawer.d.ts.map +1 -0
- package/cloud-ui/components/drawer.js +39 -0
- package/cloud-ui/components/icons.d.ts +7 -0
- package/cloud-ui/components/icons.d.ts.map +1 -0
- package/cloud-ui/components/icons.js +16 -0
- package/cloud-ui/components/image-gen/empty-state.d.ts +3 -0
- package/cloud-ui/components/image-gen/empty-state.d.ts.map +1 -0
- package/cloud-ui/components/image-gen/empty-state.js +12 -0
- package/cloud-ui/components/image-gen/enhanced-loading.d.ts +14 -0
- package/cloud-ui/components/image-gen/enhanced-loading.d.ts.map +1 -0
- package/cloud-ui/components/image-gen/enhanced-loading.js +23 -0
- package/cloud-ui/components/image-gen/index.d.ts +5 -0
- package/cloud-ui/components/image-gen/index.d.ts.map +1 -0
- package/cloud-ui/components/image-gen/index.js +4 -0
- package/cloud-ui/components/image-gen/loading-state.d.ts +2 -0
- package/cloud-ui/components/image-gen/loading-state.d.ts.map +1 -0
- package/cloud-ui/components/image-gen/loading-state.js +11 -0
- package/cloud-ui/components/image-gen/prompt-input.d.ts +32 -0
- package/cloud-ui/components/image-gen/prompt-input.d.ts.map +1 -0
- package/cloud-ui/components/image-gen/prompt-input.js +24 -0
- package/cloud-ui/components/layout/dashboard-header.d.ts +18 -0
- package/cloud-ui/components/layout/dashboard-header.d.ts.map +1 -0
- package/cloud-ui/components/layout/dashboard-header.js +10 -0
- package/cloud-ui/components/layout/dashboard-page.d.ts +25 -0
- package/cloud-ui/components/layout/dashboard-page.d.ts.map +1 -0
- package/cloud-ui/components/layout/dashboard-page.js +24 -0
- package/cloud-ui/components/layout/dashboard-route-page.d.ts +20 -0
- package/cloud-ui/components/layout/dashboard-route-page.d.ts.map +1 -0
- package/cloud-ui/components/layout/dashboard-route-page.js +31 -0
- package/cloud-ui/components/layout/dashboard-shell.d.ts +8 -0
- package/cloud-ui/components/layout/dashboard-shell.d.ts.map +1 -0
- package/cloud-ui/components/layout/dashboard-shell.js +5 -0
- package/cloud-ui/components/layout/dashboard-sidebar-item.d.ts +12 -0
- package/cloud-ui/components/layout/dashboard-sidebar-item.d.ts.map +1 -0
- package/cloud-ui/components/layout/dashboard-sidebar-item.js +65 -0
- package/cloud-ui/components/layout/dashboard-sidebar-section.d.ts +15 -0
- package/cloud-ui/components/layout/dashboard-sidebar-section.d.ts.map +1 -0
- package/cloud-ui/components/layout/dashboard-sidebar-section.js +51 -0
- package/cloud-ui/components/layout/dashboard-sidebar-types.d.ts +29 -0
- package/cloud-ui/components/layout/dashboard-sidebar-types.d.ts.map +1 -0
- package/cloud-ui/components/layout/dashboard-sidebar-types.js +1 -0
- package/cloud-ui/components/layout/dashboard-sidebar.d.ts +22 -0
- package/cloud-ui/components/layout/dashboard-sidebar.d.ts.map +1 -0
- package/cloud-ui/components/layout/dashboard-sidebar.js +17 -0
- package/cloud-ui/components/layout/index.d.ts +12 -0
- package/cloud-ui/components/layout/index.d.ts.map +1 -0
- package/cloud-ui/components/layout/index.js +10 -0
- package/cloud-ui/components/layout/page-header-context.d.ts +11 -0
- package/cloud-ui/components/layout/page-header-context.d.ts.map +1 -0
- package/cloud-ui/components/layout/page-header-context.hooks.d.ts +30 -0
- package/cloud-ui/components/layout/page-header-context.hooks.d.ts.map +1 -0
- package/cloud-ui/components/layout/page-header-context.hooks.js +49 -0
- package/cloud-ui/components/layout/page-header-context.js +31 -0
- package/cloud-ui/components/layout/page-transition.d.ts +10 -0
- package/cloud-ui/components/layout/page-transition.d.ts.map +1 -0
- package/cloud-ui/components/layout/page-transition.js +27 -0
- package/cloud-ui/components/log-viewer.d.ts +87 -0
- package/cloud-ui/components/log-viewer.d.ts.map +1 -0
- package/cloud-ui/components/log-viewer.js +95 -0
- package/cloud-ui/components/monetization/animated-counter.d.ts +26 -0
- package/cloud-ui/components/monetization/animated-counter.d.ts.map +1 -0
- package/cloud-ui/components/monetization/animated-counter.js +44 -0
- package/cloud-ui/components/monetization/earnings-simulator.d.ts +12 -0
- package/cloud-ui/components/monetization/earnings-simulator.d.ts.map +1 -0
- package/cloud-ui/components/monetization/earnings-simulator.js +40 -0
- package/cloud-ui/components/monetization/index.d.ts +5 -0
- package/cloud-ui/components/monetization/index.d.ts.map +1 -0
- package/cloud-ui/components/monetization/index.js +4 -0
- package/cloud-ui/components/monetization/milestone-progress.d.ts +18 -0
- package/cloud-ui/components/monetization/milestone-progress.d.ts.map +1 -0
- package/cloud-ui/components/monetization/milestone-progress.js +28 -0
- package/cloud-ui/components/monetization/revenue-flow-diagram.d.ts +12 -0
- package/cloud-ui/components/monetization/revenue-flow-diagram.d.ts.map +1 -0
- package/cloud-ui/components/monetization/revenue-flow-diagram.js +26 -0
- package/cloud-ui/components/navigation-progress.d.ts +11 -0
- package/cloud-ui/components/navigation-progress.d.ts.map +1 -0
- package/cloud-ui/components/navigation-progress.js +42 -0
- package/cloud-ui/components/primitives.d.ts +58 -0
- package/cloud-ui/components/primitives.d.ts.map +1 -0
- package/cloud-ui/components/primitives.js +56 -0
- package/cloud-ui/components/product-switcher.d.ts +16 -0
- package/cloud-ui/components/product-switcher.d.ts.map +1 -0
- package/cloud-ui/components/product-switcher.js +7 -0
- package/cloud-ui/components/promotion/promote-app-dialog.d.ts +18 -0
- package/cloud-ui/components/promotion/promote-app-dialog.d.ts.map +1 -0
- package/cloud-ui/components/promotion/promote-app-dialog.js +243 -0
- package/cloud-ui/components/promotion/social-connection-hint.d.ts +29 -0
- package/cloud-ui/components/promotion/social-connection-hint.d.ts.map +1 -0
- package/cloud-ui/components/promotion/social-connection-hint.js +63 -0
- package/cloud-ui/components/resizable.d.ts +21 -0
- package/cloud-ui/components/resizable.d.ts.map +1 -0
- package/cloud-ui/components/resizable.js +133 -0
- package/cloud-ui/components/share/index.d.ts +2 -0
- package/cloud-ui/components/share/index.d.ts.map +1 -0
- package/cloud-ui/components/share/index.js +1 -0
- package/cloud-ui/components/share/share-buttons.d.ts +16 -0
- package/cloud-ui/components/share/share-buttons.d.ts.map +1 -0
- package/cloud-ui/components/share/share-buttons.js +62 -0
- package/cloud-ui/components/sonner.d.ts +4 -0
- package/cloud-ui/components/sonner.d.ts.map +1 -0
- package/cloud-ui/components/sonner.js +13 -0
- package/cloud-ui/components/spotlight.d.ts +7 -0
- package/cloud-ui/components/spotlight.d.ts.map +1 -0
- package/cloud-ui/components/spotlight.js +5 -0
- package/cloud-ui/components/theme/index.d.ts +8 -0
- package/cloud-ui/components/theme/index.d.ts.map +1 -0
- package/cloud-ui/components/theme/index.js +7 -0
- package/cloud-ui/components/theme/theme-provider.d.ts +13 -0
- package/cloud-ui/components/theme/theme-provider.d.ts.map +1 -0
- package/cloud-ui/components/theme/theme-provider.hooks.d.ts +16 -0
- package/cloud-ui/components/theme/theme-provider.hooks.d.ts.map +1 -0
- package/cloud-ui/components/theme/theme-provider.hooks.js +15 -0
- package/cloud-ui/components/theme/theme-provider.js +88 -0
- package/cloud-ui/components/theme/theme-toggle.d.ts +2 -0
- package/cloud-ui/components/theme/theme-toggle.d.ts.map +1 -0
- package/cloud-ui/components/theme/theme-toggle.js +9 -0
- package/cloud-ui/components/timeline.d.ts +12 -0
- package/cloud-ui/components/timeline.d.ts.map +1 -0
- package/cloud-ui/components/timeline.js +28 -0
- package/cloud-ui/components/voice/audio-utils.d.ts +4 -0
- package/cloud-ui/components/voice/audio-utils.d.ts.map +1 -0
- package/cloud-ui/components/voice/audio-utils.js +24 -0
- package/cloud-ui/components/voice/index.d.ts +9 -0
- package/cloud-ui/components/voice/index.d.ts.map +1 -0
- package/cloud-ui/components/voice/index.js +7 -0
- package/cloud-ui/components/voice/types.d.ts +30 -0
- package/cloud-ui/components/voice/types.d.ts.map +1 -0
- package/cloud-ui/components/voice/types.js +4 -0
- package/cloud-ui/components/voice/use-audio-player.d.ts +13 -0
- package/cloud-ui/components/voice/use-audio-player.d.ts.map +1 -0
- package/cloud-ui/components/voice/use-audio-player.js +119 -0
- package/cloud-ui/components/voice/use-audio-recorder.d.ts +14 -0
- package/cloud-ui/components/voice/use-audio-recorder.d.ts.map +1 -0
- package/cloud-ui/components/voice/use-audio-recorder.js +166 -0
- package/cloud-ui/components/voice/voice-audio-player.d.ts +14 -0
- package/cloud-ui/components/voice/voice-audio-player.d.ts.map +1 -0
- package/cloud-ui/components/voice/voice-audio-player.js +89 -0
- package/cloud-ui/components/voice/voice-empty-state.d.ts +6 -0
- package/cloud-ui/components/voice/voice-empty-state.d.ts.map +1 -0
- package/cloud-ui/components/voice/voice-empty-state.js +11 -0
- package/cloud-ui/components/voice/voice-status-badge.d.ts +10 -0
- package/cloud-ui/components/voice/voice-status-badge.d.ts.map +1 -0
- package/cloud-ui/components/voice/voice-status-badge.helpers.d.ts +11 -0
- package/cloud-ui/components/voice/voice-status-badge.helpers.d.ts.map +1 -0
- package/cloud-ui/components/voice/voice-status-badge.helpers.js +23 -0
- package/cloud-ui/components/voice/voice-status-badge.js +36 -0
- package/cloud-ui/index.css +3 -0
- package/cloud-ui/index.d.ts +31 -0
- package/cloud-ui/index.d.ts.map +1 -0
- package/cloud-ui/index.js +28 -0
- package/cloud-ui/lib/utils.d.ts +2 -0
- package/cloud-ui/lib/utils.d.ts.map +1 -0
- package/cloud-ui/lib/utils.js +1 -0
- package/cloud-ui/runtime/dynamic.d.ts +11 -0
- package/cloud-ui/runtime/dynamic.d.ts.map +1 -0
- package/cloud-ui/runtime/dynamic.js +16 -0
- package/cloud-ui/runtime/image.d.ts +18 -0
- package/cloud-ui/runtime/image.d.ts.map +1 -0
- package/cloud-ui/runtime/image.js +13 -0
- package/cloud-ui/runtime/navigation.d.ts +24 -0
- package/cloud-ui/runtime/navigation.d.ts.map +1 -0
- package/cloud-ui/runtime/navigation.js +90 -0
- package/cloud-ui/runtime/render-telemetry.d.ts +6 -0
- package/cloud-ui/runtime/render-telemetry.d.ts.map +1 -0
- package/cloud-ui/runtime/render-telemetry.js +51 -0
- package/cloud-ui/types/chat-media.d.ts +24 -0
- package/cloud-ui/types/chat-media.d.ts.map +1 -0
- package/cloud-ui/types/chat-media.js +12 -0
- package/cloud-ui/types/cloud-api.d.ts +518 -0
- package/cloud-ui/types/cloud-api.d.ts.map +1 -0
- package/cloud-ui/types/cloud-api.js +1 -0
- package/companion/desktop-bar/CompanionBar.d.ts +14 -0
- package/companion/desktop-bar/CompanionBar.d.ts.map +1 -0
- package/companion/desktop-bar/CompanionBar.js +79 -0
- package/companion/desktop-bar/index.d.ts +7 -0
- package/companion/desktop-bar/index.d.ts.map +1 -0
- package/companion/desktop-bar/index.js +4 -0
- package/companion/desktop-bar/platform/electrobun-tray.d.ts +11 -0
- package/companion/desktop-bar/platform/electrobun-tray.d.ts.map +1 -0
- package/companion/desktop-bar/platform/electrobun-tray.js +36 -0
- package/companion/desktop-bar/platform/index.d.ts +4 -0
- package/companion/desktop-bar/platform/index.d.ts.map +1 -0
- package/companion/desktop-bar/platform/index.js +14 -0
- package/companion/desktop-bar/platform/web-fallback.d.ts +3 -0
- package/companion/desktop-bar/platform/web-fallback.d.ts.map +1 -0
- package/companion/desktop-bar/platform/web-fallback.js +6 -0
- package/companion/desktop-bar/types.d.ts +16 -0
- package/companion/desktop-bar/types.d.ts.map +1 -0
- package/companion/desktop-bar/types.js +1 -0
- package/companion/desktop-bar/useKeyboardShortcuts.d.ts +19 -0
- package/companion/desktop-bar/useKeyboardShortcuts.d.ts.map +1 -0
- package/companion/desktop-bar/useKeyboardShortcuts.js +100 -0
- package/companion/desktop-bar/usePushToTalk.d.ts +17 -0
- package/companion/desktop-bar/usePushToTalk.d.ts.map +1 -0
- package/companion/desktop-bar/usePushToTalk.js +68 -0
- package/components/accounts/AccountCard.d.ts.map +1 -1
- package/components/accounts/AccountCard.js +19 -19
- package/components/accounts/AccountList.d.ts.map +1 -1
- package/components/accounts/AccountList.js +4 -3
- package/components/accounts/AddAccountDialog.d.ts.map +1 -1
- package/components/accounts/AddAccountDialog.js +11 -2
- package/components/accounts/EditableAccountLabel.d.ts.map +1 -1
- package/components/accounts/EditableAccountLabel.js +3 -2
- package/components/accounts/RotationStrategyPicker.d.ts.map +1 -1
- package/components/accounts/RotationStrategyPicker.js +2 -2
- package/components/apps/AppWindowRenderer.d.ts +5 -0
- package/components/apps/AppWindowRenderer.d.ts.map +1 -0
- package/components/apps/AppWindowRenderer.helpers.d.ts +4 -0
- package/components/apps/AppWindowRenderer.helpers.d.ts.map +1 -0
- package/components/apps/AppWindowRenderer.helpers.js +20 -0
- package/components/apps/AppWindowRenderer.js +72 -0
- package/components/apps/AppsCatalogGrid.d.ts +2 -1
- package/components/apps/AppsCatalogGrid.d.ts.map +1 -1
- package/components/apps/AppsCatalogGrid.js +29 -7
- package/components/apps/AppsSidebar.d.ts.map +1 -1
- package/components/apps/AppsSidebar.js +6 -4
- package/components/apps/GameView.d.ts +0 -4
- package/components/apps/GameView.d.ts.map +1 -1
- package/components/apps/GameView.helpers.d.ts +3 -0
- package/components/apps/GameView.helpers.d.ts.map +1 -0
- package/components/apps/GameView.helpers.js +50 -0
- package/components/apps/GameView.js +180 -171
- package/components/apps/GameViewOverlay.d.ts.map +1 -1
- package/components/apps/GameViewOverlay.js +27 -6
- package/components/apps/RunningAppsRow.js +4 -4
- package/components/apps/app-identity.d.ts +7 -12
- package/components/apps/app-identity.d.ts.map +1 -1
- package/components/apps/app-identity.helpers.d.ts +13 -0
- package/components/apps/app-identity.helpers.d.ts.map +1 -0
- package/components/apps/app-identity.helpers.js +49 -0
- package/components/apps/app-identity.js +8 -54
- package/components/apps/apps-cache.d.ts +1 -1
- package/components/apps/apps-cache.d.ts.map +1 -1
- package/components/apps/extensions/registry.d.ts +1 -1
- package/components/apps/extensions/registry.js +1 -1
- package/components/apps/extensions/surface.d.ts +1 -6
- package/components/apps/extensions/surface.d.ts.map +1 -1
- package/components/apps/extensions/surface.helpers.d.ts +8 -0
- package/components/apps/extensions/surface.helpers.d.ts.map +1 -0
- package/components/apps/extensions/surface.helpers.js +66 -0
- package/components/apps/extensions/surface.js +3 -69
- package/components/apps/helpers.d.ts +2 -1
- package/components/apps/helpers.d.ts.map +1 -1
- package/components/apps/helpers.js +39 -44
- package/components/apps/home-grid-apps.d.ts +19 -0
- package/components/apps/home-grid-apps.d.ts.map +1 -0
- package/components/apps/home-grid-apps.js +75 -0
- package/components/apps/internal-tool-apps.d.ts.map +1 -1
- package/components/apps/internal-tool-apps.js +25 -15
- package/components/apps/load-apps-catalog.d.ts.map +1 -1
- package/components/apps/load-apps-catalog.js +6 -22
- package/components/apps/overlay-app-api.d.ts +17 -4
- package/components/apps/overlay-app-api.d.ts.map +1 -1
- package/components/apps/overlay-app-registry.d.ts +5 -5
- package/components/apps/overlay-app-registry.d.ts.map +1 -1
- package/components/apps/overlay-app-registry.js +26 -15
- package/components/apps/provenance.d.ts +36 -0
- package/components/apps/provenance.d.ts.map +1 -0
- package/components/apps/provenance.js +40 -0
- package/components/apps/surfaces/GameOperatorShell.d.ts +1 -9
- package/components/apps/surfaces/GameOperatorShell.d.ts.map +1 -1
- package/components/apps/surfaces/GameOperatorShell.js +5 -11
- package/components/apps/surfaces/registry.d.ts +1 -1
- package/components/apps/surfaces/registry.js +1 -1
- package/components/apps/useRegistryCatalog.d.ts +1 -0
- package/components/apps/useRegistryCatalog.d.ts.map +1 -1
- package/components/apps/useRegistryCatalog.js +12 -4
- package/components/apps/viewer-auth.d.ts +10 -1
- package/components/apps/viewer-auth.d.ts.map +1 -1
- package/components/apps/viewer-auth.js +12 -3
- package/components/auth/LoginView.d.ts.map +1 -1
- package/components/auth/LoginView.js +51 -11
- package/components/brand/eliza-mark.d.ts +16 -0
- package/components/brand/eliza-mark.d.ts.map +1 -0
- package/components/brand/eliza-mark.js +15 -0
- package/components/character/CharacterEditor.d.ts.map +1 -1
- package/components/character/CharacterEditor.js +194 -132
- package/components/character/CharacterEditorPanels.d.ts.map +1 -1
- package/components/character/CharacterEditorPanels.js +228 -117
- package/components/character/CharacterExperienceWorkspace.d.ts.map +1 -1
- package/components/character/CharacterExperienceWorkspace.js +210 -208
- package/components/character/CharacterHubView.d.ts.map +1 -1
- package/components/character/CharacterHubView.js +50 -155
- package/components/character/CharacterLearnedSkillsSection.d.ts.map +1 -1
- package/components/character/CharacterLearnedSkillsSection.js +67 -34
- package/components/character/CharacterOverviewSection.d.ts +6 -9
- package/components/character/CharacterOverviewSection.d.ts.map +1 -1
- package/components/character/CharacterOverviewSection.js +19 -20
- package/components/character/CharacterPersonalityTimeline.js +1 -1
- package/components/character/CharacterRoster.d.ts +2 -12
- package/components/character/CharacterRoster.d.ts.map +1 -1
- package/components/character/CharacterRoster.helpers.d.ts +13 -0
- package/components/character/CharacterRoster.helpers.d.ts.map +1 -0
- package/components/character/CharacterRoster.helpers.js +43 -0
- package/components/character/CharacterRoster.js +6 -50
- package/components/character/MusicLibraryCharacterWidget.js +2 -2
- package/components/character/character-editor-helpers.d.ts +2 -2
- package/components/character/character-editor-helpers.d.ts.map +1 -1
- package/components/character/character-editor-helpers.js +1 -1
- package/components/chat/AccountRequiredCard.d.ts +11 -1
- package/components/chat/AccountRequiredCard.d.ts.map +1 -1
- package/components/chat/AccountRequiredCard.js +55 -5
- package/components/chat/AgentActivityBox.js +1 -1
- package/components/chat/AppsSection.d.ts.map +1 -1
- package/components/chat/AppsSection.js +2 -2
- package/components/chat/ConnectorAccountPicker.d.ts.map +1 -1
- package/components/chat/ConnectorAccountPicker.js +5 -1
- package/components/chat/MessageAttachments.d.ts +21 -0
- package/components/chat/MessageAttachments.d.ts.map +1 -0
- package/components/chat/MessageAttachments.js +157 -0
- package/components/chat/MessageContent.d.ts +1 -34
- package/components/chat/MessageContent.d.ts.map +1 -1
- package/components/chat/MessageContent.js +160 -43
- package/components/chat/SaveCommandModal.js +6 -4
- package/components/chat/TasksEventsPanel.d.ts +1 -2
- package/components/chat/TasksEventsPanel.d.ts.map +1 -1
- package/components/chat/TasksEventsPanel.js +5 -7
- package/components/chat/ThinkingBlock.d.ts +14 -0
- package/components/chat/ThinkingBlock.d.ts.map +1 -0
- package/components/chat/ThinkingBlock.js +19 -0
- package/components/chat/WidgetVisibilityPanel.d.ts +1 -2
- package/components/chat/WidgetVisibilityPanel.d.ts.map +1 -1
- package/components/chat/WidgetVisibilityPanel.helpers.d.ts +3 -0
- package/components/chat/WidgetVisibilityPanel.helpers.d.ts.map +1 -0
- package/components/chat/WidgetVisibilityPanel.helpers.js +13 -0
- package/components/chat/WidgetVisibilityPanel.js +3 -22
- package/components/chat/message-choice-parser.d.ts +2 -0
- package/components/chat/message-choice-parser.d.ts.map +1 -1
- package/components/chat/message-choice-parser.js +8 -2
- package/components/chat/message-followups-parser.d.ts +38 -0
- package/components/chat/message-followups-parser.d.ts.map +1 -0
- package/components/chat/message-followups-parser.js +81 -0
- package/components/chat/message-form-parser.d.ts +65 -0
- package/components/chat/message-form-parser.d.ts.map +1 -0
- package/components/chat/message-form-parser.js +144 -0
- package/components/chat/message-task-parser.d.ts +39 -0
- package/components/chat/message-task-parser.d.ts.map +1 -0
- package/components/chat/message-task-parser.js +56 -0
- package/components/chat/widgets/ChoiceWidget.d.ts +3 -1
- package/components/chat/widgets/ChoiceWidget.d.ts.map +1 -1
- package/components/chat/widgets/ChoiceWidget.js +19 -4
- package/components/chat/widgets/__e2e__/orchestrator-accounts-fixture.d.ts +2 -0
- package/components/chat/widgets/__e2e__/orchestrator-accounts-fixture.d.ts.map +1 -0
- package/components/chat/widgets/__e2e__/orchestrator-accounts-fixture.js +131 -0
- package/components/chat/widgets/agent-orchestrator-accounts-view.d.ts +13 -0
- package/components/chat/widgets/agent-orchestrator-accounts-view.d.ts.map +1 -0
- package/components/chat/widgets/agent-orchestrator-accounts-view.js +87 -0
- package/components/chat/widgets/agent-orchestrator.d.ts.map +1 -1
- package/components/chat/widgets/agent-orchestrator.js +160 -39
- package/components/chat/widgets/browser-status.d.ts +1 -2
- package/components/chat/widgets/browser-status.d.ts.map +1 -1
- package/components/chat/widgets/browser-status.helpers.d.ts +3 -0
- package/components/chat/widgets/browser-status.helpers.d.ts.map +1 -0
- package/components/chat/widgets/browser-status.helpers.js +8 -0
- package/components/chat/widgets/browser-status.js +1 -8
- package/components/chat/widgets/followups.d.ts +35 -0
- package/components/chat/widgets/followups.d.ts.map +1 -0
- package/components/chat/widgets/followups.js +56 -0
- package/components/chat/widgets/form-request.d.ts +23 -0
- package/components/chat/widgets/form-request.d.ts.map +1 -0
- package/components/chat/widgets/form-request.js +97 -0
- package/components/chat/widgets/inline-builtins.d.ts +12 -0
- package/components/chat/widgets/inline-builtins.d.ts.map +1 -0
- package/components/chat/widgets/inline-builtins.js +36 -0
- package/components/chat/widgets/inline-registry.d.ts +59 -0
- package/components/chat/widgets/inline-registry.d.ts.map +1 -0
- package/components/chat/widgets/inline-registry.js +33 -0
- package/components/chat/widgets/music-player.d.ts +1 -2
- package/components/chat/widgets/music-player.d.ts.map +1 -1
- package/components/chat/widgets/music-player.helpers.d.ts +3 -0
- package/components/chat/widgets/music-player.helpers.d.ts.map +1 -0
- package/components/chat/widgets/music-player.helpers.js +8 -0
- package/components/chat/widgets/music-player.js +5 -10
- package/components/chat/widgets/shared.js +1 -1
- package/components/chat/widgets/task-widget.d.ts +34 -0
- package/components/chat/widgets/task-widget.d.ts.map +1 -0
- package/components/chat/widgets/task-widget.js +187 -0
- package/components/chat/widgets/todo.d.ts.map +1 -1
- package/components/chat/widgets/todo.js +7 -17
- package/components/cloud/CloudSourceControls.d.ts.map +1 -1
- package/components/cloud/CloudSourceControls.js +5 -4
- package/components/cloud/CloudStatusBadge.d.ts +0 -18
- package/components/cloud/CloudStatusBadge.d.ts.map +1 -1
- package/components/cloud/CloudStatusBadge.js +8 -9
- package/components/cloud/FlaminaGuide.d.ts.map +1 -1
- package/components/cloud/FlaminaGuide.js +10 -10
- package/components/cloud/StripeEmbeddedCheckout.js +2 -2
- package/components/companion/injected.d.ts +1 -3
- package/components/companion/injected.d.ts.map +1 -1
- package/components/companion/injected.hooks.d.ts +4 -0
- package/components/companion/injected.hooks.d.ts.map +1 -0
- package/components/companion/injected.hooks.js +12 -0
- package/components/companion/injected.js +1 -13
- package/components/composites/OwnerBadge.d.ts +35 -0
- package/components/composites/OwnerBadge.d.ts.map +1 -0
- package/components/composites/OwnerBadge.js +35 -0
- package/components/composites/chat/ChatVoiceStatusBar.d.ts +38 -0
- package/components/composites/chat/ChatVoiceStatusBar.d.ts.map +1 -0
- package/components/composites/chat/ChatVoiceStatusBar.js +71 -0
- package/components/composites/chat/ContinuousChatToggle.d.ts +26 -0
- package/components/composites/chat/ContinuousChatToggle.d.ts.map +1 -0
- package/components/composites/chat/ContinuousChatToggle.js +66 -0
- package/components/composites/chat/chat-attachment-strip.d.ts.map +1 -1
- package/components/composites/chat/chat-attachment-strip.js +7 -2
- package/components/composites/chat/chat-bubble.d.ts.map +1 -1
- package/components/composites/chat/chat-bubble.js +7 -2
- package/components/composites/chat/chat-composer-shell.js +4 -4
- package/components/composites/chat/chat-composer.d.ts +4 -5
- package/components/composites/chat/chat-composer.d.ts.map +1 -1
- package/components/composites/chat/chat-composer.js +51 -53
- package/components/composites/chat/chat-conversation-item.d.ts.map +1 -1
- package/components/composites/chat/chat-conversation-item.js +16 -14
- package/components/composites/chat/chat-empty-state.js +1 -1
- package/components/composites/chat/chat-message-actions.js +1 -1
- package/components/composites/chat/chat-message.d.ts +9 -2
- package/components/composites/chat/chat-message.d.ts.map +1 -1
- package/components/composites/chat/chat-message.js +132 -36
- package/components/composites/chat/chat-source.d.ts +15 -17
- package/components/composites/chat/chat-source.d.ts.map +1 -1
- package/components/composites/chat/chat-source.helpers.d.ts +25 -0
- package/components/composites/chat/chat-source.helpers.d.ts.map +1 -0
- package/components/composites/chat/chat-source.helpers.js +66 -0
- package/components/composites/chat/chat-source.js +18 -51
- package/components/composites/chat/chat-transcript.d.ts.map +1 -1
- package/components/composites/chat/chat-transcript.js +26 -6
- package/components/composites/chat/chat-types.d.ts +23 -0
- package/components/composites/chat/chat-types.d.ts.map +1 -1
- package/components/composites/chat/chat-typing-indicator.js +1 -1
- package/components/composites/chat/index.d.ts +2 -3
- package/components/composites/chat/index.d.ts.map +1 -1
- package/components/composites/chat/index.js +2 -3
- package/components/composites/chat/permission-card.d.ts +1 -62
- package/components/composites/chat/permission-card.d.ts.map +1 -1
- package/components/composites/chat/permission-card.helpers.d.ts +67 -0
- package/components/composites/chat/permission-card.helpers.d.ts.map +1 -0
- package/components/composites/chat/permission-card.helpers.js +182 -0
- package/components/composites/chat/permission-card.js +82 -171
- package/components/composites/chat/permission-card.render.d.ts +7 -0
- package/components/composites/chat/permission-card.render.d.ts.map +1 -0
- package/components/composites/chat/permission-card.render.js +9 -0
- package/components/composites/chat-search-hint.d.ts +21 -0
- package/components/composites/chat-search-hint.d.ts.map +1 -0
- package/components/composites/chat-search-hint.js +24 -0
- package/components/composites/code/DiffReviewPanel.d.ts +17 -0
- package/components/composites/code/DiffReviewPanel.d.ts.map +1 -0
- package/components/composites/code/DiffReviewPanel.js +97 -0
- package/components/composites/code/index.d.ts +2 -0
- package/components/composites/code/index.d.ts.map +1 -0
- package/components/composites/code/index.js +1 -0
- package/components/composites/index.d.ts +5 -1
- package/components/composites/index.d.ts.map +1 -1
- package/components/composites/index.js +5 -1
- package/components/composites/page-panel/index.d.ts +4 -1
- package/components/composites/page-panel/index.d.ts.map +1 -1
- package/components/composites/page-panel/index.js +3 -0
- package/components/composites/page-panel/page-panel-collapsible-section.js +1 -1
- package/components/composites/page-panel/page-panel-empty.js +2 -2
- package/components/composites/page-panel/page-panel-feature-empty.d.ts +22 -0
- package/components/composites/page-panel/page-panel-feature-empty.d.ts.map +1 -0
- package/components/composites/page-panel/page-panel-feature-empty.js +9 -0
- package/components/composites/page-panel/page-panel-header.d.ts.map +1 -1
- package/components/composites/page-panel/page-panel-header.js +9 -9
- package/components/composites/page-panel/page-panel-loading.js +1 -1
- package/components/composites/page-panel/page-panel-root.d.ts +1 -1
- package/components/composites/page-panel/page-panel-root.d.ts.map +1 -1
- package/components/composites/page-panel/page-panel-root.js +7 -6
- package/components/composites/page-panel/page-panel-types.d.ts +1 -1
- package/components/composites/page-panel/page-panel-types.d.ts.map +1 -1
- package/components/composites/search/index.d.ts +0 -1
- package/components/composites/search/index.d.ts.map +1 -1
- package/components/composites/search/index.js +0 -1
- package/components/composites/search/searchbar.d.ts +0 -10
- package/components/composites/search/searchbar.d.ts.map +1 -1
- package/components/composites/search/searchbar.js +1 -12
- package/components/composites/sidebar/index.d.ts +1 -1
- package/components/composites/sidebar/index.d.ts.map +1 -1
- package/components/composites/sidebar/index.js +1 -1
- package/components/composites/sidebar/nav-active.d.ts +16 -0
- package/components/composites/sidebar/nav-active.d.ts.map +1 -0
- package/components/composites/sidebar/nav-active.js +15 -0
- package/components/composites/sidebar/sidebar-content.d.ts.map +1 -1
- package/components/composites/sidebar/sidebar-content.js +6 -5
- package/components/composites/sidebar/sidebar-header.d.ts +1 -1
- package/components/composites/sidebar/sidebar-header.d.ts.map +1 -1
- package/components/composites/sidebar/sidebar-root.d.ts.map +1 -1
- package/components/composites/sidebar/sidebar-root.js +9 -9
- package/components/composites/sidebar/sidebar-types.d.ts +0 -19
- package/components/composites/sidebar/sidebar-types.d.ts.map +1 -1
- package/components/composites/skills/skill-sidebar-item.js +2 -2
- package/components/composites/trajectories/trajectory-cache-stats.js +1 -1
- package/components/composites/trajectories/trajectory-code-block.js +1 -1
- package/components/composites/trajectories/trajectory-context-diff-list.js +2 -2
- package/components/composites/trajectories/trajectory-event-timeline.js +1 -1
- package/components/composites/trajectories/trajectory-llm-call-card.d.ts +2 -3
- package/components/composites/trajectories/trajectory-llm-call-card.d.ts.map +1 -1
- package/components/composites/trajectories/trajectory-llm-call-card.js +2 -2
- package/components/composites/trajectories/trajectory-pipeline-graph.js +4 -4
- package/components/config-ui/config-control-primitives.d.ts +0 -10
- package/components/config-ui/config-control-primitives.d.ts.map +1 -1
- package/components/config-ui/config-control-primitives.helpers.d.ts +11 -0
- package/components/config-ui/config-control-primitives.helpers.d.ts.map +1 -0
- package/components/config-ui/config-control-primitives.helpers.js +15 -0
- package/components/config-ui/config-control-primitives.js +0 -15
- package/components/config-ui/config-field.d.ts +0 -47
- package/components/config-ui/config-field.d.ts.map +1 -1
- package/components/config-ui/config-field.helpers.d.ts +49 -0
- package/components/config-ui/config-field.helpers.d.ts.map +1 -0
- package/components/config-ui/config-field.helpers.js +857 -0
- package/components/config-ui/config-field.js +2 -847
- package/components/config-ui/config-renderer.d.ts +1 -131
- package/components/config-ui/config-renderer.d.ts.map +1 -1
- package/components/config-ui/config-renderer.helpers.d.ts +25 -0
- package/components/config-ui/config-renderer.helpers.d.ts.map +1 -0
- package/components/config-ui/config-renderer.helpers.js +30 -0
- package/components/config-ui/config-renderer.js +3 -35
- package/components/config-ui/index.d.ts +4 -1
- package/components/config-ui/index.d.ts.map +1 -1
- package/components/config-ui/index.js +4 -1
- package/components/config-ui/ui-renderer.d.ts +1 -6
- package/components/config-ui/ui-renderer.d.ts.map +1 -1
- package/components/config-ui/ui-renderer.helpers.d.ts +9 -0
- package/components/config-ui/ui-renderer.helpers.d.ts.map +1 -0
- package/components/config-ui/ui-renderer.helpers.js +175 -0
- package/components/config-ui/ui-renderer.js +15 -129
- package/components/connectors/BlueBubblesStatusPanel.d.ts.map +1 -1
- package/components/connectors/BlueBubblesStatusPanel.js +4 -3
- package/components/connectors/ConnectorAccountAuditList.d.ts.map +1 -1
- package/components/connectors/ConnectorAccountAuditList.js +27 -7
- package/components/connectors/ConnectorAccountCard.d.ts.map +1 -1
- package/components/connectors/ConnectorAccountCard.js +100 -32
- package/components/connectors/ConnectorAccountList.d.ts +23 -2
- package/components/connectors/ConnectorAccountList.d.ts.map +1 -1
- package/components/connectors/ConnectorAccountList.js +38 -8
- package/components/connectors/ConnectorAccountPrivacySelector.d.ts.map +1 -1
- package/components/connectors/ConnectorAccountPrivacySelector.js +33 -6
- package/components/connectors/ConnectorAccountPurposeSelector.d.ts.map +1 -1
- package/components/connectors/ConnectorAccountPurposeSelector.js +20 -3
- package/components/connectors/ConnectorAccountSetupScope.d.ts.map +1 -1
- package/components/connectors/ConnectorAccountSetupScope.js +18 -5
- package/components/connectors/ConnectorModeSelector.d.ts +1 -30
- package/components/connectors/ConnectorModeSelector.d.ts.map +1 -1
- package/components/connectors/ConnectorModeSelector.helpers.d.ts +21 -0
- package/components/connectors/ConnectorModeSelector.helpers.d.ts.map +1 -0
- package/components/connectors/ConnectorModeSelector.helpers.js +257 -0
- package/components/connectors/ConnectorModeSelector.hooks.d.ts +13 -0
- package/components/connectors/ConnectorModeSelector.hooks.d.ts.map +1 -0
- package/components/connectors/ConnectorModeSelector.hooks.js +22 -0
- package/components/connectors/ConnectorModeSelector.js +7 -246
- package/components/connectors/ConnectorQrPairingOverlay.d.ts +33 -0
- package/components/connectors/ConnectorQrPairingOverlay.d.ts.map +1 -0
- package/components/connectors/ConnectorQrPairingOverlay.js +50 -0
- package/components/connectors/ConnectorSetupPanel.d.ts +0 -8
- package/components/connectors/ConnectorSetupPanel.d.ts.map +1 -1
- package/components/connectors/ConnectorSetupPanel.helpers.d.ts +11 -0
- package/components/connectors/ConnectorSetupPanel.helpers.d.ts.map +1 -0
- package/components/connectors/ConnectorSetupPanel.helpers.js +52 -0
- package/components/connectors/ConnectorSetupPanel.js +1 -50
- package/components/connectors/DiscordLocalConnectorPanel.d.ts.map +1 -1
- package/components/connectors/DiscordLocalConnectorPanel.js +11 -10
- package/components/connectors/IMessageStatusPanel.d.ts.map +1 -1
- package/components/connectors/IMessageStatusPanel.js +4 -3
- package/components/connectors/OwnerAgentConnectorSetupPanel.d.ts +34 -0
- package/components/connectors/OwnerAgentConnectorSetupPanel.d.ts.map +1 -0
- package/components/connectors/OwnerAgentConnectorSetupPanel.js +32 -0
- package/components/connectors/SignalQrOverlay.d.ts.map +1 -1
- package/components/connectors/SignalQrOverlay.js +35 -58
- package/components/connectors/TelegramAccountConnectorPanel.d.ts.map +1 -1
- package/components/connectors/TelegramAccountConnectorPanel.js +23 -21
- package/components/connectors/TelegramBotSetupPanel.d.ts.map +1 -1
- package/components/connectors/TelegramBotSetupPanel.js +15 -9
- package/components/connectors/WhatsAppQrOverlay.d.ts.map +1 -1
- package/components/connectors/WhatsAppQrOverlay.js +24 -48
- package/components/connectors/XRPairingPanel.d.ts +2 -0
- package/components/connectors/XRPairingPanel.d.ts.map +1 -0
- package/components/connectors/XRPairingPanel.js +54 -0
- package/components/conversations/ConversationRenameDialog.js +1 -1
- package/components/conversations/ConversationsSidebar.d.ts.map +1 -1
- package/components/conversations/ConversationsSidebar.js +19 -77
- package/components/conversations/conversation-sidebar-model.d.ts.map +1 -1
- package/components/conversations/conversation-sidebar-model.js +1 -1
- package/components/conversations/conversation-utils.d.ts +2 -2
- package/components/conversations/conversation-utils.d.ts.map +1 -1
- package/components/conversations/conversation-utils.js +2 -58
- package/components/custom-actions/CustomActionEditor.d.ts.map +1 -1
- package/components/custom-actions/CustomActionEditor.js +8 -2
- package/components/custom-actions/CustomActionsPanel.d.ts.map +1 -1
- package/components/custom-actions/CustomActionsPanel.js +9 -10
- package/components/custom-actions/CustomActionsView.d.ts.map +1 -1
- package/components/custom-actions/CustomActionsView.js +18 -17
- package/components/custom-actions/custom-action-form.d.ts +5 -5
- package/components/custom-actions/custom-action-form.d.ts.map +1 -1
- package/components/custom-actions/custom-action-form.js +3 -3
- package/components/desktop/DesktopTabBar.d.ts +24 -0
- package/components/desktop/DesktopTabBar.d.ts.map +1 -0
- package/components/desktop/DesktopTabBar.js +34 -0
- package/components/index.d.ts +64 -16
- package/components/index.d.ts.map +1 -1
- package/components/index.js +70 -16
- package/components/local-inference/ActiveModelBar.d.ts.map +1 -1
- package/components/local-inference/ActiveModelBar.js +15 -6
- package/components/local-inference/CustomModelSearch.d.ts +19 -0
- package/components/local-inference/CustomModelSearch.d.ts.map +1 -0
- package/components/local-inference/CustomModelSearch.js +128 -0
- package/components/local-inference/DeviceBridgeStatus.d.ts +4 -1
- package/components/local-inference/DeviceBridgeStatus.d.ts.map +1 -1
- package/components/local-inference/DeviceBridgeStatus.js +18 -28
- package/components/local-inference/DevicesPanel.d.ts +4 -1
- package/components/local-inference/DevicesPanel.d.ts.map +1 -1
- package/components/local-inference/DevicesPanel.js +21 -29
- package/components/local-inference/DownloadProgress.d.ts.map +1 -1
- package/components/local-inference/DownloadProgress.js +16 -2
- package/components/local-inference/DownloadQueue.d.ts.map +1 -1
- package/components/local-inference/DownloadQueue.js +16 -5
- package/components/local-inference/FirstRunOffer.d.ts +3 -2
- package/components/local-inference/FirstRunOffer.d.ts.map +1 -1
- package/components/local-inference/FirstRunOffer.js +43 -23
- package/components/local-inference/HardwareBadge.d.ts.map +1 -1
- package/components/local-inference/HardwareBadge.js +12 -2
- package/components/local-inference/LocalInferencePanel.d.ts.map +1 -1
- package/components/local-inference/LocalInferencePanel.js +228 -38
- package/components/local-inference/ModelCard.d.ts +2 -1
- package/components/local-inference/ModelCard.d.ts.map +1 -1
- package/components/local-inference/ModelCard.js +25 -5
- package/components/local-inference/ModelHubView.d.ts.map +1 -1
- package/components/local-inference/ModelHubView.js +29 -6
- package/components/local-inference/ModelUpdatesPanel.d.ts +52 -0
- package/components/local-inference/ModelUpdatesPanel.d.ts.map +1 -0
- package/components/local-inference/ModelUpdatesPanel.js +113 -0
- package/components/local-inference/ProvidersList.d.ts.map +1 -1
- package/components/local-inference/ProvidersList.js +51 -17
- package/components/local-inference/RoutingMatrix.d.ts.map +1 -1
- package/components/local-inference/RoutingMatrix.js +126 -44
- package/components/local-inference/SlotAssignments.d.ts.map +1 -1
- package/components/local-inference/SlotAssignments.js +46 -27
- package/components/local-inference/hub-utils.d.ts +4 -1
- package/components/local-inference/hub-utils.d.ts.map +1 -1
- package/components/local-inference/hub-utils.js +14 -8
- package/components/local-inference/slot-metadata.d.ts +9 -0
- package/components/local-inference/slot-metadata.d.ts.map +1 -0
- package/components/local-inference/slot-metadata.js +32 -0
- package/components/local-inference/useDeviceBridgeStatus.d.ts +4 -0
- package/components/local-inference/useDeviceBridgeStatus.d.ts.map +1 -0
- package/components/local-inference/useDeviceBridgeStatus.js +30 -0
- package/components/local-inference/useHomeModelStatus.d.ts +9 -0
- package/components/local-inference/useHomeModelStatus.d.ts.map +1 -0
- package/components/local-inference/useHomeModelStatus.js +60 -0
- package/components/pages/AppDetailsView.d.ts +1 -12
- package/components/pages/AppDetailsView.d.ts.map +1 -1
- package/components/pages/AppDetailsView.helpers.d.ts +11 -0
- package/components/pages/AppDetailsView.helpers.d.ts.map +1 -0
- package/components/pages/AppDetailsView.helpers.js +35 -0
- package/components/pages/AppDetailsView.js +201 -61
- package/components/pages/AppsPageView.d.ts.map +1 -1
- package/components/pages/AppsPageView.js +12 -11
- package/components/pages/AppsView.d.ts +0 -1
- package/components/pages/AppsView.d.ts.map +1 -1
- package/components/pages/AppsView.js +68 -57
- package/components/pages/AutomationsFeed.d.ts +7 -18
- package/components/pages/AutomationsFeed.d.ts.map +1 -1
- package/components/pages/AutomationsFeed.js +279 -121
- package/components/pages/BrowserWorkspaceView.d.ts +65 -11
- package/components/pages/BrowserWorkspaceView.d.ts.map +1 -1
- package/components/pages/BrowserWorkspaceView.js +255 -126
- package/components/pages/CameraPageView.d.ts +2 -0
- package/components/pages/CameraPageView.d.ts.map +1 -0
- package/components/pages/CameraPageView.js +149 -0
- package/components/pages/ChatView.d.ts +8 -2
- package/components/pages/ChatView.d.ts.map +1 -1
- package/components/pages/ChatView.js +128 -80
- package/components/pages/ConfigPageView.d.ts.map +1 -1
- package/components/pages/ConfigPageView.js +129 -75
- package/components/pages/DatabasePageView.d.ts.map +1 -1
- package/components/pages/DatabasePageView.js +32 -7
- package/components/pages/DatabaseView.d.ts.map +1 -1
- package/components/pages/DatabaseView.js +140 -67
- package/components/pages/DocumentsView.d.ts +1 -1
- package/components/pages/DocumentsView.d.ts.map +1 -1
- package/components/pages/DocumentsView.js +141 -64
- package/components/pages/ElizaCloudDashboard.d.ts.map +1 -1
- package/components/pages/ElizaCloudDashboard.js +27 -20
- package/components/pages/ElizaOsAppsView.d.ts.map +1 -1
- package/components/pages/ElizaOsAppsView.js +407 -44
- package/components/pages/GeneratedViewHero.d.ts +31 -0
- package/components/pages/GeneratedViewHero.d.ts.map +1 -0
- package/components/pages/GeneratedViewHero.js +118 -0
- package/components/pages/HeartbeatForm.d.ts.map +1 -1
- package/components/pages/HeartbeatForm.js +322 -28
- package/components/pages/HeartbeatsView.d.ts.map +1 -1
- package/components/pages/HeartbeatsView.js +162 -45
- package/components/pages/LogsView.d.ts.map +1 -1
- package/components/pages/LogsView.js +104 -40
- package/components/pages/MediaGalleryView.d.ts.map +1 -1
- package/components/pages/MediaGalleryView.js +65 -27
- package/components/pages/MemoryDetailPanel.d.ts.map +1 -1
- package/components/pages/MemoryDetailPanel.js +4 -3
- package/components/pages/MemoryViewerView.d.ts.map +1 -1
- package/components/pages/MemoryViewerView.js +250 -82
- package/components/pages/PluginCard.d.ts +1 -1
- package/components/pages/PluginCard.d.ts.map +1 -1
- package/components/pages/PluginCard.js +64 -101
- package/components/pages/PluginConfigForm.d.ts +0 -11
- package/components/pages/PluginConfigForm.d.ts.map +1 -1
- package/components/pages/PluginConfigForm.js +5 -4
- package/components/pages/PluginVisual.d.ts +12 -0
- package/components/pages/PluginVisual.d.ts.map +1 -0
- package/components/pages/PluginVisual.js +66 -0
- package/components/pages/PluginsPageView.d.ts.map +1 -1
- package/components/pages/PluginsPageView.js +2 -1
- package/components/pages/PluginsView.d.ts +0 -1
- package/components/pages/PluginsView.d.ts.map +1 -1
- package/components/pages/PluginsView.js +142 -71
- package/components/pages/RelationshipsGraphPanel.d.ts.map +1 -1
- package/components/pages/RelationshipsGraphPanel.js +58 -15
- package/components/pages/RelationshipsIdentityCluster.js +1 -1
- package/components/pages/RelationshipsView.d.ts.map +1 -1
- package/components/pages/RelationshipsView.js +2 -1
- package/components/pages/ReleaseCenterView.d.ts.map +1 -1
- package/components/pages/ReleaseCenterView.js +192 -47
- package/components/pages/RuntimeView.d.ts.map +1 -1
- package/components/pages/RuntimeView.js +121 -60
- package/components/pages/SecretsView.d.ts.map +1 -1
- package/components/pages/SecretsView.js +47 -35
- package/components/pages/SettingsView.d.ts +1 -1
- package/components/pages/SettingsView.d.ts.map +1 -1
- package/components/pages/SettingsView.js +133 -491
- package/components/pages/SkillsView.d.ts.map +1 -1
- package/components/pages/SkillsView.js +188 -82
- package/components/pages/SqlEditorPanel.d.ts.map +1 -1
- package/components/pages/SqlEditorPanel.js +7 -5
- package/components/pages/StreamView.d.ts.map +1 -1
- package/components/pages/StreamView.js +67 -62
- package/components/pages/TaskEditor.d.ts +0 -1
- package/components/pages/TaskEditor.d.ts.map +1 -1
- package/components/pages/TaskEditor.js +107 -11
- package/components/pages/TasksPageView.d.ts +4 -0
- package/components/pages/TasksPageView.d.ts.map +1 -1
- package/components/pages/TasksPageView.js +7 -7
- package/components/pages/TrajectoriesView.d.ts.map +1 -1
- package/components/pages/TrajectoriesView.js +67 -38
- package/components/pages/TrajectoryDetailView.d.ts.map +1 -1
- package/components/pages/TrajectoryDetailView.js +24 -33
- package/components/pages/ViewCatalog.d.ts +10 -0
- package/components/pages/ViewCatalog.d.ts.map +1 -0
- package/components/pages/ViewCatalog.js +600 -0
- package/components/pages/WorkflowEditor.d.ts +4 -4
- package/components/pages/WorkflowEditor.d.ts.map +1 -1
- package/components/pages/WorkflowEditor.js +402 -54
- package/components/pages/WorkflowGraphViewer.d.ts.map +1 -1
- package/components/pages/WorkflowGraphViewer.js +81 -65
- package/components/pages/browser-workspace-wallet.d.ts +8 -1
- package/components/pages/browser-workspace-wallet.d.ts.map +1 -1
- package/components/pages/browser-workspace-wallet.js +54 -5
- package/components/pages/chat-view-hooks.d.ts +17 -7
- package/components/pages/chat-view-hooks.d.ts.map +1 -1
- package/components/pages/chat-view-hooks.js +189 -86
- package/components/pages/config-page-sections.d.ts +1 -45
- package/components/pages/config-page-sections.d.ts.map +1 -1
- package/components/pages/config-page-sections.helpers.d.ts +37 -0
- package/components/pages/config-page-sections.helpers.d.ts.map +1 -0
- package/components/pages/config-page-sections.helpers.js +4 -0
- package/components/pages/config-page-sections.js +24 -17
- package/components/pages/database-utils.d.ts +0 -6
- package/components/pages/database-utils.d.ts.map +1 -1
- package/components/pages/database-utils.js +14 -18
- package/components/pages/documents-detail.d.ts +0 -4
- package/components/pages/documents-detail.d.ts.map +1 -1
- package/components/pages/documents-detail.helpers.d.ts +5 -0
- package/components/pages/documents-detail.helpers.d.ts.map +1 -0
- package/components/pages/documents-detail.helpers.js +24 -0
- package/components/pages/documents-detail.js +8 -28
- package/components/pages/documents-upload.d.ts +1 -18
- package/components/pages/documents-upload.d.ts.map +1 -1
- package/components/pages/documents-upload.helpers.d.ts +19 -0
- package/components/pages/documents-upload.helpers.d.ts.map +1 -0
- package/components/pages/documents-upload.helpers.js +46 -0
- package/components/pages/documents-upload.js +115 -60
- package/components/pages/heartbeat-utils.d.ts +3 -5
- package/components/pages/heartbeat-utils.d.ts.map +1 -1
- package/components/pages/heartbeat-utils.js +11 -26
- package/components/pages/help/HelpView.d.ts +3 -0
- package/components/pages/help/HelpView.d.ts.map +1 -0
- package/components/pages/help/HelpView.js +80 -0
- package/components/pages/help/help-content.d.ts +28 -0
- package/components/pages/help/help-content.d.ts.map +1 -0
- package/components/pages/help/help-content.js +479 -0
- package/components/pages/page-scoped-conversations.js +1 -1
- package/components/pages/plugin-list-utils.d.ts +10 -1
- package/components/pages/plugin-list-utils.d.ts.map +1 -1
- package/components/pages/plugin-list-utils.js +45 -4
- package/components/pages/plugin-view-connectors.d.ts.map +1 -1
- package/components/pages/plugin-view-connectors.js +220 -51
- package/components/pages/plugin-view-dialogs.d.ts.map +1 -1
- package/components/pages/plugin-view-dialogs.js +59 -13
- package/components/pages/plugin-view-modal.d.ts.map +1 -1
- package/components/pages/plugin-view-modal.js +91 -10
- package/components/pages/plugin-view-sidebar.d.ts +1 -3
- package/components/pages/plugin-view-sidebar.d.ts.map +1 -1
- package/components/pages/plugin-view-sidebar.js +87 -21
- package/components/pages/relationships/RelationshipsActivityFeed.d.ts.map +1 -1
- package/components/pages/relationships/RelationshipsActivityFeed.js +17 -7
- package/components/pages/relationships/RelationshipsCandidateMergesPanel.d.ts.map +1 -1
- package/components/pages/relationships/RelationshipsCandidateMergesPanel.js +34 -6
- package/components/pages/relationships/RelationshipsPersonPanels.d.ts.map +1 -1
- package/components/pages/relationships/RelationshipsPersonPanels.js +171 -50
- package/components/pages/relationships/RelationshipsSidebar.d.ts +1 -4
- package/components/pages/relationships/RelationshipsSidebar.d.ts.map +1 -1
- package/components/pages/relationships/RelationshipsSidebar.js +8 -12
- package/components/pages/relationships/RelationshipsWorkspaceView.d.ts.map +1 -1
- package/components/pages/relationships/RelationshipsWorkspaceView.js +77 -17
- package/components/pages/skill-detail-panel.d.ts.map +1 -1
- package/components/pages/skill-detail-panel.js +52 -12
- package/components/pages/skill-marketplace.d.ts.map +1 -1
- package/components/pages/skill-marketplace.js +82 -21
- package/components/pages/tutorial/TutorialNarrator.d.ts +13 -0
- package/components/pages/tutorial/TutorialNarrator.d.ts.map +1 -0
- package/components/pages/tutorial/TutorialNarrator.js +42 -0
- package/components/pages/tutorial/TutorialOverlay.d.ts +3 -0
- package/components/pages/tutorial/TutorialOverlay.d.ts.map +1 -0
- package/components/pages/tutorial/TutorialOverlay.js +181 -0
- package/components/pages/tutorial/TutorialSpotlight.d.ts +25 -0
- package/components/pages/tutorial/TutorialSpotlight.d.ts.map +1 -0
- package/components/pages/tutorial/TutorialSpotlight.js +139 -0
- package/components/pages/tutorial/TutorialView.d.ts +9 -0
- package/components/pages/tutorial/TutorialView.d.ts.map +1 -0
- package/components/pages/tutorial/TutorialView.js +30 -0
- package/components/pages/tutorial/tutorial-controller.d.ts +10 -0
- package/components/pages/tutorial/tutorial-controller.d.ts.map +1 -0
- package/components/pages/tutorial/tutorial-controller.js +54 -0
- package/components/pages/tutorial/tutorial-steps.d.ts +83 -0
- package/components/pages/tutorial/tutorial-steps.d.ts.map +1 -0
- package/components/pages/tutorial/tutorial-steps.js +95 -0
- package/components/pages/useBrowserWorkspaceWalletBridge.d.ts +21 -2
- package/components/pages/useBrowserWorkspaceWalletBridge.d.ts.map +1 -1
- package/components/pages/useBrowserWorkspaceWalletBridge.js +58 -182
- package/components/pages/workflow-action-handoff.d.ts +4 -0
- package/components/pages/workflow-action-handoff.d.ts.map +1 -0
- package/components/pages/workflow-action-handoff.js +24 -0
- package/components/permissions/PermissionRecoveryCallout.d.ts +13 -0
- package/components/permissions/PermissionRecoveryCallout.d.ts.map +1 -0
- package/components/permissions/PermissionRecoveryCallout.js +46 -0
- package/components/permissions/StreamingPermissions.d.ts +0 -1
- package/components/permissions/StreamingPermissions.d.ts.map +1 -1
- package/components/permissions/StreamingPermissions.js +6 -7
- package/components/plugins/showcase-data.d.ts.map +1 -1
- package/components/plugins/showcase-data.js +3 -3
- package/components/policy-controls/ApprovedAddressesSection.d.ts +0 -1
- package/components/policy-controls/ApprovedAddressesSection.d.ts.map +1 -1
- package/components/policy-controls/ApprovedAddressesSection.helpers.d.ts +3 -0
- package/components/policy-controls/ApprovedAddressesSection.helpers.d.ts.map +1 -0
- package/components/policy-controls/ApprovedAddressesSection.helpers.js +5 -0
- package/components/policy-controls/ApprovedAddressesSection.js +36 -15
- package/components/policy-controls/AutoApproveSection.d.ts +0 -1
- package/components/policy-controls/AutoApproveSection.d.ts.map +1 -1
- package/components/policy-controls/AutoApproveSection.helpers.d.ts +3 -0
- package/components/policy-controls/AutoApproveSection.helpers.d.ts.map +1 -0
- package/components/policy-controls/AutoApproveSection.helpers.js +3 -0
- package/components/policy-controls/AutoApproveSection.js +10 -6
- package/components/policy-controls/PolicyToggle.d.ts.map +1 -1
- package/components/policy-controls/PolicyToggle.js +5 -3
- package/components/policy-controls/RateLimitSection.d.ts +0 -1
- package/components/policy-controls/RateLimitSection.d.ts.map +1 -1
- package/components/policy-controls/RateLimitSection.helpers.d.ts +3 -0
- package/components/policy-controls/RateLimitSection.helpers.d.ts.map +1 -0
- package/components/policy-controls/RateLimitSection.helpers.js +3 -0
- package/components/policy-controls/RateLimitSection.js +5 -5
- package/components/policy-controls/SpendingLimitSection.d.ts +0 -1
- package/components/policy-controls/SpendingLimitSection.d.ts.map +1 -1
- package/components/policy-controls/SpendingLimitSection.helpers.d.ts +3 -0
- package/components/policy-controls/SpendingLimitSection.helpers.d.ts.map +1 -0
- package/components/policy-controls/SpendingLimitSection.helpers.js +3 -0
- package/components/policy-controls/SpendingLimitSection.js +7 -5
- package/components/policy-controls/TimeWindowSection.d.ts +0 -1
- package/components/policy-controls/TimeWindowSection.d.ts.map +1 -1
- package/components/policy-controls/TimeWindowSection.helpers.d.ts +3 -0
- package/components/policy-controls/TimeWindowSection.helpers.d.ts.map +1 -0
- package/components/policy-controls/TimeWindowSection.helpers.js +10 -0
- package/components/policy-controls/TimeWindowSection.js +8 -14
- package/components/policy-controls/index.d.ts +10 -5
- package/components/policy-controls/index.d.ts.map +1 -1
- package/components/policy-controls/index.js +10 -5
- package/components/policy-controls/types.js +1 -1
- package/components/primitives/index.d.ts +5 -1
- package/components/primitives/index.d.ts.map +1 -1
- package/components/primitives/index.js +5 -1
- package/components/release-center/sections.d.ts.map +1 -1
- package/components/release-center/sections.js +16 -14
- package/components/release-center/shared.d.ts +0 -3
- package/components/release-center/shared.d.ts.map +1 -1
- package/components/release-center/shared.helpers.d.ts +4 -0
- package/components/release-center/shared.helpers.d.ts.map +1 -0
- package/components/release-center/shared.helpers.js +21 -0
- package/components/release-center/shared.js +1 -22
- package/components/settings/AdvancedSection.d.ts +2 -0
- package/components/settings/AdvancedSection.d.ts.map +1 -0
- package/components/settings/AdvancedSection.js +143 -0
- package/components/settings/AdvancedToggle.d.ts +15 -0
- package/components/settings/AdvancedToggle.d.ts.map +1 -0
- package/components/settings/AdvancedToggle.hooks.d.ts +22 -0
- package/components/settings/AdvancedToggle.hooks.d.ts.map +1 -0
- package/components/settings/AdvancedToggle.hooks.js +63 -0
- package/components/settings/AdvancedToggle.js +39 -0
- package/components/settings/ApiKeyConfig.d.ts +1 -7
- package/components/settings/ApiKeyConfig.d.ts.map +1 -1
- package/components/settings/ApiKeyConfig.js +127 -83
- package/components/settings/AppPermissionsSection.d.ts +10 -0
- package/components/settings/AppPermissionsSection.d.ts.map +1 -0
- package/components/settings/AppPermissionsSection.js +157 -0
- package/components/settings/AppearanceSettingsSection.d.ts.map +1 -1
- package/components/settings/AppearanceSettingsSection.js +22 -250
- package/components/settings/AppsManagementSection.d.ts +1 -7
- package/components/settings/AppsManagementSection.d.ts.map +1 -1
- package/components/settings/AppsManagementSection.js +193 -74
- package/components/settings/CapabilitiesSection.d.ts.map +1 -1
- package/components/settings/CapabilitiesSection.js +268 -28
- package/components/settings/CloudAgentsSection.d.ts +7 -0
- package/components/settings/CloudAgentsSection.d.ts.map +1 -0
- package/components/settings/CloudAgentsSection.js +402 -0
- package/components/settings/ConnectorsSection.d.ts +9 -0
- package/components/settings/ConnectorsSection.d.ts.map +1 -0
- package/components/settings/ConnectorsSection.js +181 -0
- package/components/settings/DesktopWorkspaceDisplay.d.ts +7 -0
- package/components/settings/DesktopWorkspaceDisplay.d.ts.map +1 -0
- package/components/settings/DesktopWorkspaceDisplay.hooks.d.ts +5 -0
- package/components/settings/DesktopWorkspaceDisplay.hooks.d.ts.map +1 -0
- package/components/settings/DesktopWorkspaceDisplay.hooks.js +27 -0
- package/components/settings/DesktopWorkspaceDisplay.js +5 -0
- package/components/settings/DesktopWorkspaceSection.d.ts +0 -2
- package/components/settings/DesktopWorkspaceSection.d.ts.map +1 -1
- package/components/settings/DesktopWorkspaceSection.js +194 -321
- package/components/settings/IdentitySettingsSection.d.ts.map +1 -1
- package/components/settings/IdentitySettingsSection.js +58 -58
- package/components/settings/LoadContentPackForm.d.ts +2 -0
- package/components/settings/LoadContentPackForm.d.ts.map +1 -0
- package/components/settings/LoadContentPackForm.js +78 -0
- package/components/settings/LoadedPacksList.d.ts +9 -0
- package/components/settings/LoadedPacksList.d.ts.map +1 -0
- package/components/settings/LoadedPacksList.js +30 -0
- package/components/settings/PermissionsSection.d.ts.map +1 -1
- package/components/settings/PermissionsSection.js +266 -47
- package/components/settings/PolicyControlsView.d.ts.map +1 -1
- package/components/settings/PolicyControlsView.js +295 -74
- package/components/settings/ProviderCard.d.ts +29 -0
- package/components/settings/ProviderCard.d.ts.map +1 -0
- package/components/settings/ProviderCard.js +32 -0
- package/components/settings/ProviderPanels.d.ts +71 -0
- package/components/settings/ProviderPanels.d.ts.map +1 -0
- package/components/settings/ProviderPanels.js +57 -0
- package/components/settings/ProviderRoutingPanel.d.ts +22 -0
- package/components/settings/ProviderRoutingPanel.d.ts.map +1 -0
- package/components/settings/ProviderRoutingPanel.js +26 -0
- package/components/settings/ProviderSwitcher.d.ts +1 -11
- package/components/settings/ProviderSwitcher.d.ts.map +1 -1
- package/components/settings/ProviderSwitcher.js +58 -600
- package/components/settings/RemotePluginHostSection.d.ts +6 -0
- package/components/settings/RemotePluginHostSection.d.ts.map +1 -0
- package/components/settings/RemotePluginHostSection.js +316 -0
- package/components/settings/RuntimeSettingsSection.d.ts +0 -8
- package/components/settings/RuntimeSettingsSection.d.ts.map +1 -1
- package/components/settings/RuntimeSettingsSection.js +50 -46
- package/components/settings/SecretsManagerSection.d.ts +0 -3
- package/components/settings/SecretsManagerSection.d.ts.map +1 -1
- package/components/settings/SecretsManagerSection.js +18 -36
- package/components/settings/SecuritySettingsSection.d.ts.map +1 -1
- package/components/settings/SecuritySettingsSection.js +298 -74
- package/components/settings/SubscriptionStatus.d.ts +1 -6
- package/components/settings/SubscriptionStatus.d.ts.map +1 -1
- package/components/settings/SubscriptionStatus.js +78 -35
- package/components/settings/VaultInventoryPanel.d.ts.map +1 -1
- package/components/settings/VaultInventoryPanel.js +261 -18
- package/components/settings/VoiceConfigView.d.ts +0 -2
- package/components/settings/VoiceConfigView.d.ts.map +1 -1
- package/components/settings/VoiceConfigView.helpers.d.ts +3 -0
- package/components/settings/VoiceConfigView.helpers.d.ts.map +1 -0
- package/components/settings/VoiceConfigView.helpers.js +34 -0
- package/components/settings/VoiceConfigView.js +354 -166
- package/components/settings/VoiceProfileSection.d.ts +19 -0
- package/components/settings/VoiceProfileSection.d.ts.map +1 -0
- package/components/settings/VoiceProfileSection.js +295 -0
- package/components/settings/VoiceSection.d.ts +57 -0
- package/components/settings/VoiceSection.d.ts.map +1 -0
- package/components/settings/VoiceSection.helpers.d.ts +4 -0
- package/components/settings/VoiceSection.helpers.d.ts.map +1 -0
- package/components/settings/VoiceSection.helpers.js +13 -0
- package/components/settings/VoiceSection.js +158 -0
- package/components/settings/VoiceSectionMount.d.ts +17 -0
- package/components/settings/VoiceSectionMount.d.ts.map +1 -0
- package/components/settings/VoiceSectionMount.js +103 -0
- package/components/settings/VoiceTierBanner.d.ts +19 -0
- package/components/settings/VoiceTierBanner.d.ts.map +1 -0
- package/components/settings/VoiceTierBanner.helpers.d.ts +4 -0
- package/components/settings/VoiceTierBanner.helpers.d.ts.map +1 -0
- package/components/settings/VoiceTierBanner.helpers.js +7 -0
- package/components/settings/VoiceTierBanner.js +52 -0
- package/components/settings/WalletKeysSection.d.ts +3 -13
- package/components/settings/WalletKeysSection.d.ts.map +1 -1
- package/components/settings/WalletKeysSection.js +119 -26
- package/components/settings/WalletRpcSection.d.ts +2 -0
- package/components/settings/WalletRpcSection.d.ts.map +1 -0
- package/components/settings/WalletRpcSection.js +7 -0
- package/components/settings/XRSettingsSection.d.ts +2 -0
- package/components/settings/XRSettingsSection.d.ts.map +1 -0
- package/components/settings/XRSettingsSection.js +114 -0
- package/components/settings/appearance-primitives.helpers.d.ts +2 -0
- package/components/settings/appearance-primitives.helpers.d.ts.map +1 -0
- package/components/settings/appearance-primitives.helpers.js +5 -0
- package/components/settings/cloud-model-schema.d.ts +2 -2
- package/components/settings/cloud-model-schema.d.ts.map +1 -1
- package/components/settings/cloud-model-schema.js +1 -8
- package/components/settings/desktop-workspace-audit-config.d.ts +3 -0
- package/components/settings/desktop-workspace-audit-config.d.ts.map +1 -0
- package/components/settings/desktop-workspace-audit-config.js +171 -0
- package/components/settings/permission-controls.d.ts +1 -17
- package/components/settings/permission-controls.d.ts.map +1 -1
- package/components/settings/permission-controls.hooks.d.ts +18 -0
- package/components/settings/permission-controls.hooks.d.ts.map +1 -0
- package/components/settings/permission-controls.hooks.js +434 -0
- package/components/settings/permission-controls.js +83 -460
- package/components/settings/permission-types.d.ts +1 -1
- package/components/settings/permission-types.d.ts.map +1 -1
- package/components/settings/permission-types.js +144 -16
- package/components/settings/settings-agent-rows.d.ts +96 -0
- package/components/settings/settings-agent-rows.d.ts.map +1 -0
- package/components/settings/settings-agent-rows.js +110 -0
- package/components/settings/settings-control-primitives.d.ts +4 -5
- package/components/settings/settings-control-primitives.d.ts.map +1 -1
- package/components/settings/settings-control-primitives.hooks.d.ts +14 -0
- package/components/settings/settings-control-primitives.hooks.d.ts.map +1 -0
- package/components/settings/settings-control-primitives.hooks.js +43 -0
- package/components/settings/settings-control-primitives.js +10 -12
- package/components/settings/settings-layout.d.ts +78 -0
- package/components/settings/settings-layout.d.ts.map +1 -0
- package/components/settings/settings-layout.js +36 -0
- package/components/settings/settings-section-meta.d.ts +26 -0
- package/components/settings/settings-section-meta.d.ts.map +1 -0
- package/components/settings/settings-section-meta.js +42 -0
- package/components/settings/settings-section-registry.d.ts +55 -0
- package/components/settings/settings-section-registry.d.ts.map +1 -0
- package/components/settings/settings-section-registry.js +33 -0
- package/components/settings/settings-section-tokens.d.ts +18 -0
- package/components/settings/settings-section-tokens.d.ts.map +1 -0
- package/components/settings/settings-section-tokens.js +66 -0
- package/components/settings/settings-sections.d.ts +21 -0
- package/components/settings/settings-sections.d.ts.map +1 -0
- package/components/settings/settings-sections.js +227 -0
- package/components/settings/useCloudModelConfig.d.ts +28 -0
- package/components/settings/useCloudModelConfig.d.ts.map +1 -0
- package/components/settings/useCloudModelConfig.js +198 -0
- package/components/settings/useDesktopWindowControls.d.ts +13 -0
- package/components/settings/useDesktopWindowControls.d.ts.map +1 -0
- package/components/settings/useDesktopWindowControls.js +59 -0
- package/components/settings/useProviderBootstrap.d.ts +15 -0
- package/components/settings/useProviderBootstrap.d.ts.map +1 -0
- package/components/settings/useProviderBootstrap.js +74 -0
- package/components/settings/useProviderEntries.d.ts +51 -0
- package/components/settings/useProviderEntries.d.ts.map +1 -0
- package/components/settings/useProviderEntries.js +180 -0
- package/components/settings/useProviderSelection.d.ts +31 -0
- package/components/settings/useProviderSelection.d.ts.map +1 -0
- package/components/settings/useProviderSelection.js +231 -0
- package/components/settings/vault-tabs/LoginsTab.d.ts +0 -2
- package/components/settings/vault-tabs/LoginsTab.d.ts.map +1 -1
- package/components/settings/vault-tabs/LoginsTab.js +144 -28
- package/components/settings/vault-tabs/OverviewTab.d.ts +3 -5
- package/components/settings/vault-tabs/OverviewTab.d.ts.map +1 -1
- package/components/settings/vault-tabs/OverviewTab.js +240 -19
- package/components/settings/vault-tabs/RoutingTab.d.ts +2 -5
- package/components/settings/vault-tabs/RoutingTab.d.ts.map +1 -1
- package/components/settings/vault-tabs/RoutingTab.js +155 -17
- package/components/settings/vault-tabs/types.d.ts +7 -1
- package/components/settings/vault-tabs/types.d.ts.map +1 -1
- package/components/settings/vault-tabs/types.js +30 -1
- package/components/setup/BootstrapStep.d.ts +35 -0
- package/components/setup/BootstrapStep.d.ts.map +1 -0
- package/components/setup/BootstrapStep.js +181 -0
- package/components/setup/setup-classes.d.ts +28 -0
- package/components/setup/setup-classes.d.ts.map +1 -0
- package/components/setup/setup-classes.js +32 -0
- package/components/setup/setup-form-primitives.d.ts +20 -0
- package/components/setup/setup-form-primitives.d.ts.map +1 -0
- package/components/setup/setup-form-primitives.js +11 -0
- package/components/setup/setup-step-chrome.d.ts +2 -0
- package/components/setup/setup-step-chrome.d.ts.map +1 -0
- package/components/setup/setup-step-chrome.js +4 -0
- package/components/shared/AppPageSidebar.d.ts +1 -1
- package/components/shared/AppPageSidebar.d.ts.map +1 -1
- package/components/shared/AppPageSidebar.js +2 -2
- package/components/shared/CollapsibleSidebarSection.js +1 -1
- package/components/shared/LanguageDropdown.d.ts +0 -7
- package/components/shared/LanguageDropdown.d.ts.map +1 -1
- package/components/shared/LanguageDropdown.helpers.d.ts +9 -0
- package/components/shared/LanguageDropdown.helpers.d.ts.map +1 -0
- package/components/shared/LanguageDropdown.helpers.js +12 -0
- package/components/shared/LanguageDropdown.js +9 -18
- package/components/shared/ThemeToggle.d.ts.map +1 -1
- package/components/shared/ThemeToggle.js +7 -3
- package/components/shared/confirm-delete-control.d.ts.map +1 -1
- package/components/shared/confirm-delete-control.js +1 -1
- package/components/shell/ActionBanner.d.ts +10 -0
- package/components/shell/ActionBanner.d.ts.map +1 -0
- package/components/shell/ActionBanner.js +27 -0
- package/components/shell/AssistantOverlay.d.ts +25 -0
- package/components/shell/AssistantOverlay.d.ts.map +1 -0
- package/components/shell/AssistantOverlay.js +113 -0
- package/components/shell/BugReportModal.d.ts.map +1 -1
- package/components/shell/BugReportModal.js +19 -19
- package/components/shell/ChatAmbientBackground.d.ts +8 -0
- package/components/shell/ChatAmbientBackground.d.ts.map +1 -0
- package/components/shell/ChatAmbientBackground.js +51 -0
- package/components/shell/ChatSurface.d.ts +12 -0
- package/components/shell/ChatSurface.d.ts.map +1 -0
- package/components/shell/ChatSurface.js +55 -0
- package/components/shell/CloudHandoffBanner.d.ts +15 -0
- package/components/shell/CloudHandoffBanner.d.ts.map +1 -0
- package/components/shell/CloudHandoffBanner.js +45 -0
- package/components/shell/CommandPalette.js +4 -2
- package/components/shell/ComputerUseApprovalOverlay.d.ts.map +1 -1
- package/components/shell/ComputerUseApprovalOverlay.js +76 -13
- package/components/shell/ConnectionFailedBanner.d.ts.map +1 -1
- package/components/shell/ConnectionFailedBanner.js +6 -3
- package/components/shell/ConnectionLostOverlay.d.ts.map +1 -1
- package/components/shell/ConnectionLostOverlay.js +5 -4
- package/components/shell/ContinuousChatOverlay.d.ts +25 -0
- package/components/shell/ContinuousChatOverlay.d.ts.map +1 -0
- package/components/shell/ContinuousChatOverlay.js +1918 -0
- package/components/shell/HomePill.d.ts +15 -0
- package/components/shell/HomePill.d.ts.map +1 -0
- package/components/shell/HomePill.js +27 -0
- package/components/shell/HomeScreen.d.ts +23 -0
- package/components/shell/HomeScreen.d.ts.map +1 -0
- package/components/shell/HomeScreen.js +158 -0
- package/components/shell/KioskViewCanvas.d.ts +23 -0
- package/components/shell/KioskViewCanvas.d.ts.map +1 -0
- package/components/shell/KioskViewCanvas.js +82 -0
- package/components/shell/LoadingScreen.d.ts +1 -2
- package/components/shell/LoadingScreen.d.ts.map +1 -1
- package/components/shell/LoadingScreen.js +2 -12
- package/components/shell/NotificationCenter.d.ts +16 -0
- package/components/shell/NotificationCenter.d.ts.map +1 -0
- package/components/shell/NotificationCenter.js +96 -0
- package/components/shell/PairingCommandHint.d.ts.map +1 -1
- package/components/shell/PairingCommandHint.js +10 -14
- package/components/shell/PairingView.d.ts.map +1 -1
- package/components/shell/PairingView.js +12 -6
- package/components/shell/RestartBanner.d.ts.map +1 -1
- package/components/shell/RestartBanner.js +5 -3
- package/components/shell/ShellControllerContext.d.ts +10 -0
- package/components/shell/ShellControllerContext.d.ts.map +1 -0
- package/components/shell/ShellControllerContext.hooks.d.ts +6 -0
- package/components/shell/ShellControllerContext.hooks.d.ts.map +1 -0
- package/components/shell/ShellControllerContext.hooks.js +6 -0
- package/components/shell/ShellControllerContext.js +12 -0
- package/components/shell/ShellHeaderControls.d.ts +1 -1
- package/components/shell/ShellHeaderControls.d.ts.map +1 -1
- package/components/shell/ShellHeaderControls.js +8 -7
- package/components/shell/ShellOverlays.d.ts.map +1 -1
- package/components/shell/ShellOverlays.js +59 -2
- package/components/shell/ShortcutsOverlay.js +2 -2
- package/components/shell/SlashCommandMenu.d.ts +47 -0
- package/components/shell/SlashCommandMenu.d.ts.map +1 -0
- package/components/shell/SlashCommandMenu.js +150 -0
- package/components/shell/StartupFailureView.d.ts.map +1 -1
- package/components/shell/StartupFailureView.js +9 -91
- package/components/shell/StartupScreen.d.ts +2 -0
- package/components/shell/StartupScreen.d.ts.map +1 -0
- package/components/shell/StartupScreen.js +8 -0
- package/components/shell/StartupShell.d.ts +2 -11
- package/components/shell/StartupShell.d.ts.map +1 -1
- package/components/shell/StartupShell.js +32 -220
- package/components/shell/SystemWarningBanner.d.ts.map +1 -1
- package/components/shell/SystemWarningBanner.js +4 -2
- package/components/shell/__e2e__/chat-ambient-fixture.d.ts +2 -0
- package/components/shell/__e2e__/chat-ambient-fixture.d.ts.map +1 -0
- package/components/shell/__e2e__/chat-ambient-fixture.js +9 -0
- package/components/shell/__e2e__/chat-sheet-fixture.d.ts +2 -0
- package/components/shell/__e2e__/chat-sheet-fixture.d.ts.map +1 -0
- package/components/shell/__e2e__/chat-sheet-fixture.js +264 -0
- package/components/shell/__e2e__/home-screen-fixture.activity-stub.d.ts +10 -0
- package/components/shell/__e2e__/home-screen-fixture.activity-stub.d.ts.map +1 -0
- package/components/shell/__e2e__/home-screen-fixture.activity-stub.js +12 -0
- package/components/shell/__e2e__/home-screen-fixture.api-stub.d.ts +15 -0
- package/components/shell/__e2e__/home-screen-fixture.api-stub.d.ts.map +1 -0
- package/components/shell/__e2e__/home-screen-fixture.api-stub.js +11 -0
- package/components/shell/__e2e__/home-screen-fixture.d.ts +2 -0
- package/components/shell/__e2e__/home-screen-fixture.d.ts.map +1 -0
- package/components/shell/__e2e__/home-screen-fixture.docvis-stub.d.ts +3 -0
- package/components/shell/__e2e__/home-screen-fixture.docvis-stub.d.ts.map +1 -0
- package/components/shell/__e2e__/home-screen-fixture.docvis-stub.js +3 -0
- package/components/shell/__e2e__/home-screen-fixture.js +14 -0
- package/components/shell/__e2e__/home-screen-fixture.views-stub.d.ts +8 -0
- package/components/shell/__e2e__/home-screen-fixture.views-stub.d.ts.map +1 -0
- package/components/shell/__e2e__/home-screen-fixture.views-stub.js +13 -0
- package/components/shell/__e2e__/usePromptSuggestions.stub.d.ts +2 -0
- package/components/shell/__e2e__/usePromptSuggestions.stub.d.ts.map +1 -0
- package/components/shell/__e2e__/usePromptSuggestions.stub.js +11 -0
- package/components/shell/first-run-theme.d.ts +6 -0
- package/components/shell/first-run-theme.d.ts.map +1 -0
- package/components/shell/first-run-theme.js +31 -0
- package/components/shell/glass-composer.d.ts +13 -0
- package/components/shell/glass-composer.d.ts.map +1 -0
- package/components/shell/glass-composer.helpers.d.ts +3 -0
- package/components/shell/glass-composer.helpers.d.ts.map +1 -0
- package/components/shell/glass-composer.helpers.js +2 -0
- package/components/shell/glass-composer.js +43 -0
- package/components/shell/shell-state.d.ts +25 -0
- package/components/shell/shell-state.d.ts.map +1 -0
- package/components/shell/shell-state.js +1 -0
- package/components/shell/startup-shell-types.d.ts +25 -0
- package/components/shell/startup-shell-types.d.ts.map +1 -0
- package/components/shell/startup-shell-types.js +1 -0
- package/components/shell/use-pull-gesture.d.ts +44 -0
- package/components/shell/use-pull-gesture.d.ts.map +1 -0
- package/components/shell/use-pull-gesture.js +85 -0
- package/components/shell/useKioskViewSurfaces.d.ts +28 -0
- package/components/shell/useKioskViewSurfaces.d.ts.map +1 -0
- package/components/shell/useKioskViewSurfaces.js +56 -0
- package/components/shell/usePromptSuggestions.d.ts +39 -0
- package/components/shell/usePromptSuggestions.d.ts.map +1 -0
- package/components/shell/usePromptSuggestions.js +277 -0
- package/components/shell/useShellController.d.ts +110 -0
- package/components/shell/useShellController.d.ts.map +1 -0
- package/components/shell/useShellController.js +695 -0
- package/components/shell/useShellVoiceOutput.d.ts +38 -0
- package/components/shell/useShellVoiceOutput.d.ts.map +1 -0
- package/components/shell/useShellVoiceOutput.js +116 -0
- package/components/steward/injected.js +1 -1
- package/components/stream/StatusBar.d.ts.map +1 -1
- package/components/stream/StatusBar.js +6 -14
- package/components/stream/popout-url.d.ts +3 -0
- package/components/stream/popout-url.d.ts.map +1 -0
- package/components/stream/popout-url.js +17 -0
- package/components/tool-events/ToolCallEventLog.d.ts +0 -2
- package/components/tool-events/ToolCallEventLog.d.ts.map +1 -1
- package/components/tool-events/ToolCallEventLog.helpers.d.ts +5 -0
- package/components/tool-events/ToolCallEventLog.helpers.d.ts.map +1 -0
- package/components/tool-events/ToolCallEventLog.helpers.js +19 -0
- package/components/tool-events/ToolCallEventLog.js +3 -21
- package/components/training/BudgetPanel.d.ts +14 -0
- package/components/training/BudgetPanel.d.ts.map +1 -0
- package/components/training/BudgetPanel.js +91 -0
- package/components/training/InferenceEndpointPanel.d.ts.map +1 -1
- package/components/training/InferenceEndpointPanel.js +52 -11
- package/components/training/JobDetailPanel.d.ts.map +1 -1
- package/components/training/JobDetailPanel.js +38 -14
- package/components/training/TrainingDashboard.d.ts.map +1 -1
- package/components/training/TrainingDashboard.js +78 -16
- package/components/training/hooks/useTrainingApi.d.ts +13 -1
- package/components/training/hooks/useTrainingApi.d.ts.map +1 -1
- package/components/training/hooks/useTrainingApi.js +49 -24
- package/components/training/injected.js +1 -1
- package/components/training/types.d.ts +26 -0
- package/components/training/types.d.ts.map +1 -1
- package/components/transcripts/TranscriptBody.d.ts +22 -0
- package/components/transcripts/TranscriptBody.d.ts.map +1 -0
- package/components/transcripts/TranscriptBody.js +41 -0
- package/components/transcripts/TranscriptPlayer.d.ts +17 -0
- package/components/transcripts/TranscriptPlayer.d.ts.map +1 -0
- package/components/transcripts/TranscriptPlayer.js +17 -0
- package/components/transcripts/TranscriptsPage.d.ts +9 -0
- package/components/transcripts/TranscriptsPage.d.ts.map +1 -0
- package/components/transcripts/TranscriptsPage.js +41 -0
- package/components/transcripts/TranscriptsView.d.ts +19 -0
- package/components/transcripts/TranscriptsView.d.ts.map +1 -0
- package/components/transcripts/TranscriptsView.js +30 -0
- package/components/transcripts/index.d.ts +5 -0
- package/components/transcripts/index.d.ts.map +1 -0
- package/components/transcripts/index.js +4 -0
- package/components/transcripts/useAudioElement.d.ts +22 -0
- package/components/transcripts/useAudioElement.d.ts.map +1 -0
- package/components/transcripts/useAudioElement.js +77 -0
- package/components/ui/accordion.d.ts +12 -0
- package/components/ui/accordion.d.ts.map +1 -0
- package/components/ui/accordion.js +17 -0
- package/components/ui/admin-dialog.d.ts +2 -2
- package/components/ui/admin-dialog.d.ts.map +1 -1
- package/components/ui/admin-dialog.js +6 -5
- package/components/ui/alert-dialog.d.ts +15 -0
- package/components/ui/alert-dialog.d.ts.map +1 -0
- package/components/ui/alert-dialog.js +39 -0
- package/components/ui/alert.d.ts +14 -0
- package/components/ui/alert.d.ts.map +1 -0
- package/components/ui/alert.js +28 -0
- package/components/ui/avatar.d.ts +7 -0
- package/components/ui/avatar.d.ts.map +1 -0
- package/components/ui/avatar.js +18 -0
- package/components/ui/badge.js +1 -1
- package/components/ui/banner.d.ts.map +1 -1
- package/components/ui/button.d.ts +2 -2
- package/components/ui/button.d.ts.map +1 -1
- package/components/ui/button.js +20 -16
- package/components/ui/calendar.d.ts +9 -0
- package/components/ui/calendar.d.ts.map +1 -0
- package/components/ui/calendar.js +78 -0
- package/components/ui/card.d.ts +3 -2
- package/components/ui/card.d.ts.map +1 -1
- package/components/ui/card.js +8 -6
- package/components/ui/carousel.d.ts +24 -0
- package/components/ui/carousel.d.ts.map +1 -0
- package/components/ui/carousel.js +106 -0
- package/components/ui/chart.d.ts +74 -0
- package/components/ui/chart.d.ts.map +1 -0
- package/components/ui/chart.js +139 -0
- package/components/ui/code-block.d.ts +14 -0
- package/components/ui/code-block.d.ts.map +1 -0
- package/components/ui/code-block.js +21 -0
- package/components/ui/collapsible.d.ts +6 -0
- package/components/ui/collapsible.d.ts.map +1 -0
- package/components/ui/collapsible.js +17 -0
- package/components/ui/confirm-delete.js +3 -3
- package/components/ui/confirm-dialog.d.ts +0 -8
- package/components/ui/confirm-dialog.d.ts.map +1 -1
- package/components/ui/confirm-dialog.hooks.d.ts +10 -0
- package/components/ui/confirm-dialog.hooks.d.ts.map +1 -0
- package/components/ui/confirm-dialog.hooks.js +53 -0
- package/components/ui/confirm-dialog.js +2 -54
- package/components/ui/connection-status.js +1 -1
- package/components/ui/copy-button.d.ts.map +1 -1
- package/components/ui/copy-button.js +15 -4
- package/components/ui/dialog.d.ts.map +1 -1
- package/components/ui/dialog.js +10 -3
- package/components/ui/dropdown-menu.js +2 -2
- package/components/ui/empty-state.d.ts +2 -0
- package/components/ui/empty-state.d.ts.map +1 -1
- package/components/ui/empty-state.js +2 -1
- package/components/ui/error-boundary.d.ts +1 -1
- package/components/ui/error-boundary.d.ts.map +1 -1
- package/components/ui/error-boundary.js +3 -3
- package/components/ui/field-switch.js +1 -1
- package/components/ui/form-select.js +2 -2
- package/components/ui/form.d.ts +62 -0
- package/components/ui/form.d.ts.map +1 -0
- package/components/ui/form.js +98 -0
- package/components/ui/grid.d.ts +1 -1
- package/components/ui/hover-card.d.ts +7 -0
- package/components/ui/hover-card.d.ts.map +1 -0
- package/components/ui/hover-card.js +18 -0
- package/components/ui/input-group.d.ts +25 -0
- package/components/ui/input-group.d.ts.map +1 -0
- package/components/ui/input-group.js +44 -0
- package/components/ui/input.js +3 -3
- package/components/ui/new-action-button.js +1 -1
- package/components/ui/pagination.d.ts +18 -0
- package/components/ui/pagination.d.ts.map +1 -0
- package/components/ui/pagination.js +33 -0
- package/components/ui/popover.js +1 -1
- package/components/ui/progress.d.ts +5 -0
- package/components/ui/progress.d.ts.map +1 -0
- package/components/ui/progress.js +8 -0
- package/components/ui/scroll-area.d.ts +8 -0
- package/components/ui/scroll-area.d.ts.map +1 -0
- package/components/ui/scroll-area.js +17 -0
- package/components/ui/segmented-control.js +4 -4
- package/components/ui/select.js +2 -2
- package/components/ui/settings-controls.d.ts +12 -13
- package/components/ui/settings-controls.d.ts.map +1 -1
- package/components/ui/settings-controls.js +28 -19
- package/components/ui/skeleton-layouts.d.ts +17 -0
- package/components/ui/skeleton-layouts.d.ts.map +1 -0
- package/components/ui/skeleton-layouts.js +26 -0
- package/components/ui/skeleton.js +1 -1
- package/components/ui/slider.d.ts +3 -1
- package/components/ui/slider.d.ts.map +1 -1
- package/components/ui/slider.js +1 -1
- package/components/ui/stack.d.ts +2 -2
- package/components/ui/status-badge.d.ts +4 -4
- package/components/ui/status-badge.d.ts.map +1 -1
- package/components/ui/status-badge.helpers.d.ts +6 -0
- package/components/ui/status-badge.helpers.d.ts.map +1 -0
- package/components/ui/status-badge.helpers.js +72 -0
- package/components/ui/status-badge.js +41 -51
- package/components/ui/switch.d.ts +5 -2
- package/components/ui/switch.d.ts.map +1 -1
- package/components/ui/switch.js +18 -3
- package/components/ui/table.d.ts +15 -0
- package/components/ui/table.d.ts.map +1 -0
- package/components/ui/table.js +24 -0
- package/components/ui/tabs.js +2 -2
- package/components/ui/tag-editor.js +1 -1
- package/components/ui/textarea.js +3 -3
- package/components/ui/toggle.d.ts +10 -0
- package/components/ui/toggle.d.ts.map +1 -0
- package/components/ui/toggle.js +30 -0
- package/components/ui/tooltip-extended.d.ts +1 -1
- package/components/ui/tooltip-extended.d.ts.map +1 -1
- package/components/ui/tooltip-extended.js +5 -3
- package/components/ui/tooltip.d.ts +6 -4
- package/components/ui/tooltip.d.ts.map +1 -1
- package/components/ui/tooltip.js +1 -1
- package/components/ui/typography.d.ts +1 -1
- package/components/views/DynamicViewLoader.d.ts +52 -0
- package/components/views/DynamicViewLoader.d.ts.map +1 -0
- package/components/views/DynamicViewLoader.js +896 -0
- package/components/views/ShellViewAgentSurface.d.ts +22 -0
- package/components/views/ShellViewAgentSurface.d.ts.map +1 -0
- package/components/views/ShellViewAgentSurface.js +71 -0
- package/components/views/TerminalPluginView.d.ts +10 -0
- package/components/views/TerminalPluginView.d.ts.map +1 -0
- package/components/views/TerminalPluginView.js +146 -0
- package/components/views/ViewIcon.d.ts +7 -0
- package/components/views/ViewIcon.d.ts.map +1 -0
- package/components/views/ViewIcon.js +97 -0
- package/components/views/view-interact-registry.d.ts +32 -0
- package/components/views/view-interact-registry.d.ts.map +1 -0
- package/components/views/view-interact-registry.js +81 -0
- package/components/workspace/AppWorkspaceChrome.d.ts +9 -53
- package/components/workspace/AppWorkspaceChrome.d.ts.map +1 -1
- package/components/workspace/AppWorkspaceChrome.js +26 -212
- package/config/allowed-hosts.d.ts +1 -7
- package/config/allowed-hosts.d.ts.map +1 -1
- package/config/allowed-hosts.js +1 -43
- package/config/api-key-prefix-hints.d.ts +1 -24
- package/config/api-key-prefix-hints.d.ts.map +1 -1
- package/config/api-key-prefix-hints.js +1 -26
- package/config/boot-config-react.hooks.d.ts +5 -0
- package/config/boot-config-react.hooks.d.ts.map +1 -0
- package/config/boot-config-react.hooks.js +12 -0
- package/config/boot-config-store.d.ts +37 -23
- package/config/boot-config-store.d.ts.map +1 -1
- package/config/boot-config-store.js +3 -3
- package/config/boot-config.d.ts +1 -1
- package/config/boot-config.js +1 -1
- package/config/branding-base.d.ts +71 -0
- package/config/branding-base.d.ts.map +1 -0
- package/config/branding-base.js +18 -0
- package/config/branding-react.hooks.d.ts +4 -0
- package/config/branding-react.hooks.d.ts.map +1 -0
- package/config/branding-react.hooks.js +11 -0
- package/config/branding.d.ts +2 -68
- package/config/branding.d.ts.map +1 -1
- package/config/branding.js +2 -23
- package/config/cloud-only.d.ts +1 -5
- package/config/cloud-only.d.ts.map +1 -1
- package/config/cloud-only.js +1 -15
- package/config/index.d.ts +2 -1
- package/config/index.d.ts.map +1 -1
- package/config/index.js +2 -2
- package/config/plugin-ui-spec.d.ts +1 -41
- package/config/plugin-ui-spec.d.ts.map +1 -1
- package/config/plugin-ui-spec.js +1 -256
- package/config/ui-spec.d.ts +1 -163
- package/config/ui-spec.d.ts.map +1 -1
- package/config/ui-spec.js +0 -12
- package/content-packs/apply-pack.d.ts +4 -4
- package/content-packs/apply-pack.d.ts.map +1 -1
- package/content-packs/apply-pack.js +4 -4
- package/desktop-shell-compat.d.ts +7 -0
- package/desktop-shell-compat.d.ts.map +1 -0
- package/desktop-shell-compat.js +9 -0
- package/events/index.d.ts +91 -4
- package/events/index.d.ts.map +1 -1
- package/events/index.js +92 -2
- package/first-run/AgentPicker.d.ts +26 -0
- package/first-run/AgentPicker.d.ts.map +1 -0
- package/first-run/AgentPicker.js +45 -0
- package/first-run/CompactOnboarding.d.ts +3 -0
- package/first-run/CompactOnboarding.d.ts.map +1 -0
- package/first-run/CompactOnboarding.js +114 -0
- package/first-run/__e2e__/onboarding-fixture.d.ts +2 -0
- package/first-run/__e2e__/onboarding-fixture.d.ts.map +1 -0
- package/first-run/__e2e__/onboarding-fixture.js +16 -0
- package/first-run/__e2e__/use-first-run-controller.stub.d.ts +41 -0
- package/first-run/__e2e__/use-first-run-controller.stub.d.ts.map +1 -0
- package/first-run/__e2e__/use-first-run-controller.stub.js +70 -0
- package/first-run/auto-download-recommended.d.ts +24 -0
- package/first-run/auto-download-recommended.d.ts.map +1 -0
- package/first-run/auto-download-recommended.js +118 -0
- package/first-run/deep-link-handler.d.ts +62 -0
- package/first-run/deep-link-handler.d.ts.map +1 -0
- package/first-run/deep-link-handler.js +147 -0
- package/first-run/ensure-store-build-workspace-folder.d.ts +22 -0
- package/first-run/ensure-store-build-workspace-folder.d.ts.map +1 -0
- package/first-run/ensure-store-build-workspace-folder.js +45 -0
- package/first-run/first-run-config.d.ts +55 -0
- package/first-run/first-run-config.d.ts.map +1 -0
- package/first-run/first-run-config.js +227 -0
- package/first-run/first-run.d.ts +89 -0
- package/first-run/first-run.d.ts.map +1 -0
- package/first-run/first-run.js +339 -0
- package/first-run/local-agent-token.d.ts +5 -0
- package/first-run/local-agent-token.d.ts.map +1 -0
- package/first-run/local-agent-token.js +53 -0
- package/first-run/mobile-runtime-mode.d.ts +32 -0
- package/first-run/mobile-runtime-mode.d.ts.map +1 -0
- package/first-run/mobile-runtime-mode.js +201 -0
- package/first-run/onboarding-intent.d.ts +34 -0
- package/first-run/onboarding-intent.d.ts.map +1 -0
- package/first-run/onboarding-intent.js +38 -0
- package/first-run/pre-seed-local-runtime.d.ts +6 -0
- package/first-run/pre-seed-local-runtime.d.ts.map +1 -0
- package/first-run/pre-seed-local-runtime.js +91 -0
- package/first-run/probe-local-agent.d.ts +50 -0
- package/first-run/probe-local-agent.d.ts.map +1 -0
- package/first-run/probe-local-agent.js +219 -0
- package/first-run/reload-into-first-run-runtime.d.ts +14 -0
- package/first-run/reload-into-first-run-runtime.d.ts.map +1 -0
- package/first-run/reload-into-first-run-runtime.js +46 -0
- package/first-run/runtime-target.d.ts +4 -0
- package/first-run/runtime-target.d.ts.map +1 -0
- package/first-run/runtime-target.js +13 -0
- package/first-run/setup-steps.d.ts +22 -0
- package/first-run/setup-steps.d.ts.map +1 -0
- package/first-run/setup-steps.js +55 -0
- package/first-run/use-first-run-controller.d.ts +46 -0
- package/first-run/use-first-run-controller.d.ts.map +1 -0
- package/first-run/use-first-run-controller.js +1150 -0
- package/first-run/use-microphone-permission.d.ts +17 -0
- package/first-run/use-microphone-permission.d.ts.map +1 -0
- package/first-run/use-microphone-permission.js +106 -0
- package/first-run/voice-readiness.d.ts +14 -0
- package/first-run/voice-readiness.d.ts.map +1 -0
- package/first-run/voice-readiness.js +78 -0
- package/genui/actions.d.ts +8 -0
- package/genui/actions.d.ts.map +1 -0
- package/genui/actions.js +28 -0
- package/genui/catalog.d.ts +11 -0
- package/genui/catalog.d.ts.map +1 -0
- package/genui/catalog.js +58 -0
- package/genui/index.d.ts +9 -0
- package/genui/index.d.ts.map +1 -0
- package/genui/index.js +8 -0
- package/genui/modes.d.ts +7 -0
- package/genui/modes.d.ts.map +1 -0
- package/genui/modes.js +41 -0
- package/genui/pipe.d.ts +10 -0
- package/genui/pipe.d.ts.map +1 -0
- package/genui/pipe.js +122 -0
- package/genui/renderer.d.ts +4 -0
- package/genui/renderer.d.ts.map +1 -0
- package/genui/renderer.js +213 -0
- package/genui/starter-pack-demo.d.ts +3 -0
- package/genui/starter-pack-demo.d.ts.map +1 -0
- package/genui/starter-pack-demo.js +114 -0
- package/genui/streaming.d.ts +5 -0
- package/genui/streaming.d.ts.map +1 -0
- package/genui/streaming.js +145 -0
- package/genui/types.d.ts +132 -0
- package/genui/types.d.ts.map +1 -0
- package/genui/types.js +1 -0
- package/genui/use-json-render-message.d.ts +20 -0
- package/genui/use-json-render-message.d.ts.map +1 -0
- package/genui/use-json-render-message.js +38 -0
- package/genui/use-ui-stream.d.ts +8 -0
- package/genui/use-ui-stream.d.ts.map +1 -0
- package/genui/use-ui-stream.js +56 -0
- package/genui/validator.d.ts +4 -0
- package/genui/validator.d.ts.map +1 -0
- package/genui/validator.js +301 -0
- package/hooks/BugReportProvider.d.ts +7 -0
- package/hooks/BugReportProvider.d.ts.map +1 -0
- package/hooks/BugReportProvider.js +5 -0
- package/hooks/index.d.ts +9 -4
- package/hooks/index.d.ts.map +1 -1
- package/hooks/index.js +9 -4
- package/hooks/resource-cache.d.ts +58 -0
- package/hooks/resource-cache.d.ts.map +1 -0
- package/hooks/resource-cache.js +241 -0
- package/hooks/useAccounts.d.ts.map +1 -1
- package/hooks/useAccounts.js +2 -8
- package/hooks/useActivityEvents.d.ts.map +1 -1
- package/hooks/useActivityEvents.js +20 -9
- package/hooks/useAuthStatus.d.ts +1 -1
- package/hooks/useAuthStatus.d.ts.map +1 -1
- package/hooks/useAuthStatus.js +34 -22
- package/hooks/useAvailableViews.d.ts +72 -0
- package/hooks/useAvailableViews.d.ts.map +1 -0
- package/hooks/useAvailableViews.js +159 -0
- package/hooks/useBugReport.hooks.d.ts +21 -0
- package/hooks/useBugReport.hooks.d.ts.map +1 -0
- package/hooks/useBugReport.hooks.js +24 -0
- package/hooks/useCachedResource.d.ts +38 -0
- package/hooks/useCachedResource.d.ts.map +1 -0
- package/hooks/useCachedResource.js +108 -0
- package/hooks/useChatAvatarVoiceBridge.d.ts +0 -1
- package/hooks/useChatAvatarVoiceBridge.d.ts.map +1 -1
- package/hooks/useCloudHandoffPhase.d.ts +11 -0
- package/hooks/useCloudHandoffPhase.d.ts.map +1 -0
- package/hooks/useCloudHandoffPhase.js +39 -0
- package/hooks/useConnectorAccounts.d.ts.map +1 -1
- package/hooks/useConnectorAccounts.js +2 -8
- package/hooks/useConnectorReconnect.d.ts +81 -0
- package/hooks/useConnectorReconnect.d.ts.map +1 -0
- package/hooks/useConnectorReconnect.js +180 -0
- package/hooks/useConnectorSendAsAccount.d.ts.map +1 -1
- package/hooks/useConnectorSendAsAccount.js +14 -14
- package/hooks/useContextMenu.js +1 -1
- package/hooks/useContinuousChat.d.ts +109 -0
- package/hooks/useContinuousChat.d.ts.map +1 -0
- package/hooks/useContinuousChat.js +241 -0
- package/hooks/useDefaultProviderPresets.d.ts +46 -0
- package/hooks/useDefaultProviderPresets.d.ts.map +1 -0
- package/hooks/useDefaultProviderPresets.js +54 -0
- package/hooks/useDesktopBridgeEvent.d.ts +29 -0
- package/hooks/useDesktopBridgeEvent.d.ts.map +1 -0
- package/hooks/useDesktopBridgeEvent.js +39 -0
- package/hooks/useDesktopTabs.d.ts +26 -0
- package/hooks/useDesktopTabs.d.ts.map +1 -0
- package/hooks/useDesktopTabs.js +95 -0
- package/hooks/useFetchData.d.ts +37 -0
- package/hooks/useFetchData.d.ts.map +1 -0
- package/hooks/useFetchData.js +93 -0
- package/hooks/useKeyboardShortcuts.d.ts +2 -13
- package/hooks/useKeyboardShortcuts.d.ts.map +1 -1
- package/hooks/useKeyboardShortcuts.js +5 -38
- package/hooks/useModalState.d.ts +31 -0
- package/hooks/useModalState.d.ts.map +1 -0
- package/hooks/useModalState.js +45 -0
- package/hooks/useRenderGuard.d.ts +51 -12
- package/hooks/useRenderGuard.d.ts.map +1 -1
- package/hooks/useRenderGuard.js +157 -30
- package/hooks/useRuntimeMode.d.ts.map +1 -1
- package/hooks/useViewCatalog.d.ts +25 -0
- package/hooks/useViewCatalog.d.ts.map +1 -0
- package/hooks/useViewCatalog.js +85 -0
- package/hooks/useViewEvent.d.ts +28 -0
- package/hooks/useViewEvent.d.ts.map +1 -0
- package/hooks/useViewEvent.js +40 -0
- package/hooks/useVoiceChat.d.ts +8 -2
- package/hooks/useVoiceChat.d.ts.map +1 -1
- package/hooks/useVoiceChat.js +617 -97
- package/hooks/useWhatsAppPairing.d.ts.map +1 -1
- package/hooks/useWhatsAppPairing.js +28 -5
- package/hooks/view-catalog.d.ts +74 -0
- package/hooks/view-catalog.d.ts.map +1 -0
- package/hooks/view-catalog.js +106 -0
- package/i18n/index.d.ts +2 -2
- package/i18n/index.d.ts.map +1 -1
- package/i18n/index.js +4 -2
- package/i18n/locales/en.json +4803 -666
- package/i18n/locales/es.json +5333 -1208
- package/i18n/locales/ja.json +7418 -0
- package/i18n/locales/ko.json +5221 -1096
- package/i18n/locales/pt.json +5215 -1090
- package/i18n/locales/tl.json +5449 -1324
- package/i18n/locales/vi.json +5150 -1025
- package/i18n/locales/zh-CN.json +5094 -969
- package/i18n/messages.d.ts +15 -1
- package/i18n/messages.d.ts.map +1 -1
- package/i18n/messages.js +54 -13
- package/i18n/region.d.ts +43 -0
- package/i18n/region.d.ts.map +1 -0
- package/i18n/region.js +169 -0
- package/index.d.ts +125 -25
- package/index.d.ts.map +1 -1
- package/index.js +102 -9
- package/layouts/chat-panel-layout/chat-panel-layout.js +2 -2
- package/layouts/page-layout/page-layout-mobile-drawer.d.ts.map +1 -1
- package/layouts/page-layout/page-layout-mobile-drawer.js +2 -2
- package/layouts/workspace-layout/index.d.ts +1 -1
- package/layouts/workspace-layout/index.d.ts.map +1 -1
- package/layouts/workspace-layout/index.js +1 -1
- package/layouts/workspace-layout/workspace-layout.d.ts.map +1 -1
- package/layouts/workspace-layout/workspace-layout.js +1 -3
- package/layouts/workspace-layout/workspace-mobile-sidebar-controls.hooks.d.ts +13 -0
- package/layouts/workspace-layout/workspace-mobile-sidebar-controls.hooks.d.ts.map +1 -0
- package/lib/floating-layers.d.ts +1 -2
- package/lib/floating-layers.d.ts.map +1 -1
- package/lib/floating-layers.js +2 -3
- package/navigation/index.d.ts +17 -20
- package/navigation/index.d.ts.map +1 -1
- package/navigation/index.js +97 -69
- package/navigation/main-tab.d.ts +6 -11
- package/navigation/main-tab.d.ts.map +1 -1
- package/navigation/main-tab.js +8 -17
- package/navigation/nav-lock.d.ts +18 -0
- package/navigation/nav-lock.d.ts.map +1 -0
- package/navigation/nav-lock.js +34 -0
- package/package.json +288 -19
- package/platform/android-runtime.d.ts +3 -3
- package/platform/android-runtime.d.ts.map +1 -1
- package/platform/android-runtime.js +4 -7
- package/platform/aosp-user-agent.d.ts +10 -0
- package/platform/aosp-user-agent.d.ts.map +1 -0
- package/platform/aosp-user-agent.js +13 -0
- package/platform/assistant-launch-payload.d.ts +27 -0
- package/platform/assistant-launch-payload.d.ts.map +1 -0
- package/platform/assistant-launch-payload.js +113 -0
- package/platform/browser-launch.d.ts +1 -0
- package/platform/browser-launch.d.ts.map +1 -1
- package/platform/browser-launch.js +56 -12
- package/platform/cloud-preference-patch.d.ts +0 -4
- package/platform/cloud-preference-patch.d.ts.map +1 -1
- package/platform/cloud-preference-patch.js +2 -24
- package/platform/empty-node-module.d.ts +2 -2
- package/platform/empty-node-module.d.ts.map +1 -1
- package/platform/empty-node-module.js +2 -2
- package/platform/first-run-reset.d.ts +21 -0
- package/platform/first-run-reset.d.ts.map +1 -0
- package/platform/first-run-reset.js +140 -0
- package/platform/index.d.ts +9 -5
- package/platform/index.d.ts.map +1 -1
- package/platform/index.js +7 -10
- package/platform/init.d.ts +16 -18
- package/platform/init.d.ts.map +1 -1
- package/platform/init.js +41 -29
- package/platform/ios-runtime.d.ts +18 -1
- package/platform/ios-runtime.d.ts.map +1 -1
- package/platform/ios-runtime.js +45 -24
- package/platform/mobile-permissions-client.d.ts +25 -0
- package/platform/mobile-permissions-client.d.ts.map +1 -0
- package/platform/mobile-permissions-client.js +628 -0
- package/platform/platform-guards.d.ts +39 -0
- package/platform/platform-guards.d.ts.map +1 -0
- package/platform/platform-guards.js +57 -0
- package/platform/types.d.ts +6 -10
- package/platform/types.d.ts.map +1 -1
- package/platform/window-shell.d.ts +20 -3
- package/platform/window-shell.d.ts.map +1 -1
- package/platform/window-shell.js +25 -5
- package/providers/index.d.ts +1 -1
- package/providers/index.d.ts.map +1 -1
- package/providers/index.js +1 -1
- package/retained-lazy.d.ts +28 -0
- package/retained-lazy.d.ts.map +1 -0
- package/retained-lazy.js +285 -0
- package/services/app-updates/update-policy.d.ts +64 -0
- package/services/app-updates/update-policy.d.ts.map +1 -0
- package/services/app-updates/update-policy.js +228 -0
- package/services/local-inference/active-model.d.ts +5 -83
- package/services/local-inference/active-model.d.ts.map +1 -1
- package/services/local-inference/active-model.js +88 -23
- package/services/local-inference/assignments.d.ts +12 -12
- package/services/local-inference/assignments.d.ts.map +1 -1
- package/services/local-inference/assignments.js +29 -19
- package/services/local-inference/bundled-models.d.ts +1 -1
- package/services/local-inference/bundled-models.js +1 -1
- package/services/local-inference/catalog-policy.d.ts +6 -0
- package/services/local-inference/catalog-policy.d.ts.map +1 -0
- package/services/local-inference/catalog-policy.js +13 -0
- package/services/local-inference/catalog.d.ts +6 -51
- package/services/local-inference/catalog.d.ts.map +1 -1
- package/services/local-inference/catalog.js +6 -268
- package/services/local-inference/custom-search.d.ts +33 -0
- package/services/local-inference/custom-search.d.ts.map +1 -0
- package/services/local-inference/custom-search.js +69 -0
- package/services/local-inference/device-bridge.d.ts +35 -4
- package/services/local-inference/device-bridge.d.ts.map +1 -1
- package/services/local-inference/device-bridge.js +56 -3
- package/services/local-inference/disk-space.d.ts +15 -0
- package/services/local-inference/disk-space.d.ts.map +1 -0
- package/services/local-inference/disk-space.js +29 -0
- package/services/local-inference/downloader.d.ts +35 -1
- package/services/local-inference/downloader.d.ts.map +1 -1
- package/services/local-inference/downloader.js +95 -141
- package/services/local-inference/engine.d.ts +18 -32
- package/services/local-inference/engine.d.ts.map +1 -1
- package/services/local-inference/engine.js +42 -207
- package/services/local-inference/handler-registry.d.ts +1 -1
- package/services/local-inference/handler-registry.d.ts.map +1 -1
- package/services/local-inference/handler-registry.js +14 -7
- package/services/local-inference/hardware.d.ts +44 -10
- package/services/local-inference/hardware.d.ts.map +1 -1
- package/services/local-inference/hardware.js +187 -76
- package/services/local-inference/hf-search.d.ts +7 -0
- package/services/local-inference/hf-search.d.ts.map +1 -1
- package/services/local-inference/hf-search.js +117 -6
- package/services/local-inference/home-model-status.d.ts +25 -0
- package/services/local-inference/home-model-status.d.ts.map +1 -0
- package/services/local-inference/home-model-status.js +90 -0
- package/services/local-inference/index.d.ts +6 -3
- package/services/local-inference/index.d.ts.map +1 -1
- package/services/local-inference/index.js +5 -2
- package/services/local-inference/load-args.d.ts +60 -0
- package/services/local-inference/load-args.d.ts.map +1 -0
- package/services/local-inference/load-args.js +10 -0
- package/services/local-inference/manifest.d.ts +45 -0
- package/services/local-inference/manifest.d.ts.map +1 -0
- package/services/local-inference/manifest.js +26 -0
- package/services/local-inference/paths.d.ts +1 -7
- package/services/local-inference/paths.d.ts.map +1 -1
- package/services/local-inference/paths.js +1 -7
- package/services/local-inference/readiness.js +1 -1
- package/services/local-inference/recommendation.d.ts +9 -6
- package/services/local-inference/recommendation.d.ts.map +1 -1
- package/services/local-inference/recommendation.js +64 -53
- package/services/local-inference/registry.d.ts.map +1 -1
- package/services/local-inference/registry.js +3 -2
- package/services/local-inference/resource-snapshot-bridge.d.ts +51 -0
- package/services/local-inference/resource-snapshot-bridge.d.ts.map +1 -0
- package/services/local-inference/resource-snapshot-bridge.js +90 -0
- package/services/local-inference/routing-policy.d.ts.map +1 -1
- package/services/local-inference/routing-policy.js +6 -0
- package/services/local-inference/routing-preferences.d.ts +1 -7
- package/services/local-inference/routing-preferences.d.ts.map +1 -1
- package/services/local-inference/routing-preferences.js +1 -7
- package/services/local-inference/service.d.ts +11 -1
- package/services/local-inference/service.d.ts.map +1 -1
- package/services/local-inference/service.js +24 -5
- package/services/local-inference/token-tree.d.ts +188 -0
- package/services/local-inference/token-tree.d.ts.map +1 -0
- package/services/local-inference/token-tree.js +185 -0
- package/services/local-inference/tokenizer-client.d.ts +88 -0
- package/services/local-inference/tokenizer-client.d.ts.map +1 -0
- package/services/local-inference/tokenizer-client.js +166 -0
- package/services/local-inference/types.d.ts +5 -235
- package/services/local-inference/types.d.ts.map +1 -1
- package/services/local-inference/types.js +5 -18
- package/services/local-inference/verify.d.ts +1 -7
- package/services/local-inference/verify.d.ts.map +1 -1
- package/services/local-inference/verify.js +1 -7
- package/shell-params.d.ts +1 -1
- package/shell-params.d.ts.map +1 -1
- package/shell-params.js +0 -1
- package/slots/task-coordinator-slots.d.ts +8 -26
- package/slots/task-coordinator-slots.d.ts.map +1 -1
- package/slots/task-coordinator-slots.helpers.d.ts +32 -0
- package/slots/task-coordinator-slots.helpers.d.ts.map +1 -0
- package/slots/task-coordinator-slots.helpers.js +14 -0
- package/slots/task-coordinator-slots.js +19 -8
- package/spatial/context.d.ts +24 -0
- package/spatial/context.d.ts.map +1 -0
- package/spatial/context.js +15 -0
- package/spatial/dom.d.ts +42 -0
- package/spatial/dom.d.ts.map +1 -0
- package/spatial/dom.js +41 -0
- package/spatial/evaluate.d.ts +67 -0
- package/spatial/evaluate.d.ts.map +1 -0
- package/spatial/evaluate.js +233 -0
- package/spatial/example.d.ts +19 -0
- package/spatial/example.d.ts.map +1 -0
- package/spatial/example.js +28 -0
- package/spatial/gallery.d.ts +20 -0
- package/spatial/gallery.d.ts.map +1 -0
- package/spatial/gallery.js +179 -0
- package/spatial/index.d.ts +24 -0
- package/spatial/index.d.ts.map +1 -0
- package/spatial/index.js +25 -0
- package/spatial/ir.d.ts +157 -0
- package/spatial/ir.d.ts.map +1 -0
- package/spatial/ir.js +41 -0
- package/spatial/primitives.d.ts +107 -0
- package/spatial/primitives.d.ts.map +1 -0
- package/spatial/primitives.js +447 -0
- package/spatial/tui/engine.d.ts +28 -0
- package/spatial/tui/engine.d.ts.map +1 -0
- package/spatial/tui/engine.js +488 -0
- package/spatial/tui/framing.d.ts +33 -0
- package/spatial/tui/framing.d.ts.map +1 -0
- package/spatial/tui/framing.js +189 -0
- package/spatial/tui/index.d.ts +10 -0
- package/spatial/tui/index.d.ts.map +1 -0
- package/spatial/tui/index.js +10 -0
- package/spatial/tui/renderer.d.ts +55 -0
- package/spatial/tui/renderer.d.ts.map +1 -0
- package/spatial/tui/renderer.js +116 -0
- package/state/AppContext.d.ts +0 -2
- package/state/AppContext.d.ts.map +1 -1
- package/state/AppContext.hooks.d.ts +15 -0
- package/state/AppContext.hooks.d.ts.map +1 -0
- package/state/AppContext.hooks.js +11 -0
- package/state/AppContext.js +618 -559
- package/state/ChatComposerContext.hooks.d.ts +59 -0
- package/state/ChatComposerContext.hooks.d.ts.map +1 -0
- package/state/ChatComposerContext.hooks.js +148 -0
- package/state/CompanionSceneConfigContext.hooks.d.ts +28 -0
- package/state/CompanionSceneConfigContext.hooks.d.ts.map +1 -0
- package/state/CompanionSceneConfigContext.hooks.js +33 -0
- package/state/PtySessionsContext.hooks.d.ts +18 -0
- package/state/PtySessionsContext.hooks.d.ts.map +1 -0
- package/state/PtySessionsContext.hooks.js +18 -0
- package/state/TranslationContext.hooks.d.ts +28 -0
- package/state/TranslationContext.hooks.d.ts.map +1 -0
- package/state/TranslationContext.hooks.js +38 -0
- package/state/TranslationProvider.d.ts +23 -0
- package/state/TranslationProvider.d.ts.map +1 -0
- package/state/TranslationProvider.js +86 -0
- package/state/action-banner.d.ts +18 -0
- package/state/action-banner.d.ts.map +1 -0
- package/state/action-banner.js +1 -0
- package/state/agent-profiles.d.ts.map +1 -1
- package/state/agent-profiles.js +1 -2
- package/state/agent-runtime-target.d.ts +1 -1
- package/state/agent-runtime-target.d.ts.map +1 -1
- package/state/agent-runtime-target.js +5 -1
- package/state/cloud-steward-login.d.ts +44 -0
- package/state/cloud-steward-login.d.ts.map +1 -0
- package/state/cloud-steward-login.js +52 -0
- package/state/complete-reset-local-state-after-wipe.d.ts +8 -8
- package/state/complete-reset-local-state-after-wipe.d.ts.map +1 -1
- package/state/complete-reset-local-state-after-wipe.js +6 -6
- package/state/conversation-message-filter.d.ts +10 -0
- package/state/conversation-message-filter.d.ts.map +1 -0
- package/state/conversation-message-filter.js +18 -0
- package/state/first-run-bootstrap.d.ts +17 -0
- package/state/first-run-bootstrap.d.ts.map +1 -0
- package/state/first-run-bootstrap.js +62 -0
- package/state/first-run-restart.d.ts +8 -0
- package/state/first-run-restart.d.ts.map +1 -0
- package/state/first-run-restart.js +8 -0
- package/state/handle-reset-applied-from-main.d.ts +1 -1
- package/state/index.d.ts +9 -6
- package/state/index.d.ts.map +1 -1
- package/state/index.js +9 -6
- package/state/internal.d.ts +8 -5
- package/state/internal.d.ts.map +1 -1
- package/state/internal.js +8 -6
- package/state/notifications/notification-store.d.ts +35 -0
- package/state/notifications/notification-store.d.ts.map +1 -0
- package/state/notifications/notification-store.js +179 -0
- package/state/parsers.d.ts.map +1 -1
- package/state/parsers.js +7 -0
- package/state/persistence.d.ts +42 -13
- package/state/persistence.d.ts.map +1 -1
- package/state/persistence.js +141 -91
- package/state/private-network-host.d.ts +11 -0
- package/state/private-network-host.d.ts.map +1 -0
- package/state/private-network-host.js +35 -0
- package/state/setup-resume.d.ts +9 -0
- package/state/setup-resume.d.ts.map +1 -0
- package/state/setup-resume.js +98 -0
- package/state/shell-routing.d.ts +3 -3
- package/state/shell-routing.d.ts.map +1 -1
- package/state/startup-coordinator.d.ts +46 -22
- package/state/startup-coordinator.d.ts.map +1 -1
- package/state/startup-coordinator.js +94 -44
- package/state/startup-phase-hydrate.d.ts +7 -6
- package/state/startup-phase-hydrate.d.ts.map +1 -1
- package/state/startup-phase-hydrate.js +206 -103
- package/state/startup-phase-poll.d.ts +76 -23
- package/state/startup-phase-poll.d.ts.map +1 -1
- package/state/startup-phase-poll.js +359 -83
- package/state/startup-phase-restore.d.ts +16 -8
- package/state/startup-phase-restore.d.ts.map +1 -1
- package/state/startup-phase-restore.js +169 -101
- package/state/startup-phase-runtime.d.ts +7 -3
- package/state/startup-phase-runtime.d.ts.map +1 -1
- package/state/startup-phase-runtime.js +227 -17
- package/state/types.d.ts +131 -104
- package/state/types.d.ts.map +1 -1
- package/state/types.js +47 -13
- package/state/ui-preferences.d.ts +6 -0
- package/state/ui-preferences.d.ts.map +1 -1
- package/state/use-startup-shell-controller.d.ts +7 -0
- package/state/use-startup-shell-controller.d.ts.map +1 -0
- package/state/use-startup-shell-controller.js +170 -0
- package/state/useApp.d.ts.map +1 -1
- package/state/useApp.js +6 -2
- package/state/useAppLifecycleEvents.d.ts +32 -0
- package/state/useAppLifecycleEvents.d.ts.map +1 -0
- package/state/useAppLifecycleEvents.js +102 -0
- package/state/useAppProviderEffects.d.ts.map +1 -1
- package/state/useAppProviderEffects.js +20 -13
- package/state/useAppShellState.d.ts +6 -6
- package/state/useCharacterState.js +1 -1
- package/state/useChatCallbacks.d.ts +28 -29
- package/state/useChatCallbacks.d.ts.map +1 -1
- package/state/useChatCallbacks.js +32 -41
- package/state/useChatLifecycle.d.ts +26 -27
- package/state/useChatLifecycle.d.ts.map +1 -1
- package/state/useChatLifecycle.js +127 -125
- package/state/useChatSend.d.ts +3 -4
- package/state/useChatSend.d.ts.map +1 -1
- package/state/useChatSend.js +303 -99
- package/state/useChatState.d.ts +1 -6
- package/state/useChatState.d.ts.map +1 -1
- package/state/useChatState.js +1 -9
- package/state/useCloudState.d.ts +7 -3
- package/state/useCloudState.d.ts.map +1 -1
- package/state/useCloudState.js +187 -27
- package/state/useContentPack.d.ts +27 -0
- package/state/useContentPack.d.ts.map +1 -0
- package/state/useContentPack.js +210 -0
- package/state/useDataLoaders.d.ts +6 -6
- package/state/useDataLoaders.d.ts.map +1 -1
- package/state/useDataLoaders.js +37 -25
- package/state/useDisplayPreferences.d.ts +3 -3
- package/state/useDisplayPreferences.d.ts.map +1 -1
- package/state/useDisplayPreferences.js +29 -15
- package/state/useFirstRunCallbacks.d.ts +102 -0
- package/state/useFirstRunCallbacks.d.ts.map +1 -0
- package/state/useFirstRunCallbacks.js +838 -0
- package/state/useFirstRunState.d.ts +126 -0
- package/state/useFirstRunState.d.ts.map +1 -0
- package/state/useFirstRunState.js +259 -0
- package/state/useLifecycleState.d.ts +18 -10
- package/state/useLifecycleState.d.ts.map +1 -1
- package/state/useLifecycleState.js +53 -26
- package/state/useMiscUiState.js +1 -1
- package/state/useNavigationState.d.ts +3 -4
- package/state/useNavigationState.d.ts.map +1 -1
- package/state/useNavigationState.js +34 -27
- package/state/usePluginsSkillsState.d.ts +6 -3
- package/state/usePluginsSkillsState.d.ts.map +1 -1
- package/state/usePluginsSkillsState.js +58 -13
- package/state/useStartupCoordinator.d.ts +4 -1
- package/state/useStartupCoordinator.d.ts.map +1 -1
- package/state/useStartupCoordinator.js +125 -29
- package/state/useStreamingText.d.ts +74 -0
- package/state/useStreamingText.d.ts.map +1 -0
- package/state/useStreamingText.js +104 -0
- package/state/useTabSync.d.ts +32 -0
- package/state/useTabSync.d.ts.map +1 -0
- package/state/useTabSync.js +81 -0
- package/state/useTriggersState.d.ts +3 -3
- package/state/useTriggersState.d.ts.map +1 -1
- package/state/useWalletState.d.ts +2 -2
- package/state/useWalletState.d.ts.map +1 -1
- package/state/useWalletState.js +13 -4
- package/state/view-chat-binding.d.ts +29 -0
- package/state/view-chat-binding.d.ts.map +1 -0
- package/state/view-chat-binding.js +41 -0
- package/storage/workspace-folder.d.ts +30 -0
- package/storage/workspace-folder.d.ts.map +1 -0
- package/storage/workspace-folder.js +74 -0
- package/stories/layout-story-fixtures.d.ts +0 -5
- package/stories/layout-story-fixtures.d.ts.map +1 -1
- package/stories/layout-story-fixtures.data.d.ts +6 -0
- package/stories/layout-story-fixtures.data.d.ts.map +1 -0
- package/stories/layout-story-fixtures.data.js +7 -0
- package/stories/layout-story-fixtures.js +9 -8
- package/storybook/mock-providers.d.ts +24 -0
- package/storybook/mock-providers.d.ts.map +1 -0
- package/storybook/mock-providers.helpers.d.ts +10 -0
- package/storybook/mock-providers.helpers.d.ts.map +1 -0
- package/storybook/mock-providers.helpers.js +11 -0
- package/storybook/mock-providers.js +76 -0
- package/styles/base.css +373 -162
- package/styles/brand-gold.css +245 -197
- package/styles/electrobun-mac-window-drag.css +3 -3
- package/styles/styles.css +75 -149
- package/styles/tailwind-theme.css +140 -0
- package/styles/theme.css +78 -61
- package/styles.d.ts +4 -0
- package/styles.d.ts.map +1 -0
- package/styles.js +9 -0
- package/themes/apply-theme.d.ts +0 -5
- package/themes/apply-theme.d.ts.map +1 -1
- package/themes/apply-theme.js +1 -9
- package/themes/index.d.ts +14 -0
- package/themes/index.d.ts.map +1 -0
- package/themes/index.js +12 -0
- package/themes/presets.d.ts +7 -0
- package/themes/presets.d.ts.map +1 -0
- package/themes/presets.js +157 -0
- package/types/host-external-modules.d.ts +5 -0
- package/types/host-external-modules.d.ts.map +1 -0
- package/types/host-external-modules.js +1 -0
- package/types/index.d.ts +1 -654
- package/types/index.d.ts.map +1 -1
- package/types/index.js +1 -4
- package/types/plugin-views.d.ts +17 -0
- package/types/plugin-views.d.ts.map +1 -0
- package/types/plugin-views.js +1 -0
- package/utils/browser-tab-kit-types.d.ts +1 -80
- package/utils/browser-tab-kit-types.d.ts.map +1 -1
- package/utils/browser-tab-kit-types.js +0 -21
- package/utils/browser-tabs-renderer-registry.d.ts +1 -55
- package/utils/browser-tabs-renderer-registry.d.ts.map +1 -1
- package/utils/browser-tabs-renderer-registry.js +1 -1223
- package/utils/character-message-examples.d.ts +1 -6
- package/utils/character-message-examples.d.ts.map +1 -1
- package/utils/character-message-examples.js +1 -122
- package/utils/cloud-agent-base.d.ts +50 -0
- package/utils/cloud-agent-base.d.ts.map +1 -0
- package/utils/cloud-agent-base.js +140 -0
- package/utils/cloud-status.d.ts +1 -2
- package/utils/cloud-status.d.ts.map +1 -1
- package/utils/cloud-status.js +1 -10
- package/utils/desktop-workspace.d.ts +1 -1
- package/utils/desktop-workspace.d.ts.map +1 -1
- package/utils/desktop-workspace.js +0 -5
- package/utils/documents-upload-image.d.ts +1 -26
- package/utils/documents-upload-image.d.ts.map +1 -1
- package/utils/documents-upload-image.js +1 -146
- package/utils/eliza-cloud-model-route.d.ts +1 -2
- package/utils/eliza-cloud-model-route.d.ts.map +1 -1
- package/utils/eliza-cloud-model-route.js +1 -9
- package/utils/eliza-globals.d.ts +1 -12
- package/utils/eliza-globals.d.ts.map +1 -1
- package/utils/eliza-globals.js +1 -48
- package/utils/errors.d.ts +1 -12
- package/utils/errors.d.ts.map +1 -1
- package/utils/errors.js +1 -25
- package/utils/format.d.ts +8 -62
- package/utils/format.d.ts.map +1 -1
- package/utils/format.js +34 -117
- package/utils/globals.js +1 -1
- package/utils/host-capabilities.d.ts +39 -0
- package/utils/host-capabilities.d.ts.map +1 -0
- package/utils/host-capabilities.js +85 -0
- package/utils/image-attachment.d.ts +35 -0
- package/utils/image-attachment.d.ts.map +1 -0
- package/utils/image-attachment.js +124 -0
- package/utils/index.d.ts +5 -4
- package/utils/index.d.ts.map +1 -1
- package/utils/index.js +5 -4
- package/utils/labels.d.ts +1 -5
- package/utils/labels.d.ts.map +1 -1
- package/utils/labels.js +1 -41
- package/utils/log-prefix.d.ts +1 -1
- package/utils/log-prefix.d.ts.map +1 -1
- package/utils/log-prefix.js +1 -53
- package/utils/name-tokens.d.ts +1 -23
- package/utils/name-tokens.d.ts.map +1 -1
- package/utils/name-tokens.js +1 -36
- package/utils/namespace-defaults.d.ts +1 -5
- package/utils/namespace-defaults.d.ts.map +1 -1
- package/utils/namespace-defaults.js +1 -15
- package/utils/openExternalUrl.d.ts.map +1 -1
- package/utils/openExternalUrl.js +3 -6
- package/utils/owner-name.d.ts +1 -2
- package/utils/owner-name.d.ts.map +1 -1
- package/utils/owner-name.js +1 -7
- package/utils/rate-limiter.d.ts +1 -31
- package/utils/rate-limiter.d.ts.map +1 -1
- package/utils/rate-limiter.js +1 -52
- package/utils/serialise.d.ts +1 -11
- package/utils/serialise.d.ts.map +1 -1
- package/utils/serialise.js +1 -21
- package/utils/sql-compat.d.ts +1 -9
- package/utils/sql-compat.d.ts.map +1 -1
- package/utils/sql-compat.js +1 -111
- package/utils/streaming-text.d.ts +1 -8
- package/utils/streaming-text.d.ts.map +1 -1
- package/utils/streaming-text.js +1 -112
- package/utils/subscription-auth.d.ts +1 -8
- package/utils/subscription-auth.d.ts.map +1 -1
- package/utils/subscription-auth.js +1 -48
- package/utils/trajectory-format.d.ts +1 -5
- package/utils/trajectory-format.d.ts.map +1 -1
- package/utils/trajectory-format.js +1 -43
- package/utils/transient-fetch.d.ts +20 -0
- package/utils/transient-fetch.d.ts.map +1 -0
- package/utils/transient-fetch.js +36 -0
- package/utils/tts-debug.d.ts.map +1 -1
- package/utils/tts-debug.js +3 -24
- package/utils/workflow-executions.d.ts +26 -0
- package/utils/workflow-executions.d.ts.map +1 -0
- package/utils/workflow-executions.js +166 -0
- package/utils/workflow-json.d.ts.map +1 -1
- package/utils/workflow-json.js +10 -0
- package/view-recents.d.ts +6 -0
- package/view-recents.d.ts.map +1 -0
- package/view-recents.js +35 -0
- package/views/view-event-bus.d.ts +40 -0
- package/views/view-event-bus.d.ts.map +1 -0
- package/views/view-event-bus.js +94 -0
- package/views/view-event-types.d.ts +24 -0
- package/views/view-event-types.d.ts.map +1 -0
- package/views/view-event-types.js +22 -0
- package/views/view-interact-protocol.d.ts +39 -0
- package/views/view-interact-protocol.d.ts.map +1 -0
- package/views/view-interact-protocol.js +22 -0
- package/voice/audio-frame-diarization-harness.d.ts +38 -0
- package/voice/audio-frame-diarization-harness.d.ts.map +1 -0
- package/voice/audio-frame-diarization-harness.js +63 -0
- package/voice/audio-frame-pump.d.ts +68 -0
- package/voice/audio-frame-pump.d.ts.map +1 -0
- package/voice/audio-frame-pump.js +137 -0
- package/voice/character-voice-config.d.ts +2 -0
- package/voice/character-voice-config.d.ts.map +1 -1
- package/voice/character-voice-config.js +8 -0
- package/voice/emotion.d.ts +43 -0
- package/voice/emotion.d.ts.map +1 -0
- package/voice/emotion.js +131 -0
- package/voice/end-of-turn.d.ts +81 -0
- package/voice/end-of-turn.d.ts.map +1 -0
- package/voice/end-of-turn.js +224 -0
- package/voice/index.d.ts +8 -0
- package/voice/index.d.ts.map +1 -1
- package/voice/index.js +8 -0
- package/voice/jni-voice-harness.d.ts +52 -0
- package/voice/jni-voice-harness.d.ts.map +1 -0
- package/voice/jni-voice-harness.js +90 -0
- package/voice/jni-voice-pipeline.d.ts +103 -0
- package/voice/jni-voice-pipeline.d.ts.map +1 -0
- package/voice/jni-voice-pipeline.js +238 -0
- package/voice/local-asr-capture.d.ts +46 -0
- package/voice/local-asr-capture.d.ts.map +1 -0
- package/voice/local-asr-capture.js +238 -0
- package/voice/local-asr-transcribe.d.ts +42 -0
- package/voice/local-asr-transcribe.d.ts.map +1 -0
- package/voice/local-asr-transcribe.js +93 -0
- package/voice/should-respond.d.ts +36 -0
- package/voice/should-respond.d.ts.map +1 -0
- package/voice/should-respond.js +71 -0
- package/voice/transcript-session.d.ts +49 -0
- package/voice/transcript-session.d.ts.map +1 -0
- package/voice/transcript-session.js +136 -0
- package/voice/transcription-exit.d.ts +40 -0
- package/voice/transcription-exit.d.ts.map +1 -0
- package/voice/transcription-exit.js +114 -0
- package/voice/useVoiceConfig.d.ts +18 -0
- package/voice/useVoiceConfig.d.ts.map +1 -0
- package/voice/useVoiceConfig.js +79 -0
- package/voice/voice-capture-factory.d.ts +116 -0
- package/voice/voice-capture-factory.d.ts.map +1 -0
- package/voice/voice-capture-factory.js +328 -0
- package/voice/voice-chat-playback.d.ts +3 -0
- package/voice/voice-chat-playback.d.ts.map +1 -1
- package/voice/voice-chat-playback.js +10 -2
- package/voice/voice-chat-types.d.ts +146 -18
- package/voice/voice-chat-types.d.ts.map +1 -1
- package/voice/voice-chat-types.js +11 -9
- package/voice/voice-provider-defaults.d.ts +40 -0
- package/voice/voice-provider-defaults.d.ts.map +1 -0
- package/voice/voice-provider-defaults.js +46 -0
- package/voice/voice-selftest/VoiceSelfTestShell.d.ts +17 -0
- package/voice/voice-selftest/VoiceSelfTestShell.d.ts.map +1 -0
- package/voice/voice-selftest/VoiceSelfTestShell.js +130 -0
- package/voice/voice-selftest/fixtures/known-phrase.d.ts +3 -0
- package/voice/voice-selftest/fixtures/known-phrase.d.ts.map +1 -0
- package/voice/voice-selftest/fixtures/known-phrase.js +5 -0
- package/voice/voice-selftest/voice-selftest-harness.d.ts +66 -0
- package/voice/voice-selftest/voice-selftest-harness.d.ts.map +1 -0
- package/voice/voice-selftest/voice-selftest-harness.js +320 -0
- package/voice/voice-turn-signal.d.ts +27 -0
- package/voice/voice-turn-signal.d.ts.map +1 -0
- package/voice/voice-turn-signal.js +59 -0
- package/widgets/WidgetHost.constants.d.ts +2 -0
- package/widgets/WidgetHost.constants.d.ts.map +1 -0
- package/widgets/WidgetHost.constants.js +1 -0
- package/widgets/WidgetHost.d.ts +7 -0
- package/widgets/WidgetHost.d.ts.map +1 -1
- package/widgets/WidgetHost.js +18 -5
- package/widgets/index.d.ts +3 -2
- package/widgets/index.d.ts.map +1 -1
- package/widgets/index.js +2 -1
- package/widgets/registry-store.js +1 -1
- package/widgets/registry.d.ts +0 -8
- package/widgets/registry.d.ts.map +1 -1
- package/widgets/registry.js +5 -17
- package/widgets/useChatSidebarVisibility.js +1 -1
- package/widgets/visibility.d.ts +3 -3
- package/widgets/visibility.d.ts.map +1 -1
- package/widgets/visibility.js +4 -5
- package/api/client-types-babylon.d.ts +0 -254
- package/api/client-types-babylon.d.ts.map +0 -1
- package/api/client-types-babylon.js +0 -2
- package/components/character/CharacterRelationshipsSection.d.ts +0 -7
- package/components/character/CharacterRelationshipsSection.d.ts.map +0 -1
- package/components/character/CharacterRelationshipsSection.js +0 -4
- package/components/chat/widgets/registry.d.ts +0 -8
- package/components/chat/widgets/registry.d.ts.map +0 -1
- package/components/chat/widgets/registry.js +0 -7
- package/components/composites/chat/chat-sidebar.d.ts +0 -54
- package/components/composites/chat/chat-sidebar.d.ts.map +0 -1
- package/components/composites/chat/chat-sidebar.js +0 -64
- package/components/composites/chat/create-task-popover.d.ts +0 -13
- package/components/composites/chat/create-task-popover.d.ts.map +0 -1
- package/components/composites/chat/create-task-popover.js +0 -44
- package/components/composites/search/search-input.d.ts +0 -11
- package/components/composites/search/search-input.d.ts.map +0 -1
- package/components/composites/search/search-input.js +0 -10
- package/components/composites/sidebar/sidebar-filter-bar.d.ts +0 -3
- package/components/composites/sidebar/sidebar-filter-bar.d.ts.map +0 -1
- package/components/composites/sidebar/sidebar-filter-bar.js +0 -14
- package/components/local-inference/HuggingFaceSearch.d.ts +0 -22
- package/components/local-inference/HuggingFaceSearch.d.ts.map +0 -1
- package/components/local-inference/HuggingFaceSearch.js +0 -68
- package/components/onboarding/BootstrapStep.d.ts +0 -35
- package/components/onboarding/BootstrapStep.d.ts.map +0 -1
- package/components/onboarding/BootstrapStep.js +0 -151
- package/components/onboarding/PasswordSetupStep.d.ts +0 -28
- package/components/onboarding/PasswordSetupStep.d.ts.map +0 -1
- package/components/onboarding/PasswordSetupStep.js +0 -82
- package/components/onboarding/onboarding-form-primitives.d.ts +0 -54
- package/components/onboarding/onboarding-form-primitives.d.ts.map +0 -1
- package/components/onboarding/onboarding-form-primitives.js +0 -55
- package/components/onboarding/onboarding-step-chrome.d.ts +0 -40
- package/components/onboarding/onboarding-step-chrome.d.ts.map +0 -1
- package/components/onboarding/onboarding-step-chrome.js +0 -74
- package/components/pages/AutomationsChatPane.d.ts +0 -19
- package/components/pages/AutomationsChatPane.d.ts.map +0 -1
- package/components/pages/AutomationsChatPane.js +0 -15
- package/components/pages/ChatModalView.d.ts +0 -13
- package/components/pages/ChatModalView.d.ts.map +0 -1
- package/components/pages/ChatModalView.js +0 -17
- package/components/pages/ChatPanelLayout.d.ts +0 -11
- package/components/pages/ChatPanelLayout.d.ts.map +0 -1
- package/components/pages/ChatPanelLayout.js +0 -37
- package/components/pages/ConnectorsPageView.d.ts +0 -8
- package/components/pages/ConnectorsPageView.d.ts.map +0 -1
- package/components/pages/ConnectorsPageView.js +0 -8
- package/components/pages/HomePlaceholderView.d.ts +0 -16
- package/components/pages/HomePlaceholderView.d.ts.map +0 -1
- package/components/pages/HomePlaceholderView.js +0 -17
- package/components/pages/PageScopedChatPane.d.ts +0 -51
- package/components/pages/PageScopedChatPane.d.ts.map +0 -1
- package/components/pages/PageScopedChatPane.js +0 -586
- package/components/pages/VectorBrowserView.d.ts +0 -13
- package/components/pages/VectorBrowserView.d.ts.map +0 -1
- package/components/pages/VectorBrowserView.js +0 -863
- package/components/settings/CloudInstancePanel.d.ts +0 -2
- package/components/settings/CloudInstancePanel.d.ts.map +0 -1
- package/components/settings/CloudInstancePanel.js +0 -48
- package/components/shell/DnaLoader.d.ts +0 -8
- package/components/shell/DnaLoader.d.ts.map +0 -1
- package/components/shell/DnaLoader.js +0 -50
- package/components/shell/Header.d.ts +0 -12
- package/components/shell/Header.d.ts.map +0 -1
- package/components/shell/Header.js +0 -316
- package/components/shell/RuntimeGate.d.ts +0 -51
- package/components/shell/RuntimeGate.d.ts.map +0 -1
- package/components/shell/RuntimeGate.js +0 -1293
- package/components/shell/SplashServerChooser.d.ts +0 -14
- package/components/shell/SplashServerChooser.d.ts.map +0 -1
- package/components/shell/SplashServerChooser.js +0 -23
- package/components/shell/onboarding-theme.d.ts +0 -6
- package/components/shell/onboarding-theme.d.ts.map +0 -1
- package/components/shell/onboarding-theme.js +0 -29
- package/components/ui/drawer-sheet.d.ts +0 -19
- package/components/ui/drawer-sheet.d.ts.map +0 -1
- package/components/ui/drawer-sheet.js +0 -21
- package/components/ui/section-card.d.ts +0 -15
- package/components/ui/section-card.d.ts.map +0 -1
- package/components/ui/section-card.js +0 -10
- package/config/app-config.d.ts +0 -273
- package/config/app-config.d.ts.map +0 -1
- package/config/app-config.js +0 -31
- package/config/boot-config-react.d.ts +0 -5
- package/config/boot-config-react.d.ts.map +0 -1
- package/config/boot-config-react.js +0 -7
- package/config/branding-react.d.ts +0 -4
- package/config/branding-react.d.ts.map +0 -1
- package/config/branding-react.js +0 -11
- package/desktop-runtime/AppWindowRenderer.d.ts +0 -17
- package/desktop-runtime/AppWindowRenderer.d.ts.map +0 -1
- package/desktop-runtime/AppWindowRenderer.js +0 -327
- package/desktop-runtime/DesktopOnboardingRuntime.d.ts +0 -9
- package/desktop-runtime/DesktopOnboardingRuntime.d.ts.map +0 -1
- package/desktop-runtime/DesktopOnboardingRuntime.js +0 -10
- package/desktop-runtime/DesktopSurfaceNavigationRuntime.d.ts +0 -2
- package/desktop-runtime/DesktopSurfaceNavigationRuntime.d.ts.map +0 -1
- package/desktop-runtime/DesktopSurfaceNavigationRuntime.js +0 -48
- package/desktop-runtime/DesktopTrayRuntime.d.ts +0 -11
- package/desktop-runtime/DesktopTrayRuntime.d.ts.map +0 -1
- package/desktop-runtime/DesktopTrayRuntime.js +0 -265
- package/desktop-runtime/DetachedShellRoot.d.ts +0 -10
- package/desktop-runtime/DetachedShellRoot.d.ts.map +0 -1
- package/desktop-runtime/DetachedShellRoot.js +0 -114
- package/desktop-runtime/index.d.ts +0 -6
- package/desktop-runtime/index.d.ts.map +0 -1
- package/desktop-runtime/index.js +0 -5
- package/hooks/useBugReport.d.ts +0 -26
- package/hooks/useBugReport.d.ts.map +0 -1
- package/hooks/useBugReport.js +0 -28
- package/hooks/useStreamPopoutNavigation.d.ts +0 -3
- package/hooks/useStreamPopoutNavigation.d.ts.map +0 -1
- package/hooks/useStreamPopoutNavigation.js +0 -4
- package/hooks/useWorkflowGenerationState.d.ts +0 -20
- package/hooks/useWorkflowGenerationState.d.ts.map +0 -1
- package/hooks/useWorkflowGenerationState.js +0 -43
- package/layouts/workspace-layout/workspace-mobile-sidebar-controls.d.ts +0 -13
- package/layouts/workspace-layout/workspace-mobile-sidebar-controls.d.ts.map +0 -1
- package/onboarding/auto-download-recommended.d.ts +0 -30
- package/onboarding/auto-download-recommended.d.ts.map +0 -1
- package/onboarding/auto-download-recommended.js +0 -105
- package/onboarding/flow.d.ts +0 -66
- package/onboarding/flow.d.ts.map +0 -1
- package/onboarding/flow.js +0 -100
- package/onboarding/local-agent-token.d.ts +0 -6
- package/onboarding/local-agent-token.d.ts.map +0 -1
- package/onboarding/local-agent-token.js +0 -79
- package/onboarding/mobile-runtime-mode.d.ts +0 -19
- package/onboarding/mobile-runtime-mode.d.ts.map +0 -1
- package/onboarding/mobile-runtime-mode.js +0 -91
- package/onboarding/pre-seed-local-runtime.d.ts +0 -53
- package/onboarding/pre-seed-local-runtime.d.ts.map +0 -1
- package/onboarding/pre-seed-local-runtime.js +0 -111
- package/onboarding/probe-local-agent.d.ts +0 -51
- package/onboarding/probe-local-agent.d.ts.map +0 -1
- package/onboarding/probe-local-agent.js +0 -235
- package/onboarding/reload-into-runtime-picker.d.ts +0 -25
- package/onboarding/reload-into-runtime-picker.d.ts.map +0 -1
- package/onboarding/reload-into-runtime-picker.js +0 -45
- package/onboarding/server-target.d.ts +0 -4
- package/onboarding/server-target.d.ts.map +0 -1
- package/onboarding/server-target.js +0 -13
- package/onboarding-config.d.ts +0 -61
- package/onboarding-config.d.ts.map +0 -1
- package/onboarding-config.js +0 -172
- package/platform/onboarding-reset.d.ts +0 -11
- package/platform/onboarding-reset.d.ts.map +0 -1
- package/platform/onboarding-reset.js +0 -127
- package/services/local-inference/dflash-doctor.d.ts +0 -22
- package/services/local-inference/dflash-doctor.d.ts.map +0 -1
- package/services/local-inference/dflash-doctor.js +0 -139
- package/services/local-inference/dflash-server.d.ts +0 -76
- package/services/local-inference/dflash-server.d.ts.map +0 -1
- package/services/local-inference/dflash-server.js +0 -451
- package/services/local-inference/providers.d.ts +0 -61
- package/services/local-inference/providers.d.ts.map +0 -1
- package/services/local-inference/providers.js +0 -306
- package/state/ChatComposerContext.d.ts +0 -28
- package/state/ChatComposerContext.d.ts.map +0 -1
- package/state/ChatComposerContext.js +0 -30
- package/state/CompanionSceneConfigContext.d.ts +0 -27
- package/state/CompanionSceneConfigContext.d.ts.map +0 -1
- package/state/CompanionSceneConfigContext.js +0 -32
- package/state/PtySessionsContext.d.ts +0 -15
- package/state/PtySessionsContext.d.ts.map +0 -1
- package/state/PtySessionsContext.js +0 -15
- package/state/TranslationContext.d.ts +0 -37
- package/state/TranslationContext.d.ts.map +0 -1
- package/state/TranslationContext.js +0 -63
- package/state/connector-deeplink.d.ts +0 -30
- package/state/connector-deeplink.d.ts.map +0 -1
- package/state/connector-deeplink.js +0 -46
- package/state/navigation-events.d.ts +0 -12
- package/state/navigation-events.d.ts.map +0 -1
- package/state/navigation-events.js +0 -25
- package/state/onboarding-bootstrap.d.ts +0 -28
- package/state/onboarding-bootstrap.d.ts.map +0 -1
- package/state/onboarding-bootstrap.js +0 -76
- package/state/onboarding-restart.d.ts +0 -8
- package/state/onboarding-restart.d.ts.map +0 -1
- package/state/onboarding-restart.js +0 -8
- package/state/onboarding-resume.d.ts +0 -9
- package/state/onboarding-resume.d.ts.map +0 -1
- package/state/onboarding-resume.js +0 -93
- package/state/useOnboardingCallbacks.d.ts +0 -100
- package/state/useOnboardingCallbacks.d.ts.map +0 -1
- package/state/useOnboardingCallbacks.js +0 -804
- package/state/useOnboardingCompat.d.ts +0 -61
- package/state/useOnboardingCompat.d.ts.map +0 -1
- package/state/useOnboardingCompat.js +0 -110
- package/state/useOnboardingState.d.ts +0 -126
- package/state/useOnboardingState.d.ts.map +0 -1
- package/state/useOnboardingState.js +0 -263
- package/state/useVincentState.d.ts +0 -3
- package/state/useVincentState.d.ts.map +0 -1
- package/state/useVincentState.js +0 -13
- package/styles/onboarding-game.css +0 -568
- package/terminal/links.d.ts +0 -9
- package/terminal/links.d.ts.map +0 -1
- package/terminal/links.js +0 -20
- package/utils/assistant-text.d.ts +0 -2
- package/utils/assistant-text.d.ts.map +0 -1
- package/utils/assistant-text.js +0 -167
- package/utils/eliza-root.d.ts +0 -9
- package/utils/eliza-root.d.ts.map +0 -1
- package/utils/eliza-root.js +0 -101
- package/utils/exec-safety.d.ts +0 -2
- package/utils/exec-safety.d.ts.map +0 -1
- package/utils/exec-safety.js +0 -21
- package/utils/number-parsing.d.ts +0 -26
- package/utils/number-parsing.d.ts.map +0 -1
- package/utils/number-parsing.js +0 -51
- /package/layouts/workspace-layout/{workspace-mobile-sidebar-controls.js → workspace-mobile-sidebar-controls.hooks.js} +0 -0
package/components/ui/button.js
CHANGED
|
@@ -3,27 +3,26 @@ import { Slot } from "@radix-ui/react-slot";
|
|
|
3
3
|
import { cva } from "class-variance-authority";
|
|
4
4
|
import * as React from "react";
|
|
5
5
|
import { cn } from "../../lib/utils.js";
|
|
6
|
-
const buttonVariants = cva("inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-
|
|
6
|
+
const buttonVariants = cva("inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-sm text-sm font-medium ring-offset-bg transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 cursor-pointer [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0", {
|
|
7
7
|
variants: {
|
|
8
8
|
variant: {
|
|
9
|
-
default:
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
"
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
outline: "border border-border bg-card/92 text-txt shadow-sm hover:border-border-strong hover:bg-bg-hover",
|
|
18
|
-
secondary: "border border-border bg-bg-accent text-txt shadow-sm hover:border-border-strong hover:bg-bg-hover",
|
|
19
|
-
ghost: "text-muted-strong hover:bg-bg-accent hover:text-txt",
|
|
9
|
+
default: "bg-accent text-accent-fg hover:bg-accent-hover",
|
|
10
|
+
surface: "bg-card text-muted-strong hover:bg-surface",
|
|
11
|
+
surfaceAccent: "bg-accent-subtle text-txt-strong hover:bg-accent-subtle/70",
|
|
12
|
+
surfaceDestructive: "bg-destructive-subtle text-danger hover:bg-destructive-subtle/70",
|
|
13
|
+
destructive: "bg-destructive text-destructive-fg hover:bg-destructive/85",
|
|
14
|
+
outline: "bg-card text-txt hover:bg-surface",
|
|
15
|
+
secondary: "bg-bg-accent text-txt hover:bg-surface",
|
|
16
|
+
ghost: "text-muted-strong hover:bg-surface hover:text-txt",
|
|
20
17
|
link: "text-primary underline-offset-4 hover:underline",
|
|
21
18
|
},
|
|
22
19
|
size: {
|
|
23
20
|
default: "h-10 px-4 py-2",
|
|
24
|
-
sm: "h-9 rounded-
|
|
25
|
-
lg: "h-11 rounded-
|
|
21
|
+
sm: "h-9 rounded-sm px-3 py-1.5",
|
|
22
|
+
lg: "h-11 rounded-sm px-8 py-2.5",
|
|
26
23
|
icon: "h-10 w-10",
|
|
24
|
+
"icon-sm": "h-8 w-8",
|
|
25
|
+
"icon-lg": "h-11 w-11",
|
|
27
26
|
},
|
|
28
27
|
},
|
|
29
28
|
defaultVariants: {
|
|
@@ -31,9 +30,14 @@ const buttonVariants = cva("inline-flex items-center justify-center gap-2 whites
|
|
|
31
30
|
size: "default",
|
|
32
31
|
},
|
|
33
32
|
});
|
|
34
|
-
const Button = React.forwardRef(({ className, variant, size, asChild = false, style, ...props }, ref) => {
|
|
33
|
+
const Button = React.forwardRef(({ className, variant, size, asChild = false, style, type, ...props }, ref) => {
|
|
35
34
|
const Comp = asChild ? Slot : "button";
|
|
36
|
-
|
|
35
|
+
// Default to type="button" so a Button inside or near a <form> doesn't
|
|
36
|
+
// accidentally submit on Enter. Callers that genuinely want submit behaviour
|
|
37
|
+
// must opt in with type="submit". Native <button> defaults to "submit",
|
|
38
|
+
// which is almost never what we want in this app.
|
|
39
|
+
const resolvedType = asChild ? type : (type ?? "button");
|
|
40
|
+
return (_jsx(Comp, { className: cn(buttonVariants({ variant, size, className })), ref: ref, style: style, type: resolvedType, ...props }));
|
|
37
41
|
});
|
|
38
42
|
Button.displayName = "Button";
|
|
39
43
|
export { Button, buttonVariants };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { type DayButton, DayPicker } from "react-day-picker";
|
|
3
|
+
import { Button } from "./button";
|
|
4
|
+
declare function Calendar({ className, classNames, showOutsideDays, captionLayout, buttonVariant, formatters, components, ...props }: React.ComponentProps<typeof DayPicker> & {
|
|
5
|
+
buttonVariant?: React.ComponentProps<typeof Button>["variant"];
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare function CalendarDayButton({ className, day, modifiers, ...props }: React.ComponentProps<typeof DayButton>): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export { Calendar, CalendarDayButton };
|
|
9
|
+
//# sourceMappingURL=calendar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ui/calendar.tsx"],"names":[],"mappings":"AAWA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EACL,KAAK,SAAS,EACd,SAAS,EAEV,MAAM,kBAAkB,CAAC;AAE1B,OAAO,EAAE,MAAM,EAAkB,MAAM,UAAU,CAAC;AAElD,iBAAS,QAAQ,CAAC,EAChB,SAAS,EACT,UAAU,EACV,eAAsB,EACtB,aAAuB,EACvB,aAAuB,EACvB,UAAU,EACV,UAAU,EACV,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,SAAS,CAAC,GAAG;IAC1C,aAAa,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,MAAM,CAAC,CAAC,SAAS,CAAC,CAAC;CAChE,2CAoJA;AAED,iBAAS,iBAAiB,CAAC,EACzB,SAAS,EACT,GAAG,EACH,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,SAAS,CAAC,2CA+BxC;AAED,OAAO,EAAE,QAAQ,EAAE,iBAAiB,EAAE,CAAC"}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Calendar component for date selection built on react-day-picker.
|
|
3
|
+
* Supports single and range selection with customizable styling and formatters.
|
|
4
|
+
*/
|
|
5
|
+
"use client";
|
|
6
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
7
|
+
import { ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, } from "lucide-react";
|
|
8
|
+
import * as React from "react";
|
|
9
|
+
import { DayPicker, getDefaultClassNames, } from "react-day-picker";
|
|
10
|
+
import { cn } from "../../lib/utils.js";
|
|
11
|
+
import { Button, buttonVariants } from "./button.js";
|
|
12
|
+
function Calendar({ className, classNames, showOutsideDays = true, captionLayout = "label", buttonVariant = "ghost", formatters, components, ...props }) {
|
|
13
|
+
const defaultClassNames = getDefaultClassNames();
|
|
14
|
+
return (_jsx(DayPicker, { showOutsideDays: showOutsideDays, className: cn("bg-background group/calendar p-3 [--cell-size:--spacing(8)] [[data-slot=card-content]_&]:bg-transparent [[data-slot=popover-content]_&]:bg-transparent", String.raw `rtl:**:[.rdp-button\_next>svg]:rotate-180`, String.raw `rtl:**:[.rdp-button\_previous>svg]:rotate-180`, className), captionLayout: captionLayout, formatters: {
|
|
15
|
+
formatMonthDropdown: (date) => date.toLocaleString("default", { month: "short" }),
|
|
16
|
+
...formatters,
|
|
17
|
+
}, classNames: {
|
|
18
|
+
root: cn("w-fit", defaultClassNames.root),
|
|
19
|
+
months: cn("flex gap-4 flex-col md:flex-row relative", defaultClassNames.months),
|
|
20
|
+
month: cn("flex flex-col w-full gap-4", defaultClassNames.month),
|
|
21
|
+
nav: cn("flex items-center gap-1 w-full absolute top-0 inset-x-0 justify-between", defaultClassNames.nav),
|
|
22
|
+
button_previous: cn(buttonVariants({ variant: buttonVariant }), "size-(--cell-size) aria-disabled:opacity-50 p-0 select-none", defaultClassNames.button_previous),
|
|
23
|
+
button_next: cn(buttonVariants({ variant: buttonVariant }), "size-(--cell-size) aria-disabled:opacity-50 p-0 select-none", defaultClassNames.button_next),
|
|
24
|
+
month_caption: cn("flex items-center justify-center h-(--cell-size) w-full px-(--cell-size)", defaultClassNames.month_caption),
|
|
25
|
+
dropdowns: cn("w-full flex items-center text-sm font-medium justify-center h-(--cell-size) gap-1.5", defaultClassNames.dropdowns),
|
|
26
|
+
dropdown_root: cn("relative has-focus:border-ring border border-input has-focus:ring-ring/50 has-focus:ring-[3px] rounded-sm", defaultClassNames.dropdown_root),
|
|
27
|
+
dropdown: cn("absolute bg-popover inset-0 opacity-0", defaultClassNames.dropdown),
|
|
28
|
+
caption_label: cn("select-none font-medium", captionLayout === "label"
|
|
29
|
+
? "text-sm"
|
|
30
|
+
: "rounded-sm pl-2 pr-1 flex items-center gap-1 text-sm h-8 [&>svg]:text-muted-foreground [&>svg]:size-3.5", defaultClassNames.caption_label),
|
|
31
|
+
month_grid: "w-full border-collapse",
|
|
32
|
+
weekdays: cn("flex", defaultClassNames.weekdays),
|
|
33
|
+
weekday: cn("text-muted-foreground rounded-sm flex-1 font-normal text-[0.8rem] select-none", defaultClassNames.weekday),
|
|
34
|
+
week: cn("flex w-full mt-2", defaultClassNames.week),
|
|
35
|
+
week_number_header: cn("select-none w-(--cell-size)", defaultClassNames.week_number_header),
|
|
36
|
+
week_number: cn("text-[0.8rem] select-none text-muted-foreground", defaultClassNames.week_number),
|
|
37
|
+
day: cn("relative w-full h-full p-0 text-center [&:first-child[data-selected=true]_button]:rounded-l-md [&:last-child[data-selected=true]_button]:rounded-r-md group/day aspect-square select-none", defaultClassNames.day),
|
|
38
|
+
range_start: cn("rounded-l-md bg-accent", defaultClassNames.range_start),
|
|
39
|
+
range_middle: cn("rounded-none", defaultClassNames.range_middle),
|
|
40
|
+
range_end: cn("rounded-r-md bg-accent", defaultClassNames.range_end),
|
|
41
|
+
today: cn("bg-accent text-accent-foreground rounded-sm data-[selected=true]:rounded-none", defaultClassNames.today),
|
|
42
|
+
outside: cn("text-muted-foreground aria-selected:text-muted-foreground", defaultClassNames.outside),
|
|
43
|
+
disabled: cn("text-muted-foreground opacity-50", defaultClassNames.disabled),
|
|
44
|
+
hidden: cn("invisible", defaultClassNames.hidden),
|
|
45
|
+
...classNames,
|
|
46
|
+
}, components: {
|
|
47
|
+
Root: ({ className, rootRef, ...props }) => {
|
|
48
|
+
return (_jsx("div", { "data-slot": "calendar", ref: rootRef, className: cn(className), ...props }));
|
|
49
|
+
},
|
|
50
|
+
Chevron: ({ className, orientation, ...props }) => {
|
|
51
|
+
if (orientation === "left") {
|
|
52
|
+
return (_jsx(ChevronLeftIcon, { className: cn("size-4", className), ...props }));
|
|
53
|
+
}
|
|
54
|
+
if (orientation === "right") {
|
|
55
|
+
return (_jsx(ChevronRightIcon, { className: cn("size-4", className), ...props }));
|
|
56
|
+
}
|
|
57
|
+
return (_jsx(ChevronDownIcon, { className: cn("size-4", className), ...props }));
|
|
58
|
+
},
|
|
59
|
+
DayButton: CalendarDayButton,
|
|
60
|
+
WeekNumber: ({ children, ...props }) => {
|
|
61
|
+
return (_jsx("td", { ...props, children: _jsx("div", { className: "flex size-(--cell-size) items-center justify-center text-center", children: children }) }));
|
|
62
|
+
},
|
|
63
|
+
...components,
|
|
64
|
+
}, ...props }));
|
|
65
|
+
}
|
|
66
|
+
function CalendarDayButton({ className, day, modifiers, ...props }) {
|
|
67
|
+
const defaultClassNames = getDefaultClassNames();
|
|
68
|
+
const ref = React.useRef(null);
|
|
69
|
+
React.useEffect(() => {
|
|
70
|
+
if (modifiers.focused)
|
|
71
|
+
ref.current?.focus();
|
|
72
|
+
}, [modifiers.focused]);
|
|
73
|
+
return (_jsx(Button, { ref: ref, variant: "ghost", size: "icon", "data-day": day.date.toLocaleDateString(), "data-selected-single": modifiers.selected &&
|
|
74
|
+
!modifiers.range_start &&
|
|
75
|
+
!modifiers.range_end &&
|
|
76
|
+
!modifiers.range_middle, "data-range-start": modifiers.range_start, "data-range-end": modifiers.range_end, "data-range-middle": modifiers.range_middle, className: cn("data-[selected-single=true]:bg-primary data-[selected-single=true]:text-primary-foreground data-[range-middle=true]:bg-accent data-[range-middle=true]:text-accent-foreground data-[range-start=true]:bg-primary data-[range-start=true]:text-primary-foreground data-[range-end=true]:bg-primary data-[range-end=true]:text-primary-foreground group-data-[focused=true]/day:border-ring group-data-[focused=true]/day:ring-ring/50 dark:hover:text-accent-foreground flex aspect-square size-auto w-full min-w-(--cell-size) flex-col gap-1 leading-none font-normal group-data-[focused=true]/day:relative group-data-[focused=true]/day:z-10 group-data-[focused=true]/day:ring-[3px] data-[range-end=true]:rounded-sm data-[range-end=true]:rounded-r-md data-[range-middle=true]:rounded-none data-[range-start=true]:rounded-sm data-[range-start=true]:rounded-l-md [&>span]:text-xs [&>span]:opacity-70", defaultClassNames.day, className), ...props }));
|
|
77
|
+
}
|
|
78
|
+
export { Calendar, CalendarDayButton };
|
package/components/ui/card.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { type VariantProps } from "class-variance-authority";
|
|
2
2
|
import * as React from "react";
|
|
3
3
|
declare const cardVariants: (props?: ({
|
|
4
|
-
variant?: "flat" | "default" | "status" | "
|
|
4
|
+
variant?: "flat" | "default" | "status" | "interactive" | "setting" | null | undefined;
|
|
5
5
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
6
6
|
export interface CardProps extends React.HTMLAttributes<HTMLDivElement>, VariantProps<typeof cardVariants> {
|
|
7
7
|
}
|
|
@@ -9,7 +9,8 @@ declare const Card: React.ForwardRefExoticComponent<CardProps & React.RefAttribu
|
|
|
9
9
|
declare const CardHeader: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
|
|
10
10
|
declare const CardTitle: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLHeadingElement> & React.RefAttributes<HTMLParagraphElement>>;
|
|
11
11
|
declare const CardDescription: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLParagraphElement> & React.RefAttributes<HTMLParagraphElement>>;
|
|
12
|
+
declare const CardAction: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
|
|
12
13
|
declare const CardContent: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
|
|
13
14
|
declare const CardFooter: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
|
|
14
|
-
export { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, cardVariants, };
|
|
15
|
+
export { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, cardVariants, };
|
|
15
16
|
//# sourceMappingURL=card.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"card.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ui/card.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,QAAA,MAAM,YAAY;;
|
|
1
|
+
{"version":3,"file":"card.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ui/card.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,QAAA,MAAM,YAAY;;8EAahB,CAAC;AAEH,MAAM,WAAW,SACf,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,EAC1C,YAAY,CAAC,OAAO,YAAY,CAAC;CAAG;AAExC,QAAA,MAAM,IAAI,kFAQT,CAAC;AAGF,QAAA,MAAM,UAAU,6GASd,CAAC;AAGH,QAAA,MAAM,SAAS,uHASb,CAAC;AAGH,QAAA,MAAM,eAAe,yHAKnB,CAAC;AAGH,QAAA,MAAM,UAAU,6GAad,CAAC;AAGH,QAAA,MAAM,WAAW,6GAKf,CAAC;AAGH,QAAA,MAAM,UAAU,6GASd,CAAC;AAGH,OAAO,EACL,IAAI,EACJ,UAAU,EACV,WAAW,EACX,eAAe,EACf,UAAU,EACV,UAAU,EACV,SAAS,EACT,YAAY,GACb,CAAC"}
|
package/components/ui/card.js
CHANGED
|
@@ -2,13 +2,13 @@ import { jsx as _jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import { cva } from "class-variance-authority";
|
|
3
3
|
import * as React from "react";
|
|
4
4
|
import { cn } from "../../lib/utils.js";
|
|
5
|
-
const cardVariants = cva("rounded-
|
|
5
|
+
const cardVariants = cva("rounded-sm bg-card/70 text-card-fg", {
|
|
6
6
|
variants: {
|
|
7
7
|
variant: {
|
|
8
|
-
default: "
|
|
9
|
-
interactive: "
|
|
10
|
-
status: "
|
|
11
|
-
setting: "
|
|
8
|
+
default: "",
|
|
9
|
+
interactive: "transition-colors hover:bg-card cursor-pointer",
|
|
10
|
+
status: "",
|
|
11
|
+
setting: "p-0",
|
|
12
12
|
flat: "",
|
|
13
13
|
},
|
|
14
14
|
},
|
|
@@ -24,8 +24,10 @@ const CardTitle = React.forwardRef(({ className, ...props }, ref) => (_jsx("h3",
|
|
|
24
24
|
CardTitle.displayName = "CardTitle";
|
|
25
25
|
const CardDescription = React.forwardRef(({ className, ...props }, ref) => (_jsx("p", { ref: ref, className: cn("text-sm text-muted", className), ...props })));
|
|
26
26
|
CardDescription.displayName = "CardDescription";
|
|
27
|
+
const CardAction = React.forwardRef(({ className, ...props }, ref) => (_jsx("div", { ref: ref, "data-slot": "card-action", className: cn("col-start-2 row-span-2 row-start-1 self-start justify-self-end", className), ...props })));
|
|
28
|
+
CardAction.displayName = "CardAction";
|
|
27
29
|
const CardContent = React.forwardRef(({ className, ...props }, ref) => (_jsx("div", { ref: ref, className: cn("p-6 pt-0", className), ...props })));
|
|
28
30
|
CardContent.displayName = "CardContent";
|
|
29
31
|
const CardFooter = React.forwardRef(({ className, ...props }, ref) => (_jsx("div", { ref: ref, className: cn("flex items-center p-6 pt-0", className), ...props })));
|
|
30
32
|
CardFooter.displayName = "CardFooter";
|
|
31
|
-
export { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, cardVariants, };
|
|
33
|
+
export { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, cardVariants, };
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Carousel component using Embla Carousel for slide-based content display.
|
|
3
|
+
* Supports horizontal and vertical orientations with navigation controls.
|
|
4
|
+
*/
|
|
5
|
+
import useEmblaCarousel, { type UseEmblaCarouselType } from "embla-carousel-react";
|
|
6
|
+
import * as React from "react";
|
|
7
|
+
import { Button } from "./button";
|
|
8
|
+
type CarouselApi = UseEmblaCarouselType[1];
|
|
9
|
+
type UseCarouselParameters = Parameters<typeof useEmblaCarousel>;
|
|
10
|
+
type CarouselOptions = UseCarouselParameters[0];
|
|
11
|
+
type CarouselPlugin = UseCarouselParameters[1];
|
|
12
|
+
type CarouselProps = {
|
|
13
|
+
opts?: CarouselOptions;
|
|
14
|
+
plugins?: CarouselPlugin;
|
|
15
|
+
orientation?: "horizontal" | "vertical";
|
|
16
|
+
setApi?: (api: CarouselApi) => void;
|
|
17
|
+
};
|
|
18
|
+
declare function Carousel({ orientation, opts, setApi, plugins, className, children, ...props }: React.ComponentProps<"div"> & CarouselProps): import("react/jsx-runtime").JSX.Element;
|
|
19
|
+
declare function CarouselContent({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
|
|
20
|
+
declare function CarouselItem({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
|
|
21
|
+
declare function CarouselPrevious({ className, variant, size, ...props }: React.ComponentProps<typeof Button>): import("react/jsx-runtime").JSX.Element;
|
|
22
|
+
declare function CarouselNext({ className, variant, size, ...props }: React.ComponentProps<typeof Button>): import("react/jsx-runtime").JSX.Element;
|
|
23
|
+
export { Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, };
|
|
24
|
+
//# sourceMappingURL=carousel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"carousel.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ui/carousel.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAIH,OAAO,gBAAgB,EAAE,EACvB,KAAK,oBAAoB,EAC1B,MAAM,sBAAsB,CAAC;AAE9B,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC,KAAK,WAAW,GAAG,oBAAoB,CAAC,CAAC,CAAC,CAAC;AAC3C,KAAK,qBAAqB,GAAG,UAAU,CAAC,OAAO,gBAAgB,CAAC,CAAC;AACjE,KAAK,eAAe,GAAG,qBAAqB,CAAC,CAAC,CAAC,CAAC;AAChD,KAAK,cAAc,GAAG,qBAAqB,CAAC,CAAC,CAAC,CAAC;AAE/C,KAAK,aAAa,GAAG;IACnB,IAAI,CAAC,EAAE,eAAe,CAAC;IACvB,OAAO,CAAC,EAAE,cAAc,CAAC;IACzB,WAAW,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC;IACxC,MAAM,CAAC,EAAE,CAAC,GAAG,EAAE,WAAW,KAAK,IAAI,CAAC;CACrC,CAAC;AAuBF,iBAAS,QAAQ,CAAC,EAChB,WAA0B,EAC1B,IAAI,EACJ,MAAM,EACN,OAAO,EACP,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GAAG,aAAa,2CA6F7C;AAED,iBAAS,eAAe,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAmB5E;AAED,iBAAS,YAAY,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAiBzE;AAED,iBAAS,gBAAgB,CAAC,EACxB,SAAS,EACT,OAAmB,EACnB,IAAa,EACb,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,MAAM,CAAC,2CAuBrC;AAED,iBAAS,YAAY,CAAC,EACpB,SAAS,EACT,OAAmB,EACnB,IAAa,EACb,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,MAAM,CAAC,2CAuBrC;AAED,OAAO,EACL,QAAQ,EACR,KAAK,WAAW,EAChB,eAAe,EACf,YAAY,EACZ,YAAY,EACZ,gBAAgB,GACjB,CAAC"}
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Carousel component using Embla Carousel for slide-based content display.
|
|
3
|
+
* Supports horizontal and vertical orientations with navigation controls.
|
|
4
|
+
*/
|
|
5
|
+
"use client";
|
|
6
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
7
|
+
import useEmblaCarousel from "embla-carousel-react";
|
|
8
|
+
import { ArrowLeft, ArrowRight } from "lucide-react";
|
|
9
|
+
import * as React from "react";
|
|
10
|
+
import { cn } from "../../lib/utils.js";
|
|
11
|
+
import { Button } from "./button.js";
|
|
12
|
+
const CarouselContext = React.createContext(null);
|
|
13
|
+
function useCarousel() {
|
|
14
|
+
const context = React.useContext(CarouselContext);
|
|
15
|
+
if (!context) {
|
|
16
|
+
throw new Error("useCarousel must be used within a <Carousel />");
|
|
17
|
+
}
|
|
18
|
+
return context;
|
|
19
|
+
}
|
|
20
|
+
function Carousel({ orientation = "horizontal", opts, setApi, plugins, className, children, ...props }) {
|
|
21
|
+
const [carouselRef, api] = useEmblaCarousel({
|
|
22
|
+
...opts,
|
|
23
|
+
axis: orientation === "horizontal" ? "x" : "y",
|
|
24
|
+
}, plugins);
|
|
25
|
+
const [canScrollPrev, setCanScrollPrev] = React.useState(false);
|
|
26
|
+
const [canScrollNext, setCanScrollNext] = React.useState(false);
|
|
27
|
+
const onSelect = React.useCallback((api) => {
|
|
28
|
+
if (!api)
|
|
29
|
+
return;
|
|
30
|
+
setCanScrollPrev(api.canScrollPrev());
|
|
31
|
+
setCanScrollNext(api.canScrollNext());
|
|
32
|
+
}, []);
|
|
33
|
+
const scrollPrev = React.useCallback(() => {
|
|
34
|
+
api?.scrollPrev();
|
|
35
|
+
}, [api]);
|
|
36
|
+
const scrollNext = React.useCallback(() => {
|
|
37
|
+
api?.scrollNext();
|
|
38
|
+
}, [api]);
|
|
39
|
+
const handleKeyDown = React.useCallback((event) => {
|
|
40
|
+
if (event.key === "ArrowLeft") {
|
|
41
|
+
event.preventDefault();
|
|
42
|
+
scrollPrev();
|
|
43
|
+
}
|
|
44
|
+
else if (event.key === "ArrowRight") {
|
|
45
|
+
event.preventDefault();
|
|
46
|
+
scrollNext();
|
|
47
|
+
}
|
|
48
|
+
}, [scrollPrev, scrollNext]);
|
|
49
|
+
React.useEffect(() => {
|
|
50
|
+
if (!api || !setApi)
|
|
51
|
+
return;
|
|
52
|
+
setApi(api);
|
|
53
|
+
}, [api, setApi]);
|
|
54
|
+
React.useEffect(() => {
|
|
55
|
+
if (!api)
|
|
56
|
+
return;
|
|
57
|
+
onSelect(api);
|
|
58
|
+
api.on("reInit", onSelect);
|
|
59
|
+
api.on("select", onSelect);
|
|
60
|
+
return () => {
|
|
61
|
+
api.off("reInit", onSelect);
|
|
62
|
+
api.off("select", onSelect);
|
|
63
|
+
};
|
|
64
|
+
}, [api, onSelect]);
|
|
65
|
+
const contextValue = React.useMemo(() => ({
|
|
66
|
+
carouselRef,
|
|
67
|
+
api: api,
|
|
68
|
+
opts,
|
|
69
|
+
orientation: orientation || (opts?.axis === "y" ? "vertical" : "horizontal"),
|
|
70
|
+
scrollPrev,
|
|
71
|
+
scrollNext,
|
|
72
|
+
canScrollPrev,
|
|
73
|
+
canScrollNext,
|
|
74
|
+
}), [
|
|
75
|
+
carouselRef,
|
|
76
|
+
api,
|
|
77
|
+
opts,
|
|
78
|
+
orientation,
|
|
79
|
+
scrollPrev,
|
|
80
|
+
scrollNext,
|
|
81
|
+
canScrollPrev,
|
|
82
|
+
canScrollNext,
|
|
83
|
+
]);
|
|
84
|
+
return (_jsx(CarouselContext.Provider, { value: contextValue, children: _jsx("section", { onKeyDownCapture: handleKeyDown, className: cn("relative", className), role: "region", "aria-roledescription": "carousel", "data-slot": "carousel", ...props, children: children }) }));
|
|
85
|
+
}
|
|
86
|
+
function CarouselContent({ className, ...props }) {
|
|
87
|
+
const { carouselRef, orientation } = useCarousel();
|
|
88
|
+
return (_jsx("div", { ref: carouselRef, className: "overflow-hidden", "data-slot": "carousel-content", children: _jsx("div", { className: cn("flex", orientation === "horizontal" ? "-ml-4" : "-mt-4 flex-col", className), ...props }) }));
|
|
89
|
+
}
|
|
90
|
+
function CarouselItem({ className, ...props }) {
|
|
91
|
+
const { orientation } = useCarousel();
|
|
92
|
+
return (_jsx("div", { role: "group", "aria-roledescription": "slide", "data-slot": "carousel-item", className: cn("min-w-0 shrink-0 grow-0 basis-full", orientation === "horizontal" ? "pl-4" : "pt-4", className), ...props }));
|
|
93
|
+
}
|
|
94
|
+
function CarouselPrevious({ className, variant = "outline", size = "icon", ...props }) {
|
|
95
|
+
const { orientation, scrollPrev, canScrollPrev } = useCarousel();
|
|
96
|
+
return (_jsxs(Button, { "data-slot": "carousel-previous", variant: variant, size: size, className: cn("absolute size-8 rounded-sm", orientation === "horizontal"
|
|
97
|
+
? "top-1/2 -left-12 -translate-y-1/2"
|
|
98
|
+
: "-top-12 left-1/2 -translate-x-1/2 rotate-90", className), disabled: !canScrollPrev, onClick: scrollPrev, ...props, children: [_jsx(ArrowLeft, {}), _jsx("span", { className: "sr-only", children: "Previous slide" })] }));
|
|
99
|
+
}
|
|
100
|
+
function CarouselNext({ className, variant = "outline", size = "icon", ...props }) {
|
|
101
|
+
const { orientation, scrollNext, canScrollNext } = useCarousel();
|
|
102
|
+
return (_jsxs(Button, { "data-slot": "carousel-next", variant: variant, size: size, className: cn("absolute size-8 rounded-sm", orientation === "horizontal"
|
|
103
|
+
? "top-1/2 -right-12 -translate-y-1/2"
|
|
104
|
+
: "-bottom-12 left-1/2 -translate-x-1/2 rotate-90", className), disabled: !canScrollNext, onClick: scrollNext, ...props, children: [_jsx(ArrowRight, {}), _jsx("span", { className: "sr-only", children: "Next slide" })] }));
|
|
105
|
+
}
|
|
106
|
+
export { Carousel, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, };
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Chart components wrapping Recharts with theme support.
|
|
3
|
+
* Provides chart container, legend, tooltip, and axis components with light/dark theme support.
|
|
4
|
+
*/
|
|
5
|
+
import * as React from "react";
|
|
6
|
+
import * as RechartsPrimitive from "recharts";
|
|
7
|
+
declare const THEMES: {
|
|
8
|
+
readonly light: "";
|
|
9
|
+
readonly dark: ".dark";
|
|
10
|
+
};
|
|
11
|
+
export type ChartConfig = {
|
|
12
|
+
[k in string]: {
|
|
13
|
+
label?: React.ReactNode;
|
|
14
|
+
icon?: React.ComponentType;
|
|
15
|
+
} & ({
|
|
16
|
+
color?: string;
|
|
17
|
+
theme?: never;
|
|
18
|
+
} | {
|
|
19
|
+
color?: never;
|
|
20
|
+
theme: Record<keyof typeof THEMES, string>;
|
|
21
|
+
});
|
|
22
|
+
};
|
|
23
|
+
declare function ChartContainer({ id, className, children, config, ...props }: React.ComponentProps<"div"> & {
|
|
24
|
+
config: ChartConfig;
|
|
25
|
+
children: React.ComponentProps<typeof RechartsPrimitive.ResponsiveContainer>["children"];
|
|
26
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
27
|
+
declare const ChartStyle: ({ id, config }: {
|
|
28
|
+
id: string;
|
|
29
|
+
config: ChartConfig;
|
|
30
|
+
}) => import("react/jsx-runtime").JSX.Element | null;
|
|
31
|
+
declare const ChartTooltip: typeof RechartsPrimitive.Tooltip;
|
|
32
|
+
type PayloadItem = {
|
|
33
|
+
type?: string;
|
|
34
|
+
name?: string;
|
|
35
|
+
dataKey?: string;
|
|
36
|
+
value?: number | string;
|
|
37
|
+
color?: string;
|
|
38
|
+
fill?: string;
|
|
39
|
+
payload?: Record<string, unknown>;
|
|
40
|
+
[key: string]: unknown;
|
|
41
|
+
};
|
|
42
|
+
type ChartTooltipContentProps = {
|
|
43
|
+
active?: boolean;
|
|
44
|
+
payload?: PayloadItem[];
|
|
45
|
+
label?: string | number;
|
|
46
|
+
className?: string;
|
|
47
|
+
indicator?: "line" | "dot" | "dashed";
|
|
48
|
+
hideLabel?: boolean;
|
|
49
|
+
hideIndicator?: boolean;
|
|
50
|
+
labelFormatter?: (value: React.ReactNode, payload: PayloadItem[]) => React.ReactNode;
|
|
51
|
+
labelClassName?: string;
|
|
52
|
+
formatter?: (value: number | string, name: string, item: PayloadItem, index: number) => React.ReactNode;
|
|
53
|
+
color?: string;
|
|
54
|
+
nameKey?: string;
|
|
55
|
+
labelKey?: string;
|
|
56
|
+
};
|
|
57
|
+
declare function ChartTooltipContent({ active, payload, className, indicator, hideLabel, hideIndicator, label, labelFormatter, labelClassName, formatter, color, nameKey, labelKey, }: ChartTooltipContentProps): import("react/jsx-runtime").JSX.Element | null;
|
|
58
|
+
declare const ChartLegend: React.MemoExoticComponent<(outsideProps: RechartsPrimitive.LegendProps) => React.ReactPortal | null>;
|
|
59
|
+
type LegendPayloadItem = {
|
|
60
|
+
value?: string;
|
|
61
|
+
type?: string;
|
|
62
|
+
dataKey?: string;
|
|
63
|
+
color?: string;
|
|
64
|
+
[key: string]: unknown;
|
|
65
|
+
};
|
|
66
|
+
type ChartLegendContentProps = React.ComponentProps<"div"> & {
|
|
67
|
+
payload?: LegendPayloadItem[];
|
|
68
|
+
verticalAlign?: "top" | "bottom";
|
|
69
|
+
hideIcon?: boolean;
|
|
70
|
+
nameKey?: string;
|
|
71
|
+
};
|
|
72
|
+
declare function ChartLegendContent({ className, hideIcon, payload, verticalAlign, nameKey, }: ChartLegendContentProps): import("react/jsx-runtime").JSX.Element | null;
|
|
73
|
+
export { ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent, };
|
|
74
|
+
//# sourceMappingURL=chart.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"chart.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ui/chart.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAIH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,iBAAiB,MAAM,UAAU,CAAC;AAK9C,QAAA,MAAM,MAAM;;;CAAwC,CAAC;AAErD,MAAM,MAAM,WAAW,GAAG;KACvB,CAAC,IAAI,MAAM,GAAG;QACb,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;QACxB,IAAI,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;KAC5B,GAAG,CACA;QAAE,KAAK,CAAC,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,KAAK,CAAA;KAAE,GACjC;QAAE,KAAK,CAAC,EAAE,KAAK,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC,MAAM,OAAO,MAAM,EAAE,MAAM,CAAC,CAAA;KAAE,CAChE;CACF,CAAC;AAkBF,iBAAS,cAAc,CAAC,EACtB,EAAE,EACF,SAAS,EACT,QAAQ,EACR,MAAM,EACN,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GAAG;IAC/B,MAAM,EAAE,WAAW,CAAC;IACpB,QAAQ,EAAE,KAAK,CAAC,cAAc,CAC5B,OAAO,iBAAiB,CAAC,mBAAmB,CAC7C,CAAC,UAAU,CAAC,CAAC;CACf,2CAuBA;AAED,QAAA,MAAM,UAAU,GAAI,gBAAgB;IAAE,EAAE,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,WAAW,CAAA;CAAE,mDAgCtE,CAAC;AAEF,QAAA,MAAM,YAAY,kCAA4B,CAAC;AAE/C,KAAK,WAAW,GAAG;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAClC,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CACxB,CAAC;AAEF,KAAK,wBAAwB,GAAG;IAC9B,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,WAAW,EAAE,CAAC;IACxB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,GAAG,KAAK,GAAG,QAAQ,CAAC;IACtC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,cAAc,CAAC,EAAE,CACf,KAAK,EAAE,KAAK,CAAC,SAAS,EACtB,OAAO,EAAE,WAAW,EAAE,KACnB,KAAK,CAAC,SAAS,CAAC;IACrB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,SAAS,CAAC,EAAE,CACV,KAAK,EAAE,MAAM,GAAG,MAAM,EACtB,IAAI,EAAE,MAAM,EACZ,IAAI,EAAE,WAAW,EACjB,KAAK,EAAE,MAAM,KACV,KAAK,CAAC,SAAS,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,iBAAS,mBAAmB,CAAC,EAC3B,MAAM,EACN,OAAO,EACP,SAAS,EACT,SAAiB,EACjB,SAAiB,EACjB,aAAqB,EACrB,KAAK,EACL,cAAc,EACd,cAAc,EACd,SAAS,EACT,KAAK,EACL,OAAO,EACP,QAAQ,GACT,EAAE,wBAAwB,kDA4H1B;AAED,QAAA,MAAM,WAAW,sGAA2B,CAAC;AAE7C,KAAK,iBAAiB,GAAG;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CACxB,CAAC;AAEF,KAAK,uBAAuB,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GAAG;IAC3D,OAAO,CAAC,EAAE,iBAAiB,EAAE,CAAC;IAC9B,aAAa,CAAC,EAAE,KAAK,GAAG,QAAQ,CAAC;IACjC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,iBAAS,kBAAkB,CAAC,EAC1B,SAAS,EACT,QAAgB,EAChB,OAAO,EACP,aAAwB,EACxB,OAAO,GACR,EAAE,uBAAuB,kDA4CzB;AAyCD,OAAO,EACL,cAAc,EACd,WAAW,EACX,kBAAkB,EAClB,UAAU,EACV,YAAY,EACZ,mBAAmB,GACpB,CAAC"}
|
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Chart components wrapping Recharts with theme support.
|
|
3
|
+
* Provides chart container, legend, tooltip, and axis components with light/dark theme support.
|
|
4
|
+
*/
|
|
5
|
+
"use client";
|
|
6
|
+
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
|
|
7
|
+
import * as React from "react";
|
|
8
|
+
import * as RechartsPrimitive from "recharts";
|
|
9
|
+
import { cn } from "../../lib/utils.js";
|
|
10
|
+
// Format: { THEME_NAME: CSS_SELECTOR }
|
|
11
|
+
const THEMES = { light: "", dark: ".dark" };
|
|
12
|
+
const ChartContext = React.createContext(null);
|
|
13
|
+
function useChart() {
|
|
14
|
+
const context = React.useContext(ChartContext);
|
|
15
|
+
if (!context) {
|
|
16
|
+
throw new Error("useChart must be used within a <ChartContainer />");
|
|
17
|
+
}
|
|
18
|
+
return context;
|
|
19
|
+
}
|
|
20
|
+
function ChartContainer({ id, className, children, config, ...props }) {
|
|
21
|
+
const uniqueId = React.useId();
|
|
22
|
+
const chartId = `chart-${id || uniqueId.replace(/:/g, "")}`;
|
|
23
|
+
const contextValue = React.useMemo(() => ({ config }), [config]);
|
|
24
|
+
return (_jsx(ChartContext.Provider, { value: contextValue, children: _jsxs("div", { "data-slot": "chart", "data-chart": chartId, className: cn("[&_.recharts-cartesian-axis-tick_text]:fill-muted-foreground [&_.recharts-cartesian-grid_line[stroke='#ccc']]:stroke-border/50 [&_.recharts-curve.recharts-tooltip-cursor]:stroke-border [&_.recharts-polar-grid_[stroke='#ccc']]:stroke-border [&_.recharts-radial-bar-background-sector]:fill-muted [&_.recharts-rectangle.recharts-tooltip-cursor]:fill-muted [&_.recharts-reference-line_[stroke='#ccc']]:stroke-border flex aspect-video justify-center text-xs [&_.recharts-dot[stroke='#fff']]:stroke-transparent [&_.recharts-layer]:outline-hidden [&_.recharts-sector]:outline-hidden [&_.recharts-sector[stroke='#fff']]:stroke-transparent [&_.recharts-surface]:outline-hidden", className), ...props, children: [_jsx(ChartStyle, { id: chartId, config: config }), _jsx(RechartsPrimitive.ResponsiveContainer, { children: children })] }) }));
|
|
25
|
+
}
|
|
26
|
+
const ChartStyle = ({ id, config }) => {
|
|
27
|
+
const colorConfig = Object.entries(config).filter(([, config]) => config.theme || config.color);
|
|
28
|
+
if (!colorConfig.length) {
|
|
29
|
+
return null;
|
|
30
|
+
}
|
|
31
|
+
return (_jsx("style", {
|
|
32
|
+
// biome-ignore lint/security/noDangerouslySetInnerHtml: Chart CSS is generated from chart config for scoped CSS variables.
|
|
33
|
+
dangerouslySetInnerHTML: {
|
|
34
|
+
__html: Object.entries(THEMES)
|
|
35
|
+
.map(([theme, prefix]) => `
|
|
36
|
+
${prefix} [data-chart=${id}] {
|
|
37
|
+
${colorConfig
|
|
38
|
+
.map(([key, itemConfig]) => {
|
|
39
|
+
const color = itemConfig.theme?.[theme] ||
|
|
40
|
+
itemConfig.color;
|
|
41
|
+
return color ? ` --color-${key}: ${color};` : null;
|
|
42
|
+
})
|
|
43
|
+
.join("\n")}
|
|
44
|
+
}
|
|
45
|
+
`)
|
|
46
|
+
.join("\n"),
|
|
47
|
+
} }));
|
|
48
|
+
};
|
|
49
|
+
const ChartTooltip = RechartsPrimitive.Tooltip;
|
|
50
|
+
function ChartTooltipContent({ active, payload, className, indicator = "dot", hideLabel = false, hideIndicator = false, label, labelFormatter, labelClassName, formatter, color, nameKey, labelKey, }) {
|
|
51
|
+
const { config } = useChart();
|
|
52
|
+
const tooltipLabel = React.useMemo(() => {
|
|
53
|
+
if (hideLabel || !payload?.length) {
|
|
54
|
+
return null;
|
|
55
|
+
}
|
|
56
|
+
const [item] = payload;
|
|
57
|
+
const key = `${labelKey || item?.dataKey || item?.name || "value"}`;
|
|
58
|
+
const itemConfig = getPayloadConfigFromPayload(config, item, key);
|
|
59
|
+
const value = !labelKey && typeof label === "string"
|
|
60
|
+
? config[label]?.label || label
|
|
61
|
+
: itemConfig?.label;
|
|
62
|
+
if (labelFormatter) {
|
|
63
|
+
return (_jsx("div", { className: cn("font-medium", labelClassName), children: labelFormatter(value, payload) }));
|
|
64
|
+
}
|
|
65
|
+
if (!value) {
|
|
66
|
+
return null;
|
|
67
|
+
}
|
|
68
|
+
return _jsx("div", { className: cn("font-medium", labelClassName), children: value });
|
|
69
|
+
}, [
|
|
70
|
+
label,
|
|
71
|
+
labelFormatter,
|
|
72
|
+
payload,
|
|
73
|
+
hideLabel,
|
|
74
|
+
labelClassName,
|
|
75
|
+
config,
|
|
76
|
+
labelKey,
|
|
77
|
+
]);
|
|
78
|
+
if (!active || !payload?.length) {
|
|
79
|
+
return null;
|
|
80
|
+
}
|
|
81
|
+
const nestLabel = payload.length === 1 && indicator !== "dot";
|
|
82
|
+
return (_jsxs("div", { className: cn("border-border bg-background grid min-w-[8rem] items-start gap-1.5 rounded-sm border px-2.5 py-1.5 text-xs ", className), children: [!nestLabel ? tooltipLabel : null, _jsx("div", { className: "grid gap-1.5", children: payload
|
|
83
|
+
.filter((item) => item.type !== "none")
|
|
84
|
+
.map((item, index) => {
|
|
85
|
+
const key = `${nameKey || item.name || item.dataKey || "value"}`;
|
|
86
|
+
const itemConfig = getPayloadConfigFromPayload(config, item, key);
|
|
87
|
+
const indicatorColor = color || item.payload?.fill || item.color;
|
|
88
|
+
return (_jsx("div", { className: cn("[&>svg]:text-muted-foreground flex w-full flex-wrap items-stretch gap-2 [&>svg]:h-2.5 [&>svg]:w-2.5", indicator === "dot" && "items-center"), children: formatter && item?.value !== undefined && item.name ? (formatter(item.value, item.name, item, index)) : (_jsxs(_Fragment, { children: [itemConfig?.icon ? (_jsx(itemConfig.icon, {})) : (!hideIndicator && (_jsx("div", { className: cn("shrink-0 rounded-sm border-(--color-border) bg-(--color-bg)", {
|
|
89
|
+
"h-2.5 w-2.5": indicator === "dot",
|
|
90
|
+
"w-1": indicator === "line",
|
|
91
|
+
"w-0 border-[1.5px] border-dashed bg-transparent": indicator === "dashed",
|
|
92
|
+
"my-0.5": nestLabel && indicator === "dashed",
|
|
93
|
+
}), style: {
|
|
94
|
+
"--color-bg": indicatorColor,
|
|
95
|
+
"--color-border": indicatorColor,
|
|
96
|
+
} }))), _jsxs("div", { className: cn("flex flex-1 justify-between leading-none", nestLabel ? "items-end" : "items-center"), children: [_jsxs("div", { className: "grid gap-1.5", children: [nestLabel ? tooltipLabel : null, _jsx("span", { className: "text-muted-foreground", children: itemConfig?.label || item.name })] }), item.value && (_jsx("span", { className: "text-foreground font-mono font-medium tabular-nums", children: item.value.toLocaleString() }))] })] })) }, item.dataKey));
|
|
97
|
+
}) })] }));
|
|
98
|
+
}
|
|
99
|
+
const ChartLegend = RechartsPrimitive.Legend;
|
|
100
|
+
function ChartLegendContent({ className, hideIcon = false, payload, verticalAlign = "bottom", nameKey, }) {
|
|
101
|
+
const { config } = useChart();
|
|
102
|
+
if (!payload?.length) {
|
|
103
|
+
return null;
|
|
104
|
+
}
|
|
105
|
+
return (_jsx("div", { className: cn("flex items-center justify-center gap-4", verticalAlign === "top" ? "pb-3" : "pt-3", className), children: payload
|
|
106
|
+
.filter((item) => item.type !== "none")
|
|
107
|
+
.map((item) => {
|
|
108
|
+
const key = `${nameKey || item.dataKey || "value"}`;
|
|
109
|
+
const itemConfig = getPayloadConfigFromPayload(config, item, key);
|
|
110
|
+
return (_jsxs("div", { className: cn("[&>svg]:text-muted-foreground flex items-center gap-1.5 [&>svg]:h-3 [&>svg]:w-3"), children: [itemConfig?.icon && !hideIcon ? (_jsx(itemConfig.icon, {})) : (_jsx("div", { className: "h-2 w-2 shrink-0 rounded-sm", style: {
|
|
111
|
+
backgroundColor: item.color,
|
|
112
|
+
} })), itemConfig?.label] }, item.value));
|
|
113
|
+
}) }));
|
|
114
|
+
}
|
|
115
|
+
// Helper to extract item config from a payload.
|
|
116
|
+
function getPayloadConfigFromPayload(config, payload, key) {
|
|
117
|
+
if (typeof payload !== "object" || payload === null) {
|
|
118
|
+
return undefined;
|
|
119
|
+
}
|
|
120
|
+
const payloadPayload = "payload" in payload &&
|
|
121
|
+
typeof payload.payload === "object" &&
|
|
122
|
+
payload.payload !== null
|
|
123
|
+
? payload.payload
|
|
124
|
+
: undefined;
|
|
125
|
+
let configLabelKey = key;
|
|
126
|
+
if (key in payload &&
|
|
127
|
+
typeof payload[key] === "string") {
|
|
128
|
+
configLabelKey = payload[key];
|
|
129
|
+
}
|
|
130
|
+
else if (payloadPayload &&
|
|
131
|
+
key in payloadPayload &&
|
|
132
|
+
typeof payloadPayload[key] === "string") {
|
|
133
|
+
configLabelKey = payloadPayload[key];
|
|
134
|
+
}
|
|
135
|
+
return configLabelKey in config
|
|
136
|
+
? config[configLabelKey]
|
|
137
|
+
: config[key];
|
|
138
|
+
}
|
|
139
|
+
export { ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent, };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
export interface CodeBlockProps extends Omit<React.HTMLAttributes<HTMLElement>, "children"> {
|
|
3
|
+
/** Text content to render (and copy). */
|
|
4
|
+
value?: string;
|
|
5
|
+
children?: React.ReactNode;
|
|
6
|
+
/** Block (default) renders a <pre>; inline renders a <code> span. */
|
|
7
|
+
variant?: "block" | "inline";
|
|
8
|
+
/** Wrap long lines instead of scrolling horizontally (block only). */
|
|
9
|
+
wrap?: boolean;
|
|
10
|
+
/** Show a top-right copy button. Requires a string value to copy. */
|
|
11
|
+
copyable?: boolean;
|
|
12
|
+
}
|
|
13
|
+
export declare const CodeBlock: React.ForwardRefExoticComponent<CodeBlockProps & React.RefAttributes<HTMLElement>>;
|
|
14
|
+
//# sourceMappingURL=code-block.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"code-block.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ui/code-block.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,MAAM,WAAW,cACf,SAAQ,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,WAAW,CAAC,EAAE,UAAU,CAAC;IAC3D,yCAAyC;IACzC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,qEAAqE;IACrE,OAAO,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAC;IAC7B,sEAAsE;IACtE,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,qEAAqE;IACrE,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAcD,eAAO,MAAM,SAAS,oFAoDrB,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
import { cn } from "../../lib/utils.js";
|
|
4
|
+
import { CopyButton } from "./copy-button.js";
|
|
5
|
+
const baseClassName = "font-mono text-xs leading-6 rounded-sm border border-border/35 bg-bg/35";
|
|
6
|
+
function resolveCopyValue(value, children) {
|
|
7
|
+
if (typeof value === "string")
|
|
8
|
+
return value;
|
|
9
|
+
if (typeof children === "string")
|
|
10
|
+
return children;
|
|
11
|
+
return null;
|
|
12
|
+
}
|
|
13
|
+
export const CodeBlock = React.forwardRef(function CodeBlock({ value, children, variant = "block", wrap = false, copyable = false, className, ...props }, ref) {
|
|
14
|
+
const content = children ?? value ?? "";
|
|
15
|
+
const copyValue = copyable ? resolveCopyValue(value, children) : null;
|
|
16
|
+
if (variant === "inline") {
|
|
17
|
+
return (_jsx("code", { ref: ref, className: cn(baseClassName, "px-1.5 py-0.5", className), ...props, children: content }));
|
|
18
|
+
}
|
|
19
|
+
return (_jsxs("div", { className: "relative", children: [_jsx("pre", { ref: ref, className: cn(baseClassName, "m-0 overflow-auto p-3 text-txt", wrap ? "whitespace-pre-wrap break-all" : "whitespace-pre", copyValue !== null ? "pr-10" : undefined, className), ...props, children: content }), copyValue !== null ? (_jsx(CopyButton, { value: copyValue, className: "absolute right-1.5 top-1.5 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-accent/35" })) : null] }));
|
|
20
|
+
});
|
|
21
|
+
CodeBlock.displayName = "CodeBlock";
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as CollapsiblePrimitive from "@radix-ui/react-collapsible";
|
|
2
|
+
declare function Collapsible({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.Root>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
declare function CollapsibleTrigger({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleTrigger>): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
declare function CollapsibleContent({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleContent>): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export { Collapsible, CollapsibleContent, CollapsibleTrigger };
|
|
6
|
+
//# sourceMappingURL=collapsible.d.ts.map
|