github chakra-ui/panda @pandacss/core@0.17.0

latest releases: @pandacss/token-dictionary@0.51.1, @pandacss/types@0.51.1, @pandacss/studio@0.51.1...
14 months ago

Patch Changes

  • e73ea80: Automatically add each recipe slots to the jsx property, with a dot notation

    const button = defineSlotRecipe({
      className: 'button',
      slots: ['root', 'icon', 'label'],
      // ...
    })

    will have a default jsx property of: [Button, Button.Root, Button.Icon, Button.Label]

  • Updated dependencies [12281ff]

  • Updated dependencies [fc4688e]

    • @pandacss/shared@0.17.0
    • @pandacss/types@0.17.0
    • @pandacss/token-dictionary@0.17.0
    • @pandacss/error@0.17.0
    • @pandacss/logger@0.17.0

Don't miss a new panda release

NewReleases is sending notifications on new releases.