@apexcura/ui-components 0.0.16-Beta72 → 0.0.16-Beta73

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
@@ -1138,7 +1138,7 @@ var FileUpload = (props) => {
1138
1138
  setFiles((prevFileList) => [...prevFileList, newFile]);
1139
1139
  if (props.onChange) {
1140
1140
  props.onChange({
1141
- files: [...files, newFile]
1141
+ value: [...files, newFile]
1142
1142
  });
1143
1143
  }
1144
1144
  });
package/dist/index.mjs CHANGED
@@ -1066,7 +1066,7 @@ var FileUpload = (props) => {
1066
1066
  setFiles((prevFileList) => [...prevFileList, newFile]);
1067
1067
  if (props.onChange) {
1068
1068
  props.onChange({
1069
- files: [...files, newFile]
1069
+ value: [...files, newFile]
1070
1070
  });
1071
1071
  }
1072
1072
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apexcura/ui-components",
3
- "version": "0.0.16-Beta72",
3
+ "version": "0.0.16-Beta73",
4
4
  "description": "Apex cura React components library",
5
5
  "keywords": [
6
6
  "apex cura",