-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(components): popover #2109
Merged
+1,121
−239
Merged
Changes from 1 commit
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
93d48b4
feat: added post-popover and post-popup components
gfellerph d0170f0
fix: popoverRef should be set
gfellerph c96d199
fix: refactor unnecessary no pointer events
gfellerph 75d968e
feat: improve popover base component
gfellerph bea295d
fix: improve event handling
gfellerph c9d2131
refactor: add elevation mixin for usage in components
gfellerph 7c9747b
fix: close button should have pointer cursor
gfellerph d04145b
docs: add popup story
gfellerph 12235eb
chore: add component types to cypress tests
gfellerph 3eb06f5
test: add tests for popup
gfellerph d70f248
fix: remove fallbackAxisSideDirection
gfellerph d70cec8
refactor: rename post-popover to post-popovercontainer
gfellerph 90eca1a
chore: fix types
gfellerph 772f06c
refactor: rename post-popup to post-popover
gfellerph 4d116de
test: fix specs
gfellerph a6d0b99
chore(header): fix linting issues
gfellerph 2f9e621
chore: fix code smell
gfellerph f8eb981
chore: add changeset
gfellerph 3e3fe64
chore: fix linting
gfellerph 245fcb6
Merge branch 'main' into popup-component
gfellerph 464ae8b
Merge branch 'main' into popup-component
gfellerph b93bb4a
fix(e2e): Revert vite 4.11 upgrade
imagoiq 2729a93
chore: update generated files
gfellerph a77a84d
test: add tests for post-popovercontainer
gfellerph 71493ae
Merge branch 'main' into popup-component
gfellerph 5e673d1
Update packages/components/cypress/e2e/popover.cy.ts
gfellerph 13fd523
Update packages/components/src/components/post-popovercontainer/post-…
gfellerph 5c21efa
Update packages/components/src/components/post-popovercontainer/post-…
gfellerph 342544d
Update packages/components/src/components/post-popovercontainer/post-…
gfellerph 6f4f2a2
Merge branch 'main' into popup-component
gfellerph 27436b1
update popover styles and set required props
gfellerph 15645f7
fix firefox popovers
gfellerph 295cf7b
Merge branch 'main' into popup-component
imagoiq 244e2f5
Merge branch 'main' into popup-component
imagoiq d914021
Merge branch 'main' into popup-component
imagoiq e6610de
fix: stop pointerup/down propagation for firefox
gfellerph 81e669c
Merge branch 'main' into popup-component
gfellerph f314814
Merge branch 'main' into popup-component
gfellerph 778c5af
fix: keep font-size and padding flexible and context aware
gfellerph aacdcc0
fix: set aria-expanded when toggling
gfellerph aa988cb
feat: return new state when toggling popovercontainer
gfellerph 3571b42
feat: add title option to story, wrap content
gfellerph ea51ecf
chore: add start:clean command to root package.json
gfellerph f784fef
chore: does not belong here
gfellerph 99aa577
tests: use fixture for popover tests
gfellerph 01d5270
tests: fix popover tests
gfellerph 08c38c6
chore: clean up index.html
gfellerph 5d7fb97
fix: revert popover-polyfill to 0.2.3
gfellerph 272babc
fix: show close button in high contrast mode
gfellerph 4b97847
Merge branch 'main' into popup-component
gfellerph File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
refactor: rename post-popup to post-popover
commit 772f06cd7e496919bb78008f92fecdba6b2ab1cd
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be great if you can display it as required in Storybook docs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done