@agg-market/ui 0.0.3 → 0.0.4

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.
Files changed (140) hide show
  1. package/dist/badge.d.mts +2 -2
  2. package/dist/badge.d.ts +2 -2
  3. package/dist/badge.mjs +2 -2
  4. package/dist/button.d.mts +2 -2
  5. package/dist/button.d.ts +2 -2
  6. package/dist/button.js +1 -0
  7. package/dist/button.mjs +3 -3
  8. package/dist/card.mjs +2 -2
  9. package/dist/chart.mjs +3 -3
  10. package/dist/{chunk-YUIZZ6XE.mjs → chunk-3O4U3E5I.mjs} +1 -1
  11. package/dist/{chunk-JLLMIPIX.mjs → chunk-4VUDTWH7.mjs} +1 -1
  12. package/dist/{chunk-MG243DSX.mjs → chunk-AEMAY3MR.mjs} +1 -1
  13. package/dist/{chunk-FYV3MDIL.mjs → chunk-BJNHDIDW.mjs} +4 -4
  14. package/dist/{chunk-LY6474C4.mjs → chunk-BLSHXIAH.mjs} +36 -71
  15. package/dist/{chunk-DQ6XFBYJ.mjs → chunk-DYEWXEEY.mjs} +1 -1
  16. package/dist/{chunk-OUOIDPGX.mjs → chunk-EXF4SESB.mjs} +1 -1
  17. package/dist/chunk-F236MLT6.mjs +1337 -0
  18. package/dist/{chunk-PAQ542ER.mjs → chunk-GHB3GOCW.mjs} +4 -2
  19. package/dist/{chunk-GC3QIIH7.mjs → chunk-GJ4U5NCE.mjs} +23 -1
  20. package/dist/chunk-HM3CGN32.mjs +669 -0
  21. package/dist/chunk-I4YUYVJJ.mjs +472 -0
  22. package/dist/{chunk-NFYS557L.mjs → chunk-JH5VMNDL.mjs} +3 -3
  23. package/dist/{chunk-TTOR7JCT.mjs → chunk-JRS2M5GY.mjs} +1 -1
  24. package/dist/{chunk-QXFDXXDB.mjs → chunk-LWTQD345.mjs} +3 -3
  25. package/dist/{chunk-QE46DVJG.mjs → chunk-MNSHWA6M.mjs} +3 -3
  26. package/dist/{chunk-JQ4FUHXE.mjs → chunk-MXBPDNMC.mjs} +7 -7
  27. package/dist/{chunk-VYNVBJK6.mjs → chunk-NDG43KGL.mjs} +1 -1
  28. package/dist/chunk-O2XH4A3G.mjs +654 -0
  29. package/dist/{chunk-KDBYDMYV.mjs → chunk-OBCHURW5.mjs} +1 -1
  30. package/dist/{chunk-FZTAHWOS.mjs → chunk-OGI343OV.mjs} +2 -2
  31. package/dist/{chunk-XDAEEJYR.mjs → chunk-P23GR7NX.mjs} +2 -2
  32. package/dist/{chunk-J6L5BLKX.mjs → chunk-PGSPYQOW.mjs} +2 -2
  33. package/dist/{chunk-J7OETCZ7.mjs → chunk-QFQHD2V6.mjs} +19 -20
  34. package/dist/chunk-RGZQHSNJ.mjs +845 -0
  35. package/dist/{chunk-7XRKA6XF.mjs → chunk-RXACBTON.mjs} +5 -5
  36. package/dist/{chunk-A4QJAOZW.mjs → chunk-USLTNDJA.mjs} +7 -7
  37. package/dist/{chunk-FACIYUNK.mjs → chunk-VC7LTPQD.mjs} +2 -2
  38. package/dist/{chunk-CKTAVEW2.mjs → chunk-VIP7HSOU.mjs} +2 -2
  39. package/dist/{chunk-5MN6ZNFA.mjs → chunk-VUDJ3PYM.mjs} +9 -9
  40. package/dist/{chunk-2NCBX6XI.mjs → chunk-W2DMBW4E.mjs} +8 -8
  41. package/dist/{chunk-764YUN2J.mjs → chunk-XELWY7SO.mjs} +150 -49
  42. package/dist/chunk-ZDF7QP4G.mjs +160 -0
  43. package/dist/{chunk-4NK2FNAG.mjs → chunk-ZHKMDK5M.mjs} +244 -112
  44. package/dist/{chunk-C4OI72SM.mjs → chunk-ZVBVGWSP.mjs} +1 -0
  45. package/dist/chunk-ZYREURXK.mjs +470 -0
  46. package/dist/connect-button.js +767 -292
  47. package/dist/connect-button.mjs +8 -8
  48. package/dist/deposit-modal.d.mts +34 -0
  49. package/dist/deposit-modal.d.ts +34 -0
  50. package/dist/deposit-modal.js +2787 -0
  51. package/dist/deposit-modal.mjs +15 -0
  52. package/dist/event-list-item-details.js +271 -173
  53. package/dist/event-list-item-details.mjs +13 -13
  54. package/dist/event-list-item.js +903 -426
  55. package/dist/event-list-item.mjs +11 -11
  56. package/dist/event-list.js +1104 -517
  57. package/dist/event-list.mjs +14 -14
  58. package/dist/event-market-page.d.mts +1 -1
  59. package/dist/event-market-page.d.ts +1 -1
  60. package/dist/event-market-page.js +1505 -681
  61. package/dist/event-market-page.mjs +23 -23
  62. package/dist/hello-world.mjs +3 -3
  63. package/dist/home-page.d.mts +1 -1
  64. package/dist/home-page.d.ts +1 -1
  65. package/dist/home-page.js +1120 -533
  66. package/dist/home-page.mjs +15 -15
  67. package/dist/icon.d.mts +74 -4
  68. package/dist/icon.d.ts +74 -4
  69. package/dist/icon.js +668 -123
  70. package/dist/icon.mjs +32 -4
  71. package/dist/index.d.mts +15 -7
  72. package/dist/index.d.ts +15 -7
  73. package/dist/index.js +5301 -2147
  74. package/dist/index.mjs +80 -32
  75. package/dist/loading-icon.d.mts +1 -1
  76. package/dist/loading-icon.d.ts +1 -1
  77. package/dist/loading-icon.js +1 -0
  78. package/dist/loading-icon.mjs +3 -3
  79. package/dist/market-details.d.mts +2 -2
  80. package/dist/market-details.d.ts +2 -2
  81. package/dist/market-details.js +1097 -411
  82. package/dist/market-details.mjs +16 -16
  83. package/dist/modal.mjs +3 -3
  84. package/dist/number-value.mjs +2 -2
  85. package/dist/onboarding-modal.js +1249 -672
  86. package/dist/onboarding-modal.mjs +8 -8
  87. package/dist/place-order.d.mts +1 -1
  88. package/dist/place-order.d.ts +1 -1
  89. package/dist/place-order.js +1091 -506
  90. package/dist/place-order.mjs +12 -12
  91. package/dist/profile-modal.d.mts +66 -0
  92. package/dist/profile-modal.d.ts +66 -0
  93. package/dist/profile-modal.js +2429 -0
  94. package/dist/profile-modal.mjs +14 -0
  95. package/dist/{registry-CVn79H3I.d.mts → registry-DfSCFAdC.d.mts} +72 -0
  96. package/dist/{registry-CVn79H3I.d.ts → registry-DfSCFAdC.d.ts} +72 -0
  97. package/dist/search.d.mts +2 -2
  98. package/dist/search.d.ts +2 -2
  99. package/dist/search.js +740 -265
  100. package/dist/search.mjs +6 -6
  101. package/dist/select.d.mts +2 -0
  102. package/dist/select.d.ts +2 -0
  103. package/dist/select.js +814 -187
  104. package/dist/select.mjs +5 -5
  105. package/dist/settlement.d.mts +1 -1
  106. package/dist/settlement.d.ts +1 -1
  107. package/dist/settlement.js +891 -417
  108. package/dist/settlement.mjs +9 -9
  109. package/dist/skeleton.js +1 -1
  110. package/dist/skeleton.mjs +3 -3
  111. package/dist/styles.css +1 -1
  112. package/dist/switch-button.mjs +2 -2
  113. package/dist/tabs.js +854 -227
  114. package/dist/tabs.mjs +6 -6
  115. package/dist/tailwind.css +1 -1
  116. package/dist/types-Bed6Q0EK.d.mts +3 -0
  117. package/dist/types-Bed6Q0EK.d.ts +3 -0
  118. package/dist/typography.mjs +2 -2
  119. package/dist/user-profile-page.d.mts +133 -0
  120. package/dist/user-profile-page.d.ts +133 -0
  121. package/dist/user-profile-page.js +3335 -0
  122. package/dist/user-profile-page.mjs +15 -0
  123. package/dist/venue-logo.d.mts +2 -2
  124. package/dist/venue-logo.d.ts +2 -2
  125. package/dist/venue-logo.js +28 -70
  126. package/dist/venue-logo.mjs +2 -2
  127. package/dist/{venue-logo.types-Bg8eXtGp.d.ts → venue-logo.types-BSAuY84j.d.ts} +1 -1
  128. package/dist/{venue-logo.types-B1iPJgiD.d.mts → venue-logo.types-DACqcTvY.d.mts} +1 -1
  129. package/dist/withdraw-modal.d.mts +36 -0
  130. package/dist/withdraw-modal.d.ts +36 -0
  131. package/dist/withdraw-modal.js +2442 -0
  132. package/dist/withdraw-modal.mjs +14 -0
  133. package/package.json +43 -3
  134. package/dist/chunk-DA6KZWSK.mjs +0 -807
  135. package/dist/chunk-IY2AA3OL.mjs +0 -50
  136. package/dist/chunk-R3DRVI4J.mjs +0 -741
  137. package/dist/types-CayJ8tWA.d.mts +0 -3
  138. package/dist/types-CayJ8tWA.d.ts +0 -3
  139. package/dist/{types-C5JigCSX.d.mts → types-DkGlbmXq.d.mts} +2 -2
  140. package/dist/{types-C5JigCSX.d.ts → types-DkGlbmXq.d.ts} +2 -2
@@ -87,7 +87,7 @@ __export(onboarding_exports, {
87
87
  ProfileSetupStep: () => ProfileSetupStep
88
88
  });
89
89
  module.exports = __toCommonJS(onboarding_exports);
90
- var import_react4 = require("react");
90
+ var import_react5 = require("react");
91
91
  var import_hooks9 = require("@agg-market/hooks");
92
92
  var Dialog4 = __toESM(require("@radix-ui/react-dialog"));
93
93
 
@@ -361,6 +361,7 @@ var ONCHAIN_VENUES = [
361
361
  ];
362
362
 
363
363
  // src/onboarding/steps/how-it-works.tsx
364
+ var import_react = require("react");
364
365
  var import_hooks3 = require("@agg-market/hooks");
365
366
 
366
367
  // src/primitives/button/index.tsx
@@ -371,6 +372,7 @@ var iconSizeClasses = {
371
372
  xxs: "h-2 w-2",
372
373
  xs: "h-3 w-3",
373
374
  s: "h-4 w-4",
375
+ ms: "h-5 w-5",
374
376
  m: "h-6 w-6",
375
377
  l: "h-8 w-8",
376
378
  xl: "h-10 w-10",
@@ -565,124 +567,122 @@ var ArrowsToDotIcon = (_a) => {
565
567
  };
566
568
  ArrowsToDotIcon.displayName = "ArrowsToDotIcon";
567
569
 
568
- // src/primitives/icon/svg/best-prices.tsx
570
+ // src/primitives/icon/svg/bank.tsx
569
571
  var import_jsx_runtime6 = require("react/jsx-runtime");
570
- var BestPricesIcon = (_a) => {
572
+ var BankIcon = (_a) => {
571
573
  var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
572
574
  return /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)(
573
575
  "svg",
574
576
  __spreadProps(__spreadValues(__spreadValues({
575
- width: "28",
576
- height: "28",
577
- viewBox: "0 0 28 28",
578
- fill: "none",
579
- xmlns: "http://www.w3.org/2000/svg",
580
- className
577
+ viewBox: "0 0 24 24",
578
+ className,
579
+ fill: "none"
581
580
  }, getIconA11yProps(title)), props), {
582
581
  children: [
583
582
  title ? /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("title", { children: title }) : null,
584
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("g", { clipPath: "url(#clip0_best_prices)", children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
583
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
585
584
  "path",
586
585
  {
587
- d: "M12.8333 27.4167C12.8333 27.7387 12.572 28 12.25 28H5.25C2.3555 28 0 25.6445 0 22.75V5.25117C0 2.35667 2.35433 0 5.25 0H18.0833C20.9778 0 23.3333 2.35433 23.3333 5.24883V8.74883C23.3333 9.07083 23.0732 9.33217 22.75 9.33217C22.4268 9.33217 22.1667 9.07083 22.1667 8.74883V5.24883C22.1667 2.99717 20.3338 1.1655 18.0833 1.1655H5.25C2.99833 1.1655 1.16667 2.99833 1.16667 5.25V22.7488C1.16667 25.0005 2.9995 26.8322 5.25 26.8322H12.25C12.572 26.8322 12.8333 27.0947 12.8333 27.4167ZM27.8297 27.8297C27.7153 27.944 27.566 28 27.4167 28C27.2673 28 27.118 27.9428 27.0037 27.8297L23.0102 23.8362C21.6837 24.9748 19.964 25.6667 18.0822 25.6667C13.9008 25.6667 10.4988 22.2647 10.4988 18.0833C10.4988 13.902 13.9008 10.5 18.0822 10.5C22.2635 10.5 25.6655 13.902 25.6655 18.0833C25.6655 19.964 24.9725 21.6837 23.835 23.0113L27.8285 27.0048C28.056 27.2323 28.0572 27.6022 27.8297 27.8297ZM24.5 18.0833C24.5 14.546 21.6218 11.6667 18.0833 11.6667C14.5448 11.6667 11.6667 14.546 11.6667 18.0833C11.6667 21.6207 14.5448 24.5 18.0833 24.5C21.6218 24.5 24.5 21.6207 24.5 18.0833ZM7.58333 5.83333H5.25C4.928 5.83333 4.66667 6.09467 4.66667 6.41667C4.66667 6.73867 4.928 7 5.25 7H7.58333C7.90533 7 8.16667 6.73867 8.16667 6.41667C8.16667 6.09467 7.90533 5.83333 7.58333 5.83333ZM7.58333 17.5H5.25C4.928 17.5 4.66667 17.7613 4.66667 18.0833C4.66667 18.4053 4.928 18.6667 5.25 18.6667H7.58333C7.90533 18.6667 8.16667 18.4053 8.16667 18.0833C8.16667 17.7613 7.90533 17.5 7.58333 17.5ZM11.0833 5.83333C10.7613 5.83333 10.5 6.09467 10.5 6.41667C10.5 6.73867 10.7613 7 11.0833 7H18.0833C18.4053 7 18.6667 6.73867 18.6667 6.41667C18.6667 6.09467 18.4053 5.83333 18.0833 5.83333H11.0833ZM7.58333 11.6667H5.25C4.928 11.6667 4.66667 11.928 4.66667 12.25C4.66667 12.572 4.928 12.8333 5.25 12.8333H7.58333C7.90533 12.8333 8.16667 12.572 8.16667 12.25C8.16667 11.928 7.90533 11.6667 7.58333 11.6667ZM21.1668 16.4862L18.0098 19.5405C17.6167 19.9255 16.9762 19.9302 16.583 19.5452L14.9928 17.976C14.7642 17.7497 14.3943 17.752 14.168 17.9807C13.9417 18.2105 13.944 18.5803 14.1738 18.8055L15.7652 20.377C16.1875 20.79 16.7417 20.9965 17.2958 20.9965C17.85 20.9965 18.4053 20.7888 18.8253 20.3747L21.9788 17.325C22.2098 17.101 22.2168 16.7312 21.9928 16.5002C21.77 16.2692 21.399 16.2645 21.1668 16.4862Z",
586
+ d: "M23 22H1C0.448 22 0 22.448 0 23C0 23.552 0.448 24 1 24H23C23.552 24 24 23.552 24 23C24 22.448 23.552 22 23 22ZM2 21H4V11H2V21ZM6 21H8V11H6V21ZM10 21H14V11H10V21ZM16 21H18V11H16V21ZM20 21H22V11H20V21ZM12 0.334C11.826 0.123 11.569 0 11.297 0H12.703C12.431 0 12.174 0.123 12 0.334ZM0.392 8.613C0.144 9.02 0 9.495 0 10C0 10 0 10 1 10H23C24 10 24 10 24 10C24 9.495 23.856 9.02 23.608 8.613L13.406 0.668C13.016 0.244 12.528 0 12 0C11.472 0 10.984 0.244 10.594 0.668L0.392 8.613ZM12 2.156L21.445 9H2.555L12 2.156ZM12 5C10.895 5 10 5.895 10 7C10 8.105 10.895 9 12 9C13.105 9 14 8.105 14 7C14 5.895 13.105 5 12 5ZM12 8C11.448 8 11 7.552 11 7C11 6.448 11.448 6 12 6C12.552 6 13 6.448 13 7C13 7.552 12.552 8 12 8Z",
588
587
  fill: "currentColor"
589
588
  }
590
- ) }),
591
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("clipPath", { id: "clip0_best_prices", children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("rect", { width: "28", height: "28", fill: "white" }) }) })
589
+ )
592
590
  ]
593
591
  })
594
592
  );
595
593
  };
596
- BestPricesIcon.displayName = "BestPricesIcon";
594
+ BankIcon.displayName = "BankIcon";
597
595
 
598
- // src/primitives/icon/svg/check-circle.tsx
596
+ // src/primitives/icon/svg/best-prices.tsx
599
597
  var import_jsx_runtime7 = require("react/jsx-runtime");
