@agentscope-ai/design 1.0.23-beta.1767087061250 → 1.0.23
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/button.style.js +13 -1
- package/lib/antd/themes/carbonDarkTheme.json +1 -1
- package/lib/antd/themes/generateTheme.d.ts +1 -1
- package/lib/antd/themes/generateTheme.js +39 -12
- package/lib/components/commonComponents/Button/index.js +3 -1
- package/lib/components/commonComponents/Tooltip/index.style.js +1 -1
- package/llms/all.llms.txt +1041 -1020
- package/llms/docs/changelog/index.zh-CN.llms.txt +18 -0
- package/llms/docs/guide/tokens&variables.zh-CN.llms.txt +4 -3
- package/llms/index.llms.txt +21 -20
- package/package.json +1 -1
|
@@ -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 在最左侧与最右侧不超出滑动轨道宽度
|
|
@@ -382,7 +382,8 @@
|
|
|
382
382
|
"boxShadowSecondary": "0px 12px 24px -16px rgba(255, 255, 255, 0.06),0px 8px 40px 0px rgba(255, 255, 255, 0.12),0px 0px 1px 0px rgba(255, 255, 255, 0.04)",
|
|
383
383
|
|
|
384
384
|
"colorTextWhite": "#ffffff",
|
|
385
|
-
"
|
|
385
|
+
"colorTextBlack": "#000000",
|
|
386
|
+
"colorTextOnPrimary": "#ffffff",
|
|
386
387
|
"colorFillDisable": "#898989",
|
|
387
388
|
"colorPurple": "#615CED",
|
|
388
389
|
"colorPurpleHover": "#8383F0",
|
|
@@ -414,8 +415,8 @@
|
|
|
414
415
|
|
|
415
416
|
"boxShadowTertiary": "0px 12px 32px -16px rgba(255, 255, 255, 0.24),0px 12px 60px 0px rgba(255, 255, 255, 0.12),0px 0px 1px 0px rgba(255, 255, 255, 0.04)",
|
|
416
417
|
"boxShadowTertiaryLeft": "-12px 0px 32px -16px rgba(255, 255, 255, 0.24),-12px 0px 60px 0px rgba(255, 255, 255, 0.12),0px 0px 1px 0px rgba(255, 255, 255, 0.04)",
|
|
417
|
-
"boxShadowInput": "0px 12px 24px -16px rgba(255, 255, 255, 0.08),0px 12px 40px 0px rgba(255, 255, 255, 0.16),0px 0px 1px 0px rgba(255, 255, 255, 0.04)"
|
|
418
|
-
|
|
418
|
+
"boxShadowInput": "0px 12px 24px -16px rgba(255, 255, 255, 0.08),0px 12px 40px 0px rgba(255, 255, 255, 0.16),0px 0px 1px 0px rgba(255, 255, 255, 0.04)"
|
|
419
|
+
|
|
419
420
|
}
|
|
420
421
|
```
|
|
421
422
|
|
package/llms/index.llms.txt
CHANGED
|
@@ -1,58 +1,59 @@
|
|
|
1
1
|
# 索引
|
|
2
2
|
|
|
3
|
-
- [](components/commonComponents/Upload/index.zh-CN.llms.txt)
|
|
4
3
|
- [](components/commonComponents/Video/index.zh-CN.llms.txt)
|
|
5
|
-
- [](components/commonComponents/
|
|
4
|
+
- [](components/commonComponents/Upload/index.zh-CN.llms.txt)
|
|
6
5
|
- [](components/commonComponents/TimePicker/index.zh-CN.llms.txt)
|
|
6
|
+
- [](components/commonComponents/Tooltip/index.zh-CN.llms.txt)
|
|
7
7
|
- [](components/commonComponents/Tag/index.zh-CN.llms.txt)
|
|
8
|
-
- [](components/commonComponents/Table/index.zh-CN.llms.txt)
|
|
9
8
|
- [](components/commonComponents/Tabs/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)
|
|
14
|
+
- [](components/commonComponents/Skeleton/index.zh-CN.llms.txt)
|
|
14
15
|
- [](components/commonComponents/Slider/index.zh-CN.llms.txt)
|
|
16
|
+
- [](components/commonComponents/Result/index.zh-CN.llms.txt)
|
|
15
17
|
- [](components/commonComponents/Select/index.zh-CN.llms.txt)
|
|
16
|
-
- [](components/commonComponents/Skeleton/index.zh-CN.llms.txt)
|
|
17
18
|
- [](components/commonComponents/RadioButton/index.zh-CN.llms.txt)
|
|
18
|
-
- [](components/commonComponents/Result/index.zh-CN.llms.txt)
|
|
19
19
|
- [](components/commonComponents/Radio/index.zh-CN.llms.txt)
|
|
20
|
-
- [](components/commonComponents/PromptsEditor/index.zh-CN.llms.txt)
|
|
21
20
|
- [](components/commonComponents/Progress/index.zh-CN.llms.txt)
|
|
22
|
-
- [](components/commonComponents/Popover/index.zh-CN.llms.txt)
|
|
23
|
-
- [](components/commonComponents/Pagination/index.zh-CN.llms.txt)
|
|
24
21
|
- [](components/commonComponents/Popconfirm/index.zh-CN.llms.txt)
|
|
25
|
-
- [](components/commonComponents/Modal/index.zh-CN.llms.txt)
|
|
26
22
|
- [](components/commonComponents/Notification/index.zh-CN.llms.txt)
|
|
27
|
-
- [](components/commonComponents/
|
|
23
|
+
- [](components/commonComponents/PromptsEditor/index.zh-CN.llms.txt)
|
|
24
|
+
- [](components/commonComponents/Popover/index.zh-CN.llms.txt)
|
|
25
|
+
- [](components/commonComponents/Modal/index.zh-CN.llms.txt)
|
|
26
|
+
- [](components/commonComponents/Pagination/index.zh-CN.llms.txt)
|
|
28
27
|
- [](components/commonComponents/Message/index.zh-CN.llms.txt)
|
|
29
28
|
- [](components/commonComponents/Input/index.zh-CN.llms.txt)
|
|
29
|
+
- [](components/commonComponents/InputNumber/index.zh-CN.llms.txt)
|
|
30
30
|
- [](components/commonComponents/Image/index.zh-CN.llms.txt)
|
|
31
|
-
- [](components/commonComponents/Form/index.zh-CN.llms.txt)
|
|
32
31
|
- [](components/commonComponents/IconButton/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)
|
|
36
|
-
- [](components/commonComponents/
|
|
35
|
+
- [](components/commonComponents/Empty/index.zh-CN.llms.txt)
|
|
37
36
|
- [](components/commonComponents/Drawer/index.zh-CN.llms.txt)
|
|
37
|
+
- [](components/commonComponents/Descriptions/index.zh-CN.llms.txt)
|
|
38
38
|
- [](components/commonComponents/DatePicker/index.zh-CN.llms.txt)
|
|
39
39
|
- [](components/commonComponents/CollapsePanel/index.zh-CN.llms.txt)
|
|
40
|
-
- [](components/commonComponents/Collapse/index.zh-CN.llms.txt)
|
|
41
40
|
- [](components/commonComponents/CodeBlock/index.zh-CN.llms.txt)
|
|
42
41
|
- [](components/commonComponents/Checkbox/index.zh-CN.llms.txt)
|
|
43
|
-
- [](components/commonComponents/
|
|
42
|
+
- [](components/commonComponents/Collapse/index.zh-CN.llms.txt)
|
|
44
43
|
- [](components/commonComponents/Button/index.zh-CN.llms.txt)
|
|
44
|
+
- [](components/commonComponents/Card/index.zh-CN.llms.txt)
|
|
45
45
|
- [](components/commonComponents/Breadcrumb/index.zh-CN.llms.txt)
|
|
46
46
|
- [](components/commonComponents/Avatar/index.zh-CN.llms.txt)
|
|
47
47
|
- [](components/commonComponents/Anchor/index.zh-CN.llms.txt)
|
|
48
48
|
- [](components/commonComponents/Audio/index.zh-CN.llms.txt)
|
|
49
|
-
- [](components/commonComponents/AlertDialog/index.zh-CN.llms.txt)
|
|
50
49
|
- [](components/commonComponents/Alert/index.zh-CN.llms.txt)
|
|
50
|
+
- [](components/commonComponents/AlertDialog/index.zh-CN.llms.txt)
|
|
51
51
|
- [](docs/guide/theme.zh-CN.llms.txt)
|
|
52
|
-
- [概述](docs/guide/overview.zh-CN.llms.txt)
|
|
53
52
|
- [使用](docs/guide/iconfont.zh-CN.llms.txt)
|
|
54
|
-
- [
|
|
53
|
+
- [概述](docs/guide/overview.zh-CN.llms.txt)
|
|
55
54
|
- [使用](docs/guide/sparkIcons.zh-CN.llms.txt)
|
|
56
|
-
- [Vibe 编程](docs/guide/vibe-coding.zh-CN.llms.txt)
|
|
57
55
|
- [从零开始使用](docs/guide/fromScratch.zh-CN.llms.txt)
|
|
58
|
-
- [
|
|
56
|
+
- [从 Antd 迁移](docs/guide/fromAntd.zh-CN.llms.txt)
|
|
57
|
+
- [Vibe 编程](docs/guide/vibe-coding.zh-CN.llms.txt)
|
|
58
|
+
- [Tokens](docs/guide/tokens&variables.zh-CN.llms.txt)
|
|
59
|
+
- [](docs/changelog/index.zh-CN.llms.txt)
|