@ant-design/agentic-ui 2.29.39 → 2.29.40

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.
@@ -660,7 +660,6 @@ import { VoiceButton } from "./VoiceButton";
660
660
  ]);
661
661
  var reSend = useMemo(function() {
662
662
  var _originalData_extra_preMessage, _originalData_extra;
663
- console.log('originalData?.isAborted', originalData, typing);
664
663
  if ((originalData === null || originalData === void 0 ? void 0 : originalData.isAborted) && !originalData.isFinished) {
665
664
  return /*#__PURE__*/ React.createElement("span", null, (locale === null || locale === void 0 ? void 0 : locale['chat.message.aborted']) || '回答已停止生成');
666
665
  }
@@ -451,7 +451,7 @@ var genStyle = function genStyle(token) {
451
451
  borderBottom: '1px solid var(--table-border-color)',
452
452
  textWrap: 'nowrap',
453
453
  verticalAlign: 'top',
454
- padding: '16px 12px',
454
+ padding: 'var(--table-cell-padding, 16px 12px)',
455
455
  textAlign: 'left',
456
456
  lineHeight: '24px',
457
457
  fontSize: '1em',
@@ -466,7 +466,7 @@ var genStyle = function genStyle(token) {
466
466
  background: 'inherit'
467
467
  }), _define_property(_obj1, 'td:not(.config-td)', {
468
468
  verticalAlign: 'top',
469
- padding: '16px 12px',
469
+ padding: 'var(--table-cell-padding, 16px 12px)',
470
470
  textAlign: 'left',
471
471
  position: 'relative',
472
472
  lineHeight: '24px',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ant-design/agentic-ui",
3
- "version": "2.29.39",
3
+ "version": "2.29.40",
4
4
  "description": "面向智能体的 UI 组件库,提供多步推理可视化、工具调用展示、任务执行协同等 Agentic UI 能力",
5
5
  "repository": "git@github.com:ant-design/agentic-ui.git",
6
6
  "license": "MIT",