@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.
- package/index.esm.js +0 -5
- 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: [
|