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

@pandacss/types

Package Overview
Dependencies
Maintainers
1
Versions
1155
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-20240405065931 to 0.0.0-dev-20240409220115

4

dist/pattern.d.ts

@@ -53,2 +53,6 @@ import type { CssProperty, SystemStyleObject } from './system-types'

/**
* Whether the pattern is deprecated.
*/
deprecated?: boolean | string
/**
* The jsx element name this pattern will generate.

@@ -55,0 +59,0 @@ */

@@ -67,2 +67,6 @@ import type { RecipeRule } from './static-css'

/**
* Whether the recipe is deprecated.
*/
deprecated?: boolean | string
/**
* The multi-variant styles of the recipe.

@@ -145,2 +149,6 @@ */

/**
* Whether the recipe is deprecated.
*/
deprecated?: boolean | string
/**
* The parts/slots of the recipe.

@@ -147,0 +155,0 @@ */

4

dist/tokens.d.ts
import type { Recursive } from './shared'
export type TokenStatus = 'deprecated' | 'experimental' | 'new'
export interface Token<Value = any> {

@@ -9,4 +7,4 @@ value: Value

type?: string
deprecated?: boolean | string
extensions?: {
status?: TokenStatus
[key: string]: any

@@ -13,0 +11,0 @@ }

@@ -67,2 +67,6 @@ import type { LiteralUnion } from './shared'

group?: CssSemanticGroup
/**
* Whether this utility is deprecated or not.
*/
deprecated?: boolean
}

@@ -69,0 +73,0 @@

{
"name": "@pandacss/types",
"version": "0.0.0-dev-20240405065931",
"version": "0.0.0-dev-20240409220115",
"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-20240405065931"
"@pandacss/extractor": "0.0.0-dev-20240409220115"
},

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