@lowdefy/block-utils
Advanced tools
Comparing version 4.0.0-alpha.5 to 4.0.0-alpha.6
@@ -19,8 +19,5 @@ /* | ||
blockId: 'undefined_id', | ||
components: { | ||
}, | ||
content: { | ||
}, | ||
events: { | ||
}, | ||
components: {}, | ||
content: {}, | ||
events: {}, | ||
list: [], | ||
@@ -36,6 +33,4 @@ menus: [], | ||
}, | ||
properties: { | ||
}, | ||
user: { | ||
}, | ||
properties: {}, | ||
user: {}, | ||
required: false, | ||
@@ -42,0 +37,0 @@ validation: { |
@@ -60,4 +60,3 @@ /* eslint-disable no-undef */ /* | ||
if (!type.isObject(style)) { | ||
return { | ||
}; | ||
return {}; | ||
} | ||
@@ -64,0 +63,0 @@ let mq = media; |
{ | ||
"name": "@lowdefy/block-utils", | ||
"version": "4.0.0-alpha.5", | ||
"version": "4.0.0-alpha.6", | ||
"licence": "Apache-2.0", | ||
@@ -44,3 +44,3 @@ "description": "Lowdefy Block Utils", | ||
"@emotion/react": "11.5.0", | ||
"@lowdefy/helpers": "4.0.0-alpha.5", | ||
"@lowdefy/helpers": "4.0.0-alpha.6", | ||
"classnames": "2.3.1", | ||
@@ -54,5 +54,5 @@ "dompurify": "2.3.3", | ||
"@emotion/jest": "11.5.0", | ||
"@swc/cli": "0.1.52", | ||
"@swc/core": "1.2.112", | ||
"@swc/jest": "0.2.9", | ||
"@swc/cli": "0.1.55", | ||
"@swc/core": "1.2.130", | ||
"@swc/jest": "0.2.17", | ||
"@testing-library/dom": "8.10.1", | ||
@@ -67,3 +67,3 @@ "@testing-library/react": "13.0.0-alpha.4", | ||
}, | ||
"gitHead": "995fcdb020927f3cdc626fc99c15a2e4137bd962" | ||
"gitHead": "2530e31af795b6a3c75ac8f72c8dbe0ab5d1251b" | ||
} |
42217
706
+ Added@lowdefy/helpers@4.0.0-alpha.6(transitive)
- Removed@lowdefy/helpers@4.0.0-alpha.5(transitive)