@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.js CHANGED
@@ -3106,7 +3106,7 @@ var Datepicker = ({
3106
3106
  const { placement, y } = state;
3107
3107
  return {
3108
3108
  ...state,
3109
- y: placement.startsWith("bottom") ? y - 10 : y + 10
3109
+ y: placement.startsWith("bottom") ? y - 10 : y + 14
3110
3110
  // condition for auto placement
3111
3111
  };
3112
3112
  }