@rango-dev/ui 0.22.1-next.16 → 0.22.1-next.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +6 -6
- package/dist/index.js.map +4 -4
- package/dist/widget/ui/src/components/Alert/Alert.styles.d.ts +157 -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.map +1 -1
- package/dist/widget/ui/src/components/QuoteCost/QuoteCost.d.ts.map +1 -1
- package/dist/widget/ui/src/components/QuoteCost/QuoteCost.styles.d.ts +314 -0
- package/dist/widget/ui/src/components/QuoteCost/QuoteCost.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 +6 -0
- package/dist/widget/ui/src/components/StepDetails/StepDetails.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SwapListItem/mock.d.ts +1 -1
- package/dist/widget/ui/src/components/SwapListItem/mock.d.ts.map +1 -1
- package/dist/widget/ui/src/components/TokenAmount/TokenAmount.d.ts.map +1 -1
- package/dist/widget/ui/src/components/TokenAmount/TokenAmount.styles.d.ts +471 -1
- package/dist/widget/ui/src/components/TokenAmount/TokenAmount.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/common/Image.d.ts +157 -0
- package/dist/widget/ui/src/components/common/Image.d.ts.map +1 -1
- package/dist/widget/ui/src/components/common/index.d.ts +1 -1
- package/dist/widget/ui/src/components/common/index.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapHistory/SwapHistory.d.ts +1 -1
- package/dist/widget/ui/src/containers/SwapHistory/SwapHistory.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapHistory/SwapHistory.stories.d.ts +2 -2
- package/dist/widget/ui/src/containers/SwapHistory/SwapHistory.stories.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapHistory/mock.d.ts +1 -1
- package/dist/widget/ui/src/containers/SwapHistory/mock.d.ts.map +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 +942 -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 +471 -0
- package/dist/widget/ui/src/containers/SwapInput/TokenSection.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/types/index.d.ts +0 -1
- package/dist/widget/ui/src/types/index.d.ts.map +1 -1
- package/dist/widget/ui/src/types/swaps.d.ts +1 -27
- package/dist/widget/ui/src/types/swaps.d.ts.map +1 -1
- package/package.json +4 -4
- package/src/components/Alert/Alert.styles.ts +7 -7
- package/src/components/Alert/Alert.tsx +2 -2
- package/src/components/BlockchainsChip/BlockchainsChip.styles.ts +2 -1
- package/src/components/QuoteCost/QuoteCost.styles.ts +14 -12
- package/src/components/QuoteCost/QuoteCost.tsx +12 -7
- package/src/components/StepDetails/StepDetails.styles.ts +32 -24
- package/src/components/StepDetails/StepDetails.tsx +8 -4
- package/src/components/SwapListItem/mock.ts +21 -6
- package/src/components/TokenAmount/TokenAmount.styles.ts +12 -10
- package/src/components/TokenAmount/TokenAmount.tsx +23 -17
- package/src/components/common/Image.tsx +1 -2
- package/src/components/common/index.ts +1 -1
- package/src/containers/SwapHistory/SwapHistory.stories.tsx +5 -2
- package/src/containers/SwapHistory/SwapHistory.tsx +1 -1
- package/src/containers/SwapHistory/mock.ts +24 -8
- package/src/containers/SwapInput/SwapInput.styles.ts +34 -27
- package/src/containers/SwapInput/SwapInput.tsx +14 -8
- package/src/containers/SwapInput/TokenSection.styles.ts +16 -13
- package/src/containers/SwapInput/TokenSection.tsx +10 -4
- package/src/types/index.ts +0 -1
- package/src/types/swaps.ts +0 -38
- package/dist/widget/ui/src/containers/History/types.d.ts +0 -2
- package/dist/widget/ui/src/containers/History/types.d.ts.map +0 -1
- package/src/containers/History/types.tsx +0 -1
|
@@ -476,4 +476,161 @@ export declare const IconHighlight: import("@stitches/react/types/styled-compone
|
|
|
476
476
|
zIndices: {};
|
|
477
477
|
transitions: {};
|
|
478
478
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
479
|
+
export declare const titleStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
|
|
480
|
+
sm: string;
|
|
481
|
+
md: string;
|
|
482
|
+
lg: string;
|
|
483
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
484
|
+
sm: string;
|
|
485
|
+
md: string;
|
|
486
|
+
lg: string;
|
|
487
|
+
}, {
|
|
488
|
+
colors: {
|
|
489
|
+
primary: string;
|
|
490
|
+
primary500: string;
|
|
491
|
+
primary600: string;
|
|
492
|
+
secondary: string;
|
|
493
|
+
secondary100: string;
|
|
494
|
+
secondary200: string;
|
|
495
|
+
secondary300: string;
|
|
496
|
+
secondary400: string;
|
|
497
|
+
secondary500: string;
|
|
498
|
+
secondary600: string;
|
|
499
|
+
secondary700: string;
|
|
500
|
+
secondary800: string;
|
|
501
|
+
secondary900: string;
|
|
502
|
+
neutral: string;
|
|
503
|
+
neutral100: string;
|
|
504
|
+
neutral200: string;
|
|
505
|
+
neutral300: string;
|
|
506
|
+
neutral400: string;
|
|
507
|
+
neutral500: string;
|
|
508
|
+
neutral600: string;
|
|
509
|
+
neutral700: string;
|
|
510
|
+
neutral800: string;
|
|
511
|
+
neutral900: string;
|
|
512
|
+
error100: string;
|
|
513
|
+
error300: string;
|
|
514
|
+
error500: string;
|
|
515
|
+
error600: string;
|
|
516
|
+
error700: string;
|
|
517
|
+
warning100: string;
|
|
518
|
+
warning300: string;
|
|
519
|
+
warning500: string;
|
|
520
|
+
warning600: string;
|
|
521
|
+
warning700: string;
|
|
522
|
+
info: string;
|
|
523
|
+
info100: string;
|
|
524
|
+
info300: string;
|
|
525
|
+
info500: string;
|
|
526
|
+
info600: string;
|
|
527
|
+
info700: string;
|
|
528
|
+
success100: string;
|
|
529
|
+
success300: string;
|
|
530
|
+
success500: string;
|
|
531
|
+
success600: string;
|
|
532
|
+
success700: string;
|
|
533
|
+
background: string;
|
|
534
|
+
foreground: string;
|
|
535
|
+
};
|
|
536
|
+
space: {
|
|
537
|
+
0: string;
|
|
538
|
+
5: string;
|
|
539
|
+
10: string;
|
|
540
|
+
15: string;
|
|
541
|
+
20: string;
|
|
542
|
+
25: string;
|
|
543
|
+
30: string;
|
|
544
|
+
40: string;
|
|
545
|
+
46: string;
|
|
546
|
+
50: string;
|
|
547
|
+
60: string;
|
|
548
|
+
70: string;
|
|
549
|
+
80: string;
|
|
550
|
+
90: string;
|
|
551
|
+
100: string;
|
|
552
|
+
2: string;
|
|
553
|
+
4: string;
|
|
554
|
+
6: string;
|
|
555
|
+
8: string;
|
|
556
|
+
12: string;
|
|
557
|
+
16: string;
|
|
558
|
+
24: string;
|
|
559
|
+
28: string;
|
|
560
|
+
32: string;
|
|
561
|
+
};
|
|
562
|
+
radii: {
|
|
563
|
+
xs: string;
|
|
564
|
+
sm: string;
|
|
565
|
+
xm: string;
|
|
566
|
+
md: string;
|
|
567
|
+
xl: string;
|
|
568
|
+
lg: string;
|
|
569
|
+
primary: string;
|
|
570
|
+
secondary: string;
|
|
571
|
+
};
|
|
572
|
+
fontSizes: {
|
|
573
|
+
10: string;
|
|
574
|
+
12: string;
|
|
575
|
+
14: string;
|
|
576
|
+
16: string;
|
|
577
|
+
18: string;
|
|
578
|
+
20: string;
|
|
579
|
+
22: string;
|
|
580
|
+
24: string;
|
|
581
|
+
28: string;
|
|
582
|
+
32: string;
|
|
583
|
+
36: string;
|
|
584
|
+
40: string;
|
|
585
|
+
48: string;
|
|
586
|
+
};
|
|
587
|
+
fonts: {
|
|
588
|
+
primary: string;
|
|
589
|
+
widget: string;
|
|
590
|
+
};
|
|
591
|
+
fontWeights: {
|
|
592
|
+
regular: number;
|
|
593
|
+
medium: number;
|
|
594
|
+
semiBold: number;
|
|
595
|
+
bold: number;
|
|
596
|
+
};
|
|
597
|
+
lineHeights: {
|
|
598
|
+
12: string;
|
|
599
|
+
16: string;
|
|
600
|
+
20: string;
|
|
601
|
+
24: string;
|
|
602
|
+
26: string;
|
|
603
|
+
28: string;
|
|
604
|
+
30: string;
|
|
605
|
+
36: string;
|
|
606
|
+
40: string;
|
|
607
|
+
44: string;
|
|
608
|
+
52: string;
|
|
609
|
+
64: string;
|
|
610
|
+
};
|
|
611
|
+
letterSpacings: {};
|
|
612
|
+
sizes: {
|
|
613
|
+
4: string;
|
|
614
|
+
6: string;
|
|
615
|
+
8: string;
|
|
616
|
+
12: string;
|
|
617
|
+
16: string;
|
|
618
|
+
18: string;
|
|
619
|
+
20: string;
|
|
620
|
+
24: string;
|
|
621
|
+
28: string;
|
|
622
|
+
32: string;
|
|
623
|
+
36: string;
|
|
624
|
+
40: string;
|
|
625
|
+
45: string;
|
|
626
|
+
48: string;
|
|
627
|
+
};
|
|
628
|
+
borderWidths: {};
|
|
629
|
+
borderStyles: {};
|
|
630
|
+
shadows: {
|
|
631
|
+
s: string;
|
|
632
|
+
};
|
|
633
|
+
zIndices: {};
|
|
634
|
+
transitions: {};
|
|
635
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
479
636
|
//# sourceMappingURL=Alert.styles.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Alert.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Alert/Alert.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+
|
|
1
|
+
{"version":3,"file":"Alert.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Alert/Alert.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAwFpB,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAcf,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAgDxB,CAAC;AAEH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAItB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BlockchainsChip.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/BlockchainsChip/BlockchainsChip.styles.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"BlockchainsChip.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/BlockchainsChip/BlockchainsChip.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAwCf,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QuoteCost.d.ts","sourceRoot":"","sources":["../../../../../../src/components/QuoteCost/QuoteCost.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAEnD,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"QuoteCost.d.ts","sourceRoot":"","sources":["../../../../../../src/components/QuoteCost/QuoteCost.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAEnD,OAAO,KAAK,MAAM,OAAO,CAAC;AAY1B,wBAAgB,SAAS,CAAC,KAAK,EAAE,SAAS,qBAgCzC"}
|
|
@@ -312,4 +312,318 @@ export declare const Separator: import("@stitches/react/types/styled-component")
|
|
|
312
312
|
zIndices: {};
|
|
313
313
|
transitions: {};
|
|
314
314
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
315
|
+
export declare const iconStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
|
|
316
|
+
sm: string;
|
|
317
|
+
md: string;
|
|
318
|
+
lg: string;
|
|
319
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
320
|
+
sm: string;
|
|
321
|
+
md: string;
|
|
322
|
+
lg: string;
|
|
323
|
+
}, {
|
|
324
|
+
colors: {
|
|
325
|
+
primary: string;
|
|
326
|
+
primary500: string;
|
|
327
|
+
primary600: string;
|
|
328
|
+
secondary: string;
|
|
329
|
+
secondary100: string;
|
|
330
|
+
secondary200: string;
|
|
331
|
+
secondary300: string;
|
|
332
|
+
secondary400: string;
|
|
333
|
+
secondary500: string;
|
|
334
|
+
secondary600: string;
|
|
335
|
+
secondary700: string;
|
|
336
|
+
secondary800: string;
|
|
337
|
+
secondary900: string;
|
|
338
|
+
neutral: string;
|
|
339
|
+
neutral100: string;
|
|
340
|
+
neutral200: string;
|
|
341
|
+
neutral300: string;
|
|
342
|
+
neutral400: string;
|
|
343
|
+
neutral500: string;
|
|
344
|
+
neutral600: string;
|
|
345
|
+
neutral700: string;
|
|
346
|
+
neutral800: string;
|
|
347
|
+
neutral900: string;
|
|
348
|
+
error100: string;
|
|
349
|
+
error300: string;
|
|
350
|
+
error500: string;
|
|
351
|
+
error600: string;
|
|
352
|
+
error700: string;
|
|
353
|
+
warning100: string;
|
|
354
|
+
warning300: string;
|
|
355
|
+
warning500: string;
|
|
356
|
+
warning600: string;
|
|
357
|
+
warning700: string;
|
|
358
|
+
info: string;
|
|
359
|
+
info100: string;
|
|
360
|
+
info300: string;
|
|
361
|
+
info500: string;
|
|
362
|
+
info600: string;
|
|
363
|
+
info700: string;
|
|
364
|
+
success100: string;
|
|
365
|
+
success300: string;
|
|
366
|
+
success500: string;
|
|
367
|
+
success600: string;
|
|
368
|
+
success700: string;
|
|
369
|
+
background: string;
|
|
370
|
+
foreground: string;
|
|
371
|
+
};
|
|
372
|
+
space: {
|
|
373
|
+
0: string;
|
|
374
|
+
5: string;
|
|
375
|
+
10: string;
|
|
376
|
+
15: string;
|
|
377
|
+
20: string;
|
|
378
|
+
25: string;
|
|
379
|
+
30: string;
|
|
380
|
+
40: string;
|
|
381
|
+
46: string;
|
|
382
|
+
50: string;
|
|
383
|
+
60: string;
|
|
384
|
+
70: string;
|
|
385
|
+
80: string;
|
|
386
|
+
90: string;
|
|
387
|
+
100: string;
|
|
388
|
+
2: string;
|
|
389
|
+
4: string;
|
|
390
|
+
6: string;
|
|
391
|
+
8: string;
|
|
392
|
+
12: string;
|
|
393
|
+
16: string;
|
|
394
|
+
24: string;
|
|
395
|
+
28: string;
|
|
396
|
+
32: string;
|
|
397
|
+
};
|
|
398
|
+
radii: {
|
|
399
|
+
xs: string;
|
|
400
|
+
sm: string;
|
|
401
|
+
xm: string;
|
|
402
|
+
md: string;
|
|
403
|
+
xl: string;
|
|
404
|
+
lg: string;
|
|
405
|
+
primary: string;
|
|
406
|
+
secondary: string;
|
|
407
|
+
};
|
|
408
|
+
fontSizes: {
|
|
409
|
+
10: string;
|
|
410
|
+
12: string;
|
|
411
|
+
14: string;
|
|
412
|
+
16: string;
|
|
413
|
+
18: string;
|
|
414
|
+
20: string;
|
|
415
|
+
22: string;
|
|
416
|
+
24: string;
|
|
417
|
+
28: string;
|
|
418
|
+
32: string;
|
|
419
|
+
36: string;
|
|
420
|
+
40: string;
|
|
421
|
+
48: string;
|
|
422
|
+
};
|
|
423
|
+
fonts: {
|
|
424
|
+
primary: string;
|
|
425
|
+
widget: string;
|
|
426
|
+
};
|
|
427
|
+
fontWeights: {
|
|
428
|
+
regular: number;
|
|
429
|
+
medium: number;
|
|
430
|
+
semiBold: number;
|
|
431
|
+
bold: number;
|
|
432
|
+
};
|
|
433
|
+
lineHeights: {
|
|
434
|
+
12: string;
|
|
435
|
+
16: string;
|
|
436
|
+
20: string;
|
|
437
|
+
24: string;
|
|
438
|
+
26: string;
|
|
439
|
+
28: string;
|
|
440
|
+
30: string;
|
|
441
|
+
36: string;
|
|
442
|
+
40: string;
|
|
443
|
+
44: string;
|
|
444
|
+
52: string;
|
|
445
|
+
64: string;
|
|
446
|
+
};
|
|
447
|
+
letterSpacings: {};
|
|
448
|
+
sizes: {
|
|
449
|
+
4: string;
|
|
450
|
+
6: string;
|
|
451
|
+
8: string;
|
|
452
|
+
12: string;
|
|
453
|
+
16: string;
|
|
454
|
+
18: string;
|
|
455
|
+
20: string;
|
|
456
|
+
24: string;
|
|
457
|
+
28: string;
|
|
458
|
+
32: string;
|
|
459
|
+
36: string;
|
|
460
|
+
40: string;
|
|
461
|
+
45: string;
|
|
462
|
+
48: string;
|
|
463
|
+
};
|
|
464
|
+
borderWidths: {};
|
|
465
|
+
borderStyles: {};
|
|
466
|
+
shadows: {
|
|
467
|
+
s: string;
|
|
468
|
+
};
|
|
469
|
+
zIndices: {};
|
|
470
|
+
transitions: {};
|
|
471
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
472
|
+
export declare const itemStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
|
|
473
|
+
sm: string;
|
|
474
|
+
md: string;
|
|
475
|
+
lg: string;
|
|
476
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
477
|
+
sm: string;
|
|
478
|
+
md: string;
|
|
479
|
+
lg: string;
|
|
480
|
+
}, {
|
|
481
|
+
colors: {
|
|
482
|
+
primary: string;
|
|
483
|
+
primary500: string;
|
|
484
|
+
primary600: string;
|
|
485
|
+
secondary: string;
|
|
486
|
+
secondary100: string;
|
|
487
|
+
secondary200: string;
|
|
488
|
+
secondary300: string;
|
|
489
|
+
secondary400: string;
|
|
490
|
+
secondary500: string;
|
|
491
|
+
secondary600: string;
|
|
492
|
+
secondary700: string;
|
|
493
|
+
secondary800: string;
|
|
494
|
+
secondary900: string;
|
|
495
|
+
neutral: string;
|
|
496
|
+
neutral100: string;
|
|
497
|
+
neutral200: string;
|
|
498
|
+
neutral300: string;
|
|
499
|
+
neutral400: string;
|
|
500
|
+
neutral500: string;
|
|
501
|
+
neutral600: string;
|
|
502
|
+
neutral700: string;
|
|
503
|
+
neutral800: string;
|
|
504
|
+
neutral900: string;
|
|
505
|
+
error100: string;
|
|
506
|
+
error300: string;
|
|
507
|
+
error500: string;
|
|
508
|
+
error600: string;
|
|
509
|
+
error700: string;
|
|
510
|
+
warning100: string;
|
|
511
|
+
warning300: string;
|
|
512
|
+
warning500: string;
|
|
513
|
+
warning600: string;
|
|
514
|
+
warning700: string;
|
|
515
|
+
info: string;
|
|
516
|
+
info100: string;
|
|
517
|
+
info300: string;
|
|
518
|
+
info500: string;
|
|
519
|
+
info600: string;
|
|
520
|
+
info700: string;
|
|
521
|
+
success100: string;
|
|
522
|
+
success300: string;
|
|
523
|
+
success500: string;
|
|
524
|
+
success600: string;
|
|
525
|
+
success700: string;
|
|
526
|
+
background: string;
|
|
527
|
+
foreground: string;
|
|
528
|
+
};
|
|
529
|
+
space: {
|
|
530
|
+
0: string;
|
|
531
|
+
5: string;
|
|
532
|
+
10: string;
|
|
533
|
+
15: string;
|
|
534
|
+
20: string;
|
|
535
|
+
25: string;
|
|
536
|
+
30: string;
|
|
537
|
+
40: string;
|
|
538
|
+
46: string;
|
|
539
|
+
50: string;
|
|
540
|
+
60: string;
|
|
541
|
+
70: string;
|
|
542
|
+
80: string;
|
|
543
|
+
90: string;
|
|
544
|
+
100: string;
|
|
545
|
+
2: string;
|
|
546
|
+
4: string;
|
|
547
|
+
6: string;
|
|
548
|
+
8: string;
|
|
549
|
+
12: string;
|
|
550
|
+
16: string;
|
|
551
|
+
24: string;
|
|
552
|
+
28: string;
|
|
553
|
+
32: string;
|
|
554
|
+
};
|
|
555
|
+
radii: {
|
|
556
|
+
xs: string;
|
|
557
|
+
sm: string;
|
|
558
|
+
xm: string;
|
|
559
|
+
md: string;
|
|
560
|
+
xl: string;
|
|
561
|
+
lg: string;
|
|
562
|
+
primary: string;
|
|
563
|
+
secondary: string;
|
|
564
|
+
};
|
|
565
|
+
fontSizes: {
|
|
566
|
+
10: string;
|
|
567
|
+
12: string;
|
|
568
|
+
14: string;
|
|
569
|
+
16: string;
|
|
570
|
+
18: string;
|
|
571
|
+
20: string;
|
|
572
|
+
22: string;
|
|
573
|
+
24: string;
|
|
574
|
+
28: string;
|
|
575
|
+
32: string;
|
|
576
|
+
36: string;
|
|
577
|
+
40: string;
|
|
578
|
+
48: string;
|
|
579
|
+
};
|
|
580
|
+
fonts: {
|
|
581
|
+
primary: string;
|
|
582
|
+
widget: string;
|
|
583
|
+
};
|
|
584
|
+
fontWeights: {
|
|
585
|
+
regular: number;
|
|
586
|
+
medium: number;
|
|
587
|
+
semiBold: number;
|
|
588
|
+
bold: number;
|
|
589
|
+
};
|
|
590
|
+
lineHeights: {
|
|
591
|
+
12: string;
|
|
592
|
+
16: string;
|
|
593
|
+
20: string;
|
|
594
|
+
24: string;
|
|
595
|
+
26: string;
|
|
596
|
+
28: string;
|
|
597
|
+
30: string;
|
|
598
|
+
36: string;
|
|
599
|
+
40: string;
|
|
600
|
+
44: string;
|
|
601
|
+
52: string;
|
|
602
|
+
64: string;
|
|
603
|
+
};
|
|
604
|
+
letterSpacings: {};
|
|
605
|
+
sizes: {
|
|
606
|
+
4: string;
|
|
607
|
+
6: string;
|
|
608
|
+
8: string;
|
|
609
|
+
12: string;
|
|
610
|
+
16: string;
|
|
611
|
+
18: string;
|
|
612
|
+
20: string;
|
|
613
|
+
24: string;
|
|
614
|
+
28: string;
|
|
615
|
+
32: string;
|
|
616
|
+
36: string;
|
|
617
|
+
40: string;
|
|
618
|
+
45: string;
|
|
619
|
+
48: string;
|
|
620
|
+
};
|
|
621
|
+
borderWidths: {};
|
|
622
|
+
borderStyles: {};
|
|
623
|
+
shadows: {
|
|
624
|
+
s: string;
|
|
625
|
+
};
|
|
626
|
+
zIndices: {};
|
|
627
|
+
transitions: {};
|
|
628
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
315
629
|
//# sourceMappingURL=QuoteCost.styles.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QuoteCost.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/QuoteCost/QuoteCost.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+
|
|
1
|
+
{"version":3,"file":"QuoteCost.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/QuoteCost/QuoteCost.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMpB,CAAC;AAEH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKpB,CAAC;AAEH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMrB,CAAC;AAEH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGrB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StepDetails.d.ts","sourceRoot":"","sources":["../../../../../../src/components/StepDetails/StepDetails.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAG5D,OAAO,KAA8C,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"StepDetails.d.ts","sourceRoot":"","sources":["../../../../../../src/components/StepDetails/StepDetails.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAG5D,OAAO,KAA8C,MAAM,OAAO,CAAC;AAyGnE,eAAO,MAAM,WAAW,oHAA6B,CAAC"}
|
|
@@ -794,4 +794,10 @@ export declare const StepSeparator: import("@stitches/react/types/styled-compone
|
|
|
794
794
|
zIndices: {};
|
|
795
795
|
transitions: {};
|
|
796
796
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
797
|
+
export declare const tokensContainerStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {}, import("@stitches/react/types/css-util").CSS<{}, {}, {}, {}>>;
|
|
798
|
+
export declare const swapperStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {}, import("@stitches/react/types/css-util").CSS<{}, {}, {}, {}>>;
|
|
799
|
+
export declare const stepInfoStyles: import("@stitches/react/types/styled-component").CssComponent<never, {
|
|
800
|
+
tx?: boolean | "true" | undefined;
|
|
801
|
+
}, {}, import("@stitches/react/types/css-util").CSS<{}, {}, {}, {}>>;
|
|
802
|
+
export declare const tokensStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {}, import("@stitches/react/types/css-util").CSS<{}, {}, {}, {}>>;
|
|
797
803
|
//# sourceMappingURL=StepDetails.styles.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StepDetails.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/StepDetails/StepDetails.styles.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"StepDetails.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/StepDetails/StepDetails.styles.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAmCpB,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAmBvB,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DASjB,CAAC;AAEH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAarB,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAsBxB,CAAC;AAEH,eAAO,MAAM,qBAAqB,4IAEhC,CAAC;AAEH,eAAO,MAAM,aAAa,4IAGxB,CAAC;AAEH,eAAO,MAAM,cAAc;;oEAYzB,CAAC;AAEH,eAAO,MAAM,YAAY,4IAKvB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { SwapTokenData } from './SwapListItem.types';
|
|
2
|
-
import type { PendingSwap } from '
|
|
2
|
+
import type { PendingSwap } from 'rango-types';
|
|
3
3
|
export declare const swap: PendingSwap;
|
|
4
4
|
export declare const swapTokenData: SwapTokenData;
|
|
5
5
|
//# sourceMappingURL=mock.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mock.d.ts","sourceRoot":"","sources":["../../../../../../src/components/SwapListItem/mock.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"mock.d.ts","sourceRoot":"","sources":["../../../../../../src/components/SwapListItem/mock.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAQ/C,eAAO,MAAM,IAAI,EAAE,WA6RlB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,aAqB3B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TokenAmount.d.ts","sourceRoot":"","sources":["../../../../../../src/components/TokenAmount/TokenAmount.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAErD,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"TokenAmount.d.ts","sourceRoot":"","sources":["../../../../../../src/components/TokenAmount/TokenAmount.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAErD,OAAO,KAAK,MAAM,OAAO,CAAC;AAY1B,wBAAgB,WAAW,CAAC,KAAK,EAAE,SAAS,qBAoD3C"}
|