@rango-dev/widget-embedded 0.20.1-next.12 → 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/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 +318 -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.types.d.ts +2 -1
- package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.types.d.ts.map +1 -1
- package/dist/constants/index.d.ts +1 -0
- package/dist/constants/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +3 -3
- package/package.json +2 -2
- 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
|
@@ -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"}
|
|
@@ -1111,6 +1111,165 @@ export declare const rowStyles: import("@stitches/react/types/styled-component")
|
|
|
1111
1111
|
zIndices: {};
|
|
1112
1112
|
transitions: {};
|
|
1113
1113
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
1114
|
+
export declare const datePlaceholderStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
|
|
1115
|
+
sm: string;
|
|
1116
|
+
md: string;
|
|
1117
|
+
lg: string;
|
|
1118
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
1119
|
+
sm: string;
|
|
1120
|
+
md: string;
|
|
1121
|
+
lg: string;
|
|
1122
|
+
}, {
|
|
1123
|
+
colors: {
|
|
1124
|
+
primary: string;
|
|
1125
|
+
primary500: string;
|
|
1126
|
+
primary600: string;
|
|
1127
|
+
secondary: string;
|
|
1128
|
+
secondary100: string;
|
|
1129
|
+
secondary200: string;
|
|
1130
|
+
secondary300: string;
|
|
1131
|
+
secondary400: string;
|
|
1132
|
+
secondary500: string;
|
|
1133
|
+
secondary600: string;
|
|
1134
|
+
secondary700: string;
|
|
1135
|
+
secondary800: string;
|
|
1136
|
+
secondary900: string;
|
|
1137
|
+
neutral: string;
|
|
1138
|
+
neutral100: string;
|
|
1139
|
+
neutral200: string;
|
|
1140
|
+
neutral300: string;
|
|
1141
|
+
neutral400: string;
|
|
1142
|
+
neutral500: string;
|
|
1143
|
+
neutral600: string;
|
|
1144
|
+
neutral700: string;
|
|
1145
|
+
neutral800: string;
|
|
1146
|
+
neutral900: string;
|
|
1147
|
+
error100: string;
|
|
1148
|
+
error300: string;
|
|
1149
|
+
error500: string;
|
|
1150
|
+
error600: string;
|
|
1151
|
+
error700: string;
|
|
1152
|
+
warning100: string;
|
|
1153
|
+
warning300: string;
|
|
1154
|
+
warning500: string;
|
|
1155
|
+
warning600: string;
|
|
1156
|
+
warning700: string;
|
|
1157
|
+
info: string;
|
|
1158
|
+
info100: string;
|
|
1159
|
+
info300: string;
|
|
1160
|
+
info500: string;
|
|
1161
|
+
info600: string;
|
|
1162
|
+
info700: string;
|
|
1163
|
+
success100: string;
|
|
1164
|
+
success300: string;
|
|
1165
|
+
success500: string;
|
|
1166
|
+
success600: string;
|
|
1167
|
+
success700: string;
|
|
1168
|
+
background: string;
|
|
1169
|
+
foreground: string;
|
|
1170
|
+
};
|
|
1171
|
+
space: {
|
|
1172
|
+
0: string;
|
|
1173
|
+
5: string;
|
|
1174
|
+
10: string;
|
|
1175
|
+
15: string;
|
|
1176
|
+
20: string;
|
|
1177
|
+
25: string;
|
|
1178
|
+
30: string;
|
|
1179
|
+
40: string;
|
|
1180
|
+
46: string;
|
|
1181
|
+
50: string;
|
|
1182
|
+
60: string;
|
|
1183
|
+
70: string;
|
|
1184
|
+
80: string;
|
|
1185
|
+
90: string;
|
|
1186
|
+
100: string;
|
|
1187
|
+
2: string;
|
|
1188
|
+
4: string;
|
|
1189
|
+
6: string;
|
|
1190
|
+
8: string;
|
|
1191
|
+
12: string;
|
|
1192
|
+
16: string;
|
|
1193
|
+
24: string;
|
|
1194
|
+
28: string;
|
|
1195
|
+
32: string;
|
|
1196
|
+
};
|
|
1197
|
+
radii: {
|
|
1198
|
+
xs: string;
|
|
1199
|
+
sm: string;
|
|
1200
|
+
xm: string;
|
|
1201
|
+
md: string;
|
|
1202
|
+
xl: string;
|
|
1203
|
+
lg: string;
|
|
1204
|
+
primary: string;
|
|
1205
|
+
secondary: string;
|
|
1206
|
+
};
|
|
1207
|
+
fontSizes: {
|
|
1208
|
+
10: string;
|
|
1209
|
+
12: string;
|
|
1210
|
+
14: string;
|
|
1211
|
+
16: string;
|
|
1212
|
+
18: string;
|
|
1213
|
+
20: string;
|
|
1214
|
+
22: string;
|
|
1215
|
+
24: string;
|
|
1216
|
+
28: string;
|
|
1217
|
+
32: string;
|
|
1218
|
+
36: string;
|
|
1219
|
+
40: string;
|
|
1220
|
+
48: string;
|
|
1221
|
+
};
|
|
1222
|
+
fonts: {
|
|
1223
|
+
primary: string;
|
|
1224
|
+
widget: string;
|
|
1225
|
+
};
|
|
1226
|
+
fontWeights: {
|
|
1227
|
+
regular: number;
|
|
1228
|
+
medium: number;
|
|
1229
|
+
semiBold: number;
|
|
1230
|
+
bold: number;
|
|
1231
|
+
};
|
|
1232
|
+
lineHeights: {
|
|
1233
|
+
12: string;
|
|
1234
|
+
16: string;
|
|
1235
|
+
20: string;
|
|
1236
|
+
24: string;
|
|
1237
|
+
26: string;
|
|
1238
|
+
28: string;
|
|
1239
|
+
30: string;
|
|
1240
|
+
36: string;
|
|
1241
|
+
40: string;
|
|
1242
|
+
44: string;
|
|
1243
|
+
52: string;
|
|
1244
|
+
64: string;
|
|
1245
|
+
};
|
|
1246
|
+
letterSpacings: {};
|
|
1247
|
+
sizes: {
|
|
1248
|
+
4: string;
|
|
1249
|
+
6: string;
|
|
1250
|
+
8: string;
|
|
1251
|
+
10: string;
|
|
1252
|
+
12: string;
|
|
1253
|
+
16: string;
|
|
1254
|
+
18: string;
|
|
1255
|
+
20: string;
|
|
1256
|
+
24: string;
|
|
1257
|
+
28: string;
|
|
1258
|
+
30: string;
|
|
1259
|
+
32: string;
|
|
1260
|
+
36: string;
|
|
1261
|
+
40: string;
|
|
1262
|
+
45: string;
|
|
1263
|
+
48: string;
|
|
1264
|
+
};
|
|
1265
|
+
borderWidths: {};
|
|
1266
|
+
borderStyles: {};
|
|
1267
|
+
shadows: {
|
|
1268
|
+
s: string;
|
|
1269
|
+
};
|
|
1270
|
+
zIndices: {};
|
|
1271
|
+
transitions: {};
|
|
1272
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
1114
1273
|
export declare const requestIdStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
|
|
1115
1274
|
sm: string;
|
|
1116
1275
|
md: string;
|
|
@@ -1588,4 +1747,163 @@ export declare const titleStepsStyles: import("@stitches/react/types/styled-comp
|
|
|
1588
1747
|
zIndices: {};
|
|
1589
1748
|
transitions: {};
|
|
1590
1749
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
1750
|
+
export declare const StyledLink: import("@stitches/react/types/styled-component").StyledComponent<"a", {}, {
|
|
1751
|
+
sm: string;
|
|
1752
|
+
md: string;
|
|
1753
|
+
lg: string;
|
|
1754
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
1755
|
+
sm: string;
|
|
1756
|
+
md: string;
|
|
1757
|
+
lg: string;
|
|
1758
|
+
}, {
|
|
1759
|
+
colors: {
|
|
1760
|
+
primary: string;
|
|
1761
|
+
primary500: string;
|
|
1762
|
+
primary600: string;
|
|
1763
|
+
secondary: string;
|
|
1764
|
+
secondary100: string;
|
|
1765
|
+
secondary200: string;
|
|
1766
|
+
secondary300: string;
|
|
1767
|
+
secondary400: string;
|
|
1768
|
+
secondary500: string;
|
|
1769
|
+
secondary600: string;
|
|
1770
|
+
secondary700: string;
|
|
1771
|
+
secondary800: string;
|
|
1772
|
+
secondary900: string;
|
|
1773
|
+
neutral: string;
|
|
1774
|
+
neutral100: string;
|
|
1775
|
+
neutral200: string;
|
|
1776
|
+
neutral300: string;
|
|
1777
|
+
neutral400: string;
|
|
1778
|
+
neutral500: string;
|
|
1779
|
+
neutral600: string;
|
|
1780
|
+
neutral700: string;
|
|
1781
|
+
neutral800: string;
|
|
1782
|
+
neutral900: string;
|
|
1783
|
+
error100: string;
|
|
1784
|
+
error300: string;
|
|
1785
|
+
error500: string;
|
|
1786
|
+
error600: string;
|
|
1787
|
+
error700: string;
|
|
1788
|
+
warning100: string;
|
|
1789
|
+
warning300: string;
|
|
1790
|
+
warning500: string;
|
|
1791
|
+
warning600: string;
|
|
1792
|
+
warning700: string;
|
|
1793
|
+
info: string;
|
|
1794
|
+
info100: string;
|
|
1795
|
+
info300: string;
|
|
1796
|
+
info500: string;
|
|
1797
|
+
info600: string;
|
|
1798
|
+
info700: string;
|
|
1799
|
+
success100: string;
|
|
1800
|
+
success300: string;
|
|
1801
|
+
success500: string;
|
|
1802
|
+
success600: string;
|
|
1803
|
+
success700: string;
|
|
1804
|
+
background: string;
|
|
1805
|
+
foreground: string;
|
|
1806
|
+
};
|
|
1807
|
+
space: {
|
|
1808
|
+
0: string;
|
|
1809
|
+
5: string;
|
|
1810
|
+
10: string;
|
|
1811
|
+
15: string;
|
|
1812
|
+
20: string;
|
|
1813
|
+
25: string;
|
|
1814
|
+
30: string;
|
|
1815
|
+
40: string;
|
|
1816
|
+
46: string;
|
|
1817
|
+
50: string;
|
|
1818
|
+
60: string;
|
|
1819
|
+
70: string;
|
|
1820
|
+
80: string;
|
|
1821
|
+
90: string;
|
|
1822
|
+
100: string;
|
|
1823
|
+
2: string;
|
|
1824
|
+
4: string;
|
|
1825
|
+
6: string;
|
|
1826
|
+
8: string;
|
|
1827
|
+
12: string;
|
|
1828
|
+
16: string;
|
|
1829
|
+
24: string;
|
|
1830
|
+
28: string;
|
|
1831
|
+
32: string;
|
|
1832
|
+
};
|
|
1833
|
+
radii: {
|
|
1834
|
+
xs: string;
|
|
1835
|
+
sm: string;
|
|
1836
|
+
xm: string;
|
|
1837
|
+
md: string;
|
|
1838
|
+
xl: string;
|
|
1839
|
+
lg: string;
|
|
1840
|
+
primary: string;
|
|
1841
|
+
secondary: string;
|
|
1842
|
+
};
|
|
1843
|
+
fontSizes: {
|
|
1844
|
+
10: string;
|
|
1845
|
+
12: string;
|
|
1846
|
+
14: string;
|
|
1847
|
+
16: string;
|
|
1848
|
+
18: string;
|
|
1849
|
+
20: string;
|
|
1850
|
+
22: string;
|
|
1851
|
+
24: string;
|
|
1852
|
+
28: string;
|
|
1853
|
+
32: string;
|
|
1854
|
+
36: string;
|
|
1855
|
+
40: string;
|
|
1856
|
+
48: string;
|
|
1857
|
+
};
|
|
1858
|
+
fonts: {
|
|
1859
|
+
primary: string;
|
|
1860
|
+
widget: string;
|
|
1861
|
+
};
|
|
1862
|
+
fontWeights: {
|
|
1863
|
+
regular: number;
|
|
1864
|
+
medium: number;
|
|
1865
|
+
semiBold: number;
|
|
1866
|
+
bold: number;
|
|
1867
|
+
};
|
|
1868
|
+
lineHeights: {
|
|
1869
|
+
12: string;
|
|
1870
|
+
16: string;
|
|
1871
|
+
20: string;
|
|
1872
|
+
24: string;
|
|
1873
|
+
26: string;
|
|
1874
|
+
28: string;
|
|
1875
|
+
30: string;
|
|
1876
|
+
36: string;
|
|
1877
|
+
40: string;
|
|
1878
|
+
44: string;
|
|
1879
|
+
52: string;
|
|
1880
|
+
64: string;
|
|
1881
|
+
};
|
|
1882
|
+
letterSpacings: {};
|
|
1883
|
+
sizes: {
|
|
1884
|
+
4: string;
|
|
1885
|
+
6: string;
|
|
1886
|
+
8: string;
|
|
1887
|
+
10: string;
|
|
1888
|
+
12: string;
|
|
1889
|
+
16: string;
|
|
1890
|
+
18: string;
|
|
1891
|
+
20: string;
|
|
1892
|
+
24: string;
|
|
1893
|
+
28: string;
|
|
1894
|
+
30: string;
|
|
1895
|
+
32: string;
|
|
1896
|
+
36: string;
|
|
1897
|
+
40: string;
|
|
1898
|
+
45: string;
|
|
1899
|
+
48: string;
|
|
1900
|
+
};
|
|
1901
|
+
borderWidths: {};
|
|
1902
|
+
borderStyles: {};
|
|
1903
|
+
shadows: {
|
|
1904
|
+
s: string;
|
|
1905
|
+
};
|
|
1906
|
+
zIndices: {};
|
|
1907
|
+
transitions: {};
|
|
1908
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
1591
1909
|
//# sourceMappingURL=SwapDetails.styles.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SwapDetails.styles.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetails/SwapDetails.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAOpB,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAExB,CAAC;AAEH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIpB,CAAC;AACH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIjB,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAK/B,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAM1B,CAAC;AAEH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAapB,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAK1B,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMvB,CAAC;AAEH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAG3B,CAAC"}
|
|
1
|
+
{"version":3,"file":"SwapDetails.styles.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetails/SwapDetails.styles.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SwapDetailsAlerts.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetailsAlerts/SwapDetailsAlerts.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAIjE,OAAO,KAAmB,MAAM,OAAO,CAAC;AAQxC,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,eAAe,
|
|
1
|
+
{"version":3,"file":"SwapDetailsAlerts.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetailsAlerts/SwapDetailsAlerts.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAIjE,OAAO,KAAmB,MAAM,OAAO,CAAC;AAQxC,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,eAAe,qBAmEvD"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { getSwapMessages } from '../../utils/swap';
|
|
2
2
|
import type { ModalState } from '../SwapDetailsModal';
|
|
3
3
|
import type { ConnectResult } from '@rango-dev/wallets-react';
|
|
4
|
-
import type { BlockchainMeta, PendingSwap, PendingSwapNetworkStatus, PendingSwapStep } from 'rango-types';
|
|
4
|
+
import type { BlockchainMeta, PendingSwap, PendingSwapNetworkStatus, PendingSwapStep, SwapperMeta } from 'rango-types';
|
|
5
5
|
export interface SwapAlertsProps extends WaningAlertsProps {
|
|
6
6
|
step: PendingSwapStep;
|
|
7
7
|
hasAlreadyProceededToSign?: boolean;
|
|
@@ -17,5 +17,6 @@ export interface FailedAlertsProps {
|
|
|
17
17
|
export type GetStep = {
|
|
18
18
|
swap: PendingSwap;
|
|
19
19
|
blockchains: BlockchainMeta[];
|
|
20
|
+
swappers: SwapperMeta[];
|
|
20
21
|
} & Omit<SwapAlertsProps, 'step' | 'hasAlreadyProceededToSign'>;
|
|
21
22
|
//# sourceMappingURL=SwapDetailsAlerts.types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SwapDetailsAlerts.types.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetailsAlerts/SwapDetailsAlerts.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACxD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACtD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAC9D,OAAO,KAAK,EACV,cAAc,EACd,WAAW,EACX,wBAAwB,EACxB,eAAe,
|
|
1
|
+
{"version":3,"file":"SwapDetailsAlerts.types.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetailsAlerts/SwapDetailsAlerts.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACxD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACtD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAC9D,OAAO,KAAK,EACV,cAAc,EACd,WAAW,EACX,wBAAwB,EACxB,eAAe,EACf,WAAW,EACZ,MAAM,aAAa,CAAC;AAErB,MAAM,WAAW,eAAgB,SAAQ,iBAAiB;IACxD,IAAI,EAAE,eAAe,CAAC;IACtB,yBAAyB,CAAC,EAAE,OAAO,CAAC;CACrC;AAED,MAAM,WAAW,iBAAkB,SAAQ,iBAAiB;IAC1D,aAAa,EAAE,CAAC,MAAM,OAAO,CAAC,aAAa,CAAC,CAAC,GAAG,SAAS,CAAC;IAC1D,gBAAgB,EAAE,wBAAwB,GAAG,IAAI,GAAG,SAAS,CAAC;IAC9D,eAAe,EAAE,CAAC,OAAO,EAAE,UAAU,KAAK,IAAI,CAAC;CAChD;AAED,MAAM,WAAW,iBAAiB;IAChC,OAAO,EAAE,UAAU,CAAC,OAAO,eAAe,CAAC,CAAC;CAC7C;AAED,MAAM,MAAM,OAAO,GAAG;IACpB,IAAI,EAAE,WAAW,CAAC;IAClB,WAAW,EAAE,cAAc,EAAE,CAAC;IAC9B,QAAQ,EAAE,WAAW,EAAE,CAAC;CACzB,GAAG,IAAI,CAAC,eAAe,EAAE,MAAM,GAAG,2BAA2B,CAAC,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export declare const RANGO_PUBLIC_API_KEY = "c6381a79-2817-4602-83bf-6a641a409e32";
|
|
2
2
|
export declare const DEFAULT_BASE_URL = "https://api.rango.exchange";
|
|
3
3
|
export declare const RANGO_SWAP_BOX_ID = "rango-swap-box";
|
|
4
|
+
export declare const SCANNER_BASE_URL = "https://scan.rango.exchange";
|
|
4
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/constants/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,oBAAoB,yCAAyC,CAAC;AAC3E,eAAO,MAAM,gBAAgB,+BAA+B,CAAC;AAC7D,eAAO,MAAM,iBAAiB,mBAAmB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/constants/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,oBAAoB,yCAAyC,CAAC;AAC3E,eAAO,MAAM,gBAAgB,+BAA+B,CAAC;AAC7D,eAAO,MAAM,iBAAiB,mBAAmB,CAAC;AAClD,eAAO,MAAM,gBAAgB,gCAAgC,CAAC"}
|