@symbo.ls/atoms
Advanced tools
Comparing version 2.11.404 to 2.11.406
@@ -157,3 +157,3 @@ 'use strict' | ||
flex: ({ props, deps }) => props.flex && ({ | ||
flex: ({ props, deps }) => !deps.isUndefined(props.flex) && ({ | ||
flex: props.flex | ||
@@ -160,0 +160,0 @@ }), |
{ | ||
"name": "@symbo.ls/atoms", | ||
"version": "2.11.404", | ||
"version": "2.11.406", | ||
"main": "index.js", | ||
"license": "MIT", | ||
"gitHead": "fc685747dfdd22b14196ffaf9c8fa06d515ef06b", | ||
"gitHead": "d565ef2fb7ef869266fc1396568545b1a0b57130", | ||
"dependencies": { | ||
@@ -8,0 +8,0 @@ "@domql/state": "latest", |
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
53432