@agg-build/ui 1.2.2 → 1.2.4

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.
package/dist/modals.mjs CHANGED
@@ -13,11 +13,11 @@ import {
13
13
  WithdrawModal,
14
14
  clearPendingCardSession,
15
15
  getPendingCardSession
16
- } from "./chunk-Q2BRDVBU.mjs";
16
+ } from "./chunk-UCH7MMRN.mjs";
17
17
  import {
18
18
  GeoBlockBanner
19
- } from "./chunk-5FXMHTVR.mjs";
20
- import "./chunk-34L7ZKJW.mjs";
19
+ } from "./chunk-OFFJNHAG.mjs";
20
+ import "./chunk-PALIVBG3.mjs";
21
21
  export {
22
22
  CARD_NETWORK_OPTIONS,
23
23
  ConnectAccountsStep,
package/dist/pages.js CHANGED
@@ -4941,8 +4941,7 @@ var getDefaultEventListTabs = (labels) => {
4941
4941
  value: import_sdk2.Venue.hyperliquid,
4942
4942
  label: labels.venues.hyperliquid,
4943
4943
  venueLogo: import_sdk2.Venue.hyperliquid,
4944
- venues: [import_sdk2.Venue.hyperliquid],
4945
- isComingSoon: true
4944
+ venues: [import_sdk2.Venue.hyperliquid]
4946
4945
  }
4947
4946
  ];
4948
4947
  };
