@ctlyst.id/internal-ui 3.5.1 → 3.5.2

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.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
  }