-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ui-library): create buttonDisplay prop and type (#628)
* feat(ui-library): create buttonDisplay prop and type * feat(ui-library): correct display none to default * faet(ui-library): show block, inline-block and inline * add block as display block * feat(ui-library): add div for icon * feat(ui-library): add vertical-align to center icons * feart(ui-library): add a wrapper div * feat(ui-library): add flex container * feat(ui-library): add tests * feat(ui-library): add gap * feat(ui-library): fix loading state with new flex container * fix(ui-library): add icon classes to iconMap * fix(ui-library): unit tests are testing if css display attribute is really applied * fix(ui-library): cleanup * fix(ui-library): button display optional and better default --------- Co-authored-by: christian.b.hoffmann <[email protected]>
- Loading branch information
1 parent
7f340ae
commit fb9537e
Showing
7 changed files
with
101 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters