@rango-dev/ui 0.26.1-next.1 → 0.26.1-next.11
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/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/ja.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Alert/Alert.styles.d.ts +16 -0
- package/dist/widget/ui/src/components/Alert/Alert.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.styles.d.ts +4 -0
- package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/BottomLogo/BottomLogo.styles.d.ts +8 -0
- package/dist/widget/ui/src/components/BottomLogo/BottomLogo.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Button/Button.d.ts +1 -0
- package/dist/widget/ui/src/components/Button/Button.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Button/Button.styles.d.ts +12 -0
- package/dist/widget/ui/src/components/Button/Button.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Button/Button.types.d.ts +1 -0
- package/dist/widget/ui/src/components/Button/Button.types.d.ts.map +1 -1
- package/dist/widget/ui/src/components/ChainToken/ChainToken.styles.d.ts +8 -0
- 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 +16 -0
- package/dist/widget/ui/src/components/Checkbox/Checkbox.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Chip/Chip.styles.d.ts +4 -0
- package/dist/widget/ui/src/components/Chip/Chip.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Collapsible/Collapsible.styles.d.ts +4 -0
- package/dist/widget/ui/src/components/Collapsible/Collapsible.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Divider/Divider.d.ts +2 -5
- package/dist/widget/ui/src/components/Divider/Divider.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Divider/Divider.styles.d.ts +165 -0
- package/dist/widget/ui/src/components/Divider/Divider.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Divider/Divider.types.d.ts +10 -0
- package/dist/widget/ui/src/components/Divider/Divider.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Drawer/Drawer.styles.d.ts +20 -0
- 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 +8 -0
- package/dist/widget/ui/src/components/Header/Header.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/CloseIcon.d.ts +4 -0
- package/dist/widget/ui/src/components/Icon/CloseIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/common.d.ts +8 -0
- package/dist/widget/ui/src/components/Icon/common.d.ts.map +1 -1
- package/dist/widget/ui/src/components/List/List.styles.d.ts +4 -0
- 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 +4 -0
- 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 +4 -0
- 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 +4 -0
- 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 +12 -0
- package/dist/widget/ui/src/components/MessageBox/MessageBox.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Modal/Modal.styles.d.ts +24 -0
- package/dist/widget/ui/src/components/Modal/Modal.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/NotFound/NotFound.styles.d.ts +4 -0
- 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 +8 -0
- 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 +8 -0
- package/dist/widget/ui/src/components/PriceImpact/PriceImpact.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/QuoteCost/QuoteCost.d.ts.map +1 -1
- package/dist/widget/ui/src/components/QuoteCost/QuoteCost.styles.d.ts +16 -0
- package/dist/widget/ui/src/components/QuoteCost/QuoteCost.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/QuoteCost/QuoteCost.types.d.ts +4 -0
- package/dist/widget/ui/src/components/QuoteCost/QuoteCost.types.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Radio/Radio.styles.d.ts +8 -0
- 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 +16 -0
- package/dist/widget/ui/src/components/RadioGroup/RadioGroup.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/RefreshProgressButton/RefreshProgressButton.d.ts +7 -0
- package/dist/widget/ui/src/components/RefreshProgressButton/RefreshProgressButton.d.ts.map +1 -0
- package/dist/widget/ui/src/components/RefreshProgressButton/RefreshProgressButton.styles.d.ts +325 -0
- package/dist/widget/ui/src/components/RefreshProgressButton/RefreshProgressButton.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/RefreshProgressButton/index.d.ts +2 -0
- package/dist/widget/ui/src/components/RefreshProgressButton/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/RoutesOverview/RoutesOverview.d.ts +4 -0
- package/dist/widget/ui/src/components/RoutesOverview/RoutesOverview.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.styles.d.ts +12 -0
- package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Skeleton/Skeleton.styles.d.ts +4 -0
- 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 +185 -1
- package/dist/widget/ui/src/components/StepDetails/StepDetails.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/StepDetails/StepDetails.types.d.ts +15 -1
- package/dist/widget/ui/src/components/StepDetails/StepDetails.types.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SvgIcon/SvgIcon.style.d.ts +4 -0
- package/dist/widget/ui/src/components/SvgIcon/SvgIcon.style.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SwapDetailsPlaceholder/SwapDetailsPlaceholder.d.ts +4 -0
- package/dist/widget/ui/src/components/SwapDetailsPlaceholder/SwapDetailsPlaceholder.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SwapListItem/SwapListItem.styles.d.ts +24 -0
- package/dist/widget/ui/src/components/SwapListItem/SwapListItem.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SwapListItem/SwapListItem.types.d.ts +1 -0
- package/dist/widget/ui/src/components/SwapListItem/SwapListItem.types.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SwapListItem/SwapToken.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SwapListItem/SwapToken.styles.d.ts +36 -0
- package/dist/widget/ui/src/components/SwapListItem/SwapToken.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SwapListItem/mock.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Switch/Switch.styles.d.ts +8 -0
- package/dist/widget/ui/src/components/Switch/Switch.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/TextField/TextField.d.ts +2 -1
- package/dist/widget/ui/src/components/TextField/TextField.d.ts.map +1 -1
- package/dist/widget/ui/src/components/TextField/TextField.stories.d.ts +2 -1
- package/dist/widget/ui/src/components/TextField/TextField.stories.d.ts.map +1 -1
- package/dist/widget/ui/src/components/TextField/TextField.styles.d.ts +12 -0
- package/dist/widget/ui/src/components/TextField/TextField.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/TextField/TextField.types.d.ts +3 -1
- package/dist/widget/ui/src/components/TextField/TextField.types.d.ts.map +1 -1
- package/dist/widget/ui/src/components/TokenAmount/TokenAmount.styles.d.ts +12 -0
- package/dist/widget/ui/src/components/TokenAmount/TokenAmount.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 +15 -1
- package/dist/widget/ui/src/components/Tooltip/Tooltip.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Tooltip/Tooltip.types.d.ts +6 -2
- package/dist/widget/ui/src/components/Tooltip/Tooltip.types.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Typography/Typography.styles.d.ts +4 -0
- package/dist/widget/ui/src/components/Typography/Typography.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Wallet/Wallet.styles.d.ts +20 -0
- package/dist/widget/ui/src/components/Wallet/Wallet.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/common/FilledCircle.d.ts +4 -0
- package/dist/widget/ui/src/components/common/FilledCircle.d.ts.map +1 -1
- package/dist/widget/ui/src/components/common/Image.d.ts +4 -0
- package/dist/widget/ui/src/components/common/Image.d.ts.map +1 -1
- package/dist/widget/ui/src/components/common/styles.d.ts +4 -0
- package/dist/widget/ui/src/components/common/styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/index.d.ts +1 -0
- package/dist/widget/ui/src/components/index.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapHistory/SwapHistory.d.ts +40 -0
- package/dist/widget/ui/src/containers/SwapHistory/SwapHistory.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapInput/SwapInput.styles.d.ts +47 -1
- package/dist/widget/ui/src/containers/SwapInput/SwapInput.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapInput/TokenSection.styles.d.ts +21 -0
- package/dist/widget/ui/src/containers/SwapInput/TokenSection.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/TokenSelector/TokenSelector.d.ts +4 -0
- package/dist/widget/ui/src/containers/TokenSelector/TokenSelector.d.ts.map +1 -1
- package/dist/widget/ui/src/icons/Add.d.ts +5 -0
- package/dist/widget/ui/src/icons/Add.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Height.d.ts +5 -0
- package/dist/widget/ui/src/icons/Height.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Key.d.ts +5 -0
- package/dist/widget/ui/src/icons/Key.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Refresh.d.ts.map +1 -1
- package/dist/widget/ui/src/icons/Width.d.ts +5 -0
- package/dist/widget/ui/src/icons/Width.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/index.d.ts +4 -0
- package/dist/widget/ui/src/icons/index.d.ts.map +1 -1
- package/dist/widget/ui/src/theme.d.ts +29 -0
- package/dist/widget/ui/src/theme.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/components/Button/Button.tsx +4 -1
- package/src/components/Button/Button.types.tsx +1 -0
- package/src/components/Divider/Divider.styles.ts +165 -0
- package/src/components/Divider/Divider.tsx +8 -140
- package/src/components/Divider/Divider.types.ts +10 -0
- package/src/components/QuoteCost/QuoteCost.styles.ts +28 -1
- package/src/components/QuoteCost/QuoteCost.tsx +28 -8
- package/src/components/QuoteCost/QuoteCost.types.ts +4 -0
- package/src/components/RefreshProgressButton/RefreshProgressButton.styles.ts +28 -0
- package/src/components/RefreshProgressButton/RefreshProgressButton.tsx +70 -0
- package/src/components/RefreshProgressButton/index.ts +1 -0
- package/src/components/StepDetails/StepDetails.styles.ts +28 -5
- package/src/components/StepDetails/StepDetails.tsx +73 -23
- package/src/components/StepDetails/StepDetails.types.ts +17 -1
- package/src/components/SwapListItem/SwapListItem.types.ts +1 -0
- package/src/components/SwapListItem/SwapToken.tsx +4 -3
- package/src/components/SwapListItem/mock.ts +1 -0
- package/src/components/Switch/Switch.styles.tsx +7 -0
- package/src/components/TextField/TextField.tsx +5 -2
- package/src/components/TextField/TextField.types.tsx +3 -1
- package/src/components/Tooltip/Tooltip.styles.ts +7 -0
- package/src/components/Tooltip/Tooltip.tsx +2 -1
- package/src/components/Tooltip/Tooltip.types.ts +6 -2
- package/src/components/Wallet/Wallet.styles.ts +1 -1
- package/src/components/index.ts +1 -0
- package/src/icons/Add.tsx +25 -0
- package/src/icons/Height.tsx +24 -0
- package/src/icons/Key.tsx +32 -0
- package/src/icons/Refresh.tsx +10 -2
- package/src/icons/Width.tsx +29 -0
- package/src/icons/index.ts +4 -0
- package/src/theme.ts +3 -0
|
@@ -1 +1 @@
|
|
|
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
|
|
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DASzB,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAM5B,CAAC;AAEH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIzB,CAAC"}
|
|
@@ -1,7 +1,10 @@
|
|
|
1
|
+
import type { TooltipContent } from './Tooltip.styles';
|
|
1
2
|
import type * as RadixTooltip from '@radix-ui/react-tooltip';
|
|
2
|
-
import type
|
|
3
|
+
import type * as Stitches from '@stitches/react';
|
|
3
4
|
import type { ComponentProps, ReactNode } from 'react';
|
|
4
5
|
type RadixTooltipContentProps = ComponentProps<typeof RadixTooltip.Content>;
|
|
6
|
+
type BaseProps = Stitches.VariantProps<typeof TooltipContent>;
|
|
7
|
+
type BaseAlign = Exclude<BaseProps['align'], object>;
|
|
5
8
|
export interface PropTypes {
|
|
6
9
|
content: ReactNode;
|
|
7
10
|
side?: RadixTooltipContentProps['side'];
|
|
@@ -9,7 +12,8 @@ export interface PropTypes {
|
|
|
9
12
|
sideOffset?: RadixTooltipContentProps['sideOffset'];
|
|
10
13
|
container?: HTMLElement;
|
|
11
14
|
open?: boolean;
|
|
12
|
-
style?: CSSProperties;
|
|
15
|
+
style?: Stitches.CSSProperties;
|
|
16
|
+
align?: BaseAlign;
|
|
13
17
|
}
|
|
14
18
|
export {};
|
|
15
19
|
//# sourceMappingURL=Tooltip.types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tooltip.types.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Tooltip/Tooltip.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,YAAY,MAAM,yBAAyB,CAAC;AAC7D,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"Tooltip.types.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Tooltip/Tooltip.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,KAAK,KAAK,YAAY,MAAM,yBAAyB,CAAC;AAC7D,OAAO,KAAK,KAAK,QAAQ,MAAM,iBAAiB,CAAC;AACjD,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvD,KAAK,wBAAwB,GAAG,cAAc,CAAC,OAAO,YAAY,CAAC,OAAO,CAAC,CAAC;AAC5E,KAAK,SAAS,GAAG,QAAQ,CAAC,YAAY,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,KAAK,SAAS,GAAG,OAAO,CAAC,SAAS,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC,CAAC;AAErD,MAAM,WAAW,SAAS;IACxB,OAAO,EAAE,SAAS,CAAC;IACnB,IAAI,CAAC,EAAE,wBAAwB,CAAC,MAAM,CAAC,CAAC;IACxC,KAAK,CAAC,EAAE,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,SAAS,CAAC;IACpD,UAAU,CAAC,EAAE,wBAAwB,CAAC,YAAY,CAAC,CAAC;IACpD,SAAS,CAAC,EAAE,WAAW,CAAC;IACxB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,KAAK,CAAC,EAAE,QAAQ,CAAC,aAAa,CAAC;IAC/B,KAAK,CAAC,EAAE,SAAS,CAAC;CACnB"}
|
|
@@ -8,10 +8,12 @@ export declare const TypographyContainer: import("@stitches/react/types/styled-c
|
|
|
8
8
|
mr?: 2 | 12 | 4 | 8 | "4" | "8" | "12" | "2" | undefined;
|
|
9
9
|
mb?: 2 | 12 | 4 | 8 | "4" | "8" | "12" | "2" | undefined;
|
|
10
10
|
}, {
|
|
11
|
+
xs: string;
|
|
11
12
|
sm: string;
|
|
12
13
|
md: string;
|
|
13
14
|
lg: string;
|
|
14
15
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
16
|
+
xs: string;
|
|
15
17
|
sm: string;
|
|
16
18
|
md: string;
|
|
17
19
|
lg: string;
|
|
@@ -144,12 +146,14 @@ export declare const TypographyContainer: import("@stitches/react/types/styled-c
|
|
|
144
146
|
4: string;
|
|
145
147
|
6: string;
|
|
146
148
|
8: string;
|
|
149
|
+
10: string;
|
|
147
150
|
12: string;
|
|
148
151
|
16: string;
|
|
149
152
|
18: string;
|
|
150
153
|
20: string;
|
|
151
154
|
24: string;
|
|
152
155
|
28: string;
|
|
156
|
+
30: string;
|
|
153
157
|
32: string;
|
|
154
158
|
36: string;
|
|
155
159
|
40: string;
|
|
@@ -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,9 +1,11 @@
|
|
|
1
1
|
import { Typography } from '../Typography';
|
|
2
2
|
export declare const WalletImageContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
3
|
+
xs: string;
|
|
3
4
|
sm: string;
|
|
4
5
|
md: string;
|
|
5
6
|
lg: string;
|
|
6
7
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
8
|
+
xs: string;
|
|
7
9
|
sm: string;
|
|
8
10
|
md: string;
|
|
9
11
|
lg: string;
|
|
@@ -136,12 +138,14 @@ export declare const WalletImageContainer: import("@stitches/react/types/styled-
|
|
|
136
138
|
4: string;
|
|
137
139
|
6: string;
|
|
138
140
|
8: string;
|
|
141
|
+
10: string;
|
|
139
142
|
12: string;
|
|
140
143
|
16: string;
|
|
141
144
|
18: string;
|
|
142
145
|
20: string;
|
|
143
146
|
24: string;
|
|
144
147
|
28: string;
|
|
148
|
+
30: string;
|
|
145
149
|
32: string;
|
|
146
150
|
36: string;
|
|
147
151
|
40: string;
|
|
@@ -157,10 +161,12 @@ export declare const WalletImageContainer: import("@stitches/react/types/styled-
|
|
|
157
161
|
transitions: {};
|
|
158
162
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
159
163
|
export declare const Title: import("@stitches/react/types/styled-component").StyledComponent<typeof Typography, {}, {
|
|
164
|
+
xs: string;
|
|
160
165
|
sm: string;
|
|
161
166
|
md: string;
|
|
162
167
|
lg: string;
|
|
163
168
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
169
|
+
xs: string;
|
|
164
170
|
sm: string;
|
|
165
171
|
md: string;
|
|
166
172
|
lg: string;
|
|
@@ -293,12 +299,14 @@ export declare const Title: import("@stitches/react/types/styled-component").Sty
|
|
|
293
299
|
4: string;
|
|
294
300
|
6: string;
|
|
295
301
|
8: string;
|
|
302
|
+
10: string;
|
|
296
303
|
12: string;
|
|
297
304
|
16: string;
|
|
298
305
|
18: string;
|
|
299
306
|
20: string;
|
|
300
307
|
24: string;
|
|
301
308
|
28: string;
|
|
309
|
+
30: string;
|
|
302
310
|
32: string;
|
|
303
311
|
36: string;
|
|
304
312
|
40: string;
|
|
@@ -314,10 +322,12 @@ export declare const Title: import("@stitches/react/types/styled-component").Sty
|
|
|
314
322
|
transitions: {};
|
|
315
323
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
316
324
|
export declare const Text: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
325
|
+
xs: string;
|
|
317
326
|
sm: string;
|
|
318
327
|
md: string;
|
|
319
328
|
lg: string;
|
|
320
329
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
330
|
+
xs: string;
|
|
321
331
|
sm: string;
|
|
322
332
|
md: string;
|
|
323
333
|
lg: string;
|
|
@@ -450,12 +460,14 @@ export declare const Text: import("@stitches/react/types/styled-component").Styl
|
|
|
450
460
|
4: string;
|
|
451
461
|
6: string;
|
|
452
462
|
8: string;
|
|
463
|
+
10: string;
|
|
453
464
|
12: string;
|
|
454
465
|
16: string;
|
|
455
466
|
18: string;
|
|
456
467
|
20: string;
|
|
457
468
|
24: string;
|
|
458
469
|
28: string;
|
|
470
|
+
30: string;
|
|
459
471
|
32: string;
|
|
460
472
|
36: string;
|
|
461
473
|
40: string;
|
|
@@ -473,10 +485,12 @@ export declare const Text: import("@stitches/react/types/styled-component").Styl
|
|
|
473
485
|
export declare const WalletButton: import("@stitches/react/types/styled-component").StyledComponent<"button", {
|
|
474
486
|
selected?: boolean | "true" | undefined;
|
|
475
487
|
}, {
|
|
488
|
+
xs: string;
|
|
476
489
|
sm: string;
|
|
477
490
|
md: string;
|
|
478
491
|
lg: string;
|
|
479
492
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
493
|
+
xs: string;
|
|
480
494
|
sm: string;
|
|
481
495
|
md: string;
|
|
482
496
|
lg: string;
|
|
@@ -609,12 +623,14 @@ export declare const WalletButton: import("@stitches/react/types/styled-componen
|
|
|
609
623
|
4: string;
|
|
610
624
|
6: string;
|
|
611
625
|
8: string;
|
|
626
|
+
10: string;
|
|
612
627
|
12: string;
|
|
613
628
|
16: string;
|
|
614
629
|
18: string;
|
|
615
630
|
20: string;
|
|
616
631
|
24: string;
|
|
617
632
|
28: string;
|
|
633
|
+
30: string;
|
|
618
634
|
32: string;
|
|
619
635
|
36: string;
|
|
620
636
|
40: string;
|
|
@@ -630,10 +646,12 @@ export declare const WalletButton: import("@stitches/react/types/styled-componen
|
|
|
630
646
|
transitions: {};
|
|
631
647
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
632
648
|
export declare const LoadingButton: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
649
|
+
xs: string;
|
|
633
650
|
sm: string;
|
|
634
651
|
md: string;
|
|
635
652
|
lg: string;
|
|
636
653
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
654
|
+
xs: string;
|
|
637
655
|
sm: string;
|
|
638
656
|
md: string;
|
|
639
657
|
lg: string;
|
|
@@ -766,12 +784,14 @@ export declare const LoadingButton: import("@stitches/react/types/styled-compone
|
|
|
766
784
|
4: string;
|
|
767
785
|
6: string;
|
|
768
786
|
8: string;
|
|
787
|
+
10: string;
|
|
769
788
|
12: string;
|
|
770
789
|
16: string;
|
|
771
790
|
18: string;
|
|
772
791
|
20: string;
|
|
773
792
|
24: string;
|
|
774
793
|
28: string;
|
|
794
|
+
30: string;
|
|
775
795
|
32: string;
|
|
776
796
|
36: string;
|
|
777
797
|
40: string;
|
|
@@ -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,8 +1,10 @@
|
|
|
1
1
|
export declare const FilledCircle: import("@stitches/react/types/styled-component").StyledComponent<"span", {}, {
|
|
2
|
+
xs: string;
|
|
2
3
|
sm: string;
|
|
3
4
|
md: string;
|
|
4
5
|
lg: string;
|
|
5
6
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
7
|
+
xs: string;
|
|
6
8
|
sm: string;
|
|
7
9
|
md: string;
|
|
8
10
|
lg: string;
|
|
@@ -135,12 +137,14 @@ export declare const FilledCircle: import("@stitches/react/types/styled-componen
|
|
|
135
137
|
4: string;
|
|
136
138
|
6: string;
|
|
137
139
|
8: string;
|
|
140
|
+
10: string;
|
|
138
141
|
12: string;
|
|
139
142
|
16: string;
|
|
140
143
|
18: string;
|
|
141
144
|
20: string;
|
|
142
145
|
24: string;
|
|
143
146
|
28: string;
|
|
147
|
+
30: string;
|
|
144
148
|
32: string;
|
|
145
149
|
36: string;
|
|
146
150
|
40: string;
|
|
@@ -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"}
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
export declare const ImageContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
3
|
+
xs: string;
|
|
3
4
|
sm: string;
|
|
4
5
|
md: string;
|
|
5
6
|
lg: string;
|
|
6
7
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
8
|
+
xs: string;
|
|
7
9
|
sm: string;
|
|
8
10
|
md: string;
|
|
9
11
|
lg: string;
|
|
@@ -136,12 +138,14 @@ export declare const ImageContainer: import("@stitches/react/types/styled-compon
|
|
|
136
138
|
4: string;
|
|
137
139
|
6: string;
|
|
138
140
|
8: string;
|
|
141
|
+
10: string;
|
|
139
142
|
12: string;
|
|
140
143
|
16: string;
|
|
141
144
|
18: string;
|
|
142
145
|
20: string;
|
|
143
146
|
24: string;
|
|
144
147
|
28: string;
|
|
148
|
+
30: string;
|
|
145
149
|
32: string;
|
|
146
150
|
36: string;
|
|
147
151
|
40: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Image.d.ts","sourceRoot":"","sources":["../../../../../../src/components/common/Image.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"Image.d.ts","sourceRoot":"","sources":["../../../../../../src/components/common/Image.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAYzB,CAAC;AAEH,KAAK,SAAS,GAAG;IACf,IAAI,EAAE,MAAM,CAAC;IACb,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,IAAI,CAAC,EAAE,UAAU,GAAG,aAAa,CAAC;CACnC,GAAG,KAAK,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,CAAC;AAE9C,wBAAgB,KAAK,CAAC,KAAK,EAAE,SAAS,qBA0BrC"}
|
|
@@ -3,10 +3,12 @@ import * as Collapsible from '@radix-ui/react-collapsible';
|
|
|
3
3
|
export declare const CollapsibleContent: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<Collapsible.CollapsibleContentProps & import("react").RefAttributes<HTMLDivElement>>, {
|
|
4
4
|
open?: boolean | "true" | "false" | undefined;
|
|
5
5
|
}, {
|
|
6
|
+
xs: string;
|
|
6
7
|
sm: string;
|
|
7
8
|
md: string;
|
|
8
9
|
lg: string;
|
|
9
10
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
11
|
+
xs: string;
|
|
10
12
|
sm: string;
|
|
11
13
|
md: string;
|
|
12
14
|
lg: string;
|
|
@@ -139,12 +141,14 @@ export declare const CollapsibleContent: import("@stitches/react/types/styled-co
|
|
|
139
141
|
4: string;
|
|
140
142
|
6: string;
|
|
141
143
|
8: string;
|
|
144
|
+
10: string;
|
|
142
145
|
12: string;
|
|
143
146
|
16: string;
|
|
144
147
|
18: string;
|
|
145
148
|
20: string;
|
|
146
149
|
24: string;
|
|
147
150
|
28: string;
|
|
151
|
+
30: string;
|
|
148
152
|
32: string;
|
|
149
153
|
36: string;
|
|
150
154
|
40: string;
|
|
@@ -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"}
|
|
@@ -16,6 +16,7 @@ export * from './Modal';
|
|
|
16
16
|
export * from './MessageBox';
|
|
17
17
|
export * from './PercentageChange';
|
|
18
18
|
export * from './RadioGroup';
|
|
19
|
+
export * from './RefreshProgressButton';
|
|
19
20
|
export * from './RoutesOverview';
|
|
20
21
|
export * from './SecondaryPage';
|
|
21
22
|
export * from './SelectableWalletList';
|
|
@@ -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,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,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;AAC1B,cAAc,SAAS,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,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,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,yBAAyB,CAAC;AACxC,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;AAC1B,cAAc,SAAS,CAAC"}
|
|
@@ -10,10 +10,12 @@ export declare const SwapperContainer: import("@stitches/react/types/styled-comp
|
|
|
10
10
|
created?: boolean | "true" | undefined;
|
|
11
11
|
running?: boolean | "true" | undefined;
|
|
12
12
|
}, {
|
|
13
|
+
xs: string;
|
|
13
14
|
sm: string;
|
|
14
15
|
md: string;
|
|
15
16
|
lg: string;
|
|
16
17
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
18
|
+
xs: string;
|
|
17
19
|
sm: string;
|
|
18
20
|
md: string;
|
|
19
21
|
lg: string;
|
|
@@ -146,12 +148,14 @@ export declare const SwapperContainer: import("@stitches/react/types/styled-comp
|
|
|
146
148
|
4: string;
|
|
147
149
|
6: string;
|
|
148
150
|
8: string;
|
|
151
|
+
10: string;
|
|
149
152
|
12: string;
|
|
150
153
|
16: string;
|
|
151
154
|
18: string;
|
|
152
155
|
20: string;
|
|
153
156
|
24: string;
|
|
154
157
|
28: string;
|
|
158
|
+
30: string;
|
|
155
159
|
32: string;
|
|
156
160
|
36: string;
|
|
157
161
|
40: string;
|
|
@@ -167,10 +171,12 @@ export declare const SwapperContainer: import("@stitches/react/types/styled-comp
|
|
|
167
171
|
transitions: {};
|
|
168
172
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
169
173
|
export declare const BodyError: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
174
|
+
xs: string;
|
|
170
175
|
sm: string;
|
|
171
176
|
md: string;
|
|
172
177
|
lg: string;
|
|
173
178
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
179
|
+
xs: string;
|
|
174
180
|
sm: string;
|
|
175
181
|
md: string;
|
|
176
182
|
lg: string;
|
|
@@ -303,12 +309,14 @@ export declare const BodyError: import("@stitches/react/types/styled-component")
|
|
|
303
309
|
4: string;
|
|
304
310
|
6: string;
|
|
305
311
|
8: string;
|
|
312
|
+
10: string;
|
|
306
313
|
12: string;
|
|
307
314
|
16: string;
|
|
308
315
|
18: string;
|
|
309
316
|
20: string;
|
|
310
317
|
24: string;
|
|
311
318
|
28: string;
|
|
319
|
+
30: string;
|
|
312
320
|
32: string;
|
|
313
321
|
36: string;
|
|
314
322
|
40: string;
|
|
@@ -324,10 +332,12 @@ export declare const BodyError: import("@stitches/react/types/styled-component")
|
|
|
324
332
|
transitions: {};
|
|
325
333
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
326
334
|
export declare const ErrorMsg: import("@stitches/react/types/styled-component").StyledComponent<typeof Typography, {}, {
|
|
335
|
+
xs: string;
|
|
327
336
|
sm: string;
|
|
328
337
|
md: string;
|
|
329
338
|
lg: string;
|
|
330
339
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
340
|
+
xs: string;
|
|
331
341
|
sm: string;
|
|
332
342
|
md: string;
|
|
333
343
|
lg: string;
|
|
@@ -460,12 +470,14 @@ export declare const ErrorMsg: import("@stitches/react/types/styled-component").
|
|
|
460
470
|
4: string;
|
|
461
471
|
6: string;
|
|
462
472
|
8: string;
|
|
473
|
+
10: string;
|
|
463
474
|
12: string;
|
|
464
475
|
16: string;
|
|
465
476
|
18: string;
|
|
466
477
|
20: string;
|
|
467
478
|
24: string;
|
|
468
479
|
28: string;
|
|
480
|
+
30: string;
|
|
469
481
|
32: string;
|
|
470
482
|
36: string;
|
|
471
483
|
40: string;
|
|
@@ -481,10 +493,12 @@ export declare const ErrorMsg: import("@stitches/react/types/styled-component").
|
|
|
481
493
|
transitions: {};
|
|
482
494
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
483
495
|
export declare const FeeContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
496
|
+
xs: string;
|
|
484
497
|
sm: string;
|
|
485
498
|
md: string;
|
|
486
499
|
lg: string;
|
|
487
500
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
501
|
+
xs: string;
|
|
488
502
|
sm: string;
|
|
489
503
|
md: string;
|
|
490
504
|
lg: string;
|
|
@@ -617,12 +631,14 @@ export declare const FeeContainer: import("@stitches/react/types/styled-componen
|
|
|
617
631
|
4: string;
|
|
618
632
|
6: string;
|
|
619
633
|
8: string;
|
|
634
|
+
10: string;
|
|
620
635
|
12: string;
|
|
621
636
|
16: string;
|
|
622
637
|
18: string;
|
|
623
638
|
20: string;
|
|
624
639
|
24: string;
|
|
625
640
|
28: string;
|
|
641
|
+
30: string;
|
|
626
642
|
32: string;
|
|
627
643
|
36: string;
|
|
628
644
|
40: string;
|
|
@@ -638,10 +654,12 @@ export declare const FeeContainer: import("@stitches/react/types/styled-componen
|
|
|
638
654
|
transitions: {};
|
|
639
655
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
640
656
|
export declare const Fee: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
657
|
+
xs: string;
|
|
641
658
|
sm: string;
|
|
642
659
|
md: string;
|
|
643
660
|
lg: string;
|
|
644
661
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
662
|
+
xs: string;
|
|
645
663
|
sm: string;
|
|
646
664
|
md: string;
|
|
647
665
|
lg: string;
|
|
@@ -774,12 +792,14 @@ export declare const Fee: import("@stitches/react/types/styled-component").Style
|
|
|
774
792
|
4: string;
|
|
775
793
|
6: string;
|
|
776
794
|
8: string;
|
|
795
|
+
10: string;
|
|
777
796
|
12: string;
|
|
778
797
|
16: string;
|
|
779
798
|
18: string;
|
|
780
799
|
20: string;
|
|
781
800
|
24: string;
|
|
782
801
|
28: string;
|
|
802
|
+
30: string;
|
|
783
803
|
32: string;
|
|
784
804
|
36: string;
|
|
785
805
|
40: string;
|
|
@@ -795,10 +815,12 @@ export declare const Fee: import("@stitches/react/types/styled-component").Style
|
|
|
795
815
|
transitions: {};
|
|
796
816
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
797
817
|
export declare const RelativeContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
818
|
+
xs: string;
|
|
798
819
|
sm: string;
|
|
799
820
|
md: string;
|
|
800
821
|
lg: string;
|
|
801
822
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
823
|
+
xs: string;
|
|
802
824
|
sm: string;
|
|
803
825
|
md: string;
|
|
804
826
|
lg: string;
|
|
@@ -931,12 +953,14 @@ export declare const RelativeContainer: import("@stitches/react/types/styled-com
|
|
|
931
953
|
4: string;
|
|
932
954
|
6: string;
|
|
933
955
|
8: string;
|
|
956
|
+
10: string;
|
|
934
957
|
12: string;
|
|
935
958
|
16: string;
|
|
936
959
|
18: string;
|
|
937
960
|
20: string;
|
|
938
961
|
24: string;
|
|
939
962
|
28: string;
|
|
963
|
+
30: string;
|
|
940
964
|
32: string;
|
|
941
965
|
36: string;
|
|
942
966
|
40: string;
|
|
@@ -952,10 +976,12 @@ export declare const RelativeContainer: import("@stitches/react/types/styled-com
|
|
|
952
976
|
transitions: {};
|
|
953
977
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
954
978
|
export declare const Footer: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
979
|
+
xs: string;
|
|
955
980
|
sm: string;
|
|
956
981
|
md: string;
|
|
957
982
|
lg: string;
|
|
958
983
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
984
|
+
xs: string;
|
|
959
985
|
sm: string;
|
|
960
986
|
md: string;
|
|
961
987
|
lg: string;
|
|
@@ -1088,12 +1114,14 @@ export declare const Footer: import("@stitches/react/types/styled-component").St
|
|
|
1088
1114
|
4: string;
|
|
1089
1115
|
6: string;
|
|
1090
1116
|
8: string;
|
|
1117
|
+
10: string;
|
|
1091
1118
|
12: string;
|
|
1092
1119
|
16: string;
|
|
1093
1120
|
18: string;
|
|
1094
1121
|
20: string;
|
|
1095
1122
|
24: string;
|
|
1096
1123
|
28: string;
|
|
1124
|
+
30: string;
|
|
1097
1125
|
32: string;
|
|
1098
1126
|
36: string;
|
|
1099
1127
|
40: string;
|
|
@@ -1109,10 +1137,12 @@ export declare const Footer: import("@stitches/react/types/styled-component").St
|
|
|
1109
1137
|
transitions: {};
|
|
1110
1138
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
1111
1139
|
export declare const Dot: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
1140
|
+
xs: string;
|
|
1112
1141
|
sm: string;
|
|
1113
1142
|
md: string;
|
|
1114
1143
|
lg: string;
|
|
1115
1144
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
1145
|
+
xs: string;
|
|
1116
1146
|
sm: string;
|
|
1117
1147
|
md: string;
|
|
1118
1148
|
lg: string;
|
|
@@ -1245,12 +1275,14 @@ export declare const Dot: import("@stitches/react/types/styled-component").Style
|
|
|
1245
1275
|
4: string;
|
|
1246
1276
|
6: string;
|
|
1247
1277
|
8: string;
|
|
1278
|
+
10: string;
|
|
1248
1279
|
12: string;
|
|
1249
1280
|
16: string;
|
|
1250
1281
|
18: string;
|
|
1251
1282
|
20: string;
|
|
1252
1283
|
24: string;
|
|
1253
1284
|
28: string;
|
|
1285
|
+
30: string;
|
|
1254
1286
|
32: string;
|
|
1255
1287
|
36: string;
|
|
1256
1288
|
40: string;
|
|
@@ -1266,10 +1298,12 @@ export declare const Dot: import("@stitches/react/types/styled-component").Style
|
|
|
1266
1298
|
transitions: {};
|
|
1267
1299
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
1268
1300
|
export declare const ArrowDown: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
1301
|
+
xs: string;
|
|
1269
1302
|
sm: string;
|
|
1270
1303
|
md: string;
|
|
1271
1304
|
lg: string;
|
|
1272
1305
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
1306
|
+
xs: string;
|
|
1273
1307
|
sm: string;
|
|
1274
1308
|
md: string;
|
|
1275
1309
|
lg: string;
|
|
@@ -1402,12 +1436,14 @@ export declare const ArrowDown: import("@stitches/react/types/styled-component")
|
|
|
1402
1436
|
4: string;
|
|
1403
1437
|
6: string;
|
|
1404
1438
|
8: string;
|
|
1439
|
+
10: string;
|
|
1405
1440
|
12: string;
|
|
1406
1441
|
16: string;
|
|
1407
1442
|
18: string;
|
|
1408
1443
|
20: string;
|
|
1409
1444
|
24: string;
|
|
1410
1445
|
28: string;
|
|
1446
|
+
30: string;
|
|
1411
1447
|
32: string;
|
|
1412
1448
|
36: string;
|
|
1413
1449
|
40: string;
|
|
@@ -1423,10 +1459,12 @@ export declare const ArrowDown: import("@stitches/react/types/styled-component")
|
|
|
1423
1459
|
transitions: {};
|
|
1424
1460
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
1425
1461
|
export declare const Line: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
1462
|
+
xs: string;
|
|
1426
1463
|
sm: string;
|
|
1427
1464
|
md: string;
|
|
1428
1465
|
lg: string;
|
|
1429
1466
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
1467
|
+
xs: string;
|
|
1430
1468
|
sm: string;
|
|
1431
1469
|
md: string;
|
|
1432
1470
|
lg: string;
|
|
@@ -1559,12 +1597,14 @@ export declare const Line: import("@stitches/react/types/styled-component").Styl
|
|
|
1559
1597
|
4: string;
|
|
1560
1598
|
6: string;
|
|
1561
1599
|
8: string;
|
|
1600
|
+
10: string;
|
|
1562
1601
|
12: string;
|
|
1563
1602
|
16: string;
|
|
1564
1603
|
18: string;
|
|
1565
1604
|
20: string;
|
|
1566
1605
|
24: string;
|
|
1567
1606
|
28: string;
|
|
1607
|
+
30: string;
|
|
1568
1608
|
32: string;
|
|
1569
1609
|
36: string;
|
|
1570
1610
|
40: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SwapHistory.d.ts","sourceRoot":"","sources":["../../../../../../src/containers/SwapHistory/SwapHistory.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,IAAI,qBAAqB,EAAE,MAAM,gBAAgB,CAAC;AACzE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAE/C,OAAO,KAAmB,MAAM,OAAO,CAAC;AAExC,OAAO,EASL,UAAU,EACX,MAAM,kBAAkB,CAAC;AAU1B,eAAO,MAAM,KAAK;;;CAUhB,CAAC;AAEH,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"SwapHistory.d.ts","sourceRoot":"","sources":["../../../../../../src/containers/SwapHistory/SwapHistory.tsx"],"names":[],"mappings":"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"}
|