@rango-dev/ui 0.45.1-next.7 → 0.45.1-next.9
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 +1 -1
- package/dist/index.js.map +3 -3
- package/dist/ui.build.json +1 -1
- package/dist/widget/ui/src/containers/SwapInput/SwapInput.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapInput/SwapInput.styles.d.ts +160 -0
- package/dist/widget/ui/src/containers/SwapInput/SwapInput.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapInput/TokenSection.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapInput/TokenSection.styles.d.ts +322 -0
- package/dist/widget/ui/src/containers/SwapInput/TokenSection.styles.d.ts.map +1 -1
- package/package.json +4 -4
- package/src/containers/SwapInput/SwapInput.styles.ts +4 -0
- package/src/containers/SwapInput/SwapInput.tsx +19 -16
- package/src/containers/SwapInput/TokenSection.styles.ts +37 -4
- package/src/containers/SwapInput/TokenSection.tsx +29 -5
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SwapInput.d.ts","sourceRoot":"","sources":["../../../../../../src/containers/SwapInput/SwapInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAG/D,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"SwapInput.d.ts","sourceRoot":"","sources":["../../../../../../src/containers/SwapInput/SwapInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAG/D,OAAO,KAAK,MAAM,OAAO,CAAC;AA2B1B,wBAAgB,SAAS,CAAC,KAAK,EAAE,kBAAkB,qBA4IlD"}
|
|
@@ -1254,6 +1254,166 @@ export declare const formStyles: import("@stitches/react/types/styled-component.
|
|
|
1254
1254
|
zIndices: {};
|
|
1255
1255
|
transitions: {};
|
|
1256
1256
|
}, import("@stitches/react/types/config.js").DefaultThemeMap, {}>>;
|
|
1257
|
+
export declare const TokenSectionContainer: import("@stitches/react/types/styled-component.js").StyledComponent<"div", {}, {
|
|
1258
|
+
xs: string;
|
|
1259
|
+
sm: string;
|
|
1260
|
+
md: string;
|
|
1261
|
+
lg: string;
|
|
1262
|
+
}, import("@stitches/react/types/css-util.js").CSS<{
|
|
1263
|
+
xs: string;
|
|
1264
|
+
sm: string;
|
|
1265
|
+
md: string;
|
|
1266
|
+
lg: string;
|
|
1267
|
+
}, {
|
|
1268
|
+
colors: {
|
|
1269
|
+
primary: string;
|
|
1270
|
+
primary500: string;
|
|
1271
|
+
primary550: string;
|
|
1272
|
+
secondary: string;
|
|
1273
|
+
secondary100: string;
|
|
1274
|
+
secondary150: string;
|
|
1275
|
+
secondary200: string;
|
|
1276
|
+
secondary250: string;
|
|
1277
|
+
secondary500: string;
|
|
1278
|
+
secondary550: string;
|
|
1279
|
+
neutral: string;
|
|
1280
|
+
neutral100: string;
|
|
1281
|
+
neutral200: string;
|
|
1282
|
+
neutral300: string;
|
|
1283
|
+
neutral400: string;
|
|
1284
|
+
neutral500: string;
|
|
1285
|
+
neutral600: string;
|
|
1286
|
+
neutral700: string;
|
|
1287
|
+
neutral800: string;
|
|
1288
|
+
neutral900: string;
|
|
1289
|
+
error100: string;
|
|
1290
|
+
error300: string;
|
|
1291
|
+
error500: string;
|
|
1292
|
+
error600: string;
|
|
1293
|
+
error700: string;
|
|
1294
|
+
warning100: string;
|
|
1295
|
+
warning300: string;
|
|
1296
|
+
warning500: string;
|
|
1297
|
+
warning600: string;
|
|
1298
|
+
warning700: string;
|
|
1299
|
+
info: string;
|
|
1300
|
+
info100: string;
|
|
1301
|
+
info300: string;
|
|
1302
|
+
info500: string;
|
|
1303
|
+
info600: string;
|
|
1304
|
+
info700: string;
|
|
1305
|
+
success100: string;
|
|
1306
|
+
success300: string;
|
|
1307
|
+
success500: string;
|
|
1308
|
+
success600: string;
|
|
1309
|
+
success700: string;
|
|
1310
|
+
background: string;
|
|
1311
|
+
foreground: string;
|
|
1312
|
+
};
|
|
1313
|
+
space: {
|
|
1314
|
+
0: string;
|
|
1315
|
+
5: string;
|
|
1316
|
+
10: string;
|
|
1317
|
+
15: string;
|
|
1318
|
+
20: string;
|
|
1319
|
+
25: string;
|
|
1320
|
+
30: string;
|
|
1321
|
+
40: string;
|
|
1322
|
+
46: string;
|
|
1323
|
+
50: string;
|
|
1324
|
+
60: string;
|
|
1325
|
+
70: string;
|
|
1326
|
+
80: string;
|
|
1327
|
+
90: string;
|
|
1328
|
+
100: string;
|
|
1329
|
+
2: string;
|
|
1330
|
+
4: string;
|
|
1331
|
+
6: string;
|
|
1332
|
+
8: string;
|
|
1333
|
+
12: string;
|
|
1334
|
+
16: string;
|
|
1335
|
+
24: string;
|
|
1336
|
+
28: string;
|
|
1337
|
+
32: string;
|
|
1338
|
+
36: string;
|
|
1339
|
+
};
|
|
1340
|
+
radii: {
|
|
1341
|
+
xs: string;
|
|
1342
|
+
sm: string;
|
|
1343
|
+
xm: string;
|
|
1344
|
+
md: string;
|
|
1345
|
+
xl: string;
|
|
1346
|
+
lg: string;
|
|
1347
|
+
primary: string;
|
|
1348
|
+
secondary: string;
|
|
1349
|
+
};
|
|
1350
|
+
fontSizes: {
|
|
1351
|
+
10: string;
|
|
1352
|
+
12: string;
|
|
1353
|
+
14: string;
|
|
1354
|
+
16: string;
|
|
1355
|
+
18: string;
|
|
1356
|
+
20: string;
|
|
1357
|
+
22: string;
|
|
1358
|
+
24: string;
|
|
1359
|
+
28: string;
|
|
1360
|
+
32: string;
|
|
1361
|
+
36: string;
|
|
1362
|
+
40: string;
|
|
1363
|
+
48: string;
|
|
1364
|
+
};
|
|
1365
|
+
fonts: {
|
|
1366
|
+
primary: string;
|
|
1367
|
+
widget: string;
|
|
1368
|
+
};
|
|
1369
|
+
fontWeights: {
|
|
1370
|
+
regular: number;
|
|
1371
|
+
medium: number;
|
|
1372
|
+
semiBold: number;
|
|
1373
|
+
bold: number;
|
|
1374
|
+
};
|
|
1375
|
+
lineHeights: {
|
|
1376
|
+
12: string;
|
|
1377
|
+
16: string;
|
|
1378
|
+
20: string;
|
|
1379
|
+
24: string;
|
|
1380
|
+
26: string;
|
|
1381
|
+
28: string;
|
|
1382
|
+
30: string;
|
|
1383
|
+
36: string;
|
|
1384
|
+
40: string;
|
|
1385
|
+
44: string;
|
|
1386
|
+
52: string;
|
|
1387
|
+
64: string;
|
|
1388
|
+
};
|
|
1389
|
+
letterSpacings: {};
|
|
1390
|
+
sizes: {
|
|
1391
|
+
4: string;
|
|
1392
|
+
6: string;
|
|
1393
|
+
8: string;
|
|
1394
|
+
10: string;
|
|
1395
|
+
12: string;
|
|
1396
|
+
16: string;
|
|
1397
|
+
18: string;
|
|
1398
|
+
20: string;
|
|
1399
|
+
24: string;
|
|
1400
|
+
26: string;
|
|
1401
|
+
28: string;
|
|
1402
|
+
30: string;
|
|
1403
|
+
32: string;
|
|
1404
|
+
36: string;
|
|
1405
|
+
40: string;
|
|
1406
|
+
45: string;
|
|
1407
|
+
48: string;
|
|
1408
|
+
};
|
|
1409
|
+
borderWidths: {};
|
|
1410
|
+
borderStyles: {};
|
|
1411
|
+
shadows: {
|
|
1412
|
+
mainContainer: string;
|
|
1413
|
+
};
|
|
1414
|
+
zIndices: {};
|
|
1415
|
+
transitions: {};
|
|
1416
|
+
}, import("@stitches/react/types/config.js").DefaultThemeMap, {}>>;
|
|
1257
1417
|
export declare const labelStyles: import("@stitches/react/types/styled-component.js").CssComponent<never, {}, {
|
|
1258
1418
|
xs: string;
|
|
1259
1419
|
sm: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SwapInput.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/containers/SwapInput/SwapInput.styles.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"SwapInput.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/containers/SwapInput/SwapInput.styles.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TokenSection.d.ts","sourceRoot":"","sources":["../../../../../../src/containers/SwapInput/TokenSection.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAGjE,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"TokenSection.d.ts","sourceRoot":"","sources":["../../../../../../src/containers/SwapInput/TokenSection.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAGjE,OAAO,KAAK,MAAM,OAAO,CAAC;AAuB1B,wBAAgB,YAAY,CAAC,KAAK,EAAE,iBAAiB,qBA8EpD"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { type TooltipPropTypes, Typography } from '../../components/index.js';
|
|
1
2
|
export declare const Container: import("@stitches/react/types/styled-component.js").StyledComponent<import("react").ForwardRefExoticComponent<{
|
|
2
3
|
id?: string | undefined | undefined;
|
|
3
4
|
slot?: string | undefined | undefined;
|
|
@@ -1238,4 +1239,325 @@ export declare const TitleContainer: import("@stitches/react/types/styled-compon
|
|
|
1238
1239
|
zIndices: {};
|
|
1239
1240
|
transitions: {};
|
|
1240
1241
|
}, import("@stitches/react/types/config.js").DefaultThemeMap, {}>>;
|
|
1242
|
+
export declare const Title: import("@stitches/react/types/styled-component.js").StyledComponent<typeof Typography, {}, {
|
|
1243
|
+
xs: string;
|
|
1244
|
+
sm: string;
|
|
1245
|
+
md: string;
|
|
1246
|
+
lg: string;
|
|
1247
|
+
}, import("@stitches/react/types/css-util.js").CSS<{
|
|
1248
|
+
xs: string;
|
|
1249
|
+
sm: string;
|
|
1250
|
+
md: string;
|
|
1251
|
+
lg: string;
|
|
1252
|
+
}, {
|
|
1253
|
+
colors: {
|
|
1254
|
+
primary: string;
|
|
1255
|
+
primary500: string;
|
|
1256
|
+
primary550: string;
|
|
1257
|
+
secondary: string;
|
|
1258
|
+
secondary100: string;
|
|
1259
|
+
secondary150: string;
|
|
1260
|
+
secondary200: string;
|
|
1261
|
+
secondary250: string;
|
|
1262
|
+
secondary500: string;
|
|
1263
|
+
secondary550: string;
|
|
1264
|
+
neutral: string;
|
|
1265
|
+
neutral100: string;
|
|
1266
|
+
neutral200: string;
|
|
1267
|
+
neutral300: string;
|
|
1268
|
+
neutral400: string;
|
|
1269
|
+
neutral500: string;
|
|
1270
|
+
neutral600: string;
|
|
1271
|
+
neutral700: string;
|
|
1272
|
+
neutral800: string;
|
|
1273
|
+
neutral900: string;
|
|
1274
|
+
error100: string;
|
|
1275
|
+
error300: string;
|
|
1276
|
+
error500: string;
|
|
1277
|
+
error600: string;
|
|
1278
|
+
error700: string;
|
|
1279
|
+
warning100: string;
|
|
1280
|
+
warning300: string;
|
|
1281
|
+
warning500: string;
|
|
1282
|
+
warning600: string;
|
|
1283
|
+
warning700: string;
|
|
1284
|
+
info: string;
|
|
1285
|
+
info100: string;
|
|
1286
|
+
info300: string;
|
|
1287
|
+
info500: string;
|
|
1288
|
+
info600: string;
|
|
1289
|
+
info700: string;
|
|
1290
|
+
success100: string;
|
|
1291
|
+
success300: string;
|
|
1292
|
+
success500: string;
|
|
1293
|
+
success600: string;
|
|
1294
|
+
success700: string;
|
|
1295
|
+
background: string;
|
|
1296
|
+
foreground: string;
|
|
1297
|
+
};
|
|
1298
|
+
space: {
|
|
1299
|
+
0: string;
|
|
1300
|
+
5: string;
|
|
1301
|
+
10: string;
|
|
1302
|
+
15: string;
|
|
1303
|
+
20: string;
|
|
1304
|
+
25: string;
|
|
1305
|
+
30: string;
|
|
1306
|
+
40: string;
|
|
1307
|
+
46: string;
|
|
1308
|
+
50: string;
|
|
1309
|
+
60: string;
|
|
1310
|
+
70: string;
|
|
1311
|
+
80: string;
|
|
1312
|
+
90: string;
|
|
1313
|
+
100: string;
|
|
1314
|
+
2: string;
|
|
1315
|
+
4: string;
|
|
1316
|
+
6: string;
|
|
1317
|
+
8: string;
|
|
1318
|
+
12: string;
|
|
1319
|
+
16: string;
|
|
1320
|
+
24: string;
|
|
1321
|
+
28: string;
|
|
1322
|
+
32: string;
|
|
1323
|
+
36: string;
|
|
1324
|
+
};
|
|
1325
|
+
radii: {
|
|
1326
|
+
xs: string;
|
|
1327
|
+
sm: string;
|
|
1328
|
+
xm: string;
|
|
1329
|
+
md: string;
|
|
1330
|
+
xl: string;
|
|
1331
|
+
lg: string;
|
|
1332
|
+
primary: string;
|
|
1333
|
+
secondary: string;
|
|
1334
|
+
};
|
|
1335
|
+
fontSizes: {
|
|
1336
|
+
10: string;
|
|
1337
|
+
12: string;
|
|
1338
|
+
14: string;
|
|
1339
|
+
16: string;
|
|
1340
|
+
18: string;
|
|
1341
|
+
20: string;
|
|
1342
|
+
22: string;
|
|
1343
|
+
24: string;
|
|
1344
|
+
28: string;
|
|
1345
|
+
32: string;
|
|
1346
|
+
36: string;
|
|
1347
|
+
40: string;
|
|
1348
|
+
48: string;
|
|
1349
|
+
};
|
|
1350
|
+
fonts: {
|
|
1351
|
+
primary: string;
|
|
1352
|
+
widget: string;
|
|
1353
|
+
};
|
|
1354
|
+
fontWeights: {
|
|
1355
|
+
regular: number;
|
|
1356
|
+
medium: number;
|
|
1357
|
+
semiBold: number;
|
|
1358
|
+
bold: number;
|
|
1359
|
+
};
|
|
1360
|
+
lineHeights: {
|
|
1361
|
+
12: string;
|
|
1362
|
+
16: string;
|
|
1363
|
+
20: string;
|
|
1364
|
+
24: string;
|
|
1365
|
+
26: string;
|
|
1366
|
+
28: string;
|
|
1367
|
+
30: string;
|
|
1368
|
+
36: string;
|
|
1369
|
+
40: string;
|
|
1370
|
+
44: string;
|
|
1371
|
+
52: string;
|
|
1372
|
+
64: string;
|
|
1373
|
+
};
|
|
1374
|
+
letterSpacings: {};
|
|
1375
|
+
sizes: {
|
|
1376
|
+
4: string;
|
|
1377
|
+
6: string;
|
|
1378
|
+
8: string;
|
|
1379
|
+
10: string;
|
|
1380
|
+
12: string;
|
|
1381
|
+
16: string;
|
|
1382
|
+
18: string;
|
|
1383
|
+
20: string;
|
|
1384
|
+
24: string;
|
|
1385
|
+
26: string;
|
|
1386
|
+
28: string;
|
|
1387
|
+
30: string;
|
|
1388
|
+
32: string;
|
|
1389
|
+
36: string;
|
|
1390
|
+
40: string;
|
|
1391
|
+
45: string;
|
|
1392
|
+
48: string;
|
|
1393
|
+
};
|
|
1394
|
+
borderWidths: {};
|
|
1395
|
+
borderStyles: {};
|
|
1396
|
+
shadows: {
|
|
1397
|
+
mainContainer: string;
|
|
1398
|
+
};
|
|
1399
|
+
zIndices: {};
|
|
1400
|
+
transitions: {};
|
|
1401
|
+
}, import("@stitches/react/types/config.js").DefaultThemeMap, {}>>;
|
|
1402
|
+
export declare const SymbolTooltipStyles: TooltipPropTypes['styles'];
|
|
1403
|
+
export declare const SymbolTooltipContent: import("@stitches/react/types/styled-component.js").StyledComponent<typeof Typography, {}, {
|
|
1404
|
+
xs: string;
|
|
1405
|
+
sm: string;
|
|
1406
|
+
md: string;
|
|
1407
|
+
lg: string;
|
|
1408
|
+
}, import("@stitches/react/types/css-util.js").CSS<{
|
|
1409
|
+
xs: string;
|
|
1410
|
+
sm: string;
|
|
1411
|
+
md: string;
|
|
1412
|
+
lg: string;
|
|
1413
|
+
}, {
|
|
1414
|
+
colors: {
|
|
1415
|
+
primary: string;
|
|
1416
|
+
primary500: string;
|
|
1417
|
+
primary550: string;
|
|
1418
|
+
secondary: string;
|
|
1419
|
+
secondary100: string;
|
|
1420
|
+
secondary150: string;
|
|
1421
|
+
secondary200: string;
|
|
1422
|
+
secondary250: string;
|
|
1423
|
+
secondary500: string;
|
|
1424
|
+
secondary550: string;
|
|
1425
|
+
neutral: string;
|
|
1426
|
+
neutral100: string;
|
|
1427
|
+
neutral200: string;
|
|
1428
|
+
neutral300: string;
|
|
1429
|
+
neutral400: string;
|
|
1430
|
+
neutral500: string;
|
|
1431
|
+
neutral600: string;
|
|
1432
|
+
neutral700: string;
|
|
1433
|
+
neutral800: string;
|
|
1434
|
+
neutral900: string;
|
|
1435
|
+
error100: string;
|
|
1436
|
+
error300: string;
|
|
1437
|
+
error500: string;
|
|
1438
|
+
error600: string;
|
|
1439
|
+
error700: string;
|
|
1440
|
+
warning100: string;
|
|
1441
|
+
warning300: string;
|
|
1442
|
+
warning500: string;
|
|
1443
|
+
warning600: string;
|
|
1444
|
+
warning700: string;
|
|
1445
|
+
info: string;
|
|
1446
|
+
info100: string;
|
|
1447
|
+
info300: string;
|
|
1448
|
+
info500: string;
|
|
1449
|
+
info600: string;
|
|
1450
|
+
info700: string;
|
|
1451
|
+
success100: string;
|
|
1452
|
+
success300: string;
|
|
1453
|
+
success500: string;
|
|
1454
|
+
success600: string;
|
|
1455
|
+
success700: string;
|
|
1456
|
+
background: string;
|
|
1457
|
+
foreground: string;
|
|
1458
|
+
};
|
|
1459
|
+
space: {
|
|
1460
|
+
0: string;
|
|
1461
|
+
5: string;
|
|
1462
|
+
10: string;
|
|
1463
|
+
15: string;
|
|
1464
|
+
20: string;
|
|
1465
|
+
25: string;
|
|
1466
|
+
30: string;
|
|
1467
|
+
40: string;
|
|
1468
|
+
46: string;
|
|
1469
|
+
50: string;
|
|
1470
|
+
60: string;
|
|
1471
|
+
70: string;
|
|
1472
|
+
80: string;
|
|
1473
|
+
90: string;
|
|
1474
|
+
100: string;
|
|
1475
|
+
2: string;
|
|
1476
|
+
4: string;
|
|
1477
|
+
6: string;
|
|
1478
|
+
8: string;
|
|
1479
|
+
12: string;
|
|
1480
|
+
16: string;
|
|
1481
|
+
24: string;
|
|
1482
|
+
28: string;
|
|
1483
|
+
32: string;
|
|
1484
|
+
36: string;
|
|
1485
|
+
};
|
|
1486
|
+
radii: {
|
|
1487
|
+
xs: string;
|
|
1488
|
+
sm: string;
|
|
1489
|
+
xm: string;
|
|
1490
|
+
md: string;
|
|
1491
|
+
xl: string;
|
|
1492
|
+
lg: string;
|
|
1493
|
+
primary: string;
|
|
1494
|
+
secondary: string;
|
|
1495
|
+
};
|
|
1496
|
+
fontSizes: {
|
|
1497
|
+
10: string;
|
|
1498
|
+
12: string;
|
|
1499
|
+
14: string;
|
|
1500
|
+
16: string;
|
|
1501
|
+
18: string;
|
|
1502
|
+
20: string;
|
|
1503
|
+
22: string;
|
|
1504
|
+
24: string;
|
|
1505
|
+
28: string;
|
|
1506
|
+
32: string;
|
|
1507
|
+
36: string;
|
|
1508
|
+
40: string;
|
|
1509
|
+
48: string;
|
|
1510
|
+
};
|
|
1511
|
+
fonts: {
|
|
1512
|
+
primary: string;
|
|
1513
|
+
widget: string;
|
|
1514
|
+
};
|
|
1515
|
+
fontWeights: {
|
|
1516
|
+
regular: number;
|
|
1517
|
+
medium: number;
|
|
1518
|
+
semiBold: number;
|
|
1519
|
+
bold: number;
|
|
1520
|
+
};
|
|
1521
|
+
lineHeights: {
|
|
1522
|
+
12: string;
|
|
1523
|
+
16: string;
|
|
1524
|
+
20: string;
|
|
1525
|
+
24: string;
|
|
1526
|
+
26: string;
|
|
1527
|
+
28: string;
|
|
1528
|
+
30: string;
|
|
1529
|
+
36: string;
|
|
1530
|
+
40: string;
|
|
1531
|
+
44: string;
|
|
1532
|
+
52: string;
|
|
1533
|
+
64: string;
|
|
1534
|
+
};
|
|
1535
|
+
letterSpacings: {};
|
|
1536
|
+
sizes: {
|
|
1537
|
+
4: string;
|
|
1538
|
+
6: string;
|
|
1539
|
+
8: string;
|
|
1540
|
+
10: string;
|
|
1541
|
+
12: string;
|
|
1542
|
+
16: string;
|
|
1543
|
+
18: string;
|
|
1544
|
+
20: string;
|
|
1545
|
+
24: string;
|
|
1546
|
+
26: string;
|
|
1547
|
+
28: string;
|
|
1548
|
+
30: string;
|
|
1549
|
+
32: string;
|
|
1550
|
+
36: string;
|
|
1551
|
+
40: string;
|
|
1552
|
+
45: string;
|
|
1553
|
+
48: string;
|
|
1554
|
+
};
|
|
1555
|
+
borderWidths: {};
|
|
1556
|
+
borderStyles: {};
|
|
1557
|
+
shadows: {
|
|
1558
|
+
mainContainer: string;
|
|
1559
|
+
};
|
|
1560
|
+
zIndices: {};
|
|
1561
|
+
transitions: {};
|
|
1562
|
+
}, import("@stitches/react/types/config.js").DefaultThemeMap, {}>>;
|
|
1241
1563
|
//# sourceMappingURL=TokenSection.styles.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TokenSection.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/containers/SwapInput/TokenSection.styles.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TokenSection.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/containers/SwapInput/TokenSection.styles.ts"],"names":[],"mappings":"AACA,OAAO,EAEL,KAAK,gBAAgB,EACrB,UAAU,EACX,MAAM,2BAA2B,CAAC;AAGnC,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAuBlB,MAAO,SAAS;aAAY,MAC5B,SAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kEAiBT,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kEAAQ,CAAC;AAErC,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kEAgBhC,CAAC;AAEH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kEAU3B,CAAC;AAEH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kEAGzB,CAAC;AAEH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kEAIzB,CAAC;AAEH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kEAIhB,CAAC;AAEH,eAAO,MAAM,mBAAmB,EAAE,gBAAgB,CAAC,QAAQ,CAU1D,CAAC;AAEF,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kEAG/B,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rango-dev/ui",
|
|
3
|
-
"version": "0.45.1-next.
|
|
3
|
+
"version": "0.45.1-next.9",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"source": "./src/index.ts",
|
|
@@ -53,13 +53,13 @@
|
|
|
53
53
|
"@radix-ui/react-select": "^2.0.0",
|
|
54
54
|
"@radix-ui/react-switch": "^1.0.1",
|
|
55
55
|
"@radix-ui/react-tooltip": "^1.0.2",
|
|
56
|
-
"@rango-dev/wallets-shared": "^0.43.1-next.
|
|
56
|
+
"@rango-dev/wallets-shared": "^0.43.1-next.5",
|
|
57
57
|
"@stitches/react": "^1.2.8",
|
|
58
58
|
"copy-to-clipboard": "^3.3.3",
|
|
59
|
-
"rango-types": "^0.1.
|
|
59
|
+
"rango-types": "^0.1.83",
|
|
60
60
|
"react-virtuoso": "^4.6.2"
|
|
61
61
|
},
|
|
62
62
|
"publishConfig": {
|
|
63
63
|
"access": "public"
|
|
64
64
|
}
|
|
65
|
-
}
|
|
65
|
+
}
|
|
@@ -22,6 +22,7 @@ import {
|
|
|
22
22
|
labelStyles,
|
|
23
23
|
MaxButton,
|
|
24
24
|
textStyles,
|
|
25
|
+
TokenSectionContainer,
|
|
25
26
|
UsdPrice,
|
|
26
27
|
ValueTypography,
|
|
27
28
|
} from './SwapInput.styles.js';
|
|
@@ -83,22 +84,24 @@ export function SwapInput(props: SwapInputPropTypes) {
|
|
|
83
84
|
</div>
|
|
84
85
|
</div>
|
|
85
86
|
<div className={formStyles()}>
|
|
86
|
-
<
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
87
|
+
<TokenSectionContainer>
|
|
88
|
+
<TokenSection
|
|
89
|
+
chain={props.chain.displayName}
|
|
90
|
+
chianImageId={
|
|
91
|
+
props.mode === 'To'
|
|
92
|
+
? UI_ID.SWAP_TO_CHAIN_IMAGE_ID
|
|
93
|
+
: UI_ID.SWAP_FROM_CHAIN_IMAGE_ID
|
|
94
|
+
}
|
|
95
|
+
tokenSymbol={props.token.displayName}
|
|
96
|
+
error={props.error}
|
|
97
|
+
chainImage={props.chain.image}
|
|
98
|
+
tokenImage={props.token.image}
|
|
99
|
+
onClick={props.onClickToken}
|
|
100
|
+
loading={props.loading}
|
|
101
|
+
warning={props.token.securityWarning}
|
|
102
|
+
tooltipContainer={props.tooltipContainer}
|
|
103
|
+
/>
|
|
104
|
+
</TokenSectionContainer>
|
|
102
105
|
<div className={amountStyles()}>
|
|
103
106
|
{props.loading || (props.mode === 'To' && props.fetchingQuote) ? (
|
|
104
107
|
<>
|
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
import { ChainImageContainer } from '../../components/ChainToken/ChainToken.styles.js';
|
|
2
|
-
import {
|
|
2
|
+
import {
|
|
3
|
+
Button,
|
|
4
|
+
type TooltipPropTypes,
|
|
5
|
+
Typography,
|
|
6
|
+
} from '../../components/index.js';
|
|
3
7
|
import { css, darkTheme, styled } from '../../theme.js';
|
|
4
8
|
|
|
5
9
|
export const Container = styled(Button, {
|
|
10
|
+
width: '100%',
|
|
6
11
|
maxWidth: '180px',
|
|
7
12
|
minWidth: '130px',
|
|
8
|
-
flexGrow: 1,
|
|
9
13
|
backgroundColor: 'transparent',
|
|
10
14
|
borderRadius: '$xs',
|
|
11
15
|
|
|
@@ -39,11 +43,16 @@ export const Container = styled(Button, {
|
|
|
39
43
|
backgroundColor: '$$color !important',
|
|
40
44
|
},
|
|
41
45
|
},
|
|
46
|
+
|
|
47
|
+
'& > span': {
|
|
48
|
+
width: '100%',
|
|
49
|
+
},
|
|
42
50
|
});
|
|
43
51
|
|
|
44
52
|
export const chainNameStyles = css();
|
|
45
53
|
|
|
46
54
|
export const TokenSectionContainer = styled('div', {
|
|
55
|
+
width: '100%',
|
|
47
56
|
maxWidth: '170px',
|
|
48
57
|
padding: '$2 $5',
|
|
49
58
|
display: 'flex',
|
|
@@ -68,6 +77,8 @@ export const tokenChainStyles = css({
|
|
|
68
77
|
paddingLeft: '$10',
|
|
69
78
|
flexGrow: 1,
|
|
70
79
|
textAlign: 'left',
|
|
80
|
+
width: '100%',
|
|
81
|
+
overflow: 'hidden',
|
|
71
82
|
});
|
|
72
83
|
|
|
73
84
|
export const skeletonStyles = css({
|
|
@@ -76,8 +87,30 @@ export const skeletonStyles = css({
|
|
|
76
87
|
});
|
|
77
88
|
|
|
78
89
|
export const TitleContainer = styled('div', {
|
|
90
|
+
width: '100%',
|
|
79
91
|
display: 'flex',
|
|
80
|
-
justifyContent: 'center',
|
|
81
92
|
alignItems: 'center',
|
|
82
|
-
|
|
93
|
+
});
|
|
94
|
+
|
|
95
|
+
export const Title = styled(Typography, {
|
|
96
|
+
overflow: 'hidden',
|
|
97
|
+
textOverflow: 'ellipsis',
|
|
98
|
+
whiteSpace: 'nowrap',
|
|
99
|
+
});
|
|
100
|
+
|
|
101
|
+
export const SymbolTooltipStyles: TooltipPropTypes['styles'] = {
|
|
102
|
+
content: {
|
|
103
|
+
padding: '$10',
|
|
104
|
+
},
|
|
105
|
+
root: {
|
|
106
|
+
zIndex: 10,
|
|
107
|
+
width: 'calc(100% - 18px)',
|
|
108
|
+
display: 'flex',
|
|
109
|
+
justifyContent: 'start',
|
|
110
|
+
},
|
|
111
|
+
};
|
|
112
|
+
|
|
113
|
+
export const SymbolTooltipContent = styled(Typography, {
|
|
114
|
+
maxWidth: 217,
|
|
115
|
+
lineBreak: 'anywhere',
|
|
83
116
|
});
|