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

@pandacss/core

Package Overview
Dependencies
Maintainers
0
Versions
1133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pandacss/core - npm Package Versions

1
114

0.0.0-dev-20240627180503

Diff

segunadebayo
published 0.0.0-dev-20240624212930 •

segunadebayo
published 0.0.0-dev-20240619215959 •

segunadebayo
published 0.41.0 •

Changelog

Source

[0.41.0] - 2024-06-16

Fixed

Fix an issue where spreading an identifier in a sva slots array would prevent expected CSS from being generated

import { sva } from 'styled-system/css'
const parts = ['positioner', 'content']

const card = sva({
  slots: [...parts], // <- spreading here was causing the below CSS not to be generated, it's now fixed ✅
  base: {
    root: {
      p: '6',
    },
  },
})

Added

Annotate config recipe default variants with the @default js doc comment. This makes it easy to know the default value of a variant.

segunadebayo
published 0.0.0-dev-20240615092954 •

segunadebayo
published 0.0.0-dev-20240613084836 •

segunadebayo
published 0.0.0-dev-20240606032309 •

segunadebayo
published 0.40.1 •

Changelog

Source

[0.40.1] - 2024-05-31

Fixed

  • Fix issue where using jsxStyleProps: none with the generated jsx patterns, lead to unoptimized code that causes the component to be recreated on every render.

Changed

  • Improve panda init --outdir=<x> command to reflect outdir in generated panda config file.
segunadebayo
published 0.0.0-dev-20240530165007 •

segunadebayo
published 0.0.0-dev-20240529170343 •

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