@agg-market/ui 0.0.1 → 0.0.3
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-CB2MLGCJ.mjs → chunk-2NCBX6XI.mjs} +5 -1
- package/dist/{chunk-7CD7GIZC.mjs → chunk-764YUN2J.mjs} +7 -1
- package/dist/{chunk-2PGUPOXY.mjs → chunk-A4QJAOZW.mjs} +9 -5
- package/dist/{chunk-765JPQDG.mjs → chunk-FYV3MDIL.mjs} +1 -1
- package/dist/{chunk-H7P6DIX4.mjs → chunk-JQ4FUHXE.mjs} +1 -1
- package/dist/event-list-item.mjs +1 -1
- package/dist/event-list.mjs +2 -2
- package/dist/event-market-page.d.mts +1 -1
- package/dist/event-market-page.d.ts +1 -1
- package/dist/event-market-page.js +8 -4
- package/dist/event-market-page.mjs +2 -2
- package/dist/home-page.mjs +3 -3
- package/dist/index.d.mts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +8 -4
- package/dist/index.mjs +5 -5
- package/dist/market-details.mjs +1 -1
- package/dist/place-order.d.mts +1 -1
- package/dist/place-order.d.ts +1 -1
- package/dist/search.d.mts +3 -21
- package/dist/search.d.ts +3 -21
- package/dist/settlement.d.mts +1 -1
- package/dist/settlement.d.ts +1 -1
- package/dist/{types-8VUuQVZq.d.ts → types-C5JigCSX.d.mts} +22 -22
- package/dist/{types-8VUuQVZq.d.mts → types-C5JigCSX.d.ts} +22 -22
- package/package.json +235 -101
- package/dist/chunk-3DV3D2LH.mjs +0 -155
- package/dist/chunk-44UEI6KD.mjs +0 -280
- package/dist/chunk-4ADCXJE6.mjs +0 -297
- package/dist/chunk-4GSXVVSA.mjs +0 -64
- package/dist/chunk-4XWCYUV3.mjs +0 -355
- package/dist/chunk-6RRBINER.mjs +0 -50
- package/dist/chunk-AOFP74IB.mjs +0 -850
- package/dist/chunk-DBD5GHHD.mjs +0 -147
- package/dist/chunk-FUJQIYOF.mjs +0 -37
- package/dist/chunk-GPBLZGJ2.mjs +0 -136
- package/dist/chunk-H4LELROL.mjs +0 -262
- package/dist/chunk-H7YEBGYY.mjs +0 -42
- package/dist/chunk-HJOBAMDU.mjs +0 -142
- package/dist/chunk-IJG5I642.mjs +0 -462
- package/dist/chunk-KBRLFTJT.mjs +0 -741
- package/dist/chunk-L6E6Q4C4.mjs +0 -217
- package/dist/chunk-M23S2DVV.mjs +0 -581
- package/dist/chunk-MRHSN2B7.mjs +0 -279
- package/dist/chunk-MXWRCVRJ.mjs +0 -285
- package/dist/chunk-NNSY462N.mjs +0 -212
- package/dist/chunk-P5PFQX75.mjs +0 -31
- package/dist/chunk-P674XRDY.mjs +0 -481
- package/dist/chunk-V5WIYMKS.mjs +0 -25
- package/dist/chunk-VAZE267Q.mjs +0 -82
- package/dist/chunk-VLIJ7PQK.mjs +0 -792
- package/dist/chunk-WIWJ6DIE.mjs +0 -323
- package/dist/event-list-item-details.types-CxWr4Qn1.d.ts +0 -53
- package/dist/event-list-item-details.types-DRi99PZq.d.mts +0 -53
- package/dist/event-list-item.types-B1490EQm.d.mts +0 -46
- package/dist/event-list-item.types-B1490EQm.d.ts +0 -46
- package/dist/event-list.types-Bpp6Vn-t.d.mts +0 -13
- package/dist/event-list.types-Bpp6Vn-t.d.ts +0 -13
- package/dist/venue-logo.types-4hmCg3D3.d.ts +0 -17
- package/dist/venue-logo.types-QNDwiQ77.d.mts +0 -17
|
@@ -8,12 +8,12 @@ declare const settlementVenueSchema: z.ZodObject<{
|
|
|
8
8
|
description: z.ZodString;
|
|
9
9
|
showMoreLabel: z.ZodOptional<z.ZodString>;
|
|
10
10
|
}, "strip", z.ZodTypeAny, {
|
|
11
|
-
venue: "opinion" | "probable" | "
|
|
11
|
+
venue: "opinion" | "probable" | "kalshi" | "polymarket";
|
|
12
12
|
description: string;
|
|
13
13
|
label?: string | undefined;
|
|
14
14
|
showMoreLabel?: string | undefined;
|
|
15
15
|
}, {
|
|
16
|
-
venue: "opinion" | "probable" | "
|
|
16
|
+
venue: "opinion" | "probable" | "kalshi" | "polymarket";
|
|
17
17
|
description: string;
|
|
18
18
|
label?: string | undefined;
|
|
19
19
|
showMoreLabel?: string | undefined;
|
|
@@ -29,41 +29,41 @@ declare const settlementViewModelSchema: z.ZodObject<{
|
|
|
29
29
|
description: z.ZodString;
|
|
30
30
|
showMoreLabel: z.ZodOptional<z.ZodString>;
|
|
31
31
|
}, "strip", z.ZodTypeAny, {
|
|
32
|
-
venue: "opinion" | "probable" | "
|
|
32
|
+
venue: "opinion" | "probable" | "kalshi" | "polymarket";
|
|
33
33
|
description: string;
|
|
34
34
|
label?: string | undefined;
|
|
35
35
|
showMoreLabel?: string | undefined;
|
|
36
36
|
}, {
|
|
37
|
-
venue: "opinion" | "probable" | "
|
|
37
|
+
venue: "opinion" | "probable" | "kalshi" | "polymarket";
|
|
38
38
|
description: string;
|
|
39
39
|
label?: string | undefined;
|
|
40
40
|
showMoreLabel?: string | undefined;
|
|
41
41
|
}>, "many">;
|
|
42
42
|
defaultExpandedVenue: z.ZodOptional<z.ZodNullable<z.ZodEnum<["polymarket", "kalshi", "opinion", "probable"]>>>;
|
|
43
43
|
}, "strip", z.ZodTypeAny, {
|
|
44
|
-
question: string;
|
|
45
44
|
venues: {
|
|
46
|
-
venue: "opinion" | "probable" | "
|
|
45
|
+
venue: "opinion" | "probable" | "kalshi" | "polymarket";
|
|
47
46
|
description: string;
|
|
48
47
|
label?: string | undefined;
|
|
49
48
|
showMoreLabel?: string | undefined;
|
|
50
49
|
}[];
|
|
51
50
|
sectionLabel: string;
|
|
51
|
+
question: string;
|
|
52
52
|
differencesTitle: string;
|
|
53
53
|
differences: string[];
|
|
54
|
-
defaultExpandedVenue?: "opinion" | "probable" | "
|
|
54
|
+
defaultExpandedVenue?: "opinion" | "probable" | "kalshi" | "polymarket" | null | undefined;
|
|
55
55
|
}, {
|
|
56
|
-
question: string;
|
|
57
56
|
venues: {
|
|
58
|
-
venue: "opinion" | "probable" | "
|
|
57
|
+
venue: "opinion" | "probable" | "kalshi" | "polymarket";
|
|
59
58
|
description: string;
|
|
60
59
|
label?: string | undefined;
|
|
61
60
|
showMoreLabel?: string | undefined;
|
|
62
61
|
}[];
|
|
63
62
|
sectionLabel: string;
|
|
63
|
+
question: string;
|
|
64
64
|
differencesTitle: string;
|
|
65
65
|
differences: string[];
|
|
66
|
-
defaultExpandedVenue?: "opinion" | "probable" | "
|
|
66
|
+
defaultExpandedVenue?: "opinion" | "probable" | "kalshi" | "polymarket" | null | undefined;
|
|
67
67
|
}>;
|
|
68
68
|
type SettlementViewModel = z.infer<typeof settlementViewModelSchema>;
|
|
69
69
|
type SettlementVenueItem = z.infer<typeof settlementVenueSchema>;
|
|
@@ -103,11 +103,11 @@ declare const placeOrderRoutingRowSchema: z.ZodObject<{
|
|
|
103
103
|
label: z.ZodString;
|
|
104
104
|
priceLabel: z.ZodString;
|
|
105
105
|
}, "strip", z.ZodTypeAny, {
|
|
106
|
-
venue: "opinion" | "probable" | "
|
|
106
|
+
venue: "opinion" | "probable" | "kalshi" | "polymarket";
|
|
107
107
|
label: string;
|
|
108
108
|
priceLabel: string;
|
|
109
109
|
}, {
|
|
110
|
-
venue: "opinion" | "probable" | "
|
|
110
|
+
venue: "opinion" | "probable" | "kalshi" | "polymarket";
|
|
111
111
|
label: string;
|
|
112
112
|
priceLabel: string;
|
|
113
113
|
}>;
|
|
@@ -118,11 +118,11 @@ declare const placeOrderRoutingSchema: z.ZodObject<{
|
|
|
118
118
|
label: z.ZodString;
|
|
119
119
|
priceLabel: z.ZodString;
|
|
120
120
|
}, "strip", z.ZodTypeAny, {
|
|
121
|
-
venue: "opinion" | "probable" | "
|
|
121
|
+
venue: "opinion" | "probable" | "kalshi" | "polymarket";
|
|
122
122
|
label: string;
|
|
123
123
|
priceLabel: string;
|
|
124
124
|
}, {
|
|
125
|
-
venue: "opinion" | "probable" | "
|
|
125
|
+
venue: "opinion" | "probable" | "kalshi" | "polymarket";
|
|
126
126
|
label: string;
|
|
127
127
|
priceLabel: string;
|
|
128
128
|
}>, "many">;
|
|
@@ -131,7 +131,7 @@ declare const placeOrderRoutingSchema: z.ZodObject<{
|
|
|
131
131
|
}, "strip", z.ZodTypeAny, {
|
|
132
132
|
tone: "default" | "highlighted";
|
|
133
133
|
rows: {
|
|
134
|
-
venue: "opinion" | "probable" | "
|
|
134
|
+
venue: "opinion" | "probable" | "kalshi" | "polymarket";
|
|
135
135
|
label: string;
|
|
136
136
|
priceLabel: string;
|
|
137
137
|
}[];
|
|
@@ -140,7 +140,7 @@ declare const placeOrderRoutingSchema: z.ZodObject<{
|
|
|
140
140
|
}, {
|
|
141
141
|
tone: "default" | "highlighted";
|
|
142
142
|
rows: {
|
|
143
|
-
venue: "opinion" | "probable" | "
|
|
143
|
+
venue: "opinion" | "probable" | "kalshi" | "polymarket";
|
|
144
144
|
label: string;
|
|
145
145
|
priceLabel: string;
|
|
146
146
|
}[];
|
|
@@ -220,11 +220,11 @@ declare const placeOrderViewModelSchema: z.ZodObject<{
|
|
|
220
220
|
label: z.ZodString;
|
|
221
221
|
priceLabel: z.ZodString;
|
|
222
222
|
}, "strip", z.ZodTypeAny, {
|
|
223
|
-
venue: "opinion" | "probable" | "
|
|
223
|
+
venue: "opinion" | "probable" | "kalshi" | "polymarket";
|
|
224
224
|
label: string;
|
|
225
225
|
priceLabel: string;
|
|
226
226
|
}, {
|
|
227
|
-
venue: "opinion" | "probable" | "
|
|
227
|
+
venue: "opinion" | "probable" | "kalshi" | "polymarket";
|
|
228
228
|
label: string;
|
|
229
229
|
priceLabel: string;
|
|
230
230
|
}>, "many">;
|
|
@@ -233,7 +233,7 @@ declare const placeOrderViewModelSchema: z.ZodObject<{
|
|
|
233
233
|
}, "strip", z.ZodTypeAny, {
|
|
234
234
|
tone: "default" | "highlighted";
|
|
235
235
|
rows: {
|
|
236
|
-
venue: "opinion" | "probable" | "
|
|
236
|
+
venue: "opinion" | "probable" | "kalshi" | "polymarket";
|
|
237
237
|
label: string;
|
|
238
238
|
priceLabel: string;
|
|
239
239
|
}[];
|
|
@@ -242,7 +242,7 @@ declare const placeOrderViewModelSchema: z.ZodObject<{
|
|
|
242
242
|
}, {
|
|
243
243
|
tone: "default" | "highlighted";
|
|
244
244
|
rows: {
|
|
245
|
-
venue: "opinion" | "probable" | "
|
|
245
|
+
venue: "opinion" | "probable" | "kalshi" | "polymarket";
|
|
246
246
|
label: string;
|
|
247
247
|
priceLabel: string;
|
|
248
248
|
}[];
|
|
@@ -311,7 +311,7 @@ declare const placeOrderViewModelSchema: z.ZodObject<{
|
|
|
311
311
|
routing: {
|
|
312
312
|
tone: "default" | "highlighted";
|
|
313
313
|
rows: {
|
|
314
|
-
venue: "opinion" | "probable" | "
|
|
314
|
+
venue: "opinion" | "probable" | "kalshi" | "polymarket";
|
|
315
315
|
label: string;
|
|
316
316
|
priceLabel: string;
|
|
317
317
|
}[];
|
|
@@ -354,7 +354,7 @@ declare const placeOrderViewModelSchema: z.ZodObject<{
|
|
|
354
354
|
routing: {
|
|
355
355
|
tone: "default" | "highlighted";
|
|
356
356
|
rows: {
|
|
357
|
-
venue: "opinion" | "probable" | "
|
|
357
|
+
venue: "opinion" | "probable" | "kalshi" | "polymarket";
|
|
358
358
|
label: string;
|
|
359
359
|
priceLabel: string;
|
|
360
360
|
}[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agg-market/ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -8,162 +8,290 @@
|
|
|
8
8
|
"types": "./dist/index.d.ts",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
|
-
"url": "https://github.com/Snag-Solutions/agg.git",
|
|
11
|
+
"url": "git+https://github.com/Snag-Solutions/agg.git",
|
|
12
12
|
"directory": "packages/ui"
|
|
13
13
|
},
|
|
14
14
|
"exports": {
|
|
15
15
|
".": {
|
|
16
|
-
"
|
|
17
|
-
|
|
18
|
-
|
|
16
|
+
"import": {
|
|
17
|
+
"types": "./dist/index.d.mts",
|
|
18
|
+
"default": "./dist/index.mjs"
|
|
19
|
+
},
|
|
20
|
+
"require": {
|
|
21
|
+
"types": "./dist/index.d.ts",
|
|
22
|
+
"default": "./dist/index.js"
|
|
23
|
+
}
|
|
19
24
|
},
|
|
20
25
|
"./button": {
|
|
21
|
-
"
|
|
22
|
-
|
|
23
|
-
|
|
26
|
+
"import": {
|
|
27
|
+
"types": "./dist/button.d.mts",
|
|
28
|
+
"default": "./dist/button.mjs"
|
|
29
|
+
},
|
|
30
|
+
"require": {
|
|
31
|
+
"types": "./dist/button.d.ts",
|
|
32
|
+
"default": "./dist/button.js"
|
|
33
|
+
}
|
|
24
34
|
},
|
|
25
35
|
"./skeleton": {
|
|
26
|
-
"
|
|
27
|
-
|
|
28
|
-
|
|
36
|
+
"import": {
|
|
37
|
+
"types": "./dist/skeleton.d.mts",
|
|
38
|
+
"default": "./dist/skeleton.mjs"
|
|
39
|
+
},
|
|
40
|
+
"require": {
|
|
41
|
+
"types": "./dist/skeleton.d.ts",
|
|
42
|
+
"default": "./dist/skeleton.js"
|
|
43
|
+
}
|
|
29
44
|
},
|
|
30
45
|
"./switch-button": {
|
|
31
|
-
"
|
|
32
|
-
|
|
33
|
-
|
|
46
|
+
"import": {
|
|
47
|
+
"types": "./dist/switch-button.d.mts",
|
|
48
|
+
"default": "./dist/switch-button.mjs"
|
|
49
|
+
},
|
|
50
|
+
"require": {
|
|
51
|
+
"types": "./dist/switch-button.d.ts",
|
|
52
|
+
"default": "./dist/switch-button.js"
|
|
53
|
+
}
|
|
34
54
|
},
|
|
35
55
|
"./connect-button": {
|
|
36
|
-
"
|
|
37
|
-
|
|
38
|
-
|
|
56
|
+
"import": {
|
|
57
|
+
"types": "./dist/connect-button.d.mts",
|
|
58
|
+
"default": "./dist/connect-button.mjs"
|
|
59
|
+
},
|
|
60
|
+
"require": {
|
|
61
|
+
"types": "./dist/connect-button.d.ts",
|
|
62
|
+
"default": "./dist/connect-button.js"
|
|
63
|
+
}
|
|
39
64
|
},
|
|
40
65
|
"./hello-world": {
|
|
41
|
-
"
|
|
42
|
-
|
|
43
|
-
|
|
66
|
+
"import": {
|
|
67
|
+
"types": "./dist/hello-world.d.mts",
|
|
68
|
+
"default": "./dist/hello-world.mjs"
|
|
69
|
+
},
|
|
70
|
+
"require": {
|
|
71
|
+
"types": "./dist/hello-world.d.ts",
|
|
72
|
+
"default": "./dist/hello-world.js"
|
|
73
|
+
}
|
|
44
74
|
},
|
|
45
75
|
"./card": {
|
|
46
|
-
"
|
|
47
|
-
|
|
48
|
-
|
|
76
|
+
"import": {
|
|
77
|
+
"types": "./dist/card.d.mts",
|
|
78
|
+
"default": "./dist/card.mjs"
|
|
79
|
+
},
|
|
80
|
+
"require": {
|
|
81
|
+
"types": "./dist/card.d.ts",
|
|
82
|
+
"default": "./dist/card.js"
|
|
83
|
+
}
|
|
49
84
|
},
|
|
50
85
|
"./chart": {
|
|
51
|
-
"
|
|
52
|
-
|
|
53
|
-
|
|
86
|
+
"import": {
|
|
87
|
+
"types": "./dist/chart.d.mts",
|
|
88
|
+
"default": "./dist/chart.mjs"
|
|
89
|
+
},
|
|
90
|
+
"require": {
|
|
91
|
+
"types": "./dist/chart.d.ts",
|
|
92
|
+
"default": "./dist/chart.js"
|
|
93
|
+
}
|
|
54
94
|
},
|
|
55
95
|
"./loading-icon": {
|
|
56
|
-
"
|
|
57
|
-
|
|
58
|
-
|
|
96
|
+
"import": {
|
|
97
|
+
"types": "./dist/loading-icon.d.mts",
|
|
98
|
+
"default": "./dist/loading-icon.mjs"
|
|
99
|
+
},
|
|
100
|
+
"require": {
|
|
101
|
+
"types": "./dist/loading-icon.d.ts",
|
|
102
|
+
"default": "./dist/loading-icon.js"
|
|
103
|
+
}
|
|
59
104
|
},
|
|
60
105
|
"./typography": {
|
|
61
|
-
"
|
|
62
|
-
|
|
63
|
-
|
|
106
|
+
"import": {
|
|
107
|
+
"types": "./dist/typography.d.mts",
|
|
108
|
+
"default": "./dist/typography.mjs"
|
|
109
|
+
},
|
|
110
|
+
"require": {
|
|
111
|
+
"types": "./dist/typography.d.ts",
|
|
112
|
+
"default": "./dist/typography.js"
|
|
113
|
+
}
|
|
64
114
|
},
|
|
65
115
|
"./icon": {
|
|
66
|
-
"
|
|
67
|
-
|
|
68
|
-
|
|
116
|
+
"import": {
|
|
117
|
+
"types": "./dist/icon.d.mts",
|
|
118
|
+
"default": "./dist/icon.mjs"
|
|
119
|
+
},
|
|
120
|
+
"require": {
|
|
121
|
+
"types": "./dist/icon.d.ts",
|
|
122
|
+
"default": "./dist/icon.js"
|
|
123
|
+
}
|
|
69
124
|
},
|
|
70
125
|
"./number-value": {
|
|
71
|
-
"
|
|
72
|
-
|
|
73
|
-
|
|
126
|
+
"import": {
|
|
127
|
+
"types": "./dist/number-value.d.mts",
|
|
128
|
+
"default": "./dist/number-value.mjs"
|
|
129
|
+
},
|
|
130
|
+
"require": {
|
|
131
|
+
"types": "./dist/number-value.d.ts",
|
|
132
|
+
"default": "./dist/number-value.js"
|
|
133
|
+
}
|
|
74
134
|
},
|
|
75
135
|
"./venue-logo": {
|
|
76
|
-
"
|
|
77
|
-
|
|
78
|
-
|
|
136
|
+
"import": {
|
|
137
|
+
"types": "./dist/venue-logo.d.mts",
|
|
138
|
+
"default": "./dist/venue-logo.mjs"
|
|
139
|
+
},
|
|
140
|
+
"require": {
|
|
141
|
+
"types": "./dist/venue-logo.d.ts",
|
|
142
|
+
"default": "./dist/venue-logo.js"
|
|
143
|
+
}
|
|
79
144
|
},
|
|
80
145
|
"./badge": {
|
|
81
|
-
"
|
|
82
|
-
|
|
83
|
-
|
|
146
|
+
"import": {
|
|
147
|
+
"types": "./dist/badge.d.mts",
|
|
148
|
+
"default": "./dist/badge.mjs"
|
|
149
|
+
},
|
|
150
|
+
"require": {
|
|
151
|
+
"types": "./dist/badge.d.ts",
|
|
152
|
+
"default": "./dist/badge.js"
|
|
153
|
+
}
|
|
84
154
|
},
|
|
85
155
|
"./select": {
|
|
86
|
-
"
|
|
87
|
-
|
|
88
|
-
|
|
156
|
+
"import": {
|
|
157
|
+
"types": "./dist/select.d.mts",
|
|
158
|
+
"default": "./dist/select.mjs"
|
|
159
|
+
},
|
|
160
|
+
"require": {
|
|
161
|
+
"types": "./dist/select.d.ts",
|
|
162
|
+
"default": "./dist/select.js"
|
|
163
|
+
}
|
|
89
164
|
},
|
|
90
165
|
"./search": {
|
|
91
|
-
"
|
|
92
|
-
|
|
93
|
-
|
|
166
|
+
"import": {
|
|
167
|
+
"types": "./dist/search.d.mts",
|
|
168
|
+
"default": "./dist/search.mjs"
|
|
169
|
+
},
|
|
170
|
+
"require": {
|
|
171
|
+
"types": "./dist/search.d.ts",
|
|
172
|
+
"default": "./dist/search.js"
|
|
173
|
+
}
|
|
94
174
|
},
|
|
95
175
|
"./tabs": {
|
|
96
|
-
"
|
|
97
|
-
|
|
98
|
-
|
|
176
|
+
"import": {
|
|
177
|
+
"types": "./dist/tabs.d.mts",
|
|
178
|
+
"default": "./dist/tabs.mjs"
|
|
179
|
+
},
|
|
180
|
+
"require": {
|
|
181
|
+
"types": "./dist/tabs.d.ts",
|
|
182
|
+
"default": "./dist/tabs.js"
|
|
183
|
+
}
|
|
99
184
|
},
|
|
100
185
|
"./settlement": {
|
|
101
|
-
"
|
|
102
|
-
|
|
103
|
-
|
|
186
|
+
"import": {
|
|
187
|
+
"types": "./dist/settlement.d.mts",
|
|
188
|
+
"default": "./dist/settlement.mjs"
|
|
189
|
+
},
|
|
190
|
+
"require": {
|
|
191
|
+
"types": "./dist/settlement.d.ts",
|
|
192
|
+
"default": "./dist/settlement.js"
|
|
193
|
+
}
|
|
104
194
|
},
|
|
105
195
|
"./place-order": {
|
|
106
|
-
"
|
|
107
|
-
|
|
108
|
-
|
|
196
|
+
"import": {
|
|
197
|
+
"types": "./dist/place-order.d.mts",
|
|
198
|
+
"default": "./dist/place-order.mjs"
|
|
199
|
+
},
|
|
200
|
+
"require": {
|
|
201
|
+
"types": "./dist/place-order.d.ts",
|
|
202
|
+
"default": "./dist/place-order.js"
|
|
203
|
+
}
|
|
109
204
|
},
|
|
110
205
|
"./event-list-item": {
|
|
111
|
-
"
|
|
112
|
-
|
|
113
|
-
|
|
206
|
+
"import": {
|
|
207
|
+
"types": "./dist/event-list-item.d.mts",
|
|
208
|
+
"default": "./dist/event-list-item.mjs"
|
|
209
|
+
},
|
|
210
|
+
"require": {
|
|
211
|
+
"types": "./dist/event-list-item.d.ts",
|
|
212
|
+
"default": "./dist/event-list-item.js"
|
|
213
|
+
}
|
|
114
214
|
},
|
|
115
215
|
"./event-list-item-details": {
|
|
116
|
-
"
|
|
117
|
-
|
|
118
|
-
|
|
216
|
+
"import": {
|
|
217
|
+
"types": "./dist/event-list-item-details.d.mts",
|
|
218
|
+
"default": "./dist/event-list-item-details.mjs"
|
|
219
|
+
},
|
|
220
|
+
"require": {
|
|
221
|
+
"types": "./dist/event-list-item-details.d.ts",
|
|
222
|
+
"default": "./dist/event-list-item-details.js"
|
|
223
|
+
}
|
|
119
224
|
},
|
|
120
225
|
"./market-details": {
|
|
121
|
-
"
|
|
122
|
-
|
|
123
|
-
|
|
226
|
+
"import": {
|
|
227
|
+
"types": "./dist/market-details.d.mts",
|
|
228
|
+
"default": "./dist/market-details.mjs"
|
|
229
|
+
},
|
|
230
|
+
"require": {
|
|
231
|
+
"types": "./dist/market-details.d.ts",
|
|
232
|
+
"default": "./dist/market-details.js"
|
|
233
|
+
}
|
|
124
234
|
},
|
|
125
235
|
"./event-list": {
|
|
126
|
-
"
|
|
127
|
-
|
|
128
|
-
|
|
236
|
+
"import": {
|
|
237
|
+
"types": "./dist/event-list.d.mts",
|
|
238
|
+
"default": "./dist/event-list.mjs"
|
|
239
|
+
},
|
|
240
|
+
"require": {
|
|
241
|
+
"types": "./dist/event-list.d.ts",
|
|
242
|
+
"default": "./dist/event-list.js"
|
|
243
|
+
}
|
|
129
244
|
},
|
|
130
245
|
"./home-page": {
|
|
131
|
-
"
|
|
132
|
-
|
|
133
|
-
|
|
246
|
+
"import": {
|
|
247
|
+
"types": "./dist/home-page.d.mts",
|
|
248
|
+
"default": "./dist/home-page.mjs"
|
|
249
|
+
},
|
|
250
|
+
"require": {
|
|
251
|
+
"types": "./dist/home-page.d.ts",
|
|
252
|
+
"default": "./dist/home-page.js"
|
|
253
|
+
}
|
|
134
254
|
},
|
|
135
255
|
"./event-market-page": {
|
|
136
|
-
"
|
|
137
|
-
|
|
138
|
-
|
|
256
|
+
"import": {
|
|
257
|
+
"types": "./dist/event-market-page.d.mts",
|
|
258
|
+
"default": "./dist/event-market-page.mjs"
|
|
259
|
+
},
|
|
260
|
+
"require": {
|
|
261
|
+
"types": "./dist/event-market-page.d.ts",
|
|
262
|
+
"default": "./dist/event-market-page.js"
|
|
263
|
+
}
|
|
139
264
|
},
|
|
140
265
|
"./modal": {
|
|
141
|
-
"
|
|
142
|
-
|
|
143
|
-
|
|
266
|
+
"import": {
|
|
267
|
+
"types": "./dist/modal.d.mts",
|
|
268
|
+
"default": "./dist/modal.mjs"
|
|
269
|
+
},
|
|
270
|
+
"require": {
|
|
271
|
+
"types": "./dist/modal.d.ts",
|
|
272
|
+
"default": "./dist/modal.js"
|
|
273
|
+
}
|
|
144
274
|
},
|
|
145
275
|
"./onboarding-modal": {
|
|
146
|
-
"
|
|
147
|
-
|
|
148
|
-
|
|
276
|
+
"import": {
|
|
277
|
+
"types": "./dist/onboarding-modal.d.mts",
|
|
278
|
+
"default": "./dist/onboarding-modal.mjs"
|
|
279
|
+
},
|
|
280
|
+
"require": {
|
|
281
|
+
"types": "./dist/onboarding-modal.d.ts",
|
|
282
|
+
"default": "./dist/onboarding-modal.js"
|
|
283
|
+
}
|
|
149
284
|
},
|
|
150
|
-
"./styles.css": "./
|
|
151
|
-
"./tailwind.css": "./
|
|
285
|
+
"./styles.css": "./dist/styles.css",
|
|
286
|
+
"./tailwind.css": "./dist/tailwind.css"
|
|
152
287
|
},
|
|
153
288
|
"files": [
|
|
154
289
|
"dist"
|
|
155
290
|
],
|
|
156
|
-
"scripts": {
|
|
157
|
-
"build": "NODE_OPTIONS=--max-old-space-size=4096 tsup && pnpm exec tailwindcss -i ./src/styles.css -o ./dist/styles.css --minify && pnpm exec tailwindcss -i ./src/tailwind.css -o ./dist/tailwind.css --minify",
|
|
158
|
-
"dev": "tsup --watch",
|
|
159
|
-
"typecheck": "tsc --noEmit",
|
|
160
|
-
"lint": "eslint . --max-warnings 0",
|
|
161
|
-
"clean": "rm -rf .turbo node_modules dist"
|
|
162
|
-
},
|
|
163
291
|
"peerDependencies": {
|
|
164
|
-
"@agg-market/hooks": "workspace:*",
|
|
165
292
|
"react": "^18.0.0 || ^19.0.0",
|
|
166
|
-
"react-dom": "^18.0.0 || ^19.0.0"
|
|
293
|
+
"react-dom": "^18.0.0 || ^19.0.0",
|
|
294
|
+
"@agg-market/hooks": "0.0.3"
|
|
167
295
|
},
|
|
168
296
|
"dependencies": {
|
|
169
297
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
@@ -175,9 +303,6 @@
|
|
|
175
303
|
"zod": "^3.24.1"
|
|
176
304
|
},
|
|
177
305
|
"devDependencies": {
|
|
178
|
-
"@agg/eslint-config": "workspace:*",
|
|
179
|
-
"@agg-market/hooks": "workspace:*",
|
|
180
|
-
"@agg/typescript-config": "workspace:*",
|
|
181
306
|
"@tailwindcss/cli": "^4.2.0",
|
|
182
307
|
"@types/react": "^18.2.61",
|
|
183
308
|
"@types/react-dom": "^18.2.19",
|
|
@@ -186,10 +311,19 @@
|
|
|
186
311
|
"react-dom": "^18.2.0",
|
|
187
312
|
"tailwindcss": "^4.2.0",
|
|
188
313
|
"tsup": "^8.0.2",
|
|
189
|
-
"typescript": "5.8.3"
|
|
314
|
+
"typescript": "5.8.3",
|
|
315
|
+
"@agg/eslint-config": "0.0.0",
|
|
316
|
+
"@agg-market/hooks": "0.0.3",
|
|
317
|
+
"@agg/typescript-config": "0.0.0"
|
|
190
318
|
},
|
|
191
319
|
"publishConfig": {
|
|
192
|
-
"access": "public"
|
|
193
|
-
|
|
320
|
+
"access": "public"
|
|
321
|
+
},
|
|
322
|
+
"scripts": {
|
|
323
|
+
"build": "NODE_OPTIONS=--max-old-space-size=4096 tsup && pnpm exec tailwindcss -i ./src/styles.css -o ./dist/styles.css --minify && pnpm exec tailwindcss -i ./src/tailwind.css -o ./dist/tailwind.css --minify",
|
|
324
|
+
"dev": "tsup --watch",
|
|
325
|
+
"typecheck": "tsc --noEmit",
|
|
326
|
+
"lint": "eslint . --max-warnings 0",
|
|
327
|
+
"clean": "rm -rf .turbo node_modules dist"
|
|
194
328
|
}
|
|
195
|
-
}
|
|
329
|
+
}
|