@incodetech/welcome 1.85.0-20251212151907.0 → 1.85.0-20251212173747.0
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/onBoarding.mjs +4 -4
- package/dist/onBoarding.umd.js +2 -2
- package/package.json +1 -1
package/dist/onBoarding.mjs
CHANGED
|
@@ -8355,7 +8355,7 @@ class MlWasmJSApi {
|
|
|
8355
8355
|
);
|
|
8356
8356
|
}
|
|
8357
8357
|
}
|
|
8358
|
-
const MlWasmJSApi$1 = MlWasmJSApi.getInstance(), version$4 = "1.85.0-
|
|
8358
|
+
const MlWasmJSApi$1 = MlWasmJSApi.getInstance(), version$4 = "1.85.0-20251212173747.0";
|
|
8359
8359
|
function e$2(Be, Le) {
|
|
8360
8360
|
return function(Ye, tt) {
|
|
8361
8361
|
return Object.prototype.hasOwnProperty.call(Ye, tt);
|
|
@@ -355896,7 +355896,6 @@ function Email$1({ onSuccess: Be, token: Le, otpVerification: Ye }) {
|
|
|
355896
355896
|
});
|
|
355897
355897
|
const kt = async () => {
|
|
355898
355898
|
if (At) return;
|
|
355899
|
-
ft(!0);
|
|
355900
355899
|
const bt = Et.trim();
|
|
355901
355900
|
try {
|
|
355902
355901
|
xt(!0), await addEmail({ email: bt, token: Le }), addEvent({
|
|
@@ -355932,15 +355931,16 @@ function Email$1({ onSuccess: Be, token: Le, otpVerification: Ye }) {
|
|
|
355932
355931
|
value: Et,
|
|
355933
355932
|
onChange: vt,
|
|
355934
355933
|
placeholder: "Email",
|
|
355935
|
-
showErrorIcon: !0
|
|
355934
|
+
showErrorIcon: !0,
|
|
355935
|
+
disabled: At
|
|
355936
355936
|
}
|
|
355937
355937
|
)
|
|
355938
355938
|
] }),
|
|
355939
355939
|
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
355940
355940
|
Button$b,
|
|
355941
355941
|
{
|
|
355942
|
-
disabled: nt,
|
|
355943
355942
|
isLoading: At,
|
|
355943
|
+
disabled: nt,
|
|
355944
355944
|
onClick: kt,
|
|
355945
355945
|
children: tt("common.continue")
|
|
355946
355946
|
}
|