@tangle-network/sandbox-ui 0.15.4 → 0.16.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/editor.js CHANGED
@@ -1,7 +1,6 @@
1
+ // src/editor/index.ts
1
2
  import {
2
3
  CollaboratorsList,
3
- DocumentEditorPane,
4
- EditorProvider,
5
4
  EditorToolbar,
6
5
  TiptapEditor,
7
6
  useAwareness,
@@ -9,9 +8,11 @@ import {
9
8
  useCollaborators,
10
9
  useDocumentChanges,
11
10
  useEditorConnection,
12
- useEditorContext,
13
- useYjsState
14
- } from "./chunk-YVXK4XRO.js";
11
+ useYjsState,
12
+ DocumentEditorPane,
13
+ EditorProvider,
14
+ useEditorContext
15
+ } from "@tangle-network/ui/editor";
15
16
  export {
16
17
  CollaboratorsList,
17
18
  DocumentEditorPane,
package/dist/index.d.ts CHANGED
@@ -4,7 +4,6 @@ export { CodeBlock as CodeBlockDisplay, Markdown, MarkdownProps } from '@tangle-
4
4
  export { AgentWorkbench, ApprovalConfidenceStat, ApprovalItem, ApprovalQueue, ApprovalQueueProps, AuditCheck, AuditResults, AuditResultsProps, BannerType, CalendarEvent, CalendarView, CalendarViewProps, ContextBadge, DirectoryPane, DirectoryPaneProps, FormAudit, RuntimePane, RuntimePaneProps, SandboxWorkbench, SandboxWorkbenchArtifact, SandboxWorkbenchCustomArtifact, SandboxWorkbenchFileArtifact, SandboxWorkbenchLayoutOptions, SandboxWorkbenchMarkdownArtifact, SandboxWorkbenchOpenUIArtifact, SandboxWorkbenchProps, SandboxWorkbenchSessionProps, SessionActivityMonitor, SessionActivityMonitorProps, SessionSidebar, SessionSidebarBadge, SessionSidebarFilter, SessionSidebarItem, SessionSidebarLink, SessionSidebarProps, StatusBanner, StatusBannerProps, StatusBar, StatusBarProps, TaskBoard, TaskBoardColumn, TaskBoardItem, TaskBoardProps, TerminalLine, TerminalPanel, TerminalProps, WorkspaceLayout, WorkspaceLayoutProps } from './workspace.js';
5
5
  export { OpenUIAction, OpenUIActionsNode, OpenUIArtifactRenderer, OpenUIArtifactRendererProps, OpenUIBadgeNode, OpenUICardNode, OpenUICodeNode, OpenUIComponentNode, OpenUIGridNode, OpenUIHeadingNode, OpenUIKeyValueNode, OpenUIMarkdownNode, OpenUIPrimitive, OpenUISeparatorNode, OpenUIStackNode, OpenUIStatNode, OpenUITableNode, OpenUITextNode } from '@tangle-network/ui/openui';
6
6
  export { AgentTimeline, AgentTimelineArtifactItem, AgentTimelineCustomItem, AgentTimelineItem, AgentTimelineMessageItem, AgentTimelineProps, AgentTimelineStatusItem, AgentTimelineTone, AgentTimelineToolGroupItem, AgentTimelineToolItem, ChatContainer, ChatContainerProps, ChatInput, ChatInputProps, ChatMessage, ChatMessageProps, MessageList, MessageListProps, MessageRole, PendingFile, ThinkingIndicator, ThinkingIndicatorProps, UserMessage, UserMessageProps } from '@tangle-network/ui/chat';
7
- export { Collaborator, CollaboratorsList, ConnectionState, DocumentEditorBackend, DocumentEditorMode, DocumentEditorPane, DocumentEditorPaneCollaborationConfig, DocumentEditorPaneProps, EditorContextValue, EditorProvider, EditorProviderProps, EditorTokenRefreshResult, EditorToolbar, EditorUser, TiptapEditor, TiptapEditorProps, useAwareness, useCollaboratorPresence, useCollaborators, useDocumentChanges, useEditorConnection, useEditorContext, useYjsState } from '@tangle-network/ui/editor';
8
7
  export { ExpandedToolDetail, ExpandedToolDetailProps, InlineThinkingItem, InlineThinkingItemProps, InlineToolItem, InlineToolItemProps, LiveDuration, RunGroup, RunGroupProps } from '@tangle-network/ui/run';
9
8
  export { CommandPreview, DiffPreview, GlobResultsPreview, GrepResultsPreview, QuestionPreview, WebSearchPreview, WriteFilePreview } from '@tangle-network/ui/tool-previews';
10
9
  export { FileArtifactPane, FileArtifactPaneProps, FileNode, FilePreview, FilePreviewProps, FileTabData, FileTabs, FileTabsProps, FileTree, FileTreeProps, FileTreeVisibilityOptions, RichFileTree, RichFileTreeGitEntry, RichFileTreeGitStatus, RichFileTreeProps, RichFileTreeThemeVars, filterFileTree } from '@tangle-network/ui/files';
package/dist/index.js CHANGED
@@ -12,20 +12,6 @@ import {
12
12
  timeAgo,
13
13
  truncateText
14
14
  } from "./chunk-TK46XFLM.js";
15
- import {
16
- CollaboratorsList,
17
- DocumentEditorPane,
18
- EditorProvider,
19
- EditorToolbar,
20
- TiptapEditor,
21
- useAwareness,
22
- useCollaboratorPresence,
23
- useCollaborators,
24
- useDocumentChanges,
25
- useEditorConnection,
26
- useEditorContext,
27
- useYjsState
28
- } from "./chunk-YVXK4XRO.js";
29
15
  import {
30
16
  AuthHeader,
31
17
  GitHubLoginButton,
@@ -335,7 +321,6 @@ export {
335
321
  ClusterStatusBar,
336
322
  CodeBlock,
337
323
  CodeBlock2 as CodeBlockDisplay,
338
- CollaboratorsList,
339
324
  CommandPreview,
340
325
  CopyButton,
341
326
  CreditBalance,
@@ -352,7 +337,6 @@ export {
352
337
  DialogTrigger,
353
338
  DiffPreview,
354
339
  DirectoryPane,
355
- DocumentEditorPane,
356
340
  DropZone,
357
341
  DropdownMenu,
358
342
  DropdownMenuCheckboxItem,
@@ -369,8 +353,6 @@ export {
369
353
  DropdownMenuSubContent,
370
354
  DropdownMenuSubTrigger,
371
355
  DropdownMenuTrigger,
372
- EditorProvider,
373
- EditorToolbar,
374
356
  EmptyState,
375
357
  ExpandedToolDetail,
376
358
  FileArtifactPane,
@@ -481,7 +463,6 @@ export {
481
463
  Textarea,
482
464
  ThemeToggle,
483
465
  ThinkingIndicator,
484
- TiptapEditor,
485
466
  ToastContainer,
486
467
  ToastProvider,
487
468
  UploadProgress,
@@ -547,15 +528,9 @@ export {
547
528
  useApiKey,
548
529
  useAuth,
549
530
  useAutoScroll,
550
- useAwareness,
551
- useCollaboratorPresence,
552
- useCollaborators,
553
531
  useCreateSession,
554
532
  useDeleteSession,
555
- useDocumentChanges,
556
533
  useDropdownMenu,
557
- useEditorConnection,
558
- useEditorContext,
559
534
  useHasBackgroundRunningSessions,
560
535
  useLiveTime,
561
536
  useNavbarSessions,
@@ -577,6 +552,5 @@ export {
577
552
  useTheme,
578
553
  useToast,
579
554
  useToolCallStream,
580
- useTotalRunningSessions,
581
- useYjsState
555
+ useTotalRunningSessions
582
556
  };
package/dist/openui.d.ts CHANGED
@@ -1,8 +1,8 @@
1
1
  export { OpenUIAction, OpenUIActionsNode, OpenUIArtifactRenderer, OpenUIArtifactRendererProps, OpenUIBadgeNode, OpenUICardNode, OpenUICodeNode, OpenUIComponentNode, OpenUIGridNode, OpenUIHeadingNode, OpenUIKeyValueNode, OpenUIMarkdownNode, OpenUIPrimitive, OpenUISeparatorNode, OpenUIStackNode, OpenUIStatNode, OpenUITableNode, OpenUITextNode } from '@tangle-network/ui/openui';
2
2
  import '@tangle-network/ui/chat';
3
- import '@tangle-network/ui/editor';
4
3
  import '@tangle-network/ui/run';
5
4
  import '@tangle-network/ui/files';
6
5
  import '@tangle-network/ui/auth';
7
6
  import '@tangle-network/ui/utils';
7
+ import '@tangle-network/ui/editor';
8
8
  import '@tangle-network/ui/markdown';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tangle-network/sandbox-ui",
3
- "version": "0.15.4",
3
+ "version": "0.16.0",
4
4
  "description": "Unified UI component library for Tangle Sandbox — primitives, chat, dashboard, terminal, editor, and workspace components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1,30 +0,0 @@
1
- // src/editor/index.ts
2
- import {
3
- CollaboratorsList,
4
- EditorToolbar,
5
- TiptapEditor,
6
- useAwareness,
7
- useCollaboratorPresence,
8
- useCollaborators,
9
- useDocumentChanges,
10
- useEditorConnection,
11
- useYjsState,
12
- DocumentEditorPane,
13
- EditorProvider,
14
- useEditorContext
15
- } from "@tangle-network/ui/editor";
16
-
17
- export {
18
- CollaboratorsList,
19
- EditorToolbar,
20
- TiptapEditor,
21
- useAwareness,
22
- useCollaboratorPresence,
23
- useCollaborators,
24
- useDocumentChanges,
25
- useEditorConnection,
26
- useYjsState,
27
- DocumentEditorPane,
28
- EditorProvider,
29
- useEditorContext
30
- };