@underverse-ui/underverse 1.0.117 → 1.0.118

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@underverse-ui/underverse",
3
- "version": "1.0.117",
3
+ "version": "1.0.118",
4
4
  "sourceEntry": "src/index.ts",
5
5
  "totalExports": 232,
6
6
  "exports": [
package/dist/index.cjs CHANGED
@@ -9335,9 +9335,11 @@ var DateRangePicker = ({
9335
9335
  setTempStart(localDate);
9336
9336
  setTempEnd(null);
9337
9337
  setHoveredDate(null);
9338
+ onChange(localDate, null);
9338
9339
  } else if (tempStart && !tempEnd) {
9339
9340
  if (localDate < tempStart) {
9340
9341
  setTempStart(localDate);
9342
+ onChange(localDate, null);
9341
9343
  } else {
9342
9344
  setTempEnd(localDate);
9343
9345
  setLocalRequiredError(void 0);