234 Commits

Author SHA1 Message Date
chenjiahan
497f36a2d3 docs(Style): use composition api 2020-12-13 17:00:10 +08:00
chenjiahan
28afc8a521 Merge branch '2.x' into dev 2020-12-01 10:12:54 +08:00
chenjiahan
b57f7e9d98 style(Circle): add @circle-size less var 2020-11-30 23:00:32 +08:00
chenjiahan
65a5ed8553 style(Circle): add @circle-layer-color less var 2020-11-30 23:00:32 +08:00
chenjiahan
1a6cf64f54 style(Circle): add @circle-color less var 2020-11-30 23:00:32 +08:00
chenjiahan
87b0a03495 style(IndexBar): adjust sticky anchor color to red 2020-11-30 23:00:32 +08:00
chenjiahan
65b6807a7e style(IndexBar): adjust default highlight color to red 2020-11-30 23:00:32 +08:00
neverland
28a04148f1
feat: add Badge component (#7602) 2020-11-22 10:26:59 +08:00
chenjiahan
27706b023b Merge branch '2.x' into dev 2020-11-20 20:46:10 +08:00
chenjiahan
0f98c5b25e chore: remove unused less vars 2020-11-20 14:31:27 +08:00
chenjiahan
85202c7676 style(Popover): add less vars 2020-11-20 14:26:41 +08:00
chenjiahan
03fd1f297d docs(Popover): add choose placement demo 2020-11-20 14:26:41 +08:00
chenjiahan
6c6ea01599 Merge branch '2.x' into dev 2020-11-15 11:16:02 +08:00
neverland
3e990f8d79
feat(Skeleton): add @skeleton-title-width less var (#7557) 2020-11-15 08:56:32 +08:00
neverland
3f4e0a04c5
feat(Skeleton): add @skeleton-avatar-size less var (#7556) 2020-11-15 08:52:50 +08:00
chenjiahan
1805f21308 Merge branch '2.x' into dev 2020-11-04 20:06:59 +08:00
neverland
ce619c67e2
style(Switch): remove unnecessary z-index (#7497) 2020-11-04 18:32:35 +08:00
chenjiahan
2293b652ab Merge branch '2.x' into dev 2020-10-29 22:03:29 +08:00
neverland
e9a21d4815
style(Popup): adjust round border radius to 16px (#7421) 2020-10-27 17:27:01 +08:00
chenjiahan
e8244c44e1 docs: remove demo-section 2020-10-22 16:44:19 +08:00
chenjiahan
b5cd336bb8 Merge branch 'dev' into next 2020-10-22 16:10:38 +08:00
neverland
83095c7d1e
Revert "style(Field): adjust placeholder color to gray-6 (#7192)" (#7375)
This reverts commit 9896d1f49ae4023aba9d1c786561ac6d845dc4eb.
2020-10-21 16:38:16 +08:00
chenjiahan
06c05ba8bd chore: remove reset.less 2020-09-17 14:21:45 +08:00
chenjiahan
34f1124999 Merge branch 'dev' into next 2020-09-17 14:20:23 +08:00
neverland
9896d1f49a
style(Field): adjust placeholder color to gray-6 (#7192) 2020-09-17 11:01:40 +08:00
neverland
5debc352ff
style(Dialog): add message min-height (#7191) 2020-09-17 10:58:40 +08:00
chenjiahan
644ab9f7d0 Merge branch 'dev' into next 2020-09-13 09:40:27 +08:00
Callum
61106313dc
feat(TabbarItem): add @tabbar-item-active-background-color less var (#7162)
* Update var.less

* Update index.less
2020-09-11 23:11:14 +08:00
chenjiahan
ad5980c914 Merge branch 'dev' into next 2020-09-10 17:35:33 +08:00
neverland
c77033dfbc
fix(Tag): text vertical align in miui (#7151)
* fix(Tag): text vertical align in miui

* chore: adjust font order
2020-09-10 17:32:54 +08:00
chenjiahan
a528023405 Merge branch 'dev' into next 2020-08-25 11:49:18 +08:00
neverland
14609a3c3d
style(Toast): adjust top position (#7044) 2020-08-25 11:47:16 +08:00
chenjiahan
07d1a2590f breaking change(Button): add success type, remove info type 2020-08-21 10:09:21 +08:00
chenjiahan
63bd4700ab breaking change: rename Info to Badge 2020-08-20 19:36:12 +08:00
chenjiahan
fc825d7a33 breaking change: rename GoodsAction to ActionBar 2020-08-20 11:54:04 +08:00
neverland
4f9eeec752
style(Tabs): adjust default line-width to 40px (#7002) 2020-08-13 20:50:53 +08:00
neverland
12365051fc
feat(Tab): add @tab-line-height less var (#6985) 2020-08-11 20:51:01 +08:00
neverland
eb9c758acf
fix(Icon): fix badge number align (#6975)
* Revert "fix(Info): number vertical align center (#6952)"

This reverts commit 3eb8e00843dc7f5cfcac40ffd0abb2e474573035.

* style(Icon): fix badge number align

* fix(Icon): line-height
2020-08-10 15:55:03 +08:00
neverland
684f2f41b9
style(TabbarItem): increase icon size to 22px (#6972) 2020-08-10 11:43:10 +08:00
neverland
c2a3f6411e
style(ContactList): add safe area inset bottom (#6970) 2020-08-10 11:21:53 +08:00
neverland
f9a7da54c5
fix(AddressEdit): incorrect label wrap on safari (#6969) 2020-08-10 11:14:18 +08:00
neverland
3eb8e00843
fix(Info): number vertical align center (#6952) 2020-08-06 19:01:45 +08:00
rex
e0da17d8d9
fix(Dialog): incorrect padding with round-button theme (#6936)
* refactor(dialog): incorrect padding with round-button theme

* refactor(dialog): remove class name & combine style
2020-08-04 19:07:19 +08:00
rex
26c754e2f6
feat(Dialog): add new prop theme (#6921)
* feat(dialog): add new prop button-theme & change default confirm button text color

* test(dialog): update snapshot

* refactor(dialog): rename button-theme to theme

* refactor(dialog): add theme definition

* docs(dialog): add version tip & change default confirm-button-color
2020-08-03 21:02:14 +08:00
chenjiahan
729cca61a9 style(Image): adjust icon color to @gray-4 2020-07-31 20:35:40 +08:00
chenjiahan
6d0c54e8f4 feat(DropdownMenu): add @dropdown-menu-box-shadow var 2020-07-31 20:09:57 +08:00
neverland
7d375e3af3
style(NumberKeyboard): adjust key height to 28px (#6899) 2020-07-29 18:12:42 +08:00
neverland
378009fefa
style(Image): update loading icon and error icon (#6890) 2020-07-29 09:36:15 +08:00
neverland
e12b468843
style(DropdownMenu): adjust default active color to @red (#6863) 2020-07-24 17:45:20 +08:00
chenjiahan
b43b8fc943 Revert "style(Sidebar): adjust selected text color to @red (#6860)"
This reverts commit d7f30bb5fee6f726d9e29525c9d2a4a6f39ff08f.
2020-07-24 17:24:16 +08:00