willba-component-library 0.2.18 → 0.2.19
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/lib/index.esm.js +4 -3
- package/lib/index.esm.js.map +1 -1
- package/lib/index.js +4 -3
- package/lib/index.js.map +1 -1
- package/lib/index.umd.js +4 -3
- package/lib/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/components/FilterCalendar/FilterCalendar.stories.tsx +1 -1
- package/src/components/FilterCalendar/hooks/useFilterCalendar.ts +4 -3
package/lib/index.esm.js
CHANGED
|
@@ -11369,9 +11369,10 @@ var useFilterCalendar = function (_a) {
|
|
|
11369
11369
|
});
|
|
11370
11370
|
}
|
|
11371
11371
|
}, []);
|
|
11372
|
-
|
|
11373
|
-
|
|
11374
|
-
|
|
11372
|
+
// TODO - handle the onSubmit on calendar open
|
|
11373
|
+
// useEffect(() => {
|
|
11374
|
+
// onSubmit(calendarRange)
|
|
11375
|
+
// }, [])
|
|
11375
11376
|
var handleSubmit = function () {
|
|
11376
11377
|
setToggleCalendar(false);
|
|
11377
11378
|
return onSubmit(calendarRange);
|