-
Notifications
You must be signed in to change notification settings - Fork 119
Feat/form components changes #4311
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
Open
PixeledCode
wants to merge
32
commits into
main
Choose a base branch
from
feat/form-components-changes
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
da0fd28
feat(button): update loading state styling
PixeledCode c388bc4
feat(tokens): update aliases and tokens
PixeledCode 83e3877
feat(button): update border radius based on size
PixeledCode 31ddc63
feat(checkbox): update styles
PixeledCode 59fab90
feat(label): add optional prop
PixeledCode 62bbfcb
feat(faux-input): update broder radius
PixeledCode 8fd8090
feat(input-box): update border radius
PixeledCode 498e674
feat(file-picker): update border radius
PixeledCode 7a579b0
feat(file-uploader): update background color
PixeledCode e4ef93d
feat(tokens): add new tokens
PixeledCode 51fb20d
feat(visual-picker): update disabled state bg
PixeledCode b41d4ec
feat(menu): update styles
PixeledCode cb546bc
feat(combobox): update styles
PixeledCode ab517d0
feat(prefix): update color for disabled examples
PixeledCode 5a68c69
feat(core): add changesets
PixeledCode 0262ab6
feat(type): update type docs
PixeledCode 4d4b445
feat(core): fix tests
PixeledCode b789f55
feat(core): fix typo
PixeledCode 6cdd66c
feat(prefix): update color for disabled examples
PixeledCode 68a08db
fix(label): contrast issue
PixeledCode 29cab8d
feat(label): update docs
PixeledCode 4b5cdfc
fix(label): fix require dot causing scrolling issues
PixeledCode 75d23bd
feat(label): add i18nOptionalLabel prop
PixeledCode 0ec57d8
feat(label): update typedocs
PixeledCode 1bf4f41
feat(core): update combobox and menu item
PixeledCode 99e8bf9
feat(tokens): update tokens
PixeledCode 8a7fb93
feat(tokens): update dark tokens
PixeledCode 1d28c0c
feat(tokens): remove tokens from twilio dark which are imported from …
PixeledCode 61bd22c
feat(tokens): update snapshot
PixeledCode f45dd3e
fix: update tokens in dark and default theme for contrast
serifluous 6c946ac
fix(form): fix tests
PixeledCode aa0d119
fix(form): fix cypress test
PixeledCode 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,17 @@ | ||
--- | ||
"@twilio-paste/base-radio-checkbox": patch | ||
"@twilio-paste/button": patch | ||
"@twilio-paste/checkbox": patch | ||
"@twilio-paste/combobox": patch | ||
"@twilio-paste/file-picker": patch | ||
"@twilio-paste/file-uploader": patch | ||
"@twilio-paste/input": patch | ||
"@twilio-paste/input-box": patch | ||
"@twilio-paste/menu": patch | ||
"@twilio-paste/select": patch | ||
"@twilio-paste/textarea": patch | ||
"@twilio-paste/visual-picker": patch | ||
"@twilio-paste/core": patch | ||
--- | ||
|
||
[Base Radio Checkbox, Button, Combobox, File Picker, File Uploader, Input, Input Box, Menu, Select, Textarea, Visual Picker] Update styles of form related components |
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,6 @@ | ||
--- | ||
"@twilio-paste/design-tokens": patch | ||
"@twilio-paste/core": patch | ||
--- | ||
|
||
[Design Tokens] Update palette and new elevation token |
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,6 @@ | ||
--- | ||
"@twilio-paste/label": minor | ||
"@twilio-paste/core": minor | ||
--- | ||
|
||
[Label] Update font weight, expose new prop for optional variant and fix require dot causing scrolling issue |
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
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
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
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
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.
Suggestion: All the loading styles for buttons inherit from baseLoadingStyles right? If the
color
andboxShadow
are denied there could we clean the button variants up here by removing them? Seems unnecessary to define them a second time. The only time we'd need to override it is for Inverse which is currently being done.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.
only
color
is the common in all loading state button except reset variant