diginet-core-ui 1.4.55-beta.8.1 → 1.4.55-beta.8.3

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.
@@ -564,6 +564,7 @@ const DateRangePicker = /*#__PURE__*/memo(/*#__PURE__*/forwardRef((inProps, refe
564
564
  onChangeValue(values.current);
565
565
  }
566
566
  closePicker();
567
+ setOpenState(false);
567
568
  };
568
569
  const onSwap = open => {
569
570
  if (!isEnable) return;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "diginet-core-ui",
3
- "version": "1.4.55-beta.8.1",
3
+ "version": "1.4.55-beta.8.3",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "license": "UNLICENSED",