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.js CHANGED
@@ -4030,7 +4030,7 @@ const OTPInput = React__default["default"].forwardRef(
4030
4030
  resendText = "Resend OTP",
4031
4031
  mode,
4032
4032
  disabled,
4033
- maxResendCount = 4,
4033
+ maxResendCount = 3,
4034
4034
  timerToResend = 6e4
4035
4035
  }, ref) => {
4036
4036
  const [otp, setOTP] = React.useState("");