600
- var CheckCircleIcon = (_a) => {
598
+ var BestPricesIcon = (_a) => {
601
599
  var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
602
600
  return /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)(
603
601
  "svg",
604
602
  __spreadProps(__spreadValues(__spreadValues({
605
- width: "24",
606
- height: "24",
607
- viewBox: "0 0 24 24",
603
+ width: "28",
604
+ height: "28",
605
+ viewBox: "0 0 28 28",
608
606
  fill: "none",
609
607
  xmlns: "http://www.w3.org/2000/svg",
610
608
  className
611
609
  }, getIconA11yProps(title)), props), {
612
610
  children: [
613
611
  title ? /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("title", { children: title }) : null,
614
- /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("g", { clipPath: "url(#clip0_check_circle)", children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
612
+ /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("g", { clipPath: "url(#clip0_best_prices)", children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
615
613
  "path",
616
614
  {
617
- d: "M12 0C5.383 0 0 5.383 0 12C0 18.617 5.383 24 12 24C18.617 24 24 18.617 24 12C24 5.383 18.617 0 12 0ZM18.2 10.512L13.774 14.857C12.991 15.625 11.983 16.008 10.974 16.008C9.976 16.008 8.978 15.632 8.198 14.879L6.299 13.012C5.905 12.625 5.9 11.992 6.287 11.598C6.673 11.203 7.308 11.198 7.701 11.586L9.594 13.447C10.37 14.197 11.595 14.193 12.375 13.429L16.8 9.085C17.193 8.697 17.824 8.704 18.214 9.098C18.601 9.492 18.595 10.125 18.2 10.512Z",
615
+ d: "M12.8333 27.4167C12.8333 27.7387 12.572 28 12.25 28H5.25C2.3555 28 0 25.6445 0 22.75V5.25117C0 2.35667 2.35433 0 5.25 0H18.0833C20.9778 0 23.3333 2.35433 23.3333 5.24883V8.74883C23.3333 9.07083 23.0732 9.33217 22.75 9.33217C22.4268 9.33217 22.1667 9.07083 22.1667 8.74883V5.24883C22.1667 2.99717 20.3338 1.1655 18.0833 1.1655H5.25C2.99833 1.1655 1.16667 2.99833 1.16667 5.25V22.7488C1.16667 25.0005 2.9995 26.8322 5.25 26.8322H12.25C12.572 26.8322 12.8333 27.0947 12.8333 27.4167ZM27.8297 27.8297C27.7153 27.944 27.566 28 27.4167 28C27.2673 28 27.118 27.9428 27.0037 27.8297L23.0102 23.8362C21.6837 24.9748 19.964 25.6667 18.0822 25.6667C13.9008 25.6667 10.4988 22.2647 10.4988 18.0833C10.4988 13.902 13.9008 10.5 18.0822 10.5C22.2635 10.5 25.6655 13.902 25.6655 18.0833C25.6655 19.964 24.9725 21.6837 23.835 23.0113L27.8285 27.0048C28.056 27.2323 28.0572 27.6022 27.8297 27.8297ZM24.5 18.0833C24.5 14.546 21.6218 11.6667 18.0833 11.6667C14.5448 11.6667 11.6667 14.546 11.6667 18.0833C11.6667 21.6207 14.5448 24.5 18.0833 24.5C21.6218 24.5 24.5 21.6207 24.5 18.0833ZM7.58333 5.83333H5.25C4.928 5.83333 4.66667 6.09467 4.66667 6.41667C4.66667 6.73867 4.928 7 5.25 7H7.58333C7.90533 7 8.16667 6.73867 8.16667 6.41667C8.16667 6.09467 7.90533 5.83333 7.58333 5.83333ZM7.58333 17.5H5.25C4.928 17.5 4.66667 17.7613 4.66667 18.0833C4.66667 18.4053 4.928 18.6667 5.25 18.6667H7.58333C7.90533 18.6667 8.16667 18.4053 8.16667 18.0833C8.16667 17.7613 7.90533 17.5 7.58333 17.5ZM11.0833 5.83333C10.7613 5.83333 10.5 6.09467 10.5 6.41667C10.5 6.73867 10.7613 7 11.0833 7H18.0833C18.4053 7 18.6667 6.73867 18.6667 6.41667C18.6667 6.09467 18.4053 5.83333 18.0833 5.83333H11.0833ZM7.58333 11.6667H5.25C4.928 11.6667 4.66667 11.928 4.66667 12.25C4.66667 12.572 4.928 12.8333 5.25 12.8333H7.58333C7.90533 12.8333 8.16667 12.572 8.16667 12.25C8.16667 11.928 7.90533 11.6667 7.58333 11.6667ZM21.1668 16.4862L18.0098 19.5405C17.6167 19.9255 16.9762 19.9302 16.583 19.5452L14.9928 17.976C14.7642 17.7497 14.3943 17.752 14.168 17.9807C13.9417 18.2105 13.944 18.5803 14.1738 18.8055L15.7652 20.377C16.1875 20.79 16.7417 20.9965 17.2958 20.9965C17.85 20.9965 18.4053 20.7888 18.8253 20.3747L21.9788 17.325C22.2098 17.101 22.2168 16.7312 21.9928 16.5002C21.77 16.2692 21.399 16.2645 21.1668 16.4862Z",
618
616
  fill: "currentColor"
619
617
  }
620
618
  ) }),
621
- /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("clipPath", { id: "clip0_check_circle", children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
619
+ /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("clipPath", { id: "clip0_best_prices", children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("rect", { width: "28", height: "28", fill: "white" }) }) })
622
620
  ]
623
621
  })
624
622
  );
625
623
  };
626
- CheckCircleIcon.displayName = "CheckCircleIcon";
624
+ BestPricesIcon.displayName = "BestPricesIcon";
627
625
 
628
- // src/primitives/icon/svg/chevron-down.tsx
626
+ // src/primitives/icon/svg/bolt.tsx
629
627
  var import_jsx_runtime8 = require("react/jsx-runtime");
630
- var ChevronDownIcon = (_a) => {
628
+ var BoltIcon = (_a) => {
631
629
  var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
632
630
  return /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)(
633
631
  "svg",
634
632
  __spreadProps(__spreadValues(__spreadValues({
635
- viewBox: "0 0 14 14",
633
+ viewBox: "0 0 24 24",
636
634
  className,
637
635
  fill: "none"
638
636
  }, getIconA11yProps(title)), props), {
639
637
  children: [
640
638
  title ? /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("title", { children: title }) : null,
641
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
639
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("g", { clipPath: "url(#bolt-clip)", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
642
640
  "path",
643
641
  {
644
- d: "M3.25 5.25L7 9L10.75 5.25",
645
- stroke: "currentColor",
646
- strokeWidth: "1.5",
647
- strokeLinecap: "round",
648
- strokeLinejoin: "round"
642
+ d: "M11.7372 24C11.4922 24 11.2432 23.946 11.0022 23.835C10.2162 23.472 9.83423 22.637 10.0722 21.805L11.8272 16H6.50123C5.70223 16 4.97023 15.632 4.49423 14.99C4.01823 14.348 3.87723 13.541 4.10823 12.776L7.13023 1.788C7.45523 0.714 8.41723 0 9.52623 0H13.8992C14.5872 0 15.2322 0.338 15.6242 0.903C16.0162 1.468 16.1062 2.191 15.8652 2.835L13.7052 9H17.5002C18.4422 9 19.2682 9.497 19.7092 10.33C20.1502 11.163 20.0982 12.124 19.5692 12.904L13.1592 23.216C12.8202 23.725 12.2912 24 11.7372 24ZM9.52723 1C8.86123 1 8.28423 1.428 8.09123 2.066L5.06923 13.054C4.92723 13.525 5.01123 14.009 5.29723 14.394C5.58323 14.779 6.02223 15 6.50223 15H12.5012C12.6592 15 12.8082 15.075 12.9022 15.202C12.9962 15.329 13.0252 15.493 12.9792 15.644L11.0322 22.086C10.9102 22.514 11.1532 22.802 11.4232 22.926C11.6922 23.05 12.0692 23.05 12.3192 22.673L18.7312 12.358C19.0592 11.874 19.0912 11.297 18.8262 10.797C18.5612 10.297 18.0662 9.999 17.5002 9.999H13.0002C12.8382 9.999 12.6862 9.92 12.5922 9.788C12.4982 9.656 12.4742 9.487 12.5282 9.333L14.9252 2.493C15.0572 2.14 15.0112 1.772 14.8022 1.472C14.5942 1.171 14.2642 0.999 13.8992 0.999H9.52623L9.52723 1Z",
643
+ fill: "currentColor"
649
644
  }
650
- )
645
+ ) }),
646
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("clipPath", { id: "bolt-clip", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
651
647
  ]
652
648
  })
653
649
  );
654
650
  };
655
- ChevronDownIcon.displayName = "ChevronDownIcon";
651
+ BoltIcon.displayName = "BoltIcon";
656
652
 
657
- // src/primitives/icon/svg/chevron-right.tsx
653
+ // src/primitives/icon/svg/check-circle.tsx
658
654
  var import_jsx_runtime9 = require("react/jsx-runtime");
659
- var ChevronRightIcon = (_a) => {
655
+ var CheckCircleIcon = (_a) => {
660
656
  var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
661
657
  return /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)(
662
658
  "svg",
663
659
  __spreadProps(__spreadValues(__spreadValues({
664
- viewBox: "0 0 16 16",
665
- className,
666
- fill: "none"
660
+ width: "24",
661
+ height: "24",
662
+ viewBox: "0 0 24 24",
663
+ fill: "none",
664
+ xmlns: "http://www.w3.org/2000/svg",
665
+ className
667
666
  }, getIconA11yProps(title)), props), {
668
667
  children: [
669
668
  title ? /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("title", { children: title }) : null,
670
- /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
669
+ /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("g", { clipPath: "url(#clip0_check_circle)", children: /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
671
670
  "path",
672
671
  {
673
- d: "M10.2665 6.56563L7.20654 3.50563C7.08163 3.38146 6.91266 3.31177 6.73653 3.31177C6.56041 3.31177 6.39144 3.38146 6.26653 3.50563C6.20405 3.5676 6.15445 3.64134 6.12061 3.72258C6.08676 3.80382 6.06934 3.89095 6.06934 3.97896C6.06934 4.06697 6.08676 4.15411 6.12061 4.23535C6.15445 4.31659 6.20405 4.39032 6.26653 4.4523L9.3332 7.50563C9.39569 7.5676 9.44528 7.64134 9.47913 7.72258C9.51298 7.80382 9.5304 7.89095 9.5304 7.97896C9.5304 8.06697 9.51298 8.15411 9.47913 8.23535C9.44528 8.31659 9.39569 8.39032 9.3332 8.4523L6.26653 11.5056C6.141 11.6303 6.07012 11.7997 6.0695 11.9766C6.06887 12.1535 6.13855 12.3234 6.2632 12.449C6.38785 12.5745 6.55727 12.6454 6.73418 12.646C6.91109 12.6466 7.081 12.5769 7.20654 12.4523L10.2665 9.3923C10.6411 9.0173 10.8514 8.50896 10.8514 7.97896C10.8514 7.44896 10.6411 6.94063 10.2665 6.56563Z",
672
+ d: "M12 0C5.383 0 0 5.383 0 12C0 18.617 5.383 24 12 24C18.617 24 24 18.617 24 12C24 5.383 18.617 0 12 0ZM18.2 10.512L13.774 14.857C12.991 15.625 11.983 16.008 10.974 16.008C9.976 16.008 8.978 15.632 8.198 14.879L6.299 13.012C5.905 12.625 5.9 11.992 6.287 11.598C6.673 11.203 7.308 11.198 7.701 11.586L9.594 13.447C10.37 14.197 11.595 14.193 12.375 13.429L16.8 9.085C17.193 8.697 17.824 8.704 18.214 9.098C18.601 9.492 18.595 10.125 18.2 10.512Z",
674
673
  fill: "currentColor"
675
674
  }
676
- )
675
+ ) }),
676
+ /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("clipPath", { id: "clip0_check_circle", children: /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
677
677
  ]
678
678
  })
679
679
  );
680
680
  };
681
- ChevronRightIcon.displayName = "ChevronRightIcon";
681
+ CheckCircleIcon.displayName = "CheckCircleIcon";
682
682
 
683
- // src/primitives/icon/svg/chevron-up.tsx
683
+ // src/primitives/icon/svg/chevron-down.tsx
684
684
  var import_jsx_runtime10 = require("react/jsx-runtime");
685
- var ChevronUpIcon = (_a) => {
685
+ var ChevronDownIcon = (_a) => {
686
686
  var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
687
687
  return /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
688
688
  "svg",
@@ -696,7 +696,7 @@ var ChevronUpIcon = (_a) => {
696
696
  /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
697
697
  "path",
698
698
  {
699
- d: "M3.25 8.75L7 5L10.75 8.75",
699
+ d: "M3.25 5.25L7 9L10.75 5.25",
700
700
  stroke: "currentColor",
701
701
  strokeWidth: "1.5",
702
702
  strokeLinecap: "round",
@@ -707,41 +707,37 @@ var ChevronUpIcon = (_a) => {
707
707
  })
708
708
  );
709
709
  };
710
- ChevronUpIcon.displayName = "ChevronUpIcon";
710
+ ChevronDownIcon.displayName = "ChevronDownIcon";
711
711
 
712
- // src/primitives/icon/svg/create-account.tsx
712
+ // src/primitives/icon/svg/chevron-left.tsx
713
713
  var import_jsx_runtime11 = require("react/jsx-runtime");
714
- var CreateAccountIcon = (_a) => {
714
+ var ChevronLeftIcon = (_a) => {
715
715
  var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
716
716
  return /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(
717
717
  "svg",
718
718
  __spreadProps(__spreadValues(__spreadValues({
719
- width: "28",
720
- height: "28",
721
- viewBox: "0 0 28 28",
722
- fill: "none",
723
- xmlns: "http://www.w3.org/2000/svg",
724
- className
719
+ viewBox: "0 0 24 24",
720
+ className,
721
+ fill: "none"
725
722
  }, getIconA11yProps(title)), props), {
726
723
  children: [
727
724
  title ? /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("title", { children: title }) : null,
728
- /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("g", { clipPath: "url(#clip0_create_account)", children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
725
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
729
726
  "path",
730
727
  {
731
- d: "M22.1667 4.66667V0.583333C22.1667 0.261333 22.428 0 22.75 0C23.072 0 23.3333 0.261333 23.3333 0.583333V4.66667H27.4167C27.7387 4.66667 28 4.928 28 5.25C28 5.572 27.7387 5.83333 27.4167 5.83333H23.3333V9.91667C23.3333 10.2387 23.072 10.5 22.75 10.5C22.428 10.5 22.1667 10.2387 22.1667 9.91667V5.83333H18.0833C17.7613 5.83333 17.5 5.572 17.5 5.25C17.5 4.928 17.7613 4.66667 18.0833 4.66667H22.1667ZM18.6667 11.6667C18.6667 14.2403 16.5737 16.3333 14 16.3333C11.4263 16.3333 9.33333 14.2403 9.33333 11.6667C9.33333 9.093 11.4263 7 14 7C16.5737 7 18.6667 9.093 18.6667 11.6667ZM17.5 11.6667C17.5 9.737 15.9297 8.16667 14 8.16667C12.0703 8.16667 10.5 9.737 10.5 11.6667C10.5 13.5963 12.0703 15.1667 14 15.1667C15.9297 15.1667 17.5 13.5963 17.5 11.6667ZM27.3922 9.90617C27.7958 11.2292 28 12.6058 28 14C28 21.7198 21.7198 28 14 28C6.28017 28 0 21.7198 0 14C0 6.28017 6.28017 0 14 0C15.4548 0 16.8898 0.221667 18.2607 0.660333C18.5675 0.758333 18.7367 1.08617 18.6387 1.393C18.5395 1.69983 18.2105 1.87017 17.9048 1.771C16.6483 1.36967 15.3335 1.1655 13.9988 1.1655C6.92417 1.16667 1.16667 6.92417 1.16667 14C1.16667 18.5197 3.521 22.4933 7.063 24.78C7.5005 21.3383 10.4417 18.6667 14 18.6667C17.5583 18.6667 20.4995 21.3383 20.937 24.78C24.4778 22.4933 26.8333 18.5197 26.8333 14C26.8333 12.7213 26.6467 11.459 26.2757 10.2468C26.1823 9.93883 26.355 9.61217 26.6642 9.51883C26.9722 9.422 27.2977 9.59933 27.3922 9.90617ZM14 26.8333C16.0918 26.8333 18.0623 26.32 19.8088 25.4287C19.6805 22.3253 17.1348 19.8333 14 19.8333C10.8652 19.8333 8.31833 22.3242 8.19117 25.4287C9.93767 26.32 11.9082 26.8333 14 26.8333Z",
728
+ d: "M10.5999 12.6786C10.5061 12.5856 10.4317 12.475 10.381 12.3531C10.3302 12.2313 10.3041 12.1006 10.3041 11.9686C10.3041 11.8366 10.3302 11.7058 10.381 11.584C10.4317 11.4621 10.5061 11.3515 10.5999 11.2586L15.1899 6.67857C15.2836 6.5856 15.358 6.475 15.4088 6.35314C15.4595 6.23128 15.4857 6.10058 15.4857 5.96857C15.4857 5.83655 15.4595 5.70585 15.4088 5.58399C15.358 5.46213 15.2836 5.35153 15.1899 5.25857C15.0025 5.07231 14.749 4.96777 14.4849 4.96777C14.2207 4.96777 13.9672 5.07231 13.7799 5.25857L9.18986 9.84857C8.62806 10.4111 8.3125 11.1736 8.3125 11.9686C8.3125 12.7636 8.62806 13.5261 9.18986 14.0886L13.7799 18.6786C13.9661 18.8633 14.2175 18.9675 14.4799 18.9686C14.6115 18.9693 14.7419 18.9441 14.8638 18.8943C14.9856 18.8446 15.0964 18.7712 15.1899 18.6786C15.2836 18.5856 15.358 18.475 15.4088 18.3531C15.4595 18.2313 15.4857 18.1006 15.4857 17.9686C15.4857 17.8366 15.4595 17.7058 15.4088 17.584C15.358 17.4621 15.2836 17.3515 15.1899 17.2586L10.5999 12.6786Z",
732
729
  fill: "currentColor"
733
730
  }
734
- ) }),
735
- /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("clipPath", { id: "clip0_create_account", children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("rect", { width: "28", height: "28", fill: "white" }) }) })
731
+ )
736
732
  ]
737
733
  })
738
734
  );
739
735
  };
740
- CreateAccountIcon.displayName = "CreateAccountIcon";
736
+ ChevronLeftIcon.displayName = "ChevronLeftIcon";
741
737
 
742
- // src/primitives/icon/svg/disconnect.tsx
738
+ // src/primitives/icon/svg/chevron-right.tsx
743
739
  var import_jsx_runtime12 = require("react/jsx-runtime");
744
- var DisconnectIcon = (_a) => {
740
+ var ChevronRightIcon = (_a) => {
745
741
  var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
746
742
  return /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
747
743
  "svg",
@@ -755,36 +751,24 @@ var DisconnectIcon = (_a) => {
755
751
  /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
756
752
  "path",
757
753
  {
758
- d: "M6.5 3H4a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h2.5",
759
- stroke: "currentColor",
760
- strokeWidth: "1.5",
761
- strokeLinecap: "round"
762
- }
763
- ),
764
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
765
- "path",
766
- {
767
- d: "M9.5 5.5 12 8m0 0-2.5 2.5M12 8H6",
768
- stroke: "currentColor",
769
- strokeWidth: "1.5",
770
- strokeLinecap: "round",
771
- strokeLinejoin: "round"
754
+ d: "M10.2665 6.56563L7.20654 3.50563C7.08163 3.38146 6.91266 3.31177 6.73653 3.31177C6.56041 3.31177 6.39144 3.38146 6.26653 3.50563C6.20405 3.5676 6.15445 3.64134 6.12061 3.72258C6.08676 3.80382 6.06934 3.89095 6.06934 3.97896C6.06934 4.06697 6.08676 4.15411 6.12061 4.23535C6.15445 4.31659 6.20405 4.39032 6.26653 4.4523L9.3332 7.50563C9.39569 7.5676 9.44528 7.64134 9.47913 7.72258C9.51298 7.80382 9.5304 7.89095 9.5304 7.97896C9.5304 8.06697 9.51298 8.15411 9.47913 8.23535C9.44528 8.31659 9.39569 8.39032 9.3332 8.4523L6.26653 11.5056C6.141 11.6303 6.07012 11.7997 6.0695 11.9766C6.06887 12.1535 6.13855 12.3234 6.2632 12.449C6.38785 12.5745 6.55727 12.6454 6.73418 12.646C6.91109 12.6466 7.081 12.5769 7.20654 12.4523L10.2665 9.3923C10.6411 9.0173 10.8514 8.50896 10.8514 7.97896C10.8514 7.44896 10.6411 6.94063 10.2665 6.56563Z",
755
+ fill: "currentColor"
772
756
  }
773
757
  )
774
758
  ]
775
759
  })
776
760
  );
777
761
  };
778
- DisconnectIcon.displayName = "DisconnectIcon";
762
+ ChevronRightIcon.displayName = "ChevronRightIcon";
779
763
 
780
- // src/primitives/icon/svg/download.tsx
764
+ // src/primitives/icon/svg/chevron-up.tsx
781
765
  var import_jsx_runtime13 = require("react/jsx-runtime");
782
- var DownloadIcon = (_a) => {
766
+ var ChevronUpIcon = (_a) => {
783
767
  var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
784
768
  return /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(
785
769
  "svg",
786
770
  __spreadProps(__spreadValues(__spreadValues({
787
- viewBox: "0 0 16 16",
771
+ viewBox: "0 0 14 14",
788
772
  className,
789
773
  fill: "none"
790
774
  }, getIconA11yProps(title)), props), {
@@ -793,23 +777,22 @@ var DownloadIcon = (_a) => {
793
777
  /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
794
778
  "path",
795
779
  {
796
- d: "M8 2.5v7m0 0 2.5-2.5M8 9.5 5.5 7",
780
+ d: "M3.25 8.75L7 5L10.75 8.75",
797
781
  stroke: "currentColor",
798
782
  strokeWidth: "1.5",
799
783
  strokeLinecap: "round",
800
784
  strokeLinejoin: "round"
801
785
  }
802
- ),
803
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("path", { d: "M2.5 12.5h11", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" })
786
+ )
804
787
  ]
805
788
  })
806
789
  );
807
790
  };
808
- DownloadIcon.displayName = "DownloadIcon";
791
+ ChevronUpIcon.displayName = "ChevronUpIcon";
809
792
 
810
- // src/primitives/icon/svg/dots-horizontal.tsx
793
+ // src/primitives/icon/svg/copy.tsx
811
794
  var import_jsx_runtime14 = require("react/jsx-runtime");
812
- var DotsHorizontalIcon = (_a) => {
795
+ var CopyIcon = (_a) => {
813
796
  var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
814
797
  return /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)(
815
798
  "svg",
@@ -820,18 +803,23 @@ var DotsHorizontalIcon = (_a) => {
820
803
  }, getIconA11yProps(title)), props), {
821
804
  children: [
822
805
  title ? /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("title", { children: title }) : null,
823
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("circle", { cx: "3.5", cy: "8", r: "1.25", fill: "currentColor" }),
824
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("circle", { cx: "8", cy: "8", r: "1.25", fill: "currentColor" }),
825
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("circle", { cx: "12.5", cy: "8", r: "1.25", fill: "currentColor" })
806
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("g", { clipPath: "url(#clip0_copy)", children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
807
+ "path",
808
+ {
809
+ d: "M10 13.3333H3.33333C2.4496 13.3323 1.60237 12.9807 0.97748 12.3559C0.352588 11.731 0.00105857 10.8837 0 10L0 3.33333C0.00105857 2.4496 0.352588 1.60237 0.97748 0.97748C1.60237 0.352588 2.4496 0.00105857 3.33333 0L10 0C10.8837 0.00105857 11.731 0.352588 12.3559 0.97748C12.9807 1.60237 13.3323 2.4496 13.3333 3.33333V10C13.3323 10.8837 12.9807 11.731 12.3559 12.3559C11.731 12.9807 10.8837 13.3323 10 13.3333ZM3.33333 1.33333C2.8029 1.33333 2.29419 1.54405 1.91912 1.91912C1.54405 2.29419 1.33333 2.8029 1.33333 3.33333V10C1.33333 10.5304 1.54405 11.0391 1.91912 11.4142C2.29419 11.7893 2.8029 12 3.33333 12H10C10.5304 12 11.0391 11.7893 11.4142 11.4142C11.7893 11.0391 12 10.5304 12 10V3.33333C12 2.8029 11.7893 2.29419 11.4142 1.91912C11.0391 1.54405 10.5304 1.33333 10 1.33333H3.33333ZM16 12.6667V4C16 3.82319 15.9298 3.65362 15.8047 3.5286C15.6797 3.40357 15.5101 3.33333 15.3333 3.33333C15.1565 3.33333 14.987 3.40357 14.8619 3.5286C14.7369 3.65362 14.6667 3.82319 14.6667 4V12.6667C14.6667 13.1971 14.456 13.7058 14.0809 14.0809C13.7058 14.456 13.1971 14.6667 12.6667 14.6667H4C3.82319 14.6667 3.65362 14.7369 3.5286 14.8619C3.40357 14.987 3.33333 15.1565 3.33333 15.3333C3.33333 15.5101 3.40357 15.6797 3.5286 15.8047C3.65362 15.9298 3.82319 16 4 16H12.6667C13.5504 15.9989 14.3976 15.6474 15.0225 15.0225C15.6474 14.3976 15.9989 13.5504 16 12.6667Z",
810
+ fill: "currentColor"
811
+ }
812
+ ) }),
813
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("clipPath", { id: "clip0_copy", children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
826
814
  ]
827
815
  })
828
816
  );
829
817
  };
830
- DotsHorizontalIcon.displayName = "DotsHorizontalIcon";
818
+ CopyIcon.displayName = "CopyIcon";
831
819
 
832
- // src/primitives/icon/svg/link-accounts.tsx
820
+ // src/primitives/icon/svg/create-account.tsx
833
821
  var import_jsx_runtime15 = require("react/jsx-runtime");
834
- var LinkAccountsIcon = (_a) => {
822
+ var CreateAccountIcon = (_a) => {
835
823
  var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
836
824
  return /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
837
825
  "svg",
@@ -845,28 +833,28 @@ var LinkAccountsIcon = (_a) => {
845
833
  }, getIconA11yProps(title)), props), {
846
834
  children: [
847
835
  title ? /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("title", { children: title }) : null,
848
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("g", { clipPath: "url(#clip0_link_accounts)", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
836
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("g", { clipPath: "url(#clip0_create_account)", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
849
837
  "path",
850
838
  {
851
- d: "M28 18.0835C28 22.2648 24.598 25.6668 20.4167 25.6668H14.5833C10.402 25.6668 7 22.2648 7 18.0835C7 13.9022 10.402 10.5002 14.5833 10.5002H16.9167C17.2387 10.5002 17.5 10.7615 17.5 11.0835C17.5 11.4055 17.2387 11.6668 16.9167 11.6668H14.5833C11.0448 11.6668 8.16667 14.5462 8.16667 18.0835C8.16667 21.6208 11.0448 24.5002 14.5833 24.5002H20.4167C23.9552 24.5002 26.8333 21.6208 26.8333 18.0835C26.8333 15.7992 25.6037 13.67 23.625 12.5243C23.3462 12.3633 23.2505 12.0063 23.4127 11.7275C23.5725 11.4487 23.9283 11.3507 24.2095 11.514C26.5475 12.8662 28.0012 15.3827 28.0012 18.0823L28 18.0835ZM4.375 15.476C2.39517 14.3315 1.16667 12.2012 1.16667 9.91683C1.16667 6.3795 4.04483 3.50016 7.58333 3.50016H13.4167C16.9552 3.50016 19.8333 6.3795 19.8333 9.91683C19.8333 13.4542 16.9552 16.3335 13.4167 16.3335H11.0833C10.7613 16.3335 10.5 16.5948 10.5 16.9168C10.5 17.2388 10.7613 17.5002 11.0833 17.5002H13.4167C17.598 17.5002 21 14.0982 21 9.91683C21 5.7355 17.598 2.3335 13.4167 2.3335H7.58333C3.402 2.3335 0 5.7355 0 9.91683C0 12.6153 1.4525 15.133 3.79167 16.4852C4.0705 16.6462 4.4275 16.5517 4.5885 16.2717C4.75067 15.994 4.655 15.6358 4.37617 15.4748L4.375 15.476Z",
839
+ d: "M22.1667 4.66667V0.583333C22.1667 0.261333 22.428 0 22.75 0C23.072 0 23.3333 0.261333 23.3333 0.583333V4.66667H27.4167C27.7387 4.66667 28 4.928 28 5.25C28 5.572 27.7387 5.83333 27.4167 5.83333H23.3333V9.91667C23.3333 10.2387 23.072 10.5 22.75 10.5C22.428 10.5 22.1667 10.2387 22.1667 9.91667V5.83333H18.0833C17.7613 5.83333 17.5 5.572 17.5 5.25C17.5 4.928 17.7613 4.66667 18.0833 4.66667H22.1667ZM18.6667 11.6667C18.6667 14.2403 16.5737 16.3333 14 16.3333C11.4263 16.3333 9.33333 14.2403 9.33333 11.6667C9.33333 9.093 11.4263 7 14 7C16.5737 7 18.6667 9.093 18.6667 11.6667ZM17.5 11.6667C17.5 9.737 15.9297 8.16667 14 8.16667C12.0703 8.16667 10.5 9.737 10.5 11.6667C10.5 13.5963 12.0703 15.1667 14 15.1667C15.9297 15.1667 17.5 13.5963 17.5 11.6667ZM27.3922 9.90617C27.7958 11.2292 28 12.6058 28 14C28 21.7198 21.7198 28 14 28C6.28017 28 0 21.7198 0 14C0 6.28017 6.28017 0 14 0C15.4548 0 16.8898 0.221667 18.2607 0.660333C18.5675 0.758333 18.7367 1.08617 18.6387 1.393C18.5395 1.69983 18.2105 1.87017 17.9048 1.771C16.6483 1.36967 15.3335 1.1655 13.9988 1.1655C6.92417 1.16667 1.16667 6.92417 1.16667 14C1.16667 18.5197 3.521 22.4933 7.063 24.78C7.5005 21.3383 10.4417 18.6667 14 18.6667C17.5583 18.6667 20.4995 21.3383 20.937 24.78C24.4778 22.4933 26.8333 18.5197 26.8333 14C26.8333 12.7213 26.6467 11.459 26.2757 10.2468C26.1823 9.93883 26.355 9.61217 26.6642 9.51883C26.9722 9.422 27.2977 9.59933 27.3922 9.90617ZM14 26.8333C16.0918 26.8333 18.0623 26.32 19.8088 25.4287C19.6805 22.3253 17.1348 19.8333 14 19.8333C10.8652 19.8333 8.31833 22.3242 8.19117 25.4287C9.93767 26.32 11.9082 26.8333 14 26.8333Z",
852
840
  fill: "currentColor"
853
841
  }
854
842
  ) }),
855
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("clipPath", { id: "clip0_link_accounts", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("rect", { width: "28", height: "28", fill: "white" }) }) })
843
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("clipPath", { id: "clip0_create_account", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("rect", { width: "28", height: "28", fill: "white" }) }) })
856
844
  ]
857
845
  })
858
846
  );
859
847
  };
860
- LinkAccountsIcon.displayName = "LinkAccountsIcon";
848
+ CreateAccountIcon.displayName = "CreateAccountIcon";
861
849
 
862
- // src/primitives/icon/svg/profile.tsx
850
+ // src/primitives/icon/svg/credit-card.tsx
863
851
  var import_jsx_runtime16 = require("react/jsx-runtime");
