fuse-importer 0.0.2-testing → 0.0.3-testing

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.
@@ -100,7 +100,6 @@ var ImporterDropzone = function () {
100
100
  noKeyboard: true,
101
101
  accept: ".csv, .tsv, .xls, .xlsx",
102
102
  maxFiles: 1,
103
- maxSize: 41943040, // 40MB
104
103
  }), getRootProps = _b.getRootProps, getInputProps = _b.getInputProps, open = _b.open, isDragActive = _b.isDragActive;
105
104
  return (_jsxs(DragAndDropCard, __assign({ isDragActive: isDragActive, centered: true, pRelative: true }, getRootProps(), { children: [_jsx("input", __assign({}, getInputProps())), isDragActive && dropzoneUploadingUI, _jsx(DragAndDropComponent, { openUploadFileDialog: open })] })));
106
105
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "fuse-importer",
3
3
  "private": false,
4
- "version": "0.0.2-testing",
4
+ "version": "0.0.3-testing",
5
5
  "description": "Flatirons Fuse is a customizable and powerful CSV Importer that works with all front-end languages",
6
6
  "browserslist": {
7
7
  "production": [