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-20231203232000

Diff

segunadebayo
published 0.0.0-dev-20231203213411 •

segunadebayo
published 0.0.0-dev-20231203180122 •

segunadebayo
published 0.20.1 •

Changelog

Source

[0.20.1] - 2023-12-01

Fixed

  • Fix issue where conditional recipe variant doesn't work as expected
  • Fix issue with the token(xxx.yyy) fn used in AtRule, things like:
css({
  '@container (min-width: token(sizes.xl))': {
    color: 'green.300',
  },
  '@media (min-width: token(sizes.2xl))': {
    color: 'red.300',
  },
})

Added

  • Add a --watch flag to the panda ship command
  • Add support for granular config change detection
  • Improve the codegen experience by only rewriting files affecteds by a config change
  • Added strokeWidth to svg utilities.
  • Connected outlineWidth utility to borderWidths token.
  • Add borderWidth, borderTopWidth, borderLeftWidth, borderRightWidth, borderBottomWidth to berder utilities.
  • Add support for staticCss in presets allowing you create sharable, pre-generated styles
  • Add support for extending staticCss defined in presets
const presetWithStaticCss = definePreset({
  staticCss: {
    recipes: {
      // generate all button styles and variants
      button: ['*'],
    },
  },
})

export default defineConfig({
  presets: [presetWithStaticCss],
  staticCss: {
    extend: {
      recipes: {
        // extend and pre-generate all sizes for card
        card: [{ size: ['small', 'medium', 'large'] }],
      },
    },
  },
})
segunadebayo
published 0.0.0-dev-20231201213716 •

segunadebayo
published 0.0.0-dev-20231201202542 •

segunadebayo
published 0.0.0-dev-20231130150310 •

segunadebayo
published 0.0.0-dev-20231130143626 •

segunadebayo
published 0.0.0-dev-20231130105117 •

segunadebayo
published 0.0.0-dev-20231128194929 •

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