@symbo.ls/atoms
Advanced tools
Comparing version 2.11.307 to 2.11.309
@@ -80,2 +80,3 @@ 'use strict' | ||
padding: ({ props, deps }) => deps.transformSizeRatio('padding', props), | ||
scrollPadding: ({ props, deps }) => deps.transformSizeRatio('scrollPadding', props), | ||
paddingInline: ({ props, deps }) => { | ||
@@ -82,0 +83,0 @@ if (typeof props.paddingInline !== 'string') return |
@@ -20,4 +20,2 @@ 'use strict' | ||
if (isObjectLike(param)) param = deepClone(param) | ||
if (ref.__collectionCache) { | ||
@@ -29,7 +27,7 @@ const equals = JSON.stringify(param) === JSON.stringify(ref.__collectionCache) | ||
} else { | ||
ref.__collectionCache = param | ||
ref.__collectionCache = deepClone(param) | ||
delete ref.__noCollectionDifference | ||
} | ||
} else { | ||
ref.__collectionCache = param | ||
ref.__collectionCache = deepClone(param) | ||
} | ||
@@ -36,0 +34,0 @@ |
{ | ||
"name": "@symbo.ls/atoms", | ||
"version": "2.11.307", | ||
"version": "2.11.309", | ||
"main": "index.js", | ||
"license": "MIT", | ||
"gitHead": "5b37a6c7593d3dc926584b7fd583b4a695f6487a", | ||
"gitHead": "22c3a3069fd57b6d539d661564f1ea9719a7f7cf", | ||
"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
50048