Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@pandacss/error

Package Overview
Dependencies
Maintainers
1
Versions
922
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pandacss/error - npm Package Versions

1
93

0.0.0-dev-20231219220132

Diff

segunadebayo
published 0.0.0-dev-20231219195022 •

segunadebayo
published 0.0.0-dev-20231219133737 •

segunadebayo
published 0.0.0-dev-20231218193213 •

segunadebayo
published 0.0.0-dev-20231218191858 •

segunadebayo
published 0.0.0-dev-20231217184959 •

segunadebayo
published 0.22.1 •

Changelog

Source

[0.22.1] - 2023-12-15

Fixed

  • Fix slotRecipes typings, the recently added recipe.staticCss added to config.recipes weren't added to config.slotRecipes
  • 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]',
  },
})
  • Fix a regression with the @pandacss/astro integration where the automatically provided base.css would be ignored by the @pandacss/postcss plugin

  • Fix a CSS generation issue with config.strictTokens when using the [xxx] escape-hatch syntax with ! or !important

css({
  borderWidth: '[2px!]',
  width: '[2px !important]',
})
segunadebayo
published 0.0.0-dev-20231214172157 •

segunadebayo
published 0.0.0-dev-20231214163853 •

segunadebayo
published 0.0.0-dev-20231214122437 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc