flare-chat-core 0.2.16 → 0.2.18

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  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: "",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "flare-chat-core",
3
3
  "private": false,
4
- "version": "0.2.16",
4
+ "version": "0.2.18",
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.10"
34
+ "flare-chat-ui": "^0.3.11"
35
35
  }
36
36
  }