864
- var ProfileIcon = (_a) => {
852
+ var CreditCardIcon = (_a) => {
865
853
  var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
866
854
  return /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
867
855
  "svg",
868
856
  __spreadProps(__spreadValues(__spreadValues({
869
- viewBox: "0 0 16 16",
857
+ viewBox: "0 0 24 24",
870
858
  className,
871
859
  fill: "none"
872
860
  }, getIconA11yProps(title)), props), {
@@ -875,34 +863,24 @@ var ProfileIcon = (_a) => {
875
863
  /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
876
864
  "path",
877
865
  {
878
- d: "M8 8.25a2.75 2.75 0 1 0 0-5.5 2.75 2.75 0 0 0 0 5.5Z",
879
- stroke: "currentColor",
880
- strokeWidth: "1.5"
881
- }
882
- ),
883
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
884
- "path",
885
- {
886
- d: "M3 13.5a5 5 0 0 1 10 0",
887
- stroke: "currentColor",
888
- strokeWidth: "1.5",
889
- strokeLinecap: "round"
866
+ d: "M19.5 3H4.5C2.019 3 0 5.019 0 7.5V16.5C0 18.981 2.019 21 4.5 21H19.5C21.981 21 24 18.981 24 16.5V7.5C24 5.019 21.981 3 19.5 3ZM1 8H23V10H1V8ZM4.5 4H19.5C21.258 4 22.704 5.308 22.949 7H1.051C1.296 5.308 2.742 4 4.5 4ZM19.5 20H4.5C2.57 20 1 18.43 1 16.5V11H23V16.5C23 18.43 21.43 20 19.5 20ZM5 14C3.897 14 3 14.897 3 16C3 17.103 3.897 18 5 18C6.103 18 7 17.103 7 16C7 14.897 6.103 14 5 14ZM5 17C4.449 17 4 16.552 4 16C4 15.448 4.449 15 5 15C5.551 15 6 15.448 6 16C6 16.552 5.551 17 5 17Z",
867
+ fill: "currentColor"
890
868
  }
891
869
  )
892
870
  ]
893
871
  })
894
872
  );
895
873
  };
896
- ProfileIcon.displayName = "ProfileIcon";
874
+ CreditCardIcon.displayName = "CreditCardIcon";
897
875
 
898
- // src/primitives/icon/svg/revenue-alt.tsx
876
+ // src/primitives/icon/svg/disconnect.tsx
899
877
  var import_jsx_runtime17 = require("react/jsx-runtime");
900
- var RevenueAltIcon = (_a) => {
878
+ var DisconnectIcon = (_a) => {
901
879
  var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
902
880
  return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
903
881
  "svg",
904
882
  __spreadProps(__spreadValues(__spreadValues({
905
- viewBox: "0 0 20 20",
883
+ viewBox: "0 0 16 16",
906
884
  className,
907
885
  fill: "none"
908
886
  }, getIconA11yProps(title)), props), {
@@ -911,17 +889,16 @@ var RevenueAltIcon = (_a) => {
911
889
  /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
912
890
  "path",
913
891
  {
914
- d: "M3 14V6M3 6L1.5 7.5M3 6L4.5 7.5M17 6V14M17 14L15.5 12.5M17 14L18.5 12.5",
892
+ d: "M6.5 3H4a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h2.5",
915
893
  stroke: "currentColor",
916
894
  strokeWidth: "1.5",
917
- strokeLinecap: "round",
918
- strokeLinejoin: "round"
895
+ strokeLinecap: "round"
919
896
  }
920
897
  ),
921
898
  /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
922
899
  "path",
923
900
  {
924
- d: "M10 5.5V14.5M12.5 7.4C12.5 6.55 11.38 5.86 10 5.86C8.62 5.86 7.5 6.55 7.5 7.4C7.5 8.25 8.62 8.94 10 8.94C11.38 8.94 12.5 9.63 12.5 10.48C12.5 11.33 11.38 12.02 10 12.02C8.62 12.02 7.5 11.33 7.5 10.48",
901
+ d: "M9.5 5.5 12 8m0 0-2.5 2.5M12 8H6",
925
902
  stroke: "currentColor",
926
903
  strokeWidth: "1.5",
927
904
  strokeLinecap: "round",
@@ -932,51 +909,33 @@ var RevenueAltIcon = (_a) => {
932
909
  })
933
910
  );
934
911
  };
935
- RevenueAltIcon.displayName = "RevenueAltIcon";
912
+ DisconnectIcon.displayName = "DisconnectIcon";
936
913
 
937
- // src/primitives/icon/svg/search.tsx
914
+ // src/primitives/icon/svg/dots-horizontal.tsx
938
915
  var import_jsx_runtime18 = require("react/jsx-runtime");
939
- var SearchIcon = (_a) => {
916
+ var DotsHorizontalIcon = (_a) => {
940
917
  var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
941
918
  return /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(
942
919
  "svg",
943
920
  __spreadProps(__spreadValues(__spreadValues({
944
921
  viewBox: "0 0 16 16",
945
- fill: "none",
946
- xmlns: "http://www.w3.org/2000/svg",
947
- className
922
+ className,
923
+ fill: "none"
948
924
  }, getIconA11yProps(title)), props), {
949
925
  children: [
950
926
  title ? /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("title", { children: title }) : null,
951
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
952
- "path",
953
- {
954
- d: "M7.3335 12.3333C10.0949 12.3333 12.3335 10.0947 12.3335 7.33329C12.3335 4.57187 10.0949 2.33329 7.3335 2.33329C4.57208 2.33329 2.3335 4.57187 2.3335 7.33329C2.3335 10.0947 4.57208 12.3333 7.3335 12.3333Z",
955
- stroke: "currentColor",
956
- strokeWidth: "1.3",
957
- strokeLinecap: "round",
958
- strokeLinejoin: "round"
959
- }
960
- ),
961
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
962
- "path",
963
- {
964
- d: "M13.6668 13.6666L11.1667 11.1666",
965
- stroke: "currentColor",
966
- strokeWidth: "1.3",
967
- strokeLinecap: "round",
968
- strokeLinejoin: "round"
969
- }
970
- )
927
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("circle", { cx: "3.5", cy: "8", r: "1.25", fill: "currentColor" }),
928
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("circle", { cx: "8", cy: "8", r: "1.25", fill: "currentColor" }),
929
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("circle", { cx: "12.5", cy: "8", r: "1.25", fill: "currentColor" })
971
930
  ]
972
931
  })
973
932
  );
974
933
  };
975
- SearchIcon.displayName = "SearchIcon";
934
+ DotsHorizontalIcon.displayName = "DotsHorizontalIcon";
976
935
 
977
- // src/primitives/icon/svg/shield-trust.tsx
936
+ // src/primitives/icon/svg/document.tsx
978
937
  var import_jsx_runtime19 = require("react/jsx-runtime");
979
- var ShieldTrustIcon = (_a) => {
938
+ var DocumentIcon = (_a) => {
980
939
  var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
981
940
  return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(
982
941
  "svg",
@@ -987,90 +946,527 @@ var ShieldTrustIcon = (_a) => {
987
946
  }, getIconA11yProps(title)), props), {
988
947
  children: [
989
948
  title ? /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("title", { children: title }) : null,
990
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
949
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("g", { clipPath: "url(#document-clip)", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
991
950
  "path",
992
951
  {
993
- d: "M8 1.25L13.5 3.25V7.08C13.5 10.09 11.62 12.74 8 14.75C4.38 12.74 2.5 10.09 2.5 7.08V3.25L8 1.25Z",
952
+ d: "M11.3335 9.33335C11.3335 9.51016 11.2633 9.67973 11.1382 9.80475C11.0132 9.92978 10.8436 10 10.6668 10H5.3335C5.15669 10 4.98712 9.92978 4.86209 9.80475C4.73707 9.67973 4.66683 9.51016 4.66683 9.33335C4.66683 9.15654 4.73707 8.98697 4.86209 8.86194C4.98712 8.73692 5.15669 8.66668 5.3335 8.66668H10.6668C10.8436 8.66668 11.0132 8.73692 11.1382 8.86194C11.2633 8.98697 11.3335 9.15654 11.3335 9.33335ZM8.66683 11.3333H5.3335C5.15669 11.3333 4.98712 11.4036 4.86209 11.5286C4.73707 11.6536 4.66683 11.8232 4.66683 12C4.66683 12.1768 4.73707 12.3464 4.86209 12.4714C4.98712 12.5964 5.15669 12.6667 5.3335 12.6667H8.66683C8.84364 12.6667 9.01321 12.5964 9.13823 12.4714C9.26326 12.3464 9.3335 12.1768 9.3335 12C9.3335 11.8232 9.26326 11.6536 9.13823 11.5286C9.01321 11.4036 8.84364 11.3333 8.66683 11.3333ZM14.6668 6.99002V12.6667C14.6658 13.5504 14.3142 14.3976 13.6894 15.0225C13.0645 15.6474 12.2172 15.999 11.3335 16H4.66683C3.7831 15.999 2.93587 15.6474 2.31098 15.0225C1.68608 14.3976 1.33455 13.5504 1.3335 12.6667V3.33335C1.33455 2.44962 1.68608 1.60239 2.31098 0.977495C2.93587 0.352603 3.7831 0.00107394 4.66683 1.53658e-05H7.67683C8.28991 -0.00156258 8.89722 0.118407 9.46365 0.352988C10.0301 0.587569 10.5444 0.932107 10.9768 1.36668L13.2995 3.69068C13.7343 4.12284 14.0791 4.63699 14.3138 5.20333C14.5485 5.76968 14.6685 6.37696 14.6668 6.99002ZM10.0342 2.30935C9.82435 2.10612 9.58879 1.9313 9.3335 1.78935V4.66668C9.3335 4.84349 9.40373 5.01306 9.52876 5.13809C9.65378 5.26311 9.82335 5.33335 10.0002 5.33335H12.8775C12.7355 5.07814 12.5604 4.84278 12.3568 4.63335L10.0342 2.30935ZM13.3335 6.99002C13.3335 6.88002 13.3122 6.77468 13.3022 6.66668H10.0002C9.46973 6.66668 8.96102 6.45597 8.58595 6.0809C8.21088 5.70582 8.00016 5.19711 8.00016 4.66668V1.36468C7.89216 1.35468 7.78616 1.33335 7.67683 1.33335H4.66683C4.1364 1.33335 3.62769 1.54406 3.25262 1.91914C2.87754 2.29421 2.66683 2.80292 2.66683 3.33335V12.6667C2.66683 13.1971 2.87754 13.7058 3.25262 14.0809C3.62769 14.456 4.1364 14.6667 4.66683 14.6667H11.3335C11.8639 14.6667 12.3726 14.456 12.7477 14.0809C13.1228 13.7058 13.3335 13.1971 13.3335 12.6667V6.99002Z",
994
953
  fill: "currentColor"
995
954
  }
996
- ),
997
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
998
- "path",
999
- {
1000
- d: "M5.5 8.2L7.2 9.9L10.8 6.3",
1001
- stroke: "white",
1002
- strokeWidth: "1.4",
1003
- strokeLinecap: "round",
1004
- strokeLinejoin: "round"
1005
- }
1006
- )
955
+ ) }),
956
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("clipPath", { id: "document-clip", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
1007
957
  ]
1008
958
  })
1009
959
  );
1010
960
  };
1011
- ShieldTrustIcon.displayName = "ShieldTrustIcon";
961
+ DocumentIcon.displayName = "DocumentIcon";
1012
962
 
1013
- // src/primitives/icon/svg/stay-in-control.tsx
963
+ // src/primitives/icon/svg/download.tsx
1014
964
  var import_jsx_runtime20 = require("react/jsx-runtime");
1015
- var StayInControlIcon = (_a) => {
965
+ var DownloadIcon = (_a) => {
1016
966
  var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
1017
967
  return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(
1018
968
  "svg",
1019
969
  __spreadProps(__spreadValues(__spreadValues({
1020
- width: "28",
1021
- height: "28",
1022
- viewBox: "0 0 28 28",
1023
- fill: "none",
1024
- xmlns: "http://www.w3.org/2000/svg",
1025
- className
970
+ viewBox: "0 0 16 16",
971
+ className,
972
+ fill: "none"
1026
973
  }, getIconA11yProps(title)), props), {
1027
974
  children: [
1028
975
  title ? /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("title", { children: title }) : null,
1029
- /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)("g", { clipPath: "url(#clip0_stay_in_control)", children: [
1030
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
1031
- "path",
1032
- {
1033
- d: "M14 27.9406C13.9102 27.9406 13.8215 27.9196 13.7387 27.8788L13.2428 27.6314C10.6832 26.3504 2.32983 21.5753 2.32983 13.8648L2.33217 7.62776C2.33217 5.36093 3.77767 3.35776 5.93017 2.64493L13.8168 0.0292617C13.9358 -0.010405 14.0653 -0.010405 14.1832 0.0292617L22.0687 2.64376C24.2212 3.35776 25.6667 5.36093 25.6667 7.6266L25.6632 13.8636C25.6632 22.6113 17.2958 26.6584 14.7315 27.6909L14.217 27.8974C14.147 27.9254 14.0723 27.9394 13.9988 27.9394L14 27.9406ZM14 1.19826L6.29767 3.7521C4.6235 4.30743 3.5 5.86493 3.5 7.62776L3.49767 13.8648C3.49767 20.9056 11.3563 25.3844 13.7655 26.5884L14.0268 26.7191L14.2975 26.6106C16.6903 25.6481 24.4977 21.8833 24.4977 13.8659L24.5012 7.62893C24.5012 5.8661 23.3765 4.3086 21.7035 3.75326L14 1.19826Z",
1034
- fill: "currentColor"
1035
- }
1036
- ),
1037
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
1038
- "path",
1039
- {
1040
- d: "M12.8112 17.5001C12.0633 17.5001 11.3155 17.2154 10.7462 16.6461L7.18083 13.2569C6.94749 13.0352 6.93816 12.6654 7.15983 12.4321C7.38149 12.1999 7.75016 12.1894 7.98466 12.4111L11.5605 15.8107C12.2535 16.5026 13.363 16.5037 14.0455 15.8212L20.5928 9.49791C20.8262 9.27508 21.196 9.28208 21.4177 9.51308C21.6417 9.74408 21.6358 10.1139 21.4037 10.3379L14.8622 16.6542C14.2987 17.2177 13.5543 17.5012 12.81 17.5012L12.8112 17.5001Z",
1041
- fill: "currentColor"
1042
- }
1043
- )
1044
- ] }),
1045
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("clipPath", { id: "clip0_stay_in_control", children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("rect", { width: "28", height: "28", fill: "white" }) }) })
976
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
977
+ "path",
978
+ {
979
+ d: "M8 2.5v7m0 0 2.5-2.5M8 9.5 5.5 7",
980
+ stroke: "currentColor",
981
+ strokeWidth: "1.5",
982
+ strokeLinecap: "round",
983
+ strokeLinejoin: "round"
984
+ }
985
+ ),
986
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M2.5 12.5h11", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" })
1046
987
  ]
1047
988
  })
1048
989
  );
1049
990
  };
1050
- StayInControlIcon.displayName = "StayInControlIcon";
991
+ DownloadIcon.displayName = "DownloadIcon";
1051
992
 
1052
- // src/primitives/icon/svg/triangle-down.tsx
993
+ // src/primitives/icon/svg/external-link.tsx
1053
994
  var import_jsx_runtime21 = require("react/jsx-runtime");
