@builttocreate/engine-utils 1.17.2-rc5 → 1.17.2-rc7

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.
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports["default"] = void 0;
7
7
  var text = 'text';
8
8
  var dropdown = 'dropdown';
9
- var image = 'dropdown';
9
+ var image = 'image';
10
10
  var _default = {
11
11
  text: text,
12
12
  dropdown: dropdown,
@@ -283,7 +283,9 @@ var getDefaultImageColumn = function getDefaultImageColumn() {
283
283
  _id: (0, _generateObjectId["default"])(),
284
284
  type: _FieldTableColumnTypes["default"].image,
285
285
  title: 'Image Column',
286
- deleted: false
286
+ deleted: false,
287
+ maxImageWidth: 190,
288
+ maxImageHeight: 120
287
289
  }, defaults);
288
290
  };
289
291
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builttocreate/engine-utils",
3
- "version": "1.17.2-rc5",
3
+ "version": "1.17.2-rc7",
4
4
  "description": "Utility library for common logic shared across web and mobile",
5
5
  "main": "dist/index.js",
6
6
  "files": [