@incodetech/welcome 1.85.0-20251209113853.0 → 1.85.0-20251209184758.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 +3 -3
- package/package.json +1 -1
package/dist/onBoarding.mjs
CHANGED
|
@@ -8357,7 +8357,7 @@ class MlWasmJSApi {
|
|
|
8357
8357
|
);
|
|
8358
8358
|
}
|
|
8359
8359
|
}
|
|
8360
|
-
const MlWasmJSApi$1 = MlWasmJSApi.getInstance(), version$4 = "1.85.0-
|
|
8360
|
+
const MlWasmJSApi$1 = MlWasmJSApi.getInstance(), version$4 = "1.85.0-20251209184758.0";
|
|
8361
8361
|
function e$2(Be, Le) {
|
|
8362
8362
|
return function(Ye, tt) {
|
|
8363
8363
|
return Object.prototype.hasOwnProperty.call(Ye, tt);
|
|
@@ -145879,14 +145879,13 @@ const multiPageDocumentTypes = [
|
|
|
145879
145879
|
}, M0 = (tn) => {
|
|
145880
145880
|
if (d0.current.pending)
|
|
145881
145881
|
return;
|
|
145882
|
-
d0.current.pending = !0;
|
|
145883
145882
|
let cn;
|
|
145884
145883
|
const yn = new Promise((Bn) => {
|
|
145885
145884
|
cn = () => {
|
|
145886
145885
|
Bn(), d0.current.pending = !1;
|
|
145887
145886
|
};
|
|
145888
145887
|
});
|
|
145889
|
-
d0.current = { promise: yn, resolve: cn }, tn && yn.then(() => {
|
|
145888
|
+
d0.current = { promise: yn, resolve: cn, pending: !0 }, tn && yn.then(() => {
|
|
145890
145889
|
n0.current.play();
|
|
145891
145890
|
});
|
|
145892
145891
|
}, P0 = async (tn = !1) => {
|
|
@@ -355459,6 +355458,7 @@ function InformationVerification({
|
|
|
355459
355458
|
"input",
|
|
355460
355459
|
{
|
|
355461
355460
|
type: "hidden",
|
|
355461
|
+
autoComplete: "off",
|
|
355462
355462
|
id: "phone",
|
|
355463
355463
|
...gt("phone", {
|
|
355464
355464
|
required: z0 ? !1 : ht("verification.errors.phoneRequired"),
|
|
@@ -355466,7 +355466,7 @@ function InformationVerification({
|
|
|
355466
355466
|
var _0;
|
|
355467
355467
|
const S0 = v0 == null ? void 0 : v0.match(/^(\+?\d{1,4})$/);
|
|
355468
355468
|
if (!v0 && z0 || S0 && z0)
|
|
355469
|
-
return !0;
|
|
355469
|
+
return Ct("phone", void 0), !0;
|
|
355470
355470
|
const H0 = yt("countryCode") || It;
|
|
355471
355471
|
try {
|
|
355472
355472
|
const G0 = parsePhoneNumber(
|