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
1150
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-20240315003802 to 0.0.0-dev-20240315115723

6

dist/conditions.d.ts

@@ -43,11 +43,9 @@ import type { AnySelector, Selectors } from './selectors'

export type Conditional<V> =
export type ConditionalValue<V> =
| V
| Array<V | null>
| {
[K in keyof Conditions]?: Conditional<V>
[K in keyof Conditions]?: ConditionalValue<V>
}
export type ConditionalValue<T> = Conditional<T>
export type Nested<P> =

@@ -54,0 +52,0 @@ | (P & {

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

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

"pkg-types": "1.0.3",
"@pandacss/extractor": "0.0.0-dev-20240315003802"
"ts-morph": "21.0.1",
"@pandacss/extractor": "0.0.0-dev-20240315115723"
},

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