@pandacss/shared
Advanced tools
Comparing version 0.37.0 to 0.37.1
@@ -634,3 +634,3 @@ "use strict"; | ||
var getPatternStyles = (pattern, styles) => { | ||
if (!pattern.defaultValues) | ||
if (!pattern?.defaultValues) | ||
return styles; | ||
@@ -637,0 +637,0 @@ const defaults = typeof pattern.defaultValues === "function" ? pattern.defaultValues(styles) : pattern.defaultValues; |
@@ -276,3 +276,3 @@ "use strict"; | ||
var getPatternStyles = (pattern, styles) => { | ||
if (!pattern.defaultValues) | ||
if (!pattern?.defaultValues) | ||
return styles; | ||
@@ -279,0 +279,0 @@ const defaults = typeof pattern.defaultValues === "function" ? pattern.defaultValues(styles) : pattern.defaultValues; |
{ | ||
"name": "@pandacss/shared", | ||
"version": "0.37.0", | ||
"version": "0.37.1", | ||
"description": "Shared utilities for css panda", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
105102