@panneau/modal-upload 3.0.59 → 3.0.101

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.
File without changes
package/es/index.js CHANGED
@@ -7,6 +7,8 @@ import '@uppy/dashboard/dist/style.css';
7
7
  import '@uppy/drag-drop/dist/style.css';
8
8
  import '@uppy/status-bar/dist/style.css';
9
9
 
10
+ var styles = {};
11
+
10
12
  var propTypes = {
11
13
  opened: PropTypes.bool,
12
14
  sources: PropTypes.arrayOf(PropTypes.string),
@@ -43,7 +45,8 @@ var UploadModal = function UploadModal(_ref) {
43
45
  open: opened,
44
46
  closeAfterFinish: true,
45
47
  onRequestClose: onRequestClose,
46
- plugins: sources
48
+ plugins: sources,
49
+ className: styles.container
47
50
  }) : null;
48
51
  };
49
52
  UploadModal.propTypes = propTypes;
package/lib/index.js CHANGED
@@ -16,6 +16,8 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
16
16
  var PropTypes__default = /*#__PURE__*/_interopDefaultLegacy(PropTypes);
17
17
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
18
18
 
19
+ var styles = {};
20
+
19
21
  var propTypes = {
20
22
  opened: PropTypes__default["default"].bool,
21
23
  sources: PropTypes__default["default"].arrayOf(PropTypes__default["default"].string),
@@ -52,7 +54,8 @@ var UploadModal = function UploadModal(_ref) {
52
54
  open: opened,
53
55
  closeAfterFinish: true,
54
56
  onRequestClose: onRequestClose,
55
- plugins: sources
57
+ plugins: sources,
58
+ className: styles.container
56
59
  }) : null;
57
60
  };
58
61
  UploadModal.propTypes = propTypes;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/modal-upload",
3
- "version": "3.0.59",
3
+ "version": "3.0.101",
4
4
  "description": "File upload modal",
5
5
  "keywords": [
6
6
  "javascript"
@@ -53,8 +53,8 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "@babel/runtime": "^7.12.5",
56
- "@panneau/core": "^3.0.45",
57
- "@panneau/uppy": "^3.0.59",
56
+ "@panneau/core": "^3.0.101",
57
+ "@panneau/uppy": "^3.0.101",
58
58
  "@uppy/core": "^3.5.0",
59
59
  "@uppy/dashboard": "^3.5.2",
60
60
  "@uppy/drag-drop": "^3.0.3",
@@ -69,5 +69,5 @@
69
69
  "publishConfig": {
70
70
  "access": "public"
71
71
  },
72
- "gitHead": "91d48907b776239b19aea03fe91f2227014d0556"
72
+ "gitHead": "4b7d319add0a27e37a8243e7334e3befc3954fc0"
73
73
  }