@panneau/medias 3.0.190 → 3.0.191

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
@@ -1329,8 +1329,7 @@ var propTypes$2 = {
1329
1329
  };
1330
1330
  var defaultProps$2 = {
1331
1331
  api: null,
1332
- media: null,
1333
- onChange: null
1332
+ media: null
1334
1333
  };
1335
1334
  function MediasPickerContainer(_ref) {
1336
1335
  var api = _ref.api,
package/lib/index.js CHANGED
@@ -1331,8 +1331,7 @@ var propTypes$2 = {
1331
1331
  };
1332
1332
  var defaultProps$2 = {
1333
1333
  api: null,
1334
- media: null,
1335
- onChange: null
1334
+ media: null
1336
1335
  };
1337
1336
  function MediasPickerContainer(_ref) {
1338
1337
  var api = _ref.api,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/medias",
3
- "version": "3.0.190",
3
+ "version": "3.0.191",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -46,21 +46,21 @@
46
46
  },
47
47
  "dependencies": {
48
48
  "@babel/runtime": "^7.12.5",
49
- "@panneau/core": "^3.0.190",
50
- "@panneau/data": "^3.0.190",
51
- "@panneau/display-image": "^3.0.190",
52
- "@panneau/element-button": "^3.0.190",
53
- "@panneau/element-buttons": "^3.0.190",
54
- "@panneau/element-form": "^3.0.190",
55
- "@panneau/element-form-status": "^3.0.190",
56
- "@panneau/element-grid": "^3.0.190",
57
- "@panneau/element-icon": "^3.0.190",
58
- "@panneau/element-media-card": "^3.0.190",
59
- "@panneau/element-media-player": "^3.0.190",
49
+ "@panneau/core": "^3.0.191",
50
+ "@panneau/data": "^3.0.191",
51
+ "@panneau/display-image": "^3.0.191",
52
+ "@panneau/element-button": "^3.0.191",
53
+ "@panneau/element-buttons": "^3.0.191",
54
+ "@panneau/element-form": "^3.0.191",
55
+ "@panneau/element-form-status": "^3.0.191",
56
+ "@panneau/element-grid": "^3.0.191",
57
+ "@panneau/element-icon": "^3.0.191",
58
+ "@panneau/element-media-card": "^3.0.191",
59
+ "@panneau/element-media-player": "^3.0.191",
60
60
  "@panneau/element-pagination": "^3.0.190",
61
- "@panneau/element-table": "^3.0.190",
62
- "@panneau/field-upload": "^3.0.190",
63
- "@panneau/filter-filters": "^3.0.190",
61
+ "@panneau/element-table": "^3.0.191",
62
+ "@panneau/field-upload": "^3.0.191",
63
+ "@panneau/filter-filters": "^3.0.191",
64
64
  "classnames": "^2.5.1",
65
65
  "lodash": "^4.17.21",
66
66
  "prop-types": "^15.7.2",
@@ -69,5 +69,5 @@
69
69
  "publishConfig": {
70
70
  "access": "public"
71
71
  },
72
- "gitHead": "ec38fa9c18606a8d5566183b8acf659a894eca0d"
72
+ "gitHead": "5d7d1b6a0130502185ab1b079b18bb7bdda1e447"
73
73
  }