@panneau/modal-medias-picker 3.0.183 → 3.0.185

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
@@ -88,15 +88,13 @@ function MediasPickerModal(_ref) {
88
88
  onSelectionChange: onSelectionChange,
89
89
  onChange: onChange,
90
90
  onClose: onClose,
91
- multipleSelection: multiple,
92
- withoutButtons: true
91
+ multipleSelection: multiple
93
92
  })) : /*#__PURE__*/React.createElement(MediasPickerContainer, Object.assign({}, props, {
94
93
  resource: resource,
95
94
  onSelectionChange: onSelectionChange,
96
95
  onChange: onChange,
97
96
  onClose: onClose,
98
- multipleSelection: multiple,
99
- withoutButtons: true
97
+ multipleSelection: multiple
100
98
  })));
101
99
  }
102
100
  MediasPickerModal.propTypes = propTypes;
package/lib/index.js CHANGED
@@ -92,15 +92,13 @@ function MediasPickerModal(_ref) {
92
92
  onSelectionChange: onSelectionChange,
93
93
  onChange: onChange,
94
94
  onClose: onClose,
95
- multipleSelection: multiple,
96
- withoutButtons: true
95
+ multipleSelection: multiple
97
96
  })) : /*#__PURE__*/React.createElement(medias.MediasPickerContainer, Object.assign({}, props, {
98
97
  resource: resource,
99
98
  onSelectionChange: onSelectionChange,
100
99
  onChange: onChange,
101
100
  onClose: onClose,
102
- multipleSelection: multiple,
103
- withoutButtons: true
101
+ multipleSelection: multiple
104
102
  })));
105
103
  }
106
104
  MediasPickerModal.propTypes = propTypes;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/modal-medias-picker",
3
- "version": "3.0.183",
3
+ "version": "3.0.185",
4
4
  "description": "Medias picker modal",
5
5
  "keywords": [
6
6
  "javascript"
@@ -47,7 +47,7 @@
47
47
  "dependencies": {
48
48
  "@babel/runtime": "^7.12.5",
49
49
  "@panneau/core": "^3.0.182",
50
- "@panneau/medias": "^3.0.183",
50
+ "@panneau/medias": "^3.0.185",
51
51
  "@panneau/modal-dialog": "^3.0.182",
52
52
  "@uppy/core": "^3.9.1",
53
53
  "@uppy/dashboard": "^3.7.3",
@@ -64,5 +64,5 @@
64
64
  "publishConfig": {
65
65
  "access": "public"
66
66
  },
67
- "gitHead": "1a43436f1a5e0db3a0b2951138e9280b21220467"
67
+ "gitHead": "d07cd67a86c77392ecaf3b2502b58ab4fb3e723b"
68
68
  }