-
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
feat(DSYS-842): mark the tooltip & toggletip components as stable #2743
Conversation
🦋 Changeset detectedLatest commit: d25b344 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 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 ↗︎
|
e887f77
to
ec0fa45
Compare
Size Change: -62.8 kB (-8.96%) ✅ Total Size: 638 kB
ℹ️ View Unchanged
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## next #2743 +/- ##
=======================================
Coverage 88.46% 88.46%
=======================================
Files 210 210
Lines 12314 12314
Branches 1676 1676
=======================================
Hits 10894 10894
Misses 1370 1370
Partials 50 50
|
ec0fa45
to
d25b344
Compare
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.
Excellent job updating the documentation as well 👏🏻👏🏻👏🏻
@@ -42,7 +42,7 @@ Use the `onMonthChange` prop to lazy-load modifiers for the currently visible mo | |||
|
|||
```tsx | |||
import { useState } from 'react'; | |||
import { Calendar, type CalendarProps } from '@sumup-oss/circuit-ui/experimental'; | |||
import { Calendar, type CalendarProps } from '@sumup-oss/circuit-ui'; |
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.
🙌🏻
Addresses DSYS-842
Purpose
The Tooltip and Toggletip components were introduced as a replacement for the old Tooltip component to better handle accessibility issues this component had. They had been marked as experimental since their release and has some positioning issues that have been fixed. Their API is stable and they are ready to be marked as stable.
Approach and changes
Definition of done