MadCcc
ab19033876
docs: replace lib with es ( #36367 )
2 years ago
二货机器人
9bc30d1ed1
fix: ErrorList shaking ( #36358 )
* fix: ErrorList shaking
* fix: React 18 test case
2 years ago
afc163
b69f2895d9
style: Radio focus shadow should be transparency ( #36335 )
2 years ago
二货机器人
bd2b80fb88
chore: Use cssinjs `createTheme` which support auto cache ( #36329 )
* chore: bump
* chore: use cssinjs cache version
2 years ago
dingkang
40728fb4dc
test: replace layout test case with test lib ( #36323 )
* test: replace layout test case with test lib
* test: fix react 18
* test: clean up
Co-authored-by: zombiej <smith3816@gmail.com>
2 years ago
yykoypj
1d82f221b6
test: move test cases to @testing/library for Carousel ( #35926 )
* test: move test cases to @testing/library for Carousel
* fix: wait for animation
2 years ago
MadCcc
0a7b4d331d
fix: checkbox should be disabled by form ( #36345 )
* fix: checkbox should be disabled by form
* chore: code clean
* test: update snapshot
* chore: snapshot
2 years ago
MadCcc
8ab7851870
test: update snapshot ( #36344 )
* test: update snapshot
* test: update snapshot
2 years ago
Yuki Zhang
efe6d7c8a1
test: move test cases to testing lib for Switch ( #36326 )
* add
* test: wave
* fix: type
2 years ago
Yuki Zhang
201a66793f
test: move test cases to testing lib for Spin ( #36317 )
* test: move test cases to testing lib for Spin
* fix: types
* fix: lint
2 years ago
Jamki
5f933ebd2b
fix: Fixed an error when the loading property of the Button component… ( #36288 )
* fix: Fixed an error when the loading property of the Button component was passed into null
* Update components/button/button.tsx
Obviously, this suggestion is more concise , thanks a lot
Co-authored-by: afc163 <afc163@gmail.com>
* Update components/button/button.tsx
* Update components/button/button.tsx
Co-authored-by: kejianfeng <kejianfeng@cvte.com>
Co-authored-by: afc163 <afc163@gmail.com>
2 years ago
MadCcc
42e030edd9
fix: arrow compatibility ( #36266 )
* fix: arrow campatibility
* chore: code clean
* chore: rm useless style
* chore: code clean
* fix: use inset
* chore: bundlesize optimization
* chore: rm useless style
* chore: rm useless style
2 years ago
afc163
33400eee8f
chore: reduce css bundle size ( #36307 )
2 years ago
MadCcc
abb409ccf7
refactor: token update ( #36306 )
2 years ago
二货机器人
66a3594e95
refactor: Provide top theme export and theme adjuster ( #36302 )
* chore: change theme mode
* refactor: export theme
* refactor: top of theme
* chore: map of token
* chore: fix lint
* chore: rename
* test: fix test case
2 years ago
二货机器人
75c1f7e3bd
chore: adjust warning info ( #36298 )
2 years ago
MadCcc
70334ff3c9
chore: fix override type ( #36297 )
2 years ago
MadCcc
0b2acfc6cb
refactor: color map token ( #36285 )
* refactor: map token
* fix: remove colorBase in maptoken
* chore: interface
* feat: genCommonMapToken
2 years ago
二货机器人
d24f67f66b
test: Fix table empty test ( #36290 )
2 years ago
afc163
fe52f2c8dc
style: fix Table shadow bug in nested situation ( #36277 )
close #36203
2 years ago
MadCcc
8e4f1c6836
refactor: token update ( #36279 )
* refactor: token update
* chore: add js doc
* test: fix lint
* test: update test
2 years ago
dingkang
a2c7ea4ab6
test: replace test case with test lib ( #36276 )
2 years ago
Alan Deng
bf924df874
style(Divider): replace fixed class name with variable ( #36271 )
2 years ago
二货机器人
fe907cc57b
refactor: Export theme useDesignToken as root hooks ( #36267 )
* refactor: export useDesignToken
* chore: site update
* chore: not conflict with react version
* chore: update snapshot
* chore: update snapshot
2 years ago
MadCcc
2c7a8af2f4
refactor: wave css variables ( #36263 )
* refactor: wave use css variables
* fix: get wave color
* chore: code clean
* test: update test case
* test: add test case
* chore: code clean
* test: update test case
2 years ago
afc163
3ee6c47da2
chore: update Belarusian locale ( #36265 )
* Edited Belarusian locale:
- Added missed entries
- Fixed some mistakes
* test: update snapshot
Co-authored-by: Aliaksiej Razumaŭ <belarusaed@gmail.com>
2 years ago
MadCcc
619d786948
refactor: Wave cssinjs ( #36259 )
* refactor: Wave cssinjs
* feat: enable hash
* refactor: tag & switch support wave
* chore: code clean
2 years ago
MadCcc
932398333e
test: add override component token test ( #36257 )
* test: add override component token test
* test: update snapshot
2 years ago
MadCcc
483c8d39bd
refactor: wrap Wave with FC ( #36248 )
* refactor: wrap Wave with FC
* test: update test case
2 years ago
二货机器人
de2992f96f
chore: move path ( #36243 )
* chore: base move
* chore: all path
* chore: fix script
2 years ago
MadCcc
8f5e0d12ed
refactor: refactor token types ( #36242 )
* refactor: refactor token types
* chore: code clean
2 years ago
MadCcc
db62ade5f6
fix: popover arrow support custom color ( #36241 )
2 years ago
Tianyuan Zhang
93400e25ec
docs: update Tabs demo code ( #36217 )
* docs:update demo code
* docs: update Tabs demo code
* docs: update Tabs demo code
2 years ago
afc163
eeedb876c0
chore: fix eslint warning and bisheng terminal log ( #36220 )
* chore: fix eslint warning
* chore: fix bisheng log
* Update basic.md
2 years ago
afc163
d733de8f14
docs: update valueStyle description ( #36226 )
close #36219
2 years ago
Alan Deng
02a0e6f160
style: Skeleton.Button square shape style ( #36123 )
* refactor: Skeleton.Button square shape style
the Button's square shape style is same as Avator's that its width is equal to height,
and the old square shape become the default shape that its width is double size to height.
* fix: `ButtonShapeType` type annotation
2 years ago
afc163
326978e736
style: fix Table expand icon align issue ( #36215 )
2 years ago
afc163
f7cc14c0e2
fix: upload test case
2 years ago
MadCcc
9f2f9bb57f
refactor: default theme with algorithm ( #36175 )
* refactor: alias token
* refactor: use palettes
* refactor: default theme
* chore: code clean
* refactor: component token
* feat: light tokens
* feat: add dark theme
* feat: dark derivative
* chore: code clean
* refactor: fix colorBgContainer
* refactor: rename token
* test: fix lint
* chore: code clean
* chore: code clen
* refactor: badge shadow color
* test: add test case
2 years ago
afc163
f8a9cb3498
fix: nested Table margin style ( #36209 )
* fix: nested Table margin style
* fix: tsx demo
* test: update snapshot
2 years ago
MadCcc
373f0c5a65
refactor: shadow alias ( #36213 )
* refactor: shadow
* refactor: component box shadow
* refactor: shadow alias
2 years ago
afc163
7357f55d52
fix: Upload listType="picture-card" select button when children is empty ( #36196 )
* fix: Upload listType="picture-card" select button should be hidden when children is empty
close #36183
* test: fix test case
2 years ago
Dunqing
2971e3b081
fix: Reset the last selection key ( #34705 )
* fix: reset last selection key
* reset last selection key when deselect
* fix: add test case
* fix: remove unused code
* fix: enzyme bug
* fix: update test
* styles: remove empty line
* fix: lint error
* test: migrate to testing-libary
* fix: xxx.simulate is not a function
* fix: lint error
* fix: use wrong
* fix: solved test not work
Co-authored-by: dengqing <qing.deng@goldenpig.com.cn>
2 years ago
二货机器人
c5b742d253
docs: warning for alpha ( #36194 )
* docs: warning for alpha
* chore: move to file
* fix: warning client only
* chore: move
2 years ago
Dunqing
3ea2817549
fix: type incompatibility in strict mode ( #36189 )
* fix: type incompatibility
* fix: type
2 years ago
afc163
12f0b834dc
style: fix Button loading icon margin issue ( #36195 )
ref #36168
2 years ago
afc163
88415f45e1
chore: fix Menu deprecated warning when item={undefined} ( #36190 )
2 years ago
Andrew Horn
1c8415c494
Corrected grammar in comment in hooks.md ( #36185 )
2 years ago
lijianan
4401c74a16
refactor: performance optimization ( #36177 )
* style: code style optimization
* style: code style optimization
* style: code style optimization
* style: code style optimization
* fix: Code style optimization
* style: format
2 years ago
Amumu
ebc7527de3
fix: fix snapshot after si_LK locale is merged ( #36181 )
2 years ago