@pandacss/types
Advanced tools
Comparing version 0.49.0 to 0.50.0
@@ -1,2 +0,2 @@ | ||
export type * from './analyze-report' | ||
export type * from './reporter' | ||
export type * from './artifact' | ||
@@ -3,0 +3,0 @@ export type * from './composition' |
@@ -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.49.0", | ||
"version": "0.50.0", | ||
"description": "The types for css panda", | ||
@@ -34,3 +34,3 @@ "main": "dist/index.d.ts", | ||
"ts-morph": "21.0.1", | ||
"@pandacss/extractor": "0.49.0" | ||
"@pandacss/extractor": "0.50.0" | ||
}, | ||
@@ -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
966214
22750