@panneau/field-upload 3.0.84 → 3.0.85

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.
package/es/index.js CHANGED
@@ -457,10 +457,9 @@ var UploadField = function UploadField(_ref) {
457
457
  modalItemId = _ref8$id === void 0 ? null : _ref8$id;
458
458
  return modalItemId === itemId;
459
459
  });
460
- return found ? {
461
- disabled: true,
462
- outline: true
463
- } : null;
460
+ return {
461
+ outline: !found
462
+ };
464
463
  }
465
464
  },
466
465
  withoutActionsColumn: true
package/lib/index.js CHANGED
@@ -479,10 +479,9 @@ var UploadField = function UploadField(_ref) {
479
479
  modalItemId = _ref8$id === void 0 ? null : _ref8$id;
480
480
  return modalItemId === itemId;
481
481
  });
482
- return found ? {
483
- disabled: true,
484
- outline: true
485
- } : null;
482
+ return {
483
+ outline: !found
484
+ };
486
485
  }
487
486
  },
488
487
  withoutActionsColumn: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/field-upload",
3
- "version": "3.0.84",
3
+ "version": "3.0.85",
4
4
  "description": "An Upload field",
5
5
  "keywords": [
6
6
  "javascript"
@@ -82,5 +82,5 @@
82
82
  "publishConfig": {
83
83
  "access": "public"
84
84
  },
85
- "gitHead": "2f2c138ba41203b9e6018c09066506b231713b13"
85
+ "gitHead": "2c99c317ed1eb582f3d0188488c60e4fd43300e5"
86
86
  }