@agg-build/ui 1.0.2 → 1.1.0

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 (30) hide show
  1. package/dist/{chunk-4ILR2YH3.mjs → chunk-7JEJIGG4.mjs} +2 -2
  2. package/dist/{chunk-WFS772A3.mjs → chunk-F3SU7BRE.mjs} +1 -1
  3. package/dist/{chunk-3IY2GA2D.mjs → chunk-IT2Y62MG.mjs} +25 -23
  4. package/dist/{chunk-YSCHNVBZ.mjs → chunk-JDYZJKTE.mjs} +2 -2
  5. package/dist/{chunk-PEVG67XU.mjs → chunk-KDMNFHPL.mjs} +1 -1
  6. package/dist/{chunk-XDZLCWUZ.mjs → chunk-OHEZGKFM.mjs} +44 -26
  7. package/dist/{chunk-TLGQ4LID.mjs → chunk-R6DETAZ6.mjs} +732 -695
  8. package/dist/events.js +843 -807
  9. package/dist/events.mjs +3 -3
  10. package/dist/index.js +2266 -2207
  11. package/dist/index.mjs +9 -7
  12. package/dist/modals.js +755 -719
  13. package/dist/modals.mjs +3 -3
  14. package/dist/pages.js +1549 -1492
  15. package/dist/pages.mjs +6 -6
  16. package/dist/primitives.js +733 -695
  17. package/dist/primitives.mjs +3 -1
  18. package/dist/trading.js +525 -471
  19. package/dist/trading.mjs +4 -4
  20. package/dist/types/pages/user-profile/components/available-balance-card.d.mts +0 -1
  21. package/dist/types/pages/user-profile/components/available-balance-card.d.ts +0 -1
  22. package/dist/types/primitives/icon/icon.types.d.mts +1 -2
  23. package/dist/types/primitives/icon/icon.types.d.ts +1 -2
  24. package/dist/types/primitives/icon/index.d.mts +2 -1
  25. package/dist/types/primitives/icon/index.d.ts +2 -1
  26. package/dist/types/primitives/icon/registry.d.mts +4 -0
  27. package/dist/types/primitives/icon/registry.d.ts +4 -0
  28. package/dist/types/primitives/icon/svg/lock.d.mts +5 -0
  29. package/dist/types/primitives/icon/svg/lock.d.ts +5 -0
  30. package/package.json +3 -3
@@ -1454,6 +1454,7 @@ InfoIcon.displayName = "InfoIcon";
1454
1454
 
1455
1455
  // src/primitives/icon/icon.constants.ts
