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

latest releases: @pandacss/types@1.3.0, @pandacss/token-dictionary@1.3.0, @pandacss/extractor@1.3.0...
2 years ago

Patch Changes

  • e6459a5: The utility transform fn now allow retrieving the token object with the raw value/conditions as currently
    there's no way to get it from there.

  • 623e321: Fix config.strictTokens: true issue where some properties would still allow arbitrary values

  • 02161d4: Fix issue with the token() function in CSS strings that produced CSS syntax error when non-existing token
    were left unchanged (due to the .)

    Before:

    * {
      color: token(colors.magenta, pink);
    }

    Now:

    * {
      color: token('colors.magenta', pink);
    }
  • Updated dependencies [b1c31fd]

  • Updated dependencies [8106b41]

  • Updated dependencies [9e79955]

  • Updated dependencies [e6459a5]

  • Updated dependencies [6f7ee19]

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

Don't miss a new panda release

NewReleases is sending notifications on new releases.