Migrate to twenty-ui - utilities/animation (#7951)
This PR was created by [GitStart](https://gitstart.com/) to address the requirements from this ticket: [TWNTY-7538](https://clients.gitstart.com/twenty/5449/tickets/TWNTY-7538). --- ### Description - Move animation components to `twenty-ui` \ \ \ Fixes #7538 Co-authored-by: gitstart-twenty <gitstart-twenty@users.noreply.github.com> Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
committed by
GitHub
parent
edc36c707d
commit
113e9fc8c7
@ -1,3 +1,9 @@
|
||||
export * from './animation/components/AnimatedContainer';
|
||||
export * from './animation/components/AnimatedEaseIn';
|
||||
export * from './animation/components/AnimatedEaseInOut';
|
||||
export * from './animation/components/AnimatedFadeOut';
|
||||
export * from './animation/components/AnimatedTextWord';
|
||||
export * from './animation/components/AnimatedTranslation';
|
||||
export * from './color/utils/stringToHslColor';
|
||||
export * from './getDisplayValueByUrlType';
|
||||
export * from './image/getImageAbsoluteURI';
|
||||
|
||||
Reference in New Issue
Block a user