@symbo.ls/atoms
Advanced tools
Comparing version 2.11.331 to 2.11.332
@@ -108,3 +108,3 @@ 'use strict' | ||
paddingBlock: ({ props, deps }) => { | ||
if (isString(props.paddingBlock)) return | ||
if (!isString(props.paddingBlock)) return | ||
const [paddingBlockStart, paddingBlockEnd] = props.paddingBlock.split(' ') | ||
@@ -111,0 +111,0 @@ return { |
{ | ||
"name": "@symbo.ls/atoms", | ||
"version": "2.11.331", | ||
"version": "2.11.332", | ||
"main": "index.js", | ||
"license": "MIT", | ||
"gitHead": "c1ce82619a9c90dcb12862a1cef1d7fc10b8718b", | ||
"gitHead": "5a8120f35d72a396dacf5f679a751e4475a81b2a", | ||
"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
50915