Skip to content

@pandacss/compiler@2.0.0-beta.13

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Aug 16:13
· 59 commits to main since this release

Patch Changes

  • b621edb: Fix animationName rejecting every keyframe name under strictTokens. Generated types now inline the
    keyframe names (KeyframesValue = "spin" | "fadeIn" | …) instead of pointing at a keyframes token category that
    never existed, so css({ animationName: 'spin' }) type-checks without the [spin] escape hatch.
    • @pandacss/compiler-shared@2.0.0-beta.13
    • @pandacss/config@2.0.0-beta.13
    • @pandacss/types@2.0.0-beta.13