@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.
@@ -137,6 +137,7 @@ type RegisterFormTypes = {
137
137
  onRouteToTOS?: () => void;
138
138
  /** Callback function triggered when the error alert is dismissed. */
139
139
  onErrorDismissed?: () => void;
140
+ onRegisterTypeChange?: (e: string) => void;
140
141
  /** Determines whether to show an error alert. */
141
142
  showError?: boolean;
142
143
  /** Title for the error alert. */
@@ -137,6 +137,7 @@ type RegisterFormTypes = {
137
137
  onRouteToTOS?: () => void;
138
138
  /** Callback function triggered when the error alert is dismissed. */
139
139
  onErrorDismissed?: () => void;
140
+ onRegisterTypeChange?: (e: string) => void;
140
141
  /** Determines whether to show an error alert. */
141
142
  showError?: boolean;
142
143
  /** Title for the error alert. */