@agg-build/ui 1.0.2 → 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 (30) hide show
  1. package/dist/{chunk-4ILR2YH3.mjs → chunk-7JEJIGG4.mjs} +2 -2
  2. package/dist/{chunk-WFS772A3.mjs → chunk-F3SU7BRE.mjs} +1 -1
  3. package/dist/{chunk-3IY2GA2D.mjs → chunk-IT2Y62MG.mjs} +25 -23
  4. package/dist/{chunk-YSCHNVBZ.mjs → chunk-JDYZJKTE.mjs} +2 -2
  5. package/dist/{chunk-PEVG67XU.mjs → chunk-KDMNFHPL.mjs} +1 -1
  6. package/dist/{chunk-XDZLCWUZ.mjs → chunk-OHEZGKFM.mjs} +44 -26
  7. package/dist/{chunk-TLGQ4LID.mjs → chunk-R6DETAZ6.mjs} +732 -695
  8. package/dist/events.js +843 -807
  9. package/dist/events.mjs +3 -3
  10. package/dist/index.js +2266 -2207
  11. package/dist/index.mjs +9 -7
  12. package/dist/modals.js +755 -719
  13. package/dist/modals.mjs +3 -3
  14. package/dist/pages.js +1549 -1492
  15. package/dist/pages.mjs +6 -6
  16. package/dist/primitives.js +733 -695
  17. package/dist/primitives.mjs +3 -1
  18. package/dist/trading.js +525 -471
  19. package/dist/trading.mjs +4 -4
  20. package/dist/types/pages/user-profile/components/available-balance-card.d.mts +0 -1
  21. package/dist/types/pages/user-profile/components/available-balance-card.d.ts +0 -1
  22. package/dist/types/primitives/icon/icon.types.d.mts +1 -2
  23. package/dist/types/primitives/icon/icon.types.d.ts +1 -2
  24. package/dist/types/primitives/icon/index.d.mts +2 -1
  25. package/dist/types/primitives/icon/index.d.ts +2 -1
  26. package/dist/types/primitives/icon/registry.d.mts +4 -0
  27. package/dist/types/primitives/icon/registry.d.ts +4 -0
  28. package/dist/types/primitives/icon/svg/lock.d.mts +5 -0
  29. package/dist/types/primitives/icon/svg/lock.d.ts +5 -0
  30. 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-3IY2GA2D.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-4ILR2YH3.mjs";
28
+ } from "./chunk-7JEJIGG4.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-WFS772A3.mjs";
43
+ } from "./chunk-F3SU7BRE.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-XDZLCWUZ.mjs";
55
+ } from "./chunk-OHEZGKFM.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-PEVG67XU.mjs";
73
+ } from "./chunk-KDMNFHPL.mjs";
74
74
  import {
75
75
  GeoBlockBanner
76
- } from "./chunk-YSCHNVBZ.mjs";
76
+ } from "./chunk-JDYZJKTE.mjs";
77
77
  import {
78
78
  AGG_DEFAULT_URL,
79
79
  AGG_DOCS_URL,
@@ -130,6 +130,7 @@ import {
130
130
  LineChart,
131
131
  LinkAccountsIcon,
132
132
  LoadingIcon,
133
+ LockIcon,
133
134
  Modal,
134
135
  NumberValue,
135
136
  PaperPlaneIcon,
@@ -185,7 +186,7 @@ import {
185
186
  typographyVariants,
186
187
  useToast,
187
188
  venueLogoNames
188
- } from "./chunk-TLGQ4LID.mjs";
189
+ } from "./chunk-R6DETAZ6.mjs";
189
190
 
190
191
  // src/auth/connect-button-view/index.tsx
191
192
  import { optimizedImageUrl, useAggAuthContext, useLabels, useSdkUiConfig } from "@agg-build/hooks";
@@ -952,6 +953,7 @@ export {
952
953
  LineChart,
953
954
  LinkAccountsIcon,
954
955
  LoadingIcon,
956
+ LockIcon,
955
957
  MarketDetails,
956
958
  MarketDetailsList,
957
959
  Modal,