-
Notifications
You must be signed in to change notification settings - Fork 129
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
Hide close button for Popover #2977
base: next
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Given that the close button is an accessibility requirement, especially on mobile, I vote to keep it by default. Perhaps we can expose the |
Size Change: +18 B (0%) Total Size: 684 kB
ℹ️ View Unchanged
|
🚀 Your packages were publishedPublished Packages:
|
🚀 Your packages were publishedPublished Packages:
|
c837479
to
2350136
Compare
🚀 Your packages were publishedPublished Packages:
|
4eb5d1e
to
e09e8ad
Compare
🚀 Your packages were publishedPublished Packages:
|
e09e8ad
to
957991b
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## next #2977 +/- ##
==========================================
+ Coverage 89.86% 89.93% +0.07%
==========================================
Files 226 220 -6
Lines 13717 13526 -191
Branches 1816 1816
==========================================
- Hits 12327 12165 -162
+ Misses 1369 1340 -29
Partials 21 21
|
🚀 Your packages were publishedPublished Packages:
|
🚀 Your packages were publishedPublished Packages:
|
Purpose
After merging #2903 a closed button appeared on the Popover component.
Approach and changes
Add
hideCloseButton
prop to the dialog inside the Popover componentDefinition of done