Commit d11d459
Components: Make the
* Remove "experimental" designation for `ProgressBar`
* Add optional width prop to override/set the progress bar track container
* Revert "Add optional width prop to override/set the progress bar track container"
This reverts commit b1fe7cd.
* Keep an unconstrained width by default, while allowing consumers to override it with CSS
* Revert "Keep an unconstrained width by default, while allowing consumers to override it with CSS"
This reverts commit 64c72e2.
* Make the component public
* Update consumers to import the public component
* Expose docs for the now public ProgressBar component
* Update CHANGELOG
* Run docs:build after docs/manifest.js change
* Remove remaining private usage of ProgressBar
* Small formatting fix in the changelog
* Add basic docs to the README
* Add jsdoc
* Formatting fix in README jsx block
Co-authored-by: Marin Atanasov <8436925+tyxla@users.noreply.github.com>
* Another formatting fix in README jsx block
Co-authored-by: Marin Atanasov <8436925+tyxla@users.noreply.github.com>
* YAFF (yet another formatting fix) in the README jsx
Co-authored-by: Marin Atanasov <8436925+tyxla@users.noreply.github.com>
* Improve wording in descripton of the `value` prop in the README
Co-authored-by: Marin Atanasov <8436925+tyxla@users.noreply.github.com>
* YAFF: Missing semicolon in README jsx
Co-authored-by: Marin Atanasov <8436925+tyxla@users.noreply.github.com>
* YAFF: missing semicolon in jsx block in README
Co-authored-by: Marin Atanasov <8436925+tyxla@users.noreply.github.com>
* YAFF: missing semicolon in jsx block in README
Co-authored-by: Marin Atanasov <8436925+tyxla@users.noreply.github.com>
* YAFF: use tab instead of spaces in jsx code block in README
Co-authored-by: Marin Atanasov <8436925+tyxla@users.noreply.github.com>
* Move export out of the HOC export section
* Fix CHANGELOG: Move entry to the existing enhacements section
* Spacing fix
Co-authored-by: Marin Atanasov <8436925+tyxla@users.noreply.github.com>
* Sort import alphabetically
* Simplify CHANGELOG entry
Co-authored-by: Marin Atanasov <8436925+tyxla@users.noreply.github.com>
* Re-export as default for visual consistency
* Improve jsdoc comment: make it fit within ~80chars of char lenght and fix comment opening
---------
Co-authored-by: Marin Atanasov <8436925+tyxla@users.noreply.github.com>ProgressBar public (WordPress#61062)1 parent 1e4ebc4 commit d11d459
File tree
13 files changed
+66
-21
lines changed- docs
- tool
- packages
- components
- src
- progress-bar
- stories
- edit-site/src/components
- canvas-loader
- global-styles/font-library-modal
- storybook
13 files changed
+66
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1121 | 1121 | | |
1122 | 1122 | | |
1123 | 1123 | | |
| 1124 | + | |
| 1125 | + | |
| 1126 | + | |
| 1127 | + | |
| 1128 | + | |
| 1129 | + | |
1124 | 1130 | | |
1125 | 1131 | | |
1126 | 1132 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| 135 | + | |
135 | 136 | | |
136 | 137 | | |
137 | 138 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
47 | | - | |
48 | 46 | | |
49 | 47 | | |
50 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | 3 | | |
8 | 4 | | |
9 | 5 | | |
10 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
11 | 40 | | |
12 | 41 | | |
13 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
47 | 62 | | |
48 | 63 | | |
49 | 64 | | |
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
6 | 9 | | |
7 | 10 | | |
8 | 11 | | |
| |||
12 | 15 | | |
13 | 16 | | |
14 | 17 | | |
15 | | - | |
| 18 | + | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
| |||
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
50 | 48 | | |
51 | 49 | | |
52 | 50 | | |
| |||
0 commit comments