px-react-ui-components 1.0.11 → 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.
package/README.md CHANGED
@@ -20,7 +20,7 @@ A modern, customizable React UI components library designed to simplify web deve
20
20
  npm install px-react-ui-components
21
21
 
22
22
  # Install required peer dependencies
23
- npm install react@^18.3.1 react-dom@^18.3.1 katex@^0.16.21 quill@^2.0.3 quill-image-resize-module-react@^3.0.0 quill-table-ui@^1.0.7 react-confirm-alert@^3.0.6 react-icons@^5.5.0 react-image-crop@^11.0.7 react-loader-spinner@^6.1.6 react-zoom-pan-pinch@^3.7.0
23
+ npm install react@^18.3.1 react-dom@^18.3.1 katex@^0.16.21 quill@^1.3.7 quill-image-resize-module-react@^3.0.0 quill-table-ui@^1.0.7 react-confirm-alert@^3.0.6 react-icons@^5.5.0 react-image-crop@^11.0.7 react-loader-spinner@^6.1.6 react-zoom-pan-pinch@^3.7.0
24
24
  ```
25
25
 
26
26
  ## Peer Dependencies
@@ -32,7 +32,7 @@ This library requires the following peer dependencies to be installed in your pr
32
32
  "react": "^18.3.1",
33
33
  "react-dom": "^18.3.1",
34
34
  "katex": "^0.16.21",
35
- "quill": "^2.0.3",
35
+ "quill": "^1.3.7",
36
36
  "quill-image-resize-module-react": "^3.0.0",
37
37
  "quill-table-ui": "^1.0.7",
38
38
  "react-confirm-alert": "^3.0.6",
@@ -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.11",
3
+ "version": "1.0.13",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "type": "commonjs",