@agg-market/ui 7.0.0 → 8.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/{chunk-KQKLLL4D.mjs → chunk-JE4MV5RL.mjs} +8 -11
- package/dist/{chunk-L5U7RGJV.mjs → chunk-KRCRD4AJ.mjs} +11 -14
- package/dist/{chunk-AVHMI47G.mjs → chunk-SBLIHCN2.mjs} +5 -6
- package/dist/{chunk-6I474QXG.mjs → chunk-TLFRGJ5B.mjs} +18 -21
- package/dist/{chunk-MUB7NYWZ.mjs → chunk-WKY3IN52.mjs} +3446 -990
- package/dist/events.js +2825 -2714
- package/dist/events.mjs +2 -4
- package/dist/index.js +1506 -1389
- package/dist/index.mjs +26 -32
- package/dist/modals.js +821 -687
- package/dist/modals.mjs +2 -3
- package/dist/pages.js +2362 -2249
- package/dist/pages.mjs +4 -7
- package/dist/primitives.js +407 -290
- package/dist/primitives.mjs +22 -28
- package/dist/trading.js +564 -451
- package/dist/trading.mjs +2 -4
- package/dist/types/primitives/icon/index.d.mts +2 -1
- package/dist/types/primitives/icon/index.d.ts +2 -1
- package/dist/types/primitives/icon/registry.d.mts +4 -0
- package/dist/types/primitives/icon/registry.d.ts +4 -0
- package/dist/types/primitives/icon/svg/image.d.mts +5 -0
- package/dist/types/primitives/icon/svg/image.d.ts +5 -0
- package/dist/types/primitives/index.d.mts +1 -0
- package/dist/types/primitives/index.d.ts +1 -0
- package/dist/types/primitives/remote-image/index.d.mts +6 -0
- package/dist/types/primitives/remote-image/index.d.ts +6 -0
- package/dist/types/primitives/remote-image/remote-image.constants.d.mts +4 -0
- package/dist/types/primitives/remote-image/remote-image.constants.d.ts +4 -0
- package/dist/types/primitives/remote-image/remote-image.types.d.mts +16 -0
- package/dist/types/primitives/remote-image/remote-image.types.d.ts +16 -0
- package/package.json +1 -1
- package/dist/chunk-EEQPPN7N.mjs +0 -214
- package/dist/chunk-EERL6BZF.mjs +0 -997
- package/dist/chunk-OAJBTVZT.mjs +0 -119
- package/dist/chunk-OVQVAUAI.mjs +0 -420
- package/dist/chunk-ZYUJ7YEJ.mjs +0 -645
package/dist/index.mjs
CHANGED
|
@@ -1,30 +1,15 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HelloWorld,
|
|
3
|
-
LoadingIcon,
|
|
4
|
-
NumberValue,
|
|
5
|
-
Search
|
|
6
|
-
} from "./chunk-OVQVAUAI.mjs";
|
|
7
1
|
import "./chunk-KZOQW6NT.mjs";
|
|
8
2
|
import {
|
|
9
3
|
EventMarketPage,
|
|
10
4
|
HomePage,
|
|
11
5
|
UserProfilePage
|
|
12
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-KRCRD4AJ.mjs";
|
|
13
7
|
import {
|
|
14
8
|
EventList,
|
|
15
9
|
EventListItem,
|
|
16
10
|
EventListItemDetails,
|
|
17
11
|
MarketDetails
|
|
18
|
-
} from "./chunk-
|
|
19
|
-
import {
|
|
20
|
-
Badge,
|
|
21
|
-
LineChart,
|
|
22
|
-
StateMessage,
|
|
23
|
-
SwitchButton,
|
|
24
|
-
Typography,
|
|
25
|
-
badgeSizes,
|
|
26
|
-
typographyVariants
|
|
27
|
-
} from "./chunk-ZYUJ7YEJ.mjs";
|
|
12
|
+
} from "./chunk-TLFRGJ5B.mjs";
|
|
28
13
|
import {
|
|
29
14
|
ConnectAccountsStep,
|
|
30
15
|
ConnectKalshiModal,
|
|
@@ -35,10 +20,7 @@ import {
|
|
|
35
20
|
ProfileModal,
|
|
36
21
|
ProfileSetupStep,
|
|
37
22
|
WithdrawModal
|
|
38
|
-
} from "./chunk-
|
|
39
|
-
import {
|
|
40
|
-
Modal
|
|
41
|
-
} from "./chunk-EEQPPN7N.mjs";
|
|
23
|
+
} from "./chunk-SBLIHCN2.mjs";
|
|
42
24
|
import {
|
|
43
25
|
placeOrderMetricSchema,
|
|
44
26
|
placeOrderOutcomeSchema,
|
|
@@ -70,25 +52,18 @@ import {
|
|
|
70
52
|
getTradingSlippageLabel,
|
|
71
53
|
getTradingValueLabel,
|
|
72
54
|
getTradingVenueLabel
|
|
73
|
-
} from "./chunk-
|
|
74
|
-
import {
|
|
75
|
-
InlineAlert
|
|
76
|
-
} from "./chunk-OAJBTVZT.mjs";
|
|
77
|
-
import {
|
|
78
|
-
Card,
|
|
79
|
-
Skeleton,
|
|
80
|
-
Tabs,
|
|
81
|
-
skeletonViews
|
|
82
|
-
} from "./chunk-EERL6BZF.mjs";
|
|
55
|
+
} from "./chunk-JE4MV5RL.mjs";
|
|
83
56
|
import {
|
|
84
57
|
AGG_ROOT_CLASS_NAME,
|
|
85
58
|
AppleIcon,
|
|
86
59
|
ArrowTrendUpIcon,
|
|
87
60
|
ArrowsToDotIcon,
|
|
61
|
+
Badge,
|
|
88
62
|
BankIcon,
|
|
89
63
|
BestPricesIcon,
|
|
90
64
|
BoltIcon,
|
|
91
65
|
Button,
|
|
66
|
+
Card,
|
|
92
67
|
ChartCandlestickIcon,
|
|
93
68
|
ChartLineIcon,
|
|
94
69
|
CheckCircleIcon,
|
|
@@ -108,21 +83,35 @@ import {
|
|
|
108
83
|
EthereumIcon,
|
|
109
84
|
ExternalLinkIcon,
|
|
110
85
|
GoogleIcon,
|
|
86
|
+
HelloWorld,
|
|
111
87
|
Icon,
|
|
88
|
+
ImageIcon,
|
|
112
89
|
InfoIcon,
|
|
90
|
+
InlineAlert,
|
|
91
|
+
LineChart,
|
|
113
92
|
LinkAccountsIcon,
|
|
93
|
+
LoadingIcon,
|
|
94
|
+
Modal,
|
|
95
|
+
NumberValue,
|
|
114
96
|
PencilIcon,
|
|
115
97
|
PlaySquareIcon,
|
|
116
98
|
ProfileIcon,
|
|
99
|
+
RemoteImage,
|
|
117
100
|
RevenueAltIcon,
|
|
101
|
+
Search,
|
|
118
102
|
SearchIcon,
|
|
119
103
|
Select,
|
|
120
104
|
ShieldTrustIcon,
|
|
105
|
+
Skeleton,
|
|
121
106
|
SolanaIcon,
|
|
107
|
+
StateMessage,
|
|
122
108
|
StayInControlIcon,
|
|
109
|
+
SwitchButton,
|
|
110
|
+
Tabs,
|
|
123
111
|
TriangleDownIcon,
|
|
124
112
|
TriangleUpFilledIcon,
|
|
125
113
|
TriangleUpIcon,
|
|
114
|
+
Typography,
|
|
126
115
|
UploadIcon,
|
|
127
116
|
VenueLogo,
|
|
128
117
|
WalletAvatarIcon,
|
|
@@ -131,6 +120,7 @@ import {
|
|
|
131
120
|
WarningIcon,
|
|
132
121
|
__spreadProps,
|
|
133
122
|
__spreadValues,
|
|
123
|
+
badgeSizes,
|
|
134
124
|
cn,
|
|
135
125
|
formatAmountDisplay,
|
|
136
126
|
formatCompactUsd,
|
|
@@ -141,9 +131,11 @@ import {
|
|
|
141
131
|
isTruthy,
|
|
142
132
|
isValidDateValue,
|
|
143
133
|
shortenAddress,
|
|
134
|
+
skeletonViews,
|
|
144
135
|
toDate,
|
|
136
|
+
typographyVariants,
|
|
145
137
|
venueLogoNames
|
|
146
|
-
} from "./chunk-
|
|
138
|
+
} from "./chunk-WKY3IN52.mjs";
|
|
147
139
|
|
|
148
140
|
// src/auth/connect-button-view/index.tsx
|
|
149
141
|
import * as DropdownMenu from "@radix-ui/react-dropdown-menu";
|
|
@@ -752,6 +744,7 @@ export {
|
|
|
752
744
|
HomePage,
|
|
753
745
|
HowItWorksStep,
|
|
754
746
|
Icon,
|
|
747
|
+
ImageIcon,
|
|
755
748
|
InfoIcon,
|
|
756
749
|
InlineAlert,
|
|
757
750
|
LineChart,
|
|
@@ -767,6 +760,7 @@ export {
|
|
|
767
760
|
ProfileIcon,
|
|
768
761
|
ProfileModal,
|
|
769
762
|
ProfileSetupStep,
|
|
763
|
+
RemoteImage,
|
|
770
764
|
RevenueAltIcon,
|
|
771
765
|
Search,
|
|
772
766
|
SearchIcon,
|