Commit 9ddd37d
authored
feat: in-page navigation component (#5755)
* feat: setup base macro and examples for in page navigation
* feat: duplicate side-navigation styles and create an in-page demo
* feat: Style layout and sizing
* feat: Add dropdown and scroll behaviour
* feat: Add manual and full-page mode to macro
* feat: update 'p-tooltip' to only applying style to first found 'p-tooltip__message'
* feat: add JS to auto-build the navigation & for user interactions
* feat: allow passing a list of 'excludes' to no include in the navigation when in 'full-page' mode
* refactor: fix tooltip interactions
* feat: Add examples
* feat: Add documentation
* chore: bum version & update release notes
* refactor: apostrophe fixes
* refactor: update documentation as per design comments
* feat: add smooth scrolling
* refactor: adjust intersection oberserver to focus the center of the screen
* feat: align mobile/tablet view to screen edge
* feat: focus headings when clicking navigation links
* fix: background color mismatch
* fix: spacing issue on horizontal navigation
* feat: address design suggestions
* refactor: address documentation suggestions
* chore: update 'in page' to 'in-page'
* feat: adjust IntersectionObserver focus point dependent on screen size
* refactor: run formatter
* feat: add custom positioning for tooltip in no overflow container
* refactor: correct typos in docs
* refactor: apply design suggestions
* refactor: consolidate styles based on screen sizes
* fix: linkchecker
* chore: address comments from code review
* chore: address code review comments
* fix: run prettier
* chore: bump parker.js stylesheet threshold to 5324801 parent a7d0939 commit 9ddd37d
File tree
16 files changed
+1994
-4
lines changed- scss
- standalone
- templates
- _macros
- docs
- tests
16 files changed
+1994
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
1 | 7 | | |
2 | 8 | | |
3 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
100 | 112 | | |
101 | 113 | | |
102 | 114 | | |
| |||
0 commit comments