@agg-market/ui 1.0.0 → 2.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/badge.d.mts +5 -3
- package/dist/badge.d.ts +5 -3
- package/dist/badge.js +52 -12
- package/dist/badge.mjs +1 -1
- package/dist/button.d.mts +2 -2
- package/dist/button.d.ts +2 -2
- package/dist/button.js +19 -34
- package/dist/button.mjs +2 -2
- package/dist/card.d.mts +4 -2
- package/dist/card.d.ts +4 -2
- package/dist/card.js +8 -4
- package/dist/card.mjs +1 -1
- package/dist/chart.js +14 -7
- package/dist/chart.mjs +2 -2
- package/dist/{chunk-ZYREURXK.mjs → chunk-2MJY6RVY.mjs} +35 -35
- package/dist/{chunk-P23GR7NX.mjs → chunk-422MCIXV.mjs} +1 -1
- package/dist/chunk-4KMFDCAH.mjs +371 -0
- package/dist/{chunk-HM3CGN32.mjs → chunk-5GDNWQZS.mjs} +46 -46
- package/dist/{chunk-VIP7HSOU.mjs → chunk-5K7VXAYM.mjs} +4 -0
- package/dist/{chunk-BJNHDIDW.mjs → chunk-6425RRBI.mjs} +4 -4
- package/dist/{chunk-O2XH4A3G.mjs → chunk-7NISYVSJ.mjs} +22 -22
- package/dist/{chunk-MXBPDNMC.mjs → chunk-BEDUFOIG.mjs} +95 -22
- package/dist/{chunk-VC7LTPQD.mjs → chunk-BN5VVHNV.mjs} +2 -2
- package/dist/{chunk-JRS2M5GY.mjs → chunk-CTVMT3VL.mjs} +13 -6
- package/dist/{chunk-USLTNDJA.mjs → chunk-D5FTFSKL.mjs} +8 -8
- package/dist/{chunk-BLSHXIAH.mjs → chunk-D7JTOGYP.mjs} +6 -11
- package/dist/{chunk-W2DMBW4E.mjs → chunk-DL7STJQ5.mjs} +61 -33
- package/dist/chunk-ERGNR6UQ.mjs +67 -0
- package/dist/chunk-FO263M3V.mjs +10 -0
- package/dist/{chunk-3O4U3E5I.mjs → chunk-FO2QCB4Z.mjs} +8 -4
- package/dist/{chunk-OGI343OV.mjs → chunk-IGPNIM2B.mjs} +3 -2
- package/dist/chunk-K6IJ4WBM.mjs +67 -0
- package/dist/{chunk-PGSPYQOW.mjs → chunk-KAGYJ4XT.mjs} +17 -27
- package/dist/{chunk-RGZQHSNJ.mjs → chunk-KCPDVBIZ.mjs} +26 -17
- package/dist/{chunk-ZHKMDK5M.mjs → chunk-KFOATMAE.mjs} +87 -87
- package/dist/{chunk-H4UIBDL2.mjs → chunk-LK5D3ZTK.mjs} +15 -15
- package/dist/{chunk-VUDJ3PYM.mjs → chunk-O46OFVH6.mjs} +40 -16
- package/dist/{chunk-RXACBTON.mjs → chunk-OA2IZ3VW.mjs} +16 -22
- package/dist/{chunk-F236MLT6.mjs → chunk-PZTHM6WG.mjs} +13 -10
- package/dist/{chunk-XELWY7SO.mjs → chunk-QYZKC7KG.mjs} +137 -104
- package/dist/{chunk-LWTQD345.mjs → chunk-S3H63TQ5.mjs} +57 -312
- package/dist/{chunk-MNSHWA6M.mjs → chunk-TA7LKYKP.mjs} +9 -8
- package/dist/{chunk-JH5VMNDL.mjs → chunk-V52WSZHQ.mjs} +8 -7
- package/dist/chunk-YJA5VQW6.mjs +167 -0
- package/dist/{chunk-EXF4SESB.mjs → chunk-ZFMCCBP6.mjs} +1 -1
- package/dist/connect-button.js +51 -73
- package/dist/connect-button.mjs +6 -6
- package/dist/deposit-modal.js +171 -177
- package/dist/deposit-modal.mjs +7 -7
- package/dist/event-list-item-details.js +222 -198
- package/dist/event-list-item-details.mjs +11 -11
- package/dist/event-list-item.js +172 -114
- package/dist/event-list-item.mjs +8 -8
- package/dist/event-list.js +391 -507
- package/dist/event-list.mjs +11 -11
- package/dist/event-market-page.js +826 -764
- package/dist/event-market-page.mjs +19 -19
- package/dist/hello-world.js +28 -16
- package/dist/hello-world.mjs +2 -2
- package/dist/home-page.js +395 -511
- package/dist/home-page.mjs +12 -12
- package/dist/icon.d.mts +1 -1
- package/dist/icon.d.ts +1 -1
- package/dist/icon.js +15 -17
- package/dist/icon.mjs +2 -2
- package/dist/index.d.mts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +1135 -944
- package/dist/index.mjs +34 -32
- package/dist/loading-icon.d.mts +1 -1
- package/dist/loading-icon.d.ts +1 -1
- package/dist/loading-icon.js +5 -9
- package/dist/loading-icon.mjs +2 -2
- package/dist/market-details.d.mts +2 -2
- package/dist/market-details.d.ts +2 -2
- package/dist/market-details.js +357 -551
- package/dist/market-details.mjs +13 -13
- package/dist/modal.js +4 -0
- package/dist/modal.mjs +1 -1
- package/dist/onboarding-modal.js +63 -67
- package/dist/onboarding-modal.mjs +6 -6
- package/dist/place-order.js +231 -466
- package/dist/place-order.mjs +9 -9
- package/dist/profile-modal.js +52 -65
- package/dist/profile-modal.mjs +6 -6
- package/dist/search.d.mts +2 -2
- package/dist/search.d.ts +2 -2
- package/dist/search.js +28 -34
- package/dist/search.mjs +4 -4
- package/dist/select.js +104 -99
- package/dist/select.mjs +3 -3
- package/dist/settlement.js +279 -59
- package/dist/settlement.mjs +6 -6
- package/dist/skeleton.js +15 -10
- package/dist/skeleton.mjs +2 -2
- package/dist/styles.css +1 -1
- package/dist/switch-button.js +13 -6
- package/dist/switch-button.mjs +1 -1
- package/dist/tabs.d.mts +8 -4
- package/dist/tabs.d.ts +8 -4
- package/dist/tabs.js +163 -420
- package/dist/tabs.mjs +4 -4
- package/dist/tailwind.css +1 -1
- package/dist/types-BVj9ky9P.d.mts +3 -0
- package/dist/types-BVj9ky9P.d.ts +3 -0
- package/dist/typography.d.mts +4 -2
- package/dist/typography.d.ts +4 -2
- package/dist/typography.js +49 -18
- package/dist/typography.mjs +5 -3
- package/dist/user-profile-page.d.mts +2 -2
- package/dist/user-profile-page.d.ts +2 -2
- package/dist/user-profile-page.js +200 -474
- package/dist/user-profile-page.mjs +7 -7
- package/dist/venue-logo.d.mts +2 -2
- package/dist/venue-logo.d.ts +2 -2
- package/dist/venue-logo.js +6 -11
- package/dist/venue-logo.mjs +1 -1
- package/dist/{venue-logo.types-BSAuY84j.d.ts → venue-logo.types-D8Cu2rAm.d.ts} +1 -1
- package/dist/{venue-logo.types-DACqcTvY.d.mts → venue-logo.types-HRf1yBLD.d.mts} +1 -1
- package/dist/withdraw-modal.js +72 -85
- package/dist/withdraw-modal.mjs +6 -6
- package/package.json +1 -1
- package/dist/chunk-AEMAY3MR.mjs +0 -44
- package/dist/chunk-DYEWXEEY.mjs +0 -37
- package/dist/chunk-QFQHD2V6.mjs +0 -146
- package/dist/chunk-ZDF7QP4G.mjs +0 -160
- package/dist/chunk-ZVBVGWSP.mjs +0 -15
- package/dist/types-Bed6Q0EK.d.mts +0 -3
- package/dist/types-Bed6Q0EK.d.ts +0 -3
package/dist/home-page.mjs
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import {
|
|
2
2
|
HomePage
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
5
|
-
import "./chunk-
|
|
6
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-6425RRBI.mjs";
|
|
4
|
+
import "./chunk-BEDUFOIG.mjs";
|
|
5
|
+
import "./chunk-DL7STJQ5.mjs";
|
|
6
|
+
import "./chunk-S3H63TQ5.mjs";
|
|
7
7
|
import "./chunk-GHB3GOCW.mjs";
|
|
8
|
-
import "./chunk-
|
|
9
|
-
import "./chunk-
|
|
10
|
-
import "./chunk-
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-
|
|
8
|
+
import "./chunk-K6IJ4WBM.mjs";
|
|
9
|
+
import "./chunk-YJA5VQW6.mjs";
|
|
10
|
+
import "./chunk-V52WSZHQ.mjs";
|
|
11
|
+
import "./chunk-D7JTOGYP.mjs";
|
|
12
|
+
import "./chunk-PZTHM6WG.mjs";
|
|
13
13
|
import "./chunk-NDG43KGL.mjs";
|
|
14
14
|
import "./chunk-BNDFQPHF.mjs";
|
|
15
|
-
import "./chunk-
|
|
16
|
-
import "./chunk-
|
|
17
|
-
import "./chunk-
|
|
15
|
+
import "./chunk-FO263M3V.mjs";
|
|
16
|
+
import "./chunk-ERGNR6UQ.mjs";
|
|
17
|
+
import "./chunk-FO2QCB4Z.mjs";
|
|
18
18
|
import "./chunk-GJ4U5NCE.mjs";
|
|
19
19
|
export {
|
|
20
20
|
HomePage
|
package/dist/icon.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { a as IconSvgProps, I as IconName } from './registry-DfSCFAdC.mjs';
|
|
2
2
|
export { W as WalletAvatarIcon, i as iconNames } from './registry-DfSCFAdC.mjs';
|
|
3
|
-
import { A as AvailableSizes } from './types-
|
|
3
|
+
import { A as AvailableSizes } from './types-BVj9ky9P.mjs';
|
|
4
4
|
import 'react';
|
|
5
5
|
|
|
6
6
|
declare const ArrowTrendUpIcon: {
|
package/dist/icon.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { a as IconSvgProps, I as IconName } from './registry-DfSCFAdC.js';
|
|
2
2
|
export { W as WalletAvatarIcon, i as iconNames } from './registry-DfSCFAdC.js';
|
|
3
|
-
import { A as AvailableSizes } from './types-
|
|
3
|
+
import { A as AvailableSizes } from './types-BVj9ky9P.js';
|
|
4
4
|
import 'react';
|
|
5
5
|
|
|
6
6
|
declare const ArrowTrendUpIcon: {
|
package/dist/icon.js
CHANGED
|
@@ -154,14 +154,10 @@ var ArrowsToDotIcon = (_a) => {
|
|
|
154
154
|
/* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
155
155
|
"path",
|
|
156
156
|
{
|
|
157
|
-
d: "M8
|
|
158
|
-
|
|
159
|
-
strokeWidth: "1.25",
|
|
160
|
-
strokeLinecap: "round",
|
|
161
|
-
strokeLinejoin: "round"
|
|
157
|
+
d: "M8 6.66667C8.73667 6.66667 9.33333 7.26333 9.33333 8C9.33333 8.73667 8.73667 9.33333 8 9.33333C7.26333 9.33333 6.66667 8.73667 6.66667 8C6.66667 7.26333 7.26333 6.66667 8 6.66667ZM5.27867 7.05733L3.39267 5.17133C3.132 4.91067 2.71067 4.91067 2.45 5.17133C2.18933 5.432 2.18933 5.854 2.45 6.114L3.67467 7.33333H0.666667C0.298 7.33333 0 7.632 0 8C0 8.368 0.298 8.66667 0.666667 8.66667H3.662L2.44867 9.88667C2.18867 10.148 2.19 10.5693 2.45133 10.8293C2.71267 11.0893 3.13467 11.088 3.394 10.8267L5.27933 8.93133C5.79467 8.41467 5.79467 7.574 5.27933 7.05667L5.27867 7.05733ZM7.068 5.278C7.56133 5.79267 8.45 5.79267 8.94267 5.278L10.828 3.392C11.0887 3.13133 11.0887 2.70933 10.828 2.44933C10.5673 2.18867 10.146 2.18867 9.88533 2.44933L8.66667 3.674V0.666667C8.66667 0.298667 8.36867 0 8 0C7.63133 0 7.33333 0.298667 7.33333 0.666667V3.662L6.11333 2.44867C5.852 2.18867 5.43067 2.19 5.17067 2.45133C4.91067 2.71267 4.912 3.13467 5.17333 3.394L7.068 5.278ZM8.94267 10.7213C8.42667 10.2053 7.58533 10.2053 7.06867 10.72L5.17267 12.606C4.91133 12.866 4.91 13.2873 5.17 13.5487C5.42933 13.8093 5.85067 13.8113 6.11267 13.5513L7.33267 12.3307V15.3333C7.33267 15.702 7.63067 16 7.99933 16C8.368 16 8.666 15.702 8.666 15.3333V12.3307L9.88467 13.55C10.1453 13.8107 10.5667 13.8107 10.8273 13.55C11.088 13.2893 11.088 12.868 10.8273 12.6073L8.94267 10.7213ZM15.3333 7.33333H12.3307L13.55 6.114C13.8107 5.854 13.8107 5.432 13.55 5.17133C13.2893 4.91067 12.868 4.91067 12.6073 5.17133L10.7213 7.05733C10.2053 7.574 10.2047 8.41467 10.72 8.93133L12.606 10.8273C12.866 11.088 13.2873 11.09 13.5487 10.83C13.81 10.57 13.8113 10.1487 13.5513 9.88733L12.3307 8.66733H15.3333C15.702 8.66733 16 8.36867 16 8.00067C16 7.63267 15.702 7.334 15.3333 7.334V7.33333Z",
|
|
158
|
+
fill: "currentColor"
|
|
162
159
|
}
|
|
163
|
-
)
|
|
164
|
-
/* @__PURE__ */ (0, import_jsx_runtime2.jsx)("circle", { cx: "8", cy: "8", r: "1.5", fill: "currentColor" })
|
|
160
|
+
)
|
|
165
161
|
]
|
|
166
162
|
})
|
|
167
163
|
);
|
|
@@ -695,14 +691,9 @@ InfoIcon.displayName = "InfoIcon";
|
|
|
695
691
|
|
|
696
692
|
// src/primitives/icon/icon.constants.ts
|
|
697
693
|
var iconSizeClasses = {
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
ms: "h-5 w-5",
|
|
702
|
-
m: "h-6 w-6",
|
|
703
|
-
l: "h-8 w-8",
|
|
704
|
-
xl: "h-10 w-10",
|
|
705
|
-
xxl: "h-12 w-12"
|
|
694
|
+
small: "h-4 w-4",
|
|
695
|
+
medium: "h-6 w-6",
|
|
696
|
+
large: "h-8 w-8"
|
|
706
697
|
};
|
|
707
698
|
|
|
708
699
|
// src/primitives/icon/svg/check-badge.tsx
|
|
@@ -1408,7 +1399,7 @@ var Icon = (_a) => {
|
|
|
1408
1399
|
var _b = _a, {
|
|
1409
1400
|
name,
|
|
1410
1401
|
color,
|
|
1411
|
-
size = "
|
|
1402
|
+
size = "medium",
|
|
1412
1403
|
className = "text-agg-primary",
|
|
1413
1404
|
style
|
|
1414
1405
|
} = _b, props = __objRest(_b, [
|
|
@@ -1421,7 +1412,14 @@ var Icon = (_a) => {
|
|
|
1421
1412
|
const Component = iconRegistry[name];
|
|
1422
1413
|
const resolvedStyle = resolveIconStyle(color, style);
|
|
1423
1414
|
const resolvedClassName = cn(iconSizeClasses[size], className);
|
|
1424
|
-
return /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
1415
|
+
return /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
1416
|
+
Component,
|
|
1417
|
+
__spreadValues({
|
|
1418
|
+
color,
|
|
1419
|
+
className: cn("group/agg-icon", resolvedClassName),
|
|
1420
|
+
style: resolvedStyle
|
|
1421
|
+
}, props)
|
|
1422
|
+
);
|
|
1425
1423
|
};
|
|
1426
1424
|
Icon.displayName = "Icon";
|
|
1427
1425
|
// Annotate the CommonJS export names for ESM import in node:
|
package/dist/icon.mjs
CHANGED
|
@@ -36,12 +36,12 @@ import {
|
|
|
36
36
|
WarningFilledIcon,
|
|
37
37
|
WarningIcon,
|
|
38
38
|
iconNames
|
|
39
|
-
} from "./chunk-
|
|
39
|
+
} from "./chunk-PZTHM6WG.mjs";
|
|
40
40
|
import {
|
|
41
41
|
CloseIcon
|
|
42
42
|
} from "./chunk-NDG43KGL.mjs";
|
|
43
43
|
import "./chunk-BNDFQPHF.mjs";
|
|
44
|
-
import "./chunk-
|
|
44
|
+
import "./chunk-FO263M3V.mjs";
|
|
45
45
|
import "./chunk-GJ4U5NCE.mjs";
|
|
46
46
|
export {
|
|
47
47
|
ArrowTrendUpIcon,
|
package/dist/index.d.mts
CHANGED
|
@@ -6,14 +6,14 @@ export { HelloWorld } from './hello-world.mjs';
|
|
|
6
6
|
export { Card, CardProps } from './card.mjs';
|
|
7
7
|
export { LineChart, LineChartClassNames, LineChartPoint, LineChartProps, LineChartSeries, LineChartSeriesControlsRenderProps } from './chart.mjs';
|
|
8
8
|
export { LoadingIcon, LoadingIconProps, LoadingIconSize } from './loading-icon.mjs';
|
|
9
|
-
export { Typography, TypographyProps, TypographyVariant } from './typography.mjs';
|
|
9
|
+
export { Typography, TypographyProps, TypographyVariant, typographyVariants } from './typography.mjs';
|
|
10
10
|
export { ArrowTrendUpIcon, ArrowsToDotIcon, BankIcon, BestPricesIcon, BoltIcon, CheckCircleIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CloseIcon, CopyIcon, CreateAccountIcon, CreditCardIcon, DisconnectIcon, DocumentIcon, DotsHorizontalIcon, DownloadIcon, ExternalLinkIcon, Icon, IconProps, IconSize, InfoIcon, LinkAccountsIcon, PencilIcon, PlaySquareIcon, ProfileIcon, RevenueAltIcon, SearchIcon, ShieldTrustIcon, StayInControlIcon, TriangleDownIcon, TriangleUpFilledIcon, TriangleUpIcon, UploadIcon, WalletIcon, WarningFilledIcon, WarningIcon } from './icon.mjs';
|
|
11
11
|
export { NumberValue, NumberValueFormat, NumberValueProps } from './number-value.mjs';
|
|
12
12
|
export { VenueLogo, venueLogoNames } from './venue-logo.mjs';
|
|
13
13
|
export { Badge, BadgeClassNames, BadgeProps, BadgeSize, badgeSizes } from './badge.mjs';
|
|
14
14
|
export { Select, SelectItem, SelectProps } from './select.mjs';
|
|
15
15
|
export { Search, SearchClassNames, SearchInputProps, SearchProps, SearchResultItem } from './search.mjs';
|
|
16
|
-
export { Tabs, TabsItem, TabsOverflowBehavior, TabsProps, TabsSize, TabsVariant } from './tabs.mjs';
|
|
16
|
+
export { Tabs, TabsClassNames, TabsItem, TabsOverflowBehavior, TabsProps, TabsSize, TabsVariant } from './tabs.mjs';
|
|
17
17
|
export { Modal, ModalBodyClassNames, ModalBodyProps, ModalContainerClassNames, ModalContainerProps, ModalFooterClassNames, ModalFooterProps, ModalHeaderClassNames, ModalHeaderProps, ModalProps } from './modal.mjs';
|
|
18
18
|
export { EventListItem } from './event-list-item.mjs';
|
|
19
19
|
export { EventListItemDetails } from './event-list-item-details.mjs';
|
|
@@ -30,9 +30,9 @@ import { T as TradingVenue } from './types-JBf1DZlH.mjs';
|
|
|
30
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-JBf1DZlH.mjs';
|
|
31
31
|
export { Settlement, SettlementProps } from './settlement.mjs';
|
|
32
32
|
export { PlaceOrder, PlaceOrderProps } from './place-order.mjs';
|
|
33
|
-
export { A as AvailableSizes } from './types-
|
|
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, a as VenueLogoProps } from './venue-logo.types-
|
|
35
|
+
export { V as VenueLogoName, a as VenueLogoProps } from './venue-logo.types-HRf1yBLD.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
|
@@ -6,14 +6,14 @@ export { HelloWorld } from './hello-world.js';
|
|
|
6
6
|
export { Card, CardProps } from './card.js';
|
|
7
7
|
export { LineChart, LineChartClassNames, LineChartPoint, LineChartProps, LineChartSeries, LineChartSeriesControlsRenderProps } from './chart.js';
|
|
8
8
|
export { LoadingIcon, LoadingIconProps, LoadingIconSize } from './loading-icon.js';
|
|
9
|
-
export { Typography, TypographyProps, TypographyVariant } from './typography.js';
|
|
9
|
+
export { Typography, TypographyProps, TypographyVariant, typographyVariants } from './typography.js';
|
|
10
10
|
export { ArrowTrendUpIcon, ArrowsToDotIcon, BankIcon, BestPricesIcon, BoltIcon, CheckCircleIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CloseIcon, CopyIcon, CreateAccountIcon, CreditCardIcon, DisconnectIcon, DocumentIcon, DotsHorizontalIcon, DownloadIcon, ExternalLinkIcon, Icon, IconProps, IconSize, InfoIcon, LinkAccountsIcon, PencilIcon, PlaySquareIcon, ProfileIcon, RevenueAltIcon, SearchIcon, ShieldTrustIcon, StayInControlIcon, TriangleDownIcon, TriangleUpFilledIcon, TriangleUpIcon, UploadIcon, WalletIcon, WarningFilledIcon, WarningIcon } from './icon.js';
|
|
11
11
|
export { NumberValue, NumberValueFormat, NumberValueProps } from './number-value.js';
|
|
12
12
|
export { VenueLogo, venueLogoNames } from './venue-logo.js';
|
|
13
13
|
export { Badge, BadgeClassNames, BadgeProps, BadgeSize, badgeSizes } from './badge.js';
|
|
14
14
|
export { Select, SelectItem, SelectProps } from './select.js';
|
|
15
15
|
export { Search, SearchClassNames, SearchInputProps, SearchProps, SearchResultItem } from './search.js';
|
|
16
|
-
export { Tabs, TabsItem, TabsOverflowBehavior, TabsProps, TabsSize, TabsVariant } from './tabs.js';
|
|
16
|
+
export { Tabs, TabsClassNames, TabsItem, TabsOverflowBehavior, TabsProps, TabsSize, TabsVariant } from './tabs.js';
|
|
17
17
|
export { Modal, ModalBodyClassNames, ModalBodyProps, ModalContainerClassNames, ModalContainerProps, ModalFooterClassNames, ModalFooterProps, ModalHeaderClassNames, ModalHeaderProps, ModalProps } from './modal.js';
|
|
18
18
|
export { EventListItem } from './event-list-item.js';
|
|
19
19
|
export { EventListItemDetails } from './event-list-item-details.js';
|
|
@@ -30,9 +30,9 @@ import { T as TradingVenue } from './types-JBf1DZlH.js';
|
|
|
30
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-JBf1DZlH.js';
|
|
31
31
|
export { Settlement, SettlementProps } from './settlement.js';
|
|
32
32
|
export { PlaceOrder, PlaceOrderProps } from './place-order.js';
|
|
33
|
-
export { A as AvailableSizes } from './types-
|
|
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, a as VenueLogoProps } from './venue-logo.types-
|
|
35
|
+
export { V as VenueLogoName, a as VenueLogoProps } from './venue-logo.types-D8Cu2rAm.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';
|