@rango-dev/ui 0.15.1-next.9 → 0.16.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 +59 -0
- package/dist/index.js +6 -6
- package/dist/index.js.map +4 -4
- package/dist/translations/en.d.ts.map +1 -1
- package/dist/translations/es.d.ts.map +1 -1
- package/dist/translations/fr.d.ts.map +1 -1
- package/dist/translations/jp.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Alert/Alert.styles.d.ts +18 -3
- package/dist/widget/ui/src/components/Alert/Alert.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/BestRoute/BestRoute.d.ts.map +1 -1
- package/dist/widget/ui/src/components/BestRoute/BestRoute.styles.d.ts +55 -9
- package/dist/widget/ui/src/components/BestRoute/BestRoute.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/BestRoute/BestRoute.types.d.ts +1 -0
- package/dist/widget/ui/src/components/BestRoute/BestRoute.types.d.ts.map +1 -1
- package/dist/widget/ui/src/components/BestRoute/BestRouteSkeleton.styles.d.ts +12 -2
- package/dist/widget/ui/src/components/BestRoute/BestRouteSkeleton.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/BestRoute/RouteSummary.styles.d.ts +6 -1
- package/dist/widget/ui/src/components/BestRoute/RouteSummary.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.d.ts +5 -0
- package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.d.ts.map +1 -0
- package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.styles.d.ts +156 -0
- package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.types.d.ts +6 -0
- package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/BlockchainsChip/index.d.ts +2 -0
- package/dist/widget/ui/src/components/BlockchainsChip/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/BottomLogo/BottomLogo.styles.d.ts +12 -2
- package/dist/widget/ui/src/components/BottomLogo/BottomLogo.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Button/Button.styles.d.ts +18 -3
- package/dist/widget/ui/src/components/Button/Button.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/ChainToken/ChainToken.styles.d.ts +12 -2
- package/dist/widget/ui/src/components/ChainToken/ChainToken.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Checkbox/Checkbox.styles.d.ts +24 -4
- package/dist/widget/ui/src/components/Checkbox/Checkbox.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Checkbox/Checkbox.types.d.ts +2 -1
- package/dist/widget/ui/src/components/Checkbox/Checkbox.types.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Chip/Chip.styles.d.ts +6 -1
- package/dist/widget/ui/src/components/Chip/Chip.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Collapsible/Collapsible.d.ts +5 -0
- package/dist/widget/ui/src/components/Collapsible/Collapsible.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Collapsible/Collapsible.stories.d.ts +23 -0
- package/dist/widget/ui/src/components/Collapsible/Collapsible.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Collapsible/Collapsible.styles.d.ts +156 -0
- package/dist/widget/ui/src/components/Collapsible/Collapsible.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Collapsible/Collapsible.types.d.ts +7 -0
- package/dist/widget/ui/src/components/Collapsible/Collapsible.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Collapsible/index.d.ts +2 -0
- package/dist/widget/ui/src/components/Collapsible/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Drawer/Drawer.styles.d.ts +30 -5
- package/dist/widget/ui/src/components/Drawer/Drawer.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Header/Header.styles.d.ts +12 -2
- package/dist/widget/ui/src/components/Header/Header.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/CloseIcon.d.ts +6 -1
- package/dist/widget/ui/src/components/Icon/CloseIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/common.d.ts +14 -4
- package/dist/widget/ui/src/components/Icon/common.d.ts.map +1 -1
- package/dist/widget/ui/src/components/IconButton/IconButton.d.ts +3 -5
- package/dist/widget/ui/src/components/IconButton/IconButton.d.ts.map +1 -1
- package/dist/widget/ui/src/components/List/List.styles.d.ts +6 -1
- package/dist/widget/ui/src/components/List/List.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/ListItem/ListItem.styles.d.ts +6 -1
- package/dist/widget/ui/src/components/ListItem/ListItem.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/ListItemButton/ListItemButton.styles.d.ts +6 -1
- package/dist/widget/ui/src/components/ListItemButton/ListItemButton.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.styles.d.ts +6 -1
- package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/MessageBox/MessageBox.styles.d.ts +18 -3
- package/dist/widget/ui/src/components/MessageBox/MessageBox.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Modal/Modal.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Modal/Modal.styles.d.ts +36 -6
- package/dist/widget/ui/src/components/Modal/Modal.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Modal/index.d.ts +1 -0
- package/dist/widget/ui/src/components/Modal/index.d.ts.map +1 -1
- package/dist/widget/ui/src/components/NotFound/NotFound.styles.d.ts +6 -1
- package/dist/widget/ui/src/components/NotFound/NotFound.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Popover/Popover.styles.d.ts +12 -2
- package/dist/widget/ui/src/components/Popover/Popover.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/PriceImpact/PriceImpact.styles.d.ts +6 -1
- package/dist/widget/ui/src/components/PriceImpact/PriceImpact.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Radio/Radio.styles.d.ts +12 -2
- package/dist/widget/ui/src/components/Radio/Radio.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/RadioGroup/RadioGroup.styles.d.ts +24 -4
- package/dist/widget/ui/src/components/RadioGroup/RadioGroup.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/RouteCost/RouteCost.styles.d.ts +6 -1
- package/dist/widget/ui/src/components/RouteCost/RouteCost.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/RoutesOverview/RoutesOverview.d.ts +6 -1
- package/dist/widget/ui/src/components/RoutesOverview/RoutesOverview.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.d.ts +4 -0
- package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.d.ts.map +1 -0
- package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.helpers.d.ts +4 -0
- package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.helpers.d.ts.map +1 -0
- package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.styles.d.ts +460 -0
- package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.types.d.ts +15 -0
- package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/SelectableCategoryList/index.d.ts +3 -0
- package/dist/widget/ui/src/components/SelectableCategoryList/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Skeleton/Skeleton.styles.d.ts +6 -1
- package/dist/widget/ui/src/components/Skeleton/Skeleton.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/StepDetails/StepDetails.d.ts.map +1 -1
- package/dist/widget/ui/src/components/StepDetails/StepDetails.styles.d.ts +30 -5
- package/dist/widget/ui/src/components/StepDetails/StepDetails.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SvgIcon/SvgIcon.style.d.ts +7 -2
- package/dist/widget/ui/src/components/SvgIcon/SvgIcon.style.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SwapDetailsPlaceholder/SwapDetailsPlaceholder.d.ts +6 -1
- package/dist/widget/ui/src/components/SwapDetailsPlaceholder/SwapDetailsPlaceholder.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SwapListItem/SwapListItem.styles.d.ts +36 -6
- package/dist/widget/ui/src/components/SwapListItem/SwapListItem.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SwapListItem/SwapToken.styles.d.ts +54 -9
- package/dist/widget/ui/src/components/SwapListItem/SwapToken.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Switch/Switch.styles.d.ts +12 -2
- package/dist/widget/ui/src/components/Switch/Switch.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/TextField/TextField.styles.d.ts +18 -3
- package/dist/widget/ui/src/components/TextField/TextField.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Tooltip/Tooltip.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Tooltip/Tooltip.styles.d.ts +314 -1
- package/dist/widget/ui/src/components/Tooltip/Tooltip.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Typography/Typography.styles.d.ts +6 -1
- package/dist/widget/ui/src/components/Typography/Typography.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Wallet/Wallet.helpers.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Wallet/Wallet.styles.d.ts +30 -5
- package/dist/widget/ui/src/components/Wallet/Wallet.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Wallet/Wallet.types.d.ts +1 -0
- package/dist/widget/ui/src/components/Wallet/Wallet.types.d.ts.map +1 -1
- package/dist/widget/ui/src/components/common/FilledCircle.d.ts +6 -1
- package/dist/widget/ui/src/components/common/FilledCircle.d.ts.map +1 -1
- package/dist/widget/ui/src/components/common/styles.d.ts +6 -1
- package/dist/widget/ui/src/components/common/styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/index.d.ts +3 -0
- package/dist/widget/ui/src/components/index.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapHistory/SwapHistory.d.ts +60 -10
- package/dist/widget/ui/src/containers/SwapHistory/SwapHistory.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapInput/SwapInput.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapInput/SwapInput.stories.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapInput/SwapInput.styles.d.ts +18 -3
- package/dist/widget/ui/src/containers/SwapInput/SwapInput.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapInput/SwapInput.types.d.ts +4 -6
- package/dist/widget/ui/src/containers/SwapInput/SwapInput.types.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapInput/TokenSection.styles.d.ts +13 -5
- package/dist/widget/ui/src/containers/SwapInput/TokenSection.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/TokenSelector/TokenSelector.d.ts +6 -1
- package/dist/widget/ui/src/containers/TokenSelector/TokenSelector.d.ts.map +1 -1
- package/dist/widget/ui/src/hooks/index.d.ts +0 -1
- package/dist/widget/ui/src/hooks/index.d.ts.map +1 -1
- package/dist/widget/ui/src/icons/BorderRadius.d.ts +5 -0
- package/dist/widget/ui/src/icons/BorderRadius.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Desktop.d.ts +5 -0
- package/dist/widget/ui/src/icons/Desktop.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Font.d.ts +5 -0
- package/dist/widget/ui/src/icons/Font.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/LogoWithText.d.ts +5 -0
- package/dist/widget/ui/src/icons/LogoWithText.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/index.d.ts +5 -1
- package/dist/widget/ui/src/icons/index.d.ts.map +1 -1
- package/dist/widget/ui/src/theme.d.ts +60 -10
- package/dist/widget/ui/src/theme.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/components/BestRoute/BestRoute.styles.ts +55 -9
- package/src/components/BestRoute/BestRoute.tsx +10 -3
- package/src/components/BestRoute/BestRoute.types.ts +1 -0
- package/src/components/BestRoute/BestRouteSkeleton.styles.ts +6 -2
- package/src/components/BlockchainsChip/BlockchainsChip.styles.ts +43 -0
- package/src/components/BlockchainsChip/BlockchainsChip.tsx +15 -0
- package/src/components/BlockchainsChip/BlockchainsChip.types.ts +4 -0
- package/src/components/BlockchainsChip/index.ts +1 -0
- package/src/components/Button/Button.styles.tsx +122 -32
- package/src/components/ChainToken/ChainToken.tsx +3 -3
- package/src/components/Checkbox/Checkbox.styles.ts +7 -6
- package/src/components/Checkbox/Checkbox.types.ts +1 -1
- package/src/components/Chip/Chip.styles.ts +14 -4
- package/src/components/Collapsible/Collapsible.stories.tsx +46 -0
- package/src/components/Collapsible/Collapsible.styles.ts +9 -0
- package/src/components/Collapsible/Collapsible.tsx +21 -0
- package/src/components/Collapsible/Collapsible.types.ts +7 -0
- package/src/components/Collapsible/index.ts +1 -0
- package/src/components/Header/Header.styles.ts +8 -4
- package/src/components/IconButton/IconButton.tsx +8 -2
- package/src/components/ListItem/ListItem.styles.ts +7 -2
- package/src/components/ListItemButton/ListItemButton.styles.ts +9 -3
- package/src/components/MessageBox/CollapsibleMessageBox.styles.tsx +14 -2
- package/src/components/MessageBox/MessageBox.styles.tsx +26 -6
- package/src/components/Modal/Modal.styles.ts +4 -4
- package/src/components/Modal/Modal.tsx +2 -10
- package/src/components/Modal/index.ts +1 -0
- package/src/components/Radio/Radio.styles.tsx +7 -6
- package/src/components/RouteCost/RouteCost.tsx +1 -1
- package/src/components/SelectableCategoryList/SelectableCategoryList.helpers.ts +35 -0
- package/src/components/SelectableCategoryList/SelectableCategoryList.styles.ts +21 -0
- package/src/components/SelectableCategoryList/SelectableCategoryList.tsx +76 -0
- package/src/components/SelectableCategoryList/SelectableCategoryList.types.ts +16 -0
- package/src/components/SelectableCategoryList/index.ts +2 -0
- package/src/components/StepDetails/StepDetails.styles.ts +5 -2
- package/src/components/StepDetails/StepDetails.tsx +11 -1
- package/src/components/SwapListItem/SwapListItem.styles.ts +17 -4
- package/src/components/SwapListItem/SwapToken.tsx +4 -4
- package/src/components/Switch/Switch.styles.tsx +7 -7
- package/src/components/TextField/TextField.styles.ts +10 -3
- package/src/components/Tooltip/Tooltip.styles.ts +10 -0
- package/src/components/Tooltip/Tooltip.tsx +9 -4
- package/src/components/Wallet/ClickableWallet.tsx +1 -1
- package/src/components/Wallet/Wallet.helpers.ts +11 -9
- package/src/components/Wallet/Wallet.styles.ts +20 -3
- package/src/components/Wallet/Wallet.types.ts +1 -0
- package/src/components/index.ts +3 -0
- package/src/containers/SwapInput/SwapInput.stories.tsx +1 -0
- package/src/containers/SwapInput/SwapInput.styles.ts +5 -1
- package/src/containers/SwapInput/SwapInput.tsx +7 -4
- package/src/containers/SwapInput/SwapInput.types.ts +4 -7
- package/src/containers/SwapInput/TokenSection.styles.ts +21 -17
- package/src/containers/SwapInput/TokenSection.tsx +2 -2
- package/src/hooks/index.ts +0 -1
- package/src/icons/BorderRadius.tsx +21 -0
- package/src/icons/Desktop.tsx +271 -0
- package/src/icons/Font.tsx +27 -0
- package/src/icons/LogoWithText.tsx +159 -0
- package/src/icons/index.ts +5 -1
- package/src/theme.ts +6 -1
- package/dist/widget/ui/src/hooks/usePaddingRight.d.ts +0 -8
- package/dist/widget/ui/src/hooks/usePaddingRight.d.ts.map +0 -1
- package/src/hooks/usePaddingRight.ts +0 -41
|
@@ -1,4 +1,312 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import * as RadixTooltip from '@radix-ui/react-tooltip';
|
|
1
3
|
import { Typography } from '../Typography';
|
|
4
|
+
export declare const TooltipContent: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<RadixTooltip.TooltipContentProps & import("react").RefAttributes<HTMLDivElement>>, {}, {
|
|
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
|
+
primary500: string;
|
|
15
|
+
primary600: string;
|
|
16
|
+
secondary100: string;
|
|
17
|
+
secondary200: string;
|
|
18
|
+
secondary300: string;
|
|
19
|
+
secondary400: string;
|
|
20
|
+
secondary500: string;
|
|
21
|
+
secondary600: string;
|
|
22
|
+
secondary700: string;
|
|
23
|
+
secondary800: string;
|
|
24
|
+
secondary900: 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
|
+
error100: string;
|
|
35
|
+
error300: string;
|
|
36
|
+
error500: string;
|
|
37
|
+
error600: string;
|
|
38
|
+
error700: string;
|
|
39
|
+
warning100: string;
|
|
40
|
+
warning300: string;
|
|
41
|
+
warning500: string;
|
|
42
|
+
warning600: string;
|
|
43
|
+
warning700: string;
|
|
44
|
+
info100: string;
|
|
45
|
+
info300: string;
|
|
46
|
+
info500: string;
|
|
47
|
+
info600: string;
|
|
48
|
+
info700: string;
|
|
49
|
+
success100: string;
|
|
50
|
+
success300: string;
|
|
51
|
+
success500: string;
|
|
52
|
+
success600: string;
|
|
53
|
+
success700: string;
|
|
54
|
+
background: string;
|
|
55
|
+
foreground: string;
|
|
56
|
+
};
|
|
57
|
+
space: {
|
|
58
|
+
0: string;
|
|
59
|
+
5: string;
|
|
60
|
+
10: string;
|
|
61
|
+
15: string;
|
|
62
|
+
20: string;
|
|
63
|
+
25: string;
|
|
64
|
+
30: string;
|
|
65
|
+
40: string;
|
|
66
|
+
46: string;
|
|
67
|
+
50: string;
|
|
68
|
+
60: string;
|
|
69
|
+
70: string;
|
|
70
|
+
80: string;
|
|
71
|
+
90: string;
|
|
72
|
+
100: string;
|
|
73
|
+
2: string;
|
|
74
|
+
4: string;
|
|
75
|
+
6: string;
|
|
76
|
+
8: string;
|
|
77
|
+
12: string;
|
|
78
|
+
16: string;
|
|
79
|
+
24: string;
|
|
80
|
+
28: string;
|
|
81
|
+
32: string;
|
|
82
|
+
};
|
|
83
|
+
radii: {
|
|
84
|
+
xs: string;
|
|
85
|
+
sm: string;
|
|
86
|
+
xm: string;
|
|
87
|
+
md: string;
|
|
88
|
+
xl: string;
|
|
89
|
+
lg: string;
|
|
90
|
+
primary: string;
|
|
91
|
+
secondary: string;
|
|
92
|
+
};
|
|
93
|
+
fontSizes: {
|
|
94
|
+
10: string;
|
|
95
|
+
12: string;
|
|
96
|
+
14: string;
|
|
97
|
+
16: string;
|
|
98
|
+
18: string;
|
|
99
|
+
20: string;
|
|
100
|
+
22: string;
|
|
101
|
+
24: string;
|
|
102
|
+
28: string;
|
|
103
|
+
32: string;
|
|
104
|
+
36: string;
|
|
105
|
+
40: string;
|
|
106
|
+
48: string;
|
|
107
|
+
};
|
|
108
|
+
fonts: {
|
|
109
|
+
primary: string;
|
|
110
|
+
widget: string;
|
|
111
|
+
};
|
|
112
|
+
fontWeights: {
|
|
113
|
+
regular: number;
|
|
114
|
+
medium: number;
|
|
115
|
+
semiBold: number;
|
|
116
|
+
bold: number;
|
|
117
|
+
};
|
|
118
|
+
lineHeights: {
|
|
119
|
+
12: string;
|
|
120
|
+
16: string;
|
|
121
|
+
20: string;
|
|
122
|
+
24: string;
|
|
123
|
+
26: string;
|
|
124
|
+
28: string;
|
|
125
|
+
30: string;
|
|
126
|
+
36: string;
|
|
127
|
+
40: string;
|
|
128
|
+
44: string;
|
|
129
|
+
52: string;
|
|
130
|
+
64: string;
|
|
131
|
+
};
|
|
132
|
+
letterSpacings: {};
|
|
133
|
+
sizes: {
|
|
134
|
+
4: string;
|
|
135
|
+
6: string;
|
|
136
|
+
8: string;
|
|
137
|
+
12: string;
|
|
138
|
+
16: string;
|
|
139
|
+
18: string;
|
|
140
|
+
20: string;
|
|
141
|
+
24: string;
|
|
142
|
+
28: string;
|
|
143
|
+
32: string;
|
|
144
|
+
36: string;
|
|
145
|
+
40: string;
|
|
146
|
+
45: string;
|
|
147
|
+
48: string;
|
|
148
|
+
};
|
|
149
|
+
borderWidths: {};
|
|
150
|
+
borderStyles: {};
|
|
151
|
+
shadows: {
|
|
152
|
+
s: string;
|
|
153
|
+
};
|
|
154
|
+
zIndices: {};
|
|
155
|
+
transitions: {};
|
|
156
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
157
|
+
export declare const TooltipArrow: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<RadixTooltip.TooltipArrowProps & import("react").RefAttributes<SVGSVGElement>>, {}, {
|
|
158
|
+
sm: string;
|
|
159
|
+
md: string;
|
|
160
|
+
lg: string;
|
|
161
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
162
|
+
sm: string;
|
|
163
|
+
md: string;
|
|
164
|
+
lg: string;
|
|
165
|
+
}, {
|
|
166
|
+
colors: {
|
|
167
|
+
primary500: string;
|
|
168
|
+
primary600: string;
|
|
169
|
+
secondary100: string;
|
|
170
|
+
secondary200: string;
|
|
171
|
+
secondary300: string;
|
|
172
|
+
secondary400: string;
|
|
173
|
+
secondary500: string;
|
|
174
|
+
secondary600: string;
|
|
175
|
+
secondary700: string;
|
|
176
|
+
secondary800: string;
|
|
177
|
+
secondary900: string;
|
|
178
|
+
neutral100: string;
|
|
179
|
+
neutral200: string;
|
|
180
|
+
neutral300: string;
|
|
181
|
+
neutral400: string;
|
|
182
|
+
neutral500: string;
|
|
183
|
+
neutral600: string;
|
|
184
|
+
neutral700: string;
|
|
185
|
+
neutral800: string;
|
|
186
|
+
neutral900: string;
|
|
187
|
+
error100: string;
|
|
188
|
+
error300: string;
|
|
189
|
+
error500: string;
|
|
190
|
+
error600: string;
|
|
191
|
+
error700: string;
|
|
192
|
+
warning100: string;
|
|
193
|
+
warning300: string;
|
|
194
|
+
warning500: string;
|
|
195
|
+
warning600: string;
|
|
196
|
+
warning700: string;
|
|
197
|
+
info100: string;
|
|
198
|
+
info300: string;
|
|
199
|
+
info500: string;
|
|
200
|
+
info600: string;
|
|
201
|
+
info700: string;
|
|
202
|
+
success100: string;
|
|
203
|
+
success300: string;
|
|
204
|
+
success500: string;
|
|
205
|
+
success600: string;
|
|
206
|
+
success700: string;
|
|
207
|
+
background: string;
|
|
208
|
+
foreground: string;
|
|
209
|
+
};
|
|
210
|
+
space: {
|
|
211
|
+
0: string;
|
|
212
|
+
5: string;
|
|
213
|
+
10: string;
|
|
214
|
+
15: string;
|
|
215
|
+
20: string;
|
|
216
|
+
25: string;
|
|
217
|
+
30: string;
|
|
218
|
+
40: string;
|
|
219
|
+
46: string;
|
|
220
|
+
50: string;
|
|
221
|
+
60: string;
|
|
222
|
+
70: string;
|
|
223
|
+
80: string;
|
|
224
|
+
90: string;
|
|
225
|
+
100: string;
|
|
226
|
+
2: string;
|
|
227
|
+
4: string;
|
|
228
|
+
6: string;
|
|
229
|
+
8: string;
|
|
230
|
+
12: string;
|
|
231
|
+
16: string;
|
|
232
|
+
24: string;
|
|
233
|
+
28: string;
|
|
234
|
+
32: string;
|
|
235
|
+
};
|
|
236
|
+
radii: {
|
|
237
|
+
xs: string;
|
|
238
|
+
sm: string;
|
|
239
|
+
xm: string;
|
|
240
|
+
md: string;
|
|
241
|
+
xl: string;
|
|
242
|
+
lg: string;
|
|
243
|
+
primary: string;
|
|
244
|
+
secondary: string;
|
|
245
|
+
};
|
|
246
|
+
fontSizes: {
|
|
247
|
+
10: string;
|
|
248
|
+
12: string;
|
|
249
|
+
14: string;
|
|
250
|
+
16: string;
|
|
251
|
+
18: string;
|
|
252
|
+
20: string;
|
|
253
|
+
22: string;
|
|
254
|
+
24: string;
|
|
255
|
+
28: string;
|
|
256
|
+
32: string;
|
|
257
|
+
36: string;
|
|
258
|
+
40: string;
|
|
259
|
+
48: string;
|
|
260
|
+
};
|
|
261
|
+
fonts: {
|
|
262
|
+
primary: string;
|
|
263
|
+
widget: string;
|
|
264
|
+
};
|
|
265
|
+
fontWeights: {
|
|
266
|
+
regular: number;
|
|
267
|
+
medium: number;
|
|
268
|
+
semiBold: number;
|
|
269
|
+
bold: number;
|
|
270
|
+
};
|
|
271
|
+
lineHeights: {
|
|
272
|
+
12: string;
|
|
273
|
+
16: string;
|
|
274
|
+
20: string;
|
|
275
|
+
24: string;
|
|
276
|
+
26: string;
|
|
277
|
+
28: string;
|
|
278
|
+
30: string;
|
|
279
|
+
36: string;
|
|
280
|
+
40: string;
|
|
281
|
+
44: string;
|
|
282
|
+
52: string;
|
|
283
|
+
64: string;
|
|
284
|
+
};
|
|
285
|
+
letterSpacings: {};
|
|
286
|
+
sizes: {
|
|
287
|
+
4: string;
|
|
288
|
+
6: string;
|
|
289
|
+
8: string;
|
|
290
|
+
12: string;
|
|
291
|
+
16: string;
|
|
292
|
+
18: string;
|
|
293
|
+
20: string;
|
|
294
|
+
24: string;
|
|
295
|
+
28: string;
|
|
296
|
+
32: string;
|
|
297
|
+
36: string;
|
|
298
|
+
40: string;
|
|
299
|
+
45: string;
|
|
300
|
+
48: string;
|
|
301
|
+
};
|
|
302
|
+
borderWidths: {};
|
|
303
|
+
borderStyles: {};
|
|
304
|
+
shadows: {
|
|
305
|
+
s: string;
|
|
306
|
+
};
|
|
307
|
+
zIndices: {};
|
|
308
|
+
transitions: {};
|
|
309
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
2
310
|
export declare const TooltipTypography: import("@stitches/react/types/styled-component").StyledComponent<typeof Typography, {}, {
|
|
3
311
|
sm: string;
|
|
4
312
|
md: string;
|
|
@@ -85,6 +393,8 @@ export declare const TooltipTypography: import("@stitches/react/types/styled-com
|
|
|
85
393
|
md: string;
|
|
86
394
|
xl: string;
|
|
87
395
|
lg: string;
|
|
396
|
+
primary: string;
|
|
397
|
+
secondary: string;
|
|
88
398
|
};
|
|
89
399
|
fontSizes: {
|
|
90
400
|
10: string;
|
|
@@ -101,7 +411,10 @@ export declare const TooltipTypography: import("@stitches/react/types/styled-com
|
|
|
101
411
|
40: string;
|
|
102
412
|
48: string;
|
|
103
413
|
};
|
|
104
|
-
fonts: {
|
|
414
|
+
fonts: {
|
|
415
|
+
primary: string;
|
|
416
|
+
widget: string;
|
|
417
|
+
};
|
|
105
418
|
fontWeights: {
|
|
106
419
|
regular: number;
|
|
107
420
|
medium: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tooltip.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Tooltip/Tooltip.styles.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Tooltip.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Tooltip/Tooltip.styles.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,YAAY,MAAM,yBAAyB,CAAC;AAGxD,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAEzB,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAEvB,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAK5B,CAAC"}
|
|
@@ -93,6 +93,8 @@ export declare const TypographyContainer: import("@stitches/react/types/styled-c
|
|
|
93
93
|
md: string;
|
|
94
94
|
xl: string;
|
|
95
95
|
lg: string;
|
|
96
|
+
primary: string;
|
|
97
|
+
secondary: string;
|
|
96
98
|
};
|
|
97
99
|
fontSizes: {
|
|
98
100
|
10: string;
|
|
@@ -109,7 +111,10 @@ export declare const TypographyContainer: import("@stitches/react/types/styled-c
|
|
|
109
111
|
40: string;
|
|
110
112
|
48: string;
|
|
111
113
|
};
|
|
112
|
-
fonts: {
|
|
114
|
+
fonts: {
|
|
115
|
+
primary: string;
|
|
116
|
+
widget: string;
|
|
117
|
+
};
|
|
113
118
|
fontWeights: {
|
|
114
119
|
regular: number;
|
|
115
120
|
medium: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Typography.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Typography/Typography.styles.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,mBAAmB
|
|
1
|
+
{"version":3,"file":"Typography.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Typography/Typography.styles.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAmQ9B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Wallet.helpers.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Wallet/Wallet.helpers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"Wallet.helpers.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Wallet/Wallet.helpers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAC;AAI3C,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C,wBAAgB,QAAQ,CAAC,KAAK,EAAE,WAAW,GAAG,IAAI,CA6BjD"}
|
|
@@ -85,6 +85,8 @@ export declare const WalletImageContainer: import("@stitches/react/types/styled-
|
|
|
85
85
|
md: string;
|
|
86
86
|
xl: string;
|
|
87
87
|
lg: string;
|
|
88
|
+
primary: string;
|
|
89
|
+
secondary: string;
|
|
88
90
|
};
|
|
89
91
|
fontSizes: {
|
|
90
92
|
10: string;
|
|
@@ -101,7 +103,10 @@ export declare const WalletImageContainer: import("@stitches/react/types/styled-
|
|
|
101
103
|
40: string;
|
|
102
104
|
48: string;
|
|
103
105
|
};
|
|
104
|
-
fonts: {
|
|
106
|
+
fonts: {
|
|
107
|
+
primary: string;
|
|
108
|
+
widget: string;
|
|
109
|
+
};
|
|
105
110
|
fontWeights: {
|
|
106
111
|
regular: number;
|
|
107
112
|
medium: number;
|
|
@@ -233,6 +238,8 @@ export declare const Title: import("@stitches/react/types/styled-component").Sty
|
|
|
233
238
|
md: string;
|
|
234
239
|
xl: string;
|
|
235
240
|
lg: string;
|
|
241
|
+
primary: string;
|
|
242
|
+
secondary: string;
|
|
236
243
|
};
|
|
237
244
|
fontSizes: {
|
|
238
245
|
10: string;
|
|
@@ -249,7 +256,10 @@ export declare const Title: import("@stitches/react/types/styled-component").Sty
|
|
|
249
256
|
40: string;
|
|
250
257
|
48: string;
|
|
251
258
|
};
|
|
252
|
-
fonts: {
|
|
259
|
+
fonts: {
|
|
260
|
+
primary: string;
|
|
261
|
+
widget: string;
|
|
262
|
+
};
|
|
253
263
|
fontWeights: {
|
|
254
264
|
regular: number;
|
|
255
265
|
medium: number;
|
|
@@ -381,6 +391,8 @@ export declare const Text: import("@stitches/react/types/styled-component").Styl
|
|
|
381
391
|
md: string;
|
|
382
392
|
xl: string;
|
|
383
393
|
lg: string;
|
|
394
|
+
primary: string;
|
|
395
|
+
secondary: string;
|
|
384
396
|
};
|
|
385
397
|
fontSizes: {
|
|
386
398
|
10: string;
|
|
@@ -397,7 +409,10 @@ export declare const Text: import("@stitches/react/types/styled-component").Styl
|
|
|
397
409
|
40: string;
|
|
398
410
|
48: string;
|
|
399
411
|
};
|
|
400
|
-
fonts: {
|
|
412
|
+
fonts: {
|
|
413
|
+
primary: string;
|
|
414
|
+
widget: string;
|
|
415
|
+
};
|
|
401
416
|
fontWeights: {
|
|
402
417
|
regular: number;
|
|
403
418
|
medium: number;
|
|
@@ -531,6 +546,8 @@ export declare const WalletButton: import("@stitches/react/types/styled-componen
|
|
|
531
546
|
md: string;
|
|
532
547
|
xl: string;
|
|
533
548
|
lg: string;
|
|
549
|
+
primary: string;
|
|
550
|
+
secondary: string;
|
|
534
551
|
};
|
|
535
552
|
fontSizes: {
|
|
536
553
|
10: string;
|
|
@@ -547,7 +564,10 @@ export declare const WalletButton: import("@stitches/react/types/styled-componen
|
|
|
547
564
|
40: string;
|
|
548
565
|
48: string;
|
|
549
566
|
};
|
|
550
|
-
fonts: {
|
|
567
|
+
fonts: {
|
|
568
|
+
primary: string;
|
|
569
|
+
widget: string;
|
|
570
|
+
};
|
|
551
571
|
fontWeights: {
|
|
552
572
|
regular: number;
|
|
553
573
|
medium: number;
|
|
@@ -679,6 +699,8 @@ export declare const LoadingButton: import("@stitches/react/types/styled-compone
|
|
|
679
699
|
md: string;
|
|
680
700
|
xl: string;
|
|
681
701
|
lg: string;
|
|
702
|
+
primary: string;
|
|
703
|
+
secondary: string;
|
|
682
704
|
};
|
|
683
705
|
fontSizes: {
|
|
684
706
|
10: string;
|
|
@@ -695,7 +717,10 @@ export declare const LoadingButton: import("@stitches/react/types/styled-compone
|
|
|
695
717
|
40: string;
|
|
696
718
|
48: string;
|
|
697
719
|
};
|
|
698
|
-
fonts: {
|
|
720
|
+
fonts: {
|
|
721
|
+
primary: string;
|
|
722
|
+
widget: string;
|
|
723
|
+
};
|
|
699
724
|
fontWeights: {
|
|
700
725
|
regular: number;
|
|
701
726
|
medium: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Wallet.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Wallet/Wallet.styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C,eAAO,MAAM,oBAAoB
|
|
1
|
+
{"version":3,"file":"Wallet.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Wallet/Wallet.styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAI/B,CAAC;AAEH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAEhB,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIf,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA4CvB,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAUxB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Wallet.types.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Wallet/Wallet.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAC;AAE5E,oBAAY,WAAW;IACrB,aAAa,kBAAkB;IAC/B,YAAY,iBAAiB;IAC7B,UAAU,eAAe;IACzB,SAAS,cAAc;CACxB;AAED,MAAM,MAAM,UAAU,GAAG;IACvB,KAAK,EAAE,WAAW,CAAC;IACnB,IAAI,EAAE,cAAc,GAAG,MAAM,CAAC;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,MAAM,WAAW,IAAI;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,UAAU,cAAc;IACtB,KAAK,EAAE,WAAW,CAAC,SAAS,CAAC;CAC9B;AACD,UAAU,iBAAiB;IACzB,KAAK,EAAE,WAAW,CAAC,YAAY,CAAC;CACjC;AACD,UAAU,eAAe;IACvB,KAAK,EAAE,WAAW,CAAC,UAAU,CAAC;CAC/B;AACD,UAAU,iBAAiB;IACzB,KAAK,EAAE,WAAW,CAAC,aAAa,CAAC;IACjC,IAAI,EAAE,cAAc,GAAG,MAAM,CAAC;CAC/B;AAED,KAAK,KAAK,GACN,cAAc,GACd,iBAAiB,GACjB,eAAe,GACf,iBAAiB,CAAC;AAEtB,MAAM,WAAW,YAAY;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,UAAU,WAAW;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,UAAU,CAAC;IACjB,OAAO,EAAE,CAAC,IAAI,EAAE,UAAU,KAAK,IAAI,CAAC;IACpC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Wallet.types.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Wallet/Wallet.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAC;AAE5E,oBAAY,WAAW;IACrB,aAAa,kBAAkB;IAC/B,YAAY,iBAAiB;IAC7B,UAAU,eAAe;IACzB,SAAS,cAAc;CACxB;AAED,MAAM,MAAM,UAAU,GAAG;IACvB,KAAK,EAAE,WAAW,CAAC;IACnB,IAAI,EAAE,cAAc,GAAG,MAAM,CAAC;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,MAAM,WAAW,IAAI;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,UAAU,cAAc;IACtB,KAAK,EAAE,WAAW,CAAC,SAAS,CAAC;CAC9B;AACD,UAAU,iBAAiB;IACzB,KAAK,EAAE,WAAW,CAAC,YAAY,CAAC;CACjC;AACD,UAAU,eAAe;IACvB,KAAK,EAAE,WAAW,CAAC,UAAU,CAAC;CAC/B;AACD,UAAU,iBAAiB;IACzB,KAAK,EAAE,WAAW,CAAC,aAAa,CAAC;IACjC,IAAI,EAAE,cAAc,GAAG,MAAM,CAAC;CAC/B;AAED,KAAK,KAAK,GACN,cAAc,GACd,iBAAiB,GACjB,eAAe,GACf,iBAAiB,CAAC;AAEtB,MAAM,WAAW,YAAY;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,UAAU,WAAW;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,UAAU,CAAC;IACjB,OAAO,EAAE,CAAC,IAAI,EAAE,UAAU,KAAK,IAAI,CAAC;IACpC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,WAAW,CAAC;CACzB;AAED,MAAM,MAAM,eAAe,GAAG,KAAK,GAAG,WAAW,CAAC;AAElD,MAAM,MAAM,mBAAmB,GAAG,eAAe,GAAG;IAClD,QAAQ,EAAE,OAAO,CAAC;CACnB,CAAC"}
|
|
@@ -84,6 +84,8 @@ export declare const FilledCircle: import("@stitches/react/types/styled-componen
|
|
|
84
84
|
md: string;
|
|
85
85
|
xl: string;
|
|
86
86
|
lg: string;
|
|
87
|
+
primary: string;
|
|
88
|
+
secondary: string;
|
|
87
89
|
};
|
|
88
90
|
fontSizes: {
|
|
89
91
|
10: string;
|
|
@@ -100,7 +102,10 @@ export declare const FilledCircle: import("@stitches/react/types/styled-componen
|
|
|
100
102
|
40: string;
|
|
101
103
|
48: string;
|
|
102
104
|
};
|
|
103
|
-
fonts: {
|
|
105
|
+
fonts: {
|
|
106
|
+
primary: string;
|
|
107
|
+
widget: string;
|
|
108
|
+
};
|
|
104
109
|
fontWeights: {
|
|
105
110
|
regular: number;
|
|
106
111
|
medium: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FilledCircle.d.ts","sourceRoot":"","sources":["../../../../../../src/components/common/FilledCircle.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"FilledCircle.d.ts","sourceRoot":"","sources":["../../../../../../src/components/common/FilledCircle.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKvB,CAAC"}
|
|
@@ -88,6 +88,8 @@ export declare const CollapsibleContent: import("@stitches/react/types/styled-co
|
|
|
88
88
|
md: string;
|
|
89
89
|
xl: string;
|
|
90
90
|
lg: string;
|
|
91
|
+
primary: string;
|
|
92
|
+
secondary: string;
|
|
91
93
|
};
|
|
92
94
|
fontSizes: {
|
|
93
95
|
10: string;
|
|
@@ -104,7 +106,10 @@ export declare const CollapsibleContent: import("@stitches/react/types/styled-co
|
|
|
104
106
|
40: string;
|
|
105
107
|
48: string;
|
|
106
108
|
};
|
|
107
|
-
fonts: {
|
|
109
|
+
fonts: {
|
|
110
|
+
primary: string;
|
|
111
|
+
widget: string;
|
|
112
|
+
};
|
|
108
113
|
fontWeights: {
|
|
109
114
|
regular: number;
|
|
110
115
|
medium: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/common/styles.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,WAAW,MAAM,6BAA6B,CAAC;AAsB3D,eAAO,MAAM,kBAAkB
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/common/styles.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,WAAW,MAAM,6BAA6B,CAAC;AAsB3D,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAY7B,CAAC"}
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
export * from './I18nManager';
|
|
2
2
|
export * from './Alert';
|
|
3
3
|
export * from './BestRoute';
|
|
4
|
+
export * from './BlockchainsChip';
|
|
4
5
|
export * from './BottomLogo';
|
|
5
6
|
export * from './Button';
|
|
6
7
|
export * from './IconButton';
|
|
8
|
+
export * from './Collapsible';
|
|
7
9
|
export * from './ChangeSlippageButton';
|
|
8
10
|
export * from './Checkbox';
|
|
9
11
|
export * from './Chip';
|
|
@@ -20,6 +22,7 @@ export * from './RoutesOverview';
|
|
|
20
22
|
export * from './SecondaryPage';
|
|
21
23
|
export * from './SelectableWalletList';
|
|
22
24
|
export * from './Wallet';
|
|
25
|
+
export * from './SelectableCategoryList';
|
|
23
26
|
export * from './Spinner';
|
|
24
27
|
export * from './StepDetail';
|
|
25
28
|
export * from './SwapContainer';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,wBAAwB,CAAC;AACvC,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,0BAA0B,CAAC;AACzC,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,wBAAwB,CAAC;AACvC,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,UAAU,CAAC;AACzB,cAAc,0BAA0B,CAAC;AACzC,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,0BAA0B,CAAC;AACzC,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC"}
|