Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace Calypso progress bar with the one from VideoPress (#33054)
* Move progress-bar component from packages/videopress to js-packages/components * progress-bar: Add `progressClassName` prop to allow for styling * Replace Calypso progress-bar with Jetpack progress-bar Mostly this means translating the `value` and `total` to `progress`. Also some cases need `className` and `progressClassName` to allow CSS to apply. * Remove use of `@automattic/components` Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/6576606216
- Loading branch information