@rango-dev/widget-embedded 0.20.1-next.2 → 0.20.1-next.21
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/BlockchainList/BlockchainList.styles.d.ts +169 -1
- package/dist/components/BlockchainList/BlockchainList.styles.d.ts.map +1 -1
- package/dist/components/BlockchainsSection/BlockchainsSection.styles.d.ts +4 -0
- package/dist/components/BlockchainsSection/BlockchainsSection.styles.d.ts.map +1 -1
- package/dist/components/ConfirmWalletsModal/ConfirmWallets.styles.d.ts +514 -1088
- package/dist/components/ConfirmWalletsModal/ConfirmWallets.styles.d.ts.map +1 -1
- package/dist/components/ConfirmWalletsModal/ConfirmWalletsModal.d.ts.map +1 -1
- package/dist/components/ConfirmWalletsModal/WalletList.styles.d.ts +12 -0
- package/dist/components/ConfirmWalletsModal/WalletList.styles.d.ts.map +1 -1
- package/dist/components/CustomCollapsible/CustomCollapsible.d.ts +5 -0
- package/dist/components/CustomCollapsible/CustomCollapsible.d.ts.map +1 -0
- package/dist/components/CustomCollapsible/CustomCollapsible.styles.d.ts +654 -0
- package/dist/components/CustomCollapsible/CustomCollapsible.styles.d.ts.map +1 -0
- package/dist/components/CustomCollapsible/CustomCollapsible.types.d.ts +10 -0
- package/dist/components/CustomCollapsible/CustomCollapsible.types.d.ts.map +1 -0
- package/dist/components/HeaderButtons/HeaderButtons.styles.d.ts +179 -0
- package/dist/components/HeaderButtons/HeaderButtons.styles.d.ts.map +1 -1
- package/dist/components/HeaderButtons/HeaderButtons.types.d.ts +0 -2
- package/dist/components/HeaderButtons/HeaderButtons.types.d.ts.map +1 -1
- package/dist/components/HeaderButtons/HomeButtons.d.ts.map +1 -1
- package/dist/components/HeaderButtons/RefreshButton.d.ts +6 -0
- package/dist/components/HeaderButtons/RefreshButton.d.ts.map +1 -0
- package/dist/components/Layout/Layout.d.ts +2 -3
- package/dist/components/Layout/Layout.d.ts.map +1 -1
- package/dist/components/Layout/Layout.helpers.d.ts +2 -0
- package/dist/components/Layout/Layout.helpers.d.ts.map +1 -0
- package/dist/components/Layout/Layout.styles.d.ts +14 -4
- package/dist/components/Layout/Layout.styles.d.ts.map +1 -1
- package/dist/components/Layout/Layout.types.d.ts +6 -3
- package/dist/components/Layout/Layout.types.d.ts.map +1 -1
- package/dist/components/Layout/PageContainer.d.ts +166 -0
- package/dist/components/Layout/PageContainer.d.ts.map +1 -0
- package/dist/components/Layout/ScrollableArea.d.ts +164 -0
- package/dist/components/Layout/ScrollableArea.d.ts.map +1 -0
- package/dist/components/Layout/index.d.ts +2 -0
- package/dist/components/Layout/index.d.ts.map +1 -1
- package/dist/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.styles.d.ts +4 -0
- package/dist/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.styles.d.ts.map +1 -1
- package/dist/components/LoadingSwapDetails/LoadingSwapDetails.styles.d.ts +56 -0
- package/dist/components/LoadingSwapDetails/LoadingSwapDetails.styles.d.ts.map +1 -1
- package/dist/components/NoResult/NoResult.styles.d.ts +12 -0
- package/dist/components/NoResult/NoResult.styles.d.ts.map +1 -1
- package/dist/components/NotificationContent/NotificationContent.d.ts.map +1 -1
- package/dist/components/NotificationContent/NotificationContent.styles.d.ts +16 -0
- package/dist/components/NotificationContent/NotificationContent.styles.d.ts.map +1 -1
- package/dist/components/Quote/Quote.d.ts.map +1 -1
- package/dist/components/Quote/Quote.styles.d.ts +386 -2
- package/dist/components/Quote/Quote.styles.d.ts.map +1 -1
- package/dist/components/Quote/Quote.types.d.ts +19 -0
- package/dist/components/Quote/Quote.types.d.ts.map +1 -1
- package/dist/components/Quote/QuoteCostDetails.d.ts +4 -0
- package/dist/components/Quote/QuoteCostDetails.d.ts.map +1 -0
- package/dist/components/Quote/QuoteCostDetails.styles.d.ts +806 -0
- package/dist/components/Quote/QuoteCostDetails.styles.d.ts.map +1 -0
- package/dist/components/Quote/QuoteSummary.d.ts.map +1 -1
- package/dist/components/Quote/QuoteSummary.styles.d.ts +8 -0
- package/dist/components/Quote/QuoteSummary.styles.d.ts.map +1 -1
- package/dist/components/Quote/QuoteTrigger .d.ts +4 -0
- package/dist/components/Quote/QuoteTrigger .d.ts.map +1 -0
- package/dist/components/QuoteSkeleton/QuoteSkeleton.styles.d.ts +16 -0
- package/dist/components/QuoteSkeleton/QuoteSkeleton.styles.d.ts.map +1 -1
- package/dist/components/QuoteSkeleton/QuoteSummarySkeleton.styles.d.ts +40 -0
- package/dist/components/QuoteSkeleton/QuoteSummarySkeleton.styles.d.ts.map +1 -1
- package/dist/components/QuoteSkeleton/StepSkeleton.styles.d.ts +20 -0
- package/dist/components/QuoteSkeleton/StepSkeleton.styles.d.ts.map +1 -1
- package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.styles.d.ts +16 -0
- package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.styles.d.ts.map +1 -1
- package/dist/components/SearchInput/SearchInput.styles.d.ts +4 -0
- package/dist/components/SearchInput/SearchInput.styles.d.ts.map +1 -1
- package/dist/components/SettingsContainer/SettingsContainer.style.d.ts +11 -156
- package/dist/components/SettingsContainer/SettingsContainer.style.d.ts.map +1 -1
- package/dist/components/SettingsContainer/index.d.ts +1 -1
- package/dist/components/SettingsContainer/index.d.ts.map +1 -1
- package/dist/components/Slippage/Slippage.styles.d.ts +20 -0
- package/dist/components/Slippage/Slippage.styles.d.ts.map +1 -1
- package/dist/components/SwapDetails/SwapDetails.Placeholder.d.ts.map +1 -1
- package/dist/components/SwapDetails/SwapDetails.d.ts.map +1 -1
- package/dist/components/SwapDetails/SwapDetails.helpers.d.ts +1 -1
- package/dist/components/SwapDetails/SwapDetails.helpers.d.ts.map +1 -1
- package/dist/components/SwapDetails/SwapDetails.styles.d.ts +523 -1
- package/dist/components/SwapDetails/SwapDetails.styles.d.ts.map +1 -1
- package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.d.ts.map +1 -1
- package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.styles.d.ts +4 -0
- package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.styles.d.ts.map +1 -1
- package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.types.d.ts +2 -1
- package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.types.d.ts.map +1 -1
- package/dist/components/SwapDetailsModal/SwapDetailsModal.styles.d.ts +4 -0
- package/dist/components/SwapDetailsModal/SwapDetailsModal.styles.d.ts.map +1 -1
- package/dist/components/SwapsGroup/SwapsGroup.d.ts.map +1 -1
- package/dist/components/SwapsGroup/SwapsGroup.styles.d.ts +20 -0
- package/dist/components/SwapsGroup/SwapsGroup.styles.d.ts.map +1 -1
- package/dist/components/TokenList/TokenList.styles.d.ts +68 -0
- package/dist/components/TokenList/TokenList.styles.d.ts.map +1 -1
- package/dist/components/WalletModal/WalletModalContent.styles.d.ts +16 -0
- package/dist/components/WalletModal/WalletModalContent.styles.d.ts.map +1 -1
- package/dist/components/WidgetEvents.d.ts.map +1 -1
- package/dist/constants/index.d.ts +1 -0
- package/dist/constants/index.d.ts.map +1 -1
- package/dist/constants/quote.d.ts +12 -0
- package/dist/constants/quote.d.ts.map +1 -0
- package/dist/containers/App/App.d.ts.map +1 -1
- package/dist/containers/App/App.styles.d.ts +4 -0
- package/dist/containers/App/App.styles.d.ts.map +1 -1
- package/dist/containers/QuoteInfo/QuoteInfo.d.ts +1 -1
- package/dist/containers/QuoteInfo/QuoteInfo.d.ts.map +1 -1
- package/dist/containers/QuoteInfo/QuoteInfo.styles.d.ts +10 -314
- package/dist/containers/QuoteInfo/QuoteInfo.styles.d.ts.map +1 -1
- package/dist/containers/QuoteInfo/QuoteInfo.types.d.ts +0 -7
- package/dist/containers/QuoteInfo/QuoteInfo.types.d.ts.map +1 -1
- package/dist/containers/Wallets/Wallets.d.ts.map +1 -1
- package/dist/containers/WidgetInfo/WidgetInfo.d.ts.map +1 -1
- package/dist/containers/WidgetInfo/WidgetInfo.types.d.ts +5 -0
- package/dist/containers/WidgetInfo/WidgetInfo.types.d.ts.map +1 -1
- package/dist/containers/WidgetProvider/WidgetProvider.d.ts.map +1 -1
- package/dist/hooks/useLanguage.d.ts +2 -1
- package/dist/hooks/useLanguage.d.ts.map +1 -1
- package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.helpers.d.ts +2 -2
- package/dist/hooks/useSwapInput.d.ts.map +1 -1
- package/dist/hooks/useSyncStoresWithConfig.d.ts.map +1 -1
- package/dist/index.d.ts +6 -6
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +4 -4
- package/dist/pages/ConfirmSwapPage.d.ts.map +1 -1
- package/dist/pages/HistoryPage.d.ts.map +1 -1
- package/dist/pages/Home.d.ts.map +1 -1
- package/dist/pages/LanguagePage.d.ts.map +1 -1
- package/dist/pages/LiquiditySourcePage.d.ts.map +1 -1
- package/dist/pages/SelectSwapItemsPage.d.ts.map +1 -1
- package/dist/pages/SettingsPage.d.ts.map +1 -1
- package/dist/pages/ThemePage.d.ts.map +1 -1
- package/dist/pages/WalletsPage.d.ts.map +1 -1
- package/dist/store/AppStore.d.ts +2 -2
- package/dist/store/app.d.ts +2 -2
- package/dist/store/slices/data.d.ts.map +1 -1
- package/dist/store/slices/settings.d.ts +2 -2
- package/dist/store/slices/settings.d.ts.map +1 -1
- package/dist/types/config.d.ts +16 -3
- package/dist/types/config.d.ts.map +1 -1
- package/dist/types/notification.d.ts +1 -2
- package/dist/types/notification.d.ts.map +1 -1
- package/dist/utils/configs.d.ts +8 -0
- package/dist/utils/configs.d.ts.map +1 -1
- package/dist/utils/date.d.ts.map +1 -1
- package/dist/utils/quote.d.ts +5 -1
- package/dist/utils/quote.d.ts.map +1 -1
- package/dist/utils/settings.d.ts +1 -1
- package/dist/utils/swap.d.ts +5 -1
- package/dist/utils/swap.d.ts.map +1 -1
- package/dist/utils/ui.d.ts +2 -0
- package/dist/utils/ui.d.ts.map +1 -1
- package/package.json +6 -6
- package/src/components/BlockchainList/BlockchainList.styles.ts +4 -3
- package/src/components/BlockchainList/BlockchainList.tsx +1 -1
- package/src/components/ConfirmWalletsModal/ConfirmWallets.styles.ts +27 -96
- package/src/components/ConfirmWalletsModal/ConfirmWalletsModal.tsx +25 -40
- package/src/components/CustomCollapsible/CustomCollapsible.styles.ts +75 -0
- package/src/components/CustomCollapsible/CustomCollapsible.tsx +55 -0
- package/src/components/CustomCollapsible/CustomCollapsible.types.ts +10 -0
- package/src/components/HeaderButtons/HeaderButtons.styles.ts +16 -1
- package/src/components/HeaderButtons/HeaderButtons.types.ts +0 -2
- package/src/components/HeaderButtons/HomeButtons.tsx +19 -33
- package/src/components/HeaderButtons/RefreshButton.tsx +81 -0
- package/src/components/Layout/Layout.helpers.ts +16 -0
- package/src/components/Layout/Layout.styles.ts +17 -31
- package/src/components/Layout/Layout.tsx +23 -21
- package/src/components/Layout/Layout.types.ts +9 -8
- package/src/components/Layout/PageContainer.tsx +24 -0
- package/src/components/Layout/ScrollableArea.tsx +11 -0
- package/src/components/Layout/index.ts +2 -0
- package/src/components/NotificationContent/NotificationContent.tsx +10 -1
- package/src/components/Quote/Quote.styles.ts +44 -5
- package/src/components/Quote/Quote.tsx +10 -77
- package/src/components/Quote/Quote.types.ts +22 -0
- package/src/components/Quote/QuoteCostDetails.styles.ts +50 -0
- package/src/components/Quote/QuoteCostDetails.tsx +218 -0
- package/src/components/Quote/QuoteSummary.tsx +3 -2
- package/src/components/Quote/QuoteTrigger .tsx +215 -0
- package/src/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.styles.ts +0 -1
- package/src/components/SettingsContainer/SettingsContainer.style.ts +0 -5
- package/src/components/SettingsContainer/index.ts +0 -1
- package/src/components/Slippage/Slippage.tsx +5 -5
- package/src/components/Slippage/SlippageTooltipContent.tsx +1 -1
- package/src/components/SwapDetails/SwapDetails.Placeholder.tsx +12 -13
- package/src/components/SwapDetails/SwapDetails.helpers.tsx +43 -3
- package/src/components/SwapDetails/SwapDetails.styles.ts +18 -6
- package/src/components/SwapDetails/SwapDetails.tsx +13 -5
- package/src/components/SwapDetailsAlerts/SwapDetailsAlerts.tsx +13 -7
- package/src/components/SwapDetailsAlerts/SwapDetailsAlerts.types.ts +2 -0
- package/src/components/SwapsGroup/SwapsGroup.tsx +18 -7
- package/src/components/TokenList/TokenList.styles.ts +2 -0
- package/src/components/TokenList/TokenList.tsx +1 -1
- package/src/components/WidgetEvents.tsx +2 -14
- package/src/constants/index.ts +1 -0
- package/src/constants/quote.ts +23 -0
- package/src/containers/App/App.styles.ts +2 -0
- package/src/containers/App/App.tsx +1 -4
- package/src/containers/QuoteInfo/QuoteInfo.styles.ts +0 -15
- package/src/containers/QuoteInfo/QuoteInfo.tsx +30 -77
- package/src/containers/QuoteInfo/QuoteInfo.types.ts +0 -7
- package/src/containers/Wallets/Wallets.tsx +11 -2
- package/src/containers/WidgetInfo/WidgetInfo.tsx +8 -0
- package/src/containers/WidgetInfo/WidgetInfo.types.ts +5 -0
- package/src/containers/WidgetProvider/WidgetProvider.tsx +2 -1
- package/src/hooks/useLanguage.ts +6 -4
- package/src/hooks/useSwapInput.ts +6 -2
- package/src/hooks/useSyncStoresWithConfig.ts +17 -34
- package/src/index.ts +4 -2
- package/src/pages/ConfirmSwapPage.tsx +59 -50
- package/src/pages/HistoryPage.tsx +4 -11
- package/src/pages/Home.tsx +40 -38
- package/src/pages/LanguagePage.tsx +3 -4
- package/src/pages/LiquiditySourcePage.tsx +8 -6
- package/src/pages/SelectBlockchainPage.tsx +41 -41
- package/src/pages/SelectSwapItemsPage.tsx +45 -39
- package/src/pages/SettingsPage.tsx +3 -4
- package/src/pages/ThemePage.tsx +3 -4
- package/src/pages/WalletsPage.tsx +12 -13
- package/src/store/slices/data.ts +5 -7
- package/src/store/slices/settings.ts +3 -3
- package/src/types/config.ts +16 -3
- package/src/types/notification.ts +0 -7
- package/src/utils/configs.ts +41 -0
- package/src/utils/date.ts +5 -4
- package/src/utils/quote.ts +18 -1
- package/src/utils/swap.ts +35 -0
- package/src/utils/ui.ts +20 -0
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import { Typography } from '@rango-dev/ui';
|
|
2
2
|
export declare const tokenNameStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
|
|
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 tokenNameStyles: 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;
|
|
@@ -157,10 +161,12 @@ export declare const tokenNameStyles: import("@stitches/react/types/styled-compo
|
|
|
157
161
|
transitions: {};
|
|
158
162
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
159
163
|
export declare const descriptionStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
|
|
164
|
+
xs: string;
|
|
160
165
|
sm: string;
|
|
161
166
|
md: string;
|
|
162
167
|
lg: string;
|
|
163
168
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
169
|
+
xs: string;
|
|
164
170
|
sm: string;
|
|
165
171
|
md: string;
|
|
166
172
|
lg: string;
|
|
@@ -293,12 +299,14 @@ export declare const descriptionStyles: import("@stitches/react/types/styled-com
|
|
|
293
299
|
4: string;
|
|
294
300
|
6: string;
|
|
295
301
|
8: string;
|
|
302
|
+
10: string;
|
|
296
303
|
12: string;
|
|
297
304
|
16: string;
|
|
298
305
|
18: string;
|
|
299
306
|
20: string;
|
|
300
307
|
24: string;
|
|
301
308
|
28: string;
|
|
309
|
+
30: string;
|
|
302
310
|
32: string;
|
|
303
311
|
36: string;
|
|
304
312
|
40: string;
|
|
@@ -314,10 +322,12 @@ export declare const descriptionStyles: import("@stitches/react/types/styled-com
|
|
|
314
322
|
transitions: {};
|
|
315
323
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
316
324
|
export declare const tokenTitleStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
|
|
325
|
+
xs: string;
|
|
317
326
|
sm: string;
|
|
318
327
|
md: string;
|
|
319
328
|
lg: string;
|
|
320
329
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
330
|
+
xs: string;
|
|
321
331
|
sm: string;
|
|
322
332
|
md: string;
|
|
323
333
|
lg: string;
|
|
@@ -450,12 +460,14 @@ export declare const tokenTitleStyles: import("@stitches/react/types/styled-comp
|
|
|
450
460
|
4: string;
|
|
451
461
|
6: string;
|
|
452
462
|
8: string;
|
|
463
|
+
10: string;
|
|
453
464
|
12: string;
|
|
454
465
|
16: string;
|
|
455
466
|
18: string;
|
|
456
467
|
20: string;
|
|
457
468
|
24: string;
|
|
458
469
|
28: string;
|
|
470
|
+
30: string;
|
|
459
471
|
32: string;
|
|
460
472
|
36: string;
|
|
461
473
|
40: string;
|
|
@@ -471,10 +483,12 @@ export declare const tokenTitleStyles: import("@stitches/react/types/styled-comp
|
|
|
471
483
|
transitions: {};
|
|
472
484
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
473
485
|
export declare const tokenAddressStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
|
|
486
|
+
xs: string;
|
|
474
487
|
sm: string;
|
|
475
488
|
md: string;
|
|
476
489
|
lg: string;
|
|
477
490
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
491
|
+
xs: string;
|
|
478
492
|
sm: string;
|
|
479
493
|
md: string;
|
|
480
494
|
lg: string;
|
|
@@ -607,12 +621,14 @@ export declare const tokenAddressStyles: import("@stitches/react/types/styled-co
|
|
|
607
621
|
4: string;
|
|
608
622
|
6: string;
|
|
609
623
|
8: string;
|
|
624
|
+
10: string;
|
|
610
625
|
12: string;
|
|
611
626
|
16: string;
|
|
612
627
|
18: string;
|
|
613
628
|
20: string;
|
|
614
629
|
24: string;
|
|
615
630
|
28: string;
|
|
631
|
+
30: string;
|
|
616
632
|
32: string;
|
|
617
633
|
36: string;
|
|
618
634
|
40: string;
|
|
@@ -628,10 +644,12 @@ export declare const tokenAddressStyles: import("@stitches/react/types/styled-co
|
|
|
628
644
|
transitions: {};
|
|
629
645
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
630
646
|
export declare const tokenWithoutNameStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
|
|
647
|
+
xs: string;
|
|
631
648
|
sm: string;
|
|
632
649
|
md: string;
|
|
633
650
|
lg: string;
|
|
634
651
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
652
|
+
xs: string;
|
|
635
653
|
sm: string;
|
|
636
654
|
md: string;
|
|
637
655
|
lg: string;
|
|
@@ -764,12 +782,14 @@ export declare const tokenWithoutNameStyles: import("@stitches/react/types/style
|
|
|
764
782
|
4: string;
|
|
765
783
|
6: string;
|
|
766
784
|
8: string;
|
|
785
|
+
10: string;
|
|
767
786
|
12: string;
|
|
768
787
|
16: string;
|
|
769
788
|
18: string;
|
|
770
789
|
20: string;
|
|
771
790
|
24: string;
|
|
772
791
|
28: string;
|
|
792
|
+
30: string;
|
|
773
793
|
32: string;
|
|
774
794
|
36: string;
|
|
775
795
|
40: string;
|
|
@@ -785,10 +805,12 @@ export declare const tokenWithoutNameStyles: import("@stitches/react/types/style
|
|
|
785
805
|
transitions: {};
|
|
786
806
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
787
807
|
export declare const usdValueStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
|
|
808
|
+
xs: string;
|
|
788
809
|
sm: string;
|
|
789
810
|
md: string;
|
|
790
811
|
lg: string;
|
|
791
812
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
813
|
+
xs: string;
|
|
792
814
|
sm: string;
|
|
793
815
|
md: string;
|
|
794
816
|
lg: string;
|
|
@@ -921,12 +943,14 @@ export declare const usdValueStyles: import("@stitches/react/types/styled-compon
|
|
|
921
943
|
4: string;
|
|
922
944
|
6: string;
|
|
923
945
|
8: string;
|
|
946
|
+
10: string;
|
|
924
947
|
12: string;
|
|
925
948
|
16: string;
|
|
926
949
|
18: string;
|
|
927
950
|
20: string;
|
|
928
951
|
24: string;
|
|
929
952
|
28: string;
|
|
953
|
+
30: string;
|
|
930
954
|
32: string;
|
|
931
955
|
36: string;
|
|
932
956
|
40: string;
|
|
@@ -942,10 +966,12 @@ export declare const usdValueStyles: import("@stitches/react/types/styled-compon
|
|
|
942
966
|
transitions: {};
|
|
943
967
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
944
968
|
export declare const Container: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
969
|
+
xs: string;
|
|
945
970
|
sm: string;
|
|
946
971
|
md: string;
|
|
947
972
|
lg: string;
|
|
948
973
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
974
|
+
xs: string;
|
|
949
975
|
sm: string;
|
|
950
976
|
md: string;
|
|
951
977
|
lg: string;
|
|
@@ -1078,12 +1104,14 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
1078
1104
|
4: string;
|
|
1079
1105
|
6: string;
|
|
1080
1106
|
8: string;
|
|
1107
|
+
10: string;
|
|
1081
1108
|
12: string;
|
|
1082
1109
|
16: string;
|
|
1083
1110
|
18: string;
|
|
1084
1111
|
20: string;
|
|
1085
1112
|
24: string;
|
|
1086
1113
|
28: string;
|
|
1114
|
+
30: string;
|
|
1087
1115
|
32: string;
|
|
1088
1116
|
36: string;
|
|
1089
1117
|
40: string;
|
|
@@ -1099,10 +1127,12 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
1099
1127
|
transitions: {};
|
|
1100
1128
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
1101
1129
|
export declare const Title: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
1130
|
+
xs: string;
|
|
1102
1131
|
sm: string;
|
|
1103
1132
|
md: string;
|
|
1104
1133
|
lg: string;
|
|
1105
1134
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
1135
|
+
xs: string;
|
|
1106
1136
|
sm: string;
|
|
1107
1137
|
md: string;
|
|
1108
1138
|
lg: string;
|
|
@@ -1235,12 +1265,14 @@ export declare const Title: import("@stitches/react/types/styled-component").Sty
|
|
|
1235
1265
|
4: string;
|
|
1236
1266
|
6: string;
|
|
1237
1267
|
8: string;
|
|
1268
|
+
10: string;
|
|
1238
1269
|
12: string;
|
|
1239
1270
|
16: string;
|
|
1240
1271
|
18: string;
|
|
1241
1272
|
20: string;
|
|
1242
1273
|
24: string;
|
|
1243
1274
|
28: string;
|
|
1275
|
+
30: string;
|
|
1244
1276
|
32: string;
|
|
1245
1277
|
36: string;
|
|
1246
1278
|
40: string;
|
|
@@ -1256,10 +1288,12 @@ export declare const Title: import("@stitches/react/types/styled-component").Sty
|
|
|
1256
1288
|
transitions: {};
|
|
1257
1289
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
1258
1290
|
export declare const List: import("@stitches/react/types/styled-component").StyledComponent<"ul", {}, {
|
|
1291
|
+
xs: string;
|
|
1259
1292
|
sm: string;
|
|
1260
1293
|
md: string;
|
|
1261
1294
|
lg: string;
|
|
1262
1295
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
1296
|
+
xs: string;
|
|
1263
1297
|
sm: string;
|
|
1264
1298
|
md: string;
|
|
1265
1299
|
lg: string;
|
|
@@ -1392,12 +1426,14 @@ export declare const List: import("@stitches/react/types/styled-component").Styl
|
|
|
1392
1426
|
4: string;
|
|
1393
1427
|
6: string;
|
|
1394
1428
|
8: string;
|
|
1429
|
+
10: string;
|
|
1395
1430
|
12: string;
|
|
1396
1431
|
16: string;
|
|
1397
1432
|
18: string;
|
|
1398
1433
|
20: string;
|
|
1399
1434
|
24: string;
|
|
1400
1435
|
28: string;
|
|
1436
|
+
30: string;
|
|
1401
1437
|
32: string;
|
|
1402
1438
|
36: string;
|
|
1403
1439
|
40: string;
|
|
@@ -1413,10 +1449,12 @@ export declare const List: import("@stitches/react/types/styled-component").Styl
|
|
|
1413
1449
|
transitions: {};
|
|
1414
1450
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
1415
1451
|
export declare const Tag: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
1452
|
+
xs: string;
|
|
1416
1453
|
sm: string;
|
|
1417
1454
|
md: string;
|
|
1418
1455
|
lg: string;
|
|
1419
1456
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
1457
|
+
xs: string;
|
|
1420
1458
|
sm: string;
|
|
1421
1459
|
md: string;
|
|
1422
1460
|
lg: string;
|
|
@@ -1549,12 +1587,14 @@ export declare const Tag: import("@stitches/react/types/styled-component").Style
|
|
|
1549
1587
|
4: string;
|
|
1550
1588
|
6: string;
|
|
1551
1589
|
8: string;
|
|
1590
|
+
10: string;
|
|
1552
1591
|
12: string;
|
|
1553
1592
|
16: string;
|
|
1554
1593
|
18: string;
|
|
1555
1594
|
20: string;
|
|
1556
1595
|
24: string;
|
|
1557
1596
|
28: string;
|
|
1597
|
+
30: string;
|
|
1558
1598
|
32: string;
|
|
1559
1599
|
36: string;
|
|
1560
1600
|
40: string;
|
|
@@ -1570,10 +1610,12 @@ export declare const Tag: import("@stitches/react/types/styled-component").Style
|
|
|
1570
1610
|
transitions: {};
|
|
1571
1611
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
1572
1612
|
export declare const TagTitle: import("@stitches/react/types/styled-component").StyledComponent<typeof Typography, {}, {
|
|
1613
|
+
xs: string;
|
|
1573
1614
|
sm: string;
|
|
1574
1615
|
md: string;
|
|
1575
1616
|
lg: string;
|
|
1576
1617
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
1618
|
+
xs: string;
|
|
1577
1619
|
sm: string;
|
|
1578
1620
|
md: string;
|
|
1579
1621
|
lg: string;
|
|
@@ -1706,12 +1748,14 @@ export declare const TagTitle: import("@stitches/react/types/styled-component").
|
|
|
1706
1748
|
4: string;
|
|
1707
1749
|
6: string;
|
|
1708
1750
|
8: string;
|
|
1751
|
+
10: string;
|
|
1709
1752
|
12: string;
|
|
1710
1753
|
16: string;
|
|
1711
1754
|
18: string;
|
|
1712
1755
|
20: string;
|
|
1713
1756
|
24: string;
|
|
1714
1757
|
28: string;
|
|
1758
|
+
30: string;
|
|
1715
1759
|
32: string;
|
|
1716
1760
|
36: string;
|
|
1717
1761
|
40: string;
|
|
@@ -1727,10 +1771,12 @@ export declare const TagTitle: import("@stitches/react/types/styled-component").
|
|
|
1727
1771
|
transitions: {};
|
|
1728
1772
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
1729
1773
|
export declare const BalanceContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
1774
|
+
xs: string;
|
|
1730
1775
|
sm: string;
|
|
1731
1776
|
md: string;
|
|
1732
1777
|
lg: string;
|
|
1733
1778
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
1779
|
+
xs: string;
|
|
1734
1780
|
sm: string;
|
|
1735
1781
|
md: string;
|
|
1736
1782
|
lg: string;
|
|
@@ -1863,12 +1909,14 @@ export declare const BalanceContainer: import("@stitches/react/types/styled-comp
|
|
|
1863
1909
|
4: string;
|
|
1864
1910
|
6: string;
|
|
1865
1911
|
8: string;
|
|
1912
|
+
10: string;
|
|
1866
1913
|
12: string;
|
|
1867
1914
|
16: string;
|
|
1868
1915
|
18: string;
|
|
1869
1916
|
20: string;
|
|
1870
1917
|
24: string;
|
|
1871
1918
|
28: string;
|
|
1919
|
+
30: string;
|
|
1872
1920
|
32: string;
|
|
1873
1921
|
36: string;
|
|
1874
1922
|
40: string;
|
|
@@ -1884,10 +1932,12 @@ export declare const BalanceContainer: import("@stitches/react/types/styled-comp
|
|
|
1884
1932
|
transitions: {};
|
|
1885
1933
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
1886
1934
|
export declare const End: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
1935
|
+
xs: string;
|
|
1887
1936
|
sm: string;
|
|
1888
1937
|
md: string;
|
|
1889
1938
|
lg: string;
|
|
1890
1939
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
1940
|
+
xs: string;
|
|
1891
1941
|
sm: string;
|
|
1892
1942
|
md: string;
|
|
1893
1943
|
lg: string;
|
|
@@ -2020,12 +2070,14 @@ export declare const End: import("@stitches/react/types/styled-component").Style
|
|
|
2020
2070
|
4: string;
|
|
2021
2071
|
6: string;
|
|
2022
2072
|
8: string;
|
|
2073
|
+
10: string;
|
|
2023
2074
|
12: string;
|
|
2024
2075
|
16: string;
|
|
2025
2076
|
18: string;
|
|
2026
2077
|
20: string;
|
|
2027
2078
|
24: string;
|
|
2028
2079
|
28: string;
|
|
2080
|
+
30: string;
|
|
2029
2081
|
32: string;
|
|
2030
2082
|
36: string;
|
|
2031
2083
|
40: string;
|
|
@@ -2041,10 +2093,12 @@ export declare const End: import("@stitches/react/types/styled-component").Style
|
|
|
2041
2093
|
transitions: {};
|
|
2042
2094
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
2043
2095
|
export declare const Description: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
2096
|
+
xs: string;
|
|
2044
2097
|
sm: string;
|
|
2045
2098
|
md: string;
|
|
2046
2099
|
lg: string;
|
|
2047
2100
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
2101
|
+
xs: string;
|
|
2048
2102
|
sm: string;
|
|
2049
2103
|
md: string;
|
|
2050
2104
|
lg: string;
|
|
@@ -2177,12 +2231,14 @@ export declare const Description: import("@stitches/react/types/styled-component
|
|
|
2177
2231
|
4: string;
|
|
2178
2232
|
6: string;
|
|
2179
2233
|
8: string;
|
|
2234
|
+
10: string;
|
|
2180
2235
|
12: string;
|
|
2181
2236
|
16: string;
|
|
2182
2237
|
18: string;
|
|
2183
2238
|
20: string;
|
|
2184
2239
|
24: string;
|
|
2185
2240
|
28: string;
|
|
2241
|
+
30: string;
|
|
2186
2242
|
32: string;
|
|
2187
2243
|
36: string;
|
|
2188
2244
|
40: string;
|
|
@@ -2198,10 +2254,12 @@ export declare const Description: import("@stitches/react/types/styled-component
|
|
|
2198
2254
|
transitions: {};
|
|
2199
2255
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
2200
2256
|
export declare const ImageSection: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
2257
|
+
xs: string;
|
|
2201
2258
|
sm: string;
|
|
2202
2259
|
md: string;
|
|
2203
2260
|
lg: string;
|
|
2204
2261
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
2262
|
+
xs: string;
|
|
2205
2263
|
sm: string;
|
|
2206
2264
|
md: string;
|
|
2207
2265
|
lg: string;
|
|
@@ -2334,12 +2392,14 @@ export declare const ImageSection: import("@stitches/react/types/styled-componen
|
|
|
2334
2392
|
4: string;
|
|
2335
2393
|
6: string;
|
|
2336
2394
|
8: string;
|
|
2395
|
+
10: string;
|
|
2337
2396
|
12: string;
|
|
2338
2397
|
16: string;
|
|
2339
2398
|
18: string;
|
|
2340
2399
|
20: string;
|
|
2341
2400
|
24: string;
|
|
2342
2401
|
28: string;
|
|
2402
|
+
30: string;
|
|
2343
2403
|
32: string;
|
|
2344
2404
|
36: string;
|
|
2345
2405
|
40: string;
|
|
@@ -2355,10 +2415,12 @@ export declare const ImageSection: import("@stitches/react/types/styled-componen
|
|
|
2355
2415
|
transitions: {};
|
|
2356
2416
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
2357
2417
|
export declare const Pin: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
2418
|
+
xs: string;
|
|
2358
2419
|
sm: string;
|
|
2359
2420
|
md: string;
|
|
2360
2421
|
lg: string;
|
|
2361
2422
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
2423
|
+
xs: string;
|
|
2362
2424
|
sm: string;
|
|
2363
2425
|
md: string;
|
|
2364
2426
|
lg: string;
|
|
@@ -2491,12 +2553,14 @@ export declare const Pin: import("@stitches/react/types/styled-component").Style
|
|
|
2491
2553
|
4: string;
|
|
2492
2554
|
6: string;
|
|
2493
2555
|
8: string;
|
|
2556
|
+
10: string;
|
|
2494
2557
|
12: string;
|
|
2495
2558
|
16: string;
|
|
2496
2559
|
18: string;
|
|
2497
2560
|
20: string;
|
|
2498
2561
|
24: string;
|
|
2499
2562
|
28: string;
|
|
2563
|
+
30: string;
|
|
2500
2564
|
32: string;
|
|
2501
2565
|
36: string;
|
|
2502
2566
|
40: string;
|
|
@@ -2512,10 +2576,12 @@ export declare const Pin: import("@stitches/react/types/styled-component").Style
|
|
|
2512
2576
|
transitions: {};
|
|
2513
2577
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
2514
2578
|
export declare const TokenBalance: import("@stitches/react/types/styled-component").StyledComponent<typeof Typography, {}, {
|
|
2579
|
+
xs: string;
|
|
2515
2580
|
sm: string;
|
|
2516
2581
|
md: string;
|
|
2517
2582
|
lg: string;
|
|
2518
2583
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
2584
|
+
xs: string;
|
|
2519
2585
|
sm: string;
|
|
2520
2586
|
md: string;
|
|
2521
2587
|
lg: string;
|
|
@@ -2648,12 +2714,14 @@ export declare const TokenBalance: import("@stitches/react/types/styled-componen
|
|
|
2648
2714
|
4: string;
|
|
2649
2715
|
6: string;
|
|
2650
2716
|
8: string;
|
|
2717
|
+
10: string;
|
|
2651
2718
|
12: string;
|
|
2652
2719
|
16: string;
|
|
2653
2720
|
18: string;
|
|
2654
2721
|
20: string;
|
|
2655
2722
|
24: string;
|
|
2656
2723
|
28: string;
|
|
2724
|
+
30: string;
|
|
2657
2725
|
32: string;
|
|
2658
2726
|
36: string;
|
|
2659
2727
|
40: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TokenList.styles.d.ts","sourceRoot":"","sources":["../../../src/components/TokenList/TokenList.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAKL,UAAU,EACX,MAAM,eAAe,CAAC;AAEvB,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"TokenList.styles.d.ts","sourceRoot":"","sources":["../../../src/components/TokenList/TokenList.styles.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
export declare const IconContainer: 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 IconContainer: import("@stitches/react/types/styled-compone
|
|
|
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 IconContainer: import("@stitches/react/types/styled-compone
|
|
|
156
160
|
transitions: {};
|
|
157
161
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
158
162
|
export declare const LogoContainer: 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 LogoContainer: import("@stitches/react/types/styled-compone
|
|
|
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 LogoContainer: import("@stitches/react/types/styled-compone
|
|
|
313
321
|
transitions: {};
|
|
314
322
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
315
323
|
export declare const Spinner: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
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 Spinner: import("@stitches/react/types/styled-component").S
|
|
|
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 Spinner: import("@stitches/react/types/styled-component").S
|
|
|
470
482
|
transitions: {};
|
|
471
483
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
472
484
|
export declare const WalletImageContainer: 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 WalletImageContainer: import("@stitches/react/types/styled-
|
|
|
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;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WalletModalContent.styles.d.ts","sourceRoot":"","sources":["../../../src/components/WalletModal/WalletModalContent.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"WalletModalContent.styles.d.ts","sourceRoot":"","sources":["../../../src/components/WalletModal/WalletModalContent.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAQxB,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAExB,CAAC;AAWH,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAYlB,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAI/B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WidgetEvents.d.ts","sourceRoot":"","sources":["../../src/components/WidgetEvents.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"WidgetEvents.d.ts","sourceRoot":"","sources":["../../src/components/WidgetEvents.tsx"],"names":[],"mappings":"AAcA,wBAAgB,YAAY,SAoD3B"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export declare const RANGO_PUBLIC_API_KEY = "c6381a79-2817-4602-83bf-6a641a409e32";
|
|
2
2
|
export declare const DEFAULT_BASE_URL = "https://api.rango.exchange";
|
|
3
3
|
export declare const RANGO_SWAP_BOX_ID = "rango-swap-box";
|
|
4
|
+
export declare const SCANNER_BASE_URL = "https://scan.rango.exchange";
|
|
4
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/constants/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,oBAAoB,yCAAyC,CAAC;AAC3E,eAAO,MAAM,gBAAgB,+BAA+B,CAAC;AAC7D,eAAO,MAAM,iBAAiB,mBAAmB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/constants/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,oBAAoB,yCAAyC,CAAC;AAC3E,eAAO,MAAM,gBAAgB,+BAA+B,CAAC;AAC7D,eAAO,MAAM,iBAAiB,mBAAmB,CAAC;AAClD,eAAO,MAAM,gBAAgB,gCAAgC,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { SwapFee } from 'rango-sdk';
|
|
2
|
+
export type NameOfFees = 'Swapper Fee' | 'Affiliate Fee' | 'Outbound network fee' | 'Rango Fee' | 'Network Fee';
|
|
3
|
+
export declare const NAME_OF_FEES: Record<NameOfFees, string>;
|
|
4
|
+
export type FeesGroup = {
|
|
5
|
+
payable: {
|
|
6
|
+
[key in NameOfFees]?: SwapFee[];
|
|
7
|
+
};
|
|
8
|
+
nonePayable: {
|
|
9
|
+
[key in NameOfFees]?: SwapFee[];
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=quote.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"quote.d.ts","sourceRoot":"","sources":["../../src/constants/quote.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAIzC,MAAM,MAAM,UAAU,GAClB,aAAa,GACb,eAAe,GACf,sBAAsB,GACtB,WAAW,GACX,aAAa,CAAC;AAElB,eAAO,MAAM,YAAY,EAAE,MAAM,CAAC,UAAU,EAAE,MAAM,CAMnD,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG;IACtB,OAAO,EAAE;SAAG,GAAG,IAAI,UAAU,CAAC,CAAC,EAAE,OAAO,EAAE;KAAE,CAAC;IAC7C,WAAW,EAAE;SAAG,GAAG,IAAI,UAAU,CAAC,CAAC,EAAE,OAAO,EAAE;KAAE,CAAC;CAClD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"App.d.ts","sourceRoot":"","sources":["../../../src/containers/App/App.tsx"],"names":[],"mappings":"AAGA,OAAO,KAA0C,MAAM,OAAO,CAAC;AAc/D,wBAAgB,IAAI,
|
|
1
|
+
{"version":3,"file":"App.d.ts","sourceRoot":"","sources":["../../../src/containers/App/App.tsx"],"names":[],"mappings":"AAGA,OAAO,KAA0C,MAAM,OAAO,CAAC;AAc/D,wBAAgB,IAAI,sBA+BnB"}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
export declare const MainContainer: 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 MainContainer: import("@stitches/react/types/styled-compone
|
|
|
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;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"App.styles.d.ts","sourceRoot":"","sources":["../../../src/containers/App/App.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"App.styles.d.ts","sourceRoot":"","sources":["../../../src/containers/App/App.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAgBxB,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type { PropTypes } from './QuoteInfo.types';
|
|
2
2
|
import React from 'react';
|
|
3
|
-
export declare function QuoteInfo(props: PropTypes): React.JSX.Element;
|
|
3
|
+
export declare function QuoteInfo(props: PropTypes): React.JSX.Element | null;
|
|
4
4
|
//# sourceMappingURL=QuoteInfo.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QuoteInfo.d.ts","sourceRoot":"","sources":["../../../src/containers/QuoteInfo/QuoteInfo.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"QuoteInfo.d.ts","sourceRoot":"","sources":["../../../src/containers/QuoteInfo/QuoteInfo.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAEnD,OAAO,KAAK,MAAM,OAAO,CAAC;AAS1B,wBAAgB,SAAS,CAAC,KAAK,EAAE,SAAS,4BAwCzC"}
|