-
Notifications
You must be signed in to change notification settings - Fork 2
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
Pla 1302 upgrade hailstorm to headlessui v2 #138
Conversation
…/react v2.0 changes
…i/react v2.0 changes
…/react v2.0 changes
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.
Crazy Upgrade 🔥 ^^
@@ -10,11 +10,10 @@ export interface RadioBoxOptionProps { | |||
} | |||
|
|||
const radioBoxContainerStyles = { | |||
base: "group relative flex items-center gap-3 rounded-lg bg-neutral-0 border p-4 border-neutral-300 hover:border-primary-600 hover:bg-primary-50 cursor-pointer focus:outline-none", | |||
base: "group relative flex items-center gap-3 rounded-lg bg-neutral-0 border p-4 border-neutral-300 hover:border-primary-600 hover:bg-primary-50 cursor-pointer focus:outline-none data-[focus]:outline-2 data-[focus]:outline-primary-200", |
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.
That data-focus thing is interesting 🍿
🎉 This PR is included in version 5.6.7 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
We update HeadlessUi to the latest major version. This PR changes deprecated implementation of components and adds consistent naming of imports from HeadlessUi.
The deprecated way of styling is still supported. Another PR will also update the styling to
data-*
attributes.