@agg-market/ui 3.0.0 → 4.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.
- package/dist/chart.js +18 -5
- package/dist/chart.mjs +2 -2
- package/dist/{chunk-LK5D3ZTK.mjs → chunk-3QLOUBDJ.mjs} +1 -1
- package/dist/{chunk-4KMFDCAH.mjs → chunk-3W7NBJLU.mjs} +2 -2
- package/dist/{chunk-KCPDVBIZ.mjs → chunk-4S3I6X7F.mjs} +14 -13
- package/dist/{chunk-OA2IZ3VW.mjs → chunk-5ADMXO3Y.mjs} +1 -1
- package/dist/{chunk-7NISYVSJ.mjs → chunk-6JG6I5AY.mjs} +1 -1
- package/dist/{chunk-TA7LKYKP.mjs → chunk-DCORNTCY.mjs} +1 -1
- package/dist/{chunk-QYZKC7KG.mjs → chunk-GNSPZ53C.mjs} +87 -86
- package/dist/{chunk-422MCIXV.mjs → chunk-HOXTJ742.mjs} +15 -11
- package/dist/{chunk-KFOATMAE.mjs → chunk-JNH64AKR.mjs} +32 -25
- package/dist/{chunk-DL7STJQ5.mjs → chunk-LA3FBBSJ.mjs} +3 -3
- package/dist/{chunk-CTVMT3VL.mjs → chunk-LCZKSITC.mjs} +2 -2
- package/dist/chunk-M4RJHRFT.mjs +445 -0
- package/dist/{chunk-D5FTFSKL.mjs → chunk-MBHTXNHX.mjs} +4 -4
- package/dist/{chunk-O46OFVH6.mjs → chunk-MJHKBCXQ.mjs} +2 -2
- package/dist/{chunk-2MJY6RVY.mjs → chunk-NH2G3POM.mjs} +1 -1
- package/dist/{chunk-BEDUFOIG.mjs → chunk-OH56VUYK.mjs} +6 -20
- package/dist/{chunk-BN5VVHNV.mjs → chunk-OJVTGNIF.mjs} +17 -4
- package/dist/{chunk-6425RRBI.mjs → chunk-P2PJBO5C.mjs} +1 -1
- package/dist/{chunk-D7JTOGYP.mjs → chunk-PORVP72S.mjs} +22 -2
- package/dist/{chunk-5GDNWQZS.mjs → chunk-QLMVKLNJ.mjs} +1 -1
- package/dist/{chunk-GHB3GOCW.mjs → chunk-QM7CGMFG.mjs} +5 -21
- package/dist/connect-button.js +22 -2
- package/dist/connect-button.mjs +2 -2
- package/dist/deposit-modal.js +22 -2
- package/dist/deposit-modal.mjs +2 -2
- package/dist/event-list-item-details.js +235 -243
- package/dist/event-list-item-details.mjs +7 -7
- package/dist/event-list-item.js +178 -210
- package/dist/event-list-item.mjs +4 -4
- package/dist/event-list.js +181 -225
- package/dist/event-list.mjs +5 -5
- package/dist/event-market-page.d.mts +1 -1
- package/dist/event-market-page.d.ts +1 -1
- package/dist/event-market-page.js +498 -576
- package/dist/event-market-page.mjs +11 -12
- package/dist/home-page.js +181 -225
- package/dist/home-page.mjs +6 -6
- package/dist/index.d.mts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +331 -347
- package/dist/index.mjs +21 -21
- package/dist/market-details.d.mts +1 -1
- package/dist/market-details.d.ts +1 -1
- package/dist/market-details.js +345 -417
- package/dist/market-details.mjs +7 -8
- package/dist/onboarding-modal.js +35 -14
- package/dist/onboarding-modal.mjs +2 -2
- package/dist/place-order.d.mts +1 -1
- package/dist/place-order.d.ts +1 -1
- package/dist/place-order.js +173 -191
- package/dist/place-order.mjs +3 -3
- package/dist/profile-modal.js +22 -2
- package/dist/profile-modal.mjs +2 -2
- package/dist/search.d.mts +1 -1
- package/dist/search.d.ts +1 -1
- package/dist/search.js +22 -2
- package/dist/search.mjs +2 -2
- package/dist/settlement.d.mts +1 -1
- package/dist/settlement.d.ts +1 -1
- package/dist/settlement.js +173 -191
- package/dist/settlement.mjs +3 -3
- package/dist/skeleton.js +151 -189
- package/dist/skeleton.mjs +1 -1
- package/dist/styles.css +1 -1
- package/dist/switch-button.js +2 -2
- package/dist/switch-button.mjs +1 -1
- package/dist/tailwind.css +1 -1
- package/dist/user-profile-page.d.mts +1 -1
- package/dist/user-profile-page.d.ts +1 -1
- package/dist/user-profile-page.js +22 -2
- package/dist/user-profile-page.mjs +2 -2
- package/dist/venue-logo.d.mts +3 -2
- package/dist/venue-logo.d.ts +3 -2
- package/dist/venue-logo.js +22 -2
- package/dist/venue-logo.mjs +1 -1
- package/dist/{venue-logo.types-HRf1yBLD.d.mts → venue-logo.types-CGUc22ly.d.mts} +3 -1
- package/dist/{venue-logo.types-D8Cu2rAm.d.ts → venue-logo.types-Dqr39S1-.d.ts} +3 -1
- package/dist/withdraw-modal.js +22 -2
- package/dist/withdraw-modal.mjs +2 -2
- package/package.json +2 -2
- package/dist/chunk-V52WSZHQ.mjs +0 -482
- package/dist/{types-JBf1DZlH.d.ts → types-DkGlbmXq.d.mts} +2 -2
- package/dist/{types-JBf1DZlH.d.mts → types-DkGlbmXq.d.ts} +2 -2
package/dist/index.mjs
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
HomePage
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-P2PJBO5C.mjs";
|
|
4
4
|
import {
|
|
5
5
|
DepositModal
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-QLMVKLNJ.mjs";
|
|
7
7
|
import {
|
|
8
8
|
WithdrawModal
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-NH2G3POM.mjs";
|
|
10
10
|
import {
|
|
11
11
|
ConnectAccountsStep,
|
|
12
12
|
ConnectKalshiModal,
|
|
@@ -14,25 +14,25 @@ import {
|
|
|
14
14
|
HowItWorksStep,
|
|
15
15
|
OnboardingModal,
|
|
16
16
|
ProfileSetupStep
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-4S3I6X7F.mjs";
|
|
18
18
|
import {
|
|
19
19
|
ProfileModal
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-3QLOUBDJ.mjs";
|
|
21
21
|
import {
|
|
22
22
|
EventMarketPage
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-MBHTXNHX.mjs";
|
|
24
24
|
import {
|
|
25
25
|
UserProfilePage
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-6JG6I5AY.mjs";
|
|
27
27
|
import {
|
|
28
28
|
Modal
|
|
29
29
|
} from "./chunk-5K7VXAYM.mjs";
|
|
30
30
|
import {
|
|
31
31
|
Settlement
|
|
32
|
-
} from "./chunk-
|
|
32
|
+
} from "./chunk-3W7NBJLU.mjs";
|
|
33
33
|
import {
|
|
34
34
|
PlaceOrder
|
|
35
|
-
} from "./chunk-
|
|
35
|
+
} from "./chunk-MJHKBCXQ.mjs";
|
|
36
36
|
import {
|
|
37
37
|
defaultSettlementDifferencesTitle,
|
|
38
38
|
defaultSettlementSectionLabel,
|
|
@@ -48,21 +48,21 @@ import {
|
|
|
48
48
|
} from "./chunk-OBCHURW5.mjs";
|
|
49
49
|
import {
|
|
50
50
|
EventListItemDetails
|
|
51
|
-
} from "./chunk-
|
|
51
|
+
} from "./chunk-JNH64AKR.mjs";
|
|
52
52
|
import {
|
|
53
53
|
MarketDetails
|
|
54
|
-
} from "./chunk-
|
|
55
|
-
import "./chunk-
|
|
54
|
+
} from "./chunk-GNSPZ53C.mjs";
|
|
55
|
+
import "./chunk-HOXTJ742.mjs";
|
|
56
56
|
import {
|
|
57
57
|
EventList
|
|
58
|
-
} from "./chunk-
|
|
58
|
+
} from "./chunk-OH56VUYK.mjs";
|
|
59
59
|
import {
|
|
60
60
|
EventListItem
|
|
61
|
-
} from "./chunk-
|
|
61
|
+
} from "./chunk-LA3FBBSJ.mjs";
|
|
62
62
|
import {
|
|
63
63
|
Tabs
|
|
64
64
|
} from "./chunk-S3H63TQ5.mjs";
|
|
65
|
-
import "./chunk-
|
|
65
|
+
import "./chunk-QM7CGMFG.mjs";
|
|
66
66
|
import {
|
|
67
67
|
NumberValue
|
|
68
68
|
} from "./chunk-4VUDTWH7.mjs";
|
|
@@ -75,21 +75,21 @@ import {
|
|
|
75
75
|
} from "./chunk-YJA5VQW6.mjs";
|
|
76
76
|
import {
|
|
77
77
|
Search
|
|
78
|
-
} from "./chunk-
|
|
78
|
+
} from "./chunk-DCORNTCY.mjs";
|
|
79
79
|
import {
|
|
80
80
|
Skeleton,
|
|
81
81
|
skeletonViews
|
|
82
|
-
} from "./chunk-
|
|
82
|
+
} from "./chunk-M4RJHRFT.mjs";
|
|
83
83
|
import {
|
|
84
84
|
ConnectButton
|
|
85
|
-
} from "./chunk-
|
|
85
|
+
} from "./chunk-5ADMXO3Y.mjs";
|
|
86
86
|
import {
|
|
87
87
|
LoadingIcon
|
|
88
88
|
} from "./chunk-IGPNIM2B.mjs";
|
|
89
89
|
import {
|
|
90
90
|
VenueLogo,
|
|
91
91
|
venueLogoNames
|
|
92
|
-
} from "./chunk-
|
|
92
|
+
} from "./chunk-PORVP72S.mjs";
|
|
93
93
|
import {
|
|
94
94
|
ArrowTrendUpIcon,
|
|
95
95
|
ArrowsToDotIcon,
|
|
@@ -149,10 +149,10 @@ import {
|
|
|
149
149
|
} from "./chunk-FO2QCB4Z.mjs";
|
|
150
150
|
import {
|
|
151
151
|
LineChart
|
|
152
|
-
} from "./chunk-
|
|
152
|
+
} from "./chunk-OJVTGNIF.mjs";
|
|
153
153
|
import {
|
|
154
154
|
SwitchButton
|
|
155
|
-
} from "./chunk-
|
|
155
|
+
} from "./chunk-LCZKSITC.mjs";
|
|
156
156
|
import {
|
|
157
157
|
AGG_ROOT_CLASS_NAME,
|
|
158
158
|
cn,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Event } from '@agg-market/hooks';
|
|
2
2
|
import React from 'react';
|
|
3
|
-
import { V as VenueLogoName } from './venue-logo.types-
|
|
3
|
+
import { V as VenueLogoName } from './venue-logo.types-CGUc22ly.mjs';
|
|
4
4
|
import { d as EventListItemDetailsTimeRange } from './event-list-item-details.types-DekJKeMD.mjs';
|
|
5
5
|
import './types-BVj9ky9P.mjs';
|
|
6
6
|
import './event-list-item.types-Y6IeJ4e4.mjs';
|
package/dist/market-details.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Event } from '@agg-market/hooks';
|
|
2
2
|
import React from 'react';
|
|
3
|
-
import { V as VenueLogoName } from './venue-logo.types-
|
|
3
|
+
import { V as VenueLogoName } from './venue-logo.types-Dqr39S1-.js';
|
|
4
4
|
import { d as EventListItemDetailsTimeRange } from './event-list-item-details.types-CMbXOrT-.js';
|
|
5
5
|
import './types-BVj9ky9P.js';
|
|
6
6
|
import './event-list-item.types-Y6IeJ4e4.js';
|