github chakra-ui/panda @pandacss/preset-base@1.3.0

latest releases: @pandacss/types@1.3.0, @pandacss/token-dictionary@1.3.0, @pandacss/extractor@1.3.0...
12 hours ago

Minor Changes

  • 1c36121: Added new transition values and enhanced transition property utilities

    • sizewidth, height, min-width, max-width, min-height, max-height
    • positionleft, right, top, bottom, inset, inset-inline, inset-block
    • backgroundbackground, background-color, background-image, background-position
    import { css } from 'styled-system/css'
    
    // Transition shorthand values
    css({ transition: 'size' })
    
    // Property groups
    css({ transitionProperty: 'size', transitionDuration: '300ms' })

Patch Changes

  • Updated dependencies [70efd73]
    • @pandacss/types@1.3.0

Don't miss a new panda release

NewReleases is sending notifications on new releases.