1054
- var TriangleDownIcon = (_a) => {
995
+ var ExternalLinkIcon = (_a) => {
1055
996
  var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
1056
997
  return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(
1057
998
  "svg",
1058
999
  __spreadProps(__spreadValues(__spreadValues({
1059
- viewBox: "0 0 8 8",
1000
+ viewBox: "0 0 14 14",
1060
1001
  className,
1061
1002
  fill: "none"
1062
1003
  }, getIconA11yProps(title)), props), {
1063
1004
  children: [
1064
1005
  title ? /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("title", { children: title }) : null,
1065
- /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)("g", { transform: "scale(1,-1) translate(0,-8)", clipPath: "url(#triangle_up)", children: [
1066
- /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
1067
- "path",
1068
- {
1069
- d: "M3.99989 1.6805L6.23917 6.72896H1.76061L3.99989 1.6805ZM3.99989 0.366097C3.87788 0.36535 3.75832 0.400347 3.65596 0.466768C3.55361 0.53319 3.47295 0.628129 3.42393 0.739866L0.362237 7.63838H7.63755L4.57737 0.739866C4.52825 0.62789 4.44735 0.532789 4.3447 0.46635C4.24205 0.39991 4.12216 0.365052 3.99989 0.366097Z",
1070
- fill: "currentColor"
1071
- }
1006
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("g", { clipPath: "url(#clip0_422_235)", children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
1007
+ "path",
1008
+ {
1009
+ d: "M11.6667 6.41667V11.0833C11.6667 12.6916 10.3582 14 8.75 14H2.91667C1.30842 14 0 12.6916 0 11.0833V5.25C0 3.64175 1.30842 2.33333 2.91667 2.33333H7.58333C7.90533 2.33333 8.16667 2.59467 8.16667 2.91667C8.16667 3.23867 7.90533 3.5 7.58333 3.5H2.91667C1.95183 3.5 1.16667 4.28517 1.16667 5.25V11.0833C1.16667 12.0482 1.95183 12.8333 2.91667 12.8333H8.75C9.71483 12.8333 10.5 12.0482 10.5 11.0833V6.41667C10.5 6.09467 10.7613 5.83333 11.0833 5.83333C11.4053 5.83333 11.6667 6.09467 11.6667 6.41667ZM12.25 0H8.16667C7.84467 0 7.58333 0.261333 7.58333 0.583333C7.58333 0.905333 7.84467 1.16667 8.16667 1.16667H12.0085L4.83758 8.33758C4.6095 8.56567 4.6095 8.93433 4.83758 9.16242C4.95133 9.27617 5.10067 9.33333 5.25 9.33333C5.39933 9.33333 5.54867 9.27617 5.66242 9.16242L12.8333 1.9915V5.83333C12.8333 6.15533 13.0947 6.41667 13.4167 6.41667C13.7387 6.41667 14 6.15533 14 5.83333V1.75C14 0.785167 13.2148 0 12.25 0Z",
1010
+ fill: "currentColor"
1011
+ }
1012
+ ) }),
1013
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("clipPath", { id: "clip0_422_235", children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("rect", { width: "14", height: "14", fill: "white" }) }) })
1014
+ ]
1015
+ })
1016
+ );
1017
+ };
1018
+ ExternalLinkIcon.displayName = "ExternalLinkIcon";
1019
+
1020
+ // src/primitives/icon/svg/info.tsx
1021
+ var import_jsx_runtime22 = require("react/jsx-runtime");
1022
+ var InfoIcon = (_a) => {
1023
+ var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
1024
+ return /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(
1025
+ "svg",
1026
+ __spreadProps(__spreadValues(__spreadValues({
1027
+ viewBox: "0 0 12 12",
1028
+ className,
1029
+ fill: "none"
1030
+ }, getIconA11yProps(title)), props), {
1031
+ children: [
1032
+ title ? /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("title", { children: title }) : null,
1033
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)("g", { clipPath: "url(#info_clip)", children: [
1034
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
1035
+ "path",
1036
+ {
1037
+ d: "M6 0C4.81331 0 3.65328 0.351894 2.66658 1.01118C1.67989 1.67047 0.910851 2.60754 0.456726 3.7039C0.00259972 4.80026 -0.11622 6.00666 0.115291 7.17054C0.346802 8.33443 0.918247 9.40353 1.75736 10.2426C2.59648 11.0818 3.66558 11.6532 4.82946 11.8847C5.99335 12.1162 7.19975 11.9974 8.2961 11.5433C9.39246 11.0892 10.3295 10.3201 10.9888 9.33342C11.6481 8.34673 12 7.18669 12 6C11.9983 4.40923 11.3656 2.88411 10.2407 1.75926C9.1159 0.634414 7.59077 0.00172054 6 0ZM6 11C5.0111 11 4.0444 10.7068 3.22215 10.1573C2.39991 9.60794 1.75904 8.82705 1.38061 7.91342C1.00217 6.99979 0.90315 5.99445 1.09608 5.02455C1.289 4.05464 1.76521 3.16373 2.46447 2.46447C3.16373 1.7652 4.05465 1.289 5.02455 1.09607C5.99446 0.903148 6.99979 1.00216 7.91342 1.3806C8.82705 1.75904 9.60794 2.3999 10.1574 3.22215C10.7068 4.04439 11 5.01109 11 6C10.9985 7.32564 10.4713 8.59656 9.53393 9.53393C8.59656 10.4713 7.32564 10.9985 6 11Z",
1038
+ fill: "currentColor"
1039
+ }
1072
1040
  ),
1073
- /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
1041
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
1042
+ "path",
1043
+ {
1044
+ d: "M6 5H5.5C5.36739 5 5.24021 5.05268 5.14645 5.14645C5.05268 5.24021 5 5.36739 5 5.5C5 5.63261 5.05268 5.75979 5.14645 5.85355C5.24021 5.94732 5.36739 6 5.5 6H6V9C6 9.13261 6.05268 9.25979 6.14645 9.35355C6.24021 9.44732 6.36739 9.5 6.5 9.5C6.63261 9.5 6.75979 9.44732 6.85355 9.35355C6.94732 9.25979 7 9.13261 7 9V6C7 5.73478 6.89464 5.48043 6.70711 5.29289C6.51957 5.10536 6.26522 5 6 5Z",
1045
+ fill: "currentColor"
1046
+ }
1047
+ ),
1048
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
1049
+ "path",
1050
+ {
1051
+ d: "M6 4C6.41421 4 6.75 3.66421 6.75 3.25C6.75 2.83579 6.41421 2.5 6 2.5C5.58579 2.5 5.25 2.83579 5.25 3.25C5.25 3.66421 5.58579 4 6 4Z",
1052
+ fill: "currentColor"
1053
+ }
1054
+ )
1055
+ ] }),
1056
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("clipPath", { id: "info_clip", children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("rect", { width: "12", height: "12", fill: "white" }) }) })
1057
+ ]
1058
+ })
1059
+ );
1060
+ };
1061
+ InfoIcon.displayName = "InfoIcon";
1062
+
1063
+ // src/primitives/icon/svg/check-badge.tsx
1064
+ var import_jsx_runtime23 = require("react/jsx-runtime");
1065
+ var CheckBadgeIcon = (_a) => {
1066
+ var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
1067
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
1068
+ "svg",
1069
+ __spreadProps(__spreadValues(__spreadValues({
1070
+ viewBox: "0 0 16 16",
1071
+ className,
1072
+ fill: "none"
1073
+ }, getIconA11yProps(title)), props), {
1074
+ children: [
1075
+ title ? /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("title", { children: title }) : null,
1076
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("g", { clipPath: "url(#check-badge-clip)", children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
1077
+ "path",
1078
+ {
1079
+ d: "M15.4173 6.57883L13.9833 5.14283V3.9975C13.9833 2.89683 13.0886 2.00083 11.9893 2.00083H10.8453L9.4113 0.5655C8.6573 -0.1885 7.34397 -0.1885 6.59063 0.5655L5.15663 2.00083H4.01263C2.91263 2.00083 2.01863 2.89617 2.01863 3.9975V5.14283L0.583965 6.57883C-0.192702 7.3575 -0.192702 8.6235 0.583965 9.40217L2.01796 10.8382V11.9835C2.01796 13.0842 2.91263 13.9802 4.01196 13.9802H5.15596L6.58997 15.4155C6.96663 15.7922 7.46797 16.0002 8.00063 16.0002C8.5333 16.0002 9.03397 15.7922 9.41063 15.4155L10.8446 13.9802H11.9886C13.0886 13.9802 13.9826 13.0848 13.9826 11.9835V10.8382L15.4173 9.40217C16.194 8.6235 16.194 7.3575 15.4173 6.57883ZM12.136 6.8075L8.76663 10.1375C8.3573 10.5442 7.81797 10.7482 7.2793 10.7482C6.74063 10.7482 6.20396 10.5448 5.7933 10.1395L4.06063 8.4735C3.7993 8.21417 3.79663 7.79283 4.05596 7.53083C4.31596 7.27017 4.73663 7.26683 4.9993 7.52617L6.7313 9.1915C7.0333 9.49083 7.52463 9.4915 7.8273 9.1915L11.1973 5.86083C11.46 5.60083 11.8813 5.6035 12.1406 5.8655C12.4 6.1275 12.3973 6.54817 12.136 6.8075Z",
1080
+ fill: "currentColor"
1081
+ }
1082
+ ) }),
1083
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("clipPath", { id: "check-badge-clip", children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
1084
+ ]
1085
+ })
1086
+ );
1087
+ };
1088
+ CheckBadgeIcon.displayName = "CheckBadgeIcon";
1089
+
1090
+ // src/primitives/icon/svg/discord.tsx
1091
+ var import_jsx_runtime24 = require("react/jsx-runtime");
1092
+ var DiscordIcon = (_a) => {
1093
+ var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
1094
+ return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
1095
+ "svg",
1096
+ __spreadProps(__spreadValues(__spreadValues({
1097
+ viewBox: "0 0 20 20",
1098
+ className,
1099
+ fill: "none"
1100
+ }, getIconA11yProps(title)), props), {
1101
+ children: [
1102
+ title ? /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("title", { children: title }) : null,
1103
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
1104
+ "path",
1105
+ {
1106
+ d: "M16.3546 4.49236C15.1858 3.95607 13.9329 3.56111 12.6227 3.33499C12.599 3.3304 12.5754 3.34186 12.5624 3.36325C12.4012 3.64973 12.2224 4.02406 12.0979 4.31742C10.6884 4.10657 9.28659 4.10657 7.90615 4.31742C7.78162 4.01719 7.59598 3.64973 7.43479 3.36325C7.42181 3.34186 7.39812 3.33117 7.37444 3.33499C6.06504 3.56035 4.81218 3.95531 3.64258 4.49236C3.63265 4.49618 3.62348 4.50382 3.61813 4.51298C1.24151 8.06379 0.589865 11.5275 0.909193 14.9484C0.910721 14.9653 0.919888 14.9813 0.932875 14.9912C2.50125 16.1433 4.01997 16.8423 5.51119 17.3052C5.53487 17.3128 5.56008 17.3037 5.57536 17.2838C5.9283 16.8025 6.24228 16.2945 6.51195 15.7605C6.52799 15.7292 6.51271 15.6918 6.47986 15.6795C5.98101 15.4901 5.5066 15.2594 5.04976 14.9981C5.01386 14.9767 5.0108 14.9255 5.04365 14.9003C5.13991 14.8285 5.23617 14.7536 5.32784 14.678C5.34465 14.6643 5.36756 14.6612 5.38743 14.6704C8.38819 16.0401 11.6365 16.0401 14.6013 14.6704C14.6212 14.6612 14.6441 14.6635 14.6617 14.678C14.7534 14.7536 14.8496 14.8293 14.9466 14.9011C14.9803 14.9255 14.978 14.9775 14.9413 14.9989C14.4845 15.2655 14.01 15.4916 13.5104 15.6795C13.4776 15.6918 13.4638 15.73 13.4791 15.7613C13.7541 16.2945 14.0689 16.8025 14.4149 17.2838C14.4295 17.3044 14.4554 17.3128 14.4791 17.306C15.9772 16.8423 17.4967 16.1433 19.0643 14.992C19.078 14.9821 19.0865 14.9668 19.088 14.95C19.4699 10.995 18.4478 7.55959 16.3775 4.51451C16.3737 4.50382 16.3645 4.49618 16.3546 4.49236ZM6.96038 12.8659C6.05664 12.8659 5.31256 12.0363 5.31256 11.018C5.31256 9.99962 6.04213 9.16998 6.96038 9.16998C7.88552 9.16998 8.62272 10.0065 8.60821 11.018C8.60821 12.0371 7.87788 12.8659 6.96038 12.8659ZM13.0528 12.8659C12.1498 12.8659 11.405 12.0363 11.405 11.018C11.405 9.99962 12.1346 9.16998 13.0528 9.16998C13.978 9.16998 14.7152 10.0065 14.7007 11.018C14.7007 12.0371 13.978 12.8659 13.0528 12.8659Z",
1107
+ fill: "currentColor"
1108
+ }
1109
+ )
1110
+ ]
1111
+ })
1112
+ );
1113
+ };
1114
+ DiscordIcon.displayName = "DiscordIcon";
1115
+
1116
+ // src/primitives/icon/svg/email.tsx
1117
+ var import_jsx_runtime25 = require("react/jsx-runtime");
1118
+ var EmailIcon = (_a) => {
1119
+ var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
1120
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
1121
+ "svg",
1122
+ __spreadProps(__spreadValues(__spreadValues({
1123
+ viewBox: "0 0 20 20",
1124
+ className,
1125
+ fill: "none"
1126
+ }, getIconA11yProps(title)), props), {
1127
+ children: [
1128
+ title ? /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("title", { children: title }) : null,
1129
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1130
+ "path",
1131
+ {
1132
+ d: "M3.33333 3.33398H16.6667C17.5833 3.33398 18.3333 4.08398 18.3333 5.00065V15.0007C18.3333 15.9173 17.5833 16.6673 16.6667 16.6673H3.33333C2.41667 16.6673 1.66667 15.9173 1.66667 15.0007V5.00065C1.66667 4.08398 2.41667 3.33398 3.33333 3.33398Z",
1133
+ stroke: "currentColor",
1134
+ strokeWidth: "1.5",
1135
+ strokeLinecap: "round",
1136
+ strokeLinejoin: "round"
1137
+ }
1138
+ ),
1139
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1140
+ "path",
1141
+ {
1142
+ d: "M18.3333 5L10 10.8333L1.66667 5",
1143
+ stroke: "currentColor",
1144
+ strokeWidth: "1.5",
1145
+ strokeLinecap: "round",
1146
+ strokeLinejoin: "round"
1147
+ }
1148
+ )
1149
+ ]
1150
+ })
1151
+ );
1152
+ };
1153
+ EmailIcon.displayName = "EmailIcon";
1154
+
1155
+ // src/primitives/icon/svg/link-accounts.tsx
1156
+ var import_jsx_runtime26 = require("react/jsx-runtime");
1157
+ var LinkAccountsIcon = (_a) => {
1158
+ var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
1159
+ return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
1160
+ "svg",
1161
+ __spreadProps(__spreadValues(__spreadValues({
1162
+ width: "28",
1163
+ height: "28",
1164
+ viewBox: "0 0 28 28",
1165
+ fill: "none",
1166
+ xmlns: "http://www.w3.org/2000/svg",
1167
+ className
1168
+ }, getIconA11yProps(title)), props), {
1169
+ children: [
1170
+ title ? /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("title", { children: title }) : null,
1171
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("g", { clipPath: "url(#clip0_link_accounts)", children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1172
+ "path",
1173
+ {
1174
+ d: "M28 18.0835C28 22.2648 24.598 25.6668 20.4167 25.6668H14.5833C10.402 25.6668 7 22.2648 7 18.0835C7 13.9022 10.402 10.5002 14.5833 10.5002H16.9167C17.2387 10.5002 17.5 10.7615 17.5 11.0835C17.5 11.4055 17.2387 11.6668 16.9167 11.6668H14.5833C11.0448 11.6668 8.16667 14.5462 8.16667 18.0835C8.16667 21.6208 11.0448 24.5002 14.5833 24.5002H20.4167C23.9552 24.5002 26.8333 21.6208 26.8333 18.0835C26.8333 15.7992 25.6037 13.67 23.625 12.5243C23.3462 12.3633 23.2505 12.0063 23.4127 11.7275C23.5725 11.4487 23.9283 11.3507 24.2095 11.514C26.5475 12.8662 28.0012 15.3827 28.0012 18.0823L28 18.0835ZM4.375 15.476C2.39517 14.3315 1.16667 12.2012 1.16667 9.91683C1.16667 6.3795 4.04483 3.50016 7.58333 3.50016H13.4167C16.9552 3.50016 19.8333 6.3795 19.8333 9.91683C19.8333 13.4542 16.9552 16.3335 13.4167 16.3335H11.0833C10.7613 16.3335 10.5 16.5948 10.5 16.9168C10.5 17.2388 10.7613 17.5002 11.0833 17.5002H13.4167C17.598 17.5002 21 14.0982 21 9.91683C21 5.7355 17.598 2.3335 13.4167 2.3335H7.58333C3.402 2.3335 0 5.7355 0 9.91683C0 12.6153 1.4525 15.133 3.79167 16.4852C4.0705 16.6462 4.4275 16.5517 4.5885 16.2717C4.75067 15.994 4.655 15.6358 4.37617 15.4748L4.375 15.476Z",
1175
+ fill: "currentColor"
1176
+ }
1177
+ ) }),
1178
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("clipPath", { id: "clip0_link_accounts", children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("rect", { width: "28", height: "28", fill: "white" }) }) })
1179
+ ]
1180
+ })
1181
+ );
1182
+ };
1183
+ LinkAccountsIcon.displayName = "LinkAccountsIcon";
1184
+
1185
+ // src/primitives/icon/svg/pencil.tsx
1186
+ var import_jsx_runtime27 = require("react/jsx-runtime");
1187
+ var PencilIcon = (_a) => {
1188
+ var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
1189
+ return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
1190
+ "svg",
1191
+ __spreadProps(__spreadValues(__spreadValues({
1192
+ viewBox: "0 0 16 16",
1193
+ className,
1194
+ fill: "none"
1195
+ }, getIconA11yProps(title)), props), {
1196
+ children: [
1197
+ title ? /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("title", { children: title }) : null,
1198
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("g", { clipPath: "url(#pencil_clip)", children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
1199
+ "path",
1200
+ {
1201
+ d: "M15.2353 0.706709C14.7821 0.254173 14.1678 0 13.5273 0C12.8869 0 12.2726 0.254173 11.8193 0.706709L0.976677 11.5494C0.666178 11.8581 0.419985 12.2254 0.252342 12.6299C0.0846994 13.0344 -0.00106532 13.4682 9.98748e-06 13.906V15.2747C9.98748e-06 15.4515 0.0702479 15.6211 0.195272 15.7461C0.320296 15.8711 0.489866 15.9414 0.666677 15.9414H2.03534C2.47318 15.9426 2.90692 15.857 3.31145 15.6895C3.71597 15.5219 4.08325 15.2758 4.39201 14.9654L15.2353 4.12204C15.6877 3.66884 15.9417 3.05469 15.9417 2.41438C15.9417 1.77406 15.6877 1.15991 15.2353 0.706709ZM3.44934 14.0227C3.07335 14.3962 2.56532 14.6065 2.03534 14.608H1.33334V13.906C1.33267 13.6433 1.38411 13.3831 1.4847 13.1403C1.58529 12.8976 1.73302 12.6773 1.91934 12.492L10.148 4.26338L11.6813 5.79671L3.44934 14.0227ZM14.292 3.17938L12.6213 4.85071L11.088 3.32071L12.7593 1.64938C12.86 1.54891 12.9795 1.46927 13.111 1.41498C13.2424 1.3607 13.3833 1.33284 13.5255 1.33299C13.6678 1.33314 13.8086 1.36131 13.9399 1.41588C14.0712 1.47045 14.1905 1.55036 14.291 1.65104C14.3915 1.75172 14.4711 1.8712 14.5254 2.00266C14.5797 2.13413 14.6076 2.27499 14.6074 2.41722C14.6072 2.55945 14.5791 2.70025 14.5245 2.8316C14.4699 2.96294 14.39 3.08225 14.2893 3.18271L14.292 3.17938Z",
1202
+ fill: "currentColor"
1203
+ }
1204
+ ) }),
1205
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("clipPath", { id: "pencil_clip", children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
1206
+ ]
1207
+ })
1208
+ );
1209
+ };
1210
+ PencilIcon.displayName = "PencilIcon";
1211
+
1212
+ // src/primitives/icon/svg/play-square.tsx
1213
+ var import_jsx_runtime28 = require("react/jsx-runtime");
1214
+ var PlaySquareIcon = (_a) => {
1215
+ var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
1216
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
1217
+ "svg",
1218
+ __spreadProps(__spreadValues(__spreadValues({
1219
+ viewBox: "0 0 16 16",
1220
+ className,
1221
+ fill: "none"
1222
+ }, getIconA11yProps(title)), props), {
1223
+ children: [
1224
+ title ? /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("title", { children: title }) : null,
1225
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("g", { clipPath: "url(#play-square-clip)", children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
1226
+ "path",
1227
+ {
1228
+ d: "M12.6667 16H3.33333C2.4496 15.9989 1.60237 15.6474 0.97748 15.0225C0.352588 14.3976 0.00105857 13.5504 0 12.6667L0 3.33333C0.00105857 2.4496 0.352588 1.60237 0.97748 0.97748C1.60237 0.352588 2.4496 0.00105857 3.33333 0L12.6667 0C13.5504 0.00105857 14.3976 0.352588 15.0225 0.97748C15.6474 1.60237 15.9989 2.4496 16 3.33333V12.6667C15.9989 13.5504 15.6474 14.3976 15.0225 15.0225C14.3976 15.6474 13.5504 15.9989 12.6667 16ZM3.33333 1.33333C2.8029 1.33333 2.29419 1.54405 1.91912 1.91912C1.54405 2.29419 1.33333 2.8029 1.33333 3.33333V12.6667C1.33333 13.1971 1.54405 13.7058 1.91912 14.0809C2.29419 14.456 2.8029 14.6667 3.33333 14.6667H12.6667C13.1971 14.6667 13.7058 14.456 14.0809 14.0809C14.456 13.7058 14.6667 13.1971 14.6667 12.6667V3.33333C14.6667 2.8029 14.456 2.29419 14.0809 1.91912C13.7058 1.54405 13.1971 1.33333 12.6667 1.33333H3.33333ZM6.228 11.3367C5.95008 11.3357 5.67734 11.2615 5.43733 11.1213C5.20023 10.9856 5.00344 10.7894 4.86709 10.5526C4.73074 10.3159 4.65973 10.0472 4.66133 9.774V6.226C4.66111 5.95276 4.73274 5.68427 4.86905 5.44746C5.00537 5.21066 5.20156 5.01386 5.43794 4.87683C5.67433 4.73979 5.9426 4.66733 6.21584 4.66672C6.48907 4.6661 6.75767 4.73736 6.99467 4.87333L10.5133 6.63C10.7577 6.76194 10.9624 6.95685 11.1062 7.19452C11.2499 7.4322 11.3274 7.70399 11.3308 7.98172C11.3341 8.25946 11.2631 8.53303 11.1251 8.77408C10.9871 9.01514 10.7872 9.2149 10.546 9.35267L6.962 11.144C6.73847 11.2715 6.48533 11.3379 6.228 11.3367ZM6.21133 6.00333C6.17459 6.00332 6.13849 6.01298 6.10667 6.03133C6.07209 6.05056 6.0434 6.07884 6.02367 6.11313C6.00394 6.14743 5.99391 6.18644 5.99467 6.226V9.774C5.99489 9.81297 6.00525 9.85121 6.02473 9.88497C6.0442 9.91872 6.07212 9.94683 6.10574 9.96653C6.13936 9.98624 6.17753 9.99686 6.2165 9.99735C6.25547 9.99784 6.29389 9.98818 6.328 9.96933L9.912 8.17733C9.93869 8.15646 9.95992 8.12941 9.97385 8.09852C9.98779 8.06764 9.99401 8.03383 9.992 8C9.99284 7.96035 9.98277 7.92123 9.96291 7.8869C9.94304 7.85258 9.91413 7.82436 9.87933 7.80533L6.36333 6.04867C6.31749 6.02054 6.26509 6.00492 6.21133 6.00333Z",
1229
+ fill: "currentColor"
1230
+ }
1231
+ ) }),
1232
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("clipPath", { id: "play-square-clip", children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
1233
+ ]
1234
+ })
1235
+ );
1236
+ };
1237
+ PlaySquareIcon.displayName = "PlaySquareIcon";
1238
+
1239
+ // src/primitives/icon/svg/profile.tsx
1240
+ var import_jsx_runtime29 = require("react/jsx-runtime");
1241
+ var ProfileIcon = (_a) => {
1242
+ var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
1243
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
1244
+ "svg",
1245
+ __spreadProps(__spreadValues(__spreadValues({
1246
+ viewBox: "0 0 21 28",
1247
+ className,
1248
+ fill: "none"
1249
+ }, getIconA11yProps(title)), props), {
1250
+ children: [
1251
+ title ? /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("title", { children: title }) : null,
1252
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
1253
+ "path",
1254
+ {
1255
+ d: "M10.5 14C14.3605 14 17.5 10.8605 17.5 7C17.5 3.1395 14.3605 0 10.5 0C6.6395 0 3.5 3.1395 3.5 7C3.5 10.8605 6.6395 14 10.5 14ZM10.5 1.16667C13.7165 1.16667 16.3333 3.7835 16.3333 7C16.3333 10.2165 13.7165 12.8333 10.5 12.8333C7.2835 12.8333 4.66667 10.2165 4.66667 7C4.66667 3.7835 7.2835 1.16667 10.5 1.16667ZM21 26.8333V27.4167C21 27.7387 20.7387 28 20.4167 28C20.0947 28 19.8333 27.7387 19.8333 27.4167V26.8333C19.8333 21.6872 15.6462 17.5 10.5 17.5C5.35383 17.5 1.16667 21.6872 1.16667 26.8333V27.4167C1.16667 27.7387 0.905333 28 0.583333 28C0.261333 28 0 27.7387 0 27.4167V26.8333C0 21.0443 4.711 16.3333 10.5 16.3333C16.289 16.3333 21 21.0443 21 26.8333Z",
1256
+ fill: "currentColor"
1257
+ }
1258
+ )
1259
+ ]
1260
+ })
1261
+ );
1262
+ };
1263
+ ProfileIcon.displayName = "ProfileIcon";
1264
+
1265
+ // src/primitives/icon/svg/revenue-alt.tsx
1266
+ var import_jsx_runtime30 = require("react/jsx-runtime");
1267
+ var RevenueAltIcon = (_a) => {
1268
+ var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
1269
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
1270
+ "svg",
1271
+ __spreadProps(__spreadValues(__spreadValues({
1272
+ viewBox: "0 0 20 20",
1273
+ className,
1274
+ fill: "none"
1275
+ }, getIconA11yProps(title)), props), {
1276
+ children: [
1277
+ title ? /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("title", { children: title }) : null,
1278
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
1279
+ "path",
1280
+ {
1281
+ d: "M3 14V6M3 6L1.5 7.5M3 6L4.5 7.5M17 6V14M17 14L15.5 12.5M17 14L18.5 12.5",
1282
+ stroke: "currentColor",
1283
+ strokeWidth: "1.5",
1284
+ strokeLinecap: "round",
1285
+ strokeLinejoin: "round"
1286
+ }
1287
+ ),
1288
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
1289
+ "path",
1290
+ {
1291
+ d: "M10 5.5V14.5M12.5 7.4C12.5 6.55 11.38 5.86 10 5.86C8.62 5.86 7.5 6.55 7.5 7.4C7.5 8.25 8.62 8.94 10 8.94C11.38 8.94 12.5 9.63 12.5 10.48C12.5 11.33 11.38 12.02 10 12.02C8.62 12.02 7.5 11.33 7.5 10.48",
1292
+ stroke: "currentColor",
1293
+ strokeWidth: "1.5",
1294
+ strokeLinecap: "round",
1295
+ strokeLinejoin: "round"
1296
+ }
1297
+ )
1298
+ ]
1299
+ })
1300
+ );
1301
+ };
1302
+ RevenueAltIcon.displayName = "RevenueAltIcon";
1303
+
1304
+ // src/primitives/icon/svg/search.tsx
1305
+ var import_jsx_runtime31 = require("react/jsx-runtime");
1306
+ var SearchIcon = (_a) => {
1307
+ var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
1308
+ return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
1309
+ "svg",
1310
+ __spreadProps(__spreadValues(__spreadValues({
1311
+ viewBox: "0 0 16 16",
1312
+ fill: "none",
1313
+ xmlns: "http://www.w3.org/2000/svg",
1314
+ className
1315
+ }, getIconA11yProps(title)), props), {
1316
+ children: [
1317
+ title ? /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("title", { children: title }) : null,
1318
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
1319
+ "path",
1320
+ {
1321
+ d: "M7.3335 12.3333C10.0949 12.3333 12.3335 10.0947 12.3335 7.33329C12.3335 4.57187 10.0949 2.33329 7.3335 2.33329C4.57208 2.33329 2.3335 4.57187 2.3335 7.33329C2.3335 10.0947 4.57208 12.3333 7.3335 12.3333Z",
1322
+ stroke: "currentColor",
1323
+ strokeWidth: "1.3",
1324
+ strokeLinecap: "round",
1325
+ strokeLinejoin: "round"
1326
+ }
1327
+ ),
1328
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
1329
+ "path",
1330
+ {
1331
+ d: "M13.6668 13.6666L11.1667 11.1666",
1332
+ stroke: "currentColor",
1333
+ strokeWidth: "1.3",
1334
+ strokeLinecap: "round",
1335
+ strokeLinejoin: "round"
1336
+ }
1337
+ )
1338
+ ]
1339
+ })
1340
+ );
1341
+ };
1342
+ SearchIcon.displayName = "SearchIcon";
1343
+
1344
+ // src/primitives/icon/svg/shield-trust.tsx
1345
+ var import_jsx_runtime32 = require("react/jsx-runtime");
1346
+ var ShieldTrustIcon = (_a) => {
1347
+ var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
1348
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(
1349
+ "svg",
1350
+ __spreadProps(__spreadValues(__spreadValues({
1351
+ viewBox: "0 0 16 16",
1352
+ className,
1353
+ fill: "none"
1354
+ }, getIconA11yProps(title)), props), {
1355
+ children: [
1356
+ title ? /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("title", { children: title }) : null,
1357
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
1358
+ "path",
1359
+ {
1360
+ d: "M8 1.25L13.5 3.25V7.08C13.5 10.09 11.62 12.74 8 14.75C4.38 12.74 2.5 10.09 2.5 7.08V3.25L8 1.25Z",
1361
+ fill: "currentColor"
1362
+ }
1363
+ ),
1364
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
1365
+ "path",
1366
+ {
1367
+ d: "M5.5 8.2L7.2 9.9L10.8 6.3",
1368
+ stroke: "white",
1369
+ strokeWidth: "1.4",
1370
+ strokeLinecap: "round",
1371
+ strokeLinejoin: "round"
1372
+ }
1373
+ )
1374
+ ]
1375
+ })
1376
+ );
1377
+ };
1378
+ ShieldTrustIcon.displayName = "ShieldTrustIcon";
1379
+
1380
+ // src/primitives/icon/svg/stay-in-control.tsx
1381
+ var import_jsx_runtime33 = require("react/jsx-runtime");
1382
+ var StayInControlIcon = (_a) => {
1383
+ var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
1384
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(
1385
+ "svg",
1386
+ __spreadProps(__spreadValues(__spreadValues({
1387
+ width: "28",
1388
+ height: "28",
1389
+ viewBox: "0 0 28 28",
1390
+ fill: "none",
1391
+ xmlns: "http://www.w3.org/2000/svg",
1392
+ className
1393
+ }, getIconA11yProps(title)), props), {
1394
+ children: [
1395
+ title ? /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("title", { children: title }) : null,
1396
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("g", { clipPath: "url(#clip0_stay_in_control)", children: [
1397
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
1398
+ "path",
1399
+ {
1400
+ d: "M14 27.9406C13.9102 27.9406 13.8215 27.9196 13.7387 27.8788L13.2428 27.6314C10.6832 26.3504 2.32983 21.5753 2.32983 13.8648L2.33217 7.62776C2.33217 5.36093 3.77767 3.35776 5.93017 2.64493L13.8168 0.0292617C13.9358 -0.010405 14.0653 -0.010405 14.1832 0.0292617L22.0687 2.64376C24.2212 3.35776 25.6667 5.36093 25.6667 7.6266L25.6632 13.8636C25.6632 22.6113 17.2958 26.6584 14.7315 27.6909L14.217 27.8974C14.147 27.9254 14.0723 27.9394 13.9988 27.9394L14 27.9406ZM14 1.19826L6.29767 3.7521C4.6235 4.30743 3.5 5.86493 3.5 7.62776L3.49767 13.8648C3.49767 20.9056 11.3563 25.3844 13.7655 26.5884L14.0268 26.7191L14.2975 26.6106C16.6903 25.6481 24.4977 21.8833 24.4977 13.8659L24.5012 7.62893C24.5012 5.8661 23.3765 4.3086 21.7035 3.75326L14 1.19826Z",
1401
+ fill: "currentColor"
1402
+ }
1403
+ ),
1404
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
1405
+ "path",
1406
+ {
1407
+ d: "M12.8112 17.5001C12.0633 17.5001 11.3155 17.2154 10.7462 16.6461L7.18083 13.2569C6.94749 13.0352 6.93816 12.6654 7.15983 12.4321C7.38149 12.1999 7.75016 12.1894 7.98466 12.4111L11.5605 15.8107C12.2535 16.5026 13.363 16.5037 14.0455 15.8212L20.5928 9.49791C20.8262 9.27508 21.196 9.28208 21.4177 9.51308C21.6417 9.74408 21.6358 10.1139 21.4037 10.3379L14.8622 16.6542C14.2987 17.2177 13.5543 17.5012 12.81 17.5012L12.8112 17.5001Z",
1408
+ fill: "currentColor"
1409
+ }
1410
+ )
1411
+ ] }),
1412
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("clipPath", { id: "clip0_stay_in_control", children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("rect", { width: "28", height: "28", fill: "white" }) }) })
1413
+ ]
1414
+ })
1415
+ );
1416
+ };
1417
+ StayInControlIcon.displayName = "StayInControlIcon";
1418
+
1419
+ // src/primitives/icon/svg/telegram.tsx
1420
+ var import_jsx_runtime34 = require("react/jsx-runtime");
1421
+ var TelegramIcon = (_a) => {
1422
+ var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
1423
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
1424
+ "svg",
1425
+ __spreadProps(__spreadValues(__spreadValues({
1426
+ viewBox: "0 0 20 20",
1427
+ className,
1428
+ fill: "none"
1429
+ }, getIconA11yProps(title)), props), {
1430
+ children: [
1431
+ title ? /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("title", { children: title }) : null,
1432
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("g", { clipPath: "url(#clip0_telegram)", children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
1433
+ "path",
1434
+ {
1435
+ fillRule: "evenodd",
1436
+ clipRule: "evenodd",
1437
+ d: "M9.99992 0.833984C4.93763 0.833984 0.833252 4.93836 0.833252 10.0007C0.833252 15.0629 4.93763 19.1673 9.99992 19.1673C15.0622 19.1673 19.1666 15.0629 19.1666 10.0007C19.1666 4.93836 15.0622 0.833984 9.99992 0.833984ZM14.2487 7.06808C14.1112 8.51718 13.5112 12.1296 13.2062 13.7896C13.0762 14.4846 12.8212 14.7146 12.5737 14.7396C12.0362 14.7846 11.6312 14.3846 11.1162 14.0446C10.3162 13.5146 9.86117 13.1896 9.08367 12.6746C8.18367 12.0746 8.77367 11.7446 9.29117 11.2096C9.42867 11.0671 11.7662 8.93464 11.8112 8.73964C11.8168 8.71424 11.8218 8.62214 11.7668 8.57464C11.7118 8.52714 11.6318 8.54464 11.5718 8.55964C11.4868 8.57964 10.1018 9.49464 7.41617 11.3046C7.04867 11.5546 6.71617 11.6771 6.41867 11.6721C6.08867 11.6671 5.45617 11.4846 4.98117 11.3296C4.40117 11.1396 3.94117 11.0396 3.98117 10.7196C4.00117 10.5521 4.23117 10.3821 4.67117 10.2071C7.55617 8.95214 9.44367 8.14214 10.3337 7.77714C13.0812 6.63964 13.6462 6.44464 14.0162 6.43964C14.0962 6.43964 14.2787 6.45964 14.3962 6.55714C14.4937 6.63714 14.5212 6.74464 14.5337 6.81964C14.5212 6.87464 14.5387 7.04964 14.5262 7.06808H14.2487Z",
1438
+ fill: "currentColor"
1439
+ }
1440
+ ) }),
1441
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("clipPath", { id: "clip0_telegram", children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("rect", { width: "20", height: "20", fill: "white" }) }) })
1442
+ ]
1443
+ })
1444
+ );
1445
+ };
1446
+ TelegramIcon.displayName = "TelegramIcon";
1447
+
1448
+ // src/primitives/icon/svg/triangle-down.tsx
1449
+ var import_jsx_runtime35 = require("react/jsx-runtime");
1450
+ var TriangleDownIcon = (_a) => {
1451
+ var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
1452
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(
1453
+ "svg",
1454
+ __spreadProps(__spreadValues(__spreadValues({
1455
+ viewBox: "0 0 8 8",
1456
+ className,
1457
+ fill: "none"
1458
+ }, getIconA11yProps(title)), props), {
1459
+ children: [
1460
+ title ? /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("title", { children: title }) : null,
1461
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("g", { transform: "scale(1,-1) translate(0,-8)", clipPath: "url(#triangle_up)", children: [
1462
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
1463
+ "path",
1464
+ {
1465
+ d: "M3.99989 1.6805L6.23917 6.72896H1.76061L3.99989 1.6805ZM3.99989 0.366097C3.87788 0.36535 3.75832 0.400347 3.65596 0.466768C3.55361 0.53319 3.47295 0.628129 3.42393 0.739866L0.362237 7.63838H7.63755L4.57737 0.739866C4.52825 0.62789 4.44735 0.532789 4.3447 0.46635C4.24205 0.39991 4.12216 0.365052 3.99989 0.366097Z",
1466
+ fill: "currentColor"
1467
+ }
1468
+ ),
1469
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
1074
1470
  "path",
1075
1471
  {
1076
1472
  d: "M4.00167 0.00284122C4.19344 0.00214978 4.38147 0.0566837 4.54252 0.160923C4.70445 0.265758 4.83154 0.416026 4.90931 0.592539L7.9697 7.4913L8.19705 8.00195H-0.197266L3.09048 0.593427C3.16804 0.41669 3.29625 0.26688 3.45815 0.161811C3.61872 0.0576301 3.80589 0.00261591 3.99723 0.00284122H3.99989L4.00256 0.00195312L4.00167 0.00284122ZM3.99989 0.366097C3.87788 0.36535 3.75832 0.400347 3.65596 0.466768L3.58337 0.521491C3.51516 0.581467 3.46071 0.656022 3.42393 0.739866L0.362237 7.63838H7.63755L4.57737 0.739866C4.54053 0.655873 4.48567 0.581521 4.4173 0.521491L4.3447 0.46635C4.24205 0.39991 4.12216 0.365052 3.99989 0.366097ZM6.23917 6.72896H1.76061L3.99989 1.6805L6.23917 6.72896ZM2.31961 6.36519H5.68018L3.99989 2.57655L2.31961 6.36519Z",
@@ -1078,18 +1474,44 @@ var TriangleDownIcon = (_a) => {
1078
1474
  }
1079
1475
  )
1080
1476
  ] }),
1081
- /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("clipPath", { id: "triangle_up", children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("rect", { width: "8", height: "8", fill: "white" }) }) })
1477
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("clipPath", { id: "triangle_up", children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("rect", { width: "8", height: "8", fill: "white" }) }) })
1082
1478
  ]
