@agg-build/ui 1.2.11 → 1.2.12

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 (66) hide show
  1. package/dist/{chunk-J7K2U44E.mjs → chunk-3JXBOU24.mjs} +110 -60
  2. package/dist/{chunk-3ZSNHGAB.mjs → chunk-4WBQTUPW.mjs} +314 -58
  3. package/dist/{chunk-54PCEK6G.mjs → chunk-IBOE7DRY.mjs} +1 -1
  4. package/dist/{chunk-YP75TIY6.mjs → chunk-J6WELNCX.mjs} +3 -3
  5. package/dist/{chunk-ENAGASVU.mjs → chunk-U55T5BPE.mjs} +406 -337
  6. package/dist/{chunk-SJLHOAKK.mjs → chunk-X3KCFWXN.mjs} +936 -650
  7. package/dist/{chunk-NWJHFGBZ.mjs → chunk-YSW4ULL5.mjs} +1 -1
  8. package/dist/events.js +1593 -886
  9. package/dist/events.mjs +3 -3
  10. package/dist/index.js +4211 -3198
  11. package/dist/index.mjs +480 -105
  12. package/dist/modals.js +1164 -923
  13. package/dist/modals.mjs +3 -3
  14. package/dist/pages.js +1975 -1492
  15. package/dist/pages.mjs +6 -6
  16. package/dist/primitives.js +928 -649
  17. package/dist/primitives.mjs +1 -1
  18. package/dist/styles.css +1 -1
  19. package/dist/tailwind.css +1 -1
  20. package/dist/trading.js +641 -444
  21. package/dist/trading.mjs +4 -4
  22. package/dist/types/agg-provider.d.mts +27 -0
  23. package/dist/types/agg-provider.d.ts +27 -0
  24. package/dist/types/events/list/event-list-tabs.d.mts +6 -1
  25. package/dist/types/events/list/event-list-tabs.d.ts +6 -1
  26. package/dist/types/index.d.mts +2 -0
  27. package/dist/types/index.d.ts +2 -0
  28. package/dist/types/notifications/agg-notification-events-provider.d.mts +35 -0
  29. package/dist/types/notifications/agg-notification-events-provider.d.ts +35 -0
  30. package/dist/types/notifications/agg-toast-provider.d.mts +27 -0
  31. package/dist/types/notifications/agg-toast-provider.d.ts +27 -0
  32. package/dist/types/notifications/deposit-notification-events.d.mts +10 -0
  33. package/dist/types/notifications/deposit-notification-events.d.ts +10 -0
  34. package/dist/types/notifications/index.d.mts +2 -0
  35. package/dist/types/notifications/index.d.ts +2 -0
  36. package/dist/types/primitives/button/button.types.d.mts +4 -0
  37. package/dist/types/primitives/button/button.types.d.ts +4 -0
  38. package/dist/types/primitives/button/index.d.mts +1 -1
  39. package/dist/types/primitives/button/index.d.ts +1 -1
  40. package/dist/types/primitives/icon/registry.d.mts +16 -0
  41. package/dist/types/primitives/icon/registry.d.ts +16 -0
  42. package/dist/types/primitives/icon/svg/sort-end-date.d.mts +5 -0
  43. package/dist/types/primitives/icon/svg/sort-end-date.d.ts +5 -0
  44. package/dist/types/primitives/icon/svg/sort-top-arbitrage.d.mts +5 -0
  45. package/dist/types/primitives/icon/svg/sort-top-arbitrage.d.ts +5 -0
  46. package/dist/types/primitives/icon/svg/sort-volume-24hr.d.mts +5 -0
  47. package/dist/types/primitives/icon/svg/sort-volume-24hr.d.ts +5 -0
  48. package/dist/types/primitives/icon/svg/sort-volume.d.mts +5 -0
  49. package/dist/types/primitives/icon/svg/sort-volume.d.ts +5 -0
  50. package/dist/types/primitives/select/index.d.mts +1 -1
  51. package/dist/types/primitives/select/index.d.ts +1 -1
  52. package/dist/types/primitives/select/select.types.d.mts +9 -0
  53. package/dist/types/primitives/select/select.types.d.ts +9 -0
  54. package/dist/types/primitives/toast/toast.types.d.mts +3 -0
  55. package/dist/types/primitives/toast/toast.types.d.ts +3 -0
  56. package/dist/types/profile/index.d.mts +1 -1
  57. package/dist/types/profile/index.d.ts +1 -1
  58. package/dist/types/profile/profile-modal.constants.d.mts +2 -2
  59. package/dist/types/profile/profile-modal.constants.d.ts +2 -2
  60. package/dist/types/profile/tabs/accounts-wallets-tab.d.mts +2 -17
  61. package/dist/types/profile/tabs/accounts-wallets-tab.d.ts +2 -17
  62. package/dist/types/profile/tabs/trading-access-tab.d.mts +15 -0
  63. package/dist/types/profile/tabs/trading-access-tab.d.ts +15 -0
  64. package/dist/types/trading/place-order/index.place-order.utils.d.mts +1 -1
  65. package/dist/types/trading/place-order/index.place-order.utils.d.ts +1 -1
  66. package/package.json +2 -2
@@ -2334,11 +2334,142 @@ var SolanaIcon = (_a) => {
2334
2334
  };
2335
2335
  SolanaIcon.displayName = "SolanaIcon";
2336
2336
 
2337
- // src/primitives/icon/svg/sparkles-filled.tsx
2337
+ // src/primitives/icon/svg/sort-end-date.tsx
2338
2338
  var import_jsx_runtime62 = require("react/jsx-runtime");
