-
Notifications
You must be signed in to change notification settings - Fork 13
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
fix(sbb-popover): rename tooltip to popover and fix accessibility bugs #2368
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #2368 +/- ##
=======================================
Coverage ? 93.79%
=======================================
Files ? 223
Lines ? 22920
Branches ? 2017
=======================================
Hits ? 21498
Misses ? 1384
Partials ? 38 ☔ View full report in Codecov by Sentry. |
4ad21c9
to
0a665d0
Compare
a7afdee
to
166062d
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.
LGTM 👍
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.
Good job 😸
Just a little doubt about a change in getFocusableElements
src/components/navigation/navigation-section/navigation-section.ts
Outdated
Show resolved
Hide resolved
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.
LGTM 👍
BREAKING CHANGE: Component `sbb-tooltip` has been renamed to `sbb-popover`. Component `sbb-tooltip-trigger` has been renamed to `sbb-popover-trigger` Attribute `sbb-tooltip-close` has been renamed to `sbb-popover-close`. Every CSS tooltip variable has been renamed from `--sbb-tooltip-*` to `--sbb-popover-*` (including trigger)
a304bf8
to
28d515d
Compare
BREAKING CHANGE: Component
sbb-tooltip
has been renamed tosbb-popover
.Component
sbb-tooltip-trigger
has been renamed tosbb-popover-trigger
Attribute
sbb-tooltip-close
has been renamed tosbb-popover-close
.Every CSS tooltip variable has been renamed from
--sbb-tooltip-*
to--sbb-popover-*
(including trigger).Closes #2018