@@ -15518,7 +15517,7 @@ var renderRouteCard = ({
15518
15517
  var _a, _b;
15519
15518
  const showSplitDetails = isSelected && isExpanded && card.kind === "split" && !!((_a = card.rows) == null ? void 0 : _a.length);
15520
15519
  const ariaLabel = [card.label, card.hint, card.value].filter(Boolean).join(" ");
15521
- return /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)(
15520
+ return /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
15522
15521
  "button",
15523
15522
  {
15524
15523
  type: "button",
@@ -15537,72 +15536,69 @@ var renderRouteCard = ({
15537
15536
  isSelected && !card.isUnavailable ? "border border-agg-trade-highlight-border bg-gradient-to-b from-agg-trade-highlight-surface-from to-agg-trade-highlight-surface-to" : "border-transparent bg-agg-secondary-hover"
15538
15537
  ),
15539
15538
  onClick: () => onSelect(card.id),
15540
- children: [
15541
- isSelected && !card.isUnavailable ? /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "agg-route-card-glow pointer-events-none absolute -inset-x-px -bottom-px h-11 bg-linear-to-b from-transparent to-agg-trade-highlight-glow" }) : null,
15542
- /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("div", { className: "agg-route-card-content relative z-10 flex flex-col gap-3", children: [
15543
- /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("div", { className: "agg-route-card-header flex items-center justify-between gap-4", children: [
15544
- /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("div", { className: "agg-route-card-meta flex min-w-0 gap-3 items-center", children: [
15545
- card.kind === "split" ? /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
15546
- Icon,
15547
- {
15548
- name: "sparkles-filled",
15549
- size: "small",
15550
- className: cn(
15551
- "mt-0.5 h-4 w-4 shrink-0",
15552
- isSelected ? "text-agg-trade-highlight-accent" : "text-agg-muted-foreground/70"
15553
- ),
15554
- "aria-hidden": "true"
15555
- }
15556
- ) : card.venue ? /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
15557
- VenueLogo,
15558
- {
15559
- venue: card.venue,
15560
- size: "small",
15561
- ariaLabel: getTradingVenueLabel(card.venue)
15562
- }
15563
- ) : null,
15564
- /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("div", { className: "flex flex-col gap-1 min-w-0", children: [
15565
- /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("div", { className: "flex items-center gap-1.5", children: [
15566
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("p", { className: "agg-route-card-title truncate text-agg-sm leading-agg-5 text-agg-foreground", children: card.label }),
15567
- card.isUnavailable ? /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
15568
- Icon,
15569
- {
15570
- name: "lock",
15571
- size: "xs",
15572
- className: "shrink-0 text-agg-muted-foreground",
15573
- "aria-hidden": "true"
15574
- }
15575
- ) : card.kind === "split" && isSelected ? /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
15576
- Icon,
15577
- {
15578
- name: showSplitDetails ? "chevron-up" : "chevron-down",
15579
- size: "small",
15580
- className: "h-4 w-4 shrink-0 text-agg-muted-foreground/50",
15581
- "aria-hidden": "true"
15582
- }
15583
- ) : null
15584
- ] }),
15585
- card.hint ? /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("p", { className: "agg-route-card-hint text-agg-xs leading-agg-4 text-agg-muted-foreground", children: card.hint }) : null
15586
- ] })
15587
- ] }),
15588
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
15589
- "p",
15539
+ children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("div", { className: "agg-route-card-content relative z-10 flex flex-col gap-3", children: [
15540
+ /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("div", { className: "agg-route-card-header flex items-center justify-between gap-4", children: [
15541
+ /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("div", { className: "agg-route-card-meta flex min-w-0 gap-3 items-center", children: [
15542
+ card.kind === "split" ? /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
15543
+ Icon,
15590
15544
  {
15545
+ name: "sparkles-filled",
15546
+ size: "small",
15591
15547
  className: cn(
15592
- "agg-route-card-value",
15593
- "shrink-0 whitespace-nowrap",
15594
- isSelected && !card.isUnavailable ? "text-agg-lg font-agg-bold leading-agg-7 text-agg-trade-highlight-accent" : "text-agg-base leading-agg-6 text-agg-foreground"
15548
+ "mt-0.5 h-4 w-4 shrink-0",
15549
+ isSelected ? "text-agg-trade-highlight-accent" : "text-agg-muted-foreground/70"
15595
15550
  ),
15596
- children: card.value
15551
+ "aria-hidden": "true"
15597
15552
  }
15598
- )
15553
+ ) : card.venue ? /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
15554
+ VenueLogo,
15555
+ {
15556
+ venue: card.venue,
15557
+ size: "small",
15558
+ ariaLabel: getTradingVenueLabel(card.venue)
15559
+ }
15560
+ ) : null,
15561
+ /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("div", { className: "flex flex-col gap-1 min-w-0", children: [
15562
+ /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("div", { className: "flex items-center gap-1.5", children: [
15563
+ /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("p", { className: "agg-route-card-title truncate text-agg-sm leading-agg-5 text-agg-foreground", children: card.label }),
15564
+ card.isUnavailable ? /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
15565
+ Icon,
15566
+ {
15567
+ name: "lock",
15568
+ size: "xs",
15569
+ className: "shrink-0 text-agg-muted-foreground",
15570
+ "aria-hidden": "true"
15571
+ }
15572
+ ) : card.kind === "split" && isSelected ? /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
15573
+ Icon,
15574
+ {
15575
+ name: showSplitDetails ? "chevron-up" : "chevron-down",
15576
+ size: "small",
15577
+ className: "h-4 w-4 shrink-0 text-agg-muted-foreground/50",
15578
+ "aria-hidden": "true"
15579
+ }
15580
+ ) : null
15581
+ ] }),
15582
+ card.hint ? /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("p", { className: "agg-route-card-hint text-agg-xs leading-agg-4 text-agg-muted-foreground", children: card.hint }) : null
15583
+ ] })
15599
15584
  ] }),
15600
- showSplitDetails ? /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)(import_jsx_runtime135.Fragment, { children: [
15601
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("p", { className: "agg-route-card-description text-agg-xs leading-agg-4 text-agg-foreground", children: tradingLabels.splitOrderDescription }),
15602
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "agg-route-breakdown flex flex-col gap-3", children: (_b = card.rows) == null ? void 0 : _b.map((row) => renderRouteBreakdownRow(row)) })
15603
- ] }) : null
15604
- ] })
15605
- ]
15585
+ /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
15586
+ "p",
15587
+ {
15588
+ className: cn(
15589
+ "agg-route-card-value",
15590
+ "shrink-0 whitespace-nowrap",
15591
+ isSelected && !card.isUnavailable ? "text-agg-lg font-agg-bold leading-agg-7 text-agg-trade-highlight-accent" : "text-agg-base leading-agg-6 text-agg-foreground"
15592
+ ),
15593
+ children: card.value
15594
+ }
15595
+ )
15596
+ ] }),
15597
+ showSplitDetails ? /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)(import_jsx_runtime135.Fragment, { children: [
15598
+ /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("p", { className: "agg-route-card-description text-agg-xs leading-agg-4 text-agg-foreground", children: tradingLabels.splitOrderDescription }),
15599
+ /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "agg-route-breakdown flex flex-col gap-3", children: (_b = card.rows) == null ? void 0 : _b.map((row) => renderRouteBreakdownRow(row)) })
15600
+ ] }) : null
15601
+ ] })
15606
15602
  }
