@acuteinfo/common-screens 1.0.67 → 1.0.69

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.
@@ -22,6 +22,12 @@ interface AuthControllerProps {
22
22
  * e.g. "!@#". Characters `!`, `@`, `#` will be prevented in username field
23
23
  */
24
24
  preventSpecialChars?: string | null;
25
+ /**
26
+ * Callback to run on otp verify fail
27
+ * @param e Error Object
28
+ * @returns void
29
+ */
30
+ onOtpVerifyFailFn?: (e: any) => void;
25
31
  }
26
32
  export declare const AuthControllerWrapper: React.FC<AuthControllerProps>;
27
33
  export {};
@@ -1,4 +1,4 @@
1
- export declare const ForgotPasswordFields: ({ classes, loginState, onSubmit, navigate, loginPageEndpoint, preventSpecialChars, validatePassword }: {
1
+ export declare const ForgotPasswordFields: ({ classes, loginState, onSubmit, navigate, loginPageEndpoint, preventSpecialChars, validatePassword, }: {
2
2
  classes: any;
3
3
  loginState: any;
4
4
  onSubmit: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acuteinfo/common-screens",
3
- "version": "1.0.67",
3
+ "version": "1.0.69",
4
4
  "license": "MIT",
5
5
  "keywords": [
6
6
  "react",
@@ -12,7 +12,7 @@
12
12
  "main": "dist/index.js",
13
13
  "types": "dist/index.d.ts",
14
14
  "dependencies": {
15
- "@acuteinfo/common-base": "^1.0.41",
15
+ "@acuteinfo/common-base": "^1.0.46",
16
16
  "@emotion/react": "^11.11.1",
17
17
  "@emotion/styled": "^11.11.0",
18
18
  "@fortawesome/fontawesome-svg-core": "^6.5.2",