@agg-market/ui 4.0.0 → 5.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-HOXTJ742.mjs → chunk-34IRJYSU.mjs} +1 -1
- package/dist/chunk-4343LYSH.mjs +45 -0
- package/dist/{chunk-LA3FBBSJ.mjs → chunk-CTYJVVHJ.mjs} +25 -2
- package/dist/{chunk-GNSPZ53C.mjs → chunk-DHBHKIJR.mjs} +73 -15
- package/dist/{chunk-OH56VUYK.mjs → chunk-GFBF2J3Y.mjs} +14 -7
- package/dist/{chunk-P2PJBO5C.mjs → chunk-KIYMVWL4.mjs} +1 -1
- package/dist/{chunk-QM7CGMFG.mjs → chunk-MKVGQ7AS.mjs} +12 -0
- package/dist/{chunk-JNH64AKR.mjs → chunk-Q6DGDBPV.mjs} +58 -4
- package/dist/{chunk-DCORNTCY.mjs → chunk-QDMHLRDY.mjs} +31 -62
- package/dist/{chunk-MBHTXNHX.mjs → chunk-T7TATHPD.mjs} +32 -8
- package/dist/chunk-XUCS575S.mjs +65 -0
- package/dist/event-list-item-details.js +1529 -72
- package/dist/event-list-item-details.mjs +7 -3
- package/dist/event-list-item.js +292 -71
- package/dist/event-list-item.mjs +5 -2
- package/dist/event-list.js +628 -404
- package/dist/event-list.mjs +6 -3
- package/dist/event-market-page.d.mts +1 -1
- package/dist/event-market-page.d.ts +1 -1
- package/dist/event-market-page.js +2478 -2268
- package/dist/event-market-page.mjs +7 -5
- package/dist/home-page.js +638 -414
- package/dist/home-page.mjs +7 -4
- package/dist/index.d.mts +3 -2
- package/dist/index.d.ts +3 -2
- package/dist/index.js +1062 -858
- package/dist/index.mjs +18 -13
- package/dist/market-details.js +645 -391
- package/dist/market-details.mjs +6 -3
- package/dist/place-order.d.mts +1 -1
- package/dist/place-order.d.ts +1 -1
- package/dist/search.js +3 -0
- package/dist/search.mjs +2 -1
- package/dist/settlement.d.mts +1 -1
- package/dist/settlement.d.ts +1 -1
- package/dist/state-message.d.mts +16 -0
- package/dist/state-message.d.ts +16 -0
- package/dist/state-message.js +1629 -0
- package/dist/state-message.mjs +14 -0
- package/dist/styles.css +1 -1
- package/dist/tailwind.css +1 -1
- package/package.json +14 -2
- package/dist/{types-DkGlbmXq.d.mts → types-BImwqY4o.d.mts} +4 -4
- package/dist/{types-DkGlbmXq.d.ts → types-BImwqY4o.d.ts} +4 -4
package/dist/index.mjs
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
HomePage
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-KIYMVWL4.mjs";
|
|
4
|
+
import {
|
|
5
|
+
EventList
|
|
6
|
+
} from "./chunk-GFBF2J3Y.mjs";
|
|
4
7
|
import {
|
|
5
8
|
DepositModal
|
|
6
9
|
} from "./chunk-QLMVKLNJ.mjs";
|
|
@@ -20,7 +23,7 @@ import {
|
|
|
20
23
|
} from "./chunk-3QLOUBDJ.mjs";
|
|
21
24
|
import {
|
|
22
25
|
EventMarketPage
|
|
23
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-T7TATHPD.mjs";
|
|
24
27
|
import {
|
|
25
28
|
UserProfilePage
|
|
26
29
|
} from "./chunk-6JG6I5AY.mjs";
|
|
@@ -46,23 +49,23 @@ import {
|
|
|
46
49
|
getTradingValueLabel,
|
|
47
50
|
getTradingVenueLabel
|
|
48
51
|
} from "./chunk-OBCHURW5.mjs";
|
|
52
|
+
import {
|
|
53
|
+
EventListItem
|
|
54
|
+
} from "./chunk-CTYJVVHJ.mjs";
|
|
49
55
|
import {
|
|
50
56
|
EventListItemDetails
|
|
51
|
-
} from "./chunk-
|
|
57
|
+
} from "./chunk-Q6DGDBPV.mjs";
|
|
52
58
|
import {
|
|
53
59
|
MarketDetails
|
|
54
|
-
} from "./chunk-
|
|
55
|
-
import "./chunk-HOXTJ742.mjs";
|
|
56
|
-
import {
|
|
57
|
-
EventList
|
|
58
|
-
} from "./chunk-OH56VUYK.mjs";
|
|
59
|
-
import {
|
|
60
|
-
EventListItem
|
|
61
|
-
} from "./chunk-LA3FBBSJ.mjs";
|
|
60
|
+
} from "./chunk-DHBHKIJR.mjs";
|
|
62
61
|
import {
|
|
63
62
|
Tabs
|
|
64
63
|
} from "./chunk-S3H63TQ5.mjs";
|
|
65
|
-
import "./chunk-
|
|
64
|
+
import "./chunk-34IRJYSU.mjs";
|
|
65
|
+
import "./chunk-MKVGQ7AS.mjs";
|
|
66
|
+
import {
|
|
67
|
+
StateMessage
|
|
68
|
+
} from "./chunk-XUCS575S.mjs";
|
|
66
69
|
import {
|
|
67
70
|
NumberValue
|
|
68
71
|
} from "./chunk-4VUDTWH7.mjs";
|
|
@@ -75,7 +78,8 @@ import {
|
|
|
75
78
|
} from "./chunk-YJA5VQW6.mjs";
|
|
76
79
|
import {
|
|
77
80
|
Search
|
|
78
|
-
} from "./chunk-
|
|
81
|
+
} from "./chunk-QDMHLRDY.mjs";
|
|
82
|
+
import "./chunk-4343LYSH.mjs";
|
|
79
83
|
import {
|
|
80
84
|
Skeleton,
|
|
81
85
|
skeletonViews
|
|
@@ -297,6 +301,7 @@ export {
|
|
|
297
301
|
Settlement,
|
|
298
302
|
ShieldTrustIcon,
|
|
299
303
|
Skeleton,
|
|
304
|
+
StateMessage,
|
|
300
305
|
StayInControlIcon,
|
|
301
306
|
SwitchButton,
|
|
302
307
|
Tabs,
|