flare-chat-core 0.2.17 → 0.2.19
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.js +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -4,7 +4,7 @@ import { ConfigProvider as Bs, App as Hs, Typography as sn, Space as rr, Switch
|
|
|
4
4
|
import { ChatWorkspaceComposerSection as Ys, ChatWorkspaceCanvasSection as Js, createCoreGenerativeRegistry as Xs, CHAT_UI_THEME_TOKENS as Zs, DEFAULT_CHAT_UI_THEME as eo, KnowledgeHubDrawerContent as to, SessionListPane as no, ChatWorkspaceTopBar as ro, ChatWorkspaceProjectInitView as so, ChatWorkspaceSourcesPanel as oo, ChatWorkspaceConversationPane as io } from "flare-chat-ui";
|
|
5
5
|
import { InfoCircleOutlined as ao } from "@ant-design/icons";
|
|
6
6
|
function co({ children: e }) {
|
|
7
|
-
return /* @__PURE__ */ M(Bs, { children: /* @__PURE__ */ M(Hs, { children: e }) });
|
|
7
|
+
return /* @__PURE__ */ M(Bs, { children: /* @__PURE__ */ M(Hs, { style: { height: "100vh" }, children: e }) });
|
|
8
8
|
}
|
|
9
9
|
const ft = {
|
|
10
10
|
content: "",
|
|
@@ -3821,7 +3821,7 @@ function ac(e) {
|
|
|
3821
3821
|
display: "grid",
|
|
3822
3822
|
gridTemplateColumns: "300px minmax(0, 1fr)",
|
|
3823
3823
|
gridTemplateRows: "minmax(0, 1fr)",
|
|
3824
|
-
height: "
|
|
3824
|
+
height: "100vh",
|
|
3825
3825
|
overflow: "hidden",
|
|
3826
3826
|
position: "relative"
|
|
3827
3827
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "flare-chat-core",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.19",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"dev": "vite --config config/vite.dev.config.js --mode development",
|
|
@@ -31,6 +31,6 @@
|
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@ant-design/icons": "^6.0.0",
|
|
33
33
|
"antd": "^6.0.0",
|
|
34
|
-
"flare-chat-ui": "^0.3.
|
|
34
|
+
"flare-chat-ui": "^0.3.12"
|
|
35
35
|
}
|
|
36
36
|
}
|