@pandacss/types
Advanced tools
Comparing version 0.0.0-dev-20240313103423 to 0.0.0-dev-20240315002504
@@ -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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
962407
22615