·
1 commit
to main
since this release
Minor Changes
- #703
148430e
Thanks @jordmccord! - - UpdatesFlex
component space values to align with Hearth React Native.- Adds new tokens from Hearth React Native for enhanced design consistency.
- Removes deprecated tokens to streamline the codebase.
- Removes deprecated
VStack
andHStack
components in favor of using the more versatileFlex
component. - Fixes
useTheme
hook so type is correctly inferred when destructuring the returned theme object.