@symbo.ls/atoms
Advanced tools
Comparing version 2.11.469 to 2.11.470
@@ -17,3 +17,3 @@ 'use strict' | ||
} else if (isObject(childrenExec)) { | ||
param = deepCloneWithExtend(childrenExec.$$typeof ? { key: childrenExec.key, props: childrenExec.props } : childrenExec) | ||
if (!childrenExec.$$typeof) return | ||
param = Object.keys(param).map(v => { | ||
@@ -23,3 +23,10 @@ const val = param[v] | ||
}) | ||
if (childrenAs) param = param.map(v => ({ extend: childExtends, [childrenAs]: v })) | ||
el.removeContent() | ||
el.content = { | ||
extend: childExtends, | ||
props: { | ||
childProps: el.props && el.props.childProps | ||
} | ||
} | ||
return | ||
} else if (childrenExec) { | ||
@@ -26,0 +33,0 @@ param = [{ text: param }] |
{ | ||
"name": "@symbo.ls/atoms", | ||
"version": "2.11.469", | ||
"version": "2.11.470", | ||
"main": "index.js", | ||
"license": "MIT", | ||
"gitHead": "711b668d5e97cf07bdc3ecec069a89c4eddee826", | ||
"gitHead": "726524dbb01cfa6ead1c95bd8f930a85169c70fe", | ||
"dependencies": { | ||
"@domql/state": "^2.5.0", | ||
"@domql/utils": "^2.5.0", | ||
"@symbo.ls/emotion": "^2.11.469", | ||
"@symbo.ls/scratch": "^2.11.469" | ||
"@symbo.ls/emotion": "^2.11.470", | ||
"@symbo.ls/scratch": "^2.11.470" | ||
}, | ||
@@ -13,0 +13,0 @@ "source": "src/index.js", |
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
66637
1789
Updated@symbo.ls/emotion@^2.11.470
Updated@symbo.ls/scratch@^2.11.470