ywana-core8 0.0.455 → 0.0.456

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.
@@ -2526,15 +2526,15 @@ var Planner = function Planner(_ref) {
2526
2526
  focusEvent = _ref.focusEvent,
2527
2527
  onChange = _ref.onChange;
2528
2528
 
2529
- var _useState = useState("month"),
2529
+ var _useState = useState("year"),
2530
2530
  dateRange = _useState[0],
2531
2531
  setDateRange = _useState[1];
2532
2532
 
2533
- var _useState2 = useState("2021-02-26"),
2533
+ var _useState2 = useState("2022-01-01"),
2534
2534
  from = _useState2[0],
2535
2535
  setFrom = _useState2[1];
2536
2536
 
2537
- var _useState3 = useState("2021-04-01"),
2537
+ var _useState3 = useState("2022-12-30"),
2538
2538
  to = _useState3[0],
2539
2539
  setTo = _useState3[1];
2540
2540