@rango-dev/ui 0.26.1-next.0 → 0.26.1-next.10
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.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/PriceImpact/PriceImpact.types.d.ts +6 -0
- package/dist/widget/ui/src/components/PriceImpact/PriceImpact.types.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 +16 -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.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 +3 -1
- 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/SwapToken.types.d.ts +1 -0
- package/dist/widget/ui/src/components/SwapListItem/SwapToken.types.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.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/TokenAmount/TokenAmount.types.d.ts +1 -0
- package/dist/widget/ui/src/components/TokenAmount/TokenAmount.types.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 -0
- 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.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/SwapInput.types.d.ts +3 -0
- 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 +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/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 +3 -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 +3 -3
- 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/PriceImpact/PriceImpact.tsx +26 -8
- package/src/components/PriceImpact/PriceImpact.types.ts +7 -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 +103 -37
- package/src/components/StepDetails/StepDetails.types.ts +18 -1
- package/src/components/SwapListItem/SwapListItem.tsx +6 -1
- package/src/components/SwapListItem/SwapListItem.types.ts +3 -1
- package/src/components/SwapListItem/SwapToken.tsx +15 -8
- package/src/components/SwapListItem/SwapToken.types.ts +1 -0
- package/src/components/SwapListItem/mock.ts +2 -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/TokenAmount/TokenAmount.tsx +36 -20
- package/src/components/TokenAmount/TokenAmount.types.ts +1 -0
- package/src/components/Tooltip/Tooltip.styles.ts +7 -0
- package/src/components/Tooltip/Tooltip.tsx +4 -2
- package/src/components/Tooltip/Tooltip.types.ts +6 -0
- package/src/components/Wallet/Wallet.styles.ts +1 -1
- package/src/components/index.ts +1 -0
- package/src/containers/SwapInput/SwapInput.tsx +53 -22
- package/src/containers/SwapInput/SwapInput.types.ts +3 -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 +3 -0
- package/src/theme.ts +3 -0
|
@@ -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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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SwapInput.d.ts","sourceRoot":"","sources":["../../../../../../src/containers/SwapInput/SwapInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAGxD,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"SwapInput.d.ts","sourceRoot":"","sources":["../../../../../../src/containers/SwapInput/SwapInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAGxD,OAAO,KAAK,MAAM,OAAO,CAAC;AAyB1B,wBAAgB,SAAS,CAAC,KAAK,EAAE,cAAc,qBAuH9C"}
|
|
@@ -3,10 +3,12 @@
|
|
|
3
3
|
/// <reference types="trusted-types" />
|
|
4
4
|
import { Typography } from '../../components';
|
|
5
5
|
export declare const textStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
|
|
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 textStyles: import("@stitches/react/types/styled-component"
|
|
|
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;
|
|
@@ -162,10 +166,12 @@ export declare const textStyles: import("@stitches/react/types/styled-component"
|
|
|
162
166
|
export declare const Container: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
163
167
|
sharpBottomStyle?: boolean | "true" | undefined;
|
|
164
168
|
}, {
|
|
169
|
+
xs: string;
|
|
165
170
|
sm: string;
|
|
166
171
|
md: string;
|
|
167
172
|
lg: string;
|
|
168
173
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
174
|
+
xs: string;
|
|
169
175
|
sm: string;
|
|
170
176
|
md: string;
|
|
171
177
|
lg: string;
|
|
@@ -298,12 +304,14 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
298
304
|
4: string;
|
|
299
305
|
6: string;
|
|
300
306
|
8: string;
|
|
307
|
+
10: string;
|
|
301
308
|
12: string;
|
|
302
309
|
16: string;
|
|
303
310
|
18: string;
|
|
304
311
|
20: string;
|
|
305
312
|
24: string;
|
|
306
313
|
28: string;
|
|
314
|
+
30: string;
|
|
307
315
|
32: string;
|
|
308
316
|
36: string;
|
|
309
317
|
40: string;
|
|
@@ -319,19 +327,22 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
319
327
|
transitions: {};
|
|
320
328
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
321
329
|
export declare const InputAmount: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<{
|
|
322
|
-
label?:
|
|
330
|
+
label?: import("react").ReactNode;
|
|
323
331
|
prefix?: import("react").ReactNode;
|
|
324
332
|
suffix?: import("react").ReactNode;
|
|
325
333
|
size?: "small" | "large" | undefined;
|
|
326
334
|
variant?: "contained" | "outlined" | "ghost" | undefined;
|
|
327
335
|
fullWidth?: boolean | undefined;
|
|
336
|
+
labelProps?: import("../../components/Typography/Typography.types").PropTypes | undefined;
|
|
328
337
|
} & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "prefix"> & {
|
|
329
338
|
children?: import("react").ReactNode;
|
|
330
339
|
} & import("react").RefAttributes<HTMLInputElement>>, {}, {
|
|
340
|
+
xs: string;
|
|
331
341
|
sm: string;
|
|
332
342
|
md: string;
|
|
333
343
|
lg: string;
|
|
334
344
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
345
|
+
xs: string;
|
|
335
346
|
sm: string;
|
|
336
347
|
md: string;
|
|
337
348
|
lg: string;
|
|
@@ -464,12 +475,14 @@ export declare const InputAmount: import("@stitches/react/types/styled-component
|
|
|
464
475
|
4: string;
|
|
465
476
|
6: string;
|
|
466
477
|
8: string;
|
|
478
|
+
10: string;
|
|
467
479
|
12: string;
|
|
468
480
|
16: string;
|
|
469
481
|
18: string;
|
|
470
482
|
20: string;
|
|
471
483
|
24: string;
|
|
472
484
|
28: string;
|
|
485
|
+
30: string;
|
|
473
486
|
32: string;
|
|
474
487
|
36: string;
|
|
475
488
|
40: string;
|
|
@@ -761,13 +774,16 @@ export declare const MaxButton: import("@stitches/react/types/styled-component")
|
|
|
761
774
|
prefix?: import("react").ReactNode;
|
|
762
775
|
suffix?: import("react").ReactNode;
|
|
763
776
|
fullWidth?: boolean | undefined;
|
|
777
|
+
disableRipple?: boolean | undefined;
|
|
764
778
|
} & {
|
|
765
779
|
children?: import("react").ReactNode;
|
|
766
780
|
} & import("react").RefAttributes<HTMLButtonElement>>, {}, {
|
|
781
|
+
xs: string;
|
|
767
782
|
sm: string;
|
|
768
783
|
md: string;
|
|
769
784
|
lg: string;
|
|
770
785
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
786
|
+
xs: string;
|
|
771
787
|
sm: string;
|
|
772
788
|
md: string;
|
|
773
789
|
lg: string;
|
|
@@ -900,12 +916,14 @@ export declare const MaxButton: import("@stitches/react/types/styled-component")
|
|
|
900
916
|
4: string;
|
|
901
917
|
6: string;
|
|
902
918
|
8: string;
|
|
919
|
+
10: string;
|
|
903
920
|
12: string;
|
|
904
921
|
16: string;
|
|
905
922
|
18: string;
|
|
906
923
|
20: string;
|
|
907
924
|
24: string;
|
|
908
925
|
28: string;
|
|
926
|
+
30: string;
|
|
909
927
|
32: string;
|
|
910
928
|
36: string;
|
|
911
929
|
40: string;
|
|
@@ -923,10 +941,12 @@ export declare const MaxButton: import("@stitches/react/types/styled-component")
|
|
|
923
941
|
export declare const ValueTypography: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
924
942
|
hasWarning?: boolean | "true" | "false" | undefined;
|
|
925
943
|
}, {
|
|
944
|
+
xs: string;
|
|
926
945
|
sm: string;
|
|
927
946
|
md: string;
|
|
928
947
|
lg: string;
|
|
929
948
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
949
|
+
xs: string;
|
|
930
950
|
sm: string;
|
|
931
951
|
md: string;
|
|
932
952
|
lg: string;
|
|
@@ -1059,12 +1079,14 @@ export declare const ValueTypography: import("@stitches/react/types/styled-compo
|
|
|
1059
1079
|
4: string;
|
|
1060
1080
|
6: string;
|
|
1061
1081
|
8: string;
|
|
1082
|
+
10: string;
|
|
1062
1083
|
12: string;
|
|
1063
1084
|
16: string;
|
|
1064
1085
|
18: string;
|
|
1065
1086
|
20: string;
|
|
1066
1087
|
24: string;
|
|
1067
1088
|
28: string;
|
|
1089
|
+
30: string;
|
|
1068
1090
|
32: string;
|
|
1069
1091
|
36: string;
|
|
1070
1092
|
40: string;
|
|
@@ -1080,10 +1102,12 @@ export declare const ValueTypography: import("@stitches/react/types/styled-compo
|
|
|
1080
1102
|
transitions: {};
|
|
1081
1103
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
1082
1104
|
export declare const formStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
|
|
1105
|
+
xs: string;
|
|
1083
1106
|
sm: string;
|
|
1084
1107
|
md: string;
|
|
1085
1108
|
lg: string;
|
|
1086
1109
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
1110
|
+
xs: string;
|
|
1087
1111
|
sm: string;
|
|
1088
1112
|
md: string;
|
|
1089
1113
|
lg: string;
|
|
@@ -1216,12 +1240,14 @@ export declare const formStyles: import("@stitches/react/types/styled-component"
|
|
|
1216
1240
|
4: string;
|
|
1217
1241
|
6: string;
|
|
1218
1242
|
8: string;
|
|
1243
|
+
10: string;
|
|
1219
1244
|
12: string;
|
|
1220
1245
|
16: string;
|
|
1221
1246
|
18: string;
|
|
1222
1247
|
20: string;
|
|
1223
1248
|
24: string;
|
|
1224
1249
|
28: string;
|
|
1250
|
+
30: string;
|
|
1225
1251
|
32: string;
|
|
1226
1252
|
36: string;
|
|
1227
1253
|
40: string;
|
|
@@ -1237,10 +1263,12 @@ export declare const formStyles: import("@stitches/react/types/styled-component"
|
|
|
1237
1263
|
transitions: {};
|
|
1238
1264
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
1239
1265
|
export declare const labelStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
|
|
1266
|
+
xs: string;
|
|
1240
1267
|
sm: string;
|
|
1241
1268
|
md: string;
|
|
1242
1269
|
lg: string;
|
|
1243
1270
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
1271
|
+
xs: string;
|
|
1244
1272
|
sm: string;
|
|
1245
1273
|
md: string;
|
|
1246
1274
|
lg: string;
|
|
@@ -1373,12 +1401,14 @@ export declare const labelStyles: import("@stitches/react/types/styled-component
|
|
|
1373
1401
|
4: string;
|
|
1374
1402
|
6: string;
|
|
1375
1403
|
8: string;
|
|
1404
|
+
10: string;
|
|
1376
1405
|
12: string;
|
|
1377
1406
|
16: string;
|
|
1378
1407
|
18: string;
|
|
1379
1408
|
20: string;
|
|
1380
1409
|
24: string;
|
|
1381
1410
|
28: string;
|
|
1411
|
+
30: string;
|
|
1382
1412
|
32: string;
|
|
1383
1413
|
36: string;
|
|
1384
1414
|
40: string;
|
|
@@ -1394,10 +1424,12 @@ export declare const labelStyles: import("@stitches/react/types/styled-component
|
|
|
1394
1424
|
transitions: {};
|
|
1395
1425
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
1396
1426
|
export declare const balanceStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
|
|
1427
|
+
xs: string;
|
|
1397
1428
|
sm: string;
|
|
1398
1429
|
md: string;
|
|
1399
1430
|
lg: string;
|
|
1400
1431
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
1432
|
+
xs: string;
|
|
1401
1433
|
sm: string;
|
|
1402
1434
|
md: string;
|
|
1403
1435
|
lg: string;
|
|
@@ -1530,12 +1562,14 @@ export declare const balanceStyles: import("@stitches/react/types/styled-compone
|
|
|
1530
1562
|
4: string;
|
|
1531
1563
|
6: string;
|
|
1532
1564
|
8: string;
|
|
1565
|
+
10: string;
|
|
1533
1566
|
12: string;
|
|
1534
1567
|
16: string;
|
|
1535
1568
|
18: string;
|
|
1536
1569
|
20: string;
|
|
1537
1570
|
24: string;
|
|
1538
1571
|
28: string;
|
|
1572
|
+
30: string;
|
|
1539
1573
|
32: string;
|
|
1540
1574
|
36: string;
|
|
1541
1575
|
40: string;
|
|
@@ -1551,10 +1585,12 @@ export declare const balanceStyles: import("@stitches/react/types/styled-compone
|
|
|
1551
1585
|
transitions: {};
|
|
1552
1586
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
1553
1587
|
export declare const amountStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
|
|
1588
|
+
xs: string;
|
|
1554
1589
|
sm: string;
|
|
1555
1590
|
md: string;
|
|
1556
1591
|
lg: string;
|
|
1557
1592
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
1593
|
+
xs: string;
|
|
1558
1594
|
sm: string;
|
|
1559
1595
|
md: string;
|
|
1560
1596
|
lg: string;
|
|
@@ -1687,12 +1723,14 @@ export declare const amountStyles: import("@stitches/react/types/styled-componen
|
|
|
1687
1723
|
4: string;
|
|
1688
1724
|
6: string;
|
|
1689
1725
|
8: string;
|
|
1726
|
+
10: string;
|
|
1690
1727
|
12: string;
|
|
1691
1728
|
16: string;
|
|
1692
1729
|
18: string;
|
|
1693
1730
|
20: string;
|
|
1694
1731
|
24: string;
|
|
1695
1732
|
28: string;
|
|
1733
|
+
30: string;
|
|
1696
1734
|
32: string;
|
|
1697
1735
|
36: string;
|
|
1698
1736
|
40: string;
|
|
@@ -1708,10 +1746,12 @@ export declare const amountStyles: import("@stitches/react/types/styled-componen
|
|
|
1708
1746
|
transitions: {};
|
|
1709
1747
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
1710
1748
|
export declare const labelContainerStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
|
|
1749
|
+
xs: string;
|
|
1711
1750
|
sm: string;
|
|
1712
1751
|
md: string;
|
|
1713
1752
|
lg: string;
|
|
1714
1753
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
1754
|
+
xs: string;
|
|
1715
1755
|
sm: string;
|
|
1716
1756
|
md: string;
|
|
1717
1757
|
lg: string;
|
|
@@ -1844,12 +1884,14 @@ export declare const labelContainerStyles: import("@stitches/react/types/styled-
|
|
|
1844
1884
|
4: string;
|
|
1845
1885
|
6: string;
|
|
1846
1886
|
8: string;
|
|
1887
|
+
10: string;
|
|
1847
1888
|
12: string;
|
|
1848
1889
|
16: string;
|
|
1849
1890
|
18: string;
|
|
1850
1891
|
20: string;
|
|
1851
1892
|
24: string;
|
|
1852
1893
|
28: string;
|
|
1894
|
+
30: string;
|
|
1853
1895
|
32: string;
|
|
1854
1896
|
36: string;
|
|
1855
1897
|
40: string;
|
|
@@ -1865,10 +1907,12 @@ export declare const labelContainerStyles: import("@stitches/react/types/styled-
|
|
|
1865
1907
|
transitions: {};
|
|
1866
1908
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
1867
1909
|
export declare const UsdPrice: import("@stitches/react/types/styled-component").StyledComponent<typeof Typography, {}, {
|
|
1910
|
+
xs: string;
|
|
1868
1911
|
sm: string;
|
|
1869
1912
|
md: string;
|
|
1870
1913
|
lg: string;
|
|
1871
1914
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
1915
|
+
xs: string;
|
|
1872
1916
|
sm: string;
|
|
1873
1917
|
md: string;
|
|
1874
1918
|
lg: string;
|
|
@@ -2001,12 +2045,14 @@ export declare const UsdPrice: import("@stitches/react/types/styled-component").
|
|
|
2001
2045
|
4: string;
|
|
2002
2046
|
6: string;
|
|
2003
2047
|
8: string;
|
|
2048
|
+
10: string;
|
|
2004
2049
|
12: string;
|
|
2005
2050
|
16: string;
|
|
2006
2051
|
18: string;
|
|
2007
2052
|
20: string;
|
|
2008
2053
|
24: string;
|
|
2009
2054
|
28: string;
|
|
2055
|
+
30: string;
|
|
2010
2056
|
32: string;
|
|
2011
2057
|
36: string;
|
|
2012
2058
|
40: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SwapInput.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/containers/SwapInput/SwapInput.styles.ts"],"names":[],"mappings":";;;AAAA,OAAO,EAAqB,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAGjE,eAAO,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"SwapInput.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/containers/SwapInput/SwapInput.styles.ts"],"names":[],"mappings":"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"}
|
|
@@ -11,6 +11,8 @@ export type BaseProps = {
|
|
|
11
11
|
price: {
|
|
12
12
|
value: string;
|
|
13
13
|
usdValue?: string;
|
|
14
|
+
realValue?: string;
|
|
15
|
+
realUsdValue?: string;
|
|
14
16
|
error?: string;
|
|
15
17
|
};
|
|
16
18
|
loading?: boolean;
|
|
@@ -19,6 +21,7 @@ export type BaseProps = {
|
|
|
19
21
|
label: string;
|
|
20
22
|
sharpBottomStyle?: boolean;
|
|
21
23
|
onClickToken: () => void;
|
|
24
|
+
tooltipContainer?: HTMLElement;
|
|
22
25
|
};
|
|
23
26
|
type FromProps = {
|
|
24
27
|
mode: 'From';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SwapInput.types.d.ts","sourceRoot":"","sources":["../../../../../../src/containers/SwapInput/SwapInput.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,gDAAgD,CAAC;AAE9F,MAAM,MAAM,SAAS,GAAG;IACtB,KAAK,EAAE;QACL,WAAW,EAAE,MAAM,CAAC;QACpB,KAAK,EAAE,MAAM,CAAC;KACf,CAAC;IACF,KAAK,EAAE;QACL,WAAW,EAAE,MAAM,CAAC;QACpB,KAAK,EAAE,MAAM,CAAC;KACf,CAAC;IACF,KAAK,EAAE;QACL,KAAK,EAAE,MAAM,CAAC;QACd,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,KAAK,CAAC,EAAE,MAAM,CAAC;KAChB,CAAC;IACF,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,YAAY,EAAE,MAAM,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"SwapInput.types.d.ts","sourceRoot":"","sources":["../../../../../../src/containers/SwapInput/SwapInput.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,gDAAgD,CAAC;AAE9F,MAAM,MAAM,SAAS,GAAG;IACtB,KAAK,EAAE;QACL,WAAW,EAAE,MAAM,CAAC;QACpB,KAAK,EAAE,MAAM,CAAC;KACf,CAAC;IACF,KAAK,EAAE;QACL,WAAW,EAAE,MAAM,CAAC;QACpB,KAAK,EAAE,MAAM,CAAC;KACf,CAAC;IACF,KAAK,EAAE;QACL,KAAK,EAAE,MAAM,CAAC;QACd,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,YAAY,CAAC,EAAE,MAAM,CAAC;QACtB,KAAK,CAAC,EAAE,MAAM,CAAC;KAChB,CAAC;IACF,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,YAAY,EAAE,MAAM,IAAI,CAAC;IACzB,gBAAgB,CAAC,EAAE,WAAW,CAAC;CAChC,CAAC;AAEF,KAAK,SAAS,GAAG;IACf,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,cAAc,EAAE,OAAO,CAAC;IACxB,kBAAkB,EAAE,MAAM,IAAI,CAAC;IAC/B,aAAa,EAAE,CAAC,WAAW,EAAE,MAAM,KAAK,IAAI,CAAC;CAC9C,CAAC;AAEF,KAAK,OAAO,GAAG;IACb,IAAI,EAAE,IAAI,CAAC;IACX,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,YAAY,EAAE,uBAAuB,CAAC;CACvC,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG,SAAS,GAAG,CAAC,SAAS,GAAG,OAAO,CAAC,CAAC"}
|