@pandacss/types
Advanced tools
Comparing version 0.37.1 to 0.37.2
@@ -125,2 +125,5 @@ import type { RecipeRule } from './static-css' | ||
variantMap: RecipeVariantMap<T> | ||
splitVariantProps<Props extends RecipeSelection<T>>( | ||
props: Props, | ||
): [RecipeSelection<T>, Pretty<DistributiveOmit<Props, keyof T>>] | ||
getVariantProps: (props?: RecipeSelection<T>) => RecipeSelection<T> | ||
@@ -127,0 +130,0 @@ } |
{ | ||
"name": "@pandacss/types", | ||
"version": "0.37.1", | ||
"version": "0.37.2", | ||
"description": "The types for css panda", | ||
@@ -34,3 +34,3 @@ "main": "dist/index.d.ts", | ||
"ts-morph": "21.0.1", | ||
"@pandacss/extractor": "0.37.1" | ||
"@pandacss/extractor": "0.37.2" | ||
}, | ||
@@ -37,0 +37,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
964715
22691