@zero-library/chat-agent 2.3.13 → 2.3.14

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,