@rango-dev/ui 0.26.1-next.5 → 0.26.1-next.7
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 +2 -2
- 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 +8 -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 +2 -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 +4 -0
- package/dist/widget/ui/src/components/BottomLogo/BottomLogo.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Button/Button.styles.d.ts +6 -0
- package/dist/widget/ui/src/components/Button/Button.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/ChainToken/ChainToken.styles.d.ts +4 -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 +8 -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 +2 -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 +2 -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 +163 -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 +10 -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 +4 -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 +2 -0
- package/dist/widget/ui/src/components/Icon/CloseIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/common.d.ts +4 -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 +2 -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 +2 -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 +2 -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 +2 -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 +6 -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 +12 -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 +2 -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 +4 -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 +4 -0
- package/dist/widget/ui/src/components/PriceImpact/PriceImpact.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/QuoteCost/QuoteCost.styles.d.ts +8 -0
- package/dist/widget/ui/src/components/QuoteCost/QuoteCost.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Radio/Radio.styles.d.ts +4 -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 +8 -0
- package/dist/widget/ui/src/components/RadioGroup/RadioGroup.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/RefreshProgressButton/RefreshProgressButton.styles.d.ts +4 -0
- package/dist/widget/ui/src/components/RefreshProgressButton/RefreshProgressButton.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/RoutesOverview/RoutesOverview.d.ts +2 -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 +6 -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 +2 -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 +173 -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 +2 -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 +2 -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 +12 -0
- package/dist/widget/ui/src/components/SwapListItem/SwapListItem.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SwapListItem/SwapToken.styles.d.ts +18 -0
- package/dist/widget/ui/src/components/SwapListItem/SwapToken.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Switch/Switch.styles.d.ts +4 -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 +6 -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 +6 -0
- package/dist/widget/ui/src/components/TokenAmount/TokenAmount.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Tooltip/Tooltip.styles.d.ts +6 -0
- package/dist/widget/ui/src/components/Tooltip/Tooltip.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Typography/Typography.styles.d.ts +2 -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 +10 -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 +2 -0
- package/dist/widget/ui/src/components/common/FilledCircle.d.ts.map +1 -1
- package/dist/widget/ui/src/components/common/Image.d.ts +2 -0
- package/dist/widget/ui/src/components/common/Image.d.ts.map +1 -1
- package/dist/widget/ui/src/components/common/styles.d.ts +2 -0
- package/dist/widget/ui/src/components/common/styles.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapHistory/SwapHistory.d.ts +20 -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 +24 -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 +10 -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 +2 -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/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 +20 -0
- package/dist/widget/ui/src/theme.d.ts.map +1 -1
- package/package.json +1 -1
- 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/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/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/icons/Height.tsx +24 -0
- package/src/icons/Key.tsx +32 -0
- package/src/icons/Width.tsx +29 -0
- package/src/icons/index.ts +3 -0
- package/src/theme.ts +2 -0
package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.styles.d.ts
CHANGED
|
@@ -135,12 +135,14 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
135
135
|
4: string;
|
|
136
136
|
6: string;
|
|
137
137
|
8: string;
|
|
138
|
+
10: string;
|
|
138
139
|
12: string;
|
|
139
140
|
16: string;
|
|
140
141
|
18: string;
|
|
141
142
|
20: string;
|
|
142
143
|
24: string;
|
|
143
144
|
28: string;
|
|
145
|
+
30: string;
|
|
144
146
|
32: string;
|
|
145
147
|
36: string;
|
|
146
148
|
40: string;
|
|
@@ -292,12 +294,14 @@ export declare const ImageContent: import("@stitches/react/types/styled-componen
|
|
|
292
294
|
4: string;
|
|
293
295
|
6: string;
|
|
294
296
|
8: string;
|
|
297
|
+
10: string;
|
|
295
298
|
12: string;
|
|
296
299
|
16: string;
|
|
297
300
|
18: string;
|
|
298
301
|
20: string;
|
|
299
302
|
24: string;
|
|
300
303
|
28: string;
|
|
304
|
+
30: string;
|
|
301
305
|
32: string;
|
|
302
306
|
36: string;
|
|
303
307
|
40: string;
|
|
@@ -449,12 +453,14 @@ export declare const FirstImage: import("@stitches/react/types/styled-component"
|
|
|
449
453
|
4: string;
|
|
450
454
|
6: string;
|
|
451
455
|
8: string;
|
|
456
|
+
10: string;
|
|
452
457
|
12: string;
|
|
453
458
|
16: string;
|
|
454
459
|
18: string;
|
|
455
460
|
20: string;
|
|
456
461
|
24: string;
|
|
457
462
|
28: string;
|
|
463
|
+
30: string;
|
|
458
464
|
32: string;
|
|
459
465
|
36: string;
|
|
460
466
|
40: string;
|
package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.styles.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SelectableCategoryList.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/SelectableCategoryList/SelectableCategoryList.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"SelectableCategoryList.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/SelectableCategoryList/SelectableCategoryList.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIpB,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMvB,CAAC;AACH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKrB,CAAC"}
|
|
@@ -138,12 +138,14 @@ export declare const SkeletonContainer: import("@stitches/react/types/styled-com
|
|
|
138
138
|
4: string;
|
|
139
139
|
6: string;
|
|
140
140
|
8: string;
|
|
141
|
+
10: string;
|
|
141
142
|
12: string;
|
|
142
143
|
16: string;
|
|
143
144
|
18: string;
|
|
144
145
|
20: string;
|
|
145
146
|
24: string;
|
|
146
147
|
28: string;
|
|
148
|
+
30: string;
|
|
147
149
|
32: string;
|
|
148
150
|
36: string;
|
|
149
151
|
40: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Skeleton.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Skeleton/Skeleton.styles.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"Skeleton.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Skeleton/Skeleton.styles.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAsD5B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StepDetails.d.ts","sourceRoot":"","sources":["../../../../../../src/components/StepDetails/StepDetails.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"StepDetails.d.ts","sourceRoot":"","sources":["../../../../../../src/components/StepDetails/StepDetails.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAgB,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAG1E,OAAO,KAAwD,MAAM,OAAO,CAAC;AA2K7E,eAAO,MAAM,WAAW,oHAA6B,CAAC"}
|
|
@@ -138,12 +138,14 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
138
138
|
4: string;
|
|
139
139
|
6: string;
|
|
140
140
|
8: string;
|
|
141
|
+
10: string;
|
|
141
142
|
12: string;
|
|
142
143
|
16: string;
|
|
143
144
|
18: string;
|
|
144
145
|
20: string;
|
|
145
146
|
24: string;
|
|
146
147
|
28: string;
|
|
148
|
+
30: string;
|
|
147
149
|
32: string;
|
|
148
150
|
36: string;
|
|
149
151
|
40: string;
|
|
@@ -297,12 +299,14 @@ export declare const SwapperImage: import("@stitches/react/types/styled-componen
|
|
|
297
299
|
4: string;
|
|
298
300
|
6: string;
|
|
299
301
|
8: string;
|
|
302
|
+
10: string;
|
|
300
303
|
12: string;
|
|
301
304
|
16: string;
|
|
302
305
|
18: string;
|
|
303
306
|
20: string;
|
|
304
307
|
24: string;
|
|
305
308
|
28: string;
|
|
309
|
+
30: string;
|
|
306
310
|
32: string;
|
|
307
311
|
36: string;
|
|
308
312
|
40: string;
|
|
@@ -456,12 +460,14 @@ export declare const Alerts: import("@stitches/react/types/styled-component").St
|
|
|
456
460
|
4: string;
|
|
457
461
|
6: string;
|
|
458
462
|
8: string;
|
|
463
|
+
10: string;
|
|
459
464
|
12: string;
|
|
460
465
|
16: string;
|
|
461
466
|
18: string;
|
|
462
467
|
20: string;
|
|
463
468
|
24: string;
|
|
464
469
|
28: string;
|
|
470
|
+
30: string;
|
|
465
471
|
32: string;
|
|
466
472
|
36: string;
|
|
467
473
|
40: string;
|
|
@@ -615,12 +621,175 @@ export declare const DashedLine: import("@stitches/react/types/styled-component"
|
|
|
615
621
|
4: string;
|
|
616
622
|
6: string;
|
|
617
623
|
8: string;
|
|
624
|
+
10: string;
|
|
625
|
+
12: string;
|
|
626
|
+
16: string;
|
|
627
|
+
18: string;
|
|
628
|
+
20: string;
|
|
629
|
+
24: string;
|
|
630
|
+
28: string;
|
|
631
|
+
30: string;
|
|
632
|
+
32: string;
|
|
633
|
+
36: string;
|
|
634
|
+
40: string;
|
|
635
|
+
45: string;
|
|
636
|
+
48: string;
|
|
637
|
+
};
|
|
638
|
+
borderWidths: {};
|
|
639
|
+
borderStyles: {};
|
|
640
|
+
shadows: {
|
|
641
|
+
s: string;
|
|
642
|
+
};
|
|
643
|
+
zIndices: {};
|
|
644
|
+
transitions: {};
|
|
645
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
646
|
+
export declare const SwapperSeparator: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
647
|
+
state?: "warning" | "error" | "default" | "in-progress" | "completed" | undefined;
|
|
648
|
+
}, {
|
|
649
|
+
sm: string;
|
|
650
|
+
md: string;
|
|
651
|
+
lg: string;
|
|
652
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
653
|
+
sm: string;
|
|
654
|
+
md: string;
|
|
655
|
+
lg: string;
|
|
656
|
+
}, {
|
|
657
|
+
colors: {
|
|
658
|
+
primary: string;
|
|
659
|
+
primary500: string;
|
|
660
|
+
primary600: string;
|
|
661
|
+
secondary: string;
|
|
662
|
+
secondary100: string;
|
|
663
|
+
secondary200: string;
|
|
664
|
+
secondary300: string;
|
|
665
|
+
secondary400: string;
|
|
666
|
+
secondary500: string;
|
|
667
|
+
secondary600: string;
|
|
668
|
+
secondary700: string;
|
|
669
|
+
secondary800: string;
|
|
670
|
+
secondary900: string;
|
|
671
|
+
neutral: string;
|
|
672
|
+
neutral100: string;
|
|
673
|
+
neutral200: string;
|
|
674
|
+
neutral300: string;
|
|
675
|
+
neutral400: string;
|
|
676
|
+
neutral500: string;
|
|
677
|
+
neutral600: string;
|
|
678
|
+
neutral700: string;
|
|
679
|
+
neutral800: string;
|
|
680
|
+
neutral900: string;
|
|
681
|
+
error100: string;
|
|
682
|
+
error300: string;
|
|
683
|
+
error500: string;
|
|
684
|
+
error600: string;
|
|
685
|
+
error700: string;
|
|
686
|
+
warning100: string;
|
|
687
|
+
warning300: string;
|
|
688
|
+
warning500: string;
|
|
689
|
+
warning600: string;
|
|
690
|
+
warning700: string;
|
|
691
|
+
info: string;
|
|
692
|
+
info100: string;
|
|
693
|
+
info300: string;
|
|
694
|
+
info500: string;
|
|
695
|
+
info600: string;
|
|
696
|
+
info700: string;
|
|
697
|
+
success100: string;
|
|
698
|
+
success300: string;
|
|
699
|
+
success500: string;
|
|
700
|
+
success600: string;
|
|
701
|
+
success700: string;
|
|
702
|
+
background: string;
|
|
703
|
+
foreground: string;
|
|
704
|
+
};
|
|
705
|
+
space: {
|
|
706
|
+
0: string;
|
|
707
|
+
5: string;
|
|
708
|
+
10: string;
|
|
709
|
+
15: string;
|
|
710
|
+
20: string;
|
|
711
|
+
25: string;
|
|
712
|
+
30: string;
|
|
713
|
+
40: string;
|
|
714
|
+
46: string;
|
|
715
|
+
50: string;
|
|
716
|
+
60: string;
|
|
717
|
+
70: string;
|
|
718
|
+
80: string;
|
|
719
|
+
90: string;
|
|
720
|
+
100: string;
|
|
721
|
+
2: string;
|
|
722
|
+
4: string;
|
|
723
|
+
6: string;
|
|
724
|
+
8: string;
|
|
725
|
+
12: string;
|
|
726
|
+
16: string;
|
|
727
|
+
24: string;
|
|
728
|
+
28: string;
|
|
729
|
+
32: string;
|
|
730
|
+
};
|
|
731
|
+
radii: {
|
|
732
|
+
xs: string;
|
|
733
|
+
sm: string;
|
|
734
|
+
xm: string;
|
|
735
|
+
md: string;
|
|
736
|
+
xl: string;
|
|
737
|
+
lg: string;
|
|
738
|
+
primary: string;
|
|
739
|
+
secondary: string;
|
|
740
|
+
};
|
|
741
|
+
fontSizes: {
|
|
742
|
+
10: string;
|
|
743
|
+
12: string;
|
|
744
|
+
14: string;
|
|
745
|
+
16: string;
|
|
746
|
+
18: string;
|
|
747
|
+
20: string;
|
|
748
|
+
22: string;
|
|
749
|
+
24: string;
|
|
750
|
+
28: string;
|
|
751
|
+
32: string;
|
|
752
|
+
36: string;
|
|
753
|
+
40: string;
|
|
754
|
+
48: string;
|
|
755
|
+
};
|
|
756
|
+
fonts: {
|
|
757
|
+
primary: string;
|
|
758
|
+
widget: string;
|
|
759
|
+
};
|
|
760
|
+
fontWeights: {
|
|
761
|
+
regular: number;
|
|
762
|
+
medium: number;
|
|
763
|
+
semiBold: number;
|
|
764
|
+
bold: number;
|
|
765
|
+
};
|
|
766
|
+
lineHeights: {
|
|
767
|
+
12: string;
|
|
768
|
+
16: string;
|
|
769
|
+
20: string;
|
|
770
|
+
24: string;
|
|
771
|
+
26: string;
|
|
772
|
+
28: string;
|
|
773
|
+
30: string;
|
|
774
|
+
36: string;
|
|
775
|
+
40: string;
|
|
776
|
+
44: string;
|
|
777
|
+
52: string;
|
|
778
|
+
64: string;
|
|
779
|
+
};
|
|
780
|
+
letterSpacings: {};
|
|
781
|
+
sizes: {
|
|
782
|
+
4: string;
|
|
783
|
+
6: string;
|
|
784
|
+
8: string;
|
|
785
|
+
10: string;
|
|
618
786
|
12: string;
|
|
619
787
|
16: string;
|
|
620
788
|
18: string;
|
|
621
789
|
20: string;
|
|
622
790
|
24: string;
|
|
623
791
|
28: string;
|
|
792
|
+
30: string;
|
|
624
793
|
32: string;
|
|
625
794
|
36: string;
|
|
626
795
|
40: string;
|
|
@@ -774,12 +943,14 @@ export declare const StepSeparator: import("@stitches/react/types/styled-compone
|
|
|
774
943
|
4: string;
|
|
775
944
|
6: string;
|
|
776
945
|
8: string;
|
|
946
|
+
10: string;
|
|
777
947
|
12: string;
|
|
778
948
|
16: string;
|
|
779
949
|
18: string;
|
|
780
950
|
20: string;
|
|
781
951
|
24: string;
|
|
782
952
|
28: string;
|
|
953
|
+
30: string;
|
|
783
954
|
32: string;
|
|
784
955
|
36: string;
|
|
785
956
|
40: string;
|
|
@@ -795,7 +966,8 @@ export declare const StepSeparator: import("@stitches/react/types/styled-compone
|
|
|
795
966
|
transitions: {};
|
|
796
967
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
797
968
|
export declare const tokensContainerStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {}, import("@stitches/react/types/css-util").CSS<{}, {}, {}, {}>>;
|
|
798
|
-
export declare const
|
|
969
|
+
export declare const swappersStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {}, import("@stitches/react/types/css-util").CSS<{}, {}, {}, {}>>;
|
|
970
|
+
export declare const swapperItemStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {}, import("@stitches/react/types/css-util").CSS<{}, {}, {}, {}>>;
|
|
799
971
|
export declare const stepInfoStyles: import("@stitches/react/types/styled-component").CssComponent<never, {
|
|
800
972
|
tx?: boolean | "true" | undefined;
|
|
801
973
|
}, {}, import("@stitches/react/types/css-util").CSS<{}, {}, {}, {}>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StepDetails.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/StepDetails/StepDetails.styles.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"StepDetails.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/StepDetails/StepDetails.styles.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAgCpB,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAmBvB,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DASjB,CAAC;AAEH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAarB,CAAC;AAEH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAkB3B,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAsBxB,CAAC;AAEH,eAAO,MAAM,qBAAqB,4IAEhC,CAAC;AAEH,eAAO,MAAM,cAAc,4IAIzB,CAAC;AAEH,eAAO,MAAM,iBAAiB,4IAG5B,CAAC;AAEH,eAAO,MAAM,cAAc;;oEAYzB,CAAC;AAEH,eAAO,MAAM,YAAY,4IAKvB,CAAC"}
|
|
@@ -1,8 +1,21 @@
|
|
|
1
|
+
import type { SwapperType } from 'rango-sdk';
|
|
1
2
|
import type { ReactNode } from 'react';
|
|
2
3
|
import type { SwapInputProps } from 'src/containers/SwapInput/SwapInput.types';
|
|
3
4
|
type BaseStep = Pick<SwapInputProps, 'chain' | 'token' | 'price'>;
|
|
5
|
+
type SwapperInfo = SwapInputProps['chain'] & {
|
|
6
|
+
type?: SwapperType;
|
|
7
|
+
};
|
|
8
|
+
export type InternalSwap = {
|
|
9
|
+
swapper: SwapperInfo;
|
|
10
|
+
from: {
|
|
11
|
+
blockchain: string;
|
|
12
|
+
};
|
|
13
|
+
to: {
|
|
14
|
+
blockchain: string;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
4
17
|
export type Step = {
|
|
5
|
-
swapper:
|
|
18
|
+
swapper: SwapperInfo;
|
|
6
19
|
from: BaseStep;
|
|
7
20
|
to: BaseStep;
|
|
8
21
|
error?: {
|
|
@@ -11,6 +24,7 @@ export type Step = {
|
|
|
11
24
|
};
|
|
12
25
|
alerts?: ReactNode;
|
|
13
26
|
state?: 'error' | 'warning';
|
|
27
|
+
internalSwaps?: InternalSwap[];
|
|
14
28
|
};
|
|
15
29
|
export type StepDetailsProps = {
|
|
16
30
|
step: Step;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StepDetails.types.d.ts","sourceRoot":"","sources":["../../../../../../src/components/StepDetails/StepDetails.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,0CAA0C,CAAC;AAE/E,KAAK,QAAQ,GAAG,IAAI,CAAC,cAAc,EAAE,OAAO,GAAG,OAAO,GAAG,OAAO,CAAC,CAAC;AAElE,MAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"StepDetails.types.d.ts","sourceRoot":"","sources":["../../../../../../src/components/StepDetails/StepDetails.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AAC7C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,0CAA0C,CAAC;AAE/E,KAAK,QAAQ,GAAG,IAAI,CAAC,cAAc,EAAE,OAAO,GAAG,OAAO,GAAG,OAAO,CAAC,CAAC;AAElE,KAAK,WAAW,GAAG,cAAc,CAAC,OAAO,CAAC,GAAG;IAC3C,IAAI,CAAC,EAAE,WAAW,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG;IACzB,OAAO,EAAE,WAAW,CAAC;IACrB,IAAI,EAAE;QACJ,UAAU,EAAE,MAAM,CAAC;KACpB,CAAC;IACF,EAAE,EAAE;QACF,UAAU,EAAE,MAAM,CAAC;KACpB,CAAC;CACH,CAAC;AAEF,MAAM,MAAM,IAAI,GAAG;IACjB,OAAO,EAAE,WAAW,CAAC;IACrB,IAAI,EAAE,QAAQ,CAAC;IACf,EAAE,EAAE,QAAQ,CAAC;IACb,KAAK,CAAC,EAAE;QACN,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,WAAW,CAAC,EAAE,MAAM,CAAC;KACtB,CAAC;IACF,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC5B,aAAa,CAAC,EAAE,YAAY,EAAE,CAAC;CAChC,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG;IAC7B,IAAI,EAAE,IAAI,CAAC;IACX,YAAY,EAAE,OAAO,CAAC;IACtB,IAAI,EAAE,eAAe,GAAG,eAAe,CAAC;IACxC,KAAK,CAAC,EAAE,SAAS,GAAG,aAAa,GAAG,WAAW,GAAG,SAAS,GAAG,OAAO,CAAC;IACtE,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,gBAAgB,CAAC,EAAE,WAAW,CAAC;CAChC,CAAC"}
|
|
@@ -137,12 +137,14 @@ export declare const SvgWithColor: import("@stitches/react/types/styled-componen
|
|
|
137
137
|
4: string;
|
|
138
138
|
6: string;
|
|
139
139
|
8: string;
|
|
140
|
+
10: string;
|
|
140
141
|
12: string;
|
|
141
142
|
16: string;
|
|
142
143
|
18: string;
|
|
143
144
|
20: string;
|
|
144
145
|
24: string;
|
|
145
146
|
28: string;
|
|
147
|
+
30: string;
|
|
146
148
|
32: string;
|
|
147
149
|
36: string;
|
|
148
150
|
40: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SvgIcon.style.d.ts","sourceRoot":"","sources":["../../../../../../src/components/SvgIcon/SvgIcon.style.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"SvgIcon.style.d.ts","sourceRoot":"","sources":["../../../../../../src/components/SvgIcon/SvgIcon.style.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAgCvB,CAAC"}
|
|
@@ -136,12 +136,14 @@ export declare const LoaderContainer: import("@stitches/react/types/styled-compo
|
|
|
136
136
|
4: string;
|
|
137
137
|
6: string;
|
|
138
138
|
8: string;
|
|
139
|
+
10: string;
|
|
139
140
|
12: string;
|
|
140
141
|
16: string;
|
|
141
142
|
18: string;
|
|
142
143
|
20: string;
|
|
143
144
|
24: string;
|
|
144
145
|
28: string;
|
|
146
|
+
30: string;
|
|
145
147
|
32: string;
|
|
146
148
|
36: string;
|
|
147
149
|
40: string;
|
package/dist/widget/ui/src/components/SwapDetailsPlaceholder/SwapDetailsPlaceholder.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SwapDetailsPlaceholder.d.ts","sourceRoot":"","sources":["../../../../../../src/components/SwapDetailsPlaceholder/SwapDetailsPlaceholder.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"SwapDetailsPlaceholder.d.ts","sourceRoot":"","sources":["../../../../../../src/components/SwapDetailsPlaceholder/SwapDetailsPlaceholder.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAM1B,CAAC;AAEH,UAAU,SAAS;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,OAAO,CAAC;IACjB,MAAM,EAAE,MAAM,IAAI,CAAC;CACpB;AAED,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,SAAS,qBAyBtD"}
|
|
@@ -135,12 +135,14 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
135
135
|
4: string;
|
|
136
136
|
6: string;
|
|
137
137
|
8: string;
|
|
138
|
+
10: string;
|
|
138
139
|
12: string;
|
|
139
140
|
16: string;
|
|
140
141
|
18: string;
|
|
141
142
|
20: string;
|
|
142
143
|
24: string;
|
|
143
144
|
28: string;
|
|
145
|
+
30: string;
|
|
144
146
|
32: string;
|
|
145
147
|
36: string;
|
|
146
148
|
40: string;
|
|
@@ -292,12 +294,14 @@ export declare const Header: import("@stitches/react/types/styled-component").St
|
|
|
292
294
|
4: string;
|
|
293
295
|
6: string;
|
|
294
296
|
8: string;
|
|
297
|
+
10: string;
|
|
295
298
|
12: string;
|
|
296
299
|
16: string;
|
|
297
300
|
18: string;
|
|
298
301
|
20: string;
|
|
299
302
|
24: string;
|
|
300
303
|
28: string;
|
|
304
|
+
30: string;
|
|
301
305
|
32: string;
|
|
302
306
|
36: string;
|
|
303
307
|
40: string;
|
|
@@ -449,12 +453,14 @@ export declare const Main: import("@stitches/react/types/styled-component").Styl
|
|
|
449
453
|
4: string;
|
|
450
454
|
6: string;
|
|
451
455
|
8: string;
|
|
456
|
+
10: string;
|
|
452
457
|
12: string;
|
|
453
458
|
16: string;
|
|
454
459
|
18: string;
|
|
455
460
|
20: string;
|
|
456
461
|
24: string;
|
|
457
462
|
28: string;
|
|
463
|
+
30: string;
|
|
458
464
|
32: string;
|
|
459
465
|
36: string;
|
|
460
466
|
40: string;
|
|
@@ -606,12 +612,14 @@ export declare const Date: import("@stitches/react/types/styled-component").Styl
|
|
|
606
612
|
4: string;
|
|
607
613
|
6: string;
|
|
608
614
|
8: string;
|
|
615
|
+
10: string;
|
|
609
616
|
12: string;
|
|
610
617
|
16: string;
|
|
611
618
|
18: string;
|
|
612
619
|
20: string;
|
|
613
620
|
24: string;
|
|
614
621
|
28: string;
|
|
622
|
+
30: string;
|
|
615
623
|
32: string;
|
|
616
624
|
36: string;
|
|
617
625
|
40: string;
|
|
@@ -763,12 +771,14 @@ export declare const LoadingMain: import("@stitches/react/types/styled-component
|
|
|
763
771
|
4: string;
|
|
764
772
|
6: string;
|
|
765
773
|
8: string;
|
|
774
|
+
10: string;
|
|
766
775
|
12: string;
|
|
767
776
|
16: string;
|
|
768
777
|
18: string;
|
|
769
778
|
20: string;
|
|
770
779
|
24: string;
|
|
771
780
|
28: string;
|
|
781
|
+
30: string;
|
|
772
782
|
32: string;
|
|
773
783
|
36: string;
|
|
774
784
|
40: string;
|
|
@@ -920,12 +930,14 @@ export declare const LoadingContainer: import("@stitches/react/types/styled-comp
|
|
|
920
930
|
4: string;
|
|
921
931
|
6: string;
|
|
922
932
|
8: string;
|
|
933
|
+
10: string;
|
|
923
934
|
12: string;
|
|
924
935
|
16: string;
|
|
925
936
|
18: string;
|
|
926
937
|
20: string;
|
|
927
938
|
24: string;
|
|
928
939
|
28: string;
|
|
940
|
+
30: string;
|
|
929
941
|
32: string;
|
|
930
942
|
36: string;
|
|
931
943
|
40: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SwapListItem.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/SwapListItem/SwapListItem.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"SwapListItem.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/SwapListItem/SwapListItem.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMpB,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMjB,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA4Bf,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIf,CAAC;AAEH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAWtB,CAAC;AAEH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAM3B,CAAC"}
|
|
@@ -135,12 +135,14 @@ export declare const TokenContainer: import("@stitches/react/types/styled-compon
|
|
|
135
135
|
4: string;
|
|
136
136
|
6: string;
|
|
137
137
|
8: string;
|
|
138
|
+
10: string;
|
|
138
139
|
12: string;
|
|
139
140
|
16: string;
|
|
140
141
|
18: string;
|
|
141
142
|
20: string;
|
|
142
143
|
24: string;
|
|
143
144
|
28: string;
|
|
145
|
+
30: string;
|
|
144
146
|
32: string;
|
|
145
147
|
36: string;
|
|
146
148
|
40: string;
|
|
@@ -292,12 +294,14 @@ export declare const Images: import("@stitches/react/types/styled-component").St
|
|
|
292
294
|
4: string;
|
|
293
295
|
6: string;
|
|
294
296
|
8: string;
|
|
297
|
+
10: string;
|
|
295
298
|
12: string;
|
|
296
299
|
16: string;
|
|
297
300
|
18: string;
|
|
298
301
|
20: string;
|
|
299
302
|
24: string;
|
|
300
303
|
28: string;
|
|
304
|
+
30: string;
|
|
301
305
|
32: string;
|
|
302
306
|
36: string;
|
|
303
307
|
40: string;
|
|
@@ -451,12 +455,14 @@ export declare const Layout: import("@stitches/react/types/styled-component").St
|
|
|
451
455
|
4: string;
|
|
452
456
|
6: string;
|
|
453
457
|
8: string;
|
|
458
|
+
10: string;
|
|
454
459
|
12: string;
|
|
455
460
|
16: string;
|
|
456
461
|
18: string;
|
|
457
462
|
20: string;
|
|
458
463
|
24: string;
|
|
459
464
|
28: string;
|
|
465
|
+
30: string;
|
|
460
466
|
32: string;
|
|
461
467
|
36: string;
|
|
462
468
|
40: string;
|
|
@@ -608,12 +614,14 @@ export declare const TopSection: import("@stitches/react/types/styled-component"
|
|
|
608
614
|
4: string;
|
|
609
615
|
6: string;
|
|
610
616
|
8: string;
|
|
617
|
+
10: string;
|
|
611
618
|
12: string;
|
|
612
619
|
16: string;
|
|
613
620
|
18: string;
|
|
614
621
|
20: string;
|
|
615
622
|
24: string;
|
|
616
623
|
28: string;
|
|
624
|
+
30: string;
|
|
617
625
|
32: string;
|
|
618
626
|
36: string;
|
|
619
627
|
40: string;
|
|
@@ -765,12 +773,14 @@ export declare const TokenInfo: import("@stitches/react/types/styled-component")
|
|
|
765
773
|
4: string;
|
|
766
774
|
6: string;
|
|
767
775
|
8: string;
|
|
776
|
+
10: string;
|
|
768
777
|
12: string;
|
|
769
778
|
16: string;
|
|
770
779
|
18: string;
|
|
771
780
|
20: string;
|
|
772
781
|
24: string;
|
|
773
782
|
28: string;
|
|
783
|
+
30: string;
|
|
774
784
|
32: string;
|
|
775
785
|
36: string;
|
|
776
786
|
40: string;
|
|
@@ -922,12 +932,14 @@ export declare const Icon: import("@stitches/react/types/styled-component").Styl
|
|
|
922
932
|
4: string;
|
|
923
933
|
6: string;
|
|
924
934
|
8: string;
|
|
935
|
+
10: string;
|
|
925
936
|
12: string;
|
|
926
937
|
16: string;
|
|
927
938
|
18: string;
|
|
928
939
|
20: string;
|
|
929
940
|
24: string;
|
|
930
941
|
28: string;
|
|
942
|
+
30: string;
|
|
931
943
|
32: string;
|
|
932
944
|
36: string;
|
|
933
945
|
40: string;
|
|
@@ -1079,12 +1091,14 @@ export declare const LayoutLoading: import("@stitches/react/types/styled-compone
|
|
|
1079
1091
|
4: string;
|
|
1080
1092
|
6: string;
|
|
1081
1093
|
8: string;
|
|
1094
|
+
10: string;
|
|
1082
1095
|
12: string;
|
|
1083
1096
|
16: string;
|
|
1084
1097
|
18: string;
|
|
1085
1098
|
20: string;
|
|
1086
1099
|
24: string;
|
|
1087
1100
|
28: string;
|
|
1101
|
+
30: string;
|
|
1088
1102
|
32: string;
|
|
1089
1103
|
36: string;
|
|
1090
1104
|
40: string;
|
|
@@ -1236,12 +1250,14 @@ export declare const IconLoading: import("@stitches/react/types/styled-component
|
|
|
1236
1250
|
4: string;
|
|
1237
1251
|
6: string;
|
|
1238
1252
|
8: string;
|
|
1253
|
+
10: string;
|
|
1239
1254
|
12: string;
|
|
1240
1255
|
16: string;
|
|
1241
1256
|
18: string;
|
|
1242
1257
|
20: string;
|
|
1243
1258
|
24: string;
|
|
1244
1259
|
28: string;
|
|
1260
|
+
30: string;
|
|
1245
1261
|
32: string;
|
|
1246
1262
|
36: string;
|
|
1247
1263
|
40: string;
|
|
@@ -1393,12 +1409,14 @@ export declare const LoadingContainer: import("@stitches/react/types/styled-comp
|
|
|
1393
1409
|
4: string;
|
|
1394
1410
|
6: string;
|
|
1395
1411
|
8: string;
|
|
1412
|
+
10: string;
|
|
1396
1413
|
12: string;
|
|
1397
1414
|
16: string;
|
|
1398
1415
|
18: string;
|
|
1399
1416
|
20: string;
|
|
1400
1417
|
24: string;
|
|
1401
1418
|
28: string;
|
|
1419
|
+
30: string;
|
|
1402
1420
|
32: string;
|
|
1403
1421
|
36: string;
|
|
1404
1422
|
40: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SwapToken.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/SwapListItem/SwapToken.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"SwapToken.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/SwapListItem/SwapToken.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKzB,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKjB,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAcjB,CAAC;AAEH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIrB,CAAC;AAEH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMpB,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAQf,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIxB,CAAC;AAEH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMtB,CAAC;AAEH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAK3B,CAAC"}
|