1456
1456
  var iconSizeClasses = {
1457
+ xs: "h-3 w-3",
1457
1458
  small: "h-4 w-4",
1458
1459
  medium: "h-6 w-6",
1459
1460
  large: "h-8 w-8"
@@ -1749,11 +1750,45 @@ var LinkAccountsIcon = (_a) => {
1749
1750
  };
1750
1751
  LinkAccountsIcon.displayName = "LinkAccountsIcon";
1751
1752
 
1752
- // src/primitives/icon/svg/pencil.tsx
1753
+ // src/primitives/icon/svg/lock.tsx
1753
1754
  import { jsx as jsx47, jsxs as jsxs47 } from "react/jsx-runtime";
1754
- var PencilIcon = (_a) => {
1755
+ var LockIcon = (_a) => {
1755
1756
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
1756
1757
  return /* @__PURE__ */ jsxs47(
1758
+ "svg",
1759
+ __spreadProps(__spreadValues(__spreadValues({
1760
+ viewBox: "0 0 12 12",
1761
+ className,
1762
+ fill: "none",
1763
+ xmlns: "http://www.w3.org/2000/svg"
1764
+ }, getIconA11yProps(title2)), props), {
1765
+ children: [
1766
+ title2 ? /* @__PURE__ */ jsx47("title", { children: title2 }) : null,
1767
+ /* @__PURE__ */ jsx47(
1768
+ "path",
1769
+ {
1770
+ d: "M9.5 4.212V3.5C9.5 2.57174 9.13125 1.6815 8.47487 1.02513C7.8185 0.368749 6.92826 0 6 0C5.07174 0 4.1815 0.368749 3.52513 1.02513C2.86875 1.6815 2.5 2.57174 2.5 3.5V4.212C2.05468 4.40635 1.67565 4.72626 1.40925 5.13261C1.14285 5.53895 1.00064 6.01412 1 6.5V9.5C1.00079 10.1628 1.26444 10.7982 1.73311 11.2669C2.20178 11.7356 2.8372 11.9992 3.5 12H8.5C9.1628 11.9992 9.79822 11.7356 10.2669 11.2669C10.7356 10.7982 10.9992 10.1628 11 9.5V6.5C10.9994 6.01412 10.8571 5.53895 10.5908 5.13261C10.3244 4.72626 9.94532 4.40635 9.5 4.212ZM3.5 3.5C3.5 2.83696 3.76339 2.20107 4.23223 1.73223C4.70107 1.26339 5.33696 1 6 1C6.66304 1 7.29893 1.26339 7.76777 1.73223C8.23661 2.20107 8.5 2.83696 8.5 3.5V4H3.5V3.5ZM10 9.5C10 9.89782 9.84196 10.2794 9.56066 10.5607C9.27936 10.842 8.89782 11 8.5 11H3.5C3.10218 11 2.72064 10.842 2.43934 10.5607C2.15804 10.2794 2 9.89782 2 9.5V6.5C2 6.10218 2.15804 5.72064 2.43934 5.43934C2.72064 5.15804 3.10218 5 3.5 5H8.5C8.89782 5 9.27936 5.15804 9.56066 5.43934C9.84196 5.72064 10 6.10218 10 6.5V9.5Z",
1771
+ fill: "currentColor"
1772
+ }
1773
+ ),
1774
+ /* @__PURE__ */ jsx47(
1775
+ "path",
1776
+ {
1777
+ d: "M6 7C5.86739 7 5.74021 7.05268 5.64645 7.14645C5.55268 7.24021 5.5 7.36739 5.5 7.5V8.5C5.5 8.63261 5.55268 8.75979 5.64645 8.85355C5.74021 8.94732 5.86739 9 6 9C6.13261 9 6.25979 8.94732 6.35355 8.85355C6.44732 8.75979 6.5 8.63261 6.5 8.5V7.5C6.5 7.36739 6.44732 7.24021 6.35355 7.14645C6.25979 7.05268 6.13261 7 6 7Z",
1778
+ fill: "currentColor"
1779
+ }
1780
+ )
1781
+ ]
1782
+ })
1783
+ );
1784
+ };
1785
+ LockIcon.displayName = "LockIcon";
1786
+
1787
+ // src/primitives/icon/svg/pencil.tsx
1788
+ import { jsx as jsx48, jsxs as jsxs48 } from "react/jsx-runtime";
1789
+ var PencilIcon = (_a) => {
1790
+ var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
1791
+ return /* @__PURE__ */ jsxs48(
1757
1792
  "svg",
1758
1793
  __spreadProps(__spreadValues(__spreadValues({
1759
1794
  viewBox: "0 0 16 16",
@@ -1761,15 +1796,15 @@ var PencilIcon = (_a) => {
1761
1796
  fill: "none"
1762
1797
  }, getIconA11yProps(title2)), props), {
1763
1798
  children: [
1764
- title2 ? /* @__PURE__ */ jsx47("title", { children: title2 }) : null,
1765
- /* @__PURE__ */ jsx47("g", { clipPath: "url(#pencil_clip)", children: /* @__PURE__ */ jsx47(
1799
+ title2 ? /* @__PURE__ */ jsx48("title", { children: title2 }) : null,
1800
+ /* @__PURE__ */ jsx48("g", { clipPath: "url(#pencil_clip)", children: /* @__PURE__ */ jsx48(
1766
1801
  "path",
1767
1802
  {
1768
1803
  d: "M15.2353 0.706709C14.7821 0.254173 14.1678 0 13.5273 0C12.8869 0 12.2726 0.254173 11.8193 0.706709L0.976677 11.5494C0.666178 11.8581 0.419985 12.2254 0.252342 12.6299C0.0846994 13.0344 -0.00106532 13.4682 9.98748e-06 13.906V15.2747C9.98748e-06 15.4515 0.0702479 15.6211 0.195272 15.7461C0.320296 15.8711 0.489866 15.9414 0.666677 15.9414H2.03534C2.47318 15.9426 2.90692 15.857 3.31145 15.6895C3.71597 15.5219 4.08325 15.2758 4.39201 14.9654L15.2353 4.12204C15.6877 3.66884 15.9417 3.05469 15.9417 2.41438C15.9417 1.77406 15.6877 1.15991 15.2353 0.706709ZM3.44934 14.0227C3.07335 14.3962 2.56532 14.6065 2.03534 14.608H1.33334V13.906C1.33267 13.6433 1.38411 13.3831 1.4847 13.1403C1.58529 12.8976 1.73302 12.6773 1.91934 12.492L10.148 4.26338L11.6813 5.79671L3.44934 14.0227ZM14.292 3.17938L12.6213 4.85071L11.088 3.32071L12.7593 1.64938C12.86 1.54891 12.9795 1.46927 13.111 1.41498C13.2424 1.3607 13.3833 1.33284 13.5255 1.33299C13.6678 1.33314 13.8086 1.36131 13.9399 1.41588C14.0712 1.47045 14.1905 1.55036 14.291 1.65104C14.3915 1.75172 14.4711 1.8712 14.5254 2.00266C14.5797 2.13413 14.6076 2.27499 14.6074 2.41722C14.6072 2.55945 14.5791 2.70025 14.5245 2.8316C14.4699 2.96294 14.39 3.08225 14.2893 3.18271L14.292 3.17938Z",
1769
1804
  fill: "currentColor"
1770
1805
  }
1771
1806
  ) }),
1772
- /* @__PURE__ */ jsx47("defs", { children: /* @__PURE__ */ jsx47("clipPath", { id: "pencil_clip", children: /* @__PURE__ */ jsx47("rect", { width: "16", height: "16", fill: "white" }) }) })
1807
+ /* @__PURE__ */ jsx48("defs", { children: /* @__PURE__ */ jsx48("clipPath", { id: "pencil_clip", children: /* @__PURE__ */ jsx48("rect", { width: "16", height: "16", fill: "white" }) }) })
1773
1808
  ]
1774
1809
  })
1775
1810
  );
@@ -1777,10 +1812,10 @@ var PencilIcon = (_a) => {
1777
1812
  PencilIcon.displayName = "PencilIcon";
1778
1813
 
1779
1814
  // src/primitives/icon/svg/play-square.tsx
1780
- import { jsx as jsx48, jsxs as jsxs48 } from "react/jsx-runtime";
1815
+ import { jsx as jsx49, jsxs as jsxs49 } from "react/jsx-runtime";
1781
1816
  var PlaySquareIcon = (_a) => {
1782
1817
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
1783
- return /* @__PURE__ */ jsxs48(
1818
+ return /* @__PURE__ */ jsxs49(
1784
1819
  "svg",
1785
1820
  __spreadProps(__spreadValues(__spreadValues({
1786
1821
  viewBox: "0 0 16 16",
@@ -1788,15 +1823,15 @@ var PlaySquareIcon = (_a) => {
1788
1823
  fill: "none"
1789
1824
  }, getIconA11yProps(title2)), props), {
1790
1825
  children: [
1791
- title2 ? /* @__PURE__ */ jsx48("title", { children: title2 }) : null,
1792
- /* @__PURE__ */ jsx48("g", { clipPath: "url(#play-square-clip)", children: /* @__PURE__ */ jsx48(
1826
+ title2 ? /* @__PURE__ */ jsx49("title", { children: title2 }) : null,
1827
+ /* @__PURE__ */ jsx49("g", { clipPath: "url(#play-square-clip)", children: /* @__PURE__ */ jsx49(
1793
1828
  "path",
1794
1829
  {
1795
1830
  d: "M12.6667 16H3.33333C2.4496 15.9989 1.60237 15.6474 0.97748 15.0225C0.352588 14.3976 0.00105857 13.5504 0 12.6667L0 3.33333C0.00105857 2.4496 0.352588 1.60237 0.97748 0.97748C1.60237 0.352588 2.4496 0.00105857 3.33333 0L12.6667 0C13.5504 0.00105857 14.3976 0.352588 15.0225 0.97748C15.6474 1.60237 15.9989 2.4496 16 3.33333V12.6667C15.9989 13.5504 15.6474 14.3976 15.0225 15.0225C14.3976 15.6474 13.5504 15.9989 12.6667 16ZM3.33333 1.33333C2.8029 1.33333 2.29419 1.54405 1.91912 1.91912C1.54405 2.29419 1.33333 2.8029 1.33333 3.33333V12.6667C1.33333 13.1971 1.54405 13.7058 1.91912 14.0809C2.29419 14.456 2.8029 14.6667 3.33333 14.6667H12.6667C13.1971 14.6667 13.7058 14.456 14.0809 14.0809C14.456 13.7058 14.6667 13.1971 14.6667 12.6667V3.33333C14.6667 2.8029 14.456 2.29419 14.0809 1.91912C13.7058 1.54405 13.1971 1.33333 12.6667 1.33333H3.33333ZM6.228 11.3367C5.95008 11.3357 5.67734 11.2615 5.43733 11.1213C5.20023 10.9856 5.00344 10.7894 4.86709 10.5526C4.73074 10.3159 4.65973 10.0472 4.66133 9.774V6.226C4.66111 5.95276 4.73274 5.68427 4.86905 5.44746C5.00537 5.21066 5.20156 5.01386 5.43794 4.87683C5.67433 4.73979 5.9426 4.66733 6.21584 4.66672C6.48907 4.6661 6.75767 4.73736 6.99467 4.87333L10.5133 6.63C10.7577 6.76194 10.9624 6.95685 11.1062 7.19452C11.2499 7.4322 11.3274 7.70399 11.3308 7.98172C11.3341 8.25946 11.2631 8.53303 11.1251 8.77408C10.9871 9.01514 10.7872 9.2149 10.546 9.35267L6.962 11.144C6.73847 11.2715 6.48533 11.3379 6.228 11.3367ZM6.21133 6.00333C6.17459 6.00332 6.13849 6.01298 6.10667 6.03133C6.07209 6.05056 6.0434 6.07884 6.02367 6.11313C6.00394 6.14743 5.99391 6.18644 5.99467 6.226V9.774C5.99489 9.81297 6.00525 9.85121 6.02473 9.88497C6.0442 9.91872 6.07212 9.94683 6.10574 9.96653C6.13936 9.98624 6.17753 9.99686 6.2165 9.99735C6.25547 9.99784 6.29389 9.98818 6.328 9.96933L9.912 8.17733C9.93869 8.15646 9.95992 8.12941 9.97385 8.09852C9.98779 8.06764 9.99401 8.03383 9.992 8C9.99284 7.96035 9.98277 7.92123 9.96291 7.8869C9.94304 7.85258 9.91413 7.82436 9.87933 7.80533L6.36333 6.04867C6.31749 6.02054 6.26509 6.00492 6.21133 6.00333Z",
1796
1831
  fill: "currentColor"
1797
1832
  }
1798
1833
  ) }),
1799
- /* @__PURE__ */ jsx48("defs", { children: /* @__PURE__ */ jsx48("clipPath", { id: "play-square-clip", children: /* @__PURE__ */ jsx48("rect", { width: "16", height: "16", fill: "white" }) }) })
1834
+ /* @__PURE__ */ jsx49("defs", { children: /* @__PURE__ */ jsx49("clipPath", { id: "play-square-clip", children: /* @__PURE__ */ jsx49("rect", { width: "16", height: "16", fill: "white" }) }) })
1800
1835
  ]
1801
1836
  })
1802
1837
  );
@@ -1804,10 +1839,10 @@ var PlaySquareIcon = (_a) => {
1804
1839
  PlaySquareIcon.displayName = "PlaySquareIcon";
1805
1840
 
1806
1841
  // src/primitives/icon/svg/polygon.tsx
1807
- import { jsx as jsx49, jsxs as jsxs49 } from "react/jsx-runtime";
1842
+ import { jsx as jsx50, jsxs as jsxs50 } from "react/jsx-runtime";
1808
1843
  var PolygonIcon = (_a) => {
1809
1844
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
1810
- return /* @__PURE__ */ jsxs49(
1845
+ return /* @__PURE__ */ jsxs50(
1811
1846
  "svg",
1812
1847
  __spreadProps(__spreadValues(__spreadValues({
1813
1848
  viewBox: "0 0 24 24",
@@ -1815,9 +1850,9 @@ var PolygonIcon = (_a) => {
1815
1850
  fill: "none"
1816
1851
  }, getIconA11yProps(title2)), props), {
1817
1852
  children: [
1818
- title2 ? /* @__PURE__ */ jsx49("title", { children: title2 }) : null,
1819
- /* @__PURE__ */ jsx49("rect", { width: "24", height: "24", rx: "8", fill: "#8247E5" }),
1820
- /* @__PURE__ */ jsx49(
1853
+ title2 ? /* @__PURE__ */ jsx50("title", { children: title2 }) : null,
1854
+ /* @__PURE__ */ jsx50("rect", { width: "24", height: "24", rx: "8", fill: "#8247E5" }),
1855
+ /* @__PURE__ */ jsx50(
1821
1856
  "path",
1822
1857
  {
1823
1858
  d: "M9.00108 10.1467L7.12599 9.05774L1.5 12.3246V18.836L7.12599 22.0919L12.752 18.836V8.70922L15.8729 6.90135L18.9938 8.70922V12.3246L15.8729 14.1325L13.9978 13.0435V15.9409L15.8729 17.0299L21.4989 13.774V7.26264L15.8729 4.00674L10.2469 7.26264V17.3894L7.12599 19.1973L4.00508 17.3894V13.7628L7.12599 11.955L9.00108 13.0435V10.1467Z",
@@ -1831,10 +1866,10 @@ var PolygonIcon = (_a) => {
1831
1866
  PolygonIcon.displayName = "PolygonIcon";
1832
1867
 
1833
1868
  // src/primitives/icon/svg/quotes-warning.tsx
1834
- import { jsx as jsx50, jsxs as jsxs50 } from "react/jsx-runtime";
1869
+ import { jsx as jsx51, jsxs as jsxs51 } from "react/jsx-runtime";
1835
1870
  var QuotesWarningIcon = (_a) => {
1836
1871
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
1837
- return /* @__PURE__ */ jsxs50(
1872
+ return /* @__PURE__ */ jsxs51(
1838
1873
  "svg",
1839
1874
  __spreadProps(__spreadValues(__spreadValues({
1840
1875
  xmlns: "http://www.w3.org/2000/svg",
@@ -1845,8 +1880,8 @@ var QuotesWarningIcon = (_a) => {
1845
1880
  className
1846
1881
  }, getIconA11yProps(title2)), props), {
1847
1882
  children: [
1848
- title2 ? /* @__PURE__ */ jsx50("title", { children: title2 }) : null,
1849
- /* @__PURE__ */ jsx50(
1883
+ title2 ? /* @__PURE__ */ jsx51("title", { children: title2 }) : null,
1884
+ /* @__PURE__ */ jsx51(
1850
1885
  "path",
1851
1886
  {
1852
1887
  d: "M17.25 21.75V9.75C17.25 9.33 17.58 9 18 9C18.42 9 18.75 9.33 18.75 9.75V21.75C18.75 22.17 18.42 22.5 18 22.5C17.58 22.5 17.25 22.17 17.25 21.75ZM18 25.5C17.175 25.5 16.5 26.175 16.5 27C16.5 27.825 17.175 28.5 18 28.5C18.825 28.5 19.5 27.825 19.5 27C19.5 26.175 18.825 25.5 18 25.5ZM35.415 30.105C34.455 31.95 32.43 33 29.85 33H6.15002C3.58502 33 1.54502 31.95 0.585023 30.105C-0.389977 28.245 -0.119977 25.8 1.30502 23.745L13.95 3.645C14.88 2.295 16.395 1.5 18 1.5C19.605 1.5 21.12 2.295 22.035 3.615L34.695 23.76C36.12 25.815 36.39 28.245 35.415 30.105ZM33.45 24.6C33.45 24.6 33.45 24.585 33.435 24.57L20.79 4.44C20.16 3.525 19.14 3 18 3C16.86 3 15.84 3.54 15.195 4.47L2.56502 24.57C1.44002 26.19 1.20002 28.035 1.92002 29.415C2.62502 30.765 4.12502 31.5 6.15002 31.5H29.865C31.89 31.5 33.39 30.765 34.095 29.415C34.815 28.05 34.575 26.205 33.465 24.6H33.45Z",
@@ -1860,10 +1895,10 @@ var QuotesWarningIcon = (_a) => {
1860
1895
  QuotesWarningIcon.displayName = "QuotesWarningIcon";
1861
1896
 
1862
1897
  // src/primitives/icon/svg/profile-about-tab.tsx
1863
- import { jsx as jsx51, jsxs as jsxs51 } from "react/jsx-runtime";
1898
+ import { jsx as jsx52, jsxs as jsxs52 } from "react/jsx-runtime";
1864
1899
  var ProfileAboutTabIcon = (_a) => {
1865
1900
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
1866
- return /* @__PURE__ */ jsxs51(
1901
+ return /* @__PURE__ */ jsxs52(
1867
1902
  "svg",
1868
1903
  __spreadProps(__spreadValues(__spreadValues({
1869
1904
  viewBox: "0 0 16 16",
@@ -1871,16 +1906,16 @@ var ProfileAboutTabIcon = (_a) => {
1871
1906
  fill: "none"
1872
1907
  }, getIconA11yProps(title2)), props), {
1873
1908
  children: [
1874
- title2 ? /* @__PURE__ */ jsx51("title", { children: title2 }) : null,
1875
- /* @__PURE__ */ jsxs51("g", { clipPath: "url(#clip_profile_about_tab)", children: [
1876
- /* @__PURE__ */ jsx51(
1909
+ title2 ? /* @__PURE__ */ jsx52("title", { children: title2 }) : null,
1910
+ /* @__PURE__ */ jsxs52("g", { clipPath: "url(#clip_profile_about_tab)", children: [
1911
+ /* @__PURE__ */ jsx52(
1877
1912
  "path",
1878
1913
  {
1879
1914
  d: "M12.6667 0H3.33333C2.4496 0.00105857 1.60237 0.352588 0.97748 0.97748C0.352588 1.60237 0.00105857 2.4496 0 3.33333L0 12.6667C0.00105857 13.5504 0.352588 14.3976 0.97748 15.0225C1.60237 15.6474 2.4496 15.9989 3.33333 16H12.6667C13.5504 15.9989 14.3976 15.6474 15.0225 15.0225C15.6474 14.3976 15.9989 13.5504 16 12.6667V3.33333C15.9989 2.4496 15.6474 1.60237 15.0225 0.97748C14.3976 0.352588 13.5504 0.00105857 12.6667 0ZM4.66667 14.6667V14C4.66667 13.1159 5.01786 12.2681 5.64298 11.643C6.2681 11.0179 7.11595 10.6667 8 10.6667C8.88406 10.6667 9.7319 11.0179 10.357 11.643C10.9821 12.2681 11.3333 13.1159 11.3333 14V14.6667H4.66667ZM14.6667 12.6667C14.6667 13.1971 14.456 13.7058 14.0809 14.0809C13.7058 14.456 13.1971 14.6667 12.6667 14.6667V14C12.6667 12.7623 12.175 11.5753 11.2998 10.7002C10.4247 9.825 9.23768 9.33333 8 9.33333C6.76232 9.33333 5.57534 9.825 4.70017 10.7002C3.825 11.5753 3.33333 12.7623 3.33333 14V14.6667C2.8029 14.6667 2.29419 14.456 1.91912 14.0809C1.54405 13.7058 1.33333 13.1971 1.33333 12.6667V3.33333C1.33333 2.8029 1.54405 2.29419 1.91912 1.91912C2.29419 1.54405 2.8029 1.33333 3.33333 1.33333H12.6667C13.1971 1.33333 13.7058 1.54405 14.0809 1.91912C14.456 2.29419 14.6667 2.8029 14.6667 3.33333V12.6667Z",
1880
1915
  fill: "currentColor"
1881
1916
  }
1882
1917
  ),
1883
- /* @__PURE__ */ jsx51(
1918
+ /* @__PURE__ */ jsx52(
1884
1919
  "path",
1885
1920
  {
1886
1921
  d: "M8.00004 2.66669C7.47263 2.66669 6.95705 2.82308 6.51852 3.1161C6.07999 3.40912 5.7382 3.82559 5.53636 4.31286C5.33453 4.80013 5.28172 5.33631 5.38461 5.85359C5.48751 6.37088 5.74148 6.84603 6.11442 7.21897C6.48736 7.59191 6.96252 7.84589 7.4798 7.94878C7.99708 8.05167 8.53326 7.99887 9.02053 7.79703C9.5078 7.5952 9.92428 7.2534 10.2173 6.81487C10.5103 6.37634 10.6667 5.86077 10.6667 5.33335C10.6667 4.62611 10.3858 3.94783 9.88566 3.44774C9.38556 2.94764 8.70729 2.66669 8.00004 2.66669ZM8.00004 6.66669C7.73633 6.66669 7.47855 6.58849 7.25928 6.44198C7.04002 6.29547 6.86912 6.08723 6.7682 5.8436C6.66729 5.59996 6.64088 5.33187 6.69233 5.07323C6.74378 4.81459 6.87076 4.57701 7.05723 4.39054C7.2437 4.20407 7.48128 4.07709 7.73992 4.02564C7.99856 3.97419 8.26665 4.0006 8.51029 4.10151C8.75392 4.20243 8.96216 4.37333 9.10867 4.59259C9.25518 4.81186 9.33338 5.06965 9.33338 5.33335C9.33338 5.68698 9.1929 6.02611 8.94285 6.27616C8.6928 6.52621 8.35366 6.66669 8.00004 6.66669Z",
@@ -1888,7 +1923,7 @@ var ProfileAboutTabIcon = (_a) => {
1888
1923
  }
1889
1924
  )
1890
1925
  ] }),
1891
- /* @__PURE__ */ jsx51("defs", { children: /* @__PURE__ */ jsx51("clipPath", { id: "clip_profile_about_tab", children: /* @__PURE__ */ jsx51("rect", { width: "16", height: "16", fill: "white" }) }) })
1926
+ /* @__PURE__ */ jsx52("defs", { children: /* @__PURE__ */ jsx52("clipPath", { id: "clip_profile_about_tab", children: /* @__PURE__ */ jsx52("rect", { width: "16", height: "16", fill: "white" }) }) })
1892
1927
  ]
1893
1928
  })
1894
1929
  );
@@ -1896,7 +1931,7 @@ var ProfileAboutTabIcon = (_a) => {
1896
1931
  ProfileAboutTabIcon.displayName = "ProfileAboutTabIcon";
1897
1932
 
1898
1933
  // src/primitives/icon/svg/profile-accounts-wallets-tab.tsx
1899
- import { jsx as jsx52, jsxs as jsxs52 } from "react/jsx-runtime";
1934
+ import { jsx as jsx53, jsxs as jsxs53 } from "react/jsx-runtime";
1900
1935
  var ProfileAccountsWalletsTabIcon = (_a) => {
1901
1936
  var _b = _a, {
1902
1937
  title: title2,
@@ -1905,7 +1940,7 @@ var ProfileAccountsWalletsTabIcon = (_a) => {
1905
1940
  "title",
1906
1941
  "className"
1907
1942
  ]);
1908
- return /* @__PURE__ */ jsxs52(
1943
+ return /* @__PURE__ */ jsxs53(
1909
1944
  "svg",
1910
1945
  __spreadProps(__spreadValues(__spreadValues({
1911
1946
  viewBox: "0 0 16 16",
@@ -1913,15 +1948,15 @@ var ProfileAccountsWalletsTabIcon = (_a) => {
1913
1948
  fill: "none"
1914
1949
  }, getIconA11yProps(title2)), props), {
1915
1950
  children: [
1916
- title2 ? /* @__PURE__ */ jsx52("title", { children: title2 }) : null,
1917
- /* @__PURE__ */ jsx52("g", { clipPath: "url(#clip_profile_accounts_wallets_tab)", children: /* @__PURE__ */ jsx52(
1951
+ title2 ? /* @__PURE__ */ jsx53("title", { children: title2 }) : null,
1952
+ /* @__PURE__ */ jsx53("g", { clipPath: "url(#clip_profile_accounts_wallets_tab)", children: /* @__PURE__ */ jsx53(
1918
1953
  "path",
1919
1954
  {
1920
1955
  d: "M5 8.66667C4.40666 8.66667 3.82664 8.49072 3.33329 8.16108C2.83994 7.83143 2.45542 7.3629 2.22836 6.81472C2.0013 6.26654 1.94189 5.66334 2.05764 5.0814C2.1734 4.49945 2.45912 3.96491 2.87868 3.54535C3.29824 3.12579 3.83279 2.84007 4.41473 2.72431C4.99667 2.60856 5.59987 2.66797 6.14805 2.89503C6.69623 3.12209 7.16476 3.50661 7.49441 3.99996C7.82405 4.4933 8 5.07332 8 5.66667C7.99912 6.46205 7.68276 7.2246 7.12035 7.78701C6.55793 8.34943 5.79538 8.66579 5 8.66667ZM5 4C4.67036 4 4.34813 4.09775 4.07405 4.28089C3.79997 4.46402 3.58635 4.72432 3.4602 5.02886C3.33405 5.33341 3.30105 5.66852 3.36536 5.99182C3.42967 6.31512 3.5884 6.61209 3.82149 6.84518C4.05458 7.07827 4.35155 7.237 4.67485 7.30131C4.99815 7.36562 5.33326 7.33261 5.63781 7.20647C5.94235 7.08032 6.20265 6.8667 6.38578 6.59262C6.56892 6.31854 6.66667 5.9963 6.66667 5.66667C6.66667 5.22464 6.49107 4.80072 6.17851 4.48816C5.86595 4.1756 5.44203 4 5 4ZM10 15.3333V15C10 13.6739 9.47322 12.4021 8.53553 11.4645C7.59785 10.5268 6.32608 10 5 10C3.67392 10 2.40215 10.5268 1.46447 11.4645C0.526784 12.4021 0 13.6739 0 15L0 15.3333C0 15.5101 0.0702379 15.6797 0.195262 15.8047C0.320286 15.9298 0.489856 16 0.666667 16C0.843478 16 1.01305 15.9298 1.13807 15.8047C1.2631 15.6797 1.33333 15.5101 1.33333 15.3333V15C1.33333 14.0275 1.71964 13.0949 2.40728 12.4073C3.09491 11.7196 4.02754 11.3333 5 11.3333C5.97246 11.3333 6.90509 11.7196 7.59273 12.4073C8.28036 13.0949 8.66667 14.0275 8.66667 15V15.3333C8.66667 15.5101 8.73691 15.6797 8.86193 15.8047C8.98695 15.9298 9.15652 16 9.33333 16C9.51014 16 9.67971 15.9298 9.80474 15.8047C9.92976 15.6797 10 15.5101 10 15.3333ZM16 12C16 11.0991 15.7392 10.2175 15.2491 9.46158C14.7591 8.70565 14.0607 8.10772 13.2383 7.73998C12.4159 7.37223 11.5046 7.25039 10.6145 7.38916C9.72437 7.52793 8.89344 7.92137 8.222 8.522C8.15584 8.58013 8.10186 8.6508 8.06317 8.72991C8.02448 8.80903 8.00185 8.89502 7.99659 8.98293C7.99132 9.07085 8.00353 9.15893 8.0325 9.24209C8.06147 9.32526 8.10663 9.40186 8.16537 9.46748C8.22412 9.53309 8.29528 9.58642 8.37475 9.62437C8.45422 9.66232 8.54042 9.68416 8.62838 9.68861C8.71633 9.69306 8.8043 9.68004 8.88719 9.6503C8.97009 9.62055 9.04627 9.57469 9.11133 9.51534C9.59097 9.08641 10.1845 8.80548 10.8203 8.70644C11.456 8.6074 12.1069 8.69449 12.6943 8.9572C13.2816 9.21991 13.7804 9.647 14.1304 10.1869C14.4804 10.7269 14.6667 11.3566 14.6667 12C14.6667 12.1768 14.7369 12.3464 14.8619 12.4714C14.987 12.5964 15.1565 12.6667 15.3333 12.6667C15.5101 12.6667 15.6797 12.5964 15.8047 12.4714C15.9298 12.3464 16 12.1768 16 12ZM11.6667 6C11.0733 6 10.4933 5.82405 9.99996 5.49441C9.50661 5.16477 9.12209 4.69623 8.89503 4.14805C8.66796 3.59987 8.60855 2.99667 8.72431 2.41473C8.84007 1.83279 9.12579 1.29824 9.54535 0.878681C9.9649 0.459123 10.4995 0.173401 11.0814 0.0576455C11.6633 -0.0581102 12.2665 0.00129986 12.8147 0.228363C13.3629 0.455426 13.8314 0.839943 14.1611 1.33329C14.4907 1.82664 14.6667 2.40666 14.6667 3C14.6658 3.79538 14.3494 4.55793 13.787 5.12035C13.2246 5.68277 12.462 5.99912 11.6667 6ZM11.6667 1.33333C11.337 1.33333 11.0148 1.43108 10.7407 1.61422C10.4666 1.79735 10.253 2.05765 10.1269 2.3622C10.0007 2.66674 9.96772 3.00185 10.032 3.32515C10.0963 3.64845 10.2551 3.94543 10.4882 4.17851C10.7212 4.4116 11.0182 4.57033 11.3415 4.63464C11.6648 4.69895 11.9999 4.66595 12.3045 4.5398C12.609 4.41365 12.8693 4.20003 13.0525 3.92595C13.2356 3.65187 13.3333 3.32964 13.3333 3C13.3333 2.55797 13.1577 2.13405 12.8452 1.82149C12.5326 1.50893 12.1087 1.33333 11.6667 1.33333Z",
1921
1956
  fill: "currentColor"
1922
1957
  }
1923
1958
  ) }),
1924
- /* @__PURE__ */ jsx52("defs", { children: /* @__PURE__ */ jsx52("clipPath", { id: "clip_profile_accounts_wallets_tab", children: /* @__PURE__ */ jsx52("rect", { width: "16", height: "16", fill: "white" }) }) })
1959
+ /* @__PURE__ */ jsx53("defs", { children: /* @__PURE__ */ jsx53("clipPath", { id: "clip_profile_accounts_wallets_tab", children: /* @__PURE__ */ jsx53("rect", { width: "16", height: "16", fill: "white" }) }) })
1925
1960
  ]
1926
1961
  })
1927
1962
  );
@@ -1929,10 +1964,10 @@ var ProfileAccountsWalletsTabIcon = (_a) => {
1929
1964
  ProfileAccountsWalletsTabIcon.displayName = "ProfileAccountsWalletsTabIcon";
1930
1965
 
1931
1966
  // src/primitives/icon/svg/profile.tsx
1932
- import { jsx as jsx53, jsxs as jsxs53 } from "react/jsx-runtime";
1967
+ import { jsx as jsx54, jsxs as jsxs54 } from "react/jsx-runtime";
1933
1968
  var ProfileIcon = (_a) => {
1934
1969
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
1935
- return /* @__PURE__ */ jsxs53(
1970
+ return /* @__PURE__ */ jsxs54(
1936
1971
  "svg",
1937
1972
  __spreadProps(__spreadValues(__spreadValues({
1938
1973
  viewBox: "0 0 16 16",
@@ -1940,16 +1975,16 @@ var ProfileIcon = (_a) => {
1940
1975
  fill: "none"
1941
1976
  }, getIconA11yProps(title2)), props), {
1942
1977
  children: [
1943
- title2 ? /* @__PURE__ */ jsx53("title", { children: title2 }) : null,
1944
- /* @__PURE__ */ jsxs53("g", { clipPath: "url(#profile-clip)", children: [
1945
- /* @__PURE__ */ jsx53(
1978
+ title2 ? /* @__PURE__ */ jsx54("title", { children: title2 }) : null,
1979
+ /* @__PURE__ */ jsxs54("g", { clipPath: "url(#profile-clip)", children: [
1980
+ /* @__PURE__ */ jsx54(
1946
1981
  "path",
1947
1982
  {
1948
1983
  d: "M8 8C8.79113 8 9.56448 7.76541 10.2223 7.32588C10.8801 6.88635 11.3928 6.26164 11.6955 5.53074C11.9983 4.79983 12.0775 3.99556 11.9231 3.21964C11.7688 2.44372 11.3878 1.73098 10.8284 1.17157C10.269 0.612165 9.55629 0.231202 8.78036 0.0768607C8.00444 -0.0774802 7.20017 0.00173314 6.46927 0.304484C5.73836 0.607234 5.11365 1.11992 4.67412 1.77772C4.2346 2.43552 4 3.20888 4 4C4.00106 5.06054 4.42283 6.07734 5.17274 6.82726C5.92266 7.57718 6.93946 7.99894 8 8ZM8 1.33334C8.52742 1.33334 9.04299 1.48973 9.48152 1.78275C9.92005 2.07577 10.2618 2.49224 10.4637 2.97951C10.6655 3.46678 10.7183 4.00296 10.6154 4.52024C10.5125 5.03753 10.2586 5.51268 9.88562 5.88562C9.51268 6.25856 9.03752 6.51254 8.52024 6.61543C8.00296 6.71832 7.46678 6.66551 6.97951 6.46368C6.49224 6.26185 6.07577 5.92005 5.78275 5.48152C5.48973 5.04299 5.33333 4.52742 5.33333 4C5.33333 3.29276 5.61428 2.61448 6.11438 2.11438C6.61448 1.61429 7.29276 1.33334 8 1.33334Z",
1949
1984
  fill: "currentColor"
1950
1985
  }
1951
1986
  ),
1952
- /* @__PURE__ */ jsx53(
1987
+ /* @__PURE__ */ jsx54(
1953
1988
  "path",
1954
1989
  {
1955
1990
  d: "M8 9.33334C6.40924 9.33511 4.88414 9.96782 3.75931 11.0927C2.63447 12.2175 2.00176 13.7426 2 15.3333C2 15.5102 2.07024 15.6797 2.19526 15.8047C2.32029 15.9298 2.48986 16 2.66667 16C2.84348 16 3.01305 15.9298 3.13807 15.8047C3.2631 15.6797 3.33333 15.5102 3.33333 15.3333C3.33333 14.0957 3.825 12.9087 4.70017 12.0335C5.57534 11.1583 6.76232 10.6667 8 10.6667C9.23768 10.6667 10.4247 11.1583 11.2998 12.0335C12.175 12.9087 12.6667 14.0957 12.6667 15.3333C12.6667 15.5102 12.7369 15.6797 12.8619 15.8047C12.987 15.9298 13.1565 16 13.3333 16C13.5101 16 13.6797 15.9298 13.8047 15.8047C13.9298 15.6797 14 15.5102 14 15.3333C13.9982 13.7426 13.3655 12.2175 12.2407 11.0927C11.1159 9.96782 9.59076 9.33511 8 9.33334Z",
@@ -1957,7 +1992,7 @@ var ProfileIcon = (_a) => {
1957
1992
  }
1958
1993
  )
1959
1994
  ] }),
1960
- /* @__PURE__ */ jsx53("defs", { children: /* @__PURE__ */ jsx53("clipPath", { id: "profile-clip", children: /* @__PURE__ */ jsx53("rect", { width: "16", height: "16", fill: "white" }) }) })
1995
+ /* @__PURE__ */ jsx54("defs", { children: /* @__PURE__ */ jsx54("clipPath", { id: "profile-clip", children: /* @__PURE__ */ jsx54("rect", { width: "16", height: "16", fill: "white" }) }) })
1961
1996
  ]
1962
1997
  })
1963
1998
  );
@@ -1965,10 +2000,10 @@ var ProfileIcon = (_a) => {
1965
2000
  ProfileIcon.displayName = "ProfileIcon";
1966
2001
 
1967
2002
  // src/primitives/icon/svg/recenter.tsx
1968
- import { jsx as jsx54, jsxs as jsxs54 } from "react/jsx-runtime";
2003
+ import { jsx as jsx55, jsxs as jsxs55 } from "react/jsx-runtime";
1969
2004
  var RecenterIcon = (_a) => {
1970
2005
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
1971
- return /* @__PURE__ */ jsxs54(
2006
+ return /* @__PURE__ */ jsxs55(
1972
2007
  "svg",
1973
2008
  __spreadProps(__spreadValues(__spreadValues({
1974
2009
  viewBox: "0 0 16 16",
@@ -1976,15 +2011,15 @@ var RecenterIcon = (_a) => {
1976
2011
  fill: "none"
1977
2012
  }, getIconA11yProps(title2)), props), {
1978
2013
  children: [
1979
- title2 ? /* @__PURE__ */ jsx54("title", { children: title2 }) : null,
1980
- /* @__PURE__ */ jsx54("g", { clipPath: "url(#recenter-clip)", children: /* @__PURE__ */ jsx54(
2014
+ title2 ? /* @__PURE__ */ jsx55("title", { children: title2 }) : null,
2015
+ /* @__PURE__ */ jsx55("g", { clipPath: "url(#recenter-clip)", children: /* @__PURE__ */ jsx55(
1981
2016
  "path",
1982
2017
  {
1983
2018
  d: "M16 8C16 8.36867 15.7013 8.66667 15.3333 8.66667H0.666667C0.298667 8.66667 0 8.36867 0 8C0 7.63133 0.298667 7.33333 0.666667 7.33333H15.3333C15.7013 7.33333 16 7.63133 16 8ZM7.05733 5.60933C7.31733 5.86933 7.65867 5.99933 8 5.99933C8.34133 5.99933 8.68267 5.86933 8.94267 5.60933L11.138 3.414C11.3987 3.15333 11.3987 2.732 11.138 2.47133C10.8773 2.21067 10.456 2.21067 10.1953 2.47133L8.66667 4V0.666667C8.66667 0.298 8.368 0 8 0C7.632 0 7.33333 0.298 7.33333 0.666667V4L5.80467 2.47133C5.544 2.21067 5.12267 2.21067 4.862 2.47133C4.60133 2.732 4.60133 3.15333 4.862 3.414L7.05733 5.60933ZM8.94267 10.3907C8.42333 9.87133 7.57667 9.87133 7.05733 10.3907L4.862 12.586C4.60133 12.8467 4.60133 13.268 4.862 13.5287C5.12267 13.7893 5.544 13.7893 5.80467 13.5287L7.33333 12V15.3333C7.33333 15.702 7.632 16 8 16C8.368 16 8.66667 15.702 8.66667 15.3333V12L10.1953 13.5287C10.3253 13.6587 10.496 13.724 10.6667 13.724C10.8373 13.724 11.008 13.6587 11.138 13.5287C11.3987 13.268 11.3987 12.8467 11.138 12.586L8.94267 10.3907Z",
1984
2019
  fill: "currentColor"
1985
2020
  }
1986
2021
  ) }),
1987
- /* @__PURE__ */ jsx54("defs", { children: /* @__PURE__ */ jsx54("clipPath", { id: "recenter-clip", children: /* @__PURE__ */ jsx54("rect", { width: "16", height: "16", fill: "white" }) }) })
2022
+ /* @__PURE__ */ jsx55("defs", { children: /* @__PURE__ */ jsx55("clipPath", { id: "recenter-clip", children: /* @__PURE__ */ jsx55("rect", { width: "16", height: "16", fill: "white" }) }) })
1988
2023
  ]
1989
2024
  })
1990
2025
  );
@@ -1992,10 +2027,10 @@ var RecenterIcon = (_a) => {
1992
2027
  RecenterIcon.displayName = "RecenterIcon";
1993
2028
 
1994
2029
  // src/primitives/icon/svg/revenue-alt.tsx
1995
- import { jsx as jsx55, jsxs as jsxs55 } from "react/jsx-runtime";
2030
+ import { jsx as jsx56, jsxs as jsxs56 } from "react/jsx-runtime";
1996
2031
  var RevenueAltIcon = (_a) => {
1997
2032
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
1998
- return /* @__PURE__ */ jsxs55(
2033
+ return /* @__PURE__ */ jsxs56(
1999
2034
  "svg",
2000
2035
  __spreadProps(__spreadValues(__spreadValues({
2001
2036
  viewBox: "0 0 20 20",
@@ -2003,8 +2038,8 @@ var RevenueAltIcon = (_a) => {
2003
2038
  fill: "none"
2004
2039
  }, getIconA11yProps(title2)), props), {
2005
2040
  children: [
2006
- title2 ? /* @__PURE__ */ jsx55("title", { children: title2 }) : null,
2007
- /* @__PURE__ */ jsx55(
2041
+ title2 ? /* @__PURE__ */ jsx56("title", { children: title2 }) : null,
2042
+ /* @__PURE__ */ jsx56(
2008
2043
  "path",
2009
2044
  {
2010
2045
  d: "M3 14V6M3 6L1.5 7.5M3 6L4.5 7.5M17 6V14M17 14L15.5 12.5M17 14L18.5 12.5",
@@ -2014,7 +2049,7 @@ var RevenueAltIcon = (_a) => {
2014
2049
  strokeLinejoin: "round"
2015
2050
  }
2016
2051
  ),
2017
- /* @__PURE__ */ jsx55(
2052
+ /* @__PURE__ */ jsx56(
2018
2053
  "path",
2019
2054
  {
2020
2055
  d: "M10 5.5V14.5M12.5 7.4C12.5 6.55 11.38 5.86 10 5.86C8.62 5.86 7.5 6.55 7.5 7.4C7.5 8.25 8.62 8.94 10 8.94C11.38 8.94 12.5 9.63 12.5 10.48C12.5 11.33 11.38 12.02 10 12.02C8.62 12.02 7.5 11.33 7.5 10.48",
@@ -2031,10 +2066,10 @@ var RevenueAltIcon = (_a) => {
2031
2066
  RevenueAltIcon.displayName = "RevenueAltIcon";
2032
2067
 
2033
2068
  // src/primitives/icon/svg/search.tsx
2034
- import { jsx as jsx56, jsxs as jsxs56 } from "react/jsx-runtime";
2069
+ import { jsx as jsx57, jsxs as jsxs57 } from "react/jsx-runtime";
2035
2070
  var SearchIcon = (_a) => {
2036
2071
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2037
- return /* @__PURE__ */ jsxs56(
2072
+ return /* @__PURE__ */ jsxs57(
2038
2073
  "svg",
2039
2074
  __spreadProps(__spreadValues(__spreadValues({
2040
2075
  viewBox: "0 0 16 16",
@@ -2043,8 +2078,8 @@ var SearchIcon = (_a) => {
2043
2078
  className
2044
2079
  }, getIconA11yProps(title2)), props), {
2045
2080
  children: [
2046
- title2 ? /* @__PURE__ */ jsx56("title", { children: title2 }) : null,
2047
- /* @__PURE__ */ jsx56(
2081
+ title2 ? /* @__PURE__ */ jsx57("title", { children: title2 }) : null,
2082
+ /* @__PURE__ */ jsx57(
2048
2083
  "path",
2049
2084
  {
2050
2085
  d: "M7.3335 12.3333C10.0949 12.3333 12.3335 10.0947 12.3335 7.33329C12.3335 4.57187 10.0949 2.33329 7.3335 2.33329C4.57208 2.33329 2.3335 4.57187 2.3335 7.33329C2.3335 10.0947 4.57208 12.3333 7.3335 12.3333Z",
@@ -2054,7 +2089,7 @@ var SearchIcon = (_a) => {
2054
2089
  strokeLinejoin: "round"
2055
2090
  }
2056
2091
  ),
2057
- /* @__PURE__ */ jsx56(
2092
+ /* @__PURE__ */ jsx57(
2058
2093
  "path",
2059
2094
  {
2060
2095
  d: "M13.6668 13.6666L11.1667 11.1666",
@@ -2071,10 +2106,10 @@ var SearchIcon = (_a) => {
2071
2106
  SearchIcon.displayName = "SearchIcon";
2072
2107
 
2073
2108
  // src/primitives/icon/svg/shield-trust.tsx
2074
- import { jsx as jsx57, jsxs as jsxs57 } from "react/jsx-runtime";
2109
+ import { jsx as jsx58, jsxs as jsxs58 } from "react/jsx-runtime";
2075
2110
  var ShieldTrustIcon = (_a) => {
2076
2111
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2077
- return /* @__PURE__ */ jsxs57(
2112
+ return /* @__PURE__ */ jsxs58(
2078
2113
  "svg",
2079
2114
  __spreadProps(__spreadValues(__spreadValues({
2080
2115
  viewBox: "0 0 16 16",
@@ -2082,15 +2117,15 @@ var ShieldTrustIcon = (_a) => {
2082
2117
  fill: "none"
2083
2118
  }, getIconA11yProps(title2)), props), {
2084
2119
  children: [
2085
- title2 ? /* @__PURE__ */ jsx57("title", { children: title2 }) : null,
2086
- /* @__PURE__ */ jsx57(
2120
+ title2 ? /* @__PURE__ */ jsx58("title", { children: title2 }) : null,
2121
+ /* @__PURE__ */ jsx58(
2087
2122
  "path",
2088
2123
  {
2089
2124
  d: "M8 1.25L13.5 3.25V7.08C13.5 10.09 11.62 12.74 8 14.75C4.38 12.74 2.5 10.09 2.5 7.08V3.25L8 1.25Z",
2090
2125
  fill: "currentColor"
2091
2126
  }
2092
2127
  ),
2093
- /* @__PURE__ */ jsx57(
2128
+ /* @__PURE__ */ jsx58(
2094
2129
  "path",
2095
2130
  {
2096
2131
  d: "M5.5 8.2L7.2 9.9L10.8 6.3",
@@ -2107,10 +2142,10 @@ var ShieldTrustIcon = (_a) => {
2107
2142
  ShieldTrustIcon.displayName = "ShieldTrustIcon";
2108
2143
 
2109
2144
  // src/primitives/icon/svg/solana.tsx
2110
- import { jsx as jsx58, jsxs as jsxs58 } from "react/jsx-runtime";
2145
+ import { jsx as jsx59, jsxs as jsxs59 } from "react/jsx-runtime";
2111
2146
  var SolanaIcon = (_a) => {
2112
2147
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2113
- return /* @__PURE__ */ jsxs58(
2148
+ return /* @__PURE__ */ jsxs59(
2114
2149
  "svg",
2115
2150
  __spreadProps(__spreadValues(__spreadValues({
2116
2151
  viewBox: "0 0 24 24",
@@ -2118,31 +2153,31 @@ var SolanaIcon = (_a) => {
2118
2153
  fill: "none"
2119
2154
  }, getIconA11yProps(title2)), props), {
2120
2155
  children: [
2121
- title2 ? /* @__PURE__ */ jsx58("title", { children: title2 }) : null,
2122
- /* @__PURE__ */ jsx58("rect", { width: "24", height: "24", fill: "black" }),
2123
- /* @__PURE__ */ jsx58(
2156
+ title2 ? /* @__PURE__ */ jsx59("title", { children: title2 }) : null,
2157
+ /* @__PURE__ */ jsx59("rect", { width: "24", height: "24", fill: "black" }),
2158
+ /* @__PURE__ */ jsx59(
2124
2159
  "path",
2125
2160
  {
2126
2161
  d: "M5.92399 15.7169C6.03262 15.6083 6.18198 15.5449 6.34039 15.5449H20.706C20.9685 15.5449 21.0998 15.8617 20.9142 16.0473L18.0764 18.8851C17.9677 18.9938 17.8184 19.0571 17.66 19.0571H3.29437C3.03186 19.0571 2.90061 18.7403 3.08617 18.5547L5.92399 15.7169Z",
2127
2162
  fill: "url(#paint0_linear_1471_9988)"
2128
2163
  }
2129
2164
  ),
2130
- /* @__PURE__ */ jsx58(
2165
+ /* @__PURE__ */ jsx59(
2131
2166
  "path",
2132
2167
  {
2133
2168
  d: "M5.92399 5.1217C6.03714 5.01307 6.1865 4.94971 6.34039 4.94971H20.706C20.9685 4.94971 21.0998 5.26653 20.9142 5.4521L18.0764 8.28991C17.9677 8.39854 17.8184 8.4619 17.66 8.4619H3.29437C3.03186 8.4619 2.90061 8.14508 3.08617 7.95951L5.92399 5.1217Z",
2134
2169
  fill: "url(#paint1_linear_1471_9988)"
2135
2170
  }
2136
2171
  ),
2137
- /* @__PURE__ */ jsx58(
2172
+ /* @__PURE__ */ jsx59(
2138
2173
  "path",
2139
2174
  {
2140
2175
  d: "M18.0764 10.3854C17.9677 10.2767 17.8184 10.2134 17.66 10.2134H3.29437C3.03186 10.2134 2.90061 10.5302 3.08617 10.7158L5.92399 13.5536C6.03262 13.6622 6.18198 13.7256 6.34039 13.7256H20.706C20.9685 13.7256 21.0998 13.4088 20.9142 13.2232L18.0764 10.3854Z",
2141
2176
  fill: "url(#paint2_linear_1471_9988)"
2142
2177
  }
2143
2178
  ),
2144
- /* @__PURE__ */ jsxs58("defs", { children: [
2145
- /* @__PURE__ */ jsxs58(
2179
+ /* @__PURE__ */ jsxs59("defs", { children: [
2180
+ /* @__PURE__ */ jsxs59(
2146
2181
  "linearGradient",
2147
2182
  {
2148
2183
  id: "paint0_linear_1471_9988",
@@ -2152,12 +2187,12 @@ var SolanaIcon = (_a) => {
2152
2187
  y2: "22.2975",
2153
2188
  gradientUnits: "userSpaceOnUse",
2154
2189
  children: [
2155
- /* @__PURE__ */ jsx58("stop", { stopColor: "#00FFA3" }),
2156
- /* @__PURE__ */ jsx58("stop", { offset: "1", stopColor: "#DC1FFF" })
2190
+ /* @__PURE__ */ jsx59("stop", { stopColor: "#00FFA3" }),
2191
+ /* @__PURE__ */ jsx59("stop", { offset: "1", stopColor: "#DC1FFF" })
2157
2192
  ]
2158
2193
  }
2159
2194
  ),
2160
- /* @__PURE__ */ jsxs58(
2195
+ /* @__PURE__ */ jsxs59(
2161
2196
  "linearGradient",
2162
2197
  {
2163
2198
  id: "paint1_linear_1471_9988",
@@ -2167,12 +2202,12 @@ var SolanaIcon = (_a) => {
2167
2202
  y2: "20.028",
2168
2203
  gradientUnits: "userSpaceOnUse",
2169
2204
  children: [
2170
- /* @__PURE__ */ jsx58("stop", { stopColor: "#00FFA3" }),
2171
- /* @__PURE__ */ jsx58("stop", { offset: "1", stopColor: "#DC1FFF" })
2205
+ /* @__PURE__ */ jsx59("stop", { stopColor: "#00FFA3" }),
2206
+ /* @__PURE__ */ jsx59("stop", { offset: "1", stopColor: "#DC1FFF" })
2172
2207
  ]
2173
2208
  }
2174
2209
  ),
2175
- /* @__PURE__ */ jsxs58(
2210
+ /* @__PURE__ */ jsxs59(
2176
2211
  "linearGradient",
2177
2212
  {
2178
2213
  id: "paint2_linear_1471_9988",
@@ -2182,8 +2217,8 @@ var SolanaIcon = (_a) => {
2182
2217
  y2: "21.1555",
2183
2218
  gradientUnits: "userSpaceOnUse",
2184
2219
  children: [
2185
- /* @__PURE__ */ jsx58("stop", { stopColor: "#00FFA3" }),
2186
- /* @__PURE__ */ jsx58("stop", { offset: "1", stopColor: "#DC1FFF" })
2220
+ /* @__PURE__ */ jsx59("stop", { stopColor: "#00FFA3" }),
2221
+ /* @__PURE__ */ jsx59("stop", { offset: "1", stopColor: "#DC1FFF" })
2187
2222
  ]
2188
2223
  }
2189
2224
  )
@@ -2195,10 +2230,10 @@ var SolanaIcon = (_a) => {
2195
2230
  SolanaIcon.displayName = "SolanaIcon";
2196
2231
 
2197
2232
  // src/primitives/icon/svg/sparkles-filled.tsx
2198
- import { jsx as jsx59, jsxs as jsxs59 } from "react/jsx-runtime";
2233
+ import { jsx as jsx60, jsxs as jsxs60 } from "react/jsx-runtime";
2199
2234
  var SparklesFilledIcon = (_a) => {
2200
2235
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2201
- return /* @__PURE__ */ jsxs59(
2236
+ return /* @__PURE__ */ jsxs60(
2202
2237
  "svg",
2203
2238
  __spreadProps(__spreadValues(__spreadValues({
2204
2239
  xmlns: "http://www.w3.org/2000/svg",
@@ -2209,15 +2244,15 @@ var SparklesFilledIcon = (_a) => {
2209
2244
  className
2210
2245
  }, getIconA11yProps(title2)), props), {
2211
2246
  children: [
2212
- /* @__PURE__ */ jsx59("g", { clipPath: "url(#clip0_2028_8371)", children: /* @__PURE__ */ jsx59(
2247
+ /* @__PURE__ */ jsx60("g", { clipPath: "url(#clip0_2028_8371)", children: /* @__PURE__ */ jsx60(
2213
2248
  "path",
2214
2249
  {
2215
2250
  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",
2216
2251
  fill: "currentColor"
2217
2252
  }
2218
2253
  ) }),
2219
- /* @__PURE__ */ jsxs59("defs", { children: [
2220
- /* @__PURE__ */ jsxs59(
2254
+ /* @__PURE__ */ jsxs60("defs", { children: [
2255
+ /* @__PURE__ */ jsxs60(
2221
2256
  "linearGradient",
2222
2257
  {
2223
2258
  id: "paint0_linear_2028_8371",
@@ -2227,12 +2262,12 @@ var SparklesFilledIcon = (_a) => {
2227
2262
  y2: "7.99997",
2228
2263
  gradientUnits: "userSpaceOnUse",
2229
2264
  children: [
2230
- /* @__PURE__ */ jsx59("stop", { stopColor: "currentColor" }),
2231
- /* @__PURE__ */ jsx59("stop", { offset: "1", stopColor: "currentColor" })
2265
+ /* @__PURE__ */ jsx60("stop", { stopColor: "currentColor" }),
2266
+ /* @__PURE__ */ jsx60("stop", { offset: "1", stopColor: "currentColor" })
2232
2267
  ]
2233
2268
  }
2234
2269
  ),
2235
- /* @__PURE__ */ jsx59("clipPath", { id: "clip0_2028_8371", children: /* @__PURE__ */ jsx59("rect", { width: "16", height: "16", fill: "white" }) })
2270
+ /* @__PURE__ */ jsx60("clipPath", { id: "clip0_2028_8371", children: /* @__PURE__ */ jsx60("rect", { width: "16", height: "16", fill: "white" }) })
2236
2271
  ] })
2237
2272
  ]
2238
2273
  })
@@ -2241,10 +2276,10 @@ var SparklesFilledIcon = (_a) => {
2241
2276
  SparklesFilledIcon.displayName = "SparklesFilledIcon";
2242
2277
 
2243
2278
  // src/primitives/icon/svg/stay-in-control.tsx
2244
- import { jsx as jsx60, jsxs as jsxs60 } from "react/jsx-runtime";
2279
+ import { jsx as jsx61, jsxs as jsxs61 } from "react/jsx-runtime";
2245
2280
  var StayInControlIcon = (_a) => {
2246
2281
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2247
- return /* @__PURE__ */ jsxs60(
2282
+ return /* @__PURE__ */ jsxs61(
2248
2283
  "svg",
2249
2284
  __spreadProps(__spreadValues(__spreadValues({
2250
2285
  width: "28",
@@ -2255,16 +2290,16 @@ var StayInControlIcon = (_a) => {
2255
2290
  className
2256
2291
  }, getIconA11yProps(title2)), props), {
2257
2292
  children: [
2258
- title2 ? /* @__PURE__ */ jsx60("title", { children: title2 }) : null,
2259
- /* @__PURE__ */ jsxs60("g", { clipPath: "url(#clip0_stay_in_control)", children: [
2260
- /* @__PURE__ */ jsx60(
2293
+ title2 ? /* @__PURE__ */ jsx61("title", { children: title2 }) : null,
2294
+ /* @__PURE__ */ jsxs61("g", { clipPath: "url(#clip0_stay_in_control)", children: [
2295
+ /* @__PURE__ */ jsx61(
2261
2296
  "path",
2262
2297
  {
2263
2298
  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",
2264
2299
  fill: "currentColor"
2265
2300
  }
2266
2301
  ),
2267
- /* @__PURE__ */ jsx60(
2302
+ /* @__PURE__ */ jsx61(
2268
2303
  "path",
2269
2304
  {
2270
2305
  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",
@@ -2272,7 +2307,7 @@ var StayInControlIcon = (_a) => {
2272
2307
  }
2273
2308
  )
2274
2309
  ] }),
2275
- /* @__PURE__ */ jsx60("defs", { children: /* @__PURE__ */ jsx60("clipPath", { id: "clip0_stay_in_control", children: /* @__PURE__ */ jsx60("rect", { width: "28", height: "28", fill: "white" }) }) })
2310
+ /* @__PURE__ */ jsx61("defs", { children: /* @__PURE__ */ jsx61("clipPath", { id: "clip0_stay_in_control", children: /* @__PURE__ */ jsx61("rect", { width: "28", height: "28", fill: "white" }) }) })
2276
2311
  ]
2277
2312
  })
2278
2313
  );
@@ -2280,10 +2315,10 @@ var StayInControlIcon = (_a) => {
2280
2315
  StayInControlIcon.displayName = "StayInControlIcon";
2281
2316
 
2282
2317
  // src/primitives/icon/svg/success-check.tsx
2283
- import { jsx as jsx61, jsxs as jsxs61 } from "react/jsx-runtime";
2318
+ import { jsx as jsx62, jsxs as jsxs62 } from "react/jsx-runtime";
2284
2319
  var SuccessCheckIcon = (_a) => {
2285
2320
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2286
- return /* @__PURE__ */ jsxs61(
2321
+ return /* @__PURE__ */ jsxs62(
2287
2322
  "svg",
2288
2323
  __spreadProps(__spreadValues(__spreadValues({
2289
2324
  width: "24",
@@ -2294,8 +2329,8 @@ var SuccessCheckIcon = (_a) => {
2294
2329
  className
2295
2330
  }, getIconA11yProps(title2)), props), {
2296
2331
  children: [
2297
- title2 ? /* @__PURE__ */ jsx61("title", { children: title2 }) : null,
2298
- /* @__PURE__ */ jsx61(
2332
+ title2 ? /* @__PURE__ */ jsx62("title", { children: title2 }) : null,
2333
+ /* @__PURE__ */ jsx62(
2299
2334
  "path",
2300
2335
  {
2301
2336
  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",
@@ -2309,10 +2344,10 @@ var SuccessCheckIcon = (_a) => {
2309
2344
  SuccessCheckIcon.displayName = "SuccessCheckIcon";
2310
2345
 
2311
2346
  // src/primitives/icon/svg/telegram.tsx
2312
- import { jsx as jsx62, jsxs as jsxs62 } from "react/jsx-runtime";
2347
+ import { jsx as jsx63, jsxs as jsxs63 } from "react/jsx-runtime";
2313
2348
  var TelegramIcon = (_a) => {
2314
2349
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2315
- return /* @__PURE__ */ jsxs62(
2350
+ return /* @__PURE__ */ jsxs63(
2316
2351
  "svg",
2317
2352
  __spreadProps(__spreadValues(__spreadValues({
2318
2353
  viewBox: "0 0 20 20",
@@ -2320,8 +2355,8 @@ var TelegramIcon = (_a) => {
2320
2355
  fill: "none"
2321
2356
  }, getIconA11yProps(title2)), props), {
2322
2357
  children: [
2323
- title2 ? /* @__PURE__ */ jsx62("title", { children: title2 }) : null,
2324
- /* @__PURE__ */ jsx62("g", { clipPath: "url(#clip0_telegram)", children: /* @__PURE__ */ jsx62(
2358
+ title2 ? /* @__PURE__ */ jsx63("title", { children: title2 }) : null,
2359
+ /* @__PURE__ */ jsx63("g", { clipPath: "url(#clip0_telegram)", children: /* @__PURE__ */ jsx63(
2325
2360
  "path",
2326
2361
  {
2327
2362
  fillRule: "evenodd",
@@ -2330,7 +2365,7 @@ var TelegramIcon = (_a) => {
2330
2365
  fill: "currentColor"
2331
2366
  }
2332
2367
  ) }),
2333
- /* @__PURE__ */ jsx62("defs", { children: /* @__PURE__ */ jsx62("clipPath", { id: "clip0_telegram", children: /* @__PURE__ */ jsx62("rect", { width: "20", height: "20", fill: "white" }) }) })
2368
+ /* @__PURE__ */ jsx63("defs", { children: /* @__PURE__ */ jsx63("clipPath", { id: "clip0_telegram", children: /* @__PURE__ */ jsx63("rect", { width: "20", height: "20", fill: "white" }) }) })
2334
2369
  ]
2335
2370
  })
2336
2371
  );
@@ -2338,10 +2373,10 @@ var TelegramIcon = (_a) => {
2338
2373
  TelegramIcon.displayName = "TelegramIcon";
2339
2374
 
2340
2375
  // src/primitives/icon/svg/triangle-down.tsx
2341
- import { jsx as jsx63, jsxs as jsxs63 } from "react/jsx-runtime";
2376
+ import { jsx as jsx64, jsxs as jsxs64 } from "react/jsx-runtime";
2342
2377
  var TriangleDownIcon = (_a) => {
2343
2378
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2344
- return /* @__PURE__ */ jsxs63(
2379
+ return /* @__PURE__ */ jsxs64(
2345
2380
  "svg",
2346
2381
  __spreadProps(__spreadValues(__spreadValues({
2347
2382
  viewBox: "0 0 8 8",
@@ -2349,16 +2384,16 @@ var TriangleDownIcon = (_a) => {
2349
2384
  fill: "none"
2350
2385
  }, getIconA11yProps(title2)), props), {
2351
2386
  children: [
2352
- title2 ? /* @__PURE__ */ jsx63("title", { children: title2 }) : null,
2353
- /* @__PURE__ */ jsxs63("g", { transform: "scale(1,-1) translate(0,-8)", clipPath: "url(#triangle_up)", children: [
2354
- /* @__PURE__ */ jsx63(
2387
+ title2 ? /* @__PURE__ */ jsx64("title", { children: title2 }) : null,
2388
+ /* @__PURE__ */ jsxs64("g", { transform: "scale(1,-1) translate(0,-8)", clipPath: "url(#triangle_up)", children: [
2389
+ /* @__PURE__ */ jsx64(
2355
2390
  "path",
2356
2391
  {
2357
2392
  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",
2358
2393
  fill: "currentColor"
2359
2394
  }
2360
2395
  ),
2361
- /* @__PURE__ */ jsx63(
2396
+ /* @__PURE__ */ jsx64(
2362
2397
  "path",
2363
2398
  {
2364
2399
  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",
@@ -2366,7 +2401,7 @@ var TriangleDownIcon = (_a) => {
2366
2401
  }
2367
2402
  )
2368
2403
  ] }),
2369
- /* @__PURE__ */ jsx63("defs", { children: /* @__PURE__ */ jsx63("clipPath", { id: "triangle_up", children: /* @__PURE__ */ jsx63("rect", { width: "8", height: "8", fill: "white" }) }) })
2404
+ /* @__PURE__ */ jsx64("defs", { children: /* @__PURE__ */ jsx64("clipPath", { id: "triangle_up", children: /* @__PURE__ */ jsx64("rect", { width: "8", height: "8", fill: "white" }) }) })
2370
2405
  ]
2371
2406
  })
2372
2407
  );
@@ -2374,10 +2409,10 @@ var TriangleDownIcon = (_a) => {
2374
2409
  TriangleDownIcon.displayName = "TriangleDownIcon";
2375
2410
 
2376
2411
  // src/primitives/icon/svg/triangle-up.tsx
2377
- import { jsx as jsx64, jsxs as jsxs64 } from "react/jsx-runtime";
2412
+ import { jsx as jsx65, jsxs as jsxs65 } from "react/jsx-runtime";
2378
2413
  var TriangleUpIcon = (_a) => {
2379
2414
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2380
- return /* @__PURE__ */ jsxs64(
2415
+ return /* @__PURE__ */ jsxs65(
2381
2416
  "svg",
2382
2417
  __spreadProps(__spreadValues(__spreadValues({
2383
2418
  viewBox: "0 0 8 8",
@@ -2385,16 +2420,16 @@ var TriangleUpIcon = (_a) => {
2385
2420
  fill: "none"
2386
2421
  }, getIconA11yProps(title2)), props), {
2387
2422
  children: [
2388
- title2 ? /* @__PURE__ */ jsx64("title", { children: title2 }) : null,
2389
- /* @__PURE__ */ jsxs64("g", { clipPath: "url(#triangle_up)", children: [
2390
- /* @__PURE__ */ jsx64(
2423
+ title2 ? /* @__PURE__ */ jsx65("title", { children: title2 }) : null,
2424
+ /* @__PURE__ */ jsxs65("g", { clipPath: "url(#triangle_up)", children: [
2425
+ /* @__PURE__ */ jsx65(
2391
2426
  "path",
2392
2427
  {
2393
2428
  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",
2394
2429
  fill: "currentColor"
2395
2430
  }
2396
2431
  ),
2397
- /* @__PURE__ */ jsx64(
2432
+ /* @__PURE__ */ jsx65(
2398
2433
  "path",
2399
2434
  {
2400
2435
  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",
@@ -2402,7 +2437,7 @@ var TriangleUpIcon = (_a) => {
2402
2437
  }
2403
2438
  )
2404
2439
  ] }),
2405
- /* @__PURE__ */ jsx64("defs", { children: /* @__PURE__ */ jsx64("clipPath", { id: "triangle_up", children: /* @__PURE__ */ jsx64("rect", { width: "8", height: "8", fill: "white" }) }) })
2440
+ /* @__PURE__ */ jsx65("defs", { children: /* @__PURE__ */ jsx65("clipPath", { id: "triangle_up", children: /* @__PURE__ */ jsx65("rect", { width: "8", height: "8", fill: "white" }) }) })
2406
2441
  ]
2407
2442
  })
2408
2443
  );
@@ -2410,10 +2445,10 @@ var TriangleUpIcon = (_a) => {
2410
2445
  TriangleUpIcon.displayName = "TriangleUpIcon";
2411
2446
 
2412
2447
  // src/primitives/icon/svg/triangle-up-filled.tsx
2413
- import { jsx as jsx65, jsxs as jsxs65 } from "react/jsx-runtime";
2448
+ import { jsx as jsx66, jsxs as jsxs66 } from "react/jsx-runtime";
2414
2449
  var TriangleUpFilledIcon = (_a) => {
2415
2450
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2416
- return /* @__PURE__ */ jsxs65(
2451
+ return /* @__PURE__ */ jsxs66(
2417
2452
  "svg",
2418
2453
  __spreadProps(__spreadValues(__spreadValues({
2419
2454
  viewBox: "0 0 8 8",
@@ -2421,8 +2456,8 @@ var TriangleUpFilledIcon = (_a) => {
2421
2456
  fill: "none"
2422
2457
  }, getIconA11yProps(title2)), props), {
2423
2458
  children: [
2424
- title2 ? /* @__PURE__ */ jsx65("title", { children: title2 }) : null,
2425
- /* @__PURE__ */ jsx65(
2459
+ title2 ? /* @__PURE__ */ jsx66("title", { children: title2 }) : null,
2460
+ /* @__PURE__ */ jsx66(
2426
2461
  "path",
2427
2462
  {
2428
2463
  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",
@@ -2436,10 +2471,10 @@ var TriangleUpFilledIcon = (_a) => {
2436
2471
  TriangleUpFilledIcon.displayName = "TriangleUpFilledIcon";
2437
2472
 
2438
2473
  // src/primitives/icon/svg/twitter.tsx
2439
- import { jsx as jsx66, jsxs as jsxs66 } from "react/jsx-runtime";
2474
+ import { jsx as jsx67, jsxs as jsxs67 } from "react/jsx-runtime";
2440
2475
  var TwitterIcon = (_a) => {
2441
2476
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2442
- return /* @__PURE__ */ jsxs66(
2477
+ return /* @__PURE__ */ jsxs67(
2443
2478
  "svg",
2444
2479
  __spreadProps(__spreadValues(__spreadValues({
2445
2480
  viewBox: "0 0 24 24",
@@ -2447,8 +2482,8 @@ var TwitterIcon = (_a) => {
2447
2482
  fill: "none"
2448
2483
  }, getIconA11yProps(title2)), props), {
2449
2484
  children: [
2450
- title2 ? /* @__PURE__ */ jsx66("title", { children: title2 }) : null,
2451
- /* @__PURE__ */ jsx66(
2485
+ title2 ? /* @__PURE__ */ jsx67("title", { children: title2 }) : null,
2486
+ /* @__PURE__ */ jsx67(
2452
2487
  "path",
2453
2488
  {
2454
2489
  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",
@@ -2462,10 +2497,10 @@ var TwitterIcon = (_a) => {
2462
2497
  TwitterIcon.displayName = "TwitterIcon";
2463
2498
 
2464
2499
  // src/primitives/icon/svg/upload.tsx
2465
- import { jsx as jsx67, jsxs as jsxs67 } from "react/jsx-runtime";
2500
+ import { jsx as jsx68, jsxs as jsxs68 } from "react/jsx-runtime";
2466
2501
  var UploadIcon = (_a) => {
2467
2502
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2468
- return /* @__PURE__ */ jsxs67(
2503
+ return /* @__PURE__ */ jsxs68(
2469
2504
  "svg",
2470
2505
  __spreadProps(__spreadValues(__spreadValues({
2471
2506
  viewBox: "0 0 16 16",
@@ -2473,16 +2508,16 @@ var UploadIcon = (_a) => {
2473
2508
  fill: "none"
2474
2509
  }, getIconA11yProps(title2)), props), {
2475
2510
  children: [
2476
- title2 ? /* @__PURE__ */ jsx67("title", { children: title2 }) : null,
2477
- /* @__PURE__ */ jsxs67("g", { clipPath: "url(#upload-clip)", children: [
2478
- /* @__PURE__ */ jsx67(
2511
+ title2 ? /* @__PURE__ */ jsx68("title", { children: title2 }) : null,
2512
+ /* @__PURE__ */ jsxs68("g", { clipPath: "url(#upload-clip)", children: [
2513
+ /* @__PURE__ */ jsx68(
2479
2514
  "path",
2480
2515
  {
2481
2516
  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",
2482
2517
  fill: "currentColor"
2483
2518
  }
2484
2519
  ),
2485
- /* @__PURE__ */ jsx67(
2520
+ /* @__PURE__ */ jsx68(
2486
2521
  "path",
2487
2522
  {
2488
2523
  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",
@@ -2490,7 +2525,7 @@ var UploadIcon = (_a) => {
2490
2525
  }
2491
2526
  )
2492
2527
  ] }),
2493
- /* @__PURE__ */ jsx67("defs", { children: /* @__PURE__ */ jsx67("clipPath", { id: "upload-clip", children: /* @__PURE__ */ jsx67("rect", { width: "16", height: "16", fill: "white" }) }) })
2528
+ /* @__PURE__ */ jsx68("defs", { children: /* @__PURE__ */ jsx68("clipPath", { id: "upload-clip", children: /* @__PURE__ */ jsx68("rect", { width: "16", height: "16", fill: "white" }) }) })
2494
2529
  ]
2495
2530
  })
2496
2531
  );
@@ -2498,10 +2533,10 @@ var UploadIcon = (_a) => {
2498
2533
  UploadIcon.displayName = "UploadIcon";
2499
2534
 
2500
2535
  // src/primitives/icon/svg/user-trust.tsx
2501
- import { jsx as jsx68, jsxs as jsxs68 } from "react/jsx-runtime";
2536
+ import { jsx as jsx69, jsxs as jsxs69 } from "react/jsx-runtime";
2502
2537
  var UserTrustIcon = (_a) => {
2503
2538
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2504
- return /* @__PURE__ */ jsxs68(
2539
+ return /* @__PURE__ */ jsxs69(
2505
2540
  "svg",
2506
2541
  __spreadProps(__spreadValues(__spreadValues({
2507
2542
  xmlns: "http://www.w3.org/2000/svg",
@@ -2510,15 +2545,15 @@ var UserTrustIcon = (_a) => {
2510
2545
  className
2511
2546
  }, getIconA11yProps(title2)), props), {
2512
2547
  children: [
2513
- title2 ? /* @__PURE__ */ jsx68("title", { children: title2 }) : null,
2514
- /* @__PURE__ */ jsx68("g", { clipPath: "url(#clip0_user_trust)", children: /* @__PURE__ */ jsx68(
2548
+ title2 ? /* @__PURE__ */ jsx69("title", { children: title2 }) : null,
2549
+ /* @__PURE__ */ jsx69("g", { clipPath: "url(#clip0_user_trust)", children: /* @__PURE__ */ jsx69(
2515
2550
  "path",
2516
2551
  {
2517
2552
  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",
2518
2553
  fill: "currentColor"
2519
2554
  }
2520
2555
  ) }),
2521
- /* @__PURE__ */ jsx68("defs", { children: /* @__PURE__ */ jsx68("clipPath", { id: "clip0_user_trust", children: /* @__PURE__ */ jsx68("rect", { width: "60", height: "60", fill: "white" }) }) })
2556
+ /* @__PURE__ */ jsx69("defs", { children: /* @__PURE__ */ jsx69("clipPath", { id: "clip0_user_trust", children: /* @__PURE__ */ jsx69("rect", { width: "60", height: "60", fill: "white" }) }) })
2522
2557
  ]
2523
2558
  })
2524
2559
  );
@@ -2526,10 +2561,10 @@ var UserTrustIcon = (_a) => {
2526
2561
  UserTrustIcon.displayName = "UserTrustIcon";
2527
2562
 
2528
2563
  // src/primitives/icon/svg/usdc.tsx
2529
- import { jsx as jsx69, jsxs as jsxs69 } from "react/jsx-runtime";
2564
+ import { jsx as jsx70, jsxs as jsxs70 } from "react/jsx-runtime";
2530
2565
  var UsdcIcon = (_a) => {
2531
2566
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2532
- return /* @__PURE__ */ jsxs69(
2567
+ return /* @__PURE__ */ jsxs70(
2533
2568
  "svg",
2534
2569
  __spreadProps(__spreadValues(__spreadValues({
2535
2570
  viewBox: "0 0 32 32",
@@ -2537,16 +2572,16 @@ var UsdcIcon = (_a) => {
2537
2572
  fill: "none"
2538
2573
  }, getIconA11yProps(title2)), props), {
2539
2574
  children: [
2540
- title2 ? /* @__PURE__ */ jsx69("title", { children: title2 }) : null,
2541
- /* @__PURE__ */ jsx69("circle", { cx: "16", cy: "16", r: "16", fill: "#2775CA" }),
2542
- /* @__PURE__ */ jsx69(
2575
+ title2 ? /* @__PURE__ */ jsx70("title", { children: title2 }) : null,
2576
+ /* @__PURE__ */ jsx70("circle", { cx: "16", cy: "16", r: "16", fill: "#2775CA" }),
2577
+ /* @__PURE__ */ jsx70(
2543
2578
  "path",
2544
2579
  {
2545
2580
  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",
2546
2581
  fill: "#fff"
2547
2582
  }
2548
2583
  ),
2549
- /* @__PURE__ */ jsx69(
2584
+ /* @__PURE__ */ jsx70(
2550
2585
  "path",
2551
2586
  {
2552
2587
  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",
@@ -2560,10 +2595,10 @@ var UsdcIcon = (_a) => {
2560
2595
  UsdcIcon.displayName = "UsdcIcon";
2561
2596
 
2562
2597
  // src/primitives/icon/svg/wallet.tsx
2563
- import { jsx as jsx70, jsxs as jsxs70 } from "react/jsx-runtime";
2598
+ import { jsx as jsx71, jsxs as jsxs71 } from "react/jsx-runtime";
2564
2599
  var WalletIcon = (_a) => {
2565
2600
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2566
- return /* @__PURE__ */ jsxs70(
2601
+ return /* @__PURE__ */ jsxs71(
2567
2602
  "svg",
2568
2603
  __spreadProps(__spreadValues(__spreadValues({
2569
2604
  viewBox: "0 0 24 24",
@@ -2571,8 +2606,8 @@ var WalletIcon = (_a) => {
2571
2606
  fill: "none"
2572
2607
  }, getIconA11yProps(title2)), props), {
2573
2608
  children: [
2574
- title2 ? /* @__PURE__ */ jsx70("title", { children: title2 }) : null,
2575
- /* @__PURE__ */ jsx70(
2609
+ title2 ? /* @__PURE__ */ jsx71("title", { children: title2 }) : null,
2610
+ /* @__PURE__ */ jsx71(
2576
2611
  "path",
2577
2612
  {
2578
2613
  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",
@@ -2586,10 +2621,10 @@ var WalletIcon = (_a) => {
2586
2621
  WalletIcon.displayName = "WalletIcon";
2587
2622
 
2588
2623
  // src/primitives/icon/svg/wallet-avatar.tsx
2589
- import { jsx as jsx71, jsxs as jsxs71 } from "react/jsx-runtime";
2624
+ import { jsx as jsx72, jsxs as jsxs72 } from "react/jsx-runtime";
2590
2625
  function WalletAvatarIcon(_a) {
2591
2626
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2592
- return /* @__PURE__ */ jsxs71(
2627
+ return /* @__PURE__ */ jsxs72(
2593
2628
  "svg",
2594
2629
  __spreadProps(__spreadValues(__spreadValues({
2595
2630
  fill: "none",
@@ -2597,9 +2632,9 @@ function WalletAvatarIcon(_a) {
2597
2632
  viewBox: "0 0 16 16"
2598
2633
  }, getIconA11yProps(title2)), props), {
2599
2634
  children: [
2600
- title2 ? /* @__PURE__ */ jsx71("title", { children: title2 }) : null,
2601
- /* @__PURE__ */ jsx71("circle", { cx: "8", cy: "5.25", r: "2.25", fill: "currentColor" }),
2602
- /* @__PURE__ */ jsx71("path", { d: "M3.75 12.75a4.25 4.25 0 0 1 8.5 0v.25h-8.5v-.25Z", fill: "currentColor" })
2635
+ title2 ? /* @__PURE__ */ jsx72("title", { children: title2 }) : null,
2636
+ /* @__PURE__ */ jsx72("circle", { cx: "8", cy: "5.25", r: "2.25", fill: "currentColor" }),
2637
+ /* @__PURE__ */ jsx72("path", { d: "M3.75 12.75a4.25 4.25 0 0 1 8.5 0v.25h-8.5v-.25Z", fill: "currentColor" })
2603
2638
  ]
2604
2639
  })
2605
2640
  );
@@ -2607,10 +2642,10 @@ function WalletAvatarIcon(_a) {
2607
2642
  WalletAvatarIcon.displayName = "WalletAvatarIcon";
2608
2643
 
2609
2644
  // src/primitives/icon/svg/wallet-filled.tsx
2610
- import { jsx as jsx72, jsxs as jsxs72 } from "react/jsx-runtime";
2645
+ import { jsx as jsx73, jsxs as jsxs73 } from "react/jsx-runtime";
2611
2646
  var WalletFilledIcon = (_a) => {
2612
2647
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2613
- return /* @__PURE__ */ jsxs72(
2648
+ return /* @__PURE__ */ jsxs73(
2614
2649
  "svg",
2615
2650
  __spreadProps(__spreadValues(__spreadValues({
2616
2651
  viewBox: "0 0 14 14",
@@ -2618,8 +2653,8 @@ var WalletFilledIcon = (_a) => {
2618
2653
  fill: "none"
2619
2654
  }, getIconA11yProps(title2)), props), {
2620
2655
  children: [
2621
- title2 ? /* @__PURE__ */ jsx72("title", { children: title2 }) : null,
2622
- /* @__PURE__ */ jsx72(
2656
+ title2 ? /* @__PURE__ */ jsx73("title", { children: title2 }) : null,
2657
+ /* @__PURE__ */ jsx73(
2623
2658
  "path",
2624
2659
  {
2625
2660
  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",
@@ -2633,10 +2668,10 @@ var WalletFilledIcon = (_a) => {
2633
2668
  WalletFilledIcon.displayName = "WalletFilledIcon";
2634
2669
 
2635
2670
  // src/primitives/icon/svg/paper-plane.tsx
2636
- import { jsx as jsx73, jsxs as jsxs73 } from "react/jsx-runtime";
2671
+ import { jsx as jsx74, jsxs as jsxs74 } from "react/jsx-runtime";
2637
2672
  var PaperPlaneIcon = (_a) => {
2638
2673
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2639
- return /* @__PURE__ */ jsxs73(
2674
+ return /* @__PURE__ */ jsxs74(
2640
2675
  "svg",
2641
2676
  __spreadProps(__spreadValues(__spreadValues({
2642
2677
  viewBox: "0 0 24 24",
@@ -2644,15 +2679,15 @@ var PaperPlaneIcon = (_a) => {
2644
2679
  fill: "none"
2645
2680
  }, getIconA11yProps(title2)), props), {
2646
2681
  children: [
2647
- title2 ? /* @__PURE__ */ jsx73("title", { children: title2 }) : null,
2648
- /* @__PURE__ */ jsx73("g", { clipPath: "url(#paper-plane-clip)", children: /* @__PURE__ */ jsx73(
2682
+ title2 ? /* @__PURE__ */ jsx74("title", { children: title2 }) : null,
2683
+ /* @__PURE__ */ jsx74("g", { clipPath: "url(#paper-plane-clip)", children: /* @__PURE__ */ jsx74(
2649
2684
  "path",
2650
2685
  {
2651
2686
  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",
2652
2687
  fill: "currentColor"
2653
2688
  }
2654
2689
  ) }),
2655
- /* @__PURE__ */ jsx73("defs", { children: /* @__PURE__ */ jsx73("clipPath", { id: "paper-plane-clip", children: /* @__PURE__ */ jsx73("rect", { width: "24", height: "24", fill: "white" }) }) })
2690
+ /* @__PURE__ */ jsx74("defs", { children: /* @__PURE__ */ jsx74("clipPath", { id: "paper-plane-clip", children: /* @__PURE__ */ jsx74("rect", { width: "24", height: "24", fill: "white" }) }) })
2656
2691
  ]
2657
2692
  })
2658
2693
  );
@@ -2660,10 +2695,10 @@ var PaperPlaneIcon = (_a) => {
2660
2695
  PaperPlaneIcon.displayName = "PaperPlaneIcon";
2661
2696
 
2662
2697
  // src/primitives/icon/svg/warning.tsx
2663
- import { jsx as jsx74, jsxs as jsxs74 } from "react/jsx-runtime";
2698
+ import { jsx as jsx75, jsxs as jsxs75 } from "react/jsx-runtime";
2664
2699
  var WarningIcon = (_a) => {
2665
2700
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2666
- return /* @__PURE__ */ jsxs74(
2701
+ return /* @__PURE__ */ jsxs75(
2667
2702
  "svg",
2668
2703
  __spreadProps(__spreadValues(__spreadValues({
2669
2704
  width: "14",
@@ -2674,8 +2709,8 @@ var WarningIcon = (_a) => {
2674
2709
  className
2675
2710
  }, getIconA11yProps(title2)), props), {
2676
2711
  children: [
2677
- title2 ? /* @__PURE__ */ jsx74("title", { children: title2 }) : null,
2678
- /* @__PURE__ */ jsx74(
2712
+ title2 ? /* @__PURE__ */ jsx75("title", { children: title2 }) : null,
2713
+ /* @__PURE__ */ jsx75(
2679
2714
  "path",
2680
2715
  {
2681
2716
  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",
@@ -2689,10 +2724,10 @@ var WarningIcon = (_a) => {
2689
2724
  WarningIcon.displayName = "WarningIcon";
2690
2725
 
2691
2726
  // src/primitives/icon/svg/warning-filled.tsx
2692
- import { jsx as jsx75, jsxs as jsxs75 } from "react/jsx-runtime";
2727
+ import { jsx as jsx76, jsxs as jsxs76 } from "react/jsx-runtime";
2693
2728
  var WarningFilledIcon = (_a) => {
2694
2729
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2695
- return /* @__PURE__ */ jsxs75(
2730
+ return /* @__PURE__ */ jsxs76(
2696
2731
  "svg",
2697
2732
  __spreadProps(__spreadValues(__spreadValues({
2698
2733
  viewBox: "0 0 16 16",
@@ -2700,8 +2735,8 @@ var WarningFilledIcon = (_a) => {
2700
2735
  fill: "none"
2701
2736
  }, getIconA11yProps(title2)), props), {
2702
2737
  children: [
2703
- title2 ? /* @__PURE__ */ jsx75("title", { children: title2 }) : null,
2704
- /* @__PURE__ */ jsx75(
2738
+ title2 ? /* @__PURE__ */ jsx76("title", { children: title2 }) : null,
2739
+ /* @__PURE__ */ jsx76(
2705
2740
  "path",
2706
2741
  {
2707
2742
  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",
@@ -2759,6 +2794,7 @@ var iconRegistry = {
2759
2794
  info: InfoIcon,
2760
2795
  "internet-security": InternetSecurityIcon,
2761
2796
  "link-accounts": LinkAccountsIcon,
2797
+ lock: LockIcon,
2762
2798
  pencil: PencilIcon,
2763
2799
  "play-square": PlaySquareIcon,
2764
2800
  polygon: PolygonIcon,
@@ -2801,7 +2837,7 @@ var resolveIconStyle = (color, style) => {
2801
2837
  };
2802
2838
 
2803
2839
  // src/primitives/icon/index.tsx
2804
- import { jsx as jsx76 } from "react/jsx-runtime";
2840
+ import { jsx as jsx77 } from "react/jsx-runtime";
2805
2841
  var Icon = (_a) => {
2806
2842
  var _b = _a, {
2807
2843
  name,
@@ -2825,7 +2861,7 @@ var Icon = (_a) => {
2825
2861
  }
2826
2862
  const resolvedStyle = resolveIconStyle(color, style);
2827
2863
  const resolvedClassName = cn(iconSizeClasses[size], className);
2828
- return /* @__PURE__ */ jsx76(
2864
+ return /* @__PURE__ */ jsx77(
2829
2865
  Component2,
2830
2866
  __spreadValues({
2831
2867
  color,
@@ -2864,7 +2900,7 @@ var resolveIsDisabled = ({
2864
2900
  };
2865
2901
 
2866
2902
  // src/primitives/autocomplete-select/index.tsx
2867
- import { jsx as jsx77, jsxs as jsxs76 } from "react/jsx-runtime";
2903
+ import { jsx as jsx78, jsxs as jsxs77 } from "react/jsx-runtime";
2868
2904
  var AutocompleteSelect = ({
2869
2905
  options,
2870
2906
  value,
@@ -3002,14 +3038,14 @@ var AutocompleteSelect = ({
3002
3038
  optionRefs.current.delete(index);
3003
3039
  }
3004
3040
  }, []);
3005
- return /* @__PURE__ */ jsxs76(
3041
+ return /* @__PURE__ */ jsxs77(
3006
3042
  "div",
3007
3043
  {
3008
3044
  ref: containerRef,
3009
3045
  className: cn("group/agg-autocomplete", "relative inline-flex w-full", className),
3010
3046
  onKeyDown: handleKeyDown,
3011
3047
  children: [
3012
- /* @__PURE__ */ jsx77(
3048
+ /* @__PURE__ */ jsx78(
3013
3049
  "button",
3014
3050
  {
3015
3051
  ref: triggerRef,
@@ -3034,11 +3070,11 @@ var AutocompleteSelect = ({
3034
3070
  e.preventDefault();
3035
3071
  handleToggle();
3036
3072
  },
3037
- children: /* @__PURE__ */ jsx77("span", { className: "agg-autocomplete-value flex-1 truncate", children: (_b = (_a = selectedOption == null ? void 0 : selectedOption.label) != null ? _a : placeholder) != null ? _b : "" })
3073
+ children: /* @__PURE__ */ jsx78("span", { className: "agg-autocomplete-value flex-1 truncate", children: (_b = (_a = selectedOption == null ? void 0 : selectedOption.label) != null ? _a : placeholder) != null ? _b : "" })
3038
3074
  }
3039
3075
  ),
3040
- /* @__PURE__ */ jsx77("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__ */ jsx77(Icon, { name: "chevron-down", size: "small", color: "currentColor" }) }),
3041
- isOpen ? /* @__PURE__ */ jsxs76(
3076
+ /* @__PURE__ */ jsx78("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__ */ jsx78(Icon, { name: "chevron-down", size: "small", color: "currentColor" }) }),
3077
+ isOpen ? /* @__PURE__ */ jsxs77(
3042
3078
  "div",
3043
3079
  {
3044
3080
  className: cn(
@@ -3047,7 +3083,7 @@ var AutocompleteSelect = ({
3047
3083
  ),
3048
3084
  onClick: (e) => e.stopPropagation(),
3049
3085
  children: [
3050
- /* @__PURE__ */ jsx77("div", { className: "border-b border-agg-separator px-3 py-2", children: /* @__PURE__ */ jsx77(
3086
+ /* @__PURE__ */ jsx78("div", { className: "border-b border-agg-separator px-3 py-2", children: /* @__PURE__ */ jsx78(
3051
3087
  "input",
3052
3088
  {
3053
3089
  ref: searchInputRef,
@@ -3064,7 +3100,7 @@ var AutocompleteSelect = ({
3064
3100
  onChange: handleSearchChange
3065
3101
  }
3066
3102
  ) }),
3067
- /* @__PURE__ */ jsx77(
3103
+ /* @__PURE__ */ jsx78(
3068
3104
  "div",
3069
3105
  {
3070
3106
  role: "listbox",
@@ -3073,7 +3109,7 @@ var AutocompleteSelect = ({
3073
3109
  children: filteredOptions.length > 0 ? filteredOptions.map((option, index) => {
3074
3110
  const isSelected = option.value === value;
3075
3111
  const isHighlighted = index === highlightedIndex;
3076
- return /* @__PURE__ */ jsx77(
3112
+ return /* @__PURE__ */ jsx78(
3077
3113
  "button",
3078
3114
  {
3079
3115
  ref: (el) => setOptionRef(index, el),
@@ -3096,11 +3132,11 @@ var AutocompleteSelect = ({
3096
3132
  handleSelect(option.value);
3097
3133
  },
3098
3134
  onMouseEnter: () => setHighlightedIndex(index),
3099
- children: /* @__PURE__ */ jsx77("span", { className: "agg-autocomplete-item-label truncate", children: option.label })
3135
+ children: /* @__PURE__ */ jsx78("span", { className: "agg-autocomplete-item-label truncate", children: option.label })
3100
3136
  },
3101
3137
  option.value
3102
3138
  );
3103
- }) : /* @__PURE__ */ jsx77("div", { className: "agg-autocomplete-empty px-4 py-3 text-center text-agg-sm text-agg-muted-foreground", children: emptyLabel != null ? emptyLabel : "No results" })
3139
+ }) : /* @__PURE__ */ jsx78("div", { className: "agg-autocomplete-empty px-4 py-3 text-center text-agg-sm text-agg-muted-foreground", children: emptyLabel != null ? emptyLabel : "No results" })
3104
3140
  }
3105
3141
  )
3106
3142
  ]
@@ -3156,7 +3192,7 @@ var getBadgeClassName = ({
3156
3192
  };
3157
3193
 
3158
3194
  // src/primitives/badge/index.tsx
3159
- import { jsx as jsx78, jsxs as jsxs77 } from "react/jsx-runtime";
3195
+ import { jsx as jsx79, jsxs as jsxs78 } from "react/jsx-runtime";
3160
3196
  function Badge({
3161
3197
  text,
3162
3198
  prefix,
@@ -3171,7 +3207,7 @@ function Badge({
3171
3207
  features: { enableAnimations }
3172
3208
  } = useSdkUiConfig2();
3173
3209
  const resolvedAriaLabel = resolveBadgeAriaLabel(text);
3174
- return /* @__PURE__ */ jsxs77(
3210
+ return /* @__PURE__ */ jsxs78(
3175
3211
  "span",
3176
3212
  __spreadProps(__spreadValues({
3177
3213
  "aria-label": resolvedAriaLabel,
@@ -3190,9 +3226,9 @@ function Badge({
3190
3226
  tabIndex: 0
3191
3227
  }), {
3192
3228
  children: [
3193
- prefix ? /* @__PURE__ */ jsx78("span", { className: cn(classNames == null ? void 0 : classNames.prefix, "empty:hidden"), children: prefix }) : null,
3194
- /* @__PURE__ */ jsx78("span", { className: cn("truncate", classNames == null ? void 0 : classNames.text), children: text }),
3195
- suffix ? /* @__PURE__ */ jsx78("span", { className: cn(classNames == null ? void 0 : classNames.suffix, "empty:hidden"), children: suffix }) : null
3229
+ prefix ? /* @__PURE__ */ jsx79("span", { className: cn(classNames == null ? void 0 : classNames.prefix, "empty:hidden"), children: prefix }) : null,
3230
+ /* @__PURE__ */ jsx79("span", { className: cn("truncate", classNames == null ? void 0 : classNames.text), children: text }),
3231
+ suffix ? /* @__PURE__ */ jsx79("span", { className: cn(classNames == null ? void 0 : classNames.suffix, "empty:hidden"), children: suffix }) : null
3196
3232
  ]
3197
3233
  })
3198
3234
  );
@@ -3271,7 +3307,7 @@ var getButtonClassName = ({
3271
3307
  };
3272
3308
 
3273
3309
  // src/primitives/button/index.tsx
3274
- import { Fragment, jsx as jsx79, jsxs as jsxs78 } from "react/jsx-runtime";
3310
+ import { Fragment, jsx as jsx80, jsxs as jsxs79 } from "react/jsx-runtime";
3275
3311
  var Button = (_a) => {
3276
3312
  var _b = _a, {
3277
3313
  children,
@@ -3300,7 +3336,7 @@ var Button = (_a) => {
3300
3336
  features: { enableAnimations }
3301
3337
  } = useSdkUiConfig3();
3302
3338
  const isDisabled = resolveButtonIsDisabled({ disabled, isLoading });
3303
- return /* @__PURE__ */ jsx79(
3339
+ return /* @__PURE__ */ jsx80(
3304
3340
  "button",
3305
3341
  __spreadProps(__spreadValues({
3306
3342
  type,
@@ -3309,7 +3345,7 @@ var Button = (_a) => {
3309
3345
  "aria-busy": isLoading,
3310
3346
  "aria-label": ariaLabel
3311
3347
  }, other), {
3312
- children: isLoading ? /* @__PURE__ */ jsx79(
3348
+ children: isLoading ? /* @__PURE__ */ jsx80(
3313
3349
  "span",
3314
3350
  {
3315
3351
  className: cn(
@@ -3320,9 +3356,9 @@ var Button = (_a) => {
3320
3356
  ),
3321
3357
  "aria-hidden": "true"
3322
3358
  }
3323
- ) : /* @__PURE__ */ jsxs78(Fragment, { children: [
3359
+ ) : /* @__PURE__ */ jsxs79(Fragment, { children: [
3324
3360
  prefix != null ? prefix : null,
3325
- /* @__PURE__ */ jsx79(
3361
+ /* @__PURE__ */ jsx80(
3326
3362
  "span",
3327
3363
  {
3328
3364
  className: cn("group/span-agg-button agg-button-label", "whitespace-nowrap truncate"),
@@ -3362,7 +3398,7 @@ var getCardClassName = ({
3362
3398
  };
3363
3399
 
3364
3400
  // src/primitives/card/index.tsx
3365
- import { jsx as jsx80, jsxs as jsxs79 } from "react/jsx-runtime";
3401
+ import { jsx as jsx81, jsxs as jsxs80 } from "react/jsx-runtime";
3366
3402
  var Card = (_a) => {
3367
3403
  var _b = _a, {
3368
3404
  className,
@@ -3385,16 +3421,16 @@ var Card = (_a) => {
3385
3421
  hasHref: !!href,
3386
3422
  withGradient
3387
3423
  });
3388
- const inner = href ? /* @__PURE__ */ jsx80(
3424
+ const inner = href ? /* @__PURE__ */ jsx81(
3389
3425
  "a",
3390
3426
  __spreadValues(__spreadValues({
3391
3427
  href,
3392
3428
  className: resolvedClassName
3393
3429
  }, onClick ? { onClick } : {}), props)
3394
- ) : /* @__PURE__ */ jsx80("div", __spreadValues(__spreadValues({ className: resolvedClassName }, onClick ? { onClick } : {}), props));
3430
+ ) : /* @__PURE__ */ jsx81("div", __spreadValues(__spreadValues({ className: resolvedClassName }, onClick ? { onClick } : {}), props));
3395
3431
  if (withGradient) {
3396
- return /* @__PURE__ */ jsxs79("div", { className: "group/agg-card-gradient rounded-agg-xl p-[1px] relative bg-agg-separator", children: [
3397
- /* @__PURE__ */ jsx80(
3432
+ return /* @__PURE__ */ jsxs80("div", { className: "group/agg-card-gradient rounded-agg-xl p-[1px] relative bg-agg-separator", children: [
3433
+ /* @__PURE__ */ jsx81(
3398
3434
  "div",
3399
3435
  {
3400
3436
  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"
@@ -3466,7 +3502,7 @@ var getSwitchButtonOptionClassName = (enableAnimations, isActive) => {
3466
3502
  };
3467
3503
 
3468
3504
  // src/primitives/switch-button/index.tsx
3469
- import { jsx as jsx81, jsxs as jsxs80 } from "react/jsx-runtime";
3505
+ import { jsx as jsx82, jsxs as jsxs81 } from "react/jsx-runtime";
3470
3506
  var SwitchButton = ({
3471
3507
  options,
3472
3508
  value,
@@ -3518,7 +3554,7 @@ var SwitchButton = ({
3518
3554
  }
3519
3555
  onValueChange(nextOption.value);
3520
3556
  };
3521
- return /* @__PURE__ */ jsx81("div", { className: getSwitchButtonContainerClassName(enableAnimations, className), children: /* @__PURE__ */ jsxs80(
3557
+ return /* @__PURE__ */ jsx82("div", { className: getSwitchButtonContainerClassName(enableAnimations, className), children: /* @__PURE__ */ jsxs81(
3522
3558
  "div",
3523
3559
  {
3524
3560
  className: SWITCH_BUTTON_TRACK_CLASS_NAME,
@@ -3528,7 +3564,7 @@ var SwitchButton = ({
3528
3564
  role: "tablist",
3529
3565
  "aria-label": ariaLabel,
3530
3566
  children: [
3531
- /* @__PURE__ */ jsx81(
3567
+ /* @__PURE__ */ jsx82(
3532
3568
  "span",
3533
3569
  {
3534
3570
  className: getSwitchButtonTrackHighlightClassName(enableAnimations),
@@ -3542,7 +3578,7 @@ var SwitchButton = ({
3542
3578
  options.map((option, optionIndex) => {
3543
3579
  var _a;
3544
3580
  const isActive = optionIndex === activeIndex;
3545
- return /* @__PURE__ */ jsx81(
3581
+ return /* @__PURE__ */ jsx82(
3546
3582
  "button",
3547
3583
  {
3548
3584
  type: "button",
@@ -3726,7 +3762,7 @@ var resolveSelectedSeries = (series, activeSeriesId) => {
3726
3762
  };
3727
3763
 
3728
3764
  // src/primitives/chart/index.tsx
3729
- import { jsx as jsx82, jsxs as jsxs81 } from "react/jsx-runtime";
3765
+ import { jsx as jsx83, jsxs as jsxs82 } from "react/jsx-runtime";
3730
3766
  var renderDefaultSeriesControls = ({
3731
3767
  series,
3732
3768
  activeSeriesId,
@@ -3735,7 +3771,7 @@ var renderDefaultSeriesControls = ({
3735
3771
  seriesSwitchAriaLabel,
3736
3772
  formatSeriesOptionAriaLabel
3737
3773
  }) => {
3738
- return /* @__PURE__ */ jsx82(
3774
+ return /* @__PURE__ */ jsx83(
3739
3775
  SwitchButton,
3740
3776
  {
3741
3777
  ariaLabel: seriesSwitchAriaLabel,
@@ -3874,7 +3910,7 @@ var LineChart = ({
3874
3910
  seriesSwitchAriaLabel: labels.common.lineChartSeriesSwitchAria,
3875
3911
  formatSeriesOptionAriaLabel: labels.common.lineChartSeriesOptionAria
3876
3912
  }) : null : null;
3877
- return /* @__PURE__ */ jsxs81(
3913
+ return /* @__PURE__ */ jsxs82(
3878
3914
  "div",
3879
3915
  {
3880
3916
  ref: chartRootRef,
@@ -3885,7 +3921,7 @@ var LineChart = ({
3885
3921
  ),
3886
3922
  style: { width, minHeight: height },
3887
3923
  children: [
3888
- !isLoading && seriesControls ? /* @__PURE__ */ jsx82(
3924
+ !isLoading && seriesControls ? /* @__PURE__ */ jsx83(
3889
3925
  "div",
3890
3926
  {
3891
3927
  className: cn(
@@ -3897,7 +3933,7 @@ var LineChart = ({
3897
3933
  children: seriesControls
3898
3934
  }
3899
3935
  ) : null,
3900
- /* @__PURE__ */ jsx82(
3936
+ /* @__PURE__ */ jsx83(
3901
3937
  "div",
3902
3938
  {
3903
3939
  className: cn(
@@ -3909,7 +3945,7 @@ var LineChart = ({
3909
3945
  role: "img",
3910
3946
  "aria-label": chartType === "candlestick" ? labels.common.candlestickChartAria : labels.common.lineChartAria,
3911
3947
  style: { height },
3912
- children: /* @__PURE__ */ jsx82(
3948
+ children: /* @__PURE__ */ jsx83(
3913
3949
  Liveline,
3914
3950
  {
3915
3951
  className: cn("agg-livechart agg-chart-canvas h-full w-full", classNames == null ? void 0 : classNames.liveline),
@@ -3954,7 +3990,7 @@ LineChart.displayName = "LineChart";
3954
3990
 
3955
3991
  // src/primitives/copy-button/index.tsx
3956
3992
  import { useCallback as useCallback2, useEffect as useEffect4, useRef as useRef3, useState as useState4 } from "react";
3957
- import { jsx as jsx83, jsxs as jsxs82 } from "react/jsx-runtime";
3993
+ import { jsx as jsx84, jsxs as jsxs83 } from "react/jsx-runtime";
3958
3994
  var CopyButton = ({
3959
3995
  value,
3960
3996
  label: label2,
@@ -3986,7 +4022,7 @@ var CopyButton = ({
3986
4022
  }, [onCopy, resetMs, value]);
3987
4023
  const showLabel = label2 !== void 0 || copiedLabel !== void 0;
3988
4024
  const visibleLabel = isCopied ? copiedLabel != null ? copiedLabel : label2 : label2;
3989
- return /* @__PURE__ */ jsxs82(
4025
+ return /* @__PURE__ */ jsxs83(
3990
4026
  "button",
3991
4027
  {
3992
4028
  type: "button",
@@ -3999,8 +4035,8 @@ var CopyButton = ({
3999
4035
  className
4000
4036
  ),
4001
4037
  children: [
4002
- isCopied ? /* @__PURE__ */ jsx83(CheckCircleIcon, { className: iconClassName }) : /* @__PURE__ */ jsx83(CopyIcon, { className: iconClassName }),
4003
- showLabel ? /* @__PURE__ */ jsx83("span", { className: "agg-type-label-strong", children: visibleLabel }) : null
4038
+ isCopied ? /* @__PURE__ */ jsx84(CheckCircleIcon, { className: iconClassName }) : /* @__PURE__ */ jsx84(CopyIcon, { className: iconClassName }),
4039
+ showLabel ? /* @__PURE__ */ jsx84("span", { className: "agg-type-label-strong", children: visibleLabel }) : null
4004
4040
  ]
4005
4041
  }
4006
4042
  );
@@ -4100,7 +4136,7 @@ var sanitizeCurrencyInputPastedValue = (input, parts, decimalPlaces) => {
4100
4136
  };
4101
4137
 
4102
4138
  // src/primitives/currency-input/index.tsx
4103
- import { jsx as jsx84 } from "react/jsx-runtime";
4139
+ import { jsx as jsx85 } from "react/jsx-runtime";
4104
4140
  var CurrencyInput = ({
4105
4141
  value,
4106
4142
  onChange,
@@ -4228,7 +4264,7 @@ var CurrencyInput = ({
4228
4264
  onChange == null ? void 0 : onChange(nextValue);
4229
4265
  onBlur == null ? void 0 : onBlur();
4230
4266
  };
4231
- return /* @__PURE__ */ jsx84(
4267
+ return /* @__PURE__ */ jsx85(
4232
4268
  "input",
4233
4269
  {
4234
4270
  ref: inputRef,
@@ -4261,8 +4297,8 @@ CurrencyInput.displayName = "CurrencyInput";
4261
4297
  import { Fragment as Fragment2 } from "react";
4262
4298
 
4263
4299
  // src/primitives/footer/agg-build-logo.tsx
4264
- import { jsx as jsx85, jsxs as jsxs83 } from "react/jsx-runtime";
4265
- var AggBuildIcon = (props) => /* @__PURE__ */ jsxs83(
4300
+ import { jsx as jsx86, jsxs as jsxs84 } from "react/jsx-runtime";
4301
+ var AggBuildIcon = (props) => /* @__PURE__ */ jsxs84(
4266
4302
  "svg",
4267
4303
  __spreadProps(__spreadValues({
4268
4304
  xmlns: "http://www.w3.org/2000/svg",
@@ -4273,29 +4309,29 @@ var AggBuildIcon = (props) => /* @__PURE__ */ jsxs83(
4273
4309
  "aria-hidden": "true"
4274
4310
  }, props), {
4275
4311
  children: [
4276
- /* @__PURE__ */ jsx85(
4312
+ /* @__PURE__ */ jsx86(
4277
4313
  "path",
4278
4314
  {
4279
4315
  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",
4280
4316
  fill: "url(#agg-build-icon-g0)"
4281
4317
  }
4282
4318
  ),
4283
- /* @__PURE__ */ jsx85(
4319
+ /* @__PURE__ */ jsx86(
4284
4320
  "path",
4285
4321
  {
4286
4322
  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",
4287
4323
  fill: "url(#agg-build-icon-g1)"
4288
4324
  }
4289
4325
  ),
4290
- /* @__PURE__ */ jsx85(
4326
+ /* @__PURE__ */ jsx86(
4291
4327
  "path",
4292
4328
  {
4293
4329
  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",
4294
4330
  fill: "url(#agg-build-icon-g2)"
4295
4331
  }
4296
4332
  ),
4297
- /* @__PURE__ */ jsxs83("defs", { children: [
4298
- /* @__PURE__ */ jsxs83(
4333
+ /* @__PURE__ */ jsxs84("defs", { children: [
4334
+ /* @__PURE__ */ jsxs84(
4299
4335
  "linearGradient",
4300
4336
  {
4301
4337
  id: "agg-build-icon-g0",
@@ -4305,12 +4341,12 @@ var AggBuildIcon = (props) => /* @__PURE__ */ jsxs83(
4305
4341
  y2: "16",
4306
4342
  gradientUnits: "userSpaceOnUse",
4307
4343
  children: [
4308
- /* @__PURE__ */ jsx85("stop", { stopColor: "#FE9943" }),
4309
- /* @__PURE__ */ jsx85("stop", { offset: "1", stopColor: "#FE763C" })
4344
+ /* @__PURE__ */ jsx86("stop", { stopColor: "#FE9943" }),
4345
+ /* @__PURE__ */ jsx86("stop", { offset: "1", stopColor: "#FE763C" })
4310
4346
  ]
4311
4347
  }
4312
4348
  ),
4313
- /* @__PURE__ */ jsxs83(
4349
+ /* @__PURE__ */ jsxs84(
4314
4350
  "linearGradient",
4315
4351
  {
4316
4352
  id: "agg-build-icon-g1",
@@ -4320,12 +4356,12 @@ var AggBuildIcon = (props) => /* @__PURE__ */ jsxs83(
4320
4356
  y2: "16",
4321
4357
  gradientUnits: "userSpaceOnUse",
4322
4358
  children: [
4323
- /* @__PURE__ */ jsx85("stop", { stopColor: "#FE763C" }),
4324
- /* @__PURE__ */ jsx85("stop", { offset: "1", stopColor: "#FE9943" })
4359
+ /* @__PURE__ */ jsx86("stop", { stopColor: "#FE763C" }),
4360
+ /* @__PURE__ */ jsx86("stop", { offset: "1", stopColor: "#FE9943" })
4325
4361
  ]
4326
4362
  }
4327
4363
  ),
4328
- /* @__PURE__ */ jsxs83(
4364
+ /* @__PURE__ */ jsxs84(
4329
4365
  "linearGradient",
4330
4366
  {
4331
4367
  id: "agg-build-icon-g2",
@@ -4335,8 +4371,8 @@ var AggBuildIcon = (props) => /* @__PURE__ */ jsxs83(
4335
4371
  y2: "16",
4336
4372
  gradientUnits: "userSpaceOnUse",
4337
4373
  children: [
4338
- /* @__PURE__ */ jsx85("stop", { stopColor: "#FEB549" }),
4339
- /* @__PURE__ */ jsx85("stop", { offset: "1", stopColor: "#FDA349" })
4374
+ /* @__PURE__ */ jsx86("stop", { stopColor: "#FEB549" }),
4375
+ /* @__PURE__ */ jsx86("stop", { offset: "1", stopColor: "#FDA349" })
4340
4376
  ]
4341
4377
  }
4342
4378
  )
@@ -4345,7 +4381,7 @@ var AggBuildIcon = (props) => /* @__PURE__ */ jsxs83(
4345
4381
  })
4346
4382
  );
4347
4383
  AggBuildIcon.displayName = "AggBuildIcon";
4348
- var AggBuildLogo = (props) => /* @__PURE__ */ jsxs83(
4384
+ var AggBuildLogo = (props) => /* @__PURE__ */ jsxs84(
4349
4385
  "svg",
4350
4386
  __spreadProps(__spreadValues({
4351
4387
  xmlns: "http://www.w3.org/2000/svg",
@@ -4355,79 +4391,79 @@ var AggBuildLogo = (props) => /* @__PURE__ */ jsxs83(
4355
4391
  fill: "none"
4356
4392
  }, props), {
4357
4393
  children: [
4358
- /* @__PURE__ */ jsx85(
4394
+ /* @__PURE__ */ jsx86(
4359
4395
  "path",
4360
4396
  {
4361
4397
  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",
4362
4398
  fill: "url(#agg-build-logo-g0)"
4363
4399
  }
4364
4400
  ),
4365
- /* @__PURE__ */ jsx85(
4401
+ /* @__PURE__ */ jsx86(
4366
4402
  "path",
4367
4403
  {
4368
4404
  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",
4369
4405
  fill: "url(#agg-build-logo-g1)"
4370
4406
  }
4371
4407
  ),
4372
- /* @__PURE__ */ jsx85(
4408
+ /* @__PURE__ */ jsx86(
4373
4409
  "path",
4374
4410
  {
4375
4411
  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",
4376
4412
  fill: "url(#agg-build-logo-g2)"
4377
4413
  }
4378
4414
  ),
4379
- /* @__PURE__ */ jsx85(
4415
+ /* @__PURE__ */ jsx86(
4380
4416
  "path",
4381
4417
  {
4382
4418
  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",
4383
4419
  fill: "currentColor"
4384
4420
  }
4385
4421
  ),
4386
- /* @__PURE__ */ jsx85(
4422
+ /* @__PURE__ */ jsx86(
4387
4423
  "path",
4388
4424
  {
4389
4425
  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",
4390
4426
  fill: "currentColor"
4391
4427
  }
4392
4428
  ),
4393
- /* @__PURE__ */ jsx85(
4429
+ /* @__PURE__ */ jsx86(
4394
4430
  "path",
4395
4431
  {
4396
4432
  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",
4397
4433
  fill: "currentColor"
4398
4434
  }
4399
4435
  ),
4400
- /* @__PURE__ */ jsx85(
4436
+ /* @__PURE__ */ jsx86(
4401
4437
  "path",
4402
4438
  {
4403
4439
  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",
4404
4440
  fill: "currentColor"
4405
4441
  }
4406
4442
  ),
4407
- /* @__PURE__ */ jsx85(
4443
+ /* @__PURE__ */ jsx86(
4408
4444
  "path",
4409
4445
  {
4410
4446
  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",
4411
4447
  fill: "currentColor"
4412
4448
  }
4413
4449
  ),
4414
- /* @__PURE__ */ jsx85(
4450
+ /* @__PURE__ */ jsx86(
4415
4451
  "path",
4416
4452
  {
4417
4453
  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",
4418
4454
  fill: "currentColor"
4419
4455
  }
4420
4456
  ),
4421
- /* @__PURE__ */ jsx85("path", { d: "M62.9069 10.1301V1.55836H63.7403V10.1301H62.9069Z", fill: "currentColor" }),
4422
- /* @__PURE__ */ jsx85(
4457
+ /* @__PURE__ */ jsx86("path", { d: "M62.9069 10.1301V1.55836H63.7403V10.1301H62.9069Z", fill: "currentColor" }),
4458
+ /* @__PURE__ */ jsx86(
4423
4459
  "path",
4424
4460
  {
4425
4461
  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",
4426
4462
  fill: "currentColor"
4427
4463
  }
4428
4464
  ),
4429
- /* @__PURE__ */ jsxs83("defs", { children: [
4430
- /* @__PURE__ */ jsxs83(
4465
+ /* @__PURE__ */ jsxs84("defs", { children: [
4466
+ /* @__PURE__ */ jsxs84(
4431
4467
  "linearGradient",
4432
4468
  {
4433
4469
  id: "agg-build-logo-g0",
@@ -4437,12 +4473,12 @@ var AggBuildLogo = (props) => /* @__PURE__ */ jsxs83(
4437
4473
  y2: "14",
4438
4474
  gradientUnits: "userSpaceOnUse",
4439
4475
  children: [
4440
- /* @__PURE__ */ jsx85("stop", { stopColor: "#FE9943" }),
4441
- /* @__PURE__ */ jsx85("stop", { offset: "1", stopColor: "#FE763C" })
4476
+ /* @__PURE__ */ jsx86("stop", { stopColor: "#FE9943" }),
4477
+ /* @__PURE__ */ jsx86("stop", { offset: "1", stopColor: "#FE763C" })
4442
4478
  ]
4443
4479
  }
4444
4480
  ),
4445
- /* @__PURE__ */ jsxs83(
4481
+ /* @__PURE__ */ jsxs84(
4446
4482
  "linearGradient",
4447
4483
  {
4448
4484
  id: "agg-build-logo-g1",
@@ -4452,12 +4488,12 @@ var AggBuildLogo = (props) => /* @__PURE__ */ jsxs83(
4452
4488
  y2: "14",
4453
4489
  gradientUnits: "userSpaceOnUse",
4454
4490
  children: [
4455
- /* @__PURE__ */ jsx85("stop", { stopColor: "#FE763C" }),
4456
- /* @__PURE__ */ jsx85("stop", { offset: "1", stopColor: "#FE9943" })
4491
+ /* @__PURE__ */ jsx86("stop", { stopColor: "#FE763C" }),
4492
+ /* @__PURE__ */ jsx86("stop", { offset: "1", stopColor: "#FE9943" })
4457
4493
  ]
4458
4494
  }
4459
4495
  ),
4460
- /* @__PURE__ */ jsxs83(
4496
+ /* @__PURE__ */ jsxs84(
4461
4497
  "linearGradient",
4462
4498
  {
4463
4499
  id: "agg-build-logo-g2",
@@ -4467,8 +4503,8 @@ var AggBuildLogo = (props) => /* @__PURE__ */ jsxs83(
4467
4503
  y2: "14",
4468
4504
  gradientUnits: "userSpaceOnUse",
4469
4505
  children: [
4470
- /* @__PURE__ */ jsx85("stop", { stopColor: "#FEB549" }),
4471
- /* @__PURE__ */ jsx85("stop", { offset: "1", stopColor: "#FDA349" })
4506
+ /* @__PURE__ */ jsx86("stop", { stopColor: "#FEB549" }),
4507
+ /* @__PURE__ */ jsx86("stop", { offset: "1", stopColor: "#FDA349" })
4472
4508
  ]
4473
4509
  }
4474
4510
  )
@@ -4477,7 +4513,7 @@ var AggBuildLogo = (props) => /* @__PURE__ */ jsxs83(
4477
4513
  })
4478
4514
  );
4479
4515
  AggBuildLogo.displayName = "AggBuildLogo";
4480
- var AggBuildTextLogo = (props) => /* @__PURE__ */ jsxs83(
4516
+ var AggBuildTextLogo = (props) => /* @__PURE__ */ jsxs84(
4481
4517
  "svg",
4482
4518
  __spreadProps(__spreadValues({
4483
4519
  xmlns: "http://www.w3.org/2000/svg",
@@ -4487,50 +4523,50 @@ var AggBuildTextLogo = (props) => /* @__PURE__ */ jsxs83(
4487
4523
  fill: "none"
4488
4524
  }, props), {
4489
4525
  children: [
4490
- /* @__PURE__ */ jsx85(
4526
+ /* @__PURE__ */ jsx86(
4491
4527
  "path",
4492
4528
  {
4493
4529
  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",
4494
4530
  fill: "currentColor"
4495
4531
  }
4496
4532
  ),
4497
- /* @__PURE__ */ jsx85(
4533
+ /* @__PURE__ */ jsx86(
4498
4534
  "path",
4499
4535
  {
4500
4536
  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",
4501
4537
  fill: "currentColor"
4502
4538
  }
4503
4539
  ),
4504
- /* @__PURE__ */ jsx85(
4540
+ /* @__PURE__ */ jsx86(
4505
4541
  "path",
4506
4542
  {
4507
4543
  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",
4508
4544
  fill: "currentColor"
4509
4545
  }
4510
4546
  ),
4511
- /* @__PURE__ */ jsx85(
4547
+ /* @__PURE__ */ jsx86(
4512
4548
  "path",
4513
4549
  {
4514
4550
  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",
4515
4551
  fill: "currentColor"
4516
4552
  }
4517
4553
  ),
4518
- /* @__PURE__ */ jsx85(
4554
+ /* @__PURE__ */ jsx86(
4519
4555
  "path",
4520
4556
  {
4521
4557
  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",
4522
4558
  fill: "currentColor"
4523
4559
  }
4524
4560
  ),
4525
- /* @__PURE__ */ jsx85(
4561
+ /* @__PURE__ */ jsx86(
4526
4562
  "path",
4527
4563
  {
4528
4564
  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",
4529
4565
  fill: "currentColor"
4530
4566
  }
4531
4567
  ),
4532
- /* @__PURE__ */ jsx85("path", { d: "M50.8937 10.5778V0.781475H51.8461V10.5778H50.8937Z", fill: "currentColor" }),
4533
- /* @__PURE__ */ jsx85(
4568
+ /* @__PURE__ */ jsx86("path", { d: "M50.8937 10.5778V0.781475H51.8461V10.5778H50.8937Z", fill: "currentColor" }),
4569
+ /* @__PURE__ */ jsx86(
4534
4570
  "path",
4535
4571
  {
4536
4572
  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",
@@ -4562,8 +4598,8 @@ var DEFAULT_FOOTER_LINKS = [
4562
4598
  ];
4563
4599
 
4564
4600
  // src/primitives/footer/index.tsx
4565
- import { Fragment as Fragment3, jsx as jsx86, jsxs as jsxs84 } from "react/jsx-runtime";
4566
- var XIcon = (props) => /* @__PURE__ */ jsx86(
4601
+ import { Fragment as Fragment3, jsx as jsx87, jsxs as jsxs85 } from "react/jsx-runtime";
4602
+ var XIcon = (props) => /* @__PURE__ */ jsx87(
4567
4603
  "svg",
4568
4604
  __spreadProps(__spreadValues({
4569
4605
  xmlns: "http://www.w3.org/2000/svg",
@@ -4573,7 +4609,7 @@ var XIcon = (props) => /* @__PURE__ */ jsx86(
4573
4609
  fill: "none",
4574
4610
  "aria-hidden": "true"
4575
4611
  }, props), {
4576
- children: /* @__PURE__ */ jsx86(
4612
+ children: /* @__PURE__ */ jsx87(
4577
4613
  "path",
4578
4614
  {
4579
4615
  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",
@@ -4583,8 +4619,8 @@ var XIcon = (props) => /* @__PURE__ */ jsx86(
4583
4619
  })
4584
4620
  );
4585
4621
  var renderLink = (link, linkClass) => {
4586
- const inner = /* @__PURE__ */ jsxs84(Fragment3, { children: [
4587
- /* @__PURE__ */ jsx86(
4622
+ const inner = /* @__PURE__ */ jsxs85(Fragment3, { children: [
4623
+ /* @__PURE__ */ jsx87(
4588
4624
  "span",
4589
4625
  {
4590
4626
  className: "hidden md:inline",
@@ -4592,11 +4628,11 @@ var renderLink = (link, linkClass) => {
4592
4628
  children: link.label
4593
4629
  }
4594
4630
  ),
4595
- link.mobileLabel !== void 0 && link.mobileLabel !== link.label ? /* @__PURE__ */ jsx86("span", { className: "md:hidden", children: link.mobileLabel }) : /* @__PURE__ */ jsx86("span", { className: "md:hidden", "aria-hidden": "true", children: link.label }),
4596
- link.mobileLabel !== void 0 && link.mobileLabel !== link.label && /* @__PURE__ */ jsx86("span", { className: "sr-only", children: link.label })
4631
+ link.mobileLabel !== void 0 && link.mobileLabel !== link.label ? /* @__PURE__ */ jsx87("span", { className: "md:hidden", children: link.mobileLabel }) : /* @__PURE__ */ jsx87("span", { className: "md:hidden", "aria-hidden": "true", children: link.label }),
4632
+ link.mobileLabel !== void 0 && link.mobileLabel !== link.label && /* @__PURE__ */ jsx87("span", { className: "sr-only", children: link.label })
4597
4633
  ] });
4598
4634
  if (link.href) {
4599
- return /* @__PURE__ */ jsx86(
4635
+ return /* @__PURE__ */ jsx87(
4600
4636
  "a",
4601
4637
  {
4602
4638
  href: link.href,
@@ -4609,7 +4645,7 @@ var renderLink = (link, linkClass) => {
4609
4645
  );
4610
4646
  }
4611
4647
  if (link.onClick) {
4612
- return /* @__PURE__ */ jsx86(
4648
+ return /* @__PURE__ */ jsx87(
4613
4649
  "button",
4614
4650
  {
4615
4651
  type: "button",
@@ -4619,7 +4655,7 @@ var renderLink = (link, linkClass) => {
4619
4655
  }
4620
4656
  );
4621
4657
  }
4622
- return /* @__PURE__ */ jsx86("span", { className: linkClass, children: inner });
4658
+ return /* @__PURE__ */ jsx87("span", { className: linkClass, children: inner });
4623
4659
  };
4624
4660
  var Footer = ({
4625
4661
  links = DEFAULT_FOOTER_LINKS,
@@ -4635,13 +4671,13 @@ var Footer = ({
4635
4671
  "text-xs text-agg-muted-foreground whitespace-nowrap transition-colors hover:text-agg-foreground md:text-sm",
4636
4672
  classNames == null ? void 0 : classNames.link
4637
4673
  );
4638
- return /* @__PURE__ */ jsx86(
4674
+ return /* @__PURE__ */ jsx87(
4639
4675
  "footer",
4640
4676
  {
4641
4677
  role: "contentinfo",
4642
4678
  "aria-label": ariaLabel,
4643
4679
  className: cn(baseFooterClasses, classNames == null ? void 0 : classNames.root),
4644
- children: /* @__PURE__ */ jsxs84(
4680
+ children: /* @__PURE__ */ jsxs85(
4645
4681
  "div",
4646
4682
  {
4647
4683
  className: cn(
@@ -4649,7 +4685,7 @@ var Footer = ({
4649
4685
  classNames == null ? void 0 : classNames.inner
4650
4686
  ),
4651
4687
  children: [
4652
- /* @__PURE__ */ jsxs84(
4688
+ /* @__PURE__ */ jsxs85(
4653
4689
  "a",
4654
4690
  {
4655
4691
  href: AGG_DEFAULT_URL,
@@ -4660,16 +4696,16 @@ var Footer = ({
4660
4696
  classNames == null ? void 0 : classNames.leftSection
4661
4697
  ),
4662
4698
  children: [
4663
- /* @__PURE__ */ jsxs84("div", { className: "hidden items-center gap-1 md:flex", children: [
4664
- /* @__PURE__ */ jsx86(AggBuildIcon, { className: "size-4 shrink-0" }),
4665
- /* @__PURE__ */ jsx86("span", { className: "whitespace-nowrap text-sm text-agg-muted-foreground transition-colors group-hover/brand:text-agg-foreground", children: "Built with" }),
4666
- /* @__PURE__ */ jsx86(AggBuildTextLogo, { "aria-label": "agg build", className: "shrink-0 text-agg-foreground" })
4699
+ /* @__PURE__ */ jsxs85("div", { className: "hidden items-center gap-1 md:flex", children: [
4700
+ /* @__PURE__ */ jsx87(AggBuildIcon, { className: "size-4 shrink-0" }),
4701
+ /* @__PURE__ */ jsx87("span", { className: "whitespace-nowrap text-sm text-agg-muted-foreground transition-colors group-hover/brand:text-agg-foreground", children: "Built with" }),
4702
+ /* @__PURE__ */ jsx87(AggBuildTextLogo, { "aria-label": "agg build", className: "shrink-0 text-agg-foreground" })
4667
4703
  ] }),
4668
- /* @__PURE__ */ jsx86("div", { className: "md:hidden", children: /* @__PURE__ */ jsx86(AggBuildLogo, { "aria-label": "agg build", className: "h-3.5 w-auto text-agg-foreground" }) })
4704
+ /* @__PURE__ */ jsx87("div", { className: "md:hidden", children: /* @__PURE__ */ jsx87(AggBuildLogo, { "aria-label": "agg build", className: "h-3.5 w-auto text-agg-foreground" }) })
4669
4705
  ]
4670
4706
  }
4671
4707
  ),
4672
- /* @__PURE__ */ jsxs84(
4708
+ /* @__PURE__ */ jsxs85(
4673
4709
  "div",
4674
4710
  {
4675
4711
  className: cn(
@@ -4677,8 +4713,8 @@ var Footer = ({
4677
4713
  classNames == null ? void 0 : classNames.rightSection
4678
4714
  ),
4679
4715
  children: [
4680
- /* @__PURE__ */ jsx86("div", { className: "flex items-center gap-2", children: links.map((link, i) => /* @__PURE__ */ jsxs84(Fragment2, { children: [
4681
- i > 0 && /* @__PURE__ */ jsx86(
4716
+ /* @__PURE__ */ jsx87("div", { className: "flex items-center gap-2", children: links.map((link, i) => /* @__PURE__ */ jsxs85(Fragment2, { children: [
4717
+ i > 0 && /* @__PURE__ */ jsx87(
4682
4718
  "span",
4683
4719
  {
4684
4720
  "aria-hidden": "true",
@@ -4691,15 +4727,15 @@ var Footer = ({
4691
4727
  ),
4692
4728
  renderLink(link, linkClass)
4693
4729
  ] }, link.label)) }),
4694
- email && /* @__PURE__ */ jsxs84(Fragment3, { children: [
4695
- /* @__PURE__ */ jsx86(
4730
+ email && /* @__PURE__ */ jsxs85(Fragment3, { children: [
4731
+ /* @__PURE__ */ jsx87(
4696
4732
  "div",
4697
4733
  {
4698
4734
  "aria-hidden": "true",
4699
4735
  className: "hidden h-3 w-px shrink-0 bg-agg-separator md:block"
4700
4736
  }
4701
4737
  ),
4702
- emailHref ? /* @__PURE__ */ jsx86(
4738
+ emailHref ? /* @__PURE__ */ jsx87(
4703
4739
  "a",
4704
4740
  {
4705
4741
  href: emailHref,
@@ -4711,7 +4747,7 @@ var Footer = ({
4711
4747
  ),
4712
4748
  children: email
4713
4749
  }
4714
- ) : /* @__PURE__ */ jsx86(
4750
+ ) : /* @__PURE__ */ jsx87(
4715
4751
  "span",
4716
4752
  {
4717
4753
  className: cn(
@@ -4722,15 +4758,15 @@ var Footer = ({
4722
4758
  }
4723
4759
  )
4724
4760
  ] }),
4725
- hasX && /* @__PURE__ */ jsxs84(Fragment3, { children: [
4726
- /* @__PURE__ */ jsx86(
4761
+ hasX && /* @__PURE__ */ jsxs85(Fragment3, { children: [
4762
+ /* @__PURE__ */ jsx87(
4727
4763
  "div",
4728
4764
  {
4729
4765
  "aria-hidden": "true",
4730
4766
  className: "hidden h-3 w-px shrink-0 bg-agg-separator md:block"
4731
4767
  }
4732
4768
  ),
4733
- xHref ? /* @__PURE__ */ jsx86(
4769
+ xHref ? /* @__PURE__ */ jsx87(
4734
4770
  "a",
4735
4771
  {
4736
4772
  href: xHref,
@@ -4741,9 +4777,9 @@ var Footer = ({
4741
4777
  "hidden items-center text-agg-muted-foreground transition-colors hover:text-agg-foreground md:flex",
4742
4778
  classNames == null ? void 0 : classNames.xLink
4743
4779
  ),
4744
- children: /* @__PURE__ */ jsx86(XIcon, { className: "size-4" })
4780
+ children: /* @__PURE__ */ jsx87(XIcon, { className: "size-4" })
4745
4781
  }
4746
- ) : /* @__PURE__ */ jsx86(
4782
+ ) : /* @__PURE__ */ jsx87(
4747
4783
  "button",
4748
4784
  {
4749
4785
  type: "button",
@@ -4753,7 +4789,7 @@ var Footer = ({
4753
4789
  "hidden cursor-pointer items-center border-0 bg-transparent p-0 text-agg-muted-foreground transition-colors hover:text-agg-foreground md:flex",
4754
4790
  classNames == null ? void 0 : classNames.xLink
4755
4791
  ),
4756
- children: /* @__PURE__ */ jsx86(XIcon, { className: "size-4" })
4792
+ children: /* @__PURE__ */ jsx87(XIcon, { className: "size-4" })
4757
4793
  }
4758
4794
  )
4759
4795
  ] })
@@ -5244,12 +5280,12 @@ import { useRef as useRef5, useState as useState6 } from "react";
5244
5280
 
5245
5281
  // src/primitives/skeleton/skeleton-block.tsx
5246
5282
  import { useSdkUiConfig as useSdkUiConfig8 } from "@agg-build/hooks";
5247
- import { jsx as jsx87 } from "react/jsx-runtime";
5283
+ import { jsx as jsx88 } from "react/jsx-runtime";
5248
5284
  var SkeletonBlock = ({ className }) => {
5249
5285
  const {
5250
5286
  features: { enableAnimations }
5251
5287
  } = useSdkUiConfig8();
5252
- return /* @__PURE__ */ jsx87(
5288
+ return /* @__PURE__ */ jsx88(
5253
5289
  "div",
5254
5290
  {
5255
5291
  "aria-hidden": true,
@@ -5278,7 +5314,7 @@ var resolveRemoteImageStatusFromSrc = (src) => {
5278
5314
  };
5279
5315
 
5280
5316
  // src/primitives/remote-image/index.tsx
5281
- import { jsx as jsx88, jsxs as jsxs85 } from "react/jsx-runtime";
5317
+ import { jsx as jsx89, jsxs as jsxs86 } from "react/jsx-runtime";
5282
5318
  var RemoteImage = ({
5283
5319
  src,
5284
5320
  alt,
@@ -5312,7 +5348,7 @@ var RemoteImage = ({
5312
5348
  setStatus("error");
5313
5349
  };
5314
5350
  const sizeStyle = width !== void 0 || height !== void 0 ? { width: width != null ? width : void 0, height: height != null ? height : void 0 } : void 0;
5315
- return /* @__PURE__ */ jsxs85(
5351
+ return /* @__PURE__ */ jsxs86(
5316
5352
  "div",
5317
5353
  {
5318
5354
  className: cn(containerClasses, classNames == null ? void 0 : classNames.root, className),
@@ -5329,14 +5365,14 @@ var RemoteImage = ({
5329
5365
  "aria-label": ariaLabel,
5330
5366
  title: title2,
5331
5367
  children: [
5332
- status === "loading" && /* @__PURE__ */ jsx88(SkeletonBlock, { className: cn(skeletonClasses, classNames == null ? void 0 : classNames.placeholder) }),
5333
- status === "error" && /* @__PURE__ */ jsx88(
5368
+ status === "loading" && /* @__PURE__ */ jsx89(SkeletonBlock, { className: cn(skeletonClasses, classNames == null ? void 0 : classNames.placeholder) }),
5369
+ status === "error" && /* @__PURE__ */ jsx89(
5334
5370
  "div",
5335
5371
  {
5336
5372
  className: cn(placeholderClasses, classNames == null ? void 0 : classNames.placeholder),
5337
5373
  "aria-hidden": true,
5338
5374
  "aria-errormessage": "Image failed to load",
5339
- children: /* @__PURE__ */ jsx88(
5375
+ children: /* @__PURE__ */ jsx89(
5340
5376
  Icon,
5341
5377
  {
5342
5378
  name: "image",
@@ -5347,7 +5383,7 @@ var RemoteImage = ({
5347
5383
  )
5348
5384
  }
5349
5385
  ),
5350
- isValidRemoteImageSrc(src) && status !== "error" && /* @__PURE__ */ jsx88(
5386
+ isValidRemoteImageSrc(src) && status !== "error" && /* @__PURE__ */ jsx89(
5351
5387
  "img",
5352
5388
  {
5353
5389
  src,
@@ -5439,7 +5475,7 @@ import { useLabels as useLabels3 } from "@agg-build/hooks";
5439
5475
  var baseCardClassName = "gap-3 overflow-hidden p-5 w-full";
5440
5476
 
5441
5477
  // src/primitives/skeleton/views/event-list-item-skeleton-view.tsx
5442
- import { jsx as jsx89, jsxs as jsxs86 } from "react/jsx-runtime";
5478
+ import { jsx as jsx90, jsxs as jsxs87 } from "react/jsx-runtime";
5443
5479
  var EventListItemSkeletonView = ({
5444
5480
  className,
5445
5481
  ariaLabel,
@@ -5447,7 +5483,7 @@ var EventListItemSkeletonView = ({
5447
5483
  }) => {
5448
5484
  const labels = useLabels3();
5449
5485
  const outcomeTitleWidths = ["w-40", "w-[200px]"];
5450
- return /* @__PURE__ */ jsxs86(
5486
+ return /* @__PURE__ */ jsxs87(
5451
5487
  Card,
5452
5488
  {
5453
5489
  className: cn("group/agg-skeleton", baseCardClassName, className),
@@ -5456,23 +5492,23 @@ var EventListItemSkeletonView = ({
5456
5492
  "aria-busy": isStandalone || void 0,
5457
5493
  "aria-hidden": isStandalone ? void 0 : true,
5458
5494
  children: [
5459
- /* @__PURE__ */ jsxs86("div", { className: "flex h-10 w-full items-center gap-3 justify-stretch", children: [
5460
- /* @__PURE__ */ jsx89(SkeletonBlock, { className: "size-10! rounded-agg-lg" }),
5461
- /* @__PURE__ */ jsx89(SkeletonBlock, { className: "h-6 w-fit flex-1 rounded-agg-sm" })
5495
+ /* @__PURE__ */ jsxs87("div", { className: "flex h-10 w-full items-center gap-3 justify-stretch", children: [
5496
+ /* @__PURE__ */ jsx90(SkeletonBlock, { className: "size-10! rounded-agg-lg" }),
5497
+ /* @__PURE__ */ jsx90(SkeletonBlock, { className: "h-6 w-fit flex-1 rounded-agg-sm" })
5462
5498
  ] }),
5463
- /* @__PURE__ */ jsx89("div", { className: "flex flex-col gap-3", children: outcomeTitleWidths.map((outcomeTitleWidth, index) => /* @__PURE__ */ jsxs86("div", { className: "flex w-full items-center justify-between gap-3", children: [
5464
- /* @__PURE__ */ jsx89(SkeletonBlock, { className: cn("h-5 rounded-agg-sm", outcomeTitleWidth) }),
5465
- /* @__PURE__ */ jsx89(SkeletonBlock, { className: "h-8 w-[100px] rounded-agg-full" })
5499
+ /* @__PURE__ */ jsx90("div", { className: "flex flex-col gap-3", children: outcomeTitleWidths.map((outcomeTitleWidth, index) => /* @__PURE__ */ jsxs87("div", { className: "flex w-full items-center justify-between gap-3", children: [
5500
+ /* @__PURE__ */ jsx90(SkeletonBlock, { className: cn("h-5 rounded-agg-sm", outcomeTitleWidth) }),
5501
+ /* @__PURE__ */ jsx90(SkeletonBlock, { className: "h-8 w-[100px] rounded-agg-full" })
5466
5502
  ] }, index)) }),
5467
- /* @__PURE__ */ jsxs86("div", { className: "flex items-center justify-between gap-5 text-agg-muted-foreground", children: [
5468
- /* @__PURE__ */ jsxs86("div", { className: "flex min-w-0 flex-1 items-center gap-2", children: [
5469
- /* @__PURE__ */ jsx89(SkeletonBlock, { className: "h-5 w-[100px] rounded-agg-sm" }),
5470
- /* @__PURE__ */ jsxs86("div", { className: "flex items-center gap-1", children: [
5471
- /* @__PURE__ */ jsx89(SkeletonBlock, { className: "size-[14px] rounded-agg-sm" }),
5472
- /* @__PURE__ */ jsx89(SkeletonBlock, { className: "size-[14px] rounded-agg-sm" })
5503
+ /* @__PURE__ */ jsxs87("div", { className: "flex items-center justify-between gap-5 text-agg-muted-foreground", children: [
5504
+ /* @__PURE__ */ jsxs87("div", { className: "flex min-w-0 flex-1 items-center gap-2", children: [
5505
+ /* @__PURE__ */ jsx90(SkeletonBlock, { className: "h-5 w-[100px] rounded-agg-sm" }),
5506
+ /* @__PURE__ */ jsxs87("div", { className: "flex items-center gap-1", children: [
5507
+ /* @__PURE__ */ jsx90(SkeletonBlock, { className: "size-[14px] rounded-agg-sm" }),
5508
+ /* @__PURE__ */ jsx90(SkeletonBlock, { className: "size-[14px] rounded-agg-sm" })
5473
5509
  ] })
5474
5510
  ] }),
5475
- /* @__PURE__ */ jsx89(SkeletonBlock, { className: "h-5 w-[60px] rounded-agg-sm" })
5511
+ /* @__PURE__ */ jsx90(SkeletonBlock, { className: "h-5 w-[60px] rounded-agg-sm" })
5476
5512
  ] })
5477
5513
  ]
5478
5514
  }
@@ -5481,10 +5517,10 @@ var EventListItemSkeletonView = ({
5481
5517
  EventListItemSkeletonView.displayName = "EventListItemSkeletonView";
5482
5518
 
5483
5519
  // src/primitives/skeleton/views/event-list-skeleton-view.tsx
5484
- import { jsx as jsx90, jsxs as jsxs87 } from "react/jsx-runtime";
5520
+ import { jsx as jsx91, jsxs as jsxs88 } from "react/jsx-runtime";
5485
5521
  var EventListSkeletonView = ({ className, ariaLabel }) => {
5486
5522
  const labels = useLabels4();
5487
- return /* @__PURE__ */ jsxs87(
5523
+ return /* @__PURE__ */ jsxs88(
5488
5524
  "section",
5489
5525
  {
5490
5526
  className: cn("group/agg-skeleton", "flex w-full flex-col gap-5", className),
@@ -5492,11 +5528,11 @@ var EventListSkeletonView = ({ className, ariaLabel }) => {
5492
5528
  "aria-label": ariaLabel != null ? ariaLabel : labels.eventList.loading("events"),
5493
5529
  "aria-busy": true,
5494
5530
  children: [
5495
- /* @__PURE__ */ jsxs87("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: [
5496
- /* @__PURE__ */ jsx90(SkeletonBlock, { className: "h-7 w-[120px] rounded-agg-md" }),
5497
- /* @__PURE__ */ jsx90(SkeletonBlock, { className: "h-8 w-full rounded-agg-md md:w-[400px]" })
5531
+ /* @__PURE__ */ jsxs88("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: [
5532
+ /* @__PURE__ */ jsx91(SkeletonBlock, { className: "h-7 w-[120px] rounded-agg-md" }),
5533
+ /* @__PURE__ */ jsx91(SkeletonBlock, { className: "h-8 w-full rounded-agg-md md:w-[400px]" })
5498
5534
  ] }),
5499
- /* @__PURE__ */ jsx90("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_EVENTS_LIMIT }).map((_, index) => /* @__PURE__ */ jsx90(
5535
+ /* @__PURE__ */ jsx91("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_EVENTS_LIMIT }).map((_, index) => /* @__PURE__ */ jsx91(
5500
5536
  EventListItemSkeletonView,
5501
5537
  {
5502
5538
  isStandalone: false,
@@ -5517,13 +5553,13 @@ import { useLabels as useLabels5 } from "@agg-build/hooks";
5517
5553
  var detailsBaseCardClassName = "w-full gap-6 p-5 md:gap-8";
5518
5554
 
5519
5555
  // src/primitives/skeleton/views/event-list-item-details-skeleton-view.tsx
5520
- import { jsx as jsx91, jsxs as jsxs88 } from "react/jsx-runtime";
5556
+ import { jsx as jsx92, jsxs as jsxs89 } from "react/jsx-runtime";
5521
5557
  var EventListItemDetailsSkeletonView = ({
5522
5558
  className,
5523
5559
  ariaLabel
5524
5560
  }) => {
5525
5561
  const labels = useLabels5();
5526
- return /* @__PURE__ */ jsxs88(
5562
+ return /* @__PURE__ */ jsxs89(
5527
5563
  Card,
5528
5564
  {
5529
5565
  className: cn("group/agg-skeleton", detailsBaseCardClassName, className),
@@ -5531,24 +5567,24 @@ var EventListItemDetailsSkeletonView = ({
5531
5567
  "aria-label": ariaLabel != null ? ariaLabel : labels.eventItemDetails.loading,
5532
5568
  "aria-busy": true,
5533
5569
  children: [
5534
- /* @__PURE__ */ jsxs88("div", { className: "flex h-14 w-full items-center gap-3 justify-stretch", children: [
5535
- /* @__PURE__ */ jsx91(SkeletonBlock, { className: "size-10! rounded-agg-lg" }),
5536
- /* @__PURE__ */ jsx91(SkeletonBlock, { className: "h-6 w-fit flex-1 rounded-agg-sm" })
5570
+ /* @__PURE__ */ jsxs89("div", { className: "flex h-14 w-full items-center gap-3 justify-stretch", children: [
5571
+ /* @__PURE__ */ jsx92(SkeletonBlock, { className: "size-10! rounded-agg-lg" }),
5572
+ /* @__PURE__ */ jsx92(SkeletonBlock, { className: "h-6 w-fit flex-1 rounded-agg-sm" })
5537
5573
  ] }),
5538
- /* @__PURE__ */ jsxs88("div", { className: "flex w-full flex-col gap-4 md:gap-6", children: [
5539
- /* @__PURE__ */ jsxs88("div", { className: "flex w-full flex-col gap-3 md:flex-row md:items-center md:justify-between", children: [
5540
- /* @__PURE__ */ jsxs88("div", { className: "flex max-w-full gap-2 overflow-hidden", children: [
5541
- /* @__PURE__ */ jsx91(SkeletonBlock, { className: "h-9 w-[100px] rounded-agg-full" }),
5542
- /* @__PURE__ */ jsx91(SkeletonBlock, { className: "h-9 w-[100px] rounded-agg-full" }),
5543
- /* @__PURE__ */ jsx91(SkeletonBlock, { className: "h-9 w-[100px] rounded-agg-full" })
5574
+ /* @__PURE__ */ jsxs89("div", { className: "flex w-full flex-col gap-4 md:gap-6", children: [
5575
+ /* @__PURE__ */ jsxs89("div", { className: "flex w-full flex-col gap-3 md:flex-row md:items-center md:justify-between", children: [
5576
+ /* @__PURE__ */ jsxs89("div", { className: "flex max-w-full gap-2 overflow-hidden", children: [
5577
+ /* @__PURE__ */ jsx92(SkeletonBlock, { className: "h-9 w-[100px] rounded-agg-full" }),
5578
+ /* @__PURE__ */ jsx92(SkeletonBlock, { className: "h-9 w-[100px] rounded-agg-full" }),
5579
+ /* @__PURE__ */ jsx92(SkeletonBlock, { className: "h-9 w-[100px] rounded-agg-full" })
5544
5580
  ] }),
5545
- /* @__PURE__ */ jsx91(SkeletonBlock, { className: "h-9 w-full max-w-[221px] rounded-agg-full md:w-[221px]" })
5581
+ /* @__PURE__ */ jsx92(SkeletonBlock, { className: "h-9 w-full max-w-[221px] rounded-agg-full md:w-[221px]" })
5546
5582
  ] }),
5547
- /* @__PURE__ */ jsxs88("div", { className: "flex w-full flex-col gap-3", children: [
5548
- /* @__PURE__ */ jsx91(SkeletonBlock, { className: "h-[220px] w-full rounded-agg-xl md:h-[240px]" }),
5549
- /* @__PURE__ */ jsxs88("div", { className: "flex items-center justify-between", children: [
5550
- /* @__PURE__ */ jsx91(SkeletonBlock, { className: "h-5 w-[59px] rounded-agg-sm" }),
5551
- /* @__PURE__ */ jsx91(SkeletonBlock, { className: "h-5 w-40 rounded-agg-sm" })
5583
+ /* @__PURE__ */ jsxs89("div", { className: "flex w-full flex-col gap-3", children: [
5584
+ /* @__PURE__ */ jsx92(SkeletonBlock, { className: "h-[220px] w-full rounded-agg-xl md:h-[240px]" }),
5585
+ /* @__PURE__ */ jsxs89("div", { className: "flex items-center justify-between", children: [
5586
+ /* @__PURE__ */ jsx92(SkeletonBlock, { className: "h-5 w-[59px] rounded-agg-sm" }),
5587
+ /* @__PURE__ */ jsx92(SkeletonBlock, { className: "h-5 w-40 rounded-agg-sm" })
5552
5588
  ] })
5553
5589
  ] })
5554
5590
  ] })
@@ -5573,34 +5609,34 @@ var marketDetailsDefaultIsOpened = false;
5573
5609
  var orderBookRowLimitDefault = 4;
5574
5610
 
5575
5611
  // src/primitives/skeleton/views/market-details-skeleton-view.tsx
5576
- import { Fragment as Fragment4, jsx as jsx92, jsxs as jsxs89 } from "react/jsx-runtime";
5612
+ import { Fragment as Fragment4, jsx as jsx93, jsxs as jsxs90 } from "react/jsx-runtime";
5577
5613
  var orderBookAskBarScales = ["93%", "47%", "33%", "31%"];
5578
5614
  var orderBookBidBarScales = ["9%", "33%", "53%", "73%"];
5579
5615
  var MarketDetailsHeaderSkeleton = () => {
5580
- return /* @__PURE__ */ jsxs89("div", { className: "flex flex-wrap items-center justify-between gap-3 px-4 py-3 md:px-5", children: [
5581
- /* @__PURE__ */ jsxs89("div", { className: "flex min-w-0 items-center gap-3 md:min-w-52 md:gap-4", children: [
5582
- /* @__PURE__ */ jsx92(SkeletonBlock, { className: "size-12 rounded-agg-lg md:size-[60px]" }),
5583
- /* @__PURE__ */ jsxs89("div", { className: "flex min-w-0 flex-col gap-2", children: [
5584
- /* @__PURE__ */ jsx92(SkeletonBlock, { className: "h-6 w-[132px] rounded-agg-sm" }),
5585
- /* @__PURE__ */ jsx92(SkeletonBlock, { className: "h-4 w-[141px] rounded-agg-sm" })
5616
+ return /* @__PURE__ */ jsxs90("div", { className: "flex flex-wrap items-center justify-between gap-3 px-4 py-3 md:px-5", children: [
5617
+ /* @__PURE__ */ jsxs90("div", { className: "flex min-w-0 items-center gap-3 md:min-w-52 md:gap-4", children: [
5618
+ /* @__PURE__ */ jsx93(SkeletonBlock, { className: "size-12 rounded-agg-lg md:size-[60px]" }),
5619
+ /* @__PURE__ */ jsxs90("div", { className: "flex min-w-0 flex-col gap-2", children: [
5620
+ /* @__PURE__ */ jsx93(SkeletonBlock, { className: "h-6 w-[132px] rounded-agg-sm" }),
5621
+ /* @__PURE__ */ jsx93(SkeletonBlock, { className: "h-4 w-[141px] rounded-agg-sm" })
5586
5622
  ] })
5587
5623
  ] }),
5588
- /* @__PURE__ */ jsx92(SkeletonBlock, { className: "h-9 w-[60px] rounded-agg-md" }),
5589
- /* @__PURE__ */ jsxs89("div", { className: "flex w-full gap-2 md:w-auto", children: [
5590
- /* @__PURE__ */ jsx92(SkeletonBlock, { className: "h-9 w-full rounded-agg-full md:w-[135px]" }),
5591
- /* @__PURE__ */ jsx92(SkeletonBlock, { className: "h-9 w-full rounded-agg-full md:w-[131px]" })
5624
+ /* @__PURE__ */ jsx93(SkeletonBlock, { className: "h-9 w-[60px] rounded-agg-md" }),
5625
+ /* @__PURE__ */ jsxs90("div", { className: "flex w-full gap-2 md:w-auto", children: [
5626
+ /* @__PURE__ */ jsx93(SkeletonBlock, { className: "h-9 w-full rounded-agg-full md:w-[135px]" }),
5627
+ /* @__PURE__ */ jsx93(SkeletonBlock, { className: "h-9 w-full rounded-agg-full md:w-[131px]" })
5592
5628
  ] })
5593
5629
  ] });
5594
5630
  };
5595
5631
  var MarketDetailsTabsSkeleton = () => {
5596
- return /* @__PURE__ */ jsxs89("div", { className: "flex h-14 items-end px-4 md:px-5", children: [
5597
- /* @__PURE__ */ jsxs89("div", { className: "flex h-full flex-col items-end justify-end rounded-t-agg-lg", children: [
5598
- /* @__PURE__ */ jsx92("div", { className: "px-4 py-3", children: /* @__PURE__ */ jsx92(SkeletonBlock, { className: "h-6 w-20 rounded-agg-sm" }) }),
5599
- /* @__PURE__ */ jsx92(SkeletonBlock, { className: "h-[2px] w-full rounded-t-agg-sm" })
5632
+ return /* @__PURE__ */ jsxs90("div", { className: "flex h-14 items-end px-4 md:px-5", children: [
5633
+ /* @__PURE__ */ jsxs90("div", { className: "flex h-full flex-col items-end justify-end rounded-t-agg-lg", children: [
5634
+ /* @__PURE__ */ jsx93("div", { className: "px-4 py-3", children: /* @__PURE__ */ jsx93(SkeletonBlock, { className: "h-6 w-20 rounded-agg-sm" }) }),
5635
+ /* @__PURE__ */ jsx93(SkeletonBlock, { className: "h-[2px] w-full rounded-t-agg-sm" })
5600
5636
  ] }),
5601
- /* @__PURE__ */ jsxs89("div", { className: "flex h-full flex-col justify-center", children: [
5602
- /* @__PURE__ */ jsx92("div", { className: "px-4 py-3", children: /* @__PURE__ */ jsx92(SkeletonBlock, { className: "h-6 w-12 rounded-agg-sm" }) }),
5603
- /* @__PURE__ */ jsx92("div", { className: "h-[2px] w-full" })
5637
+ /* @__PURE__ */ jsxs90("div", { className: "flex h-full flex-col justify-center", children: [
5638
+ /* @__PURE__ */ jsx93("div", { className: "px-4 py-3", children: /* @__PURE__ */ jsx93(SkeletonBlock, { className: "h-6 w-12 rounded-agg-sm" }) }),
5639
+ /* @__PURE__ */ jsx93("div", { className: "h-[2px] w-full" })
5604
5640
  ] })
5605
5641
  ] });
5606
5642
  };
@@ -5608,25 +5644,25 @@ var MarketDetailsOrderBookRows = ({
5608
5644
  side,
5609
5645
  barScales
5610
5646
  }) => {
5611
- return /* @__PURE__ */ jsx92("div", { className: "flex flex-col", children: barScales.map((barScale, index) => /* @__PURE__ */ jsxs89(
5647
+ return /* @__PURE__ */ jsx93("div", { className: "flex flex-col", children: barScales.map((barScale, index) => /* @__PURE__ */ jsxs90(
5612
5648
  "div",
5613
5649
  {
5614
5650
  className: "flex h-9 items-center gap-2 overflow-hidden pr-5 md:gap-10",
5615
5651
  children: [
5616
- /* @__PURE__ */ jsx92("div", { className: "relative h-9 min-h-0 min-w-0 flex-1", children: /* @__PURE__ */ jsx92(
5652
+ /* @__PURE__ */ jsx93("div", { className: "relative h-9 min-h-0 min-w-0 flex-1", children: /* @__PURE__ */ jsx93(
5617
5653
  "div",
5618
5654
  {
5619
5655
  className: "absolute inset-y-0 left-0",
5620
5656
  style: { right: `${100 - parseFloat(barScale)}%` },
5621
- children: /* @__PURE__ */ jsx92(SkeletonBlock, { className: "h-full w-full rounded-none" })
5657
+ children: /* @__PURE__ */ jsx93(SkeletonBlock, { className: "h-full w-full rounded-none" })
5622
5658
  }
5623
5659
  ) }),
5624
- /* @__PURE__ */ jsxs89("div", { className: "flex w-20 shrink-0 items-center gap-1 md:w-[120px]", children: [
5625
- /* @__PURE__ */ jsx92(SkeletonBlock, { className: "h-5 w-10 rounded-agg-sm md:w-12" }),
5626
- /* @__PURE__ */ jsx92(SkeletonBlock, { className: "size-3.5 rounded-agg-sm" })
5660
+ /* @__PURE__ */ jsxs90("div", { className: "flex w-20 shrink-0 items-center gap-1 md:w-[120px]", children: [
5661
+ /* @__PURE__ */ jsx93(SkeletonBlock, { className: "h-5 w-10 rounded-agg-sm md:w-12" }),
5662
+ /* @__PURE__ */ jsx93(SkeletonBlock, { className: "size-3.5 rounded-agg-sm" })
5627
5663
  ] }),
5628
- /* @__PURE__ */ jsx92(SkeletonBlock, { className: "h-5 w-16 shrink-0 rounded-agg-sm md:w-[120px]" }),
5629
- /* @__PURE__ */ jsx92(SkeletonBlock, { className: "h-5 w-16 shrink-0 rounded-agg-sm md:w-[120px]" })
5664
+ /* @__PURE__ */ jsx93(SkeletonBlock, { className: "h-5 w-16 shrink-0 rounded-agg-sm md:w-[120px]" }),
5665
+ /* @__PURE__ */ jsx93(SkeletonBlock, { className: "h-5 w-16 shrink-0 rounded-agg-sm md:w-[120px]" })
5630
5666
  ]
5631
5667
  },
5632
5668
  `${side}-row-${index}`
@@ -5635,19 +5671,19 @@ var MarketDetailsOrderBookRows = ({
5635
5671
  var MarketDetailsOderbookSkeleton = ({
5636
5672
  className
5637
5673
  }) => {
5638
- return /* @__PURE__ */ jsxs89("div", { className: cn("flex flex-col", className), children: [
5639
- /* @__PURE__ */ jsxs89("div", { className: "flex h-9 items-center gap-2 border-b border-agg-separator px-3 md:gap-10 md:px-5", children: [
5640
- /* @__PURE__ */ jsx92(SkeletonBlock, { className: "h-4 w-16 flex-1 rounded-agg-sm md:w-20" }),
5641
- /* @__PURE__ */ jsx92(SkeletonBlock, { className: "h-4 w-20 shrink-0 rounded-agg-sm md:w-[120px]" }),
5642
- /* @__PURE__ */ jsx92(SkeletonBlock, { className: "h-4 w-16 shrink-0 rounded-agg-sm md:w-[120px]" }),
5643
- /* @__PURE__ */ jsx92(SkeletonBlock, { className: "h-4 w-16 shrink-0 rounded-agg-sm md:w-[120px]" })
5674
+ return /* @__PURE__ */ jsxs90("div", { className: cn("flex flex-col", className), children: [
5675
+ /* @__PURE__ */ jsxs90("div", { className: "flex h-9 items-center gap-2 border-b border-agg-separator px-3 md:gap-10 md:px-5", children: [
5676
+ /* @__PURE__ */ jsx93(SkeletonBlock, { className: "h-4 w-16 flex-1 rounded-agg-sm md:w-20" }),
5677
+ /* @__PURE__ */ jsx93(SkeletonBlock, { className: "h-4 w-20 shrink-0 rounded-agg-sm md:w-[120px]" }),
5678
+ /* @__PURE__ */ jsx93(SkeletonBlock, { className: "h-4 w-16 shrink-0 rounded-agg-sm md:w-[120px]" }),
5679
+ /* @__PURE__ */ jsx93(SkeletonBlock, { className: "h-4 w-16 shrink-0 rounded-agg-sm md:w-[120px]" })
5644
5680
  ] }),
5645
- /* @__PURE__ */ jsx92(MarketDetailsOrderBookRows, { side: "ask", barScales: orderBookAskBarScales }),
5646
- /* @__PURE__ */ jsxs89("div", { className: "flex h-9 items-center gap-2 border-y border-agg-separator px-3 md:gap-10 md:px-5", children: [
5647
- /* @__PURE__ */ jsx92(SkeletonBlock, { className: "h-5 w-24 flex-1 rounded-agg-sm" }),
5648
- /* @__PURE__ */ jsx92(SkeletonBlock, { className: "h-5 w-20 shrink-0 rounded-agg-sm" })
5681
+ /* @__PURE__ */ jsx93(MarketDetailsOrderBookRows, { side: "ask", barScales: orderBookAskBarScales }),
5682
+ /* @__PURE__ */ jsxs90("div", { className: "flex h-9 items-center gap-2 border-y border-agg-separator px-3 md:gap-10 md:px-5", children: [
5683
+ /* @__PURE__ */ jsx93(SkeletonBlock, { className: "h-5 w-24 flex-1 rounded-agg-sm" }),
5684
+ /* @__PURE__ */ jsx93(SkeletonBlock, { className: "h-5 w-20 shrink-0 rounded-agg-sm" })
5649
5685
  ] }),
5650
- /* @__PURE__ */ jsx92(MarketDetailsOrderBookRows, { side: "bid", barScales: orderBookBidBarScales })
5686
+ /* @__PURE__ */ jsx93(MarketDetailsOrderBookRows, { side: "bid", barScales: orderBookBidBarScales })
5651
5687
  ] });
5652
5688
  };
5653
5689
  var MarketDetailsSkeletonView = ({
@@ -5656,7 +5692,7 @@ var MarketDetailsSkeletonView = ({
5656
5692
  isDetailed
5657
5693
  }) => {
5658
5694
  const labels = useLabels6();
5659
- return /* @__PURE__ */ jsxs89(
5695
+ return /* @__PURE__ */ jsxs90(
5660
5696
  Card,
5661
5697
  {
5662
5698
  className: cn("group/agg-skeleton", marketDetailsBaseCardClassName, className),
@@ -5664,12 +5700,12 @@ var MarketDetailsSkeletonView = ({
5664
5700
  "aria-label": ariaLabel != null ? ariaLabel : labels.marketDetails.loading,
5665
5701
  "aria-busy": true,
5666
5702
  children: [
5667
- /* @__PURE__ */ jsx92(MarketDetailsHeaderSkeleton, {}),
5668
- isDetailed ? /* @__PURE__ */ jsxs89(Fragment4, { children: [
5669
- /* @__PURE__ */ jsx92("div", { className: "h-px w-full bg-agg-separator" }),
5670
- /* @__PURE__ */ jsx92(MarketDetailsTabsSkeleton, {}),
5671
- /* @__PURE__ */ jsx92("div", { className: "h-px w-full bg-agg-separator" }),
5672
- /* @__PURE__ */ jsx92(MarketDetailsOderbookSkeleton, {})
5703
+ /* @__PURE__ */ jsx93(MarketDetailsHeaderSkeleton, {}),
5704
+ isDetailed ? /* @__PURE__ */ jsxs90(Fragment4, { children: [
5705
+ /* @__PURE__ */ jsx93("div", { className: "h-px w-full bg-agg-separator" }),
5706
+ /* @__PURE__ */ jsx93(MarketDetailsTabsSkeleton, {}),
5707
+ /* @__PURE__ */ jsx93("div", { className: "h-px w-full bg-agg-separator" }),
5708
+ /* @__PURE__ */ jsx93(MarketDetailsOderbookSkeleton, {})
5673
5709
  ] }) : null
5674
5710
  ]
5675
5711
  }
@@ -5678,78 +5714,78 @@ var MarketDetailsSkeletonView = ({
5678
5714
  MarketDetailsSkeletonView.displayName = "MarketDetailsSkeletonView";
5679
5715
 
5680
5716
  // src/primitives/skeleton/views/place-order-skeleton-view.tsx
5681
- import { jsx as jsx93, jsxs as jsxs90 } from "react/jsx-runtime";
5717
+ import { jsx as jsx94, jsxs as jsxs91 } from "react/jsx-runtime";
5682
5718
  var placeOrderCardClassName = "overflow-hidden rounded-agg-xl border border-agg-border bg-agg-secondary shadow-none hover:shadow-none";
5683
5719
  var PlaceOrderRouteCardSkeleton = () => {
5684
- return /* @__PURE__ */ jsxs90("div", { className: "flex w-full items-center justify-between gap-4 rounded-agg-lg border border-agg-border bg-agg-secondary p-3", children: [
5685
- /* @__PURE__ */ jsxs90("div", { className: "flex items-center gap-3", children: [
5686
- /* @__PURE__ */ jsx93(SkeletonBlock, { className: "size-4 shrink-0 rounded-agg-sm" }),
5687
- /* @__PURE__ */ jsxs90("div", { className: "flex flex-col gap-2", children: [
5688
- /* @__PURE__ */ jsx93(SkeletonBlock, { className: "h-5 w-10 rounded-agg-sm" }),
5689
- /* @__PURE__ */ jsx93(SkeletonBlock, { className: "h-3 w-[91px] rounded-agg-sm" })
5720
+ return /* @__PURE__ */ jsxs91("div", { className: "flex w-full items-center justify-between gap-4 rounded-agg-lg border border-agg-border bg-agg-secondary p-3", children: [
5721
+ /* @__PURE__ */ jsxs91("div", { className: "flex items-center gap-3", children: [
5722
+ /* @__PURE__ */ jsx94(SkeletonBlock, { className: "size-4 shrink-0 rounded-agg-sm" }),
5723
+ /* @__PURE__ */ jsxs91("div", { className: "flex flex-col gap-2", children: [
5724
+ /* @__PURE__ */ jsx94(SkeletonBlock, { className: "h-5 w-10 rounded-agg-sm" }),
5725
+ /* @__PURE__ */ jsx94(SkeletonBlock, { className: "h-3 w-[91px] rounded-agg-sm" })
5690
5726
  ] })
5691
5727
  ] }),
5692
- /* @__PURE__ */ jsx93(SkeletonBlock, { className: "h-5 w-[75px] shrink-0 rounded-agg-sm" })
5728
+ /* @__PURE__ */ jsx94(SkeletonBlock, { className: "h-5 w-[75px] shrink-0 rounded-agg-sm" })
5693
5729
  ] });
5694
5730
  };
5695
5731
  PlaceOrderRouteCardSkeleton.displayName = "PlaceOrderRouteCardSkeleton";
5696
5732
  var TabsSkeletonBar = () => {
5697
- return /* @__PURE__ */ jsxs90("div", { className: "flex w-full items-end border-b border-agg-border", children: [
5698
- /* @__PURE__ */ jsxs90("div", { className: "flex flex-col rounded-t-agg-lg", children: [
5699
- /* @__PURE__ */ jsx93("div", { className: "px-5 py-2", children: /* @__PURE__ */ jsx93(SkeletonBlock, { className: "h-6 w-10 rounded-agg-sm" }) }),
5700
- /* @__PURE__ */ jsx93(SkeletonBlock, { className: "h-[2px] w-full rounded-t-agg-sm" })
5733
+ return /* @__PURE__ */ jsxs91("div", { className: "flex w-full items-end border-b border-agg-border", children: [
5734
+ /* @__PURE__ */ jsxs91("div", { className: "flex flex-col rounded-t-agg-lg", children: [
5735
+ /* @__PURE__ */ jsx94("div", { className: "px-5 py-2", children: /* @__PURE__ */ jsx94(SkeletonBlock, { className: "h-6 w-10 rounded-agg-sm" }) }),
5736
+ /* @__PURE__ */ jsx94(SkeletonBlock, { className: "h-[2px] w-full rounded-t-agg-sm" })
5701
5737
  ] }),
5702
- /* @__PURE__ */ jsxs90("div", { className: "flex flex-col", children: [
5703
- /* @__PURE__ */ jsx93("div", { className: "px-5 py-2", children: /* @__PURE__ */ jsx93(SkeletonBlock, { className: "h-6 w-10 rounded-agg-sm" }) }),
5704
- /* @__PURE__ */ jsx93("div", { className: "h-[2px] w-full" })
5738
+ /* @__PURE__ */ jsxs91("div", { className: "flex flex-col", children: [
5739
+ /* @__PURE__ */ jsx94("div", { className: "px-5 py-2", children: /* @__PURE__ */ jsx94(SkeletonBlock, { className: "h-6 w-10 rounded-agg-sm" }) }),
5740
+ /* @__PURE__ */ jsx94("div", { className: "h-[2px] w-full" })
5705
5741
  ] })
5706
5742
  ] });
5707
5743
  };
5708
5744
  var ContentBody = () => {
5709
- return /* @__PURE__ */ jsxs90("div", { className: cn("flex flex-col gap-6 p-5"), children: [
5710
- /* @__PURE__ */ jsxs90("div", { className: "flex flex-col gap-2", children: [
5711
- /* @__PURE__ */ jsxs90("div", { className: "flex min-w-0 items-center gap-3", children: [
5712
- /* @__PURE__ */ jsx93(SkeletonBlock, { className: "size-12 shrink-0 rounded-agg-lg" }),
5713
- /* @__PURE__ */ jsxs90("div", { className: "flex min-w-0 flex-1 flex-col gap-2", children: [
5714
- /* @__PURE__ */ jsx93(SkeletonBlock, { className: "h-4 w-[92%] max-w-[240px] rounded-agg-sm" }),
5715
- /* @__PURE__ */ jsx93(SkeletonBlock, { className: "h-4 w-[64%] max-w-[160px] rounded-agg-sm" })
5745
+ return /* @__PURE__ */ jsxs91("div", { className: cn("flex flex-col gap-6 p-5"), children: [
5746
+ /* @__PURE__ */ jsxs91("div", { className: "flex flex-col gap-2", children: [
5747
+ /* @__PURE__ */ jsxs91("div", { className: "flex min-w-0 items-center gap-3", children: [
5748
+ /* @__PURE__ */ jsx94(SkeletonBlock, { className: "size-12 shrink-0 rounded-agg-lg" }),
5749
+ /* @__PURE__ */ jsxs91("div", { className: "flex min-w-0 flex-1 flex-col gap-2", children: [
5750
+ /* @__PURE__ */ jsx94(SkeletonBlock, { className: "h-4 w-[92%] max-w-[240px] rounded-agg-sm" }),
5751
+ /* @__PURE__ */ jsx94(SkeletonBlock, { className: "h-4 w-[64%] max-w-[160px] rounded-agg-sm" })
5716
5752
  ] })
5717
5753
  ] }),
5718
- /* @__PURE__ */ jsx93(SkeletonBlock, { className: "h-6 w-[92px] rounded-agg-sm" }),
5719
- /* @__PURE__ */ jsx93(TabsSkeletonBar, {})
5754
+ /* @__PURE__ */ jsx94(SkeletonBlock, { className: "h-6 w-[92px] rounded-agg-sm" }),
5755
+ /* @__PURE__ */ jsx94(TabsSkeletonBar, {})
5720
5756
  ] }),
5721
- /* @__PURE__ */ jsxs90("div", { className: "flex flex-col gap-4", children: [
5722
- /* @__PURE__ */ jsxs90("div", { className: "flex w-full gap-2", children: [
5723
- /* @__PURE__ */ jsx93(SkeletonBlock, { className: "h-11 flex-1 rounded-agg-full" }),
5724
- /* @__PURE__ */ jsx93(SkeletonBlock, { className: "h-11 flex-1 rounded-agg-full" })
5757
+ /* @__PURE__ */ jsxs91("div", { className: "flex flex-col gap-4", children: [
5758
+ /* @__PURE__ */ jsxs91("div", { className: "flex w-full gap-2", children: [
5759
+ /* @__PURE__ */ jsx94(SkeletonBlock, { className: "h-11 flex-1 rounded-agg-full" }),
5760
+ /* @__PURE__ */ jsx94(SkeletonBlock, { className: "h-11 flex-1 rounded-agg-full" })
5725
5761
  ] }),
5726
- /* @__PURE__ */ jsxs90("div", { className: "flex items-center justify-between gap-4", children: [
5727
- /* @__PURE__ */ jsxs90("div", { className: "flex flex-col gap-2", children: [
5728
- /* @__PURE__ */ jsx93(SkeletonBlock, { className: "h-5 w-[63px] rounded-agg-sm" }),
5729
- /* @__PURE__ */ jsx93(SkeletonBlock, { className: "h-4 w-[118px] rounded-agg-sm" })
5762
+ /* @__PURE__ */ jsxs91("div", { className: "flex items-center justify-between gap-4", children: [
5763
+ /* @__PURE__ */ jsxs91("div", { className: "flex flex-col gap-2", children: [
5764
+ /* @__PURE__ */ jsx94(SkeletonBlock, { className: "h-5 w-[63px] rounded-agg-sm" }),
5765
+ /* @__PURE__ */ jsx94(SkeletonBlock, { className: "h-4 w-[118px] rounded-agg-sm" })
5730
5766
  ] }),
5731
- /* @__PURE__ */ jsx93("p", { className: cn("text-agg-3xl font-agg-bold leading-agg-9 text-agg-separator"), children: "$0" })
5767
+ /* @__PURE__ */ jsx94("p", { className: cn("text-agg-3xl font-agg-bold leading-agg-9 text-agg-separator"), children: "$0" })
5732
5768
  ] })
5733
5769
  ] }),
5734
- /* @__PURE__ */ jsxs90("div", { className: "flex flex-col gap-4", children: [
5735
- /* @__PURE__ */ jsx93(SkeletonBlock, { className: "h-12 w-full rounded-agg-full" }),
5736
- /* @__PURE__ */ jsx93(SkeletonBlock, { className: "h-3.5 w-full max-w-[120px] self-center rounded-agg-sm" })
5770
+ /* @__PURE__ */ jsxs91("div", { className: "flex flex-col gap-4", children: [
5771
+ /* @__PURE__ */ jsx94(SkeletonBlock, { className: "h-12 w-full rounded-agg-full" }),
5772
+ /* @__PURE__ */ jsx94(SkeletonBlock, { className: "h-3.5 w-full max-w-[120px] self-center rounded-agg-sm" })
5737
5773
  ] }),
5738
- /* @__PURE__ */ jsx93(SkeletonBlock, { className: "h-4 w-full max-w-[200px] self-center rounded-agg-sm" })
5774
+ /* @__PURE__ */ jsx94(SkeletonBlock, { className: "h-4 w-full max-w-[200px] self-center rounded-agg-sm" })
5739
5775
  ] });
5740
5776
  };
5741
5777
  var PlaceOrderSkeletonView = ({
5742
5778
  className,
5743
5779
  ariaLabel
5744
5780
  }) => {
5745
- return /* @__PURE__ */ jsx93(
5781
+ return /* @__PURE__ */ jsx94(
5746
5782
  "div",
5747
5783
  {
5748
5784
  className: cn("group/agg-skeleton", "w-full", className),
5749
5785
  role: "status",
5750
5786
  "aria-label": ariaLabel != null ? ariaLabel : "Loading place order",
5751
5787
  "aria-busy": true,
5752
- children: /* @__PURE__ */ jsx93(Card, { className: cn(placeOrderCardClassName, "w-full max-w-[342px]"), children: /* @__PURE__ */ jsx93(ContentBody, {}) })
5788
+ children: /* @__PURE__ */ jsx94(Card, { className: cn(placeOrderCardClassName, "w-full max-w-[342px]"), children: /* @__PURE__ */ jsx94(ContentBody, {}) })
5753
5789
  }
5754
5790
  );
5755
5791
  };
@@ -5757,33 +5793,33 @@ PlaceOrderSkeletonView.displayName = "PlaceOrderSkeletonView";
5757
5793
 
5758
5794
  // src/primitives/skeleton/views/search-skeleton-view.tsx
5759
5795
  import { useLabels as useLabels7 } from "@agg-build/hooks";
5760
- import { jsx as jsx94, jsxs as jsxs91 } from "react/jsx-runtime";
5796
+ import { jsx as jsx95, jsxs as jsxs92 } from "react/jsx-runtime";
5761
5797
  var SearchSkeletonRow = () => {
5762
- return /* @__PURE__ */ jsxs91("div", { className: "flex w-full items-center gap-6 px-5 py-4", children: [
5763
- /* @__PURE__ */ jsx94(SkeletonBlock, { className: "size-12 shrink-0 rounded-agg-lg" }),
5764
- /* @__PURE__ */ jsxs91("div", { className: "flex min-w-0 flex-1 flex-col gap-2", children: [
5765
- /* @__PURE__ */ jsx94(SkeletonBlock, { className: "h-5 w-full max-w-[320px] rounded-agg-sm" }),
5766
- /* @__PURE__ */ jsxs91("div", { className: "flex min-w-0 items-center gap-2", children: [
5767
- /* @__PURE__ */ jsx94(SkeletonBlock, { className: "h-4 w-[104px] rounded-agg-sm" }),
5768
- /* @__PURE__ */ jsxs91("div", { className: "flex items-center gap-1", children: [
5769
- /* @__PURE__ */ jsx94(SkeletonBlock, { className: "size-[14px] rounded-[4px]" }),
5770
- /* @__PURE__ */ jsx94(SkeletonBlock, { className: "size-[14px] rounded-[4px]" })
5798
+ return /* @__PURE__ */ jsxs92("div", { className: "flex w-full items-center gap-6 px-5 py-4", children: [
5799
+ /* @__PURE__ */ jsx95(SkeletonBlock, { className: "size-12 shrink-0 rounded-agg-lg" }),
5800
+ /* @__PURE__ */ jsxs92("div", { className: "flex min-w-0 flex-1 flex-col gap-2", children: [
5801
+ /* @__PURE__ */ jsx95(SkeletonBlock, { className: "h-5 w-full max-w-[320px] rounded-agg-sm" }),
5802
+ /* @__PURE__ */ jsxs92("div", { className: "flex min-w-0 items-center gap-2", children: [
5803
+ /* @__PURE__ */ jsx95(SkeletonBlock, { className: "h-4 w-[104px] rounded-agg-sm" }),
5804
+ /* @__PURE__ */ jsxs92("div", { className: "flex items-center gap-1", children: [
5805
+ /* @__PURE__ */ jsx95(SkeletonBlock, { className: "size-[14px] rounded-[4px]" }),
5806
+ /* @__PURE__ */ jsx95(SkeletonBlock, { className: "size-[14px] rounded-[4px]" })
5771
5807
  ] })
5772
5808
  ] })
5773
5809
  ] }),
5774
- /* @__PURE__ */ jsxs91("div", { className: "flex w-[200px] shrink-0 items-center gap-2", children: [
5775
- /* @__PURE__ */ jsx94(SkeletonBlock, { className: "size-4 rounded-[4px]" }),
5776
- /* @__PURE__ */ jsxs91("div", { className: "flex min-w-0 flex-1 items-center gap-2", children: [
5777
- /* @__PURE__ */ jsx94(SkeletonBlock, { className: "h-6 w-10 rounded-agg-sm" }),
5778
- /* @__PURE__ */ jsx94(SkeletonBlock, { className: "h-4 w-[60px] rounded-agg-sm" })
5810
+ /* @__PURE__ */ jsxs92("div", { className: "flex w-[200px] shrink-0 items-center gap-2", children: [
5811
+ /* @__PURE__ */ jsx95(SkeletonBlock, { className: "size-4 rounded-[4px]" }),
5812
+ /* @__PURE__ */ jsxs92("div", { className: "flex min-w-0 flex-1 items-center gap-2", children: [
5813
+ /* @__PURE__ */ jsx95(SkeletonBlock, { className: "h-6 w-10 rounded-agg-sm" }),
5814
+ /* @__PURE__ */ jsx95(SkeletonBlock, { className: "h-4 w-[60px] rounded-agg-sm" })
5779
5815
  ] })
5780
5816
  ] }),
5781
- /* @__PURE__ */ jsx94(SkeletonBlock, { className: "size-5 rounded-[4px]" })
5817
+ /* @__PURE__ */ jsx95(SkeletonBlock, { className: "size-5 rounded-[4px]" })
5782
5818
  ] });
5783
5819
  };
5784
5820
  var SearchSkeletonView = ({ className, ariaLabel }) => {
5785
5821
  const labels = useLabels7();
5786
- return /* @__PURE__ */ jsxs91(
5822
+ return /* @__PURE__ */ jsxs92(
5787
5823
  "div",
5788
5824
  {
5789
5825
  className: cn(
@@ -5795,8 +5831,8 @@ var SearchSkeletonView = ({ className, ariaLabel }) => {
5795
5831
  "aria-label": ariaLabel != null ? ariaLabel : labels.search.loadingResults,
5796
5832
  "aria-busy": true,
5797
5833
  children: [
5798
- /* @__PURE__ */ jsx94("div", { className: "pt-2", children: Array.from({ length: 4 }).map((_, index) => /* @__PURE__ */ jsx94("div", { className: cn(index > 0 && "border-t border-agg-separator"), children: /* @__PURE__ */ jsx94(SearchSkeletonRow, {}) }, index)) }),
5799
- /* @__PURE__ */ jsx94("div", { className: "border-t border-agg-separator px-5 py-5", children: /* @__PURE__ */ jsx94(SkeletonBlock, { className: "h-5 w-[116px] rounded-agg-sm" }) })
5834
+ /* @__PURE__ */ jsx95("div", { className: "pt-2", children: Array.from({ length: 4 }).map((_, index) => /* @__PURE__ */ jsx95("div", { className: cn(index > 0 && "border-t border-agg-separator"), children: /* @__PURE__ */ jsx95(SearchSkeletonRow, {}) }, index)) }),
5835
+ /* @__PURE__ */ jsx95("div", { className: "border-t border-agg-separator px-5 py-5", children: /* @__PURE__ */ jsx95(SkeletonBlock, { className: "h-5 w-[116px] rounded-agg-sm" }) })
5800
5836
  ]
5801
5837
  }
5802
5838
  );
@@ -5805,13 +5841,13 @@ SearchSkeletonView.displayName = "SearchSkeletonView";
5805
5841
 
5806
5842
  // src/primitives/skeleton/views/settlement-skeleton-view.tsx
5807
5843
  import { useLabels as useLabels8 } from "@agg-build/hooks";
5808
- import { jsx as jsx95, jsxs as jsxs92 } from "react/jsx-runtime";
5844
+ import { jsx as jsx96, jsxs as jsxs93 } from "react/jsx-runtime";
5809
5845
  var SettlementSkeletonView = ({
5810
5846
  className,
5811
5847
  ariaLabel
5812
5848
  }) => {
5813
5849
  const labels = useLabels8();
5814
- return /* @__PURE__ */ jsxs92(
5850
+ return /* @__PURE__ */ jsxs93(
5815
5851
  Card,
5816
5852
  {
5817
5853
  className: cn(
@@ -5823,26 +5859,26 @@ var SettlementSkeletonView = ({
5823
5859
  "aria-label": ariaLabel != null ? ariaLabel : labels.trading.settlementLoading,
5824
5860
  "aria-busy": true,
5825
5861
  children: [
5826
- /* @__PURE__ */ jsxs92("div", { className: "flex w-full items-center justify-between gap-4", children: [
5827
- /* @__PURE__ */ jsx95(SkeletonBlock, { className: "h-4 w-[81px] rounded-agg-sm" }),
5828
- /* @__PURE__ */ jsx95(SkeletonBlock, { className: "h-5 w-full max-w-[240px] rounded-agg-sm" })
5862
+ /* @__PURE__ */ jsxs93("div", { className: "flex w-full items-center justify-between gap-4", children: [
5863
+ /* @__PURE__ */ jsx96(SkeletonBlock, { className: "h-4 w-[81px] rounded-agg-sm" }),
5864
+ /* @__PURE__ */ jsx96(SkeletonBlock, { className: "h-5 w-full max-w-[240px] rounded-agg-sm" })
5829
5865
  ] }),
5830
- /* @__PURE__ */ jsxs92("div", { className: "flex w-full flex-col gap-3", children: [
5831
- /* @__PURE__ */ jsx95(SkeletonBlock, { className: "h-5 w-[200px] rounded-agg-sm" }),
5832
- /* @__PURE__ */ jsxs92("div", { className: "flex flex-col gap-2", children: [
5833
- /* @__PURE__ */ jsx95(SkeletonBlock, { className: "h-4 w-full max-w-[320px] rounded-agg-sm" }),
5834
- /* @__PURE__ */ jsx95(SkeletonBlock, { className: "h-4 w-full max-w-[280px] rounded-agg-sm" })
5866
+ /* @__PURE__ */ jsxs93("div", { className: "flex w-full flex-col gap-3", children: [
5867
+ /* @__PURE__ */ jsx96(SkeletonBlock, { className: "h-5 w-[200px] rounded-agg-sm" }),
5868
+ /* @__PURE__ */ jsxs93("div", { className: "flex flex-col gap-2", children: [
5869
+ /* @__PURE__ */ jsx96(SkeletonBlock, { className: "h-4 w-full max-w-[320px] rounded-agg-sm" }),
5870
+ /* @__PURE__ */ jsx96(SkeletonBlock, { className: "h-4 w-full max-w-[280px] rounded-agg-sm" })
5835
5871
  ] })
5836
5872
  ] }),
5837
- /* @__PURE__ */ jsx95("div", { className: "h-px w-full bg-agg-separator" }),
5838
- /* @__PURE__ */ jsxs92("div", { className: "flex w-full flex-col gap-3", children: [
5839
- /* @__PURE__ */ jsxs92("div", { className: "flex items-center gap-2", children: [
5840
- /* @__PURE__ */ jsx95(SkeletonBlock, { className: "size-4 rounded-agg-sm" }),
5841
- /* @__PURE__ */ jsx95(SkeletonBlock, { className: "h-5 w-[100px] rounded-agg-sm" })
5873
+ /* @__PURE__ */ jsx96("div", { className: "h-px w-full bg-agg-separator" }),
5874
+ /* @__PURE__ */ jsxs93("div", { className: "flex w-full flex-col gap-3", children: [
5875
+ /* @__PURE__ */ jsxs93("div", { className: "flex items-center gap-2", children: [
5876
+ /* @__PURE__ */ jsx96(SkeletonBlock, { className: "size-4 rounded-agg-sm" }),
5877
+ /* @__PURE__ */ jsx96(SkeletonBlock, { className: "h-5 w-[100px] rounded-agg-sm" })
5842
5878
  ] }),
5843
- /* @__PURE__ */ jsxs92("div", { className: "flex items-center gap-2", children: [
5844
- /* @__PURE__ */ jsx95(SkeletonBlock, { className: "size-4 rounded-agg-sm" }),
5845
- /* @__PURE__ */ jsx95(SkeletonBlock, { className: "h-5 w-[60px] rounded-agg-sm" })
5879
+ /* @__PURE__ */ jsxs93("div", { className: "flex items-center gap-2", children: [
5880
+ /* @__PURE__ */ jsx96(SkeletonBlock, { className: "size-4 rounded-agg-sm" }),
5881
+ /* @__PURE__ */ jsx96(SkeletonBlock, { className: "h-5 w-[60px] rounded-agg-sm" })
5846
5882
  ] })
5847
5883
  ] })
5848
5884
  ]
@@ -5852,12 +5888,12 @@ var SettlementSkeletonView = ({
5852
5888
  SettlementSkeletonView.displayName = "SettlementSkeletonView";
5853
5889
 
5854
5890
  // src/primitives/skeleton/views/user-profile-overview-skeleton-view.tsx
5855
- import { jsx as jsx96, jsxs as jsxs93 } from "react/jsx-runtime";
5891
+ import { jsx as jsx97, jsxs as jsxs94 } from "react/jsx-runtime";
5856
5892
  var UserProfileOverviewSkeletonView = ({
5857
5893
  className,
5858
5894
  ariaLabel
5859
5895
  }) => {
5860
- return /* @__PURE__ */ jsxs93(
5896
+ return /* @__PURE__ */ jsxs94(
5861
5897
  "div",
5862
5898
  {
5863
5899
  className: cn("flex w-full flex-col gap-6 sm:flex-row", className),
@@ -5865,49 +5901,49 @@ var UserProfileOverviewSkeletonView = ({
5865
5901
  "aria-label": ariaLabel != null ? ariaLabel : "Loading profile overview",
5866
5902
  "aria-busy": "true",
5867
5903
  children: [
5868
- /* @__PURE__ */ jsxs93("div", { className: "flex min-w-0 flex-1 flex-col gap-4 sm:gap-6", children: [
5869
- /* @__PURE__ */ jsx96("div", { className: "rounded-agg-md border border-agg-separator bg-agg-secondary p-5", children: /* @__PURE__ */ jsxs93("div", { className: "flex w-full items-center gap-5", children: [
5870
- /* @__PURE__ */ jsx96(SkeletonBlock, { className: "h-20 w-20 shrink-0 rounded-agg-full sm:h-[120px] sm:w-[120px]" }),
5871
- /* @__PURE__ */ jsxs93("div", { className: "flex min-w-0 flex-1 flex-col gap-2", children: [
5872
- /* @__PURE__ */ jsxs93("div", { className: "flex items-center justify-between gap-3", children: [
5873
- /* @__PURE__ */ jsx96(SkeletonBlock, { className: "h-9 w-[140px] rounded-agg-sm" }),
5874
- /* @__PURE__ */ jsx96(SkeletonBlock, { className: "h-6 w-[72px] rounded-agg-sm" })
5904
+ /* @__PURE__ */ jsxs94("div", { className: "flex min-w-0 flex-1 flex-col gap-4 sm:gap-6", children: [
5905
+ /* @__PURE__ */ jsx97("div", { className: "rounded-agg-md border border-agg-separator bg-agg-secondary p-5", children: /* @__PURE__ */ jsxs94("div", { className: "flex w-full items-center gap-5", children: [
5906
+ /* @__PURE__ */ jsx97(SkeletonBlock, { className: "h-20 w-20 shrink-0 rounded-agg-full sm:h-[120px] sm:w-[120px]" }),
5907
+ /* @__PURE__ */ jsxs94("div", { className: "flex min-w-0 flex-1 flex-col gap-2", children: [
5908
+ /* @__PURE__ */ jsxs94("div", { className: "flex items-center justify-between gap-3", children: [
5909
+ /* @__PURE__ */ jsx97(SkeletonBlock, { className: "h-9 w-[140px] rounded-agg-sm" }),
5910
+ /* @__PURE__ */ jsx97(SkeletonBlock, { className: "h-6 w-[72px] rounded-agg-sm" })
5875
5911
  ] }),
5876
- /* @__PURE__ */ jsxs93("div", { className: "flex items-center gap-2", children: [
5877
- /* @__PURE__ */ jsx96(SkeletonBlock, { className: "h-5 w-5 rounded-agg-sm" }),
5878
- /* @__PURE__ */ jsx96(SkeletonBlock, { className: "h-6 w-[140px] rounded-agg-sm" }),
5879
- /* @__PURE__ */ jsx96(SkeletonBlock, { className: "h-5 w-[72px] rounded-agg-sm" })
5912
+ /* @__PURE__ */ jsxs94("div", { className: "flex items-center gap-2", children: [
5913
+ /* @__PURE__ */ jsx97(SkeletonBlock, { className: "h-5 w-5 rounded-agg-sm" }),
5914
+ /* @__PURE__ */ jsx97(SkeletonBlock, { className: "h-6 w-[140px] rounded-agg-sm" }),
5915
+ /* @__PURE__ */ jsx97(SkeletonBlock, { className: "h-5 w-[72px] rounded-agg-sm" })
5880
5916
  ] })
5881
5917
  ] })
5882
5918
  ] }) }),
5883
- /* @__PURE__ */ jsx96("div", { className: "rounded-agg-md border border-agg-separator bg-agg-secondary p-5", children: /* @__PURE__ */ jsxs93("div", { className: "flex items-center justify-between", children: [
5884
- /* @__PURE__ */ jsxs93("div", { className: "flex items-end gap-3", children: [
5885
- /* @__PURE__ */ jsx96(SkeletonBlock, { className: "h-9 w-[80px] rounded-agg-sm" }),
5886
- /* @__PURE__ */ jsx96(SkeletonBlock, { className: "h-5 w-[100px] rounded-agg-sm" })
5919
+ /* @__PURE__ */ jsx97("div", { className: "rounded-agg-md border border-agg-separator bg-agg-secondary p-5", children: /* @__PURE__ */ jsxs94("div", { className: "flex items-center justify-between", children: [
5920
+ /* @__PURE__ */ jsxs94("div", { className: "flex items-end gap-3", children: [
5921
+ /* @__PURE__ */ jsx97(SkeletonBlock, { className: "h-9 w-[80px] rounded-agg-sm" }),
5922
+ /* @__PURE__ */ jsx97(SkeletonBlock, { className: "h-5 w-[100px] rounded-agg-sm" })
5887
5923
  ] }),
5888
- /* @__PURE__ */ jsxs93("div", { className: "flex items-center gap-2", children: [
5889
- /* @__PURE__ */ jsx96(SkeletonBlock, { className: "h-5 w-5 rounded-agg-sm" }),
5890
- /* @__PURE__ */ jsx96(SkeletonBlock, { className: "h-5 w-5 rounded-agg-sm" }),
5891
- /* @__PURE__ */ jsx96(SkeletonBlock, { className: "h-5 w-5 rounded-agg-sm" }),
5892
- /* @__PURE__ */ jsx96(SkeletonBlock, { className: "h-5 w-5 rounded-agg-sm" })
5924
+ /* @__PURE__ */ jsxs94("div", { className: "flex items-center gap-2", children: [
5925
+ /* @__PURE__ */ jsx97(SkeletonBlock, { className: "h-5 w-5 rounded-agg-sm" }),
5926
+ /* @__PURE__ */ jsx97(SkeletonBlock, { className: "h-5 w-5 rounded-agg-sm" }),
5927
+ /* @__PURE__ */ jsx97(SkeletonBlock, { className: "h-5 w-5 rounded-agg-sm" }),
5928
+ /* @__PURE__ */ jsx97(SkeletonBlock, { className: "h-5 w-5 rounded-agg-sm" })
5893
5929
  ] })
5894
5930
  ] }) })
5895
5931
  ] }),
5896
- /* @__PURE__ */ jsxs93("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: [
5897
- /* @__PURE__ */ jsxs93("div", { className: "mb-4 flex items-center justify-between", children: [
5898
- /* @__PURE__ */ jsx96(SkeletonBlock, { className: "h-7 w-[84px] rounded-agg-sm" }),
5899
- /* @__PURE__ */ jsx96(SkeletonBlock, { className: "h-7 w-[64px] rounded-agg-sm" })
5932
+ /* @__PURE__ */ jsxs94("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: [
5933
+ /* @__PURE__ */ jsxs94("div", { className: "mb-4 flex items-center justify-between", children: [
5934
+ /* @__PURE__ */ jsx97(SkeletonBlock, { className: "h-7 w-[84px] rounded-agg-sm" }),
5935
+ /* @__PURE__ */ jsx97(SkeletonBlock, { className: "h-7 w-[64px] rounded-agg-sm" })
5900
5936
  ] }),
5901
- /* @__PURE__ */ jsx96("div", { className: "flex flex-col gap-4", children: Array.from({ length: 3 }).map((_, index) => /* @__PURE__ */ jsxs93("div", { className: "flex items-center justify-between", children: [
5902
- /* @__PURE__ */ jsxs93("div", { className: "flex items-center gap-3", children: [
5903
- /* @__PURE__ */ jsx96(SkeletonBlock, { className: "h-4 w-4 rounded-agg-sm" }),
5904
- /* @__PURE__ */ jsx96(SkeletonBlock, { className: "h-6 w-[70px] rounded-agg-sm" })
5937
+ /* @__PURE__ */ jsx97("div", { className: "flex flex-col gap-4", children: Array.from({ length: 3 }).map((_, index) => /* @__PURE__ */ jsxs94("div", { className: "flex items-center justify-between", children: [
5938
+ /* @__PURE__ */ jsxs94("div", { className: "flex items-center gap-3", children: [
5939
+ /* @__PURE__ */ jsx97(SkeletonBlock, { className: "h-4 w-4 rounded-agg-sm" }),
5940
+ /* @__PURE__ */ jsx97(SkeletonBlock, { className: "h-6 w-[70px] rounded-agg-sm" })
5905
5941
  ] }),
5906
- /* @__PURE__ */ jsx96(SkeletonBlock, { className: "h-6 w-[96px] rounded-agg-sm" })
5942
+ /* @__PURE__ */ jsx97(SkeletonBlock, { className: "h-6 w-[96px] rounded-agg-sm" })
5907
5943
  ] }, index)) }),
5908
- /* @__PURE__ */ jsxs93("div", { className: "mt-4 flex gap-3", children: [
5909
- /* @__PURE__ */ jsx96(SkeletonBlock, { className: "h-9 flex-1 rounded-agg-full" }),
5910
- /* @__PURE__ */ jsx96(SkeletonBlock, { className: "h-9 flex-1 rounded-agg-full" })
5944
+ /* @__PURE__ */ jsxs94("div", { className: "mt-4 flex gap-3", children: [
5945
+ /* @__PURE__ */ jsx97(SkeletonBlock, { className: "h-9 flex-1 rounded-agg-full" }),
5946
+ /* @__PURE__ */ jsx97(SkeletonBlock, { className: "h-9 flex-1 rounded-agg-full" })
5911
5947
  ] })
5912
5948
  ] })
5913
5949
  ]
@@ -5917,12 +5953,12 @@ var UserProfileOverviewSkeletonView = ({
5917
5953
  UserProfileOverviewSkeletonView.displayName = "UserProfileOverviewSkeletonView";
5918
5954
 
5919
5955
  // src/primitives/skeleton/views/user-profile-positions-activity-skeleton-view.tsx
5920
- import { jsx as jsx97, jsxs as jsxs94 } from "react/jsx-runtime";
5956
+ import { jsx as jsx98, jsxs as jsxs95 } from "react/jsx-runtime";
5921
5957
  var UserProfilePositionsActivitySkeletonView = ({
5922
5958
  className,
5923
5959
  ariaLabel
5924
5960
  }) => {
5925
- return /* @__PURE__ */ jsxs94(
5961
+ return /* @__PURE__ */ jsxs95(
5926
5962
  "div",
5927
5963
  {
5928
5964
  className: cn(
@@ -5933,18 +5969,18 @@ var UserProfilePositionsActivitySkeletonView = ({
5933
5969
  "aria-label": ariaLabel != null ? ariaLabel : "Loading positions and activity",
5934
5970
  "aria-busy": "true",
5935
5971
  children: [
5936
- /* @__PURE__ */ jsx97("div", { className: "h-11 border-b border-agg-separator px-4 sm:h-12 sm:px-6", children: /* @__PURE__ */ jsxs94("div", { className: "flex h-full items-center gap-6", children: [
5937
- /* @__PURE__ */ jsx97(SkeletonBlock, { className: "h-6 w-[72px] rounded-agg-sm" }),
5938
- /* @__PURE__ */ jsx97(SkeletonBlock, { className: "h-6 w-[64px] rounded-agg-sm" })
5972
+ /* @__PURE__ */ jsx98("div", { className: "h-11 border-b border-agg-separator px-4 sm:h-12 sm:px-6", children: /* @__PURE__ */ jsxs95("div", { className: "flex h-full items-center gap-6", children: [
5973
+ /* @__PURE__ */ jsx98(SkeletonBlock, { className: "h-6 w-[72px] rounded-agg-sm" }),
5974
+ /* @__PURE__ */ jsx98(SkeletonBlock, { className: "h-6 w-[64px] rounded-agg-sm" })
5939
5975
  ] }) }),
5940
- /* @__PURE__ */ jsxs94("div", { className: "flex flex-col gap-4 p-4 sm:gap-6 sm:p-6", children: [
5941
- /* @__PURE__ */ jsxs94("div", { className: "flex gap-5", children: [
5942
- /* @__PURE__ */ jsx97(SkeletonBlock, { className: "h-10 w-[270px] rounded-agg-sm" }),
5943
- /* @__PURE__ */ jsx97(SkeletonBlock, { className: "h-10 min-w-0 flex-1 rounded-agg-sm" })
5976
+ /* @__PURE__ */ jsxs95("div", { className: "flex flex-col gap-4 p-4 sm:gap-6 sm:p-6", children: [
5977
+ /* @__PURE__ */ jsxs95("div", { className: "flex gap-5", children: [
5978
+ /* @__PURE__ */ jsx98(SkeletonBlock, { className: "h-10 w-[270px] rounded-agg-sm" }),
5979
+ /* @__PURE__ */ jsx98(SkeletonBlock, { className: "h-10 min-w-0 flex-1 rounded-agg-sm" })
5944
5980
  ] }),
5945
- /* @__PURE__ */ jsx97("div", { className: "flex flex-col gap-3 sm:gap-4", children: Array.from({ length: 3 }).map((_, index) => /* @__PURE__ */ jsxs94("div", { className: "flex items-center gap-5", children: [
5946
- /* @__PURE__ */ jsx97(SkeletonBlock, { className: "h-10 w-[270px] rounded-agg-sm" }),
5947
- /* @__PURE__ */ jsx97(SkeletonBlock, { className: "h-10 min-w-0 flex-1 rounded-agg-sm" })
5981
+ /* @__PURE__ */ jsx98("div", { className: "flex flex-col gap-3 sm:gap-4", children: Array.from({ length: 3 }).map((_, index) => /* @__PURE__ */ jsxs95("div", { className: "flex items-center gap-5", children: [
5982
+ /* @__PURE__ */ jsx98(SkeletonBlock, { className: "h-10 w-[270px] rounded-agg-sm" }),
5983
+ /* @__PURE__ */ jsx98(SkeletonBlock, { className: "h-10 min-w-0 flex-1 rounded-agg-sm" })
5948
5984
  ] }, index)) })
5949
5985
  ] })
5950
5986
  ]
@@ -5984,37 +6020,37 @@ var resolveSkeletonView = (view) => {
5984
6020
  };
5985
6021
 
5986
6022
  // src/primitives/skeleton/index.tsx
5987
- import { jsx as jsx98 } from "react/jsx-runtime";
6023
+ import { jsx as jsx99 } from "react/jsx-runtime";
5988
6024
  var Skeleton = ({ view, className, ariaLabel }) => {
5989
6025
  const resolvedView = resolveSkeletonView(view);
5990
6026
  if (resolvedView === skeletonViews.eventListItem) {
5991
- return /* @__PURE__ */ jsx98(EventListItemSkeletonView, { className, ariaLabel, isStandalone: true });
6027
+ return /* @__PURE__ */ jsx99(EventListItemSkeletonView, { className, ariaLabel, isStandalone: true });
5992
6028
  }
5993
6029
  if (resolvedView === skeletonViews.eventListItemDetails) {
5994
- return /* @__PURE__ */ jsx98(EventListItemDetailsSkeletonView, { className, ariaLabel });
6030
+ return /* @__PURE__ */ jsx99(EventListItemDetailsSkeletonView, { className, ariaLabel });
5995
6031
  }
5996
6032
  if (resolvedView === skeletonViews.marketDetailsMinified) {
5997
- return /* @__PURE__ */ jsx98(MarketDetailsSkeletonView, { className, ariaLabel, isDetailed: false });
6033
+ return /* @__PURE__ */ jsx99(MarketDetailsSkeletonView, { className, ariaLabel, isDetailed: false });
5998
6034
  }
5999
6035
  if (resolvedView === skeletonViews.marketDetailsDetailed) {
6000
- return /* @__PURE__ */ jsx98(MarketDetailsSkeletonView, { className, ariaLabel, isDetailed: true });
6036
+ return /* @__PURE__ */ jsx99(MarketDetailsSkeletonView, { className, ariaLabel, isDetailed: true });
6001
6037
  }
6002
6038
  if (resolvedView === skeletonViews.settlement) {
6003
- return /* @__PURE__ */ jsx98(SettlementSkeletonView, { className, ariaLabel });
6039
+ return /* @__PURE__ */ jsx99(SettlementSkeletonView, { className, ariaLabel });
6004
6040
  }
6005
6041
  if (resolvedView === skeletonViews.placeOrder) {
6006
- return /* @__PURE__ */ jsx98(PlaceOrderSkeletonView, { className, ariaLabel });
6042
+ return /* @__PURE__ */ jsx99(PlaceOrderSkeletonView, { className, ariaLabel });
6007
6043
  }
6008
6044
  if (resolvedView === skeletonViews.search) {
6009
- return /* @__PURE__ */ jsx98(SearchSkeletonView, { className, ariaLabel });
6045
+ return /* @__PURE__ */ jsx99(SearchSkeletonView, { className, ariaLabel });
6010
6046
  }
6011
6047
  if (resolvedView === skeletonViews.userProfileOverview) {
6012
- return /* @__PURE__ */ jsx98(UserProfileOverviewSkeletonView, { className, ariaLabel });
6048
+ return /* @__PURE__ */ jsx99(UserProfileOverviewSkeletonView, { className, ariaLabel });
6013
6049
  }
6014
6050
  if (resolvedView === skeletonViews.userProfilePositionsActivity) {
6015
- return /* @__PURE__ */ jsx98(UserProfilePositionsActivitySkeletonView, { className, ariaLabel });
6051
+ return /* @__PURE__ */ jsx99(UserProfilePositionsActivitySkeletonView, { className, ariaLabel });
6016
6052
  }
6017
- return /* @__PURE__ */ jsx98(EventListSkeletonView, { className, ariaLabel });
6053
+ return /* @__PURE__ */ jsx99(EventListSkeletonView, { className, ariaLabel });
6018
6054
  };
6019
6055
  Skeleton.displayName = "Skeleton";
6020
6056
 
@@ -6037,7 +6073,7 @@ var resolveLogoPrimaryColor = ({
6037
6073
  };
6038
6074
 
6039
6075
  // src/primitives/venue-logo/svg/default-venue.tsx
6040
- import { jsx as jsx99, jsxs as jsxs95 } from "react/jsx-runtime";
6076
+ import { jsx as jsx100, jsxs as jsxs96 } from "react/jsx-runtime";
6041
6077
  var DefaultVenueIcon = (_a) => {
6042
6078
  var _b = _a, {
6043
6079
  title: title2,
@@ -6055,7 +6091,7 @@ var DefaultVenueIcon = (_a) => {
6055
6091
  isColor,
6056
6092
  color
6057
6093
  });
6058
- return /* @__PURE__ */ jsxs95(
6094
+ return /* @__PURE__ */ jsxs96(
6059
6095
  "svg",
6060
6096
  __spreadProps(__spreadValues(__spreadValues({
6061
6097
  viewBox: "0 0 100 100",
@@ -6063,9 +6099,9 @@ var DefaultVenueIcon = (_a) => {
6063
6099
  fill: "none"
6064
6100
  }, getIconA11yProps(title2)), props), {
6065
6101
  children: [
6066
- title2 ? /* @__PURE__ */ jsx99("title", { children: title2 }) : null,
6067
- /* @__PURE__ */ jsx99("circle", { cx: "50", cy: "50", r: "45", stroke: primaryColor, strokeWidth: "6", fill: "none" }),
6068
- /* @__PURE__ */ jsx99("circle", { cx: "50", cy: "50", r: "8", fill: primaryColor })
6102
+ title2 ? /* @__PURE__ */ jsx100("title", { children: title2 }) : null,
6103
+ /* @__PURE__ */ jsx100("circle", { cx: "50", cy: "50", r: "45", stroke: primaryColor, strokeWidth: "6", fill: "none" }),
6104
+ /* @__PURE__ */ jsx100("circle", { cx: "50", cy: "50", r: "8", fill: primaryColor })
6069
6105
  ]
6070
6106
  })
6071
6107
  );
@@ -6074,7 +6110,7 @@ var DefaultVenueIcon = (_a) => {
6074
6110
  // src/primitives/venue-logo/svg/logo-hyperliquid.tsx
6075
6111
  import { useAggUiConfig } from "@agg-build/hooks";
6076
6112
  import { Venue as Venue2 } from "@agg-build/sdk";
6077
- import { jsx as jsx100, jsxs as jsxs96 } from "react/jsx-runtime";
6113
+ import { jsx as jsx101, jsxs as jsxs97 } from "react/jsx-runtime";
6078
6114
  var LogoHyperliquidIcon = (_a) => {
6079
6115
  var _b = _a, {
6080
6116
  title: title2,
@@ -6097,7 +6133,7 @@ var LogoHyperliquidIcon = (_a) => {
6097
6133
  isColor,
6098
6134
  color
6099
6135
  });
6100
- return /* @__PURE__ */ jsxs96(
6136
+ return /* @__PURE__ */ jsxs97(
6101
6137
  "svg",
6102
6138
  __spreadProps(__spreadValues(__spreadValues({
6103
6139
  viewBox: "0 0 100 100",
@@ -6105,8 +6141,8 @@ var LogoHyperliquidIcon = (_a) => {
6105
6141
  fill: "none"
6106
6142
  }, getIconA11yProps(title2)), props), {
6107
6143
  children: [
6108
- title2 ? /* @__PURE__ */ jsx100("title", { children: title2 }) : null,
6109
- /* @__PURE__ */ jsx100(
6144
+ title2 ? /* @__PURE__ */ jsx101("title", { children: title2 }) : null,
6145
+ /* @__PURE__ */ jsx101(
6110
6146
  "path",
6111
6147
  {
6112
6148
  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",
@@ -6122,7 +6158,7 @@ LogoHyperliquidIcon.displayName = "LogoHyperliquidIcon";
6122
6158
  // src/primitives/venue-logo/svg/logo-kalshi.tsx
6123
6159
  import { useAggUiConfig as useAggUiConfig2 } from "@agg-build/hooks";
6124
6160
  import { Venue as Venue3 } from "@agg-build/sdk";
6125
- import { jsx as jsx101, jsxs as jsxs97 } from "react/jsx-runtime";
6161
+ import { jsx as jsx102, jsxs as jsxs98 } from "react/jsx-runtime";
6126
6162
  var LogoKalshiIcon = (_a) => {
6127
6163
  var _b = _a, {
6128
6164
  title: title2,
@@ -6145,7 +6181,7 @@ var LogoKalshiIcon = (_a) => {
6145
6181
  isColor,
6146
6182
  color
6147
6183
  });
6148
- return /* @__PURE__ */ jsxs97(
6184
+ return /* @__PURE__ */ jsxs98(
6149
6185
  "svg",
6150
6186
  __spreadProps(__spreadValues(__spreadValues({
6151
6187
  viewBox: "0 0 100 100",
@@ -6153,8 +6189,8 @@ var LogoKalshiIcon = (_a) => {
6153
6189
  fill: "none"
6154
6190
  }, getIconA11yProps(title2)), props), {
6155
6191
  children: [
6156
- title2 ? /* @__PURE__ */ jsx101("title", { children: title2 }) : null,
6157
- /* @__PURE__ */ jsx101(
6192
+ title2 ? /* @__PURE__ */ jsx102("title", { children: title2 }) : null,
6193
+ /* @__PURE__ */ jsx102(
6158
6194
  "path",
6159
6195
  {
6160
6196
  d: "M54.9798 47.579L79.4249 85.9995H58.2273L38.2531 52.9344V85.9995H20.4189V13.9995H38.2531V45.4356L59.6547 13.9995H78.7119L54.9798 47.579Z",
@@ -6170,7 +6206,7 @@ LogoKalshiIcon.displayName = "LogoKalshiIcon";
6170
6206
  // src/primitives/venue-logo/svg/logo-limitless.tsx
6171
6207
  import { useAggUiConfig as useAggUiConfig3 } from "@agg-build/hooks";
6172
6208
  import { Venue as Venue4 } from "@agg-build/sdk";
6173
- import { jsx as jsx102, jsxs as jsxs98 } from "react/jsx-runtime";
6209
+ import { jsx as jsx103, jsxs as jsxs99 } from "react/jsx-runtime";
6174
6210
  var LogoLimitlessIcon = (_a) => {
6175
6211
  var _b = _a, {
6176
6212
  title: title2,
@@ -6193,7 +6229,7 @@ var LogoLimitlessIcon = (_a) => {
6193
6229
  isColor,
6194
6230
  color
6195
6231
  });
6196
- return /* @__PURE__ */ jsxs98(
6232
+ return /* @__PURE__ */ jsxs99(
6197
6233
  "svg",
6198
6234
  __spreadProps(__spreadValues(__spreadValues({
6199
6235
  viewBox: "0 0 100 100",
@@ -6201,8 +6237,8 @@ var LogoLimitlessIcon = (_a) => {
6201
6237
  fill: "none"
6202
6238
  }, getIconA11yProps(title2)), props), {
6203
6239
  children: [
6204
- title2 ? /* @__PURE__ */ jsx102("title", { children: title2 }) : null,
6205
- /* @__PURE__ */ jsx102(
6240
+ title2 ? /* @__PURE__ */ jsx103("title", { children: title2 }) : null,
6241
+ /* @__PURE__ */ jsx103(
6206
6242
  "path",
6207
6243
  {
6208
6244
  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",
@@ -6218,7 +6254,7 @@ LogoLimitlessIcon.displayName = "LogoLimitlessIcon";
6218
6254
  // src/primitives/venue-logo/svg/logo-myriad.tsx
6219
6255
  import { useAggUiConfig as useAggUiConfig4 } from "@agg-build/hooks";
6220
6256
  import { Venue as Venue5 } from "@agg-build/sdk";
6221
- import { jsx as jsx103, jsxs as jsxs99 } from "react/jsx-runtime";
6257
+ import { jsx as jsx104, jsxs as jsxs100 } from "react/jsx-runtime";
6222
6258
  var LogoMyriadIcon = (_a) => {
6223
6259
  var _b = _a, {
6224
6260
  title: title2,
@@ -6241,7 +6277,7 @@ var LogoMyriadIcon = (_a) => {
6241
6277
  isColor,
6242
6278
  color
6243
6279
  });
6244
- return /* @__PURE__ */ jsxs99(
6280
+ return /* @__PURE__ */ jsxs100(
6245
6281
  "svg",
6246
6282
  __spreadProps(__spreadValues(__spreadValues({
6247
6283
  viewBox: "0 0 100 100",
@@ -6249,8 +6285,8 @@ var LogoMyriadIcon = (_a) => {
6249
6285
  fill: "none"
6250
6286
  }, getIconA11yProps(title2)), props), {
6251
6287
  children: [
6252
- title2 ? /* @__PURE__ */ jsx103("title", { children: title2 }) : null,
6253
- /* @__PURE__ */ jsx103(
6288
+ title2 ? /* @__PURE__ */ jsx104("title", { children: title2 }) : null,
6289
+ /* @__PURE__ */ jsx104(
6254
6290
  "path",
6255
6291
  {
6256
6292
  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",
@@ -6266,7 +6302,7 @@ LogoMyriadIcon.displayName = "LogoMyriadIcon";
6266
6302
  // src/primitives/venue-logo/svg/logo-opinion.tsx
6267
6303
  import { useAggUiConfig as useAggUiConfig5 } from "@agg-build/hooks";
6268
6304
  import { Venue as Venue6 } from "@agg-build/sdk";
6269
- import { jsx as jsx104, jsxs as jsxs100 } from "react/jsx-runtime";
6305
+ import { jsx as jsx105, jsxs as jsxs101 } from "react/jsx-runtime";
6270
6306
  var LogoOpinionIcon = (_a) => {
6271
6307
  var _b = _a, {
6272
6308
  title: title2,
@@ -6289,7 +6325,7 @@ var LogoOpinionIcon = (_a) => {
6289
6325
  isColor,
6290
6326
  color
6291
6327
  });
6292
- return /* @__PURE__ */ jsxs100(
6328
+ return /* @__PURE__ */ jsxs101(
6293
6329
  "svg",
6294
6330
  __spreadProps(__spreadValues(__spreadValues({
6295
6331
  viewBox: "0 0 100 100",
@@ -6297,8 +6333,8 @@ var LogoOpinionIcon = (_a) => {
6297
6333
  fill: "none"
6298
6334
  }, getIconA11yProps(title2)), props), {
6299
6335
  children: [
6300
- title2 ? /* @__PURE__ */ jsx104("title", { children: title2 }) : null,
6301
- /* @__PURE__ */ jsx104(
6336
+ title2 ? /* @__PURE__ */ jsx105("title", { children: title2 }) : null,
6337
+ /* @__PURE__ */ jsx105(
6302
6338
  "path",
6303
6339
  {
6304
6340
  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",
@@ -6314,7 +6350,7 @@ LogoOpinionIcon.displayName = "LogoOpinionIcon";
6314
6350
  // src/primitives/venue-logo/svg/logo-polymarket.tsx
6315
6351
  import { useAggUiConfig as useAggUiConfig6 } from "@agg-build/hooks";
6316
6352
  import { Venue as Venue7 } from "@agg-build/sdk";
6317
- import { jsx as jsx105, jsxs as jsxs101 } from "react/jsx-runtime";
6353
+ import { jsx as jsx106, jsxs as jsxs102 } from "react/jsx-runtime";
6318
6354
  var LogoPolymarketIcon = (_a) => {
6319
6355
  var _b = _a, {
6320
6356
  title: title2,
@@ -6337,7 +6373,7 @@ var LogoPolymarketIcon = (_a) => {
6337
6373
  isColor,
6338
6374
  color
6339
6375
  });
6340
- return /* @__PURE__ */ jsxs101(
6376
+ return /* @__PURE__ */ jsxs102(
6341
6377
  "svg",
6342
6378
  __spreadProps(__spreadValues(__spreadValues({
6343
6379
  viewBox: "0 0 100 100",
@@ -6345,8 +6381,8 @@ var LogoPolymarketIcon = (_a) => {
6345
6381
  fill: "none"
6346
6382
  }, getIconA11yProps(title2)), props), {
6347
6383
  children: [
6348
- title2 ? /* @__PURE__ */ jsx105("title", { children: title2 }) : null,
6349
- /* @__PURE__ */ jsx105(
6384
+ title2 ? /* @__PURE__ */ jsx106("title", { children: title2 }) : null,
6385
+ /* @__PURE__ */ jsx106(
6350
6386
  "path",
6351
6387
  {
6352
6388
  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",
@@ -6362,7 +6398,7 @@ LogoPolymarketIcon.displayName = "LogoPolymarketIcon";
6362
6398
  // src/primitives/venue-logo/svg/logo-predict.tsx
6363
6399
  import { useAggUiConfig as useAggUiConfig7 } from "@agg-build/hooks";
6364
6400
  import { Venue as Venue8 } from "@agg-build/sdk";
6365
- import { jsx as jsx106, jsxs as jsxs102 } from "react/jsx-runtime";
6401
+ import { jsx as jsx107, jsxs as jsxs103 } from "react/jsx-runtime";
6366
6402
  var LogoPredictIcon = (_a) => {
6367
6403
  var _b = _a, {
6368
6404
  title: title2,
@@ -6385,7 +6421,7 @@ var LogoPredictIcon = (_a) => {
6385
6421
  isColor,
6386
6422
  color
6387
6423
  });
6388
- return /* @__PURE__ */ jsxs102(
6424
+ return /* @__PURE__ */ jsxs103(
6389
6425
  "svg",
6390
6426
  __spreadProps(__spreadValues(__spreadValues({
6391
6427
  viewBox: "0 0 100 100",
@@ -6393,8 +6429,8 @@ var LogoPredictIcon = (_a) => {
6393
6429
  fill: "none"
6394
6430
  }, getIconA11yProps(title2)), props), {
6395
6431
  children: [
6396
- title2 ? /* @__PURE__ */ jsx106("title", { children: title2 }) : null,
6397
- /* @__PURE__ */ jsx106(
6432
+ title2 ? /* @__PURE__ */ jsx107("title", { children: title2 }) : null,
6433
+ /* @__PURE__ */ jsx107(
6398
6434
  "path",
6399
6435
  {
6400
6436
  fillRule: "evenodd",
@@ -6412,7 +6448,7 @@ LogoPredictIcon.displayName = "LogoPredictIcon";
6412
6448
  // src/primitives/venue-logo/svg/logo-probable.tsx
6413
6449
  import { useAggUiConfig as useAggUiConfig8 } from "@agg-build/hooks";
6414
6450
  import { Venue as Venue9 } from "@agg-build/sdk";
6415
- import { jsx as jsx107, jsxs as jsxs103 } from "react/jsx-runtime";
6451
+ import { jsx as jsx108, jsxs as jsxs104 } from "react/jsx-runtime";
6416
6452
  var LogoProbableIcon = (_a) => {
6417
6453
  var _b = _a, {
6418
6454
  title: title2,
@@ -6435,7 +6471,7 @@ var LogoProbableIcon = (_a) => {
6435
6471
  isColor,
6436
6472
  color
6437
6473
  });
6438
- return /* @__PURE__ */ jsxs103(
6474
+ return /* @__PURE__ */ jsxs104(
6439
6475
  "svg",
6440
6476
  __spreadProps(__spreadValues(__spreadValues({
6441
6477
  viewBox: "0 0 100 100",
@@ -6443,16 +6479,16 @@ var LogoProbableIcon = (_a) => {
6443
6479
  fill: "none"
6444
6480
  }, getIconA11yProps(title2)), props), {
6445
6481
  children: [
6446
- title2 ? /* @__PURE__ */ jsx107("title", { children: title2 }) : null,
6447
- /* @__PURE__ */ jsx107(
6482
+ title2 ? /* @__PURE__ */ jsx108("title", { children: title2 }) : null,
6483
+ /* @__PURE__ */ jsx108(
6448
6484
  "path",
6449
6485
  {
6450
6486
  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",
6451
6487
  fill: primaryColor
6452
6488
  }
6453
6489
  ),
6454
- /* @__PURE__ */ jsx107("path", { d: "M90.9329 15.4546V30.4546H8.90234V15.4546H90.9329Z", fill: primaryColor }),
6455
- /* @__PURE__ */ jsx107(
6490
+ /* @__PURE__ */ jsx108("path", { d: "M90.9329 15.4546V30.4546H8.90234V15.4546H90.9329Z", fill: primaryColor }),
6491
+ /* @__PURE__ */ jsx108(
6456
6492
  "path",
6457
6493
  {
6458
6494
  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",
@@ -6563,7 +6599,7 @@ var resolveVenueLogoIsColor = ({
6563
6599
  };
6564
6600
 
6565
6601
  // src/primitives/venue-logo/index.tsx
6566
- import { jsx as jsx108 } from "react/jsx-runtime";
6602
+ import { jsx as jsx109 } from "react/jsx-runtime";
6567
6603
  var VenueLogo = ({
6568
6604
  venue,
6569
6605
  variant = "icon",
@@ -6589,7 +6625,7 @@ var VenueLogo = ({
6589
6625
  console.warn(`[AggUI] Unknown venue "${venue}" \u2014 using default logo`);
6590
6626
  }
6591
6627
  if (variant === "logo") {
6592
- return /* @__PURE__ */ jsx108(
6628
+ return /* @__PURE__ */ jsx109(
6593
6629
  RemoteImage,
6594
6630
  {
6595
6631
  src: (_a = venueLogoUrlRegistry[venue]) != null ? _a : DEFAULT_VENUE_LOGO_URL,
@@ -6604,7 +6640,7 @@ var VenueLogo = ({
6604
6640
  isColor,
6605
6641
  isMonochromatic
6606
6642
  });
6607
- return /* @__PURE__ */ jsx108(
6643
+ return /* @__PURE__ */ jsx109(
6608
6644
  Component2,
6609
6645
  {
6610
6646
  className: cn("group/agg-venue-logo", "shrink-0", sizeClass, className),
@@ -6674,7 +6710,7 @@ var mapVenueEventToSearchResult = (event, labels, formatPercent, formatCompactCu
6674
6710
  };
6675
6711
 
6676
6712
  // src/primitives/search/index.tsx
6677
- import { Fragment as Fragment5, jsx as jsx109, jsxs as jsxs104 } from "react/jsx-runtime";
6713
+ import { Fragment as Fragment5, jsx as jsx110, jsxs as jsxs105 } from "react/jsx-runtime";
6678
6714
  var SearchResultRow = ({
6679
6715
  item,
6680
6716
  resultAria,
@@ -6685,7 +6721,7 @@ var SearchResultRow = ({
6685
6721
  const handleResultClick = () => {
6686
6722
  onSelect == null ? void 0 : onSelect(item);
6687
6723
  };
6688
- return /* @__PURE__ */ jsxs104(
6724
+ return /* @__PURE__ */ jsxs105(
6689
6725
  "button",
6690
6726
  {
6691
6727
  type: "button",
@@ -6702,8 +6738,8 @@ var SearchResultRow = ({
6702
6738
  onClick: handleResultClick,
6703
6739
  "aria-label": resultAria(item.title),
6704
6740
  children: [
6705
- /* @__PURE__ */ jsxs104("div", { className: "agg-search-result-content flex min-w-0 flex-1 items-center gap-4", children: [
6706
- /* @__PURE__ */ jsx109(
6741
+ /* @__PURE__ */ jsxs105("div", { className: "agg-search-result-content flex min-w-0 flex-1 items-center gap-4", children: [
6742
+ /* @__PURE__ */ jsx110(
6707
6743
  RemoteImage,
6708
6744
  {
6709
6745
  src: item.thumbnailSrc,
@@ -6715,8 +6751,8 @@ var SearchResultRow = ({
6715
6751
  )
6716
6752
  }
6717
6753
  ),
6718
- /* @__PURE__ */ jsxs104("div", { className: "flex min-w-0 flex-1 flex-col gap-1", children: [
6719
- /* @__PURE__ */ jsx109(
6754
+ /* @__PURE__ */ jsxs105("div", { className: "flex min-w-0 flex-1 flex-col gap-1", children: [
6755
+ /* @__PURE__ */ jsx110(
6720
6756
  "p",
6721
6757
  {
6722
6758
  className: cn(
@@ -6727,8 +6763,8 @@ var SearchResultRow = ({
6727
6763
  children: item.title
6728
6764
  }
6729
6765
  ),
6730
- /* @__PURE__ */ jsxs104("div", { className: "agg-search-result-context flex min-w-0 items-center gap-2 text-agg-muted-foreground", children: [
6731
- /* @__PURE__ */ jsx109(
6766
+ /* @__PURE__ */ jsxs105("div", { className: "agg-search-result-context flex min-w-0 items-center gap-2 text-agg-muted-foreground", children: [
6767
+ /* @__PURE__ */ jsx110(
6732
6768
  "p",
6733
6769
  {
6734
6770
  className: cn(
@@ -6738,7 +6774,7 @@ var SearchResultRow = ({
6738
6774
  children: item.marketSummaryLabel
6739
6775
  }
6740
6776
  ),
6741
- /* @__PURE__ */ jsx109("div", { className: "flex items-center gap-1", "aria-hidden": true, children: item.visibleVenues.map((venue) => /* @__PURE__ */ jsx109(
6777
+ /* @__PURE__ */ jsx110("div", { className: "flex items-center gap-1", "aria-hidden": true, children: item.visibleVenues.map((venue) => /* @__PURE__ */ jsx110(
6742
6778
  VenueLogo,
6743
6779
  {
6744
6780
  venue,
@@ -6748,9 +6784,9 @@ var SearchResultRow = ({
6748
6784
  },
6749
6785
  `${item.id}-${venue}`
6750
6786
  )) }),
6751
- item.volumeLabel ? /* @__PURE__ */ jsxs104(Fragment5, { children: [
6752
- /* @__PURE__ */ jsx109("span", { className: "text-agg-muted-foreground", "aria-hidden": true, children: "\xB7" }),
6753
- /* @__PURE__ */ jsx109(
6787
+ item.volumeLabel ? /* @__PURE__ */ jsxs105(Fragment5, { children: [
6788
+ /* @__PURE__ */ jsx110("span", { className: "text-agg-muted-foreground", "aria-hidden": true, children: "\xB7" }),
6789
+ /* @__PURE__ */ jsx110(
6754
6790
  "p",
6755
6791
  {
6756
6792
  className: cn(
@@ -6764,7 +6800,7 @@ var SearchResultRow = ({
6764
6800
  ] })
6765
6801
  ] })
6766
6802
  ] }),
6767
- /* @__PURE__ */ jsxs104(
6803
+ /* @__PURE__ */ jsxs105(
6768
6804
  "div",
6769
6805
  {
6770
6806
  className: cn(
@@ -6772,9 +6808,9 @@ var SearchResultRow = ({
6772
6808
  classNames == null ? void 0 : classNames.resultMeta
6773
6809
  ),
6774
6810
  children: [
6775
- /* @__PURE__ */ jsx109(VenueLogo, { venue: item.venue, size: "small" }),
6776
- /* @__PURE__ */ jsxs104("div", { className: "flex min-w-0 flex-1 items-baseline gap-2", children: [
6777
- /* @__PURE__ */ jsx109(
6811
+ /* @__PURE__ */ jsx110(VenueLogo, { venue: item.venue, size: "small" }),
6812
+ /* @__PURE__ */ jsxs105("div", { className: "flex min-w-0 flex-1 items-baseline gap-2", children: [
6813
+ /* @__PURE__ */ jsx110(
6778
6814
  "p",
6779
6815
  {
6780
6816
  className: cn(
@@ -6785,7 +6821,7 @@ var SearchResultRow = ({
6785
6821
  children: item.valueLabel
6786
6822
  }
6787
6823
  ),
6788
- /* @__PURE__ */ jsx109(
6824
+ /* @__PURE__ */ jsx110(
6789
6825
  "p",
6790
6826
  {
6791
6827
  className: cn(
@@ -6799,7 +6835,7 @@ var SearchResultRow = ({
6799
6835
  ]
6800
6836
  }
6801
6837
  ),
6802
- /* @__PURE__ */ jsx109(
6838
+ /* @__PURE__ */ jsx110(
6803
6839
  Icon,
6804
6840
  {
6805
6841
  name: "chevron-right",
@@ -6819,7 +6855,7 @@ var SearchSeeAllResultsButton = ({
6819
6855
  label: label2,
6820
6856
  onClick
6821
6857
  }) => {
6822
- return /* @__PURE__ */ jsxs104(
6858
+ return /* @__PURE__ */ jsxs105(
6823
6859
  "button",
6824
6860
  {
6825
6861
  type: "button",
@@ -6832,8 +6868,8 @@ var SearchSeeAllResultsButton = ({
6832
6868
  ),
6833
6869
  onClick,
6834
6870
  children: [
6835
- /* @__PURE__ */ jsx109("span", { children: label2 }),
6836
- /* @__PURE__ */ jsx109(Icon, { name: "chevron-right", size: "small", className: "size-[14px] text-agg-primary" })
6871
+ /* @__PURE__ */ jsx110("span", { children: label2 }),
6872
+ /* @__PURE__ */ jsx110(Icon, { name: "chevron-right", size: "small", className: "size-[14px] text-agg-primary" })
6837
6873
  ]
6838
6874
  }
6839
6875
  );
@@ -6967,14 +7003,14 @@ var Search = ({
6967
7003
  event.preventDefault();
6968
7004
  handleSeeAllResults();
6969
7005
  };
6970
- return /* @__PURE__ */ jsxs104(
7006
+ return /* @__PURE__ */ jsxs105(
6971
7007
  "div",
6972
7008
  {
6973
7009
  className: cn("group/agg-search", "relative flex w-full flex-col", classNames == null ? void 0 : classNames.root),
6974
7010
  onFocusCapture: handleFocusWithin,
6975
7011
  onBlurCapture: handleBlurWithin,
6976
7012
  children: [
6977
- /* @__PURE__ */ jsx109("label", { className: "w-full", children: /* @__PURE__ */ jsxs104(
7013
+ /* @__PURE__ */ jsx110("label", { className: "w-full", children: /* @__PURE__ */ jsxs105(
6978
7014
  "div",
6979
7015
  {
6980
7016
  className: cn(
@@ -6990,7 +7026,7 @@ var Search = ({
6990
7026
  ),
6991
7027
  onClick: handleFocusWithin,
6992
7028
  children: [
6993
- /* @__PURE__ */ jsx109(
7029
+ /* @__PURE__ */ jsx110(
6994
7030
  Icon,
6995
7031
  {
6996
7032
  name: "search",
@@ -6998,7 +7034,7 @@ var Search = ({
6998
7034
  className: cn("text-agg-muted-foreground", classNames == null ? void 0 : classNames.searchIcon)
6999
7035
  }
7000
7036
  ),
7001
- /* @__PURE__ */ jsx109(
7037
+ /* @__PURE__ */ jsx110(
7002
7038
  "input",
7003
7039
  __spreadProps(__spreadValues({}, inputProps), {
7004
7040
  ref: inputRef,
@@ -7019,11 +7055,11 @@ var Search = ({
7019
7055
  )
7020
7056
  })
7021
7057
  ),
7022
- shouldRenderShortcut ? /* @__PURE__ */ jsx109("div", { className: "agg-search-shortcut hidden md:flex size-6 shrink-0 items-center justify-center rounded-[4px] bg-agg-secondary-hover", children: /* @__PURE__ */ jsx109("span", { className: "font-agg-sans text-agg-sm leading-agg-5 font-agg-bold text-agg-muted-foreground", children: "/" }) }) : null
7058
+ shouldRenderShortcut ? /* @__PURE__ */ jsx110("div", { className: "agg-search-shortcut hidden md:flex size-6 shrink-0 items-center justify-center rounded-[4px] bg-agg-secondary-hover", children: /* @__PURE__ */ jsx110("span", { className: "font-agg-sans text-agg-sm leading-agg-5 font-agg-bold text-agg-muted-foreground", children: "/" }) }) : null
7023
7059
  ]
7024
7060
  }
7025
7061
  ) }),
7026
- shouldRenderLoadingState ? /* @__PURE__ */ jsx109(
7062
+ shouldRenderLoadingState ? /* @__PURE__ */ jsx110(
7027
7063
  "div",
7028
7064
  {
7029
7065
  className: cn(
@@ -7033,10 +7069,10 @@ var Search = ({
7033
7069
  "mt-1",
7034
7070
  classNames == null ? void 0 : classNames.emptyState
7035
7071
  ),
7036
- children: /* @__PURE__ */ jsx109(Skeleton, { view: "search" })
7072
+ children: /* @__PURE__ */ jsx110(Skeleton, { view: "search" })
7037
7073
  }
7038
7074
  ) : null,
7039
- shouldRenderResults ? /* @__PURE__ */ jsx109(
7075
+ shouldRenderResults ? /* @__PURE__ */ jsx110(
7040
7076
  "div",
7041
7077
  {
7042
7078
  className: cn(
@@ -7046,7 +7082,7 @@ var Search = ({
7046
7082
  "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)]",
7047
7083
  classNames == null ? void 0 : classNames.dropdown
7048
7084
  ),
7049
- children: /* @__PURE__ */ jsxs104(
7085
+ children: /* @__PURE__ */ jsxs105(
7050
7086
  "ul",
7051
7087
  {
7052
7088
  className: cn(
@@ -7056,7 +7092,7 @@ var Search = ({
7056
7092
  role: "listbox",
7057
7093
  "aria-label": labels.search.resultsAria,
7058
7094
  children: [
7059
- validatedResults.map((item, index) => /* @__PURE__ */ jsx109(
7095
+ validatedResults.map((item, index) => /* @__PURE__ */ jsx110(
7060
7096
  "li",
7061
7097
  {
7062
7098
  role: "presentation",
@@ -7065,7 +7101,7 @@ var Search = ({
7065
7101
  index > 0 && "border-t border-agg-separator",
7066
7102
  classNames == null ? void 0 : classNames.resultItem
7067
7103
  ),
7068
- children: /* @__PURE__ */ jsx109(
7104
+ children: /* @__PURE__ */ jsx110(
7069
7105
  SearchResultRow,
7070
7106
  {
7071
7107
  item,
@@ -7077,12 +7113,12 @@ var Search = ({
7077
7113
  },
7078
7114
  item.id
7079
7115
  )),
7080
- /* @__PURE__ */ jsx109(
7116
+ /* @__PURE__ */ jsx110(
7081
7117
  "li",
7082
7118
  {
7083
7119
  role: "presentation",
7084
7120
  className: "agg-search-result-item border-t border-agg-separator",
7085
- children: /* @__PURE__ */ jsx109(
7121
+ children: /* @__PURE__ */ jsx110(
7086
7122
  SearchSeeAllResultsButton,
7087
7123
  {
7088
7124
  label: labels.search.seeAllResults,
@@ -7096,7 +7132,7 @@ var Search = ({
7096
7132
  )
7097
7133
  }
7098
7134
  ) : null,
7099
- shouldRenderNoResults ? /* @__PURE__ */ jsx109(
7135
+ shouldRenderNoResults ? /* @__PURE__ */ jsx110(
7100
7136
  "div",
7101
7137
  {
7102
7138
  className: cn(
@@ -7106,7 +7142,7 @@ var Search = ({
7106
7142
  "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)]",
7107
7143
  classNames == null ? void 0 : classNames.emptyState
7108
7144
  ),
7109
- children: /* @__PURE__ */ jsxs104(
7145
+ children: /* @__PURE__ */ jsxs105(
7110
7146
  "div",
7111
7147
  {
7112
7148
  className: cn(
@@ -7116,15 +7152,15 @@ var Search = ({
7116
7152
  role: "status",
7117
7153
  "aria-live": "polite",
7118
7154
  children: [
7119
- /* @__PURE__ */ jsx109(
7155
+ /* @__PURE__ */ jsx110(
7120
7156
  SearchEmptyIcon,
7121
7157
  {
7122
7158
  className: cn("h-10 w-10 text-agg-muted-foreground", classNames == null ? void 0 : classNames.emptyStateIcon),
7123
7159
  "aria-hidden": true
7124
7160
  }
7125
7161
  ),
7126
- /* @__PURE__ */ jsxs104("div", { className: "flex flex-col items-center gap-1 text-center", children: [
7127
- /* @__PURE__ */ jsx109(
7162
+ /* @__PURE__ */ jsxs105("div", { className: "flex flex-col items-center gap-1 text-center", children: [
7163
+ /* @__PURE__ */ jsx110(
7128
7164
  "p",
7129
7165
  {
7130
7166
  className: cn(
@@ -7135,7 +7171,7 @@ var Search = ({
7135
7171
  children: labels.search.noResultsTitle
7136
7172
  }
7137
7173
  ),
7138
- /* @__PURE__ */ jsx109(
7174
+ /* @__PURE__ */ jsx110(
7139
7175
  "p",
7140
7176
  {
7141
7177
  className: cn(
@@ -7185,7 +7221,7 @@ var resolveHeaderSearchContent = ({
7185
7221
  };
7186
7222
 
7187
7223
  // src/primitives/header/index.tsx
7188
- import { Fragment as Fragment6, jsx as jsx110, jsxs as jsxs105 } from "react/jsx-runtime";
7224
+ import { Fragment as Fragment6, jsx as jsx111, jsxs as jsxs106 } from "react/jsx-runtime";
7189
7225
  var Header = ({
7190
7226
  logo,
7191
7227
  logoHref,
@@ -7198,7 +7234,7 @@ var Header = ({
7198
7234
  "aria-label": ariaLabel
7199
7235
  }) => {
7200
7236
  const labels = useLabels11();
7201
- const logoContent = isHeaderLogoProps(logo) ? /* @__PURE__ */ jsx110(
7237
+ const logoContent = isHeaderLogoProps(logo) ? /* @__PURE__ */ jsx111(
7202
7238
  "img",
7203
7239
  {
7204
7240
  src: logo.src,
@@ -7207,14 +7243,14 @@ var Header = ({
7207
7243
  height: logo.height,
7208
7244
  className: cn("block max-h-full", classNames == null ? void 0 : classNames.logoElement)
7209
7245
  }
7210
- ) : logo !== void 0 ? /* @__PURE__ */ jsx110("span", { className: classNames == null ? void 0 : classNames.logoElement, children: logo }) : /* @__PURE__ */ jsx110(
7246
+ ) : logo !== void 0 ? /* @__PURE__ */ jsx111("span", { className: classNames == null ? void 0 : classNames.logoElement, children: logo }) : /* @__PURE__ */ jsx111(
7211
7247
  AggLogo,
7212
7248
  {
7213
7249
  className: cn("h-6 w-auto text-agg-foreground", classNames == null ? void 0 : classNames.logoElement),
7214
7250
  title: labels.header.logoAria
7215
7251
  }
7216
7252
  );
7217
- const wrappedLogo = logoHref ? /* @__PURE__ */ jsx110(
7253
+ const wrappedLogo = logoHref ? /* @__PURE__ */ jsx111(
7218
7254
  "a",
7219
7255
  {
7220
7256
  href: logoHref,
@@ -7223,7 +7259,7 @@ var Header = ({
7223
7259
  onClick: onLogoClick,
7224
7260
  children: logoContent
7225
7261
  }
7226
- ) : onLogoClick ? /* @__PURE__ */ jsx110(
7262
+ ) : onLogoClick ? /* @__PURE__ */ jsx111(
7227
7263
  "button",
7228
7264
  {
7229
7265
  type: "button",
@@ -7235,13 +7271,13 @@ var Header = ({
7235
7271
  onClick: onLogoClick,
7236
7272
  children: logoContent
7237
7273
  }
7238
- ) : /* @__PURE__ */ jsx110("div", { className: classNames == null ? void 0 : classNames.logoWrapper, children: logoContent });
7274
+ ) : /* @__PURE__ */ jsx111("div", { className: classNames == null ? void 0 : classNames.logoWrapper, children: logoContent });
7239
7275
  const searchContent = resolveHeaderSearchContent({
7240
7276
  search,
7241
7277
  searchProps,
7242
- renderSearch: (nextSearchProps) => /* @__PURE__ */ jsx110(Search, __spreadValues({}, nextSearchProps))
7278
+ renderSearch: (nextSearchProps) => /* @__PURE__ */ jsx111(Search, __spreadValues({}, nextSearchProps))
7243
7279
  });
7244
- return /* @__PURE__ */ jsx110(Fragment6, { children: /* @__PURE__ */ jsx110(
7280
+ return /* @__PURE__ */ jsx111(Fragment6, { children: /* @__PURE__ */ jsx111(
7245
7281
  "header",
7246
7282
  {
7247
7283
  role: "banner",
@@ -7250,7 +7286,7 @@ var Header = ({
7250
7286
  fallbackLabel: labels.header.bannerAria
7251
7287
  }),
7252
7288
  className: cn(baseHeaderClasses, sticky && stickyHeaderClasses, classNames == null ? void 0 : classNames.root),
7253
- children: /* @__PURE__ */ jsxs105(
7289
+ children: /* @__PURE__ */ jsxs106(
7254
7290
  "div",
7255
7291
  {
7256
7292
  className: cn(
@@ -7258,7 +7294,7 @@ var Header = ({
7258
7294
  classNames == null ? void 0 : classNames.inner
7259
7295
  ),
7260
7296
  children: [
7261
- /* @__PURE__ */ jsx110(
7297
+ /* @__PURE__ */ jsx111(
7262
7298
  "div",
7263
7299
  {
7264
7300
  className: cn(
@@ -7268,7 +7304,7 @@ var Header = ({
7268
7304
  children: wrappedLogo
7269
7305
  }
7270
7306
  ),
7271
- searchContent ? /* @__PURE__ */ jsx110(
7307
+ searchContent ? /* @__PURE__ */ jsx111(
7272
7308
  "div",
7273
7309
  {
7274
7310
  className: cn(
@@ -7279,7 +7315,7 @@ var Header = ({
7279
7315
  children: searchContent
7280
7316
  }
7281
7317
  ) : null,
7282
- /* @__PURE__ */ jsx110(
7318
+ /* @__PURE__ */ jsx111(
7283
7319
  "div",
7284
7320
  {
7285
7321
  className: cn(
@@ -7342,7 +7378,7 @@ var resolveInlineAlertHasAction = ({
7342
7378
  };
7343
7379
 
7344
7380
  // src/primitives/inline-alert/index.tsx
7345
- import { jsx as jsx111, jsxs as jsxs106 } from "react/jsx-runtime";
7381
+ import { jsx as jsx112, jsxs as jsxs107 } from "react/jsx-runtime";
7346
7382
  var InlineAlert = ({
7347
7383
  tone = INLINE_ALERT_DEFAULT_TONE,
7348
7384
  variant,
@@ -7356,7 +7392,7 @@ var InlineAlert = ({
7356
7392
  const resolvedVariant = resolveInlineAlertVariant({ tone, variant });
7357
7393
  const hasAction = resolveInlineAlertHasAction({ actionLabel, onAction });
7358
7394
  const { ariaLive, role } = INLINE_ALERT_LIVE_REGION_CONFIG[tone];
7359
- return /* @__PURE__ */ jsxs106(
7395
+ return /* @__PURE__ */ jsxs107(
7360
7396
  "div",
7361
7397
  {
7362
7398
  className: cn(
@@ -7368,7 +7404,7 @@ var InlineAlert = ({
7368
7404
  "aria-live": ariaLive,
7369
7405
  "aria-label": ariaLabel,
7370
7406
  children: [
7371
- /* @__PURE__ */ jsx111(
7407
+ /* @__PURE__ */ jsx112(
7372
7408
  Icon,
7373
7409
  {
7374
7410
  name: INLINE_ALERT_TONE_ICON_NAME[tone],
@@ -7376,14 +7412,14 @@ var InlineAlert = ({
7376
7412
  "aria-hidden": "true"
7377
7413
  }
7378
7414
  ),
7379
- /* @__PURE__ */ jsx111(
7415
+ /* @__PURE__ */ jsx112(
7380
7416
  "div",
7381
7417
  {
7382
7418
  className: cn(
7383
7419
  "min-w-0",
7384
7420
  resolvedVariant === "plain" && !hasAction ? "flex-none text-center" : "flex-1"
7385
7421
  ),
7386
- children: /* @__PURE__ */ jsxs106(
7422
+ children: /* @__PURE__ */ jsxs107(
7387
7423
  "div",
7388
7424
  {
7389
7425
  className: cn(
@@ -7392,14 +7428,14 @@ var InlineAlert = ({
7392
7428
  resolvedVariant === "plain" && !hasAction ? "items-center" : null
7393
7429
  ),
7394
7430
  children: [
7395
- title2 ? /* @__PURE__ */ jsx111("p", { className: "text-agg-sm font-agg-bold leading-agg-5 text-agg-foreground", children: title2 }) : null,
7396
- /* @__PURE__ */ jsx111("p", { className: "text-agg-sm leading-agg-5 text-agg-foreground wrap-break-word", children: message })
7431
+ title2 ? /* @__PURE__ */ jsx112("p", { className: "text-agg-sm font-agg-bold leading-agg-5 text-agg-foreground", children: title2 }) : null,
7432
+ /* @__PURE__ */ jsx112("p", { className: "text-agg-sm leading-agg-5 text-agg-foreground wrap-break-word", children: message })
7397
7433
  ]
7398
7434
  }
7399
7435
  )
7400
7436
  }
7401
7437
  ),
7402
- hasAction ? /* @__PURE__ */ jsx111(
7438
+ hasAction ? /* @__PURE__ */ jsx112(
7403
7439
  "button",
7404
7440
  {
7405
7441
  type: "button",
@@ -7437,7 +7473,7 @@ var resolveLoadingIconAriaLabel = ({
7437
7473
  };
7438
7474
 
7439
7475
  // src/primitives/loading-icon/index.tsx
7440
- import { Fragment as Fragment7, jsx as jsx112, jsxs as jsxs107 } from "react/jsx-runtime";
7476
+ import { Fragment as Fragment7, jsx as jsx113, jsxs as jsxs108 } from "react/jsx-runtime";
7441
7477
  var LoadingIcon = ({
7442
7478
  size = LOADING_ICON_DEFAULT_SIZE,
7443
7479
  variant = "default",
@@ -7448,7 +7484,7 @@ var LoadingIcon = ({
7448
7484
  const {
7449
7485
  features: { enableAnimations }
7450
7486
  } = useSdkUiConfig11();
7451
- return /* @__PURE__ */ jsx112(
7487
+ return /* @__PURE__ */ jsx113(
7452
7488
  "span",
7453
7489
  {
7454
7490
  role: "status",
@@ -7461,7 +7497,7 @@ var LoadingIcon = ({
7461
7497
  "inline-grid place-items-center text-agg-primary will-change-transform",
7462
7498
  className
7463
7499
  ),
7464
- children: /* @__PURE__ */ jsx112("span", { className: "inline-grid place-items-center", "aria-hidden": "true", children: /* @__PURE__ */ jsx112(
7500
+ children: /* @__PURE__ */ jsx113("span", { className: "inline-grid place-items-center", "aria-hidden": "true", children: /* @__PURE__ */ jsx113(
7465
7501
  "svg",
7466
7502
  {
7467
7503
  viewBox: LOADING_ICON_SVG_VIEW_BOX,
@@ -7469,8 +7505,8 @@ var LoadingIcon = ({
7469
7505
  "block",
7470
7506
  variant === "prominent" ? LOADING_ICON_PROMINENT_FRAME_CLASS : iconSizeClasses[size]
7471
7507
  ),
7472
- children: variant === "prominent" ? /* @__PURE__ */ jsxs107("g", { children: [
7473
- enableAnimations ? /* @__PURE__ */ jsx112(
7508
+ children: variant === "prominent" ? /* @__PURE__ */ jsxs108("g", { children: [
7509
+ enableAnimations ? /* @__PURE__ */ jsx113(
7474
7510
  "animateTransform",
7475
7511
  {
7476
7512
  attributeName: "transform",
@@ -7482,7 +7518,7 @@ var LoadingIcon = ({
7482
7518
  repeatCount: "indefinite"
7483
7519
  }
7484
7520
  ) : null,
7485
- /* @__PURE__ */ jsx112(
7521
+ /* @__PURE__ */ jsx113(
7486
7522
  "circle",
7487
7523
  {
7488
7524
  cx: "22",
@@ -7496,8 +7532,8 @@ var LoadingIcon = ({
7496
7532
  strokeDasharray: LOADING_ICON_PROMINENT_DASHARRAY
7497
7533
  }
7498
7534
  )
7499
- ] }) : /* @__PURE__ */ jsxs107("g", { children: [
7500
- enableAnimations ? /* @__PURE__ */ jsx112(
7535
+ ] }) : /* @__PURE__ */ jsxs108("g", { children: [
7536
+ enableAnimations ? /* @__PURE__ */ jsx113(
7501
7537
  "animateTransform",
7502
7538
  {
7503
7539
  attributeName: "transform",
@@ -7509,7 +7545,7 @@ var LoadingIcon = ({
7509
7545
  repeatCount: "indefinite"
7510
7546
  }
7511
7547
  ) : null,
7512
- /* @__PURE__ */ jsx112(
7548
+ /* @__PURE__ */ jsx113(
7513
7549
  "circle",
7514
7550
  {
7515
7551
  cx: "22",
@@ -7521,8 +7557,8 @@ var LoadingIcon = ({
7521
7557
  strokeLinecap: "round",
7522
7558
  strokeDasharray: "60 100",
7523
7559
  strokeDashoffset: "0",
7524
- children: enableAnimations ? /* @__PURE__ */ jsxs107(Fragment7, { children: [
7525
- /* @__PURE__ */ jsx112(
7560
+ children: enableAnimations ? /* @__PURE__ */ jsxs108(Fragment7, { children: [
7561
+ /* @__PURE__ */ jsx113(
7526
7562
  "animate",
7527
7563
  {
7528
7564
  attributeName: "stroke-dasharray",
@@ -7531,7 +7567,7 @@ var LoadingIcon = ({
7531
7567
  repeatCount: "indefinite"
7532
7568
  }
7533
7569
  ),
7534
- /* @__PURE__ */ jsx112(
7570
+ /* @__PURE__ */ jsx113(
7535
7571
  "animate",
7536
7572
  {
7537
7573
  attributeName: "stroke-dashoffset",
@@ -7576,7 +7612,7 @@ var resolveModalCloseIcon = ({
7576
7612
  };
7577
7613
 
7578
7614
  // src/primitives/modal/index.tsx
7579
- import { Fragment as Fragment8, jsx as jsx113, jsxs as jsxs108 } from "react/jsx-runtime";
7615
+ import { Fragment as Fragment8, jsx as jsx114, jsxs as jsxs109 } from "react/jsx-runtime";
7580
7616
  var Modal = ({
7581
7617
  open,
7582
7618
  onOpenChange,
@@ -7584,7 +7620,7 @@ var Modal = ({
7584
7620
  "aria-label": _ariaLabel,
7585
7621
  "aria-labelledby": _ariaLabelledBy
7586
7622
  }) => {
7587
- return /* @__PURE__ */ jsx113(Dialog.Root, { open, onOpenChange, children });
7623
+ return /* @__PURE__ */ jsx114(Dialog.Root, { open, onOpenChange, children });
7588
7624
  };
7589
7625
  var ModalContainer = ({
7590
7626
  children,
@@ -7599,8 +7635,8 @@ var ModalContainer = ({
7599
7635
  } = useSdkUiConfig12();
7600
7636
  const overlayAnimationClassName = resolveModalOverlayAnimationClassName(enableAnimations);
7601
7637
  const panelAnimationClassName = resolveModalPanelAnimationClassName(enableAnimations);
7602
- return /* @__PURE__ */ jsxs108(Dialog.Portal, { children: [
7603
- /* @__PURE__ */ jsx113(
7638
+ return /* @__PURE__ */ jsxs109(Dialog.Portal, { children: [
7639
+ /* @__PURE__ */ jsx114(
7604
7640
  Dialog.Overlay,
7605
7641
  {
7606
7642
  className: cn(
@@ -7611,7 +7647,7 @@ var ModalContainer = ({
7611
7647
  )
7612
7648
  }
7613
7649
  ),
7614
- /* @__PURE__ */ jsx113(
7650
+ /* @__PURE__ */ jsx114(
7615
7651
  Dialog.Content,
7616
7652
  {
7617
7653
  className: cn(
@@ -7637,7 +7673,7 @@ var ModalContainer = ({
7637
7673
  event.preventDefault();
7638
7674
  }
7639
7675
  },
7640
- children: /* @__PURE__ */ jsx113(
7676
+ children: /* @__PURE__ */ jsx114(
7641
7677
  "div",
7642
7678
  {
7643
7679
  className: cn(
@@ -7645,7 +7681,7 @@ var ModalContainer = ({
7645
7681
  "items-end md:items-center",
7646
7682
  "flex h-full min-h-0 w-full justify-center p-0 md:p-5"
7647
7683
  ),
7648
- children: /* @__PURE__ */ jsx113(
7684
+ children: /* @__PURE__ */ jsx114(
7649
7685
  "div",
7650
7686
  {
7651
7687
  className: cn(
@@ -7687,12 +7723,12 @@ var ModalHeader = ({
7687
7723
  features: { enableAnimations }
7688
7724
  } = useSdkUiConfig12();
7689
7725
  const labels = useLabels13();
7690
- const defaultCloseIcon = /* @__PURE__ */ jsx113(CloseIcon, { className: "h-6 w-6" });
7726
+ const defaultCloseIcon = /* @__PURE__ */ jsx114(CloseIcon, { className: "h-6 w-6" });
7691
7727
  const resolvedCloseIcon = resolveModalCloseIcon({
7692
7728
  closeIcon,
7693
7729
  defaultCloseIcon
7694
7730
  });
7695
- return /* @__PURE__ */ jsxs108(
7731
+ return /* @__PURE__ */ jsxs109(
7696
7732
  "div",
7697
7733
  {
7698
7734
  className: cn(
@@ -7705,7 +7741,7 @@ var ModalHeader = ({
7705
7741
  classNames == null ? void 0 : classNames.root
7706
7742
  ),
7707
7743
  children: [
7708
- /* @__PURE__ */ jsxs108(
7744
+ /* @__PURE__ */ jsxs109(
7709
7745
  "div",
7710
7746
  {
7711
7747
  className: cn(
@@ -7718,8 +7754,8 @@ var ModalHeader = ({
7718
7754
  classNames == null ? void 0 : classNames.container
7719
7755
  ),
7720
7756
  children: [
7721
- leftElement ? /* @__PURE__ */ jsx113(Fragment8, { children: leftElement }) : null,
7722
- /* @__PURE__ */ jsxs108(
7757
+ leftElement ? /* @__PURE__ */ jsx114(Fragment8, { children: leftElement }) : null,
7758
+ /* @__PURE__ */ jsxs109(
7723
7759
  "div",
7724
7760
  {
7725
7761
  className: cn(
@@ -7728,7 +7764,7 @@ var ModalHeader = ({
7728
7764
  classNames == null ? void 0 : classNames.titleContainer
7729
7765
  ),
7730
7766
  children: [
7731
- /* @__PURE__ */ jsx113(
7767
+ /* @__PURE__ */ jsx114(
7732
7768
  Dialog.Title,
7733
7769
  {
7734
7770
  className: cn(
@@ -7742,7 +7778,7 @@ var ModalHeader = ({
7742
7778
  children: title2
7743
7779
  }
7744
7780
  ),
7745
- subtitle ? /* @__PURE__ */ jsx113(
7781
+ subtitle ? /* @__PURE__ */ jsx114(
7746
7782
  "span",
7747
7783
  {
7748
7784
  className: cn(
@@ -7756,9 +7792,9 @@ var ModalHeader = ({
7756
7792
  ]
7757
7793
  }
7758
7794
  ),
7759
- /* @__PURE__ */ jsxs108("div", { className: "agg-modal-header-actions flex flex-row items-center justify-end gap-6", children: [
7760
- rightElement ? /* @__PURE__ */ jsx113(Fragment8, { children: rightElement }) : null,
7761
- !hideClose && /* @__PURE__ */ jsx113(
7795
+ /* @__PURE__ */ jsxs109("div", { className: "agg-modal-header-actions flex flex-row items-center justify-end gap-6", children: [
7796
+ rightElement ? /* @__PURE__ */ jsx114(Fragment8, { children: rightElement }) : null,
7797
+ !hideClose && /* @__PURE__ */ jsx114(
7762
7798
  Dialog.Close,
7763
7799
  {
7764
7800
  className: cn(
@@ -7775,14 +7811,14 @@ var ModalHeader = ({
7775
7811
  ]
7776
7812
  }
7777
7813
  ),
7778
- children ? /* @__PURE__ */ jsx113("div", { className: "agg-modal-header-extra", children }) : null
7814
+ children ? /* @__PURE__ */ jsx114("div", { className: "agg-modal-header-extra", children }) : null
7779
7815
  ]
7780
7816
  }
7781
7817
  );
7782
7818
  };
7783
7819
  Modal.Header = ModalHeader;
7784
7820
  var ModalBody = ({ children, classNames }) => {
7785
- return /* @__PURE__ */ jsx113(
7821
+ return /* @__PURE__ */ jsx114(
7786
7822
  "div",
7787
7823
  {
7788
7824
  className: cn(
@@ -7803,7 +7839,7 @@ var ModalFooter = ({
7803
7839
  classNames,
7804
7840
  hideBorder = false
7805
7841
  }) => {
7806
- return /* @__PURE__ */ jsx113(
7842
+ return /* @__PURE__ */ jsx114(
7807
7843
  "div",
7808
7844
  {
7809
7845
  className: cn(
@@ -7826,7 +7862,7 @@ Modal.displayName = "Modal";
7826
7862
  // src/primitives/number-value.tsx
7827
7863
  import { useMemo as useMemo6 } from "react";
7828
7864
  import { useSdkUiConfig as useSdkUiConfig13 } from "@agg-build/hooks";
7829
- import { jsx as jsx114 } from "react/jsx-runtime";
7865
+ import { jsx as jsx115 } from "react/jsx-runtime";
7830
7866
  var NumberValue = ({
7831
7867
  value,
7832
7868
  format = "number",
@@ -7860,7 +7896,7 @@ var NumberValue = ({
7860
7896
  formatPercent,
7861
7897
  value
7862
7898
  ]);
7863
- return /* @__PURE__ */ jsx114("span", { className: cn("font-agg-sans", className), "aria-label": ariaLabel, children: formatted });
7899
+ return /* @__PURE__ */ jsx115("span", { className: cn("font-agg-sans", className), "aria-label": ariaLabel, children: formatted });
7864
7900
  };
7865
7901
  NumberValue.displayName = "NumberValue";
7866
7902
 
@@ -7887,7 +7923,7 @@ var resolveIsSelectDisabled = ({
7887
7923
  };
7888
7924
 
7889
7925
  // src/primitives/select/index.tsx
7890
- import { jsx as jsx115, jsxs as jsxs109 } from "react/jsx-runtime";
7926
+ import { jsx as jsx116, jsxs as jsxs110 } from "react/jsx-runtime";
7891
7927
  var SELECT_DROPDOWN_Z = 1e4;
7892
7928
  function resolveSelectPortalContainer(triggerRoot) {
7893
7929
  var _a, _b;
@@ -7960,7 +7996,7 @@ var Select = ({
7960
7996
  return () => document.removeEventListener("keydown", handleKeyDown);
7961
7997
  }, [isOpen, handleClose]);
7962
7998
  const triggerRadiusClass = triggerClassName != null ? triggerClassName : "rounded-agg-md";
7963
- const listbox = menuRect ? /* @__PURE__ */ jsx115(
7999
+ const listbox = menuRect ? /* @__PURE__ */ jsx116(
7964
8000
  "div",
7965
8001
  {
7966
8002
  ref: portalRef,
@@ -7977,7 +8013,7 @@ var Select = ({
7977
8013
  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",
7978
8014
  children: items.map((item) => {
7979
8015
  const isSelected = item.value === value;
7980
- return /* @__PURE__ */ jsxs109(
8016
+ return /* @__PURE__ */ jsxs110(
7981
8017
  "button",
7982
8018
  {
7983
8019
  type: "button",
@@ -7999,8 +8035,8 @@ var Select = ({
7999
8035
  handleClose();
8000
8036
  },
8001
8037
  children: [
8002
- isSelected ? /* @__PURE__ */ jsx115("div", { className: "absolute left-0 top-0 bottom-0 w-1 bg-agg-primary" }) : null,
8003
- item.icon ? /* @__PURE__ */ jsx115("span", { className: "h-4 w-4 shrink-0 [&_svg]:h-full [&_svg]:w-full", children: item.icon }) : item.iconUrl ? /* @__PURE__ */ jsx115(
8038
+ isSelected ? /* @__PURE__ */ jsx116("div", { className: "absolute left-0 top-0 bottom-0 w-1 bg-agg-primary" }) : null,
8039
+ item.icon ? /* @__PURE__ */ jsx116("span", { className: "h-4 w-4 shrink-0 [&_svg]:h-full [&_svg]:w-full", children: item.icon }) : item.iconUrl ? /* @__PURE__ */ jsx116(
8004
8040
  RemoteImage,
8005
8041
  {
8006
8042
  src: item.iconUrl,
@@ -8008,7 +8044,7 @@ var Select = ({
8008
8044
  className: "agg-select-item-icon h-4 w-4 shrink-0 rounded-sm object-contain"
8009
8045
  }
8010
8046
  ) : null,
8011
- /* @__PURE__ */ jsx115("span", { className: "agg-select-item-label truncate", children: item.label })
8047
+ /* @__PURE__ */ jsx116("span", { className: "agg-select-item-label truncate", children: item.label })
8012
8048
  ]
8013
8049
  },
8014
8050
  item.value
@@ -8016,13 +8052,13 @@ var Select = ({
8016
8052
  })
8017
8053
  }
8018
8054
  ) : null;
8019
- return /* @__PURE__ */ jsxs109(
8055
+ return /* @__PURE__ */ jsxs110(
8020
8056
  "div",
8021
8057
  {
8022
8058
  ref: containerRef,
8023
8059
  className: cn("group/agg-select", "relative inline-flex w-full", className),
8024
8060
  children: [
8025
- /* @__PURE__ */ jsxs109(
8061
+ /* @__PURE__ */ jsxs110(
8026
8062
  "button",
8027
8063
  {
8028
8064
  type: "button",
@@ -8044,7 +8080,7 @@ var Select = ({
8044
8080
  ),
8045
8081
  onClick: () => setIsOpen((previousValue) => !previousValue),
8046
8082
  children: [
8047
- (selectedItem == null ? void 0 : selectedItem.icon) ? /* @__PURE__ */ jsx115("span", { className: "h-4 w-4 shrink-0 [&_svg]:h-full [&_svg]:w-full", children: selectedItem.icon }) : (selectedItem == null ? void 0 : selectedItem.iconUrl) ? /* @__PURE__ */ jsx115(
8083
+ (selectedItem == null ? void 0 : selectedItem.icon) ? /* @__PURE__ */ jsx116("span", { className: "h-4 w-4 shrink-0 [&_svg]:h-full [&_svg]:w-full", children: selectedItem.icon }) : (selectedItem == null ? void 0 : selectedItem.iconUrl) ? /* @__PURE__ */ jsx116(
8048
8084
  RemoteImage,
8049
8085
  {
8050
8086
  src: selectedItem.iconUrl,
@@ -8052,11 +8088,11 @@ var Select = ({
8052
8088
  className: "agg-select-icon h-4 w-4 shrink-0 rounded-sm object-contain"
8053
8089
  }
8054
8090
  ) : null,
8055
- /* @__PURE__ */ jsx115("span", { className: "agg-select-value flex-1 truncate", children: (_a = selectedItem == null ? void 0 : selectedItem.label) != null ? _a : "" })
8091
+ /* @__PURE__ */ jsx116("span", { className: "agg-select-value flex-1 truncate", children: (_a = selectedItem == null ? void 0 : selectedItem.label) != null ? _a : "" })
8056
8092
  ]
8057
8093
  }
8058
8094
  ),
8059
- /* @__PURE__ */ jsx115("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__ */ jsx115(Icon, { name: "chevron-down-thin", size: "small", color: "currentColor" }) }),
8095
+ /* @__PURE__ */ jsx116("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__ */ jsx116(Icon, { name: "chevron-down-thin", size: "small", color: "currentColor" }) }),
8060
8096
  isOpen && typeof document !== "undefined" && listbox ? createPortal(listbox, resolveSelectPortalContainer(containerRef.current)) : null
8061
8097
  ]
8062
8098
  }
@@ -8163,14 +8199,14 @@ var getTypographyClassName = ({
8163
8199
  };
8164
8200
 
8165
8201
  // src/primitives/typography/index.tsx
8166
- import { jsx as jsx116 } from "react/jsx-runtime";
8202
+ import { jsx as jsx117 } from "react/jsx-runtime";
8167
8203
  var Typography = ({
8168
8204
  as: Component2 = "p",
8169
8205
  variant = "body",
8170
8206
  className,
8171
8207
  children
8172
8208
  }) => {
8173
- return /* @__PURE__ */ jsx116(Component2, { className: getTypographyClassName({ className, variant }), children });
8209
+ return /* @__PURE__ */ jsx117(Component2, { className: getTypographyClassName({ className, variant }), children });
8174
8210
  };
8175
8211
  Typography.displayName = "Typography";
8176
8212
 
@@ -8183,7 +8219,7 @@ var resolveStateMessageHasAction = ({ onAction }) => {
8183
8219
  };
8184
8220
 
8185
8221
  // src/primitives/state-message/index.tsx
8186
- import { jsx as jsx117, jsxs as jsxs110 } from "react/jsx-runtime";
8222
+ import { jsx as jsx118, jsxs as jsxs111 } from "react/jsx-runtime";
8187
8223
  var StateMessage = ({
8188
8224
  icon,
8189
8225
  title: title2,
@@ -8197,7 +8233,7 @@ var StateMessage = ({
8197
8233
  className: cn(STATE_MESSAGE_ICON_CLASS_NAME, icon.props.className, classNames == null ? void 0 : classNames.icon),
8198
8234
  "aria-hidden": true
8199
8235
  });
8200
- return /* @__PURE__ */ jsx117(
8236
+ return /* @__PURE__ */ jsx118(
8201
8237
  "div",
8202
8238
  {
8203
8239
  className: cn(
@@ -8208,7 +8244,7 @@ var StateMessage = ({
8208
8244
  role: "status",
8209
8245
  "aria-live": "polite",
8210
8246
  "aria-label": title2,
8211
- children: /* @__PURE__ */ jsxs110(
8247
+ children: /* @__PURE__ */ jsxs111(
8212
8248
  "div",
8213
8249
  {
8214
8250
  className: cn(
@@ -8217,7 +8253,7 @@ var StateMessage = ({
8217
8253
  ),
8218
8254
  children: [
8219
8255
  resolvedIcon,
8220
- /* @__PURE__ */ jsxs110(
8256
+ /* @__PURE__ */ jsxs111(
8221
8257
  "div",
8222
8258
  {
8223
8259
  className: cn(
@@ -8225,8 +8261,8 @@ var StateMessage = ({
8225
8261
  classNames == null ? void 0 : classNames.text
8226
8262
  ),
8227
8263
  children: [
8228
- /* @__PURE__ */ jsx117(Typography, { variant: "body-strong", className: classNames == null ? void 0 : classNames.title, children: title2 }),
8229
- description ? /* @__PURE__ */ jsx117(
8264
+ /* @__PURE__ */ jsx118(Typography, { variant: "body-strong", className: classNames == null ? void 0 : classNames.title, children: title2 }),
8265
+ description ? /* @__PURE__ */ jsx118(
8230
8266
  Typography,
8231
8267
  {
8232
8268
  variant: "label",
@@ -8237,7 +8273,7 @@ var StateMessage = ({
8237
8273
  ]
8238
8274
  }
8239
8275
  ),
8240
- hasAction ? /* @__PURE__ */ jsx117(
8276
+ hasAction ? /* @__PURE__ */ jsx118(
8241
8277
  Button,
8242
8278
  {
8243
8279
  variant: "tertiary",
@@ -8292,7 +8328,7 @@ var findEdgeEnabledIndex = (items, direction) => {
8292
8328
  };
8293
8329
 
8294
8330
  // src/primitives/tabs/index.tsx
8295
- import { Fragment as Fragment9, jsx as jsx118, jsxs as jsxs111 } from "react/jsx-runtime";
8331
+ import { Fragment as Fragment9, jsx as jsx119, jsxs as jsxs112 } from "react/jsx-runtime";
8296
8332
  var getTabButtonClassName = ({
8297
8333
  enableAnimations,
8298
8334
  isBarVariant,
@@ -8624,7 +8660,7 @@ var Tabs = ({
8624
8660
  });
8625
8661
  }, [enableAnimations, renderedItems, shouldUseOverflowScroll, value]);
8626
8662
  if (shouldUseOverflowSelect) {
8627
- return /* @__PURE__ */ jsx118("div", { className: cn("group/agg-tabs w-full", className, classNames == null ? void 0 : classNames.root), children: /* @__PURE__ */ jsx118(
8663
+ return /* @__PURE__ */ jsx119("div", { className: cn("group/agg-tabs w-full", className, classNames == null ? void 0 : classNames.root), children: /* @__PURE__ */ jsx119(
8628
8664
  Select,
8629
8665
  {
8630
8666
  ariaLabel,
@@ -8636,7 +8672,7 @@ var Tabs = ({
8636
8672
  }
8637
8673
  ) });
8638
8674
  }
8639
- return /* @__PURE__ */ jsxs111(
8675
+ return /* @__PURE__ */ jsxs112(
8640
8676
  "div",
8641
8677
  {
8642
8678
  className: cn(
@@ -8647,7 +8683,7 @@ var Tabs = ({
8647
8683
  classNames == null ? void 0 : classNames.root
8648
8684
  ),
8649
8685
  children: [
8650
- /* @__PURE__ */ jsxs111(
8686
+ /* @__PURE__ */ jsxs112(
8651
8687
  "div",
8652
8688
  {
8653
8689
  ref: tabListRef,
@@ -8665,7 +8701,7 @@ var Tabs = ({
8665
8701
  var _a;
8666
8702
  const isActive = item.value === value;
8667
8703
  const isComingSoon = (_a = item == null ? void 0 : item.isComingSoon) != null ? _a : false;
8668
- return /* @__PURE__ */ jsxs111(
8704
+ return /* @__PURE__ */ jsxs112(
8669
8705
  "button",
8670
8706
  {
8671
8707
  ref: (buttonElement) => {
@@ -8699,7 +8735,7 @@ var Tabs = ({
8699
8735
  ),
8700
8736
  children: [
8701
8737
  item.icon ? item.icon : null,
8702
- /* @__PURE__ */ jsxs111(
8738
+ /* @__PURE__ */ jsxs112(
8703
8739
  "span",
8704
8740
  {
8705
8741
  className: cn(
@@ -8717,7 +8753,7 @@ var Tabs = ({
8717
8753
  item.value
8718
8754
  );
8719
8755
  }),
8720
- !isBarVariant ? /* @__PURE__ */ jsx118(
8756
+ !isBarVariant ? /* @__PURE__ */ jsx119(
8721
8757
  "span",
8722
8758
  {
8723
8759
  "aria-hidden": true,
@@ -8736,8 +8772,8 @@ var Tabs = ({
8736
8772
  ]
8737
8773
  }
8738
8774
  ),
8739
- shouldUseOverflowScroll && !isBarVariant ? /* @__PURE__ */ jsxs111(Fragment9, { children: [
8740
- /* @__PURE__ */ jsx118(
8775
+ shouldUseOverflowScroll && !isBarVariant ? /* @__PURE__ */ jsxs112(Fragment9, { children: [
8776
+ /* @__PURE__ */ jsx119(
8741
8777
  "span",
8742
8778
  {
8743
8779
  "aria-hidden": true,
@@ -8749,7 +8785,7 @@ var Tabs = ({
8749
8785
  )
8750
8786
  }
8751
8787
  ),
8752
- /* @__PURE__ */ jsx118(
8788
+ /* @__PURE__ */ jsx119(
8753
8789
  "span",
8754
8790
  {
8755
8791
  "aria-hidden": true,
@@ -8771,7 +8807,7 @@ Tabs.displayName = "Tabs";
8771
8807
  // src/primitives/toast/index.tsx
8772
8808
  import * as RadixToast from "@radix-ui/react-toast";
8773
8809
  import { createContext, useCallback as useCallback6, useContext, useRef as useRef9, useState as useState10 } from "react";
8774
- import { jsx as jsx119, jsxs as jsxs112 } from "react/jsx-runtime";
8810
+ import { jsx as jsx120, jsxs as jsxs113 } from "react/jsx-runtime";
8775
8811
  var DEFAULT_DURATION_MS = 5e3;
8776
8812
  var TONE_ACCENT_CLASS = {
8777
8813
  info: "text-agg-primary",
@@ -8818,9 +8854,9 @@ function ToastProvider({
8818
8854
  },
8819
8855
  [defaultDurationMs]
8820
8856
  );
8821
- return /* @__PURE__ */ jsx119(ToastContext.Provider, { value: { toast, dismiss }, children: /* @__PURE__ */ jsxs112(RadixToast.Provider, { swipeDirection, swipeThreshold, children: [
8857
+ return /* @__PURE__ */ jsx120(ToastContext.Provider, { value: { toast, dismiss }, children: /* @__PURE__ */ jsxs113(RadixToast.Provider, { swipeDirection, swipeThreshold, children: [
8822
8858
  children,
8823
- toasts.map((entry) => /* @__PURE__ */ jsx119(
8859
+ toasts.map((entry) => /* @__PURE__ */ jsx120(
8824
8860
  ToastRow,
8825
8861
  {
8826
8862
  entry,
@@ -8830,7 +8866,7 @@ function ToastProvider({
8830
8866
  },
8831
8867
  entry.id
8832
8868
  )),
8833
- /* @__PURE__ */ jsx119(
8869
+ /* @__PURE__ */ jsx120(
8834
8870
  RadixToast.Viewport,
8835
8871
  {
8836
8872
  className: cn(
@@ -8843,7 +8879,7 @@ function ToastProvider({
8843
8879
  }
8844
8880
  function ToastRow({ entry, onOpenChange }) {
8845
8881
  const duration = entry.durationMs === 0 || !Number.isFinite(entry.durationMs) ? Number.POSITIVE_INFINITY : entry.durationMs;
8846
- return /* @__PURE__ */ jsxs112(
8882
+ return /* @__PURE__ */ jsxs113(
8847
8883
  RadixToast.Root,
8848
8884
  {
8849
8885
  duration,
@@ -8857,7 +8893,7 @@ function ToastRow({ entry, onOpenChange }) {
8857
8893
  "data-[swipe=end]:animate-out data-[swipe=end]:slide-out-to-right-full"
8858
8894
  ),
8859
8895
  children: [
8860
- /* @__PURE__ */ jsx119(
8896
+ /* @__PURE__ */ jsx120(
8861
8897
  Icon,
8862
8898
  {
8863
8899
  name: TONE_ICON_NAME[entry.tone],
@@ -8865,16 +8901,16 @@ function ToastRow({ entry, onOpenChange }) {
8865
8901
  "aria-hidden": "true"
8866
8902
  }
8867
8903
  ),
8868
- /* @__PURE__ */ jsxs112("div", { className: "min-w-0 flex-1", children: [
8869
- entry.title ? /* @__PURE__ */ jsx119(RadixToast.Title, { className: "font-agg-sans text-agg-sm leading-agg-5 font-agg-bold text-agg-foreground", children: entry.title }) : null,
8870
- /* @__PURE__ */ jsx119(RadixToast.Description, { className: "font-agg-sans text-agg-sm leading-agg-5 font-agg-normal text-agg-foreground wrap-break-word", children: entry.message })
8904
+ /* @__PURE__ */ jsxs113("div", { className: "min-w-0 flex-1", children: [
8905
+ entry.title ? /* @__PURE__ */ jsx120(RadixToast.Title, { className: "font-agg-sans text-agg-sm leading-agg-5 font-agg-bold text-agg-foreground", children: entry.title }) : null,
8906
+ /* @__PURE__ */ jsx120(RadixToast.Description, { className: "font-agg-sans text-agg-sm leading-agg-5 font-agg-normal text-agg-foreground wrap-break-word", children: entry.message })
8871
8907
  ] }),
8872
- /* @__PURE__ */ jsx119(
8908
+ /* @__PURE__ */ jsx120(
8873
8909
  RadixToast.Close,
8874
8910
  {
8875
8911
  "aria-label": "Dismiss",
8876
8912
  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",
8877
- children: /* @__PURE__ */ jsx119(Icon, { name: "close", className: "h-4! w-4!", "aria-hidden": "true" })
8913
+ children: /* @__PURE__ */ jsx120(Icon, { name: "close", className: "h-4! w-4!", "aria-hidden": "true" })
8878
8914
  }
8879
8915
  )
8880
8916
  ]
@@ -8924,7 +8960,7 @@ var resolveTooltipArrowDimensions = (size) => {
8924
8960
  };
8925
8961
 
8926
8962
  // src/primitives/tooltip/index.tsx
8927
- import { jsx as jsx120, jsxs as jsxs113 } from "react/jsx-runtime";
8963
+ import { jsx as jsx121, jsxs as jsxs114 } from "react/jsx-runtime";
8928
8964
  var Tooltip = ({
8929
8965
  content,
8930
8966
  children,
@@ -8940,22 +8976,22 @@ var Tooltip = ({
8940
8976
  } = useSdkUiConfig16();
8941
8977
  const trigger = useMemo8(() => {
8942
8978
  if (children) return children;
8943
- return /* @__PURE__ */ jsx120(
8979
+ return /* @__PURE__ */ jsx121(
8944
8980
  "button",
8945
8981
  {
8946
8982
  type: "button",
8947
8983
  className: resolveTooltipTriggerClassName(classNames == null ? void 0 : classNames.trigger),
8948
8984
  "aria-label": ariaLabel != null ? ariaLabel : defaultTooltipTriggerAriaLabel,
8949
- children: /* @__PURE__ */ jsx120(Icon, { name: "info", size: "small", "aria-hidden": true })
8985
+ children: /* @__PURE__ */ jsx121(Icon, { name: "info", size: "small", "aria-hidden": true })
8950
8986
  }
8951
8987
  );
8952
8988
  }, [children, classNames == null ? void 0 : classNames.trigger, ariaLabel]);
8953
8989
  const { width: arrowWidth, height: arrowHeight } = resolveTooltipArrowDimensions(size);
8954
8990
  const arrowPoints = `0,0 ${arrowWidth},0 ${arrowWidth / 2},${arrowHeight}`;
8955
8991
  const arrowBorderPath = `M0 0 L${arrowWidth / 2} ${arrowHeight} L${arrowWidth} 0`;
8956
- return /* @__PURE__ */ jsx120(TooltipPrimitive.Provider, { delayDuration, children: /* @__PURE__ */ jsxs113(TooltipPrimitive.Root, { children: [
8957
- /* @__PURE__ */ jsx120(TooltipPrimitive.Trigger, { asChild: true, children: trigger }),
8958
- /* @__PURE__ */ jsx120(TooltipPrimitive.Portal, { children: /* @__PURE__ */ jsxs113(
8992
+ return /* @__PURE__ */ jsx121(TooltipPrimitive.Provider, { delayDuration, children: /* @__PURE__ */ jsxs114(TooltipPrimitive.Root, { children: [
8993
+ /* @__PURE__ */ jsx121(TooltipPrimitive.Trigger, { asChild: true, children: trigger }),
8994
+ /* @__PURE__ */ jsx121(TooltipPrimitive.Portal, { children: /* @__PURE__ */ jsxs114(
8959
8995
  TooltipPrimitive.Content,
8960
8996
  {
8961
8997
  side,
@@ -8977,7 +9013,7 @@ var Tooltip = ({
8977
9013
  classNames == null ? void 0 : classNames.content
8978
9014
  ),
8979
9015
  children: [
8980
- /* @__PURE__ */ jsx120(TooltipPrimitive.Arrow, { asChild: true, width: arrowWidth, height: arrowHeight, children: /* @__PURE__ */ jsxs113(
9016
+ /* @__PURE__ */ jsx121(TooltipPrimitive.Arrow, { asChild: true, width: arrowWidth, height: arrowHeight, children: /* @__PURE__ */ jsxs114(
8981
9017
  "svg",
8982
9018
  {
8983
9019
  width: arrowWidth,
@@ -8986,8 +9022,8 @@ var Tooltip = ({
8986
9022
  "aria-hidden": "true",
8987
9023
  className: cn("overflow-visible", classNames == null ? void 0 : classNames.arrow),
8988
9024
  children: [
8989
- /* @__PURE__ */ jsx120("polygon", { points: arrowPoints, className: "fill-agg-secondary" }),
8990
- /* @__PURE__ */ jsx120(
9025
+ /* @__PURE__ */ jsx121("polygon", { points: arrowPoints, className: "fill-agg-secondary" }),
9026
+ /* @__PURE__ */ jsx121(
8991
9027
  "path",
8992
9028
  {
8993
9029
  d: arrowBorderPath,
@@ -9069,6 +9105,7 @@ export {
9069
9105
  SearchEmptyIcon,
9070
9106
  ActivityChartIcon,
9071
9107
  LinkAccountsIcon,
9108
+ LockIcon,
9072
9109
  PencilIcon,
9073
9110
  PlaySquareIcon,
9074
9111
  PolygonIcon,