@rango-dev/ui 0.1.10-next.74 → 0.1.10-next.76
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/Icon/AddCircleIcon.d.ts +1 -1
- package/dist/components/Icon/AddIcon.d.ts +1 -1
- package/dist/components/Icon/AddWalletIcon.d.ts +1 -1
- package/dist/components/Icon/AngleDownIcon.d.ts +2 -2
- package/dist/components/Icon/AngleLeftIcon.d.ts +1 -1
- package/dist/components/Icon/AngleRightIcon.d.ts +1 -1
- package/dist/components/Icon/AngleUpIcon.d.ts +1 -1
- package/dist/components/Icon/BagIcon.d.ts +1 -1
- package/dist/components/Icon/BanIcon.d.ts +1 -1
- package/dist/components/Icon/CheckCircleIcon.d.ts +1 -1
- package/dist/components/Icon/CheckIcon.d.ts +1 -1
- package/dist/components/Icon/CheckSquareIcon.d.ts +1 -1
- package/dist/components/Icon/CheckWalletIcon.d.ts +1 -1
- package/dist/components/Icon/DeleteCircleIcon.d.ts +1 -1
- package/dist/components/Icon/DeleteWalletIcon.d.ts +1 -1
- package/dist/components/Icon/DownloadIcon.d.ts +1 -1
- package/dist/components/Icon/GasIcon.d.ts +1 -1
- package/dist/components/Icon/HistoryIcon.d.ts +1 -1
- package/dist/components/Icon/HorizontalSwapIcon.d.ts +1 -1
- package/dist/components/Icon/Icons.stories.d.ts +1 -2
- package/dist/components/Icon/InfoCircleIcon.d.ts +1 -1
- package/dist/components/Icon/MinusCircleIcon.d.ts +1 -1
- package/dist/components/Icon/RetryLeftIcon.d.ts +1 -1
- package/dist/components/Icon/RetryRightIcon.d.ts +1 -1
- package/dist/components/Icon/SearchIcon.d.ts +1 -1
- package/dist/components/Icon/SearchMinusIcon.d.ts +1 -1
- package/dist/components/Icon/SettingIcon.d.ts +1 -1
- package/dist/components/Icon/SignatureIcon.d.ts +1 -1
- package/dist/components/Icon/SwapWalletIcon.d.ts +1 -1
- package/dist/components/Icon/TrashIcon.d.ts +1 -1
- package/dist/components/Icon/TryAgainIcon.d.ts +1 -1
- package/dist/components/Icon/VerticalSwapIcon.d.ts +1 -1
- package/dist/components/Icon/WalletIconIcon.d.ts +1 -1
- package/dist/components/Icon/WarningIcon.d.ts +1 -1
- package/dist/components/TextField/TextField.stories.d.ts +1 -1
- package/dist/containers/ConfirmWallets/types.d.ts +1 -0
- package/dist/ui.cjs.development.js +108 -84
- package/dist/ui.cjs.development.js.map +1 -1
- package/dist/ui.cjs.production.min.js +1 -1
- package/dist/ui.cjs.production.min.js.map +1 -1
- package/dist/ui.esm.js +109 -85
- package/dist/ui.esm.js.map +1 -1
- package/package.json +2 -3
- package/src/components/Alert/Alert.tsx +9 -5
- package/src/components/BestRoute/BestRoute.tsx +3 -3
- package/src/components/Icon/AddCircleIcon.tsx +25 -23
- package/src/components/Icon/AddIcon.tsx +26 -23
- package/src/components/Icon/AddWalletIcon.tsx +44 -42
- package/src/components/Icon/AngleDownIcon.tsx +24 -24
- package/src/components/Icon/AngleLeftIcon.tsx +26 -24
- package/src/components/Icon/AngleRightIcon.tsx +26 -24
- package/src/components/Icon/AngleUpIcon.tsx +26 -24
- package/src/components/Icon/BagIcon.tsx +33 -31
- package/src/components/Icon/BanIcon.tsx +26 -24
- package/src/components/Icon/CheckCircleIcon.tsx +33 -31
- package/src/components/Icon/CheckIcon.tsx +24 -22
- package/src/components/Icon/CheckSquareIcon.tsx +31 -29
- package/src/components/Icon/CheckWalletIcon.tsx +39 -37
- package/src/components/Icon/DeleteCircleIcon.tsx +25 -23
- package/src/components/Icon/DeleteWalletIcon.tsx +44 -42
- package/src/components/Icon/DownloadIcon.tsx +31 -29
- package/src/components/Icon/GasIcon.tsx +31 -29
- package/src/components/Icon/HistoryIcon.tsx +34 -32
- package/src/components/Icon/HorizontalSwapIcon.tsx +33 -31
- package/src/components/Icon/InfoCircleIcon.tsx +33 -31
- package/src/components/Icon/MinusCircleIcon.tsx +25 -23
- package/src/components/Icon/RetryLeftIcon.tsx +25 -23
- package/src/components/Icon/RetryRightIcon.tsx +25 -23
- package/src/components/Icon/SearchIcon.tsx +25 -23
- package/src/components/Icon/SearchMinusIcon.tsx +25 -23
- package/src/components/Icon/SettingIcon.tsx +33 -31
- package/src/components/Icon/SignatureIcon.tsx +26 -24
- package/src/components/Icon/SwapWalletIcon.tsx +44 -42
- package/src/components/Icon/TrashIcon.tsx +25 -23
- package/src/components/Icon/TryAgainIcon.tsx +25 -23
- package/src/components/Icon/VerticalSwapIcon.tsx +32 -30
- package/src/components/Icon/WalletIconIcon.tsx +34 -32
- package/src/components/Icon/WarningIcon.tsx +31 -29
- package/src/components/Radio/Radio.tsx +2 -2
- package/src/components/SelectableWalletList/SelectableWalletList.tsx +2 -1
- package/src/components/Tooltip/Tooltip.tsx +7 -1
- package/src/components/Typography/Typography.tsx +1 -0
- package/src/containers/ConfirmSwap/ConfirmSwap.tsx +3 -3
- package/src/containers/ConfirmWallets/ConfirmWallets.tsx +1 -1
- package/src/containers/ConfirmWallets/types.ts +1 -0
- package/src/containers/History/History.tsx +4 -3
- package/src/containers/SwapHistory/SwapHistory.tsx +4 -4
|
@@ -257,7 +257,7 @@ var SvgWithFillColor = /*#__PURE__*/styled('svg', {
|
|
|
257
257
|
});
|
|
258
258
|
|
|
259
259
|
var _excluded = ["size", "color"];
|
|
260
|
-
var DeleteCircleIcon =
|
|
260
|
+
var DeleteCircleIcon = function DeleteCircleIcon(_ref) {
|
|
261
261
|
var _ref$size = _ref.size,
|
|
262
262
|
size = _ref$size === void 0 ? 16 : _ref$size,
|
|
263
263
|
color = _ref.color,
|
|
@@ -276,13 +276,13 @@ var DeleteCircleIcon = /*#__PURE__*/React.forwardRef(function (_ref) {
|
|
|
276
276
|
strokeLinecap: "round",
|
|
277
277
|
strokeLinejoin: "round"
|
|
278
278
|
}));
|
|
279
|
-
}
|
|
279
|
+
};
|
|
280
280
|
DeleteCircleIcon.toString = function () {
|
|
281
281
|
return '._icon';
|
|
282
282
|
};
|
|
283
283
|
|
|
284
284
|
var _excluded$1 = ["size", "color"];
|
|
285
|
-
var CheckSquareIcon =
|
|
285
|
+
var CheckSquareIcon = function CheckSquareIcon(_ref) {
|
|
286
286
|
var _ref$size = _ref.size,
|
|
287
287
|
size = _ref$size === void 0 ? 16 : _ref$size,
|
|
288
288
|
color = _ref.color,
|
|
@@ -306,13 +306,13 @@ var CheckSquareIcon = /*#__PURE__*/React.forwardRef(function (_ref) {
|
|
|
306
306
|
strokeLinecap: "round",
|
|
307
307
|
strokeLinejoin: "round"
|
|
308
308
|
}));
|
|
309
|
-
}
|
|
309
|
+
};
|
|
310
310
|
CheckSquareIcon.toString = function () {
|
|
311
311
|
return '._icon';
|
|
312
312
|
};
|
|
313
313
|
|
|
314
314
|
var _excluded$2 = ["size", "color"];
|
|
315
|
-
var AddIcon =
|
|
315
|
+
var AddIcon = function AddIcon(_ref) {
|
|
316
316
|
var _ref$size = _ref.size,
|
|
317
317
|
size = _ref$size === void 0 ? 16 : _ref$size,
|
|
318
318
|
color = _ref.color,
|
|
@@ -331,13 +331,13 @@ var AddIcon = /*#__PURE__*/React.forwardRef(function (_ref) {
|
|
|
331
331
|
strokeLinecap: "round",
|
|
332
332
|
strokeLinejoin: "round"
|
|
333
333
|
}));
|
|
334
|
-
}
|
|
334
|
+
};
|
|
335
335
|
AddIcon.toString = function () {
|
|
336
336
|
return '._icon';
|
|
337
337
|
};
|
|
338
338
|
|
|
339
339
|
var _excluded$3 = ["size", "color"];
|
|
340
|
-
var InfoCircleIcon =
|
|
340
|
+
var InfoCircleIcon = function InfoCircleIcon(_ref) {
|
|
341
341
|
var _ref$size = _ref.size,
|
|
342
342
|
size = _ref$size === void 0 ? 16 : _ref$size,
|
|
343
343
|
color = _ref.color,
|
|
@@ -363,13 +363,13 @@ var InfoCircleIcon = /*#__PURE__*/React.forwardRef(function (_ref) {
|
|
|
363
363
|
strokeLinejoin: "round",
|
|
364
364
|
stroke: "#fff"
|
|
365
365
|
}));
|
|
366
|
-
}
|
|
366
|
+
};
|
|
367
367
|
InfoCircleIcon.toString = function () {
|
|
368
368
|
return '._icon';
|
|
369
369
|
};
|
|
370
370
|
|
|
371
371
|
var _excluded$4 = ["size", "color"];
|
|
372
|
-
var AddCircleIcon =
|
|
372
|
+
var AddCircleIcon = function AddCircleIcon(_ref) {
|
|
373
373
|
var _ref$size = _ref.size,
|
|
374
374
|
size = _ref$size === void 0 ? 16 : _ref$size,
|
|
375
375
|
color = _ref.color,
|
|
@@ -388,13 +388,13 @@ var AddCircleIcon = /*#__PURE__*/React.forwardRef(function (_ref) {
|
|
|
388
388
|
strokeLinecap: "round",
|
|
389
389
|
strokeLinejoin: "round"
|
|
390
390
|
}));
|
|
391
|
-
}
|
|
391
|
+
};
|
|
392
392
|
AddCircleIcon.toString = function () {
|
|
393
393
|
return '._icon';
|
|
394
394
|
};
|
|
395
395
|
|
|
396
396
|
var _excluded$5 = ["size", "color"];
|
|
397
|
-
var MinusCircleIcon =
|
|
397
|
+
var MinusCircleIcon = function MinusCircleIcon(_ref) {
|
|
398
398
|
var _ref$size = _ref.size,
|
|
399
399
|
size = _ref$size === void 0 ? 16 : _ref$size,
|
|
400
400
|
color = _ref.color,
|
|
@@ -413,13 +413,13 @@ var MinusCircleIcon = /*#__PURE__*/React.forwardRef(function (_ref) {
|
|
|
413
413
|
strokeLinecap: "round",
|
|
414
414
|
strokeLinejoin: "round"
|
|
415
415
|
}));
|
|
416
|
-
}
|
|
416
|
+
};
|
|
417
417
|
MinusCircleIcon.toString = function () {
|
|
418
418
|
return '._icon';
|
|
419
419
|
};
|
|
420
420
|
|
|
421
421
|
var _excluded$6 = ["size", "color"];
|
|
422
|
-
var CheckCircleIcon =
|
|
422
|
+
var CheckCircleIcon = function CheckCircleIcon(_ref) {
|
|
423
423
|
var _ref$size = _ref.size,
|
|
424
424
|
size = _ref$size === void 0 ? 16 : _ref$size,
|
|
425
425
|
color = _ref.color,
|
|
@@ -445,13 +445,13 @@ var CheckCircleIcon = /*#__PURE__*/React.forwardRef(function (_ref) {
|
|
|
445
445
|
strokeLinejoin: "round",
|
|
446
446
|
stroke: "#fff"
|
|
447
447
|
}));
|
|
448
|
-
}
|
|
448
|
+
};
|
|
449
449
|
CheckCircleIcon.toString = function () {
|
|
450
450
|
return '._icon';
|
|
451
451
|
};
|
|
452
452
|
|
|
453
453
|
var _excluded$7 = ["size", "color"];
|
|
454
|
-
var CheckIcon =
|
|
454
|
+
var CheckIcon = function CheckIcon(_ref) {
|
|
455
455
|
var _ref$size = _ref.size,
|
|
456
456
|
size = _ref$size === void 0 ? 16 : _ref$size,
|
|
457
457
|
color = _ref.color,
|
|
@@ -469,13 +469,13 @@ var CheckIcon = /*#__PURE__*/React.forwardRef(function (_ref) {
|
|
|
469
469
|
fillRule: "evenodd",
|
|
470
470
|
clipRule: "evenodd"
|
|
471
471
|
}));
|
|
472
|
-
}
|
|
472
|
+
};
|
|
473
473
|
CheckIcon.toString = function () {
|
|
474
474
|
return '._icon';
|
|
475
475
|
};
|
|
476
476
|
|
|
477
477
|
var _excluded$8 = ["size", "color"];
|
|
478
|
-
var BanIcon =
|
|
478
|
+
var BanIcon = function BanIcon(_ref) {
|
|
479
479
|
var _ref$size = _ref.size,
|
|
480
480
|
size = _ref$size === void 0 ? 16 : _ref$size,
|
|
481
481
|
color = _ref.color,
|
|
@@ -495,13 +495,13 @@ var BanIcon = /*#__PURE__*/React.forwardRef(function (_ref) {
|
|
|
495
495
|
strokeLinecap: "round",
|
|
496
496
|
strokeLinejoin: "round"
|
|
497
497
|
}));
|
|
498
|
-
}
|
|
498
|
+
};
|
|
499
499
|
BanIcon.toString = function () {
|
|
500
500
|
return '._icon';
|
|
501
501
|
};
|
|
502
502
|
|
|
503
503
|
var _excluded$9 = ["size", "color"];
|
|
504
|
-
var WarningIcon =
|
|
504
|
+
var WarningIcon = function WarningIcon(_ref) {
|
|
505
505
|
var _ref$size = _ref.size,
|
|
506
506
|
size = _ref$size === void 0 ? 16 : _ref$size,
|
|
507
507
|
color = _ref.color,
|
|
@@ -525,13 +525,13 @@ var WarningIcon = /*#__PURE__*/React.forwardRef(function (_ref) {
|
|
|
525
525
|
strokeLinecap: "round",
|
|
526
526
|
strokeLinejoin: "round"
|
|
527
527
|
}));
|
|
528
|
-
}
|
|
528
|
+
};
|
|
529
529
|
WarningIcon.toString = function () {
|
|
530
530
|
return '._icon';
|
|
531
531
|
};
|
|
532
532
|
|
|
533
533
|
var _excluded$a = ["size", "color"];
|
|
534
|
-
var HistoryIcon =
|
|
534
|
+
var HistoryIcon = function HistoryIcon(_ref) {
|
|
535
535
|
var _ref$size = _ref.size,
|
|
536
536
|
size = _ref$size === void 0 ? 16 : _ref$size,
|
|
537
537
|
color = _ref.color,
|
|
@@ -557,13 +557,13 @@ var HistoryIcon = /*#__PURE__*/React.forwardRef(function (_ref) {
|
|
|
557
557
|
clipRule: "evenodd",
|
|
558
558
|
d: "M4 7.75A.75.75 0 0 1 4.75 7h6a.75.75 0 0 1 0 1.5h-6A.75.75 0 0 1 4 7.75ZM4.75 11.75A.75.75 0 0 1 5.5 11H10a.75.75 0 0 1 0 1.5H5.5a.75.75 0 0 1-.75-.75Z"
|
|
559
559
|
}));
|
|
560
|
-
}
|
|
560
|
+
};
|
|
561
561
|
HistoryIcon.toString = function () {
|
|
562
562
|
return '._icon';
|
|
563
563
|
};
|
|
564
564
|
|
|
565
565
|
var _excluded$b = ["size", "color"];
|
|
566
|
-
var GasIcon =
|
|
566
|
+
var GasIcon = function GasIcon(_ref) {
|
|
567
567
|
var _ref$size = _ref.size,
|
|
568
568
|
size = _ref$size === void 0 ? 16 : _ref$size,
|
|
569
569
|
color = _ref.color,
|
|
@@ -587,13 +587,13 @@ var GasIcon = /*#__PURE__*/React.forwardRef(function (_ref) {
|
|
|
587
587
|
strokeLinecap: "round",
|
|
588
588
|
strokeLinejoin: "round"
|
|
589
589
|
}));
|
|
590
|
-
}
|
|
590
|
+
};
|
|
591
591
|
GasIcon.toString = function () {
|
|
592
592
|
return '._icon';
|
|
593
593
|
};
|
|
594
594
|
|
|
595
595
|
var _excluded$c = ["size", "color"];
|
|
596
|
-
var SettingsIcon =
|
|
596
|
+
var SettingsIcon = function SettingsIcon(_ref) {
|
|
597
597
|
var _ref$size = _ref.size,
|
|
598
598
|
size = _ref$size === void 0 ? 16 : _ref$size,
|
|
599
599
|
color = _ref.color,
|
|
@@ -619,13 +619,13 @@ var SettingsIcon = /*#__PURE__*/React.forwardRef(function (_ref) {
|
|
|
619
619
|
strokeLinecap: "round",
|
|
620
620
|
strokeLinejoin: "round"
|
|
621
621
|
}));
|
|
622
|
-
}
|
|
622
|
+
};
|
|
623
623
|
SettingsIcon.toString = function () {
|
|
624
624
|
return '._icon';
|
|
625
625
|
};
|
|
626
626
|
|
|
627
627
|
var _excluded$d = ["size", "color"];
|
|
628
|
-
var TrashIcon =
|
|
628
|
+
var TrashIcon = function TrashIcon(_ref) {
|
|
629
629
|
var _ref$size = _ref.size,
|
|
630
630
|
size = _ref$size === void 0 ? 16 : _ref$size,
|
|
631
631
|
color = _ref.color,
|
|
@@ -644,13 +644,13 @@ var TrashIcon = /*#__PURE__*/React.forwardRef(function (_ref) {
|
|
|
644
644
|
strokeLinecap: "round",
|
|
645
645
|
strokeLinejoin: "round"
|
|
646
646
|
}));
|
|
647
|
-
}
|
|
647
|
+
};
|
|
648
648
|
TrashIcon.toString = function () {
|
|
649
649
|
return '._icon';
|
|
650
650
|
};
|
|
651
651
|
|
|
652
652
|
var _excluded$e = ["size", "color"];
|
|
653
|
-
var SearchMinusIcon =
|
|
653
|
+
var SearchMinusIcon = function SearchMinusIcon(_ref) {
|
|
654
654
|
var _ref$size = _ref.size,
|
|
655
655
|
size = _ref$size === void 0 ? 16 : _ref$size,
|
|
656
656
|
color = _ref.color,
|
|
@@ -669,13 +669,13 @@ var SearchMinusIcon = /*#__PURE__*/React.forwardRef(function (_ref) {
|
|
|
669
669
|
strokeLinecap: "round",
|
|
670
670
|
strokeLinejoin: "round"
|
|
671
671
|
}));
|
|
672
|
-
}
|
|
672
|
+
};
|
|
673
673
|
SearchMinusIcon.toString = function () {
|
|
674
674
|
return '._icon';
|
|
675
675
|
};
|
|
676
676
|
|
|
677
677
|
var _excluded$f = ["size", "color"];
|
|
678
|
-
var SearchIcon =
|
|
678
|
+
var SearchIcon = function SearchIcon(_ref) {
|
|
679
679
|
var _ref$size = _ref.size,
|
|
680
680
|
size = _ref$size === void 0 ? 16 : _ref$size,
|
|
681
681
|
color = _ref.color,
|
|
@@ -694,13 +694,13 @@ var SearchIcon = /*#__PURE__*/React.forwardRef(function (_ref) {
|
|
|
694
694
|
strokeLinecap: "round",
|
|
695
695
|
strokeLinejoin: "round"
|
|
696
696
|
}));
|
|
697
|
-
}
|
|
697
|
+
};
|
|
698
698
|
SearchIcon.toString = function () {
|
|
699
699
|
return '._icon';
|
|
700
700
|
};
|
|
701
701
|
|
|
702
702
|
var _excluded$g = ["size", "color"];
|
|
703
|
-
var AngleRightIcon =
|
|
703
|
+
var AngleRightIcon = function AngleRightIcon(_ref) {
|
|
704
704
|
var _ref$size = _ref.size,
|
|
705
705
|
size = _ref$size === void 0 ? 16 : _ref$size,
|
|
706
706
|
color = _ref.color,
|
|
@@ -720,13 +720,13 @@ var AngleRightIcon = /*#__PURE__*/React.forwardRef(function (_ref) {
|
|
|
720
720
|
strokeLinecap: "round",
|
|
721
721
|
strokeLinejoin: "round"
|
|
722
722
|
}));
|
|
723
|
-
}
|
|
723
|
+
};
|
|
724
724
|
AngleRightIcon.toString = function () {
|
|
725
725
|
return '._icon';
|
|
726
726
|
};
|
|
727
727
|
|
|
728
728
|
var _excluded$h = ["size", "color"];
|
|
729
|
-
var AngleUpIcon =
|
|
729
|
+
var AngleUpIcon = function AngleUpIcon(_ref) {
|
|
730
730
|
var _ref$size = _ref.size,
|
|
731
731
|
size = _ref$size === void 0 ? 16 : _ref$size,
|
|
732
732
|
color = _ref.color,
|
|
@@ -746,18 +746,18 @@ var AngleUpIcon = /*#__PURE__*/React.forwardRef(function (_ref) {
|
|
|
746
746
|
strokeLinecap: "round",
|
|
747
747
|
strokeLinejoin: "round"
|
|
748
748
|
}));
|
|
749
|
-
}
|
|
749
|
+
};
|
|
750
750
|
AngleUpIcon.toString = function () {
|
|
751
751
|
return '._icon';
|
|
752
752
|
};
|
|
753
753
|
|
|
754
754
|
var _excluded$i = ["size", "color"];
|
|
755
|
-
var AngleDownIcon =
|
|
755
|
+
var AngleDownIcon = function AngleDownIcon(_ref) {
|
|
756
756
|
var _ref$size = _ref.size,
|
|
757
757
|
size = _ref$size === void 0 ? 16 : _ref$size,
|
|
758
758
|
color = _ref.color,
|
|
759
759
|
props = _objectWithoutPropertiesLoose(_ref, _excluded$i);
|
|
760
|
-
return
|
|
760
|
+
return React__default.createElement(SvgWithStrokeColor, Object.assign({
|
|
761
761
|
width: size,
|
|
762
762
|
height: size,
|
|
763
763
|
viewBox: "0 0 24 24",
|
|
@@ -765,20 +765,20 @@ var AngleDownIcon = /*#__PURE__*/React.forwardRef(function (_ref) {
|
|
|
765
765
|
fill: "none",
|
|
766
766
|
xmlns: "http://www.w3.org/2000/svg",
|
|
767
767
|
className: "_icon"
|
|
768
|
-
}, props),
|
|
768
|
+
}, props), React__default.createElement("path", {
|
|
769
769
|
d: "m19.92 8.95-6.52 6.52c-.77.77-2.03.77-2.8 0L4.08 8.95",
|
|
770
770
|
strokeWidth: 1.5,
|
|
771
771
|
strokeMiterlimit: 10,
|
|
772
772
|
strokeLinecap: "round",
|
|
773
773
|
strokeLinejoin: "round"
|
|
774
774
|
}));
|
|
775
|
-
}
|
|
775
|
+
};
|
|
776
776
|
AngleDownIcon.toString = function () {
|
|
777
777
|
return '._icon';
|
|
778
778
|
};
|
|
779
779
|
|
|
780
780
|
var _excluded$j = ["size", "color"];
|
|
781
|
-
var AngleLeftIcon =
|
|
781
|
+
var AngleLeftIcon = function AngleLeftIcon(_ref) {
|
|
782
782
|
var _ref$size = _ref.size,
|
|
783
783
|
size = _ref$size === void 0 ? 16 : _ref$size,
|
|
784
784
|
color = _ref.color,
|
|
@@ -798,13 +798,13 @@ var AngleLeftIcon = /*#__PURE__*/React.forwardRef(function (_ref) {
|
|
|
798
798
|
strokeLinecap: "round",
|
|
799
799
|
strokeLinejoin: "round"
|
|
800
800
|
}));
|
|
801
|
-
}
|
|
801
|
+
};
|
|
802
802
|
AngleDownIcon.toString = function () {
|
|
803
803
|
return '._icon';
|
|
804
804
|
};
|
|
805
805
|
|
|
806
806
|
var _excluded$k = ["size", "color"];
|
|
807
|
-
var DownloadIcon =
|
|
807
|
+
var DownloadIcon = function DownloadIcon(_ref) {
|
|
808
808
|
var _ref$size = _ref.size,
|
|
809
809
|
size = _ref$size === void 0 ? 16 : _ref$size,
|
|
810
810
|
color = _ref.color,
|
|
@@ -828,13 +828,13 @@ var DownloadIcon = /*#__PURE__*/React.forwardRef(function (_ref) {
|
|
|
828
828
|
strokeLinecap: "round",
|
|
829
829
|
strokeLinejoin: "round"
|
|
830
830
|
}));
|
|
831
|
-
}
|
|
831
|
+
};
|
|
832
832
|
DownloadIcon.toString = function () {
|
|
833
833
|
return '._icon';
|
|
834
834
|
};
|
|
835
835
|
|
|
836
836
|
var _excluded$l = ["size", "color"];
|
|
837
|
-
var RetryRightIcon =
|
|
837
|
+
var RetryRightIcon = function RetryRightIcon(_ref) {
|
|
838
838
|
var _ref$size = _ref.size,
|
|
839
839
|
size = _ref$size === void 0 ? 16 : _ref$size,
|
|
840
840
|
color = _ref.color,
|
|
@@ -853,13 +853,13 @@ var RetryRightIcon = /*#__PURE__*/React.forwardRef(function (_ref) {
|
|
|
853
853
|
strokeLinecap: "round",
|
|
854
854
|
strokeLinejoin: "round"
|
|
855
855
|
}));
|
|
856
|
-
}
|
|
856
|
+
};
|
|
857
857
|
RetryRightIcon.toString = function () {
|
|
858
858
|
return '._icon';
|
|
859
859
|
};
|
|
860
860
|
|
|
861
861
|
var _excluded$m = ["size", "color"];
|
|
862
|
-
var RetryLeftIcon =
|
|
862
|
+
var RetryLeftIcon = function RetryLeftIcon(_ref) {
|
|
863
863
|
var _ref$size = _ref.size,
|
|
864
864
|
size = _ref$size === void 0 ? 16 : _ref$size,
|
|
865
865
|
color = _ref.color,
|
|
@@ -878,13 +878,13 @@ var RetryLeftIcon = /*#__PURE__*/React.forwardRef(function (_ref) {
|
|
|
878
878
|
strokeLinecap: "round",
|
|
879
879
|
strokeLinejoin: "round"
|
|
880
880
|
}));
|
|
881
|
-
}
|
|
881
|
+
};
|
|
882
882
|
RetryLeftIcon.toString = function () {
|
|
883
883
|
return '._icon';
|
|
884
884
|
};
|
|
885
885
|
|
|
886
886
|
var _excluded$n = ["size", "color"];
|
|
887
|
-
var TryAgainIcon =
|
|
887
|
+
var TryAgainIcon = function TryAgainIcon(_ref) {
|
|
888
888
|
var _ref$size = _ref.size,
|
|
889
889
|
size = _ref$size === void 0 ? 16 : _ref$size,
|
|
890
890
|
color = _ref.color,
|
|
@@ -903,13 +903,13 @@ var TryAgainIcon = /*#__PURE__*/React.forwardRef(function (_ref) {
|
|
|
903
903
|
strokeLinecap: "round",
|
|
904
904
|
strokeLinejoin: "round"
|
|
905
905
|
}));
|
|
906
|
-
}
|
|
906
|
+
};
|
|
907
907
|
TryAgainIcon.toString = function () {
|
|
908
908
|
return '._icon';
|
|
909
909
|
};
|
|
910
910
|
|
|
911
911
|
var _excluded$o = ["size", "color"];
|
|
912
|
-
var VerticalSwapIcon =
|
|
912
|
+
var VerticalSwapIcon = function VerticalSwapIcon(_ref) {
|
|
913
913
|
var _ref$size = _ref.size,
|
|
914
914
|
size = _ref$size === void 0 ? 16 : _ref$size,
|
|
915
915
|
color = _ref.color,
|
|
@@ -934,13 +934,13 @@ var VerticalSwapIcon = /*#__PURE__*/React.forwardRef(function (_ref) {
|
|
|
934
934
|
strokeLinecap: "round",
|
|
935
935
|
strokeLinejoin: "round"
|
|
936
936
|
}));
|
|
937
|
-
}
|
|
937
|
+
};
|
|
938
938
|
VerticalSwapIcon.toString = function () {
|
|
939
939
|
return '._icon';
|
|
940
940
|
};
|
|
941
941
|
|
|
942
942
|
var _excluded$p = ["size", "color"];
|
|
943
|
-
var HorizontalSwapIcon =
|
|
943
|
+
var HorizontalSwapIcon = function HorizontalSwapIcon(_ref) {
|
|
944
944
|
var _ref$size = _ref.size,
|
|
945
945
|
size = _ref$size === void 0 ? 16 : _ref$size,
|
|
946
946
|
color = _ref.color,
|
|
@@ -965,7 +965,7 @@ var HorizontalSwapIcon = /*#__PURE__*/React.forwardRef(function (_ref) {
|
|
|
965
965
|
strokeLinecap: "round",
|
|
966
966
|
strokeLinejoin: "round"
|
|
967
967
|
}));
|
|
968
|
-
}
|
|
968
|
+
};
|
|
969
969
|
HorizontalSwapIcon.toString = function () {
|
|
970
970
|
return '._icon';
|
|
971
971
|
};
|
|
@@ -998,7 +998,7 @@ RetryIcon.toString = function () {
|
|
|
998
998
|
};
|
|
999
999
|
|
|
1000
1000
|
var _excluded$r = ["size", "color"];
|
|
1001
|
-
var WalletIcon =
|
|
1001
|
+
var WalletIcon = function WalletIcon(_ref) {
|
|
1002
1002
|
var _ref$size = _ref.size,
|
|
1003
1003
|
size = _ref$size === void 0 ? 16 : _ref$size,
|
|
1004
1004
|
color = _ref.color,
|
|
@@ -1024,13 +1024,13 @@ var WalletIcon = /*#__PURE__*/React.forwardRef(function (_ref) {
|
|
|
1024
1024
|
clipRule: "evenodd",
|
|
1025
1025
|
d: "M4.5 10.705a.75.75 0 0 1 .75-.75h7a.75.75 0 0 1 0 1.5h-7a.75.75 0 0 1-.75-.75Z"
|
|
1026
1026
|
}));
|
|
1027
|
-
}
|
|
1027
|
+
};
|
|
1028
1028
|
WalletIcon.toString = function () {
|
|
1029
1029
|
return '._icon';
|
|
1030
1030
|
};
|
|
1031
1031
|
|
|
1032
1032
|
var _excluded$s = ["size", "color"];
|
|
1033
|
-
var AddWalletIcon =
|
|
1033
|
+
var AddWalletIcon = function AddWalletIcon(_ref) {
|
|
1034
1034
|
var _ref$size = _ref.size,
|
|
1035
1035
|
size = _ref$size === void 0 ? 16 : _ref$size,
|
|
1036
1036
|
color = _ref.color,
|
|
@@ -1064,13 +1064,13 @@ var AddWalletIcon = /*#__PURE__*/React.forwardRef(function (_ref) {
|
|
|
1064
1064
|
clipRule: "evenodd",
|
|
1065
1065
|
d: "M5.309 15.475a.75.75 0 0 1 .75.75v2.99a.75.75 0 0 1-1.5 0v-2.99a.75.75 0 0 1 .75-.75Z"
|
|
1066
1066
|
}));
|
|
1067
|
-
}
|
|
1067
|
+
};
|
|
1068
1068
|
AddWalletIcon.toString = function () {
|
|
1069
1069
|
return '._icon';
|
|
1070
1070
|
};
|
|
1071
1071
|
|
|
1072
1072
|
var _excluded$t = ["size", "color"];
|
|
1073
|
-
var DeleteWalletIcon =
|
|
1073
|
+
var DeleteWalletIcon = function DeleteWalletIcon(_ref) {
|
|
1074
1074
|
var _ref$size = _ref.size,
|
|
1075
1075
|
size = _ref$size === void 0 ? 16 : _ref$size,
|
|
1076
1076
|
color = _ref.color,
|
|
@@ -1104,13 +1104,13 @@ var DeleteWalletIcon = /*#__PURE__*/React.forwardRef(function (_ref) {
|
|
|
1104
1104
|
clipRule: "evenodd",
|
|
1105
1105
|
d: "M6.948 16.136a.75.75 0 0 1-.002 1.06l-2.12 2.11a.75.75 0 0 1-1.058-1.063l2.12-2.11a.75.75 0 0 1 1.06.003Z"
|
|
1106
1106
|
}));
|
|
1107
|
-
}
|
|
1107
|
+
};
|
|
1108
1108
|
DeleteWalletIcon.toString = function () {
|
|
1109
1109
|
return '._icon';
|
|
1110
1110
|
};
|
|
1111
1111
|
|
|
1112
1112
|
var _excluded$u = ["size", "color"];
|
|
1113
|
-
var CheckWalletIcon =
|
|
1113
|
+
var CheckWalletIcon = function CheckWalletIcon(_ref) {
|
|
1114
1114
|
var _ref$size = _ref.size,
|
|
1115
1115
|
size = _ref$size === void 0 ? 16 : _ref$size,
|
|
1116
1116
|
color = _ref.color,
|
|
@@ -1140,13 +1140,13 @@ var CheckWalletIcon = /*#__PURE__*/React.forwardRef(function (_ref) {
|
|
|
1140
1140
|
clipRule: "evenodd",
|
|
1141
1141
|
d: "M7.538 16.215a.75.75 0 0 1-.042 1.06l-2.13 1.97a.75.75 0 0 1-1.04-.02l-.99-.99a.75.75 0 1 1 1.062-1.06l.48.48 1.6-1.48a.75.75 0 0 1 1.06.04Z"
|
|
1142
1142
|
}));
|
|
1143
|
-
}
|
|
1143
|
+
};
|
|
1144
1144
|
CheckWalletIcon.toString = function () {
|
|
1145
1145
|
return '._icon';
|
|
1146
1146
|
};
|
|
1147
1147
|
|
|
1148
1148
|
var _excluded$v = ["size", "color"];
|
|
1149
|
-
var SwapWalletIcon =
|
|
1149
|
+
var SwapWalletIcon = function SwapWalletIcon(_ref) {
|
|
1150
1150
|
var _ref$size = _ref.size,
|
|
1151
1151
|
size = _ref$size === void 0 ? 16 : _ref$size,
|
|
1152
1152
|
color = _ref.color,
|
|
@@ -1180,13 +1180,13 @@ var SwapWalletIcon = /*#__PURE__*/React.forwardRef(function (_ref) {
|
|
|
1180
1180
|
clipRule: "evenodd",
|
|
1181
1181
|
d: "M6.735 18.735a.75.75 0 0 1 1.061 0l1.22 1.22a.75.75 0 0 1 0 1.061l-1.22 1.22a.75.75 0 1 1-1.06-1.06l.689-.69-.69-.69a.75.75 0 0 1 0-1.06Z"
|
|
1182
1182
|
}));
|
|
1183
|
-
}
|
|
1183
|
+
};
|
|
1184
1184
|
SwapWalletIcon.toString = function () {
|
|
1185
1185
|
return '._icon';
|
|
1186
1186
|
};
|
|
1187
1187
|
|
|
1188
1188
|
var _excluded$w = ["size", "color"];
|
|
1189
|
-
var BagIcon =
|
|
1189
|
+
var BagIcon = function BagIcon(_ref) {
|
|
1190
1190
|
var _ref$size = _ref.size,
|
|
1191
1191
|
size = _ref$size === void 0 ? 16 : _ref$size,
|
|
1192
1192
|
color = _ref.color,
|
|
@@ -1215,7 +1215,7 @@ var BagIcon = /*#__PURE__*/React.forwardRef(function (_ref) {
|
|
|
1215
1215
|
fill: color,
|
|
1216
1216
|
d: "M0 0h32v32H0z"
|
|
1217
1217
|
}))));
|
|
1218
|
-
}
|
|
1218
|
+
};
|
|
1219
1219
|
BagIcon.toString = function () {
|
|
1220
1220
|
return '._icon';
|
|
1221
1221
|
};
|
|
@@ -1258,7 +1258,7 @@ CloseIcon.toString = function () {
|
|
|
1258
1258
|
};
|
|
1259
1259
|
|
|
1260
1260
|
var _excluded$y = ["size", "color"];
|
|
1261
|
-
var SignatureIcon =
|
|
1261
|
+
var SignatureIcon = function SignatureIcon(_ref) {
|
|
1262
1262
|
var _ref$size = _ref.size,
|
|
1263
1263
|
size = _ref$size === void 0 ? 16 : _ref$size,
|
|
1264
1264
|
color = _ref.color,
|
|
@@ -1278,7 +1278,7 @@ var SignatureIcon = /*#__PURE__*/React.forwardRef(function (_ref) {
|
|
|
1278
1278
|
clipRule: 'evenodd'
|
|
1279
1279
|
}
|
|
1280
1280
|
}));
|
|
1281
|
-
}
|
|
1281
|
+
};
|
|
1282
1282
|
SignatureIcon.toString = function () {
|
|
1283
1283
|
return '._icon';
|
|
1284
1284
|
};
|
|
@@ -1287,6 +1287,7 @@ var _excluded$z = ["children"];
|
|
|
1287
1287
|
var TypographyContainer = /*#__PURE__*/styled('span', {
|
|
1288
1288
|
margin: 0,
|
|
1289
1289
|
color: '$foreground',
|
|
1290
|
+
display: 'inline-block',
|
|
1290
1291
|
variants: {
|
|
1291
1292
|
variant: {
|
|
1292
1293
|
h1: {
|
|
@@ -1828,7 +1829,9 @@ function BestRoute(_ref) {
|
|
|
1828
1829
|
variant: "caption"
|
|
1829
1830
|
}, error), !!data && ((_data$result = data.result) == null ? void 0 : _data$result.swaps.map(function (swap, index) {
|
|
1830
1831
|
var _data$result2;
|
|
1831
|
-
return React__default.createElement(
|
|
1832
|
+
return React__default.createElement(React.Fragment, {
|
|
1833
|
+
key: index
|
|
1834
|
+
}, index === 0 && React__default.createElement(RelativeContainer, null, React__default.createElement(StepDetail, {
|
|
1832
1835
|
direction: "vertical",
|
|
1833
1836
|
logo: swap.from.logo,
|
|
1834
1837
|
symbol: swap.from.symbol,
|
|
@@ -2434,7 +2437,7 @@ var MainContainer = /*#__PURE__*/styled('div', {
|
|
|
2434
2437
|
backgroundColor: '$success300'
|
|
2435
2438
|
},
|
|
2436
2439
|
warning: {
|
|
2437
|
-
backgroundColor: '$
|
|
2440
|
+
backgroundColor: '$warning500'
|
|
2438
2441
|
},
|
|
2439
2442
|
error: {
|
|
2440
2443
|
backgroundColor: '$error300'
|
|
@@ -2452,6 +2455,9 @@ var TitleContainer = /*#__PURE__*/styled('div', {
|
|
|
2452
2455
|
var IconContainer = /*#__PURE__*/styled('div', {
|
|
2453
2456
|
marginRight: '$24'
|
|
2454
2457
|
});
|
|
2458
|
+
var StyledTypography = /*#__PURE__*/styled(Typography, {
|
|
2459
|
+
color: darkTheme.colors.foreground.value
|
|
2460
|
+
});
|
|
2455
2461
|
function Alert(props) {
|
|
2456
2462
|
var type = props.type,
|
|
2457
2463
|
description = props.description,
|
|
@@ -2463,13 +2469,14 @@ function Alert(props) {
|
|
|
2463
2469
|
color: "success",
|
|
2464
2470
|
size: 28
|
|
2465
2471
|
}), type === 'warning' && React__default.createElement(WarningIcon, {
|
|
2472
|
+
color: "white",
|
|
2466
2473
|
size: 28
|
|
2467
2474
|
}), type === 'error' && React__default.createElement(InfoCircleIcon, {
|
|
2468
2475
|
color: "error",
|
|
2469
2476
|
size: 28
|
|
2470
|
-
})), React__default.createElement(ContentContainer$1, null, title && React__default.createElement(TitleContainer, null, React__default.createElement(
|
|
2477
|
+
})), React__default.createElement(ContentContainer$1, null, title && React__default.createElement(TitleContainer, null, React__default.createElement(StyledTypography, {
|
|
2471
2478
|
variant: "h6"
|
|
2472
|
-
}, title)), React__default.createElement(
|
|
2479
|
+
}, title)), React__default.createElement(StyledTypography, {
|
|
2473
2480
|
variant: "body2"
|
|
2474
2481
|
}, description)));
|
|
2475
2482
|
}
|
|
@@ -3022,7 +3029,8 @@ function LiquiditySourcesSelector(props) {
|
|
|
3022
3029
|
|
|
3023
3030
|
var Row$1 = /*#__PURE__*/styled('div', {
|
|
3024
3031
|
display: 'flex',
|
|
3025
|
-
flexWrap: 'wrap'
|
|
3032
|
+
flexWrap: 'wrap',
|
|
3033
|
+
justifyContent: 'center'
|
|
3026
3034
|
});
|
|
3027
3035
|
var Circle = /*#__PURE__*/styled('div', {
|
|
3028
3036
|
width: 12,
|
|
@@ -3117,7 +3125,7 @@ function SelectableWalletList(_ref) {
|
|
|
3117
3125
|
height: 24
|
|
3118
3126
|
}), React__default.createElement(Typography, {
|
|
3119
3127
|
variant: "body2"
|
|
3120
|
-
}, w.
|
|
3128
|
+
}, w.name), React__default.createElement(Circle, {
|
|
3121
3129
|
checked: checked
|
|
3122
3130
|
}, React__default.createElement(SolidCircle, {
|
|
3123
3131
|
checked: checked
|
|
@@ -3190,8 +3198,10 @@ function Radio(props) {
|
|
|
3190
3198
|
defaultValue: defaultValue,
|
|
3191
3199
|
direction: direction,
|
|
3192
3200
|
style: style
|
|
3193
|
-
}, props.options.map(function (option) {
|
|
3194
|
-
return React__default.createElement(ItemContainer,
|
|
3201
|
+
}, props.options.map(function (option, index) {
|
|
3202
|
+
return React__default.createElement(ItemContainer, {
|
|
3203
|
+
key: index
|
|
3204
|
+
}, React__default.createElement(StyledItem, {
|
|
3195
3205
|
value: option.value,
|
|
3196
3206
|
id: option.value
|
|
3197
3207
|
}, React__default.createElement(StyledIndicator, null)), React__default.createElement(Label$2, {
|
|
@@ -3736,6 +3746,9 @@ var TooltipArrow = /*#__PURE__*/styled(RadixTooltip.Arrow, {
|
|
|
3736
3746
|
}
|
|
3737
3747
|
}
|
|
3738
3748
|
});
|
|
3749
|
+
var ChildrenWrapper = /*#__PURE__*/styled('div', {
|
|
3750
|
+
display: 'inline-block'
|
|
3751
|
+
});
|
|
3739
3752
|
function Tooltip(_ref) {
|
|
3740
3753
|
var children = _ref.children,
|
|
3741
3754
|
content = _ref.content,
|
|
@@ -3743,7 +3756,9 @@ function Tooltip(_ref) {
|
|
|
3743
3756
|
side = _ref$side === void 0 ? 'top' : _ref$side,
|
|
3744
3757
|
_ref$color = _ref.color,
|
|
3745
3758
|
color = _ref$color === void 0 ? 'gray' : _ref$color;
|
|
3746
|
-
return React__default.createElement(RadixTooltip.Provider, null, React__default.createElement(RadixTooltip.Root, null, React__default.createElement(TooltipTrigger,
|
|
3759
|
+
return React__default.createElement(RadixTooltip.Provider, null, React__default.createElement(RadixTooltip.Root, null, React__default.createElement(TooltipTrigger, {
|
|
3760
|
+
asChild: true
|
|
3761
|
+
}, React__default.createElement(ChildrenWrapper, null, children)), React__default.createElement(RadixTooltip.Portal, null, React__default.createElement(TooltipContent, {
|
|
3747
3762
|
color: color,
|
|
3748
3763
|
side: side,
|
|
3749
3764
|
sideOffset: 5
|
|
@@ -3892,7 +3907,9 @@ function ConfirmSwap(_ref) {
|
|
|
3892
3907
|
}, "Swap")),
|
|
3893
3908
|
Content: bestRoute == null ? void 0 : (_bestRoute$result = bestRoute.result) == null ? void 0 : _bestRoute$result.swaps.map(function (swap, index) {
|
|
3894
3909
|
var _bestRoute$result2;
|
|
3895
|
-
return React__default.createElement(
|
|
3910
|
+
return React__default.createElement(React.Fragment, {
|
|
3911
|
+
key: index
|
|
3912
|
+
}, React__default.createElement(Alerts, null, error && React__default.createElement(Alert, {
|
|
3896
3913
|
description: error,
|
|
3897
3914
|
type: "error"
|
|
3898
3915
|
}), warning && React__default.createElement(Alert, {
|
|
@@ -3947,7 +3964,7 @@ function ConfirmWallets(_ref) {
|
|
|
3947
3964
|
var toAmount = decimalNumber(lastStep == null ? void 0 : lastStep.toAmount, 3);
|
|
3948
3965
|
return React__default.createElement(SecondaryPage, {
|
|
3949
3966
|
textField: false,
|
|
3950
|
-
title: "Swap",
|
|
3967
|
+
title: "Confirm Swap",
|
|
3951
3968
|
onBack: onBack,
|
|
3952
3969
|
Footer: React__default.createElement(Footer$1, null, React__default.createElement(Button, {
|
|
3953
3970
|
fullWidth: true,
|
|
@@ -4025,11 +4042,14 @@ var SwapsGroup = function SwapsGroup(props) {
|
|
|
4025
4042
|
var list = props.list,
|
|
4026
4043
|
onSwapClick = props.onSwapClick;
|
|
4027
4044
|
var swapsInGroup = groupingOfSwaps(list);
|
|
4028
|
-
return React__default.createElement(React__default.Fragment, null, swapsInGroup.map(function (group) {
|
|
4029
|
-
return React__default.createElement(Group,
|
|
4045
|
+
return React__default.createElement(React__default.Fragment, null, swapsInGroup.map(function (group, index) {
|
|
4046
|
+
return React__default.createElement(Group, {
|
|
4047
|
+
key: index
|
|
4048
|
+
}, React__default.createElement(GroupTitle, {
|
|
4030
4049
|
variant: "body2"
|
|
4031
|
-
}, group.title), group.swaps.map(function (swap) {
|
|
4050
|
+
}, group.title), group.swaps.map(function (swap, index) {
|
|
4032
4051
|
return React__default.createElement(SwapDetail, {
|
|
4052
|
+
key: index,
|
|
4033
4053
|
swap: swap,
|
|
4034
4054
|
status: swap.status,
|
|
4035
4055
|
onClick: onSwapClick
|
|
@@ -4097,7 +4117,9 @@ function SwapHistory(props) {
|
|
|
4097
4117
|
textField: false,
|
|
4098
4118
|
onBack: onBack,
|
|
4099
4119
|
Content: React__default.createElement(React__default.Fragment, null, pendingSwap == null ? void 0 : pendingSwap.steps.map(function (step, index) {
|
|
4100
|
-
return React__default.createElement(
|
|
4120
|
+
return React__default.createElement(React.Fragment, {
|
|
4121
|
+
key: index
|
|
4122
|
+
}, index === 0 && React__default.createElement(RelativeContainer$1, null, React__default.createElement(StepDetail, {
|
|
4101
4123
|
logo: step.fromLogo,
|
|
4102
4124
|
symbol: step.fromSymbol,
|
|
4103
4125
|
chainLogo: step.fromBlockchainLogo,
|
|
@@ -4117,7 +4139,9 @@ function SwapHistory(props) {
|
|
|
4117
4139
|
display: 'flex'
|
|
4118
4140
|
}
|
|
4119
4141
|
}, React__default.createElement(InternalDetailsContainer, null, React__default.createElement(Line$3, null), !!step.explorerUrl && React__default.createElement("div", null, step.explorerUrl.map(function (item, index) {
|
|
4120
|
-
return React__default.createElement(InternalDetail,
|
|
4142
|
+
return React__default.createElement(InternalDetail, {
|
|
4143
|
+
key: index
|
|
4144
|
+
}, React__default.createElement(DescriptionContainer, null, React__default.createElement(CheckCircleIcon, {
|
|
4121
4145
|
color: "success"
|
|
4122
4146
|
}), React__default.createElement(Description, {
|
|
4123
4147
|
variant: "body2"
|