Commit 22d7536
feat(back-to-top): pf-back-to-top element (#2589)
* feat(back-to-top): add back-to-top
* fix(back-to-top): improve accessibility
* fix(back-to-top): add href implementation, update demos
* docs(back-to-top): improve demos
* fix(back-to-top): inline-flex
* docs(back-to-top): fix fragment anchors
* fix(back-to-top): add button part to link
* docs(back-to-top): use main target for all examples
* docs(back-to-top): use main target for overview
* test(back-to-top): add basic tests
* fix(back-to-top): rename part to trigger to avoid confusion with button
* docs(back-to-top): update cssprop documentation
* docs(back-to-top): correct slot descriptions
* chore(back-to-top): add changeset
* chore: update typescript version
* chore: pat typescript on the head
* style(back-to-top): small refactors
* perf(back-to-top): prevent memory leak
* docs(back-to-top): add readme
* docs(back-to-top): update readme
* docs(back-to-top): move css link to top of demos
* fix(back-to-top): remove type assertion
* fix(back-to-top): memeber ordering
* fix(back-to-top): rename classes variable
* fix(back-to-top): update var
* test(back-to-top): improve test ordering
* fix(back-to-top): move eventlistener bindings to reactive callback
* fix(back-to-top): wait for updatecomplete to reattach listener
* fix(back-to-top): reorganizing code with suggestions from review
* refactor(back-to-top): refactor element and tests
* fix(back-to-top): add label ifDefined back accidental removal
* docs(back-to-top): fix inline doc demos
* fix(back-to-top): re-add vertical alignment for pf-icon
* docs(back-to-top): update scrollable selector inline demos
* docs(back-to-top): fix inline scroll selector demos
* docs(back-to-top): update jsdoc
* chore: remove errant changeset
* chore: readd changeset misread review comment
* docs: fix elements/readme, was incorrectly edited
* test(back-to-top): fix describe async nesting
* docs(back-to-top): remove content guidelines copy
* refactor(back-to-top): label attribute
* docs(back-to-top): clarify scrollable selector and distance usage
* test(back-to-top): add tests for label attribute
* test(back-to-top): test for keyboard accessibility
* test(back-to-top): use snapshot to check that it doesnt exist in a11y tree
* test(back-to-top): add async to a11y axe tests
---------
Co-authored-by: Benny Powers <web@bennypowers.com>1 parent c71bbe5 commit 22d7536
File tree
22 files changed
+1001
-115
lines changed- .changeset
- elements
- pf-back-to-top
- demo
- docs
- test
- tools
- eslint-config
- pfe-tools
22 files changed
+1001
-115
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
0 commit comments