@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.
- package/dist/blocks/auth/index.d.mts +1 -0
- package/dist/blocks/auth/index.d.ts +1 -0
- package/dist/blocks/auth/index.js +338 -325
- package/dist/blocks/auth/index.mjs +338 -325
- package/dist/blocks/index.d.mts +1 -0
- package/dist/blocks/index.d.ts +1 -0
- package/dist/blocks/index.js +338 -325
- package/dist/blocks/index.mjs +338 -325
- package/dist/index.css +0 -4
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +338 -325
- package/dist/index.mjs +338 -325
- package/package.json +1 -1
package/dist/index.css
CHANGED
package/dist/index.d.mts
CHANGED
@@ -1758,6 +1758,7 @@ type RegisterFormTypes = {
|
|
1758
1758
|
onRouteToTOS?: () => void;
|
1759
1759
|
/** Callback function triggered when the error alert is dismissed. */
|
1760
1760
|
onErrorDismissed?: () => void;
|
1761
|
+
onRegisterTypeChange?: (e: string) => void;
|
1761
1762
|
/** Determines whether to show an error alert. */
|
1762
1763
|
showError?: boolean;
|
1763
1764
|
/** Title for the error alert. */
|
package/dist/index.d.ts
CHANGED
@@ -1758,6 +1758,7 @@ type RegisterFormTypes = {
|
|
1758
1758
|
onRouteToTOS?: () => void;
|
1759
1759
|
/** Callback function triggered when the error alert is dismissed. */
|
1760
1760
|
onErrorDismissed?: () => void;
|
1761
|
+
onRegisterTypeChange?: (e: string) => void;
|
1761
1762
|
/** Determines whether to show an error alert. */
|
1762
1763
|
showError?: boolean;
|
1763
1764
|
/** Title for the error alert. */
|