-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(progress-bar): add new props and refine styles (#3549)
* feat(progress-bar): add new props and refine styles * chore: typo in changeset
- Loading branch information
Showing
6 changed files
with
172 additions
and
50 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
"@twilio-paste/progress-bar": minor | ||
"@twilio-paste/core": minor | ||
--- | ||
|
||
[ProgressBar] Added new features and updated the design. | ||
|
||
The ProgressBarLabel component has the following new props: | ||
- `valueLabel` which displays a plain text value on the right side of the label. | ||
- `disabled` which applies disabled styling on the label. | ||
|
||
The ProgressBar component has updated styling and the following new props: | ||
- `hasError` which displays error styling. | ||
- `disabled` which displays disabled styling. |
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