@agg-market/ui 8.0.0 → 10.0.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 (74) hide show
  1. package/dist/{chunk-SBLIHCN2.mjs → chunk-55YYUTBK.mjs} +807 -358
  2. package/dist/{chunk-JE4MV5RL.mjs → chunk-5G4T5R2H.mjs} +6 -2
  3. package/dist/{chunk-TLFRGJ5B.mjs → chunk-GYOCLZGH.mjs} +564 -414
  4. package/dist/{chunk-KRCRD4AJ.mjs → chunk-RYQSVETG.mjs} +212 -174
  5. package/dist/{chunk-WKY3IN52.mjs → chunk-XP7DREIX.mjs} +54 -15
  6. package/dist/events.js +604 -421
  7. package/dist/events.mjs +6 -4
  8. package/dist/index.js +1616 -948
  9. package/dist/index.mjs +10 -6
  10. package/dist/modals.js +1185 -374
  11. package/dist/modals.mjs +4 -2
  12. package/dist/pages.js +1434 -1005
  13. package/dist/pages.mjs +4 -4
  14. package/dist/primitives.js +53 -14
  15. package/dist/primitives.mjs +1 -1
  16. package/dist/styles.css +1 -1
  17. package/dist/tailwind.css +1 -1
  18. package/dist/trading.js +20 -4
  19. package/dist/trading.mjs +2 -2
  20. package/dist/types/events/item/event-list-item.types.d.mts +6 -4
  21. package/dist/types/events/item/event-list-item.types.d.ts +6 -4
  22. package/dist/types/events/item/event-list-item.utils.d.mts +5 -5
  23. package/dist/types/events/item/event-list-item.utils.d.ts +5 -5
  24. package/dist/types/events/item/index.d.mts +1 -1
  25. package/dist/types/events/item/index.d.ts +1 -1
  26. package/dist/types/events/item-details/event-list-item-details.types.d.mts +3 -5
  27. package/dist/types/events/item-details/event-list-item-details.types.d.ts +3 -5
  28. package/dist/types/events/item-details/event-list-item-details.utils.d.mts +42 -3
  29. package/dist/types/events/item-details/event-list-item-details.utils.d.ts +42 -3
  30. package/dist/types/events/list/event-list.types.d.mts +6 -5
  31. package/dist/types/events/list/event-list.types.d.ts +6 -5
  32. package/dist/types/events/list/event-list.utils.d.mts +5 -5
  33. package/dist/types/events/list/event-list.utils.d.ts +5 -5
  34. package/dist/types/events/list/index.d.mts +1 -1
  35. package/dist/types/events/list/index.d.ts +1 -1
  36. package/dist/types/events/market-details/index.d.mts +6 -2
  37. package/dist/types/events/market-details/index.d.ts +6 -2
  38. package/dist/types/events/market-details/market-details.types.d.mts +35 -9
  39. package/dist/types/events/market-details/market-details.types.d.ts +35 -9
  40. package/dist/types/events/market-details/market-details.utils.d.mts +28 -12
  41. package/dist/types/events/market-details/market-details.utils.d.ts +28 -12
  42. package/dist/types/modals/index.d.mts +1 -0
  43. package/dist/types/modals/index.d.ts +1 -0
  44. package/dist/types/onramp/index.d.mts +6 -0
  45. package/dist/types/onramp/index.d.ts +6 -0
  46. package/dist/types/onramp/onramp-modal.constants.d.mts +9 -0
  47. package/dist/types/onramp/onramp-modal.constants.d.ts +9 -0
  48. package/dist/types/onramp/onramp-modal.types.d.mts +64 -0
  49. package/dist/types/onramp/onramp-modal.types.d.ts +64 -0
  50. package/dist/types/onramp/steps/quote-card.d.mts +8 -0
  51. package/dist/types/onramp/steps/quote-card.d.ts +8 -0
  52. package/dist/types/onramp/steps/quote-form.d.mts +12 -0
  53. package/dist/types/onramp/steps/quote-form.d.ts +12 -0
  54. package/dist/types/onramp/steps/quote-selection.d.mts +14 -0
  55. package/dist/types/onramp/steps/quote-selection.d.ts +14 -0
  56. package/dist/types/onramp/steps/widget.d.mts +7 -0
  57. package/dist/types/onramp/steps/widget.d.ts +7 -0
  58. package/dist/types/pages/event-market/event-market.types.d.mts +4 -2
  59. package/dist/types/pages/event-market/event-market.types.d.ts +4 -2
  60. package/dist/types/pages/home/home.constants.d.mts +1 -3
  61. package/dist/types/pages/home/home.constants.d.ts +1 -3
  62. package/dist/types/pages/home/home.types.d.mts +0 -2
  63. package/dist/types/pages/home/home.types.d.ts +0 -2
  64. package/dist/types/pages/home/home.utils.d.mts +4 -0
  65. package/dist/types/pages/home/home.utils.d.ts +4 -0
  66. package/dist/types/pages/home/index.d.mts +1 -1
  67. package/dist/types/pages/home/index.d.ts +1 -1
  68. package/dist/types/primitives/chart/index.d.mts +18 -1
  69. package/dist/types/primitives/chart/index.d.ts +18 -1
  70. package/dist/types/primitives/venue-logo/index.d.mts +1 -1
  71. package/dist/types/primitives/venue-logo/index.d.ts +1 -1
  72. package/dist/types/trading/types.d.mts +2 -2
  73. package/dist/types/trading/types.d.ts +2 -2
  74. package/package.json +3 -3
