@symbo.ls/atoms 2.11.331 → 2.11.332

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/Block.js +1 -1
  2. package/package.json +2 -2
package/Block.js CHANGED
@@ -105,7 +105,7 @@ export const Block = {
105
105
  }
106
106
  },
107
107
  paddingBlock: ({ props, deps }) => {
108
- if (isString(props.paddingBlock)) return
108
+ if (!isString(props.paddingBlock)) return
109
109
  const [paddingBlockStart, paddingBlockEnd] = props.paddingBlock.split(' ')
110
110
  return {
111
111
  ...deps.transformSize('paddingBlockStart', paddingBlockStart),
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@symbo.ls/atoms",
3
- "version": "2.11.331",
3
+ "version": "2.11.332",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
- "gitHead": "c1ce82619a9c90dcb12862a1cef1d7fc10b8718b",
6
+ "gitHead": "5a8120f35d72a396dacf5f679a751e4475a81b2a",
7
7
  "dependencies": {
8
8
  "@domql/state": "latest",
9
9
  "@domql/utils": "latest",