@agg-build/ui 2.0.0 → 2.1.1

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 (50) hide show
  1. package/dist/{chunk-RF2EPYLN.mjs → chunk-IQT4I5B4.mjs} +405 -318
  2. package/dist/{chunk-RWOF44TC.mjs → chunk-NK57KMYN.mjs} +239 -183
  3. package/dist/{chunk-HH7L3KLS.mjs → chunk-RPXRTXCY.mjs} +1 -1
  4. package/dist/{chunk-4CM4F4S6.mjs → chunk-TERG43WW.mjs} +1 -1
  5. package/dist/{chunk-2UKDQ7WP.mjs → chunk-WU2C3C6K.mjs} +94 -39
  6. package/dist/{chunk-R3U6YXSQ.mjs → chunk-XHDGSRG7.mjs} +36 -21
  7. package/dist/{chunk-2ZS3BPSF.mjs → chunk-YJO6LMRT.mjs} +906 -827
  8. package/dist/events.js +1376 -1314
  9. package/dist/events.mjs +3 -3
  10. package/dist/index.js +3701 -3408
  11. package/dist/index.mjs +13 -7
  12. package/dist/modals.js +1117 -983
  13. package/dist/modals.mjs +5 -3
  14. package/dist/pages.js +2664 -2429
  15. package/dist/pages.mjs +8 -6
  16. package/dist/primitives.js +912 -832
  17. package/dist/primitives.mjs +3 -1
  18. package/dist/styles.css +1 -1
  19. package/dist/tailwind.css +1 -1
  20. package/dist/trading.js +554 -510
  21. package/dist/trading.mjs +4 -4
  22. package/dist/types/events/list/category-sidebar.d.mts +33 -0
  23. package/dist/types/events/list/category-sidebar.d.ts +33 -0
  24. package/dist/types/events/list/event-list-tabs.d.mts +2 -0
  25. package/dist/types/events/list/event-list-tabs.d.ts +2 -0
  26. package/dist/types/events/list/index.d.mts +1 -0
  27. package/dist/types/events/list/index.d.ts +1 -0
  28. package/dist/types/pages/event-market/event-market.types.d.mts +1 -0
  29. package/dist/types/pages/event-market/event-market.types.d.ts +1 -0
  30. package/dist/types/pages/user-profile/index.d.mts +2 -1
  31. package/dist/types/pages/user-profile/index.d.ts +2 -1
  32. package/dist/types/pages/user-profile/transaction-explorer.d.mts +1 -0
  33. package/dist/types/pages/user-profile/transaction-explorer.d.ts +1 -0
  34. package/dist/types/pages/user-profile/user-profile.types.d.mts +9 -2
  35. package/dist/types/pages/user-profile/user-profile.types.d.ts +9 -2
  36. package/dist/types/primitives/icon/index.d.mts +2 -1
  37. package/dist/types/primitives/icon/index.d.ts +2 -1
  38. package/dist/types/primitives/icon/registry.d.mts +4 -0
  39. package/dist/types/primitives/icon/registry.d.ts +4 -0
  40. package/dist/types/primitives/icon/svg/paper-mode.d.mts +5 -0
  41. package/dist/types/primitives/icon/svg/paper-mode.d.ts +5 -0
  42. package/dist/types/shared/use-horizontal-scroll-state.d.mts +15 -0
  43. package/dist/types/shared/use-horizontal-scroll-state.d.ts +15 -0
  44. package/dist/types/withdraw/index.d.mts +9 -1
  45. package/dist/types/withdraw/index.d.ts +9 -1
  46. package/dist/types/withdraw/steps/withdraw-amount.d.mts +10 -1
  47. package/dist/types/withdraw/steps/withdraw-amount.d.ts +10 -1
  48. package/dist/types/withdraw/withdraw-modal.types.d.mts +8 -0
  49. package/dist/types/withdraw/withdraw-modal.types.d.ts +8 -0
  50. package/package.json +3 -3
package/dist/trading.js CHANGED
@@ -3346,9 +3346,9 @@ var LockIcon = (_a) => {
3346
3346
  };
3347
3347
  LockIcon.displayName = "LockIcon";
3348
3348
 
3349
- // src/primitives/icon/svg/pencil.tsx
3349
+ // src/primitives/icon/svg/paper-mode.tsx
3350
3350
  var import_jsx_runtime73 = require("react/jsx-runtime");
