@agg-build/ui 1.0.1 → 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 (80) hide show
  1. package/dist/{chunk-5ES2VJHO.mjs → chunk-7JEJIGG4.mjs} +162 -253
  2. package/dist/{chunk-BYMLPLEZ.mjs → chunk-F3SU7BRE.mjs} +10 -10
  3. package/dist/{chunk-WLXYCBZV.mjs → chunk-IT2Y62MG.mjs} +31 -35
  4. package/dist/{chunk-43K4PFBC.mjs → chunk-JDYZJKTE.mjs} +2 -2
  5. package/dist/{chunk-HD6HBTK2.mjs → chunk-KDMNFHPL.mjs} +369 -19
  6. package/dist/{chunk-LPNZOX3E.mjs → chunk-OHEZGKFM.mjs} +443 -884
  7. package/dist/{chunk-YZNO6IUD.mjs → chunk-R6DETAZ6.mjs} +1343 -1173
  8. package/dist/events.js +1886 -1545
  9. package/dist/events.mjs +3 -3
  10. package/dist/index.js +3748 -3707
  11. package/dist/index.mjs +191 -118
  12. package/dist/modals.js +1042 -943
  13. package/dist/modals.mjs +3 -3
  14. package/dist/pages.js +2822 -2864
  15. package/dist/pages.mjs +6 -6
  16. package/dist/primitives.js +1322 -1166
  17. package/dist/primitives.mjs +9 -1
  18. package/dist/styles.css +1 -1
  19. package/dist/tailwind.css +1 -1
  20. package/dist/trading.js +3770 -3718
  21. package/dist/trading.mjs +10 -12
  22. package/dist/types/events/item-details/settlement-summary.d.mts +6 -2
  23. package/dist/types/events/item-details/settlement-summary.d.ts +6 -2
  24. package/dist/types/events/list/event-list.types.d.mts +1 -1
  25. package/dist/types/events/list/event-list.types.d.ts +1 -1
  26. package/dist/types/events/list/event-list.utils.d.mts +1 -1
  27. package/dist/types/events/list/event-list.utils.d.ts +1 -1
  28. package/dist/types/pages/event-market/event-market.types.d.mts +1 -3
  29. package/dist/types/pages/event-market/event-market.types.d.ts +1 -3
  30. package/dist/types/pages/user-profile/components/available-balance-card.d.mts +0 -1
  31. package/dist/types/pages/user-profile/components/available-balance-card.d.ts +0 -1
  32. package/dist/types/primitives/icon/icon.types.d.mts +1 -2
  33. package/dist/types/primitives/icon/icon.types.d.ts +1 -2
  34. package/dist/types/primitives/icon/index.d.mts +4 -1
  35. package/dist/types/primitives/icon/index.d.ts +4 -1
  36. package/dist/types/primitives/icon/registry.d.mts +12 -0
  37. package/dist/types/primitives/icon/registry.d.ts +12 -0
  38. package/dist/types/primitives/icon/svg/apps.d.mts +5 -0
  39. package/dist/types/primitives/icon/svg/apps.d.ts +5 -0
  40. package/dist/types/primitives/icon/svg/circle-overlap.d.mts +5 -0
  41. package/dist/types/primitives/icon/svg/circle-overlap.d.ts +5 -0
  42. package/dist/types/primitives/icon/svg/lock.d.mts +5 -0
  43. package/dist/types/primitives/icon/svg/lock.d.ts +5 -0
  44. package/dist/types/primitives/select/index.d.mts +1 -1
  45. package/dist/types/primitives/select/index.d.ts +1 -1
  46. package/dist/types/primitives/select/select.types.d.mts +1 -1
  47. package/dist/types/primitives/select/select.types.d.ts +1 -1
  48. package/dist/types/primitives/select/select.utils.d.mts +0 -1
  49. package/dist/types/primitives/select/select.utils.d.ts +0 -1
  50. package/dist/types/primitives/skeleton/index.d.mts +2 -1
  51. package/dist/types/primitives/skeleton/index.d.ts +2 -1
  52. package/dist/types/primitives/skeleton/views/place-order-skeleton-view.d.mts +4 -0
  53. package/dist/types/primitives/skeleton/views/place-order-skeleton-view.d.ts +4 -0
  54. package/dist/types/primitives/typography/index.d.mts +1 -1
  55. package/dist/types/primitives/typography/index.d.ts +1 -1
  56. package/dist/types/primitives/typography/typography.types.d.mts +3 -1
  57. package/dist/types/primitives/typography/typography.types.d.ts +3 -1
  58. package/dist/types/shared/utils.d.mts +3 -1
  59. package/dist/types/shared/utils.d.ts +3 -1
  60. package/dist/types/trading/index.d.mts +0 -1
  61. package/dist/types/trading/index.d.ts +0 -1
  62. package/dist/types/trading/place-order/index.place-order.types.d.mts +0 -1
  63. package/dist/types/trading/place-order/index.place-order.types.d.ts +0 -1
  64. package/dist/types/trading/place-order/index.place-order.utils.d.mts +0 -4
  65. package/dist/types/trading/place-order/index.place-order.utils.d.ts +0 -4
  66. package/dist/types/trading/settlement/index.d.mts +9 -6
  67. package/dist/types/trading/settlement/index.d.ts +9 -6
  68. package/dist/types/trading/settlement/settlement-text-renderer.d.mts +8 -0
  69. package/dist/types/trading/settlement/settlement-text-renderer.d.ts +8 -0
  70. package/dist/types/trading/settlement/settlement-text.utils.d.mts +36 -0
  71. package/dist/types/trading/settlement/settlement-text.utils.d.ts +36 -0
  72. package/dist/types/trading/types.d.mts +0 -19
  73. package/dist/types/trading/types.d.ts +0 -19
  74. package/dist/types/trading/utils.d.mts +0 -1
  75. package/dist/types/trading/utils.d.ts +0 -1
  76. package/package.json +3 -3
  77. package/dist/types/primitives/card/card.constants.d.mts +0 -4
  78. package/dist/types/primitives/card/card.constants.d.ts +0 -4
  79. package/dist/types/trading/settlement/settlement-details.utils.d.mts +0 -7
  80. package/dist/types/trading/settlement/settlement-details.utils.d.ts +0 -7
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-WLXYCBZV.mjs";
13
+ } from "./chunk-IT2Y62MG.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-5ES2VJHO.mjs";
28
+ } from "./chunk-7JEJIGG4.mjs";
29
29
  import {
30
30
  CARD_NETWORK_OPTIONS,
31
31
  ConnectAccountsStep,
@@ -40,18 +40,25 @@ import {
40
40
  WithdrawModal,
41
41
  clearPendingCardSession,
42
42
  getPendingCardSession
43
- } from "./chunk-BYMLPLEZ.mjs";
43
+ } from "./chunk-F3SU7BRE.mjs";
44
44
  import {
45
45
  DEPOSIT_MODAL_OPEN_EVENT,
46
46
  PlaceOrder,
47
47
  PlaceOrderFailureView,
48
48
  PlaceOrderSuccessView,
49
- Settlement,
50
49
  SettlementDetails,
51
50
  WITHDRAW_MODAL_OPEN_EVENT,
52
- defaultSettlementDifferencesTitle,
51
+ parseAmount,
52
+ parseVenue,
53
+ requestAggDepositModalOpen,
54
+ requestAggWithdrawModalOpen
55
+ } from "./chunk-OHEZGKFM.mjs";
56
+ import {
57
+ SETTLEMENT_SECTION_ID,
58
+ Settlement,
53
59
  defaultSettlementSectionLabel,
54
60
  defaultTradingDisclaimer,
61
+ formatProbabilityCents,
55
62
  getTradingAveragePriceLabel,
56
63
  getTradingBalanceLabel,
57
64
  getTradingDateLabel,
@@ -60,21 +67,13 @@ import {
60
67
  getTradingSlippageLabel,
61
68
  getTradingValueLabel,
62
69
  getTradingVenueLabel,
63
- mapVenueMarketsToSettlementSections,
64
- parseAmount,
65
- parseVenue,
66
- requestAggDepositModalOpen,
67
- requestAggWithdrawModalOpen
68
- } from "./chunk-LPNZOX3E.mjs";
69
- import {
70
- formatProbabilityCents,
71
70
  resolveOrderBookRows,
72
71
  resolveUnifiedOrderBookEntries,
73
72
  useEventTradingContext
74
- } from "./chunk-HD6HBTK2.mjs";
73
+ } from "./chunk-KDMNFHPL.mjs";
75
74
  import {
76
75
  GeoBlockBanner
77
- } from "./chunk-43K4PFBC.mjs";
76
+ } from "./chunk-JDYZJKTE.mjs";
78
77
  import {
79
78
  AGG_DEFAULT_URL,
80
79
  AGG_DOCS_URL,
@@ -85,6 +84,7 @@ import {
85
84
  AggErrorBoundary,
86
85
  AggLogo,
87
86
  AppleIcon,
87
+ AppsIcon,
88
88
  ArbitrumIcon,
89
89
  ArrowRightIcon,
90
90
  ArrowTrendUpIcon,
@@ -106,6 +106,7 @@ import {
106
106
  ChevronLeftIcon,
107
107
  ChevronRightIcon,
108
108
  ChevronUpIcon,
109
+ CircleOverlapIcon,
109
110
  CloseIcon,
110
111
  CopyButton,
111
112
  CopyIcon,
@@ -129,10 +130,12 @@ import {
129
130
  LineChart,
130
131
  LinkAccountsIcon,
131
132
  LoadingIcon,
133
+ LockIcon,
132
134
  Modal,
133
135
  NumberValue,
134
136
  PaperPlaneIcon,
135
137
  PencilIcon,
138
+ PlaceOrderRouteCardSkeleton,
136
139
  PlaySquareIcon,
137
140
  PolygonIcon,
138
141
  ProfileIcon,
@@ -183,7 +186,7 @@ import {
183
186
  typographyVariants,
184
187
  useToast,
185
188
  venueLogoNames
186
- } from "./chunk-YZNO6IUD.mjs";
189
+ } from "./chunk-R6DETAZ6.mjs";
187
190
 
188
191
  // src/auth/connect-button-view/index.tsx
189
192
  import { optimizedImageUrl, useAggAuthContext, useLabels, useSdkUiConfig } from "@agg-build/hooks";
@@ -673,22 +676,27 @@ var AuthConnectButtonView = ({
673
676
  type: "button",
674
677
  className: cn(
675
678
  "ml-0 md:-ml-12 max-w-48",
676
- "inline-flex h-10 items-center gap-3 rounded-agg-full border bg-agg-secondary pl-2 pr-3 font-agg-sans",
679
+ "inline-flex items-center rounded-agg-full bg-agg-secondary",
680
+ "h-7 gap-1.5 pl-1 pr-2 border-2",
681
+ "md:h-10 md:gap-3 md:pl-2 md:pr-3 md:border",
677
682
  "cursor-pointer hover:bg-agg-secondary-hover",
678
683
  "focus-visible:outline-none focus-visible:border-agg-primary",
679
- isProfileMenuOpen ? "border-agg-primary" : "border-agg-separator",
684
+ isProfileMenuOpen ? "border-agg-primary" : "border-agg-primary md:border-agg-separator",
680
685
  enableAnimations ? "transition-colors" : null,
681
686
  classNames == null ? void 0 : classNames.profileTrigger
682
687
  ),
683
688
  disabled,
684
689
  "aria-label": labels.auth.walletMenuFor(resolvedProfileLabel),
685
690
  children: [
686
- /* @__PURE__ */ jsx(WalletAvatar, {}),
691
+ /* @__PURE__ */ jsx(WalletAvatar, { className: "size-5! md:size-6!" }),
687
692
  /* @__PURE__ */ jsx(
688
693
  Typography,
689
694
  {
690
695
  variant: "body-strong",
691
- className: cn("truncate whitespace-pre", classNames == null ? void 0 : classNames.profileTriggerLabel),
696
+ className: cn(
697
+ "whitespace-pre text-sm md:text-base leading-5 md:leading-6",
698
+ classNames == null ? void 0 : classNames.profileTriggerLabel
699
+ ),
692
700
  children: resolvedProfileLabel
693
701
  }
694
702
  ),
@@ -697,115 +705,177 @@ var AuthConnectButtonView = ({
697
705
  {
698
706
  name: isProfileMenuOpen ? "chevron-up" : "chevron-down",
699
707
  size: "small",
700
- className: "h-3.5 w-3.5 min-w-3.5 min-h-3.5 text-agg-foreground",
708
+ className: "h-3 w-3 md:h-3.5 md:w-3.5 text-agg-foreground",
701
709
  "aria-hidden": "true"
702
710
  }
703
711
  )
704
712
  ]
705
713
  }
706
714
  ) }),
707
- /* @__PURE__ */ jsx(DropdownMenu.Portal, { children: /* @__PURE__ */ jsxs(
715
+ /* @__PURE__ */ jsx(DropdownMenu.Portal, { children: /* @__PURE__ */ jsx(
708
716
  DropdownMenu.Content,
709
717
  {
710
- className: cn(
711
- AGG_ROOT_CLASS_NAME,
712
- rootClassName,
713
- profileMenuContentClassName,
714
- classNames == null ? void 0 : classNames.profileMenuContent
715
- ),
718
+ className: cn(AGG_ROOT_CLASS_NAME, rootClassName, "z-50 outline-none"),
716
719
  "data-agg-animations": enableAnimations ? "true" : "false",
717
720
  sideOffset: 4,
718
721
  align: "end",
719
- children: [
720
- /* @__PURE__ */ jsx(
721
- "button",
722
- {
723
- type: "button",
724
- className: cn(
725
- profileMenuSectionClassName,
726
- "cursor-pointer",
727
- "hover:bg-agg-secondary-hover focus:bg-agg-secondary-hover",
728
- enableAnimations ? "transition-colors" : null,
729
- classNames == null ? void 0 : classNames.profileMenuSection
722
+ children: /* @__PURE__ */ jsxs(
723
+ "div",
724
+ {
725
+ className: cn(
726
+ "font-agg-sans bg-agg-secondary",
727
+ "w-screen h-screen overflow-y-auto",
728
+ "md:h-auto md:w-64 md:max-w-[calc(100vw-2rem)] md:overflow-hidden md:rounded-agg-xl md:border md:border-agg-separator md:shadow-agg-popover",
729
+ classNames == null ? void 0 : classNames.profileMenuContent
730
+ ),
731
+ children: [
732
+ /* @__PURE__ */ jsxs(
733
+ "button",
734
+ {
735
+ type: "button",
736
+ className: cn(
737
+ profileMenuSectionClassName,
738
+ "cursor-pointer",
739
+ "hover:bg-agg-secondary-hover focus:bg-agg-secondary-hover focus:outline-none",
740
+ enableAnimations ? "transition-colors" : null,
741
+ disabled ? "pointer-events-none opacity-50" : null,
742
+ classNames == null ? void 0 : classNames.profileMenuSection
743
+ ),
744
+ onClick: () => {
745
+ onProfileMenuOpenChange(false);
746
+ onProfileCardClick == null ? void 0 : onProfileCardClick();
747
+ },
748
+ disabled,
749
+ children: [
750
+ /* @__PURE__ */ jsxs("div", { className: "flex w-full flex-row items-center justify-between gap-3", children: [
751
+ /* @__PURE__ */ jsxs("div", { className: "flex min-w-0 items-center gap-3", children: [
752
+ /* @__PURE__ */ jsx(WalletAvatar, { className: "size-11" }),
753
+ /* @__PURE__ */ jsxs("div", { className: "flex min-w-0 flex-col items-start justify-start gap-0.5", children: [
754
+ /* @__PURE__ */ jsx("p", { className: "w-full text-agg-lg font-agg-bold leading-agg-7 text-agg-foreground text-left", children: resolvedProfileLabel }),
755
+ addressLabel ? /* @__PURE__ */ jsx("p", { className: "w-full text-agg-sm font-agg-normal leading-agg-5 text-agg-muted-foreground text-left", children: addressLabel }) : null
756
+ ] })
757
+ ] }),
758
+ /* @__PURE__ */ jsx(
759
+ Icon,
760
+ {
761
+ name: "arrow-right",
762
+ size: "small",
763
+ className: "md:hidden h-4 w-4 shrink-0 text-agg-foreground",
764
+ "aria-hidden": "true"
765
+ }
766
+ )
767
+ ] }),
768
+ /* @__PURE__ */ jsxs("div", { className: "md:hidden flex w-full items-start gap-5", children: [
769
+ /* @__PURE__ */ jsxs("div", { className: "flex flex-1 flex-col gap-2", children: [
770
+ /* @__PURE__ */ jsxs("div", { className: "flex items-center gap-2", children: [
771
+ /* @__PURE__ */ jsx(
772
+ Icon,
773
+ {
774
+ name: "wallet-filled",
775
+ size: "small",
776
+ className: "h-4 w-4 text-agg-muted-foreground"
777
+ }
778
+ ),
779
+ /* @__PURE__ */ jsx("span", { className: "text-agg-sm leading-agg-5 text-agg-foreground", children: "Withdrawable Balance" })
780
+ ] }),
781
+ /* @__PURE__ */ jsx("p", { className: "text-agg-lg font-agg-bold leading-agg-7 text-agg-foreground text-left", children: isBalanceLoading ? /* @__PURE__ */ jsx(LoadingIcon, { size: "small" }) : formatUsd(totalBalance) })
782
+ ] }),
783
+ /* @__PURE__ */ jsxs("div", { className: "flex flex-1 flex-col gap-2", children: [
784
+ /* @__PURE__ */ jsxs("div", { className: "flex items-center gap-2", children: [
785
+ /* @__PURE__ */ jsx(
786
+ Icon,
787
+ {
788
+ name: "activity-chart",
789
+ size: "small",
790
+ className: "h-4 w-4 text-agg-muted-foreground"
791
+ }
792
+ ),
793
+ /* @__PURE__ */ jsx("span", { className: "text-agg-sm leading-agg-5 text-agg-foreground", children: "Positions Value" })
794
+ ] }),
795
+ /* @__PURE__ */ jsx("p", { className: "text-agg-lg font-agg-bold leading-agg-7 text-agg-foreground text-left", children: isBalanceLoading ? /* @__PURE__ */ jsx(LoadingIcon, { size: "small" }) : formatUsd(positionsBalance) })
796
+ ] })
797
+ ] })
798
+ ]
799
+ }
800
+ ),
801
+ /* @__PURE__ */ jsx(
802
+ "div",
803
+ {
804
+ className: cn(profileMenuSeparatorClassName, classNames == null ? void 0 : classNames.profileMenuSeparator)
805
+ }
730
806
  ),
731
- onClick: onProfileCardClick,
732
- disabled,
733
- children: /* @__PURE__ */ jsxs("div", { className: "flex flex-row items-start justify-start gap-3", children: [
734
- /* @__PURE__ */ jsx(WalletAvatar, { className: "size-11" }),
735
- /* @__PURE__ */ jsxs("div", { className: "flex min-w-0 flex-col items-start justify-start gap-0.5", children: [
736
- /* @__PURE__ */ jsx("p", { className: "w-full truncate text-agg-lg font-agg-bold leading-agg-7 text-agg-foreground text-left", children: resolvedProfileLabel }),
737
- addressLabel ? /* @__PURE__ */ jsx("p", { className: "w-full truncate text-agg-sm font-agg-normal leading-agg-5 text-agg-muted-foreground text-left", children: addressLabel }) : null
738
- ] })
807
+ /* @__PURE__ */ jsxs("div", { className: "flex w-full flex-col py-2", children: [
808
+ /* @__PURE__ */ jsxs(
809
+ DropdownMenu.Item,
810
+ {
811
+ className: dropdownMenuItemClassName,
812
+ onSelect: onProfileClick,
813
+ disabled,
814
+ children: [
815
+ /* @__PURE__ */ jsx(Icon, { name: "profile", size: "small", className: "text-agg-foreground" }),
816
+ /* @__PURE__ */ jsx("span", { children: labels.auth.myProfile })
817
+ ]
818
+ }
819
+ ),
820
+ isDepositBlocked ? /* @__PURE__ */ jsx(
821
+ Tooltip,
822
+ {
823
+ content: /* @__PURE__ */ jsx("p", { className: "text-center", children: labels.auth.depositGeoBlocked }),
824
+ children: /* @__PURE__ */ jsx("span", { className: "w-full", children: /* @__PURE__ */ jsxs(
825
+ DropdownMenu.Item,
826
+ {
827
+ className: cn(
828
+ dropdownMenuItemClassName,
829
+ "opacity-50 pointer-events-none"
830
+ ),
831
+ disabled: true,
832
+ children: [
833
+ /* @__PURE__ */ jsx(Icon, { name: "download", size: "small", className: "text-agg-foreground" }),
834
+ /* @__PURE__ */ jsx("span", { children: labels.auth.deposit })
835
+ ]
836
+ }
837
+ ) })
838
+ }
839
+ ) : /* @__PURE__ */ jsxs(
840
+ DropdownMenu.Item,
841
+ {
842
+ className: dropdownMenuItemClassName,
843
+ onSelect: onDepositClick,
844
+ disabled,
845
+ children: [
846
+ /* @__PURE__ */ jsx(Icon, { name: "download", size: "small", className: "text-agg-foreground" }),
847
+ /* @__PURE__ */ jsx("span", { children: labels.auth.deposit })
848
+ ]
849
+ }
850
+ ),
851
+ /* @__PURE__ */ jsxs(
852
+ DropdownMenu.Item,
853
+ {
854
+ className: dropdownMenuItemClassName,
855
+ onSelect: onWithdrawClick,
856
+ disabled,
857
+ children: [
858
+ /* @__PURE__ */ jsx(Icon, { name: "upload", size: "small", className: "text-agg-foreground" }),
859
+ /* @__PURE__ */ jsx("span", { children: labels.auth.withdraw })
860
+ ]
861
+ }
862
+ ),
863
+ /* @__PURE__ */ jsxs(
864
+ DropdownMenu.Item,
865
+ {
866
+ className: dropdownMenuItemClassName,
867
+ onSelect: onDisconnectClick,
868
+ disabled,
869
+ children: [
870
+ /* @__PURE__ */ jsx(Icon, { name: "disconnect", size: "small", className: "text-agg-foreground" }),
871
+ /* @__PURE__ */ jsx("span", { children: labels.auth.disconnect })
872
+ ]
873
+ }
874
+ )
739
875
  ] })
740
- }
741
- ),
742
- /* @__PURE__ */ jsx(
743
- "div",
744
- {
745
- className: cn(profileMenuSeparatorClassName, classNames == null ? void 0 : classNames.profileMenuSeparator)
746
- }
747
- ),
748
- /* @__PURE__ */ jsxs("div", { className: "flex w-full flex-col py-2", children: [
749
- /* @__PURE__ */ jsxs(
750
- DropdownMenu.Item,
751
- {
752
- className: dropdownMenuItemClassName,
753
- onSelect: onProfileClick,
754
- disabled,
755
- children: [
756
- /* @__PURE__ */ jsx(Icon, { name: "profile", size: "small", className: "text-agg-foreground" }),
757
- /* @__PURE__ */ jsx("span", { children: labels.auth.myProfile })
758
- ]
759
- }
760
- ),
761
- isDepositBlocked ? /* @__PURE__ */ jsx(Tooltip, { content: /* @__PURE__ */ jsx("p", { className: "text-center", children: labels.auth.depositGeoBlocked }), children: /* @__PURE__ */ jsx("span", { className: "w-full", children: /* @__PURE__ */ jsxs(
762
- DropdownMenu.Item,
763
- {
764
- className: cn(dropdownMenuItemClassName, "opacity-50 pointer-events-none"),
765
- disabled: true,
766
- children: [
767
- /* @__PURE__ */ jsx(Icon, { name: "download", size: "small", className: "text-agg-foreground" }),
768
- /* @__PURE__ */ jsx("span", { children: labels.auth.deposit })
769
- ]
770
- }
771
- ) }) }) : /* @__PURE__ */ jsxs(
772
- DropdownMenu.Item,
773
- {
774
- className: dropdownMenuItemClassName,
775
- onSelect: onDepositClick,
776
- disabled,
777
- children: [
778
- /* @__PURE__ */ jsx(Icon, { name: "download", size: "small", className: "text-agg-foreground" }),
779
- /* @__PURE__ */ jsx("span", { children: labels.auth.deposit })
780
- ]
781
- }
782
- ),
783
- /* @__PURE__ */ jsxs(
784
- DropdownMenu.Item,
785
- {
786
- className: dropdownMenuItemClassName,
787
- onSelect: onWithdrawClick,
788
- disabled,
789
- children: [
790
- /* @__PURE__ */ jsx(Icon, { name: "upload", size: "small", className: "text-agg-foreground" }),
791
- /* @__PURE__ */ jsx("span", { children: labels.auth.withdraw })
792
- ]
793
- }
794
- ),
795
- /* @__PURE__ */ jsxs(
796
- DropdownMenu.Item,
797
- {
798
- className: dropdownMenuItemClassName,
799
- onSelect: onDisconnectClick,
800
- disabled,
801
- children: [
802
- /* @__PURE__ */ jsx(Icon, { name: "disconnect", size: "small", className: "text-agg-foreground" }),
803
- /* @__PURE__ */ jsx("span", { children: labels.auth.disconnect })
804
- ]
805
- }
806
- )
807
- ] })
808
- ]
876
+ ]
877
+ }
878
+ )
809
879
  }
810
880
  ) })
811
881
  ] })
@@ -822,6 +892,7 @@ export {
822
892
  AggErrorBoundary,
823
893
  AggLogo,
824
894
  AppleIcon,
895
+ AppsIcon,
825
896
  ArbitrumIcon,
826
897
  ArrowRightIcon,
827
898
  ArrowTrendUpIcon,
@@ -845,6 +916,7 @@ export {
845
916
  ChevronLeftIcon,
846
917
  ChevronRightIcon,
847
918
  ChevronUpIcon,
919
+ CircleOverlapIcon,
848
920
  CloseIcon,
849
921
  ConnectAccountsStep,
850
922
  ConnectKalshiModal,
@@ -881,6 +953,7 @@ export {
881
953
  LineChart,
882
954
  LinkAccountsIcon,
883
955
  LoadingIcon,
956
+ LockIcon,
884
957
  MarketDetails,
885
958
  MarketDetailsList,
886
959
  Modal,
@@ -892,6 +965,7 @@ export {
892
965
  PencilIcon,
893
966
  PlaceOrder,
894
967
  PlaceOrderFailureView,
968
+ PlaceOrderRouteCardSkeleton,
895
969
  PlaceOrderSuccessView,
896
970
  PlaySquareIcon,
897
971
  PolygonIcon,
@@ -900,6 +974,7 @@ export {
900
974
  ProfileSetupStep,
901
975
  RemoteImage,
902
976
  RevenueAltIcon,
977
+ SETTLEMENT_SECTION_ID,
903
978
  Search,
904
979
  SearchIcon,
905
980
  Select,
@@ -942,7 +1017,6 @@ export {
942
1017
  cn,
943
1018
  collectEligibleVenueOutcomeIds,
944
1019
  collectEligibleVenueOutcomes,
945
- defaultSettlementDifferencesTitle,
946
1020
  defaultSettlementSectionLabel,
947
1021
  defaultTradingDisclaimer,
948
1022
  formatAmountDisplay,
@@ -963,7 +1037,6 @@ export {
963
1037
  iconNames,
964
1038
  isTruthy,
965
1039
  isValidDateValue,
966
- mapVenueMarketsToSettlementSections,
967
1040
  mergeVenueOutcomeOrderbooks,
968
1041
  orderbookRowLimitDefault,
969
1042
  parseAmount,