@tangle-network/sandbox-ui 0.11.0 → 0.13.0
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/chunk-LQNEZDRM.js +109 -0
- package/dist/files.d.ts +64 -4
- package/dist/files.js +4 -0
- package/dist/globals.css +407 -403
- package/dist/index.d.ts +2 -1
- package/dist/index.js +4 -0
- package/dist/styles.css +407 -403
- package/package.json +5 -1
package/dist/index.d.ts
CHANGED
|
@@ -14,7 +14,7 @@ import * as React$1 from 'react';
|
|
|
14
14
|
import { b as ToolPart } from './parts-CyGkM6Fp.js';
|
|
15
15
|
export { R as ReasoningPart, S as SessionMessage, a as SessionPart, T as TextPart, c as ToolState, d as ToolStatus, e as ToolTime } from './parts-CyGkM6Fp.js';
|
|
16
16
|
export { F as FileNode, a as FileTabData, b as FileTabs, c as FileTabsProps, d as FileTree, e as FileTreeProps, f as FileTreeVisibilityOptions, g as filterFileTree } from './file-tabs-BLfxfmAH.js';
|
|
17
|
-
export { FileArtifactPane, FileArtifactPaneProps, FilePreview, FilePreviewProps } from './files.js';
|
|
17
|
+
export { FileArtifactPane, FileArtifactPaneProps, FilePreview, FilePreviewProps, RichFileTree, RichFileTreeGitEntry, RichFileTreeGitStatus, RichFileTreeProps, RichFileTreeThemeVars } from './files.js';
|
|
18
18
|
export { B as Backend, a as BackendSelector, b as BackendSelectorProps, C as ClusterStatusBar, c as ClusterStatusBarProps, d as ClusterStatusItem, e as CreditBalance, f as CreditBalanceProps, D as DashboardLayout, g as DashboardLayoutProps, h as DashboardUser, H as HARNESS_OPTIONS, i as HarnessPicker, j as HarnessPickerProps, k as HarnessType, I as Invoice, l as InvoiceTable, m as InvoiceTableProps, M as ModelInfo, n as ModelPicker, o as ModelPickerProps, p as ModelPickerVariant, q as ModelPreset, N as NavItem, r as NewSandboxCard, s as NewSandboxCardProps, P as PanelConfig, t as PlanCardData, u as PlanCards, v as PlanCardsProps, w as ProductVariant, x as ProfileAvatar, y as ProfileAvatarProps, z as ProfileComparison, A as ProfileComparisonProps, E as ProfileSelector, F as ProfileSelectorProps, R as RailButton, G as RailButtonProps, J as RailModeButton, K as RailModeButtonProps, L as RailSeparator, O as RailSeparatorProps, Q as ResourceMeter, S as ResourceMeterProps, T as SIDEBAR_MOBILE_WIDTH, U as SIDEBAR_PANEL_WIDTH, V as SIDEBAR_RAIL_WIDTH, W as SIDEBAR_TOTAL_WIDTH, X as SandboxCard, Y as SandboxCardData, Z as SandboxCardProps, _ as SandboxStatus, $ as SandboxTable, a0 as SandboxTableProps, a1 as Sidebar, a2 as SidebarContent, a3 as SidebarContentProps, a4 as SidebarPanel, a5 as SidebarPanelContent, a6 as SidebarPanelContentProps, a7 as SidebarPanelHeader, a8 as SidebarPanelHeaderProps, a9 as SidebarPanelProps, aa as SidebarProps, ab as SidebarProvider, ac as SidebarProviderProps, ad as SidebarRail, ae as SidebarRailFooter, af as SidebarRailFooterProps, ag as SidebarRailHeader, ah as SidebarRailHeaderProps, ai as SidebarRailNav, aj as SidebarRailNavProps, ak as SidebarRailProps, al as SidebarUser, am as TopNavLink, an as VariantList, ao as VariantListProps, ap as canonicalModelId, aq as formatContext, ar as formatPricing, as as useSidebar } from './variant-list-BrHYcBCk.js';
|
|
19
19
|
export { c as BillingDashboard, d as BillingDashboardProps, e as PricingCards, f as PricingPageProps, g as UsageChart, h as UsageChartProps, U as UsageDataPoint } from './usage-chart-CPTcNlGs.js';
|
|
20
20
|
export { AuthHeader, GitHubLoginButton, LoginLayout, LoginLayoutProps, UserMenu } from './auth.js';
|
|
@@ -40,6 +40,7 @@ import '@radix-ui/react-label';
|
|
|
40
40
|
import '@hocuspocus/provider';
|
|
41
41
|
import 'yjs';
|
|
42
42
|
import '@tiptap/react';
|
|
43
|
+
import '@pierre/trees';
|
|
43
44
|
import 'nanostores';
|
|
44
45
|
import 'clsx';
|
|
45
46
|
|
package/dist/index.js
CHANGED
|
@@ -169,6 +169,9 @@ import {
|
|
|
169
169
|
TableHeader,
|
|
170
170
|
TableRow
|
|
171
171
|
} from "./chunk-34I7UFSX.js";
|
|
172
|
+
import {
|
|
173
|
+
RichFileTree
|
|
174
|
+
} from "./chunk-LQNEZDRM.js";
|
|
172
175
|
import {
|
|
173
176
|
FileArtifactPane,
|
|
174
177
|
FilePreview,
|
|
@@ -461,6 +464,7 @@ export {
|
|
|
461
464
|
RailSeparator,
|
|
462
465
|
RealtimeSessionRegistry,
|
|
463
466
|
ResourceMeter,
|
|
467
|
+
RichFileTree,
|
|
464
468
|
RunGroup,
|
|
465
469
|
RuntimePane,
|
|
466
470
|
SIDEBAR_MOBILE_WIDTH,
|