@sunggang/ui-lib 0.1.43 → 0.1.44

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/index.esm.js +0 -5
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -70476,11 +70476,6 @@ function DateRangePicker(param) {
70476
70476
  if (onChange) onChange(newDate);
70477
70477
  }
70478
70478
  };
70479
- useEffect(function() {
70480
- setDate(dates);
70481
- }, [
70482
- dates
70483
- ]);
70484
70479
  return /*#__PURE__*/ jsxs("div", {
70485
70480
  className: "flex gap-2 items-center",
70486
70481
  children: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunggang/ui-lib",
3
- "version": "0.1.43",
3
+ "version": "0.1.44",
4
4
  "dependencies": {
5
5
  "@radix-ui/react-popover": "^1.0.7",
6
6
  "@radix-ui/react-slot": "^1.0.2",