dhre-ui-kit 0.0.257 → 0.0.258

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.d.ts CHANGED
@@ -718,12 +718,8 @@ interface IProps$1 {
718
718
  timerToResend?: number;
719
719
  timerIcon?: React.ReactElement;
720
720
  }
721
- type OTPInputHandle = {
722
- reset?: () => void;
723
- set?: (newOtp: string) => void;
724
- };
725
721
 
726
- declare const _default$4: (props: IProps$1 & React$1.RefAttributes<OTPInputHandle>) => React$1.JSX.Element;
722
+ declare const _default$4: React$1.ForwardRefExoticComponent<IProps$1 & React$1.RefAttributes<unknown>>;
727
723
 
728
724
  type StatusType = 'Active' | 'Inactive' | 'Completed' | 'Rejected' | 'Count';
729
725
  interface IData {
package/lib/index.js CHANGED
@@ -4192,9 +4192,8 @@ const OTPInputComponent = ({
4192
4192
  }
4193
4193
  )) : null);
4194
4194
  };
4195
- const OTPInput = React__default["default"].forwardRef(OTPInputComponent);
4196
- OTPInput.displayName = "OTPInput";
4197
- var index$4 = withThemeProvider(OTPInput);
4195
+ const OTPInput = withThemeProvider(OTPInputComponent);
4196
+ var index$4 = React__default["default"].forwardRef(OTPInput);
4198
4197
 
4199
4198
  const styles$4 = reactNative.StyleSheet.create({
4200
4199
  stepperContainer: {