@symbo.ls/atoms
Advanced tools
Comparing version 2.11.214 to 2.11.215
@@ -52,3 +52,3 @@ 'use strict' | ||
props: { | ||
childProps: el.props.childProps | ||
childProps: el.props && el.props.childProps | ||
} | ||
@@ -83,3 +83,3 @@ } | ||
props: { | ||
childProps: el.props.childProps | ||
childProps: el.props && el.props.childProps | ||
} | ||
@@ -86,0 +86,0 @@ } |
{ | ||
"name": "@symbo.ls/atoms", | ||
"version": "2.11.214", | ||
"version": "2.11.215", | ||
"main": "index.js", | ||
"license": "MIT", | ||
"gitHead": "707d4101f2b259c80be5c1ad095ca1c0ea6ef35d", | ||
"gitHead": "1dc01c98b5717566aaee3155b73829e428d51055", | ||
"dependencies": { | ||
@@ -8,0 +8,0 @@ "@domql/state": "latest", |
@@ -130,2 +130,6 @@ 'use strict' | ||
backdropFilter: ({ props, deps }) => !isUndefined(props.backdropFilter) && ({ | ||
backdropFilter: props.backdropFilter | ||
}), | ||
opacity: ({ props }) => !isUndefined(props.opacity) && ({ | ||
@@ -132,0 +136,0 @@ opacity: props.opacity |
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
44061
1207