-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Adds TextInput as a new web component #27348
Merged
brianchristopherbrady
merged 54 commits into
microsoft:web-components-v3
from
brianchristopherbrady:user/brianbrady/text-input
Jun 6, 2023
+725
−0
Merged
Changes from 1 commit
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
7f9af9e
radio init
brianchristopherbrady 70c55e0
styles radio
brianchristopherbrady f3cb7f4
Merge branch 'microsoft:web-components-v3' into web-components-v3
brianchristopherbrady a72d10f
reverts branch
brianchristopherbrady 2941fa7
Merge branch 'web-components-v3' of https://github.com/brianchristoph…
brianchristopherbrady 9b350fc
Merge branch 'microsoft:web-components-v3' into web-components-v3
brianchristopherbrady 2cf59ce
input spec init
brianchristopherbrady 79b6bff
cleans up spec
brianchristopherbrady 5558b93
formatting
brianchristopherbrady 3c045c3
updates component name to text input
brianchristopherbrady 2370967
updates component name in spec
brianchristopherbrady 0040fbd
text input init
brianchristopherbrady f36d8c6
adds text input options
brianchristopherbrady 9be3a2e
styles text input
brianchristopherbrady 630632f
updates text input styles
brianchristopherbrady 5786394
adds input size attribute and styles
brianchristopherbrady 0d9fa2e
updates text input storybook
brianchristopherbrady c04acf4
text input: adds properties to class
brianchristopherbrady 8afab54
text-input: re-exports TextFieldType as TextInputType
brianchristopherbrady 7a001f5
text input: fixes export names
brianchristopherbrady bb80c49
text input: updates underline styles
brianchristopherbrady 0d8f5da
text-input: exports text-input from package.json
brianchristopherbrady 827cd99
removes dead code
brianchristopherbrady 821ccdb
text-input: removes default attr values
brianchristopherbrady 4504f6e
text-input: updates icon sizes
brianchristopherbrady 3dbcaf5
text-input: updates block vs inline implimentation
brianchristopherbrady a0d7c34
text-input: updates docs
brianchristopherbrady 170aa17
text-input: adds styling support for icons and text passed through st…
brianchristopherbrady 9eba387
text-input: updates border styles
brianchristopherbrady f8d58f0
input: updates storybook content
brianchristopherbrady b1f644e
updates README
brianchristopherbrady 6ac34cf
text-input: adds filled non shadow variants
brianchristopherbrady 78eceaf
text-input: modifies storybook examples
brianchristopherbrady e630555
text-input: removes dead import
brianchristopherbrady fb73475
addresses PR feedback
brianchristopherbrady 939536c
text input: updates styles
brianchristopherbrady e97bec8
text input: yarn change
brianchristopherbrady 54cb7c4
text input: updates README and styles
brianchristopherbrady 3de0b20
text input: shorthands css property
brianchristopherbrady 43df042
Merge branch 'web-components-v3' into user/brianbrady/text-input
brianchristopherbrady 5b58ec4
textinput: fixes ts errors
brianchristopherbrady 0581dc5
textinput: updates attribute name
brianchristopherbrady efe2674
textinput: uses fluent-label in stories
brianchristopherbrady 6b8eb42
Merge branch 'web-components-v3' into user/brianbrady/text-input
brianchristopherbrady 2154362
textinput: updates control size type name
brianchristopherbrady 026e324
Merge branch 'user/brianbrady/text-input' of https://github.com/brian…
brianchristopherbrady c3c2313
textinput: updates storybook
brianchristopherbrady 5f8be41
textinput: updates type
brianchristopherbrady 1f87e19
textinput: updates story styles
brianchristopherbrady f65335f
Merge branch 'web-components-v3' into user/brianbrady/text-input
brianchristopherbrady 6f9584f
Update change/@fluentui-web-components-ec003fd2-a453-4e83-b620-9ec9f3…
brianchristopherbrady cb1a2d2
text-input: addresses feedback
brianchristopherbrady bf6d213
text-input: alphabetize exports, removes setting default attr value
brianchristopherbrady e01a615
Merge branch 'web-components-v3' into user/brianbrady/text-input
brianchristopherbrady 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
Merge branch 'web-components-v3' into user/brianbrady/text-input
- Loading branch information
commit 6b8eb42e3c4e0f72b21a8922e1d3c701e964c74a
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,8 @@ export * from './switch/index.js'; | |
export * from './tabs/index.js'; | ||
export * from './tab/index.js'; | ||
export * from './tab-panel/index.js'; | ||
export * from './text/index.js'; | ||
export * from './text-input/index.js'; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. bellow text |
||
export * from './text/index.js'; | ||
export * from './toggle-button/index.js'; | ||
|
||
export * from './theme/index.js'; |
You are viewing a condensed version of this merge commit. You can view the full changes here.
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.
nit: This should alphabetically go after
text