UI unseal screen updates (#11705)

* Styling for empty-state and splash-page

* Update shamir-flow language and trigger onError on non-400 error

* Add license terminated screen to unseal

* Add changelog
This commit is contained in:
Chelsea Shaw
2021-05-26 13:59:11 -05:00
committed by GitHub
parent d85055f70a
commit 151bfa9e36
8 changed files with 86 additions and 29 deletions

View File

@@ -14,7 +14,7 @@ import layout from '../templates/components/empty-state';
* @param title=null{String} - A short label for the empty state
* @param subTitle=null{String} - A sub title that goes underneath the main title
* @param message=null{String} - A description of why a user might be seeing the empty state and possibly instructions for actions they may take.
* @param [icon='']{String} - An optional param to display icon to the right of the title
* @param [icon='']{String} - An optional param to display icon to the left of the title
* @param bottomBorder=false{Boolean} - A bottom border underneath the message. Generally used when you have links under the message
*/