@panneau/medias 3.0.263 → 3.0.265

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.
Files changed (2) hide show
  1. package/es/index.js +1 -1
  2. package/package.json +2 -2
package/es/index.js CHANGED
@@ -603,7 +603,7 @@ function MediaForm(_ref) {
603
603
  "value": "Replace"
604
604
  }]
605
605
  }),
606
- onUploadComplete: onUploadComplete
606
+ onChange: onUploadComplete
607
607
  }) : null, withDelete ? /*#__PURE__*/React.createElement(Button, {
608
608
  className: "me-2 mb-1 mt-1",
609
609
  theme: "danger",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/medias",
3
- "version": "3.0.263",
3
+ "version": "3.0.265",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -74,5 +74,5 @@
74
74
  "publishConfig": {
75
75
  "access": "public"
76
76
  },
77
- "gitHead": "987a9411191ea92b59dc5c2b3003773a5d550dbb"
77
+ "gitHead": "3cdd08e740b8d4a63c17ac95f4a43c4974aaa286"
78
78
  }