1083
1479
  })
1084
1480
  );
1085
1481
  };
1086
1482
  TriangleDownIcon.displayName = "TriangleDownIcon";
1087
1483
 
1484
+ // src/primitives/icon/svg/triangle-up-filled.tsx
1485
+ var import_jsx_runtime36 = require("react/jsx-runtime");
1486
+ var TriangleUpFilledIcon = (_a) => {
1487
+ var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
1488
+ return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
1489
+ "svg",
1490
+ __spreadProps(__spreadValues(__spreadValues({
1491
+ viewBox: "0 0 8 8",
1492
+ className,
1493
+ fill: "none"
1494
+ }, getIconA11yProps(title)), props), {
1495
+ children: [
1496
+ title ? /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("title", { children: title }) : null,
1497
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
1498
+ "path",
1499
+ {
1500
+ d: "M6.67873 8.00001H1.3214C1.09613 8.00053 0.874481 7.94332 0.677605 7.83384C0.480728 7.72435 0.315192 7.56625 0.196788 7.3746C0.0783848 7.18296 0.0110649 6.96417 0.00125164 6.73911C-0.0085616 6.51405 0.0394592 6.29023 0.140732 6.08901L2.81973 0.729677C2.92186 0.523193 3.0766 0.347273 3.26837 0.219641C3.46014 0.0920097 3.68216 0.0171748 3.91207 0.00267686C4.17147 -0.013831 4.43 0.0462826 4.6555 0.175542C4.88101 0.3048 5.06354 0.497501 5.1804 0.729677L7.8594 6.08901C7.96008 6.2903 8.00764 6.51398 7.99756 6.73881C7.98748 6.96365 7.92009 7.18218 7.8018 7.37365C7.68351 7.56512 7.51823 7.72317 7.32167 7.83279C7.12511 7.94242 6.90379 7.99998 6.67873 8.00001Z",
1501
+ fill: "currentColor"
1502
+ }
1503
+ )
1504
+ ]
1505
+ })
1506
+ );
1507
+ };
1508
+ TriangleUpFilledIcon.displayName = "TriangleUpFilledIcon";
1509
+
1088
1510
  // src/primitives/icon/svg/triangle-up.tsx
1089
- var import_jsx_runtime22 = require("react/jsx-runtime");
1511
+ var import_jsx_runtime37 = require("react/jsx-runtime");
1090
1512
  var TriangleUpIcon = (_a) => {
1091
1513
  var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
1092
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(
1514
+ return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(
1093
1515
  "svg",
1094
1516
  __spreadProps(__spreadValues(__spreadValues({
1095
1517
  viewBox: "0 0 8 8",
@@ -1097,16 +1519,16 @@ var TriangleUpIcon = (_a) => {
1097
1519
  fill: "none"
1098
1520
  }, getIconA11yProps(title)), props), {
1099
1521
  children: [
1100
- title ? /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("title", { children: title }) : null,
1101
- /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)("g", { clipPath: "url(#triangle_up)", children: [
1102
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
1522
+ title ? /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("title", { children: title }) : null,
1523
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("g", { clipPath: "url(#triangle_up)", children: [
1524
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
1103
1525
  "path",
1104
1526
  {
1105
1527
  d: "M3.99989 1.6805L6.23917 6.72896H1.76061L3.99989 1.6805ZM3.99989 0.366097C3.87788 0.36535 3.75832 0.400347 3.65596 0.466768C3.55361 0.53319 3.47295 0.628129 3.42393 0.739866L0.362237 7.63838H7.63755L4.57737 0.739866C4.52825 0.62789 4.44735 0.532789 4.3447 0.46635C4.24205 0.39991 4.12216 0.365052 3.99989 0.366097Z",
1106
1528
  fill: "currentColor"
1107
1529
  }
1108
1530
  ),
1109
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
1531
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
1110
1532
  "path",
1111
1533
  {
1112
1534
  d: "M4.00167 0.00284122C4.19344 0.00214978 4.38147 0.0566837 4.54252 0.160923C4.70445 0.265758 4.83154 0.416026 4.90931 0.592539L7.9697 7.4913L8.19705 8.00195H-0.197266L3.09048 0.593427C3.16804 0.41669 3.29625 0.26688 3.45815 0.161811C3.61872 0.0576301 3.80589 0.00261591 3.99723 0.00284122H3.99989L4.00256 0.00195312L4.00167 0.00284122ZM3.99989 0.366097C3.87788 0.36535 3.75832 0.400347 3.65596 0.466768L3.58337 0.521491C3.51516 0.581467 3.46071 0.656022 3.42393 0.739866L0.362237 7.63838H7.63755L4.57737 0.739866C4.54053 0.655873 4.48567 0.581521 4.4173 0.521491L4.3447 0.46635C4.24205 0.39991 4.12216 0.365052 3.99989 0.366097ZM6.23917 6.72896H1.76061L3.99989 1.6805L6.23917 6.72896ZM2.31961 6.36519H5.68018L3.99989 2.57655L2.31961 6.36519Z",
@@ -1114,18 +1536,44 @@ var TriangleUpIcon = (_a) => {
1114
1536
  }
1115
1537
  )
1116
1538
  ] }),
1117
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("clipPath", { id: "triangle_up", children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("rect", { width: "8", height: "8", fill: "white" }) }) })
1539
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("clipPath", { id: "triangle_up", children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("rect", { width: "8", height: "8", fill: "white" }) }) })
1118
1540
  ]
1119
1541
  })
1120
1542
  );
1121
1543
  };
1122
1544
  TriangleUpIcon.displayName = "TriangleUpIcon";
1123
1545
 
1546
+ // src/primitives/icon/svg/twitter.tsx
1547
+ var import_jsx_runtime38 = require("react/jsx-runtime");
1548
+ var TwitterIcon = (_a) => {
1549
+ var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
1550
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(
1551
+ "svg",
1552
+ __spreadProps(__spreadValues(__spreadValues({
1553
+ viewBox: "0 0 20 20",
1554
+ className,
1555
+ fill: "none"
1556
+ }, getIconA11yProps(title)), props), {
1557
+ children: [
1558
+ title ? /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("title", { children: title }) : null,
1559
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
1560
+ "path",
1561
+ {
1562
+ d: "M15.2708 1.66602H18.0834L11.9402 8.68539L19.1666 18.2386H13.51L9.07638 12.446L4.00874 18.2386H1.19152L7.76096 10.7288L0.833252 1.66602H6.63346L10.637 6.96053L15.2708 1.66602ZM14.283 16.5573H15.8406L5.78478 3.25949H4.11186L14.283 16.5573Z",
1563
+ fill: "currentColor"
1564
+ }
1565
+ )
1566
+ ]
1567
+ })
1568
+ );
1569
+ };
1570
+ TwitterIcon.displayName = "TwitterIcon";
1571
+
1124
1572
  // src/primitives/icon/svg/upload.tsx
1125
- var import_jsx_runtime23 = require("react/jsx-runtime");
1573
+ var import_jsx_runtime39 = require("react/jsx-runtime");
1126
1574
  var UploadIcon = (_a) => {
1127
1575
  var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
1128
- return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
1576
+ return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(
1129
1577
  "svg",
1130
1578
  __spreadProps(__spreadValues(__spreadValues({
1131
1579
  viewBox: "0 0 16 16",
@@ -1133,8 +1581,8 @@ var UploadIcon = (_a) => {
1133
1581
  fill: "none"
1134
1582
  }, getIconA11yProps(title)), props), {
1135
1583
  children: [
1136
- title ? /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("title", { children: title }) : null,
1137
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
1584
+ title ? /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("title", { children: title }) : null,
1585
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
1138
1586
  "path",
1139
1587
  {
1140
1588
  d: "M8 13.5v-7m0 0 2.5 2.5M8 6.5 5.5 9",
@@ -1144,7 +1592,7 @@ var UploadIcon = (_a) => {
1144
1592
  strokeLinejoin: "round"
1145
1593
  }
1146
1594
  ),
1147
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("path", { d: "M2.5 3.5h11", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" })
1595
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("path", { d: "M2.5 3.5h11", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" })
1148
1596
  ]
1149
1597
  })
1150
1598
  );
@@ -1152,10 +1600,10 @@ var UploadIcon = (_a) => {
1152
1600
  UploadIcon.displayName = "UploadIcon";
1153
1601
 
1154
1602
  // src/primitives/icon/svg/wallet-avatar.tsx
1155
- var import_jsx_runtime24 = require("react/jsx-runtime");
1603
+ var import_jsx_runtime40 = require("react/jsx-runtime");
1156
1604
  function WalletAvatarIcon(_a) {
1157
1605
  var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
1158
- return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
1606
+ return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(
1159
1607
  "svg",
1160
1608
  __spreadProps(__spreadValues(__spreadValues({
1161
1609
  fill: "none",
@@ -1163,20 +1611,72 @@ function WalletAvatarIcon(_a) {
1163
1611
  viewBox: "0 0 16 16"
1164
1612
  }, getIconA11yProps(title)), props), {
1165
1613
  children: [
1166
- title ? /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("title", { children: title }) : null,
1167
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("circle", { cx: "8", cy: "5.25", r: "2.25", fill: "currentColor" }),
1168
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { d: "M3.75 12.75a4.25 4.25 0 0 1 8.5 0v.25h-8.5v-.25Z", fill: "currentColor" })
1614
+ title ? /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("title", { children: title }) : null,
1615
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("circle", { cx: "8", cy: "5.25", r: "2.25", fill: "currentColor" }),
1616
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { d: "M3.75 12.75a4.25 4.25 0 0 1 8.5 0v.25h-8.5v-.25Z", fill: "currentColor" })
1169
1617
  ]
1170
1618
  })
1171
1619
  );
1172
1620
  }
1173
1621
  WalletAvatarIcon.displayName = "WalletAvatarIcon";
1174
1622
 
1623
+ // src/primitives/icon/svg/wallet.tsx
1624
+ var import_jsx_runtime41 = require("react/jsx-runtime");
1625
+ var WalletIcon = (_a) => {
1626
+ var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
1627
+ return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(
1628
+ "svg",
1629
+ __spreadProps(__spreadValues(__spreadValues({
1630
+ viewBox: "0 0 24 24",
1631
+ className,
1632
+ fill: "none"
1633
+ }, getIconA11yProps(title)), props), {
1634
+ children: [
1635
+ title ? /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("title", { children: title }) : null,
1636
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
1637
+ "path",
1638
+ {
1639
+ d: "M19.5 6H5.25C4.836 6 4.5 5.664 4.5 5.25C4.5 4.836 4.836 4.5 5.25 4.5H19.5C19.914 4.5 20.25 4.164 20.25 3.75C20.25 2.508 19.242 1.5 18 1.5H4.5C2.843 1.5 1.5 2.843 1.5 4.5V19.5C1.5 21.157 2.843 22.5 4.5 22.5H19.5C21.157 22.5 22.5 21.157 22.5 19.5V9C22.5 7.343 21.157 6 19.5 6ZM2.5 4.5C2.5 3.395 3.395 2.5 4.5 2.5H18C18.552 2.5 19.026 2.834 19.199 3.318C19.176 3.312 19.153 3.5 18 3.5H5.25C4.284 3.5 3.5 4.284 3.5 5.25C3.5 5.388 3.519 5.522 3.555 5.649C2.936 5.369 2.5 4.972 2.5 4.5ZM21.5 19.5C21.5 20.605 20.605 21.5 19.5 21.5H4.5C3.395 21.5 2.5 20.605 2.5 19.5V7.04C3.09 7.336 3.771 7 5.25 7H19.5C20.605 7 21.5 7.895 21.5 9V12H18C16.343 12 15 13.343 15 15C15 16.657 16.343 18 18 18H21.5V19.5ZM21.5 17H18C16.895 17 16 16.105 16 15C16 13.895 16.895 13 18 13H21.5V17ZM18 15.75C18.414 15.75 18.75 15.414 18.75 15C18.75 14.586 18.414 14.25 18 14.25C17.586 14.25 17.25 14.586 17.25 15C17.25 15.414 17.586 15.75 18 15.75Z",
1640
+ fill: "currentColor"
1641
+ }
1642
+ )
1643
+ ]
1644
+ })
1645
+ );
1646
+ };
1647
+ WalletIcon.displayName = "WalletIcon";
1648
+
1649
+ // src/primitives/icon/svg/warning-filled.tsx
1650
+ var import_jsx_runtime42 = require("react/jsx-runtime");
1651
+ var WarningFilledIcon = (_a) => {
1652
+ var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
1653
+ return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
1654
+ "svg",
1655
+ __spreadProps(__spreadValues(__spreadValues({
1656
+ viewBox: "0 0 16 16",
1657
+ className,
1658
+ fill: "none"
1659
+ }, getIconA11yProps(title)), props), {
1660
+ children: [
1661
+ title ? /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("title", { children: title }) : null,
1662
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
1663
+ "path",
1664
+ {
1665
+ d: "M15.3869 10.22L10.0002 1.71332C9.5469 1.05999 8.79356 0.666656 8.00023 0.666656C7.20689 0.666656 6.45356 1.05332 5.98023 1.73332L0.620227 10.2067C-0.0597729 11.18 -0.18644 12.3467 0.286894 13.2467C0.75356 14.1467 1.73356 14.66 2.96023 14.66H13.0402C14.2736 14.66 15.2469 14.1467 15.7136 13.2467C16.1802 12.3467 16.0536 11.1867 15.3869 10.22ZM7.33356 4.66666C7.33356 4.29999 7.63356 3.99999 8.00023 3.99999C8.36689 3.99999 8.66689 4.29999 8.66689 4.66666V8.66666C8.66689 9.03332 8.36689 9.33332 8.00023 9.33332C7.63356 9.33332 7.33356 9.03332 7.33356 8.66666V4.66666ZM8.00023 12.6667C7.44689 12.6667 7.00023 12.22 7.00023 11.6667C7.00023 11.1133 7.44689 10.6667 8.00023 10.6667C8.55356 10.6667 9.00023 11.1133 9.00023 11.6667C9.00023 12.22 8.55356 12.6667 8.00023 12.6667Z",
1666
+ fill: "currentColor"
1667
+ }
1668
+ )
1669
+ ]
1670
+ })
1671
+ );
1672
+ };
1673
+ WarningFilledIcon.displayName = "WarningFilledIcon";
1674
+
1175
1675
  // src/primitives/icon/svg/warning.tsx
1176
- var import_jsx_runtime25 = require("react/jsx-runtime");
1676
+ var import_jsx_runtime43 = require("react/jsx-runtime");
1177
1677
  var WarningIcon = (_a) => {
1178
1678
  var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
1179
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
1679
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
1180
1680
  "svg",
1181
1681
  __spreadProps(__spreadValues(__spreadValues({
1182
1682
  width: "14",
@@ -1187,15 +1687,15 @@ var WarningIcon = (_a) => {
1187
1687
  className
1188
1688
  }, getIconA11yProps(title)), props), {
1189
1689
  children: [
1190
- title ? /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("title", { children: title }) : null,
1191
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("g", { clipPath: "url(#clip0_warning)", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1690
+ title ? /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("title", { children: title }) : null,
1691
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("g", { clipPath: "url(#clip0_warning)", children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
1192
1692
  "path",
1193
1693
  {
1194
1694
  d: "M6.41665 8.16675V4.66675C6.41665 4.34591 6.67915 4.08341 6.99998 4.08341C7.32082 4.08341 7.58332 4.34591 7.58332 4.66675V8.16675C7.58332 8.48758 7.32082 8.75008 6.99998 8.75008C6.67915 8.75008 6.41665 8.48758 6.41665 8.16675ZM6.99998 9.33341C6.51582 9.33341 6.12498 9.72425 6.12498 10.2084C6.12498 10.6926 6.51582 11.0834 6.99998 11.0834C7.48415 11.0834 7.87498 10.6926 7.87498 10.2084C7.87498 9.72425 7.48415 9.33341 6.99998 9.33341ZM13.755 12.1801C13.3467 12.9676 12.4892 13.4167 11.4158 13.4167H2.58998C1.51082 13.4167 0.659151 12.9676 0.250818 12.1801C-0.163348 11.3867 -0.0466818 10.3717 0.542485 9.52008L5.23248 2.10008C5.64665 1.50508 6.29998 1.16675 6.99998 1.16675C7.69999 1.16675 8.35332 1.50508 8.74998 2.08258L13.4633 9.53175C14.0525 10.3834 14.1633 11.3926 13.7492 12.1801H13.755ZM12.5008 10.1851C12.5008 10.1851 12.4892 10.1734 12.4892 10.1617L7.78165 2.72425C7.61248 2.48508 7.32082 2.33341 6.99998 2.33341C6.67915 2.33341 6.38749 2.48508 6.20665 2.74758L1.51082 10.1617C1.14915 10.6751 1.06748 11.2351 1.27748 11.6376C1.48165 12.0342 1.94832 12.2501 2.58415 12.2501H11.4042C12.04 12.2501 12.5067 12.0342 12.7108 11.6376C12.9208 11.2351 12.8392 10.6751 12.495 10.1851H12.5008Z",
1195
1695
  fill: "currentColor"
1196
1696
  }
1197
1697
  ) }),
1198
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("clipPath", { id: "clip0_warning", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("rect", { width: "14", height: "14", fill: "white" }) }) })
1698
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("clipPath", { id: "clip0_warning", children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("rect", { width: "14", height: "14", fill: "white" }) }) })
1199
1699
  ]
1200
1700
  })
1201
1701
  );
@@ -1206,26 +1706,44 @@ WarningIcon.displayName = "WarningIcon";
1206
1706
  var iconRegistry = {
1207
1707
  "arrow-trend-up": ArrowTrendUpIcon,
1208
1708
  "arrows-to-dot": ArrowsToDotIcon,
1709
+ bank: BankIcon,
1209
1710
  "best-prices": BestPricesIcon,
1711
+ bolt: BoltIcon,
1712
+ "check-badge": CheckBadgeIcon,
1210
1713
  "check-circle": CheckCircleIcon,
1211
1714
  "chevron-down": ChevronDownIcon,
1715
+ "chevron-left": ChevronLeftIcon,
1212
1716
  "chevron-right": ChevronRightIcon,
1213
1717
  "chevron-up": ChevronUpIcon,
1214
1718
  close: CloseIcon,
1719
+ copy: CopyIcon,
1215
1720
  "create-account": CreateAccountIcon,
1721
+ "credit-card": CreditCardIcon,
1722
+ discord: DiscordIcon,
1216
1723
  disconnect: DisconnectIcon,
1724
+ document: DocumentIcon,
1217
1725
  download: DownloadIcon,
1218
1726
  "dots-horizontal": DotsHorizontalIcon,
1727
+ email: EmailIcon,
1728
+ "external-link": ExternalLinkIcon,
1729
+ info: InfoIcon,
1219
1730
  "link-accounts": LinkAccountsIcon,
1731
+ pencil: PencilIcon,
1732
+ "play-square": PlaySquareIcon,
1220
1733
  profile: ProfileIcon,
1221
1734
  "revenue-alt": RevenueAltIcon,
1222
1735
  search: SearchIcon,
1223
1736
  "shield-trust": ShieldTrustIcon,
1224
1737
  "stay-in-control": StayInControlIcon,
1738
+ telegram: TelegramIcon,
1225
1739
  "triangle-down": TriangleDownIcon,
1226
1740
  "triangle-up": TriangleUpIcon,
1741
+ "triangle-up-filled": TriangleUpFilledIcon,
1742
+ twitter: TwitterIcon,
1227
1743
  upload: UploadIcon,
1744
+ wallet: WalletIcon,
1228
1745
  "wallet-avatar": WalletAvatarIcon,
1746
+ "warning-filled": WarningFilledIcon,
1229
1747
  warning: WarningIcon
1230
1748
  };
1231
1749
  var iconNames = Object.keys(iconRegistry);
@@ -1240,7 +1758,7 @@ var resolveIconStyle = (color, style) => {
1240
1758
  };
1241
1759
 
1242
1760
  // src/primitives/icon/index.tsx
1243
- var import_jsx_runtime26 = require("react/jsx-runtime");
1761
+ var import_jsx_runtime44 = require("react/jsx-runtime");
1244
1762
  var Icon = (_a) => {
1245
1763
  var _b = _a, {
1246
1764
  name,
@@ -1258,65 +1776,107 @@ var Icon = (_a) => {
1258
1776
  const Component = iconRegistry[name];
1259
1777
  const resolvedStyle = resolveIconStyle(color, style);
1260
1778
  const resolvedClassName = cn(iconSizeClasses[size], className);
1261
- return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Component, __spreadValues({ color, className: resolvedClassName, style: resolvedStyle }, props));
1779
+ return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(Component, __spreadValues({ color, className: resolvedClassName, style: resolvedStyle }, props));
1262
1780
  };
1263
1781
  Icon.displayName = "Icon";
1264
1782
 
1265
1783
  // src/onboarding/steps/how-it-works.tsx
1266
- var import_jsx_runtime27 = require("react/jsx-runtime");
1784
+ var import_jsx_runtime45 = require("react/jsx-runtime");
1267
1785
  var defaultIcons = {
1268
- createAccount: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CreateAccountIcon, { className: "h-[28px] w-[28px] text-agg-muted-foreground" }),
1269
- linkAccounts: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(LinkAccountsIcon, { className: "h-[28px] w-[28px] text-agg-muted-foreground" }),
1270
- bestPrices: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(BestPricesIcon, { className: "h-[28px] w-[28px] text-agg-muted-foreground" }),
1271
- stayInControl: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(StayInControlIcon, { className: "h-[28px] w-[28px] text-agg-muted-foreground" })
1786
+ createAccount: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(CreateAccountIcon, { className: "h-[28px] w-[28px] text-agg-muted-foreground" }),
1787
+ linkAccounts: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(LinkAccountsIcon, { className: "h-[28px] w-[28px] text-agg-muted-foreground" }),
1788
+ bestPrices: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(BestPricesIcon, { className: "h-[28px] w-[28px] text-agg-muted-foreground" }),
1789
+ stayInControl: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(StayInControlIcon, { className: "h-[28px] w-[28px] text-agg-muted-foreground" })
1272
1790
  };
1273
1791
  var HowItWorksStep = ({ onContinue, icons }) => {
1274
1792
  const labels = (0, import_hooks3.useLabels)();
1275
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("div", { className: "flex flex-col gap-6", children: [
1276
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("h2", { className: "text-center text-agg-2xl font-agg-bold text-agg-foreground sm:text-agg-3xl", children: labels.onboarding.howItWorks.title }),
1277
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("div", { className: "flex flex-col gap-3", children: HOW_IT_WORKS_FEATURE_KEYS.map((featureKey) => {
1278
- var _a;
1279
- const icon = (_a = icons == null ? void 0 : icons[featureKey]) != null ? _a : defaultIcons[featureKey];
1280
- const feature = labels.onboarding.howItWorks.features[featureKey];
1281
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
1793
+ const scrollRef = (0, import_react.useRef)(null);
1794
+ const [showTopGradient, setShowTopGradient] = (0, import_react.useState)(false);
1795
+ const [showBottomGradient, setShowBottomGradient] = (0, import_react.useState)(true);
1796
+ const handleScroll = (0, import_react.useCallback)(() => {
1797
+ const el = scrollRef.current;
1798
+ if (!el)
1799
+ return;
1800
+ setShowTopGradient(el.scrollTop > 0);
1801
+ setShowBottomGradient(el.scrollTop + el.clientHeight < el.scrollHeight - 1);
1802
+ }, []);
1803
+ return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)("div", { className: "flex flex-col gap-6 h-[600px] sm:h-auto", children: [
1804
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("h2", { className: "text-center text-agg-2xl font-agg-bold text-agg-foreground", children: labels.onboarding.howItWorks.title }),
1805
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)("div", { className: "relative flex-1 min-h-0 sm:flex-initial", children: [
1806
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
1807
+ "div",
1808
+ {
1809
+ ref: scrollRef,
1810
+ onScroll: handleScroll,
1811
+ className: "flex flex-col gap-4 overflow-y-auto sm:overflow-visible h-full",
1812
+ children: HOW_IT_WORKS_FEATURE_KEYS.map((featureKey) => {
1813
+ var _a;
1814
+ const icon = (_a = icons == null ? void 0 : icons[featureKey]) != null ? _a : defaultIcons[featureKey];
1815
+ const feature = labels.onboarding.howItWorks.features[featureKey];
1816
+ return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(
1817
+ "div",
1818
+ {
1819
+ className: cn(
1820
+ "flex items-center gap-4 py-4 px-5 sm:px-4",
1821
+ "rounded-agg-md",
1822
+ "bg-agg-secondary-hover"
1823
+ ),
1824
+ children: [
1825
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)("div", { className: "flex flex-col flex-1 min-w-0 gap-[6px]", children: [
1826
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("p", { className: "text-agg-base font-agg-bold leading-agg-6 text-agg-foreground", children: feature.title }),
1827
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("p", { className: "text-agg-sm leading-agg-5 text-agg-foreground", children: feature.description })
1828
+ ] }),
1829
+ icon ? /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("div", { className: "hidden shrink-0 items-center justify-center text-agg-muted-foreground sm:flex", children: icon }) : null
1830
+ ]
1831
+ },
1832
+ featureKey
1833
+ );
1834
+ })
1835
+ }
1836
+ ),
1837
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
1282
1838
  "div",
1283
1839
  {
1284
1840
  className: cn(
1285
- "flex items-center gap-4 p-4 sm:p-5",
1286
- "rounded-agg-lg",
1287
- "bg-agg-secondary-hover"
1288
- ),
1289
- children: [
1290
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("div", { className: "flex flex-col flex-1 min-w-0 gap-[6px]", children: [
1291
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("p", { className: "text-agg-base font-agg-bold leading-agg-6 text-agg-foreground", children: feature.title }),
1292
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("p", { className: "text-agg-sm leading-agg-5 text-agg-foreground", children: feature.description })
1293
- ] }),
1294
- icon ? /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("div", { className: "hidden shrink-0 items-center justify-center text-agg-muted-foreground sm:flex", children: icon }) : null
1295
- ]
1296
- },
1297
- featureKey
1298
- );
1299
- }) }),
1300
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(Button, { variant: "primary", size: "l", className: "w-full", onClick: onContinue, children: labels.onboarding.howItWorks.continue })
1841
+ "pointer-events-none absolute inset-x-0 top-0 h-20",
1842
+ "bg-gradient-to-b from-agg-secondary to-transparent",
1843
+ "sm:hidden transition-opacity",
1844
+ showTopGradient ? "opacity-100" : "opacity-0"
1845
+ )
1846
+ }
1847
+ ),
1848
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
1849
+ "div",
1850
+ {
1851
+ className: cn(
1852
+ "pointer-events-none absolute inset-x-0 bottom-0 h-20",
1853
+ "bg-gradient-to-t from-agg-secondary to-transparent",
1854
+ "sm:hidden transition-opacity",
1855
+ showBottomGradient ? "opacity-100" : "opacity-0"
1856
+ )
1857
+ }
1858
+ )
1859
+ ] }),
1860
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(Button, { variant: "primary", size: "l", className: "w-full", onClick: onContinue, children: labels.onboarding.howItWorks.continue })
1301
1861
  ] });
