@symbo.ls/atoms
Advanced tools
Comparing version 2.11.113 to 2.11.114
12
Block.js
@@ -174,4 +174,14 @@ 'use strict' | ||
props: { | ||
boxSize: 'C1', | ||
size: 'C1' | ||
}, | ||
class: { | ||
size: ({ props }) => { | ||
if (typeof props.size !== 'string') return | ||
const [height, width] = props.size.split(' ') | ||
return { | ||
...getSpacingByKey(height, 'height'), | ||
...getSpacingByKey(width || height, 'width') | ||
} | ||
} | ||
} | ||
} |
{ | ||
"name": "@symbo.ls/atoms", | ||
"version": "2.11.113", | ||
"version": "2.11.114", | ||
"main": "index.js", | ||
"license": "MIT", | ||
"gitHead": "ef2a0c3b693bcbedc6555d95694f4c50e67c0fdb", | ||
"gitHead": "9d866c6f842526ba2090e0b09c9178de6fec41a9", | ||
"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
40926
1149