* feat(suite-native): enhanced entering notification animation
* feat(suite-native): transaction notifications logic
* feat(suite-native): transaction confirmed notification
* feat(suite-native): receive stack navigator
Receive screens were moved to a dedicated stack navigator.
The `ReceiveScreen` is displayed as normal a screen instead of a modal.
Transaction notifications are displayed in reaction on @suite-common/toast-notification redux state.
closes#7721
* feat(suite-native): color tokes defined
* feat(suite-native): auto generated color themes
Color themes are autogenerated from design figma file with command `yarn generate-colors`.
* refactor(suite-native): deprecated component device action buttons removed
* feat(suite-native): color tokens applied for atom components
* feat(suite-native): color tokens applied for individual app screens
* feat(suite-native): color tokens applied for notifications
* refactor(suite-native): deprecated transaction item component deleted
* refactor(suite-native): button component api
Button component api changed according to #7493. Closes#7493.
* refactor(suite-native): icon button component api
Button component api changed according to #7497.
Closes#7497.
* feat(suite-native): button and iconbutton added to dev demo screen