@apexcura/ui-components 0.0.14-Beta29 → 0.0.14-Beta30

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
@@ -934,7 +934,7 @@ var Upload2 = (props) => {
934
934
  const handleFileChange = (e) => {
935
935
  setFile(e.target.files[0]);
936
936
  if (props.onChange) {
937
- props.onChange(file);
937
+ props.onChange(e.target.files[0]);
938
938
  }
939
939
  };
940
940
  const handleUpload = async () => {
package/dist/index.mjs CHANGED
@@ -875,7 +875,7 @@ var Upload2 = (props) => {
875
875
  const handleFileChange = (e) => {
876
876
  setFile(e.target.files[0]);
877
877
  if (props.onChange) {
878
- props.onChange(file);
878
+ props.onChange(e.target.files[0]);
879
879
  }
880
880
  };
881
881
  const handleUpload = async () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apexcura/ui-components",
3
- "version": "0.0.14-Beta29",
3
+ "version": "0.0.14-Beta30",
4
4
  "description": "Apex cura React components library",
5
5
  "keywords": [
6
6
  "apex cura",