@agg-build/ui 1.3.0 → 2.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 (44) hide show
  1. package/dist/{chunk-ONVP7YWS.mjs → chunk-3OI2ZLLT.mjs} +94 -39
  2. package/dist/{chunk-UFC7L74C.mjs → chunk-C5M2OOM3.mjs} +1 -1
  3. package/dist/{chunk-QUZWA34R.mjs → chunk-DXF2LMNN.mjs} +512 -503
  4. package/dist/{chunk-5ALBEKAT.mjs → chunk-R6FBYAY5.mjs} +246 -194
  5. package/dist/{chunk-6PQ6O6M5.mjs → chunk-Y6PVXAUQ.mjs} +34 -90
  6. package/dist/{chunk-YWJIYEJV.mjs → chunk-YAEA6EDG.mjs} +31 -18
  7. package/dist/{chunk-55ODXLOS.mjs → chunk-YMVD6Q2A.mjs} +1 -1
  8. package/dist/events.js +894 -903
  9. package/dist/events.mjs +3 -3
  10. package/dist/index.js +2609 -2530
  11. package/dist/index.mjs +9 -7
  12. package/dist/modals.js +278 -171
  13. package/dist/modals.mjs +5 -3
  14. package/dist/pages.js +2014 -1991
  15. package/dist/pages.mjs +6 -6
  16. package/dist/primitives.js +526 -475
  17. package/dist/primitives.mjs +1 -1
  18. package/dist/styles.css +1 -1
  19. package/dist/tailwind.css +1 -1
  20. package/dist/trading.js +28 -15
  21. package/dist/trading.mjs +4 -4
  22. package/dist/types/events/list/category-sidebar.d.mts +33 -0
  23. package/dist/types/events/list/category-sidebar.d.ts +33 -0
  24. package/dist/types/events/list/event-list-tabs.d.mts +2 -0
  25. package/dist/types/events/list/event-list-tabs.d.ts +2 -0
  26. package/dist/types/events/list/event-list.utils.d.mts +0 -4
  27. package/dist/types/events/list/event-list.utils.d.ts +0 -4
  28. package/dist/types/events/list/index.d.mts +1 -0
  29. package/dist/types/events/list/index.d.ts +1 -0
  30. package/dist/types/pages/event-market/event-market.types.d.mts +1 -0
  31. package/dist/types/pages/event-market/event-market.types.d.ts +1 -0
  32. package/dist/types/pages/user-profile/index.d.mts +1 -1
  33. package/dist/types/pages/user-profile/index.d.ts +1 -1
  34. package/dist/types/pages/user-profile/user-profile.types.d.mts +1 -0
  35. package/dist/types/pages/user-profile/user-profile.types.d.ts +1 -0
  36. package/dist/types/shared/use-horizontal-scroll-state.d.mts +15 -0
  37. package/dist/types/shared/use-horizontal-scroll-state.d.ts +15 -0
  38. package/dist/types/withdraw/index.d.mts +9 -1
  39. package/dist/types/withdraw/index.d.ts +9 -1
  40. package/dist/types/withdraw/steps/withdraw-amount.d.mts +10 -1
  41. package/dist/types/withdraw/steps/withdraw-amount.d.ts +10 -1
  42. package/dist/types/withdraw/withdraw-modal.types.d.mts +8 -0
  43. package/dist/types/withdraw/withdraw-modal.types.d.ts +8 -0
  44. package/package.json +3 -3
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-6PQ6O6M5.mjs";
13
+ } from "./chunk-Y6PVXAUQ.mjs";
14
14
  import {
15
15
  EventList,
16
16
  EventListItem,
@@ -26,7 +26,7 @@ import {
26
26
  mergeVenueOutcomeOrderbooks,
27
27
  orderbookRowLimitDefault,
28
28
  useCenterOrderbookSpread
29
- } from "./chunk-5ALBEKAT.mjs";
29
+ } from "./chunk-R6FBYAY5.mjs";
30
30
  import {
31
31
  CARD_NETWORK_OPTIONS,
32
32
  ConnectAccountsStep,
@@ -39,10 +39,11 @@ import {
39
39
  ProfileModal,
40
40
  ProfileSetupStep,
41
41
  WithdrawModal,
42
+ buildTerminalSummary,
42
43
  clearPendingCardSession,
43
44
  getPendingCardSession,
44
45
  subscribeAggDepositNotification
45
- } from "./chunk-ONVP7YWS.mjs";
46
+ } from "./chunk-3OI2ZLLT.mjs";
46
47
  import {
47
48
  DEPOSIT_MODAL_OPEN_EVENT,
48
49
  PlaceOrder,
@@ -54,7 +55,7 @@ import {
54
55
  parseVenue,
55
56
  requestAggDepositModalOpen,
56
57
  requestAggWithdrawModalOpen
57
- } from "./chunk-YWJIYEJV.mjs";
58
+ } from "./chunk-YAEA6EDG.mjs";
58
59
  import {
59
60
  SETTLEMENT_SECTION_ID,
60
61
  Settlement,
@@ -72,10 +73,10 @@ import {
72
73
  resolveOrderBookRows,
73
74
  resolveUnifiedOrderBookEntries,
74
75
  useEventTradingContext
75
- } from "./chunk-UFC7L74C.mjs";
76
+ } from "./chunk-C5M2OOM3.mjs";
76
77
  import {
77
78
  GeoBlockBanner
78
- } from "./chunk-55ODXLOS.mjs";
79
+ } from "./chunk-YMVD6Q2A.mjs";
79
80
  import {
80
81
  AGG_DEFAULT_URL,
81
82
  AGG_DOCS_URL,
@@ -194,7 +195,7 @@ import {
194
195
  useOptionalToast,
195
196
  useToast,
196
197
  venueLogoNames
197
- } from "./chunk-QUZWA34R.mjs";
198
+ } from "./chunk-DXF2LMNN.mjs";
198
199
 
199
200
  // src/notifications/agg-notification-events-provider.tsx
200
201
  import {
@@ -1405,6 +1406,7 @@ export {
1405
1406
  WithdrawModal,
1406
1407
  AGG_ROOT_CLASS_NAME as aggRootClassName,
1407
1408
  badgeSizes,
1409
+ buildTerminalSummary,
1408
1410
  clearPendingCardSession,
1409
1411
  cn,
1410
1412
  collectEligibleVenueOutcomeIds,