@agentscope-ai/design 1.0.10 → 1.0.11
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import React, { useMemo } from 'react';
|
|
2
|
-
import { IconButton, Progress } from '@ali/agentscope-ai-design';
|
|
3
|
-
import { SparkPauseFill, SparkVolumeLine, SparkEnlargeLine, SparkPlayFill, SparkMuteLine } from '@agentscope-ai/icons';
|
|
4
1
|
import { getCommonConfig } from "../../../config";
|
|
2
|
+
import { IconButton, Progress } from "../../..";
|
|
3
|
+
import { SparkEnlargeLine, SparkMuteLine, SparkPauseFill, SparkPlayFill, SparkVolumeLine } from '@agentscope-ai/icons';
|
|
4
|
+
import React, { useMemo } from 'react';
|
|
5
5
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
6
|
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
7
7
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
package/package.json
CHANGED
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agentscope-ai/design",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.11",
|
|
4
4
|
"description": "Basic components for the best experience of LLM",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"agentscope-ai",
|
|
7
|
+
"design",
|
|
8
|
+
"components",
|
|
9
|
+
"llm"
|
|
10
|
+
],
|
|
5
11
|
"license": "MIT",
|
|
6
12
|
"sideEffects": [
|
|
7
13
|
"*.less",
|
|
@@ -20,8 +26,8 @@
|
|
|
20
26
|
"build:mcp": "esbuild mcp/index.ts --bundle --platform=node --target=node18 --format=cjs --outfile=scripts/mcp-docs-server.js --banner:js='#!/usr/bin/env node' --external:fs --external:path --external:process",
|
|
21
27
|
"build:watch": "father dev",
|
|
22
28
|
"changelog": "conventional-changelog -t publish/ -p angular -i CHANGELOG.zh-CN.md -s && replace '^\\# \\[' '## [' ./CHANGELOG.zh-CN.md",
|
|
23
|
-
"ci:test": "vitest run --coverage",
|
|
24
29
|
"ci:install-deps": "tnpm i pnpm@9 -D && pnpm --version && pnpm install",
|
|
30
|
+
"ci:test": "vitest run --coverage",
|
|
25
31
|
"copy-antd-docs": "node copy-antd-docs.js",
|
|
26
32
|
"dev": "dumi dev",
|
|
27
33
|
"docs:build": "dumi build && node scripts/build-index-llms-txt.js",
|
|
@@ -62,6 +68,7 @@
|
|
|
62
68
|
},
|
|
63
69
|
"dependencies": {
|
|
64
70
|
"@agentscope-ai/icons": "^1.0.35",
|
|
71
|
+
"@agentscope-ai/icons-override-antd": "6.0.0",
|
|
65
72
|
"@codemirror/autocomplete": "^6.18.7",
|
|
66
73
|
"@codemirror/lang-cpp": "^6.0.2",
|
|
67
74
|
"@codemirror/lang-css": "^6.3.1",
|
|
@@ -76,7 +83,6 @@
|
|
|
76
83
|
"@codemirror/lang-yaml": "^6.1.2",
|
|
77
84
|
"@codemirror/lint": "^6.8.4",
|
|
78
85
|
"@emotion/react": "^11.14.0",
|
|
79
|
-
"@agentscope-ai/icons-override-antd": "6.0.0",
|
|
80
86
|
"@uiw/codemirror-extensions-mentions": "^4.25.1",
|
|
81
87
|
"@uiw/codemirror-theme-vscode": "^4.23.7",
|
|
82
88
|
"@uiw/react-codemirror": "4.20.2",
|
|
@@ -164,8 +170,8 @@
|
|
|
164
170
|
"pnpm": "9"
|
|
165
171
|
},
|
|
166
172
|
"publishConfig": {
|
|
167
|
-
"
|
|
168
|
-
"
|
|
173
|
+
"access": "public",
|
|
174
|
+
"registry": "https://registry.npmjs.org/"
|
|
169
175
|
},
|
|
170
176
|
"pnpm": {
|
|
171
177
|
"overrides": {
|
|
@@ -174,14 +180,8 @@
|
|
|
174
180
|
}
|
|
175
181
|
},
|
|
176
182
|
"authors": [],
|
|
177
|
-
"keywords": [
|
|
178
|
-
"agentscope-ai",
|
|
179
|
-
"design",
|
|
180
|
-
"components",
|
|
181
|
-
"llm"
|
|
182
|
-
],
|
|
183
183
|
"overrides": {
|
|
184
184
|
"@ant-design/icons": "@agentscope-ai/icons-override-antd",
|
|
185
185
|
"@ant-design/icons-svg": "@agentscope-ai/icons-svg-override-antd"
|
|
186
186
|
}
|
|
187
|
-
}
|
|
187
|
+
}
|