github chakra-ui/panda @pandacss/shared@0.37.1

latest releases: @pandacss/types@1.3.0, @pandacss/token-dictionary@1.3.0, @pandacss/extractor@1.3.0...
17 months ago

Patch Changes

  • 99870bb: Fix issue where setting the pattern jsx option with dot notation didn't work.

    import { defineConfig } from "@pandacss/dev";
    
    export default defineConfig({
      // ...
      patterns: {
        extend: {
          grid: {
            jsx: ["Form.Group", "Grid"],
          },
          stack: {
            jsx: ["Form.Action", "Stack"],
          },
        },
      },
    });

Don't miss a new panda release

NewReleases is sending notifications on new releases.