@tangle-network/sandbox-ui 0.18.0 → 0.20.1
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/dist/chat.d.ts +8 -1
- package/dist/chat.js +1 -1
- package/dist/{chunk-GPT7VKK6.js → chunk-CP2L6B53.js} +21 -4
- package/dist/{chunk-CNVE6KOM.js → chunk-MQ52AYJX.js} +38 -10
- package/dist/{chunk-5I363RL7.js → chunk-R6QNJQRH.js} +636 -571
- package/dist/dashboard.d.ts +49 -1
- package/dist/dashboard.js +7 -1
- package/dist/globals.css +1248 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +9 -3
- package/dist/styles.css +1248 -0
- package/dist/workspace.d.ts +1 -1
- package/dist/workspace.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ export { ArtifactAgentDock, ArtifactAgentDockProps, ArtifactAgentDockTransport,
|
|
|
8
8
|
export { ExpandedToolDetail, ExpandedToolDetailProps, InlineThinkingItem, InlineThinkingItemProps, InlineToolItem, InlineToolItemProps, LiveDuration, RunGroup, RunGroupProps } from '@tangle-network/ui/run';
|
|
9
9
|
export { CommandPreview, DiffPreview, GlobResultsPreview, GrepResultsPreview, QuestionPreview, WebSearchPreview, WriteFilePreview } from '@tangle-network/ui/tool-previews';
|
|
10
10
|
export { FileArtifactPane, FileArtifactPaneProps, FileNode, FilePreview, FilePreviewProps, FileTabData, FileTabs, FileTabsProps, FileTree, FileTreeProps, FileTreeVisibilityOptions, RichFileTree, RichFileTreeGitEntry, RichFileTreeGitStatus, RichFileTreeProps, RichFileTreeThemeVars, filterFileTree } from '@tangle-network/ui/files';
|
|
11
|
-
export { Backend, BackendConfig, BackendConfigProps, BackendSelector, BackendSelectorProps, BackendStatusData, ClusterStatusBar, ClusterStatusBarProps, ClusterStatusItem, CreditBalance, CreditBalanceProps, DashboardLayout, DashboardLayoutProps, DashboardProfile, DashboardSnapshotInfo, DashboardUser, ExposedPort, GitCommitData, GitPanel, GitPanelProps, GitStatusData, HARNESS_OPTIONS, HarnessPicker, HarnessPickerProps, HarnessType, InfoPanel, InfoPanelProps, Invoice, InvoiceTable, InvoiceTableProps, McpServer, NavItem, NetworkConfig, NetworkConfigData, NetworkConfigProps, NewSandboxCard, NewSandboxCardProps, PlanCardData, PlanCards, PlanCardsProps, PlanFeature, PortsList, PortsListProps, ProcessInfo, ProcessList, ProcessListProps, ProductVariant, ProfileAvatar, ProfileAvatarProps, ProfileComparison, ProfileComparisonProps, ProfileSelector, ProfileSelectorProps, PromoBanner, PromoBannerProps, RailButton, RailButtonProps, RailModeButton, RailModeButtonProps, RailSeparator, RailSeparatorProps, ResourceMeter, ResourceMeterProps, SIDEBAR_MOBILE_WIDTH, SIDEBAR_PANEL_WIDTH, SIDEBAR_RAIL_WIDTH, SIDEBAR_TOTAL_WIDTH, SandboxCard, SandboxCardData, SandboxCardProps, SandboxStatus, SandboxTable, SandboxTableProps, Sidebar, SidebarContent, SidebarContentProps, SidebarPanel, SidebarPanelContent, SidebarPanelContentProps, SidebarPanelHeader, SidebarPanelHeaderProps, SidebarPanelProps, SidebarProps, SidebarProvider, SidebarProviderProps, SidebarRail, SidebarRailFooter, SidebarRailFooterProps, SidebarRailHeader, SidebarRailHeaderProps, SidebarRailNav, SidebarRailNavProps, SidebarRailProps, SidebarUser, SnapshotList, SnapshotListProps, SystemLogsViewer, SystemLogsViewerProps, TeamRole, UsageSummary, UsageSummaryData, UsageSummaryProps, Variant, VariantList, VariantListProps, VariantOutcome, VariantStatus, canAdminSandbox, useSidebar } from './dashboard.js';
|
|
11
|
+
export { Backend, BackendConfig, BackendConfigProps, BackendSelector, BackendSelectorProps, BackendStatusData, ClusterStatusBar, ClusterStatusBarProps, ClusterStatusItem, CreditBalance, CreditBalanceProps, DashboardLayout, DashboardLayoutProps, DashboardProfile, DashboardSnapshotInfo, DashboardUser, ExposedPort, GitCommitData, GitPanel, GitPanelProps, GitStatusData, HARNESS_OPTIONS, HarnessPicker, HarnessPickerProps, HarnessType, INSUFFICIENT_BALANCE_CODE, InfoPanel, InfoPanelProps, InsufficientBalance, Invoice, InvoiceTable, InvoiceTableProps, McpServer, NavItem, NetworkConfig, NetworkConfigData, NetworkConfigProps, NewSandboxCard, NewSandboxCardProps, OutOfCreditsModal, OutOfCreditsModalProps, PlanCardData, PlanCards, PlanCardsProps, PlanFeature, PortsList, PortsListProps, ProcessInfo, ProcessList, ProcessListProps, ProductVariant, ProfileAvatar, ProfileAvatarProps, ProfileComparison, ProfileComparisonProps, ProfileSelector, ProfileSelectorProps, PromoBanner, PromoBannerProps, RailButton, RailButtonProps, RailModeButton, RailModeButtonProps, RailSeparator, RailSeparatorProps, ResourceMeter, ResourceMeterProps, SIDEBAR_MOBILE_WIDTH, SIDEBAR_PANEL_WIDTH, SIDEBAR_RAIL_WIDTH, SIDEBAR_TOTAL_WIDTH, SandboxCard, SandboxCardData, SandboxCardProps, SandboxStatus, SandboxTable, SandboxTableProps, Sidebar, SidebarContent, SidebarContentProps, SidebarPanel, SidebarPanelContent, SidebarPanelContentProps, SidebarPanelHeader, SidebarPanelHeaderProps, SidebarPanelProps, SidebarProps, SidebarProvider, SidebarProviderProps, SidebarRail, SidebarRailFooter, SidebarRailFooterProps, SidebarRailHeader, SidebarRailHeaderProps, SidebarRailNav, SidebarRailNavProps, SidebarRailProps, SidebarUser, SnapshotList, SnapshotListProps, SystemLogsViewer, SystemLogsViewerProps, TeamRole, UsageSummary, UsageSummaryData, UsageSummaryProps, Variant, VariantList, VariantListProps, VariantOutcome, VariantStatus, canAdminSandbox, parseInsufficientBalance, useSidebar } from './dashboard.js';
|
|
12
12
|
export { B as BillingBalance, a as BillingDashboard, b as BillingDashboardProps, c as BillingSubscription, d as BillingUsage, M as ModelInfo, e as ModelPicker, f as ModelPickerProps, g as ModelPickerVariant, P as PricingPage, h as PricingPageProps, i as PricingTier, T as TemplateCard, j as TemplateCardData, k as TemplateCardProps, U as UsageChart, l as UsageChartProps, m as UsageDataPoint, n as canonicalModelId, o as formatContext, p as formatPrice, q as formatPricing } from './template-card-gf-InrfN.js';
|
|
13
13
|
export { AuthHeader, AuthHeaderProps, GitHubLoginButton, GitHubLoginButtonProps, LoginLayout, LoginLayoutProps, SessionUser, UserMenu, UserMenuProps } from '@tangle-network/ui/auth';
|
|
14
14
|
export { TangleLoginButton, TangleLoginButtonProps } from './auth.js';
|
package/dist/index.js
CHANGED
|
@@ -98,7 +98,7 @@ import {
|
|
|
98
98
|
ThinkingIndicator,
|
|
99
99
|
UserMessage,
|
|
100
100
|
createFetchTransport
|
|
101
|
-
} from "./chunk-
|
|
101
|
+
} from "./chunk-MQ52AYJX.js";
|
|
102
102
|
import {
|
|
103
103
|
ExpandedToolDetail,
|
|
104
104
|
InlineThinkingItem,
|
|
@@ -122,7 +122,7 @@ import {
|
|
|
122
122
|
TaskBoard,
|
|
123
123
|
TerminalPanel,
|
|
124
124
|
WorkspaceLayout
|
|
125
|
-
} from "./chunk-
|
|
125
|
+
} from "./chunk-CP2L6B53.js";
|
|
126
126
|
import {
|
|
127
127
|
OpenUIArtifactRenderer
|
|
128
128
|
} from "./chunk-AZ3AWMTM.js";
|
|
@@ -143,9 +143,11 @@ import {
|
|
|
143
143
|
GitPanel,
|
|
144
144
|
HARNESS_OPTIONS,
|
|
145
145
|
HarnessPicker,
|
|
146
|
+
INSUFFICIENT_BALANCE_CODE,
|
|
146
147
|
InvoiceTable,
|
|
147
148
|
NetworkConfig,
|
|
148
149
|
NewSandboxCard,
|
|
150
|
+
OutOfCreditsModal,
|
|
149
151
|
PlanCards,
|
|
150
152
|
PortsList,
|
|
151
153
|
ProcessList,
|
|
@@ -178,8 +180,9 @@ import {
|
|
|
178
180
|
UsageSummary,
|
|
179
181
|
VariantList,
|
|
180
182
|
canAdminSandbox,
|
|
183
|
+
parseInsufficientBalance,
|
|
181
184
|
useSidebar
|
|
182
|
-
} from "./chunk-
|
|
185
|
+
} from "./chunk-R6QNJQRH.js";
|
|
183
186
|
import {
|
|
184
187
|
BillingDashboard,
|
|
185
188
|
InfoPanel,
|
|
@@ -372,6 +375,7 @@ export {
|
|
|
372
375
|
GrepResultsPreview,
|
|
373
376
|
HARNESS_OPTIONS,
|
|
374
377
|
HarnessPicker,
|
|
378
|
+
INSUFFICIENT_BALANCE_CODE,
|
|
375
379
|
InfoPanel,
|
|
376
380
|
InlineCode,
|
|
377
381
|
InlineThinkingItem,
|
|
@@ -388,6 +392,7 @@ export {
|
|
|
388
392
|
NetworkConfig,
|
|
389
393
|
NewSandboxCard,
|
|
390
394
|
OpenUIArtifactRenderer,
|
|
395
|
+
OutOfCreditsModal,
|
|
391
396
|
PlanCards,
|
|
392
397
|
PortsList,
|
|
393
398
|
PricingPage,
|
|
@@ -518,6 +523,7 @@ export {
|
|
|
518
523
|
hasBackgroundRunningSessions,
|
|
519
524
|
isStreamingAtom,
|
|
520
525
|
messagesAtom,
|
|
526
|
+
parseInsufficientBalance,
|
|
521
527
|
partMapAtom,
|
|
522
528
|
registerActiveSession,
|
|
523
529
|
resetActiveSessions,
|