Patch Changes
-
7c85ac7: Improve inference of slots in slot recipes when spreading and concatenating slot names.
This handles the following case gracefully:
const styles = sva({ className: 'foo', slots: [...componentAnatomy.keys(), 'additional', 'slots', 'here'], })
Panda will now infer the slots from the anatomy and add them to the recipe.
-
Updated dependencies [fea78c7]
-
Updated dependencies [ad89b90]
-
Updated dependencies [7c85ac7]
- @pandacss/types@0.50.0
- @pandacss/core@0.50.0
- @pandacss/config@0.50.0
- @pandacss/logger@0.50.0
- @pandacss/extractor@0.50.0
- @pandacss/shared@0.50.0