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

@pandacss/types

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/types - npm Package Compare versions

Comparing version 0.0.0-dev-20240909085718 to 0.0.0-dev-20240922201627

13

dist/static-css.d.ts

@@ -1,11 +0,14 @@

interface WithConditions {
interface ConditionOptions {
/**
* The css conditions to generate for the rule.
* The conditions to generate for the rule.
* @example ['hover', 'focus']
*/
conditions?: string[]
/**
* Whether to generate responsive styles for the rule.
*/
responsive?: boolean
}
export interface CssRule extends WithConditions {
export interface CssRule extends ConditionOptions {
/**

@@ -24,3 +27,5 @@ * The css properties to generate utilities for.

export type RecipeRule = '*' | (RecipeRuleVariants & WithConditions)
export type RecipeRuleObject = RecipeRuleVariants & ConditionOptions
export type RecipeRule = '*' | RecipeRuleObject
export type PatternRule = '*' | CssRule

@@ -27,0 +32,0 @@

{
"name": "@pandacss/types",
"version": "0.0.0-dev-20240909085718",
"version": "0.0.0-dev-20240922201627",
"description": "The types for css panda",

@@ -34,3 +34,3 @@ "main": "dist/index.d.ts",

"ts-morph": "21.0.1",
"@pandacss/extractor": "0.0.0-dev-20240909085718"
"@pandacss/extractor": "0.0.0-dev-20240922201627"
},

@@ -37,0 +37,0 @@ "scripts": {

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