-
Notifications
You must be signed in to change notification settings - Fork 646
feat(TextInput): Convert TextInput (Part 2) - Update CSS to use data attributes #5257
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
Merged
hussam-i-am
merged 28 commits into
main
from
revert-5256-revert-5242-hussam-i-am/text-input-data-attrs
Nov 14, 2024
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
7e74223
feat(TextInput): Remove width props from TextInput
hussam-i-am 1958184
type fixes
hussam-i-am de2b18f
Merge branch 'main' into hussam-i-am/remove-textinput-width-props
hussam-i-am bbac544
Revert "Revert "feat(TextInput): Update TextInput to use data attribu…
hussam-i-am 95c0827
Merge branch 'main' of https://github.com/primer/react into hussam-i-…
hussam-i-am a2fd736
lint fix
hussam-i-am 5d36dd7
Merge branch 'hussam-i-am/remove-textinput-width-props' of https://gi…
hussam-i-am f64022b
remove unused imports
hussam-i-am 66aa372
Merge branch 'hussam-i-am/remove-textinput-width-props' of https://gi…
hussam-i-am 40ab2b3
fix type error and add test
hussam-i-am 75a2a67
Merge branch 'main' into hussam-i-am/remove-textinput-width-props
hussam-i-am 50e4f49
Merge branch 'hussam-i-am/remove-textinput-width-props' into revert-5…
hussam-i-am 4c64a6c
Merge branch 'main' into hussam-i-am/remove-textinput-width-props
hussam-i-am c20c57a
Merge branch 'hussam-i-am/remove-textinput-width-props' into revert-5…
hussam-i-am ca14ee3
Merge branch 'main' into hussam-i-am/remove-textinput-width-props
hussam-i-am 8086ba0
Merge branch 'hussam-i-am/remove-textinput-width-props' into revert-5…
hussam-i-am a97371d
Merge branch 'main' into hussam-i-am/remove-textinput-width-props
hussam-i-am abd6c29
Merge branch 'hussam-i-am/remove-textinput-width-props' into revert-5…
hussam-i-am 7a9493b
Update to deprecate props
hussam-i-am 9e4a9e5
Merge branch 'hussam-i-am/remove-textinput-width-props' of https://gi…
hussam-i-am a1c0433
Fix media styling
hussam-i-am 8915312
revert back to get
hussam-i-am 29464fd
revert more gets
hussam-i-am d7deba0
Properly mark props as deprecated
hussam-i-am ae9748b
Merge branch 'hussam-i-am/remove-textinput-width-props' of https://gi…
hussam-i-am 4e51a6b
Merge branch 'main' of https://github.com/primer/react into revert-52…
hussam-i-am 7b20e63
Merge branch 'main' into revert-5256-revert-5242-hussam-i-am/text-inp…
hussam-i-am 6e9f2e7
Merge branch 'main' into revert-5256-revert-5242-hussam-i-am/text-inp…
hussam-i-am 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": minor | ||
| --- | ||
|
|
||
| Convert TextInput to use data attributes |
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
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.
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.
Updated so that variable names match component props