@zerodev/wallet-react-ui 0.0.1 → 0.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/index.mjs CHANGED
@@ -1,45 +1,45 @@
1
- import { jsxs as a, jsx as t, Fragment as b } from "react/jsx-runtime";
2
- import { useId as D, useState as x, useEffect as P, useMemo as ie, useRef as K } from "react";
1
+ import { jsxs as d, jsx as t, Fragment as b } from "react/jsx-runtime";
2
+ import { useId as D, useState as w, useEffect as P, useMemo as ie, useRef as K } from "react";
3
3
  import { useStore as O, create as se } from "zustand";
4
- import { cn as R, IconButton as q, Text as h, Icon as X, Button as C, Wrapper as de, ListItem as Y, Input as ae } from "@zerodev/react-ui";
4
+ import { cn as R, IconButton as q, Text as h, Icon as X, Button as C, Wrapper as ae, ListItem as Y, Input as de } from "@zerodev/react-ui";
5
5
  import { useConfig as le, useConnect as ce } from "wagmi";
6
6
  import { useSendMagicLink as J, useSendOTP as Q, useVerifyOTP as ue, useAuthenticateOAuth as pe, useRegisterPasskey as fe, useLoginPasskey as he, useVerifyMagicLink as ze, zeroDevWallet as me, NotAuthenticatedError as ge } from "@zerodev/wallet-react";
7
7
  import { subscribeWithSelector as ye } from "zustand/middleware";
8
8
  const Z = 52;