package/dist/index.mjs CHANGED
@@ -3,13 +3,14 @@ import {
3
3
  EventMarketPage,
4
4
  HomePage,
5
5
  UserProfilePage
6
- } from "./chunk-KRCRD4AJ.mjs";
6
+ } from "./chunk-RYQSVETG.mjs";
7
7
  import {
8
8
  EventList,
9
9
  EventListItem,
10
10
  EventListItemDetails,
11
- MarketDetails
12
- } from "./chunk-TLFRGJ5B.mjs";
11
+ MarketDetails,
12
+ MarketDetailsList
13
+ } from "./chunk-GYOCLZGH.mjs";
13
14
  import {
14
15
  ConnectAccountsStep,
15
16
  ConnectKalshiModal,
@@ -17,10 +18,11 @@ import {
17
18
  DepositModal,
18
19
  HowItWorksStep,
19
20
  OnboardingModal,
21
+ OnrampModal,
20
22
  ProfileModal,
21
23
  ProfileSetupStep,
22
24
  WithdrawModal
23
- } from "./chunk-SBLIHCN2.mjs";
25
+ } from "./chunk-55YYUTBK.mjs";
24
26
  import {
25
27
  placeOrderMetricSchema,
26
28
  placeOrderOutcomeSchema,
@@ -52,7 +54,7 @@ import {
52
54
  getTradingSlippageLabel,
53
55
  getTradingValueLabel,
54
56
  getTradingVenueLabel
55
- } from "./chunk-JE4MV5RL.mjs";
57
+ } from "./chunk-5G4T5R2H.mjs";
56
58
  import {
57
59
  AGG_ROOT_CLASS_NAME,
58
60
  AppleIcon,
@@ -135,7 +137,7 @@ import {
135
137
  toDate,
136
138
  typographyVariants,
137
139
  venueLogoNames
138
- } from "./chunk-WKY3IN52.mjs";
140
+ } from "./chunk-XP7DREIX.mjs";
139
141
 
140
142
  // src/auth/connect-button-view/index.tsx
141
143
  import * as DropdownMenu from "@radix-ui/react-dropdown-menu";
@@ -751,9 +753,11 @@ export {
751
753
  LinkAccountsIcon,
752
754
  LoadingIcon,
753
755
  MarketDetails,
756
+ MarketDetailsList,
754
757
  Modal,
755
758
  NumberValue,
756
759
  OnboardingModal,
760
+ OnrampModal,
757
761
  PencilIcon,
758
762
  PlaceOrder,
759
763
  PlaySquareIcon,