github chakra-ui/panda @pandacss/generator@0.11.1

latest releases: @pandacss/shared@1.4.1, @pandacss/preset-base@1.4.1, @pandacss/config@1.4.1...
2 years ago

Patch Changes

  • c07e1be: Make the cx smarter by merging and deduplicating the styles passed in

    Example:

    <h1 className={cx(css({ mx: '3', paddingTop: '4' }), css({ mx: '10', pt: '6' }))}>Will result in "mx_10 pt_6"</h1>
  • dfb3f85: Add missing svg props types

  • 23b516f: Make layers customizable

  • Updated dependencies [c07e1be]

  • Updated dependencies [dfb3f85]

  • Updated dependencies [23b516f]

    • @pandacss/shared@0.11.1
    • @pandacss/is-valid-prop@0.11.1
    • @pandacss/types@0.11.1
    • @pandacss/core@0.11.1
    • @pandacss/token-dictionary@0.11.1
    • @pandacss/logger@0.11.1

Don't miss a new panda release

NewReleases is sending notifications on new releases.