@agg-build/ui 1.2.8 → 1.2.9

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.
@@ -3,7 +3,7 @@ import {
3
3
  AGG_TERMS_OF_SERVICE_URL,
4
4
  Icon,
5
5
  cn
6
- } from "./chunk-HQRT3B3L.mjs";
6
+ } from "./chunk-QFW5NDJ6.mjs";
7
7
 
8
8
  // src/geo-block-banner/index.tsx
9
9
  import { useLabels } from "@agg-build/hooks";
@@ -17,7 +17,7 @@ import {
17
17
  selectPrimaryVenueMarket,
18
18
  skeletonViews,
19
19
  sortOutcomes
20
- } from "./chunk-HQRT3B3L.mjs";
20
+ } from "./chunk-QFW5NDJ6.mjs";
21
21
 
22
22
  // src/trading/trading-context/index.tsx
23
23
  import { useEventTradingContext } from "@agg-build/hooks";
@@ -34,7 +34,7 @@ import {
34
34
  getMotionClassName,
35
35
  shortenAddress,
36
36
  venueLogoLabels
37
- } from "./chunk-HQRT3B3L.mjs";
37
+ } from "./chunk-QFW5NDJ6.mjs";
38
38
 
39
39
  // src/deposit/index.tsx
40
40
  import { useEffect as useEffect3, useMemo, useRef, useState as useState2 } from "react";
@@ -7,10 +7,10 @@ import {
7
7
  getTradingValueLabel,
8
8
  getTradingVenueLabel,
9
9
  resolveOrderEligibilityMessage
10
- } from "./chunk-RPIYL7EA.mjs";
10
+ } from "./chunk-5PSAIGOT.mjs";
11
11
  import {
12
12
  GeoBlockBanner
13
- } from "./chunk-BW4DQYWM.mjs";
13
+ } from "./chunk-5MDFM2MX.mjs";
14
14
  import {
15
15
  AGG_TERMS_OF_SERVICE_URL,
16
16
  Button,
@@ -37,7 +37,7 @@ import {
37
37
  getMotionClassName,
38
38
  normalizeVenueMarketCluster,
39
39
  skeletonViews
40
- } from "./chunk-HQRT3B3L.mjs";
40
+ } from "./chunk-QFW5NDJ6.mjs";
41
41
 
42
42
  // src/trading/types.ts
43
43
  import { Venue, enumGuard, isFiniteNonNeg, safeParse } from "@agg-build/sdk";
@@ -21,7 +21,7 @@ import {
21
21
  resolveUnifiedOrderBookEntries,
22
22
  sortOutcomeSelectorOutcomes,
23
23
  useEventTradingContext
24
- } from "./chunk-RPIYL7EA.mjs";
24
+ } from "./chunk-5PSAIGOT.mjs";
25
25
  import {
26
26
  AutocompleteSelect,
27
27
  Badge,
@@ -73,7 +73,7 @@ import {
73
73
  sortMarketsByYesOddsDesc,
74
74
  sortOutcomes,
75
75
  splitEventsByLifecycle
76
- } from "./chunk-HQRT3B3L.mjs";
76
+ } from "./chunk-QFW5NDJ6.mjs";
77
77
 
78
78
  // src/events/item/index.tsx
79
79
  import {
@@ -9,13 +9,13 @@ import {
9
9
  isErrorWithStatus,
10
10
  useEventListTabs,
11
11
  useEventListTabsHeaderOverflow
12
- } from "./chunk-SMGKYWEP.mjs";
12
+ } from "./chunk-PFOSEY46.mjs";
13
13
  import {
14
14
  DEPOSIT_MODAL_OPEN_EVENT,
15
15
  PlaceOrder,
16
16
  SettlementDetails,
17
17
  WITHDRAW_MODAL_OPEN_EVENT
18
- } from "./chunk-U6YU5OE7.mjs";
18
+ } from "./chunk-K23CJ5UP.mjs";
19
19
  import {
20
20
  AggErrorBoundary,
21
21
  Button,
@@ -44,7 +44,7 @@ import {
44
44
  filterOpenEvents,
45
45
  resolveTabVenus,
46
46
  shortenAddress
47
- } from "./chunk-HQRT3B3L.mjs";
47
+ } from "./chunk-QFW5NDJ6.mjs";
48
48
 
49
49
  // src/pages/home/index.tsx
