@rango-dev/ui 0.1.10-next.102
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 +181 -0
- package/dist/components/Alert/Alert.d.ts +7 -0
- package/dist/components/Alert/Alert.stories.d.ts +5 -0
- package/dist/components/Alert/LoadingFailedAlert.d.ts +2 -0
- package/dist/components/Alert/NotFoundAlert.d.ts +7 -0
- package/dist/components/Alert/index.d.ts +2 -0
- package/dist/components/BestRoute/BestRoute.d.ts +12 -0
- package/dist/components/BestRoute/BestRoute.stories.d.ts +8 -0
- package/dist/components/BestRoute/index.d.ts +1 -0
- package/dist/components/BestRoute/mock.d.ts +4 -0
- package/dist/components/BlockchainSelector/BlockchainSelector.d.ts +17 -0
- package/dist/components/BlockchainSelector/BlockchainSelector.stories.d.ts +5 -0
- package/dist/components/BlockchainSelector/index.d.ts +1 -0
- package/dist/components/BlockchainsList/BlockchainsList.d.ts +10 -0
- package/dist/components/BlockchainsList/BlockchainsList.stories.d.ts +5 -0
- package/dist/components/BlockchainsList/index.d.ts +1 -0
- package/dist/components/BlockchainsList/mockData.d.ts +2 -0
- package/dist/components/Button/Button.d.ts +17 -0
- package/dist/components/Button/Button.stories.d.ts +8 -0
- package/dist/components/Button/index.d.ts +1 -0
- package/dist/components/Checkbox/Checkbox.d.ts +11 -0
- package/dist/components/Checkbox/Checkbox.stories.d.ts +5 -0
- package/dist/components/Checkbox/index.d.ts +1 -0
- package/dist/components/Chip/Chip.d.ts +12 -0
- package/dist/components/Chip/Chip.stories.d.ts +7 -0
- package/dist/components/Chip/index.d.ts +1 -0
- package/dist/components/ColorPicker/ColorPicker.d.ts +9 -0
- package/dist/components/ColorPicker/ColorPicker.stories.d.ts +5 -0
- package/dist/components/ColorPicker/index.d.ts +1 -0
- package/dist/components/ConnectWalletsModal/ConnectWallets.stories.d.ts +5 -0
- package/dist/components/ConnectWalletsModal/ConnectWalletsModal.d.ts +11 -0
- package/dist/components/ConnectWalletsModal/index.d.ts +1 -0
- package/dist/components/ConnectWalletsModal/mockData.d.ts +2 -0
- package/dist/components/Divider/Divider.d.ts +6 -0
- package/dist/components/Divider/index.d.ts +1 -0
- package/dist/components/Drawer/Drawer.d.ts +13 -0
- package/dist/components/Drawer/Drawer.stories.d.ts +8 -0
- package/dist/components/Drawer/index.d.ts +1 -0
- package/dist/components/Header/Header.d.ts +9 -0
- package/dist/components/Header/index.d.ts +1 -0
- package/dist/components/Icon/AddCircleIcon.d.ts +3 -0
- package/dist/components/Icon/AddIcon.d.ts +3 -0
- package/dist/components/Icon/AddWalletIcon.d.ts +3 -0
- package/dist/components/Icon/AngleDownIcon.d.ts +3 -0
- package/dist/components/Icon/AngleLeftIcon.d.ts +3 -0
- package/dist/components/Icon/AngleRightIcon.d.ts +3 -0
- package/dist/components/Icon/AngleUpIcon.d.ts +3 -0
- package/dist/components/Icon/ArrowRightIcon.d.ts +3 -0
- package/dist/components/Icon/BagIcon.d.ts +3 -0
- package/dist/components/Icon/BanIcon.d.ts +3 -0
- package/dist/components/Icon/CheckCircleIcon.d.ts +3 -0
- package/dist/components/Icon/CheckIcon.d.ts +3 -0
- package/dist/components/Icon/CheckSquareIcon.d.ts +3 -0
- package/dist/components/Icon/CheckWalletIcon.d.ts +3 -0
- package/dist/components/Icon/ChevronRightIcon.d.ts +3 -0
- package/dist/components/Icon/CloseIcon.d.ts +1 -0
- package/dist/components/Icon/CopyIcon.d.ts +3 -0
- package/dist/components/Icon/DeleteCircleIcon.d.ts +3 -0
- package/dist/components/Icon/DeleteWalletIcon.d.ts +3 -0
- package/dist/components/Icon/DisconnectIcon.d.ts +3 -0
- package/dist/components/Icon/DownloadIcon.d.ts +3 -0
- package/dist/components/Icon/GasIcon.d.ts +3 -0
- package/dist/components/Icon/HistoryIcon.d.ts +3 -0
- package/dist/components/Icon/HorizontalSwapIcon.d.ts +3 -0
- package/dist/components/Icon/Icons.stories.d.ts +5 -0
- package/dist/components/Icon/InfoCircleIcon.d.ts +3 -0
- package/dist/components/Icon/MinusCircleIcon.d.ts +3 -0
- package/dist/components/Icon/RetryIcon.d.ts +3 -0
- package/dist/components/Icon/RetryLeftIcon.d.ts +3 -0
- package/dist/components/Icon/RetryRightIcon.d.ts +3 -0
- package/dist/components/Icon/SearchIcon.d.ts +3 -0
- package/dist/components/Icon/SearchMinusIcon.d.ts +3 -0
- package/dist/components/Icon/SettingIcon.d.ts +3 -0
- package/dist/components/Icon/SignatureIcon.d.ts +3 -0
- package/dist/components/Icon/SwapWalletIcon.d.ts +3 -0
- package/dist/components/Icon/TimeIcon.d.ts +3 -0
- package/dist/components/Icon/TrashIcon.d.ts +3 -0
- package/dist/components/Icon/TryAgainIcon.d.ts +3 -0
- package/dist/components/Icon/VerticalSwapIcon.d.ts +3 -0
- package/dist/components/Icon/WalletIconIcon.d.ts +3 -0
- package/dist/components/Icon/WarningIcon.d.ts +3 -0
- package/dist/components/Icon/common.d.ts +2 -0
- package/dist/components/Icon/index.d.ts +40 -0
- package/dist/components/Icon/types.d.ts +6 -0
- package/dist/components/LiquiditySourceList/LiquiditySource.stories.d.ts +5 -0
- package/dist/components/LiquiditySourceList/LiquiditySourceList.d.ts +11 -0
- package/dist/components/LiquiditySourceList/index.d.ts +1 -0
- package/dist/components/LiquiditySourceList/mockData.d.ts +2 -0
- package/dist/components/LiquiditySourcesSelector/LiquiditySourcesSelector.d.ts +13 -0
- package/dist/components/LiquiditySourcesSelector/LiquiditySourcesSelector.stories.d.ts +5 -0
- package/dist/components/LiquiditySourcesSelector/index.d.ts +1 -0
- package/dist/components/Modal/Modal.d.ts +12 -0
- package/dist/components/Modal/Modal.stories.d.ts +5 -0
- package/dist/components/Modal/index.d.ts +1 -0
- package/dist/components/Radio/Radio.d.ts +13 -0
- package/dist/components/Radio/Radio.stories.d.ts +5 -0
- package/dist/components/Radio/index.d.ts +1 -0
- package/dist/components/SecondaryPage/SecondaryPage.d.ts +16 -0
- package/dist/components/SecondaryPage/SecondaryPage.stories.d.ts +2 -0
- package/dist/components/SecondaryPage/index.d.ts +1 -0
- package/dist/components/SelectableWalletList/SelectableWalletList.d.ts +7 -0
- package/dist/components/SelectableWalletList/SelectableWalletList.stories.d.ts +5 -0
- package/dist/components/SelectableWalletList/index.d.ts +1 -0
- package/dist/components/SelectableWalletList/mock.d.ts +2 -0
- package/dist/components/Settings/Settings.d.ts +23 -0
- package/dist/components/Settings/Settings.stories.d.ts +5 -0
- package/dist/components/Settings/index.d.ts +1 -0
- package/dist/components/Skeleton/Skeleton.d.ts +6 -0
- package/dist/components/Skeleton/Skeleton.stories.d.ts +5 -0
- package/dist/components/Skeleton/index.d.ts +1 -0
- package/dist/components/Spacer/Spacer.d.ts +6 -0
- package/dist/components/Spacer/Spacer.stories.d.ts +5 -0
- package/dist/components/Spacer/index.d.ts +1 -0
- package/dist/components/Spinner/Spinner.d.ts +6 -0
- package/dist/components/Spinner/Spinner.stories.d.ts +5 -0
- package/dist/components/Spinner/index.d.ts +1 -0
- package/dist/components/StatusDrawer/StatusDrawer.d.ts +11 -0
- package/dist/components/StatusDrawer/StatusDrawer.stories.d.ts +5 -0
- package/dist/components/StatusDrawer/index.d.ts +1 -0
- package/dist/components/StepDetail/StepDetail.d.ts +10 -0
- package/dist/components/StepDetail/StepDetail.stories.d.ts +5 -0
- package/dist/components/StepDetail/index.d.ts +1 -0
- package/dist/components/SwapContainer/SwapContainer.d.ts +7 -0
- package/dist/components/SwapContainer/SwapContainer.stories.d.ts +5 -0
- package/dist/components/SwapContainer/index.d.ts +1 -0
- package/dist/components/SwapDetail/SwapDetail.d.ts +8 -0
- package/dist/components/SwapDetail/SwapDetail.stories.d.ts +5 -0
- package/dist/components/SwapDetail/Token.d.ts +16 -0
- package/dist/components/SwapDetail/index.d.ts +1 -0
- package/dist/components/SwapDetail/mock.d.ts +2 -0
- package/dist/components/Switch/Switch.d.ts +6 -0
- package/dist/components/Switch/Switch.stories.d.ts +5 -0
- package/dist/components/Switch/index.d.ts +1 -0
- package/dist/components/TextField/TextField.d.ts +10 -0
- package/dist/components/TextField/TextField.stories.d.ts +7 -0
- package/dist/components/TextField/index.d.ts +1 -0
- package/dist/components/TokenList/TokenItem.d.ts +11 -0
- package/dist/components/TokenList/TokenList.d.ts +17 -0
- package/dist/components/TokenList/TokenList.stories.d.ts +5 -0
- package/dist/components/TokenList/index.d.ts +1 -0
- package/dist/components/TokenList/mockData.d.ts +2 -0
- package/dist/components/TokenSelector/TokenSelector.d.ts +16 -0
- package/dist/components/TokenSelector/TokenSelector.stories.d.ts +5 -0
- package/dist/components/TokenSelector/index.d.ts +1 -0
- package/dist/components/Tooltip/Tooltip.d.ts +7 -0
- package/dist/components/Tooltip/Tooltip.stories.d.ts +5 -0
- package/dist/components/Tooltip/index.d.ts +1 -0
- package/dist/components/Typography/Typography.d.ts +18 -0
- package/dist/components/Typography/Typography.stories.d.ts +5 -0
- package/dist/components/Typography/index.d.ts +1 -0
- package/dist/components/VirtualizedList/VirtualizedList.d.ts +17 -0
- package/dist/components/Wallet/State.d.ts +7 -0
- package/dist/components/Wallet/Wallet.d.ts +7 -0
- package/dist/components/Wallet/Wallet.stories.d.ts +5 -0
- package/dist/components/Wallet/index.d.ts +1 -0
- package/dist/components/common/FilledCircle.d.ts +1 -0
- package/dist/components/common/index.d.ts +1 -0
- package/dist/components/index.d.ts +31 -0
- package/dist/containers/ConfirmSwap/ConfirmSwap.d.ts +20 -0
- package/dist/containers/ConfirmSwap/ConfirmSwap.stories.d.ts +6 -0
- package/dist/containers/ConfirmSwap/index.d.ts +1 -0
- package/dist/containers/ConfirmSwap/mock.d.ts +5 -0
- package/dist/containers/History/History.d.ts +13 -0
- package/dist/containers/History/History.stories.d.ts +5 -0
- package/dist/containers/History/index.d.ts +1 -0
- package/dist/containers/History/mock.d.ts +2 -0
- package/dist/containers/History/types.d.ts +39 -0
- package/dist/containers/SwapHistory/SwapHistory.d.ts +24 -0
- package/dist/containers/SwapHistory/SwapHistory.stories.d.ts +5 -0
- package/dist/containers/SwapHistory/SwapMessages.d.ts +17 -0
- package/dist/containers/SwapHistory/index.d.ts +1 -0
- package/dist/containers/SwapHistory/mock.d.ts +2 -0
- package/dist/containers/index.d.ts +3 -0
- package/dist/helper/index.d.ts +2 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +8 -0
- package/dist/theme.d.ts +8 -0
- package/dist/types/index.d.ts +2 -0
- package/dist/types/meta.d.ts +23 -0
- package/dist/types/swaps.d.ts +29 -0
- package/dist/types/wallet.d.ts +23 -0
- package/dist/ui.cjs.development.js +4956 -0
- package/dist/ui.cjs.development.js.map +1 -0
- package/dist/ui.cjs.production.min.js +2 -0
- package/dist/ui.cjs.production.min.js.map +1 -0
- package/dist/ui.esm.js +4870 -0
- package/dist/ui.esm.js.map +1 -0
- package/package.json +88 -0
- package/src/components/Alert/Alert.stories.tsx +22 -0
- package/src/components/Alert/Alert.tsx +102 -0
- package/src/components/Alert/LoadingFailedAlert.tsx +11 -0
- package/src/components/Alert/NotFoundAlert.tsx +19 -0
- package/src/components/Alert/index.ts +2 -0
- package/src/components/BestRoute/BestRoute.stories.tsx +31 -0
- package/src/components/BestRoute/BestRoute.tsx +232 -0
- package/src/components/BestRoute/index.ts +1 -0
- package/src/components/BestRoute/mock.ts +554 -0
- package/src/components/BlockchainSelector/BlockchainSelector.stories.tsx +25 -0
- package/src/components/BlockchainSelector/BlockchainSelector.tsx +93 -0
- package/src/components/BlockchainSelector/index.ts +1 -0
- package/src/components/BlockchainsList/BlockchainsList.stories.tsx +25 -0
- package/src/components/BlockchainsList/BlockchainsList.tsx +70 -0
- package/src/components/BlockchainsList/index.ts +1 -0
- package/src/components/BlockchainsList/mockData.ts +2972 -0
- package/src/components/Button/Button.stories.tsx +59 -0
- package/src/components/Button/Button.tsx +421 -0
- package/src/components/Button/index.ts +1 -0
- package/src/components/Checkbox/Checkbox.stories.tsx +22 -0
- package/src/components/Checkbox/Checkbox.tsx +56 -0
- package/src/components/Checkbox/index.ts +1 -0
- package/src/components/Chip/Chip.stories.tsx +37 -0
- package/src/components/Chip/Chip.tsx +48 -0
- package/src/components/Chip/index.ts +1 -0
- package/src/components/ColorPicker/ColorPicker.stories.tsx +36 -0
- package/src/components/ColorPicker/ColorPicker.tsx +85 -0
- package/src/components/ColorPicker/index.ts +1 -0
- package/src/components/ConnectWalletsModal/ConnectWallets.stories.tsx +13 -0
- package/src/components/ConnectWalletsModal/ConnectWalletsModal.tsx +42 -0
- package/src/components/ConnectWalletsModal/index.ts +1 -0
- package/src/components/ConnectWalletsModal/mockData.ts +134 -0
- package/src/components/Divider/Divider.tsx +41 -0
- package/src/components/Divider/index.ts +1 -0
- package/src/components/Drawer/Drawer.stories.tsx +86 -0
- package/src/components/Drawer/Drawer.tsx +124 -0
- package/src/components/Drawer/index.ts +1 -0
- package/src/components/Header/Header.tsx +39 -0
- package/src/components/Header/index.ts +1 -0
- package/src/components/Icon/AddCircleIcon.tsx +31 -0
- package/src/components/Icon/AddIcon.tsx +31 -0
- package/src/components/Icon/AddWalletIcon.tsx +50 -0
- package/src/components/Icon/AngleDownIcon.tsx +30 -0
- package/src/components/Icon/AngleLeftIcon.tsx +33 -0
- package/src/components/Icon/AngleRightIcon.tsx +32 -0
- package/src/components/Icon/AngleUpIcon.tsx +32 -0
- package/src/components/Icon/ArrowRightIcon.tsx +31 -0
- package/src/components/Icon/BagIcon.tsx +39 -0
- package/src/components/Icon/BanIcon.tsx +32 -0
- package/src/components/Icon/CheckCircleIcon.tsx +39 -0
- package/src/components/Icon/CheckIcon.tsx +30 -0
- package/src/components/Icon/CheckSquareIcon.tsx +37 -0
- package/src/components/Icon/CheckWalletIcon.tsx +45 -0
- package/src/components/Icon/ChevronRightIcon.tsx +29 -0
- package/src/components/Icon/CloseIcon.tsx +9 -0
- package/src/components/Icon/CopyIcon.tsx +59 -0
- package/src/components/Icon/DeleteCircleIcon.tsx +31 -0
- package/src/components/Icon/DeleteWalletIcon.tsx +50 -0
- package/src/components/Icon/DisconnectIcon.tsx +31 -0
- package/src/components/Icon/DownloadIcon.tsx +37 -0
- package/src/components/Icon/GasIcon.tsx +37 -0
- package/src/components/Icon/HistoryIcon.tsx +34 -0
- package/src/components/Icon/HorizontalSwapIcon.tsx +38 -0
- package/src/components/Icon/Icons.stories.tsx +44 -0
- package/src/components/Icon/InfoCircleIcon.tsx +39 -0
- package/src/components/Icon/MinusCircleIcon.tsx +31 -0
- package/src/components/Icon/RetryIcon.tsx +30 -0
- package/src/components/Icon/RetryLeftIcon.tsx +31 -0
- package/src/components/Icon/RetryRightIcon.tsx +31 -0
- package/src/components/Icon/SearchIcon.tsx +31 -0
- package/src/components/Icon/SearchMinusIcon.tsx +31 -0
- package/src/components/Icon/SettingIcon.tsx +31 -0
- package/src/components/Icon/SignatureIcon.tsx +32 -0
- package/src/components/Icon/SwapWalletIcon.tsx +50 -0
- package/src/components/Icon/TimeIcon.tsx +29 -0
- package/src/components/Icon/TrashIcon.tsx +31 -0
- package/src/components/Icon/TryAgainIcon.tsx +31 -0
- package/src/components/Icon/VerticalSwapIcon.tsx +38 -0
- package/src/components/Icon/WalletIconIcon.tsx +40 -0
- package/src/components/Icon/WarningIcon.tsx +37 -0
- package/src/components/Icon/common.ts +69 -0
- package/src/components/Icon/index.ts +48 -0
- package/src/components/Icon/types.tsx +45 -0
- package/src/components/LiquiditySourceList/LiquiditySource.stories.tsx +13 -0
- package/src/components/LiquiditySourceList/LiquiditySourceList.tsx +195 -0
- package/src/components/LiquiditySourceList/index.ts +1 -0
- package/src/components/LiquiditySourceList/mockData.ts +316 -0
- package/src/components/LiquiditySourcesSelector/LiquiditySourcesSelector.stories.tsx +16 -0
- package/src/components/LiquiditySourcesSelector/LiquiditySourcesSelector.tsx +61 -0
- package/src/components/LiquiditySourcesSelector/index.ts +1 -0
- package/src/components/Modal/Modal.stories.tsx +22 -0
- package/src/components/Modal/Modal.tsx +93 -0
- package/src/components/Modal/index.ts +1 -0
- package/src/components/Radio/Radio.stories.tsx +23 -0
- package/src/components/Radio/Radio.tsx +100 -0
- package/src/components/Radio/index.ts +1 -0
- package/src/components/SecondaryPage/SecondaryPage.stories.tsx +7 -0
- package/src/components/SecondaryPage/SecondaryPage.tsx +68 -0
- package/src/components/SecondaryPage/index.ts +1 -0
- package/src/components/SelectableWalletList/SelectableWalletList.stories.tsx +14 -0
- package/src/components/SelectableWalletList/SelectableWalletList.tsx +118 -0
- package/src/components/SelectableWalletList/index.ts +1 -0
- package/src/components/SelectableWalletList/mock.ts +13 -0
- package/src/components/Settings/Settings.stories.tsx +34 -0
- package/src/components/Settings/Settings.tsx +208 -0
- package/src/components/Settings/index.ts +1 -0
- package/src/components/Skeleton/Skeleton.stories.tsx +24 -0
- package/src/components/Skeleton/Skeleton.tsx +66 -0
- package/src/components/Skeleton/index.ts +1 -0
- package/src/components/Spacer/Spacer.stories.tsx +31 -0
- package/src/components/Spacer/Spacer.tsx +128 -0
- package/src/components/Spacer/index.ts +1 -0
- package/src/components/Spinner/Spinner.stories.tsx +25 -0
- package/src/components/Spinner/Spinner.tsx +61 -0
- package/src/components/Spinner/index.ts +1 -0
- package/src/components/StatusDrawer/StatusDrawer.stories.tsx +38 -0
- package/src/components/StatusDrawer/StatusDrawer.tsx +82 -0
- package/src/components/StatusDrawer/index.ts +1 -0
- package/src/components/StepDetail/StepDetail.stories.tsx +37 -0
- package/src/components/StepDetail/StepDetail.tsx +109 -0
- package/src/components/StepDetail/index.ts +1 -0
- package/src/components/SwapContainer/SwapContainer.stories.tsx +13 -0
- package/src/components/SwapContainer/SwapContainer.tsx +43 -0
- package/src/components/SwapContainer/index.ts +1 -0
- package/src/components/SwapDetail/SwapDetail.stories.tsx +19 -0
- package/src/components/SwapDetail/SwapDetail.tsx +112 -0
- package/src/components/SwapDetail/Token.tsx +68 -0
- package/src/components/SwapDetail/index.ts +1 -0
- package/src/components/SwapDetail/mock.ts +276 -0
- package/src/components/Switch/Switch.stories.tsx +9 -0
- package/src/components/Switch/Switch.tsx +55 -0
- package/src/components/Switch/index.ts +1 -0
- package/src/components/TextField/TextField.stories.tsx +31 -0
- package/src/components/TextField/TextField.tsx +141 -0
- package/src/components/TextField/index.ts +1 -0
- package/src/components/TokenList/TokenItem.tsx +73 -0
- package/src/components/TokenList/TokenList.stories.tsx +18 -0
- package/src/components/TokenList/TokenList.tsx +95 -0
- package/src/components/TokenList/index.ts +1 -0
- package/src/components/TokenList/mockData.ts +1721 -0
- package/src/components/TokenSelector/TokenSelector.stories.tsx +18 -0
- package/src/components/TokenSelector/TokenSelector.tsx +95 -0
- package/src/components/TokenSelector/index.ts +1 -0
- package/src/components/Tooltip/Tooltip.stories.tsx +52 -0
- package/src/components/Tooltip/Tooltip.tsx +116 -0
- package/src/components/Tooltip/index.ts +1 -0
- package/src/components/Typography/Typography.stories.tsx +72 -0
- package/src/components/Typography/Typography.tsx +216 -0
- package/src/components/Typography/index.ts +1 -0
- package/src/components/VirtualizedList/VirtualizedList.tsx +62 -0
- package/src/components/Wallet/State.tsx +34 -0
- package/src/components/Wallet/Wallet.stories.tsx +36 -0
- package/src/components/Wallet/Wallet.tsx +69 -0
- package/src/components/Wallet/index.ts +1 -0
- package/src/components/common/FilledCircle.tsx +8 -0
- package/src/components/common/index.ts +1 -0
- package/src/components/index.ts +31 -0
- package/src/containers/ConfirmSwap/ConfirmSwap.stories.tsx +22 -0
- package/src/containers/ConfirmSwap/ConfirmSwap.tsx +180 -0
- package/src/containers/ConfirmSwap/index.ts +1 -0
- package/src/containers/ConfirmSwap/mock.ts +223 -0
- package/src/containers/History/History.stories.tsx +14 -0
- package/src/containers/History/History.tsx +115 -0
- package/src/containers/History/index.ts +1 -0
- package/src/containers/History/mock.ts +826 -0
- package/src/containers/History/types.tsx +47 -0
- package/src/containers/SwapHistory/SwapHistory.stories.tsx +13 -0
- package/src/containers/SwapHistory/SwapHistory.tsx +442 -0
- package/src/containers/SwapHistory/SwapMessages.tsx +116 -0
- package/src/containers/SwapHistory/index.ts +1 -0
- package/src/containers/SwapHistory/mock.ts +276 -0
- package/src/containers/index.ts +3 -0
- package/src/helper/index.ts +16 -0
- package/src/index.ts +4 -0
- package/src/theme.ts +163 -0
- package/src/types/index.ts +3 -0
- package/src/types/meta.ts +22 -0
- package/src/types/swaps.ts +44 -0
- package/src/types/wallet.ts +30 -0
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SvgWithFillColor } from './common';
|
|
3
|
+
import { IconProps } from './types';
|
|
4
|
+
|
|
5
|
+
export const WalletIcon: React.FC<IconProps> = ({
|
|
6
|
+
size = 16,
|
|
7
|
+
color,
|
|
8
|
+
...props
|
|
9
|
+
}) => {
|
|
10
|
+
return (
|
|
11
|
+
<SvgWithFillColor
|
|
12
|
+
width={size}
|
|
13
|
+
height={size}
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
color={color}
|
|
16
|
+
fill="none"
|
|
17
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
18
|
+
className="_icon"
|
|
19
|
+
{...props}
|
|
20
|
+
>
|
|
21
|
+
<path
|
|
22
|
+
fillRule="evenodd"
|
|
23
|
+
clipRule="evenodd"
|
|
24
|
+
d="M4.51 7.205a3.018 3.018 0 0 0-3.01 3.01v6.73a3.018 3.018 0 0 0 3.01 3.01h11.48a3.018 3.018 0 0 0 3.01-3.01v-.44h-1.15c-1.41 0-2.778-1.03-2.907-2.553a2.758 2.758 0 0 1 .816-2.227 2.743 2.743 0 0 1 1.971-.82H19v-.69a3.018 3.018 0 0 0-3.01-3.01H4.51ZM0 10.215a4.518 4.518 0 0 1 4.51-4.51h11.48a4.518 4.518 0 0 1 4.51 4.51v1.44a.75.75 0 0 1-.75.75h-2.02c-.36 0-.675.14-.903.373l-.013.014c-.266.26-.415.63-.377 1.022v.009c.053.635.664 1.182 1.413 1.182h1.9a.75.75 0 0 1 .75.75v1.19a4.518 4.518 0 0 1-4.51 4.51H4.51A4.518 4.518 0 0 1 0 16.945v-6.73Z"
|
|
25
|
+
/>
|
|
26
|
+
<path
|
|
27
|
+
fillRule="evenodd"
|
|
28
|
+
clipRule="evenodd"
|
|
29
|
+
d="M12.35 2.655a1.15 1.15 0 0 0-1.554-1.079l-7.94 3A2.098 2.098 0 0 0 1.5 6.547v4.569a.75.75 0 1 1-1.5 0v-4.57c0-1.5.922-2.84 2.325-3.371l7.94-3s-.001 0 0 0c1.732-.657 3.585.629 3.585 2.481v3.8a.75.75 0 0 1-1.5 0v-3.8ZM17.729 12.405c-.36 0-.675.14-.903.373l-.013.014c-.266.26-.415.63-.377 1.022v.009c.053.635.664 1.182 1.413 1.182h1.943a.276.276 0 0 0 .267-.27v-2.06a.276.276 0 0 0-.267-.27h-2.063Zm-1.97-.68a2.743 2.743 0 0 1 1.97-.82h2.107a1.777 1.777 0 0 1 1.723 1.77v2.06a1.777 1.777 0 0 1-1.75 1.77h-1.96c-1.41 0-2.778-1.03-2.907-2.553a2.759 2.759 0 0 1 .816-2.227Z"
|
|
30
|
+
/>
|
|
31
|
+
<path
|
|
32
|
+
fillRule="evenodd"
|
|
33
|
+
clipRule="evenodd"
|
|
34
|
+
d="M4.5 10.705a.75.75 0 0 1 .75-.75h7a.75.75 0 0 1 0 1.5h-7a.75.75 0 0 1-.75-.75Z"
|
|
35
|
+
/>
|
|
36
|
+
</SvgWithFillColor>
|
|
37
|
+
);
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
WalletIcon.toString = () => '._icon';
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { IconProps } from './types';
|
|
3
|
+
import { SvgWithStrokeColor } from './common';
|
|
4
|
+
|
|
5
|
+
export const WarningIcon: React.FC<IconProps> = ({
|
|
6
|
+
size = 16,
|
|
7
|
+
color,
|
|
8
|
+
...props
|
|
9
|
+
}) => {
|
|
10
|
+
return (
|
|
11
|
+
<SvgWithStrokeColor
|
|
12
|
+
width={size}
|
|
13
|
+
height={size}
|
|
14
|
+
viewBox="0 0 24 24"
|
|
15
|
+
color={color}
|
|
16
|
+
fill="none"
|
|
17
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
18
|
+
className="_icon"
|
|
19
|
+
{...props}
|
|
20
|
+
>
|
|
21
|
+
<path
|
|
22
|
+
d="M12 9v5M12 21.41H5.94c-3.47 0-4.92-2.48-3.24-5.51l3.12-5.62L8.76 5c1.78-3.21 4.7-3.21 6.48 0l2.94 5.29 3.12 5.62c1.68 3.03.22 5.51-3.24 5.51H12v-.01Z"
|
|
23
|
+
strokeWidth={1.5}
|
|
24
|
+
strokeLinecap="round"
|
|
25
|
+
strokeLinejoin="round"
|
|
26
|
+
/>
|
|
27
|
+
<path
|
|
28
|
+
d="M11.994 17h.01"
|
|
29
|
+
strokeWidth={2}
|
|
30
|
+
strokeLinecap="round"
|
|
31
|
+
strokeLinejoin="round"
|
|
32
|
+
/>
|
|
33
|
+
</SvgWithStrokeColor>
|
|
34
|
+
);
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
WarningIcon.toString = () => '._icon';
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import { darkTheme, styled } from '../../theme';
|
|
2
|
+
|
|
3
|
+
export const SvgWithStrokeColor = styled('svg', {
|
|
4
|
+
stroke: '$foreground',
|
|
5
|
+
variants: {
|
|
6
|
+
color: {
|
|
7
|
+
primary: {
|
|
8
|
+
stroke: '$primary',
|
|
9
|
+
},
|
|
10
|
+
error: {
|
|
11
|
+
stroke: '$error',
|
|
12
|
+
},
|
|
13
|
+
warning: {
|
|
14
|
+
stroke: '$warning',
|
|
15
|
+
},
|
|
16
|
+
success: {
|
|
17
|
+
stroke: '$success',
|
|
18
|
+
},
|
|
19
|
+
black: {
|
|
20
|
+
$$color: '$colors$foreground',
|
|
21
|
+
[`.${darkTheme} &`]: {
|
|
22
|
+
$$color: '$colors$background',
|
|
23
|
+
},
|
|
24
|
+
stroke: '$$color',
|
|
25
|
+
},
|
|
26
|
+
white: {
|
|
27
|
+
$$color: '$colors$background',
|
|
28
|
+
[`.${darkTheme} &`]: {
|
|
29
|
+
$$color: '$colors$foreground',
|
|
30
|
+
},
|
|
31
|
+
stroke: '$$color',
|
|
32
|
+
},
|
|
33
|
+
},
|
|
34
|
+
},
|
|
35
|
+
});
|
|
36
|
+
|
|
37
|
+
export const SvgWithFillColor = styled('svg', {
|
|
38
|
+
fill: '$foreground',
|
|
39
|
+
variants: {
|
|
40
|
+
color: {
|
|
41
|
+
primary: {
|
|
42
|
+
fill: '$primary',
|
|
43
|
+
},
|
|
44
|
+
error: {
|
|
45
|
+
fill: '$error',
|
|
46
|
+
},
|
|
47
|
+
warning: {
|
|
48
|
+
fill: '$warning',
|
|
49
|
+
},
|
|
50
|
+
success: {
|
|
51
|
+
fill: '$success',
|
|
52
|
+
},
|
|
53
|
+
black: {
|
|
54
|
+
$$color: '$colors$foreground',
|
|
55
|
+
[`.${darkTheme} &`]: {
|
|
56
|
+
$$color: '$colors$background',
|
|
57
|
+
},
|
|
58
|
+
fill: '$$color',
|
|
59
|
+
},
|
|
60
|
+
white: {
|
|
61
|
+
$$color: '$colors$background',
|
|
62
|
+
[`.${darkTheme} &`]: {
|
|
63
|
+
$$color: '$colors$foreground',
|
|
64
|
+
},
|
|
65
|
+
fill: '$$color',
|
|
66
|
+
},
|
|
67
|
+
},
|
|
68
|
+
},
|
|
69
|
+
});
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
export { DeleteCircleIcon } from './DeleteCircleIcon';
|
|
2
|
+
export { CheckSquareIcon } from './CheckSquareIcon';
|
|
3
|
+
export { AddIcon } from './AddIcon';
|
|
4
|
+
export { InfoCircleIcon } from './InfoCircleIcon';
|
|
5
|
+
export { AddCircleIcon } from './AddCircleIcon';
|
|
6
|
+
export { MinusCircleIcon } from './MinusCircleIcon';
|
|
7
|
+
export { CheckCircleIcon } from './CheckCircleIcon';
|
|
8
|
+
export { CheckIcon } from './CheckIcon';
|
|
9
|
+
|
|
10
|
+
export { BanIcon } from './BanIcon';
|
|
11
|
+
export { WarningIcon } from './WarningIcon';
|
|
12
|
+
|
|
13
|
+
export { HistoryIcon } from './HistoryIcon';
|
|
14
|
+
export { GasIcon } from './GasIcon';
|
|
15
|
+
export { SettingsIcon } from './SettingIcon';
|
|
16
|
+
export { TrashIcon } from './TrashIcon';
|
|
17
|
+
|
|
18
|
+
export { SearchMinusIcon } from './SearchMinusIcon';
|
|
19
|
+
export { SearchIcon } from './SearchIcon';
|
|
20
|
+
|
|
21
|
+
export { AngleRightIcon } from './AngleRightIcon';
|
|
22
|
+
export { AngleUpIcon } from './AngleUpIcon';
|
|
23
|
+
export { AngleDownIcon } from './AngleDownIcon';
|
|
24
|
+
export { AngleLeftIcon } from './AngleLeftIcon';
|
|
25
|
+
export { DownloadIcon } from './DownloadIcon';
|
|
26
|
+
export { ChevronRightIcon } from './ChevronRightIcon';
|
|
27
|
+
export { ArrowRightIcon } from './ArrowRightIcon';
|
|
28
|
+
|
|
29
|
+
export { RetryRightIcon } from './RetryRightIcon';
|
|
30
|
+
export { RetryLeftIcon } from './RetryLeftIcon';
|
|
31
|
+
export { TryAgainIcon } from './TryAgainIcon';
|
|
32
|
+
export { VerticalSwapIcon } from './VerticalSwapIcon';
|
|
33
|
+
export { HorizontalSwapIcon } from './HorizontalSwapIcon';
|
|
34
|
+
export { RetryIcon } from './RetryIcon';
|
|
35
|
+
|
|
36
|
+
export { WalletIcon } from './WalletIconIcon';
|
|
37
|
+
export { AddWalletIcon } from './AddWalletIcon';
|
|
38
|
+
export { DeleteWalletIcon } from './DeleteWalletIcon';
|
|
39
|
+
export { CheckWalletIcon } from './CheckWalletIcon';
|
|
40
|
+
export { SwapWalletIcon } from './SwapWalletIcon';
|
|
41
|
+
export { DisconnectIcon } from './DisconnectIcon';
|
|
42
|
+
|
|
43
|
+
export { BagIcon } from './BagIcon';
|
|
44
|
+
|
|
45
|
+
export { TimeIcon } from './TimeIcon';
|
|
46
|
+
export { CloseIcon } from './CloseIcon';
|
|
47
|
+
export { SignatureIcon } from './SignatureIcon';
|
|
48
|
+
export { CopyIcon } from './CopyIcon';
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
export interface IconProps extends React.SVGAttributes<SVGElement> {
|
|
4
|
+
size?: 12 | 16 | 18 | 20 | 24 | 28 | 32 | 36 | 40;
|
|
5
|
+
color?: 'primary' | 'error' | 'warning' | 'success' | 'black' | 'white';
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
export type Icon =
|
|
9
|
+
| 'DeleteCircleIcon'
|
|
10
|
+
| 'CheckSquareIcon'
|
|
11
|
+
| 'AddIcon'
|
|
12
|
+
| 'InfoCircleIcon'
|
|
13
|
+
| 'AddCircleIcon'
|
|
14
|
+
| 'MinusCircleIcon'
|
|
15
|
+
| 'CheckCircleIcon'
|
|
16
|
+
| 'CheckIcon'
|
|
17
|
+
| 'BanIcon'
|
|
18
|
+
| 'WarningIcon'
|
|
19
|
+
| 'HistoryIcon'
|
|
20
|
+
| 'GasIcon'
|
|
21
|
+
| 'SettingsIcon'
|
|
22
|
+
| 'TrashIcon'
|
|
23
|
+
| 'SearchMinusIcon'
|
|
24
|
+
| 'SearchIcon'
|
|
25
|
+
| 'AngleRightIcon'
|
|
26
|
+
| 'AngleUpIcon'
|
|
27
|
+
| 'AngleDownIcon'
|
|
28
|
+
| 'AngleLeftIcon'
|
|
29
|
+
| 'DownloadIcon'
|
|
30
|
+
| 'RetryRightIcon'
|
|
31
|
+
| 'RetryLeftIcon'
|
|
32
|
+
| 'TryAgainIcon'
|
|
33
|
+
| 'VerticalSwapIcon'
|
|
34
|
+
| 'HorizontalSwapIcon'
|
|
35
|
+
| 'RetryIcon'
|
|
36
|
+
| 'WalletIcon'
|
|
37
|
+
| 'AddWalletIcon'
|
|
38
|
+
| 'DeleteWalletIcon'
|
|
39
|
+
| 'CheckWalletIcon'
|
|
40
|
+
| 'SwapWalletIcon'
|
|
41
|
+
| 'BagIcon'
|
|
42
|
+
| 'TimeIcon'
|
|
43
|
+
| 'CloseIcon'
|
|
44
|
+
| 'SignatureIcon'
|
|
45
|
+
| 'CopyIcon';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ComponentMeta } from '@storybook/react';
|
|
3
|
+
import { LiquiditySourceList, PropTypes } from './LiquiditySourceList';
|
|
4
|
+
import { liquiditySources } from './mockData';
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
title: 'Liquidity Source List',
|
|
8
|
+
component: LiquiditySourceList,
|
|
9
|
+
} as ComponentMeta<typeof LiquiditySourceList>;
|
|
10
|
+
|
|
11
|
+
export const Main = (args: PropTypes) => (
|
|
12
|
+
<LiquiditySourceList {...args} list={liquiditySources} />
|
|
13
|
+
);
|
|
@@ -0,0 +1,195 @@
|
|
|
1
|
+
import { CSSProperties } from '@stitches/react';
|
|
2
|
+
import React, { useEffect, useState } from 'react';
|
|
3
|
+
import { styled } from '../../theme';
|
|
4
|
+
import { LiquiditySource, LoadingStatus } from '../../types/meta';
|
|
5
|
+
import { Button } from '../Button/Button';
|
|
6
|
+
import { Spacer } from '../Spacer';
|
|
7
|
+
import { Switch } from '../Switch';
|
|
8
|
+
import { Typography } from '../Typography';
|
|
9
|
+
import { Spinner } from '../Spinner';
|
|
10
|
+
import { LoadingFailedAlert } from '../Alert/LoadingFailedAlert';
|
|
11
|
+
import { NotFoundAlert } from '../Alert/NotFoundAlert';
|
|
12
|
+
|
|
13
|
+
const groupLiquiditySources = (
|
|
14
|
+
liquiditySources: LiquiditySource[]
|
|
15
|
+
): { [key in 'bridge' | 'exchange']: LiquiditySource[] } => ({
|
|
16
|
+
bridge: liquiditySources.filter(
|
|
17
|
+
(liquiditySource) =>
|
|
18
|
+
liquiditySource.type === 'BRIDGE' || liquiditySource.type === 'AGGREGATOR'
|
|
19
|
+
),
|
|
20
|
+
exchange: liquiditySources.filter(
|
|
21
|
+
(liquiditySource) => liquiditySource.type === 'DEX'
|
|
22
|
+
),
|
|
23
|
+
});
|
|
24
|
+
|
|
25
|
+
const MainContainer = styled('div', {
|
|
26
|
+
variants: {
|
|
27
|
+
loaded: {
|
|
28
|
+
true: {
|
|
29
|
+
overflowY: 'auto',
|
|
30
|
+
},
|
|
31
|
+
},
|
|
32
|
+
},
|
|
33
|
+
});
|
|
34
|
+
|
|
35
|
+
const LiquiditySourceType = styled('div', {
|
|
36
|
+
position: 'sticky',
|
|
37
|
+
display: 'flex',
|
|
38
|
+
justifyContent: 'space-between',
|
|
39
|
+
alignItems: 'center',
|
|
40
|
+
top: '0',
|
|
41
|
+
backgroundColor: '$background',
|
|
42
|
+
zIndex: '9999',
|
|
43
|
+
paddingTop: '$8',
|
|
44
|
+
paddingBottom: '$8',
|
|
45
|
+
});
|
|
46
|
+
|
|
47
|
+
const LiquidityImage = styled('img', {
|
|
48
|
+
width: '$20',
|
|
49
|
+
maxHeight: '$20',
|
|
50
|
+
marginRight: '$16',
|
|
51
|
+
});
|
|
52
|
+
|
|
53
|
+
const LoaderContainer = styled('div', {
|
|
54
|
+
display: 'flex',
|
|
55
|
+
justifyContent: 'center',
|
|
56
|
+
});
|
|
57
|
+
|
|
58
|
+
export interface PropTypes {
|
|
59
|
+
list: LiquiditySource[];
|
|
60
|
+
onChange: (liquiditySource: LiquiditySource) => void;
|
|
61
|
+
listContainerStyle?: CSSProperties;
|
|
62
|
+
loadingStatus: LoadingStatus;
|
|
63
|
+
searchedFor: string;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
export function LiquiditySourceList(props: PropTypes) {
|
|
67
|
+
const { list, onChange, listContainerStyle, loadingStatus, searchedFor } =
|
|
68
|
+
props;
|
|
69
|
+
|
|
70
|
+
const [selected, setSelected] = useState(
|
|
71
|
+
list.filter((item) => item.selected)
|
|
72
|
+
);
|
|
73
|
+
|
|
74
|
+
const changeLiquiditySources = (clickedItem: LiquiditySource) => {
|
|
75
|
+
clickedItem.selected = !clickedItem.selected;
|
|
76
|
+
setSelected((prevState) => {
|
|
77
|
+
if (clickedItem.selected) return [...prevState, clickedItem];
|
|
78
|
+
return prevState.filter((item) => item.title != clickedItem.title);
|
|
79
|
+
});
|
|
80
|
+
onChange(clickedItem);
|
|
81
|
+
};
|
|
82
|
+
|
|
83
|
+
const isSelected = (liquiditySource: LiquiditySource) =>
|
|
84
|
+
!!selected.find((item) => liquiditySource.title === item.title);
|
|
85
|
+
|
|
86
|
+
useEffect(() => {
|
|
87
|
+
setSelected(list.filter((item) => item.selected));
|
|
88
|
+
}, [list]);
|
|
89
|
+
|
|
90
|
+
const sections = groupLiquiditySources(list);
|
|
91
|
+
const bridges = sections.bridge;
|
|
92
|
+
const exchanges = sections.exchange;
|
|
93
|
+
|
|
94
|
+
const totalBridges = bridges.length;
|
|
95
|
+
const totalExchanges = exchanges.length;
|
|
96
|
+
// TODO: This is not performant
|
|
97
|
+
const totalSelectedBridges = bridges.filter(isSelected).length;
|
|
98
|
+
const totalSelectedExchanges = exchanges.filter(isSelected).length;
|
|
99
|
+
|
|
100
|
+
return (
|
|
101
|
+
<MainContainer
|
|
102
|
+
style={listContainerStyle}
|
|
103
|
+
loaded={loadingStatus === 'success'}
|
|
104
|
+
>
|
|
105
|
+
<div>
|
|
106
|
+
<LiquiditySourceType>
|
|
107
|
+
<Typography variant="h5">Bridges</Typography>
|
|
108
|
+
<Typography variant="body1" color="neutrals800">
|
|
109
|
+
{totalSelectedBridges === totalBridges
|
|
110
|
+
? totalBridges
|
|
111
|
+
: `${totalSelectedBridges} / ${totalBridges}`}
|
|
112
|
+
</Typography>
|
|
113
|
+
</LiquiditySourceType>
|
|
114
|
+
<Spacer size={12} direction="vertical" />
|
|
115
|
+
{loadingStatus === 'loading' && (
|
|
116
|
+
<LoaderContainer>
|
|
117
|
+
<Spinner size={24} />
|
|
118
|
+
</LoaderContainer>
|
|
119
|
+
)}
|
|
120
|
+
{loadingStatus === 'failed' && <LoadingFailedAlert />}
|
|
121
|
+
{loadingStatus === 'success' && (
|
|
122
|
+
<>
|
|
123
|
+
{totalBridges ? (
|
|
124
|
+
bridges.map((liquiditySource, index) => (
|
|
125
|
+
<LiquiditySourceItem
|
|
126
|
+
liquiditySource={liquiditySource}
|
|
127
|
+
key={index}
|
|
128
|
+
selected={isSelected(liquiditySource)}
|
|
129
|
+
onChange={changeLiquiditySources}
|
|
130
|
+
/>
|
|
131
|
+
))
|
|
132
|
+
) : (
|
|
133
|
+
<NotFoundAlert catergory="Bridge" searchedFor={searchedFor} />
|
|
134
|
+
)}
|
|
135
|
+
</>
|
|
136
|
+
)}
|
|
137
|
+
</div>
|
|
138
|
+
<div>
|
|
139
|
+
<LiquiditySourceType>
|
|
140
|
+
<Typography variant="h5">Exchanges</Typography>
|
|
141
|
+
<Typography variant="body1" color="neutrals800">
|
|
142
|
+
{totalSelectedExchanges === totalExchanges
|
|
143
|
+
? totalExchanges
|
|
144
|
+
: `${totalSelectedExchanges} / ${totalExchanges}`}
|
|
145
|
+
</Typography>
|
|
146
|
+
</LiquiditySourceType>
|
|
147
|
+
<Spacer size={12} direction="vertical" />
|
|
148
|
+
{loadingStatus === 'loading' && (
|
|
149
|
+
<LoaderContainer>
|
|
150
|
+
<Spinner size={24} />
|
|
151
|
+
</LoaderContainer>
|
|
152
|
+
)}
|
|
153
|
+
{loadingStatus === 'failed' && <LoadingFailedAlert />}
|
|
154
|
+
{loadingStatus == 'success' && (
|
|
155
|
+
<>
|
|
156
|
+
{totalExchanges ? (
|
|
157
|
+
exchanges.map((liquiditySource, index) => (
|
|
158
|
+
<LiquiditySourceItem
|
|
159
|
+
liquiditySource={liquiditySource}
|
|
160
|
+
key={index}
|
|
161
|
+
selected={isSelected(liquiditySource)}
|
|
162
|
+
onChange={changeLiquiditySources}
|
|
163
|
+
/>
|
|
164
|
+
))
|
|
165
|
+
) : (
|
|
166
|
+
<NotFoundAlert catergory="Exchange" searchedFor={searchedFor} />
|
|
167
|
+
)}
|
|
168
|
+
</>
|
|
169
|
+
)}
|
|
170
|
+
</div>
|
|
171
|
+
</MainContainer>
|
|
172
|
+
);
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
const LiquiditySourceItem = ({
|
|
176
|
+
liquiditySource,
|
|
177
|
+
selected,
|
|
178
|
+
onChange,
|
|
179
|
+
}: {
|
|
180
|
+
liquiditySource: LiquiditySource;
|
|
181
|
+
selected: boolean;
|
|
182
|
+
onChange: (clickedItem: LiquiditySource) => void;
|
|
183
|
+
}) => (
|
|
184
|
+
<Button
|
|
185
|
+
size="large"
|
|
186
|
+
align="start"
|
|
187
|
+
variant="outlined"
|
|
188
|
+
prefix={<LiquidityImage src={liquiditySource.logo} />}
|
|
189
|
+
suffix={<Switch checked={selected} />}
|
|
190
|
+
style={{ marginBottom: '12px' }}
|
|
191
|
+
onClick={onChange.bind(null, liquiditySource)}
|
|
192
|
+
>
|
|
193
|
+
<Typography variant="body1">{liquiditySource.title}</Typography>
|
|
194
|
+
</Button>
|
|
195
|
+
);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { LiquiditySourceList } from './LiquiditySourceList';
|