@agentscope-ai/chat 1.1.9 → 1.1.12

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.
@@ -13,7 +13,7 @@ import { useProviderContext } from "../Provider";
13
13
  import useStyle from "./style";
14
14
  import classNames from 'classnames';
15
15
  import { SparkDownLine, SparkUpLine } from '@agentscope-ai/icons';
16
- import { IconButton } from '@ali/agentscope-ai-design';
16
+ import { IconButton } from "@agentscope-ai/design";
17
17
  import { jsx as _jsx } from "react/jsx-runtime";
18
18
  import { Fragment as _Fragment } from "react/jsx-runtime";
19
19
  import { jsxs as _jsxs } from "react/jsx-runtime";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentscope-ai/chat",
3
- "version": "1.1.9",
3
+ "version": "1.1.12",
4
4
  "description": "a free and open-source chat framework for building excellent LLM-powered chat experiences",
5
5
  "sideEffects": [
6
6
  "*.less",
@@ -120,7 +120,6 @@
120
120
  },
121
121
  "peerDependencies": {
122
122
  "@agentscope-ai/design": "^1.0.0",
123
- "@ali/agentscope-ai-design": "^4.6.0",
124
123
  "@ant-design/icons": "^5.0.1",
125
124
  "antd": "^5.18.0",
126
125
  "classnames": "^2.5.1",