dhre-ui-kit 0.0.260 → 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 +2 -2
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +2 -2
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -4123,14 +4123,14 @@ const OTPInput = React.forwardRef(
|
|
|
4123
4123
|
autoComplete: "sms-otp",
|
|
4124
4124
|
selectionColor: theme$1.CONTENT_PRIMARY
|
|
4125
4125
|
}
|
|
4126
|
-
))), !errorMessageMaxReachCount && /* @__PURE__ */ React.createElement(View, { style: styles$5.timerContainer },
|
|
4126
|
+
))), !errorMessageMaxReachCount && /* @__PURE__ */ React.createElement(View, { style: styles$5.timerContainer }, /* @__PURE__ */ React.createElement(View, { style: styles$5.timerIconContainer }, (disableResendButton() || !isResendOtpEnable) && /* @__PURE__ */ React.createElement(React.Fragment, null, timerIcon, /* @__PURE__ */ React.createElement(
|
|
4127
4127
|
CustomTypography,
|
|
4128
4128
|
{
|
|
4129
4129
|
text: `00:${timeLeft} secs`,
|
|
4130
4130
|
variant: FontStyle.L1_REGULAR,
|
|
4131
4131
|
style: { color: theme$1.INFO }
|
|
4132
4132
|
}
|
|
4133
|
-
)), /* @__PURE__ */ React.createElement(
|
|
4133
|
+
))), /* @__PURE__ */ React.createElement(
|
|
4134
4134
|
Pressable,
|
|
4135
4135
|
{
|
|
4136
4136
|
onPress: onClickResendOTP,
|