@pandacss/shared
Advanced tools
Comparing version 0.0.0-dev-20230105084653 to 0.0.0-dev-20230106105402
@@ -243,3 +243,3 @@ "use strict"; | ||
function compact(value) { | ||
return Object.fromEntries(Object.entries(value).filter(([_, value2]) => value2 !== void 0)); | ||
return Object.fromEntries(Object.entries(value ?? {}).filter(([_, value2]) => value2 !== void 0)); | ||
} | ||
@@ -246,0 +246,0 @@ |
@@ -193,3 +193,3 @@ "use strict"; | ||
function compact(value) { | ||
return Object.fromEntries(Object.entries(value).filter(([_, value2]) => value2 !== void 0)); | ||
return Object.fromEntries(Object.entries(value ?? {}).filter(([_, value2]) => value2 !== void 0)); | ||
} | ||
@@ -196,0 +196,0 @@ // Annotate the CommonJS export names for ESM import in node: |
{ | ||
"name": "@pandacss/shared", | ||
"version": "0.0.0-dev-20230105084653", | ||
"version": "0.0.0-dev-20230106105402", | ||
"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
41590