@pandacss/token-dictionary
Advanced tools
Comparing version 0.47.0 to 0.47.1
@@ -517,3 +517,3 @@ "use strict"; | ||
function toUnit(v) { | ||
return (0, import_shared4.isCssUnit)(v) ? v : `${v}px`; | ||
return (0, import_shared4.isCssUnit)(v) || hasReference(v.toString()) ? v : `${v}px`; | ||
} | ||
@@ -520,0 +520,0 @@ var transformShadow = { |
{ | ||
"name": "@pandacss/token-dictionary", | ||
"version": "0.47.0", | ||
"version": "0.47.1", | ||
"description": "Common error messages for css panda", | ||
@@ -36,5 +36,5 @@ "main": "dist/index.js", | ||
"ts-pattern": "5.0.8", | ||
"@pandacss/logger": "^0.47.0", | ||
"@pandacss/shared": "0.47.0", | ||
"@pandacss/types": "0.47.0" | ||
"@pandacss/logger": "^0.47.1", | ||
"@pandacss/shared": "0.47.1", | ||
"@pandacss/types": "0.47.1" | ||
}, | ||
@@ -41,0 +41,0 @@ "scripts": { |
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
96995
96855
292
+ Added@pandacss/shared@0.47.1(transitive)
- Removed@pandacss/shared@0.47.0(transitive)
- Removed@pandacss/types@0.47.0(transitive)
Updated@pandacss/logger@^0.47.1
Updated@pandacss/shared@0.47.1
Updated@pandacss/types@0.47.1