@apexcura/ui-components 0.0.14-Beta23 → 0.0.14-Beta24

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
@@ -871,6 +871,7 @@ var FileUpload = (props) => {
871
871
  return true;
872
872
  };
873
873
  const handleChange = ({ fileList }) => {
874
+ console.log(fileList);
874
875
  setFiles(fileList);
875
876
  if (props.onChange) {
876
877
  props.onChange({
package/dist/index.mjs CHANGED
@@ -813,6 +813,7 @@ var FileUpload = (props) => {
813
813
  return true;
814
814
  };
815
815
  const handleChange = ({ fileList }) => {
816
+ console.log(fileList);
816
817
  setFiles(fileList);
817
818
  if (props.onChange) {
818
819
  props.onChange({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apexcura/ui-components",
3
- "version": "0.0.14-Beta23",
3
+ "version": "0.0.14-Beta24",
4
4
  "description": "Apex cura React components library",
5
5
  "keywords": [
6
6
  "apex cura",