dhre-ui-kit 0.0.238 → 0.0.240

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/lib/index.mjs CHANGED
@@ -3994,7 +3994,7 @@ const OTPInput = React.forwardRef(
3994
3994
  resendText = "Resend OTP",
3995
3995
  mode,
3996
3996
  disabled,
3997
- maxResendCount = 4,
3997
+ maxResendCount = 3,
3998
3998
  timerToResend = 6e4
3999
3999
  }, ref) => {
4000
4000
  const [otp, setOTP] = useState("");