@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
|
@@ -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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"}
|
|
@@ -278,13 +278,16 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
278
278
|
prefix?: import("react").ReactNode;
|
|
279
279
|
suffix?: import("react").ReactNode;
|
|
280
280
|
fullWidth?: boolean | undefined;
|
|
281
|
+
disableRipple?: boolean | undefined;
|
|
281
282
|
} & {
|
|
282
283
|
children?: import("react").ReactNode;
|
|
283
284
|
} & import("react").RefAttributes<HTMLButtonElement>>, {}, {
|
|
285
|
+
xs: string;
|
|
284
286
|
sm: string;
|
|
285
287
|
md: string;
|
|
286
288
|
lg: string;
|
|
287
289
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
290
|
+
xs: string;
|
|
288
291
|
sm: string;
|
|
289
292
|
md: string;
|
|
290
293
|
lg: string;
|
|
@@ -417,12 +420,14 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
417
420
|
4: string;
|
|
418
421
|
6: string;
|
|
419
422
|
8: string;
|
|
423
|
+
10: string;
|
|
420
424
|
12: string;
|
|
421
425
|
16: string;
|
|
422
426
|
18: string;
|
|
423
427
|
20: string;
|
|
424
428
|
24: string;
|
|
425
429
|
28: string;
|
|
430
|
+
30: string;
|
|
426
431
|
32: string;
|
|
427
432
|
36: string;
|
|
428
433
|
40: string;
|
|
@@ -438,10 +443,12 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
438
443
|
transitions: {};
|
|
439
444
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
440
445
|
export declare const chainNameStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
|
|
446
|
+
xs: string;
|
|
441
447
|
sm: string;
|
|
442
448
|
md: string;
|
|
443
449
|
lg: string;
|
|
444
450
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
451
|
+
xs: string;
|
|
445
452
|
sm: string;
|
|
446
453
|
md: string;
|
|
447
454
|
lg: string;
|
|
@@ -574,12 +581,14 @@ export declare const chainNameStyles: import("@stitches/react/types/styled-compo
|
|
|
574
581
|
4: string;
|
|
575
582
|
6: string;
|
|
576
583
|
8: string;
|
|
584
|
+
10: string;
|
|
577
585
|
12: string;
|
|
578
586
|
16: string;
|
|
579
587
|
18: string;
|
|
580
588
|
20: string;
|
|
581
589
|
24: string;
|
|
582
590
|
28: string;
|
|
591
|
+
30: string;
|
|
583
592
|
32: string;
|
|
584
593
|
36: string;
|
|
585
594
|
40: string;
|
|
@@ -595,10 +604,12 @@ export declare const chainNameStyles: import("@stitches/react/types/styled-compo
|
|
|
595
604
|
transitions: {};
|
|
596
605
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
597
606
|
export declare const TokenSectionContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
607
|
+
xs: string;
|
|
598
608
|
sm: string;
|
|
599
609
|
md: string;
|
|
600
610
|
lg: string;
|
|
601
611
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
612
|
+
xs: string;
|
|
602
613
|
sm: string;
|
|
603
614
|
md: string;
|
|
604
615
|
lg: string;
|
|
@@ -731,12 +742,14 @@ export declare const TokenSectionContainer: import("@stitches/react/types/styled
|
|
|
731
742
|
4: string;
|
|
732
743
|
6: string;
|
|
733
744
|
8: string;
|
|
745
|
+
10: string;
|
|
734
746
|
12: string;
|
|
735
747
|
16: string;
|
|
736
748
|
18: string;
|
|
737
749
|
20: string;
|
|
738
750
|
24: string;
|
|
739
751
|
28: string;
|
|
752
|
+
30: string;
|
|
740
753
|
32: string;
|
|
741
754
|
36: string;
|
|
742
755
|
40: string;
|
|
@@ -752,10 +765,12 @@ export declare const TokenSectionContainer: import("@stitches/react/types/styled
|
|
|
752
765
|
transitions: {};
|
|
753
766
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
754
767
|
export declare const tokenChainStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
|
|
768
|
+
xs: string;
|
|
755
769
|
sm: string;
|
|
756
770
|
md: string;
|
|
757
771
|
lg: string;
|
|
758
772
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
773
|
+
xs: string;
|
|
759
774
|
sm: string;
|
|
760
775
|
md: string;
|
|
761
776
|
lg: string;
|
|
@@ -888,12 +903,14 @@ export declare const tokenChainStyles: import("@stitches/react/types/styled-comp
|
|
|
888
903
|
4: string;
|
|
889
904
|
6: string;
|
|
890
905
|
8: string;
|
|
906
|
+
10: string;
|
|
891
907
|
12: string;
|
|
892
908
|
16: string;
|
|
893
909
|
18: string;
|
|
894
910
|
20: string;
|
|
895
911
|
24: string;
|
|
896
912
|
28: string;
|
|
913
|
+
30: string;
|
|
897
914
|
32: string;
|
|
898
915
|
36: string;
|
|
899
916
|
40: string;
|
|
@@ -909,10 +926,12 @@ export declare const tokenChainStyles: import("@stitches/react/types/styled-comp
|
|
|
909
926
|
transitions: {};
|
|
910
927
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
911
928
|
export declare const skeletonStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
|
|
929
|
+
xs: string;
|
|
912
930
|
sm: string;
|
|
913
931
|
md: string;
|
|
914
932
|
lg: string;
|
|
915
933
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
934
|
+
xs: string;
|
|
916
935
|
sm: string;
|
|
917
936
|
md: string;
|
|
918
937
|
lg: string;
|
|
@@ -1045,12 +1064,14 @@ export declare const skeletonStyles: import("@stitches/react/types/styled-compon
|
|
|
1045
1064
|
4: string;
|
|
1046
1065
|
6: string;
|
|
1047
1066
|
8: string;
|
|
1067
|
+
10: string;
|
|
1048
1068
|
12: string;
|
|
1049
1069
|
16: string;
|
|
1050
1070
|
18: string;
|
|
1051
1071
|
20: string;
|
|
1052
1072
|
24: string;
|
|
1053
1073
|
28: string;
|
|
1074
|
+
30: string;
|
|
1054
1075
|
32: string;
|
|
1055
1076
|
36: string;
|
|
1056
1077
|
40: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TokenSection.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/containers/SwapInput/TokenSection.styles.ts"],"names":[],"mappings":";;;AAGA,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"TokenSection.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/containers/SwapInput/TokenSection.styles.ts"],"names":[],"mappings":";;;AAGA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA2BpB,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAAQ,CAAC;AAErC,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAehC,CAAC;AAEH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAO3B,CAAC;AAEH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGzB,CAAC"}
|
|
@@ -2,10 +2,12 @@ import type { TokenWithAmount } from '../../components/TokenList/TokenList';
|
|
|
2
2
|
import type { LoadingStatus } from '../../types/meta';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
export declare const LoaderContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
5
|
+
xs: string;
|
|
5
6
|
sm: string;
|
|
6
7
|
md: string;
|
|
7
8
|
lg: string;
|
|
8
9
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
10
|
+
xs: string;
|
|
9
11
|
sm: string;
|
|
10
12
|
md: string;
|
|
11
13
|
lg: string;
|
|
@@ -138,12 +140,14 @@ export declare const LoaderContainer: import("@stitches/react/types/styled-compo
|
|
|
138
140
|
4: string;
|
|
139
141
|
6: string;
|
|
140
142
|
8: string;
|
|
143
|
+
10: string;
|
|
141
144
|
12: string;
|
|
142
145
|
16: string;
|
|
143
146
|
18: string;
|
|
144
147
|
20: string;
|
|
145
148
|
24: string;
|
|
146
149
|
28: string;
|
|
150
|
+
30: string;
|
|
147
151
|
32: string;
|
|
148
152
|
36: string;
|
|
149
153
|
40: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TokenSelector.d.ts","sourceRoot":"","sources":["../../../../../../src/containers/TokenSelector/TokenSelector.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sCAAsC,CAAC;AAC5E,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEtD,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"TokenSelector.d.ts","sourceRoot":"","sources":["../../../../../../src/containers/TokenSelector/TokenSelector.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sCAAsC,CAAC;AAC5E,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEtD,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAM1B,CAAC;AACH,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,eAAe,EAAE,CAAC;IACxB,IAAI,CAAC,EAAE,QAAQ,GAAG,aAAa,CAAC;IAChC,QAAQ,EAAE,eAAe,GAAG,IAAI,CAAC;IACjC,QAAQ,EAAE,CAAC,KAAK,EAAE,eAAe,KAAK,IAAI,CAAC;IAC3C,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,aAAa,EAAE,aAAa,CAAC;IAC7B,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAUD,wBAAgB,aAAa,CAAC,KAAK,EAAE,SAAS,qBAiC7C"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { SvgIconPropsWithChildren } from '../components/SvgIcon';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
declare function SvgAdd(props: SvgIconPropsWithChildren): React.FunctionComponentElement<SvgIconPropsWithChildren>;
|
|
4
|
+
export default SvgAdd;
|
|
5
|
+
//# sourceMappingURL=Add.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Add.d.ts","sourceRoot":"","sources":["../../../../../src/icons/Add.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AAEtE,OAAO,KAAwB,MAAM,OAAO,CAAC;AAI7C,iBAAS,MAAM,CAAC,KAAK,EAAE,wBAAwB,4DAiB9C;AACD,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { SvgIconPropsWithChildren } from '../components/SvgIcon';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
declare function SvgHeight(props: SvgIconPropsWithChildren): React.FunctionComponentElement<SvgIconPropsWithChildren>;
|
|
4
|
+
export default SvgHeight;
|
|
5
|
+
//# sourceMappingURL=Height.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Height.d.ts","sourceRoot":"","sources":["../../../../../src/icons/Height.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AAEtE,OAAO,KAAwB,MAAM,OAAO,CAAC;AAI7C,iBAAS,SAAS,CAAC,KAAK,EAAE,wBAAwB,4DAgBjD;AACD,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { SvgIconPropsWithChildren } from '../components/SvgIcon';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
declare function SvgKey(props: SvgIconPropsWithChildren): React.FunctionComponentElement<SvgIconPropsWithChildren>;
|
|
4
|
+
export default SvgKey;
|
|
5
|
+
//# sourceMappingURL=Key.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Key.d.ts","sourceRoot":"","sources":["../../../../../src/icons/Key.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AAEtE,OAAO,KAAwB,MAAM,OAAO,CAAC;AAI7C,iBAAS,MAAM,CAAC,KAAK,EAAE,wBAAwB,4DAwB9C;AACD,eAAe,MAAM,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Refresh.d.ts","sourceRoot":"","sources":["../../../../../src/icons/Refresh.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AAEtE,OAAO,KAAwB,MAAM,OAAO,CAAC;AAI7C,iBAAS,UAAU,CAAC,KAAK,EAAE,wBAAwB,
|
|
1
|
+
{"version":3,"file":"Refresh.d.ts","sourceRoot":"","sources":["../../../../../src/icons/Refresh.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AAEtE,OAAO,KAAwB,MAAM,OAAO,CAAC;AAI7C,iBAAS,UAAU,CAAC,KAAK,EAAE,wBAAwB,4DAmBlD;AACD,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { SvgIconPropsWithChildren } from '../components/SvgIcon';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
declare function SvgWidth(props: SvgIconPropsWithChildren): React.FunctionComponentElement<SvgIconPropsWithChildren>;
|
|
4
|
+
export default SvgWidth;
|
|
5
|
+
//# sourceMappingURL=Width.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Width.d.ts","sourceRoot":"","sources":["../../../../../src/icons/Width.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AAEtE,OAAO,KAAwB,MAAM,OAAO,CAAC;AAI7C,iBAAS,QAAQ,CAAC,KAAK,EAAE,wBAAwB,4DAqBhD;AACD,eAAe,QAAQ,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export { default as AddIcon } from './Add';
|
|
1
2
|
export { default as AutoThemeIcon } from './AutoTheme';
|
|
2
3
|
export { default as BorderRadiusIcon } from './BorderRadius';
|
|
3
4
|
export { default as ChevronDownIcon } from './ChevronDown';
|
|
@@ -18,6 +19,7 @@ export { default as ErrorIcon } from './Error';
|
|
|
18
19
|
export { default as ExternalLinkIcon } from './ExternalLink';
|
|
19
20
|
export { default as FontIcon } from './Font';
|
|
20
21
|
export { default as GasIcon } from './Gas';
|
|
22
|
+
export { default as HeightIcon } from './Height';
|
|
21
23
|
export { default as InProgressIcon } from './InProgress';
|
|
22
24
|
export { default as InfoErrorIcon } from './InfoError';
|
|
23
25
|
export { default as InfoIcon } from './Info';
|
|
@@ -43,8 +45,10 @@ export { default as TransactionIcon } from './Transaction';
|
|
|
43
45
|
export { default as UtxoCategoryIcon } from './UtxoCategory';
|
|
44
46
|
export { default as WalletIcon } from './Wallet';
|
|
45
47
|
export { default as WarningIcon } from './Warning';
|
|
48
|
+
export { default as WidthIcon } from './Width';
|
|
46
49
|
export { default as ChainsIcon } from './Chains';
|
|
47
50
|
export { default as ColorsIcon } from './Colors';
|
|
51
|
+
export { default as KeyIcon } from './Key';
|
|
48
52
|
export { default as SettingsIcon } from './Settings';
|
|
49
53
|
export { default as StyleIcon } from './Style';
|
|
50
54
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/icons/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/icons/index.ts"],"names":[],"mappings":"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"}
|