@symbo.ls/atoms 2.11.348 → 2.11.351

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
@@ -213,7 +213,7 @@ export const Block = {
213
213
  resize: props.resize
214
214
  }),
215
215
 
216
- verticalAlign: ({ props }) => !isUndefined(props.verticalAlign) && ({ flexWrap: props.verticalAlign }),
216
+ verticalAlign: ({ props }) => !isUndefined(props.verticalAlign) && ({ verticalAlign: props.verticalAlign }),
217
217
 
218
218
  columns: ({ props }) => !isUndefined(props.columns) && ({
219
219
  columns: props.columns
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@symbo.ls/atoms",
3
- "version": "2.11.348",
3
+ "version": "2.11.351",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
- "gitHead": "8e803e4354ac436a9ea39c37fd02bc72bccbf132",
6
+ "gitHead": "7467ad3cc2fb752e3a484df743e88422938756f7",
7
7
  "dependencies": {
8
8
  "@domql/state": "latest",
9
9
  "@domql/utils": "latest",