@farris/x-ui 0.1.9 → 0.2.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@farris/x-ui",
3
- "version": "0.1.9",
3
+ "version": "0.2.0",
4
4
  "description": "可复用的 AI 对话组件",
5
5
  "type": "module",
6
6
  "main": "./farris.x-ui.umd.cjs",
@@ -1,7 +1,7 @@
1
1
  import { IconStatus } from '../../../../type';
2
2
 
3
3
  /** 使用场景 */
4
- type StatusIconVariant = 'todo' | 'thinking' | '';
4
+ type StatusIconVariant = 'todo' | 'thinking' | 'tool-use' | '';
5
5
  /** 状态图标:
6
6
  *
7
7
  'NotStart' :未开始,默认绿色圆圈 任务场景下,未开始是灰色圆圈。