@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
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,58 @@
|
|
|
1
|
+
# [0.13.0](https://github.com/rango-exchange/rango-client/compare/widget-embedded@0.12.0...widget-embedded@0.13.0) (2023-10-18)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* address sub setting issues ([e5ee97d](https://github.com/rango-exchange/rango-client/commit/e5ee97dbcf78eb59534b21e84e8785223b8a658d))
|
|
7
|
+
* convert string to i18n function ([fc52b8f](https://github.com/rango-exchange/rango-client/commit/fc52b8f92ea1071a3dc1cb9c7691854854ba9a80))
|
|
8
|
+
* fallback to empty string if image is null ([182b745](https://github.com/rango-exchange/rango-client/commit/182b74526348a3d8e78b4ad4f1488174e3139cb2))
|
|
9
|
+
* fix minor bugs ([932dbcc](https://github.com/rango-exchange/rango-client/commit/932dbcc19d648f0e409a2404f29bf1077b58cfe3))
|
|
10
|
+
* fix settings page issues ([c7aa12f](https://github.com/rango-exchange/rango-client/commit/c7aa12fa1731ad9a50dd6ea2fa362e6d4f2ccdb8))
|
|
11
|
+
* fix widget navigation bugs ([bfefdff](https://github.com/rango-exchange/rango-client/commit/bfefdff39e758b80fc5637c00ad32e3b36b5dcf0))
|
|
12
|
+
* fix zustand persistance issue with ssr ([4ca2a1f](https://github.com/rango-exchange/rango-client/commit/4ca2a1ff7eb596bb5ff049fe81daf6e8efbfd1a8))
|
|
13
|
+
* fixed onMouseLeave in tooltip ([13dc667](https://github.com/rango-exchange/rango-client/commit/13dc6673f4f6504abb1de2c277ae6559f0dfbb2c))
|
|
14
|
+
* not-found position in swap history ([245fa45](https://github.com/rango-exchange/rango-client/commit/245fa453eee44196633d9549f2b0cfbaaa79ae11))
|
|
15
|
+
* reading and showing blockchains/tokens based on config ([94e3107](https://github.com/rango-exchange/rango-client/commit/94e31071c872b751de2e91ccb6580365dc79402a))
|
|
16
|
+
* reset position of scroll in chain/token selector ([f395d89](https://github.com/rango-exchange/rango-client/commit/f395d89914ef826fc1cef5be376b39bd011f8274))
|
|
17
|
+
* skip showing drawer for fast wallet connecting ([4fd1065](https://github.com/rango-exchange/rango-client/commit/4fd1065deff5c5880fa4d06fe02b19b9d2b3e921))
|
|
18
|
+
* translate bug ([3813ee6](https://github.com/rango-exchange/rango-client/commit/3813ee68be6d942fd62af5543a834d9ee682edaf))
|
|
19
|
+
* updating query params ([79cacb2](https://github.com/rango-exchange/rango-client/commit/79cacb2fe88cd05c4bc6bcd755cf31e31f4ac4c1))
|
|
20
|
+
* widget config for default amount/chain/token ([b101067](https://github.com/rango-exchange/rango-client/commit/b1010672a43e23145bd4ab798016cb440451bf09))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Features
|
|
24
|
+
|
|
25
|
+
* add animation for modal ([ca69ab6](https://github.com/rango-exchange/rango-client/commit/ca69ab60d68a3844b031556e5f30502c5c752dd9))
|
|
26
|
+
* add notification to widget ([5ca2b63](https://github.com/rango-exchange/rango-client/commit/5ca2b63b87f7941a4b347af596fd5786ea32ba42))
|
|
27
|
+
* add route skeleton component ([5cbdc3d](https://github.com/rango-exchange/rango-client/commit/5cbdc3d186caf88da9ddf0a83d27e0dcae628340))
|
|
28
|
+
* add skeleton for wallet-page & showing its error ([ea922d6](https://github.com/rango-exchange/rango-client/commit/ea922d6291210b6dec569d20f0f623b7449cc7c0))
|
|
29
|
+
* add state wallet modal ([eced597](https://github.com/rango-exchange/rango-client/commit/eced59790314c2180c5677e9de6c21dfd0dd7129))
|
|
30
|
+
* change colors theme ([007261e](https://github.com/rango-exchange/rango-client/commit/007261e8ad5f86dd72698ec0826cdcffbf74dbb0))
|
|
31
|
+
* design history item page ([547f0b2](https://github.com/rango-exchange/rango-client/commit/547f0b2ade03a31f00a88faf4659f97a9f037abd))
|
|
32
|
+
* Header redesign ([4679400](https://github.com/rango-exchange/rango-client/commit/46794001b75f86e7dcce3eade305b54f7a18a320))
|
|
33
|
+
* history list page loading ([fd1e888](https://github.com/rango-exchange/rango-client/commit/fd1e88832c828b89ceca25096551c308044ef4ae))
|
|
34
|
+
* implement general style options for playground ([237c4b6](https://github.com/rango-exchange/rango-client/commit/237c4b65eccd725372e4fbd8e9ec0cd50496c471))
|
|
35
|
+
* implement playgroud wallet section ([8cf0ecf](https://github.com/rango-exchange/rango-client/commit/8cf0ecfacfe0444e961366a8b3d201c5b245a555))
|
|
36
|
+
* implement route errors/warnings ([6f6d1d7](https://github.com/rango-exchange/rango-client/commit/6f6d1d7e5723d680b44b6248795407deab5ec656))
|
|
37
|
+
* implemnting Wallet & Tooltip ([b7d28f9](https://github.com/rango-exchange/rango-client/commit/b7d28f9fb2f8b3648f9e88b812002a33768570de))
|
|
38
|
+
* loading for bridges and exchanges ([209c388](https://github.com/rango-exchange/rango-client/commit/209c388dbf21cba8e72e922081693562ad2060c6))
|
|
39
|
+
* loading swap history item ([5449a44](https://github.com/rango-exchange/rango-client/commit/5449a44894833587faafd9fce11c603894763b3f))
|
|
40
|
+
* re-design modal & drawer & add message box ([cb9751e](https://github.com/rango-exchange/rango-client/commit/cb9751ee3959576cf3a3f14bbe7798926dd74360))
|
|
41
|
+
* re-design switch & radio component ([03357b6](https://github.com/rango-exchange/rango-client/commit/03357b65dd1406414f25d0b94ce3c90abd51ceb4))
|
|
42
|
+
* re-implement history list page ([9f2753e](https://github.com/rango-exchange/rango-client/commit/9f2753e43acc56a750daeb95095a9bcc2ed1642c))
|
|
43
|
+
* redesign of connect wallet page ([7b83f9d](https://github.com/rango-exchange/rango-client/commit/7b83f9d5e4660198f27043d03322a86af131b88c))
|
|
44
|
+
* redesign setting page ([77cf408](https://github.com/rango-exchange/rango-client/commit/77cf40835c423aa992bf2adb7a2af5e997027121))
|
|
45
|
+
* redesign skeleton & add swap to/from swap page ([b529e98](https://github.com/rango-exchange/rango-client/commit/b529e9859175bb9bf76b84e7885d00d2a1e3c21a))
|
|
46
|
+
* redesign sub setting page ([c028003](https://github.com/rango-exchange/rango-client/commit/c028003900b1aac8ae6e687a3f42a8519231bb01))
|
|
47
|
+
* refinement home page ([2009955](https://github.com/rango-exchange/rango-client/commit/2009955f117395f5cfdbc297b57b0f6a7a62d813))
|
|
48
|
+
* sync swap process with notifications ([8375c19](https://github.com/rango-exchange/rango-client/commit/8375c1976a8bf9be189669f74252cb7e8da95ef9))
|
|
49
|
+
* token/chain selector problems ([52ac45e](https://github.com/rango-exchange/rango-client/commit/52ac45e8471f18c96277366d1ce29eb0b4492b5e))
|
|
50
|
+
* update confirm swap and confirm wallets components ([08c0f62](https://github.com/rango-exchange/rango-client/commit/08c0f622d0e691868848084d46a8df110bc9fc37))
|
|
51
|
+
* widget colors! ([285b1ca](https://github.com/rango-exchange/rango-client/commit/285b1ca4811ada950a3dbcf581b0c915ba6d9c6e))
|
|
52
|
+
* **widget-v2:** redesign button ([db4f8e8](https://github.com/rango-exchange/rango-client/commit/db4f8e8f3984319534a83864ef9ce7394da959f1))
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
1
56
|
# [0.11.0](https://github.com/rango-exchange/rango-client/compare/widget-embedded@0.10.0...widget-embedded@0.11.0) (2023-08-03)
|
|
2
57
|
|
|
3
58
|
|
package/dist/Widget.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Widget.d.ts","sourceRoot":"","sources":["../src/Widget.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAE5C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAG/C,OAAO,KAAmD,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Widget.d.ts","sourceRoot":"","sources":["../src/Widget.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAE5C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAG/C,OAAO,KAAmD,MAAM,OAAO,CAAC;AA+BxE,MAAM,MAAM,WAAW,GAAG;IACxB,MAAM,CAAC,EAAE,YAAY,CAAC;CACvB,CAAC;AAEF,wBAAgB,IAAI,CAAC,KAAK,EAAE,iBAAiB,CAAC,WAAW,CAAC,qBA0CzD;AAED,wBAAgB,MAAM,CAAC,KAAK,EAAE,iBAAiB,CAAC,WAAW,CAAC,qBAoB3D"}
|
|
@@ -1,8 +1,11 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { WalletType } from '@rango-dev/wallets-shared';
|
|
1
|
+
import type { WidgetConfig } from '../types';
|
|
2
|
+
import type { WalletType } from '@rango-dev/wallets-shared';
|
|
3
|
+
import type { PropsWithChildren } from 'react';
|
|
4
|
+
import React from 'react';
|
|
3
5
|
export declare function AppRouter({ children, ...props }: PropsWithChildren & {
|
|
4
6
|
lastConnectedWallet: string;
|
|
5
7
|
disconnectedWallet: WalletType | undefined;
|
|
6
8
|
clearDisconnectedWallet: () => void;
|
|
9
|
+
config: WidgetConfig | undefined;
|
|
7
10
|
}): React.JSX.Element;
|
|
8
11
|
//# sourceMappingURL=AppRouter.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppRouter.d.ts","sourceRoot":"","sources":["../../src/components/AppRouter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"AppRouter.d.ts","sourceRoot":"","sources":["../../src/components/AppRouter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAC7C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAC;AAC5D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAK/C,OAAO,KAA4B,MAAM,OAAO,CAAC;AAgCjD,wBAAgB,SAAS,CAAC,EACxB,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,iBAAiB,GAAG;IACrB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,kBAAkB,EAAE,UAAU,GAAG,SAAS,CAAC;IAC3C,uBAAuB,EAAE,MAAM,IAAI,CAAC;IACpC,MAAM,EAAE,YAAY,GAAG,SAAS,CAAC;CAClC,qBAsBA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppRoutes.d.ts","sourceRoot":"","sources":["../../src/components/AppRoutes.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAE7C,OAAO,KAAK,MAAM,OAAO,CAAC;AAkB1B,UAAU,SAAS;IACjB,MAAM,CAAC,EAAE,YAAY,CAAC;CACvB;AAED,wBAAgB,SAAS,CAAC,KAAK,EAAE,SAAS,
|
|
1
|
+
{"version":3,"file":"AppRoutes.d.ts","sourceRoot":"","sources":["../../src/components/AppRoutes.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAE7C,OAAO,KAAK,MAAM,OAAO,CAAC;AAkB1B,UAAU,SAAS;IACjB,MAAM,CAAC,EAAE,YAAY,CAAC;CACvB;AAED,wBAAgB,SAAS,CAAC,KAAK,EAAE,SAAS,6EAmFzC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BlockchainList.d.ts","sourceRoot":"","sources":["../../../src/components/BlockchainList/BlockchainList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAWxD,OAAO,KAA8B,MAAM,OAAO,CAAC;AAQnD,wBAAgB,cAAc,CAAC,KAAK,EAAE,SAAS,
|
|
1
|
+
{"version":3,"file":"BlockchainList.d.ts","sourceRoot":"","sources":["../../../src/components/BlockchainList/BlockchainList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAWxD,OAAO,KAA8B,MAAM,OAAO,CAAC;AAQnD,wBAAgB,cAAc,CAAC,KAAK,EAAE,SAAS,qBAqD9C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BlockchainList.helpers.d.ts","sourceRoot":"","sources":["../../../src/components/BlockchainList/BlockchainList.helpers.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"BlockchainList.helpers.d.ts","sourceRoot":"","sources":["../../../src/components/BlockchainList/BlockchainList.helpers.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,cAAc,EAAmB,MAAM,WAAW,CAAC;AAIjE,eAAO,MAAM,YAAY,eACX,cAAc,QACpB,MAAM,KACX,OAeF,CAAC;AAEF,eAAO,MAAM,iBAAiB,SACtB,cAAc,EAAE,eACT,MAAM,kBACH,MAAM,qBAQnB,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const
|
|
1
|
+
export declare const Container: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
2
2
|
sm: string;
|
|
3
3
|
md: string;
|
|
4
4
|
lg: string;
|
|
@@ -84,6 +84,8 @@ export declare const List: import("@stitches/react/types/styled-component").Styl
|
|
|
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 List: import("@stitches/react/types/styled-component").Styl
|
|
|
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;
|
|
@@ -146,7 +151,7 @@ export declare const List: import("@stitches/react/types/styled-component").Styl
|
|
|
146
151
|
zIndices: {};
|
|
147
152
|
transitions: {};
|
|
148
153
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
149
|
-
export declare const
|
|
154
|
+
export declare const List: import("@stitches/react/types/styled-component").StyledComponent<"ul", {}, {
|
|
150
155
|
sm: string;
|
|
151
156
|
md: string;
|
|
152
157
|
lg: string;
|
|
@@ -232,6 +237,8 @@ export declare const Content: import("@stitches/react/types/styled-component").S
|
|
|
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 Content: import("@stitches/react/types/styled-component").S
|
|
|
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;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BlockchainList.styles.d.ts","sourceRoot":"","sources":["../../../src/components/BlockchainList/BlockchainList.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,
|
|
1
|
+
{"version":3,"file":"BlockchainList.styles.d.ts","sourceRoot":"","sources":["../../../src/components/BlockchainList/BlockchainList.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIpB,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAUf,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BlockchainsSection.d.ts","sourceRoot":"","sources":["../../../src/components/BlockchainsSection/BlockchainsSection.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;
|
|
1
|
+
{"version":3,"file":"BlockchainsSection.d.ts","sourceRoot":"","sources":["../../../src/components/BlockchainsSection/BlockchainsSection.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAU5D,OAAO,KAAK,MAAM,OAAO,CAAC;AAY1B,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,SAAS,qBA+DlD"}
|
|
@@ -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;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BlockchainsSection.styles.d.ts","sourceRoot":"","sources":["../../../src/components/BlockchainsSection/BlockchainsSection.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"BlockchainsSection.styles.d.ts","sourceRoot":"","sources":["../../../src/components/BlockchainsSection/BlockchainsSection.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIpB,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Step } from '@rango-dev/ui/dist/widget/ui/src/components/BestRoute/BestRoute.types';
|
|
2
2
|
import type { BestRouteResponse, BlockchainMeta } from 'rango-sdk';
|
|
3
|
-
export declare function formatBestRoute(bestRoute: BestRouteResponse): Step[] | undefined;
|
|
3
|
+
export declare function formatBestRoute(bestRoute: BestRouteResponse, blockchains: BlockchainMeta[]): Step[] | undefined;
|
|
4
4
|
export declare function getRequiredWallets(route: BestRouteResponse | null): string[];
|
|
5
5
|
export declare function isValidAddress(chain: BlockchainMeta, address: string): boolean;
|
|
6
6
|
//# sourceMappingURL=ConfirmWallets.helpers.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConfirmWallets.helpers.d.ts","sourceRoot":"","sources":["../../../src/components/ConfirmWalletsModal/ConfirmWallets.helpers.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,uEAAuE,CAAC;AAClG,OAAO,KAAK,EAAE,iBAAiB,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"ConfirmWallets.helpers.d.ts","sourceRoot":"","sources":["../../../src/components/ConfirmWalletsModal/ConfirmWallets.helpers.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,uEAAuE,CAAC;AAClG,OAAO,KAAK,EAAE,iBAAiB,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AAWnE,wBAAgB,eAAe,CAC7B,SAAS,EAAE,iBAAiB,EAC5B,WAAW,EAAE,cAAc,EAAE,GAC5B,IAAI,EAAE,GAAG,SAAS,CA8CpB;AAED,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,iBAAiB,GAAG,IAAI,GAAG,MAAM,EAAE,CAgB5E;AAED,wBAAgB,cAAc,CAC5B,KAAK,EAAE,cAAc,EACrB,OAAO,EAAE,MAAM,GACd,OAAO,CAIT"}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/// <reference types="react" />
|
|
3
3
|
/// <reference types="trusted-types" />
|
|
4
4
|
import * as Collapsible from '@radix-ui/react-collapsible';
|
|
5
|
-
|
|
5
|
+
export declare const EXPANDABLE_TRANSITION_DURATION = 300;
|
|
6
6
|
export declare const Title: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
7
7
|
sm: string;
|
|
8
8
|
md: string;
|
|
@@ -89,6 +89,8 @@ export declare const Title: import("@stitches/react/types/styled-component").Sty
|
|
|
89
89
|
md: string;
|
|
90
90
|
xl: string;
|
|
91
91
|
lg: string;
|
|
92
|
+
primary: string;
|
|
93
|
+
secondary: string;
|
|
92
94
|
};
|
|
93
95
|
fontSizes: {
|
|
94
96
|
10: string;
|
|
@@ -105,7 +107,10 @@ export declare const Title: import("@stitches/react/types/styled-component").Sty
|
|
|
105
107
|
40: string;
|
|
106
108
|
48: string;
|
|
107
109
|
};
|
|
108
|
-
fonts: {
|
|
110
|
+
fonts: {
|
|
111
|
+
primary: string;
|
|
112
|
+
widget: string;
|
|
113
|
+
};
|
|
109
114
|
fontWeights: {
|
|
110
115
|
regular: number;
|
|
111
116
|
medium: number;
|
|
@@ -237,6 +242,8 @@ export declare const ListContainer: import("@stitches/react/types/styled-compone
|
|
|
237
242
|
md: string;
|
|
238
243
|
xl: string;
|
|
239
244
|
lg: string;
|
|
245
|
+
primary: string;
|
|
246
|
+
secondary: string;
|
|
240
247
|
};
|
|
241
248
|
fontSizes: {
|
|
242
249
|
10: string;
|
|
@@ -253,7 +260,10 @@ export declare const ListContainer: import("@stitches/react/types/styled-compone
|
|
|
253
260
|
40: string;
|
|
254
261
|
48: string;
|
|
255
262
|
};
|
|
256
|
-
fonts: {
|
|
263
|
+
fonts: {
|
|
264
|
+
primary: string;
|
|
265
|
+
widget: string;
|
|
266
|
+
};
|
|
257
267
|
fontWeights: {
|
|
258
268
|
regular: number;
|
|
259
269
|
medium: number;
|
|
@@ -387,6 +397,8 @@ export declare const WalletButton: import("@stitches/react/types/styled-componen
|
|
|
387
397
|
md: string;
|
|
388
398
|
xl: string;
|
|
389
399
|
lg: string;
|
|
400
|
+
primary: string;
|
|
401
|
+
secondary: string;
|
|
390
402
|
};
|
|
391
403
|
fontSizes: {
|
|
392
404
|
10: string;
|
|
@@ -403,7 +415,10 @@ export declare const WalletButton: import("@stitches/react/types/styled-componen
|
|
|
403
415
|
40: string;
|
|
404
416
|
48: string;
|
|
405
417
|
};
|
|
406
|
-
fonts: {
|
|
418
|
+
fonts: {
|
|
419
|
+
primary: string;
|
|
420
|
+
widget: string;
|
|
421
|
+
};
|
|
407
422
|
fontWeights: {
|
|
408
423
|
regular: number;
|
|
409
424
|
medium: number;
|
|
@@ -535,6 +550,8 @@ export declare const Trigger: import("@stitches/react/types/styled-component").S
|
|
|
535
550
|
md: string;
|
|
536
551
|
xl: string;
|
|
537
552
|
lg: string;
|
|
553
|
+
primary: string;
|
|
554
|
+
secondary: string;
|
|
538
555
|
};
|
|
539
556
|
fontSizes: {
|
|
540
557
|
10: string;
|
|
@@ -551,7 +568,10 @@ export declare const Trigger: import("@stitches/react/types/styled-component").S
|
|
|
551
568
|
40: string;
|
|
552
569
|
48: string;
|
|
553
570
|
};
|
|
554
|
-
fonts: {
|
|
571
|
+
fonts: {
|
|
572
|
+
primary: string;
|
|
573
|
+
widget: string;
|
|
574
|
+
};
|
|
555
575
|
fontWeights: {
|
|
556
576
|
regular: number;
|
|
557
577
|
medium: number;
|
|
@@ -683,6 +703,8 @@ export declare const ShowMoreHeader: import("@stitches/react/types/styled-compon
|
|
|
683
703
|
md: string;
|
|
684
704
|
xl: string;
|
|
685
705
|
lg: string;
|
|
706
|
+
primary: string;
|
|
707
|
+
secondary: string;
|
|
686
708
|
};
|
|
687
709
|
fontSizes: {
|
|
688
710
|
10: string;
|
|
@@ -699,7 +721,10 @@ export declare const ShowMoreHeader: import("@stitches/react/types/styled-compon
|
|
|
699
721
|
40: string;
|
|
700
722
|
48: string;
|
|
701
723
|
};
|
|
702
|
-
fonts: {
|
|
724
|
+
fonts: {
|
|
725
|
+
primary: string;
|
|
726
|
+
widget: string;
|
|
727
|
+
};
|
|
703
728
|
fontWeights: {
|
|
704
729
|
regular: number;
|
|
705
730
|
medium: number;
|
|
@@ -745,7 +770,9 @@ export declare const ShowMoreHeader: import("@stitches/react/types/styled-compon
|
|
|
745
770
|
zIndices: {};
|
|
746
771
|
transitions: {};
|
|
747
772
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
748
|
-
export declare const NavigateBack: import("@stitches/react/types/styled-component").StyledComponent<
|
|
773
|
+
export declare const NavigateBack: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<import("@rango-dev/ui/dist/widget/ui/src/components/IconButton/IconButton.types").PropTypes & {
|
|
774
|
+
children?: import("react").ReactNode;
|
|
775
|
+
} & import("react").RefAttributes<HTMLButtonElement>>, {}, {
|
|
749
776
|
sm: string;
|
|
750
777
|
md: string;
|
|
751
778
|
lg: string;
|
|
@@ -831,6 +858,8 @@ export declare const NavigateBack: import("@stitches/react/types/styled-componen
|
|
|
831
858
|
md: string;
|
|
832
859
|
xl: string;
|
|
833
860
|
lg: string;
|
|
861
|
+
primary: string;
|
|
862
|
+
secondary: string;
|
|
834
863
|
};
|
|
835
864
|
fontSizes: {
|
|
836
865
|
10: string;
|
|
@@ -847,7 +876,10 @@ export declare const NavigateBack: import("@stitches/react/types/styled-componen
|
|
|
847
876
|
40: string;
|
|
848
877
|
48: string;
|
|
849
878
|
};
|
|
850
|
-
fonts: {
|
|
879
|
+
fonts: {
|
|
880
|
+
primary: string;
|
|
881
|
+
widget: string;
|
|
882
|
+
};
|
|
851
883
|
fontWeights: {
|
|
852
884
|
regular: number;
|
|
853
885
|
medium: number;
|
|
@@ -979,6 +1011,8 @@ export declare const WalletsContainer: import("@stitches/react/types/styled-comp
|
|
|
979
1011
|
md: string;
|
|
980
1012
|
xl: string;
|
|
981
1013
|
lg: string;
|
|
1014
|
+
primary: string;
|
|
1015
|
+
secondary: string;
|
|
982
1016
|
};
|
|
983
1017
|
fontSizes: {
|
|
984
1018
|
10: string;
|
|
@@ -995,7 +1029,10 @@ export declare const WalletsContainer: import("@stitches/react/types/styled-comp
|
|
|
995
1029
|
40: string;
|
|
996
1030
|
48: string;
|
|
997
1031
|
};
|
|
998
|
-
fonts: {
|
|
1032
|
+
fonts: {
|
|
1033
|
+
primary: string;
|
|
1034
|
+
widget: string;
|
|
1035
|
+
};
|
|
999
1036
|
fontWeights: {
|
|
1000
1037
|
regular: number;
|
|
1001
1038
|
medium: number;
|
|
@@ -1129,6 +1166,8 @@ export declare const CollapsibleRoot: import("@stitches/react/types/styled-compo
|
|
|
1129
1166
|
md: string;
|
|
1130
1167
|
xl: string;
|
|
1131
1168
|
lg: string;
|
|
1169
|
+
primary: string;
|
|
1170
|
+
secondary: string;
|
|
1132
1171
|
};
|
|
1133
1172
|
fontSizes: {
|
|
1134
1173
|
10: string;
|
|
@@ -1145,7 +1184,10 @@ export declare const CollapsibleRoot: import("@stitches/react/types/styled-compo
|
|
|
1145
1184
|
40: string;
|
|
1146
1185
|
48: string;
|
|
1147
1186
|
};
|
|
1148
|
-
fonts: {
|
|
1187
|
+
fonts: {
|
|
1188
|
+
primary: string;
|
|
1189
|
+
widget: string;
|
|
1190
|
+
};
|
|
1149
1191
|
fontWeights: {
|
|
1150
1192
|
regular: number;
|
|
1151
1193
|
medium: number;
|
|
@@ -1556,6 +1598,8 @@ export declare const CustomDestinationButton: import("@stitches/react/types/styl
|
|
|
1556
1598
|
md: string;
|
|
1557
1599
|
xl: string;
|
|
1558
1600
|
lg: string;
|
|
1601
|
+
primary: string;
|
|
1602
|
+
secondary: string;
|
|
1559
1603
|
};
|
|
1560
1604
|
fontSizes: {
|
|
1561
1605
|
10: string;
|
|
@@ -1572,7 +1616,10 @@ export declare const CustomDestinationButton: import("@stitches/react/types/styl
|
|
|
1572
1616
|
40: string;
|
|
1573
1617
|
48: string;
|
|
1574
1618
|
};
|
|
1575
|
-
fonts: {
|
|
1619
|
+
fonts: {
|
|
1620
|
+
primary: string;
|
|
1621
|
+
widget: string;
|
|
1622
|
+
};
|
|
1576
1623
|
fontWeights: {
|
|
1577
1624
|
regular: number;
|
|
1578
1625
|
medium: number;
|
|
@@ -1704,6 +1751,8 @@ export declare const CustomDestination: import("@stitches/react/types/styled-com
|
|
|
1704
1751
|
md: string;
|
|
1705
1752
|
xl: string;
|
|
1706
1753
|
lg: string;
|
|
1754
|
+
primary: string;
|
|
1755
|
+
secondary: string;
|
|
1707
1756
|
};
|
|
1708
1757
|
fontSizes: {
|
|
1709
1758
|
10: string;
|
|
@@ -1720,7 +1769,10 @@ export declare const CustomDestination: import("@stitches/react/types/styled-com
|
|
|
1720
1769
|
40: string;
|
|
1721
1770
|
48: string;
|
|
1722
1771
|
};
|
|
1723
|
-
fonts: {
|
|
1772
|
+
fonts: {
|
|
1773
|
+
primary: string;
|
|
1774
|
+
widget: string;
|
|
1775
|
+
};
|
|
1724
1776
|
fontWeights: {
|
|
1725
1777
|
regular: number;
|
|
1726
1778
|
medium: number;
|
|
@@ -1854,6 +1906,8 @@ export declare const ExpandedIcon: import("@stitches/react/types/styled-componen
|
|
|
1854
1906
|
md: string;
|
|
1855
1907
|
xl: string;
|
|
1856
1908
|
lg: string;
|
|
1909
|
+
primary: string;
|
|
1910
|
+
secondary: string;
|
|
1857
1911
|
};
|
|
1858
1912
|
fontSizes: {
|
|
1859
1913
|
10: string;
|
|
@@ -1870,7 +1924,10 @@ export declare const ExpandedIcon: import("@stitches/react/types/styled-componen
|
|
|
1870
1924
|
40: string;
|
|
1871
1925
|
48: string;
|
|
1872
1926
|
};
|
|
1873
|
-
fonts: {
|
|
1927
|
+
fonts: {
|
|
1928
|
+
primary: string;
|
|
1929
|
+
widget: string;
|
|
1930
|
+
};
|
|
1874
1931
|
fontWeights: {
|
|
1875
1932
|
regular: number;
|
|
1876
1933
|
medium: number;
|
|
@@ -2002,6 +2059,8 @@ export declare const ConfirmButton: import("@stitches/react/types/styled-compone
|
|
|
2002
2059
|
md: string;
|
|
2003
2060
|
xl: string;
|
|
2004
2061
|
lg: string;
|
|
2062
|
+
primary: string;
|
|
2063
|
+
secondary: string;
|
|
2005
2064
|
};
|
|
2006
2065
|
fontSizes: {
|
|
2007
2066
|
10: string;
|
|
@@ -2018,7 +2077,10 @@ export declare const ConfirmButton: import("@stitches/react/types/styled-compone
|
|
|
2018
2077
|
40: string;
|
|
2019
2078
|
48: string;
|
|
2020
2079
|
};
|
|
2021
|
-
fonts: {
|
|
2080
|
+
fonts: {
|
|
2081
|
+
primary: string;
|
|
2082
|
+
widget: string;
|
|
2083
|
+
};
|
|
2022
2084
|
fontWeights: {
|
|
2023
2085
|
regular: number;
|
|
2024
2086
|
medium: number;
|
|
@@ -2159,6 +2221,8 @@ export declare const StyledTextField: import("@stitches/react/types/styled-compo
|
|
|
2159
2221
|
md: string;
|
|
2160
2222
|
xl: string;
|
|
2161
2223
|
lg: string;
|
|
2224
|
+
primary: string;
|
|
2225
|
+
secondary: string;
|
|
2162
2226
|
};
|
|
2163
2227
|
fontSizes: {
|
|
2164
2228
|
10: string;
|
|
@@ -2175,7 +2239,10 @@ export declare const StyledTextField: import("@stitches/react/types/styled-compo
|
|
|
2175
2239
|
40: string;
|
|
2176
2240
|
48: string;
|
|
2177
2241
|
};
|
|
2178
|
-
fonts: {
|
|
2242
|
+
fonts: {
|
|
2243
|
+
primary: string;
|
|
2244
|
+
widget: string;
|
|
2245
|
+
};
|
|
2179
2246
|
fontWeights: {
|
|
2180
2247
|
regular: number;
|
|
2181
2248
|
medium: number;
|
|
@@ -2309,6 +2376,8 @@ export declare const CollapsibleContent: import("@stitches/react/types/styled-co
|
|
|
2309
2376
|
md: string;
|
|
2310
2377
|
xl: string;
|
|
2311
2378
|
lg: string;
|
|
2379
|
+
primary: string;
|
|
2380
|
+
secondary: string;
|
|
2312
2381
|
};
|
|
2313
2382
|
fontSizes: {
|
|
2314
2383
|
10: string;
|
|
@@ -2325,7 +2394,10 @@ export declare const CollapsibleContent: import("@stitches/react/types/styled-co
|
|
|
2325
2394
|
40: string;
|
|
2326
2395
|
48: string;
|
|
2327
2396
|
};
|
|
2328
|
-
fonts: {
|
|
2397
|
+
fonts: {
|
|
2398
|
+
primary: string;
|
|
2399
|
+
widget: string;
|
|
2400
|
+
};
|
|
2329
2401
|
fontWeights: {
|
|
2330
2402
|
regular: number;
|
|
2331
2403
|
medium: number;
|
|
@@ -2457,6 +2529,8 @@ export declare const Wallets: import("@stitches/react/types/styled-component").S
|
|
|
2457
2529
|
md: string;
|
|
2458
2530
|
xl: string;
|
|
2459
2531
|
lg: string;
|
|
2532
|
+
primary: string;
|
|
2533
|
+
secondary: string;
|
|
2460
2534
|
};
|
|
2461
2535
|
fontSizes: {
|
|
2462
2536
|
10: string;
|
|
@@ -2473,7 +2547,10 @@ export declare const Wallets: import("@stitches/react/types/styled-component").S
|
|
|
2473
2547
|
40: string;
|
|
2474
2548
|
48: string;
|
|
2475
2549
|
};
|
|
2476
|
-
fonts: {
|
|
2550
|
+
fonts: {
|
|
2551
|
+
primary: string;
|
|
2552
|
+
widget: string;
|
|
2553
|
+
};
|
|
2477
2554
|
fontWeights: {
|
|
2478
2555
|
regular: number;
|
|
2479
2556
|
medium: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConfirmWallets.styles.d.ts","sourceRoot":"","sources":["../../../src/components/ConfirmWalletsModal/ConfirmWallets.styles.ts"],"names":[],"mappings":";;;AAAA,OAAO,KAAK,WAAW,MAAM,6BAA6B,CAAC;
|
|
1
|
+
{"version":3,"file":"ConfirmWallets.styles.d.ts","sourceRoot":"","sources":["../../../src/components/ConfirmWalletsModal/ConfirmWallets.styles.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConfirmWalletsModal.d.ts","sourceRoot":"","sources":["../../../src/components/ConfirmWalletsModal/ConfirmWalletsModal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,6BAA6B,CAAC;
|
|
1
|
+
{"version":3,"file":"ConfirmWalletsModal.d.ts","sourceRoot":"","sources":["../../../src/components/ConfirmWalletsModal/ConfirmWalletsModal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,6BAA6B,CAAC;AAiB7D,OAAO,KAAuD,MAAM,OAAO,CAAC;AAiC5E,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,SAAS,qBA2bnD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WalletList.d.ts","sourceRoot":"","sources":["../../../src/components/ConfirmWalletsModal/WalletList.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"WalletList.d.ts","sourceRoot":"","sources":["../../../src/components/ConfirmWalletsModal/WalletList.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAgBnD,OAAO,KAA8B,MAAM,OAAO,CAAC;AAyBnD,wBAAgB,UAAU,CAAC,KAAK,EAAE,SAAS,qBA2P1C"}
|
|
@@ -84,6 +84,8 @@ export declare const LogoContainer: 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 LogoContainer: 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 Spinner: import("@stitches/react/types/styled-component").S
|
|
|
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 Spinner: import("@stitches/react/types/styled-component").S
|
|
|
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 WalletImageContainer: import("@stitches/react/types/styled-
|
|
|
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 WalletImageContainer: import("@stitches/react/types/styled-
|
|
|
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":"WalletList.styles.d.ts","sourceRoot":"","sources":["../../../src/components/ConfirmWalletsModal/WalletList.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"WalletList.styles.d.ts","sourceRoot":"","sources":["../../../src/components/ConfirmWalletsModal/WalletList.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAExB,CAAC;AAWH,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAYlB,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAI/B,CAAC"}
|