-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Rework Group and Inputs * use styled-system compose function * Add layout props to select component * Added back some legacy API for compat reasons and easier migration * Add back the legacy group for now * Tests for legacy API and component * Make codecov less cranky * Fix checkbox custom component tests * Add border props to select * Add back border properties to InputWrapper * Fix input warning story. Force line-height * Adjust a SpacedGroup to match old vertical alignment * Move legacy Group back in original folder * Bring back original README and story, add deprecation notice * Disable eslint no-console errors for deprecation warnings * Move InputGroup and SpacedGroup to separate components * Remove unnecessary jest snapshot, Percy will do take care of this * Ignore dist/ folder for jest tests * Ignore uncovered lines from coverage * Adjust Checkbox and Radio stories * Enable color props on InputGroupAddon component * Remove SpacedGroup component, keep it for stories purpose only * Dont show Input status box in suffix if no status, fix FormHelper spacing * Add back flameName for Group component compat * Update snapshots * Remove text on Checkbox story for better Percy matching * Remove disable text on FormField, make Label inline-flex * Update snapshots * Add Dialog story for Percy * Add back display: flex for BaseLabel * Put FormHelper top margin at Input level * Add README for FormField component * Update CHANGELOG, make sure all base components are exported * Renamed Styled System aliases * Enable zIndex Styled System props on InputGroup-based components * Fix FormField README examples * Update packages/flame/src/Checkbox/README.md Co-Authored-By: Kevin Vicrey <[email protected]> * Update FormField README
- Loading branch information
Showing
47 changed files
with
1,983 additions
and
1,288 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
Oops, something went wrong.