github chakra-ui/panda @pandacss/extractor@1.5.0

latest releases: @pandacss/types@1.5.0, @pandacss/shared@1.5.0, @pandacss/preset-open-props@1.5.0...
13 hours ago

Patch Changes

  • 1b85b61: Add endLineNumber and endColumn fields to AST JSON output from panda debug command.

    The *.ast.json files generated by panda debug now include complete position information for detected CSS usage
    locations. Previously, only start position (line and column) was exported. Now the output includes:

    • line: Start line number
    • column: Start column number
    • endLineNumber: End line number (new)
    • endColumn: End column number (new)

    This provides complete span coverage for each detected node, making it easier to precisely locate CSS usage in source
    files.

    Fixes #3407

    • @pandacss/shared@1.5.0

Don't miss a new panda release

NewReleases is sending notifications on new releases.