Rework alignment management of Flex (+Column, +Row)
changes:
- removed justifyContent and alignItems props from Flex
- added horizontal and vertical props to Flex
- added center prop (shorthand for horizontal: center + vertical: center)
features:
- more compact syntax
- consistency regardless of flex-direction
Read docs: Once UI