@panneau/field-resource-item 2.0.77 → 2.0.79

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
@@ -374,7 +374,7 @@ var ResourceItemField = function ResourceItemField(_ref) {
374
374
  }]
375
375
  }),
376
376
  size: "lg",
377
- onClickClose: onCloseForm
377
+ onClose: onCloseForm
378
378
  }, form) : null);
379
379
  };
380
380
  ResourceItemField.propTypes = propTypes;
package/lib/index.js CHANGED
@@ -396,7 +396,7 @@ var ResourceItemField = function ResourceItemField(_ref) {
396
396
  }]
397
397
  }),
398
398
  size: "lg",
399
- onClickClose: onCloseForm
399
+ onClose: onCloseForm
400
400
  }, form) : null);
401
401
  };
402
402
  ResourceItemField.propTypes = propTypes;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/field-resource-item",
3
- "version": "2.0.77",
3
+ "version": "2.0.79",
4
4
  "description": "An item mapping a resource",
5
5
  "keywords": [
6
6
  "javascript"
@@ -50,9 +50,9 @@
50
50
  "@panneau/element-button": "^2.0.75",
51
51
  "@panneau/element-resource-card": "^2.0.75",
52
52
  "@panneau/element-select": "^2.0.75",
53
- "@panneau/form-resource": "^2.0.77",
54
- "@panneau/intl": "^2.0.75",
55
- "@panneau/modal-dialog": "^2.0.75",
53
+ "@panneau/form-resource": "^2.0.79",
54
+ "@panneau/intl": "^2.0.79",
55
+ "@panneau/modal-dialog": "^2.0.79",
56
56
  "classnames": "^2.2.6",
57
57
  "lodash": "^4.17.21",
58
58
  "prop-types": "^15.7.2",
@@ -61,5 +61,5 @@
61
61
  "publishConfig": {
62
62
  "access": "public"
63
63
  },
64
- "gitHead": "ba3b77e9c0b5640790858793f96b48b7c20d0c97"
64
+ "gitHead": "b3bfbc84de833d32a4939542aba6e010d3672ffa"
65
65
  }