@zero-library/chat-agent 2.2.8 → 2.2.9

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.esm.js CHANGED
@@ -1162,7 +1162,7 @@ var MessageRender_default = ({ message: message2, placement, onFilePreview }) =>
1162
1162
  getPopupContainer: (node) => node,
1163
1163
  children: /* @__PURE__ */ jsxs(Flex, { children: [
1164
1164
  /* @__PURE__ */ jsx("span", { children: "\u3010\u5F15\u7528\u6D88\u606F\u3011\uFF1A" }),
1165
- /* @__PURE__ */ jsx(Flex, { flex: 1, className: "text-ellipsis", children: quoteMsg.msgContentText })
1165
+ /* @__PURE__ */ jsx(Flex, { flex: 1, className: "text-ellipsis-2", children: quoteMsg.msgContentText })
1166
1166
  ] })
1167
1167
  }
1168
1168
  ),