* button fix disabled
* Link component add color and weight variants
* PasswordInputDialog component
* verifies the password that was inserted by the user
* when password is correct notifies the parent component with the
password
* if the parent returns a promise waits and shows a loader
* HideShowDisplayBox component
* initially the value is hidden and allows the user to reveal it
* will be used to display the exported key
* add export private key to account in settings
* export and display the private key of an account
* export private key as hex and always 32 bytes
* makes it compatible with metamask
https://user-images.githubusercontent.com/10210143/219970956-7c930f87-14a0-44e9-b32c-e65af2ceef26.mov
Key now is formatted as hex starting with `0x` and always 32 bytes
https://user-images.githubusercontent.com/10210143/220103637-6d263325-f289-4c88-9945-1b7fed74c2ec.mov
closes APPS-289