Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Dec 4, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@pandacss/[email protected]

Minor Changes

  • 86b30b1: Add panda spec command to generate specification files for your theme (useful for documentation). This
    command generates JSON specification files containing metadata, examples, and usage information.

    # Generate all spec files
    panda spec
    
    # Custom output directory
    panda spec --outdir custom/specs

    Token Spec Structure:

    {
      "type": "tokens",
      "data": [
        {
          "type": "aspectRatios",
          "values": [{ "name": "square", "value": "1 / 1", "cssVar": "var(--aspect-ratios-square)" }],
          "tokenFunctionExamples": ["token('aspectRatios.square')"],
          "functionExamples": ["css({ aspectRatio: 'square' })"],
          "jsxExamples": ["<Box aspectRatio=\"square\" />"]
        }
      ]
    }

    Spec Usage:

    import tokens from 'styled-system/specs/tokens'
    import recipes from 'styled-system/specs/recipes'

Patch Changes

@pandacss/[email protected]

Minor Changes

  • 86b30b1: Add panda spec command to generate specification files for your theme (useful for documentation). This
    command generates JSON specification files containing metadata, examples, and usage information.

    # Generate all spec files
    panda spec
    
    # Custom output directory
    panda spec --outdir custom/specs

    Token Spec Structure:

    {
      "type": "tokens",
      "data": [
        {
          "type": "aspectRatios",
          "values": [{ "name": "square", "value": "1 / 1", "cssVar": "var(--aspect-ratios-square)" }],
          "tokenFunctionExamples": ["token('aspectRatios.square')"],
          "functionExamples": ["css({ aspectRatio: 'square' })"],
          "jsxExamples": ["<Box aspectRatio=\"square\" />"]
        }
      ]
    }

    Spec Usage:

    import tokens from 'styled-system/specs/tokens'
    import recipes from 'styled-system/specs/recipes'

Patch Changes

@pandacss/[email protected]

Minor Changes

  • 86b30b1: Add panda spec command to generate specification files for your theme (useful for documentation). This
    command generates JSON specification files containing metadata, examples, and usage information.

    # Generate all spec files
    panda spec
    
    # Custom output directory
    panda spec --outdir custom/specs

    Token Spec Structure:

    {
      "type": "tokens",
      "data": [
        {
          "type": "aspectRatios",
          "values": [{ "name": "square", "value": "1 / 1", "cssVar": "var(--aspect-ratios-square)" }],
          "tokenFunctionExamples": ["token('aspectRatios.square')"],
          "functionExamples": ["css({ aspectRatio: 'square' })"],
          "jsxExamples": ["<Box aspectRatio=\"square\" />"]
        }
      ]
    }

    Spec Usage:

    import tokens from 'styled-system/specs/tokens'
    import recipes from 'styled-system/specs/recipes'

Patch Changes

@pandacss/[email protected]

Minor Changes

  • 86b30b1: Add panda spec command to generate specification files for your theme (useful for documentation). This
    command generates JSON specification files containing metadata, examples, and usage information.

    # Generate all spec files
    panda spec
    
    # Custom output directory
    panda spec --outdir custom/specs

    Token Spec Structure:

    {
      "type": "tokens",
      "data": [
        {
          "type": "aspectRatios",
          "values": [{ "name": "square", "value": "1 / 1", "cssVar": "var(--aspect-ratios-square)" }],
          "tokenFunctionExamples": ["token('aspectRatios.square')"],
          "functionExamples": ["css({ aspectRatio: 'square' })"],
          "jsxExamples": ["<Box aspectRatio=\"square\" />"]
        }
      ]
    }

    Spec Usage:

    import tokens from 'styled-system/specs/tokens'
    import recipes from 'styled-system/specs/recipes'

@pandacss/[email protected]

Patch Changes

@pandacss/[email protected]

Patch Changes

@pandacss/[email protected]

Patch Changes

@pandacss/[email protected]

Patch Changes

@pandacss/[email protected]

Patch Changes

@pandacss/[email protected]

Patch Changes

@pandacss/[email protected]

Patch Changes

@pandacss/[email protected]

Patch Changes

@pandacss/[email protected]

Patch Changes

@pandacss/[email protected]

Patch Changes

@pandacss/[email protected]

Patch Changes

@pandacss/[email protected]

Patch Changes

@pandacss/[email protected]

Patch Changes

@pandacss/[email protected]

Patch Changes

@pandacss/[email protected]

@pandacss/[email protected]

@vercel
Copy link

vercel bot commented Dec 4, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Updated (UTC)
panda-docs Ready Ready Preview Dec 5, 2025 4:37pm
panda-playground Ready Ready Preview Dec 5, 2025 4:37pm
panda-studio Ready Ready Preview Dec 5, 2025 4:37pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant