doct-ui-auth-kit 1.0.23 → 1.0.24
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/index.js +1093 -1026
- package/dist/pages.js +1 -1
- package/dist/{signup-page-26HKuY80.js → signup-page-s-o1rb69.js} +871 -960
- package/dist/types/auth/auth-api-adapter.d.ts +14 -1
- package/dist/types/auth/flow.d.ts +14 -15
- package/dist/types/pages/pages.d.ts +4 -3
- package/package.json +1 -1
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { jsx as d, jsxs as
|
|
3
|
-
import
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
2
|
+
import { jsx as d, jsxs as R, Fragment as re } from "react/jsx-runtime";
|
|
3
|
+
import { DoctButton as M, DoctTypography as O, DoctOtpInput as it, DoctCircularProgress as be, DoctPhoneInput as ot, DoctLabeledInput as rt } from "docthub-core-components";
|
|
4
|
+
import { MdArrowBack as st, MdChevronRight as at } from "react-icons/md";
|
|
5
|
+
import K, { createContext as ct, useContext as ut, useState as Y, useEffect as J, useRef as le } from "react";
|
|
6
|
+
import { useFormContext as ie, Controller as me, useForm as we, FormProvider as Ne } from "react-hook-form";
|
|
7
7
|
import { z as j } from "zod";
|
|
8
|
-
var
|
|
9
|
-
var
|
|
10
|
-
function
|
|
11
|
-
if (
|
|
12
|
-
|
|
8
|
+
var ue = { exports: {} }, ve = {};
|
|
9
|
+
var ke;
|
|
10
|
+
function dt() {
|
|
11
|
+
if (ke) return ve;
|
|
12
|
+
ke = 1;
|
|
13
13
|
var n = K.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;
|
|
14
|
-
return
|
|
14
|
+
return ve.c = function(e) {
|
|
15
15
|
return n.H.useMemoCache(e);
|
|
16
|
-
},
|
|
16
|
+
}, ve;
|
|
17
17
|
}
|
|
18
|
-
var
|
|
19
|
-
var
|
|
18
|
+
var Ce = {};
|
|
19
|
+
var De;
|
|
20
20
|
function ft() {
|
|
21
|
-
return
|
|
21
|
+
return De || (De = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
22
22
|
var n = K.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;
|
|
23
|
-
|
|
23
|
+
Ce.c = function(e) {
|
|
24
24
|
var t = n.H;
|
|
25
25
|
return t === null && console.error(
|
|
26
26
|
`Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
|
|
@@ -30,37 +30,37 @@ function ft() {
|
|
|
30
30
|
See https://react.dev/link/invalid-hook-call for tips about how to debug and fix this problem.`
|
|
31
31
|
), t.useMemoCache(e);
|
|
32
32
|
};
|
|
33
|
-
})()),
|
|
33
|
+
})()), Ce;
|
|
34
34
|
}
|
|
35
|
-
var
|
|
36
|
-
function
|
|
37
|
-
return
|
|
35
|
+
var $e;
|
|
36
|
+
function mt() {
|
|
37
|
+
return $e || ($e = 1, process.env.NODE_ENV === "production" ? ue.exports = dt() : ue.exports = ft()), ue.exports;
|
|
38
38
|
}
|
|
39
|
-
var E =
|
|
40
|
-
const
|
|
41
|
-
function
|
|
39
|
+
var E = mt();
|
|
40
|
+
const Ve = "/main-logo.svg", ht = "/docthub.svg", Ge = ["/slider/slide-1.png", "/slider/slide-2.png", "/slider/slide-3.png", "/slider/slide-4.png", "/slider/slide-5.png"], gt = 5e3, Ee = "[&_main]:!justify-start [&_main]:!pt-5 md:[&_main]:!pt-[104px]";
|
|
41
|
+
function ye(n) {
|
|
42
42
|
const e = E.c(4), {
|
|
43
43
|
onClick: t,
|
|
44
44
|
ariaLabel: l
|
|
45
45
|
} = n, i = l === void 0 ? "Go back" : l;
|
|
46
46
|
let o;
|
|
47
|
-
e[0] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (o = /* @__PURE__ */ d(
|
|
47
|
+
e[0] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (o = /* @__PURE__ */ d(st, { className: "h-5 w-5 text-neutral-black" }), e[0] = o) : o = e[0];
|
|
48
48
|
let r;
|
|
49
49
|
return e[1] !== i || e[2] !== t ? (r = /* @__PURE__ */ d(M, { icon: o, iconOnly: !0, onClick: t, size: "medium", variant: "outline", "aria-label": i, className: "mb-4 md:mb-6 h-10 w-10" }), e[1] = i, e[2] = t, e[3] = r) : r = e[3], r;
|
|
50
50
|
}
|
|
51
|
-
function
|
|
51
|
+
function pt() {
|
|
52
52
|
const n = typeof window < "u" ? window.location.hostname : "";
|
|
53
53
|
return n.endsWith(".com") || n.includes(".com:") ? "https://www.dochub.com" : "https://dev.dochub.in/";
|
|
54
54
|
}
|
|
55
|
-
function
|
|
55
|
+
function He() {
|
|
56
56
|
const n = E.c(4);
|
|
57
57
|
let e;
|
|
58
|
-
n[0] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (e =
|
|
58
|
+
n[0] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (e = pt(), n[0] = e) : e = n[0];
|
|
59
59
|
const t = e;
|
|
60
60
|
let l, i;
|
|
61
61
|
n[1] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (l = /* @__PURE__ */ d("br", {}), i = /* @__PURE__ */ d("a", { href: `${t}/terms-conditions`, className: "font-semibold text-neutral-black underline", children: "Terms of Use" }), n[1] = l, n[2] = i) : (l = n[1], i = n[2]);
|
|
62
62
|
let o;
|
|
63
|
-
return n[3] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (o = /* @__PURE__ */
|
|
63
|
+
return n[3] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (o = /* @__PURE__ */ R(O, { variant: "body3", align: "center", className: "opacity-60 text-neutral-black", children: [
|
|
64
64
|
"by continuing you agree to Docthub's",
|
|
65
65
|
l,
|
|
66
66
|
i,
|
|
@@ -70,15 +70,15 @@ function Ke() {
|
|
|
70
70
|
/* @__PURE__ */ d("a", { href: `${t}/privacy-policy`, className: "font-semibold text-neutral-black underline", children: "Privacy Policy." })
|
|
71
71
|
] }), n[3] = o) : o = n[3], o;
|
|
72
72
|
}
|
|
73
|
-
const
|
|
74
|
-
function
|
|
73
|
+
const bt = "https://docthub.com/";
|
|
74
|
+
function yt(n) {
|
|
75
75
|
const e = E.c(8);
|
|
76
76
|
let t;
|
|
77
77
|
e[0] !== n ? (t = n === void 0 ? {} : n, e[0] = n, e[1] = t) : t = e[1];
|
|
78
78
|
const {
|
|
79
79
|
onClick: l,
|
|
80
80
|
href: i
|
|
81
|
-
} = t, o = i === void 0 ?
|
|
81
|
+
} = t, o = i === void 0 ? bt : i;
|
|
82
82
|
let r;
|
|
83
83
|
e[2] !== o || e[3] !== l ? (r = () => {
|
|
84
84
|
if (l) {
|
|
@@ -89,34 +89,34 @@ function vt(n) {
|
|
|
89
89
|
}, e[2] = o, e[3] = l, e[4] = r) : r = e[4];
|
|
90
90
|
const s = r;
|
|
91
91
|
let a;
|
|
92
|
-
e[5] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (a = /* @__PURE__ */ d("div", { className: "flex items-center justify-center p-2 bg-primary rounded-[10px]", children: /* @__PURE__ */ d(
|
|
92
|
+
e[5] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (a = /* @__PURE__ */ d("div", { className: "flex items-center justify-center p-2 bg-primary rounded-[10px]", children: /* @__PURE__ */ d(at, { color: "white", className: "h-5 w-5" }) }), e[5] = a) : a = e[5];
|
|
93
93
|
let c;
|
|
94
94
|
return e[6] !== s ? (c = /* @__PURE__ */ d(M, { icon: a, iconPosition: "right", size: "large", variant: "outline", "aria-label": "Go to Enterprise Login", className: "hidden sm:flex items-center gap-4 border border-neutral-12 px-[22px] py-[14px]", onClick: s, children: "Enterprise Login" }), e[6] = s, e[7] = c) : c = e[7], c;
|
|
95
95
|
}
|
|
96
|
-
function
|
|
96
|
+
function qe(n) {
|
|
97
97
|
var e, t, l = "";
|
|
98
98
|
if (typeof n == "string" || typeof n == "number") l += n;
|
|
99
99
|
else if (typeof n == "object") if (Array.isArray(n)) {
|
|
100
100
|
var i = n.length;
|
|
101
|
-
for (e = 0; e < i; e++) n[e] && (t =
|
|
101
|
+
for (e = 0; e < i; e++) n[e] && (t = qe(n[e])) && (l && (l += " "), l += t);
|
|
102
102
|
} else for (t in n) n[t] && (l && (l += " "), l += t);
|
|
103
103
|
return l;
|
|
104
104
|
}
|
|
105
105
|
function k() {
|
|
106
|
-
for (var n, e, t = 0, l = "", i = arguments.length; t < i; t++) (n = arguments[t]) && (e =
|
|
106
|
+
for (var n, e, t = 0, l = "", i = arguments.length; t < i; t++) (n = arguments[t]) && (e = qe(n)) && (l && (l += " "), l += e);
|
|
107
107
|
return l;
|
|
108
108
|
}
|
|
109
|
-
const
|
|
109
|
+
const Ke = ct(null);
|
|
110
110
|
function _e() {
|
|
111
|
-
const n =
|
|
111
|
+
const n = ut(Ke);
|
|
112
112
|
if (!n)
|
|
113
113
|
throw new Error("AuthLayout compound components must be used within AuthLayout.Root");
|
|
114
114
|
return n;
|
|
115
115
|
}
|
|
116
|
-
function
|
|
116
|
+
function vt(n, e) {
|
|
117
117
|
return e === "md" ? "max-w-md" : e === "lg" ? "max-w-lg" : n === "desktop" ? "max-w-[320px]" : "max-w-[360px]";
|
|
118
118
|
}
|
|
119
|
-
function
|
|
119
|
+
function Pe(n = "center") {
|
|
120
120
|
switch (n) {
|
|
121
121
|
case "left":
|
|
122
122
|
return {
|
|
@@ -135,8 +135,8 @@ function Oe(n = "center") {
|
|
|
135
135
|
};
|
|
136
136
|
}
|
|
137
137
|
}
|
|
138
|
-
const
|
|
139
|
-
function
|
|
138
|
+
const Te = "flex w-full mb-4 md:mb-4";
|
|
139
|
+
function Ct(n) {
|
|
140
140
|
const e = E.c(15), {
|
|
141
141
|
children: t,
|
|
142
142
|
variant: l,
|
|
@@ -144,21 +144,21 @@ function wt(n) {
|
|
|
144
144
|
className: o
|
|
145
145
|
} = n, r = l === void 0 ? "mobile" : l, s = i === void 0 ? "sm" : i;
|
|
146
146
|
let a;
|
|
147
|
-
e[0] !== s || e[1] !== r ? (a =
|
|
147
|
+
e[0] !== s || e[1] !== r ? (a = vt(r, s), e[0] = s, e[1] = r, e[2] = a) : a = e[2];
|
|
148
148
|
const c = a;
|
|
149
|
-
let
|
|
150
|
-
e[3] !== s || e[4] !== c || e[5] !== r ? (
|
|
149
|
+
let f;
|
|
150
|
+
e[3] !== s || e[4] !== c || e[5] !== r ? (f = {
|
|
151
151
|
variant: r,
|
|
152
152
|
maxWidth: s,
|
|
153
153
|
maxWidthClass: c
|
|
154
|
-
}, e[3] = s, e[4] = c, e[5] = r, e[6] =
|
|
155
|
-
const h =
|
|
154
|
+
}, e[3] = s, e[4] = c, e[5] = r, e[6] = f) : f = e[6];
|
|
155
|
+
const h = f;
|
|
156
156
|
let u;
|
|
157
157
|
e[7] !== o ? (u = k("min-h-svh w-full bg-neutral-white flex flex-col", o), e[7] = o, e[8] = u) : u = e[8];
|
|
158
|
-
let
|
|
159
|
-
e[9] !== t || e[10] !== u ? (
|
|
158
|
+
let m;
|
|
159
|
+
e[9] !== t || e[10] !== u ? (m = /* @__PURE__ */ d("div", { className: u, children: t }), e[9] = t, e[10] = u, e[11] = m) : m = e[11];
|
|
160
160
|
let p;
|
|
161
|
-
return e[12] !== h || e[13] !==
|
|
161
|
+
return e[12] !== h || e[13] !== m ? (p = /* @__PURE__ */ d(Ke.Provider, { value: h, children: m }), e[12] = h, e[13] = m, e[14] = p) : p = e[14], p;
|
|
162
162
|
}
|
|
163
163
|
function xt(n) {
|
|
164
164
|
const e = E.c(12), {
|
|
@@ -190,14 +190,14 @@ function St(n) {
|
|
|
190
190
|
if (e[0] !== o || e[1] !== i) {
|
|
191
191
|
const {
|
|
192
192
|
flex: a
|
|
193
|
-
} =
|
|
194
|
-
r = k(
|
|
193
|
+
} = Pe(o);
|
|
194
|
+
r = k(Te, a, i), e[0] = o, e[1] = i, e[2] = r;
|
|
195
195
|
} else
|
|
196
196
|
r = e[2];
|
|
197
197
|
let s;
|
|
198
198
|
return e[3] !== t || e[4] !== r ? (s = /* @__PURE__ */ d("div", { className: r, children: t }), e[3] = t, e[4] = r, e[5] = s) : s = e[5], s;
|
|
199
199
|
}
|
|
200
|
-
function
|
|
200
|
+
function wt(n) {
|
|
201
201
|
const e = E.c(6), {
|
|
202
202
|
children: t,
|
|
203
203
|
align: l,
|
|
@@ -208,14 +208,14 @@ function Nt(n) {
|
|
|
208
208
|
const {
|
|
209
209
|
flex: a,
|
|
210
210
|
text: c
|
|
211
|
-
} =
|
|
212
|
-
r = k(
|
|
211
|
+
} = Pe(o);
|
|
212
|
+
r = k(Te, a, c, i), e[0] = o, e[1] = i, e[2] = r;
|
|
213
213
|
} else
|
|
214
214
|
r = e[2];
|
|
215
215
|
let s;
|
|
216
216
|
return e[3] !== t || e[4] !== r ? (s = /* @__PURE__ */ d("div", { className: r, children: t }), e[3] = t, e[4] = r, e[5] = s) : s = e[5], s;
|
|
217
217
|
}
|
|
218
|
-
function
|
|
218
|
+
function Nt(n) {
|
|
219
219
|
const e = E.c(6), {
|
|
220
220
|
children: t,
|
|
221
221
|
align: l,
|
|
@@ -226,14 +226,14 @@ function Et(n) {
|
|
|
226
226
|
const {
|
|
227
227
|
flex: a,
|
|
228
228
|
text: c
|
|
229
|
-
} =
|
|
230
|
-
r = k(
|
|
229
|
+
} = Pe(o);
|
|
230
|
+
r = k(Te, a, c, i), e[0] = o, e[1] = i, e[2] = r;
|
|
231
231
|
} else
|
|
232
232
|
r = e[2];
|
|
233
233
|
let s;
|
|
234
234
|
return e[3] !== t || e[4] !== r ? (s = /* @__PURE__ */ d("div", { className: r, children: t }), e[3] = t, e[4] = r, e[5] = s) : s = e[5], s;
|
|
235
235
|
}
|
|
236
|
-
function
|
|
236
|
+
function Et(n) {
|
|
237
237
|
const e = E.c(5), {
|
|
238
238
|
children: t,
|
|
239
239
|
className: l
|
|
@@ -258,10 +258,10 @@ function _t(n) {
|
|
|
258
258
|
e[2] !== s ? (a = k("w-full flex flex-col items-center", s), e[2] = s, e[3] = a) : a = e[3];
|
|
259
259
|
let c;
|
|
260
260
|
e[4] !== t || e[5] !== a ? (c = /* @__PURE__ */ d("div", { className: a, children: t }), e[4] = t, e[5] = a, e[6] = c) : c = e[6];
|
|
261
|
-
let
|
|
262
|
-
return e[7] !== r || e[8] !== c ? (
|
|
261
|
+
let f;
|
|
262
|
+
return e[7] !== r || e[8] !== c ? (f = /* @__PURE__ */ d("main", { className: r, children: c }), e[7] = r, e[8] = c, e[9] = f) : f = e[9], f;
|
|
263
263
|
}
|
|
264
|
-
function
|
|
264
|
+
function Pt(n) {
|
|
265
265
|
const e = E.c(10), {
|
|
266
266
|
children: t,
|
|
267
267
|
className: l
|
|
@@ -278,16 +278,16 @@ function Ot(n) {
|
|
|
278
278
|
return e[7] !== o || e[8] !== s ? (a = /* @__PURE__ */ d("footer", { className: o, children: s }), e[7] = o, e[8] = s, e[9] = a) : a = e[9], a;
|
|
279
279
|
}
|
|
280
280
|
const q = {
|
|
281
|
-
Root:
|
|
281
|
+
Root: Ct,
|
|
282
282
|
Header: xt,
|
|
283
283
|
Main: _t,
|
|
284
284
|
Logo: St,
|
|
285
|
-
Title:
|
|
286
|
-
Description:
|
|
287
|
-
Body:
|
|
288
|
-
Footer:
|
|
285
|
+
Title: wt,
|
|
286
|
+
Description: Nt,
|
|
287
|
+
Body: Et,
|
|
288
|
+
Footer: Pt
|
|
289
289
|
};
|
|
290
|
-
function
|
|
290
|
+
function Tt(n) {
|
|
291
291
|
const e = E.c(38), {
|
|
292
292
|
images: t,
|
|
293
293
|
autoPlayInterval: l,
|
|
@@ -296,56 +296,56 @@ function At(n) {
|
|
|
296
296
|
onSlideChange: r,
|
|
297
297
|
activeIndex: s,
|
|
298
298
|
onNavigate: a
|
|
299
|
-
} = n, c = l === void 0 ? 5e3 : l, [
|
|
299
|
+
} = n, c = l === void 0 ? 5e3 : l, [f, h] = Y(0), u = s !== void 0, m = u ? s : f;
|
|
300
300
|
let p, b;
|
|
301
|
-
e[0] !== c || e[1] !==
|
|
301
|
+
e[0] !== c || e[1] !== m || e[2] !== t.length || e[3] !== u || e[4] !== r ? (p = () => {
|
|
302
302
|
if (c > 0 && t.length > 1) {
|
|
303
|
-
const
|
|
304
|
-
const
|
|
305
|
-
u || h(
|
|
303
|
+
const T = setInterval(() => {
|
|
304
|
+
const I = (m + 1) % t.length;
|
|
305
|
+
u || h(I), r?.(I);
|
|
306
306
|
}, c);
|
|
307
|
-
return () => clearInterval(
|
|
307
|
+
return () => clearInterval(T);
|
|
308
308
|
}
|
|
309
|
-
}, b = [c, t.length,
|
|
309
|
+
}, b = [c, t.length, m, u, r], e[0] = c, e[1] = m, e[2] = t.length, e[3] = u, e[4] = r, e[5] = p, e[6] = b) : (p = e[5], b = e[6]), J(p, b);
|
|
310
310
|
let g, y;
|
|
311
311
|
e[7] !== t.length || e[8] !== u || e[9] !== r ? (g = () => {
|
|
312
312
|
!u && t.length > 0 && r?.(0);
|
|
313
313
|
}, y = [t.length, u, r], e[7] = t.length, e[8] = u, e[9] = r, e[10] = g, e[11] = y) : (g = e[10], y = e[11]), J(g, y);
|
|
314
314
|
let v;
|
|
315
|
-
e[12] !== u || e[13] !== a || e[14] !== r ? (v = (
|
|
316
|
-
u ? (a?.(
|
|
315
|
+
e[12] !== u || e[13] !== a || e[14] !== r ? (v = (T) => {
|
|
316
|
+
u ? (a?.(T), r?.(T)) : (h(T), r?.(T));
|
|
317
317
|
}, e[12] = u, e[13] = a, e[14] = r, e[15] = v) : v = e[15];
|
|
318
318
|
const C = v;
|
|
319
319
|
if (t.length === 0)
|
|
320
320
|
return null;
|
|
321
|
-
const
|
|
322
|
-
let
|
|
323
|
-
e[16] !== i ? (
|
|
324
|
-
const
|
|
321
|
+
const w = t.length;
|
|
322
|
+
let x;
|
|
323
|
+
e[16] !== i ? (x = k("relative w-full h-full min-h-0", i), e[16] = i, e[17] = x) : x = e[17];
|
|
324
|
+
const S = `${w * 100}%`, _ = `translateX(-${m * 100 / w}%)`;
|
|
325
325
|
let N;
|
|
326
|
-
e[18] !==
|
|
327
|
-
width:
|
|
328
|
-
transform:
|
|
329
|
-
}, e[18] =
|
|
330
|
-
let
|
|
331
|
-
if (e[21] !== t || e[22] !==
|
|
332
|
-
let
|
|
333
|
-
e[24] !==
|
|
334
|
-
width: `${100 /
|
|
335
|
-
}, children: /* @__PURE__ */ d("img", { src:
|
|
326
|
+
e[18] !== S || e[19] !== _ ? (N = {
|
|
327
|
+
width: S,
|
|
328
|
+
transform: _
|
|
329
|
+
}, e[18] = S, e[19] = _, e[20] = N) : N = e[20];
|
|
330
|
+
let P;
|
|
331
|
+
if (e[21] !== t || e[22] !== w) {
|
|
332
|
+
let T;
|
|
333
|
+
e[24] !== w ? (T = (I, F) => /* @__PURE__ */ d("div", { className: "relative flex-shrink-0 h-full", style: {
|
|
334
|
+
width: `${100 / w}%`
|
|
335
|
+
}, children: /* @__PURE__ */ d("img", { src: I, alt: `Slide ${F + 1}`, className: "h-full w-full object-cover object-center" }) }, `${I}-${F}`), e[24] = w, e[25] = T) : T = e[25], P = t.map(T), e[21] = t, e[22] = w, e[23] = P;
|
|
336
336
|
} else
|
|
337
|
-
|
|
338
|
-
let
|
|
339
|
-
e[26] !== N || e[27] !==
|
|
337
|
+
P = e[23];
|
|
338
|
+
let A;
|
|
339
|
+
e[26] !== N || e[27] !== P ? (A = /* @__PURE__ */ d("div", { className: "relative w-full h-full overflow-hidden", children: /* @__PURE__ */ d("div", { className: "flex h-full transition-transform duration-500 ease-in-out", style: N, children: P }) }), e[26] = N, e[27] = P, e[28] = A) : A = e[28];
|
|
340
340
|
let D;
|
|
341
|
-
e[29] !==
|
|
341
|
+
e[29] !== m || e[30] !== C || e[31] !== o || e[32] !== t ? (D = t.length > 1 && !o && /* @__PURE__ */ d("div", { className: "absolute -top-10 left-1/2 flex -translate-x-1/2 gap-2 z-20", children: t.map((T, I) => /* @__PURE__ */ d("button", { type: "button", onClick: () => C(I), className: k("h-1 rounded-[3px] transition-all duration-300", I === m ? "w-8 bg-neutral-white" : "w-2 bg-neutral-white/40"), "aria-label": `Go to slide ${I + 1}` }, `indicator-${T}-${I}`)) }), e[29] = m, e[30] = C, e[31] = o, e[32] = t, e[33] = D) : D = e[33];
|
|
342
342
|
let W;
|
|
343
|
-
return e[34] !==
|
|
344
|
-
|
|
343
|
+
return e[34] !== A || e[35] !== D || e[36] !== x ? (W = /* @__PURE__ */ R("div", { className: x, children: [
|
|
344
|
+
A,
|
|
345
345
|
D
|
|
346
|
-
] }), e[34] =
|
|
346
|
+
] }), e[34] = A, e[35] = D, e[36] = x, e[37] = W) : W = e[37], W;
|
|
347
347
|
}
|
|
348
|
-
function
|
|
348
|
+
function Ot(n) {
|
|
349
349
|
const e = E.c(20), {
|
|
350
350
|
sliderImages: t,
|
|
351
351
|
sliderAutoPlayInterval: l,
|
|
@@ -355,27 +355,27 @@ function It(n) {
|
|
|
355
355
|
sliderTitles: s,
|
|
356
356
|
className: a
|
|
357
357
|
} = n, c = s?.[i];
|
|
358
|
-
let
|
|
358
|
+
let f = r ?? null;
|
|
359
359
|
if (c != null) {
|
|
360
360
|
let g;
|
|
361
|
-
e[0] !== c ? (g = typeof c == "string" ? /* @__PURE__ */ d(
|
|
361
|
+
e[0] !== c ? (g = typeof c == "string" ? /* @__PURE__ */ d(O, { variant: "h6", weight: "medium", align: "center", className: "whitespace-pre-line text-primary-170", children: c }) : c, e[0] = c, e[1] = g) : g = e[1], f = g;
|
|
362
362
|
}
|
|
363
363
|
let h;
|
|
364
364
|
e[2] !== a ? (h = k("relative w-full h-[100dvh] transition-colors duration-500", a), e[2] = a, e[3] = h) : h = e[3];
|
|
365
365
|
let u;
|
|
366
366
|
e[4] !== i || e[5] !== o || e[6] !== t ? (u = t.length > 1 && /* @__PURE__ */ d("div", { className: "absolute top-2.5 left-1/2 z-20 flex w-full max-w-[400px] -translate-x-1/2 gap-1.5 px-4", children: t.map((g, y) => /* @__PURE__ */ d("button", { type: "button", onClick: () => o(y), "aria-label": `Go to slide ${y + 1}`, "aria-current": y === i ? "true" : void 0, className: k("h-1 flex-1 rounded-[3px] cursor-pointer transition-all duration-300", y === i ? "bg-neutral-white" : "bg-neutral-white/40 hover:bg-neutral-white/60") }, `indicator-${g}-${y}`)) }), e[4] = i, e[5] = o, e[6] = t, e[7] = u) : u = e[7];
|
|
367
|
-
let
|
|
368
|
-
e[8] !==
|
|
367
|
+
let m;
|
|
368
|
+
e[8] !== f ? (m = f != null && /* @__PURE__ */ d("div", { className: k("absolute left-1/2 top-[152.5px] z-10 flex w-[328px] -translate-x-1/2 items-center justify-center text-center transition-opacity duration-300"), children: f }), e[8] = f, e[9] = m) : m = e[9];
|
|
369
369
|
let p;
|
|
370
|
-
e[10] !== i || e[11] !== o || e[12] !== l || e[13] !== t ? (p = /* @__PURE__ */ d("div", { className: "absolute inset-0", children: t.length > 0 ? /* @__PURE__ */ d(
|
|
370
|
+
e[10] !== i || e[11] !== o || e[12] !== l || e[13] !== t ? (p = /* @__PURE__ */ d("div", { className: "absolute inset-0", children: t.length > 0 ? /* @__PURE__ */ d(Tt, { images: t, autoPlayInterval: l, className: "h-full w-full", hideIndicators: !0, activeIndex: i, onSlideChange: o, onNavigate: o }) : /* @__PURE__ */ d("div", { className: "flex h-full w-full items-center justify-center bg-neutral-white/50 p-8", children: /* @__PURE__ */ d(O, { variant: "h6", weight: "medium", align: "center", className: "opacity-40 text-primary-170", children: "No slides configured" }) }) }), e[10] = i, e[11] = o, e[12] = l, e[13] = t, e[14] = p) : p = e[14];
|
|
371
371
|
let b;
|
|
372
|
-
return e[15] !== h || e[16] !== u || e[17] !==
|
|
372
|
+
return e[15] !== h || e[16] !== u || e[17] !== m || e[18] !== p ? (b = /* @__PURE__ */ R("div", { className: h, children: [
|
|
373
373
|
u,
|
|
374
|
-
|
|
374
|
+
m,
|
|
375
375
|
p
|
|
376
|
-
] }), e[15] = h, e[16] = u, e[17] =
|
|
376
|
+
] }), e[15] = h, e[16] = u, e[17] = m, e[18] = p, e[19] = b) : b = e[19], b;
|
|
377
377
|
}
|
|
378
|
-
function
|
|
378
|
+
function At(n) {
|
|
379
379
|
const e = E.c(22), {
|
|
380
380
|
sliderImages: t,
|
|
381
381
|
sliderAutoPlayInterval: l,
|
|
@@ -385,7 +385,7 @@ function Tt(n) {
|
|
|
385
385
|
marketingClassName: s,
|
|
386
386
|
contentClassName: a,
|
|
387
387
|
children: c
|
|
388
|
-
} = n,
|
|
388
|
+
} = n, f = l === void 0 ? 5e3 : l, [h, u] = Y(0), m = t ?? Ge;
|
|
389
389
|
let p;
|
|
390
390
|
e[0] !== r ? (p = k("min-h-svh w-full flex flex-1 flex-col bg-neutral-white transition-colors duration-500", r), e[0] = r, e[1] = p) : p = e[1];
|
|
391
391
|
let b;
|
|
@@ -393,20 +393,20 @@ function Tt(n) {
|
|
|
393
393
|
className: s
|
|
394
394
|
}, e[2] = s, e[3] = b) : b = e[3];
|
|
395
395
|
let g;
|
|
396
|
-
e[4] !== h || e[5] !== i || e[6] !==
|
|
396
|
+
e[4] !== h || e[5] !== i || e[6] !== m || e[7] !== f || e[8] !== o || e[9] !== b ? (g = /* @__PURE__ */ d("div", { className: "hidden lg:block lg:w-[432px] lg:h-[100dvh] lg:flex-shrink-0 lg:flex-grow-0", children: /* @__PURE__ */ d(Ot, { sliderImages: m, sliderAutoPlayInterval: f, activeSlideIndex: h, onSlideChange: u, ctaText: i, sliderTitles: o, ...b }) }), e[4] = h, e[5] = i, e[6] = m, e[7] = f, e[8] = o, e[9] = b, e[10] = g) : g = e[10];
|
|
397
397
|
let y;
|
|
398
398
|
e[11] !== a ? (y = k("flex-1 min-w-0 flex flex-col overflow-x-hidden", a), e[11] = a, e[12] = y) : y = e[12];
|
|
399
399
|
let v;
|
|
400
400
|
e[13] !== c || e[14] !== y ? (v = /* @__PURE__ */ d("div", { className: y, children: c }), e[13] = c, e[14] = y, e[15] = v) : v = e[15];
|
|
401
401
|
let C;
|
|
402
|
-
e[16] !== g || e[17] !== v ? (C = /* @__PURE__ */
|
|
402
|
+
e[16] !== g || e[17] !== v ? (C = /* @__PURE__ */ R("div", { className: "flex w-full h-full min-h-svh flex-col lg:flex-row", children: [
|
|
403
403
|
g,
|
|
404
404
|
v
|
|
405
405
|
] }), e[16] = g, e[17] = v, e[18] = C) : C = e[18];
|
|
406
|
-
let
|
|
407
|
-
return e[19] !== p || e[20] !== C ? (
|
|
406
|
+
let w;
|
|
407
|
+
return e[19] !== p || e[20] !== C ? (w = /* @__PURE__ */ d("div", { className: p, children: C }), e[19] = p, e[20] = C, e[21] = w) : w = e[21], w;
|
|
408
408
|
}
|
|
409
|
-
function
|
|
409
|
+
function oe(n) {
|
|
410
410
|
const e = E.c(58), {
|
|
411
411
|
children: t,
|
|
412
412
|
layoutType: l,
|
|
@@ -416,78 +416,78 @@ function se(n) {
|
|
|
416
416
|
footer: s,
|
|
417
417
|
header: a,
|
|
418
418
|
onBack: c,
|
|
419
|
-
backButton:
|
|
419
|
+
backButton: f,
|
|
420
420
|
sliderImages: h,
|
|
421
421
|
sliderAutoPlayInterval: u,
|
|
422
|
-
sliderTitles:
|
|
422
|
+
sliderTitles: m,
|
|
423
423
|
variant: p,
|
|
424
424
|
maxWidth: b,
|
|
425
425
|
contentWidth: g,
|
|
426
426
|
align: y,
|
|
427
427
|
className: v
|
|
428
|
-
} = n, C = l === void 0 ? "withSlider" : l,
|
|
428
|
+
} = n, C = l === void 0 ? "withSlider" : l, w = h === void 0 ? Ge : h, x = u === void 0 ? gt : u, S = b === void 0 ? "sm" : b, _ = g === void 0 ? "default" : g, N = y === void 0 ? "center" : y, P = _ === "sm", A = p ?? (C === "withSlider" ? "desktop" : "mobile");
|
|
429
429
|
let D;
|
|
430
|
-
e[0] !==
|
|
430
|
+
e[0] !== f || e[1] !== i || e[2] !== c ? (D = () => f ?? (c != null ? /* @__PURE__ */ d(ye, { onClick: c }) : i ? typeof i == "string" ? /* @__PURE__ */ d("div", { className: "h-[30px] w-[140px]", children: /* @__PURE__ */ d("img", { src: i, alt: "Docthub", className: "block h-full w-full object-cover" }) }) : i : null), e[0] = f, e[1] = i, e[2] = c, e[3] = D) : D = e[3];
|
|
431
431
|
const W = D;
|
|
432
|
-
let
|
|
433
|
-
e[4] !== N || e[5] !== o ? (
|
|
434
|
-
const
|
|
432
|
+
let T;
|
|
433
|
+
e[4] !== N || e[5] !== o ? (T = () => o ? typeof o == "string" ? /* @__PURE__ */ d(O, { variant: "h5", weight: "extraBold", align: N, className: "text-neutral-black", children: o }) : o : null, e[4] = N, e[5] = o, e[6] = T) : T = e[6];
|
|
434
|
+
const I = T;
|
|
435
435
|
let F;
|
|
436
|
-
e[7] !== N || e[8] !== r ? (F = () => r ? typeof r == "string" ? /* @__PURE__ */ d(
|
|
436
|
+
e[7] !== N || e[8] !== r ? (F = () => r ? typeof r == "string" ? /* @__PURE__ */ d(O, { variant: "body1", align: N, className: "text-neutral-black", children: r }) : r : null, e[7] = N, e[8] = r, e[9] = F) : F = e[9];
|
|
437
437
|
const U = F;
|
|
438
|
-
let
|
|
439
|
-
e[10] !== a ? (
|
|
438
|
+
let L;
|
|
439
|
+
e[10] !== a ? (L = a && /* @__PURE__ */ d(q.Header, { children: a }), e[10] = a, e[11] = L) : L = e[11];
|
|
440
440
|
let B;
|
|
441
441
|
e[12] !== W ? (B = W(), e[12] = W, e[13] = B) : B = e[13];
|
|
442
442
|
let V;
|
|
443
443
|
e[14] !== N || e[15] !== B ? (V = /* @__PURE__ */ d(q.Logo, { align: N, children: B }), e[14] = N, e[15] = B, e[16] = V) : V = e[16];
|
|
444
444
|
let G;
|
|
445
|
-
e[17] !== N || e[18] !==
|
|
445
|
+
e[17] !== N || e[18] !== I || e[19] !== o ? (G = o && /* @__PURE__ */ d(q.Title, { align: N, children: I() }), e[17] = N, e[18] = I, e[19] = o, e[20] = G) : G = e[20];
|
|
446
446
|
let H;
|
|
447
447
|
e[21] !== N || e[22] !== r || e[23] !== U ? (H = r && /* @__PURE__ */ d(q.Description, { align: N, children: U() }), e[21] = N, e[22] = r, e[23] = U, e[24] = H) : H = e[24];
|
|
448
448
|
let $;
|
|
449
449
|
e[25] !== t ? ($ = /* @__PURE__ */ d(q.Body, { children: t }), e[25] = t, e[26] = $) : $ = e[26];
|
|
450
450
|
let z;
|
|
451
|
-
e[27] !== V || e[28] !== G || e[29] !== H || e[30] !== $ || e[31] !==
|
|
451
|
+
e[27] !== V || e[28] !== G || e[29] !== H || e[30] !== $ || e[31] !== P ? (z = /* @__PURE__ */ R(q.Main, { sm: P, children: [
|
|
452
452
|
V,
|
|
453
453
|
G,
|
|
454
454
|
H,
|
|
455
455
|
$
|
|
456
|
-
] }), e[27] = V, e[28] = G, e[29] = H, e[30] = $, e[31] =
|
|
457
|
-
let
|
|
458
|
-
e[33] !== s ? (
|
|
459
|
-
let
|
|
460
|
-
e[35] !==
|
|
461
|
-
|
|
456
|
+
] }), e[27] = V, e[28] = G, e[29] = H, e[30] = $, e[31] = P, e[32] = z) : z = e[32];
|
|
457
|
+
let X;
|
|
458
|
+
e[33] !== s ? (X = s && /* @__PURE__ */ d(q.Footer, { children: s }), e[33] = s, e[34] = X) : X = e[34];
|
|
459
|
+
let se;
|
|
460
|
+
e[35] !== L || e[36] !== z || e[37] !== X ? (se = /* @__PURE__ */ R(re, { children: [
|
|
461
|
+
L,
|
|
462
462
|
z,
|
|
463
|
-
|
|
464
|
-
] }), e[35] =
|
|
465
|
-
const
|
|
463
|
+
X
|
|
464
|
+
] }), e[35] = L, e[36] = z, e[37] = X, e[38] = se) : se = e[38];
|
|
465
|
+
const Z = se;
|
|
466
466
|
if (C === "withSlider") {
|
|
467
|
-
let
|
|
468
|
-
e[39] !== v ? (
|
|
467
|
+
let ee;
|
|
468
|
+
e[39] !== v ? (ee = v && {
|
|
469
469
|
className: v
|
|
470
|
-
}, e[39] = v, e[40] =
|
|
471
|
-
let
|
|
472
|
-
e[41] !==
|
|
473
|
-
let
|
|
474
|
-
return e[45] !==
|
|
470
|
+
}, e[39] = v, e[40] = ee) : ee = e[40];
|
|
471
|
+
let te;
|
|
472
|
+
e[41] !== Z || e[42] !== S || e[43] !== A ? (te = /* @__PURE__ */ d(q.Root, { variant: A, maxWidth: S, className: "bg-transparent", children: Z }), e[41] = Z, e[42] = S, e[43] = A, e[44] = te) : te = e[44];
|
|
473
|
+
let ce;
|
|
474
|
+
return e[45] !== x || e[46] !== w || e[47] !== m || e[48] !== ee || e[49] !== te ? (ce = /* @__PURE__ */ d(At, { sliderImages: w, sliderAutoPlayInterval: x, sliderTitles: m, ...ee, children: te }), e[45] = x, e[46] = w, e[47] = m, e[48] = ee, e[49] = te, e[50] = ce) : ce = e[50], ce;
|
|
475
475
|
}
|
|
476
|
-
let
|
|
477
|
-
e[51] !== v ? (
|
|
476
|
+
let Q;
|
|
477
|
+
e[51] !== v ? (Q = v && {
|
|
478
478
|
className: v
|
|
479
|
-
}, e[51] = v, e[52] =
|
|
480
|
-
let
|
|
481
|
-
return e[53] !==
|
|
479
|
+
}, e[51] = v, e[52] = Q) : Q = e[52];
|
|
480
|
+
let ae;
|
|
481
|
+
return e[53] !== Z || e[54] !== S || e[55] !== A || e[56] !== Q ? (ae = /* @__PURE__ */ d(q.Root, { variant: A, maxWidth: S, ...Q, children: Z }), e[53] = Z, e[54] = S, e[55] = A, e[56] = Q, e[57] = ae) : ae = e[57], ae;
|
|
482
482
|
}
|
|
483
|
-
function
|
|
483
|
+
function It(n) {
|
|
484
484
|
return {
|
|
485
485
|
triggerSignIn() {
|
|
486
486
|
}
|
|
487
487
|
};
|
|
488
488
|
}
|
|
489
489
|
const We = "https://accounts.google.com/gsi/client";
|
|
490
|
-
function
|
|
490
|
+
function Lt() {
|
|
491
491
|
return typeof window > "u" ? Promise.reject(new Error("GSI requires browser")) : window.google?.accounts?.id ? Promise.resolve() : new Promise((n, e) => {
|
|
492
492
|
if (document.querySelector(`script[src="${We}"]`)) {
|
|
493
493
|
const i = () => window.google?.accounts?.id ? n() : setTimeout(i, 50);
|
|
@@ -498,69 +498,449 @@ function Rt() {
|
|
|
498
498
|
l.src = We, l.async = !0, l.defer = !0, l.onload = () => n(), l.onerror = () => e(new Error("Failed to load Google Identity Services script")), document.body.appendChild(l);
|
|
499
499
|
});
|
|
500
500
|
}
|
|
501
|
-
const
|
|
502
|
-
function
|
|
501
|
+
const Rt = "openid email profile", Me = 2e3;
|
|
502
|
+
function Ft(n) {
|
|
503
503
|
const e = E.c(18), {
|
|
504
504
|
clientId: t,
|
|
505
505
|
onCredential: l,
|
|
506
506
|
enableOneTap: i
|
|
507
|
-
} = n, o = i === void 0 ? !1 : i, r =
|
|
507
|
+
} = n, o = i === void 0 ? !1 : i, r = le(!1), s = le(null), a = le(l), c = le(0), f = le(!1);
|
|
508
508
|
let h, u;
|
|
509
509
|
e[0] !== l ? (h = () => {
|
|
510
510
|
a.current = l;
|
|
511
511
|
}, u = [l], e[0] = l, e[1] = h, e[2] = u) : (h = e[1], u = e[2]), J(h, u);
|
|
512
|
-
let
|
|
513
|
-
e[3] !== t ? (
|
|
514
|
-
t && (await
|
|
512
|
+
let m;
|
|
513
|
+
e[3] !== t ? (m = async () => {
|
|
514
|
+
t && (await Lt(), !(!window.google?.accounts?.id || !window.google?.accounts?.oauth2) && (r.current || (window.google.accounts.id.initialize({
|
|
515
515
|
client_id: t,
|
|
516
|
-
callback: (
|
|
517
|
-
a.current(
|
|
516
|
+
callback: (S) => {
|
|
517
|
+
a.current(S.credential);
|
|
518
518
|
},
|
|
519
519
|
auto_select: !1
|
|
520
520
|
}), s.current = window.google.accounts.oauth2.initCodeClient({
|
|
521
521
|
client_id: t,
|
|
522
|
-
scope:
|
|
522
|
+
scope: Rt,
|
|
523
523
|
ux_mode: "popup",
|
|
524
|
-
callback: (
|
|
525
|
-
a.current(
|
|
524
|
+
callback: (S) => {
|
|
525
|
+
a.current(S.code);
|
|
526
526
|
},
|
|
527
|
-
error_callback:
|
|
527
|
+
error_callback: kt
|
|
528
528
|
}), r.current = !0)));
|
|
529
|
-
}, e[3] = t, e[4] =
|
|
530
|
-
const p =
|
|
529
|
+
}, e[3] = t, e[4] = m) : m = e[4];
|
|
530
|
+
const p = m;
|
|
531
531
|
let b;
|
|
532
532
|
e[5] !== t ? (b = async () => {
|
|
533
533
|
if (!t)
|
|
534
534
|
return;
|
|
535
|
-
const
|
|
536
|
-
|
|
535
|
+
const S = Date.now();
|
|
536
|
+
S - c.current < Me || (c.current = S, s.current?.requestCode());
|
|
537
537
|
}, e[5] = t, e[6] = b) : b = e[6];
|
|
538
538
|
const g = b;
|
|
539
539
|
let y, v;
|
|
540
540
|
e[7] !== t || e[8] !== p ? (y = () => {
|
|
541
541
|
t && p();
|
|
542
542
|
}, v = [t, p], e[7] = t, e[8] = p, e[9] = y, e[10] = v) : (y = e[9], v = e[10]), J(y, v);
|
|
543
|
-
let C,
|
|
543
|
+
let C, w;
|
|
544
544
|
e[11] !== t || e[12] !== o || e[13] !== p ? (C = () => {
|
|
545
|
-
!o || !t ||
|
|
545
|
+
!o || !t || f.current || (f.current = !0, p().then(() => {
|
|
546
546
|
if (!window.google?.accounts?.id)
|
|
547
547
|
return;
|
|
548
|
-
const
|
|
549
|
-
|
|
548
|
+
const S = Date.now();
|
|
549
|
+
S - c.current < Me || (c.current = S, window.google.accounts.id.prompt());
|
|
550
550
|
}));
|
|
551
|
-
},
|
|
552
|
-
let
|
|
553
|
-
return e[16] !== g ? (
|
|
551
|
+
}, w = [o, t, p], e[11] = t, e[12] = o, e[13] = p, e[14] = C, e[15] = w) : (C = e[14], w = e[15]), J(C, w);
|
|
552
|
+
let x;
|
|
553
|
+
return e[16] !== g ? (x = {
|
|
554
554
|
loginWithGoogle: g
|
|
555
|
-
}, e[16] = g, e[17] =
|
|
555
|
+
}, e[16] = g, e[17] = x) : x = e[17], x;
|
|
556
|
+
}
|
|
557
|
+
function kt() {
|
|
558
|
+
}
|
|
559
|
+
function Dt(n) {
|
|
560
|
+
const e = E.c(10), {
|
|
561
|
+
name: t,
|
|
562
|
+
label: l,
|
|
563
|
+
className: i,
|
|
564
|
+
control: o,
|
|
565
|
+
length: r,
|
|
566
|
+
inputClassName: s,
|
|
567
|
+
autoFocus: a
|
|
568
|
+
} = n, c = r === void 0 ? 6 : r, f = ie(), h = o || f.control;
|
|
569
|
+
let u;
|
|
570
|
+
e[0] !== a || e[1] !== i || e[2] !== s || e[3] !== l || e[4] !== c ? (u = (p) => {
|
|
571
|
+
const {
|
|
572
|
+
field: b,
|
|
573
|
+
fieldState: g
|
|
574
|
+
} = p;
|
|
575
|
+
return /* @__PURE__ */ R("div", { children: [
|
|
576
|
+
l && /* @__PURE__ */ d("label", { className: "block mb-1", children: l }),
|
|
577
|
+
/* @__PURE__ */ d(it, { length: c, value: b.value || [], onChange: b.onChange, ...a !== void 0 && {
|
|
578
|
+
autoFocus: a
|
|
579
|
+
}, ...i && {
|
|
580
|
+
className: i
|
|
581
|
+
}, ...s && {
|
|
582
|
+
inputClassName: s
|
|
583
|
+
}, ...g.error?.message !== void 0 && g.error?.message !== "" && {
|
|
584
|
+
error: g.error.message
|
|
585
|
+
} })
|
|
586
|
+
] });
|
|
587
|
+
}, e[0] = a, e[1] = i, e[2] = s, e[3] = l, e[4] = c, e[5] = u) : u = e[5];
|
|
588
|
+
let m;
|
|
589
|
+
return e[6] !== t || e[7] !== h || e[8] !== u ? (m = /* @__PURE__ */ d(me, { name: t, control: h, render: u }), e[6] = t, e[7] = h, e[8] = u, e[9] = m) : m = e[9], m;
|
|
590
|
+
}
|
|
591
|
+
function $t(n) {
|
|
592
|
+
return n.trim().replace(/\b\w/g, (e) => e.toUpperCase());
|
|
593
|
+
}
|
|
594
|
+
const Oe = j.string().trim().min(1, "Full name is required").refine((n) => n == null || n.length === 0 ? !0 : n.length >= 3, "Full name must be at least 3 characters").transform($t), Ae = j.string().trim().min(1, "Phone number is required").refine((n) => {
|
|
595
|
+
if (n == null || n.length === 0) return !0;
|
|
596
|
+
const [, e] = n.split("-"), l = (e ?? n).replaceAll(/\D/g, "");
|
|
597
|
+
return l.length >= 7 && l.length <= 15;
|
|
598
|
+
}, "Phone number must be between 7 and 15 digits"), Ie = j.string().trim().transform((n) => n.replaceAll(/\D/g, "")).optional(), Le = j.string().trim().min(1, "Email is required").refine((n) => n == null || n.length === 0 ? !0 : j.string().email().safeParse(n).success, "Enter a valid email address").transform((n) => n.toLowerCase()), Wt = j.object({
|
|
599
|
+
fullName: Oe,
|
|
600
|
+
phone: Ae,
|
|
601
|
+
countryCode: Ie
|
|
602
|
+
}), Mt = j.object({
|
|
603
|
+
fullName: Oe,
|
|
604
|
+
email: Le
|
|
605
|
+
}), Ut = j.object({
|
|
606
|
+
fullName: Oe,
|
|
607
|
+
email: Le,
|
|
608
|
+
phone: Ae,
|
|
609
|
+
countryCode: Ie
|
|
610
|
+
}), Ue = {
|
|
611
|
+
phone: Wt,
|
|
612
|
+
email: Mt,
|
|
613
|
+
foreign: Ut
|
|
614
|
+
}, Bt = j.object({
|
|
615
|
+
phone: Ae,
|
|
616
|
+
countryCode: Ie
|
|
617
|
+
}), jt = j.object({
|
|
618
|
+
email: Le
|
|
619
|
+
}), Be = {
|
|
620
|
+
phone: Bt,
|
|
621
|
+
email: jt
|
|
622
|
+
}, he = 6, zt = 60, Vt = 120;
|
|
623
|
+
function Gt(n) {
|
|
624
|
+
return n === "phone" ? zt : Vt;
|
|
625
|
+
}
|
|
626
|
+
const Ye = j.object({
|
|
627
|
+
otp: j.array(j.string()).length(he, "Enter all 6 digits").refine((n) => n.every((e) => /^\d$/.test(e)) && n.join("").length === he, "Invalid OTP! Please use correct code and submit again.")
|
|
628
|
+
}), Ht = {
|
|
629
|
+
phone: "Kindly check your Mobile.",
|
|
630
|
+
email: "Kindly check your Email Inbox."
|
|
631
|
+
}, qt = {
|
|
632
|
+
phone: "6 digit OTP has been sent to your Mobile",
|
|
633
|
+
email: "6 digit OTP has been sent to your Email"
|
|
634
|
+
};
|
|
635
|
+
function Kt(n) {
|
|
636
|
+
const e = E.c(30), {
|
|
637
|
+
mode: t,
|
|
638
|
+
onSubmit: l,
|
|
639
|
+
onResendCode: i,
|
|
640
|
+
submitApi: o,
|
|
641
|
+
onSuccess: r,
|
|
642
|
+
onError: s,
|
|
643
|
+
validate: a
|
|
644
|
+
} = n, [c, f] = Y(!1);
|
|
645
|
+
let h;
|
|
646
|
+
e[0] !== t ? (h = Gt(t), e[0] = t, e[1] = h) : h = e[1];
|
|
647
|
+
const u = h, [m, p] = Y(u), b = m <= 0;
|
|
648
|
+
let g;
|
|
649
|
+
e[2] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (g = Array.from({
|
|
650
|
+
length: he
|
|
651
|
+
}, Xt), e[2] = g) : g = e[2];
|
|
652
|
+
const y = g;
|
|
653
|
+
let v;
|
|
654
|
+
e[3] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (v = {
|
|
655
|
+
defaultValues: {
|
|
656
|
+
otp: y
|
|
657
|
+
},
|
|
658
|
+
mode: "onChange"
|
|
659
|
+
}, e[3] = v) : v = e[3];
|
|
660
|
+
const C = we(v);
|
|
661
|
+
let w, x;
|
|
662
|
+
e[4] !== m ? (w = () => {
|
|
663
|
+
if (m <= 0)
|
|
664
|
+
return;
|
|
665
|
+
const V = setInterval(() => {
|
|
666
|
+
p(Jt);
|
|
667
|
+
}, 1e3);
|
|
668
|
+
return () => clearInterval(V);
|
|
669
|
+
}, x = [m], e[4] = m, e[5] = w, e[6] = x) : (w = e[5], x = e[6]), J(w, x);
|
|
670
|
+
let S;
|
|
671
|
+
e[7] !== C || e[8] !== s || e[9] !== l || e[10] !== r || e[11] !== o || e[12] !== a ? (S = async (V) => {
|
|
672
|
+
C.clearErrors("otp");
|
|
673
|
+
const G = Ye.safeParse(V);
|
|
674
|
+
if (!G.success) {
|
|
675
|
+
const $ = G.error.issues[0]?.message ?? "Invalid OTP";
|
|
676
|
+
C.setError("otp", {
|
|
677
|
+
message: $
|
|
678
|
+
});
|
|
679
|
+
return;
|
|
680
|
+
}
|
|
681
|
+
const H = G.data.otp.join("");
|
|
682
|
+
if (a) {
|
|
683
|
+
f(!0);
|
|
684
|
+
try {
|
|
685
|
+
const $ = await a(H);
|
|
686
|
+
if ($ !== !0) {
|
|
687
|
+
C.setError("otp", {
|
|
688
|
+
type: "validate",
|
|
689
|
+
message: $
|
|
690
|
+
}), f(!1);
|
|
691
|
+
return;
|
|
692
|
+
}
|
|
693
|
+
} catch ($) {
|
|
694
|
+
s?.($), f(!1);
|
|
695
|
+
return;
|
|
696
|
+
}
|
|
697
|
+
o || f(!1);
|
|
698
|
+
}
|
|
699
|
+
if (o) {
|
|
700
|
+
f(!0), o(H).then(() => {
|
|
701
|
+
r?.();
|
|
702
|
+
}).catch(($) => {
|
|
703
|
+
const z = $?.message;
|
|
704
|
+
C.setError("otp", {
|
|
705
|
+
type: "submit",
|
|
706
|
+
message: typeof z == "string" && z.length > 0 ? z : "OTP verification failed"
|
|
707
|
+
}), s?.($);
|
|
708
|
+
}).finally(() => {
|
|
709
|
+
f(!1);
|
|
710
|
+
});
|
|
711
|
+
return;
|
|
712
|
+
}
|
|
713
|
+
l?.(H);
|
|
714
|
+
}, e[7] = C, e[8] = s, e[9] = l, e[10] = r, e[11] = o, e[12] = a, e[13] = S) : S = e[13];
|
|
715
|
+
const _ = S;
|
|
716
|
+
let N;
|
|
717
|
+
e[14] !== b || e[15] !== u || e[16] !== i ? (N = () => {
|
|
718
|
+
b && (i?.(), p(u));
|
|
719
|
+
}, e[14] = b, e[15] = u, e[16] = i, e[17] = N) : N = e[17];
|
|
720
|
+
const P = N, A = Yt, D = Math.floor(m / 60), W = m % 60, T = String(D);
|
|
721
|
+
let I;
|
|
722
|
+
e[18] !== T ? (I = T.padStart(2, "0"), e[18] = T, e[19] = I) : I = e[19];
|
|
723
|
+
const F = String(W);
|
|
724
|
+
let U;
|
|
725
|
+
e[20] !== F ? (U = F.padStart(2, "0"), e[20] = F, e[21] = U) : U = e[21];
|
|
726
|
+
const L = `Resend code in: ${I}:${U}`;
|
|
727
|
+
let B;
|
|
728
|
+
return e[22] !== b || e[23] !== P || e[24] !== _ || e[25] !== c || e[26] !== C || e[27] !== m || e[28] !== L ? (B = {
|
|
729
|
+
methods: C,
|
|
730
|
+
handleSubmit: _,
|
|
731
|
+
isFormValid: A,
|
|
732
|
+
handleResend: P,
|
|
733
|
+
resendSecondsLeft: m,
|
|
734
|
+
canResend: b,
|
|
735
|
+
timerText: L,
|
|
736
|
+
isSubmitting: c
|
|
737
|
+
}, e[22] = b, e[23] = P, e[24] = _, e[25] = c, e[26] = C, e[27] = m, e[28] = L, e[29] = B) : B = e[29], B;
|
|
738
|
+
}
|
|
739
|
+
function Yt(n) {
|
|
740
|
+
return Ye.safeParse(n).success;
|
|
741
|
+
}
|
|
742
|
+
function Jt(n) {
|
|
743
|
+
return n <= 1 ? 0 : n - 1;
|
|
744
|
+
}
|
|
745
|
+
function Xt() {
|
|
746
|
+
return "";
|
|
556
747
|
}
|
|
557
|
-
function
|
|
748
|
+
function Zt(n) {
|
|
749
|
+
const e = E.c(28), {
|
|
750
|
+
mode: t,
|
|
751
|
+
title: l,
|
|
752
|
+
recipientDisplay: i,
|
|
753
|
+
isForeignUser: o,
|
|
754
|
+
handleSubmit: r,
|
|
755
|
+
handleResend: s,
|
|
756
|
+
canResend: a,
|
|
757
|
+
timerText: c,
|
|
758
|
+
isSubmitting: f
|
|
759
|
+
} = n, h = ie();
|
|
760
|
+
let u;
|
|
761
|
+
e[0] !== r || e[1] !== h ? (u = h.handleSubmit(r), e[0] = r, e[1] = h, e[2] = u) : u = e[2];
|
|
762
|
+
let m;
|
|
763
|
+
e[3] !== l ? (m = /* @__PURE__ */ d(O, { variant: "h5", weight: "extraBold", align: "left", className: "mb-2 text-neutral-black", children: l }), e[3] = l, e[4] = m) : m = e[4];
|
|
764
|
+
const p = o ? "mb-2 text-neutral-black" : "mb-6 text-neutral-black";
|
|
765
|
+
let b;
|
|
766
|
+
e[5] !== i || e[6] !== p ? (b = /* @__PURE__ */ d(O, { variant: "title2", align: "left", className: p, children: i }), e[5] = i, e[6] = p, e[7] = b) : b = e[7];
|
|
767
|
+
let g;
|
|
768
|
+
e[8] !== o || e[9] !== t ? (g = o && /* @__PURE__ */ d(O, { variant: "textLabel1", weight: "semiBold", align: "left", className: "mb-6 text-neutral-black", children: Ht[t] }), e[8] = o, e[9] = t, e[10] = g) : g = e[10];
|
|
769
|
+
let y;
|
|
770
|
+
e[11] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (y = /* @__PURE__ */ d("div", { className: "mb-4 flex w-full flex-col gap-[12px]", children: /* @__PURE__ */ d(Dt, { name: "otp", length: he, autoFocus: !0, inputClassName: "!h-[44px] !w-[44px]" }) }), e[11] = y) : y = e[11];
|
|
771
|
+
let v;
|
|
772
|
+
e[12] !== a || e[13] !== s || e[14] !== c ? (v = /* @__PURE__ */ d("div", { className: "mb-6 font-medium flex items-center gap-2", children: a ? /* @__PURE__ */ d(M, { type: "button", variant: "outline", size: "small", onClick: s, className: "!h-[28px]", children: "Resend Code" }) : /* @__PURE__ */ d(O, { variant: "textLabel3", align: "left", className: "text-neutral-black", children: c }) }), e[12] = a, e[13] = s, e[14] = c, e[15] = v) : v = e[15];
|
|
773
|
+
let C;
|
|
774
|
+
e[16] !== f ? (C = f ? /* @__PURE__ */ d(be, { size: 32, strokeWidth: 2 }) : "Submit", e[16] = f, e[17] = C) : C = e[17];
|
|
775
|
+
let w;
|
|
776
|
+
e[18] !== f || e[19] !== C ? (w = /* @__PURE__ */ d(M, { type: "submit", variant: "primary", size: "large", fullWidth: !0, disabled: f, children: C }), e[18] = f, e[19] = C, e[20] = w) : w = e[20];
|
|
777
|
+
let x;
|
|
778
|
+
return e[21] !== u || e[22] !== m || e[23] !== b || e[24] !== g || e[25] !== v || e[26] !== w ? (x = /* @__PURE__ */ R("form", { onSubmit: u, className: "flex w-full flex-col", noValidate: !0, children: [
|
|
779
|
+
m,
|
|
780
|
+
b,
|
|
781
|
+
g,
|
|
782
|
+
y,
|
|
783
|
+
v,
|
|
784
|
+
w
|
|
785
|
+
] }), e[21] = u, e[22] = m, e[23] = b, e[24] = g, e[25] = v, e[26] = w, e[27] = x) : x = e[27], x;
|
|
558
786
|
}
|
|
559
|
-
function
|
|
787
|
+
function Je(n) {
|
|
788
|
+
const e = E.c(21), {
|
|
789
|
+
mode: t,
|
|
790
|
+
title: l,
|
|
791
|
+
recipientDisplay: i,
|
|
792
|
+
isForeignUser: o,
|
|
793
|
+
onSubmit: r,
|
|
794
|
+
onResendCode: s,
|
|
795
|
+
submitApi: a,
|
|
796
|
+
onSuccess: c,
|
|
797
|
+
onError: f,
|
|
798
|
+
validate: h
|
|
799
|
+
} = n, u = o === void 0 ? !1 : o;
|
|
800
|
+
let m;
|
|
801
|
+
e[0] !== t || e[1] !== f || e[2] !== s || e[3] !== r || e[4] !== c || e[5] !== a || e[6] !== h ? (m = {
|
|
802
|
+
mode: t,
|
|
803
|
+
onSubmit: r,
|
|
804
|
+
onResendCode: s,
|
|
805
|
+
submitApi: a,
|
|
806
|
+
onSuccess: c,
|
|
807
|
+
onError: f,
|
|
808
|
+
validate: h
|
|
809
|
+
}, e[0] = t, e[1] = f, e[2] = s, e[3] = r, e[4] = c, e[5] = a, e[6] = h, e[7] = m) : m = e[7];
|
|
810
|
+
const {
|
|
811
|
+
methods: p,
|
|
812
|
+
handleSubmit: b,
|
|
813
|
+
handleResend: g,
|
|
814
|
+
canResend: y,
|
|
815
|
+
timerText: v,
|
|
816
|
+
isSubmitting: C
|
|
817
|
+
} = Kt(m), w = l ?? qt[t];
|
|
818
|
+
let x;
|
|
819
|
+
e[8] !== y || e[9] !== w || e[10] !== g || e[11] !== b || e[12] !== u || e[13] !== C || e[14] !== t || e[15] !== i || e[16] !== v ? (x = /* @__PURE__ */ d(Zt, { mode: t, title: w, recipientDisplay: i, isForeignUser: u, handleSubmit: b, handleResend: g, canResend: y, timerText: v, isSubmitting: C }), e[8] = y, e[9] = w, e[10] = g, e[11] = b, e[12] = u, e[13] = C, e[14] = t, e[15] = i, e[16] = v, e[17] = x) : x = e[17];
|
|
820
|
+
let S;
|
|
821
|
+
return e[18] !== p || e[19] !== x ? (S = /* @__PURE__ */ d(Ne, { ...p, children: x }), e[18] = p, e[19] = x, e[20] = S) : S = e[20], S;
|
|
822
|
+
}
|
|
823
|
+
function $n(n) {
|
|
824
|
+
const e = E.c(24);
|
|
825
|
+
let t, l, i, o;
|
|
826
|
+
e[0] !== n ? ({
|
|
827
|
+
layoutType: i,
|
|
828
|
+
variant: o,
|
|
829
|
+
onBack: l,
|
|
830
|
+
...t
|
|
831
|
+
} = n, e[0] = n, e[1] = t, e[2] = l, e[3] = i, e[4] = o) : (t = e[1], l = e[2], i = e[3], o = e[4]);
|
|
832
|
+
const r = i === void 0 ? "withSlider" : i;
|
|
833
|
+
let s;
|
|
834
|
+
e[5] !== l ? (s = l != null ? /* @__PURE__ */ d(ye, { onClick: l }) : void 0, e[5] = l, e[6] = s) : s = e[6];
|
|
835
|
+
let a;
|
|
836
|
+
e[7] !== t.isForeignUser || e[8] !== t.mode || e[9] !== t.onError || e[10] !== t.onResendCode || e[11] !== t.onSubmit || e[12] !== t.onSuccess || e[13] !== t.recipientDisplay || e[14] !== t.submitApi || e[15] !== t.title || e[16] !== t.validate || e[17] !== l ? (a = /* @__PURE__ */ d(Je, { mode: t.mode, recipientDisplay: t.recipientDisplay, title: t.title, isForeignUser: t.isForeignUser, onBack: l, onSubmit: t.onSubmit, onResendCode: t.onResendCode, submitApi: t.submitApi, onSuccess: t.onSuccess, onError: t.onError, validate: t.validate }), e[7] = t.isForeignUser, e[8] = t.mode, e[9] = t.onError, e[10] = t.onResendCode, e[11] = t.onSubmit, e[12] = t.onSuccess, e[13] = t.recipientDisplay, e[14] = t.submitApi, e[15] = t.title, e[16] = t.validate, e[17] = l, e[18] = a) : a = e[18];
|
|
837
|
+
let c;
|
|
838
|
+
return e[19] !== r || e[20] !== s || e[21] !== a || e[22] !== o ? (c = /* @__PURE__ */ d(oe, { layoutType: r, variant: o, contentWidth: "sm", align: "left", backButton: s, className: Ee, children: a }), e[19] = r, e[20] = s, e[21] = a, e[22] = o, e[23] = c) : c = e[23], c;
|
|
839
|
+
}
|
|
840
|
+
function ne(n) {
|
|
841
|
+
const e = E.c(7), {
|
|
842
|
+
label: t,
|
|
843
|
+
value: l
|
|
844
|
+
} = n;
|
|
845
|
+
if (!l)
|
|
846
|
+
return null;
|
|
847
|
+
let i;
|
|
848
|
+
e[0] !== t ? (i = /* @__PURE__ */ d(O, { variant: "textLabel3", className: "text-neutral-500", children: t }), e[0] = t, e[1] = i) : i = e[1];
|
|
849
|
+
let o;
|
|
850
|
+
e[2] !== l ? (o = /* @__PURE__ */ d(O, { variant: "body1", weight: "semiBold", className: "break-words text-neutral-black", children: l }), e[2] = l, e[3] = o) : o = e[3];
|
|
851
|
+
let r;
|
|
852
|
+
return e[4] !== i || e[5] !== o ? (r = /* @__PURE__ */ R("div", { className: "flex w-full flex-col gap-1 rounded-lg border border-neutral-200 bg-white px-4 py-3", children: [
|
|
853
|
+
i,
|
|
854
|
+
o
|
|
855
|
+
] }), e[4] = i, e[5] = o, e[6] = r) : r = e[6], r;
|
|
856
|
+
}
|
|
857
|
+
function xe(n, e) {
|
|
858
|
+
if (e)
|
|
859
|
+
return `${n ? `+${n} ` : ""}${e}`;
|
|
860
|
+
}
|
|
861
|
+
function Qt(n) {
|
|
862
|
+
const e = E.c(29), {
|
|
863
|
+
details: t
|
|
864
|
+
} = n;
|
|
865
|
+
if (t.conflictField === "email") {
|
|
866
|
+
let c;
|
|
867
|
+
e[0] !== t.existingEmail ? (c = /* @__PURE__ */ d(ne, { label: "Existing Email", value: t.existingEmail }), e[0] = t.existingEmail, e[1] = c) : c = e[1];
|
|
868
|
+
let f;
|
|
869
|
+
e[2] !== t.existingCountryCode || e[3] !== t.existingPhone ? (f = xe(t.existingCountryCode, t.existingPhone), e[2] = t.existingCountryCode, e[3] = t.existingPhone, e[4] = f) : f = e[4];
|
|
870
|
+
let h;
|
|
871
|
+
e[5] !== f ? (h = /* @__PURE__ */ d(ne, { label: "Existing Mobile Number", value: f }), e[5] = f, e[6] = h) : h = e[6];
|
|
872
|
+
let u;
|
|
873
|
+
e[7] !== t.newEmail ? (u = /* @__PURE__ */ d(ne, { label: "New Email", value: t.newEmail }), e[7] = t.newEmail, e[8] = u) : u = e[8];
|
|
874
|
+
let m;
|
|
875
|
+
return e[9] !== c || e[10] !== h || e[11] !== u ? (m = /* @__PURE__ */ R(re, { children: [
|
|
876
|
+
c,
|
|
877
|
+
h,
|
|
878
|
+
u
|
|
879
|
+
] }), e[9] = c, e[10] = h, e[11] = u, e[12] = m) : m = e[12], m;
|
|
880
|
+
}
|
|
881
|
+
let l;
|
|
882
|
+
e[13] !== t.existingEmail ? (l = /* @__PURE__ */ d(ne, { label: "Existing Email", value: t.existingEmail }), e[13] = t.existingEmail, e[14] = l) : l = e[14];
|
|
883
|
+
let i;
|
|
884
|
+
e[15] !== t.existingCountryCode || e[16] !== t.existingPhone ? (i = xe(t.existingCountryCode, t.existingPhone), e[15] = t.existingCountryCode, e[16] = t.existingPhone, e[17] = i) : i = e[17];
|
|
885
|
+
let o;
|
|
886
|
+
e[18] !== i ? (o = /* @__PURE__ */ d(ne, { label: "Existing Mobile Number", value: i }), e[18] = i, e[19] = o) : o = e[19];
|
|
887
|
+
let r;
|
|
888
|
+
e[20] !== t.newCountryCode || e[21] !== t.newPhone ? (r = xe(t.newCountryCode, t.newPhone), e[20] = t.newCountryCode, e[21] = t.newPhone, e[22] = r) : r = e[22];
|
|
889
|
+
let s;
|
|
890
|
+
e[23] !== r ? (s = /* @__PURE__ */ d(ne, { label: "New Mobile Number", value: r }), e[23] = r, e[24] = s) : s = e[24];
|
|
891
|
+
let a;
|
|
892
|
+
return e[25] !== l || e[26] !== o || e[27] !== s ? (a = /* @__PURE__ */ R(re, { children: [
|
|
893
|
+
l,
|
|
894
|
+
o,
|
|
895
|
+
s
|
|
896
|
+
] }), e[25] = l, e[26] = o, e[27] = s, e[28] = a) : a = e[28], a;
|
|
897
|
+
}
|
|
898
|
+
function en(n) {
|
|
899
|
+
return n.conflictField === "email" ? "Verify Email" : "Verify Mobile Number";
|
|
900
|
+
}
|
|
901
|
+
function tn(n) {
|
|
902
|
+
return n.conflictField === "email" ? "This email is already connected with another account." : "This mobile number is already connected with another account.";
|
|
903
|
+
}
|
|
904
|
+
function nn(n) {
|
|
905
|
+
return n.otpTarget?.type === "email" ? "6 digit OTP has been sent to your old Email" : "6 digit OTP has been sent to your old Mobile";
|
|
906
|
+
}
|
|
907
|
+
function ln(n) {
|
|
908
|
+
const e = n.otpTarget;
|
|
909
|
+
return e ? e.maskedValue ?? e.value : "";
|
|
910
|
+
}
|
|
911
|
+
function Wn(n) {
|
|
912
|
+
const {
|
|
913
|
+
details: e,
|
|
914
|
+
onBack: t,
|
|
915
|
+
onContinue: l,
|
|
916
|
+
onVerify: i,
|
|
917
|
+
onResendCode: o
|
|
918
|
+
} = n, [r, s] = Y(!1), [a, c] = Y(""), f = e.stage === "otp", h = async () => {
|
|
919
|
+
c(""), s(!0);
|
|
920
|
+
try {
|
|
921
|
+
await l();
|
|
922
|
+
} catch (u) {
|
|
923
|
+
c(u?.message ?? "Unable to link right now");
|
|
924
|
+
} finally {
|
|
925
|
+
s(!1);
|
|
926
|
+
}
|
|
927
|
+
};
|
|
928
|
+
return /* @__PURE__ */ d(oe, { layoutType: "standalone", variant: "mobile", contentWidth: "sm", align: "left", backButton: t != null ? /* @__PURE__ */ d(ye, { onClick: t }) : void 0, title: f ? void 0 : /* @__PURE__ */ d(O, { variant: "h5", weight: "extraBold", align: "left", className: "-mb-1.5", children: en(e) }), description: f ? void 0 : /* @__PURE__ */ d(O, { variant: "body1", align: "left", className: "mb-4 md:mb-4", children: tn(e) }), className: Ee, children: /* @__PURE__ */ R("div", { className: "flex w-full flex-col gap-4", children: [
|
|
929
|
+
f ? /* @__PURE__ */ d(Je, { mode: e.otpTarget?.type ?? e.conflictField, title: nn(e), recipientDisplay: ln(e), submitApi: i, onResendCode: o }) : /* @__PURE__ */ R(re, { children: [
|
|
930
|
+
/* @__PURE__ */ d(Qt, { details: e }),
|
|
931
|
+
/* @__PURE__ */ d(M, { type: "button", variant: "primary", size: "large", fullWidth: !0, disabled: r, onClick: () => {
|
|
932
|
+
h();
|
|
933
|
+
}, children: r ? /* @__PURE__ */ d(be, { size: 32, strokeWidth: 2 }) : "Link with existing" }),
|
|
934
|
+
/* @__PURE__ */ d(M, { type: "button", variant: "outline", size: "large", fullWidth: !0, children: "Create new" })
|
|
935
|
+
] }),
|
|
936
|
+
a ? /* @__PURE__ */ d(O, { variant: "body5", className: "text-error", children: a }) : null
|
|
937
|
+
] }) });
|
|
938
|
+
}
|
|
939
|
+
function Se(n) {
|
|
560
940
|
const e = E.c(43);
|
|
561
|
-
let t, l, i, o, r, s, a, c,
|
|
941
|
+
let t, l, i, o, r, s, a, c, f, h, u, m, p, b, g, y, v, C;
|
|
562
942
|
e[0] !== n ? ({
|
|
563
|
-
name:
|
|
943
|
+
name: f,
|
|
564
944
|
label: y,
|
|
565
945
|
countryCode: v,
|
|
566
946
|
countryCodeName: o,
|
|
@@ -568,7 +948,7 @@ function ae(n) {
|
|
|
568
948
|
selectedCountryName: g,
|
|
569
949
|
countries: i,
|
|
570
950
|
defaultCountry: r,
|
|
571
|
-
onValuesChange:
|
|
951
|
+
onValuesChange: m,
|
|
572
952
|
onCountryChange: h,
|
|
573
953
|
onCountryCodeChange: u,
|
|
574
954
|
placeholder: C,
|
|
@@ -578,19 +958,19 @@ function ae(n) {
|
|
|
578
958
|
helperText: c,
|
|
579
959
|
control: l,
|
|
580
960
|
...a
|
|
581
|
-
} = n, e[0] = n, e[1] = t, e[2] = l, e[3] = i, e[4] = o, e[5] = r, e[6] = s, e[7] = a, e[8] = c, e[9] =
|
|
582
|
-
const
|
|
583
|
-
let
|
|
584
|
-
e[19] !== t || e[20] !== i || e[21] !==
|
|
961
|
+
} = n, e[0] = n, e[1] = t, e[2] = l, e[3] = i, e[4] = o, e[5] = r, e[6] = s, e[7] = a, e[8] = c, e[9] = f, e[10] = h, e[11] = u, e[12] = m, e[13] = p, e[14] = b, e[15] = g, e[16] = y, e[17] = v, e[18] = C) : (t = e[1], l = e[2], i = e[3], o = e[4], r = e[5], s = e[6], a = e[7], c = e[8], f = e[9], h = e[10], u = e[11], m = e[12], p = e[13], b = e[14], g = e[15], y = e[16], v = e[17], C = e[18]);
|
|
962
|
+
const w = y === void 0 ? "Phone Number" : y, x = v === void 0 ? "91" : v, S = C === void 0 ? "Enter phone number" : C, _ = ie(), N = l || _.control;
|
|
963
|
+
let P;
|
|
964
|
+
e[19] !== t || e[20] !== i || e[21] !== x || e[22] !== o || e[23] !== r || e[24] !== s || e[25] !== a || e[26] !== c || e[27] !== w || e[28] !== _ || e[29] !== f || e[30] !== h || e[31] !== u || e[32] !== m || e[33] !== p || e[34] !== S || e[35] !== b || e[36] !== N || e[37] !== g ? (P = (D) => {
|
|
585
965
|
const {
|
|
586
966
|
field: W,
|
|
587
|
-
fieldState:
|
|
588
|
-
} = D,
|
|
589
|
-
label:
|
|
967
|
+
fieldState: T
|
|
968
|
+
} = D, I = (F, U) => /* @__PURE__ */ d(ot, { ...a, id: f, value: String(W.value ?? ""), ...w !== void 0 && {
|
|
969
|
+
label: w
|
|
590
970
|
}, ...F ? {
|
|
591
971
|
countryCode: F
|
|
592
|
-
} : {}, ...
|
|
593
|
-
placeholder:
|
|
972
|
+
} : {}, ...S !== void 0 && {
|
|
973
|
+
placeholder: S
|
|
594
974
|
}, ...s !== void 0 && {
|
|
595
975
|
disabled: s
|
|
596
976
|
}, ...b !== void 0 && {
|
|
@@ -601,39 +981,39 @@ function ae(n) {
|
|
|
601
981
|
defaultCountry: r
|
|
602
982
|
}, ...t !== void 0 && {
|
|
603
983
|
className: t
|
|
604
|
-
}, ...
|
|
605
|
-
error:
|
|
606
|
-
}, ...
|
|
984
|
+
}, ...T.error?.message !== void 0 && {
|
|
985
|
+
error: T.error?.message
|
|
986
|
+
}, ...T.error === void 0 && c !== void 0 && {
|
|
607
987
|
helperText: c
|
|
608
|
-
}, onPhoneChange: (
|
|
609
|
-
W.onChange(
|
|
610
|
-
}, onCountryCodeChange: (
|
|
611
|
-
const B = String(
|
|
612
|
-
U?.(B), u?.(
|
|
613
|
-
}, onValuesChange: (
|
|
614
|
-
p &&
|
|
988
|
+
}, onPhoneChange: (L) => {
|
|
989
|
+
W.onChange(L.replaceAll(/\D/g, ""));
|
|
990
|
+
}, onCountryCodeChange: (L) => {
|
|
991
|
+
const B = String(L || "").replaceAll(/\D/g, "");
|
|
992
|
+
U?.(B), u?.(L);
|
|
993
|
+
}, onValuesChange: (L) => {
|
|
994
|
+
p && _.setValue(p, L, {
|
|
615
995
|
shouldDirty: !0
|
|
616
|
-
}),
|
|
617
|
-
}, onCountryChange: (
|
|
618
|
-
g &&
|
|
996
|
+
}), m?.(L);
|
|
997
|
+
}, onCountryChange: (L) => {
|
|
998
|
+
g && _.setValue(g, JSON.stringify(L), {
|
|
619
999
|
shouldDirty: !0
|
|
620
|
-
}), h?.(
|
|
1000
|
+
}), h?.(L);
|
|
621
1001
|
}, onBlur: W.onBlur });
|
|
622
1002
|
if (!o) {
|
|
623
|
-
const F = String(
|
|
624
|
-
return
|
|
1003
|
+
const F = String(x || "").replaceAll(/\D/g, "");
|
|
1004
|
+
return I(F);
|
|
625
1005
|
}
|
|
626
|
-
return /* @__PURE__ */ d(
|
|
1006
|
+
return /* @__PURE__ */ d(me, { name: o, control: N, render: (F) => {
|
|
627
1007
|
const {
|
|
628
1008
|
field: U
|
|
629
|
-
} = F,
|
|
630
|
-
return L
|
|
1009
|
+
} = F, L = String(U.value ?? x ?? "").replaceAll(/\D/g, "");
|
|
1010
|
+
return I(L, U.onChange);
|
|
631
1011
|
} });
|
|
632
|
-
}, e[19] = t, e[20] = i, e[21] =
|
|
633
|
-
let
|
|
634
|
-
return e[39] !==
|
|
1012
|
+
}, e[19] = t, e[20] = i, e[21] = x, e[22] = o, e[23] = r, e[24] = s, e[25] = a, e[26] = c, e[27] = w, e[28] = _, e[29] = f, e[30] = h, e[31] = u, e[32] = m, e[33] = p, e[34] = S, e[35] = b, e[36] = N, e[37] = g, e[38] = P) : P = e[38];
|
|
1013
|
+
let A;
|
|
1014
|
+
return e[39] !== f || e[40] !== N || e[41] !== P ? (A = /* @__PURE__ */ d(me, { name: f, control: N, render: P }), e[39] = f, e[40] = N, e[41] = P, e[42] = A) : A = e[42], A;
|
|
635
1015
|
}
|
|
636
|
-
function
|
|
1016
|
+
function fe(n) {
|
|
637
1017
|
const e = E.c(15), {
|
|
638
1018
|
name: t,
|
|
639
1019
|
label: l,
|
|
@@ -643,250 +1023,63 @@ function oe(n) {
|
|
|
643
1023
|
required: s,
|
|
644
1024
|
type: a,
|
|
645
1025
|
disabled: c,
|
|
646
|
-
onKeyDown:
|
|
1026
|
+
onKeyDown: f,
|
|
647
1027
|
maxLength: h,
|
|
648
1028
|
numericOnly: u,
|
|
649
|
-
autoFocus:
|
|
650
|
-
} = n, p =
|
|
1029
|
+
autoFocus: m
|
|
1030
|
+
} = n, p = ie(), b = r || p.control;
|
|
651
1031
|
let g;
|
|
652
|
-
e[0] !==
|
|
1032
|
+
e[0] !== m || e[1] !== o || e[2] !== c || e[3] !== l || e[4] !== h || e[5] !== u || e[6] !== f || e[7] !== i || e[8] !== s || e[9] !== a ? (g = (v) => {
|
|
653
1033
|
const {
|
|
654
1034
|
field: C,
|
|
655
|
-
fieldState:
|
|
1035
|
+
fieldState: w
|
|
656
1036
|
} = v;
|
|
657
|
-
return /* @__PURE__ */ d(
|
|
658
|
-
autoFocus:
|
|
1037
|
+
return /* @__PURE__ */ d(rt, { ...C, value: C.value ?? "", ...m !== void 0 && {
|
|
1038
|
+
autoFocus: m
|
|
659
1039
|
}, ...l !== void 0 && {
|
|
660
1040
|
label: l
|
|
661
1041
|
}, ...i !== void 0 && {
|
|
662
1042
|
placeholder: i
|
|
663
|
-
}, ...
|
|
664
|
-
error:
|
|
1043
|
+
}, ...w.error?.message !== void 0 && {
|
|
1044
|
+
error: w.error.message
|
|
665
1045
|
}, ...o !== void 0 && {
|
|
666
1046
|
className: o
|
|
667
1047
|
}, ...s !== void 0 && {
|
|
668
1048
|
required: s
|
|
669
1049
|
}, type: a, ...c !== void 0 && {
|
|
670
1050
|
disabled: c
|
|
671
|
-
}, onKeyDown: u ? (
|
|
672
|
-
!/[0-9]/.test(
|
|
673
|
-
} :
|
|
1051
|
+
}, onKeyDown: u ? (x) => {
|
|
1052
|
+
!/[0-9]/.test(x.key) && !["Backspace", "Tab", "Delete", "ArrowLeft", "ArrowRight", "Home", "End"].includes(x.key) && x.preventDefault(), f?.(x);
|
|
1053
|
+
} : f, ...h !== void 0 && {
|
|
674
1054
|
maxLength: h
|
|
675
|
-
}, onChange: (
|
|
676
|
-
const
|
|
677
|
-
if (typeof
|
|
678
|
-
let
|
|
679
|
-
u && (
|
|
1055
|
+
}, onChange: (x) => {
|
|
1056
|
+
const S = x?.target?.value;
|
|
1057
|
+
if (typeof S == "string") {
|
|
1058
|
+
let _ = S.replace(/^\s+/, "");
|
|
1059
|
+
u && (_ = _.replace(/\D/g, "")), C.onChange(_);
|
|
680
1060
|
} else
|
|
681
|
-
C.onChange(
|
|
1061
|
+
C.onChange(S);
|
|
682
1062
|
}, onBlur: () => {
|
|
683
|
-
const
|
|
684
|
-
if (typeof
|
|
685
|
-
const
|
|
686
|
-
|
|
1063
|
+
const x = C.value;
|
|
1064
|
+
if (typeof x == "string") {
|
|
1065
|
+
const S = x.trim();
|
|
1066
|
+
S !== x && C.onChange(S);
|
|
687
1067
|
}
|
|
688
1068
|
C.onBlur();
|
|
689
|
-
} });
|
|
690
|
-
}, e[0] =
|
|
691
|
-
let y;
|
|
692
|
-
return e[11] !== t || e[12] !== b || e[13] !== g ? (y = /* @__PURE__ */ d(
|
|
693
|
-
}
|
|
694
|
-
function le(n) {
|
|
695
|
-
const e = E.c(7), {
|
|
696
|
-
label: t,
|
|
697
|
-
value: l
|
|
698
|
-
} = n;
|
|
699
|
-
if (!l)
|
|
700
|
-
return null;
|
|
701
|
-
let i;
|
|
702
|
-
e[0] !== t ? (i = /* @__PURE__ */ d(A, { variant: "textLabel3", className: "text-neutral-500", children: t }), e[0] = t, e[1] = i) : i = e[1];
|
|
703
|
-
let o;
|
|
704
|
-
e[2] !== l ? (o = /* @__PURE__ */ d(A, { variant: "body1", weight: "semiBold", className: "break-words text-neutral-black", children: l }), e[2] = l, e[3] = o) : o = e[3];
|
|
705
|
-
let r;
|
|
706
|
-
return e[4] !== i || e[5] !== o ? (r = /* @__PURE__ */ I("div", { className: "flex w-full flex-col gap-1 rounded-lg border border-neutral-200 bg-white px-4 py-3", children: [
|
|
707
|
-
i,
|
|
708
|
-
o
|
|
709
|
-
] }), e[4] = i, e[5] = o, e[6] = r) : r = e[6], r;
|
|
710
|
-
}
|
|
711
|
-
function Ee(n, e) {
|
|
712
|
-
if (e)
|
|
713
|
-
return `${n ? `+${n} ` : ""}${e}`;
|
|
714
|
-
}
|
|
715
|
-
function Be(n) {
|
|
716
|
-
return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(n);
|
|
717
|
-
}
|
|
718
|
-
function fe(n) {
|
|
719
|
-
return (n ?? "").replaceAll(/\D/g, "");
|
|
720
|
-
}
|
|
721
|
-
function $t(n) {
|
|
722
|
-
return n.conflictField === "email" ? {
|
|
723
|
-
oldEmail: n.oldEmail ?? n.existingEmail ?? "",
|
|
724
|
-
newEmail: n.newEmail
|
|
725
|
-
} : {
|
|
726
|
-
oldCountryCode: n.oldCountryCode ?? n.existingCountryCode ?? "91",
|
|
727
|
-
oldPhone: n.oldPhone ?? n.existingPhone ?? "",
|
|
728
|
-
newCountryCode: n.newCountryCode,
|
|
729
|
-
newPhone: n.newPhone
|
|
730
|
-
};
|
|
731
|
-
}
|
|
732
|
-
function Mt(n) {
|
|
733
|
-
const e = E.c(29), {
|
|
734
|
-
details: t
|
|
735
|
-
} = n;
|
|
736
|
-
if (t.conflictField === "email") {
|
|
737
|
-
let c;
|
|
738
|
-
e[0] !== t.existingEmail ? (c = /* @__PURE__ */ d(le, { label: "Existing Email", value: t.existingEmail }), e[0] = t.existingEmail, e[1] = c) : c = e[1];
|
|
739
|
-
let m;
|
|
740
|
-
e[2] !== t.existingCountryCode || e[3] !== t.existingPhone ? (m = Ee(t.existingCountryCode, t.existingPhone), e[2] = t.existingCountryCode, e[3] = t.existingPhone, e[4] = m) : m = e[4];
|
|
741
|
-
let h;
|
|
742
|
-
e[5] !== m ? (h = /* @__PURE__ */ d(le, { label: "Existing Mobile Number", value: m }), e[5] = m, e[6] = h) : h = e[6];
|
|
743
|
-
let u;
|
|
744
|
-
e[7] !== t.newEmail ? (u = /* @__PURE__ */ d(le, { label: "New Email", value: t.newEmail }), e[7] = t.newEmail, e[8] = u) : u = e[8];
|
|
745
|
-
let f;
|
|
746
|
-
return e[9] !== c || e[10] !== h || e[11] !== u ? (f = /* @__PURE__ */ I(X, { children: [
|
|
747
|
-
c,
|
|
748
|
-
h,
|
|
749
|
-
u
|
|
750
|
-
] }), e[9] = c, e[10] = h, e[11] = u, e[12] = f) : f = e[12], f;
|
|
751
|
-
}
|
|
752
|
-
let l;
|
|
753
|
-
e[13] !== t.existingEmail ? (l = /* @__PURE__ */ d(le, { label: "Existing Email", value: t.existingEmail }), e[13] = t.existingEmail, e[14] = l) : l = e[14];
|
|
754
|
-
let i;
|
|
755
|
-
e[15] !== t.existingCountryCode || e[16] !== t.existingPhone ? (i = Ee(t.existingCountryCode, t.existingPhone), e[15] = t.existingCountryCode, e[16] = t.existingPhone, e[17] = i) : i = e[17];
|
|
756
|
-
let o;
|
|
757
|
-
e[18] !== i ? (o = /* @__PURE__ */ d(le, { label: "Existing Mobile Number", value: i }), e[18] = i, e[19] = o) : o = e[19];
|
|
758
|
-
let r;
|
|
759
|
-
e[20] !== t.newCountryCode || e[21] !== t.newPhone ? (r = Ee(t.newCountryCode, t.newPhone), e[20] = t.newCountryCode, e[21] = t.newPhone, e[22] = r) : r = e[22];
|
|
760
|
-
let s;
|
|
761
|
-
e[23] !== r ? (s = /* @__PURE__ */ d(le, { label: "New Mobile Number", value: r }), e[23] = r, e[24] = s) : s = e[24];
|
|
762
|
-
let a;
|
|
763
|
-
return e[25] !== l || e[26] !== o || e[27] !== s ? (a = /* @__PURE__ */ I(X, { children: [
|
|
764
|
-
l,
|
|
765
|
-
o,
|
|
766
|
-
s
|
|
767
|
-
] }), e[25] = l, e[26] = o, e[27] = s, e[28] = a) : a = e[28], a;
|
|
768
|
-
}
|
|
769
|
-
function Wt(n) {
|
|
770
|
-
const e = E.c(26), {
|
|
771
|
-
details: t,
|
|
772
|
-
isSubmitting: l,
|
|
773
|
-
onSubmit: i
|
|
774
|
-
} = n;
|
|
775
|
-
let o;
|
|
776
|
-
e[0] !== t ? (o = $t(t), e[0] = t, e[1] = o) : o = e[1];
|
|
777
|
-
let r;
|
|
778
|
-
e[2] !== o ? (r = {
|
|
779
|
-
defaultValues: o,
|
|
780
|
-
mode: "onChange"
|
|
781
|
-
}, e[2] = o, e[3] = r) : r = e[3];
|
|
782
|
-
const s = Ce(r);
|
|
783
|
-
let a;
|
|
784
|
-
e[4] !== t.conflictField || e[5] !== s || e[6] !== i ? (a = (g) => {
|
|
785
|
-
if (t.conflictField === "email") {
|
|
786
|
-
const w = (g.oldEmail ?? "").trim(), x = (g.newEmail ?? "").trim();
|
|
787
|
-
if (!Be(w)) {
|
|
788
|
-
s.setError("oldEmail", {
|
|
789
|
-
type: "manual",
|
|
790
|
-
message: "Enter a valid old email"
|
|
791
|
-
});
|
|
792
|
-
return;
|
|
793
|
-
}
|
|
794
|
-
if (!Be(x)) {
|
|
795
|
-
s.setError("newEmail", {
|
|
796
|
-
type: "manual",
|
|
797
|
-
message: "Enter a valid new email"
|
|
798
|
-
});
|
|
799
|
-
return;
|
|
800
|
-
}
|
|
801
|
-
i({
|
|
802
|
-
conflictField: "email",
|
|
803
|
-
oldEmail: w,
|
|
804
|
-
newEmail: x
|
|
805
|
-
});
|
|
806
|
-
return;
|
|
807
|
-
}
|
|
808
|
-
const y = fe(g.oldCountryCode), v = fe(g.oldPhone), C = fe(g.newCountryCode), S = fe(g.newPhone);
|
|
809
|
-
if (!y || !v) {
|
|
810
|
-
s.setError("oldPhone", {
|
|
811
|
-
type: "manual",
|
|
812
|
-
message: "Enter old mobile number"
|
|
813
|
-
});
|
|
814
|
-
return;
|
|
815
|
-
}
|
|
816
|
-
if (!C || !S) {
|
|
817
|
-
s.setError("newPhone", {
|
|
818
|
-
type: "manual",
|
|
819
|
-
message: "Enter new mobile number"
|
|
820
|
-
});
|
|
821
|
-
return;
|
|
822
|
-
}
|
|
823
|
-
i({
|
|
824
|
-
conflictField: "phone",
|
|
825
|
-
oldCountryCode: y,
|
|
826
|
-
oldPhone: v,
|
|
827
|
-
newCountryCode: C,
|
|
828
|
-
newPhone: S
|
|
829
|
-
});
|
|
830
|
-
}, e[4] = t.conflictField, e[5] = s, e[6] = i, e[7] = a) : a = e[7];
|
|
831
|
-
const c = a;
|
|
832
|
-
let m;
|
|
833
|
-
e[8] !== c || e[9] !== s ? (m = s.handleSubmit(c), e[8] = c, e[9] = s, e[10] = m) : m = e[10];
|
|
834
|
-
let h;
|
|
835
|
-
e[11] !== t.conflictField || e[12] !== t.newCountryCode ? (h = t.conflictField === "email" ? /* @__PURE__ */ I(X, { children: [
|
|
836
|
-
/* @__PURE__ */ d(oe, { name: "oldEmail", label: "Old Email", placeholder: "Old email", type: "email", className: "[&_input]:!h-[44px]", autoFocus: !0 }),
|
|
837
|
-
/* @__PURE__ */ d(oe, { name: "newEmail", label: "New Email", placeholder: "New email", type: "email", className: "[&_input]:!h-[44px]" })
|
|
838
|
-
] }) : /* @__PURE__ */ I(X, { children: [
|
|
839
|
-
/* @__PURE__ */ d(ae, { name: "oldPhone", label: "Old Mobile Number", placeholder: "Old mobile number", countryCodeName: "oldCountryCode", countryCode: "+91", defaultCountry: "IN", className: "[&_button]:!h-[44px] [&_input]:!h-[44px]", autoFocus: !0 }),
|
|
840
|
-
/* @__PURE__ */ d(ae, { name: "newPhone", label: "New Mobile Number", placeholder: "New mobile number", countryCodeName: "newCountryCode", countryCode: `+${t.newCountryCode}`, defaultCountry: "IN", className: "[&_button]:!h-[44px] [&_input]:!h-[44px]" })
|
|
841
|
-
] }), e[11] = t.conflictField, e[12] = t.newCountryCode, e[13] = h) : h = e[13];
|
|
842
|
-
let u;
|
|
843
|
-
e[14] !== l ? (u = l ? /* @__PURE__ */ d(ve, { size: 32, strokeWidth: 2 }) : "Confirm", e[14] = l, e[15] = u) : u = e[15];
|
|
844
|
-
let f;
|
|
845
|
-
e[16] !== l || e[17] !== u ? (f = /* @__PURE__ */ d(M, { type: "submit", variant: "primary", size: "large", fullWidth: !0, disabled: l, children: u }), e[16] = l, e[17] = u, e[18] = f) : f = e[18];
|
|
846
|
-
let p;
|
|
847
|
-
e[19] !== m || e[20] !== h || e[21] !== f ? (p = /* @__PURE__ */ I("form", { onSubmit: m, className: "flex w-full flex-col gap-4", noValidate: !0, children: [
|
|
848
|
-
h,
|
|
849
|
-
f
|
|
850
|
-
] }), e[19] = m, e[20] = h, e[21] = f, e[22] = p) : p = e[22];
|
|
851
|
-
let b;
|
|
852
|
-
return e[23] !== s || e[24] !== p ? (b = /* @__PURE__ */ d(we, { ...s, children: p }), e[23] = s, e[24] = p, e[25] = b) : b = e[25], b;
|
|
853
|
-
}
|
|
854
|
-
function $n(n) {
|
|
855
|
-
const {
|
|
856
|
-
details: e,
|
|
857
|
-
onBack: t,
|
|
858
|
-
onContinue: l,
|
|
859
|
-
onVerify: i
|
|
860
|
-
} = n, [o, r] = Y(!1), [s, a] = Y(""), c = e.conflictField === "email", m = e.stage === "verification", h = m ? c ? "Confirm Email" : "Confirm Mobile Number" : c ? "Verify Email" : "Verify Mobile Number", u = m ? c ? "Enter the old and new email addresses." : "Enter the old and new mobile numbers." : c ? "This email is already connected with another account." : "This mobile number is already connected with another account.", f = async (p) => {
|
|
861
|
-
a(""), r(!0);
|
|
862
|
-
try {
|
|
863
|
-
await i(p);
|
|
864
|
-
} catch (b) {
|
|
865
|
-
a(b?.message ?? "Unable to verify right now");
|
|
866
|
-
} finally {
|
|
867
|
-
r(!1);
|
|
868
|
-
}
|
|
869
|
-
};
|
|
870
|
-
return /* @__PURE__ */ d(se, { layoutType: "standalone", variant: "mobile", contentWidth: "sm", align: "left", backButton: t != null ? /* @__PURE__ */ d(xe, { onClick: t }) : void 0, title: /* @__PURE__ */ d(A, { variant: "h5", weight: "extraBold", align: "left", className: "-mb-1.5", children: h }), description: /* @__PURE__ */ d(A, { variant: "body1", align: "left", className: "mb-4 md:mb-4", children: u }), className: Pe, children: /* @__PURE__ */ I("div", { className: "flex w-full flex-col gap-4", children: [
|
|
871
|
-
m ? /* @__PURE__ */ d(Wt, { details: e, isSubmitting: o, onSubmit: (p) => {
|
|
872
|
-
f(p);
|
|
873
|
-
} }) : /* @__PURE__ */ I(X, { children: [
|
|
874
|
-
/* @__PURE__ */ d(Mt, { details: e }),
|
|
875
|
-
/* @__PURE__ */ d(M, { type: "button", variant: "primary", size: "large", fullWidth: !0, onClick: l, children: "Link with existing" }),
|
|
876
|
-
/* @__PURE__ */ d(M, { type: "button", variant: "outline", size: "large", fullWidth: !0, children: "Create new" })
|
|
877
|
-
] }),
|
|
878
|
-
s ? /* @__PURE__ */ d(A, { variant: "body5", className: "text-error", children: s }) : null
|
|
879
|
-
] }) });
|
|
1069
|
+
} });
|
|
1070
|
+
}, e[0] = m, e[1] = o, e[2] = c, e[3] = l, e[4] = h, e[5] = u, e[6] = f, e[7] = i, e[8] = s, e[9] = a, e[10] = g) : g = e[10];
|
|
1071
|
+
let y;
|
|
1072
|
+
return e[11] !== t || e[12] !== b || e[13] !== g ? (y = /* @__PURE__ */ d(me, { name: t, control: b, render: g }), e[11] = t, e[12] = b, e[13] = g, e[14] = y) : y = e[14], y;
|
|
880
1073
|
}
|
|
881
|
-
function
|
|
1074
|
+
function on(n, e) {
|
|
882
1075
|
const t = (n ?? "").trim();
|
|
883
1076
|
if (t.length === 0) return "";
|
|
884
1077
|
if (t.startsWith("+")) return t;
|
|
885
1078
|
const l = (e ?? "").replaceAll(/\D/g, "");
|
|
886
1079
|
return l.length > 0 ? `+${l}${t}` : t;
|
|
887
1080
|
}
|
|
888
|
-
const
|
|
889
|
-
function
|
|
1081
|
+
const Re = "doct-auth-kit:form:";
|
|
1082
|
+
function Fe() {
|
|
890
1083
|
if (typeof window > "u") return null;
|
|
891
1084
|
try {
|
|
892
1085
|
return window.sessionStorage;
|
|
@@ -894,32 +1087,32 @@ function Te() {
|
|
|
894
1087
|
return null;
|
|
895
1088
|
}
|
|
896
1089
|
}
|
|
897
|
-
function
|
|
898
|
-
const e =
|
|
1090
|
+
function rn(n) {
|
|
1091
|
+
const e = Fe();
|
|
899
1092
|
if (!e) return null;
|
|
900
1093
|
try {
|
|
901
|
-
const t = e.getItem(
|
|
1094
|
+
const t = e.getItem(Re + n);
|
|
902
1095
|
return t ? JSON.parse(t) : null;
|
|
903
1096
|
} catch {
|
|
904
1097
|
return null;
|
|
905
1098
|
}
|
|
906
1099
|
}
|
|
907
|
-
function
|
|
908
|
-
const t =
|
|
1100
|
+
function sn(n, e) {
|
|
1101
|
+
const t = Fe();
|
|
909
1102
|
if (t)
|
|
910
1103
|
try {
|
|
911
|
-
t.setItem(
|
|
1104
|
+
t.setItem(Re + n, JSON.stringify(e));
|
|
912
1105
|
} catch {
|
|
913
1106
|
}
|
|
914
1107
|
}
|
|
915
1108
|
function Mn() {
|
|
916
|
-
const n =
|
|
1109
|
+
const n = Fe();
|
|
917
1110
|
if (n)
|
|
918
1111
|
try {
|
|
919
1112
|
const e = [];
|
|
920
1113
|
for (let t = 0; t < n.length; t++) {
|
|
921
1114
|
const l = n.key(t);
|
|
922
|
-
l && l.startsWith(
|
|
1115
|
+
l && l.startsWith(Re) && e.push(l);
|
|
923
1116
|
}
|
|
924
1117
|
e.forEach((t) => n.removeItem(t));
|
|
925
1118
|
} catch {
|
|
@@ -933,59 +1126,21 @@ function Xe(n, e) {
|
|
|
933
1126
|
});
|
|
934
1127
|
}
|
|
935
1128
|
}
|
|
936
|
-
function
|
|
937
|
-
|
|
938
|
-
}
|
|
939
|
-
const Le = j.string().trim().min(1, "Full name is required").refine((n) => n == null || n.length === 0 ? !0 : n.length >= 3, "Full name must be at least 3 characters").transform(zt), Re = j.string().trim().min(1, "Phone number is required").refine((n) => {
|
|
940
|
-
if (n == null || n.length === 0) return !0;
|
|
941
|
-
const [, e] = n.split("-"), l = (e ?? n).replaceAll(/\D/g, "");
|
|
942
|
-
return l.length >= 7 && l.length <= 15;
|
|
943
|
-
}, "Phone number must be between 7 and 15 digits"), Fe = j.string().trim().transform((n) => n.replaceAll(/\D/g, "")).optional(), ke = j.string().trim().min(1, "Email is required").refine((n) => n == null || n.length === 0 ? !0 : j.string().email().safeParse(n).success, "Enter a valid email address").transform((n) => n.toLowerCase()), Vt = j.object({
|
|
944
|
-
fullName: Le,
|
|
945
|
-
phone: Re,
|
|
946
|
-
countryCode: Fe
|
|
947
|
-
}), Gt = j.object({
|
|
948
|
-
fullName: Le,
|
|
949
|
-
email: ke
|
|
950
|
-
}), Ht = j.object({
|
|
951
|
-
fullName: Le,
|
|
952
|
-
email: ke,
|
|
953
|
-
phone: Re,
|
|
954
|
-
countryCode: Fe
|
|
955
|
-
}), je = {
|
|
956
|
-
phone: Vt,
|
|
957
|
-
email: Gt,
|
|
958
|
-
foreign: Ht
|
|
959
|
-
}, qt = j.object({
|
|
960
|
-
phone: Re,
|
|
961
|
-
countryCode: Fe
|
|
962
|
-
}), Kt = j.object({
|
|
963
|
-
email: ke
|
|
964
|
-
}), ze = {
|
|
965
|
-
phone: qt,
|
|
966
|
-
email: Kt
|
|
967
|
-
}, pe = 6, Yt = 60, Jt = 120;
|
|
968
|
-
function Xt(n) {
|
|
969
|
-
return n === "phone" ? Yt : Jt;
|
|
970
|
-
}
|
|
971
|
-
const Ze = j.object({
|
|
972
|
-
otp: j.array(j.string()).length(pe, "Enter all 6 digits").refine((n) => n.every((e) => /^\d$/.test(e)) && n.join("").length === pe, "Invalid OTP! Please use correct code and submit again.")
|
|
973
|
-
});
|
|
974
|
-
function Qe(n, e) {
|
|
975
|
-
const t = ie(null);
|
|
1129
|
+
function Ze(n, e) {
|
|
1130
|
+
const t = le(null);
|
|
976
1131
|
J(() => {
|
|
977
1132
|
if (t.current === n) return;
|
|
978
1133
|
t.current = n;
|
|
979
|
-
const l =
|
|
1134
|
+
const l = rn(n);
|
|
980
1135
|
l && e.reset(l);
|
|
981
1136
|
}, [n]), J(() => {
|
|
982
1137
|
const l = e.watch((i) => {
|
|
983
|
-
|
|
1138
|
+
sn(n, i);
|
|
984
1139
|
});
|
|
985
1140
|
return () => l.unsubscribe();
|
|
986
1141
|
}, [e, n]);
|
|
987
1142
|
}
|
|
988
|
-
function
|
|
1143
|
+
function an(n) {
|
|
989
1144
|
const e = E.c(19), {
|
|
990
1145
|
mode: t,
|
|
991
1146
|
onSubmit: l,
|
|
@@ -993,80 +1148,80 @@ function Zt(n) {
|
|
|
993
1148
|
onSuccess: o,
|
|
994
1149
|
onError: r
|
|
995
1150
|
} = n, [s, a] = Y(!1), c = t === "phone";
|
|
996
|
-
let
|
|
997
|
-
e[0] !== c ? (
|
|
1151
|
+
let f;
|
|
1152
|
+
e[0] !== c ? (f = c ? {
|
|
998
1153
|
phone: "",
|
|
999
1154
|
countryCode: "91"
|
|
1000
1155
|
} : {
|
|
1001
1156
|
email: ""
|
|
1002
|
-
}, e[0] = c, e[1] =
|
|
1003
|
-
const h =
|
|
1157
|
+
}, e[0] = c, e[1] = f) : f = e[1];
|
|
1158
|
+
const h = f;
|
|
1004
1159
|
let u;
|
|
1005
1160
|
e[2] !== h ? (u = {
|
|
1006
1161
|
defaultValues: h,
|
|
1007
1162
|
mode: "onChange"
|
|
1008
1163
|
}, e[2] = h, e[3] = u) : u = e[3];
|
|
1009
|
-
const
|
|
1010
|
-
|
|
1164
|
+
const m = we(u);
|
|
1165
|
+
Ze(`login-entry:${t}`, m);
|
|
1011
1166
|
let p;
|
|
1012
|
-
e[4] !==
|
|
1013
|
-
const
|
|
1014
|
-
if (!
|
|
1015
|
-
Xe(
|
|
1167
|
+
e[4] !== m || e[5] !== t || e[6] !== r || e[7] !== l || e[8] !== o || e[9] !== i ? (p = (C) => {
|
|
1168
|
+
const x = Be[t].safeParse(C);
|
|
1169
|
+
if (!x.success) {
|
|
1170
|
+
Xe(x.error, (_, N) => m.setError(_, N));
|
|
1016
1171
|
return;
|
|
1017
1172
|
}
|
|
1018
|
-
const
|
|
1173
|
+
const S = x.data;
|
|
1019
1174
|
if (i) {
|
|
1020
1175
|
a(!0);
|
|
1021
|
-
const
|
|
1176
|
+
const _ = S.phone ? on(S.phone, S.countryCode) : S.email ?? "", N = {
|
|
1022
1177
|
mode: t,
|
|
1023
|
-
recipient:
|
|
1178
|
+
recipient: _
|
|
1024
1179
|
};
|
|
1025
|
-
i(
|
|
1180
|
+
i(S).then(() => {
|
|
1026
1181
|
o?.(N);
|
|
1027
|
-
}).catch((
|
|
1028
|
-
r?.(
|
|
1182
|
+
}).catch((P) => {
|
|
1183
|
+
r?.(P);
|
|
1029
1184
|
}).finally(() => {
|
|
1030
1185
|
a(!1);
|
|
1031
1186
|
});
|
|
1032
1187
|
return;
|
|
1033
1188
|
}
|
|
1034
|
-
l?.(
|
|
1035
|
-
}, e[4] =
|
|
1189
|
+
l?.(S);
|
|
1190
|
+
}, e[4] = m, e[5] = t, e[6] = r, e[7] = l, e[8] = o, e[9] = i, e[10] = p) : p = e[10];
|
|
1036
1191
|
const b = p;
|
|
1037
1192
|
let g;
|
|
1038
|
-
e[11] !== t ? (g = (C) =>
|
|
1193
|
+
e[11] !== t ? (g = (C) => Be[t].safeParse(C).success, e[11] = t, e[12] = g) : g = e[12];
|
|
1039
1194
|
const y = g;
|
|
1040
1195
|
let v;
|
|
1041
|
-
return e[13] !== b || e[14] !== y || e[15] !== c || e[16] !== s || e[17] !==
|
|
1042
|
-
methods:
|
|
1196
|
+
return e[13] !== b || e[14] !== y || e[15] !== c || e[16] !== s || e[17] !== m ? (v = {
|
|
1197
|
+
methods: m,
|
|
1043
1198
|
handleSubmit: b,
|
|
1044
1199
|
isPhone: c,
|
|
1045
1200
|
isFormValid: y,
|
|
1046
1201
|
isSubmitting: s
|
|
1047
|
-
}, e[13] = b, e[14] = y, e[15] = c, e[16] = s, e[17] =
|
|
1202
|
+
}, e[13] = b, e[14] = y, e[15] = c, e[16] = s, e[17] = m, e[18] = v) : v = e[18], v;
|
|
1048
1203
|
}
|
|
1049
|
-
function
|
|
1204
|
+
function cn(n) {
|
|
1050
1205
|
const e = E.c(14), {
|
|
1051
1206
|
isPhone: t,
|
|
1052
1207
|
handleSubmit: l,
|
|
1053
1208
|
isSubmitting: i
|
|
1054
|
-
} = n, o =
|
|
1209
|
+
} = n, o = ie();
|
|
1055
1210
|
let r;
|
|
1056
1211
|
e[0] !== l || e[1] !== o ? (r = o.handleSubmit(l), e[0] = l, e[1] = o, e[2] = r) : r = e[2];
|
|
1057
1212
|
let s;
|
|
1058
|
-
e[3] !== t ? (s = /* @__PURE__ */ d("div", { className: "mb-6 flex w-full flex-col gap-[12px]", children: t ? /* @__PURE__ */ d(
|
|
1213
|
+
e[3] !== t ? (s = /* @__PURE__ */ d("div", { className: "mb-6 flex w-full flex-col gap-[12px]", children: t ? /* @__PURE__ */ d(Se, { name: "phone", label: "", placeholder: "Phone number", countryCode: "+91", countryCodeName: "countryCode", defaultCountry: "IN", className: "[&_button]:!h-[44px] [&_input]:!h-[44px]", autoFocus: !0 }) : /* @__PURE__ */ d(fe, { name: "email", placeholder: "Enter email address", type: "email", className: "[&_input]:!h-[44px]", autoFocus: !0 }) }), e[3] = t, e[4] = s) : s = e[4];
|
|
1059
1214
|
let a;
|
|
1060
|
-
e[5] !== i ? (a = i ? /* @__PURE__ */ d(
|
|
1215
|
+
e[5] !== i ? (a = i ? /* @__PURE__ */ d(be, { size: 32, strokeWidth: 2 }) : "Continue", e[5] = i, e[6] = a) : a = e[6];
|
|
1061
1216
|
let c;
|
|
1062
1217
|
e[7] !== i || e[8] !== a ? (c = /* @__PURE__ */ d(M, { type: "submit", variant: "primary", size: "large", fullWidth: !0, disabled: i, children: a }), e[7] = i, e[8] = a, e[9] = c) : c = e[9];
|
|
1063
|
-
let
|
|
1064
|
-
return e[10] !== r || e[11] !== s || e[12] !== c ? (
|
|
1218
|
+
let f;
|
|
1219
|
+
return e[10] !== r || e[11] !== s || e[12] !== c ? (f = /* @__PURE__ */ R("form", { onSubmit: r, className: "w-full flex flex-col", noValidate: !0, children: [
|
|
1065
1220
|
s,
|
|
1066
1221
|
c
|
|
1067
|
-
] }), e[10] = r, e[11] = s, e[12] = c, e[13] =
|
|
1222
|
+
] }), e[10] = r, e[11] = s, e[12] = c, e[13] = f) : f = e[13], f;
|
|
1068
1223
|
}
|
|
1069
|
-
function
|
|
1224
|
+
function un(n) {
|
|
1070
1225
|
const e = E.c(13), {
|
|
1071
1226
|
mode: t,
|
|
1072
1227
|
onSubmit: l,
|
|
@@ -1085,22 +1240,22 @@ function en(n) {
|
|
|
1085
1240
|
const {
|
|
1086
1241
|
methods: a,
|
|
1087
1242
|
handleSubmit: c,
|
|
1088
|
-
isPhone:
|
|
1243
|
+
isPhone: f,
|
|
1089
1244
|
isSubmitting: h
|
|
1090
|
-
} =
|
|
1245
|
+
} = an(s);
|
|
1091
1246
|
let u;
|
|
1092
|
-
e[6] !== c || e[7] !==
|
|
1093
|
-
let
|
|
1094
|
-
return e[10] !== a || e[11] !== u ? (
|
|
1247
|
+
e[6] !== c || e[7] !== f || e[8] !== h ? (u = /* @__PURE__ */ d(cn, { isPhone: f, handleSubmit: c, isSubmitting: h }), e[6] = c, e[7] = f, e[8] = h, e[9] = u) : u = e[9];
|
|
1248
|
+
let m;
|
|
1249
|
+
return e[10] !== a || e[11] !== u ? (m = /* @__PURE__ */ d(Ne, { ...a, children: u }), e[10] = a, e[11] = u, e[12] = m) : m = e[12], m;
|
|
1095
1250
|
}
|
|
1096
|
-
const
|
|
1251
|
+
const dn = {
|
|
1097
1252
|
phone: "Enter Phone Number",
|
|
1098
1253
|
email: "Enter Email Address"
|
|
1099
|
-
},
|
|
1254
|
+
}, fn = {
|
|
1100
1255
|
phone: "We will send you 6 digit OTP on the given Phone Number.",
|
|
1101
1256
|
email: "We will send you 6 digit OTP on the given Email Address."
|
|
1102
1257
|
};
|
|
1103
|
-
function
|
|
1258
|
+
function Un(n) {
|
|
1104
1259
|
const e = E.c(27), {
|
|
1105
1260
|
mode: t,
|
|
1106
1261
|
title: l,
|
|
@@ -1110,46 +1265,46 @@ function Wn(n) {
|
|
|
1110
1265
|
submitApi: s,
|
|
1111
1266
|
onSuccess: a,
|
|
1112
1267
|
onError: c,
|
|
1113
|
-
layoutType:
|
|
1268
|
+
layoutType: f,
|
|
1114
1269
|
variant: h
|
|
1115
|
-
} = n, u =
|
|
1270
|
+
} = n, u = f === void 0 ? "withSlider" : f, m = h === void 0 ? "desktop" : h, p = l ?? dn[t], b = i ?? fn[t];
|
|
1116
1271
|
let g;
|
|
1117
|
-
e[0] !== o ? (g = o != null ? /* @__PURE__ */ d(
|
|
1272
|
+
e[0] !== o ? (g = o != null ? /* @__PURE__ */ d(ye, { onClick: o }) : void 0, e[0] = o, e[1] = g) : g = e[1];
|
|
1118
1273
|
let y;
|
|
1119
|
-
e[2] !== p ? (y = /* @__PURE__ */ d(
|
|
1274
|
+
e[2] !== p ? (y = /* @__PURE__ */ d(O, { variant: "h5", weight: "extraBold", align: "left", className: "-mb-1.5", children: p }), e[2] = p, e[3] = y) : y = e[3];
|
|
1120
1275
|
let v;
|
|
1121
|
-
e[4] !== b ? (v = /* @__PURE__ */ d(
|
|
1276
|
+
e[4] !== b ? (v = /* @__PURE__ */ d(O, { variant: "body1", align: "left", className: "mb-4 md:mb-4", children: b }), e[4] = b, e[5] = v) : v = e[5];
|
|
1122
1277
|
let C;
|
|
1123
1278
|
e[6] !== r ? (C = r && {
|
|
1124
1279
|
onSubmit: r
|
|
1125
1280
|
}, e[6] = r, e[7] = C) : C = e[7];
|
|
1126
|
-
let S;
|
|
1127
|
-
e[8] !== s ? (S = s && {
|
|
1128
|
-
submitApi: s
|
|
1129
|
-
}, e[8] = s, e[9] = S) : S = e[9];
|
|
1130
1281
|
let w;
|
|
1131
|
-
e[
|
|
1132
|
-
|
|
1133
|
-
}, e[
|
|
1282
|
+
e[8] !== s ? (w = s && {
|
|
1283
|
+
submitApi: s
|
|
1284
|
+
}, e[8] = s, e[9] = w) : w = e[9];
|
|
1134
1285
|
let x;
|
|
1135
|
-
e[
|
|
1286
|
+
e[10] !== a ? (x = a && {
|
|
1287
|
+
onSuccess: a
|
|
1288
|
+
}, e[10] = a, e[11] = x) : x = e[11];
|
|
1289
|
+
let S;
|
|
1290
|
+
e[12] !== c ? (S = c && {
|
|
1136
1291
|
onError: c
|
|
1137
|
-
}, e[12] = c, e[13] =
|
|
1138
|
-
let
|
|
1139
|
-
e[14] !== t || e[15] !== C || e[16] !==
|
|
1292
|
+
}, e[12] = c, e[13] = S) : S = e[13];
|
|
1293
|
+
let _;
|
|
1294
|
+
e[14] !== t || e[15] !== C || e[16] !== w || e[17] !== x || e[18] !== S ? (_ = /* @__PURE__ */ d(un, { mode: t, ...C, ...w, ...x, ...S }), e[14] = t, e[15] = C, e[16] = w, e[17] = x, e[18] = S, e[19] = _) : _ = e[19];
|
|
1140
1295
|
let N;
|
|
1141
|
-
return e[20] !== u || e[21] !== g || e[22] !== y || e[23] !== v || e[24] !==
|
|
1296
|
+
return e[20] !== u || e[21] !== g || e[22] !== y || e[23] !== v || e[24] !== _ || e[25] !== m ? (N = /* @__PURE__ */ d(oe, { layoutType: u, variant: m, contentWidth: "sm", align: "left", backButton: g, title: y, description: v, className: Ee, children: _ }), e[20] = u, e[21] = g, e[22] = y, e[23] = v, e[24] = _, e[25] = m, e[26] = N) : N = e[26], N;
|
|
1142
1297
|
}
|
|
1143
|
-
var
|
|
1298
|
+
var Qe = {
|
|
1144
1299
|
color: void 0,
|
|
1145
1300
|
size: void 0,
|
|
1146
1301
|
className: void 0,
|
|
1147
1302
|
style: void 0,
|
|
1148
1303
|
attr: void 0
|
|
1149
|
-
},
|
|
1150
|
-
function
|
|
1304
|
+
}, je = K.createContext && /* @__PURE__ */ K.createContext(Qe), mn = ["attr", "size", "title"];
|
|
1305
|
+
function hn(n, e) {
|
|
1151
1306
|
if (n == null) return {};
|
|
1152
|
-
var t =
|
|
1307
|
+
var t = gn(n, e), l, i;
|
|
1153
1308
|
if (Object.getOwnPropertySymbols) {
|
|
1154
1309
|
var o = Object.getOwnPropertySymbols(n);
|
|
1155
1310
|
for (i = 0; i < o.length; i++)
|
|
@@ -1157,7 +1312,7 @@ function on(n, e) {
|
|
|
1157
1312
|
}
|
|
1158
1313
|
return t;
|
|
1159
1314
|
}
|
|
1160
|
-
function
|
|
1315
|
+
function gn(n, e) {
|
|
1161
1316
|
if (n == null) return {};
|
|
1162
1317
|
var t = {};
|
|
1163
1318
|
for (var l in n)
|
|
@@ -1167,17 +1322,17 @@ function rn(n, e) {
|
|
|
1167
1322
|
}
|
|
1168
1323
|
return t;
|
|
1169
1324
|
}
|
|
1170
|
-
function
|
|
1171
|
-
return
|
|
1325
|
+
function ge() {
|
|
1326
|
+
return ge = Object.assign ? Object.assign.bind() : function(n) {
|
|
1172
1327
|
for (var e = 1; e < arguments.length; e++) {
|
|
1173
1328
|
var t = arguments[e];
|
|
1174
1329
|
for (var l in t)
|
|
1175
1330
|
Object.prototype.hasOwnProperty.call(t, l) && (n[l] = t[l]);
|
|
1176
1331
|
}
|
|
1177
1332
|
return n;
|
|
1178
|
-
},
|
|
1333
|
+
}, ge.apply(this, arguments);
|
|
1179
1334
|
}
|
|
1180
|
-
function
|
|
1335
|
+
function ze(n, e) {
|
|
1181
1336
|
var t = Object.keys(n);
|
|
1182
1337
|
if (Object.getOwnPropertySymbols) {
|
|
1183
1338
|
var l = Object.getOwnPropertySymbols(n);
|
|
@@ -1187,25 +1342,25 @@ function Ge(n, e) {
|
|
|
1187
1342
|
}
|
|
1188
1343
|
return t;
|
|
1189
1344
|
}
|
|
1190
|
-
function
|
|
1345
|
+
function pe(n) {
|
|
1191
1346
|
for (var e = 1; e < arguments.length; e++) {
|
|
1192
1347
|
var t = arguments[e] != null ? arguments[e] : {};
|
|
1193
|
-
e % 2 ?
|
|
1194
|
-
|
|
1195
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(n, Object.getOwnPropertyDescriptors(t)) :
|
|
1348
|
+
e % 2 ? ze(Object(t), !0).forEach(function(l) {
|
|
1349
|
+
pn(n, l, t[l]);
|
|
1350
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(n, Object.getOwnPropertyDescriptors(t)) : ze(Object(t)).forEach(function(l) {
|
|
1196
1351
|
Object.defineProperty(n, l, Object.getOwnPropertyDescriptor(t, l));
|
|
1197
1352
|
});
|
|
1198
1353
|
}
|
|
1199
1354
|
return n;
|
|
1200
1355
|
}
|
|
1201
|
-
function
|
|
1202
|
-
return e =
|
|
1356
|
+
function pn(n, e, t) {
|
|
1357
|
+
return e = bn(e), e in n ? Object.defineProperty(n, e, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : n[e] = t, n;
|
|
1203
1358
|
}
|
|
1204
|
-
function
|
|
1205
|
-
var e =
|
|
1359
|
+
function bn(n) {
|
|
1360
|
+
var e = yn(n, "string");
|
|
1206
1361
|
return typeof e == "symbol" ? e : e + "";
|
|
1207
1362
|
}
|
|
1208
|
-
function
|
|
1363
|
+
function yn(n, e) {
|
|
1209
1364
|
if (typeof n != "object" || !n) return n;
|
|
1210
1365
|
var t = n[Symbol.toPrimitive];
|
|
1211
1366
|
if (t !== void 0) {
|
|
@@ -1215,30 +1370,30 @@ function cn(n, e) {
|
|
|
1215
1370
|
}
|
|
1216
1371
|
return (e === "string" ? String : Number)(n);
|
|
1217
1372
|
}
|
|
1218
|
-
function
|
|
1219
|
-
return n && n.map((e, t) => /* @__PURE__ */ K.createElement(e.tag,
|
|
1373
|
+
function et(n) {
|
|
1374
|
+
return n && n.map((e, t) => /* @__PURE__ */ K.createElement(e.tag, pe({
|
|
1220
1375
|
key: t
|
|
1221
|
-
}, e.attr),
|
|
1376
|
+
}, e.attr), et(e.child)));
|
|
1222
1377
|
}
|
|
1223
|
-
function
|
|
1224
|
-
return (e) => /* @__PURE__ */ K.createElement(
|
|
1225
|
-
attr:
|
|
1226
|
-
}, e),
|
|
1378
|
+
function tt(n) {
|
|
1379
|
+
return (e) => /* @__PURE__ */ K.createElement(vn, ge({
|
|
1380
|
+
attr: pe({}, n.attr)
|
|
1381
|
+
}, e), et(n.child));
|
|
1227
1382
|
}
|
|
1228
|
-
function
|
|
1383
|
+
function vn(n) {
|
|
1229
1384
|
var e = (t) => {
|
|
1230
1385
|
var {
|
|
1231
1386
|
attr: l,
|
|
1232
1387
|
size: i,
|
|
1233
1388
|
title: o
|
|
1234
|
-
} = n, r =
|
|
1235
|
-
return t.className && (a = t.className), n.className && (a = (a ? a + " " : "") + n.className), /* @__PURE__ */ K.createElement("svg",
|
|
1389
|
+
} = n, r = hn(n, mn), s = i || t.size || "1em", a;
|
|
1390
|
+
return t.className && (a = t.className), n.className && (a = (a ? a + " " : "") + n.className), /* @__PURE__ */ K.createElement("svg", ge({
|
|
1236
1391
|
stroke: "currentColor",
|
|
1237
1392
|
fill: "currentColor",
|
|
1238
1393
|
strokeWidth: "0"
|
|
1239
1394
|
}, t.attr, l, r, {
|
|
1240
1395
|
className: a,
|
|
1241
|
-
style:
|
|
1396
|
+
style: pe(pe({
|
|
1242
1397
|
color: n.color || t.color
|
|
1243
1398
|
}, t.style), n.style),
|
|
1244
1399
|
height: s,
|
|
@@ -1246,26 +1401,26 @@ function un(n) {
|
|
|
1246
1401
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1247
1402
|
}), o && /* @__PURE__ */ K.createElement("title", null, o), n.children);
|
|
1248
1403
|
};
|
|
1249
|
-
return
|
|
1404
|
+
return je !== void 0 ? /* @__PURE__ */ K.createElement(je.Consumer, null, (t) => e(t)) : e(Qe);
|
|
1250
1405
|
}
|
|
1251
|
-
function
|
|
1252
|
-
return
|
|
1406
|
+
function Cn(n) {
|
|
1407
|
+
return tt({ attr: { viewBox: "0 0 384 512" }, child: [{ tag: "path", attr: { d: "M318.7 268.7c-.2-36.7 16.4-64.4 50-84.8-18.8-26.9-47.2-41.7-84.7-44.6-35.5-2.8-74.3 20.7-88.5 20.7-15 0-49.4-19.7-76.4-19.7C63.3 141.2 4 184.8 4 273.5q0 39.3 14.4 81.2c12.8 36.7 59 126.7 107.2 125.2 25.2-.6 43-17.9 75.8-17.9 31.8 0 48.3 17.9 76.4 17.9 48.6-.7 90.4-82.5 102.6-119.3-65.2-30.7-61.7-90-61.7-91.9zm-56.6-164.2c27.3-32.4 24.8-61.9 24-72.5-24.1 1.4-52 16.4-67.9 34.9-17.5 19.8-27.8 44.3-25.6 71.9 26.1 2 49.9-11.4 69.5-34.3z" }, child: [] }] })(n);
|
|
1253
1408
|
}
|
|
1254
|
-
function
|
|
1255
|
-
return
|
|
1409
|
+
function xn(n) {
|
|
1410
|
+
return tt({ attr: { version: "1.1", x: "0px", y: "0px", viewBox: "0 0 48 48", enableBackground: "new 0 0 48 48" }, child: [{ tag: "path", attr: { fill: "#FFC107", d: `M43.611,20.083H42V20H24v8h11.303c-1.649,4.657-6.08,8-11.303,8c-6.627,0-12-5.373-12-12\r
|
|
1256
1411
|
c0-6.627,5.373-12,12-12c3.059,0,5.842,1.154,7.961,3.039l5.657-5.657C34.046,6.053,29.268,4,24,4C12.955,4,4,12.955,4,24\r
|
|
1257
1412
|
c0,11.045,8.955,20,20,20c11.045,0,20-8.955,20-20C44,22.659,43.862,21.35,43.611,20.083z` }, child: [] }, { tag: "path", attr: { fill: "#FF3D00", d: `M6.306,14.691l6.571,4.819C14.655,15.108,18.961,12,24,12c3.059,0,5.842,1.154,7.961,3.039l5.657-5.657\r
|
|
1258
1413
|
C34.046,6.053,29.268,4,24,4C16.318,4,9.656,8.337,6.306,14.691z` }, child: [] }, { tag: "path", attr: { fill: "#4CAF50", d: `M24,44c5.166,0,9.86-1.977,13.409-5.192l-6.19-5.238C29.211,35.091,26.715,36,24,36\r
|
|
1259
1414
|
c-5.202,0-9.619-3.317-11.283-7.946l-6.522,5.025C9.505,39.556,16.227,44,24,44z` }, child: [] }, { tag: "path", attr: { fill: "#1976D2", d: `M43.611,20.083H42V20H24v8h11.303c-0.792,2.237-2.231,4.166-4.087,5.571\r
|
|
1260
1415
|
c0.001-0.001,0.002-0.001,0.003-0.002l6.19,5.238C36.971,39.205,44,34,44,24C44,22.659,43.862,21.35,43.611,20.083z` }, child: [] }] })(n);
|
|
1261
1416
|
}
|
|
1262
|
-
function
|
|
1417
|
+
function nt(n) {
|
|
1263
1418
|
const e = E.c(23);
|
|
1264
1419
|
let t;
|
|
1265
1420
|
e[0] !== n ? (t = n === void 0 ? {} : n, e[0] = n, e[1] = t) : t = e[1];
|
|
1266
|
-
const l = t, i =
|
|
1421
|
+
const l = t, i = Nn, o = l.providers?.google?.clientId ?? "";
|
|
1267
1422
|
let r;
|
|
1268
|
-
e[2] !== l.providers?.google?.onCredential ? (r = l.providers?.google?.onCredential ??
|
|
1423
|
+
e[2] !== l.providers?.google?.onCredential ? (r = l.providers?.google?.onCredential ?? wn, e[2] = l.providers?.google?.onCredential, e[3] = r) : r = e[3];
|
|
1269
1424
|
const s = l.providers?.google?.enableOneTap ?? !1;
|
|
1270
1425
|
let a;
|
|
1271
1426
|
e[4] !== o || e[5] !== r || e[6] !== s ? (a = {
|
|
@@ -1275,18 +1430,18 @@ function lt(n) {
|
|
|
1275
1430
|
}, e[4] = o, e[5] = r, e[6] = s, e[7] = a) : a = e[7];
|
|
1276
1431
|
const {
|
|
1277
1432
|
loginWithGoogle: c
|
|
1278
|
-
} =
|
|
1433
|
+
} = Ft(a), f = l.providers?.apple?.clientId ?? "", h = l.providers?.apple?.redirectUri ?? "";
|
|
1279
1434
|
let u;
|
|
1280
|
-
e[8] !== l.providers?.apple?.onCredential ? (u = l.providers?.apple?.onCredential ??
|
|
1281
|
-
let
|
|
1282
|
-
e[10] !==
|
|
1283
|
-
clientId:
|
|
1435
|
+
e[8] !== l.providers?.apple?.onCredential ? (u = l.providers?.apple?.onCredential ?? Sn, e[8] = l.providers?.apple?.onCredential, e[9] = u) : u = e[9];
|
|
1436
|
+
let m;
|
|
1437
|
+
e[10] !== f || e[11] !== h || e[12] !== u ? (m = {
|
|
1438
|
+
clientId: f,
|
|
1284
1439
|
redirectUri: h,
|
|
1285
1440
|
onCredential: u
|
|
1286
|
-
}, e[10] =
|
|
1441
|
+
}, e[10] = f, e[11] = h, e[12] = u, e[13] = m) : m = e[13];
|
|
1287
1442
|
const {
|
|
1288
1443
|
triggerSignIn: p
|
|
1289
|
-
} =
|
|
1444
|
+
} = It(), b = l.onContinueWithMobile ?? i, g = l.onContinueWithEmail ?? i;
|
|
1290
1445
|
let y;
|
|
1291
1446
|
e[14] !== c || e[15] !== l.onContinueWithGoogle || e[16] !== l.providers?.google?.clientId ? (y = l.onContinueWithGoogle ?? (l.providers?.google?.clientId ? () => {
|
|
1292
1447
|
c();
|
|
@@ -1300,134 +1455,14 @@ function lt(n) {
|
|
|
1300
1455
|
onContinueWithApple: v
|
|
1301
1456
|
}, e[18] = b, e[19] = g, e[20] = y, e[21] = v, e[22] = C) : C = e[22], C;
|
|
1302
1457
|
}
|
|
1303
|
-
function
|
|
1304
|
-
}
|
|
1305
|
-
function hn() {
|
|
1306
|
-
}
|
|
1307
|
-
function gn() {
|
|
1308
|
-
}
|
|
1309
|
-
const pn = {
|
|
1310
|
-
phone: "Kindly check your Mobile.",
|
|
1311
|
-
email: "Kindly check your Email Inbox."
|
|
1312
|
-
}, bn = {
|
|
1313
|
-
phone: "6 digit OTP has been sent to your Mobile",
|
|
1314
|
-
email: "6 digit OTP has been sent to your Email"
|
|
1315
|
-
};
|
|
1316
|
-
function yn(n) {
|
|
1317
|
-
const e = E.c(30), {
|
|
1318
|
-
mode: t,
|
|
1319
|
-
onSubmit: l,
|
|
1320
|
-
onResendCode: i,
|
|
1321
|
-
submitApi: o,
|
|
1322
|
-
onSuccess: r,
|
|
1323
|
-
onError: s,
|
|
1324
|
-
validate: a
|
|
1325
|
-
} = n, [c, m] = Y(!1);
|
|
1326
|
-
let h;
|
|
1327
|
-
e[0] !== t ? (h = Xt(t), e[0] = t, e[1] = h) : h = e[1];
|
|
1328
|
-
const u = h, [f, p] = Y(u), b = f <= 0;
|
|
1329
|
-
let g;
|
|
1330
|
-
e[2] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (g = Array.from({
|
|
1331
|
-
length: pe
|
|
1332
|
-
}, wn), e[2] = g) : g = e[2];
|
|
1333
|
-
const y = g;
|
|
1334
|
-
let v;
|
|
1335
|
-
e[3] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (v = {
|
|
1336
|
-
defaultValues: {
|
|
1337
|
-
otp: y
|
|
1338
|
-
},
|
|
1339
|
-
mode: "onChange"
|
|
1340
|
-
}, e[3] = v) : v = e[3];
|
|
1341
|
-
const C = Ce(v);
|
|
1342
|
-
let S, w;
|
|
1343
|
-
e[4] !== f ? (S = () => {
|
|
1344
|
-
if (f <= 0)
|
|
1345
|
-
return;
|
|
1346
|
-
const V = setInterval(() => {
|
|
1347
|
-
p(Cn);
|
|
1348
|
-
}, 1e3);
|
|
1349
|
-
return () => clearInterval(V);
|
|
1350
|
-
}, w = [f], e[4] = f, e[5] = S, e[6] = w) : (S = e[5], w = e[6]), J(S, w);
|
|
1351
|
-
let x;
|
|
1352
|
-
e[7] !== C || e[8] !== s || e[9] !== l || e[10] !== r || e[11] !== o || e[12] !== a ? (x = async (V) => {
|
|
1353
|
-
C.clearErrors("otp");
|
|
1354
|
-
const G = Ze.safeParse(V);
|
|
1355
|
-
if (!G.success) {
|
|
1356
|
-
const $ = G.error.issues[0]?.message ?? "Invalid OTP";
|
|
1357
|
-
C.setError("otp", {
|
|
1358
|
-
message: $
|
|
1359
|
-
});
|
|
1360
|
-
return;
|
|
1361
|
-
}
|
|
1362
|
-
const H = G.data.otp.join("");
|
|
1363
|
-
if (a) {
|
|
1364
|
-
m(!0);
|
|
1365
|
-
try {
|
|
1366
|
-
const $ = await a(H);
|
|
1367
|
-
if ($ !== !0) {
|
|
1368
|
-
C.setError("otp", {
|
|
1369
|
-
type: "validate",
|
|
1370
|
-
message: $
|
|
1371
|
-
}), m(!1);
|
|
1372
|
-
return;
|
|
1373
|
-
}
|
|
1374
|
-
} catch ($) {
|
|
1375
|
-
s?.($), m(!1);
|
|
1376
|
-
return;
|
|
1377
|
-
}
|
|
1378
|
-
o || m(!1);
|
|
1379
|
-
}
|
|
1380
|
-
if (o) {
|
|
1381
|
-
m(!0), o(H).then(() => {
|
|
1382
|
-
r?.();
|
|
1383
|
-
}).catch(($) => {
|
|
1384
|
-
const z = $?.message;
|
|
1385
|
-
C.setError("otp", {
|
|
1386
|
-
type: "submit",
|
|
1387
|
-
message: typeof z == "string" && z.length > 0 ? z : "OTP verification failed"
|
|
1388
|
-
}), s?.($);
|
|
1389
|
-
}).finally(() => {
|
|
1390
|
-
m(!1);
|
|
1391
|
-
});
|
|
1392
|
-
return;
|
|
1393
|
-
}
|
|
1394
|
-
l?.(H);
|
|
1395
|
-
}, e[7] = C, e[8] = s, e[9] = l, e[10] = r, e[11] = o, e[12] = a, e[13] = x) : x = e[13];
|
|
1396
|
-
const P = x;
|
|
1397
|
-
let N;
|
|
1398
|
-
e[14] !== b || e[15] !== u || e[16] !== i ? (N = () => {
|
|
1399
|
-
b && (i?.(), p(u));
|
|
1400
|
-
}, e[14] = b, e[15] = u, e[16] = i, e[17] = N) : N = e[17];
|
|
1401
|
-
const _ = N, T = vn, D = Math.floor(f / 60), W = f % 60, O = String(D);
|
|
1402
|
-
let L;
|
|
1403
|
-
e[18] !== O ? (L = O.padStart(2, "0"), e[18] = O, e[19] = L) : L = e[19];
|
|
1404
|
-
const F = String(W);
|
|
1405
|
-
let U;
|
|
1406
|
-
e[20] !== F ? (U = F.padStart(2, "0"), e[20] = F, e[21] = U) : U = e[21];
|
|
1407
|
-
const R = `Resend code in: ${L}:${U}`;
|
|
1408
|
-
let B;
|
|
1409
|
-
return e[22] !== b || e[23] !== _ || e[24] !== P || e[25] !== c || e[26] !== C || e[27] !== f || e[28] !== R ? (B = {
|
|
1410
|
-
methods: C,
|
|
1411
|
-
handleSubmit: P,
|
|
1412
|
-
isFormValid: T,
|
|
1413
|
-
handleResend: _,
|
|
1414
|
-
resendSecondsLeft: f,
|
|
1415
|
-
canResend: b,
|
|
1416
|
-
timerText: R,
|
|
1417
|
-
isSubmitting: c
|
|
1418
|
-
}, e[22] = b, e[23] = _, e[24] = P, e[25] = c, e[26] = C, e[27] = f, e[28] = R, e[29] = B) : B = e[29], B;
|
|
1419
|
-
}
|
|
1420
|
-
function vn(n) {
|
|
1421
|
-
return Ze.safeParse(n).success;
|
|
1422
|
-
}
|
|
1423
|
-
function Cn(n) {
|
|
1424
|
-
return n <= 1 ? 0 : n - 1;
|
|
1458
|
+
function Sn() {
|
|
1425
1459
|
}
|
|
1426
1460
|
function wn() {
|
|
1427
|
-
return "";
|
|
1428
1461
|
}
|
|
1429
|
-
|
|
1430
|
-
|
|
1462
|
+
function Nn() {
|
|
1463
|
+
}
|
|
1464
|
+
const En = "Mobile";
|
|
1465
|
+
function _n(n) {
|
|
1431
1466
|
const e = E.c(11);
|
|
1432
1467
|
let t;
|
|
1433
1468
|
e[0] !== n ? (t = n === void 0 ? {} : n, e[0] = n, e[1] = t) : t = e[1];
|
|
@@ -1436,31 +1471,31 @@ function Sn(n) {
|
|
|
1436
1471
|
onContinueWithLastMethod: s,
|
|
1437
1472
|
continueApi: a,
|
|
1438
1473
|
onSuccess: c,
|
|
1439
|
-
onError:
|
|
1440
|
-
} = l, h = r === void 0 ?
|
|
1474
|
+
onError: f
|
|
1475
|
+
} = l, h = r === void 0 ? En : r;
|
|
1441
1476
|
let u;
|
|
1442
|
-
e[2] !== a || e[3] !== s || e[4] !==
|
|
1477
|
+
e[2] !== a || e[3] !== s || e[4] !== f || e[5] !== c ? (u = () => {
|
|
1443
1478
|
if (a) {
|
|
1444
1479
|
o(!0), a().then(() => {
|
|
1445
1480
|
c?.();
|
|
1446
1481
|
}).catch((b) => {
|
|
1447
|
-
|
|
1482
|
+
f?.(b);
|
|
1448
1483
|
}).finally(() => {
|
|
1449
1484
|
o(!1);
|
|
1450
1485
|
});
|
|
1451
1486
|
return;
|
|
1452
1487
|
}
|
|
1453
1488
|
s?.();
|
|
1454
|
-
}, e[2] = a, e[3] = s, e[4] =
|
|
1455
|
-
const
|
|
1489
|
+
}, e[2] = a, e[3] = s, e[4] = f, e[5] = c, e[6] = u) : u = e[6];
|
|
1490
|
+
const m = u;
|
|
1456
1491
|
let p;
|
|
1457
|
-
return e[7] !==
|
|
1458
|
-
handleContinue:
|
|
1492
|
+
return e[7] !== m || e[8] !== i || e[9] !== h ? (p = {
|
|
1493
|
+
handleContinue: m,
|
|
1459
1494
|
isSubmitting: i,
|
|
1460
1495
|
lastUsedMethod: h
|
|
1461
|
-
}, e[7] =
|
|
1496
|
+
}, e[7] = m, e[8] = i, e[9] = h, e[10] = p) : p = e[10], p;
|
|
1462
1497
|
}
|
|
1463
|
-
function
|
|
1498
|
+
function Pn(n) {
|
|
1464
1499
|
const e = E.c(22), {
|
|
1465
1500
|
mode: t,
|
|
1466
1501
|
defaultPhone: l,
|
|
@@ -1468,9 +1503,9 @@ function Nn(n) {
|
|
|
1468
1503
|
submitApi: o,
|
|
1469
1504
|
onSuccess: r,
|
|
1470
1505
|
onError: s
|
|
1471
|
-
} = n, a = l === void 0 ? "" : l, [c,
|
|
1472
|
-
let
|
|
1473
|
-
e[0] !== a || e[1] !== u || e[2] !== h ? (
|
|
1506
|
+
} = n, a = l === void 0 ? "" : l, [c, f] = Y(!1), h = t === "phone", u = t === "foreign";
|
|
1507
|
+
let m;
|
|
1508
|
+
e[0] !== a || e[1] !== u || e[2] !== h ? (m = u ? {
|
|
1474
1509
|
fullName: "",
|
|
1475
1510
|
email: "",
|
|
1476
1511
|
phone: a,
|
|
@@ -1482,23 +1517,23 @@ function Nn(n) {
|
|
|
1482
1517
|
} : {
|
|
1483
1518
|
fullName: "",
|
|
1484
1519
|
email: ""
|
|
1485
|
-
}, e[0] = a, e[1] = u, e[2] = h, e[3] =
|
|
1486
|
-
const p =
|
|
1520
|
+
}, e[0] = a, e[1] = u, e[2] = h, e[3] = m) : m = e[3];
|
|
1521
|
+
const p = m;
|
|
1487
1522
|
let b;
|
|
1488
1523
|
e[4] !== p ? (b = {
|
|
1489
1524
|
defaultValues: p,
|
|
1490
1525
|
mode: "onChange"
|
|
1491
1526
|
}, e[4] = p, e[5] = b) : b = e[5];
|
|
1492
|
-
const g =
|
|
1493
|
-
|
|
1527
|
+
const g = we(b);
|
|
1528
|
+
Ze(`signup:${t}`, g);
|
|
1494
1529
|
let y;
|
|
1495
|
-
e[6] !== g || e[7] !== t || e[8] !== s || e[9] !== i || e[10] !== r || e[11] !== o ? (y = (
|
|
1496
|
-
const N =
|
|
1530
|
+
e[6] !== g || e[7] !== t || e[8] !== s || e[9] !== i || e[10] !== r || e[11] !== o ? (y = (S) => {
|
|
1531
|
+
const N = Ue[t].safeParse(S);
|
|
1497
1532
|
if (!N.success) {
|
|
1498
|
-
Xe(N.error, (
|
|
1533
|
+
Xe(N.error, (A, D) => g.setError(A, D));
|
|
1499
1534
|
return;
|
|
1500
1535
|
}
|
|
1501
|
-
const
|
|
1536
|
+
const P = {
|
|
1502
1537
|
fullName: N.data.fullName,
|
|
1503
1538
|
..."phone" in N.data && N.data.phone && {
|
|
1504
1539
|
phone: N.data.phone
|
|
@@ -1511,32 +1546,32 @@ function Nn(n) {
|
|
|
1511
1546
|
}
|
|
1512
1547
|
};
|
|
1513
1548
|
if (o) {
|
|
1514
|
-
|
|
1549
|
+
f(!0), o(P).then(() => {
|
|
1515
1550
|
r?.();
|
|
1516
|
-
}).catch((
|
|
1517
|
-
s?.(
|
|
1551
|
+
}).catch((A) => {
|
|
1552
|
+
s?.(A);
|
|
1518
1553
|
}).finally(() => {
|
|
1519
|
-
|
|
1554
|
+
f(!1);
|
|
1520
1555
|
});
|
|
1521
1556
|
return;
|
|
1522
1557
|
}
|
|
1523
|
-
i?.(
|
|
1558
|
+
i?.(P);
|
|
1524
1559
|
}, e[6] = g, e[7] = t, e[8] = s, e[9] = i, e[10] = r, e[11] = o, e[12] = y) : y = e[12];
|
|
1525
1560
|
const v = y;
|
|
1526
1561
|
let C;
|
|
1527
|
-
e[13] !== t ? (C = (
|
|
1528
|
-
const
|
|
1529
|
-
let
|
|
1530
|
-
return e[15] !== v || e[16] !== u || e[17] !==
|
|
1562
|
+
e[13] !== t ? (C = (S) => Ue[t].safeParse(S).success, e[13] = t, e[14] = C) : C = e[14];
|
|
1563
|
+
const w = C;
|
|
1564
|
+
let x;
|
|
1565
|
+
return e[15] !== v || e[16] !== u || e[17] !== w || e[18] !== h || e[19] !== c || e[20] !== g ? (x = {
|
|
1531
1566
|
methods: g,
|
|
1532
1567
|
handleSubmit: v,
|
|
1533
1568
|
isPhone: h,
|
|
1534
1569
|
isForeign: u,
|
|
1535
|
-
isFormValid:
|
|
1570
|
+
isFormValid: w,
|
|
1536
1571
|
isSubmitting: c
|
|
1537
|
-
}, e[15] = v, e[16] = u, e[17] =
|
|
1572
|
+
}, e[15] = v, e[16] = u, e[17] = w, e[18] = h, e[19] = c, e[20] = g, e[21] = x) : x = e[21], x;
|
|
1538
1573
|
}
|
|
1539
|
-
const
|
|
1574
|
+
const lt = (n) => {
|
|
1540
1575
|
const e = E.c(19), {
|
|
1541
1576
|
handlers: t
|
|
1542
1577
|
} = n, {
|
|
@@ -1546,46 +1581,46 @@ const it = (n) => {
|
|
|
1546
1581
|
onContinueWithApple: r
|
|
1547
1582
|
} = t;
|
|
1548
1583
|
let s;
|
|
1549
|
-
e[0] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (s = /* @__PURE__ */ d(
|
|
1584
|
+
e[0] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (s = /* @__PURE__ */ d(de, { children: "Continue with Mobile" }), e[0] = s) : s = e[0];
|
|
1550
1585
|
let a;
|
|
1551
1586
|
e[1] !== l ? (a = /* @__PURE__ */ d(M, { variant: "outline", size: "large", fullWidth: !0, onClick: l, children: s }), e[1] = l, e[2] = a) : a = e[2];
|
|
1552
1587
|
let c;
|
|
1553
|
-
e[3] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (c = /* @__PURE__ */ d(
|
|
1554
|
-
let
|
|
1555
|
-
e[4] !== i ? (
|
|
1588
|
+
e[3] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (c = /* @__PURE__ */ d(de, { children: "Continue with Email" }), e[3] = c) : c = e[3];
|
|
1589
|
+
let f;
|
|
1590
|
+
e[4] !== i ? (f = /* @__PURE__ */ d(M, { variant: "outline", size: "large", fullWidth: !0, onClick: i, children: c }), e[4] = i, e[5] = f) : f = e[5];
|
|
1556
1591
|
let h;
|
|
1557
|
-
e[6] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (h = /* @__PURE__ */ d(
|
|
1592
|
+
e[6] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (h = /* @__PURE__ */ d(xn, { "aria-hidden": !0 }), e[6] = h) : h = e[6];
|
|
1558
1593
|
let u;
|
|
1559
|
-
e[7] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (u = /* @__PURE__ */ d(
|
|
1560
|
-
let
|
|
1561
|
-
e[8] !== o ? (
|
|
1594
|
+
e[7] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (u = /* @__PURE__ */ d(de, { children: "Continue with Google" }), e[7] = u) : u = e[7];
|
|
1595
|
+
let m;
|
|
1596
|
+
e[8] !== o ? (m = /* @__PURE__ */ d(M, { variant: "outline", size: "large", fullWidth: !0, icon: h, iconPosition: "left", onClick: o, children: u }), e[8] = o, e[9] = m) : m = e[9];
|
|
1562
1597
|
let p;
|
|
1563
|
-
e[10] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (p = /* @__PURE__ */ d(
|
|
1598
|
+
e[10] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (p = /* @__PURE__ */ d(Cn, { "aria-hidden": !0 }), e[10] = p) : p = e[10];
|
|
1564
1599
|
let b;
|
|
1565
|
-
e[11] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (b = /* @__PURE__ */ d(
|
|
1600
|
+
e[11] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (b = /* @__PURE__ */ d(de, { children: "Continue with Apple" }), e[11] = b) : b = e[11];
|
|
1566
1601
|
let g;
|
|
1567
1602
|
e[12] !== r ? (g = /* @__PURE__ */ d(M, { variant: "outline", size: "large", fullWidth: !0, icon: p, iconPosition: "left", onClick: r, children: b }), e[12] = r, e[13] = g) : g = e[13];
|
|
1568
1603
|
let y;
|
|
1569
|
-
return e[14] !== g || e[15] !== a || e[16] !==
|
|
1604
|
+
return e[14] !== g || e[15] !== a || e[16] !== f || e[17] !== m ? (y = /* @__PURE__ */ R("div", { className: "w-full flex flex-col gap-2", children: [
|
|
1570
1605
|
a,
|
|
1571
|
-
m,
|
|
1572
1606
|
f,
|
|
1607
|
+
m,
|
|
1573
1608
|
g
|
|
1574
|
-
] }), e[14] = g, e[15] = a, e[16] =
|
|
1575
|
-
},
|
|
1609
|
+
] }), e[14] = g, e[15] = a, e[16] = f, e[17] = m, e[18] = y) : y = e[18], y;
|
|
1610
|
+
}, de = (n) => {
|
|
1576
1611
|
const e = E.c(2), {
|
|
1577
1612
|
children: t
|
|
1578
1613
|
} = n;
|
|
1579
1614
|
let l;
|
|
1580
|
-
return e[0] !== t ? (l = /* @__PURE__ */ d(
|
|
1615
|
+
return e[0] !== t ? (l = /* @__PURE__ */ d(O, { variant: "textLabel1", weight: "semiBold", align: "center", className: "opacity-80", children: t }), e[0] = t, e[1] = l) : l = e[1], l;
|
|
1581
1616
|
};
|
|
1582
|
-
function
|
|
1583
|
-
const e = E.c(2), t =
|
|
1617
|
+
function Bn(n) {
|
|
1618
|
+
const e = E.c(2), t = nt(n);
|
|
1584
1619
|
let l;
|
|
1585
|
-
return e[0] !== t ? (l = /* @__PURE__ */ d(
|
|
1620
|
+
return e[0] !== t ? (l = /* @__PURE__ */ d(lt, { handlers: t }), e[0] = t, e[1] = l) : l = e[1], l;
|
|
1586
1621
|
}
|
|
1587
|
-
const
|
|
1588
|
-
const e = E.c(17), t =
|
|
1622
|
+
const jn = (n) => {
|
|
1623
|
+
const e = E.c(17), t = nt(n);
|
|
1589
1624
|
let l;
|
|
1590
1625
|
e[0] !== n.onEnterpriseLogin ? (l = n.onEnterpriseLogin != null && {
|
|
1591
1626
|
onClick: n.onEnterpriseLogin
|
|
@@ -1601,139 +1636,15 @@ const Bn = (n) => {
|
|
|
1601
1636
|
}, e[4] = l, e[5] = i, e[6] = o) : o = e[6];
|
|
1602
1637
|
const r = o;
|
|
1603
1638
|
let s;
|
|
1604
|
-
e[7] !== r ? (s = /* @__PURE__ */ d(
|
|
1605
|
-
let a, c,
|
|
1606
|
-
e[9] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (a = /* @__PURE__ */ d(
|
|
1639
|
+
e[7] !== r ? (s = /* @__PURE__ */ d(yt, { ...r }), e[7] = r, e[8] = s) : s = e[8];
|
|
1640
|
+
let a, c, f;
|
|
1641
|
+
e[9] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (a = /* @__PURE__ */ d(O, { variant: "title1", weight: "bold", align: "center", className: "max-w-[250px] mx-auto mb-0 md:mb-2", children: "The Healthcare Career App" }), c = /* @__PURE__ */ d(O, { variant: "body1", align: "center", className: "mb-0 md:mb-2", children: "Continue to Signup, If you already have an account we'll log you in." }), f = /* @__PURE__ */ d(He, {}), e[9] = a, e[10] = c, e[11] = f) : (a = e[9], c = e[10], f = e[11]);
|
|
1607
1642
|
let h;
|
|
1608
|
-
e[12] !== t ? (h = /* @__PURE__ */ d(
|
|
1643
|
+
e[12] !== t ? (h = /* @__PURE__ */ d(lt, { handlers: t }), e[12] = t, e[13] = h) : h = e[13];
|
|
1609
1644
|
let u;
|
|
1610
|
-
return e[14] !== s || e[15] !== h ? (u = /* @__PURE__ */ d(
|
|
1645
|
+
return e[14] !== s || e[15] !== h ? (u = /* @__PURE__ */ d(oe, { layoutType: "withSlider", variant: "desktop", header: s, logo: Ve, align: "center", title: a, description: c, footer: f, children: h }), e[14] = s, e[15] = h, e[16] = u) : u = e[16], u;
|
|
1611
1646
|
};
|
|
1612
|
-
function
|
|
1613
|
-
const e = E.c(10), {
|
|
1614
|
-
name: t,
|
|
1615
|
-
label: l,
|
|
1616
|
-
className: i,
|
|
1617
|
-
control: o,
|
|
1618
|
-
length: r,
|
|
1619
|
-
inputClassName: s,
|
|
1620
|
-
autoFocus: a
|
|
1621
|
-
} = n, c = r === void 0 ? 6 : r, m = re(), h = o || m.control;
|
|
1622
|
-
let u;
|
|
1623
|
-
e[0] !== a || e[1] !== i || e[2] !== s || e[3] !== l || e[4] !== c ? (u = (p) => {
|
|
1624
|
-
const {
|
|
1625
|
-
field: b,
|
|
1626
|
-
fieldState: g
|
|
1627
|
-
} = p;
|
|
1628
|
-
return /* @__PURE__ */ I("div", { children: [
|
|
1629
|
-
l && /* @__PURE__ */ d("label", { className: "block mb-1", children: l }),
|
|
1630
|
-
/* @__PURE__ */ d(ct, { length: c, value: b.value || [], onChange: b.onChange, ...a !== void 0 && {
|
|
1631
|
-
autoFocus: a
|
|
1632
|
-
}, ...i && {
|
|
1633
|
-
className: i
|
|
1634
|
-
}, ...s && {
|
|
1635
|
-
inputClassName: s
|
|
1636
|
-
}, ...g.error?.message !== void 0 && g.error?.message !== "" && {
|
|
1637
|
-
error: g.error.message
|
|
1638
|
-
} })
|
|
1639
|
-
] });
|
|
1640
|
-
}, e[0] = a, e[1] = i, e[2] = s, e[3] = l, e[4] = c, e[5] = u) : u = e[5];
|
|
1641
|
-
let f;
|
|
1642
|
-
return e[6] !== t || e[7] !== h || e[8] !== u ? (f = /* @__PURE__ */ d(ge, { name: t, control: h, render: u }), e[6] = t, e[7] = h, e[8] = u, e[9] = f) : f = e[9], f;
|
|
1643
|
-
}
|
|
1644
|
-
function Pn(n) {
|
|
1645
|
-
const e = E.c(28), {
|
|
1646
|
-
mode: t,
|
|
1647
|
-
title: l,
|
|
1648
|
-
recipientDisplay: i,
|
|
1649
|
-
isForeignUser: o,
|
|
1650
|
-
handleSubmit: r,
|
|
1651
|
-
handleResend: s,
|
|
1652
|
-
canResend: a,
|
|
1653
|
-
timerText: c,
|
|
1654
|
-
isSubmitting: m
|
|
1655
|
-
} = n, h = re();
|
|
1656
|
-
let u;
|
|
1657
|
-
e[0] !== r || e[1] !== h ? (u = h.handleSubmit(r), e[0] = r, e[1] = h, e[2] = u) : u = e[2];
|
|
1658
|
-
let f;
|
|
1659
|
-
e[3] !== l ? (f = /* @__PURE__ */ d(A, { variant: "h5", weight: "extraBold", align: "left", className: "mb-2 text-neutral-black", children: l }), e[3] = l, e[4] = f) : f = e[4];
|
|
1660
|
-
const p = o ? "mb-2 text-neutral-black" : "mb-6 text-neutral-black";
|
|
1661
|
-
let b;
|
|
1662
|
-
e[5] !== i || e[6] !== p ? (b = /* @__PURE__ */ d(A, { variant: "title2", align: "left", className: p, children: i }), e[5] = i, e[6] = p, e[7] = b) : b = e[7];
|
|
1663
|
-
let g;
|
|
1664
|
-
e[8] !== o || e[9] !== t ? (g = o && /* @__PURE__ */ d(A, { variant: "textLabel1", weight: "semiBold", align: "left", className: "mb-6 text-neutral-black", children: pn[t] }), e[8] = o, e[9] = t, e[10] = g) : g = e[10];
|
|
1665
|
-
let y;
|
|
1666
|
-
e[11] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (y = /* @__PURE__ */ d("div", { className: "mb-4 flex w-full flex-col gap-[12px]", children: /* @__PURE__ */ d(En, { name: "otp", length: pe, autoFocus: !0, inputClassName: "!h-[44px] !w-[44px]" }) }), e[11] = y) : y = e[11];
|
|
1667
|
-
let v;
|
|
1668
|
-
e[12] !== a || e[13] !== s || e[14] !== c ? (v = /* @__PURE__ */ d("div", { className: "mb-6 font-medium flex items-center gap-2", children: a ? /* @__PURE__ */ d(M, { type: "button", variant: "outline", size: "small", onClick: s, className: "!h-[28px]", children: "Resend Code" }) : /* @__PURE__ */ d(A, { variant: "textLabel3", align: "left", className: "text-neutral-black", children: c }) }), e[12] = a, e[13] = s, e[14] = c, e[15] = v) : v = e[15];
|
|
1669
|
-
let C;
|
|
1670
|
-
e[16] !== m ? (C = m ? /* @__PURE__ */ d(ve, { size: 32, strokeWidth: 2 }) : "Submit", e[16] = m, e[17] = C) : C = e[17];
|
|
1671
|
-
let S;
|
|
1672
|
-
e[18] !== m || e[19] !== C ? (S = /* @__PURE__ */ d(M, { type: "submit", variant: "primary", size: "large", fullWidth: !0, disabled: m, children: C }), e[18] = m, e[19] = C, e[20] = S) : S = e[20];
|
|
1673
|
-
let w;
|
|
1674
|
-
return e[21] !== u || e[22] !== f || e[23] !== b || e[24] !== g || e[25] !== v || e[26] !== S ? (w = /* @__PURE__ */ I("form", { onSubmit: u, className: "flex w-full flex-col", noValidate: !0, children: [
|
|
1675
|
-
f,
|
|
1676
|
-
b,
|
|
1677
|
-
g,
|
|
1678
|
-
y,
|
|
1679
|
-
v,
|
|
1680
|
-
S
|
|
1681
|
-
] }), e[21] = u, e[22] = f, e[23] = b, e[24] = g, e[25] = v, e[26] = S, e[27] = w) : w = e[27], w;
|
|
1682
|
-
}
|
|
1683
|
-
function _n(n) {
|
|
1684
|
-
const e = E.c(21), {
|
|
1685
|
-
mode: t,
|
|
1686
|
-
title: l,
|
|
1687
|
-
recipientDisplay: i,
|
|
1688
|
-
isForeignUser: o,
|
|
1689
|
-
onSubmit: r,
|
|
1690
|
-
onResendCode: s,
|
|
1691
|
-
submitApi: a,
|
|
1692
|
-
onSuccess: c,
|
|
1693
|
-
onError: m,
|
|
1694
|
-
validate: h
|
|
1695
|
-
} = n, u = o === void 0 ? !1 : o;
|
|
1696
|
-
let f;
|
|
1697
|
-
e[0] !== t || e[1] !== m || e[2] !== s || e[3] !== r || e[4] !== c || e[5] !== a || e[6] !== h ? (f = {
|
|
1698
|
-
mode: t,
|
|
1699
|
-
onSubmit: r,
|
|
1700
|
-
onResendCode: s,
|
|
1701
|
-
submitApi: a,
|
|
1702
|
-
onSuccess: c,
|
|
1703
|
-
onError: m,
|
|
1704
|
-
validate: h
|
|
1705
|
-
}, e[0] = t, e[1] = m, e[2] = s, e[3] = r, e[4] = c, e[5] = a, e[6] = h, e[7] = f) : f = e[7];
|
|
1706
|
-
const {
|
|
1707
|
-
methods: p,
|
|
1708
|
-
handleSubmit: b,
|
|
1709
|
-
handleResend: g,
|
|
1710
|
-
canResend: y,
|
|
1711
|
-
timerText: v,
|
|
1712
|
-
isSubmitting: C
|
|
1713
|
-
} = yn(f), S = l ?? bn[t];
|
|
1714
|
-
let w;
|
|
1715
|
-
e[8] !== y || e[9] !== S || e[10] !== g || e[11] !== b || e[12] !== u || e[13] !== C || e[14] !== t || e[15] !== i || e[16] !== v ? (w = /* @__PURE__ */ d(Pn, { mode: t, title: S, recipientDisplay: i, isForeignUser: u, handleSubmit: b, handleResend: g, canResend: y, timerText: v, isSubmitting: C }), e[8] = y, e[9] = S, e[10] = g, e[11] = b, e[12] = u, e[13] = C, e[14] = t, e[15] = i, e[16] = v, e[17] = w) : w = e[17];
|
|
1716
|
-
let x;
|
|
1717
|
-
return e[18] !== p || e[19] !== w ? (x = /* @__PURE__ */ d(we, { ...p, children: w }), e[18] = p, e[19] = w, e[20] = x) : x = e[20], x;
|
|
1718
|
-
}
|
|
1719
|
-
function jn(n) {
|
|
1720
|
-
const e = E.c(24);
|
|
1721
|
-
let t, l, i, o;
|
|
1722
|
-
e[0] !== n ? ({
|
|
1723
|
-
layoutType: i,
|
|
1724
|
-
variant: o,
|
|
1725
|
-
onBack: l,
|
|
1726
|
-
...t
|
|
1727
|
-
} = n, e[0] = n, e[1] = t, e[2] = l, e[3] = i, e[4] = o) : (t = e[1], l = e[2], i = e[3], o = e[4]);
|
|
1728
|
-
const r = i === void 0 ? "withSlider" : i;
|
|
1729
|
-
let s;
|
|
1730
|
-
e[5] !== l ? (s = l != null ? /* @__PURE__ */ d(xe, { onClick: l }) : void 0, e[5] = l, e[6] = s) : s = e[6];
|
|
1731
|
-
let a;
|
|
1732
|
-
e[7] !== t.isForeignUser || e[8] !== t.mode || e[9] !== t.onError || e[10] !== t.onResendCode || e[11] !== t.onSubmit || e[12] !== t.onSuccess || e[13] !== t.recipientDisplay || e[14] !== t.submitApi || e[15] !== t.title || e[16] !== t.validate || e[17] !== l ? (a = /* @__PURE__ */ d(_n, { mode: t.mode, recipientDisplay: t.recipientDisplay, title: t.title, isForeignUser: t.isForeignUser, onBack: l, onSubmit: t.onSubmit, onResendCode: t.onResendCode, submitApi: t.submitApi, onSuccess: t.onSuccess, onError: t.onError, validate: t.validate }), e[7] = t.isForeignUser, e[8] = t.mode, e[9] = t.onError, e[10] = t.onResendCode, e[11] = t.onSubmit, e[12] = t.onSuccess, e[13] = t.recipientDisplay, e[14] = t.submitApi, e[15] = t.title, e[16] = t.validate, e[17] = l, e[18] = a) : a = e[18];
|
|
1733
|
-
let c;
|
|
1734
|
-
return e[19] !== r || e[20] !== s || e[21] !== a || e[22] !== o ? (c = /* @__PURE__ */ d(se, { layoutType: r, variant: o, contentWidth: "sm", align: "left", backButton: s, className: Pe, children: a }), e[19] = r, e[20] = s, e[21] = a, e[22] = o, e[23] = c) : c = e[23], c;
|
|
1735
|
-
}
|
|
1736
|
-
function On(n) {
|
|
1647
|
+
function Tn(n) {
|
|
1737
1648
|
const e = E.c(21);
|
|
1738
1649
|
let t, l;
|
|
1739
1650
|
e[0] !== n ? ({
|
|
@@ -1752,20 +1663,20 @@ function On(n) {
|
|
|
1752
1663
|
handleContinue: o,
|
|
1753
1664
|
isSubmitting: r,
|
|
1754
1665
|
lastUsedMethod: s
|
|
1755
|
-
} =
|
|
1666
|
+
} = _n(i), a = r ? "Continuing…" : `Continue with ${s}`;
|
|
1756
1667
|
let c;
|
|
1757
|
-
e[9] !== a ? (c = /* @__PURE__ */ d(
|
|
1758
|
-
let
|
|
1759
|
-
e[11] !== o || e[12] !== r || e[13] !== c ? (
|
|
1668
|
+
e[9] !== a ? (c = /* @__PURE__ */ d(O, { variant: "textLabel1", weight: "semiBold", align: "center", className: "text-neutral-white", children: a }), e[9] = a, e[10] = c) : c = e[10];
|
|
1669
|
+
let f;
|
|
1670
|
+
e[11] !== o || e[12] !== r || e[13] !== c ? (f = /* @__PURE__ */ d(M, { variant: "primary", size: "large", fullWidth: !0, onClick: o, disabled: r, children: c }), e[11] = o, e[12] = r, e[13] = c, e[14] = f) : f = e[14];
|
|
1760
1671
|
let h;
|
|
1761
|
-
e[15] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (h = /* @__PURE__ */ d(
|
|
1672
|
+
e[15] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (h = /* @__PURE__ */ d(O, { variant: "textLabel1", weight: "semiBold", align: "center", className: "opacity-80", children: "Use another method" }), e[15] = h) : h = e[15];
|
|
1762
1673
|
let u;
|
|
1763
1674
|
e[16] !== l ? (u = /* @__PURE__ */ d(M, { variant: "outline", size: "large", fullWidth: !0, onClick: l, children: h }), e[16] = l, e[17] = u) : u = e[17];
|
|
1764
|
-
let
|
|
1765
|
-
return e[18] !==
|
|
1766
|
-
|
|
1675
|
+
let m;
|
|
1676
|
+
return e[18] !== f || e[19] !== u ? (m = /* @__PURE__ */ R("div", { className: "w-full flex flex-col gap-[12px]", children: [
|
|
1677
|
+
f,
|
|
1767
1678
|
u
|
|
1768
|
-
] }), e[18] =
|
|
1679
|
+
] }), e[18] = f, e[19] = u, e[20] = m) : m = e[20], m;
|
|
1769
1680
|
}
|
|
1770
1681
|
function zn(n) {
|
|
1771
1682
|
const e = E.c(18), {
|
|
@@ -1777,56 +1688,56 @@ function zn(n) {
|
|
|
1777
1688
|
onError: s,
|
|
1778
1689
|
layoutType: a,
|
|
1779
1690
|
variant: c
|
|
1780
|
-
} = n,
|
|
1781
|
-
let
|
|
1782
|
-
e[0] !== u ? (
|
|
1691
|
+
} = n, f = t === void 0 ? "Mobile" : t, h = a === void 0 ? "withSlider" : a, u = c === "mobile" || h === "standalone";
|
|
1692
|
+
let m;
|
|
1693
|
+
e[0] !== u ? (m = u ? /* @__PURE__ */ d(O, { variant: "h5", weight: "bold", align: "center", className: "text-primary -mb-2 mt-4", children: "Welcome Back!" }) : /* @__PURE__ */ R(O, { variant: "h6", weight: "extraBold", align: "left", className: "text-neutral-black -mb-2 mt-4", children: [
|
|
1783
1694
|
" ",
|
|
1784
1695
|
"Welcome Back!",
|
|
1785
1696
|
" "
|
|
1786
|
-
] }), e[0] = u, e[1] =
|
|
1697
|
+
] }), e[0] = u, e[1] = m) : m = e[1];
|
|
1787
1698
|
let p;
|
|
1788
|
-
e[2] !==
|
|
1699
|
+
e[2] !== f ? (p = /* @__PURE__ */ R(O, { variant: "body1", align: "center", className: "text-neutral-black mb-4 md:mb-4", children: [
|
|
1789
1700
|
"Last time you used ",
|
|
1790
|
-
|
|
1701
|
+
f,
|
|
1791
1702
|
" to log in."
|
|
1792
|
-
] }), e[2] =
|
|
1703
|
+
] }), e[2] = f, e[3] = p) : p = e[3];
|
|
1793
1704
|
let b;
|
|
1794
|
-
e[4] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (b = /* @__PURE__ */ d(
|
|
1705
|
+
e[4] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (b = /* @__PURE__ */ d(He, {}), e[4] = b) : b = e[4];
|
|
1795
1706
|
let g;
|
|
1796
|
-
e[5] !== o || e[6] !==
|
|
1707
|
+
e[5] !== o || e[6] !== f || e[7] !== l || e[8] !== s || e[9] !== r || e[10] !== i ? (g = /* @__PURE__ */ d(Tn, { lastUsedMethod: f, onContinueWithLastMethod: l, onUseAnotherMethod: i, continueApi: o, onSuccess: r, onError: s }), e[5] = o, e[6] = f, e[7] = l, e[8] = s, e[9] = r, e[10] = i, e[11] = g) : g = e[11];
|
|
1797
1708
|
let y;
|
|
1798
|
-
return e[12] !== h || e[13] !==
|
|
1709
|
+
return e[12] !== h || e[13] !== m || e[14] !== p || e[15] !== g || e[16] !== c ? (y = /* @__PURE__ */ d(oe, { layoutType: h, variant: c, logo: Ve, title: m, description: p, footer: b, children: g }), e[12] = h, e[13] = m, e[14] = p, e[15] = g, e[16] = c, e[17] = y) : y = e[17], y;
|
|
1799
1710
|
}
|
|
1800
|
-
function
|
|
1711
|
+
function On(n) {
|
|
1801
1712
|
const e = E.c(16), {
|
|
1802
1713
|
isPhone: t,
|
|
1803
1714
|
isForeign: l,
|
|
1804
1715
|
handleSubmit: i,
|
|
1805
1716
|
isSubmitting: o
|
|
1806
|
-
} = n, r =
|
|
1717
|
+
} = n, r = ie();
|
|
1807
1718
|
let s;
|
|
1808
1719
|
e[0] !== i || e[1] !== r ? (s = r.handleSubmit(i), e[0] = i, e[1] = r, e[2] = s) : s = e[2];
|
|
1809
1720
|
let a;
|
|
1810
|
-
e[3] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (a = /* @__PURE__ */ d(
|
|
1721
|
+
e[3] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (a = /* @__PURE__ */ d(fe, { name: "fullName", placeholder: "Full name", type: "text", className: "w-full", autoFocus: !0 }), e[3] = a) : a = e[3];
|
|
1811
1722
|
let c;
|
|
1812
|
-
e[4] !== l || e[5] !== t ? (c = /* @__PURE__ */
|
|
1723
|
+
e[4] !== l || e[5] !== t ? (c = /* @__PURE__ */ R("div", { className: "mb-6 flex w-full flex-col gap-[12px]", children: [
|
|
1813
1724
|
a,
|
|
1814
|
-
l ? /* @__PURE__ */
|
|
1815
|
-
/* @__PURE__ */ d(
|
|
1816
|
-
/* @__PURE__ */ d(
|
|
1817
|
-
] }) : t ? /* @__PURE__ */ d(
|
|
1725
|
+
l ? /* @__PURE__ */ R(re, { children: [
|
|
1726
|
+
/* @__PURE__ */ d(fe, { name: "email", placeholder: "Email address", type: "email", className: "w-full" }),
|
|
1727
|
+
/* @__PURE__ */ d(Se, { name: "phone", label: "", placeholder: "Phone number", countryCode: "+91", countryCodeName: "countryCode", defaultCountry: "IN" })
|
|
1728
|
+
] }) : t ? /* @__PURE__ */ d(Se, { name: "phone", label: "", placeholder: "Phone number", countryCode: "+91", countryCodeName: "countryCode", defaultCountry: "IN" }) : /* @__PURE__ */ d(fe, { name: "email", placeholder: "Email address", type: "email", className: "w-full" })
|
|
1818
1729
|
] }), e[4] = l, e[5] = t, e[6] = c) : c = e[6];
|
|
1819
|
-
let
|
|
1820
|
-
e[7] !== o ? (
|
|
1730
|
+
let f;
|
|
1731
|
+
e[7] !== o ? (f = o ? /* @__PURE__ */ d(be, { size: 32, strokeWidth: 2 }) : "Continue", e[7] = o, e[8] = f) : f = e[8];
|
|
1821
1732
|
let h;
|
|
1822
|
-
e[9] !== o || e[10] !==
|
|
1733
|
+
e[9] !== o || e[10] !== f ? (h = /* @__PURE__ */ d(M, { type: "submit", variant: "primary", size: "large", fullWidth: !0, disabled: o, children: f }), e[9] = o, e[10] = f, e[11] = h) : h = e[11];
|
|
1823
1734
|
let u;
|
|
1824
|
-
return e[12] !== s || e[13] !== c || e[14] !== h ? (u = /* @__PURE__ */
|
|
1735
|
+
return e[12] !== s || e[13] !== c || e[14] !== h ? (u = /* @__PURE__ */ R("form", { onSubmit: s, className: "w-full flex flex-col items-center", noValidate: !0, children: [
|
|
1825
1736
|
c,
|
|
1826
1737
|
h
|
|
1827
1738
|
] }), e[12] = s, e[13] = c, e[14] = h, e[15] = u) : u = e[15], u;
|
|
1828
1739
|
}
|
|
1829
|
-
function
|
|
1740
|
+
function An(n) {
|
|
1830
1741
|
const e = E.c(15), {
|
|
1831
1742
|
userType: t,
|
|
1832
1743
|
signupCollectField: l,
|
|
@@ -1835,27 +1746,27 @@ function In(n) {
|
|
|
1835
1746
|
submitApi: r,
|
|
1836
1747
|
onSuccess: s,
|
|
1837
1748
|
onError: a
|
|
1838
|
-
} = n, c = i === void 0 ? "" : i,
|
|
1749
|
+
} = n, c = i === void 0 ? "" : i, f = t === "FOREIGN" ? "foreign" : l === "phone" ? "phone" : "email";
|
|
1839
1750
|
let h;
|
|
1840
|
-
e[0] !==
|
|
1841
|
-
mode:
|
|
1751
|
+
e[0] !== f || e[1] !== a || e[2] !== o || e[3] !== s || e[4] !== c || e[5] !== r ? (h = {
|
|
1752
|
+
mode: f,
|
|
1842
1753
|
defaultPhone: c,
|
|
1843
1754
|
onSubmit: o,
|
|
1844
1755
|
submitApi: r,
|
|
1845
1756
|
onSuccess: s,
|
|
1846
1757
|
onError: a
|
|
1847
|
-
}, e[0] =
|
|
1758
|
+
}, e[0] = f, e[1] = a, e[2] = o, e[3] = s, e[4] = c, e[5] = r, e[6] = h) : h = e[6];
|
|
1848
1759
|
const {
|
|
1849
1760
|
methods: u,
|
|
1850
|
-
handleSubmit:
|
|
1761
|
+
handleSubmit: m,
|
|
1851
1762
|
isPhone: p,
|
|
1852
1763
|
isForeign: b,
|
|
1853
1764
|
isSubmitting: g
|
|
1854
|
-
} =
|
|
1765
|
+
} = Pn(h);
|
|
1855
1766
|
let y;
|
|
1856
|
-
e[7] !==
|
|
1767
|
+
e[7] !== m || e[8] !== b || e[9] !== p || e[10] !== g ? (y = /* @__PURE__ */ d(On, { isPhone: p, isForeign: b, handleSubmit: m, isSubmitting: g }), e[7] = m, e[8] = b, e[9] = p, e[10] = g, e[11] = y) : y = e[11];
|
|
1857
1768
|
let v;
|
|
1858
|
-
return e[12] !== u || e[13] !== y ? (v = /* @__PURE__ */ d(
|
|
1769
|
+
return e[12] !== u || e[13] !== y ? (v = /* @__PURE__ */ d(Ne, { ...u, children: y }), e[12] = u, e[13] = y, e[14] = v) : v = e[14], v;
|
|
1859
1770
|
}
|
|
1860
1771
|
function Vn(n) {
|
|
1861
1772
|
const e = E.c(21), {
|
|
@@ -1875,18 +1786,18 @@ function Vn(n) {
|
|
|
1875
1786
|
}, e[0] = n.loginMethod, e[1] = n.onError, e[2] = n.onSubmit, e[3] = n.onSuccess, e[4] = n.pendingPhone, e[5] = n.signupCollectField, e[6] = n.submitApi, e[7] = n.userType, e[8] = r) : r = e[8];
|
|
1876
1787
|
const s = r;
|
|
1877
1788
|
let a;
|
|
1878
|
-
e[9] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (a = /* @__PURE__ */ d("img", { src:
|
|
1789
|
+
e[9] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (a = /* @__PURE__ */ d("img", { src: ht, alt: "Docthub Logo", width: 46, height: 46 }), e[9] = a) : a = e[9];
|
|
1879
1790
|
const c = a;
|
|
1880
|
-
let m;
|
|
1881
|
-
e[10] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (m = /* @__PURE__ */ d(A, { variant: "h5", weight: "extraBold", align: "center", className: "text-neutral-black mt-4 md:mt-6 -mb-1", children: "Welcome to Docthub" }), e[10] = m) : m = e[10];
|
|
1882
|
-
const h = m, u = n.userType === "FOREIGN" ? "email" : n.signupCollectField;
|
|
1883
1791
|
let f;
|
|
1884
|
-
e[
|
|
1792
|
+
e[10] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (f = /* @__PURE__ */ d(O, { variant: "h5", weight: "extraBold", align: "center", className: "text-neutral-black mt-4 md:mt-6 -mb-1", children: "Welcome to Docthub" }), e[10] = f) : f = e[10];
|
|
1793
|
+
const h = f, u = n.userType === "FOREIGN" ? "email" : n.signupCollectField;
|
|
1794
|
+
let m;
|
|
1795
|
+
e[11] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (m = /* @__PURE__ */ d("span", { className: "font-bold", children: "Full Name" }), e[11] = m) : m = e[11];
|
|
1885
1796
|
const p = u === "phone" ? "Phone Number" : "Email Address";
|
|
1886
1797
|
let b;
|
|
1887
|
-
e[12] !== p ? (b = /* @__PURE__ */
|
|
1798
|
+
e[12] !== p ? (b = /* @__PURE__ */ R(O, { variant: "title2", align: "center", className: "mb-4 md:mb-6", children: [
|
|
1888
1799
|
"Please tell us your ",
|
|
1889
|
-
|
|
1800
|
+
m,
|
|
1890
1801
|
" and",
|
|
1891
1802
|
" ",
|
|
1892
1803
|
/* @__PURE__ */ d("span", { className: "font-bold", children: p }),
|
|
@@ -1895,42 +1806,42 @@ function Vn(n) {
|
|
|
1895
1806
|
] }), e[12] = p, e[13] = b) : b = e[13];
|
|
1896
1807
|
const g = b;
|
|
1897
1808
|
let y;
|
|
1898
|
-
e[14] !== s ? (y = /* @__PURE__ */ d(
|
|
1809
|
+
e[14] !== s ? (y = /* @__PURE__ */ d(An, { ...s }), e[14] = s, e[15] = y) : y = e[15];
|
|
1899
1810
|
let v;
|
|
1900
|
-
return e[16] !== g || e[17] !== i || e[18] !== y || e[19] !== o ? (v = /* @__PURE__ */ d(
|
|
1811
|
+
return e[16] !== g || e[17] !== i || e[18] !== y || e[19] !== o ? (v = /* @__PURE__ */ d(oe, { layoutType: i, variant: o, contentWidth: "sm", logo: c, title: h, description: g, children: y }), e[16] = g, e[17] = i, e[18] = y, e[19] = o, e[20] = v) : v = e[20], v;
|
|
1901
1812
|
}
|
|
1902
1813
|
export {
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1814
|
+
oe as A,
|
|
1815
|
+
ye as B,
|
|
1816
|
+
qt as D,
|
|
1817
|
+
yt as E,
|
|
1818
|
+
Tt as I,
|
|
1819
|
+
Wn as L,
|
|
1820
|
+
Bn as M,
|
|
1821
|
+
Je as O,
|
|
1822
|
+
Tn as R,
|
|
1823
|
+
An as S,
|
|
1824
|
+
un as a,
|
|
1825
|
+
Un as b,
|
|
1826
|
+
jn as c,
|
|
1827
|
+
$n as d,
|
|
1917
1828
|
zn as e,
|
|
1918
1829
|
Vn as f,
|
|
1919
1830
|
E as g,
|
|
1920
1831
|
q as h,
|
|
1921
|
-
|
|
1832
|
+
It as i,
|
|
1922
1833
|
Mn as j,
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1834
|
+
on as k,
|
|
1835
|
+
He as l,
|
|
1836
|
+
At as m,
|
|
1837
|
+
he as n,
|
|
1838
|
+
Vt as o,
|
|
1839
|
+
zt as p,
|
|
1840
|
+
Ze as q,
|
|
1841
|
+
an as r,
|
|
1842
|
+
nt as s,
|
|
1843
|
+
Kt as t,
|
|
1844
|
+
Ft as u,
|
|
1845
|
+
_n as v,
|
|
1846
|
+
Pn as w
|
|
1936
1847
|
};
|