arengibook 2.4.45 → 2.4.46

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -12922,7 +12922,7 @@ var DatePicker = function DatePicker(_ref) {
12922
12922
  panelClassName: "datepickerbook",
12923
12923
  onBlur: handleBlur,
12924
12924
  onClick: onClick,
12925
- onSelect: onSelect
12925
+ onSelect: handleChange
12926
12926
  }), invalid && /*#__PURE__*/React__default.createElement("small", {
12927
12927
  style: {
12928
12928
  color: 'red',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "arengibook",
3
3
  "private": false,
4
- "version": "2.4.45",
4
+ "version": "2.4.46",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
7
7
  "exports": {