@agg-market/ui 6.0.0 → 7.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/README.md +17 -2
- package/dist/{chunk-LMOJKJOY.mjs → chunk-6I474QXG.mjs} +319 -199
- package/dist/{chunk-5ZKPBMRK.mjs → chunk-AVHMI47G.mjs} +18 -20
- package/dist/{chunk-ADGL6RFX.mjs → chunk-EEQPPN7N.mjs} +1 -1
- package/dist/{chunk-UBBOLLOS.mjs → chunk-EERL6BZF.mjs} +2 -4
- package/dist/{chunk-G6YKGVQR.mjs → chunk-KQKLLL4D.mjs} +15 -54
- package/dist/{chunk-2ICOSP7N.mjs → chunk-L5U7RGJV.mjs} +5 -5
- package/dist/{chunk-HI4EEDN5.mjs → chunk-MUB7NYWZ.mjs} +799 -228
- package/dist/chunk-OAJBTVZT.mjs +119 -0
- package/dist/{chunk-JE3Z52FD.mjs → chunk-OVQVAUAI.mjs} +110 -35
- package/dist/{chunk-CN7GI2RJ.mjs → chunk-ZYUJ7YEJ.mjs} +68 -8
- package/dist/events.js +1364 -771
- package/dist/events.mjs +4 -5
- package/dist/index.js +2353 -1541
- package/dist/index.mjs +597 -19
- package/dist/modals.js +1058 -651
- package/dist/modals.mjs +3 -4
- package/dist/pages.js +1717 -1055
- package/dist/pages.mjs +7 -7
- package/dist/primitives.js +936 -336
- package/dist/primitives.mjs +25 -11
- package/dist/styles.css +1 -1
- package/dist/tailwind.css +1 -1
- package/dist/trading.js +994 -512
- package/dist/trading.mjs +4 -4
- package/dist/types/auth/connect-button-view/connect-button-view.constants.d.mts +31 -0
- package/dist/types/auth/connect-button-view/connect-button-view.constants.d.ts +31 -0
- package/dist/types/auth/connect-button-view/connect-button-view.types.d.mts +83 -0
- package/dist/types/auth/connect-button-view/connect-button-view.types.d.ts +83 -0
- package/dist/types/auth/connect-button-view/index.d.mts +7 -0
- package/dist/types/auth/connect-button-view/index.d.ts +7 -0
- package/dist/types/auth/index.d.mts +1 -1
- package/dist/types/auth/index.d.ts +1 -1
- package/dist/types/index.d.mts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/primitives/chart/chart-type-switch.d.mts +10 -0
- package/dist/types/primitives/chart/chart-type-switch.d.ts +10 -0
- package/dist/types/primitives/chart/index.d.mts +7 -1
- package/dist/types/primitives/chart/index.d.ts +7 -1
- package/dist/types/primitives/icon/index.d.mts +8 -1
- package/dist/types/primitives/icon/index.d.ts +8 -1
- package/dist/types/primitives/icon/registry.d.mts +28 -0
- package/dist/types/primitives/icon/registry.d.ts +28 -0
- package/dist/types/primitives/icon/svg/apple.d.mts +5 -0
- package/dist/types/primitives/icon/svg/apple.d.ts +5 -0
- package/dist/types/primitives/icon/svg/chart-candlestick.d.mts +5 -0
- package/dist/types/primitives/icon/svg/chart-candlestick.d.ts +5 -0
- package/dist/types/primitives/icon/svg/chart-line.d.mts +5 -0
- package/dist/types/primitives/icon/svg/chart-line.d.ts +5 -0
- package/dist/types/primitives/icon/svg/error-filled.d.mts +5 -0
- package/dist/types/primitives/icon/svg/error-filled.d.ts +5 -0
- package/dist/types/primitives/icon/svg/ethereum.d.mts +5 -0
- package/dist/types/primitives/icon/svg/ethereum.d.ts +5 -0
- package/dist/types/primitives/icon/svg/google.d.mts +5 -0
- package/dist/types/primitives/icon/svg/google.d.ts +5 -0
- package/dist/types/primitives/icon/svg/solana.d.mts +5 -0
- package/dist/types/primitives/icon/svg/solana.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/inline-alert/index.d.mts +16 -0
- package/dist/types/primitives/inline-alert/index.d.ts +16 -0
- package/dist/types/primitives/venue-logo/svg/logo-limitless.d.mts +5 -0
- package/dist/types/primitives/venue-logo/svg/logo-limitless.d.ts +5 -0
- package/dist/types/primitives/venue-logo/venue-logo.types.d.mts +1 -1
- package/dist/types/primitives/venue-logo/venue-logo.types.d.ts +1 -1
- package/dist/types/trading/types.d.mts +26 -26
- package/dist/types/trading/types.d.ts +26 -26
- package/package.json +3 -15
- package/dist/auth.d.mts +0 -1
- package/dist/auth.d.ts +0 -1
- package/dist/auth.js +0 -2290
- package/dist/auth.mjs +0 -8
- package/dist/chunk-INRG3D4M.mjs +0 -450
- package/dist/chunk-MHCHR65A.mjs +0 -165
- package/dist/chunk-PASXFYKQ.mjs +0 -81
- package/dist/types/auth/connect-button/connect-button.constants.d.mts +0 -10
- package/dist/types/auth/connect-button/connect-button.constants.d.ts +0 -10
- package/dist/types/auth/connect-button/connect-button.types.d.mts +0 -33
- package/dist/types/auth/connect-button/connect-button.types.d.ts +0 -33
- package/dist/types/auth/connect-button/index.d.mts +0 -7
- package/dist/types/auth/connect-button/index.d.ts +0 -7
package/dist/modals.js
CHANGED
|
@@ -425,8 +425,88 @@ var LogoKalshiIcon = (_a) => {
|
|
|
425
425
|
};
|
|
426
426
|
LogoKalshiIcon.displayName = "LogoKalshiIcon";
|
|
427
427
|
|
|
428
|
-
// src/primitives/venue-logo/svg/logo-
|
|
428
|
+
// src/primitives/venue-logo/svg/logo-limitless.tsx
|
|
429
429
|
var import_jsx_runtime4 = require("react/jsx-runtime");
|
|
430
|
+
var LIMITLESS_BLACK = "#000000";
|
|
431
|
+
var LogoLimitlessIcon = (_a) => {
|
|
432
|
+
var _b = _a, {
|
|
433
|
+
title,
|
|
434
|
+
className,
|
|
435
|
+
isColor = true,
|
|
436
|
+
color
|
|
437
|
+
} = _b, props = __objRest(_b, [
|
|
438
|
+
"title",
|
|
439
|
+
"className",
|
|
440
|
+
"isColor",
|
|
441
|
+
"color"
|
|
442
|
+
]);
|
|
443
|
+
const primaryColor = resolveLogoPrimaryColor({
|
|
444
|
+
brandColor: LIMITLESS_BLACK,
|
|
445
|
+
isColor,
|
|
446
|
+
color
|
|
447
|
+
});
|
|
448
|
+
return /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(
|
|
449
|
+
"svg",
|
|
450
|
+
__spreadProps(__spreadValues(__spreadValues({
|
|
451
|
+
viewBox: "0 0 44 32",
|
|
452
|
+
className,
|
|
453
|
+
fill: "none"
|
|
454
|
+
}, getIconA11yProps(title)), props), {
|
|
455
|
+
children: [
|
|
456
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("title", { children: title }) : null,
|
|
457
|
+
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
458
|
+
"path",
|
|
459
|
+
{
|
|
460
|
+
fill: primaryColor,
|
|
461
|
+
fillRule: "evenodd",
|
|
462
|
+
d: "M20.469 1.6v29.097h-1.408V1.6z",
|
|
463
|
+
clipRule: "evenodd"
|
|
464
|
+
}
|
|
465
|
+
),
|
|
466
|
+
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
467
|
+
"path",
|
|
468
|
+
{
|
|
469
|
+
fill: primaryColor,
|
|
470
|
+
fillRule: "evenodd",
|
|
471
|
+
d: "M42.815 18.258.108 21.543 0 20.139l42.707-3.285z",
|
|
472
|
+
clipRule: "evenodd"
|
|
473
|
+
}
|
|
474
|
+
),
|
|
475
|
+
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
476
|
+
"path",
|
|
477
|
+
{
|
|
478
|
+
fill: primaryColor,
|
|
479
|
+
fillRule: "evenodd",
|
|
480
|
+
d: "M30.75 24.773 10.1 15.856l.558-1.293 20.65 8.917z",
|
|
481
|
+
clipRule: "evenodd"
|
|
482
|
+
}
|
|
483
|
+
),
|
|
484
|
+
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
485
|
+
"path",
|
|
486
|
+
{
|
|
487
|
+
fill: primaryColor,
|
|
488
|
+
fillRule: "evenodd",
|
|
489
|
+
d: "m19.146 19.098 6.101-11.263 1.238.67-6.101 11.263z",
|
|
490
|
+
clipRule: "evenodd"
|
|
491
|
+
}
|
|
492
|
+
),
|
|
493
|
+
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
494
|
+
"path",
|
|
495
|
+
{
|
|
496
|
+
fill: primaryColor,
|
|
497
|
+
fillRule: "evenodd",
|
|
498
|
+
d: "m19.61 18.747 14.548-3.286.31 1.374L19.92 20.12z",
|
|
499
|
+
clipRule: "evenodd"
|
|
500
|
+
}
|
|
501
|
+
)
|
|
502
|
+
]
|
|
503
|
+
})
|
|
504
|
+
);
|
|
505
|
+
};
|
|
506
|
+
LogoLimitlessIcon.displayName = "LogoLimitlessIcon";
|
|
507
|
+
|
|
508
|
+
// src/primitives/venue-logo/svg/logo-opinion.tsx
|
|
509
|
+
var import_jsx_runtime5 = require("react/jsx-runtime");
|
|
430
510
|
var OPINION_BLACK = "#000000";
|
|
431
511
|
var LogoOpinionIcon = (_a) => {
|
|
432
512
|
var _b = _a, {
|
|
@@ -445,7 +525,7 @@ var LogoOpinionIcon = (_a) => {
|
|
|
445
525
|
isColor,
|
|
446
526
|
color
|
|
447
527
|
});
|
|
448
|
-
return /* @__PURE__ */ (0,
|
|
528
|
+
return /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(
|
|
449
529
|
"svg",
|
|
450
530
|
__spreadProps(__spreadValues(__spreadValues({
|
|
451
531
|
viewBox: "0 0 100 100",
|
|
@@ -453,8 +533,8 @@ var LogoOpinionIcon = (_a) => {
|
|
|
453
533
|
fill: "none"
|
|
454
534
|
}, getIconA11yProps(title)), props), {
|
|
455
535
|
children: [
|
|
456
|
-
title ? /* @__PURE__ */ (0,
|
|
457
|
-
/* @__PURE__ */ (0,
|
|
536
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("title", { children: title }) : null,
|
|
537
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
458
538
|
"path",
|
|
459
539
|
{
|
|
460
540
|
d: "M51.8239 68.4603L56.9659 68.0094L58.8049 89.0576C61.1459 88.5314 63.4349 87.7952 65.6437 86.8578V68.1879H71.9955V83.4385C74.6496 81.6828 77.0863 79.619 79.2548 77.2898L80.0716 67.958L85.516 68.433C88.6185 62.4381 90.156 55.7558 89.9858 49.0072C89.8154 42.2584 87.9429 35.6623 84.542 29.8316L84.3394 32.1494L77.9876 31.5927L78.8042 22.2668C76.7468 20.1288 74.4594 18.225 71.9835 16.5902V31.9164H65.6317V13.1739C62.9224 12.0205 60.0929 11.173 57.1957 10.6473L59.0317 31.6441L53.8897 32.0949L51.9599 10.0482C51.3128 10.0179 50.6593 9.99976 50.006 9.99976C47.4581 9.99976 44.9161 10.2419 42.414 10.723L46.0438 31.3899L42.1297 32.0798L38.5304 11.6701C35.1755 12.6725 31.9677 14.1143 28.9905 15.9578L33.0435 31.0873L29.9705 31.9134L26.2018 17.8369C23.2938 19.9923 20.6902 22.5308 18.4615 25.3835L20.4246 30.7787L18.1833 31.5956L16.7707 27.7134C14.5111 31.0771 12.7772 34.7657 11.6287 38.652L12.2639 38.4221L20.4306 60.8471L18.1893 61.6641L10.8877 41.5963C9.21542 49.4012 9.91256 57.528 12.8896 64.9338C15.8667 72.3395 20.9879 78.6865 27.5961 83.1601L23.8031 68.9989L26.8762 68.1728L31.5162 85.4991C34.6952 87.1593 38.0844 88.3808 41.5914 89.1303L38.0132 68.7296L41.9301 68.0397L45.7684 89.8262C47.1811 89.9757 48.6007 90.0505 50.0212 90.0502C51.2583 90.0502 52.4863 89.9926 53.6963 89.8807L51.8239 68.4603ZM80.1017 37.8985L86.4385 38.4524L84.3605 62.2299L78.0087 61.6761L80.1017 37.8985ZM65.6528 38.1315H72.0046V61.9969H65.6528V38.1315ZM56.975 37.9501L59.053 61.7277L53.911 62.1785L51.8299 38.4009L56.975 37.9501ZM29.9976 62.003L23.8243 38.9486L26.8974 38.1255L33.0707 61.1649L29.9976 62.003ZM42.157 62.1603L38.0132 38.658L41.9301 37.9683L46.0709 61.4674L42.157 62.1603Z",
|
|
@@ -468,7 +548,7 @@ var LogoOpinionIcon = (_a) => {
|
|
|
468
548
|
LogoOpinionIcon.displayName = "LogoOpinionIcon";
|
|
469
549
|
|
|
470
550
|
// src/primitives/venue-logo/svg/logo-polymarket.tsx
|
|
471
|
-
var
|
|
551
|
+
var import_jsx_runtime6 = require("react/jsx-runtime");
|
|
472
552
|
var POLYMARKET_BLUE = "#2E5CFF";
|
|
473
553
|
var LogoPolymarketIcon = (_a) => {
|
|
474
554
|
var _b = _a, {
|
|
@@ -487,7 +567,7 @@ var LogoPolymarketIcon = (_a) => {
|
|
|
487
567
|
isColor,
|
|
488
568
|
color
|
|
489
569
|
});
|
|
490
|
-
return /* @__PURE__ */ (0,
|
|
570
|
+
return /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)(
|
|
491
571
|
"svg",
|
|
492
572
|
__spreadProps(__spreadValues(__spreadValues({
|
|
493
573
|
viewBox: "0 0 100 100",
|
|
@@ -495,8 +575,8 @@ var LogoPolymarketIcon = (_a) => {
|
|
|
495
575
|
fill: "none"
|
|
496
576
|
}, getIconA11yProps(title)), props), {
|
|
497
577
|
children: [
|
|
498
|
-
title ? /* @__PURE__ */ (0,
|
|
499
|
-
/* @__PURE__ */ (0,
|
|
578
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("title", { children: title }) : null,
|
|
579
|
+
/* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
500
580
|
"path",
|
|
501
581
|
{
|
|
502
582
|
d: "M81.0904 84.2882C81.0904 87.9246 81.0904 89.7428 79.901 90.644C78.7119 91.5456 76.9613 91.0542 73.4603 90.0717L17.1975 74.2838C15.0881 73.6919 14.0332 73.3959 13.4233 72.5913C12.8135 71.7866 12.8135 70.6911 12.8135 68.5002V31.4998C12.8135 29.309 12.8135 28.2134 13.4233 27.4088C14.0332 26.6042 15.0881 26.3081 17.1975 25.7163L73.4603 9.92806C76.9613 8.94572 78.7119 8.45448 79.901 9.35587C81.0904 10.2573 81.0904 12.0755 81.0904 15.7119V84.2882ZM26.8451 69.1363L73.4308 82.2104V56.0637L26.8451 69.1363ZM20.4723 63.0711L67.0487 50L20.4723 36.929V63.0711ZM26.8446 30.8638L73.4308 43.9366V17.7896L26.8446 30.8638Z",
|
|
@@ -510,7 +590,7 @@ var LogoPolymarketIcon = (_a) => {
|
|
|
510
590
|
LogoPolymarketIcon.displayName = "LogoPolymarketIcon";
|
|
511
591
|
|
|
512
592
|
// src/primitives/venue-logo/svg/logo-probable.tsx
|
|
513
|
-
var
|
|
593
|
+
var import_jsx_runtime7 = require("react/jsx-runtime");
|
|
514
594
|
var PROBABLE_ORANGE = "#F05923";
|
|
515
595
|
var LogoProbableIcon = (_a) => {
|
|
516
596
|
var _b = _a, {
|
|
@@ -529,7 +609,7 @@ var LogoProbableIcon = (_a) => {
|
|
|
529
609
|
isColor,
|
|
530
610
|
color
|
|
531
611
|
});
|
|
532
|
-
return /* @__PURE__ */ (0,
|
|
612
|
+
return /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)(
|
|
533
613
|
"svg",
|
|
534
614
|
__spreadProps(__spreadValues(__spreadValues({
|
|
535
615
|
viewBox: "0 0 100 100",
|
|
@@ -537,16 +617,16 @@ var LogoProbableIcon = (_a) => {
|
|
|
537
617
|
fill: "none"
|
|
538
618
|
}, getIconA11yProps(title)), props), {
|
|
539
619
|
children: [
|
|
540
|
-
title ? /* @__PURE__ */ (0,
|
|
541
|
-
/* @__PURE__ */ (0,
|
|
620
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("title", { children: title }) : null,
|
|
621
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
|
|
542
622
|
"path",
|
|
543
623
|
{
|
|
544
624
|
d: "M75.625 59.3489C75.6247 53.7323 71.0719 49.1792 65.4551 49.179H33.9209C28.3039 49.179 23.7503 53.7321 23.75 59.3489C23.75 64.9659 28.3038 69.5198 33.9209 69.5198H65.4551C71.0719 69.5195 75.625 64.9658 75.625 59.3489ZM90.625 59.3489C90.625 73.2501 79.3562 84.5195 65.4551 84.5198H33.9209C20.0196 84.5198 8.75 73.2502 8.75 59.3489C8.75026 45.4477 20.0198 34.179 33.9209 34.179H65.4551C79.3559 34.1792 90.6247 45.4478 90.625 59.3489Z",
|
|
545
625
|
fill: primaryColor
|
|
546
626
|
}
|
|
547
627
|
),
|
|
548
|
-
/* @__PURE__ */ (0,
|
|
549
|
-
/* @__PURE__ */ (0,
|
|
628
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)("path", { d: "M90.9329 15.4546V30.4546H8.90234V15.4546H90.9329Z", fill: primaryColor }),
|
|
629
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
|
|
550
630
|
"path",
|
|
551
631
|
{
|
|
552
632
|
d: "M64.5742 51.3496C68.9894 51.3496 72.5742 54.9344 72.5742 59.3496C72.5742 63.7648 68.9894 67.3496 64.5742 67.3496C60.159 67.3496 56.5742 63.7648 56.5742 59.3496C56.5742 54.9344 60.159 51.3496 64.5742 51.3496Z",
|
|
@@ -564,20 +644,23 @@ var venueLogoRegistry = {
|
|
|
564
644
|
kalshi: LogoKalshiIcon,
|
|
565
645
|
polymarket: LogoPolymarketIcon,
|
|
566
646
|
opinion: LogoOpinionIcon,
|
|
567
|
-
probable: LogoProbableIcon
|
|
647
|
+
probable: LogoProbableIcon,
|
|
648
|
+
limitless: LogoLimitlessIcon
|
|
568
649
|
};
|
|
569
650
|
var VENUE_LOGO_BASE_URL = "https://assets.snagsolutions.io/public/prediction-markets/logos";
|
|
570
651
|
var venueLogoUrlRegistry = {
|
|
571
652
|
kalshi: `${VENUE_LOGO_BASE_URL}/kalshi.png`,
|
|
572
653
|
polymarket: `${VENUE_LOGO_BASE_URL}/polymarket.png`,
|
|
573
654
|
opinion: `${VENUE_LOGO_BASE_URL}/opinion.png`,
|
|
574
|
-
probable: `${VENUE_LOGO_BASE_URL}/probable.png
|
|
655
|
+
probable: `${VENUE_LOGO_BASE_URL}/probable.png`,
|
|
656
|
+
limitless: `${VENUE_LOGO_BASE_URL}/limitless.png`
|
|
575
657
|
};
|
|
576
658
|
var venueLogoLabels = {
|
|
577
659
|
kalshi: "Kalshi",
|
|
578
660
|
polymarket: "Polymarket",
|
|
579
661
|
opinion: "Opinion",
|
|
580
|
-
probable: "Probable"
|
|
662
|
+
probable: "Probable",
|
|
663
|
+
limitless: "Limitless"
|
|
581
664
|
};
|
|
582
665
|
var venueLogoNames = Object.keys(venueLogoRegistry);
|
|
583
666
|
var sizeClasses = {
|
|
@@ -645,7 +728,7 @@ var baseButtonClasses = cn(
|
|
|
645
728
|
);
|
|
646
729
|
|
|
647
730
|
// src/primitives/button/index.tsx
|
|
648
|
-
var
|
|
731
|
+
var import_jsx_runtime8 = require("react/jsx-runtime");
|
|
649
732
|
var Button = (_a) => {
|
|
650
733
|
var _b = _a, {
|
|
651
734
|
children,
|
|
@@ -672,7 +755,7 @@ var Button = (_a) => {
|
|
|
672
755
|
]);
|
|
673
756
|
const { enableAnimations } = (0, import_hooks2.useSdkUiConfig)();
|
|
674
757
|
const isDisabled = disabled || isLoading;
|
|
675
|
-
return /* @__PURE__ */ (0,
|
|
758
|
+
return /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
|
|
676
759
|
"button",
|
|
677
760
|
__spreadProps(__spreadValues({
|
|
678
761
|
type,
|
|
@@ -689,7 +772,7 @@ var Button = (_a) => {
|
|
|
689
772
|
"aria-busy": isLoading,
|
|
690
773
|
"aria-label": ariaLabel
|
|
691
774
|
}, other), {
|
|
692
|
-
children: isLoading ? /* @__PURE__ */ (0,
|
|
775
|
+
children: isLoading ? /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
|
|
693
776
|
"span",
|
|
694
777
|
{
|
|
695
778
|
className: cn(
|
|
@@ -699,9 +782,9 @@ var Button = (_a) => {
|
|
|
699
782
|
),
|
|
700
783
|
"aria-hidden": "true"
|
|
701
784
|
}
|
|
702
|
-
) : /* @__PURE__ */ (0,
|
|
785
|
+
) : /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)(import_jsx_runtime8.Fragment, { children: [
|
|
703
786
|
prefix != null ? prefix : null,
|
|
704
|
-
/* @__PURE__ */ (0,
|
|
787
|
+
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children }),
|
|
705
788
|
suffix != null ? suffix : null
|
|
706
789
|
] })
|
|
707
790
|
})
|
|
@@ -711,7 +794,7 @@ Button.displayName = "Button";
|
|
|
711
794
|
|
|
712
795
|
// src/primitives/venue-logo/index.tsx
|
|
713
796
|
var import_hooks3 = require("@agg-market/hooks");
|
|
714
|
-
var
|
|
797
|
+
var import_jsx_runtime9 = require("react/jsx-runtime");
|
|
715
798
|
var VenueLogo = ({
|
|
716
799
|
venue,
|
|
717
800
|
variant = "icon",
|
|
@@ -723,11 +806,12 @@ var VenueLogo = ({
|
|
|
723
806
|
ariaLabel,
|
|
724
807
|
title
|
|
725
808
|
}) => {
|
|
809
|
+
var _a;
|
|
726
810
|
const labels = (0, import_hooks3.useLabels)();
|
|
727
811
|
const sizeClass = sizeClasses[size];
|
|
728
|
-
const resolvedLabel = ariaLabel != null ? ariaLabel : labels.venues[venue];
|
|
812
|
+
const resolvedLabel = (_a = ariaLabel != null ? ariaLabel : labels.venues[venue]) != null ? _a : venueLogoLabels[venue];
|
|
729
813
|
if (variant === "logo") {
|
|
730
|
-
return /* @__PURE__ */ (0,
|
|
814
|
+
return /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
|
|
731
815
|
"img",
|
|
732
816
|
{
|
|
733
817
|
src: venueLogoUrlRegistry[venue],
|
|
@@ -739,7 +823,7 @@ var VenueLogo = ({
|
|
|
739
823
|
}
|
|
740
824
|
const Component = venueLogoRegistry[venue];
|
|
741
825
|
const resolvedIsColor = isMonochromatic ? false : isColor;
|
|
742
|
-
return /* @__PURE__ */ (0,
|
|
826
|
+
return /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
|
|
743
827
|
Component,
|
|
744
828
|
{
|
|
745
829
|
className: cn("group/agg-venue-logo", "shrink-0", sizeClass, className),
|
|
@@ -752,11 +836,37 @@ var VenueLogo = ({
|
|
|
752
836
|
};
|
|
753
837
|
VenueLogo.displayName = "VenueLogo";
|
|
754
838
|
|
|
839
|
+
// src/primitives/icon/svg/apple.tsx
|
|
840
|
+
var import_jsx_runtime10 = require("react/jsx-runtime");
|
|
841
|
+
var AppleIcon = (_a) => {
|
|
842
|
+
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
843
|
+
return /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
|
|
844
|
+
"svg",
|
|
845
|
+
__spreadProps(__spreadValues(__spreadValues({
|
|
846
|
+
viewBox: "0 0 24 24",
|
|
847
|
+
className,
|
|
848
|
+
fill: "none"
|
|
849
|
+
}, getIconA11yProps(title)), props), {
|
|
850
|
+
children: [
|
|
851
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("title", { children: title }) : null,
|
|
852
|
+
/* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
|
|
853
|
+
"path",
|
|
854
|
+
{
|
|
855
|
+
d: "M18.71 19.5C17.88 20.74 17 21.95 15.66 21.97C14.32 22 13.89 21.18 12.37 21.18C10.84 21.18 10.37 21.95 9.09997 22C7.78997 22.05 6.79997 20.68 5.95997 19.47C4.24997 17 2.93997 12.45 4.69997 9.39C5.56997 7.87 7.12997 6.91 8.81997 6.88C10.1 6.86 11.32 7.75 12.11 7.75C12.89 7.75 14.37 6.68 15.92 6.84C16.57 6.87 18.39 7.1 19.56 8.82C19.47 8.88 17.39 10.1 17.41 12.63C17.44 15.65 20.06 16.66 20.09 16.67C20.06 16.74 19.67 18.11 18.71 19.5ZM13 3.5C13.73 2.67 14.94 2.04 15.94 2C16.07 3.17 15.6 4.35 14.9 5.19C14.21 6.04 13.07 6.7 11.95 6.61C11.8 5.46 12.36 4.26 13 3.5Z",
|
|
856
|
+
fill: "currentColor"
|
|
857
|
+
}
|
|
858
|
+
)
|
|
859
|
+
]
|
|
860
|
+
})
|
|
861
|
+
);
|
|
862
|
+
};
|
|
863
|
+
AppleIcon.displayName = "AppleIcon";
|
|
864
|
+
|
|
755
865
|
// src/primitives/icon/svg/arrow-trend-up.tsx
|
|
756
|
-
var
|
|
866
|
+
var import_jsx_runtime11 = require("react/jsx-runtime");
|
|
757
867
|
var ArrowTrendUpIcon = (_a) => {
|
|
758
868
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
759
|
-
return /* @__PURE__ */ (0,
|
|
869
|
+
return /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(
|
|
760
870
|
"svg",
|
|
761
871
|
__spreadProps(__spreadValues(__spreadValues({
|
|
762
872
|
viewBox: "0 0 16 16",
|
|
@@ -764,8 +874,8 @@ var ArrowTrendUpIcon = (_a) => {
|
|
|
764
874
|
fill: "none"
|
|
765
875
|
}, getIconA11yProps(title)), props), {
|
|
766
876
|
children: [
|
|
767
|
-
title ? /* @__PURE__ */ (0,
|
|
768
|
-
/* @__PURE__ */ (0,
|
|
877
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("title", { children: title }) : null,
|
|
878
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
769
879
|
"path",
|
|
770
880
|
{
|
|
771
881
|
d: "M2 11.5L6.5 7L9.5 10L14 5.5",
|
|
@@ -775,7 +885,7 @@ var ArrowTrendUpIcon = (_a) => {
|
|
|
775
885
|
strokeLinejoin: "round"
|
|
776
886
|
}
|
|
777
887
|
),
|
|
778
|
-
/* @__PURE__ */ (0,
|
|
888
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
779
889
|
"path",
|
|
780
890
|
{
|
|
781
891
|
d: "M10.5 5.5H14V9",
|
|
@@ -792,10 +902,10 @@ var ArrowTrendUpIcon = (_a) => {
|
|
|
792
902
|
ArrowTrendUpIcon.displayName = "ArrowTrendUpIcon";
|
|
793
903
|
|
|
794
904
|
// src/primitives/icon/svg/arrows-to-dot.tsx
|
|
795
|
-
var
|
|
905
|
+
var import_jsx_runtime12 = require("react/jsx-runtime");
|
|
796
906
|
var ArrowsToDotIcon = (_a) => {
|
|
797
907
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
798
|
-
return /* @__PURE__ */ (0,
|
|
908
|
+
return /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
|
|
799
909
|
"svg",
|
|
800
910
|
__spreadProps(__spreadValues(__spreadValues({
|
|
801
911
|
viewBox: "0 0 16 16",
|
|
@@ -803,8 +913,8 @@ var ArrowsToDotIcon = (_a) => {
|
|
|
803
913
|
fill: "none"
|
|
804
914
|
}, getIconA11yProps(title)), props), {
|
|
805
915
|
children: [
|
|
806
|
-
title ? /* @__PURE__ */ (0,
|
|
807
|
-
/* @__PURE__ */ (0,
|
|
916
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("title", { children: title }) : null,
|
|
917
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
|
|
808
918
|
"path",
|
|
809
919
|
{
|
|
810
920
|
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",
|
|
@@ -818,10 +928,10 @@ var ArrowsToDotIcon = (_a) => {
|
|
|
818
928
|
ArrowsToDotIcon.displayName = "ArrowsToDotIcon";
|
|
819
929
|
|
|
820
930
|
// src/primitives/icon/svg/bank.tsx
|
|
821
|
-
var
|
|
931
|
+
var import_jsx_runtime13 = require("react/jsx-runtime");
|
|
822
932
|
var BankIcon = (_a) => {
|
|
823
933
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
824
|
-
return /* @__PURE__ */ (0,
|
|
934
|
+
return /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(
|
|
825
935
|
"svg",
|
|
826
936
|
__spreadProps(__spreadValues(__spreadValues({
|
|
827
937
|
viewBox: "0 0 24 24",
|
|
@@ -829,8 +939,8 @@ var BankIcon = (_a) => {
|
|
|
829
939
|
fill: "none"
|
|
830
940
|
}, getIconA11yProps(title)), props), {
|
|
831
941
|
children: [
|
|
832
|
-
title ? /* @__PURE__ */ (0,
|
|
833
|
-
/* @__PURE__ */ (0,
|
|
942
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("title", { children: title }) : null,
|
|
943
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
|
834
944
|
"path",
|
|
835
945
|
{
|
|
836
946
|
d: "M23 22H1C0.448 22 0 22.448 0 23C0 23.552 0.448 24 1 24H23C23.552 24 24 23.552 24 23C24 22.448 23.552 22 23 22ZM2 21H4V11H2V21ZM6 21H8V11H6V21ZM10 21H14V11H10V21ZM16 21H18V11H16V21ZM20 21H22V11H20V21ZM12 0.334C11.826 0.123 11.569 0 11.297 0H12.703C12.431 0 12.174 0.123 12 0.334ZM0.392 8.613C0.144 9.02 0 9.495 0 10C0 10 0 10 1 10H23C24 10 24 10 24 10C24 9.495 23.856 9.02 23.608 8.613L13.406 0.668C13.016 0.244 12.528 0 12 0C11.472 0 10.984 0.244 10.594 0.668L0.392 8.613ZM12 2.156L21.445 9H2.555L12 2.156ZM12 5C10.895 5 10 5.895 10 7C10 8.105 10.895 9 12 9C13.105 9 14 8.105 14 7C14 5.895 13.105 5 12 5ZM12 8C11.448 8 11 7.552 11 7C11 6.448 11.448 6 12 6C12.552 6 13 6.448 13 7C13 7.552 12.552 8 12 8Z",
|
|
@@ -844,10 +954,10 @@ var BankIcon = (_a) => {
|
|
|
844
954
|
BankIcon.displayName = "BankIcon";
|
|
845
955
|
|
|
846
956
|
// src/primitives/icon/svg/best-prices.tsx
|
|
847
|
-
var
|
|
957
|
+
var import_jsx_runtime14 = require("react/jsx-runtime");
|
|
848
958
|
var BestPricesIcon = (_a) => {
|
|
849
959
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
850
|
-
return /* @__PURE__ */ (0,
|
|
960
|
+
return /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)(
|
|
851
961
|
"svg",
|
|
852
962
|
__spreadProps(__spreadValues(__spreadValues({
|
|
853
963
|
width: "28",
|
|
@@ -858,15 +968,15 @@ var BestPricesIcon = (_a) => {
|
|
|
858
968
|
className
|
|
859
969
|
}, getIconA11yProps(title)), props), {
|
|
860
970
|
children: [
|
|
861
|
-
title ? /* @__PURE__ */ (0,
|
|
862
|
-
/* @__PURE__ */ (0,
|
|
971
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("title", { children: title }) : null,
|
|
972
|
+
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)("g", { clipPath: "url(#clip0_best_prices)", children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
863
973
|
"path",
|
|
864
974
|
{
|
|
865
975
|
d: "M12.8333 27.4167C12.8333 27.7387 12.572 28 12.25 28H5.25C2.3555 28 0 25.6445 0 22.75V5.25117C0 2.35667 2.35433 0 5.25 0H18.0833C20.9778 0 23.3333 2.35433 23.3333 5.24883V8.74883C23.3333 9.07083 23.0732 9.33217 22.75 9.33217C22.4268 9.33217 22.1667 9.07083 22.1667 8.74883V5.24883C22.1667 2.99717 20.3338 1.1655 18.0833 1.1655H5.25C2.99833 1.1655 1.16667 2.99833 1.16667 5.25V22.7488C1.16667 25.0005 2.9995 26.8322 5.25 26.8322H12.25C12.572 26.8322 12.8333 27.0947 12.8333 27.4167ZM27.8297 27.8297C27.7153 27.944 27.566 28 27.4167 28C27.2673 28 27.118 27.9428 27.0037 27.8297L23.0102 23.8362C21.6837 24.9748 19.964 25.6667 18.0822 25.6667C13.9008 25.6667 10.4988 22.2647 10.4988 18.0833C10.4988 13.902 13.9008 10.5 18.0822 10.5C22.2635 10.5 25.6655 13.902 25.6655 18.0833C25.6655 19.964 24.9725 21.6837 23.835 23.0113L27.8285 27.0048C28.056 27.2323 28.0572 27.6022 27.8297 27.8297ZM24.5 18.0833C24.5 14.546 21.6218 11.6667 18.0833 11.6667C14.5448 11.6667 11.6667 14.546 11.6667 18.0833C11.6667 21.6207 14.5448 24.5 18.0833 24.5C21.6218 24.5 24.5 21.6207 24.5 18.0833ZM7.58333 5.83333H5.25C4.928 5.83333 4.66667 6.09467 4.66667 6.41667C4.66667 6.73867 4.928 7 5.25 7H7.58333C7.90533 7 8.16667 6.73867 8.16667 6.41667C8.16667 6.09467 7.90533 5.83333 7.58333 5.83333ZM7.58333 17.5H5.25C4.928 17.5 4.66667 17.7613 4.66667 18.0833C4.66667 18.4053 4.928 18.6667 5.25 18.6667H7.58333C7.90533 18.6667 8.16667 18.4053 8.16667 18.0833C8.16667 17.7613 7.90533 17.5 7.58333 17.5ZM11.0833 5.83333C10.7613 5.83333 10.5 6.09467 10.5 6.41667C10.5 6.73867 10.7613 7 11.0833 7H18.0833C18.4053 7 18.6667 6.73867 18.6667 6.41667C18.6667 6.09467 18.4053 5.83333 18.0833 5.83333H11.0833ZM7.58333 11.6667H5.25C4.928 11.6667 4.66667 11.928 4.66667 12.25C4.66667 12.572 4.928 12.8333 5.25 12.8333H7.58333C7.90533 12.8333 8.16667 12.572 8.16667 12.25C8.16667 11.928 7.90533 11.6667 7.58333 11.6667ZM21.1668 16.4862L18.0098 19.5405C17.6167 19.9255 16.9762 19.9302 16.583 19.5452L14.9928 17.976C14.7642 17.7497 14.3943 17.752 14.168 17.9807C13.9417 18.2105 13.944 18.5803 14.1738 18.8055L15.7652 20.377C16.1875 20.79 16.7417 20.9965 17.2958 20.9965C17.85 20.9965 18.4053 20.7888 18.8253 20.3747L21.9788 17.325C22.2098 17.101 22.2168 16.7312 21.9928 16.5002C21.77 16.2692 21.399 16.2645 21.1668 16.4862Z",
|
|
866
976
|
fill: "currentColor"
|
|
867
977
|
}
|
|
868
978
|
) }),
|
|
869
|
-
/* @__PURE__ */ (0,
|
|
979
|
+
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("clipPath", { id: "clip0_best_prices", children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("rect", { width: "28", height: "28", fill: "white" }) }) })
|
|
870
980
|
]
|
|
871
981
|
})
|
|
872
982
|
);
|
|
@@ -874,10 +984,10 @@ var BestPricesIcon = (_a) => {
|
|
|
874
984
|
BestPricesIcon.displayName = "BestPricesIcon";
|
|
875
985
|
|
|
876
986
|
// src/primitives/icon/svg/bolt.tsx
|
|
877
|
-
var
|
|
987
|
+
var import_jsx_runtime15 = require("react/jsx-runtime");
|
|
878
988
|
var BoltIcon = (_a) => {
|
|
879
989
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
880
|
-
return /* @__PURE__ */ (0,
|
|
990
|
+
return /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
|
|
881
991
|
"svg",
|
|
882
992
|
__spreadProps(__spreadValues(__spreadValues({
|
|
883
993
|
viewBox: "0 0 24 24",
|
|
@@ -885,15 +995,15 @@ var BoltIcon = (_a) => {
|
|
|
885
995
|
fill: "none"
|
|
886
996
|
}, getIconA11yProps(title)), props), {
|
|
887
997
|
children: [
|
|
888
|
-
title ? /* @__PURE__ */ (0,
|
|
889
|
-
/* @__PURE__ */ (0,
|
|
998
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("title", { children: title }) : null,
|
|
999
|
+
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)("g", { clipPath: "url(#bolt-clip)", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
|
890
1000
|
"path",
|
|
891
1001
|
{
|
|
892
1002
|
d: "M11.7372 24C11.4922 24 11.2432 23.946 11.0022 23.835C10.2162 23.472 9.83423 22.637 10.0722 21.805L11.8272 16H6.50123C5.70223 16 4.97023 15.632 4.49423 14.99C4.01823 14.348 3.87723 13.541 4.10823 12.776L7.13023 1.788C7.45523 0.714 8.41723 0 9.52623 0H13.8992C14.5872 0 15.2322 0.338 15.6242 0.903C16.0162 1.468 16.1062 2.191 15.8652 2.835L13.7052 9H17.5002C18.4422 9 19.2682 9.497 19.7092 10.33C20.1502 11.163 20.0982 12.124 19.5692 12.904L13.1592 23.216C12.8202 23.725 12.2912 24 11.7372 24ZM9.52723 1C8.86123 1 8.28423 1.428 8.09123 2.066L5.06923 13.054C4.92723 13.525 5.01123 14.009 5.29723 14.394C5.58323 14.779 6.02223 15 6.50223 15H12.5012C12.6592 15 12.8082 15.075 12.9022 15.202C12.9962 15.329 13.0252 15.493 12.9792 15.644L11.0322 22.086C10.9102 22.514 11.1532 22.802 11.4232 22.926C11.6922 23.05 12.0692 23.05 12.3192 22.673L18.7312 12.358C19.0592 11.874 19.0912 11.297 18.8262 10.797C18.5612 10.297 18.0662 9.999 17.5002 9.999H13.0002C12.8382 9.999 12.6862 9.92 12.5922 9.788C12.4982 9.656 12.4742 9.487 12.5282 9.333L14.9252 2.493C15.0572 2.14 15.0112 1.772 14.8022 1.472C14.5942 1.171 14.2642 0.999 13.8992 0.999H9.52623L9.52723 1Z",
|
|
893
1003
|
fill: "currentColor"
|
|
894
1004
|
}
|
|
895
1005
|
) }),
|
|
896
|
-
/* @__PURE__ */ (0,
|
|
1006
|
+
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("clipPath", { id: "bolt-clip", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
897
1007
|
]
|
|
898
1008
|
})
|
|
899
1009
|
);
|
|
@@ -901,10 +1011,10 @@ var BoltIcon = (_a) => {
|
|
|
901
1011
|
BoltIcon.displayName = "BoltIcon";
|
|
902
1012
|
|
|
903
1013
|
// src/primitives/icon/svg/check-circle.tsx
|
|
904
|
-
var
|
|
1014
|
+
var import_jsx_runtime16 = require("react/jsx-runtime");
|
|
905
1015
|
var CheckCircleIcon = (_a) => {
|
|
906
1016
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
907
|
-
return /* @__PURE__ */ (0,
|
|
1017
|
+
return /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
|
|
908
1018
|
"svg",
|
|
909
1019
|
__spreadProps(__spreadValues(__spreadValues({
|
|
910
1020
|
width: "24",
|
|
@@ -915,26 +1025,125 @@ var CheckCircleIcon = (_a) => {
|
|
|
915
1025
|
className
|
|
916
1026
|
}, getIconA11yProps(title)), props), {
|
|
917
1027
|
children: [
|
|
918
|
-
title ? /* @__PURE__ */ (0,
|
|
919
|
-
/* @__PURE__ */ (0,
|
|
1028
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("title", { children: title }) : null,
|
|
1029
|
+
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)("g", { clipPath: "url(#clip0_check_circle)", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
920
1030
|
"path",
|
|
921
1031
|
{
|
|
922
1032
|
d: "M12 0C5.383 0 0 5.383 0 12C0 18.617 5.383 24 12 24C18.617 24 24 18.617 24 12C24 5.383 18.617 0 12 0ZM18.2 10.512L13.774 14.857C12.991 15.625 11.983 16.008 10.974 16.008C9.976 16.008 8.978 15.632 8.198 14.879L6.299 13.012C5.905 12.625 5.9 11.992 6.287 11.598C6.673 11.203 7.308 11.198 7.701 11.586L9.594 13.447C10.37 14.197 11.595 14.193 12.375 13.429L16.8 9.085C17.193 8.697 17.824 8.704 18.214 9.098C18.601 9.492 18.595 10.125 18.2 10.512Z",
|
|
923
1033
|
fill: "currentColor"
|
|
924
1034
|
}
|
|
925
1035
|
) }),
|
|
926
|
-
/* @__PURE__ */ (0,
|
|
1036
|
+
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("clipPath", { id: "clip0_check_circle", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
927
1037
|
]
|
|
928
1038
|
})
|
|
929
1039
|
);
|
|
930
1040
|
};
|
|
931
1041
|
CheckCircleIcon.displayName = "CheckCircleIcon";
|
|
932
1042
|
|
|
1043
|
+
// src/primitives/icon/svg/chart-candlestick.tsx
|
|
1044
|
+
var import_jsx_runtime17 = require("react/jsx-runtime");
|
|
1045
|
+
var ChartCandlestickIcon = (_a) => {
|
|
1046
|
+
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1047
|
+
return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
|
|
1048
|
+
"svg",
|
|
1049
|
+
__spreadProps(__spreadValues(__spreadValues({
|
|
1050
|
+
viewBox: "0 0 20 20",
|
|
1051
|
+
fill: "none",
|
|
1052
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1053
|
+
className
|
|
1054
|
+
}, getIconA11yProps(title)), props), {
|
|
1055
|
+
children: [
|
|
1056
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
1057
|
+
"path",
|
|
1058
|
+
{
|
|
1059
|
+
d: "M5.55496 13.3329H6.11051H7.22163H7.77718V6.66623H7.22163H6.11051H5.55496V13.3329ZM8.88829 13.6107C8.88829 14.0709 8.5152 14.444 8.05496 14.444H7.22163H6.11051H5.27718L5.192 14.4397C4.77178 14.397 4.44385 14.0422 4.44385 13.6107V6.38845C4.44385 5.92822 4.81694 5.55512 5.27718 5.55512H6.11051H7.22163H8.05496C8.5152 5.55512 8.88829 5.92822 8.88829 6.38845V13.6107Z",
|
|
1060
|
+
fill: "currentColor"
|
|
1061
|
+
}
|
|
1062
|
+
),
|
|
1063
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
1064
|
+
"path",
|
|
1065
|
+
{
|
|
1066
|
+
d: "M12.2216 12.2218H12.7772H13.8883H14.4438V7.77734H13.8883H12.7772H12.2216V12.2218ZM15.555 12.4996C15.555 12.9598 15.1819 13.3329 14.7216 13.3329H13.8883H12.7772H11.9438L11.8587 13.3286C11.4384 13.2859 11.1105 12.931 11.1105 12.4996V7.49957C11.1105 7.03933 11.4836 6.66623 11.9438 6.66623H12.7772H13.8883H14.7216C15.1819 6.66623 15.555 7.03933 15.555 7.49957V12.4996Z",
|
|
1067
|
+
fill: "currentColor"
|
|
1068
|
+
}
|
|
1069
|
+
),
|
|
1070
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
1071
|
+
"path",
|
|
1072
|
+
{
|
|
1073
|
+
fillRule: "evenodd",
|
|
1074
|
+
clipRule: "evenodd",
|
|
1075
|
+
d: "M6.66607 2.77734C6.35924 2.77734 6.11051 3.02607 6.11051 3.3329V5.55512H5.27718C4.81694 5.55512 4.44385 5.92822 4.44385 6.38845V13.6107C4.44385 14.0709 4.81694 14.444 5.27718 14.444H6.11051V16.6662C6.11051 16.9731 6.35924 17.2218 6.66607 17.2218C6.97289 17.2218 7.22163 16.9731 7.22163 16.6662V14.444H8.05496C8.5152 14.444 8.88829 14.0709 8.88829 13.6107V6.38845C8.88829 5.92822 8.5152 5.55512 8.05496 5.55512H7.22163V3.3329C7.22163 3.02607 6.97289 2.77734 6.66607 2.77734ZM7.77718 13.3329H7.22163H6.11051H5.55496V6.66623H6.11051H7.22163H7.77718V13.3329Z",
|
|
1076
|
+
fill: "currentColor"
|
|
1077
|
+
}
|
|
1078
|
+
),
|
|
1079
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
1080
|
+
"path",
|
|
1081
|
+
{
|
|
1082
|
+
fillRule: "evenodd",
|
|
1083
|
+
clipRule: "evenodd",
|
|
1084
|
+
d: "M13.3327 4.44401C13.0259 4.44401 12.7772 4.69274 12.7772 4.99957V6.66623H11.9438C11.4836 6.66623 11.1105 7.03933 11.1105 7.49957V12.4996C11.1105 12.9598 11.4836 13.3329 11.9438 13.3329H12.7772V14.9996C12.7772 15.3064 13.0259 15.5551 13.3327 15.5551C13.6396 15.5551 13.8883 15.3064 13.8883 14.9996V13.3329H14.7216C15.1819 13.3329 15.555 12.9598 15.555 12.4996V7.49957C15.555 7.03933 15.1819 6.66623 14.7216 6.66623H13.8883V4.99957C13.8883 4.69274 13.6396 4.44401 13.3327 4.44401ZM14.4438 12.2218H13.8883H12.7772H12.2216V7.77734H12.7772H13.8883H14.4438V12.2218Z",
|
|
1085
|
+
fill: "currentColor"
|
|
1086
|
+
}
|
|
1087
|
+
)
|
|
1088
|
+
]
|
|
1089
|
+
})
|
|
1090
|
+
);
|
|
1091
|
+
};
|
|
1092
|
+
ChartCandlestickIcon.displayName = "ChartCandlestickIcon";
|
|
1093
|
+
|
|
1094
|
+
// src/primitives/icon/svg/chart-line.tsx
|
|
1095
|
+
var import_jsx_runtime18 = require("react/jsx-runtime");
|
|
1096
|
+
var ChartLineIcon = (_a) => {
|
|
1097
|
+
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1098
|
+
return /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(
|
|
1099
|
+
"svg",
|
|
1100
|
+
__spreadProps(__spreadValues(__spreadValues({
|
|
1101
|
+
viewBox: "0 0 20 20",
|
|
1102
|
+
fill: "none",
|
|
1103
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1104
|
+
className
|
|
1105
|
+
}, getIconA11yProps(title)), props), {
|
|
1106
|
+
children: [
|
|
1107
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("title", { children: title }) : null,
|
|
1108
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
1109
|
+
"path",
|
|
1110
|
+
{
|
|
1111
|
+
d: "M16.8875 5.37257C16.6712 5.28028 16.4321 5.25518 16.2012 5.29987C15.9703 5.34459 15.7582 5.45741 15.592 5.62376C15.4258 5.79009 15.3132 6.00218 15.2686 6.23303L13.8672 13.5068L12.6558 10.2527C12.5907 10.0785 12.4852 9.92156 12.3482 9.79586C12.2109 9.67003 12.0458 9.57864 11.8664 9.52893C11.6869 9.47923 11.4982 9.47263 11.3157 9.50995C11.1332 9.5473 10.9621 9.62754 10.8166 9.74378L10.5746 9.93692L9.56334 8.34566C9.44798 8.16423 9.28505 8.018 9.09242 7.92249C8.89973 7.82699 8.68443 7.78559 8.47014 7.80367C8.25577 7.8218 8.05005 7.89849 7.87606 8.02503C7.70218 8.15153 7.566 8.32319 7.48273 8.52145L5.72004 12.7207L4.79828 11.9937C4.55292 11.8004 4.24095 11.7125 3.93077 11.749C3.6205 11.7856 3.33728 11.9439 3.14356 12.189L3.14301 12.1884L1.51487 14.2539L1.51433 14.2533C1.41771 14.3762 1.37444 14.5327 1.3928 14.6879C1.41122 14.8432 1.49034 14.9849 1.61307 15.0818C1.7359 15.1787 1.89227 15.2232 2.04764 15.2049C2.20294 15.1867 2.34451 15.1073 2.44152 14.9847L4.06912 12.922L4.99196 13.65C5.13448 13.7623 5.30109 13.84 5.47861 13.8774C5.65618 13.9147 5.84005 13.9103 6.01572 13.8649C6.19141 13.8195 6.35425 13.734 6.49152 13.6153C6.62876 13.4966 6.73698 13.348 6.80728 13.1807L8.56942 8.98314L9.60349 10.6091L9.67239 10.7068C9.74621 10.8005 9.83393 10.8828 9.9328 10.9504C10.0647 11.0405 10.2139 11.1029 10.3706 11.1338C10.5273 11.1645 10.6887 11.1629 10.8448 11.1294C11.0009 11.0959 11.1486 11.0313 11.2788 10.939L11.574 10.7296L12.7637 13.9267C12.8534 14.1676 13.0193 14.3727 13.2363 14.5105C13.4532 14.6482 13.7094 14.7108 13.9654 14.6895C14.2216 14.6682 14.4638 14.564 14.655 14.3922C14.8462 14.2205 14.9759 13.9909 15.0245 13.7385L16.4264 6.46252L17.8749 8.70754C17.9169 8.77265 17.9713 8.82942 18.035 8.87355C18.0987 8.91771 18.1708 8.94885 18.2466 8.96524C18.3224 8.98163 18.4008 8.98293 18.4771 8.96904C18.5534 8.95514 18.6263 8.92644 18.6914 8.8844C18.7566 8.84235 18.8128 8.78762 18.8569 8.72381C18.901 8.66003 18.9323 8.58802 18.9486 8.51222C18.9649 8.43652 18.9658 8.35835 18.9519 8.28219C18.9379 8.20597 18.9093 8.13296 18.8672 8.06789L18.8667 8.06734L17.4154 5.81745C17.2879 5.61981 17.1039 5.46489 16.8875 5.37257Z",
|
|
1112
|
+
fill: "currentColor"
|
|
1113
|
+
}
|
|
1114
|
+
),
|
|
1115
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
1116
|
+
"path",
|
|
1117
|
+
{
|
|
1118
|
+
d: "M10.4631 11.4269C10.6099 11.4405 10.7584 11.4319 10.9032 11.4009C10.7102 11.4423 10.5107 11.444 10.3171 11.4059C10.2989 11.4023 10.2808 11.3984 10.2629 11.3941C10.1371 11.3644 10.0159 11.3181 9.90263 11.2565L9.90176 11.256C9.85881 11.2326 9.81699 11.207 9.77646 11.1793C9.61349 11.0679 9.47488 10.9245 9.36906 10.7579L8.62036 9.57988L7.06362 13.2878C6.97676 13.4945 6.8433 13.6785 6.67365 13.8252C6.5178 13.96 6.33528 14.06 6.13825 14.1189C6.12082 14.1241 6.10327 14.129 6.08561 14.1335C5.86846 14.1897 5.64128 14.1949 5.42179 14.1487C5.39778 14.1437 5.37392 14.1381 5.35025 14.1318C5.18457 14.0882 5.02788 14.0157 4.88746 13.9176L4.88406 13.9151C4.86239 13.8999 4.84111 13.884 4.82025 13.8676L4.1153 13.3115L2.65995 15.1565C2.51728 15.337 2.30878 15.4534 2.08028 15.4803C2.05174 15.4837 2.02319 15.4856 1.99471 15.4861L1.99468 15.4861C1.99469 15.4861 1.9947 15.4861 1.99471 15.4861L2.08028 15.4803C2.30878 15.4534 2.51728 15.337 2.65995 15.1565L4.1153 13.3115L4.82025 13.8676L4.88406 13.9151C5.02536 14.0144 5.18322 14.0878 5.35025 14.1318C5.37392 14.1381 5.39778 14.1437 5.42179 14.1487L5.50432 14.1634C5.67031 14.1884 5.83933 14.1846 6.004 14.152L6.08561 14.1335C6.10327 14.129 6.12082 14.1241 6.13825 14.1189C6.30842 14.068 6.46767 13.9862 6.60838 13.878L6.67365 13.8252C6.8433 13.6785 6.97676 13.4945 7.06362 13.2878L8.62036 9.57988L9.36906 10.7579C9.47488 10.9245 9.61349 11.0679 9.77646 11.1793L9.90176 11.256C10.0153 11.3178 10.1368 11.3643 10.2629 11.3941C10.2808 11.3984 10.2989 11.4023 10.3171 11.4059L10.4631 11.4269Z",
|
|
1119
|
+
fill: "currentColor"
|
|
1120
|
+
}
|
|
1121
|
+
),
|
|
1122
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
1123
|
+
"path",
|
|
1124
|
+
{
|
|
1125
|
+
d: "M1.99468 15.4861L1.99471 15.4861C1.9947 15.4861 1.99469 15.4861 1.99468 15.4861C1.9448 15.487 1.89515 15.4836 1.84626 15.476C1.77676 15.4653 1.7088 15.4461 1.64391 15.419C1.57189 15.3889 1.50366 15.3489 1.4413 15.2997C1.26066 15.1572 1.14397 14.9489 1.11688 14.7204C1.08979 14.4919 1.15451 14.262 1.29683 14.0812L2.92578 12.0162C2.94214 11.9955 2.95902 11.9753 2.97639 11.9556C3.18137 11.7233 3.45477 11.5625 3.75628 11.4963L3.76129 11.4955C3.80636 11.4857 3.85206 11.4781 3.89824 11.4727C4.2816 11.4275 4.66723 11.5362 4.97045 11.7751L5.60556 12.2759L7.22706 8.41378C7.23269 8.40038 7.23851 8.38707 7.24453 8.37387C7.34851 8.14561 7.50983 7.94784 7.71308 7.80002L7.63485 7.86132C7.46833 8.00075 7.33478 8.1758 7.24453 8.37387C7.23851 8.38707 7.23269 8.40038 7.22706 8.41378L5.60556 12.2759L4.97045 11.7751C4.66723 11.5362 4.2816 11.4275 3.89824 11.4727L3.76129 11.4955C3.4578 11.561 3.1825 11.722 2.97639 11.9556C2.95902 11.9753 2.94214 11.9955 2.92578 12.0162L1.29683 14.0812C1.15451 14.262 1.08979 14.4919 1.11688 14.7204L1.13151 14.8052C1.17449 15 1.28339 15.1751 1.4413 15.2997C1.50366 15.3489 1.57189 15.3889 1.64391 15.419C1.7088 15.4461 1.77676 15.4653 1.84626 15.476C1.89515 15.4836 1.9448 15.487 1.99468 15.4861Z",
|
|
1126
|
+
fill: "currentColor"
|
|
1127
|
+
}
|
|
1128
|
+
),
|
|
1129
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
1130
|
+
"path",
|
|
1131
|
+
{
|
|
1132
|
+
d: "M15.465 5.3617C15.6316 5.21547 15.8293 5.10915 16.043 5.05098L16.0463 5.05022C16.0801 5.04112 16.1142 5.03321 16.1487 5.02653C16.4341 4.97129 16.7295 5.00274 16.9968 5.11683C17.2642 5.23091 17.4913 5.42242 17.6488 5.66668L19.1004 7.91651C19.1624 8.01229 19.2049 8.11934 19.2254 8.23155C19.246 8.34375 19.2442 8.45891 19.2202 8.57043C19.1962 8.68195 19.1505 8.78765 19.0856 8.88149C19.0208 8.97533 18.9381 9.05546 18.8422 9.11731C18.7464 9.17916 18.6393 9.22151 18.527 9.24194C18.4148 9.26237 18.2997 9.26049 18.1882 9.23638C18.1777 9.23412 18.1673 9.23167 18.1569 9.22903C18.0845 9.21056 18.0147 9.18287 17.9495 9.14658L17.9474 9.14526C17.9233 9.13181 17.9 9.11721 17.8773 9.10148C17.8685 9.09539 17.8598 9.08915 17.8512 9.08276C17.7914 9.038 17.7376 8.98582 17.6912 8.9274L17.6886 8.92366C17.672 8.90248 17.6563 8.88051 17.6417 8.8578L17.6886 8.92366C17.7355 8.98354 17.7902 9.03705 17.8512 9.08276C17.8598 9.08915 17.8685 9.09539 17.8773 9.10148L17.9474 9.14526C18.0132 9.18215 18.0837 9.21033 18.1569 9.22903C18.1673 9.23167 18.1777 9.23412 18.1882 9.23638L18.2723 9.25021C18.3288 9.25672 18.3859 9.25758 18.4426 9.25292L18.527 9.24194C18.6393 9.22151 18.7464 9.17916 18.8422 9.11731C18.9381 9.05546 19.0208 8.97533 19.0856 8.88149C19.1505 8.78765 19.1962 8.68195 19.2202 8.57043C19.2442 8.45891 19.246 8.34375 19.2254 8.23155C19.2049 8.11934 19.1624 8.01229 19.1004 7.91651L17.6488 5.66668C17.4913 5.42242 17.2642 5.23091 16.9968 5.11683C16.7295 5.00274 16.4341 4.97129 16.1487 5.02653L16.0463 5.05022C15.8313 5.1082 15.6324 5.21475 15.465 5.3617Z",
|
|
1133
|
+
fill: "currentColor"
|
|
1134
|
+
}
|
|
1135
|
+
)
|
|
1136
|
+
]
|
|
1137
|
+
})
|
|
1138
|
+
);
|
|
1139
|
+
};
|
|
1140
|
+
ChartLineIcon.displayName = "ChartLineIcon";
|
|
1141
|
+
|
|
933
1142
|
// src/primitives/icon/svg/chevron-down.tsx
|
|
934
|
-
var
|
|
1143
|
+
var import_jsx_runtime19 = require("react/jsx-runtime");
|
|
935
1144
|
var ChevronDownIcon = (_a) => {
|
|
936
1145
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
937
|
-
return /* @__PURE__ */ (0,
|
|
1146
|
+
return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(
|
|
938
1147
|
"svg",
|
|
939
1148
|
__spreadProps(__spreadValues(__spreadValues({
|
|
940
1149
|
viewBox: "0 0 14 14",
|
|
@@ -942,8 +1151,8 @@ var ChevronDownIcon = (_a) => {
|
|
|
942
1151
|
fill: "none"
|
|
943
1152
|
}, getIconA11yProps(title)), props), {
|
|
944
1153
|
children: [
|
|
945
|
-
title ? /* @__PURE__ */ (0,
|
|
946
|
-
/* @__PURE__ */ (0,
|
|
1154
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("title", { children: title }) : null,
|
|
1155
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
947
1156
|
"path",
|
|
948
1157
|
{
|
|
949
1158
|
d: "M3.25 5.25L7 9L10.75 5.25",
|
|
@@ -960,10 +1169,10 @@ var ChevronDownIcon = (_a) => {
|
|
|
960
1169
|
ChevronDownIcon.displayName = "ChevronDownIcon";
|
|
961
1170
|
|
|
962
1171
|
// src/primitives/icon/svg/chevron-left.tsx
|
|
963
|
-
var
|
|
1172
|
+
var import_jsx_runtime20 = require("react/jsx-runtime");
|
|
964
1173
|
var ChevronLeftIcon = (_a) => {
|
|
965
1174
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
966
|
-
return /* @__PURE__ */ (0,
|
|
1175
|
+
return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(
|
|
967
1176
|
"svg",
|
|
968
1177
|
__spreadProps(__spreadValues(__spreadValues({
|
|
969
1178
|
viewBox: "0 0 24 24",
|
|
@@ -971,8 +1180,8 @@ var ChevronLeftIcon = (_a) => {
|
|
|
971
1180
|
fill: "none"
|
|
972
1181
|
}, getIconA11yProps(title)), props), {
|
|
973
1182
|
children: [
|
|
974
|
-
title ? /* @__PURE__ */ (0,
|
|
975
|
-
/* @__PURE__ */ (0,
|
|
1183
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("title", { children: title }) : null,
|
|
1184
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
976
1185
|
"path",
|
|
977
1186
|
{
|
|
978
1187
|
d: "M10.5999 12.6786C10.5061 12.5856 10.4317 12.475 10.381 12.3531C10.3302 12.2313 10.3041 12.1006 10.3041 11.9686C10.3041 11.8366 10.3302 11.7058 10.381 11.584C10.4317 11.4621 10.5061 11.3515 10.5999 11.2586L15.1899 6.67857C15.2836 6.5856 15.358 6.475 15.4088 6.35314C15.4595 6.23128 15.4857 6.10058 15.4857 5.96857C15.4857 5.83655 15.4595 5.70585 15.4088 5.58399C15.358 5.46213 15.2836 5.35153 15.1899 5.25857C15.0025 5.07231 14.749 4.96777 14.4849 4.96777C14.2207 4.96777 13.9672 5.07231 13.7799 5.25857L9.18986 9.84857C8.62806 10.4111 8.3125 11.1736 8.3125 11.9686C8.3125 12.7636 8.62806 13.5261 9.18986 14.0886L13.7799 18.6786C13.9661 18.8633 14.2175 18.9675 14.4799 18.9686C14.6115 18.9693 14.7419 18.9441 14.8638 18.8943C14.9856 18.8446 15.0964 18.7712 15.1899 18.6786C15.2836 18.5856 15.358 18.475 15.4088 18.3531C15.4595 18.2313 15.4857 18.1006 15.4857 17.9686C15.4857 17.8366 15.4595 17.7058 15.4088 17.584C15.358 17.4621 15.2836 17.3515 15.1899 17.2586L10.5999 12.6786Z",
|
|
@@ -986,10 +1195,10 @@ var ChevronLeftIcon = (_a) => {
|
|
|
986
1195
|
ChevronLeftIcon.displayName = "ChevronLeftIcon";
|
|
987
1196
|
|
|
988
1197
|
// src/primitives/icon/svg/chevron-right.tsx
|
|
989
|
-
var
|
|
1198
|
+
var import_jsx_runtime21 = require("react/jsx-runtime");
|
|
990
1199
|
var ChevronRightIcon = (_a) => {
|
|
991
1200
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
992
|
-
return /* @__PURE__ */ (0,
|
|
1201
|
+
return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(
|
|
993
1202
|
"svg",
|
|
994
1203
|
__spreadProps(__spreadValues(__spreadValues({
|
|
995
1204
|
viewBox: "0 0 16 16",
|
|
@@ -997,8 +1206,8 @@ var ChevronRightIcon = (_a) => {
|
|
|
997
1206
|
fill: "none"
|
|
998
1207
|
}, getIconA11yProps(title)), props), {
|
|
999
1208
|
children: [
|
|
1000
|
-
title ? /* @__PURE__ */ (0,
|
|
1001
|
-
/* @__PURE__ */ (0,
|
|
1209
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("title", { children: title }) : null,
|
|
1210
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
1002
1211
|
"path",
|
|
1003
1212
|
{
|
|
1004
1213
|
d: "M10.2665 6.56563L7.20654 3.50563C7.08163 3.38146 6.91266 3.31177 6.73653 3.31177C6.56041 3.31177 6.39144 3.38146 6.26653 3.50563C6.20405 3.5676 6.15445 3.64134 6.12061 3.72258C6.08676 3.80382 6.06934 3.89095 6.06934 3.97896C6.06934 4.06697 6.08676 4.15411 6.12061 4.23535C6.15445 4.31659 6.20405 4.39032 6.26653 4.4523L9.3332 7.50563C9.39569 7.5676 9.44528 7.64134 9.47913 7.72258C9.51298 7.80382 9.5304 7.89095 9.5304 7.97896C9.5304 8.06697 9.51298 8.15411 9.47913 8.23535C9.44528 8.31659 9.39569 8.39032 9.3332 8.4523L6.26653 11.5056C6.141 11.6303 6.07012 11.7997 6.0695 11.9766C6.06887 12.1535 6.13855 12.3234 6.2632 12.449C6.38785 12.5745 6.55727 12.6454 6.73418 12.646C6.91109 12.6466 7.081 12.5769 7.20654 12.4523L10.2665 9.3923C10.6411 9.0173 10.8514 8.50896 10.8514 7.97896C10.8514 7.44896 10.6411 6.94063 10.2665 6.56563Z",
|
|
@@ -1012,10 +1221,10 @@ var ChevronRightIcon = (_a) => {
|
|
|
1012
1221
|
ChevronRightIcon.displayName = "ChevronRightIcon";
|
|
1013
1222
|
|
|
1014
1223
|
// src/primitives/icon/svg/chevron-up.tsx
|
|
1015
|
-
var
|
|
1224
|
+
var import_jsx_runtime22 = require("react/jsx-runtime");
|
|
1016
1225
|
var ChevronUpIcon = (_a) => {
|
|
1017
1226
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1018
|
-
return /* @__PURE__ */ (0,
|
|
1227
|
+
return /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(
|
|
1019
1228
|
"svg",
|
|
1020
1229
|
__spreadProps(__spreadValues(__spreadValues({
|
|
1021
1230
|
viewBox: "0 0 14 14",
|
|
@@ -1023,8 +1232,8 @@ var ChevronUpIcon = (_a) => {
|
|
|
1023
1232
|
fill: "none"
|
|
1024
1233
|
}, getIconA11yProps(title)), props), {
|
|
1025
1234
|
children: [
|
|
1026
|
-
title ? /* @__PURE__ */ (0,
|
|
1027
|
-
/* @__PURE__ */ (0,
|
|
1235
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("title", { children: title }) : null,
|
|
1236
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
|
|
1028
1237
|
"path",
|
|
1029
1238
|
{
|
|
1030
1239
|
d: "M3.25 8.75L7 5L10.75 8.75",
|
|
@@ -1041,10 +1250,10 @@ var ChevronUpIcon = (_a) => {
|
|
|
1041
1250
|
ChevronUpIcon.displayName = "ChevronUpIcon";
|
|
1042
1251
|
|
|
1043
1252
|
// src/primitives/icon/svg/copy.tsx
|
|
1044
|
-
var
|
|
1253
|
+
var import_jsx_runtime23 = require("react/jsx-runtime");
|
|
1045
1254
|
var CopyIcon = (_a) => {
|
|
1046
1255
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1047
|
-
return /* @__PURE__ */ (0,
|
|
1256
|
+
return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
|
|
1048
1257
|
"svg",
|
|
1049
1258
|
__spreadProps(__spreadValues(__spreadValues({
|
|
1050
1259
|
viewBox: "0 0 16 16",
|
|
@@ -1052,15 +1261,15 @@ var CopyIcon = (_a) => {
|
|
|
1052
1261
|
fill: "none"
|
|
1053
1262
|
}, getIconA11yProps(title)), props), {
|
|
1054
1263
|
children: [
|
|
1055
|
-
title ? /* @__PURE__ */ (0,
|
|
1056
|
-
/* @__PURE__ */ (0,
|
|
1264
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("title", { children: title }) : null,
|
|
1265
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)("g", { clipPath: "url(#clip0_copy)", children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
1057
1266
|
"path",
|
|
1058
1267
|
{
|
|
1059
1268
|
d: "M10 13.3333H3.33333C2.4496 13.3323 1.60237 12.9807 0.97748 12.3559C0.352588 11.731 0.00105857 10.8837 0 10L0 3.33333C0.00105857 2.4496 0.352588 1.60237 0.97748 0.97748C1.60237 0.352588 2.4496 0.00105857 3.33333 0L10 0C10.8837 0.00105857 11.731 0.352588 12.3559 0.97748C12.9807 1.60237 13.3323 2.4496 13.3333 3.33333V10C13.3323 10.8837 12.9807 11.731 12.3559 12.3559C11.731 12.9807 10.8837 13.3323 10 13.3333ZM3.33333 1.33333C2.8029 1.33333 2.29419 1.54405 1.91912 1.91912C1.54405 2.29419 1.33333 2.8029 1.33333 3.33333V10C1.33333 10.5304 1.54405 11.0391 1.91912 11.4142C2.29419 11.7893 2.8029 12 3.33333 12H10C10.5304 12 11.0391 11.7893 11.4142 11.4142C11.7893 11.0391 12 10.5304 12 10V3.33333C12 2.8029 11.7893 2.29419 11.4142 1.91912C11.0391 1.54405 10.5304 1.33333 10 1.33333H3.33333ZM16 12.6667V4C16 3.82319 15.9298 3.65362 15.8047 3.5286C15.6797 3.40357 15.5101 3.33333 15.3333 3.33333C15.1565 3.33333 14.987 3.40357 14.8619 3.5286C14.7369 3.65362 14.6667 3.82319 14.6667 4V12.6667C14.6667 13.1971 14.456 13.7058 14.0809 14.0809C13.7058 14.456 13.1971 14.6667 12.6667 14.6667H4C3.82319 14.6667 3.65362 14.7369 3.5286 14.8619C3.40357 14.987 3.33333 15.1565 3.33333 15.3333C3.33333 15.5101 3.40357 15.6797 3.5286 15.8047C3.65362 15.9298 3.82319 16 4 16H12.6667C13.5504 15.9989 14.3976 15.6474 15.0225 15.0225C15.6474 14.3976 15.9989 13.5504 16 12.6667Z",
|
|
1060
1269
|
fill: "currentColor"
|
|
1061
1270
|
}
|
|
1062
1271
|
) }),
|
|
1063
|
-
/* @__PURE__ */ (0,
|
|
1272
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("clipPath", { id: "clip0_copy", children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
|
|
1064
1273
|
]
|
|
1065
1274
|
})
|
|
1066
1275
|
);
|
|
@@ -1068,10 +1277,10 @@ var CopyIcon = (_a) => {
|
|
|
1068
1277
|
CopyIcon.displayName = "CopyIcon";
|
|
1069
1278
|
|
|
1070
1279
|
// src/primitives/icon/svg/create-account.tsx
|
|
1071
|
-
var
|
|
1280
|
+
var import_jsx_runtime24 = require("react/jsx-runtime");
|
|
1072
1281
|
var CreateAccountIcon = (_a) => {
|
|
1073
1282
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1074
|
-
return /* @__PURE__ */ (0,
|
|
1283
|
+
return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
|
|
1075
1284
|
"svg",
|
|
1076
1285
|
__spreadProps(__spreadValues(__spreadValues({
|
|
1077
1286
|
width: "28",
|
|
@@ -1082,15 +1291,15 @@ var CreateAccountIcon = (_a) => {
|
|
|
1082
1291
|
className
|
|
1083
1292
|
}, getIconA11yProps(title)), props), {
|
|
1084
1293
|
children: [
|
|
1085
|
-
title ? /* @__PURE__ */ (0,
|
|
1086
|
-
/* @__PURE__ */ (0,
|
|
1294
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("title", { children: title }) : null,
|
|
1295
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)("g", { clipPath: "url(#clip0_create_account)", children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
1087
1296
|
"path",
|
|
1088
1297
|
{
|
|
1089
1298
|
d: "M22.1667 4.66667V0.583333C22.1667 0.261333 22.428 0 22.75 0C23.072 0 23.3333 0.261333 23.3333 0.583333V4.66667H27.4167C27.7387 4.66667 28 4.928 28 5.25C28 5.572 27.7387 5.83333 27.4167 5.83333H23.3333V9.91667C23.3333 10.2387 23.072 10.5 22.75 10.5C22.428 10.5 22.1667 10.2387 22.1667 9.91667V5.83333H18.0833C17.7613 5.83333 17.5 5.572 17.5 5.25C17.5 4.928 17.7613 4.66667 18.0833 4.66667H22.1667ZM18.6667 11.6667C18.6667 14.2403 16.5737 16.3333 14 16.3333C11.4263 16.3333 9.33333 14.2403 9.33333 11.6667C9.33333 9.093 11.4263 7 14 7C16.5737 7 18.6667 9.093 18.6667 11.6667ZM17.5 11.6667C17.5 9.737 15.9297 8.16667 14 8.16667C12.0703 8.16667 10.5 9.737 10.5 11.6667C10.5 13.5963 12.0703 15.1667 14 15.1667C15.9297 15.1667 17.5 13.5963 17.5 11.6667ZM27.3922 9.90617C27.7958 11.2292 28 12.6058 28 14C28 21.7198 21.7198 28 14 28C6.28017 28 0 21.7198 0 14C0 6.28017 6.28017 0 14 0C15.4548 0 16.8898 0.221667 18.2607 0.660333C18.5675 0.758333 18.7367 1.08617 18.6387 1.393C18.5395 1.69983 18.2105 1.87017 17.9048 1.771C16.6483 1.36967 15.3335 1.1655 13.9988 1.1655C6.92417 1.16667 1.16667 6.92417 1.16667 14C1.16667 18.5197 3.521 22.4933 7.063 24.78C7.5005 21.3383 10.4417 18.6667 14 18.6667C17.5583 18.6667 20.4995 21.3383 20.937 24.78C24.4778 22.4933 26.8333 18.5197 26.8333 14C26.8333 12.7213 26.6467 11.459 26.2757 10.2468C26.1823 9.93883 26.355 9.61217 26.6642 9.51883C26.9722 9.422 27.2977 9.59933 27.3922 9.90617ZM14 26.8333C16.0918 26.8333 18.0623 26.32 19.8088 25.4287C19.6805 22.3253 17.1348 19.8333 14 19.8333C10.8652 19.8333 8.31833 22.3242 8.19117 25.4287C9.93767 26.32 11.9082 26.8333 14 26.8333Z",
|
|
1090
1299
|
fill: "currentColor"
|
|
1091
1300
|
}
|
|
1092
1301
|
) }),
|
|
1093
|
-
/* @__PURE__ */ (0,
|
|
1302
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("clipPath", { id: "clip0_create_account", children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("rect", { width: "28", height: "28", fill: "white" }) }) })
|
|
1094
1303
|
]
|
|
1095
1304
|
})
|
|
1096
1305
|
);
|
|
@@ -1098,10 +1307,10 @@ var CreateAccountIcon = (_a) => {
|
|
|
1098
1307
|
CreateAccountIcon.displayName = "CreateAccountIcon";
|
|
1099
1308
|
|
|
1100
1309
|
// src/primitives/icon/svg/credit-card.tsx
|
|
1101
|
-
var
|
|
1310
|
+
var import_jsx_runtime25 = require("react/jsx-runtime");
|
|
1102
1311
|
var CreditCardIcon = (_a) => {
|
|
1103
1312
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1104
|
-
return /* @__PURE__ */ (0,
|
|
1313
|
+
return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
|
|
1105
1314
|
"svg",
|
|
1106
1315
|
__spreadProps(__spreadValues(__spreadValues({
|
|
1107
1316
|
viewBox: "0 0 24 24",
|
|
@@ -1109,8 +1318,8 @@ var CreditCardIcon = (_a) => {
|
|
|
1109
1318
|
fill: "none"
|
|
1110
1319
|
}, getIconA11yProps(title)), props), {
|
|
1111
1320
|
children: [
|
|
1112
|
-
title ? /* @__PURE__ */ (0,
|
|
1113
|
-
/* @__PURE__ */ (0,
|
|
1321
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("title", { children: title }) : null,
|
|
1322
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
1114
1323
|
"path",
|
|
1115
1324
|
{
|
|
1116
1325
|
d: "M19.5 3H4.5C2.019 3 0 5.019 0 7.5V16.5C0 18.981 2.019 21 4.5 21H19.5C21.981 21 24 18.981 24 16.5V7.5C24 5.019 21.981 3 19.5 3ZM1 8H23V10H1V8ZM4.5 4H19.5C21.258 4 22.704 5.308 22.949 7H1.051C1.296 5.308 2.742 4 4.5 4ZM19.5 20H4.5C2.57 20 1 18.43 1 16.5V11H23V16.5C23 18.43 21.43 20 19.5 20ZM5 14C3.897 14 3 14.897 3 16C3 17.103 3.897 18 5 18C6.103 18 7 17.103 7 16C7 14.897 6.103 14 5 14ZM5 17C4.449 17 4 16.552 4 16C4 15.448 4.449 15 5 15C5.551 15 6 15.448 6 16C6 16.552 5.551 17 5 17Z",
|
|
@@ -1124,10 +1333,10 @@ var CreditCardIcon = (_a) => {
|
|
|
1124
1333
|
CreditCardIcon.displayName = "CreditCardIcon";
|
|
1125
1334
|
|
|
1126
1335
|
// src/primitives/icon/svg/disconnect.tsx
|
|
1127
|
-
var
|
|
1336
|
+
var import_jsx_runtime26 = require("react/jsx-runtime");
|
|
1128
1337
|
var DisconnectIcon = (_a) => {
|
|
1129
1338
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1130
|
-
return /* @__PURE__ */ (0,
|
|
1339
|
+
return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
|
|
1131
1340
|
"svg",
|
|
1132
1341
|
__spreadProps(__spreadValues(__spreadValues({
|
|
1133
1342
|
viewBox: "0 0 16 16",
|
|
@@ -1135,8 +1344,8 @@ var DisconnectIcon = (_a) => {
|
|
|
1135
1344
|
fill: "none"
|
|
1136
1345
|
}, getIconA11yProps(title)), props), {
|
|
1137
1346
|
children: [
|
|
1138
|
-
title ? /* @__PURE__ */ (0,
|
|
1139
|
-
/* @__PURE__ */ (0,
|
|
1347
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("title", { children: title }) : null,
|
|
1348
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
1140
1349
|
"path",
|
|
1141
1350
|
{
|
|
1142
1351
|
d: "M6.5 3H4a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h2.5",
|
|
@@ -1145,7 +1354,7 @@ var DisconnectIcon = (_a) => {
|
|
|
1145
1354
|
strokeLinecap: "round"
|
|
1146
1355
|
}
|
|
1147
1356
|
),
|
|
1148
|
-
/* @__PURE__ */ (0,
|
|
1357
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
1149
1358
|
"path",
|
|
1150
1359
|
{
|
|
1151
1360
|
d: "M9.5 5.5 12 8m0 0-2.5 2.5M12 8H6",
|
|
@@ -1162,10 +1371,10 @@ var DisconnectIcon = (_a) => {
|
|
|
1162
1371
|
DisconnectIcon.displayName = "DisconnectIcon";
|
|
1163
1372
|
|
|
1164
1373
|
// src/primitives/icon/svg/dots-horizontal.tsx
|
|
1165
|
-
var
|
|
1374
|
+
var import_jsx_runtime27 = require("react/jsx-runtime");
|
|
1166
1375
|
var DotsHorizontalIcon = (_a) => {
|
|
1167
1376
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1168
|
-
return /* @__PURE__ */ (0,
|
|
1377
|
+
return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
|
|
1169
1378
|
"svg",
|
|
1170
1379
|
__spreadProps(__spreadValues(__spreadValues({
|
|
1171
1380
|
viewBox: "0 0 16 16",
|
|
@@ -1173,10 +1382,10 @@ var DotsHorizontalIcon = (_a) => {
|
|
|
1173
1382
|
fill: "none"
|
|
1174
1383
|
}, getIconA11yProps(title)), props), {
|
|
1175
1384
|
children: [
|
|
1176
|
-
title ? /* @__PURE__ */ (0,
|
|
1177
|
-
/* @__PURE__ */ (0,
|
|
1178
|
-
/* @__PURE__ */ (0,
|
|
1179
|
-
/* @__PURE__ */ (0,
|
|
1385
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("title", { children: title }) : null,
|
|
1386
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)("circle", { cx: "3.5", cy: "8", r: "1.25", fill: "currentColor" }),
|
|
1387
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)("circle", { cx: "8", cy: "8", r: "1.25", fill: "currentColor" }),
|
|
1388
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)("circle", { cx: "12.5", cy: "8", r: "1.25", fill: "currentColor" })
|
|
1180
1389
|
]
|
|
1181
1390
|
})
|
|
1182
1391
|
);
|
|
@@ -1184,10 +1393,10 @@ var DotsHorizontalIcon = (_a) => {
|
|
|
1184
1393
|
DotsHorizontalIcon.displayName = "DotsHorizontalIcon";
|
|
1185
1394
|
|
|
1186
1395
|
// src/primitives/icon/svg/document.tsx
|
|
1187
|
-
var
|
|
1396
|
+
var import_jsx_runtime28 = require("react/jsx-runtime");
|
|
1188
1397
|
var DocumentIcon = (_a) => {
|
|
1189
1398
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1190
|
-
return /* @__PURE__ */ (0,
|
|
1399
|
+
return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
|
|
1191
1400
|
"svg",
|
|
1192
1401
|
__spreadProps(__spreadValues(__spreadValues({
|
|
1193
1402
|
viewBox: "0 0 16 16",
|
|
@@ -1195,15 +1404,15 @@ var DocumentIcon = (_a) => {
|
|
|
1195
1404
|
fill: "none"
|
|
1196
1405
|
}, getIconA11yProps(title)), props), {
|
|
1197
1406
|
children: [
|
|
1198
|
-
title ? /* @__PURE__ */ (0,
|
|
1199
|
-
/* @__PURE__ */ (0,
|
|
1407
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("title", { children: title }) : null,
|
|
1408
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)("g", { clipPath: "url(#document-clip)", children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
1200
1409
|
"path",
|
|
1201
1410
|
{
|
|
1202
1411
|
d: "M11.3335 9.33335C11.3335 9.51016 11.2633 9.67973 11.1382 9.80475C11.0132 9.92978 10.8436 10 10.6668 10H5.3335C5.15669 10 4.98712 9.92978 4.86209 9.80475C4.73707 9.67973 4.66683 9.51016 4.66683 9.33335C4.66683 9.15654 4.73707 8.98697 4.86209 8.86194C4.98712 8.73692 5.15669 8.66668 5.3335 8.66668H10.6668C10.8436 8.66668 11.0132 8.73692 11.1382 8.86194C11.2633 8.98697 11.3335 9.15654 11.3335 9.33335ZM8.66683 11.3333H5.3335C5.15669 11.3333 4.98712 11.4036 4.86209 11.5286C4.73707 11.6536 4.66683 11.8232 4.66683 12C4.66683 12.1768 4.73707 12.3464 4.86209 12.4714C4.98712 12.5964 5.15669 12.6667 5.3335 12.6667H8.66683C8.84364 12.6667 9.01321 12.5964 9.13823 12.4714C9.26326 12.3464 9.3335 12.1768 9.3335 12C9.3335 11.8232 9.26326 11.6536 9.13823 11.5286C9.01321 11.4036 8.84364 11.3333 8.66683 11.3333ZM14.6668 6.99002V12.6667C14.6658 13.5504 14.3142 14.3976 13.6894 15.0225C13.0645 15.6474 12.2172 15.999 11.3335 16H4.66683C3.7831 15.999 2.93587 15.6474 2.31098 15.0225C1.68608 14.3976 1.33455 13.5504 1.3335 12.6667V3.33335C1.33455 2.44962 1.68608 1.60239 2.31098 0.977495C2.93587 0.352603 3.7831 0.00107394 4.66683 1.53658e-05H7.67683C8.28991 -0.00156258 8.89722 0.118407 9.46365 0.352988C10.0301 0.587569 10.5444 0.932107 10.9768 1.36668L13.2995 3.69068C13.7343 4.12284 14.0791 4.63699 14.3138 5.20333C14.5485 5.76968 14.6685 6.37696 14.6668 6.99002ZM10.0342 2.30935C9.82435 2.10612 9.58879 1.9313 9.3335 1.78935V4.66668C9.3335 4.84349 9.40373 5.01306 9.52876 5.13809C9.65378 5.26311 9.82335 5.33335 10.0002 5.33335H12.8775C12.7355 5.07814 12.5604 4.84278 12.3568 4.63335L10.0342 2.30935ZM13.3335 6.99002C13.3335 6.88002 13.3122 6.77468 13.3022 6.66668H10.0002C9.46973 6.66668 8.96102 6.45597 8.58595 6.0809C8.21088 5.70582 8.00016 5.19711 8.00016 4.66668V1.36468C7.89216 1.35468 7.78616 1.33335 7.67683 1.33335H4.66683C4.1364 1.33335 3.62769 1.54406 3.25262 1.91914C2.87754 2.29421 2.66683 2.80292 2.66683 3.33335V12.6667C2.66683 13.1971 2.87754 13.7058 3.25262 14.0809C3.62769 14.456 4.1364 14.6667 4.66683 14.6667H11.3335C11.8639 14.6667 12.3726 14.456 12.7477 14.0809C13.1228 13.7058 13.3335 13.1971 13.3335 12.6667V6.99002Z",
|
|
1203
1412
|
fill: "currentColor"
|
|
1204
1413
|
}
|
|
1205
1414
|
) }),
|
|
1206
|
-
/* @__PURE__ */ (0,
|
|
1415
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("clipPath", { id: "document-clip", children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
|
|
1207
1416
|
]
|
|
1208
1417
|
})
|
|
1209
1418
|
);
|
|
@@ -1211,10 +1420,10 @@ var DocumentIcon = (_a) => {
|
|
|
1211
1420
|
DocumentIcon.displayName = "DocumentIcon";
|
|
1212
1421
|
|
|
1213
1422
|
// src/primitives/icon/svg/download.tsx
|
|
1214
|
-
var
|
|
1423
|
+
var import_jsx_runtime29 = require("react/jsx-runtime");
|
|
1215
1424
|
var DownloadIcon = (_a) => {
|
|
1216
1425
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1217
|
-
return /* @__PURE__ */ (0,
|
|
1426
|
+
return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
|
|
1218
1427
|
"svg",
|
|
1219
1428
|
__spreadProps(__spreadValues(__spreadValues({
|
|
1220
1429
|
viewBox: "0 0 16 16",
|
|
@@ -1222,8 +1431,8 @@ var DownloadIcon = (_a) => {
|
|
|
1222
1431
|
fill: "none"
|
|
1223
1432
|
}, getIconA11yProps(title)), props), {
|
|
1224
1433
|
children: [
|
|
1225
|
-
title ? /* @__PURE__ */ (0,
|
|
1226
|
-
/* @__PURE__ */ (0,
|
|
1434
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("title", { children: title }) : null,
|
|
1435
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
1227
1436
|
"path",
|
|
1228
1437
|
{
|
|
1229
1438
|
d: "M8 2.5v7m0 0 2.5-2.5M8 9.5 5.5 7",
|
|
@@ -1233,18 +1442,40 @@ var DownloadIcon = (_a) => {
|
|
|
1233
1442
|
strokeLinejoin: "round"
|
|
1234
1443
|
}
|
|
1235
1444
|
),
|
|
1236
|
-
/* @__PURE__ */ (0,
|
|
1445
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { d: "M2.5 12.5h11", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" })
|
|
1237
1446
|
]
|
|
1238
1447
|
})
|
|
1239
1448
|
);
|
|
1240
1449
|
};
|
|
1241
1450
|
DownloadIcon.displayName = "DownloadIcon";
|
|
1242
1451
|
|
|
1452
|
+
// src/primitives/icon/svg/error-filled.tsx
|
|
1453
|
+
var import_jsx_runtime30 = require("react/jsx-runtime");
|
|
1454
|
+
var ErrorFilledIcon = (_a) => {
|
|
1455
|
+
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1456
|
+
return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
|
|
1457
|
+
"svg",
|
|
1458
|
+
__spreadProps(__spreadValues(__spreadValues({
|
|
1459
|
+
viewBox: "0 0 16 16",
|
|
1460
|
+
className,
|
|
1461
|
+
fill: "none"
|
|
1462
|
+
}, getIconA11yProps(title)), props), {
|
|
1463
|
+
children: [
|
|
1464
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("title", { children: title }) : null,
|
|
1465
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)("circle", { cx: "8", cy: "8", r: "8", fill: "currentColor" }),
|
|
1466
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)("path", { d: "M8 4.16699V8.50033", stroke: "white", strokeWidth: "1.4", strokeLinecap: "round" }),
|
|
1467
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)("circle", { cx: "8", cy: "11.167", r: "0.833333", fill: "white" })
|
|
1468
|
+
]
|
|
1469
|
+
})
|
|
1470
|
+
);
|
|
1471
|
+
};
|
|
1472
|
+
ErrorFilledIcon.displayName = "ErrorFilledIcon";
|
|
1473
|
+
|
|
1243
1474
|
// src/primitives/icon/svg/external-link.tsx
|
|
1244
|
-
var
|
|
1475
|
+
var import_jsx_runtime31 = require("react/jsx-runtime");
|
|
1245
1476
|
var ExternalLinkIcon = (_a) => {
|
|
1246
1477
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1247
|
-
return /* @__PURE__ */ (0,
|
|
1478
|
+
return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
|
|
1248
1479
|
"svg",
|
|
1249
1480
|
__spreadProps(__spreadValues(__spreadValues({
|
|
1250
1481
|
viewBox: "0 0 14 14",
|
|
@@ -1252,26 +1483,107 @@ var ExternalLinkIcon = (_a) => {
|
|
|
1252
1483
|
fill: "none"
|
|
1253
1484
|
}, getIconA11yProps(title)), props), {
|
|
1254
1485
|
children: [
|
|
1255
|
-
title ? /* @__PURE__ */ (0,
|
|
1256
|
-
/* @__PURE__ */ (0,
|
|
1486
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("title", { children: title }) : null,
|
|
1487
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)("g", { clipPath: "url(#clip0_422_235)", children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
1257
1488
|
"path",
|
|
1258
1489
|
{
|
|
1259
1490
|
d: "M11.6667 6.41667V11.0833C11.6667 12.6916 10.3582 14 8.75 14H2.91667C1.30842 14 0 12.6916 0 11.0833V5.25C0 3.64175 1.30842 2.33333 2.91667 2.33333H7.58333C7.90533 2.33333 8.16667 2.59467 8.16667 2.91667C8.16667 3.23867 7.90533 3.5 7.58333 3.5H2.91667C1.95183 3.5 1.16667 4.28517 1.16667 5.25V11.0833C1.16667 12.0482 1.95183 12.8333 2.91667 12.8333H8.75C9.71483 12.8333 10.5 12.0482 10.5 11.0833V6.41667C10.5 6.09467 10.7613 5.83333 11.0833 5.83333C11.4053 5.83333 11.6667 6.09467 11.6667 6.41667ZM12.25 0H8.16667C7.84467 0 7.58333 0.261333 7.58333 0.583333C7.58333 0.905333 7.84467 1.16667 8.16667 1.16667H12.0085L4.83758 8.33758C4.6095 8.56567 4.6095 8.93433 4.83758 9.16242C4.95133 9.27617 5.10067 9.33333 5.25 9.33333C5.39933 9.33333 5.54867 9.27617 5.66242 9.16242L12.8333 1.9915V5.83333C12.8333 6.15533 13.0947 6.41667 13.4167 6.41667C13.7387 6.41667 14 6.15533 14 5.83333V1.75C14 0.785167 13.2148 0 12.25 0Z",
|
|
1260
1491
|
fill: "currentColor"
|
|
1261
1492
|
}
|
|
1262
1493
|
) }),
|
|
1263
|
-
/* @__PURE__ */ (0,
|
|
1494
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("clipPath", { id: "clip0_422_235", children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("rect", { width: "14", height: "14", fill: "white" }) }) })
|
|
1264
1495
|
]
|
|
1265
1496
|
})
|
|
1266
1497
|
);
|
|
1267
1498
|
};
|
|
1268
1499
|
ExternalLinkIcon.displayName = "ExternalLinkIcon";
|
|
1269
1500
|
|
|
1501
|
+
// src/primitives/icon/svg/ethereum.tsx
|
|
1502
|
+
var import_jsx_runtime32 = require("react/jsx-runtime");
|
|
1503
|
+
var EthereumIcon = (_a) => {
|
|
1504
|
+
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1505
|
+
return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(
|
|
1506
|
+
"svg",
|
|
1507
|
+
__spreadProps(__spreadValues(__spreadValues({
|
|
1508
|
+
viewBox: "0 0 24 24",
|
|
1509
|
+
className,
|
|
1510
|
+
fill: "none"
|
|
1511
|
+
}, getIconA11yProps(title)), props), {
|
|
1512
|
+
children: [
|
|
1513
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("title", { children: title }) : null,
|
|
1514
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("rect", { width: "24", height: "24", rx: "8", fill: "#627EEA" }),
|
|
1515
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
1516
|
+
"path",
|
|
1517
|
+
{
|
|
1518
|
+
fill: "#fff",
|
|
1519
|
+
d: "M12.001 4.5 11.9 4.84v10.013l.101.101 4.646-2.747L12 4.5Zm0 0L7.355 12.207l4.646 2.747V4.5Zm0 11.401-.057.069v3.566l.057.164 4.649-6.039-4.649 2.74Zm0 3.799v-3.799l-4.646-2.74L12 19.7Z"
|
|
1520
|
+
}
|
|
1521
|
+
),
|
|
1522
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
1523
|
+
"path",
|
|
1524
|
+
{
|
|
1525
|
+
fill: "#DDE4FF",
|
|
1526
|
+
d: "m12 14.954 4.646-2.747L12 10.081v4.873Zm-4.646-2.747L12 14.954V10.08l-4.646 2.127Z"
|
|
1527
|
+
}
|
|
1528
|
+
)
|
|
1529
|
+
]
|
|
1530
|
+
})
|
|
1531
|
+
);
|
|
1532
|
+
};
|
|
1533
|
+
EthereumIcon.displayName = "EthereumIcon";
|
|
1534
|
+
|
|
1535
|
+
// src/primitives/icon/svg/google.tsx
|
|
1536
|
+
var import_jsx_runtime33 = require("react/jsx-runtime");
|
|
1537
|
+
var GoogleIcon = (_a) => {
|
|
1538
|
+
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1539
|
+
return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(
|
|
1540
|
+
"svg",
|
|
1541
|
+
__spreadProps(__spreadValues(__spreadValues({
|
|
1542
|
+
viewBox: "0 0 24 24",
|
|
1543
|
+
className,
|
|
1544
|
+
fill: "none"
|
|
1545
|
+
}, getIconA11yProps(title)), props), {
|
|
1546
|
+
children: [
|
|
1547
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("title", { children: title }) : null,
|
|
1548
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
1549
|
+
"path",
|
|
1550
|
+
{
|
|
1551
|
+
fill: "#4285F4",
|
|
1552
|
+
d: "M23.49 12.27c0-.79-.07-1.55-.22-2.27H12v4.3h6.45a5.53 5.53 0 0 1-2.4 3.63v3.58h4.63c1.86-1.72 2.81-4.75 2.81-8.24Z"
|
|
1553
|
+
}
|
|
1554
|
+
),
|
|
1555
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
1556
|
+
"path",
|
|
1557
|
+
{
|
|
1558
|
+
fill: "#34A853",
|
|
1559
|
+
d: "M12 24c3.24 0 5.96-1.08 7.95-2.92l-3.87-3c-1.08.73-2.46 1.17-4.08 1.17-3.13 0-5.79-2.11-6.73-4.96H1.28v3.09A11.998 11.998 0 0 0 12 24Z"
|
|
1560
|
+
}
|
|
1561
|
+
),
|
|
1562
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
1563
|
+
"path",
|
|
1564
|
+
{
|
|
1565
|
+
fill: "#FBBC05",
|
|
1566
|
+
d: "M5.27 14.29A7.21 7.21 0 0 1 4.9 12c0-.79.14-1.55.37-2.29V6.62H1.28A12 12 0 0 0 0 12c0 1.94.46 3.78 1.28 5.38l3.99-3.09Z"
|
|
1567
|
+
}
|
|
1568
|
+
),
|
|
1569
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
1570
|
+
"path",
|
|
1571
|
+
{
|
|
1572
|
+
fill: "#EA4335",
|
|
1573
|
+
d: "M12 4.76c1.76 0 3.34.61 4.58 1.8l3.43-3.43C17.95 1.19 15.24 0 12 0A11.998 11.998 0 0 0 1.28 6.62l3.99 3.09c.94-2.85 3.6-4.95 6.73-4.95Z"
|
|
1574
|
+
}
|
|
1575
|
+
)
|
|
1576
|
+
]
|
|
1577
|
+
})
|
|
1578
|
+
);
|
|
1579
|
+
};
|
|
1580
|
+
GoogleIcon.displayName = "GoogleIcon";
|
|
1581
|
+
|
|
1270
1582
|
// src/primitives/icon/svg/info.tsx
|
|
1271
|
-
var
|
|
1583
|
+
var import_jsx_runtime34 = require("react/jsx-runtime");
|
|
1272
1584
|
var InfoIcon = (_a) => {
|
|
1273
1585
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1274
|
-
return /* @__PURE__ */ (0,
|
|
1586
|
+
return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
|
|
1275
1587
|
"svg",
|
|
1276
1588
|
__spreadProps(__spreadValues(__spreadValues({
|
|
1277
1589
|
viewBox: "0 0 12 12",
|
|
@@ -1279,23 +1591,23 @@ var InfoIcon = (_a) => {
|
|
|
1279
1591
|
fill: "none"
|
|
1280
1592
|
}, getIconA11yProps(title)), props), {
|
|
1281
1593
|
children: [
|
|
1282
|
-
title ? /* @__PURE__ */ (0,
|
|
1283
|
-
/* @__PURE__ */ (0,
|
|
1284
|
-
/* @__PURE__ */ (0,
|
|
1594
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("title", { children: title }) : null,
|
|
1595
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("g", { clipPath: "url(#info_clip)", children: [
|
|
1596
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
1285
1597
|
"path",
|
|
1286
1598
|
{
|
|
1287
1599
|
d: "M6 0C4.81331 0 3.65328 0.351894 2.66658 1.01118C1.67989 1.67047 0.910851 2.60754 0.456726 3.7039C0.00259972 4.80026 -0.11622 6.00666 0.115291 7.17054C0.346802 8.33443 0.918247 9.40353 1.75736 10.2426C2.59648 11.0818 3.66558 11.6532 4.82946 11.8847C5.99335 12.1162 7.19975 11.9974 8.2961 11.5433C9.39246 11.0892 10.3295 10.3201 10.9888 9.33342C11.6481 8.34673 12 7.18669 12 6C11.9983 4.40923 11.3656 2.88411 10.2407 1.75926C9.1159 0.634414 7.59077 0.00172054 6 0ZM6 11C5.0111 11 4.0444 10.7068 3.22215 10.1573C2.39991 9.60794 1.75904 8.82705 1.38061 7.91342C1.00217 6.99979 0.90315 5.99445 1.09608 5.02455C1.289 4.05464 1.76521 3.16373 2.46447 2.46447C3.16373 1.7652 4.05465 1.289 5.02455 1.09607C5.99446 0.903148 6.99979 1.00216 7.91342 1.3806C8.82705 1.75904 9.60794 2.3999 10.1574 3.22215C10.7068 4.04439 11 5.01109 11 6C10.9985 7.32564 10.4713 8.59656 9.53393 9.53393C8.59656 10.4713 7.32564 10.9985 6 11Z",
|
|
1288
1600
|
fill: "currentColor"
|
|
1289
1601
|
}
|
|
1290
1602
|
),
|
|
1291
|
-
/* @__PURE__ */ (0,
|
|
1603
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
1292
1604
|
"path",
|
|
1293
1605
|
{
|
|
1294
1606
|
d: "M6 5H5.5C5.36739 5 5.24021 5.05268 5.14645 5.14645C5.05268 5.24021 5 5.36739 5 5.5C5 5.63261 5.05268 5.75979 5.14645 5.85355C5.24021 5.94732 5.36739 6 5.5 6H6V9C6 9.13261 6.05268 9.25979 6.14645 9.35355C6.24021 9.44732 6.36739 9.5 6.5 9.5C6.63261 9.5 6.75979 9.44732 6.85355 9.35355C6.94732 9.25979 7 9.13261 7 9V6C7 5.73478 6.89464 5.48043 6.70711 5.29289C6.51957 5.10536 6.26522 5 6 5Z",
|
|
1295
1607
|
fill: "currentColor"
|
|
1296
1608
|
}
|
|
1297
1609
|
),
|
|
1298
|
-
/* @__PURE__ */ (0,
|
|
1610
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
1299
1611
|
"path",
|
|
1300
1612
|
{
|
|
1301
1613
|
d: "M6 4C6.41421 4 6.75 3.66421 6.75 3.25C6.75 2.83579 6.41421 2.5 6 2.5C5.58579 2.5 5.25 2.83579 5.25 3.25C5.25 3.66421 5.58579 4 6 4Z",
|
|
@@ -1303,7 +1615,7 @@ var InfoIcon = (_a) => {
|
|
|
1303
1615
|
}
|
|
1304
1616
|
)
|
|
1305
1617
|
] }),
|
|
1306
|
-
/* @__PURE__ */ (0,
|
|
1618
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("clipPath", { id: "info_clip", children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("rect", { width: "12", height: "12", fill: "white" }) }) })
|
|
1307
1619
|
]
|
|
1308
1620
|
})
|
|
1309
1621
|
);
|
|
@@ -1311,10 +1623,10 @@ var InfoIcon = (_a) => {
|
|
|
1311
1623
|
InfoIcon.displayName = "InfoIcon";
|
|
1312
1624
|
|
|
1313
1625
|
// src/primitives/icon/svg/check-badge.tsx
|
|
1314
|
-
var
|
|
1626
|
+
var import_jsx_runtime35 = require("react/jsx-runtime");
|
|
1315
1627
|
var CheckBadgeIcon = (_a) => {
|
|
1316
1628
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1317
|
-
return /* @__PURE__ */ (0,
|
|
1629
|
+
return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(
|
|
1318
1630
|
"svg",
|
|
1319
1631
|
__spreadProps(__spreadValues(__spreadValues({
|
|
1320
1632
|
viewBox: "0 0 16 16",
|
|
@@ -1322,15 +1634,15 @@ var CheckBadgeIcon = (_a) => {
|
|
|
1322
1634
|
fill: "none"
|
|
1323
1635
|
}, getIconA11yProps(title)), props), {
|
|
1324
1636
|
children: [
|
|
1325
|
-
title ? /* @__PURE__ */ (0,
|
|
1326
|
-
/* @__PURE__ */ (0,
|
|
1637
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("title", { children: title }) : null,
|
|
1638
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("g", { clipPath: "url(#check-badge-clip)", children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
1327
1639
|
"path",
|
|
1328
1640
|
{
|
|
1329
1641
|
d: "M15.4173 6.57883L13.9833 5.14283V3.9975C13.9833 2.89683 13.0886 2.00083 11.9893 2.00083H10.8453L9.4113 0.5655C8.6573 -0.1885 7.34397 -0.1885 6.59063 0.5655L5.15663 2.00083H4.01263C2.91263 2.00083 2.01863 2.89617 2.01863 3.9975V5.14283L0.583965 6.57883C-0.192702 7.3575 -0.192702 8.6235 0.583965 9.40217L2.01796 10.8382V11.9835C2.01796 13.0842 2.91263 13.9802 4.01196 13.9802H5.15596L6.58997 15.4155C6.96663 15.7922 7.46797 16.0002 8.00063 16.0002C8.5333 16.0002 9.03397 15.7922 9.41063 15.4155L10.8446 13.9802H11.9886C13.0886 13.9802 13.9826 13.0848 13.9826 11.9835V10.8382L15.4173 9.40217C16.194 8.6235 16.194 7.3575 15.4173 6.57883ZM12.136 6.8075L8.76663 10.1375C8.3573 10.5442 7.81797 10.7482 7.2793 10.7482C6.74063 10.7482 6.20396 10.5448 5.7933 10.1395L4.06063 8.4735C3.7993 8.21417 3.79663 7.79283 4.05596 7.53083C4.31596 7.27017 4.73663 7.26683 4.9993 7.52617L6.7313 9.1915C7.0333 9.49083 7.52463 9.4915 7.8273 9.1915L11.1973 5.86083C11.46 5.60083 11.8813 5.6035 12.1406 5.8655C12.4 6.1275 12.3973 6.54817 12.136 6.8075Z",
|
|
1330
1642
|
fill: "currentColor"
|
|
1331
1643
|
}
|
|
1332
1644
|
) }),
|
|
1333
|
-
/* @__PURE__ */ (0,
|
|
1645
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("clipPath", { id: "check-badge-clip", children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
|
|
1334
1646
|
]
|
|
1335
1647
|
})
|
|
1336
1648
|
);
|
|
@@ -1338,10 +1650,10 @@ var CheckBadgeIcon = (_a) => {
|
|
|
1338
1650
|
CheckBadgeIcon.displayName = "CheckBadgeIcon";
|
|
1339
1651
|
|
|
1340
1652
|
// src/primitives/icon/svg/discord.tsx
|
|
1341
|
-
var
|
|
1653
|
+
var import_jsx_runtime36 = require("react/jsx-runtime");
|
|
1342
1654
|
var DiscordIcon = (_a) => {
|
|
1343
1655
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1344
|
-
return /* @__PURE__ */ (0,
|
|
1656
|
+
return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
|
|
1345
1657
|
"svg",
|
|
1346
1658
|
__spreadProps(__spreadValues(__spreadValues({
|
|
1347
1659
|
viewBox: "0 0 20 20",
|
|
@@ -1349,8 +1661,8 @@ var DiscordIcon = (_a) => {
|
|
|
1349
1661
|
fill: "none"
|
|
1350
1662
|
}, getIconA11yProps(title)), props), {
|
|
1351
1663
|
children: [
|
|
1352
|
-
title ? /* @__PURE__ */ (0,
|
|
1353
|
-
/* @__PURE__ */ (0,
|
|
1664
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("title", { children: title }) : null,
|
|
1665
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
1354
1666
|
"path",
|
|
1355
1667
|
{
|
|
1356
1668
|
d: "M16.3546 4.49236C15.1858 3.95607 13.9329 3.56111 12.6227 3.33499C12.599 3.3304 12.5754 3.34186 12.5624 3.36325C12.4012 3.64973 12.2224 4.02406 12.0979 4.31742C10.6884 4.10657 9.28659 4.10657 7.90615 4.31742C7.78162 4.01719 7.59598 3.64973 7.43479 3.36325C7.42181 3.34186 7.39812 3.33117 7.37444 3.33499C6.06504 3.56035 4.81218 3.95531 3.64258 4.49236C3.63265 4.49618 3.62348 4.50382 3.61813 4.51298C1.24151 8.06379 0.589865 11.5275 0.909193 14.9484C0.910721 14.9653 0.919888 14.9813 0.932875 14.9912C2.50125 16.1433 4.01997 16.8423 5.51119 17.3052C5.53487 17.3128 5.56008 17.3037 5.57536 17.2838C5.9283 16.8025 6.24228 16.2945 6.51195 15.7605C6.52799 15.7292 6.51271 15.6918 6.47986 15.6795C5.98101 15.4901 5.5066 15.2594 5.04976 14.9981C5.01386 14.9767 5.0108 14.9255 5.04365 14.9003C5.13991 14.8285 5.23617 14.7536 5.32784 14.678C5.34465 14.6643 5.36756 14.6612 5.38743 14.6704C8.38819 16.0401 11.6365 16.0401 14.6013 14.6704C14.6212 14.6612 14.6441 14.6635 14.6617 14.678C14.7534 14.7536 14.8496 14.8293 14.9466 14.9011C14.9803 14.9255 14.978 14.9775 14.9413 14.9989C14.4845 15.2655 14.01 15.4916 13.5104 15.6795C13.4776 15.6918 13.4638 15.73 13.4791 15.7613C13.7541 16.2945 14.0689 16.8025 14.4149 17.2838C14.4295 17.3044 14.4554 17.3128 14.4791 17.306C15.9772 16.8423 17.4967 16.1433 19.0643 14.992C19.078 14.9821 19.0865 14.9668 19.088 14.95C19.4699 10.995 18.4478 7.55959 16.3775 4.51451C16.3737 4.50382 16.3645 4.49618 16.3546 4.49236ZM6.96038 12.8659C6.05664 12.8659 5.31256 12.0363 5.31256 11.018C5.31256 9.99962 6.04213 9.16998 6.96038 9.16998C7.88552 9.16998 8.62272 10.0065 8.60821 11.018C8.60821 12.0371 7.87788 12.8659 6.96038 12.8659ZM13.0528 12.8659C12.1498 12.8659 11.405 12.0363 11.405 11.018C11.405 9.99962 12.1346 9.16998 13.0528 9.16998C13.978 9.16998 14.7152 10.0065 14.7007 11.018C14.7007 12.0371 13.978 12.8659 13.0528 12.8659Z",
|
|
@@ -1364,10 +1676,10 @@ var DiscordIcon = (_a) => {
|
|
|
1364
1676
|
DiscordIcon.displayName = "DiscordIcon";
|
|
1365
1677
|
|
|
1366
1678
|
// src/primitives/icon/svg/email.tsx
|
|
1367
|
-
var
|
|
1679
|
+
var import_jsx_runtime37 = require("react/jsx-runtime");
|
|
1368
1680
|
var EmailIcon = (_a) => {
|
|
1369
1681
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1370
|
-
return /* @__PURE__ */ (0,
|
|
1682
|
+
return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(
|
|
1371
1683
|
"svg",
|
|
1372
1684
|
__spreadProps(__spreadValues(__spreadValues({
|
|
1373
1685
|
viewBox: "0 0 20 20",
|
|
@@ -1375,8 +1687,8 @@ var EmailIcon = (_a) => {
|
|
|
1375
1687
|
fill: "none"
|
|
1376
1688
|
}, getIconA11yProps(title)), props), {
|
|
1377
1689
|
children: [
|
|
1378
|
-
title ? /* @__PURE__ */ (0,
|
|
1379
|
-
/* @__PURE__ */ (0,
|
|
1690
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("title", { children: title }) : null,
|
|
1691
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
1380
1692
|
"path",
|
|
1381
1693
|
{
|
|
1382
1694
|
d: "M3.33333 3.33398H16.6667C17.5833 3.33398 18.3333 4.08398 18.3333 5.00065V15.0007C18.3333 15.9173 17.5833 16.6673 16.6667 16.6673H3.33333C2.41667 16.6673 1.66667 15.9173 1.66667 15.0007V5.00065C1.66667 4.08398 2.41667 3.33398 3.33333 3.33398Z",
|
|
@@ -1386,7 +1698,7 @@ var EmailIcon = (_a) => {
|
|
|
1386
1698
|
strokeLinejoin: "round"
|
|
1387
1699
|
}
|
|
1388
1700
|
),
|
|
1389
|
-
/* @__PURE__ */ (0,
|
|
1701
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
1390
1702
|
"path",
|
|
1391
1703
|
{
|
|
1392
1704
|
d: "M18.3333 5L10 10.8333L1.66667 5",
|
|
@@ -1403,10 +1715,10 @@ var EmailIcon = (_a) => {
|
|
|
1403
1715
|
EmailIcon.displayName = "EmailIcon";
|
|
1404
1716
|
|
|
1405
1717
|
// src/primitives/icon/svg/link-accounts.tsx
|
|
1406
|
-
var
|
|
1718
|
+
var import_jsx_runtime38 = require("react/jsx-runtime");
|
|
1407
1719
|
var LinkAccountsIcon = (_a) => {
|
|
1408
1720
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1409
|
-
return /* @__PURE__ */ (0,
|
|
1721
|
+
return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(
|
|
1410
1722
|
"svg",
|
|
1411
1723
|
__spreadProps(__spreadValues(__spreadValues({
|
|
1412
1724
|
width: "28",
|
|
@@ -1417,15 +1729,15 @@ var LinkAccountsIcon = (_a) => {
|
|
|
1417
1729
|
className
|
|
1418
1730
|
}, getIconA11yProps(title)), props), {
|
|
1419
1731
|
children: [
|
|
1420
|
-
title ? /* @__PURE__ */ (0,
|
|
1421
|
-
/* @__PURE__ */ (0,
|
|
1732
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("title", { children: title }) : null,
|
|
1733
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)("g", { clipPath: "url(#clip0_link_accounts)", children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
1422
1734
|
"path",
|
|
1423
1735
|
{
|
|
1424
1736
|
d: "M28 18.0835C28 22.2648 24.598 25.6668 20.4167 25.6668H14.5833C10.402 25.6668 7 22.2648 7 18.0835C7 13.9022 10.402 10.5002 14.5833 10.5002H16.9167C17.2387 10.5002 17.5 10.7615 17.5 11.0835C17.5 11.4055 17.2387 11.6668 16.9167 11.6668H14.5833C11.0448 11.6668 8.16667 14.5462 8.16667 18.0835C8.16667 21.6208 11.0448 24.5002 14.5833 24.5002H20.4167C23.9552 24.5002 26.8333 21.6208 26.8333 18.0835C26.8333 15.7992 25.6037 13.67 23.625 12.5243C23.3462 12.3633 23.2505 12.0063 23.4127 11.7275C23.5725 11.4487 23.9283 11.3507 24.2095 11.514C26.5475 12.8662 28.0012 15.3827 28.0012 18.0823L28 18.0835ZM4.375 15.476C2.39517 14.3315 1.16667 12.2012 1.16667 9.91683C1.16667 6.3795 4.04483 3.50016 7.58333 3.50016H13.4167C16.9552 3.50016 19.8333 6.3795 19.8333 9.91683C19.8333 13.4542 16.9552 16.3335 13.4167 16.3335H11.0833C10.7613 16.3335 10.5 16.5948 10.5 16.9168C10.5 17.2388 10.7613 17.5002 11.0833 17.5002H13.4167C17.598 17.5002 21 14.0982 21 9.91683C21 5.7355 17.598 2.3335 13.4167 2.3335H7.58333C3.402 2.3335 0 5.7355 0 9.91683C0 12.6153 1.4525 15.133 3.79167 16.4852C4.0705 16.6462 4.4275 16.5517 4.5885 16.2717C4.75067 15.994 4.655 15.6358 4.37617 15.4748L4.375 15.476Z",
|
|
1425
1737
|
fill: "currentColor"
|
|
1426
1738
|
}
|
|
1427
1739
|
) }),
|
|
1428
|
-
/* @__PURE__ */ (0,
|
|
1740
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("clipPath", { id: "clip0_link_accounts", children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("rect", { width: "28", height: "28", fill: "white" }) }) })
|
|
1429
1741
|
]
|
|
1430
1742
|
})
|
|
1431
1743
|
);
|
|
@@ -1433,10 +1745,10 @@ var LinkAccountsIcon = (_a) => {
|
|
|
1433
1745
|
LinkAccountsIcon.displayName = "LinkAccountsIcon";
|
|
1434
1746
|
|
|
1435
1747
|
// src/primitives/icon/svg/pencil.tsx
|
|
1436
|
-
var
|
|
1748
|
+
var import_jsx_runtime39 = require("react/jsx-runtime");
|
|
1437
1749
|
var PencilIcon = (_a) => {
|
|
1438
1750
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1439
|
-
return /* @__PURE__ */ (0,
|
|
1751
|
+
return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(
|
|
1440
1752
|
"svg",
|
|
1441
1753
|
__spreadProps(__spreadValues(__spreadValues({
|
|
1442
1754
|
viewBox: "0 0 16 16",
|
|
@@ -1444,15 +1756,15 @@ var PencilIcon = (_a) => {
|
|
|
1444
1756
|
fill: "none"
|
|
1445
1757
|
}, getIconA11yProps(title)), props), {
|
|
1446
1758
|
children: [
|
|
1447
|
-
title ? /* @__PURE__ */ (0,
|
|
1448
|
-
/* @__PURE__ */ (0,
|
|
1759
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("title", { children: title }) : null,
|
|
1760
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("g", { clipPath: "url(#pencil_clip)", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
1449
1761
|
"path",
|
|
1450
1762
|
{
|
|
1451
1763
|
d: "M15.2353 0.706709C14.7821 0.254173 14.1678 0 13.5273 0C12.8869 0 12.2726 0.254173 11.8193 0.706709L0.976677 11.5494C0.666178 11.8581 0.419985 12.2254 0.252342 12.6299C0.0846994 13.0344 -0.00106532 13.4682 9.98748e-06 13.906V15.2747C9.98748e-06 15.4515 0.0702479 15.6211 0.195272 15.7461C0.320296 15.8711 0.489866 15.9414 0.666677 15.9414H2.03534C2.47318 15.9426 2.90692 15.857 3.31145 15.6895C3.71597 15.5219 4.08325 15.2758 4.39201 14.9654L15.2353 4.12204C15.6877 3.66884 15.9417 3.05469 15.9417 2.41438C15.9417 1.77406 15.6877 1.15991 15.2353 0.706709ZM3.44934 14.0227C3.07335 14.3962 2.56532 14.6065 2.03534 14.608H1.33334V13.906C1.33267 13.6433 1.38411 13.3831 1.4847 13.1403C1.58529 12.8976 1.73302 12.6773 1.91934 12.492L10.148 4.26338L11.6813 5.79671L3.44934 14.0227ZM14.292 3.17938L12.6213 4.85071L11.088 3.32071L12.7593 1.64938C12.86 1.54891 12.9795 1.46927 13.111 1.41498C13.2424 1.3607 13.3833 1.33284 13.5255 1.33299C13.6678 1.33314 13.8086 1.36131 13.9399 1.41588C14.0712 1.47045 14.1905 1.55036 14.291 1.65104C14.3915 1.75172 14.4711 1.8712 14.5254 2.00266C14.5797 2.13413 14.6076 2.27499 14.6074 2.41722C14.6072 2.55945 14.5791 2.70025 14.5245 2.8316C14.4699 2.96294 14.39 3.08225 14.2893 3.18271L14.292 3.17938Z",
|
|
1452
1764
|
fill: "currentColor"
|
|
1453
1765
|
}
|
|
1454
1766
|
) }),
|
|
1455
|
-
/* @__PURE__ */ (0,
|
|
1767
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("clipPath", { id: "pencil_clip", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
|
|
1456
1768
|
]
|
|
1457
1769
|
})
|
|
1458
1770
|
);
|
|
@@ -1460,10 +1772,10 @@ var PencilIcon = (_a) => {
|
|
|
1460
1772
|
PencilIcon.displayName = "PencilIcon";
|
|
1461
1773
|
|
|
1462
1774
|
// src/primitives/icon/svg/play-square.tsx
|
|
1463
|
-
var
|
|
1775
|
+
var import_jsx_runtime40 = require("react/jsx-runtime");
|
|
1464
1776
|
var PlaySquareIcon = (_a) => {
|
|
1465
1777
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1466
|
-
return /* @__PURE__ */ (0,
|
|
1778
|
+
return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(
|
|
1467
1779
|
"svg",
|
|
1468
1780
|
__spreadProps(__spreadValues(__spreadValues({
|
|
1469
1781
|
viewBox: "0 0 16 16",
|
|
@@ -1471,15 +1783,15 @@ var PlaySquareIcon = (_a) => {
|
|
|
1471
1783
|
fill: "none"
|
|
1472
1784
|
}, getIconA11yProps(title)), props), {
|
|
1473
1785
|
children: [
|
|
1474
|
-
title ? /* @__PURE__ */ (0,
|
|
1475
|
-
/* @__PURE__ */ (0,
|
|
1786
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("title", { children: title }) : null,
|
|
1787
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)("g", { clipPath: "url(#play-square-clip)", children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
1476
1788
|
"path",
|
|
1477
1789
|
{
|
|
1478
1790
|
d: "M12.6667 16H3.33333C2.4496 15.9989 1.60237 15.6474 0.97748 15.0225C0.352588 14.3976 0.00105857 13.5504 0 12.6667L0 3.33333C0.00105857 2.4496 0.352588 1.60237 0.97748 0.97748C1.60237 0.352588 2.4496 0.00105857 3.33333 0L12.6667 0C13.5504 0.00105857 14.3976 0.352588 15.0225 0.97748C15.6474 1.60237 15.9989 2.4496 16 3.33333V12.6667C15.9989 13.5504 15.6474 14.3976 15.0225 15.0225C14.3976 15.6474 13.5504 15.9989 12.6667 16ZM3.33333 1.33333C2.8029 1.33333 2.29419 1.54405 1.91912 1.91912C1.54405 2.29419 1.33333 2.8029 1.33333 3.33333V12.6667C1.33333 13.1971 1.54405 13.7058 1.91912 14.0809C2.29419 14.456 2.8029 14.6667 3.33333 14.6667H12.6667C13.1971 14.6667 13.7058 14.456 14.0809 14.0809C14.456 13.7058 14.6667 13.1971 14.6667 12.6667V3.33333C14.6667 2.8029 14.456 2.29419 14.0809 1.91912C13.7058 1.54405 13.1971 1.33333 12.6667 1.33333H3.33333ZM6.228 11.3367C5.95008 11.3357 5.67734 11.2615 5.43733 11.1213C5.20023 10.9856 5.00344 10.7894 4.86709 10.5526C4.73074 10.3159 4.65973 10.0472 4.66133 9.774V6.226C4.66111 5.95276 4.73274 5.68427 4.86905 5.44746C5.00537 5.21066 5.20156 5.01386 5.43794 4.87683C5.67433 4.73979 5.9426 4.66733 6.21584 4.66672C6.48907 4.6661 6.75767 4.73736 6.99467 4.87333L10.5133 6.63C10.7577 6.76194 10.9624 6.95685 11.1062 7.19452C11.2499 7.4322 11.3274 7.70399 11.3308 7.98172C11.3341 8.25946 11.2631 8.53303 11.1251 8.77408C10.9871 9.01514 10.7872 9.2149 10.546 9.35267L6.962 11.144C6.73847 11.2715 6.48533 11.3379 6.228 11.3367ZM6.21133 6.00333C6.17459 6.00332 6.13849 6.01298 6.10667 6.03133C6.07209 6.05056 6.0434 6.07884 6.02367 6.11313C6.00394 6.14743 5.99391 6.18644 5.99467 6.226V9.774C5.99489 9.81297 6.00525 9.85121 6.02473 9.88497C6.0442 9.91872 6.07212 9.94683 6.10574 9.96653C6.13936 9.98624 6.17753 9.99686 6.2165 9.99735C6.25547 9.99784 6.29389 9.98818 6.328 9.96933L9.912 8.17733C9.93869 8.15646 9.95992 8.12941 9.97385 8.09852C9.98779 8.06764 9.99401 8.03383 9.992 8C9.99284 7.96035 9.98277 7.92123 9.96291 7.8869C9.94304 7.85258 9.91413 7.82436 9.87933 7.80533L6.36333 6.04867C6.31749 6.02054 6.26509 6.00492 6.21133 6.00333Z",
|
|
1479
1791
|
fill: "currentColor"
|
|
1480
1792
|
}
|
|
1481
1793
|
) }),
|
|
1482
|
-
/* @__PURE__ */ (0,
|
|
1794
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("clipPath", { id: "play-square-clip", children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
|
|
1483
1795
|
]
|
|
1484
1796
|
})
|
|
1485
1797
|
);
|
|
@@ -1487,10 +1799,10 @@ var PlaySquareIcon = (_a) => {
|
|
|
1487
1799
|
PlaySquareIcon.displayName = "PlaySquareIcon";
|
|
1488
1800
|
|
|
1489
1801
|
// src/primitives/icon/svg/profile.tsx
|
|
1490
|
-
var
|
|
1802
|
+
var import_jsx_runtime41 = require("react/jsx-runtime");
|
|
1491
1803
|
var ProfileIcon = (_a) => {
|
|
1492
1804
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1493
|
-
return /* @__PURE__ */ (0,
|
|
1805
|
+
return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(
|
|
1494
1806
|
"svg",
|
|
1495
1807
|
__spreadProps(__spreadValues(__spreadValues({
|
|
1496
1808
|
viewBox: "0 0 21 28",
|
|
@@ -1498,8 +1810,8 @@ var ProfileIcon = (_a) => {
|
|
|
1498
1810
|
fill: "none"
|
|
1499
1811
|
}, getIconA11yProps(title)), props), {
|
|
1500
1812
|
children: [
|
|
1501
|
-
title ? /* @__PURE__ */ (0,
|
|
1502
|
-
/* @__PURE__ */ (0,
|
|
1813
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("title", { children: title }) : null,
|
|
1814
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
1503
1815
|
"path",
|
|
1504
1816
|
{
|
|
1505
1817
|
d: "M10.5 14C14.3605 14 17.5 10.8605 17.5 7C17.5 3.1395 14.3605 0 10.5 0C6.6395 0 3.5 3.1395 3.5 7C3.5 10.8605 6.6395 14 10.5 14ZM10.5 1.16667C13.7165 1.16667 16.3333 3.7835 16.3333 7C16.3333 10.2165 13.7165 12.8333 10.5 12.8333C7.2835 12.8333 4.66667 10.2165 4.66667 7C4.66667 3.7835 7.2835 1.16667 10.5 1.16667ZM21 26.8333V27.4167C21 27.7387 20.7387 28 20.4167 28C20.0947 28 19.8333 27.7387 19.8333 27.4167V26.8333C19.8333 21.6872 15.6462 17.5 10.5 17.5C5.35383 17.5 1.16667 21.6872 1.16667 26.8333V27.4167C1.16667 27.7387 0.905333 28 0.583333 28C0.261333 28 0 27.7387 0 27.4167V26.8333C0 21.0443 4.711 16.3333 10.5 16.3333C16.289 16.3333 21 21.0443 21 26.8333Z",
|
|
@@ -1513,10 +1825,10 @@ var ProfileIcon = (_a) => {
|
|
|
1513
1825
|
ProfileIcon.displayName = "ProfileIcon";
|
|
1514
1826
|
|
|
1515
1827
|
// src/primitives/icon/svg/revenue-alt.tsx
|
|
1516
|
-
var
|
|
1828
|
+
var import_jsx_runtime42 = require("react/jsx-runtime");
|
|
1517
1829
|
var RevenueAltIcon = (_a) => {
|
|
1518
1830
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1519
|
-
return /* @__PURE__ */ (0,
|
|
1831
|
+
return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
|
|
1520
1832
|
"svg",
|
|
1521
1833
|
__spreadProps(__spreadValues(__spreadValues({
|
|
1522
1834
|
viewBox: "0 0 20 20",
|
|
@@ -1524,8 +1836,8 @@ var RevenueAltIcon = (_a) => {
|
|
|
1524
1836
|
fill: "none"
|
|
1525
1837
|
}, getIconA11yProps(title)), props), {
|
|
1526
1838
|
children: [
|
|
1527
|
-
title ? /* @__PURE__ */ (0,
|
|
1528
|
-
/* @__PURE__ */ (0,
|
|
1839
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("title", { children: title }) : null,
|
|
1840
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
1529
1841
|
"path",
|
|
1530
1842
|
{
|
|
1531
1843
|
d: "M3 14V6M3 6L1.5 7.5M3 6L4.5 7.5M17 6V14M17 14L15.5 12.5M17 14L18.5 12.5",
|
|
@@ -1535,7 +1847,7 @@ var RevenueAltIcon = (_a) => {
|
|
|
1535
1847
|
strokeLinejoin: "round"
|
|
1536
1848
|
}
|
|
1537
1849
|
),
|
|
1538
|
-
/* @__PURE__ */ (0,
|
|
1850
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
1539
1851
|
"path",
|
|
1540
1852
|
{
|
|
1541
1853
|
d: "M10 5.5V14.5M12.5 7.4C12.5 6.55 11.38 5.86 10 5.86C8.62 5.86 7.5 6.55 7.5 7.4C7.5 8.25 8.62 8.94 10 8.94C11.38 8.94 12.5 9.63 12.5 10.48C12.5 11.33 11.38 12.02 10 12.02C8.62 12.02 7.5 11.33 7.5 10.48",
|
|
@@ -1552,10 +1864,10 @@ var RevenueAltIcon = (_a) => {
|
|
|
1552
1864
|
RevenueAltIcon.displayName = "RevenueAltIcon";
|
|
1553
1865
|
|
|
1554
1866
|
// src/primitives/icon/svg/search.tsx
|
|
1555
|
-
var
|
|
1867
|
+
var import_jsx_runtime43 = require("react/jsx-runtime");
|
|
1556
1868
|
var SearchIcon = (_a) => {
|
|
1557
1869
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1558
|
-
return /* @__PURE__ */ (0,
|
|
1870
|
+
return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
|
|
1559
1871
|
"svg",
|
|
1560
1872
|
__spreadProps(__spreadValues(__spreadValues({
|
|
1561
1873
|
viewBox: "0 0 16 16",
|
|
@@ -1564,8 +1876,8 @@ var SearchIcon = (_a) => {
|
|
|
1564
1876
|
className
|
|
1565
1877
|
}, getIconA11yProps(title)), props), {
|
|
1566
1878
|
children: [
|
|
1567
|
-
title ? /* @__PURE__ */ (0,
|
|
1568
|
-
/* @__PURE__ */ (0,
|
|
1879
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("title", { children: title }) : null,
|
|
1880
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
1569
1881
|
"path",
|
|
1570
1882
|
{
|
|
1571
1883
|
d: "M7.3335 12.3333C10.0949 12.3333 12.3335 10.0947 12.3335 7.33329C12.3335 4.57187 10.0949 2.33329 7.3335 2.33329C4.57208 2.33329 2.3335 4.57187 2.3335 7.33329C2.3335 10.0947 4.57208 12.3333 7.3335 12.3333Z",
|
|
@@ -1575,7 +1887,7 @@ var SearchIcon = (_a) => {
|
|
|
1575
1887
|
strokeLinejoin: "round"
|
|
1576
1888
|
}
|
|
1577
1889
|
),
|
|
1578
|
-
/* @__PURE__ */ (0,
|
|
1890
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
1579
1891
|
"path",
|
|
1580
1892
|
{
|
|
1581
1893
|
d: "M13.6668 13.6666L11.1667 11.1666",
|
|
@@ -1592,10 +1904,10 @@ var SearchIcon = (_a) => {
|
|
|
1592
1904
|
SearchIcon.displayName = "SearchIcon";
|
|
1593
1905
|
|
|
1594
1906
|
// src/primitives/icon/svg/shield-trust.tsx
|
|
1595
|
-
var
|
|
1907
|
+
var import_jsx_runtime44 = require("react/jsx-runtime");
|
|
1596
1908
|
var ShieldTrustIcon = (_a) => {
|
|
1597
1909
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1598
|
-
return /* @__PURE__ */ (0,
|
|
1910
|
+
return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(
|
|
1599
1911
|
"svg",
|
|
1600
1912
|
__spreadProps(__spreadValues(__spreadValues({
|
|
1601
1913
|
viewBox: "0 0 16 16",
|
|
@@ -1603,15 +1915,15 @@ var ShieldTrustIcon = (_a) => {
|
|
|
1603
1915
|
fill: "none"
|
|
1604
1916
|
}, getIconA11yProps(title)), props), {
|
|
1605
1917
|
children: [
|
|
1606
|
-
title ? /* @__PURE__ */ (0,
|
|
1607
|
-
/* @__PURE__ */ (0,
|
|
1918
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("title", { children: title }) : null,
|
|
1919
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
1608
1920
|
"path",
|
|
1609
1921
|
{
|
|
1610
1922
|
d: "M8 1.25L13.5 3.25V7.08C13.5 10.09 11.62 12.74 8 14.75C4.38 12.74 2.5 10.09 2.5 7.08V3.25L8 1.25Z",
|
|
1611
1923
|
fill: "currentColor"
|
|
1612
1924
|
}
|
|
1613
1925
|
),
|
|
1614
|
-
/* @__PURE__ */ (0,
|
|
1926
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
1615
1927
|
"path",
|
|
1616
1928
|
{
|
|
1617
1929
|
d: "M5.5 8.2L7.2 9.9L10.8 6.3",
|
|
@@ -1627,11 +1939,99 @@ var ShieldTrustIcon = (_a) => {
|
|
|
1627
1939
|
};
|
|
1628
1940
|
ShieldTrustIcon.displayName = "ShieldTrustIcon";
|
|
1629
1941
|
|
|
1942
|
+
// src/primitives/icon/svg/solana.tsx
|
|
1943
|
+
var import_jsx_runtime45 = require("react/jsx-runtime");
|
|
1944
|
+
var SolanaIcon = (_a) => {
|
|
1945
|
+
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1946
|
+
return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(
|
|
1947
|
+
"svg",
|
|
1948
|
+
__spreadProps(__spreadValues(__spreadValues({
|
|
1949
|
+
viewBox: "0 0 24 24",
|
|
1950
|
+
className,
|
|
1951
|
+
fill: "none"
|
|
1952
|
+
}, getIconA11yProps(title)), props), {
|
|
1953
|
+
children: [
|
|
1954
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("title", { children: title }) : null,
|
|
1955
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("rect", { width: "24", height: "24", rx: "8", fill: "#020205" }),
|
|
1956
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
1957
|
+
"path",
|
|
1958
|
+
{
|
|
1959
|
+
fill: "url(#agg-solana-gradient-top)",
|
|
1960
|
+
d: "M8.351 6.163A1.57 1.57 0 0 1 9.463 5.7h8.208c.699 0 1.048.844.554 1.338l-2.576 2.576a1.57 1.57 0 0 1-1.11.46H6.33c-.699 0-1.048-.844-.554-1.338L8.35 6.163Z"
|
|
1961
|
+
}
|
|
1962
|
+
),
|
|
1963
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
1964
|
+
"path",
|
|
1965
|
+
{
|
|
1966
|
+
fill: "url(#agg-solana-gradient-middle)",
|
|
1967
|
+
d: "M8.351 13.926a1.57 1.57 0 0 1 1.112-.463h8.208c.699 0 1.048.844.554 1.338l-2.576 2.576a1.57 1.57 0 0 1-1.11.46H6.33c-.699 0-1.048-.844-.554-1.338l2.576-2.573Z"
|
|
1968
|
+
}
|
|
1969
|
+
),
|
|
1970
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
1971
|
+
"path",
|
|
1972
|
+
{
|
|
1973
|
+
fill: "url(#agg-solana-gradient-bottom)",
|
|
1974
|
+
d: "M18.225 10.89a1.57 1.57 0 0 1-1.112.462H8.905c-.699 0-1.048-.845-.554-1.339L10.927 7.44a1.57 1.57 0 0 1 1.11-.46h8.208c.699 0 1.048.844.554 1.338L18.225 10.89Z"
|
|
1975
|
+
}
|
|
1976
|
+
),
|
|
1977
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsxs)("defs", { children: [
|
|
1978
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(
|
|
1979
|
+
"linearGradient",
|
|
1980
|
+
{
|
|
1981
|
+
id: "agg-solana-gradient-top",
|
|
1982
|
+
x1: "17.361",
|
|
1983
|
+
x2: "7.258",
|
|
1984
|
+
y1: "4.982",
|
|
1985
|
+
y2: "17.476",
|
|
1986
|
+
gradientUnits: "userSpaceOnUse",
|
|
1987
|
+
children: [
|
|
1988
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("stop", { stopColor: "#4BF0B8" }),
|
|
1989
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("stop", { offset: "1", stopColor: "#B44CF4" })
|
|
1990
|
+
]
|
|
1991
|
+
}
|
|
1992
|
+
),
|
|
1993
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(
|
|
1994
|
+
"linearGradient",
|
|
1995
|
+
{
|
|
1996
|
+
id: "agg-solana-gradient-middle",
|
|
1997
|
+
x1: "17.561",
|
|
1998
|
+
x2: "7.457",
|
|
1999
|
+
y1: "8.744",
|
|
2000
|
+
y2: "21.238",
|
|
2001
|
+
gradientUnits: "userSpaceOnUse",
|
|
2002
|
+
children: [
|
|
2003
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("stop", { stopColor: "#4BF0B8" }),
|
|
2004
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("stop", { offset: "1", stopColor: "#B44CF4" })
|
|
2005
|
+
]
|
|
2006
|
+
}
|
|
2007
|
+
),
|
|
2008
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(
|
|
2009
|
+
"linearGradient",
|
|
2010
|
+
{
|
|
2011
|
+
id: "agg-solana-gradient-bottom",
|
|
2012
|
+
x1: "18.027",
|
|
2013
|
+
x2: "7.924",
|
|
2014
|
+
y1: "6.865",
|
|
2015
|
+
y2: "19.359",
|
|
2016
|
+
gradientUnits: "userSpaceOnUse",
|
|
2017
|
+
children: [
|
|
2018
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("stop", { stopColor: "#4BF0B8" }),
|
|
2019
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("stop", { offset: "1", stopColor: "#B44CF4" })
|
|
2020
|
+
]
|
|
2021
|
+
}
|
|
2022
|
+
)
|
|
2023
|
+
] })
|
|
2024
|
+
]
|
|
2025
|
+
})
|
|
2026
|
+
);
|
|
2027
|
+
};
|
|
2028
|
+
SolanaIcon.displayName = "SolanaIcon";
|
|
2029
|
+
|
|
1630
2030
|
// src/primitives/icon/svg/stay-in-control.tsx
|
|
1631
|
-
var
|
|
2031
|
+
var import_jsx_runtime46 = require("react/jsx-runtime");
|
|
1632
2032
|
var StayInControlIcon = (_a) => {
|
|
1633
2033
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1634
|
-
return /* @__PURE__ */ (0,
|
|
2034
|
+
return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(
|
|
1635
2035
|
"svg",
|
|
1636
2036
|
__spreadProps(__spreadValues(__spreadValues({
|
|
1637
2037
|
width: "28",
|
|
@@ -1642,16 +2042,16 @@ var StayInControlIcon = (_a) => {
|
|
|
1642
2042
|
className
|
|
1643
2043
|
}, getIconA11yProps(title)), props), {
|
|
1644
2044
|
children: [
|
|
1645
|
-
title ? /* @__PURE__ */ (0,
|
|
1646
|
-
/* @__PURE__ */ (0,
|
|
1647
|
-
/* @__PURE__ */ (0,
|
|
2045
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("title", { children: title }) : null,
|
|
2046
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("g", { clipPath: "url(#clip0_stay_in_control)", children: [
|
|
2047
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
1648
2048
|
"path",
|
|
1649
2049
|
{
|
|
1650
2050
|
d: "M14 27.9406C13.9102 27.9406 13.8215 27.9196 13.7387 27.8788L13.2428 27.6314C10.6832 26.3504 2.32983 21.5753 2.32983 13.8648L2.33217 7.62776C2.33217 5.36093 3.77767 3.35776 5.93017 2.64493L13.8168 0.0292617C13.9358 -0.010405 14.0653 -0.010405 14.1832 0.0292617L22.0687 2.64376C24.2212 3.35776 25.6667 5.36093 25.6667 7.6266L25.6632 13.8636C25.6632 22.6113 17.2958 26.6584 14.7315 27.6909L14.217 27.8974C14.147 27.9254 14.0723 27.9394 13.9988 27.9394L14 27.9406ZM14 1.19826L6.29767 3.7521C4.6235 4.30743 3.5 5.86493 3.5 7.62776L3.49767 13.8648C3.49767 20.9056 11.3563 25.3844 13.7655 26.5884L14.0268 26.7191L14.2975 26.6106C16.6903 25.6481 24.4977 21.8833 24.4977 13.8659L24.5012 7.62893C24.5012 5.8661 23.3765 4.3086 21.7035 3.75326L14 1.19826Z",
|
|
1651
2051
|
fill: "currentColor"
|
|
1652
2052
|
}
|
|
1653
2053
|
),
|
|
1654
|
-
/* @__PURE__ */ (0,
|
|
2054
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
1655
2055
|
"path",
|
|
1656
2056
|
{
|
|
1657
2057
|
d: "M12.8112 17.5001C12.0633 17.5001 11.3155 17.2154 10.7462 16.6461L7.18083 13.2569C6.94749 13.0352 6.93816 12.6654 7.15983 12.4321C7.38149 12.1999 7.75016 12.1894 7.98466 12.4111L11.5605 15.8107C12.2535 16.5026 13.363 16.5037 14.0455 15.8212L20.5928 9.49791C20.8262 9.27508 21.196 9.28208 21.4177 9.51308C21.6417 9.74408 21.6358 10.1139 21.4037 10.3379L14.8622 16.6542C14.2987 17.2177 13.5543 17.5012 12.81 17.5012L12.8112 17.5001Z",
|
|
@@ -1659,7 +2059,7 @@ var StayInControlIcon = (_a) => {
|
|
|
1659
2059
|
}
|
|
1660
2060
|
)
|
|
1661
2061
|
] }),
|
|
1662
|
-
/* @__PURE__ */ (0,
|
|
2062
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("clipPath", { id: "clip0_stay_in_control", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("rect", { width: "28", height: "28", fill: "white" }) }) })
|
|
1663
2063
|
]
|
|
1664
2064
|
})
|
|
1665
2065
|
);
|
|
@@ -1667,10 +2067,10 @@ var StayInControlIcon = (_a) => {
|
|
|
1667
2067
|
StayInControlIcon.displayName = "StayInControlIcon";
|
|
1668
2068
|
|
|
1669
2069
|
// src/primitives/icon/svg/telegram.tsx
|
|
1670
|
-
var
|
|
2070
|
+
var import_jsx_runtime47 = require("react/jsx-runtime");
|
|
1671
2071
|
var TelegramIcon = (_a) => {
|
|
1672
2072
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1673
|
-
return /* @__PURE__ */ (0,
|
|
2073
|
+
return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(
|
|
1674
2074
|
"svg",
|
|
1675
2075
|
__spreadProps(__spreadValues(__spreadValues({
|
|
1676
2076
|
viewBox: "0 0 20 20",
|
|
@@ -1678,8 +2078,8 @@ var TelegramIcon = (_a) => {
|
|
|
1678
2078
|
fill: "none"
|
|
1679
2079
|
}, getIconA11yProps(title)), props), {
|
|
1680
2080
|
children: [
|
|
1681
|
-
title ? /* @__PURE__ */ (0,
|
|
1682
|
-
/* @__PURE__ */ (0,
|
|
2081
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("title", { children: title }) : null,
|
|
2082
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("g", { clipPath: "url(#clip0_telegram)", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
1683
2083
|
"path",
|
|
1684
2084
|
{
|
|
1685
2085
|
fillRule: "evenodd",
|
|
@@ -1688,7 +2088,7 @@ var TelegramIcon = (_a) => {
|
|
|
1688
2088
|
fill: "currentColor"
|
|
1689
2089
|
}
|
|
1690
2090
|
) }),
|
|
1691
|
-
/* @__PURE__ */ (0,
|
|
2091
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("clipPath", { id: "clip0_telegram", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("rect", { width: "20", height: "20", fill: "white" }) }) })
|
|
1692
2092
|
]
|
|
1693
2093
|
})
|
|
1694
2094
|
);
|
|
@@ -1696,10 +2096,10 @@ var TelegramIcon = (_a) => {
|
|
|
1696
2096
|
TelegramIcon.displayName = "TelegramIcon";
|
|
1697
2097
|
|
|
1698
2098
|
// src/primitives/icon/svg/triangle-down.tsx
|
|
1699
|
-
var
|
|
2099
|
+
var import_jsx_runtime48 = require("react/jsx-runtime");
|
|
1700
2100
|
var TriangleDownIcon = (_a) => {
|
|
1701
2101
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1702
|
-
return /* @__PURE__ */ (0,
|
|
2102
|
+
return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
|
|
1703
2103
|
"svg",
|
|
1704
2104
|
__spreadProps(__spreadValues(__spreadValues({
|
|
1705
2105
|
viewBox: "0 0 8 8",
|
|
@@ -1707,16 +2107,16 @@ var TriangleDownIcon = (_a) => {
|
|
|
1707
2107
|
fill: "none"
|
|
1708
2108
|
}, getIconA11yProps(title)), props), {
|
|
1709
2109
|
children: [
|
|
1710
|
-
title ? /* @__PURE__ */ (0,
|
|
1711
|
-
/* @__PURE__ */ (0,
|
|
1712
|
-
/* @__PURE__ */ (0,
|
|
2110
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("title", { children: title }) : null,
|
|
2111
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("g", { transform: "scale(1,-1) translate(0,-8)", clipPath: "url(#triangle_up)", children: [
|
|
2112
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
1713
2113
|
"path",
|
|
1714
2114
|
{
|
|
1715
2115
|
d: "M3.99989 1.6805L6.23917 6.72896H1.76061L3.99989 1.6805ZM3.99989 0.366097C3.87788 0.36535 3.75832 0.400347 3.65596 0.466768C3.55361 0.53319 3.47295 0.628129 3.42393 0.739866L0.362237 7.63838H7.63755L4.57737 0.739866C4.52825 0.62789 4.44735 0.532789 4.3447 0.46635C4.24205 0.39991 4.12216 0.365052 3.99989 0.366097Z",
|
|
1716
2116
|
fill: "currentColor"
|
|
1717
2117
|
}
|
|
1718
2118
|
),
|
|
1719
|
-
/* @__PURE__ */ (0,
|
|
2119
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
1720
2120
|
"path",
|
|
1721
2121
|
{
|
|
1722
2122
|
d: "M4.00167 0.00284122C4.19344 0.00214978 4.38147 0.0566837 4.54252 0.160923C4.70445 0.265758 4.83154 0.416026 4.90931 0.592539L7.9697 7.4913L8.19705 8.00195H-0.197266L3.09048 0.593427C3.16804 0.41669 3.29625 0.26688 3.45815 0.161811C3.61872 0.0576301 3.80589 0.00261591 3.99723 0.00284122H3.99989L4.00256 0.00195312L4.00167 0.00284122ZM3.99989 0.366097C3.87788 0.36535 3.75832 0.400347 3.65596 0.466768L3.58337 0.521491C3.51516 0.581467 3.46071 0.656022 3.42393 0.739866L0.362237 7.63838H7.63755L4.57737 0.739866C4.54053 0.655873 4.48567 0.581521 4.4173 0.521491L4.3447 0.46635C4.24205 0.39991 4.12216 0.365052 3.99989 0.366097ZM6.23917 6.72896H1.76061L3.99989 1.6805L6.23917 6.72896ZM2.31961 6.36519H5.68018L3.99989 2.57655L2.31961 6.36519Z",
|
|
@@ -1724,7 +2124,7 @@ var TriangleDownIcon = (_a) => {
|
|
|
1724
2124
|
}
|
|
1725
2125
|
)
|
|
1726
2126
|
] }),
|
|
1727
|
-
/* @__PURE__ */ (0,
|
|
2127
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("clipPath", { id: "triangle_up", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("rect", { width: "8", height: "8", fill: "white" }) }) })
|
|
1728
2128
|
]
|
|
1729
2129
|
})
|
|
1730
2130
|
);
|
|
@@ -1732,10 +2132,10 @@ var TriangleDownIcon = (_a) => {
|
|
|
1732
2132
|
TriangleDownIcon.displayName = "TriangleDownIcon";
|
|
1733
2133
|
|
|
1734
2134
|
// src/primitives/icon/svg/triangle-up-filled.tsx
|
|
1735
|
-
var
|
|
2135
|
+
var import_jsx_runtime49 = require("react/jsx-runtime");
|
|
1736
2136
|
var TriangleUpFilledIcon = (_a) => {
|
|
1737
2137
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1738
|
-
return /* @__PURE__ */ (0,
|
|
2138
|
+
return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(
|
|
1739
2139
|
"svg",
|
|
1740
2140
|
__spreadProps(__spreadValues(__spreadValues({
|
|
1741
2141
|
viewBox: "0 0 8 8",
|
|
@@ -1743,8 +2143,8 @@ var TriangleUpFilledIcon = (_a) => {
|
|
|
1743
2143
|
fill: "none"
|
|
1744
2144
|
}, getIconA11yProps(title)), props), {
|
|
1745
2145
|
children: [
|
|
1746
|
-
title ? /* @__PURE__ */ (0,
|
|
1747
|
-
/* @__PURE__ */ (0,
|
|
2146
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("title", { children: title }) : null,
|
|
2147
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
1748
2148
|
"path",
|
|
1749
2149
|
{
|
|
1750
2150
|
d: "M6.67873 8.00001H1.3214C1.09613 8.00053 0.874481 7.94332 0.677605 7.83384C0.480728 7.72435 0.315192 7.56625 0.196788 7.3746C0.0783848 7.18296 0.0110649 6.96417 0.00125164 6.73911C-0.0085616 6.51405 0.0394592 6.29023 0.140732 6.08901L2.81973 0.729677C2.92186 0.523193 3.0766 0.347273 3.26837 0.219641C3.46014 0.0920097 3.68216 0.0171748 3.91207 0.00267686C4.17147 -0.013831 4.43 0.0462826 4.6555 0.175542C4.88101 0.3048 5.06354 0.497501 5.1804 0.729677L7.8594 6.08901C7.96008 6.2903 8.00764 6.51398 7.99756 6.73881C7.98748 6.96365 7.92009 7.18218 7.8018 7.37365C7.68351 7.56512 7.51823 7.72317 7.32167 7.83279C7.12511 7.94242 6.90379 7.99998 6.67873 8.00001Z",
|
|
@@ -1758,10 +2158,10 @@ var TriangleUpFilledIcon = (_a) => {
|
|
|
1758
2158
|
TriangleUpFilledIcon.displayName = "TriangleUpFilledIcon";
|
|
1759
2159
|
|
|
1760
2160
|
// src/primitives/icon/svg/triangle-up.tsx
|
|
1761
|
-
var
|
|
2161
|
+
var import_jsx_runtime50 = require("react/jsx-runtime");
|
|
1762
2162
|
var TriangleUpIcon = (_a) => {
|
|
1763
2163
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1764
|
-
return /* @__PURE__ */ (0,
|
|
2164
|
+
return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(
|
|
1765
2165
|
"svg",
|
|
1766
2166
|
__spreadProps(__spreadValues(__spreadValues({
|
|
1767
2167
|
viewBox: "0 0 8 8",
|
|
@@ -1769,16 +2169,16 @@ var TriangleUpIcon = (_a) => {
|
|
|
1769
2169
|
fill: "none"
|
|
1770
2170
|
}, getIconA11yProps(title)), props), {
|
|
1771
2171
|
children: [
|
|
1772
|
-
title ? /* @__PURE__ */ (0,
|
|
1773
|
-
/* @__PURE__ */ (0,
|
|
1774
|
-
/* @__PURE__ */ (0,
|
|
2172
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("title", { children: title }) : null,
|
|
2173
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("g", { clipPath: "url(#triangle_up)", children: [
|
|
2174
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
1775
2175
|
"path",
|
|
1776
2176
|
{
|
|
1777
2177
|
d: "M3.99989 1.6805L6.23917 6.72896H1.76061L3.99989 1.6805ZM3.99989 0.366097C3.87788 0.36535 3.75832 0.400347 3.65596 0.466768C3.55361 0.53319 3.47295 0.628129 3.42393 0.739866L0.362237 7.63838H7.63755L4.57737 0.739866C4.52825 0.62789 4.44735 0.532789 4.3447 0.46635C4.24205 0.39991 4.12216 0.365052 3.99989 0.366097Z",
|
|
1778
2178
|
fill: "currentColor"
|
|
1779
2179
|
}
|
|
1780
2180
|
),
|
|
1781
|
-
/* @__PURE__ */ (0,
|
|
2181
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
1782
2182
|
"path",
|
|
1783
2183
|
{
|
|
1784
2184
|
d: "M4.00167 0.00284122C4.19344 0.00214978 4.38147 0.0566837 4.54252 0.160923C4.70445 0.265758 4.83154 0.416026 4.90931 0.592539L7.9697 7.4913L8.19705 8.00195H-0.197266L3.09048 0.593427C3.16804 0.41669 3.29625 0.26688 3.45815 0.161811C3.61872 0.0576301 3.80589 0.00261591 3.99723 0.00284122H3.99989L4.00256 0.00195312L4.00167 0.00284122ZM3.99989 0.366097C3.87788 0.36535 3.75832 0.400347 3.65596 0.466768L3.58337 0.521491C3.51516 0.581467 3.46071 0.656022 3.42393 0.739866L0.362237 7.63838H7.63755L4.57737 0.739866C4.54053 0.655873 4.48567 0.581521 4.4173 0.521491L4.3447 0.46635C4.24205 0.39991 4.12216 0.365052 3.99989 0.366097ZM6.23917 6.72896H1.76061L3.99989 1.6805L6.23917 6.72896ZM2.31961 6.36519H5.68018L3.99989 2.57655L2.31961 6.36519Z",
|
|
@@ -1786,7 +2186,7 @@ var TriangleUpIcon = (_a) => {
|
|
|
1786
2186
|
}
|
|
1787
2187
|
)
|
|
1788
2188
|
] }),
|
|
1789
|
-
/* @__PURE__ */ (0,
|
|
2189
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("clipPath", { id: "triangle_up", children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("rect", { width: "8", height: "8", fill: "white" }) }) })
|
|
1790
2190
|
]
|
|
1791
2191
|
})
|
|
1792
2192
|
);
|
|
@@ -1794,10 +2194,10 @@ var TriangleUpIcon = (_a) => {
|
|
|
1794
2194
|
TriangleUpIcon.displayName = "TriangleUpIcon";
|
|
1795
2195
|
|
|
1796
2196
|
// src/primitives/icon/svg/twitter.tsx
|
|
1797
|
-
var
|
|
2197
|
+
var import_jsx_runtime51 = require("react/jsx-runtime");
|
|
1798
2198
|
var TwitterIcon = (_a) => {
|
|
1799
2199
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1800
|
-
return /* @__PURE__ */ (0,
|
|
2200
|
+
return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
|
|
1801
2201
|
"svg",
|
|
1802
2202
|
__spreadProps(__spreadValues(__spreadValues({
|
|
1803
2203
|
viewBox: "0 0 20 20",
|
|
@@ -1805,8 +2205,8 @@ var TwitterIcon = (_a) => {
|
|
|
1805
2205
|
fill: "none"
|
|
1806
2206
|
}, getIconA11yProps(title)), props), {
|
|
1807
2207
|
children: [
|
|
1808
|
-
title ? /* @__PURE__ */ (0,
|
|
1809
|
-
/* @__PURE__ */ (0,
|
|
2208
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("title", { children: title }) : null,
|
|
2209
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
1810
2210
|
"path",
|
|
1811
2211
|
{
|
|
1812
2212
|
d: "M15.2708 1.66602H18.0834L11.9402 8.68539L19.1666 18.2386H13.51L9.07638 12.446L4.00874 18.2386H1.19152L7.76096 10.7288L0.833252 1.66602H6.63346L10.637 6.96053L15.2708 1.66602ZM14.283 16.5573H15.8406L5.78478 3.25949H4.11186L14.283 16.5573Z",
|
|
@@ -1820,10 +2220,10 @@ var TwitterIcon = (_a) => {
|
|
|
1820
2220
|
TwitterIcon.displayName = "TwitterIcon";
|
|
1821
2221
|
|
|
1822
2222
|
// src/primitives/icon/svg/upload.tsx
|
|
1823
|
-
var
|
|
2223
|
+
var import_jsx_runtime52 = require("react/jsx-runtime");
|
|
1824
2224
|
var UploadIcon = (_a) => {
|
|
1825
2225
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1826
|
-
return /* @__PURE__ */ (0,
|
|
2226
|
+
return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(
|
|
1827
2227
|
"svg",
|
|
1828
2228
|
__spreadProps(__spreadValues(__spreadValues({
|
|
1829
2229
|
viewBox: "0 0 16 16",
|
|
@@ -1831,8 +2231,8 @@ var UploadIcon = (_a) => {
|
|
|
1831
2231
|
fill: "none"
|
|
1832
2232
|
}, getIconA11yProps(title)), props), {
|
|
1833
2233
|
children: [
|
|
1834
|
-
title ? /* @__PURE__ */ (0,
|
|
1835
|
-
/* @__PURE__ */ (0,
|
|
2234
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("title", { children: title }) : null,
|
|
2235
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
1836
2236
|
"path",
|
|
1837
2237
|
{
|
|
1838
2238
|
d: "M8 13.5v-7m0 0 2.5 2.5M8 6.5 5.5 9",
|
|
@@ -1842,7 +2242,7 @@ var UploadIcon = (_a) => {
|
|
|
1842
2242
|
strokeLinejoin: "round"
|
|
1843
2243
|
}
|
|
1844
2244
|
),
|
|
1845
|
-
/* @__PURE__ */ (0,
|
|
2245
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)("path", { d: "M2.5 3.5h11", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" })
|
|
1846
2246
|
]
|
|
1847
2247
|
})
|
|
1848
2248
|
);
|
|
@@ -1850,10 +2250,10 @@ var UploadIcon = (_a) => {
|
|
|
1850
2250
|
UploadIcon.displayName = "UploadIcon";
|
|
1851
2251
|
|
|
1852
2252
|
// src/primitives/icon/svg/wallet-avatar.tsx
|
|
1853
|
-
var
|
|
2253
|
+
var import_jsx_runtime53 = require("react/jsx-runtime");
|
|
1854
2254
|
function WalletAvatarIcon(_a) {
|
|
1855
2255
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1856
|
-
return /* @__PURE__ */ (0,
|
|
2256
|
+
return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(
|
|
1857
2257
|
"svg",
|
|
1858
2258
|
__spreadProps(__spreadValues(__spreadValues({
|
|
1859
2259
|
fill: "none",
|
|
@@ -1861,9 +2261,9 @@ function WalletAvatarIcon(_a) {
|
|
|
1861
2261
|
viewBox: "0 0 16 16"
|
|
1862
2262
|
}, getIconA11yProps(title)), props), {
|
|
1863
2263
|
children: [
|
|
1864
|
-
title ? /* @__PURE__ */ (0,
|
|
1865
|
-
/* @__PURE__ */ (0,
|
|
1866
|
-
/* @__PURE__ */ (0,
|
|
2264
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("title", { children: title }) : null,
|
|
2265
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("circle", { cx: "8", cy: "5.25", r: "2.25", fill: "currentColor" }),
|
|
2266
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { d: "M3.75 12.75a4.25 4.25 0 0 1 8.5 0v.25h-8.5v-.25Z", fill: "currentColor" })
|
|
1867
2267
|
]
|
|
1868
2268
|
})
|
|
1869
2269
|
);
|
|
@@ -1871,10 +2271,10 @@ function WalletAvatarIcon(_a) {
|
|
|
1871
2271
|
WalletAvatarIcon.displayName = "WalletAvatarIcon";
|
|
1872
2272
|
|
|
1873
2273
|
// src/primitives/icon/svg/wallet.tsx
|
|
1874
|
-
var
|
|
2274
|
+
var import_jsx_runtime54 = require("react/jsx-runtime");
|
|
1875
2275
|
var WalletIcon = (_a) => {
|
|
1876
2276
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1877
|
-
return /* @__PURE__ */ (0,
|
|
2277
|
+
return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(
|
|
1878
2278
|
"svg",
|
|
1879
2279
|
__spreadProps(__spreadValues(__spreadValues({
|
|
1880
2280
|
viewBox: "0 0 24 24",
|
|
@@ -1882,8 +2282,8 @@ var WalletIcon = (_a) => {
|
|
|
1882
2282
|
fill: "none"
|
|
1883
2283
|
}, getIconA11yProps(title)), props), {
|
|
1884
2284
|
children: [
|
|
1885
|
-
title ? /* @__PURE__ */ (0,
|
|
1886
|
-
/* @__PURE__ */ (0,
|
|
2285
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("title", { children: title }) : null,
|
|
2286
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
1887
2287
|
"path",
|
|
1888
2288
|
{
|
|
1889
2289
|
d: "M19.5 6H5.25C4.836 6 4.5 5.664 4.5 5.25C4.5 4.836 4.836 4.5 5.25 4.5H19.5C19.914 4.5 20.25 4.164 20.25 3.75C20.25 2.508 19.242 1.5 18 1.5H4.5C2.843 1.5 1.5 2.843 1.5 4.5V19.5C1.5 21.157 2.843 22.5 4.5 22.5H19.5C21.157 22.5 22.5 21.157 22.5 19.5V9C22.5 7.343 21.157 6 19.5 6ZM2.5 4.5C2.5 3.395 3.395 2.5 4.5 2.5H18C18.552 2.5 19.026 2.834 19.199 3.318C19.176 3.312 19.153 3.5 18 3.5H5.25C4.284 3.5 3.5 4.284 3.5 5.25C3.5 5.388 3.519 5.522 3.555 5.649C2.936 5.369 2.5 4.972 2.5 4.5ZM21.5 19.5C21.5 20.605 20.605 21.5 19.5 21.5H4.5C3.395 21.5 2.5 20.605 2.5 19.5V7.04C3.09 7.336 3.771 7 5.25 7H19.5C20.605 7 21.5 7.895 21.5 9V12H18C16.343 12 15 13.343 15 15C15 16.657 16.343 18 18 18H21.5V19.5ZM21.5 17H18C16.895 17 16 16.105 16 15C16 13.895 16.895 13 18 13H21.5V17ZM18 15.75C18.414 15.75 18.75 15.414 18.75 15C18.75 14.586 18.414 14.25 18 14.25C17.586 14.25 17.25 14.586 17.25 15C17.25 15.414 17.586 15.75 18 15.75Z",
|
|
@@ -1897,10 +2297,10 @@ var WalletIcon = (_a) => {
|
|
|
1897
2297
|
WalletIcon.displayName = "WalletIcon";
|
|
1898
2298
|
|
|
1899
2299
|
// src/primitives/icon/svg/warning-filled.tsx
|
|
1900
|
-
var
|
|
2300
|
+
var import_jsx_runtime55 = require("react/jsx-runtime");
|
|
1901
2301
|
var WarningFilledIcon = (_a) => {
|
|
1902
2302
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1903
|
-
return /* @__PURE__ */ (0,
|
|
2303
|
+
return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(
|
|
1904
2304
|
"svg",
|
|
1905
2305
|
__spreadProps(__spreadValues(__spreadValues({
|
|
1906
2306
|
viewBox: "0 0 16 16",
|
|
@@ -1908,8 +2308,8 @@ var WarningFilledIcon = (_a) => {
|
|
|
1908
2308
|
fill: "none"
|
|
1909
2309
|
}, getIconA11yProps(title)), props), {
|
|
1910
2310
|
children: [
|
|
1911
|
-
title ? /* @__PURE__ */ (0,
|
|
1912
|
-
/* @__PURE__ */ (0,
|
|
2311
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("title", { children: title }) : null,
|
|
2312
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
1913
2313
|
"path",
|
|
1914
2314
|
{
|
|
1915
2315
|
d: "M15.3869 10.22L10.0002 1.71332C9.5469 1.05999 8.79356 0.666656 8.00023 0.666656C7.20689 0.666656 6.45356 1.05332 5.98023 1.73332L0.620227 10.2067C-0.0597729 11.18 -0.18644 12.3467 0.286894 13.2467C0.75356 14.1467 1.73356 14.66 2.96023 14.66H13.0402C14.2736 14.66 15.2469 14.1467 15.7136 13.2467C16.1802 12.3467 16.0536 11.1867 15.3869 10.22ZM7.33356 4.66666C7.33356 4.29999 7.63356 3.99999 8.00023 3.99999C8.36689 3.99999 8.66689 4.29999 8.66689 4.66666V8.66666C8.66689 9.03332 8.36689 9.33332 8.00023 9.33332C7.63356 9.33332 7.33356 9.03332 7.33356 8.66666V4.66666ZM8.00023 12.6667C7.44689 12.6667 7.00023 12.22 7.00023 11.6667C7.00023 11.1133 7.44689 10.6667 8.00023 10.6667C8.55356 10.6667 9.00023 11.1133 9.00023 11.6667C9.00023 12.22 8.55356 12.6667 8.00023 12.6667Z",
|
|
@@ -1923,10 +2323,10 @@ var WarningFilledIcon = (_a) => {
|
|
|
1923
2323
|
WarningFilledIcon.displayName = "WarningFilledIcon";
|
|
1924
2324
|
|
|
1925
2325
|
// src/primitives/icon/svg/warning.tsx
|
|
1926
|
-
var
|
|
2326
|
+
var import_jsx_runtime56 = require("react/jsx-runtime");
|
|
1927
2327
|
var WarningIcon = (_a) => {
|
|
1928
2328
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1929
|
-
return /* @__PURE__ */ (0,
|
|
2329
|
+
return /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(
|
|
1930
2330
|
"svg",
|
|
1931
2331
|
__spreadProps(__spreadValues(__spreadValues({
|
|
1932
2332
|
width: "14",
|
|
@@ -1937,15 +2337,15 @@ var WarningIcon = (_a) => {
|
|
|
1937
2337
|
className
|
|
1938
2338
|
}, getIconA11yProps(title)), props), {
|
|
1939
2339
|
children: [
|
|
1940
|
-
title ? /* @__PURE__ */ (0,
|
|
1941
|
-
/* @__PURE__ */ (0,
|
|
2340
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("title", { children: title }) : null,
|
|
2341
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)("g", { clipPath: "url(#clip0_warning)", children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
1942
2342
|
"path",
|
|
1943
2343
|
{
|
|
1944
2344
|
d: "M6.41665 8.16675V4.66675C6.41665 4.34591 6.67915 4.08341 6.99998 4.08341C7.32082 4.08341 7.58332 4.34591 7.58332 4.66675V8.16675C7.58332 8.48758 7.32082 8.75008 6.99998 8.75008C6.67915 8.75008 6.41665 8.48758 6.41665 8.16675ZM6.99998 9.33341C6.51582 9.33341 6.12498 9.72425 6.12498 10.2084C6.12498 10.6926 6.51582 11.0834 6.99998 11.0834C7.48415 11.0834 7.87498 10.6926 7.87498 10.2084C7.87498 9.72425 7.48415 9.33341 6.99998 9.33341ZM13.755 12.1801C13.3467 12.9676 12.4892 13.4167 11.4158 13.4167H2.58998C1.51082 13.4167 0.659151 12.9676 0.250818 12.1801C-0.163348 11.3867 -0.0466818 10.3717 0.542485 9.52008L5.23248 2.10008C5.64665 1.50508 6.29998 1.16675 6.99998 1.16675C7.69999 1.16675 8.35332 1.50508 8.74998 2.08258L13.4633 9.53175C14.0525 10.3834 14.1633 11.3926 13.7492 12.1801H13.755ZM12.5008 10.1851C12.5008 10.1851 12.4892 10.1734 12.4892 10.1617L7.78165 2.72425C7.61248 2.48508 7.32082 2.33341 6.99998 2.33341C6.67915 2.33341 6.38749 2.48508 6.20665 2.74758L1.51082 10.1617C1.14915 10.6751 1.06748 11.2351 1.27748 11.6376C1.48165 12.0342 1.94832 12.2501 2.58415 12.2501H11.4042C12.04 12.2501 12.5067 12.0342 12.7108 11.6376C12.9208 11.2351 12.8392 10.6751 12.495 10.1851H12.5008Z",
|
|
1945
2345
|
fill: "currentColor"
|
|
1946
2346
|
}
|
|
1947
2347
|
) }),
|
|
1948
|
-
/* @__PURE__ */ (0,
|
|
2348
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("clipPath", { id: "clip0_warning", children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("rect", { width: "14", height: "14", fill: "white" }) }) })
|
|
1949
2349
|
]
|
|
1950
2350
|
})
|
|
1951
2351
|
);
|
|
@@ -1954,6 +2354,7 @@ WarningIcon.displayName = "WarningIcon";
|
|
|
1954
2354
|
|
|
1955
2355
|
// src/primitives/icon/registry.ts
|
|
1956
2356
|
var iconRegistry = {
|
|
2357
|
+
apple: AppleIcon,
|
|
1957
2358
|
"arrow-trend-up": ArrowTrendUpIcon,
|
|
1958
2359
|
"arrows-to-dot": ArrowsToDotIcon,
|
|
1959
2360
|
bank: BankIcon,
|
|
@@ -1961,6 +2362,8 @@ var iconRegistry = {
|
|
|
1961
2362
|
bolt: BoltIcon,
|
|
1962
2363
|
"check-badge": CheckBadgeIcon,
|
|
1963
2364
|
"check-circle": CheckCircleIcon,
|
|
2365
|
+
"chart-candlestick": ChartCandlestickIcon,
|
|
2366
|
+
"chart-line": ChartLineIcon,
|
|
1964
2367
|
"chevron-down": ChevronDownIcon,
|
|
1965
2368
|
"chevron-left": ChevronLeftIcon,
|
|
1966
2369
|
"chevron-right": ChevronRightIcon,
|
|
@@ -1975,7 +2378,10 @@ var iconRegistry = {
|
|
|
1975
2378
|
download: DownloadIcon,
|
|
1976
2379
|
"dots-horizontal": DotsHorizontalIcon,
|
|
1977
2380
|
email: EmailIcon,
|
|
2381
|
+
"error-filled": ErrorFilledIcon,
|
|
2382
|
+
ethereum: EthereumIcon,
|
|
1978
2383
|
"external-link": ExternalLinkIcon,
|
|
2384
|
+
google: GoogleIcon,
|
|
1979
2385
|
info: InfoIcon,
|
|
1980
2386
|
"link-accounts": LinkAccountsIcon,
|
|
1981
2387
|
pencil: PencilIcon,
|
|
@@ -1984,6 +2390,7 @@ var iconRegistry = {
|
|
|
1984
2390
|
"revenue-alt": RevenueAltIcon,
|
|
1985
2391
|
search: SearchIcon,
|
|
1986
2392
|
"shield-trust": ShieldTrustIcon,
|
|
2393
|
+
solana: SolanaIcon,
|
|
1987
2394
|
"stay-in-control": StayInControlIcon,
|
|
1988
2395
|
telegram: TelegramIcon,
|
|
1989
2396
|
"triangle-down": TriangleDownIcon,
|
|
@@ -2008,7 +2415,7 @@ var resolveIconStyle = (color, style) => {
|
|
|
2008
2415
|
};
|
|
2009
2416
|
|
|
2010
2417
|
// src/primitives/icon/index.tsx
|
|
2011
|
-
var
|
|
2418
|
+
var import_jsx_runtime57 = require("react/jsx-runtime");
|
|
2012
2419
|
var Icon = (_a) => {
|
|
2013
2420
|
var _b = _a, {
|
|
2014
2421
|
name,
|
|
@@ -2026,7 +2433,7 @@ var Icon = (_a) => {
|
|
|
2026
2433
|
const Component = iconRegistry[name];
|
|
2027
2434
|
const resolvedStyle = resolveIconStyle(color, style);
|
|
2028
2435
|
const resolvedClassName = cn(iconSizeClasses[size], className);
|
|
2029
|
-
return /* @__PURE__ */ (0,
|
|
2436
|
+
return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
2030
2437
|
Component,
|
|
2031
2438
|
__spreadValues({
|
|
2032
2439
|
color,
|
|
@@ -2038,19 +2445,19 @@ var Icon = (_a) => {
|
|
|
2038
2445
|
Icon.displayName = "Icon";
|
|
2039
2446
|
|
|
2040
2447
|
// src/deposit/steps/venue-selection.tsx
|
|
2041
|
-
var
|
|
2448
|
+
var import_jsx_runtime58 = require("react/jsx-runtime");
|
|
2042
2449
|
var VenueRow = ({ venue, onSelect }) => {
|
|
2043
2450
|
var _a;
|
|
2044
2451
|
const displayName = (_a = venueLogoLabels[venue.venue]) != null ? _a : venue.venue;
|
|
2045
2452
|
const hasShortfall = venue.shortfall != null && venue.shortfall > 0;
|
|
2046
|
-
return /* @__PURE__ */ (0,
|
|
2453
|
+
return /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(
|
|
2047
2454
|
"div",
|
|
2048
2455
|
{
|
|
2049
2456
|
className: cn(
|
|
2050
2457
|
"flex items-center gap-3 sm:gap-4",
|
|
2051
|
-
"rounded-xl border border-separator",
|
|
2458
|
+
"rounded-xl border border-agg-separator",
|
|
2052
2459
|
"p-3 sm:p-4",
|
|
2053
|
-
"hover:bg-secondary-hover transition-colors cursor-pointer"
|
|
2460
|
+
"hover:bg-agg-secondary-hover transition-colors cursor-pointer"
|
|
2054
2461
|
),
|
|
2055
2462
|
role: "button",
|
|
2056
2463
|
tabIndex: 0,
|
|
@@ -2062,27 +2469,27 @@ var VenueRow = ({ venue, onSelect }) => {
|
|
|
2062
2469
|
}
|
|
2063
2470
|
},
|
|
2064
2471
|
children: [
|
|
2065
|
-
/* @__PURE__ */ (0,
|
|
2066
|
-
/* @__PURE__ */ (0,
|
|
2067
|
-
/* @__PURE__ */ (0,
|
|
2068
|
-
/* @__PURE__ */ (0,
|
|
2472
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "shrink-0", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(VenueLogo, { venue: venue.venue, size: "large", className: "rounded-lg" }) }),
|
|
2473
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("div", { className: "flex-1 min-w-0", children: [
|
|
2474
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)("p", { className: "agg-type-body-strong text-agg-foreground", children: displayName }),
|
|
2475
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("p", { className: "agg-type-label text-agg-muted-foreground", children: [
|
|
2069
2476
|
"Balance ",
|
|
2070
2477
|
formatCompactUsd(venue.balance)
|
|
2071
2478
|
] })
|
|
2072
2479
|
] }),
|
|
2073
|
-
hasShortfall ? /* @__PURE__ */ (0,
|
|
2074
|
-
/* @__PURE__ */ (0,
|
|
2075
|
-
/* @__PURE__ */ (0,
|
|
2480
|
+
hasShortfall ? /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("div", { className: "hidden sm:flex items-center gap-1.5 shrink-0", children: [
|
|
2481
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)(WarningFilledIcon, { className: "h-4 w-4 text-agg-warning" }),
|
|
2482
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("span", { className: "agg-type-label-strong whitespace-nowrap text-agg-warning", children: [
|
|
2076
2483
|
"Short ",
|
|
2077
2484
|
formatCompactUsd(venue.shortfall)
|
|
2078
2485
|
] })
|
|
2079
2486
|
] }) : null,
|
|
2080
|
-
/* @__PURE__ */ (0,
|
|
2487
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "shrink-0", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
2081
2488
|
Button,
|
|
2082
2489
|
{
|
|
2083
2490
|
variant: "secondary",
|
|
2084
2491
|
size: "small",
|
|
2085
|
-
suffix: /* @__PURE__ */ (0,
|
|
2492
|
+
suffix: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(ChevronRightIcon, {}),
|
|
2086
2493
|
onClick: (e) => {
|
|
2087
2494
|
e.stopPropagation();
|
|
2088
2495
|
onSelect(venue.venue);
|
|
@@ -2098,29 +2505,29 @@ var VenueSelectionStep = ({
|
|
|
2098
2505
|
venues,
|
|
2099
2506
|
hasAnyShortfall,
|
|
2100
2507
|
onSelectVenue
|
|
2101
|
-
}) => /* @__PURE__ */ (0,
|
|
2102
|
-
/* @__PURE__ */ (0,
|
|
2103
|
-
/* @__PURE__ */ (0,
|
|
2104
|
-
!hasAnyShortfall ? /* @__PURE__ */ (0,
|
|
2105
|
-
/* @__PURE__ */ (0,
|
|
2508
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(import_jsx_runtime58.Fragment, { children: [
|
|
2509
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Modal.Header, { title: "Deposit", hideBorder: true }),
|
|
2510
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Modal.Body, { classNames: { root: "px-5 pt-0 pb-6 sm:px-8 sm:pt-0 sm:pb-8" }, children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("div", { className: "flex flex-col gap-4", children: [
|
|
2511
|
+
!hasAnyShortfall ? /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("p", { className: "agg-type-body text-agg-foreground", children: "Choose where to deposit funds:" }) : null,
|
|
2512
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "flex flex-col gap-3", children: venues.map((venue) => /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(VenueRow, { venue, onSelect: onSelectVenue }, venue.venue)) })
|
|
2106
2513
|
] }) })
|
|
2107
2514
|
] });
|
|
2108
2515
|
|
|
2109
2516
|
// src/deposit/steps/deposit-method.tsx
|
|
2110
|
-
var
|
|
2517
|
+
var import_jsx_runtime59 = require("react/jsx-runtime");
|
|
2111
2518
|
var DepositMethodCard = ({
|
|
2112
2519
|
icon,
|
|
2113
2520
|
title,
|
|
2114
2521
|
description,
|
|
2115
2522
|
onContinue
|
|
2116
|
-
}) => /* @__PURE__ */ (0,
|
|
2523
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(
|
|
2117
2524
|
"div",
|
|
2118
2525
|
{
|
|
2119
2526
|
className: cn(
|
|
2120
2527
|
"flex items-center gap-3 sm:gap-4",
|
|
2121
|
-
"rounded-xl border border-separator",
|
|
2528
|
+
"rounded-xl border border-agg-separator",
|
|
2122
2529
|
"p-3 sm:p-4",
|
|
2123
|
-
"hover:bg-secondary-hover transition-colors cursor-pointer"
|
|
2530
|
+
"hover:bg-agg-secondary-hover transition-colors cursor-pointer"
|
|
2124
2531
|
),
|
|
2125
2532
|
role: "button",
|
|
2126
2533
|
tabIndex: 0,
|
|
@@ -2132,17 +2539,17 @@ var DepositMethodCard = ({
|
|
|
2132
2539
|
}
|
|
2133
2540
|
},
|
|
2134
2541
|
children: [
|
|
2135
|
-
/* @__PURE__ */ (0,
|
|
2136
|
-
/* @__PURE__ */ (0,
|
|
2137
|
-
/* @__PURE__ */ (0,
|
|
2138
|
-
/* @__PURE__ */ (0,
|
|
2542
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "shrink-0 flex items-center justify-center h-10 w-10 rounded-lg bg-agg-secondary-hover", children: icon }),
|
|
2543
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("div", { className: "flex-1 min-w-0", children: [
|
|
2544
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)("p", { className: "agg-type-body-strong text-agg-foreground", children: title }),
|
|
2545
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)("p", { className: "agg-type-label text-agg-muted-foreground", children: description })
|
|
2139
2546
|
] }),
|
|
2140
|
-
/* @__PURE__ */ (0,
|
|
2547
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "shrink-0", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
2141
2548
|
Button,
|
|
2142
2549
|
{
|
|
2143
2550
|
variant: "secondary",
|
|
2144
2551
|
size: "small",
|
|
2145
|
-
suffix: /* @__PURE__ */ (0,
|
|
2552
|
+
suffix: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(ChevronRightIcon, {}),
|
|
2146
2553
|
onClick: (e) => {
|
|
2147
2554
|
e.stopPropagation();
|
|
2148
2555
|
onContinue();
|
|
@@ -2160,47 +2567,47 @@ var DepositMethodStep = ({
|
|
|
2160
2567
|
}) => {
|
|
2161
2568
|
var _a;
|
|
2162
2569
|
const displayName = (_a = venueLogoLabels[venue.venue]) != null ? _a : venue.venue;
|
|
2163
|
-
return /* @__PURE__ */ (0,
|
|
2164
|
-
/* @__PURE__ */ (0,
|
|
2570
|
+
return /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(import_jsx_runtime59.Fragment, { children: [
|
|
2571
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
2165
2572
|
Modal.Header,
|
|
2166
2573
|
{
|
|
2167
2574
|
title: `Deposit to ${displayName}`,
|
|
2168
2575
|
hideBorder: true,
|
|
2169
|
-
leftElement: /* @__PURE__ */ (0,
|
|
2576
|
+
leftElement: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
2170
2577
|
"button",
|
|
2171
2578
|
{
|
|
2172
2579
|
type: "button",
|
|
2173
2580
|
className: "mr-2 flex items-center justify-center text-agg-foreground transition-colors hover:cursor-pointer hover:text-agg-foreground/80",
|
|
2174
2581
|
onClick: onBack,
|
|
2175
2582
|
"aria-label": "Go back",
|
|
2176
|
-
children: /* @__PURE__ */ (0,
|
|
2583
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(ChevronLeftIcon, { className: "h-6 w-6" })
|
|
2177
2584
|
}
|
|
2178
2585
|
)
|
|
2179
2586
|
}
|
|
2180
2587
|
),
|
|
2181
|
-
/* @__PURE__ */ (0,
|
|
2182
|
-
/* @__PURE__ */ (0,
|
|
2183
|
-
/* @__PURE__ */ (0,
|
|
2184
|
-
/* @__PURE__ */ (0,
|
|
2588
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Modal.Body, { classNames: { root: "px-5 pt-0 pb-6 sm:px-8 sm:pt-0 sm:pb-8" }, children: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("div", { className: "flex flex-col gap-4", children: [
|
|
2589
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("div", { className: "flex items-center gap-2", children: [
|
|
2590
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(VenueLogo, { venue: venue.venue, size: "small", className: "rounded-sm" }),
|
|
2591
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("p", { className: "agg-type-label text-agg-muted-foreground", children: [
|
|
2185
2592
|
displayName,
|
|
2186
2593
|
" balance: ",
|
|
2187
2594
|
formatCompactUsd(venue.balance)
|
|
2188
2595
|
] })
|
|
2189
2596
|
] }),
|
|
2190
|
-
/* @__PURE__ */ (0,
|
|
2191
|
-
/* @__PURE__ */ (0,
|
|
2597
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("div", { className: "flex flex-col gap-3", children: [
|
|
2598
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
2192
2599
|
DepositMethodCard,
|
|
2193
2600
|
{
|
|
2194
|
-
icon: /* @__PURE__ */ (0,
|
|
2601
|
+
icon: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(BoltIcon, { className: "h-6 w-6 text-agg-foreground" }),
|
|
2195
2602
|
title: "Transfer Crypto",
|
|
2196
2603
|
description: "Send USDC from your blockchain wallet.",
|
|
2197
2604
|
onContinue: () => onSelectMethod("crypto")
|
|
2198
2605
|
}
|
|
2199
2606
|
),
|
|
2200
|
-
/* @__PURE__ */ (0,
|
|
2607
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
2201
2608
|
DepositMethodCard,
|
|
2202
2609
|
{
|
|
2203
|
-
icon: /* @__PURE__ */ (0,
|
|
2610
|
+
icon: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(CreditCardIcon, { className: "h-6 w-6 text-agg-foreground" }),
|
|
2204
2611
|
title: "Deposit with Card",
|
|
2205
2612
|
description: "Buy USDC instantly with a debit or credit card.",
|
|
2206
2613
|
onContinue: () => onSelectMethod("card")
|
|
@@ -2217,7 +2624,7 @@ var import_react2 = require("react");
|
|
|
2217
2624
|
// src/primitives/select/index.tsx
|
|
2218
2625
|
var import_react = require("react");
|
|
2219
2626
|
var import_hooks4 = require("@agg-market/hooks");
|
|
2220
|
-
var
|
|
2627
|
+
var import_jsx_runtime60 = require("react/jsx-runtime");
|
|
2221
2628
|
var Select = ({
|
|
2222
2629
|
items,
|
|
2223
2630
|
value,
|
|
@@ -2258,8 +2665,8 @@ var Select = ({
|
|
|
2258
2665
|
const isDisabled = disabled || !hasEnabledItems;
|
|
2259
2666
|
const selectedItem = items.find((item) => item.value === value);
|
|
2260
2667
|
if (!hasAnyIcon) {
|
|
2261
|
-
return /* @__PURE__ */ (0,
|
|
2262
|
-
/* @__PURE__ */ (0,
|
|
2668
|
+
return /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("label", { className: cn("group/agg-select", "relative inline-flex w-full", className), children: [
|
|
2669
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
2263
2670
|
"select",
|
|
2264
2671
|
{
|
|
2265
2672
|
"aria-label": ariaLabel != null ? ariaLabel : labels.common.selectAria,
|
|
@@ -2275,19 +2682,19 @@ var Select = ({
|
|
|
2275
2682
|
disabled: isDisabled,
|
|
2276
2683
|
value,
|
|
2277
2684
|
onChange: (event) => onChange(event.target.value),
|
|
2278
|
-
children: items.map((item) => /* @__PURE__ */ (0,
|
|
2685
|
+
children: items.map((item) => /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("option", { value: item.value, disabled: item.disabled, children: item.label }, item.value))
|
|
2279
2686
|
}
|
|
2280
2687
|
),
|
|
2281
|
-
/* @__PURE__ */ (0,
|
|
2688
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("span", { className: "pointer-events-none absolute inset-y-0 right-3 inline-flex items-center justify-center text-agg-muted-foreground", children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(Icon, { name: "chevron-down", size: "small", color: "currentColor" }) })
|
|
2282
2689
|
] });
|
|
2283
2690
|
}
|
|
2284
|
-
return /* @__PURE__ */ (0,
|
|
2691
|
+
return /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(
|
|
2285
2692
|
"div",
|
|
2286
2693
|
{
|
|
2287
2694
|
ref: containerRef,
|
|
2288
2695
|
className: cn("group/agg-select", "relative inline-flex w-full", className),
|
|
2289
2696
|
children: [
|
|
2290
|
-
/* @__PURE__ */ (0,
|
|
2697
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(
|
|
2291
2698
|
"button",
|
|
2292
2699
|
{
|
|
2293
2700
|
type: "button",
|
|
@@ -2307,7 +2714,7 @@ var Select = ({
|
|
|
2307
2714
|
),
|
|
2308
2715
|
onClick: () => setIsOpen((prev) => !prev),
|
|
2309
2716
|
children: [
|
|
2310
|
-
(selectedItem == null ? void 0 : selectedItem.iconUrl) ? /* @__PURE__ */ (0,
|
|
2717
|
+
(selectedItem == null ? void 0 : selectedItem.iconUrl) ? /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
2311
2718
|
"img",
|
|
2312
2719
|
{
|
|
2313
2720
|
src: selectedItem.iconUrl,
|
|
@@ -2315,12 +2722,12 @@ var Select = ({
|
|
|
2315
2722
|
className: "h-4 w-4 shrink-0 rounded-sm object-contain"
|
|
2316
2723
|
}
|
|
2317
2724
|
) : null,
|
|
2318
|
-
/* @__PURE__ */ (0,
|
|
2725
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("span", { className: "flex-1 truncate", children: (_a = selectedItem == null ? void 0 : selectedItem.label) != null ? _a : "" })
|
|
2319
2726
|
]
|
|
2320
2727
|
}
|
|
2321
2728
|
),
|
|
2322
|
-
/* @__PURE__ */ (0,
|
|
2323
|
-
isOpen ? /* @__PURE__ */ (0,
|
|
2729
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("span", { className: "pointer-events-none absolute inset-y-0 right-3 inline-flex items-center justify-center text-agg-muted-foreground", children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(Icon, { name: "chevron-down", size: "small", color: "currentColor" }) }),
|
|
2730
|
+
isOpen ? /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
2324
2731
|
"div",
|
|
2325
2732
|
{
|
|
2326
2733
|
role: "listbox",
|
|
@@ -2328,7 +2735,7 @@ var Select = ({
|
|
|
2328
2735
|
className: "absolute top-full left-0 z-50 mt-1 w-full overflow-hidden rounded-agg-md border border-agg-separator bg-agg-secondary shadow-lg",
|
|
2329
2736
|
children: items.map((item) => {
|
|
2330
2737
|
const isSelected = item.value === value;
|
|
2331
|
-
return /* @__PURE__ */ (0,
|
|
2738
|
+
return /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(
|
|
2332
2739
|
"button",
|
|
2333
2740
|
{
|
|
2334
2741
|
type: "button",
|
|
@@ -2348,7 +2755,7 @@ var Select = ({
|
|
|
2348
2755
|
}
|
|
2349
2756
|
},
|
|
2350
2757
|
children: [
|
|
2351
|
-
item.iconUrl ? /* @__PURE__ */ (0,
|
|
2758
|
+
item.iconUrl ? /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
2352
2759
|
"img",
|
|
2353
2760
|
{
|
|
2354
2761
|
src: item.iconUrl,
|
|
@@ -2356,7 +2763,7 @@ var Select = ({
|
|
|
2356
2763
|
className: "h-4 w-4 shrink-0 rounded-sm object-contain"
|
|
2357
2764
|
}
|
|
2358
2765
|
) : null,
|
|
2359
|
-
/* @__PURE__ */ (0,
|
|
2766
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("span", { className: "truncate", children: item.label })
|
|
2360
2767
|
]
|
|
2361
2768
|
},
|
|
2362
2769
|
item.value
|
|
@@ -2371,7 +2778,7 @@ var Select = ({
|
|
|
2371
2778
|
Select.displayName = "Select";
|
|
2372
2779
|
|
|
2373
2780
|
// src/deposit/steps/card-deposit.tsx
|
|
2374
|
-
var
|
|
2781
|
+
var import_jsx_runtime61 = require("react/jsx-runtime");
|
|
2375
2782
|
var CardDepositStep = ({
|
|
2376
2783
|
venue,
|
|
2377
2784
|
onBack,
|
|
@@ -2388,35 +2795,35 @@ var CardDepositStep = ({
|
|
|
2388
2795
|
const sanitized = parts.length > 2 ? `${parts[0]}.${parts.slice(1).join("")}` : v;
|
|
2389
2796
|
setRawAmount(sanitized);
|
|
2390
2797
|
}, []);
|
|
2391
|
-
return /* @__PURE__ */ (0,
|
|
2392
|
-
/* @__PURE__ */ (0,
|
|
2798
|
+
return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(import_jsx_runtime61.Fragment, { children: [
|
|
2799
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
2393
2800
|
Modal.Header,
|
|
2394
2801
|
{
|
|
2395
2802
|
title: `Deposit to ${displayName}`,
|
|
2396
2803
|
hideBorder: true,
|
|
2397
|
-
leftElement: /* @__PURE__ */ (0,
|
|
2804
|
+
leftElement: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
2398
2805
|
"button",
|
|
2399
2806
|
{
|
|
2400
2807
|
type: "button",
|
|
2401
2808
|
className: "mr-2 flex items-center justify-center text-agg-foreground transition-colors hover:cursor-pointer hover:text-agg-foreground/80",
|
|
2402
2809
|
onClick: onBack,
|
|
2403
2810
|
"aria-label": "Go back",
|
|
2404
|
-
children: /* @__PURE__ */ (0,
|
|
2811
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(ChevronLeftIcon, { className: "h-6 w-6" })
|
|
2405
2812
|
}
|
|
2406
2813
|
)
|
|
2407
2814
|
}
|
|
2408
2815
|
),
|
|
2409
|
-
/* @__PURE__ */ (0,
|
|
2410
|
-
/* @__PURE__ */ (0,
|
|
2411
|
-
/* @__PURE__ */ (0,
|
|
2412
|
-
/* @__PURE__ */ (0,
|
|
2816
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(Modal.Body, { classNames: { root: "px-5 pt-0 pb-6 sm:px-8 sm:pt-0 sm:pb-8" }, children: /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("div", { className: "flex flex-col gap-6", children: [
|
|
2817
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("div", { className: "flex items-center gap-2", children: [
|
|
2818
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(VenueLogo, { venue: venue.venue, size: "small", className: "rounded-sm" }),
|
|
2819
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("p", { className: "agg-type-label text-agg-muted-foreground", children: [
|
|
2413
2820
|
displayName,
|
|
2414
2821
|
" balance: ",
|
|
2415
2822
|
formatCompactUsd(venue.balance)
|
|
2416
2823
|
] })
|
|
2417
2824
|
] }),
|
|
2418
|
-
/* @__PURE__ */ (0,
|
|
2419
|
-
/* @__PURE__ */ (0,
|
|
2825
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("div", { className: "flex items-center gap-3", children: [
|
|
2826
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("div", { className: "shrink-0", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
2420
2827
|
Select,
|
|
2421
2828
|
{
|
|
2422
2829
|
items: [{ value: "USD", label: "USD" }],
|
|
@@ -2427,9 +2834,9 @@ var CardDepositStep = ({
|
|
|
2427
2834
|
className: "w-auto"
|
|
2428
2835
|
}
|
|
2429
2836
|
) }),
|
|
2430
|
-
/* @__PURE__ */ (0,
|
|
2431
|
-
/* @__PURE__ */ (0,
|
|
2432
|
-
/* @__PURE__ */ (0,
|
|
2837
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("div", { className: "flex-1 min-w-0", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("div", { className: "flex items-baseline", children: [
|
|
2838
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("span", { className: "agg-type-display text-agg-foreground", children: "$" }),
|
|
2839
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
2433
2840
|
"input",
|
|
2434
2841
|
{
|
|
2435
2842
|
type: "text",
|
|
@@ -2446,30 +2853,30 @@ var CardDepositStep = ({
|
|
|
2446
2853
|
)
|
|
2447
2854
|
] }) })
|
|
2448
2855
|
] }),
|
|
2449
|
-
/* @__PURE__ */ (0,
|
|
2856
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(
|
|
2450
2857
|
"div",
|
|
2451
2858
|
{
|
|
2452
2859
|
className: cn(
|
|
2453
2860
|
"flex items-center gap-3",
|
|
2454
|
-
"rounded-xl border border-separator",
|
|
2861
|
+
"rounded-xl border border-agg-separator",
|
|
2455
2862
|
"p-3 sm:p-4",
|
|
2456
|
-
"hover:bg-secondary-hover transition-colors cursor-pointer"
|
|
2863
|
+
"hover:bg-agg-secondary-hover transition-colors cursor-pointer"
|
|
2457
2864
|
),
|
|
2458
2865
|
role: "button",
|
|
2459
2866
|
tabIndex: 0,
|
|
2460
2867
|
children: [
|
|
2461
|
-
/* @__PURE__ */ (0,
|
|
2462
|
-
/* @__PURE__ */ (0,
|
|
2463
|
-
/* @__PURE__ */ (0,
|
|
2868
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("div", { className: "flex-1 min-w-0", children: [
|
|
2869
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("p", { className: "agg-type-body-strong text-agg-foreground", children: "Provider" }),
|
|
2870
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("p", { className: "agg-type-label text-agg-muted-foreground", children: "Auto-picked for you" })
|
|
2464
2871
|
] }),
|
|
2465
|
-
/* @__PURE__ */ (0,
|
|
2466
|
-
/* @__PURE__ */ (0,
|
|
2467
|
-
/* @__PURE__ */ (0,
|
|
2872
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("div", { className: "flex items-center gap-2 shrink-0", children: [
|
|
2873
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("span", { className: "agg-type-label-strong text-agg-foreground", children: "Swapped" }),
|
|
2874
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(ChevronRightIcon, { className: "h-4 w-4 text-agg-foreground" })
|
|
2468
2875
|
] })
|
|
2469
2876
|
]
|
|
2470
2877
|
}
|
|
2471
2878
|
),
|
|
2472
|
-
/* @__PURE__ */ (0,
|
|
2879
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
2473
2880
|
Button,
|
|
2474
2881
|
{
|
|
2475
2882
|
variant: "primary",
|
|
@@ -2532,7 +2939,7 @@ var getTokensForNetwork = (networkValue) => {
|
|
|
2532
2939
|
};
|
|
2533
2940
|
|
|
2534
2941
|
// src/deposit/steps/crypto-transfer.tsx
|
|
2535
|
-
var
|
|
2942
|
+
var import_jsx_runtime62 = require("react/jsx-runtime");
|
|
2536
2943
|
var CryptoTransferStep = ({
|
|
2537
2944
|
venue,
|
|
2538
2945
|
onBack,
|
|
@@ -2569,30 +2976,30 @@ var CryptoTransferStep = ({
|
|
|
2569
2976
|
const handleCopyAddress = (0, import_react3.useCallback)(() => {
|
|
2570
2977
|
void navigator.clipboard.writeText(depositAddress);
|
|
2571
2978
|
}, [depositAddress]);
|
|
2572
|
-
return /* @__PURE__ */ (0,
|
|
2573
|
-
/* @__PURE__ */ (0,
|
|
2979
|
+
return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(import_jsx_runtime62.Fragment, { children: [
|
|
2980
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
2574
2981
|
Modal.Header,
|
|
2575
2982
|
{
|
|
2576
2983
|
title: `Deposit to ${displayName}`,
|
|
2577
2984
|
hideBorder: true,
|
|
2578
|
-
leftElement: /* @__PURE__ */ (0,
|
|
2985
|
+
leftElement: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
2579
2986
|
"button",
|
|
2580
2987
|
{
|
|
2581
2988
|
type: "button",
|
|
2582
2989
|
className: "mr-2 flex items-center justify-center text-agg-foreground transition-colors hover:cursor-pointer hover:text-agg-foreground/80",
|
|
2583
2990
|
onClick: onBack,
|
|
2584
2991
|
"aria-label": "Go back",
|
|
2585
|
-
children: /* @__PURE__ */ (0,
|
|
2992
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(ChevronLeftIcon, { className: "h-6 w-6" })
|
|
2586
2993
|
}
|
|
2587
2994
|
)
|
|
2588
2995
|
}
|
|
2589
2996
|
),
|
|
2590
|
-
/* @__PURE__ */ (0,
|
|
2591
|
-
/* @__PURE__ */ (0,
|
|
2592
|
-
/* @__PURE__ */ (0,
|
|
2593
|
-
/* @__PURE__ */ (0,
|
|
2594
|
-
/* @__PURE__ */ (0,
|
|
2595
|
-
/* @__PURE__ */ (0,
|
|
2997
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Modal.Body, { classNames: { root: "px-5 pt-0 pb-6 sm:px-8 sm:pt-0 sm:pb-8" }, children: /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("div", { className: "flex flex-col gap-7", children: [
|
|
2998
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("div", { className: "flex flex-col gap-5", children: [
|
|
2999
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("div", { className: "flex gap-6", children: [
|
|
3000
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("div", { className: "flex flex-1 flex-col gap-2 min-w-0", children: [
|
|
3001
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("p", { className: "agg-type-label-strong text-agg-foreground", children: "Supported token" }),
|
|
3002
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
2596
3003
|
Select,
|
|
2597
3004
|
{
|
|
2598
3005
|
items: tokenItems,
|
|
@@ -2602,9 +3009,9 @@ var CryptoTransferStep = ({
|
|
|
2602
3009
|
}
|
|
2603
3010
|
)
|
|
2604
3011
|
] }),
|
|
2605
|
-
/* @__PURE__ */ (0,
|
|
2606
|
-
/* @__PURE__ */ (0,
|
|
2607
|
-
/* @__PURE__ */ (0,
|
|
3012
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("div", { className: "flex flex-1 flex-col gap-2 min-w-0", children: [
|
|
3013
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("p", { className: "agg-type-label-strong text-agg-foreground", children: "Supported network" }),
|
|
3014
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
2608
3015
|
Select,
|
|
2609
3016
|
{
|
|
2610
3017
|
items: networkItems,
|
|
@@ -2615,26 +3022,26 @@ var CryptoTransferStep = ({
|
|
|
2615
3022
|
)
|
|
2616
3023
|
] })
|
|
2617
3024
|
] }),
|
|
2618
|
-
/* @__PURE__ */ (0,
|
|
2619
|
-
/* @__PURE__ */ (0,
|
|
2620
|
-
/* @__PURE__ */ (0,
|
|
3025
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("div", { className: "flex flex-col gap-2", children: [
|
|
3026
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("p", { className: "agg-type-label-strong text-agg-foreground", children: "Your deposit address" }),
|
|
3027
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(
|
|
2621
3028
|
"div",
|
|
2622
3029
|
{
|
|
2623
3030
|
className: cn(
|
|
2624
3031
|
"flex items-center gap-2",
|
|
2625
|
-
"rounded border border-separator bg-secondary",
|
|
3032
|
+
"rounded border border-agg-separator bg-agg-secondary",
|
|
2626
3033
|
"h-10 px-3"
|
|
2627
3034
|
),
|
|
2628
3035
|
children: [
|
|
2629
|
-
/* @__PURE__ */ (0,
|
|
2630
|
-
/* @__PURE__ */ (0,
|
|
3036
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("p", { className: "agg-type-body flex-1 min-w-0 truncate text-agg-foreground", children: depositAddress }),
|
|
3037
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
2631
3038
|
"button",
|
|
2632
3039
|
{
|
|
2633
3040
|
type: "button",
|
|
2634
3041
|
className: "shrink-0 text-agg-muted-foreground transition-colors hover:text-agg-foreground",
|
|
2635
3042
|
onClick: handleCopyAddress,
|
|
2636
3043
|
"aria-label": "Copy deposit address",
|
|
2637
|
-
children: /* @__PURE__ */ (0,
|
|
3044
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(CopyIcon, { className: "h-4 w-4" })
|
|
2638
3045
|
}
|
|
2639
3046
|
)
|
|
2640
3047
|
]
|
|
@@ -2642,33 +3049,33 @@ var CryptoTransferStep = ({
|
|
|
2642
3049
|
)
|
|
2643
3050
|
] })
|
|
2644
3051
|
] }),
|
|
2645
|
-
/* @__PURE__ */ (0,
|
|
3052
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Button, { variant: "secondary", size: "large", className: "w-full", onClick: onDone, children: "Done" })
|
|
2646
3053
|
] }) })
|
|
2647
3054
|
] });
|
|
2648
3055
|
};
|
|
2649
3056
|
|
|
2650
3057
|
// src/deposit/steps/kalshi-deposit.tsx
|
|
2651
|
-
var
|
|
3058
|
+
var import_jsx_runtime63 = require("react/jsx-runtime");
|
|
2652
3059
|
var KalshiStepCard = ({
|
|
2653
3060
|
step,
|
|
2654
3061
|
title,
|
|
2655
3062
|
description,
|
|
2656
3063
|
children
|
|
2657
|
-
}) => /* @__PURE__ */ (0,
|
|
2658
|
-
/* @__PURE__ */ (0,
|
|
3064
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("div", { className: "flex flex-col gap-2 rounded-xl bg-agg-secondary-hover p-4", children: [
|
|
3065
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("p", { className: "agg-type-caption-caps text-agg-muted-foreground", children: [
|
|
2659
3066
|
"Step ",
|
|
2660
3067
|
step
|
|
2661
3068
|
] }),
|
|
2662
|
-
/* @__PURE__ */ (0,
|
|
2663
|
-
/* @__PURE__ */ (0,
|
|
2664
|
-
/* @__PURE__ */ (0,
|
|
3069
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("div", { className: "flex flex-col gap-1", children: [
|
|
3070
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("p", { className: "agg-type-label-strong text-agg-foreground", children: title }),
|
|
3071
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("p", { className: "agg-type-label text-agg-foreground", children: description })
|
|
2665
3072
|
] }),
|
|
2666
3073
|
children
|
|
2667
3074
|
] });
|
|
2668
|
-
var KalshiDepositStep = ({ depositUrl, onDone }) => /* @__PURE__ */ (0,
|
|
2669
|
-
/* @__PURE__ */ (0,
|
|
2670
|
-
/* @__PURE__ */ (0,
|
|
2671
|
-
/* @__PURE__ */ (0,
|
|
3075
|
+
var KalshiDepositStep = ({ depositUrl, onDone }) => /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(import_jsx_runtime63.Fragment, { children: [
|
|
3076
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(Modal.Header, { title: "", hideBorder: true }),
|
|
3077
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(Modal.Body, { classNames: { root: "px-5 pt-0 pb-6 sm:px-8 sm:pt-0 sm:pb-8" }, children: /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("div", { className: "flex flex-col items-center gap-8", children: [
|
|
3078
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
2672
3079
|
VenueLogo,
|
|
2673
3080
|
{
|
|
2674
3081
|
venue: "kalshi",
|
|
@@ -2676,23 +3083,23 @@ var KalshiDepositStep = ({ depositUrl, onDone }) => /* @__PURE__ */ (0, import_j
|
|
|
2676
3083
|
className: "h-[60px] w-[60px] rounded-lg"
|
|
2677
3084
|
}
|
|
2678
3085
|
),
|
|
2679
|
-
/* @__PURE__ */ (0,
|
|
2680
|
-
/* @__PURE__ */ (0,
|
|
2681
|
-
/* @__PURE__ */ (0,
|
|
3086
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("div", { className: "flex flex-col items-center gap-4 text-center", children: [
|
|
3087
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("h2", { className: "agg-type-heading text-agg-foreground", children: "Fund Your Kalshi Account" }),
|
|
3088
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("p", { className: "agg-type-body text-agg-foreground", children: "To trade on Kalshi you'll need to add funds to your Kalshi balance first. You can do this on Kalshi's site." })
|
|
2682
3089
|
] }),
|
|
2683
|
-
/* @__PURE__ */ (0,
|
|
2684
|
-
/* @__PURE__ */ (0,
|
|
3090
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("div", { className: "flex w-full flex-col gap-4", children: [
|
|
3091
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
2685
3092
|
KalshiStepCard,
|
|
2686
3093
|
{
|
|
2687
3094
|
step: 1,
|
|
2688
3095
|
title: "Open Kalshi Deposit Page",
|
|
2689
3096
|
description: "Sign in to your Kalshi account and go to Deposit (Add Funds) from your account menu.",
|
|
2690
|
-
children: /* @__PURE__ */ (0,
|
|
3097
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("div", { className: "mt-1", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
2691
3098
|
Button,
|
|
2692
3099
|
{
|
|
2693
3100
|
variant: "secondary",
|
|
2694
3101
|
size: "small",
|
|
2695
|
-
suffix: /* @__PURE__ */ (0,
|
|
3102
|
+
suffix: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(ExternalLinkIcon, { className: "h-3.5 w-3.5" }),
|
|
2696
3103
|
onClick: () => {
|
|
2697
3104
|
window.open(depositUrl, "_blank", "noopener,noreferrer");
|
|
2698
3105
|
},
|
|
@@ -2701,7 +3108,7 @@ var KalshiDepositStep = ({ depositUrl, onDone }) => /* @__PURE__ */ (0, import_j
|
|
|
2701
3108
|
) })
|
|
2702
3109
|
}
|
|
2703
3110
|
),
|
|
2704
|
-
/* @__PURE__ */ (0,
|
|
3111
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
2705
3112
|
KalshiStepCard,
|
|
2706
3113
|
{
|
|
2707
3114
|
step: 2,
|
|
@@ -2709,7 +3116,7 @@ var KalshiDepositStep = ({ depositUrl, onDone }) => /* @__PURE__ */ (0, import_j
|
|
|
2709
3116
|
description: "Select a deposit method: Bank transfer (ACH), Debit card, Wire, or USDC (crypto)."
|
|
2710
3117
|
}
|
|
2711
3118
|
),
|
|
2712
|
-
/* @__PURE__ */ (0,
|
|
3119
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
2713
3120
|
KalshiStepCard,
|
|
2714
3121
|
{
|
|
2715
3122
|
step: 3,
|
|
@@ -2718,12 +3125,12 @@ var KalshiDepositStep = ({ depositUrl, onDone }) => /* @__PURE__ */ (0, import_j
|
|
|
2718
3125
|
}
|
|
2719
3126
|
)
|
|
2720
3127
|
] }),
|
|
2721
|
-
/* @__PURE__ */ (0,
|
|
3128
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(Button, { variant: "secondary", size: "large", onClick: onDone, children: "Done" })
|
|
2722
3129
|
] }) })
|
|
2723
3130
|
] });
|
|
2724
3131
|
|
|
2725
3132
|
// src/deposit/index.tsx
|
|
2726
|
-
var
|
|
3133
|
+
var import_jsx_runtime64 = require("react/jsx-runtime");
|
|
2727
3134
|
var DepositModal = ({
|
|
2728
3135
|
open,
|
|
2729
3136
|
onOpenChange,
|
|
@@ -2788,8 +3195,8 @@ var DepositModal = ({
|
|
|
2788
3195
|
}
|
|
2789
3196
|
onOpenChange(isOpen);
|
|
2790
3197
|
};
|
|
2791
|
-
return /* @__PURE__ */ (0,
|
|
2792
|
-
step === "venues" ? /* @__PURE__ */ (0,
|
|
3198
|
+
return /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Modal, { open, onOpenChange: handleOpenChange, children: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(Modal.Container, { maxWidth: "600px", "aria-label": "Deposit", children: [
|
|
3199
|
+
step === "venues" ? /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
2793
3200
|
VenueSelectionStep,
|
|
2794
3201
|
{
|
|
2795
3202
|
venues,
|
|
@@ -2797,7 +3204,7 @@ var DepositModal = ({
|
|
|
2797
3204
|
onSelectVenue: handleSelectVenue
|
|
2798
3205
|
}
|
|
2799
3206
|
) : null,
|
|
2800
|
-
step === "method" && selectedVenue ? /* @__PURE__ */ (0,
|
|
3207
|
+
step === "method" && selectedVenue ? /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
2801
3208
|
DepositMethodStep,
|
|
2802
3209
|
{
|
|
2803
3210
|
venue: selectedVenue,
|
|
@@ -2805,7 +3212,7 @@ var DepositModal = ({
|
|
|
2805
3212
|
onSelectMethod: handleSelectMethod
|
|
2806
3213
|
}
|
|
2807
3214
|
) : null,
|
|
2808
|
-
step === "card-deposit" && selectedVenue ? /* @__PURE__ */ (0,
|
|
3215
|
+
step === "card-deposit" && selectedVenue ? /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
2809
3216
|
CardDepositStep,
|
|
2810
3217
|
{
|
|
2811
3218
|
venue: selectedVenue,
|
|
@@ -2813,7 +3220,7 @@ var DepositModal = ({
|
|
|
2813
3220
|
onContinue: handleContinueCardDeposit
|
|
2814
3221
|
}
|
|
2815
3222
|
) : null,
|
|
2816
|
-
step === "crypto-transfer" && selectedVenue ? /* @__PURE__ */ (0,
|
|
3223
|
+
step === "crypto-transfer" && selectedVenue ? /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
2817
3224
|
CryptoTransferStep,
|
|
2818
3225
|
{
|
|
2819
3226
|
venue: selectedVenue,
|
|
@@ -2821,7 +3228,7 @@ var DepositModal = ({
|
|
|
2821
3228
|
onDone: handleDoneCryptoTransfer
|
|
2822
3229
|
}
|
|
2823
3230
|
) : null,
|
|
2824
|
-
step === "kalshi" ? /* @__PURE__ */ (0,
|
|
3231
|
+
step === "kalshi" ? /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(KalshiDepositStep, { depositUrl: kalshiDepositUrl, onDone: handleDoneKalshi }) : null
|
|
2825
3232
|
] }) });
|
|
2826
3233
|
};
|
|
2827
3234
|
DepositModal.displayName = "DepositModal";
|
|
@@ -2834,20 +3241,20 @@ var KALSHI_VENUE2 = "kalshi";
|
|
|
2834
3241
|
var KALSHI_WITHDRAW_URL_DEFAULT = "https://kalshi.com/account/withdraw";
|
|
2835
3242
|
|
|
2836
3243
|
// src/withdraw/steps/venue-selection.tsx
|
|
2837
|
-
var
|
|
3244
|
+
var import_jsx_runtime65 = require("react/jsx-runtime");
|
|
2838
3245
|
var VenueRow2 = ({ venue, onSelect }) => {
|
|
2839
3246
|
var _a, _b;
|
|
2840
3247
|
const displayName = (_a = venueLogoLabels[venue.venue]) != null ? _a : venue.venue;
|
|
2841
3248
|
const isDisabled = venue.disabled === true;
|
|
2842
|
-
return /* @__PURE__ */ (0,
|
|
3249
|
+
return /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(
|
|
2843
3250
|
"div",
|
|
2844
3251
|
{
|
|
2845
3252
|
className: cn(
|
|
2846
3253
|
"flex items-center gap-3 sm:gap-4",
|
|
2847
|
-
"rounded-xl border border-separator",
|
|
3254
|
+
"rounded-xl border border-agg-separator",
|
|
2848
3255
|
"p-3 sm:p-4",
|
|
2849
3256
|
"transition-colors",
|
|
2850
|
-
isDisabled ? "opacity-50 cursor-not-allowed" : "hover:bg-secondary-hover cursor-pointer"
|
|
3257
|
+
isDisabled ? "opacity-50 cursor-not-allowed" : "hover:bg-agg-secondary-hover cursor-pointer"
|
|
2851
3258
|
),
|
|
2852
3259
|
role: "button",
|
|
2853
3260
|
tabIndex: isDisabled ? -1 : 0,
|
|
@@ -2863,20 +3270,20 @@ var VenueRow2 = ({ venue, onSelect }) => {
|
|
|
2863
3270
|
}
|
|
2864
3271
|
},
|
|
2865
3272
|
children: [
|
|
2866
|
-
/* @__PURE__ */ (0,
|
|
2867
|
-
/* @__PURE__ */ (0,
|
|
2868
|
-
/* @__PURE__ */ (0,
|
|
2869
|
-
/* @__PURE__ */ (0,
|
|
3273
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "shrink-0", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(VenueLogo, { venue: venue.venue, size: "large", className: "rounded-lg" }) }),
|
|
3274
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("div", { className: "flex-1 min-w-0", children: [
|
|
3275
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)("p", { className: "agg-type-body-strong text-agg-foreground", children: displayName }),
|
|
3276
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("p", { className: "agg-type-label text-agg-muted-foreground", children: [
|
|
2870
3277
|
"Balance ",
|
|
2871
3278
|
formatCompactUsd(venue.balance)
|
|
2872
3279
|
] })
|
|
2873
3280
|
] }),
|
|
2874
|
-
isDisabled ? /* @__PURE__ */ (0,
|
|
3281
|
+
isDisabled ? /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "shrink-0", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("span", { className: "agg-type-label text-agg-muted-foreground", children: (_b = venue.disabledReason) != null ? _b : "Unavailable" }) }) : /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "shrink-0", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
2875
3282
|
Button,
|
|
2876
3283
|
{
|
|
2877
3284
|
variant: "secondary",
|
|
2878
3285
|
size: "small",
|
|
2879
|
-
suffix: /* @__PURE__ */ (0,
|
|
3286
|
+
suffix: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(ChevronRightIcon, {}),
|
|
2880
3287
|
onClick: (e) => {
|
|
2881
3288
|
e.stopPropagation();
|
|
2882
3289
|
onSelect(venue.venue);
|
|
@@ -2891,29 +3298,29 @@ var VenueRow2 = ({ venue, onSelect }) => {
|
|
|
2891
3298
|
var VenueSelectionStep2 = ({
|
|
2892
3299
|
venues,
|
|
2893
3300
|
onSelectVenue
|
|
2894
|
-
}) => /* @__PURE__ */ (0,
|
|
2895
|
-
/* @__PURE__ */ (0,
|
|
2896
|
-
/* @__PURE__ */ (0,
|
|
2897
|
-
/* @__PURE__ */ (0,
|
|
2898
|
-
/* @__PURE__ */ (0,
|
|
3301
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(import_jsx_runtime65.Fragment, { children: [
|
|
3302
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Modal.Header, { title: "Withdraw", hideBorder: true }),
|
|
3303
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Modal.Body, { classNames: { root: "px-5 pt-0 pb-6 sm:px-8 sm:pt-0 sm:pb-8" }, children: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("div", { className: "flex flex-col gap-4", children: [
|
|
3304
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)("p", { className: "agg-type-body text-agg-foreground", children: "Choose where to withdraw funds from:" }),
|
|
3305
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "flex flex-col gap-3", children: venues.map((venue) => /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(VenueRow2, { venue, onSelect: onSelectVenue }, venue.venue)) })
|
|
2899
3306
|
] }) })
|
|
2900
3307
|
] });
|
|
2901
3308
|
|
|
2902
3309
|
// src/withdraw/steps/withdraw-method.tsx
|
|
2903
|
-
var
|
|
3310
|
+
var import_jsx_runtime66 = require("react/jsx-runtime");
|
|
2904
3311
|
var WithdrawMethodCard = ({
|
|
2905
3312
|
icon,
|
|
2906
3313
|
title,
|
|
2907
3314
|
description,
|
|
2908
3315
|
onContinue
|
|
2909
|
-
}) => /* @__PURE__ */ (0,
|
|
3316
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(
|
|
2910
3317
|
"div",
|
|
2911
3318
|
{
|
|
2912
3319
|
className: cn(
|
|
2913
3320
|
"flex items-center gap-3 sm:gap-4",
|
|
2914
|
-
"rounded-xl border border-separator",
|
|
3321
|
+
"rounded-xl border border-agg-separator",
|
|
2915
3322
|
"p-3 sm:p-4",
|
|
2916
|
-
"hover:bg-secondary-hover transition-colors cursor-pointer"
|
|
3323
|
+
"hover:bg-agg-secondary-hover transition-colors cursor-pointer"
|
|
2917
3324
|
),
|
|
2918
3325
|
role: "button",
|
|
2919
3326
|
tabIndex: 0,
|
|
@@ -2925,17 +3332,17 @@ var WithdrawMethodCard = ({
|
|
|
2925
3332
|
}
|
|
2926
3333
|
},
|
|
2927
3334
|
children: [
|
|
2928
|
-
/* @__PURE__ */ (0,
|
|
2929
|
-
/* @__PURE__ */ (0,
|
|
2930
|
-
/* @__PURE__ */ (0,
|
|
2931
|
-
/* @__PURE__ */ (0,
|
|
3335
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)("div", { className: "shrink-0 flex items-center justify-center h-10 w-10 rounded-lg bg-agg-secondary-hover", children: icon }),
|
|
3336
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("div", { className: "flex-1 min-w-0", children: [
|
|
3337
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)("p", { className: "agg-type-body-strong text-agg-foreground", children: title }),
|
|
3338
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)("p", { className: "agg-type-label text-agg-muted-foreground", children: description })
|
|
2932
3339
|
] }),
|
|
2933
|
-
/* @__PURE__ */ (0,
|
|
3340
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)("div", { className: "shrink-0", children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
2934
3341
|
Button,
|
|
2935
3342
|
{
|
|
2936
3343
|
variant: "secondary",
|
|
2937
3344
|
size: "small",
|
|
2938
|
-
suffix: /* @__PURE__ */ (0,
|
|
3345
|
+
suffix: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(ChevronRightIcon, {}),
|
|
2939
3346
|
onClick: (e) => {
|
|
2940
3347
|
e.stopPropagation();
|
|
2941
3348
|
onContinue();
|
|
@@ -2953,47 +3360,47 @@ var WithdrawMethodStep = ({
|
|
|
2953
3360
|
}) => {
|
|
2954
3361
|
var _a;
|
|
2955
3362
|
const displayName = (_a = venueLogoLabels[venue.venue]) != null ? _a : venue.venue;
|
|
2956
|
-
return /* @__PURE__ */ (0,
|
|
2957
|
-
/* @__PURE__ */ (0,
|
|
3363
|
+
return /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(import_jsx_runtime66.Fragment, { children: [
|
|
3364
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
2958
3365
|
Modal.Header,
|
|
2959
3366
|
{
|
|
2960
3367
|
title: `Withdraw from ${displayName}`,
|
|
2961
3368
|
hideBorder: true,
|
|
2962
|
-
leftElement: /* @__PURE__ */ (0,
|
|
3369
|
+
leftElement: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
2963
3370
|
"button",
|
|
2964
3371
|
{
|
|
2965
3372
|
type: "button",
|
|
2966
3373
|
className: "mr-2 flex items-center justify-center text-agg-foreground transition-colors hover:cursor-pointer hover:text-agg-foreground/80",
|
|
2967
3374
|
onClick: onBack,
|
|
2968
3375
|
"aria-label": "Go back",
|
|
2969
|
-
children: /* @__PURE__ */ (0,
|
|
3376
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(ChevronLeftIcon, { className: "h-6 w-6" })
|
|
2970
3377
|
}
|
|
2971
3378
|
)
|
|
2972
3379
|
}
|
|
2973
3380
|
),
|
|
2974
|
-
/* @__PURE__ */ (0,
|
|
2975
|
-
/* @__PURE__ */ (0,
|
|
2976
|
-
/* @__PURE__ */ (0,
|
|
2977
|
-
/* @__PURE__ */ (0,
|
|
3381
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Modal.Body, { classNames: { root: "px-5 pt-0 pb-6 sm:px-8 sm:pt-0 sm:pb-8" }, children: /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("div", { className: "flex flex-col gap-4", children: [
|
|
3382
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("div", { className: "flex items-center gap-2", children: [
|
|
3383
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(VenueLogo, { venue: venue.venue, size: "small", className: "rounded-sm" }),
|
|
3384
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("p", { className: "agg-type-label text-agg-muted-foreground", children: [
|
|
2978
3385
|
displayName,
|
|
2979
3386
|
" balance: ",
|
|
2980
3387
|
formatCompactUsd(venue.balance)
|
|
2981
3388
|
] })
|
|
2982
3389
|
] }),
|
|
2983
|
-
/* @__PURE__ */ (0,
|
|
2984
|
-
/* @__PURE__ */ (0,
|
|
3390
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("div", { className: "flex flex-col gap-3", children: [
|
|
3391
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
2985
3392
|
WithdrawMethodCard,
|
|
2986
3393
|
{
|
|
2987
|
-
icon: /* @__PURE__ */ (0,
|
|
3394
|
+
icon: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(WalletIcon, { className: "h-6 w-6 text-agg-foreground" }),
|
|
2988
3395
|
title: "Withdraw to Wallet",
|
|
2989
3396
|
description: "Send funds to your crypto wallet as USDC.",
|
|
2990
3397
|
onContinue: () => onSelectMethod("wallet")
|
|
2991
3398
|
}
|
|
2992
3399
|
),
|
|
2993
|
-
/* @__PURE__ */ (0,
|
|
3400
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
2994
3401
|
WithdrawMethodCard,
|
|
2995
3402
|
{
|
|
2996
|
-
icon: /* @__PURE__ */ (0,
|
|
3403
|
+
icon: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(BankIcon, { className: "h-6 w-6 text-agg-foreground" }),
|
|
2997
3404
|
title: "Withdraw to Bank",
|
|
2998
3405
|
description: "Transfer funds to your linked bank account.",
|
|
2999
3406
|
onContinue: () => onSelectMethod("bank")
|
|
@@ -3006,7 +3413,7 @@ var WithdrawMethodStep = ({
|
|
|
3006
3413
|
|
|
3007
3414
|
// src/withdraw/steps/withdraw-amount.tsx
|
|
3008
3415
|
var import_react5 = require("react");
|
|
3009
|
-
var
|
|
3416
|
+
var import_jsx_runtime67 = require("react/jsx-runtime");
|
|
3010
3417
|
var WithdrawAmountStep = ({
|
|
3011
3418
|
venue,
|
|
3012
3419
|
method,
|
|
@@ -3029,35 +3436,35 @@ var WithdrawAmountStep = ({
|
|
|
3029
3436
|
const handleMax = (0, import_react5.useCallback)(() => {
|
|
3030
3437
|
setRawAmount(venue.balance.toString());
|
|
3031
3438
|
}, [venue.balance]);
|
|
3032
|
-
return /* @__PURE__ */ (0,
|
|
3033
|
-
/* @__PURE__ */ (0,
|
|
3439
|
+
return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(import_jsx_runtime67.Fragment, { children: [
|
|
3440
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
3034
3441
|
Modal.Header,
|
|
3035
3442
|
{
|
|
3036
3443
|
title: `Withdraw to ${methodLabel}`,
|
|
3037
3444
|
hideBorder: true,
|
|
3038
|
-
leftElement: /* @__PURE__ */ (0,
|
|
3445
|
+
leftElement: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
3039
3446
|
"button",
|
|
3040
3447
|
{
|
|
3041
3448
|
type: "button",
|
|
3042
3449
|
className: "mr-2 flex items-center justify-center text-agg-foreground transition-colors hover:cursor-pointer hover:text-agg-foreground/80",
|
|
3043
3450
|
onClick: onBack,
|
|
3044
3451
|
"aria-label": "Go back",
|
|
3045
|
-
children: /* @__PURE__ */ (0,
|
|
3452
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(ChevronLeftIcon, { className: "h-6 w-6" })
|
|
3046
3453
|
}
|
|
3047
3454
|
)
|
|
3048
3455
|
}
|
|
3049
3456
|
),
|
|
3050
|
-
/* @__PURE__ */ (0,
|
|
3051
|
-
/* @__PURE__ */ (0,
|
|
3052
|
-
/* @__PURE__ */ (0,
|
|
3053
|
-
/* @__PURE__ */ (0,
|
|
3054
|
-
/* @__PURE__ */ (0,
|
|
3457
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(Modal.Body, { classNames: { root: "px-5 pt-0 pb-6 sm:px-8 sm:pt-0 sm:pb-8" }, children: /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)("div", { className: "flex flex-col gap-6", children: [
|
|
3458
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsxs)("div", { className: "flex items-center justify-between", children: [
|
|
3459
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsxs)("div", { className: "flex items-center gap-2", children: [
|
|
3460
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(VenueLogo, { venue: venue.venue, size: "small", className: "rounded-sm" }),
|
|
3461
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsxs)("p", { className: "agg-type-label text-agg-muted-foreground", children: [
|
|
3055
3462
|
displayName,
|
|
3056
3463
|
" balance: ",
|
|
3057
3464
|
formatCompactUsd(venue.balance)
|
|
3058
3465
|
] })
|
|
3059
3466
|
] }),
|
|
3060
|
-
/* @__PURE__ */ (0,
|
|
3467
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
3061
3468
|
"button",
|
|
3062
3469
|
{
|
|
3063
3470
|
type: "button",
|
|
@@ -3067,10 +3474,10 @@ var WithdrawAmountStep = ({
|
|
|
3067
3474
|
}
|
|
3068
3475
|
)
|
|
3069
3476
|
] }),
|
|
3070
|
-
/* @__PURE__ */ (0,
|
|
3071
|
-
/* @__PURE__ */ (0,
|
|
3072
|
-
/* @__PURE__ */ (0,
|
|
3073
|
-
/* @__PURE__ */ (0,
|
|
3477
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsxs)("div", { className: "flex-1 min-w-0", children: [
|
|
3478
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsxs)("div", { className: "flex items-baseline", children: [
|
|
3479
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)("span", { className: "agg-type-display text-agg-foreground", children: "$" }),
|
|
3480
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
3074
3481
|
"input",
|
|
3075
3482
|
{
|
|
3076
3483
|
type: "text",
|
|
@@ -3086,9 +3493,9 @@ var WithdrawAmountStep = ({
|
|
|
3086
3493
|
}
|
|
3087
3494
|
)
|
|
3088
3495
|
] }),
|
|
3089
|
-
exceedsBalance ? /* @__PURE__ */ (0,
|
|
3496
|
+
exceedsBalance ? /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("p", { className: "agg-type-label mt-2 text-agg-error", children: "Amount exceeds available balance" }) : null
|
|
3090
3497
|
] }),
|
|
3091
|
-
/* @__PURE__ */ (0,
|
|
3498
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
3092
3499
|
Button,
|
|
3093
3500
|
{
|
|
3094
3501
|
variant: "primary",
|
|
@@ -3104,30 +3511,30 @@ var WithdrawAmountStep = ({
|
|
|
3104
3511
|
};
|
|
3105
3512
|
|
|
3106
3513
|
// src/withdraw/steps/kalshi-withdraw.tsx
|
|
3107
|
-
var
|
|
3514
|
+
var import_jsx_runtime68 = require("react/jsx-runtime");
|
|
3108
3515
|
var KalshiStepCard2 = ({
|
|
3109
3516
|
step,
|
|
3110
3517
|
title,
|
|
3111
3518
|
description,
|
|
3112
3519
|
children
|
|
3113
|
-
}) => /* @__PURE__ */ (0,
|
|
3114
|
-
/* @__PURE__ */ (0,
|
|
3520
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("div", { className: "flex flex-col gap-2 rounded-xl bg-agg-secondary-hover p-4", children: [
|
|
3521
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("p", { className: "agg-type-caption-caps text-agg-muted-foreground", children: [
|
|
3115
3522
|
"Step ",
|
|
3116
3523
|
step
|
|
3117
3524
|
] }),
|
|
3118
|
-
/* @__PURE__ */ (0,
|
|
3119
|
-
/* @__PURE__ */ (0,
|
|
3120
|
-
/* @__PURE__ */ (0,
|
|
3525
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("div", { className: "flex flex-col gap-1", children: [
|
|
3526
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)("p", { className: "agg-type-label-strong text-agg-foreground", children: title }),
|
|
3527
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)("p", { className: "agg-type-label text-agg-foreground", children: description })
|
|
3121
3528
|
] }),
|
|
3122
3529
|
children
|
|
3123
3530
|
] });
|
|
3124
3531
|
var KalshiWithdrawStep = ({
|
|
3125
3532
|
withdrawUrl,
|
|
3126
3533
|
onDone
|
|
3127
|
-
}) => /* @__PURE__ */ (0,
|
|
3128
|
-
/* @__PURE__ */ (0,
|
|
3129
|
-
/* @__PURE__ */ (0,
|
|
3130
|
-
/* @__PURE__ */ (0,
|
|
3534
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(import_jsx_runtime68.Fragment, { children: [
|
|
3535
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Modal.Header, { title: "", hideBorder: true }),
|
|
3536
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Modal.Body, { classNames: { root: "px-5 pt-0 pb-6 sm:px-8 sm:pt-0 sm:pb-8" }, children: /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("div", { className: "flex flex-col items-center gap-8", children: [
|
|
3537
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
3131
3538
|
VenueLogo,
|
|
3132
3539
|
{
|
|
3133
3540
|
venue: "kalshi",
|
|
@@ -3135,23 +3542,23 @@ var KalshiWithdrawStep = ({
|
|
|
3135
3542
|
className: "h-[60px] w-[60px] rounded-lg"
|
|
3136
3543
|
}
|
|
3137
3544
|
),
|
|
3138
|
-
/* @__PURE__ */ (0,
|
|
3139
|
-
/* @__PURE__ */ (0,
|
|
3140
|
-
/* @__PURE__ */ (0,
|
|
3545
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("div", { className: "flex flex-col items-center gap-4 text-center", children: [
|
|
3546
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)("h2", { className: "agg-type-heading text-agg-foreground", children: "Withdraw from Kalshi" }),
|
|
3547
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)("p", { className: "agg-type-body text-agg-foreground", children: "To withdraw from Kalshi you'll need to initiate the withdrawal from your Kalshi account directly on Kalshi's site." })
|
|
3141
3548
|
] }),
|
|
3142
|
-
/* @__PURE__ */ (0,
|
|
3143
|
-
/* @__PURE__ */ (0,
|
|
3549
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("div", { className: "flex w-full flex-col gap-4", children: [
|
|
3550
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
3144
3551
|
KalshiStepCard2,
|
|
3145
3552
|
{
|
|
3146
3553
|
step: 1,
|
|
3147
3554
|
title: "Open Kalshi Withdraw Page",
|
|
3148
3555
|
description: "Sign in to your Kalshi account and go to Withdraw from your account menu.",
|
|
3149
|
-
children: /* @__PURE__ */ (0,
|
|
3556
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", { className: "mt-1", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
3150
3557
|
Button,
|
|
3151
3558
|
{
|
|
3152
3559
|
variant: "secondary",
|
|
3153
3560
|
size: "small",
|
|
3154
|
-
suffix: /* @__PURE__ */ (0,
|
|
3561
|
+
suffix: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(ExternalLinkIcon, { className: "h-3.5 w-3.5" }),
|
|
3155
3562
|
onClick: () => {
|
|
3156
3563
|
window.open(withdrawUrl, "_blank", "noopener,noreferrer");
|
|
3157
3564
|
},
|
|
@@ -3160,7 +3567,7 @@ var KalshiWithdrawStep = ({
|
|
|
3160
3567
|
) })
|
|
3161
3568
|
}
|
|
3162
3569
|
),
|
|
3163
|
-
/* @__PURE__ */ (0,
|
|
3570
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
3164
3571
|
KalshiStepCard2,
|
|
3165
3572
|
{
|
|
3166
3573
|
step: 2,
|
|
@@ -3168,7 +3575,7 @@ var KalshiWithdrawStep = ({
|
|
|
3168
3575
|
description: "Select a withdrawal method: Bank transfer (ACH), Wire, or USDC (crypto)."
|
|
3169
3576
|
}
|
|
3170
3577
|
),
|
|
3171
|
-
/* @__PURE__ */ (0,
|
|
3578
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
3172
3579
|
KalshiStepCard2,
|
|
3173
3580
|
{
|
|
3174
3581
|
step: 3,
|
|
@@ -3177,12 +3584,12 @@ var KalshiWithdrawStep = ({
|
|
|
3177
3584
|
}
|
|
3178
3585
|
)
|
|
3179
3586
|
] }),
|
|
3180
|
-
/* @__PURE__ */ (0,
|
|
3587
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Button, { variant: "secondary", size: "large", onClick: onDone, children: "Done" })
|
|
3181
3588
|
] }) })
|
|
3182
3589
|
] });
|
|
3183
3590
|
|
|
3184
3591
|
// src/withdraw/index.tsx
|
|
3185
|
-
var
|
|
3592
|
+
var import_jsx_runtime69 = require("react/jsx-runtime");
|
|
3186
3593
|
var WithdrawModal = ({
|
|
3187
3594
|
open,
|
|
3188
3595
|
onOpenChange,
|
|
@@ -3246,9 +3653,9 @@ var WithdrawModal = ({
|
|
|
3246
3653
|
}
|
|
3247
3654
|
onOpenChange(isOpen);
|
|
3248
3655
|
};
|
|
3249
|
-
return /* @__PURE__ */ (0,
|
|
3250
|
-
step === "venues" ? /* @__PURE__ */ (0,
|
|
3251
|
-
step === "method" && selectedVenue ? /* @__PURE__ */ (0,
|
|
3656
|
+
return /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(Modal, { open, onOpenChange: handleOpenChange, children: /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)(Modal.Container, { maxWidth: "600px", "aria-label": "Withdraw", children: [
|
|
3657
|
+
step === "venues" ? /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(VenueSelectionStep2, { venues, onSelectVenue: handleSelectVenue }) : null,
|
|
3658
|
+
step === "method" && selectedVenue ? /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
3252
3659
|
WithdrawMethodStep,
|
|
3253
3660
|
{
|
|
3254
3661
|
venue: selectedVenue,
|
|
@@ -3256,7 +3663,7 @@ var WithdrawModal = ({
|
|
|
3256
3663
|
onSelectMethod: handleSelectMethod
|
|
3257
3664
|
}
|
|
3258
3665
|
) : null,
|
|
3259
|
-
step === "withdraw-amount" && selectedVenue && selectedMethod ? /* @__PURE__ */ (0,
|
|
3666
|
+
step === "withdraw-amount" && selectedVenue && selectedMethod ? /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
3260
3667
|
WithdrawAmountStep,
|
|
3261
3668
|
{
|
|
3262
3669
|
venue: selectedVenue,
|
|
@@ -3265,7 +3672,7 @@ var WithdrawModal = ({
|
|
|
3265
3672
|
onContinue: handleContinueWithdraw
|
|
3266
3673
|
}
|
|
3267
3674
|
) : null,
|
|
3268
|
-
step === "kalshi" ? /* @__PURE__ */ (0,
|
|
3675
|
+
step === "kalshi" ? /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(KalshiWithdrawStep, { withdrawUrl: kalshiWithdrawUrl, onDone: handleDoneKalshi }) : null
|
|
3269
3676
|
] }) });
|
|
3270
3677
|
};
|
|
3271
3678
|
WithdrawModal.displayName = "WithdrawModal";
|
|
@@ -3296,12 +3703,12 @@ var ONCHAIN_VENUES = [
|
|
|
3296
3703
|
// src/onboarding/steps/how-it-works.tsx
|
|
3297
3704
|
var import_react7 = require("react");
|
|
3298
3705
|
var import_hooks5 = require("@agg-market/hooks");
|
|
3299
|
-
var
|
|
3706
|
+
var import_jsx_runtime70 = require("react/jsx-runtime");
|
|
3300
3707
|
var defaultIcons = {
|
|
3301
|
-
createAccount: /* @__PURE__ */ (0,
|
|
3302
|
-
linkAccounts: /* @__PURE__ */ (0,
|
|
3303
|
-
bestPrices: /* @__PURE__ */ (0,
|
|
3304
|
-
stayInControl: /* @__PURE__ */ (0,
|
|
3708
|
+
createAccount: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(CreateAccountIcon, { className: "h-[28px] w-[28px] text-agg-muted-foreground" }),
|
|
3709
|
+
linkAccounts: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(LinkAccountsIcon, { className: "h-[28px] w-[28px] text-agg-muted-foreground" }),
|
|
3710
|
+
bestPrices: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(BestPricesIcon, { className: "h-[28px] w-[28px] text-agg-muted-foreground" }),
|
|
3711
|
+
stayInControl: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(StayInControlIcon, { className: "h-[28px] w-[28px] text-agg-muted-foreground" })
|
|
3305
3712
|
};
|
|
3306
3713
|
var HowItWorksStep = ({ onContinue, icons }) => {
|
|
3307
3714
|
const labels = (0, import_hooks5.useLabels)();
|
|
@@ -3315,10 +3722,10 @@ var HowItWorksStep = ({ onContinue, icons }) => {
|
|
|
3315
3722
|
setShowTopGradient(el.scrollTop > 0);
|
|
3316
3723
|
setShowBottomGradient(el.scrollTop + el.clientHeight < el.scrollHeight - 1);
|
|
3317
3724
|
}, []);
|
|
3318
|
-
return /* @__PURE__ */ (0,
|
|
3319
|
-
/* @__PURE__ */ (0,
|
|
3320
|
-
/* @__PURE__ */ (0,
|
|
3321
|
-
/* @__PURE__ */ (0,
|
|
3725
|
+
return /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("div", { className: "flex flex-col gap-6 h-[600px] sm:h-auto", children: [
|
|
3726
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("h2", { className: "text-center text-agg-2xl font-agg-bold text-agg-foreground", children: labels.onboarding.howItWorks.title }),
|
|
3727
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("div", { className: "relative flex-1 min-h-0 sm:flex-initial", children: [
|
|
3728
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
3322
3729
|
"div",
|
|
3323
3730
|
{
|
|
3324
3731
|
ref: scrollRef,
|
|
@@ -3328,7 +3735,7 @@ var HowItWorksStep = ({ onContinue, icons }) => {
|
|
|
3328
3735
|
var _a;
|
|
3329
3736
|
const icon = (_a = icons == null ? void 0 : icons[featureKey]) != null ? _a : defaultIcons[featureKey];
|
|
3330
3737
|
const feature = labels.onboarding.howItWorks.features[featureKey];
|
|
3331
|
-
return /* @__PURE__ */ (0,
|
|
3738
|
+
return /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
|
|
3332
3739
|
"div",
|
|
3333
3740
|
{
|
|
3334
3741
|
className: cn(
|
|
@@ -3337,11 +3744,11 @@ var HowItWorksStep = ({ onContinue, icons }) => {
|
|
|
3337
3744
|
"bg-agg-secondary-hover"
|
|
3338
3745
|
),
|
|
3339
3746
|
children: [
|
|
3340
|
-
/* @__PURE__ */ (0,
|
|
3341
|
-
/* @__PURE__ */ (0,
|
|
3342
|
-
/* @__PURE__ */ (0,
|
|
3747
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("div", { className: "flex flex-col flex-1 min-w-0 gap-[6px]", children: [
|
|
3748
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("p", { className: "text-agg-base font-agg-bold leading-agg-6 text-agg-foreground", children: feature.title }),
|
|
3749
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("p", { className: "text-agg-sm leading-agg-5 text-agg-foreground", children: feature.description })
|
|
3343
3750
|
] }),
|
|
3344
|
-
icon ? /* @__PURE__ */ (0,
|
|
3751
|
+
icon ? /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("div", { className: "hidden shrink-0 items-center justify-center text-agg-muted-foreground sm:flex", children: icon }) : null
|
|
3345
3752
|
]
|
|
3346
3753
|
},
|
|
3347
3754
|
featureKey
|
|
@@ -3349,7 +3756,7 @@ var HowItWorksStep = ({ onContinue, icons }) => {
|
|
|
3349
3756
|
})
|
|
3350
3757
|
}
|
|
3351
3758
|
),
|
|
3352
|
-
/* @__PURE__ */ (0,
|
|
3759
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
3353
3760
|
"div",
|
|
3354
3761
|
{
|
|
3355
3762
|
className: cn(
|
|
@@ -3360,7 +3767,7 @@ var HowItWorksStep = ({ onContinue, icons }) => {
|
|
|
3360
3767
|
)
|
|
3361
3768
|
}
|
|
3362
3769
|
),
|
|
3363
|
-
/* @__PURE__ */ (0,
|
|
3770
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
3364
3771
|
"div",
|
|
3365
3772
|
{
|
|
3366
3773
|
className: cn(
|
|
@@ -3372,7 +3779,7 @@ var HowItWorksStep = ({ onContinue, icons }) => {
|
|
|
3372
3779
|
}
|
|
3373
3780
|
)
|
|
3374
3781
|
] }),
|
|
3375
|
-
/* @__PURE__ */ (0,
|
|
3782
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Button, { variant: "primary", size: "large", className: "w-full", onClick: onContinue, children: labels.onboarding.howItWorks.continue })
|
|
3376
3783
|
] });
|
|
3377
3784
|
};
|
|
3378
3785
|
HowItWorksStep.displayName = "HowItWorksStep";
|
|
@@ -3380,7 +3787,7 @@ HowItWorksStep.displayName = "HowItWorksStep";
|
|
|
3380
3787
|
// src/onboarding/steps/profile-setup.tsx
|
|
3381
3788
|
var import_react8 = require("react");
|
|
3382
3789
|
var import_hooks6 = require("@agg-market/hooks");
|
|
3383
|
-
var
|
|
3790
|
+
var import_jsx_runtime71 = require("react/jsx-runtime");
|
|
3384
3791
|
var ProfileSetupStep = ({ onContinue }) => {
|
|
3385
3792
|
const labels = (0, import_hooks6.useLabels)();
|
|
3386
3793
|
const [username, setUsername] = (0, import_react8.useState)("");
|
|
@@ -3411,11 +3818,11 @@ var ProfileSetupStep = ({ onContinue }) => {
|
|
|
3411
3818
|
avatarPreview
|
|
3412
3819
|
});
|
|
3413
3820
|
}, [username, avatarFile, avatarPreview, onContinue]);
|
|
3414
|
-
return /* @__PURE__ */ (0,
|
|
3415
|
-
/* @__PURE__ */ (0,
|
|
3416
|
-
/* @__PURE__ */ (0,
|
|
3417
|
-
/* @__PURE__ */ (0,
|
|
3418
|
-
/* @__PURE__ */ (0,
|
|
3821
|
+
return /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("div", { className: "flex flex-col gap-7", children: [
|
|
3822
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)("h2", { className: "text-center text-agg-2xl font-agg-bold text-agg-foreground", children: labels.onboarding.profileSetup.title }),
|
|
3823
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("div", { className: "flex flex-col gap-5 items-center w-full", children: [
|
|
3824
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("div", { className: "flex justify-center", children: [
|
|
3825
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
3419
3826
|
"button",
|
|
3420
3827
|
{
|
|
3421
3828
|
type: "button",
|
|
@@ -3431,17 +3838,17 @@ var ProfileSetupStep = ({ onContinue }) => {
|
|
|
3431
3838
|
"overflow-hidden"
|
|
3432
3839
|
),
|
|
3433
3840
|
"aria-label": labels.onboarding.profileSetup.uploadProfilePictureAria,
|
|
3434
|
-
children: avatarPreview ? /* @__PURE__ */ (0,
|
|
3841
|
+
children: avatarPreview ? /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
3435
3842
|
"img",
|
|
3436
3843
|
{
|
|
3437
3844
|
src: avatarPreview,
|
|
3438
3845
|
alt: labels.onboarding.profileSetup.profilePreviewAlt,
|
|
3439
3846
|
className: "h-full w-full object-cover"
|
|
3440
3847
|
}
|
|
3441
|
-
) : /* @__PURE__ */ (0,
|
|
3848
|
+
) : /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(ProfileIcon, { className: "h-7 w-7 text-agg-muted-foreground" })
|
|
3442
3849
|
}
|
|
3443
3850
|
),
|
|
3444
|
-
/* @__PURE__ */ (0,
|
|
3851
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
3445
3852
|
"input",
|
|
3446
3853
|
{
|
|
3447
3854
|
ref: fileInputRef,
|
|
@@ -3453,8 +3860,8 @@ var ProfileSetupStep = ({ onContinue }) => {
|
|
|
3453
3860
|
}
|
|
3454
3861
|
)
|
|
3455
3862
|
] }),
|
|
3456
|
-
/* @__PURE__ */ (0,
|
|
3457
|
-
/* @__PURE__ */ (0,
|
|
3863
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("div", { className: "flex flex-col gap-2 w-full", children: [
|
|
3864
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
3458
3865
|
"label",
|
|
3459
3866
|
{
|
|
3460
3867
|
htmlFor: "onboarding-username",
|
|
@@ -3462,7 +3869,7 @@ var ProfileSetupStep = ({ onContinue }) => {
|
|
|
3462
3869
|
children: labels.onboarding.profileSetup.usernameLabel
|
|
3463
3870
|
}
|
|
3464
3871
|
),
|
|
3465
|
-
/* @__PURE__ */ (0,
|
|
3872
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
3466
3873
|
"input",
|
|
3467
3874
|
{
|
|
3468
3875
|
id: "onboarding-username",
|
|
@@ -3486,16 +3893,16 @@ var ProfileSetupStep = ({ onContinue }) => {
|
|
|
3486
3893
|
)
|
|
3487
3894
|
] })
|
|
3488
3895
|
] }),
|
|
3489
|
-
/* @__PURE__ */ (0,
|
|
3896
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)(Button, { variant: "primary", size: "large", className: "w-full", onClick: handleContinue, children: labels.onboarding.profileSetup.continue })
|
|
3490
3897
|
] });
|
|
3491
3898
|
};
|
|
3492
3899
|
ProfileSetupStep.displayName = "ProfileSetupStep";
|
|
3493
3900
|
|
|
3494
3901
|
// src/onboarding/steps/connect-accounts.tsx
|
|
3495
3902
|
var import_hooks7 = require("@agg-market/hooks");
|
|
3496
|
-
var
|
|
3903
|
+
var import_jsx_runtime72 = require("react/jsx-runtime");
|
|
3497
3904
|
var OnchainVenueLogos = () => {
|
|
3498
|
-
return /* @__PURE__ */ (0,
|
|
3905
|
+
return /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("div", { className: "flex gap-1 sm:gap-0 sm:-space-x-5", children: ONCHAIN_VENUES.map((venue, index) => /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("div", { style: { zIndex: ONCHAIN_VENUES.length - index }, children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(VenueLogo, { venue, variant: "logo", size: "medium", className: "sm:h-8 sm:w-8" }) }, venue)) });
|
|
3499
3906
|
};
|
|
3500
3907
|
var VenueCard = ({
|
|
3501
3908
|
logos,
|
|
@@ -3507,7 +3914,7 @@ var VenueCard = ({
|
|
|
3507
3914
|
connected = false
|
|
3508
3915
|
}) => {
|
|
3509
3916
|
const labels = (0, import_hooks7.useLabels)();
|
|
3510
|
-
const action = connected ? /* @__PURE__ */ (0,
|
|
3917
|
+
const action = connected ? /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(CheckCircleIcon, { className: "h-6 w-6 text-agg-success" }) : /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
3511
3918
|
Button,
|
|
3512
3919
|
{
|
|
3513
3920
|
variant: "tertiary",
|
|
@@ -3517,18 +3924,18 @@ var VenueCard = ({
|
|
|
3517
3924
|
children: labels.onboarding.connectAccounts.connect
|
|
3518
3925
|
}
|
|
3519
3926
|
);
|
|
3520
|
-
const mobileAction = connected ? /* @__PURE__ */ (0,
|
|
3927
|
+
const mobileAction = connected ? /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(CheckCircleIcon, { className: "h-6 w-6 text-agg-success" }) : /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
3521
3928
|
Button,
|
|
3522
3929
|
{
|
|
3523
3930
|
variant: "tertiary",
|
|
3524
3931
|
size: "medium",
|
|
3525
3932
|
className: "!h-auto !px-0 !py-0 text-agg-primary hover:bg-transparent hover:text-agg-primary-hover",
|
|
3526
3933
|
onClick: onConnect,
|
|
3527
|
-
suffix: /* @__PURE__ */ (0,
|
|
3934
|
+
suffix: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(ChevronRightIcon, { className: "h-4 w-4" }),
|
|
3528
3935
|
children: labels.onboarding.connectAccounts.connectAccount
|
|
3529
3936
|
}
|
|
3530
3937
|
);
|
|
3531
|
-
return /* @__PURE__ */ (0,
|
|
3938
|
+
return /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(
|
|
3532
3939
|
"div",
|
|
3533
3940
|
{
|
|
3534
3941
|
className: cn(
|
|
@@ -3536,23 +3943,23 @@ var VenueCard = ({
|
|
|
3536
3943
|
connected ? "bg-agg-success/5" : "bg-agg-secondary-hover hover:bg-agg-tertiary"
|
|
3537
3944
|
),
|
|
3538
3945
|
children: [
|
|
3539
|
-
/* @__PURE__ */ (0,
|
|
3540
|
-
/* @__PURE__ */ (0,
|
|
3541
|
-
/* @__PURE__ */ (0,
|
|
3542
|
-
/* @__PURE__ */ (0,
|
|
3543
|
-
/* @__PURE__ */ (0,
|
|
3544
|
-
/* @__PURE__ */ (0,
|
|
3946
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("div", { className: "hidden sm:flex items-center justify-between", children: [
|
|
3947
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("div", { className: "flex items-center gap-5", children: [
|
|
3948
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)("div", { className: "shrink-0", children: logos }),
|
|
3949
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("div", { className: "flex flex-col gap-[2px]", children: [
|
|
3950
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)("p", { className: "text-agg-base font-agg-bold text-agg-foreground", children: title }),
|
|
3951
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)("p", { className: "text-agg-sm text-agg-foreground", children: description })
|
|
3545
3952
|
] })
|
|
3546
3953
|
] }),
|
|
3547
|
-
/* @__PURE__ */ (0,
|
|
3954
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)("div", { className: "shrink-0", children: action })
|
|
3548
3955
|
] }),
|
|
3549
|
-
/* @__PURE__ */ (0,
|
|
3550
|
-
/* @__PURE__ */ (0,
|
|
3551
|
-
/* @__PURE__ */ (0,
|
|
3552
|
-
/* @__PURE__ */ (0,
|
|
3956
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("div", { className: "flex flex-col gap-3 sm:hidden", children: [
|
|
3957
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("div", { className: "flex flex-col gap-3", children: [
|
|
3958
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)("div", { className: "shrink-0", children: logos }),
|
|
3959
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)("p", { className: "text-agg-lg font-agg-bold text-agg-foreground", children: mobileTitle != null ? mobileTitle : title })
|
|
3553
3960
|
] }),
|
|
3554
|
-
/* @__PURE__ */ (0,
|
|
3555
|
-
/* @__PURE__ */ (0,
|
|
3961
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("div", { className: "flex flex-col items-start gap-2", children: [
|
|
3962
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)("p", { className: "text-agg-base text-agg-foreground", children: mobileDescription != null ? mobileDescription : description }),
|
|
3556
3963
|
mobileAction
|
|
3557
3964
|
] })
|
|
3558
3965
|
] })
|
|
@@ -3569,13 +3976,13 @@ var ConnectAccountsStep = ({
|
|
|
3569
3976
|
}) => {
|
|
3570
3977
|
const labels = (0, import_hooks7.useLabels)();
|
|
3571
3978
|
const canContinue = connectedOnchain || connectedKalshi;
|
|
3572
|
-
return /* @__PURE__ */ (0,
|
|
3573
|
-
/* @__PURE__ */ (0,
|
|
3574
|
-
/* @__PURE__ */ (0,
|
|
3575
|
-
/* @__PURE__ */ (0,
|
|
3979
|
+
return /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("div", { className: "flex flex-col gap-6", children: [
|
|
3980
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)("h2", { className: "text-center text-agg-2xl font-agg-bold text-agg-foreground", children: labels.onboarding.connectAccounts.title }),
|
|
3981
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("div", { className: "flex flex-col gap-4", children: [
|
|
3982
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
3576
3983
|
VenueCard,
|
|
3577
3984
|
{
|
|
3578
|
-
logos: /* @__PURE__ */ (0,
|
|
3985
|
+
logos: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(OnchainVenueLogos, {}),
|
|
3579
3986
|
title: labels.onboarding.connectAccounts.onchainTitle,
|
|
3580
3987
|
mobileTitle: labels.onboarding.connectAccounts.onchainMobileTitle(
|
|
3581
3988
|
ONCHAIN_VENUES.length - 1
|
|
@@ -3586,10 +3993,10 @@ var ConnectAccountsStep = ({
|
|
|
3586
3993
|
connected: connectedOnchain
|
|
3587
3994
|
}
|
|
3588
3995
|
),
|
|
3589
|
-
/* @__PURE__ */ (0,
|
|
3996
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
3590
3997
|
VenueCard,
|
|
3591
3998
|
{
|
|
3592
|
-
logos: /* @__PURE__ */ (0,
|
|
3999
|
+
logos: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("div", { className: "sm:flex sm:w-14 sm:items-center sm:justify-center", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
3593
4000
|
VenueLogo,
|
|
3594
4001
|
{
|
|
3595
4002
|
venue: "kalshi",
|
|
@@ -3607,7 +4014,7 @@ var ConnectAccountsStep = ({
|
|
|
3607
4014
|
}
|
|
3608
4015
|
)
|
|
3609
4016
|
] }),
|
|
3610
|
-
/* @__PURE__ */ (0,
|
|
4017
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
3611
4018
|
Button,
|
|
3612
4019
|
{
|
|
3613
4020
|
variant: "primary",
|
|
@@ -3626,7 +4033,7 @@ ConnectAccountsStep.displayName = "ConnectAccountsStep";
|
|
|
3626
4033
|
var import_react9 = require("react");
|
|
3627
4034
|
var import_hooks8 = require("@agg-market/hooks");
|
|
3628
4035
|
var Dialog2 = __toESM(require("@radix-ui/react-dialog"));
|
|
3629
|
-
var
|
|
4036
|
+
var import_jsx_runtime73 = require("react/jsx-runtime");
|
|
3630
4037
|
var ConnectKalshiModal = ({
|
|
3631
4038
|
open,
|
|
3632
4039
|
onOpenChange,
|
|
@@ -3683,15 +4090,15 @@ var ConnectKalshiModal = ({
|
|
|
3683
4090
|
},
|
|
3684
4091
|
[onOpenChange]
|
|
3685
4092
|
);
|
|
3686
|
-
return /* @__PURE__ */ (0,
|
|
4093
|
+
return /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(Modal, { open, onOpenChange: handleOpenChange, children: /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)(
|
|
3687
4094
|
Modal.Container,
|
|
3688
4095
|
{
|
|
3689
4096
|
maxWidth: "600px",
|
|
3690
4097
|
"aria-label": labels.onboarding.connectKalshiModal.ariaLabel,
|
|
3691
4098
|
classNames: { container: "!rounded-agg-lg" },
|
|
3692
4099
|
children: [
|
|
3693
|
-
/* @__PURE__ */ (0,
|
|
3694
|
-
/* @__PURE__ */ (0,
|
|
4100
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(Dialog2.Title, { className: "sr-only", children: labels.onboarding.connectKalshiModal.title }),
|
|
4101
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
3695
4102
|
Modal.Header,
|
|
3696
4103
|
{
|
|
3697
4104
|
hideClose: false,
|
|
@@ -3702,8 +4109,8 @@ var ConnectKalshiModal = ({
|
|
|
3702
4109
|
}
|
|
3703
4110
|
}
|
|
3704
4111
|
),
|
|
3705
|
-
/* @__PURE__ */ (0,
|
|
3706
|
-
/* @__PURE__ */ (0,
|
|
4112
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(Modal.Body, { classNames: { root: "!px-5 !pt-0 !pb-[60px] sm:!px-8" }, children: /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("div", { className: "flex flex-col gap-8 items-center", children: [
|
|
4113
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
3707
4114
|
VenueLogo,
|
|
3708
4115
|
{
|
|
3709
4116
|
venue: "kalshi",
|
|
@@ -3712,54 +4119,54 @@ var ConnectKalshiModal = ({
|
|
|
3712
4119
|
className: "h-[60px] w-[60px]"
|
|
3713
4120
|
}
|
|
3714
4121
|
),
|
|
3715
|
-
/* @__PURE__ */ (0,
|
|
3716
|
-
/* @__PURE__ */ (0,
|
|
3717
|
-
/* @__PURE__ */ (0,
|
|
4122
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("div", { className: "flex flex-col gap-4 items-center text-center", children: [
|
|
4123
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)("h2", { className: "text-agg-2xl font-agg-bold text-agg-foreground", children: labels.onboarding.connectKalshiModal.title }),
|
|
4124
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)("p", { className: "text-agg-base leading-agg-6 text-agg-foreground", children: labels.onboarding.connectKalshiModal.description })
|
|
3718
4125
|
] }),
|
|
3719
|
-
/* @__PURE__ */ (0,
|
|
3720
|
-
/* @__PURE__ */ (0,
|
|
3721
|
-
/* @__PURE__ */ (0,
|
|
3722
|
-
/* @__PURE__ */ (0,
|
|
3723
|
-
/* @__PURE__ */ (0,
|
|
4126
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("div", { className: "flex flex-col gap-4 w-full", children: [
|
|
4127
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("div", { className: "flex flex-col gap-3 rounded-agg-lg bg-agg-secondary-hover p-4", children: [
|
|
4128
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("div", { className: "flex flex-col gap-1", children: [
|
|
4129
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)("p", { className: "text-agg-xs font-agg-bold uppercase leading-agg-4 text-agg-muted-foreground", children: labels.onboarding.connectKalshiModal.stepOne.label }),
|
|
4130
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)("p", { className: "text-agg-sm font-agg-bold leading-agg-5 text-agg-foreground", children: labels.onboarding.connectKalshiModal.stepOne.title })
|
|
3724
4131
|
] }),
|
|
3725
|
-
/* @__PURE__ */ (0,
|
|
3726
|
-
/* @__PURE__ */ (0,
|
|
3727
|
-
/* @__PURE__ */ (0,
|
|
4132
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("div", { className: "space-y-0 text-agg-sm leading-agg-5 text-agg-foreground", children: [
|
|
4133
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)("p", { children: labels.onboarding.connectKalshiModal.stepOne.instructions.signIn }),
|
|
4134
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("p", { children: [
|
|
3728
4135
|
labels.onboarding.connectKalshiModal.stepOne.instructions.goToProfilePrefix,
|
|
3729
4136
|
" ",
|
|
3730
|
-
/* @__PURE__ */ (0,
|
|
4137
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)("span", { className: "font-agg-bold", children: labels.onboarding.connectKalshiModal.stepOne.instructions.profileText }),
|
|
3731
4138
|
labels.onboarding.connectKalshiModal.stepOne.instructions.goToProfileSeparator,
|
|
3732
4139
|
" ",
|
|
3733
|
-
/* @__PURE__ */ (0,
|
|
4140
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)("span", { className: "text-agg-foreground underline", children: labels.onboarding.connectKalshiModal.stepOne.instructions.profileUrl })
|
|
3734
4141
|
] }),
|
|
3735
|
-
/* @__PURE__ */ (0,
|
|
4142
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("p", { children: [
|
|
3736
4143
|
labels.onboarding.connectKalshiModal.stepOne.instructions.clickCreateKeyPrefix,
|
|
3737
4144
|
" ",
|
|
3738
|
-
/* @__PURE__ */ (0,
|
|
4145
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)("span", { className: "font-agg-bold", children: labels.onboarding.connectKalshiModal.stepOne.instructions.createKeyText }),
|
|
3739
4146
|
labels.onboarding.connectKalshiModal.stepOne.instructions.clickCreateKeySuffix
|
|
3740
4147
|
] }),
|
|
3741
|
-
/* @__PURE__ */ (0,
|
|
4148
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("p", { children: [
|
|
3742
4149
|
labels.onboarding.connectKalshiModal.stepOne.instructions.selectPermissionsPrefix,
|
|
3743
4150
|
" ",
|
|
3744
|
-
/* @__PURE__ */ (0,
|
|
4151
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)("span", { className: "font-agg-bold", children: labels.onboarding.connectKalshiModal.stepOne.instructions.readWriteText }),
|
|
3745
4152
|
labels.onboarding.connectKalshiModal.stepOne.instructions.selectPermissionsSuffix
|
|
3746
4153
|
] }),
|
|
3747
|
-
/* @__PURE__ */ (0,
|
|
4154
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)("p", { children: labels.onboarding.connectKalshiModal.stepOne.instructions.createKey })
|
|
3748
4155
|
] }),
|
|
3749
|
-
/* @__PURE__ */ (0,
|
|
4156
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("p", { className: "text-agg-sm leading-agg-5 text-agg-foreground", children: [
|
|
3750
4157
|
labels.onboarding.connectKalshiModal.stepOne.footerLineOne,
|
|
3751
|
-
/* @__PURE__ */ (0,
|
|
4158
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)("br", {}),
|
|
3752
4159
|
labels.onboarding.connectKalshiModal.stepOne.footerLineTwo
|
|
3753
4160
|
] })
|
|
3754
4161
|
] }),
|
|
3755
|
-
/* @__PURE__ */ (0,
|
|
3756
|
-
/* @__PURE__ */ (0,
|
|
3757
|
-
/* @__PURE__ */ (0,
|
|
3758
|
-
/* @__PURE__ */ (0,
|
|
4162
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("div", { className: "flex flex-col gap-3 rounded-agg-lg bg-agg-secondary-hover p-4", children: [
|
|
4163
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("div", { className: "flex flex-col gap-1", children: [
|
|
4164
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)("p", { className: "text-agg-xs font-agg-bold uppercase leading-agg-4 text-agg-muted-foreground", children: labels.onboarding.connectKalshiModal.stepTwo.label }),
|
|
4165
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)("p", { className: "text-agg-sm font-agg-bold leading-agg-5 text-agg-foreground", children: labels.onboarding.connectKalshiModal.stepTwo.title })
|
|
3759
4166
|
] }),
|
|
3760
|
-
/* @__PURE__ */ (0,
|
|
3761
|
-
/* @__PURE__ */ (0,
|
|
3762
|
-
/* @__PURE__ */ (0,
|
|
4167
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)("p", { className: "text-agg-sm leading-agg-5 text-agg-foreground", children: labels.onboarding.connectKalshiModal.stepTwo.description }),
|
|
4168
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("div", { className: "flex flex-col gap-2", children: [
|
|
4169
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
3763
4170
|
"label",
|
|
3764
4171
|
{
|
|
3765
4172
|
htmlFor: "kalshi-api-key-id",
|
|
@@ -3767,7 +4174,7 @@ var ConnectKalshiModal = ({
|
|
|
3767
4174
|
children: labels.onboarding.connectKalshiModal.stepTwo.apiKeyIdLabel
|
|
3768
4175
|
}
|
|
3769
4176
|
),
|
|
3770
|
-
/* @__PURE__ */ (0,
|
|
4177
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
3771
4178
|
"input",
|
|
3772
4179
|
{
|
|
3773
4180
|
id: "kalshi-api-key-id",
|
|
@@ -3787,8 +4194,8 @@ var ConnectKalshiModal = ({
|
|
|
3787
4194
|
}
|
|
3788
4195
|
)
|
|
3789
4196
|
] }),
|
|
3790
|
-
/* @__PURE__ */ (0,
|
|
3791
|
-
/* @__PURE__ */ (0,
|
|
4197
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("div", { className: "flex flex-col gap-2", children: [
|
|
4198
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
3792
4199
|
"label",
|
|
3793
4200
|
{
|
|
3794
4201
|
htmlFor: "kalshi-private-key",
|
|
@@ -3796,7 +4203,7 @@ var ConnectKalshiModal = ({
|
|
|
3796
4203
|
children: labels.onboarding.connectKalshiModal.stepTwo.privateKeyLabel
|
|
3797
4204
|
}
|
|
3798
4205
|
),
|
|
3799
|
-
/* @__PURE__ */ (0,
|
|
4206
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
3800
4207
|
"textarea",
|
|
3801
4208
|
{
|
|
3802
4209
|
id: "kalshi-private-key",
|
|
@@ -3818,42 +4225,42 @@ var ConnectKalshiModal = ({
|
|
|
3818
4225
|
] })
|
|
3819
4226
|
] })
|
|
3820
4227
|
] }),
|
|
3821
|
-
/* @__PURE__ */ (0,
|
|
3822
|
-
/* @__PURE__ */ (0,
|
|
3823
|
-
/* @__PURE__ */ (0,
|
|
3824
|
-
/* @__PURE__ */ (0,
|
|
4228
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("div", { className: "flex items-center justify-between w-full", children: [
|
|
4229
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)("p", { className: "text-agg-base text-agg-foreground", children: labels.onboarding.connectKalshiModal.help.label }),
|
|
4230
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("div", { className: "flex items-center gap-3", children: [
|
|
4231
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsxs)(
|
|
3825
4232
|
"a",
|
|
3826
4233
|
{
|
|
3827
4234
|
href: "#",
|
|
3828
4235
|
className: "flex items-center gap-2 text-agg-base font-agg-bold text-agg-primary hover:text-agg-primary-hover",
|
|
3829
4236
|
children: [
|
|
3830
|
-
/* @__PURE__ */ (0,
|
|
4237
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(DocumentIcon, { className: "h-4 w-4" }),
|
|
3831
4238
|
labels.onboarding.connectKalshiModal.help.docsLinkLabel
|
|
3832
4239
|
]
|
|
3833
4240
|
}
|
|
3834
4241
|
),
|
|
3835
|
-
/* @__PURE__ */ (0,
|
|
3836
|
-
/* @__PURE__ */ (0,
|
|
4242
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)("span", { className: "h-3 w-px bg-agg-separator" }),
|
|
4243
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsxs)(
|
|
3837
4244
|
"a",
|
|
3838
4245
|
{
|
|
3839
4246
|
href: "#",
|
|
3840
4247
|
className: "flex items-center gap-2 text-agg-base font-agg-bold text-agg-primary hover:text-agg-primary-hover",
|
|
3841
4248
|
children: [
|
|
3842
|
-
/* @__PURE__ */ (0,
|
|
4249
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(PlaySquareIcon, { className: "h-4 w-4" }),
|
|
3843
4250
|
labels.onboarding.connectKalshiModal.help.tutorialLinkLabel
|
|
3844
4251
|
]
|
|
3845
4252
|
}
|
|
3846
4253
|
)
|
|
3847
4254
|
] })
|
|
3848
4255
|
] }),
|
|
3849
|
-
/* @__PURE__ */ (0,
|
|
3850
|
-
error ? /* @__PURE__ */ (0,
|
|
3851
|
-
/* @__PURE__ */ (0,
|
|
3852
|
-
/* @__PURE__ */ (0,
|
|
4256
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("div", { className: "flex flex-col gap-5 items-center", children: [
|
|
4257
|
+
error ? /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("div", { className: "flex items-center gap-2", children: [
|
|
4258
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(WarningIcon, { className: "h-3.5 w-3.5 shrink-0 text-agg-error" }),
|
|
4259
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)("p", { className: "text-agg-sm leading-agg-5 text-agg-error", children: error })
|
|
3853
4260
|
] }) : null,
|
|
3854
|
-
/* @__PURE__ */ (0,
|
|
3855
|
-
/* @__PURE__ */ (0,
|
|
3856
|
-
/* @__PURE__ */ (0,
|
|
4261
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("div", { className: "flex items-center gap-3 justify-center", children: [
|
|
4262
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(Button, { variant: "secondary", size: "large", onClick: handleCancel, children: labels.onboarding.connectKalshiModal.actions.cancel }),
|
|
4263
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
3857
4264
|
Button,
|
|
3858
4265
|
{
|
|
3859
4266
|
variant: "primary",
|
|
@@ -3877,7 +4284,7 @@ ConnectKalshiModal.displayName = "ConnectKalshiModal";
|
|
|
3877
4284
|
var import_react10 = require("react");
|
|
3878
4285
|
var import_hooks9 = require("@agg-market/hooks");
|
|
3879
4286
|
var Dialog3 = __toESM(require("@radix-ui/react-dialog"));
|
|
3880
|
-
var
|
|
4287
|
+
var import_jsx_runtime74 = require("react/jsx-runtime");
|
|
3881
4288
|
var ConnectOnchainModal = ({
|
|
3882
4289
|
open,
|
|
3883
4290
|
onOpenChange,
|
|
@@ -3915,15 +4322,15 @@ var ConnectOnchainModal = ({
|
|
|
3915
4322
|
},
|
|
3916
4323
|
[onOpenChange]
|
|
3917
4324
|
);
|
|
3918
|
-
return /* @__PURE__ */ (0,
|
|
4325
|
+
return /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(Modal, { open, onOpenChange: handleOpenChange, children: /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)(
|
|
3919
4326
|
Modal.Container,
|
|
3920
4327
|
{
|
|
3921
4328
|
maxWidth: "600px",
|
|
3922
4329
|
"aria-label": labels.onboarding.connectOnchainModal.ariaLabel,
|
|
3923
4330
|
classNames: { container: "!rounded-agg-lg" },
|
|
3924
4331
|
children: [
|
|
3925
|
-
/* @__PURE__ */ (0,
|
|
3926
|
-
/* @__PURE__ */ (0,
|
|
4332
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)(Dialog3.Title, { className: "sr-only", children: labels.onboarding.connectOnchainModal.title }),
|
|
4333
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
3927
4334
|
Modal.Header,
|
|
3928
4335
|
{
|
|
3929
4336
|
hideClose: false,
|
|
@@ -3934,26 +4341,26 @@ var ConnectOnchainModal = ({
|
|
|
3934
4341
|
}
|
|
3935
4342
|
}
|
|
3936
4343
|
),
|
|
3937
|
-
/* @__PURE__ */ (0,
|
|
3938
|
-
/* @__PURE__ */ (0,
|
|
3939
|
-
/* @__PURE__ */ (0,
|
|
3940
|
-
/* @__PURE__ */ (0,
|
|
4344
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)(Modal.Body, { classNames: { root: "!px-5 !pt-0 !pb-[60px] sm:!px-8" }, children: /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("div", { className: "flex flex-col gap-8 items-center", children: [
|
|
4345
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("div", { className: "flex flex-col gap-4 items-center text-center", children: [
|
|
4346
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)("h2", { className: "text-agg-2xl font-agg-bold text-agg-foreground", children: labels.onboarding.connectOnchainModal.title }),
|
|
4347
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)("p", { className: "text-agg-base text-center leading-agg-6 text-agg-foreground whitespace-pre-line", children: labels.onboarding.connectOnchainModal.description })
|
|
3941
4348
|
] }),
|
|
3942
|
-
/* @__PURE__ */ (0,
|
|
3943
|
-
/* @__PURE__ */ (0,
|
|
3944
|
-
/* @__PURE__ */ (0,
|
|
3945
|
-
index > 0 && /* @__PURE__ */ (0,
|
|
3946
|
-
/* @__PURE__ */ (0,
|
|
3947
|
-
/* @__PURE__ */ (0,
|
|
4349
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("div", { className: "flex w-full flex-col items-center gap-4 rounded-agg-xl bg-agg-secondary-hover p-6", children: [
|
|
4350
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)("p", { className: "text-agg-sm font-agg-bold uppercase leading-agg-5 text-agg-muted-foreground", children: labels.onboarding.connectOnchainModal.supportedVenuesLabel }),
|
|
4351
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)("div", { className: "flex flex-wrap items-center justify-center gap-x-4 gap-y-3", children: ONCHAIN_VENUES.map((venue, index) => /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("div", { className: "flex items-center gap-[6px]", children: [
|
|
4352
|
+
index > 0 && /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("span", { className: "mr-2.5 h-3 w-px bg-agg-separator" }),
|
|
4353
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)(VenueLogo, { venue, size: "medium" }),
|
|
4354
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)("span", { className: "text-agg-base text-agg-foreground", children: labels.venues[venue] })
|
|
3948
4355
|
] }, venue)) })
|
|
3949
4356
|
] }),
|
|
3950
|
-
/* @__PURE__ */ (0,
|
|
3951
|
-
/* @__PURE__ */ (0,
|
|
3952
|
-
error ? /* @__PURE__ */ (0,
|
|
3953
|
-
/* @__PURE__ */ (0,
|
|
3954
|
-
/* @__PURE__ */ (0,
|
|
4357
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("div", { className: "flex flex-col gap-6 items-center", children: [
|
|
4358
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("div", { className: "flex flex-col gap-3 items-center", children: [
|
|
4359
|
+
error ? /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("div", { className: "flex items-center gap-2", children: [
|
|
4360
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)(WarningIcon, { className: "h-3.5 w-3.5 shrink-0 text-agg-error" }),
|
|
4361
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)("p", { className: "text-agg-sm leading-agg-5 text-agg-error", children: error })
|
|
3955
4362
|
] }) : null,
|
|
3956
|
-
/* @__PURE__ */ (0,
|
|
4363
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
3957
4364
|
Button,
|
|
3958
4365
|
{
|
|
3959
4366
|
variant: "primary",
|
|
@@ -3964,7 +4371,7 @@ var ConnectOnchainModal = ({
|
|
|
3964
4371
|
}
|
|
3965
4372
|
)
|
|
3966
4373
|
] }),
|
|
3967
|
-
/* @__PURE__ */ (0,
|
|
4374
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
3968
4375
|
Button,
|
|
3969
4376
|
{
|
|
3970
4377
|
variant: "tertiary",
|
|
@@ -3983,7 +4390,7 @@ var ConnectOnchainModal = ({
|
|
|
3983
4390
|
ConnectOnchainModal.displayName = "ConnectOnchainModal";
|
|
3984
4391
|
|
|
3985
4392
|
// src/onboarding/index.tsx
|
|
3986
|
-
var
|
|
4393
|
+
var import_jsx_runtime75 = require("react/jsx-runtime");
|
|
3987
4394
|
var OnboardingModal = ({
|
|
3988
4395
|
open,
|
|
3989
4396
|
onOpenChange,
|
|
@@ -4045,19 +4452,19 @@ var OnboardingModal = ({
|
|
|
4045
4452
|
}),
|
|
4046
4453
|
[onConnectKalshi]
|
|
4047
4454
|
);
|
|
4048
|
-
return /* @__PURE__ */ (0,
|
|
4049
|
-
/* @__PURE__ */ (0,
|
|
4455
|
+
return /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)(import_jsx_runtime75.Fragment, { children: [
|
|
4456
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)(Modal, { open, onOpenChange, children: /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)(
|
|
4050
4457
|
Modal.Container,
|
|
4051
4458
|
{
|
|
4052
4459
|
maxWidth: "600px",
|
|
4053
4460
|
"aria-label": resolvedTitle,
|
|
4054
4461
|
classNames: { container: "!rounded-agg-lg" },
|
|
4055
4462
|
children: [
|
|
4056
|
-
/* @__PURE__ */ (0,
|
|
4057
|
-
/* @__PURE__ */ (0,
|
|
4058
|
-
step === ONBOARDING_STEPS.HOW_IT_WORKS && /* @__PURE__ */ (0,
|
|
4059
|
-
step === ONBOARDING_STEPS.PROFILE_SETUP && /* @__PURE__ */ (0,
|
|
4060
|
-
step === ONBOARDING_STEPS.CONNECT_ACCOUNTS && /* @__PURE__ */ (0,
|
|
4463
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)(Dialog4.Title, { className: "sr-only", children: resolvedTitle }),
|
|
4464
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsxs)(Modal.Body, { classNames: { root: "px-5 py-6 sm:px-10 sm:py-8" }, children: [
|
|
4465
|
+
step === ONBOARDING_STEPS.HOW_IT_WORKS && /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(HowItWorksStep, { onContinue: handleHowItWorksContinue, icons: howItWorksIcons }),
|
|
4466
|
+
step === ONBOARDING_STEPS.PROFILE_SETUP && /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(ProfileSetupStep, { onContinue: handleProfileContinue }),
|
|
4467
|
+
step === ONBOARDING_STEPS.CONNECT_ACCOUNTS && /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
|
|
4061
4468
|
ConnectAccountsStep,
|
|
4062
4469
|
{
|
|
4063
4470
|
onConnectOnchain: handleOpenOnchainModal,
|
|
@@ -4071,7 +4478,7 @@ var OnboardingModal = ({
|
|
|
4071
4478
|
]
|
|
4072
4479
|
}
|
|
4073
4480
|
) }),
|
|
4074
|
-
/* @__PURE__ */ (0,
|
|
4481
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
|
|
4075
4482
|
ConnectOnchainModal,
|
|
4076
4483
|
{
|
|
4077
4484
|
open: onchainModalOpen,
|
|
@@ -4079,7 +4486,7 @@ var OnboardingModal = ({
|
|
|
4079
4486
|
onConnect: handleOnchainConnect
|
|
4080
4487
|
}
|
|
4081
4488
|
),
|
|
4082
|
-
/* @__PURE__ */ (0,
|
|
4489
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
|
|
4083
4490
|
ConnectKalshiModal,
|
|
4084
4491
|
{
|
|
4085
4492
|
open: kalshiModalOpen,
|
|
@@ -4107,7 +4514,7 @@ var PROFILE_TAB_ITEMS = [
|
|
|
4107
4514
|
// src/profile/tabs/about-tab.tsx
|
|
4108
4515
|
var import_react12 = require("react");
|
|
4109
4516
|
var import_hooks11 = require("@agg-market/hooks");
|
|
4110
|
-
var
|
|
4517
|
+
var import_jsx_runtime76 = require("react/jsx-runtime");
|
|
4111
4518
|
var AboutTab = ({
|
|
4112
4519
|
avatarPreview,
|
|
4113
4520
|
onDeleteProfile,
|
|
@@ -4138,9 +4545,9 @@ var AboutTab = ({
|
|
|
4138
4545
|
[onDraftAvatarChange]
|
|
4139
4546
|
);
|
|
4140
4547
|
const resolvedPreview = draftAvatarPreview != null ? draftAvatarPreview : avatarPreview;
|
|
4141
|
-
return /* @__PURE__ */ (0,
|
|
4142
|
-
/* @__PURE__ */ (0,
|
|
4143
|
-
/* @__PURE__ */ (0,
|
|
4548
|
+
return /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)("div", { className: "flex flex-col gap-8", children: [
|
|
4549
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)("div", { className: "flex justify-center", children: [
|
|
4550
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
4144
4551
|
"button",
|
|
4145
4552
|
{
|
|
4146
4553
|
type: "button",
|
|
@@ -4156,17 +4563,17 @@ var AboutTab = ({
|
|
|
4156
4563
|
"overflow-hidden"
|
|
4157
4564
|
),
|
|
4158
4565
|
"aria-label": labels.onboarding.profileSetup.uploadProfilePictureAria,
|
|
4159
|
-
children: resolvedPreview ? /* @__PURE__ */ (0,
|
|
4566
|
+
children: resolvedPreview ? /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
4160
4567
|
"img",
|
|
4161
4568
|
{
|
|
4162
4569
|
src: resolvedPreview,
|
|
4163
4570
|
alt: labels.onboarding.profileSetup.profilePreviewAlt,
|
|
4164
4571
|
className: "h-full w-full object-cover"
|
|
4165
4572
|
}
|
|
4166
|
-
) : /* @__PURE__ */ (0,
|
|
4573
|
+
) : /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(ProfileIcon, { className: "h-8 w-8 text-agg-muted-foreground" })
|
|
4167
4574
|
}
|
|
4168
4575
|
),
|
|
4169
|
-
/* @__PURE__ */ (0,
|
|
4576
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
4170
4577
|
"input",
|
|
4171
4578
|
{
|
|
4172
4579
|
ref: fileInputRef,
|
|
@@ -4178,8 +4585,8 @@ var AboutTab = ({
|
|
|
4178
4585
|
}
|
|
4179
4586
|
)
|
|
4180
4587
|
] }),
|
|
4181
|
-
/* @__PURE__ */ (0,
|
|
4182
|
-
/* @__PURE__ */ (0,
|
|
4588
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)("div", { className: "flex flex-col gap-2", children: [
|
|
4589
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
4183
4590
|
"label",
|
|
4184
4591
|
{
|
|
4185
4592
|
htmlFor: "profile-username",
|
|
@@ -4187,7 +4594,7 @@ var AboutTab = ({
|
|
|
4187
4594
|
children: "Username"
|
|
4188
4595
|
}
|
|
4189
4596
|
),
|
|
4190
|
-
/* @__PURE__ */ (0,
|
|
4597
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
4191
4598
|
"input",
|
|
4192
4599
|
{
|
|
4193
4600
|
id: "profile-username",
|
|
@@ -4209,12 +4616,12 @@ var AboutTab = ({
|
|
|
4209
4616
|
}
|
|
4210
4617
|
)
|
|
4211
4618
|
] }),
|
|
4212
|
-
/* @__PURE__ */ (0,
|
|
4213
|
-
/* @__PURE__ */ (0,
|
|
4214
|
-
/* @__PURE__ */ (0,
|
|
4215
|
-
/* @__PURE__ */ (0,
|
|
4619
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)("div", { className: "flex flex-col gap-4", children: [
|
|
4620
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)("div", { className: "flex flex-col gap-1", children: [
|
|
4621
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("span", { className: "text-agg-sm font-agg-bold leading-agg-5 text-agg-foreground", children: "Delete your profile" }),
|
|
4622
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("span", { className: "text-agg-sm leading-agg-5 text-agg-foreground", children: "This will permanently delete your account and all of its data. You will not be able to reactivate this account." })
|
|
4216
4623
|
] }),
|
|
4217
|
-
/* @__PURE__ */ (0,
|
|
4624
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
4218
4625
|
"button",
|
|
4219
4626
|
{
|
|
4220
4627
|
type: "button",
|
|
@@ -4236,9 +4643,9 @@ var AboutTab = ({
|
|
|
4236
4643
|
AboutTab.displayName = "AboutTab";
|
|
4237
4644
|
|
|
4238
4645
|
// src/profile/tabs/accounts-wallets-tab.tsx
|
|
4239
|
-
var
|
|
4240
|
-
var SectionTitle = ({ children }) => /* @__PURE__ */ (0,
|
|
4241
|
-
var AccountRow = ({ children, className }) => /* @__PURE__ */ (0,
|
|
4646
|
+
var import_jsx_runtime77 = require("react/jsx-runtime");
|
|
4647
|
+
var SectionTitle = ({ children }) => /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("h3", { className: "text-agg-sm font-agg-bold leading-agg-5 text-agg-foreground", children });
|
|
4648
|
+
var AccountRow = ({ children, className }) => /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
4242
4649
|
"div",
|
|
4243
4650
|
{
|
|
4244
4651
|
className: cn(
|
|
@@ -4250,7 +4657,7 @@ var AccountRow = ({ children, className }) => /* @__PURE__ */ (0, import_jsx_run
|
|
|
4250
4657
|
children
|
|
4251
4658
|
}
|
|
4252
4659
|
);
|
|
4253
|
-
var ConnectTextButton = ({ onClick }) => /* @__PURE__ */ (0,
|
|
4660
|
+
var ConnectTextButton = ({ onClick }) => /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
4254
4661
|
"button",
|
|
4255
4662
|
{
|
|
4256
4663
|
type: "button",
|
|
@@ -4259,7 +4666,7 @@ var ConnectTextButton = ({ onClick }) => /* @__PURE__ */ (0, import_jsx_runtime6
|
|
|
4259
4666
|
children: "Connect"
|
|
4260
4667
|
}
|
|
4261
4668
|
);
|
|
4262
|
-
var DisconnectTextButton = ({ onClick }) => /* @__PURE__ */ (0,
|
|
4669
|
+
var DisconnectTextButton = ({ onClick }) => /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
4263
4670
|
"button",
|
|
4264
4671
|
{
|
|
4265
4672
|
type: "button",
|
|
@@ -4284,19 +4691,19 @@ var AccountsWalletsTab = ({
|
|
|
4284
4691
|
const twitter = socialAccounts == null ? void 0 : socialAccounts.twitter;
|
|
4285
4692
|
const discord = socialAccounts == null ? void 0 : socialAccounts.discord;
|
|
4286
4693
|
const telegram = socialAccounts == null ? void 0 : socialAccounts.telegram;
|
|
4287
|
-
return /* @__PURE__ */ (0,
|
|
4288
|
-
/* @__PURE__ */ (0,
|
|
4289
|
-
/* @__PURE__ */ (0,
|
|
4290
|
-
exchanges.length === 0 ? /* @__PURE__ */ (0,
|
|
4694
|
+
return /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)("div", { className: "flex flex-col gap-8", children: [
|
|
4695
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsxs)("div", { className: "flex flex-col gap-3", children: [
|
|
4696
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(SectionTitle, { children: "Exchanges" }),
|
|
4697
|
+
exchanges.length === 0 ? /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("p", { className: "text-agg-sm leading-agg-5 text-agg-muted-foreground", children: "No exchange accounts connected." }) : /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("div", { className: "flex flex-col gap-2", children: exchanges.map((account) => {
|
|
4291
4698
|
var _a;
|
|
4292
4699
|
const displayName = (_a = venueLogoLabels[account.venue]) != null ? _a : account.venue;
|
|
4293
|
-
return /* @__PURE__ */ (0,
|
|
4294
|
-
/* @__PURE__ */ (0,
|
|
4295
|
-
/* @__PURE__ */ (0,
|
|
4296
|
-
/* @__PURE__ */ (0,
|
|
4297
|
-
/* @__PURE__ */ (0,
|
|
4298
|
-
/* @__PURE__ */ (0,
|
|
4299
|
-
account.verified ? /* @__PURE__ */ (0,
|
|
4700
|
+
return /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)(AccountRow, { children: [
|
|
4701
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsxs)("div", { className: "flex items-center gap-3 min-w-0", children: [
|
|
4702
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(VenueLogo, { venue: account.venue, size: "small" }),
|
|
4703
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)("span", { className: "text-agg-base font-agg-normal leading-6 text-agg-foreground whitespace-nowrap", children: displayName }),
|
|
4704
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsxs)("div", { className: "flex items-center gap-2 min-w-0", children: [
|
|
4705
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)("span", { className: "truncate text-agg-base font-agg-normal leading-6 text-agg-foreground", children: account.displayAddress }),
|
|
4706
|
+
account.verified ? /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
4300
4707
|
Icon,
|
|
4301
4708
|
{
|
|
4302
4709
|
name: "check-badge",
|
|
@@ -4306,39 +4713,39 @@ var AccountsWalletsTab = ({
|
|
|
4306
4713
|
) : null
|
|
4307
4714
|
] })
|
|
4308
4715
|
] }),
|
|
4309
|
-
/* @__PURE__ */ (0,
|
|
4716
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(DisconnectTextButton, { onClick: () => onDisconnectExchange(account.venue) })
|
|
4310
4717
|
] }, account.venue);
|
|
4311
4718
|
}) })
|
|
4312
4719
|
] }),
|
|
4313
|
-
/* @__PURE__ */ (0,
|
|
4314
|
-
/* @__PURE__ */ (0,
|
|
4315
|
-
/* @__PURE__ */ (0,
|
|
4316
|
-
/* @__PURE__ */ (0,
|
|
4317
|
-
/* @__PURE__ */ (0,
|
|
4318
|
-
/* @__PURE__ */ (0,
|
|
4319
|
-
/* @__PURE__ */ (0,
|
|
4720
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsxs)("div", { className: "flex flex-col gap-3", children: [
|
|
4721
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(SectionTitle, { children: "Social Accounts" }),
|
|
4722
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsxs)("div", { className: "flex flex-col gap-2", children: [
|
|
4723
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsxs)(AccountRow, { children: [
|
|
4724
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsxs)("div", { className: "flex items-center gap-3", children: [
|
|
4725
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)("span", { className: "flex h-5 w-5 shrink-0 items-center justify-center text-agg-foreground", children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(Icon, { name: "twitter", size: "small", color: "currentColor" }) }),
|
|
4726
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)("span", { className: "text-agg-base font-agg-normal leading-6 text-agg-foreground whitespace-nowrap", children: "X (Twitter)" })
|
|
4320
4727
|
] }),
|
|
4321
|
-
(twitter == null ? void 0 : twitter.connected) ? /* @__PURE__ */ (0,
|
|
4728
|
+
(twitter == null ? void 0 : twitter.connected) ? /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(DisconnectTextButton, { onClick: onDisconnectTwitter }) : /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(ConnectTextButton, { onClick: onConnectTwitter })
|
|
4322
4729
|
] }),
|
|
4323
|
-
/* @__PURE__ */ (0,
|
|
4324
|
-
/* @__PURE__ */ (0,
|
|
4325
|
-
/* @__PURE__ */ (0,
|
|
4326
|
-
/* @__PURE__ */ (0,
|
|
4730
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsxs)(AccountRow, { children: [
|
|
4731
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsxs)("div", { className: "flex items-center gap-3", children: [
|
|
4732
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)("span", { className: "flex h-5 w-5 shrink-0 items-center justify-center text-[#5865F2]", children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(Icon, { name: "discord", size: "small", color: "currentColor" }) }),
|
|
4733
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)("span", { className: "text-agg-base font-agg-normal leading-6 text-agg-foreground whitespace-nowrap", children: "Discord" })
|
|
4327
4734
|
] }),
|
|
4328
|
-
(discord == null ? void 0 : discord.connected) ? /* @__PURE__ */ (0,
|
|
4735
|
+
(discord == null ? void 0 : discord.connected) ? /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(DisconnectTextButton, { onClick: onDisconnectDiscord }) : /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(ConnectTextButton, { onClick: onConnectDiscord })
|
|
4329
4736
|
] }),
|
|
4330
|
-
/* @__PURE__ */ (0,
|
|
4331
|
-
/* @__PURE__ */ (0,
|
|
4332
|
-
/* @__PURE__ */ (0,
|
|
4333
|
-
/* @__PURE__ */ (0,
|
|
4737
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsxs)(AccountRow, { children: [
|
|
4738
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsxs)("div", { className: "flex items-center gap-3", children: [
|
|
4739
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)("span", { className: "flex h-5 w-5 shrink-0 items-center justify-center text-[#26A5E4]", children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(Icon, { name: "telegram", size: "small", color: "currentColor" }) }),
|
|
4740
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)("span", { className: "text-agg-base font-agg-normal leading-6 text-agg-foreground whitespace-nowrap", children: "Telegram" })
|
|
4334
4741
|
] }),
|
|
4335
|
-
(telegram == null ? void 0 : telegram.connected) ? /* @__PURE__ */ (0,
|
|
4742
|
+
(telegram == null ? void 0 : telegram.connected) ? /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(DisconnectTextButton, { onClick: onDisconnectTelegram }) : /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(ConnectTextButton, { onClick: onConnectTelegram })
|
|
4336
4743
|
] })
|
|
4337
4744
|
] })
|
|
4338
4745
|
] }),
|
|
4339
|
-
/* @__PURE__ */ (0,
|
|
4340
|
-
/* @__PURE__ */ (0,
|
|
4341
|
-
/* @__PURE__ */ (0,
|
|
4746
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsxs)("div", { className: "flex flex-col gap-3", children: [
|
|
4747
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(SectionTitle, { children: "Email Address" }),
|
|
4748
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsxs)(
|
|
4342
4749
|
"button",
|
|
4343
4750
|
{
|
|
4344
4751
|
type: "button",
|
|
@@ -4350,11 +4757,11 @@ var AccountsWalletsTab = ({
|
|
|
4350
4757
|
"cursor-pointer hover:bg-agg-secondary-hover"
|
|
4351
4758
|
),
|
|
4352
4759
|
children: [
|
|
4353
|
-
/* @__PURE__ */ (0,
|
|
4354
|
-
/* @__PURE__ */ (0,
|
|
4355
|
-
/* @__PURE__ */ (0,
|
|
4760
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsxs)("div", { className: "flex items-center gap-3", children: [
|
|
4761
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)("span", { className: "flex h-5 w-5 shrink-0 items-center justify-center text-agg-foreground", children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(Icon, { name: "email", size: "small", color: "currentColor" }) }),
|
|
4762
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)("span", { className: "text-agg-base font-agg-normal leading-6 text-agg-foreground whitespace-nowrap", children: email != null ? email : "Connect email" })
|
|
4356
4763
|
] }),
|
|
4357
|
-
/* @__PURE__ */ (0,
|
|
4764
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(Icon, { name: "chevron-right", size: "small", color: "currentColor" })
|
|
4358
4765
|
]
|
|
4359
4766
|
}
|
|
4360
4767
|
)
|
|
@@ -4364,7 +4771,7 @@ var AccountsWalletsTab = ({
|
|
|
4364
4771
|
AccountsWalletsTab.displayName = "AccountsWalletsTab";
|
|
4365
4772
|
|
|
4366
4773
|
// src/profile/index.tsx
|
|
4367
|
-
var
|
|
4774
|
+
var import_jsx_runtime78 = require("react/jsx-runtime");
|
|
4368
4775
|
var ProfileModal = ({
|
|
4369
4776
|
open,
|
|
4370
4777
|
onOpenChange,
|
|
@@ -4436,13 +4843,13 @@ var ProfileModal = ({
|
|
|
4436
4843
|
const handleCancel = (0, import_react13.useCallback)(() => {
|
|
4437
4844
|
handleOpenChange(false);
|
|
4438
4845
|
}, [handleOpenChange]);
|
|
4439
|
-
return /* @__PURE__ */ (0,
|
|
4440
|
-
/* @__PURE__ */ (0,
|
|
4441
|
-
/* @__PURE__ */ (0,
|
|
4442
|
-
/* @__PURE__ */ (0,
|
|
4443
|
-
/* @__PURE__ */ (0,
|
|
4846
|
+
return /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(Modal, { open, onOpenChange: handleOpenChange, children: /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(Modal.Container, { maxWidth: "800px", "aria-label": "Edit Profile", children: [
|
|
4847
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(Modal.Header, { title: "Edit Profile" }),
|
|
4848
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(Modal.Body, { children: /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("div", { className: "flex flex-col sm:flex-row sm:gap-10", children: [
|
|
4849
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("div", { className: "shrink-0", children: [
|
|
4850
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)("div", { className: "flex gap-2 sm:hidden mb-6", children: PROFILE_TAB_ITEMS.map((tab) => {
|
|
4444
4851
|
const isActive = activeTab === tab.value;
|
|
4445
|
-
return /* @__PURE__ */ (0,
|
|
4852
|
+
return /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(
|
|
4446
4853
|
"button",
|
|
4447
4854
|
{
|
|
4448
4855
|
type: "button",
|
|
@@ -4455,14 +4862,14 @@ var ProfileModal = ({
|
|
|
4455
4862
|
isActive ? "font-agg-normal text-agg-foreground bg-agg-secondary-hover border-agg-primary" : "font-agg-normal text-agg-foreground border-transparent"
|
|
4456
4863
|
),
|
|
4457
4864
|
children: [
|
|
4458
|
-
/* @__PURE__ */ (0,
|
|
4459
|
-
/* @__PURE__ */ (0,
|
|
4865
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(Icon, { name: tab.icon, size: "small", color: "currentColor" }),
|
|
4866
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)("span", { className: "whitespace-nowrap", children: tab.label })
|
|
4460
4867
|
]
|
|
4461
4868
|
},
|
|
4462
4869
|
tab.value
|
|
4463
4870
|
);
|
|
4464
4871
|
}) }),
|
|
4465
|
-
/* @__PURE__ */ (0,
|
|
4872
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
4466
4873
|
"nav",
|
|
4467
4874
|
{
|
|
4468
4875
|
className: cn(
|
|
@@ -4477,7 +4884,7 @@ var ProfileModal = ({
|
|
|
4477
4884
|
"aria-label": "Profile sections",
|
|
4478
4885
|
children: PROFILE_TAB_ITEMS.map((tab) => {
|
|
4479
4886
|
const isActive = activeTab === tab.value;
|
|
4480
|
-
return /* @__PURE__ */ (0,
|
|
4887
|
+
return /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(
|
|
4481
4888
|
"button",
|
|
4482
4889
|
{
|
|
4483
4890
|
type: "button",
|
|
@@ -4492,9 +4899,9 @@ var ProfileModal = ({
|
|
|
4492
4899
|
isActive ? "font-agg-normal text-agg-foreground bg-agg-secondary-hover" : "font-agg-normal text-agg-foreground"
|
|
4493
4900
|
),
|
|
4494
4901
|
children: [
|
|
4495
|
-
isActive ? /* @__PURE__ */ (0,
|
|
4496
|
-
/* @__PURE__ */ (0,
|
|
4497
|
-
/* @__PURE__ */ (0,
|
|
4902
|
+
isActive ? /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("div", { className: "absolute left-0 top-0 bottom-0 w-1 bg-agg-primary" }) : null,
|
|
4903
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(Icon, { name: tab.icon, size: "small", color: "currentColor" }),
|
|
4904
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)("span", { className: "shrink-0 whitespace-nowrap", children: tab.label })
|
|
4498
4905
|
]
|
|
4499
4906
|
},
|
|
4500
4907
|
tab.value
|
|
@@ -4503,8 +4910,8 @@ var ProfileModal = ({
|
|
|
4503
4910
|
}
|
|
4504
4911
|
)
|
|
4505
4912
|
] }),
|
|
4506
|
-
/* @__PURE__ */ (0,
|
|
4507
|
-
activeTab === PROFILE_TAB_KEYS.ABOUT ? /* @__PURE__ */ (0,
|
|
4913
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("div", { className: "min-w-0 flex-1", children: [
|
|
4914
|
+
activeTab === PROFILE_TAB_KEYS.ABOUT ? /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
4508
4915
|
AboutTab,
|
|
4509
4916
|
{
|
|
4510
4917
|
username,
|
|
@@ -4517,7 +4924,7 @@ var ProfileModal = ({
|
|
|
4517
4924
|
draftAvatarPreview
|
|
4518
4925
|
}
|
|
4519
4926
|
) : null,
|
|
4520
|
-
activeTab === PROFILE_TAB_KEYS.ACCOUNTS_WALLETS ? /* @__PURE__ */ (0,
|
|
4927
|
+
activeTab === PROFILE_TAB_KEYS.ACCOUNTS_WALLETS ? /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
4521
4928
|
AccountsWalletsTab,
|
|
4522
4929
|
{
|
|
4523
4930
|
exchanges,
|
|
@@ -4535,9 +4942,9 @@ var ProfileModal = ({
|
|
|
4535
4942
|
) : null
|
|
4536
4943
|
] })
|
|
4537
4944
|
] }) }),
|
|
4538
|
-
/* @__PURE__ */ (0,
|
|
4539
|
-
/* @__PURE__ */ (0,
|
|
4540
|
-
/* @__PURE__ */ (0,
|
|
4945
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(Modal.Footer, { children: [
|
|
4946
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(Button, { variant: "secondary", size: "large", onClick: handleCancel, className: "min-w-[120px]", children: "Cancel" }),
|
|
4947
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
4541
4948
|
Button,
|
|
4542
4949
|
{
|
|
4543
4950
|
variant: "primary",
|