@rango-dev/widget-embedded 0.12.1-next.9 → 0.13.0
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/CHANGELOG.md +55 -0
- package/dist/Widget.d.ts.map +1 -1
- package/dist/components/AppRouter.d.ts +5 -2
- package/dist/components/AppRouter.d.ts.map +1 -1
- package/dist/components/AppRoutes.d.ts.map +1 -1
- package/dist/components/BlockchainList/BlockchainList.d.ts.map +1 -1
- package/dist/components/BlockchainList/BlockchainList.helpers.d.ts.map +1 -1
- package/dist/components/BlockchainList/BlockchainList.styles.d.ts +14 -4
- package/dist/components/BlockchainList/BlockchainList.styles.d.ts.map +1 -1
- package/dist/components/BlockchainsSection/BlockchainsSection.d.ts.map +1 -1
- package/dist/components/BlockchainsSection/BlockchainsSection.styles.d.ts +6 -1
- package/dist/components/BlockchainsSection/BlockchainsSection.styles.d.ts.map +1 -1
- package/dist/components/ConfirmWalletsModal/ConfirmWallets.helpers.d.ts +1 -1
- package/dist/components/ConfirmWalletsModal/ConfirmWallets.helpers.d.ts.map +1 -1
- package/dist/components/ConfirmWalletsModal/ConfirmWallets.styles.d.ts +94 -17
- 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.d.ts.map +1 -1
- package/dist/components/ConfirmWalletsModal/WalletList.styles.d.ts +18 -3
- package/dist/components/ConfirmWalletsModal/WalletList.styles.d.ts.map +1 -1
- package/dist/components/HeaderButtons/HeaderButtons.styles.d.ts +25 -284
- package/dist/components/HeaderButtons/HeaderButtons.styles.d.ts.map +1 -1
- package/dist/components/HeaderButtons/HeaderButtons.types.d.ts +1 -0
- 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/UnreadNotificationsBadge.d.ts.map +1 -1
- package/dist/components/HeaderButtons/WalletButton.d.ts.map +1 -1
- package/dist/components/Layout/Layout.d.ts.map +1 -1
- package/dist/components/Layout/Layout.styles.d.ts +18 -3
- package/dist/components/Layout/Layout.styles.d.ts.map +1 -1
- package/dist/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.styles.d.ts +6 -1
- package/dist/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.styles.d.ts.map +1 -1
- package/dist/components/LoadingSwapDetails/LoadingSwapDetailStep.d.ts +4 -0
- package/dist/components/LoadingSwapDetails/LoadingSwapDetailStep.d.ts.map +1 -0
- package/dist/components/LoadingSwapDetails/LoadingSwapDetails.d.ts +3 -0
- package/dist/components/LoadingSwapDetails/LoadingSwapDetails.d.ts.map +1 -0
- package/dist/components/{SelectableCategoryList/SelectableCategoryList.styles.d.ts → LoadingSwapDetails/LoadingSwapDetails.styles.d.ts} +21 -6
- package/dist/components/LoadingSwapDetails/LoadingSwapDetails.styles.d.ts.map +1 -0
- package/dist/components/LoadingSwapDetails/LoadingSwapDetails.types.d.ts +4 -0
- package/dist/components/LoadingSwapDetails/LoadingSwapDetails.types.d.ts.map +1 -0
- package/dist/components/LoadingSwapDetails/index.d.ts +2 -0
- package/dist/components/LoadingSwapDetails/index.d.ts.map +1 -0
- package/dist/components/NoRoutes/NoRoutes.helper.d.ts.map +1 -1
- package/dist/components/NoRoutes/NoRoutes.styles.d.ts +18 -3
- package/dist/components/NoRoutes/NoRoutes.styles.d.ts.map +1 -1
- package/dist/components/NotificationContent/NotificationContent.d.ts.map +1 -1
- package/dist/components/NotificationContent/NotificationContent.styles.d.ts +24 -4
- package/dist/components/NotificationContent/NotificationContent.styles.d.ts.map +1 -1
- package/dist/components/RouteErrors/RouteErrors.d.ts.map +1 -1
- package/dist/components/RouteErrors/RouteErrors.styles.d.ts +24 -4
- package/dist/components/RouteErrors/RouteErrors.styles.d.ts.map +1 -1
- package/dist/components/RouteErrors/RouteErrors.types.d.ts +3 -1
- package/dist/components/RouteErrors/RouteErrors.types.d.ts.map +1 -1
- package/dist/components/RouteErrors/RouteErrorsModal.d.ts.map +1 -1
- package/dist/components/SearchInput/SearchInput.styles.d.ts +6 -1
- package/dist/components/SearchInput/SearchInput.styles.d.ts.map +1 -1
- package/dist/components/SettingsContainer/SettingsContainer.style.d.ts +23 -151
- 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.d.ts.map +1 -1
- package/dist/components/Slippage/Slippage.styles.d.ts +24 -4
- 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 +2 -9
- package/dist/components/SwapDetails/SwapDetails.helpers.d.ts.map +1 -1
- package/dist/components/SwapDetails/SwapDetails.styles.d.ts +35 -153
- package/dist/components/SwapDetails/SwapDetails.styles.d.ts.map +1 -1
- package/dist/components/SwapDetails/SwapDetails.types.d.ts +1 -1
- package/dist/components/SwapDetails/SwapDetails.types.d.ts.map +1 -1
- package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.styles.d.ts +6 -1
- 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.WalletState.d.ts +1 -1
- package/dist/components/SwapDetailsModal/SwapDetailsModal.WalletState.d.ts.map +1 -1
- package/dist/components/SwapDetailsModal/SwapDetailsModal.d.ts.map +1 -1
- package/dist/components/SwapDetailsModal/SwapDetailsModal.styles.d.ts +6 -1
- package/dist/components/SwapDetailsModal/SwapDetailsModal.styles.d.ts.map +1 -1
- package/dist/components/SwapDetailsModal/SwapDetailsModal.types.d.ts +2 -1
- package/dist/components/SwapDetailsModal/SwapDetailsModal.types.d.ts.map +1 -1
- package/dist/components/SwapsGroup/SwapsGroup.d.ts.map +1 -1
- package/dist/components/SwapsGroup/SwapsGroup.styles.d.ts +24 -4
- package/dist/components/SwapsGroup/SwapsGroup.styles.d.ts.map +1 -1
- package/dist/components/SwitchFromAndTo.d.ts.map +1 -1
- package/dist/components/TokenList/TokenList.d.ts.map +1 -1
- package/dist/components/TokenList/TokenList.helpers.d.ts.map +1 -1
- package/dist/components/TokenList/TokenList.styles.d.ts +207 -9
- package/dist/components/TokenList/TokenList.styles.d.ts.map +1 -1
- package/dist/components/TokenList/TokenList.types.d.ts +1 -1
- package/dist/components/TokenList/TokenList.types.d.ts.map +1 -1
- package/dist/components/UpdateUrl.d.ts +6 -1
- package/dist/components/UpdateUrl.d.ts.map +1 -1
- package/dist/components/WalletModal/WalletModalContent.styles.d.ts +24 -4
- package/dist/components/WalletModal/WalletModalContent.styles.d.ts.map +1 -1
- package/dist/components/WidgetEvents.d.ts.map +1 -1
- package/dist/constants/errors.d.ts +2 -2
- package/dist/constants/routing.d.ts +12 -2
- package/dist/constants/routing.d.ts.map +1 -1
- package/dist/constants.d.ts +2 -0
- package/dist/constants.d.ts.map +1 -0
- package/dist/globalStyles.d.ts +1 -1
- package/dist/globalStyles.d.ts.map +1 -1
- package/dist/hooks/useNavigateBack.d.ts.map +1 -1
- package/dist/hooks/usePrepareBlockchainList.d.ts +18 -0
- package/dist/hooks/usePrepareBlockchainList.d.ts.map +1 -0
- package/dist/hooks/useSwapInput.d.ts.map +1 -1
- package/dist/hooks/useSyncStoresWithConfig.d.ts +3 -0
- package/dist/hooks/useSyncStoresWithConfig.d.ts.map +1 -0
- package/dist/hooks/useTheme.d.ts +3 -6
- package/dist/hooks/useTheme.d.ts.map +1 -1
- package/dist/hooks/useWalletProviders.d.ts +3 -3
- package/dist/hooks/useWalletProviders.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +4 -4
- package/dist/pages/ConfirmSwapPage.d.ts.map +1 -1
- package/dist/pages/Home.d.ts.map +1 -1
- package/dist/pages/LiquiditySourcePage.d.ts.map +1 -1
- package/dist/pages/SelectBlockchainPage.d.ts +1 -2
- package/dist/pages/SelectBlockchainPage.d.ts.map +1 -1
- package/dist/pages/SelectSwapItemsPage.d.ts +1 -5
- package/dist/pages/SelectSwapItemsPage.d.ts.map +1 -1
- package/dist/pages/SettingsPage.d.ts.map +1 -1
- package/dist/pages/SwapDetailsPage.d.ts.map +1 -1
- package/dist/pages/WalletsPage.d.ts.map +1 -1
- package/dist/services/httpService.d.ts +0 -1
- package/dist/services/httpService.d.ts.map +1 -1
- package/dist/store/app.d.ts +26 -0
- package/dist/store/app.d.ts.map +1 -0
- package/dist/store/bestRoute.d.ts +4 -8
- package/dist/store/bestRoute.d.ts.map +1 -1
- package/dist/store/meta.d.ts +0 -2
- package/dist/store/meta.d.ts.map +1 -1
- package/dist/store/slices/config.d.ts +8 -0
- package/dist/store/slices/config.d.ts.map +1 -0
- package/dist/store/slices/data.d.ts +26 -0
- package/dist/store/slices/data.d.ts.map +1 -0
- package/dist/store/wallets.d.ts.map +1 -1
- package/dist/types/config.d.ts +3 -0
- package/dist/types/config.d.ts.map +1 -1
- package/dist/utils/common.d.ts +1 -0
- package/dist/utils/common.d.ts.map +1 -1
- package/dist/utils/configs.d.ts +5 -0
- package/dist/utils/configs.d.ts.map +1 -1
- package/dist/utils/meta.d.ts +1 -0
- package/dist/utils/meta.d.ts.map +1 -1
- package/dist/utils/numbers.d.ts +3 -1
- package/dist/utils/numbers.d.ts.map +1 -1
- package/dist/utils/routing.d.ts +6 -3
- package/dist/utils/routing.d.ts.map +1 -1
- package/dist/utils/settings.d.ts +1 -0
- package/dist/utils/settings.d.ts.map +1 -1
- package/dist/utils/swap.d.ts +1 -1
- package/dist/utils/swap.d.ts.map +1 -1
- package/dist/utils/time.d.ts +2 -2
- package/dist/utils/time.d.ts.map +1 -1
- package/dist/utils/wallets.d.ts +1 -1
- package/dist/utils/wallets.d.ts.map +1 -1
- package/package.json +8 -8
- package/readme.md +3 -1
- package/src/Widget.tsx +22 -3
- package/src/components/AppRouter.tsx +38 -7
- package/src/components/AppRoutes.tsx +4 -28
- package/src/components/BlockchainList/BlockchainList.helpers.ts +1 -1
- package/src/components/BlockchainList/BlockchainList.styles.ts +6 -5
- package/src/components/BlockchainList/BlockchainList.tsx +6 -9
- package/src/components/BlockchainsSection/BlockchainsSection.tsx +29 -42
- package/src/components/ConfirmWalletsModal/ConfirmWallets.helpers.ts +33 -7
- package/src/components/ConfirmWalletsModal/ConfirmWallets.styles.ts +48 -7
- package/src/components/ConfirmWalletsModal/ConfirmWalletsModal.tsx +59 -16
- package/src/components/ConfirmWalletsModal/WalletList.tsx +66 -22
- package/src/components/HeaderButtons/HeaderButtons.styles.ts +2 -2
- package/src/components/HeaderButtons/HeaderButtons.types.ts +1 -0
- package/src/components/HeaderButtons/HomeButtons.tsx +18 -5
- package/src/components/HeaderButtons/UnreadNotificationsBadge.tsx +1 -2
- package/src/components/HeaderButtons/WalletButton.tsx +4 -1
- package/src/components/Layout/Layout.styles.ts +5 -3
- package/src/components/Layout/Layout.tsx +5 -20
- package/src/components/LoadingSwapDetails/LoadingSwapDetailStep.tsx +41 -0
- package/src/components/LoadingSwapDetails/LoadingSwapDetails.styles.ts +78 -0
- package/src/components/LoadingSwapDetails/LoadingSwapDetails.tsx +53 -0
- package/src/components/LoadingSwapDetails/LoadingSwapDetails.types.ts +3 -0
- package/src/components/LoadingSwapDetails/index.ts +1 -0
- package/src/components/NoRoutes/NoRoutes.helper.ts +4 -2
- package/src/components/NotificationContent/NotificationContent.tsx +3 -7
- package/src/components/RouteErrors/RouteErrors.styles.ts +2 -1
- package/src/components/RouteErrors/RouteErrors.tsx +37 -26
- package/src/components/RouteErrors/RouteErrors.types.ts +3 -1
- package/src/components/RouteErrors/RouteErrorsModal.tsx +42 -14
- package/src/components/SettingsContainer/SettingsContainer.style.ts +2 -7
- package/src/components/SettingsContainer/index.ts +0 -1
- package/src/components/Slippage/Slippage.tsx +6 -2
- package/src/components/Slippage/SlippageTooltipContent.tsx +1 -1
- package/src/components/SwapDetails/SwapDetails.Placeholder.tsx +52 -16
- package/src/components/SwapDetails/SwapDetails.helpers.tsx +19 -33
- package/src/components/SwapDetails/SwapDetails.styles.ts +10 -14
- package/src/components/SwapDetails/SwapDetails.tsx +143 -101
- package/src/components/SwapDetails/SwapDetails.types.ts +1 -1
- package/src/components/SwapDetailsAlerts/SwapDetailsAlerts.types.ts +5 -4
- package/src/components/SwapDetailsModal/SwapDetailsModal.WalletState.tsx +6 -7
- package/src/components/SwapDetailsModal/SwapDetailsModal.tsx +3 -0
- package/src/components/SwapDetailsModal/SwapDetailsModal.types.ts +2 -1
- package/src/components/SwapsGroup/SwapsGroup.tsx +3 -2
- package/src/components/SwitchFromAndTo.tsx +1 -35
- package/src/components/TokenList/TokenList.helpers.ts +6 -8
- package/src/components/TokenList/TokenList.styles.ts +7 -1
- package/src/components/TokenList/TokenList.tsx +29 -23
- package/src/components/TokenList/TokenList.types.ts +1 -1
- package/src/components/UpdateUrl.tsx +7 -1
- package/src/components/WidgetEvents.tsx +9 -3
- package/src/constants/errors.ts +2 -2
- package/src/constants/routing.ts +17 -2
- package/src/constants.ts +1 -0
- package/src/globalStyles.ts +1 -4
- package/src/hooks/useFetchBestRoute.ts +2 -2
- package/src/hooks/useNavigateBack.ts +10 -0
- package/src/hooks/usePrepareBlockchainList.ts +125 -0
- package/src/hooks/useSwapInput.ts +17 -3
- package/src/hooks/useSyncStoresWithConfig.ts +102 -0
- package/src/hooks/useTheme.ts +37 -75
- package/src/hooks/useWalletProviders.ts +7 -7
- package/src/pages/ConfirmSwapPage.tsx +65 -36
- package/src/pages/HistoryPage.tsx +2 -2
- package/src/pages/Home.tsx +114 -50
- package/src/pages/LanguagePage.tsx +1 -1
- package/src/pages/LiquiditySourcePage.tsx +22 -18
- package/src/pages/SelectBlockchainPage.tsx +19 -20
- package/src/pages/SelectSwapItemsPage.tsx +66 -88
- package/src/pages/SettingsPage.tsx +42 -15
- package/src/pages/SwapDetailsPage.tsx +9 -2
- package/src/pages/ThemePage.tsx +1 -1
- package/src/pages/WalletsPage.tsx +11 -5
- package/src/services/httpService.ts +4 -5
- package/src/store/app.ts +15 -0
- package/src/store/bestRoute.ts +45 -71
- package/src/store/meta.ts +11 -29
- package/src/store/slices/config.ts +26 -0
- package/src/store/slices/data.ts +203 -0
- package/src/store/wallets.ts +0 -27
- package/src/types/config.ts +3 -0
- package/src/utils/common.ts +3 -0
- package/src/utils/configs.ts +8 -2
- package/src/utils/meta.ts +7 -0
- package/src/utils/numbers.ts +3 -2
- package/src/utils/routing.ts +76 -14
- package/src/utils/settings.ts +15 -0
- package/src/utils/swap.ts +82 -26
- package/src/utils/time.ts +69 -36
- package/src/utils/wallets.ts +49 -29
- package/dist/components/BlockchainsChip/BlockchainsChip.d.ts +0 -5
- package/dist/components/BlockchainsChip/BlockchainsChip.d.ts.map +0 -1
- package/dist/components/BlockchainsChip/BlockchainsChip.styles.d.ts +0 -151
- package/dist/components/BlockchainsChip/BlockchainsChip.styles.d.ts.map +0 -1
- package/dist/components/BlockchainsChip/BlockchainsChip.types.d.ts +0 -6
- package/dist/components/BlockchainsChip/BlockchainsChip.types.d.ts.map +0 -1
- package/dist/components/BlockchainsChip/index.d.ts +0 -2
- package/dist/components/BlockchainsChip/index.d.ts.map +0 -1
- package/dist/components/BlockchainsSection/BlockchainSection.helpers.d.ts +0 -3
- package/dist/components/BlockchainsSection/BlockchainSection.helpers.d.ts.map +0 -1
- package/dist/components/SelectableCategoryList/SelectableCategoryList.d.ts +0 -4
- package/dist/components/SelectableCategoryList/SelectableCategoryList.d.ts.map +0 -1
- package/dist/components/SelectableCategoryList/SelectableCategoryList.helpers.d.ts +0 -4
- package/dist/components/SelectableCategoryList/SelectableCategoryList.helpers.d.ts.map +0 -1
- package/dist/components/SelectableCategoryList/SelectableCategoryList.styles.d.ts.map +0 -1
- package/dist/components/SelectableCategoryList/SelectableCategoryList.types.d.ts +0 -12
- package/dist/components/SelectableCategoryList/SelectableCategoryList.types.d.ts.map +0 -1
- package/dist/components/SelectableCategoryList/index.d.ts +0 -2
- package/dist/components/SelectableCategoryList/index.d.ts.map +0 -1
- package/src/components/BlockchainsChip/BlockchainsChip.styles.ts +0 -30
- package/src/components/BlockchainsChip/BlockchainsChip.tsx +0 -15
- package/src/components/BlockchainsChip/BlockchainsChip.types.ts +0 -4
- package/src/components/BlockchainsChip/index.ts +0 -1
- package/src/components/BlockchainsSection/BlockchainSection.helpers.ts +0 -20
- package/src/components/SelectableCategoryList/SelectableCategoryList.helpers.ts +0 -20
- package/src/components/SelectableCategoryList/SelectableCategoryList.styles.ts +0 -21
- package/src/components/SelectableCategoryList/SelectableCategoryList.tsx +0 -79
- package/src/components/SelectableCategoryList/SelectableCategoryList.types.ts +0 -12
- package/src/components/SelectableCategoryList/index.ts +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NoRoutes.helper.d.ts","sourceRoot":"","sources":["../../../src/components/NoRoutes/NoRoutes.helper.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"NoRoutes.helper.d.ts","sourceRoot":"","sources":["../../../src/components/NoRoutes/NoRoutes.helper.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAM7C,wBAAgB,QAAQ,CACtB,gBAAgB,EAAE,MAAM,GAAG,IAAI,EAC/B,wBAAwB,EAAE,MAAM,EAAE,EAClC,QAAQ,EAAE,OAAO,EACjB,yBAAyB,EAAE,CAAC,WAAW,EAAE,OAAO,KAAK,IAAI,EACzD,gBAAgB,EAAE,MAAM,IAAI,GAC3B,IAAI,CAuCN"}
|
|
@@ -84,6 +84,8 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
84
84
|
md: string;
|
|
85
85
|
xl: string;
|
|
86
86
|
lg: string;
|
|
87
|
+
primary: string;
|
|
88
|
+
secondary: string;
|
|
87
89
|
};
|
|
88
90
|
fontSizes: {
|
|
89
91
|
10: string;
|
|
@@ -100,7 +102,10 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
100
102
|
40: string;
|
|
101
103
|
48: string;
|
|
102
104
|
};
|
|
103
|
-
fonts: {
|
|
105
|
+
fonts: {
|
|
106
|
+
primary: string;
|
|
107
|
+
widget: string;
|
|
108
|
+
};
|
|
104
109
|
fontWeights: {
|
|
105
110
|
regular: number;
|
|
106
111
|
medium: number;
|
|
@@ -232,6 +237,8 @@ export declare const Footer: import("@stitches/react/types/styled-component").St
|
|
|
232
237
|
md: string;
|
|
233
238
|
xl: string;
|
|
234
239
|
lg: string;
|
|
240
|
+
primary: string;
|
|
241
|
+
secondary: string;
|
|
235
242
|
};
|
|
236
243
|
fontSizes: {
|
|
237
244
|
10: string;
|
|
@@ -248,7 +255,10 @@ export declare const Footer: import("@stitches/react/types/styled-component").St
|
|
|
248
255
|
40: string;
|
|
249
256
|
48: string;
|
|
250
257
|
};
|
|
251
|
-
fonts: {
|
|
258
|
+
fonts: {
|
|
259
|
+
primary: string;
|
|
260
|
+
widget: string;
|
|
261
|
+
};
|
|
252
262
|
fontWeights: {
|
|
253
263
|
regular: number;
|
|
254
264
|
medium: number;
|
|
@@ -380,6 +390,8 @@ export declare const PrefixIcon: import("@stitches/react/types/styled-component"
|
|
|
380
390
|
md: string;
|
|
381
391
|
xl: string;
|
|
382
392
|
lg: string;
|
|
393
|
+
primary: string;
|
|
394
|
+
secondary: string;
|
|
383
395
|
};
|
|
384
396
|
fontSizes: {
|
|
385
397
|
10: string;
|
|
@@ -396,7 +408,10 @@ export declare const PrefixIcon: import("@stitches/react/types/styled-component"
|
|
|
396
408
|
40: string;
|
|
397
409
|
48: string;
|
|
398
410
|
};
|
|
399
|
-
fonts: {
|
|
411
|
+
fonts: {
|
|
412
|
+
primary: string;
|
|
413
|
+
widget: string;
|
|
414
|
+
};
|
|
400
415
|
fontWeights: {
|
|
401
416
|
regular: number;
|
|
402
417
|
medium: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NoRoutes.styles.d.ts","sourceRoot":"","sources":["../../../src/components/NoRoutes/NoRoutes.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"NoRoutes.styles.d.ts","sourceRoot":"","sources":["../../../src/components/NoRoutes/NoRoutes.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIpB,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAEjB,CAAC;AAEH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAErB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NotificationContent.d.ts","sourceRoot":"","sources":["../../../src/components/NotificationContent/NotificationContent.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"NotificationContent.d.ts","sourceRoot":"","sources":["../../../src/components/NotificationContent/NotificationContent.tsx"],"names":[],"mappings":"AASA,OAAO,KAAK,MAAM,OAAO,CAAC;AAY1B,wBAAgB,mBAAmB,sBAsFlC"}
|
|
@@ -84,6 +84,8 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
84
84
|
md: string;
|
|
85
85
|
xl: string;
|
|
86
86
|
lg: string;
|
|
87
|
+
primary: string;
|
|
88
|
+
secondary: string;
|
|
87
89
|
};
|
|
88
90
|
fontSizes: {
|
|
89
91
|
10: string;
|
|
@@ -100,7 +102,10 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
100
102
|
40: string;
|
|
101
103
|
48: string;
|
|
102
104
|
};
|
|
103
|
-
fonts: {
|
|
105
|
+
fonts: {
|
|
106
|
+
primary: string;
|
|
107
|
+
widget: string;
|
|
108
|
+
};
|
|
104
109
|
fontWeights: {
|
|
105
110
|
regular: number;
|
|
106
111
|
medium: number;
|
|
@@ -232,6 +237,8 @@ export declare const List: import("@stitches/react/types/styled-component").Styl
|
|
|
232
237
|
md: string;
|
|
233
238
|
xl: string;
|
|
234
239
|
lg: string;
|
|
240
|
+
primary: string;
|
|
241
|
+
secondary: string;
|
|
235
242
|
};
|
|
236
243
|
fontSizes: {
|
|
237
244
|
10: string;
|
|
@@ -248,7 +255,10 @@ export declare const List: import("@stitches/react/types/styled-component").Styl
|
|
|
248
255
|
40: string;
|
|
249
256
|
48: string;
|
|
250
257
|
};
|
|
251
|
-
fonts: {
|
|
258
|
+
fonts: {
|
|
259
|
+
primary: string;
|
|
260
|
+
widget: string;
|
|
261
|
+
};
|
|
252
262
|
fontWeights: {
|
|
253
263
|
regular: number;
|
|
254
264
|
medium: number;
|
|
@@ -380,6 +390,8 @@ export declare const Images: import("@stitches/react/types/styled-component").St
|
|
|
380
390
|
md: string;
|
|
381
391
|
xl: string;
|
|
382
392
|
lg: string;
|
|
393
|
+
primary: string;
|
|
394
|
+
secondary: string;
|
|
383
395
|
};
|
|
384
396
|
fontSizes: {
|
|
385
397
|
10: string;
|
|
@@ -396,7 +408,10 @@ export declare const Images: import("@stitches/react/types/styled-component").St
|
|
|
396
408
|
40: string;
|
|
397
409
|
48: string;
|
|
398
410
|
};
|
|
399
|
-
fonts: {
|
|
411
|
+
fonts: {
|
|
412
|
+
primary: string;
|
|
413
|
+
widget: string;
|
|
414
|
+
};
|
|
400
415
|
fontWeights: {
|
|
401
416
|
regular: number;
|
|
402
417
|
medium: number;
|
|
@@ -528,6 +543,8 @@ export declare const NotFoundContainer: import("@stitches/react/types/styled-com
|
|
|
528
543
|
md: string;
|
|
529
544
|
xl: string;
|
|
530
545
|
lg: string;
|
|
546
|
+
primary: string;
|
|
547
|
+
secondary: string;
|
|
531
548
|
};
|
|
532
549
|
fontSizes: {
|
|
533
550
|
10: string;
|
|
@@ -544,7 +561,10 @@ export declare const NotFoundContainer: import("@stitches/react/types/styled-com
|
|
|
544
561
|
40: string;
|
|
545
562
|
48: string;
|
|
546
563
|
};
|
|
547
|
-
fonts: {
|
|
564
|
+
fonts: {
|
|
565
|
+
primary: string;
|
|
566
|
+
widget: string;
|
|
567
|
+
};
|
|
548
568
|
fontWeights: {
|
|
549
569
|
regular: number;
|
|
550
570
|
medium: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NotificationContent.styles.d.ts","sourceRoot":"","sources":["../../../src/components/NotificationContent/NotificationContent.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"NotificationContent.styles.d.ts","sourceRoot":"","sources":["../../../src/components/NotificationContent/NotificationContent.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIpB,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAQf,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKjB,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAQ5B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RouteErrors.d.ts","sourceRoot":"","sources":["../../../src/components/RouteErrors/RouteErrors.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAGrD,OAAO,KAAK,MAAM,OAAO,CAAC;AAW1B,wBAAgB,WAAW,CAAC,KAAK,EAAE,SAAS,
|
|
1
|
+
{"version":3,"file":"RouteErrors.d.ts","sourceRoot":"","sources":["../../../src/components/RouteErrors/RouteErrors.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAGrD,OAAO,KAAK,MAAM,OAAO,CAAC;AAW1B,wBAAgB,WAAW,CAAC,KAAK,EAAE,SAAS,qBAgE3C"}
|
|
@@ -84,6 +84,8 @@ export declare const Alerts: import("@stitches/react/types/styled-component").St
|
|
|
84
84
|
md: string;
|
|
85
85
|
xl: string;
|
|
86
86
|
lg: string;
|
|
87
|
+
primary: string;
|
|
88
|
+
secondary: string;
|
|
87
89
|
};
|
|
88
90
|
fontSizes: {
|
|
89
91
|
10: string;
|
|
@@ -100,7 +102,10 @@ export declare const Alerts: import("@stitches/react/types/styled-component").St
|
|
|
100
102
|
40: string;
|
|
101
103
|
48: string;
|
|
102
104
|
};
|
|
103
|
-
fonts: {
|
|
105
|
+
fonts: {
|
|
106
|
+
primary: string;
|
|
107
|
+
widget: string;
|
|
108
|
+
};
|
|
104
109
|
fontWeights: {
|
|
105
110
|
regular: number;
|
|
106
111
|
medium: number;
|
|
@@ -232,6 +237,8 @@ export declare const Flex: import("@stitches/react/types/styled-component").Styl
|
|
|
232
237
|
md: string;
|
|
233
238
|
xl: string;
|
|
234
239
|
lg: string;
|
|
240
|
+
primary: string;
|
|
241
|
+
secondary: string;
|
|
235
242
|
};
|
|
236
243
|
fontSizes: {
|
|
237
244
|
10: string;
|
|
@@ -248,7 +255,10 @@ export declare const Flex: import("@stitches/react/types/styled-component").Styl
|
|
|
248
255
|
40: string;
|
|
249
256
|
48: string;
|
|
250
257
|
};
|
|
251
|
-
fonts: {
|
|
258
|
+
fonts: {
|
|
259
|
+
primary: string;
|
|
260
|
+
widget: string;
|
|
261
|
+
};
|
|
252
262
|
fontWeights: {
|
|
253
263
|
regular: number;
|
|
254
264
|
medium: number;
|
|
@@ -380,6 +390,8 @@ export declare const Item: import("@stitches/react/types/styled-component").Styl
|
|
|
380
390
|
md: string;
|
|
381
391
|
xl: string;
|
|
382
392
|
lg: string;
|
|
393
|
+
primary: string;
|
|
394
|
+
secondary: string;
|
|
383
395
|
};
|
|
384
396
|
fontSizes: {
|
|
385
397
|
10: string;
|
|
@@ -396,7 +408,10 @@ export declare const Item: import("@stitches/react/types/styled-component").Styl
|
|
|
396
408
|
40: string;
|
|
397
409
|
48: string;
|
|
398
410
|
};
|
|
399
|
-
fonts: {
|
|
411
|
+
fonts: {
|
|
412
|
+
primary: string;
|
|
413
|
+
widget: string;
|
|
414
|
+
};
|
|
400
415
|
fontWeights: {
|
|
401
416
|
regular: number;
|
|
402
417
|
medium: number;
|
|
@@ -528,6 +543,8 @@ export declare const Action: import("@stitches/react/types/styled-component").St
|
|
|
528
543
|
md: string;
|
|
529
544
|
xl: string;
|
|
530
545
|
lg: string;
|
|
546
|
+
primary: string;
|
|
547
|
+
secondary: string;
|
|
531
548
|
};
|
|
532
549
|
fontSizes: {
|
|
533
550
|
10: string;
|
|
@@ -544,7 +561,10 @@ export declare const Action: import("@stitches/react/types/styled-component").St
|
|
|
544
561
|
40: string;
|
|
545
562
|
48: string;
|
|
546
563
|
};
|
|
547
|
-
fonts: {
|
|
564
|
+
fonts: {
|
|
565
|
+
primary: string;
|
|
566
|
+
widget: string;
|
|
567
|
+
};
|
|
548
568
|
fontWeights: {
|
|
549
569
|
regular: number;
|
|
550
570
|
medium: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RouteErrors.styles.d.ts","sourceRoot":"","sources":["../../../src/components/RouteErrors/RouteErrors.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"RouteErrors.styles.d.ts","sourceRoot":"","sources":["../../../src/components/RouteErrors/RouteErrors.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGjB,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMf,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMf,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIjB,CAAC"}
|
|
@@ -8,8 +8,10 @@ export interface PropTypes {
|
|
|
8
8
|
percentageChange: BigNumber | null;
|
|
9
9
|
highValueLoss: boolean;
|
|
10
10
|
priceImpactCanNotBeComputed: boolean;
|
|
11
|
+
loading: boolean;
|
|
12
|
+
extraSpace: boolean;
|
|
11
13
|
}
|
|
12
|
-
type ModalPropTypesKeys = keyof Omit<PropTypes, 'priceImpactCanNotBeComputed' | 'openModal'>;
|
|
14
|
+
type ModalPropTypesKeys = keyof Omit<PropTypes, 'priceImpactCanNotBeComputed' | 'openModal' | 'extraSpace' | 'loading'>;
|
|
13
15
|
export type ModalPropTypes = Pick<PropTypes, ModalPropTypesKeys> & {
|
|
14
16
|
open: boolean;
|
|
15
17
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RouteErrors.types.d.ts","sourceRoot":"","sources":["../../../src/components/RouteErrors/RouteErrors.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,SAAS,MAAM,cAAc,CAAC;AAE1C,MAAM,WAAW,SAAS;IACxB,SAAS,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IAClC,aAAa,EAAE,SAAS,GAAG,IAAI,CAAC;IAChC,cAAc,EAAE,SAAS,GAAG,IAAI,CAAC;IACjC,aAAa,EAAE,SAAS,GAAG,IAAI,CAAC;IAChC,gBAAgB,EAAE,SAAS,GAAG,IAAI,CAAC;IACnC,aAAa,EAAE,OAAO,CAAC;IACvB,2BAA2B,EAAE,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"RouteErrors.types.d.ts","sourceRoot":"","sources":["../../../src/components/RouteErrors/RouteErrors.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,SAAS,MAAM,cAAc,CAAC;AAE1C,MAAM,WAAW,SAAS;IACxB,SAAS,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IAClC,aAAa,EAAE,SAAS,GAAG,IAAI,CAAC;IAChC,cAAc,EAAE,SAAS,GAAG,IAAI,CAAC;IACjC,aAAa,EAAE,SAAS,GAAG,IAAI,CAAC;IAChC,gBAAgB,EAAE,SAAS,GAAG,IAAI,CAAC;IACnC,aAAa,EAAE,OAAO,CAAC;IACvB,2BAA2B,EAAE,OAAO,CAAC;IACrC,OAAO,EAAE,OAAO,CAAC;IACjB,UAAU,EAAE,OAAO,CAAC;CACrB;AAED,KAAK,kBAAkB,GAAG,MAAM,IAAI,CAClC,SAAS,EACT,6BAA6B,GAAG,WAAW,GAAG,YAAY,GAAG,SAAS,CACvE,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG,IAAI,CAAC,SAAS,EAAE,kBAAkB,CAAC,GAAG;IACjE,IAAI,EAAE,OAAO,CAAC;CACf,CAAC;AAEF,MAAM,WAAW,gBAAgB;IAC/B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RouteErrorsModal.d.ts","sourceRoot":"","sources":["../../../src/components/RouteErrors/RouteErrorsModal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"RouteErrorsModal.d.ts","sourceRoot":"","sources":["../../../src/components/RouteErrors/RouteErrorsModal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAW1D,OAAO,KAAK,MAAM,OAAO,CAAC;AAmB1B,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,cAAc,qBAkGrD"}
|
|
@@ -84,6 +84,8 @@ export declare const IconWrapper: import("@stitches/react/types/styled-component
|
|
|
84
84
|
md: string;
|
|
85
85
|
xl: string;
|
|
86
86
|
lg: string;
|
|
87
|
+
primary: string;
|
|
88
|
+
secondary: string;
|
|
87
89
|
};
|
|
88
90
|
fontSizes: {
|
|
89
91
|
10: string;
|
|
@@ -100,7 +102,10 @@ export declare const IconWrapper: import("@stitches/react/types/styled-component
|
|
|
100
102
|
40: string;
|
|
101
103
|
48: string;
|
|
102
104
|
};
|
|
103
|
-
fonts: {
|
|
105
|
+
fonts: {
|
|
106
|
+
primary: string;
|
|
107
|
+
widget: string;
|
|
108
|
+
};
|
|
104
109
|
fontWeights: {
|
|
105
110
|
regular: number;
|
|
106
111
|
medium: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SearchInput.styles.d.ts","sourceRoot":"","sources":["../../../src/components/SearchInput/SearchInput.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"SearchInput.styles.d.ts","sourceRoot":"","sources":["../../../src/components/SearchInput/SearchInput.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMtB,CAAC"}
|
|
@@ -84,6 +84,8 @@ export declare const SettingsContainer: import("@stitches/react/types/styled-com
|
|
|
84
84
|
md: string;
|
|
85
85
|
xl: string;
|
|
86
86
|
lg: string;
|
|
87
|
+
primary: string;
|
|
88
|
+
secondary: string;
|
|
87
89
|
};
|
|
88
90
|
fontSizes: {
|
|
89
91
|
10: string;
|
|
@@ -100,7 +102,10 @@ export declare const SettingsContainer: import("@stitches/react/types/styled-com
|
|
|
100
102
|
40: string;
|
|
101
103
|
48: string;
|
|
102
104
|
};
|
|
103
|
-
fonts: {
|
|
105
|
+
fonts: {
|
|
106
|
+
primary: string;
|
|
107
|
+
widget: string;
|
|
108
|
+
};
|
|
104
109
|
fontWeights: {
|
|
105
110
|
regular: number;
|
|
106
111
|
medium: number;
|
|
@@ -232,6 +237,8 @@ export declare const LiquiditySourceList: import("@stitches/react/types/styled-c
|
|
|
232
237
|
md: string;
|
|
233
238
|
xl: string;
|
|
234
239
|
lg: string;
|
|
240
|
+
primary: string;
|
|
241
|
+
secondary: string;
|
|
235
242
|
};
|
|
236
243
|
fontSizes: {
|
|
237
244
|
10: string;
|
|
@@ -248,155 +255,10 @@ export declare const LiquiditySourceList: import("@stitches/react/types/styled-c
|
|
|
248
255
|
40: string;
|
|
249
256
|
48: string;
|
|
250
257
|
};
|
|
251
|
-
fonts: {
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
medium: number;
|
|
255
|
-
semiBold: number;
|
|
256
|
-
bold: number;
|
|
257
|
-
};
|
|
258
|
-
lineHeights: {
|
|
259
|
-
12: string;
|
|
260
|
-
16: string;
|
|
261
|
-
20: string;
|
|
262
|
-
24: string;
|
|
263
|
-
26: string;
|
|
264
|
-
28: string;
|
|
265
|
-
30: string;
|
|
266
|
-
36: string;
|
|
267
|
-
40: string;
|
|
268
|
-
44: string;
|
|
269
|
-
52: string;
|
|
270
|
-
64: string;
|
|
271
|
-
};
|
|
272
|
-
letterSpacings: {};
|
|
273
|
-
sizes: {
|
|
274
|
-
4: string;
|
|
275
|
-
6: string;
|
|
276
|
-
8: string;
|
|
277
|
-
12: string;
|
|
278
|
-
16: string;
|
|
279
|
-
18: string;
|
|
280
|
-
20: string;
|
|
281
|
-
24: string;
|
|
282
|
-
28: string;
|
|
283
|
-
32: string;
|
|
284
|
-
36: string;
|
|
285
|
-
40: string;
|
|
286
|
-
45: string;
|
|
287
|
-
48: string;
|
|
288
|
-
};
|
|
289
|
-
borderWidths: {};
|
|
290
|
-
borderStyles: {};
|
|
291
|
-
shadows: {
|
|
292
|
-
s: string;
|
|
293
|
-
};
|
|
294
|
-
zIndices: {};
|
|
295
|
-
transitions: {};
|
|
296
|
-
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
297
|
-
export declare const LiquiditySourceDivider: import("@stitches/react/types/styled-component").StyledComponent<"li", {}, {
|
|
298
|
-
sm: string;
|
|
299
|
-
md: string;
|
|
300
|
-
lg: string;
|
|
301
|
-
}, import("@stitches/react/types/css-util").CSS<{
|
|
302
|
-
sm: string;
|
|
303
|
-
md: string;
|
|
304
|
-
lg: string;
|
|
305
|
-
}, {
|
|
306
|
-
colors: {
|
|
307
|
-
primary500: string;
|
|
308
|
-
primary600: string;
|
|
309
|
-
secondary100: string;
|
|
310
|
-
secondary200: string;
|
|
311
|
-
secondary300: string;
|
|
312
|
-
secondary400: string;
|
|
313
|
-
secondary500: string;
|
|
314
|
-
secondary600: string;
|
|
315
|
-
secondary700: string;
|
|
316
|
-
secondary800: string;
|
|
317
|
-
secondary900: string;
|
|
318
|
-
neutral100: string;
|
|
319
|
-
neutral200: string;
|
|
320
|
-
neutral300: string;
|
|
321
|
-
neutral400: string;
|
|
322
|
-
neutral500: string;
|
|
323
|
-
neutral600: string;
|
|
324
|
-
neutral700: string;
|
|
325
|
-
neutral800: string;
|
|
326
|
-
neutral900: string;
|
|
327
|
-
error100: string;
|
|
328
|
-
error300: string;
|
|
329
|
-
error500: string;
|
|
330
|
-
error600: string;
|
|
331
|
-
error700: string;
|
|
332
|
-
warning100: string;
|
|
333
|
-
warning300: string;
|
|
334
|
-
warning500: string;
|
|
335
|
-
warning600: string;
|
|
336
|
-
warning700: string;
|
|
337
|
-
info100: string;
|
|
338
|
-
info300: string;
|
|
339
|
-
info500: string;
|
|
340
|
-
info600: string;
|
|
341
|
-
info700: string;
|
|
342
|
-
success100: string;
|
|
343
|
-
success300: string;
|
|
344
|
-
success500: string;
|
|
345
|
-
success600: string;
|
|
346
|
-
success700: string;
|
|
347
|
-
background: string;
|
|
348
|
-
foreground: string;
|
|
349
|
-
};
|
|
350
|
-
space: {
|
|
351
|
-
0: string;
|
|
352
|
-
5: string;
|
|
353
|
-
10: string;
|
|
354
|
-
15: string;
|
|
355
|
-
20: string;
|
|
356
|
-
25: string;
|
|
357
|
-
30: string;
|
|
358
|
-
40: string;
|
|
359
|
-
46: string;
|
|
360
|
-
50: string;
|
|
361
|
-
60: string;
|
|
362
|
-
70: string;
|
|
363
|
-
80: string;
|
|
364
|
-
90: string;
|
|
365
|
-
100: string;
|
|
366
|
-
2: string;
|
|
367
|
-
4: string;
|
|
368
|
-
6: string;
|
|
369
|
-
8: string;
|
|
370
|
-
12: string;
|
|
371
|
-
16: string;
|
|
372
|
-
24: string;
|
|
373
|
-
28: string;
|
|
374
|
-
32: string;
|
|
375
|
-
};
|
|
376
|
-
radii: {
|
|
377
|
-
xs: string;
|
|
378
|
-
sm: string;
|
|
379
|
-
xm: string;
|
|
380
|
-
md: string;
|
|
381
|
-
xl: string;
|
|
382
|
-
lg: string;
|
|
383
|
-
};
|
|
384
|
-
fontSizes: {
|
|
385
|
-
10: string;
|
|
386
|
-
12: string;
|
|
387
|
-
14: string;
|
|
388
|
-
16: string;
|
|
389
|
-
18: string;
|
|
390
|
-
20: string;
|
|
391
|
-
22: string;
|
|
392
|
-
24: string;
|
|
393
|
-
28: string;
|
|
394
|
-
32: string;
|
|
395
|
-
36: string;
|
|
396
|
-
40: string;
|
|
397
|
-
48: string;
|
|
258
|
+
fonts: {
|
|
259
|
+
primary: string;
|
|
260
|
+
widget: string;
|
|
398
261
|
};
|
|
399
|
-
fonts: {};
|
|
400
262
|
fontWeights: {
|
|
401
263
|
regular: number;
|
|
402
264
|
medium: number;
|
|
@@ -528,6 +390,8 @@ export declare const LiquiditySourceSuffix: import("@stitches/react/types/styled
|
|
|
528
390
|
md: string;
|
|
529
391
|
xl: string;
|
|
530
392
|
lg: string;
|
|
393
|
+
primary: string;
|
|
394
|
+
secondary: string;
|
|
531
395
|
};
|
|
532
396
|
fontSizes: {
|
|
533
397
|
10: string;
|
|
@@ -544,7 +408,10 @@ export declare const LiquiditySourceSuffix: import("@stitches/react/types/styled
|
|
|
544
408
|
40: string;
|
|
545
409
|
48: string;
|
|
546
410
|
};
|
|
547
|
-
fonts: {
|
|
411
|
+
fonts: {
|
|
412
|
+
primary: string;
|
|
413
|
+
widget: string;
|
|
414
|
+
};
|
|
548
415
|
fontWeights: {
|
|
549
416
|
regular: number;
|
|
550
417
|
medium: number;
|
|
@@ -676,6 +543,8 @@ export declare const NotFoundContainer: import("@stitches/react/types/styled-com
|
|
|
676
543
|
md: string;
|
|
677
544
|
xl: string;
|
|
678
545
|
lg: string;
|
|
546
|
+
primary: string;
|
|
547
|
+
secondary: string;
|
|
679
548
|
};
|
|
680
549
|
fontSizes: {
|
|
681
550
|
10: string;
|
|
@@ -692,7 +561,10 @@ export declare const NotFoundContainer: import("@stitches/react/types/styled-com
|
|
|
692
561
|
40: string;
|
|
693
562
|
48: string;
|
|
694
563
|
};
|
|
695
|
-
fonts: {
|
|
564
|
+
fonts: {
|
|
565
|
+
primary: string;
|
|
566
|
+
widget: string;
|
|
567
|
+
};
|
|
696
568
|
fontWeights: {
|
|
697
569
|
regular: number;
|
|
698
570
|
medium: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SettingsContainer.style.d.ts","sourceRoot":"","sources":["../../../src/components/SettingsContainer/SettingsContainer.style.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"SettingsContainer.style.d.ts","sourceRoot":"","sources":["../../../src/components/SettingsContainer/SettingsContainer.style.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAG5B,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAM9B,CAAC;AAEH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIhC,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAM5B,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { SettingsContainer,
|
|
1
|
+
export { SettingsContainer, LiquiditySourceList, LiquiditySourceSuffix, NotFoundContainer, } from './SettingsContainer.style';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/SettingsContainer/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EACjB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/SettingsContainer/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EACjB,mBAAmB,EACnB,qBAAqB,EACrB,iBAAiB,GAClB,MAAM,2BAA2B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Slippage.d.ts","sourceRoot":"","sources":["../../../src/components/Slippage/Slippage.tsx"],"names":[],"mappings":"AASA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Slippage.d.ts","sourceRoot":"","sources":["../../../src/components/Slippage/Slippage.tsx"],"names":[],"mappings":"AASA,OAAO,KAAK,MAAM,OAAO,CAAC;AAa1B,wBAAgB,QAAQ,sBAuEvB"}
|
|
@@ -84,6 +84,8 @@ export declare const BaseContainer: import("@stitches/react/types/styled-compone
|
|
|
84
84
|
md: string;
|
|
85
85
|
xl: string;
|
|
86
86
|
lg: string;
|
|
87
|
+
primary: string;
|
|
88
|
+
secondary: string;
|
|
87
89
|
};
|
|
88
90
|
fontSizes: {
|
|
89
91
|
10: string;
|
|
@@ -100,7 +102,10 @@ export declare const BaseContainer: import("@stitches/react/types/styled-compone
|
|
|
100
102
|
40: string;
|
|
101
103
|
48: string;
|
|
102
104
|
};
|
|
103
|
-
fonts: {
|
|
105
|
+
fonts: {
|
|
106
|
+
primary: string;
|
|
107
|
+
widget: string;
|
|
108
|
+
};
|
|
104
109
|
fontWeights: {
|
|
105
110
|
regular: number;
|
|
106
111
|
medium: number;
|
|
@@ -232,6 +237,8 @@ export declare const SlippageChipsContainer: import("@stitches/react/types/style
|
|
|
232
237
|
md: string;
|
|
233
238
|
xl: string;
|
|
234
239
|
lg: string;
|
|
240
|
+
primary: string;
|
|
241
|
+
secondary: string;
|
|
235
242
|
};
|
|
236
243
|
fontSizes: {
|
|
237
244
|
10: string;
|
|
@@ -248,7 +255,10 @@ export declare const SlippageChipsContainer: import("@stitches/react/types/style
|
|
|
248
255
|
40: string;
|
|
249
256
|
48: string;
|
|
250
257
|
};
|
|
251
|
-
fonts: {
|
|
258
|
+
fonts: {
|
|
259
|
+
primary: string;
|
|
260
|
+
widget: string;
|
|
261
|
+
};
|
|
252
262
|
fontWeights: {
|
|
253
263
|
regular: number;
|
|
254
264
|
medium: number;
|
|
@@ -380,6 +390,8 @@ export declare const Head: import("@stitches/react/types/styled-component").Styl
|
|
|
380
390
|
md: string;
|
|
381
391
|
xl: string;
|
|
382
392
|
lg: string;
|
|
393
|
+
primary: string;
|
|
394
|
+
secondary: string;
|
|
383
395
|
};
|
|
384
396
|
fontSizes: {
|
|
385
397
|
10: string;
|
|
@@ -396,7 +408,10 @@ export declare const Head: import("@stitches/react/types/styled-component").Styl
|
|
|
396
408
|
40: string;
|
|
397
409
|
48: string;
|
|
398
410
|
};
|
|
399
|
-
fonts: {
|
|
411
|
+
fonts: {
|
|
412
|
+
primary: string;
|
|
413
|
+
widget: string;
|
|
414
|
+
};
|
|
400
415
|
fontWeights: {
|
|
401
416
|
regular: number;
|
|
402
417
|
medium: number;
|
|
@@ -528,6 +543,8 @@ export declare const SlippageTooltipContainer: import("@stitches/react/types/sty
|
|
|
528
543
|
md: string;
|
|
529
544
|
xl: string;
|
|
530
545
|
lg: string;
|
|
546
|
+
primary: string;
|
|
547
|
+
secondary: string;
|
|
531
548
|
};
|
|
532
549
|
fontSizes: {
|
|
533
550
|
10: string;
|
|
@@ -544,7 +561,10 @@ export declare const SlippageTooltipContainer: import("@stitches/react/types/sty
|
|
|
544
561
|
40: string;
|
|
545
562
|
48: string;
|
|
546
563
|
};
|
|
547
|
-
fonts: {
|
|
564
|
+
fonts: {
|
|
565
|
+
primary: string;
|
|
566
|
+
widget: string;
|
|
567
|
+
};
|
|
548
568
|
fontWeights: {
|
|
549
569
|
regular: number;
|
|
550
570
|
medium: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Slippage.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Slippage/Slippage.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"Slippage.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Slippage/Slippage.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGxB,CAAC;AAEH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIjC,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKf,CAAC;AAEH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGnC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SwapDetails.Placeholder.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetails/SwapDetails.Placeholder.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"SwapDetails.Placeholder.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetails/SwapDetails.Placeholder.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,qBAAqB,CAAC;AAU3E,OAAO,KAAK,MAAM,OAAO,CAAC;AAc1B,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,+BAA+B,qBAsD5E"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SwapDetails.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetails/SwapDetails.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAsB5D,OAAO,KAAsC,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"SwapDetails.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetails/SwapDetails.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAsB5D,OAAO,KAAsC,MAAM,OAAO,CAAC;AA0C3D,wBAAgB,WAAW,CAAC,KAAK,EAAE,gBAAgB,qBA4WlD"}
|