@pandacss/compiler-wasm@2.0.0-beta.15
Pre-release
Pre-release
·
62 commits
to main
since this release
Minor Changes
- e18eeb3: Add
theme.viewTransitionsso a preset can name shared view-transition bags. CallviewTransition('slide')
and Panda inlines"vt_slide". Unused names stay out of the CSS.
Patch Changes
- 8b43347: Semantic colors that set only conditional values (
_light/_dark, nobase) now join theircolorPalette.
Before,bg: 'colorPalette.solid'fell through to the raw string whenblue.solidhad nobasevalue, so adding a
basewas the only workaround. - 7c8a215: Extract style props from
styleddefaultPropson inline factories, including Solid function accessors.
RecipedefaultPropsalso resolve throughrecipes.buttonand local aliases. Analyze and inspect report those usages
too. - Updated dependencies [8b43347]
- Updated dependencies [ec65db3]
- Updated dependencies [02bd0ad]
- Updated dependencies [e18eeb3]
- Updated dependencies [2d5d152]
- @pandacss/compiler-shared@2.0.0-beta.15
- @pandacss/types@2.0.0-beta.15