@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,68 @@
|
|
|
1
|
+
import React, { ReactNode, useState } from 'react';
|
|
2
|
+
import { styled } from '../../theme';
|
|
3
|
+
import { Divider } from '../Divider';
|
|
4
|
+
import { Header } from '../Header';
|
|
5
|
+
import { SearchIcon } from '../Icon';
|
|
6
|
+
import { TextField } from '../TextField';
|
|
7
|
+
|
|
8
|
+
export type PropTypes = (
|
|
9
|
+
| {
|
|
10
|
+
textField: true;
|
|
11
|
+
children?: (searchedFor: string) => ReactNode;
|
|
12
|
+
textFieldPlaceholder: string;
|
|
13
|
+
}
|
|
14
|
+
| {
|
|
15
|
+
textField: false;
|
|
16
|
+
children?: ReactNode;
|
|
17
|
+
}
|
|
18
|
+
) & {
|
|
19
|
+
title?: string;
|
|
20
|
+
onBack?: () => void;
|
|
21
|
+
TopButton?: React.ReactNode;
|
|
22
|
+
Footer?: React.ReactNode;
|
|
23
|
+
hasHeader?: boolean;
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
const ContentContainer = styled('div', {
|
|
27
|
+
overflow: 'hidden',
|
|
28
|
+
display: 'flex',
|
|
29
|
+
flexDirection: 'column',
|
|
30
|
+
flex: '1',
|
|
31
|
+
padding: '0 $4',
|
|
32
|
+
});
|
|
33
|
+
|
|
34
|
+
const TextFieldContainer = styled('div', {
|
|
35
|
+
padding: '1px',
|
|
36
|
+
});
|
|
37
|
+
|
|
38
|
+
export function SecondaryPage(props: PropTypes) {
|
|
39
|
+
const { title, Footer, TopButton, onBack, hasHeader = true } = props;
|
|
40
|
+
const [searchedFor, setSearchedFor] = useState('');
|
|
41
|
+
|
|
42
|
+
return (
|
|
43
|
+
<>
|
|
44
|
+
{hasHeader && (
|
|
45
|
+
<Header onBack={onBack} title={title || ''} suffix={TopButton} />
|
|
46
|
+
)}
|
|
47
|
+
|
|
48
|
+
<ContentContainer>
|
|
49
|
+
{props.textField && (
|
|
50
|
+
<TextFieldContainer>
|
|
51
|
+
<TextField
|
|
52
|
+
size="large"
|
|
53
|
+
prefix={<SearchIcon size={24} />}
|
|
54
|
+
placeholder={props.textFieldPlaceholder}
|
|
55
|
+
onChange={(event) => setSearchedFor(event.target.value)}
|
|
56
|
+
value={searchedFor}
|
|
57
|
+
autoFocus
|
|
58
|
+
/>
|
|
59
|
+
<Divider size={16} />
|
|
60
|
+
</TextFieldContainer>
|
|
61
|
+
)}
|
|
62
|
+
{props.textField && props.children?.(searchedFor)}
|
|
63
|
+
{!props.textField && props.children}
|
|
64
|
+
</ContentContainer>
|
|
65
|
+
{Footer}
|
|
66
|
+
</>
|
|
67
|
+
);
|
|
68
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { SecondaryPage } from './SecondaryPage';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ComponentMeta } from '@storybook/react';
|
|
3
|
+
|
|
4
|
+
import { SelectableWalletList, PropTypes } from './SelectableWalletList';
|
|
5
|
+
import { data } from './mock';
|
|
6
|
+
|
|
7
|
+
export default {
|
|
8
|
+
title: 'Components/SelectableWalletList',
|
|
9
|
+
component: SelectableWalletList,
|
|
10
|
+
} as ComponentMeta<typeof SelectableWalletList>;
|
|
11
|
+
|
|
12
|
+
export const Main = (props: PropTypes) => (
|
|
13
|
+
<SelectableWalletList {...props} list={data} />
|
|
14
|
+
);
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
import React, { PropsWithChildren, useEffect, useState } from 'react';
|
|
2
|
+
import { styled } from '../../theme';
|
|
3
|
+
import { SelectableWallet } from '../../types';
|
|
4
|
+
import { Typography } from '../Typography';
|
|
5
|
+
import { getConciseAddress } from '../../helper';
|
|
6
|
+
|
|
7
|
+
const Row = styled('div', {
|
|
8
|
+
display: 'flex',
|
|
9
|
+
flexWrap: 'wrap',
|
|
10
|
+
});
|
|
11
|
+
|
|
12
|
+
const Circle = styled('div', {
|
|
13
|
+
width: 12,
|
|
14
|
+
height: 12,
|
|
15
|
+
borderRadius: 6,
|
|
16
|
+
border: '1px solid $neutrals400',
|
|
17
|
+
position: 'absolute',
|
|
18
|
+
top: 12,
|
|
19
|
+
right: 12,
|
|
20
|
+
variants: {
|
|
21
|
+
checked: {
|
|
22
|
+
true: {
|
|
23
|
+
borderColor: '$success',
|
|
24
|
+
},
|
|
25
|
+
false: {
|
|
26
|
+
borderColor: '$neutrals400',
|
|
27
|
+
},
|
|
28
|
+
},
|
|
29
|
+
},
|
|
30
|
+
});
|
|
31
|
+
const SolidCircle = styled('div', {
|
|
32
|
+
width: 6,
|
|
33
|
+
margin: '20% auto',
|
|
34
|
+
height: 6,
|
|
35
|
+
borderRadius: 3,
|
|
36
|
+
variants: {
|
|
37
|
+
checked: {
|
|
38
|
+
true: {
|
|
39
|
+
backgroundColor: '$success',
|
|
40
|
+
},
|
|
41
|
+
false: {
|
|
42
|
+
backgroundColor: '$neutrals400',
|
|
43
|
+
},
|
|
44
|
+
},
|
|
45
|
+
},
|
|
46
|
+
});
|
|
47
|
+
const Container = styled('div', {
|
|
48
|
+
border: '1.5px solid',
|
|
49
|
+
borderRadius: '$5',
|
|
50
|
+
padding: '$12',
|
|
51
|
+
flexBasis: 'calc(33.33% - 10px)',
|
|
52
|
+
margin: 5,
|
|
53
|
+
display: 'flex',
|
|
54
|
+
flexDirection: 'column',
|
|
55
|
+
justifyContent: 'space-between',
|
|
56
|
+
width: 124,
|
|
57
|
+
height: 92,
|
|
58
|
+
cursor: 'pointer',
|
|
59
|
+
position: 'relative',
|
|
60
|
+
variants: {
|
|
61
|
+
checked: {
|
|
62
|
+
true: {
|
|
63
|
+
borderColor: '$success',
|
|
64
|
+
color: '$success',
|
|
65
|
+
},
|
|
66
|
+
false: {
|
|
67
|
+
borderColor: '$neutrals400',
|
|
68
|
+
color: '$neutrals400',
|
|
69
|
+
},
|
|
70
|
+
},
|
|
71
|
+
},
|
|
72
|
+
});
|
|
73
|
+
|
|
74
|
+
export interface PropTypes {
|
|
75
|
+
list: SelectableWallet[];
|
|
76
|
+
onChange: (w: SelectableWallet) => void;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
export function SelectableWalletList({
|
|
80
|
+
list,
|
|
81
|
+
onChange,
|
|
82
|
+
}: PropsWithChildren<PropTypes>) {
|
|
83
|
+
const [active, setActive] = useState<string>(
|
|
84
|
+
list.find((item) => item.selected)?.walletType || ''
|
|
85
|
+
);
|
|
86
|
+
const onClick = (w: SelectableWallet) => {
|
|
87
|
+
setActive(w.walletType);
|
|
88
|
+
onChange(w);
|
|
89
|
+
};
|
|
90
|
+
|
|
91
|
+
useEffect(() => {
|
|
92
|
+
setActive(list.find((item) => item.selected)?.walletType || '');
|
|
93
|
+
}, [list]);
|
|
94
|
+
|
|
95
|
+
return (
|
|
96
|
+
<Row>
|
|
97
|
+
{list.map((w, index) => {
|
|
98
|
+
const checked = active === w.walletType;
|
|
99
|
+
return (
|
|
100
|
+
<Container
|
|
101
|
+
checked={checked}
|
|
102
|
+
onClick={onClick.bind(null, w)}
|
|
103
|
+
key={index}
|
|
104
|
+
>
|
|
105
|
+
<img src={w.image} alt={w.walletType} width={24} height={24} />
|
|
106
|
+
<Typography variant="body2">{w.name}</Typography>
|
|
107
|
+
<Typography variant="caption">
|
|
108
|
+
{getConciseAddress(w.address)}
|
|
109
|
+
</Typography>
|
|
110
|
+
<Circle checked={checked}>
|
|
111
|
+
<SolidCircle checked={checked} />
|
|
112
|
+
</Circle>
|
|
113
|
+
</Container>
|
|
114
|
+
);
|
|
115
|
+
})}
|
|
116
|
+
</Row>
|
|
117
|
+
);
|
|
118
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { SelectableWalletList } from './SelectableWalletList';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Network, WalletType } from '@rango-dev/wallets-shared';
|
|
2
|
+
import { SelectableWallet } from '../../types';
|
|
3
|
+
|
|
4
|
+
export const data: SelectableWallet[] = [
|
|
5
|
+
{
|
|
6
|
+
chain: Network.BTC,
|
|
7
|
+
name: Network.BTC,
|
|
8
|
+
walletType: WalletType.META_MASK,
|
|
9
|
+
address: '0x5423e28219d6d568dcf62a8134d623e6f4a1c2df',
|
|
10
|
+
image: 'https://app.rango.exchange/wallets/metamask.svg',
|
|
11
|
+
selected: true,
|
|
12
|
+
},
|
|
13
|
+
];
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ComponentMeta } from '@storybook/react';
|
|
3
|
+
import { Settings, PropTypes } from './Settings';
|
|
4
|
+
import { SwapContainer } from '../SwapContainer/SwapContainer';
|
|
5
|
+
import { liquiditySources } from '../LiquiditySourceList/mockData';
|
|
6
|
+
|
|
7
|
+
export default {
|
|
8
|
+
title: 'Settings',
|
|
9
|
+
component: Settings,
|
|
10
|
+
argTypes: {
|
|
11
|
+
slippages: {
|
|
12
|
+
defaultValue: [0.5, 1, 3, 5, 8, 13, 20],
|
|
13
|
+
},
|
|
14
|
+
selectedSlippage: { defaultValue: 3 },
|
|
15
|
+
liquiditySources: {
|
|
16
|
+
defaultValue: liquiditySources,
|
|
17
|
+
},
|
|
18
|
+
selectedLiquiditySources: {
|
|
19
|
+
defaultValue: liquiditySources.slice(0, 5),
|
|
20
|
+
},
|
|
21
|
+
minSlippage: {
|
|
22
|
+
defaultValue: 1,
|
|
23
|
+
},
|
|
24
|
+
maxSlippage: {
|
|
25
|
+
defaultValue: 10,
|
|
26
|
+
},
|
|
27
|
+
},
|
|
28
|
+
} as ComponentMeta<typeof Settings>;
|
|
29
|
+
|
|
30
|
+
export const Main = (args: PropTypes) => (
|
|
31
|
+
<SwapContainer>
|
|
32
|
+
<Settings {...args} />
|
|
33
|
+
</SwapContainer>
|
|
34
|
+
);
|
|
@@ -0,0 +1,208 @@
|
|
|
1
|
+
import { styled } from '../../theme';
|
|
2
|
+
import React, { useState } from 'react';
|
|
3
|
+
import { AngleRightIcon } from '../Icon';
|
|
4
|
+
import { SecondaryPage } from '../SecondaryPage/SecondaryPage';
|
|
5
|
+
import { Typography } from '../Typography';
|
|
6
|
+
import { Chip } from '../Chip';
|
|
7
|
+
import { LiquiditySource, LoadingStatus } from '../../types/meta';
|
|
8
|
+
import { TextField } from '../TextField';
|
|
9
|
+
import { Radio } from '../Radio';
|
|
10
|
+
import { Switch } from '../Switch';
|
|
11
|
+
import { Button } from '../Button';
|
|
12
|
+
|
|
13
|
+
const BaseContainer = styled('div', {
|
|
14
|
+
borderRadius: '$5',
|
|
15
|
+
backgroundColor: '$neutrals300',
|
|
16
|
+
padding: '$16',
|
|
17
|
+
});
|
|
18
|
+
|
|
19
|
+
const Title = styled(Typography, { marginBottom: '$16' });
|
|
20
|
+
|
|
21
|
+
const SlippageChipsContainer = styled('div', {
|
|
22
|
+
display: 'grid',
|
|
23
|
+
rowGap: '$16',
|
|
24
|
+
gridTemplateColumns: 'repeat(auto-fill, 64px)',
|
|
25
|
+
});
|
|
26
|
+
|
|
27
|
+
const LiquiditySourceContainer = styled(BaseContainer, {
|
|
28
|
+
display: 'flex',
|
|
29
|
+
justifyContent: 'space-between',
|
|
30
|
+
marginTop: '$32',
|
|
31
|
+
cursor: 'pointer',
|
|
32
|
+
});
|
|
33
|
+
const InfiniteContainer = styled(BaseContainer, {
|
|
34
|
+
display: 'flex',
|
|
35
|
+
justifyContent: 'space-between',
|
|
36
|
+
marginTop: '$32',
|
|
37
|
+
});
|
|
38
|
+
|
|
39
|
+
const StyledAngleRight = styled(AngleRightIcon, { marginLeft: '$8' });
|
|
40
|
+
|
|
41
|
+
const LiquiditySourceNumber = styled('div', {
|
|
42
|
+
display: 'flex',
|
|
43
|
+
alignItems: 'center',
|
|
44
|
+
justifyContent: 'center',
|
|
45
|
+
});
|
|
46
|
+
|
|
47
|
+
const ThemesContainer = styled(BaseContainer, {
|
|
48
|
+
marginTop: '$32',
|
|
49
|
+
});
|
|
50
|
+
const Head = styled('div', {
|
|
51
|
+
display: 'flex',
|
|
52
|
+
justifyContent: 'space-between',
|
|
53
|
+
alignItems: 'center',
|
|
54
|
+
paddingBottom: '$16',
|
|
55
|
+
});
|
|
56
|
+
|
|
57
|
+
type Theme = 'dark' | 'light' | 'auto';
|
|
58
|
+
|
|
59
|
+
export interface PropTypes {
|
|
60
|
+
slippages: number[];
|
|
61
|
+
selectedSlippage: number;
|
|
62
|
+
customSlippage: number;
|
|
63
|
+
maxSlippage: number;
|
|
64
|
+
minSlippage: number;
|
|
65
|
+
liquiditySources: LiquiditySource[];
|
|
66
|
+
onLiquiditySourcesClick: () => void;
|
|
67
|
+
selectedLiquiditySources: LiquiditySource[];
|
|
68
|
+
onSlippageChange: (slippage: number) => void;
|
|
69
|
+
onCustomSlippageChange: (customSlippage: number | null) => void;
|
|
70
|
+
selectedTheme: Theme;
|
|
71
|
+
onThemeChange: (theme: Theme) => void;
|
|
72
|
+
onBack: () => void;
|
|
73
|
+
infiniteApprove: boolean;
|
|
74
|
+
toggleInfiniteApprove: (infinite: boolean) => void;
|
|
75
|
+
loadingStatus: LoadingStatus;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
export function Settings(props: PropTypes) {
|
|
79
|
+
const {
|
|
80
|
+
slippages,
|
|
81
|
+
selectedLiquiditySources,
|
|
82
|
+
liquiditySources,
|
|
83
|
+
onSlippageChange,
|
|
84
|
+
onLiquiditySourcesClick,
|
|
85
|
+
onBack,
|
|
86
|
+
customSlippage,
|
|
87
|
+
onCustomSlippageChange,
|
|
88
|
+
maxSlippage,
|
|
89
|
+
minSlippage,
|
|
90
|
+
selectedTheme,
|
|
91
|
+
onThemeChange,
|
|
92
|
+
toggleInfiniteApprove,
|
|
93
|
+
infiniteApprove,
|
|
94
|
+
loadingStatus,
|
|
95
|
+
} = props;
|
|
96
|
+
|
|
97
|
+
const [selectedSlippage, setSelectedSlippage] = useState(
|
|
98
|
+
props.selectedSlippage
|
|
99
|
+
);
|
|
100
|
+
|
|
101
|
+
const changeSlippage = (slippage: number) => {
|
|
102
|
+
setSelectedSlippage(slippage);
|
|
103
|
+
onSlippageChange(slippage);
|
|
104
|
+
};
|
|
105
|
+
|
|
106
|
+
const PageContent = (
|
|
107
|
+
<>
|
|
108
|
+
<BaseContainer>
|
|
109
|
+
<Head>
|
|
110
|
+
<Typography variant="body1">Slippage tolerance per swap</Typography>
|
|
111
|
+
{customSlippage ? (
|
|
112
|
+
<Typography variant="caption" color="error">
|
|
113
|
+
{customSlippage}% Custom
|
|
114
|
+
</Typography>
|
|
115
|
+
) : undefined}
|
|
116
|
+
</Head>
|
|
117
|
+
<SlippageChipsContainer>
|
|
118
|
+
{slippages.map((slippage, index) => (
|
|
119
|
+
<Chip
|
|
120
|
+
key={index}
|
|
121
|
+
onClick={() => {
|
|
122
|
+
if (customSlippage) onCustomSlippageChange(null);
|
|
123
|
+
changeSlippage(slippage);
|
|
124
|
+
}}
|
|
125
|
+
selected={!customSlippage && slippage === selectedSlippage}
|
|
126
|
+
label={`${slippage.toString()}%`}
|
|
127
|
+
style={{
|
|
128
|
+
marginRight: '8px',
|
|
129
|
+
}}
|
|
130
|
+
/>
|
|
131
|
+
))}
|
|
132
|
+
<TextField
|
|
133
|
+
type="number"
|
|
134
|
+
value={customSlippage}
|
|
135
|
+
onChange={(event) => {
|
|
136
|
+
const parsedValue = parseFloat(event.target.value);
|
|
137
|
+
if (
|
|
138
|
+
!parsedValue ||
|
|
139
|
+
(parsedValue >= minSlippage && parsedValue <= maxSlippage)
|
|
140
|
+
)
|
|
141
|
+
onCustomSlippageChange(parsedValue);
|
|
142
|
+
}}
|
|
143
|
+
suffix={
|
|
144
|
+
customSlippage && <Typography variant="body2">%</Typography>
|
|
145
|
+
}
|
|
146
|
+
size="small"
|
|
147
|
+
placeholder="Custom %"
|
|
148
|
+
style={{
|
|
149
|
+
width: '128px',
|
|
150
|
+
flexGrow: 'initial',
|
|
151
|
+
}}
|
|
152
|
+
/>
|
|
153
|
+
</SlippageChipsContainer>
|
|
154
|
+
</BaseContainer>
|
|
155
|
+
<ThemesContainer>
|
|
156
|
+
<Title variant="body2">Theme</Title>
|
|
157
|
+
<Radio
|
|
158
|
+
value={selectedTheme}
|
|
159
|
+
options={[
|
|
160
|
+
{ value: 'dark', label: 'Dark' },
|
|
161
|
+
{ value: 'light', label: 'Light' },
|
|
162
|
+
{ value: 'auto', label: 'Auto' },
|
|
163
|
+
]}
|
|
164
|
+
onChange={(value) => onThemeChange(value as Theme)}
|
|
165
|
+
direction="horizontal"
|
|
166
|
+
style={{ marginTop: '$24' }}
|
|
167
|
+
/>
|
|
168
|
+
</ThemesContainer>
|
|
169
|
+
<InfiniteContainer>
|
|
170
|
+
<Typography variant="body1">Infinite Approval</Typography>
|
|
171
|
+
<Switch checked={infiniteApprove} onChange={toggleInfiniteApprove} />
|
|
172
|
+
</InfiniteContainer>
|
|
173
|
+
<LiquiditySourceContainer>
|
|
174
|
+
<Button
|
|
175
|
+
onClick={onLiquiditySourcesClick}
|
|
176
|
+
align="start"
|
|
177
|
+
variant="ghost"
|
|
178
|
+
loading={loadingStatus === 'loading'}
|
|
179
|
+
suffix={
|
|
180
|
+
<LiquiditySourceNumber>
|
|
181
|
+
{loadingStatus === 'success' && (
|
|
182
|
+
<Typography variant="body2" color="neutrals800">
|
|
183
|
+
{liquiditySources.length !== selectedLiquiditySources.length
|
|
184
|
+
? `${selectedLiquiditySources.length} / ${liquiditySources.length}`
|
|
185
|
+
: liquiditySources.length}
|
|
186
|
+
</Typography>
|
|
187
|
+
)}
|
|
188
|
+
{loadingStatus === 'failed' && (
|
|
189
|
+
<Typography variant="body2" color="$error500">
|
|
190
|
+
Loading failed
|
|
191
|
+
</Typography>
|
|
192
|
+
)}
|
|
193
|
+
<StyledAngleRight />
|
|
194
|
+
</LiquiditySourceNumber>
|
|
195
|
+
}
|
|
196
|
+
>
|
|
197
|
+
<Typography variant="body1">Liquidity Sources</Typography>
|
|
198
|
+
</Button>
|
|
199
|
+
</LiquiditySourceContainer>
|
|
200
|
+
</>
|
|
201
|
+
);
|
|
202
|
+
|
|
203
|
+
return (
|
|
204
|
+
<SecondaryPage title="Settings" textField={false} onBack={onBack}>
|
|
205
|
+
{PageContent}
|
|
206
|
+
</SecondaryPage>
|
|
207
|
+
);
|
|
208
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Settings } from './Settings';
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { ComponentMeta } from '@storybook/react';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { Skeleton, PropTypes } from './Skeleton';
|
|
4
|
+
|
|
5
|
+
export default {
|
|
6
|
+
title: 'Components/Skeleton',
|
|
7
|
+
component: Skeleton,
|
|
8
|
+
argTypes: {
|
|
9
|
+
width: {
|
|
10
|
+
name: 'width',
|
|
11
|
+
control: { type: 'select' },
|
|
12
|
+
options: [20, 24, 36, 48],
|
|
13
|
+
defaultValue: 20,
|
|
14
|
+
},
|
|
15
|
+
height: {
|
|
16
|
+
name: 'height',
|
|
17
|
+
control: { type: 'select' },
|
|
18
|
+
options: [20, 24, 36, 48],
|
|
19
|
+
defaultValue: 20,
|
|
20
|
+
},
|
|
21
|
+
},
|
|
22
|
+
} as ComponentMeta<typeof Skeleton>;
|
|
23
|
+
|
|
24
|
+
export const Main = (props: PropTypes) => <Skeleton {...props} />;
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { keyframes, styled } from '../../theme';
|
|
3
|
+
|
|
4
|
+
const waveSquares = keyframes({
|
|
5
|
+
'0%': {
|
|
6
|
+
backgroundPosition: '-468px 0',
|
|
7
|
+
},
|
|
8
|
+
'100%': {
|
|
9
|
+
backgroundPosition: '468px 0',
|
|
10
|
+
},
|
|
11
|
+
});
|
|
12
|
+
|
|
13
|
+
const SkeletonContainer = styled('div', {
|
|
14
|
+
borderRadius: '$5',
|
|
15
|
+
backgroundColor: '$neutrals300',
|
|
16
|
+
background: `linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%)`,
|
|
17
|
+
backgroundSize: '800px 100px',
|
|
18
|
+
animation: `${waveSquares} 2s infinite ease-out`,
|
|
19
|
+
variants: {
|
|
20
|
+
width: {
|
|
21
|
+
16: {
|
|
22
|
+
width: '$16',
|
|
23
|
+
},
|
|
24
|
+
20: {
|
|
25
|
+
width: '$20',
|
|
26
|
+
},
|
|
27
|
+
24: {
|
|
28
|
+
width: '$24',
|
|
29
|
+
},
|
|
30
|
+
36: {
|
|
31
|
+
width: '$36',
|
|
32
|
+
},
|
|
33
|
+
48: {
|
|
34
|
+
width: '$48',
|
|
35
|
+
},
|
|
36
|
+
},
|
|
37
|
+
height: {
|
|
38
|
+
16: {
|
|
39
|
+
height: '$16',
|
|
40
|
+
},
|
|
41
|
+
20: {
|
|
42
|
+
height: '$20',
|
|
43
|
+
},
|
|
44
|
+
24: {
|
|
45
|
+
height: '$24',
|
|
46
|
+
},
|
|
47
|
+
36: {
|
|
48
|
+
height: '$36',
|
|
49
|
+
},
|
|
50
|
+
48: {
|
|
51
|
+
height: '$48',
|
|
52
|
+
},
|
|
53
|
+
94: {
|
|
54
|
+
height: 94,
|
|
55
|
+
},
|
|
56
|
+
},
|
|
57
|
+
},
|
|
58
|
+
});
|
|
59
|
+
export interface PropTypes {
|
|
60
|
+
width?: 20 | 24 | 36 | 48;
|
|
61
|
+
height?: 20 | 24 | 36 | 48 | 94;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
export function Skeleton({ width = 20, height = 20 }: PropTypes) {
|
|
65
|
+
return <SkeletonContainer width={width} height={height} />;
|
|
66
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Skeleton } from './Skeleton';
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { ComponentMeta } from '@storybook/react';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { Typography } from '../Typography';
|
|
4
|
+
import { Spacer, PropTypes } from './Spacer';
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
title: 'Components/Spacer',
|
|
8
|
+
component: Spacer,
|
|
9
|
+
argTypes: {
|
|
10
|
+
size: {
|
|
11
|
+
name: 'size',
|
|
12
|
+
control: { type: 'select' },
|
|
13
|
+
options: [12, 16, 18, 20],
|
|
14
|
+
defaultValue: 12,
|
|
15
|
+
},
|
|
16
|
+
direction: {
|
|
17
|
+
name: 'direction',
|
|
18
|
+
control: { type: 'select' },
|
|
19
|
+
options: ['vertical', 'horizontal'],
|
|
20
|
+
defaultValue: 'horizontal',
|
|
21
|
+
},
|
|
22
|
+
},
|
|
23
|
+
} as ComponentMeta<typeof Spacer>;
|
|
24
|
+
|
|
25
|
+
export const Main = (props: PropTypes) => (
|
|
26
|
+
<div style={{ display: props.direction === 'horizontal' ? 'flex' : 'block' }}>
|
|
27
|
+
<Typography variant="body1">spacer </Typography>
|
|
28
|
+
<Spacer {...props} />
|
|
29
|
+
<Typography variant="body1">spacer</Typography>
|
|
30
|
+
</div>
|
|
31
|
+
);
|