@zero-library/chat-agent 2.3.13 → 2.3.15

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.cjs.js CHANGED
@@ -1510,7 +1510,7 @@ var BubbleListItems_default = ({
1510
1510
  return isExist ? [
1511
1511
  {
1512
1512
  key: "placeholder",
1513
- content: /* @__PURE__ */ jsxRuntime.jsx(common.RenderWrapper, { control: welcomeMessage, DefaultComponent: /* @__PURE__ */ jsxRuntime.jsx(WelcomeItem_default, {}) }),
1513
+ content: /* @__PURE__ */ jsxRuntime.jsx(common.RenderWrapper, { control: welcomeMessage, DefaultComponent: WelcomeItem_default }),
1514
1514
  variant: "borderless"
1515
1515
  }
1516
1516
  ] : [];
@@ -2686,7 +2686,7 @@ var ConversationListHeader_default = ({ title = true, avatar = true, newConversa
2686
2686
  DefaultComponent: /* @__PURE__ */ jsxRuntime.jsx("span", { className: classNames11__default.default(styles_module_default3.nsChatUserName, "flex-1 text-ellipsis"), children: receiverState.active.name })
2687
2687
  }
2688
2688
  ),
2689
- /* @__PURE__ */ jsxRuntime.jsx(common.RenderWrapper, { control: conversationListFavoriteBtn, DefaultComponent: /* @__PURE__ */ jsxRuntime.jsx(ConversationFavoritesList_default, {}) })
2689
+ /* @__PURE__ */ jsxRuntime.jsx(common.RenderWrapper, { control: conversationListFavoriteBtn, DefaultComponent: ConversationFavoritesList_default })
2690
2690
  ] }),
2691
2691
  /* @__PURE__ */ jsxRuntime.jsx(
2692
2692
  common.RenderWrapper,
@@ -2840,6 +2840,7 @@ var layouts_default = react.forwardRef(({ theme, params, userInfo, hooks, layout
2840
2840
  common.MarkdownEditor,
2841
2841
  {
2842
2842
  value: configState.preview.file.content,
2843
+ floatToolbar: [],
2843
2844
  onQuote: (text) => {
2844
2845
  chatStore.setReferences({
2845
2846
  type: 2,