arengibook 2.4.34 → 2.4.35

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 +0 -6
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -12853,12 +12853,6 @@ var DatePicker = function DatePicker(_ref) {
12853
12853
  value: newDate
12854
12854
  });
12855
12855
  }
12856
- if (inputRef.current) {
12857
- var event = new Event('datePickerChange', {
12858
- bubbles: true
12859
- });
12860
- inputRef.current.dispatchEvent(event);
12861
- }
12862
12856
  };
12863
12857
  useEffect(function () {
12864
12858
  if (inputRef.current) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "arengibook",
3
3
  "private": false,
4
- "version": "2.4.34",
4
+ "version": "2.4.35",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
7
7
  "exports": {