@incodetech/welcome 1.85.0-20251118195032.0 → 1.85.0-20251118222900.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 +2 -2
- package/dist/onBoarding.umd.js +2 -2
- package/package.json +1 -1
package/dist/onBoarding.mjs
CHANGED
|
@@ -8374,7 +8374,7 @@ class MlWasmJSApi {
|
|
|
8374
8374
|
);
|
|
8375
8375
|
}
|
|
8376
8376
|
}
|
|
8377
|
-
const MlWasmJSApi$1 = MlWasmJSApi.getInstance(), version$4 = "1.85.0-
|
|
8377
|
+
const MlWasmJSApi$1 = MlWasmJSApi.getInstance(), version$4 = "1.85.0-20251118222900.0";
|
|
8378
8378
|
function e$2(Be, Le) {
|
|
8379
8379
|
return function(Ye, tt) {
|
|
8380
8380
|
return Object.prototype.hasOwnProperty.call(Ye, tt);
|
|
@@ -355004,7 +355004,7 @@ function InformationVerification({
|
|
|
355004
355004
|
required: A0 ? !1 : ht("verification.errors.phoneRequired"),
|
|
355005
355005
|
validate: (I0) => {
|
|
355006
355006
|
var U0;
|
|
355007
|
-
const M0 = I0.match(/^(\+?\d{1,4})$/);
|
|
355007
|
+
const M0 = I0 == null ? void 0 : I0.match(/^(\+?\d{1,4})$/);
|
|
355008
355008
|
if (!I0 && A0 || M0 && A0)
|
|
355009
355009
|
return !0;
|
|
355010
355010
|
const V0 = kt("countryCode") || It;
|