Skip to content

Commit

Permalink
feat(components): update design of ProgressBar (#602)
Browse files Browse the repository at this point in the history
* refactor(components): migrate ProgressBar to TypeScript

* feat(components): add secondary variant for ProgressBar

* feat(components): add time-based ProgressBar

* feat(components): replace progress component in Carousel

* refactor(components): update wording

Co-authored-by: amelako <amela.kodzic@sumup.com>
Co-authored-by: fernandofleury <fernando.fleury@sumup.com>
  • Loading branch information
3 people authored Jun 3, 2020
1 parent ee8c402 commit 6625699
Show file tree
Hide file tree
Showing 19 changed files with 1,810 additions and 1,499 deletions.
2 changes: 1 addition & 1 deletion scripts/static-styles/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ export default {
// }),
// TODO: Need to eliminate dynamic styles.
// getComponentInfo(ProgressBar, {
// size: [ProgressBar.KILO, ProgressBar.MEGA, ProgressBar.GIGA]
// size: ['kilo', 'mega', 'giga']
// }),
getComponentInfo(RadioButton),
getComponentInfo(Select, {
Expand Down
Loading

0 comments on commit 6625699

Please sign in to comment.