@kdcloudjs/kdesign 1.0.4 → 1.1.2
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/CHANGELOG.md +62 -0
- package/dist/kdesign-complete.less +230 -224
- package/dist/kdesign.css +127 -96
- package/dist/kdesign.css.map +1 -1
- package/dist/kdesign.js +46 -52
- package/dist/kdesign.js.map +1 -1
- package/dist/kdesign.min.css +4 -4
- package/dist/kdesign.min.js +6 -6
- package/dist/kdesign.min.js.map +1 -1
- package/es/anchor/style/index.css +5 -0
- package/es/anchor/style/index.less +5 -0
- package/es/avatar/style/token.less +13 -8
- package/es/base-data/base-data.js +5 -1
- package/es/base-data/style/index.css +8 -3
- package/es/base-data/style/index.less +8 -3
- package/es/base-data/style/token.less +7 -0
- package/es/button/style/index.css +4 -4
- package/es/button/style/index.less +1 -1
- package/es/button/style/token.less +16 -14
- package/es/card/card.d.ts +1 -0
- package/es/card/card.js +4 -1
- package/es/card/style/index.css +16 -0
- package/es/card/style/index.less +19 -0
- package/es/card/style/token.less +8 -8
- package/es/carousel/style/index.css +4 -4
- package/es/carousel/style/token.less +10 -9
- package/es/city-picker/style/token.less +7 -7
- package/es/config-provider/compDefaultProps.d.ts +0 -1
- package/es/config-provider/compDefaultProps.js +1 -2
- package/es/date-picker/style/index.css +8 -8
- package/es/date-picker/style/index.less +8 -8
- package/es/date-picker/style/token.less +3 -21
- package/es/drawer/drawer.d.ts +0 -1
- package/es/drawer/drawer.js +6 -26
- package/es/drawer/style/index.css +8 -11
- package/es/drawer/style/index.less +7 -9
- package/es/drawer/style/token.less +3 -1
- package/es/dropdown/dropdown.d.ts +1 -0
- package/es/dropdown/dropdown.js +9 -6
- package/es/dropdown/menu.d.ts +1 -1
- package/es/dropdown/menu.js +3 -3
- package/es/form/Field.js +4 -2
- package/es/form/style/index.css +1 -2
- package/es/form/style/index.less +1 -2
- package/es/form/style/token.less +7 -12
- package/es/icon/interface.js +1 -1
- package/es/image/style/token.less +0 -13
- package/es/menu/menuItem.js +1 -2
- package/es/message/content.js +7 -3
- package/es/message/style/index.css +30 -13
- package/es/message/style/index.less +22 -9
- package/es/message/style/token.less +29 -5
- package/es/notification/content.js +1 -1
- package/es/notification/style/index.css +1 -1
- package/es/notification/style/index.less +1 -1
- package/es/pagination/pagination.js +2 -2
- package/es/pagination/style/token.less +5 -3
- package/es/progress/style/token.less +0 -8
- package/es/radio/style/token.less +0 -16
- package/es/select/style/index.css +2 -2
- package/es/select/style/token.less +2 -2
- package/es/split-panel/style/index.css +24 -42
- package/es/split-panel/style/index.less +14 -33
- package/es/split-panel/style/token.less +15 -4
- package/es/stepper/style/index.css +1 -0
- package/es/stepper/style/index.less +1 -0
- package/es/stepper/style/token.less +8 -10
- package/es/switch/style/token.less +0 -6
- package/es/timeline/style/token.less +0 -8
- package/es/transfer/operation.js +2 -2
- package/es/transfer/style/index.css +5 -1
- package/es/transfer/style/index.less +4 -0
- package/es/transfer/style/token.less +1 -1
- package/es/tree/style/index.css +6 -3
- package/es/tree/style/index.less +4 -0
- package/es/tree/style/token.less +2 -2
- package/lib/anchor/style/index.css +5 -0
- package/lib/anchor/style/index.less +5 -0
- package/lib/avatar/style/token.less +13 -8
- package/lib/base-data/base-data.js +5 -1
- package/lib/base-data/style/index.css +8 -3
- package/lib/base-data/style/index.less +8 -3
- package/lib/base-data/style/token.less +7 -0
- package/lib/button/style/index.css +4 -4
- package/lib/button/style/index.less +1 -1
- package/lib/button/style/token.less +16 -14
- package/lib/card/card.d.ts +1 -0
- package/lib/card/card.js +4 -1
- package/lib/card/style/index.css +16 -0
- package/lib/card/style/index.less +19 -0
- package/lib/card/style/token.less +8 -8
- package/lib/carousel/style/index.css +4 -4
- package/lib/carousel/style/token.less +10 -9
- package/lib/city-picker/style/token.less +7 -7
- package/lib/config-provider/compDefaultProps.d.ts +0 -1
- package/lib/config-provider/compDefaultProps.js +1 -2
- package/lib/date-picker/style/index.css +8 -8
- package/lib/date-picker/style/index.less +8 -8
- package/lib/date-picker/style/token.less +3 -21
- package/lib/drawer/drawer.d.ts +0 -1
- package/lib/drawer/drawer.js +6 -26
- package/lib/drawer/style/index.css +8 -11
- package/lib/drawer/style/index.less +7 -9
- package/lib/drawer/style/token.less +3 -1
- package/lib/dropdown/dropdown.d.ts +1 -0
- package/lib/dropdown/dropdown.js +9 -6
- package/lib/dropdown/menu.d.ts +1 -1
- package/lib/dropdown/menu.js +3 -3
- package/lib/form/Field.js +4 -2
- package/lib/form/style/index.css +1 -2
- package/lib/form/style/index.less +1 -2
- package/lib/form/style/token.less +7 -12
- package/lib/icon/interface.js +1 -1
- package/lib/image/style/token.less +0 -13
- package/lib/menu/menuItem.js +1 -2
- package/lib/message/content.js +7 -3
- package/lib/message/style/index.css +30 -13
- package/lib/message/style/index.less +22 -9
- package/lib/message/style/token.less +29 -5
- package/lib/notification/content.js +1 -1
- package/lib/notification/style/index.css +1 -1
- package/lib/notification/style/index.less +1 -1
- package/lib/pagination/pagination.js +2 -2
- package/lib/pagination/style/token.less +5 -3
- package/lib/progress/style/token.less +0 -8
- package/lib/radio/style/token.less +0 -16
- package/lib/select/style/index.css +2 -2
- package/lib/select/style/token.less +2 -2
- package/lib/split-panel/style/index.css +24 -42
- package/lib/split-panel/style/index.less +14 -33
- package/lib/split-panel/style/token.less +15 -4
- package/lib/stepper/style/index.css +1 -0
- package/lib/stepper/style/index.less +1 -0
- package/lib/stepper/style/token.less +8 -10
- package/lib/switch/style/token.less +0 -6
- package/lib/timeline/style/token.less +0 -8
- package/lib/transfer/operation.js +2 -2
- package/lib/transfer/style/index.css +5 -1
- package/lib/transfer/style/index.less +4 -0
- package/lib/transfer/style/token.less +1 -1
- package/lib/tree/style/index.css +6 -3
- package/lib/tree/style/index.less +4 -0
- package/lib/tree/style/token.less +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
## [1.1.1](https://github.com/kdcloudone/kdesign/compare/v1.1.0...v1.1.1) (2022-04-01)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* [base-data] 更正开放token属性及选中项颜色值 ([5cb9c65](https://github.com/kdcloudone/kdesign/commit/5cb9c65b373231b50b83e71f197c3d41fa7c8ce5))
|
|
7
|
+
* [form]检验require未正确添加 ([607b251](https://github.com/kdcloudone/kdesign/commit/607b2511aa2c88f6cedd85af3793a9e09191ffe1))
|
|
8
|
+
* [form]fix token ([8ccf9aa](https://github.com/kdcloudone/kdesign/commit/8ccf9aa99210315f7236967797b310d99d63140d))
|
|
9
|
+
* [icon] 优化图标名称 ([b2b7838](https://github.com/kdcloudone/kdesign/commit/b2b7838461d4a9b8d5ea20aa98babb31774939b3))
|
|
10
|
+
* [menu] 1:删除子菜单title;2:收起class根据collapsed属性添加;3:添加默认宽度,删除demo中的宽度;4:token相关修改 ([#29](https://github.com/kdcloudone/kdesign/issues/29)) ([bb1b8fa](https://github.com/kdcloudone/kdesign/commit/bb1b8faa5bffc6b20f250c452c2af037e2f4e6a7))
|
|
11
|
+
* [message] 更新消息提示视觉稿 ([f416344](https://github.com/kdcloudone/kdesign/commit/f416344ef8de7b36ef3068f67816f1f907d2a26f))
|
|
12
|
+
* [select] 修复选中时字体颜色值 ([c94dcfc](https://github.com/kdcloudone/kdesign/commit/c94dcfcfdc89b0157b8f8dc0b08c7241f3ff55f7))
|
|
13
|
+
* [token] 格式修改 ([e34b377](https://github.com/kdcloudone/kdesign/commit/e34b377c0889b06f84e3ed4ebf3a92740b366dd5))
|
|
14
|
+
* [tree] 更新选中时图标与字体颜色 ([e62f32e](https://github.com/kdcloudone/kdesign/commit/e62f32ef324c783641794e53dbb65c374228a089))
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* [carousel] 更新样式 ([872a1fb](https://github.com/kdcloudone/kdesign/commit/872a1fb3b7cf51b2bd88b97596d69952a352090c))
|
|
20
|
+
* [icon] 新增图标:xingzhuangjiehe ([be6c304](https://github.com/kdcloudone/kdesign/commit/be6c304c60ae86f25f0b4ca245da422fe537c68b))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
# [1.1.0](https://github.com/kdcloudone/kdesign/compare/v1.0.4...v1.1.0) (2022-03-24)
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Bug Fixes
|
|
28
|
+
|
|
29
|
+
* [anchor] 修复锚点鼠标悬浮上去的样式 ([b32a060](https://github.com/kdcloudone/kdesign/commit/b32a060755e6efdeedf7510459c0870c9223f7e9))
|
|
30
|
+
* [card]新增配置项extra ([05bc54b](https://github.com/kdcloudone/kdesign/commit/05bc54b4fcfcc19cf429f0a6808514dd604ca1d6))
|
|
31
|
+
* [cli] kdesign组件库文档 底部样式修改 ,内容更新 ([b928661](https://github.com/kdcloudone/kdesign/commit/b9286612cc5d3f7755e5f71436e530f48b05d3a6))
|
|
32
|
+
* [link] 修复链接组件文档错误 ([d72e4b1](https://github.com/kdcloudone/kdesign/commit/d72e4b1ecb0a92c04886ca1bf420e7480bd00824))
|
|
33
|
+
* [notification]提示内容部分类名修改 ([1b40f9c](https://github.com/kdcloudone/kdesign/commit/1b40f9c907cb30095ac01f775e075389f6324e7b))
|
|
34
|
+
* [notification]自定义样式例子优化 ([af9181c](https://github.com/kdcloudone/kdesign/commit/af9181c28974ff93678e8f193b50c28d842c44b3))
|
|
35
|
+
* [split-panel] 更新分隔容器视觉稿 ([034f347](https://github.com/kdcloudone/kdesign/commit/034f34748c01dac0b67dffcdc17aba3352908f15))
|
|
36
|
+
* [transfer]样式问题修复 ([f1c902d](https://github.com/kdcloudone/kdesign/commit/f1c902df67228ab01b30c50a272f2cd5756610c3))
|
|
37
|
+
* 修复pagination不能通过pageSize更改分页下拉选中选型的bug ([738de73](https://github.com/kdcloudone/kdesign/commit/738de73f5b079e4bfcf8852b7a7679a8e1ef5553))
|
|
38
|
+
* del memu title ([e2594f9](https://github.com/kdcloudone/kdesign/commit/e2594f9435f1c7b749aec80516d819ba27549353))
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
### Features
|
|
42
|
+
|
|
43
|
+
* [drawer]抽屉组件样式更新 ([9889b2f](https://github.com/kdcloudone/kdesign/commit/9889b2fed0a375fa535fc33666ff79c2334add89))
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
## [1.0.4](https://github.com/kdcloudone/kdesign/compare/e94657f8a428cba3bce8f8747dbc7314c8fd736b...v1.0.4) (2022-03-02)
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
### Bug Fixes
|
|
51
|
+
|
|
52
|
+
* [官网] 修复官网IE11兼容问题 ([e0f78a1](https://github.com/kdcloudone/kdesign/commit/e0f78a179870cdacbf7692f7978c725a359d2dbe))
|
|
53
|
+
* [changelog] 更新生成日志脚本 ([dd8d88d](https://github.com/kdcloudone/kdesign/commit/dd8d88dd159df3edfb6c02b550b3222e25167ba6))
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
### Features
|
|
57
|
+
|
|
58
|
+
* [cli] 增加Design Token功能 ([49dfb66](https://github.com/kdcloudone/kdesign/commit/49dfb6677dda32768cc6f295c32ad10c6a6085d0))
|
|
59
|
+
* init ([e94657f](https://github.com/kdcloudone/kdesign/commit/e94657f8a428cba3bce8f8747dbc7314c8fd736b))
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|