@sikka/hawa 0.48.0-next → 0.48.1-next

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.
@@ -160,6 +160,7 @@ type RegisterFormTypes = {
160
160
  onRouteToTOS?: () => void;
161
161
  /** Callback function triggered when the error alert is dismissed. */
162
162
  onErrorDismissed?: () => void;
163
+ onRegisterTypeChange?: (e: string) => void;
163
164
  /** Determines whether to show an error alert. */
164
165
  showError?: boolean;
165
166
  /** Title for the error alert. */
@@ -160,6 +160,7 @@ type RegisterFormTypes = {
160
160
  onRouteToTOS?: () => void;
161
161
  /** Callback function triggered when the error alert is dismissed. */
162
162
  onErrorDismissed?: () => void;
163
+ onRegisterTypeChange?: (e: string) => void;
163
164
  /** Determines whether to show an error alert. */
164
165
  showError?: boolean;
165
166
  /** Title for the error alert. */