github chakra-ui/panda @pandacss/parser@0.50.0

latest releases: @pandacss/token-dictionary@0.51.1, @pandacss/types@0.51.1, @pandacss/studio@0.51.1...
10 days ago

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

Don't miss a new panda release

NewReleases is sending notifications on new releases.