@rango-dev/ui 0.26.1-next.1 → 0.26.1-next.11
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/translations/en.d.ts.map +1 -1
- package/dist/translations/es.d.ts.map +1 -1
- package/dist/translations/fr.d.ts.map +1 -1
- package/dist/translations/ja.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Alert/Alert.styles.d.ts +16 -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 +4 -0
- package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/BottomLogo/BottomLogo.styles.d.ts +8 -0
- package/dist/widget/ui/src/components/BottomLogo/BottomLogo.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Button/Button.d.ts +1 -0
- package/dist/widget/ui/src/components/Button/Button.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Button/Button.styles.d.ts +12 -0
- package/dist/widget/ui/src/components/Button/Button.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Button/Button.types.d.ts +1 -0
- package/dist/widget/ui/src/components/Button/Button.types.d.ts.map +1 -1
- package/dist/widget/ui/src/components/ChainToken/ChainToken.styles.d.ts +8 -0
- package/dist/widget/ui/src/components/ChainToken/ChainToken.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Checkbox/Checkbox.styles.d.ts +16 -0
- package/dist/widget/ui/src/components/Checkbox/Checkbox.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Chip/Chip.styles.d.ts +4 -0
- package/dist/widget/ui/src/components/Chip/Chip.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Collapsible/Collapsible.styles.d.ts +4 -0
- package/dist/widget/ui/src/components/Collapsible/Collapsible.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Divider/Divider.d.ts +2 -5
- package/dist/widget/ui/src/components/Divider/Divider.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Divider/Divider.styles.d.ts +165 -0
- package/dist/widget/ui/src/components/Divider/Divider.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Divider/Divider.types.d.ts +10 -0
- package/dist/widget/ui/src/components/Divider/Divider.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Drawer/Drawer.styles.d.ts +20 -0
- package/dist/widget/ui/src/components/Drawer/Drawer.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Header/Header.styles.d.ts +8 -0
- package/dist/widget/ui/src/components/Header/Header.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/CloseIcon.d.ts +4 -0
- package/dist/widget/ui/src/components/Icon/CloseIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/common.d.ts +8 -0
- package/dist/widget/ui/src/components/Icon/common.d.ts.map +1 -1
- package/dist/widget/ui/src/components/List/List.styles.d.ts +4 -0
- package/dist/widget/ui/src/components/List/List.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/ListItem/ListItem.styles.d.ts +4 -0
- package/dist/widget/ui/src/components/ListItem/ListItem.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/ListItemButton/ListItemButton.styles.d.ts +4 -0
- package/dist/widget/ui/src/components/ListItemButton/ListItemButton.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.styles.d.ts +4 -0
- package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/MessageBox/MessageBox.styles.d.ts +12 -0
- package/dist/widget/ui/src/components/MessageBox/MessageBox.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Modal/Modal.styles.d.ts +24 -0
- package/dist/widget/ui/src/components/Modal/Modal.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/NotFound/NotFound.styles.d.ts +4 -0
- package/dist/widget/ui/src/components/NotFound/NotFound.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Popover/Popover.styles.d.ts +8 -0
- package/dist/widget/ui/src/components/Popover/Popover.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/PriceImpact/PriceImpact.styles.d.ts +8 -0
- package/dist/widget/ui/src/components/PriceImpact/PriceImpact.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 +16 -0
- package/dist/widget/ui/src/components/QuoteCost/QuoteCost.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/QuoteCost/QuoteCost.types.d.ts +4 -0
- package/dist/widget/ui/src/components/QuoteCost/QuoteCost.types.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Radio/Radio.styles.d.ts +8 -0
- package/dist/widget/ui/src/components/Radio/Radio.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/RadioGroup/RadioGroup.styles.d.ts +16 -0
- package/dist/widget/ui/src/components/RadioGroup/RadioGroup.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/RefreshProgressButton/RefreshProgressButton.d.ts +7 -0
- package/dist/widget/ui/src/components/RefreshProgressButton/RefreshProgressButton.d.ts.map +1 -0
- package/dist/widget/ui/src/components/RefreshProgressButton/RefreshProgressButton.styles.d.ts +325 -0
- package/dist/widget/ui/src/components/RefreshProgressButton/RefreshProgressButton.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/RefreshProgressButton/index.d.ts +2 -0
- package/dist/widget/ui/src/components/RefreshProgressButton/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/RoutesOverview/RoutesOverview.d.ts +4 -0
- package/dist/widget/ui/src/components/RoutesOverview/RoutesOverview.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.styles.d.ts +12 -0
- package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Skeleton/Skeleton.styles.d.ts +4 -0
- package/dist/widget/ui/src/components/Skeleton/Skeleton.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 +185 -1
- package/dist/widget/ui/src/components/StepDetails/StepDetails.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/StepDetails/StepDetails.types.d.ts +15 -1
- package/dist/widget/ui/src/components/StepDetails/StepDetails.types.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SvgIcon/SvgIcon.style.d.ts +4 -0
- package/dist/widget/ui/src/components/SvgIcon/SvgIcon.style.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SwapDetailsPlaceholder/SwapDetailsPlaceholder.d.ts +4 -0
- package/dist/widget/ui/src/components/SwapDetailsPlaceholder/SwapDetailsPlaceholder.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SwapListItem/SwapListItem.styles.d.ts +24 -0
- package/dist/widget/ui/src/components/SwapListItem/SwapListItem.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SwapListItem/SwapListItem.types.d.ts +1 -0
- package/dist/widget/ui/src/components/SwapListItem/SwapListItem.types.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SwapListItem/SwapToken.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SwapListItem/SwapToken.styles.d.ts +36 -0
- package/dist/widget/ui/src/components/SwapListItem/SwapToken.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SwapListItem/mock.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Switch/Switch.styles.d.ts +8 -0
- package/dist/widget/ui/src/components/Switch/Switch.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/TextField/TextField.d.ts +2 -1
- package/dist/widget/ui/src/components/TextField/TextField.d.ts.map +1 -1
- package/dist/widget/ui/src/components/TextField/TextField.stories.d.ts +2 -1
- package/dist/widget/ui/src/components/TextField/TextField.stories.d.ts.map +1 -1
- package/dist/widget/ui/src/components/TextField/TextField.styles.d.ts +12 -0
- package/dist/widget/ui/src/components/TextField/TextField.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/TextField/TextField.types.d.ts +3 -1
- package/dist/widget/ui/src/components/TextField/TextField.types.d.ts.map +1 -1
- package/dist/widget/ui/src/components/TokenAmount/TokenAmount.styles.d.ts +12 -0
- package/dist/widget/ui/src/components/TokenAmount/TokenAmount.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Tooltip/Tooltip.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Tooltip/Tooltip.styles.d.ts +15 -1
- package/dist/widget/ui/src/components/Tooltip/Tooltip.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Tooltip/Tooltip.types.d.ts +6 -2
- package/dist/widget/ui/src/components/Tooltip/Tooltip.types.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Typography/Typography.styles.d.ts +4 -0
- package/dist/widget/ui/src/components/Typography/Typography.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Wallet/Wallet.styles.d.ts +20 -0
- package/dist/widget/ui/src/components/Wallet/Wallet.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/common/FilledCircle.d.ts +4 -0
- package/dist/widget/ui/src/components/common/FilledCircle.d.ts.map +1 -1
- package/dist/widget/ui/src/components/common/Image.d.ts +4 -0
- package/dist/widget/ui/src/components/common/Image.d.ts.map +1 -1
- package/dist/widget/ui/src/components/common/styles.d.ts +4 -0
- package/dist/widget/ui/src/components/common/styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/index.d.ts +1 -0
- package/dist/widget/ui/src/components/index.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapHistory/SwapHistory.d.ts +40 -0
- package/dist/widget/ui/src/containers/SwapHistory/SwapHistory.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapInput/SwapInput.styles.d.ts +47 -1
- package/dist/widget/ui/src/containers/SwapInput/SwapInput.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapInput/TokenSection.styles.d.ts +21 -0
- package/dist/widget/ui/src/containers/SwapInput/TokenSection.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/TokenSelector/TokenSelector.d.ts +4 -0
- package/dist/widget/ui/src/containers/TokenSelector/TokenSelector.d.ts.map +1 -1
- package/dist/widget/ui/src/icons/Add.d.ts +5 -0
- package/dist/widget/ui/src/icons/Add.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Height.d.ts +5 -0
- package/dist/widget/ui/src/icons/Height.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Key.d.ts +5 -0
- package/dist/widget/ui/src/icons/Key.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Refresh.d.ts.map +1 -1
- package/dist/widget/ui/src/icons/Width.d.ts +5 -0
- package/dist/widget/ui/src/icons/Width.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/index.d.ts +4 -0
- package/dist/widget/ui/src/icons/index.d.ts.map +1 -1
- package/dist/widget/ui/src/theme.d.ts +29 -0
- package/dist/widget/ui/src/theme.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/components/Button/Button.tsx +4 -1
- package/src/components/Button/Button.types.tsx +1 -0
- package/src/components/Divider/Divider.styles.ts +165 -0
- package/src/components/Divider/Divider.tsx +8 -140
- package/src/components/Divider/Divider.types.ts +10 -0
- package/src/components/QuoteCost/QuoteCost.styles.ts +28 -1
- package/src/components/QuoteCost/QuoteCost.tsx +28 -8
- package/src/components/QuoteCost/QuoteCost.types.ts +4 -0
- package/src/components/RefreshProgressButton/RefreshProgressButton.styles.ts +28 -0
- package/src/components/RefreshProgressButton/RefreshProgressButton.tsx +70 -0
- package/src/components/RefreshProgressButton/index.ts +1 -0
- package/src/components/StepDetails/StepDetails.styles.ts +28 -5
- package/src/components/StepDetails/StepDetails.tsx +73 -23
- package/src/components/StepDetails/StepDetails.types.ts +17 -1
- package/src/components/SwapListItem/SwapListItem.types.ts +1 -0
- package/src/components/SwapListItem/SwapToken.tsx +4 -3
- package/src/components/SwapListItem/mock.ts +1 -0
- package/src/components/Switch/Switch.styles.tsx +7 -0
- package/src/components/TextField/TextField.tsx +5 -2
- package/src/components/TextField/TextField.types.tsx +3 -1
- package/src/components/Tooltip/Tooltip.styles.ts +7 -0
- package/src/components/Tooltip/Tooltip.tsx +2 -1
- package/src/components/Tooltip/Tooltip.types.ts +6 -2
- package/src/components/Wallet/Wallet.styles.ts +1 -1
- package/src/components/index.ts +1 -0
- package/src/icons/Add.tsx +25 -0
- package/src/icons/Height.tsx +24 -0
- package/src/icons/Key.tsx +32 -0
- package/src/icons/Refresh.tsx +10 -2
- package/src/icons/Width.tsx +29 -0
- package/src/icons/index.ts +4 -0
- package/src/theme.ts +3 -0
|
@@ -2,10 +2,12 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
2
2
|
type?: "quote-details" | "swap-progress" | undefined;
|
|
3
3
|
state?: "warning" | "error" | "default" | "in-progress" | "completed" | undefined;
|
|
4
4
|
}, {
|
|
5
|
+
xs: string;
|
|
5
6
|
sm: string;
|
|
6
7
|
md: string;
|
|
7
8
|
lg: string;
|
|
8
9
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
10
|
+
xs: string;
|
|
9
11
|
sm: string;
|
|
10
12
|
md: string;
|
|
11
13
|
lg: string;
|
|
@@ -138,12 +140,14 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
138
140
|
4: string;
|
|
139
141
|
6: string;
|
|
140
142
|
8: string;
|
|
143
|
+
10: string;
|
|
141
144
|
12: string;
|
|
142
145
|
16: string;
|
|
143
146
|
18: string;
|
|
144
147
|
20: string;
|
|
145
148
|
24: string;
|
|
146
149
|
28: string;
|
|
150
|
+
30: string;
|
|
147
151
|
32: string;
|
|
148
152
|
36: string;
|
|
149
153
|
40: string;
|
|
@@ -161,10 +165,12 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
161
165
|
export declare const SwapperImage: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
162
166
|
state?: "warning" | "error" | "default" | "in-progress" | "completed" | undefined;
|
|
163
167
|
}, {
|
|
168
|
+
xs: string;
|
|
164
169
|
sm: string;
|
|
165
170
|
md: string;
|
|
166
171
|
lg: string;
|
|
167
172
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
173
|
+
xs: string;
|
|
168
174
|
sm: string;
|
|
169
175
|
md: string;
|
|
170
176
|
lg: string;
|
|
@@ -297,12 +303,14 @@ export declare const SwapperImage: import("@stitches/react/types/styled-componen
|
|
|
297
303
|
4: string;
|
|
298
304
|
6: string;
|
|
299
305
|
8: string;
|
|
306
|
+
10: string;
|
|
300
307
|
12: string;
|
|
301
308
|
16: string;
|
|
302
309
|
18: string;
|
|
303
310
|
20: string;
|
|
304
311
|
24: string;
|
|
305
312
|
28: string;
|
|
313
|
+
30: string;
|
|
306
314
|
32: string;
|
|
307
315
|
36: string;
|
|
308
316
|
40: string;
|
|
@@ -320,10 +328,12 @@ export declare const SwapperImage: import("@stitches/react/types/styled-componen
|
|
|
320
328
|
export declare const Alerts: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
321
329
|
pb?: boolean | "true" | undefined;
|
|
322
330
|
}, {
|
|
331
|
+
xs: string;
|
|
323
332
|
sm: string;
|
|
324
333
|
md: string;
|
|
325
334
|
lg: string;
|
|
326
335
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
336
|
+
xs: string;
|
|
327
337
|
sm: string;
|
|
328
338
|
md: string;
|
|
329
339
|
lg: string;
|
|
@@ -456,12 +466,14 @@ export declare const Alerts: import("@stitches/react/types/styled-component").St
|
|
|
456
466
|
4: string;
|
|
457
467
|
6: string;
|
|
458
468
|
8: string;
|
|
469
|
+
10: string;
|
|
459
470
|
12: string;
|
|
460
471
|
16: string;
|
|
461
472
|
18: string;
|
|
462
473
|
20: string;
|
|
463
474
|
24: string;
|
|
464
475
|
28: string;
|
|
476
|
+
30: string;
|
|
465
477
|
32: string;
|
|
466
478
|
36: string;
|
|
467
479
|
40: string;
|
|
@@ -479,10 +491,175 @@ export declare const Alerts: import("@stitches/react/types/styled-component").St
|
|
|
479
491
|
export declare const DashedLine: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
480
492
|
invisible?: boolean | "true" | undefined;
|
|
481
493
|
}, {
|
|
494
|
+
xs: string;
|
|
495
|
+
sm: string;
|
|
496
|
+
md: string;
|
|
497
|
+
lg: string;
|
|
498
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
499
|
+
xs: string;
|
|
500
|
+
sm: string;
|
|
501
|
+
md: string;
|
|
502
|
+
lg: string;
|
|
503
|
+
}, {
|
|
504
|
+
colors: {
|
|
505
|
+
primary: string;
|
|
506
|
+
primary500: string;
|
|
507
|
+
primary600: string;
|
|
508
|
+
secondary: string;
|
|
509
|
+
secondary100: string;
|
|
510
|
+
secondary200: string;
|
|
511
|
+
secondary300: string;
|
|
512
|
+
secondary400: string;
|
|
513
|
+
secondary500: string;
|
|
514
|
+
secondary600: string;
|
|
515
|
+
secondary700: string;
|
|
516
|
+
secondary800: string;
|
|
517
|
+
secondary900: string;
|
|
518
|
+
neutral: string;
|
|
519
|
+
neutral100: string;
|
|
520
|
+
neutral200: string;
|
|
521
|
+
neutral300: string;
|
|
522
|
+
neutral400: string;
|
|
523
|
+
neutral500: string;
|
|
524
|
+
neutral600: string;
|
|
525
|
+
neutral700: string;
|
|
526
|
+
neutral800: string;
|
|
527
|
+
neutral900: string;
|
|
528
|
+
error100: string;
|
|
529
|
+
error300: string;
|
|
530
|
+
error500: string;
|
|
531
|
+
error600: string;
|
|
532
|
+
error700: string;
|
|
533
|
+
warning100: string;
|
|
534
|
+
warning300: string;
|
|
535
|
+
warning500: string;
|
|
536
|
+
warning600: string;
|
|
537
|
+
warning700: string;
|
|
538
|
+
info: string;
|
|
539
|
+
info100: string;
|
|
540
|
+
info300: string;
|
|
541
|
+
info500: string;
|
|
542
|
+
info600: string;
|
|
543
|
+
info700: string;
|
|
544
|
+
success100: string;
|
|
545
|
+
success300: string;
|
|
546
|
+
success500: string;
|
|
547
|
+
success600: string;
|
|
548
|
+
success700: string;
|
|
549
|
+
background: string;
|
|
550
|
+
foreground: string;
|
|
551
|
+
};
|
|
552
|
+
space: {
|
|
553
|
+
0: string;
|
|
554
|
+
5: string;
|
|
555
|
+
10: string;
|
|
556
|
+
15: string;
|
|
557
|
+
20: string;
|
|
558
|
+
25: string;
|
|
559
|
+
30: string;
|
|
560
|
+
40: string;
|
|
561
|
+
46: string;
|
|
562
|
+
50: string;
|
|
563
|
+
60: string;
|
|
564
|
+
70: string;
|
|
565
|
+
80: string;
|
|
566
|
+
90: string;
|
|
567
|
+
100: string;
|
|
568
|
+
2: string;
|
|
569
|
+
4: string;
|
|
570
|
+
6: string;
|
|
571
|
+
8: string;
|
|
572
|
+
12: string;
|
|
573
|
+
16: string;
|
|
574
|
+
24: string;
|
|
575
|
+
28: string;
|
|
576
|
+
32: string;
|
|
577
|
+
};
|
|
578
|
+
radii: {
|
|
579
|
+
xs: string;
|
|
580
|
+
sm: string;
|
|
581
|
+
xm: string;
|
|
582
|
+
md: string;
|
|
583
|
+
xl: string;
|
|
584
|
+
lg: string;
|
|
585
|
+
primary: string;
|
|
586
|
+
secondary: string;
|
|
587
|
+
};
|
|
588
|
+
fontSizes: {
|
|
589
|
+
10: string;
|
|
590
|
+
12: string;
|
|
591
|
+
14: string;
|
|
592
|
+
16: string;
|
|
593
|
+
18: string;
|
|
594
|
+
20: string;
|
|
595
|
+
22: string;
|
|
596
|
+
24: string;
|
|
597
|
+
28: string;
|
|
598
|
+
32: string;
|
|
599
|
+
36: string;
|
|
600
|
+
40: string;
|
|
601
|
+
48: string;
|
|
602
|
+
};
|
|
603
|
+
fonts: {
|
|
604
|
+
primary: string;
|
|
605
|
+
widget: string;
|
|
606
|
+
};
|
|
607
|
+
fontWeights: {
|
|
608
|
+
regular: number;
|
|
609
|
+
medium: number;
|
|
610
|
+
semiBold: number;
|
|
611
|
+
bold: number;
|
|
612
|
+
};
|
|
613
|
+
lineHeights: {
|
|
614
|
+
12: string;
|
|
615
|
+
16: string;
|
|
616
|
+
20: string;
|
|
617
|
+
24: string;
|
|
618
|
+
26: string;
|
|
619
|
+
28: string;
|
|
620
|
+
30: string;
|
|
621
|
+
36: string;
|
|
622
|
+
40: string;
|
|
623
|
+
44: string;
|
|
624
|
+
52: string;
|
|
625
|
+
64: string;
|
|
626
|
+
};
|
|
627
|
+
letterSpacings: {};
|
|
628
|
+
sizes: {
|
|
629
|
+
4: string;
|
|
630
|
+
6: string;
|
|
631
|
+
8: string;
|
|
632
|
+
10: string;
|
|
633
|
+
12: string;
|
|
634
|
+
16: string;
|
|
635
|
+
18: string;
|
|
636
|
+
20: string;
|
|
637
|
+
24: string;
|
|
638
|
+
28: string;
|
|
639
|
+
30: string;
|
|
640
|
+
32: string;
|
|
641
|
+
36: string;
|
|
642
|
+
40: string;
|
|
643
|
+
45: string;
|
|
644
|
+
48: string;
|
|
645
|
+
};
|
|
646
|
+
borderWidths: {};
|
|
647
|
+
borderStyles: {};
|
|
648
|
+
shadows: {
|
|
649
|
+
s: string;
|
|
650
|
+
};
|
|
651
|
+
zIndices: {};
|
|
652
|
+
transitions: {};
|
|
653
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
654
|
+
export declare const SwapperSeparator: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
655
|
+
state?: "warning" | "error" | "default" | "in-progress" | "completed" | undefined;
|
|
656
|
+
}, {
|
|
657
|
+
xs: string;
|
|
482
658
|
sm: string;
|
|
483
659
|
md: string;
|
|
484
660
|
lg: string;
|
|
485
661
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
662
|
+
xs: string;
|
|
486
663
|
sm: string;
|
|
487
664
|
md: string;
|
|
488
665
|
lg: string;
|
|
@@ -615,12 +792,14 @@ export declare const DashedLine: import("@stitches/react/types/styled-component"
|
|
|
615
792
|
4: string;
|
|
616
793
|
6: string;
|
|
617
794
|
8: string;
|
|
795
|
+
10: string;
|
|
618
796
|
12: string;
|
|
619
797
|
16: string;
|
|
620
798
|
18: string;
|
|
621
799
|
20: string;
|
|
622
800
|
24: string;
|
|
623
801
|
28: string;
|
|
802
|
+
30: string;
|
|
624
803
|
32: string;
|
|
625
804
|
36: string;
|
|
626
805
|
40: string;
|
|
@@ -638,10 +817,12 @@ export declare const DashedLine: import("@stitches/react/types/styled-component"
|
|
|
638
817
|
export declare const StepSeparator: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
639
818
|
state?: "warning" | "error" | "default" | "in-progress" | "completed" | undefined;
|
|
640
819
|
}, {
|
|
820
|
+
xs: string;
|
|
641
821
|
sm: string;
|
|
642
822
|
md: string;
|
|
643
823
|
lg: string;
|
|
644
824
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
825
|
+
xs: string;
|
|
645
826
|
sm: string;
|
|
646
827
|
md: string;
|
|
647
828
|
lg: string;
|
|
@@ -774,12 +955,14 @@ export declare const StepSeparator: import("@stitches/react/types/styled-compone
|
|
|
774
955
|
4: string;
|
|
775
956
|
6: string;
|
|
776
957
|
8: string;
|
|
958
|
+
10: string;
|
|
777
959
|
12: string;
|
|
778
960
|
16: string;
|
|
779
961
|
18: string;
|
|
780
962
|
20: string;
|
|
781
963
|
24: string;
|
|
782
964
|
28: string;
|
|
965
|
+
30: string;
|
|
783
966
|
32: string;
|
|
784
967
|
36: string;
|
|
785
968
|
40: string;
|
|
@@ -795,7 +978,8 @@ export declare const StepSeparator: import("@stitches/react/types/styled-compone
|
|
|
795
978
|
transitions: {};
|
|
796
979
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
797
980
|
export declare const tokensContainerStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {}, import("@stitches/react/types/css-util").CSS<{}, {}, {}, {}>>;
|
|
798
|
-
export declare const
|
|
981
|
+
export declare const swappersStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {}, import("@stitches/react/types/css-util").CSS<{}, {}, {}, {}>>;
|
|
982
|
+
export declare const swapperItemStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {}, import("@stitches/react/types/css-util").CSS<{}, {}, {}, {}>>;
|
|
799
983
|
export declare const stepInfoStyles: import("@stitches/react/types/styled-component").CssComponent<never, {
|
|
800
984
|
tx?: boolean | "true" | undefined;
|
|
801
985
|
}, {}, import("@stitches/react/types/css-util").CSS<{}, {}, {}, {}>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StepDetails.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/StepDetails/StepDetails.styles.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"StepDetails.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/StepDetails/StepDetails.styles.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAgCpB,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAmBvB,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DASjB,CAAC;AAEH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAarB,CAAC;AAEH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAkB3B,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAsBxB,CAAC;AAEH,eAAO,MAAM,qBAAqB,4IAEhC,CAAC;AAEH,eAAO,MAAM,cAAc,4IAIzB,CAAC;AAEH,eAAO,MAAM,iBAAiB,4IAG5B,CAAC;AAEH,eAAO,MAAM,cAAc;;oEAYzB,CAAC;AAEH,eAAO,MAAM,YAAY,4IAKvB,CAAC"}
|
|
@@ -1,8 +1,21 @@
|
|
|
1
|
+
import type { SwapperType } from 'rango-sdk';
|
|
1
2
|
import type { ReactNode } from 'react';
|
|
2
3
|
import type { SwapInputProps } from 'src/containers/SwapInput/SwapInput.types';
|
|
3
4
|
type BaseStep = Pick<SwapInputProps, 'chain' | 'token' | 'price'>;
|
|
5
|
+
type SwapperInfo = SwapInputProps['chain'] & {
|
|
6
|
+
type?: SwapperType;
|
|
7
|
+
};
|
|
8
|
+
export type InternalSwap = {
|
|
9
|
+
swapper: SwapperInfo;
|
|
10
|
+
from: {
|
|
11
|
+
blockchain: string;
|
|
12
|
+
};
|
|
13
|
+
to: {
|
|
14
|
+
blockchain: string;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
4
17
|
export type Step = {
|
|
5
|
-
swapper:
|
|
18
|
+
swapper: SwapperInfo;
|
|
6
19
|
from: BaseStep;
|
|
7
20
|
to: BaseStep;
|
|
8
21
|
error?: {
|
|
@@ -11,6 +24,7 @@ export type Step = {
|
|
|
11
24
|
};
|
|
12
25
|
alerts?: ReactNode;
|
|
13
26
|
state?: 'error' | 'warning';
|
|
27
|
+
internalSwaps?: InternalSwap[];
|
|
14
28
|
};
|
|
15
29
|
export type StepDetailsProps = {
|
|
16
30
|
step: Step;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StepDetails.types.d.ts","sourceRoot":"","sources":["../../../../../../src/components/StepDetails/StepDetails.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,0CAA0C,CAAC;AAE/E,KAAK,QAAQ,GAAG,IAAI,CAAC,cAAc,EAAE,OAAO,GAAG,OAAO,GAAG,OAAO,CAAC,CAAC;AAElE,MAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"StepDetails.types.d.ts","sourceRoot":"","sources":["../../../../../../src/components/StepDetails/StepDetails.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AAC7C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,0CAA0C,CAAC;AAE/E,KAAK,QAAQ,GAAG,IAAI,CAAC,cAAc,EAAE,OAAO,GAAG,OAAO,GAAG,OAAO,CAAC,CAAC;AAElE,KAAK,WAAW,GAAG,cAAc,CAAC,OAAO,CAAC,GAAG;IAC3C,IAAI,CAAC,EAAE,WAAW,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG;IACzB,OAAO,EAAE,WAAW,CAAC;IACrB,IAAI,EAAE;QACJ,UAAU,EAAE,MAAM,CAAC;KACpB,CAAC;IACF,EAAE,EAAE;QACF,UAAU,EAAE,MAAM,CAAC;KACpB,CAAC;CACH,CAAC;AAEF,MAAM,MAAM,IAAI,GAAG;IACjB,OAAO,EAAE,WAAW,CAAC;IACrB,IAAI,EAAE,QAAQ,CAAC;IACf,EAAE,EAAE,QAAQ,CAAC;IACb,KAAK,CAAC,EAAE;QACN,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,WAAW,CAAC,EAAE,MAAM,CAAC;KACtB,CAAC;IACF,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC5B,aAAa,CAAC,EAAE,YAAY,EAAE,CAAC;CAChC,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG;IAC7B,IAAI,EAAE,IAAI,CAAC;IACX,YAAY,EAAE,OAAO,CAAC;IACtB,IAAI,EAAE,eAAe,GAAG,eAAe,CAAC;IACxC,KAAK,CAAC,EAAE,SAAS,GAAG,aAAa,GAAG,WAAW,GAAG,SAAS,GAAG,OAAO,CAAC;IACtE,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,gBAAgB,CAAC,EAAE,WAAW,CAAC;CAChC,CAAC"}
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
export declare const SvgWithColor: import("@stitches/react/types/styled-component").StyledComponent<"svg", {
|
|
2
2
|
color?: "success" | "warning" | "error" | "info" | "primary" | "secondary" | "black" | "gray" | "white" | undefined;
|
|
3
3
|
}, {
|
|
4
|
+
xs: string;
|
|
4
5
|
sm: string;
|
|
5
6
|
md: string;
|
|
6
7
|
lg: string;
|
|
7
8
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
9
|
+
xs: string;
|
|
8
10
|
sm: string;
|
|
9
11
|
md: string;
|
|
10
12
|
lg: string;
|
|
@@ -137,12 +139,14 @@ export declare const SvgWithColor: import("@stitches/react/types/styled-componen
|
|
|
137
139
|
4: string;
|
|
138
140
|
6: string;
|
|
139
141
|
8: string;
|
|
142
|
+
10: string;
|
|
140
143
|
12: string;
|
|
141
144
|
16: string;
|
|
142
145
|
18: string;
|
|
143
146
|
20: string;
|
|
144
147
|
24: string;
|
|
145
148
|
28: string;
|
|
149
|
+
30: string;
|
|
146
150
|
32: string;
|
|
147
151
|
36: string;
|
|
148
152
|
40: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SvgIcon.style.d.ts","sourceRoot":"","sources":["../../../../../../src/components/SvgIcon/SvgIcon.style.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"SvgIcon.style.d.ts","sourceRoot":"","sources":["../../../../../../src/components/SvgIcon/SvgIcon.style.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAgCvB,CAAC"}
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
export declare const LoaderContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
3
|
+
xs: string;
|
|
3
4
|
sm: string;
|
|
4
5
|
md: string;
|
|
5
6
|
lg: string;
|
|
6
7
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
8
|
+
xs: string;
|
|
7
9
|
sm: string;
|
|
8
10
|
md: string;
|
|
9
11
|
lg: string;
|
|
@@ -136,12 +138,14 @@ export declare const LoaderContainer: import("@stitches/react/types/styled-compo
|
|
|
136
138
|
4: string;
|
|
137
139
|
6: string;
|
|
138
140
|
8: string;
|
|
141
|
+
10: string;
|
|
139
142
|
12: string;
|
|
140
143
|
16: string;
|
|
141
144
|
18: string;
|
|
142
145
|
20: string;
|
|
143
146
|
24: string;
|
|
144
147
|
28: string;
|
|
148
|
+
30: string;
|
|
145
149
|
32: string;
|
|
146
150
|
36: string;
|
|
147
151
|
40: string;
|
package/dist/widget/ui/src/components/SwapDetailsPlaceholder/SwapDetailsPlaceholder.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SwapDetailsPlaceholder.d.ts","sourceRoot":"","sources":["../../../../../../src/components/SwapDetailsPlaceholder/SwapDetailsPlaceholder.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"SwapDetailsPlaceholder.d.ts","sourceRoot":"","sources":["../../../../../../src/components/SwapDetailsPlaceholder/SwapDetailsPlaceholder.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAM1B,CAAC;AAEH,UAAU,SAAS;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,OAAO,CAAC;IACjB,MAAM,EAAE,MAAM,IAAI,CAAC;CACpB;AAED,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,SAAS,qBAyBtD"}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
export declare const Container: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
2
|
+
xs: string;
|
|
2
3
|
sm: string;
|
|
3
4
|
md: string;
|
|
4
5
|
lg: string;
|
|
5
6
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
7
|
+
xs: string;
|
|
6
8
|
sm: string;
|
|
7
9
|
md: string;
|
|
8
10
|
lg: string;
|
|
@@ -135,12 +137,14 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
135
137
|
4: string;
|
|
136
138
|
6: string;
|
|
137
139
|
8: string;
|
|
140
|
+
10: string;
|
|
138
141
|
12: string;
|
|
139
142
|
16: string;
|
|
140
143
|
18: string;
|
|
141
144
|
20: string;
|
|
142
145
|
24: string;
|
|
143
146
|
28: string;
|
|
147
|
+
30: string;
|
|
144
148
|
32: string;
|
|
145
149
|
36: string;
|
|
146
150
|
40: string;
|
|
@@ -156,10 +160,12 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
156
160
|
transitions: {};
|
|
157
161
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
158
162
|
export declare const Header: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
163
|
+
xs: string;
|
|
159
164
|
sm: string;
|
|
160
165
|
md: string;
|
|
161
166
|
lg: string;
|
|
162
167
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
168
|
+
xs: string;
|
|
163
169
|
sm: string;
|
|
164
170
|
md: string;
|
|
165
171
|
lg: string;
|
|
@@ -292,12 +298,14 @@ export declare const Header: import("@stitches/react/types/styled-component").St
|
|
|
292
298
|
4: string;
|
|
293
299
|
6: string;
|
|
294
300
|
8: string;
|
|
301
|
+
10: string;
|
|
295
302
|
12: string;
|
|
296
303
|
16: string;
|
|
297
304
|
18: string;
|
|
298
305
|
20: string;
|
|
299
306
|
24: string;
|
|
300
307
|
28: string;
|
|
308
|
+
30: string;
|
|
301
309
|
32: string;
|
|
302
310
|
36: string;
|
|
303
311
|
40: string;
|
|
@@ -313,10 +321,12 @@ export declare const Header: import("@stitches/react/types/styled-component").St
|
|
|
313
321
|
transitions: {};
|
|
314
322
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
315
323
|
export declare const Main: import("@stitches/react/types/styled-component").StyledComponent<"button", {}, {
|
|
324
|
+
xs: string;
|
|
316
325
|
sm: string;
|
|
317
326
|
md: string;
|
|
318
327
|
lg: string;
|
|
319
328
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
329
|
+
xs: string;
|
|
320
330
|
sm: string;
|
|
321
331
|
md: string;
|
|
322
332
|
lg: string;
|
|
@@ -449,12 +459,14 @@ export declare const Main: import("@stitches/react/types/styled-component").Styl
|
|
|
449
459
|
4: string;
|
|
450
460
|
6: string;
|
|
451
461
|
8: string;
|
|
462
|
+
10: string;
|
|
452
463
|
12: string;
|
|
453
464
|
16: string;
|
|
454
465
|
18: string;
|
|
455
466
|
20: string;
|
|
456
467
|
24: string;
|
|
457
468
|
28: string;
|
|
469
|
+
30: string;
|
|
458
470
|
32: string;
|
|
459
471
|
36: string;
|
|
460
472
|
40: string;
|
|
@@ -470,10 +482,12 @@ export declare const Main: import("@stitches/react/types/styled-component").Styl
|
|
|
470
482
|
transitions: {};
|
|
471
483
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
472
484
|
export declare const Date: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
485
|
+
xs: string;
|
|
473
486
|
sm: string;
|
|
474
487
|
md: string;
|
|
475
488
|
lg: string;
|
|
476
489
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
490
|
+
xs: string;
|
|
477
491
|
sm: string;
|
|
478
492
|
md: string;
|
|
479
493
|
lg: string;
|
|
@@ -606,12 +620,14 @@ export declare const Date: import("@stitches/react/types/styled-component").Styl
|
|
|
606
620
|
4: string;
|
|
607
621
|
6: string;
|
|
608
622
|
8: string;
|
|
623
|
+
10: string;
|
|
609
624
|
12: string;
|
|
610
625
|
16: string;
|
|
611
626
|
18: string;
|
|
612
627
|
20: string;
|
|
613
628
|
24: string;
|
|
614
629
|
28: string;
|
|
630
|
+
30: string;
|
|
615
631
|
32: string;
|
|
616
632
|
36: string;
|
|
617
633
|
40: string;
|
|
@@ -627,10 +643,12 @@ export declare const Date: import("@stitches/react/types/styled-component").Styl
|
|
|
627
643
|
transitions: {};
|
|
628
644
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
629
645
|
export declare const LoadingMain: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
646
|
+
xs: string;
|
|
630
647
|
sm: string;
|
|
631
648
|
md: string;
|
|
632
649
|
lg: string;
|
|
633
650
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
651
|
+
xs: string;
|
|
634
652
|
sm: string;
|
|
635
653
|
md: string;
|
|
636
654
|
lg: string;
|
|
@@ -763,12 +781,14 @@ export declare const LoadingMain: import("@stitches/react/types/styled-component
|
|
|
763
781
|
4: string;
|
|
764
782
|
6: string;
|
|
765
783
|
8: string;
|
|
784
|
+
10: string;
|
|
766
785
|
12: string;
|
|
767
786
|
16: string;
|
|
768
787
|
18: string;
|
|
769
788
|
20: string;
|
|
770
789
|
24: string;
|
|
771
790
|
28: string;
|
|
791
|
+
30: string;
|
|
772
792
|
32: string;
|
|
773
793
|
36: string;
|
|
774
794
|
40: string;
|
|
@@ -784,10 +804,12 @@ export declare const LoadingMain: import("@stitches/react/types/styled-component
|
|
|
784
804
|
transitions: {};
|
|
785
805
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
786
806
|
export declare const LoadingContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
807
|
+
xs: string;
|
|
787
808
|
sm: string;
|
|
788
809
|
md: string;
|
|
789
810
|
lg: string;
|
|
790
811
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
812
|
+
xs: string;
|
|
791
813
|
sm: string;
|
|
792
814
|
md: string;
|
|
793
815
|
lg: string;
|
|
@@ -920,12 +942,14 @@ export declare const LoadingContainer: import("@stitches/react/types/styled-comp
|
|
|
920
942
|
4: string;
|
|
921
943
|
6: string;
|
|
922
944
|
8: string;
|
|
945
|
+
10: string;
|
|
923
946
|
12: string;
|
|
924
947
|
16: string;
|
|
925
948
|
18: string;
|
|
926
949
|
20: string;
|
|
927
950
|
24: string;
|
|
928
951
|
28: string;
|
|
952
|
+
30: string;
|
|
929
953
|
32: string;
|
|
930
954
|
36: string;
|
|
931
955
|
40: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SwapListItem.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/SwapListItem/SwapListItem.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"SwapListItem.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/SwapListItem/SwapListItem.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMpB,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMjB,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA4Bf,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIf,CAAC;AAEH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAWtB,CAAC;AAEH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAM3B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SwapListItem.types.d.ts","sourceRoot":"","sources":["../../../../../../src/components/SwapListItem/SwapListItem.types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,MAAM,GAAG,SAAS,GAAG,QAAQ,GAAG,SAAS,CAAC;AAEtD,MAAM,WAAW,iBAAiB;IAChC,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE,MAAM,CAAC;IACrB,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IACrC,aAAa,EAAE,aAAa,CAAC;IAC7B,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,gBAAgB,CAAC,EAAE,WAAW,CAAC;CAChC;AAED,MAAM,WAAW,YAAY;IAC3B,SAAS,EAAE,IAAI,CAAC;CACjB;AAED,MAAM,MAAM,SAAS,GAAG,iBAAiB,GAAG,YAAY,CAAC;AAEzD,eAAO,MAAM,YAAY;;;;CAIxB,CAAC;AAEF,MAAM,WAAW,aAAa;IAC5B,IAAI,EAAE;QACJ,KAAK,EAAE;YACL,KAAK,EAAE,MAAM,CAAC;YACd,WAAW,EAAE,MAAM,CAAC;SACrB,CAAC;QACF,UAAU,EAAE;YACV,KAAK,EAAE,MAAM,CAAC;SACf,CAAC;QACF,MAAM,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"SwapListItem.types.d.ts","sourceRoot":"","sources":["../../../../../../src/components/SwapListItem/SwapListItem.types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,MAAM,GAAG,SAAS,GAAG,QAAQ,GAAG,SAAS,CAAC;AAEtD,MAAM,WAAW,iBAAiB;IAChC,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE,MAAM,CAAC;IACrB,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IACrC,aAAa,EAAE,aAAa,CAAC;IAC7B,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,gBAAgB,CAAC,EAAE,WAAW,CAAC;CAChC;AAED,MAAM,WAAW,YAAY;IAC3B,SAAS,EAAE,IAAI,CAAC;CACjB;AAED,MAAM,MAAM,SAAS,GAAG,iBAAiB,GAAG,YAAY,CAAC;AAEzD,eAAO,MAAM,YAAY;;;;CAIxB,CAAC;AAEF,MAAM,WAAW,aAAa;IAC5B,IAAI,EAAE;QACJ,KAAK,EAAE;YACL,KAAK,EAAE,MAAM,CAAC;YACd,WAAW,EAAE,MAAM,CAAC;SACrB,CAAC;QACF,UAAU,EAAE;YACV,KAAK,EAAE,MAAM,CAAC;SACf,CAAC;QACF,MAAM,EAAE,MAAM,CAAC;QACf,UAAU,EAAE,MAAM,CAAC;KACpB,CAAC;IAEF,EAAE,EAAE;QACF,KAAK,EAAE;YACL,KAAK,EAAE,MAAM,CAAC;YACd,WAAW,EAAE,MAAM,CAAC;SACrB,CAAC;QACF,UAAU,EAAE;YACV,KAAK,EAAE,MAAM,CAAC;SACf,CAAC;QACF,MAAM,EAAE,MAAM,CAAC;QACf,UAAU,EAAE,MAAM,CAAC;KACpB,CAAC;CACH"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SwapToken.d.ts","sourceRoot":"","sources":["../../../../../../src/components/SwapListItem/SwapToken.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAGnD,OAAO,KAAK,MAAM,OAAO,CAAC;AAoB1B,wBAAgB,SAAS,CAAC,KAAK,EAAE,SAAS,
|
|
1
|
+
{"version":3,"file":"SwapToken.d.ts","sourceRoot":"","sources":["../../../../../../src/components/SwapListItem/SwapToken.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAGnD,OAAO,KAAK,MAAM,OAAO,CAAC;AAoB1B,wBAAgB,SAAS,CAAC,KAAK,EAAE,SAAS,qBAoIzC"}
|