-
Notifications
You must be signed in to change notification settings - Fork 128
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
Popover #2916
base: next
Are you sure you want to change the base?
Popover #2916
Conversation
🦋 Changeset detectedLatest commit: 3b4bd68 The changes in this PR will be included in the next version bump. This PR includes changesets to release 5 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## next #2916 +/- ##
==========================================
+ Coverage 87.98% 88.04% +0.06%
==========================================
Files 227 228 +1
Lines 13095 13229 +134
Branches 1794 1815 +21
==========================================
+ Hits 11522 11648 +126
- Misses 1519 1527 +8
Partials 54 54
|
Size Change: +1.62 kB (+0.24%) Total Size: 674 kB
ℹ️ View Unchanged
|
e4e2663
to
92ab508
Compare
92ab508
to
5813cc3
Compare
5813cc3
to
3b4bd68
Compare
Addresses DSYS-926
Purpose
Add a new component similar to the ActionMenu component, but that can accept and display any content passed as children.
Definition of done