@elizaos/ui 2.0.0-beta.2 → 2.0.3-beta.3
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 +6 -1
- package/App.d.ts.map +1 -1
- package/App.js +991 -339
- 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/__e2e__/real-view-fixture.d.ts +21 -0
- package/agent-surface/__e2e__/real-view-fixture.d.ts.map +1 -0
- package/agent-surface/__e2e__/real-view-fixture.js +54 -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/android-native-agent-transport.d.ts +26 -1
- 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/client-agent.d.ts +83 -11
- package/api/client-agent.d.ts.map +1 -1
- package/api/client-agent.js +990 -289
- package/api/client-approvals.d.ts +16 -0
- package/api/client-approvals.d.ts.map +1 -0
- package/api/client-approvals.js +4 -0
- package/api/client-automations.d.ts +1 -1
- package/api/client-background.d.ts +15 -0
- package/api/client-background.d.ts.map +1 -0
- package/api/client-background.js +10 -0
- package/api/client-base.d.ts +69 -9
- package/api/client-base.d.ts.map +1 -1
- package/api/client-base.js +686 -215
- 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 +93 -6
- package/api/client-chat.d.ts.map +1 -1
- package/api/client-chat.js +315 -95
- package/api/client-cloud.d.ts +140 -11
- package/api/client-cloud.d.ts.map +1 -1
- package/api/client-cloud.js +488 -55
- package/api/client-computeruse.d.ts +1 -1
- package/api/client-computeruse.d.ts.map +1 -1
- package/api/client-files.d.ts +36 -0
- package/api/client-files.d.ts.map +1 -0
- package/api/client-files.js +19 -0
- package/api/client-local-inference.d.ts +54 -8
- package/api/client-local-inference.d.ts.map +1 -1
- package/api/client-local-inference.js +80 -6
- 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 +110 -127
- package/api/client-skills.d.ts.map +1 -1
- package/api/client-skills.js +116 -90
- package/api/client-transcripts.d.ts +50 -0
- package/api/client-transcripts.d.ts.map +1 -0
- package/api/client-transcripts.js +31 -0
- package/api/client-types-chat.d.ts +240 -5
- package/api/client-types-chat.d.ts.map +1 -1
- package/api/client-types-cloud.d.ts +321 -188
- 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 +1034 -20
- 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 +248 -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 +8 -8
- 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-wallet.d.ts +3 -3
- 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 +34 -25
- package/api/client.d.ts.map +1 -1
- package/api/client.js +11 -3
- package/api/csrf-client.d.ts.map +1 -1
- package/api/csrf-client.js +11 -1
- package/api/desktop-http-transport.d.ts +1 -1
- package/api/desktop-http-transport.d.ts.map +1 -1
- package/api/desktop-http-transport.js +28 -24
- 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 +2 -1
- package/api/index.d.ts.map +1 -1
- package/api/index.js +1 -0
- package/api/ios-local-agent-kernel.d.ts +1 -1
- package/api/ios-local-agent-kernel.d.ts.map +1 -1
- package/api/ios-local-agent-kernel.js +914 -134
- package/api/ios-local-agent-transport.d.ts +33 -1
- package/api/ios-local-agent-transport.d.ts.map +1 -1
- package/api/ios-local-agent-transport.js +558 -4
- package/api/ittp-agent-transport.d.ts +9 -2
- 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 +1 -1
- package/api/native-cloud-http-transport.d.ts.map +1 -1
- package/api/native-cloud-http-transport.js +84 -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 +188 -0
- package/app-shell-components.d.ts +26 -37
- package/app-shell-components.d.ts.map +1 -1
- package/app-shell-components.js +14 -13
- package/app-shell-registry.d.ts +33 -5
- package/app-shell-registry.d.ts.map +1 -1
- package/app-shell-registry.js +17 -1
- package/backgrounds/AppBackground.d.ts +16 -0
- package/backgrounds/AppBackground.d.ts.map +1 -0
- package/backgrounds/AppBackground.js +30 -0
- package/backgrounds/BackgroundHost.d.ts +14 -0
- package/backgrounds/BackgroundHost.d.ts.map +1 -0
- package/backgrounds/BackgroundHost.js +20 -0
- package/backgrounds/ImageBackground.d.ts +12 -0
- package/backgrounds/ImageBackground.d.ts.map +1 -0
- package/backgrounds/ImageBackground.js +15 -0
- package/backgrounds/ShaderBackground.d.ts +12 -0
- package/backgrounds/ShaderBackground.d.ts.map +1 -0
- package/backgrounds/ShaderBackground.js +39 -0
- package/backgrounds/index.d.ts +8 -0
- package/backgrounds/index.d.ts.map +1 -0
- package/backgrounds/index.js +6 -0
- package/backgrounds/types.d.ts +13 -0
- package/backgrounds/types.d.ts.map +1 -0
- package/backgrounds/types.js +12 -0
- package/backgrounds/useBackgroundApplyChannel.d.ts +21 -0
- package/backgrounds/useBackgroundApplyChannel.d.ts.map +1 -0
- package/backgrounds/useBackgroundApplyChannel.js +53 -0
- package/bridge/capacitor-bridge.d.ts +1 -1
- 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/index.d.ts +6 -6
- package/bridge/native-notifications.d.ts +40 -0
- package/bridge/native-notifications.d.ts.map +1 -0
- package/bridge/native-notifications.js +171 -0
- package/bridge/native-plugins.d.ts +250 -5
- package/bridge/native-plugins.d.ts.map +1 -1
- package/bridge/native-plugins.js +9 -0
- package/bridge/plugin-bridge.d.ts +2 -2
- 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 +132 -64
- 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 +18 -0
- package/cache-telemetry.d.ts.map +1 -0
- package/cache-telemetry.js +26 -0
- package/character/character-draft-helpers.d.ts +1 -1
- package/character-catalog.d.ts +1 -1
- package/chat/coding-agent-session-state.d.ts +1 -1
- package/chat/index.d.ts +24 -4
- package/chat/index.d.ts.map +1 -1
- package/chat/index.js +59 -7
- package/chat/slash-menu.d.ts +140 -0
- package/chat/slash-menu.d.ts.map +1 -0
- package/chat/slash-menu.js +479 -0
- package/chat/useSlashCommandController.d.ts +64 -0
- package/chat/useSlashCommandController.d.ts.map +1 -0
- package/chat/useSlashCommandController.js +248 -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/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/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 +440 -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-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/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 +199 -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 +351 -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 +270 -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 +106 -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 +78 -0
- package/cloud/applications/lib/apps.d.ts.map +1 -0
- package/cloud/applications/lib/apps.js +96 -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/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/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/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/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/handoff/run-cloud-agent-handoff.d.ts +18 -0
- package/cloud/handoff/run-cloud-agent-handoff.d.ts.map +1 -0
- package/cloud/handoff/run-cloud-agent-handoff.js +51 -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 +37 -0
- package/cloud/instances/components/agent-card.d.ts.map +1 -0
- package/cloud/instances/components/agent-card.js +291 -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 +108 -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 +125 -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/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-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 +146 -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 +179 -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/auth-query.d.ts +19 -0
- package/cloud/lib/auth-query.d.ts.map +1 -0
- package/cloud/lib/auth-query.js +23 -0
- package/cloud/lib/format-usd.d.ts +9 -0
- package/cloud/lib/format-usd.d.ts.map +1 -0
- package/cloud/lib/format-usd.js +16 -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/lib/use-copy-feedback.d.ts +5 -0
- package/cloud/lib/use-copy-feedback.d.ts.map +1 -0
- package/cloud/lib/use-copy-feedback.js +15 -0
- package/cloud/lib/use-document-title.d.ts +2 -0
- package/cloud/lib/use-document-title.d.ts.map +1 -0
- package/cloud/lib/use-document-title.js +19 -0
- package/cloud/lib/use-session-auth.d.ts +31 -0
- package/cloud/lib/use-session-auth.d.ts.map +1 -0
- package/cloud/lib/use-session-auth.js +100 -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 +149 -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/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 +213 -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 +25 -0
- package/cloud/shell/StewardProvider.d.ts.map +1 -0
- package/cloud/shell/StewardProvider.js +86 -0
- package/cloud/shell/StewardProviderRuntime.d.ts +19 -0
- package/cloud/shell/StewardProviderRuntime.d.ts.map +1 -0
- package/cloud/shell/StewardProviderRuntime.js +209 -0
- package/cloud/shell/StewardProviderShared.d.ts +27 -0
- package/cloud/shell/StewardProviderShared.d.ts.map +1 -0
- package/cloud/shell/StewardProviderShared.js +112 -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 +250 -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 +48 -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 +98 -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 +46 -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 +153 -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 +82 -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 +30 -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 +1 -1
- package/components/accounts/AccountCard.d.ts.map +1 -1
- package/components/accounts/AccountCard.js +21 -21
- package/components/accounts/AccountList.d.ts.map +1 -1
- package/components/accounts/AccountList.js +6 -5
- package/components/accounts/AddAccountDialog.d.ts.map +1 -1
- package/components/accounts/AddAccountDialog.js +22 -5
- package/components/accounts/EditableAccountLabel.d.ts.map +1 -1
- package/components/accounts/EditableAccountLabel.js +3 -2
- package/components/accounts/RotationStrategyPicker.d.ts +1 -1
- package/components/accounts/RotationStrategyPicker.d.ts.map +1 -1
- package/components/accounts/RotationStrategyPicker.js +4 -4
- 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 +85 -0
- package/components/apps/AppsCatalogGrid.d.ts +3 -2
- package/components/apps/AppsCatalogGrid.d.ts.map +1 -1
- package/components/apps/AppsCatalogGrid.js +37 -22
- package/components/apps/AppsSidebar.d.ts +1 -1
- package/components/apps/AppsSidebar.d.ts.map +1 -1
- package/components/apps/AppsSidebar.js +27 -14
- 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 +219 -175
- package/components/apps/GameViewOverlay.d.ts.map +1 -1
- package/components/apps/GameViewOverlay.js +65 -10
- package/components/apps/RunningAppsRow.d.ts +1 -1
- package/components/apps/RunningAppsRow.d.ts.map +1 -1
- package/components/apps/RunningAppsRow.js +15 -13
- 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/catalog-loader.d.ts +1 -1
- package/components/apps/extensions/registry.d.ts +3 -3
- package/components/apps/extensions/registry.js +1 -1
- package/components/apps/extensions/surface.d.ts +2 -7
- 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 +9 -75
- package/components/apps/extensions/types.d.ts +1 -1
- package/components/apps/helpers.d.ts +10 -6
- package/components/apps/helpers.d.ts.map +1 -1
- package/components/apps/helpers.js +38 -48
- 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 +2 -2
- package/components/apps/internal-tool-apps.d.ts.map +1 -1
- package/components/apps/internal-tool-apps.js +43 -23
- package/components/apps/launch-history.d.ts +1 -1
- package/components/apps/load-apps-catalog.d.ts +1 -1
- 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 +10 -7
- package/components/apps/overlay-app-registry.d.ts.map +1 -1
- package/components/apps/overlay-app-registry.js +24 -16
- 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/run-attention.d.ts +1 -1
- 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 +2 -2
- package/components/apps/surfaces/registry.js +1 -1
- package/components/apps/useRegistryCatalog.d.ts +2 -1
- package/components/apps/useRegistryCatalog.d.ts.map +1 -1
- package/components/apps/useRegistryCatalog.js +12 -4
- package/components/apps/viewer-auth.d.ts +11 -2
- package/components/apps/viewer-auth.d.ts.map +1 -1
- package/components/apps/viewer-auth.js +12 -3
- package/components/auth/LoginView.d.ts +1 -1
- 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 +4 -1
- package/components/character/CharacterEditor.d.ts.map +1 -1
- package/components/character/CharacterEditor.js +242 -140
- package/components/character/CharacterEditorPanels.d.ts +1 -1
- package/components/character/CharacterEditorPanels.d.ts.map +1 -1
- package/components/character/CharacterEditorPanels.js +227 -118
- package/components/character/CharacterExperienceWorkspace.d.ts +1 -1
- package/components/character/CharacterExperienceWorkspace.d.ts.map +1 -1
- package/components/character/CharacterExperienceWorkspace.js +216 -214
- package/components/character/CharacterHubView.d.ts +4 -2
- package/components/character/CharacterHubView.d.ts.map +1 -1
- package/components/character/CharacterHubView.js +101 -350
- package/components/character/CharacterLearnedSkillsSection.d.ts.map +1 -1
- package/components/character/CharacterLearnedSkillsSection.js +67 -34
- package/components/character/CharacterOverviewSection.d.ts +7 -10
- package/components/character/CharacterOverviewSection.d.ts.map +1 -1
- package/components/character/CharacterOverviewSection.js +19 -20
- package/components/character/CharacterPersonalityTimeline.d.ts +1 -1
- 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 +8 -60
- package/components/character/MusicLibraryCharacterWidget.d.ts +1 -1
- package/components/character/MusicLibraryCharacterWidget.js +2 -2
- package/components/character/character-editor-helpers.d.ts +4 -4
- package/components/character/character-editor-helpers.d.ts.map +1 -1
- package/components/character/character-editor-helpers.js +1 -1
- package/components/character/character-hub-helpers.d.ts +2 -2
- package/components/character/character-voice-config.d.ts +2 -2
- package/components/character/useCharacterHubData.d.ts +41 -0
- package/components/character/useCharacterHubData.d.ts.map +1 -0
- package/components/character/useCharacterHubData.js +112 -0
- package/components/chat/AccountRequiredCard.d.ts +12 -2
- package/components/chat/AccountRequiredCard.d.ts.map +1 -1
- package/components/chat/AccountRequiredCard.js +55 -5
- package/components/chat/AgentActivityBox.d.ts +1 -1
- package/components/chat/AgentActivityBox.d.ts.map +1 -1
- package/components/chat/AgentActivityBox.js +29 -18
- package/components/chat/AppsSection.d.ts.map +1 -1
- package/components/chat/AppsSection.js +14 -15
- package/components/chat/ConnectorAccountPicker.d.ts +1 -1
- package/components/chat/ConnectorAccountPicker.d.ts.map +1 -1
- package/components/chat/ConnectorAccountPicker.js +5 -1
- package/components/chat/InlineWidgetText.d.ts +6 -0
- package/components/chat/InlineWidgetText.d.ts.map +1 -0
- package/components/chat/InlineWidgetText.js +99 -0
- package/components/chat/MessageAttachments.d.ts +40 -0
- package/components/chat/MessageAttachments.d.ts.map +1 -0
- package/components/chat/MessageAttachments.js +524 -0
- package/components/chat/MessageContent.d.ts +15 -33
- package/components/chat/MessageContent.d.ts.map +1 -1
- package/components/chat/MessageContent.js +241 -428
- package/components/chat/SaveCommandModal.js +8 -6
- package/components/chat/TasksEventsPanel.d.ts +2 -3
- package/components/chat/TasksEventsPanel.d.ts.map +1 -1
- package/components/chat/TasksEventsPanel.js +7 -9
- 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/TranscriptViewerOverlay.d.ts +32 -0
- package/components/chat/TranscriptViewerOverlay.d.ts.map +1 -0
- package/components/chat/TranscriptViewerOverlay.js +329 -0
- package/components/chat/WidgetVisibilityPanel.d.ts +3 -4
- 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/connector-send-as.d.ts +1 -1
- package/components/chat/message-choice-parser.d.ts +3 -1
- 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-parser-helpers.d.ts +139 -0
- package/components/chat/message-parser-helpers.d.ts.map +1 -0
- package/components/chat/message-parser-helpers.js +490 -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 +1 -1
- package/components/chat/widgets/agent-orchestrator.d.ts.map +1 -1
- package/components/chat/widgets/agent-orchestrator.js +191 -49
- package/components/chat/widgets/browser-launch-widget.d.ts +19 -0
- package/components/chat/widgets/browser-launch-widget.d.ts.map +1 -0
- package/components/chat/widgets/browser-launch-widget.js +38 -0
- 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 +18 -35
- package/components/chat/widgets/calendar-upcoming.d.ts +17 -0
- package/components/chat/widgets/calendar-upcoming.d.ts.map +1 -0
- package/components/chat/widgets/calendar-upcoming.js +149 -0
- package/components/chat/widgets/credential-request-widget.d.ts +40 -0
- package/components/chat/widgets/credential-request-widget.d.ts.map +1 -0
- package/components/chat/widgets/credential-request-widget.js +52 -0
- package/components/chat/widgets/finances-alerts.d.ts +17 -0
- package/components/chat/widgets/finances-alerts.d.ts.map +1 -0
- package/components/chat/widgets/finances-alerts.js +214 -0
- 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/goals-attention.d.ts +17 -0
- package/components/chat/widgets/goals-attention.d.ts.map +1 -0
- package/components/chat/widgets/goals-attention.js +155 -0
- package/components/chat/widgets/health-sleep.d.ts +18 -0
- package/components/chat/widgets/health-sleep.d.ts.map +1 -0
- package/components/chat/widgets/health-sleep.js +159 -0
- package/components/chat/widgets/home-widget-card.d.ts +47 -0
- package/components/chat/widgets/home-widget-card.d.ts.map +1 -0
- package/components/chat/widgets/home-widget-card.js +64 -0
- package/components/chat/widgets/inbox-unread.d.ts +10 -0
- package/components/chat/widgets/inbox-unread.d.ts.map +1 -0
- package/components/chat/widgets/inbox-unread.js +119 -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/messages.d.ts +8 -0
- package/components/chat/widgets/messages.d.ts.map +1 -0
- package/components/chat/widgets/messages.js +38 -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/needs-attention.d.ts +22 -0
- package/components/chat/widgets/needs-attention.d.ts.map +1 -0
- package/components/chat/widgets/needs-attention.js +109 -0
- package/components/chat/widgets/notifications.d.ts +9 -0
- package/components/chat/widgets/notifications.d.ts.map +1 -0
- package/components/chat/widgets/notifications.js +42 -0
- package/components/chat/widgets/orchestrator-grilling-card.d.ts +24 -0
- package/components/chat/widgets/orchestrator-grilling-card.d.ts.map +1 -0
- package/components/chat/widgets/orchestrator-grilling-card.js +57 -0
- package/components/chat/widgets/relationships-attention.d.ts +18 -0
- package/components/chat/widgets/relationships-attention.d.ts.map +1 -0
- package/components/chat/widgets/relationships-attention.js +135 -0
- package/components/chat/widgets/shared.js +2 -2
- 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 +1 -1
- package/components/chat/widgets/todo.d.ts.map +1 -1
- package/components/chat/widgets/todo.js +46 -27
- package/components/chat/widgets/topic-chips-bar.d.ts +23 -0
- package/components/chat/widgets/topic-chips-bar.d.ts.map +1 -0
- package/components/chat/widgets/topic-chips-bar.js +22 -0
- package/components/chat/widgets/topic-grouped-transcript.d.ts +20 -0
- package/components/chat/widgets/topic-grouped-transcript.d.ts.map +1 -0
- package/components/chat/widgets/topic-grouped-transcript.js +45 -0
- package/components/chat/widgets/types.d.ts +5 -2
- package/components/chat/widgets/types.d.ts.map +1 -1
- package/components/chat/widgets/use-inline-widget-context.d.ts +18 -0
- package/components/chat/widgets/use-inline-widget-context.d.ts.map +1 -0
- package/components/chat/widgets/use-inline-widget-context.js +46 -0
- package/components/cloud/CloudSourceControls.d.ts.map +1 -1
- package/components/cloud/CloudSourceControls.js +7 -6
- 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 +1 -1
- package/components/cloud/FlaminaGuide.d.ts.map +1 -1
- package/components/cloud/FlaminaGuide.js +17 -12
- 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 +1 -1
- 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.d.ts +1 -1
- package/components/composites/chat/chat-composer-shell.js +4 -4
- package/components/composites/chat/chat-composer.d.ts +12 -7
- package/components/composites/chat/chat-composer.d.ts.map +1 -1
- package/components/composites/chat/chat-composer.js +53 -55
- package/components/composites/chat/chat-conversation-item.d.ts +2 -2
- package/components/composites/chat/chat-conversation-item.d.ts.map +1 -1
- package/components/composites/chat/chat-conversation-item.js +21 -19
- package/components/composites/chat/chat-empty-state.d.ts +1 -1
- package/components/composites/chat/chat-empty-state.js +1 -1
- package/components/composites/chat/chat-message-actions.d.ts +1 -1
- package/components/composites/chat/chat-message-actions.js +1 -1
- package/components/composites/chat/chat-message.d.ts +18 -3
- package/components/composites/chat/chat-message.d.ts.map +1 -1
- package/components/composites/chat/chat-message.js +134 -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-thread-layout.d.ts +1 -1
- package/components/composites/chat/chat-thread-layout.d.ts.map +1 -1
- package/components/composites/chat/chat-thread-layout.js +2 -2
- package/components/composites/chat/chat-transcript.d.ts +6 -2
- package/components/composites/chat/chat-transcript.d.ts.map +1 -1
- package/components/composites/chat/chat-transcript.js +42 -7
- package/components/composites/chat/chat-types.d.ts +25 -0
- package/components/composites/chat/chat-types.d.ts.map +1 -1
- package/components/composites/chat/chat-typing-indicator.d.ts +1 -1
- package/components/composites/chat/chat-typing-indicator.js +1 -1
- package/components/composites/chat/index.d.ts +16 -17
- 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/form-field/index.d.ts +1 -1
- package/components/composites/index.d.ts +29 -25
- package/components/composites/index.d.ts.map +1 -1
- package/components/composites/index.js +5 -1
- package/components/composites/page-panel/index.d.ts +21 -18
- 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.d.ts +1 -1
- package/components/composites/page-panel/page-panel-collapsible-section.d.ts.map +1 -1
- package/components/composites/page-panel/page-panel-collapsible-section.js +2 -2
- package/components/composites/page-panel/page-panel-empty.d.ts +1 -1
- package/components/composites/page-panel/page-panel-empty.d.ts.map +1 -1
- package/components/composites/page-panel/page-panel-empty.js +4 -4
- 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-frame.d.ts +1 -1
- package/components/composites/page-panel/page-panel-frame.d.ts.map +1 -1
- package/components/composites/page-panel/page-panel-frame.js +1 -1
- package/components/composites/page-panel/page-panel-header.d.ts +1 -1
- package/components/composites/page-panel/page-panel-header.d.ts.map +1 -1
- package/components/composites/page-panel/page-panel-header.js +13 -13
- package/components/composites/page-panel/page-panel-loading.d.ts +1 -1
- package/components/composites/page-panel/page-panel-loading.d.ts.map +1 -1
- package/components/composites/page-panel/page-panel-loading.js +3 -3
- package/components/composites/page-panel/page-panel-root.d.ts +3 -3
- 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-toolbar.d.ts +1 -1
- package/components/composites/page-panel/page-panel-types.d.ts +2 -2
- package/components/composites/page-panel/page-panel-types.d.ts.map +1 -1
- package/components/composites/search/index.d.ts +1 -2
- 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 +10 -10
- 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-auto-rail.d.ts +1 -1
- package/components/composites/sidebar/sidebar-body.d.ts +1 -1
- package/components/composites/sidebar/sidebar-collapsed-rail.d.ts +1 -1
- package/components/composites/sidebar/sidebar-content.d.ts.map +1 -1
- package/components/composites/sidebar/sidebar-content.js +9 -8
- package/components/composites/sidebar/sidebar-header-stack.d.ts +1 -1
- package/components/composites/sidebar/sidebar-header.d.ts +2 -2
- package/components/composites/sidebar/sidebar-header.d.ts.map +1 -1
- package/components/composites/sidebar/sidebar-panel.d.ts +1 -1
- package/components/composites/sidebar/sidebar-root.d.ts +1 -1
- package/components/composites/sidebar/sidebar-root.d.ts.map +1 -1
- package/components/composites/sidebar/sidebar-root.js +42 -16
- package/components/composites/sidebar/sidebar-scroll-region.d.ts +1 -1
- 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/index.d.ts +1 -1
- package/components/composites/skills/skill-sidebar-item.js +2 -2
- package/components/composites/trajectories/index.d.ts +7 -7
- package/components/composites/trajectories/trajectory-cache-stats.js +1 -1
- package/components/composites/trajectories/trajectory-code-block.d.ts.map +1 -1
- package/components/composites/trajectories/trajectory-code-block.js +4 -3
- 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 +6 -6
- 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 +1 -48
- 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 +870 -0
- package/components/config-ui/config-field.js +4 -849
- package/components/config-ui/config-renderer.d.ts +3 -133
- 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 +9 -41
- package/components/config-ui/index.d.ts +7 -4
- 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 +30 -137
- package/components/connectors/BlueBubblesStatusPanel.d.ts.map +1 -1
- package/components/connectors/BlueBubblesStatusPanel.js +14 -26
- package/components/connectors/ConnectorAccountAuditList.d.ts.map +1 -1
- package/components/connectors/ConnectorAccountAuditList.js +40 -33
- package/components/connectors/ConnectorAccountCard.d.ts +1 -1
- 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 +1 -1
- package/components/connectors/ConnectorAccountPrivacySelector.d.ts.map +1 -1
- package/components/connectors/ConnectorAccountPrivacySelector.js +33 -6
- package/components/connectors/ConnectorAccountPurposeSelector.d.ts +1 -1
- 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 +9 -248
- 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 +13 -12
- package/components/connectors/IMessageStatusPanel.d.ts.map +1 -1
- package/components/connectors/IMessageStatusPanel.js +6 -5
- 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 +37 -60
- package/components/connectors/TelegramAccountConnectorPanel.d.ts.map +1 -1
- package/components/connectors/TelegramAccountConnectorPanel.js +25 -23
- package/components/connectors/TelegramBotSetupPanel.d.ts.map +1 -1
- package/components/connectors/TelegramBotSetupPanel.js +17 -11
- package/components/connectors/WhatsAppQrOverlay.d.ts.map +1 -1
- package/components/connectors/WhatsAppQrOverlay.js +26 -50
- package/components/connectors/XRPairingPanel.d.ts +2 -0
- package/components/connectors/XRPairingPanel.d.ts.map +1 -0
- package/components/connectors/XRPairingPanel.js +57 -0
- package/components/connectors/connector-account-options.d.ts +1 -1
- package/components/conversations/ConversationRenameDialog.d.ts.map +1 -1
- package/components/conversations/ConversationRenameDialog.js +5 -3
- package/components/conversations/ConversationsSidebar.d.ts.map +1 -1
- package/components/conversations/ConversationsSidebar.js +36 -79
- package/components/conversations/conversation-sidebar-model.d.ts +2 -2
- 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 +10 -4
- package/components/custom-actions/CustomActionsPanel.d.ts.map +1 -1
- package/components/custom-actions/CustomActionsPanel.js +24 -14
- package/components/custom-actions/CustomActionsView.d.ts.map +1 -1
- package/components/custom-actions/CustomActionsView.js +20 -19
- 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 +161 -108
- package/components/index.d.ts.map +1 -1
- package/components/index.js +79 -17
- package/components/local-inference/ActiveModelBar.d.ts +1 -1
- package/components/local-inference/ActiveModelBar.d.ts.map +1 -1
- package/components/local-inference/ActiveModelBar.js +15 -6
- 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 +1 -1
- package/components/local-inference/DownloadProgress.d.ts.map +1 -1
- package/components/local-inference/DownloadProgress.js +13 -1
- package/components/local-inference/DownloadQueue.d.ts +8 -2
- package/components/local-inference/DownloadQueue.d.ts.map +1 -1
- package/components/local-inference/DownloadQueue.js +17 -6
- 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 +1 -1
- 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 +1 -1
- package/components/local-inference/LocalInferencePanel.d.ts.map +1 -1
- package/components/local-inference/LocalInferencePanel.js +218 -61
- package/components/local-inference/ModelCard.d.ts +3 -2
- package/components/local-inference/ModelCard.d.ts.map +1 -1
- package/components/local-inference/ModelCard.js +26 -5
- package/components/local-inference/ModelHubView.d.ts +1 -1
- package/components/local-inference/ModelHubView.d.ts.map +1 -1
- package/components/local-inference/ModelHubView.js +33 -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 +194 -37
- package/components/local-inference/SlotAssignments.d.ts +1 -1
- package/components/local-inference/SlotAssignments.d.ts.map +1 -1
- package/components/local-inference/SlotAssignments.js +65 -29
- package/components/local-inference/hub-utils.d.ts +6 -2
- package/components/local-inference/hub-utils.d.ts.map +1 -1
- package/components/local-inference/hub-utils.js +16 -8
- package/components/local-inference/runtime-class-ui.d.ts +44 -0
- package/components/local-inference/runtime-class-ui.d.ts.map +1 -0
- package/components/local-inference/runtime-class-ui.js +61 -0
- 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 +35 -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 +65 -0
- package/components/pages/AppDetailsView.d.ts +2 -13
- 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 +216 -64
- package/components/pages/AppsPageView.d.ts.map +1 -1
- package/components/pages/AppsPageView.js +19 -13
- package/components/pages/AppsView.d.ts +0 -1
- package/components/pages/AppsView.d.ts.map +1 -1
- package/components/pages/AppsView.js +103 -65
- package/components/pages/AutomationsFeed.d.ts +8 -19
- package/components/pages/AutomationsFeed.d.ts.map +1 -1
- package/components/pages/AutomationsFeed.js +275 -121
- package/components/pages/BackgroundView.d.ts +10 -0
- package/components/pages/BackgroundView.d.ts.map +1 -0
- package/components/pages/BackgroundView.js +14 -0
- package/components/pages/BrowserWorkspaceView.d.ts +65 -11
- package/components/pages/BrowserWorkspaceView.d.ts.map +1 -1
- package/components/pages/BrowserWorkspaceView.js +264 -130
- 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 +9 -3
- package/components/pages/ChatView.d.ts.map +1 -1
- package/components/pages/ChatView.js +295 -90
- package/components/pages/ConfigPageView.d.ts.map +1 -1
- package/components/pages/ConfigPageView.js +139 -76
- package/components/pages/DatabasePageView.d.ts.map +1 -1
- package/components/pages/DatabasePageView.js +36 -9
- package/components/pages/DatabaseView.d.ts.map +1 -1
- package/components/pages/DatabaseView.js +145 -70
- package/components/pages/DocumentsView.d.ts +2 -2
- package/components/pages/DocumentsView.d.ts.map +1 -1
- package/components/pages/DocumentsView.js +153 -76
- package/components/pages/ElizaCloudDashboard.d.ts.map +1 -1
- package/components/pages/ElizaCloudDashboard.js +46 -21
- package/components/pages/ElizaOsAppsView.d.ts.map +1 -1
- package/components/pages/ElizaOsAppsView.js +417 -47
- package/components/pages/FilesView.d.ts +15 -0
- package/components/pages/FilesView.d.ts.map +1 -0
- package/components/pages/FilesView.js +201 -0
- 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 +3 -3
- 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 +182 -50
- package/components/pages/LogsView.d.ts +0 -6
- package/components/pages/LogsView.d.ts.map +1 -1
- package/components/pages/LogsView.js +123 -43
- package/components/pages/MediaGalleryView.d.ts.map +1 -1
- package/components/pages/MediaGalleryView.js +118 -32
- package/components/pages/MemoryDetailPanel.d.ts +1 -1
- package/components/pages/MemoryDetailPanel.d.ts.map +1 -1
- package/components/pages/MemoryDetailPanel.js +11 -5
- package/components/pages/MemoryViewerView.d.ts.map +1 -1
- package/components/pages/MemoryViewerView.js +265 -88
- package/components/pages/PluginCard.d.ts +2 -2
- package/components/pages/PluginCard.d.ts.map +1 -1
- package/components/pages/PluginCard.js +68 -104
- package/components/pages/PluginConfigForm.d.ts +1 -12
- package/components/pages/PluginConfigForm.d.ts.map +1 -1
- package/components/pages/PluginConfigForm.js +7 -6
- 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 +1 -2
- package/components/pages/PluginsView.d.ts.map +1 -1
- package/components/pages/PluginsView.js +164 -73
- package/components/pages/RelationshipsGraphPanel.d.ts +1 -1
- package/components/pages/RelationshipsGraphPanel.d.ts.map +1 -1
- package/components/pages/RelationshipsGraphPanel.js +58 -15
- package/components/pages/RelationshipsIdentityCluster.d.ts +1 -1
- 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 +197 -50
- package/components/pages/RuntimeView.d.ts.map +1 -1
- package/components/pages/RuntimeView.js +127 -65
- package/components/pages/SecretsView.d.ts.map +1 -1
- package/components/pages/SecretsView.js +64 -49
- package/components/pages/SettingsView.d.ts +1 -1
- package/components/pages/SettingsView.d.ts.map +1 -1
- package/components/pages/SettingsView.js +154 -492
- package/components/pages/SkillsView.d.ts.map +1 -1
- package/components/pages/SkillsView.js +229 -87
- package/components/pages/Springboard.d.ts +49 -0
- package/components/pages/Springboard.d.ts.map +1 -0
- package/components/pages/Springboard.js +238 -0
- package/components/pages/SpringboardSurface.d.ts +6 -0
- package/components/pages/SpringboardSurface.d.ts.map +1 -0
- package/components/pages/SpringboardSurface.js +120 -0
- package/components/pages/SqlEditorPanel.d.ts +1 -1
- package/components/pages/SqlEditorPanel.d.ts.map +1 -1
- package/components/pages/SqlEditorPanel.js +9 -7
- package/components/pages/StreamView.d.ts.map +1 -1
- package/components/pages/StreamView.js +68 -64
- package/components/pages/TaskEditor.d.ts +3 -4
- 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 +70 -41
- package/components/pages/TrajectoryDetailView.d.ts.map +1 -1
- package/components/pages/TrajectoryDetailView.js +82 -72
- package/components/pages/WorkflowEditor.d.ts +4 -4
- package/components/pages/WorkflowEditor.d.ts.map +1 -1
- package/components/pages/WorkflowEditor.js +393 -54
- package/components/pages/WorkflowGraphViewer.d.ts +1 -1
- package/components/pages/WorkflowGraphViewer.d.ts.map +1 -1
- package/components/pages/WorkflowGraphViewer.js +86 -72
- package/components/pages/__e2e__/background-fixture.d.ts +2 -0
- package/components/pages/__e2e__/background-fixture.d.ts.map +1 -0
- package/components/pages/__e2e__/background-fixture.js +84 -0
- package/components/pages/__e2e__/springboard-fixture.d.ts +2 -0
- package/components/pages/__e2e__/springboard-fixture.d.ts.map +1 -0
- package/components/pages/__e2e__/springboard-fixture.js +103 -0
- package/components/pages/automation-conversations.d.ts +1 -1
- package/components/pages/automations-missing-creds.d.ts +1 -1
- package/components/pages/background-image.d.ts +10 -0
- package/components/pages/background-image.d.ts.map +1 -0
- package/components/pages/background-image.js +61 -0
- package/components/pages/browser-workspace-wallet.d.ts +9 -2
- 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 +19 -9
- package/components/pages/chat-view-hooks.d.ts.map +1 -1
- package/components/pages/chat-view-hooks.js +189 -86
- package/components/pages/cloud-dashboard-utils.d.ts +1 -1
- 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 +27 -19
- package/components/pages/database-utils.d.ts +2 -7
- package/components/pages/database-utils.d.ts.map +1 -1
- package/components/pages/database-utils.js +49 -40
- 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 +61 -34
- 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 +119 -62
- package/components/pages/heartbeat-utils.d.ts +5 -7
- 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 +481 -0
- package/components/pages/page-scoped-conversations.d.ts +3 -3
- package/components/pages/page-scoped-conversations.d.ts.map +1 -1
- package/components/pages/page-scoped-conversations.js +2 -19
- package/components/pages/plugin-list-utils.d.ts +13 -4
- package/components/pages/plugin-list-utils.d.ts.map +1 -1
- package/components/pages/plugin-list-utils.js +51 -6
- package/components/pages/plugin-view-connectors.d.ts +2 -2
- package/components/pages/plugin-view-connectors.d.ts.map +1 -1
- package/components/pages/plugin-view-connectors.js +227 -53
- package/components/pages/plugin-view-dialogs.d.ts +3 -9
- 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 +2 -2
- 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 +3 -5
- 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 +1 -1
- 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 +1 -1
- 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 +2 -5
- 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 +80 -19
- package/components/pages/relationships/relationships-utils.d.ts +1 -1
- package/components/pages/skill-detail-panel.d.ts.map +1 -1
- package/components/pages/skill-detail-panel.js +77 -15
- package/components/pages/skill-marketplace.d.ts +2 -2
- package/components/pages/skill-marketplace.d.ts.map +1 -1
- package/components/pages/skill-marketplace.js +85 -24
- 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 +43 -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 +182 -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 +28 -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 +1 -2
- package/components/permissions/StreamingPermissions.d.ts.map +1 -1
- package/components/permissions/StreamingPermissions.js +11 -13
- package/components/plugins/showcase-data.d.ts +1 -1
- 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 +1 -2
- 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 +1 -2
- 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 +1 -2
- 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 +1 -2
- 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 +1 -2
- 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/constants.d.ts +1 -1
- package/components/policy-controls/helpers.d.ts +1 -1
- package/components/policy-controls/index.d.ts +14 -9
- 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 +27 -23
- package/components/primitives/index.d.ts.map +1 -1
- package/components/primitives/index.js +5 -1
- package/components/release-center/sections.d.ts +1 -1
- package/components/release-center/sections.d.ts.map +1 -1
- package/components/release-center/sections.js +23 -21
- 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 +3 -24
- package/components/settings/AdvancedSection.d.ts +2 -0
- package/components/settings/AdvancedSection.d.ts.map +1 -0
- package/components/settings/AdvancedSection.js +159 -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 +3 -9
- package/components/settings/ApiKeyConfig.d.ts.map +1 -1
- package/components/settings/ApiKeyConfig.js +128 -84
- package/components/settings/AppPermissionsSection.d.ts +10 -0
- package/components/settings/AppPermissionsSection.d.ts.map +1 -0
- package/components/settings/AppPermissionsSection.js +152 -0
- package/components/settings/AppearanceSettingsSection.d.ts.map +1 -1
- package/components/settings/AppearanceSettingsSection.js +50 -249
- package/components/settings/AppsManagementSection.d.ts +1 -7
- package/components/settings/AppsManagementSection.d.ts.map +1 -1
- package/components/settings/AppsManagementSection.js +204 -76
- package/components/settings/BackgroundSettingsControls.d.ts +5 -0
- package/components/settings/BackgroundSettingsControls.d.ts.map +1 -0
- package/components/settings/BackgroundSettingsControls.js +118 -0
- package/components/settings/CapabilitiesSection.d.ts.map +1 -1
- package/components/settings/CapabilitiesSection.js +372 -30
- package/components/settings/CloudAgentsSection.d.ts +7 -0
- package/components/settings/CloudAgentsSection.d.ts.map +1 -0
- package/components/settings/CloudAgentsSection.js +422 -0
- package/components/settings/ConnectorsSection.d.ts +9 -0
- package/components/settings/ConnectorsSection.d.ts.map +1 -0
- package/components/settings/ConnectorsSection.js +183 -0
- package/components/settings/DesktopWorkspaceDisplay.d.ts +6 -0
- package/components/settings/DesktopWorkspaceDisplay.d.ts.map +1 -0
- package/components/settings/DesktopWorkspaceDisplay.hooks.d.ts +4 -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 +198 -323
- package/components/settings/IdentitySettingsSection.d.ts.map +1 -1
- package/components/settings/IdentitySettingsSection.js +70 -60
- 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 +28 -0
- package/components/settings/PermissionsSection.d.ts.map +1 -1
- package/components/settings/PermissionsSection.js +262 -65
- package/components/settings/PolicyControlsView.d.ts.map +1 -1
- package/components/settings/PolicyControlsView.js +299 -80
- package/components/settings/ProviderCard.d.ts +27 -0
- package/components/settings/ProviderCard.d.ts.map +1 -0
- package/components/settings/ProviderCard.js +30 -0
- package/components/settings/ProviderPanels.d.ts +60 -0
- package/components/settings/ProviderPanels.d.ts.map +1 -0
- package/components/settings/ProviderPanels.js +51 -0
- package/components/settings/ProviderRoutingPanel.d.ts +22 -0
- package/components/settings/ProviderRoutingPanel.d.ts.map +1 -0
- package/components/settings/ProviderRoutingPanel.js +22 -0
- package/components/settings/ProviderSwitcher.d.ts +1 -11
- package/components/settings/ProviderSwitcher.d.ts.map +1 -1
- package/components/settings/ProviderSwitcher.js +75 -618
- package/components/settings/RemotePluginHostSection.d.ts +6 -0
- package/components/settings/RemotePluginHostSection.d.ts.map +1 -0
- package/components/settings/RemotePluginHostSection.js +302 -0
- package/components/settings/RuntimeSettingsSection.d.ts +0 -8
- package/components/settings/RuntimeSettingsSection.d.ts.map +1 -1
- package/components/settings/RuntimeSettingsSection.js +49 -56
- package/components/settings/SecretsManagerSection.d.ts +1 -4
- 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 +307 -91
- package/components/settings/SubscriptionStatus.d.ts +2 -7
- package/components/settings/SubscriptionStatus.d.ts.map +1 -1
- package/components/settings/SubscriptionStatus.js +81 -38
- package/components/settings/VaultInventoryPanel.d.ts +1 -1
- package/components/settings/VaultInventoryPanel.d.ts.map +1 -1
- package/components/settings/VaultInventoryPanel.js +270 -23
- 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 +364 -172
- package/components/settings/VoiceProfileSection.d.ts +17 -0
- package/components/settings/VoiceProfileSection.d.ts.map +1 -0
- package/components/settings/VoiceProfileSection.js +318 -0
- package/components/settings/VoiceSection.d.ts +58 -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 +12 -0
- package/components/settings/VoiceSection.js +122 -0
- package/components/settings/VoiceSectionMount.d.ts +17 -0
- package/components/settings/VoiceSectionMount.d.ts.map +1 -0
- package/components/settings/VoiceSectionMount.js +112 -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 +46 -0
- package/components/settings/WalletKeysSection.d.ts +3 -13
- package/components/settings/WalletKeysSection.d.ts.map +1 -1
- package/components/settings/WalletKeysSection.js +113 -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 +4 -4
- 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 +2 -18
- 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 +86 -463
- package/components/settings/permission-types.d.ts +2 -2
- package/components/settings/permission-types.d.ts.map +1 -1
- package/components/settings/permission-types.js +150 -22
- package/components/settings/settings-agent-rows.d.ts +120 -0
- package/components/settings/settings-agent-rows.d.ts.map +1 -0
- package/components/settings/settings-agent-rows.js +138 -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 +84 -0
- package/components/settings/settings-layout.d.ts.map +1 -0
- package/components/settings/settings-layout.js +38 -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 +73 -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 +234 -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 +12 -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 +235 -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 +4 -6
- package/components/settings/vault-tabs/OverviewTab.d.ts.map +1 -1
- package/components/settings/vault-tabs/OverviewTab.js +247 -20
- package/components/settings/vault-tabs/RoutingTab.d.ts +3 -6
- package/components/settings/vault-tabs/RoutingTab.d.ts.map +1 -1
- package/components/settings/vault-tabs/RoutingTab.js +187 -22
- package/components/settings/vault-tabs/SecretsTab.d.ts +1 -1
- package/components/settings/vault-tabs/SecretsTab.d.ts.map +1 -1
- package/components/settings/vault-tabs/SecretsTab.js +3 -1
- 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 +180 -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 +3 -3
- package/components/shared/CollapsibleSidebarSection.js +2 -2
- package/components/shared/LanguageDropdown.d.ts +1 -8
- 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 +8 -20
- package/components/shared/ThemeToggle.d.ts +1 -1
- 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 +3 -3
- package/components/shell/ActionBanner.d.ts +10 -0
- package/components/shell/ActionBanner.d.ts.map +1 -0
- package/components/shell/ActionBanner.js +28 -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 +23 -22
- package/components/shell/ChatSurface.d.ts +12 -0
- package/components/shell/ChatSurface.d.ts.map +1 -0
- package/components/shell/ChatSurface.js +60 -0
- package/components/shell/CloudHandoffBanner.d.ts +16 -0
- package/components/shell/CloudHandoffBanner.d.ts.map +1 -0
- package/components/shell/CloudHandoffBanner.js +44 -0
- package/components/shell/CommandPalette.d.ts.map +1 -1
- package/components/shell/CommandPalette.js +61 -7
- package/components/shell/ComputerUseApprovalOverlay.d.ts.map +1 -1
- package/components/shell/ComputerUseApprovalOverlay.js +85 -20
- package/components/shell/ConnectionFailedBanner.d.ts.map +1 -1
- package/components/shell/ConnectionFailedBanner.js +14 -6
- package/components/shell/ConnectionLostOverlay.d.ts.map +1 -1
- package/components/shell/ConnectionLostOverlay.js +12 -6
- package/components/shell/ContinuousChatOverlay.d.ts +25 -0
- package/components/shell/ContinuousChatOverlay.d.ts.map +1 -0
- package/components/shell/ContinuousChatOverlay.js +2370 -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 +35 -0
- package/components/shell/HomeScreen.d.ts.map +1 -0
- package/components/shell/HomeScreen.js +148 -0
- package/components/shell/HomeSpringboardSurface.d.ts +21 -0
- package/components/shell/HomeSpringboardSurface.d.ts.map +1 -0
- package/components/shell/HomeSpringboardSurface.js +134 -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 +2 -3
- package/components/shell/LoadingScreen.d.ts.map +1 -1
- package/components/shell/LoadingScreen.js +30 -17
- package/components/shell/NotificationCenter.d.ts +16 -0
- package/components/shell/NotificationCenter.d.ts.map +1 -0
- package/components/shell/NotificationCenter.js +128 -0
- package/components/shell/PairingCommandHint.d.ts.map +1 -1
- package/components/shell/PairingCommandHint.js +14 -16
- package/components/shell/PairingView.d.ts.map +1 -1
- package/components/shell/PairingView.js +23 -8
- package/components/shell/RestartBanner.d.ts.map +1 -1
- package/components/shell/RestartBanner.js +14 -6
- 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 +3 -3
- package/components/shell/ShellHeaderControls.d.ts.map +1 -1
- package/components/shell/ShellHeaderControls.js +8 -7
- package/components/shell/ShellOverlays.d.ts +1 -1
- package/components/shell/ShellOverlays.d.ts.map +1 -1
- package/components/shell/ShellOverlays.js +74 -2
- package/components/shell/ShortcutsOverlay.d.ts.map +1 -1
- package/components/shell/ShortcutsOverlay.js +12 -5
- 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 +1 -1
- package/components/shell/StartupFailureView.d.ts.map +1 -1
- package/components/shell/StartupFailureView.js +11 -93
- 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 +43 -219
- package/components/shell/SystemWarningBanner.d.ts.map +1 -1
- package/components/shell/SystemWarningBanner.js +9 -5
- package/components/shell/TopicChipsBar.d.ts +14 -0
- package/components/shell/TopicChipsBar.d.ts.map +1 -0
- package/components/shell/TopicChipsBar.js +18 -0
- package/components/shell/TopicGroup.d.ts +21 -0
- package/components/shell/TopicGroup.d.ts.map +1 -0
- package/components/shell/TopicGroup.js +30 -0
- 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 +276 -0
- package/components/shell/__e2e__/chatux-gesture-fixture.d.ts +13 -0
- package/components/shell/__e2e__/chatux-gesture-fixture.d.ts.map +1 -0
- package/components/shell/__e2e__/chatux-gesture-fixture.js +65 -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 +103 -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 +32 -0
- package/components/shell/__e2e__/home-screen-fixture.catalog-stub.d.ts +20 -0
- package/components/shell/__e2e__/home-screen-fixture.catalog-stub.d.ts.map +1 -0
- package/components/shell/__e2e__/home-screen-fixture.catalog-stub.js +23 -0
- package/components/shell/__e2e__/home-screen-fixture.core-stub.d.ts +3 -0
- package/components/shell/__e2e__/home-screen-fixture.core-stub.d.ts.map +1 -0
- package/components/shell/__e2e__/home-screen-fixture.core-stub.js +6 -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 +22 -0
- package/components/shell/__e2e__/home-screen-fixture.platform-stub.d.ts +3 -0
- package/components/shell/__e2e__/home-screen-fixture.platform-stub.d.ts.map +1 -0
- package/components/shell/__e2e__/home-screen-fixture.platform-stub.js +6 -0
- package/components/shell/__e2e__/home-screen-fixture.view-kinds-stub.d.ts +5 -0
- package/components/shell/__e2e__/home-screen-fixture.view-kinds-stub.d.ts.map +1 -0
- package/components/shell/__e2e__/home-screen-fixture.view-kinds-stub.js +3 -0
- package/components/shell/__e2e__/home-screen-fixture.views-stub.d.ts +15 -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 +78 -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/home-springboard-events.d.ts +7 -0
- package/components/shell/home-springboard-events.d.ts.map +1 -0
- package/components/shell/home-springboard-events.js +6 -0
- package/components/shell/shell-state.d.ts +48 -0
- package/components/shell/shell-state.d.ts.map +1 -0
- package/components/shell/shell-state.js +19 -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/topic-grouping.d.ts +39 -0
- package/components/shell/topic-grouping.d.ts.map +1 -0
- package/components/shell/topic-grouping.js +81 -0
- package/components/shell/use-conversation-reset.d.ts +14 -0
- package/components/shell/use-conversation-reset.d.ts.map +1 -0
- package/components/shell/use-conversation-reset.js +25 -0
- package/components/shell/use-pull-gesture.d.ts +69 -0
- package/components/shell/use-pull-gesture.d.ts.map +1 -0
- package/components/shell/use-pull-gesture.js +210 -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 +133 -0
- package/components/shell/useShellController.d.ts.map +1 -0
- package/components/shell/useShellController.js +869 -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.d.ts +1 -1
- package/components/steward/injected.js +1 -1
- package/components/stream/StatusBar.d.ts.map +1 -1
- package/components/stream/StatusBar.js +8 -18
- 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 +1 -3
- 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.d.ts +1 -1
- 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 +49 -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 +4 -4
- package/components/ui/admin-dialog.d.ts.map +1 -1
- package/components/ui/admin-dialog.js +7 -6
- 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/checkbox.js +1 -1
- 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.d.ts.map +1 -1
- package/components/ui/connection-status.js +7 -7
- package/components/ui/copy-button.d.ts.map +1 -1
- package/components/ui/copy-button.js +24 -4
- package/components/ui/dialog.d.ts.map +1 -1
- package/components/ui/dialog.js +10 -3
- package/components/ui/dropdown-menu.js +6 -6
- 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.d.ts +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.d.ts +1 -1
- 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 +3 -3
- package/components/ui/settings-controls.d.ts +18 -19
- package/components/ui/settings-controls.d.ts.map +1 -1
- package/components/ui/settings-controls.js +30 -21
- 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 +3 -3
- 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.d.ts.map +1 -1
- package/components/ui/tabs.js +3 -3
- 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 +64 -0
- package/components/views/DynamicViewLoader.d.ts.map +1 -0
- package/components/views/DynamicViewLoader.js +960 -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 +145 -0
- package/components/views/ViewIcon.d.ts +7 -0
- package/components/views/ViewIcon.d.ts.map +1 -0
- package/components/views/ViewIcon.js +115 -0
- package/components/views/ViewTileImage.d.ts +25 -0
- package/components/views/ViewTileImage.d.ts.map +1 -0
- package/components/views/ViewTileImage.js +52 -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 +20 -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 +46 -31
- package/config/boot-config-store.d.ts.map +1 -1
- package/config/boot-config-store.js +3 -52
- 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/config-catalog.d.ts +10 -366
- package/config/config-catalog.d.ts.map +1 -1
- package/config/config-catalog.js +10 -705
- package/config/index.d.ts +9 -8
- 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/content-packs/index.d.ts +3 -3
- 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 +103 -46
- package/events/index.d.ts.map +1 -1
- package/events/index.js +128 -34
- package/first-run/AgentPicker.d.ts +32 -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 +1146 -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/frame-budget.d.ts +124 -0
- package/hooks/frame-budget.d.ts.map +1 -0
- package/hooks/frame-budget.js +183 -0
- package/hooks/index.d.ts +27 -19
- package/hooks/index.d.ts.map +1 -1
- package/hooks/index.js +12 -4
- package/hooks/resource-cache.d.ts +58 -0
- package/hooks/resource-cache.d.ts.map +1 -0
- package/hooks/resource-cache.js +277 -0
- package/hooks/useAccounts.d.ts +2 -4
- package/hooks/useAccounts.d.ts.map +1 -1
- package/hooks/useAccounts.js +8 -12
- package/hooks/useActivityEvents.d.ts +12 -0
- package/hooks/useActivityEvents.d.ts.map +1 -1
- package/hooks/useActivityEvents.js +57 -67
- package/hooks/useAuthStatus.d.ts +2 -2
- package/hooks/useAuthStatus.d.ts.map +1 -1
- package/hooks/useAuthStatus.js +53 -23
- package/hooks/useAvailableViews.d.ts +86 -0
- package/hooks/useAvailableViews.d.ts.map +1 -0
- package/hooks/useAvailableViews.js +238 -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 +45 -0
- package/hooks/useConnectorAccounts.d.ts +2 -4
- package/hooks/useConnectorAccounts.d.ts.map +1 -1
- package/hooks/useConnectorAccounts.js +3 -9
- 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 +3 -5
- package/hooks/useConnectorSendAsAccount.d.ts.map +1 -1
- package/hooks/useConnectorSendAsAccount.js +14 -14
- package/hooks/useContextMenu.d.ts +1 -1
- package/hooks/useContextMenu.d.ts.map +1 -1
- package/hooks/useContextMenu.js +7 -3
- 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 +113 -0
- package/hooks/useFetchData.d.ts +37 -0
- package/hooks/useFetchData.d.ts.map +1 -0
- package/hooks/useFetchData.js +93 -0
- package/hooks/useFrameBudgetMonitor.d.ts +30 -0
- package/hooks/useFrameBudgetMonitor.d.ts.map +1 -0
- package/hooks/useFrameBudgetMonitor.js +105 -0
- package/hooks/useKeyboardShortcuts.d.ts +6 -13
- package/hooks/useKeyboardShortcuts.d.ts.map +1 -1
- package/hooks/useKeyboardShortcuts.js +21 -46
- package/hooks/useLayoutShiftMonitor.d.ts +43 -0
- package/hooks/useLayoutShiftMonitor.d.ts.map +1 -0
- package/hooks/useLayoutShiftMonitor.js +128 -0
- package/hooks/useModalState.d.ts +31 -0
- package/hooks/useModalState.d.ts.map +1 -0
- package/hooks/useModalState.js +45 -0
- package/hooks/useNow.d.ts +10 -0
- package/hooks/useNow.d.ts.map +1 -0
- package/hooks/useNow.js +18 -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 +1 -1
- package/hooks/useRuntimeMode.d.ts.map +1 -1
- package/hooks/useSignalPairing.d.ts +2 -2
- 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 +23 -6
- package/hooks/useVoiceChat.d.ts.map +1 -1
- package/hooks/useVoiceChat.js +665 -98
- package/hooks/useWhatsAppPairing.d.ts +2 -2
- package/hooks/useWhatsAppPairing.d.ts.map +1 -1
- package/hooks/useWhatsAppPairing.js +28 -5
- package/hooks/view-catalog.d.ts +106 -0
- package/hooks/view-catalog.d.ts.map +1 -0
- package/hooks/view-catalog.js +176 -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 +4849 -668
- package/i18n/locales/es.json +5334 -1210
- package/i18n/locales/ja.json +7417 -0
- package/i18n/locales/ko.json +5223 -1099
- package/i18n/locales/pt.json +5215 -1091
- package/i18n/locales/tl.json +5449 -1325
- package/i18n/locales/vi.json +5151 -1027
- package/i18n/locales/zh-CN.json +5096 -972
- 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 +148 -40
- package/index.d.ts.map +1 -1
- package/index.js +112 -9
- package/layouts/chat-panel-layout/chat-panel-layout.js +2 -2
- package/layouts/chat-panel-layout/index.d.ts +1 -1
- package/layouts/content-layout/index.d.ts +1 -1
- package/layouts/index.d.ts +4 -4
- package/layouts/page-layout/index.d.ts +4 -4
- package/layouts/page-layout/page-layout-mobile-drawer.d.ts +1 -1
- 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/page-layout/page-layout-types.d.ts +2 -2
- package/layouts/page-layout/page-layout.d.ts +1 -1
- package/layouts/workspace-layout/index.d.ts +3 -3
- package/layouts/workspace-layout/index.d.ts.map +1 -1
- package/layouts/workspace-layout/index.js +1 -1
- package/layouts/workspace-layout/workspace-layout-types.d.ts +1 -1
- package/layouts/workspace-layout/workspace-layout.d.ts +1 -1
- package/layouts/workspace-layout/workspace-layout.d.ts.map +1 -1
- package/layouts/workspace-layout/workspace-layout.js +2 -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 +18 -21
- package/navigation/index.d.ts.map +1 -1
- package/navigation/index.js +113 -75
- 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 +304 -19
- package/perf/PerfOverlay.d.ts +21 -0
- package/perf/PerfOverlay.d.ts.map +1 -0
- package/perf/PerfOverlay.js +90 -0
- package/perf/perf-hud-control.d.ts +21 -0
- package/perf/perf-hud-control.d.ts.map +1 -0
- package/perf/perf-hud-control.js +98 -0
- 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 +110 -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 +1 -5
- package/platform/cloud-preference-patch.d.ts.map +1 -1
- package/platform/cloud-preference-patch.js +2 -24
- package/platform/desktop-permissions-client.d.ts +1 -1
- 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 +14 -10
- 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 +47 -0
- package/platform/platform-guards.d.ts.map +1 -0
- package/platform/platform-guards.js +55 -0
- package/platform/types.d.ts +7 -11
- package/platform/types.d.ts.map +1 -1
- package/platform/window-shell.d.ts +21 -4
- 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 +27 -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 +8 -86
- 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 +15 -17
- package/services/local-inference/assignments.d.ts.map +1 -1
- package/services/local-inference/assignments.js +53 -26
- 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 +7 -0
- package/services/local-inference/catalog-policy.d.ts.map +1 -0
- package/services/local-inference/catalog-policy.js +19 -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 +34 -0
- package/services/local-inference/custom-search.d.ts.map +1 -0
- package/services/local-inference/custom-search.js +61 -0
- package/services/local-inference/device-bridge.d.ts +36 -5
- 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 +40 -5
- package/services/local-inference/downloader.d.ts.map +1 -1
- package/services/local-inference/downloader.js +102 -144
- 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/external-scanner.d.ts +1 -1
- 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 -15
- package/services/local-inference/hf-search.d.ts.map +1 -1
- package/services/local-inference/hf-search.js +17 -164
- 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 +11 -8
- 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.d.ts +1 -1
- package/services/local-inference/readiness.js +1 -1
- package/services/local-inference/recommendation.d.ts +10 -7
- 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 +11 -13
- package/services/local-inference/registry.d.ts.map +1 -1
- package/services/local-inference/registry.js +19 -17
- 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 +6 -2
- package/services/local-inference/routing-policy.d.ts.map +1 -1
- package/services/local-inference/routing-policy.js +39 -5
- 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 +15 -5
- package/services/local-inference/service.d.ts.map +1 -1
- package/services/local-inference/service.js +38 -8
- 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 +48 -0
- package/spatial/dom.d.ts.map +1 -0
- package/spatial/dom.js +51 -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 +450 -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 +62 -0
- package/spatial/tui/renderer.d.ts.map +1 -0
- package/spatial/tui/renderer.js +161 -0
- package/state/AppContext.d.ts +1 -3
- 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 +698 -586
- 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/ChatTurnStatusContext.hooks.d.ts +27 -0
- package/state/ChatTurnStatusContext.hooks.d.ts.map +1 -0
- package/state/ChatTurnStatusContext.hooks.js +24 -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/ConversationMessagesContext.hooks.d.ts +26 -0
- package/state/ConversationMessagesContext.hooks.d.ts.map +1 -0
- package/state/ConversationMessagesContext.hooks.js +22 -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/action-notice.d.ts +31 -1
- package/state/action-notice.d.ts.map +1 -1
- package/state/action-notice.js +27 -1
- package/state/agent-profiles.d.ts +10 -2
- package/state/agent-profiles.d.ts.map +1 -1
- package/state/agent-profiles.js +21 -2
- package/state/agent-runtime-target.d.ts +2 -2
- package/state/agent-runtime-target.d.ts.map +1 -1
- package/state/agent-runtime-target.js +5 -1
- package/state/app-store.d.ts +52 -0
- package/state/app-store.d.ts.map +1 -0
- package/state/app-store.js +169 -0
- package/state/autonomy.d.ts +1 -1
- package/state/chat-conversation-guards.d.ts +1 -1
- package/state/chat-conversation-guards.d.ts.map +1 -1
- package/state/chat-conversation-guards.js +0 -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 +3 -3
- package/state/index.d.ts +24 -15
- package/state/index.d.ts.map +1 -1
- package/state/index.js +15 -6
- package/state/internal.d.ts +11 -8
- package/state/internal.d.ts.map +1 -1
- package/state/internal.js +8 -6
- package/state/notifications/navigate-deep-link.d.ts +27 -0
- package/state/notifications/navigate-deep-link.d.ts.map +1 -0
- package/state/notifications/navigate-deep-link.js +48 -0
- 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 +3 -3
- package/state/parsers.d.ts.map +1 -1
- package/state/parsers.js +16 -3
- package/state/persistence.d.ts +59 -15
- package/state/persistence.d.ts.map +1 -1
- package/state/persistence.js +218 -86
- 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/screen-capture-bridge.d.ts +8 -0
- package/state/screen-capture-bridge.d.ts.map +1 -0
- package/state/screen-capture-bridge.js +124 -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 +5 -5
- package/state/shell-routing.d.ts.map +1 -1
- package/state/shell-surface-store.d.ts +50 -0
- package/state/shell-surface-store.d.ts.map +1 -0
- package/state/shell-surface-store.js +130 -0
- package/state/springboard-layout.d.ts +85 -0
- package/state/springboard-layout.d.ts.map +1 -0
- package/state/springboard-layout.js +180 -0
- package/state/startup-coordinator.d.ts +47 -23
- package/state/startup-coordinator.d.ts.map +1 -1
- package/state/startup-coordinator.js +94 -44
- package/state/startup-phase-hydrate.d.ts +11 -10
- package/state/startup-phase-hydrate.d.ts.map +1 -1
- package/state/startup-phase-hydrate.js +212 -103
- package/state/startup-phase-poll.d.ts +81 -28
- 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 +36 -12
- package/state/startup-phase-restore.d.ts.map +1 -1
- package/state/startup-phase-restore.js +259 -101
- package/state/startup-phase-runtime.d.ts +9 -5
- package/state/startup-phase-runtime.d.ts.map +1 -1
- package/state/startup-phase-runtime.js +227 -17
- package/state/startup-telemetry.d.ts +73 -0
- package/state/startup-telemetry.d.ts.map +1 -0
- package/state/startup-telemetry.js +139 -0
- package/state/types.d.ts +162 -111
- package/state/types.d.ts.map +1 -1
- package/state/types.js +60 -13
- package/state/ui-preferences.d.ts +45 -0
- package/state/ui-preferences.d.ts.map +1 -1
- package/state/ui-preferences.js +30 -1
- package/state/use-startup-shell-controller.d.ts +14 -0
- package/state/use-startup-shell-controller.d.ts.map +1 -0
- package/state/use-startup-shell-controller.js +230 -0
- package/state/useApp.d.ts +1 -1
- 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 +3 -3
- package/state/useAppProviderEffects.d.ts.map +1 -1
- package/state/useAppProviderEffects.js +20 -13
- package/state/useAppShellState.d.ts +6 -6
- package/state/useBackgroundConfig.d.ts +16 -0
- package/state/useBackgroundConfig.d.ts.map +1 -0
- package/state/useBackgroundConfig.js +21 -0
- package/state/useCharacterState.d.ts +2 -2
- package/state/useCharacterState.js +1 -1
- package/state/useChatCallbacks.d.ts +65 -33
- package/state/useChatCallbacks.d.ts.map +1 -1
- package/state/useChatCallbacks.js +245 -168
- package/state/useChatLifecycle.d.ts +36 -29
- package/state/useChatLifecycle.d.ts.map +1 -1
- package/state/useChatLifecycle.js +151 -125
- package/state/useChatSend.d.ts +8 -6
- package/state/useChatSend.d.ts.map +1 -1
- package/state/useChatSend.js +416 -107
- package/state/useChatState.d.ts +4 -9
- 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 +220 -0
- package/state/useDataLoaders.d.ts +11 -10
- package/state/useDataLoaders.d.ts.map +1 -1
- package/state/useDataLoaders.js +133 -27
- package/state/useDeveloperMode.d.ts.map +1 -1
- package/state/useDeveloperMode.js +48 -8
- package/state/useDisplayPreferences.d.ts +8 -4
- package/state/useDisplayPreferences.d.ts.map +1 -1
- package/state/useDisplayPreferences.js +68 -16
- 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 +26 -11
- package/state/useLifecycleState.d.ts.map +1 -1
- package/state/useLifecycleState.js +79 -27
- package/state/useLogsState.d.ts +1 -1
- package/state/useMiscUiState.d.ts +1 -1
- package/state/useMiscUiState.js +1 -1
- package/state/useNavigationState.d.ts +4 -5
- package/state/useNavigationState.d.ts.map +1 -1
- package/state/useNavigationState.js +34 -27
- package/state/usePluginsSkillsState.d.ts +9 -6
- package/state/usePluginsSkillsState.d.ts.map +1 -1
- package/state/usePluginsSkillsState.js +58 -13
- package/state/usePreviewMode.d.ts +4 -0
- package/state/usePreviewMode.d.ts.map +1 -0
- package/state/usePreviewMode.js +93 -0
- package/state/useStartupCoordinator.d.ts +9 -6
- package/state/useStartupCoordinator.d.ts.map +1 -1
- package/state/useStartupCoordinator.js +133 -28
- 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/useViewKinds.d.ts +19 -0
- package/state/useViewKinds.d.ts.map +1 -0
- package/state/useViewKinds.js +28 -0
- package/state/useWalletState.d.ts +5 -5
- 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/state/vrm.d.ts +1 -1
- 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/home-widget-decorator.d.ts +21 -0
- package/storybook/home-widget-decorator.d.ts.map +1 -0
- package/storybook/home-widget-decorator.js +53 -0
- 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 +95 -0
- package/styles/base.css +407 -162
- package/styles/brand-gold.css +238 -197
- package/styles/electrobun-mac-window-drag.css +3 -3
- package/styles/styles.css +77 -146
- 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/testing/layout-stability.d.ts +67 -0
- package/testing/layout-stability.d.ts.map +1 -0
- package/testing/layout-stability.js +106 -0
- package/testing/render-counter.d.ts +56 -0
- package/testing/render-counter.d.ts.map +1 -0
- package/testing/render-counter.js +62 -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 +159 -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/attachment-url.d.ts +42 -0
- package/utils/attachment-url.d.ts.map +1 -0
- package/utils/attachment-url.js +130 -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 +49 -0
- package/utils/cloud-agent-base.d.ts.map +1 -0
- package/utils/cloud-agent-base.js +132 -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/download-share.d.ts +65 -0
- package/utils/download-share.d.ts.map +1 -0
- package/utils/download-share.js +292 -0
- 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/event-source.d.ts +17 -0
- package/utils/event-source.d.ts.map +1 -0
- package/utils/event-source.js +36 -0
- 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 +187 -0
- package/utils/image-attachment.d.ts.map +1 -0
- package/utils/image-attachment.js +313 -0
- package/utils/index.d.ts +34 -33
- 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 +1 -1
- 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/view-telemetry.d.ts +30 -0
- package/view-telemetry.d.ts.map +1 -0
- package/view-telemetry.js +47 -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 +45 -0
- package/views/view-interact-protocol.d.ts.map +1 -0
- package/views/view-interact-protocol.js +28 -0
- package/voice/audio-frame-diarization-harness.d.ts +43 -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 +3 -1
- 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 +84 -0
- package/voice/end-of-turn.d.ts.map +1 -0
- package/voice/end-of-turn.js +119 -0
- package/voice/index.d.ts +11 -2
- package/voice/index.d.ts.map +1 -1
- package/voice/index.js +9 -0
- package/voice/jni-voice-harness.d.ts +67 -0
- package/voice/jni-voice-harness.d.ts.map +1 -0
- package/voice/jni-voice-harness.js +125 -0
- package/voice/jni-voice-pipeline.d.ts +127 -0
- package/voice/jni-voice-pipeline.d.ts.map +1 -0
- package/voice/jni-voice-pipeline.js +276 -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/playback-frame-pump.d.ts +49 -0
- package/voice/playback-frame-pump.d.ts.map +1 -0
- package/voice/playback-frame-pump.js +387 -0
- package/voice/should-respond.d.ts +11 -0
- package/voice/should-respond.d.ts.map +1 -0
- package/voice/should-respond.js +10 -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 +147 -19
- 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 +43 -0
- package/voice/voice-provider-defaults.d.ts.map +1 -0
- package/voice/voice-provider-defaults.js +53 -0
- package/voice/voice-selftest/VoiceSelfTestShell.d.ts +28 -0
- package/voice/voice-selftest/VoiceSelfTestShell.d.ts.map +1 -0
- package/voice/voice-selftest/VoiceSelfTestShell.js +127 -0
- package/voice/voice-selftest/VoiceWorkbenchShell.d.ts +29 -0
- package/voice/voice-selftest/VoiceWorkbenchShell.d.ts.map +1 -0
- package/voice/voice-selftest/VoiceWorkbenchShell.js +133 -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/timing.d.ts +8 -0
- package/voice/voice-selftest/timing.d.ts.map +1 -0
- package/voice/voice-selftest/timing.js +7 -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 +319 -0
- package/voice/voice-selftest/voice-workbench-player.d.ts +139 -0
- package/voice/voice-selftest/voice-workbench-player.d.ts.map +1 -0
- package/voice/voice-selftest/voice-workbench-player.js +401 -0
- package/voice/voice-turn-signal.d.ts +16 -0
- package/voice/voice-turn-signal.d.ts.map +1 -0
- package/voice/voice-turn-signal.js +15 -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 +17 -4
- package/widgets/WidgetHost.d.ts.map +1 -1
- package/widgets/WidgetHost.js +166 -34
- package/widgets/__fixtures__/home-widget-mock-data.d.ts +89 -0
- package/widgets/__fixtures__/home-widget-mock-data.d.ts.map +1 -0
- package/widgets/__fixtures__/home-widget-mock-data.js +388 -0
- package/widgets/home-attention-store.d.ts +40 -0
- package/widgets/home-attention-store.d.ts.map +1 -0
- package/widgets/home-attention-store.js +84 -0
- package/widgets/home-priority.d.ts +136 -0
- package/widgets/home-priority.d.ts.map +1 -0
- package/widgets/home-priority.js +276 -0
- package/widgets/index.d.ts +10 -6
- package/widgets/index.d.ts.map +1 -1
- package/widgets/index.js +5 -2
- package/widgets/registry-store.d.ts +9 -11
- package/widgets/registry-store.d.ts.map +1 -1
- package/widgets/registry-store.js +9 -13
- package/widgets/registry.d.ts +16 -12
- package/widgets/registry.d.ts.map +1 -1
- package/widgets/registry.js +434 -22
- package/widgets/types.d.ts +12 -4
- package/widgets/types.d.ts.map +1 -1
- package/widgets/types.js +7 -1
- package/widgets/useChatSidebarVisibility.d.ts +6 -3
- package/widgets/useChatSidebarVisibility.d.ts.map +1 -1
- package/widgets/useChatSidebarVisibility.js +16 -12
- package/widgets/visibility.d.ts +16 -10
- package/widgets/visibility.d.ts.map +1 -1
- package/widgets/visibility.js +26 -15
- package/api/agent-client-type-shim.d.ts +0 -106
- package/api/agent-client-type-shim.d.ts.map +0 -1
- 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/api/{agent-client-type-shim.js → browser-contracts.js} +0 -0
- /package/layouts/workspace-layout/{workspace-mobile-sidebar-controls.js → workspace-mobile-sidebar-controls.hooks.js} +0 -0
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import type { ReactNode } from "react";
|
|
2
|
+
export interface ApiEndpointCardPricing {
|
|
3
|
+
cost?: number;
|
|
4
|
+
unit?: string;
|
|
5
|
+
isFree?: boolean;
|
|
6
|
+
isVariable?: boolean;
|
|
7
|
+
estimatedRange?: {
|
|
8
|
+
min: number;
|
|
9
|
+
max: number;
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
export interface ApiEndpointCardEndpoint {
|
|
13
|
+
name: string;
|
|
14
|
+
description: string;
|
|
15
|
+
method: string;
|
|
16
|
+
path: string;
|
|
17
|
+
category: string;
|
|
18
|
+
tags: string[];
|
|
19
|
+
deprecated?: boolean;
|
|
20
|
+
pricing?: ApiEndpointCardPricing;
|
|
21
|
+
}
|
|
22
|
+
export interface EndpointCardProps<TEndpoint extends ApiEndpointCardEndpoint = ApiEndpointCardEndpoint> {
|
|
23
|
+
endpoint: TEndpoint;
|
|
24
|
+
onSelect: (endpoint: TEndpoint) => void;
|
|
25
|
+
getMethodColor: (method: string) => string;
|
|
26
|
+
getCategoryIcon: (category: string) => ReactNode;
|
|
27
|
+
formatPricing?: (pricing: NonNullable<TEndpoint["pricing"]>) => string;
|
|
28
|
+
}
|
|
29
|
+
export declare function EndpointCard<TEndpoint extends ApiEndpointCardEndpoint = ApiEndpointCardEndpoint>({ endpoint, onSelect, getMethodColor, getCategoryIcon, formatPricing, }: EndpointCardProps<TEndpoint>): import("react/jsx-runtime").JSX.Element;
|
|
30
|
+
//# sourceMappingURL=endpoint-card.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"endpoint-card.d.ts","sourceRoot":"","sources":["../../../../../../../src/cloud-ui/components/docs/endpoint-card.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAIvC,MAAM,WAAW,sBAAsB;IACrC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,cAAc,CAAC,EAAE;QACf,GAAG,EAAE,MAAM,CAAC;QACZ,GAAG,EAAE,MAAM,CAAC;KACb,CAAC;CACH;AAED,MAAM,WAAW,uBAAuB;IACtC,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,OAAO,CAAC,EAAE,sBAAsB,CAAC;CAClC;AAED,MAAM,WAAW,iBAAiB,CAChC,SAAS,SAAS,uBAAuB,GAAG,uBAAuB;IAEnE,QAAQ,EAAE,SAAS,CAAC;IACpB,QAAQ,EAAE,CAAC,QAAQ,EAAE,SAAS,KAAK,IAAI,CAAC;IACxC,cAAc,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,MAAM,CAAC;IAC3C,eAAe,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,SAAS,CAAC;IACjD,aAAa,CAAC,EAAE,CAAC,OAAO,EAAE,WAAW,CAAC,SAAS,CAAC,SAAS,CAAC,CAAC,KAAK,MAAM,CAAC;CACxE;AAoBD,wBAAgB,YAAY,CAC1B,SAAS,SAAS,uBAAuB,GAAG,uBAAuB,EACnE,EACA,QAAQ,EACR,QAAQ,EACR,cAAc,EACd,eAAe,EACf,aAAa,GACd,EAAE,iBAAiB,CAAC,SAAS,CAAC,2CAkG9B"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
+
import { ChevronRight, Coins, Sparkles } from "lucide-react";
|
|
4
|
+
import { cn } from "../../lib/utils.js";
|
|
5
|
+
function getPricingTextStyle(pricing) {
|
|
6
|
+
if (!pricing)
|
|
7
|
+
return "text-neutral-500";
|
|
8
|
+
if (pricing.isFree)
|
|
9
|
+
return "text-green-400";
|
|
10
|
+
if (pricing.isVariable)
|
|
11
|
+
return "text-orange-400";
|
|
12
|
+
return "text-[#FF5800]";
|
|
13
|
+
}
|
|
14
|
+
function fallbackPricingLabel(pricing) {
|
|
15
|
+
if (pricing.isFree)
|
|
16
|
+
return "Free";
|
|
17
|
+
if (pricing.isVariable && pricing.estimatedRange) {
|
|
18
|
+
return `$${pricing.estimatedRange.min.toFixed(3)} - $${pricing.estimatedRange.max.toFixed(2)}`;
|
|
19
|
+
}
|
|
20
|
+
if (typeof pricing.cost === "number") {
|
|
21
|
+
return `$${pricing.cost.toFixed(pricing.cost < 0.01 ? 4 : 2)}`;
|
|
22
|
+
}
|
|
23
|
+
return "Credits";
|
|
24
|
+
}
|
|
25
|
+
export function EndpointCard({ endpoint, onSelect, getMethodColor, getCategoryIcon, formatPricing, }) {
|
|
26
|
+
return (_jsxs("button", { type: "button", onClick: () => onSelect(endpoint), className: "group relative w-full min-w-0 overflow-hidden rounded-sm border border-white/5 bg-neutral-900/50 p-4 text-left transition-all hover:border-white/10 hover:bg-neutral-900/70", children: [_jsx("div", { className: "absolute right-4 top-4 opacity-0 transition-all duration-200 group-hover:opacity-100", children: _jsxs("div", { className: "flex items-center gap-1 text-xs font-medium text-[#FF5800]", children: ["Test ", _jsx(ChevronRight, { className: "h-3 w-3" })] }) }), _jsxs("div", { className: "space-y-3", children: [_jsxs("div", { children: [_jsxs("div", { className: "mb-1 flex items-center gap-2", children: [_jsx("span", { className: "text-neutral-500", children: getCategoryIcon(endpoint.category) }), _jsx("h3", { className: "pr-16 text-sm font-semibold text-white transition-colors group-hover:text-[#FF5800]", children: endpoint.name })] }), _jsx("p", { className: "line-clamp-2 text-xs text-neutral-500", children: endpoint.description })] }), _jsxs("div", { className: "flex items-center gap-2", children: [_jsx("span", { className: cn("rounded-sm px-2 py-0.5 text-[10px] font-bold uppercase", getMethodColor(endpoint.method)), children: endpoint.method }), _jsx("code", { className: "flex-1 truncate font-mono text-xs text-neutral-400", children: endpoint.path })] }), _jsxs("div", { className: "flex items-center justify-between border-t border-white/5 pt-2", children: [endpoint.pricing ? (_jsxs("div", { className: cn("flex items-center gap-1.5 text-xs", getPricingTextStyle(endpoint.pricing)), children: [endpoint.pricing.isFree ? (_jsx(Sparkles, { className: "h-3 w-3" })) : (_jsx(Coins, { className: "h-3 w-3" })), _jsx("span", { className: "font-medium", children: formatPricing
|
|
27
|
+
? formatPricing(endpoint.pricing)
|
|
28
|
+
: fallbackPricingLabel(endpoint.pricing) }), !endpoint.pricing.isFree && endpoint.pricing.unit && (_jsxs("span", { className: "opacity-60", children: ["/", endpoint.pricing.unit] }))] })) : (_jsx("div", {})), _jsxs("div", { className: "flex items-center gap-2", children: [endpoint.deprecated && (_jsx("span", { className: "text-[10px] font-medium text-red-400", children: "Deprecated" })), endpoint.tags.length > 0 && (_jsxs("div", { className: "flex gap-1", children: [endpoint.tags.slice(0, 2).map((tag) => (_jsx("span", { className: "rounded-sm bg-white/10 px-1.5 py-0.5 text-[10px] text-neutral-300", children: tag }, tag))), endpoint.tags.length > 2 && (_jsxs("span", { className: "text-[10px] text-neutral-400", children: ["+", endpoint.tags.length - 2] }))] }))] })] })] })] }));
|
|
29
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export type { ApiParameterSelectOption, ApiParameterSelectProps, } from "./api-parameter-select.js";
|
|
2
|
+
export { ApiParameterSelect } from "./api-parameter-select.js";
|
|
3
|
+
export type { DocsLayoutProps } from "./docs-layout.js";
|
|
4
|
+
export { DocsLayout } from "./docs-layout.js";
|
|
5
|
+
export type { DocsFrontmatter, MdxModule, NavItem } from "./docs-types.js";
|
|
6
|
+
export type { ApiEndpointCardEndpoint, ApiEndpointCardPricing, EndpointCardProps, } from "./endpoint-card.js";
|
|
7
|
+
export { EndpointCard } from "./endpoint-card.js";
|
|
8
|
+
export { LlmsTxtBadge } from "./llms-txt-badge.js";
|
|
9
|
+
export { Callout, type CalloutType, Cards, Steps, } from "./mdx-components.js";
|
|
10
|
+
export type { OpenApiViewerProps } from "./openapi-viewer.js";
|
|
11
|
+
export { OpenApiViewer } from "./openapi-viewer.js";
|
|
12
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/cloud-ui/components/docs/index.ts"],"names":[],"mappings":"AAAA,YAAY,EACV,wBAAwB,EACxB,uBAAuB,GACxB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAC5D,YAAY,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AACrD,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC3C,YAAY,EAAE,eAAe,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AACxE,YAAY,EACV,uBAAuB,EACvB,sBAAsB,EACtB,iBAAiB,GAClB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAChD,OAAO,EACL,OAAO,EACP,KAAK,WAAW,EAChB,KAAK,EACL,KAAK,GACN,MAAM,kBAAkB,CAAC;AAC1B,YAAY,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AAC3D,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export { ApiParameterSelect } from "./api-parameter-select.js";
|
|
2
|
+
export { DocsLayout } from "./docs-layout.js";
|
|
3
|
+
export { EndpointCard } from "./endpoint-card.js";
|
|
4
|
+
export { LlmsTxtBadge } from "./llms-txt-badge.js";
|
|
5
|
+
export { Callout, Cards, Steps, } from "./mdx-components.js";
|
|
6
|
+
export { OpenApiViewer } from "./openapi-viewer.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"llms-txt-badge.d.ts","sourceRoot":"","sources":["../../../../../../../src/cloud-ui/components/docs/llms-txt-badge.tsx"],"names":[],"mappings":"AAIA,wBAAgB,YAAY,mDA8C3B"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
+
import { useLocation } from "react-router-dom";
|
|
4
|
+
export function LlmsTxtBadge() {
|
|
5
|
+
const indexPath = "/.well-known/llms.txt";
|
|
6
|
+
const fullPath = "/.well-known/llms-full.txt";
|
|
7
|
+
const pathname = useLocation().pathname;
|
|
8
|
+
// Only show this control on docs routes.
|
|
9
|
+
if (!pathname?.startsWith("/docs"))
|
|
10
|
+
return null;
|
|
11
|
+
// On the docs landing page, only show a single llms.txt link (no full pack).
|
|
12
|
+
const isDocsLanding = pathname === "/docs" || pathname === "/docs/";
|
|
13
|
+
if (isDocsLanding) {
|
|
14
|
+
return (_jsx("a", { href: indexPath, className: "text-xs text-white/70 hover:text-white transition-colors px-2 py-1 border border-white/10 bg-white/5", title: "LLM context index for Cursor / ChatGPT (llms.txt)", target: "_blank", rel: "noopener noreferrer", children: "llms.txt" }));
|
|
15
|
+
}
|
|
16
|
+
return (_jsxs("div", { className: "flex items-center gap-2", children: [_jsx("a", { href: indexPath, className: "text-xs text-white/70 hover:text-white transition-colors px-2 py-1 border border-white/10 bg-white/5", title: "LLM context index for Cursor / ChatGPT (llms.txt)", target: "_blank", rel: "noopener noreferrer", children: "llms.txt" }), _jsx("a", { href: fullPath, className: "text-xs text-white/70 hover:text-white transition-colors px-2 py-1 border border-white/10 bg-white/5", title: "Full docs pack for Cursor / ChatGPT (llms-full.txt)", target: "_blank", rel: "noopener noreferrer", children: "llms-full" })] }));
|
|
17
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { type ReactNode } from "react";
|
|
2
|
+
export type CalloutType = "info" | "warning" | "error" | "default";
|
|
3
|
+
export declare function Callout({ type, emoji, children, }: {
|
|
4
|
+
type?: CalloutType;
|
|
5
|
+
emoji?: ReactNode;
|
|
6
|
+
children: ReactNode;
|
|
7
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
declare function CardsCard({ title, href, icon, children, }: {
|
|
9
|
+
title: string;
|
|
10
|
+
href: string;
|
|
11
|
+
icon?: ReactNode;
|
|
12
|
+
children?: ReactNode;
|
|
13
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
export declare function Cards({ children }: {
|
|
15
|
+
children: ReactNode;
|
|
16
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
export declare namespace Cards {
|
|
18
|
+
var Card: typeof CardsCard;
|
|
19
|
+
}
|
|
20
|
+
export declare function Steps({ children }: {
|
|
21
|
+
children: ReactNode;
|
|
22
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
23
|
+
declare function TabsTab({ children }: {
|
|
24
|
+
children: ReactNode;
|
|
25
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
26
|
+
export declare function Tabs({ items, children, }: {
|
|
27
|
+
items: ReactNode[];
|
|
28
|
+
children: ReactNode;
|
|
29
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
30
|
+
export declare namespace Tabs {
|
|
31
|
+
var Tab: typeof TabsTab;
|
|
32
|
+
}
|
|
33
|
+
export {};
|
|
34
|
+
//# sourceMappingURL=mdx-components.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mdx-components.d.ts","sourceRoot":"","sources":["../../../../../../../src/cloud-ui/components/docs/mdx-components.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA4B,KAAK,SAAS,EAAY,MAAM,OAAO,CAAC;AAE3E,MAAM,MAAM,WAAW,GAAG,MAAM,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,CAAC;AAEnE,wBAAgB,OAAO,CAAC,EACtB,IAAgB,EAChB,KAAK,EACL,QAAQ,GACT,EAAE;IACD,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,QAAQ,EAAE,SAAS,CAAC;CACrB,2CAOA;AAED,iBAAS,SAAS,CAAC,EACjB,KAAK,EACL,IAAI,EACJ,IAAI,EACJ,QAAQ,GACT,EAAE;IACD,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,2CAcA;AAED,wBAAgB,KAAK,CAAC,EAAE,QAAQ,EAAE,EAAE;IAAE,QAAQ,EAAE,SAAS,CAAA;CAAE,2CAE1D;yBAFe,KAAK;;;AAKrB,wBAAgB,KAAK,CAAC,EAAE,QAAQ,EAAE,EAAE;IAAE,QAAQ,EAAE,SAAS,CAAA;CAAE,2CAE1D;AAED,iBAAS,OAAO,CAAC,EAAE,QAAQ,EAAE,EAAE;IAAE,QAAQ,EAAE,SAAS,CAAA;CAAE,2CAErD;AAED,wBAAgB,IAAI,CAAC,EACnB,KAAK,EACL,QAAQ,GACT,EAAE;IACD,KAAK,EAAE,SAAS,EAAE,CAAC;IACnB,QAAQ,EAAE,SAAS,CAAC;CACrB,2CAsBA;yBA5Be,IAAI"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
|
|
2
|
+
import { Children, isValidElement, useState } from "react";
|
|
3
|
+
export function Callout({ type = "default", emoji, children, }) {
|
|
4
|
+
return (_jsxs("div", { className: `docs-callout docs-callout-${type}`, children: [emoji ? _jsx("span", { className: "docs-callout-emoji", children: emoji }) : null, _jsx("div", { className: "docs-callout-body", children: children })] }));
|
|
5
|
+
}
|
|
6
|
+
function CardsCard({ title, href, icon, children, }) {
|
|
7
|
+
const isExternal = /^https?:\/\//.test(href);
|
|
8
|
+
return (_jsxs("a", { href: href, className: "docs-card", target: isExternal ? "_blank" : undefined, rel: isExternal ? "noopener noreferrer" : undefined, children: [icon ? _jsx("div", { className: "docs-card-icon", children: icon }) : null, _jsx("div", { className: "docs-card-title", children: title }), children ? _jsx("div", { className: "docs-card-desc", children: children }) : null] }));
|
|
9
|
+
}
|
|
10
|
+
export function Cards({ children }) {
|
|
11
|
+
return _jsx("div", { className: "docs-cards-grid", children: children });
|
|
12
|
+
}
|
|
13
|
+
Cards.Card = CardsCard;
|
|
14
|
+
export function Steps({ children }) {
|
|
15
|
+
return _jsx("div", { className: "docs-steps", children: children });
|
|
16
|
+
}
|
|
17
|
+
function TabsTab({ children }) {
|
|
18
|
+
return _jsx(_Fragment, { children: children });
|
|
19
|
+
}
|
|
20
|
+
export function Tabs({ items, children, }) {
|
|
21
|
+
const [active, setActive] = useState(0);
|
|
22
|
+
const panels = Children.toArray(children).filter(isValidElement);
|
|
23
|
+
return (_jsxs("div", { className: "docs-tabs", children: [_jsx("div", { className: "docs-tabs-list", role: "tablist", children: items.map((label, i) => (_jsx("button", { type: "button", role: "tab", "aria-selected": i === active, className: `docs-tab-trigger${i === active ? " active" : ""}`, onClick: () => setActive(i), children: label }, `tab-${String(label)}`))) }), _jsx("div", { className: "docs-tabs-content", children: panels[active] ?? null })] }));
|
|
24
|
+
}
|
|
25
|
+
Tabs.Tab = TabsTab;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"openapi-viewer.d.ts","sourceRoot":"","sources":["../../../../../../../src/cloud-ui/components/docs/openapi-viewer.tsx"],"names":[],"mappings":"AAKA,MAAM,WAAW,kBAAkB;IACjC,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,aAAa,CAAC,EAAE,KAAK,EAAE,SAAS,EAAE,EAAE,kBAAkB,2CAiBrE"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
import { cn } from "../../lib/utils.js";
|
|
4
|
+
import { CodeDisplay } from "../code/index.js";
|
|
5
|
+
export function OpenApiViewer({ value, className }) {
|
|
6
|
+
return (_jsx("div", { className: cn("w-full min-w-0 max-w-full overflow-hidden rounded-sm border border-white/10 bg-black/40", className), children: _jsx("div", { className: "h-full overflow-auto", children: _jsx(CodeDisplay, { code: value, language: "json", className: "min-h-full border-0 bg-transparent" }) }) }));
|
|
7
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type * as React from "react";
|
|
2
|
+
import { Drawer as DrawerPrimitive } from "vaul";
|
|
3
|
+
declare function Drawer({ ...props }: React.ComponentProps<typeof DrawerPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
declare function DrawerTrigger({ ...props }: React.ComponentProps<typeof DrawerPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
declare function DrawerPortal({ ...props }: React.ComponentProps<typeof DrawerPrimitive.Portal>): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
declare function DrawerClose({ ...props }: React.ComponentProps<typeof DrawerPrimitive.Close>): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare function DrawerOverlay({ className, ...props }: React.ComponentProps<typeof DrawerPrimitive.Overlay>): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
declare function DrawerContent({ className, children, ...props }: React.ComponentProps<typeof DrawerPrimitive.Content>): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
declare function DrawerHeader({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
declare function DrawerFooter({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
declare function DrawerTitle({ className, ...props }: React.ComponentProps<typeof DrawerPrimitive.Title>): import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
declare function DrawerDescription({ className, ...props }: React.ComponentProps<typeof DrawerPrimitive.Description>): import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
export { Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, };
|
|
14
|
+
//# sourceMappingURL=drawer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"drawer.d.ts","sourceRoot":"","sources":["../../../../../../src/cloud-ui/components/drawer.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAC;AACpC,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,MAAM,CAAC;AAIjD,iBAAS,MAAM,CAAC,EACd,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC,2CAEnD;AAED,iBAAS,aAAa,CAAC,EACrB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,2CAEtD;AAED,iBAAS,YAAY,CAAC,EACpB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,MAAM,CAAC,2CAErD;AAED,iBAAS,WAAW,CAAC,EACnB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,2CAEpD;AAED,iBAAS,aAAa,CAAC,EACrB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,2CAWtD;AAED,iBAAS,aAAa,CAAC,EACrB,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,2CAqBtD;AAED,iBAAS,YAAY,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAWzE;AAED,iBAAS,YAAY,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAQzE;AAED,iBAAS,WAAW,CAAC,EACnB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,2CAQpD;AAED,iBAAS,iBAAiB,CAAC,EACzB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,WAAW,CAAC,2CAQ1D;AAED,OAAO,EACL,MAAM,EACN,WAAW,EACX,aAAa,EACb,iBAAiB,EACjB,YAAY,EACZ,YAAY,EACZ,aAAa,EACb,YAAY,EACZ,WAAW,EACX,aAAa,GACd,CAAC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Drawer component system for bottom sheet panels.
|
|
3
|
+
* Built on Vaul library with swipe-to-dismiss and overlay support.
|
|
4
|
+
*/
|
|
5
|
+
"use client";
|
|
6
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
7
|
+
import { Drawer as DrawerPrimitive } from "vaul";
|
|
8
|
+
import { cn } from "../lib/utils.js";
|
|
9
|
+
function Drawer({ ...props }) {
|
|
10
|
+
return _jsx(DrawerPrimitive.Root, { "data-slot": "drawer", ...props });
|
|
11
|
+
}
|
|
12
|
+
function DrawerTrigger({ ...props }) {
|
|
13
|
+
return _jsx(DrawerPrimitive.Trigger, { "data-slot": "drawer-trigger", ...props });
|
|
14
|
+
}
|
|
15
|
+
function DrawerPortal({ ...props }) {
|
|
16
|
+
return _jsx(DrawerPrimitive.Portal, { "data-slot": "drawer-portal", ...props });
|
|
17
|
+
}
|
|
18
|
+
function DrawerClose({ ...props }) {
|
|
19
|
+
return _jsx(DrawerPrimitive.Close, { "data-slot": "drawer-close", ...props });
|
|
20
|
+
}
|
|
21
|
+
function DrawerOverlay({ className, ...props }) {
|
|
22
|
+
return (_jsx(DrawerPrimitive.Overlay, { "data-slot": "drawer-overlay", className: cn("data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 fixed inset-0 z-50 bg-black/50", className), ...props }));
|
|
23
|
+
}
|
|
24
|
+
function DrawerContent({ className, children, ...props }) {
|
|
25
|
+
return (_jsxs(DrawerPortal, { "data-slot": "drawer-portal", children: [_jsx(DrawerOverlay, {}), _jsxs(DrawerPrimitive.Content, { "data-slot": "drawer-content", className: cn("group/drawer-content fixed z-50 flex h-auto flex-col bg-neutral-950/95 text-white", "data-[vaul-drawer-direction=top]:inset-x-0 data-[vaul-drawer-direction=top]:top-0 data-[vaul-drawer-direction=top]:mb-24 data-[vaul-drawer-direction=top]:max-h-[80vh] data-[vaul-drawer-direction=top]:border-b data-[vaul-drawer-direction=top]:border-white/10", "data-[vaul-drawer-direction=bottom]:inset-x-0 data-[vaul-drawer-direction=bottom]:bottom-0 data-[vaul-drawer-direction=bottom]:mt-24 data-[vaul-drawer-direction=bottom]:max-h-[80vh] data-[vaul-drawer-direction=bottom]:border-t data-[vaul-drawer-direction=bottom]:border-white/10", "data-[vaul-drawer-direction=right]:inset-y-0 data-[vaul-drawer-direction=right]:right-0 data-[vaul-drawer-direction=right]:w-3/4 data-[vaul-drawer-direction=right]:border-l data-[vaul-drawer-direction=right]:border-white/10 data-[vaul-drawer-direction=right]:sm:max-w-sm", "data-[vaul-drawer-direction=left]:inset-y-0 data-[vaul-drawer-direction=left]:left-0 data-[vaul-drawer-direction=left]:w-3/4 data-[vaul-drawer-direction=left]:border-r data-[vaul-drawer-direction=left]:border-white/10 data-[vaul-drawer-direction=left]:sm:max-w-sm", className), ...props, children: [_jsx("div", { className: "mx-auto mt-4 hidden h-1.5 w-[100px] shrink-0 bg-white/15 group-data-[vaul-drawer-direction=bottom]/drawer-content:block" }), children] })] }));
|
|
26
|
+
}
|
|
27
|
+
function DrawerHeader({ className, ...props }) {
|
|
28
|
+
return (_jsx("div", { "data-slot": "drawer-header", className: cn("flex flex-col gap-0.5 p-4 group-data-[vaul-drawer-direction=bottom]/drawer-content:text-center group-data-[vaul-drawer-direction=top]/drawer-content:text-center md:gap-1.5 md:text-left", className), ...props }));
|
|
29
|
+
}
|
|
30
|
+
function DrawerFooter({ className, ...props }) {
|
|
31
|
+
return (_jsx("div", { "data-slot": "drawer-footer", className: cn("mt-auto flex flex-col gap-2 p-4", className), ...props }));
|
|
32
|
+
}
|
|
33
|
+
function DrawerTitle({ className, ...props }) {
|
|
34
|
+
return (_jsx(DrawerPrimitive.Title, { "data-slot": "drawer-title", className: cn("text-foreground font-semibold", className), ...props }));
|
|
35
|
+
}
|
|
36
|
+
function DrawerDescription({ className, ...props }) {
|
|
37
|
+
return (_jsx(DrawerPrimitive.Description, { "data-slot": "drawer-description", className: cn("text-sm text-white/55", className), ...props }));
|
|
38
|
+
}
|
|
39
|
+
export { Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from "react";
|
|
2
|
+
export declare function DiscordIcon(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export declare function TelegramIcon(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
export declare function WhatsAppIcon(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export declare function AppleMessagesIcon(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export declare function IMessageIcon(props: SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
//# sourceMappingURL=icons.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../../../../../src/cloud-ui/components/icons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,wBAAgB,WAAW,CAAC,KAAK,EAAE,QAAQ,CAAC,aAAa,CAAC,2CAMzD;AAED,wBAAgB,YAAY,CAAC,KAAK,EAAE,QAAQ,CAAC,aAAa,CAAC,2CAM1D;AAED,wBAAgB,YAAY,CAAC,KAAK,EAAE,QAAQ,CAAC,aAAa,CAAC,2CAM1D;AAED,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,QAAQ,CAAC,aAAa,CAAC,2CAU/D;AAED,wBAAgB,YAAY,CAAC,KAAK,EAAE,QAAQ,CAAC,aAAa,CAAC,2CAM1D"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
export function DiscordIcon(props) {
|
|
3
|
+
return (_jsx("svg", { viewBox: "0 0 24 24", fill: "currentColor", "aria-hidden": "true", ...props, children: _jsx("path", { d: "M20.317 4.37a19.791 19.791 0 0 0-4.885-1.515a.074.074 0 0 0-.079.037c-.21.375-.444.864-.608 1.25a18.27 18.27 0 0 0-5.487 0a12.64 12.64 0 0 0-.617-1.25a.077.077 0 0 0-.079-.037A19.736 19.736 0 0 0 3.677 4.37a.07.07 0 0 0-.032.027C.533 9.046-.32 13.58.099 18.057a.082.082 0 0 0 .031.057a19.9 19.9 0 0 0 5.993 3.03a.078.078 0 0 0 .084-.028a14.09 14.09 0 0 0 1.226-1.994a.076.076 0 0 0-.041-.106a13.107 13.107 0 0 1-1.872-.892a.077.077 0 0 1-.008-.128a10.2 10.2 0 0 0 .372-.292a.074.074 0 0 1 .077-.01c3.928 1.793 8.18 1.793 12.062 0a.074.074 0 0 1 .078.01c.12.098.246.198.373.292a.077.077 0 0 1-.006.127a12.299 12.299 0 0 1-1.873.892a.077.077 0 0 0-.041.107c.36.698.772 1.362 1.225 1.993a.076.076 0 0 0 .084.028a19.839 19.839 0 0 0 6.002-3.03a.077.077 0 0 0 .032-.054c.5-5.177-.838-9.674-3.549-13.66a.061.061 0 0 0-.031-.03zM8.02 15.33c-1.183 0-2.157-1.085-2.157-2.419c0-1.333.956-2.419 2.157-2.419c1.21 0 2.176 1.096 2.157 2.42c0 1.333-.956 2.418-2.157 2.418zm7.975 0c-1.183 0-2.157-1.085-2.157-2.419c0-1.333.955-2.419 2.157-2.419c1.21 0 2.176 1.096 2.157 2.42c0 1.333-.946 2.418-2.157 2.418z" }) }));
|
|
4
|
+
}
|
|
5
|
+
export function TelegramIcon(props) {
|
|
6
|
+
return (_jsx("svg", { viewBox: "0 0 24 24", fill: "currentColor", "aria-hidden": "true", ...props, children: _jsx("path", { d: "M11.944 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0a12 12 0 0 0-.056 0zm4.962 7.224c.1-.002.321.023.465.14a.506.506 0 0 1 .171.325c.016.093.036.306.02.472-.18 1.898-.962 6.502-1.36 8.627-.168.9-.499 1.201-.82 1.23-.696.065-1.225-.46-1.9-.902-1.056-.693-1.653-1.124-2.678-1.8-1.185-.78-.417-1.21.258-1.91.177-.184 3.247-2.977 3.307-3.23.007-.032.014-.15-.056-.212s-.174-.041-.249-.024c-.106.024-1.793 1.14-5.061 3.345-.48.33-.913.49-1.302.48-.428-.008-1.252-.241-1.865-.44-.752-.245-1.349-.374-1.297-.789.027-.216.325-.437.893-.663 3.498-1.524 5.83-2.529 6.998-3.014 3.332-1.386 4.025-1.627 4.476-1.635z" }) }));
|
|
7
|
+
}
|
|
8
|
+
export function WhatsAppIcon(props) {
|
|
9
|
+
return (_jsx("svg", { viewBox: "0 0 24 24", fill: "currentColor", "aria-hidden": "true", ...props, children: _jsx("path", { d: "M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 0 1-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 0 1-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 0 1 2.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0 0 12.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 0 0 5.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 0 0-3.48-8.413z" }) }));
|
|
10
|
+
}
|
|
11
|
+
export function AppleMessagesIcon(props) {
|
|
12
|
+
return (_jsxs("svg", { viewBox: "0 0 120 120", fill: "none", "aria-hidden": "true", ...props, children: [_jsx("rect", { width: "120", height: "120", rx: "26", fill: "#34C759" }), _jsx("path", { d: "M60 28C40.118 28 24 42.326 24 60c0 6.384 2.118 12.322 5.706 17.176L26 92l15.882-4.706C46.588 89.706 53.059 92 60 92c19.882 0 36-14.326 36-32S79.882 28 60 28z", fill: "white" })] }));
|
|
13
|
+
}
|
|
14
|
+
export function IMessageIcon(props) {
|
|
15
|
+
return (_jsx("svg", { viewBox: "0 0 24 24", fill: "currentColor", "aria-hidden": "true", ...props, children: _jsx("path", { d: "M12 2C6.477 2 2 5.813 2 10.5c0 2.592 1.392 4.912 3.57 6.462-.18 1.29-.612 2.842-1.57 4.038 2.16-.4 3.87-1.2 4.925-1.87A11.7 11.7 0 0 0 12 19.5c5.523 0 10-3.813 10-8.5S17.523 2 12 2z" }) }));
|
|
16
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"empty-state.d.ts","sourceRoot":"","sources":["../../../../../../../src/cloud-ui/components/image-gen/empty-state.tsx"],"names":[],"mappings":"AAQA,wBAAgB,eAAe,4CAQ9B;AAGD,OAAO,EAAE,eAAe,IAAI,UAAU,EAAE,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Empty state for image generator using the shared EmptyState component.
|
|
3
|
+
*/
|
|
4
|
+
"use client";
|
|
5
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
|
+
import { Image as ImageIcon } from "lucide-react";
|
|
7
|
+
import { EmptyState } from "../../../components/ui/empty-state.js";
|
|
8
|
+
export function ImageEmptyState() {
|
|
9
|
+
return (_jsx(EmptyState, { variant: "dashed", icon: _jsx(ImageIcon, { className: "h-6 w-6 text-[#FF5800]" }), title: "Enter a prompt to generate" }));
|
|
10
|
+
}
|
|
11
|
+
// Backward-compatible export
|
|
12
|
+
export { ImageEmptyState as EmptyState };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Enhanced loading component with animated background and random loading messages.
|
|
3
|
+
* Displays progress bar and animated spinner for image generation.
|
|
4
|
+
*
|
|
5
|
+
* @param props.message - Optional custom loading message
|
|
6
|
+
* @param props.progress - Optional progress percentage (0-100)
|
|
7
|
+
*/
|
|
8
|
+
interface EnhancedLoadingProps {
|
|
9
|
+
message?: string;
|
|
10
|
+
progress?: number;
|
|
11
|
+
}
|
|
12
|
+
export declare function EnhancedLoading({ message, progress }: EnhancedLoadingProps): import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
export {};
|
|
14
|
+
//# sourceMappingURL=enhanced-loading.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"enhanced-loading.d.ts","sourceRoot":"","sources":["../../../../../../../src/cloud-ui/components/image-gen/enhanced-loading.tsx"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAeH,UAAU,oBAAoB;IAC5B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,wBAAgB,eAAe,CAAC,EAAE,OAAO,EAAE,QAAQ,EAAE,EAAE,oBAAoB,2CAgD1E"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Enhanced loading component with animated background and random loading messages.
|
|
3
|
+
* Displays progress bar and animated spinner for image generation.
|
|
4
|
+
*
|
|
5
|
+
* @param props.message - Optional custom loading message
|
|
6
|
+
* @param props.progress - Optional progress percentage (0-100)
|
|
7
|
+
*/
|
|
8
|
+
"use client";
|
|
9
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
10
|
+
import { Loader2, Sparkles } from "lucide-react";
|
|
11
|
+
import { useState } from "react";
|
|
12
|
+
const LOADING_MESSAGES = [
|
|
13
|
+
"Painting pixels with AI magic...",
|
|
14
|
+
"Mixing colors and dreams...",
|
|
15
|
+
"Bringing your vision to life...",
|
|
16
|
+
"Consulting with digital artists...",
|
|
17
|
+
"Adding the finishing touches...",
|
|
18
|
+
];
|
|
19
|
+
export function EnhancedLoading({ message, progress }) {
|
|
20
|
+
const [randomMessage] = useState(() => LOADING_MESSAGES[Math.floor(Math.random() * LOADING_MESSAGES.length)]);
|
|
21
|
+
const displayMessage = message || randomMessage;
|
|
22
|
+
return (_jsxs("div", { className: "relative w-full h-[500px] rounded-none border border-white/10 bg-black/40 overflow-hidden", children: [_jsx("div", { className: "absolute inset-0 bg-[#FF5800]/5" }), _jsxs("div", { className: "relative z-10 flex flex-col items-center justify-center h-full px-6 space-y-3", children: [_jsxs("div", { className: "relative", children: [_jsx("div", { className: "absolute inset-0 animate-ping opacity-75", children: _jsx("div", { className: "w-12 h-12 rounded-full bg-[#FF5800]/20" }) }), _jsx("div", { className: "relative flex items-center justify-center w-12 h-12 rounded-full bg-black/60 border border-[#FF5800]/40", children: _jsx(Loader2, { className: "w-6 h-6 text-[#FF5800] animate-spin" }) })] }), _jsxs("div", { className: "text-center space-y-2", children: [_jsx("p", { className: "text-sm font-semibold text-white", children: displayMessage }), progress !== undefined && (_jsx("div", { className: "w-48 h-1.5 rounded-full bg-white/10 overflow-hidden", children: _jsx("div", { className: "h-full bg-[#FF5800] transition-all duration-500", style: { width: `${progress}%` } }) })), _jsx("p", { className: "text-xs text-white/60", children: "This may take 10-30 seconds" })] }), _jsxs("div", { className: "flex items-center gap-1.5 text-xs text-white/50", children: [_jsx(Sparkles, { className: "h-3 w-3 text-[#FF5800]" }), _jsx("span", { children: "AI Model Active" })] })] })] }));
|
|
23
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export { ImageEmptyState } from "./empty-state.js";
|
|
2
|
+
export { EnhancedLoading } from "./enhanced-loading.js";
|
|
3
|
+
export { LoadingState as ImageLoadingState } from "./loading-state.js";
|
|
4
|
+
export { type AspectRatio, ImagePromptInput, type StylePreset, } from "./prompt-input.js";
|
|
5
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/cloud-ui/components/image-gen/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAChD,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AACrD,OAAO,EAAE,YAAY,IAAI,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AACpE,OAAO,EACL,KAAK,WAAW,EAChB,gBAAgB,EAChB,KAAK,WAAW,GACjB,MAAM,gBAAgB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loading-state.d.ts","sourceRoot":"","sources":["../../../../../../../src/cloud-ui/components/image-gen/loading-state.tsx"],"names":[],"mappings":"AASA,wBAAgB,YAAY,4CAoB3B"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Loading state component for image generation displaying skeleton placeholders.
|
|
3
|
+
* Shows animated loading spinner and placeholder elements.
|
|
4
|
+
*/
|
|
5
|
+
"use client";
|
|
6
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
7
|
+
import { Skeleton } from "../../../components/ui/skeleton.js";
|
|
8
|
+
import { Spinner } from "../../../components/ui/spinner.js";
|
|
9
|
+
export function LoadingState() {
|
|
10
|
+
return (_jsxs("div", { className: "space-y-6 animate-in fade-in duration-500", children: [_jsx("div", { className: "rounded-none border border-white/10 bg-black/40 overflow-hidden max-h-[500px]", children: _jsx(Skeleton, { className: "w-full aspect-square" }) }), _jsxs("div", { className: "grid grid-cols-2 gap-4", children: [_jsx(Skeleton, { className: "h-12 rounded-none" }), _jsx(Skeleton, { className: "h-12 rounded-none" })] }), _jsxs("div", { className: "flex items-center justify-center gap-2 py-3", children: [_jsx(Spinner, { size: 16, className: "text-[#FF5800]" }), _jsx("p", { className: "text-sm font-medium text-white/60", children: "Creating your image..." })] })] }));
|
|
11
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Prompt input component for image generation with advanced options.
|
|
3
|
+
* Supports prompt input, number of images, aspect ratio, and style preset selection.
|
|
4
|
+
*
|
|
5
|
+
* @param props.prompt - Current prompt text
|
|
6
|
+
* @param props.onPromptChange - Callback when prompt changes
|
|
7
|
+
* @param props.onSubmit - Callback when form is submitted
|
|
8
|
+
* @param props.isLoading - Whether generation is in progress
|
|
9
|
+
* @param props.numImages - Number of images to generate
|
|
10
|
+
* @param props.onNumImagesChange - Callback when number of images changes
|
|
11
|
+
* @param props.aspectRatio - Selected aspect ratio
|
|
12
|
+
* @param props.onAspectRatioChange - Callback when aspect ratio changes
|
|
13
|
+
* @param props.stylePreset - Selected style preset
|
|
14
|
+
* @param props.onStylePresetChange - Callback when style preset changes
|
|
15
|
+
*/
|
|
16
|
+
export type AspectRatio = "1:1" | "16:9" | "9:16" | "4:3" | "3:4" | "21:9" | "9:21";
|
|
17
|
+
export type StylePreset = "none" | "photographic" | "digital-art" | "comic-book" | "fantasy-art" | "analog-film" | "neon-punk" | "isometric" | "low-poly" | "origami" | "line-art" | "cinematic" | "3d-model";
|
|
18
|
+
interface PromptInputProps {
|
|
19
|
+
prompt: string;
|
|
20
|
+
onPromptChange: (prompt: string) => void;
|
|
21
|
+
onSubmit: (e: React.FormEvent) => void;
|
|
22
|
+
isLoading: boolean;
|
|
23
|
+
numImages: number;
|
|
24
|
+
onNumImagesChange: (num: number) => void;
|
|
25
|
+
aspectRatio: AspectRatio;
|
|
26
|
+
onAspectRatioChange: (ratio: AspectRatio) => void;
|
|
27
|
+
stylePreset: StylePreset;
|
|
28
|
+
onStylePresetChange: (preset: StylePreset) => void;
|
|
29
|
+
}
|
|
30
|
+
export declare function ImagePromptInput({ prompt, onPromptChange, onSubmit, isLoading, numImages, onNumImagesChange, aspectRatio, onAspectRatioChange, stylePreset, onStylePresetChange, }: PromptInputProps): import("react/jsx-runtime").JSX.Element;
|
|
31
|
+
export {};
|
|
32
|
+
//# sourceMappingURL=prompt-input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"prompt-input.d.ts","sourceRoot":"","sources":["../../../../../../../src/cloud-ui/components/image-gen/prompt-input.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAsBH,MAAM,MAAM,WAAW,GACnB,KAAK,GACL,MAAM,GACN,MAAM,GACN,KAAK,GACL,KAAK,GACL,MAAM,GACN,MAAM,CAAC;AACX,MAAM,MAAM,WAAW,GACnB,MAAM,GACN,cAAc,GACd,aAAa,GACb,YAAY,GACZ,aAAa,GACb,aAAa,GACb,WAAW,GACX,WAAW,GACX,UAAU,GACV,SAAS,GACT,UAAU,GACV,WAAW,GACX,UAAU,CAAC;AAEf,UAAU,gBAAgB;IACxB,MAAM,EAAE,MAAM,CAAC;IACf,cAAc,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,QAAQ,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,SAAS,KAAK,IAAI,CAAC;IACvC,SAAS,EAAE,OAAO,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,iBAAiB,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,WAAW,EAAE,WAAW,CAAC;IACzB,mBAAmB,EAAE,CAAC,KAAK,EAAE,WAAW,KAAK,IAAI,CAAC;IAClD,WAAW,EAAE,WAAW,CAAC;IACzB,mBAAmB,EAAE,CAAC,MAAM,EAAE,WAAW,KAAK,IAAI,CAAC;CACpD;AAED,wBAAgB,gBAAgB,CAAC,EAC/B,MAAM,EACN,cAAc,EACd,QAAQ,EACR,SAAS,EACT,SAAS,EACT,iBAAiB,EACjB,WAAW,EACX,mBAAmB,EACnB,WAAW,EACX,mBAAmB,GACpB,EAAE,gBAAgB,2CAiJlB"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Prompt input component for image generation with advanced options.
|
|
3
|
+
* Supports prompt input, number of images, aspect ratio, and style preset selection.
|
|
4
|
+
*
|
|
5
|
+
* @param props.prompt - Current prompt text
|
|
6
|
+
* @param props.onPromptChange - Callback when prompt changes
|
|
7
|
+
* @param props.onSubmit - Callback when form is submitted
|
|
8
|
+
* @param props.isLoading - Whether generation is in progress
|
|
9
|
+
* @param props.numImages - Number of images to generate
|
|
10
|
+
* @param props.onNumImagesChange - Callback when number of images changes
|
|
11
|
+
* @param props.aspectRatio - Selected aspect ratio
|
|
12
|
+
* @param props.onAspectRatioChange - Callback when aspect ratio changes
|
|
13
|
+
* @param props.stylePreset - Selected style preset
|
|
14
|
+
* @param props.onStylePresetChange - Callback when style preset changes
|
|
15
|
+
*/
|
|
16
|
+
"use client";
|
|
17
|
+
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
|
|
18
|
+
import { Image as ImageIcon, Loader2, Palette, Ratio, Sparkles, Wand2, } from "lucide-react";
|
|
19
|
+
import { Button } from "../../../components/ui/button.js";
|
|
20
|
+
import { Label } from "../../../components/ui/label.js";
|
|
21
|
+
import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue, } from "../../../components/ui/select.js";
|
|
22
|
+
export function ImagePromptInput({ prompt, onPromptChange, onSubmit, isLoading, numImages, onNumImagesChange, aspectRatio, onAspectRatioChange, stylePreset, onStylePresetChange, }) {
|
|
23
|
+
return (_jsx("div", { className: "rounded-sm border bg-gradient-to-br from-card to-muted/20 p-8 ", children: _jsxs("form", { onSubmit: onSubmit, className: "space-y-6", children: [_jsxs("div", { className: "grid grid-cols-1 md:grid-cols-3 gap-4", children: [_jsxs("div", { className: "space-y-2", children: [_jsxs(Label, { htmlFor: "num-images", className: "flex items-center gap-2 text-sm font-semibold", children: [_jsx(ImageIcon, { className: "h-4 w-4 text-primary" }), "Images"] }), _jsxs(Select, { value: numImages.toString(), onValueChange: (value) => onNumImagesChange(parseInt(value, 10)), disabled: isLoading, children: [_jsx(SelectTrigger, { id: "num-images", className: "w-full", children: _jsx(SelectValue, { placeholder: "Select number" }) }), _jsx(SelectContent, { children: [1, 2, 3, 4].map((num) => (_jsxs(SelectItem, { value: num.toString(), children: [num, " ", num === 1 ? "Image" : "Images"] }, num))) })] })] }), _jsxs("div", { className: "space-y-2", children: [_jsxs(Label, { htmlFor: "aspect-ratio", className: "flex items-center gap-2 text-sm font-semibold", children: [_jsx(Ratio, { className: "h-4 w-4 text-primary" }), "Ratio"] }), _jsxs(Select, { value: aspectRatio, onValueChange: (value) => onAspectRatioChange(value), disabled: isLoading, children: [_jsx(SelectTrigger, { id: "aspect-ratio", className: "w-full", children: _jsx(SelectValue, { placeholder: "Select ratio" }) }), _jsxs(SelectContent, { children: [_jsx(SelectItem, { value: "1:1", children: "1:1 (Square)" }), _jsx(SelectItem, { value: "16:9", children: "16:9 (Landscape)" }), _jsx(SelectItem, { value: "9:16", children: "9:16 (Portrait)" }), _jsx(SelectItem, { value: "4:3", children: "4:3" }), _jsx(SelectItem, { value: "3:4", children: "3:4" }), _jsx(SelectItem, { value: "21:9", children: "21:9 (Ultra Wide)" }), _jsx(SelectItem, { value: "9:21", children: "9:21 (Ultra Tall)" })] })] })] }), _jsxs("div", { className: "space-y-2", children: [_jsxs(Label, { htmlFor: "style-preset", className: "flex items-center gap-2 text-sm font-semibold", children: [_jsx(Palette, { className: "h-4 w-4 text-primary" }), "Style Preset"] }), _jsxs(Select, { value: stylePreset, onValueChange: (value) => onStylePresetChange(value), disabled: isLoading, children: [_jsx(SelectTrigger, { id: "style-preset", className: "w-full", children: _jsx(SelectValue, { placeholder: "Select style" }) }), _jsxs(SelectContent, { children: [_jsx(SelectItem, { value: "none", children: "None" }), _jsx(SelectItem, { value: "photographic", children: "Photographic" }), _jsx(SelectItem, { value: "digital-art", children: "Digital Art" }), _jsx(SelectItem, { value: "comic-book", children: "Comic Book" }), _jsx(SelectItem, { value: "fantasy-art", children: "Fantasy Art" }), _jsx(SelectItem, { value: "analog-film", children: "Analog Film" }), _jsx(SelectItem, { value: "neon-punk", children: "Neon Punk" }), _jsx(SelectItem, { value: "isometric", children: "Isometric" }), _jsx(SelectItem, { value: "low-poly", children: "Low Poly" }), _jsx(SelectItem, { value: "origami", children: "Origami" }), _jsx(SelectItem, { value: "line-art", children: "Line Art" }), _jsx(SelectItem, { value: "cinematic", children: "Cinematic" }), _jsx(SelectItem, { value: "3d-model", children: "3D Model" })] })] })] })] }), _jsxs("div", { className: "space-y-4", children: [_jsx("div", { className: "flex items-center justify-between", children: _jsxs("label", { htmlFor: "prompt", className: "flex items-center gap-2 text-sm font-semibold", children: [_jsx(Wand2, { className: "h-4 w-4 text-primary" }), "Image Description"] }) }), _jsx("textarea", { id: "prompt", value: prompt, onChange: (e) => onPromptChange(e.currentTarget.value), placeholder: "Describe the image you want to generate in detail... The more specific you are, the better the results!", disabled: isLoading, rows: 6, className: "w-full rounded-sm border-2 bg-background px-5 py-4 text-sm leading-relaxed placeholder:text-muted-foreground/60 disabled:opacity-50 disabled:cursor-not-allowed resize-none transition-all" })] }), _jsx(Button, { type: "submit", disabled: isLoading || !prompt.trim(), className: "w-full rounded-sm h-12 text-base font-medium transition-all", size: "lg", children: isLoading ? (_jsxs(_Fragment, { children: [_jsx(Loader2, { className: "mr-2 h-5 w-5 animate-spin" }), "Generating your masterpiece..."] })) : (_jsxs(_Fragment, { children: [_jsx(Sparkles, { className: "mr-2 h-5 w-5" }), "Generate Image"] })) })] }) }));
|
|
24
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { type ReactNode } from "react";
|
|
2
|
+
export interface DashboardHeaderPageInfo {
|
|
3
|
+
title: string;
|
|
4
|
+
actions?: ReactNode;
|
|
5
|
+
}
|
|
6
|
+
export interface DashboardHeaderProps {
|
|
7
|
+
onToggleSidebar: () => void;
|
|
8
|
+
pageInfo?: DashboardHeaderPageInfo | null;
|
|
9
|
+
isAnonymous?: boolean;
|
|
10
|
+
loginHref?: string;
|
|
11
|
+
anonymousCta?: ReactNode;
|
|
12
|
+
rightContent?: ReactNode;
|
|
13
|
+
children?: ReactNode;
|
|
14
|
+
}
|
|
15
|
+
declare function DashboardHeaderComponent({ onToggleSidebar, pageInfo, isAnonymous, loginHref, anonymousCta, rightContent, children, }: DashboardHeaderProps): import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
export declare const DashboardHeader: import("react").MemoExoticComponent<typeof DashboardHeaderComponent>;
|
|
17
|
+
export {};
|
|
18
|
+
//# sourceMappingURL=dashboard-header.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dashboard-header.d.ts","sourceRoot":"","sources":["../../../../../../../src/cloud-ui/components/layout/dashboard-header.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAQ,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAG7C,MAAM,WAAW,uBAAuB;IACtC,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,SAAS,CAAC;CACrB;AAED,MAAM,WAAW,oBAAoB;IACnC,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,QAAQ,CAAC,EAAE,uBAAuB,GAAG,IAAI,CAAC;IAC1C,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,SAAS,CAAC;IACzB,YAAY,CAAC,EAAE,SAAS,CAAC;IACzB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB;AAED,iBAAS,wBAAwB,CAAC,EAChC,eAAe,EACf,QAAQ,EACR,WAAmB,EACnB,SAAoB,EACpB,YAAY,EACZ,YAAY,EACZ,QAAQ,GACT,EAAE,oBAAoB,2CA4CtB;AAED,eAAO,MAAM,eAAe,sEAAiC,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
+
import { LogIn, Menu } from "lucide-react";
|
|
4
|
+
import { memo } from "react";
|
|
5
|
+
import { BrandButton } from "../brand/index.js";
|
|
6
|
+
function DashboardHeaderComponent({ onToggleSidebar, pageInfo, isAnonymous = false, loginHref = "/login", anonymousCta, rightContent, children, }) {
|
|
7
|
+
const defaultAnonymousCta = (_jsx("a", { href: loginHref, children: _jsxs(BrandButton, { variant: "primary", className: "h-8 gap-2 px-3 md:h-10 md:px-4", children: [_jsx(LogIn, { className: "h-4 w-4" }), _jsx("span", { className: "hidden md:inline", children: "Sign Up Free" }), _jsx("span", { className: "md:hidden", children: "Sign Up" })] }) }));
|
|
8
|
+
return (_jsxs("header", { className: "flex min-h-14 items-center justify-between gap-2 border-b border-white/14 bg-black px-3 py-2 md:min-h-16 md:gap-4 md:px-6", children: [_jsxs("div", { className: "flex min-w-0 flex-1 items-center gap-3 md:gap-4", children: [_jsx(BrandButton, { variant: "ghost", size: "icon", className: "size-8 shrink-0 border border-white/14 bg-transparent md:hidden", onClick: onToggleSidebar, "aria-label": "Toggle navigation", children: _jsx(Menu, { className: "h-4 w-4 text-white" }) }), pageInfo && (_jsx("div", { className: "flex min-w-0 flex-1 flex-col", children: _jsx("h1", { className: "truncate text-base font-semibold tracking-tight text-white md:text-lg", children: pageInfo.title }) }))] }), _jsxs("div", { className: "flex min-w-0 shrink-0 items-center justify-end gap-2 md:gap-4", children: [pageInfo?.actions && (_jsx("div", { className: "flex min-w-0 max-w-[46vw] items-center justify-end overflow-x-auto sm:max-w-none", children: pageInfo.actions })), children, isAnonymous ? (anonymousCta ?? defaultAnonymousCta) : rightContent] })] }));
|
|
9
|
+
}
|
|
10
|
+
export const DashboardHeader = memo(DashboardHeaderComponent);
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import type { HTMLAttributes, ReactNode } from "react";
|
|
2
|
+
type DashboardContainerElement = "div" | "main" | "section";
|
|
3
|
+
type DashboardContainerWidth = "wide" | "narrow" | "full";
|
|
4
|
+
type DashboardGridColumns = 2 | 3 | 4;
|
|
5
|
+
interface DashboardPageContainerProps extends HTMLAttributes<HTMLElement> {
|
|
6
|
+
as?: DashboardContainerElement;
|
|
7
|
+
width?: DashboardContainerWidth;
|
|
8
|
+
children: ReactNode;
|
|
9
|
+
}
|
|
10
|
+
export declare function DashboardPageContainer({ as: Component, width, className, children, ...props }: DashboardPageContainerProps): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
interface DashboardPageStackProps extends HTMLAttributes<HTMLDivElement> {
|
|
12
|
+
children: ReactNode;
|
|
13
|
+
}
|
|
14
|
+
export declare function DashboardPageStack({ className, children, ...props }: DashboardPageStackProps): import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
interface DashboardToolbarProps extends HTMLAttributes<HTMLDivElement> {
|
|
16
|
+
children: ReactNode;
|
|
17
|
+
}
|
|
18
|
+
export declare function DashboardToolbar({ className, children, ...props }: DashboardToolbarProps): import("react/jsx-runtime").JSX.Element;
|
|
19
|
+
interface DashboardStatGridProps extends HTMLAttributes<HTMLDivElement> {
|
|
20
|
+
columns?: DashboardGridColumns;
|
|
21
|
+
children: ReactNode;
|
|
22
|
+
}
|
|
23
|
+
export declare function DashboardStatGrid({ columns, className, children, ...props }: DashboardStatGridProps): import("react/jsx-runtime").JSX.Element;
|
|
24
|
+
export {};
|
|
25
|
+
//# sourceMappingURL=dashboard-page.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dashboard-page.d.ts","sourceRoot":"","sources":["../../../../../../../src/cloud-ui/components/layout/dashboard-page.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvD,KAAK,yBAAyB,GAAG,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;AAC5D,KAAK,uBAAuB,GAAG,MAAM,GAAG,QAAQ,GAAG,MAAM,CAAC;AAC1D,KAAK,oBAAoB,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;AAEtC,UAAU,2BAA4B,SAAQ,cAAc,CAAC,WAAW,CAAC;IACvE,EAAE,CAAC,EAAE,yBAAyB,CAAC;IAC/B,KAAK,CAAC,EAAE,uBAAuB,CAAC;IAChC,QAAQ,EAAE,SAAS,CAAC;CACrB;AAQD,wBAAgB,sBAAsB,CAAC,EACrC,EAAE,EAAE,SAAiB,EACrB,KAAc,EACd,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,2BAA2B,2CAS7B;AAED,UAAU,uBAAwB,SAAQ,cAAc,CAAC,cAAc,CAAC;IACtE,QAAQ,EAAE,SAAS,CAAC;CACrB;AAED,wBAAgB,kBAAkB,CAAC,EACjC,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,uBAAuB,2CASzB;AAED,UAAU,qBAAsB,SAAQ,cAAc,CAAC,cAAc,CAAC;IACpE,QAAQ,EAAE,SAAS,CAAC;CACrB;AAED,wBAAgB,gBAAgB,CAAC,EAC/B,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,qBAAqB,2CAYvB;AAED,UAAU,sBAAuB,SAAQ,cAAc,CAAC,cAAc,CAAC;IACrE,OAAO,CAAC,EAAE,oBAAoB,CAAC;IAC/B,QAAQ,EAAE,SAAS,CAAC;CACrB;AAQD,wBAAgB,iBAAiB,CAAC,EAChC,OAAW,EACX,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,sBAAsB,2CASxB"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { cn } from "../../lib/utils.js";
|
|
3
|
+
const containerWidths = {
|
|
4
|
+
wide: "mx-auto w-full max-w-[1400px]",
|
|
5
|
+
narrow: "mx-auto w-full max-w-5xl",
|
|
6
|
+
full: "w-full",
|
|
7
|
+
};
|
|
8
|
+
export function DashboardPageContainer({ as: Component = "div", width = "wide", className, children, ...props }) {
|
|
9
|
+
return (_jsx(Component, { className: cn("min-w-0", containerWidths[width], className), ...props, children: children }));
|
|
10
|
+
}
|
|
11
|
+
export function DashboardPageStack({ className, children, ...props }) {
|
|
12
|
+
return (_jsx("div", { className: cn("flex min-w-0 flex-col gap-6 md:gap-8", className), ...props, children: children }));
|
|
13
|
+
}
|
|
14
|
+
export function DashboardToolbar({ className, children, ...props }) {
|
|
15
|
+
return (_jsx("div", { className: cn("flex min-w-0 flex-col gap-3 sm:flex-row sm:items-center sm:justify-between", className), ...props, children: children }));
|
|
16
|
+
}
|
|
17
|
+
const statGridColumns = {
|
|
18
|
+
2: "grid-cols-1 sm:grid-cols-2",
|
|
19
|
+
3: "grid-cols-1 sm:grid-cols-2 xl:grid-cols-3",
|
|
20
|
+
4: "grid-cols-1 sm:grid-cols-2 xl:grid-cols-4",
|
|
21
|
+
};
|
|
22
|
+
export function DashboardStatGrid({ columns = 4, className, children, ...props }) {
|
|
23
|
+
return (_jsx("div", { className: cn("grid min-w-0 gap-3", statGridColumns[columns], className), ...props, children: children }));
|
|
24
|
+
}
|