9
9
  function xe({
10
10
  onBack: e,
11
- onClose: o,
12
- title: i,
11
+ onClose: i,
12
+ title: r,
13
13
  logo: n,
14
- className: r
14
+ className: o
15
15
  }) {
16
- return /* @__PURE__ */ a(
16
+ return /* @__PURE__ */ d(
17
17
  "div",
18
18
  {
19
19
  className: R(
20
20
  "zd:absolute zd:top-4 zd:left-0 zd:right-0 zd:flex zd:flex-row zd:items-center zd:justify-between",
21
- r
21
+ o
22
22
  ),
23
- style: { height: Z },
23
+ style: { height: `calc(${Z / 4} * var(--zd-spacing))` },
24
24
  children: [
25
25
  e ? /* @__PURE__ */ t(q, { iconName: "chevronLeft", onClick: e }) : /* @__PURE__ */ t("div", { className: "zd:h-13 zd:w-13" }),
26
26
  n && /* @__PURE__ */ t("div", { className: "zd:absolute zd:left-0 zd:right-0 zd:flex zd:items-center zd:justify-center zd:pointer-events-none", children: n }),
27
- i && /* @__PURE__ */ t("div", { className: "zd:absolute zd:left-0 zd:right-0 zd:flex zd:items-center zd:justify-center zd:pointer-events-none", children: /* @__PURE__ */ t(h, { className: "zd:text-body1", children: i }) }),
28
- /* @__PURE__ */ t(q, { iconName: "x", onClick: o })
27
+ r && /* @__PURE__ */ t("div", { className: "zd:absolute zd:left-0 zd:right-0 zd:flex zd:items-center zd:justify-center zd:pointer-events-none", children: /* @__PURE__ */ t(h, { className: "zd:text-body1", children: r }) }),
28
+ /* @__PURE__ */ t(q, { iconName: "x", onClick: i })
29
29
  ]
30
30
  }
31
31
  );
32
32
  }
33
33
  function we({
34
34
  layer: e,
35
- rect: o
35
+ rect: i
36
36
  }) {
37
- const { id: i, matrix: n, fillOpacity: r, stops: c } = e;
38
- return /* @__PURE__ */ a(b, { children: [
37
+ const { id: r, matrix: n, fillOpacity: o, stops: c } = e;
38
+ return /* @__PURE__ */ d(b, { children: [
39
39
  /* @__PURE__ */ t("defs", { children: /* @__PURE__ */ t(
40
40
  "radialGradient",
41
41
  {
42
- id: i,
42
+ id: r,
43
43
  cx: "0",
44
44
  cy: "0",
45
45
  r: "1",
@@ -59,12 +59,12 @@ function we({
59
59
  /* @__PURE__ */ t(
60
60
  "rect",
61
61
  {
62
- x: o.x,
63
- y: o.y,
64
- width: o.width,
65
- height: o.height,
66
- fill: `url(#${i})`,
67
- fillOpacity: r
62
+ x: i.x,
63
+ y: i.y,
64
+ width: i.width,
65
+ height: i.height,
66
+ fill: `url(#${r})`,
67
+ fillOpacity: o
68
68
  }
69
69
  )
70
70
  ] });
@@ -85,7 +85,7 @@ function Ne() {
85
85
  ) });
86
86
  }
87
87
  function Se() {
88
- const e = D(), o = [
88
+ const e = D(), i = [
89
89
  {
90
90
  // (CSS #6) blue → top-right. x-radius widened so the lobe reaches further
91
91
  // left; y-radius kept short so it stays up top and doesn't bleed into the
@@ -151,7 +151,7 @@ function Se() {
151
151
  ]
152
152
  }
153
153
  ];
154
- return /* @__PURE__ */ t("div", { className: "zd:absolute zd:inset-0 zd:z-0 zd:rounded-4xl zd:pointer-events-none zd:overflow-hidden", children: /* @__PURE__ */ a(
154
+ return /* @__PURE__ */ t("div", { className: "zd:absolute zd:inset-0 zd:z-0 zd:rounded-4xl zd:pointer-events-none zd:overflow-hidden", children: /* @__PURE__ */ d(
155
155
  "svg",
156
156
  {
157
157
  width: "100%",
@@ -160,15 +160,15 @@ function Se() {
160
160
  preserveAspectRatio: "none",
161
161
  role: "presentation",
162
162
  children: [
163
- o.map((i) => /* @__PURE__ */ t(
163
+ i.map((r) => /* @__PURE__ */ t(
164
164
  we,
165
165
  {
166
- layer: i,
166
+ layer: r,
167
167
  rect: { x: 0, y: 0, width: 400, height: 800 }
168
168
  },
169
- i.id
169
+ r.id
170
170
  )),
171
- /* @__PURE__ */ t("defs", { children: /* @__PURE__ */ a(
171
+ /* @__PURE__ */ t("defs", { children: /* @__PURE__ */ d(
172
172
  "linearGradient",
173
173
  {
174
174
  id: `${e}-vfade`,
@@ -196,7 +196,7 @@ function Se() {
196
196
  fill: `url(#${e}-vfade)`
197
197
  }
198
198
  ),
199
- /* @__PURE__ */ t("defs", { children: /* @__PURE__ */ a(
199
+ /* @__PURE__ */ t("defs", { children: /* @__PURE__ */ d(
200
200
  "linearGradient",
201
201
  {
202
202
  id: `${e}-bluefade`,
@@ -228,7 +228,7 @@ function Se() {
228
228
  ) });
229
229
  }
230
230
  function Ee() {
231
- const e = D(), o = [
231
+ const e = D(), i = [
232
232
  {
233
233
  id: `${e}-g6`,
234
234
  // (CSS #6) blue, top-right
@@ -304,7 +304,7 @@ function Ee() {
304
304
  ]
305
305
  }
306
306
  ];
307
- return /* @__PURE__ */ t("div", { className: "zd:absolute zd:inset-0 zd:z-0 zd:rounded-4xl zd:pointer-events-none zd:overflow-hidden", children: /* @__PURE__ */ a(
307
+ return /* @__PURE__ */ t("div", { className: "zd:absolute zd:inset-0 zd:z-0 zd:rounded-4xl zd:pointer-events-none zd:overflow-hidden", children: /* @__PURE__ */ d(
308
308
  "svg",
309
309
  {
310
310
  width: "100%",
@@ -313,35 +313,35 @@ function Ee() {
313
313
  role: "presentation",
314
314
  children: [
315
315
  /* @__PURE__ */ t("rect", { width: "100%", height: "100%", fill: "#130E0B" }),
316
- /* @__PURE__ */ t("defs", { children: o.map((i) => /* @__PURE__ */ t(
316
+ /* @__PURE__ */ t("defs", { children: i.map((r) => /* @__PURE__ */ t(
317
317
  "radialGradient",
318
318
  {
319
- id: i.id,
320
- cx: `${i.cx / i.rx * 100}%`,
321
- cy: `${i.cy / i.ry * 100}%`,
319
+ id: r.id,
320
+ cx: `${r.cx / r.rx * 100}%`,
321
+ cy: `${r.cy / r.ry * 100}%`,
322
322
  r: "100%",
323
323
  gradientUnits: "objectBoundingBox",
324
- gradientTransform: `scale(${i.rx}, ${i.ry})`,
325
- children: i.stops.map((n, r) => /* @__PURE__ */ t(
324
+ gradientTransform: `scale(${r.rx}, ${r.ry})`,
325
+ children: r.stops.map((n, o) => /* @__PURE__ */ t(
326
326
  "stop",
327
327
  {
328
328
  offset: n.offset,
329
329
  stopColor: n.color,
330
330
  stopOpacity: n.opacity
331
331
  },
332
- n.color + r.toString()
332
+ n.color + o.toString()
333
333
  ))
334
334
  },
335
- i.id
335
+ r.id
336
336
  )) }),
337
- o.map((i) => /* @__PURE__ */ t(
337
+ i.map((r) => /* @__PURE__ */ t(
338
338
  "rect",
339
339
  {
340
340
  width: "100%",
341
341
  height: "100%",
342
- fill: `url(#${i.id})`
342
+ fill: `url(#${r.id})`
343
343
  },
344
- `${i.id}-rect`
344
+ `${r.id}-rect`
345
345
  ))
346
346
  ]
347
347
  }
@@ -350,41 +350,57 @@ function Ee() {
350
350
  const be = Z + 16;
351
351
  function Ce({
352
352
  children: e,
353
- className: o,
354
- contentClassName: i,
355
- style: n,
356
- topNav: r
353
+ className: i,
354
+ contentClassName: r,
355
+ size: n = "lg",
356
+ style: o,
357
+ topNav: c
357
358
  }) {
358
- return /* @__PURE__ */ a(
359
+ return /* @__PURE__ */ d(
359
360
  "div",
360
361
  {
362
+ "data-zd-size": n,
361
363
  className: R(
362
- "zd:flex zd:flex-col zd:overflow-hidden zd:text-left",
363
- "zd:fixed zd:inset-0 zd:z-50 zd:w-screen zd:h-[100dvh] zd:rounded-[36px]",
364
- "zd:sm:relative zd:sm:z-auto zd:sm:w-100 zd:sm:max-w-full zd:sm:h-[810px] zd:sm:max-h-[100dvh]",
365
- o
364
+ // 400×810 by default, but never taller/wider than the parent — a
365
+ // consumer wrapper with its own size caps the Screen (max-w/h-full =
366
+ // 100% of the parent). overflow-hidden clips the frame to its rounded
367
+ // border ring; content scrolls in the inner div below.
368
+ "zd:relative zd:flex zd:flex-col zd:text-left",
369
+ // w-100 = 400px, h-202.5 = 810px at density 1; both compile to
370
+ // calc(var(--zd-spacing) * N), so they scale with the size variants.
371
+ // rounded-[38px] = inner card radius (32px) + the 6px border-ring gap,
372
+ // so the ring has a uniform width — equal inner/outer radii would make
373
+ // the corners read thicker than the sides.
374
+ "zd:w-100 zd:h-202.5 zd:max-w-full zd:max-h-full zd:overflow-hidden zd:rounded-[38px]",
375
+ i
366
376
  ),
367
- style: n,
377
+ style: o,
368
378
  children: [
369
379
  /* @__PURE__ */ t(Ee, {}),
370
- /* @__PURE__ */ a(
380
+ /* @__PURE__ */ d(
371
381
  "div",
372
382
  {
373
383
  className: R(
384
+ // m-1.5 = calc(var(--zd-spacing) * 1.5) = 6px at density 1, so the
385
+ // gradient border ring thins with the size variants. (Corner radii
386
+ // stay fixed, so at smaller sizes the ring is marginally non-uniform
387
+ // at the corners — a minor cosmetic trade-off.)
374
388
  "zd:flex zd:flex-1 zd:flex-col zd:m-1.5 zd:px-4 zd:overflow-hidden zd:rounded-4xl zd:relative",
375
- i
389
+ r
376
390
  ),
377
391
  style: { clipPath: "inset(0 round 32px)" },
378
392
  children: [
379
393
  /* @__PURE__ */ t(Ne, {}),
380
394
  /* @__PURE__ */ t(Se, {}),
381
- /* @__PURE__ */ a("div", { className: "zd:relative zd:z-10 zd:flex zd:flex-1 zd:flex-col zd:min-h-0", children: [
382
- r,
395
+ /* @__PURE__ */ d("div", { className: "zd:relative zd:z-10 zd:flex zd:flex-1 zd:flex-col zd:min-h-0", children: [
396
+ c,
383
397
  /* @__PURE__ */ t(
384
398
  "div",
385
399
  {
386
400
  className: "zd:flex zd:flex-1 zd:flex-col zd:min-h-0 zd:overflow-y-auto zd:overflow-x-hidden",
387
- style: { paddingTop: `${be}px` },
401
+ style: {
402
+ paddingTop: `calc(${be / 4} * var(--zd-spacing))`
403
+ },
388
404
  children: e
389
405
  }
390
406
  )
@@ -404,11 +420,11 @@ const ke = "" + new URL("error.webp", import.meta.url).href, Ae = "" + new URL("
404
420
  };
405
421
  function I({
406
422
  imageName: e,
407
- title: o,
408
- children: i,
423
+ title: i,
424
+ children: r,
409
425
  className: n
410
426
  }) {
411
- return /* @__PURE__ */ a(
427
+ return /* @__PURE__ */ d(
412
428
  "div",
413
429
  {
414
430
  className: R("zd:flex zd:flex-col zd:gap-8 zd:items-center", n),
@@ -421,34 +437,34 @@ function I({
421
437
  className: "zd:w-[118px] zd:h-[118px] zd:bg-transparent"
422
438
  }
423
439
  ),
424
- /* @__PURE__ */ a("div", { className: "zd:flex zd:flex-col zd:gap-4 zd:items-center", children: [
425
- /* @__PURE__ */ t(h, { className: "zd:text-h2 zd:text-center zd:whitespace-pre-wrap", children: o }),
426
- /* @__PURE__ */ t(h, { className: "zd:text-center zd:whitespace-pre-wrap", children: i })
440
+ /* @__PURE__ */ d("div", { className: "zd:flex zd:flex-col zd:gap-4 zd:items-center", children: [
441
+ /* @__PURE__ */ t(h, { className: "zd:text-h2 zd:text-center zd:whitespace-pre-wrap", children: i }),
442
+ /* @__PURE__ */ t(h, { className: "zd:text-center zd:whitespace-pre-wrap", children: r })
427
443
  ] })
428
444
  ]
429
445
  }
430
446
  );
431
447
  }
432
448
  function ee() {
433
- const o = le().connectors.find((i) => i.id === "zerodev-wallet");
434
- if (!o || !("getKitStore" in o))
449
+ const i = le().connectors.find((r) => r.id === "zerodev-wallet");
450
+ if (!i || !("getKitStore" in i))
435
451
  throw new Error("useKitStore must be used with the zeroDevWallet connector");
436
- return o.getKitStore();
452
+ return i.getKitStore();
437
453
  }
438
454
  function F() {
439
- const e = ee(), o = O(e, (l) => l.auth.step), i = O(e, (l) => l.auth.stepHistory), n = O(e, (l) => l.auth.email), r = O(e, (l) => l.auth.otpId), c = O(
455
+ const e = ee(), i = O(e, (l) => l.auth.step), r = O(e, (l) => l.auth.stepHistory), n = O(e, (l) => l.auth.email), o = O(e, (l) => l.auth.otpId), c = O(
440
456
  e,
441
457
  (l) => l.auth.otpEncryptionTargetBundle
442
458
  ), s = O(e, (l) => l.auth.enabledMethods), u = O(e, (l) => l.auth.config);
443
459
  return {
444
- step: o,
460
+ step: i,
445
461
  email: n,
446
- otpId: r,
462
+ otpId: o,
447
463
  otpEncryptionTargetBundle: c,
448
464
  enabledMethods: s,
449
465
  config: u,
450
466
  goToStep: e.getState().auth.goToStep,
451
- goBack: i.length > 0 ? e.getState().auth.goBack : null,
467
+ goBack: r.length > 0 ? e.getState().auth.goBack : null,
452
468
  reset: e.getState().auth.reset,
453
469
  setEmail: e.getState().auth.setEmail,
454
470
  setOtpSession: e.getState().auth.setOtpSession,
@@ -457,9 +473,9 @@ function F() {
457
473
  }
458
474
  function L({
459
475
  className: e,
460
- style: o
476
+ style: i
461
477
  }) {
462
- return /* @__PURE__ */ a(
478
+ return /* @__PURE__ */ d(
463
479
  "div",
464
480
  {
465
481
  className: R(
@@ -468,31 +484,24 @@ function L({
468
484
  ),
469
485
  children: [
470
486
  /* @__PURE__ */ t(h, { children: "Powered by" }),
471
- /* @__PURE__ */ t(
472
- X,
473
- {
474
- name: "zerodevLogo",
475
- className: "zd:h-[18px] zd:w-auto",
476
- style: o
477
- }
478
- )
487
+ /* @__PURE__ */ t(X, { name: "zerodevLogo", className: "zd:h-4.5 zd:w-auto", style: i })
479
488
  ]
480
489
  }
481
490
  );
482
491
  }
483
492
  function Ie() {
484
- const { email: e, setOtpSession: o } = F(), { mutateAsync: i, isPending: n } = J(), [r, c] = x(60), s = r <= 0 && !n;
493
+ const { email: e, setOtpSession: i } = F(), { mutateAsync: r, isPending: n } = J(), [o, c] = w(60), s = o <= 0 && !n;
485
494
  return P(() => {
486
- if (r <= 0) return;
495
+ if (o <= 0) return;
487
496
  const l = setInterval(() => {
488
497
  c((p) => Math.max(0, p - 1));
489
498
  }, 1e3);
490
499
  return () => {
491
500
  clearInterval(l);
492
501
  };
493
- }, [r]), /* @__PURE__ */ a(b, { children: [
494
- /* @__PURE__ */ a("div", { className: "zd:flex-1 zd:flex zd:flex-col zd:gap-8 zd:justify-center", children: [
495
- /* @__PURE__ */ a(
502
+ }, [o]), /* @__PURE__ */ d(b, { children: [
503
+ /* @__PURE__ */ d("div", { className: "zd:flex-1 zd:flex zd:flex-col zd:gap-8 zd:justify-center", children: [
504
+ /* @__PURE__ */ d(
496
505
  I,
497
506
  {
498
507
  imageName: "send",
@@ -508,7 +517,7 @@ function Ie() {
508
517
  ]
509
518
  }
510
519
  ),
511
- /* @__PURE__ */ t("div", { className: "zd:flex zd:flex-col zd:gap-1", children: /* @__PURE__ */ a(h, { className: "zd:text-center", children: [
520
+ /* @__PURE__ */ t("div", { className: "zd:flex zd:flex-col zd:gap-1", children: /* @__PURE__ */ d(h, { className: "zd:text-center", children: [
512
521
  "Did not get an email?",
513
522
  " ",
514
523
  /* @__PURE__ */ t(
@@ -519,15 +528,15 @@ function Ie() {
519
528
  onClick: async () => {
520
529
  if (!(!e || !s))
521
530
  try {
522
- const { otpId: l, otpEncryptionTargetBundle: p } = await i({
531
+ const { otpId: l, otpEncryptionTargetBundle: p } = await r({
523
532
  email: e
524
533
  });
525
- o({ otpId: l, otpEncryptionTargetBundle: p }), c(60);
534
+ i({ otpId: l, otpEncryptionTargetBundle: p }), c(60);
526
535
  } catch {
527
536
  }
528
537
  },
529
538
  className: "zd:cursor-pointer zd:underline zd:disabled:opacity-50 zd:disabled:cursor-not-allowed",
530
- children: s ? "Resend" : `Resend in ${r} ${r === 1 ? "second" : "seconds"}`
539
+ children: s ? "Resend" : `Resend in ${o} ${o === 1 ? "second" : "seconds"}`
531
540
  }
532
541
  )
533
542
  ] }) })
@@ -545,27 +554,27 @@ function $() {
545
554
  }
546
555
  function Pe({
547
556
  title: e = "Oops, something went wrong",
548
- message: o = "We couldn't complete the sign-in process. This could be due to timeout, an expired link, or a cancelled request.",
549
- showRetry: i = !1,
557
+ message: i = "We couldn't complete the sign-in process. This could be due to timeout, an expired link, or a cancelled request.",
558
+ showRetry: r = !1,
550
559
  showChooseAnother: n = !0
551
560
  }) {
552
- const { goToStep: r, goBack: c, reset: s } = F();
553
- return /* @__PURE__ */ a(b, { children: [
554
- /* @__PURE__ */ a("div", { className: "zd:flex-1 zd:flex zd:flex-col zd:gap-8 zd:items-center zd:justify-center", children: [
555
- /* @__PURE__ */ t(I, { imageName: "error", title: e, children: o }),
556
- /* @__PURE__ */ a("div", { className: "zd:flex zd:flex-col zd:gap-1", children: [
557
- i && /* @__PURE__ */ t(C, { action: "primary", text: "Try again", onClick: c ?? (() => r("sign-up")) }),
561
+ const { goToStep: o, goBack: c, reset: s } = F();
562
+ return /* @__PURE__ */ d(b, { children: [
563
+ /* @__PURE__ */ d("div", { className: "zd:flex-1 zd:flex zd:flex-col zd:gap-8 zd:items-center zd:justify-center", children: [
564
+ /* @__PURE__ */ t(I, { imageName: "error", title: e, children: i }),
565
+ /* @__PURE__ */ d("div", { className: "zd:flex zd:flex-col zd:gap-1", children: [
566
+ r && /* @__PURE__ */ t(C, { action: "primary", text: "Try again", onClick: c ?? (() => o("sign-up")) }),
558
567
  n && /* @__PURE__ */ t(
559
568
  C,
560
569
  {
561
- action: i ? "secondary" : "primary",
570
+ action: r ? "secondary" : "primary",
562
571
  onClick: () => {
563
- $(), r("sign-up");
572
+ $(), o("sign-up");
564
573
  },
565
574
  text: "Choose another sign-in method"
566
575
  }
567
576
  ),
568
- !i && !n && /* @__PURE__ */ t(C, { action: "primary", text: "Start over", onClick: s })
577
+ !r && !n && /* @__PURE__ */ t(C, { action: "primary", text: "Start over", onClick: s })
569
578
  ] })
570
579
  ] }),
571
580
  /* @__PURE__ */ t(L, { className: "zd:self-center zd:pt-4 zd:pb-6" })
@@ -575,15 +584,15 @@ const Re = 4, Le = 8, $e = 6;
575
584
  function Ue(e) {
576
585
  return Math.max(Re, Math.min(Le, e));
577
586
  }
578
- function Me({ char: e, isFocused: o }) {
587
+ function Me({ char: e, isFocused: i }) {
579
588
  return /* @__PURE__ */ t(
580
- de,
589
+ ae,
581
590
  {
582
591
  "data-testid": "code-input-box",
583
- "data-active": o || void 0,
592
+ "data-active": i || void 0,
584
593
  className: R(
585
594
  "zd:h-16 zd:w-14 zd:rounded-lg zd:flex zd:items-center zd:justify-center",
586
- o && "zd:border-[1.5px] zd:border-greyScale"
595
+ i && "zd:border-[1.5px] zd:border-greyScale"
587
596
  ),
588
597
  children: /* @__PURE__ */ t(h, { className: "zd:text-h2", children: e })
589
598
  }
@@ -591,10 +600,10 @@ function Me({ char: e, isFocused: o }) {
591
600
  }
592
601
  function je({
593
602
  onChange: e,
594
- onComplete: o,
595
- disabled: i = !1,
603
+ onComplete: i,
604
+ disabled: r = !1,
596
605
  error: n = !1,
597
- autoFocus: r = !1,
606
+ autoFocus: o = !1,
598
607
  length: c = $e,
599
608
  "data-testid": s
600
609
  }) {
@@ -604,21 +613,21 @@ function je({
604
613
  index: g
605
614
  })),
606
615
  [u]
607
- ), [p, w] = x(""), [m, N] = x(!1), k = K(null);
616
+ ), [p, x] = w(""), [m, N] = w(!1), k = K(null);
608
617
  P(() => {
609
618
  var f;
610
- r && !i && ((f = k.current) == null || f.focus());
611
- }, [r, i]), P(() => {
612
- w((f) => f.slice(0, u));
619
+ o && !r && ((f = k.current) == null || f.focus());
620
+ }, [o, r]), P(() => {
621
+ x((f) => f.slice(0, u));
613
622
  }, [u]);
614
623
  const S = (f) => {
615
624
  const g = f.slice(0, u).toUpperCase();
616
- w(g), e == null || e(g), g.length === u && setTimeout(() => {
625
+ x(g), e == null || e(g), g.length === u && setTimeout(() => {
617
626
  var T;
618
- o == null || o(g), (T = k.current) == null || T.blur();
627
+ i == null || i(g), (T = k.current) == null || T.blur();
619
628
  }, 0);
620
629
  };
621
- return /* @__PURE__ */ a(
630
+ return /* @__PURE__ */ d(
622
631
  "button",
623
632
  {
624
633
  type: "button",
@@ -627,7 +636,7 @@ function je({
627
636
  var f;
628
637
  return (f = k.current) == null ? void 0 : f.focus();
629
638
  },
630
- disabled: i,
639
+ disabled: r,
631
640
  "data-testid": s,
632
641
  children: [
633
642
  /* @__PURE__ */ t(
@@ -639,7 +648,7 @@ function je({
639
648
  onFocus: () => N(!0),
640
649
  onBlur: () => N(!1),
641
650
  maxLength: u,
642
- disabled: i,
651
+ disabled: r,
643
652
  className: "zd:absolute zd:opacity-0 zd:pointer-events-none",
644
653
  style: { position: "absolute", opacity: 0 },
645
654
  "aria-label": "Verification code"
@@ -660,13 +669,13 @@ function je({
660
669
  function _e() {
661
670
  const {
662
671
  email: e,
663
- otpId: o,
664
- otpEncryptionTargetBundle: i,
672
+ otpId: i,
673
+ otpEncryptionTargetBundle: r,
665
674
  setOtpSession: n,
666
- clearOtpSession: r,
675
+ clearOtpSession: o,
667
676
  goToStep: c,
668
677
  config: s
669
- } = F(), { mutateAsync: u, isPending: l } = Q(), { mutateAsync: p, isPending: w } = ue(), [m, N] = x(""), [k, S] = x(!1), [f, g] = x(60);
678
+ } = F(), { mutateAsync: u, isPending: l } = Q(), { mutateAsync: p, isPending: x } = ue(), [m, N] = w(""), [k, S] = w(!1), [f, g] = w(60);
670
679
  P(() => {
671
680
  if (f <= 0) return;
672
681
  const v = setInterval(() => {
@@ -676,14 +685,14 @@ function _e() {
676
685
  }, [f]);
677
686
  const T = async () => {
678
687
  var v, A;
679
- if (!(!m.trim() || !o || !i)) {
688
+ if (!(!m.trim() || !i || !r)) {
680
689
  S(!1);
681
690
  try {
682
691
  await p({
683
- otpId: o,
692
+ otpId: i,
684
693
  code: m.trim(),
685
- otpEncryptionTargetBundle: i
686
- }), r(), c("authenticated"), (v = s == null ? void 0 : s.onSuccess) == null || v.call(s);
694
+ otpEncryptionTargetBundle: r
695
+ }), o(), c("authenticated"), (v = s == null ? void 0 : s.onSuccess) == null || v.call(s);
687
696
  } catch (_) {
688
697
  S(!0), (A = s == null ? void 0 : s.onError) == null || A.call(s, _);
689
698
  }
@@ -702,11 +711,11 @@ function _e() {
702
711
  S(!0);
703
712
  }
704
713
  }, U = f <= 0 && !l;
705
- return /* @__PURE__ */ a(b, { children: [
706
- /* @__PURE__ */ a("div", { className: "zd:flex-1 zd:flex zd:flex-col zd:gap-8 zd:justify-center zd:items-center", children: [
707
- /* @__PURE__ */ a("div", { className: "zd:flex zd:flex-col zd:gap-4", children: [
714
+ return /* @__PURE__ */ d(b, { children: [
715
+ /* @__PURE__ */ d("div", { className: "zd:flex-1 zd:flex zd:flex-col zd:gap-8 zd:justify-center zd:items-center", children: [
716
+ /* @__PURE__ */ d("div", { className: "zd:flex zd:flex-col zd:gap-4", children: [
708
717
  /* @__PURE__ */ t(h, { className: "zd:text-h2 zd:text-center", children: "Enter verification code" }),
709
- /* @__PURE__ */ a(h, { className: "zd:text-center", children: [
718
+ /* @__PURE__ */ d(h, { className: "zd:text-center", children: [
710
719
  "Enter the code from the email we sent to",
711
720
  " ",
712
721
  /* @__PURE__ */ t(h, { className: "zd:text-solarOrange", children: e })
@@ -717,7 +726,7 @@ function _e() {
717
726
  {
718
727
  onComplete: y,
719
728
  onChange: () => S(!1),
720
- disabled: w,
729
+ disabled: x,
721
730
  error: k,
722
731
  autoFocus: !0
723
732
  }
@@ -727,10 +736,10 @@ function _e() {
727
736
  {
728
737
  text: "Confirm code",
729
738
  onClick: T,
730
- disabled: !m.trim() || w
739
+ disabled: !m.trim() || x
731
740
  }
732
741
  ),
733
- /* @__PURE__ */ t("div", { className: "zd:flex zd:flex-col zd:gap-1", children: /* @__PURE__ */ a(h, { className: "zd:text-center", children: [
742
+ /* @__PURE__ */ t("div", { className: "zd:flex zd:flex-col zd:gap-1", children: /* @__PURE__ */ d(h, { className: "zd:text-center", children: [
734
743
  "Did not get an email?",
735
744
  " ",
736
745
  /* @__PURE__ */ t(
@@ -750,27 +759,27 @@ function _e() {
750
759
  }
751
760
  function He({
752
761
  termsAndConditionsUrl: e,
753
- privacyPolicyUrl: o,
754
- agreedToTerms: i,
762
+ privacyPolicyUrl: i,
763
+ agreedToTerms: r,
755
764
  setAgreedToTerms: n,
756
- highlight: r = !1
765
+ highlight: o = !1
757
766
  }) {
758
- return /* @__PURE__ */ a("div", { className: "zd:flex zd:flex-col zd:items-center zd:gap-5", children: [
759
- !!(e || o) && /* @__PURE__ */ a(
767
+ return /* @__PURE__ */ d("div", { className: "zd:flex zd:flex-col zd:items-center zd:gap-5", children: [
768
+ !!(e || i) && /* @__PURE__ */ d(
760
769
  "div",
761
770
  {
762
- className: `zd:flex zd:flex-row zd:items-center zd:gap-2 zd:rounded-md zd:p-2 zd:transition-colors ${r ? "zd:border zd:border-negative" : "zd:border zd:border-transparent"}`,
771
+ className: `zd:flex zd:flex-row zd:items-center zd:gap-2 zd:rounded-md zd:p-2 zd:transition-colors ${o ? "zd:border zd:border-negative" : "zd:border zd:border-transparent"}`,
763
772
  children: [
764
773
  /* @__PURE__ */ t(
765
774
  "input",
766
775
  {
767
776
  type: "checkbox",
768
- checked: i,
777
+ checked: r,
769
778
  onChange: (s) => n(s.target.checked),
770
779
  className: "zd:cursor-pointer zd:[color-scheme:light]"
771
780
  }
772
781
  ),
773
- /* @__PURE__ */ a(h, { className: "zd:flex-1", children: [
782
+ /* @__PURE__ */ d(h, { className: "zd:flex-1", children: [
774
783
  "I agree to the",
775
784
  " ",
776
785
  e && /* @__PURE__ */ t(
@@ -784,12 +793,12 @@ function He({
784
793
  children: "Terms & Conditions"
785
794
  }
786
795
  ),
787
- e && o && " and ",
788
- o && /* @__PURE__ */ t(
796
+ e && i && " and ",
797
+ i && /* @__PURE__ */ t(
789
798
  h,
790
799
  {
791
800
  as: "a",
792
- href: o,
801
+ href: i,
793
802
  target: "_blank",
794
803
  rel: "noopener noreferrer",
795
804
  className: "zd:underline",
@@ -828,37 +837,37 @@ function H(e) {
828
837
  return e instanceof Error ? e.name === "AbortError" || e.name === "NotAllowedError" ? !0 : e.message.toLowerCase().includes("oauth popup was closed") : !1;
829
838
  }
830
839
  function Ve() {
831
- const { goToStep: e, setEmail: o, setOtpSession: i, config: n, enabledMethods: r } = F(), [c, s] = x(!1), [u, l] = x(!1), [p, w] = x(""), m = (n == null ? void 0 : n.emailAuthMethod) === "otp", { mutateAsync: N, isPending: k } = Q(), { mutateAsync: S, isPending: f } = J(), g = k || f, [T, y] = x(null), { mutateAsync: j, isPending: U } = pe({
840
+ const { goToStep: e, setEmail: i, setOtpSession: r, config: n, enabledMethods: o } = F(), [c, s] = w(!1), [u, l] = w(!1), [p, x] = w(""), m = (n == null ? void 0 : n.emailAuthMethod) === "otp", { mutateAsync: N, isPending: k } = Q(), { mutateAsync: S, isPending: f } = J(), g = k || f, [T, y] = w(null), { mutateAsync: j, isPending: U } = pe({
832
841
  mutation: {
833
842
  onSuccess: async () => {
834
- var d;
835
- e("authenticated"), (d = n == null ? void 0 : n.onSuccess) == null || d.call(n);
843
+ var a;
844
+ e("authenticated"), (a = n == null ? void 0 : n.onSuccess) == null || a.call(n);
836
845
  },
837
- onError: (d) => {
846
+ onError: (a) => {
838
847
  var z;
839
- (z = n == null ? void 0 : n.onError) == null || z.call(n, d);
848
+ (z = n == null ? void 0 : n.onError) == null || z.call(n, a);
840
849
  }
841
850
  }
842
851
  }), { mutate: v, isPending: A } = fe({
843
852
  mutation: {
844
853
  onSuccess: () => {
845
- var d;
846
- e("authenticated"), (d = n == null ? void 0 : n.onSuccess) == null || d.call(n);
854
+ var a;
855
+ e("authenticated"), (a = n == null ? void 0 : n.onSuccess) == null || a.call(n);
847
856
  },
848
- onError: (d) => {
857
+ onError: (a) => {
849
858
  var z;
850
- H(d) || y(d instanceof Error ? d.message : String(d)), (z = n == null ? void 0 : n.onError) == null || z.call(n, d);
859
+ H(a) || y(a instanceof Error ? a.message : String(a)), (z = n == null ? void 0 : n.onError) == null || z.call(n, a);
851
860
  }
852
861
  }
853
862
  }), { mutate: _, isPending: te } = he({
854
863
  mutation: {
855
864
  onSuccess: () => {
856
- var d;
857
- e("authenticated"), (d = n == null ? void 0 : n.onSuccess) == null || d.call(n);
865
+ var a;
866
+ e("authenticated"), (a = n == null ? void 0 : n.onSuccess) == null || a.call(n);
858
867
  },
859
- onError: (d) => {
868
+ onError: (a) => {
860
869
  var z;
861
- H(d) || y(d instanceof Error ? d.message : String(d)), (z = n == null ? void 0 : n.onError) == null || z.call(n, d);
870
+ H(a) || y(a instanceof Error ? a.message : String(a)), (z = n == null ? void 0 : n.onError) == null || z.call(n, a);
862
871
  }
863
872
  }
864
873
  }), E = U || g || A || te, B = !!(n != null && n.termsAndConditionsUrl || n != null && n.privacyPolicyUrl) && !c, ne = () => {
@@ -885,9 +894,9 @@ function Ve() {
885
894
  y(null);
886
895
  try {
887
896
  await j({ provider: "google" });
888
- } catch (d) {
889
- const z = d instanceof Error ? d.message : String(d);
890
- H(d) || y(z);
897
+ } catch (a) {
898
+ const z = a instanceof Error ? a.message : String(a);
899
+ H(a) || y(z);
891
900
  }
892
901
  }, W = m ? async () => {
893
902
  if (!(!p || E) && M(p)) {
@@ -897,13 +906,13 @@ function Ve() {
897
906
  }
898
907
  y(null);
899
908
  try {
900
- const { otpId: d, otpEncryptionTargetBundle: z } = await N({
909
+ const { otpId: a, otpEncryptionTargetBundle: z } = await N({
901
910
  email: p
902
911
  });
903
- o(p), i({ otpId: d, otpEncryptionTargetBundle: z }), e("otp-input");
904
- } catch (d) {
912
+ i(p), r({ otpId: a, otpEncryptionTargetBundle: z }), e("otp-input");
913
+ } catch (a) {
905
914
  y(
906
- d instanceof Error ? d.message : "Failed to send verification code"
915
+ a instanceof Error ? a.message : "Failed to send verification code"
907
916
  );
908
917
  }
909
918
  }
@@ -915,18 +924,18 @@ function Ve() {
915
924
  }
916
925
  y(null);
917
926
  try {
918
- const { otpId: d, otpEncryptionTargetBundle: z } = await S({
927
+ const { otpId: a, otpEncryptionTargetBundle: z } = await S({
919
928
  email: p
920
929
  });
921
- o(p), i({ otpId: d, otpEncryptionTargetBundle: z }), e("email-verification");
922
- } catch (d) {
930
+ i(p), r({ otpId: a, otpEncryptionTargetBundle: z }), e("email-verification");
931
+ } catch (a) {
923
932
  y(
924
- d instanceof Error ? d.message : "Failed to send verification code"
933
+ a instanceof Error ? a.message : "Failed to send verification code"
925
934
  );
926
935
  }
927
936
  }
928
937
  };
929
- return T ? /* @__PURE__ */ t("div", { className: "zd:flex zd:items-center zd:justify-center zd:h-full", children: /* @__PURE__ */ a("div", { className: "zd:flex zd:flex-col zd:gap-4 zd:max-w-md", children: [
938
+ return T ? /* @__PURE__ */ t("div", { className: "zd:flex zd:items-center zd:justify-center zd:h-full", children: /* @__PURE__ */ d("div", { className: "zd:flex zd:flex-col zd:gap-4 zd:max-w-md", children: [
930
939
  /* @__PURE__ */ t(h, { className: "zd:text-h2 zd:text-center", children: "Error occurred" }),
931
940
  /* @__PURE__ */ t(h, { className: "zd:text-center zd:text-red-500", children: T }),
932
941
  /* @__PURE__ */ t(
@@ -937,16 +946,16 @@ function Ve() {
937
946
  onClick: () => y(null)
938
947
  }
939
948
  )
940
- ] }) }) : /* @__PURE__ */ a("div", { className: "zd:flex-1 zd:flex zd:flex-col zd:justify-between zd:pb-4 zd:overflow-y-auto zd:overflow-x-hidden", children: [
941
- /* @__PURE__ */ a("div", { className: "zd:flex-1 zd:flex zd:flex-col zd:justify-center", children: [
942
- /* @__PURE__ */ a("div", { className: "zd:px-4 zd:flex zd:flex-col zd:items-center", children: [
949
+ ] }) }) : /* @__PURE__ */ d("div", { className: "zd:flex-1 zd:flex zd:flex-col zd:justify-between zd:pb-4 zd:overflow-y-auto zd:overflow-x-hidden", children: [
950
+ /* @__PURE__ */ d("div", { className: "zd:flex-1 zd:flex zd:flex-col zd:justify-center", children: [
951
+ /* @__PURE__ */ d("div", { className: "zd:px-4 zd:flex zd:flex-col zd:items-center", children: [
943
952
  /* @__PURE__ */ t("div", { className: "zd:w-full zd:px-16 zd:py-4", children: /* @__PURE__ */ t(qe, { className: "zd:w-full zd:pointer-events-none zd:select-none" }) }),
944
953
  /* @__PURE__ */ t(h, { className: "zd:text-h2 zd:text-center", children: "Continue to your wallet" }),
945
954
  /* @__PURE__ */ t(h, { className: "zd:mt-2 zd:text-center zd:text-greyScale/50", children: "Choose a sign-in method to proceed" })
946
955
  ] }),
947
- /* @__PURE__ */ a("div", { className: "zd:mt-6 zd:flex zd:flex-col zd:gap-4 zd:mb-4", children: [
948
- r.includes("passkey") && /* @__PURE__ */ a(b, { children: [
949
- /* @__PURE__ */ a("div", { className: "zd:px-4 zd:flex zd:flex-col zd:gap-2", children: [
956
+ /* @__PURE__ */ d("div", { className: "zd:mt-6 zd:flex zd:flex-col zd:gap-4 zd:mb-4", children: [
957
+ o.includes("passkey") && /* @__PURE__ */ d(b, { children: [
958
+ /* @__PURE__ */ d("div", { className: "zd:px-4 zd:flex zd:flex-col zd:gap-2", children: [
950
959
  /* @__PURE__ */ t(
951
960
  C,
952
961
  {
@@ -970,14 +979,14 @@ function Ve() {
970
979
  }
971
980
  )
972
981
  ] }),
973
- /* @__PURE__ */ a("div", { className: "zd:flex zd:items-center zd:gap-3", children: [
982
+ /* @__PURE__ */ d("div", { className: "zd:flex zd:items-center zd:gap-3", children: [
974
983
  /* @__PURE__ */ t("div", { className: "zd:h-px zd:flex-1 zd:bg-greyScale/30" }),
975
984
  /* @__PURE__ */ t(h, { className: "zd:text-body3", children: "or" }),
976
985
  /* @__PURE__ */ t("div", { className: "zd:h-px zd:flex-1 zd:bg-greyScale/30" })
977
986
  ] })
978
987
  ] }),
979
- /* @__PURE__ */ a("div", { className: "zd:px-4 zd:flex zd:flex-col zd:gap-2", children: [
980
- r.includes("google") && /* @__PURE__ */ t(
988
+ /* @__PURE__ */ d("div", { className: "zd:px-4 zd:flex zd:flex-col zd:gap-2", children: [
989
+ o.includes("google") && /* @__PURE__ */ t(
981
990
  Y,
982
991
  {
983
992
  iconName: "google",
@@ -988,21 +997,21 @@ function Ve() {
988
997
  onClick: re
989
998
  }
990
999
  ),
991
- r.includes("email") && /* @__PURE__ */ t(
992
- ae,
1000
+ o.includes("email") && /* @__PURE__ */ t(
1001
+ de,
993
1002
  {
994
1003
  iconName: "email",
995
1004
  placeholder: "Enter your email",
996
1005
  value: p,
997
- onChange: (d) => w(d.target.value),
1006
+ onChange: (a) => x(a.target.value),
998
1007
  type: "email",
999
1008
  autoCapitalize: "none",
1000
1009
  autoComplete: "email",
1001
1010
  disabled: E,
1002
1011
  variant: "listItemStyle",
1003
1012
  containerClassName: "zd:rounded-3xl",
1004
- onKeyDown: (d) => {
1005
- d.key === "Enter" && p && !E && W();
1013
+ onKeyDown: (a) => {
1014
+ a.key === "Enter" && p && !E && W();
1006
1015
  },
1007
1016
  children: g ? /* @__PURE__ */ t("div", { className: "zd:w-13 zd:h-13 zd:flex zd:items-center zd:justify-center", children: /* @__PURE__ */ t("div", { className: "zd:w-5 zd:h-5 zd:border-2 zd:border-solarOrange zd:border-t-transparent zd:rounded-full zd:animate-spin" }) }) : /* @__PURE__ */ t(
1008
1017
  "button",
@@ -1025,8 +1034,8 @@ function Ve() {
1025
1034
  termsAndConditionsUrl: n == null ? void 0 : n.termsAndConditionsUrl,
1026
1035
  privacyPolicyUrl: n == null ? void 0 : n.privacyPolicyUrl,
1027
1036
  agreedToTerms: c,
1028
- setAgreedToTerms: (d) => {
1029
- s(d), d && l(!1);
1037
+ setAgreedToTerms: (a) => {
1038
+ s(a), a && l(!1);
1030
1039
  },
1031
1040
  highlight: u
1032
1041
  }
@@ -1039,35 +1048,35 @@ function De() {
1039
1048
  function Ke() {
1040
1049
  const {
1041
1050
  otpId: e,
1042
- otpEncryptionTargetBundle: o,
1043
- goToStep: i,
1051
+ otpEncryptionTargetBundle: i,
1052
+ goToStep: r,
1044
1053
  clearOtpSession: n,
1045
- config: r
1046
- } = F(), [c] = x(De), [s, u] = x(null), l = K(!1), { mutate: p, isPending: w } = ze({
1054
+ config: o
1055
+ } = F(), [c] = w(De), [s, u] = w(null), l = K(!1), { mutate: p, isPending: x } = ze({
1047
1056
  mutation: {
1048
1057
  onSuccess: async () => {
1049
1058
  var m;
1050
- n(), i("authenticated"), (m = r == null ? void 0 : r.onSuccess) == null || m.call(r);
1059
+ n(), r("authenticated"), (m = o == null ? void 0 : o.onSuccess) == null || m.call(o);
1051
1060
  },
1052
1061
  onError: (m) => {
1053
1062
  var N;
1054
- u(m), (N = r == null ? void 0 : r.onError) == null || N.call(r, m);
1063
+ u(m), (N = o == null ? void 0 : o.onError) == null || N.call(o, m);
1055
1064
  }
1056
1065
  }
1057
1066
  });
1058
1067
  return P(() => {
1059
1068
  if (!(l.current || !c)) {
1060
- if (l.current = !0, !e || !o) {
1061
- $(), i(null);
1069
+ if (l.current = !0, !e || !i) {
1070
+ $(), r(null);
1062
1071
  return;
1063
1072
  }
1064
- p({ otpId: e, code: c, otpEncryptionTargetBundle: o });
1073
+ p({ otpId: e, code: c, otpEncryptionTargetBundle: i });
1065
1074
  }
1066
- }, [e, o, c, p, i]), /* @__PURE__ */ a(b, { children: [
1067
- /* @__PURE__ */ a("div", { className: "zd:flex-1 zd:flex zd:flex-col zd:gap-8 zd:items-center zd:justify-center", children: [
1068
- !s && w && /* @__PURE__ */ t(I, { imageName: "loading", title: "Verifying Your Email", children: "Please wait while we securely connect your wallet." }),
1069
- !s && !c && !w && /* @__PURE__ */ a(b, { children: [
1070
- /* @__PURE__ */ a(I, { imageName: "error", title: "Invalid Link", children: [
1075
+ }, [e, i, c, p, r]), /* @__PURE__ */ d(b, { children: [
1076
+ /* @__PURE__ */ d("div", { className: "zd:flex-1 zd:flex zd:flex-col zd:gap-8 zd:items-center zd:justify-center", children: [
1077
+ !s && x && /* @__PURE__ */ t(I, { imageName: "loading", title: "Verifying Your Email", children: "Please wait while we securely connect your wallet." }),
1078
+ !s && !c && !x && /* @__PURE__ */ d(b, { children: [
1079
+ /* @__PURE__ */ d(I, { imageName: "error", title: "Invalid Link", children: [
1071
1080
  "This verification link is invalid or incomplete.",
1072
1081
  /* @__PURE__ */ t("br", {}),
1073
1082
  "Please check your email and try again with the correct link."
@@ -1077,20 +1086,20 @@ function Ke() {
1077
1086
  {
1078
1087
  action: "primary",
1079
1088
  onClick: () => {
1080
- $(), i("sign-up");
1089
+ $(), r("sign-up");
1081
1090
  },
1082
1091
  text: "Choose another sign-in method"
1083
1092
  }
1084
1093
  )
1085
1094
  ] }),
1086
- s != null && /* @__PURE__ */ a(b, { children: [
1095
+ s != null && /* @__PURE__ */ d(b, { children: [
1087
1096
  /* @__PURE__ */ t(I, { imageName: "error", title: "Oops, something went wrong", children: "We couldn't complete the sign-in process. This could be due to timeout, an expired link, or a cancelled request." }),
1088
1097
  /* @__PURE__ */ t(
1089
1098
  C,
1090
1099
  {
1091
1100
  action: "primary",
1092
1101
  onClick: () => {
1093
- $(), i("sign-up");
1102
+ $(), r("sign-up");
1094
1103
  },
1095
1104
  text: "Choose another sign-in method"
1096
1105
  }
@@ -1101,8 +1110,8 @@ function Ke() {
1101
1110
  ] });
1102
1111
  }
1103
1112
  function Xe() {
1104
- const { goToStep: e } = F(), { connect: o, connectors: i, isPending: n } = ce(), r = i.filter((s) => s.id !== "zerodev-wallet"), c = (s) => {
1105
- o(
1113
+ const { goToStep: e } = F(), { connect: i, connectors: r, isPending: n } = ce(), o = r.filter((s) => s.id !== "zerodev-wallet"), c = (s) => {
1114
+ i(
1106
1115
  { connector: s },
1107
1116
  {
1108
1117
  onSuccess: () => {
@@ -1111,10 +1120,10 @@ function Xe() {
1111
1120
  }
1112
1121
  );
1113
1122
  };
1114
- return /* @__PURE__ */ a(b, { children: [
1115
- /* @__PURE__ */ a("div", { className: "zd:flex-1 zd:flex zd:flex-col zd:gap-8 zd:justify-center", children: [
1123
+ return /* @__PURE__ */ d(b, { children: [
1124
+ /* @__PURE__ */ d("div", { className: "zd:flex-1 zd:flex zd:flex-col zd:gap-8 zd:justify-center", children: [
1116
1125
  /* @__PURE__ */ t(h, { className: "zd:text-h2 zd:text-center", children: "Select your wallet" }),
1117
- /* @__PURE__ */ t("div", { className: "zd:flex zd:flex-col zd:gap-2", children: r.length === 0 ? /* @__PURE__ */ t(h, { className: "zd:text-center", children: "No wallets detected. Install a browser wallet extension to continue." }) : r.map((s) => /* @__PURE__ */ t(
1126
+ /* @__PURE__ */ t("div", { className: "zd:flex zd:flex-col zd:gap-2", children: o.length === 0 ? /* @__PURE__ */ t(h, { className: "zd:text-center", children: "No wallets detected. Install a browser wallet extension to continue." }) : o.map((s) => /* @__PURE__ */ t(
1118
1127
  Y,
1119
1128
  {
1120
1129
  title: s.name,
@@ -1162,34 +1171,36 @@ function Ze(e) {
1162
1171
  }
1163
1172
  }
1164
1173
  function zt({
1165
- onClose: e
1174
+ onClose: e,
1175
+ size: i
1166
1176
  } = {}) {
1167
- const { step: o, goToStep: i, goBack: n, reset: r } = F(), c = O(ee(), (p) => p.logo);
1177
+ const { step: r, goToStep: n, goBack: o, reset: c } = F(), s = O(ee(), (x) => x.logo);
1168
1178
  P(() => {
1169
- o === null && Fe() && i("verifying-otp");
1170
- }, [o, i]);
1171
- const s = Ze(o);
1172
- if (!s) return null;
1173
- const u = () => {
1174
- $(), r(), e == null || e();
1175
- }, l = o ? Ye[o] : void 0;
1179
+ r === null && Fe() && n("verifying-otp");
1180
+ }, [r, n]);
1181
+ const u = Ze(r);
1182
+ if (!u) return null;
1183
+ const l = () => {
1184
+ $(), c(), e == null || e();
1185
+ }, p = r ? Ye[r] : void 0;
1176
1186
  return /* @__PURE__ */ t(
1177
1187
  Ce,
1178
1188
  {
1179
- contentClassName: o === "sign-up" ? "zd:px-0" : void 0,
1189
+ ...i && { size: i },
1190
+ contentClassName: r === "sign-up" ? "zd:px-0" : void 0,
1180
1191
  topNav: /* @__PURE__ */ t(
1181
1192
  xe,
1182
1193
  {
1183
- ...n !== null && { onBack: n },
1184
- onClose: u,
1185
- ...l && { title: l },
1186
- ...o === "sign-up" && {
1187
- ...c && { logo: c },
1194
+ ...o !== null && { onBack: o },
1195
+ onClose: l,
1196
+ ...p && { title: p },
1197
+ ...r === "sign-up" && {
1198
+ ...s && { logo: s },
1188
1199
  className: "zd:px-4"
1189
1200
  }
1190
1201
  }
1191
1202
  ),
1192
- children: s
1203
+ children: u
1193
1204
  }
1194
1205
  );
1195
1206
  }
@@ -1199,8 +1210,8 @@ function et() {
1199
1210
  try {
1200
1211
  const e = window.localStorage.getItem(G);
1201
1212
  if (!e) return null;
1202
- const o = JSON.parse(e);
1203
- return !(o != null && o.otpId) || !(o != null && o.otpEncryptionTargetBundle) ? null : o;
1213
+ const i = JSON.parse(e);
1214
+ return !(i != null && i.otpId) || !(i != null && i.otpEncryptionTargetBundle) ? null : i;
1204
1215
  } catch {
1205
1216
  return null;
1206
1217
  }
@@ -1222,7 +1233,7 @@ function V() {
1222
1233
  } catch {
1223
1234
  }
1224
1235
  }
1225
- const nt = (e, o, i) => ({
1236
+ const nt = (e, i, r) => ({
1226
1237
  auth: {
1227
1238
  // Initial state
1228
1239
  step: null,
@@ -1234,37 +1245,37 @@ const nt = (e, o, i) => ({
1234
1245
  config: null,
1235
1246
  // Actions
1236
1247
  initialize: (n) => {
1237
- const r = et();
1248
+ const o = et();
1238
1249
  e((c) => ({
1239
1250
  auth: {
1240
1251
  ...c.auth,
1241
1252
  config: n,
1242
1253
  enabledMethods: n.enabledMethods,
1243
- ...r && {
1244
- otpId: r.otpId,
1245
- otpEncryptionTargetBundle: r.otpEncryptionTargetBundle
1254
+ ...o && {
1255
+ otpId: o.otpId,
1256
+ otpEncryptionTargetBundle: o.otpEncryptionTargetBundle
1246
1257
  }
1247
1258
  }
1248
1259
  }));
1249
1260
  },
1250
1261
  goToStep: (n) => {
1251
- e((r) => ({
1262
+ e((o) => ({
1252
1263
  auth: {
1253
- ...r.auth,
1264
+ ...o.auth,
1254
1265
  step: n,
1255
- stepHistory: r.auth.step === null ? r.auth.stepHistory : [...r.auth.stepHistory, r.auth.step]
1266
+ stepHistory: o.auth.step === null ? o.auth.stepHistory : [...o.auth.stepHistory, o.auth.step]
1256
1267
  }
1257
1268
  }));
1258
1269
  },
1259
1270
  goBack: () => {
1260
- const { auth: n } = o();
1271
+ const { auth: n } = i();
1261
1272
  if (n.stepHistory.length === 0) return;
1262
- const r = [...n.stepHistory], c = r.pop();
1273
+ const o = [...n.stepHistory], c = o.pop();
1263
1274
  e((s) => ({
1264
1275
  auth: {
1265
1276
  ...s.auth,
1266
1277
  step: c,
1267
- stepHistory: r
1278
+ stepHistory: o
1268
1279
  }
1269
1280
  }));
1270
1281
  },
@@ -1281,19 +1292,19 @@ const nt = (e, o, i) => ({
1281
1292
  }));
1282
1293
  },
1283
1294
  setEmail: (n) => {
1284
- e((r) => ({
1295
+ e((o) => ({
1285
1296
  auth: {
1286
- ...r.auth,
1297
+ ...o.auth,
1287
1298
  email: n
1288
1299
  }
1289
1300
  }));
1290
1301
  },
1291
- setOtpSession: ({ otpId: n, otpEncryptionTargetBundle: r }) => {
1292
- tt({ otpId: n, otpEncryptionTargetBundle: r }), e((c) => ({
1302
+ setOtpSession: ({ otpId: n, otpEncryptionTargetBundle: o }) => {
1303
+ tt({ otpId: n, otpEncryptionTargetBundle: o }), e((c) => ({
1293
1304
  auth: {
1294
1305
  ...c.auth,
1295
1306
  otpId: n,
1296
- otpEncryptionTargetBundle: r
1307
+ otpEncryptionTargetBundle: o
1297
1308
  }
1298
1309
  }));
1299
1310
  },
@@ -1308,36 +1319,36 @@ const nt = (e, o, i) => ({
1308
1319
  }
1309
1320
  }
1310
1321
  }), ot = (e = {}) => se()(
1311
- ye((o, i, n) => ({
1322
+ ye((i, r, n) => ({
1312
1323
  pendingRequests: [],
1313
1324
  userConfirmationListenerActive: !1,
1314
1325
  logo: e.logo ?? null,
1315
- addPendingRequest: (r) => o((c) => ({
1316
- pendingRequests: [...c.pendingRequests, r]
1326
+ addPendingRequest: (o) => i((c) => ({
1327
+ pendingRequests: [...c.pendingRequests, o]
1317
1328
  })),
1318
- removePendingRequest: (r) => o((c) => ({
1319
- pendingRequests: c.pendingRequests.filter((s) => s.id !== r)
1329
+ removePendingRequest: (o) => i((c) => ({
1330
+ pendingRequests: c.pendingRequests.filter((s) => s.id !== o)
1320
1331
  })),
1321
- clearPendingRequests: () => o({ pendingRequests: [] }),
1322
- setUserConfirmationListenerActive: (r) => o({ userConfirmationListenerActive: r }),
1323
- ...nt(o, i)
1332
+ clearPendingRequests: () => i({ pendingRequests: [] }),
1333
+ setUserConfirmationListenerActive: (o) => i({ userConfirmationListenerActive: o }),
1334
+ ...nt(i, r)
1324
1335
  }))
1325
1336
  );
1326
1337
  function rt(e) {
1327
- return new Promise((o, i) => {
1338
+ return new Promise((i, r) => {
1328
1339
  const n = e.subscribe(
1329
- (r) => r.auth.step,
1330
- (r) => {
1331
- r === "authenticated" ? (n(), o()) : r === null && (n(), i(new Error("Auth flow dismissed")));
1340
+ (o) => o.auth.step,
1341
+ (o) => {
1342
+ o === "authenticated" ? (n(), i()) : o === null && (n(), r(new Error("Auth flow dismissed")));
1332
1343
  }
1333
1344
  );
1334
1345
  });
1335
1346
  }
1336
1347
  function mt(e) {
1337
- var n, r;
1338
- const o = me(e), i = ot({ logo: (n = e.config) == null ? void 0 : n.logo });
1339
- return (r = e.config) != null && r.auth && i.getState().auth.initialize(e.config.auth), (c) => {
1340
- const s = o(c);
1348
+ var n, o;
1349
+ const i = me(e), r = ot({ logo: (n = e.config) == null ? void 0 : n.logo });
1350
+ return (o = e.config) != null && o.auth && r.getState().auth.initialize(e.config.auth), (c) => {
1351
+ const s = i(c);
1341
1352
  return {
1342
1353
  ...s,
1343
1354
  async connect(u) {
@@ -1347,21 +1358,21 @@ function mt(e) {
1347
1358
  } catch (p) {
1348
1359
  if (u != null && u.isReconnecting || !((l = e.config) != null && l.auth) || !(p instanceof ge))
1349
1360
  throw p;
1350
- if (i.getState().auth.step !== null)
1361
+ if (r.getState().auth.step !== null)
1351
1362
  throw new Error("Auth flow already in progress");
1352
- return i.getState().auth.goToStep("sign-up"), await rt(i), s.connect(u);
1363
+ return r.getState().auth.goToStep("sign-up"), await rt(r), s.connect(u);
1353
1364
  }
1354
1365
  },
1355
1366
  async disconnect() {
1356
1367
  var u, l;
1357
- await ((u = s.disconnect) == null ? void 0 : u.call(s)), (l = e.config) != null && l.auth && i.getState().auth.reset();
1368
+ await ((u = s.disconnect) == null ? void 0 : u.call(s)), (l = e.config) != null && l.auth && r.getState().auth.reset();
1358
1369
  },
1359
1370
  async setup() {
1360
1371
  var u;
1361
1372
  await ((u = s.setup) == null ? void 0 : u.call(s)), typeof window > "u";
1362
1373
  },
1363
1374
  getKitStore() {
1364
- return i;
1375
+ return r;
1365
1376
  }
1366
1377
  };
1367
1378
  };