@agentscope-ai/design 1.0.19-beta.1765957449539 → 1.0.20-beta.1766645674012
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/lib/antd/styles/slider.style.js +13 -1
- package/lib/antd/themes/generateTheme.js +2 -1
- package/lib/components/commonComponents/Audio/index.d.ts +2 -3
- package/lib/components/commonComponents/Slider/demo/demo1.js +1 -1
- package/lib/components/commonComponents/Slider/demo/demo2.js +1 -1
- package/lib/components/commonComponents/Slider/demo/demo3.js +1 -1
- package/lib/components/commonComponents/Slider/index.js +3 -2
- package/lib/components/commonComponents/Table/index.style.js +17 -1
- package/llms/all.llms.txt +434 -1307
- package/llms/docs/changelog/index.zh-CN.llms.txt +18 -0
- package/llms/index.llms.txt +10 -16
- package/package.json +4 -5
- package/scripts/mcp-docs-server.js +4 -3
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
### 1.0.21
|
|
4
|
+
`2025-12-25`
|
|
5
|
+
|
|
6
|
+
##### Changed
|
|
7
|
+
|
|
8
|
+
- AlertDialog 组件:定位距离顶部的默认高度调整为当前窗口高度的 36%
|
|
9
|
+
- Table 组件:表格行 hover 背景色修改为 `color-bg-layout` 颜色变量;表格行选中背景色修改为 `color-primary-bg-hover` 颜色变量
|
|
10
|
+
- Select 组件:多选模式的选中项背景色调整
|
|
11
|
+
- 主题色变量更新:,
|
|
12
|
+
- bailianDarkTheme:添加 `"colorLinkHover": "#857DE3"`
|
|
13
|
+
- bailianTheme:添加 `"colorLinkHover": "#8080FF"`
|
|
14
|
+
- carbonDarkTheme:修改 `"colorTextOnPrimary": "#ffffff"`
|
|
15
|
+
|
|
16
|
+
##### Fixed
|
|
17
|
+
|
|
18
|
+
- Slider 组件:水平滑动条组件取消默认左右两边的外边距 margin,操作按钮 handle 在最左侧与最右侧不超出滑动轨道宽度
|
package/llms/index.llms.txt
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
# 索引
|
|
2
2
|
|
|
3
|
+
- [](components/commonComponents/Video/index.zh-CN.llms.txt)
|
|
3
4
|
- [](components/commonComponents/Upload/index.zh-CN.llms.txt)
|
|
4
5
|
- [](components/commonComponents/Tooltip/index.zh-CN.llms.txt)
|
|
5
|
-
- [](components/commonComponents/TimePicker/index.zh-CN.llms.txt)
|
|
6
6
|
- [](components/commonComponents/Tag/index.zh-CN.llms.txt)
|
|
7
|
-
- [](components/commonComponents/
|
|
7
|
+
- [](components/commonComponents/TimePicker/index.zh-CN.llms.txt)
|
|
8
8
|
- [](components/commonComponents/Tabs/index.zh-CN.llms.txt)
|
|
9
|
-
- [](components/commonComponents/Table/index.zh-CN.llms.txt)
|
|
10
9
|
- [](components/commonComponents/Switch/index.zh-CN.llms.txt)
|
|
10
|
+
- [](components/commonComponents/Table/index.zh-CN.llms.txt)
|
|
11
11
|
- [](components/commonComponents/Steps/index.zh-CN.llms.txt)
|
|
12
12
|
- [](components/commonComponents/Statistic/index.zh-CN.llms.txt)
|
|
13
13
|
- [](components/commonComponents/Spinner/index.zh-CN.llms.txt)
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
- [](components/commonComponents/Radio/index.zh-CN.llms.txt)
|
|
20
20
|
- [](components/commonComponents/PromptsEditor/index.zh-CN.llms.txt)
|
|
21
21
|
- [](components/commonComponents/Progress/index.zh-CN.llms.txt)
|
|
22
|
-
- [](components/commonComponents/Popconfirm/index.zh-CN.llms.txt)
|
|
23
22
|
- [](components/commonComponents/Popover/index.zh-CN.llms.txt)
|
|
23
|
+
- [](components/commonComponents/Popconfirm/index.zh-CN.llms.txt)
|
|
24
24
|
- [](components/commonComponents/Pagination/index.zh-CN.llms.txt)
|
|
25
25
|
- [](components/commonComponents/Notification/index.zh-CN.llms.txt)
|
|
26
26
|
- [](components/commonComponents/Modal/index.zh-CN.llms.txt)
|
|
@@ -29,30 +29,24 @@
|
|
|
29
29
|
- [](components/commonComponents/Input/index.zh-CN.llms.txt)
|
|
30
30
|
- [](components/commonComponents/Image/index.zh-CN.llms.txt)
|
|
31
31
|
- [](components/commonComponents/IconButton/index.zh-CN.llms.txt)
|
|
32
|
-
- [](components/commonComponents/Form/index.zh-CN.llms.txt)
|
|
33
32
|
- [](components/commonComponents/FloatButton/index.zh-CN.llms.txt)
|
|
34
|
-
- [](components/commonComponents/
|
|
33
|
+
- [](components/commonComponents/Form/index.zh-CN.llms.txt)
|
|
35
34
|
- [](components/commonComponents/Dropdown/index.zh-CN.llms.txt)
|
|
35
|
+
- [](components/commonComponents/Empty/index.zh-CN.llms.txt)
|
|
36
36
|
- [](components/commonComponents/Drawer/index.zh-CN.llms.txt)
|
|
37
37
|
- [](components/commonComponents/Descriptions/index.zh-CN.llms.txt)
|
|
38
|
-
- [](components/commonComponents/CollapsePanel/index.zh-CN.llms.txt)
|
|
39
38
|
- [](components/commonComponents/DatePicker/index.zh-CN.llms.txt)
|
|
39
|
+
- [](components/commonComponents/CollapsePanel/index.zh-CN.llms.txt)
|
|
40
40
|
- [](components/commonComponents/Collapse/index.zh-CN.llms.txt)
|
|
41
|
+
- [](components/commonComponents/Checkbox/index.zh-CN.llms.txt)
|
|
41
42
|
- [](components/commonComponents/CodeBlock/index.zh-CN.llms.txt)
|
|
42
43
|
- [](components/commonComponents/Card/index.zh-CN.llms.txt)
|
|
43
44
|
- [](components/commonComponents/Button/index.zh-CN.llms.txt)
|
|
44
|
-
- [](components/commonComponents/Checkbox/index.zh-CN.llms.txt)
|
|
45
|
-
- [](components/commonComponents/Avatar/index.zh-CN.llms.txt)
|
|
46
45
|
- [](components/commonComponents/Breadcrumb/index.zh-CN.llms.txt)
|
|
46
|
+
- [](components/commonComponents/Avatar/index.zh-CN.llms.txt)
|
|
47
47
|
- [](components/commonComponents/Audio/index.zh-CN.llms.txt)
|
|
48
48
|
- [](components/commonComponents/Anchor/index.zh-CN.llms.txt)
|
|
49
49
|
- [](components/commonComponents/AlertDialog/index.zh-CN.llms.txt)
|
|
50
50
|
- [](components/commonComponents/Alert/index.zh-CN.llms.txt)
|
|
51
|
-
- [](docs/guide/theme.zh-CN.llms.txt)
|
|
52
|
-
- [概述](docs/guide/overview.zh-CN.llms.txt)
|
|
53
51
|
- [使用](docs/guide/sparkIcons.zh-CN.llms.txt)
|
|
54
|
-
- [
|
|
55
|
-
- [使用](docs/guide/iconfont.zh-CN.llms.txt)
|
|
56
|
-
- [Vibe 编程](docs/guide/vibe-coding.zh-CN.llms.txt)
|
|
57
|
-
- [从零开始使用](docs/guide/fromScratch.zh-CN.llms.txt)
|
|
58
|
-
- [Tokens](docs/guide/tokens&variables.zh-CN.llms.txt)
|
|
52
|
+
- [](docs/changelog/index.zh-CN.llms.txt)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agentscope-ai/design",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.20-beta.1766645674012",
|
|
4
4
|
"description": "AgentScope Spark Design - UI Library for AgentScope AI",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -26,7 +26,6 @@
|
|
|
26
26
|
"build": "father build",
|
|
27
27
|
"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",
|
|
28
28
|
"build:watch": "father dev",
|
|
29
|
-
"changelog": "conventional-changelog -t publish/ -p angular -i CHANGELOG.md -s && replace '^\\# \\[' '## [' ./CHANGELOG.md",
|
|
30
29
|
"copy-antd-docs": "node copy-antd-docs.js",
|
|
31
30
|
"dev": "dumi dev",
|
|
32
31
|
"dev:mobile": "ONLY_MOBILE=1 dumi dev",
|
|
@@ -38,8 +37,8 @@
|
|
|
38
37
|
"prepare": "npm run dumi:setup",
|
|
39
38
|
"start": "npm run dev",
|
|
40
39
|
"test": "vitest",
|
|
41
|
-
"
|
|
42
|
-
"
|
|
40
|
+
"release": "node scripts/publish.js",
|
|
41
|
+
"release:beta": "node scripts/publish-beta.js"
|
|
43
42
|
},
|
|
44
43
|
"dependencies": {
|
|
45
44
|
"@agentscope-ai/icons": "^1.0.35",
|
|
@@ -82,7 +81,7 @@
|
|
|
82
81
|
"devDependencies": {
|
|
83
82
|
"@alibot/dumi-plugin-llms": "1.0.4",
|
|
84
83
|
"@alibot/dumi-plugin-api-parser": "1.0.3",
|
|
85
|
-
"@agentscope-ai/dumi-theme-spark": "0.0.
|
|
84
|
+
"@agentscope-ai/dumi-theme-spark": "0.0.99",
|
|
86
85
|
"@modelcontextprotocol/sdk": "1.17.3",
|
|
87
86
|
"@rc-component/util": "1.2.1",
|
|
88
87
|
"@react-spring/web": "^9.7.5",
|
|
@@ -6257,7 +6257,7 @@ module.exports = __toCommonJS(mcp_exports);
|
|
|
6257
6257
|
// package.json
|
|
6258
6258
|
var package_default = {
|
|
6259
6259
|
name: "@agentscope-ai/design",
|
|
6260
|
-
version: "1.0.
|
|
6260
|
+
version: "1.0.20",
|
|
6261
6261
|
description: "AgentScope Spark Design - UI Library for AgentScope AI",
|
|
6262
6262
|
repository: {
|
|
6263
6263
|
type: "git",
|
|
@@ -6295,7 +6295,8 @@ var package_default = {
|
|
|
6295
6295
|
prepare: "npm run dumi:setup",
|
|
6296
6296
|
start: "npm run dev",
|
|
6297
6297
|
test: "vitest",
|
|
6298
|
-
|
|
6298
|
+
release: "node scripts/publish.js",
|
|
6299
|
+
"release:beta": "node scripts/publish-beta.js"
|
|
6299
6300
|
},
|
|
6300
6301
|
dependencies: {
|
|
6301
6302
|
"@agentscope-ai/icons": "^1.0.35",
|
|
@@ -6338,7 +6339,7 @@ var package_default = {
|
|
|
6338
6339
|
devDependencies: {
|
|
6339
6340
|
"@alibot/dumi-plugin-llms": "1.0.4",
|
|
6340
6341
|
"@alibot/dumi-plugin-api-parser": "1.0.3",
|
|
6341
|
-
"@agentscope-ai/dumi-theme-spark": "0.0.
|
|
6342
|
+
"@agentscope-ai/dumi-theme-spark": "0.0.99",
|
|
6342
6343
|
"@modelcontextprotocol/sdk": "1.17.3",
|
|
6343
6344
|
"@rc-component/util": "1.2.1",
|
|
6344
6345
|
"@react-spring/web": "^9.7.5",
|