-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rework Group and Inputs #2
Merged
Merged
Changes from 40 commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
f8f5159
Rework Group and Inputs
xdrdak b880cbb
use styled-system compose function
xdrdak 27e29eb
Merge branch 'master' into rework-group-and-inputs
glambert 7bf24fb
Add layout props to select component
xdrdak 58df4f7
Merge branch 'master' into rework-group-and-inputs
xdrdak 6f8af22
Merge branch 'master' into rework-group-and-inputs
xdrdak d2423ca
Added back some legacy API for compat reasons and easier migration
xdrdak 987dab2
Add back the legacy group for now
xdrdak 17b278f
Tests for legacy API and component
xdrdak 0aff970
Make codecov less cranky
xdrdak 220f930
Fix checkbox custom component tests
xdrdak 6d3ff8b
Add border props to select
xdrdak 27c5906
Add back border properties to InputWrapper
xdrdak 713f218
Fix input warning story. Force line-height
xdrdak dd4685c
Adjust a SpacedGroup to match old vertical alignment
xdrdak 848c295
Merge branch 'master' into rework-group-and-inputs
glambert 7f7d193
Merge branch 'master' into rework-group-and-inputs
glambert 11553f9
Move legacy Group back in original folder
glambert 1429a43
Bring back original README and story, add deprecation notice
glambert a034ec5
Disable eslint no-console errors for deprecation warnings
glambert 5387258
Move InputGroup and SpacedGroup to separate components
glambert 94b010b
Remove unnecessary jest snapshot, Percy will do take care of this
glambert dbe82f0
Ignore dist/ folder for jest tests
glambert 0b4e3f7
Ignore uncovered lines from coverage
glambert b655b1b
Adjust Checkbox and Radio stories
glambert b18eb82
Enable color props on InputGroupAddon component
glambert 4c65656
Remove SpacedGroup component, keep it for stories purpose only
glambert e55aa8c
Dont show Input status box in suffix if no status, fix FormHelper spa…
glambert 89e0fdd
Add back flameName for Group component compat
glambert eec23d0
Update snapshots
glambert 16b2ec2
Remove text on Checkbox story for better Percy matching
glambert ffd4445
Remove disable text on FormField, make Label inline-flex
glambert 4541b38
Update snapshots
glambert 660ed47
Add Dialog story for Percy
glambert e258ad7
Add back display: flex for BaseLabel
glambert 9e12c71
Put FormHelper top margin at Input level
glambert a35a4f2
Add README for FormField component
glambert 014fefd
Update CHANGELOG, make sure all base components are exported
glambert c2b2d1d
Renamed Styled System aliases
glambert aea7148
Enable zIndex Styled System props on InputGroup-based components
glambert 7054b63
Fix FormField README examples
glambert 7ba4736
Update packages/flame/src/Checkbox/README.md
glambert 73be6ab
Merge branch 'master' into rework-group-and-inputs
glambert 585f4a5
Update FormField README
glambert File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
string | Function | React.Element
?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a test file so I don't think its worth 😉