@rango-dev/ui 0.1.15 → 0.1.16-next.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +0 -4
- package/dist/components/Alert/Alert.d.ts +7 -7
- package/dist/components/Alert/Alert.stories.d.ts +7 -5
- package/dist/components/Alert/LoadingFailedAlert.d.ts +2 -2
- package/dist/components/Alert/NotFoundAlert.d.ts +7 -7
- package/dist/components/Alert/index.d.ts +2 -2
- package/dist/components/BestRoute/BestRoute.d.ts +15 -12
- package/dist/components/BestRoute/BestRoute.stories.d.ts +10 -8
- package/dist/components/BestRoute/index.d.ts +1 -1
- package/dist/components/BestRoute/mock.d.ts +4 -4
- package/dist/components/BlockchainsList/BlockchainsList.d.ts +10 -10
- package/dist/components/BlockchainsList/BlockchainsList.stories.d.ts +5 -5
- package/dist/components/BlockchainsList/index.d.ts +1 -1
- package/dist/components/BlockchainsList/mockData.d.ts +2 -2
- package/dist/components/Button/Button.d.ts +17 -17
- package/dist/components/Button/Button.stories.d.ts +10 -8
- package/dist/components/Button/index.d.ts +1 -1
- package/dist/components/Checkbox/Checkbox.d.ts +11 -11
- package/dist/components/Checkbox/Checkbox.stories.d.ts +7 -5
- package/dist/components/Checkbox/index.d.ts +1 -1
- package/dist/components/Chip/Chip.d.ts +12 -12
- package/dist/components/Chip/Chip.stories.d.ts +7 -7
- package/dist/components/Chip/index.d.ts +1 -1
- package/dist/components/ColorPicker/ColorPicker.d.ts +9 -9
- package/dist/components/ColorPicker/ColorPicker.stories.d.ts +5 -5
- package/dist/components/ColorPicker/index.d.ts +1 -1
- package/dist/components/Divider/Divider.d.ts +6 -6
- package/dist/components/Divider/index.d.ts +1 -1
- package/dist/components/Drawer/Drawer.d.ts +13 -13
- package/dist/components/Drawer/Drawer.stories.d.ts +8 -8
- package/dist/components/Drawer/index.d.ts +1 -1
- package/dist/components/Header/Header.d.ts +9 -9
- package/dist/components/Header/index.d.ts +1 -1
- package/dist/components/Icon/AddCircleIcon.d.ts +3 -3
- package/dist/components/Icon/AddIcon.d.ts +3 -3
- package/dist/components/Icon/AddWalletIcon.d.ts +3 -3
- package/dist/components/Icon/AngleDownIcon.d.ts +3 -3
- package/dist/components/Icon/AngleLeftIcon.d.ts +3 -3
- package/dist/components/Icon/AngleRightIcon.d.ts +3 -3
- package/dist/components/Icon/AngleUpIcon.d.ts +3 -3
- package/dist/components/Icon/ArrowRightIcon.d.ts +3 -3
- package/dist/components/Icon/BagIcon.d.ts +3 -3
- package/dist/components/Icon/BanIcon.d.ts +3 -3
- package/dist/components/Icon/CheckCircleIcon.d.ts +3 -3
- package/dist/components/Icon/CheckIcon.d.ts +3 -3
- package/dist/components/Icon/CheckSquareIcon.d.ts +3 -3
- package/dist/components/Icon/CheckWalletIcon.d.ts +3 -3
- package/dist/components/Icon/ChevronRightIcon.d.ts +3 -3
- package/dist/components/Icon/CloseIcon.d.ts +112 -1
- package/dist/components/Icon/CopyIcon.d.ts +3 -3
- package/dist/components/Icon/DeleteCircleIcon.d.ts +3 -3
- package/dist/components/Icon/DeleteWalletIcon.d.ts +3 -3
- package/dist/components/Icon/DisconnectIcon.d.ts +3 -3
- package/dist/components/Icon/DownloadIcon.d.ts +3 -3
- package/dist/components/Icon/GasIcon.d.ts +3 -3
- package/dist/components/Icon/HistoryIcon.d.ts +3 -3
- package/dist/components/Icon/HorizontalSwapIcon.d.ts +3 -3
- package/dist/components/Icon/Icons.stories.d.ts +5 -5
- package/dist/components/Icon/InfoCircleIcon.d.ts +3 -3
- package/dist/components/Icon/MinusCircleIcon.d.ts +3 -3
- package/dist/components/Icon/RetryIcon.d.ts +3 -3
- package/dist/components/Icon/RetryLeftIcon.d.ts +3 -3
- package/dist/components/Icon/RetryRightIcon.d.ts +3 -3
- package/dist/components/Icon/SearchIcon.d.ts +3 -3
- package/dist/components/Icon/SearchMinusIcon.d.ts +3 -3
- package/dist/components/Icon/SettingIcon.d.ts +3 -3
- package/dist/components/Icon/SignatureIcon.d.ts +3 -3
- package/dist/components/Icon/SwapWalletIcon.d.ts +3 -3
- package/dist/components/Icon/TimeIcon.d.ts +3 -3
- package/dist/components/Icon/TrashIcon.d.ts +3 -3
- package/dist/components/Icon/TryAgainIcon.d.ts +3 -3
- package/dist/components/Icon/VerticalSwapIcon.d.ts +3 -3
- package/dist/components/Icon/WalletIconIcon.d.ts +3 -3
- package/dist/components/Icon/WarningIcon.d.ts +3 -3
- package/dist/components/Icon/common.d.ts +228 -2
- package/dist/components/Icon/index.d.ts +40 -40
- package/dist/components/Icon/types.d.ts +7 -7
- package/dist/components/LiquiditySourceList/LiquiditySource.stories.d.ts +5 -5
- package/dist/components/LiquiditySourceList/LiquiditySourceList.d.ts +11 -11
- package/dist/components/LiquiditySourceList/index.d.ts +1 -1
- package/dist/components/LiquiditySourceList/mockData.d.ts +2 -2
- package/dist/components/Modal/Modal.d.ts +11 -11
- package/dist/components/Modal/Modal.stories.d.ts +5 -5
- package/dist/components/Modal/index.d.ts +1 -1
- package/dist/components/Radio/Radio.d.ts +13 -13
- package/dist/components/Radio/Radio.stories.d.ts +5 -5
- package/dist/components/Radio/index.d.ts +1 -1
- package/dist/components/SecondaryPage/SecondaryPage.d.ts +16 -16
- package/dist/components/SecondaryPage/SecondaryPage.stories.d.ts +5 -2
- package/dist/components/SecondaryPage/index.d.ts +1 -1
- package/dist/components/SelectableWalletList/SelectableWalletList.d.ts +7 -7
- package/dist/components/SelectableWalletList/SelectableWalletList.stories.d.ts +7 -5
- package/dist/components/SelectableWalletList/index.d.ts +1 -1
- package/dist/components/SelectableWalletList/mock.d.ts +2 -2
- package/dist/components/Skeleton/Skeleton.d.ts +6 -6
- package/dist/components/Skeleton/Skeleton.stories.d.ts +5 -5
- package/dist/components/Skeleton/index.d.ts +1 -1
- package/dist/components/Spinner/Spinner.d.ts +6 -6
- package/dist/components/Spinner/Spinner.stories.d.ts +5 -5
- package/dist/components/Spinner/index.d.ts +1 -1
- package/dist/components/StatusDrawer/StatusDrawer.d.ts +11 -11
- package/dist/components/StatusDrawer/StatusDrawer.stories.d.ts +5 -5
- package/dist/components/StatusDrawer/index.d.ts +1 -1
- package/dist/components/StepDetail/StepDetail.d.ts +12 -12
- package/dist/components/StepDetail/StepDetail.stories.d.ts +7 -5
- package/dist/components/StepDetail/index.d.ts +1 -1
- package/dist/components/SwapContainer/SwapContainer.d.ts +7 -7
- package/dist/components/SwapContainer/index.d.ts +1 -1
- package/dist/components/SwapDetail/SwapDetail.d.ts +8 -8
- package/dist/components/SwapDetail/SwapDetail.stories.d.ts +7 -5
- package/dist/components/SwapDetail/Token.d.ts +17 -17
- package/dist/components/SwapDetail/index.d.ts +1 -1
- package/dist/components/SwapDetail/mock.d.ts +2 -2
- package/dist/components/Switch/Switch.d.ts +6 -6
- package/dist/components/Switch/Switch.stories.d.ts +5 -5
- package/dist/components/Switch/index.d.ts +1 -1
- package/dist/components/TextField/TextField.d.ts +10 -10
- package/dist/components/TextField/TextField.stories.d.ts +7 -7
- package/dist/components/TextField/index.d.ts +1 -1
- package/dist/components/TokenList/TokenItem.d.ts +11 -11
- package/dist/components/TokenList/TokenList.d.ts +17 -17
- package/dist/components/TokenList/TokenList.stories.d.ts +5 -5
- package/dist/components/TokenList/index.d.ts +1 -1
- package/dist/components/TokenList/mockData.d.ts +2 -2
- package/dist/components/Tooltip/Tooltip.d.ts +7 -7
- package/dist/components/Tooltip/Tooltip.stories.d.ts +7 -5
- package/dist/components/Tooltip/index.d.ts +1 -1
- package/dist/components/Typography/Typography.d.ts +18 -18
- package/dist/components/Typography/Typography.stories.d.ts +7 -5
- package/dist/components/Typography/index.d.ts +1 -1
- package/dist/components/VirtualizedList/VirtualizedList.d.ts +17 -17
- package/dist/components/Wallet/State.d.ts +7 -7
- package/dist/components/Wallet/Wallet.d.ts +7 -7
- package/dist/components/Wallet/Wallet.stories.d.ts +7 -5
- package/dist/components/Wallet/index.d.ts +1 -1
- package/dist/components/common/FilledCircle.d.ts +111 -1
- package/dist/components/common/Image.d.ts +6 -6
- package/dist/components/common/index.d.ts +2 -2
- package/dist/components/index.d.ts +25 -31
- package/dist/{components → containers}/BlockchainSelector/BlockchainSelector.d.ts +17 -17
- package/dist/{components → containers}/BlockchainSelector/BlockchainSelector.stories.d.ts +5 -5
- package/dist/containers/ConfirmSwap/ConfirmSwap.d.ts +22 -22
- package/dist/containers/ConfirmSwap/ConfirmSwap.stories.d.ts +8 -6
- package/dist/containers/ConfirmSwap/index.d.ts +1 -1
- package/dist/containers/ConfirmSwap/mock.d.ts +5 -5
- package/dist/{components → containers}/ConnectWalletsModal/ConnectWallets.stories.d.ts +5 -5
- package/dist/{components → containers}/ConnectWalletsModal/ConnectWalletsModal.d.ts +11 -11
- package/dist/{components → containers}/ConnectWalletsModal/mockData.d.ts +2 -2
- package/dist/containers/History/History.d.ts +6 -6
- package/dist/containers/History/History.stories.d.ts +9 -5
- package/dist/containers/History/SwapsGroup.d.ts +13 -13
- package/dist/containers/History/index.d.ts +3 -2
- package/dist/containers/History/mock.d.ts +2 -2
- package/dist/containers/History/types.d.ts +39 -39
- package/dist/{components → containers}/LiquiditySourcesSelector/LiquiditySourcesSelector.d.ts +13 -13
- package/dist/{components → containers}/LiquiditySourcesSelector/LiquiditySourcesSelector.stories.d.ts +5 -5
- package/dist/{components → containers}/Settings/Settings.d.ts +24 -24
- package/dist/{components → containers}/Settings/Settings.stories.d.ts +5 -5
- package/dist/containers/SwapHistory/SwapHistory.d.ts +1128 -24
- package/dist/containers/SwapHistory/SwapHistory.stories.d.ts +14 -5
- package/dist/containers/SwapHistory/SwapMessages.d.ts +17 -17
- package/dist/containers/SwapHistory/index.d.ts +1 -1
- package/dist/containers/SwapHistory/mock.d.ts +2 -2
- package/dist/containers/TokenSelector/TokenSelector.d.ts +124 -0
- package/dist/{components → containers}/TokenSelector/TokenSelector.stories.d.ts +5 -5
- package/dist/containers/index.d.ts +8 -3
- package/dist/helper/index.d.ts +6 -6
- package/dist/hooks/index.d.ts +1 -1
- package/dist/hooks/useCopyToClipboard.d.ts +1 -1
- package/dist/index.d.ts +6 -6
- package/dist/index.js +20 -8
- package/dist/index.js.map +7 -0
- package/dist/theme.d.ts +928 -8
- package/dist/types/index.d.ts +2 -2
- package/dist/types/meta.d.ts +23 -23
- package/dist/types/swaps.d.ts +29 -29
- package/dist/types/wallet.d.ts +23 -23
- package/package.json +17 -37
- package/src/components/Alert/Alert.stories.tsx +19 -6
- package/src/components/Alert/Alert.tsx +3 -3
- package/src/components/BestRoute/BestRoute.stories.tsx +15 -5
- package/src/components/BestRoute/mock.ts +1 -1
- package/src/components/BlockchainsList/BlockchainsList.stories.tsx +9 -3
- package/src/components/BlockchainsList/mockData.ts +603 -108
- package/src/components/Button/Button.stories.tsx +8 -3
- package/src/components/Checkbox/Checkbox.stories.tsx +6 -2
- package/src/components/Chip/Chip.stories.tsx +23 -7
- package/src/components/ColorPicker/ColorPicker.stories.tsx +6 -3
- package/src/components/Divider/Divider.tsx +113 -11
- package/src/components/Drawer/Drawer.stories.tsx +8 -11
- package/src/components/Icon/Icons.stories.tsx +8 -4
- package/src/components/LiquiditySourceList/LiquiditySource.stories.tsx +6 -3
- package/src/components/LiquiditySourceList/LiquiditySourceList.tsx +3 -3
- package/src/components/Modal/Modal.stories.tsx +9 -10
- package/src/components/Radio/Radio.stories.tsx +12 -7
- package/src/components/SecondaryPage/SecondaryPage.stories.tsx +12 -3
- package/src/components/SelectableWalletList/SelectableWalletList.stories.tsx +2 -2
- package/src/components/SelectableWalletList/mock.ts +2 -2
- package/src/components/Skeleton/Skeleton.stories.tsx +6 -2
- package/src/components/Spinner/Spinner.stories.tsx +6 -2
- package/src/components/StatusDrawer/StatusDrawer.stories.tsx +7 -2
- package/src/components/StatusDrawer/StatusDrawer.tsx +2 -2
- package/src/components/StepDetail/StepDetail.stories.tsx +9 -2
- package/src/components/SwapDetail/SwapDetail.stories.tsx +5 -2
- package/src/components/SwapDetail/SwapDetail.tsx +3 -3
- package/src/components/SwapDetail/Token.tsx +4 -4
- package/src/components/Switch/Switch.stories.tsx +2 -2
- package/src/components/TextField/TextField.stories.tsx +3 -2
- package/src/components/TokenList/TokenList.stories.tsx +3 -3
- package/src/components/Tooltip/Tooltip.stories.tsx +7 -2
- package/src/components/Typography/Typography.stories.tsx +2 -2
- package/src/components/Wallet/Wallet.stories.tsx +7 -13
- package/src/components/index.ts +0 -6
- package/src/containers/BlockchainSelector/BlockchainSelector.stories.tsx +41 -0
- package/src/{components → containers}/BlockchainSelector/BlockchainSelector.tsx +5 -5
- package/{dist/components/BlockchainSelector/index.d.ts → src/containers/BlockchainSelector/index.ts} +1 -1
- package/src/containers/ConfirmSwap/ConfirmSwap.stories.tsx +223 -10
- package/src/containers/ConfirmSwap/ConfirmSwap.tsx +21 -12
- package/src/containers/ConfirmSwap/mock.ts +12 -15
- package/src/containers/ConnectWalletsModal/ConnectWallets.stories.tsx +24 -0
- package/src/{components → containers}/ConnectWalletsModal/ConnectWalletsModal.tsx +3 -3
- package/{dist/components/ConnectWalletsModal/index.d.ts → src/containers/ConnectWalletsModal/index.ts} +1 -1
- package/src/{components → containers}/ConnectWalletsModal/mockData.ts +17 -17
- package/src/containers/History/History.stories.tsx +2 -2
- package/src/containers/History/History.tsx +1 -1
- package/src/containers/History/index.ts +2 -1
- package/src/containers/History/mock.ts +3 -3
- package/src/containers/History/types.tsx +1 -1
- package/src/{components → containers}/LiquiditySourcesSelector/LiquiditySourcesSelector.stories.tsx +7 -4
- package/src/{components → containers}/LiquiditySourcesSelector/LiquiditySourcesSelector.tsx +2 -3
- package/{dist/components/LiquiditySourcesSelector/index.d.ts → src/containers/LiquiditySourcesSelector/index.ts} +1 -1
- package/src/containers/Settings/Settings.stories.tsx +27 -0
- package/src/{components → containers}/Settings/Settings.tsx +11 -8
- package/{dist/components/Settings/index.d.ts → src/containers/Settings/index.ts} +1 -1
- package/src/containers/SwapHistory/SwapHistory.stories.tsx +3 -3
- package/src/containers/SwapHistory/SwapHistory.tsx +4 -5
- package/src/containers/SwapHistory/mock.ts +2 -2
- package/src/{components → containers}/TokenSelector/TokenSelector.stories.tsx +7 -8
- package/src/{components → containers}/TokenSelector/TokenSelector.tsx +7 -6
- package/{dist/components/TokenSelector/index.d.ts → src/containers/TokenSelector/index.ts} +1 -1
- package/src/containers/index.ts +5 -0
- package/src/theme.ts +14 -22
- package/src/types/index.ts +1 -1
- package/dist/components/Spacer/Spacer.d.ts +0 -6
- package/dist/components/Spacer/Spacer.stories.d.ts +0 -5
- package/dist/components/Spacer/index.d.ts +0 -1
- package/dist/components/SwapContainer/SwapContainer.stories.d.ts +0 -5
- package/dist/components/TokenSelector/TokenSelector.d.ts +0 -14
- package/dist/ui.cjs.development.js +0 -5181
- package/dist/ui.cjs.development.js.map +0 -1
- package/dist/ui.cjs.production.min.js +0 -2
- package/dist/ui.cjs.production.min.js.map +0 -1
- package/dist/ui.esm.js +0 -5091
- package/dist/ui.esm.js.map +0 -1
- package/src/components/BlockchainSelector/BlockchainSelector.stories.tsx +0 -25
- package/src/components/ConnectWalletsModal/ConnectWallets.stories.tsx +0 -13
- package/src/components/Settings/Settings.stories.tsx +0 -34
- package/src/components/Spacer/Spacer.stories.tsx +0 -31
- package/src/components/Spacer/Spacer.tsx +0 -128
- package/src/components/Spacer/index.ts +0 -1
- package/src/components/SwapContainer/SwapContainer.stories.tsx +0 -13
- /package/{src/components/BlockchainSelector/index.ts → dist/containers/BlockchainSelector/index.d.ts} +0 -0
- /package/{src/components/ConnectWalletsModal/index.ts → dist/containers/ConnectWalletsModal/index.d.ts} +0 -0
- /package/{src/components/LiquiditySourcesSelector/index.ts → dist/containers/LiquiditySourcesSelector/index.d.ts} +0 -0
- /package/{src/components/Settings/index.ts → dist/containers/Settings/index.d.ts} +0 -0
- /package/{src/components/TokenSelector/index.ts → dist/containers/TokenSelector/index.d.ts} +0 -0
|
@@ -1 +1,112 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const CloseIcon: import("@stitches/react/types/styled-component").StyledComponent<import("react").FC<import("./types").IconProps>, {}, {
|
|
3
|
+
sm: string;
|
|
4
|
+
md: string;
|
|
5
|
+
lg: string;
|
|
6
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
7
|
+
sm: string;
|
|
8
|
+
md: string;
|
|
9
|
+
lg: string;
|
|
10
|
+
}, {
|
|
11
|
+
colors: {
|
|
12
|
+
primary: string;
|
|
13
|
+
primary100: string;
|
|
14
|
+
primary200: string;
|
|
15
|
+
primary300: string;
|
|
16
|
+
primary400: string;
|
|
17
|
+
primary500: string;
|
|
18
|
+
primary600: string;
|
|
19
|
+
primary700: string;
|
|
20
|
+
primary800: string;
|
|
21
|
+
primary900: string;
|
|
22
|
+
surface: string;
|
|
23
|
+
neutral100: string;
|
|
24
|
+
neutral200: string;
|
|
25
|
+
neutral300: string;
|
|
26
|
+
neutral400: string;
|
|
27
|
+
neutral500: string;
|
|
28
|
+
neutral600: string;
|
|
29
|
+
neutral700: string;
|
|
30
|
+
neutral800: string;
|
|
31
|
+
neutral900: string;
|
|
32
|
+
background: string;
|
|
33
|
+
foreground: string;
|
|
34
|
+
success: string;
|
|
35
|
+
success100: string;
|
|
36
|
+
success300: string;
|
|
37
|
+
success500: string;
|
|
38
|
+
success700: string;
|
|
39
|
+
warning: string;
|
|
40
|
+
warning100: string;
|
|
41
|
+
warning300: string;
|
|
42
|
+
warning500: string;
|
|
43
|
+
warning700: string;
|
|
44
|
+
error: string;
|
|
45
|
+
error100: string;
|
|
46
|
+
error300: string;
|
|
47
|
+
error500: string;
|
|
48
|
+
error700: string;
|
|
49
|
+
white: string;
|
|
50
|
+
};
|
|
51
|
+
space: {
|
|
52
|
+
2: string;
|
|
53
|
+
4: string;
|
|
54
|
+
6: string;
|
|
55
|
+
8: string;
|
|
56
|
+
10: string;
|
|
57
|
+
12: string;
|
|
58
|
+
16: string;
|
|
59
|
+
20: string;
|
|
60
|
+
24: string;
|
|
61
|
+
28: string;
|
|
62
|
+
30: string;
|
|
63
|
+
32: string;
|
|
64
|
+
};
|
|
65
|
+
fontSizes: {
|
|
66
|
+
10: string;
|
|
67
|
+
12: string;
|
|
68
|
+
14: string;
|
|
69
|
+
16: string;
|
|
70
|
+
18: string;
|
|
71
|
+
20: string;
|
|
72
|
+
24: string;
|
|
73
|
+
32: string;
|
|
74
|
+
36: string;
|
|
75
|
+
40: string;
|
|
76
|
+
48: string;
|
|
77
|
+
};
|
|
78
|
+
fonts: {};
|
|
79
|
+
fontWeights: {
|
|
80
|
+
400: string;
|
|
81
|
+
500: string;
|
|
82
|
+
600: string;
|
|
83
|
+
700: string;
|
|
84
|
+
};
|
|
85
|
+
lineHeights: {};
|
|
86
|
+
letterSpacings: {};
|
|
87
|
+
sizes: {
|
|
88
|
+
4: string;
|
|
89
|
+
6: string;
|
|
90
|
+
8: string;
|
|
91
|
+
12: string;
|
|
92
|
+
16: string;
|
|
93
|
+
20: string;
|
|
94
|
+
24: string;
|
|
95
|
+
28: string;
|
|
96
|
+
32: string;
|
|
97
|
+
36: string;
|
|
98
|
+
40: string;
|
|
99
|
+
48: string;
|
|
100
|
+
};
|
|
101
|
+
borderWidths: {};
|
|
102
|
+
borderStyles: {};
|
|
103
|
+
radii: {
|
|
104
|
+
5: string;
|
|
105
|
+
10: string;
|
|
106
|
+
};
|
|
107
|
+
shadows: {
|
|
108
|
+
s: string;
|
|
109
|
+
};
|
|
110
|
+
zIndices: {};
|
|
111
|
+
transitions: {};
|
|
112
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { IconProps } from './types';
|
|
3
|
-
export declare const CopyIcon: React.FC<IconProps>;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { IconProps } from './types';
|
|
3
|
+
export declare const CopyIcon: React.FC<IconProps>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { IconProps } from './types';
|
|
3
|
-
export declare const DeleteCircleIcon: React.FC<IconProps>;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { IconProps } from './types';
|
|
3
|
+
export declare const DeleteCircleIcon: React.FC<IconProps>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { IconProps } from './types';
|
|
3
|
-
export declare const DeleteWalletIcon: React.FC<IconProps>;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { IconProps } from './types';
|
|
3
|
+
export declare const DeleteWalletIcon: React.FC<IconProps>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { IconProps } from './types';
|
|
3
|
-
export declare const DisconnectIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { IconProps } from './types';
|
|
3
|
+
export declare const DisconnectIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { IconProps } from './types';
|
|
3
|
-
export declare const DownloadIcon: React.FC<IconProps>;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { IconProps } from './types';
|
|
3
|
+
export declare const DownloadIcon: React.FC<IconProps>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { IconProps } from './types';
|
|
3
|
-
export declare const GasIcon: React.FC<IconProps>;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { IconProps } from './types';
|
|
3
|
+
export declare const GasIcon: React.FC<IconProps>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { IconProps } from './types';
|
|
3
|
-
export declare const HistoryIcon: React.FC<IconProps>;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { IconProps } from './types';
|
|
3
|
+
export declare const HistoryIcon: React.FC<IconProps>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { IconProps } from './types';
|
|
3
|
-
export declare const HorizontalSwapIcon: React.FC<IconProps>;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { IconProps } from './types';
|
|
3
|
+
export declare const HorizontalSwapIcon: React.FC<IconProps>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { IconProps } from './types';
|
|
3
|
-
declare const _default: import("@storybook/
|
|
4
|
-
export default _default;
|
|
5
|
-
export declare const Main: (props: IconProps) => JSX.Element;
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { IconProps } from './types';
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, IconProps>;
|
|
4
|
+
export default _default;
|
|
5
|
+
export declare const Main: (props: IconProps) => JSX.Element;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { IconProps } from './types';
|
|
3
|
-
export declare const InfoCircleIcon: React.FC<IconProps>;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { IconProps } from './types';
|
|
3
|
+
export declare const InfoCircleIcon: React.FC<IconProps>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { IconProps } from './types';
|
|
3
|
-
export declare const MinusCircleIcon: React.FC<IconProps>;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { IconProps } from './types';
|
|
3
|
+
export declare const MinusCircleIcon: React.FC<IconProps>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { IconProps } from './types';
|
|
3
|
-
export declare const RetryIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { IconProps } from './types';
|
|
3
|
+
export declare const RetryIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { IconProps } from './types';
|
|
3
|
-
export declare const RetryLeftIcon: React.FC<IconProps>;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { IconProps } from './types';
|
|
3
|
+
export declare const RetryLeftIcon: React.FC<IconProps>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { IconProps } from './types';
|
|
3
|
-
export declare const RetryRightIcon: React.FC<IconProps>;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { IconProps } from './types';
|
|
3
|
+
export declare const RetryRightIcon: React.FC<IconProps>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { IconProps } from './types';
|
|
3
|
-
export declare const SearchIcon: React.FC<IconProps>;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { IconProps } from './types';
|
|
3
|
+
export declare const SearchIcon: React.FC<IconProps>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { IconProps } from './types';
|
|
3
|
-
export declare const SearchMinusIcon: React.FC<IconProps>;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { IconProps } from './types';
|
|
3
|
+
export declare const SearchMinusIcon: React.FC<IconProps>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { IconProps } from './types';
|
|
3
|
-
export declare const SettingsIcon: React.FC<IconProps>;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { IconProps } from './types';
|
|
3
|
+
export declare const SettingsIcon: React.FC<IconProps>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { IconProps } from './types';
|
|
3
|
-
export declare const SignatureIcon: React.FC<IconProps>;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { IconProps } from './types';
|
|
3
|
+
export declare const SignatureIcon: React.FC<IconProps>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { IconProps } from './types';
|
|
3
|
-
export declare const SwapWalletIcon: React.FC<IconProps>;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { IconProps } from './types';
|
|
3
|
+
export declare const SwapWalletIcon: React.FC<IconProps>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { IconProps } from './types';
|
|
3
|
-
export declare const TimeIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { IconProps } from './types';
|
|
3
|
+
export declare const TimeIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { IconProps } from './types';
|
|
3
|
-
export declare const TrashIcon: React.FC<IconProps>;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { IconProps } from './types';
|
|
3
|
+
export declare const TrashIcon: React.FC<IconProps>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { IconProps } from './types';
|
|
3
|
-
export declare const TryAgainIcon: React.FC<IconProps>;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { IconProps } from './types';
|
|
3
|
+
export declare const TryAgainIcon: React.FC<IconProps>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { IconProps } from './types';
|
|
3
|
-
export declare const VerticalSwapIcon: React.FC<IconProps>;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { IconProps } from './types';
|
|
3
|
+
export declare const VerticalSwapIcon: React.FC<IconProps>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { IconProps } from './types';
|
|
3
|
-
export declare const WalletIcon: React.FC<IconProps>;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { IconProps } from './types';
|
|
3
|
+
export declare const WalletIcon: React.FC<IconProps>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { IconProps } from './types';
|
|
3
|
-
export declare const WarningIcon: React.FC<IconProps>;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { IconProps } from './types';
|
|
3
|
+
export declare const WarningIcon: React.FC<IconProps>;
|
|
@@ -1,2 +1,228 @@
|
|
|
1
|
-
export declare const SvgWithStrokeColor:
|
|
2
|
-
|
|
1
|
+
export declare const SvgWithStrokeColor: import("@stitches/react/types/styled-component").StyledComponent<"svg", {
|
|
2
|
+
color?: "primary" | "success" | "warning" | "error" | "white" | "black" | undefined;
|
|
3
|
+
disabled?: boolean | "true" | undefined;
|
|
4
|
+
}, {
|
|
5
|
+
sm: string;
|
|
6
|
+
md: string;
|
|
7
|
+
lg: string;
|
|
8
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
9
|
+
sm: string;
|
|
10
|
+
md: string;
|
|
11
|
+
lg: string;
|
|
12
|
+
}, {
|
|
13
|
+
colors: {
|
|
14
|
+
primary: string;
|
|
15
|
+
primary100: string;
|
|
16
|
+
primary200: string;
|
|
17
|
+
primary300: string;
|
|
18
|
+
primary400: string;
|
|
19
|
+
primary500: string;
|
|
20
|
+
primary600: string;
|
|
21
|
+
primary700: string;
|
|
22
|
+
primary800: string;
|
|
23
|
+
primary900: string;
|
|
24
|
+
surface: string;
|
|
25
|
+
neutral100: string;
|
|
26
|
+
neutral200: string;
|
|
27
|
+
neutral300: string;
|
|
28
|
+
neutral400: string;
|
|
29
|
+
neutral500: string;
|
|
30
|
+
neutral600: string;
|
|
31
|
+
neutral700: string;
|
|
32
|
+
neutral800: string;
|
|
33
|
+
neutral900: string;
|
|
34
|
+
background: string;
|
|
35
|
+
foreground: string;
|
|
36
|
+
success: string;
|
|
37
|
+
success100: string;
|
|
38
|
+
success300: string;
|
|
39
|
+
success500: string;
|
|
40
|
+
success700: string;
|
|
41
|
+
warning: string;
|
|
42
|
+
warning100: string;
|
|
43
|
+
warning300: string;
|
|
44
|
+
warning500: string;
|
|
45
|
+
warning700: string;
|
|
46
|
+
error: string;
|
|
47
|
+
error100: string;
|
|
48
|
+
error300: string;
|
|
49
|
+
error500: string;
|
|
50
|
+
error700: string;
|
|
51
|
+
white: string;
|
|
52
|
+
};
|
|
53
|
+
space: {
|
|
54
|
+
2: string;
|
|
55
|
+
4: string;
|
|
56
|
+
6: string;
|
|
57
|
+
8: string;
|
|
58
|
+
10: string;
|
|
59
|
+
12: string;
|
|
60
|
+
16: string;
|
|
61
|
+
20: string;
|
|
62
|
+
24: string;
|
|
63
|
+
28: string;
|
|
64
|
+
30: string;
|
|
65
|
+
32: string;
|
|
66
|
+
};
|
|
67
|
+
fontSizes: {
|
|
68
|
+
10: string;
|
|
69
|
+
12: string;
|
|
70
|
+
14: string;
|
|
71
|
+
16: string;
|
|
72
|
+
18: string;
|
|
73
|
+
20: string;
|
|
74
|
+
24: string;
|
|
75
|
+
32: string;
|
|
76
|
+
36: string;
|
|
77
|
+
40: string;
|
|
78
|
+
48: string;
|
|
79
|
+
};
|
|
80
|
+
fonts: {};
|
|
81
|
+
fontWeights: {
|
|
82
|
+
400: string;
|
|
83
|
+
500: string;
|
|
84
|
+
600: string;
|
|
85
|
+
700: string;
|
|
86
|
+
};
|
|
87
|
+
lineHeights: {};
|
|
88
|
+
letterSpacings: {};
|
|
89
|
+
sizes: {
|
|
90
|
+
4: string;
|
|
91
|
+
6: string;
|
|
92
|
+
8: string;
|
|
93
|
+
12: string;
|
|
94
|
+
16: string;
|
|
95
|
+
20: string;
|
|
96
|
+
24: string;
|
|
97
|
+
28: string;
|
|
98
|
+
32: string;
|
|
99
|
+
36: string;
|
|
100
|
+
40: string;
|
|
101
|
+
48: string;
|
|
102
|
+
};
|
|
103
|
+
borderWidths: {};
|
|
104
|
+
borderStyles: {};
|
|
105
|
+
radii: {
|
|
106
|
+
5: string;
|
|
107
|
+
10: string;
|
|
108
|
+
};
|
|
109
|
+
shadows: {
|
|
110
|
+
s: string;
|
|
111
|
+
};
|
|
112
|
+
zIndices: {};
|
|
113
|
+
transitions: {};
|
|
114
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
115
|
+
export declare const SvgWithFillColor: import("@stitches/react/types/styled-component").StyledComponent<"svg", {
|
|
116
|
+
color?: "primary" | "success" | "warning" | "error" | "white" | "black" | undefined;
|
|
117
|
+
disabled?: boolean | "true" | undefined;
|
|
118
|
+
}, {
|
|
119
|
+
sm: string;
|
|
120
|
+
md: string;
|
|
121
|
+
lg: string;
|
|
122
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
123
|
+
sm: string;
|
|
124
|
+
md: string;
|
|
125
|
+
lg: string;
|
|
126
|
+
}, {
|
|
127
|
+
colors: {
|
|
128
|
+
primary: string;
|
|
129
|
+
primary100: string;
|
|
130
|
+
primary200: string;
|
|
131
|
+
primary300: string;
|
|
132
|
+
primary400: string;
|
|
133
|
+
primary500: string;
|
|
134
|
+
primary600: string;
|
|
135
|
+
primary700: string;
|
|
136
|
+
primary800: string;
|
|
137
|
+
primary900: string;
|
|
138
|
+
surface: string;
|
|
139
|
+
neutral100: string;
|
|
140
|
+
neutral200: string;
|
|
141
|
+
neutral300: string;
|
|
142
|
+
neutral400: string;
|
|
143
|
+
neutral500: string;
|
|
144
|
+
neutral600: string;
|
|
145
|
+
neutral700: string;
|
|
146
|
+
neutral800: string;
|
|
147
|
+
neutral900: string;
|
|
148
|
+
background: string;
|
|
149
|
+
foreground: string;
|
|
150
|
+
success: string;
|
|
151
|
+
success100: string;
|
|
152
|
+
success300: string;
|
|
153
|
+
success500: string;
|
|
154
|
+
success700: string;
|
|
155
|
+
warning: string;
|
|
156
|
+
warning100: string;
|
|
157
|
+
warning300: string;
|
|
158
|
+
warning500: string;
|
|
159
|
+
warning700: string;
|
|
160
|
+
error: string;
|
|
161
|
+
error100: string;
|
|
162
|
+
error300: string;
|
|
163
|
+
error500: string;
|
|
164
|
+
error700: string;
|
|
165
|
+
white: string;
|
|
166
|
+
};
|
|
167
|
+
space: {
|
|
168
|
+
2: string;
|
|
169
|
+
4: string;
|
|
170
|
+
6: string;
|
|
171
|
+
8: string;
|
|
172
|
+
10: string;
|
|
173
|
+
12: string;
|
|
174
|
+
16: string;
|
|
175
|
+
20: string;
|
|
176
|
+
24: string;
|
|
177
|
+
28: string;
|
|
178
|
+
30: string;
|
|
179
|
+
32: string;
|
|
180
|
+
};
|
|
181
|
+
fontSizes: {
|
|
182
|
+
10: string;
|
|
183
|
+
12: string;
|
|
184
|
+
14: string;
|
|
185
|
+
16: string;
|
|
186
|
+
18: string;
|
|
187
|
+
20: string;
|
|
188
|
+
24: string;
|
|
189
|
+
32: string;
|
|
190
|
+
36: string;
|
|
191
|
+
40: string;
|
|
192
|
+
48: string;
|
|
193
|
+
};
|
|
194
|
+
fonts: {};
|
|
195
|
+
fontWeights: {
|
|
196
|
+
400: string;
|
|
197
|
+
500: string;
|
|
198
|
+
600: string;
|
|
199
|
+
700: string;
|
|
200
|
+
};
|
|
201
|
+
lineHeights: {};
|
|
202
|
+
letterSpacings: {};
|
|
203
|
+
sizes: {
|
|
204
|
+
4: string;
|
|
205
|
+
6: string;
|
|
206
|
+
8: string;
|
|
207
|
+
12: string;
|
|
208
|
+
16: string;
|
|
209
|
+
20: string;
|
|
210
|
+
24: string;
|
|
211
|
+
28: string;
|
|
212
|
+
32: string;
|
|
213
|
+
36: string;
|
|
214
|
+
40: string;
|
|
215
|
+
48: string;
|
|
216
|
+
};
|
|
217
|
+
borderWidths: {};
|
|
218
|
+
borderStyles: {};
|
|
219
|
+
radii: {
|
|
220
|
+
5: string;
|
|
221
|
+
10: string;
|
|
222
|
+
};
|
|
223
|
+
shadows: {
|
|
224
|
+
s: string;
|
|
225
|
+
};
|
|
226
|
+
zIndices: {};
|
|
227
|
+
transitions: {};
|
|
228
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
@@ -1,40 +1,40 @@
|
|
|
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
|
-
export { BanIcon } from './BanIcon';
|
|
10
|
-
export { WarningIcon } from './WarningIcon';
|
|
11
|
-
export { HistoryIcon } from './HistoryIcon';
|
|
12
|
-
export { GasIcon } from './GasIcon';
|
|
13
|
-
export { SettingsIcon } from './SettingIcon';
|
|
14
|
-
export { TrashIcon } from './TrashIcon';
|
|
15
|
-
export { SearchMinusIcon } from './SearchMinusIcon';
|
|
16
|
-
export { SearchIcon } from './SearchIcon';
|
|
17
|
-
export { AngleRightIcon } from './AngleRightIcon';
|
|
18
|
-
export { AngleUpIcon } from './AngleUpIcon';
|
|
19
|
-
export { AngleDownIcon } from './AngleDownIcon';
|
|
20
|
-
export { AngleLeftIcon } from './AngleLeftIcon';
|
|
21
|
-
export { DownloadIcon } from './DownloadIcon';
|
|
22
|
-
export { ChevronRightIcon } from './ChevronRightIcon';
|
|
23
|
-
export { ArrowRightIcon } from './ArrowRightIcon';
|
|
24
|
-
export { RetryRightIcon } from './RetryRightIcon';
|
|
25
|
-
export { RetryLeftIcon } from './RetryLeftIcon';
|
|
26
|
-
export { TryAgainIcon } from './TryAgainIcon';
|
|
27
|
-
export { VerticalSwapIcon } from './VerticalSwapIcon';
|
|
28
|
-
export { HorizontalSwapIcon } from './HorizontalSwapIcon';
|
|
29
|
-
export { RetryIcon } from './RetryIcon';
|
|
30
|
-
export { WalletIcon } from './WalletIconIcon';
|
|
31
|
-
export { AddWalletIcon } from './AddWalletIcon';
|
|
32
|
-
export { DeleteWalletIcon } from './DeleteWalletIcon';
|
|
33
|
-
export { CheckWalletIcon } from './CheckWalletIcon';
|
|
34
|
-
export { SwapWalletIcon } from './SwapWalletIcon';
|
|
35
|
-
export { DisconnectIcon } from './DisconnectIcon';
|
|
36
|
-
export { BagIcon } from './BagIcon';
|
|
37
|
-
export { TimeIcon } from './TimeIcon';
|
|
38
|
-
export { CloseIcon } from './CloseIcon';
|
|
39
|
-
export { SignatureIcon } from './SignatureIcon';
|
|
40
|
-
export { CopyIcon } from './CopyIcon';
|
|
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
|
+
export { BanIcon } from './BanIcon';
|
|
10
|
+
export { WarningIcon } from './WarningIcon';
|
|
11
|
+
export { HistoryIcon } from './HistoryIcon';
|
|
12
|
+
export { GasIcon } from './GasIcon';
|
|
13
|
+
export { SettingsIcon } from './SettingIcon';
|
|
14
|
+
export { TrashIcon } from './TrashIcon';
|
|
15
|
+
export { SearchMinusIcon } from './SearchMinusIcon';
|
|
16
|
+
export { SearchIcon } from './SearchIcon';
|
|
17
|
+
export { AngleRightIcon } from './AngleRightIcon';
|
|
18
|
+
export { AngleUpIcon } from './AngleUpIcon';
|
|
19
|
+
export { AngleDownIcon } from './AngleDownIcon';
|
|
20
|
+
export { AngleLeftIcon } from './AngleLeftIcon';
|
|
21
|
+
export { DownloadIcon } from './DownloadIcon';
|
|
22
|
+
export { ChevronRightIcon } from './ChevronRightIcon';
|
|
23
|
+
export { ArrowRightIcon } from './ArrowRightIcon';
|
|
24
|
+
export { RetryRightIcon } from './RetryRightIcon';
|
|
25
|
+
export { RetryLeftIcon } from './RetryLeftIcon';
|
|
26
|
+
export { TryAgainIcon } from './TryAgainIcon';
|
|
27
|
+
export { VerticalSwapIcon } from './VerticalSwapIcon';
|
|
28
|
+
export { HorizontalSwapIcon } from './HorizontalSwapIcon';
|
|
29
|
+
export { RetryIcon } from './RetryIcon';
|
|
30
|
+
export { WalletIcon } from './WalletIconIcon';
|
|
31
|
+
export { AddWalletIcon } from './AddWalletIcon';
|
|
32
|
+
export { DeleteWalletIcon } from './DeleteWalletIcon';
|
|
33
|
+
export { CheckWalletIcon } from './CheckWalletIcon';
|
|
34
|
+
export { SwapWalletIcon } from './SwapWalletIcon';
|
|
35
|
+
export { DisconnectIcon } from './DisconnectIcon';
|
|
36
|
+
export { BagIcon } from './BagIcon';
|
|
37
|
+
export { TimeIcon } from './TimeIcon';
|
|
38
|
+
export { CloseIcon } from './CloseIcon';
|
|
39
|
+
export { SignatureIcon } from './SignatureIcon';
|
|
40
|
+
export { CopyIcon } from './CopyIcon';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
export interface IconProps extends React.SVGAttributes<SVGElement> {
|
|
3
|
-
size?: 12 | 16 | 18 | 20 | 24 | 28 | 32 | 36 | 40;
|
|
4
|
-
color?: 'primary' | 'error' | 'warning' | 'success' | 'black' | 'white';
|
|
5
|
-
disabled?: boolean;
|
|
6
|
-
}
|
|
7
|
-
export
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
export interface IconProps extends React.SVGAttributes<SVGElement> {
|
|
3
|
+
size?: 12 | 16 | 18 | 20 | 24 | 28 | 32 | 36 | 40;
|
|
4
|
+
color?: 'primary' | 'error' | 'warning' | 'success' | 'black' | 'white';
|
|
5
|
+
disabled?: boolean;
|
|
6
|
+
}
|
|
7
|
+
export type Icon = 'DeleteCircleIcon' | 'CheckSquareIcon' | 'AddIcon' | 'InfoCircleIcon' | 'AddCircleIcon' | 'MinusCircleIcon' | 'CheckCircleIcon' | 'CheckIcon' | 'BanIcon' | 'WarningIcon' | 'HistoryIcon' | 'GasIcon' | 'SettingsIcon' | 'TrashIcon' | 'SearchMinusIcon' | 'SearchIcon' | 'AngleRightIcon' | 'AngleUpIcon' | 'AngleDownIcon' | 'AngleLeftIcon' | 'DownloadIcon' | 'RetryRightIcon' | 'RetryLeftIcon' | 'TryAgainIcon' | 'VerticalSwapIcon' | 'HorizontalSwapIcon' | 'RetryIcon' | 'WalletIcon' | 'AddWalletIcon' | 'DeleteWalletIcon' | 'CheckWalletIcon' | 'SwapWalletIcon' | 'BagIcon' | 'TimeIcon' | 'CloseIcon' | 'SignatureIcon' | 'CopyIcon';
|