-
Notifications
You must be signed in to change notification settings - Fork 33
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(Button): sbanken hover and error #2523
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit cccf829:
|
483c1d0
to
27709af
Compare
206f7b6
to
4de5c5c
Compare
fb3411e
to
8d7def6
Compare
4dfa98a
to
71d12fe
Compare
71d12fe
to
ed40653
Compare
627b355
to
90e25d8
Compare
90e25d8
to
8d7def6
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.
🔥 Great work, Snorre
8d7def6
to
6192291
Compare
6192291
to
cccf829
Compare
## [10.6.0](v10.5.0...v10.6.0) (2023-08-17) ### 📝 Documentation * add "Messageboxes" to FormStatus for the equivalent Figma name ([#2560](#2560)) ([bf6a19f](bf6a19f)) * add docs on how to link to a specific theme ([#2555](#2555)) ([54b9f1b](54b9f1b)), closes [#2374](#2374) * add theming link to the contribution guide ([#2558](#2558)) ([e88bd72](e88bd72)) ### ✨ Features * **Anchor:** inline style sbanken ([#2550](#2550)) ([3511f09](3511f09)) * **Button:** sbanken hover and error ([#2523](#2523)) ([3ea2850](3ea2850)) * **Forms:** Extension (beta) for simplified implementation of web forms through tailored functionality for layout and data handling ([#2420](#2420)) ([74700c0](74700c0)) * **Input:** sbanken styling ([#2540](#2540)) ([db36f09](db36f09)) * **Textarea:** sbanken theme ([#2551](#2551)) ([d8cfb1c](d8cfb1c)) ### 🐛 Bug Fixes * **Forms:** fix circular imports issue ([#2566](#2566)) ([3ac4276](3ac4276)) * **NumberFormat:** accept options like maximumFractionDigits ([#2557](#2557)) ([2e09e80](2e09e80))
🎉 This PR is included in version 10.6.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Summary
Missing error button hover, active, focus styles?
The new error button screenshots uncovered that these buttons do not have their own style for hover, active, focus in DNB/Eiendom theme. They just look the same as a regular button when interacted with. I don't know if that is intended or not, but might be a bug. (Sbanken theme has styles for these states).