Skip to content

Commit

Permalink
Replace Calypso progress bar with the one from VideoPress (#33054)
Browse files Browse the repository at this point in the history
* 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
anomiex authored and matticbot committed Oct 19, 2023
1 parent 5d5b0b5 commit b580125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
],
"dependencies": {
"@automattic/jetpack-analytics": "^0.1.27",
"@automattic/jetpack-components": "^0.43.5-alpha",
"@automattic/jetpack-components": "^0.44.0-alpha",
"@automattic/jetpack-shared-extension-utils": "^0.12.3",
"@wordpress/block-editor": "12.11.0",
"@wordpress/blocks": "12.20.0",
Expand Down

0 comments on commit b580125

Please sign in to comment.