@incodetech/welcome 1.85.0-20251209153124.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 +3 -2
- package/dist/onBoarding.umd.js +2 -2
- 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);
|
|
@@ -355458,6 +355458,7 @@ function InformationVerification({
|
|
|
355458
355458
|
"input",
|
|
355459
355459
|
{
|
|
355460
355460
|
type: "hidden",
|
|
355461
|
+
autoComplete: "off",
|
|
355461
355462
|
id: "phone",
|
|
355462
355463
|
...gt("phone", {
|
|
355463
355464
|
required: z0 ? !1 : ht("verification.errors.phoneRequired"),
|
|
@@ -355465,7 +355466,7 @@ function InformationVerification({
|
|
|
355465
355466
|
var _0;
|
|
355466
355467
|
const S0 = v0 == null ? void 0 : v0.match(/^(\+?\d{1,4})$/);
|
|
355467
355468
|
if (!v0 && z0 || S0 && z0)
|
|
355468
|
-
return !0;
|
|
355469
|
+
return Ct("phone", void 0), !0;
|
|
355469
355470
|
const H0 = yt("countryCode") || It;
|
|
355470
355471
|
try {
|
|
355471
355472
|
const G0 = parsePhoneNumber(
|