@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
@@ -110,6 +110,7 @@ __export(primitives_exports, {
110
110
  LineChart: () => LineChart,
111
111
  LinkAccountsIcon: () => LinkAccountsIcon,
112
112
  LoadingIcon: () => LoadingIcon,
113
+ LockIcon: () => LockIcon,
113
114
  Modal: () => Modal,
114
115
  NumberValue: () => NumberValue,
115
116
  PaperPlaneIcon: () => PaperPlaneIcon,
@@ -1510,6 +1511,7 @@ InfoIcon.displayName = "InfoIcon";
1510
1511
 
1511
1512
  // src/primitives/icon/icon.constants.ts
1512
1513
  var iconSizeClasses = {
1514
+ xs: "h-3 w-3",
1513
1515
  small: "h-4 w-4",
1514
1516
  medium: "h-6 w-6",
1515
1517
  large: "h-8 w-8"
@@ -1805,11 +1807,45 @@ var LinkAccountsIcon = (_a) => {
1805
1807
  };
1806
1808
  LinkAccountsIcon.displayName = "LinkAccountsIcon";
1807
1809
 
1808
- // src/primitives/icon/svg/pencil.tsx
1810
+ // src/primitives/icon/svg/lock.tsx
1809
1811
  var import_jsx_runtime47 = require("react/jsx-runtime");
1810
- var PencilIcon = (_a) => {
1812
+ var LockIcon = (_a) => {
1811
1813
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
1812
1814
  return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(
1815
+ "svg",
1816
+ __spreadProps(__spreadValues(__spreadValues({
1817
+ viewBox: "0 0 12 12",
1818
+ className,
1819
+ fill: "none",
1820
+ xmlns: "http://www.w3.org/2000/svg"
1821
+ }, getIconA11yProps(title2)), props), {
1822
+ children: [
1823
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("title", { children: title2 }) : null,
1824
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
1825
+ "path",
1826
+ {
1827
+ 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",
1828
+ fill: "currentColor"
1829
+ }
1830
+ ),
1831
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
1832
+ "path",
1833
+ {
1834
+ 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",
1835
+ fill: "currentColor"
1836
+ }
1837
+ )
1838
+ ]
1839
+ })
1840
+ );
1841
+ };
1842
+ LockIcon.displayName = "LockIcon";
1843
+
1844
+ // src/primitives/icon/svg/pencil.tsx
1845
+ var import_jsx_runtime48 = require("react/jsx-runtime");
1846
+ var PencilIcon = (_a) => {
1847
+ var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
1848
+ return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
1813
1849
  "svg",
1814
1850
  __spreadProps(__spreadValues(__spreadValues({
1815
1851
  viewBox: "0 0 16 16",
@@ -1817,15 +1853,15 @@ var PencilIcon = (_a) => {
1817
1853
  fill: "none"
1818
1854
  }, getIconA11yProps(title2)), props), {
1819
1855
  children: [
1820
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("title", { children: title2 }) : null,
1821
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("g", { clipPath: "url(#pencil_clip)", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
1856
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("title", { children: title2 }) : null,
1857
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("g", { clipPath: "url(#pencil_clip)", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
1822
1858
  "path",
1823
1859
  {
1824
1860
  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",
1825
1861
  fill: "currentColor"
1826
1862
  }
1827
1863
  ) }),
1828
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("clipPath", { id: "pencil_clip", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
1864
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("clipPath", { id: "pencil_clip", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
1829
1865
  ]
1830
1866
  })
1831
1867
  );
@@ -1833,10 +1869,10 @@ var PencilIcon = (_a) => {
1833
1869
  PencilIcon.displayName = "PencilIcon";
1834
1870
 
1835
1871
  // src/primitives/icon/svg/play-square.tsx
1836
- var import_jsx_runtime48 = require("react/jsx-runtime");
1872
+ var import_jsx_runtime49 = require("react/jsx-runtime");
1837
1873
  var PlaySquareIcon = (_a) => {
1838
1874
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
1839
- return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
1875
+ return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(
1840
1876
  "svg",
1841
1877
  __spreadProps(__spreadValues(__spreadValues({
1842
1878
  viewBox: "0 0 16 16",
@@ -1844,15 +1880,15 @@ var PlaySquareIcon = (_a) => {
1844
1880
  fill: "none"
1845
1881
  }, getIconA11yProps(title2)), props), {
1846
1882
  children: [
1847
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("title", { children: title2 }) : null,
1848
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("g", { clipPath: "url(#play-square-clip)", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
1883
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("title", { children: title2 }) : null,
1884
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("g", { clipPath: "url(#play-square-clip)", children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
1849
1885
  "path",
1850
1886
  {
1851
1887
  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",
1852
1888
  fill: "currentColor"
1853
1889
  }
1854
1890
  ) }),
1855
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("clipPath", { id: "play-square-clip", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
1891
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("clipPath", { id: "play-square-clip", children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
1856
1892
  ]
1857
1893
  })
1858
1894
  );
@@ -1860,10 +1896,10 @@ var PlaySquareIcon = (_a) => {
1860
1896
  PlaySquareIcon.displayName = "PlaySquareIcon";
1861
1897
 
1862
1898
  // src/primitives/icon/svg/polygon.tsx
1863
- var import_jsx_runtime49 = require("react/jsx-runtime");
1899
+ var import_jsx_runtime50 = require("react/jsx-runtime");
1864
1900
  var PolygonIcon = (_a) => {
1865
1901
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
1866
- return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(
1902
+ return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(
1867
1903
  "svg",
1868
1904
  __spreadProps(__spreadValues(__spreadValues({
1869
1905
  viewBox: "0 0 24 24",
@@ -1871,9 +1907,9 @@ var PolygonIcon = (_a) => {
1871
1907
  fill: "none"
1872
1908
  }, getIconA11yProps(title2)), props), {
1873
1909
  children: [
1874
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("title", { children: title2 }) : null,
1875
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("rect", { width: "24", height: "24", rx: "8", fill: "#8247E5" }),
1876
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
1910
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("title", { children: title2 }) : null,
1911
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("rect", { width: "24", height: "24", rx: "8", fill: "#8247E5" }),
1912
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
1877
1913
  "path",
1878
1914
  {
1879
1915
  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",
@@ -1887,10 +1923,10 @@ var PolygonIcon = (_a) => {
1887
1923
  PolygonIcon.displayName = "PolygonIcon";
1888
1924
 
1889
1925
  // src/primitives/icon/svg/quotes-warning.tsx
1890
- var import_jsx_runtime50 = require("react/jsx-runtime");
1926
+ var import_jsx_runtime51 = require("react/jsx-runtime");
1891
1927
  var QuotesWarningIcon = (_a) => {
1892
1928
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
1893
- return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(
1929
+ return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
1894
1930
  "svg",
1895
1931
  __spreadProps(__spreadValues(__spreadValues({
1896
1932
  xmlns: "http://www.w3.org/2000/svg",
@@ -1901,8 +1937,8 @@ var QuotesWarningIcon = (_a) => {
1901
1937
  className
1902
1938
  }, getIconA11yProps(title2)), props), {
1903
1939
  children: [
1904
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("title", { children: title2 }) : null,
1905
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
1940
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("title", { children: title2 }) : null,
1941
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
1906
1942
  "path",
1907
1943
  {
1908
1944
  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",
@@ -1916,10 +1952,10 @@ var QuotesWarningIcon = (_a) => {
1916
1952
  QuotesWarningIcon.displayName = "QuotesWarningIcon";
1917
1953
 
1918
1954
  // src/primitives/icon/svg/profile-about-tab.tsx
1919
- var import_jsx_runtime51 = require("react/jsx-runtime");
1955
+ var import_jsx_runtime52 = require("react/jsx-runtime");
1920
1956
  var ProfileAboutTabIcon = (_a) => {
1921
1957
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
1922
- return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
1958
+ return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(
1923
1959
  "svg",
1924
1960
  __spreadProps(__spreadValues(__spreadValues({
1925
1961
  viewBox: "0 0 16 16",
@@ -1927,16 +1963,16 @@ var ProfileAboutTabIcon = (_a) => {
1927
1963
  fill: "none"
1928
1964
  }, getIconA11yProps(title2)), props), {
1929
1965
  children: [
1930
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("title", { children: title2 }) : null,
1931
- /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("g", { clipPath: "url(#clip_profile_about_tab)", children: [
1932
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
1966
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("title", { children: title2 }) : null,
1967
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("g", { clipPath: "url(#clip_profile_about_tab)", children: [
1968
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
1933
1969
  "path",
1934
1970
  {
1935
1971
  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",
1936
1972
  fill: "currentColor"
1937
1973
  }
1938
1974
  ),
1939
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
1975
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
1940
1976
  "path",
1941
1977
  {
1942
1978
  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",
@@ -1944,7 +1980,7 @@ var ProfileAboutTabIcon = (_a) => {
1944
1980
  }
1945
1981
  )
1946
1982
  ] }),
1947
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("clipPath", { id: "clip_profile_about_tab", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
1983
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("clipPath", { id: "clip_profile_about_tab", children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
1948
1984
  ]
1949
1985
  })
1950
1986
  );
@@ -1952,7 +1988,7 @@ var ProfileAboutTabIcon = (_a) => {
1952
1988
  ProfileAboutTabIcon.displayName = "ProfileAboutTabIcon";
1953
1989
 
1954
1990
  // src/primitives/icon/svg/profile-accounts-wallets-tab.tsx
1955
- var import_jsx_runtime52 = require("react/jsx-runtime");
1991
+ var import_jsx_runtime53 = require("react/jsx-runtime");
1956
1992
  var ProfileAccountsWalletsTabIcon = (_a) => {
1957
1993
  var _b = _a, {
1958
1994
  title: title2,
@@ -1961,7 +1997,7 @@ var ProfileAccountsWalletsTabIcon = (_a) => {
1961
1997
  "title",
1962
1998
  "className"
1963
1999
  ]);
1964
- return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(
2000
+ return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(
1965
2001
  "svg",
1966
2002
  __spreadProps(__spreadValues(__spreadValues({
1967
2003
  viewBox: "0 0 16 16",
@@ -1969,15 +2005,15 @@ var ProfileAccountsWalletsTabIcon = (_a) => {
1969
2005
  fill: "none"
1970
2006
  }, getIconA11yProps(title2)), props), {
1971
2007
  children: [
1972
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("title", { children: title2 }) : null,
1973
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("g", { clipPath: "url(#clip_profile_accounts_wallets_tab)", children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
2008
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("title", { children: title2 }) : null,
2009
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("g", { clipPath: "url(#clip_profile_accounts_wallets_tab)", children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
1974
2010
  "path",
1975
2011
  {
1976
2012
  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",
1977
2013
  fill: "currentColor"
1978
2014
  }
1979
2015
  ) }),
1980
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("clipPath", { id: "clip_profile_accounts_wallets_tab", children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
2016
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("clipPath", { id: "clip_profile_accounts_wallets_tab", children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
1981
2017
  ]
1982
2018
  })
1983
2019
  );
@@ -1985,10 +2021,10 @@ var ProfileAccountsWalletsTabIcon = (_a) => {
1985
2021
  ProfileAccountsWalletsTabIcon.displayName = "ProfileAccountsWalletsTabIcon";
1986
2022
 
1987
2023
  // src/primitives/icon/svg/profile.tsx
1988
- var import_jsx_runtime53 = require("react/jsx-runtime");
2024
+ var import_jsx_runtime54 = require("react/jsx-runtime");
1989
2025
  var ProfileIcon = (_a) => {
1990
2026
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
1991
- return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(
2027
+ return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(
1992
2028
  "svg",
1993
2029
  __spreadProps(__spreadValues(__spreadValues({
1994
2030
  viewBox: "0 0 16 16",
@@ -1996,16 +2032,16 @@ var ProfileIcon = (_a) => {
1996
2032
  fill: "none"
1997
2033
  }, getIconA11yProps(title2)), props), {
1998
2034
  children: [
1999
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("title", { children: title2 }) : null,
2000
- /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("g", { clipPath: "url(#profile-clip)", children: [
2001
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
2035
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("title", { children: title2 }) : null,
2036
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("g", { clipPath: "url(#profile-clip)", children: [
2037
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
2002
2038
  "path",
2003
2039
  {
2004
2040
  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",
2005
2041
  fill: "currentColor"
2006
2042
  }
2007
2043
  ),
2008
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
2044
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
2009
2045
  "path",
2010
2046
  {
2011
2047
  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",
@@ -2013,7 +2049,7 @@ var ProfileIcon = (_a) => {
2013
2049
  }
2014
2050
  )
2015
2051
  ] }),
2016
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("clipPath", { id: "profile-clip", children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
2052
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("clipPath", { id: "profile-clip", children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
2017
2053
  ]
2018
2054
  })
2019
2055
  );
@@ -2021,10 +2057,10 @@ var ProfileIcon = (_a) => {
2021
2057
  ProfileIcon.displayName = "ProfileIcon";
2022
2058
 
2023
2059
  // src/primitives/icon/svg/recenter.tsx
2024
- var import_jsx_runtime54 = require("react/jsx-runtime");
2060
+ var import_jsx_runtime55 = require("react/jsx-runtime");
2025
2061
  var RecenterIcon = (_a) => {
2026
2062
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2027
- return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(
2063
+ return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(
2028
2064
  "svg",
2029
2065
  __spreadProps(__spreadValues(__spreadValues({
2030
2066
  viewBox: "0 0 16 16",
@@ -2032,15 +2068,15 @@ var RecenterIcon = (_a) => {
2032
2068
  fill: "none"
2033
2069
  }, getIconA11yProps(title2)), props), {
2034
2070
  children: [
2035
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("title", { children: title2 }) : null,
2036
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("g", { clipPath: "url(#recenter-clip)", children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
2071
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("title", { children: title2 }) : null,
2072
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("g", { clipPath: "url(#recenter-clip)", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
2037
2073
  "path",
2038
2074
  {
2039
2075
  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",
2040
2076
  fill: "currentColor"
2041
2077
  }
2042
2078
  ) }),
2043
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("clipPath", { id: "recenter-clip", children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
2079
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("clipPath", { id: "recenter-clip", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
2044
2080
  ]
2045
2081
  })
2046
2082
  );
@@ -2048,10 +2084,10 @@ var RecenterIcon = (_a) => {
2048
2084
  RecenterIcon.displayName = "RecenterIcon";
2049
2085
 
2050
2086
  // src/primitives/icon/svg/revenue-alt.tsx
2051
- var import_jsx_runtime55 = require("react/jsx-runtime");
2087
+ var import_jsx_runtime56 = require("react/jsx-runtime");
2052
2088
  var RevenueAltIcon = (_a) => {
2053
2089
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2054
- return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(
2090
+ return /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(
2055
2091
  "svg",
2056
2092
  __spreadProps(__spreadValues(__spreadValues({
2057
2093
  viewBox: "0 0 20 20",
@@ -2059,8 +2095,8 @@ var RevenueAltIcon = (_a) => {
2059
2095
  fill: "none"
2060
2096
  }, getIconA11yProps(title2)), props), {
2061
2097
  children: [
2062
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("title", { children: title2 }) : null,
2063
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
2098
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("title", { children: title2 }) : null,
2099
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
2064
2100
  "path",
2065
2101
  {
2066
2102
  d: "M3 14V6M3 6L1.5 7.5M3 6L4.5 7.5M17 6V14M17 14L15.5 12.5M17 14L18.5 12.5",
@@ -2070,7 +2106,7 @@ var RevenueAltIcon = (_a) => {
2070
2106
  strokeLinejoin: "round"
2071
2107
  }
2072
2108
  ),
2073
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
2109
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
2074
2110
  "path",
2075
2111
  {
2076
2112
  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",
@@ -2087,10 +2123,10 @@ var RevenueAltIcon = (_a) => {
2087
2123
  RevenueAltIcon.displayName = "RevenueAltIcon";
2088
2124
 
2089
2125
  // src/primitives/icon/svg/search.tsx
2090
- var import_jsx_runtime56 = require("react/jsx-runtime");
2126
+ var import_jsx_runtime57 = require("react/jsx-runtime");
2091
2127
  var SearchIcon = (_a) => {
2092
2128
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2093
- return /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(
2129
+ return /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
2094
2130
  "svg",
2095
2131
  __spreadProps(__spreadValues(__spreadValues({
2096
2132
  viewBox: "0 0 16 16",
@@ -2099,8 +2135,8 @@ var SearchIcon = (_a) => {
2099
2135
  className
2100
2136
  }, getIconA11yProps(title2)), props), {
2101
2137
  children: [
2102
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("title", { children: title2 }) : null,
2103
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
2138
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("title", { children: title2 }) : null,
2139
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
2104
2140
  "path",
2105
2141
  {
2106
2142
  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",
@@ -2110,7 +2146,7 @@ var SearchIcon = (_a) => {
2110
2146
  strokeLinejoin: "round"
2111
2147
  }
2112
2148
  ),
2113
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
2149
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
2114
2150
  "path",
2115
2151
  {
2116
2152
  d: "M13.6668 13.6666L11.1667 11.1666",
@@ -2127,10 +2163,10 @@ var SearchIcon = (_a) => {
2127
2163
  SearchIcon.displayName = "SearchIcon";
2128
2164
 
2129
2165
  // src/primitives/icon/svg/shield-trust.tsx
2130
- var import_jsx_runtime57 = require("react/jsx-runtime");
2166
+ var import_jsx_runtime58 = require("react/jsx-runtime");
2131
2167
  var ShieldTrustIcon = (_a) => {
2132
2168
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2133
- return /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
2169
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(
2134
2170
  "svg",
2135
2171
  __spreadProps(__spreadValues(__spreadValues({
2136
2172
  viewBox: "0 0 16 16",
@@ -2138,15 +2174,15 @@ var ShieldTrustIcon = (_a) => {
2138
2174
  fill: "none"
2139
2175
  }, getIconA11yProps(title2)), props), {
2140
2176
  children: [
2141
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("title", { children: title2 }) : null,
2142
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
2177
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("title", { children: title2 }) : null,
2178
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
2143
2179
  "path",
2144
2180
  {
2145
2181
  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",
2146
2182
  fill: "currentColor"
2147
2183
  }
2148
2184
  ),
2149
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
2185
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
2150
2186
  "path",
2151
2187
  {
2152
2188
  d: "M5.5 8.2L7.2 9.9L10.8 6.3",
@@ -2163,10 +2199,10 @@ var ShieldTrustIcon = (_a) => {
2163
2199
  ShieldTrustIcon.displayName = "ShieldTrustIcon";
2164
2200
 
2165
2201
  // src/primitives/icon/svg/solana.tsx
2166
- var import_jsx_runtime58 = require("react/jsx-runtime");
2202
+ var import_jsx_runtime59 = require("react/jsx-runtime");
2167
2203
  var SolanaIcon = (_a) => {
2168
2204
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2169
- return /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(
2205
+ return /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(
2170
2206
  "svg",
2171
2207
  __spreadProps(__spreadValues(__spreadValues({
2172
2208
  viewBox: "0 0 24 24",
@@ -2174,31 +2210,31 @@ var SolanaIcon = (_a) => {
2174
2210
  fill: "none"
2175
2211
  }, getIconA11yProps(title2)), props), {
2176
2212
  children: [
2177
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("title", { children: title2 }) : null,
2178
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("rect", { width: "24", height: "24", fill: "black" }),
2179
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
2213
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("title", { children: title2 }) : null,
2214
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("rect", { width: "24", height: "24", fill: "black" }),
2215
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
2180
2216
  "path",
2181
2217
  {
2182
2218
  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",
2183
2219
  fill: "url(#paint0_linear_1471_9988)"
2184
2220
  }
2185
2221
  ),
2186
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
2222
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
2187
2223
  "path",
2188
2224
  {
2189
2225
  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",
2190
2226
  fill: "url(#paint1_linear_1471_9988)"
2191
2227
  }
2192
2228
  ),
2193
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
2229
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
2194
2230
  "path",
2195
2231
  {
2196
2232
  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",
2197
2233
  fill: "url(#paint2_linear_1471_9988)"
2198
2234
  }
2199
2235
  ),
2200
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("defs", { children: [
2201
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(
2236
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("defs", { children: [
2237
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(
2202
2238
  "linearGradient",
2203
2239
  {
2204
2240
  id: "paint0_linear_1471_9988",
@@ -2208,12 +2244,12 @@ var SolanaIcon = (_a) => {
2208
2244
  y2: "22.2975",
2209
2245
  gradientUnits: "userSpaceOnUse",
2210
2246
  children: [
2211
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("stop", { stopColor: "#00FFA3" }),
2212
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("stop", { offset: "1", stopColor: "#DC1FFF" })
2247
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("stop", { stopColor: "#00FFA3" }),
2248
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("stop", { offset: "1", stopColor: "#DC1FFF" })
2213
2249
  ]
2214
2250
  }
2215
2251
  ),
2216
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(
2252
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(
2217
2253
  "linearGradient",
2218
2254
  {
2219
2255
  id: "paint1_linear_1471_9988",
@@ -2223,12 +2259,12 @@ var SolanaIcon = (_a) => {
2223
2259
  y2: "20.028",
2224
2260
  gradientUnits: "userSpaceOnUse",
2225
2261
  children: [
2226
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("stop", { stopColor: "#00FFA3" }),
2227
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("stop", { offset: "1", stopColor: "#DC1FFF" })
2262
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("stop", { stopColor: "#00FFA3" }),
2263
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("stop", { offset: "1", stopColor: "#DC1FFF" })
2228
2264
  ]
2229
2265
  }
2230
2266
  ),
2231
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(
2267
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(
2232
2268
  "linearGradient",
2233
2269
  {
2234
2270
  id: "paint2_linear_1471_9988",
@@ -2238,8 +2274,8 @@ var SolanaIcon = (_a) => {
2238
2274
  y2: "21.1555",
2239
2275
  gradientUnits: "userSpaceOnUse",
2240
2276
  children: [
2241
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("stop", { stopColor: "#00FFA3" }),
2242
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("stop", { offset: "1", stopColor: "#DC1FFF" })
2277
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("stop", { stopColor: "#00FFA3" }),
2278
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("stop", { offset: "1", stopColor: "#DC1FFF" })
2243
2279
  ]
2244
2280
  }
2245
2281
  )
@@ -2251,10 +2287,10 @@ var SolanaIcon = (_a) => {
2251
2287
  SolanaIcon.displayName = "SolanaIcon";
2252
2288
 
2253
2289
  // src/primitives/icon/svg/sparkles-filled.tsx
2254
- var import_jsx_runtime59 = require("react/jsx-runtime");
2290
+ var import_jsx_runtime60 = require("react/jsx-runtime");
2255
2291
  var SparklesFilledIcon = (_a) => {
2256
2292
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2257
- return /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(
2293
+ return /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(
2258
2294
  "svg",
2259
2295
  __spreadProps(__spreadValues(__spreadValues({
2260
2296
  xmlns: "http://www.w3.org/2000/svg",
@@ -2265,15 +2301,15 @@ var SparklesFilledIcon = (_a) => {
2265
2301
  className
2266
2302
  }, getIconA11yProps(title2)), props), {
2267
2303
  children: [
2268
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("g", { clipPath: "url(#clip0_2028_8371)", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
2304
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("g", { clipPath: "url(#clip0_2028_8371)", children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
2269
2305
  "path",
2270
2306
  {
2271
2307
  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",
2272
2308
  fill: "currentColor"
2273
2309
  }
2274
2310
  ) }),
2275
- /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("defs", { children: [
2276
- /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(
2311
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("defs", { children: [
2312
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(
2277
2313
  "linearGradient",
2278
2314
  {
2279
2315
  id: "paint0_linear_2028_8371",
@@ -2283,12 +2319,12 @@ var SparklesFilledIcon = (_a) => {
2283
2319
  y2: "7.99997",
2284
2320
  gradientUnits: "userSpaceOnUse",
2285
2321
  children: [
2286
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("stop", { stopColor: "currentColor" }),
2287
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("stop", { offset: "1", stopColor: "currentColor" })
2322
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("stop", { stopColor: "currentColor" }),
2323
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("stop", { offset: "1", stopColor: "currentColor" })
2288
2324
  ]
2289
2325
  }
2290
2326
  ),
2291
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("clipPath", { id: "clip0_2028_8371", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("rect", { width: "16", height: "16", fill: "white" }) })
2327
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("clipPath", { id: "clip0_2028_8371", children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("rect", { width: "16", height: "16", fill: "white" }) })
2292
2328
  ] })
2293
2329
  ]
2294
2330
  })
@@ -2297,10 +2333,10 @@ var SparklesFilledIcon = (_a) => {
2297
2333
  SparklesFilledIcon.displayName = "SparklesFilledIcon";
2298
2334
 
2299
2335
  // src/primitives/icon/svg/stay-in-control.tsx
2300
- var import_jsx_runtime60 = require("react/jsx-runtime");
2336
+ var import_jsx_runtime61 = require("react/jsx-runtime");
2301
2337
  var StayInControlIcon = (_a) => {
2302
2338
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2303
- return /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(
2339
+ return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(
2304
2340
  "svg",
2305
2341
  __spreadProps(__spreadValues(__spreadValues({
2306
2342
  width: "28",
@@ -2311,16 +2347,16 @@ var StayInControlIcon = (_a) => {
2311
2347
  className
2312
2348
  }, getIconA11yProps(title2)), props), {
2313
2349
  children: [
2314
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("title", { children: title2 }) : null,
2315
- /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("g", { clipPath: "url(#clip0_stay_in_control)", children: [
2316
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
2350
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("title", { children: title2 }) : null,
2351
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("g", { clipPath: "url(#clip0_stay_in_control)", children: [
2352
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
2317
2353
  "path",
2318
2354
  {
2319
2355
  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",
2320
2356
  fill: "currentColor"
2321
2357
  }
2322
2358
  ),
2323
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
2359
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
2324
2360
  "path",
2325
2361
  {
2326
2362
  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",
@@ -2328,7 +2364,7 @@ var StayInControlIcon = (_a) => {
2328
2364
  }
2329
2365
  )
2330
2366
  ] }),
2331
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("clipPath", { id: "clip0_stay_in_control", children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("rect", { width: "28", height: "28", fill: "white" }) }) })
2367
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("clipPath", { id: "clip0_stay_in_control", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("rect", { width: "28", height: "28", fill: "white" }) }) })
2332
2368
  ]
2333
2369
  })
2334
2370
  );
@@ -2336,10 +2372,10 @@ var StayInControlIcon = (_a) => {
2336
2372
  StayInControlIcon.displayName = "StayInControlIcon";
2337
2373
 
2338
2374
  // src/primitives/icon/svg/success-check.tsx
2339
- var import_jsx_runtime61 = require("react/jsx-runtime");
2375
+ var import_jsx_runtime62 = require("react/jsx-runtime");
2340
2376
  var SuccessCheckIcon = (_a) => {
2341
2377
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2342
- return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(
2378
+ return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(
2343
2379
  "svg",
2344
2380
  __spreadProps(__spreadValues(__spreadValues({
2345
2381
  width: "24",
@@ -2350,8 +2386,8 @@ var SuccessCheckIcon = (_a) => {
2350
2386
  className
2351
2387
  }, getIconA11yProps(title2)), props), {
2352
2388
  children: [
2353
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("title", { children: title2 }) : null,
2354
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
2389
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("title", { children: title2 }) : null,
2390
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
2355
2391
  "path",
2356
2392
  {
2357
2393
  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",
@@ -2365,10 +2401,10 @@ var SuccessCheckIcon = (_a) => {
2365
2401
  SuccessCheckIcon.displayName = "SuccessCheckIcon";
2366
2402
 
2367
2403
  // src/primitives/icon/svg/telegram.tsx
2368
- var import_jsx_runtime62 = require("react/jsx-runtime");
2404
+ var import_jsx_runtime63 = require("react/jsx-runtime");
2369
2405
  var TelegramIcon = (_a) => {
2370
2406
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2371
- return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(
2407
+ return /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(
2372
2408
  "svg",
2373
2409
  __spreadProps(__spreadValues(__spreadValues({
2374
2410
  viewBox: "0 0 20 20",
@@ -2376,8 +2412,8 @@ var TelegramIcon = (_a) => {
2376
2412
  fill: "none"
2377
2413
  }, getIconA11yProps(title2)), props), {
2378
2414
  children: [
2379
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("title", { children: title2 }) : null,
2380
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("g", { clipPath: "url(#clip0_telegram)", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
2415
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("title", { children: title2 }) : null,
2416
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("g", { clipPath: "url(#clip0_telegram)", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
2381
2417
  "path",
2382
2418
  {
2383
2419
  fillRule: "evenodd",
@@ -2386,7 +2422,7 @@ var TelegramIcon = (_a) => {
2386
2422
  fill: "currentColor"
2387
2423
  }
2388
2424
  ) }),
2389
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("clipPath", { id: "clip0_telegram", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("rect", { width: "20", height: "20", fill: "white" }) }) })
2425
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("clipPath", { id: "clip0_telegram", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("rect", { width: "20", height: "20", fill: "white" }) }) })
2390
2426
  ]
2391
2427
  })
2392
2428
  );
@@ -2394,10 +2430,10 @@ var TelegramIcon = (_a) => {
2394
2430
  TelegramIcon.displayName = "TelegramIcon";
2395
2431
 
2396
2432
  // src/primitives/icon/svg/triangle-down.tsx
2397
- var import_jsx_runtime63 = require("react/jsx-runtime");
2433
+ var import_jsx_runtime64 = require("react/jsx-runtime");
2398
2434
  var TriangleDownIcon = (_a) => {
2399
2435
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2400
- return /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(
2436
+ return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(
2401
2437
  "svg",
2402
2438
  __spreadProps(__spreadValues(__spreadValues({
2403
2439
  viewBox: "0 0 8 8",
@@ -2405,16 +2441,16 @@ var TriangleDownIcon = (_a) => {
2405
2441
  fill: "none"
2406
2442
  }, getIconA11yProps(title2)), props), {
2407
2443
  children: [
2408
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("title", { children: title2 }) : null,
2409
- /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("g", { transform: "scale(1,-1) translate(0,-8)", clipPath: "url(#triangle_up)", children: [
2410
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
2444
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("title", { children: title2 }) : null,
2445
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("g", { transform: "scale(1,-1) translate(0,-8)", clipPath: "url(#triangle_up)", children: [
2446
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
2411
2447
  "path",
2412
2448
  {
2413
2449
  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",
2414
2450
  fill: "currentColor"
2415
2451
  }
2416
2452
  ),
2417
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
2453
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
2418
2454
  "path",
2419
2455
  {
2420
2456
  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",
@@ -2422,7 +2458,7 @@ var TriangleDownIcon = (_a) => {
2422
2458
  }
2423
2459
  )
2424
2460
  ] }),
2425
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("clipPath", { id: "triangle_up", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("rect", { width: "8", height: "8", fill: "white" }) }) })
2461
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("clipPath", { id: "triangle_up", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("rect", { width: "8", height: "8", fill: "white" }) }) })
2426
2462
  ]
2427
2463
  })
2428
2464
  );
@@ -2430,10 +2466,10 @@ var TriangleDownIcon = (_a) => {
2430
2466
  TriangleDownIcon.displayName = "TriangleDownIcon";
2431
2467
 
2432
2468
  // src/primitives/icon/svg/triangle-up.tsx
2433
- var import_jsx_runtime64 = require("react/jsx-runtime");
2469
+ var import_jsx_runtime65 = require("react/jsx-runtime");
2434
2470
  var TriangleUpIcon = (_a) => {
2435
2471
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2436
- return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(
2472
+ return /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(
2437
2473
  "svg",
2438
2474
  __spreadProps(__spreadValues(__spreadValues({
2439
2475
  viewBox: "0 0 8 8",
@@ -2441,16 +2477,16 @@ var TriangleUpIcon = (_a) => {
2441
2477
  fill: "none"
2442
2478
  }, getIconA11yProps(title2)), props), {
2443
2479
  children: [
2444
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("title", { children: title2 }) : null,
2445
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("g", { clipPath: "url(#triangle_up)", children: [
2446
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
2480
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("title", { children: title2 }) : null,
2481
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("g", { clipPath: "url(#triangle_up)", children: [
2482
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2447
2483
  "path",
2448
2484
  {
2449
2485
  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",
2450
2486
  fill: "currentColor"
2451
2487
  }
2452
2488
  ),
2453
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
2489
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2454
2490
  "path",
2455
2491
  {
2456
2492
  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",
@@ -2458,7 +2494,7 @@ var TriangleUpIcon = (_a) => {
2458
2494
  }
2459
2495
  )
2460
2496
  ] }),
2461
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("clipPath", { id: "triangle_up", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("rect", { width: "8", height: "8", fill: "white" }) }) })
2497
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("clipPath", { id: "triangle_up", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("rect", { width: "8", height: "8", fill: "white" }) }) })
2462
2498
  ]
2463
2499
  })
2464
2500
  );
@@ -2466,10 +2502,10 @@ var TriangleUpIcon = (_a) => {
2466
2502
  TriangleUpIcon.displayName = "TriangleUpIcon";
2467
2503
 
2468
2504
  // src/primitives/icon/svg/triangle-up-filled.tsx
2469
- var import_jsx_runtime65 = require("react/jsx-runtime");
2505
+ var import_jsx_runtime66 = require("react/jsx-runtime");
2470
2506
  var TriangleUpFilledIcon = (_a) => {
2471
2507
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2472
- return /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(
2508
+ return /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(
2473
2509
  "svg",
2474
2510
  __spreadProps(__spreadValues(__spreadValues({
2475
2511
  viewBox: "0 0 8 8",
@@ -2477,8 +2513,8 @@ var TriangleUpFilledIcon = (_a) => {
2477
2513
  fill: "none"
2478
2514
  }, getIconA11yProps(title2)), props), {
2479
2515
  children: [
2480
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("title", { children: title2 }) : null,
2481
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2516
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("title", { children: title2 }) : null,
2517
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
2482
2518
  "path",
2483
2519
  {
2484
2520
  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",
@@ -2492,10 +2528,10 @@ var TriangleUpFilledIcon = (_a) => {
2492
2528
  TriangleUpFilledIcon.displayName = "TriangleUpFilledIcon";
2493
2529
 
2494
2530
  // src/primitives/icon/svg/twitter.tsx
2495
- var import_jsx_runtime66 = require("react/jsx-runtime");
2531
+ var import_jsx_runtime67 = require("react/jsx-runtime");
2496
2532
  var TwitterIcon = (_a) => {
2497
2533
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2498
- return /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(
2534
+ return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(
2499
2535
  "svg",
2500
2536
  __spreadProps(__spreadValues(__spreadValues({
2501
2537
  viewBox: "0 0 24 24",
@@ -2503,8 +2539,8 @@ var TwitterIcon = (_a) => {
2503
2539
  fill: "none"
2504
2540
  }, getIconA11yProps(title2)), props), {
2505
2541
  children: [
2506
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("title", { children: title2 }) : null,
2507
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
2542
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("title", { children: title2 }) : null,
2543
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
2508
2544
  "path",
2509
2545
  {
2510
2546
  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",
@@ -2518,10 +2554,10 @@ var TwitterIcon = (_a) => {
2518
2554
  TwitterIcon.displayName = "TwitterIcon";
2519
2555
 
2520
2556
  // src/primitives/icon/svg/upload.tsx
2521
- var import_jsx_runtime67 = require("react/jsx-runtime");
2557
+ var import_jsx_runtime68 = require("react/jsx-runtime");
2522
2558
  var UploadIcon = (_a) => {
2523
2559
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2524
- return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(
2560
+ return /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(
2525
2561
  "svg",
2526
2562
  __spreadProps(__spreadValues(__spreadValues({
2527
2563
  viewBox: "0 0 16 16",
@@ -2529,16 +2565,16 @@ var UploadIcon = (_a) => {
2529
2565
  fill: "none"
2530
2566
  }, getIconA11yProps(title2)), props), {
2531
2567
  children: [
2532
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("title", { children: title2 }) : null,
2533
- /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)("g", { clipPath: "url(#upload-clip)", children: [
2534
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
2568
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("title", { children: title2 }) : null,
2569
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("g", { clipPath: "url(#upload-clip)", children: [
2570
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
2535
2571
  "path",
2536
2572
  {
2537
2573
  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",
2538
2574
  fill: "currentColor"
2539
2575
  }
2540
2576
  ),
2541
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
2577
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
2542
2578
  "path",
2543
2579
  {
2544
2580
  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",
@@ -2546,7 +2582,7 @@ var UploadIcon = (_a) => {
2546
2582
  }
2547
2583
  )
2548
2584
  ] }),
2549
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("clipPath", { id: "upload-clip", children: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
2585
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("clipPath", { id: "upload-clip", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
2550
2586
  ]
2551
2587
  })
2552
2588
  );
@@ -2554,10 +2590,10 @@ var UploadIcon = (_a) => {
2554
2590
  UploadIcon.displayName = "UploadIcon";
2555
2591
 
2556
2592
  // src/primitives/icon/svg/user-trust.tsx
2557
- var import_jsx_runtime68 = require("react/jsx-runtime");
2593
+ var import_jsx_runtime69 = require("react/jsx-runtime");
2558
2594
  var UserTrustIcon = (_a) => {
2559
2595
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2560
- return /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(
2596
+ return /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)(
2561
2597
  "svg",
2562
2598
  __spreadProps(__spreadValues(__spreadValues({
2563
2599
  xmlns: "http://www.w3.org/2000/svg",
@@ -2566,15 +2602,15 @@ var UserTrustIcon = (_a) => {
2566
2602
  className
2567
2603
  }, getIconA11yProps(title2)), props), {
2568
2604
  children: [
2569
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("title", { children: title2 }) : null,
2570
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("g", { clipPath: "url(#clip0_user_trust)", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
2605
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("title", { children: title2 }) : null,
2606
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("g", { clipPath: "url(#clip0_user_trust)", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
2571
2607
  "path",
2572
2608
  {
2573
2609
  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",
2574
2610
  fill: "currentColor"
2575
2611
  }
2576
2612
  ) }),
2577
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("clipPath", { id: "clip0_user_trust", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("rect", { width: "60", height: "60", fill: "white" }) }) })
2613
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("clipPath", { id: "clip0_user_trust", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("rect", { width: "60", height: "60", fill: "white" }) }) })
2578
2614
  ]
2579
2615
  })
2580
2616
  );
@@ -2582,10 +2618,10 @@ var UserTrustIcon = (_a) => {
2582
2618
  UserTrustIcon.displayName = "UserTrustIcon";
2583
2619
 
2584
2620
  // src/primitives/icon/svg/usdc.tsx
2585
- var import_jsx_runtime69 = require("react/jsx-runtime");
2621
+ var import_jsx_runtime70 = require("react/jsx-runtime");
2586
2622
  var UsdcIcon = (_a) => {
2587
2623
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2588
- return /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)(
2624
+ return /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
2589
2625
  "svg",
2590
2626
  __spreadProps(__spreadValues(__spreadValues({
2591
2627
  viewBox: "0 0 32 32",
@@ -2593,16 +2629,16 @@ var UsdcIcon = (_a) => {
2593
2629
  fill: "none"
2594
2630
  }, getIconA11yProps(title2)), props), {
2595
2631
  children: [
2596
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("title", { children: title2 }) : null,
2597
- /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("circle", { cx: "16", cy: "16", r: "16", fill: "#2775CA" }),
2598
- /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
2632
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("title", { children: title2 }) : null,
2633
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("circle", { cx: "16", cy: "16", r: "16", fill: "#2775CA" }),
2634
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2599
2635
  "path",
2600
2636
  {
2601
2637
  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",
2602
2638
  fill: "#fff"
2603
2639
  }
2604
2640
  ),
2605
- /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
2641
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2606
2642
  "path",
2607
2643
  {
2608
2644
  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",
@@ -2616,10 +2652,10 @@ var UsdcIcon = (_a) => {
2616
2652
  UsdcIcon.displayName = "UsdcIcon";
2617
2653
 
2618
2654
  // src/primitives/icon/svg/wallet.tsx
2619
- var import_jsx_runtime70 = require("react/jsx-runtime");
2655
+ var import_jsx_runtime71 = require("react/jsx-runtime");
2620
2656
  var WalletIcon = (_a) => {
2621
2657
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2622
- return /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
2658
+ return /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)(
2623
2659
  "svg",
2624
2660
  __spreadProps(__spreadValues(__spreadValues({
2625
2661
  viewBox: "0 0 24 24",
@@ -2627,8 +2663,8 @@ var WalletIcon = (_a) => {
2627
2663
  fill: "none"
2628
2664
  }, getIconA11yProps(title2)), props), {
2629
2665
  children: [
2630
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("title", { children: title2 }) : null,
2631
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2666
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("title", { children: title2 }) : null,
2667
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
2632
2668
  "path",
2633
2669
  {
2634
2670
  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",
@@ -2642,10 +2678,10 @@ var WalletIcon = (_a) => {
2642
2678
  WalletIcon.displayName = "WalletIcon";
2643
2679
 
2644
2680
  // src/primitives/icon/svg/wallet-avatar.tsx
2645
- var import_jsx_runtime71 = require("react/jsx-runtime");
2681
+ var import_jsx_runtime72 = require("react/jsx-runtime");
2646
2682
  function WalletAvatarIcon(_a) {
2647
2683
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2648
- return /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)(
2684
+ return /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(
2649
2685
  "svg",
2650
2686
  __spreadProps(__spreadValues(__spreadValues({
2651
2687
  fill: "none",
@@ -2653,9 +2689,9 @@ function WalletAvatarIcon(_a) {
2653
2689
  viewBox: "0 0 16 16"
2654
2690
  }, getIconA11yProps(title2)), props), {
2655
2691
  children: [
2656
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("title", { children: title2 }) : null,
2657
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("circle", { cx: "8", cy: "5.25", r: "2.25", fill: "currentColor" }),
2658
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("path", { d: "M3.75 12.75a4.25 4.25 0 0 1 8.5 0v.25h-8.5v-.25Z", fill: "currentColor" })
2692
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("title", { children: title2 }) : null,
2693
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("circle", { cx: "8", cy: "5.25", r: "2.25", fill: "currentColor" }),
2694
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("path", { d: "M3.75 12.75a4.25 4.25 0 0 1 8.5 0v.25h-8.5v-.25Z", fill: "currentColor" })
2659
2695
  ]
2660
2696
  })
2661
2697
  );
@@ -2663,10 +2699,10 @@ function WalletAvatarIcon(_a) {
2663
2699
  WalletAvatarIcon.displayName = "WalletAvatarIcon";
2664
2700
 
2665
2701
  // src/primitives/icon/svg/wallet-filled.tsx
2666
- var import_jsx_runtime72 = require("react/jsx-runtime");
2702
+ var import_jsx_runtime73 = require("react/jsx-runtime");
2667
2703
  var WalletFilledIcon = (_a) => {
2668
2704
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2669
- return /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(
2705
+ return /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)(
2670
2706
  "svg",
2671
2707
  __spreadProps(__spreadValues(__spreadValues({
2672
2708
  viewBox: "0 0 14 14",
@@ -2674,8 +2710,8 @@ var WalletFilledIcon = (_a) => {
2674
2710
  fill: "none"
2675
2711
  }, getIconA11yProps(title2)), props), {
2676
2712
  children: [
2677
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("title", { children: title2 }) : null,
2678
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
2713
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("title", { children: title2 }) : null,
2714
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
2679
2715
  "path",
2680
2716
  {
2681
2717
  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",
@@ -2689,10 +2725,10 @@ var WalletFilledIcon = (_a) => {
2689
2725
  WalletFilledIcon.displayName = "WalletFilledIcon";
2690
2726
 
2691
2727
  // src/primitives/icon/svg/paper-plane.tsx
2692
- var import_jsx_runtime73 = require("react/jsx-runtime");
2728
+ var import_jsx_runtime74 = require("react/jsx-runtime");
2693
2729
  var PaperPlaneIcon = (_a) => {
2694
2730
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2695
- return /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)(
2731
+ return /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)(
2696
2732
  "svg",
2697
2733
  __spreadProps(__spreadValues(__spreadValues({
2698
2734
  viewBox: "0 0 24 24",
@@ -2700,15 +2736,15 @@ var PaperPlaneIcon = (_a) => {
2700
2736
  fill: "none"
2701
2737
  }, getIconA11yProps(title2)), props), {
2702
2738
  children: [
2703
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("title", { children: title2 }) : null,
2704
- /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("g", { clipPath: "url(#paper-plane-clip)", children: /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
2739
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("title", { children: title2 }) : null,
2740
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("g", { clipPath: "url(#paper-plane-clip)", children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
2705
2741
  "path",
2706
2742
  {
2707
2743
  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",
2708
2744
  fill: "currentColor"
2709
2745
  }
2710
2746
  ) }),
2711
- /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("clipPath", { id: "paper-plane-clip", children: /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
2747
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("clipPath", { id: "paper-plane-clip", children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
2712
2748
  ]
2713
2749
  })
2714
2750
  );
@@ -2716,10 +2752,10 @@ var PaperPlaneIcon = (_a) => {
2716
2752
  PaperPlaneIcon.displayName = "PaperPlaneIcon";
2717
2753
 
2718
2754
  // src/primitives/icon/svg/warning.tsx
2719
- var import_jsx_runtime74 = require("react/jsx-runtime");
2755
+ var import_jsx_runtime75 = require("react/jsx-runtime");
2720
2756
  var WarningIcon = (_a) => {
2721
2757
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2722
- return /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)(
2758
+ return /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)(
2723
2759
  "svg",
2724
2760
  __spreadProps(__spreadValues(__spreadValues({
2725
2761
  width: "14",
@@ -2730,8 +2766,8 @@ var WarningIcon = (_a) => {
2730
2766
  className
2731
2767
  }, getIconA11yProps(title2)), props), {
2732
2768
  children: [
2733
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("title", { children: title2 }) : null,
2734
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
2769
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("title", { children: title2 }) : null,
2770
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
2735
2771
  "path",
2736
2772
  {
2737
2773
  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",
@@ -2745,10 +2781,10 @@ var WarningIcon = (_a) => {
2745
2781
  WarningIcon.displayName = "WarningIcon";
2746
2782
 
2747
2783
  // src/primitives/icon/svg/warning-filled.tsx
2748
- var import_jsx_runtime75 = require("react/jsx-runtime");
2784
+ var import_jsx_runtime76 = require("react/jsx-runtime");
2749
2785
  var WarningFilledIcon = (_a) => {
2750
2786
  var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
2751
- return /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)(
2787
+ return /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
2752
2788
  "svg",
2753
2789
  __spreadProps(__spreadValues(__spreadValues({
2754
2790
  viewBox: "0 0 16 16",
@@ -2756,8 +2792,8 @@ var WarningFilledIcon = (_a) => {
2756
2792
  fill: "none"
2757
2793
  }, getIconA11yProps(title2)), props), {
2758
2794
  children: [
2759
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("title", { children: title2 }) : null,
2760
- /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
2795
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("title", { children: title2 }) : null,
2796
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
2761
2797
  "path",
2762
2798
  {
2763
2799
  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",
@@ -2815,6 +2851,7 @@ var iconRegistry = {
2815
2851
  info: InfoIcon,
2816
2852
  "internet-security": InternetSecurityIcon,
2817
2853
  "link-accounts": LinkAccountsIcon,
2854
+ lock: LockIcon,
2818
2855
  pencil: PencilIcon,
2819
2856
  "play-square": PlaySquareIcon,
2820
2857
  polygon: PolygonIcon,
@@ -2857,7 +2894,7 @@ var resolveIconStyle = (color, style) => {
2857
2894
  };
2858
2895
 
2859
2896
  // src/primitives/icon/index.tsx
2860
- var import_jsx_runtime76 = require("react/jsx-runtime");
2897
+ var import_jsx_runtime77 = require("react/jsx-runtime");
2861
2898
  var Icon = (_a) => {
2862
2899
  var _b = _a, {
2863
2900
  name,
@@ -2881,7 +2918,7 @@ var Icon = (_a) => {
2881
2918
  }
2882
2919
  const resolvedStyle = resolveIconStyle(color, style);
2883
2920
  const resolvedClassName = cn(iconSizeClasses[size], className);
2884
- return /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
2921
+ return /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
2885
2922
  Component2,
2886
2923
  __spreadValues({
2887
2924
  color,
@@ -2920,7 +2957,7 @@ var resolveIsDisabled = ({
2920
2957
  };
2921
2958
 
2922
2959
  // src/primitives/autocomplete-select/index.tsx
2923
- var import_jsx_runtime77 = require("react/jsx-runtime");
2960
+ var import_jsx_runtime78 = require("react/jsx-runtime");
2924
2961
  var AutocompleteSelect = ({
2925
2962
  options,
2926
2963
  value,
@@ -3058,14 +3095,14 @@ var AutocompleteSelect = ({
3058
3095
  optionRefs.current.delete(index);
3059
3096
  }
3060
3097
  }, []);
3061
- return /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)(
3098
+ return /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(
3062
3099
  "div",
3063
3100
  {
3064
3101
  ref: containerRef,
3065
3102
  className: cn("group/agg-autocomplete", "relative inline-flex w-full", className),
3066
3103
  onKeyDown: handleKeyDown,
3067
3104
  children: [
3068
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
3105
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
3069
3106
  "button",
3070
3107
  {
3071
3108
  ref: triggerRef,
@@ -3090,11 +3127,11 @@ var AutocompleteSelect = ({
3090
3127
  e.preventDefault();
3091
3128
  handleToggle();
3092
3129
  },
3093
- children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("span", { className: "agg-autocomplete-value flex-1 truncate", children: (_b = (_a = selectedOption == null ? void 0 : selectedOption.label) != null ? _a : placeholder) != null ? _b : "" })
3130
+ children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("span", { className: "agg-autocomplete-value flex-1 truncate", children: (_b = (_a = selectedOption == null ? void 0 : selectedOption.label) != null ? _a : placeholder) != null ? _b : "" })
3094
3131
  }
3095
3132
  ),
3096
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("span", { className: "agg-autocomplete-chevron pointer-events-none absolute inset-y-0 right-3 inline-flex items-center justify-center text-agg-muted-foreground", children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(Icon, { name: "chevron-down", size: "small", color: "currentColor" }) }),
3097
- isOpen ? /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)(
3133
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("span", { className: "agg-autocomplete-chevron pointer-events-none absolute inset-y-0 right-3 inline-flex items-center justify-center text-agg-muted-foreground", children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(Icon, { name: "chevron-down", size: "small", color: "currentColor" }) }),
3134
+ isOpen ? /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(
3098
3135
  "div",
3099
3136
  {
3100
3137
  className: cn(
@@ -3103,7 +3140,7 @@ var AutocompleteSelect = ({
3103
3140
  ),
3104
3141
  onClick: (e) => e.stopPropagation(),
3105
3142
  children: [
3106
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("div", { className: "border-b border-agg-separator px-3 py-2", children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
3143
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("div", { className: "border-b border-agg-separator px-3 py-2", children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
3107
3144
  "input",
3108
3145
  {
3109
3146
  ref: searchInputRef,
@@ -3120,7 +3157,7 @@ var AutocompleteSelect = ({
3120
3157
  onChange: handleSearchChange
3121
3158
  }
3122
3159
  ) }),
3123
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
3160
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
3124
3161
  "div",
3125
3162
  {
3126
3163
  role: "listbox",
@@ -3129,7 +3166,7 @@ var AutocompleteSelect = ({
3129
3166
  children: filteredOptions.length > 0 ? filteredOptions.map((option, index) => {
3130
3167
  const isSelected = option.value === value;
3131
3168
  const isHighlighted = index === highlightedIndex;
3132
- return /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
3169
+ return /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
3133
3170
  "button",
3134
3171
  {
3135
3172
  ref: (el) => setOptionRef(index, el),
@@ -3152,11 +3189,11 @@ var AutocompleteSelect = ({
3152
3189
  handleSelect(option.value);
3153
3190
  },
3154
3191
  onMouseEnter: () => setHighlightedIndex(index),
3155
- children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("span", { className: "agg-autocomplete-item-label truncate", children: option.label })
3192
+ children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("span", { className: "agg-autocomplete-item-label truncate", children: option.label })
3156
3193
  },
3157
3194
  option.value
3158
3195
  );
3159
- }) : /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("div", { className: "agg-autocomplete-empty px-4 py-3 text-center text-agg-sm text-agg-muted-foreground", children: emptyLabel != null ? emptyLabel : "No results" })
3196
+ }) : /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("div", { className: "agg-autocomplete-empty px-4 py-3 text-center text-agg-sm text-agg-muted-foreground", children: emptyLabel != null ? emptyLabel : "No results" })
3160
3197
  }
3161
3198
  )
3162
3199
  ]
@@ -3212,7 +3249,7 @@ var getBadgeClassName = ({
3212
3249
  };
3213
3250
 
3214
3251
  // src/primitives/badge/index.tsx
3215
- var import_jsx_runtime78 = require("react/jsx-runtime");
3252
+ var import_jsx_runtime79 = require("react/jsx-runtime");
3216
3253
  function Badge({
3217
3254
  text,
3218
3255
  prefix,
@@ -3227,7 +3264,7 @@ function Badge({
3227
3264
  features: { enableAnimations }
3228
3265
  } = (0, import_hooks2.useSdkUiConfig)();
3229
3266
  const resolvedAriaLabel = resolveBadgeAriaLabel(text);
3230
- return /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(
3267
+ return /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)(
3231
3268
  "span",
3232
3269
  __spreadProps(__spreadValues({
3233
3270
  "aria-label": resolvedAriaLabel,
@@ -3246,9 +3283,9 @@ function Badge({
3246
3283
  tabIndex: 0
3247
3284
  }), {
3248
3285
  children: [
3249
- prefix ? /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("span", { className: cn(classNames == null ? void 0 : classNames.prefix, "empty:hidden"), children: prefix }) : null,
3250
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("span", { className: cn("truncate", classNames == null ? void 0 : classNames.text), children: text }),
3251
- suffix ? /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("span", { className: cn(classNames == null ? void 0 : classNames.suffix, "empty:hidden"), children: suffix }) : null
3286
+ prefix ? /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("span", { className: cn(classNames == null ? void 0 : classNames.prefix, "empty:hidden"), children: prefix }) : null,
3287
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("span", { className: cn("truncate", classNames == null ? void 0 : classNames.text), children: text }),
3288
+ suffix ? /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("span", { className: cn(classNames == null ? void 0 : classNames.suffix, "empty:hidden"), children: suffix }) : null
3252
3289
  ]
3253
3290
  })
3254
3291
  );
@@ -3327,7 +3364,7 @@ var getButtonClassName = ({
3327
3364
  };
3328
3365
 
3329
3366
  // src/primitives/button/index.tsx
3330
- var import_jsx_runtime79 = require("react/jsx-runtime");
3367
+ var import_jsx_runtime80 = require("react/jsx-runtime");
3331
3368
  var Button = (_a) => {
3332
3369
  var _b = _a, {
3333
3370
  children,
@@ -3356,7 +3393,7 @@ var Button = (_a) => {
3356
3393
  features: { enableAnimations }
3357
3394
  } = (0, import_hooks3.useSdkUiConfig)();
3358
3395
  const isDisabled = resolveButtonIsDisabled({ disabled, isLoading });
3359
- return /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
3396
+ return /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
3360
3397
  "button",
3361
3398
  __spreadProps(__spreadValues({
3362
3399
  type,
@@ -3365,7 +3402,7 @@ var Button = (_a) => {
3365
3402
  "aria-busy": isLoading,
3366
3403
  "aria-label": ariaLabel
3367
3404
  }, other), {
3368
- children: isLoading ? /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
3405
+ children: isLoading ? /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
3369
3406
  "span",
3370
3407
  {
3371
3408
  className: cn(
@@ -3376,9 +3413,9 @@ var Button = (_a) => {
3376
3413
  ),
3377
3414
  "aria-hidden": "true"
3378
3415
  }
3379
- ) : /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)(import_jsx_runtime79.Fragment, { children: [
3416
+ ) : /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)(import_jsx_runtime80.Fragment, { children: [
3380
3417
  prefix != null ? prefix : null,
3381
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
3418
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
3382
3419
  "span",
3383
3420
  {
3384
3421
  className: cn("group/span-agg-button agg-button-label", "whitespace-nowrap truncate"),
@@ -3418,7 +3455,7 @@ var getCardClassName = ({
3418
3455
  };
3419
3456
 
3420
3457
  // src/primitives/card/index.tsx
3421
- var import_jsx_runtime80 = require("react/jsx-runtime");
3458
+ var import_jsx_runtime81 = require("react/jsx-runtime");
3422
3459
  var Card = (_a) => {
3423
3460
  var _b = _a, {
3424
3461
  className,
@@ -3441,16 +3478,16 @@ var Card = (_a) => {
3441
3478
  hasHref: !!href,
3442
3479
  withGradient
3443
3480
  });
3444
- const inner = href ? /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
3481
+ const inner = href ? /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
3445
3482
  "a",
3446
3483
  __spreadValues(__spreadValues({
3447
3484
  href,
3448
3485
  className: resolvedClassName
3449
3486
  }, onClick ? { onClick } : {}), props)
3450
- ) : /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", __spreadValues(__spreadValues({ className: resolvedClassName }, onClick ? { onClick } : {}), props));
3487
+ ) : /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("div", __spreadValues(__spreadValues({ className: resolvedClassName }, onClick ? { onClick } : {}), props));
3451
3488
  if (withGradient) {
3452
- return /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("div", { className: "group/agg-card-gradient rounded-agg-xl p-[1px] relative bg-agg-separator", children: [
3453
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
3489
+ return /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)("div", { className: "group/agg-card-gradient rounded-agg-xl p-[1px] relative bg-agg-separator", children: [
3490
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
3454
3491
  "div",
3455
3492
  {
3456
3493
  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"
@@ -3522,7 +3559,7 @@ var getSwitchButtonOptionClassName = (enableAnimations, isActive) => {
3522
3559
  };
3523
3560
 
3524
3561
  // src/primitives/switch-button/index.tsx
3525
- var import_jsx_runtime81 = require("react/jsx-runtime");
3562
+ var import_jsx_runtime82 = require("react/jsx-runtime");
3526
3563
  var SwitchButton = ({
3527
3564
  options,
3528
3565
  value,
@@ -3574,7 +3611,7 @@ var SwitchButton = ({
3574
3611
  }
3575
3612
  onValueChange(nextOption.value);
3576
3613
  };
3577
- return /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("div", { className: getSwitchButtonContainerClassName(enableAnimations, className), children: /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)(
3614
+ return /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: getSwitchButtonContainerClassName(enableAnimations, className), children: /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)(
3578
3615
  "div",
3579
3616
  {
3580
3617
  className: SWITCH_BUTTON_TRACK_CLASS_NAME,
@@ -3584,7 +3621,7 @@ var SwitchButton = ({
3584
3621
  role: "tablist",
3585
3622
  "aria-label": ariaLabel,
3586
3623
  children: [
3587
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
3624
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
3588
3625
  "span",
3589
3626
  {
3590
3627
  className: getSwitchButtonTrackHighlightClassName(enableAnimations),
@@ -3598,7 +3635,7 @@ var SwitchButton = ({
3598
3635
  options.map((option, optionIndex) => {
3599
3636
  var _a;
3600
3637
  const isActive = optionIndex === activeIndex;
3601
- return /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
3638
+ return /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
3602
3639
  "button",
3603
3640
  {
3604
3641
  type: "button",
@@ -3782,7 +3819,7 @@ var resolveSelectedSeries = (series, activeSeriesId) => {
3782
3819
  };
3783
3820
 
3784
3821
  // src/primitives/chart/index.tsx
3785
- var import_jsx_runtime82 = require("react/jsx-runtime");
3822
+ var import_jsx_runtime83 = require("react/jsx-runtime");
3786
3823
  var renderDefaultSeriesControls = ({
3787
3824
  series,
3788
3825
  activeSeriesId,
@@ -3791,7 +3828,7 @@ var renderDefaultSeriesControls = ({
3791
3828
  seriesSwitchAriaLabel,
3792
3829
  formatSeriesOptionAriaLabel
3793
3830
  }) => {
3794
- return /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
3831
+ return /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
3795
3832
  SwitchButton,
3796
3833
  {
3797
3834
  ariaLabel: seriesSwitchAriaLabel,
@@ -3930,7 +3967,7 @@ var LineChart = ({
3930
3967
  seriesSwitchAriaLabel: labels.common.lineChartSeriesSwitchAria,
3931
3968
  formatSeriesOptionAriaLabel: labels.common.lineChartSeriesOptionAria
3932
3969
  }) : null : null;
3933
- return /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)(
3970
+ return /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(
3934
3971
  "div",
3935
3972
  {
3936
3973
  ref: chartRootRef,
@@ -3941,7 +3978,7 @@ var LineChart = ({
3941
3978
  ),
3942
3979
  style: { width, minHeight: height },
3943
3980
  children: [
3944
- !isLoading && seriesControls ? /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
3981
+ !isLoading && seriesControls ? /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
3945
3982
  "div",
3946
3983
  {
3947
3984
  className: cn(
@@ -3953,7 +3990,7 @@ var LineChart = ({
3953
3990
  children: seriesControls
3954
3991
  }
3955
3992
  ) : null,
3956
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
3993
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
3957
3994
  "div",
3958
3995
  {
3959
3996
  className: cn(
@@ -3965,7 +4002,7 @@ var LineChart = ({
3965
4002
  role: "img",
3966
4003
  "aria-label": chartType === "candlestick" ? labels.common.candlestickChartAria : labels.common.lineChartAria,
3967
4004
  style: { height },
3968
- children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
4005
+ children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
3969
4006
  import_liveline.Liveline,
3970
4007
  {
3971
4008
  className: cn("agg-livechart agg-chart-canvas h-full w-full", classNames == null ? void 0 : classNames.liveline),
@@ -4010,7 +4047,7 @@ LineChart.displayName = "LineChart";
4010
4047
 
4011
4048
  // src/primitives/copy-button/index.tsx
4012
4049
  var import_react5 = require("react");
4013
- var import_jsx_runtime83 = require("react/jsx-runtime");
4050
+ var import_jsx_runtime84 = require("react/jsx-runtime");
4014
4051
  var CopyButton = ({
4015
4052
  value,
4016
4053
  label: label2,
@@ -4042,7 +4079,7 @@ var CopyButton = ({
4042
4079
  }, [onCopy, resetMs, value]);
4043
4080
  const showLabel = label2 !== void 0 || copiedLabel !== void 0;
4044
4081
  const visibleLabel = isCopied ? copiedLabel != null ? copiedLabel : label2 : label2;
4045
- return /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(
4082
+ return /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)(
4046
4083
  "button",
4047
4084
  {
4048
4085
  type: "button",
@@ -4055,8 +4092,8 @@ var CopyButton = ({
4055
4092
  className
4056
4093
  ),
4057
4094
  children: [
4058
- isCopied ? /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(CheckCircleIcon, { className: iconClassName }) : /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(CopyIcon, { className: iconClassName }),
4059
- showLabel ? /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("span", { className: "agg-type-label-strong", children: visibleLabel }) : null
4095
+ isCopied ? /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(CheckCircleIcon, { className: iconClassName }) : /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(CopyIcon, { className: iconClassName }),
4096
+ showLabel ? /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("span", { className: "agg-type-label-strong", children: visibleLabel }) : null
4060
4097
  ]
4061
4098
  }
4062
4099
  );
@@ -4156,7 +4193,7 @@ var sanitizeCurrencyInputPastedValue = (input, parts, decimalPlaces) => {
4156
4193
  };
4157
4194
 
4158
4195
  // src/primitives/currency-input/index.tsx
4159
- var import_jsx_runtime84 = require("react/jsx-runtime");
4196
+ var import_jsx_runtime85 = require("react/jsx-runtime");
4160
4197
  var CurrencyInput = ({
4161
4198
  value,
4162
4199
  onChange,
@@ -4284,7 +4321,7 @@ var CurrencyInput = ({
4284
4321
  onChange == null ? void 0 : onChange(nextValue);
4285
4322
  onBlur == null ? void 0 : onBlur();
4286
4323
  };
4287
- return /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
4324
+ return /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
4288
4325
  "input",
4289
4326
  {
4290
4327
  ref: inputRef,
@@ -4317,8 +4354,8 @@ CurrencyInput.displayName = "CurrencyInput";
4317
4354
  var import_react7 = require("react");
4318
4355
 
4319
4356
  // src/primitives/footer/agg-build-logo.tsx
4320
- var import_jsx_runtime85 = require("react/jsx-runtime");
4321
- var AggBuildIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(
4357
+ var import_jsx_runtime86 = require("react/jsx-runtime");
4358
+ var AggBuildIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
4322
4359
  "svg",
4323
4360
  __spreadProps(__spreadValues({
4324
4361
  xmlns: "http://www.w3.org/2000/svg",
@@ -4329,29 +4366,29 @@ var AggBuildIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(
4329
4366
  "aria-hidden": "true"
4330
4367
  }, props), {
4331
4368
  children: [
4332
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
4369
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
4333
4370
  "path",
4334
4371
  {
4335
4372
  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",
4336
4373
  fill: "url(#agg-build-icon-g0)"
4337
4374
  }
4338
4375
  ),
4339
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
4376
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
4340
4377
  "path",
4341
4378
  {
4342
4379
  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",
4343
4380
  fill: "url(#agg-build-icon-g1)"
4344
4381
  }
4345
4382
  ),
4346
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
4383
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
4347
4384
  "path",
4348
4385
  {
4349
4386
  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",
4350
4387
  fill: "url(#agg-build-icon-g2)"
4351
4388
  }
4352
4389
  ),
4353
- /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)("defs", { children: [
4354
- /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(
4390
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("defs", { children: [
4391
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
4355
4392
  "linearGradient",
4356
4393
  {
4357
4394
  id: "agg-build-icon-g0",
@@ -4361,12 +4398,12 @@ var AggBuildIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(
4361
4398
  y2: "16",
4362
4399
  gradientUnits: "userSpaceOnUse",
4363
4400
  children: [
4364
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("stop", { stopColor: "#FE9943" }),
4365
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("stop", { offset: "1", stopColor: "#FE763C" })
4401
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { stopColor: "#FE9943" }),
4402
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "1", stopColor: "#FE763C" })
4366
4403
  ]
4367
4404
  }
4368
4405
  ),
4369
- /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(
4406
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
4370
4407
  "linearGradient",
4371
4408
  {
4372
4409
  id: "agg-build-icon-g1",
@@ -4376,12 +4413,12 @@ var AggBuildIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(
4376
4413
  y2: "16",
4377
4414
  gradientUnits: "userSpaceOnUse",
4378
4415
  children: [
4379
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("stop", { stopColor: "#FE763C" }),
4380
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("stop", { offset: "1", stopColor: "#FE9943" })
4416
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { stopColor: "#FE763C" }),
4417
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "1", stopColor: "#FE9943" })
4381
4418
  ]
4382
4419
  }
4383
4420
  ),
4384
- /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(
4421
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
4385
4422
  "linearGradient",
4386
4423
  {
4387
4424
  id: "agg-build-icon-g2",
@@ -4391,8 +4428,8 @@ var AggBuildIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(
4391
4428
  y2: "16",
4392
4429
  gradientUnits: "userSpaceOnUse",
4393
4430
  children: [
4394
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("stop", { stopColor: "#FEB549" }),
4395
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("stop", { offset: "1", stopColor: "#FDA349" })
4431
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { stopColor: "#FEB549" }),
4432
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "1", stopColor: "#FDA349" })
4396
4433
  ]
4397
4434
  }
4398
4435
  )
@@ -4401,7 +4438,7 @@ var AggBuildIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(
4401
4438
  })
4402
4439
  );
4403
4440
  AggBuildIcon.displayName = "AggBuildIcon";
4404
- var AggBuildLogo = (props) => /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(
4441
+ var AggBuildLogo = (props) => /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
4405
4442
  "svg",
4406
4443
  __spreadProps(__spreadValues({
4407
4444
  xmlns: "http://www.w3.org/2000/svg",
@@ -4411,79 +4448,79 @@ var AggBuildLogo = (props) => /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(
4411
4448
  fill: "none"
4412
4449
  }, props), {
4413
4450
  children: [
4414
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
4451
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
4415
4452
  "path",
4416
4453
  {
4417
4454
  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",
4418
4455
  fill: "url(#agg-build-logo-g0)"
4419
4456
  }
4420
4457
  ),
4421
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
4458
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
4422
4459
  "path",
4423
4460
  {
4424
4461
  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",
4425
4462
  fill: "url(#agg-build-logo-g1)"
4426
4463
  }
4427
4464
  ),
4428
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
4465
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
4429
4466
  "path",
4430
4467
  {
4431
4468
  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",
4432
4469
  fill: "url(#agg-build-logo-g2)"
4433
4470
  }
4434
4471
  ),
4435
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
4472
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
4436
4473
  "path",
4437
4474
  {
4438
4475
  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",
4439
4476
  fill: "currentColor"
4440
4477
  }
4441
4478
  ),
4442
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
4479
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
4443
4480
  "path",
4444
4481
  {
4445
4482
  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",
4446
4483
  fill: "currentColor"
4447
4484
  }
4448
4485
  ),
4449
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
4486
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
4450
4487
  "path",
4451
4488
  {
4452
4489
  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",
4453
4490
  fill: "currentColor"
4454
4491
  }
4455
4492
  ),
4456
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
4493
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
4457
4494
  "path",
4458
4495
  {
4459
4496
  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",
4460
4497
  fill: "currentColor"
4461
4498
  }
4462
4499
  ),
4463
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
4500
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
4464
4501
  "path",
4465
4502
  {
4466
4503
  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",
4467
4504
  fill: "currentColor"
4468
4505
  }
4469
4506
  ),
4470
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
4507
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
4471
4508
  "path",
4472
4509
  {
4473
4510
  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",
4474
4511
  fill: "currentColor"
4475
4512
  }
4476
4513
  ),
4477
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("path", { d: "M62.9069 10.1301V1.55836H63.7403V10.1301H62.9069Z", fill: "currentColor" }),
4478
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
4514
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("path", { d: "M62.9069 10.1301V1.55836H63.7403V10.1301H62.9069Z", fill: "currentColor" }),
4515
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
4479
4516
  "path",
4480
4517
  {
4481
4518
  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",
4482
4519
  fill: "currentColor"
4483
4520
  }
4484
4521
  ),
4485
- /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)("defs", { children: [
4486
- /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(
4522
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("defs", { children: [
4523
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
4487
4524
  "linearGradient",
4488
4525
  {
4489
4526
  id: "agg-build-logo-g0",
@@ -4493,12 +4530,12 @@ var AggBuildLogo = (props) => /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(
4493
4530
  y2: "14",
4494
4531
  gradientUnits: "userSpaceOnUse",
4495
4532
  children: [
4496
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("stop", { stopColor: "#FE9943" }),
4497
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("stop", { offset: "1", stopColor: "#FE763C" })
4533
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { stopColor: "#FE9943" }),
4534
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "1", stopColor: "#FE763C" })
4498
4535
  ]
4499
4536
  }
4500
4537
  ),
4501
- /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(
4538
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
4502
4539
  "linearGradient",
4503
4540
  {
4504
4541
  id: "agg-build-logo-g1",
@@ -4508,12 +4545,12 @@ var AggBuildLogo = (props) => /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(
4508
4545
  y2: "14",
4509
4546
  gradientUnits: "userSpaceOnUse",
4510
4547
  children: [
4511
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("stop", { stopColor: "#FE763C" }),
4512
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("stop", { offset: "1", stopColor: "#FE9943" })
4548
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { stopColor: "#FE763C" }),
4549
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "1", stopColor: "#FE9943" })
4513
4550
  ]
4514
4551
  }
4515
4552
  ),
4516
- /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(
4553
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
4517
4554
  "linearGradient",
4518
4555
  {
4519
4556
  id: "agg-build-logo-g2",
@@ -4523,8 +4560,8 @@ var AggBuildLogo = (props) => /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(
4523
4560
  y2: "14",
4524
4561
  gradientUnits: "userSpaceOnUse",
4525
4562
  children: [
4526
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("stop", { stopColor: "#FEB549" }),
4527
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("stop", { offset: "1", stopColor: "#FDA349" })
4563
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { stopColor: "#FEB549" }),
4564
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("stop", { offset: "1", stopColor: "#FDA349" })
4528
4565
  ]
4529
4566
  }
4530
4567
  )
@@ -4533,7 +4570,7 @@ var AggBuildLogo = (props) => /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(
4533
4570
  })
4534
4571
  );
4535
4572
  AggBuildLogo.displayName = "AggBuildLogo";
4536
- var AggBuildTextLogo = (props) => /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(
4573
+ var AggBuildTextLogo = (props) => /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
4537
4574
  "svg",
4538
4575
  __spreadProps(__spreadValues({
4539
4576
  xmlns: "http://www.w3.org/2000/svg",
@@ -4543,50 +4580,50 @@ var AggBuildTextLogo = (props) => /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)
4543
4580
  fill: "none"
4544
4581
  }, props), {
4545
4582
  children: [
4546
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
4583
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
4547
4584
  "path",
4548
4585
  {
4549
4586
  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",
4550
4587
  fill: "currentColor"
4551
4588
  }
4552
4589
  ),
4553
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
4590
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
4554
4591
  "path",
4555
4592
  {
4556
4593
  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",
4557
4594
  fill: "currentColor"
4558
4595
  }
4559
4596
  ),
4560
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
4597
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
4561
4598
  "path",
4562
4599
  {
4563
4600
  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",
4564
4601
  fill: "currentColor"
4565
4602
  }
4566
4603
  ),
4567
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
4604
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
4568
4605
  "path",
4569
4606
  {
4570
4607
  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",
4571
4608
  fill: "currentColor"
4572
4609
  }
4573
4610
  ),
4574
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
4611
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
4575
4612
  "path",
4576
4613
  {
4577
4614
  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",
4578
4615
  fill: "currentColor"
4579
4616
  }
4580
4617
  ),
4581
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
4618
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
4582
4619
  "path",
4583
4620
  {
4584
4621
  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",
4585
4622
  fill: "currentColor"
4586
4623
  }
4587
4624
  ),
4588
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("path", { d: "M50.8937 10.5778V0.781475H51.8461V10.5778H50.8937Z", fill: "currentColor" }),
4589
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
4625
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("path", { d: "M50.8937 10.5778V0.781475H51.8461V10.5778H50.8937Z", fill: "currentColor" }),
4626
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
4590
4627
  "path",
4591
4628
  {
4592
4629
  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",
@@ -4618,8 +4655,8 @@ var DEFAULT_FOOTER_LINKS = [
4618
4655
  ];
4619
4656
 
4620
4657
  // src/primitives/footer/index.tsx
4621
- var import_jsx_runtime86 = require("react/jsx-runtime");
4622
- var XIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
4658
+ var import_jsx_runtime87 = require("react/jsx-runtime");
4659
+ var XIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
4623
4660
  "svg",
4624
4661
  __spreadProps(__spreadValues({
4625
4662
  xmlns: "http://www.w3.org/2000/svg",
@@ -4629,7 +4666,7 @@ var XIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
4629
4666
  fill: "none",
4630
4667
  "aria-hidden": "true"
4631
4668
  }, props), {
4632
- children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
4669
+ children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
4633
4670
  "path",
4634
4671
  {
4635
4672
  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",
@@ -4639,8 +4676,8 @@ var XIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
4639
4676
  })
4640
4677
  );
4641
4678
  var renderLink = (link, linkClass) => {
4642
- const inner = /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(import_jsx_runtime86.Fragment, { children: [
4643
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
4679
+ const inner = /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(import_jsx_runtime87.Fragment, { children: [
4680
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
4644
4681
  "span",
4645
4682
  {
4646
4683
  className: "hidden md:inline",
@@ -4648,11 +4685,11 @@ var renderLink = (link, linkClass) => {
4648
4685
  children: link.label
4649
4686
  }
4650
4687
  ),
4651
- link.mobileLabel !== void 0 && link.mobileLabel !== link.label ? /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("span", { className: "md:hidden", children: link.mobileLabel }) : /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("span", { className: "md:hidden", "aria-hidden": "true", children: link.label }),
4652
- link.mobileLabel !== void 0 && link.mobileLabel !== link.label && /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("span", { className: "sr-only", children: link.label })
4688
+ link.mobileLabel !== void 0 && link.mobileLabel !== link.label ? /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("span", { className: "md:hidden", children: link.mobileLabel }) : /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("span", { className: "md:hidden", "aria-hidden": "true", children: link.label }),
4689
+ link.mobileLabel !== void 0 && link.mobileLabel !== link.label && /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("span", { className: "sr-only", children: link.label })
4653
4690
  ] });
4654
4691
  if (link.href) {
4655
- return /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
4692
+ return /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
4656
4693
  "a",
4657
4694
  {
4658
4695
  href: link.href,
@@ -4665,7 +4702,7 @@ var renderLink = (link, linkClass) => {
4665
4702
  );
4666
4703
  }
4667
4704
  if (link.onClick) {
4668
- return /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
4705
+ return /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
4669
4706
  "button",
4670
4707
  {
4671
4708
  type: "button",
@@ -4675,7 +4712,7 @@ var renderLink = (link, linkClass) => {
4675
4712
  }
4676
4713
  );
4677
4714
  }
4678
- return /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("span", { className: linkClass, children: inner });
4715
+ return /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("span", { className: linkClass, children: inner });
4679
4716
  };
4680
4717
  var Footer = ({
4681
4718
  links = DEFAULT_FOOTER_LINKS,
@@ -4691,13 +4728,13 @@ var Footer = ({
4691
4728
  "text-xs text-agg-muted-foreground whitespace-nowrap transition-colors hover:text-agg-foreground md:text-sm",
4692
4729
  classNames == null ? void 0 : classNames.link
4693
4730
  );
4694
- return /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
4731
+ return /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
4695
4732
  "footer",
4696
4733
  {
4697
4734
  role: "contentinfo",
4698
4735
  "aria-label": ariaLabel,
4699
4736
  className: cn(baseFooterClasses, classNames == null ? void 0 : classNames.root),
4700
- children: /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
4737
+ children: /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(
4701
4738
  "div",
4702
4739
  {
4703
4740
  className: cn(
@@ -4705,7 +4742,7 @@ var Footer = ({
4705
4742
  classNames == null ? void 0 : classNames.inner
4706
4743
  ),
4707
4744
  children: [
4708
- /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
4745
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(
4709
4746
  "a",
4710
4747
  {
4711
4748
  href: AGG_DEFAULT_URL,
@@ -4716,16 +4753,16 @@ var Footer = ({
4716
4753
  classNames == null ? void 0 : classNames.leftSection
4717
4754
  ),
4718
4755
  children: [
4719
- /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("div", { className: "hidden items-center gap-1 md:flex", children: [
4720
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(AggBuildIcon, { className: "size-4 shrink-0" }),
4721
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("span", { className: "whitespace-nowrap text-sm text-agg-muted-foreground transition-colors group-hover/brand:text-agg-foreground", children: "Built with" }),
4722
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(AggBuildTextLogo, { "aria-label": "agg build", className: "shrink-0 text-agg-foreground" })
4756
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("div", { className: "hidden items-center gap-1 md:flex", children: [
4757
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(AggBuildIcon, { className: "size-4 shrink-0" }),
4758
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("span", { className: "whitespace-nowrap text-sm text-agg-muted-foreground transition-colors group-hover/brand:text-agg-foreground", children: "Built with" }),
4759
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(AggBuildTextLogo, { "aria-label": "agg build", className: "shrink-0 text-agg-foreground" })
4723
4760
  ] }),
4724
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("div", { className: "md:hidden", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(AggBuildLogo, { "aria-label": "agg build", className: "h-3.5 w-auto text-agg-foreground" }) })
4761
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("div", { className: "md:hidden", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(AggBuildLogo, { "aria-label": "agg build", className: "h-3.5 w-auto text-agg-foreground" }) })
4725
4762
  ]
4726
4763
  }
4727
4764
  ),
4728
- /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
4765
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(
4729
4766
  "div",
4730
4767
  {
4731
4768
  className: cn(
@@ -4733,8 +4770,8 @@ var Footer = ({
4733
4770
  classNames == null ? void 0 : classNames.rightSection
4734
4771
  ),
4735
4772
  children: [
4736
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("div", { className: "flex items-center gap-2", children: links.map((link, i) => /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(import_react7.Fragment, { children: [
4737
- i > 0 && /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
4773
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("div", { className: "flex items-center gap-2", children: links.map((link, i) => /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(import_react7.Fragment, { children: [
4774
+ i > 0 && /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
4738
4775
  "span",
4739
4776
  {
4740
4777
  "aria-hidden": "true",
@@ -4747,15 +4784,15 @@ var Footer = ({
4747
4784
  ),
4748
4785
  renderLink(link, linkClass)
4749
4786
  ] }, link.label)) }),
4750
- email && /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(import_jsx_runtime86.Fragment, { children: [
4751
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
4787
+ email && /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(import_jsx_runtime87.Fragment, { children: [
4788
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
4752
4789
  "div",
4753
4790
  {
4754
4791
  "aria-hidden": "true",
4755
4792
  className: "hidden h-3 w-px shrink-0 bg-agg-separator md:block"
4756
4793
  }
4757
4794
  ),
4758
- emailHref ? /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
4795
+ emailHref ? /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
4759
4796
  "a",
4760
4797
  {
4761
4798
  href: emailHref,
@@ -4767,7 +4804,7 @@ var Footer = ({
4767
4804
  ),
4768
4805
  children: email
4769
4806
  }
4770
- ) : /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
4807
+ ) : /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
4771
4808
  "span",
4772
4809
  {
4773
4810
  className: cn(
@@ -4778,15 +4815,15 @@ var Footer = ({
4778
4815
  }
4779
4816
  )
4780
4817
  ] }),
4781
- hasX && /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(import_jsx_runtime86.Fragment, { children: [
4782
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
4818
+ hasX && /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(import_jsx_runtime87.Fragment, { children: [
4819
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
4783
4820
  "div",
4784
4821
  {
4785
4822
  "aria-hidden": "true",
4786
4823
  className: "hidden h-3 w-px shrink-0 bg-agg-separator md:block"
4787
4824
  }
4788
4825
  ),
4789
- xHref ? /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
4826
+ xHref ? /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
4790
4827
  "a",
4791
4828
  {
4792
4829
  href: xHref,
@@ -4797,9 +4834,9 @@ var Footer = ({
4797
4834
  "hidden items-center text-agg-muted-foreground transition-colors hover:text-agg-foreground md:flex",
4798
4835
  classNames == null ? void 0 : classNames.xLink
4799
4836
  ),
4800
- children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(XIcon, { className: "size-4" })
4837
+ children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(XIcon, { className: "size-4" })
4801
4838
  }
4802
- ) : /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
4839
+ ) : /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
4803
4840
  "button",
4804
4841
  {
4805
4842
  type: "button",
@@ -4809,7 +4846,7 @@ var Footer = ({
4809
4846
  "hidden cursor-pointer items-center border-0 bg-transparent p-0 text-agg-muted-foreground transition-colors hover:text-agg-foreground md:flex",
4810
4847
  classNames == null ? void 0 : classNames.xLink
4811
4848
  ),
4812
- children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(XIcon, { className: "size-4" })
4849
+ children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(XIcon, { className: "size-4" })
4813
4850
  }
4814
4851
  )
4815
4852
  ] })
@@ -5119,12 +5156,12 @@ var import_react8 = require("react");
5119
5156
 
5120
5157
  // src/primitives/skeleton/skeleton-block.tsx
5121
5158
  var import_hooks9 = require("@agg-build/hooks");
5122
- var import_jsx_runtime87 = require("react/jsx-runtime");
5159
+ var import_jsx_runtime88 = require("react/jsx-runtime");
5123
5160
  var SkeletonBlock = ({ className }) => {
5124
5161
  const {
5125
5162
  features: { enableAnimations }
5126
5163
  } = (0, import_hooks9.useSdkUiConfig)();
5127
- return /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
5164
+ return /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
5128
5165
  "div",
5129
5166
  {
5130
5167
  "aria-hidden": true,
@@ -5153,7 +5190,7 @@ var resolveRemoteImageStatusFromSrc = (src) => {
5153
5190
  };
5154
5191
 
5155
5192
  // src/primitives/remote-image/index.tsx
5156
- var import_jsx_runtime88 = require("react/jsx-runtime");
5193
+ var import_jsx_runtime89 = require("react/jsx-runtime");
5157
5194
  var RemoteImage = ({
5158
5195
  src,
5159
5196
  alt,
@@ -5187,7 +5224,7 @@ var RemoteImage = ({
5187
5224
  setStatus("error");
5188
5225
  };
5189
5226
  const sizeStyle = width !== void 0 || height !== void 0 ? { width: width != null ? width : void 0, height: height != null ? height : void 0 } : void 0;
5190
- return /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
5227
+ return /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(
5191
5228
  "div",
5192
5229
  {
5193
5230
  className: cn(containerClasses, classNames == null ? void 0 : classNames.root, className),
@@ -5204,14 +5241,14 @@ var RemoteImage = ({
5204
5241
  "aria-label": ariaLabel,
5205
5242
  title: title2,
5206
5243
  children: [
5207
- status === "loading" && /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(SkeletonBlock, { className: cn(skeletonClasses, classNames == null ? void 0 : classNames.placeholder) }),
5208
- status === "error" && /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
5244
+ status === "loading" && /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(SkeletonBlock, { className: cn(skeletonClasses, classNames == null ? void 0 : classNames.placeholder) }),
5245
+ status === "error" && /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
5209
5246
  "div",
5210
5247
  {
5211
5248
  className: cn(placeholderClasses, classNames == null ? void 0 : classNames.placeholder),
5212
5249
  "aria-hidden": true,
5213
5250
  "aria-errormessage": "Image failed to load",
5214
- children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
5251
+ children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
5215
5252
  Icon,
5216
5253
  {
5217
5254
  name: "image",
@@ -5222,7 +5259,7 @@ var RemoteImage = ({
5222
5259
  )
5223
5260
  }
5224
5261
  ),
5225
- isValidRemoteImageSrc(src) && status !== "error" && /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
5262
+ isValidRemoteImageSrc(src) && status !== "error" && /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
5226
5263
  "img",
5227
5264
  {
5228
5265
  src,
@@ -5254,7 +5291,7 @@ var import_hooks11 = require("@agg-build/hooks");
5254
5291
  var baseCardClassName = "gap-3 overflow-hidden p-5 w-full";
5255
5292
 
5256
5293
  // src/primitives/skeleton/views/event-list-item-skeleton-view.tsx
5257
- var import_jsx_runtime89 = require("react/jsx-runtime");
5294
+ var import_jsx_runtime90 = require("react/jsx-runtime");
5258
5295
  var EventListItemSkeletonView = ({
5259
5296
  className,
5260
5297
  ariaLabel,
@@ -5262,7 +5299,7 @@ var EventListItemSkeletonView = ({
5262
5299
  }) => {
5263
5300
  const labels = (0, import_hooks11.useLabels)();
5264
5301
  const outcomeTitleWidths = ["w-40", "w-[200px]"];
5265
- return /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(
5302
+ return /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)(
5266
5303
  Card,
5267
5304
  {
5268
5305
  className: cn("group/agg-skeleton", baseCardClassName, className),
@@ -5271,23 +5308,23 @@ var EventListItemSkeletonView = ({
5271
5308
  "aria-busy": isStandalone || void 0,
5272
5309
  "aria-hidden": isStandalone ? void 0 : true,
5273
5310
  children: [
5274
- /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("div", { className: "flex h-10 w-full items-center gap-3 justify-stretch", children: [
5275
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(SkeletonBlock, { className: "size-10! rounded-agg-lg" }),
5276
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(SkeletonBlock, { className: "h-6 w-fit flex-1 rounded-agg-sm" })
5311
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)("div", { className: "flex h-10 w-full items-center gap-3 justify-stretch", children: [
5312
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(SkeletonBlock, { className: "size-10! rounded-agg-lg" }),
5313
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(SkeletonBlock, { className: "h-6 w-fit flex-1 rounded-agg-sm" })
5277
5314
  ] }),
5278
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("div", { className: "flex flex-col gap-3", children: outcomeTitleWidths.map((outcomeTitleWidth, index) => /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("div", { className: "flex w-full items-center justify-between gap-3", children: [
5279
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(SkeletonBlock, { className: cn("h-5 rounded-agg-sm", outcomeTitleWidth) }),
5280
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(SkeletonBlock, { className: "h-8 w-[100px] rounded-agg-full" })
5315
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("div", { className: "flex flex-col gap-3", children: outcomeTitleWidths.map((outcomeTitleWidth, index) => /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)("div", { className: "flex w-full items-center justify-between gap-3", children: [
5316
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(SkeletonBlock, { className: cn("h-5 rounded-agg-sm", outcomeTitleWidth) }),
5317
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(SkeletonBlock, { className: "h-8 w-[100px] rounded-agg-full" })
5281
5318
  ] }, index)) }),
5282
- /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("div", { className: "flex items-center justify-between gap-5 text-agg-muted-foreground", children: [
5283
- /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("div", { className: "flex min-w-0 flex-1 items-center gap-2", children: [
5284
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(SkeletonBlock, { className: "h-5 w-[100px] rounded-agg-sm" }),
5285
- /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("div", { className: "flex items-center gap-1", children: [
5286
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(SkeletonBlock, { className: "size-[14px] rounded-agg-sm" }),
5287
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(SkeletonBlock, { className: "size-[14px] rounded-agg-sm" })
5319
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)("div", { className: "flex items-center justify-between gap-5 text-agg-muted-foreground", children: [
5320
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)("div", { className: "flex min-w-0 flex-1 items-center gap-2", children: [
5321
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(SkeletonBlock, { className: "h-5 w-[100px] rounded-agg-sm" }),
5322
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)("div", { className: "flex items-center gap-1", children: [
5323
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(SkeletonBlock, { className: "size-[14px] rounded-agg-sm" }),
5324
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(SkeletonBlock, { className: "size-[14px] rounded-agg-sm" })
5288
5325
  ] })
5289
5326
  ] }),
5290
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(SkeletonBlock, { className: "h-5 w-[60px] rounded-agg-sm" })
5327
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(SkeletonBlock, { className: "h-5 w-[60px] rounded-agg-sm" })
5291
5328
  ] })
5292
5329
  ]
5293
5330
  }
@@ -5296,10 +5333,10 @@ var EventListItemSkeletonView = ({
5296
5333
  EventListItemSkeletonView.displayName = "EventListItemSkeletonView";
5297
5334
 
5298
5335
  // src/primitives/skeleton/views/event-list-skeleton-view.tsx
5299
- var import_jsx_runtime90 = require("react/jsx-runtime");
5336
+ var import_jsx_runtime91 = require("react/jsx-runtime");
5300
5337
  var EventListSkeletonView = ({ className, ariaLabel }) => {
5301
5338
  const labels = (0, import_hooks12.useLabels)();
5302
- return /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)(
5339
+ return /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(
5303
5340
  "section",
5304
5341
  {
5305
5342
  className: cn("group/agg-skeleton", "flex w-full flex-col gap-5", className),
@@ -5307,11 +5344,11 @@ var EventListSkeletonView = ({ className, ariaLabel }) => {
5307
5344
  "aria-label": ariaLabel != null ? ariaLabel : labels.eventList.loading("events"),
5308
5345
  "aria-busy": true,
5309
5346
  children: [
5310
- /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)("header", { className: "flex w-full flex-col items-start justify-between gap-3 md:flex-row md:flex-nowrap md:items-center md:gap-5", children: [
5311
- /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(SkeletonBlock, { className: "h-7 w-[120px] rounded-agg-md" }),
5312
- /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(SkeletonBlock, { className: "h-8 w-full rounded-agg-md md:w-[400px]" })
5347
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("header", { className: "flex w-full flex-col items-start justify-between gap-3 md:flex-row md:flex-nowrap md:items-center md:gap-5", children: [
5348
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(SkeletonBlock, { className: "h-7 w-[120px] rounded-agg-md" }),
5349
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(SkeletonBlock, { className: "h-8 w-full rounded-agg-md md:w-[400px]" })
5313
5350
  ] }),
5314
- /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("div", { className: "grid grid-cols-[repeat(auto-fit,minmax(240px,1fr))] md:grid-cols-[repeat(auto-fit,minmax(360px,1fr))] gap-4", children: Array.from({ length: DEFAULT_EVENTS_LIMIT }).map((_, index) => /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
5351
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("div", { className: "grid grid-cols-[repeat(auto-fit,minmax(240px,1fr))] md:grid-cols-[repeat(auto-fit,minmax(360px,1fr))] gap-4", children: Array.from({ length: DEFAULT_EVENTS_LIMIT }).map((_, index) => /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
5315
5352
  EventListItemSkeletonView,
5316
5353
  {
5317
5354
  isStandalone: false,
@@ -5332,13 +5369,13 @@ var import_hooks13 = require("@agg-build/hooks");
5332
5369
  var detailsBaseCardClassName = "w-full gap-6 p-5 md:gap-8";
5333
5370
 
5334
5371
  // src/primitives/skeleton/views/event-list-item-details-skeleton-view.tsx
5335
- var import_jsx_runtime91 = require("react/jsx-runtime");
5372
+ var import_jsx_runtime92 = require("react/jsx-runtime");
5336
5373
  var EventListItemDetailsSkeletonView = ({
5337
5374
  className,
5338
5375
  ariaLabel
5339
5376
  }) => {
5340
5377
  const labels = (0, import_hooks13.useLabels)();
5341
- return /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(
5378
+ return /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(
5342
5379
  Card,
5343
5380
  {
5344
5381
  className: cn("group/agg-skeleton", detailsBaseCardClassName, className),
@@ -5346,24 +5383,24 @@ var EventListItemDetailsSkeletonView = ({
5346
5383
  "aria-label": ariaLabel != null ? ariaLabel : labels.eventItemDetails.loading,
5347
5384
  "aria-busy": true,
5348
5385
  children: [
5349
- /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("div", { className: "flex h-14 w-full items-center gap-3 justify-stretch", children: [
5350
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(SkeletonBlock, { className: "size-10! rounded-agg-lg" }),
5351
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(SkeletonBlock, { className: "h-6 w-fit flex-1 rounded-agg-sm" })
5386
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)("div", { className: "flex h-14 w-full items-center gap-3 justify-stretch", children: [
5387
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(SkeletonBlock, { className: "size-10! rounded-agg-lg" }),
5388
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(SkeletonBlock, { className: "h-6 w-fit flex-1 rounded-agg-sm" })
5352
5389
  ] }),
5353
- /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("div", { className: "flex w-full flex-col gap-4 md:gap-6", children: [
5354
- /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("div", { className: "flex w-full flex-col gap-3 md:flex-row md:items-center md:justify-between", children: [
5355
- /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("div", { className: "flex max-w-full gap-2 overflow-hidden", children: [
5356
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(SkeletonBlock, { className: "h-9 w-[100px] rounded-agg-full" }),
5357
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(SkeletonBlock, { className: "h-9 w-[100px] rounded-agg-full" }),
5358
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(SkeletonBlock, { className: "h-9 w-[100px] rounded-agg-full" })
5390
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)("div", { className: "flex w-full flex-col gap-4 md:gap-6", children: [
5391
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)("div", { className: "flex w-full flex-col gap-3 md:flex-row md:items-center md:justify-between", children: [
5392
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)("div", { className: "flex max-w-full gap-2 overflow-hidden", children: [
5393
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(SkeletonBlock, { className: "h-9 w-[100px] rounded-agg-full" }),
5394
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(SkeletonBlock, { className: "h-9 w-[100px] rounded-agg-full" }),
5395
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(SkeletonBlock, { className: "h-9 w-[100px] rounded-agg-full" })
5359
5396
  ] }),
5360
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(SkeletonBlock, { className: "h-9 w-full max-w-[221px] rounded-agg-full md:w-[221px]" })
5397
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(SkeletonBlock, { className: "h-9 w-full max-w-[221px] rounded-agg-full md:w-[221px]" })
5361
5398
  ] }),
5362
- /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("div", { className: "flex w-full flex-col gap-3", children: [
5363
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(SkeletonBlock, { className: "h-[220px] w-full rounded-agg-xl md:h-[240px]" }),
5364
- /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("div", { className: "flex items-center justify-between", children: [
5365
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(SkeletonBlock, { className: "h-5 w-[59px] rounded-agg-sm" }),
5366
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(SkeletonBlock, { className: "h-5 w-40 rounded-agg-sm" })
5399
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)("div", { className: "flex w-full flex-col gap-3", children: [
5400
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(SkeletonBlock, { className: "h-[220px] w-full rounded-agg-xl md:h-[240px]" }),
5401
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)("div", { className: "flex items-center justify-between", children: [
5402
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(SkeletonBlock, { className: "h-5 w-[59px] rounded-agg-sm" }),
5403
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(SkeletonBlock, { className: "h-5 w-40 rounded-agg-sm" })
5367
5404
  ] })
5368
5405
  ] })
5369
5406
  ] })
@@ -5380,34 +5417,34 @@ var import_hooks14 = require("@agg-build/hooks");
5380
5417
  var marketDetailsBaseCardClassName = "w-full overflow-hidden rounded-agg-lg border border-agg-separator bg-agg-secondary text-agg-foreground shadow-none hover:shadow-none";
5381
5418
 
5382
5419
  // src/primitives/skeleton/views/market-details-skeleton-view.tsx
5383
- var import_jsx_runtime92 = require("react/jsx-runtime");
5420
+ var import_jsx_runtime93 = require("react/jsx-runtime");
5384
5421
  var orderBookAskBarScales = ["93%", "47%", "33%", "31%"];
5385
5422
  var orderBookBidBarScales = ["9%", "33%", "53%", "73%"];
5386
5423
  var MarketDetailsHeaderSkeleton = () => {
5387
- return /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)("div", { className: "flex flex-wrap items-center justify-between gap-3 px-4 py-3 md:px-5", children: [
5388
- /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)("div", { className: "flex min-w-0 items-center gap-3 md:min-w-52 md:gap-4", children: [
5389
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(SkeletonBlock, { className: "size-12 rounded-agg-lg md:size-[60px]" }),
5390
- /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)("div", { className: "flex min-w-0 flex-col gap-2", children: [
5391
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(SkeletonBlock, { className: "h-6 w-[132px] rounded-agg-sm" }),
5392
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(SkeletonBlock, { className: "h-4 w-[141px] rounded-agg-sm" })
5424
+ return /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("div", { className: "flex flex-wrap items-center justify-between gap-3 px-4 py-3 md:px-5", children: [
5425
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("div", { className: "flex min-w-0 items-center gap-3 md:min-w-52 md:gap-4", children: [
5426
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(SkeletonBlock, { className: "size-12 rounded-agg-lg md:size-[60px]" }),
5427
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("div", { className: "flex min-w-0 flex-col gap-2", children: [
5428
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(SkeletonBlock, { className: "h-6 w-[132px] rounded-agg-sm" }),
5429
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(SkeletonBlock, { className: "h-4 w-[141px] rounded-agg-sm" })
5393
5430
  ] })
5394
5431
  ] }),
5395
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(SkeletonBlock, { className: "h-9 w-[60px] rounded-agg-md" }),
5396
- /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)("div", { className: "flex w-full gap-2 md:w-auto", children: [
5397
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(SkeletonBlock, { className: "h-9 w-full rounded-agg-full md:w-[135px]" }),
5398
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(SkeletonBlock, { className: "h-9 w-full rounded-agg-full md:w-[131px]" })
5432
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(SkeletonBlock, { className: "h-9 w-[60px] rounded-agg-md" }),
5433
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("div", { className: "flex w-full gap-2 md:w-auto", children: [
5434
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(SkeletonBlock, { className: "h-9 w-full rounded-agg-full md:w-[135px]" }),
5435
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(SkeletonBlock, { className: "h-9 w-full rounded-agg-full md:w-[131px]" })
5399
5436
  ] })
5400
5437
  ] });
5401
5438
  };
5402
5439
  var MarketDetailsTabsSkeleton = () => {
5403
- return /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)("div", { className: "flex h-14 items-end px-4 md:px-5", children: [
5404
- /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)("div", { className: "flex h-full flex-col items-end justify-end rounded-t-agg-lg", children: [
5405
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("div", { className: "px-4 py-3", children: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(SkeletonBlock, { className: "h-6 w-20 rounded-agg-sm" }) }),
5406
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(SkeletonBlock, { className: "h-[2px] w-full rounded-t-agg-sm" })
5440
+ return /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("div", { className: "flex h-14 items-end px-4 md:px-5", children: [
5441
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("div", { className: "flex h-full flex-col items-end justify-end rounded-t-agg-lg", children: [
5442
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("div", { className: "px-4 py-3", children: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(SkeletonBlock, { className: "h-6 w-20 rounded-agg-sm" }) }),
5443
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(SkeletonBlock, { className: "h-[2px] w-full rounded-t-agg-sm" })
5407
5444
  ] }),
5408
- /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)("div", { className: "flex h-full flex-col justify-center", children: [
5409
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("div", { className: "px-4 py-3", children: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(SkeletonBlock, { className: "h-6 w-12 rounded-agg-sm" }) }),
5410
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("div", { className: "h-[2px] w-full" })
5445
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("div", { className: "flex h-full flex-col justify-center", children: [
5446
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("div", { className: "px-4 py-3", children: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(SkeletonBlock, { className: "h-6 w-12 rounded-agg-sm" }) }),
5447
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("div", { className: "h-[2px] w-full" })
5411
5448
  ] })
5412
5449
  ] });
5413
5450
  };
@@ -5415,25 +5452,25 @@ var MarketDetailsOrderBookRows = ({
5415
5452
  side,
5416
5453
  barScales
5417
5454
  }) => {
5418
- return /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("div", { className: "flex flex-col", children: barScales.map((barScale, index) => /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(
5455
+ return /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("div", { className: "flex flex-col", children: barScales.map((barScale, index) => /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)(
5419
5456
  "div",
5420
5457
  {
5421
5458
  className: "flex h-9 items-center gap-2 overflow-hidden pr-5 md:gap-10",
5422
5459
  children: [
5423
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("div", { className: "relative h-9 min-h-0 min-w-0 flex-1", children: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
5460
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("div", { className: "relative h-9 min-h-0 min-w-0 flex-1", children: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
5424
5461
  "div",
5425
5462
  {
5426
5463
  className: "absolute inset-y-0 left-0",
5427
5464
  style: { right: `${100 - parseFloat(barScale)}%` },
5428
- children: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(SkeletonBlock, { className: "h-full w-full rounded-none" })
5465
+ children: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(SkeletonBlock, { className: "h-full w-full rounded-none" })
5429
5466
  }
5430
5467
  ) }),
5431
- /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)("div", { className: "flex w-20 shrink-0 items-center gap-1 md:w-[120px]", children: [
5432
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(SkeletonBlock, { className: "h-5 w-10 rounded-agg-sm md:w-12" }),
5433
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(SkeletonBlock, { className: "size-3.5 rounded-agg-sm" })
5468
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("div", { className: "flex w-20 shrink-0 items-center gap-1 md:w-[120px]", children: [
5469
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(SkeletonBlock, { className: "h-5 w-10 rounded-agg-sm md:w-12" }),
5470
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(SkeletonBlock, { className: "size-3.5 rounded-agg-sm" })
5434
5471
  ] }),
5435
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(SkeletonBlock, { className: "h-5 w-16 shrink-0 rounded-agg-sm md:w-[120px]" }),
5436
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(SkeletonBlock, { className: "h-5 w-16 shrink-0 rounded-agg-sm md:w-[120px]" })
5472
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(SkeletonBlock, { className: "h-5 w-16 shrink-0 rounded-agg-sm md:w-[120px]" }),
5473
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(SkeletonBlock, { className: "h-5 w-16 shrink-0 rounded-agg-sm md:w-[120px]" })
5437
5474
  ]
5438
5475
  },
5439
5476
  `${side}-row-${index}`
@@ -5442,19 +5479,19 @@ var MarketDetailsOrderBookRows = ({
5442
5479
  var MarketDetailsOderbookSkeleton = ({
5443
5480
  className
5444
5481
  }) => {
5445
- return /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)("div", { className: cn("flex flex-col", className), children: [
5446
- /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)("div", { className: "flex h-9 items-center gap-2 border-b border-agg-separator px-3 md:gap-10 md:px-5", children: [
5447
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(SkeletonBlock, { className: "h-4 w-16 flex-1 rounded-agg-sm md:w-20" }),
5448
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(SkeletonBlock, { className: "h-4 w-20 shrink-0 rounded-agg-sm md:w-[120px]" }),
5449
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(SkeletonBlock, { className: "h-4 w-16 shrink-0 rounded-agg-sm md:w-[120px]" }),
5450
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(SkeletonBlock, { className: "h-4 w-16 shrink-0 rounded-agg-sm md:w-[120px]" })
5482
+ return /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("div", { className: cn("flex flex-col", className), children: [
5483
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("div", { className: "flex h-9 items-center gap-2 border-b border-agg-separator px-3 md:gap-10 md:px-5", children: [
5484
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(SkeletonBlock, { className: "h-4 w-16 flex-1 rounded-agg-sm md:w-20" }),
5485
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(SkeletonBlock, { className: "h-4 w-20 shrink-0 rounded-agg-sm md:w-[120px]" }),
5486
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(SkeletonBlock, { className: "h-4 w-16 shrink-0 rounded-agg-sm md:w-[120px]" }),
5487
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(SkeletonBlock, { className: "h-4 w-16 shrink-0 rounded-agg-sm md:w-[120px]" })
5451
5488
  ] }),
5452
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(MarketDetailsOrderBookRows, { side: "ask", barScales: orderBookAskBarScales }),
5453
- /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)("div", { className: "flex h-9 items-center gap-2 border-y border-agg-separator px-3 md:gap-10 md:px-5", children: [
5454
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(SkeletonBlock, { className: "h-5 w-24 flex-1 rounded-agg-sm" }),
5455
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(SkeletonBlock, { className: "h-5 w-20 shrink-0 rounded-agg-sm" })
5489
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(MarketDetailsOrderBookRows, { side: "ask", barScales: orderBookAskBarScales }),
5490
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("div", { className: "flex h-9 items-center gap-2 border-y border-agg-separator px-3 md:gap-10 md:px-5", children: [
5491
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(SkeletonBlock, { className: "h-5 w-24 flex-1 rounded-agg-sm" }),
5492
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(SkeletonBlock, { className: "h-5 w-20 shrink-0 rounded-agg-sm" })
5456
5493
  ] }),
5457
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(MarketDetailsOrderBookRows, { side: "bid", barScales: orderBookBidBarScales })
5494
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(MarketDetailsOrderBookRows, { side: "bid", barScales: orderBookBidBarScales })
5458
5495
  ] });
5459
5496
  };
5460
5497
  var MarketDetailsSkeletonView = ({
@@ -5463,7 +5500,7 @@ var MarketDetailsSkeletonView = ({
5463
5500
  isDetailed
5464
5501
  }) => {
5465
5502
  const labels = (0, import_hooks14.useLabels)();
5466
- return /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(
5503
+ return /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)(
5467
5504
  Card,
5468
5505
  {
5469
5506
  className: cn("group/agg-skeleton", marketDetailsBaseCardClassName, className),
@@ -5471,12 +5508,12 @@ var MarketDetailsSkeletonView = ({
5471
5508
  "aria-label": ariaLabel != null ? ariaLabel : labels.marketDetails.loading,
5472
5509
  "aria-busy": true,
5473
5510
  children: [
5474
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(MarketDetailsHeaderSkeleton, {}),
5475
- isDetailed ? /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(import_jsx_runtime92.Fragment, { children: [
5476
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("div", { className: "h-px w-full bg-agg-separator" }),
5477
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(MarketDetailsTabsSkeleton, {}),
5478
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("div", { className: "h-px w-full bg-agg-separator" }),
5479
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(MarketDetailsOderbookSkeleton, {})
5511
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(MarketDetailsHeaderSkeleton, {}),
5512
+ isDetailed ? /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)(import_jsx_runtime93.Fragment, { children: [
5513
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("div", { className: "h-px w-full bg-agg-separator" }),
5514
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(MarketDetailsTabsSkeleton, {}),
5515
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("div", { className: "h-px w-full bg-agg-separator" }),
5516
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(MarketDetailsOderbookSkeleton, {})
5480
5517
  ] }) : null
5481
5518
  ]
5482
5519
  }
@@ -5485,78 +5522,78 @@ var MarketDetailsSkeletonView = ({
5485
5522
  MarketDetailsSkeletonView.displayName = "MarketDetailsSkeletonView";
5486
5523
 
5487
5524
  // src/primitives/skeleton/views/place-order-skeleton-view.tsx
5488
- var import_jsx_runtime93 = require("react/jsx-runtime");
5525
+ var import_jsx_runtime94 = require("react/jsx-runtime");
5489
5526
  var placeOrderCardClassName = "overflow-hidden rounded-agg-xl border border-agg-border bg-agg-secondary shadow-none hover:shadow-none";
5490
5527
  var PlaceOrderRouteCardSkeleton = () => {
5491
- return /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("div", { className: "flex w-full items-center justify-between gap-4 rounded-agg-lg border border-agg-border bg-agg-secondary p-3", children: [
5492
- /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("div", { className: "flex items-center gap-3", children: [
5493
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(SkeletonBlock, { className: "size-4 shrink-0 rounded-agg-sm" }),
5494
- /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("div", { className: "flex flex-col gap-2", children: [
5495
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(SkeletonBlock, { className: "h-5 w-10 rounded-agg-sm" }),
5496
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(SkeletonBlock, { className: "h-3 w-[91px] rounded-agg-sm" })
5528
+ return /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)("div", { className: "flex w-full items-center justify-between gap-4 rounded-agg-lg border border-agg-border bg-agg-secondary p-3", children: [
5529
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)("div", { className: "flex items-center gap-3", children: [
5530
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(SkeletonBlock, { className: "size-4 shrink-0 rounded-agg-sm" }),
5531
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)("div", { className: "flex flex-col gap-2", children: [
5532
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(SkeletonBlock, { className: "h-5 w-10 rounded-agg-sm" }),
5533
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(SkeletonBlock, { className: "h-3 w-[91px] rounded-agg-sm" })
5497
5534
  ] })
5498
5535
  ] }),
5499
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(SkeletonBlock, { className: "h-5 w-[75px] shrink-0 rounded-agg-sm" })
5536
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(SkeletonBlock, { className: "h-5 w-[75px] shrink-0 rounded-agg-sm" })
5500
5537
  ] });
5501
5538
  };
5502
5539
  PlaceOrderRouteCardSkeleton.displayName = "PlaceOrderRouteCardSkeleton";
5503
5540
  var TabsSkeletonBar = () => {
5504
- return /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("div", { className: "flex w-full items-end border-b border-agg-border", children: [
5505
- /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("div", { className: "flex flex-col rounded-t-agg-lg", children: [
5506
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("div", { className: "px-5 py-2", children: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(SkeletonBlock, { className: "h-6 w-10 rounded-agg-sm" }) }),
5507
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(SkeletonBlock, { className: "h-[2px] w-full rounded-t-agg-sm" })
5541
+ return /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)("div", { className: "flex w-full items-end border-b border-agg-border", children: [
5542
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)("div", { className: "flex flex-col rounded-t-agg-lg", children: [
5543
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("div", { className: "px-5 py-2", children: /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(SkeletonBlock, { className: "h-6 w-10 rounded-agg-sm" }) }),
5544
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(SkeletonBlock, { className: "h-[2px] w-full rounded-t-agg-sm" })
5508
5545
  ] }),
5509
- /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("div", { className: "flex flex-col", children: [
5510
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("div", { className: "px-5 py-2", children: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(SkeletonBlock, { className: "h-6 w-10 rounded-agg-sm" }) }),
5511
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("div", { className: "h-[2px] w-full" })
5546
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)("div", { className: "flex flex-col", children: [
5547
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("div", { className: "px-5 py-2", children: /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(SkeletonBlock, { className: "h-6 w-10 rounded-agg-sm" }) }),
5548
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("div", { className: "h-[2px] w-full" })
5512
5549
  ] })
5513
5550
  ] });
5514
5551
  };
5515
5552
  var ContentBody = () => {
5516
- return /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("div", { className: cn("flex flex-col gap-6 p-5"), children: [
5517
- /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("div", { className: "flex flex-col gap-2", children: [
5518
- /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("div", { className: "flex min-w-0 items-center gap-3", children: [
5519
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(SkeletonBlock, { className: "size-12 shrink-0 rounded-agg-lg" }),
5520
- /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("div", { className: "flex min-w-0 flex-1 flex-col gap-2", children: [
5521
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(SkeletonBlock, { className: "h-4 w-[92%] max-w-[240px] rounded-agg-sm" }),
5522
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(SkeletonBlock, { className: "h-4 w-[64%] max-w-[160px] rounded-agg-sm" })
5553
+ return /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)("div", { className: cn("flex flex-col gap-6 p-5"), children: [
5554
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)("div", { className: "flex flex-col gap-2", children: [
5555
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)("div", { className: "flex min-w-0 items-center gap-3", children: [
5556
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(SkeletonBlock, { className: "size-12 shrink-0 rounded-agg-lg" }),
5557
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)("div", { className: "flex min-w-0 flex-1 flex-col gap-2", children: [
5558
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(SkeletonBlock, { className: "h-4 w-[92%] max-w-[240px] rounded-agg-sm" }),
5559
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(SkeletonBlock, { className: "h-4 w-[64%] max-w-[160px] rounded-agg-sm" })
5523
5560
  ] })
5524
5561
  ] }),
5525
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(SkeletonBlock, { className: "h-6 w-[92px] rounded-agg-sm" }),
5526
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(TabsSkeletonBar, {})
5562
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(SkeletonBlock, { className: "h-6 w-[92px] rounded-agg-sm" }),
5563
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(TabsSkeletonBar, {})
5527
5564
  ] }),
5528
- /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("div", { className: "flex flex-col gap-4", children: [
5529
- /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("div", { className: "flex w-full gap-2", children: [
5530
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(SkeletonBlock, { className: "h-11 flex-1 rounded-agg-full" }),
5531
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(SkeletonBlock, { className: "h-11 flex-1 rounded-agg-full" })
5565
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)("div", { className: "flex flex-col gap-4", children: [
5566
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)("div", { className: "flex w-full gap-2", children: [
5567
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(SkeletonBlock, { className: "h-11 flex-1 rounded-agg-full" }),
5568
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(SkeletonBlock, { className: "h-11 flex-1 rounded-agg-full" })
5532
5569
  ] }),
5533
- /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("div", { className: "flex items-center justify-between gap-4", children: [
5534
- /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("div", { className: "flex flex-col gap-2", children: [
5535
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(SkeletonBlock, { className: "h-5 w-[63px] rounded-agg-sm" }),
5536
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(SkeletonBlock, { className: "h-4 w-[118px] rounded-agg-sm" })
5570
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)("div", { className: "flex items-center justify-between gap-4", children: [
5571
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)("div", { className: "flex flex-col gap-2", children: [
5572
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(SkeletonBlock, { className: "h-5 w-[63px] rounded-agg-sm" }),
5573
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(SkeletonBlock, { className: "h-4 w-[118px] rounded-agg-sm" })
5537
5574
  ] }),
5538
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("p", { className: cn("text-agg-3xl font-agg-bold leading-agg-9 text-agg-separator"), children: "$0" })
5575
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("p", { className: cn("text-agg-3xl font-agg-bold leading-agg-9 text-agg-separator"), children: "$0" })
5539
5576
  ] })
5540
5577
  ] }),
5541
- /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("div", { className: "flex flex-col gap-4", children: [
5542
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(SkeletonBlock, { className: "h-12 w-full rounded-agg-full" }),
5543
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(SkeletonBlock, { className: "h-3.5 w-full max-w-[120px] self-center rounded-agg-sm" })
5578
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)("div", { className: "flex flex-col gap-4", children: [
5579
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(SkeletonBlock, { className: "h-12 w-full rounded-agg-full" }),
5580
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(SkeletonBlock, { className: "h-3.5 w-full max-w-[120px] self-center rounded-agg-sm" })
5544
5581
  ] }),
5545
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(SkeletonBlock, { className: "h-4 w-full max-w-[200px] self-center rounded-agg-sm" })
5582
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(SkeletonBlock, { className: "h-4 w-full max-w-[200px] self-center rounded-agg-sm" })
5546
5583
  ] });
5547
5584
  };
5548
5585
  var PlaceOrderSkeletonView = ({
5549
5586
  className,
5550
5587
  ariaLabel
5551
5588
  }) => {
5552
- return /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
5589
+ return /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
5553
5590
  "div",
5554
5591
  {
5555
5592
  className: cn("group/agg-skeleton", "w-full", className),
5556
5593
  role: "status",
5557
5594
  "aria-label": ariaLabel != null ? ariaLabel : "Loading place order",
5558
5595
  "aria-busy": true,
5559
- children: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(Card, { className: cn(placeOrderCardClassName, "w-full max-w-[342px]"), children: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(ContentBody, {}) })
5596
+ children: /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(Card, { className: cn(placeOrderCardClassName, "w-full max-w-[342px]"), children: /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(ContentBody, {}) })
5560
5597
  }
5561
5598
  );
5562
5599
  };
@@ -5564,33 +5601,33 @@ PlaceOrderSkeletonView.displayName = "PlaceOrderSkeletonView";
5564
5601
 
5565
5602
  // src/primitives/skeleton/views/search-skeleton-view.tsx
5566
5603
  var import_hooks15 = require("@agg-build/hooks");
5567
- var import_jsx_runtime94 = require("react/jsx-runtime");
5604
+ var import_jsx_runtime95 = require("react/jsx-runtime");
5568
5605
  var SearchSkeletonRow = () => {
5569
- return /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)("div", { className: "flex w-full items-center gap-6 px-5 py-4", children: [
5570
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(SkeletonBlock, { className: "size-12 shrink-0 rounded-agg-lg" }),
5571
- /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)("div", { className: "flex min-w-0 flex-1 flex-col gap-2", children: [
5572
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(SkeletonBlock, { className: "h-5 w-full max-w-[320px] rounded-agg-sm" }),
5573
- /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)("div", { className: "flex min-w-0 items-center gap-2", children: [
5574
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(SkeletonBlock, { className: "h-4 w-[104px] rounded-agg-sm" }),
5575
- /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)("div", { className: "flex items-center gap-1", children: [
5576
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(SkeletonBlock, { className: "size-[14px] rounded-[4px]" }),
5577
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(SkeletonBlock, { className: "size-[14px] rounded-[4px]" })
5606
+ return /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)("div", { className: "flex w-full items-center gap-6 px-5 py-4", children: [
5607
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(SkeletonBlock, { className: "size-12 shrink-0 rounded-agg-lg" }),
5608
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)("div", { className: "flex min-w-0 flex-1 flex-col gap-2", children: [
5609
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(SkeletonBlock, { className: "h-5 w-full max-w-[320px] rounded-agg-sm" }),
5610
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)("div", { className: "flex min-w-0 items-center gap-2", children: [
5611
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(SkeletonBlock, { className: "h-4 w-[104px] rounded-agg-sm" }),
5612
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)("div", { className: "flex items-center gap-1", children: [
5613
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(SkeletonBlock, { className: "size-[14px] rounded-[4px]" }),
5614
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(SkeletonBlock, { className: "size-[14px] rounded-[4px]" })
5578
5615
  ] })
5579
5616
  ] })
5580
5617
  ] }),
5581
- /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)("div", { className: "flex w-[200px] shrink-0 items-center gap-2", children: [
5582
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(SkeletonBlock, { className: "size-4 rounded-[4px]" }),
5583
- /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)("div", { className: "flex min-w-0 flex-1 items-center gap-2", children: [
5584
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(SkeletonBlock, { className: "h-6 w-10 rounded-agg-sm" }),
5585
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(SkeletonBlock, { className: "h-4 w-[60px] rounded-agg-sm" })
5618
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)("div", { className: "flex w-[200px] shrink-0 items-center gap-2", children: [
5619
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(SkeletonBlock, { className: "size-4 rounded-[4px]" }),
5620
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)("div", { className: "flex min-w-0 flex-1 items-center gap-2", children: [
5621
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(SkeletonBlock, { className: "h-6 w-10 rounded-agg-sm" }),
5622
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(SkeletonBlock, { className: "h-4 w-[60px] rounded-agg-sm" })
5586
5623
  ] })
5587
5624
  ] }),
5588
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(SkeletonBlock, { className: "size-5 rounded-[4px]" })
5625
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(SkeletonBlock, { className: "size-5 rounded-[4px]" })
5589
5626
  ] });
5590
5627
  };
5591
5628
  var SearchSkeletonView = ({ className, ariaLabel }) => {
5592
5629
  const labels = (0, import_hooks15.useLabels)();
5593
- return /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)(
5630
+ return /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)(
5594
5631
  "div",
5595
5632
  {
5596
5633
  className: cn(
@@ -5602,8 +5639,8 @@ var SearchSkeletonView = ({ className, ariaLabel }) => {
5602
5639
  "aria-label": ariaLabel != null ? ariaLabel : labels.search.loadingResults,
5603
5640
  "aria-busy": true,
5604
5641
  children: [
5605
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("div", { className: "pt-2", children: Array.from({ length: 4 }).map((_, index) => /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("div", { className: cn(index > 0 && "border-t border-agg-separator"), children: /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(SearchSkeletonRow, {}) }, index)) }),
5606
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("div", { className: "border-t border-agg-separator px-5 py-5", children: /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(SkeletonBlock, { className: "h-5 w-[116px] rounded-agg-sm" }) })
5642
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("div", { className: "pt-2", children: Array.from({ length: 4 }).map((_, index) => /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("div", { className: cn(index > 0 && "border-t border-agg-separator"), children: /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(SearchSkeletonRow, {}) }, index)) }),
5643
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("div", { className: "border-t border-agg-separator px-5 py-5", children: /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(SkeletonBlock, { className: "h-5 w-[116px] rounded-agg-sm" }) })
5607
5644
  ]
5608
5645
  }
5609
5646
  );
@@ -5612,13 +5649,13 @@ SearchSkeletonView.displayName = "SearchSkeletonView";
5612
5649
 
5613
5650
  // src/primitives/skeleton/views/settlement-skeleton-view.tsx
5614
5651
  var import_hooks16 = require("@agg-build/hooks");
5615
- var import_jsx_runtime95 = require("react/jsx-runtime");
5652
+ var import_jsx_runtime96 = require("react/jsx-runtime");
5616
5653
  var SettlementSkeletonView = ({
5617
5654
  className,
5618
5655
  ariaLabel
5619
5656
  }) => {
5620
5657
  const labels = (0, import_hooks16.useLabels)();
5621
- return /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)(
5658
+ return /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(
5622
5659
  Card,
5623
5660
  {
5624
5661
  className: cn(
@@ -5630,26 +5667,26 @@ var SettlementSkeletonView = ({
5630
5667
  "aria-label": ariaLabel != null ? ariaLabel : labels.trading.settlementLoading,
5631
5668
  "aria-busy": true,
5632
5669
  children: [
5633
- /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)("div", { className: "flex w-full items-center justify-between gap-4", children: [
5634
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(SkeletonBlock, { className: "h-4 w-[81px] rounded-agg-sm" }),
5635
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(SkeletonBlock, { className: "h-5 w-full max-w-[240px] rounded-agg-sm" })
5670
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("div", { className: "flex w-full items-center justify-between gap-4", children: [
5671
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(SkeletonBlock, { className: "h-4 w-[81px] rounded-agg-sm" }),
5672
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(SkeletonBlock, { className: "h-5 w-full max-w-[240px] rounded-agg-sm" })
5636
5673
  ] }),
5637
- /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)("div", { className: "flex w-full flex-col gap-3", children: [
5638
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(SkeletonBlock, { className: "h-5 w-[200px] rounded-agg-sm" }),
5639
- /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)("div", { className: "flex flex-col gap-2", children: [
5640
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(SkeletonBlock, { className: "h-4 w-full max-w-[320px] rounded-agg-sm" }),
5641
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(SkeletonBlock, { className: "h-4 w-full max-w-[280px] rounded-agg-sm" })
5674
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("div", { className: "flex w-full flex-col gap-3", children: [
5675
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(SkeletonBlock, { className: "h-5 w-[200px] rounded-agg-sm" }),
5676
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("div", { className: "flex flex-col gap-2", children: [
5677
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(SkeletonBlock, { className: "h-4 w-full max-w-[320px] rounded-agg-sm" }),
5678
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(SkeletonBlock, { className: "h-4 w-full max-w-[280px] rounded-agg-sm" })
5642
5679
  ] })
5643
5680
  ] }),
5644
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("div", { className: "h-px w-full bg-agg-separator" }),
5645
- /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)("div", { className: "flex w-full flex-col gap-3", children: [
5646
- /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)("div", { className: "flex items-center gap-2", children: [
5647
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(SkeletonBlock, { className: "size-4 rounded-agg-sm" }),
5648
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(SkeletonBlock, { className: "h-5 w-[100px] rounded-agg-sm" })
5681
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("div", { className: "h-px w-full bg-agg-separator" }),
5682
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("div", { className: "flex w-full flex-col gap-3", children: [
5683
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("div", { className: "flex items-center gap-2", children: [
5684
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(SkeletonBlock, { className: "size-4 rounded-agg-sm" }),
5685
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(SkeletonBlock, { className: "h-5 w-[100px] rounded-agg-sm" })
5649
5686
  ] }),
5650
- /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)("div", { className: "flex items-center gap-2", children: [
5651
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(SkeletonBlock, { className: "size-4 rounded-agg-sm" }),
5652
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(SkeletonBlock, { className: "h-5 w-[60px] rounded-agg-sm" })
5687
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("div", { className: "flex items-center gap-2", children: [
5688
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(SkeletonBlock, { className: "size-4 rounded-agg-sm" }),
5689
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(SkeletonBlock, { className: "h-5 w-[60px] rounded-agg-sm" })
5653
5690
  ] })
5654
5691
  ] })
5655
5692
  ]
@@ -5659,12 +5696,12 @@ var SettlementSkeletonView = ({
5659
5696
  SettlementSkeletonView.displayName = "SettlementSkeletonView";
5660
5697
 
5661
5698
  // src/primitives/skeleton/views/user-profile-overview-skeleton-view.tsx
5662
- var import_jsx_runtime96 = require("react/jsx-runtime");
5699
+ var import_jsx_runtime97 = require("react/jsx-runtime");
5663
5700
  var UserProfileOverviewSkeletonView = ({
5664
5701
  className,
5665
5702
  ariaLabel
5666
5703
  }) => {
5667
- return /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(
5704
+ return /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)(
5668
5705
  "div",
5669
5706
  {
5670
5707
  className: cn("flex w-full flex-col gap-6 sm:flex-row", className),
@@ -5672,49 +5709,49 @@ var UserProfileOverviewSkeletonView = ({
5672
5709
  "aria-label": ariaLabel != null ? ariaLabel : "Loading profile overview",
5673
5710
  "aria-busy": "true",
5674
5711
  children: [
5675
- /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("div", { className: "flex min-w-0 flex-1 flex-col gap-4 sm:gap-6", children: [
5676
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("div", { className: "rounded-agg-md border border-agg-separator bg-agg-secondary p-5", children: /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("div", { className: "flex w-full items-center gap-5", children: [
5677
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(SkeletonBlock, { className: "h-20 w-20 shrink-0 rounded-agg-full sm:h-[120px] sm:w-[120px]" }),
5678
- /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("div", { className: "flex min-w-0 flex-1 flex-col gap-2", children: [
5679
- /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("div", { className: "flex items-center justify-between gap-3", children: [
5680
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(SkeletonBlock, { className: "h-9 w-[140px] rounded-agg-sm" }),
5681
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(SkeletonBlock, { className: "h-6 w-[72px] rounded-agg-sm" })
5712
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("div", { className: "flex min-w-0 flex-1 flex-col gap-4 sm:gap-6", children: [
5713
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("div", { className: "rounded-agg-md border border-agg-separator bg-agg-secondary p-5", children: /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("div", { className: "flex w-full items-center gap-5", children: [
5714
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(SkeletonBlock, { className: "h-20 w-20 shrink-0 rounded-agg-full sm:h-[120px] sm:w-[120px]" }),
5715
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("div", { className: "flex min-w-0 flex-1 flex-col gap-2", children: [
5716
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("div", { className: "flex items-center justify-between gap-3", children: [
5717
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(SkeletonBlock, { className: "h-9 w-[140px] rounded-agg-sm" }),
5718
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(SkeletonBlock, { className: "h-6 w-[72px] rounded-agg-sm" })
5682
5719
  ] }),
5683
- /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("div", { className: "flex items-center gap-2", children: [
5684
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(SkeletonBlock, { className: "h-5 w-5 rounded-agg-sm" }),
5685
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(SkeletonBlock, { className: "h-6 w-[140px] rounded-agg-sm" }),
5686
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(SkeletonBlock, { className: "h-5 w-[72px] rounded-agg-sm" })
5720
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("div", { className: "flex items-center gap-2", children: [
5721
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(SkeletonBlock, { className: "h-5 w-5 rounded-agg-sm" }),
5722
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(SkeletonBlock, { className: "h-6 w-[140px] rounded-agg-sm" }),
5723
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(SkeletonBlock, { className: "h-5 w-[72px] rounded-agg-sm" })
5687
5724
  ] })
5688
5725
  ] })
5689
5726
  ] }) }),
5690
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("div", { className: "rounded-agg-md border border-agg-separator bg-agg-secondary p-5", children: /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("div", { className: "flex items-center justify-between", children: [
5691
- /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("div", { className: "flex items-end gap-3", children: [
5692
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(SkeletonBlock, { className: "h-9 w-[80px] rounded-agg-sm" }),
5693
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(SkeletonBlock, { className: "h-5 w-[100px] rounded-agg-sm" })
5727
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("div", { className: "rounded-agg-md border border-agg-separator bg-agg-secondary p-5", children: /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("div", { className: "flex items-center justify-between", children: [
5728
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("div", { className: "flex items-end gap-3", children: [
5729
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(SkeletonBlock, { className: "h-9 w-[80px] rounded-agg-sm" }),
5730
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(SkeletonBlock, { className: "h-5 w-[100px] rounded-agg-sm" })
5694
5731
  ] }),
5695
- /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("div", { className: "flex items-center gap-2", children: [
5696
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(SkeletonBlock, { className: "h-5 w-5 rounded-agg-sm" }),
5697
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(SkeletonBlock, { className: "h-5 w-5 rounded-agg-sm" }),
5698
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(SkeletonBlock, { className: "h-5 w-5 rounded-agg-sm" }),
5699
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(SkeletonBlock, { className: "h-5 w-5 rounded-agg-sm" })
5732
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("div", { className: "flex items-center gap-2", children: [
5733
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(SkeletonBlock, { className: "h-5 w-5 rounded-agg-sm" }),
5734
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(SkeletonBlock, { className: "h-5 w-5 rounded-agg-sm" }),
5735
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(SkeletonBlock, { className: "h-5 w-5 rounded-agg-sm" }),
5736
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(SkeletonBlock, { className: "h-5 w-5 rounded-agg-sm" })
5700
5737
  ] })
5701
5738
  ] }) })
5702
5739
  ] }),
5703
- /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("div", { className: "w-full shrink-0 rounded-agg-md border border-agg-separator bg-agg-secondary p-5 sm:w-full md:w-[465px]", children: [
5704
- /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("div", { className: "mb-4 flex items-center justify-between", children: [
5705
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(SkeletonBlock, { className: "h-7 w-[84px] rounded-agg-sm" }),
5706
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(SkeletonBlock, { className: "h-7 w-[64px] rounded-agg-sm" })
5740
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("div", { className: "w-full shrink-0 rounded-agg-md border border-agg-separator bg-agg-secondary p-5 sm:w-full md:w-[465px]", children: [
5741
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("div", { className: "mb-4 flex items-center justify-between", children: [
5742
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(SkeletonBlock, { className: "h-7 w-[84px] rounded-agg-sm" }),
5743
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(SkeletonBlock, { className: "h-7 w-[64px] rounded-agg-sm" })
5707
5744
  ] }),
5708
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("div", { className: "flex flex-col gap-4", children: Array.from({ length: 3 }).map((_, index) => /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("div", { className: "flex items-center justify-between", children: [
5709
- /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("div", { className: "flex items-center gap-3", children: [
5710
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(SkeletonBlock, { className: "h-4 w-4 rounded-agg-sm" }),
5711
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(SkeletonBlock, { className: "h-6 w-[70px] rounded-agg-sm" })
5745
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("div", { className: "flex flex-col gap-4", children: Array.from({ length: 3 }).map((_, index) => /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("div", { className: "flex items-center justify-between", children: [
5746
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("div", { className: "flex items-center gap-3", children: [
5747
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(SkeletonBlock, { className: "h-4 w-4 rounded-agg-sm" }),
5748
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(SkeletonBlock, { className: "h-6 w-[70px] rounded-agg-sm" })
5712
5749
  ] }),
5713
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(SkeletonBlock, { className: "h-6 w-[96px] rounded-agg-sm" })
5750
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(SkeletonBlock, { className: "h-6 w-[96px] rounded-agg-sm" })
5714
5751
  ] }, index)) }),
5715
- /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("div", { className: "mt-4 flex gap-3", children: [
5716
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(SkeletonBlock, { className: "h-9 flex-1 rounded-agg-full" }),
5717
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(SkeletonBlock, { className: "h-9 flex-1 rounded-agg-full" })
5752
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("div", { className: "mt-4 flex gap-3", children: [
5753
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(SkeletonBlock, { className: "h-9 flex-1 rounded-agg-full" }),
5754
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(SkeletonBlock, { className: "h-9 flex-1 rounded-agg-full" })
5718
5755
  ] })
5719
5756
  ] })
5720
5757
  ]
@@ -5724,12 +5761,12 @@ var UserProfileOverviewSkeletonView = ({
5724
5761
  UserProfileOverviewSkeletonView.displayName = "UserProfileOverviewSkeletonView";
5725
5762
 
5726
5763
  // src/primitives/skeleton/views/user-profile-positions-activity-skeleton-view.tsx
5727
- var import_jsx_runtime97 = require("react/jsx-runtime");
5764
+ var import_jsx_runtime98 = require("react/jsx-runtime");
5728
5765
  var UserProfilePositionsActivitySkeletonView = ({
5729
5766
  className,
5730
5767
  ariaLabel
5731
5768
  }) => {
5732
- return /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)(
5769
+ return /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)(
5733
5770
  "div",
5734
5771
  {
5735
5772
  className: cn(
@@ -5740,18 +5777,18 @@ var UserProfilePositionsActivitySkeletonView = ({
5740
5777
  "aria-label": ariaLabel != null ? ariaLabel : "Loading positions and activity",
5741
5778
  "aria-busy": "true",
5742
5779
  children: [
5743
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("div", { className: "h-11 border-b border-agg-separator px-4 sm:h-12 sm:px-6", children: /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("div", { className: "flex h-full items-center gap-6", children: [
5744
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(SkeletonBlock, { className: "h-6 w-[72px] rounded-agg-sm" }),
5745
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(SkeletonBlock, { className: "h-6 w-[64px] rounded-agg-sm" })
5780
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("div", { className: "h-11 border-b border-agg-separator px-4 sm:h-12 sm:px-6", children: /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)("div", { className: "flex h-full items-center gap-6", children: [
5781
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(SkeletonBlock, { className: "h-6 w-[72px] rounded-agg-sm" }),
5782
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(SkeletonBlock, { className: "h-6 w-[64px] rounded-agg-sm" })
5746
5783
  ] }) }),
5747
- /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("div", { className: "flex flex-col gap-4 p-4 sm:gap-6 sm:p-6", children: [
5748
- /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("div", { className: "flex gap-5", children: [
5749
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(SkeletonBlock, { className: "h-10 w-[270px] rounded-agg-sm" }),
5750
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(SkeletonBlock, { className: "h-10 min-w-0 flex-1 rounded-agg-sm" })
5784
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)("div", { className: "flex flex-col gap-4 p-4 sm:gap-6 sm:p-6", children: [
5785
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)("div", { className: "flex gap-5", children: [
5786
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(SkeletonBlock, { className: "h-10 w-[270px] rounded-agg-sm" }),
5787
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(SkeletonBlock, { className: "h-10 min-w-0 flex-1 rounded-agg-sm" })
5751
5788
  ] }),
5752
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("div", { className: "flex flex-col gap-3 sm:gap-4", children: Array.from({ length: 3 }).map((_, index) => /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("div", { className: "flex items-center gap-5", children: [
5753
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(SkeletonBlock, { className: "h-10 w-[270px] rounded-agg-sm" }),
5754
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(SkeletonBlock, { className: "h-10 min-w-0 flex-1 rounded-agg-sm" })
5789
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("div", { className: "flex flex-col gap-3 sm:gap-4", children: Array.from({ length: 3 }).map((_, index) => /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)("div", { className: "flex items-center gap-5", children: [
5790
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(SkeletonBlock, { className: "h-10 w-[270px] rounded-agg-sm" }),
5791
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(SkeletonBlock, { className: "h-10 min-w-0 flex-1 rounded-agg-sm" })
5755
5792
  ] }, index)) })
5756
5793
  ] })
5757
5794
  ]
@@ -5791,37 +5828,37 @@ var resolveSkeletonView = (view) => {
5791
5828
  };
5792
5829
 
5793
5830
  // src/primitives/skeleton/index.tsx
5794
- var import_jsx_runtime98 = require("react/jsx-runtime");
5831
+ var import_jsx_runtime99 = require("react/jsx-runtime");
5795
5832
  var Skeleton = ({ view, className, ariaLabel }) => {
5796
5833
  const resolvedView = resolveSkeletonView(view);
5797
5834
  if (resolvedView === skeletonViews.eventListItem) {
5798
- return /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(EventListItemSkeletonView, { className, ariaLabel, isStandalone: true });
5835
+ return /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(EventListItemSkeletonView, { className, ariaLabel, isStandalone: true });
5799
5836
  }
5800
5837
  if (resolvedView === skeletonViews.eventListItemDetails) {
5801
- return /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(EventListItemDetailsSkeletonView, { className, ariaLabel });
5838
+ return /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(EventListItemDetailsSkeletonView, { className, ariaLabel });
5802
5839
  }
5803
5840
  if (resolvedView === skeletonViews.marketDetailsMinified) {
5804
- return /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(MarketDetailsSkeletonView, { className, ariaLabel, isDetailed: false });
5841
+ return /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(MarketDetailsSkeletonView, { className, ariaLabel, isDetailed: false });
5805
5842
  }
5806
5843
  if (resolvedView === skeletonViews.marketDetailsDetailed) {
5807
- return /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(MarketDetailsSkeletonView, { className, ariaLabel, isDetailed: true });
5844
+ return /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(MarketDetailsSkeletonView, { className, ariaLabel, isDetailed: true });
5808
5845
  }
5809
5846
  if (resolvedView === skeletonViews.settlement) {
5810
- return /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(SettlementSkeletonView, { className, ariaLabel });
5847
+ return /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(SettlementSkeletonView, { className, ariaLabel });
5811
5848
  }
5812
5849
  if (resolvedView === skeletonViews.placeOrder) {
5813
- return /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(PlaceOrderSkeletonView, { className, ariaLabel });
5850
+ return /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(PlaceOrderSkeletonView, { className, ariaLabel });
5814
5851
  }
5815
5852
  if (resolvedView === skeletonViews.search) {
5816
- return /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(SearchSkeletonView, { className, ariaLabel });
5853
+ return /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(SearchSkeletonView, { className, ariaLabel });
5817
5854
  }
5818
5855
  if (resolvedView === skeletonViews.userProfileOverview) {
5819
- return /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(UserProfileOverviewSkeletonView, { className, ariaLabel });
5856
+ return /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(UserProfileOverviewSkeletonView, { className, ariaLabel });
5820
5857
  }
5821
5858
  if (resolvedView === skeletonViews.userProfilePositionsActivity) {
5822
- return /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(UserProfilePositionsActivitySkeletonView, { className, ariaLabel });
5859
+ return /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(UserProfilePositionsActivitySkeletonView, { className, ariaLabel });
5823
5860
  }
5824
- return /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(EventListSkeletonView, { className, ariaLabel });
5861
+ return /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(EventListSkeletonView, { className, ariaLabel });
5825
5862
  };
5826
5863
  Skeleton.displayName = "Skeleton";
5827
5864
 
@@ -5844,7 +5881,7 @@ var resolveLogoPrimaryColor = ({
5844
5881
  };
5845
5882
 
5846
5883
  // src/primitives/venue-logo/svg/default-venue.tsx
5847
- var import_jsx_runtime99 = require("react/jsx-runtime");
5884
+ var import_jsx_runtime100 = require("react/jsx-runtime");
5848
5885
  var DefaultVenueIcon = (_a) => {
5849
5886
  var _b = _a, {
5850
5887
  title: title2,
@@ -5862,7 +5899,7 @@ var DefaultVenueIcon = (_a) => {
5862
5899
  isColor,
5863
5900
  color
5864
5901
  });
5865
- return /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
5902
+ return /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)(
5866
5903
  "svg",
5867
5904
  __spreadProps(__spreadValues(__spreadValues({
5868
5905
  viewBox: "0 0 100 100",
@@ -5870,9 +5907,9 @@ var DefaultVenueIcon = (_a) => {
5870
5907
  fill: "none"
5871
5908
  }, getIconA11yProps(title2)), props), {
5872
5909
  children: [
5873
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("title", { children: title2 }) : null,
5874
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("circle", { cx: "50", cy: "50", r: "45", stroke: primaryColor, strokeWidth: "6", fill: "none" }),
5875
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("circle", { cx: "50", cy: "50", r: "8", fill: primaryColor })
5910
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("title", { children: title2 }) : null,
5911
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("circle", { cx: "50", cy: "50", r: "45", stroke: primaryColor, strokeWidth: "6", fill: "none" }),
5912
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("circle", { cx: "50", cy: "50", r: "8", fill: primaryColor })
5876
5913
  ]
5877
5914
  })
5878
5915
  );
@@ -5881,7 +5918,7 @@ var DefaultVenueIcon = (_a) => {
5881
5918
  // src/primitives/venue-logo/svg/logo-hyperliquid.tsx
5882
5919
  var import_hooks17 = require("@agg-build/hooks");
5883
5920
  var import_sdk3 = require("@agg-build/sdk");
5884
- var import_jsx_runtime100 = require("react/jsx-runtime");
5921
+ var import_jsx_runtime101 = require("react/jsx-runtime");
5885
5922
  var LogoHyperliquidIcon = (_a) => {
5886
5923
  var _b = _a, {
5887
5924
  title: title2,
@@ -5904,7 +5941,7 @@ var LogoHyperliquidIcon = (_a) => {
5904
5941
  isColor,
5905
5942
  color
5906
5943
  });
5907
- return /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)(
5944
+ return /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)(
5908
5945
  "svg",
5909
5946
  __spreadProps(__spreadValues(__spreadValues({
5910
5947
  viewBox: "0 0 100 100",
@@ -5912,8 +5949,8 @@ var LogoHyperliquidIcon = (_a) => {
5912
5949
  fill: "none"
5913
5950
  }, getIconA11yProps(title2)), props), {
5914
5951
  children: [
5915
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("title", { children: title2 }) : null,
5916
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
5952
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("title", { children: title2 }) : null,
5953
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
5917
5954
  "path",
5918
5955
  {
5919
5956
  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",
@@ -5929,7 +5966,7 @@ LogoHyperliquidIcon.displayName = "LogoHyperliquidIcon";
5929
5966
  // src/primitives/venue-logo/svg/logo-kalshi.tsx
5930
5967
  var import_hooks18 = require("@agg-build/hooks");
5931
5968
  var import_sdk4 = require("@agg-build/sdk");
5932
- var import_jsx_runtime101 = require("react/jsx-runtime");
5969
+ var import_jsx_runtime102 = require("react/jsx-runtime");
5933
5970
  var LogoKalshiIcon = (_a) => {
5934
5971
  var _b = _a, {
5935
5972
  title: title2,
@@ -5952,7 +5989,7 @@ var LogoKalshiIcon = (_a) => {
5952
5989
  isColor,
5953
5990
  color
5954
5991
  });
5955
- return /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)(
5992
+ return /* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
5956
5993
  "svg",
5957
5994
  __spreadProps(__spreadValues(__spreadValues({
5958
5995
  viewBox: "0 0 100 100",
@@ -5960,8 +5997,8 @@ var LogoKalshiIcon = (_a) => {
5960
5997
  fill: "none"
5961
5998
  }, getIconA11yProps(title2)), props), {
5962
5999
  children: [
5963
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("title", { children: title2 }) : null,
5964
- /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
6000
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("title", { children: title2 }) : null,
6001
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
5965
6002
  "path",
5966
6003
  {
5967
6004
  d: "M54.9798 47.579L79.4249 85.9995H58.2273L38.2531 52.9344V85.9995H20.4189V13.9995H38.2531V45.4356L59.6547 13.9995H78.7119L54.9798 47.579Z",
@@ -5977,7 +6014,7 @@ LogoKalshiIcon.displayName = "LogoKalshiIcon";
5977
6014
  // src/primitives/venue-logo/svg/logo-limitless.tsx
5978
6015
  var import_hooks19 = require("@agg-build/hooks");
5979
6016
  var import_sdk5 = require("@agg-build/sdk");
5980
- var import_jsx_runtime102 = require("react/jsx-runtime");
6017
+ var import_jsx_runtime103 = require("react/jsx-runtime");
5981
6018
  var LogoLimitlessIcon = (_a) => {
5982
6019
  var _b = _a, {
5983
6020
  title: title2,
@@ -6000,7 +6037,7 @@ var LogoLimitlessIcon = (_a) => {
6000
6037
  isColor,
6001
6038
  color
6002
6039
  });
6003
- return /* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
6040
+ return /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)(
6004
6041
  "svg",
6005
6042
  __spreadProps(__spreadValues(__spreadValues({
6006
6043
  viewBox: "0 0 100 100",
@@ -6008,8 +6045,8 @@ var LogoLimitlessIcon = (_a) => {
6008
6045
  fill: "none"
6009
6046
  }, getIconA11yProps(title2)), props), {
6010
6047
  children: [
6011
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("title", { children: title2 }) : null,
6012
- /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
6048
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("title", { children: title2 }) : null,
6049
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
6013
6050
  "path",
6014
6051
  {
6015
6052
  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",
@@ -6025,7 +6062,7 @@ LogoLimitlessIcon.displayName = "LogoLimitlessIcon";
6025
6062
  // src/primitives/venue-logo/svg/logo-myriad.tsx
6026
6063
  var import_hooks20 = require("@agg-build/hooks");
6027
6064
  var import_sdk6 = require("@agg-build/sdk");
6028
- var import_jsx_runtime103 = require("react/jsx-runtime");
6065
+ var import_jsx_runtime104 = require("react/jsx-runtime");
6029
6066
  var LogoMyriadIcon = (_a) => {
6030
6067
  var _b = _a, {
6031
6068
  title: title2,
@@ -6048,7 +6085,7 @@ var LogoMyriadIcon = (_a) => {
6048
6085
  isColor,
6049
6086
  color
6050
6087
  });
6051
- return /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)(
6088
+ return /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)(
6052
6089
  "svg",
6053
6090
  __spreadProps(__spreadValues(__spreadValues({
6054
6091
  viewBox: "0 0 100 100",
@@ -6056,8 +6093,8 @@ var LogoMyriadIcon = (_a) => {
6056
6093
  fill: "none"
6057
6094
  }, getIconA11yProps(title2)), props), {
6058
6095
  children: [
6059
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("title", { children: title2 }) : null,
6060
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
6096
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("title", { children: title2 }) : null,
6097
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
6061
6098
  "path",
6062
6099
  {
6063
6100
  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",
@@ -6073,7 +6110,7 @@ LogoMyriadIcon.displayName = "LogoMyriadIcon";
6073
6110
  // src/primitives/venue-logo/svg/logo-opinion.tsx
6074
6111
  var import_hooks21 = require("@agg-build/hooks");
6075
6112
  var import_sdk7 = require("@agg-build/sdk");
6076
- var import_jsx_runtime104 = require("react/jsx-runtime");
6113
+ var import_jsx_runtime105 = require("react/jsx-runtime");
6077
6114
  var LogoOpinionIcon = (_a) => {
6078
6115
  var _b = _a, {
6079
6116
  title: title2,
@@ -6096,7 +6133,7 @@ var LogoOpinionIcon = (_a) => {
6096
6133
  isColor,
6097
6134
  color
6098
6135
  });
6099
- return /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)(
6136
+ return /* @__PURE__ */ (0, import_jsx_runtime105.jsxs)(
6100
6137
  "svg",
6101
6138
  __spreadProps(__spreadValues(__spreadValues({
6102
6139
  viewBox: "0 0 100 100",
@@ -6104,8 +6141,8 @@ var LogoOpinionIcon = (_a) => {
6104
6141
  fill: "none"
6105
6142
  }, getIconA11yProps(title2)), props), {
6106
6143
  children: [
6107
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("title", { children: title2 }) : null,
6108
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
6144
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("title", { children: title2 }) : null,
6145
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
6109
6146
  "path",
6110
6147
  {
6111
6148
  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",
@@ -6121,7 +6158,7 @@ LogoOpinionIcon.displayName = "LogoOpinionIcon";
6121
6158
  // src/primitives/venue-logo/svg/logo-polymarket.tsx
6122
6159
  var import_hooks22 = require("@agg-build/hooks");
6123
6160
  var import_sdk8 = require("@agg-build/sdk");
6124
- var import_jsx_runtime105 = require("react/jsx-runtime");
6161
+ var import_jsx_runtime106 = require("react/jsx-runtime");
6125
6162
  var LogoPolymarketIcon = (_a) => {
6126
6163
  var _b = _a, {
6127
6164
  title: title2,
@@ -6144,7 +6181,7 @@ var LogoPolymarketIcon = (_a) => {
6144
6181
  isColor,
6145
6182
  color
6146
6183
  });
6147
- return /* @__PURE__ */ (0, import_jsx_runtime105.jsxs)(
6184
+ return /* @__PURE__ */ (0, import_jsx_runtime106.jsxs)(
6148
6185
  "svg",
6149
6186
  __spreadProps(__spreadValues(__spreadValues({
6150
6187
  viewBox: "0 0 100 100",
@@ -6152,8 +6189,8 @@ var LogoPolymarketIcon = (_a) => {
6152
6189
  fill: "none"
6153
6190
  }, getIconA11yProps(title2)), props), {
6154
6191
  children: [
6155
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("title", { children: title2 }) : null,
6156
- /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
6192
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("title", { children: title2 }) : null,
6193
+ /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
6157
6194
  "path",
6158
6195
  {
6159
6196
  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",
@@ -6169,7 +6206,7 @@ LogoPolymarketIcon.displayName = "LogoPolymarketIcon";
6169
6206
  // src/primitives/venue-logo/svg/logo-predict.tsx
6170
6207
  var import_hooks23 = require("@agg-build/hooks");
6171
6208
  var import_sdk9 = require("@agg-build/sdk");
6172
- var import_jsx_runtime106 = require("react/jsx-runtime");
6209
+ var import_jsx_runtime107 = require("react/jsx-runtime");
6173
6210
  var LogoPredictIcon = (_a) => {
6174
6211
  var _b = _a, {
6175
6212
  title: title2,
@@ -6192,7 +6229,7 @@ var LogoPredictIcon = (_a) => {
6192
6229
  isColor,
6193
6230
  color
6194
6231
  });
6195
- return /* @__PURE__ */ (0, import_jsx_runtime106.jsxs)(
6232
+ return /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)(
6196
6233
  "svg",
6197
6234
  __spreadProps(__spreadValues(__spreadValues({
6198
6235
  viewBox: "0 0 100 100",
@@ -6200,8 +6237,8 @@ var LogoPredictIcon = (_a) => {
6200
6237
  fill: "none"
6201
6238
  }, getIconA11yProps(title2)), props), {
6202
6239
  children: [
6203
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("title", { children: title2 }) : null,
6204
- /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
6240
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("title", { children: title2 }) : null,
6241
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
6205
6242
  "path",
6206
6243
  {
6207
6244
  fillRule: "evenodd",
@@ -6219,7 +6256,7 @@ LogoPredictIcon.displayName = "LogoPredictIcon";
6219
6256
  // src/primitives/venue-logo/svg/logo-probable.tsx
6220
6257
  var import_hooks24 = require("@agg-build/hooks");
6221
6258
  var import_sdk10 = require("@agg-build/sdk");
6222
- var import_jsx_runtime107 = require("react/jsx-runtime");
6259
+ var import_jsx_runtime108 = require("react/jsx-runtime");
6223
6260
  var LogoProbableIcon = (_a) => {
6224
6261
  var _b = _a, {
6225
6262
  title: title2,
@@ -6242,7 +6279,7 @@ var LogoProbableIcon = (_a) => {
6242
6279
  isColor,
6243
6280
  color
6244
6281
  });
6245
- return /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)(
6282
+ return /* @__PURE__ */ (0, import_jsx_runtime108.jsxs)(
6246
6283
  "svg",
6247
6284
  __spreadProps(__spreadValues(__spreadValues({
6248
6285
  viewBox: "0 0 100 100",
@@ -6250,16 +6287,16 @@ var LogoProbableIcon = (_a) => {
6250
6287
  fill: "none"
6251
6288
  }, getIconA11yProps(title2)), props), {
6252
6289
  children: [
6253
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("title", { children: title2 }) : null,
6254
- /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
6290
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("title", { children: title2 }) : null,
6291
+ /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
6255
6292
  "path",
6256
6293
  {
6257
6294
  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",
6258
6295
  fill: primaryColor
6259
6296
  }
6260
6297
  ),
6261
- /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("path", { d: "M90.9329 15.4546V30.4546H8.90234V15.4546H90.9329Z", fill: primaryColor }),
6262
- /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
6298
+ /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("path", { d: "M90.9329 15.4546V30.4546H8.90234V15.4546H90.9329Z", fill: primaryColor }),
6299
+ /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
6263
6300
  "path",
6264
6301
  {
6265
6302
  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",
@@ -6357,7 +6394,7 @@ var resolveVenueLogoIsColor = ({
6357
6394
  };
6358
6395
 
6359
6396
  // src/primitives/venue-logo/index.tsx
6360
- var import_jsx_runtime108 = require("react/jsx-runtime");
6397
+ var import_jsx_runtime109 = require("react/jsx-runtime");
6361
6398
  var VenueLogo = ({
6362
6399
  venue,
6363
6400
  variant = "icon",
@@ -6383,7 +6420,7 @@ var VenueLogo = ({
6383
6420
  console.warn(`[AggUI] Unknown venue "${venue}" \u2014 using default logo`);
6384
6421
  }
6385
6422
  if (variant === "logo") {
6386
- return /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
6423
+ return /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
6387
6424
  RemoteImage,
6388
6425
  {
6389
6426
  src: (_a = venueLogoUrlRegistry[venue]) != null ? _a : DEFAULT_VENUE_LOGO_URL,
@@ -6398,7 +6435,7 @@ var VenueLogo = ({
6398
6435
  isColor,
6399
6436
  isMonochromatic
6400
6437
  });
6401
- return /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
6438
+ return /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
6402
6439
  Component2,
6403
6440
  {
6404
6441
  className: cn("group/agg-venue-logo", "shrink-0", sizeClass, className),
@@ -6468,7 +6505,7 @@ var mapVenueEventToSearchResult = (event, labels, formatPercent, formatCompactCu
6468
6505
  };
6469
6506
 
6470
6507
  // src/primitives/search/index.tsx
6471
- var import_jsx_runtime109 = require("react/jsx-runtime");
6508
+ var import_jsx_runtime110 = require("react/jsx-runtime");
6472
6509
  var SearchResultRow = ({
6473
6510
  item,
6474
6511
  resultAria,
@@ -6479,7 +6516,7 @@ var SearchResultRow = ({
6479
6516
  const handleResultClick = () => {
6480
6517
  onSelect == null ? void 0 : onSelect(item);
6481
6518
  };
6482
- return /* @__PURE__ */ (0, import_jsx_runtime109.jsxs)(
6519
+ return /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)(
6483
6520
  "button",
6484
6521
  {
6485
6522
  type: "button",
@@ -6496,8 +6533,8 @@ var SearchResultRow = ({
6496
6533
  onClick: handleResultClick,
6497
6534
  "aria-label": resultAria(item.title),
6498
6535
  children: [
6499
- /* @__PURE__ */ (0, import_jsx_runtime109.jsxs)("div", { className: "agg-search-result-content flex min-w-0 flex-1 items-center gap-4", children: [
6500
- /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
6536
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)("div", { className: "agg-search-result-content flex min-w-0 flex-1 items-center gap-4", children: [
6537
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
6501
6538
  RemoteImage,
6502
6539
  {
6503
6540
  src: item.thumbnailSrc,
@@ -6509,8 +6546,8 @@ var SearchResultRow = ({
6509
6546
  )
6510
6547
  }
6511
6548
  ),
6512
- /* @__PURE__ */ (0, import_jsx_runtime109.jsxs)("div", { className: "flex min-w-0 flex-1 flex-col gap-1", children: [
6513
- /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
6549
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)("div", { className: "flex min-w-0 flex-1 flex-col gap-1", children: [
6550
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
6514
6551
  "p",
6515
6552
  {
6516
6553
  className: cn(
@@ -6521,8 +6558,8 @@ var SearchResultRow = ({
6521
6558
  children: item.title
6522
6559
  }
6523
6560
  ),
6524
- /* @__PURE__ */ (0, import_jsx_runtime109.jsxs)("div", { className: "agg-search-result-context flex min-w-0 items-center gap-2 text-agg-muted-foreground", children: [
6525
- /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
6561
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)("div", { className: "agg-search-result-context flex min-w-0 items-center gap-2 text-agg-muted-foreground", children: [
6562
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
6526
6563
  "p",
6527
6564
  {
6528
6565
  className: cn(
@@ -6532,7 +6569,7 @@ var SearchResultRow = ({
6532
6569
  children: item.marketSummaryLabel
6533
6570
  }
6534
6571
  ),
6535
- /* @__PURE__ */ (0, import_jsx_runtime109.jsx)("div", { className: "flex items-center gap-1", "aria-hidden": true, children: item.visibleVenues.map((venue) => /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
6572
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)("div", { className: "flex items-center gap-1", "aria-hidden": true, children: item.visibleVenues.map((venue) => /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
6536
6573
  VenueLogo,
6537
6574
  {
6538
6575
  venue,
@@ -6542,9 +6579,9 @@ var SearchResultRow = ({
6542
6579
  },
6543
6580
  `${item.id}-${venue}`
6544
6581
  )) }),
6545
- item.volumeLabel ? /* @__PURE__ */ (0, import_jsx_runtime109.jsxs)(import_jsx_runtime109.Fragment, { children: [
6546
- /* @__PURE__ */ (0, import_jsx_runtime109.jsx)("span", { className: "text-agg-muted-foreground", "aria-hidden": true, children: "\xB7" }),
6547
- /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
6582
+ item.volumeLabel ? /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)(import_jsx_runtime110.Fragment, { children: [
6583
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)("span", { className: "text-agg-muted-foreground", "aria-hidden": true, children: "\xB7" }),
6584
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
6548
6585
  "p",
6549
6586
  {
6550
6587
  className: cn(
@@ -6558,7 +6595,7 @@ var SearchResultRow = ({
6558
6595
  ] })
6559
6596
  ] })
6560
6597
  ] }),
6561
- /* @__PURE__ */ (0, import_jsx_runtime109.jsxs)(
6598
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)(
6562
6599
  "div",
6563
6600
  {
6564
6601
  className: cn(
@@ -6566,9 +6603,9 @@ var SearchResultRow = ({
6566
6603
  classNames == null ? void 0 : classNames.resultMeta
6567
6604
  ),
6568
6605
  children: [
6569
- /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(VenueLogo, { venue: item.venue, size: "small" }),
6570
- /* @__PURE__ */ (0, import_jsx_runtime109.jsxs)("div", { className: "flex min-w-0 flex-1 items-baseline gap-2", children: [
6571
- /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
6606
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(VenueLogo, { venue: item.venue, size: "small" }),
6607
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)("div", { className: "flex min-w-0 flex-1 items-baseline gap-2", children: [
6608
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
6572
6609
  "p",
6573
6610
  {
6574
6611
  className: cn(
@@ -6579,7 +6616,7 @@ var SearchResultRow = ({
6579
6616
  children: item.valueLabel
6580
6617
  }
6581
6618
  ),
6582
- /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
6619
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
6583
6620
  "p",
6584
6621
  {
6585
6622
  className: cn(
@@ -6593,7 +6630,7 @@ var SearchResultRow = ({
6593
6630
  ]
6594
6631
  }
6595
6632
  ),
6596
- /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
6633
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
6597
6634
  Icon,
6598
6635
  {
6599
6636
  name: "chevron-right",
@@ -6613,7 +6650,7 @@ var SearchSeeAllResultsButton = ({
6613
6650
  label: label2,
6614
6651
  onClick
6615
6652
  }) => {
6616
- return /* @__PURE__ */ (0, import_jsx_runtime109.jsxs)(
6653
+ return /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)(
6617
6654
  "button",
6618
6655
  {
6619
6656
  type: "button",
@@ -6626,8 +6663,8 @@ var SearchSeeAllResultsButton = ({
6626
6663
  ),
6627
6664
  onClick,
6628
6665
  children: [
6629
- /* @__PURE__ */ (0, import_jsx_runtime109.jsx)("span", { children: label2 }),
6630
- /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(Icon, { name: "chevron-right", size: "small", className: "size-[14px] text-agg-primary" })
6666
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)("span", { children: label2 }),
6667
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(Icon, { name: "chevron-right", size: "small", className: "size-[14px] text-agg-primary" })
6631
6668
  ]
6632
6669
  }
6633
6670
  );
@@ -6761,14 +6798,14 @@ var Search = ({
6761
6798
  event.preventDefault();
6762
6799
  handleSeeAllResults();
6763
6800
  };
6764
- return /* @__PURE__ */ (0, import_jsx_runtime109.jsxs)(
6801
+ return /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)(
6765
6802
  "div",
6766
6803
  {
6767
6804
  className: cn("group/agg-search", "relative flex w-full flex-col", classNames == null ? void 0 : classNames.root),
6768
6805
  onFocusCapture: handleFocusWithin,
6769
6806
  onBlurCapture: handleBlurWithin,
6770
6807
  children: [
6771
- /* @__PURE__ */ (0, import_jsx_runtime109.jsx)("label", { className: "w-full", children: /* @__PURE__ */ (0, import_jsx_runtime109.jsxs)(
6808
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)("label", { className: "w-full", children: /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)(
6772
6809
  "div",
6773
6810
  {
6774
6811
  className: cn(
@@ -6784,7 +6821,7 @@ var Search = ({
6784
6821
  ),
6785
6822
  onClick: handleFocusWithin,
6786
6823
  children: [
6787
- /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
6824
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
6788
6825
  Icon,
6789
6826
  {
6790
6827
  name: "search",
@@ -6792,7 +6829,7 @@ var Search = ({
6792
6829
  className: cn("text-agg-muted-foreground", classNames == null ? void 0 : classNames.searchIcon)
6793
6830
  }
6794
6831
  ),
6795
- /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
6832
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
6796
6833
  "input",
6797
6834
  __spreadProps(__spreadValues({}, inputProps), {
6798
6835
  ref: inputRef,
@@ -6813,11 +6850,11 @@ var Search = ({
6813
6850
  )
6814
6851
  })
6815
6852
  ),
6816
- shouldRenderShortcut ? /* @__PURE__ */ (0, import_jsx_runtime109.jsx)("div", { className: "agg-search-shortcut hidden md:flex size-6 shrink-0 items-center justify-center rounded-[4px] bg-agg-secondary-hover", children: /* @__PURE__ */ (0, import_jsx_runtime109.jsx)("span", { className: "font-agg-sans text-agg-sm leading-agg-5 font-agg-bold text-agg-muted-foreground", children: "/" }) }) : null
6853
+ shouldRenderShortcut ? /* @__PURE__ */ (0, import_jsx_runtime110.jsx)("div", { className: "agg-search-shortcut hidden md:flex size-6 shrink-0 items-center justify-center rounded-[4px] bg-agg-secondary-hover", children: /* @__PURE__ */ (0, import_jsx_runtime110.jsx)("span", { className: "font-agg-sans text-agg-sm leading-agg-5 font-agg-bold text-agg-muted-foreground", children: "/" }) }) : null
6817
6854
  ]
6818
6855
  }
6819
6856
  ) }),
6820
- shouldRenderLoadingState ? /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
6857
+ shouldRenderLoadingState ? /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
6821
6858
  "div",
6822
6859
  {
6823
6860
  className: cn(
@@ -6827,10 +6864,10 @@ var Search = ({
6827
6864
  "mt-1",
6828
6865
  classNames == null ? void 0 : classNames.emptyState
6829
6866
  ),
6830
- children: /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(Skeleton, { view: "search" })
6867
+ children: /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(Skeleton, { view: "search" })
6831
6868
  }
6832
6869
  ) : null,
6833
- shouldRenderResults ? /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
6870
+ shouldRenderResults ? /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
6834
6871
  "div",
6835
6872
  {
6836
6873
  className: cn(
@@ -6840,7 +6877,7 @@ var Search = ({
6840
6877
  "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)]",
6841
6878
  classNames == null ? void 0 : classNames.dropdown
6842
6879
  ),
6843
- children: /* @__PURE__ */ (0, import_jsx_runtime109.jsxs)(
6880
+ children: /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)(
6844
6881
  "ul",
6845
6882
  {
6846
6883
  className: cn(
@@ -6850,7 +6887,7 @@ var Search = ({
6850
6887
  role: "listbox",
6851
6888
  "aria-label": labels.search.resultsAria,
6852
6889
  children: [
6853
- validatedResults.map((item, index) => /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
6890
+ validatedResults.map((item, index) => /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
6854
6891
  "li",
6855
6892
  {
6856
6893
  role: "presentation",
@@ -6859,7 +6896,7 @@ var Search = ({
6859
6896
  index > 0 && "border-t border-agg-separator",
6860
6897
  classNames == null ? void 0 : classNames.resultItem
6861
6898
  ),
6862
- children: /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
6899
+ children: /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
6863
6900
  SearchResultRow,
6864
6901
  {
6865
6902
  item,
@@ -6871,12 +6908,12 @@ var Search = ({
6871
6908
  },
6872
6909
  item.id
6873
6910
  )),
6874
- /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
6911
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
6875
6912
  "li",
6876
6913
  {
6877
6914
  role: "presentation",
6878
6915
  className: "agg-search-result-item border-t border-agg-separator",
6879
- children: /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
6916
+ children: /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
6880
6917
  SearchSeeAllResultsButton,
6881
6918
  {
6882
6919
  label: labels.search.seeAllResults,
@@ -6890,7 +6927,7 @@ var Search = ({
6890
6927
  )
6891
6928
  }
6892
6929
  ) : null,
6893
- shouldRenderNoResults ? /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
6930
+ shouldRenderNoResults ? /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
6894
6931
  "div",
6895
6932
  {
6896
6933
  className: cn(
@@ -6900,7 +6937,7 @@ var Search = ({
6900
6937
  "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)]",
6901
6938
  classNames == null ? void 0 : classNames.emptyState
6902
6939
  ),
6903
- children: /* @__PURE__ */ (0, import_jsx_runtime109.jsxs)(
6940
+ children: /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)(
6904
6941
  "div",
6905
6942
  {
6906
6943
  className: cn(
@@ -6910,15 +6947,15 @@ var Search = ({
6910
6947
  role: "status",
6911
6948
  "aria-live": "polite",
6912
6949
  children: [
6913
- /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
6950
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
6914
6951
  SearchEmptyIcon,
6915
6952
  {
6916
6953
  className: cn("h-10 w-10 text-agg-muted-foreground", classNames == null ? void 0 : classNames.emptyStateIcon),
6917
6954
  "aria-hidden": true
6918
6955
  }
6919
6956
  ),
6920
- /* @__PURE__ */ (0, import_jsx_runtime109.jsxs)("div", { className: "flex flex-col items-center gap-1 text-center", children: [
6921
- /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
6957
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)("div", { className: "flex flex-col items-center gap-1 text-center", children: [
6958
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
6922
6959
  "p",
6923
6960
  {
6924
6961
  className: cn(
@@ -6929,7 +6966,7 @@ var Search = ({
6929
6966
  children: labels.search.noResultsTitle
6930
6967
  }
6931
6968
  ),
6932
- /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
6969
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
6933
6970
  "p",
6934
6971
  {
6935
6972
  className: cn(
@@ -6979,7 +7016,7 @@ var resolveHeaderSearchContent = ({
6979
7016
  };
6980
7017
 
6981
7018
  // src/primitives/header/index.tsx
6982
- var import_jsx_runtime110 = require("react/jsx-runtime");
7019
+ var import_jsx_runtime111 = require("react/jsx-runtime");
6983
7020
  var Header = ({
6984
7021
  logo,
6985
7022
  logoHref,
@@ -6992,7 +7029,7 @@ var Header = ({
6992
7029
  "aria-label": ariaLabel
6993
7030
  }) => {
6994
7031
  const labels = (0, import_hooks27.useLabels)();
6995
- const logoContent = isHeaderLogoProps(logo) ? /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
7032
+ const logoContent = isHeaderLogoProps(logo) ? /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
6996
7033
  "img",
6997
7034
  {
6998
7035
  src: logo.src,
@@ -7001,14 +7038,14 @@ var Header = ({
7001
7038
  height: logo.height,
7002
7039
  className: cn("block max-h-full", classNames == null ? void 0 : classNames.logoElement)
7003
7040
  }
7004
- ) : logo !== void 0 ? /* @__PURE__ */ (0, import_jsx_runtime110.jsx)("span", { className: classNames == null ? void 0 : classNames.logoElement, children: logo }) : /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
7041
+ ) : logo !== void 0 ? /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("span", { className: classNames == null ? void 0 : classNames.logoElement, children: logo }) : /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
7005
7042
  AggLogo,
7006
7043
  {
7007
7044
  className: cn("h-6 w-auto text-agg-foreground", classNames == null ? void 0 : classNames.logoElement),
7008
7045
  title: labels.header.logoAria
7009
7046
  }
7010
7047
  );
7011
- const wrappedLogo = logoHref ? /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
7048
+ const wrappedLogo = logoHref ? /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
7012
7049
  "a",
7013
7050
  {
7014
7051
  href: logoHref,
@@ -7017,7 +7054,7 @@ var Header = ({
7017
7054
  onClick: onLogoClick,
7018
7055
  children: logoContent
7019
7056
  }
7020
- ) : onLogoClick ? /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
7057
+ ) : onLogoClick ? /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
7021
7058
  "button",
7022
7059
  {
7023
7060
  type: "button",
@@ -7029,13 +7066,13 @@ var Header = ({
7029
7066
  onClick: onLogoClick,
7030
7067
  children: logoContent
7031
7068
  }
7032
- ) : /* @__PURE__ */ (0, import_jsx_runtime110.jsx)("div", { className: classNames == null ? void 0 : classNames.logoWrapper, children: logoContent });
7069
+ ) : /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("div", { className: classNames == null ? void 0 : classNames.logoWrapper, children: logoContent });
7033
7070
  const searchContent = resolveHeaderSearchContent({
7034
7071
  search,
7035
7072
  searchProps,
7036
- renderSearch: (nextSearchProps) => /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(Search, __spreadValues({}, nextSearchProps))
7073
+ renderSearch: (nextSearchProps) => /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(Search, __spreadValues({}, nextSearchProps))
7037
7074
  });
7038
- return /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(import_jsx_runtime110.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
7075
+ return /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(import_jsx_runtime111.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
7039
7076
  "header",
7040
7077
  {
7041
7078
  role: "banner",
@@ -7044,7 +7081,7 @@ var Header = ({
7044
7081
  fallbackLabel: labels.header.bannerAria
7045
7082
  }),
7046
7083
  className: cn(baseHeaderClasses, sticky && stickyHeaderClasses, classNames == null ? void 0 : classNames.root),
7047
- children: /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)(
7084
+ children: /* @__PURE__ */ (0, import_jsx_runtime111.jsxs)(
7048
7085
  "div",
7049
7086
  {
7050
7087
  className: cn(
@@ -7052,7 +7089,7 @@ var Header = ({
7052
7089
  classNames == null ? void 0 : classNames.inner
7053
7090
  ),
7054
7091
  children: [
7055
- /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
7092
+ /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
7056
7093
  "div",
7057
7094
  {
7058
7095
  className: cn(
@@ -7062,7 +7099,7 @@ var Header = ({
7062
7099
  children: wrappedLogo
7063
7100
  }
7064
7101
  ),
7065
- searchContent ? /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
7102
+ searchContent ? /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
7066
7103
  "div",
7067
7104
  {
7068
7105
  className: cn(
@@ -7073,7 +7110,7 @@ var Header = ({
7073
7110
  children: searchContent
7074
7111
  }
7075
7112
  ) : null,
7076
- /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
7113
+ /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
7077
7114
  "div",
7078
7115
  {
7079
7116
  className: cn(
@@ -7136,7 +7173,7 @@ var resolveInlineAlertHasAction = ({
7136
7173
  };
7137
7174
 
7138
7175
  // src/primitives/inline-alert/index.tsx
7139
- var import_jsx_runtime111 = require("react/jsx-runtime");
7176
+ var import_jsx_runtime112 = require("react/jsx-runtime");
7140
7177
  var InlineAlert = ({
7141
7178
  tone = INLINE_ALERT_DEFAULT_TONE,
7142
7179
  variant,
@@ -7150,7 +7187,7 @@ var InlineAlert = ({
7150
7187
  const resolvedVariant = resolveInlineAlertVariant({ tone, variant });
7151
7188
  const hasAction = resolveInlineAlertHasAction({ actionLabel, onAction });
7152
7189
  const { ariaLive, role } = INLINE_ALERT_LIVE_REGION_CONFIG[tone];
7153
- return /* @__PURE__ */ (0, import_jsx_runtime111.jsxs)(
7190
+ return /* @__PURE__ */ (0, import_jsx_runtime112.jsxs)(
7154
7191
  "div",
7155
7192
  {
7156
7193
  className: cn(
@@ -7162,7 +7199,7 @@ var InlineAlert = ({
7162
7199
  "aria-live": ariaLive,
7163
7200
  "aria-label": ariaLabel,
7164
7201
  children: [
7165
- /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
7202
+ /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
7166
7203
  Icon,
7167
7204
  {
7168
7205
  name: INLINE_ALERT_TONE_ICON_NAME[tone],
@@ -7170,14 +7207,14 @@ var InlineAlert = ({
7170
7207
  "aria-hidden": "true"
7171
7208
  }
7172
7209
  ),
7173
- /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
7210
+ /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
7174
7211
  "div",
7175
7212
  {
7176
7213
  className: cn(
7177
7214
  "min-w-0",
7178
7215
  resolvedVariant === "plain" && !hasAction ? "flex-none text-center" : "flex-1"
7179
7216
  ),
7180
- children: /* @__PURE__ */ (0, import_jsx_runtime111.jsxs)(
7217
+ children: /* @__PURE__ */ (0, import_jsx_runtime112.jsxs)(
7181
7218
  "div",
7182
7219
  {
7183
7220
  className: cn(
@@ -7186,14 +7223,14 @@ var InlineAlert = ({
7186
7223
  resolvedVariant === "plain" && !hasAction ? "items-center" : null
7187
7224
  ),
7188
7225
  children: [
7189
- title2 ? /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("p", { className: "text-agg-sm font-agg-bold leading-agg-5 text-agg-foreground", children: title2 }) : null,
7190
- /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("p", { className: "text-agg-sm leading-agg-5 text-agg-foreground wrap-break-word", children: message })
7226
+ title2 ? /* @__PURE__ */ (0, import_jsx_runtime112.jsx)("p", { className: "text-agg-sm font-agg-bold leading-agg-5 text-agg-foreground", children: title2 }) : null,
7227
+ /* @__PURE__ */ (0, import_jsx_runtime112.jsx)("p", { className: "text-agg-sm leading-agg-5 text-agg-foreground wrap-break-word", children: message })
7191
7228
  ]
7192
7229
  }
7193
7230
  )
7194
7231
  }
7195
7232
  ),
7196
- hasAction ? /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
7233
+ hasAction ? /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
7197
7234
  "button",
7198
7235
  {
7199
7236
  type: "button",
@@ -7231,7 +7268,7 @@ var resolveLoadingIconAriaLabel = ({
7231
7268
  };
7232
7269
 
7233
7270
  // src/primitives/loading-icon/index.tsx
7234
- var import_jsx_runtime112 = require("react/jsx-runtime");
7271
+ var import_jsx_runtime113 = require("react/jsx-runtime");
7235
7272
  var LoadingIcon = ({
7236
7273
  size = LOADING_ICON_DEFAULT_SIZE,
7237
7274
  variant = "default",
@@ -7242,7 +7279,7 @@ var LoadingIcon = ({
7242
7279
  const {
7243
7280
  features: { enableAnimations }
7244
7281
  } = (0, import_hooks28.useSdkUiConfig)();
7245
- return /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
7282
+ return /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
7246
7283
  "span",
7247
7284
  {
7248
7285
  role: "status",
@@ -7255,7 +7292,7 @@ var LoadingIcon = ({
7255
7292
  "inline-grid place-items-center text-agg-primary will-change-transform",
7256
7293
  className
7257
7294
  ),
7258
- children: /* @__PURE__ */ (0, import_jsx_runtime112.jsx)("span", { className: "inline-grid place-items-center", "aria-hidden": "true", children: /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
7295
+ children: /* @__PURE__ */ (0, import_jsx_runtime113.jsx)("span", { className: "inline-grid place-items-center", "aria-hidden": "true", children: /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
7259
7296
  "svg",
7260
7297
  {
7261
7298
  viewBox: LOADING_ICON_SVG_VIEW_BOX,
@@ -7263,8 +7300,8 @@ var LoadingIcon = ({
7263
7300
  "block",
7264
7301
  variant === "prominent" ? LOADING_ICON_PROMINENT_FRAME_CLASS : iconSizeClasses[size]
7265
7302
  ),
7266
- children: variant === "prominent" ? /* @__PURE__ */ (0, import_jsx_runtime112.jsxs)("g", { children: [
7267
- enableAnimations ? /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
7303
+ children: variant === "prominent" ? /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)("g", { children: [
7304
+ enableAnimations ? /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
7268
7305
  "animateTransform",
7269
7306
  {
7270
7307
  attributeName: "transform",
@@ -7276,7 +7313,7 @@ var LoadingIcon = ({
7276
7313
  repeatCount: "indefinite"
7277
7314
  }
7278
7315
  ) : null,
7279
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
7316
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
7280
7317
  "circle",
7281
7318
  {
7282
7319
  cx: "22",
@@ -7290,8 +7327,8 @@ var LoadingIcon = ({
7290
7327
  strokeDasharray: LOADING_ICON_PROMINENT_DASHARRAY
7291
7328
  }
7292
7329
  )
7293
- ] }) : /* @__PURE__ */ (0, import_jsx_runtime112.jsxs)("g", { children: [
7294
- enableAnimations ? /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
7330
+ ] }) : /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)("g", { children: [
7331
+ enableAnimations ? /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
7295
7332
  "animateTransform",
7296
7333
  {
7297
7334
  attributeName: "transform",
@@ -7303,7 +7340,7 @@ var LoadingIcon = ({
7303
7340
  repeatCount: "indefinite"
7304
7341
  }
7305
7342
  ) : null,
7306
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
7343
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
7307
7344
  "circle",
7308
7345
  {
7309
7346
  cx: "22",
@@ -7315,8 +7352,8 @@ var LoadingIcon = ({
7315
7352
  strokeLinecap: "round",
7316
7353
  strokeDasharray: "60 100",
7317
7354
  strokeDashoffset: "0",
7318
- children: enableAnimations ? /* @__PURE__ */ (0, import_jsx_runtime112.jsxs)(import_jsx_runtime112.Fragment, { children: [
7319
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
7355
+ children: enableAnimations ? /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)(import_jsx_runtime113.Fragment, { children: [
7356
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
7320
7357
  "animate",
7321
7358
  {
7322
7359
  attributeName: "stroke-dasharray",
@@ -7325,7 +7362,7 @@ var LoadingIcon = ({
7325
7362
  repeatCount: "indefinite"
7326
7363
  }
7327
7364
  ),
7328
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
7365
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
7329
7366
  "animate",
7330
7367
  {
7331
7368
  attributeName: "stroke-dashoffset",
@@ -7370,7 +7407,7 @@ var resolveModalCloseIcon = ({
7370
7407
  };
7371
7408
 
7372
7409
  // src/primitives/modal/index.tsx
7373
- var import_jsx_runtime113 = require("react/jsx-runtime");
7410
+ var import_jsx_runtime114 = require("react/jsx-runtime");
7374
7411
  var Modal = ({
7375
7412
  open,
7376
7413
  onOpenChange,
@@ -7378,7 +7415,7 @@ var Modal = ({
7378
7415
  "aria-label": _ariaLabel,
7379
7416
  "aria-labelledby": _ariaLabelledBy
7380
7417
  }) => {
7381
- return /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(Dialog.Root, { open, onOpenChange, children });
7418
+ return /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Dialog.Root, { open, onOpenChange, children });
7382
7419
  };
7383
7420
  var ModalContainer = ({
7384
7421
  children,
@@ -7393,8 +7430,8 @@ var ModalContainer = ({
7393
7430
  } = (0, import_hooks29.useSdkUiConfig)();
7394
7431
  const overlayAnimationClassName = resolveModalOverlayAnimationClassName(enableAnimations);
7395
7432
  const panelAnimationClassName = resolveModalPanelAnimationClassName(enableAnimations);
7396
- return /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)(Dialog.Portal, { children: [
7397
- /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
7433
+ return /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)(Dialog.Portal, { children: [
7434
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7398
7435
  Dialog.Overlay,
7399
7436
  {
7400
7437
  className: cn(
@@ -7405,7 +7442,7 @@ var ModalContainer = ({
7405
7442
  )
7406
7443
  }
7407
7444
  ),
7408
- /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
7445
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7409
7446
  Dialog.Content,
7410
7447
  {
7411
7448
  className: cn(
@@ -7431,7 +7468,7 @@ var ModalContainer = ({
7431
7468
  event.preventDefault();
7432
7469
  }
7433
7470
  },
7434
- children: /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
7471
+ children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7435
7472
  "div",
7436
7473
  {
7437
7474
  className: cn(
@@ -7439,7 +7476,7 @@ var ModalContainer = ({
7439
7476
  "items-end md:items-center",
7440
7477
  "flex h-full min-h-0 w-full justify-center p-0 md:p-5"
7441
7478
  ),
7442
- children: /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
7479
+ children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7443
7480
  "div",
7444
7481
  {
7445
7482
  className: cn(
@@ -7481,12 +7518,12 @@ var ModalHeader = ({
7481
7518
  features: { enableAnimations }
7482
7519
  } = (0, import_hooks29.useSdkUiConfig)();
7483
7520
  const labels = (0, import_hooks29.useLabels)();
7484
- const defaultCloseIcon = /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(CloseIcon, { className: "h-6 w-6" });
7521
+ const defaultCloseIcon = /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(CloseIcon, { className: "h-6 w-6" });
7485
7522
  const resolvedCloseIcon = resolveModalCloseIcon({
7486
7523
  closeIcon,
7487
7524
  defaultCloseIcon
7488
7525
  });
7489
- return /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)(
7526
+ return /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)(
7490
7527
  "div",
7491
7528
  {
7492
7529
  className: cn(
@@ -7499,7 +7536,7 @@ var ModalHeader = ({
7499
7536
  classNames == null ? void 0 : classNames.root
7500
7537
  ),
7501
7538
  children: [
7502
- /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)(
7539
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)(
7503
7540
  "div",
7504
7541
  {
7505
7542
  className: cn(
@@ -7512,8 +7549,8 @@ var ModalHeader = ({
7512
7549
  classNames == null ? void 0 : classNames.container
7513
7550
  ),
7514
7551
  children: [
7515
- leftElement ? /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(import_jsx_runtime113.Fragment, { children: leftElement }) : null,
7516
- /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)(
7552
+ leftElement ? /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(import_jsx_runtime114.Fragment, { children: leftElement }) : null,
7553
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)(
7517
7554
  "div",
7518
7555
  {
7519
7556
  className: cn(
@@ -7522,7 +7559,7 @@ var ModalHeader = ({
7522
7559
  classNames == null ? void 0 : classNames.titleContainer
7523
7560
  ),
7524
7561
  children: [
7525
- /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
7562
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7526
7563
  Dialog.Title,
7527
7564
  {
7528
7565
  className: cn(
@@ -7536,7 +7573,7 @@ var ModalHeader = ({
7536
7573
  children: title2
7537
7574
  }
7538
7575
  ),
7539
- subtitle ? /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
7576
+ subtitle ? /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7540
7577
  "span",
7541
7578
  {
7542
7579
  className: cn(
@@ -7550,9 +7587,9 @@ var ModalHeader = ({
7550
7587
  ]
7551
7588
  }
7552
7589
  ),
7553
- /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)("div", { className: "agg-modal-header-actions flex flex-row items-center justify-end gap-6", children: [
7554
- rightElement ? /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(import_jsx_runtime113.Fragment, { children: rightElement }) : null,
7555
- !hideClose && /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
7590
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("div", { className: "agg-modal-header-actions flex flex-row items-center justify-end gap-6", children: [
7591
+ rightElement ? /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(import_jsx_runtime114.Fragment, { children: rightElement }) : null,
7592
+ !hideClose && /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7556
7593
  Dialog.Close,
7557
7594
  {
7558
7595
  className: cn(
@@ -7569,14 +7606,14 @@ var ModalHeader = ({
7569
7606
  ]
7570
7607
  }
7571
7608
  ),
7572
- children ? /* @__PURE__ */ (0, import_jsx_runtime113.jsx)("div", { className: "agg-modal-header-extra", children }) : null
7609
+ children ? /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("div", { className: "agg-modal-header-extra", children }) : null
7573
7610
  ]
7574
7611
  }
7575
7612
  );
7576
7613
  };
7577
7614
  Modal.Header = ModalHeader;
7578
7615
  var ModalBody = ({ children, classNames }) => {
7579
- return /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
7616
+ return /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7580
7617
  "div",
7581
7618
  {
7582
7619
  className: cn(
@@ -7597,7 +7634,7 @@ var ModalFooter = ({
7597
7634
  classNames,
7598
7635
  hideBorder = false
7599
7636
  }) => {
7600
- return /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
7637
+ return /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7601
7638
  "div",
7602
7639
  {
7603
7640
  className: cn(
@@ -7620,7 +7657,7 @@ Modal.displayName = "Modal";
7620
7657
  // src/primitives/number-value.tsx
7621
7658
  var import_react10 = require("react");
7622
7659
  var import_hooks30 = require("@agg-build/hooks");
7623
- var import_jsx_runtime114 = require("react/jsx-runtime");
7660
+ var import_jsx_runtime115 = require("react/jsx-runtime");
7624
7661
  var NumberValue = ({
7625
7662
  value,
7626
7663
  format = "number",
@@ -7654,7 +7691,7 @@ var NumberValue = ({
7654
7691
  formatPercent,
7655
7692
  value
7656
7693
  ]);
7657
- return /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: cn("font-agg-sans", className), "aria-label": ariaLabel, children: formatted });
7694
+ return /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("span", { className: cn("font-agg-sans", className), "aria-label": ariaLabel, children: formatted });
7658
7695
  };
7659
7696
  NumberValue.displayName = "NumberValue";
7660
7697
 
@@ -7681,7 +7718,7 @@ var resolveIsSelectDisabled = ({
7681
7718
  };
7682
7719
 
7683
7720
  // src/primitives/select/index.tsx
7684
- var import_jsx_runtime115 = require("react/jsx-runtime");
7721
+ var import_jsx_runtime116 = require("react/jsx-runtime");
7685
7722
  var SELECT_DROPDOWN_Z = 1e4;
7686
7723
  function resolveSelectPortalContainer(triggerRoot) {
7687
7724
  var _a, _b;
@@ -7754,7 +7791,7 @@ var Select = ({
7754
7791
  return () => document.removeEventListener("keydown", handleKeyDown);
7755
7792
  }, [isOpen, handleClose]);
7756
7793
  const triggerRadiusClass = triggerClassName != null ? triggerClassName : "rounded-agg-md";
7757
- const listbox = menuRect ? /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
7794
+ const listbox = menuRect ? /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
7758
7795
  "div",
7759
7796
  {
7760
7797
  ref: portalRef,
@@ -7771,7 +7808,7 @@ var Select = ({
7771
7808
  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",
7772
7809
  children: items.map((item) => {
7773
7810
  const isSelected = item.value === value;
7774
- return /* @__PURE__ */ (0, import_jsx_runtime115.jsxs)(
7811
+ return /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)(
7775
7812
  "button",
7776
7813
  {
7777
7814
  type: "button",
@@ -7793,8 +7830,8 @@ var Select = ({
7793
7830
  handleClose();
7794
7831
  },
7795
7832
  children: [
7796
- isSelected ? /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("div", { className: "absolute left-0 top-0 bottom-0 w-1 bg-agg-primary" }) : null,
7797
- item.icon ? /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("span", { className: "h-4 w-4 shrink-0 [&_svg]:h-full [&_svg]:w-full", children: item.icon }) : item.iconUrl ? /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
7833
+ isSelected ? /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("div", { className: "absolute left-0 top-0 bottom-0 w-1 bg-agg-primary" }) : null,
7834
+ item.icon ? /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("span", { className: "h-4 w-4 shrink-0 [&_svg]:h-full [&_svg]:w-full", children: item.icon }) : item.iconUrl ? /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
7798
7835
  RemoteImage,
7799
7836
  {
7800
7837
  src: item.iconUrl,
@@ -7802,7 +7839,7 @@ var Select = ({
7802
7839
  className: "agg-select-item-icon h-4 w-4 shrink-0 rounded-sm object-contain"
7803
7840
  }
7804
7841
  ) : null,
7805
- /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("span", { className: "agg-select-item-label truncate", children: item.label })
7842
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("span", { className: "agg-select-item-label truncate", children: item.label })
7806
7843
  ]
7807
7844
  },
7808
7845
  item.value
@@ -7810,13 +7847,13 @@ var Select = ({
7810
7847
  })
7811
7848
  }
7812
7849
  ) : null;
7813
- return /* @__PURE__ */ (0, import_jsx_runtime115.jsxs)(
7850
+ return /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)(
7814
7851
  "div",
7815
7852
  {
7816
7853
  ref: containerRef,
7817
7854
  className: cn("group/agg-select", "relative inline-flex w-full", className),
7818
7855
  children: [
7819
- /* @__PURE__ */ (0, import_jsx_runtime115.jsxs)(
7856
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)(
7820
7857
  "button",
7821
7858
  {
7822
7859
  type: "button",
@@ -7838,7 +7875,7 @@ var Select = ({
7838
7875
  ),
7839
7876
  onClick: () => setIsOpen((previousValue) => !previousValue),
7840
7877
  children: [
7841
- (selectedItem == null ? void 0 : selectedItem.icon) ? /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("span", { className: "h-4 w-4 shrink-0 [&_svg]:h-full [&_svg]:w-full", children: selectedItem.icon }) : (selectedItem == null ? void 0 : selectedItem.iconUrl) ? /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
7878
+ (selectedItem == null ? void 0 : selectedItem.icon) ? /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("span", { className: "h-4 w-4 shrink-0 [&_svg]:h-full [&_svg]:w-full", children: selectedItem.icon }) : (selectedItem == null ? void 0 : selectedItem.iconUrl) ? /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
7842
7879
  RemoteImage,
7843
7880
  {
7844
7881
  src: selectedItem.iconUrl,
@@ -7846,11 +7883,11 @@ var Select = ({
7846
7883
  className: "agg-select-icon h-4 w-4 shrink-0 rounded-sm object-contain"
7847
7884
  }
7848
7885
  ) : null,
7849
- /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("span", { className: "agg-select-value flex-1 truncate", children: (_a = selectedItem == null ? void 0 : selectedItem.label) != null ? _a : "" })
7886
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("span", { className: "agg-select-value flex-1 truncate", children: (_a = selectedItem == null ? void 0 : selectedItem.label) != null ? _a : "" })
7850
7887
  ]
7851
7888
  }
7852
7889
  ),
7853
- /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("span", { className: "agg-select-chevron pointer-events-none absolute inset-y-0 right-3 inline-flex items-center justify-center text-agg-muted-foreground", children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(Icon, { name: "chevron-down-thin", size: "small", color: "currentColor" }) }),
7890
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("span", { className: "agg-select-chevron pointer-events-none absolute inset-y-0 right-3 inline-flex items-center justify-center text-agg-muted-foreground", children: /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(Icon, { name: "chevron-down-thin", size: "small", color: "currentColor" }) }),
7854
7891
  isOpen && typeof document !== "undefined" && listbox ? (0, import_react_dom.createPortal)(listbox, resolveSelectPortalContainer(containerRef.current)) : null
7855
7892
  ]
7856
7893
  }
@@ -7957,14 +7994,14 @@ var getTypographyClassName = ({
7957
7994
  };
7958
7995
 
7959
7996
  // src/primitives/typography/index.tsx
7960
- var import_jsx_runtime116 = require("react/jsx-runtime");
7997
+ var import_jsx_runtime117 = require("react/jsx-runtime");
7961
7998
  var Typography = ({
7962
7999
  as: Component2 = "p",
7963
8000
  variant = "body",
7964
8001
  className,
7965
8002
  children
7966
8003
  }) => {
7967
- return /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(Component2, { className: getTypographyClassName({ className, variant }), children });
8004
+ return /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(Component2, { className: getTypographyClassName({ className, variant }), children });
7968
8005
  };
7969
8006
  Typography.displayName = "Typography";
7970
8007
 
@@ -7977,7 +8014,7 @@ var resolveStateMessageHasAction = ({ onAction }) => {
7977
8014
  };
7978
8015
 
7979
8016
  // src/primitives/state-message/index.tsx
7980
- var import_jsx_runtime117 = require("react/jsx-runtime");
8017
+ var import_jsx_runtime118 = require("react/jsx-runtime");
7981
8018
  var StateMessage = ({
7982
8019
  icon,
7983
8020
  title: title2,
@@ -7991,7 +8028,7 @@ var StateMessage = ({
7991
8028
  className: cn(STATE_MESSAGE_ICON_CLASS_NAME, icon.props.className, classNames == null ? void 0 : classNames.icon),
7992
8029
  "aria-hidden": true
7993
8030
  });
7994
- return /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
8031
+ return /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
7995
8032
  "div",
7996
8033
  {
7997
8034
  className: cn(
@@ -8002,7 +8039,7 @@ var StateMessage = ({
8002
8039
  role: "status",
8003
8040
  "aria-live": "polite",
8004
8041
  "aria-label": title2,
8005
- children: /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)(
8042
+ children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(
8006
8043
  "div",
8007
8044
  {
8008
8045
  className: cn(
@@ -8011,7 +8048,7 @@ var StateMessage = ({
8011
8048
  ),
8012
8049
  children: [
8013
8050
  resolvedIcon,
8014
- /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)(
8051
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(
8015
8052
  "div",
8016
8053
  {
8017
8054
  className: cn(
@@ -8019,8 +8056,8 @@ var StateMessage = ({
8019
8056
  classNames == null ? void 0 : classNames.text
8020
8057
  ),
8021
8058
  children: [
8022
- /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(Typography, { variant: "body-strong", className: classNames == null ? void 0 : classNames.title, children: title2 }),
8023
- description ? /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
8059
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Typography, { variant: "body-strong", className: classNames == null ? void 0 : classNames.title, children: title2 }),
8060
+ description ? /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
8024
8061
  Typography,
8025
8062
  {
8026
8063
  variant: "label",
@@ -8031,7 +8068,7 @@ var StateMessage = ({
8031
8068
  ]
8032
8069
  }
8033
8070
  ),
8034
- hasAction ? /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
8071
+ hasAction ? /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
8035
8072
  Button,
8036
8073
  {
8037
8074
  variant: "tertiary",
@@ -8086,7 +8123,7 @@ var findEdgeEnabledIndex = (items, direction) => {
8086
8123
  };
8087
8124
 
8088
8125
  // src/primitives/tabs/index.tsx
8089
- var import_jsx_runtime118 = require("react/jsx-runtime");
8126
+ var import_jsx_runtime119 = require("react/jsx-runtime");
8090
8127
  var getTabButtonClassName = ({
8091
8128
  enableAnimations,
8092
8129
  isBarVariant,
@@ -8418,7 +8455,7 @@ var Tabs = ({
8418
8455
  });
8419
8456
  }, [enableAnimations, renderedItems, shouldUseOverflowScroll, value]);
8420
8457
  if (shouldUseOverflowSelect) {
8421
- return /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: cn("group/agg-tabs w-full", className, classNames == null ? void 0 : classNames.root), children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
8458
+ return /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("div", { className: cn("group/agg-tabs w-full", className, classNames == null ? void 0 : classNames.root), children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
8422
8459
  Select,
8423
8460
  {
8424
8461
  ariaLabel,
@@ -8430,7 +8467,7 @@ var Tabs = ({
8430
8467
  }
8431
8468
  ) });
8432
8469
  }
8433
- return /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(
8470
+ return /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(
8434
8471
  "div",
8435
8472
  {
8436
8473
  className: cn(
@@ -8441,7 +8478,7 @@ var Tabs = ({
8441
8478
  classNames == null ? void 0 : classNames.root
8442
8479
  ),
8443
8480
  children: [
8444
- /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(
8481
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(
8445
8482
  "div",
8446
8483
  {
8447
8484
  ref: tabListRef,
@@ -8459,7 +8496,7 @@ var Tabs = ({
8459
8496
  var _a;
8460
8497
  const isActive = item.value === value;
8461
8498
  const isComingSoon = (_a = item == null ? void 0 : item.isComingSoon) != null ? _a : false;
8462
- return /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(
8499
+ return /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(
8463
8500
  "button",
8464
8501
  {
8465
8502
  ref: (buttonElement) => {
@@ -8493,7 +8530,7 @@ var Tabs = ({
8493
8530
  ),
8494
8531
  children: [
8495
8532
  item.icon ? item.icon : null,
8496
- /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(
8533
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(
8497
8534
  "span",
8498
8535
  {
8499
8536
  className: cn(
@@ -8511,7 +8548,7 @@ var Tabs = ({
8511
8548
  item.value
8512
8549
  );
8513
8550
  }),
8514
- !isBarVariant ? /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
8551
+ !isBarVariant ? /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
8515
8552
  "span",
8516
8553
  {
8517
8554
  "aria-hidden": true,
@@ -8530,8 +8567,8 @@ var Tabs = ({
8530
8567
  ]
8531
8568
  }
8532
8569
  ),
8533
- shouldUseOverflowScroll && !isBarVariant ? /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(import_jsx_runtime118.Fragment, { children: [
8534
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
8570
+ shouldUseOverflowScroll && !isBarVariant ? /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(import_jsx_runtime119.Fragment, { children: [
8571
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
8535
8572
  "span",
8536
8573
  {
8537
8574
  "aria-hidden": true,
@@ -8543,7 +8580,7 @@ var Tabs = ({
8543
8580
  )
8544
8581
  }
8545
8582
  ),
8546
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
8583
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
8547
8584
  "span",
8548
8585
  {
8549
8586
  "aria-hidden": true,
@@ -8565,7 +8602,7 @@ Tabs.displayName = "Tabs";
8565
8602
  // src/primitives/toast/index.tsx
8566
8603
  var RadixToast = __toESM(require("@radix-ui/react-toast"));
8567
8604
  var import_react14 = require("react");
8568
- var import_jsx_runtime119 = require("react/jsx-runtime");
8605
+ var import_jsx_runtime120 = require("react/jsx-runtime");
8569
8606
  var DEFAULT_DURATION_MS = 5e3;
8570
8607
  var TONE_ACCENT_CLASS = {
8571
8608
  info: "text-agg-primary",
@@ -8612,9 +8649,9 @@ function ToastProvider({
8612
8649
  },
8613
8650
  [defaultDurationMs]
8614
8651
  );
8615
- return /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(ToastContext.Provider, { value: { toast, dismiss }, children: /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(RadixToast.Provider, { swipeDirection, swipeThreshold, children: [
8652
+ return /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(ToastContext.Provider, { value: { toast, dismiss }, children: /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)(RadixToast.Provider, { swipeDirection, swipeThreshold, children: [
8616
8653
  children,
8617
- toasts.map((entry) => /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
8654
+ toasts.map((entry) => /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
8618
8655
  ToastRow,
8619
8656
  {
8620
8657
  entry,
@@ -8624,7 +8661,7 @@ function ToastProvider({
8624
8661
  },
8625
8662
  entry.id
8626
8663
  )),
8627
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
8664
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
8628
8665
  RadixToast.Viewport,
8629
8666
  {
8630
8667
  className: cn(
@@ -8637,7 +8674,7 @@ function ToastProvider({
8637
8674
  }
8638
8675
  function ToastRow({ entry, onOpenChange }) {
8639
8676
  const duration = entry.durationMs === 0 || !Number.isFinite(entry.durationMs) ? Number.POSITIVE_INFINITY : entry.durationMs;
8640
- return /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(
8677
+ return /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)(
8641
8678
  RadixToast.Root,
8642
8679
  {
8643
8680
  duration,
@@ -8651,7 +8688,7 @@ function ToastRow({ entry, onOpenChange }) {
8651
8688
  "data-[swipe=end]:animate-out data-[swipe=end]:slide-out-to-right-full"
8652
8689
  ),
8653
8690
  children: [
8654
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
8691
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
8655
8692
  Icon,
8656
8693
  {
8657
8694
  name: TONE_ICON_NAME[entry.tone],
@@ -8659,16 +8696,16 @@ function ToastRow({ entry, onOpenChange }) {
8659
8696
  "aria-hidden": "true"
8660
8697
  }
8661
8698
  ),
8662
- /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("div", { className: "min-w-0 flex-1", children: [
8663
- entry.title ? /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(RadixToast.Title, { className: "font-agg-sans text-agg-sm leading-agg-5 font-agg-bold text-agg-foreground", children: entry.title }) : null,
8664
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(RadixToast.Description, { className: "font-agg-sans text-agg-sm leading-agg-5 font-agg-normal text-agg-foreground wrap-break-word", children: entry.message })
8699
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { className: "min-w-0 flex-1", children: [
8700
+ entry.title ? /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(RadixToast.Title, { className: "font-agg-sans text-agg-sm leading-agg-5 font-agg-bold text-agg-foreground", children: entry.title }) : null,
8701
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(RadixToast.Description, { className: "font-agg-sans text-agg-sm leading-agg-5 font-agg-normal text-agg-foreground wrap-break-word", children: entry.message })
8665
8702
  ] }),
8666
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
8703
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
8667
8704
  RadixToast.Close,
8668
8705
  {
8669
8706
  "aria-label": "Dismiss",
8670
8707
  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",
8671
- children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(Icon, { name: "close", className: "h-4! w-4!", "aria-hidden": "true" })
8708
+ children: /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(Icon, { name: "close", className: "h-4! w-4!", "aria-hidden": "true" })
8672
8709
  }
8673
8710
  )
8674
8711
  ]
@@ -8718,7 +8755,7 @@ var resolveTooltipArrowDimensions = (size) => {
8718
8755
  };
8719
8756
 
8720
8757
  // src/primitives/tooltip/index.tsx
8721
- var import_jsx_runtime120 = require("react/jsx-runtime");
8758
+ var import_jsx_runtime121 = require("react/jsx-runtime");
8722
8759
  var Tooltip = ({
8723
8760
  content,
8724
8761
  children,
@@ -8734,22 +8771,22 @@ var Tooltip = ({
8734
8771
  } = (0, import_hooks34.useSdkUiConfig)();
8735
8772
  const trigger = (0, import_react15.useMemo)(() => {
8736
8773
  if (children) return children;
8737
- return /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
8774
+ return /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
8738
8775
  "button",
8739
8776
  {
8740
8777
  type: "button",
8741
8778
  className: resolveTooltipTriggerClassName(classNames == null ? void 0 : classNames.trigger),
8742
8779
  "aria-label": ariaLabel != null ? ariaLabel : defaultTooltipTriggerAriaLabel,
8743
- children: /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(Icon, { name: "info", size: "small", "aria-hidden": true })
8780
+ children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(Icon, { name: "info", size: "small", "aria-hidden": true })
8744
8781
  }
8745
8782
  );
8746
8783
  }, [children, classNames == null ? void 0 : classNames.trigger, ariaLabel]);
8747
8784
  const { width: arrowWidth, height: arrowHeight } = resolveTooltipArrowDimensions(size);
8748
8785
  const arrowPoints = `0,0 ${arrowWidth},0 ${arrowWidth / 2},${arrowHeight}`;
8749
8786
  const arrowBorderPath = `M0 0 L${arrowWidth / 2} ${arrowHeight} L${arrowWidth} 0`;
8750
- return /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(TooltipPrimitive.Provider, { delayDuration, children: /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)(TooltipPrimitive.Root, { children: [
8751
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(TooltipPrimitive.Trigger, { asChild: true, children: trigger }),
8752
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(TooltipPrimitive.Portal, { children: /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)(
8787
+ return /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(TooltipPrimitive.Provider, { delayDuration, children: /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)(TooltipPrimitive.Root, { children: [
8788
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(TooltipPrimitive.Trigger, { asChild: true, children: trigger }),
8789
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(TooltipPrimitive.Portal, { children: /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)(
8753
8790
  TooltipPrimitive.Content,
8754
8791
  {
8755
8792
  side,
@@ -8771,7 +8808,7 @@ var Tooltip = ({
8771
8808
  classNames == null ? void 0 : classNames.content
8772
8809
  ),
8773
8810
  children: [
8774
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(TooltipPrimitive.Arrow, { asChild: true, width: arrowWidth, height: arrowHeight, children: /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)(
8811
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(TooltipPrimitive.Arrow, { asChild: true, width: arrowWidth, height: arrowHeight, children: /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)(
8775
8812
  "svg",
8776
8813
  {
8777
8814
  width: arrowWidth,
@@ -8780,8 +8817,8 @@ var Tooltip = ({
8780
8817
  "aria-hidden": "true",
8781
8818
  className: cn("overflow-visible", classNames == null ? void 0 : classNames.arrow),
8782
8819
  children: [
8783
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("polygon", { points: arrowPoints, className: "fill-agg-secondary" }),
8784
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
8820
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("polygon", { points: arrowPoints, className: "fill-agg-secondary" }),
8821
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
8785
8822
  "path",
8786
8823
  {
8787
8824
  d: arrowBorderPath,
@@ -8853,6 +8890,7 @@ Tooltip.displayName = "Tooltip";
8853
8890
  LineChart,
8854
8891
  LinkAccountsIcon,
8855
8892
  LoadingIcon,
8893
+ LockIcon,
8856
8894
  Modal,
8857
8895
  NumberValue,
8858
8896
  PaperPlaneIcon,