@axiom-lattice/react-sdk 2.1.7 → 2.1.8

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/index.d.mts CHANGED
@@ -565,6 +565,12 @@ interface AttachFile {
565
565
  id: string;
566
566
  }
567
567
 
568
+ interface ColumnLayoutProps {
569
+ left: React__default.ReactNode;
570
+ right: React__default.ReactNode;
571
+ }
572
+ declare const ColumnLayout: React__default.FC<ColumnLayoutProps>;
573
+
568
574
  interface ExplorerFile {
569
575
  name: string;
570
576
  content: string[];
@@ -580,4 +586,4 @@ interface FileExplorerProps {
580
586
  }
581
587
  declare const FileExplorer: React__default.FC<ElementProps>;
582
588
 
583
- export { type AgentChatProps, type AgentState, AgentThreadProvider, type AgentThreadProviderProps, type AttachFile, AxiomLatticeProvider, type AxiomLatticeProviderProps, type ChatResponse, type ChatState, type ChatStateWithAgent, ChatUIContext, ChatUIContextProvider, Chating, type ChatingProps, type ClientConfig, type ElementMeta, type ElementProps, type ExplorerFile, FileExplorer, type FileExplorerProps, LatticeChat, MDMermaid, MDResponse, MDViewFormItem, SideAppViewBrowser, type StreamEventHandlerOptions, type Thread, type ThreadState, type ToolCallData, type UIMessage, type UseAgentStateOptions, type UseAgentStateReturn, type UseAxiomLatticeOptions, type UseChatOptions, getElement, regsiterElement, useAgentChat, useAgentGraph, useAgentState, useAgentThreadContext, useAxiomLattice, useChat, useChatUIContext, useThread };
589
+ export { type AgentChatProps, type AgentState, AgentThreadProvider, type AgentThreadProviderProps, type AttachFile, AxiomLatticeProvider, type AxiomLatticeProviderProps, type ChatResponse, type ChatState, type ChatStateWithAgent, ChatUIContext, ChatUIContextProvider, Chating, type ChatingProps, type ClientConfig, ColumnLayout, type ColumnLayoutProps, type ElementMeta, type ElementProps, type ExplorerFile, FileExplorer, type FileExplorerProps, LatticeChat, MDMermaid, MDResponse, MDViewFormItem, SideAppViewBrowser, type StreamEventHandlerOptions, type Thread, type ThreadState, type ToolCallData, type UIMessage, type UseAgentStateOptions, type UseAgentStateReturn, type UseAxiomLatticeOptions, type UseChatOptions, getElement, regsiterElement, useAgentChat, useAgentGraph, useAgentState, useAgentThreadContext, useAxiomLattice, useChat, useChatUIContext, useThread };
package/dist/index.d.ts CHANGED
@@ -565,6 +565,12 @@ interface AttachFile {
565
565
  id: string;
566
566
  }
567
567
 
568
+ interface ColumnLayoutProps {
569
+ left: React__default.ReactNode;
570
+ right: React__default.ReactNode;
571
+ }
572
+ declare const ColumnLayout: React__default.FC<ColumnLayoutProps>;
573
+
568
574
  interface ExplorerFile {
569
575
  name: string;
570
576
  content: string[];
@@ -580,4 +586,4 @@ interface FileExplorerProps {
580
586
  }
581
587
  declare const FileExplorer: React__default.FC<ElementProps>;
582
588
 
583
- export { type AgentChatProps, type AgentState, AgentThreadProvider, type AgentThreadProviderProps, type AttachFile, AxiomLatticeProvider, type AxiomLatticeProviderProps, type ChatResponse, type ChatState, type ChatStateWithAgent, ChatUIContext, ChatUIContextProvider, Chating, type ChatingProps, type ClientConfig, type ElementMeta, type ElementProps, type ExplorerFile, FileExplorer, type FileExplorerProps, LatticeChat, MDMermaid, MDResponse, MDViewFormItem, SideAppViewBrowser, type StreamEventHandlerOptions, type Thread, type ThreadState, type ToolCallData, type UIMessage, type UseAgentStateOptions, type UseAgentStateReturn, type UseAxiomLatticeOptions, type UseChatOptions, getElement, regsiterElement, useAgentChat, useAgentGraph, useAgentState, useAgentThreadContext, useAxiomLattice, useChat, useChatUIContext, useThread };
589
+ export { type AgentChatProps, type AgentState, AgentThreadProvider, type AgentThreadProviderProps, type AttachFile, AxiomLatticeProvider, type AxiomLatticeProviderProps, type ChatResponse, type ChatState, type ChatStateWithAgent, ChatUIContext, ChatUIContextProvider, Chating, type ChatingProps, type ClientConfig, ColumnLayout, type ColumnLayoutProps, type ElementMeta, type ElementProps, type ExplorerFile, FileExplorer, type FileExplorerProps, LatticeChat, MDMermaid, MDResponse, MDViewFormItem, SideAppViewBrowser, type StreamEventHandlerOptions, type Thread, type ThreadState, type ToolCallData, type UIMessage, type UseAgentStateOptions, type UseAgentStateReturn, type UseAxiomLatticeOptions, type UseChatOptions, getElement, regsiterElement, useAgentChat, useAgentGraph, useAgentState, useAgentThreadContext, useAxiomLattice, useChat, useChatUIContext, useThread };
package/dist/index.js CHANGED
@@ -36,6 +36,7 @@ __export(index_exports, {
36
36
  ChatUIContext: () => ChatUIContext,
37
37
  ChatUIContextProvider: () => ChatUIContextProvider,
38
38
  Chating: () => Chating,
39
+ ColumnLayout: () => ColumnLayout,
39
40
  FileExplorer: () => FileExplorer,
40
41
  LatticeChat: () => LatticeChat,
41
42
  MDMermaid: () => MDMermaid,
@@ -4366,6 +4367,13 @@ var LatticeChat = (props) => {
4366
4367
  }
4367
4368
  );
4368
4369
  };
4370
+
4371
+ // src/components/Chat/AgentConversations.tsx
4372
+ var import_icons13 = require("@ant-design/icons");
4373
+ var import_x5 = require("@ant-design/x");
4374
+ var import_antd22 = require("antd");
4375
+ var import_react20 = require("react");
4376
+ var import_jsx_runtime32 = require("react/jsx-runtime");
4369
4377
  // Annotate the CommonJS export names for ESM import in node:
4370
4378
  0 && (module.exports = {
4371
4379
  AgentThreadProvider,
@@ -4373,6 +4381,7 @@ var LatticeChat = (props) => {
4373
4381
  ChatUIContext,
4374
4382
  ChatUIContextProvider,
4375
4383
  Chating,
4384
+ ColumnLayout,
4376
4385
  FileExplorer,
4377
4386
  LatticeChat,
4378
4387
  MDMermaid,