@pandacss/types
Advanced tools
Comparing version 0.0.0-dev-20241224164226 to 0.0.0-dev-20241224173005
@@ -45,6 +45,6 @@ import type { Recursive } from './shared' | ||
export interface Shadow { | ||
offsetX: number | ||
offsetY: number | ||
blur: number | ||
spread: number | ||
offsetX: number | string | ||
offsetY: number | string | ||
blur: number | string | ||
spread: number | string | ||
color: string | ||
@@ -51,0 +51,0 @@ inset?: boolean |
{ | ||
"name": "@pandacss/types", | ||
"version": "0.0.0-dev-20241224164226", | ||
"version": "0.0.0-dev-20241224173005", | ||
"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-20241224164226" | ||
"@pandacss/extractor": "0.0.0-dev-20241224173005" | ||
}, | ||
@@ -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
966250