@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/blocks/index.d.mts
CHANGED
@@ -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. */
|
package/dist/blocks/index.d.ts
CHANGED
@@ -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. */
|