@sikka/hawa 0.1.88 → 0.1.89

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
@@ -1283,7 +1283,7 @@ type ResetPasswordType = {
1283
1283
  handleResetPassword: () => void;
1284
1284
  handleRouteToSignUp: () => void;
1285
1285
  sent: any;
1286
- texts: {
1286
+ texts?: {
1287
1287
  emailLabel: string;
1288
1288
  emailPlaceholder: string;
1289
1289
  emailRequiredText: string;
package/dist/index.d.ts CHANGED
@@ -1283,7 +1283,7 @@ type ResetPasswordType = {
1283
1283
  handleResetPassword: () => void;
1284
1284
  handleRouteToSignUp: () => void;
1285
1285
  sent: any;
1286
- texts: {
1286
+ texts?: {
1287
1287
  emailLabel: string;
1288
1288
  emailPlaceholder: string;
1289
1289
  emailRequiredText: string;