🐼 Panda v0.15.2 #1429
anubra266
announced in
Announcements
🐼 Panda v0.15.2
#1429
Replies: 1 comment 3 replies
-
After updating to v0.15.2 it seems I can no longer override tokens defined in a preset. Is there something we need to change or is this a regression? It is working well with v0.15.1. Example:
Results in:
I would expect |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
To upgrade to v0.15.2:
What's Changed
Fixed
Added
When bundling the
outdir
in a library, you usually want to generate type declaration files (d.ts
). Sometimes TS willcomplain about types not being exported.
{outdir}/types/index.d.ts
, this fixes errors looking like this:{outdir}/recipes/{recipeFn}.d.ts
, this fixes errors looking like this:ComponentProps
from{outdir}/types/jsx.d.ts
, this fixes errors looking like this:Changed
overriding left presets)
Example:
Here's the difference between the old and new behavior:
Beta Was this translation helpful? Give feedback.
All reactions