You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(TextAnimate): align component with Mantine Text API and update demos
- Extend TextAnimateProps with TextProps (excluding styling props) for better type safety
- Change default component from <div> to <p> and update defaultRef accordingly
- Add TextVariant support and include TextStylesNames in stylesNames
- Update demos to use new `c` and `gradient` props and adjust animation settings
- Ensure gradient variant works consistently across examples
0 commit comments