2339
- var SparklesFilledIcon = (_a) => {
2339
+ var SortEndDateIcon = (_a) => {
2340
2340
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2341
2341
  return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(
2342
+ "svg",
2343
+ __spreadProps(__spreadValues(__spreadValues({
2344
+ viewBox: "0 0 16 16",
2345
+ className,
2346
+ fill: "none"
2347
+ }, getIconA11yProps(title2)), props), {
2348
+ children: [
2349
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("title", { children: title2 }) : null,
2350
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("g", { clipPath: "url(#sort-end-date-clip)", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
2351
+ "path",
2352
+ {
2353
+ 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",
2354
+ fill: "currentColor"
2355
+ }
2356
+ ) }),
2357
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("clipPath", { id: "sort-end-date-clip", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
2358
+ ]
2359
+ })
2360
+ );
2361
+ };
2362
+ SortEndDateIcon.displayName = "SortEndDateIcon";
2363
+
2364
+ // src/primitives/icon/svg/sort-top-arbitrage.tsx
2365
+ var import_jsx_runtime63 = require("react/jsx-runtime");
2366
+ var SortTopArbitrageIcon = (_a) => {
2367
+ var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2368
+ return /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(
2369
+ "svg",
2370
+ __spreadProps(__spreadValues(__spreadValues({
2371
+ viewBox: "0 0 16 16",
2372
+ className,
2373
+ fill: "none"
2374
+ }, getIconA11yProps(title2)), props), {
2375
+ children: [
2376
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("title", { children: title2 }) : null,
2377
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("g", { clipPath: "url(#sort-top-arbitrage-clip)", children: [
2378
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
2379
+ "path",
2380
+ {
2381
+ 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",
2382
+ fill: "currentColor"
2383
+ }
2384
+ ),
2385
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
2386
+ "path",
2387
+ {
2388
+ 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",
2389
+ fill: "currentColor"
2390
+ }
2391
+ ),
2392
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
2393
+ "path",
2394
+ {
2395
+ 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",
2396
+ fill: "currentColor"
2397
+ }
2398
+ ),
2399
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
2400
+ "path",
2401
+ {
2402
+ 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",
2403
+ fill: "currentColor"
2404
+ }
2405
+ )
2406
+ ] }),
2407
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("clipPath", { id: "sort-top-arbitrage-clip", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
2408
+ ]
2409
+ })
2410
+ );
2411
+ };
2412
+ SortTopArbitrageIcon.displayName = "SortTopArbitrageIcon";
2413
+
2414
+ // src/primitives/icon/svg/sort-volume-24hr.tsx
2415
+ var import_jsx_runtime64 = require("react/jsx-runtime");
2416
+ var SortVolume24hrIcon = (_a) => {
2417
+ var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2418
+ return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(
2419
+ "svg",
2420
+ __spreadProps(__spreadValues(__spreadValues({
2421
+ viewBox: "0 0 16 16",
2422
+ className,
2423
+ fill: "none"
2424
+ }, getIconA11yProps(title2)), props), {
2425
+ children: [
2426
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("title", { children: title2 }) : null,
2427
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("g", { clipPath: "url(#sort-volume-24hr-clip)", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
2428
+ "path",
2429
+ {
2430
+ d: "M14.0002 4H10.0002C9.6315 4 9.3335 4.298 9.3335 4.66667C9.3335 5.03533 9.6315 5.33333 10.0002 5.33333H13.7242L9.3495 9.708C8.9735 10.084 8.3615 10.084 7.98483 9.708L6.29217 8.01533C5.39617 7.11933 3.93817 7.11933 3.04217 8.01533L0.1955 10.862C-0.0651667 11.1227 -0.0651667 11.544 0.1955 11.8047C0.3255 11.9347 0.496167 12 0.666833 12C0.8375 12 1.00817 11.9347 1.13817 11.8047L3.98483 8.958C4.3495 8.59333 4.98483 8.59333 5.3495 8.958L7.04217 10.6507C7.93817 11.5467 9.39617 11.5467 10.2922 10.6507L14.6675 6.276V10C14.6675 10.3687 14.9655 10.6667 15.3342 10.6667C15.7028 10.6667 16.0008 10.3687 16.0008 10V6C16.0008 4.89733 15.1028 4 14.0002 4Z",
2431
+ fill: "currentColor"
2432
+ }
2433
+ ) }),
2434
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("clipPath", { id: "sort-volume-24hr-clip", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
2435
+ ]
2436
+ })
2437
+ );
2438
+ };
2439
+ SortVolume24hrIcon.displayName = "SortVolume24hrIcon";
2440
+
2441
+ // src/primitives/icon/svg/sort-volume.tsx
2442
+ var import_jsx_runtime65 = require("react/jsx-runtime");
2443
+ var SortVolumeIcon = (_a) => {
2444
+ var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2445
+ return /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(
2446
+ "svg",
2447
+ __spreadProps(__spreadValues(__spreadValues({
2448
+ viewBox: "0 0 16 16",
2449
+ className,
2450
+ fill: "none"
2451
+ }, getIconA11yProps(title2)), props), {
2452
+ children: [
2453
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("title", { children: title2 }) : null,
2454
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { clipPath: "url(#sort-volume-clip)", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2455
+ "path",
2456
+ {
2457
+ 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",
2458
+ fill: "currentColor"
2459
+ }
2460
+ ) }),
2461
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("clipPath", { id: "sort-volume-clip", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
2462
+ ]
2463
+ })
2464
+ );
2465
+ };
2466
+ SortVolumeIcon.displayName = "SortVolumeIcon";
2467
+
2468
+ // src/primitives/icon/svg/sparkles-filled.tsx
2469
+ var import_jsx_runtime66 = require("react/jsx-runtime");
2470
+ var SparklesFilledIcon = (_a) => {
2471
+ var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2472
+ return /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(
2342
2473
  "svg",
2343
2474
  __spreadProps(__spreadValues(__spreadValues({
2344
2475
  xmlns: "http://www.w3.org/2000/svg",
@@ -2349,15 +2480,15 @@ var SparklesFilledIcon = (_a) => {
2349
2480
  className
2350
2481
  }, getIconA11yProps(title2)), props), {
2351
2482
  children: [
2352
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("g", { clipPath: "url(#clip0_2028_8371)", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
2483
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("g", { clipPath: "url(#clip0_2028_8371)", children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
2353
2484
  "path",
2354
2485
  {
2355
2486
  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",
2356
2487
  fill: "currentColor"
2357
2488
  }
2358
2489
  ) }),
2359
- /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("defs", { children: [
2360
- /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(
2490
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("defs", { children: [
2491
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(
2361
2492
  "linearGradient",
2362
2493
  {
2363
2494
  id: "paint0_linear_2028_8371",
@@ -2367,12 +2498,12 @@ var SparklesFilledIcon = (_a) => {
2367
2498
  y2: "7.99997",
2368
2499
  gradientUnits: "userSpaceOnUse",
2369
2500
  children: [
2370
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("stop", { stopColor: "currentColor" }),
2371
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("stop", { offset: "1", stopColor: "currentColor" })
2501
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("stop", { stopColor: "currentColor" }),
2502
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("stop", { offset: "1", stopColor: "currentColor" })
2372
2503
  ]
2373
2504
  }
2374
2505
  ),
2375
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("clipPath", { id: "clip0_2028_8371", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("rect", { width: "16", height: "16", fill: "white" }) })
2506
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("clipPath", { id: "clip0_2028_8371", children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("rect", { width: "16", height: "16", fill: "white" }) })
2376
2507
  ] })
2377
2508
  ]
2378
2509
  })
@@ -2381,10 +2512,10 @@ var SparklesFilledIcon = (_a) => {
2381
2512
  SparklesFilledIcon.displayName = "SparklesFilledIcon";
2382
2513
 
2383
2514
  // src/primitives/icon/svg/spinner.tsx
2384
- var import_jsx_runtime63 = require("react/jsx-runtime");
2515
+ var import_jsx_runtime67 = require("react/jsx-runtime");
2385
2516
  var SpinnerIcon = (_a) => {
2386
2517
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2387
- return /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(
2518
+ return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(
2388
2519
  "svg",
2389
2520
  __spreadProps(__spreadValues(__spreadValues({
2390
2521
  width: "26",
@@ -2395,8 +2526,8 @@ var SpinnerIcon = (_a) => {
2395
2526
  className
2396
2527
  }, getIconA11yProps(title2)), props), {
2397
2528
  children: [
2398
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("title", { children: title2 }) : null,
2399
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
2529
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("title", { children: title2 }) : null,
2530
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
2400
2531
  "path",
2401
2532
  {
2402
2533
  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",
@@ -2412,10 +2543,10 @@ var SpinnerIcon = (_a) => {
2412
2543
  SpinnerIcon.displayName = "SpinnerIcon";
2413
2544
 
2414
2545
  // src/primitives/icon/svg/stay-in-control.tsx
2415
- var import_jsx_runtime64 = require("react/jsx-runtime");
2546
+ var import_jsx_runtime68 = require("react/jsx-runtime");
2416
2547
  var StayInControlIcon = (_a) => {
2417
2548
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2418
- return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(
2549
+ return /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(
2419
2550
  "svg",
2420
2551
  __spreadProps(__spreadValues(__spreadValues({
2421
2552
  width: "28",
@@ -2426,16 +2557,16 @@ var StayInControlIcon = (_a) => {
2426
2557
  className
2427
2558
  }, getIconA11yProps(title2)), props), {
2428
2559
  children: [
2429
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("title", { children: title2 }) : null,
2430
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("g", { clipPath: "url(#clip0_stay_in_control)", children: [
2431
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
2560
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("title", { children: title2 }) : null,
2561
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("g", { clipPath: "url(#clip0_stay_in_control)", children: [
2562
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
2432
2563
  "path",
2433
2564
  {
2434
2565
  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",
2435
2566
  fill: "currentColor"
2436
2567
  }
2437
2568
  ),
2438
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
2569
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
2439
2570
  "path",
2440
2571
  {
2441
2572
  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",
@@ -2443,7 +2574,7 @@ var StayInControlIcon = (_a) => {
2443
2574
  }
2444
2575
  )
2445
2576
  ] }),
2446
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("clipPath", { id: "clip0_stay_in_control", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("rect", { width: "28", height: "28", fill: "white" }) }) })
2577
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("clipPath", { id: "clip0_stay_in_control", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("rect", { width: "28", height: "28", fill: "white" }) }) })
2447
2578
  ]
2448
2579
  })
2449
2580
  );
@@ -2451,10 +2582,10 @@ var StayInControlIcon = (_a) => {
2451
2582
  StayInControlIcon.displayName = "StayInControlIcon";
2452
2583
 
2453
2584
  // src/primitives/icon/svg/success-check.tsx
2454
- var import_jsx_runtime65 = require("react/jsx-runtime");
2585
+ var import_jsx_runtime69 = require("react/jsx-runtime");
2455
2586
  var SuccessCheckIcon = (_a) => {
2456
2587
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2457
- return /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(
2588
+ return /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)(
2458
2589
  "svg",
2459
2590
  __spreadProps(__spreadValues(__spreadValues({
2460
2591
  width: "24",
@@ -2465,8 +2596,8 @@ var SuccessCheckIcon = (_a) => {
2465
2596
  className
2466
2597
  }, getIconA11yProps(title2)), props), {
2467
2598
  children: [
2468
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("title", { children: title2 }) : null,
2469
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2599
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("title", { children: title2 }) : null,
2600
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
2470
2601
  "path",
2471
2602
  {
2472
2603
  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",
@@ -2480,10 +2611,10 @@ var SuccessCheckIcon = (_a) => {
2480
2611
  SuccessCheckIcon.displayName = "SuccessCheckIcon";
2481
2612
 
2482
2613
  // src/primitives/icon/svg/telegram.tsx
2483
- var import_jsx_runtime66 = require("react/jsx-runtime");
2614
+ var import_jsx_runtime70 = require("react/jsx-runtime");
2484
2615
  var TelegramIcon = (_a) => {
2485
2616
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2486
- return /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(
2617
+ return /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
2487
2618
  "svg",
2488
2619
  __spreadProps(__spreadValues(__spreadValues({
2489
2620
  viewBox: "0 0 20 20",
@@ -2491,8 +2622,8 @@ var TelegramIcon = (_a) => {
2491
2622
  fill: "none"
2492
2623
  }, getIconA11yProps(title2)), props), {
2493
2624
  children: [
2494
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("title", { children: title2 }) : null,
2495
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("g", { clipPath: "url(#clip0_telegram)", children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
2625
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("title", { children: title2 }) : null,
2626
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("g", { clipPath: "url(#clip0_telegram)", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2496
2627
  "path",
2497
2628
  {
2498
2629
  fillRule: "evenodd",
@@ -2501,7 +2632,7 @@ var TelegramIcon = (_a) => {
2501
2632
  fill: "currentColor"
2502
2633
  }
2503
2634
  ) }),
2504
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("clipPath", { id: "clip0_telegram", children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("rect", { width: "20", height: "20", fill: "white" }) }) })
2635
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("clipPath", { id: "clip0_telegram", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("rect", { width: "20", height: "20", fill: "white" }) }) })
2505
2636
  ]
2506
2637
  })
2507
2638
  );
@@ -2509,10 +2640,10 @@ var TelegramIcon = (_a) => {
2509
2640
  TelegramIcon.displayName = "TelegramIcon";
2510
2641
 
2511
2642
  // src/primitives/icon/svg/triangle-down.tsx
2512
- var import_jsx_runtime67 = require("react/jsx-runtime");
2643
+ var import_jsx_runtime71 = require("react/jsx-runtime");
2513
2644
  var TriangleDownIcon = (_a) => {
2514
2645
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2515
- return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(
2646
+ return /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)(
2516
2647
  "svg",
2517
2648
  __spreadProps(__spreadValues(__spreadValues({
2518
2649
  viewBox: "0 0 8 8",
@@ -2520,16 +2651,16 @@ var TriangleDownIcon = (_a) => {
2520
2651
  fill: "none"
2521
2652
  }, getIconA11yProps(title2)), props), {
2522
2653
  children: [
2523
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("title", { children: title2 }) : null,
2524
- /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)("g", { transform: "scale(1,-1) translate(0,-8)", clipPath: "url(#triangle_up)", children: [
2525
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
2654
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("title", { children: title2 }) : null,
2655
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("g", { transform: "scale(1,-1) translate(0,-8)", clipPath: "url(#triangle_up)", children: [
2656
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
2526
2657
  "path",
2527
2658
  {
2528
2659
  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",
2529
2660
  fill: "currentColor"
2530
2661
  }
2531
2662
  ),
2532
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
2663
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
2533
2664
  "path",
2534
2665
  {
2535
2666
  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",
@@ -2537,7 +2668,7 @@ var TriangleDownIcon = (_a) => {
2537
2668
  }
2538
2669
  )
2539
2670
  ] }),
2540
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("clipPath", { id: "triangle_up", children: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("rect", { width: "8", height: "8", fill: "white" }) }) })
2671
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("clipPath", { id: "triangle_up", children: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("rect", { width: "8", height: "8", fill: "white" }) }) })
2541
2672
  ]
2542
2673
  })
2543
2674
  );
@@ -2545,10 +2676,10 @@ var TriangleDownIcon = (_a) => {
2545
2676
  TriangleDownIcon.displayName = "TriangleDownIcon";
2546
2677
 
2547
2678
  // src/primitives/icon/svg/triangle-up.tsx
2548
- var import_jsx_runtime68 = require("react/jsx-runtime");
2679
+ var import_jsx_runtime72 = require("react/jsx-runtime");
2549
2680
  var TriangleUpIcon = (_a) => {
2550
2681
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2551
- return /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(
2682
+ return /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(
2552
2683
  "svg",
2553
2684
  __spreadProps(__spreadValues(__spreadValues({
2554
2685
  viewBox: "0 0 8 8",
@@ -2556,16 +2687,16 @@ var TriangleUpIcon = (_a) => {
2556
2687
  fill: "none"
2557
2688
  }, getIconA11yProps(title2)), props), {
2558
2689
  children: [
2559
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("title", { children: title2 }) : null,
2560
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("g", { clipPath: "url(#triangle_up)", children: [
2561
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
2690
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("title", { children: title2 }) : null,
2691
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("g", { clipPath: "url(#triangle_up)", children: [
2692
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
2562
2693
  "path",
2563
2694
  {
2564
2695
  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",
2565
2696
  fill: "currentColor"
2566
2697
  }
2567
2698
  ),
2568
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
2699
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
2569
2700
  "path",
2570
2701
  {
2571
2702
  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",
@@ -2573,7 +2704,7 @@ var TriangleUpIcon = (_a) => {
2573
2704
  }
2574
2705
  )
2575
2706
  ] }),
2576
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("clipPath", { id: "triangle_up", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("rect", { width: "8", height: "8", fill: "white" }) }) })
2707
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("clipPath", { id: "triangle_up", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("rect", { width: "8", height: "8", fill: "white" }) }) })
2577
2708
  ]
2578
2709
  })
2579
2710
  );
@@ -2581,10 +2712,10 @@ var TriangleUpIcon = (_a) => {
2581
2712
  TriangleUpIcon.displayName = "TriangleUpIcon";
2582
2713
 
2583
2714
  // src/primitives/icon/svg/triangle-up-filled.tsx
2584
- var import_jsx_runtime69 = require("react/jsx-runtime");
2715
+ var import_jsx_runtime73 = require("react/jsx-runtime");
2585
2716
  var TriangleUpFilledIcon = (_a) => {
2586
2717
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2587
- return /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)(
2718
+ return /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)(
2588
2719
  "svg",
2589
2720
  __spreadProps(__spreadValues(__spreadValues({
2590
2721
  viewBox: "0 0 8 8",
@@ -2592,8 +2723,8 @@ var TriangleUpFilledIcon = (_a) => {
2592
2723
  fill: "none"
2593
2724
  }, getIconA11yProps(title2)), props), {
2594
2725
  children: [
2595
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("title", { children: title2 }) : null,
2596
- /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
2726
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("title", { children: title2 }) : null,
2727
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
2597
2728
  "path",
2598
2729
  {
2599
2730
  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",
@@ -2607,10 +2738,10 @@ var TriangleUpFilledIcon = (_a) => {
2607
2738
  TriangleUpFilledIcon.displayName = "TriangleUpFilledIcon";
2608
2739
 
2609
2740
  // src/primitives/icon/svg/twitter.tsx
2610
- var import_jsx_runtime70 = require("react/jsx-runtime");
2741
+ var import_jsx_runtime74 = require("react/jsx-runtime");
2611
2742
  var TwitterIcon = (_a) => {
2612
2743
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2613
- return /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
2744
+ return /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)(
2614
2745
  "svg",
2615
2746
  __spreadProps(__spreadValues(__spreadValues({
2616
2747
  viewBox: "0 0 24 24",
@@ -2618,8 +2749,8 @@ var TwitterIcon = (_a) => {
2618
2749
  fill: "none"
2619
2750
  }, getIconA11yProps(title2)), props), {
2620
2751
  children: [
2621
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("title", { children: title2 }) : null,
2622
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2752
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("title", { children: title2 }) : null,
2753
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
2623
2754
  "path",
2624
2755
  {
2625
2756
  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",
@@ -2633,10 +2764,10 @@ var TwitterIcon = (_a) => {
2633
2764
  TwitterIcon.displayName = "TwitterIcon";
2634
2765
 
2635
2766
  // src/primitives/icon/svg/upload.tsx
2636
- var import_jsx_runtime71 = require("react/jsx-runtime");
2767
+ var import_jsx_runtime75 = require("react/jsx-runtime");
2637
2768
  var UploadIcon = (_a) => {
2638
2769
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2639
- return /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)(
2770
+ return /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)(
2640
2771
  "svg",
2641
2772
  __spreadProps(__spreadValues(__spreadValues({
2642
2773
  viewBox: "0 0 16 16",
@@ -2644,16 +2775,16 @@ var UploadIcon = (_a) => {
2644
2775
  fill: "none"
2645
2776
  }, getIconA11yProps(title2)), props), {
2646
2777
  children: [
2647
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("title", { children: title2 }) : null,
2648
- /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("g", { clipPath: "url(#upload-clip)", children: [
2649
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
2778
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("title", { children: title2 }) : null,
2779
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)("g", { clipPath: "url(#upload-clip)", children: [
2780
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
2650
2781
  "path",
2651
2782
  {
2652
2783
  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",
2653
2784
  fill: "currentColor"
2654
2785
  }
2655
2786
  ),
2656
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
2787
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
2657
2788
  "path",
2658
2789
  {
2659
2790
  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",
@@ -2661,7 +2792,7 @@ var UploadIcon = (_a) => {
2661
2792
  }
2662
2793
  )
2663
2794
  ] }),
2664
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("clipPath", { id: "upload-clip", children: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
2795
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("clipPath", { id: "upload-clip", children: /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
2665
2796
  ]
2666
2797
  })
2667
2798
  );
@@ -2669,10 +2800,10 @@ var UploadIcon = (_a) => {
2669
2800
  UploadIcon.displayName = "UploadIcon";
2670
2801
 
2671
2802
  // src/primitives/icon/svg/user-trust.tsx
2672
- var import_jsx_runtime72 = require("react/jsx-runtime");
2803
+ var import_jsx_runtime76 = require("react/jsx-runtime");
2673
2804
  var UserTrustIcon = (_a) => {
2674
2805
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2675
- return /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(
2806
+ return /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
2676
2807
  "svg",
2677
2808
  __spreadProps(__spreadValues(__spreadValues({
2678
2809
  xmlns: "http://www.w3.org/2000/svg",
@@ -2681,15 +2812,15 @@ var UserTrustIcon = (_a) => {
2681
2812
  className
2682
2813
  }, getIconA11yProps(title2)), props), {
2683
2814
  children: [
2684
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("title", { children: title2 }) : null,
2685
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("g", { clipPath: "url(#clip0_user_trust)", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
2815
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("title", { children: title2 }) : null,
2816
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("g", { clipPath: "url(#clip0_user_trust)", children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
2686
2817
  "path",
2687
2818
  {
2688
2819
  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",
2689
2820
  fill: "currentColor"
2690
2821
  }
2691
2822
  ) }),
2692
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("clipPath", { id: "clip0_user_trust", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("rect", { width: "60", height: "60", fill: "white" }) }) })
2823
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("clipPath", { id: "clip0_user_trust", children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("rect", { width: "60", height: "60", fill: "white" }) }) })
2693
2824
  ]
2694
2825
  })
2695
2826
  );
@@ -2697,10 +2828,10 @@ var UserTrustIcon = (_a) => {
2697
2828
  UserTrustIcon.displayName = "UserTrustIcon";
2698
2829
 
2699
2830
  // src/primitives/icon/svg/usdc.tsx
2700
- var import_jsx_runtime73 = require("react/jsx-runtime");
2831
+ var import_jsx_runtime77 = require("react/jsx-runtime");
2701
2832
  var UsdcIcon = (_a) => {
2702
2833
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2703
- return /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)(
2834
+ return /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)(
2704
2835
  "svg",
2705
2836
  __spreadProps(__spreadValues(__spreadValues({
2706
2837
  viewBox: "0 0 32 32",
@@ -2708,16 +2839,16 @@ var UsdcIcon = (_a) => {
2708
2839
  fill: "none"
2709
2840
  }, getIconA11yProps(title2)), props), {
2710
2841
  children: [
2711
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("title", { children: title2 }) : null,
2712
- /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("circle", { cx: "16", cy: "16", r: "16", fill: "#2775CA" }),
2713
- /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
2842
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("title", { children: title2 }) : null,
2843
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("circle", { cx: "16", cy: "16", r: "16", fill: "#2775CA" }),
2844
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
2714
2845
  "path",
2715
2846
  {
2716
2847
  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",
2717
2848
  fill: "#fff"
2718
2849
  }
2719
2850
  ),
2720
- /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
2851
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
2721
2852
  "path",
2722
2853
  {
2723
2854
  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",
@@ -2731,10 +2862,10 @@ var UsdcIcon = (_a) => {
2731
2862
  UsdcIcon.displayName = "UsdcIcon";
2732
2863
 
2733
2864
  // src/primitives/icon/svg/wallet.tsx
2734
- var import_jsx_runtime74 = require("react/jsx-runtime");
2865
+ var import_jsx_runtime78 = require("react/jsx-runtime");
2735
2866
  var WalletIcon = (_a) => {
2736
2867
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2737
- return /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)(
2868
+ return /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(
2738
2869
  "svg",
2739
2870
  __spreadProps(__spreadValues(__spreadValues({
2740
2871
  viewBox: "0 0 24 24",
@@ -2742,8 +2873,8 @@ var WalletIcon = (_a) => {
2742
2873
  fill: "none"
2743
2874
  }, getIconA11yProps(title2)), props), {
2744
2875
  children: [
2745
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("title", { children: title2 }) : null,
2746
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
2876
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("title", { children: title2 }) : null,
2877
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
2747
2878
  "path",
2748
2879
  {
2749
2880
  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",
@@ -2757,10 +2888,10 @@ var WalletIcon = (_a) => {
2757
2888
  WalletIcon.displayName = "WalletIcon";
2758
2889
 
2759
2890
  // src/primitives/icon/svg/wallet-avatar.tsx
2760
- var import_jsx_runtime75 = require("react/jsx-runtime");
2891
+ var import_jsx_runtime79 = require("react/jsx-runtime");
2761
2892
  function WalletAvatarIcon(_a) {
2762
2893
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2763
- return /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)(
2894
+ return /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)(
2764
2895
  "svg",
2765
2896
  __spreadProps(__spreadValues(__spreadValues({
2766
2897
  fill: "none",
@@ -2768,9 +2899,9 @@ function WalletAvatarIcon(_a) {
2768
2899
  viewBox: "0 0 16 16"
2769
2900
  }, getIconA11yProps(title2)), props), {
2770
2901
  children: [
2771
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("title", { children: title2 }) : null,
2772
- /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("circle", { cx: "8", cy: "5.25", r: "2.25", fill: "currentColor" }),
2773
- /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("path", { d: "M3.75 12.75a4.25 4.25 0 0 1 8.5 0v.25h-8.5v-.25Z", fill: "currentColor" })
2902
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("title", { children: title2 }) : null,
2903
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("circle", { cx: "8", cy: "5.25", r: "2.25", fill: "currentColor" }),
2904
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("path", { d: "M3.75 12.75a4.25 4.25 0 0 1 8.5 0v.25h-8.5v-.25Z", fill: "currentColor" })
2774
2905
  ]
2775
2906
  })
2776
2907
  );
@@ -2778,10 +2909,10 @@ function WalletAvatarIcon(_a) {
2778
2909
  WalletAvatarIcon.displayName = "WalletAvatarIcon";
2779
2910
 
2780
2911
  // src/primitives/icon/svg/wallet-filled.tsx
2781
- var import_jsx_runtime76 = require("react/jsx-runtime");
2912
+ var import_jsx_runtime80 = require("react/jsx-runtime");
2782
2913
  var WalletFilledIcon = (_a) => {
2783
2914
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2784
- return /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
2915
+ return /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)(
2785
2916
  "svg",
2786
2917
  __spreadProps(__spreadValues(__spreadValues({
2787
2918
  viewBox: "0 0 14 14",
@@ -2789,8 +2920,8 @@ var WalletFilledIcon = (_a) => {
2789
2920
  fill: "none"
2790
2921
  }, getIconA11yProps(title2)), props), {
2791
2922
  children: [
2792
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("title", { children: title2 }) : null,
2793
- /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
2923
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("title", { children: title2 }) : null,
2924
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
2794
2925
  "path",
2795
2926
  {
2796
2927
  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",
@@ -2804,10 +2935,10 @@ var WalletFilledIcon = (_a) => {
2804
2935
  WalletFilledIcon.displayName = "WalletFilledIcon";
2805
2936
 
2806
2937
  // src/primitives/icon/svg/paper-plane.tsx
2807
- var import_jsx_runtime77 = require("react/jsx-runtime");
2938
+ var import_jsx_runtime81 = require("react/jsx-runtime");
2808
2939
  var PaperPlaneIcon = (_a) => {
2809
2940
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2810
- return /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)(
2941
+ return /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)(
2811
2942
  "svg",
2812
2943
  __spreadProps(__spreadValues(__spreadValues({
2813
2944
  viewBox: "0 0 24 24",
@@ -2815,15 +2946,15 @@ var PaperPlaneIcon = (_a) => {
2815
2946
  fill: "none"
2816
2947
  }, getIconA11yProps(title2)), props), {
2817
2948
  children: [
2818
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("title", { children: title2 }) : null,
2819
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("g", { clipPath: "url(#paper-plane-clip)", children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
2949
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("title", { children: title2 }) : null,
2950
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("g", { clipPath: "url(#paper-plane-clip)", children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
2820
2951
  "path",
2821
2952
  {
2822
2953
  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",
2823
2954
  fill: "currentColor"
2824
2955
  }
2825
2956
  ) }),
2826
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("clipPath", { id: "paper-plane-clip", children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
2957
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("clipPath", { id: "paper-plane-clip", children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
2827
2958
  ]
2828
2959
  })
2829
2960
  );
@@ -2831,10 +2962,10 @@ var PaperPlaneIcon = (_a) => {
2831
2962
  PaperPlaneIcon.displayName = "PaperPlaneIcon";
2832
2963
 
2833
2964
  // src/primitives/icon/svg/warning.tsx
2834
- var import_jsx_runtime78 = require("react/jsx-runtime");
2965
+ var import_jsx_runtime82 = require("react/jsx-runtime");
2835
2966
  var WarningIcon = (_a) => {
2836
2967
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2837
- return /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(
2968
+ return /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)(
2838
2969
  "svg",
2839
2970
  __spreadProps(__spreadValues(__spreadValues({
2840
2971
  width: "14",
@@ -2845,8 +2976,8 @@ var WarningIcon = (_a) => {
2845
2976
  className
2846
2977
  }, getIconA11yProps(title2)), props), {
2847
2978
  children: [
2848
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("title", { children: title2 }) : null,
2849
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
2979
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("title", { children: title2 }) : null,
2980
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
2850
2981
  "path",
2851
2982
  {
2852
2983
  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",
@@ -2860,10 +2991,10 @@ var WarningIcon = (_a) => {
2860
2991
  WarningIcon.displayName = "WarningIcon";
2861
2992
 
2862
2993
  // src/primitives/icon/svg/warning-filled.tsx
2863
- var import_jsx_runtime79 = require("react/jsx-runtime");
2994
+ var import_jsx_runtime83 = require("react/jsx-runtime");
2864
2995
  var WarningFilledIcon = (_a) => {
2865
2996
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2866
- return /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)(
2997
+ return /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(
2867
2998
  "svg",
2868
2999
  __spreadProps(__spreadValues(__spreadValues({
2869
3000
  viewBox: "0 0 16 16",
@@ -2871,8 +3002,8 @@ var WarningFilledIcon = (_a) => {
2871
3002
  fill: "none"
2872
3003
  }, getIconA11yProps(title2)), props), {
2873
3004
  children: [
2874
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("title", { children: title2 }) : null,
2875
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
3005
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("title", { children: title2 }) : null,
3006
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
2876
3007
  "path",
2877
3008
  {
2878
3009
  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",
@@ -2945,6 +3076,10 @@ var iconRegistry = {
2945
3076
  search: SearchIcon,
2946
3077
  "shield-trust": ShieldTrustIcon,
2947
3078
  solana: SolanaIcon,
3079
+ "sort-end-date": SortEndDateIcon,
3080
+ "sort-top-arbitrage": SortTopArbitrageIcon,
3081
+ "sort-volume": SortVolumeIcon,
3082
+ "sort-volume-24hr": SortVolume24hrIcon,
2948
3083
  "sparkles-filled": SparklesFilledIcon,
2949
3084
  spinner: SpinnerIcon,
2950
3085
  "stay-in-control": StayInControlIcon,
@@ -2976,7 +3111,7 @@ var resolveIconStyle = (color, style) => {
2976
3111
  };
2977
3112
 
2978
3113
  // src/primitives/icon/index.tsx
2979
- var import_jsx_runtime80 = require("react/jsx-runtime");
3114
+ var import_jsx_runtime84 = require("react/jsx-runtime");
2980
3115
  var Icon = (_a) => {
2981
3116
  var _b = _a, {
2982
3117
  name,
@@ -3000,7 +3135,7 @@ var Icon = (_a) => {
3000
3135
  }
3001
3136
  const resolvedStyle = resolveIconStyle(color, style);
3002
3137
  const resolvedClassName = cn(iconSizeClasses[size], className);
3003
- return /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
3138
+ return /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
3004
3139
  Component2,
3005
3140
  __spreadValues({
3006
3141
  color,
@@ -3039,7 +3174,7 @@ var resolveIsDisabled = ({
3039
3174
  };
3040
3175
 
3041
3176
  // src/primitives/autocomplete-select/index.tsx
3042
- var import_jsx_runtime81 = require("react/jsx-runtime");
3177
+ var import_jsx_runtime85 = require("react/jsx-runtime");
3043
3178
  var AutocompleteSelect = ({
3044
3179
  options,
3045
3180
  value,
@@ -3177,14 +3312,14 @@ var AutocompleteSelect = ({
3177
3312
  optionRefs.current.delete(index);
3178
3313
  }
3179
3314
  }, []);
3180
- return /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)(
3315
+ return /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(
3181
3316
  "div",
3182
3317
  {
3183
3318
  ref: containerRef,
3184
3319
  className: cn("group/agg-autocomplete", "relative inline-flex w-full", className),
3185
3320
  onKeyDown: handleKeyDown,
3186
3321
  children: [
3187
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
3322
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
3188
3323
  "button",
3189
3324
  {
3190
3325
  ref: triggerRef,
@@ -3209,11 +3344,11 @@ var AutocompleteSelect = ({
3209
3344
  e.preventDefault();
3210
3345
  handleToggle();
3211
3346
  },
3212
- children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("span", { className: "agg-autocomplete-value flex-1 truncate", children: (_b = (_a = selectedOption == null ? void 0 : selectedOption.label) != null ? _a : placeholder) != null ? _b : "" })
3347
+ children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("span", { className: "agg-autocomplete-value flex-1 truncate", children: (_b = (_a = selectedOption == null ? void 0 : selectedOption.label) != null ? _a : placeholder) != null ? _b : "" })
3213
3348
  }
3214
3349
  ),
3215
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("span", { className: "agg-autocomplete-chevron pointer-events-none absolute inset-y-0 right-3 inline-flex items-center justify-center text-agg-muted-foreground", children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Icon, { name: "chevron-down", size: "small", color: "currentColor" }) }),
3216
- isOpen ? /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)(
3350
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("span", { className: "agg-autocomplete-chevron pointer-events-none absolute inset-y-0 right-3 inline-flex items-center justify-center text-agg-muted-foreground", children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Icon, { name: "chevron-down", size: "small", color: "currentColor" }) }),
3351
+ isOpen ? /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(
3217
3352
  "div",
3218
3353
  {
3219
3354
  className: cn(
@@ -3222,7 +3357,7 @@ var AutocompleteSelect = ({
3222
3357
  ),
3223
3358
  onClick: (e) => e.stopPropagation(),
3224
3359
  children: [
3225
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("div", { className: "border-b border-agg-separator px-3 py-2", children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
3360
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("div", { className: "border-b border-agg-separator px-3 py-2", children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
3226
3361
  "input",
3227
3362
  {
3228
3363
  ref: searchInputRef,
@@ -3239,7 +3374,7 @@ var AutocompleteSelect = ({
3239
3374
  onChange: handleSearchChange
3240
3375
  }
3241
3376
  ) }),
3242
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
3377
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
3243
3378
  "div",
3244
3379
  {
3245
3380
  role: "listbox",
@@ -3248,7 +3383,7 @@ var AutocompleteSelect = ({
3248
3383
  children: filteredOptions.length > 0 ? filteredOptions.map((option, index) => {
3249
3384
  const isSelected = option.value === value;
3250
3385
  const isHighlighted = index === highlightedIndex;
3251
- return /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
3386
+ return /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
3252
3387
  "button",
3253
3388
  {
3254
3389
  ref: (el) => setOptionRef(index, el),
@@ -3271,11 +3406,11 @@ var AutocompleteSelect = ({
3271
3406
  handleSelect(option.value);
3272
3407
  },
3273
3408
  onMouseEnter: () => setHighlightedIndex(index),
3274
- children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("span", { className: "agg-autocomplete-item-label truncate", children: option.label })
3409
+ children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("span", { className: "agg-autocomplete-item-label truncate", children: option.label })
3275
3410
  },
3276
3411
  option.value
3277
3412
  );
3278
- }) : /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("div", { className: "agg-autocomplete-empty px-4 py-3 text-center text-agg-sm text-agg-muted-foreground", children: emptyLabel != null ? emptyLabel : "No results" })
3413
+ }) : /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("div", { className: "agg-autocomplete-empty px-4 py-3 text-center text-agg-sm text-agg-muted-foreground", children: emptyLabel != null ? emptyLabel : "No results" })
3279
3414
  }
3280
3415
  )
3281
3416
  ]
@@ -3331,7 +3466,7 @@ var getBadgeClassName = ({
3331
3466
  };
3332
3467
 
3333
3468
  // src/primitives/badge/index.tsx
3334
- var import_jsx_runtime82 = require("react/jsx-runtime");
3469
+ var import_jsx_runtime86 = require("react/jsx-runtime");
3335
3470
  function Badge({
3336
3471
  text,
3337
3472
  prefix,
@@ -3346,7 +3481,7 @@ function Badge({
3346
3481
  features: { enableAnimations }
3347
3482
  } = (0, import_hooks2.useSdkUiConfig)();
3348
3483
  const resolvedAriaLabel = resolveBadgeAriaLabel(text);
3349
- return /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)(
3484
+ return /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
3350
3485
  "span",
3351
3486
  __spreadProps(__spreadValues({
3352
3487
  "aria-label": resolvedAriaLabel,
@@ -3365,9 +3500,9 @@ function Badge({
3365
3500
  tabIndex: 0
3366
3501
  }), {
3367
3502
  children: [
3368
- prefix ? /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: cn(classNames == null ? void 0 : classNames.prefix, "empty:hidden"), children: prefix }) : null,
3369
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: cn("truncate", classNames == null ? void 0 : classNames.text), children: text }),
3370
- suffix ? /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: cn(classNames == null ? void 0 : classNames.suffix, "empty:hidden"), children: suffix }) : null
3503
+ prefix ? /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("span", { className: cn(classNames == null ? void 0 : classNames.prefix, "empty:hidden"), children: prefix }) : null,
3504
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("span", { className: cn("truncate", classNames == null ? void 0 : classNames.text), children: text }),
3505
+ suffix ? /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("span", { className: cn(classNames == null ? void 0 : classNames.suffix, "empty:hidden"), children: suffix }) : null
3371
3506
  ]
3372
3507
  })
3373
3508
  );
@@ -3446,7 +3581,7 @@ var getButtonClassName = ({
3446
3581
  };
3447
3582
 
3448
3583
  // src/primitives/button/index.tsx
3449
- var import_jsx_runtime83 = require("react/jsx-runtime");
3584
+ var import_jsx_runtime87 = require("react/jsx-runtime");
3450
3585
  var Button = (_a) => {
3451
3586
  var _b = _a, {
3452
3587
  children,
@@ -3458,6 +3593,7 @@ var Button = (_a) => {
3458
3593
  suffix,
3459
3594
  type = "button",
3460
3595
  className,
3596
+ classNames,
3461
3597
  "aria-label": ariaLabel
3462
3598
  } = _b, other = __objRest(_b, [
3463
3599
  "children",
@@ -3469,22 +3605,28 @@ var Button = (_a) => {
3469
3605
  "suffix",
3470
3606
  "type",
3471
3607
  "className",
3608
+ "classNames",
3472
3609
  "aria-label"
3473
3610
  ]);
3474
3611
  const {
3475
3612
  features: { enableAnimations }
3476
3613
  } = (0, import_hooks3.useSdkUiConfig)();
3477
3614
  const isDisabled = resolveButtonIsDisabled({ disabled, isLoading });
3478
- return /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
3615
+ return /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
3479
3616
  "button",
3480
3617
  __spreadProps(__spreadValues({
3481
3618
  type,
3482
- className: getButtonClassName({ className, enableAnimations, size, variant }),
3619
+ className: getButtonClassName({
3620
+ className: cn(classNames == null ? void 0 : classNames.root, className),
3621
+ enableAnimations,
3622
+ size,
3623
+ variant
3624
+ }),
3483
3625
  disabled: isDisabled,
3484
3626
  "aria-busy": isLoading,
3485
3627
  "aria-label": ariaLabel
3486
3628
  }, other), {
3487
- children: isLoading ? /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
3629
+ children: isLoading ? /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
3488
3630
  "span",
3489
3631
  {
3490
3632
  className: cn(
@@ -3495,12 +3637,16 @@ var Button = (_a) => {
3495
3637
  ),
3496
3638
  "aria-hidden": "true"
3497
3639
  }
3498
- ) : /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(import_jsx_runtime83.Fragment, { children: [
3640
+ ) : /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(import_jsx_runtime87.Fragment, { children: [
3499
3641
  prefix != null ? prefix : null,
3500
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
3642
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
3501
3643
  "span",
3502
3644
  {
3503
- className: cn("group/span-agg-button agg-button-label", "whitespace-nowrap truncate"),
3645
+ className: cn(
3646
+ "group/span-agg-button agg-button-label",
3647
+ "whitespace-nowrap truncate",
3648
+ classNames == null ? void 0 : classNames.label
3649
+ ),
3504
3650
  children
3505
3651
  }
3506
3652
  ),
@@ -3537,7 +3683,7 @@ var getCardClassName = ({
3537
3683
  };
3538
3684
 
3539
3685
  // src/primitives/card/index.tsx
3540
- var import_jsx_runtime84 = require("react/jsx-runtime");
3686
+ var import_jsx_runtime88 = require("react/jsx-runtime");
3541
3687
  var Card = (_a) => {
3542
3688
  var _b = _a, {
3543
3689
  className,
@@ -3560,16 +3706,16 @@ var Card = (_a) => {
3560
3706
  hasHref: !!href,
3561
3707
  withGradient
3562
3708
  });
3563
- const inner = href ? /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
3709
+ const inner = href ? /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
3564
3710
  "a",
3565
3711
  __spreadValues(__spreadValues({
3566
3712
  href,
3567
3713
  className: resolvedClassName
3568
3714
  }, onClick ? { onClick } : {}), props)
3569
- ) : /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", __spreadValues(__spreadValues({ className: resolvedClassName }, onClick ? { onClick } : {}), props));
3715
+ ) : /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("div", __spreadValues(__spreadValues({ className: resolvedClassName }, onClick ? { onClick } : {}), props));
3570
3716
  if (withGradient) {
3571
- return /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("div", { className: "group/agg-card-gradient rounded-agg-xl p-[1px] relative bg-agg-separator", children: [
3572
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
3717
+ return /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("div", { className: "group/agg-card-gradient rounded-agg-xl p-[1px] relative bg-agg-separator", children: [
3718
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
3573
3719
  "div",
3574
3720
  {
3575
3721
  className: "absolute inset-0 rounded-agg-xl bg-gradient-to-b from-agg-separator to-agg-primary opacity-0 group-hover/agg-card-gradient:opacity-100 transition-opacity duration-200 ease-in-out pointer-events-none"
@@ -3641,7 +3787,7 @@ var getSwitchButtonOptionClassName = (enableAnimations, isActive) => {
3641
3787
  };
3642
3788
 
3643
3789
  // src/primitives/switch-button/index.tsx
3644
- var import_jsx_runtime85 = require("react/jsx-runtime");
3790
+ var import_jsx_runtime89 = require("react/jsx-runtime");
3645
3791
  var SwitchButton = ({
3646
3792
  options,
3647
3793
  value,
@@ -3693,7 +3839,7 @@ var SwitchButton = ({
3693
3839
  }
3694
3840
  onValueChange(nextOption.value);
3695
3841
  };
3696
- return /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("div", { className: getSwitchButtonContainerClassName(enableAnimations, className), children: /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(
3842
+ return /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("div", { className: getSwitchButtonContainerClassName(enableAnimations, className), children: /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(
3697
3843
  "div",
3698
3844
  {
3699
3845
  className: SWITCH_BUTTON_TRACK_CLASS_NAME,
@@ -3703,7 +3849,7 @@ var SwitchButton = ({
3703
3849
  role: "tablist",
3704
3850
  "aria-label": ariaLabel,
3705
3851
  children: [
3706
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
3852
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
3707
3853
  "span",
3708
3854
  {
3709
3855
  className: getSwitchButtonTrackHighlightClassName(enableAnimations),
@@ -3717,7 +3863,7 @@ var SwitchButton = ({
3717
3863
  options.map((option, optionIndex) => {
3718
3864
  var _a;
3719
3865
  const isActive = optionIndex === activeIndex;
3720
- return /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
3866
+ return /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
3721
3867
  "button",
3722
3868
  {
3723
3869
  type: "button",
@@ -3901,7 +4047,7 @@ var resolveSelectedSeries = (series, activeSeriesId) => {
3901
4047
  };
3902
4048
 
3903
4049
  // src/primitives/chart/index.tsx
3904
- var import_jsx_runtime86 = require("react/jsx-runtime");
4050
+ var import_jsx_runtime90 = require("react/jsx-runtime");
3905
4051
  var renderDefaultSeriesControls = ({
3906
4052
  series,
3907
4053
  activeSeriesId,
@@ -3910,7 +4056,7 @@ var renderDefaultSeriesControls = ({
3910
4056
  seriesSwitchAriaLabel,
3911
4057
  formatSeriesOptionAriaLabel
3912
4058
  }) => {
3913
- return /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
4059
+ return /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
3914
4060
  SwitchButton,
3915
4061
  {
3916
4062
  ariaLabel: seriesSwitchAriaLabel,
@@ -4049,7 +4195,7 @@ var LineChart = ({
4049
4195
  seriesSwitchAriaLabel: labels.common.lineChartSeriesSwitchAria,
4050
4196
  formatSeriesOptionAriaLabel: labels.common.lineChartSeriesOptionAria
4051
4197
  }) : null : null;
4052
- return /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
4198
+ return /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)(
4053
4199
  "div",
4054
4200
  {
4055
4201
  ref: chartRootRef,
@@ -4060,7 +4206,7 @@ var LineChart = ({
4060
4206
  ),
4061
4207
  style: { width, minHeight: height },
4062
4208
  children: [
4063
- !isLoading && seriesControls ? /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
4209
+ !isLoading && seriesControls ? /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
4064
4210
  "div",
4065
4211
  {
4066
4212
  className: cn(
@@ -4072,7 +4218,7 @@ var LineChart = ({
4072
4218
  children: seriesControls
4073
4219
  }
4074
4220
  ) : null,
4075
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
4221
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
4076
4222
  "div",
4077
4223
  {
4078
4224
  className: cn(
@@ -4084,7 +4230,7 @@ var LineChart = ({
4084
4230
  role: "img",
4085
4231
  "aria-label": chartType === "candlestick" ? labels.common.candlestickChartAria : labels.common.lineChartAria,
4086
4232
  style: { height },
4087
- children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
4233
+ children: /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
4088
4234
  import_liveline.Liveline,
4089
4235
  {
4090
4236
  className: cn("agg-livechart agg-chart-canvas h-full w-full", classNames == null ? void 0 : classNames.liveline),
@@ -4129,7 +4275,7 @@ LineChart.displayName = "LineChart";
4129
4275
 
4130
4276
  // src/primitives/copy-button/index.tsx
4131
4277
  var import_react5 = require("react");
4132
- var import_jsx_runtime87 = require("react/jsx-runtime");
4278
+ var import_jsx_runtime91 = require("react/jsx-runtime");
4133
4279
  var CopyButton = ({
4134
4280
  value,
4135
4281
  label: label2,
@@ -4161,7 +4307,7 @@ var CopyButton = ({
4161
4307
  }, [onCopy, resetMs, value]);
4162
4308
  const showLabel = label2 !== void 0 || copiedLabel !== void 0;
4163
4309
  const visibleLabel = isCopied ? copiedLabel != null ? copiedLabel : label2 : label2;
4164
- return /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(
4310
+ return /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(
4165
4311
  "button",
4166
4312
  {
4167
4313
  type: "button",
@@ -4174,8 +4320,8 @@ var CopyButton = ({
4174
4320
  className
4175
4321
  ),
4176
4322
  children: [
4177
- isCopied ? /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(CheckCircleIcon, { className: iconClassName }) : /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(CopyIcon, { className: iconClassName }),
4178
- showLabel ? /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("span", { className: "agg-type-label-strong", children: visibleLabel }) : null
4323
+ isCopied ? /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(CheckCircleIcon, { className: iconClassName }) : /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(CopyIcon, { className: iconClassName }),
4324
+ showLabel ? /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("span", { className: "agg-type-label-strong", children: visibleLabel }) : null
4179
4325
  ]
4180
4326
  }
4181
4327
  );
@@ -4275,7 +4421,7 @@ var sanitizeCurrencyInputPastedValue = (input, parts, decimalPlaces) => {
4275
4421
  };
4276
4422
 
4277
4423
  // src/primitives/currency-input/index.tsx
4278
- var import_jsx_runtime88 = require("react/jsx-runtime");
4424
+ var import_jsx_runtime92 = require("react/jsx-runtime");
4279
4425
  var CurrencyInput = ({
4280
4426
  value,
4281
4427
  onChange,
@@ -4403,7 +4549,7 @@ var CurrencyInput = ({
4403
4549
  onChange == null ? void 0 : onChange(nextValue);
4404
4550
  onBlur == null ? void 0 : onBlur();
4405
4551
  };
4406
- return /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
4552
+ return /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
4407
4553
  "input",
4408
4554
  {
4409
4555
  ref: inputRef,
@@ -4436,8 +4582,8 @@ CurrencyInput.displayName = "CurrencyInput";
4436
4582
  var import_react7 = require("react");
4437
4583
 
4438
4584
  // src/primitives/footer/agg-build-logo.tsx
4439
- var import_jsx_runtime89 = require("react/jsx-runtime");
4440
- var AggBuildIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(
4585
+ var import_jsx_runtime93 = require("react/jsx-runtime");
4586
+ var AggBuildIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)(
4441
4587
  "svg",
4442
4588
  __spreadProps(__spreadValues({
4443
4589
  xmlns: "http://www.w3.org/2000/svg",
@@ -4448,29 +4594,29 @@ var AggBuildIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(
4448
4594
  "aria-hidden": "true"
4449
4595
  }, props), {
4450
4596
  children: [
4451
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
4597
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
4452
4598
  "path",
4453
4599
  {
4454
4600
  d: "M14.6158 5.73509L12.5568 13.8499C12.5088 14.0367 12.3434 14.17 12.1567 14.17L4.22474 14.1807C4.05404 14.1807 3.95803 14.3834 4.05938 14.5222L5.00353 15.8293C5.08355 15.936 5.20623 16 5.33425 16L9.41493 15.9947C11.9967 15.9893 14.2477 14.1914 14.9038 11.6038L15.9867 7.32498C16.0187 7.19692 15.992 7.06353 15.9173 6.9622L14.9732 5.66037C14.8718 5.5217 14.6585 5.56436 14.6158 5.73509Z",
4455
4601
  fill: "url(#agg-build-icon-g0)"
4456
4602
  }
4457
4603
  ),
4458
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
4604
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
4459
4605
  "path",
4460
4606
  {
4461
4607
  d: "M1.38421 10.2649L3.44322 2.15006C3.49123 1.96334 3.65659 1.82995 3.84328 1.82995L11.7753 1.81928C11.946 1.81928 12.042 1.61656 11.9406 1.47784L10.9965 0.170723C10.9165 0.0640015 10.7938 0 10.6657 0L6.58507 0.00533456C4.00331 0.010668 1.75227 1.80862 1.09616 4.39618L0.0133177 8.67502C-0.0186876 8.80308 0.00798503 8.93647 0.082664 9.0378L1.02682 10.3396C1.12817 10.4783 1.34154 10.4356 1.38421 10.2649Z",
4462
4608
  fill: "url(#agg-build-icon-g1)"
4463
4609
  }
4464
4610
  ),
4465
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
4611
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
4466
4612
  "path",
4467
4613
  {
4468
4614
  d: "M9.55357 10.5796L5.15284 10.585C4.98215 10.585 4.85946 10.4196 4.90213 10.2489L6.04365 5.73529C6.09166 5.54857 6.25702 5.41518 6.44372 5.41518L10.726 5.41033C10.9426 5.41008 11.102 5.61332 11.05 5.82363L9.95363 10.2595C9.90563 10.4462 9.74027 10.5796 9.55357 10.5796Z",
4469
4615
  fill: "url(#agg-build-icon-g2)"
4470
4616
  }
4471
4617
  ),
4472
- /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("defs", { children: [
4473
- /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(
4618
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("defs", { children: [
4619
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)(
4474
4620
  "linearGradient",
4475
4621
  {
4476
4622
  id: "agg-build-icon-g0",
@@ -4480,12 +4626,12 @@ var AggBuildIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(
4480
4626
  y2: "16",
4481
4627
  gradientUnits: "userSpaceOnUse",
4482
4628
  children: [
4483
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("stop", { stopColor: "#FE9943" }),
4484
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("stop", { offset: "1", stopColor: "#FE763C" })
4629
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("stop", { stopColor: "#FE9943" }),
4630
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("stop", { offset: "1", stopColor: "#FE763C" })
4485
4631
  ]
4486
4632
  }
4487
4633
  ),
4488
- /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(
4634
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)(
4489
4635
  "linearGradient",
4490
4636
  {
4491
4637
  id: "agg-build-icon-g1",
@@ -4495,12 +4641,12 @@ var AggBuildIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(
4495
4641
  y2: "16",
4496
4642
  gradientUnits: "userSpaceOnUse",
4497
4643
  children: [
4498
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("stop", { stopColor: "#FE763C" }),
4499
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("stop", { offset: "1", stopColor: "#FE9943" })
4644
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("stop", { stopColor: "#FE763C" }),
4645
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("stop", { offset: "1", stopColor: "#FE9943" })
4500
4646
  ]
4501
4647
  }
4502
4648
  ),
4503
- /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(
4649
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)(
4504
4650
  "linearGradient",
4505
4651
  {
4506
4652
  id: "agg-build-icon-g2",
@@ -4510,8 +4656,8 @@ var AggBuildIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(
4510
4656
  y2: "16",
4511
4657
  gradientUnits: "userSpaceOnUse",
4512
4658
  children: [
4513
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("stop", { stopColor: "#FEB549" }),
4514
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("stop", { offset: "1", stopColor: "#FDA349" })
4659
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("stop", { stopColor: "#FEB549" }),
4660
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("stop", { offset: "1", stopColor: "#FDA349" })
4515
4661
  ]
4516
4662
  }
4517
4663
  )
@@ -4520,7 +4666,7 @@ var AggBuildIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(
4520
4666
  })
4521
4667
  );
4522
4668
  AggBuildIcon.displayName = "AggBuildIcon";
4523
- var AggBuildLogo = (props) => /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(
4669
+ var AggBuildLogo = (props) => /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)(
4524
4670
  "svg",
4525
4671
  __spreadProps(__spreadValues({
4526
4672
  xmlns: "http://www.w3.org/2000/svg",
@@ -4530,79 +4676,79 @@ var AggBuildLogo = (props) => /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(
4530
4676
  fill: "none"
4531
4677
  }, props), {
4532
4678
  children: [
4533
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
4679
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
4534
4680
  "path",
4535
4681
  {
4536
4682
  d: "M12.7888 5.0182L10.9872 12.1187C10.9452 12.2821 10.8005 12.3988 10.6371 12.3988L3.69665 12.4081C3.54729 12.4081 3.46327 12.5855 3.55195 12.7069L4.37809 13.8506C4.4481 13.944 4.55545 14 4.66747 14L8.23806 13.9953C10.4971 13.9907 12.4668 12.4175 13.0409 10.1533L13.9883 6.40936C14.0164 6.29731 13.993 6.18059 13.9277 6.09192L13.1015 4.95282C13.0129 4.83148 12.8262 4.86882 12.7888 5.0182Z",
4537
4683
  fill: "url(#agg-build-logo-g0)"
4538
4684
  }
4539
4685
  ),
4540
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
4686
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
4541
4687
  "path",
4542
4688
  {
4543
4689
  d: "M1.21119 8.9818L3.01282 1.8813C3.05482 1.71792 3.19951 1.60121 3.36287 1.60121L10.3034 1.59187C10.4527 1.59187 10.5367 1.41449 10.448 1.29311L9.62191 0.149383C9.5519 0.0560013 9.44454 0 9.33253 0L5.76194 0.00466774C3.5029 0.00933448 1.53324 1.58254 0.959144 3.84666L0.0116529 7.59064C-0.0163517 7.70269 0.0069869 7.81941 0.072331 7.90808L0.898466 9.04718C0.987147 9.16852 1.17385 9.13118 1.21119 8.9818Z",
4544
4690
  fill: "url(#agg-build-logo-g1)"
4545
4691
  }
4546
4692
  ),
4547
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
4693
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
4548
4694
  "path",
4549
4695
  {
4550
4696
  d: "M8.35937 9.25718L4.50874 9.26185C4.35938 9.26185 4.25203 9.11713 4.28937 8.96775L5.2882 5.01838C5.3302 4.855 5.4749 4.73828 5.63826 4.73828L9.38521 4.73404C9.5748 4.73382 9.71422 4.91165 9.66874 5.09568L8.70943 8.97709C8.66742 9.14047 8.52273 9.25718 8.35937 9.25718Z",
4551
4697
  fill: "url(#agg-build-logo-g2)"
4552
4698
  }
4553
4699
  ),
4554
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
4700
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
4555
4701
  "path",
4556
4702
  {
4557
4703
  d: "M24.5485 10.08L24.3175 7.87499L24.5905 7.10849L24.3175 6.35249L24.5485 4.13699H25.9555L25.6405 7.10849L25.9555 10.08H24.5485ZM24.9685 7.10849C24.8355 7.73149 24.615 8.27749 24.307 8.74649C23.999 9.21549 23.6175 9.57949 23.1625 9.83849C22.7145 10.0975 22.214 10.227 21.661 10.227C21.08 10.227 20.5655 10.0975 20.1175 9.83849C19.6695 9.57249 19.3195 9.20499 19.0675 8.73599C18.8155 8.26699 18.6895 7.72449 18.6895 7.10849C18.6895 6.48549 18.8155 5.94299 19.0675 5.48099C19.3195 5.01199 19.6695 4.64799 20.1175 4.38899C20.5655 4.12299 21.08 3.98999 21.661 3.98999C22.214 3.98999 22.7145 4.11949 23.1625 4.37849C23.6175 4.63749 23.999 5.00149 24.307 5.47049C24.622 5.93249 24.8425 6.47849 24.9685 7.10849ZM20.0755 7.10849C20.0755 7.50749 20.156 7.86099 20.317 8.16899C20.485 8.46999 20.7125 8.70799 20.9995 8.88299C21.2865 9.05099 21.6155 9.13499 21.9865 9.13499C22.3645 9.13499 22.7145 9.05099 23.0365 8.88299C23.3585 8.70799 23.642 8.46999 23.887 8.16899C24.139 7.86099 24.3385 7.50749 24.4855 7.10849C24.3385 6.70949 24.139 6.35949 23.887 6.05849C23.642 5.75049 23.3585 5.51249 23.0365 5.34449C22.7145 5.16949 22.3645 5.08199 21.9865 5.08199C21.6155 5.08199 21.2865 5.16949 20.9995 5.34449C20.7125 5.51249 20.485 5.75049 20.317 6.05849C20.156 6.35949 20.0755 6.70949 20.0755 7.10849Z",
4558
4704
  fill: "currentColor"
4559
4705
  }
4560
4706
  ),
4561
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
4707
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
4562
4708
  "path",
4563
4709
  {
4564
4710
  d: "M32.6661 8.62049V7.57049L32.7186 7.38149V6.23699L32.6661 6.02699V4.13699H34.0311V8.49449C34.0311 9.25749 33.8701 9.89449 33.5481 10.4055C33.2261 10.9235 32.7851 11.312 32.2251 11.571C31.6651 11.83 31.0211 11.9595 30.2931 11.9595C29.7611 11.9595 29.2711 11.8895 28.8231 11.7495C28.3751 11.6095 27.9411 11.396 27.5211 11.109V9.97499C27.9481 10.311 28.3891 10.5455 28.8441 10.6785C29.2991 10.8185 29.7541 10.8885 30.2091 10.8885C31.0071 10.8885 31.6161 10.6925 32.0361 10.3005C32.4561 9.90849 32.6661 9.34849 32.6661 8.62049ZM29.8101 9.61799C29.2641 9.61799 28.7741 9.50249 28.3401 9.27149C27.9061 9.03349 27.5631 8.70449 27.3111 8.28449C27.0591 7.86449 26.9331 7.37099 26.9331 6.80399C26.9331 6.23699 27.0591 5.74349 27.3111 5.32349C27.5631 4.90349 27.9061 4.57799 28.3401 4.34699C28.7741 4.10899 29.2641 3.98999 29.8101 3.98999C30.2161 3.98999 30.5906 4.05299 30.9336 4.17899C31.2836 4.30499 31.5951 4.47299 31.8681 4.68299C32.1481 4.88599 32.3826 5.11349 32.5716 5.36549C32.7676 5.61049 32.9181 5.86249 33.0231 6.12149C33.1281 6.37349 33.1806 6.60449 33.1806 6.81449C33.1806 7.08749 33.1001 7.38849 32.9391 7.71749C32.7781 8.03949 32.5471 8.34399 32.2461 8.63099C31.9521 8.91799 31.5986 9.15599 31.1856 9.34499C30.7726 9.52699 30.3141 9.61799 29.8101 9.61799ZM30.2301 8.60999C30.7271 8.60999 31.1821 8.46649 31.5951 8.17949C32.0151 7.89249 32.3896 7.43399 32.7186 6.80399C32.3896 6.15999 32.0151 5.69799 31.5951 5.41799C31.1821 5.13099 30.7271 4.98749 30.2301 4.98749C29.8241 4.98749 29.4776 5.06449 29.1906 5.21849C28.9036 5.37249 28.6831 5.58599 28.5291 5.85899C28.3821 6.13199 28.3086 6.44699 28.3086 6.80399C28.3086 7.15399 28.3821 7.46549 28.5291 7.73849C28.6831 8.01149 28.9036 8.22499 29.1906 8.37899C29.4776 8.53299 29.8241 8.60999 30.2301 8.60999Z",
4565
4711
  fill: "currentColor"
4566
4712
  }
4567
4713
  ),
4568
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
4714
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
4569
4715
  "path",
4570
4716
  {
4571
4717
  d: "M40.8487 8.62049V7.57049L40.9012 7.38149V6.23699L40.8487 6.02699V4.13699H42.2137V8.49449C42.2137 9.25749 42.0527 9.89449 41.7307 10.4055C41.4087 10.9235 40.9677 11.312 40.4077 11.571C39.8477 11.83 39.2037 11.9595 38.4757 11.9595C37.9437 11.9595 37.4537 11.8895 37.0057 11.7495C36.5577 11.6095 36.1237 11.396 35.7037 11.109V9.97499C36.1307 10.311 36.5717 10.5455 37.0267 10.6785C37.4817 10.8185 37.9367 10.8885 38.3917 10.8885C39.1897 10.8885 39.7987 10.6925 40.2187 10.3005C40.6387 9.90849 40.8487 9.34849 40.8487 8.62049ZM37.9927 9.61799C37.4467 9.61799 36.9567 9.50249 36.5227 9.27149C36.0887 9.03349 35.7457 8.70449 35.4937 8.28449C35.2417 7.86449 35.1157 7.37099 35.1157 6.80399C35.1157 6.23699 35.2417 5.74349 35.4937 5.32349C35.7457 4.90349 36.0887 4.57799 36.5227 4.34699C36.9567 4.10899 37.4467 3.98999 37.9927 3.98999C38.3987 3.98999 38.7732 4.05299 39.1162 4.17899C39.4662 4.30499 39.7777 4.47299 40.0507 4.68299C40.3307 4.88599 40.5652 5.11349 40.7542 5.36549C40.9502 5.61049 41.1007 5.86249 41.2057 6.12149C41.3107 6.37349 41.3632 6.60449 41.3632 6.81449C41.3632 7.08749 41.2827 7.38849 41.1217 7.71749C40.9607 8.03949 40.7297 8.34399 40.4287 8.63099C40.1347 8.91799 39.7812 9.15599 39.3682 9.34499C38.9552 9.52699 38.4967 9.61799 37.9927 9.61799ZM38.4127 8.60999C38.9097 8.60999 39.3647 8.46649 39.7777 8.17949C40.1977 7.89249 40.5722 7.43399 40.9012 6.80399C40.5722 6.15999 40.1977 5.69799 39.7777 5.41799C39.3647 5.13099 38.9097 4.98749 38.4127 4.98749C38.0067 4.98749 37.6602 5.06449 37.3732 5.21849C37.0862 5.37249 36.8657 5.58599 36.7117 5.85899C36.5647 6.13199 36.4912 6.44699 36.4912 6.80399C36.4912 7.15399 36.5647 7.46549 36.7117 7.73849C36.8657 8.01149 37.0862 8.22499 37.3732 8.37899C37.6602 8.53299 38.0067 8.60999 38.4127 8.60999Z",
4572
4718
  fill: "currentColor"
4573
4719
  }
4574
4720
  ),
4575
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
4721
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
4576
4722
  "path",
4577
4723
  {
4578
4724
  d: "M49.1202 10.273C48.771 10.273 48.4495 10.2214 48.1559 10.1182C47.8701 10.0071 47.6201 9.86029 47.4058 9.67775C47.1915 9.48726 47.0209 9.27297 46.8939 9.03486L46.8225 10.1301H46.0605V1.55836H46.8939V5.21328C47.0923 4.87199 47.3781 4.5823 47.7511 4.34419C48.1241 4.10609 48.5805 3.98703 49.1202 3.98703C49.7075 3.98703 50.2194 4.12593 50.656 4.40372C51.0925 4.67357 51.4258 5.0466 51.656 5.52281C51.8941 5.99109 52.0132 6.52682 52.0132 7.13002C52.0132 7.73322 51.8941 8.27293 51.656 8.74914C51.4179 9.22535 51.0806 9.59838 50.6441 9.86823C50.2155 10.1381 49.7075 10.273 49.1202 10.273ZM49.0607 9.54679C49.4813 9.54679 49.8464 9.44758 50.156 9.24916C50.4655 9.05074 50.7115 8.76898 50.8941 8.40388C51.0766 8.03879 51.1679 7.61417 51.1679 7.13002C51.1679 6.63794 51.0766 6.21332 50.8941 5.85616C50.7115 5.49107 50.4615 5.20931 50.144 5.01089C49.8345 4.81247 49.4734 4.71326 49.0607 4.71326C48.648 4.71326 48.2789 4.81247 47.9535 5.01089C47.636 5.20931 47.386 5.49107 47.2035 5.85616C47.0288 6.22125 46.9415 6.64587 46.9415 7.13002C46.9415 7.62211 47.0288 8.05069 47.2035 8.41579C47.386 8.77295 47.636 9.05074 47.9535 9.24916C48.2789 9.44758 48.648 9.54679 49.0607 9.54679Z",
4579
4725
  fill: "currentColor"
4580
4726
  }
4581
4727
  ),
4582
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
4728
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
4583
4729
  "path",
4584
4730
  {
4585
4731
  d: "M55.61 10.273C55.1576 10.273 54.7567 10.1857 54.4075 10.0111C54.0662 9.82855 53.8004 9.55472 53.6099 9.18963C53.4194 8.8166 53.3241 8.34039 53.3241 7.761V4.1299H54.1575V7.66576C54.1575 8.3007 54.2964 8.77295 54.5742 9.08248C54.8599 9.39202 55.2528 9.54679 55.7528 9.54679C56.11 9.54679 56.4274 9.46345 56.7052 9.29678C56.991 9.1301 57.2132 8.88406 57.3719 8.55865C57.5386 8.22531 57.6219 7.82053 57.6219 7.34432V4.1299H58.4553V10.1301H57.6934L57.6458 9.05867C57.4553 9.44758 57.1775 9.74918 56.8124 9.96347C56.4552 10.1698 56.0544 10.273 55.61 10.273Z",
4586
4732
  fill: "currentColor"
4587
4733
  }
4588
4734
  ),
4589
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
4735
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
4590
4736
  "path",
4591
4737
  {
4592
4738
  d: "M60.2706 10.1301V4.1299H61.092V10.1301H60.2706ZM60.6873 2.71317C60.5206 2.71317 60.3777 2.65762 60.2587 2.5465C60.1396 2.42745 60.0801 2.28062 60.0801 2.106C60.0801 1.92346 60.1357 1.78059 60.2468 1.67742C60.3658 1.5663 60.5087 1.51074 60.6754 1.51074C60.842 1.51074 60.9849 1.5663 61.104 1.67742C61.223 1.78059 61.2825 1.92346 61.2825 2.106C61.2825 2.28062 61.223 2.42745 61.104 2.5465C60.9928 2.65762 60.8539 2.71317 60.6873 2.71317Z",
4593
4739
  fill: "currentColor"
4594
4740
  }
4595
4741
  ),
4596
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("path", { d: "M62.9069 10.1301V1.55836H63.7403V10.1301H62.9069Z", fill: "currentColor" }),
4597
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
4742
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("path", { d: "M62.9069 10.1301V1.55836H63.7403V10.1301H62.9069Z", fill: "currentColor" }),
4743
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
4598
4744
  "path",
4599
4745
  {
4600
4746
  d: "M68.049 10.273C67.4696 10.273 66.9616 10.1381 66.5251 9.86823C66.0965 9.59044 65.7632 9.21344 65.5251 8.73723C65.287 8.26102 65.1679 7.72132 65.1679 7.11812C65.1679 6.51492 65.287 5.97918 65.5251 5.51091C65.7632 5.0347 66.1005 4.66167 66.537 4.39181C66.9736 4.12196 67.4815 3.98703 68.0609 3.98703C68.5689 3.98703 69.0133 4.09815 69.3943 4.32038C69.7832 4.53468 70.0808 4.84024 70.2872 5.23709V1.55836H71.1205V10.1301H70.3586L70.2872 9.04677C70.1602 9.25313 69.9935 9.45155 69.7872 9.64203C69.5887 9.83251 69.3427 9.98728 69.049 10.1063C68.7633 10.2175 68.43 10.273 68.049 10.273ZM68.1204 9.54679C68.5411 9.54679 68.9062 9.44758 69.2157 9.24916C69.5332 9.05074 69.7792 8.76898 69.9538 8.40388C70.1364 8.03879 70.2277 7.61417 70.2277 7.13002C70.2277 6.64587 70.1364 6.22125 69.9538 5.85616C69.7792 5.49107 69.5332 5.20931 69.2157 5.01089C68.9062 4.81247 68.5411 4.71326 68.1204 4.71326C67.7077 4.71326 67.3426 4.81247 67.0251 5.01089C66.7077 5.20931 66.4577 5.49107 66.2751 5.85616C66.1005 6.21332 66.0132 6.63794 66.0132 7.13002C66.0132 7.62211 66.1045 8.05069 66.287 8.41579C66.4696 8.77295 66.7196 9.05074 67.037 9.24916C67.3545 9.44758 67.7156 9.54679 68.1204 9.54679Z",
4601
4747
  fill: "currentColor"
4602
4748
  }
4603
4749
  ),
4604
- /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("defs", { children: [
4605
- /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(
4750
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("defs", { children: [
4751
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)(
4606
4752
  "linearGradient",
4607
4753
  {
4608
4754
  id: "agg-build-logo-g0",
@@ -4612,12 +4758,12 @@ var AggBuildLogo = (props) => /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(
4612
4758
  y2: "14",
4613
4759
  gradientUnits: "userSpaceOnUse",
4614
4760
  children: [
4615
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("stop", { stopColor: "#FE9943" }),
4616
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("stop", { offset: "1", stopColor: "#FE763C" })
4761
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("stop", { stopColor: "#FE9943" }),
4762
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("stop", { offset: "1", stopColor: "#FE763C" })
4617
4763
  ]
4618
4764
  }
4619
4765
  ),
4620
- /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(
4766
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)(
4621
4767
  "linearGradient",
4622
4768
  {
4623
4769
  id: "agg-build-logo-g1",
@@ -4627,12 +4773,12 @@ var AggBuildLogo = (props) => /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(
4627
4773
  y2: "14",
4628
4774
  gradientUnits: "userSpaceOnUse",
4629
4775
  children: [
4630
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("stop", { stopColor: "#FE763C" }),
4631
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("stop", { offset: "1", stopColor: "#FE9943" })
4776
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("stop", { stopColor: "#FE763C" }),
4777
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("stop", { offset: "1", stopColor: "#FE9943" })
4632
4778
  ]
4633
4779
  }
4634
4780
  ),
4635
- /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(
4781
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)(
4636
4782
  "linearGradient",
4637
4783
  {
4638
4784
  id: "agg-build-logo-g2",
@@ -4642,8 +4788,8 @@ var AggBuildLogo = (props) => /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(
4642
4788
  y2: "14",
4643
4789
  gradientUnits: "userSpaceOnUse",
4644
4790
  children: [
4645
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("stop", { stopColor: "#FEB549" }),
4646
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("stop", { offset: "1", stopColor: "#FDA349" })
4791
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("stop", { stopColor: "#FEB549" }),
4792
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("stop", { offset: "1", stopColor: "#FDA349" })
4647
4793
  ]
4648
4794
  }
4649
4795
  )
@@ -4652,7 +4798,7 @@ var AggBuildLogo = (props) => /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(
4652
4798
  })
4653
4799
  );
4654
4800
  AggBuildLogo.displayName = "AggBuildLogo";
4655
- var AggBuildTextLogo = (props) => /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(
4801
+ var AggBuildTextLogo = (props) => /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)(
4656
4802
  "svg",
4657
4803
  __spreadProps(__spreadValues({
4658
4804
  xmlns: "http://www.w3.org/2000/svg",
@@ -4662,50 +4808,50 @@ var AggBuildTextLogo = (props) => /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)
4662
4808
  fill: "none"
4663
4809
  }, props), {
4664
4810
  children: [
4665
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
4811
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
4666
4812
  "path",
4667
4813
  {
4668
4814
  d: "M7.05537 10.5201L6.79138 8.00006L7.10337 7.12406L6.79138 6.26006L7.05537 3.72806H8.66337L8.30337 7.12406L8.66337 10.5201H7.05537ZM7.53537 7.12406C7.38337 7.83606 7.13137 8.46006 6.77937 8.99606C6.42737 9.53206 5.99137 9.94806 5.47137 10.2441C4.95937 10.5401 4.38737 10.6881 3.75537 10.6881C3.09137 10.6881 2.50337 10.5401 1.99137 10.2441C1.47938 9.94006 1.07937 9.52006 0.791375 8.98406C0.503375 8.44806 0.359375 7.82806 0.359375 7.12406C0.359375 6.41206 0.503375 5.79206 0.791375 5.26406C1.07937 4.72806 1.47938 4.31206 1.99137 4.01606C2.50337 3.71206 3.09137 3.56006 3.75537 3.56006C4.38737 3.56006 4.95937 3.70806 5.47137 4.00406C5.99137 4.30006 6.42737 4.71606 6.77937 5.25206C7.13937 5.78006 7.39137 6.40406 7.53537 7.12406ZM1.94337 7.12406C1.94337 7.58006 2.03537 7.98406 2.21937 8.33606C2.41137 8.68006 2.67137 8.95206 2.99937 9.15206C3.32737 9.34406 3.70337 9.44006 4.12737 9.44006C4.55937 9.44006 4.95937 9.34406 5.32737 9.15206C5.69537 8.95206 6.01937 8.68006 6.29938 8.33606C6.58738 7.98406 6.81537 7.58006 6.98337 7.12406C6.81537 6.66806 6.58738 6.26806 6.29938 5.92406C6.01937 5.57206 5.69537 5.30006 5.32737 5.10806C4.95937 4.90806 4.55937 4.80806 4.12737 4.80806C3.70337 4.80806 3.32737 4.90806 2.99937 5.10806C2.67137 5.30006 2.41137 5.57206 2.21937 5.92406C2.03537 6.26806 1.94337 6.66806 1.94337 7.12406Z",
4669
4815
  fill: "currentColor"
4670
4816
  }
4671
4817
  ),
4672
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
4818
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
4673
4819
  "path",
4674
4820
  {
4675
4821
  d: "M16.3327 8.85206V7.65206L16.3927 7.43606V6.12806L16.3327 5.88806V3.72806H17.8927V8.70806C17.8927 9.58006 17.7087 10.3081 17.3407 10.8921C16.9727 11.4841 16.4687 11.9281 15.8287 12.2241C15.1887 12.5201 14.4527 12.6681 13.6207 12.6681C13.0127 12.6681 12.4527 12.5881 11.9407 12.4281C11.4287 12.2681 10.9327 12.0241 10.4527 11.6961V10.4001C10.9407 10.7841 11.4447 11.0521 11.9647 11.2041C12.4847 11.3641 13.0047 11.4441 13.5247 11.4441C14.4367 11.4441 15.1327 11.2201 15.6127 10.7721C16.0927 10.3241 16.3327 9.68406 16.3327 8.85206ZM13.0687 9.99206C12.4447 9.99206 11.8847 9.86006 11.3887 9.59606C10.8927 9.32406 10.5007 8.94806 10.2127 8.46806C9.92469 7.98806 9.78069 7.42406 9.78069 6.77606C9.78069 6.12806 9.92469 5.56406 10.2127 5.08406C10.5007 4.60406 10.8927 4.23206 11.3887 3.96806C11.8847 3.69606 12.4447 3.56006 13.0687 3.56006C13.5327 3.56006 13.9607 3.63206 14.3527 3.77606C14.7527 3.92006 15.1087 4.11206 15.4207 4.35206C15.7407 4.58406 16.0087 4.84406 16.2247 5.13206C16.4487 5.41206 16.6207 5.70006 16.7407 5.99606C16.8607 6.28406 16.9207 6.54806 16.9207 6.78806C16.9207 7.10006 16.8287 7.44406 16.6447 7.82006C16.4607 8.18806 16.1967 8.53606 15.8527 8.86406C15.5167 9.19206 15.1127 9.46406 14.6407 9.68006C14.1687 9.88806 13.6447 9.99206 13.0687 9.99206ZM13.5487 8.84006C14.1167 8.84006 14.6367 8.67606 15.1087 8.34806C15.5887 8.02006 16.0167 7.49606 16.3927 6.77606C16.0167 6.04006 15.5887 5.51206 15.1087 5.19206C14.6367 4.86406 14.1167 4.70006 13.5487 4.70006C13.0847 4.70006 12.6887 4.78806 12.3607 4.96406C12.0327 5.14006 11.7807 5.38406 11.6047 5.69606C11.4367 6.00806 11.3527 6.36806 11.3527 6.77606C11.3527 7.17606 11.4367 7.53206 11.6047 7.84406C11.7807 8.15606 12.0327 8.40006 12.3607 8.57606C12.6887 8.75206 13.0847 8.84006 13.5487 8.84006Z",
4676
4822
  fill: "currentColor"
4677
4823
  }
4678
4824
  ),
4679
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
4825
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
4680
4826
  "path",
4681
4827
  {
4682
4828
  d: "M25.6842 8.85206V7.65206L25.7442 7.43606V6.12806L25.6842 5.88806V3.72806H27.2442V8.70806C27.2442 9.58006 27.0602 10.3081 26.6922 10.8921C26.3242 11.4841 25.8202 11.9281 25.1802 12.2241C24.5402 12.5201 23.8042 12.6681 22.9722 12.6681C22.3642 12.6681 21.8042 12.5881 21.2922 12.4281C20.7802 12.2681 20.2842 12.0241 19.8042 11.6961V10.4001C20.2922 10.7841 20.7962 11.0521 21.3162 11.2041C21.8362 11.3641 22.3562 11.4441 22.8762 11.4441C23.7882 11.4441 24.4842 11.2201 24.9642 10.7721C25.4442 10.3241 25.6842 9.68406 25.6842 8.85206ZM22.4202 9.99206C21.7962 9.99206 21.2362 9.86006 20.7402 9.59606C20.2442 9.32406 19.8522 8.94806 19.5642 8.46806C19.2762 7.98806 19.1322 7.42406 19.1322 6.77606C19.1322 6.12806 19.2762 5.56406 19.5642 5.08406C19.8522 4.60406 20.2442 4.23206 20.7402 3.96806C21.2362 3.69606 21.7962 3.56006 22.4202 3.56006C22.8842 3.56006 23.3122 3.63206 23.7042 3.77606C24.1042 3.92006 24.4602 4.11206 24.7722 4.35206C25.0922 4.58406 25.3602 4.84406 25.5762 5.13206C25.8002 5.41206 25.9722 5.70006 26.0922 5.99606C26.2122 6.28406 26.2722 6.54806 26.2722 6.78806C26.2722 7.10006 26.1802 7.44406 25.9962 7.82006C25.8122 8.18806 25.5482 8.53606 25.2042 8.86406C24.8682 9.19206 24.4642 9.46406 23.9922 9.68006C23.5202 9.88806 22.9962 9.99206 22.4202 9.99206ZM22.9002 8.84006C23.4682 8.84006 23.9882 8.67606 24.4602 8.34806C24.9402 8.02006 25.3682 7.49606 25.7442 6.77606C25.3682 6.04006 24.9402 5.51206 24.4602 5.19206C23.9882 4.86406 23.4682 4.70006 22.9002 4.70006C22.4362 4.70006 22.0402 4.78806 21.7122 4.96406C21.3842 5.14006 21.1322 5.38406 20.9562 5.69606C20.7882 6.00806 20.7042 6.36806 20.7042 6.77606C20.7042 7.17606 20.7882 7.53206 20.9562 7.84406C21.1322 8.15606 21.3842 8.40006 21.7122 8.57606C22.0402 8.75206 22.4362 8.84006 22.9002 8.84006Z",
4683
4829
  fill: "currentColor"
4684
4830
  }
4685
4831
  ),
4686
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
4832
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
4687
4833
  "path",
4688
4834
  {
4689
4835
  d: "M35.1374 10.7411C34.7383 10.7411 34.3709 10.6821 34.0353 10.5642C33.7087 10.4372 33.423 10.2694 33.1781 10.0608C32.9332 9.84307 32.7382 9.59816 32.593 9.32604L32.5114 10.5778H31.6406V0.781475H32.593V4.95852C32.8198 4.56848 33.1464 4.2374 33.5727 3.96528C33.999 3.69316 34.5206 3.5571 35.1374 3.5571C35.8086 3.5571 36.3937 3.71584 36.8925 4.03331C37.3914 4.34171 37.7724 4.76803 38.0354 5.31227C38.3076 5.84744 38.4436 6.45971 38.4436 7.14908C38.4436 7.83845 38.3076 8.45526 38.0354 8.9995C37.7633 9.54374 37.3778 9.97006 36.8789 10.2785C36.3891 10.5869 35.8086 10.7411 35.1374 10.7411ZM35.0693 9.9111C35.5501 9.9111 35.9673 9.79772 36.3211 9.57095C36.6748 9.34419 36.956 9.02218 37.1647 8.60493C37.3733 8.18768 37.4776 7.70239 37.4776 7.14908C37.4776 6.5867 37.3733 6.10142 37.1647 5.69324C36.956 5.27599 36.6703 4.95398 36.3075 4.72722C35.9537 4.50045 35.541 4.38707 35.0693 4.38707C34.5977 4.38707 34.1759 4.50045 33.804 4.72722C33.4412 4.95398 33.1554 5.27599 32.9468 5.69324C32.7472 6.11049 32.6475 6.59577 32.6475 7.14908C32.6475 7.71147 32.7472 8.20128 32.9468 8.61853C33.1554 9.02671 33.4412 9.34419 33.804 9.57095C34.1759 9.79772 34.5977 9.9111 35.0693 9.9111Z",
4690
4836
  fill: "currentColor"
4691
4837
  }
4692
4838
  ),
4693
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
4839
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
4694
4840
  "path",
4695
4841
  {
4696
4842
  d: "M42.5542 10.7411C42.0372 10.7411 41.5791 10.6413 41.18 10.4417C40.79 10.2331 40.4861 9.92017 40.2684 9.50292C40.0507 9.0766 39.9419 8.53236 39.9419 7.8702V3.72037H40.8943V7.76135C40.8943 8.48701 41.053 9.02671 41.3705 9.38047C41.6971 9.73422 42.1461 9.9111 42.7175 9.9111C43.1257 9.9111 43.4885 9.81586 43.806 9.62538C44.1325 9.43489 44.3865 9.1537 44.5679 8.78181C44.7584 8.40084 44.8536 7.93823 44.8536 7.39399V3.72037H45.8061V10.5778H44.9353L44.8809 9.35326C44.6632 9.79772 44.3457 10.1424 43.9284 10.3873C43.5203 10.6231 43.0622 10.7411 42.5542 10.7411Z",
4697
4843
  fill: "currentColor"
4698
4844
  }
4699
4845
  ),
4700
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
4846
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
4701
4847
  "path",
4702
4848
  {
4703
4849
  d: "M47.8807 10.5778V3.72037H48.8195V10.5778H47.8807ZM48.3569 2.10126C48.1664 2.10126 48.0031 2.03776 47.8671 1.91077C47.731 1.77471 47.663 1.60691 47.663 1.40735C47.663 1.19873 47.7265 1.03545 47.8535 0.917535C47.9895 0.790545 48.1528 0.727051 48.3433 0.727051C48.5338 0.727051 48.697 0.790545 48.8331 0.917535C48.9691 1.03545 49.0372 1.19873 49.0372 1.40735C49.0372 1.60691 48.9691 1.77471 48.8331 1.91077C48.7061 2.03776 48.5474 2.10126 48.3569 2.10126Z",
4704
4850
  fill: "currentColor"
4705
4851
  }
4706
4852
  ),
4707
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("path", { d: "M50.8937 10.5778V0.781475H51.8461V10.5778H50.8937Z", fill: "currentColor" }),
4708
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
4853
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("path", { d: "M50.8937 10.5778V0.781475H51.8461V10.5778H50.8937Z", fill: "currentColor" }),
4854
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
4709
4855
  "path",
4710
4856
  {
4711
4857
  d: "M56.7703 10.7411C56.1081 10.7411 55.5276 10.5869 55.0287 10.2785C54.5389 9.96099 54.1579 9.53013 53.8858 8.98589C53.6137 8.44165 53.4776 7.82485 53.4776 7.13548C53.4776 6.44611 53.6137 5.83384 53.8858 5.29867C54.1579 4.75443 54.5434 4.32811 55.0423 4.0197C55.5412 3.7113 56.1217 3.5571 56.7839 3.5571C57.3644 3.5571 57.8724 3.68409 58.3078 3.93807C58.7522 4.18298 59.0924 4.5322 59.3282 4.98573V0.781475H60.2806V10.5778H59.4098L59.3282 9.33965C59.1831 9.57549 58.9926 9.80225 58.7568 10.02C58.53 10.2376 58.2488 10.4145 57.9132 10.5506C57.5866 10.6776 57.2057 10.7411 56.7703 10.7411ZM56.8519 9.9111C57.3327 9.9111 57.7499 9.79772 58.1037 9.57095C58.4665 9.34419 58.7477 9.02218 58.9472 8.60493C59.1559 8.18768 59.2602 7.70239 59.2602 7.14908C59.2602 6.59577 59.1559 6.11049 58.9472 5.69324C58.7477 5.27599 58.4665 4.95398 58.1037 4.72722C57.7499 4.50045 57.3327 4.38707 56.8519 4.38707C56.3802 4.38707 55.963 4.50045 55.6002 4.72722C55.2373 4.95398 54.9516 5.27599 54.743 5.69324C54.5434 6.10142 54.4436 6.5867 54.4436 7.14908C54.4436 7.71147 54.548 8.20128 54.7566 8.61853C54.9652 9.02671 55.2509 9.34419 55.6138 9.57095C55.9766 9.79772 56.3893 9.9111 56.8519 9.9111Z",
@@ -4737,8 +4883,8 @@ var DEFAULT_FOOTER_LINKS = [
4737
4883
  ];
4738
4884
 
4739
4885
  // src/primitives/footer/index.tsx
4740
- var import_jsx_runtime90 = require("react/jsx-runtime");
4741
- var XIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
4886
+ var import_jsx_runtime94 = require("react/jsx-runtime");
4887
+ var XIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
4742
4888
  "svg",
4743
4889
  __spreadProps(__spreadValues({
4744
4890
  xmlns: "http://www.w3.org/2000/svg",
@@ -4748,7 +4894,7 @@ var XIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
4748
4894
  fill: "none",
4749
4895
  "aria-hidden": "true"
4750
4896
  }, props), {
4751
- children: /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
4897
+ children: /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
4752
4898
  "path",
4753
4899
  {
4754
4900
  d: "M12.2167 1.33325H14.4669L9.5523 6.94875L15.3334 14.5913H10.8081L7.26125 9.95725L3.20714 14.5913H0.953359L6.20891 8.58347L0.666748 1.33325H5.30691L8.50975 5.56886L12.2167 1.33325ZM11.4266 13.2463H12.6726L4.62797 2.60803H3.28964L11.4266 13.2463Z",
@@ -4758,8 +4904,8 @@ var XIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
4758
4904
  })
4759
4905
  );
4760
4906
  var renderLink = (link, linkClass) => {
4761
- const inner = /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)(import_jsx_runtime90.Fragment, { children: [
4762
- /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
4907
+ const inner = /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)(import_jsx_runtime94.Fragment, { children: [
4908
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
4763
4909
  "span",
4764
4910
  {
4765
4911
  className: "hidden md:inline",
@@ -4767,11 +4913,11 @@ var renderLink = (link, linkClass) => {
4767
4913
  children: link.label
4768
4914
  }
4769
4915
  ),
4770
- link.mobileLabel !== void 0 && link.mobileLabel !== link.label ? /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("span", { className: "md:hidden", children: link.mobileLabel }) : /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("span", { className: "md:hidden", "aria-hidden": "true", children: link.label }),
4771
- link.mobileLabel !== void 0 && link.mobileLabel !== link.label && /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("span", { className: "sr-only", children: link.label })
4916
+ link.mobileLabel !== void 0 && link.mobileLabel !== link.label ? /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("span", { className: "md:hidden", children: link.mobileLabel }) : /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("span", { className: "md:hidden", "aria-hidden": "true", children: link.label }),
4917
+ link.mobileLabel !== void 0 && link.mobileLabel !== link.label && /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("span", { className: "sr-only", children: link.label })
4772
4918
  ] });
4773
4919
  if (link.href) {
4774
- return /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
4920
+ return /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
4775
4921
  "a",
4776
4922
  {
4777
4923
  href: link.href,
@@ -4784,7 +4930,7 @@ var renderLink = (link, linkClass) => {
4784
4930
  );
4785
4931
  }
4786
4932
  if (link.onClick) {
4787
- return /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
4933
+ return /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
4788
4934
  "button",
4789
4935
  {
4790
4936
  type: "button",
@@ -4794,7 +4940,7 @@ var renderLink = (link, linkClass) => {
4794
4940
  }
4795
4941
  );
4796
4942
  }
4797
- return /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("span", { className: linkClass, children: inner });
4943
+ return /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("span", { className: linkClass, children: inner });
4798
4944
  };
4799
4945
  var Footer = ({
4800
4946
  links = DEFAULT_FOOTER_LINKS,
@@ -4810,13 +4956,13 @@ var Footer = ({
4810
4956
  "text-xs text-agg-muted-foreground whitespace-nowrap transition-colors hover:text-agg-foreground md:text-sm",
4811
4957
  classNames == null ? void 0 : classNames.link
4812
4958
  );
4813
- return /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
4959
+ return /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
4814
4960
  "footer",
4815
4961
  {
4816
4962
  role: "contentinfo",
4817
4963
  "aria-label": ariaLabel,
4818
4964
  className: cn(baseFooterClasses, classNames == null ? void 0 : classNames.root),
4819
- children: /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)(
4965
+ children: /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)(
4820
4966
  "div",
4821
4967
  {
4822
4968
  className: cn(
@@ -4824,7 +4970,7 @@ var Footer = ({
4824
4970
  classNames == null ? void 0 : classNames.inner
4825
4971
  ),
4826
4972
  children: [
4827
- /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)(
4973
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)(
4828
4974
  "a",
4829
4975
  {
4830
4976
  href: AGG_DEFAULT_URL,
@@ -4835,16 +4981,16 @@ var Footer = ({
4835
4981
  classNames == null ? void 0 : classNames.leftSection
4836
4982
  ),
4837
4983
  children: [
4838
- /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)("div", { className: "hidden items-center gap-1 md:flex", children: [
4839
- /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(AggBuildIcon, { className: "size-4 shrink-0" }),
4840
- /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("span", { className: "whitespace-nowrap text-sm text-agg-muted-foreground transition-colors group-hover/brand:text-agg-foreground", children: "Built with" }),
4841
- /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(AggBuildTextLogo, { "aria-label": "agg build", className: "shrink-0 text-agg-foreground" })
4984
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)("div", { className: "hidden items-center gap-1 md:flex", children: [
4985
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(AggBuildIcon, { className: "size-4 shrink-0" }),
4986
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("span", { className: "whitespace-nowrap text-sm text-agg-muted-foreground transition-colors group-hover/brand:text-agg-foreground", children: "Built with" }),
4987
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(AggBuildTextLogo, { "aria-label": "agg build", className: "shrink-0 text-agg-foreground" })
4842
4988
  ] }),
4843
- /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("div", { className: "md:hidden", children: /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(AggBuildLogo, { "aria-label": "agg build", className: "h-3.5 w-auto text-agg-foreground" }) })
4989
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("div", { className: "md:hidden", children: /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(AggBuildLogo, { "aria-label": "agg build", className: "h-3.5 w-auto text-agg-foreground" }) })
4844
4990
  ]
4845
4991
  }
4846
4992
  ),
4847
- /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)(
4993
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)(
4848
4994
  "div",
4849
4995
  {
4850
4996
  className: cn(
@@ -4852,8 +4998,8 @@ var Footer = ({
4852
4998
  classNames == null ? void 0 : classNames.rightSection
4853
4999
  ),
4854
5000
  children: [
4855
- /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("div", { className: "flex items-center gap-2", children: links.map((link, i) => /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)(import_react7.Fragment, { children: [
4856
- i > 0 && /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
5001
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("div", { className: "flex items-center gap-2", children: links.map((link, i) => /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)(import_react7.Fragment, { children: [
5002
+ i > 0 && /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
4857
5003
  "span",
4858
5004
  {
4859
5005
  "aria-hidden": "true",
@@ -4866,15 +5012,15 @@ var Footer = ({
4866
5012
  ),
4867
5013
  renderLink(link, linkClass)
4868
5014
  ] }, link.label)) }),
4869
- email && /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)(import_jsx_runtime90.Fragment, { children: [
4870
- /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
5015
+ email && /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)(import_jsx_runtime94.Fragment, { children: [
5016
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
4871
5017
  "div",
4872
5018
  {
4873
5019
  "aria-hidden": "true",
4874
5020
  className: "hidden h-3 w-px shrink-0 bg-agg-separator md:block"
4875
5021
  }
4876
5022
  ),
4877
- emailHref ? /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
5023
+ emailHref ? /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
4878
5024
  "a",
4879
5025
  {
4880
5026
  href: emailHref,
@@ -4886,7 +5032,7 @@ var Footer = ({
4886
5032
  ),
4887
5033
  children: email
4888
5034
  }
4889
- ) : /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
5035
+ ) : /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
4890
5036
  "span",
4891
5037
  {
4892
5038
  className: cn(
@@ -4897,15 +5043,15 @@ var Footer = ({
4897
5043
  }
4898
5044
  )
4899
5045
  ] }),
4900
- hasX && /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)(import_jsx_runtime90.Fragment, { children: [
4901
- /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
5046
+ hasX && /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)(import_jsx_runtime94.Fragment, { children: [
5047
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
4902
5048
  "div",
4903
5049
  {
4904
5050
  "aria-hidden": "true",
4905
5051
  className: "hidden h-3 w-px shrink-0 bg-agg-separator md:block"
4906
5052
  }
4907
5053
  ),
4908
- xHref ? /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
5054
+ xHref ? /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
4909
5055
  "a",
4910
5056
  {
4911
5057
  href: xHref,
@@ -4916,9 +5062,9 @@ var Footer = ({
4916
5062
  "hidden items-center text-agg-muted-foreground transition-colors hover:text-agg-foreground md:flex",
4917
5063
  classNames == null ? void 0 : classNames.xLink
4918
5064
  ),
4919
- children: /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(XIcon, { className: "size-4" })
5065
+ children: /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(XIcon, { className: "size-4" })
4920
5066
  }
4921
- ) : /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
5067
+ ) : /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
4922
5068
  "button",
4923
5069
  {
4924
5070
  type: "button",
@@ -4928,7 +5074,7 @@ var Footer = ({
4928
5074
  "hidden cursor-pointer items-center border-0 bg-transparent p-0 text-agg-muted-foreground transition-colors hover:text-agg-foreground md:flex",
4929
5075
  classNames == null ? void 0 : classNames.xLink
4930
5076
  ),
4931
- children: /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(XIcon, { className: "size-4" })
5077
+ children: /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(XIcon, { className: "size-4" })
4932
5078
  }
4933
5079
  )
4934
5080
  ] })
@@ -5217,13 +5363,13 @@ var getVenueSummary = (venueMarkets, options) => {
5217
5363
  };
5218
5364
  };
5219
5365
  var resolveDisplayVolume = (eventVolume, venueMarkets) => {
5366
+ if (typeof eventVolume === "number" && eventVolume > 0) return eventVolume;
5220
5367
  const clusterMarkets = normalizeVenueMarketCluster(venueMarkets);
5221
5368
  const marketSum = clusterMarkets.reduce(
5222
5369
  (acc, m) => acc + (typeof m.volume === "number" ? m.volume : 0),
5223
5370
  0
5224
5371
  );
5225
5372
  if (marketSum > 0) return marketSum;
5226
- if (typeof eventVolume === "number" && eventVolume > 0) return eventVolume;
5227
5373
  return void 0;
5228
5374
  };
5229
5375
 
@@ -5246,12 +5392,12 @@ var import_react8 = require("react");
5246
5392
 
5247
5393
  // src/primitives/skeleton/skeleton-block.tsx
5248
5394
  var import_hooks9 = require("@agg-build/hooks");
5249
- var import_jsx_runtime91 = require("react/jsx-runtime");
5395
+ var import_jsx_runtime95 = require("react/jsx-runtime");
5250
5396
  var SkeletonBlock = ({ className }) => {
5251
5397
  const {
5252
5398
  features: { enableAnimations }
5253
5399
  } = (0, import_hooks9.useSdkUiConfig)();
5254
- return /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
5400
+ return /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
5255
5401
  "div",
5256
5402
  {
5257
5403
  "aria-hidden": true,
@@ -5280,7 +5426,7 @@ var resolveRemoteImageStatusFromSrc = (src) => {
5280
5426
  };
5281
5427
 
5282
5428
  // src/primitives/remote-image/index.tsx
5283
- var import_jsx_runtime92 = require("react/jsx-runtime");
5429
+ var import_jsx_runtime96 = require("react/jsx-runtime");
5284
5430
  var RemoteImage = ({
5285
5431
  src,
5286
5432
  alt,
@@ -5314,7 +5460,7 @@ var RemoteImage = ({
5314
5460
  setStatus("error");
5315
5461
  };
5316
5462
  const sizeStyle = width !== void 0 || height !== void 0 ? { width: width != null ? width : void 0, height: height != null ? height : void 0 } : void 0;
5317
- return /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(
5463
+ return /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(
5318
5464
  "div",
5319
5465
  {
5320
5466
  className: cn(containerClasses, classNames == null ? void 0 : classNames.root, className),
@@ -5331,14 +5477,14 @@ var RemoteImage = ({
5331
5477
  "aria-label": ariaLabel,
5332
5478
  title: title2,
5333
5479
  children: [
5334
- status === "loading" && /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(SkeletonBlock, { className: cn(skeletonClasses, classNames == null ? void 0 : classNames.placeholder) }),
5335
- status === "error" && /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
5480
+ status === "loading" && /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(SkeletonBlock, { className: cn(skeletonClasses, classNames == null ? void 0 : classNames.placeholder) }),
5481
+ status === "error" && /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
5336
5482
  "div",
5337
5483
  {
5338
5484
  className: cn(placeholderClasses, classNames == null ? void 0 : classNames.placeholder),
5339
5485
  "aria-hidden": true,
5340
5486
  "aria-errormessage": "Image failed to load",
5341
- children: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
5487
+ children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
5342
5488
  Icon,
5343
5489
  {
5344
5490
  name: "image",
@@ -5349,7 +5495,7 @@ var RemoteImage = ({
5349
5495
  )
5350
5496
  }
5351
5497
  ),
5352
- isValidRemoteImageSrc(src) && status !== "error" && /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
5498
+ isValidRemoteImageSrc(src) && status !== "error" && /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
5353
5499
  "img",
5354
5500
  {
5355
5501
  src,
@@ -5377,7 +5523,7 @@ var import_hooks11 = require("@agg-build/hooks");
5377
5523
  var baseCardClassName = "gap-3 overflow-hidden p-5 w-full";
5378
5524
 
5379
5525
  // src/primitives/skeleton/views/event-list-item-skeleton-view.tsx
5380
- var import_jsx_runtime93 = require("react/jsx-runtime");
5526
+ var import_jsx_runtime97 = require("react/jsx-runtime");
5381
5527
  var EventListItemSkeletonView = ({
5382
5528
  className,
5383
5529
  ariaLabel,
@@ -5385,7 +5531,7 @@ var EventListItemSkeletonView = ({
5385
5531
  }) => {
5386
5532
  const labels = (0, import_hooks11.useLabels)();
5387
5533
  const outcomeTitleWidths = ["w-40", "w-[200px]"];
5388
- return /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)(
5534
+ return /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)(
5389
5535
  Card,
5390
5536
  {
5391
5537
  className: cn("group/agg-skeleton", baseCardClassName, className),
@@ -5394,23 +5540,23 @@ var EventListItemSkeletonView = ({
5394
5540
  "aria-busy": isStandalone || void 0,
5395
5541
  "aria-hidden": isStandalone ? void 0 : true,
5396
5542
  children: [
5397
- /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("div", { className: "flex h-10 w-full items-center gap-3 justify-stretch", children: [
5398
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(SkeletonBlock, { className: "size-10! rounded-agg-lg" }),
5399
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(SkeletonBlock, { className: "h-6 w-fit flex-1 rounded-agg-sm" })
5543
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("div", { className: "flex h-10 w-full items-center gap-3 justify-stretch", children: [
5544
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(SkeletonBlock, { className: "size-10! rounded-agg-lg" }),
5545
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(SkeletonBlock, { className: "h-6 w-fit flex-1 rounded-agg-sm" })
5400
5546
  ] }),
5401
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("div", { className: "flex flex-col gap-3", children: outcomeTitleWidths.map((outcomeTitleWidth, index) => /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("div", { className: "flex w-full items-center justify-between gap-3", children: [
5402
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(SkeletonBlock, { className: cn("h-5 rounded-agg-sm", outcomeTitleWidth) }),
5403
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(SkeletonBlock, { className: "h-8 w-[100px] rounded-agg-full" })
5547
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("div", { className: "flex flex-col gap-3", children: outcomeTitleWidths.map((outcomeTitleWidth, index) => /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("div", { className: "flex w-full items-center justify-between gap-3", children: [
5548
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(SkeletonBlock, { className: cn("h-5 rounded-agg-sm", outcomeTitleWidth) }),
5549
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(SkeletonBlock, { className: "h-8 w-[100px] rounded-agg-full" })
5404
5550
  ] }, index)) }),
5405
- /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("div", { className: "flex items-center justify-between gap-5 text-agg-muted-foreground", children: [
5406
- /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("div", { className: "flex min-w-0 flex-1 items-center gap-2", children: [
5407
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(SkeletonBlock, { className: "h-5 w-[100px] rounded-agg-sm" }),
5408
- /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("div", { className: "flex items-center gap-1", children: [
5409
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(SkeletonBlock, { className: "size-[14px] rounded-agg-sm" }),
5410
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(SkeletonBlock, { className: "size-[14px] rounded-agg-sm" })
5551
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("div", { className: "flex items-center justify-between gap-5 text-agg-muted-foreground", children: [
5552
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("div", { className: "flex min-w-0 flex-1 items-center gap-2", children: [
5553
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(SkeletonBlock, { className: "h-5 w-[100px] rounded-agg-sm" }),
5554
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("div", { className: "flex items-center gap-1", children: [
5555
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(SkeletonBlock, { className: "size-[14px] rounded-agg-sm" }),
5556
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(SkeletonBlock, { className: "size-[14px] rounded-agg-sm" })
5411
5557
  ] })
5412
5558
  ] }),
5413
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(SkeletonBlock, { className: "h-5 w-[60px] rounded-agg-sm" })
5559
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(SkeletonBlock, { className: "h-5 w-[60px] rounded-agg-sm" })
5414
5560
  ] })
5415
5561
  ]
5416
5562
  }
@@ -5419,11 +5565,11 @@ var EventListItemSkeletonView = ({
5419
5565
  EventListItemSkeletonView.displayName = "EventListItemSkeletonView";
5420
5566
 
5421
5567
  // src/primitives/skeleton/views/event-list-skeleton-view.tsx
5422
- var import_jsx_runtime94 = require("react/jsx-runtime");
5568
+ var import_jsx_runtime98 = require("react/jsx-runtime");
5423
5569
  var DEFAULT_SKELETON_EVENTS_LIMIT = 20;
5424
5570
  var EventListSkeletonView = ({ className, ariaLabel }) => {
5425
5571
  const labels = (0, import_hooks12.useLabels)();
5426
- return /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)(
5572
+ return /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)(
5427
5573
  "section",
5428
5574
  {
5429
5575
  className: cn("group/agg-skeleton", "flex w-full flex-col gap-5", className),
@@ -5431,11 +5577,11 @@ var EventListSkeletonView = ({ className, ariaLabel }) => {
5431
5577
  "aria-label": ariaLabel != null ? ariaLabel : labels.eventList.loading("events"),
5432
5578
  "aria-busy": true,
5433
5579
  children: [
5434
- /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)("header", { className: "flex w-full flex-col items-start justify-between gap-3 md:flex-row md:flex-nowrap md:items-center md:gap-5", children: [
5435
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(SkeletonBlock, { className: "h-7 w-[120px] rounded-agg-md" }),
5436
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(SkeletonBlock, { className: "h-8 w-full rounded-agg-md md:w-[400px]" })
5580
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)("header", { className: "flex w-full flex-col items-start justify-between gap-3 md:flex-row md:flex-nowrap md:items-center md:gap-5", children: [
5581
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(SkeletonBlock, { className: "h-7 w-[120px] rounded-agg-md" }),
5582
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(SkeletonBlock, { className: "h-8 w-full rounded-agg-md md:w-[400px]" })
5437
5583
  ] }),
5438
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("div", { className: "grid grid-cols-[repeat(auto-fit,minmax(240px,1fr))] md:grid-cols-[repeat(auto-fit,minmax(360px,1fr))] gap-4", children: Array.from({ length: DEFAULT_SKELETON_EVENTS_LIMIT }).map((_, index) => /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
5584
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("div", { className: "grid grid-cols-[repeat(auto-fit,minmax(240px,1fr))] md:grid-cols-[repeat(auto-fit,minmax(360px,1fr))] gap-4", children: Array.from({ length: DEFAULT_SKELETON_EVENTS_LIMIT }).map((_, index) => /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
5439
5585
  EventListItemSkeletonView,
5440
5586
  {
5441
5587
  isStandalone: false,
@@ -5456,13 +5602,13 @@ var import_hooks13 = require("@agg-build/hooks");
5456
5602
  var detailsBaseCardClassName = "w-full gap-6 p-5 md:gap-8";
5457
5603
 
5458
5604
  // src/primitives/skeleton/views/event-list-item-details-skeleton-view.tsx
5459
- var import_jsx_runtime95 = require("react/jsx-runtime");
5605
+ var import_jsx_runtime99 = require("react/jsx-runtime");
5460
5606
  var EventListItemDetailsSkeletonView = ({
5461
5607
  className,
5462
5608
  ariaLabel
5463
5609
  }) => {
5464
5610
  const labels = (0, import_hooks13.useLabels)();
5465
- return /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)(
5611
+ return /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
5466
5612
  Card,
5467
5613
  {
5468
5614
  className: cn("group/agg-skeleton", detailsBaseCardClassName, className),
@@ -5470,24 +5616,24 @@ var EventListItemDetailsSkeletonView = ({
5470
5616
  "aria-label": ariaLabel != null ? ariaLabel : labels.eventItemDetails.loading,
5471
5617
  "aria-busy": true,
5472
5618
  children: [
5473
- /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)("div", { className: "flex h-14 w-full items-center gap-3 justify-stretch", children: [
5474
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(SkeletonBlock, { className: "size-10! rounded-agg-lg" }),
5475
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(SkeletonBlock, { className: "h-6 w-fit flex-1 rounded-agg-sm" })
5619
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("div", { className: "flex h-14 w-full items-center gap-3 justify-stretch", children: [
5620
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(SkeletonBlock, { className: "size-10! rounded-agg-lg" }),
5621
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(SkeletonBlock, { className: "h-6 w-fit flex-1 rounded-agg-sm" })
5476
5622
  ] }),
5477
- /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)("div", { className: "flex w-full flex-col gap-4 md:gap-6", children: [
5478
- /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)("div", { className: "flex w-full flex-col gap-3 md:flex-row md:items-center md:justify-between", children: [
5479
- /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)("div", { className: "flex max-w-full gap-2 overflow-hidden", children: [
5480
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(SkeletonBlock, { className: "h-9 w-[100px] rounded-agg-full" }),
5481
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(SkeletonBlock, { className: "h-9 w-[100px] rounded-agg-full" }),
5482
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(SkeletonBlock, { className: "h-9 w-[100px] rounded-agg-full" })
5623
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("div", { className: "flex w-full flex-col gap-4 md:gap-6", children: [
5624
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("div", { className: "flex w-full flex-col gap-3 md:flex-row md:items-center md:justify-between", children: [
5625
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("div", { className: "flex max-w-full gap-2 overflow-hidden", children: [
5626
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(SkeletonBlock, { className: "h-9 w-[100px] rounded-agg-full" }),
5627
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(SkeletonBlock, { className: "h-9 w-[100px] rounded-agg-full" }),
5628
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(SkeletonBlock, { className: "h-9 w-[100px] rounded-agg-full" })
5483
5629
  ] }),
5484
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(SkeletonBlock, { className: "h-9 w-full max-w-[221px] rounded-agg-full md:w-[221px]" })
5630
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(SkeletonBlock, { className: "h-9 w-full max-w-[221px] rounded-agg-full md:w-[221px]" })
5485
5631
  ] }),
5486
- /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)("div", { className: "flex w-full flex-col gap-3", children: [
5487
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(SkeletonBlock, { className: "h-[220px] w-full rounded-agg-xl md:h-[240px]" }),
5488
- /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)("div", { className: "flex items-center justify-between", children: [
5489
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(SkeletonBlock, { className: "h-5 w-[59px] rounded-agg-sm" }),
5490
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(SkeletonBlock, { className: "h-5 w-40 rounded-agg-sm" })
5632
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("div", { className: "flex w-full flex-col gap-3", children: [
5633
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(SkeletonBlock, { className: "h-[220px] w-full rounded-agg-xl md:h-[240px]" }),
5634
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("div", { className: "flex items-center justify-between", children: [
5635
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(SkeletonBlock, { className: "h-5 w-[59px] rounded-agg-sm" }),
5636
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(SkeletonBlock, { className: "h-5 w-40 rounded-agg-sm" })
5491
5637
  ] })
5492
5638
  ] })
5493
5639
  ] })
@@ -5504,34 +5650,34 @@ var import_hooks14 = require("@agg-build/hooks");
5504
5650
  var marketDetailsBaseCardClassName = "w-full overflow-hidden rounded-agg-lg border border-agg-separator bg-agg-secondary text-agg-foreground shadow-none hover:shadow-none";
5505
5651
 
5506
5652
  // src/primitives/skeleton/views/market-details-skeleton-view.tsx
5507
- var import_jsx_runtime96 = require("react/jsx-runtime");
5653
+ var import_jsx_runtime100 = require("react/jsx-runtime");
5508
5654
  var orderBookAskBarScales = ["93%", "47%", "33%", "31%"];
5509
5655
  var orderBookBidBarScales = ["9%", "33%", "53%", "73%"];
5510
5656
  var MarketDetailsHeaderSkeleton = () => {
5511
- return /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("div", { className: "flex flex-wrap items-center justify-between gap-3 px-4 py-3 md:px-5", children: [
5512
- /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("div", { className: "flex min-w-0 items-center gap-3 md:min-w-52 md:gap-4", children: [
5513
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(SkeletonBlock, { className: "size-12 rounded-agg-lg md:size-[60px]" }),
5514
- /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("div", { className: "flex min-w-0 flex-col gap-2", children: [
5515
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(SkeletonBlock, { className: "h-6 w-[132px] rounded-agg-sm" }),
5516
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(SkeletonBlock, { className: "h-4 w-[141px] rounded-agg-sm" })
5657
+ return /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("div", { className: "flex flex-wrap items-center justify-between gap-3 px-4 py-3 md:px-5", children: [
5658
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("div", { className: "flex min-w-0 items-center gap-3 md:min-w-52 md:gap-4", children: [
5659
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(SkeletonBlock, { className: "size-12 rounded-agg-lg md:size-[60px]" }),
5660
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("div", { className: "flex min-w-0 flex-col gap-2", children: [
5661
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(SkeletonBlock, { className: "h-6 w-[132px] rounded-agg-sm" }),
5662
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(SkeletonBlock, { className: "h-4 w-[141px] rounded-agg-sm" })
5517
5663
  ] })
5518
5664
  ] }),
5519
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(SkeletonBlock, { className: "h-9 w-[60px] rounded-agg-md" }),
5520
- /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("div", { className: "flex w-full gap-2 md:w-auto", children: [
5521
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(SkeletonBlock, { className: "h-9 w-full rounded-agg-full md:w-[135px]" }),
5522
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(SkeletonBlock, { className: "h-9 w-full rounded-agg-full md:w-[131px]" })
5665
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(SkeletonBlock, { className: "h-9 w-[60px] rounded-agg-md" }),
5666
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("div", { className: "flex w-full gap-2 md:w-auto", children: [
5667
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(SkeletonBlock, { className: "h-9 w-full rounded-agg-full md:w-[135px]" }),
5668
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(SkeletonBlock, { className: "h-9 w-full rounded-agg-full md:w-[131px]" })
5523
5669
  ] })
5524
5670
  ] });
5525
5671
  };
5526
5672
  var MarketDetailsTabsSkeleton = () => {
5527
- return /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("div", { className: "flex h-14 items-end px-4 md:px-5", children: [
5528
- /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("div", { className: "flex h-full flex-col items-end justify-end rounded-t-agg-lg", children: [
5529
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("div", { className: "px-4 py-3", children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(SkeletonBlock, { className: "h-6 w-20 rounded-agg-sm" }) }),
5530
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(SkeletonBlock, { className: "h-[2px] w-full rounded-t-agg-sm" })
5673
+ return /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("div", { className: "flex h-14 items-end px-4 md:px-5", children: [
5674
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("div", { className: "flex h-full flex-col items-end justify-end rounded-t-agg-lg", children: [
5675
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("div", { className: "px-4 py-3", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(SkeletonBlock, { className: "h-6 w-20 rounded-agg-sm" }) }),
5676
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(SkeletonBlock, { className: "h-[2px] w-full rounded-t-agg-sm" })
5531
5677
  ] }),
5532
- /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("div", { className: "flex h-full flex-col justify-center", children: [
5533
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("div", { className: "px-4 py-3", children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(SkeletonBlock, { className: "h-6 w-12 rounded-agg-sm" }) }),
5534
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("div", { className: "h-[2px] w-full" })
5678
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("div", { className: "flex h-full flex-col justify-center", children: [
5679
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("div", { className: "px-4 py-3", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(SkeletonBlock, { className: "h-6 w-12 rounded-agg-sm" }) }),
5680
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("div", { className: "h-[2px] w-full" })
5535
5681
  ] })
5536
5682
  ] });
5537
5683
  };
@@ -5539,25 +5685,25 @@ var MarketDetailsOrderBookRows = ({
5539
5685
  side,
5540
5686
  barScales
5541
5687
  }) => {
5542
- return /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("div", { className: "flex flex-col", children: barScales.map((barScale, index) => /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(
5688
+ return /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("div", { className: "flex flex-col", children: barScales.map((barScale, index) => /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)(
5543
5689
  "div",
5544
5690
  {
5545
5691
  className: "flex h-9 items-center gap-2 overflow-hidden pr-5 md:gap-10",
5546
5692
  children: [
5547
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("div", { className: "relative h-9 min-h-0 min-w-0 flex-1", children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
5693
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("div", { className: "relative h-9 min-h-0 min-w-0 flex-1", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
5548
5694
  "div",
5549
5695
  {
5550
5696
  className: "absolute inset-y-0 left-0",
5551
5697
  style: { right: `${100 - parseFloat(barScale)}%` },
5552
- children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(SkeletonBlock, { className: "h-full w-full rounded-none" })
5698
+ children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(SkeletonBlock, { className: "h-full w-full rounded-none" })
5553
5699
  }
5554
5700
  ) }),
5555
- /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("div", { className: "flex w-20 shrink-0 items-center gap-1 md:w-[120px]", children: [
5556
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(SkeletonBlock, { className: "h-5 w-10 rounded-agg-sm md:w-12" }),
5557
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(SkeletonBlock, { className: "size-3.5 rounded-agg-sm" })
5701
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("div", { className: "flex w-20 shrink-0 items-center gap-1 md:w-[120px]", children: [
5702
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(SkeletonBlock, { className: "h-5 w-10 rounded-agg-sm md:w-12" }),
5703
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(SkeletonBlock, { className: "size-3.5 rounded-agg-sm" })
5558
5704
  ] }),
5559
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(SkeletonBlock, { className: "h-5 w-16 shrink-0 rounded-agg-sm md:w-[120px]" }),
5560
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(SkeletonBlock, { className: "h-5 w-16 shrink-0 rounded-agg-sm md:w-[120px]" })
5705
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(SkeletonBlock, { className: "h-5 w-16 shrink-0 rounded-agg-sm md:w-[120px]" }),
5706
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(SkeletonBlock, { className: "h-5 w-16 shrink-0 rounded-agg-sm md:w-[120px]" })
5561
5707
  ]
5562
5708
  },
5563
5709
  `${side}-row-${index}`
@@ -5566,19 +5712,19 @@ var MarketDetailsOrderBookRows = ({
5566
5712
  var MarketDetailsOderbookSkeleton = ({
5567
5713
  className
5568
5714
  }) => {
5569
- return /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("div", { className: cn("flex flex-col", className), children: [
5570
- /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("div", { className: "flex h-9 items-center gap-2 border-b border-agg-separator px-3 md:gap-10 md:px-5", children: [
5571
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(SkeletonBlock, { className: "h-4 w-16 flex-1 rounded-agg-sm md:w-20" }),
5572
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(SkeletonBlock, { className: "h-4 w-20 shrink-0 rounded-agg-sm md:w-[120px]" }),
5573
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(SkeletonBlock, { className: "h-4 w-16 shrink-0 rounded-agg-sm md:w-[120px]" }),
5574
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(SkeletonBlock, { className: "h-4 w-16 shrink-0 rounded-agg-sm md:w-[120px]" })
5715
+ return /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("div", { className: cn("flex flex-col", className), children: [
5716
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("div", { className: "flex h-9 items-center gap-2 border-b border-agg-separator px-3 md:gap-10 md:px-5", children: [
5717
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(SkeletonBlock, { className: "h-4 w-16 flex-1 rounded-agg-sm md:w-20" }),
5718
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(SkeletonBlock, { className: "h-4 w-20 shrink-0 rounded-agg-sm md:w-[120px]" }),
5719
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(SkeletonBlock, { className: "h-4 w-16 shrink-0 rounded-agg-sm md:w-[120px]" }),
5720
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(SkeletonBlock, { className: "h-4 w-16 shrink-0 rounded-agg-sm md:w-[120px]" })
5575
5721
  ] }),
5576
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(MarketDetailsOrderBookRows, { side: "ask", barScales: orderBookAskBarScales }),
5577
- /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("div", { className: "flex h-9 items-center gap-2 border-y border-agg-separator px-3 md:gap-10 md:px-5", children: [
5578
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(SkeletonBlock, { className: "h-5 w-24 flex-1 rounded-agg-sm" }),
5579
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(SkeletonBlock, { className: "h-5 w-20 shrink-0 rounded-agg-sm" })
5722
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(MarketDetailsOrderBookRows, { side: "ask", barScales: orderBookAskBarScales }),
5723
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("div", { className: "flex h-9 items-center gap-2 border-y border-agg-separator px-3 md:gap-10 md:px-5", children: [
5724
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(SkeletonBlock, { className: "h-5 w-24 flex-1 rounded-agg-sm" }),
5725
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(SkeletonBlock, { className: "h-5 w-20 shrink-0 rounded-agg-sm" })
5580
5726
  ] }),
5581
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(MarketDetailsOrderBookRows, { side: "bid", barScales: orderBookBidBarScales })
5727
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(MarketDetailsOrderBookRows, { side: "bid", barScales: orderBookBidBarScales })
5582
5728
  ] });
5583
5729
  };
5584
5730
  var MarketDetailsSkeletonView = ({
@@ -5587,7 +5733,7 @@ var MarketDetailsSkeletonView = ({
5587
5733
  isDetailed
5588
5734
  }) => {
5589
5735
  const labels = (0, import_hooks14.useLabels)();
5590
- return /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(
5736
+ return /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)(
5591
5737
  Card,
5592
5738
  {
5593
5739
  className: cn("group/agg-skeleton", marketDetailsBaseCardClassName, className),
@@ -5595,12 +5741,12 @@ var MarketDetailsSkeletonView = ({
5595
5741
  "aria-label": ariaLabel != null ? ariaLabel : labels.marketDetails.loading,
5596
5742
  "aria-busy": true,
5597
5743
  children: [
5598
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(MarketDetailsHeaderSkeleton, {}),
5599
- isDetailed ? /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(import_jsx_runtime96.Fragment, { children: [
5600
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("div", { className: "h-px w-full bg-agg-separator" }),
5601
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(MarketDetailsTabsSkeleton, {}),
5602
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("div", { className: "h-px w-full bg-agg-separator" }),
5603
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(MarketDetailsOderbookSkeleton, {})
5744
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(MarketDetailsHeaderSkeleton, {}),
5745
+ isDetailed ? /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)(import_jsx_runtime100.Fragment, { children: [
5746
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("div", { className: "h-px w-full bg-agg-separator" }),
5747
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(MarketDetailsTabsSkeleton, {}),
5748
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("div", { className: "h-px w-full bg-agg-separator" }),
5749
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(MarketDetailsOderbookSkeleton, {})
5604
5750
  ] }) : null
5605
5751
  ]
5606
5752
  }
@@ -5609,78 +5755,78 @@ var MarketDetailsSkeletonView = ({
5609
5755
  MarketDetailsSkeletonView.displayName = "MarketDetailsSkeletonView";
5610
5756
 
5611
5757
  // src/primitives/skeleton/views/place-order-skeleton-view.tsx
5612
- var import_jsx_runtime97 = require("react/jsx-runtime");
5758
+ var import_jsx_runtime101 = require("react/jsx-runtime");
5613
5759
  var placeOrderCardClassName = "overflow-hidden rounded-agg-xl border border-agg-border bg-agg-secondary shadow-none hover:shadow-none";
5614
5760
  var PlaceOrderRouteCardSkeleton = () => {
5615
- return /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("div", { className: "flex w-full items-center justify-between gap-4 rounded-agg-lg border border-agg-border bg-agg-secondary p-3", children: [
5616
- /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("div", { className: "flex items-center gap-3", children: [
5617
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(SkeletonBlock, { className: "size-4 shrink-0 rounded-agg-sm" }),
5618
- /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("div", { className: "flex flex-col gap-2", children: [
5619
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(SkeletonBlock, { className: "h-5 w-10 rounded-agg-sm" }),
5620
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(SkeletonBlock, { className: "h-3 w-[91px] rounded-agg-sm" })
5761
+ return /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)("div", { className: "flex w-full items-center justify-between gap-4 rounded-agg-lg border border-agg-border bg-agg-secondary p-3", children: [
5762
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)("div", { className: "flex items-center gap-3", children: [
5763
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(SkeletonBlock, { className: "size-4 shrink-0 rounded-agg-sm" }),
5764
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)("div", { className: "flex flex-col gap-2", children: [
5765
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(SkeletonBlock, { className: "h-5 w-10 rounded-agg-sm" }),
5766
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(SkeletonBlock, { className: "h-3 w-[91px] rounded-agg-sm" })
5621
5767
  ] })
5622
5768
  ] }),
5623
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(SkeletonBlock, { className: "h-5 w-[75px] shrink-0 rounded-agg-sm" })
5769
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(SkeletonBlock, { className: "h-5 w-[75px] shrink-0 rounded-agg-sm" })
5624
5770
  ] });
5625
5771
  };
5626
5772
  PlaceOrderRouteCardSkeleton.displayName = "PlaceOrderRouteCardSkeleton";
5627
5773
  var TabsSkeletonBar = () => {
5628
- return /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("div", { className: "flex w-full items-end border-b border-agg-border", children: [
5629
- /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("div", { className: "flex flex-col rounded-t-agg-lg", children: [
5630
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("div", { className: "px-5 py-2", children: /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(SkeletonBlock, { className: "h-6 w-10 rounded-agg-sm" }) }),
5631
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(SkeletonBlock, { className: "h-[2px] w-full rounded-t-agg-sm" })
5774
+ return /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)("div", { className: "flex w-full items-end border-b border-agg-border", children: [
5775
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)("div", { className: "flex flex-col rounded-t-agg-lg", children: [
5776
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("div", { className: "px-5 py-2", children: /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(SkeletonBlock, { className: "h-6 w-10 rounded-agg-sm" }) }),
5777
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(SkeletonBlock, { className: "h-[2px] w-full rounded-t-agg-sm" })
5632
5778
  ] }),
5633
- /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("div", { className: "flex flex-col", children: [
5634
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("div", { className: "px-5 py-2", children: /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(SkeletonBlock, { className: "h-6 w-10 rounded-agg-sm" }) }),
5635
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("div", { className: "h-[2px] w-full" })
5779
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)("div", { className: "flex flex-col", children: [
5780
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("div", { className: "px-5 py-2", children: /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(SkeletonBlock, { className: "h-6 w-10 rounded-agg-sm" }) }),
5781
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("div", { className: "h-[2px] w-full" })
5636
5782
  ] })
5637
5783
  ] });
5638
5784
  };
5639
5785
  var ContentBody = () => {
5640
- return /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("div", { className: cn("flex flex-col gap-6 p-5"), children: [
5641
- /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("div", { className: "flex flex-col gap-2", children: [
5642
- /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("div", { className: "flex min-w-0 items-center gap-3", children: [
5643
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(SkeletonBlock, { className: "size-12 shrink-0 rounded-agg-lg" }),
5644
- /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("div", { className: "flex min-w-0 flex-1 flex-col gap-2", children: [
5645
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(SkeletonBlock, { className: "h-4 w-[92%] max-w-[240px] rounded-agg-sm" }),
5646
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(SkeletonBlock, { className: "h-4 w-[64%] max-w-[160px] rounded-agg-sm" })
5786
+ return /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)("div", { className: cn("flex flex-col gap-6 p-5"), children: [
5787
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)("div", { className: "flex flex-col gap-2", children: [
5788
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)("div", { className: "flex min-w-0 items-center gap-3", children: [
5789
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(SkeletonBlock, { className: "size-12 shrink-0 rounded-agg-lg" }),
5790
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)("div", { className: "flex min-w-0 flex-1 flex-col gap-2", children: [
5791
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(SkeletonBlock, { className: "h-4 w-[92%] max-w-[240px] rounded-agg-sm" }),
5792
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(SkeletonBlock, { className: "h-4 w-[64%] max-w-[160px] rounded-agg-sm" })
5647
5793
  ] })
5648
5794
  ] }),
5649
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(SkeletonBlock, { className: "h-6 w-[92px] rounded-agg-sm" }),
5650
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(TabsSkeletonBar, {})
5795
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(SkeletonBlock, { className: "h-6 w-[92px] rounded-agg-sm" }),
5796
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(TabsSkeletonBar, {})
5651
5797
  ] }),
5652
- /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("div", { className: "flex flex-col gap-4", children: [
5653
- /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("div", { className: "flex w-full gap-2", children: [
5654
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(SkeletonBlock, { className: "h-11 flex-1 rounded-agg-full" }),
5655
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(SkeletonBlock, { className: "h-11 flex-1 rounded-agg-full" })
5798
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)("div", { className: "flex flex-col gap-4", children: [
5799
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)("div", { className: "flex w-full gap-2", children: [
5800
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(SkeletonBlock, { className: "h-11 flex-1 rounded-agg-full" }),
5801
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(SkeletonBlock, { className: "h-11 flex-1 rounded-agg-full" })
5656
5802
  ] }),
5657
- /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("div", { className: "flex items-center justify-between gap-4", children: [
5658
- /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("div", { className: "flex flex-col gap-2", children: [
5659
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(SkeletonBlock, { className: "h-5 w-[63px] rounded-agg-sm" }),
5660
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(SkeletonBlock, { className: "h-4 w-[118px] rounded-agg-sm" })
5803
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)("div", { className: "flex items-center justify-between gap-4", children: [
5804
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)("div", { className: "flex flex-col gap-2", children: [
5805
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(SkeletonBlock, { className: "h-5 w-[63px] rounded-agg-sm" }),
5806
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(SkeletonBlock, { className: "h-4 w-[118px] rounded-agg-sm" })
5661
5807
  ] }),
5662
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("p", { className: cn("text-agg-3xl font-agg-bold leading-agg-9 text-agg-separator"), children: "$0" })
5808
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("p", { className: cn("text-agg-3xl font-agg-bold leading-agg-9 text-agg-separator"), children: "$0" })
5663
5809
  ] })
5664
5810
  ] }),
5665
- /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("div", { className: "flex flex-col gap-4", children: [
5666
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(SkeletonBlock, { className: "h-12 w-full rounded-agg-full" }),
5667
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(SkeletonBlock, { className: "h-3.5 w-full max-w-[120px] self-center rounded-agg-sm" })
5811
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)("div", { className: "flex flex-col gap-4", children: [
5812
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(SkeletonBlock, { className: "h-12 w-full rounded-agg-full" }),
5813
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(SkeletonBlock, { className: "h-3.5 w-full max-w-[120px] self-center rounded-agg-sm" })
5668
5814
  ] }),
5669
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(SkeletonBlock, { className: "h-4 w-full max-w-[200px] self-center rounded-agg-sm" })
5815
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(SkeletonBlock, { className: "h-4 w-full max-w-[200px] self-center rounded-agg-sm" })
5670
5816
  ] });
5671
5817
  };
5672
5818
  var PlaceOrderSkeletonView = ({
5673
5819
  className,
5674
5820
  ariaLabel
5675
5821
  }) => {
5676
- return /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
5822
+ return /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
5677
5823
  "div",
5678
5824
  {
5679
5825
  className: cn("group/agg-skeleton", "w-full", className),
5680
5826
  role: "status",
5681
5827
  "aria-label": ariaLabel != null ? ariaLabel : "Loading place order",
5682
5828
  "aria-busy": true,
5683
- children: /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(Card, { className: cn(placeOrderCardClassName, "w-full max-w-[342px]"), children: /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(ContentBody, {}) })
5829
+ children: /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(Card, { className: cn(placeOrderCardClassName, "w-full max-w-[342px]"), children: /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(ContentBody, {}) })
5684
5830
  }
5685
5831
  );
5686
5832
  };
@@ -5688,33 +5834,33 @@ PlaceOrderSkeletonView.displayName = "PlaceOrderSkeletonView";
5688
5834
 
5689
5835
  // src/primitives/skeleton/views/search-skeleton-view.tsx
5690
5836
  var import_hooks15 = require("@agg-build/hooks");
5691
- var import_jsx_runtime98 = require("react/jsx-runtime");
5837
+ var import_jsx_runtime102 = require("react/jsx-runtime");
5692
5838
  var SearchSkeletonRow = () => {
5693
- return /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)("div", { className: "flex w-full items-center gap-6 px-5 py-4", children: [
5694
- /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(SkeletonBlock, { className: "size-12 shrink-0 rounded-agg-lg" }),
5695
- /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)("div", { className: "flex min-w-0 flex-1 flex-col gap-2", children: [
5696
- /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(SkeletonBlock, { className: "h-5 w-full max-w-[320px] rounded-agg-sm" }),
5697
- /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)("div", { className: "flex min-w-0 items-center gap-2", children: [
5698
- /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(SkeletonBlock, { className: "h-4 w-[104px] rounded-agg-sm" }),
5699
- /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)("div", { className: "flex items-center gap-1", children: [
5700
- /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(SkeletonBlock, { className: "size-[14px] rounded-[4px]" }),
5701
- /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(SkeletonBlock, { className: "size-[14px] rounded-[4px]" })
5839
+ return /* @__PURE__ */ (0, import_jsx_runtime102.jsxs)("div", { className: "flex w-full items-center gap-6 px-5 py-4", children: [
5840
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(SkeletonBlock, { className: "size-12 shrink-0 rounded-agg-lg" }),
5841
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsxs)("div", { className: "flex min-w-0 flex-1 flex-col gap-2", children: [
5842
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(SkeletonBlock, { className: "h-5 w-full max-w-[320px] rounded-agg-sm" }),
5843
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsxs)("div", { className: "flex min-w-0 items-center gap-2", children: [
5844
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(SkeletonBlock, { className: "h-4 w-[104px] rounded-agg-sm" }),
5845
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsxs)("div", { className: "flex items-center gap-1", children: [
5846
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(SkeletonBlock, { className: "size-[14px] rounded-[4px]" }),
5847
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(SkeletonBlock, { className: "size-[14px] rounded-[4px]" })
5702
5848
  ] })
5703
5849
  ] })
5704
5850
  ] }),
5705
- /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)("div", { className: "flex w-[200px] shrink-0 items-center gap-2", children: [
5706
- /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(SkeletonBlock, { className: "size-4 rounded-[4px]" }),
5707
- /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)("div", { className: "flex min-w-0 flex-1 items-center gap-2", children: [
5708
- /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(SkeletonBlock, { className: "h-6 w-10 rounded-agg-sm" }),
5709
- /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(SkeletonBlock, { className: "h-4 w-[60px] rounded-agg-sm" })
5851
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsxs)("div", { className: "flex w-[200px] shrink-0 items-center gap-2", children: [
5852
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(SkeletonBlock, { className: "size-4 rounded-[4px]" }),
5853
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsxs)("div", { className: "flex min-w-0 flex-1 items-center gap-2", children: [
5854
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(SkeletonBlock, { className: "h-6 w-10 rounded-agg-sm" }),
5855
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(SkeletonBlock, { className: "h-4 w-[60px] rounded-agg-sm" })
5710
5856
  ] })
5711
5857
  ] }),
5712
- /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(SkeletonBlock, { className: "size-5 rounded-[4px]" })
5858
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(SkeletonBlock, { className: "size-5 rounded-[4px]" })
5713
5859
  ] });
5714
5860
  };
5715
5861
  var SearchSkeletonView = ({ className, ariaLabel }) => {
5716
5862
  const labels = (0, import_hooks15.useLabels)();
5717
- return /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)(
5863
+ return /* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
5718
5864
  "div",
5719
5865
  {
5720
5866
  className: cn(
@@ -5726,8 +5872,8 @@ var SearchSkeletonView = ({ className, ariaLabel }) => {
5726
5872
  "aria-label": ariaLabel != null ? ariaLabel : labels.search.loadingResults,
5727
5873
  "aria-busy": true,
5728
5874
  children: [
5729
- /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("div", { className: "pt-2", children: Array.from({ length: 4 }).map((_, index) => /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("div", { className: cn(index > 0 && "border-t border-agg-separator"), children: /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(SearchSkeletonRow, {}) }, index)) }),
5730
- /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("div", { className: "border-t border-agg-separator px-5 py-5", children: /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(SkeletonBlock, { className: "h-5 w-[116px] rounded-agg-sm" }) })
5875
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("div", { className: "pt-2", children: Array.from({ length: 4 }).map((_, index) => /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("div", { className: cn(index > 0 && "border-t border-agg-separator"), children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(SearchSkeletonRow, {}) }, index)) }),
5876
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("div", { className: "border-t border-agg-separator px-5 py-5", children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(SkeletonBlock, { className: "h-5 w-[116px] rounded-agg-sm" }) })
5731
5877
  ]
5732
5878
  }
5733
5879
  );
@@ -5736,13 +5882,13 @@ SearchSkeletonView.displayName = "SearchSkeletonView";
5736
5882
 
5737
5883
  // src/primitives/skeleton/views/settlement-skeleton-view.tsx
5738
5884
  var import_hooks16 = require("@agg-build/hooks");
5739
- var import_jsx_runtime99 = require("react/jsx-runtime");
5885
+ var import_jsx_runtime103 = require("react/jsx-runtime");
5740
5886
  var SettlementSkeletonView = ({
5741
5887
  className,
5742
5888
  ariaLabel
5743
5889
  }) => {
5744
5890
  const labels = (0, import_hooks16.useLabels)();
5745
- return /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
5891
+ return /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)(
5746
5892
  Card,
5747
5893
  {
5748
5894
  className: cn(
@@ -5754,26 +5900,26 @@ var SettlementSkeletonView = ({
5754
5900
  "aria-label": ariaLabel != null ? ariaLabel : labels.trading.settlementLoading,
5755
5901
  "aria-busy": true,
5756
5902
  children: [
5757
- /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("div", { className: "flex w-full items-center justify-between gap-4", children: [
5758
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(SkeletonBlock, { className: "h-4 w-[81px] rounded-agg-sm" }),
5759
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(SkeletonBlock, { className: "h-5 w-full max-w-[240px] rounded-agg-sm" })
5903
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)("div", { className: "flex w-full items-center justify-between gap-4", children: [
5904
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(SkeletonBlock, { className: "h-4 w-[81px] rounded-agg-sm" }),
5905
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(SkeletonBlock, { className: "h-5 w-full max-w-[240px] rounded-agg-sm" })
5760
5906
  ] }),
5761
- /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("div", { className: "flex w-full flex-col gap-3", children: [
5762
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(SkeletonBlock, { className: "h-5 w-[200px] rounded-agg-sm" }),
5763
- /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("div", { className: "flex flex-col gap-2", children: [
5764
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(SkeletonBlock, { className: "h-4 w-full max-w-[320px] rounded-agg-sm" }),
5765
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(SkeletonBlock, { className: "h-4 w-full max-w-[280px] rounded-agg-sm" })
5907
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)("div", { className: "flex w-full flex-col gap-3", children: [
5908
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(SkeletonBlock, { className: "h-5 w-[200px] rounded-agg-sm" }),
5909
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)("div", { className: "flex flex-col gap-2", children: [
5910
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(SkeletonBlock, { className: "h-4 w-full max-w-[320px] rounded-agg-sm" }),
5911
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(SkeletonBlock, { className: "h-4 w-full max-w-[280px] rounded-agg-sm" })
5766
5912
  ] })
5767
5913
  ] }),
5768
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("div", { className: "h-px w-full bg-agg-separator" }),
5769
- /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("div", { className: "flex w-full flex-col gap-3", children: [
5770
- /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("div", { className: "flex items-center gap-2", children: [
5771
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(SkeletonBlock, { className: "size-4 rounded-agg-sm" }),
5772
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(SkeletonBlock, { className: "h-5 w-[100px] rounded-agg-sm" })
5914
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("div", { className: "h-px w-full bg-agg-separator" }),
5915
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)("div", { className: "flex w-full flex-col gap-3", children: [
5916
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)("div", { className: "flex items-center gap-2", children: [
5917
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(SkeletonBlock, { className: "size-4 rounded-agg-sm" }),
5918
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(SkeletonBlock, { className: "h-5 w-[100px] rounded-agg-sm" })
5773
5919
  ] }),
5774
- /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("div", { className: "flex items-center gap-2", children: [
5775
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(SkeletonBlock, { className: "size-4 rounded-agg-sm" }),
5776
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(SkeletonBlock, { className: "h-5 w-[60px] rounded-agg-sm" })
5920
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)("div", { className: "flex items-center gap-2", children: [
5921
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(SkeletonBlock, { className: "size-4 rounded-agg-sm" }),
5922
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(SkeletonBlock, { className: "h-5 w-[60px] rounded-agg-sm" })
5777
5923
  ] })
5778
5924
  ] })
5779
5925
  ]
@@ -5783,12 +5929,12 @@ var SettlementSkeletonView = ({
5783
5929
  SettlementSkeletonView.displayName = "SettlementSkeletonView";
5784
5930
 
5785
5931
  // src/primitives/skeleton/views/user-profile-overview-skeleton-view.tsx
5786
- var import_jsx_runtime100 = require("react/jsx-runtime");
5932
+ var import_jsx_runtime104 = require("react/jsx-runtime");
5787
5933
  var UserProfileOverviewSkeletonView = ({
5788
5934
  className,
5789
5935
  ariaLabel
5790
5936
  }) => {
5791
- return /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)(
5937
+ return /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)(
5792
5938
  "div",
5793
5939
  {
5794
5940
  className: cn("flex w-full flex-col gap-6 sm:flex-row", className),
@@ -5796,49 +5942,49 @@ var UserProfileOverviewSkeletonView = ({
5796
5942
  "aria-label": ariaLabel != null ? ariaLabel : "Loading profile overview",
5797
5943
  "aria-busy": "true",
5798
5944
  children: [
5799
- /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("div", { className: "flex min-w-0 flex-1 flex-col gap-4 sm:gap-6", children: [
5800
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("div", { className: "rounded-agg-md border border-agg-separator bg-agg-secondary p-5", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("div", { className: "flex w-full items-center gap-5", children: [
5801
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(SkeletonBlock, { className: "h-20 w-20 shrink-0 rounded-agg-full sm:h-[120px] sm:w-[120px]" }),
5802
- /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("div", { className: "flex min-w-0 flex-1 flex-col gap-2", children: [
5803
- /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("div", { className: "flex items-center justify-between gap-3", children: [
5804
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(SkeletonBlock, { className: "h-9 w-[140px] rounded-agg-sm" }),
5805
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(SkeletonBlock, { className: "h-6 w-[72px] rounded-agg-sm" })
5945
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)("div", { className: "flex min-w-0 flex-1 flex-col gap-4 sm:gap-6", children: [
5946
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("div", { className: "rounded-agg-md border border-agg-separator bg-agg-secondary p-5", children: /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)("div", { className: "flex w-full items-center gap-5", children: [
5947
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(SkeletonBlock, { className: "h-20 w-20 shrink-0 rounded-agg-full sm:h-[120px] sm:w-[120px]" }),
5948
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)("div", { className: "flex min-w-0 flex-1 flex-col gap-2", children: [
5949
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)("div", { className: "flex items-center justify-between gap-3", children: [
5950
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(SkeletonBlock, { className: "h-9 w-[140px] rounded-agg-sm" }),
5951
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(SkeletonBlock, { className: "h-6 w-[72px] rounded-agg-sm" })
5806
5952
  ] }),
5807
- /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("div", { className: "flex items-center gap-2", children: [
5808
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(SkeletonBlock, { className: "h-5 w-5 rounded-agg-sm" }),
5809
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(SkeletonBlock, { className: "h-6 w-[140px] rounded-agg-sm" }),
5810
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(SkeletonBlock, { className: "h-5 w-[72px] rounded-agg-sm" })
5953
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)("div", { className: "flex items-center gap-2", children: [
5954
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(SkeletonBlock, { className: "h-5 w-5 rounded-agg-sm" }),
5955
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(SkeletonBlock, { className: "h-6 w-[140px] rounded-agg-sm" }),
5956
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(SkeletonBlock, { className: "h-5 w-[72px] rounded-agg-sm" })
5811
5957
  ] })
5812
5958
  ] })
5813
5959
  ] }) }),
5814
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("div", { className: "rounded-agg-md border border-agg-separator bg-agg-secondary p-5", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("div", { className: "flex items-center justify-between", children: [
5815
- /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("div", { className: "flex items-end gap-3", children: [
5816
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(SkeletonBlock, { className: "h-9 w-[80px] rounded-agg-sm" }),
5817
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(SkeletonBlock, { className: "h-5 w-[100px] rounded-agg-sm" })
5960
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("div", { className: "rounded-agg-md border border-agg-separator bg-agg-secondary p-5", children: /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)("div", { className: "flex items-center justify-between", children: [
5961
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)("div", { className: "flex items-end gap-3", children: [
5962
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(SkeletonBlock, { className: "h-9 w-[80px] rounded-agg-sm" }),
5963
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(SkeletonBlock, { className: "h-5 w-[100px] rounded-agg-sm" })
5818
5964
  ] }),
5819
- /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("div", { className: "flex items-center gap-2", children: [
5820
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(SkeletonBlock, { className: "h-5 w-5 rounded-agg-sm" }),
5821
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(SkeletonBlock, { className: "h-5 w-5 rounded-agg-sm" }),
5822
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(SkeletonBlock, { className: "h-5 w-5 rounded-agg-sm" }),
5823
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(SkeletonBlock, { className: "h-5 w-5 rounded-agg-sm" })
5965
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)("div", { className: "flex items-center gap-2", children: [
5966
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(SkeletonBlock, { className: "h-5 w-5 rounded-agg-sm" }),
5967
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(SkeletonBlock, { className: "h-5 w-5 rounded-agg-sm" }),
5968
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(SkeletonBlock, { className: "h-5 w-5 rounded-agg-sm" }),
5969
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(SkeletonBlock, { className: "h-5 w-5 rounded-agg-sm" })
5824
5970
  ] })
5825
5971
  ] }) })
5826
5972
  ] }),
5827
- /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("div", { className: "w-full shrink-0 rounded-agg-md border border-agg-separator bg-agg-secondary p-5 sm:w-full md:w-[465px]", children: [
5828
- /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("div", { className: "mb-4 flex items-center justify-between", children: [
5829
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(SkeletonBlock, { className: "h-7 w-[84px] rounded-agg-sm" }),
5830
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(SkeletonBlock, { className: "h-7 w-[64px] rounded-agg-sm" })
5973
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)("div", { className: "w-full shrink-0 rounded-agg-md border border-agg-separator bg-agg-secondary p-5 sm:w-full md:w-[465px]", children: [
5974
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)("div", { className: "mb-4 flex items-center justify-between", children: [
5975
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(SkeletonBlock, { className: "h-7 w-[84px] rounded-agg-sm" }),
5976
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(SkeletonBlock, { className: "h-7 w-[64px] rounded-agg-sm" })
5831
5977
  ] }),
5832
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("div", { className: "flex flex-col gap-4", children: Array.from({ length: 3 }).map((_, index) => /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("div", { className: "flex items-center justify-between", children: [
5833
- /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("div", { className: "flex items-center gap-3", children: [
5834
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(SkeletonBlock, { className: "h-4 w-4 rounded-agg-sm" }),
5835
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(SkeletonBlock, { className: "h-6 w-[70px] rounded-agg-sm" })
5978
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("div", { className: "flex flex-col gap-4", children: Array.from({ length: 3 }).map((_, index) => /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)("div", { className: "flex items-center justify-between", children: [
5979
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)("div", { className: "flex items-center gap-3", children: [
5980
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(SkeletonBlock, { className: "h-4 w-4 rounded-agg-sm" }),
5981
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(SkeletonBlock, { className: "h-6 w-[70px] rounded-agg-sm" })
5836
5982
  ] }),
5837
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(SkeletonBlock, { className: "h-6 w-[96px] rounded-agg-sm" })
5983
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(SkeletonBlock, { className: "h-6 w-[96px] rounded-agg-sm" })
5838
5984
  ] }, index)) }),
5839
- /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("div", { className: "mt-4 flex gap-3", children: [
5840
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(SkeletonBlock, { className: "h-9 flex-1 rounded-agg-full" }),
5841
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(SkeletonBlock, { className: "h-9 flex-1 rounded-agg-full" })
5985
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)("div", { className: "mt-4 flex gap-3", children: [
5986
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(SkeletonBlock, { className: "h-9 flex-1 rounded-agg-full" }),
5987
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(SkeletonBlock, { className: "h-9 flex-1 rounded-agg-full" })
5842
5988
  ] })
5843
5989
  ] })
5844
5990
  ]
@@ -5848,12 +5994,12 @@ var UserProfileOverviewSkeletonView = ({
5848
5994
  UserProfileOverviewSkeletonView.displayName = "UserProfileOverviewSkeletonView";
5849
5995
 
5850
5996
  // src/primitives/skeleton/views/user-profile-positions-activity-skeleton-view.tsx
5851
- var import_jsx_runtime101 = require("react/jsx-runtime");
5997
+ var import_jsx_runtime105 = require("react/jsx-runtime");
5852
5998
  var UserProfilePositionsActivitySkeletonView = ({
5853
5999
  className,
5854
6000
  ariaLabel
5855
6001
  }) => {
5856
- return /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)(
6002
+ return /* @__PURE__ */ (0, import_jsx_runtime105.jsxs)(
5857
6003
  "div",
5858
6004
  {
5859
6005
  className: cn(
@@ -5864,18 +6010,18 @@ var UserProfilePositionsActivitySkeletonView = ({
5864
6010
  "aria-label": ariaLabel != null ? ariaLabel : "Loading positions and activity",
5865
6011
  "aria-busy": "true",
5866
6012
  children: [
5867
- /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("div", { className: "h-11 border-b border-agg-separator px-4 sm:h-12 sm:px-6", children: /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)("div", { className: "flex h-full items-center gap-6", children: [
5868
- /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(SkeletonBlock, { className: "h-6 w-[72px] rounded-agg-sm" }),
5869
- /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(SkeletonBlock, { className: "h-6 w-[64px] rounded-agg-sm" })
6013
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("div", { className: "h-11 border-b border-agg-separator px-4 sm:h-12 sm:px-6", children: /* @__PURE__ */ (0, import_jsx_runtime105.jsxs)("div", { className: "flex h-full items-center gap-6", children: [
6014
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(SkeletonBlock, { className: "h-6 w-[72px] rounded-agg-sm" }),
6015
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(SkeletonBlock, { className: "h-6 w-[64px] rounded-agg-sm" })
5870
6016
  ] }) }),
5871
- /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)("div", { className: "flex flex-col gap-4 p-4 sm:gap-6 sm:p-6", children: [
5872
- /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)("div", { className: "flex gap-5", children: [
5873
- /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(SkeletonBlock, { className: "h-10 w-[270px] rounded-agg-sm" }),
5874
- /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(SkeletonBlock, { className: "h-10 min-w-0 flex-1 rounded-agg-sm" })
6017
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsxs)("div", { className: "flex flex-col gap-4 p-4 sm:gap-6 sm:p-6", children: [
6018
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsxs)("div", { className: "flex gap-5", children: [
6019
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(SkeletonBlock, { className: "h-10 w-[270px] rounded-agg-sm" }),
6020
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(SkeletonBlock, { className: "h-10 min-w-0 flex-1 rounded-agg-sm" })
5875
6021
  ] }),
5876
- /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("div", { className: "flex flex-col gap-3 sm:gap-4", children: Array.from({ length: 3 }).map((_, index) => /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)("div", { className: "flex items-center gap-5", children: [
5877
- /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(SkeletonBlock, { className: "h-10 w-[270px] rounded-agg-sm" }),
5878
- /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(SkeletonBlock, { className: "h-10 min-w-0 flex-1 rounded-agg-sm" })
6022
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("div", { className: "flex flex-col gap-3 sm:gap-4", children: Array.from({ length: 3 }).map((_, index) => /* @__PURE__ */ (0, import_jsx_runtime105.jsxs)("div", { className: "flex items-center gap-5", children: [
6023
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(SkeletonBlock, { className: "h-10 w-[270px] rounded-agg-sm" }),
6024
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(SkeletonBlock, { className: "h-10 min-w-0 flex-1 rounded-agg-sm" })
5879
6025
  ] }, index)) })
5880
6026
  ] })
5881
6027
  ]
@@ -5915,37 +6061,37 @@ var resolveSkeletonView = (view) => {
5915
6061
  };
5916
6062
 
5917
6063
  // src/primitives/skeleton/index.tsx
5918
- var import_jsx_runtime102 = require("react/jsx-runtime");
6064
+ var import_jsx_runtime106 = require("react/jsx-runtime");
5919
6065
  var Skeleton = ({ view, className, ariaLabel }) => {
5920
6066
  const resolvedView = resolveSkeletonView(view);
5921
6067
  if (resolvedView === skeletonViews.eventListItem) {
5922
- return /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(EventListItemSkeletonView, { className, ariaLabel, isStandalone: true });
6068
+ return /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(EventListItemSkeletonView, { className, ariaLabel, isStandalone: true });
5923
6069
  }
5924
6070
  if (resolvedView === skeletonViews.eventListItemDetails) {
5925
- return /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(EventListItemDetailsSkeletonView, { className, ariaLabel });
6071
+ return /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(EventListItemDetailsSkeletonView, { className, ariaLabel });
5926
6072
  }
5927
6073
  if (resolvedView === skeletonViews.marketDetailsMinified) {
5928
- return /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(MarketDetailsSkeletonView, { className, ariaLabel, isDetailed: false });
6074
+ return /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(MarketDetailsSkeletonView, { className, ariaLabel, isDetailed: false });
5929
6075
  }
5930
6076
  if (resolvedView === skeletonViews.marketDetailsDetailed) {
5931
- return /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(MarketDetailsSkeletonView, { className, ariaLabel, isDetailed: true });
6077
+ return /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(MarketDetailsSkeletonView, { className, ariaLabel, isDetailed: true });
5932
6078
  }
5933
6079
  if (resolvedView === skeletonViews.settlement) {
5934
- return /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(SettlementSkeletonView, { className, ariaLabel });
6080
+ return /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(SettlementSkeletonView, { className, ariaLabel });
5935
6081
  }
5936
6082
  if (resolvedView === skeletonViews.placeOrder) {
5937
- return /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(PlaceOrderSkeletonView, { className, ariaLabel });
6083
+ return /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(PlaceOrderSkeletonView, { className, ariaLabel });
5938
6084
  }
5939
6085
  if (resolvedView === skeletonViews.search) {
5940
- return /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(SearchSkeletonView, { className, ariaLabel });
6086
+ return /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(SearchSkeletonView, { className, ariaLabel });
5941
6087
  }
5942
6088
  if (resolvedView === skeletonViews.userProfileOverview) {
5943
- return /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(UserProfileOverviewSkeletonView, { className, ariaLabel });
6089
+ return /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(UserProfileOverviewSkeletonView, { className, ariaLabel });
5944
6090
  }
5945
6091
  if (resolvedView === skeletonViews.userProfilePositionsActivity) {
5946
- return /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(UserProfilePositionsActivitySkeletonView, { className, ariaLabel });
6092
+ return /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(UserProfilePositionsActivitySkeletonView, { className, ariaLabel });
5947
6093
  }
5948
- return /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(EventListSkeletonView, { className, ariaLabel });
6094
+ return /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(EventListSkeletonView, { className, ariaLabel });
5949
6095
  };
5950
6096
  Skeleton.displayName = "Skeleton";
5951
6097
 
@@ -5968,7 +6114,7 @@ var resolveLogoPrimaryColor = ({
5968
6114
  };
5969
6115
 
5970
6116
  // src/primitives/venue-logo/svg/default-venue.tsx
5971
- var import_jsx_runtime103 = require("react/jsx-runtime");
6117
+ var import_jsx_runtime107 = require("react/jsx-runtime");
5972
6118
  var DefaultVenueIcon = (_a) => {
5973
6119
  var _b = _a, {
5974
6120
  title: title2,
@@ -5986,7 +6132,7 @@ var DefaultVenueIcon = (_a) => {
5986
6132
  isColor,
5987
6133
  color
5988
6134
  });
5989
- return /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)(
6135
+ return /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)(
5990
6136
  "svg",
5991
6137
  __spreadProps(__spreadValues(__spreadValues({
5992
6138
  viewBox: "0 0 100 100",
@@ -5994,9 +6140,9 @@ var DefaultVenueIcon = (_a) => {
5994
6140
  fill: "none"
5995
6141
  }, getIconA11yProps(title2)), props), {
5996
6142
  children: [
5997
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("title", { children: title2 }) : null,
5998
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("circle", { cx: "50", cy: "50", r: "45", stroke: primaryColor, strokeWidth: "6", fill: "none" }),
5999
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("circle", { cx: "50", cy: "50", r: "8", fill: primaryColor })
6143
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("title", { children: title2 }) : null,
6144
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("circle", { cx: "50", cy: "50", r: "45", stroke: primaryColor, strokeWidth: "6", fill: "none" }),
6145
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("circle", { cx: "50", cy: "50", r: "8", fill: primaryColor })
6000
6146
  ]
6001
6147
  })
6002
6148
  );
@@ -6005,7 +6151,7 @@ var DefaultVenueIcon = (_a) => {
6005
6151
  // src/primitives/venue-logo/svg/logo-hyperliquid.tsx
6006
6152
  var import_hooks17 = require("@agg-build/hooks");
6007
6153
  var import_sdk2 = require("@agg-build/sdk");
6008
- var import_jsx_runtime104 = require("react/jsx-runtime");
6154
+ var import_jsx_runtime108 = require("react/jsx-runtime");
6009
6155
  var LogoHyperliquidIcon = (_a) => {
6010
6156
  var _b = _a, {
6011
6157
  title: title2,
@@ -6028,7 +6174,7 @@ var LogoHyperliquidIcon = (_a) => {
6028
6174
  isColor,
6029
6175
  color
6030
6176
  });
6031
- return /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)(
6177
+ return /* @__PURE__ */ (0, import_jsx_runtime108.jsxs)(
6032
6178
  "svg",
6033
6179
  __spreadProps(__spreadValues(__spreadValues({
6034
6180
  viewBox: "0 0 100 100",
@@ -6036,8 +6182,8 @@ var LogoHyperliquidIcon = (_a) => {
6036
6182
  fill: "none"
6037
6183
  }, getIconA11yProps(title2)), props), {
6038
6184
  children: [
6039
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("title", { children: title2 }) : null,
6040
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
6185
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("title", { children: title2 }) : null,
6186
+ /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
6041
6187
  "path",
6042
6188
  {
6043
6189
  d: "M82 49.2724C82 70.431 69.0516 77.2204 62.2292 71.175C56.6135 66.2457 54.9427 55.8293 46.496 54.7597C35.7752 53.4112 34.847 67.6875 27.7926 67.6875C19.578 67.6875 18 55.7363 18 49.5979C18 43.3201 19.7636 34.7636 26.7716 34.7636C34.9398 34.7636 35.4039 46.9938 45.6142 46.3427C55.7781 45.6452 55.9637 32.9034 62.5542 27.4626C68.3089 22.7658 82 27.8346 82 49.2724Z",
@@ -6053,7 +6199,7 @@ LogoHyperliquidIcon.displayName = "LogoHyperliquidIcon";
6053
6199
  // src/primitives/venue-logo/svg/logo-kalshi.tsx
6054
6200
  var import_hooks18 = require("@agg-build/hooks");
6055
6201
  var import_sdk3 = require("@agg-build/sdk");
6056
- var import_jsx_runtime105 = require("react/jsx-runtime");
6202
+ var import_jsx_runtime109 = require("react/jsx-runtime");
6057
6203
  var LogoKalshiIcon = (_a) => {
6058
6204
  var _b = _a, {
6059
6205
  title: title2,
@@ -6076,7 +6222,7 @@ var LogoKalshiIcon = (_a) => {
6076
6222
  isColor,
6077
6223
  color
6078
6224
  });
6079
- return /* @__PURE__ */ (0, import_jsx_runtime105.jsxs)(
6225
+ return /* @__PURE__ */ (0, import_jsx_runtime109.jsxs)(
6080
6226
  "svg",
6081
6227
  __spreadProps(__spreadValues(__spreadValues({
6082
6228
  viewBox: "0 0 100 100",
@@ -6084,8 +6230,8 @@ var LogoKalshiIcon = (_a) => {
6084
6230
  fill: "none"
6085
6231
  }, getIconA11yProps(title2)), props), {
6086
6232
  children: [
6087
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("title", { children: title2 }) : null,
6088
- /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
6233
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime109.jsx)("title", { children: title2 }) : null,
6234
+ /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
6089
6235
  "path",
6090
6236
  {
6091
6237
  d: "M54.9798 47.579L79.4249 85.9995H58.2273L38.2531 52.9344V85.9995H20.4189V13.9995H38.2531V45.4356L59.6547 13.9995H78.7119L54.9798 47.579Z",
@@ -6101,7 +6247,7 @@ LogoKalshiIcon.displayName = "LogoKalshiIcon";
6101
6247
  // src/primitives/venue-logo/svg/logo-limitless.tsx
6102
6248
  var import_hooks19 = require("@agg-build/hooks");
6103
6249
  var import_sdk4 = require("@agg-build/sdk");
6104
- var import_jsx_runtime106 = require("react/jsx-runtime");
6250
+ var import_jsx_runtime110 = require("react/jsx-runtime");
6105
6251
  var LogoLimitlessIcon = (_a) => {
6106
6252
  var _b = _a, {
6107
6253
  title: title2,
@@ -6124,7 +6270,7 @@ var LogoLimitlessIcon = (_a) => {
6124
6270
  isColor,
6125
6271
  color
6126
6272
  });
6127
- return /* @__PURE__ */ (0, import_jsx_runtime106.jsxs)(
6273
+ return /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)(
6128
6274
  "svg",
6129
6275
  __spreadProps(__spreadValues(__spreadValues({
6130
6276
  viewBox: "0 0 100 100",
@@ -6132,8 +6278,8 @@ var LogoLimitlessIcon = (_a) => {
6132
6278
  fill: "none"
6133
6279
  }, getIconA11yProps(title2)), props), {
6134
6280
  children: [
6135
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("title", { children: title2 }) : null,
6136
- /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
6281
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime110.jsx)("title", { children: title2 }) : null,
6282
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
6137
6283
  "path",
6138
6284
  {
6139
6285
  d: "M78.2762 44.4662H67.7966L81.9152 30.0554L82 29.9706L76.8528 24.8176H62.8524V21.6803C62.8524 19.6513 61.2036 18 59.1777 18H44.1555C42.1297 18 40.4809 19.6513 40.4809 21.6803V48.171H21.7238C19.6979 48.171 18.0491 49.8223 18.0491 51.8512C18.0491 53.8804 19.6979 55.5317 21.7238 55.5317H32.2034L18.0848 69.9379L18 70.0227L23.145 75.1755H37.1476V78.3195C37.1476 80.3487 38.7964 82 40.8222 82H55.8444C57.8703 82 59.5191 80.3487 59.5191 78.3195V51.8267H78.2762C80.3021 51.8267 81.9509 50.1754 81.9509 48.1464C81.9509 46.1175 80.3021 44.4662 78.2762 44.4662ZM57.9886 78.3173C57.9886 79.5018 57.0269 80.4647 55.8444 80.4647C54.6619 80.4647 53.7003 79.5018 53.7003 78.3173V57.2411L38.2096 73.0506L35.1752 70.0137L50.8712 54.0009H36.7459C35.5634 54.0009 34.6018 53.0377 34.6018 51.8535C34.6018 50.6692 35.5634 49.7038 36.7459 49.7038H54.8204C56.5673 49.7038 57.9886 51.1273 57.9886 52.8769V78.3195V78.3173ZM78.2762 50.2938H60.2018C58.4549 50.2938 57.0336 48.8704 57.0336 47.1208V21.6781C57.0336 20.4938 57.9953 19.5307 59.1777 19.5307C60.3602 19.5307 61.3241 20.4938 61.3241 21.6781V42.7544L76.8126 26.9403L79.847 29.9772L64.1509 45.9968H78.2762C79.4587 45.9968 80.4204 46.9599 80.4204 48.1442C80.4204 49.3285 79.4587 50.2916 78.2762 50.2916V50.2938Z",
@@ -6149,7 +6295,7 @@ LogoLimitlessIcon.displayName = "LogoLimitlessIcon";
6149
6295
  // src/primitives/venue-logo/svg/logo-myriad.tsx
6150
6296
  var import_hooks20 = require("@agg-build/hooks");
6151
6297
  var import_sdk5 = require("@agg-build/sdk");
6152
- var import_jsx_runtime107 = require("react/jsx-runtime");
6298
+ var import_jsx_runtime111 = require("react/jsx-runtime");
6153
6299
  var LogoMyriadIcon = (_a) => {
6154
6300
  var _b = _a, {
6155
6301
  title: title2,
@@ -6172,7 +6318,7 @@ var LogoMyriadIcon = (_a) => {
6172
6318
  isColor,
6173
6319
  color
6174
6320
  });
6175
- return /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)(
6321
+ return /* @__PURE__ */ (0, import_jsx_runtime111.jsxs)(
6176
6322
  "svg",
6177
6323
  __spreadProps(__spreadValues(__spreadValues({
6178
6324
  viewBox: "0 0 100 100",
@@ -6180,8 +6326,8 @@ var LogoMyriadIcon = (_a) => {
6180
6326
  fill: "none"
6181
6327
  }, getIconA11yProps(title2)), props), {
6182
6328
  children: [
6183
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("title", { children: title2 }) : null,
6184
- /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
6329
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("title", { children: title2 }) : null,
6330
+ /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
6185
6331
  "path",
6186
6332
  {
6187
6333
  d: "M24.356 52.5901C24.1479 52.8348 24.0342 53.1458 24.0352 53.467L24.0394 64.9354V68.672H44.3882V58.5767H32.5776L55.2898 31.713C55.4979 31.4683 55.6116 31.1573 55.6107 30.8361V19.3656C55.6107 18.093 54.0108 17.5155 53.1874 18.4887L24.356 52.5901ZM75.9594 31.3259V35.0646L75.9637 46.533C75.9637 46.8538 75.8504 47.1639 75.6429 47.4099L46.8137 81.5113C45.9902 82.4845 44.3925 81.907 44.3925 80.6344V69.1617C44.3925 68.8409 44.5059 68.5329 44.7133 68.287L67.4234 41.4233H55.6128V31.328L75.9594 31.3259Z",
@@ -6197,7 +6343,7 @@ LogoMyriadIcon.displayName = "LogoMyriadIcon";
6197
6343
  // src/primitives/venue-logo/svg/logo-opinion.tsx
6198
6344
  var import_hooks21 = require("@agg-build/hooks");
6199
6345
  var import_sdk6 = require("@agg-build/sdk");
6200
- var import_jsx_runtime108 = require("react/jsx-runtime");
6346
+ var import_jsx_runtime112 = require("react/jsx-runtime");
6201
6347
  var LogoOpinionIcon = (_a) => {
6202
6348
  var _b = _a, {
6203
6349
  title: title2,
@@ -6220,7 +6366,7 @@ var LogoOpinionIcon = (_a) => {
6220
6366
  isColor,
6221
6367
  color
6222
6368
  });
6223
- return /* @__PURE__ */ (0, import_jsx_runtime108.jsxs)(
6369
+ return /* @__PURE__ */ (0, import_jsx_runtime112.jsxs)(
6224
6370
  "svg",
6225
6371
  __spreadProps(__spreadValues(__spreadValues({
6226
6372
  viewBox: "0 0 100 100",
@@ -6228,8 +6374,8 @@ var LogoOpinionIcon = (_a) => {
6228
6374
  fill: "none"
6229
6375
  }, getIconA11yProps(title2)), props), {
6230
6376
  children: [
6231
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("title", { children: title2 }) : null,
6232
- /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
6377
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime112.jsx)("title", { children: title2 }) : null,
6378
+ /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
6233
6379
  "path",
6234
6380
  {
6235
6381
  d: "M51.8239 68.4603L56.9659 68.0094L58.8049 89.0576C61.1459 88.5314 63.4349 87.7952 65.6437 86.8578V68.1879H71.9955V83.4385C74.6496 81.6828 77.0863 79.619 79.2548 77.2898L80.0716 67.958L85.516 68.433C88.6185 62.4381 90.156 55.7558 89.9858 49.0072C89.8154 42.2584 87.9429 35.6623 84.542 29.8316L84.3394 32.1494L77.9876 31.5927L78.8042 22.2668C76.7468 20.1288 74.4594 18.225 71.9835 16.5902V31.9164H65.6317V13.1739C62.9224 12.0205 60.0929 11.173 57.1957 10.6473L59.0317 31.6441L53.8897 32.0949L51.9599 10.0482C51.3128 10.0179 50.6593 9.99976 50.006 9.99976C47.4581 9.99976 44.9161 10.2419 42.414 10.723L46.0438 31.3899L42.1297 32.0798L38.5304 11.6701C35.1755 12.6725 31.9677 14.1143 28.9905 15.9578L33.0435 31.0873L29.9705 31.9134L26.2018 17.8369C23.2938 19.9923 20.6902 22.5308 18.4615 25.3835L20.4246 30.7787L18.1833 31.5956L16.7707 27.7134C14.5111 31.0771 12.7772 34.7657 11.6287 38.652L12.2639 38.4221L20.4306 60.8471L18.1893 61.6641L10.8877 41.5963C9.21542 49.4012 9.91256 57.528 12.8896 64.9338C15.8667 72.3395 20.9879 78.6865 27.5961 83.1601L23.8031 68.9989L26.8762 68.1728L31.5162 85.4991C34.6952 87.1593 38.0844 88.3808 41.5914 89.1303L38.0132 68.7296L41.9301 68.0397L45.7684 89.8262C47.1811 89.9757 48.6007 90.0505 50.0212 90.0502C51.2583 90.0502 52.4863 89.9926 53.6963 89.8807L51.8239 68.4603ZM80.1017 37.8985L86.4385 38.4524L84.3605 62.2299L78.0087 61.6761L80.1017 37.8985ZM65.6528 38.1315H72.0046V61.9969H65.6528V38.1315ZM56.975 37.9501L59.053 61.7277L53.911 62.1785L51.8299 38.4009L56.975 37.9501ZM29.9976 62.003L23.8243 38.9486L26.8974 38.1255L33.0707 61.1649L29.9976 62.003ZM42.157 62.1603L38.0132 38.658L41.9301 37.9683L46.0709 61.4674L42.157 62.1603Z",
@@ -6245,7 +6391,7 @@ LogoOpinionIcon.displayName = "LogoOpinionIcon";
6245
6391
  // src/primitives/venue-logo/svg/logo-polymarket.tsx
6246
6392
  var import_hooks22 = require("@agg-build/hooks");
6247
6393
  var import_sdk7 = require("@agg-build/sdk");
6248
- var import_jsx_runtime109 = require("react/jsx-runtime");
6394
+ var import_jsx_runtime113 = require("react/jsx-runtime");
6249
6395
  var LogoPolymarketIcon = (_a) => {
6250
6396
  var _b = _a, {
6251
6397
  title: title2,
@@ -6268,7 +6414,7 @@ var LogoPolymarketIcon = (_a) => {
6268
6414
  isColor,
6269
6415
  color
6270
6416
  });
6271
- return /* @__PURE__ */ (0, import_jsx_runtime109.jsxs)(
6417
+ return /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)(
6272
6418
  "svg",
6273
6419
  __spreadProps(__spreadValues(__spreadValues({
6274
6420
  viewBox: "0 0 100 100",
@@ -6276,8 +6422,8 @@ var LogoPolymarketIcon = (_a) => {
6276
6422
  fill: "none"
6277
6423
  }, getIconA11yProps(title2)), props), {
6278
6424
  children: [
6279
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime109.jsx)("title", { children: title2 }) : null,
6280
- /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
6425
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime113.jsx)("title", { children: title2 }) : null,
6426
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
6281
6427
  "path",
6282
6428
  {
6283
6429
  d: "M81.0904 84.2882C81.0904 87.9246 81.0904 89.7428 79.901 90.644C78.7119 91.5456 76.9613 91.0542 73.4603 90.0717L17.1975 74.2838C15.0881 73.6919 14.0332 73.3959 13.4233 72.5913C12.8135 71.7866 12.8135 70.6911 12.8135 68.5002V31.4998C12.8135 29.309 12.8135 28.2134 13.4233 27.4088C14.0332 26.6042 15.0881 26.3081 17.1975 25.7163L73.4603 9.92806C76.9613 8.94572 78.7119 8.45448 79.901 9.35587C81.0904 10.2573 81.0904 12.0755 81.0904 15.7119V84.2882ZM26.8451 69.1363L73.4308 82.2104V56.0637L26.8451 69.1363ZM20.4723 63.0711L67.0487 50L20.4723 36.929V63.0711ZM26.8446 30.8638L73.4308 43.9366V17.7896L26.8446 30.8638Z",
@@ -6293,7 +6439,7 @@ LogoPolymarketIcon.displayName = "LogoPolymarketIcon";
6293
6439
  // src/primitives/venue-logo/svg/logo-predict.tsx
6294
6440
  var import_hooks23 = require("@agg-build/hooks");
6295
6441
  var import_sdk8 = require("@agg-build/sdk");
6296
- var import_jsx_runtime110 = require("react/jsx-runtime");
6442
+ var import_jsx_runtime114 = require("react/jsx-runtime");
6297
6443
  var LogoPredictIcon = (_a) => {
6298
6444
  var _b = _a, {
6299
6445
  title: title2,
@@ -6316,7 +6462,7 @@ var LogoPredictIcon = (_a) => {
6316
6462
  isColor,
6317
6463
  color
6318
6464
  });
6319
- return /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)(
6465
+ return /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)(
6320
6466
  "svg",
6321
6467
  __spreadProps(__spreadValues(__spreadValues({
6322
6468
  viewBox: "0 0 100 100",
@@ -6324,8 +6470,8 @@ var LogoPredictIcon = (_a) => {
6324
6470
  fill: "none"
6325
6471
  }, getIconA11yProps(title2)), props), {
6326
6472
  children: [
6327
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime110.jsx)("title", { children: title2 }) : null,
6328
- /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
6473
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("title", { children: title2 }) : null,
6474
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
6329
6475
  "path",
6330
6476
  {
6331
6477
  fillRule: "evenodd",
@@ -6343,7 +6489,7 @@ LogoPredictIcon.displayName = "LogoPredictIcon";
6343
6489
  // src/primitives/venue-logo/svg/logo-probable.tsx
6344
6490
  var import_hooks24 = require("@agg-build/hooks");
6345
6491
  var import_sdk9 = require("@agg-build/sdk");
6346
- var import_jsx_runtime111 = require("react/jsx-runtime");
6492
+ var import_jsx_runtime115 = require("react/jsx-runtime");
6347
6493
  var LogoProbableIcon = (_a) => {
6348
6494
  var _b = _a, {
6349
6495
  title: title2,
@@ -6366,7 +6512,7 @@ var LogoProbableIcon = (_a) => {
6366
6512
  isColor,
6367
6513
  color
6368
6514
  });
6369
- return /* @__PURE__ */ (0, import_jsx_runtime111.jsxs)(
6515
+ return /* @__PURE__ */ (0, import_jsx_runtime115.jsxs)(
6370
6516
  "svg",
6371
6517
  __spreadProps(__spreadValues(__spreadValues({
6372
6518
  viewBox: "0 0 100 100",
@@ -6374,16 +6520,16 @@ var LogoProbableIcon = (_a) => {
6374
6520
  fill: "none"
6375
6521
  }, getIconA11yProps(title2)), props), {
6376
6522
  children: [
6377
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("title", { children: title2 }) : null,
6378
- /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
6523
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("title", { children: title2 }) : null,
6524
+ /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
6379
6525
  "path",
6380
6526
  {
6381
6527
  d: "M75.625 59.3489C75.6247 53.7323 71.0719 49.1792 65.4551 49.179H33.9209C28.3039 49.179 23.7503 53.7321 23.75 59.3489C23.75 64.9659 28.3038 69.5198 33.9209 69.5198H65.4551C71.0719 69.5195 75.625 64.9658 75.625 59.3489ZM90.625 59.3489C90.625 73.2501 79.3562 84.5195 65.4551 84.5198H33.9209C20.0196 84.5198 8.75 73.2502 8.75 59.3489C8.75026 45.4477 20.0198 34.179 33.9209 34.179H65.4551C79.3559 34.1792 90.6247 45.4478 90.625 59.3489Z",
6382
6528
  fill: primaryColor
6383
6529
  }
6384
6530
  ),
6385
- /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("path", { d: "M90.9329 15.4546V30.4546H8.90234V15.4546H90.9329Z", fill: primaryColor }),
6386
- /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
6531
+ /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("path", { d: "M90.9329 15.4546V30.4546H8.90234V15.4546H90.9329Z", fill: primaryColor }),
6532
+ /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
6387
6533
  "path",
6388
6534
  {
6389
6535
  d: "M64.5742 51.3496C68.9894 51.3496 72.5742 54.9344 72.5742 59.3496C72.5742 63.7648 68.9894 67.3496 64.5742 67.3496C60.159 67.3496 56.5742 63.7648 56.5742 59.3496C56.5742 54.9344 60.159 51.3496 64.5742 51.3496Z",
@@ -6481,7 +6627,7 @@ var resolveVenueLogoIsColor = ({
6481
6627
  };
6482
6628
 
6483
6629
  // src/primitives/venue-logo/index.tsx
6484
- var import_jsx_runtime112 = require("react/jsx-runtime");
6630
+ var import_jsx_runtime116 = require("react/jsx-runtime");
6485
6631
  var VenueLogo = ({
6486
6632
  venue,
6487
6633
  variant = "icon",
@@ -6507,7 +6653,7 @@ var VenueLogo = ({
6507
6653
  console.warn(`[AggUI] Unknown venue "${venue}" \u2014 using default logo`);
6508
6654
  }
6509
6655
  if (variant === "logo") {
6510
- return /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
6656
+ return /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
6511
6657
  RemoteImage,
6512
6658
  {
6513
6659
  src: (_a = venueLogoUrlRegistry[venue]) != null ? _a : DEFAULT_VENUE_LOGO_URL,
@@ -6522,7 +6668,7 @@ var VenueLogo = ({
6522
6668
  isColor,
6523
6669
  isMonochromatic
6524
6670
  });
6525
- return /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
6671
+ return /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
6526
6672
  Component2,
6527
6673
  {
6528
6674
  className: cn("group/agg-venue-logo", "shrink-0", sizeClass, className),
@@ -6592,7 +6738,7 @@ var mapVenueEventToSearchResult = (event, labels, formatPercent, formatCompactCu
6592
6738
  };
6593
6739
 
6594
6740
  // src/primitives/search/index.tsx
6595
- var import_jsx_runtime113 = require("react/jsx-runtime");
6741
+ var import_jsx_runtime117 = require("react/jsx-runtime");
6596
6742
  var SearchResultRow = ({
6597
6743
  item,
6598
6744
  resultAria,
@@ -6603,7 +6749,7 @@ var SearchResultRow = ({
6603
6749
  const handleResultClick = () => {
6604
6750
  onSelect == null ? void 0 : onSelect(item);
6605
6751
  };
6606
- return /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)(
6752
+ return /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)(
6607
6753
  "button",
6608
6754
  {
6609
6755
  type: "button",
@@ -6620,8 +6766,8 @@ var SearchResultRow = ({
6620
6766
  onClick: handleResultClick,
6621
6767
  "aria-label": resultAria(item.title),
6622
6768
  children: [
6623
- /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)("div", { className: "agg-search-result-content flex min-w-0 flex-1 items-center gap-4", children: [
6624
- /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
6769
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)("div", { className: "agg-search-result-content flex min-w-0 flex-1 items-center gap-4", children: [
6770
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
6625
6771
  RemoteImage,
6626
6772
  {
6627
6773
  src: item.thumbnailSrc,
@@ -6633,8 +6779,8 @@ var SearchResultRow = ({
6633
6779
  )
6634
6780
  }
6635
6781
  ),
6636
- /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)("div", { className: "flex min-w-0 flex-1 flex-col gap-1", children: [
6637
- /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
6782
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)("div", { className: "flex min-w-0 flex-1 flex-col gap-1", children: [
6783
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
6638
6784
  "p",
6639
6785
  {
6640
6786
  className: cn(
@@ -6645,8 +6791,8 @@ var SearchResultRow = ({
6645
6791
  children: item.title
6646
6792
  }
6647
6793
  ),
6648
- /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)("div", { className: "agg-search-result-context flex min-w-0 items-center gap-2 text-agg-muted-foreground", children: [
6649
- /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
6794
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)("div", { className: "agg-search-result-context flex min-w-0 items-center gap-2 text-agg-muted-foreground", children: [
6795
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
6650
6796
  "p",
6651
6797
  {
6652
6798
  className: cn(
@@ -6656,7 +6802,7 @@ var SearchResultRow = ({
6656
6802
  children: item.marketSummaryLabel
6657
6803
  }
6658
6804
  ),
6659
- /* @__PURE__ */ (0, import_jsx_runtime113.jsx)("div", { className: "flex items-center gap-1", "aria-hidden": true, children: item.visibleVenues.map((venue) => /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
6805
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("div", { className: "flex items-center gap-1", "aria-hidden": true, children: item.visibleVenues.map((venue) => /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
6660
6806
  VenueLogo,
6661
6807
  {
6662
6808
  venue,
@@ -6666,9 +6812,9 @@ var SearchResultRow = ({
6666
6812
  },
6667
6813
  `${item.id}-${venue}`
6668
6814
  )) }),
6669
- item.volumeLabel ? /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)(import_jsx_runtime113.Fragment, { children: [
6670
- /* @__PURE__ */ (0, import_jsx_runtime113.jsx)("span", { className: "text-agg-muted-foreground", "aria-hidden": true, children: "\xB7" }),
6671
- /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
6815
+ item.volumeLabel ? /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)(import_jsx_runtime117.Fragment, { children: [
6816
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("span", { className: "text-agg-muted-foreground", "aria-hidden": true, children: "\xB7" }),
6817
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
6672
6818
  "p",
6673
6819
  {
6674
6820
  className: cn(
@@ -6682,7 +6828,7 @@ var SearchResultRow = ({
6682
6828
  ] })
6683
6829
  ] })
6684
6830
  ] }),
6685
- /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)(
6831
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)(
6686
6832
  "div",
6687
6833
  {
6688
6834
  className: cn(
@@ -6690,9 +6836,9 @@ var SearchResultRow = ({
6690
6836
  classNames == null ? void 0 : classNames.resultMeta
6691
6837
  ),
6692
6838
  children: [
6693
- /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(VenueLogo, { venue: item.venue, size: "small" }),
6694
- /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)("div", { className: "flex min-w-0 flex-1 items-baseline gap-2", children: [
6695
- /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
6839
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(VenueLogo, { venue: item.venue, size: "small" }),
6840
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)("div", { className: "flex min-w-0 flex-1 items-baseline gap-2", children: [
6841
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
6696
6842
  "p",
6697
6843
  {
6698
6844
  className: cn(
@@ -6703,7 +6849,7 @@ var SearchResultRow = ({
6703
6849
  children: item.valueLabel
6704
6850
  }
6705
6851
  ),
6706
- /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
6852
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
6707
6853
  "p",
6708
6854
  {
6709
6855
  className: cn(
@@ -6717,7 +6863,7 @@ var SearchResultRow = ({
6717
6863
  ]
6718
6864
  }
6719
6865
  ),
6720
- /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
6866
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
6721
6867
  Icon,
6722
6868
  {
6723
6869
  name: "chevron-right",
@@ -6737,7 +6883,7 @@ var SearchSeeAllResultsButton = ({
6737
6883
  label: label2,
6738
6884
  onClick
6739
6885
  }) => {
6740
- return /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)(
6886
+ return /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)(
6741
6887
  "button",
6742
6888
  {
6743
6889
  type: "button",
@@ -6750,8 +6896,8 @@ var SearchSeeAllResultsButton = ({
6750
6896
  ),
6751
6897
  onClick,
6752
6898
  children: [
6753
- /* @__PURE__ */ (0, import_jsx_runtime113.jsx)("span", { children: label2 }),
6754
- /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(Icon, { name: "chevron-right", size: "small", className: "size-[14px] text-agg-primary" })
6899
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("span", { children: label2 }),
6900
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(Icon, { name: "chevron-right", size: "small", className: "size-[14px] text-agg-primary" })
6755
6901
  ]
6756
6902
  }
6757
6903
  );
@@ -6885,14 +7031,14 @@ var Search = ({
6885
7031
  event.preventDefault();
6886
7032
  handleSeeAllResults();
6887
7033
  };
6888
- return /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)(
7034
+ return /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)(
6889
7035
  "div",
6890
7036
  {
6891
7037
  className: cn("group/agg-search", "relative flex w-full flex-col", classNames == null ? void 0 : classNames.root),
6892
7038
  onFocusCapture: handleFocusWithin,
6893
7039
  onBlurCapture: handleBlurWithin,
6894
7040
  children: [
6895
- /* @__PURE__ */ (0, import_jsx_runtime113.jsx)("label", { className: "w-full", children: /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)(
7041
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("label", { className: "w-full", children: /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)(
6896
7042
  "div",
6897
7043
  {
6898
7044
  className: cn(
@@ -6908,7 +7054,7 @@ var Search = ({
6908
7054
  ),
6909
7055
  onClick: handleFocusWithin,
6910
7056
  children: [
6911
- /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
7057
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
6912
7058
  Icon,
6913
7059
  {
6914
7060
  name: "search",
@@ -6916,7 +7062,7 @@ var Search = ({
6916
7062
  className: cn("text-agg-muted-foreground", classNames == null ? void 0 : classNames.searchIcon)
6917
7063
  }
6918
7064
  ),
6919
- /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
7065
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
6920
7066
  "input",
6921
7067
  __spreadProps(__spreadValues({}, inputProps), {
6922
7068
  ref: inputRef,
@@ -6937,11 +7083,11 @@ var Search = ({
6937
7083
  )
6938
7084
  })
6939
7085
  ),
6940
- shouldRenderShortcut ? /* @__PURE__ */ (0, import_jsx_runtime113.jsx)("div", { className: "agg-search-shortcut hidden md:flex size-6 shrink-0 items-center justify-center rounded-[4px] bg-agg-secondary-hover", children: /* @__PURE__ */ (0, import_jsx_runtime113.jsx)("span", { className: "font-agg-sans text-agg-sm leading-agg-5 font-agg-bold text-agg-muted-foreground", children: "/" }) }) : null
7086
+ shouldRenderShortcut ? /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("div", { className: "agg-search-shortcut hidden md:flex size-6 shrink-0 items-center justify-center rounded-[4px] bg-agg-secondary-hover", children: /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("span", { className: "font-agg-sans text-agg-sm leading-agg-5 font-agg-bold text-agg-muted-foreground", children: "/" }) }) : null
6941
7087
  ]
6942
7088
  }
6943
7089
  ) }),
6944
- shouldRenderLoadingState ? /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
7090
+ shouldRenderLoadingState ? /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
6945
7091
  "div",
6946
7092
  {
6947
7093
  className: cn(
@@ -6951,10 +7097,10 @@ var Search = ({
6951
7097
  "mt-1",
6952
7098
  classNames == null ? void 0 : classNames.emptyState
6953
7099
  ),
6954
- children: /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(Skeleton, { view: "search" })
7100
+ children: /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(Skeleton, { view: "search" })
6955
7101
  }
6956
7102
  ) : null,
6957
- shouldRenderResults ? /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
7103
+ shouldRenderResults ? /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
6958
7104
  "div",
6959
7105
  {
6960
7106
  className: cn(
@@ -6964,7 +7110,7 @@ var Search = ({
6964
7110
  "mt-1 w-full overflow-hidden rounded-agg-xl border border-agg-separator bg-agg-secondary pt-2 shadow-[0px_8px_16px_0px_rgba(0,0,0,0.1)]",
6965
7111
  classNames == null ? void 0 : classNames.dropdown
6966
7112
  ),
6967
- children: /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)(
7113
+ children: /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)(
6968
7114
  "ul",
6969
7115
  {
6970
7116
  className: cn(
@@ -6974,7 +7120,7 @@ var Search = ({
6974
7120
  role: "listbox",
6975
7121
  "aria-label": labels.search.resultsAria,
6976
7122
  children: [
6977
- validatedResults.map((item, index) => /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
7123
+ validatedResults.map((item, index) => /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
6978
7124
  "li",
6979
7125
  {
6980
7126
  role: "presentation",
@@ -6983,7 +7129,7 @@ var Search = ({
6983
7129
  index > 0 && "border-t border-agg-separator",
6984
7130
  classNames == null ? void 0 : classNames.resultItem
6985
7131
  ),
6986
- children: /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
7132
+ children: /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
6987
7133
  SearchResultRow,
6988
7134
  {
6989
7135
  item,
@@ -6995,12 +7141,12 @@ var Search = ({
6995
7141
  },
6996
7142
  item.id
6997
7143
  )),
6998
- /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
7144
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
6999
7145
  "li",
7000
7146
  {
7001
7147
  role: "presentation",
7002
7148
  className: "agg-search-result-item border-t border-agg-separator",
7003
- children: /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
7149
+ children: /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7004
7150
  SearchSeeAllResultsButton,
7005
7151
  {
7006
7152
  label: labels.search.seeAllResults,
@@ -7014,7 +7160,7 @@ var Search = ({
7014
7160
  )
7015
7161
  }
7016
7162
  ) : null,
7017
- shouldRenderNoResults ? /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
7163
+ shouldRenderNoResults ? /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7018
7164
  "div",
7019
7165
  {
7020
7166
  className: cn(
@@ -7024,7 +7170,7 @@ var Search = ({
7024
7170
  "mt-1 w-full overflow-hidden rounded-agg-xl border border-agg-separator bg-agg-secondary py-10 shadow-[0px_8px_16px_0px_rgba(0,0,0,0.1)]",
7025
7171
  classNames == null ? void 0 : classNames.emptyState
7026
7172
  ),
7027
- children: /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)(
7173
+ children: /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)(
7028
7174
  "div",
7029
7175
  {
7030
7176
  className: cn(
@@ -7034,15 +7180,15 @@ var Search = ({
7034
7180
  role: "status",
7035
7181
  "aria-live": "polite",
7036
7182
  children: [
7037
- /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
7183
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7038
7184
  SearchEmptyIcon,
7039
7185
  {
7040
7186
  className: cn("h-10 w-10 text-agg-muted-foreground", classNames == null ? void 0 : classNames.emptyStateIcon),
7041
7187
  "aria-hidden": true
7042
7188
  }
7043
7189
  ),
7044
- /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)("div", { className: "flex flex-col items-center gap-1 text-center", children: [
7045
- /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
7190
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)("div", { className: "flex flex-col items-center gap-1 text-center", children: [
7191
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7046
7192
  "p",
7047
7193
  {
7048
7194
  className: cn(
@@ -7053,7 +7199,7 @@ var Search = ({
7053
7199
  children: labels.search.noResultsTitle
7054
7200
  }
7055
7201
  ),
7056
- /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
7202
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7057
7203
  "p",
7058
7204
  {
7059
7205
  className: cn(
@@ -7103,7 +7249,7 @@ var resolveHeaderSearchContent = ({
7103
7249
  };
7104
7250
 
7105
7251
  // src/primitives/header/index.tsx
7106
- var import_jsx_runtime114 = require("react/jsx-runtime");
7252
+ var import_jsx_runtime118 = require("react/jsx-runtime");
7107
7253
  var Header = ({
7108
7254
  logo,
7109
7255
  logoHref,
@@ -7116,7 +7262,7 @@ var Header = ({
7116
7262
  "aria-label": ariaLabel
7117
7263
  }) => {
7118
7264
  const labels = (0, import_hooks27.useLabels)();
7119
- const logoContent = isHeaderLogoProps(logo) ? /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7265
+ const logoContent = isHeaderLogoProps(logo) ? /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
7120
7266
  "img",
7121
7267
  {
7122
7268
  src: logo.src,
@@ -7125,14 +7271,14 @@ var Header = ({
7125
7271
  height: logo.height,
7126
7272
  className: cn("block max-h-full", classNames == null ? void 0 : classNames.logoElement)
7127
7273
  }
7128
- ) : logo !== void 0 ? /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: classNames == null ? void 0 : classNames.logoElement, children: logo }) : /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7274
+ ) : logo !== void 0 ? /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: classNames == null ? void 0 : classNames.logoElement, children: logo }) : /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
7129
7275
  AggLogo,
7130
7276
  {
7131
7277
  className: cn("h-6 w-auto text-agg-foreground", classNames == null ? void 0 : classNames.logoElement),
7132
7278
  title: labels.header.logoAria
7133
7279
  }
7134
7280
  );
7135
- const wrappedLogo = logoHref ? /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7281
+ const wrappedLogo = logoHref ? /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
7136
7282
  "a",
7137
7283
  {
7138
7284
  href: logoHref,
@@ -7141,7 +7287,7 @@ var Header = ({
7141
7287
  onClick: onLogoClick,
7142
7288
  children: logoContent
7143
7289
  }
7144
- ) : onLogoClick ? /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7290
+ ) : onLogoClick ? /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
7145
7291
  "button",
7146
7292
  {
7147
7293
  type: "button",
@@ -7153,13 +7299,13 @@ var Header = ({
7153
7299
  onClick: onLogoClick,
7154
7300
  children: logoContent
7155
7301
  }
7156
- ) : /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: classNames == null ? void 0 : classNames.logoWrapper, children: logoContent });
7302
+ ) : /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: classNames == null ? void 0 : classNames.logoWrapper, children: logoContent });
7157
7303
  const searchContent = resolveHeaderSearchContent({
7158
7304
  search,
7159
7305
  searchProps,
7160
- renderSearch: (nextSearchProps) => /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Search, __spreadValues({}, nextSearchProps))
7306
+ renderSearch: (nextSearchProps) => /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Search, __spreadValues({}, nextSearchProps))
7161
7307
  });
7162
- return /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(import_jsx_runtime114.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7308
+ return /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(import_jsx_runtime118.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
7163
7309
  "header",
7164
7310
  {
7165
7311
  role: "banner",
@@ -7168,7 +7314,7 @@ var Header = ({
7168
7314
  fallbackLabel: labels.header.bannerAria
7169
7315
  }),
7170
7316
  className: cn(baseHeaderClasses, sticky && stickyHeaderClasses, classNames == null ? void 0 : classNames.root),
7171
- children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)(
7317
+ children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(
7172
7318
  "div",
7173
7319
  {
7174
7320
  className: cn(
@@ -7176,7 +7322,7 @@ var Header = ({
7176
7322
  classNames == null ? void 0 : classNames.inner
7177
7323
  ),
7178
7324
  children: [
7179
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7325
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
7180
7326
  "div",
7181
7327
  {
7182
7328
  className: cn(
@@ -7186,7 +7332,7 @@ var Header = ({
7186
7332
  children: wrappedLogo
7187
7333
  }
7188
7334
  ),
7189
- searchContent ? /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7335
+ searchContent ? /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
7190
7336
  "div",
7191
7337
  {
7192
7338
  className: cn(
@@ -7197,7 +7343,7 @@ var Header = ({
7197
7343
  children: searchContent
7198
7344
  }
7199
7345
  ) : null,
7200
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7346
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
7201
7347
  "div",
7202
7348
  {
7203
7349
  className: cn(
@@ -7260,7 +7406,7 @@ var resolveInlineAlertHasAction = ({
7260
7406
  };
7261
7407
 
7262
7408
  // src/primitives/inline-alert/index.tsx
7263
- var import_jsx_runtime115 = require("react/jsx-runtime");
7409
+ var import_jsx_runtime119 = require("react/jsx-runtime");
7264
7410
  var InlineAlert = ({
7265
7411
  tone = INLINE_ALERT_DEFAULT_TONE,
7266
7412
  variant,
@@ -7274,7 +7420,7 @@ var InlineAlert = ({
7274
7420
  const resolvedVariant = resolveInlineAlertVariant({ tone, variant });
7275
7421
  const hasAction = resolveInlineAlertHasAction({ actionLabel, onAction });
7276
7422
  const { ariaLive, role } = INLINE_ALERT_LIVE_REGION_CONFIG[tone];
7277
- return /* @__PURE__ */ (0, import_jsx_runtime115.jsxs)(
7423
+ return /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(
7278
7424
  "div",
7279
7425
  {
7280
7426
  className: cn(
@@ -7286,7 +7432,7 @@ var InlineAlert = ({
7286
7432
  "aria-live": ariaLive,
7287
7433
  "aria-label": ariaLabel,
7288
7434
  children: [
7289
- /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
7435
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
7290
7436
  Icon,
7291
7437
  {
7292
7438
  name: INLINE_ALERT_TONE_ICON_NAME[tone],
@@ -7294,14 +7440,14 @@ var InlineAlert = ({
7294
7440
  "aria-hidden": "true"
7295
7441
  }
7296
7442
  ),
7297
- /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
7443
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
7298
7444
  "div",
7299
7445
  {
7300
7446
  className: cn(
7301
7447
  "min-w-0",
7302
7448
  resolvedVariant === "plain" && !hasAction ? "flex-none text-center" : "flex-1"
7303
7449
  ),
7304
- children: /* @__PURE__ */ (0, import_jsx_runtime115.jsxs)(
7450
+ children: /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(
7305
7451
  "div",
7306
7452
  {
7307
7453
  className: cn(
@@ -7310,14 +7456,14 @@ var InlineAlert = ({
7310
7456
  resolvedVariant === "plain" && !hasAction ? "items-center" : null
7311
7457
  ),
7312
7458
  children: [
7313
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("p", { className: "text-agg-sm font-agg-bold leading-agg-5 text-agg-foreground", children: title2 }) : null,
7314
- /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("p", { className: "text-agg-sm leading-agg-5 text-agg-foreground wrap-break-word", children: message })
7459
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("p", { className: "text-agg-sm font-agg-bold leading-agg-5 text-agg-foreground", children: title2 }) : null,
7460
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("p", { className: "text-agg-sm leading-agg-5 text-agg-foreground wrap-break-word", children: message })
7315
7461
  ]
7316
7462
  }
7317
7463
  )
7318
7464
  }
7319
7465
  ),
7320
- hasAction ? /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
7466
+ hasAction ? /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
7321
7467
  "button",
7322
7468
  {
7323
7469
  type: "button",
@@ -7355,7 +7501,7 @@ var resolveLoadingIconAriaLabel = ({
7355
7501
  };
7356
7502
 
7357
7503
  // src/primitives/loading-icon/index.tsx
7358
- var import_jsx_runtime116 = require("react/jsx-runtime");
7504
+ var import_jsx_runtime120 = require("react/jsx-runtime");
7359
7505
  var LoadingIcon = ({
7360
7506
  size = LOADING_ICON_DEFAULT_SIZE,
7361
7507
  variant = "default",
@@ -7366,7 +7512,7 @@ var LoadingIcon = ({
7366
7512
  const {
7367
7513
  features: { enableAnimations }
7368
7514
  } = (0, import_hooks28.useSdkUiConfig)();
7369
- return /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
7515
+ return /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
7370
7516
  "span",
7371
7517
  {
7372
7518
  role: "status",
@@ -7379,7 +7525,7 @@ var LoadingIcon = ({
7379
7525
  "inline-grid place-items-center text-agg-primary will-change-transform",
7380
7526
  className
7381
7527
  ),
7382
- children: /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("span", { className: "inline-grid place-items-center", "aria-hidden": "true", children: /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
7528
+ children: /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("span", { className: "inline-grid place-items-center", "aria-hidden": "true", children: /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
7383
7529
  "svg",
7384
7530
  {
7385
7531
  viewBox: LOADING_ICON_SVG_VIEW_BOX,
@@ -7387,8 +7533,8 @@ var LoadingIcon = ({
7387
7533
  "block",
7388
7534
  variant === "prominent" ? LOADING_ICON_PROMINENT_FRAME_CLASS : iconSizeClasses[size]
7389
7535
  ),
7390
- children: variant === "prominent" ? /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)("g", { children: [
7391
- enableAnimations ? /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
7536
+ children: variant === "prominent" ? /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("g", { children: [
7537
+ enableAnimations ? /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
7392
7538
  "animateTransform",
7393
7539
  {
7394
7540
  attributeName: "transform",
@@ -7400,7 +7546,7 @@ var LoadingIcon = ({
7400
7546
  repeatCount: "indefinite"
7401
7547
  }
7402
7548
  ) : null,
7403
- /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
7549
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
7404
7550
  "circle",
7405
7551
  {
7406
7552
  cx: "22",
@@ -7414,8 +7560,8 @@ var LoadingIcon = ({
7414
7560
  strokeDasharray: LOADING_ICON_PROMINENT_DASHARRAY
7415
7561
  }
7416
7562
  )
7417
- ] }) : /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)("g", { children: [
7418
- enableAnimations ? /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
7563
+ ] }) : /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("g", { children: [
7564
+ enableAnimations ? /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
7419
7565
  "animateTransform",
7420
7566
  {
7421
7567
  attributeName: "transform",
@@ -7427,7 +7573,7 @@ var LoadingIcon = ({
7427
7573
  repeatCount: "indefinite"
7428
7574
  }
7429
7575
  ) : null,
7430
- /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
7576
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
7431
7577
  "circle",
7432
7578
  {
7433
7579
  cx: "22",
@@ -7439,8 +7585,8 @@ var LoadingIcon = ({
7439
7585
  strokeLinecap: "round",
7440
7586
  strokeDasharray: "60 100",
7441
7587
  strokeDashoffset: "0",
7442
- children: enableAnimations ? /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)(import_jsx_runtime116.Fragment, { children: [
7443
- /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
7588
+ children: enableAnimations ? /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)(import_jsx_runtime120.Fragment, { children: [
7589
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
7444
7590
  "animate",
7445
7591
  {
7446
7592
  attributeName: "stroke-dasharray",
@@ -7449,7 +7595,7 @@ var LoadingIcon = ({
7449
7595
  repeatCount: "indefinite"
7450
7596
  }
7451
7597
  ),
7452
- /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
7598
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
7453
7599
  "animate",
7454
7600
  {
7455
7601
  attributeName: "stroke-dashoffset",
@@ -7494,7 +7640,7 @@ var resolveModalCloseIcon = ({
7494
7640
  };
7495
7641
 
7496
7642
  // src/primitives/modal/index.tsx
7497
- var import_jsx_runtime117 = require("react/jsx-runtime");
7643
+ var import_jsx_runtime121 = require("react/jsx-runtime");
7498
7644
  var Modal = ({
7499
7645
  open,
7500
7646
  onOpenChange,
@@ -7502,7 +7648,7 @@ var Modal = ({
7502
7648
  "aria-label": _ariaLabel,
7503
7649
  "aria-labelledby": _ariaLabelledBy
7504
7650
  }) => {
7505
- return /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(Dialog.Root, { open, onOpenChange, children });
7651
+ return /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(Dialog.Root, { open, onOpenChange, children });
7506
7652
  };
7507
7653
  var ModalContainer = ({
7508
7654
  children,
@@ -7517,8 +7663,8 @@ var ModalContainer = ({
7517
7663
  } = (0, import_hooks29.useSdkUiConfig)();
7518
7664
  const overlayAnimationClassName = resolveModalOverlayAnimationClassName(enableAnimations);
7519
7665
  const panelAnimationClassName = resolveModalPanelAnimationClassName(enableAnimations);
7520
- return /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)(Dialog.Portal, { children: [
7521
- /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7666
+ return /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)(Dialog.Portal, { children: [
7667
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
7522
7668
  Dialog.Overlay,
7523
7669
  {
7524
7670
  className: cn(
@@ -7529,7 +7675,7 @@ var ModalContainer = ({
7529
7675
  )
7530
7676
  }
7531
7677
  ),
7532
- /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7678
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
7533
7679
  Dialog.Content,
7534
7680
  {
7535
7681
  className: cn(
@@ -7555,7 +7701,7 @@ var ModalContainer = ({
7555
7701
  event.preventDefault();
7556
7702
  }
7557
7703
  },
7558
- children: /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7704
+ children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
7559
7705
  "div",
7560
7706
  {
7561
7707
  className: cn(
@@ -7563,7 +7709,7 @@ var ModalContainer = ({
7563
7709
  "items-end md:items-center",
7564
7710
  "flex h-full min-h-0 w-full justify-center p-0 md:p-5"
7565
7711
  ),
7566
- children: /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7712
+ children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
7567
7713
  "div",
7568
7714
  {
7569
7715
  className: cn(
@@ -7605,12 +7751,12 @@ var ModalHeader = ({
7605
7751
  features: { enableAnimations }
7606
7752
  } = (0, import_hooks29.useSdkUiConfig)();
7607
7753
  const labels = (0, import_hooks29.useLabels)();
7608
- const defaultCloseIcon = /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(CloseIcon, { className: "h-6 w-6" });
7754
+ const defaultCloseIcon = /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(CloseIcon, { className: "h-6 w-6" });
7609
7755
  const resolvedCloseIcon = resolveModalCloseIcon({
7610
7756
  closeIcon,
7611
7757
  defaultCloseIcon
7612
7758
  });
7613
- return /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)(
7759
+ return /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)(
7614
7760
  "div",
7615
7761
  {
7616
7762
  className: cn(
@@ -7623,7 +7769,7 @@ var ModalHeader = ({
7623
7769
  classNames == null ? void 0 : classNames.root
7624
7770
  ),
7625
7771
  children: [
7626
- /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)(
7772
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)(
7627
7773
  "div",
7628
7774
  {
7629
7775
  className: cn(
@@ -7636,8 +7782,8 @@ var ModalHeader = ({
7636
7782
  classNames == null ? void 0 : classNames.container
7637
7783
  ),
7638
7784
  children: [
7639
- leftElement ? /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(import_jsx_runtime117.Fragment, { children: leftElement }) : null,
7640
- /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)(
7785
+ leftElement ? /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(import_jsx_runtime121.Fragment, { children: leftElement }) : null,
7786
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)(
7641
7787
  "div",
7642
7788
  {
7643
7789
  className: cn(
@@ -7646,7 +7792,7 @@ var ModalHeader = ({
7646
7792
  classNames == null ? void 0 : classNames.titleContainer
7647
7793
  ),
7648
7794
  children: [
7649
- /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7795
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
7650
7796
  Dialog.Title,
7651
7797
  {
7652
7798
  className: cn(
@@ -7660,7 +7806,7 @@ var ModalHeader = ({
7660
7806
  children: title2
7661
7807
  }
7662
7808
  ),
7663
- subtitle ? /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7809
+ subtitle ? /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
7664
7810
  "span",
7665
7811
  {
7666
7812
  className: cn(
@@ -7674,9 +7820,9 @@ var ModalHeader = ({
7674
7820
  ]
7675
7821
  }
7676
7822
  ),
7677
- /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)("div", { className: "agg-modal-header-actions flex flex-row items-center justify-end gap-6", children: [
7678
- rightElement ? /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(import_jsx_runtime117.Fragment, { children: rightElement }) : null,
7679
- !hideClose && /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7823
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: "agg-modal-header-actions flex flex-row items-center justify-end gap-6", children: [
7824
+ rightElement ? /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(import_jsx_runtime121.Fragment, { children: rightElement }) : null,
7825
+ !hideClose && /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
7680
7826
  Dialog.Close,
7681
7827
  {
7682
7828
  className: cn(
@@ -7693,14 +7839,14 @@ var ModalHeader = ({
7693
7839
  ]
7694
7840
  }
7695
7841
  ),
7696
- children ? /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("div", { className: "agg-modal-header-extra", children }) : null
7842
+ children ? /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("div", { className: "agg-modal-header-extra", children }) : null
7697
7843
  ]
7698
7844
  }
7699
7845
  );
7700
7846
  };
7701
7847
  Modal.Header = ModalHeader;
7702
7848
  var ModalBody = ({ children, classNames }) => {
7703
- return /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7849
+ return /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
7704
7850
  "div",
7705
7851
  {
7706
7852
  className: cn(
@@ -7721,7 +7867,7 @@ var ModalFooter = ({
7721
7867
  classNames,
7722
7868
  hideBorder = false
7723
7869
  }) => {
7724
- return /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7870
+ return /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
7725
7871
  "div",
7726
7872
  {
7727
7873
  className: cn(
@@ -7744,7 +7890,7 @@ Modal.displayName = "Modal";
7744
7890
  // src/primitives/number-value.tsx
7745
7891
  var import_react10 = require("react");
7746
7892
  var import_hooks30 = require("@agg-build/hooks");
7747
- var import_jsx_runtime118 = require("react/jsx-runtime");
7893
+ var import_jsx_runtime122 = require("react/jsx-runtime");
7748
7894
  var NumberValue = ({
7749
7895
  value,
7750
7896
  format = "number",
@@ -7778,14 +7924,14 @@ var NumberValue = ({
7778
7924
  formatPercent,
7779
7925
  value
7780
7926
  ]);
7781
- return /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: cn("font-agg-sans", className), "aria-label": ariaLabel, children: formatted });
7927
+ return /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", { className: cn("font-agg-sans", className), "aria-label": ariaLabel, children: formatted });
7782
7928
  };
7783
7929
  NumberValue.displayName = "NumberValue";
7784
7930
 
7785
7931
  // src/primitives/select/index.tsx
7932
+ var import_hooks31 = require("@agg-build/hooks");
7786
7933
  var import_react11 = require("react");
7787
7934
  var import_react_dom = require("react-dom");
7788
- var import_hooks31 = require("@agg-build/hooks");
7789
7935
 
7790
7936
  // src/primitives/select/select.constants.ts
7791
7937
  var SELECT_DEFAULT_IS_DISABLED = false;
@@ -7805,7 +7951,7 @@ var resolveIsSelectDisabled = ({
7805
7951
  };
7806
7952
 
7807
7953
  // src/primitives/select/index.tsx
7808
- var import_jsx_runtime119 = require("react/jsx-runtime");
7954
+ var import_jsx_runtime123 = require("react/jsx-runtime");
7809
7955
  var SELECT_DROPDOWN_Z = 1e4;
7810
7956
  function resolveSelectPortalContainer(triggerRoot) {
7811
7957
  var _a, _b;
@@ -7819,6 +7965,8 @@ var Select = ({
7819
7965
  ariaLabel,
7820
7966
  className,
7821
7967
  triggerClassName,
7968
+ contentClassName,
7969
+ itemClassName,
7822
7970
  disabled = SELECT_DEFAULT_IS_DISABLED
7823
7971
  }) => {
7824
7972
  var _a;
@@ -7878,7 +8026,7 @@ var Select = ({
7878
8026
  return () => document.removeEventListener("keydown", handleKeyDown);
7879
8027
  }, [isOpen, handleClose]);
7880
8028
  const triggerRadiusClass = triggerClassName != null ? triggerClassName : "rounded-agg-md";
7881
- const listbox = menuRect ? /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
8029
+ const listbox = menuRect ? /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
7882
8030
  "div",
7883
8031
  {
7884
8032
  ref: portalRef,
@@ -7892,10 +8040,15 @@ var Select = ({
7892
8040
  width: menuRect.width,
7893
8041
  zIndex: SELECT_DROPDOWN_Z
7894
8042
  },
7895
- className: "agg-select-content pointer-events-auto max-h-[min(20rem,calc(100vh-4rem))] overflow-y-auto rounded-agg-md border border-agg-separator bg-agg-secondary shadow-lg",
8043
+ className: cn(
8044
+ "agg-select-content pointer-events-auto max-h-[min(20rem,calc(100vh-4rem))] overflow-y-auto rounded-agg-md border border-agg-separator bg-agg-secondary shadow-lg",
8045
+ contentClassName
8046
+ ),
7896
8047
  children: items.map((item) => {
7897
8048
  const isSelected = item.value === value;
7898
- return /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(
8049
+ const isHidden = item.hidden === true;
8050
+ if (isHidden) return null;
8051
+ return /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)(
7899
8052
  "button",
7900
8053
  {
7901
8054
  type: "button",
@@ -7906,8 +8059,10 @@ var Select = ({
7906
8059
  "agg-select-item",
7907
8060
  "relative flex w-full items-center gap-2 px-4 py-2 text-left text-agg-sm leading-agg-5 outline-none",
7908
8061
  "hover:bg-agg-secondary-hover focus-visible:bg-agg-secondary-hover",
7909
- isSelected ? "font-agg-bold text-agg-foreground bg-agg-secondary-hover" : "font-agg-normal text-agg-foreground",
7910
- item.disabled && "cursor-not-allowed opacity-60"
8062
+ isSelected ? "font-agg-bold bg-agg-secondary-hover" : "font-agg-normal",
8063
+ isSelected ? "text-agg-foreground" : "text-agg-foreground",
8064
+ item.disabled && "cursor-not-allowed opacity-60",
8065
+ itemClassName
7911
8066
  ),
7912
8067
  onClick: () => {
7913
8068
  if (item.disabled) {
@@ -7917,8 +8072,17 @@ var Select = ({
7917
8072
  handleClose();
7918
8073
  },
7919
8074
  children: [
7920
- isSelected ? /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("div", { className: "absolute left-0 top-0 bottom-0 w-1 bg-agg-primary" }) : null,
7921
- item.icon ? /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("span", { className: "h-4 w-4 shrink-0 [&_svg]:h-full [&_svg]:w-full", children: item.icon }) : item.iconUrl ? /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
8075
+ isSelected ? /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("div", { className: "absolute left-0 top-0 bottom-0 w-1 bg-agg-primary" }) : null,
8076
+ item.icon ? /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
8077
+ "span",
8078
+ {
8079
+ className: cn(
8080
+ "h-4 w-4 shrink-0 [&_svg]:h-full [&_svg]:w-full",
8081
+ isSelected ? "text-agg-foreground" : "text-agg-muted-foreground"
8082
+ ),
8083
+ children: item.icon
8084
+ }
8085
+ ) : item.iconUrl ? /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
7922
8086
  RemoteImage,
7923
8087
  {
7924
8088
  src: item.iconUrl,
@@ -7926,7 +8090,7 @@ var Select = ({
7926
8090
  className: "agg-select-item-icon h-4 w-4 shrink-0 rounded-sm object-contain"
7927
8091
  }
7928
8092
  ) : null,
7929
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("span", { className: "agg-select-item-label truncate", children: item.label })
8093
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("span", { className: "agg-select-item-label truncate", children: item.label })
7930
8094
  ]
7931
8095
  },
7932
8096
  item.value
@@ -7934,13 +8098,13 @@ var Select = ({
7934
8098
  })
7935
8099
  }
7936
8100
  ) : null;
7937
- return /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(
8101
+ return /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)(
7938
8102
  "div",
7939
8103
  {
7940
8104
  ref: containerRef,
7941
8105
  className: cn("group/agg-select", "relative inline-flex w-full", className),
7942
8106
  children: [
7943
- /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(
8107
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)(
7944
8108
  "button",
7945
8109
  {
7946
8110
  type: "button",
@@ -7957,12 +8121,13 @@ var Select = ({
7957
8121
  enableAnimations,
7958
8122
  "transition-[border-color,box-shadow] duration-200 ease-in-out"
7959
8123
  ),
8124
+ isOpen && "border-agg-primary ring-2 ring-agg-primary/15",
7960
8125
  "focus:border-agg-primary focus:ring-2 focus:ring-agg-primary/15",
7961
8126
  "disabled:cursor-not-allowed disabled:opacity-60"
7962
8127
  ),
7963
8128
  onClick: () => setIsOpen((previousValue) => !previousValue),
7964
8129
  children: [
7965
- (selectedItem == null ? void 0 : selectedItem.icon) ? /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("span", { className: "h-4 w-4 shrink-0 [&_svg]:h-full [&_svg]:w-full", children: selectedItem.icon }) : (selectedItem == null ? void 0 : selectedItem.iconUrl) ? /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
8130
+ (selectedItem == null ? void 0 : selectedItem.icon) ? /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("span", { className: "h-4 w-4 shrink-0 [&_svg]:h-full [&_svg]:w-full", children: selectedItem.icon }) : (selectedItem == null ? void 0 : selectedItem.iconUrl) ? /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
7966
8131
  RemoteImage,
7967
8132
  {
7968
8133
  src: selectedItem.iconUrl,
@@ -7970,11 +8135,18 @@ var Select = ({
7970
8135
  className: "agg-select-icon h-4 w-4 shrink-0 rounded-sm object-contain"
7971
8136
  }
7972
8137
  ) : null,
7973
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("span", { className: "agg-select-value flex-1 truncate", children: (_a = selectedItem == null ? void 0 : selectedItem.label) != null ? _a : "" })
8138
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("span", { className: "agg-select-value flex-1 truncate", children: (_a = selectedItem == null ? void 0 : selectedItem.label) != null ? _a : "" })
7974
8139
  ]
7975
8140
  }
7976
8141
  ),
7977
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("span", { className: "agg-select-chevron pointer-events-none absolute inset-y-0 right-3 inline-flex items-center justify-center text-agg-muted-foreground", children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(Icon, { name: "chevron-down-thin", size: "small", color: "currentColor" }) }),
8142
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("span", { className: "agg-select-chevron pointer-events-none absolute inset-y-0 right-3 inline-flex items-center justify-center text-agg-muted-foreground", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
8143
+ Icon,
8144
+ {
8145
+ name: isOpen ? "chevron-up" : "chevron-down-thin",
8146
+ size: "small",
8147
+ color: "currentColor"
8148
+ }
8149
+ ) }),
7978
8150
  isOpen && typeof document !== "undefined" && listbox ? (0, import_react_dom.createPortal)(listbox, resolveSelectPortalContainer(containerRef.current)) : null
7979
8151
  ]
7980
8152
  }
@@ -8081,7 +8253,7 @@ var getTypographyClassName = ({
8081
8253
  };
8082
8254
 
8083
8255
  // src/primitives/typography/index.tsx
8084
- var import_jsx_runtime120 = require("react/jsx-runtime");
8256
+ var import_jsx_runtime124 = require("react/jsx-runtime");
8085
8257
  var Typography = ({
8086
8258
  as: Component2 = "p",
8087
8259
  variant = "body",
@@ -8089,7 +8261,7 @@ var Typography = ({
8089
8261
  children,
8090
8262
  "aria-label": ariaLabel
8091
8263
  }) => {
8092
- return /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(Component2, { className: getTypographyClassName({ className, variant }), "aria-label": ariaLabel, children });
8264
+ return /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(Component2, { className: getTypographyClassName({ className, variant }), "aria-label": ariaLabel, children });
8093
8265
  };
8094
8266
  Typography.displayName = "Typography";
8095
8267
 
@@ -8102,7 +8274,7 @@ var resolveStateMessageHasAction = ({ onAction }) => {
8102
8274
  };
8103
8275
 
8104
8276
  // src/primitives/state-message/index.tsx
8105
- var import_jsx_runtime121 = require("react/jsx-runtime");
8277
+ var import_jsx_runtime125 = require("react/jsx-runtime");
8106
8278
  var StateMessage = ({
8107
8279
  icon,
8108
8280
  title: title2,
@@ -8116,7 +8288,7 @@ var StateMessage = ({
8116
8288
  className: cn(STATE_MESSAGE_ICON_CLASS_NAME, icon.props.className, classNames == null ? void 0 : classNames.icon),
8117
8289
  "aria-hidden": true
8118
8290
  });
8119
- return /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
8291
+ return /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
8120
8292
  "div",
8121
8293
  {
8122
8294
  className: cn(
@@ -8127,7 +8299,7 @@ var StateMessage = ({
8127
8299
  role: "status",
8128
8300
  "aria-live": "polite",
8129
8301
  "aria-label": title2,
8130
- children: /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)(
8302
+ children: /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)(
8131
8303
  "div",
8132
8304
  {
8133
8305
  className: cn(
@@ -8136,7 +8308,7 @@ var StateMessage = ({
8136
8308
  ),
8137
8309
  children: [
8138
8310
  resolvedIcon,
8139
- /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)(
8311
+ /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)(
8140
8312
  "div",
8141
8313
  {
8142
8314
  className: cn(
@@ -8144,8 +8316,8 @@ var StateMessage = ({
8144
8316
  classNames == null ? void 0 : classNames.text
8145
8317
  ),
8146
8318
  children: [
8147
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(Typography, { variant: "body-strong", className: classNames == null ? void 0 : classNames.title, children: title2 }),
8148
- description ? /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
8319
+ /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(Typography, { variant: "body-strong", className: classNames == null ? void 0 : classNames.title, children: title2 }),
8320
+ description ? /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
8149
8321
  Typography,
8150
8322
  {
8151
8323
  variant: "label",
@@ -8156,7 +8328,7 @@ var StateMessage = ({
8156
8328
  ]
8157
8329
  }
8158
8330
  ),
8159
- hasAction ? /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
8331
+ hasAction ? /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
8160
8332
  Button,
8161
8333
  {
8162
8334
  variant: "tertiary",
@@ -8183,8 +8355,8 @@ var StateMessage = ({
8183
8355
  StateMessage.displayName = "StateMessage";
8184
8356
 
8185
8357
  // src/primitives/tabs/index.tsx
8186
- var import_react13 = require("react");
8187
8358
  var import_hooks33 = require("@agg-build/hooks");
8359
+ var import_react13 = require("react");
8188
8360
 
8189
8361
  // src/primitives/tabs/tabs.constants.ts
8190
8362
  var MOBILE_TABS_MEDIA_QUERY = "(max-width: 736px)";
@@ -8211,7 +8383,7 @@ var findEdgeEnabledIndex = (items, direction) => {
8211
8383
  };
8212
8384
 
8213
8385
  // src/primitives/tabs/index.tsx
8214
- var import_jsx_runtime122 = require("react/jsx-runtime");
8386
+ var import_jsx_runtime126 = require("react/jsx-runtime");
8215
8387
  var getTabButtonClassName = ({
8216
8388
  enableAnimations,
8217
8389
  isBarVariant,
@@ -8544,7 +8716,7 @@ var Tabs = ({
8544
8716
  });
8545
8717
  }, [enableAnimations, renderedItems, shouldUseOverflowScroll, value]);
8546
8718
  if (shouldUseOverflowSelect) {
8547
- return /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("div", { className: cn("group/agg-tabs w-full", className, classNames == null ? void 0 : classNames.root), children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
8719
+ return /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("div", { className: cn("group/agg-tabs w-full", className, classNames == null ? void 0 : classNames.root), children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
8548
8720
  Select,
8549
8721
  {
8550
8722
  ariaLabel,
@@ -8556,7 +8728,7 @@ var Tabs = ({
8556
8728
  }
8557
8729
  ) });
8558
8730
  }
8559
- return /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(
8731
+ return /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)(
8560
8732
  "div",
8561
8733
  {
8562
8734
  className: cn(
@@ -8567,7 +8739,7 @@ var Tabs = ({
8567
8739
  classNames == null ? void 0 : classNames.root
8568
8740
  ),
8569
8741
  children: [
8570
- /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(
8742
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)(
8571
8743
  "div",
8572
8744
  {
8573
8745
  ref: tabListRef,
@@ -8585,7 +8757,7 @@ var Tabs = ({
8585
8757
  var _a;
8586
8758
  const isActive = item.value === value;
8587
8759
  const isComingSoon = (_a = item == null ? void 0 : item.isComingSoon) != null ? _a : false;
8588
- return /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(
8760
+ return /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)(
8589
8761
  "button",
8590
8762
  {
8591
8763
  ref: (buttonElement) => {
@@ -8620,11 +8792,11 @@ var Tabs = ({
8620
8792
  ),
8621
8793
  children: [
8622
8794
  item.icon ? item.icon : null,
8623
- /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(
8795
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)(
8624
8796
  "span",
8625
8797
  {
8626
8798
  className: cn(
8627
- "agg-tab-label truncate whitespace-nowrap [&::first-letter]:uppercase text-agg"
8799
+ "agg-tab-label truncate whitespace-nowrap first-letter:uppercase text-agg"
8628
8800
  ),
8629
8801
  "data-text": item.label,
8630
8802
  children: [
@@ -8638,7 +8810,7 @@ var Tabs = ({
8638
8810
  item.value
8639
8811
  );
8640
8812
  }),
8641
- !isBarVariant ? /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
8813
+ !isBarVariant ? /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
8642
8814
  "span",
8643
8815
  {
8644
8816
  "aria-hidden": true,
@@ -8657,8 +8829,8 @@ var Tabs = ({
8657
8829
  ]
8658
8830
  }
8659
8831
  ),
8660
- shouldUseOverflowScroll && !isBarVariant ? /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(import_jsx_runtime122.Fragment, { children: [
8661
- /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
8832
+ shouldUseOverflowScroll && !isBarVariant ? /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)(import_jsx_runtime126.Fragment, { children: [
8833
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
8662
8834
  "span",
8663
8835
  {
8664
8836
  "aria-hidden": true,
@@ -8670,7 +8842,7 @@ var Tabs = ({
8670
8842
  )
8671
8843
  }
8672
8844
  ),
8673
- /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
8845
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
8674
8846
  "span",
8675
8847
  {
8676
8848
  "aria-hidden": true,
@@ -8682,7 +8854,20 @@ var Tabs = ({
8682
8854
  )
8683
8855
  }
8684
8856
  )
8685
- ] }) : null
8857
+ ] }) : null,
8858
+ shouldUseOverflowScroll && isBarVariant ? /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
8859
+ "span",
8860
+ {
8861
+ "aria-hidden": true,
8862
+ className: cn(
8863
+ "agg-tab-scroll-end",
8864
+ "pointer-events-none absolute top-0 right-0 bottom-0 z-10 w-[120px] overflow-hidden rounded-r-[8px] bg-linear-to-l from-agg-secondary from-[20%] via-agg-secondary/85 to-transparent",
8865
+ getMotionClassName(enableAnimations, "transition-opacity duration-200"),
8866
+ scrollAffordanceState.showEnd ? "opacity-100" : "opacity-0"
8867
+ ),
8868
+ children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("span", { className: "absolute inset-y-0 right-3 inline-flex items-center text-agg-foreground", children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(Icon, { name: "chevron-right", size: "small", color: "currentColor" }) })
8869
+ }
8870
+ ) : null
8686
8871
  ]
8687
8872
  }
8688
8873
  );
@@ -8692,17 +8877,18 @@ Tabs.displayName = "Tabs";
8692
8877
  // src/primitives/toast/index.tsx
8693
8878
  var RadixToast = __toESM(require("@radix-ui/react-toast"));
8694
8879
  var import_react14 = require("react");
8695
- var import_jsx_runtime123 = require("react/jsx-runtime");
8880
+ var import_jsx_runtime127 = require("react/jsx-runtime");
8696
8881
  var DEFAULT_DURATION_MS = 5e3;
8882
+ var EXIT_ANIMATION_MS = 350;
8697
8883
  var TONE_ACCENT_CLASS = {
8698
- info: "text-agg-primary",
8699
- success: "text-agg-success",
8700
- warning: "text-agg-warning",
8701
- error: "text-agg-error"
8884
+ info: "[--agg-toast-accent:var(--agg-color-primary)]",
8885
+ success: "[--agg-toast-accent:var(--agg-color-success)]",
8886
+ warning: "[--agg-toast-accent:var(--agg-color-warning)]",
8887
+ error: "[--agg-toast-accent:var(--agg-color-error)]"
8702
8888
  };
8703
8889
  var TONE_ICON_NAME = {
8704
8890
  info: "info",
8705
- success: "success-check",
8891
+ success: "check-circle",
8706
8892
  warning: "warning-filled",
8707
8893
  error: "error-filled"
8708
8894
  };
@@ -8731,6 +8917,7 @@ function ToastProvider({
8731
8917
  message,
8732
8918
  tone: (_a = options == null ? void 0 : options.tone) != null ? _a : "info",
8733
8919
  title: options == null ? void 0 : options.title,
8920
+ detail: options == null ? void 0 : options.detail,
8734
8921
  durationMs: (_b = options == null ? void 0 : options.durationMs) != null ? _b : defaultDurationMs
8735
8922
  }
8736
8923
  ];
@@ -8739,9 +8926,9 @@ function ToastProvider({
8739
8926
  },
8740
8927
  [defaultDurationMs]
8741
8928
  );
8742
- return /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(ToastContext.Provider, { value: { toast, dismiss }, children: /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)(RadixToast.Provider, { swipeDirection, swipeThreshold, children: [
8929
+ return /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(ToastContext.Provider, { value: { toast, dismiss }, children: /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)(RadixToast.Provider, { swipeDirection, swipeThreshold, children: [
8743
8930
  children,
8744
- toasts.map((entry) => /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
8931
+ toasts.map((entry) => /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
8745
8932
  ToastRow,
8746
8933
  {
8747
8934
  entry,
@@ -8751,11 +8938,11 @@ function ToastProvider({
8751
8938
  },
8752
8939
  entry.id
8753
8940
  )),
8754
- /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
8941
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
8755
8942
  RadixToast.Viewport,
8756
8943
  {
8757
8944
  className: cn(
8758
- "fixed top-4 right-4 z-agg-toast flex w-[360px] max-w-[calc(100vw-2rem)] flex-col gap-2 outline-none",
8945
+ "fixed right-5 bottom-5 z-agg-toast flex w-[400px] max-w-[calc(100vw-40px)] flex-col gap-2 outline-none",
8759
8946
  viewportClassName
8760
8947
  )
8761
8948
  }
@@ -8763,39 +8950,131 @@ function ToastProvider({
8763
8950
  ] }) });
8764
8951
  }
8765
8952
  function ToastRow({ entry, onOpenChange }) {
8766
- const duration = entry.durationMs === 0 || !Number.isFinite(entry.durationMs) ? Number.POSITIVE_INFINITY : entry.durationMs;
8767
- return /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)(
8953
+ const [isOpen, setIsOpen] = (0, import_react14.useState)(true);
8954
+ const hasAutoDismiss = entry.durationMs > 0 && Number.isFinite(entry.durationMs);
8955
+ const duration = hasAutoDismiss ? entry.durationMs : Number.POSITIVE_INFINITY;
8956
+ const timeoutRef = (0, import_react14.useRef)(null);
8957
+ const closeTimeoutRef = (0, import_react14.useRef)(null);
8958
+ const remainingMsRef = (0, import_react14.useRef)(duration);
8959
+ const timerStartedAtRef = (0, import_react14.useRef)(null);
8960
+ const onOpenChangeRef = (0, import_react14.useRef)(onOpenChange);
8961
+ const rootStyle = {
8962
+ "--agg-toast-duration": `${duration}ms`
8963
+ };
8964
+ (0, import_react14.useEffect)(() => {
8965
+ onOpenChangeRef.current = onOpenChange;
8966
+ }, [onOpenChange]);
8967
+ const clearDismissTimer = (0, import_react14.useCallback)(() => {
8968
+ if (!timeoutRef.current) return;
8969
+ clearTimeout(timeoutRef.current);
8970
+ timeoutRef.current = null;
8971
+ }, []);
8972
+ const clearCloseTimer = (0, import_react14.useCallback)(() => {
8973
+ if (!closeTimeoutRef.current) return;
8974
+ clearTimeout(closeTimeoutRef.current);
8975
+ closeTimeoutRef.current = null;
8976
+ }, []);
8977
+ const handleOpenChange = (0, import_react14.useCallback)(
8978
+ (open) => {
8979
+ if (open) {
8980
+ clearCloseTimer();
8981
+ setIsOpen(true);
8982
+ return;
8983
+ }
8984
+ clearDismissTimer();
8985
+ setIsOpen(false);
8986
+ if (closeTimeoutRef.current) return;
8987
+ closeTimeoutRef.current = setTimeout(() => {
8988
+ closeTimeoutRef.current = null;
8989
+ onOpenChangeRef.current(false);
8990
+ }, EXIT_ANIMATION_MS);
8991
+ },
8992
+ [clearCloseTimer, clearDismissTimer]
8993
+ );
8994
+ const startDismissTimer = (0, import_react14.useCallback)(() => {
8995
+ if (!hasAutoDismiss) return;
8996
+ clearDismissTimer();
8997
+ timerStartedAtRef.current = Date.now();
8998
+ timeoutRef.current = setTimeout(() => {
8999
+ handleOpenChange(false);
9000
+ }, remainingMsRef.current);
9001
+ }, [clearDismissTimer, handleOpenChange, hasAutoDismiss]);
9002
+ const handlePauseDismissTimer = (0, import_react14.useCallback)(() => {
9003
+ if (!hasAutoDismiss || timerStartedAtRef.current === null) return;
9004
+ const elapsedMs = Date.now() - timerStartedAtRef.current;
9005
+ remainingMsRef.current = Math.max(0, remainingMsRef.current - elapsedMs);
9006
+ timerStartedAtRef.current = null;
9007
+ clearDismissTimer();
9008
+ }, [clearDismissTimer, hasAutoDismiss]);
9009
+ const handleResumeDismissTimer = (0, import_react14.useCallback)(() => {
9010
+ if (!hasAutoDismiss || timerStartedAtRef.current !== null) return;
9011
+ startDismissTimer();
9012
+ }, [hasAutoDismiss, startDismissTimer]);
9013
+ (0, import_react14.useEffect)(() => {
9014
+ remainingMsRef.current = duration;
9015
+ startDismissTimer();
9016
+ return () => {
9017
+ clearDismissTimer();
9018
+ clearCloseTimer();
9019
+ };
9020
+ }, [clearCloseTimer, clearDismissTimer, duration, startDismissTimer]);
9021
+ return /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)(
8768
9022
  RadixToast.Root,
8769
9023
  {
8770
- duration,
8771
- onOpenChange,
9024
+ open: isOpen,
9025
+ duration: Number.POSITIVE_INFINITY,
9026
+ onOpenChange: handleOpenChange,
9027
+ onMouseEnter: handlePauseDismissTimer,
9028
+ onMouseLeave: handleResumeDismissTimer,
9029
+ onFocusCapture: handlePauseDismissTimer,
9030
+ onBlurCapture: handleResumeDismissTimer,
9031
+ style: rootStyle,
8772
9032
  className: cn(
8773
- "flex items-start gap-3 rounded-agg-md border border-agg-separator bg-agg-secondary px-4 py-3 shadow-lg",
8774
- "data-[state=open]:animate-in data-[state=open]:fade-in data-[state=open]:slide-in-from-top-2",
8775
- "data-[state=closed]:animate-out data-[state=closed]:fade-out data-[state=closed]:slide-out-to-right-full",
9033
+ "group/agg-toast relative flex w-[400px] max-w-[calc(100vw-40px)] items-start gap-3 overflow-hidden rounded-agg-lg border border-agg-separator bg-agg-secondary py-4 pl-4 pr-10 shadow-[0_8px_16px_0_rgba(0,0,0,0.1)]",
9034
+ "data-[state=open]:animate-[agg-toast-in_250ms_ease-in-out_both]",
9035
+ "data-[state=closed]:animate-[agg-toast-out_350ms_ease-in_both]",
8776
9036
  "data-[swipe=move]:translate-x-[var(--radix-toast-swipe-move-x)]",
8777
9037
  "data-[swipe=cancel]:translate-x-0 data-[swipe=cancel]:transition-transform",
8778
- "data-[swipe=end]:animate-out data-[swipe=end]:slide-out-to-right-full"
9038
+ "data-[swipe=end]:animate-out data-[swipe=end]:slide-out-to-right-full",
9039
+ TONE_ACCENT_CLASS[entry.tone]
8779
9040
  ),
8780
9041
  children: [
8781
- /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
9042
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
8782
9043
  Icon,
8783
9044
  {
8784
9045
  name: TONE_ICON_NAME[entry.tone],
8785
- className: cn("h-5! w-5! mt-0.5 shrink-0", TONE_ACCENT_CLASS[entry.tone]),
9046
+ className: "mt-0.5 h-5! w-5! shrink-0 text-[var(--agg-toast-accent)]",
8786
9047
  "aria-hidden": "true"
8787
9048
  }
8788
9049
  ),
8789
- /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)("div", { className: "min-w-0 flex-1", children: [
8790
- entry.title ? /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(RadixToast.Title, { className: "font-agg-sans text-agg-sm leading-agg-5 font-agg-bold text-agg-foreground", children: entry.title }) : null,
8791
- /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(RadixToast.Description, { className: "font-agg-sans text-agg-sm leading-agg-5 font-agg-normal text-agg-foreground wrap-break-word", children: entry.message })
9050
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)("div", { className: "min-w-0 flex-1", children: [
9051
+ entry.title ? /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(RadixToast.Title, { className: "font-agg-sans text-agg-sm leading-agg-5 font-agg-bold text-agg-foreground", children: entry.title }) : null,
9052
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(RadixToast.Description, { className: "font-agg-sans text-agg-sm leading-agg-5 font-agg-normal text-agg-foreground wrap-break-word", children: entry.message }),
9053
+ entry.detail ? /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("p", { className: "font-agg-sans text-agg-sm leading-agg-5 font-agg-normal text-agg-muted-foreground wrap-break-word", children: entry.detail }) : null
8792
9054
  ] }),
8793
- /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
9055
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
8794
9056
  RadixToast.Close,
8795
9057
  {
8796
9058
  "aria-label": "Dismiss",
8797
- className: "cursor-pointer text-agg-muted-foreground opacity-70 transition-opacity hover:opacity-100 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-agg-primary",
8798
- children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(Icon, { name: "close", className: "h-4! w-4!", "aria-hidden": "true" })
9059
+ className: "absolute top-4 right-4 cursor-pointer text-agg-foreground transition-opacity hover:opacity-70 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-agg-primary",
9060
+ children: /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(Icon, { name: "close", className: "h-4! w-4!", "aria-hidden": "true" })
9061
+ }
9062
+ ),
9063
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
9064
+ "div",
9065
+ {
9066
+ className: "absolute right-[-1px] bottom-[-1px] left-[-1px] h-1 bg-[color-mix(in_srgb,var(--agg-toast-accent)_30%,transparent)]",
9067
+ "aria-hidden": "true",
9068
+ children: /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
9069
+ "div",
9070
+ {
9071
+ "data-testid": "agg-toast-progress",
9072
+ className: cn(
9073
+ "h-full bg-[var(--agg-toast-accent)]",
9074
+ hasAutoDismiss ? "w-full origin-left animate-[agg-toast-progress_var(--agg-toast-duration)_linear_forwards] group-hover/agg-toast:[animation-play-state:paused] group-focus-within/agg-toast:[animation-play-state:paused]" : "w-full"
9075
+ )
9076
+ }
9077
+ )
8799
9078
  }
8800
9079
  )
8801
9080
  ]
@@ -8848,7 +9127,7 @@ var resolveTooltipArrowDimensions = (size) => {
8848
9127
  };
8849
9128
 
8850
9129
  // src/primitives/tooltip/index.tsx
8851
- var import_jsx_runtime124 = require("react/jsx-runtime");
9130
+ var import_jsx_runtime128 = require("react/jsx-runtime");
8852
9131
  var Tooltip = ({
8853
9132
  content,
8854
9133
  children,
@@ -8865,22 +9144,22 @@ var Tooltip = ({
8865
9144
  } = (0, import_hooks34.useSdkUiConfig)();
8866
9145
  const trigger = (0, import_react15.useMemo)(() => {
8867
9146
  if (children) return children;
8868
- return /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
9147
+ return /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
8869
9148
  "button",
8870
9149
  {
8871
9150
  type: "button",
8872
9151
  className: resolveTooltipTriggerClassName(classNames == null ? void 0 : classNames.trigger),
8873
9152
  "aria-label": ariaLabel != null ? ariaLabel : defaultTooltipTriggerAriaLabel,
8874
- children: /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(Icon, { name: "info", size: "small", className: cn(classNames == null ? void 0 : classNames.icon), "aria-hidden": true })
9153
+ children: /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(Icon, { name: "info", size: "small", className: cn(classNames == null ? void 0 : classNames.icon), "aria-hidden": true })
8875
9154
  }
8876
9155
  );
8877
9156
  }, [children, classNames == null ? void 0 : classNames.trigger, classNames == null ? void 0 : classNames.icon, ariaLabel]);
8878
9157
  const { width: arrowWidth, height: arrowHeight } = resolveTooltipArrowDimensions(size);
8879
9158
  const arrowPoints = `0,0 ${arrowWidth},0 ${arrowWidth / 2},${arrowHeight}`;
8880
9159
  const arrowBorderPath = `M0 0 L${arrowWidth / 2} ${arrowHeight} L${arrowWidth} 0`;
8881
- return /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(TooltipPrimitive.Provider, { delayDuration, children: /* @__PURE__ */ (0, import_jsx_runtime124.jsxs)(TooltipPrimitive.Root, { children: [
8882
- /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(TooltipPrimitive.Trigger, { asChild: true, children: trigger }),
8883
- /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(TooltipPrimitive.Portal, { children: /* @__PURE__ */ (0, import_jsx_runtime124.jsxs)(
9160
+ return /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(TooltipPrimitive.Provider, { delayDuration, children: /* @__PURE__ */ (0, import_jsx_runtime128.jsxs)(TooltipPrimitive.Root, { children: [
9161
+ /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(TooltipPrimitive.Trigger, { asChild: true, children: trigger }),
9162
+ /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(TooltipPrimitive.Portal, { children: /* @__PURE__ */ (0, import_jsx_runtime128.jsxs)(
8884
9163
  TooltipPrimitive.Content,
8885
9164
  {
8886
9165
  side,
@@ -8902,7 +9181,7 @@ var Tooltip = ({
8902
9181
  classNames == null ? void 0 : classNames.content
8903
9182
  ),
8904
9183
  children: [
8905
- /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(TooltipPrimitive.Arrow, { asChild: true, width: arrowWidth, height: arrowHeight, children: /* @__PURE__ */ (0, import_jsx_runtime124.jsxs)(
9184
+ /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(TooltipPrimitive.Arrow, { asChild: true, width: arrowWidth, height: arrowHeight, children: /* @__PURE__ */ (0, import_jsx_runtime128.jsxs)(
8906
9185
  "svg",
8907
9186
  {
8908
9187
  width: arrowWidth,
@@ -8911,8 +9190,8 @@ var Tooltip = ({
8911
9190
  "aria-hidden": "true",
8912
9191
  className: cn("overflow-visible", classNames == null ? void 0 : classNames.arrow),
8913
9192
  children: [
8914
- /* @__PURE__ */ (0, import_jsx_runtime124.jsx)("polygon", { points: arrowPoints, className: "fill-agg-secondary" }),
8915
- /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
9193
+ /* @__PURE__ */ (0, import_jsx_runtime128.jsx)("polygon", { points: arrowPoints, className: "fill-agg-secondary" }),
9194
+ /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
8916
9195
  "path",
8917
9196
  {
8918
9197
  d: arrowBorderPath,