15607
15603
  );
15608
15604
  };
@@ -16984,7 +16980,7 @@ var PlaceOrder = ({
16984
16980
  }
16985
16981
  ) : null
16986
16982
  ] }),
16987
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "agg-route-list flex flex-col gap-2", children: visibleRouteCards.length > 0 ? smartRoute.isFetching ? Array.from({ length: visibleRouteCards.length }).map((_, index) => /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(PlaceOrderRouteCardSkeleton, {}, index)) : visibleRouteCards.map((card) => {
16983
+ /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "agg-route-list flex flex-col gap-2", children: visibleRouteCards.length > 0 ? visibleRouteCards.map((card) => {
16988
16984
  return /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(import_react27.Fragment, { children: renderRouteCard({
16989
16985
  card,
16990
16986
  enableAnimations,
@@ -18186,18 +18182,20 @@ var formatChainIdLabel = (chainId) => {
18186
18182
 
18187
18183
  // src/pages/user-profile/components/available-balance-card.tsx
18188
18184
  var import_jsx_runtime138 = require("react/jsx-runtime");
18189
- var CHAIN_ID_TO_ICON = {
18190
- "1": "ethereum",
18191
- "10": "ethereum",
18192
- // Optimism (EVM)
18193
- "56": "ethereum",
18194
- // BNB Chain (EVM)
18195
- "137": "polygon",
18196
- "324": "ethereum",
18197
- // zkSync (EVM)
18198
- "8453": "base",
18199
- "42161": "arbitrum",
18200
- "792703809": "solana"
18185
+ var BASE_URL = "https://assets.snagsolutions.io";
18186
+ var CHAIN_ID_TO_ICON_URL = {
18187
+ "1": `${BASE_URL}/public/prediction-markets/logos/ETH.svg`,
18188
+ "10": `${BASE_URL}/public/prediction-markets/logos/ETH.svg`,
18189
+ // Optimism
18190
+ "56": `${BASE_URL}/public/prediction-markets/logos/BNB.svg`,
18191
+ "137": `${BASE_URL}/public/prediction-markets/logos/Polygon.svg`,
18192
+ "324": `${BASE_URL}/public/web/icons/chains/zksync/colored.svg`,
18193
+ // zkSync (no new logo)
18194
+ "747": `${BASE_URL}/public/prediction-markets/logos/Flow.svg`,
18195
+ "8453": `${BASE_URL}/public/prediction-markets/logos/Base.svg`,
18196
+ "42161": `${BASE_URL}/public/prediction-markets/logos/Arbitrum.svg`,
18197
+ "2741": `${BASE_URL}/public/prediction-markets/logos/Abstract.svg`,
18198
+ "792703809": `${BASE_URL}/public/prediction-markets/logos/Solana.svg`
18201
18199
  };
18202
18200
  var CHAIN_VENUE_MAP = {
18203
18201
  "137": ["polymarket"],
@@ -18207,17 +18205,19 @@ var CHAIN_VENUE_MAP = {
18207
18205
  "56": ["limitless", "opinion"]
18208
18206
  // BNB
18209
18207
  };
18210
- var chainIconName = (label2, key) => {
18211
- if (key && CHAIN_ID_TO_ICON[key]) return CHAIN_ID_TO_ICON[key];
18208
+ var chainIconUrl = (label2, key) => {
18209
+ if (key && CHAIN_ID_TO_ICON_URL[key]) return CHAIN_ID_TO_ICON_URL[key];
18212
18210
  const k = label2.trim().toLowerCase();
18213
- if (k.includes("polygon")) return "polygon";
18214
- if (k.includes("solana")) return "solana";
18215
- if (k.includes("base")) return "base";
18216
- if (k.includes("arbitrum")) return "arbitrum";
18217
- if (k.includes("optimism")) return "ethereum";
18218
- if (k.includes("bnb")) return "ethereum";
18219
- if (k.includes("zksync")) return "ethereum";
18220
- if (k.includes("ethereum") || k.includes("eth")) return "ethereum";
18211
+ if (k.includes("polygon")) return CHAIN_ID_TO_ICON_URL["137"];
18212
+ if (k.includes("solana")) return CHAIN_ID_TO_ICON_URL["792703809"];
18213
+ if (k.includes("base")) return CHAIN_ID_TO_ICON_URL["8453"];
18214
+ if (k.includes("arbitrum")) return CHAIN_ID_TO_ICON_URL["42161"];
18215
+ if (k.includes("bnb")) return CHAIN_ID_TO_ICON_URL["56"];
18216
+ if (k.includes("flow")) return CHAIN_ID_TO_ICON_URL["747"];
18217
+ if (k.includes("abstract")) return CHAIN_ID_TO_ICON_URL["2741"];
18218
+ if (k.includes("optimism")) return CHAIN_ID_TO_ICON_URL["10"];
18219
+ if (k.includes("zksync")) return CHAIN_ID_TO_ICON_URL["324"];
18220
+ if (k.includes("ethereum") || k.includes("eth")) return CHAIN_ID_TO_ICON_URL["1"];
18221
18221
  return void 0;
18222
18222
  };
18223
18223
  var AvailableBalanceCard = ({
@@ -18269,7 +18269,7 @@ var AvailableBalanceCard = ({
18269
18269
  /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("div", { className: "font-agg-sans text-agg-base leading-agg-6 font-agg-bold text-agg-foreground", children: "Balance by network" }),
18270
18270
  /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("div", { role: "list", className: "agg-balance-list flex flex-col gap-3 w-full", children: chains.map((row) => {
18271
18271
  var _a;
18272
- const icon = chainIconName(row.label, row.key);
18272
+ const iconUrl = chainIconUrl(row.label, row.key);
18273
18273
  return /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)(
18274
18274
  "div",
18275
18275
  {
@@ -18277,7 +18277,15 @@ var AvailableBalanceCard = ({
18277
18277
  className: "agg-balance-row flex items-center justify-between self-stretch gap-3 w-full",
18278
18278
  children: [
18279
18279
  /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("div", { className: "flex min-w-0 flex-1 items-center gap-2", children: [
18280
- icon ? /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("span", { className: "flex h-4 w-4 items-center justify-center rounded-[4px]", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(Icon, { name: icon, size: "small", className: "text-agg-foreground" }) }) : /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("span", { className: "flex h-4 w-4 items-center justify-center rounded-[4px] border border-agg-separator text-[10px] leading-3 text-agg-muted-foreground", children: row.label.slice(0, 2).toUpperCase() }),
18280
+ iconUrl ? /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("span", { className: "overflow-clip flex h-4 w-4 shrink-0 items-center justify-center rounded-[4px]", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
18281
+ "img",
18282
+ {
18283
+ src: iconUrl,
18284
+ alt: "",
18285
+ "aria-hidden": true,
18286
+ className: "size-full object-contain"
18287
+ }
18288
+ ) }) : /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("span", { className: "flex h-4 w-4 shrink-0 items-center justify-center rounded-[4px] border border-agg-separator text-[10px] leading-3 text-agg-muted-foreground", children: row.label.slice(0, 2).toUpperCase() }),
18281
18289
  /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("span", { className: "truncate font-agg-sans text-agg-sm leading-5 font-agg-normal text-agg-foreground", children: row.label })
18282
18290
  ] }),
18283
18291
  /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("span", { className: "w-[100px] shrink-0 whitespace-nowrap text-right tabular-nums font-agg-sans text-agg-sm leading-agg-5 font-agg-bold text-agg-foreground", children: row.balance.toLocaleString("en-US", {
@@ -18310,24 +18318,24 @@ var AvailableBalanceCard = ({
18310
18318
  className: "agg-balance-trigger flex min-h-[20px] min-w-[20px] items-center gap-1 rounded-[6px] border-0 bg-agg-secondary-hover p-1.5",
18311
18319
  children: [
18312
18320
  (chains.slice(0, 4).length > 0 ? chains.slice(0, 4) : [{ key: "placeholder", label: "", balance: 0, accountCount: 0 }]).map((row) => {
18313
- const icon = chainIconName(row.label, row.key);
18314
- return icon ? /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
18321
+ const iconUrl = chainIconUrl(row.label, row.key);
18322
+ return iconUrl ? /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
18315
18323
  "span",
18316
18324
  {
18317
- className: "relative z-0 flex h-4 w-4 items-center justify-center rounded-[4px] bg-agg-secondary",
18318
- children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(Icon, { name: icon, size: "small", className: "text-agg-foreground" })
18325
+ className: "overflow-clip relative flex h-4 w-4 shrink-0 items-center justify-center rounded-[4px] bg-agg-secondary",
18326
+ children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("img", { src: iconUrl, alt: row.label, className: "size-full object-contain" })
18319
18327
  },
18320
18328
  `icon-${row.key}`
18321
18329
  ) : /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
18322
18330
  "span",
18323
18331
  {
18324
- className: "relative z-0 flex h-4 w-4 items-center justify-center rounded-[4px] bg-agg-secondary text-[10px] leading-3 text-agg-muted-foreground",
18332
+ className: "relative flex h-4 w-4 shrink-0 items-center justify-center rounded-[4px] bg-agg-secondary text-[10px] leading-3 text-agg-muted-foreground",
18325
18333
  children: row.label ? row.label.slice(0, 2).toUpperCase() : ""
18326
18334
  },
18327
18335
  `icon-${row.key}`
18328
18336
  );
18329
18337
  }),
18330
- chains.length > 4 ? /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("span", { className: "relative z-0 flex h-4 w-4 items-center justify-center rounded-[4px] bg-agg-secondary font-agg-sans text-[10px] leading-3 text-agg-muted-foreground", children: [
18338
+ chains.length > 4 ? /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("span", { className: "relative flex h-4 w-4 shrink-0 items-center justify-center rounded-[4px] bg-agg-secondary font-agg-sans text-[10px] leading-3 text-agg-muted-foreground", children: [
18331
18339
  "+",
18332
18340
  chains.length - 4
18333
18341
  ] }) : null
@@ -20532,7 +20540,7 @@ var UserProfilePage = ({
20532
20540
  const currentPriceCents = typeof displayCurrentPrice === "number" ? Math.round(displayCurrentPrice * 100) : null;
20533
20541
  const pnlPrefix = (displayPnlValue != null ? displayPnlValue : 0) >= 0 ? "+" : "";
20534
20542
  const pnlPercent = displayPnlPercent == null ? null : displayPnlPercent.toFixed(2);
20535
- const winningOutcomeIds = outcome.winner === true ? outcome.venueBreakdown.map((breakdown) => breakdown.venueMarketOutcomeId).filter((id) => !!id) : [];
20543
+ const winningOutcomeIds = outcome.winner === true ? outcome.venueBreakdown.map((breakdown) => breakdown.venueMarketOutcomeId) : [];
20536
20544
  return {
20537
20545
  id: `${group.targetMarketId}-${outcome.label}-${(_a2 = outcome.title) != null ? _a2 : ""}`,
20538
20546
  eventId,
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-6IBEGR7C.mjs";
11
- import "./chunk-E45WOOMN.mjs";
10
+ } from "./chunk-VH3DMH77.mjs";
11
+ import "./chunk-P2OOA3U3.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-FDTLV74F.mjs";
18
- import "./chunk-TBKDLNOE.mjs";
19
- import "./chunk-5FXMHTVR.mjs";
20
- import "./chunk-34L7ZKJW.mjs";
17
+ } from "./chunk-6FVYER7E.mjs";
18
+ import "./chunk-ISAU6HX5.mjs";
19
+ import "./chunk-OFFJNHAG.mjs";
20
+ import "./chunk-PALIVBG3.mjs";
21
21
  export {
22
22
  DEPOSIT_MODAL_OPEN_EVENT,
23
23
  EventMarketPage,
@@ -95,7 +95,7 @@ import {
95
95
  typographyVariants,
96
96
  useToast,
97
97
  venueLogoNames
98
- } from "./chunk-34L7ZKJW.mjs";
98
+ } from "./chunk-PALIVBG3.mjs";
99
99
  export {
100
100
  ActivityChartIcon,
101
101
  AggErrorBoundary,