@pandacss/shared
Advanced tools
Comparing version 0.0.0-dev-20240501211216 to 0.0.0-dev-20240503130204
@@ -473,3 +473,3 @@ "use strict"; | ||
function compactStyles(...styles) { | ||
return styles.filter((style) => isObject(style) && Object.keys(compact(style)).length > 0); | ||
return styles.flat().filter((style) => isObject(style) && Object.keys(compact(style)).length > 0); | ||
} | ||
@@ -476,0 +476,0 @@ function createMergeCss(context) { |
@@ -227,3 +227,3 @@ "use strict"; | ||
function compactStyles(...styles) { | ||
return styles.filter((style) => isObject(style) && Object.keys(compact(style)).length > 0); | ||
return styles.flat().filter((style) => isObject(style) && Object.keys(compact(style)).length > 0); | ||
} | ||
@@ -230,0 +230,0 @@ function createMergeCss(context) { |
{ | ||
"name": "@pandacss/shared", | ||
"version": "0.0.0-dev-20240501211216", | ||
"version": "0.0.0-dev-20240503130204", | ||
"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
110000