authscape 1.0.125 → 1.0.126

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/index.js CHANGED
@@ -201,7 +201,7 @@ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" =
201
201
  Object.defineProperty(exports, "__esModule", {
202
202
  value: true
203
203
  });
204
- exports["default"] = void 0;
204
+ exports.FileUploader = void 0;
205
205
  var _react = _interopRequireWildcard(require("react"));
206
206
  var _LinearProgress = _interopRequireDefault(require("@mui/material/LinearProgress"));
207
207
  var _system = require("@mui/system");
@@ -627,8 +627,7 @@ var FileUploader = function FileUploader(_ref) {
627
627
  color: "inherit"
628
628
  })));
629
629
  };
630
- var _default = FileUploader;
631
- exports["default"] = _default;
630
+ exports.FileUploader = FileUploader;
632
631
  "use strict";
633
632
 
634
633
  function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "authscape",
3
- "version": "1.0.125",
3
+ "version": "1.0.126",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -20,7 +20,7 @@ import Backdrop from '@mui/material/Backdrop';
20
20
  import CircularProgress from '@mui/material/CircularProgress';
21
21
 
22
22
 
23
- const FileUploader = ({
23
+ export const FileUploader = ({
24
24
  url,
25
25
  params,
26
26
  multiple = false,
@@ -340,6 +340,4 @@ const FileUploader = ({
340
340
  </Backdrop>
341
341
  </Box>
342
342
  );
343
- }
344
-
345
- export default FileUploader;
343
+ }