dhre-ui-kit 0.0.261 → 0.0.262

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
@@ -4159,14 +4159,14 @@ const OTPInput = React__default["default"].forwardRef(
4159
4159
  autoComplete: "sms-otp",
4160
4160
  selectionColor: theme$1.CONTENT_PRIMARY
4161
4161
  }
4162
- ))), !errorMessageMaxReachCount && /* @__PURE__ */ React__default["default"].createElement(reactNative.View, { style: styles$5.timerContainer }, (disableResendButton() || !isResendOtpEnable) && /* @__PURE__ */ React__default["default"].createElement(reactNative.View, { style: styles$5.timerIconContainer }, timerIcon, /* @__PURE__ */ React__default["default"].createElement(
4162
+ ))), !errorMessageMaxReachCount && /* @__PURE__ */ React__default["default"].createElement(reactNative.View, { style: styles$5.timerContainer }, /* @__PURE__ */ React__default["default"].createElement(reactNative.View, { style: styles$5.timerIconContainer }, (disableResendButton() || !isResendOtpEnable) && /* @__PURE__ */ React__default["default"].createElement(React__default["default"].Fragment, null, timerIcon, /* @__PURE__ */ React__default["default"].createElement(
4163
4163
  CustomTypography,
4164
4164
  {
4165
4165
  text: `00:${timeLeft} secs`,
4166
4166
  variant: FontStyle.L1_REGULAR,
4167
4167
  style: { color: theme$1.INFO }
4168
4168
  }
4169
- )), /* @__PURE__ */ React__default["default"].createElement(
4169
+ ))), /* @__PURE__ */ React__default["default"].createElement(
4170
4170
  reactNative.Pressable,
4171
4171
  {
4172
4172
  onPress: onClickResendOTP,