1302
1862
  };
1303
1863
  HowItWorksStep.displayName = "HowItWorksStep";
1304
1864
 
1305
1865
  // src/onboarding/steps/profile-setup.tsx
1306
- var import_react = require("react");
1866
+ var import_react2 = require("react");
1307
1867
  var import_hooks4 = require("@agg-market/hooks");
1308
- var import_jsx_runtime28 = require("react/jsx-runtime");
1868
+ var import_jsx_runtime46 = require("react/jsx-runtime");
1309
1869
  var ProfileSetupStep = ({ onContinue }) => {
1310
1870
  const labels = (0, import_hooks4.useLabels)();
1311
- const [username, setUsername] = (0, import_react.useState)("");
1312
- const [avatarFile, setAvatarFile] = (0, import_react.useState)();
1313
- const [avatarPreview, setAvatarPreview] = (0, import_react.useState)();
1314
- const fileInputRef = (0, import_react.useRef)(null);
1315
- const handleAvatarClick = (0, import_react.useCallback)(() => {
1871
+ const [username, setUsername] = (0, import_react2.useState)("");
1872
+ const [avatarFile, setAvatarFile] = (0, import_react2.useState)();
1873
+ const [avatarPreview, setAvatarPreview] = (0, import_react2.useState)();
1874
+ const fileInputRef = (0, import_react2.useRef)(null);
1875
+ const handleAvatarClick = (0, import_react2.useCallback)(() => {
1316
1876
  var _a;
1317
1877
  (_a = fileInputRef.current) == null ? void 0 : _a.click();
1318
1878
  }, []);
1319
- const handleFileChange = (0, import_react.useCallback)((e) => {
1879
+ const handleFileChange = (0, import_react2.useCallback)((e) => {
1320
1880
  var _a;
1321
1881
  const file = (_a = e.target.files) == null ? void 0 : _a[0];
1322
1882
  if (!file)
@@ -1329,86 +1889,89 @@ var ProfileSetupStep = ({ onContinue }) => {
1329
1889
  };
1330
1890
  reader.readAsDataURL(file);
1331
1891
  }, []);
1332
- const handleContinue = (0, import_react.useCallback)(() => {
1892
+ const handleContinue = (0, import_react2.useCallback)(() => {
1333
1893
  onContinue({
1334
1894
  username,
1335
1895
  avatarFile,
1336
1896
  avatarPreview
1337
1897
  });
1338
1898
  }, [username, avatarFile, avatarPreview, onContinue]);
1339
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("div", { className: "flex flex-col gap-6 sm:gap-8", children: [
1340
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("h2", { className: "text-center text-agg-2xl font-agg-bold text-agg-foreground sm:text-agg-3xl", children: labels.onboarding.profileSetup.title }),
1341
- /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("div", { className: "flex justify-center", children: [
1342
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
1343
- "button",
1344
- {
1345
- type: "button",
1346
- onClick: handleAvatarClick,
1347
- className: cn(
1348
- "relative flex items-center justify-center",
1349
- "h-[80px] w-[80px]",
1350
- "rounded-agg-full",
1351
- "border-2 border-dashed border-agg-separator",
1352
- "bg-agg-secondary",
1353
- "hover:border-agg-muted-foreground hover:bg-agg-secondary-hover",
1354
- "transition-colors cursor-pointer",
1355
- "overflow-hidden"
1356
- ),
1357
- "aria-label": labels.onboarding.profileSetup.uploadProfilePictureAria,
1358
- children: avatarPreview ? /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
1359
- "img",
1360
- {
1361
- src: avatarPreview,
1362
- alt: labels.onboarding.profileSetup.profilePreviewAlt,
1363
- className: "h-full w-full object-cover"
1364
- }
1365
- ) : /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(ProfileIcon, { className: "h-8 w-8 text-agg-muted-foreground" })
1366
- }
1367
- ),
1368
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
1369
- "input",
1370
- {
1371
- ref: fileInputRef,
1372
- type: "file",
1373
- accept: "image/*",
1374
- onChange: handleFileChange,
1375
- className: "hidden",
1376
- "aria-hidden": "true"
1377
- }
1378
- )
1379
- ] }),
1380
- /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("div", { className: "flex flex-col gap-2", children: [
1381
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
1382
- "label",
1383
- {
1384
- htmlFor: "onboarding-username",
1385
- className: "text-agg-sm font-agg-bold text-agg-foreground",
1386
- children: labels.onboarding.profileSetup.usernameLabel
1387
- }
1388
- ),
1389
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
1390
- "input",
1391
- {
1392
- id: "onboarding-username",
1393
- type: "text",
1394
- value: username,
1395
- onChange: (e) => setUsername(e.target.value),
1396
- placeholder: labels.onboarding.profileSetup.usernamePlaceholder,
1397
- className: cn(
1398
- "w-full px-4 py-3",
1399
- "rounded-agg-xl",
1400
- "border border-agg-separator",
1401
- "bg-agg-secondary text-agg-foreground",
1402
- "placeholder:text-agg-muted-foreground",
1403
- "outline-none",
1404
- "focus:border-agg-primary focus:ring-1 focus:ring-agg-primary",
1405
- "transition-colors",
1406
- "text-agg-sm sm:text-agg-base"
1407
- )
1408
- }
1409
- )
1899
+ return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "flex flex-col gap-7", children: [
1900
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("h2", { className: "text-center text-agg-2xl font-agg-bold text-agg-foreground", children: labels.onboarding.profileSetup.title }),
1901
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "flex flex-col gap-5 items-center w-full", children: [
1902
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "flex justify-center", children: [
1903
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
1904
+ "button",
1905
+ {
1906
+ type: "button",
1907
+ onClick: handleAvatarClick,
1908
+ className: cn(
1909
+ "relative flex items-center justify-center",
1910
+ "h-[80px] w-[80px]",
1911
+ "rounded-agg-full",
1912
+ "border border-dashed border-agg-separator",
1913
+ "bg-agg-secondary-hover",
1914
+ "hover:bg-agg-tertiary",
1915
+ "transition-colors cursor-pointer",
1916
+ "overflow-hidden"
1917
+ ),
1918
+ "aria-label": labels.onboarding.profileSetup.uploadProfilePictureAria,
1919
+ children: avatarPreview ? /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
1920
+ "img",
1921
+ {
1922
+ src: avatarPreview,
1923
+ alt: labels.onboarding.profileSetup.profilePreviewAlt,
1924
+ className: "h-full w-full object-cover"
1925
+ }
1926
+ ) : /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(ProfileIcon, { className: "h-7 w-7 text-agg-muted-foreground" })
1927
+ }
1928
+ ),
1929
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
1930
+ "input",
1931
+ {
1932
+ ref: fileInputRef,
1933
+ type: "file",
1934
+ accept: "image/*",
1935
+ onChange: handleFileChange,
1936
+ className: "hidden",
1937
+ "aria-hidden": "true"
1938
+ }
1939
+ )
1940
+ ] }),
1941
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "flex flex-col gap-2 w-full", children: [
1942
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
1943
+ "label",
1944
+ {
1945
+ htmlFor: "onboarding-username",
1946
+ className: "text-agg-sm font-agg-bold text-agg-foreground",
1947
+ children: labels.onboarding.profileSetup.usernameLabel
1948
+ }
1949
+ ),
1950
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
1951
+ "input",
1952
+ {
1953
+ id: "onboarding-username",
1954
+ type: "text",
1955
+ value: username,
1956
+ onChange: (e) => setUsername(e.target.value),
1957
+ placeholder: labels.onboarding.profileSetup.usernamePlaceholder,
1958
+ className: cn(
1959
+ "w-full px-3 py-2.5",
1960
+ "rounded-[4px]",
1961
+ "border border-agg-separator",
1962
+ "bg-agg-secondary text-agg-foreground",
1963
+ "placeholder:text-agg-muted-foreground",
1964
+ "outline-none",
1965
+ "hover:bg-agg-secondary-hover",
1966
+ "focus:border-agg-primary focus:ring-1 focus:ring-agg-primary",
1967
+ "transition-colors",
1968
+ "text-agg-sm sm:text-agg-base"
1969
+ )
1970
+ }
1971
+ )
1972
+ ] })
1410
1973
  ] }),
1411
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(Button, { variant: "primary", size: "l", className: "w-full", onClick: handleContinue, children: labels.onboarding.profileSetup.continue })
1974
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Button, { variant: "primary", size: "l", className: "w-full", onClick: handleContinue, children: labels.onboarding.profileSetup.continue })
1412
1975
  ] });
1413
1976
  };
1414
1977
  ProfileSetupStep.displayName = "ProfileSetupStep";
@@ -1434,7 +1997,7 @@ var resolveLogoPrimaryColor = ({
1434
1997
  };
1435
1998
 
1436
1999
  // src/primitives/venue-logo/svg/logo-kalshi.tsx
1437
- var import_jsx_runtime29 = require("react/jsx-runtime");
2000
+ var import_jsx_runtime47 = require("react/jsx-runtime");
1438
2001
  var KALSHI_GREEN = "#18C590";
1439
2002
  var LogoKalshiIcon = (_a) => {
1440
2003
  var _b = _a, {
@@ -1453,7 +2016,7 @@ var LogoKalshiIcon = (_a) => {
1453
2016
  isColor,
1454
2017
  color
1455
2018
  });
1456
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
2019
+ return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(
1457
2020
  "svg",
1458
2021
  __spreadProps(__spreadValues(__spreadValues({
1459
2022
  viewBox: "0 0 100 100",
@@ -1461,9 +2024,14 @@ var LogoKalshiIcon = (_a) => {
1461
2024
  fill: "none"
1462
2025
  }, getIconA11yProps(title)), props), {
1463
2026
  children: [
1464
- title ? /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("title", { children: title }) : null,
1465
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { d: "M20 10H36V90H20V10Z", fill: primaryColor }),
1466
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { d: "M44 50L74 10H92L62 50L92 90H74L44 50Z", fill: primaryColor })
2027
+ title ? /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("title", { children: title }) : null,
2028
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
2029
+ "path",
2030
+ {
2031
+ d: "M54.9798 47.579L79.4249 85.9995H58.2273L38.2531 52.9344V85.9995H20.4189V13.9995H38.2531V45.4356L59.6547 13.9995H78.7119L54.9798 47.579Z",
2032
+ fill: primaryColor
2033
+ }
2034
+ )
1467
2035
  ]
1468
2036
  })
1469
2037
  );
@@ -1471,9 +2039,8 @@ var LogoKalshiIcon = (_a) => {
1471
2039
  LogoKalshiIcon.displayName = "LogoKalshiIcon";
1472
2040
 
1473
2041
  // src/primitives/venue-logo/svg/logo-opinion.tsx
1474
- var import_jsx_runtime30 = require("react/jsx-runtime");
2042
+ var import_jsx_runtime48 = require("react/jsx-runtime");
1475
2043
  var OPINION_BLACK = "#000000";
1476
- var OPINION_WHITE = "#FFFFFF";
1477
2044
  var LogoOpinionIcon = (_a) => {
1478
2045
  var _b = _a, {
1479
2046
  title,
@@ -1491,8 +2058,7 @@ var LogoOpinionIcon = (_a) => {
1491
2058
  isColor,
1492
2059
  color
1493
2060
  });
1494
- const accentColor = (color == null ? void 0 : color.trim()) ? primaryColor : OPINION_WHITE;
1495
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
2061
+ return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
1496
2062
  "svg",
1497
2063
  __spreadProps(__spreadValues(__spreadValues({
1498
2064
  viewBox: "0 0 100 100",
@@ -1500,57 +2066,14 @@ var LogoOpinionIcon = (_a) => {
1500
2066
  fill: "none"
1501
2067
  }, getIconA11yProps(title)), props), {
1502
2068
  children: [
1503
- title ? /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("title", { children: title }) : null,
1504
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("circle", { cx: "50", cy: "50", r: "40", fill: primaryColor }),
1505
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
1506
- "rect",
1507
- {
1508
- x: "21",
1509
- y: "18",
1510
- width: "8",
1511
- height: "64",
1512
- rx: "4",
1513
- transform: "rotate(-7 21 18)",
1514
- fill: accentColor
1515
- }
1516
- ),
1517
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
1518
- "rect",
1519
- {
1520
- x: "37",
1521
- y: "12",
1522
- width: "8",
1523
- height: "76",
1524
- rx: "4",
1525
- transform: "rotate(-4 37 12)",
1526
- fill: accentColor
1527
- }
1528
- ),
1529
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
1530
- "rect",
1531
- {
1532
- x: "53",
1533
- y: "12",
1534
- width: "8",
1535
- height: "76",
1536
- rx: "4",
1537
- transform: "rotate(-4 53 12)",
1538
- fill: accentColor
1539
- }
1540
- ),
1541
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
1542
- "rect",
2069
+ title ? /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("title", { children: title }) : null,
2070
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
2071
+ "path",
1543
2072
  {
1544
- x: "69",
1545
- y: "18",
1546
- width: "8",
1547
- height: "64",
1548
- rx: "4",
1549
- transform: "rotate(-7 69 18)",
1550
- fill: accentColor
2073
+ d: "M51.8239 68.4603L56.9659 68.0094L58.8049 89.0576C61.1459 88.5314 63.4349 87.7952 65.6437 86.8578V68.1879H71.9955V83.4385C74.6496 81.6828 77.0863 79.619 79.2548 77.2898L80.0716 67.958L85.516 68.433C88.6185 62.4381 90.156 55.7558 89.9858 49.0072C89.8154 42.2584 87.9429 35.6623 84.542 29.8316L84.3394 32.1494L77.9876 31.5927L78.8042 22.2668C76.7468 20.1288 74.4594 18.225 71.9835 16.5902V31.9164H65.6317V13.1739C62.9224 12.0205 60.0929 11.173 57.1957 10.6473L59.0317 31.6441L53.8897 32.0949L51.9599 10.0482C51.3128 10.0179 50.6593 9.99976 50.006 9.99976C47.4581 9.99976 44.9161 10.2419 42.414 10.723L46.0438 31.3899L42.1297 32.0798L38.5304 11.6701C35.1755 12.6725 31.9677 14.1143 28.9905 15.9578L33.0435 31.0873L29.9705 31.9134L26.2018 17.8369C23.2938 19.9923 20.6902 22.5308 18.4615 25.3835L20.4246 30.7787L18.1833 31.5956L16.7707 27.7134C14.5111 31.0771 12.7772 34.7657 11.6287 38.652L12.2639 38.4221L20.4306 60.8471L18.1893 61.6641L10.8877 41.5963C9.21542 49.4012 9.91256 57.528 12.8896 64.9338C15.8667 72.3395 20.9879 78.6865 27.5961 83.1601L23.8031 68.9989L26.8762 68.1728L31.5162 85.4991C34.6952 87.1593 38.0844 88.3808 41.5914 89.1303L38.0132 68.7296L41.9301 68.0397L45.7684 89.8262C47.1811 89.9757 48.6007 90.0505 50.0212 90.0502C51.2583 90.0502 52.4863 89.9926 53.6963 89.8807L51.8239 68.4603ZM80.1017 37.8985L86.4385 38.4524L84.3605 62.2299L78.0087 61.6761L80.1017 37.8985ZM65.6528 38.1315H72.0046V61.9969H65.6528V38.1315ZM56.975 37.9501L59.053 61.7277L53.911 62.1785L51.8299 38.4009L56.975 37.9501ZM29.9976 62.003L23.8243 38.9486L26.8974 38.1255L33.0707 61.1649L29.9976 62.003ZM42.157 62.1603L38.0132 38.658L41.9301 37.9683L46.0709 61.4674L42.157 62.1603Z",
2074
+ fill: primaryColor
1551
2075
  }
1552
- ),
1553
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("rect", { x: "12", y: "44", width: "76", height: "12", fill: primaryColor })
2076
+ )
1554
2077
  ]
1555
2078
  })
1556
2079
  );
