-
Notifications
You must be signed in to change notification settings - Fork 3
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: inline alert v5 #830
Conversation
in terms of documentation i suggest 2 things
|
only small suggestions from my side, really good work 🚀 |
afcd36c
to
4708d39
Compare
4708d39
to
edc9ea0
Compare
min-height: var(--_min-height); | ||
outline: none; | ||
outline-offset: 2px; | ||
transition: outline-offset 150ms cubic-bezier(0.4, 0, 0.2, 1); |
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.
I really like the cubic-bezier usage here. nice touch👌
minor comments mostly for consistency from my side also, great work and and really nice touches introduced! welcome to DS 🎨 🎉 |
src/__storyshots__/Updated Components/List/List-VirtualizedList.snap
Outdated
Show resolved
Hide resolved
Quality Gate failedFailed conditions |
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.
really nice job 🎉
Description
<InlineAlert />
v5.Accessibility
Adheres to the WAI-ARIA alert pattern.