@ant-design/agentic-ui 2.10.0 → 2.10.1

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.
@@ -166,7 +166,10 @@ var genStyle = function(token) {
166
166
  flex: 1,
167
167
  overflowY: 'auto',
168
168
  overflowX: 'hidden',
169
- padding: 'var(--padding-2x)',
169
+ paddingTop: 'var(--padding-2x)',
170
+ paddingLeft: 'var(--padding-2x)',
171
+ paddingRight: 'var(--padding-2x)',
172
+ paddingBottom: '144px',
170
173
  '&::-webkit-scrollbar': {
171
174
  width: '6px'
172
175
  },
@@ -183,7 +183,7 @@ import { SupportedFileFormats } from "../AttachmentButton/AttachmentButtonPopove
183
183
  import { isMobileDevice, isVivoOrOppoDevice } from "../AttachmentButton/utils";
184
184
  /**
185
185
  * 移动设备默认的文件类型 accept 值
186
- */ var MOBILE_DEFAULT_ACCEPT = 'application/vnd.ms-excel,application/vnd.openxmlformats-officedocument.spreadsheetml.sheet,application/vnd.ms-powerpoint,application/vnd.openxmlformats-officedocument.presentationml.presentation,application/msword,application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/pdf,.csv,image/*,text/plain,video/*,audio/*,application/x-zip-compressed';
186
+ */ var MOBILE_DEFAULT_ACCEPT = 'application/vnd.ms-excel,application/vnd.openxmlformats-officedocument.spreadsheetml.sheet,application/vnd.ms-powerpoint,application/vnd.openxmlformats-officedocument.presentationml.presentation,application/msword,application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/pdf,.csv,image/*,text/plain,application/x-zip-compressed';
187
187
  /**
188
188
  * 文件上传管理器
189
189
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ant-design/agentic-ui",
3
- "version": "2.10.0",
3
+ "version": "2.10.1",
4
4
  "description": "面向智能体的 UI 组件库,提供多步推理可视化、工具调用展示、任务执行协同等 Agentic UI 能力",
5
5
  "repository": "git@github.com:ant-design/agentic-ui.git",
6
6
  "license": "MIT",