github chakra-ui/panda @pandacss/generator@0.22.1

latest releases: @pandacss/types@0.49.0, @pandacss/token-dictionary@0.49.0, @pandacss/generator@0.49.0...
12 months ago

Patch Changes

  • 8f4ce97: Fix slotRecipes typings,
    the recently added recipe.staticCss added to config.recipes
    weren't added to config.slotRecipes

  • 647f05c: Fix a typing issue with config.strictTokens when using the [xxx] escape-hatch syntax with property-based
    conditionals

    css({
      bg: '[#3B00B9]', // ✅ was okay
      _dark: {
        // ✅ was okay
        color: '[#3B00B9]',
      },
    
      // ❌ Not okay, will be fixed in this patch
      color: {
        _dark: '[#3B00B9]',
      },
    })
  • 647f05c: Fix a CSS generation issue with config.strictTokens when using the [xxx] escape-hatch syntax with ! or
    !important

    css({
      borderWidth: '[2px!]',
      width: '[2px !important]',
    })
  • Updated dependencies [8f4ce97]

  • Updated dependencies [647f05c]

    • @pandacss/types@0.22.1
    • @pandacss/shared@0.22.1
    • @pandacss/core@0.22.1
    • @pandacss/token-dictionary@0.22.1
    • @pandacss/is-valid-prop@0.22.1
    • @pandacss/logger@0.22.1

Don't miss a new panda release

NewReleases is sending notifications on new releases.