-
Notifications
You must be signed in to change notification settings - Fork 673
Remove BoxWithFallback usage and sx prop from InputLabel and UnstyledTextInput
#6929
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
Closed
Closed
Changes from 4 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
6a86e54
rms BoxWithFallback and sx prop from InputLabel and UnstyledTextInput
mperrotti 0787f12
adds changeset
mperrotti 64ad2c6
fixes FormControlLabel types to adapt to InputLabel changes
mperrotti 220bab0
Merge branch 'main' of github.com:primer/react into mp/rm-boxwithfall…
mperrotti d24e12a
Apply suggestion from @Copilot
francinelucca 9a935e1
Merge branch 'main' into mp/rm-boxwithfallback-internal-input-helpers
mperrotti 53a61f9
Merge branch 'main' into mp/rm-boxwithfallback-internal-input-helpers
mperrotti 9a070a7
reverts type changes to InputLabel
mperrotti aedf8bc
bring back InputLabel props to FormControlLabel
mperrotti d4dd920
exports FormControl.Label from styled-react
mperrotti 3328862
fixes typo
mperrotti 90a0946
revert styled FormControl changes
francinelucca 36b4999
remove unused import
francinelucca ca2a8d3
Merge branch 'main' of github.com:primer/react into mp/rm-boxwithfall…
francinelucca 3236185
remaining sx removals
francinelucca 48d4b1f
chore: remove remaining sx usage
francinelucca 155488b
remove remaining sx
francinelucca 514a572
remove remaining sx
francinelucca 9d39df0
Merge branch 'main' into mp/rm-boxwithfallback-internal-input-helpers
francinelucca c7bbb2b
Merge branch 'main' into mp/rm-boxwithfallback-internal-input-helpers
francinelucca b0ac7d8
refactor FormControlLabel
francinelucca 17c99ef
component wrapper fix
francinelucca b9952c3
Merge branch 'main' into mp/rm-boxwithfallback-internal-input-helpers
francinelucca 25143fe
lint
francinelucca 28a81b1
Merge branch 'mp/rm-boxwithfallback-internal-input-helpers' of github…
francinelucca 963fafd
Merge branch 'main' into mp/rm-boxwithfallback-internal-input-helpers
francinelucca fe5808f
Merge branch 'main' into mp/rm-boxwithfallback-internal-input-helpers
francinelucca 27c7c8e
Merge branch 'main' into mp/rm-boxwithfallback-internal-input-helpers
francinelucca 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| '@primer/react': major | ||
| --- | ||
|
|
||
| Removes `sx` prop from internal helper components which results in `sx` no longer being available on the TextInput.Label component |
This file contains hidden or 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 hidden or 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 hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.