@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 +7 -1
- package/dist/index.d.ts +7 -1
- package/dist/index.js +9 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +13 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -4386,12 +4386,25 @@ var LatticeChat = (props) => {
|
|
|
4386
4386
|
}
|
|
4387
4387
|
);
|
|
4388
4388
|
};
|
|
4389
|
+
|
|
4390
|
+
// src/components/Chat/AgentConversations.tsx
|
|
4391
|
+
import {
|
|
4392
|
+
CodeOutlined as CodeOutlined4,
|
|
4393
|
+
FileImageOutlined as FileImageOutlined3,
|
|
4394
|
+
FileSearchOutlined,
|
|
4395
|
+
SignatureOutlined
|
|
4396
|
+
} from "@ant-design/icons";
|
|
4397
|
+
import { Conversations } from "@ant-design/x";
|
|
4398
|
+
import { theme } from "antd";
|
|
4399
|
+
import { useState as useState18 } from "react";
|
|
4400
|
+
import { jsx as jsx32 } from "react/jsx-runtime";
|
|
4389
4401
|
export {
|
|
4390
4402
|
AgentThreadProvider,
|
|
4391
4403
|
AxiomLatticeProvider,
|
|
4392
4404
|
ChatUIContext,
|
|
4393
4405
|
ChatUIContextProvider,
|
|
4394
4406
|
Chating,
|
|
4407
|
+
ColumnLayout,
|
|
4395
4408
|
FileExplorer,
|
|
4396
4409
|
LatticeChat,
|
|
4397
4410
|
MDMermaid,
|