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.
package/dist/index.cjs CHANGED
@@ -2534,15 +2534,15 @@ var Planner = function Planner(_ref) {
2534
2534
  focusEvent = _ref.focusEvent,
2535
2535
  onChange = _ref.onChange;
2536
2536
 
2537
- var _useState = React.useState("month"),
2537
+ var _useState = React.useState("year"),
2538
2538
  dateRange = _useState[0],
2539
2539
  setDateRange = _useState[1];
2540
2540
 
2541
- var _useState2 = React.useState("2021-02-26"),
2541
+ var _useState2 = React.useState("2022-01-01"),
2542
2542
  from = _useState2[0],
2543
2543
  setFrom = _useState2[1];
2544
2544
 
2545
- var _useState3 = React.useState("2021-04-01"),
2545
+ var _useState3 = React.useState("2022-12-30"),
2546
2546
  to = _useState3[0],
2547
2547
  setTo = _useState3[1];
2548
2548