3351
- var PencilIcon = (_a) => {
3351
+ var PaperModeIcon = (_a) => {
3352
3352
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
3353
3353
  return /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)(
3354
3354
  "svg",
@@ -3359,14 +3359,42 @@ var PencilIcon = (_a) => {
3359
3359
  }, getIconA11yProps(title2)), props), {
3360
3360
  children: [
3361
3361
  title2 ? /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("title", { children: title2 }) : null,
3362
- /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("g", { clipPath: "url(#pencil_clip)", children: /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
3362
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("rect", { x: "2", y: "2", width: "12", height: "12", rx: "3", fill: "currentColor", opacity: "0.16" }),
3363
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
3364
+ "path",
3365
+ {
3366
+ d: "M5 5.5C5 4.67157 5.67157 4 6.5 4H9.25C10.2165 4 11 4.7835 11 5.75C11 6.7165 10.2165 7.5 9.25 7.5H6.25V11H5V5.5ZM6.25 6.5H9.25C9.66421 6.5 10 6.16421 10 5.75C10 5.33579 9.66421 5 9.25 5H6.5C6.36193 5 6.25 5.11193 6.25 5.25V6.5Z",
3367
+ fill: "currentColor"
3368
+ }
3369
+ ),
3370
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("path", { d: "M6.25 9H10.25V10H6.25V9Z", fill: "currentColor", opacity: "0.72" })
3371
+ ]
3372
+ })
3373
+ );
3374
+ };
3375
+ PaperModeIcon.displayName = "PaperModeIcon";
3376
+
3377
+ // src/primitives/icon/svg/pencil.tsx
3378
+ var import_jsx_runtime74 = require("react/jsx-runtime");
3379
+ var PencilIcon = (_a) => {
3380
+ var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
3381
+ return /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)(
3382
+ "svg",
3383
+ __spreadProps(__spreadValues(__spreadValues({
3384
+ viewBox: "0 0 16 16",
3385
+ className,
3386
+ fill: "none"
3387
+ }, getIconA11yProps(title2)), props), {
3388
+ children: [
3389
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("title", { children: title2 }) : null,
3390
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("g", { clipPath: "url(#pencil_clip)", children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
3363
3391
  "path",
3364
3392
  {
3365
3393
  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",
3366
3394
  fill: "currentColor"
3367
3395
  }
3368
3396
  ) }),
3369
- /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("clipPath", { id: "pencil_clip", children: /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
3397
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("clipPath", { id: "pencil_clip", children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
3370
3398
  ]
3371
3399
  })
3372
3400
  );
@@ -3374,10 +3402,10 @@ var PencilIcon = (_a) => {
3374
3402
  PencilIcon.displayName = "PencilIcon";
3375
3403
 
3376
3404
  // src/primitives/icon/svg/play-square.tsx
3377
- var import_jsx_runtime74 = require("react/jsx-runtime");
3405
+ var import_jsx_runtime75 = require("react/jsx-runtime");
3378
3406
  var PlaySquareIcon = (_a) => {
3379
3407
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
3380
- return /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)(
3408
+ return /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)(
3381
3409
  "svg",
3382
3410
  __spreadProps(__spreadValues(__spreadValues({
3383
3411
  viewBox: "0 0 16 16",
@@ -3385,15 +3413,15 @@ var PlaySquareIcon = (_a) => {
3385
3413
  fill: "none"
3386
3414
  }, getIconA11yProps(title2)), props), {
3387
3415
  children: [
3388
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("title", { children: title2 }) : null,
3389
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("g", { clipPath: "url(#play-square-clip)", children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
3416
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("title", { children: title2 }) : null,
3417
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("g", { clipPath: "url(#play-square-clip)", children: /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
3390
3418
  "path",
3391
3419
  {
3392
3420
  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",
3393
3421
  fill: "currentColor"
3394
3422
  }
3395
3423
  ) }),
3396
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("clipPath", { id: "play-square-clip", children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
3424
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("clipPath", { id: "play-square-clip", children: /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
3397
3425
  ]
3398
3426
  })
3399
3427
  );
@@ -3401,10 +3429,10 @@ var PlaySquareIcon = (_a) => {
3401
3429
  PlaySquareIcon.displayName = "PlaySquareIcon";
3402
3430
 
3403
3431
  // src/primitives/icon/svg/polygon.tsx
3404
- var import_jsx_runtime75 = require("react/jsx-runtime");
3432
+ var import_jsx_runtime76 = require("react/jsx-runtime");
3405
3433
  var PolygonIcon = (_a) => {
3406
3434
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
3407
- return /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)(
3435
+ return /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
3408
3436
  "svg",
3409
3437
  __spreadProps(__spreadValues(__spreadValues({
3410
3438
  viewBox: "0 0 24 24",
@@ -3412,9 +3440,9 @@ var PolygonIcon = (_a) => {
3412
3440
  fill: "none"
3413
3441
  }, getIconA11yProps(title2)), props), {
3414
3442
  children: [
3415
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("title", { children: title2 }) : null,
3416
- /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("rect", { width: "24", height: "24", rx: "8", fill: "#8247E5" }),
3417
- /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
3443
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("title", { children: title2 }) : null,
3444
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("rect", { width: "24", height: "24", rx: "8", fill: "#8247E5" }),
3445
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
3418
3446
  "path",
3419
3447
  {
3420
3448
  d: "M9.00108 10.1467L7.12599 9.05774L1.5 12.3246V18.836L7.12599 22.0919L12.752 18.836V8.70922L15.8729 6.90135L18.9938 8.70922V12.3246L15.8729 14.1325L13.9978 13.0435V15.9409L15.8729 17.0299L21.4989 13.774V7.26264L15.8729 4.00674L10.2469 7.26264V17.3894L7.12599 19.1973L4.00508 17.3894V13.7628L7.12599 11.955L9.00108 13.0435V10.1467Z",
@@ -3428,10 +3456,10 @@ var PolygonIcon = (_a) => {
3428
3456
  PolygonIcon.displayName = "PolygonIcon";
3429
3457
 
3430
3458
  // src/primitives/icon/svg/quotes-warning.tsx
3431
- var import_jsx_runtime76 = require("react/jsx-runtime");
3459
+ var import_jsx_runtime77 = require("react/jsx-runtime");
3432
3460
  var QuotesWarningIcon = (_a) => {
3433
3461
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
3434
- return /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
3462
+ return /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)(
3435
3463
  "svg",
3436
3464
  __spreadProps(__spreadValues(__spreadValues({
3437
3465
  xmlns: "http://www.w3.org/2000/svg",
@@ -3442,8 +3470,8 @@ var QuotesWarningIcon = (_a) => {
3442
3470
  className
3443
3471
  }, getIconA11yProps(title2)), props), {
3444
3472
  children: [
3445
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("title", { children: title2 }) : null,
3446
- /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
3473
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("title", { children: title2 }) : null,
3474
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
3447
3475
  "path",
3448
3476
  {
3449
3477
  d: "M17.25 21.75V9.75C17.25 9.33 17.58 9 18 9C18.42 9 18.75 9.33 18.75 9.75V21.75C18.75 22.17 18.42 22.5 18 22.5C17.58 22.5 17.25 22.17 17.25 21.75ZM18 25.5C17.175 25.5 16.5 26.175 16.5 27C16.5 27.825 17.175 28.5 18 28.5C18.825 28.5 19.5 27.825 19.5 27C19.5 26.175 18.825 25.5 18 25.5ZM35.415 30.105C34.455 31.95 32.43 33 29.85 33H6.15002C3.58502 33 1.54502 31.95 0.585023 30.105C-0.389977 28.245 -0.119977 25.8 1.30502 23.745L13.95 3.645C14.88 2.295 16.395 1.5 18 1.5C19.605 1.5 21.12 2.295 22.035 3.615L34.695 23.76C36.12 25.815 36.39 28.245 35.415 30.105ZM33.45 24.6C33.45 24.6 33.45 24.585 33.435 24.57L20.79 4.44C20.16 3.525 19.14 3 18 3C16.86 3 15.84 3.54 15.195 4.47L2.56502 24.57C1.44002 26.19 1.20002 28.035 1.92002 29.415C2.62502 30.765 4.12502 31.5 6.15002 31.5H29.865C31.89 31.5 33.39 30.765 34.095 29.415C34.815 28.05 34.575 26.205 33.465 24.6H33.45Z",
@@ -3457,10 +3485,10 @@ var QuotesWarningIcon = (_a) => {
3457
3485
  QuotesWarningIcon.displayName = "QuotesWarningIcon";
3458
3486
 
3459
3487
  // src/primitives/icon/svg/profile-about-tab.tsx
3460
- var import_jsx_runtime77 = require("react/jsx-runtime");
3488
+ var import_jsx_runtime78 = require("react/jsx-runtime");
3461
3489
  var ProfileAboutTabIcon = (_a) => {
3462
3490
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
3463
- return /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)(
3491
+ return /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(
3464
3492
  "svg",
3465
3493
  __spreadProps(__spreadValues(__spreadValues({
3466
3494
  viewBox: "0 0 16 16",
@@ -3468,16 +3496,16 @@ var ProfileAboutTabIcon = (_a) => {
3468
3496
  fill: "none"
3469
3497
  }, getIconA11yProps(title2)), props), {
3470
3498
  children: [
3471
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("title", { children: title2 }) : null,
3472
- /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)("g", { clipPath: "url(#clip_profile_about_tab)", children: [
3473
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
3499
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("title", { children: title2 }) : null,
3500
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("g", { clipPath: "url(#clip_profile_about_tab)", children: [
3501
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
3474
3502
  "path",
3475
3503
  {
3476
3504
  d: "M12.6667 0H3.33333C2.4496 0.00105857 1.60237 0.352588 0.97748 0.97748C0.352588 1.60237 0.00105857 2.4496 0 3.33333L0 12.6667C0.00105857 13.5504 0.352588 14.3976 0.97748 15.0225C1.60237 15.6474 2.4496 15.9989 3.33333 16H12.6667C13.5504 15.9989 14.3976 15.6474 15.0225 15.0225C15.6474 14.3976 15.9989 13.5504 16 12.6667V3.33333C15.9989 2.4496 15.6474 1.60237 15.0225 0.97748C14.3976 0.352588 13.5504 0.00105857 12.6667 0ZM4.66667 14.6667V14C4.66667 13.1159 5.01786 12.2681 5.64298 11.643C6.2681 11.0179 7.11595 10.6667 8 10.6667C8.88406 10.6667 9.7319 11.0179 10.357 11.643C10.9821 12.2681 11.3333 13.1159 11.3333 14V14.6667H4.66667ZM14.6667 12.6667C14.6667 13.1971 14.456 13.7058 14.0809 14.0809C13.7058 14.456 13.1971 14.6667 12.6667 14.6667V14C12.6667 12.7623 12.175 11.5753 11.2998 10.7002C10.4247 9.825 9.23768 9.33333 8 9.33333C6.76232 9.33333 5.57534 9.825 4.70017 10.7002C3.825 11.5753 3.33333 12.7623 3.33333 14V14.6667C2.8029 14.6667 2.29419 14.456 1.91912 14.0809C1.54405 13.7058 1.33333 13.1971 1.33333 12.6667V3.33333C1.33333 2.8029 1.54405 2.29419 1.91912 1.91912C2.29419 1.54405 2.8029 1.33333 3.33333 1.33333H12.6667C13.1971 1.33333 13.7058 1.54405 14.0809 1.91912C14.456 2.29419 14.6667 2.8029 14.6667 3.33333V12.6667Z",
3477
3505
  fill: "currentColor"
3478
3506
  }
3479
3507
  ),
3480
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
3508
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
3481
3509
  "path",
3482
3510
  {
3483
3511
  d: "M8.00004 2.66669C7.47263 2.66669 6.95705 2.82308 6.51852 3.1161C6.07999 3.40912 5.7382 3.82559 5.53636 4.31286C5.33453 4.80013 5.28172 5.33631 5.38461 5.85359C5.48751 6.37088 5.74148 6.84603 6.11442 7.21897C6.48736 7.59191 6.96252 7.84589 7.4798 7.94878C7.99708 8.05167 8.53326 7.99887 9.02053 7.79703C9.5078 7.5952 9.92428 7.2534 10.2173 6.81487C10.5103 6.37634 10.6667 5.86077 10.6667 5.33335C10.6667 4.62611 10.3858 3.94783 9.88566 3.44774C9.38556 2.94764 8.70729 2.66669 8.00004 2.66669ZM8.00004 6.66669C7.73633 6.66669 7.47855 6.58849 7.25928 6.44198C7.04002 6.29547 6.86912 6.08723 6.7682 5.8436C6.66729 5.59996 6.64088 5.33187 6.69233 5.07323C6.74378 4.81459 6.87076 4.57701 7.05723 4.39054C7.2437 4.20407 7.48128 4.07709 7.73992 4.02564C7.99856 3.97419 8.26665 4.0006 8.51029 4.10151C8.75392 4.20243 8.96216 4.37333 9.10867 4.59259C9.25518 4.81186 9.33338 5.06965 9.33338 5.33335C9.33338 5.68698 9.1929 6.02611 8.94285 6.27616C8.6928 6.52621 8.35366 6.66669 8.00004 6.66669Z",
@@ -3485,7 +3513,7 @@ var ProfileAboutTabIcon = (_a) => {
3485
3513
  }
3486
3514
  )
3487
3515
  ] }),
3488
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("clipPath", { id: "clip_profile_about_tab", children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
3516
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("clipPath", { id: "clip_profile_about_tab", children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
3489
3517
  ]
3490
3518
  })
3491
3519
  );
@@ -3493,7 +3521,7 @@ var ProfileAboutTabIcon = (_a) => {
3493
3521
  ProfileAboutTabIcon.displayName = "ProfileAboutTabIcon";
3494
3522
 
3495
3523
  // src/primitives/icon/svg/profile-accounts-wallets-tab.tsx
3496
- var import_jsx_runtime78 = require("react/jsx-runtime");
3524
+ var import_jsx_runtime79 = require("react/jsx-runtime");
3497
3525
  var ProfileAccountsWalletsTabIcon = (_a) => {
3498
3526
  var _b = _a, {
3499
3527
  title: title2,
@@ -3502,7 +3530,7 @@ var ProfileAccountsWalletsTabIcon = (_a) => {
3502
3530
  "title",
3503
3531
  "className"
3504
3532
  ]);
3505
- return /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(
3533
+ return /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)(
3506
3534
  "svg",
3507
3535
  __spreadProps(__spreadValues(__spreadValues({
3508
3536
  viewBox: "0 0 16 16",
@@ -3510,15 +3538,15 @@ var ProfileAccountsWalletsTabIcon = (_a) => {
3510
3538
  fill: "none"
3511
3539
  }, getIconA11yProps(title2)), props), {
3512
3540
  children: [
3513
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("title", { children: title2 }) : null,
3514
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("g", { clipPath: "url(#clip_profile_accounts_wallets_tab)", children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
3541
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("title", { children: title2 }) : null,
3542
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("g", { clipPath: "url(#clip_profile_accounts_wallets_tab)", children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
3515
3543
  "path",
3516
3544
  {
3517
3545
  d: "M5 8.66667C4.40666 8.66667 3.82664 8.49072 3.33329 8.16108C2.83994 7.83143 2.45542 7.3629 2.22836 6.81472C2.0013 6.26654 1.94189 5.66334 2.05764 5.0814C2.1734 4.49945 2.45912 3.96491 2.87868 3.54535C3.29824 3.12579 3.83279 2.84007 4.41473 2.72431C4.99667 2.60856 5.59987 2.66797 6.14805 2.89503C6.69623 3.12209 7.16476 3.50661 7.49441 3.99996C7.82405 4.4933 8 5.07332 8 5.66667C7.99912 6.46205 7.68276 7.2246 7.12035 7.78701C6.55793 8.34943 5.79538 8.66579 5 8.66667ZM5 4C4.67036 4 4.34813 4.09775 4.07405 4.28089C3.79997 4.46402 3.58635 4.72432 3.4602 5.02886C3.33405 5.33341 3.30105 5.66852 3.36536 5.99182C3.42967 6.31512 3.5884 6.61209 3.82149 6.84518C4.05458 7.07827 4.35155 7.237 4.67485 7.30131C4.99815 7.36562 5.33326 7.33261 5.63781 7.20647C5.94235 7.08032 6.20265 6.8667 6.38578 6.59262C6.56892 6.31854 6.66667 5.9963 6.66667 5.66667C6.66667 5.22464 6.49107 4.80072 6.17851 4.48816C5.86595 4.1756 5.44203 4 5 4ZM10 15.3333V15C10 13.6739 9.47322 12.4021 8.53553 11.4645C7.59785 10.5268 6.32608 10 5 10C3.67392 10 2.40215 10.5268 1.46447 11.4645C0.526784 12.4021 0 13.6739 0 15L0 15.3333C0 15.5101 0.0702379 15.6797 0.195262 15.8047C0.320286 15.9298 0.489856 16 0.666667 16C0.843478 16 1.01305 15.9298 1.13807 15.8047C1.2631 15.6797 1.33333 15.5101 1.33333 15.3333V15C1.33333 14.0275 1.71964 13.0949 2.40728 12.4073C3.09491 11.7196 4.02754 11.3333 5 11.3333C5.97246 11.3333 6.90509 11.7196 7.59273 12.4073C8.28036 13.0949 8.66667 14.0275 8.66667 15V15.3333C8.66667 15.5101 8.73691 15.6797 8.86193 15.8047C8.98695 15.9298 9.15652 16 9.33333 16C9.51014 16 9.67971 15.9298 9.80474 15.8047C9.92976 15.6797 10 15.5101 10 15.3333ZM16 12C16 11.0991 15.7392 10.2175 15.2491 9.46158C14.7591 8.70565 14.0607 8.10772 13.2383 7.73998C12.4159 7.37223 11.5046 7.25039 10.6145 7.38916C9.72437 7.52793 8.89344 7.92137 8.222 8.522C8.15584 8.58013 8.10186 8.6508 8.06317 8.72991C8.02448 8.80903 8.00185 8.89502 7.99659 8.98293C7.99132 9.07085 8.00353 9.15893 8.0325 9.24209C8.06147 9.32526 8.10663 9.40186 8.16537 9.46748C8.22412 9.53309 8.29528 9.58642 8.37475 9.62437C8.45422 9.66232 8.54042 9.68416 8.62838 9.68861C8.71633 9.69306 8.8043 9.68004 8.88719 9.6503C8.97009 9.62055 9.04627 9.57469 9.11133 9.51534C9.59097 9.08641 10.1845 8.80548 10.8203 8.70644C11.456 8.6074 12.1069 8.69449 12.6943 8.9572C13.2816 9.21991 13.7804 9.647 14.1304 10.1869C14.4804 10.7269 14.6667 11.3566 14.6667 12C14.6667 12.1768 14.7369 12.3464 14.8619 12.4714C14.987 12.5964 15.1565 12.6667 15.3333 12.6667C15.5101 12.6667 15.6797 12.5964 15.8047 12.4714C15.9298 12.3464 16 12.1768 16 12ZM11.6667 6C11.0733 6 10.4933 5.82405 9.99996 5.49441C9.50661 5.16477 9.12209 4.69623 8.89503 4.14805C8.66796 3.59987 8.60855 2.99667 8.72431 2.41473C8.84007 1.83279 9.12579 1.29824 9.54535 0.878681C9.9649 0.459123 10.4995 0.173401 11.0814 0.0576455C11.6633 -0.0581102 12.2665 0.00129986 12.8147 0.228363C13.3629 0.455426 13.8314 0.839943 14.1611 1.33329C14.4907 1.82664 14.6667 2.40666 14.6667 3C14.6658 3.79538 14.3494 4.55793 13.787 5.12035C13.2246 5.68277 12.462 5.99912 11.6667 6ZM11.6667 1.33333C11.337 1.33333 11.0148 1.43108 10.7407 1.61422C10.4666 1.79735 10.253 2.05765 10.1269 2.3622C10.0007 2.66674 9.96772 3.00185 10.032 3.32515C10.0963 3.64845 10.2551 3.94543 10.4882 4.17851C10.7212 4.4116 11.0182 4.57033 11.3415 4.63464C11.6648 4.69895 11.9999 4.66595 12.3045 4.5398C12.609 4.41365 12.8693 4.20003 13.0525 3.92595C13.2356 3.65187 13.3333 3.32964 13.3333 3C13.3333 2.55797 13.1577 2.13405 12.8452 1.82149C12.5326 1.50893 12.1087 1.33333 11.6667 1.33333Z",
3518
3546
  fill: "currentColor"
3519
3547
  }
3520
3548
  ) }),
3521
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("clipPath", { id: "clip_profile_accounts_wallets_tab", children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
3549
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("clipPath", { id: "clip_profile_accounts_wallets_tab", children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
3522
3550
  ]
3523
3551
  })
3524
3552
  );
@@ -3526,10 +3554,10 @@ var ProfileAccountsWalletsTabIcon = (_a) => {
3526
3554
  ProfileAccountsWalletsTabIcon.displayName = "ProfileAccountsWalletsTabIcon";
3527
3555
 
3528
3556
  // src/primitives/icon/svg/profile.tsx
3529
- var import_jsx_runtime79 = require("react/jsx-runtime");
3557
+ var import_jsx_runtime80 = require("react/jsx-runtime");
3530
3558
  var ProfileIcon = (_a) => {
3531
3559
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
3532
- return /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)(
3560
+ return /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)(
3533
3561
  "svg",
3534
3562
  __spreadProps(__spreadValues(__spreadValues({
3535
3563
  viewBox: "0 0 16 16",
@@ -3537,16 +3565,16 @@ var ProfileIcon = (_a) => {
3537
3565
  fill: "none"
3538
3566
  }, getIconA11yProps(title2)), props), {
3539
3567
  children: [
3540
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("title", { children: title2 }) : null,
3541
- /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("g", { clipPath: "url(#profile-clip)", children: [
3542
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
3568
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("title", { children: title2 }) : null,
3569
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("g", { clipPath: "url(#profile-clip)", children: [
3570
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
3543
3571
  "path",
3544
3572
  {
3545
3573
  d: "M8 8C8.79113 8 9.56448 7.76541 10.2223 7.32588C10.8801 6.88635 11.3928 6.26164 11.6955 5.53074C11.9983 4.79983 12.0775 3.99556 11.9231 3.21964C11.7688 2.44372 11.3878 1.73098 10.8284 1.17157C10.269 0.612165 9.55629 0.231202 8.78036 0.0768607C8.00444 -0.0774802 7.20017 0.00173314 6.46927 0.304484C5.73836 0.607234 5.11365 1.11992 4.67412 1.77772C4.2346 2.43552 4 3.20888 4 4C4.00106 5.06054 4.42283 6.07734 5.17274 6.82726C5.92266 7.57718 6.93946 7.99894 8 8ZM8 1.33334C8.52742 1.33334 9.04299 1.48973 9.48152 1.78275C9.92005 2.07577 10.2618 2.49224 10.4637 2.97951C10.6655 3.46678 10.7183 4.00296 10.6154 4.52024C10.5125 5.03753 10.2586 5.51268 9.88562 5.88562C9.51268 6.25856 9.03752 6.51254 8.52024 6.61543C8.00296 6.71832 7.46678 6.66551 6.97951 6.46368C6.49224 6.26185 6.07577 5.92005 5.78275 5.48152C5.48973 5.04299 5.33333 4.52742 5.33333 4C5.33333 3.29276 5.61428 2.61448 6.11438 2.11438C6.61448 1.61429 7.29276 1.33334 8 1.33334Z",
3546
3574
  fill: "currentColor"
3547
3575
  }
3548
3576
  ),
3549
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
3577
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
3550
3578
  "path",
3551
3579
  {
3552
3580
  d: "M8 9.33334C6.40924 9.33511 4.88414 9.96782 3.75931 11.0927C2.63447 12.2175 2.00176 13.7426 2 15.3333C2 15.5102 2.07024 15.6797 2.19526 15.8047C2.32029 15.9298 2.48986 16 2.66667 16C2.84348 16 3.01305 15.9298 3.13807 15.8047C3.2631 15.6797 3.33333 15.5102 3.33333 15.3333C3.33333 14.0957 3.825 12.9087 4.70017 12.0335C5.57534 11.1583 6.76232 10.6667 8 10.6667C9.23768 10.6667 10.4247 11.1583 11.2998 12.0335C12.175 12.9087 12.6667 14.0957 12.6667 15.3333C12.6667 15.5102 12.7369 15.6797 12.8619 15.8047C12.987 15.9298 13.1565 16 13.3333 16C13.5101 16 13.6797 15.9298 13.8047 15.8047C13.9298 15.6797 14 15.5102 14 15.3333C13.9982 13.7426 13.3655 12.2175 12.2407 11.0927C11.1159 9.96782 9.59076 9.33511 8 9.33334Z",
@@ -3554,7 +3582,7 @@ var ProfileIcon = (_a) => {
3554
3582
  }
3555
3583
  )
3556
3584
  ] }),
3557
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("clipPath", { id: "profile-clip", children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
3585
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("clipPath", { id: "profile-clip", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
3558
3586
  ]
3559
3587
  })
3560
3588
  );
@@ -3562,10 +3590,10 @@ var ProfileIcon = (_a) => {
3562
3590
  ProfileIcon.displayName = "ProfileIcon";
3563
3591
 
3564
3592
  // src/primitives/icon/svg/recenter.tsx
3565
- var import_jsx_runtime80 = require("react/jsx-runtime");
3593
+ var import_jsx_runtime81 = require("react/jsx-runtime");
3566
3594
  var RecenterIcon = (_a) => {
3567
3595
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
3568
- return /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)(
3596
+ return /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)(
3569
3597
  "svg",
3570
3598
  __spreadProps(__spreadValues(__spreadValues({
3571
3599
  viewBox: "0 0 16 16",
@@ -3573,15 +3601,15 @@ var RecenterIcon = (_a) => {
3573
3601
  fill: "none"
3574
3602
  }, getIconA11yProps(title2)), props), {
3575
3603
  children: [
3576
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("title", { children: title2 }) : null,
3577
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("g", { clipPath: "url(#recenter-clip)", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
3604
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("title", { children: title2 }) : null,
3605
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("g", { clipPath: "url(#recenter-clip)", children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
3578
3606
  "path",
3579
3607
  {
3580
3608
  d: "M16 8C16 8.36867 15.7013 8.66667 15.3333 8.66667H0.666667C0.298667 8.66667 0 8.36867 0 8C0 7.63133 0.298667 7.33333 0.666667 7.33333H15.3333C15.7013 7.33333 16 7.63133 16 8ZM7.05733 5.60933C7.31733 5.86933 7.65867 5.99933 8 5.99933C8.34133 5.99933 8.68267 5.86933 8.94267 5.60933L11.138 3.414C11.3987 3.15333 11.3987 2.732 11.138 2.47133C10.8773 2.21067 10.456 2.21067 10.1953 2.47133L8.66667 4V0.666667C8.66667 0.298 8.368 0 8 0C7.632 0 7.33333 0.298 7.33333 0.666667V4L5.80467 2.47133C5.544 2.21067 5.12267 2.21067 4.862 2.47133C4.60133 2.732 4.60133 3.15333 4.862 3.414L7.05733 5.60933ZM8.94267 10.3907C8.42333 9.87133 7.57667 9.87133 7.05733 10.3907L4.862 12.586C4.60133 12.8467 4.60133 13.268 4.862 13.5287C5.12267 13.7893 5.544 13.7893 5.80467 13.5287L7.33333 12V15.3333C7.33333 15.702 7.632 16 8 16C8.368 16 8.66667 15.702 8.66667 15.3333V12L10.1953 13.5287C10.3253 13.6587 10.496 13.724 10.6667 13.724C10.8373 13.724 11.008 13.6587 11.138 13.5287C11.3987 13.268 11.3987 12.8467 11.138 12.586L8.94267 10.3907Z",
3581
3609
  fill: "currentColor"
3582
3610
  }
3583
3611
  ) }),
3584
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("clipPath", { id: "recenter-clip", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
3612
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("clipPath", { id: "recenter-clip", children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
3585
3613
  ]
3586
3614
  })
3587
3615
  );
@@ -3589,10 +3617,10 @@ var RecenterIcon = (_a) => {
3589
3617
  RecenterIcon.displayName = "RecenterIcon";
3590
3618
 
3591
3619
  // src/primitives/icon/svg/revenue-alt.tsx
3592
- var import_jsx_runtime81 = require("react/jsx-runtime");
3620
+ var import_jsx_runtime82 = require("react/jsx-runtime");
3593
3621
  var RevenueAltIcon = (_a) => {
3594
3622
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
3595
- return /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)(
3623
+ return /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)(
3596
3624
  "svg",
3597
3625
  __spreadProps(__spreadValues(__spreadValues({
3598
3626
  viewBox: "0 0 20 20",
@@ -3600,8 +3628,8 @@ var RevenueAltIcon = (_a) => {
3600
3628
  fill: "none"
3601
3629
  }, getIconA11yProps(title2)), props), {
3602
3630
  children: [
3603
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("title", { children: title2 }) : null,
3604
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
3631
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("title", { children: title2 }) : null,
3632
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
3605
3633
  "path",
3606
3634
  {
3607
3635
  d: "M3 14V6M3 6L1.5 7.5M3 6L4.5 7.5M17 6V14M17 14L15.5 12.5M17 14L18.5 12.5",
@@ -3611,7 +3639,7 @@ var RevenueAltIcon = (_a) => {
3611
3639
  strokeLinejoin: "round"
3612
3640
  }
3613
3641
  ),
3614
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
3642
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
3615
3643
  "path",
3616
3644
  {
3617
3645
  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",
@@ -3628,10 +3656,10 @@ var RevenueAltIcon = (_a) => {
3628
3656
  RevenueAltIcon.displayName = "RevenueAltIcon";
3629
3657
 
3630
3658
  // src/primitives/icon/svg/search.tsx
3631
- var import_jsx_runtime82 = require("react/jsx-runtime");
3659
+ var import_jsx_runtime83 = require("react/jsx-runtime");
3632
3660
  var SearchIcon = (_a) => {
3633
3661
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
3634
- return /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)(
3662
+ return /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(
3635
3663
  "svg",
3636
3664
  __spreadProps(__spreadValues(__spreadValues({
3637
3665
  viewBox: "0 0 16 16",
@@ -3640,8 +3668,8 @@ var SearchIcon = (_a) => {
3640
3668
  className
3641
3669
  }, getIconA11yProps(title2)), props), {
3642
3670
  children: [
3643
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("title", { children: title2 }) : null,
3644
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
3671
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("title", { children: title2 }) : null,
3672
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
3645
3673
  "path",
3646
3674
  {
3647
3675
  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",
@@ -3651,7 +3679,7 @@ var SearchIcon = (_a) => {
3651
3679
  strokeLinejoin: "round"
3652
3680
  }
3653
3681
  ),
3654
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
3682
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
3655
3683
  "path",
3656
3684
  {
3657
3685
  d: "M13.6668 13.6666L11.1667 11.1666",
@@ -3668,10 +3696,10 @@ var SearchIcon = (_a) => {
3668
3696
  SearchIcon.displayName = "SearchIcon";
3669
3697
 
3670
3698
  // src/primitives/icon/svg/shield-trust.tsx
3671
- var import_jsx_runtime83 = require("react/jsx-runtime");
3699
+ var import_jsx_runtime84 = require("react/jsx-runtime");
3672
3700
  var ShieldTrustIcon = (_a) => {
3673
3701
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
3674
- return /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(
3702
+ return /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)(
3675
3703
  "svg",
3676
3704
  __spreadProps(__spreadValues(__spreadValues({
3677
3705
  width: "16",
@@ -3681,15 +3709,15 @@ var ShieldTrustIcon = (_a) => {
3681
3709
  fill: "none"
3682
3710
  }, getIconA11yProps(title2)), props), {
3683
3711
  children: [
3684
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("title", { children: title2 }) : null,
3685
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("g", { clipPath: "url(#clip0_7779_1212)", children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
3712
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("title", { children: title2 }) : null,
3713
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("g", { clipPath: "url(#clip0_7779_1212)", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
3686
3714
  "path",
3687
3715
  {
3688
3716
  d: "M15.4633 9.39L14.024 10.828V11.976C14.024 13.0787 13.1266 13.976 12.024 13.976H10.8766L9.43798 15.414C9.06131 15.7913 8.55864 16 8.02398 16C7.48931 16 6.98731 15.792 6.60998 15.414L5.17198 13.976H4.02398C2.92131 13.976 2.02398 13.0787 2.02398 11.976V10.828L0.585977 9.39C-0.194023 8.61067 -0.194023 7.34133 0.585977 6.56133L2.02398 5.12333V3.976C2.02398 2.87333 2.92131 1.976 4.02398 1.976H5.17198L6.60998 0.537331C7.36598 -0.219335 8.68398 -0.217335 9.43864 0.537331L10.8766 1.97533H12.024C12.3926 1.97533 12.6906 2.274 12.6906 2.642C12.6906 3.01 12.3926 3.30866 12.024 3.30866H10.6006C10.4233 3.30866 10.254 3.23866 10.1293 3.11333L8.49531 1.47933C8.24398 1.22866 7.80598 1.22733 7.55264 1.47933L5.91931 3.11333C5.79398 3.23866 5.62531 3.30866 5.44798 3.30866H4.02398C3.65598 3.30866 3.35731 3.608 3.35731 3.97533V5.39866C3.35731 5.57533 3.28731 5.74533 3.16198 5.87L1.52864 7.50333C1.26864 7.76333 1.26864 8.186 1.52864 8.44667L3.16198 10.08C3.28731 10.2053 3.35731 10.374 3.35731 10.5513V11.9753C3.35731 12.3433 3.65598 12.642 4.02398 12.642H5.44798C5.62531 12.642 5.79464 12.712 5.91931 12.8373L7.55264 14.4707C7.80531 14.7227 8.24398 14.7227 8.49464 14.4707L10.1293 12.8373C10.2546 12.712 10.4233 12.642 10.6006 12.642H12.024C12.392 12.642 12.6906 12.3433 12.6906 11.9753V10.5513C12.6906 10.374 12.7606 10.2047 12.886 10.08L14.52 8.44667C14.78 8.18667 14.78 7.76333 14.52 7.50333C14.26 7.24267 14.26 6.82066 14.52 6.56066C14.7806 6.30066 15.2026 6.3 15.4633 6.56066C16.242 7.34 16.242 8.60867 15.4633 9.38867V9.39ZM7.14731 9.108L5.13531 7.116C4.87264 6.856 4.45198 6.85933 4.19198 7.12066C3.93264 7.382 3.93531 7.804 4.19664 8.06333L6.20931 10.056C6.61864 10.4613 7.15731 10.6647 7.69531 10.6647C8.23331 10.6647 8.77331 10.46 9.18331 10.0527L15.1366 4.13867C15.398 3.87933 15.3993 3.45733 15.1393 3.196C14.8793 2.93466 14.458 2.93266 14.1966 3.19266L8.24331 9.10733C7.94131 9.408 7.44998 9.408 7.14731 9.108Z",
3689
3717
  fill: "currentColor"
3690
3718
  }
3691
3719
  ) }),
3692
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("clipPath", { id: "clip0_7779_1212", children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
3720
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("clipPath", { id: "clip0_7779_1212", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
3693
3721
  ]
3694
3722
  })
3695
3723
  );
@@ -3697,10 +3725,10 @@ var ShieldTrustIcon = (_a) => {
3697
3725
  ShieldTrustIcon.displayName = "ShieldTrustIcon";
3698
3726
 
3699
3727
  // src/primitives/icon/svg/solana.tsx
3700
- var import_jsx_runtime84 = require("react/jsx-runtime");
3728
+ var import_jsx_runtime85 = require("react/jsx-runtime");
3701
3729
  var SolanaIcon = (_a) => {
3702
3730
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
3703
- return /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)(
3731
+ return /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(
3704
3732
  "svg",
3705
3733
  __spreadProps(__spreadValues(__spreadValues({
3706
3734
  viewBox: "0 0 24 24",
@@ -3708,31 +3736,31 @@ var SolanaIcon = (_a) => {
3708
3736
  fill: "none"
3709
3737
  }, getIconA11yProps(title2)), props), {
3710
3738
  children: [
3711
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("title", { children: title2 }) : null,
3712
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("rect", { width: "24", height: "24", fill: "black" }),
3713
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
3739
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("title", { children: title2 }) : null,
3740
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("rect", { width: "24", height: "24", fill: "black" }),
3741
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
3714
3742
  "path",
3715
3743
  {
3716
3744
  d: "M5.92399 15.7169C6.03262 15.6083 6.18198 15.5449 6.34039 15.5449H20.706C20.9685 15.5449 21.0998 15.8617 20.9142 16.0473L18.0764 18.8851C17.9677 18.9938 17.8184 19.0571 17.66 19.0571H3.29437C3.03186 19.0571 2.90061 18.7403 3.08617 18.5547L5.92399 15.7169Z",
3717
3745
  fill: "url(#paint0_linear_1471_9988)"
3718
3746
  }
3719
3747
  ),
3720
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
3748
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
3721
3749
  "path",
3722
3750
  {
3723
3751
  d: "M5.92399 5.1217C6.03714 5.01307 6.1865 4.94971 6.34039 4.94971H20.706C20.9685 4.94971 21.0998 5.26653 20.9142 5.4521L18.0764 8.28991C17.9677 8.39854 17.8184 8.4619 17.66 8.4619H3.29437C3.03186 8.4619 2.90061 8.14508 3.08617 7.95951L5.92399 5.1217Z",
3724
3752
  fill: "url(#paint1_linear_1471_9988)"
3725
3753
  }
3726
3754
  ),
3727
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
3755
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
3728
3756
  "path",
3729
3757
  {
3730
3758
  d: "M18.0764 10.3854C17.9677 10.2767 17.8184 10.2134 17.66 10.2134H3.29437C3.03186 10.2134 2.90061 10.5302 3.08617 10.7158L5.92399 13.5536C6.03262 13.6622 6.18198 13.7256 6.34039 13.7256H20.706C20.9685 13.7256 21.0998 13.4088 20.9142 13.2232L18.0764 10.3854Z",
3731
3759
  fill: "url(#paint2_linear_1471_9988)"
3732
3760
  }
3733
3761
  ),
3734
- /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("defs", { children: [
3735
- /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)(
3762
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)("defs", { children: [
3763
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(
3736
3764
  "linearGradient",
3737
3765
  {
3738
3766
  id: "paint0_linear_1471_9988",
@@ -3742,12 +3770,12 @@ var SolanaIcon = (_a) => {
3742
3770
  y2: "22.2975",
3743
3771
  gradientUnits: "userSpaceOnUse",
3744
3772
  children: [
3745
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("stop", { stopColor: "#00FFA3" }),
3746
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("stop", { offset: "1", stopColor: "#DC1FFF" })
3773
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("stop", { stopColor: "#00FFA3" }),
3774
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("stop", { offset: "1", stopColor: "#DC1FFF" })
3747
3775
  ]
3748
3776
  }
3749
3777
  ),
3750
- /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)(
3778
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(
3751
3779
  "linearGradient",
3752
3780
  {
3753
3781
  id: "paint1_linear_1471_9988",
@@ -3757,12 +3785,12 @@ var SolanaIcon = (_a) => {
3757
3785
  y2: "20.028",
3758
3786
  gradientUnits: "userSpaceOnUse",
3759
3787
  children: [
3760
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("stop", { stopColor: "#00FFA3" }),
3761
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("stop", { offset: "1", stopColor: "#DC1FFF" })
3788
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("stop", { stopColor: "#00FFA3" }),
3789
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("stop", { offset: "1", stopColor: "#DC1FFF" })
3762
3790
  ]
3763
3791
  }
3764
3792
  ),
3765
- /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)(
3793
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(
3766
3794
  "linearGradient",
3767
3795
  {
3768
3796
  id: "paint2_linear_1471_9988",
@@ -3772,8 +3800,8 @@ var SolanaIcon = (_a) => {
3772
3800
  y2: "21.1555",
3773
3801
  gradientUnits: "userSpaceOnUse",
3774
3802
  children: [
3775
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("stop", { stopColor: "#00FFA3" }),
3776
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("stop", { offset: "1", stopColor: "#DC1FFF" })
3803
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("stop", { stopColor: "#00FFA3" }),
3804
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("stop", { offset: "1", stopColor: "#DC1FFF" })
3777
3805
  ]
3778
3806
  }
3779
3807
  )
@@ -3785,10 +3813,10 @@ var SolanaIcon = (_a) => {
3785
3813
  SolanaIcon.displayName = "SolanaIcon";
3786
3814
 
3787
3815
  // src/primitives/icon/svg/sort-end-date.tsx
3788
- var import_jsx_runtime85 = require("react/jsx-runtime");
3816
+ var import_jsx_runtime86 = require("react/jsx-runtime");
3789
3817
  var SortEndDateIcon = (_a) => {
3790
3818
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
3791
- return /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(
3819
+ return /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
3792
3820
  "svg",
3793
3821
  __spreadProps(__spreadValues(__spreadValues({
3794
3822
  viewBox: "0 0 16 16",
@@ -3796,15 +3824,15 @@ var SortEndDateIcon = (_a) => {
3796
3824
  fill: "none"
3797
3825
  }, getIconA11yProps(title2)), props), {
3798
3826
  children: [
3799
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("title", { children: title2 }) : null,
3800
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("g", { clipPath: "url(#sort-end-date-clip)", children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
3827
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("title", { children: title2 }) : null,
3828
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("g", { clipPath: "url(#sort-end-date-clip)", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
3801
3829
  "path",
3802
3830
  {
3803
3831
  d: "M16 8C16 10.1217 15.1571 12.1566 13.6569 13.6569C12.1566 15.1571 10.1217 16 8 16C5.87827 16 3.84344 15.1571 2.34315 13.6569C0.842855 12.1566 0 10.1217 0 8C0 7.82319 0.0702379 7.65362 0.195262 7.5286C0.320286 7.40357 0.489856 7.33333 0.666667 7.33333C0.843478 7.33333 1.01305 7.40357 1.13807 7.5286C1.2631 7.65362 1.33333 7.82319 1.33333 8C1.33333 9.31854 1.72433 10.6075 2.45687 11.7038C3.18941 12.8001 4.2306 13.6546 5.44878 14.1592C6.66695 14.6638 8.0074 14.7958 9.3006 14.5386C10.5938 14.2813 11.7817 13.6464 12.714 12.714C13.6464 11.7817 14.2813 10.5938 14.5386 9.3006C14.7958 8.0074 14.6638 6.66695 14.1592 5.44878C13.6546 4.2306 12.8001 3.18941 11.7038 2.45687C10.6075 1.72433 9.31854 1.33333 8 1.33333C7.82319 1.33333 7.65362 1.2631 7.5286 1.13807C7.40357 1.01305 7.33333 0.843478 7.33333 0.666667C7.33333 0.489856 7.40357 0.320286 7.5286 0.195262C7.65362 0.0702379 7.82319 0 8 0C10.121 0.00229405 12.1545 0.845885 13.6543 2.34568C15.1541 3.84547 15.9977 5.87897 16 8ZM6.85133 7.33333H5.33333C5.15652 7.33333 4.98695 7.40357 4.86193 7.5286C4.7369 7.65362 4.66667 7.82319 4.66667 8C4.66667 8.17681 4.7369 8.34638 4.86193 8.4714C4.98695 8.59643 5.15652 8.66667 5.33333 8.66667H6.85133C6.95314 8.84349 7.09429 8.99449 7.26384 9.108C7.43339 9.2215 7.62679 9.29445 7.82906 9.3212C8.03134 9.34795 8.23705 9.32778 8.43028 9.26226C8.6235 9.19673 8.79905 9.0876 8.94333 8.94333C9.0876 8.79905 9.19673 8.6235 9.26226 8.43028C9.32778 8.23705 9.34795 8.03134 9.3212 7.82906C9.29445 7.62679 9.2215 7.43339 9.108 7.26384C8.99449 7.09429 8.84349 6.95314 8.66667 6.85133V4.66667C8.66667 4.48986 8.59643 4.32029 8.4714 4.19526C8.34638 4.07024 8.17681 4 8 4C7.82319 4 7.65362 4.07024 7.5286 4.19526C7.40357 4.32029 7.33333 4.48986 7.33333 4.66667V6.85133C7.13362 6.96752 6.96752 7.13362 6.85133 7.33333ZM1.218 5.856C1.34985 5.856 1.47875 5.8169 1.58838 5.74365C1.69801 5.67039 1.78346 5.56627 1.83392 5.44446C1.88438 5.32264 1.89758 5.18859 1.87186 5.05927C1.84613 4.92995 1.78264 4.81116 1.6894 4.71793C1.59617 4.62469 1.47738 4.5612 1.34806 4.53548C1.21874 4.50975 1.0847 4.52296 0.962878 4.57341C0.84106 4.62387 0.736941 4.70932 0.663687 4.81895C0.590433 4.92859 0.551333 5.05748 0.551333 5.18933C0.551333 5.36614 0.621571 5.53571 0.746595 5.66074C0.87162 5.78576 1.04119 5.856 1.218 5.856ZM2.814 3.47133C2.94585 3.47133 3.07475 3.43223 3.18438 3.35898C3.29401 3.28573 3.37946 3.18161 3.42992 3.05979C3.48038 2.93797 3.49358 2.80393 3.46786 2.67461C3.44213 2.54529 3.37864 2.4265 3.2854 2.33326C3.19217 2.24003 3.07338 2.17653 2.94406 2.15081C2.81474 2.12509 2.6807 2.13829 2.55888 2.18875C2.43706 2.23921 2.33294 2.32465 2.25969 2.43429C2.18643 2.54392 2.14733 2.67281 2.14733 2.80467C2.14733 2.98148 2.21757 3.15105 2.3426 3.27607C2.46762 3.4011 2.63719 3.47133 2.814 3.47133ZM5.186 1.894C5.31785 1.894 5.44675 1.8549 5.55638 1.78165C5.66601 1.70839 5.75146 1.60427 5.80192 1.48246C5.85238 1.36064 5.86558 1.22659 5.83986 1.09727C5.81413 0.967952 5.75064 0.849164 5.6574 0.755929C5.56417 0.662694 5.44538 0.5992 5.31606 0.573476C5.18674 0.547753 5.0527 0.560955 4.93088 0.611414C4.80906 0.661872 4.70494 0.74732 4.63169 0.856953C4.55843 0.966586 4.51933 1.09548 4.51933 1.22733C4.51933 1.40414 4.58957 1.57371 4.7146 1.69874C4.83962 1.82376 5.00919 1.894 5.186 1.894Z",
3804
3832
  fill: "currentColor"
3805
3833
  }
3806
3834
  ) }),
3807
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("clipPath", { id: "sort-end-date-clip", children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
3835
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("clipPath", { id: "sort-end-date-clip", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
3808
3836
  ]
3809
3837
  })
3810
3838
  );
@@ -3812,10 +3840,10 @@ var SortEndDateIcon = (_a) => {
3812
3840
  SortEndDateIcon.displayName = "SortEndDateIcon";
3813
3841
 
3814
3842
  // src/primitives/icon/svg/sort-top-arbitrage.tsx
3815
- var import_jsx_runtime86 = require("react/jsx-runtime");
3843
+ var import_jsx_runtime87 = require("react/jsx-runtime");
3816
3844
  var SortTopArbitrageIcon = (_a) => {
3817
3845
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
3818
- return /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
3846
+ return /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(
3819
3847
  "svg",
3820
3848
  __spreadProps(__spreadValues(__spreadValues({
3821
3849
  viewBox: "0 0 16 16",
@@ -3823,30 +3851,30 @@ var SortTopArbitrageIcon = (_a) => {
3823
3851
  fill: "none"
3824
3852
  }, getIconA11yProps(title2)), props), {
3825
3853
  children: [
3826
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("title", { children: title2 }) : null,
3827
- /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("g", { clipPath: "url(#sort-top-arbitrage-clip)", children: [
3828
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
3854
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("title", { children: title2 }) : null,
3855
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("g", { clipPath: "url(#sort-top-arbitrage-clip)", children: [
3856
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
3829
3857
  "path",
3830
3858
  {
3831
3859
  d: "M15.4314 6.314L14.9067 5.6C14.5432 5.10529 14.0686 4.7028 13.5211 4.42491C12.9737 4.14701 12.3687 4.00148 11.7547 4H4.25541C3.65409 4.00157 3.06116 4.14118 2.52231 4.40806C1.98346 4.67494 1.51308 5.06197 1.14741 5.53933L0.600079 6.25533C0.155734 6.84154 -0.0531817 7.57279 0.0144266 8.30525C0.0820349 9.03772 0.421273 9.71837 0.965413 10.2133L6.29208 15.3513C6.75993 15.7686 7.36522 15.9986 7.99208 15.9973C8.63223 15.9961 9.24941 15.7587 9.72541 15.3307L15.0161 10.242C15.5633 9.7574 15.9094 9.08556 15.9863 8.35863C16.0632 7.63171 15.8652 6.90233 15.4314 6.314ZM13.8314 6.38533L14.3561 7.10133C14.4088 7.1746 14.4552 7.25221 14.4947 7.33333H11.3007C11.2525 7.01408 11.1693 6.7011 11.0527 6.4L10.6261 5.33333H11.7547C12.159 5.3341 12.5575 5.42967 12.9182 5.61237C13.2788 5.79508 13.5916 6.05982 13.8314 6.38533ZM7.99341 13.392L6.14741 9.212C6.08065 9.0352 6.03021 8.85266 5.99675 8.66667H9.96475C9.93678 8.81325 9.89755 8.95745 9.84741 9.098L7.99341 13.392ZM6.06675 7.33333C6.09463 7.21381 6.12958 7.09605 6.17141 6.98067L6.82741 5.33333H9.19008L9.81475 6.89533C9.86959 7.03796 9.91415 7.18434 9.94808 7.33333H6.06675ZM2.20741 6.34733C2.44845 6.0329 2.75844 5.77797 3.11349 5.60217C3.46855 5.42638 3.85922 5.3344 4.25541 5.33333H5.38875L4.93341 6.486C4.82356 6.75949 4.74159 7.04338 4.68875 7.33333H1.49675C1.54247 7.2391 1.59764 7.14976 1.66141 7.06667L2.20741 6.34733ZM1.87408 9.236C1.70016 9.07824 1.56353 8.88377 1.47408 8.66667H4.65541C4.69963 9.02585 4.78623 9.37853 4.91341 9.71733L6.79808 13.984L1.87408 9.236ZM9.18075 14.0093L11.0834 9.6C11.1938 9.29824 11.2708 8.98525 11.3127 8.66667H14.5334C14.439 8.89552 14.2949 9.10049 14.1114 9.26667L9.18075 14.0093Z",
3832
3860
  fill: "currentColor"
3833
3861
  }
3834
3862
  ),
3835
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
3863
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
3836
3864
  "path",
3837
3865
  {
3838
3866
  d: "M8.00065 2.66667C8.17746 2.66667 8.34703 2.59643 8.47206 2.4714C8.59708 2.34638 8.66732 2.17681 8.66732 2V0.666667C8.66732 0.489856 8.59708 0.320286 8.47206 0.195262C8.34703 0.0702379 8.17746 0 8.00065 0C7.82384 0 7.65427 0.0702379 7.52925 0.195262C7.40422 0.320286 7.33398 0.489856 7.33398 0.666667V2C7.33398 2.17681 7.40422 2.34638 7.52925 2.4714C7.65427 2.59643 7.82384 2.66667 8.00065 2.66667Z",
3839
3867
  fill: "currentColor"
3840
3868
  }
3841
3869
  ),
3842
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
3870
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
3843
3871
  "path",
3844
3872
  {
3845
3873
  d: "M11.0357 2.6C11.1144 2.63958 11.2002 2.66316 11.288 2.66939C11.3759 2.67561 11.4642 2.66436 11.5477 2.63628C11.6312 2.6082 11.7083 2.56384 11.7745 2.50578C11.8408 2.44772 11.8949 2.3771 11.9337 2.298L12.6004 0.964671C12.6794 0.806425 12.6923 0.623264 12.6363 0.455481C12.5803 0.287699 12.4599 0.149038 12.3017 0.0700039C12.1434 -0.00903065 11.9603 -0.0219652 11.7925 0.0340457C11.6247 0.0900565 11.4861 0.210425 11.407 0.368671L10.7404 1.702C10.7005 1.78031 10.6766 1.86572 10.6699 1.95331C10.6632 2.0409 10.6739 2.12895 10.7013 2.2124C10.7288 2.29585 10.7724 2.37305 10.8298 2.43957C10.8872 2.50609 10.9572 2.56061 11.0357 2.6Z",
3846
3874
  fill: "currentColor"
3847
3875
  }
3848
3876
  ),
3849
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
3877
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
3850
3878
  "path",
3851
3879
  {
3852
3880
  d: "M4.06955 2.298C4.14858 2.45669 4.28742 2.57748 4.45552 2.63381C4.62361 2.69013 4.8072 2.67737 4.96588 2.59834C5.12457 2.5193 5.24536 2.38047 5.30169 2.21237C5.35801 2.04428 5.34525 1.86069 5.26622 1.702L4.59955 0.368671C4.56042 0.290315 4.50623 0.220435 4.44009 0.16302C4.37395 0.105605 4.29715 0.0617794 4.21407 0.0340457C4.04629 -0.0219652 3.86313 -0.00903065 3.70488 0.0700039C3.54664 0.149038 3.42627 0.287699 3.37026 0.455481C3.31425 0.623264 3.32718 0.806425 3.40622 0.964671L4.06955 2.298Z",
@@ -3854,7 +3882,7 @@ var SortTopArbitrageIcon = (_a) => {
3854
3882
  }
3855
3883
  )
3856
3884
  ] }),
3857
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("clipPath", { id: "sort-top-arbitrage-clip", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
3885
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("clipPath", { id: "sort-top-arbitrage-clip", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
3858
3886
  ]
3859
3887
  })
3860
3888
  );
@@ -3862,10 +3890,10 @@ var SortTopArbitrageIcon = (_a) => {
3862
3890
  SortTopArbitrageIcon.displayName = "SortTopArbitrageIcon";
3863
3891
 
3864
3892
  // src/primitives/icon/svg/sort-volume-24hr.tsx
3865
- var import_jsx_runtime87 = require("react/jsx-runtime");
3893
+ var import_jsx_runtime88 = require("react/jsx-runtime");
3866
3894
  var SortVolume24hrIcon = (_a) => {
3867
3895
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
3868
- return /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(
3896
+ return /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
3869
3897
  "svg",
3870
3898
  __spreadProps(__spreadValues(__spreadValues({
3871
3899
  width: "16",
@@ -3875,15 +3903,15 @@ var SortVolume24hrIcon = (_a) => {
3875
3903
  fill: "none"
3876
3904
  }, getIconA11yProps(title2)), props), {
3877
3905
  children: [
3878
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("title", { children: title2 }) : null,
3879
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("g", { clipPath: "url(#clip0_7744_587)", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
3906
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("title", { children: title2 }) : null,
3907
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("g", { clipPath: "url(#clip0_7744_587)", children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
3880
3908
  "path",
3881
3909
  {
3882
3910
  d: "M8 3.33333C8.36867 3.33333 8.66667 3.63133 8.66667 4V7.91733C8.66667 8.15 8.546 8.36467 8.34733 8.48667L5.40867 10.284C5.30067 10.3507 5.18 10.3813 5.06133 10.3813C4.83667 10.3813 4.618 10.268 4.492 10.062C4.3 9.748 4.39867 9.338 4.71333 9.14533L7.33333 7.54333V4C7.33333 3.63133 7.63133 3.33333 8 3.33333ZM14.6667 8.66667H12C11.6313 8.66667 11.3333 8.96467 11.3333 9.33333C11.3333 9.702 11.6313 10 12 10H13.712L10.826 12.8853C10.6973 13.014 10.47 13.0147 10.34 12.8853L9.604 12.1493C8.97 11.514 7.86533 11.514 7.22933 12.1493L4.52733 14.8627C4.26733 15.124 4.26867 15.546 4.52933 15.806C4.65933 15.9353 4.83 16 5 16C5.17133 16 5.34267 15.934 5.47267 15.804L8.174 13.0907C8.30267 12.962 8.53 12.9613 8.66 13.0907L9.396 13.8267C10.03 14.462 11.136 14.4613 11.7693 13.8267L14.6667 10.93V12.666C14.6667 13.0347 14.9647 13.3327 15.3333 13.3327C15.702 13.3327 16 13.0347 16 12.666V9.99933C16 9.264 15.402 8.666 14.6667 8.666V8.66667ZM1.33333 8C1.33333 4.324 4.324 1.33333 8 1.33333C11.2187 1.33333 13.976 3.62667 14.5567 6.78733C14.624 7.14933 14.9673 7.39333 15.3327 7.32267C15.6947 7.256 15.934 6.90867 15.868 6.54667C15.1713 2.75333 11.862 0 8 0C3.58867 0 0 3.58867 0 8C0 10.2107 0.928 12.344 2.54533 13.852C2.67333 13.972 2.83733 14.0313 3 14.0313C3.17867 14.0313 3.356 13.9607 3.48733 13.8193C3.73867 13.5507 3.72333 13.1287 3.454 12.8773C2.10667 11.62 1.33267 9.84267 1.33267 8.00067L1.33333 8Z",
3883
3911
  fill: "currentColor"
3884
3912
  }
3885
3913
  ) }),
3886
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("clipPath", { id: "clip0_7744_587", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
3914
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("clipPath", { id: "clip0_7744_587", children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
3887
3915
  ]
3888
3916
  })
3889
3917
  );
@@ -3891,10 +3919,10 @@ var SortVolume24hrIcon = (_a) => {
3891
3919
  SortVolume24hrIcon.displayName = "SortVolume24hrIcon";
3892
3920
 
3893
3921
  // src/primitives/icon/svg/sort-volume.tsx
3894
- var import_jsx_runtime88 = require("react/jsx-runtime");
3922
+ var import_jsx_runtime89 = require("react/jsx-runtime");
3895
3923
  var SortVolumeIcon = (_a) => {
3896
3924
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
3897
- return /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
3925
+ return /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(
3898
3926
  "svg",
3899
3927
  __spreadProps(__spreadValues(__spreadValues({
3900
3928
  viewBox: "0 0 16 16",
@@ -3902,15 +3930,15 @@ var SortVolumeIcon = (_a) => {
3902
3930
  fill: "none"
3903
3931
  }, getIconA11yProps(title2)), props), {
3904
3932
  children: [
3905
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("title", { children: title2 }) : null,
3906
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("g", { clipPath: "url(#sort-volume-clip)", children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
3933
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("title", { children: title2 }) : null,
3934
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("g", { clipPath: "url(#sort-volume-clip)", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
3907
3935
  "path",
3908
3936
  {
3909
3937
  d: "M13.6667 10.6667H11.3333V8.33333C11.3333 7.04666 10.2867 6 9 6H7C5.71333 6 4.66667 7.04666 4.66667 8.33333V8.66666H2.33333C1.04667 8.66666 0 9.71333 0 11V13.6667C0 14.9533 1.04667 16 2.33333 16H13.6667C14.9533 16 16 14.9533 16 13.6667V13C16 11.7133 14.9533 10.6667 13.6667 10.6667ZM6 8.33333C6 7.782 6.44867 7.33333 7 7.33333H9C9.55133 7.33333 10 7.782 10 8.33333V14.6667H6V8.33333ZM1.33333 13.6667V11C1.33333 10.4487 1.782 9.99999 2.33333 9.99999H4.66667V14.6667H2.33333C1.782 14.6667 1.33333 14.218 1.33333 13.6667ZM14.6667 13.6667C14.6667 14.218 14.218 14.6667 13.6667 14.6667H11.3333V12H13.6667C14.218 12 14.6667 12.4487 14.6667 13V13.6667ZM5.36067 1.90466C5.42467 1.73 5.59133 1.61333 5.778 1.61333H7.112L7.584 0.288662C7.64867 0.114662 7.81467 -0.000671387 8.00067 -0.000671387C8.18667 -0.000671387 8.35267 0.114662 8.41733 0.288662L8.88933 1.61333H10.2233C10.41 1.61333 10.5767 1.73 10.6407 1.90533C10.7047 2.08066 10.652 2.27733 10.5093 2.398L9.458 3.25466L9.89267 4.57933C9.952 4.75866 9.892 4.95599 9.742 5.07133C9.592 5.18666 9.386 5.19466 9.228 5.09199L8.004 4.29466L6.80067 5.09999C6.726 5.14999 6.63933 5.17533 6.55333 5.17533C6.45933 5.17533 6.36533 5.14533 6.28667 5.08666C6.13533 4.97333 6.07267 4.77733 6.12933 4.59733L6.54733 3.25666L5.49067 2.39666C5.34867 2.276 5.296 2.07933 5.36067 1.90466Z",
3910
3938
  fill: "currentColor"
3911
3939
  }
3912
3940
  ) }),
3913
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("clipPath", { id: "sort-volume-clip", children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
3941
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("clipPath", { id: "sort-volume-clip", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
3914
3942
  ]
3915
3943
  })
3916
3944
  );
@@ -3918,10 +3946,10 @@ var SortVolumeIcon = (_a) => {
3918
3946
  SortVolumeIcon.displayName = "SortVolumeIcon";
3919
3947
 
3920
3948
  // src/primitives/icon/svg/sparkles-filled.tsx
3921
- var import_jsx_runtime89 = require("react/jsx-runtime");
3949
+ var import_jsx_runtime90 = require("react/jsx-runtime");
3922
3950
  var SparklesFilledIcon = (_a) => {
3923
3951
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
3924
- return /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(
3952
+ return /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)(
3925
3953
  "svg",
3926
3954
  __spreadProps(__spreadValues(__spreadValues({
3927
3955
  xmlns: "http://www.w3.org/2000/svg",
@@ -3932,15 +3960,15 @@ var SparklesFilledIcon = (_a) => {
3932
3960
  className
3933
3961
  }, getIconA11yProps(title2)), props), {
3934
3962
  children: [
3935
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("g", { clipPath: "url(#clip0_2028_8371)", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
3963
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("g", { clipPath: "url(#clip0_2028_8371)", children: /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
3936
3964
  "path",
3937
3965
  {
3938
3966
  d: "M13.0001 15.9999C12.8668 16 12.7366 15.9602 12.6262 15.8856C12.5158 15.8109 12.4303 15.705 12.3807 15.5813L11.8181 14.1726L10.4074 13.5786C10.2864 13.5252 10.1839 13.4372 10.1127 13.3256C10.0416 13.2141 10.0049 13.0841 10.0074 12.9518C10.0099 12.8196 10.0514 12.691 10.1267 12.5823C10.202 12.4735 10.3078 12.3894 10.4307 12.3406L11.8227 11.8133L12.3807 10.4186C12.4321 10.2967 12.5182 10.1927 12.6284 10.1195C12.7385 10.0464 12.8678 10.0074 13.0001 10.0074C13.1323 10.0074 13.2616 10.0464 13.3718 10.1195C13.482 10.1927 13.5681 10.2967 13.6194 10.4186L14.1801 11.8186L15.5801 12.3793C15.7022 12.4303 15.8065 12.5164 15.8799 12.6266C15.9532 12.7368 15.9923 12.8662 15.9923 12.9986C15.9923 13.131 15.9532 13.2604 15.8799 13.3706C15.8065 13.4808 15.7022 13.5668 15.5801 13.6179L14.1801 14.1786L13.6194 15.5786C13.5703 15.7028 13.4849 15.8093 13.3745 15.8845C13.2641 15.9596 13.1336 15.9998 13.0001 15.9999ZM6.66674 13.9999C6.37872 14.0034 6.09733 13.9135 5.86467 13.7437C5.63201 13.5739 5.46059 13.3333 5.37607 13.0579L4.30007 9.69326L0.92474 8.56393C0.652316 8.47287 0.415886 8.29758 0.249599 8.06337C0.0833117 7.82916 -0.00422421 7.54815 -0.000366007 7.26094C0.0034922 6.97372 0.0985448 6.69517 0.271063 6.46551C0.443581 6.23585 0.684635 6.06697 0.959407 5.98326L4.30807 4.9606L5.43607 1.59126C5.51994 1.31451 5.69343 1.07349 5.92924 0.906102C6.16505 0.738716 6.44981 0.654464 6.73874 0.666597C7.02681 0.666987 7.307 0.76066 7.53738 0.933596C7.76776 1.10653 7.93594 1.34943 8.01674 1.62593L9.03807 4.96926L12.3914 6.0426C12.6619 6.13332 12.897 6.30672 13.0636 6.53831C13.2302 6.7699 13.3198 7.04798 13.3198 7.33326C13.3198 7.61855 13.2302 7.89662 13.0636 8.12822C12.897 8.35981 12.6619 8.53321 12.3914 8.62393L9.03207 9.6986L7.95741 13.0579C7.87289 13.3333 7.70147 13.5739 7.46881 13.7437C7.23615 13.9135 6.95476 14.0034 6.66674 13.9999ZM13.6667 4.6666C13.5181 4.66659 13.3738 4.61693 13.2566 4.52549C13.1394 4.43406 13.0562 4.30609 13.0201 4.16193L12.7821 3.2086L11.8267 2.95193C11.6832 2.91335 11.5566 2.82788 11.4672 2.70911C11.3777 2.59033 11.3306 2.44507 11.3332 2.29641C11.3358 2.14776 11.388 2.00424 11.4815 1.88867C11.5751 1.7731 11.7046 1.69212 11.8494 1.6586L12.7827 1.44193L13.0201 0.504597C13.0562 0.360445 13.1395 0.232498 13.2566 0.141076C13.3738 0.0496542 13.5181 0 13.6667 0C13.8154 0 13.9597 0.0496542 14.0769 0.141076C14.194 0.232498 14.2773 0.360445 14.3134 0.504597L14.5494 1.44993L15.4947 1.6866C15.6389 1.72272 15.7668 1.80598 15.8583 1.92314C15.9497 2.0403 15.9993 2.18465 15.9993 2.33326C15.9993 2.48187 15.9497 2.62622 15.8583 2.74338C15.7668 2.86055 15.6389 2.9438 15.4947 2.97993L14.5494 3.2166L14.3134 4.16193C14.2773 4.30609 14.194 4.43406 14.0769 4.52549C13.9597 4.61693 13.8154 4.66659 13.6667 4.6666Z",
3939
3967
  fill: "currentColor"
3940
3968
  }
3941
3969
  ) }),
3942
- /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("defs", { children: [
3943
- /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(
3970
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)("defs", { children: [
3971
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)(
3944
3972
  "linearGradient",
3945
3973
  {
3946
3974
  id: "paint0_linear_2028_8371",
@@ -3950,12 +3978,12 @@ var SparklesFilledIcon = (_a) => {
3950
3978
  y2: "7.99997",
3951
3979
  gradientUnits: "userSpaceOnUse",
3952
3980
  children: [
3953
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("stop", { stopColor: "currentColor" }),
3954
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("stop", { offset: "1", stopColor: "currentColor" })
3981
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("stop", { stopColor: "currentColor" }),
3982
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("stop", { offset: "1", stopColor: "currentColor" })
3955
3983
  ]
3956
3984
  }
3957
3985
  ),
3958
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("clipPath", { id: "clip0_2028_8371", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("rect", { width: "16", height: "16", fill: "white" }) })
3986
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("clipPath", { id: "clip0_2028_8371", children: /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("rect", { width: "16", height: "16", fill: "white" }) })
3959
3987
  ] })
3960
3988
  ]
3961
3989
  })
@@ -3964,10 +3992,10 @@ var SparklesFilledIcon = (_a) => {
3964
3992
  SparklesFilledIcon.displayName = "SparklesFilledIcon";
3965
3993
 
3966
3994
  // src/primitives/icon/svg/spinner.tsx
3967
- var import_jsx_runtime90 = require("react/jsx-runtime");
3995
+ var import_jsx_runtime91 = require("react/jsx-runtime");
3968
3996
  var SpinnerIcon = (_a) => {
3969
3997
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
3970
- return /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)(
3998
+ return /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(
3971
3999
  "svg",
3972
4000
  __spreadProps(__spreadValues(__spreadValues({
3973
4001
  width: "26",
@@ -3978,8 +4006,8 @@ var SpinnerIcon = (_a) => {
3978
4006
  className
3979
4007
  }, getIconA11yProps(title2)), props), {
3980
4008
  children: [
3981
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("title", { children: title2 }) : null,
3982
- /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
4009
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("title", { children: title2 }) : null,
4010
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
3983
4011
  "path",
3984
4012
  {
3985
4013
  d: "M13 1C10.5371 1 8.13377 1.75785 6.11636 3.17068C4.09894 4.58352 2.56512 6.58289 1.72308 8.89742C0.88105 11.212 0.771596 13.7295 1.40958 16.1084C2.04756 18.4873 3.40208 20.6122 5.28926 22.1948C7.17645 23.7774 9.5049 24.741 11.9585 24.9547C14.4122 25.1685 16.8722 24.6221 19.0046 23.3896C21.137 22.1572 22.8386 20.2985 23.8783 18.0658C24.918 15.8331 25.2456 13.3345 24.8165 10.9092",
@@ -3995,10 +4023,10 @@ var SpinnerIcon = (_a) => {
3995
4023
  SpinnerIcon.displayName = "SpinnerIcon";
3996
4024
 
3997
4025
  // src/primitives/icon/svg/stay-in-control.tsx
3998
- var import_jsx_runtime91 = require("react/jsx-runtime");
4026
+ var import_jsx_runtime92 = require("react/jsx-runtime");
3999
4027
  var StayInControlIcon = (_a) => {
4000
4028
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
4001
- return /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(
4029
+ return /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(
4002
4030
  "svg",
4003
4031
  __spreadProps(__spreadValues(__spreadValues({
4004
4032
  width: "28",
@@ -4009,16 +4037,16 @@ var StayInControlIcon = (_a) => {
4009
4037
  className
4010
4038
  }, getIconA11yProps(title2)), props), {
4011
4039
  children: [
4012
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("title", { children: title2 }) : null,
4013
- /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("g", { clipPath: "url(#clip0_stay_in_control)", children: [
4014
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
4040
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("title", { children: title2 }) : null,
4041
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)("g", { clipPath: "url(#clip0_stay_in_control)", children: [
4042
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
4015
4043
  "path",
4016
4044
  {
4017
4045
  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",
4018
4046
  fill: "currentColor"
4019
4047
  }
4020
4048
  ),
4021
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
4049
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
4022
4050
  "path",
4023
4051
  {
4024
4052
  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",
@@ -4026,7 +4054,7 @@ var StayInControlIcon = (_a) => {
4026
4054
  }
4027
4055
  )
4028
4056
  ] }),
4029
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("clipPath", { id: "clip0_stay_in_control", children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("rect", { width: "28", height: "28", fill: "white" }) }) })
4057
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("clipPath", { id: "clip0_stay_in_control", children: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("rect", { width: "28", height: "28", fill: "white" }) }) })
4030
4058
  ]
4031
4059
  })
4032
4060
  );
@@ -4034,10 +4062,10 @@ var StayInControlIcon = (_a) => {
4034
4062
  StayInControlIcon.displayName = "StayInControlIcon";
4035
4063
 
4036
4064
  // src/primitives/icon/svg/success-check.tsx
4037
- var import_jsx_runtime92 = require("react/jsx-runtime");
4065
+ var import_jsx_runtime93 = require("react/jsx-runtime");
4038
4066
  var SuccessCheckIcon = (_a) => {
4039
4067
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
4040
- return /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(
4068
+ return /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)(
4041
4069
  "svg",
4042
4070
  __spreadProps(__spreadValues(__spreadValues({
4043
4071
  width: "24",
@@ -4048,8 +4076,8 @@ var SuccessCheckIcon = (_a) => {
4048
4076
  className
4049
4077
  }, getIconA11yProps(title2)), props), {
4050
4078
  children: [
4051
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("title", { children: title2 }) : null,
4052
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
4079
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("title", { children: title2 }) : null,
4080
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
4053
4081
  "path",
4054
4082
  {
4055
4083
  d: "M7.74919 20.6626C7.06793 20.6629 6.41457 20.3921 5.93325 19.91L0.443061 14.4219C-0.147687 13.8309 -0.147687 12.873 0.443061 12.2821C1.034 11.6913 1.99191 11.6913 2.58284 12.2821L7.74919 17.4484L21.4172 3.78046C22.0081 3.18972 22.966 3.18972 23.5569 3.78046C24.1477 4.3714 24.1477 5.32931 23.5569 5.92024L9.56513 19.91C9.08381 20.3921 8.43045 20.6629 7.74919 20.6626Z",
@@ -4063,10 +4091,10 @@ var SuccessCheckIcon = (_a) => {
4063
4091
  SuccessCheckIcon.displayName = "SuccessCheckIcon";
4064
4092
 
4065
4093
  // src/primitives/icon/svg/telegram.tsx
4066
- var import_jsx_runtime93 = require("react/jsx-runtime");
4094
+ var import_jsx_runtime94 = require("react/jsx-runtime");
4067
4095
  var TelegramIcon = (_a) => {
4068
4096
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
4069
- return /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)(
4097
+ return /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)(
4070
4098
  "svg",
4071
4099
  __spreadProps(__spreadValues(__spreadValues({
4072
4100
  viewBox: "0 0 20 20",
@@ -4074,8 +4102,8 @@ var TelegramIcon = (_a) => {
4074
4102
  fill: "none"
4075
4103
  }, getIconA11yProps(title2)), props), {
4076
4104
  children: [
4077
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("title", { children: title2 }) : null,
4078
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("g", { clipPath: "url(#clip0_telegram)", children: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
4105
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("title", { children: title2 }) : null,
4106
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("g", { clipPath: "url(#clip0_telegram)", children: /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
4079
4107
  "path",
4080
4108
  {
4081
4109
  fillRule: "evenodd",
@@ -4084,7 +4112,7 @@ var TelegramIcon = (_a) => {
4084
4112
  fill: "currentColor"
4085
4113
  }
4086
4114
  ) }),
4087
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("clipPath", { id: "clip0_telegram", children: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("rect", { width: "20", height: "20", fill: "white" }) }) })
4115
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("clipPath", { id: "clip0_telegram", children: /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("rect", { width: "20", height: "20", fill: "white" }) }) })
4088
4116
  ]
4089
4117
  })
4090
4118
  );
@@ -4092,10 +4120,10 @@ var TelegramIcon = (_a) => {
4092
4120
  TelegramIcon.displayName = "TelegramIcon";
4093
4121
 
4094
4122
  // src/primitives/icon/svg/triangle-down.tsx
4095
- var import_jsx_runtime94 = require("react/jsx-runtime");
4123
+ var import_jsx_runtime95 = require("react/jsx-runtime");
4096
4124
  var TriangleDownIcon = (_a) => {
4097
4125
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
4098
- return /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)(
4126
+ return /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)(
4099
4127
  "svg",
4100
4128
  __spreadProps(__spreadValues(__spreadValues({
4101
4129
  viewBox: "0 0 8 8",
@@ -4103,16 +4131,16 @@ var TriangleDownIcon = (_a) => {
4103
4131
  fill: "none"
4104
4132
  }, getIconA11yProps(title2)), props), {
4105
4133
  children: [
4106
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("title", { children: title2 }) : null,
4107
- /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)("g", { transform: "scale(1,-1) translate(0,-8)", clipPath: "url(#triangle_up)", children: [
4108
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
4134
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("title", { children: title2 }) : null,
4135
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)("g", { transform: "scale(1,-1) translate(0,-8)", clipPath: "url(#triangle_up)", children: [
4136
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
4109
4137
  "path",
4110
4138
  {
4111
4139
  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",
4112
4140
  fill: "currentColor"
4113
4141
  }
4114
4142
  ),
4115
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
4143
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
4116
4144
  "path",
4117
4145
  {
4118
4146
  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",
@@ -4120,7 +4148,7 @@ var TriangleDownIcon = (_a) => {
4120
4148
  }
4121
4149
  )
4122
4150
  ] }),
4123
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("clipPath", { id: "triangle_up", children: /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("rect", { width: "8", height: "8", fill: "white" }) }) })
4151
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("clipPath", { id: "triangle_up", children: /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("rect", { width: "8", height: "8", fill: "white" }) }) })
4124
4152
  ]
4125
4153
  })
4126
4154
  );
@@ -4128,10 +4156,10 @@ var TriangleDownIcon = (_a) => {
4128
4156
  TriangleDownIcon.displayName = "TriangleDownIcon";
4129
4157
 
4130
4158
  // src/primitives/icon/svg/triangle-up.tsx
4131
- var import_jsx_runtime95 = require("react/jsx-runtime");
4159
+ var import_jsx_runtime96 = require("react/jsx-runtime");
4132
4160
  var TriangleUpIcon = (_a) => {
4133
4161
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
4134
- return /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)(
4162
+ return /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(
4135
4163
  "svg",
4136
4164
  __spreadProps(__spreadValues(__spreadValues({
4137
4165
  viewBox: "0 0 8 8",
@@ -4139,16 +4167,16 @@ var TriangleUpIcon = (_a) => {
4139
4167
  fill: "none"
4140
4168
  }, getIconA11yProps(title2)), props), {
4141
4169
  children: [
4142
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("title", { children: title2 }) : null,
4143
- /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)("g", { clipPath: "url(#triangle_up)", children: [
4144
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
4170
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("title", { children: title2 }) : null,
4171
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("g", { clipPath: "url(#triangle_up)", children: [
4172
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
4145
4173
  "path",
4146
4174
  {
4147
4175
  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",
4148
4176
  fill: "currentColor"
4149
4177
  }
4150
4178
  ),
4151
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
4179
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
4152
4180
  "path",
4153
4181
  {
4154
4182
  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",
@@ -4156,7 +4184,7 @@ var TriangleUpIcon = (_a) => {
4156
4184
  }
4157
4185
  )
4158
4186
  ] }),
4159
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("clipPath", { id: "triangle_up", children: /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("rect", { width: "8", height: "8", fill: "white" }) }) })
4187
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("clipPath", { id: "triangle_up", children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("rect", { width: "8", height: "8", fill: "white" }) }) })
4160
4188
  ]
4161
4189
  })
4162
4190
  );
@@ -4164,10 +4192,10 @@ var TriangleUpIcon = (_a) => {
4164
4192
  TriangleUpIcon.displayName = "TriangleUpIcon";
4165
4193
 
4166
4194
  // src/primitives/icon/svg/triangle-up-filled.tsx
4167
- var import_jsx_runtime96 = require("react/jsx-runtime");
4195
+ var import_jsx_runtime97 = require("react/jsx-runtime");
4168
4196
  var TriangleUpFilledIcon = (_a) => {
4169
4197
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
4170
- return /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(
4198
+ return /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)(
4171
4199
  "svg",
4172
4200
  __spreadProps(__spreadValues(__spreadValues({
4173
4201
  viewBox: "0 0 8 8",
@@ -4175,8 +4203,8 @@ var TriangleUpFilledIcon = (_a) => {
4175
4203
  fill: "none"
4176
4204
  }, getIconA11yProps(title2)), props), {
4177
4205
  children: [
4178
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("title", { children: title2 }) : null,
4179
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
4206
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("title", { children: title2 }) : null,
4207
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
4180
4208
  "path",
4181
4209
  {
4182
4210
  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",
@@ -4190,10 +4218,10 @@ var TriangleUpFilledIcon = (_a) => {
4190
4218
  TriangleUpFilledIcon.displayName = "TriangleUpFilledIcon";
4191
4219
 
4192
4220
  // src/primitives/icon/svg/twitter.tsx
4193
- var import_jsx_runtime97 = require("react/jsx-runtime");
4221
+ var import_jsx_runtime98 = require("react/jsx-runtime");
4194
4222
  var TwitterIcon = (_a) => {
4195
4223
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
4196
- return /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)(
4224
+ return /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)(
4197
4225
  "svg",
4198
4226
  __spreadProps(__spreadValues(__spreadValues({
4199
4227
  viewBox: "0 0 24 24",
@@ -4201,8 +4229,8 @@ var TwitterIcon = (_a) => {
4201
4229
  fill: "none"
4202
4230
  }, getIconA11yProps(title2)), props), {
4203
4231
  children: [
4204
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("title", { children: title2 }) : null,
4205
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
4232
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("title", { children: title2 }) : null,
4233
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
4206
4234
  "path",
4207
4235
  {
4208
4236
  d: "M18.325 2H21.7002L14.3283 10.4233L23 21.8871H16.2121L10.8918 14.936L4.81058 21.8871H1.42992L9.31325 12.8753L1 2H7.96025L12.7645 8.35342L18.325 2ZM17.1398 19.8695H19.0088L6.94183 3.91217H4.93433L17.1398 19.8695Z",
@@ -4216,10 +4244,10 @@ var TwitterIcon = (_a) => {
4216
4244
  TwitterIcon.displayName = "TwitterIcon";
4217
4245
 
4218
4246
  // src/primitives/icon/svg/upload.tsx
4219
- var import_jsx_runtime98 = require("react/jsx-runtime");
4247
+ var import_jsx_runtime99 = require("react/jsx-runtime");
4220
4248
  var UploadIcon = (_a) => {
4221
4249
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
4222
- return /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)(
4250
+ return /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
4223
4251
  "svg",
4224
4252
  __spreadProps(__spreadValues(__spreadValues({
4225
4253
  viewBox: "0 0 16 16",
@@ -4227,16 +4255,16 @@ var UploadIcon = (_a) => {
4227
4255
  fill: "none"
4228
4256
  }, getIconA11yProps(title2)), props), {
4229
4257
  children: [
4230
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("title", { children: title2 }) : null,
4231
- /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)("g", { clipPath: "url(#upload-clip)", children: [
4232
- /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
4258
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("title", { children: title2 }) : null,
4259
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("g", { clipPath: "url(#upload-clip)", children: [
4260
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
4233
4261
  "path",
4234
4262
  {
4235
4263
  d: "M7.33755 1.71857L7.33288 12.0106C7.33288 12.1874 7.40312 12.357 7.52814 12.482C7.65317 12.607 7.82274 12.6772 7.99955 12.6772C8.17636 12.6772 8.34593 12.607 8.47095 12.482C8.59598 12.357 8.66621 12.1874 8.66621 12.0106L8.67088 1.7299L10.6122 3.6719C10.7372 3.79688 10.9068 3.86709 11.0835 3.86709C11.2603 3.86709 11.4299 3.79688 11.5549 3.6719C11.6799 3.54689 11.7501 3.37735 11.7501 3.20057C11.7501 3.02379 11.6799 2.85426 11.5549 2.72924L9.41421 0.585904C9.22848 0.400051 9.00795 0.252617 8.76521 0.152028C8.52248 0.0514383 8.2623 -0.000335693 7.99955 -0.000335693C7.7368 -0.000335693 7.47662 0.0514383 7.23388 0.152028C6.99115 0.252617 6.77061 0.400051 6.58488 0.585904L4.44421 2.72724C4.31923 2.85226 4.24902 3.02179 4.24902 3.19857C4.24902 3.37535 4.31923 3.54489 4.44421 3.6699C4.56923 3.79488 4.73877 3.86509 4.91555 3.86509C5.09232 3.86509 5.26186 3.79488 5.38688 3.6699L7.33755 1.71857Z",
4236
4264
  fill: "currentColor"
4237
4265
  }
4238
4266
  ),
4239
- /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
4267
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
4240
4268
  "path",
4241
4269
  {
4242
4270
  d: "M14.6667 11.3333V14C14.6667 14.1768 14.5964 14.3464 14.4714 14.4714C14.3464 14.5964 14.1768 14.6667 14 14.6667H2C1.82319 14.6667 1.65362 14.5964 1.5286 14.4714C1.40357 14.3464 1.33333 14.1768 1.33333 14V11.3333C1.33333 11.1565 1.2631 10.9869 1.13807 10.8619C1.01305 10.7369 0.843478 10.6667 0.666667 10.6667C0.489856 10.6667 0.320286 10.7369 0.195262 10.8619C0.0702379 10.9869 0 11.1565 0 11.3333L0 14C0 14.5304 0.210714 15.0391 0.585786 15.4142C0.960859 15.7893 1.46957 16 2 16H14C14.5304 16 15.0391 15.7893 15.4142 15.4142C15.7893 15.0391 16 14.5304 16 14V11.3333C16 11.1565 15.9298 10.9869 15.8047 10.8619C15.6797 10.7369 15.5101 10.6667 15.3333 10.6667C15.1565 10.6667 14.987 10.7369 14.8619 10.8619C14.7369 10.9869 14.6667 11.1565 14.6667 11.3333Z",
@@ -4244,7 +4272,7 @@ var UploadIcon = (_a) => {
4244
4272
  }
4245
4273
  )
4246
4274
  ] }),
4247
- /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("clipPath", { id: "upload-clip", children: /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
4275
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("clipPath", { id: "upload-clip", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
4248
4276
  ]
4249
4277
  })
4250
4278
  );
@@ -4252,10 +4280,10 @@ var UploadIcon = (_a) => {
4252
4280
  UploadIcon.displayName = "UploadIcon";
4253
4281
 
4254
4282
  // src/primitives/icon/svg/user-trust.tsx
4255
- var import_jsx_runtime99 = require("react/jsx-runtime");
4283
+ var import_jsx_runtime100 = require("react/jsx-runtime");
4256
4284
  var UserTrustIcon = (_a) => {
4257
4285
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
4258
- return /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
4286
+ return /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)(
4259
4287
  "svg",
4260
4288
  __spreadProps(__spreadValues(__spreadValues({
4261
4289
  xmlns: "http://www.w3.org/2000/svg",
@@ -4264,15 +4292,15 @@ var UserTrustIcon = (_a) => {
4264
4292
  className
4265
4293
  }, getIconA11yProps(title2)), props), {
4266
4294
  children: [
4267
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("title", { children: title2 }) : null,
4268
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("g", { clipPath: "url(#clip0_user_trust)", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
4295
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("title", { children: title2 }) : null,
4296
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("g", { clipPath: "url(#clip0_user_trust)", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
4269
4297
  "path",
4270
4298
  {
4271
4299
  d: "M22.5 30C14.2275 30 7.5 23.2725 7.5 15C7.5 6.7275 14.2275 0 22.5 0C30.7725 0 37.5 6.7275 37.5 15C37.5 23.2725 30.7725 30 22.5 30ZM22.5 2.5C15.6075 2.5 10 8.1075 10 15C10 21.8925 15.6075 27.5 22.5 27.5C29.3925 27.5 35 21.8925 35 15C35 8.1075 29.3925 2.5 22.5 2.5ZM2.5 58.75V57.5C2.5 46.9175 10.7675 38.1475 21.3225 37.535C22.0125 37.495 22.5375 36.905 22.4975 36.215C22.4575 35.5275 21.87 34.96 21.1775 35.04C9.3025 35.7275 0 45.5925 0 57.5V58.75C0 59.44 0.56 60 1.25 60C1.94 60 2.5 59.44 2.5 58.75ZM43.75 60C34.79 60 27.5 52.71 27.5 43.75C27.5 34.79 34.79 27.5 43.75 27.5C52.71 27.5 60 34.79 60 43.75C60 52.71 52.71 60 43.75 60ZM43.75 30C36.1675 30 30 36.17 30 43.75C30 51.33 36.1675 57.5 43.75 57.5C51.3325 57.5 57.5 51.33 57.5 43.75C57.5 36.17 51.3325 30 43.75 30ZM45.3375 48.66L52.095 42.125C52.59 41.645 52.605 40.8525 52.125 40.3575C51.6475 39.8625 50.8575 39.85 50.3575 40.3275L43.5925 46.8725C42.7525 47.7 41.38 47.705 40.535 46.8825L37.1275 43.52C36.6375 43.035 35.845 43.04 35.36 43.53C34.875 44.0225 34.88 44.815 35.3725 45.2975L38.7825 48.665C39.6875 49.55 40.875 49.9925 42.0625 49.9925C43.25 49.9925 44.4375 49.5475 45.3375 48.66Z",
4272
4300
  fill: "currentColor"
4273
4301
  }
4274
4302
  ) }),
4275
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("clipPath", { id: "clip0_user_trust", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("rect", { width: "60", height: "60", fill: "white" }) }) })
4303
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("clipPath", { id: "clip0_user_trust", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("rect", { width: "60", height: "60", fill: "white" }) }) })
4276
4304
  ]
4277
4305
  })
4278
4306
  );
@@ -4280,10 +4308,10 @@ var UserTrustIcon = (_a) => {
4280
4308
  UserTrustIcon.displayName = "UserTrustIcon";
4281
4309
 
4282
4310
  // src/primitives/icon/svg/usdc.tsx
4283
- var import_jsx_runtime100 = require("react/jsx-runtime");
4311
+ var import_jsx_runtime101 = require("react/jsx-runtime");
4284
4312
  var UsdcIcon = (_a) => {
4285
4313
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
4286
- return /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)(
4314
+ return /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)(
4287
4315
  "svg",
4288
4316
  __spreadProps(__spreadValues(__spreadValues({
4289
4317
  viewBox: "0 0 32 32",
@@ -4291,16 +4319,16 @@ var UsdcIcon = (_a) => {
4291
4319
  fill: "none"
4292
4320
  }, getIconA11yProps(title2)), props), {
4293
4321
  children: [
4294
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("title", { children: title2 }) : null,
4295
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("circle", { cx: "16", cy: "16", r: "16", fill: "#2775CA" }),
4296
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
4322
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("title", { children: title2 }) : null,
4323
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("circle", { cx: "16", cy: "16", r: "16", fill: "#2775CA" }),
4324
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
4297
4325
  "path",
4298
4326
  {
4299
4327
  d: "M20.4 18.6c0-2.2-1.3-3-3.9-3.3-1.9-.3-2.3-.8-2.3-1.7s.7-1.5 2.1-1.5c1.2 0 1.9.4 2.2 1.4.1.2.2.3.4.3h1c.2 0 .4-.2.4-.4-.2-1.3-1.1-2.4-2.6-2.7v-1.5c0-.2-.2-.4-.5-.4h-.9c-.2 0-.4.2-.5.4v1.5c-1.7.3-2.8 1.4-2.8 2.9 0 2.1 1.3 2.8 3.9 3.2 1.7.3 2.3.8 2.3 1.8s-.9 1.7-2.2 1.7c-1.7 0-2.3-.7-2.5-1.6-.1-.2-.2-.3-.4-.3h-1c-.2 0-.4.2-.4.4.3 1.6 1.3 2.6 3.1 2.9v1.5c0 .2.2.4.5.4h.9c.2 0 .4-.2.5-.4v-1.5c1.7-.3 2.8-1.5 2.8-3.1z",
4300
4328
  fill: "#fff"
4301
4329
  }
4302
4330
  ),
4303
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
4331
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
4304
4332
  "path",
4305
4333
  {
4306
4334
  d: "M13.1 25.2c-4.6-1.6-7-6.7-5.3-11.3 1-2.7 3.1-4.5 5.7-5.3.2-.1.4-.3.4-.5v-.9c0-.2-.2-.4-.4-.4h-.1c-5.3 1.6-8.3 7.3-6.7 12.6 1 3.3 3.5 5.8 6.8 6.8.2.1.5-.1.5-.3v-.9c-.1-.3-.2-.5-.5-.6l-.4-.2zM19.3 6.8c-.2-.1-.5.1-.5.3v.9c0 .2.2.5.4.6 4.6 1.6 7 6.7 5.3 11.3-1 2.7-3.1 4.5-5.7 5.3-.2.1-.4.3-.4.5v.9c0 .2.2.4.4.4h.1c5.3-1.6 8.3-7.3 6.7-12.6-1-3.3-3.5-5.8-6.8-6.8l.5.2z",
@@ -4314,10 +4342,10 @@ var UsdcIcon = (_a) => {
4314
4342
  UsdcIcon.displayName = "UsdcIcon";
4315
4343
 
4316
4344
  // src/primitives/icon/svg/wallet.tsx
4317
- var import_jsx_runtime101 = require("react/jsx-runtime");
4345
+ var import_jsx_runtime102 = require("react/jsx-runtime");
4318
4346
  var WalletIcon = (_a) => {
4319
4347
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
4320
- return /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)(
4348
+ return /* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
4321
4349
  "svg",
4322
4350
  __spreadProps(__spreadValues(__spreadValues({
4323
4351
  viewBox: "0 0 24 24",
@@ -4325,8 +4353,8 @@ var WalletIcon = (_a) => {
4325
4353
  fill: "none"
4326
4354
  }, getIconA11yProps(title2)), props), {
4327
4355
  children: [
4328
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("title", { children: title2 }) : null,
4329
- /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
4356
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("title", { children: title2 }) : null,
4357
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
4330
4358
  "path",
4331
4359
  {
4332
4360
  d: "M21.5 6H4.5C3.354 6 2.279 5.433 1.628 4.501C2.262 3.594 3.313 3 4.5 3H23.5C23.776 3 24 2.776 24 2.5C24 2.224 23.776 2 23.5 2H4.5C2.015 2 0 4.015 0 6.5V17.5C0 19.985 2.015 22 4.5 22H21.5C22.881 22 24 20.881 24 19.5V8.5C24 7.119 22.881 6 21.5 6ZM23 19.5C23 20.327 22.327 21 21.5 21H4.5C2.57 21 1 19.43 1 17.5V6.5C1 6.152 1.051 5.816 1.146 5.499C1.992 6.441 3.21 7 4.5 7H21.5C22.327 7 23 7.673 23 8.5V19.5ZM21 14C21 14.552 20.552 15 20 15C19.448 15 19 14.552 19 14C19 13.448 19.448 13 20 13C20.552 13 21 13.448 21 14Z",
@@ -4340,10 +4368,10 @@ var WalletIcon = (_a) => {
4340
4368
  WalletIcon.displayName = "WalletIcon";
4341
4369
 
4342
4370
  // src/primitives/icon/svg/wallet-avatar.tsx
4343
- var import_jsx_runtime102 = require("react/jsx-runtime");
4371
+ var import_jsx_runtime103 = require("react/jsx-runtime");
4344
4372
  function WalletAvatarIcon(_a) {
4345
4373
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
4346
- return /* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
4374
+ return /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)(
4347
4375
  "svg",
4348
4376
  __spreadProps(__spreadValues(__spreadValues({
4349
4377
  fill: "none",
@@ -4351,9 +4379,9 @@ function WalletAvatarIcon(_a) {
4351
4379
  viewBox: "0 0 16 16"
4352
4380
  }, getIconA11yProps(title2)), props), {
4353
4381
  children: [
4354
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("title", { children: title2 }) : null,
4355
- /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("circle", { cx: "8", cy: "5.25", r: "2.25", fill: "currentColor" }),
4356
- /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("path", { d: "M3.75 12.75a4.25 4.25 0 0 1 8.5 0v.25h-8.5v-.25Z", fill: "currentColor" })
4382
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("title", { children: title2 }) : null,
4383
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("circle", { cx: "8", cy: "5.25", r: "2.25", fill: "currentColor" }),
4384
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("path", { d: "M3.75 12.75a4.25 4.25 0 0 1 8.5 0v.25h-8.5v-.25Z", fill: "currentColor" })
4357
4385
  ]
4358
4386
  })
4359
4387
  );
@@ -4361,10 +4389,10 @@ function WalletAvatarIcon(_a) {
4361
4389
  WalletAvatarIcon.displayName = "WalletAvatarIcon";
4362
4390
 
4363
4391
  // src/primitives/icon/svg/wallet-filled.tsx
4364
- var import_jsx_runtime103 = require("react/jsx-runtime");
4392
+ var import_jsx_runtime104 = require("react/jsx-runtime");
4365
4393
  var WalletFilledIcon = (_a) => {
4366
4394
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
4367
- return /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)(
4395
+ return /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)(
4368
4396
  "svg",
4369
4397
  __spreadProps(__spreadValues(__spreadValues({
4370
4398
  viewBox: "0 0 14 14",
@@ -4372,8 +4400,8 @@ var WalletFilledIcon = (_a) => {
4372
4400
  fill: "none"
4373
4401
  }, getIconA11yProps(title2)), props), {
4374
4402
  children: [
4375
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("title", { children: title2 }) : null,
4376
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
4403
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("title", { children: title2 }) : null,
4404
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
4377
4405
  "path",
4378
4406
  {
4379
4407
  d: "M12.25 3.50008H2.91667C2.41558 3.50008 1.94133 3.28308 1.61292 2.91733C1.93375 2.55916 2.39983 2.33341 2.91667 2.33341H13.4167C13.7392 2.33341 14 2.07208 14 1.75008C14 1.42808 13.7392 1.16675 13.4167 1.16675H2.91667C1.30608 1.16675 0 2.47283 0 4.08342V9.91675C0 11.5273 1.30608 12.8334 2.91667 12.8334H12.25C13.2166 12.8334 14 12.05 14 11.0834V5.25008C14 4.2835 13.2166 3.50008 12.25 3.50008ZM12.8333 11.0834C12.8333 11.4048 12.572 11.6667 12.25 11.6667H2.91667C1.95183 11.6667 1.16667 10.8816 1.16667 9.91675V4.08225C1.66483 4.455 2.27733 4.66675 2.91667 4.66675H12.25C12.572 4.66675 12.8333 4.92866 12.8333 5.25008V11.0834ZM11.6667 8.16675C11.6667 8.48875 11.4053 8.75008 11.0833 8.75008C10.7613 8.75008 10.5 8.48875 10.5 8.16675C10.5 7.84475 10.7613 7.58342 11.0833 7.58342C11.4053 7.58342 11.6667 7.84475 11.6667 8.16675Z",
@@ -4387,10 +4415,10 @@ var WalletFilledIcon = (_a) => {
4387
4415
  WalletFilledIcon.displayName = "WalletFilledIcon";
4388
4416
 
4389
4417
  // src/primitives/icon/svg/paper-plane.tsx
4390
- var import_jsx_runtime104 = require("react/jsx-runtime");
4418
+ var import_jsx_runtime105 = require("react/jsx-runtime");
4391
4419
  var PaperPlaneIcon = (_a) => {
4392
4420
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
4393
- return /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)(
4421
+ return /* @__PURE__ */ (0, import_jsx_runtime105.jsxs)(
4394
4422
  "svg",
4395
4423
  __spreadProps(__spreadValues(__spreadValues({
4396
4424
  viewBox: "0 0 24 24",
@@ -4398,15 +4426,15 @@ var PaperPlaneIcon = (_a) => {
4398
4426
  fill: "none"
4399
4427
  }, getIconA11yProps(title2)), props), {
4400
4428
  children: [
4401
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("title", { children: title2 }) : null,
4402
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("g", { clipPath: "url(#paper-plane-clip)", children: /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
4429
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("title", { children: title2 }) : null,
4430
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("g", { clipPath: "url(#paper-plane-clip)", children: /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
4403
4431
  "path",
4404
4432
  {
4405
4433
  d: "M23.149 0.854808C22.43 0.135808 21.42 -0.152192 20.441 0.0858076L4.21901 4.30981C2.13901 4.59681 0.532009 6.10881 0.125009 8.16081C-0.184991 9.72081 0.349009 11.3698 1.56401 12.5848L3.00101 13.9388V18.5008C3.00101 19.1868 3.27901 19.8088 3.72801 20.2608C3.73001 20.2628 3.73101 20.2658 3.73301 20.2688C3.73501 20.2718 3.73801 20.2718 3.74101 20.2738C4.19301 20.7228 4.81501 21.0008 5.50101 21.0008H10.075L11.456 22.4768C12.438 23.4588 13.757 23.9978 15.059 23.9978C15.525 23.9978 15.989 23.9288 16.434 23.7868C18.218 23.2178 19.478 21.7408 19.713 19.9878L23.91 3.60081C24.154 2.60181 23.87 1.57681 23.15 0.855808L23.149 0.854808ZM2.26001 11.8668C1.29301 10.8988 0.861009 9.58681 1.10501 8.35481C1.42801 6.72781 2.70401 5.52881 4.41401 5.28881L20.686 1.05681C20.83 1.02181 20.976 1.00481 21.12 1.00481C21.441 1.00481 21.753 1.09781 22.035 1.25981L4.15001 19.1438C4.05601 18.9478 4.00001 18.7318 4.00001 18.5008V13.7228C4.00001 13.5848 3.94301 13.4528 3.84301 13.3588L2.26001 11.8668ZM22.939 3.35781L18.731 19.7958C18.538 21.2188 17.541 22.3828 16.128 22.8328C14.789 23.2588 13.232 22.8408 12.172 21.7808L10.654 20.1588C10.559 20.0578 10.427 20.0008 10.289 20.0008H5.50001C5.26901 20.0008 5.05301 19.9438 4.85701 19.8508L22.746 1.96181C22.984 2.37781 23.058 2.87381 22.939 3.35781Z",
4406
4434
  fill: "currentColor"
4407
4435
  }
4408
4436
  ) }),
4409
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("clipPath", { id: "paper-plane-clip", children: /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
4437
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("clipPath", { id: "paper-plane-clip", children: /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
4410
4438
  ]
4411
4439
  })
4412
4440
  );
@@ -4414,10 +4442,10 @@ var PaperPlaneIcon = (_a) => {
4414
4442
  PaperPlaneIcon.displayName = "PaperPlaneIcon";
4415
4443
 
4416
4444
  // src/primitives/icon/svg/warning.tsx
4417
- var import_jsx_runtime105 = require("react/jsx-runtime");
4445
+ var import_jsx_runtime106 = require("react/jsx-runtime");
4418
4446
  var WarningIcon = (_a) => {
4419
4447
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
4420
- return /* @__PURE__ */ (0, import_jsx_runtime105.jsxs)(
4448
+ return /* @__PURE__ */ (0, import_jsx_runtime106.jsxs)(
4421
4449
  "svg",
4422
4450
  __spreadProps(__spreadValues(__spreadValues({
4423
4451
  width: "14",
@@ -4428,8 +4456,8 @@ var WarningIcon = (_a) => {
4428
4456
  className
4429
4457
  }, getIconA11yProps(title2)), props), {
4430
4458
  children: [
4431
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("title", { children: title2 }) : null,
4432
- /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
4459
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("title", { children: title2 }) : null,
4460
+ /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
4433
4461
  "path",
4434
4462
  {
4435
4463
  d: "M6.41665 8.1665V4.6665C6.41665 4.34567 6.67915 4.08317 6.99998 4.08317C7.32082 4.08317 7.58332 4.34567 7.58332 4.6665V8.1665C7.58332 8.48734 7.32082 8.74984 6.99998 8.74984C6.67915 8.74984 6.41665 8.48734 6.41665 8.1665ZM6.99998 9.33317C6.51582 9.33317 6.12498 9.724 6.12498 10.2082C6.12498 10.6923 6.51582 11.0832 6.99998 11.0832C7.48415 11.0832 7.87498 10.6923 7.87498 10.2082C7.87498 9.724 7.48415 9.33317 6.99998 9.33317ZM13.755 12.1798C13.3467 12.9673 12.4892 13.4165 11.4158 13.4165H2.58998C1.51082 13.4165 0.659151 12.9673 0.250818 12.1798C-0.163348 11.3865 -0.0466818 10.3715 0.542485 9.51984L5.23248 2.09984C5.64665 1.50484 6.29998 1.1665 6.99998 1.1665C7.69999 1.1665 8.35332 1.50484 8.74998 2.08234L13.4633 9.5315C14.0525 10.3832 14.1633 11.3923 13.7492 12.1798H13.755ZM12.5008 10.1848C12.5008 10.1848 12.4892 10.1732 12.4892 10.1615L7.78165 2.724C7.61248 2.48484 7.32082 2.33317 6.99998 2.33317C6.67915 2.33317 6.38749 2.48484 6.20665 2.74734L1.51082 10.1615C1.14915 10.6748 1.06748 11.2348 1.27748 11.6373C1.48165 12.034 1.94832 12.2498 2.58415 12.2498H11.4042C12.04 12.2498 12.5067 12.034 12.7108 11.6373C12.9208 11.2348 12.8392 10.6748 12.495 10.1848H12.5008Z",
@@ -4443,10 +4471,10 @@ var WarningIcon = (_a) => {
4443
4471
  WarningIcon.displayName = "WarningIcon";
4444
4472
 
4445
4473
  // src/primitives/icon/svg/warning-filled.tsx
4446
- var import_jsx_runtime106 = require("react/jsx-runtime");
4474
+ var import_jsx_runtime107 = require("react/jsx-runtime");
4447
4475
  var WarningFilledIcon = (_a) => {
4448
4476
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
4449
- return /* @__PURE__ */ (0, import_jsx_runtime106.jsxs)(
4477
+ return /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)(
4450
4478
  "svg",
4451
4479
  __spreadProps(__spreadValues(__spreadValues({
4452
4480
  viewBox: "0 0 16 16",
@@ -4454,8 +4482,8 @@ var WarningFilledIcon = (_a) => {
4454
4482
  fill: "none"
4455
4483
  }, getIconA11yProps(title2)), props), {
4456
4484
  children: [
4457
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("title", { children: title2 }) : null,
4458
- /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
4485
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("title", { children: title2 }) : null,
4486
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
4459
4487
  "path",
4460
4488
  {
4461
4489
  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",
@@ -4517,6 +4545,7 @@ var iconRegistry = {
4517
4545
  "internet-security": InternetSecurityIcon,
4518
4546
  "link-accounts": LinkAccountsIcon,
4519
4547
  lock: LockIcon,
4548
+ "paper-mode": PaperModeIcon,
4520
4549
  pencil: PencilIcon,
4521
4550
  "play-square": PlaySquareIcon,
4522
4551
  polygon: PolygonIcon,
@@ -4564,7 +4593,7 @@ var resolveIconStyle = (color, style) => {
4564
4593
  };
4565
4594
 
4566
4595
  // src/primitives/icon/index.tsx
4567
- var import_jsx_runtime107 = require("react/jsx-runtime");
4596
+ var import_jsx_runtime108 = require("react/jsx-runtime");
4568
4597
  var Icon = (_a) => {
4569
4598
  var _b = _a, {
4570
4599
  name,
@@ -4588,7 +4617,7 @@ var Icon = (_a) => {
4588
4617
  }
4589
4618
  const resolvedStyle = resolveIconStyle(color, style);
4590
4619
  const resolvedClassName = cn(iconSizeClasses[size], className);
4591
- return /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
4620
+ return /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
4592
4621
  Component,
4593
4622
  __spreadValues({
4594
4623
  color,
@@ -4600,7 +4629,7 @@ var Icon = (_a) => {
4600
4629
  Icon.displayName = "Icon";
4601
4630
 
4602
4631
  // src/geo-block-banner/index.tsx
4603
- var import_jsx_runtime108 = require("react/jsx-runtime");
4632
+ var import_jsx_runtime109 = require("react/jsx-runtime");
4604
4633
  var GeoBlockBanner = ({
4605
4634
  venue,
4606
4635
  termsUrl = AGG_TERMS_OF_SERVICE_URL,
@@ -4608,18 +4637,18 @@ var GeoBlockBanner = ({
4608
4637
  }) => {
4609
4638
  const labels = (0, import_hooks20.useLabels)();
4610
4639
  const message = venue ? labels.trading.geoBlockVenueMessage(venue) : labels.trading.geoBlockGenericMessage;
4611
- return /* @__PURE__ */ (0, import_jsx_runtime108.jsxs)(
4640
+ return /* @__PURE__ */ (0, import_jsx_runtime109.jsxs)(
4612
4641
  "div",
4613
4642
  {
4614
4643
  className: cn("flex items-center gap-5 rounded-agg-lg bg-agg-secondary-hover p-3", className),
4615
4644
  role: "status",
4616
4645
  children: [
4617
- /* @__PURE__ */ (0, import_jsx_runtime108.jsxs)("p", { className: "min-w-0 flex-1 text-agg-xs leading-agg-4 text-agg-foreground", children: [
4646
+ /* @__PURE__ */ (0, import_jsx_runtime109.jsxs)("p", { className: "min-w-0 flex-1 text-agg-xs leading-agg-4 text-agg-foreground", children: [
4618
4647
  message,
4619
- /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("a", { href: termsUrl, className: "underline", target: "_blank", rel: "noreferrer noopener", children: labels.trading.geoBlockTermsLink }),
4648
+ /* @__PURE__ */ (0, import_jsx_runtime109.jsx)("a", { href: termsUrl, className: "underline", target: "_blank", rel: "noreferrer noopener", children: labels.trading.geoBlockTermsLink }),
4620
4649
  labels.trading.geoBlockMessageSuffix
4621
4650
  ] }),
4622
- /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(Icon, { name: "internet-security", className: "h-6 w-6 shrink-0 text-agg-muted-foreground" })
4651
+ /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(Icon, { name: "internet-security", className: "h-6 w-6 shrink-0 text-agg-muted-foreground" })
4623
4652
  ]
4624
4653
  }
4625
4654
  );
@@ -4698,7 +4727,7 @@ var getButtonClassName = ({
4698
4727
  };
4699
4728
 
4700
4729
  // src/primitives/button/index.tsx
4701
- var import_jsx_runtime109 = require("react/jsx-runtime");
4730
+ var import_jsx_runtime110 = require("react/jsx-runtime");
4702
4731
  var Button = (_a) => {
4703
4732
  var _b = _a, {
4704
4733
  children,
@@ -4729,7 +4758,7 @@ var Button = (_a) => {
4729
4758
  features: { enableAnimations }
4730
4759
  } = (0, import_hooks21.useSdkUiConfig)();
4731
4760
  const isDisabled = resolveButtonIsDisabled({ disabled, isLoading });
4732
- return /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
4761
+ return /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
4733
4762
  "button",
4734
4763
  __spreadProps(__spreadValues({
4735
4764
  type,
@@ -4743,7 +4772,7 @@ var Button = (_a) => {
4743
4772
  "aria-busy": isLoading,
4744
4773
  "aria-label": ariaLabel
4745
4774
  }, other), {
4746
- children: isLoading ? /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
4775
+ children: isLoading ? /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
4747
4776
  "span",
4748
4777
  {
4749
4778
  className: cn(
@@ -4754,9 +4783,9 @@ var Button = (_a) => {
4754
4783
  ),
4755
4784
  "aria-hidden": "true"
4756
4785
  }
4757
- ) : /* @__PURE__ */ (0, import_jsx_runtime109.jsxs)(import_jsx_runtime109.Fragment, { children: [
4786
+ ) : /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)(import_jsx_runtime110.Fragment, { children: [
4758
4787
  prefix != null ? prefix : null,
4759
- /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
4788
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
4760
4789
  "span",
4761
4790
  {
4762
4791
  className: cn(
@@ -4867,7 +4896,7 @@ var sanitizeCurrencyInputPastedValue = (input, parts, decimalPlaces) => {
4867
4896
  };
4868
4897
 
4869
4898
  // src/primitives/currency-input/index.tsx
4870
- var import_jsx_runtime110 = require("react/jsx-runtime");
4899
+ var import_jsx_runtime111 = require("react/jsx-runtime");
4871
4900
  var CurrencyInput = ({
4872
4901
  value,
4873
4902
  onChange,
@@ -4995,7 +5024,7 @@ var CurrencyInput = ({
4995
5024
  onChange == null ? void 0 : onChange(nextValue);
4996
5025
  onBlur == null ? void 0 : onBlur();
4997
5026
  };
4998
- return /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
5027
+ return /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
4999
5028
  "input",
5000
5029
  {
5001
5030
  ref: inputRef,
@@ -5043,7 +5072,7 @@ var resolveRemoteImageStatusFromSrc = (src) => {
5043
5072
  };
5044
5073
 
5045
5074
  // src/primitives/remote-image/index.tsx
5046
- var import_jsx_runtime111 = require("react/jsx-runtime");
5075
+ var import_jsx_runtime112 = require("react/jsx-runtime");
5047
5076
  var RemoteImage = ({
5048
5077
  src,
5049
5078
  alt,
@@ -5077,7 +5106,7 @@ var RemoteImage = ({
5077
5106
  setStatus("error");
5078
5107
  };
5079
5108
  const sizeStyle = width !== void 0 || height !== void 0 ? { width: width != null ? width : void 0, height: height != null ? height : void 0 } : void 0;
5080
- return /* @__PURE__ */ (0, import_jsx_runtime111.jsxs)(
5109
+ return /* @__PURE__ */ (0, import_jsx_runtime112.jsxs)(
5081
5110
  "div",
5082
5111
  {
5083
5112
  className: cn(containerClasses, classNames == null ? void 0 : classNames.root, className),
@@ -5094,14 +5123,14 @@ var RemoteImage = ({
5094
5123
  "aria-label": ariaLabel,
5095
5124
  title: title2,
5096
5125
  children: [
5097
- status === "loading" && /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(SkeletonBlock, { className: cn(skeletonClasses, classNames == null ? void 0 : classNames.placeholder) }),
5098
- status === "error" && /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
5126
+ status === "loading" && /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(SkeletonBlock, { className: cn(skeletonClasses, classNames == null ? void 0 : classNames.placeholder) }),
5127
+ status === "error" && /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
5099
5128
  "div",
5100
5129
  {
5101
5130
  className: cn(placeholderClasses, classNames == null ? void 0 : classNames.placeholder),
5102
5131
  "aria-hidden": true,
5103
5132
  "aria-errormessage": "Image failed to load",
5104
- children: /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
5133
+ children: /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
5105
5134
  Icon,
5106
5135
  {
5107
5136
  name: "image",
@@ -5112,7 +5141,7 @@ var RemoteImage = ({
5112
5141
  )
5113
5142
  }
5114
5143
  ),
5115
- isValidRemoteImageSrc(src) && status !== "error" && /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
5144
+ isValidRemoteImageSrc(src) && status !== "error" && /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
5116
5145
  "img",
5117
5146
  {
5118
5147
  src,
@@ -5151,7 +5180,7 @@ var resolveVenueLogoIsColor = ({
5151
5180
  };
5152
5181
 
5153
5182
  // src/primitives/venue-logo/index.tsx
5154
- var import_jsx_runtime112 = require("react/jsx-runtime");
5183
+ var import_jsx_runtime113 = require("react/jsx-runtime");
5155
5184
  var VenueLogo = ({
5156
5185
  venue,
5157
5186
  variant = "icon",
@@ -5177,7 +5206,7 @@ var VenueLogo = ({
5177
5206
  console.warn(`[AggUI] Unknown venue "${venue}" \u2014 using default logo`);
5178
5207
  }
5179
5208
  if (variant === "logo") {
5180
- return /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
5209
+ return /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
5181
5210
  RemoteImage,
5182
5211
  {
5183
5212
  src: (_a = venueLogoUrlRegistry[venue]) != null ? _a : DEFAULT_VENUE_LOGO_URL,
@@ -5192,7 +5221,7 @@ var VenueLogo = ({
5192
5221
  isColor,
5193
5222
  isMonochromatic
5194
5223
  });
5195
- return /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
5224
+ return /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
5196
5225
  Component,
5197
5226
  {
5198
5227
  className: cn("group/agg-venue-logo", "shrink-0", sizeClass, className),
@@ -5250,7 +5279,7 @@ var resolveInlineAlertHasAction = ({
5250
5279
  };
5251
5280
 
5252
5281
  // src/primitives/inline-alert/index.tsx
5253
- var import_jsx_runtime113 = require("react/jsx-runtime");
5282
+ var import_jsx_runtime114 = require("react/jsx-runtime");
5254
5283
  var InlineAlert = ({
5255
5284
  tone = INLINE_ALERT_DEFAULT_TONE,
5256
5285
  variant,
@@ -5264,7 +5293,7 @@ var InlineAlert = ({
5264
5293
  const resolvedVariant = resolveInlineAlertVariant({ tone, variant });
5265
5294
  const hasAction = resolveInlineAlertHasAction({ actionLabel, onAction });
5266
5295
  const { ariaLive, role } = INLINE_ALERT_LIVE_REGION_CONFIG[tone];
5267
- return /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)(
5296
+ return /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)(
5268
5297
  "div",
5269
5298
  {
5270
5299
  className: cn(
@@ -5276,7 +5305,7 @@ var InlineAlert = ({
5276
5305
  "aria-live": ariaLive,
5277
5306
  "aria-label": ariaLabel,
5278
5307
  children: [
5279
- /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
5308
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
5280
5309
  Icon,
5281
5310
  {
5282
5311
  name: INLINE_ALERT_TONE_ICON_NAME[tone],
@@ -5284,14 +5313,14 @@ var InlineAlert = ({
5284
5313
  "aria-hidden": "true"
5285
5314
  }
5286
5315
  ),
5287
- /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
5316
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
5288
5317
  "div",
5289
5318
  {
5290
5319
  className: cn(
5291
5320
  "min-w-0",
5292
5321
  resolvedVariant === "plain" && !hasAction ? "flex-none text-center" : "flex-1"
5293
5322
  ),
5294
- children: /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)(
5323
+ children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)(
5295
5324
  "div",
5296
5325
  {
5297
5326
  className: cn(
@@ -5300,14 +5329,14 @@ var InlineAlert = ({
5300
5329
  resolvedVariant === "plain" && !hasAction ? "items-center" : null
5301
5330
  ),
5302
5331
  children: [
5303
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime113.jsx)("p", { className: "text-agg-sm font-agg-bold leading-agg-5 text-agg-foreground", children: title2 }) : null,
5304
- /* @__PURE__ */ (0, import_jsx_runtime113.jsx)("p", { className: "text-agg-sm leading-agg-5 text-agg-foreground wrap-break-word", children: message })
5332
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("p", { className: "text-agg-sm font-agg-bold leading-agg-5 text-agg-foreground", children: title2 }) : null,
5333
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("p", { className: "text-agg-sm leading-agg-5 text-agg-foreground wrap-break-word", children: message })
5305
5334
  ]
5306
5335
  }
5307
5336
  )
5308
5337
  }
5309
5338
  ),
5310
- hasAction ? /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
5339
+ hasAction ? /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
5311
5340
  "button",
5312
5341
  {
5313
5342
  type: "button",
@@ -5345,7 +5374,7 @@ var resolveLoadingIconAriaLabel = ({
5345
5374
  };
5346
5375
 
5347
5376
  // src/primitives/loading-icon/index.tsx
5348
- var import_jsx_runtime114 = require("react/jsx-runtime");
5377
+ var import_jsx_runtime115 = require("react/jsx-runtime");
5349
5378
  var LoadingIcon = ({
5350
5379
  size = LOADING_ICON_DEFAULT_SIZE,
5351
5380
  variant = "default",
@@ -5356,7 +5385,7 @@ var LoadingIcon = ({
5356
5385
  const {
5357
5386
  features: { enableAnimations }
5358
5387
  } = (0, import_hooks25.useSdkUiConfig)();
5359
- return /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
5388
+ return /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
5360
5389
  "span",
5361
5390
  {
5362
5391
  role: "status",
@@ -5369,7 +5398,7 @@ var LoadingIcon = ({
5369
5398
  "inline-grid place-items-center text-agg-primary will-change-transform",
5370
5399
  className
5371
5400
  ),
5372
- children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "inline-grid place-items-center", "aria-hidden": "true", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
5401
+ children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("span", { className: "inline-grid place-items-center", "aria-hidden": "true", children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
5373
5402
  "svg",
5374
5403
  {
5375
5404
  viewBox: LOADING_ICON_SVG_VIEW_BOX,
@@ -5377,8 +5406,8 @@ var LoadingIcon = ({
5377
5406
  "block",
5378
5407
  variant === "prominent" ? LOADING_ICON_PROMINENT_FRAME_CLASS : iconSizeClasses[size]
5379
5408
  ),
5380
- children: variant === "prominent" ? /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("g", { children: [
5381
- enableAnimations ? /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
5409
+ children: variant === "prominent" ? /* @__PURE__ */ (0, import_jsx_runtime115.jsxs)("g", { children: [
5410
+ enableAnimations ? /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
5382
5411
  "animateTransform",
5383
5412
  {
5384
5413
  attributeName: "transform",
@@ -5390,7 +5419,7 @@ var LoadingIcon = ({
5390
5419
  repeatCount: "indefinite"
5391
5420
  }
5392
5421
  ) : null,
5393
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
5422
+ /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
5394
5423
  "circle",
5395
5424
  {
5396
5425
  cx: "22",
@@ -5404,8 +5433,8 @@ var LoadingIcon = ({
5404
5433
  strokeDasharray: LOADING_ICON_PROMINENT_DASHARRAY
5405
5434
  }
5406
5435
  )
5407
- ] }) : /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("g", { children: [
5408
- enableAnimations ? /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
5436
+ ] }) : /* @__PURE__ */ (0, import_jsx_runtime115.jsxs)("g", { children: [
5437
+ enableAnimations ? /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
5409
5438
  "animateTransform",
5410
5439
  {
5411
5440
  attributeName: "transform",
@@ -5417,7 +5446,7 @@ var LoadingIcon = ({
5417
5446
  repeatCount: "indefinite"
5418
5447
  }
5419
5448
  ) : null,
5420
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
5449
+ /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
5421
5450
  "circle",
5422
5451
  {
5423
5452
  cx: "22",
@@ -5429,8 +5458,8 @@ var LoadingIcon = ({
5429
5458
  strokeLinecap: "round",
5430
5459
  strokeDasharray: "60 100",
5431
5460
  strokeDashoffset: "0",
5432
- children: enableAnimations ? /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)(import_jsx_runtime114.Fragment, { children: [
5433
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
5461
+ children: enableAnimations ? /* @__PURE__ */ (0, import_jsx_runtime115.jsxs)(import_jsx_runtime115.Fragment, { children: [
5462
+ /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
5434
5463
  "animate",
5435
5464
  {
5436
5465
  attributeName: "stroke-dasharray",
@@ -5439,7 +5468,7 @@ var LoadingIcon = ({
5439
5468
  repeatCount: "indefinite"
5440
5469
  }
5441
5470
  ),
5442
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
5471
+ /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
5443
5472
  "animate",
5444
5473
  {
5445
5474
  attributeName: "stroke-dashoffset",
@@ -5484,7 +5513,7 @@ var resolveModalCloseIcon = ({
5484
5513
  };
5485
5514
 
5486
5515
  // src/primitives/modal/index.tsx
5487
- var import_jsx_runtime115 = require("react/jsx-runtime");
5516
+ var import_jsx_runtime116 = require("react/jsx-runtime");
5488
5517
  var Modal = ({
5489
5518
  open,
5490
5519
  onOpenChange,
@@ -5492,7 +5521,7 @@ var Modal = ({
5492
5521
  "aria-label": _ariaLabel,
5493
5522
  "aria-labelledby": _ariaLabelledBy
5494
5523
  }) => {
5495
- return /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(Dialog.Root, { open, onOpenChange, children });
5524
+ return /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(Dialog.Root, { open, onOpenChange, children });
5496
5525
  };
5497
5526
  var ModalContainer = ({
5498
5527
  children,
@@ -5507,8 +5536,8 @@ var ModalContainer = ({
5507
5536
  } = (0, import_hooks26.useSdkUiConfig)();
5508
5537
  const overlayAnimationClassName = resolveModalOverlayAnimationClassName(enableAnimations);
5509
5538
  const panelAnimationClassName = resolveModalPanelAnimationClassName(enableAnimations);
5510
- return /* @__PURE__ */ (0, import_jsx_runtime115.jsxs)(Dialog.Portal, { children: [
5511
- /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
5539
+ return /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)(Dialog.Portal, { children: [
5540
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
5512
5541
  Dialog.Overlay,
5513
5542
  {
5514
5543
  className: cn(
@@ -5519,7 +5548,7 @@ var ModalContainer = ({
5519
5548
  )
5520
5549
  }
5521
5550
  ),
5522
- /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
5551
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
5523
5552
  Dialog.Content,
5524
5553
  {
5525
5554
  className: cn(
@@ -5545,7 +5574,7 @@ var ModalContainer = ({
5545
5574
  event.preventDefault();
5546
5575
  }
5547
5576
  },
5548
- children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
5577
+ children: /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
5549
5578
  "div",
5550
5579
  {
5551
5580
  className: cn(
@@ -5553,7 +5582,7 @@ var ModalContainer = ({
5553
5582
  "items-end md:items-center",
5554
5583
  "flex h-full min-h-0 w-full justify-center p-0 md:p-5"
5555
5584
  ),
5556
- children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
5585
+ children: /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
5557
5586
  "div",
5558
5587
  {
5559
5588
  className: cn(
@@ -5595,12 +5624,12 @@ var ModalHeader = ({
5595
5624
  features: { enableAnimations }
5596
5625
  } = (0, import_hooks26.useSdkUiConfig)();
5597
5626
  const labels = (0, import_hooks26.useLabels)();
5598
- const defaultCloseIcon = /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(CloseIcon, { className: "h-6 w-6" });
5627
+ const defaultCloseIcon = /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(CloseIcon, { className: "h-6 w-6" });
5599
5628
  const resolvedCloseIcon = resolveModalCloseIcon({
5600
5629
  closeIcon,
5601
5630
  defaultCloseIcon
5602
5631
  });
5603
- return /* @__PURE__ */ (0, import_jsx_runtime115.jsxs)(
5632
+ return /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)(
5604
5633
  "div",
5605
5634
  {
5606
5635
  className: cn(
@@ -5613,7 +5642,7 @@ var ModalHeader = ({
5613
5642
  classNames == null ? void 0 : classNames.root
5614
5643
  ),
5615
5644
  children: [
5616
- /* @__PURE__ */ (0, import_jsx_runtime115.jsxs)(
5645
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)(
5617
5646
  "div",
5618
5647
  {
5619
5648
  className: cn(
@@ -5626,8 +5655,8 @@ var ModalHeader = ({
5626
5655
  classNames == null ? void 0 : classNames.container
5627
5656
  ),
5628
5657
  children: [
5629
- leftElement ? /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(import_jsx_runtime115.Fragment, { children: leftElement }) : null,
5630
- /* @__PURE__ */ (0, import_jsx_runtime115.jsxs)(
5658
+ leftElement ? /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(import_jsx_runtime116.Fragment, { children: leftElement }) : null,
5659
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)(
5631
5660
  "div",
5632
5661
  {
5633
5662
  className: cn(
@@ -5636,7 +5665,7 @@ var ModalHeader = ({
5636
5665
  classNames == null ? void 0 : classNames.titleContainer
5637
5666
  ),
5638
5667
  children: [
5639
- /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
5668
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
5640
5669
  Dialog.Title,
5641
5670
  {
5642
5671
  className: cn(
@@ -5650,7 +5679,7 @@ var ModalHeader = ({
5650
5679
  children: title2
5651
5680
  }
5652
5681
  ),
5653
- subtitle ? /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
5682
+ subtitle ? /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
5654
5683
  "span",
5655
5684
  {
5656
5685
  className: cn(
@@ -5664,9 +5693,9 @@ var ModalHeader = ({
5664
5693
  ]
5665
5694
  }
5666
5695
  ),
5667
- /* @__PURE__ */ (0, import_jsx_runtime115.jsxs)("div", { className: "agg-modal-header-actions flex flex-row items-center justify-end gap-6", children: [
5668
- rightElement ? /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(import_jsx_runtime115.Fragment, { children: rightElement }) : null,
5669
- !hideClose && /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
5696
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)("div", { className: "agg-modal-header-actions flex flex-row items-center justify-end gap-6", children: [
5697
+ rightElement ? /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(import_jsx_runtime116.Fragment, { children: rightElement }) : null,
5698
+ !hideClose && /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
5670
5699
  Dialog.Close,
5671
5700
  {
5672
5701
  className: cn(
@@ -5683,14 +5712,14 @@ var ModalHeader = ({
5683
5712
  ]
5684
5713
  }
5685
5714
  ),
5686
- children ? /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("div", { className: "agg-modal-header-extra", children }) : null
5715
+ children ? /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("div", { className: "agg-modal-header-extra", children }) : null
5687
5716
  ]
5688
5717
  }
5689
5718
  );
5690
5719
  };
5691
5720
  Modal.Header = ModalHeader;
5692
5721
  var ModalBody = ({ children, classNames }) => {
5693
- return /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
5722
+ return /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
5694
5723
  "div",
5695
5724
  {
5696
5725
  className: cn(
@@ -5711,7 +5740,7 @@ var ModalFooter = ({
5711
5740
  classNames,
5712
5741
  hideBorder = false
5713
5742
  }) => {
5714
- return /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
5743
+ return /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
5715
5744
  "div",
5716
5745
  {
5717
5746
  className: cn(
@@ -5794,7 +5823,7 @@ var getTypographyClassName = ({
5794
5823
  };
5795
5824
 
5796
5825
  // src/primitives/typography/index.tsx
5797
- var import_jsx_runtime116 = require("react/jsx-runtime");
5826
+ var import_jsx_runtime117 = require("react/jsx-runtime");
5798
5827
  var Typography = ({
5799
5828
  as: Component = "p",
5800
5829
  variant = "body",
@@ -5802,7 +5831,7 @@ var Typography = ({
5802
5831
  children,
5803
5832
  "aria-label": ariaLabel
5804
5833
  }) => {
5805
- return /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(Component, { className: getTypographyClassName({ className, variant }), "aria-label": ariaLabel, children });
5834
+ return /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(Component, { className: getTypographyClassName({ className, variant }), "aria-label": ariaLabel, children });
5806
5835
  };
5807
5836
  Typography.displayName = "Typography";
5808
5837
 
@@ -5841,7 +5870,7 @@ var resolveTooltipArrowDimensions = (size) => {
5841
5870
  };
5842
5871
 
5843
5872
  // src/primitives/tooltip/index.tsx
5844
- var import_jsx_runtime117 = require("react/jsx-runtime");
5873
+ var import_jsx_runtime118 = require("react/jsx-runtime");
5845
5874
  var Tooltip = ({
5846
5875
  content,
5847
5876
  children,
@@ -5859,22 +5888,22 @@ var Tooltip = ({
5859
5888
  } = (0, import_hooks27.useSdkUiConfig)();
5860
5889
  const trigger = (0, import_react5.useMemo)(() => {
5861
5890
  if (children) return children;
5862
- return /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
5891
+ return /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
5863
5892
  "button",
5864
5893
  {
5865
5894
  type: "button",
5866
5895
  className: resolveTooltipTriggerClassName(classNames == null ? void 0 : classNames.trigger),
5867
5896
  "aria-label": ariaLabel != null ? ariaLabel : defaultTooltipTriggerAriaLabel,
5868
- children: /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(Icon, { name: "info", size: "small", className: cn(classNames == null ? void 0 : classNames.icon), "aria-hidden": true })
5897
+ children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { name: "info", size: "small", className: cn(classNames == null ? void 0 : classNames.icon), "aria-hidden": true })
5869
5898
  }
5870
5899
  );
5871
5900
  }, [children, classNames == null ? void 0 : classNames.trigger, classNames == null ? void 0 : classNames.icon, ariaLabel]);
5872
5901
  const { width: arrowWidth, height: arrowHeight } = resolveTooltipArrowDimensions(size);
5873
5902
  const arrowPoints = `0,0 ${arrowWidth},0 ${arrowWidth / 2},${arrowHeight}`;
5874
5903
  const arrowBorderPath = `M0 0 L${arrowWidth / 2} ${arrowHeight} L${arrowWidth} 0`;
5875
- return /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(TooltipPrimitive.Provider, { delayDuration, children: /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)(TooltipPrimitive.Root, { children: [
5876
- /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(TooltipPrimitive.Trigger, { asChild: true, children: trigger }),
5877
- /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(TooltipPrimitive.Portal, { children: /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)(
5904
+ return /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(TooltipPrimitive.Provider, { delayDuration, children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(TooltipPrimitive.Root, { children: [
5905
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(TooltipPrimitive.Trigger, { asChild: true, children: trigger }),
5906
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(TooltipPrimitive.Portal, { children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(
5878
5907
  TooltipPrimitive.Content,
5879
5908
  {
5880
5909
  side,
@@ -5898,7 +5927,7 @@ var Tooltip = ({
5898
5927
  classNames == null ? void 0 : classNames.content
5899
5928
  ),
5900
5929
  children: [
5901
- /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(TooltipPrimitive.Arrow, { asChild: true, width: arrowWidth, height: arrowHeight, children: /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)(
5930
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(TooltipPrimitive.Arrow, { asChild: true, width: arrowWidth, height: arrowHeight, children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(
5902
5931
  "svg",
5903
5932
  {
5904
5933
  width: arrowWidth,
@@ -5907,8 +5936,8 @@ var Tooltip = ({
5907
5936
  "aria-hidden": "true",
5908
5937
  className: cn("overflow-visible", classNames == null ? void 0 : classNames.arrow),
5909
5938
  children: [
5910
- /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("polygon", { points: arrowPoints, className: "fill-agg-secondary" }),
5911
- /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
5939
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("polygon", { points: arrowPoints, className: "fill-agg-secondary" }),
5940
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
5912
5941
  "path",
5913
5942
  {
5914
5943
  d: arrowBorderPath,
@@ -7618,7 +7647,7 @@ var isPercentageBelowMinimum = (value, minimumValue) => {
7618
7647
  };
7619
7648
 
7620
7649
  // src/trading/place-order/index.place-order.failure.tsx
7621
- var import_jsx_runtime118 = require("react/jsx-runtime");
7650
+ var import_jsx_runtime119 = require("react/jsx-runtime");
7622
7651
  var resolveFailureActionHandler = ({
7623
7652
  action,
7624
7653
  onDone,
@@ -7631,12 +7660,12 @@ var resolveFailureActionHandler = ({
7631
7660
  };
7632
7661
  var renderPartialFailureStep = (step) => {
7633
7662
  const isWarningStep = step.tone === "warning" || step.tone === "error";
7634
- return /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(
7663
+ return /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(
7635
7664
  "div",
7636
7665
  {
7637
7666
  className: "flex items-center gap-2 text-agg-sm leading-agg-5 text-agg-foreground",
7638
7667
  children: [
7639
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
7668
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
7640
7669
  Icon,
7641
7670
  {
7642
7671
  name: isWarningStep ? "warning-filled" : "check-circle",
@@ -7645,8 +7674,8 @@ var renderPartialFailureStep = (step) => {
7645
7674
  "aria-hidden": "true"
7646
7675
  }
7647
7676
  ),
7648
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("p", { className: "min-w-0 flex-1", children: step.label }),
7649
- step.venue ? /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(VenueLogo, { venue: step.venue, size: "small", className: "h-4 w-4 shrink-0" }) : null
7677
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("p", { className: "min-w-0 flex-1", children: step.label }),
7678
+ step.venue ? /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(VenueLogo, { venue: step.venue, size: "small", className: "h-4 w-4 shrink-0" }) : null
7650
7679
  ]
7651
7680
  },
7652
7681
  step.id
@@ -7665,10 +7694,10 @@ var PlaceOrderFailureView = ({
7665
7694
  const shouldShowPartialFailureLayout = summary.kind === "partial_fill";
7666
7695
  const failureStepGroups = shouldShowPartialFailureLayout ? groupPlaceOrderFailureSteps(summary.steps) : [];
7667
7696
  if (shouldShowPartialFailureLayout) {
7668
- return /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Card, { className: cn("group/agg-order-panel", getPlaceOrderContainerClassName(), className), children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "agg-order-failure-body flex flex-col gap-6 p-5", children: [
7669
- /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "agg-order-failure-header flex flex-col gap-2", children: [
7670
- /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "agg-order-failure-market flex items-center gap-3", children: [
7671
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
7697
+ return /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(Card, { className: cn("group/agg-order-panel", getPlaceOrderContainerClassName(), className), children: /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("div", { className: "agg-order-failure-body flex flex-col gap-6 p-5", children: [
7698
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("div", { className: "agg-order-failure-header flex flex-col gap-2", children: [
7699
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("div", { className: "agg-order-failure-market flex items-center gap-3", children: [
7700
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
7672
7701
  RemoteImage,
7673
7702
  {
7674
7703
  src: (_a = summary.eventImage) != null ? _a : null,
@@ -7676,12 +7705,12 @@ var PlaceOrderFailureView = ({
7676
7705
  className: "h-12 w-12 shrink-0 overflow-hidden rounded-agg-lg object-cover"
7677
7706
  }
7678
7707
  ),
7679
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("p", { className: "min-w-0 flex-1 text-agg-base font-agg-bold leading-agg-6 text-agg-foreground line-clamp-2", children: summary.eventTitle })
7708
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("p", { className: "min-w-0 flex-1 text-agg-base font-agg-bold leading-agg-6 text-agg-foreground line-clamp-2", children: summary.eventTitle })
7680
7709
  ] }),
7681
- summary.eventSubtitle ? /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("p", { className: "text-agg-base leading-agg-6 text-agg-foreground", children: summary.eventSubtitle }) : null
7710
+ summary.eventSubtitle ? /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("p", { className: "text-agg-base leading-agg-6 text-agg-foreground", children: summary.eventSubtitle }) : null
7682
7711
  ] }),
7683
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "flex flex-col gap-4", children: failureStepGroups.map((group, groupIndex) => /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "flex flex-col gap-2", children: group.map((step) => renderPartialFailureStep(step)) }, `failure-group-${groupIndex}`)) }),
7684
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "flex items-center gap-4", children: summary.actions.map((action) => /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
7712
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("div", { className: "flex flex-col gap-4", children: failureStepGroups.map((group, groupIndex) => /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("div", { className: "flex flex-col gap-2", children: group.map((step) => renderPartialFailureStep(step)) }, `failure-group-${groupIndex}`)) }),
7713
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("div", { className: "flex items-center gap-4", children: summary.actions.map((action) => /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
7685
7714
  Button,
7686
7715
  {
7687
7716
  variant: "tertiary",
@@ -7695,10 +7724,10 @@ var PlaceOrderFailureView = ({
7695
7724
  )) })
7696
7725
  ] }) });
7697
7726
  }
7698
- return /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Card, { className: cn("group/agg-order-panel", getPlaceOrderContainerClassName(), className), children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "agg-order-failure-body flex flex-col gap-6 p-5", children: [
7699
- /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "agg-order-failure-header flex flex-col gap-2", children: [
7700
- /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "agg-order-failure-market flex items-center gap-3", children: [
7701
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
7727
+ return /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(Card, { className: cn("group/agg-order-panel", getPlaceOrderContainerClassName(), className), children: /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("div", { className: "agg-order-failure-body flex flex-col gap-6 p-5", children: [
7728
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("div", { className: "agg-order-failure-header flex flex-col gap-2", children: [
7729
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("div", { className: "agg-order-failure-market flex items-center gap-3", children: [
7730
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
7702
7731
  RemoteImage,
7703
7732
  {
7704
7733
  src: (_b = summary.eventImage) != null ? _b : null,
@@ -7706,11 +7735,11 @@ var PlaceOrderFailureView = ({
7706
7735
  className: "h-12 w-12 shrink-0 overflow-hidden rounded-agg-lg object-cover"
7707
7736
  }
7708
7737
  ),
7709
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("p", { className: "min-w-0 flex-1 text-agg-base font-agg-bold leading-agg-6 text-agg-foreground line-clamp-2", children: summary.eventTitle })
7738
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("p", { className: "min-w-0 flex-1 text-agg-base font-agg-bold leading-agg-6 text-agg-foreground line-clamp-2", children: summary.eventTitle })
7710
7739
  ] }),
7711
- summary.eventSubtitle ? /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("p", { className: "text-agg-base leading-agg-6 text-agg-foreground", children: summary.eventSubtitle }) : null
7740
+ summary.eventSubtitle ? /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("p", { className: "text-agg-base leading-agg-6 text-agg-foreground", children: summary.eventSubtitle }) : null
7712
7741
  ] }),
7713
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
7742
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
7714
7743
  InlineAlert,
7715
7744
  {
7716
7745
  tone: "error",
@@ -7719,7 +7748,7 @@ var PlaceOrderFailureView = ({
7719
7748
  message: tradingLabels.orderFailureDescription((_c = summary.errorMessage) != null ? _c : "")
7720
7749
  }
7721
7750
  ),
7722
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "agg-order-failure-actions flex items-center gap-3", children: summary.actions.map((action) => /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
7751
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("div", { className: "agg-order-failure-actions flex items-center gap-3", children: summary.actions.map((action) => /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
7723
7752
  Button,
7724
7753
  {
7725
7754
  variant: action.variant === "retry" ? "primary" : "secondary",
@@ -7737,7 +7766,7 @@ PlaceOrderFailureView.displayName = "PlaceOrderFailureView";
7737
7766
 
7738
7767
  // src/trading/place-order/index.place-order.success.tsx
7739
7768
  var import_react7 = require("react");
7740
- var import_jsx_runtime119 = require("react/jsx-runtime");
7769
+ var import_jsx_runtime120 = require("react/jsx-runtime");
7741
7770
  var resolveBuyToWinLabel = (shares) => {
7742
7771
  if (!shares) return "$0";
7743
7772
  return shares.startsWith("$") ? shares : `$${shares}`;
@@ -7768,10 +7797,10 @@ var PlaceOrderSuccessView = ({
7768
7797
  const resolveStepIconClassName = (tone) => {
7769
7798
  return tone === "warning" || tone === "error" ? "text-agg-warning" : "text-agg-primary";
7770
7799
  };
7771
- return /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(Card, { className: cn("group/agg-order-panel", getPlaceOrderContainerClassName(), className), children: /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("div", { className: "agg-order-success-body flex flex-col gap-6 p-5", children: [
7772
- summary.eventTitle ? /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("div", { className: "agg-order-success-header flex flex-col gap-2", children: [
7773
- /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("div", { className: "agg-order-success-market flex items-center gap-3", children: [
7774
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
7800
+ return /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(Card, { className: cn("group/agg-order-panel", getPlaceOrderContainerClassName(), className), children: /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { className: "agg-order-success-body flex flex-col gap-6 p-5", children: [
7801
+ summary.eventTitle ? /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { className: "agg-order-success-header flex flex-col gap-2", children: [
7802
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { className: "agg-order-success-market flex items-center gap-3", children: [
7803
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
7775
7804
  RemoteImage,
7776
7805
  {
7777
7806
  src: (_h = summary.eventImage) != null ? _h : null,
@@ -7779,12 +7808,12 @@ var PlaceOrderSuccessView = ({
7779
7808
  className: "h-12 w-12 shrink-0 overflow-hidden rounded-agg-lg object-cover"
7780
7809
  }
7781
7810
  ),
7782
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("p", { className: "min-w-0 flex-1 text-agg-base font-agg-bold leading-agg-6 text-agg-foreground line-clamp-2", children: summary.eventTitle })
7811
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("p", { className: "min-w-0 flex-1 text-agg-base font-agg-bold leading-agg-6 text-agg-foreground line-clamp-2", children: summary.eventTitle })
7783
7812
  ] }),
7784
- summary.eventDateLabel ? /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("p", { className: "text-agg-base leading-agg-6 text-agg-foreground", children: summary.eventDateLabel }) : null
7813
+ summary.eventDateLabel ? /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("p", { className: "text-agg-base leading-agg-6 text-agg-foreground", children: summary.eventDateLabel }) : null
7785
7814
  ] }) : null,
7786
- executionStepGroups.length > 0 ? /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("div", { className: "agg-order-success-timeline flex flex-col gap-2", children: [
7787
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
7815
+ executionStepGroups.length > 0 ? /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { className: "agg-order-success-timeline flex flex-col gap-2", children: [
7816
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
7788
7817
  "div",
7789
7818
  {
7790
7819
  "aria-hidden": !isExecutionDetailsExpanded,
@@ -7797,12 +7826,12 @@ var PlaceOrderSuccessView = ({
7797
7826
  "transition-[grid-template-rows,opacity] duration-200 ease-[cubic-bezier(0.22,1,0.36,1)]"
7798
7827
  )
7799
7828
  ),
7800
- children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("div", { className: "min-h-0", children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("div", { className: "flex flex-col gap-4 pb-2", children: detailedStepGroups.map((group, groupIndex) => /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("div", { className: "flex flex-col gap-2", children: group.map((step) => /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(
7829
+ children: /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("div", { className: "min-h-0", children: /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("div", { className: "flex flex-col gap-4 pb-2", children: detailedStepGroups.map((group, groupIndex) => /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("div", { className: "flex flex-col gap-2", children: group.map((step) => /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)(
7801
7830
  "div",
7802
7831
  {
7803
7832
  className: "flex items-center gap-2 text-agg-sm leading-agg-5 text-agg-foreground",
7804
7833
  children: [
7805
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
7834
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
7806
7835
  Icon,
7807
7836
  {
7808
7837
  name: resolveStepIconName(step.tone),
@@ -7811,8 +7840,8 @@ var PlaceOrderSuccessView = ({
7811
7840
  "aria-hidden": "true"
7812
7841
  }
7813
7842
  ),
7814
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("p", { className: "min-w-0 flex-1", children: step.label }),
7815
- step.venue ? /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
7843
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("p", { className: "min-w-0 flex-1", children: step.label }),
7844
+ step.venue ? /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
7816
7845
  VenueLogo,
7817
7846
  {
7818
7847
  venue: step.venue,
@@ -7826,7 +7855,7 @@ var PlaceOrderSuccessView = ({
7826
7855
  )) }, `execution-group-${groupIndex}`)) }) })
7827
7856
  }
7828
7857
  ),
7829
- finalStep ? hasExecutionDetails ? /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(
7858
+ finalStep ? hasExecutionDetails ? /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)(
7830
7859
  "button",
7831
7860
  {
7832
7861
  type: "button",
@@ -7838,7 +7867,7 @@ var PlaceOrderSuccessView = ({
7838
7867
  ),
7839
7868
  onClick: () => setIsExecutionDetailsExpanded((currentValue) => !currentValue),
7840
7869
  children: [
7841
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
7870
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
7842
7871
  Icon,
7843
7872
  {
7844
7873
  name: resolveStepIconName(finalStep.tone),
@@ -7847,8 +7876,8 @@ var PlaceOrderSuccessView = ({
7847
7876
  "aria-hidden": "true"
7848
7877
  }
7849
7878
  ),
7850
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("p", { className: "min-w-0 flex-1", children: finalStep.label }),
7851
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
7879
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("p", { className: "min-w-0 flex-1", children: finalStep.label }),
7880
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
7852
7881
  Icon,
7853
7882
  {
7854
7883
  name: isExecutionDetailsExpanded ? "chevron-up" : "chevron-down",
@@ -7859,8 +7888,8 @@ var PlaceOrderSuccessView = ({
7859
7888
  )
7860
7889
  ]
7861
7890
  }
7862
- ) : /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("div", { className: "flex items-center gap-2 text-agg-sm leading-agg-5 text-agg-foreground", children: [
7863
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
7891
+ ) : /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { className: "flex items-center gap-2 text-agg-sm leading-agg-5 text-agg-foreground", children: [
7892
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
7864
7893
  Icon,
7865
7894
  {
7866
7895
  name: resolveStepIconName(finalStep.tone),
@@ -7869,34 +7898,34 @@ var PlaceOrderSuccessView = ({
7869
7898
  "aria-hidden": "true"
7870
7899
  }
7871
7900
  ),
7872
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("p", { className: "min-w-0 flex-1", children: finalStep.label })
7901
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("p", { className: "min-w-0 flex-1", children: finalStep.label })
7873
7902
  ] }) : null
7874
7903
  ] }) : null,
7875
- /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(
7904
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)(
7876
7905
  "div",
7877
7906
  {
7878
7907
  className: cn(
7879
7908
  "agg-order-success-pill flex min-h-12 w-full items-center justify-center gap-2 rounded-agg-full px-6 py-2.5 text-center text-agg-base font-agg-bold leading-agg-6 text-agg-on-primary bg-agg-success"
7880
7909
  ),
7881
7910
  children: [
7882
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(Icon, { name: "success-check", size: "small", className: "h-4 w-4 shrink-0 text-current" }),
7883
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("span", { children: resolvedActionLabel })
7911
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(Icon, { name: "success-check", size: "small", className: "h-4 w-4 shrink-0 text-current" }),
7912
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("span", { children: resolvedActionLabel })
7884
7913
  ]
7885
7914
  }
7886
7915
  ),
7887
- /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("div", { className: "agg-order-success-summary flex items-center justify-between gap-4", children: [
7888
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("p", { className: "text-agg-base font-agg-bold leading-agg-6 text-agg-foreground", children: tradingLabels.amount(resolvedTradeSide) }),
7889
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("p", { className: "text-right text-[30px] font-agg-bold leading-[36px] text-agg-foreground", children: resolvedAmountLabel })
7916
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { className: "agg-order-success-summary flex items-center justify-between gap-4", children: [
7917
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("p", { className: "text-agg-base font-agg-bold leading-agg-6 text-agg-foreground", children: tradingLabels.amount(resolvedTradeSide) }),
7918
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("p", { className: "text-right text-[30px] font-agg-bold leading-[36px] text-agg-foreground", children: resolvedAmountLabel })
7890
7919
  ] }),
7891
- /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("div", { className: "agg-order-success-summary flex items-center justify-between gap-4", children: [
7892
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("p", { className: "text-agg-base font-agg-bold leading-agg-6 text-agg-foreground", children: tradingLabels.toWin(resolvedTradeSide) }),
7893
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("p", { className: "text-right text-[30px] font-agg-bold leading-[36px] text-agg-success", children: resolvedToWinLabel })
7920
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { className: "agg-order-success-summary flex items-center justify-between gap-4", children: [
7921
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("p", { className: "text-agg-base font-agg-bold leading-agg-6 text-agg-foreground", children: tradingLabels.toWin(resolvedTradeSide) }),
7922
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("p", { className: "text-right text-[30px] font-agg-bold leading-[36px] text-agg-success", children: resolvedToWinLabel })
7894
7923
  ] }),
7895
- summary.potentialReturnLabel ? /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("div", { className: "flex w-full flex-col items-center justify-center gap-1 overflow-hidden rounded-agg-lg border border-agg-primary/50 bg-gradient-to-b from-agg-primary/8 to-agg-primary/15 p-3 text-center", children: [
7896
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("p", { className: "bg-gradient-to-r from-agg-primary to-agg-primary-hover bg-clip-text text-agg-lg font-agg-bold leading-[28px] text-transparent", children: potentialReturnLabel }),
7897
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("p", { className: "text-agg-xs leading-agg-4 text-agg-foreground", children: (_i = tradingLabels.withSmartRouting) != null ? _i : "with Smart Routing" })
7924
+ summary.potentialReturnLabel ? /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { className: "flex w-full flex-col items-center justify-center gap-1 overflow-hidden rounded-agg-lg border border-agg-primary/50 bg-gradient-to-b from-agg-primary/8 to-agg-primary/15 p-3 text-center", children: [
7925
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("p", { className: "bg-gradient-to-r from-agg-primary to-agg-primary-hover bg-clip-text text-agg-lg font-agg-bold leading-[28px] text-transparent", children: potentialReturnLabel }),
7926
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("p", { className: "text-agg-xs leading-agg-4 text-agg-foreground", children: (_i = tradingLabels.withSmartRouting) != null ? _i : "with Smart Routing" })
7898
7927
  ] }) : null,
7899
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("div", { className: "agg-order-success-actions flex gap-3", children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
7928
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("div", { className: "agg-order-success-actions flex gap-3", children: /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
7900
7929
  Button,
7901
7930
  {
7902
7931
  variant: "secondary",
@@ -7912,7 +7941,7 @@ var PlaceOrderSuccessView = ({
7912
7941
  PlaceOrderSuccessView.displayName = "PlaceOrderSuccessView";
7913
7942
 
7914
7943
  // src/trading/place-order/index.tsx
7915
- var import_jsx_runtime120 = require("react/jsx-runtime");
7944
+ var import_jsx_runtime121 = require("react/jsx-runtime");
7916
7945
  var resolveRefetchedQuoteData = (result) => {
7917
7946
  if (!result || typeof result !== "object" || !("data" in result)) return null;
7918
7947
  const data = result.data;
@@ -7931,7 +7960,7 @@ var LoadingGlyph = ({
7931
7960
  className,
7932
7961
  enableAnimations
7933
7962
  }) => {
7934
- return /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
7963
+ return /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
7935
7964
  "span",
7936
7965
  {
7937
7966
  "aria-hidden": "true",
@@ -8049,8 +8078,8 @@ var PlaceOrderSlippageControl = ({
8049
8078
  if (!isEditing) return;
8050
8079
  handleCommitDraft(false);
8051
8080
  };
8052
- return /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { ref: containerRef, className: "agg-slippage-control w-full", onBlur: handleContainerBlur, children: [
8053
- /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)(
8081
+ return /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { ref: containerRef, className: "agg-slippage-control w-full", onBlur: handleContainerBlur, children: [
8082
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)(
8054
8083
  "button",
8055
8084
  {
8056
8085
  ref: triggerRef,
@@ -8068,8 +8097,8 @@ var PlaceOrderSlippageControl = ({
8068
8097
  ),
8069
8098
  onClick: handleToggleEditing,
8070
8099
  children: [
8071
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("span", { className: "agg-slippage-label", children: collapsedLabel }),
8072
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
8100
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("span", { className: "agg-slippage-label", children: collapsedLabel }),
8101
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
8073
8102
  Icon,
8074
8103
  {
8075
8104
  name: isEditing ? "chevron-up" : "pencil",
@@ -8081,7 +8110,7 @@ var PlaceOrderSlippageControl = ({
8081
8110
  ]
8082
8111
  }
8083
8112
  ),
8084
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
8113
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
8085
8114
  "div",
8086
8115
  {
8087
8116
  "aria-hidden": !isEditing,
@@ -8095,10 +8124,10 @@ var PlaceOrderSlippageControl = ({
8095
8124
  "transition-[grid-template-rows,opacity,margin-top] duration-300 ease-[cubic-bezier(0.22,1,0.36,1)]"
8096
8125
  )
8097
8126
  ),
8098
- children: /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("div", { className: "min-h-0", children: /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { className: "agg-slippage-editor-body flex flex-col gap-2", children: [
8099
- /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { className: "agg-slippage-input-row flex h-9 overflow-hidden rounded-agg-sm border border-agg-separator", children: [
8100
- /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { className: "agg-slippage-input-group flex min-w-0 flex-1 items-center gap-2 bg-agg-secondary px-3", children: [
8101
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
8127
+ children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("div", { className: "min-h-0", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: "agg-slippage-editor-body flex flex-col gap-2", children: [
8128
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: "agg-slippage-input-row flex h-9 overflow-hidden rounded-agg-sm border border-agg-separator", children: [
8129
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: "agg-slippage-input-group flex min-w-0 flex-1 items-center gap-2 bg-agg-secondary px-3", children: [
8130
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
8102
8131
  "input",
8103
8132
  {
8104
8133
  ref: inputRef,
@@ -8113,7 +8142,7 @@ var PlaceOrderSlippageControl = ({
8113
8142
  onKeyDown: handleInputKeyDown
8114
8143
  }
8115
8144
  ),
8116
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
8145
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
8117
8146
  "button",
8118
8147
  {
8119
8148
  type: "button",
@@ -8131,8 +8160,8 @@ var PlaceOrderSlippageControl = ({
8131
8160
  }
8132
8161
  )
8133
8162
  ] }),
8134
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("div", { className: "h-full w-px bg-agg-separator", "aria-hidden": "true" }),
8135
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
8163
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("div", { className: "h-full w-px bg-agg-separator", "aria-hidden": "true" }),
8164
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
8136
8165
  "div",
8137
8166
  {
8138
8167
  className: "agg-slippage-suffix flex w-9 items-center justify-center bg-agg-secondary-hover text-agg-sm leading-agg-5 text-agg-muted-foreground",
@@ -8141,7 +8170,7 @@ var PlaceOrderSlippageControl = ({
8141
8170
  }
8142
8171
  )
8143
8172
  ] }),
8144
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
8173
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
8145
8174
  "div",
8146
8175
  {
8147
8176
  "aria-hidden": !resolvedWarningMessage,
@@ -8155,13 +8184,13 @@ var PlaceOrderSlippageControl = ({
8155
8184
  "transition-[grid-template-rows,opacity] duration-200 ease-[cubic-bezier(0.22,1,0.36,1)]"
8156
8185
  )
8157
8186
  ),
8158
- children: /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("div", { className: "min-h-0", children: /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)(
8187
+ children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("div", { className: "min-h-0", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)(
8159
8188
  "div",
8160
8189
  {
8161
8190
  id: warningId,
8162
8191
  className: "agg-slippage-warning-message flex items-start gap-2 text-agg-sm leading-agg-5 text-agg-foreground",
8163
8192
  children: [
8164
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
8193
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
8165
8194
  Icon,
8166
8195
  {
8167
8196
  name: "warning-filled",
@@ -8170,7 +8199,7 @@ var PlaceOrderSlippageControl = ({
8170
8199
  color: "currentColor"
8171
8200
  }
8172
8201
  ),
8173
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("p", { children: resolvedWarningMessage != null ? resolvedWarningMessage : "" })
8202
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("p", { children: resolvedWarningMessage != null ? resolvedWarningMessage : "" })
8174
8203
  ]
8175
8204
  }
8176
8205
  ) })
@@ -8190,9 +8219,9 @@ var renderCardHeader = ({
8190
8219
  onClose
8191
8220
  }) => {
8192
8221
  if (!headerTitle) return null;
8193
- return /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { className: cn("agg-order-panel-header flex flex-col gap-2", className), children: [
8194
- /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { className: "agg-order-market-summary flex items-center gap-3", children: [
8195
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
8222
+ return /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: cn("agg-order-panel-header flex flex-col gap-2", className), children: [
8223
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: "agg-order-market-summary flex items-center gap-3", children: [
8224
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
8196
8225
  RemoteImage,
8197
8226
  {
8198
8227
  src: headerImage,
@@ -8200,19 +8229,19 @@ var renderCardHeader = ({
8200
8229
  className: "agg-order-market-image h-12 w-12 shrink-0 overflow-hidden rounded-agg-lg object-cover"
8201
8230
  }
8202
8231
  ),
8203
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("p", { className: "agg-order-market-title min-w-0 flex-1 text-agg-base font-agg-bold leading-agg-6 text-agg-foreground line-clamp-2", children: headerTitle }),
8204
- onClose ? /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
8232
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("p", { className: "agg-order-market-title min-w-0 flex-1 text-agg-base font-agg-bold leading-agg-6 text-agg-foreground line-clamp-2", children: headerTitle }),
8233
+ onClose ? /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
8205
8234
  "button",
8206
8235
  {
8207
8236
  type: "button",
8208
8237
  className: "agg-order-close -mr-1 -mt-1 hidden shrink-0 cursor-pointer items-center justify-center p-1 text-agg-muted-foreground hover:text-agg-foreground sm:flex",
8209
8238
  "aria-label": "Close",
8210
8239
  onClick: onClose,
8211
- children: /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(CloseIcon, { className: "h-5 w-5" })
8240
+ children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(CloseIcon, { className: "h-5 w-5" })
8212
8241
  }
8213
8242
  ) : null
8214
8243
  ] }),
8215
- headerSubtitle ? /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("p", { className: "agg-order-market-subtitle text-agg-base leading-agg-6 text-agg-foreground", children: headerSubtitle }) : null
8244
+ headerSubtitle ? /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("p", { className: "agg-order-market-subtitle text-agg-base leading-agg-6 text-agg-foreground", children: headerSubtitle }) : null
8216
8245
  ] });
8217
8246
  };
8218
8247
  var PlaceOrderResolvedView = ({
@@ -8225,7 +8254,7 @@ var PlaceOrderResolvedView = ({
8225
8254
  const labels = (0, import_hooks29.useLabels)();
8226
8255
  const tradingLabels = labels.trading;
8227
8256
  const extendedTradingLabels = tradingLabels;
8228
- return /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
8257
+ return /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
8229
8258
  Card,
8230
8259
  {
8231
8260
  className: cn(
@@ -8234,19 +8263,19 @@ var PlaceOrderResolvedView = ({
8234
8263
  classNames == null ? void 0 : classNames.root,
8235
8264
  className
8236
8265
  ),
8237
- children: /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { className: cn("agg-order-panel-body flex flex-col", classNames == null ? void 0 : classNames.body), children: [
8238
- /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { className: "flex flex-col items-center gap-6 p-8", children: [
8239
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
8266
+ children: /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: cn("agg-order-panel-body flex flex-col", classNames == null ? void 0 : classNames.body), children: [
8267
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: "flex flex-col items-center gap-6 p-8", children: [
8268
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
8240
8269
  "div",
8241
8270
  {
8242
8271
  className: cn(
8243
8272
  "flex h-15 w-15 items-center justify-center rounded-full",
8244
8273
  "bg-agg-primary/15"
8245
8274
  ),
8246
- children: /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(Icon, { name: "success-check", className: cn("h-6 w-6", "text-agg-primary") })
8275
+ children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(Icon, { name: "success-check", className: cn("h-6 w-6", "text-agg-primary") })
8247
8276
  }
8248
8277
  ),
8249
- /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)(
8278
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)(
8250
8279
  "div",
8251
8280
  {
8252
8281
  className: cn(
@@ -8254,31 +8283,31 @@ var PlaceOrderResolvedView = ({
8254
8283
  classNames == null ? void 0 : classNames.content
8255
8284
  ),
8256
8285
  children: [
8257
- tradingState.market ? /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(Typography, { variant: "body", children: tradingState.market.question }) : null,
8258
- tradingState.winningOutcome ? /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(Typography, { variant: "body-large-strong", children: tradingLabels.outcome(tradingState.winningOutcome.label) }) : null
8286
+ tradingState.market ? /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(Typography, { variant: "body", children: tradingState.market.question }) : null,
8287
+ tradingState.winningOutcome ? /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(Typography, { variant: "body-large-strong", children: tradingLabels.outcome(tradingState.winningOutcome.label) }) : null
8259
8288
  ]
8260
8289
  }
8261
8290
  )
8262
8291
  ] }),
8263
- resolvedClaim ? /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)(import_jsx_runtime120.Fragment, { children: [
8264
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("div", { className: "h-px w-full bg-agg-separator" }),
8265
- /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { className: "flex w-full flex-col gap-5 p-6", children: [
8266
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(Typography, { variant: "body-strong", className: "text-center", children: (_a = extendedTradingLabels.resolvedEarningsTitle) != null ? _a : "Your Earnings" }),
8267
- /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { className: "flex flex-col gap-3 text-agg-sm leading-agg-5 text-agg-foreground", children: [
8268
- resolvedClaim.resolutionDateLabel ? /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { className: "flex items-center justify-between gap-4", children: [
8269
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("span", { children: (_b = extendedTradingLabels.resolvedResolutionDateLabel) != null ? _b : "Resolution date" }),
8270
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("span", { className: "font-agg-bold", children: resolvedClaim.resolutionDateLabel })
8292
+ resolvedClaim ? /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)(import_jsx_runtime121.Fragment, { children: [
8293
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("div", { className: "h-px w-full bg-agg-separator" }),
8294
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: "flex w-full flex-col gap-5 p-6", children: [
8295
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(Typography, { variant: "body-strong", className: "text-center", children: (_a = extendedTradingLabels.resolvedEarningsTitle) != null ? _a : "Your Earnings" }),
8296
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: "flex flex-col gap-3 text-agg-sm leading-agg-5 text-agg-foreground", children: [
8297
+ resolvedClaim.resolutionDateLabel ? /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: "flex items-center justify-between gap-4", children: [
8298
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("span", { children: (_b = extendedTradingLabels.resolvedResolutionDateLabel) != null ? _b : "Resolution date" }),
8299
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("span", { className: "font-agg-bold", children: resolvedClaim.resolutionDateLabel })
8271
8300
  ] }) : null,
8272
- /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { className: "flex items-center justify-between gap-4", children: [
8273
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("span", { children: (_c = extendedTradingLabels.resolvedSharesLabel) != null ? _c : "Shares" }),
8274
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("span", { className: "font-agg-bold", children: resolvedClaim.sharesLabel })
8301
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: "flex items-center justify-between gap-4", children: [
8302
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("span", { children: (_c = extendedTradingLabels.resolvedSharesLabel) != null ? _c : "Shares" }),
8303
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("span", { className: "font-agg-bold", children: resolvedClaim.sharesLabel })
8275
8304
  ] }),
8276
- /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { className: "flex items-center justify-between gap-4", children: [
8277
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("span", { children: (_d = extendedTradingLabels.resolvedTotalPayoutLabel) != null ? _d : "Total payout" }),
8278
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("span", { className: "font-agg-bold", children: resolvedClaim.totalPayoutLabel })
8305
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: "flex items-center justify-between gap-4", children: [
8306
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("span", { children: (_d = extendedTradingLabels.resolvedTotalPayoutLabel) != null ? _d : "Total payout" }),
8307
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("span", { className: "font-agg-bold", children: resolvedClaim.totalPayoutLabel })
8279
8308
  ] })
8280
8309
  ] }),
8281
- resolvedClaim.onClaim ? /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
8310
+ resolvedClaim.onClaim ? /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
8282
8311
  Button,
8283
8312
  {
8284
8313
  size: "large",
@@ -8299,18 +8328,18 @@ var renderRouteBreakdownRow = (row) => {
8299
8328
  var _a, _b;
8300
8329
  const venueLabel = getTradingVenueLabel(row.venue);
8301
8330
  const rowKey = `${row.venue}-${row.label}-${row.priceLabel}-${(_a = row.resultLabel) != null ? _a : ""}`;
8302
- return /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)(
8331
+ return /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)(
8303
8332
  "div",
8304
8333
  {
8305
8334
  className: "agg-route-breakdown-row flex items-center justify-between gap-4 text-left",
8306
8335
  children: [
8307
- /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { className: "agg-route-breakdown-market flex min-w-0 items-center gap-2", children: [
8308
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(VenueLogo, { venue: row.venue, className: "size-3!", ariaLabel: venueLabel }),
8309
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("p", { className: "agg-route-breakdown-label truncate text-agg-sm leading-agg-5 text-agg-foreground", children: row.label })
8336
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: "agg-route-breakdown-market flex min-w-0 items-center gap-2", children: [
8337
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(VenueLogo, { venue: row.venue, className: "size-3!", ariaLabel: venueLabel }),
8338
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("p", { className: "agg-route-breakdown-label truncate text-agg-sm leading-agg-5 text-agg-foreground", children: row.label })
8310
8339
  ] }),
8311
- /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { className: "agg-route-breakdown-value flex shrink-0 items-center gap-2 text-agg-sm leading-agg-5", children: [
8312
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("p", { className: "text-agg-muted-foreground", children: row.priceLabel }),
8313
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("p", { className: "text-agg-foreground", children: (_b = row.resultLabel) != null ? _b : "" })
8340
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: "agg-route-breakdown-value flex shrink-0 items-center gap-2 text-agg-sm leading-agg-5", children: [
8341
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("p", { className: "text-agg-muted-foreground", children: row.priceLabel }),
8342
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("p", { className: "text-agg-foreground", children: (_b = row.resultLabel) != null ? _b : "" })
8314
8343
  ] })
8315
8344
  ]
8316
8345
  },
@@ -8328,7 +8357,7 @@ var renderRouteCard = ({
8328
8357
  var _a, _b;
8329
8358
  const showSplitDetails = isSelected && isExpanded && card.kind === "split" && !!((_a = card.rows) == null ? void 0 : _a.length);
8330
8359
  const ariaLabel = [card.label, card.hint, card.value].filter(Boolean).join(" ");
8331
- return /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
8360
+ return /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
8332
8361
  "button",
8333
8362
  {
8334
8363
  type: "button",
@@ -8347,10 +8376,10 @@ var renderRouteCard = ({
8347
8376
  isSelected && !card.isUnavailable ? "border border-agg-trade-highlight-border bg-linear-to-b from-agg-trade-highlight-surface-from to-agg-trade-highlight-surface-to" : "border-transparent bg-agg-secondary-hover"
8348
8377
  ),
8349
8378
  onClick: () => onSelect(card.id),
8350
- children: /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { className: "agg-route-card-content relative z-10 flex flex-col gap-3", children: [
8351
- /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { className: "agg-route-card-header flex items-center justify-between gap-4", children: [
8352
- /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { className: "agg-route-card-meta flex min-w-0 gap-3 items-center", children: [
8353
- card.kind === "split" ? /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
8379
+ children: /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: "agg-route-card-content relative z-10 flex flex-col gap-3", children: [
8380
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: "agg-route-card-header flex items-center justify-between gap-4", children: [
8381
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: "agg-route-card-meta flex min-w-0 gap-3 items-center", children: [
8382
+ card.kind === "split" ? /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
8354
8383
  Icon,
8355
8384
  {
8356
8385
  name: "sparkles-filled",
@@ -8361,7 +8390,7 @@ var renderRouteCard = ({
8361
8390
  ),
8362
8391
  "aria-hidden": "true"
8363
8392
  }
8364
- ) : card.venue ? /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
8393
+ ) : card.venue ? /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
8365
8394
  VenueLogo,
8366
8395
  {
8367
8396
  venue: card.venue,
@@ -8369,10 +8398,10 @@ var renderRouteCard = ({
8369
8398
  ariaLabel: getTradingVenueLabel(card.venue)
8370
8399
  }
8371
8400
  ) : null,
8372
- /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { className: "flex flex-col gap-1 min-w-0", children: [
8373
- /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { className: "flex items-center gap-1.5", children: [
8374
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("p", { className: "agg-route-card-title truncate text-agg-sm leading-agg-5 text-agg-foreground", children: card.label }),
8375
- card.isUnavailable ? /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
8401
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: "flex flex-col gap-1 min-w-0", children: [
8402
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: "flex items-center gap-1.5", children: [
8403
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("p", { className: "agg-route-card-title truncate text-agg-sm leading-agg-5 text-agg-foreground", children: card.label }),
8404
+ card.isUnavailable ? /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
8376
8405
  Icon,
8377
8406
  {
8378
8407
  name: "lock",
@@ -8380,7 +8409,7 @@ var renderRouteCard = ({
8380
8409
  className: "shrink-0 text-agg-muted-foreground",
8381
8410
  "aria-hidden": "true"
8382
8411
  }
8383
- ) : card.kind === "split" && isSelected ? /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
8412
+ ) : card.kind === "split" && isSelected ? /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
8384
8413
  Icon,
8385
8414
  {
8386
8415
  name: showSplitDetails ? "chevron-up" : "chevron-down",
@@ -8390,10 +8419,10 @@ var renderRouteCard = ({
8390
8419
  }
8391
8420
  ) : null
8392
8421
  ] }),
8393
- card.hint ? /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("p", { className: "agg-route-card-hint text-agg-xs leading-agg-4 text-agg-muted-foreground", children: card.hint }) : null
8422
+ card.hint ? /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("p", { className: "agg-route-card-hint text-agg-xs leading-agg-4 text-agg-muted-foreground", children: card.hint }) : null
8394
8423
  ] })
8395
8424
  ] }),
8396
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
8425
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
8397
8426
  "p",
8398
8427
  {
8399
8428
  className: cn(
@@ -8405,9 +8434,9 @@ var renderRouteCard = ({
8405
8434
  }
8406
8435
  )
8407
8436
  ] }),
8408
- showSplitDetails ? /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)(import_jsx_runtime120.Fragment, { children: [
8409
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("p", { className: "agg-route-card-description text-agg-xs leading-agg-4 text-agg-foreground", children: tradingLabels.splitOrderDescription }),
8410
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("div", { className: "agg-route-breakdown flex flex-col gap-3", children: (_b = card.rows) == null ? void 0 : _b.map((row) => renderRouteBreakdownRow(row)) })
8437
+ showSplitDetails ? /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)(import_jsx_runtime121.Fragment, { children: [
8438
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("p", { className: "agg-route-card-description text-agg-xs leading-agg-4 text-agg-foreground", children: tradingLabels.splitOrderDescription }),
8439
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("div", { className: "agg-route-breakdown flex flex-col gap-3", children: (_b = card.rows) == null ? void 0 : _b.map((row) => renderRouteBreakdownRow(row)) })
8411
8440
  ] }) : null
8412
8441
  ] })
8413
8442
  }
@@ -8430,7 +8459,7 @@ var renderSubmissionSurface = ({
8430
8459
  executionVenue: progressState.executionVenue,
8431
8460
  labels: tradingLabels
8432
8461
  });
8433
- return /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
8462
+ return /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
8434
8463
  Card,
8435
8464
  {
8436
8465
  className: cn(
@@ -8439,31 +8468,31 @@ var renderSubmissionSurface = ({
8439
8468
  classNames == null ? void 0 : classNames.root,
8440
8469
  className
8441
8470
  ),
8442
- children: /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { className: cn("agg-order-submission-body flex flex-col gap-6 p-5", classNames == null ? void 0 : classNames.body), children: [
8471
+ children: /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: cn("agg-order-submission-body flex flex-col gap-6 p-5", classNames == null ? void 0 : classNames.body), children: [
8443
8472
  renderCardHeader({
8444
8473
  className: classNames == null ? void 0 : classNames.header,
8445
8474
  headerSubtitle,
8446
8475
  headerImage,
8447
8476
  headerTitle
8448
8477
  }),
8449
- /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { className: cn("agg-order-panel-content flex flex-col gap-6", classNames == null ? void 0 : classNames.content), children: [
8450
- /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { className: "agg-order-submission-status flex h-12 w-full items-center justify-center gap-3 rounded-agg-full bg-agg-primary-hover px-8 text-agg-base font-agg-bold leading-agg-6 text-agg-on-primary", children: [
8451
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(LoadingGlyph, { enableAnimations, className: "h-4 w-4 text-current" }),
8452
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("span", { children: actionLabel })
8478
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: cn("agg-order-panel-content flex flex-col gap-6", classNames == null ? void 0 : classNames.content), children: [
8479
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: "agg-order-submission-status flex h-12 w-full items-center justify-center gap-3 rounded-agg-full bg-agg-primary-hover px-8 text-agg-base font-agg-bold leading-agg-6 text-agg-on-primary", children: [
8480
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(LoadingGlyph, { enableAnimations, className: "h-4 w-4 text-current" }),
8481
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("span", { children: actionLabel })
8453
8482
  ] }),
8454
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
8483
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
8455
8484
  "div",
8456
8485
  {
8457
8486
  className: "agg-order-submission-steps agg-order-submission-group flex flex-col gap-2",
8458
8487
  "data-testid": "agg-order-submission-steps",
8459
8488
  children: displayRows.map((step) => {
8460
- return /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)(
8489
+ return /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)(
8461
8490
  "div",
8462
8491
  {
8463
8492
  className: "agg-order-submission-step flex items-center gap-2 text-agg-sm leading-agg-5 text-agg-foreground",
8464
8493
  "data-status": step.status,
8465
8494
  children: [
8466
- step.status === "complete" ? /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
8495
+ step.status === "complete" ? /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
8467
8496
  Icon,
8468
8497
  {
8469
8498
  name: "check-circle",
@@ -8471,15 +8500,15 @@ var renderSubmissionSurface = ({
8471
8500
  className: "h-3 w-3 shrink-0 text-agg-primary",
8472
8501
  "aria-hidden": "true"
8473
8502
  }
8474
- ) : /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
8503
+ ) : /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
8475
8504
  LoadingGlyph,
8476
8505
  {
8477
8506
  enableAnimations,
8478
8507
  className: "h-3 w-3 shrink-0 text-agg-primary"
8479
8508
  }
8480
8509
  ),
8481
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("p", { className: "min-w-0 flex-1", children: step.label }),
8482
- step.venue ? /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
8510
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("p", { className: "min-w-0 flex-1", children: step.label }),
8511
+ step.venue ? /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
8483
8512
  VenueLogo,
8484
8513
  {
8485
8514
  venue: step.venue,
@@ -8500,7 +8529,7 @@ var renderSubmissionSurface = ({
8500
8529
  }
8501
8530
  );
8502
8531
  };
8503
- var InitiateKycButton = ({ label: label2, onOpen }) => /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
8532
+ var InitiateKycButton = ({ label: label2, onOpen }) => /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
8504
8533
  Button,
8505
8534
  {
8506
8535
  size: "large",
@@ -8517,35 +8546,35 @@ var KycVerifyModal = ({
8517
8546
  isInitiating,
8518
8547
  labels
8519
8548
  }) => {
8520
- return /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
8549
+ return /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
8521
8550
  Modal,
8522
8551
  {
8523
8552
  open,
8524
8553
  onOpenChange: (next) => {
8525
8554
  onOpenChange(next);
8526
8555
  },
8527
- children: /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)(Modal.Container, { maxWidth: "480px", "aria-label": labels.title, children: [
8528
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(Dialog2.Title, { className: "sr-only", children: labels.title }),
8529
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(Dialog2.Description, { className: "sr-only", children: labels.description }),
8530
- /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)(Modal.Body, { classNames: { root: "sm:px-10 sm:py-12" }, children: [
8531
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
8556
+ children: /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)(Modal.Container, { maxWidth: "480px", "aria-label": labels.title, children: [
8557
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(Dialog2.Title, { className: "sr-only", children: labels.title }),
8558
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(Dialog2.Description, { className: "sr-only", children: labels.description }),
8559
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)(Modal.Body, { classNames: { root: "sm:px-10 sm:py-12" }, children: [
8560
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
8532
8561
  "button",
8533
8562
  {
8534
8563
  type: "button",
8535
8564
  className: "absolute right-8 top-7 flex items-center justify-center text-agg-foreground transition-colors hover:text-agg-foreground/80",
8536
8565
  onClick: () => onOpenChange(false),
8537
8566
  "aria-label": "Close",
8538
- children: /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(CloseIcon, { className: "h-6 w-6" })
8567
+ children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(CloseIcon, { className: "h-6 w-6" })
8539
8568
  }
8540
8569
  ),
8541
- /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { className: "flex flex-col items-center gap-8 text-center", children: [
8542
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("div", { className: "flex h-[60px] w-[60px] items-center justify-center text-agg-muted-foreground", children: /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(UserTrustIcon, { className: "h-[60px] w-[60px]" }) }),
8543
- /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { className: "flex flex-col items-center gap-3", children: [
8544
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("h3", { className: "text-agg-2xl leading-agg-8 font-agg-bold text-agg-foreground", children: labels.title }),
8545
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("p", { className: "agg-type-body text-agg-foreground", children: labels.description })
8570
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: "flex flex-col items-center gap-8 text-center", children: [
8571
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("div", { className: "flex h-[60px] w-[60px] items-center justify-center text-agg-muted-foreground", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(UserTrustIcon, { className: "h-[60px] w-[60px]" }) }),
8572
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: "flex flex-col items-center gap-3", children: [
8573
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("h3", { className: "text-agg-2xl leading-agg-8 font-agg-bold text-agg-foreground", children: labels.title }),
8574
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("p", { className: "agg-type-body text-agg-foreground", children: labels.description })
8546
8575
  ] }),
8547
- /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { className: "flex w-full flex-col items-center gap-5", children: [
8548
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
8576
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: "flex w-full flex-col items-center gap-5", children: [
8577
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
8549
8578
  Button,
8550
8579
  {
8551
8580
  size: "large",
@@ -8556,7 +8585,7 @@ var KycVerifyModal = ({
8556
8585
  children: labels.startVerification
8557
8586
  }
8558
8587
  ),
8559
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
8588
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
8560
8589
  "button",
8561
8590
  {
8562
8591
  type: "button",
@@ -8576,27 +8605,27 @@ var KycSuccessModal = ({
8576
8605
  open,
8577
8606
  onOpenChange,
8578
8607
  labels
8579
- }) => /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(Modal, { open, onOpenChange, children: /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)(Modal.Container, { maxWidth: "480px", "aria-label": labels.title, children: [
8580
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(Dialog2.Title, { className: "sr-only", children: labels.title }),
8581
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(Dialog2.Description, { className: "sr-only", children: labels.description }),
8582
- /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)(Modal.Body, { classNames: { root: "px-10 py-12" }, children: [
8583
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
8608
+ }) => /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(Modal, { open, onOpenChange, children: /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)(Modal.Container, { maxWidth: "480px", "aria-label": labels.title, children: [
8609
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(Dialog2.Title, { className: "sr-only", children: labels.title }),
8610
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(Dialog2.Description, { className: "sr-only", children: labels.description }),
8611
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)(Modal.Body, { classNames: { root: "px-10 py-12" }, children: [
8612
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
8584
8613
  "button",
8585
8614
  {
8586
8615
  type: "button",
8587
8616
  className: "absolute right-8 top-7 flex items-center justify-center text-agg-foreground transition-colors hover:text-agg-foreground/80",
8588
8617
  onClick: () => onOpenChange(false),
8589
8618
  "aria-label": "Close",
8590
- children: /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(CloseIcon, { className: "h-6 w-6" })
8619
+ children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(CloseIcon, { className: "h-6 w-6" })
8591
8620
  }
8592
8621
  ),
8593
- /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { className: "flex flex-col items-center gap-8 text-center", children: [
8594
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("div", { className: "flex h-[60px] w-[60px] items-center justify-center rounded-full bg-agg-success/15", children: /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(SuccessCheckIcon, { className: "h-6 w-6 text-agg-success" }) }),
8595
- /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { className: "flex flex-col items-center gap-3", children: [
8596
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("h3", { className: "text-agg-2xl leading-agg-8 font-agg-bold text-agg-foreground", children: labels.title }),
8597
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("p", { className: "agg-type-body text-agg-foreground", children: labels.description })
8622
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: "flex flex-col items-center gap-8 text-center", children: [
8623
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("div", { className: "flex h-[60px] w-[60px] items-center justify-center rounded-full bg-agg-success/15", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(SuccessCheckIcon, { className: "h-6 w-6 text-agg-success" }) }),
8624
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: "flex flex-col items-center gap-3", children: [
8625
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("h3", { className: "text-agg-2xl leading-agg-8 font-agg-bold text-agg-foreground", children: labels.title }),
8626
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("p", { className: "agg-type-body text-agg-foreground", children: labels.description })
8598
8627
  ] }),
8599
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
8628
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
8600
8629
  Button,
8601
8630
  {
8602
8631
  variant: "secondary",
@@ -8613,7 +8642,7 @@ var PlaceOrder = ({
8613
8642
  className,
8614
8643
  classNames,
8615
8644
  eventTradingState,
8616
- executionMode = "live",
8645
+ executionMode,
8617
8646
  isLoading = false,
8618
8647
  isPrimaryActionDisabled = false,
8619
8648
  isPrimaryActionLoading = false,
@@ -8633,7 +8662,8 @@ var PlaceOrder = ({
8633
8662
  const {
8634
8663
  enableDebug: isExecutionDebugEnabled,
8635
8664
  features: { enableAnimations, showFeesBreakdown },
8636
- general: { locale }
8665
+ general: { locale },
8666
+ trading: { executionMode: configuredExecutionMode = "live" } = { executionMode: "live" }
8637
8667
  } = (0, import_hooks29.useSdkUiConfig)();
8638
8668
  const labels = (0, import_hooks29.useLabels)();
8639
8669
  const tradingLabels = labels.trading;
@@ -8698,7 +8728,8 @@ var PlaceOrder = ({
8698
8728
  );
8699
8729
  const isResolvedOutcomeCtaLocked = resolvedEventTradingState.kind === "resolved" || resolvedTradingState.kind === "resolved";
8700
8730
  const { isAuthenticated, user } = (0, import_hooks29.useAggAuthContext)();
8701
- const isPaperMode = executionMode === "paper";
8731
+ const resolvedExecutionMode = executionMode != null ? executionMode : configuredExecutionMode;
8732
+ const isPaperMode = resolvedExecutionMode === "paper";
8702
8733
  const liveBalanceState = (0, import_hooks29.useAggBalanceState)();
8703
8734
  const paperBalancesQuery = (0, import_hooks29.useManagedBalances)({
8704
8735
  enabled: Boolean(isAuthenticated && isPaperMode),
@@ -9211,6 +9242,7 @@ var PlaceOrder = ({
9211
9242
  const visibleRouteCards = orderedRouteCards.length > PLACE_ORDER_ROUTE_COLLAPSED_CARD_COUNT && !isRoutesExpanded ? orderedRouteCards.slice(0, PLACE_ORDER_ROUTE_COLLAPSED_CARD_COUNT) : orderedRouteCards;
9212
9243
  const hasEnteredAmount = internalAmount > 0;
9213
9244
  const isQuoteLoading = hasEnteredAmount && (smartRoute.isFetching || smartRoute.isLoading);
9245
+ const routeLoadingMessage = isQuoteLoading ? smartRoute.loadingReason === "updating-route" ? tradingLabels.updatingRoute : smartRoute.loadingReason === "refreshing-quotes" ? tradingLabels.refreshingQuotes : tradingLabels.findingBestOdds : null;
9214
9246
  const isInsufficientBalance = !isSell && isAuthenticated && hasEnteredAmount && !isBalanceLoading && internalAmount > totalBalance;
9215
9247
  const isQuoteInsufficientBalance = (activeQuoteData == null ? void 0 : activeQuoteData.status) === "insufficient_balance";
9216
9248
  const shouldShowInsufficientBalanceAlert = isInsufficientBalance || isQuoteInsufficientBalance;
@@ -9360,7 +9392,7 @@ var PlaceOrder = ({
9360
9392
  const shouldShowGeoBlockBanner = isTradingBlocked || selectedRouteGeoBlocked || isPrimaryVenueGeoBlocked;
9361
9393
  const actionLabel = `${internalTab === "buy" ? tradingLabels.buy : tradingLabels.sell} ${selectedOutcomeLabel}`.trim();
9362
9394
  const isActionDisabled = isPrimaryActionDisabled || !orderEligibility.canPlaceOrder || isActionLoading || !hasEnteredAmount || !scopedSelectedMarket || isInsufficientBalance || isQuoteInsufficientBalance || isBelowMinimum || isQuoteLoading || !selectedRouteCard || !selectedRouteCard.quoteData.quoteId || selectedRouteGeoBlocked || !isAuthenticated || quoteStatus !== void 0;
9363
- const shouldShowSmartRouting = orderEligibility.canPlaceOrder && hasEnteredAmount && !isBelowMinimum && (orderedRouteCards.length > 0 || smartRoute.isFetching);
9395
+ const shouldShowSmartRouting = orderEligibility.canPlaceOrder && hasEnteredAmount && !isBelowMinimum && (orderedRouteCards.length > 0 || smartRoute.isFetching || smartRoute.isLoading);
9364
9396
  const shouldShowRouteToggle = !isQuoteLoading && orderedRouteCards.length > PLACE_ORDER_ROUTE_COLLAPSED_CARD_COUNT;
9365
9397
  const handleReturnToOrderForm = (0, import_react9.useCallback)(() => {
9366
9398
  const submittedSelection = submittedSelectionRef.current;
@@ -9611,7 +9643,7 @@ var PlaceOrder = ({
9611
9643
  ]);
9612
9644
  const resolvedStatusClassName = cn(classNames == null ? void 0 : classNames.root, className);
9613
9645
  if (isLoading) {
9614
- return /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
9646
+ return /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
9615
9647
  Skeleton,
9616
9648
  {
9617
9649
  ariaLabel: labels.common.loading,
@@ -9622,7 +9654,7 @@ var PlaceOrder = ({
9622
9654
  }
9623
9655
  if (submissionProgressState) {
9624
9656
  if (submissionProgressState.phase === "success" && submissionProgressState.summary) {
9625
- return /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
9657
+ return /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
9626
9658
  PlaceOrderSuccessView,
9627
9659
  {
9628
9660
  className: resolvedStatusClassName,
@@ -9634,7 +9666,7 @@ var PlaceOrder = ({
9634
9666
  );
9635
9667
  }
9636
9668
  if (submissionProgressState.phase === "failed") {
9637
- return /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
9669
+ return /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
9638
9670
  PlaceOrderFailureView,
9639
9671
  {
9640
9672
  className: resolvedStatusClassName,
@@ -9740,7 +9772,7 @@ var PlaceOrder = ({
9740
9772
  }
9741
9773
  });
9742
9774
  if (!orderEligibility.canPlaceOrder && resolvedReadOnlyTradingState.kind !== "open") {
9743
- return /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
9775
+ return /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
9744
9776
  PlaceOrderResolvedView,
9745
9777
  {
9746
9778
  tradingState: resolvedReadOnlyTradingState,
@@ -9750,8 +9782,8 @@ var PlaceOrder = ({
9750
9782
  }
9751
9783
  );
9752
9784
  }
9753
- return /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)(import_react9.Fragment, { children: [
9754
- /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)(
9785
+ return /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)(import_react9.Fragment, { children: [
9786
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)(
9755
9787
  Card,
9756
9788
  {
9757
9789
  className: cn(
@@ -9768,8 +9800,8 @@ var PlaceOrder = ({
9768
9800
  headerTitle,
9769
9801
  onClose
9770
9802
  }),
9771
- /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { className: cn("agg-order-panel-content flex flex-col gap-6", classNames == null ? void 0 : classNames.content), children: [
9772
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
9803
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: cn("agg-order-panel-content flex flex-col gap-6", classNames == null ? void 0 : classNames.content), children: [
9804
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
9773
9805
  "div",
9774
9806
  {
9775
9807
  className: "agg-order-tabs flex items-end border-b border-agg-separator",
@@ -9780,7 +9812,7 @@ var PlaceOrder = ({
9780
9812
  { value: "sell", label: tradingLabels.sell, ref: sellTabRef }
9781
9813
  ].map((tabItem) => {
9782
9814
  const isActive = internalTab === tabItem.value;
9783
- return /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)(
9815
+ return /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)(
9784
9816
  "button",
9785
9817
  {
9786
9818
  ref: tabItem.ref,
@@ -9804,7 +9836,7 @@ var PlaceOrder = ({
9804
9836
  onKeyDown: (event) => handleTabKeyDown(event, tabItem.value),
9805
9837
  children: [
9806
9838
  tabItem.label,
9807
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
9839
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
9808
9840
  "span",
9809
9841
  {
9810
9842
  "aria-hidden": "true",
@@ -9826,7 +9858,7 @@ var PlaceOrder = ({
9826
9858
  })
9827
9859
  }
9828
9860
  ),
9829
- outcomes.length >= 2 ? /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("div", { className: "agg-outcomes flex w-full max-w-full gap-2", children: outcomes.map((outcome, index) => {
9861
+ outcomes.length >= 2 ? /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("div", { className: "agg-outcomes flex w-full max-w-full gap-2", children: outcomes.map((outcome, index) => {
9830
9862
  var _a2, _b2, _c2;
9831
9863
  const price = getDisplayOutcomePrice({
9832
9864
  outcomeId: outcome.id,
@@ -9840,7 +9872,7 @@ var PlaceOrder = ({
9840
9872
  });
9841
9873
  const isActive = outcome.id === scopedSelectedOutcomeId;
9842
9874
  const isPositive = resolveIsPositiveOutcome(outcome, index);
9843
- return /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)(
9875
+ return /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)(
9844
9876
  "button",
9845
9877
  {
9846
9878
  "data-id": outcome.id,
@@ -9860,7 +9892,7 @@ var PlaceOrder = ({
9860
9892
  disabled: !orderEligibility.canPlaceOrder || isResolvedOutcomeCtaLocked,
9861
9893
  onClick: () => handleOutcomeChange(outcome.id),
9862
9894
  children: [
9863
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
9895
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
9864
9896
  Typography,
9865
9897
  {
9866
9898
  as: "span",
@@ -9869,18 +9901,18 @@ var PlaceOrder = ({
9869
9901
  children: (_c2 = outcome.title) != null ? _c2 : outcome.label
9870
9902
  }
9871
9903
  ),
9872
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(Typography, { as: "span", variant: isActive ? "body-strong" : "body", children: formatProbabilityCents(price) })
9904
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(Typography, { as: "span", variant: isActive ? "body-strong" : "body", children: formatProbabilityCents(price) })
9873
9905
  ]
9874
9906
  },
9875
9907
  outcome.id
9876
9908
  );
9877
9909
  }) }) : null,
9878
- /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { className: "agg-order-amount-section flex items-start justify-between gap-4", children: [
9879
- /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { className: "agg-order-amount-meta flex flex-col", children: [
9880
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("p", { className: "agg-order-amount-label text-agg-base font-agg-bold leading-agg-6 text-agg-foreground whitespace-nowrap", children: tradingLabels.amount(internalTab) }),
9881
- isAuthenticated ? isSell ? /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("div", { className: "agg-balance-value flex items-baseline gap-1.5 text-agg-sm leading-agg-5 text-agg-muted-foreground", children: isCurrentSellableSharesLoading ? /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(LoadingIcon, { size: "small" }) : /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)(import_jsx_runtime120.Fragment, { children: [
9882
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("span", { className: "whitespace-pre", children: tradingLabels.shares(displayedCurrentSellableShares) }),
9883
- displayedCurrentSellableShares > 0 ? /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
9910
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: "agg-order-amount-section flex items-start justify-between gap-4", children: [
9911
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: "agg-order-amount-meta flex flex-col", children: [
9912
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("p", { className: "agg-order-amount-label text-agg-base font-agg-bold leading-agg-6 text-agg-foreground whitespace-nowrap", children: tradingLabels.amount(internalTab) }),
9913
+ isAuthenticated ? isSell ? /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("div", { className: "agg-balance-value flex items-baseline gap-1.5 text-agg-sm leading-agg-5 text-agg-muted-foreground", children: isCurrentSellableSharesLoading ? /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(LoadingIcon, { size: "small" }) : /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)(import_jsx_runtime121.Fragment, { children: [
9914
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("span", { className: "whitespace-pre", children: tradingLabels.shares(displayedCurrentSellableShares) }),
9915
+ displayedCurrentSellableShares > 0 ? /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
9884
9916
  "button",
9885
9917
  {
9886
9918
  type: "button",
@@ -9896,9 +9928,9 @@ var PlaceOrder = ({
9896
9928
  children: tradingLabels.maxShares
9897
9929
  }
9898
9930
  ) : null
9899
- ] }) }) : /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("p", { className: "agg-balance-value flex items-center gap-2 text-agg-sm leading-agg-5 text-agg-muted-foreground", children: isBalanceLoading ? /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(LoadingIcon, { size: "small" }) : tradingLabels.balance(formatUsd(totalBalance)) }) : null
9931
+ ] }) }) : /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("p", { className: "agg-balance-value flex items-center gap-2 text-agg-sm leading-agg-5 text-agg-muted-foreground", children: isBalanceLoading ? /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(LoadingIcon, { size: "small" }) : tradingLabels.balance(formatUsd(totalBalance)) }) : null
9900
9932
  ] }),
9901
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
9933
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
9902
9934
  CurrencyInput,
9903
9935
  {
9904
9936
  value: internalAmount,
@@ -9918,9 +9950,9 @@ var PlaceOrder = ({
9918
9950
  }
9919
9951
  )
9920
9952
  ] }),
9921
- showFeesBreakdown && hasEnteredAmount && !isBelowMinimum && estimatedFeesValue ? /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { className: "agg-order-fees-section flex items-center justify-between gap-4", children: [
9922
- /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { className: "flex items-center gap-1.5", children: [
9923
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
9953
+ showFeesBreakdown && hasEnteredAmount && !isBelowMinimum && estimatedFeesValue ? /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: "agg-order-fees-section flex items-center justify-between gap-4", children: [
9954
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: "flex items-center gap-1.5", children: [
9955
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
9924
9956
  Typography,
9925
9957
  {
9926
9958
  variant: "text-sm",
@@ -9928,7 +9960,7 @@ var PlaceOrder = ({
9928
9960
  children: tradingLabels.estimatedFees
9929
9961
  }
9930
9962
  ),
9931
- feeBreakdownRows.length > 0 ? /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
9963
+ feeBreakdownRows.length > 0 ? /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
9932
9964
  Tooltip,
9933
9965
  {
9934
9966
  "aria-label": tradingLabels.estimatedFeesTooltipAria,
@@ -9940,13 +9972,13 @@ var PlaceOrder = ({
9940
9972
  icon: "h-3 w-3 text-agg-muted-foreground",
9941
9973
  trigger: "h-3 w-3 text-agg-muted-foreground"
9942
9974
  },
9943
- content: /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("div", { className: "flex w-full flex-col gap-2", children: feeBreakdownRows.map((row) => /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)(
9975
+ content: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("div", { className: "flex w-full flex-col gap-2", children: feeBreakdownRows.map((row) => /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)(
9944
9976
  "div",
9945
9977
  {
9946
9978
  className: "flex items-center justify-between gap-3 text-agg-sm font-agg-normal leading-agg-5 text-agg-foreground",
9947
9979
  children: [
9948
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("span", { children: row.label }),
9949
- row.kind === "badge" ? /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
9980
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("span", { children: row.label }),
9981
+ row.kind === "badge" ? /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
9950
9982
  "span",
9951
9983
  {
9952
9984
  className: cn(
@@ -9956,7 +9988,7 @@ var PlaceOrder = ({
9956
9988
  ),
9957
9989
  children: row.badgeLabel
9958
9990
  }
9959
- ) : /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("span", { className: "text-right", children: row.value })
9991
+ ) : /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("span", { className: "text-right", children: row.value })
9960
9992
  ]
9961
9993
  },
9962
9994
  row.label
@@ -9964,12 +9996,12 @@ var PlaceOrder = ({
9964
9996
  }
9965
9997
  ) : null
9966
9998
  ] }),
9967
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("p", { className: "text-agg-sm leading-agg-5 text-agg-foreground", children: estimatedFeesValue })
9999
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("p", { className: "text-agg-sm leading-agg-5 text-agg-foreground", children: estimatedFeesValue })
9968
10000
  ] }) : null,
9969
- shouldShowSmartRouting ? /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { className: "agg-route-panel flex flex-col gap-3", children: [
9970
- /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { className: "agg-route-panel-header flex items-center justify-between gap-4", children: [
9971
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("p", { className: "agg-route-panel-title text-agg-base font-agg-bold leading-agg-6 text-agg-foreground", children: tradingLabels.smartRouting }),
9972
- shouldShowRouteToggle && !isRoutesExpanded ? /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)(
10001
+ shouldShowSmartRouting ? /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: "agg-route-panel flex flex-col gap-3", children: [
10002
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: "agg-route-panel-header flex items-center justify-between gap-4", children: [
10003
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("p", { className: "agg-route-panel-title text-agg-base font-agg-bold leading-agg-6 text-agg-foreground", children: tradingLabels.smartRouting }),
10004
+ shouldShowRouteToggle && !isRoutesExpanded ? /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)(
9973
10005
  "button",
9974
10006
  {
9975
10007
  type: "button",
@@ -9977,8 +10009,8 @@ var PlaceOrder = ({
9977
10009
  "aria-label": tradingLabels.viewAllRoutes(orderedRouteCards.length),
9978
10010
  onClick: () => setIsRoutesExpanded((currentValue) => !currentValue),
9979
10011
  children: [
9980
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("span", { children: tradingLabels.viewAllRoutes(orderedRouteCards.length) }),
9981
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
10012
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("span", { children: tradingLabels.viewAllRoutes(orderedRouteCards.length) }),
10013
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
9982
10014
  Icon,
9983
10015
  {
9984
10016
  name: "chevron-down",
@@ -9991,20 +10023,11 @@ var PlaceOrder = ({
9991
10023
  }
9992
10024
  ) : null
9993
10025
  ] }),
9994
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("div", { className: "agg-route-list flex flex-col gap-2", children: isQuoteLoading ? /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)(
9995
- "div",
9996
- {
9997
- className: "agg-route-loading flex flex-col gap-2",
9998
- role: "status",
9999
- "aria-label": labels.common.loading,
10000
- "aria-live": "polite",
10001
- children: [
10002
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(PlaceOrderRouteCardSkeleton, {}),
10003
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(PlaceOrderRouteCardSkeleton, {})
10004
- ]
10005
- }
10006
- ) : visibleRouteCards.length > 0 ? visibleRouteCards.map((card) => {
10007
- return /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(import_react9.Fragment, { children: renderRouteCard({
10026
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("div", { className: "agg-route-list flex flex-col gap-2", children: isQuoteLoading ? /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: "agg-route-loading flex flex-col gap-2", "aria-hidden": "true", children: [
10027
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(PlaceOrderRouteCardSkeleton, {}),
10028
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(PlaceOrderRouteCardSkeleton, {})
10029
+ ] }) : visibleRouteCards.length > 0 ? visibleRouteCards.map((card) => {
10030
+ return /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(import_react9.Fragment, { children: renderRouteCard({
10008
10031
  card,
10009
10032
  enableAnimations,
10010
10033
  isExpanded: card.kind === "split" ? isSplitDetailOpen : isRoutesExpanded,
@@ -10014,12 +10037,12 @@ var PlaceOrder = ({
10014
10037
  }) }, card.id);
10015
10038
  }) : null })
10016
10039
  ] }) : null,
10017
- hasEnteredAmount && selectedRouteCard && !isQuoteLoading && !isBelowMinimum && orderEligibility.canPlaceOrder ? /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { className: "agg-order-summary flex items-start justify-between gap-4", children: [
10018
- /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { className: "agg-order-summary-meta flex flex-col", children: [
10019
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("p", { className: "agg-order-summary-label text-agg-base font-agg-bold leading-agg-6 text-agg-foreground", children: tradingLabels.toWin(internalTab) }),
10020
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("p", { className: "agg-order-summary-hint text-agg-sm leading-agg-5 text-agg-muted-foreground", children: displayedToWinHint })
10040
+ hasEnteredAmount && selectedRouteCard && !isQuoteLoading && !isBelowMinimum && orderEligibility.canPlaceOrder ? /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: "agg-order-summary flex items-start justify-between gap-4", children: [
10041
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: "agg-order-summary-meta flex flex-col", children: [
10042
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("p", { className: "agg-order-summary-label text-agg-base font-agg-bold leading-agg-6 text-agg-foreground", children: tradingLabels.toWin(internalTab) }),
10043
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("p", { className: "agg-order-summary-hint text-agg-sm leading-agg-5 text-agg-muted-foreground", children: displayedToWinHint })
10021
10044
  ] }),
10022
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
10045
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
10023
10046
  import_react8.default,
10024
10047
  {
10025
10048
  value: displayedToWinValue,
@@ -10034,7 +10057,7 @@ var PlaceOrder = ({
10034
10057
  }
10035
10058
  )
10036
10059
  ] }) : null,
10037
- /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)(
10060
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)(
10038
10061
  "div",
10039
10062
  {
10040
10063
  className: cn(
@@ -10042,17 +10065,17 @@ var PlaceOrder = ({
10042
10065
  classNames == null ? void 0 : classNames.footer
10043
10066
  ),
10044
10067
  children: [
10045
- !shouldShowGeoBlockBanner ? /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { className: "agg-order-alerts flex flex-col gap-3 empty:hidden mb-3", children: [
10046
- submissionFeedback ? /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
10068
+ !shouldShowGeoBlockBanner ? /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: "agg-order-alerts flex flex-col gap-3 empty:hidden mb-3", children: [
10069
+ submissionFeedback ? /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
10047
10070
  InlineAlert,
10048
10071
  {
10049
10072
  tone: submissionFeedback.tone,
10050
10073
  message: submissionFeedback.message
10051
10074
  }
10052
10075
  ) : null,
10053
- !submissionFeedback && orderEligibility.canPlaceOrder && !isInsufficientBalance && isBelowMinimum ? /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(InlineAlert, { tone: "error", message: belowMinimumMessage }) : null,
10054
- !submissionFeedback && orderEligibility.canPlaceOrder && !isInsufficientBalance && !isBelowMinimum && quoteStatus ? /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(InlineAlert, { tone: quoteStatus.tone, message: quoteStatus.message }) : null,
10055
- !submissionFeedback && orderEligibility.canPlaceOrder && !isInsufficientBalance && !isBelowMinimum && !quoteStatus && isAuthenticated && hasEnteredAmount && smartRouteErrorMessage ? /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
10076
+ !submissionFeedback && orderEligibility.canPlaceOrder && !isInsufficientBalance && isBelowMinimum ? /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(InlineAlert, { tone: "error", message: belowMinimumMessage }) : null,
10077
+ !submissionFeedback && orderEligibility.canPlaceOrder && !isInsufficientBalance && !isBelowMinimum && quoteStatus ? /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(InlineAlert, { tone: quoteStatus.tone, message: quoteStatus.message }) : null,
10078
+ !submissionFeedback && orderEligibility.canPlaceOrder && !isInsufficientBalance && !isBelowMinimum && !quoteStatus && isAuthenticated && hasEnteredAmount && smartRouteErrorMessage ? /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
10056
10079
  InlineAlert,
10057
10080
  {
10058
10081
  tone: "error",
@@ -10064,14 +10087,14 @@ var PlaceOrder = ({
10064
10087
  }
10065
10088
  ) : null
10066
10089
  ] }) : null,
10067
- !submissionFeedback && !shouldShowGeoBlockBanner && orderEligibility.canPlaceOrder && shouldShowInsufficientBalanceAlert ? /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)(
10090
+ !submissionFeedback && !shouldShowGeoBlockBanner && orderEligibility.canPlaceOrder && shouldShowInsufficientBalanceAlert ? /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)(
10068
10091
  "div",
10069
10092
  {
10070
10093
  className: "agg-order-insufficient-balance-alert flex items-center justify-center gap-2",
10071
10094
  role: "status",
10072
10095
  "aria-live": "polite",
10073
10096
  children: [
10074
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
10097
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
10075
10098
  Icon,
10076
10099
  {
10077
10100
  name: "warning-filled",
@@ -10080,11 +10103,11 @@ var PlaceOrder = ({
10080
10103
  "aria-hidden": "true"
10081
10104
  }
10082
10105
  ),
10083
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("span", { className: "text-agg-sm text-agg-foreground", children: tradingLabels.insufficientBalance })
10106
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("span", { className: "text-agg-sm text-agg-foreground", children: tradingLabels.insufficientBalance })
10084
10107
  ]
10085
10108
  }
10086
10109
  ) : null,
10087
- !submissionFeedback && !shouldShowGeoBlockBanner && isInsufficientBalance ? /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
10110
+ !submissionFeedback && !shouldShowGeoBlockBanner && isInsufficientBalance ? /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
10088
10111
  Button,
10089
10112
  {
10090
10113
  size: "large",
@@ -10094,7 +10117,28 @@ var PlaceOrder = ({
10094
10117
  onClick: handleDepositRequiredClick,
10095
10118
  children: tradingLabels.deposit
10096
10119
  }
10097
- ) : needsKycVerification && !submissionFeedback && !shouldShowGeoBlockBanner ? /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(InitiateKycButton, { label: tradingLabels.kycRequired, onOpen: openVerifyModal }) : !isAuthenticated ? /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
10120
+ ) : needsKycVerification && !submissionFeedback && !shouldShowGeoBlockBanner ? /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(InitiateKycButton, { label: tradingLabels.kycRequired, onOpen: openVerifyModal }) : isQuoteLoading && !isActionLoading ? /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
10121
+ Button,
10122
+ {
10123
+ size: "large",
10124
+ variant: "secondary",
10125
+ className: "agg-order-submit-loading h-12 w-full px-8 text-agg-base leading-agg-6 shadow-none",
10126
+ disabled: true,
10127
+ "aria-live": "polite",
10128
+ "aria-label": routeLoadingMessage != null ? routeLoadingMessage : labels.common.loading,
10129
+ prefix: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
10130
+ "span",
10131
+ {
10132
+ className: cn(
10133
+ "inline-block h-4 w-4 shrink-0 rounded-agg-full border-2 border-current border-r-transparent",
10134
+ getMotionClassName(enableAnimations, "animate-spin")
10135
+ ),
10136
+ "aria-hidden": "true"
10137
+ }
10138
+ ),
10139
+ children: routeLoadingMessage
10140
+ }
10141
+ ) : !isAuthenticated ? /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
10098
10142
  Button,
10099
10143
  {
10100
10144
  size: "large",
@@ -10105,7 +10149,7 @@ var PlaceOrder = ({
10105
10149
  onClick: import_hooks29.requestAggAuthChooserOpen,
10106
10150
  children: tradingLabels.signInToTrade
10107
10151
  }
10108
- ) : /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
10152
+ ) : /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
10109
10153
  Button,
10110
10154
  {
10111
10155
  size: "large",
@@ -10120,8 +10164,8 @@ var PlaceOrder = ({
10120
10164
  children: actionLabel
10121
10165
  }
10122
10166
  ),
10123
- !shouldShowGeoBlockBanner && internalTab === "buy" && showFeesBreakdown ? /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { className: "agg-order-platform-fee mt-1 flex items-center justify-center gap-1.5 text-agg-sm leading-agg-5 text-agg-muted-foreground", children: [
10124
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
10167
+ !shouldShowGeoBlockBanner && internalTab === "buy" && showFeesBreakdown ? /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: "agg-order-platform-fee mt-1 flex items-center justify-center gap-1.5 text-agg-sm leading-agg-5 text-agg-muted-foreground", children: [
10168
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
10125
10169
  Icon,
10126
10170
  {
10127
10171
  name: "shield-trust",
@@ -10130,10 +10174,10 @@ var PlaceOrder = ({
10130
10174
  "aria-hidden": "true"
10131
10175
  }
10132
10176
  ),
10133
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(Typography, { variant: "text-xs-caps", className: "text-agg-primary", children: tradingLabels.platformFee })
10177
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(Typography, { variant: "text-xs-caps", className: "text-agg-primary", children: tradingLabels.platformFee })
10134
10178
  ] }) : null,
10135
- shouldShowGeoBlockBanner ? /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(GeoBlockBanner, { termsUrl: AGG_TERMS_OF_SERVICE_URL }) : null,
10136
- !shouldShowGeoBlockBanner ? /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("p", { className: "agg-order-disclaimer text-center text-agg-xs leading-agg-4 text-agg-muted-foreground", children: tradingLabels.disclaimer }) : null
10179
+ shouldShowGeoBlockBanner ? /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(GeoBlockBanner, { termsUrl: AGG_TERMS_OF_SERVICE_URL }) : null,
10180
+ !shouldShowGeoBlockBanner ? /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("p", { className: "agg-order-disclaimer text-center text-agg-xs leading-agg-4 text-agg-muted-foreground", children: tradingLabels.disclaimer }) : null
10137
10181
  ]
10138
10182
  }
10139
10183
  )
@@ -10141,7 +10185,7 @@ var PlaceOrder = ({
10141
10185
  ]
10142
10186
  }
10143
10187
  ),
10144
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
10188
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
10145
10189
  KycVerifyModal,
10146
10190
  {
10147
10191
  open: isKycVerifyModalOpen,
@@ -10158,7 +10202,7 @@ var PlaceOrder = ({
10158
10202
  }
10159
10203
  }
10160
10204
  ),
10161
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
10205
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
10162
10206
  KycSuccessModal,
10163
10207
  {
10164
10208
  open: showKycSuccessModal,