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

@pandacss/astro-plugin-studio

Package Overview
Dependencies
Maintainers
0
Versions
308
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pandacss/astro-plugin-studio - npm Package Versions

1
31

0.46.0

Diff

Changelog

Source

[0.46.0] - 2024-09-09

Fixed

  • Fix: use sizing tokens for flexBasis instead of spacing tokens
  • Fix issue where nesting @scope rule that use the & don't expand correctly

Added

Add support native css nesting in template literal mode. Prior to this change, you need to add & to all nested selectors.

Before:

css`
  & p {
    color: red;
  }
`

After:

css`
  p {
    color: red;
  }
`

Good to know: Internally, this will still convert to p to & p, but the generated css will work as expected.

segunadebayo
published 0.0.0-dev-20240909085718 •

segunadebayo
published 0.0.0-dev-20240909085312 •

segunadebayo
published 0.0.0-dev-20240909085253 •

segunadebayo
published 0.0.0-dev-20240908184814 •

segunadebayo
published 0.45.2 •

Changelog

Source

[0.45.2] - 2024-08-29

Changed

Make WithEscapeHatch<T> much more performant and typescript happy by updating the type signature of WithImportant<T> and WithColorOpacityModifier<T> to use branded type and non-distributive conditional types, while keeping such tokens valid and also not appearing in autocompletions to prevent them from polluting autocompletion result (which is the current behavior).

segunadebayo
published 0.0.0-dev-20240825102751 •

segunadebayo
published 0.45.1 •

Changelog

Source

[0.45.1] - 2024-08-14

Fixed

Fix issue where shadow token with color opacity modifier produces incorrect css value

Changed

[Internal] switch to package-manager-detector to reduce dependencies

segunadebayo
published 0.0.0-dev-20240812205059 •

segunadebayo
published 0.0.0-dev-20240812184237 •

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