🐼 Panda v0.47.0 #2932
anubra266
announced in
Announcements
🐼 Panda v0.47.0
#2932
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To upgrade to v0.47.0:
What's Changed
Added
Add support for cursor token types. Useful for tokenizing cursor types for interactive components.
Here's an example of how to define a cursor token in your
panda.config.ts
file:Then you can use the cursor token in your styles or recipes.
This makes it easy to manage cursor styles across your application.
Changed
Improve preflight css such that elements with
hidden=until-found
are visible. Previously, we always hide all elementswith the
hidden
attributeBeta Was this translation helpful? Give feedback.
All reactions