@rango-dev/widget-embedded 0.20.1-next.11 → 0.20.1-next.13
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/components/BlockchainList/BlockchainList.styles.d.ts +4 -0
- package/dist/components/BlockchainList/BlockchainList.styles.d.ts.map +1 -1
- package/dist/components/BlockchainsSection/BlockchainsSection.styles.d.ts +2 -0
- package/dist/components/BlockchainsSection/BlockchainsSection.styles.d.ts.map +1 -1
- package/dist/components/ConfirmWalletsModal/ConfirmWallets.styles.d.ts +40 -1
- package/dist/components/ConfirmWalletsModal/ConfirmWallets.styles.d.ts.map +1 -1
- package/dist/components/ConfirmWalletsModal/WalletList.styles.d.ts +6 -0
- package/dist/components/ConfirmWalletsModal/WalletList.styles.d.ts.map +1 -1
- package/dist/components/HeaderButtons/HeaderButtons.styles.d.ts +10 -0
- package/dist/components/HeaderButtons/HeaderButtons.styles.d.ts.map +1 -1
- package/dist/components/Layout/Layout.styles.d.ts +6 -0
- package/dist/components/Layout/Layout.styles.d.ts.map +1 -1
- package/dist/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.styles.d.ts +2 -0
- package/dist/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.styles.d.ts.map +1 -1
- package/dist/components/LoadingSwapDetails/LoadingSwapDetails.styles.d.ts +28 -0
- package/dist/components/LoadingSwapDetails/LoadingSwapDetails.styles.d.ts.map +1 -1
- package/dist/components/NoResult/NoResult.styles.d.ts +6 -0
- package/dist/components/NoResult/NoResult.styles.d.ts.map +1 -1
- package/dist/components/NotificationContent/NotificationContent.styles.d.ts +8 -0
- package/dist/components/NotificationContent/NotificationContent.styles.d.ts.map +1 -1
- package/dist/components/Quote/Quote.styles.d.ts +30 -0
- package/dist/components/Quote/Quote.styles.d.ts.map +1 -1
- package/dist/components/Quote/QuoteSummary.styles.d.ts +4 -0
- package/dist/components/Quote/QuoteSummary.styles.d.ts.map +1 -1
- package/dist/components/QuoteSkeleton/QuoteSkeleton.styles.d.ts +8 -0
- package/dist/components/QuoteSkeleton/QuoteSkeleton.styles.d.ts.map +1 -1
- package/dist/components/QuoteSkeleton/QuoteSummarySkeleton.styles.d.ts +20 -0
- package/dist/components/QuoteSkeleton/QuoteSummarySkeleton.styles.d.ts.map +1 -1
- package/dist/components/QuoteSkeleton/StepSkeleton.styles.d.ts +10 -0
- package/dist/components/QuoteSkeleton/StepSkeleton.styles.d.ts.map +1 -1
- package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.styles.d.ts +8 -0
- package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.styles.d.ts.map +1 -1
- package/dist/components/SearchInput/SearchInput.styles.d.ts +2 -0
- package/dist/components/SearchInput/SearchInput.styles.d.ts.map +1 -1
- package/dist/components/SettingsContainer/SettingsContainer.style.d.ts +8 -0
- package/dist/components/SettingsContainer/SettingsContainer.style.d.ts.map +1 -1
- package/dist/components/Slippage/Slippage.styles.d.ts +10 -0
- package/dist/components/Slippage/Slippage.styles.d.ts.map +1 -1
- package/dist/components/SwapDetails/SwapDetails.Placeholder.d.ts.map +1 -1
- package/dist/components/SwapDetails/SwapDetails.d.ts.map +1 -1
- package/dist/components/SwapDetails/SwapDetails.helpers.d.ts +1 -1
- package/dist/components/SwapDetails/SwapDetails.helpers.d.ts.map +1 -1
- package/dist/components/SwapDetails/SwapDetails.styles.d.ts +338 -0
- package/dist/components/SwapDetails/SwapDetails.styles.d.ts.map +1 -1
- package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.d.ts.map +1 -1
- package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.styles.d.ts +2 -0
- package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.styles.d.ts.map +1 -1
- package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.types.d.ts +2 -1
- package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.types.d.ts.map +1 -1
- package/dist/components/SwapDetailsModal/SwapDetailsModal.styles.d.ts +2 -0
- package/dist/components/SwapDetailsModal/SwapDetailsModal.styles.d.ts.map +1 -1
- package/dist/components/SwapsGroup/SwapsGroup.styles.d.ts +10 -0
- package/dist/components/SwapsGroup/SwapsGroup.styles.d.ts.map +1 -1
- package/dist/components/TokenList/TokenList.styles.d.ts +34 -0
- package/dist/components/TokenList/TokenList.styles.d.ts.map +1 -1
- package/dist/components/WalletModal/WalletModalContent.styles.d.ts +8 -0
- package/dist/components/WalletModal/WalletModalContent.styles.d.ts.map +1 -1
- package/dist/constants/index.d.ts +1 -0
- package/dist/constants/index.d.ts.map +1 -1
- package/dist/containers/App/App.styles.d.ts +2 -0
- package/dist/containers/App/App.styles.d.ts.map +1 -1
- package/dist/containers/QuoteInfo/QuoteInfo.styles.d.ts +10 -0
- package/dist/containers/QuoteInfo/QuoteInfo.styles.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +3 -3
- package/package.json +3 -3
- package/src/components/SwapDetails/SwapDetails.Placeholder.tsx +12 -12
- package/src/components/SwapDetails/SwapDetails.helpers.tsx +43 -3
- package/src/components/SwapDetails/SwapDetails.styles.ts +13 -0
- package/src/components/SwapDetails/SwapDetails.tsx +10 -0
- package/src/components/SwapDetailsAlerts/SwapDetailsAlerts.tsx +13 -7
- package/src/components/SwapDetailsAlerts/SwapDetailsAlerts.types.ts +2 -0
- package/src/constants/index.ts +1 -0
|
@@ -135,12 +135,14 @@ export declare const CostAndTag: 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 Cost: import("@stitches/react/types/styled-component").Styl
|
|
|
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 BasicSummary: import("@stitches/react/types/styled-componen
|
|
|
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 Output: import("@stitches/react/types/styled-component").St
|
|
|
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 OutputTokenInfo: import("@stitches/react/types/styled-compo
|
|
|
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 QuoteSummary: import("@stitches/react/types/styled-componen
|
|
|
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;
|
|
@@ -1077,12 +1089,14 @@ export declare const QuoteSummarySeparator: import("@stitches/react/types/styled
|
|
|
1077
1089
|
4: string;
|
|
1078
1090
|
6: string;
|
|
1079
1091
|
8: string;
|
|
1092
|
+
10: string;
|
|
1080
1093
|
12: string;
|
|
1081
1094
|
16: string;
|
|
1082
1095
|
18: string;
|
|
1083
1096
|
20: string;
|
|
1084
1097
|
24: string;
|
|
1085
1098
|
28: string;
|
|
1099
|
+
30: string;
|
|
1086
1100
|
32: string;
|
|
1087
1101
|
36: string;
|
|
1088
1102
|
40: string;
|
|
@@ -1234,12 +1248,14 @@ export declare const TokenAmount: import("@stitches/react/types/styled-component
|
|
|
1234
1248
|
4: string;
|
|
1235
1249
|
6: string;
|
|
1236
1250
|
8: string;
|
|
1251
|
+
10: string;
|
|
1237
1252
|
12: string;
|
|
1238
1253
|
16: string;
|
|
1239
1254
|
18: string;
|
|
1240
1255
|
20: string;
|
|
1241
1256
|
24: string;
|
|
1242
1257
|
28: string;
|
|
1258
|
+
30: string;
|
|
1243
1259
|
32: string;
|
|
1244
1260
|
36: string;
|
|
1245
1261
|
40: string;
|
|
@@ -1391,12 +1407,14 @@ export declare const TokenAmountLabel: import("@stitches/react/types/styled-comp
|
|
|
1391
1407
|
4: string;
|
|
1392
1408
|
6: string;
|
|
1393
1409
|
8: string;
|
|
1410
|
+
10: string;
|
|
1394
1411
|
12: string;
|
|
1395
1412
|
16: string;
|
|
1396
1413
|
18: string;
|
|
1397
1414
|
20: string;
|
|
1398
1415
|
24: string;
|
|
1399
1416
|
28: string;
|
|
1417
|
+
30: string;
|
|
1400
1418
|
32: string;
|
|
1401
1419
|
36: string;
|
|
1402
1420
|
40: string;
|
|
@@ -1548,12 +1566,14 @@ export declare const SwapPreview: import("@stitches/react/types/styled-component
|
|
|
1548
1566
|
4: string;
|
|
1549
1567
|
6: string;
|
|
1550
1568
|
8: string;
|
|
1569
|
+
10: string;
|
|
1551
1570
|
12: string;
|
|
1552
1571
|
16: string;
|
|
1553
1572
|
18: string;
|
|
1554
1573
|
20: string;
|
|
1555
1574
|
24: string;
|
|
1556
1575
|
28: string;
|
|
1576
|
+
30: string;
|
|
1557
1577
|
32: string;
|
|
1558
1578
|
36: string;
|
|
1559
1579
|
40: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QuoteSummarySkeleton.styles.d.ts","sourceRoot":"","sources":["../../../src/components/QuoteSkeleton/QuoteSummarySkeleton.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"QuoteSummarySkeleton.styles.d.ts","sourceRoot":"","sources":["../../../src/components/QuoteSkeleton/QuoteSummarySkeleton.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKrB,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAEf,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAEvB,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIjB,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAK1B,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIvB,CAAC;AAEH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIhC,CAAC;AAEH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAItB,CAAC;AAEH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAM3B,CAAC;AAEH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAA8C,CAAC"}
|
|
@@ -135,12 +135,14 @@ export declare const StepContent: 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 StepTokens: import("@stitches/react/types/styled-component"
|
|
|
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 StepTokenInfo: import("@stitches/react/types/styled-compone
|
|
|
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 StepIconContainer: import("@stitches/react/types/styled-com
|
|
|
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 StepTitle: 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;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StepSkeleton.styles.d.ts","sourceRoot":"","sources":["../../../src/components/QuoteSkeleton/StepSkeleton.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"StepSkeleton.styles.d.ts","sourceRoot":"","sources":["../../../src/components/QuoteSkeleton/StepSkeleton.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGtB,CAAC;AAEH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMrB,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIxB,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAM5B,CAAC;AAEH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGpB,CAAC"}
|
|
@@ -135,12 +135,14 @@ export declare const Alerts: import("@stitches/react/types/styled-component").St
|
|
|
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 Flex: import("@stitches/react/types/styled-component").Styl
|
|
|
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 Item: 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 Action: import("@stitches/react/types/styled-component").St
|
|
|
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;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QuoteWarningsAndErrors.styles.d.ts","sourceRoot":"","sources":["../../../src/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"QuoteWarningsAndErrors.styles.d.ts","sourceRoot":"","sources":["../../../src/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGjB,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMf,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAaf,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIjB,CAAC"}
|
|
@@ -135,12 +135,14 @@ export declare const IconWrapper: 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;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SearchInput.styles.d.ts","sourceRoot":"","sources":["../../../src/components/SearchInput/SearchInput.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"SearchInput.styles.d.ts","sourceRoot":"","sources":["../../../src/components/SearchInput/SearchInput.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMtB,CAAC"}
|
|
@@ -135,12 +135,14 @@ export declare const SettingsContainer: import("@stitches/react/types/styled-com
|
|
|
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 LiquiditySourceList: import("@stitches/react/types/styled-c
|
|
|
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 LiquiditySourceSuffix: import("@stitches/react/types/styled
|
|
|
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 NotFoundContainer: import("@stitches/react/types/styled-com
|
|
|
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;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SettingsContainer.style.d.ts","sourceRoot":"","sources":["../../../src/components/SettingsContainer/SettingsContainer.style.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"SettingsContainer.style.d.ts","sourceRoot":"","sources":["../../../src/components/SettingsContainer/SettingsContainer.style.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAG5B,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAM9B,CAAC;AAEH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIhC,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAM5B,CAAC"}
|
|
@@ -136,12 +136,14 @@ export declare const BaseContainer: import("@stitches/react/types/styled-compone
|
|
|
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;
|
|
@@ -293,12 +295,14 @@ export declare const SlippageChipsContainer: import("@stitches/react/types/style
|
|
|
293
295
|
4: string;
|
|
294
296
|
6: string;
|
|
295
297
|
8: string;
|
|
298
|
+
10: string;
|
|
296
299
|
12: string;
|
|
297
300
|
16: string;
|
|
298
301
|
18: string;
|
|
299
302
|
20: string;
|
|
300
303
|
24: string;
|
|
301
304
|
28: string;
|
|
305
|
+
30: string;
|
|
302
306
|
32: string;
|
|
303
307
|
36: string;
|
|
304
308
|
40: string;
|
|
@@ -450,12 +454,14 @@ export declare const Head: import("@stitches/react/types/styled-component").Styl
|
|
|
450
454
|
4: string;
|
|
451
455
|
6: string;
|
|
452
456
|
8: string;
|
|
457
|
+
10: string;
|
|
453
458
|
12: string;
|
|
454
459
|
16: string;
|
|
455
460
|
18: string;
|
|
456
461
|
20: string;
|
|
457
462
|
24: string;
|
|
458
463
|
28: string;
|
|
464
|
+
30: string;
|
|
459
465
|
32: string;
|
|
460
466
|
36: string;
|
|
461
467
|
40: string;
|
|
@@ -607,12 +613,14 @@ export declare const SlippageTooltipContainer: import("@stitches/react/types/sty
|
|
|
607
613
|
4: string;
|
|
608
614
|
6: string;
|
|
609
615
|
8: string;
|
|
616
|
+
10: string;
|
|
610
617
|
12: string;
|
|
611
618
|
16: string;
|
|
612
619
|
18: string;
|
|
613
620
|
20: string;
|
|
614
621
|
24: string;
|
|
615
622
|
28: string;
|
|
623
|
+
30: string;
|
|
616
624
|
32: string;
|
|
617
625
|
36: string;
|
|
618
626
|
40: string;
|
|
@@ -764,12 +772,14 @@ export declare const SlippageChip: import("@stitches/react/types/styled-componen
|
|
|
764
772
|
4: string;
|
|
765
773
|
6: string;
|
|
766
774
|
8: string;
|
|
775
|
+
10: string;
|
|
767
776
|
12: string;
|
|
768
777
|
16: string;
|
|
769
778
|
18: string;
|
|
770
779
|
20: string;
|
|
771
780
|
24: string;
|
|
772
781
|
28: string;
|
|
782
|
+
30: string;
|
|
773
783
|
32: string;
|
|
774
784
|
36: string;
|
|
775
785
|
40: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Slippage.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Slippage/Slippage.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAqB,MAAM,eAAe,CAAC;AAExD,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"Slippage.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Slippage/Slippage.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAqB,MAAM,eAAe,CAAC;AAExD,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGxB,CAAC;AAEH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DASjC,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKf,CAAC;AAEH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGnC,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGvB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SwapDetails.Placeholder.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetails/SwapDetails.Placeholder.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"SwapDetails.Placeholder.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetails/SwapDetails.Placeholder.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,qBAAqB,CAAC;AAI3E,OAAO,KAAK,MAAM,OAAO,CAAC;AAe1B,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,+BAA+B,qBAuD5E"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SwapDetails.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetails/SwapDetails.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"SwapDetails.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetails/SwapDetails.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAuB5D,OAAO,KAAsC,MAAM,OAAO,CAAC;AAoD3D,wBAAgB,WAAW,CAAC,KAAK,EAAE,gBAAgB,qBA4WlD"}
|
|
@@ -3,6 +3,6 @@ import type { Step, StepDetailsProps } from '@rango-dev/ui';
|
|
|
3
3
|
import type { PendingSwapStep } from 'rango-types';
|
|
4
4
|
export declare const RESET_INTERVAL = 2000;
|
|
5
5
|
export declare const SECONDS = 60;
|
|
6
|
-
export declare const getSteps: ({ swap, blockchains, ...args }: GetStep) => Step[];
|
|
6
|
+
export declare const getSteps: ({ swap, blockchains, swappers, ...args }: GetStep) => Step[];
|
|
7
7
|
export declare function getStepState(step: PendingSwapStep): StepDetailsProps['state'];
|
|
8
8
|
//# sourceMappingURL=SwapDetails.helpers.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SwapDetails.helpers.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetails/SwapDetails.helpers.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AACpD,OAAO,KAAK,EAAE,IAAI,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAC5D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"SwapDetails.helpers.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetails/SwapDetails.helpers.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AACpD,OAAO,KAAK,EAAE,IAAI,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAC5D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAgBnD,eAAO,MAAM,cAAc,OAAQ,CAAC;AACpC,eAAO,MAAM,OAAO,KAAK,CAAC;AAE1B,eAAO,MAAM,QAAQ,6CAKlB,OAAO,KAAG,IAAI,EAoFhB,CAAC;AAEF,wBAAgB,YAAY,CAAC,IAAI,EAAE,eAAe,GAAG,gBAAgB,CAAC,OAAO,CAAC,CAqB7E"}
|