doct-ui-auth-kit 1.0.1 → 1.0.2
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/auth/index.d.ts +23 -0
- package/dist/auth-methods/google.d.ts +3 -63
- package/dist/auth-methods/index.d.ts +1 -2
- package/dist/auth-methods/use-google-auth.d.ts +69 -0
- package/dist/components/layout/auth-layout-preset.d.ts +25 -0
- package/dist/components/layout/auth-layout-public.d.ts +17 -0
- package/dist/components/layout/auth-layout-wrapper.d.ts +23 -0
- package/dist/components/layout/index.d.ts +5 -3
- package/dist/constants/demo-slider.d.ts +0 -2
- package/dist/constants/index.d.ts +2 -1
- package/dist/constants/layout-presets.d.ts +10 -0
- package/dist/core/auth-context.d.ts +4 -8
- package/dist/core/auth-flow.d.ts +2 -2
- package/dist/core/auth-types.d.ts +3 -1
- package/dist/core/sso-session.d.ts +0 -16
- package/dist/core/use-auth-flow.d.ts +22 -19
- package/dist/hooks/index.d.ts +1 -1
- package/dist/hooks/use-otp-verification.d.ts +9 -2
- package/dist/hooks/use-signup-form.d.ts +18 -8
- package/dist/index.d.ts +2 -1
- package/dist/index.js +3396 -3109
- package/dist/main-logo.svg +3 -0
- package/dist/pages/index.d.ts +0 -2
- package/dist/pages/main-login.d.ts +2 -6
- package/dist/pages/otp-verification.d.ts +3 -1
- package/dist/pages/signup.d.ts +14 -6
- package/dist/pages.js +6 -8
- package/dist/signup-x-Jm7XKn.js +668 -0
- package/dist/stories/components/default-footer.d.ts +5 -0
- package/dist/stories/components/enterprise-header.d.ts +5 -0
- package/dist/stories/components/index.d.ts +2 -0
- package/dist/types/forms.d.ts +3 -87
- package/dist/types/index.d.ts +5 -4
- package/dist/types/layout-presets.d.ts +29 -0
- package/package.json +1 -1
- package/dist/components/auth/repeat-login.d.ts +0 -24
- package/dist/components/form/rhf-password-field.d.ts +0 -2
- package/dist/pages/conflict.d.ts +0 -12
- package/dist/pages/foreign-email-collect.d.ts +0 -16
- package/dist/signup-CHqsrPuW.js +0 -797
- package/dist/types/common.d.ts +0 -25
- package/dist/types/user.d.ts +0 -31
|
@@ -0,0 +1,668 @@
|
|
|
1
|
+
import { jsx as f, jsxs as T, Fragment as oe } from "react/jsx-runtime";
|
|
2
|
+
import { DoctPhoneInput as ie, DoctLabeledInput as ae, DoctButton as R, DoctTypography as j, DoctOtpInput as se } from "docthub-core-components";
|
|
3
|
+
import { useFormContext as V, Controller as B, useForm as G, FormProvider as K } from "react-hook-form";
|
|
4
|
+
import { z as _ } from "zod";
|
|
5
|
+
import w, { useState as ce, useEffect as ue } from "react";
|
|
6
|
+
var L = { exports: {} }, $ = {};
|
|
7
|
+
var Y;
|
|
8
|
+
function me() {
|
|
9
|
+
if (Y) return $;
|
|
10
|
+
Y = 1;
|
|
11
|
+
var t = w.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;
|
|
12
|
+
return $.c = function(e) {
|
|
13
|
+
return t.H.useMemoCache(e);
|
|
14
|
+
}, $;
|
|
15
|
+
}
|
|
16
|
+
var H = {};
|
|
17
|
+
var J;
|
|
18
|
+
function de() {
|
|
19
|
+
return J || (J = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
20
|
+
var t = w.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;
|
|
21
|
+
H.c = function(e) {
|
|
22
|
+
var n = t.H;
|
|
23
|
+
return n === null && console.error(
|
|
24
|
+
`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:
|
|
25
|
+
1. You might have mismatching versions of React and the renderer (such as React DOM)
|
|
26
|
+
2. You might be breaking the Rules of Hooks
|
|
27
|
+
3. You might have more than one copy of React in the same app
|
|
28
|
+
See https://react.dev/link/invalid-hook-call for tips about how to debug and fix this problem.`
|
|
29
|
+
), n.useMemoCache(e);
|
|
30
|
+
};
|
|
31
|
+
})()), H;
|
|
32
|
+
}
|
|
33
|
+
var Q;
|
|
34
|
+
function fe() {
|
|
35
|
+
return Q || (Q = 1, process.env.NODE_ENV === "production" ? L.exports = me() : L.exports = de()), L.exports;
|
|
36
|
+
}
|
|
37
|
+
var P = fe(), ee = {
|
|
38
|
+
color: void 0,
|
|
39
|
+
size: void 0,
|
|
40
|
+
className: void 0,
|
|
41
|
+
style: void 0,
|
|
42
|
+
attr: void 0
|
|
43
|
+
}, X = w.createContext && /* @__PURE__ */ w.createContext(ee), he = ["attr", "size", "title"];
|
|
44
|
+
function pe(t, e) {
|
|
45
|
+
if (t == null) return {};
|
|
46
|
+
var n = ge(t, e), l, i;
|
|
47
|
+
if (Object.getOwnPropertySymbols) {
|
|
48
|
+
var u = Object.getOwnPropertySymbols(t);
|
|
49
|
+
for (i = 0; i < u.length; i++)
|
|
50
|
+
l = u[i], !(e.indexOf(l) >= 0) && Object.prototype.propertyIsEnumerable.call(t, l) && (n[l] = t[l]);
|
|
51
|
+
}
|
|
52
|
+
return n;
|
|
53
|
+
}
|
|
54
|
+
function ge(t, e) {
|
|
55
|
+
if (t == null) return {};
|
|
56
|
+
var n = {};
|
|
57
|
+
for (var l in t)
|
|
58
|
+
if (Object.prototype.hasOwnProperty.call(t, l)) {
|
|
59
|
+
if (e.indexOf(l) >= 0) continue;
|
|
60
|
+
n[l] = t[l];
|
|
61
|
+
}
|
|
62
|
+
return n;
|
|
63
|
+
}
|
|
64
|
+
function M() {
|
|
65
|
+
return M = Object.assign ? Object.assign.bind() : function(t) {
|
|
66
|
+
for (var e = 1; e < arguments.length; e++) {
|
|
67
|
+
var n = arguments[e];
|
|
68
|
+
for (var l in n)
|
|
69
|
+
Object.prototype.hasOwnProperty.call(n, l) && (t[l] = n[l]);
|
|
70
|
+
}
|
|
71
|
+
return t;
|
|
72
|
+
}, M.apply(this, arguments);
|
|
73
|
+
}
|
|
74
|
+
function Z(t, e) {
|
|
75
|
+
var n = Object.keys(t);
|
|
76
|
+
if (Object.getOwnPropertySymbols) {
|
|
77
|
+
var l = Object.getOwnPropertySymbols(t);
|
|
78
|
+
e && (l = l.filter(function(i) {
|
|
79
|
+
return Object.getOwnPropertyDescriptor(t, i).enumerable;
|
|
80
|
+
})), n.push.apply(n, l);
|
|
81
|
+
}
|
|
82
|
+
return n;
|
|
83
|
+
}
|
|
84
|
+
function z(t) {
|
|
85
|
+
for (var e = 1; e < arguments.length; e++) {
|
|
86
|
+
var n = arguments[e] != null ? arguments[e] : {};
|
|
87
|
+
e % 2 ? Z(Object(n), !0).forEach(function(l) {
|
|
88
|
+
be(t, l, n[l]);
|
|
89
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(n)) : Z(Object(n)).forEach(function(l) {
|
|
90
|
+
Object.defineProperty(t, l, Object.getOwnPropertyDescriptor(n, l));
|
|
91
|
+
});
|
|
92
|
+
}
|
|
93
|
+
return t;
|
|
94
|
+
}
|
|
95
|
+
function be(t, e, n) {
|
|
96
|
+
return e = ve(e), e in t ? Object.defineProperty(t, e, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : t[e] = n, t;
|
|
97
|
+
}
|
|
98
|
+
function ve(t) {
|
|
99
|
+
var e = ye(t, "string");
|
|
100
|
+
return typeof e == "symbol" ? e : e + "";
|
|
101
|
+
}
|
|
102
|
+
function ye(t, e) {
|
|
103
|
+
if (typeof t != "object" || !t) return t;
|
|
104
|
+
var n = t[Symbol.toPrimitive];
|
|
105
|
+
if (n !== void 0) {
|
|
106
|
+
var l = n.call(t, e);
|
|
107
|
+
if (typeof l != "object") return l;
|
|
108
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
109
|
+
}
|
|
110
|
+
return (e === "string" ? String : Number)(t);
|
|
111
|
+
}
|
|
112
|
+
function te(t) {
|
|
113
|
+
return t && t.map((e, n) => /* @__PURE__ */ w.createElement(e.tag, z({
|
|
114
|
+
key: n
|
|
115
|
+
}, e.attr), te(e.child)));
|
|
116
|
+
}
|
|
117
|
+
function ne(t) {
|
|
118
|
+
return (e) => /* @__PURE__ */ w.createElement(Se, M({
|
|
119
|
+
attr: z({}, t.attr)
|
|
120
|
+
}, e), te(t.child));
|
|
121
|
+
}
|
|
122
|
+
function Se(t) {
|
|
123
|
+
var e = (n) => {
|
|
124
|
+
var {
|
|
125
|
+
attr: l,
|
|
126
|
+
size: i,
|
|
127
|
+
title: u
|
|
128
|
+
} = t, m = pe(t, he), o = i || n.size || "1em", r;
|
|
129
|
+
return n.className && (r = n.className), t.className && (r = (r ? r + " " : "") + t.className), /* @__PURE__ */ w.createElement("svg", M({
|
|
130
|
+
stroke: "currentColor",
|
|
131
|
+
fill: "currentColor",
|
|
132
|
+
strokeWidth: "0"
|
|
133
|
+
}, n.attr, l, m, {
|
|
134
|
+
className: r,
|
|
135
|
+
style: z(z({
|
|
136
|
+
color: t.color || n.color
|
|
137
|
+
}, n.style), t.style),
|
|
138
|
+
height: o,
|
|
139
|
+
width: o,
|
|
140
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
141
|
+
}), u && /* @__PURE__ */ w.createElement("title", null, u), t.children);
|
|
142
|
+
};
|
|
143
|
+
return X !== void 0 ? /* @__PURE__ */ w.createElement(X.Consumer, null, (n) => e(n)) : e(ee);
|
|
144
|
+
}
|
|
145
|
+
function U(t) {
|
|
146
|
+
const e = P.c(13), {
|
|
147
|
+
name: n,
|
|
148
|
+
label: l,
|
|
149
|
+
placeholder: i,
|
|
150
|
+
helperText: u,
|
|
151
|
+
defaultCountry: m,
|
|
152
|
+
variant: o,
|
|
153
|
+
required: r,
|
|
154
|
+
disabled: a,
|
|
155
|
+
control: s,
|
|
156
|
+
error: c
|
|
157
|
+
} = t, d = i === void 0 ? "Enter phone number" : i, b = m === void 0 ? "IN" : m, h = o === void 0 ? "default" : o, p = V(), y = s ?? p.control;
|
|
158
|
+
let v;
|
|
159
|
+
e[0] !== b || e[1] !== a || e[2] !== c || e[3] !== u || e[4] !== l || e[5] !== d || e[6] !== r || e[7] !== h ? (v = (N) => {
|
|
160
|
+
const {
|
|
161
|
+
field: S,
|
|
162
|
+
fieldState: C
|
|
163
|
+
} = N, O = c ?? C.error?.message;
|
|
164
|
+
return /* @__PURE__ */ f(ie, { placeholder: d, value: S.value ?? "", onValueChange: (x) => S.onChange(x ?? ""), defaultCountry: b, variant: h ?? "default", required: r ?? !1, disabled: a ?? !1, ...l != null && {
|
|
165
|
+
label: l
|
|
166
|
+
}, ...u != null && {
|
|
167
|
+
helperText: u
|
|
168
|
+
}, ...O !== void 0 && {
|
|
169
|
+
error: O
|
|
170
|
+
} });
|
|
171
|
+
}, e[0] = b, e[1] = a, e[2] = c, e[3] = u, e[4] = l, e[5] = d, e[6] = r, e[7] = h, e[8] = v) : v = e[8];
|
|
172
|
+
let g;
|
|
173
|
+
return e[9] !== n || e[10] !== y || e[11] !== v ? (g = /* @__PURE__ */ f(B, { name: n, control: y, render: v }), e[9] = n, e[10] = y, e[11] = v, e[12] = g) : g = e[12], g;
|
|
174
|
+
}
|
|
175
|
+
function q(t) {
|
|
176
|
+
const e = P.c(14), {
|
|
177
|
+
name: n,
|
|
178
|
+
label: l,
|
|
179
|
+
placeholder: i,
|
|
180
|
+
className: u,
|
|
181
|
+
control: m,
|
|
182
|
+
required: o,
|
|
183
|
+
type: r,
|
|
184
|
+
disabled: a,
|
|
185
|
+
onKeyDown: s,
|
|
186
|
+
maxLength: c,
|
|
187
|
+
numericOnly: d
|
|
188
|
+
} = t, b = V(), h = m || b.control;
|
|
189
|
+
let p;
|
|
190
|
+
e[0] !== u || e[1] !== a || e[2] !== l || e[3] !== c || e[4] !== d || e[5] !== s || e[6] !== i || e[7] !== o || e[8] !== r ? (p = (v) => {
|
|
191
|
+
const {
|
|
192
|
+
field: g,
|
|
193
|
+
fieldState: N
|
|
194
|
+
} = v;
|
|
195
|
+
return /* @__PURE__ */ f(ae, { ...g, value: g.value ?? "", ...l !== void 0 && {
|
|
196
|
+
label: l
|
|
197
|
+
}, ...i !== void 0 && {
|
|
198
|
+
placeholder: i
|
|
199
|
+
}, ...N.error?.message !== void 0 && {
|
|
200
|
+
error: N.error?.message
|
|
201
|
+
}, ...u !== void 0 && {
|
|
202
|
+
className: u
|
|
203
|
+
}, ...o !== void 0 && {
|
|
204
|
+
required: o
|
|
205
|
+
}, type: r, ...a !== void 0 && {
|
|
206
|
+
disabled: a
|
|
207
|
+
}, onKeyDown: d ? (S) => {
|
|
208
|
+
!/[0-9]/.test(S.key) && !["Backspace", "Tab", "Delete", "ArrowLeft", "ArrowRight", "Home", "End"].includes(S.key) && S.preventDefault(), s?.(S);
|
|
209
|
+
} : s, ...c !== void 0 && {
|
|
210
|
+
maxLength: c
|
|
211
|
+
}, onChange: (S) => {
|
|
212
|
+
const C = S.target?.value;
|
|
213
|
+
if (typeof C == "string") {
|
|
214
|
+
g.onChange(C.replace(/^\s+/, ""));
|
|
215
|
+
let O = C.replace(/^\s+/, "");
|
|
216
|
+
d && (O = O.replace(/\D/g, "")), g.onChange(O);
|
|
217
|
+
} else
|
|
218
|
+
g.onChange(C);
|
|
219
|
+
}, onBlur: () => {
|
|
220
|
+
const S = g.value;
|
|
221
|
+
if (typeof S == "string") {
|
|
222
|
+
const C = S.trim();
|
|
223
|
+
C !== S && g.onChange(C);
|
|
224
|
+
}
|
|
225
|
+
g.onBlur();
|
|
226
|
+
} });
|
|
227
|
+
}, e[0] = u, e[1] = a, e[2] = l, e[3] = c, e[4] = d, e[5] = s, e[6] = i, e[7] = o, e[8] = r, e[9] = p) : p = e[9];
|
|
228
|
+
let y;
|
|
229
|
+
return e[10] !== n || e[11] !== h || e[12] !== p ? (y = /* @__PURE__ */ f(B, { name: n, control: h, render: p }), e[10] = n, e[11] = h, e[12] = p, e[13] = y) : y = e[13], y;
|
|
230
|
+
}
|
|
231
|
+
const Ce = _.object({
|
|
232
|
+
phone: _.string().min(1, "Phone number is required")
|
|
233
|
+
}), _e = _.object({
|
|
234
|
+
email: _.string().min(1, "Email is required").email("Enter a valid email address")
|
|
235
|
+
}), Ne = {
|
|
236
|
+
phone: Ce,
|
|
237
|
+
email: _e
|
|
238
|
+
};
|
|
239
|
+
function Oe(t) {
|
|
240
|
+
const e = P.c(12), {
|
|
241
|
+
mode: n,
|
|
242
|
+
onSubmit: l
|
|
243
|
+
} = t, i = n === "phone";
|
|
244
|
+
let u;
|
|
245
|
+
e[0] !== i ? (u = i ? {
|
|
246
|
+
phone: ""
|
|
247
|
+
} : {
|
|
248
|
+
email: ""
|
|
249
|
+
}, e[0] = i, e[1] = u) : u = e[1];
|
|
250
|
+
const m = u;
|
|
251
|
+
let o;
|
|
252
|
+
e[2] !== m ? (o = {
|
|
253
|
+
defaultValues: m,
|
|
254
|
+
mode: "onSubmit"
|
|
255
|
+
}, e[2] = m, e[3] = o) : o = e[3];
|
|
256
|
+
const r = G(o);
|
|
257
|
+
let a;
|
|
258
|
+
e[4] !== r || e[5] !== n || e[6] !== l ? (a = (d) => {
|
|
259
|
+
const h = Ne[n].safeParse(d);
|
|
260
|
+
if (!h.success) {
|
|
261
|
+
for (const p of h.error.issues) {
|
|
262
|
+
const y = p.path[0];
|
|
263
|
+
typeof y == "string" && r.setError(y, {
|
|
264
|
+
message: p.message
|
|
265
|
+
});
|
|
266
|
+
}
|
|
267
|
+
return;
|
|
268
|
+
}
|
|
269
|
+
l?.(h.data);
|
|
270
|
+
}, e[4] = r, e[5] = n, e[6] = l, e[7] = a) : a = e[7];
|
|
271
|
+
const s = a;
|
|
272
|
+
let c;
|
|
273
|
+
return e[8] !== s || e[9] !== i || e[10] !== r ? (c = {
|
|
274
|
+
methods: r,
|
|
275
|
+
handleSubmit: s,
|
|
276
|
+
isPhone: i
|
|
277
|
+
}, e[8] = s, e[9] = i, e[10] = r, e[11] = c) : c = e[11], c;
|
|
278
|
+
}
|
|
279
|
+
function Ke(t) {
|
|
280
|
+
const e = P.c(15), {
|
|
281
|
+
mode: n,
|
|
282
|
+
onSubmit: l
|
|
283
|
+
} = t;
|
|
284
|
+
let i;
|
|
285
|
+
e[0] !== n || e[1] !== l ? (i = {
|
|
286
|
+
mode: n,
|
|
287
|
+
onSubmit: l
|
|
288
|
+
}, e[0] = n, e[1] = l, e[2] = i) : i = e[2];
|
|
289
|
+
const {
|
|
290
|
+
methods: u,
|
|
291
|
+
handleSubmit: m,
|
|
292
|
+
isPhone: o
|
|
293
|
+
} = Oe(i);
|
|
294
|
+
let r;
|
|
295
|
+
e[3] !== m || e[4] !== u ? (r = u.handleSubmit(m), e[3] = m, e[4] = u, e[5] = r) : r = e[5];
|
|
296
|
+
let a;
|
|
297
|
+
e[6] !== o ? (a = /* @__PURE__ */ f("div", { className: "mb-6 flex w-full flex-col gap-[12px]", children: o ? /* @__PURE__ */ f(U, { name: "phone", label: "Phone number", placeholder: "Phone number", defaultCountry: "IN" }) : /* @__PURE__ */ f(q, { name: "email", label: "Email address", placeholder: "Enter email address", type: "email" }) }), e[6] = o, e[7] = a) : a = e[7];
|
|
298
|
+
let s;
|
|
299
|
+
e[8] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (s = /* @__PURE__ */ f(R, { type: "submit", variant: "primary", size: "large", fullWidth: !0, children: "Continue" }), e[8] = s) : s = e[8];
|
|
300
|
+
let c;
|
|
301
|
+
e[9] !== r || e[10] !== a ? (c = /* @__PURE__ */ T("form", { onSubmit: r, className: "w-full flex flex-col", children: [
|
|
302
|
+
a,
|
|
303
|
+
s
|
|
304
|
+
] }), e[9] = r, e[10] = a, e[11] = c) : c = e[11];
|
|
305
|
+
let d;
|
|
306
|
+
return e[12] !== u || e[13] !== c ? (d = /* @__PURE__ */ f(K, { ...u, children: c }), e[12] = u, e[13] = c, e[14] = d) : d = e[14], d;
|
|
307
|
+
}
|
|
308
|
+
function xe(t) {
|
|
309
|
+
return ne({ 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: [] }] })(t);
|
|
310
|
+
}
|
|
311
|
+
function Ee(t) {
|
|
312
|
+
return ne({ 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
|
|
313
|
+
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
|
|
314
|
+
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
|
|
315
|
+
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
|
|
316
|
+
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
|
|
317
|
+
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: [] }] })(t);
|
|
318
|
+
}
|
|
319
|
+
function Ye(t) {
|
|
320
|
+
const e = P.c(19), {
|
|
321
|
+
onContinueWithMobile: n,
|
|
322
|
+
onContinueWithEmail: l,
|
|
323
|
+
onContinueWithGoogle: i,
|
|
324
|
+
onContinueWithApple: u
|
|
325
|
+
} = t, m = Pe;
|
|
326
|
+
let o;
|
|
327
|
+
e[0] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (o = m("Continue with Mobile"), e[0] = o) : o = e[0];
|
|
328
|
+
let r;
|
|
329
|
+
e[1] !== n ? (r = /* @__PURE__ */ f(R, { variant: "outline", size: "large", fullWidth: !0, onClick: n, children: o }), e[1] = n, e[2] = r) : r = e[2];
|
|
330
|
+
let a;
|
|
331
|
+
e[3] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (a = m("Continue with Email"), e[3] = a) : a = e[3];
|
|
332
|
+
let s;
|
|
333
|
+
e[4] !== l ? (s = /* @__PURE__ */ f(R, { variant: "outline", size: "large", fullWidth: !0, onClick: l, children: a }), e[4] = l, e[5] = s) : s = e[5];
|
|
334
|
+
let c;
|
|
335
|
+
e[6] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (c = /* @__PURE__ */ f(Ee, { "aria-hidden": "true" }), e[6] = c) : c = e[6];
|
|
336
|
+
let d;
|
|
337
|
+
e[7] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (d = m("Continue with Google"), e[7] = d) : d = e[7];
|
|
338
|
+
let b;
|
|
339
|
+
e[8] !== i ? (b = /* @__PURE__ */ f(R, { variant: "outline", size: "large", fullWidth: !0, icon: c, iconPosition: "left", onClick: i, children: d }), e[8] = i, e[9] = b) : b = e[9];
|
|
340
|
+
let h;
|
|
341
|
+
e[10] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (h = /* @__PURE__ */ f(xe, { "aria-hidden": "true" }), e[10] = h) : h = e[10];
|
|
342
|
+
let p;
|
|
343
|
+
e[11] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (p = m("Continue with Apple"), e[11] = p) : p = e[11];
|
|
344
|
+
let y;
|
|
345
|
+
e[12] !== u ? (y = /* @__PURE__ */ f(R, { variant: "outline", size: "large", fullWidth: !0, icon: h, iconPosition: "left", onClick: u, children: p }), e[12] = u, e[13] = y) : y = e[13];
|
|
346
|
+
let v;
|
|
347
|
+
return e[14] !== y || e[15] !== r || e[16] !== s || e[17] !== b ? (v = /* @__PURE__ */ T("div", { className: "w-full flex flex-col gap-[12px]", children: [
|
|
348
|
+
r,
|
|
349
|
+
s,
|
|
350
|
+
b,
|
|
351
|
+
y
|
|
352
|
+
] }), e[14] = y, e[15] = r, e[16] = s, e[17] = b, e[18] = v) : v = e[18], v;
|
|
353
|
+
}
|
|
354
|
+
function Pe(t) {
|
|
355
|
+
return /* @__PURE__ */ f(j, { variant: "textLabel1", weight: "semiBold", align: "center", className: "opacity-80", children: t });
|
|
356
|
+
}
|
|
357
|
+
function Re(t) {
|
|
358
|
+
const e = P.c(9), {
|
|
359
|
+
name: n,
|
|
360
|
+
label: l,
|
|
361
|
+
className: i,
|
|
362
|
+
control: u,
|
|
363
|
+
length: m,
|
|
364
|
+
inputClassName: o
|
|
365
|
+
} = t, r = m === void 0 ? 6 : m, a = V(), s = u || a.control;
|
|
366
|
+
let c;
|
|
367
|
+
e[0] !== i || e[1] !== o || e[2] !== l || e[3] !== r ? (c = (b) => {
|
|
368
|
+
const {
|
|
369
|
+
field: h,
|
|
370
|
+
fieldState: p
|
|
371
|
+
} = b;
|
|
372
|
+
return /* @__PURE__ */ T("div", { children: [
|
|
373
|
+
l && /* @__PURE__ */ f("label", { className: "block mb-1", children: l }),
|
|
374
|
+
/* @__PURE__ */ f(se, { length: r, value: h.value || [], onChange: h.onChange, ...i && {
|
|
375
|
+
className: i
|
|
376
|
+
}, ...o && {
|
|
377
|
+
inputClassName: o
|
|
378
|
+
}, ...p.error?.message !== void 0 && p.error?.message !== "" && {
|
|
379
|
+
error: p.error.message
|
|
380
|
+
} })
|
|
381
|
+
] });
|
|
382
|
+
}, e[0] = i, e[1] = o, e[2] = l, e[3] = r, e[4] = c) : c = e[4];
|
|
383
|
+
let d;
|
|
384
|
+
return e[5] !== n || e[6] !== s || e[7] !== c ? (d = /* @__PURE__ */ f(B, { name: n, control: s, render: c }), e[5] = n, e[6] = s, e[7] = c, e[8] = d) : d = e[8], d;
|
|
385
|
+
}
|
|
386
|
+
const k = 6, we = 60, Fe = 120;
|
|
387
|
+
function De(t) {
|
|
388
|
+
return t === "phone" ? we : Fe;
|
|
389
|
+
}
|
|
390
|
+
const Te = _.object({
|
|
391
|
+
otp: _.array(_.string()).length(k, "Enter all 6 digits").refine((t) => t.every((e) => /^\d$/.test(e)) && t.join("").length === k, "Invalid OTP! Please use correct code and submit again.")
|
|
392
|
+
}), je = {
|
|
393
|
+
phone: "6 digit OTP has been sent to your Mobile",
|
|
394
|
+
email: "6 digit OTP has been sent to your Email"
|
|
395
|
+
}, Ie = {
|
|
396
|
+
phone: "Kindly check your Mobile.",
|
|
397
|
+
email: "Kindly check your Email Inbox."
|
|
398
|
+
};
|
|
399
|
+
function Le(t) {
|
|
400
|
+
const e = P.c(25), {
|
|
401
|
+
mode: n,
|
|
402
|
+
onSubmit: l,
|
|
403
|
+
onResendCode: i
|
|
404
|
+
} = t;
|
|
405
|
+
let u;
|
|
406
|
+
e[0] !== n ? (u = De(n), e[0] = n, e[1] = u) : u = e[1];
|
|
407
|
+
const m = u, [o, r] = ce(m), a = o <= 0;
|
|
408
|
+
let s;
|
|
409
|
+
e[2] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (s = Array.from({
|
|
410
|
+
length: k
|
|
411
|
+
}, Me), e[2] = s) : s = e[2];
|
|
412
|
+
const c = s;
|
|
413
|
+
let d;
|
|
414
|
+
e[3] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (d = {
|
|
415
|
+
defaultValues: {
|
|
416
|
+
otp: c
|
|
417
|
+
},
|
|
418
|
+
mode: "onSubmit"
|
|
419
|
+
}, e[3] = d) : d = e[3];
|
|
420
|
+
const b = G(d);
|
|
421
|
+
let h, p;
|
|
422
|
+
e[4] !== o ? (h = () => {
|
|
423
|
+
if (o <= 0)
|
|
424
|
+
return;
|
|
425
|
+
const W = setInterval(() => {
|
|
426
|
+
r(qe);
|
|
427
|
+
}, 1e3);
|
|
428
|
+
return () => clearInterval(W);
|
|
429
|
+
}, p = [o], e[4] = o, e[5] = h, e[6] = p) : (h = e[5], p = e[6]), ue(h, p);
|
|
430
|
+
let y;
|
|
431
|
+
e[7] !== b || e[8] !== l ? (y = (W) => {
|
|
432
|
+
const A = Te.safeParse(W);
|
|
433
|
+
if (!A.success) {
|
|
434
|
+
const re = A.error.issues[0]?.message ?? "Invalid OTP";
|
|
435
|
+
b.setError("otp", {
|
|
436
|
+
message: re
|
|
437
|
+
});
|
|
438
|
+
return;
|
|
439
|
+
}
|
|
440
|
+
const le = A.data.otp.join("");
|
|
441
|
+
l?.(le);
|
|
442
|
+
}, e[7] = b, e[8] = l, e[9] = y) : y = e[9];
|
|
443
|
+
const v = y;
|
|
444
|
+
let g;
|
|
445
|
+
e[10] !== a || e[11] !== m || e[12] !== i ? (g = () => {
|
|
446
|
+
a && (i?.(), r(m));
|
|
447
|
+
}, e[10] = a, e[11] = m, e[12] = i, e[13] = g) : g = e[13];
|
|
448
|
+
const N = g, S = Math.floor(o / 60), C = o % 60, O = String(S);
|
|
449
|
+
let x;
|
|
450
|
+
e[14] !== O ? (x = O.padStart(2, "0"), e[14] = O, e[15] = x) : x = e[15];
|
|
451
|
+
const F = String(C);
|
|
452
|
+
let E;
|
|
453
|
+
e[16] !== F ? (E = F.padStart(2, "0"), e[16] = F, e[17] = E) : E = e[17];
|
|
454
|
+
const D = `Resend code in: ${x}:${E}`;
|
|
455
|
+
let I;
|
|
456
|
+
return e[18] !== a || e[19] !== N || e[20] !== v || e[21] !== b || e[22] !== o || e[23] !== D ? (I = {
|
|
457
|
+
methods: b,
|
|
458
|
+
handleSubmit: v,
|
|
459
|
+
handleResend: N,
|
|
460
|
+
resendSecondsLeft: o,
|
|
461
|
+
canResend: a,
|
|
462
|
+
timerText: D
|
|
463
|
+
}, e[18] = a, e[19] = N, e[20] = v, e[21] = b, e[22] = o, e[23] = D, e[24] = I) : I = e[24], I;
|
|
464
|
+
}
|
|
465
|
+
function qe(t) {
|
|
466
|
+
return t <= 1 ? 0 : t - 1;
|
|
467
|
+
}
|
|
468
|
+
function Me() {
|
|
469
|
+
return "";
|
|
470
|
+
}
|
|
471
|
+
function Je(t) {
|
|
472
|
+
const e = P.c(30), {
|
|
473
|
+
mode: n,
|
|
474
|
+
title: l,
|
|
475
|
+
recipientDisplay: i,
|
|
476
|
+
isForeignUser: u,
|
|
477
|
+
onSubmit: m,
|
|
478
|
+
onResendCode: o
|
|
479
|
+
} = t, r = u === void 0 ? !1 : u;
|
|
480
|
+
let a;
|
|
481
|
+
e[0] !== n || e[1] !== o || e[2] !== m ? (a = {
|
|
482
|
+
mode: n,
|
|
483
|
+
onSubmit: m,
|
|
484
|
+
onResendCode: o
|
|
485
|
+
}, e[0] = n, e[1] = o, e[2] = m, e[3] = a) : a = e[3];
|
|
486
|
+
const {
|
|
487
|
+
methods: s,
|
|
488
|
+
handleSubmit: c,
|
|
489
|
+
handleResend: d,
|
|
490
|
+
canResend: b,
|
|
491
|
+
timerText: h
|
|
492
|
+
} = Le(a), p = l ?? je[n], y = Ie[n];
|
|
493
|
+
let v;
|
|
494
|
+
e[4] !== c || e[5] !== s ? (v = s.handleSubmit(c), e[4] = c, e[5] = s, e[6] = v) : v = e[6];
|
|
495
|
+
let g;
|
|
496
|
+
e[7] !== p ? (g = /* @__PURE__ */ f(j, { variant: "h5", weight: "extraBold", align: "left", className: "mb-2 text-black", children: p }), e[7] = p, e[8] = g) : g = e[8];
|
|
497
|
+
const N = r ? "mb-2 text-black/80" : "mb-6 text-black/80";
|
|
498
|
+
let S;
|
|
499
|
+
e[9] !== i || e[10] !== N ? (S = /* @__PURE__ */ f(j, { variant: "title2", align: "left", className: N, children: i }), e[9] = i, e[10] = N, e[11] = S) : S = e[11];
|
|
500
|
+
let C;
|
|
501
|
+
e[12] !== y || e[13] !== r ? (C = r && /* @__PURE__ */ f(j, { variant: "body2", align: "left", className: "mb-6 text-black/80", children: y }), e[12] = y, e[13] = r, e[14] = C) : C = e[14];
|
|
502
|
+
let O;
|
|
503
|
+
e[15] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (O = /* @__PURE__ */ f("div", { className: "mb-4 flex w-full flex-col gap-[12px]", children: /* @__PURE__ */ f(Re, { name: "otp", length: k }) }), e[15] = O) : O = e[15];
|
|
504
|
+
let x;
|
|
505
|
+
e[16] !== b || e[17] !== d || e[18] !== h ? (x = /* @__PURE__ */ f("div", { className: "mb-6 flex items-center gap-2", children: b ? /* @__PURE__ */ f(R, { type: "button", variant: "outline", size: "small", onClick: d, children: "Resend Code" }) : /* @__PURE__ */ f(j, { variant: "body2", align: "left", className: "text-black/80", children: h }) }), e[16] = b, e[17] = d, e[18] = h, e[19] = x) : x = e[19];
|
|
506
|
+
let F;
|
|
507
|
+
e[20] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (F = /* @__PURE__ */ f(R, { type: "submit", variant: "primary", size: "large", fullWidth: !0, children: "Submit" }), e[20] = F) : F = e[20];
|
|
508
|
+
let E;
|
|
509
|
+
e[21] !== v || e[22] !== g || e[23] !== S || e[24] !== C || e[25] !== x ? (E = /* @__PURE__ */ T("form", { onSubmit: v, className: "flex w-full flex-col", children: [
|
|
510
|
+
g,
|
|
511
|
+
S,
|
|
512
|
+
C,
|
|
513
|
+
O,
|
|
514
|
+
x,
|
|
515
|
+
F
|
|
516
|
+
] }), e[21] = v, e[22] = g, e[23] = S, e[24] = C, e[25] = x, e[26] = E) : E = e[26];
|
|
517
|
+
let D;
|
|
518
|
+
return e[27] !== s || e[28] !== E ? (D = /* @__PURE__ */ f(K, { ...s, children: E }), e[27] = s, e[28] = E, e[29] = D) : D = e[29], D;
|
|
519
|
+
}
|
|
520
|
+
function Qe(t) {
|
|
521
|
+
const e = P.c(11), {
|
|
522
|
+
lastUsedMethod: n,
|
|
523
|
+
onContinueWithLastMethod: l,
|
|
524
|
+
onUseAnotherMethod: i
|
|
525
|
+
} = t, m = `Continue with ${n === void 0 ? "Mobile" : n}`;
|
|
526
|
+
let o;
|
|
527
|
+
e[0] !== m ? (o = /* @__PURE__ */ f(j, { variant: "textLabel1", weight: "semiBold", align: "center", className: "text-white", children: m }), e[0] = m, e[1] = o) : o = e[1];
|
|
528
|
+
let r;
|
|
529
|
+
e[2] !== l || e[3] !== o ? (r = /* @__PURE__ */ f(R, { variant: "primary", size: "large", fullWidth: !0, onClick: l, children: o }), e[2] = l, e[3] = o, e[4] = r) : r = e[4];
|
|
530
|
+
let a;
|
|
531
|
+
e[5] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (a = /* @__PURE__ */ f(j, { variant: "textLabel1", weight: "semiBold", align: "center", className: "opacity-80", children: "Use another method" }), e[5] = a) : a = e[5];
|
|
532
|
+
let s;
|
|
533
|
+
e[6] !== i ? (s = /* @__PURE__ */ f(R, { variant: "outline", size: "large", fullWidth: !0, onClick: i, children: a }), e[6] = i, e[7] = s) : s = e[7];
|
|
534
|
+
let c;
|
|
535
|
+
return e[8] !== r || e[9] !== s ? (c = /* @__PURE__ */ T("div", { className: "w-full flex flex-col gap-[12px]", children: [
|
|
536
|
+
r,
|
|
537
|
+
s
|
|
538
|
+
] }), e[8] = r, e[9] = s, e[10] = c) : c = e[10], c;
|
|
539
|
+
}
|
|
540
|
+
const ze = _.object({
|
|
541
|
+
fullName: _.string().min(1, "Full name is required"),
|
|
542
|
+
phone: _.string().min(1, "Phone number is required")
|
|
543
|
+
}), ke = _.object({
|
|
544
|
+
fullName: _.string().min(1, "Full name is required"),
|
|
545
|
+
email: _.string().min(1, "Email is required").email("Enter a valid email address")
|
|
546
|
+
}), We = _.object({
|
|
547
|
+
fullName: _.string().min(1, "Full name is required"),
|
|
548
|
+
email: _.string().min(1, "Email is required").email("Enter a valid email address"),
|
|
549
|
+
phone: _.string().min(1, "Phone number is required")
|
|
550
|
+
}), Ae = {
|
|
551
|
+
phone: ze,
|
|
552
|
+
email: ke,
|
|
553
|
+
foreign: We
|
|
554
|
+
};
|
|
555
|
+
function $e(t) {
|
|
556
|
+
const e = P.c(15), {
|
|
557
|
+
mode: n,
|
|
558
|
+
defaultPhone: l,
|
|
559
|
+
onSubmit: i
|
|
560
|
+
} = t, u = l === void 0 ? "" : l, m = n === "phone", o = n === "foreign";
|
|
561
|
+
let r;
|
|
562
|
+
e[0] !== u || e[1] !== o || e[2] !== m ? (r = o ? {
|
|
563
|
+
fullName: "",
|
|
564
|
+
email: "",
|
|
565
|
+
phone: u
|
|
566
|
+
} : m ? {
|
|
567
|
+
fullName: "",
|
|
568
|
+
phone: ""
|
|
569
|
+
} : {
|
|
570
|
+
fullName: "",
|
|
571
|
+
email: ""
|
|
572
|
+
}, e[0] = u, e[1] = o, e[2] = m, e[3] = r) : r = e[3];
|
|
573
|
+
const a = r;
|
|
574
|
+
let s;
|
|
575
|
+
e[4] !== a ? (s = {
|
|
576
|
+
defaultValues: a,
|
|
577
|
+
mode: "onSubmit"
|
|
578
|
+
}, e[4] = a, e[5] = s) : s = e[5];
|
|
579
|
+
const c = G(s);
|
|
580
|
+
let d;
|
|
581
|
+
e[6] !== c || e[7] !== n || e[8] !== i ? (d = (p) => {
|
|
582
|
+
const v = Ae[n].safeParse(p);
|
|
583
|
+
if (!v.success) {
|
|
584
|
+
for (const N of v.error.issues) {
|
|
585
|
+
const S = N.path[0];
|
|
586
|
+
typeof S == "string" && c.setError(S, {
|
|
587
|
+
message: N.message
|
|
588
|
+
});
|
|
589
|
+
}
|
|
590
|
+
return;
|
|
591
|
+
}
|
|
592
|
+
const g = v.data;
|
|
593
|
+
i?.({
|
|
594
|
+
fullName: g.fullName,
|
|
595
|
+
..."phone" in g && g.phone && {
|
|
596
|
+
phone: g.phone
|
|
597
|
+
},
|
|
598
|
+
..."email" in g && g.email && {
|
|
599
|
+
email: g.email
|
|
600
|
+
}
|
|
601
|
+
});
|
|
602
|
+
}, e[6] = c, e[7] = n, e[8] = i, e[9] = d) : d = e[9];
|
|
603
|
+
const b = d;
|
|
604
|
+
let h;
|
|
605
|
+
return e[10] !== b || e[11] !== o || e[12] !== m || e[13] !== c ? (h = {
|
|
606
|
+
methods: c,
|
|
607
|
+
handleSubmit: b,
|
|
608
|
+
isPhone: m,
|
|
609
|
+
isForeign: o
|
|
610
|
+
}, e[10] = b, e[11] = o, e[12] = m, e[13] = c, e[14] = h) : h = e[14], h;
|
|
611
|
+
}
|
|
612
|
+
function Xe(t) {
|
|
613
|
+
const e = P.c(18), {
|
|
614
|
+
userType: n,
|
|
615
|
+
signupCollectField: l,
|
|
616
|
+
pendingPhone: i,
|
|
617
|
+
onSubmit: u
|
|
618
|
+
} = t, m = i === void 0 ? "" : i, o = n === "FOREIGN" ? "foreign" : l;
|
|
619
|
+
let r;
|
|
620
|
+
e[0] !== o || e[1] !== u || e[2] !== m ? (r = {
|
|
621
|
+
mode: o,
|
|
622
|
+
defaultPhone: m,
|
|
623
|
+
onSubmit: u
|
|
624
|
+
}, e[0] = o, e[1] = u, e[2] = m, e[3] = r) : r = e[3];
|
|
625
|
+
const {
|
|
626
|
+
methods: a,
|
|
627
|
+
handleSubmit: s,
|
|
628
|
+
isPhone: c,
|
|
629
|
+
isForeign: d
|
|
630
|
+
} = $e(r);
|
|
631
|
+
let b;
|
|
632
|
+
e[4] !== s || e[5] !== a ? (b = a.handleSubmit(s), e[4] = s, e[5] = a, e[6] = b) : b = e[6];
|
|
633
|
+
let h;
|
|
634
|
+
e[7] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (h = /* @__PURE__ */ f(q, { name: "fullName", placeholder: "Full name*", required: !0, type: "text", className: "w-full" }), e[7] = h) : h = e[7];
|
|
635
|
+
let p;
|
|
636
|
+
e[8] !== d || e[9] !== c ? (p = /* @__PURE__ */ T("div", { className: "mb-6 flex w-full flex-col gap-[12px]", children: [
|
|
637
|
+
h,
|
|
638
|
+
d ? /* @__PURE__ */ T(oe, { children: [
|
|
639
|
+
/* @__PURE__ */ f(q, { name: "email", placeholder: "Email address*", type: "email", required: !0, className: "w-full" }),
|
|
640
|
+
/* @__PURE__ */ f(U, { name: "phone", placeholder: "Phone number*", required: !0, defaultCountry: "IN" })
|
|
641
|
+
] }) : c ? /* @__PURE__ */ f(U, { name: "phone", placeholder: "Phone number", required: !0, defaultCountry: "IN" }) : /* @__PURE__ */ f(q, { name: "email", placeholder: "Email address", type: "email", className: "w-full" })
|
|
642
|
+
] }), e[8] = d, e[9] = c, e[10] = p) : p = e[10];
|
|
643
|
+
let y;
|
|
644
|
+
e[11] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (y = /* @__PURE__ */ f(R, { type: "submit", variant: "primary", size: "large", fullWidth: !0, children: "Continue" }), e[11] = y) : y = e[11];
|
|
645
|
+
let v;
|
|
646
|
+
e[12] !== b || e[13] !== p ? (v = /* @__PURE__ */ T("form", { onSubmit: b, className: "w-full flex flex-col items-center", children: [
|
|
647
|
+
p,
|
|
648
|
+
y
|
|
649
|
+
] }), e[12] = b, e[13] = p, e[14] = v) : v = e[14];
|
|
650
|
+
let g;
|
|
651
|
+
return e[15] !== a || e[16] !== v ? (g = /* @__PURE__ */ f(K, { ...a, children: v }), e[15] = a, e[16] = v, e[17] = g) : g = e[17], g;
|
|
652
|
+
}
|
|
653
|
+
export {
|
|
654
|
+
je as D,
|
|
655
|
+
ne as G,
|
|
656
|
+
Ke as L,
|
|
657
|
+
Ye as M,
|
|
658
|
+
Je as O,
|
|
659
|
+
Qe as R,
|
|
660
|
+
Xe as S,
|
|
661
|
+
k as a,
|
|
662
|
+
Fe as b,
|
|
663
|
+
P as c,
|
|
664
|
+
we as d,
|
|
665
|
+
Le as e,
|
|
666
|
+
$e as f,
|
|
667
|
+
Oe as u
|
|
668
|
+
};
|