@chakra-ui/styled-system
Advanced tools
Comparing version 0.0.0-dev-20230424222806 to 0.0.0-dev-20230424225650
@@ -1449,2 +1449,4 @@ "use strict"; | ||
walkObject(tokens2, (value, path) => { | ||
if (value == null) | ||
return; | ||
result[path.join(".")] = { isSemantic: false, value }; | ||
@@ -1455,2 +1457,4 @@ }); | ||
(value, path) => { | ||
if (value == null) | ||
return; | ||
result[path.join(".")] = { isSemantic: true, value }; | ||
@@ -1457,0 +1461,0 @@ }, |
{ | ||
"name": "@chakra-ui/styled-system", | ||
"version": "0.0.0-dev-20230424222806", | ||
"version": "0.0.0-dev-20230424225650", | ||
"description": "Style function for css-in-js building component libraries", | ||
@@ -47,3 +47,3 @@ "keywords": [ | ||
"@chakra-ui/merge-utils": "2.0.7", | ||
"@chakra-ui/object-utils": "0.0.0-dev-20230424222806" | ||
"@chakra-ui/object-utils": "0.0.0-dev-20230424225650" | ||
}, | ||
@@ -50,0 +50,0 @@ "sideEffects": false, |
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
210689
6370