refactor: use @ant-design/fast-color instead (#4070)
* refactor: Use @ant-design/fast-color instead
* fix: test failed
* chore: remove isValidColor
All FastColor objects are valid. So isValid is always true.
FastColor("not-a-color") -> `#000000`
* refactor: rename directory `colorful` to `color`
* fix: ci fail
master
parent
861f39b519
commit
1d38fb647e
@ -1,4 +1,4 @@
|
||||
export * from './cache';
|
||||
export * from './colorful';
|
||||
export * from './color';
|
||||
export * from './constants';
|
||||
export * from './utils';
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
export * from './helpers';
|
||||
export * from '@vben-core/shared/colorful';
|
||||
export * from '@vben-core/shared/color';
|
||||
export * from '@vben-core/shared/utils';
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue