@builttocreate/engine-utils 2.3.2-beta.1.0 → 2.3.2-beta.1.1

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.
@@ -298,10 +298,6 @@ exports.getTemplateWithLookups = getTemplateWithLookups;
298
298
  var isFieldEmpty = function isFieldEmpty(fieldType, fieldValue, fieldOptions, fieldDisplayType, fieldColumnType) {
299
299
  var isEmpty = false;
300
300
 
301
- if (fieldType === _FieldTypes["default"].block && (!fieldValue || fieldValue && fieldValue.replace(/\s+/g, '').length == 0)) {
302
- isEmpty = true;
303
- }
304
-
305
301
  if (fieldType === _FieldTypes["default"].text && (!fieldValue || fieldValue && fieldValue.replace(/\s+/g, '').length == 0)) {
306
302
  isEmpty = true;
307
303
  } else if (fieldType === _FieldTypes["default"].textarea && (!fieldValue || fieldValue && fieldValue.replace(/\s+/g, '').length == 0)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builttocreate/engine-utils",
3
- "version": "2.3.2-beta.1.0",
3
+ "version": "2.3.2-beta.1.1",
4
4
  "description": "Utility library for common logic shared across web and mobile",
5
5
  "main": "dist/index.js",
6
6
  "files": [