dhre-ui-kit 0.0.311 → 0.0.312
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 +6 -0
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +6 -0
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -4219,6 +4219,12 @@ const OTPInput = React__default["default"].forwardRef(
|
|
|
4219
4219
|
onComplete?.(otp);
|
|
4220
4220
|
}
|
|
4221
4221
|
}, [otp]);
|
|
4222
|
+
console.log("errorMessage ==>", errorMessage);
|
|
4223
|
+
console.log("isInValidOtp ==>", isInValidOtp);
|
|
4224
|
+
console.log(
|
|
4225
|
+
"errorMessage || isInValidOtp ==>",
|
|
4226
|
+
errorMessage || isInValidOtp
|
|
4227
|
+
);
|
|
4222
4228
|
return /* @__PURE__ */ React__default["default"].createElement(ThemeProvider, null, /* @__PURE__ */ React__default["default"].createElement(reactNative.View, { style: { ...otpContainerStyle }, "data-testid": testId }, /* @__PURE__ */ React__default["default"].createElement(
|
|
4223
4229
|
CustomTypography,
|
|
4224
4230
|
{
|