Skip to content

@pandacss/compiler-shared@2.0.0-beta.9

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 Jul 16:58
8254f8c

Patch Changes

  • 9409487: Add token inspection metadata and no-primitive-token to enforce semantic token usage when a matching
    semantic token category exists.
  • 682338e: - Keep nested design-system build info package-local, and safely re-extract source when build info is stale,
    malformed, or corrupt.
    • Normalize workspace Panda ranges and warn when effective consumer class-name options differ from the library.
    • Preserve recipe cascade order, compound variants, and runtime token references when hydrating design-system build
      info.
    • Validate manifests before loading presets, and reconcile token ownership and class-name compatibility after config
      hooks.
    • Make hydration diagnostics actionable and CI-correct, with reason-specific fallback errors and grouped token
      conflicts.
  • 682338e: Remove the unused designSystem.resolveChain binding. Design-system chains are resolved by the config loader
    (loadDesignSystemChain), which walks the single parent link each manifest declares; the separate Rust
    resolve_chain primitive was never called on that path, so the duplicate ordering/cycle logic is gone.