@ant-design/agentic-ui 2.27.4 → 2.27.5

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.
@@ -408,7 +408,7 @@ var composeEditors = function(editor, plugins) {
408
408
  extra: toolBar.extra,
409
409
  min: toolBar.min
410
410
  })) : readonly ? null : null, /*#__PURE__*/ React.createElement("div", {
411
- className: "".concat(baseClassName, "-container"),
411
+ className: classNames("".concat(baseClassName, "-container"), props.containerClassName, hashId),
412
412
  style: _object_spread({
413
413
  overflow: 'auto',
414
414
  display: 'flex',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ant-design/agentic-ui",
3
- "version": "2.27.4",
3
+ "version": "2.27.5",
4
4
  "description": "面向智能体的 UI 组件库,提供多步推理可视化、工具调用展示、任务执行协同等 Agentic UI 能力",
5
5
  "repository": "git@github.com:ant-design/agentic-ui.git",
6
6
  "license": "MIT",