sprint-asia-custom-component 0.1.51 → 0.1.52

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/dist/index.js CHANGED
@@ -25934,7 +25934,7 @@
25934
25934
  "application/pdf": [".pdf"]
25935
25935
  },
25936
25936
  noKeyboard: true,
25937
- maxSize: 3145728,
25937
+ maxSize: 5242881,
25938
25938
  onDropRejected
25939
25939
  });
25940
25940
  return /*#__PURE__*/React__default["default"].createElement("div", {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sprint-asia-custom-component",
3
3
  "main": "dist/index.js",
4
- "version": "0.1.51",
4
+ "version": "0.1.52",
5
5
  "private": false,
6
6
  "dependencies": {
7
7
  "@headlessui/react": "^1.7.18",
@@ -27,7 +27,7 @@ const DropzoneUploadFile = ({
27
27
  "application/pdf": [".pdf"],
28
28
  },
29
29
  noKeyboard: true,
30
- maxSize: 3145728,
30
+ maxSize: 5242881,
31
31
  onDropRejected,
32
32
  });
33
33