px-react-ui-components 1.0.12 → 1.0.13

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.
@@ -781,7 +781,7 @@ function MyInput({
781
781
  }), /*#__PURE__*/(0, _jsxRuntime.jsx)("input", {
782
782
  type: "file",
783
783
  ref: fileInputRef,
784
- onChange: handleChange,
784
+ onChange: e => onMyChange(e),
785
785
  placeholder: placeholder,
786
786
  style: {
787
787
  display: "none"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "px-react-ui-components",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "type": "commonjs",