@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,85 @@
|
|
|
1
|
+
import React, { useState } from 'react';
|
|
2
|
+
import { ChromePicker, ColorResult } from 'react-color';
|
|
3
|
+
import { styled } from '../../theme';
|
|
4
|
+
import { Button } from '../Button';
|
|
5
|
+
|
|
6
|
+
const Container = styled('div', {
|
|
7
|
+
position: 'relative',
|
|
8
|
+
});
|
|
9
|
+
|
|
10
|
+
const Color = styled('div', {
|
|
11
|
+
border: '1px solid $neutrals300',
|
|
12
|
+
borderRadius: '$5',
|
|
13
|
+
width: '$32',
|
|
14
|
+
height: '$32',
|
|
15
|
+
});
|
|
16
|
+
const Cover = styled('div', {
|
|
17
|
+
position: 'fixed',
|
|
18
|
+
top: '0px',
|
|
19
|
+
right: '0px',
|
|
20
|
+
bottom: '0px',
|
|
21
|
+
left: '0px',
|
|
22
|
+
});
|
|
23
|
+
const Popover = styled('div', {
|
|
24
|
+
position: 'absolute',
|
|
25
|
+
zIndex: '2',
|
|
26
|
+
variants: {
|
|
27
|
+
place: {
|
|
28
|
+
top: {
|
|
29
|
+
top: '-241px',
|
|
30
|
+
},
|
|
31
|
+
bottom: {},
|
|
32
|
+
left: {
|
|
33
|
+
top: '-50%',
|
|
34
|
+
left: '-225px',
|
|
35
|
+
},
|
|
36
|
+
right: {
|
|
37
|
+
top: '-50%',
|
|
38
|
+
right: '-225px',
|
|
39
|
+
},
|
|
40
|
+
},
|
|
41
|
+
},
|
|
42
|
+
});
|
|
43
|
+
export interface PropTypes {
|
|
44
|
+
color: string;
|
|
45
|
+
place: 'top' | 'bottom' | 'left' | 'right';
|
|
46
|
+
onChangeColor: (
|
|
47
|
+
color: ColorResult,
|
|
48
|
+
event: React.ChangeEvent<HTMLInputElement>
|
|
49
|
+
) => void;
|
|
50
|
+
label?: string;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
const Label = styled('label', {
|
|
54
|
+
display: 'inline-block',
|
|
55
|
+
fontSize: '$14',
|
|
56
|
+
marginBottom: '$4',
|
|
57
|
+
color: '$foreground',
|
|
58
|
+
});
|
|
59
|
+
|
|
60
|
+
export function ColorPicker({ color, onChangeColor, label, place }: PropTypes) {
|
|
61
|
+
const [displayColorPicker, setDisplayColorPicker] = useState<boolean>(false);
|
|
62
|
+
|
|
63
|
+
return (
|
|
64
|
+
<Container>
|
|
65
|
+
<Label className="_text">{label}</Label>
|
|
66
|
+
<Button
|
|
67
|
+
variant="outlined"
|
|
68
|
+
prefix={<Color style={{ backgroundColor: color }} />}
|
|
69
|
+
fullWidth
|
|
70
|
+
align="start"
|
|
71
|
+
size="large"
|
|
72
|
+
onClick={() => setDisplayColorPicker((prev) => !prev)}
|
|
73
|
+
>
|
|
74
|
+
{color}
|
|
75
|
+
</Button>
|
|
76
|
+
|
|
77
|
+
{displayColorPicker && (
|
|
78
|
+
<Popover place={place}>
|
|
79
|
+
<Cover onClick={() => setDisplayColorPicker(false)} />
|
|
80
|
+
<ChromePicker color={color} onChange={onChangeColor} />
|
|
81
|
+
</Popover>
|
|
82
|
+
)}
|
|
83
|
+
</Container>
|
|
84
|
+
);
|
|
85
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ColorPicker } from './ColorPicker';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ComponentMeta } from '@storybook/react';
|
|
3
|
+
import { ConnectWalletsModal, PropTypes } from './ConnectWalletsModal';
|
|
4
|
+
import { walletsInfo } from './mockData';
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
title: 'Connect Wallets Modal',
|
|
8
|
+
component: ConnectWalletsModal,
|
|
9
|
+
} as ComponentMeta<typeof ConnectWalletsModal>;
|
|
10
|
+
|
|
11
|
+
export const Main = (args: PropTypes) => (
|
|
12
|
+
<ConnectWalletsModal {...args} list={walletsInfo} />
|
|
13
|
+
);
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { styled } from '../../theme';
|
|
3
|
+
import { WalletInfo } from '../../types/wallet';
|
|
4
|
+
import { Modal } from '../Modal';
|
|
5
|
+
import { WalletType } from '@rango-dev/wallets-shared';
|
|
6
|
+
import { Wallet } from '../Wallet';
|
|
7
|
+
|
|
8
|
+
export interface PropTypes {
|
|
9
|
+
open: boolean;
|
|
10
|
+
list: WalletInfo[];
|
|
11
|
+
onSelect: (walletType: WalletType) => void;
|
|
12
|
+
onClose: () => void;
|
|
13
|
+
error?: string;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
const ModalContent = styled('div', {
|
|
17
|
+
display: 'grid',
|
|
18
|
+
gap: '$8',
|
|
19
|
+
gridTemplateColumns: 'repeat(2, minmax(0, 1fr))',
|
|
20
|
+
});
|
|
21
|
+
|
|
22
|
+
export function ConnectWalletsModal(props: PropTypes) {
|
|
23
|
+
const { open, list, onSelect, onClose } = props;
|
|
24
|
+
|
|
25
|
+
const Content = (
|
|
26
|
+
<ModalContent>
|
|
27
|
+
{list.map((info, index) => (
|
|
28
|
+
<Wallet {...info} key={index} onClick={onSelect} />
|
|
29
|
+
))}
|
|
30
|
+
</ModalContent>
|
|
31
|
+
);
|
|
32
|
+
|
|
33
|
+
return (
|
|
34
|
+
<Modal
|
|
35
|
+
title="Connect Wallets"
|
|
36
|
+
open={open}
|
|
37
|
+
content={Content}
|
|
38
|
+
onClose={onClose}
|
|
39
|
+
containerStyle={{ width: '75%', maxWidth: '30rem', height: '70%' }}
|
|
40
|
+
/>
|
|
41
|
+
);
|
|
42
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ConnectWalletsModal } from './ConnectWalletsModal';
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
import { WalletInfo, WalletState } from '../../types/wallet';
|
|
2
|
+
import { WalletType } from '@rango-dev/wallets-shared';
|
|
3
|
+
|
|
4
|
+
export const walletsInfo: WalletInfo[] = [
|
|
5
|
+
{
|
|
6
|
+
image: 'https://app.rango.exchange/wallets/coinbase.svg',
|
|
7
|
+
name: 'Coinbase',
|
|
8
|
+
state: WalletState.DISCONNECTED,
|
|
9
|
+
installLink: '',
|
|
10
|
+
type: WalletType.COINBASE,
|
|
11
|
+
showOnMobile: true,
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
image: 'https://app.rango.exchange/wallets/coinbase.svg',
|
|
15
|
+
name: 'Coinbase',
|
|
16
|
+
state: WalletState.CONNECTED,
|
|
17
|
+
installLink: '',
|
|
18
|
+
type: WalletType.COINBASE,
|
|
19
|
+
showOnMobile: true,
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
image: 'https://app.rango.exchange/wallets/coinbase.svg',
|
|
23
|
+
name: 'Coinbase',
|
|
24
|
+
state: WalletState.CONNECTING,
|
|
25
|
+
installLink: '',
|
|
26
|
+
type: WalletType.COINBASE,
|
|
27
|
+
showOnMobile: true,
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
image: 'https://app.rango.exchange/wallets/coinbase.svg',
|
|
31
|
+
name: 'Coinbase',
|
|
32
|
+
state: WalletState.NOT_INSTALLED,
|
|
33
|
+
type: WalletType.COINBASE,
|
|
34
|
+
showOnMobile: true,
|
|
35
|
+
installLink:
|
|
36
|
+
'https://chrome.google.com/webstore/detail/coinbase-wallet-extension/hnfanknocfeofbddgcijnmhnfnkdnaad?hl=en',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
image: 'https://app.rango.exchange/wallets/coinbase.svg',
|
|
40
|
+
name: 'Coinbase',
|
|
41
|
+
state: WalletState.DISCONNECTED,
|
|
42
|
+
installLink: '',
|
|
43
|
+
type: WalletType.COINBASE,
|
|
44
|
+
showOnMobile: true,
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
image: 'https://app.rango.exchange/wallets/coinbase.svg',
|
|
48
|
+
name: 'Coinbase',
|
|
49
|
+
state: WalletState.CONNECTED,
|
|
50
|
+
installLink: '',
|
|
51
|
+
type: WalletType.COINBASE,
|
|
52
|
+
showOnMobile: true,
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
image: 'https://app.rango.exchange/wallets/coinbase.svg',
|
|
56
|
+
name: 'Coinbase',
|
|
57
|
+
state: WalletState.DISCONNECTED,
|
|
58
|
+
installLink: '',
|
|
59
|
+
type: WalletType.COINBASE,
|
|
60
|
+
showOnMobile: true,
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
image: 'https://app.rango.exchange/wallets/coinbase.svg',
|
|
64
|
+
name: 'Coinbase',
|
|
65
|
+
state: WalletState.DISCONNECTED,
|
|
66
|
+
installLink: '',
|
|
67
|
+
type: WalletType.COINBASE,
|
|
68
|
+
showOnMobile: true,
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
image: 'https://app.rango.exchange/wallets/coinbase.svg',
|
|
72
|
+
name: 'Coinbase',
|
|
73
|
+
state: WalletState.DISCONNECTED,
|
|
74
|
+
installLink: '',
|
|
75
|
+
type: WalletType.COINBASE,
|
|
76
|
+
showOnMobile: true,
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
image: 'https://app.rango.exchange/wallets/coinbase.svg',
|
|
80
|
+
name: 'Coinbase',
|
|
81
|
+
state: WalletState.DISCONNECTED,
|
|
82
|
+
installLink: '',
|
|
83
|
+
type: WalletType.COINBASE,
|
|
84
|
+
showOnMobile: true,
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
image: 'https://app.rango.exchange/wallets/coinbase.svg',
|
|
88
|
+
name: 'Coinbase',
|
|
89
|
+
state: WalletState.DISCONNECTED,
|
|
90
|
+
installLink: '',
|
|
91
|
+
type: WalletType.COINBASE,
|
|
92
|
+
showOnMobile: true,
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
image: 'https://app.rango.exchange/wallets/coinbase.svg',
|
|
96
|
+
name: 'Coinbase',
|
|
97
|
+
state: WalletState.DISCONNECTED,
|
|
98
|
+
installLink: '',
|
|
99
|
+
type: WalletType.COINBASE,
|
|
100
|
+
showOnMobile: true,
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
image: 'https://app.rango.exchange/wallets/coinbase.svg',
|
|
104
|
+
name: 'Coinbase',
|
|
105
|
+
state: WalletState.DISCONNECTED,
|
|
106
|
+
installLink: '',
|
|
107
|
+
type: WalletType.COINBASE,
|
|
108
|
+
showOnMobile: true,
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
image: 'https://app.rango.exchange/wallets/coinbase.svg',
|
|
112
|
+
name: 'Coinbase',
|
|
113
|
+
state: WalletState.DISCONNECTED,
|
|
114
|
+
installLink: '',
|
|
115
|
+
type: WalletType.COINBASE,
|
|
116
|
+
showOnMobile: true,
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
image: 'https://app.rango.exchange/wallets/coinbase.svg',
|
|
120
|
+
name: 'Coinbase',
|
|
121
|
+
state: WalletState.DISCONNECTED,
|
|
122
|
+
installLink: '',
|
|
123
|
+
type: WalletType.COINBASE,
|
|
124
|
+
showOnMobile: true,
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
image: 'https://app.rango.exchange/wallets/coinbase.svg',
|
|
128
|
+
name: 'Coinbase',
|
|
129
|
+
state: WalletState.DISCONNECTED,
|
|
130
|
+
installLink: '',
|
|
131
|
+
type: WalletType.COINBASE,
|
|
132
|
+
showOnMobile: true,
|
|
133
|
+
},
|
|
134
|
+
];
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { styled } from '../../theme';
|
|
3
|
+
|
|
4
|
+
const DividerContainer = styled('div', {
|
|
5
|
+
variants: {
|
|
6
|
+
size: {
|
|
7
|
+
4: {
|
|
8
|
+
height: '$4',
|
|
9
|
+
},
|
|
10
|
+
8: {
|
|
11
|
+
height: '$8',
|
|
12
|
+
},
|
|
13
|
+
12: {
|
|
14
|
+
height: '$12',
|
|
15
|
+
},
|
|
16
|
+
16: {
|
|
17
|
+
height: '$16',
|
|
18
|
+
},
|
|
19
|
+
18: {
|
|
20
|
+
height: '$18',
|
|
21
|
+
},
|
|
22
|
+
20: {
|
|
23
|
+
height: '$20',
|
|
24
|
+
},
|
|
25
|
+
24: {
|
|
26
|
+
height: '$24',
|
|
27
|
+
},
|
|
28
|
+
32: {
|
|
29
|
+
height: '$32',
|
|
30
|
+
},
|
|
31
|
+
},
|
|
32
|
+
},
|
|
33
|
+
});
|
|
34
|
+
export interface PropTypes {
|
|
35
|
+
size?: 4 | 8 | 12 | 16 | 18 | 20 | 24 | 32;
|
|
36
|
+
direction?: 'vertical' | 'horizontal';
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
export function Divider({ size = 12 }: PropTypes) {
|
|
40
|
+
return <DividerContainer size={size} />;
|
|
41
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Divider } from './Divider';
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
import React, { useState } from 'react';
|
|
2
|
+
import { ComponentMeta } from '@storybook/react';
|
|
3
|
+
import { Drawer, PropTypes } from './Drawer';
|
|
4
|
+
|
|
5
|
+
export default {
|
|
6
|
+
name: 'Components/Drawer',
|
|
7
|
+
component: Drawer,
|
|
8
|
+
argTypes: {
|
|
9
|
+
anchor: {
|
|
10
|
+
name: 'anchor',
|
|
11
|
+
control: { type: 'select' },
|
|
12
|
+
options: ['bottom', 'left', 'right', 'top'],
|
|
13
|
+
defaultValue: 'bottom',
|
|
14
|
+
},
|
|
15
|
+
},
|
|
16
|
+
} as ComponentMeta<typeof Drawer>;
|
|
17
|
+
|
|
18
|
+
export const Main = (args: PropTypes) => {
|
|
19
|
+
const [open, setOpen] = useState<boolean>(false);
|
|
20
|
+
return (
|
|
21
|
+
<div>
|
|
22
|
+
<button onClick={() => setOpen(true)}>Open Drawer</button>
|
|
23
|
+
<Drawer
|
|
24
|
+
{...args}
|
|
25
|
+
open={open}
|
|
26
|
+
title="I'm Drawer"
|
|
27
|
+
onClose={() => setOpen(false)}
|
|
28
|
+
/>
|
|
29
|
+
</div>
|
|
30
|
+
);
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
export const EmptyContent = (args: PropTypes) => {
|
|
34
|
+
const [open, setOpen] = useState<boolean>(false);
|
|
35
|
+
return (
|
|
36
|
+
<div>
|
|
37
|
+
<button onClick={() => setOpen(true)}>Open Drawer</button>
|
|
38
|
+
<Drawer {...args} open={open} onClose={() => setOpen(false)} />
|
|
39
|
+
</div>
|
|
40
|
+
);
|
|
41
|
+
};
|
|
42
|
+
export const BottomAnchor = (args: PropTypes) => {
|
|
43
|
+
const [open, setOpen] = useState<boolean>(false);
|
|
44
|
+
return (
|
|
45
|
+
<div>
|
|
46
|
+
<button onClick={() => setOpen(true)}>Open Drawer</button>
|
|
47
|
+
<Drawer
|
|
48
|
+
{...args}
|
|
49
|
+
open={open}
|
|
50
|
+
title="I'm Drawer"
|
|
51
|
+
onClose={() => setOpen(false)}
|
|
52
|
+
anchor="bottom"
|
|
53
|
+
content={
|
|
54
|
+
<div>
|
|
55
|
+
{Array.from({ length: 50 }, (_, index) => (
|
|
56
|
+
<div>Test {index}</div>
|
|
57
|
+
))}
|
|
58
|
+
</div>
|
|
59
|
+
}
|
|
60
|
+
/>
|
|
61
|
+
</div>
|
|
62
|
+
);
|
|
63
|
+
};
|
|
64
|
+
|
|
65
|
+
export const LeftAnchor = (args: PropTypes) => {
|
|
66
|
+
const [open, setOpen] = useState<boolean>(false);
|
|
67
|
+
return (
|
|
68
|
+
<div>
|
|
69
|
+
<button onClick={() => setOpen(true)}>Open Drawer</button>
|
|
70
|
+
<Drawer
|
|
71
|
+
{...args}
|
|
72
|
+
open={open}
|
|
73
|
+
title="I'm Drawer"
|
|
74
|
+
onClose={() => setOpen(false)}
|
|
75
|
+
anchor="left"
|
|
76
|
+
content={
|
|
77
|
+
<div>
|
|
78
|
+
{Array.from({ length: 50 }, (_, index) => (
|
|
79
|
+
<span>Test {index} </span>
|
|
80
|
+
))}
|
|
81
|
+
</div>
|
|
82
|
+
}
|
|
83
|
+
/>
|
|
84
|
+
</div>
|
|
85
|
+
);
|
|
86
|
+
};
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { styled } from '../../theme';
|
|
3
|
+
import { CloseIcon } from '../Icon';
|
|
4
|
+
import { Typography } from '../Typography';
|
|
5
|
+
import { createPortal } from 'react-dom';
|
|
6
|
+
|
|
7
|
+
export interface PropTypes {
|
|
8
|
+
title?: string;
|
|
9
|
+
open: boolean;
|
|
10
|
+
onClose: () => void;
|
|
11
|
+
content: React.ReactNode;
|
|
12
|
+
containerStyle?: React.CSSProperties;
|
|
13
|
+
anchor?: 'bottom' | 'left' | 'right' | 'top';
|
|
14
|
+
showClose?: boolean;
|
|
15
|
+
footer?: React.ReactNode;
|
|
16
|
+
container: Element | null;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
const BackDrop = styled('div', {
|
|
20
|
+
position: 'absolute',
|
|
21
|
+
top: '0',
|
|
22
|
+
left: '0',
|
|
23
|
+
width: '100%',
|
|
24
|
+
height: '100%',
|
|
25
|
+
zIndex: 9999999,
|
|
26
|
+
backgroundColor: 'rgba(0,0,0,.1)',
|
|
27
|
+
borderRadius: '$10',
|
|
28
|
+
});
|
|
29
|
+
|
|
30
|
+
const DrawerContainer = styled('div', {
|
|
31
|
+
position: 'absolute',
|
|
32
|
+
boxShadow: '$s',
|
|
33
|
+
background: '$background',
|
|
34
|
+
padding: '$20',
|
|
35
|
+
display: 'flex',
|
|
36
|
+
flexDirection: 'column',
|
|
37
|
+
justifyContent: 'space-between',
|
|
38
|
+
zIndex: 9999999,
|
|
39
|
+
borderRadius: '$10',
|
|
40
|
+
|
|
41
|
+
variants: {
|
|
42
|
+
anchor: {
|
|
43
|
+
left: {
|
|
44
|
+
top: 0,
|
|
45
|
+
left: 0,
|
|
46
|
+
height: '100%',
|
|
47
|
+
minWidth: '300px',
|
|
48
|
+
maxWidth: '90%',
|
|
49
|
+
},
|
|
50
|
+
right: {
|
|
51
|
+
top: 0,
|
|
52
|
+
right: 0,
|
|
53
|
+
height: '100%',
|
|
54
|
+
minWidth: '300px',
|
|
55
|
+
maxWidth: '90%',
|
|
56
|
+
},
|
|
57
|
+
bottom: {
|
|
58
|
+
bottom: 0,
|
|
59
|
+
width: '100%',
|
|
60
|
+
maxHeight: '90%',
|
|
61
|
+
},
|
|
62
|
+
top: {
|
|
63
|
+
top: 0,
|
|
64
|
+
width: '100%',
|
|
65
|
+
maxHeight: '90%',
|
|
66
|
+
},
|
|
67
|
+
},
|
|
68
|
+
},
|
|
69
|
+
});
|
|
70
|
+
|
|
71
|
+
const DrawerHeader = styled('div', {
|
|
72
|
+
display: 'flex',
|
|
73
|
+
justifyContent: 'space-between',
|
|
74
|
+
alignItems: 'center',
|
|
75
|
+
position: 'relative',
|
|
76
|
+
marginBottom: '$16',
|
|
77
|
+
});
|
|
78
|
+
|
|
79
|
+
const Body = styled('div', {
|
|
80
|
+
overflowY: 'auto',
|
|
81
|
+
height: '100%',
|
|
82
|
+
});
|
|
83
|
+
const Footer = styled('footer', {
|
|
84
|
+
width: '100%',
|
|
85
|
+
marginTop: '$28',
|
|
86
|
+
});
|
|
87
|
+
|
|
88
|
+
export function Drawer(props: PropTypes) {
|
|
89
|
+
const {
|
|
90
|
+
title,
|
|
91
|
+
content,
|
|
92
|
+
open,
|
|
93
|
+
onClose,
|
|
94
|
+
containerStyle,
|
|
95
|
+
anchor = 'bottom',
|
|
96
|
+
showClose = false,
|
|
97
|
+
footer,
|
|
98
|
+
container,
|
|
99
|
+
} = props;
|
|
100
|
+
|
|
101
|
+
const handleBackDropClick = (event: React.MouseEvent<HTMLDivElement>) => {
|
|
102
|
+
if (event.target === event.currentTarget) onClose();
|
|
103
|
+
};
|
|
104
|
+
|
|
105
|
+
return (
|
|
106
|
+
<>
|
|
107
|
+
{open &&
|
|
108
|
+
container &&
|
|
109
|
+
createPortal(
|
|
110
|
+
<BackDrop onClick={handleBackDropClick}>
|
|
111
|
+
<DrawerContainer anchor={anchor} style={containerStyle}>
|
|
112
|
+
<DrawerHeader>
|
|
113
|
+
<Typography variant="h4">{title}</Typography>
|
|
114
|
+
{showClose && <CloseIcon size={24} onClick={onClose} />}
|
|
115
|
+
</DrawerHeader>
|
|
116
|
+
<Body>{content}</Body>
|
|
117
|
+
<Footer>{footer}</Footer>
|
|
118
|
+
</DrawerContainer>
|
|
119
|
+
</BackDrop>,
|
|
120
|
+
container
|
|
121
|
+
)}
|
|
122
|
+
</>
|
|
123
|
+
);
|
|
124
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Drawer } from './Drawer';
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { styled } from '../../theme';
|
|
2
|
+
import React, { PropsWithChildren } from 'react';
|
|
3
|
+
import { AngleLeftIcon } from '../Icon';
|
|
4
|
+
import { Typography } from '../Typography';
|
|
5
|
+
import { Button } from '../Button';
|
|
6
|
+
|
|
7
|
+
const HeaderContainer = styled('div', {
|
|
8
|
+
display: 'flex',
|
|
9
|
+
justifyContent: 'space-between',
|
|
10
|
+
alignItems: 'center',
|
|
11
|
+
padding: '$8 0',
|
|
12
|
+
position: 'relative',
|
|
13
|
+
});
|
|
14
|
+
|
|
15
|
+
const BackButton = styled(Button, {
|
|
16
|
+
padding: '$8',
|
|
17
|
+
});
|
|
18
|
+
|
|
19
|
+
interface PropTypes {
|
|
20
|
+
onBack?: () => void;
|
|
21
|
+
prefix?: React.ReactNode;
|
|
22
|
+
suffix?: React.ReactNode;
|
|
23
|
+
title: string;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
export function Header(props: PropsWithChildren<PropTypes>) {
|
|
27
|
+
return (
|
|
28
|
+
<HeaderContainer>
|
|
29
|
+
{props.onBack ? (
|
|
30
|
+
<BackButton variant="ghost" size="small" onClick={props.onBack}>
|
|
31
|
+
<AngleLeftIcon size={24} />
|
|
32
|
+
</BackButton>
|
|
33
|
+
) : null}
|
|
34
|
+
{props.prefix}
|
|
35
|
+
<Typography variant="h4">{props.title}</Typography>
|
|
36
|
+
{props.suffix || <div></div>}
|
|
37
|
+
</HeaderContainer>
|
|
38
|
+
);
|
|
39
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Header } from './Header';
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SvgWithStrokeColor } from './common';
|
|
3
|
+
import { IconProps } from './types';
|
|
4
|
+
|
|
5
|
+
export const AddCircleIcon: 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 22c5.5 0 10-4.5 10-10S17.5 2 12 2 2 6.5 2 12s4.5 10 10 10ZM8 12h8M12 16V8"
|
|
23
|
+
strokeWidth={1.5}
|
|
24
|
+
strokeLinecap="round"
|
|
25
|
+
strokeLinejoin="round"
|
|
26
|
+
/>
|
|
27
|
+
</SvgWithStrokeColor>
|
|
28
|
+
);
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
AddCircleIcon.toString = () => '._icon';
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SvgWithStrokeColor } from './common';
|
|
3
|
+
import { IconProps } from './types';
|
|
4
|
+
|
|
5
|
+
export const AddIcon: 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="M6 12h12M12 18V6"
|
|
23
|
+
strokeWidth={1.5}
|
|
24
|
+
strokeLinecap="round"
|
|
25
|
+
strokeLinejoin="round"
|
|
26
|
+
/>
|
|
27
|
+
</SvgWithStrokeColor>
|
|
28
|
+
);
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
AddIcon.toString = () => '._icon';
|