@builttocreate/engine-utils 2.9.1-beta.845.1 → 2.9.1-beta.845.2

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.
@@ -243,7 +243,9 @@ var getDefaultColumnOption = exports.getDefaultColumnOption = function getDefaul
243
243
  _id: (0, _generateObjectId["default"])(),
244
244
  value: value || 'Option',
245
245
  deleted: false,
246
- color: color
246
+ styles: {
247
+ backgroundColor: color
248
+ }
247
249
  };
248
250
  };
249
251
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builttocreate/engine-utils",
3
- "version": "2.9.1-beta.845.1",
3
+ "version": "2.9.1-beta.845.2",
4
4
  "description": "Utility library for common logic shared across web and mobile",
5
5
  "main": "dist/index.js",
6
6
  "files": [