@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/home-page.mjs
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
2
|
HomePage
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
5
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-P2PJBO5C.mjs";
|
|
4
|
+
import "./chunk-OH56VUYK.mjs";
|
|
5
|
+
import "./chunk-LA3FBBSJ.mjs";
|
|
6
6
|
import "./chunk-S3H63TQ5.mjs";
|
|
7
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-QM7CGMFG.mjs";
|
|
8
8
|
import "./chunk-K6IJ4WBM.mjs";
|
|
9
9
|
import "./chunk-YJA5VQW6.mjs";
|
|
10
|
-
import "./chunk-
|
|
11
|
-
import "./chunk-
|
|
10
|
+
import "./chunk-M4RJHRFT.mjs";
|
|
11
|
+
import "./chunk-PORVP72S.mjs";
|
|
12
12
|
import "./chunk-PZTHM6WG.mjs";
|
|
13
13
|
import "./chunk-NDG43KGL.mjs";
|
|
14
14
|
import "./chunk-BNDFQPHF.mjs";
|
package/dist/index.d.mts
CHANGED
|
@@ -26,13 +26,13 @@ export { ConnectAccountsStep, ConnectAccountsStepProps, ConnectKalshiModal, Conn
|
|
|
26
26
|
export { ExchangeAccount, ProfileModal, ProfileModalProps, SocialAccountInfo, SocialAccountState } from './profile-modal.mjs';
|
|
27
27
|
export { EventMarketPage, EventMarketPageClassNames, EventMarketPageProps } from './event-market-page.mjs';
|
|
28
28
|
export { UserProfileActivity, UserProfileBalance, UserProfileConnectedExchange, UserProfileInfo, UserProfilePage, UserProfilePageClassNames, UserProfilePageProps, UserProfilePosition, UserProfilePositionFilter, UserProfileSocialLink, UserProfileTimeRange, UserProfileVenueBalance } from './user-profile-page.mjs';
|
|
29
|
-
import { T as TradingVenue } from './types-
|
|
30
|
-
export { v as PlaceOrderMetric, u as PlaceOrderOutcome, y as PlaceOrderResult, r as PlaceOrderResultTone, x as PlaceOrderRouting, w as PlaceOrderRoutingRow, q as PlaceOrderRoutingTone, z as PlaceOrderStatus, o as PlaceOrderStatusPlacement, n as PlaceOrderStatusTone, P as PlaceOrderTab, A as PlaceOrderViewModel, b as SettlementVenueItem, S as SettlementViewModel, h as placeOrderMetricSchema, g as placeOrderOutcomeSchema, k as placeOrderResultSchema, f as placeOrderResultToneSchema, i as placeOrderRoutingRowSchema, j as placeOrderRoutingSchema, e as placeOrderRoutingToneSchema, d as placeOrderStatusPlacementSchema, l as placeOrderStatusSchema, c as placeOrderStatusToneSchema, p as placeOrderTabSchema, m as placeOrderViewModelSchema, s as settlementVenueSchema, a as settlementViewModelSchema, t as tradingVenueSchema } from './types-
|
|
29
|
+
import { T as TradingVenue } from './types-DkGlbmXq.mjs';
|
|
30
|
+
export { v as PlaceOrderMetric, u as PlaceOrderOutcome, y as PlaceOrderResult, r as PlaceOrderResultTone, x as PlaceOrderRouting, w as PlaceOrderRoutingRow, q as PlaceOrderRoutingTone, z as PlaceOrderStatus, o as PlaceOrderStatusPlacement, n as PlaceOrderStatusTone, P as PlaceOrderTab, A as PlaceOrderViewModel, b as SettlementVenueItem, S as SettlementViewModel, h as placeOrderMetricSchema, g as placeOrderOutcomeSchema, k as placeOrderResultSchema, f as placeOrderResultToneSchema, i as placeOrderRoutingRowSchema, j as placeOrderRoutingSchema, e as placeOrderRoutingToneSchema, d as placeOrderStatusPlacementSchema, l as placeOrderStatusSchema, c as placeOrderStatusToneSchema, p as placeOrderTabSchema, m as placeOrderViewModelSchema, s as settlementVenueSchema, a as settlementViewModelSchema, t as tradingVenueSchema } from './types-DkGlbmXq.mjs';
|
|
31
31
|
export { Settlement, SettlementProps } from './settlement.mjs';
|
|
32
32
|
export { PlaceOrder, PlaceOrderProps } from './place-order.mjs';
|
|
33
33
|
export { A as AvailableSizes } from './types-BVj9ky9P.mjs';
|
|
34
34
|
export { I as IconName, a as IconSvgProps, W as WalletAvatarIcon, i as iconNames } from './registry-DfSCFAdC.mjs';
|
|
35
|
-
export { V as VenueLogoName,
|
|
35
|
+
export { V as VenueLogoName, b as VenueLogoProps, a as VenueLogoVariant } from './venue-logo.types-CGUc22ly.mjs';
|
|
36
36
|
export { E as EventListItemClassNames, a as EventListItemEvent, b as EventListItemProps, c as EventListItemVenueInfo, d as EventListItemVenueInfoMap } from './event-list-item.types-Y6IeJ4e4.mjs';
|
|
37
37
|
export { E as EventListItemDetailsClassNames, a as EventListItemDetailsEvent, b as EventListItemDetailsProps, c as EventListItemDetailsStat, d as EventListItemDetailsTimeRange, e as EventListItemDetailsWithEventIdProps } from './event-list-item-details.types-DekJKeMD.mjs';
|
|
38
38
|
export { E as EventListProps } from './event-list.types-CkAAUqwW.mjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -26,13 +26,13 @@ export { ConnectAccountsStep, ConnectAccountsStepProps, ConnectKalshiModal, Conn
|
|
|
26
26
|
export { ExchangeAccount, ProfileModal, ProfileModalProps, SocialAccountInfo, SocialAccountState } from './profile-modal.js';
|
|
27
27
|
export { EventMarketPage, EventMarketPageClassNames, EventMarketPageProps } from './event-market-page.js';
|
|
28
28
|
export { UserProfileActivity, UserProfileBalance, UserProfileConnectedExchange, UserProfileInfo, UserProfilePage, UserProfilePageClassNames, UserProfilePageProps, UserProfilePosition, UserProfilePositionFilter, UserProfileSocialLink, UserProfileTimeRange, UserProfileVenueBalance } from './user-profile-page.js';
|
|
29
|
-
import { T as TradingVenue } from './types-
|
|
30
|
-
export { v as PlaceOrderMetric, u as PlaceOrderOutcome, y as PlaceOrderResult, r as PlaceOrderResultTone, x as PlaceOrderRouting, w as PlaceOrderRoutingRow, q as PlaceOrderRoutingTone, z as PlaceOrderStatus, o as PlaceOrderStatusPlacement, n as PlaceOrderStatusTone, P as PlaceOrderTab, A as PlaceOrderViewModel, b as SettlementVenueItem, S as SettlementViewModel, h as placeOrderMetricSchema, g as placeOrderOutcomeSchema, k as placeOrderResultSchema, f as placeOrderResultToneSchema, i as placeOrderRoutingRowSchema, j as placeOrderRoutingSchema, e as placeOrderRoutingToneSchema, d as placeOrderStatusPlacementSchema, l as placeOrderStatusSchema, c as placeOrderStatusToneSchema, p as placeOrderTabSchema, m as placeOrderViewModelSchema, s as settlementVenueSchema, a as settlementViewModelSchema, t as tradingVenueSchema } from './types-
|
|
29
|
+
import { T as TradingVenue } from './types-DkGlbmXq.js';
|
|
30
|
+
export { v as PlaceOrderMetric, u as PlaceOrderOutcome, y as PlaceOrderResult, r as PlaceOrderResultTone, x as PlaceOrderRouting, w as PlaceOrderRoutingRow, q as PlaceOrderRoutingTone, z as PlaceOrderStatus, o as PlaceOrderStatusPlacement, n as PlaceOrderStatusTone, P as PlaceOrderTab, A as PlaceOrderViewModel, b as SettlementVenueItem, S as SettlementViewModel, h as placeOrderMetricSchema, g as placeOrderOutcomeSchema, k as placeOrderResultSchema, f as placeOrderResultToneSchema, i as placeOrderRoutingRowSchema, j as placeOrderRoutingSchema, e as placeOrderRoutingToneSchema, d as placeOrderStatusPlacementSchema, l as placeOrderStatusSchema, c as placeOrderStatusToneSchema, p as placeOrderTabSchema, m as placeOrderViewModelSchema, s as settlementVenueSchema, a as settlementViewModelSchema, t as tradingVenueSchema } from './types-DkGlbmXq.js';
|
|
31
31
|
export { Settlement, SettlementProps } from './settlement.js';
|
|
32
32
|
export { PlaceOrder, PlaceOrderProps } from './place-order.js';
|
|
33
33
|
export { A as AvailableSizes } from './types-BVj9ky9P.js';
|
|
34
34
|
export { I as IconName, a as IconSvgProps, W as WalletAvatarIcon, i as iconNames } from './registry-DfSCFAdC.js';
|
|
35
|
-
export { V as VenueLogoName,
|
|
35
|
+
export { V as VenueLogoName, b as VenueLogoProps, a as VenueLogoVariant } from './venue-logo.types-Dqr39S1-.js';
|
|
36
36
|
export { E as EventListItemClassNames, a as EventListItemEvent, b as EventListItemProps, c as EventListItemVenueInfo, d as EventListItemVenueInfoMap } from './event-list-item.types-Y6IeJ4e4.js';
|
|
37
37
|
export { E as EventListItemDetailsClassNames, a as EventListItemDetailsEvent, b as EventListItemDetailsProps, c as EventListItemDetailsStat, d as EventListItemDetailsTimeRange, e as EventListItemDetailsWithEventIdProps } from './event-list-item-details.types-CMbXOrT-.js';
|
|
38
38
|
export { E as EventListProps } from './event-list.types-CkAAUqwW.js';
|