@agg-market/ui 5.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 +42 -27
- package/dist/chunk-6I474QXG.mjs +2736 -0
- package/dist/chunk-AVHMI47G.mjs +2409 -0
- package/dist/chunk-BXW3VIKV.mjs +90 -0
- package/dist/{chunk-5K7VXAYM.mjs → chunk-EEQPPN7N.mjs} +2 -4
- package/dist/chunk-EERL6BZF.mjs +997 -0
- package/dist/chunk-KQKLLL4D.mjs +730 -0
- package/dist/chunk-KZOQW6NT.mjs +0 -0
- package/dist/chunk-L5U7RGJV.mjs +1211 -0
- package/dist/{connect-button.js → chunk-MUB7NYWZ.mjs} +1039 -876
- package/dist/chunk-OAJBTVZT.mjs +119 -0
- package/dist/{chunk-QDMHLRDY.mjs → chunk-OVQVAUAI.mjs} +167 -40
- package/dist/chunk-ZYUJ7YEJ.mjs +645 -0
- package/dist/events.d.mts +1 -0
- package/dist/events.d.ts +1 -0
- package/dist/{event-market-page.js → events.js} +5552 -5315
- package/dist/events.mjs +16 -0
- package/dist/index.d.mts +1 -79
- package/dist/index.d.ts +1 -79
- package/dist/index.js +9186 -8374
- package/dist/index.mjs +644 -170
- package/dist/modals.d.mts +1 -0
- package/dist/modals.d.ts +1 -0
- package/dist/{onboarding-modal.js → modals.js} +3472 -1335
- package/dist/modals.mjs +24 -0
- package/dist/pages.d.mts +1 -0
- package/dist/pages.d.ts +1 -0
- package/dist/pages.js +8590 -0
- package/dist/pages.mjs +16 -0
- package/dist/primitives.d.mts +1 -0
- package/dist/primitives.d.ts +1 -0
- package/dist/{market-details.js → primitives.js} +3914 -3741
- package/dist/{icon.mjs → primitives.mjs} +70 -9
- package/dist/styles.css +1 -1
- package/dist/tailwind.css +1 -1
- package/dist/trading.d.mts +1 -0
- package/dist/trading.d.ts +1 -0
- package/dist/{place-order.js → trading.js} +2404 -1409
- package/dist/trading.mjs +65 -0
- 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 -0
- package/dist/types/auth/index.d.ts +1 -0
- package/dist/types/constants.d.mts +1 -0
- package/dist/types/constants.d.ts +1 -0
- package/dist/types/deposit/deposit-modal.constants.d.mts +9 -0
- package/dist/types/deposit/deposit-modal.constants.d.ts +9 -0
- package/dist/{deposit-modal.d.mts → types/deposit/deposit-modal.types.d.mts} +3 -10
- package/dist/{deposit-modal.d.ts → types/deposit/deposit-modal.types.d.ts} +3 -10
- package/dist/types/deposit/index.d.mts +6 -0
- package/dist/types/deposit/index.d.ts +6 -0
- package/dist/types/deposit/steps/card-deposit.d.mts +7 -0
- package/dist/types/deposit/steps/card-deposit.d.ts +7 -0
- package/dist/types/deposit/steps/crypto-transfer.d.mts +7 -0
- package/dist/types/deposit/steps/crypto-transfer.d.ts +7 -0
- package/dist/types/deposit/steps/deposit-method.d.mts +7 -0
- package/dist/types/deposit/steps/deposit-method.d.ts +7 -0
- package/dist/types/deposit/steps/kalshi-deposit.d.mts +5 -0
- package/dist/types/deposit/steps/kalshi-deposit.d.ts +5 -0
- package/dist/types/deposit/steps/venue-selection.d.mts +7 -0
- package/dist/types/deposit/steps/venue-selection.d.ts +7 -0
- package/dist/types/events/index.d.mts +4 -0
- package/dist/types/events/index.d.ts +4 -0
- package/dist/types/events/item/event-list-item.constants.d.mts +1 -0
- package/dist/types/events/item/event-list-item.constants.d.ts +1 -0
- package/dist/types/events/item/event-list-item.types.d.mts +46 -0
- package/dist/types/events/item/event-list-item.types.d.ts +46 -0
- package/dist/types/events/item/event-list-item.utils.d.mts +23 -0
- package/dist/types/events/item/event-list-item.utils.d.ts +23 -0
- package/dist/types/events/item/index.d.mts +6 -0
- package/dist/types/events/item/index.d.ts +6 -0
- package/dist/types/events/item-details/event-list-item-details.constants.d.mts +10 -0
- package/dist/types/events/item-details/event-list-item-details.constants.d.ts +10 -0
- package/dist/types/events/item-details/event-list-item-details.types.d.mts +53 -0
- package/dist/types/events/item-details/event-list-item-details.types.d.ts +53 -0
- package/dist/types/events/item-details/event-list-item-details.utils.d.mts +26 -0
- package/dist/types/events/item-details/event-list-item-details.utils.d.ts +26 -0
- package/dist/types/events/item-details/index.d.mts +6 -0
- package/dist/types/events/item-details/index.d.ts +6 -0
- package/dist/types/events/list/event-list.constants.d.mts +3 -0
- package/dist/types/events/list/event-list.constants.d.ts +3 -0
- package/dist/types/events/list/event-list.types.d.mts +21 -0
- package/dist/types/events/list/event-list.types.d.ts +21 -0
- package/dist/types/events/list/event-list.utils.d.mts +6 -0
- package/dist/types/events/list/event-list.utils.d.ts +6 -0
- package/dist/types/events/list/index.d.mts +6 -0
- package/dist/types/events/list/index.d.ts +6 -0
- package/dist/types/events/market-details/index.d.mts +6 -0
- package/dist/types/events/market-details/index.d.ts +6 -0
- package/dist/types/events/market-details/market-details.constants.d.mts +9 -0
- package/dist/types/events/market-details/market-details.constants.d.ts +9 -0
- package/dist/types/events/market-details/market-details.types.d.mts +63 -0
- package/dist/types/events/market-details/market-details.types.d.ts +63 -0
- package/dist/types/events/market-details/market-details.utils.d.mts +46 -0
- package/dist/types/events/market-details/market-details.utils.d.ts +46 -0
- package/dist/types/index.d.mts +9 -0
- package/dist/types/index.d.ts +9 -0
- package/dist/types/modals/index.d.mts +4 -0
- package/dist/types/modals/index.d.ts +4 -0
- package/dist/types/onboarding/index.d.mts +11 -0
- package/dist/types/onboarding/index.d.ts +11 -0
- package/dist/types/onboarding/onboarding-modal.constants.d.mts +10 -0
- package/dist/types/onboarding/onboarding-modal.constants.d.ts +10 -0
- package/dist/types/onboarding/onboarding-modal.types.d.mts +55 -0
- package/dist/types/onboarding/onboarding-modal.types.d.ts +55 -0
- package/dist/types/onboarding/steps/connect-accounts.d.mts +5 -0
- package/dist/types/onboarding/steps/connect-accounts.d.ts +5 -0
- package/dist/types/onboarding/steps/connect-kalshi-modal.d.mts +5 -0
- package/dist/types/onboarding/steps/connect-kalshi-modal.d.ts +5 -0
- package/dist/types/onboarding/steps/connect-onchain-modal.d.mts +5 -0
- package/dist/types/onboarding/steps/connect-onchain-modal.d.ts +5 -0
- package/dist/types/onboarding/steps/how-it-works.d.mts +5 -0
- package/dist/types/onboarding/steps/how-it-works.d.ts +5 -0
- package/dist/types/onboarding/steps/profile-setup.d.mts +5 -0
- package/dist/types/onboarding/steps/profile-setup.d.ts +5 -0
- package/dist/types/pages/event-market/event-market.types.d.mts +42 -0
- package/dist/types/pages/event-market/event-market.types.d.ts +42 -0
- package/dist/types/pages/event-market/index.d.mts +6 -0
- package/dist/types/pages/event-market/index.d.ts +6 -0
- package/dist/types/pages/home/home.constants.d.mts +8 -0
- package/dist/types/pages/home/home.constants.d.ts +8 -0
- package/dist/{home-page.d.ts → types/pages/home/home.types.d.mts} +8 -18
- package/dist/{home-page.d.mts → types/pages/home/home.types.d.ts} +8 -18
- package/dist/types/pages/home/home.utils.d.mts +3 -0
- package/dist/types/pages/home/home.utils.d.ts +3 -0
- package/dist/types/pages/home/index.d.mts +6 -0
- package/dist/types/pages/home/index.d.ts +6 -0
- package/dist/types/pages/index.d.mts +3 -0
- package/dist/types/pages/index.d.ts +3 -0
- package/dist/types/pages/user-profile/components/activity-row.d.mts +10 -0
- package/dist/types/pages/user-profile/components/activity-row.d.ts +10 -0
- package/dist/types/pages/user-profile/components/balance-display.d.mts +12 -0
- package/dist/types/pages/user-profile/components/balance-display.d.ts +12 -0
- package/dist/types/pages/user-profile/components/balances-card.d.mts +12 -0
- package/dist/types/pages/user-profile/components/balances-card.d.ts +12 -0
- package/dist/types/pages/user-profile/components/default-avatar.d.mts +8 -0
- package/dist/types/pages/user-profile/components/default-avatar.d.ts +8 -0
- package/dist/types/pages/user-profile/components/empty-state.d.mts +10 -0
- package/dist/types/pages/user-profile/components/empty-state.d.ts +10 -0
- package/dist/types/pages/user-profile/components/position-row.d.mts +10 -0
- package/dist/types/pages/user-profile/components/position-row.d.ts +10 -0
- package/dist/types/pages/user-profile/components/positions-activity.d.mts +14 -0
- package/dist/types/pages/user-profile/components/positions-activity.d.ts +14 -0
- package/dist/types/pages/user-profile/components/user-info-card.d.mts +11 -0
- package/dist/types/pages/user-profile/components/user-info-card.d.ts +11 -0
- package/dist/types/pages/user-profile/index.d.mts +6 -0
- package/dist/types/pages/user-profile/index.d.ts +6 -0
- package/dist/types/pages/user-profile/user-profile.constants.d.mts +9 -0
- package/dist/types/pages/user-profile/user-profile.constants.d.ts +9 -0
- package/dist/{user-profile-page.d.ts → types/pages/user-profile/user-profile.types.d.mts} +12 -22
- package/dist/{user-profile-page.d.mts → types/pages/user-profile/user-profile.types.d.ts} +12 -22
- package/dist/types/primitives/badge/badge.constants.d.mts +4 -0
- package/dist/types/primitives/badge/badge.constants.d.ts +4 -0
- package/dist/types/primitives/badge/badge.types.d.mts +18 -0
- package/dist/types/primitives/badge/badge.types.d.ts +18 -0
- package/dist/types/primitives/badge/index.d.mts +7 -0
- package/dist/types/primitives/badge/index.d.ts +7 -0
- package/dist/types/primitives/button/button.constants.d.mts +6 -0
- package/dist/types/primitives/button/button.constants.d.ts +6 -0
- package/dist/types/primitives/button/button.types.d.mts +12 -0
- package/dist/types/primitives/button/button.types.d.ts +12 -0
- package/dist/types/primitives/button/index.d.mts +6 -0
- package/dist/types/primitives/button/index.d.ts +6 -0
- package/dist/types/primitives/card/card.types.d.mts +3 -0
- package/dist/types/primitives/card/card.types.d.ts +3 -0
- package/dist/types/primitives/card/index.d.mts +6 -0
- package/dist/types/primitives/card/index.d.ts +6 -0
- 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/{chart.d.mts → types/primitives/chart/index.d.mts} +14 -11
- package/dist/{chart.d.ts → types/primitives/chart/index.d.ts} +14 -11
- package/dist/types/primitives/hello-world.d.mts +4 -0
- package/dist/types/primitives/hello-world.d.ts +4 -0
- package/dist/types/primitives/icon/icon.constants.d.mts +2 -0
- package/dist/types/primitives/icon/icon.constants.d.ts +2 -0
- package/dist/types/primitives/icon/icon.types.d.mts +9 -0
- package/dist/types/primitives/icon/icon.types.d.ts +9 -0
- package/dist/types/primitives/icon/icon.utils.d.mts +2 -0
- package/dist/types/primitives/icon/icon.utils.d.ts +2 -0
- package/dist/types/primitives/icon/index.d.mts +53 -0
- package/dist/types/primitives/icon/index.d.ts +53 -0
- package/dist/types/primitives/icon/registry.d.mts +194 -0
- package/dist/types/primitives/icon/registry.d.ts +194 -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/arrow-trend-up.d.mts +5 -0
- package/dist/types/primitives/icon/svg/arrow-trend-up.d.ts +5 -0
- package/dist/types/primitives/icon/svg/arrows-to-dot.d.mts +5 -0
- package/dist/types/primitives/icon/svg/arrows-to-dot.d.ts +5 -0
- package/dist/types/primitives/icon/svg/bank.d.mts +5 -0
- package/dist/types/primitives/icon/svg/bank.d.ts +5 -0
- package/dist/types/primitives/icon/svg/best-prices.d.mts +5 -0
- package/dist/types/primitives/icon/svg/best-prices.d.ts +5 -0
- package/dist/types/primitives/icon/svg/bolt.d.mts +5 -0
- package/dist/types/primitives/icon/svg/bolt.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/check-badge.d.mts +5 -0
- package/dist/types/primitives/icon/svg/check-badge.d.ts +5 -0
- package/dist/types/primitives/icon/svg/check-circle.d.mts +5 -0
- package/dist/types/primitives/icon/svg/check-circle.d.ts +5 -0
- package/dist/types/primitives/icon/svg/chevron-down.d.mts +5 -0
- package/dist/types/primitives/icon/svg/chevron-down.d.ts +5 -0
- package/dist/types/primitives/icon/svg/chevron-left.d.mts +5 -0
- package/dist/types/primitives/icon/svg/chevron-left.d.ts +5 -0
- package/dist/types/primitives/icon/svg/chevron-right.d.mts +5 -0
- package/dist/types/primitives/icon/svg/chevron-right.d.ts +5 -0
- package/dist/types/primitives/icon/svg/chevron-up.d.mts +5 -0
- package/dist/types/primitives/icon/svg/chevron-up.d.ts +5 -0
- package/dist/types/primitives/icon/svg/close.d.mts +5 -0
- package/dist/types/primitives/icon/svg/close.d.ts +5 -0
- package/dist/types/primitives/icon/svg/copy.d.mts +5 -0
- package/dist/types/primitives/icon/svg/copy.d.ts +5 -0
- package/dist/types/primitives/icon/svg/create-account.d.mts +5 -0
- package/dist/types/primitives/icon/svg/create-account.d.ts +5 -0
- package/dist/types/primitives/icon/svg/credit-card.d.mts +5 -0
- package/dist/types/primitives/icon/svg/credit-card.d.ts +5 -0
- package/dist/types/primitives/icon/svg/disconnect.d.mts +5 -0
- package/dist/types/primitives/icon/svg/disconnect.d.ts +5 -0
- package/dist/types/primitives/icon/svg/discord.d.mts +5 -0
- package/dist/types/primitives/icon/svg/discord.d.ts +5 -0
- package/dist/types/primitives/icon/svg/document.d.mts +5 -0
- package/dist/types/primitives/icon/svg/document.d.ts +5 -0
- package/dist/types/primitives/icon/svg/dots-horizontal.d.mts +5 -0
- package/dist/types/primitives/icon/svg/dots-horizontal.d.ts +5 -0
- package/dist/types/primitives/icon/svg/download.d.mts +5 -0
- package/dist/types/primitives/icon/svg/download.d.ts +5 -0
- package/dist/types/primitives/icon/svg/email.d.mts +5 -0
- package/dist/types/primitives/icon/svg/email.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/external-link.d.mts +5 -0
- package/dist/types/primitives/icon/svg/external-link.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/info.d.mts +5 -0
- package/dist/types/primitives/icon/svg/info.d.ts +5 -0
- package/dist/types/primitives/icon/svg/link-accounts.d.mts +5 -0
- package/dist/types/primitives/icon/svg/link-accounts.d.ts +5 -0
- package/dist/types/primitives/icon/svg/pencil.d.mts +5 -0
- package/dist/types/primitives/icon/svg/pencil.d.ts +5 -0
- package/dist/types/primitives/icon/svg/play-square.d.mts +5 -0
- package/dist/types/primitives/icon/svg/play-square.d.ts +5 -0
- package/dist/types/primitives/icon/svg/profile.d.mts +5 -0
- package/dist/types/primitives/icon/svg/profile.d.ts +5 -0
- package/dist/types/primitives/icon/svg/revenue-alt.d.mts +5 -0
- package/dist/types/primitives/icon/svg/revenue-alt.d.ts +5 -0
- package/dist/types/primitives/icon/svg/search.d.mts +5 -0
- package/dist/types/primitives/icon/svg/search.d.ts +5 -0
- package/dist/types/primitives/icon/svg/shield-trust.d.mts +5 -0
- package/dist/types/primitives/icon/svg/shield-trust.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/icon/svg/stay-in-control.d.mts +5 -0
- package/dist/types/primitives/icon/svg/stay-in-control.d.ts +5 -0
- package/dist/types/primitives/icon/svg/telegram.d.mts +5 -0
- package/dist/types/primitives/icon/svg/telegram.d.ts +5 -0
- package/dist/types/primitives/icon/svg/triangle-down.d.mts +5 -0
- package/dist/types/primitives/icon/svg/triangle-down.d.ts +5 -0
- package/dist/types/primitives/icon/svg/triangle-up-filled.d.mts +5 -0
- package/dist/types/primitives/icon/svg/triangle-up-filled.d.ts +5 -0
- package/dist/types/primitives/icon/svg/triangle-up.d.mts +5 -0
- package/dist/types/primitives/icon/svg/triangle-up.d.ts +5 -0
- package/dist/types/primitives/icon/svg/twitter.d.mts +5 -0
- package/dist/types/primitives/icon/svg/twitter.d.ts +5 -0
- package/dist/types/primitives/icon/svg/upload.d.mts +5 -0
- package/dist/types/primitives/icon/svg/upload.d.ts +5 -0
- package/dist/types/primitives/icon/svg/wallet-avatar.d.mts +5 -0
- package/dist/types/primitives/icon/svg/wallet-avatar.d.ts +5 -0
- package/dist/types/primitives/icon/svg/wallet.d.mts +5 -0
- package/dist/types/primitives/icon/svg/wallet.d.ts +5 -0
- package/dist/types/primitives/icon/svg/warning-filled.d.mts +5 -0
- package/dist/types/primitives/icon/svg/warning-filled.d.ts +5 -0
- package/dist/types/primitives/icon/svg/warning.d.mts +5 -0
- package/dist/types/primitives/icon/svg/warning.d.ts +5 -0
- package/dist/types/primitives/icon/types.d.mts +5 -0
- package/dist/types/primitives/icon/types.d.ts +5 -0
- package/dist/types/primitives/index.d.mts +18 -0
- package/dist/types/primitives/index.d.ts +18 -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/loading-icon/index.d.mts +11 -0
- package/dist/types/primitives/loading-icon/index.d.ts +11 -0
- package/dist/types/primitives/modal/index.d.mts +10 -0
- package/dist/types/primitives/modal/index.d.ts +10 -0
- package/dist/types/primitives/modal/modal.types.d.mts +54 -0
- package/dist/types/primitives/modal/modal.types.d.ts +54 -0
- package/dist/{number-value.d.mts → types/primitives/number-value.d.mts} +3 -5
- package/dist/{number-value.d.ts → types/primitives/number-value.d.ts} +3 -5
- package/dist/types/primitives/search/index.d.mts +6 -0
- package/dist/types/primitives/search/index.d.ts +6 -0
- package/dist/types/primitives/search/search-empty-icon.d.mts +5 -0
- package/dist/types/primitives/search/search-empty-icon.d.ts +5 -0
- package/dist/types/primitives/search/search.types.d.mts +96 -0
- package/dist/types/primitives/search/search.types.d.ts +96 -0
- package/dist/{select.d.mts → types/primitives/select/index.d.mts} +3 -5
- package/dist/{select.d.ts → types/primitives/select/index.d.ts} +3 -5
- package/dist/types/primitives/skeleton/index.d.mts +7 -0
- package/dist/types/primitives/skeleton/index.d.ts +7 -0
- package/dist/types/primitives/skeleton/skeleton-block.d.mts +8 -0
- package/dist/types/primitives/skeleton/skeleton-block.d.ts +8 -0
- package/dist/{skeleton.d.mts → types/primitives/skeleton/skeleton.types.d.mts} +6 -9
- package/dist/{skeleton.d.ts → types/primitives/skeleton/skeleton.types.d.ts} +6 -9
- package/dist/types/primitives/skeleton/views/event-list-item-details-skeleton-view.d.mts +5 -0
- package/dist/types/primitives/skeleton/views/event-list-item-details-skeleton-view.d.ts +5 -0
- package/dist/types/primitives/skeleton/views/event-list-item-skeleton-view.d.mts +9 -0
- package/dist/types/primitives/skeleton/views/event-list-item-skeleton-view.d.ts +9 -0
- package/dist/types/primitives/skeleton/views/event-list-skeleton-view.d.mts +5 -0
- package/dist/types/primitives/skeleton/views/event-list-skeleton-view.d.ts +5 -0
- package/dist/types/primitives/skeleton/views/market-details-skeleton-view.d.mts +12 -0
- package/dist/types/primitives/skeleton/views/market-details-skeleton-view.d.ts +12 -0
- package/dist/types/primitives/skeleton/views/place-order-skeleton-view.d.mts +5 -0
- package/dist/types/primitives/skeleton/views/place-order-skeleton-view.d.ts +5 -0
- package/dist/types/primitives/skeleton/views/settlement-skeleton-view.d.mts +5 -0
- package/dist/types/primitives/skeleton/views/settlement-skeleton-view.d.ts +5 -0
- package/dist/{state-message.d.mts → types/primitives/state-message/index.d.mts} +2 -3
- package/dist/{state-message.d.ts → types/primitives/state-message/index.d.ts} +2 -3
- package/dist/{switch-button.d.mts → types/primitives/switch-button/index.d.mts} +4 -7
- package/dist/{switch-button.d.ts → types/primitives/switch-button/index.d.ts} +4 -7
- package/dist/types/primitives/tabs/index.d.mts +6 -0
- package/dist/types/primitives/tabs/index.d.ts +6 -0
- package/dist/types/primitives/tabs/tabs.types.d.mts +24 -0
- package/dist/types/primitives/tabs/tabs.types.d.ts +24 -0
- package/dist/types/primitives/tabs/tabs.utils.d.mts +14 -0
- package/dist/types/primitives/tabs/tabs.utils.d.ts +14 -0
- package/dist/types/primitives/typography/index.d.mts +7 -0
- package/dist/types/primitives/typography/index.d.ts +7 -0
- package/dist/types/primitives/typography/typography.constants.d.mts +3 -0
- package/dist/types/primitives/typography/typography.constants.d.ts +3 -0
- package/dist/types/primitives/typography/typography.types.d.mts +8 -0
- package/dist/types/primitives/typography/typography.types.d.ts +8 -0
- package/dist/types/primitives/venue-logo/index.d.mts +8 -0
- package/dist/types/primitives/venue-logo/index.d.ts +8 -0
- package/dist/types/primitives/venue-logo/logo-props.d.mts +10 -0
- package/dist/types/primitives/venue-logo/logo-props.d.ts +10 -0
- package/dist/types/primitives/venue-logo/svg/logo-kalshi.d.mts +5 -0
- package/dist/types/primitives/venue-logo/svg/logo-kalshi.d.ts +5 -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/svg/logo-opinion.d.mts +5 -0
- package/dist/types/primitives/venue-logo/svg/logo-opinion.d.ts +5 -0
- package/dist/types/primitives/venue-logo/svg/logo-polymarket.d.mts +5 -0
- package/dist/types/primitives/venue-logo/svg/logo-polymarket.d.ts +5 -0
- package/dist/types/primitives/venue-logo/svg/logo-probable.d.mts +5 -0
- package/dist/types/primitives/venue-logo/svg/logo-probable.d.ts +5 -0
- package/dist/types/primitives/venue-logo/venue-logo.constants.d.mts +9 -0
- package/dist/types/primitives/venue-logo/venue-logo.constants.d.ts +9 -0
- package/dist/types/primitives/venue-logo/venue-logo.types.d.mts +17 -0
- package/dist/types/primitives/venue-logo/venue-logo.types.d.ts +17 -0
- package/dist/types/profile/index.d.mts +6 -0
- package/dist/types/profile/index.d.ts +6 -0
- package/dist/types/profile/profile-modal.constants.d.mts +17 -0
- package/dist/types/profile/profile-modal.constants.d.ts +17 -0
- package/dist/{profile-modal.d.mts → types/profile/profile-modal.types.d.mts} +4 -11
- package/dist/{profile-modal.d.ts → types/profile/profile-modal.types.d.ts} +4 -11
- package/dist/types/profile/tabs/about-tab.d.mts +16 -0
- package/dist/types/profile/tabs/about-tab.d.ts +16 -0
- package/dist/types/profile/tabs/accounts-wallets-tab.d.mts +18 -0
- package/dist/types/profile/tabs/accounts-wallets-tab.d.ts +18 -0
- package/dist/types/shared/constants.d.mts +23 -0
- package/dist/types/shared/constants.d.ts +23 -0
- package/dist/types/shared/query-error.d.mts +2 -0
- package/dist/types/shared/query-error.d.ts +2 -0
- package/dist/types/shared/types.d.mts +1 -0
- package/dist/types/shared/types.d.ts +1 -0
- package/dist/types/shared/utils.d.mts +15 -0
- package/dist/types/shared/utils.d.ts +15 -0
- package/dist/types/trading/index.d.mts +4 -0
- package/dist/types/trading/index.d.ts +4 -0
- package/dist/{place-order.d.ts → types/trading/place-order/index.d.mts} +3 -7
- package/dist/{place-order.d.mts → types/trading/place-order/index.d.ts} +3 -7
- package/dist/{settlement.d.ts → types/trading/settlement/index.d.mts} +3 -7
- package/dist/{settlement.d.mts → types/trading/settlement/index.d.ts} +3 -7
- package/dist/{types-BImwqY4o.d.ts → types/trading/types.d.mts} +61 -64
- package/dist/{types-BImwqY4o.d.mts → types/trading/types.d.ts} +61 -64
- package/dist/types/trading/utils.d.mts +16 -0
- package/dist/types/trading/utils.d.ts +16 -0
- package/dist/types/withdraw/index.d.mts +6 -0
- package/dist/types/withdraw/index.d.ts +6 -0
- package/dist/types/withdraw/steps/kalshi-withdraw.d.mts +5 -0
- package/dist/types/withdraw/steps/kalshi-withdraw.d.ts +5 -0
- package/dist/types/withdraw/steps/venue-selection.d.mts +6 -0
- package/dist/types/withdraw/steps/venue-selection.d.ts +6 -0
- package/dist/types/withdraw/steps/withdraw-amount.d.mts +8 -0
- package/dist/types/withdraw/steps/withdraw-amount.d.ts +8 -0
- package/dist/types/withdraw/steps/withdraw-method.d.mts +7 -0
- package/dist/types/withdraw/steps/withdraw-method.d.ts +7 -0
- package/dist/types/withdraw/withdraw-modal.constants.d.mts +9 -0
- package/dist/types/withdraw/withdraw-modal.constants.d.ts +9 -0
- package/dist/{withdraw-modal.d.mts → types/withdraw/withdraw-modal.types.d.mts} +3 -10
- package/dist/{withdraw-modal.d.ts → types/withdraw/withdraw-modal.types.d.ts} +3 -10
- package/package.json +29 -291
- package/dist/badge.d.mts +0 -28
- package/dist/badge.d.ts +0 -28
- package/dist/badge.js +0 -110
- package/dist/badge.mjs +0 -9
- package/dist/button.d.mts +0 -20
- package/dist/button.d.ts +0 -20
- package/dist/button.js +0 -183
- package/dist/button.mjs +0 -8
- package/dist/card.d.mts +0 -10
- package/dist/card.d.ts +0 -10
- package/dist/card.js +0 -88
- package/dist/card.mjs +0 -7
- package/dist/chart.js +0 -438
- package/dist/chart.mjs +0 -8
- package/dist/chunk-34IRJYSU.mjs +0 -146
- package/dist/chunk-3QLOUBDJ.mjs +0 -483
- package/dist/chunk-3W7NBJLU.mjs +0 -371
- package/dist/chunk-4343LYSH.mjs +0 -45
- package/dist/chunk-4S3I6X7F.mjs +0 -855
- package/dist/chunk-4VUDTWH7.mjs +0 -42
- package/dist/chunk-5ADMXO3Y.mjs +0 -456
- package/dist/chunk-6JG6I5AY.mjs +0 -654
- package/dist/chunk-BNDFQPHF.mjs +0 -9
- package/dist/chunk-CTYJVVHJ.mjs +0 -334
- package/dist/chunk-DHBHKIJR.mjs +0 -1049
- package/dist/chunk-ERGNR6UQ.mjs +0 -67
- package/dist/chunk-FO263M3V.mjs +0 -10
- package/dist/chunk-FO2QCB4Z.mjs +0 -35
- package/dist/chunk-GFBF2J3Y.mjs +0 -328
- package/dist/chunk-GJ4U5NCE.mjs +0 -134
- package/dist/chunk-IGPNIM2B.mjs +0 -83
- package/dist/chunk-K6IJ4WBM.mjs +0 -67
- package/dist/chunk-KAGYJ4XT.mjs +0 -126
- package/dist/chunk-KIYMVWL4.mjs +0 -280
- package/dist/chunk-LCZKSITC.mjs +0 -162
- package/dist/chunk-M4RJHRFT.mjs +0 -445
- package/dist/chunk-MJHKBCXQ.mjs +0 -379
- package/dist/chunk-MKVGQ7AS.mjs +0 -168
- package/dist/chunk-NDG43KGL.mjs +0 -44
- package/dist/chunk-NH2G3POM.mjs +0 -470
- package/dist/chunk-OBCHURW5.mjs +0 -64
- package/dist/chunk-OJVTGNIF.mjs +0 -230
- package/dist/chunk-PORVP72S.mjs +0 -277
- package/dist/chunk-PZTHM6WG.mjs +0 -1340
- package/dist/chunk-Q6DGDBPV.mjs +0 -774
- package/dist/chunk-QLMVKLNJ.mjs +0 -669
- package/dist/chunk-S3H63TQ5.mjs +0 -537
- package/dist/chunk-T7TATHPD.mjs +0 -313
- package/dist/chunk-XUCS575S.mjs +0 -65
- package/dist/chunk-YJA5VQW6.mjs +0 -167
- package/dist/chunk-ZFMCCBP6.mjs +0 -25
- package/dist/connect-button.d.mts +0 -40
- package/dist/connect-button.d.ts +0 -40
- package/dist/connect-button.mjs +0 -14
- package/dist/deposit-modal.js +0 -2801
- package/dist/deposit-modal.mjs +0 -15
- package/dist/event-list-item-details.d.mts +0 -11
- package/dist/event-list-item-details.d.ts +0 -11
- package/dist/event-list-item-details.js +0 -3711
- package/dist/event-list-item-details.mjs +0 -23
- package/dist/event-list-item-details.types-CMbXOrT-.d.ts +0 -53
- package/dist/event-list-item-details.types-DekJKeMD.d.mts +0 -53
- package/dist/event-list-item.d.mts +0 -10
- package/dist/event-list-item.d.ts +0 -10
- package/dist/event-list-item.js +0 -2821
- package/dist/event-list-item.mjs +0 -20
- package/dist/event-list-item.types-Y6IeJ4e4.d.mts +0 -46
- package/dist/event-list-item.types-Y6IeJ4e4.d.ts +0 -46
- package/dist/event-list.d.mts +0 -9
- package/dist/event-list.d.ts +0 -9
- package/dist/event-list.js +0 -3802
- package/dist/event-list.mjs +0 -23
- package/dist/event-list.types-CkAAUqwW.d.mts +0 -13
- package/dist/event-list.types-CkAAUqwW.d.ts +0 -13
- package/dist/event-market-page.d.mts +0 -52
- package/dist/event-market-page.d.ts +0 -52
- package/dist/event-market-page.mjs +0 -30
- package/dist/hello-world.d.mts +0 -8
- package/dist/hello-world.d.ts +0 -8
- package/dist/hello-world.js +0 -92
- package/dist/hello-world.mjs +0 -8
- package/dist/home-page.js +0 -4066
- package/dist/home-page.mjs +0 -24
- package/dist/icon.d.mts +0 -193
- package/dist/icon.d.ts +0 -193
- package/dist/icon.js +0 -1465
- package/dist/loading-icon.d.mts +0 -14
- package/dist/loading-icon.d.ts +0 -14
- package/dist/loading-icon.js +0 -112
- package/dist/loading-icon.mjs +0 -8
- package/dist/market-details.d.mts +0 -73
- package/dist/market-details.d.ts +0 -73
- package/dist/market-details.mjs +0 -24
- package/dist/modal.d.mts +0 -66
- package/dist/modal.d.ts +0 -66
- package/dist/modal.js +0 -321
- package/dist/modal.mjs +0 -9
- package/dist/number-value.js +0 -67
- package/dist/number-value.mjs +0 -7
- package/dist/onboarding-modal.d.mts +0 -88
- package/dist/onboarding-modal.d.ts +0 -88
- package/dist/onboarding-modal.mjs +0 -24
- package/dist/place-order.mjs +0 -18
- package/dist/profile-modal.js +0 -2447
- package/dist/profile-modal.mjs +0 -14
- package/dist/registry-DfSCFAdC.d.mts +0 -178
- package/dist/registry-DfSCFAdC.d.ts +0 -178
- package/dist/search.d.mts +0 -51
- package/dist/search.d.ts +0 -51
- package/dist/search.js +0 -1957
- package/dist/search.mjs +0 -13
- package/dist/select.js +0 -1552
- package/dist/select.mjs +0 -11
- package/dist/settlement.js +0 -2445
- package/dist/settlement.mjs +0 -15
- package/dist/skeleton.js +0 -490
- package/dist/skeleton.mjs +0 -10
- package/dist/state-message.js +0 -1629
- package/dist/state-message.mjs +0 -14
- package/dist/switch-button.js +0 -191
- package/dist/switch-button.mjs +0 -7
- package/dist/tabs.d.mts +0 -31
- package/dist/tabs.d.ts +0 -31
- package/dist/tabs.js +0 -2078
- package/dist/tabs.mjs +0 -12
- package/dist/types-BVj9ky9P.d.mts +0 -3
- package/dist/types-BVj9ky9P.d.ts +0 -3
- package/dist/typography.d.mts +0 -18
- package/dist/typography.d.ts +0 -18
- package/dist/typography.js +0 -93
- package/dist/typography.mjs +0 -9
- package/dist/user-profile-page.js +0 -3081
- package/dist/user-profile-page.mjs +0 -15
- package/dist/venue-logo.d.mts +0 -13
- package/dist/venue-logo.d.ts +0 -13
- package/dist/venue-logo.js +0 -323
- package/dist/venue-logo.mjs +0 -10
- package/dist/venue-logo.types-CGUc22ly.d.mts +0 -19
- package/dist/venue-logo.types-Dqr39S1-.d.ts +0 -19
- package/dist/withdraw-modal.js +0 -2449
- package/dist/withdraw-modal.mjs +0 -14
|
@@ -1,12 +1,7 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __create = Object.create;
|
|
3
1
|
var __defProp = Object.defineProperty;
|
|
4
2
|
var __defProps = Object.defineProperties;
|
|
5
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
6
3
|
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
|
|
7
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
8
4
|
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
9
|
-
var __getProtoOf = Object.getPrototypeOf;
|
|
10
5
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
11
6
|
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
12
7
|
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
@@ -34,53 +29,56 @@ var __objRest = (source, exclude) => {
|
|
|
34
29
|
}
|
|
35
30
|
return target;
|
|
36
31
|
};
|
|
37
|
-
var
|
|
38
|
-
|
|
39
|
-
|
|
32
|
+
var __async = (__this, __arguments, generator) => {
|
|
33
|
+
return new Promise((resolve, reject) => {
|
|
34
|
+
var fulfilled = (value) => {
|
|
35
|
+
try {
|
|
36
|
+
step(generator.next(value));
|
|
37
|
+
} catch (e) {
|
|
38
|
+
reject(e);
|
|
39
|
+
}
|
|
40
|
+
};
|
|
41
|
+
var rejected = (value) => {
|
|
42
|
+
try {
|
|
43
|
+
step(generator.throw(value));
|
|
44
|
+
} catch (e) {
|
|
45
|
+
reject(e);
|
|
46
|
+
}
|
|
47
|
+
};
|
|
48
|
+
var step = (x) => x.done ? resolve(x.value) : Promise.resolve(x.value).then(fulfilled, rejected);
|
|
49
|
+
step((generator = generator.apply(__this, __arguments)).next());
|
|
50
|
+
});
|
|
40
51
|
};
|
|
41
|
-
var __copyProps = (to, from, except, desc) => {
|
|
42
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
43
|
-
for (let key of __getOwnPropNames(from))
|
|
44
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
45
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
46
|
-
}
|
|
47
|
-
return to;
|
|
48
|
-
};
|
|
49
|
-
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
50
|
-
// If the importer is in node compatibility mode or this is not an ESM
|
|
51
|
-
// file that has been converted to a CommonJS file using a Babel-
|
|
52
|
-
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
53
|
-
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
54
|
-
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
55
|
-
mod
|
|
56
|
-
));
|
|
57
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
58
|
-
|
|
59
|
-
// src/auth/connect-button/index.tsx
|
|
60
|
-
var connect_button_exports = {};
|
|
61
|
-
__export(connect_button_exports, {
|
|
62
|
-
ConnectButton: () => ConnectButton
|
|
63
|
-
});
|
|
64
|
-
module.exports = __toCommonJS(connect_button_exports);
|
|
65
|
-
var import_react = require("react");
|
|
66
|
-
var DropdownMenu = __toESM(require("@radix-ui/react-dropdown-menu"));
|
|
67
|
-
var import_viem = require("viem");
|
|
68
|
-
var import_wagmi = require("wagmi");
|
|
69
|
-
var import_hooks4 = require("@agg-market/hooks");
|
|
70
52
|
|
|
71
53
|
// src/constants.ts
|
|
72
54
|
var AGG_ROOT_CLASS_NAME = "agg-root";
|
|
73
55
|
|
|
74
|
-
// src/primitives/button/index.tsx
|
|
75
|
-
var import_hooks = require("@agg-market/hooks");
|
|
76
|
-
|
|
77
56
|
// src/shared/utils.ts
|
|
57
|
+
var isTruthy = (x) => !!x;
|
|
78
58
|
var cn = (...values) => values.filter(Boolean).join(" ");
|
|
79
59
|
var getMotionClassName = (enabled, ...values) => {
|
|
80
60
|
if (!enabled)
|
|
81
61
|
return void 0;
|
|
82
62
|
return cn(...values);
|
|
83
63
|
};
|
|
64
|
+
var getScrollBehavior = (enabled) => {
|
|
65
|
+
return enabled ? "smooth" : "auto";
|
|
66
|
+
};
|
|
67
|
+
var isValidDateValue = (value) => {
|
|
68
|
+
if (value instanceof Date && !Number.isNaN(value.getTime()))
|
|
69
|
+
return true;
|
|
70
|
+
return false;
|
|
71
|
+
};
|
|
72
|
+
var toDate = (value) => {
|
|
73
|
+
if (!value)
|
|
74
|
+
return null;
|
|
75
|
+
if (value instanceof Date)
|
|
76
|
+
return value;
|
|
77
|
+
const parsed = new Date(value);
|
|
78
|
+
if (Number.isNaN(parsed.getTime()))
|
|
79
|
+
return null;
|
|
80
|
+
return parsed;
|
|
81
|
+
};
|
|
84
82
|
var shortenAddress = (value) => {
|
|
85
83
|
if (value.length < 10)
|
|
86
84
|
return value;
|
|
@@ -96,6 +94,29 @@ var formatUsd = (value) => {
|
|
|
96
94
|
maximumFractionDigits: 2
|
|
97
95
|
});
|
|
98
96
|
};
|
|
97
|
+
var formatCompactUsd = (amount) => {
|
|
98
|
+
const formatted = amount % 1 === 0 ? amount.toString() : amount.toFixed(1);
|
|
99
|
+
return `$${formatted}`;
|
|
100
|
+
};
|
|
101
|
+
var formatAmountDisplay = (value) => {
|
|
102
|
+
var _a;
|
|
103
|
+
if (!value)
|
|
104
|
+
return "";
|
|
105
|
+
const num = Number(value);
|
|
106
|
+
if (Number.isNaN(num))
|
|
107
|
+
return value;
|
|
108
|
+
if (value.includes(".")) {
|
|
109
|
+
const [, dec] = value.split(".");
|
|
110
|
+
return num.toLocaleString("en-US", {
|
|
111
|
+
minimumFractionDigits: (_a = dec == null ? void 0 : dec.length) != null ? _a : 0,
|
|
112
|
+
maximumFractionDigits: 2
|
|
113
|
+
});
|
|
114
|
+
}
|
|
115
|
+
return num.toLocaleString("en-US");
|
|
116
|
+
};
|
|
117
|
+
|
|
118
|
+
// src/primitives/button/index.tsx
|
|
119
|
+
import { useSdkUiConfig } from "@agg-market/hooks";
|
|
99
120
|
|
|
100
121
|
// src/primitives/icon/icon.constants.ts
|
|
101
122
|
var iconSizeClasses = {
|
|
@@ -149,7 +170,7 @@ var baseButtonClasses = cn(
|
|
|
149
170
|
);
|
|
150
171
|
|
|
151
172
|
// src/primitives/button/index.tsx
|
|
152
|
-
|
|
173
|
+
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
153
174
|
var Button = (_a) => {
|
|
154
175
|
var _b = _a, {
|
|
155
176
|
children,
|
|
@@ -174,9 +195,9 @@ var Button = (_a) => {
|
|
|
174
195
|
"className",
|
|
175
196
|
"aria-label"
|
|
176
197
|
]);
|
|
177
|
-
const { enableAnimations } =
|
|
198
|
+
const { enableAnimations } = useSdkUiConfig();
|
|
178
199
|
const isDisabled = disabled || isLoading;
|
|
179
|
-
return /* @__PURE__ */
|
|
200
|
+
return /* @__PURE__ */ jsx(
|
|
180
201
|
"button",
|
|
181
202
|
__spreadProps(__spreadValues({
|
|
182
203
|
type,
|
|
@@ -193,7 +214,7 @@ var Button = (_a) => {
|
|
|
193
214
|
"aria-busy": isLoading,
|
|
194
215
|
"aria-label": ariaLabel
|
|
195
216
|
}, other), {
|
|
196
|
-
children: isLoading ? /* @__PURE__ */
|
|
217
|
+
children: isLoading ? /* @__PURE__ */ jsx(
|
|
197
218
|
"span",
|
|
198
219
|
{
|
|
199
220
|
className: cn(
|
|
@@ -203,9 +224,9 @@ var Button = (_a) => {
|
|
|
203
224
|
),
|
|
204
225
|
"aria-hidden": "true"
|
|
205
226
|
}
|
|
206
|
-
) : /* @__PURE__ */
|
|
227
|
+
) : /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
207
228
|
prefix != null ? prefix : null,
|
|
208
|
-
/* @__PURE__ */
|
|
229
|
+
/* @__PURE__ */ jsx("span", { children }),
|
|
209
230
|
suffix != null ? suffix : null
|
|
210
231
|
] })
|
|
211
232
|
})
|
|
@@ -219,11 +240,37 @@ var getIconA11yProps = (title) => ({
|
|
|
219
240
|
"aria-hidden": title ? void 0 : true
|
|
220
241
|
});
|
|
221
242
|
|
|
243
|
+
// src/primitives/icon/svg/apple.tsx
|
|
244
|
+
import { jsx as jsx2, jsxs as jsxs2 } from "react/jsx-runtime";
|
|
245
|
+
var AppleIcon = (_a) => {
|
|
246
|
+
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
247
|
+
return /* @__PURE__ */ jsxs2(
|
|
248
|
+
"svg",
|
|
249
|
+
__spreadProps(__spreadValues(__spreadValues({
|
|
250
|
+
viewBox: "0 0 24 24",
|
|
251
|
+
className,
|
|
252
|
+
fill: "none"
|
|
253
|
+
}, getIconA11yProps(title)), props), {
|
|
254
|
+
children: [
|
|
255
|
+
title ? /* @__PURE__ */ jsx2("title", { children: title }) : null,
|
|
256
|
+
/* @__PURE__ */ jsx2(
|
|
257
|
+
"path",
|
|
258
|
+
{
|
|
259
|
+
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",
|
|
260
|
+
fill: "currentColor"
|
|
261
|
+
}
|
|
262
|
+
)
|
|
263
|
+
]
|
|
264
|
+
})
|
|
265
|
+
);
|
|
266
|
+
};
|
|
267
|
+
AppleIcon.displayName = "AppleIcon";
|
|
268
|
+
|
|
222
269
|
// src/primitives/icon/svg/arrow-trend-up.tsx
|
|
223
|
-
|
|
270
|
+
import { jsx as jsx3, jsxs as jsxs3 } from "react/jsx-runtime";
|
|
224
271
|
var ArrowTrendUpIcon = (_a) => {
|
|
225
272
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
226
|
-
return /* @__PURE__ */ (
|
|
273
|
+
return /* @__PURE__ */ jsxs3(
|
|
227
274
|
"svg",
|
|
228
275
|
__spreadProps(__spreadValues(__spreadValues({
|
|
229
276
|
viewBox: "0 0 16 16",
|
|
@@ -231,8 +278,8 @@ var ArrowTrendUpIcon = (_a) => {
|
|
|
231
278
|
fill: "none"
|
|
232
279
|
}, getIconA11yProps(title)), props), {
|
|
233
280
|
children: [
|
|
234
|
-
title ? /* @__PURE__ */ (
|
|
235
|
-
/* @__PURE__ */ (
|
|
281
|
+
title ? /* @__PURE__ */ jsx3("title", { children: title }) : null,
|
|
282
|
+
/* @__PURE__ */ jsx3(
|
|
236
283
|
"path",
|
|
237
284
|
{
|
|
238
285
|
d: "M2 11.5L6.5 7L9.5 10L14 5.5",
|
|
@@ -242,7 +289,7 @@ var ArrowTrendUpIcon = (_a) => {
|
|
|
242
289
|
strokeLinejoin: "round"
|
|
243
290
|
}
|
|
244
291
|
),
|
|
245
|
-
/* @__PURE__ */ (
|
|
292
|
+
/* @__PURE__ */ jsx3(
|
|
246
293
|
"path",
|
|
247
294
|
{
|
|
248
295
|
d: "M10.5 5.5H14V9",
|
|
@@ -259,10 +306,10 @@ var ArrowTrendUpIcon = (_a) => {
|
|
|
259
306
|
ArrowTrendUpIcon.displayName = "ArrowTrendUpIcon";
|
|
260
307
|
|
|
261
308
|
// src/primitives/icon/svg/arrows-to-dot.tsx
|
|
262
|
-
|
|
309
|
+
import { jsx as jsx4, jsxs as jsxs4 } from "react/jsx-runtime";
|
|
263
310
|
var ArrowsToDotIcon = (_a) => {
|
|
264
311
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
265
|
-
return /* @__PURE__ */ (
|
|
312
|
+
return /* @__PURE__ */ jsxs4(
|
|
266
313
|
"svg",
|
|
267
314
|
__spreadProps(__spreadValues(__spreadValues({
|
|
268
315
|
viewBox: "0 0 16 16",
|
|
@@ -270,8 +317,8 @@ var ArrowsToDotIcon = (_a) => {
|
|
|
270
317
|
fill: "none"
|
|
271
318
|
}, getIconA11yProps(title)), props), {
|
|
272
319
|
children: [
|
|
273
|
-
title ? /* @__PURE__ */ (
|
|
274
|
-
/* @__PURE__ */ (
|
|
320
|
+
title ? /* @__PURE__ */ jsx4("title", { children: title }) : null,
|
|
321
|
+
/* @__PURE__ */ jsx4(
|
|
275
322
|
"path",
|
|
276
323
|
{
|
|
277
324
|
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",
|
|
@@ -285,10 +332,10 @@ var ArrowsToDotIcon = (_a) => {
|
|
|
285
332
|
ArrowsToDotIcon.displayName = "ArrowsToDotIcon";
|
|
286
333
|
|
|
287
334
|
// src/primitives/icon/svg/bank.tsx
|
|
288
|
-
|
|
335
|
+
import { jsx as jsx5, jsxs as jsxs5 } from "react/jsx-runtime";
|
|
289
336
|
var BankIcon = (_a) => {
|
|
290
337
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
291
|
-
return /* @__PURE__ */ (
|
|
338
|
+
return /* @__PURE__ */ jsxs5(
|
|
292
339
|
"svg",
|
|
293
340
|
__spreadProps(__spreadValues(__spreadValues({
|
|
294
341
|
viewBox: "0 0 24 24",
|
|
@@ -296,8 +343,8 @@ var BankIcon = (_a) => {
|
|
|
296
343
|
fill: "none"
|
|
297
344
|
}, getIconA11yProps(title)), props), {
|
|
298
345
|
children: [
|
|
299
|
-
title ? /* @__PURE__ */ (
|
|
300
|
-
/* @__PURE__ */ (
|
|
346
|
+
title ? /* @__PURE__ */ jsx5("title", { children: title }) : null,
|
|
347
|
+
/* @__PURE__ */ jsx5(
|
|
301
348
|
"path",
|
|
302
349
|
{
|
|
303
350
|
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",
|
|
@@ -311,10 +358,10 @@ var BankIcon = (_a) => {
|
|
|
311
358
|
BankIcon.displayName = "BankIcon";
|
|
312
359
|
|
|
313
360
|
// src/primitives/icon/svg/best-prices.tsx
|
|
314
|
-
|
|
361
|
+
import { jsx as jsx6, jsxs as jsxs6 } from "react/jsx-runtime";
|
|
315
362
|
var BestPricesIcon = (_a) => {
|
|
316
363
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
317
|
-
return /* @__PURE__ */ (
|
|
364
|
+
return /* @__PURE__ */ jsxs6(
|
|
318
365
|
"svg",
|
|
319
366
|
__spreadProps(__spreadValues(__spreadValues({
|
|
320
367
|
width: "28",
|
|
@@ -325,15 +372,15 @@ var BestPricesIcon = (_a) => {
|
|
|
325
372
|
className
|
|
326
373
|
}, getIconA11yProps(title)), props), {
|
|
327
374
|
children: [
|
|
328
|
-
title ? /* @__PURE__ */ (
|
|
329
|
-
/* @__PURE__ */ (
|
|
375
|
+
title ? /* @__PURE__ */ jsx6("title", { children: title }) : null,
|
|
376
|
+
/* @__PURE__ */ jsx6("g", { clipPath: "url(#clip0_best_prices)", children: /* @__PURE__ */ jsx6(
|
|
330
377
|
"path",
|
|
331
378
|
{
|
|
332
379
|
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",
|
|
333
380
|
fill: "currentColor"
|
|
334
381
|
}
|
|
335
382
|
) }),
|
|
336
|
-
/* @__PURE__ */ (
|
|
383
|
+
/* @__PURE__ */ jsx6("defs", { children: /* @__PURE__ */ jsx6("clipPath", { id: "clip0_best_prices", children: /* @__PURE__ */ jsx6("rect", { width: "28", height: "28", fill: "white" }) }) })
|
|
337
384
|
]
|
|
338
385
|
})
|
|
339
386
|
);
|
|
@@ -341,10 +388,10 @@ var BestPricesIcon = (_a) => {
|
|
|
341
388
|
BestPricesIcon.displayName = "BestPricesIcon";
|
|
342
389
|
|
|
343
390
|
// src/primitives/icon/svg/bolt.tsx
|
|
344
|
-
|
|
391
|
+
import { jsx as jsx7, jsxs as jsxs7 } from "react/jsx-runtime";
|
|
345
392
|
var BoltIcon = (_a) => {
|
|
346
393
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
347
|
-
return /* @__PURE__ */ (
|
|
394
|
+
return /* @__PURE__ */ jsxs7(
|
|
348
395
|
"svg",
|
|
349
396
|
__spreadProps(__spreadValues(__spreadValues({
|
|
350
397
|
viewBox: "0 0 24 24",
|
|
@@ -352,15 +399,15 @@ var BoltIcon = (_a) => {
|
|
|
352
399
|
fill: "none"
|
|
353
400
|
}, getIconA11yProps(title)), props), {
|
|
354
401
|
children: [
|
|
355
|
-
title ? /* @__PURE__ */ (
|
|
356
|
-
/* @__PURE__ */ (
|
|
402
|
+
title ? /* @__PURE__ */ jsx7("title", { children: title }) : null,
|
|
403
|
+
/* @__PURE__ */ jsx7("g", { clipPath: "url(#bolt-clip)", children: /* @__PURE__ */ jsx7(
|
|
357
404
|
"path",
|
|
358
405
|
{
|
|
359
406
|
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",
|
|
360
407
|
fill: "currentColor"
|
|
361
408
|
}
|
|
362
409
|
) }),
|
|
363
|
-
/* @__PURE__ */ (
|
|
410
|
+
/* @__PURE__ */ jsx7("defs", { children: /* @__PURE__ */ jsx7("clipPath", { id: "bolt-clip", children: /* @__PURE__ */ jsx7("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
364
411
|
]
|
|
365
412
|
})
|
|
366
413
|
);
|
|
@@ -368,10 +415,10 @@ var BoltIcon = (_a) => {
|
|
|
368
415
|
BoltIcon.displayName = "BoltIcon";
|
|
369
416
|
|
|
370
417
|
// src/primitives/icon/svg/check-circle.tsx
|
|
371
|
-
|
|
418
|
+
import { jsx as jsx8, jsxs as jsxs8 } from "react/jsx-runtime";
|
|
372
419
|
var CheckCircleIcon = (_a) => {
|
|
373
420
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
374
|
-
return /* @__PURE__ */ (
|
|
421
|
+
return /* @__PURE__ */ jsxs8(
|
|
375
422
|
"svg",
|
|
376
423
|
__spreadProps(__spreadValues(__spreadValues({
|
|
377
424
|
width: "24",
|
|
@@ -382,26 +429,125 @@ var CheckCircleIcon = (_a) => {
|
|
|
382
429
|
className
|
|
383
430
|
}, getIconA11yProps(title)), props), {
|
|
384
431
|
children: [
|
|
385
|
-
title ? /* @__PURE__ */ (
|
|
386
|
-
/* @__PURE__ */ (
|
|
432
|
+
title ? /* @__PURE__ */ jsx8("title", { children: title }) : null,
|
|
433
|
+
/* @__PURE__ */ jsx8("g", { clipPath: "url(#clip0_check_circle)", children: /* @__PURE__ */ jsx8(
|
|
387
434
|
"path",
|
|
388
435
|
{
|
|
389
436
|
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",
|
|
390
437
|
fill: "currentColor"
|
|
391
438
|
}
|
|
392
439
|
) }),
|
|
393
|
-
/* @__PURE__ */ (
|
|
440
|
+
/* @__PURE__ */ jsx8("defs", { children: /* @__PURE__ */ jsx8("clipPath", { id: "clip0_check_circle", children: /* @__PURE__ */ jsx8("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
394
441
|
]
|
|
395
442
|
})
|
|
396
443
|
);
|
|
397
444
|
};
|
|
398
445
|
CheckCircleIcon.displayName = "CheckCircleIcon";
|
|
399
446
|
|
|
447
|
+
// src/primitives/icon/svg/chart-candlestick.tsx
|
|
448
|
+
import { jsx as jsx9, jsxs as jsxs9 } from "react/jsx-runtime";
|
|
449
|
+
var ChartCandlestickIcon = (_a) => {
|
|
450
|
+
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
451
|
+
return /* @__PURE__ */ jsxs9(
|
|
452
|
+
"svg",
|
|
453
|
+
__spreadProps(__spreadValues(__spreadValues({
|
|
454
|
+
viewBox: "0 0 20 20",
|
|
455
|
+
fill: "none",
|
|
456
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
457
|
+
className
|
|
458
|
+
}, getIconA11yProps(title)), props), {
|
|
459
|
+
children: [
|
|
460
|
+
/* @__PURE__ */ jsx9(
|
|
461
|
+
"path",
|
|
462
|
+
{
|
|
463
|
+
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",
|
|
464
|
+
fill: "currentColor"
|
|
465
|
+
}
|
|
466
|
+
),
|
|
467
|
+
/* @__PURE__ */ jsx9(
|
|
468
|
+
"path",
|
|
469
|
+
{
|
|
470
|
+
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",
|
|
471
|
+
fill: "currentColor"
|
|
472
|
+
}
|
|
473
|
+
),
|
|
474
|
+
/* @__PURE__ */ jsx9(
|
|
475
|
+
"path",
|
|
476
|
+
{
|
|
477
|
+
fillRule: "evenodd",
|
|
478
|
+
clipRule: "evenodd",
|
|
479
|
+
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",
|
|
480
|
+
fill: "currentColor"
|
|
481
|
+
}
|
|
482
|
+
),
|
|
483
|
+
/* @__PURE__ */ jsx9(
|
|
484
|
+
"path",
|
|
485
|
+
{
|
|
486
|
+
fillRule: "evenodd",
|
|
487
|
+
clipRule: "evenodd",
|
|
488
|
+
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",
|
|
489
|
+
fill: "currentColor"
|
|
490
|
+
}
|
|
491
|
+
)
|
|
492
|
+
]
|
|
493
|
+
})
|
|
494
|
+
);
|
|
495
|
+
};
|
|
496
|
+
ChartCandlestickIcon.displayName = "ChartCandlestickIcon";
|
|
497
|
+
|
|
498
|
+
// src/primitives/icon/svg/chart-line.tsx
|
|
499
|
+
import { jsx as jsx10, jsxs as jsxs10 } from "react/jsx-runtime";
|
|
500
|
+
var ChartLineIcon = (_a) => {
|
|
501
|
+
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
502
|
+
return /* @__PURE__ */ jsxs10(
|
|
503
|
+
"svg",
|
|
504
|
+
__spreadProps(__spreadValues(__spreadValues({
|
|
505
|
+
viewBox: "0 0 20 20",
|
|
506
|
+
fill: "none",
|
|
507
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
508
|
+
className
|
|
509
|
+
}, getIconA11yProps(title)), props), {
|
|
510
|
+
children: [
|
|
511
|
+
title ? /* @__PURE__ */ jsx10("title", { children: title }) : null,
|
|
512
|
+
/* @__PURE__ */ jsx10(
|
|
513
|
+
"path",
|
|
514
|
+
{
|
|
515
|
+
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",
|
|
516
|
+
fill: "currentColor"
|
|
517
|
+
}
|
|
518
|
+
),
|
|
519
|
+
/* @__PURE__ */ jsx10(
|
|
520
|
+
"path",
|
|
521
|
+
{
|
|
522
|
+
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",
|
|
523
|
+
fill: "currentColor"
|
|
524
|
+
}
|
|
525
|
+
),
|
|
526
|
+
/* @__PURE__ */ jsx10(
|
|
527
|
+
"path",
|
|
528
|
+
{
|
|
529
|
+
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",
|
|
530
|
+
fill: "currentColor"
|
|
531
|
+
}
|
|
532
|
+
),
|
|
533
|
+
/* @__PURE__ */ jsx10(
|
|
534
|
+
"path",
|
|
535
|
+
{
|
|
536
|
+
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",
|
|
537
|
+
fill: "currentColor"
|
|
538
|
+
}
|
|
539
|
+
)
|
|
540
|
+
]
|
|
541
|
+
})
|
|
542
|
+
);
|
|
543
|
+
};
|
|
544
|
+
ChartLineIcon.displayName = "ChartLineIcon";
|
|
545
|
+
|
|
400
546
|
// src/primitives/icon/svg/chevron-down.tsx
|
|
401
|
-
|
|
547
|
+
import { jsx as jsx11, jsxs as jsxs11 } from "react/jsx-runtime";
|
|
402
548
|
var ChevronDownIcon = (_a) => {
|
|
403
549
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
404
|
-
return /* @__PURE__ */ (
|
|
550
|
+
return /* @__PURE__ */ jsxs11(
|
|
405
551
|
"svg",
|
|
406
552
|
__spreadProps(__spreadValues(__spreadValues({
|
|
407
553
|
viewBox: "0 0 14 14",
|
|
@@ -409,8 +555,8 @@ var ChevronDownIcon = (_a) => {
|
|
|
409
555
|
fill: "none"
|
|
410
556
|
}, getIconA11yProps(title)), props), {
|
|
411
557
|
children: [
|
|
412
|
-
title ? /* @__PURE__ */ (
|
|
413
|
-
/* @__PURE__ */ (
|
|
558
|
+
title ? /* @__PURE__ */ jsx11("title", { children: title }) : null,
|
|
559
|
+
/* @__PURE__ */ jsx11(
|
|
414
560
|
"path",
|
|
415
561
|
{
|
|
416
562
|
d: "M3.25 5.25L7 9L10.75 5.25",
|
|
@@ -427,10 +573,10 @@ var ChevronDownIcon = (_a) => {
|
|
|
427
573
|
ChevronDownIcon.displayName = "ChevronDownIcon";
|
|
428
574
|
|
|
429
575
|
// src/primitives/icon/svg/chevron-left.tsx
|
|
430
|
-
|
|
576
|
+
import { jsx as jsx12, jsxs as jsxs12 } from "react/jsx-runtime";
|
|
431
577
|
var ChevronLeftIcon = (_a) => {
|
|
432
578
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
433
|
-
return /* @__PURE__ */ (
|
|
579
|
+
return /* @__PURE__ */ jsxs12(
|
|
434
580
|
"svg",
|
|
435
581
|
__spreadProps(__spreadValues(__spreadValues({
|
|
436
582
|
viewBox: "0 0 24 24",
|
|
@@ -438,8 +584,8 @@ var ChevronLeftIcon = (_a) => {
|
|
|
438
584
|
fill: "none"
|
|
439
585
|
}, getIconA11yProps(title)), props), {
|
|
440
586
|
children: [
|
|
441
|
-
title ? /* @__PURE__ */ (
|
|
442
|
-
/* @__PURE__ */ (
|
|
587
|
+
title ? /* @__PURE__ */ jsx12("title", { children: title }) : null,
|
|
588
|
+
/* @__PURE__ */ jsx12(
|
|
443
589
|
"path",
|
|
444
590
|
{
|
|
445
591
|
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",
|
|
@@ -453,10 +599,10 @@ var ChevronLeftIcon = (_a) => {
|
|
|
453
599
|
ChevronLeftIcon.displayName = "ChevronLeftIcon";
|
|
454
600
|
|
|
455
601
|
// src/primitives/icon/svg/chevron-right.tsx
|
|
456
|
-
|
|
602
|
+
import { jsx as jsx13, jsxs as jsxs13 } from "react/jsx-runtime";
|
|
457
603
|
var ChevronRightIcon = (_a) => {
|
|
458
604
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
459
|
-
return /* @__PURE__ */ (
|
|
605
|
+
return /* @__PURE__ */ jsxs13(
|
|
460
606
|
"svg",
|
|
461
607
|
__spreadProps(__spreadValues(__spreadValues({
|
|
462
608
|
viewBox: "0 0 16 16",
|
|
@@ -464,8 +610,8 @@ var ChevronRightIcon = (_a) => {
|
|
|
464
610
|
fill: "none"
|
|
465
611
|
}, getIconA11yProps(title)), props), {
|
|
466
612
|
children: [
|
|
467
|
-
title ? /* @__PURE__ */ (
|
|
468
|
-
/* @__PURE__ */ (
|
|
613
|
+
title ? /* @__PURE__ */ jsx13("title", { children: title }) : null,
|
|
614
|
+
/* @__PURE__ */ jsx13(
|
|
469
615
|
"path",
|
|
470
616
|
{
|
|
471
617
|
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",
|
|
@@ -479,10 +625,10 @@ var ChevronRightIcon = (_a) => {
|
|
|
479
625
|
ChevronRightIcon.displayName = "ChevronRightIcon";
|
|
480
626
|
|
|
481
627
|
// src/primitives/icon/svg/chevron-up.tsx
|
|
482
|
-
|
|
628
|
+
import { jsx as jsx14, jsxs as jsxs14 } from "react/jsx-runtime";
|
|
483
629
|
var ChevronUpIcon = (_a) => {
|
|
484
630
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
485
|
-
return /* @__PURE__ */ (
|
|
631
|
+
return /* @__PURE__ */ jsxs14(
|
|
486
632
|
"svg",
|
|
487
633
|
__spreadProps(__spreadValues(__spreadValues({
|
|
488
634
|
viewBox: "0 0 14 14",
|
|
@@ -490,8 +636,8 @@ var ChevronUpIcon = (_a) => {
|
|
|
490
636
|
fill: "none"
|
|
491
637
|
}, getIconA11yProps(title)), props), {
|
|
492
638
|
children: [
|
|
493
|
-
title ? /* @__PURE__ */ (
|
|
494
|
-
/* @__PURE__ */ (
|
|
639
|
+
title ? /* @__PURE__ */ jsx14("title", { children: title }) : null,
|
|
640
|
+
/* @__PURE__ */ jsx14(
|
|
495
641
|
"path",
|
|
496
642
|
{
|
|
497
643
|
d: "M3.25 8.75L7 5L10.75 8.75",
|
|
@@ -508,10 +654,10 @@ var ChevronUpIcon = (_a) => {
|
|
|
508
654
|
ChevronUpIcon.displayName = "ChevronUpIcon";
|
|
509
655
|
|
|
510
656
|
// src/primitives/icon/svg/close.tsx
|
|
511
|
-
|
|
657
|
+
import { jsx as jsx15, jsxs as jsxs15 } from "react/jsx-runtime";
|
|
512
658
|
var CloseIcon = (_a) => {
|
|
513
659
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
514
|
-
return /* @__PURE__ */ (
|
|
660
|
+
return /* @__PURE__ */ jsxs15(
|
|
515
661
|
"svg",
|
|
516
662
|
__spreadProps(__spreadValues(__spreadValues({
|
|
517
663
|
width: "16",
|
|
@@ -522,8 +668,8 @@ var CloseIcon = (_a) => {
|
|
|
522
668
|
className
|
|
523
669
|
}, getIconA11yProps(title)), props), {
|
|
524
670
|
children: [
|
|
525
|
-
title ? /* @__PURE__ */ (
|
|
526
|
-
/* @__PURE__ */ (
|
|
671
|
+
title ? /* @__PURE__ */ jsx15("title", { children: title }) : null,
|
|
672
|
+
/* @__PURE__ */ jsx15(
|
|
527
673
|
"path",
|
|
528
674
|
{
|
|
529
675
|
d: "M12 4L4 12M4 4l8 8",
|
|
@@ -540,10 +686,10 @@ var CloseIcon = (_a) => {
|
|
|
540
686
|
CloseIcon.displayName = "CloseIcon";
|
|
541
687
|
|
|
542
688
|
// src/primitives/icon/svg/copy.tsx
|
|
543
|
-
|
|
689
|
+
import { jsx as jsx16, jsxs as jsxs16 } from "react/jsx-runtime";
|
|
544
690
|
var CopyIcon = (_a) => {
|
|
545
691
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
546
|
-
return /* @__PURE__ */ (
|
|
692
|
+
return /* @__PURE__ */ jsxs16(
|
|
547
693
|
"svg",
|
|
548
694
|
__spreadProps(__spreadValues(__spreadValues({
|
|
549
695
|
viewBox: "0 0 16 16",
|
|
@@ -551,15 +697,15 @@ var CopyIcon = (_a) => {
|
|
|
551
697
|
fill: "none"
|
|
552
698
|
}, getIconA11yProps(title)), props), {
|
|
553
699
|
children: [
|
|
554
|
-
title ? /* @__PURE__ */ (
|
|
555
|
-
/* @__PURE__ */ (
|
|
700
|
+
title ? /* @__PURE__ */ jsx16("title", { children: title }) : null,
|
|
701
|
+
/* @__PURE__ */ jsx16("g", { clipPath: "url(#clip0_copy)", children: /* @__PURE__ */ jsx16(
|
|
556
702
|
"path",
|
|
557
703
|
{
|
|
558
704
|
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",
|
|
559
705
|
fill: "currentColor"
|
|
560
706
|
}
|
|
561
707
|
) }),
|
|
562
|
-
/* @__PURE__ */ (
|
|
708
|
+
/* @__PURE__ */ jsx16("defs", { children: /* @__PURE__ */ jsx16("clipPath", { id: "clip0_copy", children: /* @__PURE__ */ jsx16("rect", { width: "16", height: "16", fill: "white" }) }) })
|
|
563
709
|
]
|
|
564
710
|
})
|
|
565
711
|
);
|
|
@@ -567,10 +713,10 @@ var CopyIcon = (_a) => {
|
|
|
567
713
|
CopyIcon.displayName = "CopyIcon";
|
|
568
714
|
|
|
569
715
|
// src/primitives/icon/svg/create-account.tsx
|
|
570
|
-
|
|
716
|
+
import { jsx as jsx17, jsxs as jsxs17 } from "react/jsx-runtime";
|
|
571
717
|
var CreateAccountIcon = (_a) => {
|
|
572
718
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
573
|
-
return /* @__PURE__ */ (
|
|
719
|
+
return /* @__PURE__ */ jsxs17(
|
|
574
720
|
"svg",
|
|
575
721
|
__spreadProps(__spreadValues(__spreadValues({
|
|
576
722
|
width: "28",
|
|
@@ -581,15 +727,15 @@ var CreateAccountIcon = (_a) => {
|
|
|
581
727
|
className
|
|
582
728
|
}, getIconA11yProps(title)), props), {
|
|
583
729
|
children: [
|
|
584
|
-
title ? /* @__PURE__ */ (
|
|
585
|
-
/* @__PURE__ */ (
|
|
730
|
+
title ? /* @__PURE__ */ jsx17("title", { children: title }) : null,
|
|
731
|
+
/* @__PURE__ */ jsx17("g", { clipPath: "url(#clip0_create_account)", children: /* @__PURE__ */ jsx17(
|
|
586
732
|
"path",
|
|
587
733
|
{
|
|
588
734
|
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",
|
|
589
735
|
fill: "currentColor"
|
|
590
736
|
}
|
|
591
737
|
) }),
|
|
592
|
-
/* @__PURE__ */ (
|
|
738
|
+
/* @__PURE__ */ jsx17("defs", { children: /* @__PURE__ */ jsx17("clipPath", { id: "clip0_create_account", children: /* @__PURE__ */ jsx17("rect", { width: "28", height: "28", fill: "white" }) }) })
|
|
593
739
|
]
|
|
594
740
|
})
|
|
595
741
|
);
|
|
@@ -597,10 +743,10 @@ var CreateAccountIcon = (_a) => {
|
|
|
597
743
|
CreateAccountIcon.displayName = "CreateAccountIcon";
|
|
598
744
|
|
|
599
745
|
// src/primitives/icon/svg/credit-card.tsx
|
|
600
|
-
|
|
746
|
+
import { jsx as jsx18, jsxs as jsxs18 } from "react/jsx-runtime";
|
|
601
747
|
var CreditCardIcon = (_a) => {
|
|
602
748
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
603
|
-
return /* @__PURE__ */ (
|
|
749
|
+
return /* @__PURE__ */ jsxs18(
|
|
604
750
|
"svg",
|
|
605
751
|
__spreadProps(__spreadValues(__spreadValues({
|
|
606
752
|
viewBox: "0 0 24 24",
|
|
@@ -608,8 +754,8 @@ var CreditCardIcon = (_a) => {
|
|
|
608
754
|
fill: "none"
|
|
609
755
|
}, getIconA11yProps(title)), props), {
|
|
610
756
|
children: [
|
|
611
|
-
title ? /* @__PURE__ */ (
|
|
612
|
-
/* @__PURE__ */ (
|
|
757
|
+
title ? /* @__PURE__ */ jsx18("title", { children: title }) : null,
|
|
758
|
+
/* @__PURE__ */ jsx18(
|
|
613
759
|
"path",
|
|
614
760
|
{
|
|
615
761
|
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",
|
|
@@ -623,10 +769,10 @@ var CreditCardIcon = (_a) => {
|
|
|
623
769
|
CreditCardIcon.displayName = "CreditCardIcon";
|
|
624
770
|
|
|
625
771
|
// src/primitives/icon/svg/disconnect.tsx
|
|
626
|
-
|
|
772
|
+
import { jsx as jsx19, jsxs as jsxs19 } from "react/jsx-runtime";
|
|
627
773
|
var DisconnectIcon = (_a) => {
|
|
628
774
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
629
|
-
return /* @__PURE__ */ (
|
|
775
|
+
return /* @__PURE__ */ jsxs19(
|
|
630
776
|
"svg",
|
|
631
777
|
__spreadProps(__spreadValues(__spreadValues({
|
|
632
778
|
viewBox: "0 0 16 16",
|
|
@@ -634,8 +780,8 @@ var DisconnectIcon = (_a) => {
|
|
|
634
780
|
fill: "none"
|
|
635
781
|
}, getIconA11yProps(title)), props), {
|
|
636
782
|
children: [
|
|
637
|
-
title ? /* @__PURE__ */ (
|
|
638
|
-
/* @__PURE__ */ (
|
|
783
|
+
title ? /* @__PURE__ */ jsx19("title", { children: title }) : null,
|
|
784
|
+
/* @__PURE__ */ jsx19(
|
|
639
785
|
"path",
|
|
640
786
|
{
|
|
641
787
|
d: "M6.5 3H4a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h2.5",
|
|
@@ -644,7 +790,7 @@ var DisconnectIcon = (_a) => {
|
|
|
644
790
|
strokeLinecap: "round"
|
|
645
791
|
}
|
|
646
792
|
),
|
|
647
|
-
/* @__PURE__ */ (
|
|
793
|
+
/* @__PURE__ */ jsx19(
|
|
648
794
|
"path",
|
|
649
795
|
{
|
|
650
796
|
d: "M9.5 5.5 12 8m0 0-2.5 2.5M12 8H6",
|
|
@@ -661,10 +807,10 @@ var DisconnectIcon = (_a) => {
|
|
|
661
807
|
DisconnectIcon.displayName = "DisconnectIcon";
|
|
662
808
|
|
|
663
809
|
// src/primitives/icon/svg/dots-horizontal.tsx
|
|
664
|
-
|
|
810
|
+
import { jsx as jsx20, jsxs as jsxs20 } from "react/jsx-runtime";
|
|
665
811
|
var DotsHorizontalIcon = (_a) => {
|
|
666
812
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
667
|
-
return /* @__PURE__ */ (
|
|
813
|
+
return /* @__PURE__ */ jsxs20(
|
|
668
814
|
"svg",
|
|
669
815
|
__spreadProps(__spreadValues(__spreadValues({
|
|
670
816
|
viewBox: "0 0 16 16",
|
|
@@ -672,10 +818,10 @@ var DotsHorizontalIcon = (_a) => {
|
|
|
672
818
|
fill: "none"
|
|
673
819
|
}, getIconA11yProps(title)), props), {
|
|
674
820
|
children: [
|
|
675
|
-
title ? /* @__PURE__ */ (
|
|
676
|
-
/* @__PURE__ */ (
|
|
677
|
-
/* @__PURE__ */ (
|
|
678
|
-
/* @__PURE__ */ (
|
|
821
|
+
title ? /* @__PURE__ */ jsx20("title", { children: title }) : null,
|
|
822
|
+
/* @__PURE__ */ jsx20("circle", { cx: "3.5", cy: "8", r: "1.25", fill: "currentColor" }),
|
|
823
|
+
/* @__PURE__ */ jsx20("circle", { cx: "8", cy: "8", r: "1.25", fill: "currentColor" }),
|
|
824
|
+
/* @__PURE__ */ jsx20("circle", { cx: "12.5", cy: "8", r: "1.25", fill: "currentColor" })
|
|
679
825
|
]
|
|
680
826
|
})
|
|
681
827
|
);
|
|
@@ -683,10 +829,10 @@ var DotsHorizontalIcon = (_a) => {
|
|
|
683
829
|
DotsHorizontalIcon.displayName = "DotsHorizontalIcon";
|
|
684
830
|
|
|
685
831
|
// src/primitives/icon/svg/document.tsx
|
|
686
|
-
|
|
832
|
+
import { jsx as jsx21, jsxs as jsxs21 } from "react/jsx-runtime";
|
|
687
833
|
var DocumentIcon = (_a) => {
|
|
688
834
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
689
|
-
return /* @__PURE__ */ (
|
|
835
|
+
return /* @__PURE__ */ jsxs21(
|
|
690
836
|
"svg",
|
|
691
837
|
__spreadProps(__spreadValues(__spreadValues({
|
|
692
838
|
viewBox: "0 0 16 16",
|
|
@@ -694,15 +840,15 @@ var DocumentIcon = (_a) => {
|
|
|
694
840
|
fill: "none"
|
|
695
841
|
}, getIconA11yProps(title)), props), {
|
|
696
842
|
children: [
|
|
697
|
-
title ? /* @__PURE__ */ (
|
|
698
|
-
/* @__PURE__ */ (
|
|
843
|
+
title ? /* @__PURE__ */ jsx21("title", { children: title }) : null,
|
|
844
|
+
/* @__PURE__ */ jsx21("g", { clipPath: "url(#document-clip)", children: /* @__PURE__ */ jsx21(
|
|
699
845
|
"path",
|
|
700
846
|
{
|
|
701
847
|
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",
|
|
702
848
|
fill: "currentColor"
|
|
703
849
|
}
|
|
704
850
|
) }),
|
|
705
|
-
/* @__PURE__ */ (
|
|
851
|
+
/* @__PURE__ */ jsx21("defs", { children: /* @__PURE__ */ jsx21("clipPath", { id: "document-clip", children: /* @__PURE__ */ jsx21("rect", { width: "16", height: "16", fill: "white" }) }) })
|
|
706
852
|
]
|
|
707
853
|
})
|
|
708
854
|
);
|
|
@@ -710,10 +856,10 @@ var DocumentIcon = (_a) => {
|
|
|
710
856
|
DocumentIcon.displayName = "DocumentIcon";
|
|
711
857
|
|
|
712
858
|
// src/primitives/icon/svg/download.tsx
|
|
713
|
-
|
|
859
|
+
import { jsx as jsx22, jsxs as jsxs22 } from "react/jsx-runtime";
|
|
714
860
|
var DownloadIcon = (_a) => {
|
|
715
861
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
716
|
-
return /* @__PURE__ */ (
|
|
862
|
+
return /* @__PURE__ */ jsxs22(
|
|
717
863
|
"svg",
|
|
718
864
|
__spreadProps(__spreadValues(__spreadValues({
|
|
719
865
|
viewBox: "0 0 16 16",
|
|
@@ -721,8 +867,8 @@ var DownloadIcon = (_a) => {
|
|
|
721
867
|
fill: "none"
|
|
722
868
|
}, getIconA11yProps(title)), props), {
|
|
723
869
|
children: [
|
|
724
|
-
title ? /* @__PURE__ */ (
|
|
725
|
-
/* @__PURE__ */ (
|
|
870
|
+
title ? /* @__PURE__ */ jsx22("title", { children: title }) : null,
|
|
871
|
+
/* @__PURE__ */ jsx22(
|
|
726
872
|
"path",
|
|
727
873
|
{
|
|
728
874
|
d: "M8 2.5v7m0 0 2.5-2.5M8 9.5 5.5 7",
|
|
@@ -732,180 +878,191 @@ var DownloadIcon = (_a) => {
|
|
|
732
878
|
strokeLinejoin: "round"
|
|
733
879
|
}
|
|
734
880
|
),
|
|
735
|
-
/* @__PURE__ */ (
|
|
881
|
+
/* @__PURE__ */ jsx22("path", { d: "M2.5 12.5h11", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" })
|
|
736
882
|
]
|
|
737
883
|
})
|
|
738
884
|
);
|
|
739
885
|
};
|
|
740
886
|
DownloadIcon.displayName = "DownloadIcon";
|
|
741
887
|
|
|
742
|
-
// src/primitives/icon/svg/
|
|
743
|
-
|
|
744
|
-
var
|
|
888
|
+
// src/primitives/icon/svg/error-filled.tsx
|
|
889
|
+
import { jsx as jsx23, jsxs as jsxs23 } from "react/jsx-runtime";
|
|
890
|
+
var ErrorFilledIcon = (_a) => {
|
|
745
891
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
746
|
-
return /* @__PURE__ */ (
|
|
892
|
+
return /* @__PURE__ */ jsxs23(
|
|
747
893
|
"svg",
|
|
748
894
|
__spreadProps(__spreadValues(__spreadValues({
|
|
749
|
-
viewBox: "0 0
|
|
895
|
+
viewBox: "0 0 16 16",
|
|
750
896
|
className,
|
|
751
897
|
fill: "none"
|
|
752
898
|
}, getIconA11yProps(title)), props), {
|
|
753
899
|
children: [
|
|
754
|
-
title ? /* @__PURE__ */ (
|
|
755
|
-
/* @__PURE__ */ (
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
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",
|
|
759
|
-
fill: "currentColor"
|
|
760
|
-
}
|
|
761
|
-
) }),
|
|
762
|
-
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("clipPath", { id: "clip0_422_235", children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("rect", { width: "14", height: "14", fill: "white" }) }) })
|
|
900
|
+
title ? /* @__PURE__ */ jsx23("title", { children: title }) : null,
|
|
901
|
+
/* @__PURE__ */ jsx23("circle", { cx: "8", cy: "8", r: "8", fill: "currentColor" }),
|
|
902
|
+
/* @__PURE__ */ jsx23("path", { d: "M8 4.16699V8.50033", stroke: "white", strokeWidth: "1.4", strokeLinecap: "round" }),
|
|
903
|
+
/* @__PURE__ */ jsx23("circle", { cx: "8", cy: "11.167", r: "0.833333", fill: "white" })
|
|
763
904
|
]
|
|
764
905
|
})
|
|
765
906
|
);
|
|
766
907
|
};
|
|
767
|
-
|
|
908
|
+
ErrorFilledIcon.displayName = "ErrorFilledIcon";
|
|
768
909
|
|
|
769
|
-
// src/primitives/icon/svg/
|
|
770
|
-
|
|
771
|
-
var
|
|
910
|
+
// src/primitives/icon/svg/external-link.tsx
|
|
911
|
+
import { jsx as jsx24, jsxs as jsxs24 } from "react/jsx-runtime";
|
|
912
|
+
var ExternalLinkIcon = (_a) => {
|
|
772
913
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
773
|
-
return /* @__PURE__ */ (
|
|
914
|
+
return /* @__PURE__ */ jsxs24(
|
|
774
915
|
"svg",
|
|
775
916
|
__spreadProps(__spreadValues(__spreadValues({
|
|
776
|
-
viewBox: "0 0
|
|
917
|
+
viewBox: "0 0 14 14",
|
|
777
918
|
className,
|
|
778
919
|
fill: "none"
|
|
779
920
|
}, getIconA11yProps(title)), props), {
|
|
780
921
|
children: [
|
|
781
|
-
title ? /* @__PURE__ */ (
|
|
782
|
-
/* @__PURE__ */ (
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
791
|
-
"path",
|
|
792
|
-
{
|
|
793
|
-
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",
|
|
794
|
-
fill: "currentColor"
|
|
795
|
-
}
|
|
796
|
-
),
|
|
797
|
-
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
798
|
-
"path",
|
|
799
|
-
{
|
|
800
|
-
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",
|
|
801
|
-
fill: "currentColor"
|
|
802
|
-
}
|
|
803
|
-
)
|
|
804
|
-
] }),
|
|
805
|
-
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("clipPath", { id: "info_clip", children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("rect", { width: "12", height: "12", fill: "white" }) }) })
|
|
922
|
+
title ? /* @__PURE__ */ jsx24("title", { children: title }) : null,
|
|
923
|
+
/* @__PURE__ */ jsx24("g", { clipPath: "url(#clip0_422_235)", children: /* @__PURE__ */ jsx24(
|
|
924
|
+
"path",
|
|
925
|
+
{
|
|
926
|
+
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",
|
|
927
|
+
fill: "currentColor"
|
|
928
|
+
}
|
|
929
|
+
) }),
|
|
930
|
+
/* @__PURE__ */ jsx24("defs", { children: /* @__PURE__ */ jsx24("clipPath", { id: "clip0_422_235", children: /* @__PURE__ */ jsx24("rect", { width: "14", height: "14", fill: "white" }) }) })
|
|
806
931
|
]
|
|
807
932
|
})
|
|
808
933
|
);
|
|
809
934
|
};
|
|
810
|
-
|
|
935
|
+
ExternalLinkIcon.displayName = "ExternalLinkIcon";
|
|
811
936
|
|
|
812
|
-
// src/primitives/icon/svg/
|
|
813
|
-
|
|
814
|
-
var
|
|
937
|
+
// src/primitives/icon/svg/ethereum.tsx
|
|
938
|
+
import { jsx as jsx25, jsxs as jsxs25 } from "react/jsx-runtime";
|
|
939
|
+
var EthereumIcon = (_a) => {
|
|
815
940
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
816
|
-
return /* @__PURE__ */ (
|
|
941
|
+
return /* @__PURE__ */ jsxs25(
|
|
817
942
|
"svg",
|
|
818
943
|
__spreadProps(__spreadValues(__spreadValues({
|
|
819
|
-
viewBox: "0 0
|
|
944
|
+
viewBox: "0 0 24 24",
|
|
820
945
|
className,
|
|
821
946
|
fill: "none"
|
|
822
947
|
}, getIconA11yProps(title)), props), {
|
|
823
948
|
children: [
|
|
824
|
-
title ? /* @__PURE__ */ (
|
|
825
|
-
/* @__PURE__ */ (
|
|
949
|
+
title ? /* @__PURE__ */ jsx25("title", { children: title }) : null,
|
|
950
|
+
/* @__PURE__ */ jsx25("rect", { width: "24", height: "24", rx: "8", fill: "#627EEA" }),
|
|
951
|
+
/* @__PURE__ */ jsx25(
|
|
826
952
|
"path",
|
|
827
953
|
{
|
|
828
|
-
|
|
829
|
-
|
|
954
|
+
fill: "#fff",
|
|
955
|
+
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"
|
|
830
956
|
}
|
|
831
|
-
)
|
|
832
|
-
/* @__PURE__ */ (
|
|
957
|
+
),
|
|
958
|
+
/* @__PURE__ */ jsx25(
|
|
959
|
+
"path",
|
|
960
|
+
{
|
|
961
|
+
fill: "#DDE4FF",
|
|
962
|
+
d: "m12 14.954 4.646-2.747L12 10.081v4.873Zm-4.646-2.747L12 14.954V10.08l-4.646 2.127Z"
|
|
963
|
+
}
|
|
964
|
+
)
|
|
833
965
|
]
|
|
834
966
|
})
|
|
835
967
|
);
|
|
836
968
|
};
|
|
837
|
-
|
|
969
|
+
EthereumIcon.displayName = "EthereumIcon";
|
|
838
970
|
|
|
839
|
-
// src/primitives/icon/svg/
|
|
840
|
-
|
|
841
|
-
var
|
|
971
|
+
// src/primitives/icon/svg/google.tsx
|
|
972
|
+
import { jsx as jsx26, jsxs as jsxs26 } from "react/jsx-runtime";
|
|
973
|
+
var GoogleIcon = (_a) => {
|
|
842
974
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
843
|
-
return /* @__PURE__ */ (
|
|
975
|
+
return /* @__PURE__ */ jsxs26(
|
|
844
976
|
"svg",
|
|
845
977
|
__spreadProps(__spreadValues(__spreadValues({
|
|
846
|
-
viewBox: "0 0
|
|
978
|
+
viewBox: "0 0 24 24",
|
|
847
979
|
className,
|
|
848
980
|
fill: "none"
|
|
849
981
|
}, getIconA11yProps(title)), props), {
|
|
850
982
|
children: [
|
|
851
|
-
title ? /* @__PURE__ */ (
|
|
852
|
-
/* @__PURE__ */ (
|
|
983
|
+
title ? /* @__PURE__ */ jsx26("title", { children: title }) : null,
|
|
984
|
+
/* @__PURE__ */ jsx26(
|
|
853
985
|
"path",
|
|
854
986
|
{
|
|
855
|
-
|
|
856
|
-
|
|
987
|
+
fill: "#4285F4",
|
|
988
|
+
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"
|
|
989
|
+
}
|
|
990
|
+
),
|
|
991
|
+
/* @__PURE__ */ jsx26(
|
|
992
|
+
"path",
|
|
993
|
+
{
|
|
994
|
+
fill: "#34A853",
|
|
995
|
+
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"
|
|
996
|
+
}
|
|
997
|
+
),
|
|
998
|
+
/* @__PURE__ */ jsx26(
|
|
999
|
+
"path",
|
|
1000
|
+
{
|
|
1001
|
+
fill: "#FBBC05",
|
|
1002
|
+
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"
|
|
1003
|
+
}
|
|
1004
|
+
),
|
|
1005
|
+
/* @__PURE__ */ jsx26(
|
|
1006
|
+
"path",
|
|
1007
|
+
{
|
|
1008
|
+
fill: "#EA4335",
|
|
1009
|
+
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"
|
|
857
1010
|
}
|
|
858
1011
|
)
|
|
859
1012
|
]
|
|
860
1013
|
})
|
|
861
1014
|
);
|
|
862
1015
|
};
|
|
863
|
-
|
|
1016
|
+
GoogleIcon.displayName = "GoogleIcon";
|
|
864
1017
|
|
|
865
|
-
// src/primitives/icon/svg/
|
|
866
|
-
|
|
867
|
-
var
|
|
1018
|
+
// src/primitives/icon/svg/info.tsx
|
|
1019
|
+
import { jsx as jsx27, jsxs as jsxs27 } from "react/jsx-runtime";
|
|
1020
|
+
var InfoIcon = (_a) => {
|
|
868
1021
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
869
|
-
return /* @__PURE__ */ (
|
|
1022
|
+
return /* @__PURE__ */ jsxs27(
|
|
870
1023
|
"svg",
|
|
871
1024
|
__spreadProps(__spreadValues(__spreadValues({
|
|
872
|
-
viewBox: "0 0
|
|
1025
|
+
viewBox: "0 0 12 12",
|
|
873
1026
|
className,
|
|
874
1027
|
fill: "none"
|
|
875
1028
|
}, getIconA11yProps(title)), props), {
|
|
876
1029
|
children: [
|
|
877
|
-
title ? /* @__PURE__ */ (
|
|
878
|
-
/* @__PURE__ */ (
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
1030
|
+
title ? /* @__PURE__ */ jsx27("title", { children: title }) : null,
|
|
1031
|
+
/* @__PURE__ */ jsxs27("g", { clipPath: "url(#info_clip)", children: [
|
|
1032
|
+
/* @__PURE__ */ jsx27(
|
|
1033
|
+
"path",
|
|
1034
|
+
{
|
|
1035
|
+
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",
|
|
1036
|
+
fill: "currentColor"
|
|
1037
|
+
}
|
|
1038
|
+
),
|
|
1039
|
+
/* @__PURE__ */ jsx27(
|
|
1040
|
+
"path",
|
|
1041
|
+
{
|
|
1042
|
+
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",
|
|
1043
|
+
fill: "currentColor"
|
|
1044
|
+
}
|
|
1045
|
+
),
|
|
1046
|
+
/* @__PURE__ */ jsx27(
|
|
1047
|
+
"path",
|
|
1048
|
+
{
|
|
1049
|
+
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",
|
|
1050
|
+
fill: "currentColor"
|
|
1051
|
+
}
|
|
1052
|
+
)
|
|
1053
|
+
] }),
|
|
1054
|
+
/* @__PURE__ */ jsx27("defs", { children: /* @__PURE__ */ jsx27("clipPath", { id: "info_clip", children: /* @__PURE__ */ jsx27("rect", { width: "12", height: "12", fill: "white" }) }) })
|
|
898
1055
|
]
|
|
899
1056
|
})
|
|
900
1057
|
);
|
|
901
1058
|
};
|
|
902
|
-
|
|
1059
|
+
InfoIcon.displayName = "InfoIcon";
|
|
903
1060
|
|
|
904
1061
|
// src/primitives/icon/svg/link-accounts.tsx
|
|
905
|
-
|
|
1062
|
+
import { jsx as jsx28, jsxs as jsxs28 } from "react/jsx-runtime";
|
|
906
1063
|
var LinkAccountsIcon = (_a) => {
|
|
907
1064
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
908
|
-
return /* @__PURE__ */ (
|
|
1065
|
+
return /* @__PURE__ */ jsxs28(
|
|
909
1066
|
"svg",
|
|
910
1067
|
__spreadProps(__spreadValues(__spreadValues({
|
|
911
1068
|
width: "28",
|
|
@@ -916,15 +1073,15 @@ var LinkAccountsIcon = (_a) => {
|
|
|
916
1073
|
className
|
|
917
1074
|
}, getIconA11yProps(title)), props), {
|
|
918
1075
|
children: [
|
|
919
|
-
title ? /* @__PURE__ */ (
|
|
920
|
-
/* @__PURE__ */ (
|
|
1076
|
+
title ? /* @__PURE__ */ jsx28("title", { children: title }) : null,
|
|
1077
|
+
/* @__PURE__ */ jsx28("g", { clipPath: "url(#clip0_link_accounts)", children: /* @__PURE__ */ jsx28(
|
|
921
1078
|
"path",
|
|
922
1079
|
{
|
|
923
1080
|
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",
|
|
924
1081
|
fill: "currentColor"
|
|
925
1082
|
}
|
|
926
1083
|
) }),
|
|
927
|
-
/* @__PURE__ */ (
|
|
1084
|
+
/* @__PURE__ */ jsx28("defs", { children: /* @__PURE__ */ jsx28("clipPath", { id: "clip0_link_accounts", children: /* @__PURE__ */ jsx28("rect", { width: "28", height: "28", fill: "white" }) }) })
|
|
928
1085
|
]
|
|
929
1086
|
})
|
|
930
1087
|
);
|
|
@@ -932,10 +1089,10 @@ var LinkAccountsIcon = (_a) => {
|
|
|
932
1089
|
LinkAccountsIcon.displayName = "LinkAccountsIcon";
|
|
933
1090
|
|
|
934
1091
|
// src/primitives/icon/svg/pencil.tsx
|
|
935
|
-
|
|
1092
|
+
import { jsx as jsx29, jsxs as jsxs29 } from "react/jsx-runtime";
|
|
936
1093
|
var PencilIcon = (_a) => {
|
|
937
1094
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
938
|
-
return /* @__PURE__ */ (
|
|
1095
|
+
return /* @__PURE__ */ jsxs29(
|
|
939
1096
|
"svg",
|
|
940
1097
|
__spreadProps(__spreadValues(__spreadValues({
|
|
941
1098
|
viewBox: "0 0 16 16",
|
|
@@ -943,15 +1100,15 @@ var PencilIcon = (_a) => {
|
|
|
943
1100
|
fill: "none"
|
|
944
1101
|
}, getIconA11yProps(title)), props), {
|
|
945
1102
|
children: [
|
|
946
|
-
title ? /* @__PURE__ */ (
|
|
947
|
-
/* @__PURE__ */ (
|
|
1103
|
+
title ? /* @__PURE__ */ jsx29("title", { children: title }) : null,
|
|
1104
|
+
/* @__PURE__ */ jsx29("g", { clipPath: "url(#pencil_clip)", children: /* @__PURE__ */ jsx29(
|
|
948
1105
|
"path",
|
|
949
1106
|
{
|
|
950
1107
|
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",
|
|
951
1108
|
fill: "currentColor"
|
|
952
1109
|
}
|
|
953
1110
|
) }),
|
|
954
|
-
/* @__PURE__ */ (
|
|
1111
|
+
/* @__PURE__ */ jsx29("defs", { children: /* @__PURE__ */ jsx29("clipPath", { id: "pencil_clip", children: /* @__PURE__ */ jsx29("rect", { width: "16", height: "16", fill: "white" }) }) })
|
|
955
1112
|
]
|
|
956
1113
|
})
|
|
957
1114
|
);
|
|
@@ -959,10 +1116,10 @@ var PencilIcon = (_a) => {
|
|
|
959
1116
|
PencilIcon.displayName = "PencilIcon";
|
|
960
1117
|
|
|
961
1118
|
// src/primitives/icon/svg/play-square.tsx
|
|
962
|
-
|
|
1119
|
+
import { jsx as jsx30, jsxs as jsxs30 } from "react/jsx-runtime";
|
|
963
1120
|
var PlaySquareIcon = (_a) => {
|
|
964
1121
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
965
|
-
return /* @__PURE__ */ (
|
|
1122
|
+
return /* @__PURE__ */ jsxs30(
|
|
966
1123
|
"svg",
|
|
967
1124
|
__spreadProps(__spreadValues(__spreadValues({
|
|
968
1125
|
viewBox: "0 0 16 16",
|
|
@@ -970,15 +1127,15 @@ var PlaySquareIcon = (_a) => {
|
|
|
970
1127
|
fill: "none"
|
|
971
1128
|
}, getIconA11yProps(title)), props), {
|
|
972
1129
|
children: [
|
|
973
|
-
title ? /* @__PURE__ */ (
|
|
974
|
-
/* @__PURE__ */ (
|
|
1130
|
+
title ? /* @__PURE__ */ jsx30("title", { children: title }) : null,
|
|
1131
|
+
/* @__PURE__ */ jsx30("g", { clipPath: "url(#play-square-clip)", children: /* @__PURE__ */ jsx30(
|
|
975
1132
|
"path",
|
|
976
1133
|
{
|
|
977
1134
|
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",
|
|
978
1135
|
fill: "currentColor"
|
|
979
1136
|
}
|
|
980
1137
|
) }),
|
|
981
|
-
/* @__PURE__ */ (
|
|
1138
|
+
/* @__PURE__ */ jsx30("defs", { children: /* @__PURE__ */ jsx30("clipPath", { id: "play-square-clip", children: /* @__PURE__ */ jsx30("rect", { width: "16", height: "16", fill: "white" }) }) })
|
|
982
1139
|
]
|
|
983
1140
|
})
|
|
984
1141
|
);
|
|
@@ -986,10 +1143,10 @@ var PlaySquareIcon = (_a) => {
|
|
|
986
1143
|
PlaySquareIcon.displayName = "PlaySquareIcon";
|
|
987
1144
|
|
|
988
1145
|
// src/primitives/icon/svg/profile.tsx
|
|
989
|
-
|
|
1146
|
+
import { jsx as jsx31, jsxs as jsxs31 } from "react/jsx-runtime";
|
|
990
1147
|
var ProfileIcon = (_a) => {
|
|
991
1148
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
992
|
-
return /* @__PURE__ */ (
|
|
1149
|
+
return /* @__PURE__ */ jsxs31(
|
|
993
1150
|
"svg",
|
|
994
1151
|
__spreadProps(__spreadValues(__spreadValues({
|
|
995
1152
|
viewBox: "0 0 21 28",
|
|
@@ -997,8 +1154,8 @@ var ProfileIcon = (_a) => {
|
|
|
997
1154
|
fill: "none"
|
|
998
1155
|
}, getIconA11yProps(title)), props), {
|
|
999
1156
|
children: [
|
|
1000
|
-
title ? /* @__PURE__ */ (
|
|
1001
|
-
/* @__PURE__ */ (
|
|
1157
|
+
title ? /* @__PURE__ */ jsx31("title", { children: title }) : null,
|
|
1158
|
+
/* @__PURE__ */ jsx31(
|
|
1002
1159
|
"path",
|
|
1003
1160
|
{
|
|
1004
1161
|
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",
|
|
@@ -1012,10 +1169,10 @@ var ProfileIcon = (_a) => {
|
|
|
1012
1169
|
ProfileIcon.displayName = "ProfileIcon";
|
|
1013
1170
|
|
|
1014
1171
|
// src/primitives/icon/svg/revenue-alt.tsx
|
|
1015
|
-
|
|
1172
|
+
import { jsx as jsx32, jsxs as jsxs32 } from "react/jsx-runtime";
|
|
1016
1173
|
var RevenueAltIcon = (_a) => {
|
|
1017
1174
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1018
|
-
return /* @__PURE__ */ (
|
|
1175
|
+
return /* @__PURE__ */ jsxs32(
|
|
1019
1176
|
"svg",
|
|
1020
1177
|
__spreadProps(__spreadValues(__spreadValues({
|
|
1021
1178
|
viewBox: "0 0 20 20",
|
|
@@ -1023,8 +1180,8 @@ var RevenueAltIcon = (_a) => {
|
|
|
1023
1180
|
fill: "none"
|
|
1024
1181
|
}, getIconA11yProps(title)), props), {
|
|
1025
1182
|
children: [
|
|
1026
|
-
title ? /* @__PURE__ */ (
|
|
1027
|
-
/* @__PURE__ */ (
|
|
1183
|
+
title ? /* @__PURE__ */ jsx32("title", { children: title }) : null,
|
|
1184
|
+
/* @__PURE__ */ jsx32(
|
|
1028
1185
|
"path",
|
|
1029
1186
|
{
|
|
1030
1187
|
d: "M3 14V6M3 6L1.5 7.5M3 6L4.5 7.5M17 6V14M17 14L15.5 12.5M17 14L18.5 12.5",
|
|
@@ -1034,7 +1191,7 @@ var RevenueAltIcon = (_a) => {
|
|
|
1034
1191
|
strokeLinejoin: "round"
|
|
1035
1192
|
}
|
|
1036
1193
|
),
|
|
1037
|
-
/* @__PURE__ */ (
|
|
1194
|
+
/* @__PURE__ */ jsx32(
|
|
1038
1195
|
"path",
|
|
1039
1196
|
{
|
|
1040
1197
|
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",
|
|
@@ -1051,10 +1208,10 @@ var RevenueAltIcon = (_a) => {
|
|
|
1051
1208
|
RevenueAltIcon.displayName = "RevenueAltIcon";
|
|
1052
1209
|
|
|
1053
1210
|
// src/primitives/icon/svg/search.tsx
|
|
1054
|
-
|
|
1211
|
+
import { jsx as jsx33, jsxs as jsxs33 } from "react/jsx-runtime";
|
|
1055
1212
|
var SearchIcon = (_a) => {
|
|
1056
1213
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1057
|
-
return /* @__PURE__ */ (
|
|
1214
|
+
return /* @__PURE__ */ jsxs33(
|
|
1058
1215
|
"svg",
|
|
1059
1216
|
__spreadProps(__spreadValues(__spreadValues({
|
|
1060
1217
|
viewBox: "0 0 16 16",
|
|
@@ -1063,8 +1220,8 @@ var SearchIcon = (_a) => {
|
|
|
1063
1220
|
className
|
|
1064
1221
|
}, getIconA11yProps(title)), props), {
|
|
1065
1222
|
children: [
|
|
1066
|
-
title ? /* @__PURE__ */ (
|
|
1067
|
-
/* @__PURE__ */ (
|
|
1223
|
+
title ? /* @__PURE__ */ jsx33("title", { children: title }) : null,
|
|
1224
|
+
/* @__PURE__ */ jsx33(
|
|
1068
1225
|
"path",
|
|
1069
1226
|
{
|
|
1070
1227
|
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",
|
|
@@ -1074,7 +1231,7 @@ var SearchIcon = (_a) => {
|
|
|
1074
1231
|
strokeLinejoin: "round"
|
|
1075
1232
|
}
|
|
1076
1233
|
),
|
|
1077
|
-
/* @__PURE__ */ (
|
|
1234
|
+
/* @__PURE__ */ jsx33(
|
|
1078
1235
|
"path",
|
|
1079
1236
|
{
|
|
1080
1237
|
d: "M13.6668 13.6666L11.1667 11.1666",
|
|
@@ -1091,10 +1248,10 @@ var SearchIcon = (_a) => {
|
|
|
1091
1248
|
SearchIcon.displayName = "SearchIcon";
|
|
1092
1249
|
|
|
1093
1250
|
// src/primitives/icon/svg/shield-trust.tsx
|
|
1094
|
-
|
|
1251
|
+
import { jsx as jsx34, jsxs as jsxs34 } from "react/jsx-runtime";
|
|
1095
1252
|
var ShieldTrustIcon = (_a) => {
|
|
1096
1253
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1097
|
-
return /* @__PURE__ */ (
|
|
1254
|
+
return /* @__PURE__ */ jsxs34(
|
|
1098
1255
|
"svg",
|
|
1099
1256
|
__spreadProps(__spreadValues(__spreadValues({
|
|
1100
1257
|
viewBox: "0 0 16 16",
|
|
@@ -1102,15 +1259,15 @@ var ShieldTrustIcon = (_a) => {
|
|
|
1102
1259
|
fill: "none"
|
|
1103
1260
|
}, getIconA11yProps(title)), props), {
|
|
1104
1261
|
children: [
|
|
1105
|
-
title ? /* @__PURE__ */ (
|
|
1106
|
-
/* @__PURE__ */ (
|
|
1262
|
+
title ? /* @__PURE__ */ jsx34("title", { children: title }) : null,
|
|
1263
|
+
/* @__PURE__ */ jsx34(
|
|
1107
1264
|
"path",
|
|
1108
1265
|
{
|
|
1109
1266
|
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",
|
|
1110
1267
|
fill: "currentColor"
|
|
1111
1268
|
}
|
|
1112
1269
|
),
|
|
1113
|
-
/* @__PURE__ */ (
|
|
1270
|
+
/* @__PURE__ */ jsx34(
|
|
1114
1271
|
"path",
|
|
1115
1272
|
{
|
|
1116
1273
|
d: "M5.5 8.2L7.2 9.9L10.8 6.3",
|
|
@@ -1126,79 +1283,138 @@ var ShieldTrustIcon = (_a) => {
|
|
|
1126
1283
|
};
|
|
1127
1284
|
ShieldTrustIcon.displayName = "ShieldTrustIcon";
|
|
1128
1285
|
|
|
1129
|
-
// src/primitives/icon/svg/
|
|
1130
|
-
|
|
1131
|
-
var
|
|
1286
|
+
// src/primitives/icon/svg/solana.tsx
|
|
1287
|
+
import { jsx as jsx35, jsxs as jsxs35 } from "react/jsx-runtime";
|
|
1288
|
+
var SolanaIcon = (_a) => {
|
|
1132
1289
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1133
|
-
return /* @__PURE__ */ (
|
|
1290
|
+
return /* @__PURE__ */ jsxs35(
|
|
1134
1291
|
"svg",
|
|
1135
1292
|
__spreadProps(__spreadValues(__spreadValues({
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
fill: "none",
|
|
1140
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1141
|
-
className
|
|
1293
|
+
viewBox: "0 0 24 24",
|
|
1294
|
+
className,
|
|
1295
|
+
fill: "none"
|
|
1142
1296
|
}, getIconA11yProps(title)), props), {
|
|
1143
1297
|
children: [
|
|
1144
|
-
title ? /* @__PURE__ */ (
|
|
1145
|
-
/* @__PURE__ */ (
|
|
1146
|
-
|
|
1147
|
-
|
|
1298
|
+
title ? /* @__PURE__ */ jsx35("title", { children: title }) : null,
|
|
1299
|
+
/* @__PURE__ */ jsx35("rect", { width: "24", height: "24", rx: "8", fill: "#020205" }),
|
|
1300
|
+
/* @__PURE__ */ jsx35(
|
|
1301
|
+
"path",
|
|
1302
|
+
{
|
|
1303
|
+
fill: "url(#agg-solana-gradient-top)",
|
|
1304
|
+
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"
|
|
1305
|
+
}
|
|
1306
|
+
),
|
|
1307
|
+
/* @__PURE__ */ jsx35(
|
|
1308
|
+
"path",
|
|
1309
|
+
{
|
|
1310
|
+
fill: "url(#agg-solana-gradient-middle)",
|
|
1311
|
+
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"
|
|
1312
|
+
}
|
|
1313
|
+
),
|
|
1314
|
+
/* @__PURE__ */ jsx35(
|
|
1315
|
+
"path",
|
|
1316
|
+
{
|
|
1317
|
+
fill: "url(#agg-solana-gradient-bottom)",
|
|
1318
|
+
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"
|
|
1319
|
+
}
|
|
1320
|
+
),
|
|
1321
|
+
/* @__PURE__ */ jsxs35("defs", { children: [
|
|
1322
|
+
/* @__PURE__ */ jsxs35(
|
|
1323
|
+
"linearGradient",
|
|
1148
1324
|
{
|
|
1149
|
-
|
|
1150
|
-
|
|
1325
|
+
id: "agg-solana-gradient-top",
|
|
1326
|
+
x1: "17.361",
|
|
1327
|
+
x2: "7.258",
|
|
1328
|
+
y1: "4.982",
|
|
1329
|
+
y2: "17.476",
|
|
1330
|
+
gradientUnits: "userSpaceOnUse",
|
|
1331
|
+
children: [
|
|
1332
|
+
/* @__PURE__ */ jsx35("stop", { stopColor: "#4BF0B8" }),
|
|
1333
|
+
/* @__PURE__ */ jsx35("stop", { offset: "1", stopColor: "#B44CF4" })
|
|
1334
|
+
]
|
|
1151
1335
|
}
|
|
1152
1336
|
),
|
|
1153
|
-
/* @__PURE__ */ (
|
|
1154
|
-
"
|
|
1337
|
+
/* @__PURE__ */ jsxs35(
|
|
1338
|
+
"linearGradient",
|
|
1155
1339
|
{
|
|
1156
|
-
|
|
1157
|
-
|
|
1340
|
+
id: "agg-solana-gradient-middle",
|
|
1341
|
+
x1: "17.561",
|
|
1342
|
+
x2: "7.457",
|
|
1343
|
+
y1: "8.744",
|
|
1344
|
+
y2: "21.238",
|
|
1345
|
+
gradientUnits: "userSpaceOnUse",
|
|
1346
|
+
children: [
|
|
1347
|
+
/* @__PURE__ */ jsx35("stop", { stopColor: "#4BF0B8" }),
|
|
1348
|
+
/* @__PURE__ */ jsx35("stop", { offset: "1", stopColor: "#B44CF4" })
|
|
1349
|
+
]
|
|
1350
|
+
}
|
|
1351
|
+
),
|
|
1352
|
+
/* @__PURE__ */ jsxs35(
|
|
1353
|
+
"linearGradient",
|
|
1354
|
+
{
|
|
1355
|
+
id: "agg-solana-gradient-bottom",
|
|
1356
|
+
x1: "18.027",
|
|
1357
|
+
x2: "7.924",
|
|
1358
|
+
y1: "6.865",
|
|
1359
|
+
y2: "19.359",
|
|
1360
|
+
gradientUnits: "userSpaceOnUse",
|
|
1361
|
+
children: [
|
|
1362
|
+
/* @__PURE__ */ jsx35("stop", { stopColor: "#4BF0B8" }),
|
|
1363
|
+
/* @__PURE__ */ jsx35("stop", { offset: "1", stopColor: "#B44CF4" })
|
|
1364
|
+
]
|
|
1158
1365
|
}
|
|
1159
1366
|
)
|
|
1160
|
-
] })
|
|
1161
|
-
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("clipPath", { id: "clip0_stay_in_control", children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("rect", { width: "28", height: "28", fill: "white" }) }) })
|
|
1367
|
+
] })
|
|
1162
1368
|
]
|
|
1163
1369
|
})
|
|
1164
1370
|
);
|
|
1165
1371
|
};
|
|
1166
|
-
|
|
1372
|
+
SolanaIcon.displayName = "SolanaIcon";
|
|
1167
1373
|
|
|
1168
|
-
// src/primitives/icon/svg/
|
|
1169
|
-
|
|
1170
|
-
var
|
|
1374
|
+
// src/primitives/icon/svg/stay-in-control.tsx
|
|
1375
|
+
import { jsx as jsx36, jsxs as jsxs36 } from "react/jsx-runtime";
|
|
1376
|
+
var StayInControlIcon = (_a) => {
|
|
1171
1377
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1172
|
-
return /* @__PURE__ */ (
|
|
1378
|
+
return /* @__PURE__ */ jsxs36(
|
|
1173
1379
|
"svg",
|
|
1174
1380
|
__spreadProps(__spreadValues(__spreadValues({
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1381
|
+
width: "28",
|
|
1382
|
+
height: "28",
|
|
1383
|
+
viewBox: "0 0 28 28",
|
|
1384
|
+
fill: "none",
|
|
1385
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1386
|
+
className
|
|
1178
1387
|
}, getIconA11yProps(title)), props), {
|
|
1179
1388
|
children: [
|
|
1180
|
-
title ? /* @__PURE__ */ (
|
|
1181
|
-
/* @__PURE__ */ (
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1389
|
+
title ? /* @__PURE__ */ jsx36("title", { children: title }) : null,
|
|
1390
|
+
/* @__PURE__ */ jsxs36("g", { clipPath: "url(#clip0_stay_in_control)", children: [
|
|
1391
|
+
/* @__PURE__ */ jsx36(
|
|
1392
|
+
"path",
|
|
1393
|
+
{
|
|
1394
|
+
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",
|
|
1395
|
+
fill: "currentColor"
|
|
1396
|
+
}
|
|
1397
|
+
),
|
|
1398
|
+
/* @__PURE__ */ jsx36(
|
|
1399
|
+
"path",
|
|
1400
|
+
{
|
|
1401
|
+
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",
|
|
1402
|
+
fill: "currentColor"
|
|
1403
|
+
}
|
|
1404
|
+
)
|
|
1405
|
+
] }),
|
|
1406
|
+
/* @__PURE__ */ jsx36("defs", { children: /* @__PURE__ */ jsx36("clipPath", { id: "clip0_stay_in_control", children: /* @__PURE__ */ jsx36("rect", { width: "28", height: "28", fill: "white" }) }) })
|
|
1191
1407
|
]
|
|
1192
1408
|
})
|
|
1193
1409
|
);
|
|
1194
1410
|
};
|
|
1195
|
-
|
|
1411
|
+
StayInControlIcon.displayName = "StayInControlIcon";
|
|
1196
1412
|
|
|
1197
1413
|
// src/primitives/icon/svg/triangle-down.tsx
|
|
1198
|
-
|
|
1414
|
+
import { jsx as jsx37, jsxs as jsxs37 } from "react/jsx-runtime";
|
|
1199
1415
|
var TriangleDownIcon = (_a) => {
|
|
1200
1416
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1201
|
-
return /* @__PURE__ */ (
|
|
1417
|
+
return /* @__PURE__ */ jsxs37(
|
|
1202
1418
|
"svg",
|
|
1203
1419
|
__spreadProps(__spreadValues(__spreadValues({
|
|
1204
1420
|
viewBox: "0 0 8 8",
|
|
@@ -1206,16 +1422,16 @@ var TriangleDownIcon = (_a) => {
|
|
|
1206
1422
|
fill: "none"
|
|
1207
1423
|
}, getIconA11yProps(title)), props), {
|
|
1208
1424
|
children: [
|
|
1209
|
-
title ? /* @__PURE__ */ (
|
|
1210
|
-
/* @__PURE__ */ (
|
|
1211
|
-
/* @__PURE__ */ (
|
|
1425
|
+
title ? /* @__PURE__ */ jsx37("title", { children: title }) : null,
|
|
1426
|
+
/* @__PURE__ */ jsxs37("g", { transform: "scale(1,-1) translate(0,-8)", clipPath: "url(#triangle_up)", children: [
|
|
1427
|
+
/* @__PURE__ */ jsx37(
|
|
1212
1428
|
"path",
|
|
1213
1429
|
{
|
|
1214
1430
|
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",
|
|
1215
1431
|
fill: "currentColor"
|
|
1216
1432
|
}
|
|
1217
1433
|
),
|
|
1218
|
-
/* @__PURE__ */ (
|
|
1434
|
+
/* @__PURE__ */ jsx37(
|
|
1219
1435
|
"path",
|
|
1220
1436
|
{
|
|
1221
1437
|
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",
|
|
@@ -1223,7 +1439,7 @@ var TriangleDownIcon = (_a) => {
|
|
|
1223
1439
|
}
|
|
1224
1440
|
)
|
|
1225
1441
|
] }),
|
|
1226
|
-
/* @__PURE__ */ (
|
|
1442
|
+
/* @__PURE__ */ jsx37("defs", { children: /* @__PURE__ */ jsx37("clipPath", { id: "triangle_up", children: /* @__PURE__ */ jsx37("rect", { width: "8", height: "8", fill: "white" }) }) })
|
|
1227
1443
|
]
|
|
1228
1444
|
})
|
|
1229
1445
|
);
|
|
@@ -1231,10 +1447,10 @@ var TriangleDownIcon = (_a) => {
|
|
|
1231
1447
|
TriangleDownIcon.displayName = "TriangleDownIcon";
|
|
1232
1448
|
|
|
1233
1449
|
// src/primitives/icon/svg/triangle-up-filled.tsx
|
|
1234
|
-
|
|
1450
|
+
import { jsx as jsx38, jsxs as jsxs38 } from "react/jsx-runtime";
|
|
1235
1451
|
var TriangleUpFilledIcon = (_a) => {
|
|
1236
1452
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1237
|
-
return /* @__PURE__ */ (
|
|
1453
|
+
return /* @__PURE__ */ jsxs38(
|
|
1238
1454
|
"svg",
|
|
1239
1455
|
__spreadProps(__spreadValues(__spreadValues({
|
|
1240
1456
|
viewBox: "0 0 8 8",
|
|
@@ -1242,8 +1458,8 @@ var TriangleUpFilledIcon = (_a) => {
|
|
|
1242
1458
|
fill: "none"
|
|
1243
1459
|
}, getIconA11yProps(title)), props), {
|
|
1244
1460
|
children: [
|
|
1245
|
-
title ? /* @__PURE__ */ (
|
|
1246
|
-
/* @__PURE__ */ (
|
|
1461
|
+
title ? /* @__PURE__ */ jsx38("title", { children: title }) : null,
|
|
1462
|
+
/* @__PURE__ */ jsx38(
|
|
1247
1463
|
"path",
|
|
1248
1464
|
{
|
|
1249
1465
|
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",
|
|
@@ -1257,10 +1473,10 @@ var TriangleUpFilledIcon = (_a) => {
|
|
|
1257
1473
|
TriangleUpFilledIcon.displayName = "TriangleUpFilledIcon";
|
|
1258
1474
|
|
|
1259
1475
|
// src/primitives/icon/svg/triangle-up.tsx
|
|
1260
|
-
|
|
1476
|
+
import { jsx as jsx39, jsxs as jsxs39 } from "react/jsx-runtime";
|
|
1261
1477
|
var TriangleUpIcon = (_a) => {
|
|
1262
1478
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1263
|
-
return /* @__PURE__ */ (
|
|
1479
|
+
return /* @__PURE__ */ jsxs39(
|
|
1264
1480
|
"svg",
|
|
1265
1481
|
__spreadProps(__spreadValues(__spreadValues({
|
|
1266
1482
|
viewBox: "0 0 8 8",
|
|
@@ -1268,16 +1484,16 @@ var TriangleUpIcon = (_a) => {
|
|
|
1268
1484
|
fill: "none"
|
|
1269
1485
|
}, getIconA11yProps(title)), props), {
|
|
1270
1486
|
children: [
|
|
1271
|
-
title ? /* @__PURE__ */ (
|
|
1272
|
-
/* @__PURE__ */ (
|
|
1273
|
-
/* @__PURE__ */ (
|
|
1487
|
+
title ? /* @__PURE__ */ jsx39("title", { children: title }) : null,
|
|
1488
|
+
/* @__PURE__ */ jsxs39("g", { clipPath: "url(#triangle_up)", children: [
|
|
1489
|
+
/* @__PURE__ */ jsx39(
|
|
1274
1490
|
"path",
|
|
1275
1491
|
{
|
|
1276
1492
|
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",
|
|
1277
1493
|
fill: "currentColor"
|
|
1278
1494
|
}
|
|
1279
1495
|
),
|
|
1280
|
-
/* @__PURE__ */ (
|
|
1496
|
+
/* @__PURE__ */ jsx39(
|
|
1281
1497
|
"path",
|
|
1282
1498
|
{
|
|
1283
1499
|
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",
|
|
@@ -1285,44 +1501,18 @@ var TriangleUpIcon = (_a) => {
|
|
|
1285
1501
|
}
|
|
1286
1502
|
)
|
|
1287
1503
|
] }),
|
|
1288
|
-
/* @__PURE__ */ (
|
|
1504
|
+
/* @__PURE__ */ jsx39("defs", { children: /* @__PURE__ */ jsx39("clipPath", { id: "triangle_up", children: /* @__PURE__ */ jsx39("rect", { width: "8", height: "8", fill: "white" }) }) })
|
|
1289
1505
|
]
|
|
1290
1506
|
})
|
|
1291
1507
|
);
|
|
1292
1508
|
};
|
|
1293
1509
|
TriangleUpIcon.displayName = "TriangleUpIcon";
|
|
1294
1510
|
|
|
1295
|
-
// src/primitives/icon/svg/twitter.tsx
|
|
1296
|
-
var import_jsx_runtime37 = require("react/jsx-runtime");
|
|
1297
|
-
var TwitterIcon = (_a) => {
|
|
1298
|
-
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1299
|
-
return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(
|
|
1300
|
-
"svg",
|
|
1301
|
-
__spreadProps(__spreadValues(__spreadValues({
|
|
1302
|
-
viewBox: "0 0 20 20",
|
|
1303
|
-
className,
|
|
1304
|
-
fill: "none"
|
|
1305
|
-
}, getIconA11yProps(title)), props), {
|
|
1306
|
-
children: [
|
|
1307
|
-
title ? /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("title", { children: title }) : null,
|
|
1308
|
-
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
1309
|
-
"path",
|
|
1310
|
-
{
|
|
1311
|
-
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",
|
|
1312
|
-
fill: "currentColor"
|
|
1313
|
-
}
|
|
1314
|
-
)
|
|
1315
|
-
]
|
|
1316
|
-
})
|
|
1317
|
-
);
|
|
1318
|
-
};
|
|
1319
|
-
TwitterIcon.displayName = "TwitterIcon";
|
|
1320
|
-
|
|
1321
1511
|
// src/primitives/icon/svg/upload.tsx
|
|
1322
|
-
|
|
1512
|
+
import { jsx as jsx40, jsxs as jsxs40 } from "react/jsx-runtime";
|
|
1323
1513
|
var UploadIcon = (_a) => {
|
|
1324
1514
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1325
|
-
return /* @__PURE__ */ (
|
|
1515
|
+
return /* @__PURE__ */ jsxs40(
|
|
1326
1516
|
"svg",
|
|
1327
1517
|
__spreadProps(__spreadValues(__spreadValues({
|
|
1328
1518
|
viewBox: "0 0 16 16",
|
|
@@ -1330,8 +1520,8 @@ var UploadIcon = (_a) => {
|
|
|
1330
1520
|
fill: "none"
|
|
1331
1521
|
}, getIconA11yProps(title)), props), {
|
|
1332
1522
|
children: [
|
|
1333
|
-
title ? /* @__PURE__ */ (
|
|
1334
|
-
/* @__PURE__ */ (
|
|
1523
|
+
title ? /* @__PURE__ */ jsx40("title", { children: title }) : null,
|
|
1524
|
+
/* @__PURE__ */ jsx40(
|
|
1335
1525
|
"path",
|
|
1336
1526
|
{
|
|
1337
1527
|
d: "M8 13.5v-7m0 0 2.5 2.5M8 6.5 5.5 9",
|
|
@@ -1341,7 +1531,7 @@ var UploadIcon = (_a) => {
|
|
|
1341
1531
|
strokeLinejoin: "round"
|
|
1342
1532
|
}
|
|
1343
1533
|
),
|
|
1344
|
-
/* @__PURE__ */ (
|
|
1534
|
+
/* @__PURE__ */ jsx40("path", { d: "M2.5 3.5h11", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" })
|
|
1345
1535
|
]
|
|
1346
1536
|
})
|
|
1347
1537
|
);
|
|
@@ -1349,10 +1539,10 @@ var UploadIcon = (_a) => {
|
|
|
1349
1539
|
UploadIcon.displayName = "UploadIcon";
|
|
1350
1540
|
|
|
1351
1541
|
// src/primitives/icon/svg/wallet-avatar.tsx
|
|
1352
|
-
|
|
1542
|
+
import { jsx as jsx41, jsxs as jsxs41 } from "react/jsx-runtime";
|
|
1353
1543
|
function WalletAvatarIcon(_a) {
|
|
1354
1544
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1355
|
-
return /* @__PURE__ */ (
|
|
1545
|
+
return /* @__PURE__ */ jsxs41(
|
|
1356
1546
|
"svg",
|
|
1357
1547
|
__spreadProps(__spreadValues(__spreadValues({
|
|
1358
1548
|
fill: "none",
|
|
@@ -1360,9 +1550,9 @@ function WalletAvatarIcon(_a) {
|
|
|
1360
1550
|
viewBox: "0 0 16 16"
|
|
1361
1551
|
}, getIconA11yProps(title)), props), {
|
|
1362
1552
|
children: [
|
|
1363
|
-
title ? /* @__PURE__ */ (
|
|
1364
|
-
/* @__PURE__ */ (
|
|
1365
|
-
/* @__PURE__ */ (
|
|
1553
|
+
title ? /* @__PURE__ */ jsx41("title", { children: title }) : null,
|
|
1554
|
+
/* @__PURE__ */ jsx41("circle", { cx: "8", cy: "5.25", r: "2.25", fill: "currentColor" }),
|
|
1555
|
+
/* @__PURE__ */ jsx41("path", { d: "M3.75 12.75a4.25 4.25 0 0 1 8.5 0v.25h-8.5v-.25Z", fill: "currentColor" })
|
|
1366
1556
|
]
|
|
1367
1557
|
})
|
|
1368
1558
|
);
|
|
@@ -1370,10 +1560,10 @@ function WalletAvatarIcon(_a) {
|
|
|
1370
1560
|
WalletAvatarIcon.displayName = "WalletAvatarIcon";
|
|
1371
1561
|
|
|
1372
1562
|
// src/primitives/icon/svg/wallet.tsx
|
|
1373
|
-
|
|
1563
|
+
import { jsx as jsx42, jsxs as jsxs42 } from "react/jsx-runtime";
|
|
1374
1564
|
var WalletIcon = (_a) => {
|
|
1375
1565
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1376
|
-
return /* @__PURE__ */ (
|
|
1566
|
+
return /* @__PURE__ */ jsxs42(
|
|
1377
1567
|
"svg",
|
|
1378
1568
|
__spreadProps(__spreadValues(__spreadValues({
|
|
1379
1569
|
viewBox: "0 0 24 24",
|
|
@@ -1381,8 +1571,8 @@ var WalletIcon = (_a) => {
|
|
|
1381
1571
|
fill: "none"
|
|
1382
1572
|
}, getIconA11yProps(title)), props), {
|
|
1383
1573
|
children: [
|
|
1384
|
-
title ? /* @__PURE__ */ (
|
|
1385
|
-
/* @__PURE__ */ (
|
|
1574
|
+
title ? /* @__PURE__ */ jsx42("title", { children: title }) : null,
|
|
1575
|
+
/* @__PURE__ */ jsx42(
|
|
1386
1576
|
"path",
|
|
1387
1577
|
{
|
|
1388
1578
|
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",
|
|
@@ -1396,10 +1586,10 @@ var WalletIcon = (_a) => {
|
|
|
1396
1586
|
WalletIcon.displayName = "WalletIcon";
|
|
1397
1587
|
|
|
1398
1588
|
// src/primitives/icon/svg/warning-filled.tsx
|
|
1399
|
-
|
|
1589
|
+
import { jsx as jsx43, jsxs as jsxs43 } from "react/jsx-runtime";
|
|
1400
1590
|
var WarningFilledIcon = (_a) => {
|
|
1401
1591
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1402
|
-
return /* @__PURE__ */ (
|
|
1592
|
+
return /* @__PURE__ */ jsxs43(
|
|
1403
1593
|
"svg",
|
|
1404
1594
|
__spreadProps(__spreadValues(__spreadValues({
|
|
1405
1595
|
viewBox: "0 0 16 16",
|
|
@@ -1407,8 +1597,8 @@ var WarningFilledIcon = (_a) => {
|
|
|
1407
1597
|
fill: "none"
|
|
1408
1598
|
}, getIconA11yProps(title)), props), {
|
|
1409
1599
|
children: [
|
|
1410
|
-
title ? /* @__PURE__ */ (
|
|
1411
|
-
/* @__PURE__ */ (
|
|
1600
|
+
title ? /* @__PURE__ */ jsx43("title", { children: title }) : null,
|
|
1601
|
+
/* @__PURE__ */ jsx43(
|
|
1412
1602
|
"path",
|
|
1413
1603
|
{
|
|
1414
1604
|
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",
|
|
@@ -1422,10 +1612,10 @@ var WarningFilledIcon = (_a) => {
|
|
|
1422
1612
|
WarningFilledIcon.displayName = "WarningFilledIcon";
|
|
1423
1613
|
|
|
1424
1614
|
// src/primitives/icon/svg/warning.tsx
|
|
1425
|
-
|
|
1615
|
+
import { jsx as jsx44, jsxs as jsxs44 } from "react/jsx-runtime";
|
|
1426
1616
|
var WarningIcon = (_a) => {
|
|
1427
1617
|
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1428
|
-
return /* @__PURE__ */ (
|
|
1618
|
+
return /* @__PURE__ */ jsxs44(
|
|
1429
1619
|
"svg",
|
|
1430
1620
|
__spreadProps(__spreadValues(__spreadValues({
|
|
1431
1621
|
width: "14",
|
|
@@ -1436,23 +1626,171 @@ var WarningIcon = (_a) => {
|
|
|
1436
1626
|
className
|
|
1437
1627
|
}, getIconA11yProps(title)), props), {
|
|
1438
1628
|
children: [
|
|
1439
|
-
title ? /* @__PURE__ */ (
|
|
1440
|
-
/* @__PURE__ */ (
|
|
1629
|
+
title ? /* @__PURE__ */ jsx44("title", { children: title }) : null,
|
|
1630
|
+
/* @__PURE__ */ jsx44("g", { clipPath: "url(#clip0_warning)", children: /* @__PURE__ */ jsx44(
|
|
1441
1631
|
"path",
|
|
1442
1632
|
{
|
|
1443
1633
|
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",
|
|
1444
1634
|
fill: "currentColor"
|
|
1445
1635
|
}
|
|
1446
1636
|
) }),
|
|
1447
|
-
/* @__PURE__ */ (
|
|
1637
|
+
/* @__PURE__ */ jsx44("defs", { children: /* @__PURE__ */ jsx44("clipPath", { id: "clip0_warning", children: /* @__PURE__ */ jsx44("rect", { width: "14", height: "14", fill: "white" }) }) })
|
|
1448
1638
|
]
|
|
1449
1639
|
})
|
|
1450
1640
|
);
|
|
1451
1641
|
};
|
|
1452
1642
|
WarningIcon.displayName = "WarningIcon";
|
|
1453
1643
|
|
|
1644
|
+
// src/primitives/icon/svg/check-badge.tsx
|
|
1645
|
+
import { jsx as jsx45, jsxs as jsxs45 } from "react/jsx-runtime";
|
|
1646
|
+
var CheckBadgeIcon = (_a) => {
|
|
1647
|
+
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1648
|
+
return /* @__PURE__ */ jsxs45(
|
|
1649
|
+
"svg",
|
|
1650
|
+
__spreadProps(__spreadValues(__spreadValues({
|
|
1651
|
+
viewBox: "0 0 16 16",
|
|
1652
|
+
className,
|
|
1653
|
+
fill: "none"
|
|
1654
|
+
}, getIconA11yProps(title)), props), {
|
|
1655
|
+
children: [
|
|
1656
|
+
title ? /* @__PURE__ */ jsx45("title", { children: title }) : null,
|
|
1657
|
+
/* @__PURE__ */ jsx45("g", { clipPath: "url(#check-badge-clip)", children: /* @__PURE__ */ jsx45(
|
|
1658
|
+
"path",
|
|
1659
|
+
{
|
|
1660
|
+
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",
|
|
1661
|
+
fill: "currentColor"
|
|
1662
|
+
}
|
|
1663
|
+
) }),
|
|
1664
|
+
/* @__PURE__ */ jsx45("defs", { children: /* @__PURE__ */ jsx45("clipPath", { id: "check-badge-clip", children: /* @__PURE__ */ jsx45("rect", { width: "16", height: "16", fill: "white" }) }) })
|
|
1665
|
+
]
|
|
1666
|
+
})
|
|
1667
|
+
);
|
|
1668
|
+
};
|
|
1669
|
+
CheckBadgeIcon.displayName = "CheckBadgeIcon";
|
|
1670
|
+
|
|
1671
|
+
// src/primitives/icon/svg/discord.tsx
|
|
1672
|
+
import { jsx as jsx46, jsxs as jsxs46 } from "react/jsx-runtime";
|
|
1673
|
+
var DiscordIcon = (_a) => {
|
|
1674
|
+
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1675
|
+
return /* @__PURE__ */ jsxs46(
|
|
1676
|
+
"svg",
|
|
1677
|
+
__spreadProps(__spreadValues(__spreadValues({
|
|
1678
|
+
viewBox: "0 0 20 20",
|
|
1679
|
+
className,
|
|
1680
|
+
fill: "none"
|
|
1681
|
+
}, getIconA11yProps(title)), props), {
|
|
1682
|
+
children: [
|
|
1683
|
+
title ? /* @__PURE__ */ jsx46("title", { children: title }) : null,
|
|
1684
|
+
/* @__PURE__ */ jsx46(
|
|
1685
|
+
"path",
|
|
1686
|
+
{
|
|
1687
|
+
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",
|
|
1688
|
+
fill: "currentColor"
|
|
1689
|
+
}
|
|
1690
|
+
)
|
|
1691
|
+
]
|
|
1692
|
+
})
|
|
1693
|
+
);
|
|
1694
|
+
};
|
|
1695
|
+
DiscordIcon.displayName = "DiscordIcon";
|
|
1696
|
+
|
|
1697
|
+
// src/primitives/icon/svg/email.tsx
|
|
1698
|
+
import { jsx as jsx47, jsxs as jsxs47 } from "react/jsx-runtime";
|
|
1699
|
+
var EmailIcon = (_a) => {
|
|
1700
|
+
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1701
|
+
return /* @__PURE__ */ jsxs47(
|
|
1702
|
+
"svg",
|
|
1703
|
+
__spreadProps(__spreadValues(__spreadValues({
|
|
1704
|
+
viewBox: "0 0 20 20",
|
|
1705
|
+
className,
|
|
1706
|
+
fill: "none"
|
|
1707
|
+
}, getIconA11yProps(title)), props), {
|
|
1708
|
+
children: [
|
|
1709
|
+
title ? /* @__PURE__ */ jsx47("title", { children: title }) : null,
|
|
1710
|
+
/* @__PURE__ */ jsx47(
|
|
1711
|
+
"path",
|
|
1712
|
+
{
|
|
1713
|
+
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",
|
|
1714
|
+
stroke: "currentColor",
|
|
1715
|
+
strokeWidth: "1.5",
|
|
1716
|
+
strokeLinecap: "round",
|
|
1717
|
+
strokeLinejoin: "round"
|
|
1718
|
+
}
|
|
1719
|
+
),
|
|
1720
|
+
/* @__PURE__ */ jsx47(
|
|
1721
|
+
"path",
|
|
1722
|
+
{
|
|
1723
|
+
d: "M18.3333 5L10 10.8333L1.66667 5",
|
|
1724
|
+
stroke: "currentColor",
|
|
1725
|
+
strokeWidth: "1.5",
|
|
1726
|
+
strokeLinecap: "round",
|
|
1727
|
+
strokeLinejoin: "round"
|
|
1728
|
+
}
|
|
1729
|
+
)
|
|
1730
|
+
]
|
|
1731
|
+
})
|
|
1732
|
+
);
|
|
1733
|
+
};
|
|
1734
|
+
EmailIcon.displayName = "EmailIcon";
|
|
1735
|
+
|
|
1736
|
+
// src/primitives/icon/svg/telegram.tsx
|
|
1737
|
+
import { jsx as jsx48, jsxs as jsxs48 } from "react/jsx-runtime";
|
|
1738
|
+
var TelegramIcon = (_a) => {
|
|
1739
|
+
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1740
|
+
return /* @__PURE__ */ jsxs48(
|
|
1741
|
+
"svg",
|
|
1742
|
+
__spreadProps(__spreadValues(__spreadValues({
|
|
1743
|
+
viewBox: "0 0 20 20",
|
|
1744
|
+
className,
|
|
1745
|
+
fill: "none"
|
|
1746
|
+
}, getIconA11yProps(title)), props), {
|
|
1747
|
+
children: [
|
|
1748
|
+
title ? /* @__PURE__ */ jsx48("title", { children: title }) : null,
|
|
1749
|
+
/* @__PURE__ */ jsx48("g", { clipPath: "url(#clip0_telegram)", children: /* @__PURE__ */ jsx48(
|
|
1750
|
+
"path",
|
|
1751
|
+
{
|
|
1752
|
+
fillRule: "evenodd",
|
|
1753
|
+
clipRule: "evenodd",
|
|
1754
|
+
d: "M9.99992 0.833984C4.93763 0.833984 0.833252 4.93836 0.833252 10.0007C0.833252 15.0629 4.93763 19.1673 9.99992 19.1673C15.0622 19.1673 19.1666 15.0629 19.1666 10.0007C19.1666 4.93836 15.0622 0.833984 9.99992 0.833984ZM14.2487 7.06808C14.1112 8.51718 13.5112 12.1296 13.2062 13.7896C13.0762 14.4846 12.8212 14.7146 12.5737 14.7396C12.0362 14.7846 11.6312 14.3846 11.1162 14.0446C10.3162 13.5146 9.86117 13.1896 9.08367 12.6746C8.18367 12.0746 8.77367 11.7446 9.29117 11.2096C9.42867 11.0671 11.7662 8.93464 11.8112 8.73964C11.8168 8.71424 11.8218 8.62214 11.7668 8.57464C11.7118 8.52714 11.6318 8.54464 11.5718 8.55964C11.4868 8.57964 10.1018 9.49464 7.41617 11.3046C7.04867 11.5546 6.71617 11.6771 6.41867 11.6721C6.08867 11.6671 5.45617 11.4846 4.98117 11.3296C4.40117 11.1396 3.94117 11.0396 3.98117 10.7196C4.00117 10.5521 4.23117 10.3821 4.67117 10.2071C7.55617 8.95214 9.44367 8.14214 10.3337 7.77714C13.0812 6.63964 13.6462 6.44464 14.0162 6.43964C14.0962 6.43964 14.2787 6.45964 14.3962 6.55714C14.4937 6.63714 14.5212 6.74464 14.5337 6.81964C14.5212 6.87464 14.5387 7.04964 14.5262 7.06808H14.2487Z",
|
|
1755
|
+
fill: "currentColor"
|
|
1756
|
+
}
|
|
1757
|
+
) }),
|
|
1758
|
+
/* @__PURE__ */ jsx48("defs", { children: /* @__PURE__ */ jsx48("clipPath", { id: "clip0_telegram", children: /* @__PURE__ */ jsx48("rect", { width: "20", height: "20", fill: "white" }) }) })
|
|
1759
|
+
]
|
|
1760
|
+
})
|
|
1761
|
+
);
|
|
1762
|
+
};
|
|
1763
|
+
TelegramIcon.displayName = "TelegramIcon";
|
|
1764
|
+
|
|
1765
|
+
// src/primitives/icon/svg/twitter.tsx
|
|
1766
|
+
import { jsx as jsx49, jsxs as jsxs49 } from "react/jsx-runtime";
|
|
1767
|
+
var TwitterIcon = (_a) => {
|
|
1768
|
+
var _b = _a, { title, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1769
|
+
return /* @__PURE__ */ jsxs49(
|
|
1770
|
+
"svg",
|
|
1771
|
+
__spreadProps(__spreadValues(__spreadValues({
|
|
1772
|
+
viewBox: "0 0 20 20",
|
|
1773
|
+
className,
|
|
1774
|
+
fill: "none"
|
|
1775
|
+
}, getIconA11yProps(title)), props), {
|
|
1776
|
+
children: [
|
|
1777
|
+
title ? /* @__PURE__ */ jsx49("title", { children: title }) : null,
|
|
1778
|
+
/* @__PURE__ */ jsx49(
|
|
1779
|
+
"path",
|
|
1780
|
+
{
|
|
1781
|
+
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",
|
|
1782
|
+
fill: "currentColor"
|
|
1783
|
+
}
|
|
1784
|
+
)
|
|
1785
|
+
]
|
|
1786
|
+
})
|
|
1787
|
+
);
|
|
1788
|
+
};
|
|
1789
|
+
TwitterIcon.displayName = "TwitterIcon";
|
|
1790
|
+
|
|
1454
1791
|
// src/primitives/icon/registry.ts
|
|
1455
1792
|
var iconRegistry = {
|
|
1793
|
+
apple: AppleIcon,
|
|
1456
1794
|
"arrow-trend-up": ArrowTrendUpIcon,
|
|
1457
1795
|
"arrows-to-dot": ArrowsToDotIcon,
|
|
1458
1796
|
bank: BankIcon,
|
|
@@ -1460,6 +1798,8 @@ var iconRegistry = {
|
|
|
1460
1798
|
bolt: BoltIcon,
|
|
1461
1799
|
"check-badge": CheckBadgeIcon,
|
|
1462
1800
|
"check-circle": CheckCircleIcon,
|
|
1801
|
+
"chart-candlestick": ChartCandlestickIcon,
|
|
1802
|
+
"chart-line": ChartLineIcon,
|
|
1463
1803
|
"chevron-down": ChevronDownIcon,
|
|
1464
1804
|
"chevron-left": ChevronLeftIcon,
|
|
1465
1805
|
"chevron-right": ChevronRightIcon,
|
|
@@ -1474,7 +1814,10 @@ var iconRegistry = {
|
|
|
1474
1814
|
download: DownloadIcon,
|
|
1475
1815
|
"dots-horizontal": DotsHorizontalIcon,
|
|
1476
1816
|
email: EmailIcon,
|
|
1817
|
+
"error-filled": ErrorFilledIcon,
|
|
1818
|
+
ethereum: EthereumIcon,
|
|
1477
1819
|
"external-link": ExternalLinkIcon,
|
|
1820
|
+
google: GoogleIcon,
|
|
1478
1821
|
info: InfoIcon,
|
|
1479
1822
|
"link-accounts": LinkAccountsIcon,
|
|
1480
1823
|
pencil: PencilIcon,
|
|
@@ -1483,6 +1826,7 @@ var iconRegistry = {
|
|
|
1483
1826
|
"revenue-alt": RevenueAltIcon,
|
|
1484
1827
|
search: SearchIcon,
|
|
1485
1828
|
"shield-trust": ShieldTrustIcon,
|
|
1829
|
+
solana: SolanaIcon,
|
|
1486
1830
|
"stay-in-control": StayInControlIcon,
|
|
1487
1831
|
telegram: TelegramIcon,
|
|
1488
1832
|
"triangle-down": TriangleDownIcon,
|
|
@@ -1507,7 +1851,7 @@ var resolveIconStyle = (color, style) => {
|
|
|
1507
1851
|
};
|
|
1508
1852
|
|
|
1509
1853
|
// src/primitives/icon/index.tsx
|
|
1510
|
-
|
|
1854
|
+
import { jsx as jsx50 } from "react/jsx-runtime";
|
|
1511
1855
|
var Icon = (_a) => {
|
|
1512
1856
|
var _b = _a, {
|
|
1513
1857
|
name,
|
|
@@ -1525,7 +1869,7 @@ var Icon = (_a) => {
|
|
|
1525
1869
|
const Component = iconRegistry[name];
|
|
1526
1870
|
const resolvedStyle = resolveIconStyle(color, style);
|
|
1527
1871
|
const resolvedClassName = cn(iconSizeClasses[size], className);
|
|
1528
|
-
return /* @__PURE__ */ (
|
|
1872
|
+
return /* @__PURE__ */ jsx50(
|
|
1529
1873
|
Component,
|
|
1530
1874
|
__spreadValues({
|
|
1531
1875
|
color,
|
|
@@ -1536,9 +1880,6 @@ var Icon = (_a) => {
|
|
|
1536
1880
|
};
|
|
1537
1881
|
Icon.displayName = "Icon";
|
|
1538
1882
|
|
|
1539
|
-
// src/primitives/venue-logo/index.tsx
|
|
1540
|
-
var import_hooks2 = require("@agg-market/hooks");
|
|
1541
|
-
|
|
1542
1883
|
// src/primitives/venue-logo/logo-props.ts
|
|
1543
1884
|
var DEFAULT_MONOCHROME_COLOR = "currentColor";
|
|
1544
1885
|
var resolveLogoPrimaryColor = ({
|
|
@@ -1554,7 +1895,7 @@ var resolveLogoPrimaryColor = ({
|
|
|
1554
1895
|
};
|
|
1555
1896
|
|
|
1556
1897
|
// src/primitives/venue-logo/svg/logo-kalshi.tsx
|
|
1557
|
-
|
|
1898
|
+
import { jsx as jsx51, jsxs as jsxs50 } from "react/jsx-runtime";
|
|
1558
1899
|
var KALSHI_GREEN = "#18C590";
|
|
1559
1900
|
var LogoKalshiIcon = (_a) => {
|
|
1560
1901
|
var _b = _a, {
|
|
@@ -1573,7 +1914,7 @@ var LogoKalshiIcon = (_a) => {
|
|
|
1573
1914
|
isColor,
|
|
1574
1915
|
color
|
|
1575
1916
|
});
|
|
1576
|
-
return /* @__PURE__ */ (
|
|
1917
|
+
return /* @__PURE__ */ jsxs50(
|
|
1577
1918
|
"svg",
|
|
1578
1919
|
__spreadProps(__spreadValues(__spreadValues({
|
|
1579
1920
|
viewBox: "0 0 100 100",
|
|
@@ -1581,8 +1922,8 @@ var LogoKalshiIcon = (_a) => {
|
|
|
1581
1922
|
fill: "none"
|
|
1582
1923
|
}, getIconA11yProps(title)), props), {
|
|
1583
1924
|
children: [
|
|
1584
|
-
title ? /* @__PURE__ */ (
|
|
1585
|
-
/* @__PURE__ */ (
|
|
1925
|
+
title ? /* @__PURE__ */ jsx51("title", { children: title }) : null,
|
|
1926
|
+
/* @__PURE__ */ jsx51(
|
|
1586
1927
|
"path",
|
|
1587
1928
|
{
|
|
1588
1929
|
d: "M54.9798 47.579L79.4249 85.9995H58.2273L38.2531 52.9344V85.9995H20.4189V13.9995H38.2531V45.4356L59.6547 13.9995H78.7119L54.9798 47.579Z",
|
|
@@ -1595,8 +1936,88 @@ var LogoKalshiIcon = (_a) => {
|
|
|
1595
1936
|
};
|
|
1596
1937
|
LogoKalshiIcon.displayName = "LogoKalshiIcon";
|
|
1597
1938
|
|
|
1939
|
+
// src/primitives/venue-logo/svg/logo-limitless.tsx
|
|
1940
|
+
import { jsx as jsx52, jsxs as jsxs51 } from "react/jsx-runtime";
|
|
1941
|
+
var LIMITLESS_BLACK = "#000000";
|
|
1942
|
+
var LogoLimitlessIcon = (_a) => {
|
|
1943
|
+
var _b = _a, {
|
|
1944
|
+
title,
|
|
1945
|
+
className,
|
|
1946
|
+
isColor = true,
|
|
1947
|
+
color
|
|
1948
|
+
} = _b, props = __objRest(_b, [
|
|
1949
|
+
"title",
|
|
1950
|
+
"className",
|
|
1951
|
+
"isColor",
|
|
1952
|
+
"color"
|
|
1953
|
+
]);
|
|
1954
|
+
const primaryColor = resolveLogoPrimaryColor({
|
|
1955
|
+
brandColor: LIMITLESS_BLACK,
|
|
1956
|
+
isColor,
|
|
1957
|
+
color
|
|
1958
|
+
});
|
|
1959
|
+
return /* @__PURE__ */ jsxs51(
|
|
1960
|
+
"svg",
|
|
1961
|
+
__spreadProps(__spreadValues(__spreadValues({
|
|
1962
|
+
viewBox: "0 0 44 32",
|
|
1963
|
+
className,
|
|
1964
|
+
fill: "none"
|
|
1965
|
+
}, getIconA11yProps(title)), props), {
|
|
1966
|
+
children: [
|
|
1967
|
+
title ? /* @__PURE__ */ jsx52("title", { children: title }) : null,
|
|
1968
|
+
/* @__PURE__ */ jsx52(
|
|
1969
|
+
"path",
|
|
1970
|
+
{
|
|
1971
|
+
fill: primaryColor,
|
|
1972
|
+
fillRule: "evenodd",
|
|
1973
|
+
d: "M20.469 1.6v29.097h-1.408V1.6z",
|
|
1974
|
+
clipRule: "evenodd"
|
|
1975
|
+
}
|
|
1976
|
+
),
|
|
1977
|
+
/* @__PURE__ */ jsx52(
|
|
1978
|
+
"path",
|
|
1979
|
+
{
|
|
1980
|
+
fill: primaryColor,
|
|
1981
|
+
fillRule: "evenodd",
|
|
1982
|
+
d: "M42.815 18.258.108 21.543 0 20.139l42.707-3.285z",
|
|
1983
|
+
clipRule: "evenodd"
|
|
1984
|
+
}
|
|
1985
|
+
),
|
|
1986
|
+
/* @__PURE__ */ jsx52(
|
|
1987
|
+
"path",
|
|
1988
|
+
{
|
|
1989
|
+
fill: primaryColor,
|
|
1990
|
+
fillRule: "evenodd",
|
|
1991
|
+
d: "M30.75 24.773 10.1 15.856l.558-1.293 20.65 8.917z",
|
|
1992
|
+
clipRule: "evenodd"
|
|
1993
|
+
}
|
|
1994
|
+
),
|
|
1995
|
+
/* @__PURE__ */ jsx52(
|
|
1996
|
+
"path",
|
|
1997
|
+
{
|
|
1998
|
+
fill: primaryColor,
|
|
1999
|
+
fillRule: "evenodd",
|
|
2000
|
+
d: "m19.146 19.098 6.101-11.263 1.238.67-6.101 11.263z",
|
|
2001
|
+
clipRule: "evenodd"
|
|
2002
|
+
}
|
|
2003
|
+
),
|
|
2004
|
+
/* @__PURE__ */ jsx52(
|
|
2005
|
+
"path",
|
|
2006
|
+
{
|
|
2007
|
+
fill: primaryColor,
|
|
2008
|
+
fillRule: "evenodd",
|
|
2009
|
+
d: "m19.61 18.747 14.548-3.286.31 1.374L19.92 20.12z",
|
|
2010
|
+
clipRule: "evenodd"
|
|
2011
|
+
}
|
|
2012
|
+
)
|
|
2013
|
+
]
|
|
2014
|
+
})
|
|
2015
|
+
);
|
|
2016
|
+
};
|
|
2017
|
+
LogoLimitlessIcon.displayName = "LogoLimitlessIcon";
|
|
2018
|
+
|
|
1598
2019
|
// src/primitives/venue-logo/svg/logo-opinion.tsx
|
|
1599
|
-
|
|
2020
|
+
import { jsx as jsx53, jsxs as jsxs52 } from "react/jsx-runtime";
|
|
1600
2021
|
var OPINION_BLACK = "#000000";
|
|
1601
2022
|
var LogoOpinionIcon = (_a) => {
|
|
1602
2023
|
var _b = _a, {
|
|
@@ -1615,7 +2036,7 @@ var LogoOpinionIcon = (_a) => {
|
|
|
1615
2036
|
isColor,
|
|
1616
2037
|
color
|
|
1617
2038
|
});
|
|
1618
|
-
return /* @__PURE__ */ (
|
|
2039
|
+
return /* @__PURE__ */ jsxs52(
|
|
1619
2040
|
"svg",
|
|
1620
2041
|
__spreadProps(__spreadValues(__spreadValues({
|
|
1621
2042
|
viewBox: "0 0 100 100",
|
|
@@ -1623,8 +2044,8 @@ var LogoOpinionIcon = (_a) => {
|
|
|
1623
2044
|
fill: "none"
|
|
1624
2045
|
}, getIconA11yProps(title)), props), {
|
|
1625
2046
|
children: [
|
|
1626
|
-
title ? /* @__PURE__ */ (
|
|
1627
|
-
/* @__PURE__ */ (
|
|
2047
|
+
title ? /* @__PURE__ */ jsx53("title", { children: title }) : null,
|
|
2048
|
+
/* @__PURE__ */ jsx53(
|
|
1628
2049
|
"path",
|
|
1629
2050
|
{
|
|
1630
2051
|
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",
|
|
@@ -1638,7 +2059,7 @@ var LogoOpinionIcon = (_a) => {
|
|
|
1638
2059
|
LogoOpinionIcon.displayName = "LogoOpinionIcon";
|
|
1639
2060
|
|
|
1640
2061
|
// src/primitives/venue-logo/svg/logo-polymarket.tsx
|
|
1641
|
-
|
|
2062
|
+
import { jsx as jsx54, jsxs as jsxs53 } from "react/jsx-runtime";
|
|
1642
2063
|
var POLYMARKET_BLUE = "#2E5CFF";
|
|
1643
2064
|
var LogoPolymarketIcon = (_a) => {
|
|
1644
2065
|
var _b = _a, {
|
|
@@ -1657,7 +2078,7 @@ var LogoPolymarketIcon = (_a) => {
|
|
|
1657
2078
|
isColor,
|
|
1658
2079
|
color
|
|
1659
2080
|
});
|
|
1660
|
-
return /* @__PURE__ */ (
|
|
2081
|
+
return /* @__PURE__ */ jsxs53(
|
|
1661
2082
|
"svg",
|
|
1662
2083
|
__spreadProps(__spreadValues(__spreadValues({
|
|
1663
2084
|
viewBox: "0 0 100 100",
|
|
@@ -1665,8 +2086,8 @@ var LogoPolymarketIcon = (_a) => {
|
|
|
1665
2086
|
fill: "none"
|
|
1666
2087
|
}, getIconA11yProps(title)), props), {
|
|
1667
2088
|
children: [
|
|
1668
|
-
title ? /* @__PURE__ */ (
|
|
1669
|
-
/* @__PURE__ */ (
|
|
2089
|
+
title ? /* @__PURE__ */ jsx54("title", { children: title }) : null,
|
|
2090
|
+
/* @__PURE__ */ jsx54(
|
|
1670
2091
|
"path",
|
|
1671
2092
|
{
|
|
1672
2093
|
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",
|
|
@@ -1680,7 +2101,7 @@ var LogoPolymarketIcon = (_a) => {
|
|
|
1680
2101
|
LogoPolymarketIcon.displayName = "LogoPolymarketIcon";
|
|
1681
2102
|
|
|
1682
2103
|
// src/primitives/venue-logo/svg/logo-probable.tsx
|
|
1683
|
-
|
|
2104
|
+
import { jsx as jsx55, jsxs as jsxs54 } from "react/jsx-runtime";
|
|
1684
2105
|
var PROBABLE_ORANGE = "#F05923";
|
|
1685
2106
|
var LogoProbableIcon = (_a) => {
|
|
1686
2107
|
var _b = _a, {
|
|
@@ -1699,7 +2120,7 @@ var LogoProbableIcon = (_a) => {
|
|
|
1699
2120
|
isColor,
|
|
1700
2121
|
color
|
|
1701
2122
|
});
|
|
1702
|
-
return /* @__PURE__ */ (
|
|
2123
|
+
return /* @__PURE__ */ jsxs54(
|
|
1703
2124
|
"svg",
|
|
1704
2125
|
__spreadProps(__spreadValues(__spreadValues({
|
|
1705
2126
|
viewBox: "0 0 100 100",
|
|
@@ -1707,16 +2128,16 @@ var LogoProbableIcon = (_a) => {
|
|
|
1707
2128
|
fill: "none"
|
|
1708
2129
|
}, getIconA11yProps(title)), props), {
|
|
1709
2130
|
children: [
|
|
1710
|
-
title ? /* @__PURE__ */ (
|
|
1711
|
-
/* @__PURE__ */ (
|
|
2131
|
+
title ? /* @__PURE__ */ jsx55("title", { children: title }) : null,
|
|
2132
|
+
/* @__PURE__ */ jsx55(
|
|
1712
2133
|
"path",
|
|
1713
2134
|
{
|
|
1714
2135
|
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",
|
|
1715
2136
|
fill: primaryColor
|
|
1716
2137
|
}
|
|
1717
2138
|
),
|
|
1718
|
-
/* @__PURE__ */ (
|
|
1719
|
-
/* @__PURE__ */ (
|
|
2139
|
+
/* @__PURE__ */ jsx55("path", { d: "M90.9329 15.4546V30.4546H8.90234V15.4546H90.9329Z", fill: primaryColor }),
|
|
2140
|
+
/* @__PURE__ */ jsx55(
|
|
1720
2141
|
"path",
|
|
1721
2142
|
{
|
|
1722
2143
|
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",
|
|
@@ -1734,14 +2155,23 @@ var venueLogoRegistry = {
|
|
|
1734
2155
|
kalshi: LogoKalshiIcon,
|
|
1735
2156
|
polymarket: LogoPolymarketIcon,
|
|
1736
2157
|
opinion: LogoOpinionIcon,
|
|
1737
|
-
probable: LogoProbableIcon
|
|
2158
|
+
probable: LogoProbableIcon,
|
|
2159
|
+
limitless: LogoLimitlessIcon
|
|
1738
2160
|
};
|
|
1739
2161
|
var VENUE_LOGO_BASE_URL = "https://assets.snagsolutions.io/public/prediction-markets/logos";
|
|
1740
2162
|
var venueLogoUrlRegistry = {
|
|
1741
2163
|
kalshi: `${VENUE_LOGO_BASE_URL}/kalshi.png`,
|
|
1742
2164
|
polymarket: `${VENUE_LOGO_BASE_URL}/polymarket.png`,
|
|
1743
2165
|
opinion: `${VENUE_LOGO_BASE_URL}/opinion.png`,
|
|
1744
|
-
probable: `${VENUE_LOGO_BASE_URL}/probable.png
|
|
2166
|
+
probable: `${VENUE_LOGO_BASE_URL}/probable.png`,
|
|
2167
|
+
limitless: `${VENUE_LOGO_BASE_URL}/limitless.png`
|
|
2168
|
+
};
|
|
2169
|
+
var venueLogoLabels = {
|
|
2170
|
+
kalshi: "Kalshi",
|
|
2171
|
+
polymarket: "Polymarket",
|
|
2172
|
+
opinion: "Opinion",
|
|
2173
|
+
probable: "Probable",
|
|
2174
|
+
limitless: "Limitless"
|
|
1745
2175
|
};
|
|
1746
2176
|
var venueLogoNames = Object.keys(venueLogoRegistry);
|
|
1747
2177
|
var sizeClasses2 = {
|
|
@@ -1751,7 +2181,8 @@ var sizeClasses2 = {
|
|
|
1751
2181
|
};
|
|
1752
2182
|
|
|
1753
2183
|
// src/primitives/venue-logo/index.tsx
|
|
1754
|
-
|
|
2184
|
+
import { useLabels } from "@agg-market/hooks";
|
|
2185
|
+
import { jsx as jsx56 } from "react/jsx-runtime";
|
|
1755
2186
|
var VenueLogo = ({
|
|
1756
2187
|
venue,
|
|
1757
2188
|
variant = "icon",
|
|
@@ -1763,11 +2194,12 @@ var VenueLogo = ({
|
|
|
1763
2194
|
ariaLabel,
|
|
1764
2195
|
title
|
|
1765
2196
|
}) => {
|
|
1766
|
-
|
|
2197
|
+
var _a;
|
|
2198
|
+
const labels = useLabels();
|
|
1767
2199
|
const sizeClass = sizeClasses2[size];
|
|
1768
|
-
const resolvedLabel = ariaLabel != null ? ariaLabel : labels.venues[venue];
|
|
2200
|
+
const resolvedLabel = (_a = ariaLabel != null ? ariaLabel : labels.venues[venue]) != null ? _a : venueLogoLabels[venue];
|
|
1769
2201
|
if (variant === "logo") {
|
|
1770
|
-
return /* @__PURE__ */ (
|
|
2202
|
+
return /* @__PURE__ */ jsx56(
|
|
1771
2203
|
"img",
|
|
1772
2204
|
{
|
|
1773
2205
|
src: venueLogoUrlRegistry[venue],
|
|
@@ -1779,7 +2211,7 @@ var VenueLogo = ({
|
|
|
1779
2211
|
}
|
|
1780
2212
|
const Component = venueLogoRegistry[venue];
|
|
1781
2213
|
const resolvedIsColor = isMonochromatic ? false : isColor;
|
|
1782
|
-
return /* @__PURE__ */ (
|
|
2214
|
+
return /* @__PURE__ */ jsx56(
|
|
1783
2215
|
Component,
|
|
1784
2216
|
{
|
|
1785
2217
|
className: cn("group/agg-venue-logo", "shrink-0", sizeClass, className),
|
|
@@ -1792,497 +2224,228 @@ var VenueLogo = ({
|
|
|
1792
2224
|
};
|
|
1793
2225
|
VenueLogo.displayName = "VenueLogo";
|
|
1794
2226
|
|
|
1795
|
-
// src/primitives/
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
2227
|
+
// src/primitives/select/index.tsx
|
|
2228
|
+
import { useCallback, useEffect, useRef, useState } from "react";
|
|
2229
|
+
import { useLabels as useLabels2, useSdkUiConfig as useSdkUiConfig2 } from "@agg-market/hooks";
|
|
2230
|
+
import { jsx as jsx57, jsxs as jsxs55 } from "react/jsx-runtime";
|
|
2231
|
+
var Select = ({
|
|
2232
|
+
items,
|
|
2233
|
+
value,
|
|
2234
|
+
onChange,
|
|
2235
|
+
ariaLabel,
|
|
1800
2236
|
className,
|
|
1801
|
-
|
|
2237
|
+
disabled = false
|
|
1802
2238
|
}) => {
|
|
1803
|
-
|
|
1804
|
-
const
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
className
|
|
1814
|
-
),
|
|
1815
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("span", { className: "inline-grid place-items-center", "aria-hidden": "true", children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("svg", { viewBox: "0 0 44 44", className: cn("block", iconSizeClasses[size]), children: /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)("g", { children: [
|
|
1816
|
-
enableAnimations ? /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
1817
|
-
"animateTransform",
|
|
1818
|
-
{
|
|
1819
|
-
attributeName: "transform",
|
|
1820
|
-
attributeType: "XML",
|
|
1821
|
-
type: "rotate",
|
|
1822
|
-
from: "0 22 22",
|
|
1823
|
-
to: "360 22 22",
|
|
1824
|
-
dur: "1.4s",
|
|
1825
|
-
repeatCount: "indefinite"
|
|
1826
|
-
}
|
|
1827
|
-
) : null,
|
|
1828
|
-
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
1829
|
-
"circle",
|
|
1830
|
-
{
|
|
1831
|
-
cx: "22",
|
|
1832
|
-
cy: "22",
|
|
1833
|
-
r: "16",
|
|
1834
|
-
fill: "none",
|
|
1835
|
-
stroke: "currentColor",
|
|
1836
|
-
strokeWidth: "6",
|
|
1837
|
-
strokeLinecap: "round",
|
|
1838
|
-
strokeDasharray: "60 100",
|
|
1839
|
-
strokeDashoffset: "0",
|
|
1840
|
-
children: enableAnimations ? /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(import_jsx_runtime49.Fragment, { children: [
|
|
1841
|
-
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
1842
|
-
"animate",
|
|
1843
|
-
{
|
|
1844
|
-
attributeName: "stroke-dasharray",
|
|
1845
|
-
values: "1 100;60 100;1 100",
|
|
1846
|
-
dur: "1.2s",
|
|
1847
|
-
repeatCount: "indefinite"
|
|
1848
|
-
}
|
|
1849
|
-
),
|
|
1850
|
-
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
1851
|
-
"animate",
|
|
1852
|
-
{
|
|
1853
|
-
attributeName: "stroke-dashoffset",
|
|
1854
|
-
values: "0;-25;-100",
|
|
1855
|
-
dur: "1.2s",
|
|
1856
|
-
repeatCount: "indefinite"
|
|
1857
|
-
}
|
|
1858
|
-
)
|
|
1859
|
-
] }) : null
|
|
1860
|
-
}
|
|
1861
|
-
)
|
|
1862
|
-
] }) }) })
|
|
1863
|
-
}
|
|
1864
|
-
);
|
|
1865
|
-
};
|
|
1866
|
-
LoadingIcon.displayName = "LoadingIcon";
|
|
1867
|
-
|
|
1868
|
-
// src/auth/connect-button/connect-button.constants.ts
|
|
1869
|
-
var connectButtonContainerClassName = cn(
|
|
1870
|
-
"inline-flex flex-col items-start gap-2 font-agg-sans"
|
|
1871
|
-
);
|
|
1872
|
-
var connectedButtonsRowClassName = cn("inline-flex h-10 items-center gap-2");
|
|
1873
|
-
var connectedBalanceChipClassName = cn(
|
|
1874
|
-
"inline-flex h-10 items-center gap-3 rounded-agg-full border border-agg-separator bg-agg-secondary pl-3 pr-12 font-agg-sans"
|
|
1875
|
-
);
|
|
1876
|
-
var connectedProfileChipClassName = cn(
|
|
1877
|
-
"-ml-12",
|
|
1878
|
-
"inline-flex h-10 items-center gap-3 rounded-agg-full border border-agg-separator bg-agg-secondary pl-2 pr-3 font-agg-sans",
|
|
1879
|
-
"cursor-pointer hover:bg-agg-secondary-hover",
|
|
1880
|
-
"focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-agg-primary-hover focus-visible:ring-offset-2 focus-visible:ring-offset-agg-secondary"
|
|
1881
|
-
);
|
|
1882
|
-
var profileMenuContentClassName = cn(
|
|
1883
|
-
"z-50 w-64 overflow-hidden rounded-agg-xl font-agg-sans",
|
|
1884
|
-
"border border-agg-separator bg-agg-secondary",
|
|
1885
|
-
"shadow-agg-popover"
|
|
1886
|
-
);
|
|
1887
|
-
var profileMenuSectionClassName = cn("flex w-full flex-col gap-5 px-5 py-5");
|
|
1888
|
-
var profileMenuSeparatorClassName = cn("h-px w-full bg-agg-separator");
|
|
1889
|
-
var profileMenuActionItemClassName = cn(
|
|
1890
|
-
"flex w-full items-center gap-3 px-5 py-4 font-agg-sans text-agg-sm leading-agg-5 text-agg-foreground",
|
|
1891
|
-
"outline-none",
|
|
1892
|
-
"hover:bg-agg-secondary-hover focus:bg-agg-secondary-hover"
|
|
1893
|
-
);
|
|
1894
|
-
var avatarRootClassName = cn(
|
|
1895
|
-
"inline-flex size-6 shrink-0 items-center justify-center rounded-agg-full bg-agg-separator"
|
|
1896
|
-
);
|
|
1897
|
-
var avatarIconClassName = cn("h-[66%] w-[66%] text-agg-muted-foreground");
|
|
1898
|
-
|
|
1899
|
-
// src/auth/connect-button/index.tsx
|
|
1900
|
-
var import_jsx_runtime50 = require("react/jsx-runtime");
|
|
1901
|
-
var venueLogoNameSet = /* @__PURE__ */ new Set([
|
|
1902
|
-
"polymarket",
|
|
1903
|
-
"kalshi",
|
|
1904
|
-
"opinion",
|
|
1905
|
-
"probable"
|
|
1906
|
-
]);
|
|
1907
|
-
var toVenueLogoName = (value) => {
|
|
1908
|
-
if (!venueLogoNameSet.has(value))
|
|
1909
|
-
return null;
|
|
1910
|
-
return value;
|
|
1911
|
-
};
|
|
1912
|
-
function WalletAvatar({ className }) {
|
|
1913
|
-
return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("span", { "aria-hidden": "true", className: cn(avatarRootClassName, className), children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(Icon, { className: avatarIconClassName, name: "wallet-avatar" }) });
|
|
1914
|
-
}
|
|
1915
|
-
var ConnectButton = ({
|
|
1916
|
-
autoSignInOnConnect = true,
|
|
1917
|
-
buttonProps,
|
|
1918
|
-
classNames,
|
|
1919
|
-
disabled,
|
|
1920
|
-
onConnect,
|
|
1921
|
-
onDepositClick,
|
|
1922
|
-
onDisconnect,
|
|
1923
|
-
onProfileClick,
|
|
1924
|
-
onViewAllBalancesClick,
|
|
1925
|
-
onWithdrawClick
|
|
1926
|
-
}) => {
|
|
1927
|
-
var _a, _b;
|
|
1928
|
-
const [isProfileMenuOpen, setIsProfileMenuOpen] = (0, import_react.useState)(false);
|
|
1929
|
-
const autoSignInAttemptRef = (0, import_react.useRef)(null);
|
|
1930
|
-
const { enableAnimations, rootClassName } = (0, import_hooks4.useSdkUiConfig)();
|
|
1931
|
-
const labels = (0, import_hooks4.useLabels)();
|
|
1932
|
-
const { address: walletAddress, chainId, isConnected: isWalletConnected } = (0, import_wagmi.useAccount)();
|
|
1933
|
-
const { connect, connectors, isPending: isConnectPending } = (0, import_wagmi.useConnect)();
|
|
1934
|
-
const { disconnect } = (0, import_wagmi.useDisconnect)();
|
|
1935
|
-
const { signMessageAsync } = (0, import_wagmi.useSignMessage)();
|
|
1936
|
-
const {
|
|
1937
|
-
totalBalance,
|
|
1938
|
-
balanceBreakdown,
|
|
1939
|
-
connectedVenues,
|
|
1940
|
-
isLoading: isBalanceLoading,
|
|
1941
|
-
error: balanceError
|
|
1942
|
-
} = (0, import_hooks4.useAggBalanceState)();
|
|
1943
|
-
const preferredConnector = (0, import_react.useMemo)(() => {
|
|
1944
|
-
var _a2;
|
|
1945
|
-
return (_a2 = connectors.find((connector) => connector.name === "MetaMask")) != null ? _a2 : connectors[0];
|
|
1946
|
-
}, [connectors]);
|
|
1947
|
-
const signInStatement = labels.auth.signInStatement;
|
|
1948
|
-
const { signIn, signOut, isAuthenticated, user, isLoading, error } = (0, import_hooks4.useAggAuth)({
|
|
1949
|
-
signMessage: (message) => signMessageAsync({ message }),
|
|
1950
|
-
address: walletAddress != null ? walletAddress : "",
|
|
1951
|
-
chainId
|
|
1952
|
-
});
|
|
1953
|
-
const resolvedWalletAddress = (_b = (_a = (0, import_hooks4.getWalletAddressFromUserProfile)(user)) != null ? _a : walletAddress) != null ? _b : "";
|
|
1954
|
-
const resolvedAddressLabel = shortenAddress(resolvedWalletAddress);
|
|
1955
|
-
const resolvedProfileLabel = resolvedAddressLabel;
|
|
1956
|
-
const resolvedBalanceRows = (0, import_react.useMemo)(() => {
|
|
1957
|
-
const balancesByVenue = /* @__PURE__ */ new Map();
|
|
1958
|
-
for (const balanceItem of balanceBreakdown) {
|
|
1959
|
-
balancesByVenue.set(balanceItem.venue, balanceItem.balance);
|
|
1960
|
-
}
|
|
1961
|
-
for (const venue of connectedVenues) {
|
|
1962
|
-
if (!balancesByVenue.has(venue)) {
|
|
1963
|
-
balancesByVenue.set(venue, 0);
|
|
1964
|
-
}
|
|
1965
|
-
}
|
|
1966
|
-
return Array.from(balancesByVenue.entries()).map(([venue, balanceValue]) => {
|
|
1967
|
-
var _a2;
|
|
1968
|
-
return {
|
|
1969
|
-
key: venue,
|
|
1970
|
-
label: (_a2 = labels.venues[venue]) != null ? _a2 : venue,
|
|
1971
|
-
amountLabel: formatUsd(balanceValue),
|
|
1972
|
-
venue: toVenueLogoName(venue)
|
|
1973
|
-
};
|
|
1974
|
-
});
|
|
1975
|
-
}, [balanceBreakdown, connectedVenues, labels.venues]);
|
|
1976
|
-
const errorText = error ? `Error: ${error.message}` : null;
|
|
1977
|
-
const balanceErrorText = balanceError ? `Error: ${balanceError.message}` : null;
|
|
1978
|
-
const resolvedErrorText = errorText != null ? errorText : balanceErrorText;
|
|
1979
|
-
const normalizedWalletAddress = (walletAddress != null ? walletAddress : "").toLowerCase();
|
|
1980
|
-
const hasWalletAddress = (0, import_viem.isAddress)(walletAddress != null ? walletAddress : "");
|
|
1981
|
-
const isConnectDisabled = disabled || isConnectPending || !preferredConnector;
|
|
1982
|
-
const dropdownMenuItemClassName = cn(
|
|
1983
|
-
"cursor-pointer",
|
|
1984
|
-
profileMenuActionItemClassName,
|
|
1985
|
-
getMotionClassName(enableAnimations, "transition-colors"),
|
|
1986
|
-
disabled ? "pointer-events-none opacity-50" : null,
|
|
1987
|
-
classNames == null ? void 0 : classNames.profileMenuActionItem
|
|
1988
|
-
);
|
|
1989
|
-
(0, import_react.useEffect)(() => {
|
|
1990
|
-
if (!autoSignInOnConnect) {
|
|
1991
|
-
autoSignInAttemptRef.current = null;
|
|
2239
|
+
var _a;
|
|
2240
|
+
const labels = useLabels2();
|
|
2241
|
+
const { enableAnimations } = useSdkUiConfig2();
|
|
2242
|
+
const hasEnabledItems = items.some((item) => !item.disabled);
|
|
2243
|
+
const hasAnyIcon = items.some((item) => item.iconUrl);
|
|
2244
|
+
const [isOpen, setIsOpen] = useState(false);
|
|
2245
|
+
const containerRef = useRef(null);
|
|
2246
|
+
const close = useCallback(() => setIsOpen(false), []);
|
|
2247
|
+
useEffect(() => {
|
|
2248
|
+
if (!isOpen)
|
|
1992
2249
|
return;
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
autoSignInAttemptRef.current = null;
|
|
2250
|
+
const handlePointerDown = (e) => {
|
|
2251
|
+
if (containerRef.current && !containerRef.current.contains(e == null ? void 0 : e.target)) {
|
|
2252
|
+
close();
|
|
1997
2253
|
}
|
|
2254
|
+
};
|
|
2255
|
+
document.addEventListener("mousedown", handlePointerDown);
|
|
2256
|
+
return () => document.removeEventListener("mousedown", handlePointerDown);
|
|
2257
|
+
}, [isOpen, close]);
|
|
2258
|
+
useEffect(() => {
|
|
2259
|
+
if (!isOpen)
|
|
1998
2260
|
return;
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
}, [
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
normalizedWalletAddress,
|
|
2013
|
-
signIn,
|
|
2014
|
-
signInStatement
|
|
2015
|
-
]);
|
|
2016
|
-
const handleConnectClick = () => {
|
|
2017
|
-
if (isConnectDisabled || !preferredConnector)
|
|
2018
|
-
return;
|
|
2019
|
-
connect({ connector: preferredConnector });
|
|
2020
|
-
if (!onConnect)
|
|
2021
|
-
return;
|
|
2022
|
-
void Promise.resolve(onConnect());
|
|
2023
|
-
};
|
|
2024
|
-
const handleSignInClick = () => {
|
|
2025
|
-
if (disabled || isLoading || !hasWalletAddress)
|
|
2026
|
-
return;
|
|
2027
|
-
void signIn(signInStatement);
|
|
2028
|
-
};
|
|
2029
|
-
const handleDepositClick = () => {
|
|
2030
|
-
if (disabled)
|
|
2031
|
-
return;
|
|
2032
|
-
if (!onDepositClick)
|
|
2033
|
-
return;
|
|
2034
|
-
void Promise.resolve(onDepositClick());
|
|
2035
|
-
};
|
|
2036
|
-
const handleProfileItemClick = () => {
|
|
2037
|
-
if (disabled)
|
|
2038
|
-
return;
|
|
2039
|
-
if (!onProfileClick)
|
|
2040
|
-
return;
|
|
2041
|
-
void Promise.resolve(onProfileClick());
|
|
2042
|
-
};
|
|
2043
|
-
const handleWithdrawClick = () => {
|
|
2044
|
-
if (disabled)
|
|
2045
|
-
return;
|
|
2046
|
-
if (!onWithdrawClick)
|
|
2047
|
-
return;
|
|
2048
|
-
void Promise.resolve(onWithdrawClick());
|
|
2049
|
-
};
|
|
2050
|
-
const handleViewAllBalancesClick = () => {
|
|
2051
|
-
if (disabled)
|
|
2052
|
-
return;
|
|
2053
|
-
if (!onViewAllBalancesClick)
|
|
2054
|
-
return;
|
|
2055
|
-
void Promise.resolve(onViewAllBalancesClick());
|
|
2056
|
-
};
|
|
2057
|
-
const handleDisconnectClick = () => {
|
|
2058
|
-
if (disabled)
|
|
2059
|
-
return;
|
|
2060
|
-
signOut();
|
|
2061
|
-
disconnect();
|
|
2062
|
-
if (!onDisconnect)
|
|
2063
|
-
return;
|
|
2064
|
-
void Promise.resolve(onDisconnect());
|
|
2065
|
-
};
|
|
2066
|
-
const handleProfileMenuOpenChange = (open) => {
|
|
2067
|
-
if (disabled)
|
|
2068
|
-
return;
|
|
2069
|
-
setIsProfileMenuOpen(open);
|
|
2070
|
-
};
|
|
2071
|
-
if (resolvedErrorText) {
|
|
2072
|
-
console.error({ resolvedErrorText });
|
|
2073
|
-
}
|
|
2074
|
-
if (!isWalletConnected) {
|
|
2075
|
-
return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("div", { className: cn(connectButtonContainerClassName, classNames == null ? void 0 : classNames.root), children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
2076
|
-
Button,
|
|
2077
|
-
__spreadProps(__spreadValues({
|
|
2078
|
-
variant: "primary",
|
|
2079
|
-
size: "large",
|
|
2080
|
-
className: classNames == null ? void 0 : classNames.connectButton,
|
|
2081
|
-
onClick: handleConnectClick,
|
|
2082
|
-
disabled: isConnectDisabled,
|
|
2083
|
-
"aria-label": labels.auth.connect(preferredConnector == null ? void 0 : preferredConnector.name)
|
|
2084
|
-
}, buttonProps), {
|
|
2085
|
-
children: labels.auth.connect(preferredConnector == null ? void 0 : preferredConnector.name)
|
|
2086
|
-
})
|
|
2087
|
-
) });
|
|
2088
|
-
}
|
|
2089
|
-
if (!isAuthenticated) {
|
|
2090
|
-
return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("div", { className: cn(connectButtonContainerClassName, classNames == null ? void 0 : classNames.root), children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
2091
|
-
Button,
|
|
2092
|
-
__spreadProps(__spreadValues({
|
|
2093
|
-
variant: "primary",
|
|
2094
|
-
size: "large",
|
|
2095
|
-
className: classNames == null ? void 0 : classNames.signInButton,
|
|
2096
|
-
onClick: handleSignInClick,
|
|
2097
|
-
disabled: disabled || !hasWalletAddress,
|
|
2098
|
-
isLoading,
|
|
2099
|
-
"aria-label": isLoading ? labels.auth.signingIn : labels.auth.signIn
|
|
2100
|
-
}, buttonProps), {
|
|
2101
|
-
children: isLoading ? labels.auth.signingIn : labels.auth.signIn
|
|
2102
|
-
})
|
|
2103
|
-
) });
|
|
2104
|
-
}
|
|
2105
|
-
return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("div", { className: cn(connectButtonContainerClassName, classNames == null ? void 0 : classNames.root), children: /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("div", { className: cn(connectedButtonsRowClassName, classNames == null ? void 0 : classNames.connectedRow), children: [
|
|
2106
|
-
/* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("div", { className: cn(connectedBalanceChipClassName, classNames == null ? void 0 : classNames.balanceChip), children: [
|
|
2107
|
-
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
2108
|
-
Button,
|
|
2261
|
+
const handleKey = (e) => {
|
|
2262
|
+
if ((e == null ? void 0 : e.key) === "Escape")
|
|
2263
|
+
close();
|
|
2264
|
+
};
|
|
2265
|
+
document.addEventListener("keydown", handleKey);
|
|
2266
|
+
return () => document.removeEventListener("keydown", handleKey);
|
|
2267
|
+
}, [isOpen, close]);
|
|
2268
|
+
const isDisabled = disabled || !hasEnabledItems;
|
|
2269
|
+
const selectedItem = items.find((item) => item.value === value);
|
|
2270
|
+
if (!hasAnyIcon) {
|
|
2271
|
+
return /* @__PURE__ */ jsxs55("label", { className: cn("group/agg-select", "relative inline-flex w-full", className), children: [
|
|
2272
|
+
/* @__PURE__ */ jsx57(
|
|
2273
|
+
"select",
|
|
2109
2274
|
{
|
|
2110
|
-
|
|
2111
|
-
size: "small",
|
|
2112
|
-
className: cn("h-6 px-3 text-agg-xs leading-agg-4", classNames == null ? void 0 : classNames.depositButton),
|
|
2113
|
-
onClick: handleDepositClick,
|
|
2114
|
-
disabled,
|
|
2115
|
-
"aria-label": labels.auth.deposit,
|
|
2116
|
-
children: labels.auth.deposit
|
|
2117
|
-
}
|
|
2118
|
-
),
|
|
2119
|
-
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("p", { className: cn("agg-type-label text-agg-foreground", classNames == null ? void 0 : classNames.balanceText), children: isBalanceLoading ? /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(LoadingIcon, { size: "small" }) : formatUsd(totalBalance) })
|
|
2120
|
-
] }),
|
|
2121
|
-
/* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(DropdownMenu.Root, { open: isProfileMenuOpen, onOpenChange: handleProfileMenuOpenChange, children: [
|
|
2122
|
-
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(DropdownMenu.Trigger, { asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(
|
|
2123
|
-
"button",
|
|
2124
|
-
{
|
|
2125
|
-
type: "button",
|
|
2275
|
+
"aria-label": ariaLabel != null ? ariaLabel : labels.common.selectAria,
|
|
2126
2276
|
className: cn(
|
|
2127
|
-
|
|
2128
|
-
getMotionClassName(
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
disabled,
|
|
2132
|
-
"aria-label": labels.auth.walletMenuFor(resolvedProfileLabel),
|
|
2133
|
-
children: [
|
|
2134
|
-
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(WalletAvatar, {}),
|
|
2135
|
-
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
2136
|
-
"span",
|
|
2137
|
-
{
|
|
2138
|
-
className: cn(
|
|
2139
|
-
"agg-type-body-strong text-agg-foreground",
|
|
2140
|
-
classNames == null ? void 0 : classNames.profileTriggerLabel
|
|
2141
|
-
),
|
|
2142
|
-
children: resolvedProfileLabel
|
|
2143
|
-
}
|
|
2277
|
+
"w-full appearance-none rounded-agg-md border border-agg-separator bg-agg-secondary px-4 py-2 pr-10 font-agg-sans text-agg-sm leading-agg-5 text-agg-foreground outline-none",
|
|
2278
|
+
getMotionClassName(
|
|
2279
|
+
enableAnimations,
|
|
2280
|
+
"transition-[border-color,box-shadow] duration-200 ease-in-out"
|
|
2144
2281
|
),
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
{
|
|
2148
|
-
name: isProfileMenuOpen ? "chevron-up" : "chevron-down",
|
|
2149
|
-
size: "small",
|
|
2150
|
-
className: "h-3.5 w-3.5 text-agg-foreground",
|
|
2151
|
-
"aria-hidden": "true"
|
|
2152
|
-
}
|
|
2153
|
-
)
|
|
2154
|
-
]
|
|
2155
|
-
}
|
|
2156
|
-
) }),
|
|
2157
|
-
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(DropdownMenu.Portal, { children: /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(
|
|
2158
|
-
DropdownMenu.Content,
|
|
2159
|
-
{
|
|
2160
|
-
className: cn(
|
|
2161
|
-
AGG_ROOT_CLASS_NAME,
|
|
2162
|
-
rootClassName,
|
|
2163
|
-
profileMenuContentClassName,
|
|
2164
|
-
classNames == null ? void 0 : classNames.profileMenuContent
|
|
2282
|
+
"focus:border-agg-primary focus:ring-2 focus:ring-agg-primary/15",
|
|
2283
|
+
"disabled:cursor-not-allowed disabled:opacity-60"
|
|
2165
2284
|
),
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
children:
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
isBalanceLoading ? /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("p", { className: "flex flex-col gap-2 items-center justify-center text-agg-sm font-agg-normal leading-agg-5 text-agg-muted-foreground", children: [
|
|
2196
|
-
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(LoadingIcon, {}),
|
|
2197
|
-
labels.auth.loadingBalances
|
|
2198
|
-
] }) : /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(import_jsx_runtime50.Fragment, { children: resolvedBalanceRows.length === 0 ? /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("p", { className: "flex flex-col gap-2 items-center justify-center text-agg-sm font-agg-normal leading-agg-5 text-agg-muted-foreground", children: [
|
|
2199
|
-
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(Icon, { name: "warning", className: "text-agg-primary" }),
|
|
2200
|
-
labels.auth.noBalances
|
|
2201
|
-
] }) : /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("div", { className: "flex w-full items-center justify-between", children: [
|
|
2202
|
-
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("p", { className: "text-agg-xs font-agg-bold uppercase leading-agg-4 tracking-agg-normal text-agg-muted-foreground", children: labels.auth.balances }),
|
|
2203
|
-
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
2204
|
-
Button,
|
|
2205
|
-
{
|
|
2206
|
-
variant: "tertiary",
|
|
2207
|
-
size: "small",
|
|
2208
|
-
className: "h-6 px-3 text-agg-xs leading-agg-4",
|
|
2209
|
-
onClick: handleViewAllBalancesClick,
|
|
2210
|
-
children: labels.auth.viewAll
|
|
2211
|
-
}
|
|
2212
|
-
)
|
|
2213
|
-
] }) }),
|
|
2214
|
-
!isBalanceLoading ? resolvedBalanceRows.map((row) => /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("div", { className: "flex w-full items-center justify-between", children: [
|
|
2215
|
-
/* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("div", { className: "flex items-center gap-1.5", children: [
|
|
2216
|
-
row.venue ? /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(VenueLogo, { venue: row.venue, size: "small" }) : null,
|
|
2217
|
-
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("p", { className: "text-agg-sm font-agg-normal leading-agg-5 text-agg-foreground", children: row.label })
|
|
2218
|
-
] }),
|
|
2219
|
-
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("p", { className: "text-agg-sm font-agg-bold leading-agg-5 text-agg-foreground", children: row.amountLabel })
|
|
2220
|
-
] }, row.key)) : null
|
|
2221
|
-
] }),
|
|
2222
|
-
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
2223
|
-
"div",
|
|
2224
|
-
{
|
|
2225
|
-
className: cn(profileMenuSeparatorClassName, classNames == null ? void 0 : classNames.profileMenuSeparator)
|
|
2226
|
-
}
|
|
2227
|
-
),
|
|
2228
|
-
/* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("div", { className: "flex w-full flex-col py-2", children: [
|
|
2229
|
-
/* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(
|
|
2230
|
-
DropdownMenu.Item,
|
|
2231
|
-
{
|
|
2232
|
-
className: dropdownMenuItemClassName,
|
|
2233
|
-
onSelect: handleProfileItemClick,
|
|
2234
|
-
disabled,
|
|
2235
|
-
children: [
|
|
2236
|
-
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(Icon, { name: "profile", size: "small", className: "text-agg-foreground" }),
|
|
2237
|
-
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("span", { children: labels.auth.myProfile })
|
|
2238
|
-
]
|
|
2239
|
-
}
|
|
2240
|
-
),
|
|
2241
|
-
/* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(
|
|
2242
|
-
DropdownMenu.Item,
|
|
2243
|
-
{
|
|
2244
|
-
className: dropdownMenuItemClassName,
|
|
2245
|
-
onSelect: handleDepositClick,
|
|
2246
|
-
disabled,
|
|
2247
|
-
children: [
|
|
2248
|
-
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(Icon, { name: "download", size: "small", className: "text-agg-foreground" }),
|
|
2249
|
-
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("span", { children: labels.auth.deposit })
|
|
2250
|
-
]
|
|
2251
|
-
}
|
|
2285
|
+
disabled: isDisabled,
|
|
2286
|
+
value,
|
|
2287
|
+
onChange: (event) => onChange(event.target.value),
|
|
2288
|
+
children: items.map((item) => /* @__PURE__ */ jsx57("option", { value: item.value, disabled: item.disabled, children: item.label }, item.value))
|
|
2289
|
+
}
|
|
2290
|
+
),
|
|
2291
|
+
/* @__PURE__ */ jsx57("span", { className: "pointer-events-none absolute inset-y-0 right-3 inline-flex items-center justify-center text-agg-muted-foreground", children: /* @__PURE__ */ jsx57(Icon, { name: "chevron-down", size: "small", color: "currentColor" }) })
|
|
2292
|
+
] });
|
|
2293
|
+
}
|
|
2294
|
+
return /* @__PURE__ */ jsxs55(
|
|
2295
|
+
"div",
|
|
2296
|
+
{
|
|
2297
|
+
ref: containerRef,
|
|
2298
|
+
className: cn("group/agg-select", "relative inline-flex w-full", className),
|
|
2299
|
+
children: [
|
|
2300
|
+
/* @__PURE__ */ jsxs55(
|
|
2301
|
+
"button",
|
|
2302
|
+
{
|
|
2303
|
+
type: "button",
|
|
2304
|
+
"aria-label": ariaLabel != null ? ariaLabel : labels.common.selectAria,
|
|
2305
|
+
"aria-expanded": isOpen,
|
|
2306
|
+
"aria-haspopup": "listbox",
|
|
2307
|
+
disabled: isDisabled,
|
|
2308
|
+
className: cn(
|
|
2309
|
+
"w-full rounded-agg-md border border-agg-separator bg-agg-secondary px-4 py-2 pr-10 font-agg-sans text-agg-sm leading-agg-5 text-agg-foreground outline-none",
|
|
2310
|
+
"flex items-center gap-2 text-left",
|
|
2311
|
+
getMotionClassName(
|
|
2312
|
+
enableAnimations,
|
|
2313
|
+
"transition-[border-color,box-shadow] duration-200 ease-in-out"
|
|
2252
2314
|
),
|
|
2253
|
-
|
|
2254
|
-
|
|
2315
|
+
"focus:border-agg-primary focus:ring-2 focus:ring-agg-primary/15",
|
|
2316
|
+
"disabled:cursor-not-allowed disabled:opacity-60"
|
|
2317
|
+
),
|
|
2318
|
+
onClick: () => setIsOpen((prev) => !prev),
|
|
2319
|
+
children: [
|
|
2320
|
+
(selectedItem == null ? void 0 : selectedItem.iconUrl) ? /* @__PURE__ */ jsx57(
|
|
2321
|
+
"img",
|
|
2255
2322
|
{
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
children: [
|
|
2260
|
-
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(Icon, { name: "upload", size: "small", className: "text-agg-foreground" }),
|
|
2261
|
-
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("span", { children: labels.auth.withdraw })
|
|
2262
|
-
]
|
|
2323
|
+
src: selectedItem.iconUrl,
|
|
2324
|
+
alt: "",
|
|
2325
|
+
className: "h-4 w-4 shrink-0 rounded-sm object-contain"
|
|
2263
2326
|
}
|
|
2264
|
-
),
|
|
2265
|
-
/* @__PURE__ */ (
|
|
2266
|
-
|
|
2327
|
+
) : null,
|
|
2328
|
+
/* @__PURE__ */ jsx57("span", { className: "flex-1 truncate", children: (_a = selectedItem == null ? void 0 : selectedItem.label) != null ? _a : "" })
|
|
2329
|
+
]
|
|
2330
|
+
}
|
|
2331
|
+
),
|
|
2332
|
+
/* @__PURE__ */ jsx57("span", { className: "pointer-events-none absolute inset-y-0 right-3 inline-flex items-center justify-center text-agg-muted-foreground", children: /* @__PURE__ */ jsx57(Icon, { name: "chevron-down", size: "small", color: "currentColor" }) }),
|
|
2333
|
+
isOpen ? /* @__PURE__ */ jsx57(
|
|
2334
|
+
"div",
|
|
2335
|
+
{
|
|
2336
|
+
role: "listbox",
|
|
2337
|
+
"aria-label": ariaLabel != null ? ariaLabel : labels.common.selectAria,
|
|
2338
|
+
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",
|
|
2339
|
+
children: items.map((item) => {
|
|
2340
|
+
const isSelected = item.value === value;
|
|
2341
|
+
return /* @__PURE__ */ jsxs55(
|
|
2342
|
+
"button",
|
|
2267
2343
|
{
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
2344
|
+
type: "button",
|
|
2345
|
+
role: "option",
|
|
2346
|
+
"aria-selected": isSelected,
|
|
2347
|
+
disabled: item.disabled,
|
|
2348
|
+
className: cn(
|
|
2349
|
+
"flex w-full items-center gap-2 px-4 py-2 text-left text-agg-sm leading-agg-5 outline-none",
|
|
2350
|
+
"hover:bg-agg-secondary-hover focus-visible:bg-agg-secondary-hover",
|
|
2351
|
+
isSelected ? "font-agg-bold text-agg-primary" : "font-agg-normal text-agg-foreground",
|
|
2352
|
+
item.disabled && "cursor-not-allowed opacity-60"
|
|
2353
|
+
),
|
|
2354
|
+
onClick: () => {
|
|
2355
|
+
if (!item.disabled) {
|
|
2356
|
+
onChange(item.value);
|
|
2357
|
+
close();
|
|
2358
|
+
}
|
|
2359
|
+
},
|
|
2271
2360
|
children: [
|
|
2272
|
-
/* @__PURE__ */ (
|
|
2273
|
-
|
|
2361
|
+
item.iconUrl ? /* @__PURE__ */ jsx57(
|
|
2362
|
+
"img",
|
|
2363
|
+
{
|
|
2364
|
+
src: item.iconUrl,
|
|
2365
|
+
alt: "",
|
|
2366
|
+
className: "h-4 w-4 shrink-0 rounded-sm object-contain"
|
|
2367
|
+
}
|
|
2368
|
+
) : null,
|
|
2369
|
+
/* @__PURE__ */ jsx57("span", { className: "truncate", children: item.label })
|
|
2274
2370
|
]
|
|
2275
|
-
}
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2371
|
+
},
|
|
2372
|
+
item.value
|
|
2373
|
+
);
|
|
2374
|
+
})
|
|
2375
|
+
}
|
|
2376
|
+
) : null
|
|
2377
|
+
]
|
|
2378
|
+
}
|
|
2379
|
+
);
|
|
2380
|
+
};
|
|
2381
|
+
Select.displayName = "Select";
|
|
2382
|
+
|
|
2383
|
+
export {
|
|
2384
|
+
__spreadValues,
|
|
2385
|
+
__spreadProps,
|
|
2386
|
+
__objRest,
|
|
2387
|
+
__async,
|
|
2388
|
+
AGG_ROOT_CLASS_NAME,
|
|
2389
|
+
isTruthy,
|
|
2390
|
+
cn,
|
|
2391
|
+
getMotionClassName,
|
|
2392
|
+
getScrollBehavior,
|
|
2393
|
+
isValidDateValue,
|
|
2394
|
+
toDate,
|
|
2395
|
+
shortenAddress,
|
|
2396
|
+
formatUsd,
|
|
2397
|
+
formatCompactUsd,
|
|
2398
|
+
formatAmountDisplay,
|
|
2399
|
+
iconSizeClasses,
|
|
2400
|
+
Button,
|
|
2401
|
+
getIconA11yProps,
|
|
2402
|
+
AppleIcon,
|
|
2403
|
+
ArrowTrendUpIcon,
|
|
2404
|
+
ArrowsToDotIcon,
|
|
2405
|
+
BankIcon,
|
|
2406
|
+
BestPricesIcon,
|
|
2407
|
+
BoltIcon,
|
|
2408
|
+
CheckCircleIcon,
|
|
2409
|
+
ChartCandlestickIcon,
|
|
2410
|
+
ChartLineIcon,
|
|
2411
|
+
ChevronDownIcon,
|
|
2412
|
+
ChevronLeftIcon,
|
|
2413
|
+
ChevronRightIcon,
|
|
2414
|
+
ChevronUpIcon,
|
|
2415
|
+
CloseIcon,
|
|
2416
|
+
CopyIcon,
|
|
2417
|
+
CreateAccountIcon,
|
|
2418
|
+
CreditCardIcon,
|
|
2419
|
+
DisconnectIcon,
|
|
2420
|
+
DotsHorizontalIcon,
|
|
2421
|
+
DocumentIcon,
|
|
2422
|
+
DownloadIcon,
|
|
2423
|
+
ErrorFilledIcon,
|
|
2424
|
+
ExternalLinkIcon,
|
|
2425
|
+
EthereumIcon,
|
|
2426
|
+
GoogleIcon,
|
|
2427
|
+
InfoIcon,
|
|
2428
|
+
LinkAccountsIcon,
|
|
2429
|
+
PencilIcon,
|
|
2430
|
+
PlaySquareIcon,
|
|
2431
|
+
ProfileIcon,
|
|
2432
|
+
RevenueAltIcon,
|
|
2433
|
+
SearchIcon,
|
|
2434
|
+
ShieldTrustIcon,
|
|
2435
|
+
SolanaIcon,
|
|
2436
|
+
StayInControlIcon,
|
|
2437
|
+
TriangleDownIcon,
|
|
2438
|
+
TriangleUpFilledIcon,
|
|
2439
|
+
TriangleUpIcon,
|
|
2440
|
+
UploadIcon,
|
|
2441
|
+
WalletAvatarIcon,
|
|
2442
|
+
WalletIcon,
|
|
2443
|
+
WarningFilledIcon,
|
|
2444
|
+
WarningIcon,
|
|
2445
|
+
iconNames,
|
|
2446
|
+
Icon,
|
|
2447
|
+
venueLogoLabels,
|
|
2448
|
+
venueLogoNames,
|
|
2449
|
+
VenueLogo,
|
|
2450
|
+
Select
|
|
2451
|
+
};
|