@ctlyst.id/internal-ui 3.5.1 → 3.5.2

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.mjs CHANGED
@@ -2760,7 +2760,7 @@ var Datepicker = ({
2760
2760
  const { placement, y } = state;
2761
2761
  return {
2762
2762
  ...state,
2763
- y: placement.startsWith("bottom") ? y - 10 : y + 10
2763
+ y: placement.startsWith("bottom") ? y - 10 : y + 14
2764
2764
  // condition for auto placement
2765
2765
  };
2766
2766
  }