@sikka/hawa 0.2.4-beta → 0.2.5-beta

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/dist/index.d.mts CHANGED
@@ -1204,7 +1204,18 @@ type SignInPhoneTypes = {
1204
1204
  handlePhoneChange: any;
1205
1205
  phoneRequiredText: any;
1206
1206
  SignInButtonText: any;
1207
- handleSignIn: any;
1207
+ handleContinue: any;
1208
+ handleConfirm: any;
1209
+ loadingContinue?: boolean;
1210
+ loadingConfirm?: boolean;
1211
+ confirmationStage?: boolean;
1212
+ texts?: {
1213
+ didntGetCode?: string;
1214
+ resendCode?: string;
1215
+ cancel?: string;
1216
+ confirm?: string;
1217
+ continue?: string;
1218
+ };
1208
1219
  };
1209
1220
  declare const SignInPhone: FC<SignInPhoneTypes>;
1210
1221
 
package/dist/index.d.ts CHANGED
@@ -1204,7 +1204,18 @@ type SignInPhoneTypes = {
1204
1204
  handlePhoneChange: any;
1205
1205
  phoneRequiredText: any;
1206
1206
  SignInButtonText: any;
1207
- handleSignIn: any;
1207
+ handleContinue: any;
1208
+ handleConfirm: any;
1209
+ loadingContinue?: boolean;
1210
+ loadingConfirm?: boolean;
1211
+ confirmationStage?: boolean;
1212
+ texts?: {
1213
+ didntGetCode?: string;
1214
+ resendCode?: string;
1215
+ cancel?: string;
1216
+ confirm?: string;
1217
+ continue?: string;
1218
+ };
1208
1219
  };
1209
1220
  declare const SignInPhone: FC<SignInPhoneTypes>;
1210
1221