50
50
  import {
@@ -1853,7 +1853,7 @@ var StatusBadge = ({
1853
1853
  isWon ? "border-agg-success/50 bg-agg-success/10 text-agg-success" : "border-agg-muted-foreground/30 bg-agg-secondary-hover text-agg-foreground"
1854
1854
  ),
1855
1855
  children: [
1856
- /* @__PURE__ */ jsx6(Icon, { name: isWon ? "check-circle" : "hourglass-start", size: "small", className: "size-2.5" }),
1856
+ /* @__PURE__ */ jsx6(Icon, { name: isWon ? "check-circle" : "hourglass-start", size: "small", className: "size-2.5!" }),
1857
1857
  isWon ? labels.won : labels.open
1858
1858
  ]
1859
1859
  }
@@ -1893,7 +1893,7 @@ var TotalTradedCell = ({
1893
1893
  className
1894
1894
  }) => /* @__PURE__ */ jsxs6("div", { className: cn("flex flex-col gap-[2px] whitespace-nowrap", className), children: [
1895
1895
  /* @__PURE__ */ jsx6("p", { className: "font-agg-sans text-agg-base leading-agg-6 font-agg-bold text-agg-foreground", children: model.totalTraded.primaryLabel }),
1896
- /* @__PURE__ */ jsx6("p", { className: "font-agg-sans text-agg-sm leading-agg-5 font-agg-normal text-agg-muted-foreground", children: model.totalTraded.averageLabel })
1896
+ /* @__PURE__ */ jsx6("p", { className: "font-agg-sans text-agg-sm leading-agg-5 font-agg-normal text-agg-foreground", children: model.totalTraded.averageLabel })
1897
1897
  ] });
1898
1898
  var PositionValueCell = ({
1899
1899
  value,
@@ -2029,12 +2029,12 @@ var PositionRow = ({
2029
2029
  "button",
2030
2030
  {
2031
2031
  type: "button",
2032
- className: "ml-auto inline-flex h-8 items-center justify-center gap-1 rounded-agg-full px-2 font-agg-sans text-agg-sm leading-agg-5 font-agg-bold text-agg-accent disabled:cursor-not-allowed disabled:opacity-60",
2032
+ className: "ml-auto inline-flex h-8 cursor-pointer items-center justify-center gap-1 rounded-agg-full px-2 font-agg-sans text-agg-sm leading-agg-5 font-agg-bold text-agg-primary hover:text-agg-primary-hover disabled:cursor-not-allowed disabled:opacity-60",
2033
2033
  onClick: handleClaim,
2034
2034
  disabled: isClaiming,
2035
2035
  "aria-busy": isClaiming || void 0,
2036
2036
  children: [
2037
- isClaiming ? /* @__PURE__ */ jsx6(LoadingIcon, { size: "small", className: "text-agg-accent" }) : null,
2037
+ isClaiming ? /* @__PURE__ */ jsx6(LoadingIcon, { size: "small", className: "text-agg-primary" }) : null,
2038
2038
  labels.claim
2039
2039
  ]
2040
2040
  }
@@ -2062,13 +2062,13 @@ var PositionRow = ({
2062
2062
  className: "hidden w-[160px] shrink-0 md:flex"
2063
2063
  }
2064
2064
  ),
2065
- /* @__PURE__ */ jsxs6("div", { className: "hidden w-[100px] shrink-0 items-center gap-2 md:flex", children: [
2065
+ /* @__PURE__ */ jsxs6("div", { className: "hidden w-[100px] shrink-0 items-center gap-3 md:flex", children: [
2066
2066
  /* @__PURE__ */ jsx6(StatusBadge, { status: model.positionStatus, labels }),
2067
2067
  model.canClaim ? /* @__PURE__ */ jsxs6(
2068
2068
  "button",
2069
2069
  {
2070
2070
  type: "button",
2071
- className: "inline-flex h-6 items-center justify-center gap-1 rounded-agg-full font-agg-sans text-agg-sm leading-agg-5 font-agg-bold text-agg-primary disabled:cursor-not-allowed disabled:opacity-60",
2071
+ className: "inline-flex h-6 cursor-pointer items-center justify-center gap-1 rounded-agg-full font-agg-sans text-agg-sm leading-agg-5 font-agg-bold text-agg-primary hover:text-agg-primary-hover disabled:cursor-not-allowed disabled:opacity-60",
2072
2072
  onClick: handleClaim,
2073
2073
  disabled: isClaiming,
2074
2074
  "aria-busy": isClaiming || void 0,
@@ -1377,7 +1377,7 @@ var HourglassStartIcon = (_a) => {
1377
1377
  __spreadProps(__spreadValues(__spreadValues({
1378
1378
  width: "16",
1379
1379
  height: "16",
1380
- viewBox: "0 0 16 16",
1380
+ viewBox: "0 0 10 10",
1381
1381
  fill: "none",
1382
1382
  xmlns: "http://www.w3.org/2000/svg",
1383
1383
  className
@@ -1387,14 +1387,10 @@ var HourglassStartIcon = (_a) => {
1387
1387
  /* @__PURE__ */ jsx35(
1388
1388
  "path",
1389
1389
  {
1390
- d: "M4.25 1.5H11.75M4.25 14.5H11.75M5 1.5V4.6C5 5.2 5.27 5.76 5.73 6.14L8 8L5.73 9.86C5.27 10.24 5 10.8 5 11.4V14.5M11 1.5V4.6C11 5.2 10.73 5.76 10.27 6.14L8 8L10.27 9.86C10.73 10.24 11 10.8 11 11.4V14.5",
1391
- stroke: "currentColor",
1392
- strokeWidth: "1.4",
1393
- strokeLinecap: "round",
1394
- strokeLinejoin: "round"
1390
+ d: "M8.7324 1.90708C8.80282 1.43542 8.66324 0.95625 8.3499 0.5925C8.03115 0.2225 7.56907 0.0108337 7.08157 0.0108337H2.91907C2.43157 0.0108337 1.96949 0.223334 1.65115 0.593334C1.3374 0.9575 1.19824 1.43667 1.26907 1.90875C1.43824 3.03333 2.05449 4.07458 3.10282 5.01042C2.05407 5.94625 1.43782 6.9875 1.26907 8.11208C1.19824 8.58417 1.33782 9.06333 1.65115 9.4275C1.96949 9.79792 2.43199 10.0096 2.91907 10.0096H7.08157C7.56907 10.0096 8.03115 9.79792 8.3499 9.42792C8.66324 9.06417 8.80282 8.585 8.7324 8.11375C8.56449 6.99292 7.9474 5.95083 6.89657 5.01C7.9474 4.06917 8.56449 3.0275 8.7324 1.90708ZM7.46949 1.83333C7.05949 2.84667 6.19824 3.67583 5.54907 4.1925L5.26157 4.42208C5.10949 4.54292 4.8949 4.54292 4.74282 4.42292L4.44949 4.19C3.80074 3.67708 2.94157 2.85167 2.53074 1.83333C2.47865 1.70458 2.49449 1.55917 2.57157 1.44417C2.64907 1.32958 2.77865 1.26083 2.91699 1.26083H7.08365C7.2224 1.26083 7.35199 1.32917 7.42907 1.44417C7.50657 1.55875 7.52157 1.705 7.46949 1.83333ZM5.0299 3.54083L5.00074 3.56417L4.96657 3.53708C4.53032 3.19208 3.9874 2.69167 3.60365 2.09458H6.39615C6.01115 2.69 5.4674 3.19292 5.03032 3.54125L5.0299 3.54083Z",
1391
+ fill: "currentColor"
1395
1392
  }
1396
- ),
1397
- /* @__PURE__ */ jsx35("path", { d: "M6.75 4.25H9.25L8 5.25L6.75 4.25Z", fill: "currentColor" })
1393
+ )
1398
1394
  ]
1399
1395
  })
1400
1396
  );
package/dist/events.js CHANGED
@@ -1127,7 +1127,7 @@ var HourglassStartIcon = (_a) => {
1127
1127
  __spreadProps(__spreadValues(__spreadValues({
1128
1128
  width: "16",
1129
1129
  height: "16",
1130
- viewBox: "0 0 16 16",
1130
+ viewBox: "0 0 10 10",
1131
1131
  fill: "none",
1132
1132
  xmlns: "http://www.w3.org/2000/svg",
1133
1133
  className
@@ -1137,14 +1137,10 @@ var HourglassStartIcon = (_a) => {
1137
1137
  /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
1138
1138
  "path",
1139
1139
  {
1140
- d: "M4.25 1.5H11.75M4.25 14.5H11.75M5 1.5V4.6C5 5.2 5.27 5.76 5.73 6.14L8 8L5.73 9.86C5.27 10.24 5 10.8 5 11.4V14.5M11 1.5V4.6C11 5.2 10.73 5.76 10.27 6.14L8 8L10.27 9.86C10.73 10.24 11 10.8 11 11.4V14.5",
1141
- stroke: "currentColor",
1142
- strokeWidth: "1.4",
1143
- strokeLinecap: "round",
1144
- strokeLinejoin: "round"
1140
+ d: "M8.7324 1.90708C8.80282 1.43542 8.66324 0.95625 8.3499 0.5925C8.03115 0.2225 7.56907 0.0108337 7.08157 0.0108337H2.91907C2.43157 0.0108337 1.96949 0.223334 1.65115 0.593334C1.3374 0.9575 1.19824 1.43667 1.26907 1.90875C1.43824 3.03333 2.05449 4.07458 3.10282 5.01042C2.05407 5.94625 1.43782 6.9875 1.26907 8.11208C1.19824 8.58417 1.33782 9.06333 1.65115 9.4275C1.96949 9.79792 2.43199 10.0096 2.91907 10.0096H7.08157C7.56907 10.0096 8.03115 9.79792 8.3499 9.42792C8.66324 9.06417 8.80282 8.585 8.7324 8.11375C8.56449 6.99292 7.9474 5.95083 6.89657 5.01C7.9474 4.06917 8.56449 3.0275 8.7324 1.90708ZM7.46949 1.83333C7.05949 2.84667 6.19824 3.67583 5.54907 4.1925L5.26157 4.42208C5.10949 4.54292 4.8949 4.54292 4.74282 4.42292L4.44949 4.19C3.80074 3.67708 2.94157 2.85167 2.53074 1.83333C2.47865 1.70458 2.49449 1.55917 2.57157 1.44417C2.64907 1.32958 2.77865 1.26083 2.91699 1.26083H7.08365C7.2224 1.26083 7.35199 1.32917 7.42907 1.44417C7.50657 1.55875 7.52157 1.705 7.46949 1.83333ZM5.0299 3.54083L5.00074 3.56417L4.96657 3.53708C4.53032 3.19208 3.9874 2.69167 3.60365 2.09458H6.39615C6.01115 2.69 5.4674 3.19292 5.03032 3.54125L5.0299 3.54083Z",
1141
+ fill: "currentColor"
1145
1142
  }
1146
- ),
1147
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { d: "M6.75 4.25H9.25L8 5.25L6.75 4.25Z", fill: "currentColor" })
1143
+ )
1148
1144
  ]
1149
1145
  })
1150
1146
  );
package/dist/events.mjs CHANGED
@@ -14,13 +14,13 @@ import {
14
14
  mergeVenueOutcomeOrderbooks,
15
15
  orderbookRowLimitDefault,
16
16
  useCenterOrderbookSpread
17
- } from "./chunk-SMGKYWEP.mjs";
17
+ } from "./chunk-PFOSEY46.mjs";
18
18
  import {
19
19
  formatProbabilityCents,
20
20
  resolveOrderBookRows,
21
21
  resolveUnifiedOrderBookEntries
22
- } from "./chunk-RPIYL7EA.mjs";
23
- import "./chunk-HQRT3B3L.mjs";
22
+ } from "./chunk-5PSAIGOT.mjs";
23
+ import "./chunk-QFW5NDJ6.mjs";
24
24
  export {
25
25
  EventList,
26
26
  EventListItem,
package/dist/index.js CHANGED
@@ -1581,7 +1581,7 @@ var HourglassStartIcon = (_a) => {
1581
1581
  __spreadProps(__spreadValues(__spreadValues({
1582
1582
  width: "16",
1583
1583
  height: "16",
1584
- viewBox: "0 0 16 16",
1584
+ viewBox: "0 0 10 10",
1585
1585
  fill: "none",
1586
1586
  xmlns: "http://www.w3.org/2000/svg",
1587
1587
  className
@@ -1591,14 +1591,10 @@ var HourglassStartIcon = (_a) => {
1591
1591
  /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
1592
1592
  "path",
1593
1593
  {
1594
- d: "M4.25 1.5H11.75M4.25 14.5H11.75M5 1.5V4.6C5 5.2 5.27 5.76 5.73 6.14L8 8L5.73 9.86C5.27 10.24 5 10.8 5 11.4V14.5M11 1.5V4.6C11 5.2 10.73 5.76 10.27 6.14L8 8L10.27 9.86C10.73 10.24 11 10.8 11 11.4V14.5",
1595
- stroke: "currentColor",
1596
- strokeWidth: "1.4",
1597
- strokeLinecap: "round",
1598
- strokeLinejoin: "round"
1594
+ d: "M8.7324 1.90708C8.80282 1.43542 8.66324 0.95625 8.3499 0.5925C8.03115 0.2225 7.56907 0.0108337 7.08157 0.0108337H2.91907C2.43157 0.0108337 1.96949 0.223334 1.65115 0.593334C1.3374 0.9575 1.19824 1.43667 1.26907 1.90875C1.43824 3.03333 2.05449 4.07458 3.10282 5.01042C2.05407 5.94625 1.43782 6.9875 1.26907 8.11208C1.19824 8.58417 1.33782 9.06333 1.65115 9.4275C1.96949 9.79792 2.43199 10.0096 2.91907 10.0096H7.08157C7.56907 10.0096 8.03115 9.79792 8.3499 9.42792C8.66324 9.06417 8.80282 8.585 8.7324 8.11375C8.56449 6.99292 7.9474 5.95083 6.89657 5.01C7.9474 4.06917 8.56449 3.0275 8.7324 1.90708ZM7.46949 1.83333C7.05949 2.84667 6.19824 3.67583 5.54907 4.1925L5.26157 4.42208C5.10949 4.54292 4.8949 4.54292 4.74282 4.42292L4.44949 4.19C3.80074 3.67708 2.94157 2.85167 2.53074 1.83333C2.47865 1.70458 2.49449 1.55917 2.57157 1.44417C2.64907 1.32958 2.77865 1.26083 2.91699 1.26083H7.08365C7.2224 1.26083 7.35199 1.32917 7.42907 1.44417C7.50657 1.55875 7.52157 1.705 7.46949 1.83333ZM5.0299 3.54083L5.00074 3.56417L4.96657 3.53708C4.53032 3.19208 3.9874 2.69167 3.60365 2.09458H6.39615C6.01115 2.69 5.4674 3.19292 5.03032 3.54125L5.0299 3.54083Z",
1595
+ fill: "currentColor"
1599
1596
  }
1600
- ),
1601
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { d: "M6.75 4.25H9.25L8 5.25L6.75 4.25Z", fill: "currentColor" })
1597
+ )
1602
1598
  ]
1603
1599
  })
1604
1600
  );
@@ -9799,7 +9795,7 @@ var AuthConnectButtonView = ({
9799
9795
  claimReadyCount > 0 ? /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
9800
9796
  "span",
9801
9797
  {
9802
- className: "inline-flex size-4 shrink-0 items-center justify-center rounded-full bg-linear-to-r from-agg-primary to-agg-primary-hover text-[10px] leading-[14px] font-agg-bold text-white uppercase",
9798
+ className: "inline-flex size-4 shrink-0 items-center justify-center rounded-full bg-linear-to-r from-agg-primary to-agg-primary-hover text-2.5 leading-3.5 font-agg-bold text-agg-foreground uppercase",
9803
9799
  "aria-label": resolveClaimBadgeAriaLabel(claimReadyCount),
9804
9800
  children: claimReadyCount
9805
9801
  }
@@ -21256,7 +21252,7 @@ var StatusBadge = ({
21256
21252
  isWon ? "border-agg-success/50 bg-agg-success/10 text-agg-success" : "border-agg-muted-foreground/30 bg-agg-secondary-hover text-agg-foreground"
21257
21253
  ),
21258
21254
  children: [
21259
- /* @__PURE__ */ (0, import_jsx_runtime148.jsx)(Icon, { name: isWon ? "check-circle" : "hourglass-start", size: "small", className: "size-2.5" }),
21255
+ /* @__PURE__ */ (0, import_jsx_runtime148.jsx)(Icon, { name: isWon ? "check-circle" : "hourglass-start", size: "small", className: "size-2.5!" }),
21260
21256
  isWon ? labels.won : labels.open
21261
21257
  ]
21262
21258
  }
@@ -21296,7 +21292,7 @@ var TotalTradedCell = ({
21296
21292
  className
21297
21293
  }) => /* @__PURE__ */ (0, import_jsx_runtime148.jsxs)("div", { className: cn("flex flex-col gap-[2px] whitespace-nowrap", className), children: [
21298
21294
  /* @__PURE__ */ (0, import_jsx_runtime148.jsx)("p", { className: "font-agg-sans text-agg-base leading-agg-6 font-agg-bold text-agg-foreground", children: model.totalTraded.primaryLabel }),
21299
- /* @__PURE__ */ (0, import_jsx_runtime148.jsx)("p", { className: "font-agg-sans text-agg-sm leading-agg-5 font-agg-normal text-agg-muted-foreground", children: model.totalTraded.averageLabel })
21295
+ /* @__PURE__ */ (0, import_jsx_runtime148.jsx)("p", { className: "font-agg-sans text-agg-sm leading-agg-5 font-agg-normal text-agg-foreground", children: model.totalTraded.averageLabel })
21300
21296
  ] });
21301
21297
  var PositionValueCell = ({
21302
21298
  value,
@@ -21432,12 +21428,12 @@ var PositionRow = ({
21432
21428
  "button",
21433
21429
  {
21434
21430
  type: "button",
21435
- className: "ml-auto inline-flex h-8 items-center justify-center gap-1 rounded-agg-full px-2 font-agg-sans text-agg-sm leading-agg-5 font-agg-bold text-agg-accent disabled:cursor-not-allowed disabled:opacity-60",
21431
+ className: "ml-auto inline-flex h-8 cursor-pointer items-center justify-center gap-1 rounded-agg-full px-2 font-agg-sans text-agg-sm leading-agg-5 font-agg-bold text-agg-primary hover:text-agg-primary-hover disabled:cursor-not-allowed disabled:opacity-60",
21436
21432
  onClick: handleClaim,
21437
21433
  disabled: isClaiming,
21438
21434
  "aria-busy": isClaiming || void 0,
21439
21435
  children: [
21440
- isClaiming ? /* @__PURE__ */ (0, import_jsx_runtime148.jsx)(LoadingIcon, { size: "small", className: "text-agg-accent" }) : null,
21436
+ isClaiming ? /* @__PURE__ */ (0, import_jsx_runtime148.jsx)(LoadingIcon, { size: "small", className: "text-agg-primary" }) : null,
21441
21437
  labels.claim
21442
21438
  ]
21443
21439
  }
@@ -21465,13 +21461,13 @@ var PositionRow = ({
21465
21461
  className: "hidden w-[160px] shrink-0 md:flex"
21466
21462
  }
21467
21463
  ),
21468
- /* @__PURE__ */ (0, import_jsx_runtime148.jsxs)("div", { className: "hidden w-[100px] shrink-0 items-center gap-2 md:flex", children: [
21464
+ /* @__PURE__ */ (0, import_jsx_runtime148.jsxs)("div", { className: "hidden w-[100px] shrink-0 items-center gap-3 md:flex", children: [
21469
21465
  /* @__PURE__ */ (0, import_jsx_runtime148.jsx)(StatusBadge, { status: model.positionStatus, labels }),
21470
21466
  model.canClaim ? /* @__PURE__ */ (0, import_jsx_runtime148.jsxs)(
21471
21467
  "button",
21472
21468
  {
21473
21469
  type: "button",
21474
- className: "inline-flex h-6 items-center justify-center gap-1 rounded-agg-full font-agg-sans text-agg-sm leading-agg-5 font-agg-bold text-agg-primary disabled:cursor-not-allowed disabled:opacity-60",
21470
+ className: "inline-flex h-6 cursor-pointer items-center justify-center gap-1 rounded-agg-full font-agg-sans text-agg-sm leading-agg-5 font-agg-bold text-agg-primary hover:text-agg-primary-hover disabled:cursor-not-allowed disabled:opacity-60",
21475
21471
  onClick: handleClaim,
21476
21472
  disabled: isClaiming,
21477
21473
  "aria-busy": isClaiming || void 0,
package/dist/index.mjs CHANGED
@@ -10,7 +10,7 @@ import {
10
10
  USER_PROFILE_TAB_POSITIONS,
11
11
  UserProfilePage,
12
12
  useHomePageModals
13
- } from "./chunk-2YVW6J5N.mjs";
13
+ } from "./chunk-PYKD4W4T.mjs";
14
14
  import {
15
15
  EventList,
16
16
  EventListItem,
@@ -25,7 +25,7 @@ import {
25
25
  mergeVenueOutcomeOrderbooks,
26
26
  orderbookRowLimitDefault,
27
27
  useCenterOrderbookSpread
28
- } from "./chunk-SMGKYWEP.mjs";
28
+ } from "./chunk-PFOSEY46.mjs";
29
29
  import {
30
30
  CARD_NETWORK_OPTIONS,
31
31
  ConnectAccountsStep,
@@ -40,7 +40,7 @@ import {
40
40
  WithdrawModal,
41
41
  clearPendingCardSession,
42
42
  getPendingCardSession
43
- } from "./chunk-IIEE4FVO.mjs";
43
+ } from "./chunk-7JKGAWU5.mjs";
44
44
  import {
45
45
  DEPOSIT_MODAL_OPEN_EVENT,
46
46
  PlaceOrder,
@@ -52,7 +52,7 @@ import {
52
52
  parseVenue,
53
53
  requestAggDepositModalOpen,
54
54
  requestAggWithdrawModalOpen
55
- } from "./chunk-U6YU5OE7.mjs";
55
+ } from "./chunk-K23CJ5UP.mjs";
56
56
  import {
57
57
  SETTLEMENT_SECTION_ID,
58
58
  Settlement,
@@ -70,10 +70,10 @@ import {
70
70
  resolveOrderBookRows,
71
71
  resolveUnifiedOrderBookEntries,
72
72
  useEventTradingContext
73
- } from "./chunk-RPIYL7EA.mjs";
73
+ } from "./chunk-5PSAIGOT.mjs";
74
74
  import {
75
75
  GeoBlockBanner
76
- } from "./chunk-BW4DQYWM.mjs";
76
+ } from "./chunk-5MDFM2MX.mjs";
77
77
  import {
78
78
  AGG_DEFAULT_URL,
79
79
  AGG_DOCS_URL,
@@ -187,7 +187,7 @@ import {
187
187
  typographyVariants,
188
188
  useToast,
189
189
  venueLogoNames
190
- } from "./chunk-HQRT3B3L.mjs";
190
+ } from "./chunk-QFW5NDJ6.mjs";
191
191
 
192
192
  // src/auth/connect-button-view/index.tsx
193
193
  import { optimizedImageUrl, useAggAuthContext, useLabels, useSdkUiConfig } from "@agg-build/hooks";
@@ -664,7 +664,7 @@ var AuthConnectButtonView = ({
664
664
  claimReadyCount > 0 ? /* @__PURE__ */ jsx(
665
665
  "span",
666
666
  {
667
- className: "inline-flex size-4 shrink-0 items-center justify-center rounded-full bg-linear-to-r from-agg-primary to-agg-primary-hover text-[10px] leading-[14px] font-agg-bold text-white uppercase",
667
+ className: "inline-flex size-4 shrink-0 items-center justify-center rounded-full bg-linear-to-r from-agg-primary to-agg-primary-hover text-2.5 leading-3.5 font-agg-bold text-agg-foreground uppercase",
668
668
  "aria-label": resolveClaimBadgeAriaLabel(claimReadyCount),
669
669
  children: claimReadyCount
670
670
  }
package/dist/modals.js CHANGED
@@ -2136,7 +2136,7 @@ var HourglassStartIcon = (_a) => {
2136
2136
  __spreadProps(__spreadValues(__spreadValues({
2137
2137
  width: "16",
2138
2138
  height: "16",
2139
- viewBox: "0 0 16 16",
2139
+ viewBox: "0 0 10 10",
2140
2140
  fill: "none",
2141
2141
  xmlns: "http://www.w3.org/2000/svg",
2142
2142
  className
@@ -2146,14 +2146,10 @@ var HourglassStartIcon = (_a) => {
2146
2146
  /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2147
2147
  "path",
2148
2148
  {
2149
- d: "M4.25 1.5H11.75M4.25 14.5H11.75M5 1.5V4.6C5 5.2 5.27 5.76 5.73 6.14L8 8L5.73 9.86C5.27 10.24 5 10.8 5 11.4V14.5M11 1.5V4.6C11 5.2 10.73 5.76 10.27 6.14L8 8L10.27 9.86C10.73 10.24 11 10.8 11 11.4V14.5",
2150
- stroke: "currentColor",
2151
- strokeWidth: "1.4",
2152
- strokeLinecap: "round",
2153
- strokeLinejoin: "round"
2149
+ d: "M8.7324 1.90708C8.80282 1.43542 8.66324 0.95625 8.3499 0.5925C8.03115 0.2225 7.56907 0.0108337 7.08157 0.0108337H2.91907C2.43157 0.0108337 1.96949 0.223334 1.65115 0.593334C1.3374 0.9575 1.19824 1.43667 1.26907 1.90875C1.43824 3.03333 2.05449 4.07458 3.10282 5.01042C2.05407 5.94625 1.43782 6.9875 1.26907 8.11208C1.19824 8.58417 1.33782 9.06333 1.65115 9.4275C1.96949 9.79792 2.43199 10.0096 2.91907 10.0096H7.08157C7.56907 10.0096 8.03115 9.79792 8.3499 9.42792C8.66324 9.06417 8.80282 8.585 8.7324 8.11375C8.56449 6.99292 7.9474 5.95083 6.89657 5.01C7.9474 4.06917 8.56449 3.0275 8.7324 1.90708ZM7.46949 1.83333C7.05949 2.84667 6.19824 3.67583 5.54907 4.1925L5.26157 4.42208C5.10949 4.54292 4.8949 4.54292 4.74282 4.42292L4.44949 4.19C3.80074 3.67708 2.94157 2.85167 2.53074 1.83333C2.47865 1.70458 2.49449 1.55917 2.57157 1.44417C2.64907 1.32958 2.77865 1.26083 2.91699 1.26083H7.08365C7.2224 1.26083 7.35199 1.32917 7.42907 1.44417C7.50657 1.55875 7.52157 1.705 7.46949 1.83333ZM5.0299 3.54083L5.00074 3.56417L4.96657 3.53708C4.53032 3.19208 3.9874 2.69167 3.60365 2.09458H6.39615C6.01115 2.69 5.4674 3.19292 5.03032 3.54125L5.0299 3.54083Z",
2150
+ fill: "currentColor"
2154
2151
  }
2155
- ),
2156
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("path", { d: "M6.75 4.25H9.25L8 5.25L6.75 4.25Z", fill: "currentColor" })
2152
+ )
2157
2153
  ]
2158
2154
  })
2159
2155
  );
package/dist/modals.mjs CHANGED
@@ -13,11 +13,11 @@ import {
13
13
  WithdrawModal,
14
14
  clearPendingCardSession,
15
15
  getPendingCardSession
16
- } from "./chunk-IIEE4FVO.mjs";
16
+ } from "./chunk-7JKGAWU5.mjs";
17
17
  import {
18
18
  GeoBlockBanner
19
- } from "./chunk-BW4DQYWM.mjs";
20
- import "./chunk-HQRT3B3L.mjs";
19
+ } from "./chunk-5MDFM2MX.mjs";
20
+ import "./chunk-QFW5NDJ6.mjs";
21
21
  export {
22
22
  CARD_NETWORK_OPTIONS,
23
23
  ConnectAccountsStep,
package/dist/pages.js CHANGED
@@ -1403,7 +1403,7 @@ var HourglassStartIcon = (_a) => {
1403
1403
  __spreadProps(__spreadValues(__spreadValues({
1404
1404
  width: "16",
1405
1405
  height: "16",
1406
- viewBox: "0 0 16 16",
1406
+ viewBox: "0 0 10 10",
1407
1407
  fill: "none",
1408
1408
  xmlns: "http://www.w3.org/2000/svg",
1409
1409
  className
@@ -1413,14 +1413,10 @@ var HourglassStartIcon = (_a) => {
1413
1413
  /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
1414
1414
  "path",
1415
1415
  {
1416
- d: "M4.25 1.5H11.75M4.25 14.5H11.75M5 1.5V4.6C5 5.2 5.27 5.76 5.73 6.14L8 8L5.73 9.86C5.27 10.24 5 10.8 5 11.4V14.5M11 1.5V4.6C11 5.2 10.73 5.76 10.27 6.14L8 8L10.27 9.86C10.73 10.24 11 10.8 11 11.4V14.5",
1417
- stroke: "currentColor",
1418
- strokeWidth: "1.4",
1419
- strokeLinecap: "round",
1420
- strokeLinejoin: "round"
1416
+ d: "M8.7324 1.90708C8.80282 1.43542 8.66324 0.95625 8.3499 0.5925C8.03115 0.2225 7.56907 0.0108337 7.08157 0.0108337H2.91907C2.43157 0.0108337 1.96949 0.223334 1.65115 0.593334C1.3374 0.9575 1.19824 1.43667 1.26907 1.90875C1.43824 3.03333 2.05449 4.07458 3.10282 5.01042C2.05407 5.94625 1.43782 6.9875 1.26907 8.11208C1.19824 8.58417 1.33782 9.06333 1.65115 9.4275C1.96949 9.79792 2.43199 10.0096 2.91907 10.0096H7.08157C7.56907 10.0096 8.03115 9.79792 8.3499 9.42792C8.66324 9.06417 8.80282 8.585 8.7324 8.11375C8.56449 6.99292 7.9474 5.95083 6.89657 5.01C7.9474 4.06917 8.56449 3.0275 8.7324 1.90708ZM7.46949 1.83333C7.05949 2.84667 6.19824 3.67583 5.54907 4.1925L5.26157 4.42208C5.10949 4.54292 4.8949 4.54292 4.74282 4.42292L4.44949 4.19C3.80074 3.67708 2.94157 2.85167 2.53074 1.83333C2.47865 1.70458 2.49449 1.55917 2.57157 1.44417C2.64907 1.32958 2.77865 1.26083 2.91699 1.26083H7.08365C7.2224 1.26083 7.35199 1.32917 7.42907 1.44417C7.50657 1.55875 7.52157 1.705 7.46949 1.83333ZM5.0299 3.54083L5.00074 3.56417L4.96657 3.53708C4.53032 3.19208 3.9874 2.69167 3.60365 2.09458H6.39615C6.01115 2.69 5.4674 3.19292 5.03032 3.54125L5.0299 3.54083Z",
1417
+ fill: "currentColor"
1421
1418
  }
1422
- ),
1423
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { d: "M6.75 4.25H9.25L8 5.25L6.75 4.25Z", fill: "currentColor" })
1419
+ )
1424
1420
  ]
1425
1421
  })
1426
1422
  );
@@ -19482,7 +19478,7 @@ var StatusBadge = ({
19482
19478
  isWon ? "border-agg-success/50 bg-agg-success/10 text-agg-success" : "border-agg-muted-foreground/30 bg-agg-secondary-hover text-agg-foreground"
19483
19479
  ),
19484
19480
  children: [
19485
- /* @__PURE__ */ (0, import_jsx_runtime141.jsx)(Icon, { name: isWon ? "check-circle" : "hourglass-start", size: "small", className: "size-2.5" }),
19481
+ /* @__PURE__ */ (0, import_jsx_runtime141.jsx)(Icon, { name: isWon ? "check-circle" : "hourglass-start", size: "small", className: "size-2.5!" }),
19486
19482
  isWon ? labels.won : labels.open
19487
19483
  ]
19488
19484
  }
@@ -19522,7 +19518,7 @@ var TotalTradedCell = ({
19522
19518
  className
19523
19519
  }) => /* @__PURE__ */ (0, import_jsx_runtime141.jsxs)("div", { className: cn("flex flex-col gap-[2px] whitespace-nowrap", className), children: [
19524
19520
  /* @__PURE__ */ (0, import_jsx_runtime141.jsx)("p", { className: "font-agg-sans text-agg-base leading-agg-6 font-agg-bold text-agg-foreground", children: model.totalTraded.primaryLabel }),
19525
- /* @__PURE__ */ (0, import_jsx_runtime141.jsx)("p", { className: "font-agg-sans text-agg-sm leading-agg-5 font-agg-normal text-agg-muted-foreground", children: model.totalTraded.averageLabel })
19521
+ /* @__PURE__ */ (0, import_jsx_runtime141.jsx)("p", { className: "font-agg-sans text-agg-sm leading-agg-5 font-agg-normal text-agg-foreground", children: model.totalTraded.averageLabel })
19526
19522
  ] });
19527
19523
  var PositionValueCell = ({
19528
19524
  value,
@@ -19658,12 +19654,12 @@ var PositionRow = ({
19658
19654
  "button",
19659
19655
  {
19660
19656
  type: "button",
19661
- className: "ml-auto inline-flex h-8 items-center justify-center gap-1 rounded-agg-full px-2 font-agg-sans text-agg-sm leading-agg-5 font-agg-bold text-agg-accent disabled:cursor-not-allowed disabled:opacity-60",
19657
+ className: "ml-auto inline-flex h-8 cursor-pointer items-center justify-center gap-1 rounded-agg-full px-2 font-agg-sans text-agg-sm leading-agg-5 font-agg-bold text-agg-primary hover:text-agg-primary-hover disabled:cursor-not-allowed disabled:opacity-60",
19662
19658
  onClick: handleClaim,
19663
19659
  disabled: isClaiming,
19664
19660
  "aria-busy": isClaiming || void 0,
19665
19661
  children: [
19666
- isClaiming ? /* @__PURE__ */ (0, import_jsx_runtime141.jsx)(LoadingIcon, { size: "small", className: "text-agg-accent" }) : null,
19662
+ isClaiming ? /* @__PURE__ */ (0, import_jsx_runtime141.jsx)(LoadingIcon, { size: "small", className: "text-agg-primary" }) : null,
19667
19663
  labels.claim
19668
19664
  ]
19669
19665
  }
@@ -19691,13 +19687,13 @@ var PositionRow = ({
19691
19687
  className: "hidden w-[160px] shrink-0 md:flex"
19692
19688
  }
19693
19689
  ),
19694
- /* @__PURE__ */ (0, import_jsx_runtime141.jsxs)("div", { className: "hidden w-[100px] shrink-0 items-center gap-2 md:flex", children: [
19690
+ /* @__PURE__ */ (0, import_jsx_runtime141.jsxs)("div", { className: "hidden w-[100px] shrink-0 items-center gap-3 md:flex", children: [
19695
19691
  /* @__PURE__ */ (0, import_jsx_runtime141.jsx)(StatusBadge, { status: model.positionStatus, labels }),
19696
19692
  model.canClaim ? /* @__PURE__ */ (0, import_jsx_runtime141.jsxs)(
19697
19693
  "button",
19698
19694
  {
19699
19695
  type: "button",
19700
- className: "inline-flex h-6 items-center justify-center gap-1 rounded-agg-full font-agg-sans text-agg-sm leading-agg-5 font-agg-bold text-agg-primary disabled:cursor-not-allowed disabled:opacity-60",
19696
+ className: "inline-flex h-6 cursor-pointer items-center justify-center gap-1 rounded-agg-full font-agg-sans text-agg-sm leading-agg-5 font-agg-bold text-agg-primary hover:text-agg-primary-hover disabled:cursor-not-allowed disabled:opacity-60",
19701
19697
  onClick: handleClaim,
19702
19698
  disabled: isClaiming,
19703
19699
  "aria-busy": isClaiming || void 0,
package/dist/pages.mjs CHANGED
@@ -7,17 +7,17 @@ import {
7
7
  USER_PROFILE_TAB_POSITIONS,
8
8
  UserProfilePage,
9
9
  useHomePageModals
10
- } from "./chunk-2YVW6J5N.mjs";
11
- import "./chunk-SMGKYWEP.mjs";
10
+ } from "./chunk-PYKD4W4T.mjs";
11
+ import "./chunk-PFOSEY46.mjs";
12
12
  import {
13
13
  DEPOSIT_MODAL_OPEN_EVENT,
14
14
  WITHDRAW_MODAL_OPEN_EVENT,
15
15
  requestAggDepositModalOpen,
16
16
  requestAggWithdrawModalOpen
17
- } from "./chunk-U6YU5OE7.mjs";
18
- import "./chunk-RPIYL7EA.mjs";
19
- import "./chunk-BW4DQYWM.mjs";
20
- import "./chunk-HQRT3B3L.mjs";
17
+ } from "./chunk-K23CJ5UP.mjs";
18
+ import "./chunk-5PSAIGOT.mjs";
19
+ import "./chunk-5MDFM2MX.mjs";
20
+ import "./chunk-QFW5NDJ6.mjs";
21
21
  export {
22
22
  DEPOSIT_MODAL_OPEN_EVENT,
23
23
  EventMarketPage,
@@ -1432,7 +1432,7 @@ var HourglassStartIcon = (_a) => {
1432
1432
  __spreadProps(__spreadValues(__spreadValues({
1433
1433
  width: "16",
1434
1434
  height: "16",
1435
- viewBox: "0 0 16 16",
1435
+ viewBox: "0 0 10 10",
1436
1436
  fill: "none",
1437
1437
  xmlns: "http://www.w3.org/2000/svg",
1438
1438
  className
@@ -1442,14 +1442,10 @@ var HourglassStartIcon = (_a) => {
1442
1442
  /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
1443
1443
  "path",
1444
1444
  {
1445
- d: "M4.25 1.5H11.75M4.25 14.5H11.75M5 1.5V4.6C5 5.2 5.27 5.76 5.73 6.14L8 8L5.73 9.86C5.27 10.24 5 10.8 5 11.4V14.5M11 1.5V4.6C11 5.2 10.73 5.76 10.27 6.14L8 8L10.27 9.86C10.73 10.24 11 10.8 11 11.4V14.5",
1446
- stroke: "currentColor",
1447
- strokeWidth: "1.4",
1448
- strokeLinecap: "round",
1449
- strokeLinejoin: "round"
1445
+ d: "M8.7324 1.90708C8.80282 1.43542 8.66324 0.95625 8.3499 0.5925C8.03115 0.2225 7.56907 0.0108337 7.08157 0.0108337H2.91907C2.43157 0.0108337 1.96949 0.223334 1.65115 0.593334C1.3374 0.9575 1.19824 1.43667 1.26907 1.90875C1.43824 3.03333 2.05449 4.07458 3.10282 5.01042C2.05407 5.94625 1.43782 6.9875 1.26907 8.11208C1.19824 8.58417 1.33782 9.06333 1.65115 9.4275C1.96949 9.79792 2.43199 10.0096 2.91907 10.0096H7.08157C7.56907 10.0096 8.03115 9.79792 8.3499 9.42792C8.66324 9.06417 8.80282 8.585 8.7324 8.11375C8.56449 6.99292 7.9474 5.95083 6.89657 5.01C7.9474 4.06917 8.56449 3.0275 8.7324 1.90708ZM7.46949 1.83333C7.05949 2.84667 6.19824 3.67583 5.54907 4.1925L5.26157 4.42208C5.10949 4.54292 4.8949 4.54292 4.74282 4.42292L4.44949 4.19C3.80074 3.67708 2.94157 2.85167 2.53074 1.83333C2.47865 1.70458 2.49449 1.55917 2.57157 1.44417C2.64907 1.32958 2.77865 1.26083 2.91699 1.26083H7.08365C7.2224 1.26083 7.35199 1.32917 7.42907 1.44417C7.50657 1.55875 7.52157 1.705 7.46949 1.83333ZM5.0299 3.54083L5.00074 3.56417L4.96657 3.53708C4.53032 3.19208 3.9874 2.69167 3.60365 2.09458H6.39615C6.01115 2.69 5.4674 3.19292 5.03032 3.54125L5.0299 3.54083Z",
1446
+ fill: "currentColor"
1450
1447
  }
1451
- ),
1452
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { d: "M6.75 4.25H9.25L8 5.25L6.75 4.25Z", fill: "currentColor" })
1448
+ )
1453
1449
  ]
1454
1450
  })
1455
1451
  );
@@ -95,7 +95,7 @@ import {
95
95
  typographyVariants,
96
96
  useToast,
97
97
  venueLogoNames
98
- } from "./chunk-HQRT3B3L.mjs";
98
+ } from "./chunk-QFW5NDJ6.mjs";
99
99
  export {
100
100
  ActivityChartIcon,
101
101
  AggErrorBoundary,