@@ -1558,8 +2081,8 @@ var LogoOpinionIcon = (_a) => {
1558
2081
  LogoOpinionIcon.displayName = "LogoOpinionIcon";
1559
2082
 
1560
2083
  // src/primitives/venue-logo/svg/logo-polymarket.tsx
1561
- var import_jsx_runtime31 = require("react/jsx-runtime");
1562
- var POLYMARKET_BLUE = "#3861FB";
2084
+ var import_jsx_runtime49 = require("react/jsx-runtime");
2085
+ var POLYMARKET_BLUE = "#2E5CFF";
1563
2086
  var LogoPolymarketIcon = (_a) => {
1564
2087
  var _b = _a, {
1565
2088
  title,
@@ -1577,7 +2100,7 @@ var LogoPolymarketIcon = (_a) => {
1577
2100
  isColor,
1578
2101
  color
1579
2102
  });
1580
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
2103
+ return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(
1581
2104
  "svg",
1582
2105
  __spreadProps(__spreadValues(__spreadValues({
1583
2106
  viewBox: "0 0 100 100",
@@ -1585,18 +2108,14 @@ var LogoPolymarketIcon = (_a) => {
1585
2108
  fill: "none"
1586
2109
  }, getIconA11yProps(title)), props), {
1587
2110
  children: [
1588
- title ? /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("title", { children: title }) : null,
1589
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
2111
+ title ? /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("title", { children: title }) : null,
2112
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
1590
2113
  "path",
1591
2114
  {
1592
- d: "M18 10L78 2V98L18 88V10Z",
1593
- stroke: primaryColor,
1594
- strokeWidth: "8",
1595
- strokeLinejoin: "round"
2115
+ d: "M81.0904 84.2882C81.0904 87.9246 81.0904 89.7428 79.901 90.644C78.7119 91.5456 76.9613 91.0542 73.4603 90.0717L17.1975 74.2838C15.0881 73.6919 14.0332 73.3959 13.4233 72.5913C12.8135 71.7866 12.8135 70.6911 12.8135 68.5002V31.4998C12.8135 29.309 12.8135 28.2134 13.4233 27.4088C14.0332 26.6042 15.0881 26.3081 17.1975 25.7163L73.4603 9.92806C76.9613 8.94572 78.7119 8.45448 79.901 9.35587C81.0904 10.2573 81.0904 12.0755 81.0904 15.7119V84.2882ZM26.8451 69.1363L73.4308 82.2104V56.0637L26.8451 69.1363ZM20.4723 63.0711L67.0487 50L20.4723 36.929V63.0711ZM26.8446 30.8638L73.4308 43.9366V17.7896L26.8446 30.8638Z",
2116
+ fill: primaryColor
1596
2117
  }
1597
- ),
1598
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("path", { d: "M18 32L78 44", stroke: primaryColor, strokeWidth: "8", strokeLinecap: "round" }),
1599
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("path", { d: "M18 58L78 70", stroke: primaryColor, strokeWidth: "8", strokeLinecap: "round" })
2118
+ )
1600
2119
  ]
1601
2120
  })
1602
2121
  );
@@ -1604,8 +2123,8 @@ var LogoPolymarketIcon = (_a) => {
1604
2123
  LogoPolymarketIcon.displayName = "LogoPolymarketIcon";
1605
2124
 
1606
2125
  // src/primitives/venue-logo/svg/logo-probable.tsx
1607
- var import_jsx_runtime32 = require("react/jsx-runtime");
1608
- var PROBABLE_ORANGE = "#F85B22";
2126
+ var import_jsx_runtime50 = require("react/jsx-runtime");
2127
+ var PROBABLE_ORANGE = "#F05923";
1609
2128
  var LogoProbableIcon = (_a) => {
1610
2129
  var _b = _a, {
1611
2130
  title,
@@ -1623,7 +2142,7 @@ var LogoProbableIcon = (_a) => {
1623
2142
  isColor,
1624
2143
  color
1625
2144
  });
1626
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(
2145
+ return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(
1627
2146
  "svg",
1628
2147
  __spreadProps(__spreadValues(__spreadValues({
1629
2148
  viewBox: "0 0 100 100",
@@ -1631,21 +2150,22 @@ var LogoProbableIcon = (_a) => {
1631
2150
  fill: "none"
1632
2151
  }, getIconA11yProps(title)), props), {
1633
2152
  children: [
1634
- title ? /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("title", { children: title }) : null,
1635
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("rect", { x: "20", y: "16", width: "60", height: "12", fill: primaryColor }),
1636
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("rect", { x: "18", y: "36", width: "64", height: "46", rx: "23", fill: primaryColor }),
1637
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
1638
- "rect",
2153
+ title ? /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("title", { children: title }) : null,
2154
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
2155
+ "path",
1639
2156
  {
1640
- x: "32",
1641
- y: "50",
1642
- width: "40",
1643
- height: "18",
1644
- rx: "9",
1645
- fill: isColor && !color ? "white" : primaryColor
2157
+ d: "M75.625 59.3489C75.6247 53.7323 71.0719 49.1792 65.4551 49.179H33.9209C28.3039 49.179 23.7503 53.7321 23.75 59.3489C23.75 64.9659 28.3038 69.5198 33.9209 69.5198H65.4551C71.0719 69.5195 75.625 64.9658 75.625 59.3489ZM90.625 59.3489C90.625 73.2501 79.3562 84.5195 65.4551 84.5198H33.9209C20.0196 84.5198 8.75 73.2502 8.75 59.3489C8.75026 45.4477 20.0198 34.179 33.9209 34.179H65.4551C79.3559 34.1792 90.6247 45.4478 90.625 59.3489Z",
2158
+ fill: primaryColor
1646
2159
  }
1647
2160
  ),
1648
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("circle", { cx: "61", cy: "59", r: "7", fill: primaryColor })
2161
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { d: "M90.9329 15.4546V30.4546H8.90234V15.4546H90.9329Z", fill: primaryColor }),
2162
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
2163
+ "path",
2164
+ {
2165
+ d: "M64.5742 51.3496C68.9894 51.3496 72.5742 54.9344 72.5742 59.3496C72.5742 63.7648 68.9894 67.3496 64.5742 67.3496C60.159 67.3496 56.5742 63.7648 56.5742 59.3496C56.5742 54.9344 60.159 51.3496 64.5742 51.3496Z",
2166
+ fill: primaryColor
2167
+ }
2168
+ )
1649
2169
  ]
1650
2170
  })
1651
2171
  );
@@ -1664,6 +2184,7 @@ var sizeClasses2 = {
1664
2184
  xxs: "h-2 w-2",
1665
2185
  xs: "h-3 w-3",
1666
2186
  s: "h-4 w-4",
2187
+ ms: "h-5 w-5",
1667
2188
  m: "h-6 w-6",
1668
2189
  l: "h-8 w-8",
1669
2190
  xl: "h-10 w-10",
@@ -1671,7 +2192,7 @@ var sizeClasses2 = {
1671
2192
  };
1672
2193
 
1673
2194
  // src/primitives/venue-logo/index.tsx
1674
- var import_jsx_runtime33 = require("react/jsx-runtime");
2195
+ var import_jsx_runtime51 = require("react/jsx-runtime");
1675
2196
  var VenueLogo = ({
1676
2197
  venue,
1677
2198
  isColor = true,
@@ -1686,7 +2207,7 @@ var VenueLogo = ({
1686
2207
  const Component = venueLogoRegistry[venue];
1687
2208
  const sizeClass = sizeClasses2[size];
1688
2209
  const resolvedIsColor = isMonochromatic ? false : isColor;
1689
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
2210
+ return /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
1690
2211
  Component,
1691
2212
  {
1692
2213
  className: cn("shrink-0", sizeClass, className),
@@ -1700,14 +2221,14 @@ var VenueLogo = ({
1700
2221
  VenueLogo.displayName = "VenueLogo";
1701
2222
 
1702
2223
  // src/onboarding/steps/connect-accounts.tsx
1703
- var import_jsx_runtime34 = require("react/jsx-runtime");
2224
+ var import_jsx_runtime52 = require("react/jsx-runtime");
1704
2225
  var OnchainVenueLogos = () => {
1705
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("div", { className: "flex -space-x-1.5", children: ONCHAIN_VENUES.map((venue, index) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
2226
+ return /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("div", { className: "flex gap-1 sm:gap-0 sm:-space-x-5", children: ONCHAIN_VENUES.map((venue, index) => /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
1706
2227
  "div",
1707
2228
  {
1708
- className: "overflow-hidden rounded-agg-lg",
2229
+ className: "overflow-hidden rounded sm:rounded-agg-md",
1709
2230
  style: { zIndex: ONCHAIN_VENUES.length - index },
1710
- children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(VenueLogo, { venue, size: "l" })
2231
+ children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(VenueLogo, { venue, size: "ms", className: "sm:h-8 sm:w-8" })
1711
2232
  },
1712
2233
  venue
1713
2234
  )) });
@@ -1722,50 +2243,54 @@ var VenueCard = ({
1722
2243
  connected = false
1723
2244
  }) => {
1724
2245
  const labels = (0, import_hooks6.useLabels)();
1725
- const action = connected ? /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(CheckCircleIcon, { className: "h-6 w-6 text-agg-success" }) : /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
2246
+ const action = connected ? /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CheckCircleIcon, { className: "h-6 w-6 text-agg-success" }) : /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
1726
2247
  Button,
1727
2248
  {
1728
2249
  variant: "tertiary",
1729
- size: "m",
1730
- className: "h-auto p-0 text-agg-primary hover:bg-transparent hover:text-agg-primary-hover",
2250
+ size: "l",
2251
+ className: "!h-auto !px-0 !py-0 text-agg-primary hover:bg-transparent hover:text-agg-primary-hover",
1731
2252
  onClick: onConnect,
1732
2253
  children: labels.onboarding.connectAccounts.connect
1733
2254
  }
1734
2255
  );
1735
- const mobileAction = connected ? /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(CheckCircleIcon, { className: "h-6 w-6 text-agg-success" }) : /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
2256
+ const mobileAction = connected ? /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(CheckCircleIcon, { className: "h-6 w-6 text-agg-success" }) : /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
1736
2257
  Button,
1737
2258
  {
1738
2259
  variant: "tertiary",
1739
2260
  size: "m",
1740
- className: "h-auto p-0 text-agg-primary hover:bg-transparent hover:text-agg-primary-hover",
2261
+ className: "!h-auto !px-0 !py-0 text-agg-primary hover:bg-transparent hover:text-agg-primary-hover",
1741
2262
  onClick: onConnect,
1742
- suffix: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(ChevronRightIcon, { className: "h-4 w-4" }),
2263
+ suffix: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(ChevronRightIcon, { className: "h-4 w-4" }),
1743
2264
  children: labels.onboarding.connectAccounts.connectAccount
1744
2265
  }
1745
2266
  );
1746
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
2267
+ return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(
1747
2268
  "div",
1748
2269
  {
1749
2270
  className: cn(
1750
- "rounded-agg-lg p-4 sm:p-5",
1751
- connected ? "bg-agg-success/5" : "bg-agg-secondary-hover"
2271
+ "rounded-agg-md p-5 transition-colors",
2272
+ connected ? "bg-agg-success/5" : "bg-agg-secondary-hover hover:bg-agg-tertiary"
1752
2273
  ),
1753
2274
  children: [
1754
- /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("div", { className: "hidden sm:flex items-center gap-4", children: [
1755
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("div", { className: "shrink-0", children: logos }),
1756
- /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("div", { className: "flex-1 min-w-0", children: [
1757
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("p", { className: "text-agg-base font-agg-bold text-agg-foreground", children: title }),
1758
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("p", { className: "mt-0.5 text-agg-sm text-agg-muted-foreground", children: description })
2275
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("div", { className: "hidden sm:flex items-center justify-between", children: [
2276
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("div", { className: "flex items-center gap-5", children: [
2277
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("div", { className: "shrink-0", children: logos }),
2278
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("div", { className: "flex flex-col gap-[2px]", children: [
2279
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("p", { className: "text-agg-base font-agg-bold text-agg-foreground", children: title }),
2280
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("p", { className: "text-agg-sm text-agg-foreground", children: description })
2281
+ ] })
1759
2282
  ] }),
1760
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("div", { className: "shrink-0", children: action })
2283
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("div", { className: "shrink-0", children: action })
1761
2284
  ] }),
1762
- /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("div", { className: "flex flex-col gap-3 sm:hidden", children: [
1763
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("div", { className: "shrink-0", children: logos }),
1764
- /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("div", { children: [
1765
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("p", { className: "text-agg-base font-agg-bold text-agg-foreground", children: mobileTitle != null ? mobileTitle : title }),
1766
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("p", { className: "mt-0.5 text-agg-sm text-agg-muted-foreground", children: mobileDescription != null ? mobileDescription : description })
2285
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("div", { className: "flex flex-col gap-3 sm:hidden", children: [
2286
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("div", { className: "flex flex-col gap-3", children: [
2287
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("div", { className: "shrink-0", children: logos }),
2288
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("p", { className: "text-agg-lg font-agg-bold text-agg-foreground", children: mobileTitle != null ? mobileTitle : title })
1767
2289
  ] }),
1768
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("div", { children: mobileAction })
2290
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("div", { className: "flex flex-col items-start gap-2", children: [
2291
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("p", { className: "text-agg-base text-agg-foreground", children: mobileDescription != null ? mobileDescription : description }),
2292
+ mobileAction
2293
+ ] })
1769
2294
  ] })
1770
2295
  ]
1771
2296
  }
@@ -1780,13 +2305,13 @@ var ConnectAccountsStep = ({
1780
2305
  }) => {
1781
2306
  const labels = (0, import_hooks6.useLabels)();
1782
2307
  const canContinue = connectedOnchain || connectedKalshi;
1783
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("div", { className: "flex flex-col gap-6", children: [
1784
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("h2", { className: "text-center text-agg-2xl font-agg-bold text-agg-foreground sm:text-agg-3xl", children: labels.onboarding.connectAccounts.title }),
1785
- /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("div", { className: "flex flex-col gap-3", children: [
1786
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
2308
+ return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("div", { className: "flex flex-col gap-6", children: [
2309
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("h2", { className: "text-center text-agg-2xl font-agg-bold text-agg-foreground", children: labels.onboarding.connectAccounts.title }),
2310
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("div", { className: "flex flex-col gap-4", children: [
2311
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
1787
2312
  VenueCard,
1788
2313
  {
1789
- logos: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(OnchainVenueLogos, {}),
2314
+ logos: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(OnchainVenueLogos, {}),
1790
2315
  title: labels.onboarding.connectAccounts.onchainTitle,
1791
2316
  mobileTitle: labels.onboarding.connectAccounts.onchainMobileTitle(
1792
2317
  ONCHAIN_VENUES.length - 1
@@ -1797,10 +2322,17 @@ var ConnectAccountsStep = ({
1797
2322
  connected: connectedOnchain
1798
2323
  }
1799
2324
  ),
1800
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
2325
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
1801
2326
  VenueCard,
1802
2327
  {
1803
- logos: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("div", { className: "overflow-hidden rounded-agg-lg", children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(VenueLogo, { venue: "kalshi", size: "l" }) }),
2328
+ logos: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("div", { className: "overflow-hidden rounded sm:rounded-agg-md", children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
2329
+ VenueLogo,
2330
+ {
2331
+ venue: "kalshi",
2332
+ size: "l",
2333
+ className: "h-6 w-6 sm:h-8 sm:w-8"
2334
+ }
2335
+ ) }),
1804
2336
  title: labels.onboarding.connectAccounts.kalshiTitle,
1805
2337
  mobileTitle: labels.onboarding.connectAccounts.kalshiMobileTitle,
1806
2338
  description: labels.onboarding.connectAccounts.kalshiDescription,
@@ -1810,7 +2342,7 @@ var ConnectAccountsStep = ({
1810
2342
  }
1811
2343
  )
1812
2344
  ] }),
1813
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
2345
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
1814
2346
  Button,
1815
2347
  {
1816
2348
  variant: "primary",
@@ -1826,25 +2358,25 @@ var ConnectAccountsStep = ({
1826
2358
  ConnectAccountsStep.displayName = "ConnectAccountsStep";
1827
2359
 
1828
2360
  // src/onboarding/steps/connect-kalshi-modal.tsx
1829
- var import_react2 = require("react");
2361
+ var import_react3 = require("react");
1830
2362
  var import_hooks7 = require("@agg-market/hooks");
1831
2363
  var Dialog2 = __toESM(require("@radix-ui/react-dialog"));
1832
- var import_jsx_runtime35 = require("react/jsx-runtime");
2364
+ var import_jsx_runtime53 = require("react/jsx-runtime");
1833
2365
  var ConnectKalshiModal = ({
1834
2366
  open,
1835
2367
  onOpenChange,
1836
2368
  onVerify
1837
2369
  }) => {
1838
2370
  const labels = (0, import_hooks7.useLabels)();
1839
- const [apiKeyId, setApiKeyId] = (0, import_react2.useState)("");
1840
- const [privateKey, setPrivateKey] = (0, import_react2.useState)("");
1841
- const [verifying, setVerifying] = (0, import_react2.useState)(false);
1842
- const [error, setError] = (0, import_react2.useState)();
2371
+ const [apiKeyId, setApiKeyId] = (0, import_react3.useState)("");
2372
+ const [privateKey, setPrivateKey] = (0, import_react3.useState)("");
2373
+ const [verifying, setVerifying] = (0, import_react3.useState)(false);
2374
+ const [error, setError] = (0, import_react3.useState)();
1843
2375
  const canVerify = apiKeyId.trim().length > 0 && privateKey.trim().length > 0;
1844
- const handleCancel = (0, import_react2.useCallback)(() => {
2376
+ const handleCancel = (0, import_react3.useCallback)(() => {
1845
2377
  onOpenChange(false);
1846
2378
  }, [onOpenChange]);
1847
- const handleVerify = (0, import_react2.useCallback)(() => __async(void 0, null, function* () {
2379
+ const handleVerify = (0, import_react3.useCallback)(() => __async(void 0, null, function* () {
1848
2380
  if (!canVerify || verifying)
1849
2381
  return;
1850
2382
  setVerifying(true);
@@ -1874,7 +2406,7 @@ var ConnectKalshiModal = ({
1874
2406
  privateKey,
1875
2407
  verifying
1876
2408
  ]);
1877
- const handleOpenChange = (0, import_react2.useCallback)(
2409
+ const handleOpenChange = (0, import_react3.useCallback)(
1878
2410
  (value) => {
1879
2411
  if (value) {
1880
2412
  setApiKeyId("");
@@ -1886,179 +2418,205 @@ var ConnectKalshiModal = ({
1886
2418
  },
1887
2419
  [onOpenChange]
1888
2420
  );
1889
- return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(Modal, { open, onOpenChange: handleOpenChange, children: /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(Modal.Container, { maxWidth: "600px", "aria-label": labels.onboarding.connectKalshiModal.ariaLabel, children: [
1890
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(Dialog2.Title, { className: "sr-only", children: labels.onboarding.connectKalshiModal.title }),
1891
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(Modal.Header, { hideClose: false, hideBorder: true }),
1892
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(Modal.Body, { classNames: { root: "px-5 pt-0 pb-6 sm:px-8 sm:pt-0 sm:pb-8" }, children: /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("div", { className: "flex flex-col gap-8 items-center", children: [
1893
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("div", { className: "overflow-hidden rounded-agg-lg", children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(VenueLogo, { venue: "kalshi", size: "xl" }) }),
1894
- /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("div", { className: "flex flex-col gap-4 items-center text-center", children: [
1895
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("h2", { className: "text-agg-2xl font-agg-bold text-agg-foreground", children: labels.onboarding.connectKalshiModal.title }),
1896
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("p", { className: "text-agg-base leading-agg-6 text-agg-foreground", children: labels.onboarding.connectKalshiModal.description })
1897
- ] }),
1898
- /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("div", { className: "flex flex-col gap-4 w-full", children: [
1899
- /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("div", { className: "flex flex-col gap-3 rounded-agg-xl bg-agg-secondary-hover p-4", children: [
1900
- /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("div", { className: "flex flex-col gap-1", children: [
1901
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("p", { className: "text-agg-xs font-agg-bold uppercase leading-agg-4 text-agg-muted-foreground", children: labels.onboarding.connectKalshiModal.stepOne.label }),
1902
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("p", { className: "text-agg-sm font-agg-bold leading-agg-5 text-agg-foreground", children: labels.onboarding.connectKalshiModal.stepOne.title })
2421
+ return /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Modal, { open, onOpenChange: handleOpenChange, children: /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(
2422
+ Modal.Container,
2423
+ {
2424
+ maxWidth: "600px",
2425
+ "aria-label": labels.onboarding.connectKalshiModal.ariaLabel,
2426
+ classNames: { container: "!rounded-agg-lg" },
2427
+ children: [
2428
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Dialog2.Title, { className: "sr-only", children: labels.onboarding.connectKalshiModal.title }),
2429
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
2430
+ Modal.Header,
2431
+ {
2432
+ hideClose: false,
2433
+ hideBorder: true,
2434
+ classNames: {
2435
+ root: "!min-h-0",
2436
+ container: "!py-[18px] !px-8"
2437
+ }
2438
+ }
2439
+ ),
2440
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Modal.Body, { classNames: { root: "!px-5 !pt-0 !pb-[60px] sm:!px-8" }, children: /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("div", { className: "flex flex-col gap-8 items-center", children: [
2441
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("div", { className: "overflow-hidden rounded-agg-lg", children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(VenueLogo, { venue: "kalshi", size: "xl" }) }),
2442
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("div", { className: "flex flex-col gap-4 items-center text-center", children: [
2443
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("h2", { className: "text-agg-2xl font-agg-bold text-agg-foreground", children: labels.onboarding.connectKalshiModal.title }),
2444
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("p", { className: "text-agg-base leading-agg-6 text-agg-foreground", children: labels.onboarding.connectKalshiModal.description })
1903
2445
  ] }),
1904
- /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("div", { className: "space-y-0 text-agg-sm leading-agg-5 text-agg-foreground", children: [
1905
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("p", { children: labels.onboarding.connectKalshiModal.stepOne.instructions.signIn }),
1906
- /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("p", { children: [
1907
- labels.onboarding.connectKalshiModal.stepOne.instructions.goToProfilePrefix,
1908
- " ",
1909
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("span", { className: "font-agg-bold", children: labels.onboarding.connectKalshiModal.stepOne.instructions.profileText }),
1910
- labels.onboarding.connectKalshiModal.stepOne.instructions.goToProfileSeparator,
1911
- " ",
1912
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("span", { className: "text-agg-muted-foreground", children: labels.onboarding.connectKalshiModal.stepOne.instructions.profileUrl })
1913
- ] }),
1914
- /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("p", { children: [
1915
- labels.onboarding.connectKalshiModal.stepOne.instructions.clickCreateKeyPrefix,
1916
- " ",
1917
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("span", { className: "font-agg-bold", children: labels.onboarding.connectKalshiModal.stepOne.instructions.createKeyText }),
1918
- labels.onboarding.connectKalshiModal.stepOne.instructions.clickCreateKeySuffix
1919
- ] }),
1920
- /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("p", { children: [
1921
- labels.onboarding.connectKalshiModal.stepOne.instructions.selectPermissionsPrefix,
1922
- " ",
1923
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("span", { className: "font-agg-bold", children: labels.onboarding.connectKalshiModal.stepOne.instructions.readWriteText }),
1924
- labels.onboarding.connectKalshiModal.stepOne.instructions.selectPermissionsSuffix
2446
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("div", { className: "flex flex-col gap-4 w-full", children: [
2447
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("div", { className: "flex flex-col gap-3 rounded-agg-lg bg-agg-secondary-hover p-4", children: [
2448
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("div", { className: "flex flex-col gap-1", children: [
2449
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("p", { className: "text-agg-xs font-agg-bold uppercase leading-agg-4 text-agg-muted-foreground", children: labels.onboarding.connectKalshiModal.stepOne.label }),
2450
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("p", { className: "text-agg-sm font-agg-bold leading-agg-5 text-agg-foreground", children: labels.onboarding.connectKalshiModal.stepOne.title })
2451
+ ] }),
2452
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("div", { className: "space-y-0 text-agg-sm leading-agg-5 text-agg-foreground", children: [
2453
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("p", { children: labels.onboarding.connectKalshiModal.stepOne.instructions.signIn }),
2454
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("p", { children: [
2455
+ labels.onboarding.connectKalshiModal.stepOne.instructions.goToProfilePrefix,
2456
+ " ",
2457
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("span", { className: "font-agg-bold", children: labels.onboarding.connectKalshiModal.stepOne.instructions.profileText }),
2458
+ labels.onboarding.connectKalshiModal.stepOne.instructions.goToProfileSeparator,
2459
+ " ",
2460
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("span", { className: "text-agg-foreground underline", children: labels.onboarding.connectKalshiModal.stepOne.instructions.profileUrl })
2461
+ ] }),
2462
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("p", { children: [
2463
+ labels.onboarding.connectKalshiModal.stepOne.instructions.clickCreateKeyPrefix,
2464
+ " ",
2465
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("span", { className: "font-agg-bold", children: labels.onboarding.connectKalshiModal.stepOne.instructions.createKeyText }),
2466
+ labels.onboarding.connectKalshiModal.stepOne.instructions.clickCreateKeySuffix
2467
+ ] }),
2468
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("p", { children: [
2469
+ labels.onboarding.connectKalshiModal.stepOne.instructions.selectPermissionsPrefix,
2470
+ " ",
2471
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("span", { className: "font-agg-bold", children: labels.onboarding.connectKalshiModal.stepOne.instructions.readWriteText }),
2472
+ labels.onboarding.connectKalshiModal.stepOne.instructions.selectPermissionsSuffix
2473
+ ] }),
2474
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("p", { children: labels.onboarding.connectKalshiModal.stepOne.instructions.createKey })
2475
+ ] }),
2476
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("p", { className: "text-agg-sm leading-agg-5 text-agg-foreground", children: [
2477
+ labels.onboarding.connectKalshiModal.stepOne.footerLineOne,
2478
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("br", {}),
2479
+ labels.onboarding.connectKalshiModal.stepOne.footerLineTwo
2480
+ ] })
1925
2481
  ] }),
1926
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("p", { children: labels.onboarding.connectKalshiModal.stepOne.instructions.createKey })
1927
- ] }),
1928
- /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("p", { className: "text-agg-sm leading-agg-5 text-agg-foreground", children: [
1929
- labels.onboarding.connectKalshiModal.stepOne.footerLineOne,
1930
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("br", {}),
1931
- labels.onboarding.connectKalshiModal.stepOne.footerLineTwo
1932
- ] })
1933
- ] }),
1934
- /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("div", { className: "flex flex-col gap-3 rounded-agg-xl bg-agg-secondary-hover p-4", children: [
1935
- /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("div", { className: "flex flex-col gap-1", children: [
1936
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("p", { className: "text-agg-xs font-agg-bold uppercase leading-agg-4 text-agg-muted-foreground", children: labels.onboarding.connectKalshiModal.stepTwo.label }),
1937
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("p", { className: "text-agg-sm font-agg-bold leading-agg-5 text-agg-foreground", children: labels.onboarding.connectKalshiModal.stepTwo.title })
1938
- ] }),
1939
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("p", { className: "text-agg-sm leading-agg-5 text-agg-foreground", children: labels.onboarding.connectKalshiModal.stepTwo.description }),
1940
- /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("div", { className: "flex flex-col gap-2", children: [
1941
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
1942
- "label",
1943
- {
1944
- htmlFor: "kalshi-api-key-id",
1945
- className: "text-agg-sm font-agg-bold text-agg-foreground",
1946
- children: labels.onboarding.connectKalshiModal.stepTwo.apiKeyIdLabel
1947
- }
1948
- ),
1949
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
1950
- "input",
1951
- {
1952
- id: "kalshi-api-key-id",
1953
- type: "text",
1954
- value: apiKeyId,
1955
- onChange: (e) => setApiKeyId(e.target.value),
1956
- placeholder: labels.onboarding.connectKalshiModal.stepTwo.apiKeyIdPlaceholder,
1957
- className: cn(
1958
- "w-full px-3 py-2.5 h-10",
1959
- "rounded-agg-md border border-agg-separator",
1960
- "bg-agg-secondary text-agg-base text-agg-foreground",
1961
- "placeholder:text-agg-muted-foreground",
1962
- "outline-none",
1963
- "focus:border-agg-primary focus:ring-1 focus:ring-agg-primary",
1964
- "transition-colors"
2482
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("div", { className: "flex flex-col gap-3 rounded-agg-lg bg-agg-secondary-hover p-4", children: [
2483
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("div", { className: "flex flex-col gap-1", children: [
2484
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("p", { className: "text-agg-xs font-agg-bold uppercase leading-agg-4 text-agg-muted-foreground", children: labels.onboarding.connectKalshiModal.stepTwo.label }),
2485
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("p", { className: "text-agg-sm font-agg-bold leading-agg-5 text-agg-foreground", children: labels.onboarding.connectKalshiModal.stepTwo.title })
2486
+ ] }),
2487
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("p", { className: "text-agg-sm leading-agg-5 text-agg-foreground", children: labels.onboarding.connectKalshiModal.stepTwo.description }),
2488
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("div", { className: "flex flex-col gap-2", children: [
2489
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
2490
+ "label",
2491
+ {
2492
+ htmlFor: "kalshi-api-key-id",
2493
+ className: "text-agg-sm font-agg-bold text-agg-foreground",
2494
+ children: labels.onboarding.connectKalshiModal.stepTwo.apiKeyIdLabel
2495
+ }
2496
+ ),
2497
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
2498
+ "input",
2499
+ {
2500
+ id: "kalshi-api-key-id",
2501
+ type: "text",
2502
+ value: apiKeyId,
2503
+ onChange: (e) => setApiKeyId(e.target.value),
2504
+ placeholder: labels.onboarding.connectKalshiModal.stepTwo.apiKeyIdPlaceholder,
2505
+ className: cn(
2506
+ "w-full px-3 py-2.5 h-10",
2507
+ "rounded border border-agg-separator",
2508
+ "bg-agg-secondary text-agg-base text-agg-foreground",
2509
+ "placeholder:text-agg-muted-foreground",
2510
+ "outline-none",
2511
+ "focus:border-agg-primary focus:ring-1 focus:ring-agg-primary",
2512
+ "transition-colors"
2513
+ )
2514
+ }
1965
2515
  )
1966
- }
1967
- )
1968
- ] }),
1969
- /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("div", { className: "flex flex-col gap-2", children: [
1970
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
1971
- "label",
1972
- {
1973
- htmlFor: "kalshi-private-key",
1974
- className: "text-agg-sm font-agg-bold text-agg-foreground",
1975
- children: labels.onboarding.connectKalshiModal.stepTwo.privateKeyLabel
1976
- }
1977
- ),
1978
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
1979
- "textarea",
1980
- {
1981
- id: "kalshi-private-key",
1982
- value: privateKey,
1983
- onChange: (e) => setPrivateKey(e.target.value),
1984
- placeholder: labels.onboarding.connectKalshiModal.stepTwo.privateKeyPlaceholder,
1985
- rows: 3,
1986
- className: cn(
1987
- "w-full px-3 py-2.5",
1988
- "rounded-agg-md border border-agg-separator",
1989
- "bg-agg-secondary text-agg-base text-agg-foreground",
1990
- "placeholder:text-agg-muted-foreground",
1991
- "outline-none resize-none",
1992
- "focus:border-agg-primary focus:ring-1 focus:ring-agg-primary",
1993
- "transition-colors"
2516
+ ] }),
2517
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("div", { className: "flex flex-col gap-2", children: [
2518
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
2519
+ "label",
2520
+ {
2521
+ htmlFor: "kalshi-private-key",
2522
+ className: "text-agg-sm font-agg-bold text-agg-foreground",
2523
+ children: labels.onboarding.connectKalshiModal.stepTwo.privateKeyLabel
2524
+ }
2525
+ ),
2526
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
2527
+ "textarea",
2528
+ {
2529
+ id: "kalshi-private-key",
2530
+ value: privateKey,
2531
+ onChange: (e) => setPrivateKey(e.target.value),
2532
+ placeholder: labels.onboarding.connectKalshiModal.stepTwo.privateKeyPlaceholder,
2533
+ rows: 3,
2534
+ className: cn(
2535
+ "w-full px-3 py-2.5",
2536
+ "rounded border border-agg-separator",
2537
+ "bg-agg-secondary text-agg-base text-agg-foreground",
2538
+ "placeholder:text-agg-muted-foreground",
2539
+ "outline-none resize-none",
2540
+ "focus:border-agg-primary focus:ring-1 focus:ring-agg-primary",
2541
+ "transition-colors"
2542
+ )
2543
+ }
1994
2544
  )
1995
- }
1996
- )
2545
+ ] })
2546
+ ] })
2547
+ ] }),
2548
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("div", { className: "flex items-center justify-between w-full", children: [
2549
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("p", { className: "text-agg-base text-agg-foreground", children: labels.onboarding.connectKalshiModal.help.label }),
2550
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("div", { className: "flex items-center gap-3", children: [
2551
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(
2552
+ "a",
2553
+ {
2554
+ href: "#",
2555
+ className: "flex items-center gap-2 text-agg-base font-agg-bold text-agg-primary hover:text-agg-primary-hover",
2556
+ children: [
2557
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(DocumentIcon, { className: "h-4 w-4" }),
2558
+ labels.onboarding.connectKalshiModal.help.docsLinkLabel
2559
+ ]
2560
+ }
2561
+ ),
2562
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("span", { className: "h-3 w-px bg-agg-separator" }),
2563
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(
2564
+ "a",
2565
+ {
2566
+ href: "#",
2567
+ className: "flex items-center gap-2 text-agg-base font-agg-bold text-agg-primary hover:text-agg-primary-hover",
2568
+ children: [
2569
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(PlaySquareIcon, { className: "h-4 w-4" }),
2570
+ labels.onboarding.connectKalshiModal.help.tutorialLinkLabel
2571
+ ]
2572
+ }
2573
+ )
2574
+ ] })
2575
+ ] }),
2576
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("div", { className: "flex flex-col gap-5 items-center", children: [
2577
+ error ? /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("div", { className: "flex items-center gap-2", children: [
2578
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(WarningIcon, { className: "h-3.5 w-3.5 shrink-0 text-agg-error" }),
2579
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("p", { className: "text-agg-sm leading-agg-5 text-agg-error", children: error })
2580
+ ] }) : null,
2581
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("div", { className: "flex items-center gap-3 justify-center", children: [
2582
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Button, { variant: "secondary", size: "l", onClick: handleCancel, children: labels.onboarding.connectKalshiModal.actions.cancel }),
2583
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
2584
+ Button,
2585
+ {
2586
+ variant: "primary",
2587
+ size: "l",
2588
+ onClick: handleVerify,
2589
+ disabled: !canVerify,
2590
+ isLoading: verifying,
2591
+ children: labels.onboarding.connectKalshiModal.actions.verifyConnection
2592
+ }
2593
+ )
2594
+ ] })
1997
2595
  ] })
1998
- ] })
1999
- ] }),
2000
- error ? /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("div", { className: "flex items-center gap-2 w-full", children: [
2001
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(WarningIcon, { className: "h-3.5 w-3.5 shrink-0 text-agg-error" }),
2002
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("p", { className: "text-agg-sm leading-agg-5 text-agg-error", children: error })
2003
- ] }) : null,
2004
- /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("div", { className: "flex items-center justify-between w-full", children: [
2005
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("p", { className: "text-agg-base text-agg-foreground", children: labels.onboarding.connectKalshiModal.help.label }),
2006
- /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("div", { className: "flex items-center gap-3", children: [
2007
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
2008
- "a",
2009
- {
2010
- href: "#",
2011
- className: "text-agg-base font-agg-bold text-agg-primary hover:underline",
2012
- children: labels.onboarding.connectKalshiModal.help.docsLinkLabel
2013
- }
2014
- ),
2015
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("span", { className: "h-3 w-px bg-agg-separator" }),
2016
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
2017
- "a",
2018
- {
2019
- href: "#",
2020
- className: "text-agg-base font-agg-bold text-agg-primary hover:underline",
2021
- children: labels.onboarding.connectKalshiModal.help.tutorialLinkLabel
2022
- }
2023
- )
2024
- ] })
2025
- ] }),
2026
- /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("div", { className: "flex items-center gap-3 justify-center", children: [
2027
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(Button, { variant: "secondary", size: "m", onClick: handleCancel, children: labels.onboarding.connectKalshiModal.actions.cancel }),
2028
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
2029
- Button,
2030
- {
2031
- variant: "primary",
2032
- size: "m",
2033
- onClick: handleVerify,
2034
- disabled: !canVerify,
2035
- isLoading: verifying,
2036
- children: labels.onboarding.connectKalshiModal.actions.verifyConnection
2037
- }
2038
- )
2039
- ] })
2040
- ] }) })
2041
- ] }) });
2596
+ ] }) })
2597
+ ]
2598
+ }
2599
+ ) });
2042
2600
  };
2043
2601
  ConnectKalshiModal.displayName = "ConnectKalshiModal";
2044
2602
 
2045
2603
  // src/onboarding/steps/connect-onchain-modal.tsx
2046
- var import_react3 = require("react");
2604
+ var import_react4 = require("react");
2047
2605
  var import_hooks8 = require("@agg-market/hooks");
2048
2606
  var Dialog3 = __toESM(require("@radix-ui/react-dialog"));
2049
- var import_jsx_runtime36 = require("react/jsx-runtime");
2607
+ var import_jsx_runtime54 = require("react/jsx-runtime");
2050
2608
  var ConnectOnchainModal = ({
2051
2609
  open,
2052
2610
  onOpenChange,
2053
2611
  onConnect
2054
2612
  }) => {
2055
2613
  const labels = (0, import_hooks8.useLabels)();
2056
- const [connecting, setConnecting] = (0, import_react3.useState)(false);
2057
- const [error, setError] = (0, import_react3.useState)();
2058
- const handleCancel = (0, import_react3.useCallback)(() => {
2614
+ const [connecting, setConnecting] = (0, import_react4.useState)(false);
2615
+ const [error, setError] = (0, import_react4.useState)();
2616
+ const handleCancel = (0, import_react4.useCallback)(() => {
2059
2617
  onOpenChange(false);
2060
2618
  }, [onOpenChange]);
2061
- const handleConnect = (0, import_react3.useCallback)(() => __async(void 0, null, function* () {
2619
+ const handleConnect = (0, import_react4.useCallback)(() => __async(void 0, null, function* () {
2062
2620
  if (connecting)
2063
2621
  return;
2064
2622
  setConnecting(true);
@@ -2074,7 +2632,7 @@ var ConnectOnchainModal = ({
2074
2632
  setConnecting(false);
2075
2633
  }
2076
2634
  }), [connecting, labels.onboarding.connectOnchainModal.fallbackError, onConnect, onOpenChange]);
2077
- const handleOpenChange = (0, import_react3.useCallback)(
2635
+ const handleOpenChange = (0, import_react4.useCallback)(
2078
2636
  (value) => {
2079
2637
  if (value) {
2080
2638
  setError(void 0);
@@ -2084,41 +2642,52 @@ var ConnectOnchainModal = ({
2084
2642
  },
2085
2643
  [onOpenChange]
2086
2644
  );
2087
- return /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(Modal, { open, onOpenChange: handleOpenChange, children: /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
2645
+ return /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Modal, { open, onOpenChange: handleOpenChange, children: /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(
2088
2646
  Modal.Container,
2089
2647
  {
2090
2648
  maxWidth: "600px",
2091
2649
  "aria-label": labels.onboarding.connectOnchainModal.ariaLabel,
2650
+ classNames: { container: "!rounded-agg-lg" },
2092
2651
  children: [
2093
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(Dialog3.Title, { className: "sr-only", children: labels.onboarding.connectOnchainModal.title }),
2094
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(Modal.Header, { hideClose: false, hideBorder: true }),
2095
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(Modal.Body, { classNames: { root: "px-5 pt-0 pb-6 sm:px-8 sm:pt-0 sm:pb-8" }, children: /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("div", { className: "flex flex-col gap-8 items-center", children: [
2096
- /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("div", { className: "flex flex-col gap-4 items-center text-center", children: [
2097
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("h2", { className: "text-agg-2xl font-agg-bold text-agg-foreground", children: labels.onboarding.connectOnchainModal.title }),
2098
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("p", { className: "text-agg-base leading-agg-6 text-agg-foreground", children: labels.onboarding.connectOnchainModal.description })
2652
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Dialog3.Title, { className: "sr-only", children: labels.onboarding.connectOnchainModal.title }),
2653
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
2654
+ Modal.Header,
2655
+ {
2656
+ hideClose: false,
2657
+ hideBorder: true,
2658
+ classNames: {
2659
+ root: "!min-h-0",
2660
+ container: "!py-[18px] !px-8"
2661
+ }
2662
+ }
2663
+ ),
2664
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Modal.Body, { classNames: { root: "!px-5 !pt-0 !pb-[60px] sm:!px-8" }, children: /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("div", { className: "flex flex-col gap-8 items-center", children: [
2665
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("div", { className: "flex flex-col gap-4 items-center text-center", children: [
2666
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("h2", { className: "text-agg-2xl font-agg-bold text-agg-foreground", children: labels.onboarding.connectOnchainModal.title }),
2667
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("p", { className: "text-agg-base text-center leading-agg-6 text-agg-foreground whitespace-pre-line", children: labels.onboarding.connectOnchainModal.description })
2099
2668
  ] }),
2100
- /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("div", { className: "flex w-full flex-col items-center gap-4 rounded-agg-xl bg-agg-secondary-hover p-6", children: [
2101
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("p", { className: "text-agg-sm font-agg-bold uppercase leading-agg-5 text-agg-muted-foreground", children: labels.onboarding.connectOnchainModal.supportedVenuesLabel }),
2102
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { className: "flex flex-wrap items-center justify-center gap-x-4 gap-y-3", children: ONCHAIN_VENUES.map((venue, index) => /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("div", { className: "flex items-center gap-[6px]", children: [
2103
- index > 0 && /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("span", { className: "mr-2.5 h-3 w-px bg-agg-separator" }),
2104
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(VenueLogo, { venue, size: "m", className: "h-5 w-5" }),
2105
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("span", { className: "text-agg-base text-agg-foreground", children: labels.venues[venue] })
2669
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("div", { className: "flex w-full flex-col items-center gap-4 rounded-agg-xl bg-agg-secondary-hover p-6", children: [
2670
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("p", { className: "text-agg-sm font-agg-bold uppercase leading-agg-5 text-agg-muted-foreground", children: labels.onboarding.connectOnchainModal.supportedVenuesLabel }),
2671
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("div", { className: "flex flex-wrap items-center justify-center gap-x-4 gap-y-3", children: ONCHAIN_VENUES.map((venue, index) => /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("div", { className: "flex items-center gap-[6px]", children: [
2672
+ index > 0 && /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "mr-2.5 h-3 w-px bg-agg-separator" }),
2673
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(VenueLogo, { venue, size: "ms" }),
2674
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "text-agg-base text-agg-foreground", children: labels.venues[venue] })
2106
2675
  ] }, venue)) })
2107
2676
  ] }),
2108
- /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("div", { className: "flex flex-col gap-6 items-center", children: [
2109
- /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("div", { className: "flex flex-col gap-3 items-center", children: [
2110
- error ? /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("div", { className: "flex items-center gap-2", children: [
2111
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(WarningIcon, { className: "h-3.5 w-3.5 shrink-0 text-agg-error" }),
2112
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("p", { className: "text-agg-sm leading-agg-5 text-agg-error", children: error })
2677
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("div", { className: "flex flex-col gap-6 items-center", children: [
2678
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("div", { className: "flex flex-col gap-3 items-center", children: [
2679
+ error ? /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("div", { className: "flex items-center gap-2", children: [
2680
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(WarningIcon, { className: "h-3.5 w-3.5 shrink-0 text-agg-error" }),
2681
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("p", { className: "text-agg-sm leading-agg-5 text-agg-error", children: error })
2113
2682
  ] }) : null,
2114
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(Button, { variant: "primary", size: "l", onClick: handleConnect, isLoading: connecting, children: labels.onboarding.connectOnchainModal.connect })
2683
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { variant: "primary", size: "l", onClick: handleConnect, isLoading: connecting, children: labels.onboarding.connectOnchainModal.connect })
2115
2684
  ] }),
2116
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2685
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
2117
2686
  Button,
2118
2687
  {
2119
2688
  variant: "tertiary",
2120
2689
  size: "m",
2121
- className: "h-auto p-0 text-agg-primary hover:bg-transparent hover:text-agg-primary-hover",
2690
+ className: "!h-auto !px-0 !py-0 text-agg-primary hover:bg-transparent hover:text-agg-primary-hover",
2122
2691
  onClick: handleCancel,
2123
2692
  children: labels.onboarding.connectOnchainModal.cancel
2124
2693
  }
@@ -2132,7 +2701,7 @@ var ConnectOnchainModal = ({
2132
2701
  ConnectOnchainModal.displayName = "ConnectOnchainModal";
2133
2702
 
2134
2703
  // src/onboarding/index.tsx
2135
- var import_jsx_runtime37 = require("react/jsx-runtime");
2704
+ var import_jsx_runtime55 = require("react/jsx-runtime");
2136
2705
  var OnboardingModal = ({
2137
2706
  open,
2138
2707
  onOpenChange,
@@ -2146,73 +2715,81 @@ var OnboardingModal = ({
2146
2715
  }) => {
2147
2716
  var _a;
2148
2717
  const labels = (0, import_hooks9.useLabels)();
2149
- const [step, setStep] = (0, import_react4.useState)(ONBOARDING_STEPS.HOW_IT_WORKS);
2718
+ const [step, setStep] = (0, import_react5.useState)(ONBOARDING_STEPS.HOW_IT_WORKS);
2150
2719
  const stepLabels = {
2151
2720
  [ONBOARDING_STEPS.HOW_IT_WORKS]: labels.onboarding.modal.stepHowItWorks,
2152
2721
  [ONBOARDING_STEPS.PROFILE_SETUP]: labels.onboarding.modal.stepProfileSetup,
2153
2722
  [ONBOARDING_STEPS.CONNECT_ACCOUNTS]: labels.onboarding.modal.stepConnectAccounts
2154
2723
  };
2155
2724
  const resolvedTitle = (_a = stepLabels[step]) != null ? _a : labels.onboarding.modal.title;
2156
- const [kalshiModalOpen, setKalshiModalOpen] = (0, import_react4.useState)(false);
2157
- const [kalshiConnected, setKalshiConnected] = (0, import_react4.useState)(false);
2158
- const [onchainModalOpen, setOnchainModalOpen] = (0, import_react4.useState)(false);
2159
- const [onchainConnected, setOnchainConnected] = (0, import_react4.useState)(false);
2160
- (0, import_react4.useEffect)(() => {
2725
+ const [kalshiModalOpen, setKalshiModalOpen] = (0, import_react5.useState)(false);
2726
+ const [kalshiConnected, setKalshiConnected] = (0, import_react5.useState)(false);
2727
+ const [onchainModalOpen, setOnchainModalOpen] = (0, import_react5.useState)(false);
2728
+ const [onchainConnected, setOnchainConnected] = (0, import_react5.useState)(false);
2729
+ (0, import_react5.useEffect)(() => {
2161
2730
  if (open) {
2162
2731
  setStep(ONBOARDING_STEPS.HOW_IT_WORKS);
2163
2732
  setKalshiConnected(false);
2164
2733
  setOnchainConnected(false);
2165
2734
  }
2166
2735
  }, [open]);
2167
- const handleHowItWorksContinue = (0, import_react4.useCallback)(() => {
2736
+ const handleHowItWorksContinue = (0, import_react5.useCallback)(() => {
2168
2737
  setStep(ONBOARDING_STEPS.PROFILE_SETUP);
2169
2738
  }, []);
2170
- const handleProfileContinue = (0, import_react4.useCallback)(
2739
+ const handleProfileContinue = (0, import_react5.useCallback)(
2171
2740
  (data) => {
2172
2741
  onProfileSubmit == null ? void 0 : onProfileSubmit(data);
2173
2742
  setStep(ONBOARDING_STEPS.CONNECT_ACCOUNTS);
2174
2743
  },
2175
2744
  [onProfileSubmit]
2176
2745
  );
2177
- const handleConnectContinue = (0, import_react4.useCallback)(() => {
2746
+ const handleConnectContinue = (0, import_react5.useCallback)(() => {
2178
2747
  onComplete == null ? void 0 : onComplete();
2179
2748
  }, [onComplete]);
2180
- const handleOpenOnchainModal = (0, import_react4.useCallback)(() => {
2749
+ const handleOpenOnchainModal = (0, import_react5.useCallback)(() => {
2181
2750
  setOnchainModalOpen(true);
2182
2751
  }, []);
2183
- const handleOnchainConnect = (0, import_react4.useCallback)(() => __async(void 0, null, function* () {
2752
+ const handleOnchainConnect = (0, import_react5.useCallback)(() => __async(void 0, null, function* () {
2184
2753
  yield onConnectOnchain == null ? void 0 : onConnectOnchain();
2185
2754
  setOnchainConnected(true);
2186
2755
  }), [onConnectOnchain]);
2187
- const handleOpenKalshiModal = (0, import_react4.useCallback)(() => {
2756
+ const handleOpenKalshiModal = (0, import_react5.useCallback)(() => {
2188
2757
  setKalshiModalOpen(true);
2189
2758
  }, []);
2190
- const handleKalshiVerify = (0, import_react4.useCallback)(
2759
+ const handleKalshiVerify = (0, import_react5.useCallback)(
2191
2760
  (credentials) => __async(void 0, null, function* () {
2192
2761
  yield onConnectKalshi == null ? void 0 : onConnectKalshi(credentials);
2193
2762
  setKalshiConnected(true);
2194
2763
  }),
2195
2764
  [onConnectKalshi]
2196
2765
  );
2197
- return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(import_jsx_runtime37.Fragment, { children: [
2198
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(Modal, { open, onOpenChange, children: /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(Modal.Container, { maxWidth: "600px", "aria-label": resolvedTitle, children: [
2199
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(Dialog4.Title, { className: "sr-only", children: resolvedTitle }),
2200
- /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(Modal.Body, { classNames: { root: "px-5 py-6 sm:px-10 sm:py-8" }, children: [
2201
- step === ONBOARDING_STEPS.HOW_IT_WORKS && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(HowItWorksStep, { onContinue: handleHowItWorksContinue, icons: howItWorksIcons }),
2202
- step === ONBOARDING_STEPS.PROFILE_SETUP && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(ProfileSetupStep, { onContinue: handleProfileContinue }),
2203
- step === ONBOARDING_STEPS.CONNECT_ACCOUNTS && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2204
- ConnectAccountsStep,
2205
- {
2206
- onConnectOnchain: handleOpenOnchainModal,
2207
- onConnectKalshi: handleOpenKalshiModal,
2208
- onContinue: handleConnectContinue,
2209
- connectedOnchain: connectedOnchain || onchainConnected,
2210
- connectedKalshi: connectedKalshi || kalshiConnected
2211
- }
2212
- )
2213
- ] })
2214
- ] }) }),
2215
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2766
+ return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(import_jsx_runtime55.Fragment, { children: [
2767
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(Modal, { open, onOpenChange, children: /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(
2768
+ Modal.Container,
2769
+ {
2770
+ maxWidth: "600px",
2771
+ "aria-label": resolvedTitle,
2772
+ classNames: { container: "!rounded-agg-lg" },
2773
+ children: [
2774
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(Dialog4.Title, { className: "sr-only", children: resolvedTitle }),
2775
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(Modal.Body, { classNames: { root: "px-5 py-6 sm:px-10 sm:py-8" }, children: [
2776
+ step === ONBOARDING_STEPS.HOW_IT_WORKS && /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(HowItWorksStep, { onContinue: handleHowItWorksContinue, icons: howItWorksIcons }),
2777
+ step === ONBOARDING_STEPS.PROFILE_SETUP && /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(ProfileSetupStep, { onContinue: handleProfileContinue }),
2778
+ step === ONBOARDING_STEPS.CONNECT_ACCOUNTS && /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
2779
+ ConnectAccountsStep,
2780
+ {
2781
+ onConnectOnchain: handleOpenOnchainModal,
2782
+ onConnectKalshi: handleOpenKalshiModal,
2783
+ onContinue: handleConnectContinue,
2784
+ connectedOnchain: connectedOnchain || onchainConnected,
2785
+ connectedKalshi: connectedKalshi || kalshiConnected
2786
+ }
2787
+ )
2788
+ ] })
2789
+ ]
2790
+ }
2791
+ ) }),
2792
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
2216
2793
  ConnectOnchainModal,
2217
2794
  {
2218
2795
  open: onchainModalOpen,
@@ -2220,7 +2797,7 @@ var OnboardingModal = ({
2220
2797
  onConnect: handleOnchainConnect
2221
2798
  }
2222
2799
  ),
2223
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2800
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
2224
2801
  ConnectKalshiModal,
2225
2802
  {
2226
2803
  open: kalshiModalOpen,