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-20240313103423 to 0.0.0-dev-20240315002504

8

dist/system-types.d.ts

@@ -1,2 +0,2 @@

import type { ConditionalValue, Conditions, Nested } from './conditions'
import type { ConditionalValue, Nested } from './conditions'
import type { PropertiesFallback } from './csstype'

@@ -38,6 +38,2 @@ import type { SystemProperties, CssVarProperties } from './style-props'

type MinimalNested<P> = {
[K in keyof Conditions]?: Nested<P>
}
interface GenericProperties {

@@ -75,3 +71,3 @@ [key: string]: ConditionalValue<String | Number | boolean>

}
type StyleProps = SystemProperties & MinimalNested<SystemStyleObject>
type StyleProps = SystemStyleObject & WithCss

@@ -78,0 +74,0 @@ export type JsxStyleProps = StyleProps & WithCss

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

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

"pkg-types": "1.0.3",
"@pandacss/extractor": "0.0.0-dev-20240313103423"
"@pandacss/extractor": "0.0.0-dev-20240315002504"
},

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