@sikka/hawa 0.11.0-next → 0.11.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.
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1034,7 +1034,7 @@ type RegisterFormTypes = {
|
|
|
1034
1034
|
/** Callback function triggered to route to the Terms of Service page. */
|
|
1035
1035
|
onRouteToTOS: () => void;
|
|
1036
1036
|
/** Determines whether to show an error alert. */
|
|
1037
|
-
showError:
|
|
1037
|
+
showError: boolean;
|
|
1038
1038
|
/** Title for the error alert. */
|
|
1039
1039
|
errorTitle: any;
|
|
1040
1040
|
/** Text for the error alert. */
|
package/dist/index.d.ts
CHANGED
|
@@ -1034,7 +1034,7 @@ type RegisterFormTypes = {
|
|
|
1034
1034
|
/** Callback function triggered to route to the Terms of Service page. */
|
|
1035
1035
|
onRouteToTOS: () => void;
|
|
1036
1036
|
/** Determines whether to show an error alert. */
|
|
1037
|
-
showError:
|
|
1037
|
+
showError: boolean;
|
|
1038
1038
|
/** Title for the error alert. */
|
|
1039
1039
|
errorTitle: any;
|
|
1040
1040
|
/** Text for the error alert. */
|