@lifi/widget 3.0.0-alpha.24 → 3.0.0-alpha.26
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/App.tsx +5 -5
- package/AppDefault.tsx +9 -9
- package/AppDrawer.style.tsx +1 -2
- package/AppDrawer.tsx +7 -8
- package/AppProvider.tsx +8 -7
- package/AppRoutes.tsx +19 -21
- package/_esm/App.d.ts +4 -4
- package/_esm/App.js +3 -3
- package/_esm/App.js.map +1 -1
- package/_esm/AppDefault.js +9 -9
- package/_esm/AppDefault.js.map +1 -1
- package/_esm/AppDrawer.d.ts +2 -2
- package/_esm/AppDrawer.js +5 -6
- package/_esm/AppDrawer.js.map +1 -1
- package/_esm/AppDrawer.style.d.ts +4 -4
- package/_esm/AppDrawer.style.js +1 -2
- package/_esm/AppDrawer.style.js.map +1 -1
- package/_esm/AppDrawerContext.d.ts +1 -1
- package/_esm/AppProvider.d.ts +1 -1
- package/_esm/AppProvider.js +7 -3
- package/_esm/AppProvider.js.map +1 -1
- package/_esm/AppRoutes.d.ts +1 -1
- package/_esm/AppRoutes.js +19 -15
- package/_esm/AppRoutes.js.map +1 -1
- package/_esm/components/AccountAvatar.d.ts +1 -1
- package/_esm/components/AccountAvatar.js +5 -5
- package/_esm/components/AccountAvatar.js.map +1 -1
- package/_esm/components/ActiveTransactions/ActiveTransactionItem.d.ts +1 -1
- package/_esm/components/ActiveTransactions/ActiveTransactionItem.js +12 -12
- package/_esm/components/ActiveTransactions/ActiveTransactionItem.js.map +1 -1
- package/_esm/components/ActiveTransactions/ActiveTransactions.d.ts +1 -1
- package/_esm/components/ActiveTransactions/ActiveTransactions.js +6 -5
- package/_esm/components/ActiveTransactions/ActiveTransactions.js.map +1 -1
- package/_esm/components/ActiveTransactions/ActiveTransactions.style.d.ts +6 -6
- package/_esm/components/ActiveTransactions/ActiveTransactions.style.js +2 -4
- package/_esm/components/ActiveTransactions/ActiveTransactions.style.js.map +1 -1
- package/_esm/components/ActiveTransactions/index.d.ts +2 -2
- package/_esm/components/ActiveTransactions/index.js +2 -2
- package/_esm/components/ActiveTransactions/index.js.map +1 -1
- package/_esm/components/AlertMessage/AlertMessage.d.ts +1 -1
- package/_esm/components/AlertMessage/AlertMessage.js +1 -1
- package/_esm/components/AlertMessage/AlertMessage.js.map +1 -1
- package/_esm/components/AlertMessage/AlertMessage.style.d.ts +2 -2
- package/_esm/components/AlertMessage/AlertMessage.style.js +2 -3
- package/_esm/components/AlertMessage/AlertMessage.style.js.map +1 -1
- package/_esm/components/AlertMessage/index.d.ts +3 -3
- package/_esm/components/AlertMessage/index.js +3 -3
- package/_esm/components/AlertMessage/index.js.map +1 -1
- package/_esm/components/AmountInput/AmountInput.d.ts +1 -1
- package/_esm/components/AmountInput/AmountInput.js +14 -10
- package/_esm/components/AmountInput/AmountInput.js.map +1 -1
- package/_esm/components/AmountInput/AmountInput.style.d.ts +2 -2
- package/_esm/components/AmountInput/AmountInput.style.js +1 -3
- package/_esm/components/AmountInput/AmountInput.style.js.map +1 -1
- package/_esm/components/AmountInput/AmountInputAdornment.style.d.ts +3 -3
- package/_esm/components/AmountInput/AmountInputAdornment.style.js +1 -2
- package/_esm/components/AmountInput/AmountInputAdornment.style.js.map +1 -1
- package/_esm/components/AmountInput/AmountInputEndAdornment.d.ts +1 -1
- package/_esm/components/AmountInput/AmountInputEndAdornment.js +7 -3
- package/_esm/components/AmountInput/AmountInputEndAdornment.js.map +1 -1
- package/_esm/components/AmountInput/AmountInputStartAdornment.d.ts +2 -2
- package/_esm/components/AmountInput/AmountInputStartAdornment.js +5 -3
- package/_esm/components/AmountInput/AmountInputStartAdornment.js.map +1 -1
- package/_esm/components/AmountInput/PriceFormHelperText.d.ts +2 -2
- package/_esm/components/AmountInput/PriceFormHelperText.js +4 -3
- package/_esm/components/AmountInput/PriceFormHelperText.js.map +1 -1
- package/_esm/components/AmountInput/index.d.ts +1 -1
- package/_esm/components/AmountInput/index.js +1 -1
- package/_esm/components/AmountInput/index.js.map +1 -1
- package/_esm/components/AppContainer.d.ts +2 -2
- package/_esm/components/AppContainer.js +3 -4
- package/_esm/components/AppContainer.js.map +1 -1
- package/_esm/components/BaseTransactionButton/BaseTransactionButton.d.ts +2 -2
- package/_esm/components/BaseTransactionButton/BaseTransactionButton.js +6 -5
- package/_esm/components/BaseTransactionButton/BaseTransactionButton.js.map +1 -1
- package/_esm/components/BaseTransactionButton/index.d.ts +2 -2
- package/_esm/components/BaseTransactionButton/index.js +2 -2
- package/_esm/components/BaseTransactionButton/index.js.map +1 -1
- package/_esm/components/BottomSheet/BottomSheet.d.ts +2 -2
- package/_esm/components/BottomSheet/BottomSheet.js +2 -2
- package/_esm/components/BottomSheet/BottomSheet.js.map +1 -1
- package/_esm/components/BottomSheet/index.d.ts +2 -2
- package/_esm/components/BottomSheet/index.js +2 -2
- package/_esm/components/BottomSheet/index.js.map +1 -1
- package/_esm/components/Card/Card.d.ts +2 -2
- package/_esm/components/Card/Card.js +1 -3
- package/_esm/components/Card/Card.js.map +1 -1
- package/_esm/components/Card/CardButton.d.ts +1 -1
- package/_esm/components/Card/CardButton.js +2 -2
- package/_esm/components/Card/CardButton.js.map +1 -1
- package/_esm/components/Card/CardButton.style.d.ts +3 -3
- package/_esm/components/Card/CardButton.style.js +1 -2
- package/_esm/components/Card/CardButton.style.js.map +1 -1
- package/_esm/components/Card/CardHeader.d.ts +3 -3
- package/_esm/components/Card/CardHeader.js +1 -3
- package/_esm/components/Card/CardHeader.js.map +1 -1
- package/_esm/components/Card/CardIconButton.d.ts +2 -2
- package/_esm/components/Card/CardIconButton.js +1 -2
- package/_esm/components/Card/CardIconButton.js.map +1 -1
- package/_esm/components/Card/CardLabel.d.ts +2 -2
- package/_esm/components/Card/CardLabel.js +1 -2
- package/_esm/components/Card/CardLabel.js.map +1 -1
- package/_esm/components/Card/CardTitle.d.ts +2 -2
- package/_esm/components/Card/CardTitle.js +1 -2
- package/_esm/components/Card/CardTitle.js.map +1 -1
- package/_esm/components/Card/index.d.ts +7 -7
- package/_esm/components/Card/index.js +7 -7
- package/_esm/components/Card/index.js.map +1 -1
- package/_esm/components/ChainSelect/ChainSelect.d.ts +1 -1
- package/_esm/components/ChainSelect/ChainSelect.js +6 -4
- package/_esm/components/ChainSelect/ChainSelect.js.map +1 -1
- package/_esm/components/ChainSelect/ChainSelect.style.d.ts +3 -3
- package/_esm/components/ChainSelect/ChainSelect.style.js +2 -3
- package/_esm/components/ChainSelect/ChainSelect.style.js.map +1 -1
- package/_esm/components/ChainSelect/index.d.ts +2 -2
- package/_esm/components/ChainSelect/index.js +2 -2
- package/_esm/components/ChainSelect/index.js.map +1 -1
- package/_esm/components/ChainSelect/useChainSelect.d.ts +1 -1
- package/_esm/components/ChainSelect/useChainSelect.js +7 -2
- package/_esm/components/ChainSelect/useChainSelect.js.map +1 -1
- package/_esm/components/ContractComponent/ContractComponent.js +1 -1
- package/_esm/components/ContractComponent/ContractComponent.js.map +1 -1
- package/_esm/components/ContractComponent/index.d.ts +1 -1
- package/_esm/components/ContractComponent/index.js +1 -1
- package/_esm/components/ContractComponent/index.js.map +1 -1
- package/_esm/components/Dialog.js +1 -1
- package/_esm/components/Dialog.js.map +1 -1
- package/_esm/components/GasMessage/FundsSufficiencyMessage.js +4 -5
- package/_esm/components/GasMessage/FundsSufficiencyMessage.js.map +1 -1
- package/_esm/components/GasMessage/GasMessage.d.ts +1 -1
- package/_esm/components/GasMessage/GasMessage.js +4 -3
- package/_esm/components/GasMessage/GasMessage.js.map +1 -1
- package/_esm/components/GasMessage/GasMessage.style.d.ts +1 -1
- package/_esm/components/GasMessage/GasMessage.style.js +2 -3
- package/_esm/components/GasMessage/GasMessage.style.js.map +1 -1
- package/_esm/components/GasMessage/GasRefuelMessage.d.ts +1 -1
- package/_esm/components/GasMessage/GasRefuelMessage.js +7 -6
- package/_esm/components/GasMessage/GasRefuelMessage.js.map +1 -1
- package/_esm/components/GasMessage/GasSufficiencyMessage.d.ts +2 -2
- package/_esm/components/GasMessage/GasSufficiencyMessage.js +3 -3
- package/_esm/components/GasMessage/GasSufficiencyMessage.js.map +1 -1
- package/_esm/components/GasMessage/index.d.ts +2 -2
- package/_esm/components/GasMessage/index.js +2 -2
- package/_esm/components/GasMessage/index.js.map +1 -1
- package/_esm/components/Header/CloseDrawerButton.js +4 -5
- package/_esm/components/Header/CloseDrawerButton.js.map +1 -1
- package/_esm/components/Header/EVMDisconnectIconButton.js +2 -2
- package/_esm/components/Header/EVMDisconnectIconButton.js.map +1 -1
- package/_esm/components/Header/Header.js +6 -5
- package/_esm/components/Header/Header.js.map +1 -1
- package/_esm/components/Header/Header.style.d.ts +4 -4
- package/_esm/components/Header/Header.style.js +2 -4
- package/_esm/components/Header/Header.style.js.map +1 -1
- package/_esm/components/Header/NavigationHeader.d.ts +1 -1
- package/_esm/components/Header/NavigationHeader.js +15 -15
- package/_esm/components/Header/NavigationHeader.js.map +1 -1
- package/_esm/components/Header/NavigationTabs.js +4 -3
- package/_esm/components/Header/NavigationTabs.js.map +1 -1
- package/_esm/components/Header/SVMDisconnectIconButton.js +2 -2
- package/_esm/components/Header/SVMDisconnectIconButton.js.map +1 -1
- package/_esm/components/Header/SettingsButton.js +6 -5
- package/_esm/components/Header/SettingsButton.js.map +1 -1
- package/_esm/components/Header/SettingsButton.style.d.ts +3 -3
- package/_esm/components/Header/SettingsButton.style.js +2 -5
- package/_esm/components/Header/SettingsButton.style.js.map +1 -1
- package/_esm/components/Header/TransactionHistoryButton.js +5 -6
- package/_esm/components/Header/TransactionHistoryButton.js.map +1 -1
- package/_esm/components/Header/WalletHeader.d.ts +1 -1
- package/_esm/components/Header/WalletHeader.js +15 -14
- package/_esm/components/Header/WalletHeader.js.map +1 -1
- package/_esm/components/Header/WalletMenu.js +10 -10
- package/_esm/components/Header/WalletMenu.js.map +1 -1
- package/_esm/components/Header/WalletMenu.style.js +1 -5
- package/_esm/components/Header/WalletMenu.style.js.map +1 -1
- package/_esm/components/Header/index.d.ts +1 -1
- package/_esm/components/Header/index.js +1 -1
- package/_esm/components/Header/index.js.map +1 -1
- package/_esm/components/Initializer.d.ts +1 -1
- package/_esm/components/Initializer.js +1 -1
- package/_esm/components/Initializer.js.map +1 -1
- package/_esm/components/Input.js +1 -3
- package/_esm/components/Input.js.map +1 -1
- package/_esm/components/Insurance/Insurance.d.ts +2 -2
- package/_esm/components/Insurance/Insurance.js +3 -3
- package/_esm/components/Insurance/Insurance.js.map +1 -1
- package/_esm/components/Insurance/InsuranceCard.d.ts +2 -2
- package/_esm/components/Insurance/InsuranceCard.js +7 -6
- package/_esm/components/Insurance/InsuranceCard.js.map +1 -1
- package/_esm/components/Insurance/InsuranceCollapsed.d.ts +2 -2
- package/_esm/components/Insurance/InsuranceCollapsed.js +6 -4
- package/_esm/components/Insurance/InsuranceCollapsed.js.map +1 -1
- package/_esm/components/Insurance/index.d.ts +2 -2
- package/_esm/components/Insurance/index.js +2 -2
- package/_esm/components/Insurance/index.js.map +1 -1
- package/_esm/components/Insurance/types.d.ts +1 -1
- package/_esm/components/ListItem/ListItem.d.ts +3 -3
- package/_esm/components/ListItem/ListItem.js +1 -4
- package/_esm/components/ListItem/ListItem.js.map +1 -1
- package/_esm/components/ListItem/ListItemButton.d.ts +3 -3
- package/_esm/components/ListItem/ListItemButton.js +2 -2
- package/_esm/components/ListItem/ListItemButton.js.map +1 -1
- package/_esm/components/ListItem/index.d.ts +2 -2
- package/_esm/components/ListItem/index.js +2 -2
- package/_esm/components/ListItem/index.js.map +1 -1
- package/_esm/components/ListItemButton.d.ts +3 -3
- package/_esm/components/ListItemButton.js +2 -3
- package/_esm/components/ListItemButton.js.map +1 -1
- package/_esm/components/ListItemText.d.ts +1 -1
- package/_esm/components/ListItemText.js +1 -3
- package/_esm/components/ListItemText.js.map +1 -1
- package/_esm/components/Menu.js +1 -2
- package/_esm/components/Menu.js.map +1 -1
- package/_esm/components/NFT/NFT.d.ts +2 -2
- package/_esm/components/NFT/NFT.js +2 -2
- package/_esm/components/NFT/NFT.js.map +1 -1
- package/_esm/components/NFT/NFT.style.d.ts +2 -2
- package/_esm/components/NFT/NFT.style.js +1 -2
- package/_esm/components/NFT/NFT.style.js.map +1 -1
- package/_esm/components/NFT/NFTBase.d.ts +2 -2
- package/_esm/components/NFT/NFTBase.js +2 -2
- package/_esm/components/NFT/NFTBase.js.map +1 -1
- package/_esm/components/NFT/index.d.ts +3 -3
- package/_esm/components/NFT/index.js +3 -3
- package/_esm/components/NFT/index.js.map +1 -1
- package/_esm/components/NFT/types.d.ts +1 -1
- package/_esm/components/NotFound.d.ts +1 -1
- package/_esm/components/NotFound.js +2 -2
- package/_esm/components/NotFound.js.map +1 -1
- package/_esm/components/PageContainer.d.ts +2 -2
- package/_esm/components/PageContainer.js +1 -2
- package/_esm/components/PageContainer.js.map +1 -1
- package/_esm/components/PoweredBy/PoweredBy.d.ts +1 -1
- package/_esm/components/PoweredBy/PoweredBy.js +5 -5
- package/_esm/components/PoweredBy/PoweredBy.js.map +1 -1
- package/_esm/components/PoweredBy/PoweredBy.style.d.ts +2 -2
- package/_esm/components/PoweredBy/PoweredBy.style.js +1 -2
- package/_esm/components/PoweredBy/PoweredBy.style.js.map +1 -1
- package/_esm/components/PoweredBy/index.d.ts +1 -1
- package/_esm/components/PoweredBy/index.js +1 -1
- package/_esm/components/PoweredBy/index.js.map +1 -1
- package/_esm/components/ProgressToNextUpdate/ProgressToNextUpdate.d.ts +1 -1
- package/_esm/components/ProgressToNextUpdate/index.d.ts +1 -1
- package/_esm/components/ProgressToNextUpdate/index.js +1 -1
- package/_esm/components/ProgressToNextUpdate/index.js.map +1 -1
- package/_esm/components/ReverseTokensButton/ReverseTokensButton.d.ts +1 -1
- package/_esm/components/ReverseTokensButton/ReverseTokensButton.js +6 -6
- package/_esm/components/ReverseTokensButton/ReverseTokensButton.js.map +1 -1
- package/_esm/components/ReverseTokensButton/ReverseTokensButton.style.d.ts +2 -2
- package/_esm/components/ReverseTokensButton/ReverseTokensButton.style.js +1 -2
- package/_esm/components/ReverseTokensButton/ReverseTokensButton.style.js.map +1 -1
- package/_esm/components/ReverseTokensButton/index.d.ts +1 -1
- package/_esm/components/ReverseTokensButton/index.js +1 -1
- package/_esm/components/ReverseTokensButton/index.js.map +1 -1
- package/_esm/components/RouteCard/RouteCard.d.ts +3 -3
- package/_esm/components/RouteCard/RouteCard.js +12 -12
- package/_esm/components/RouteCard/RouteCard.js.map +1 -1
- package/_esm/components/RouteCard/RouteCard.style.d.ts +2 -2
- package/_esm/components/RouteCard/RouteCard.style.js +1 -2
- package/_esm/components/RouteCard/RouteCard.style.js.map +1 -1
- package/_esm/components/RouteCard/RouteCardEssentials.d.ts +2 -2
- package/_esm/components/RouteCard/RouteCardEssentials.js +5 -6
- package/_esm/components/RouteCard/RouteCardEssentials.js.map +1 -1
- package/_esm/components/RouteCard/RouteCardEssentialsExpanded.d.ts +2 -2
- package/_esm/components/RouteCard/RouteCardEssentialsExpanded.js +5 -7
- package/_esm/components/RouteCard/RouteCardEssentialsExpanded.js.map +1 -1
- package/_esm/components/RouteCard/RouteCardSkeleton.d.ts +2 -2
- package/_esm/components/RouteCard/RouteCardSkeleton.js +3 -3
- package/_esm/components/RouteCard/RouteCardSkeleton.js.map +1 -1
- package/_esm/components/RouteCard/RouteNotFoundCard.d.ts +1 -1
- package/_esm/components/RouteCard/RouteNotFoundCard.js +2 -2
- package/_esm/components/RouteCard/RouteNotFoundCard.js.map +1 -1
- package/_esm/components/RouteCard/index.d.ts +3 -3
- package/_esm/components/RouteCard/index.js +3 -3
- package/_esm/components/RouteCard/index.js.map +1 -1
- package/_esm/components/Routes/Routes.d.ts +1 -1
- package/_esm/components/Routes/Routes.js +9 -6
- package/_esm/components/Routes/Routes.js.map +1 -1
- package/_esm/components/Routes/RoutesExpanded.js +10 -8
- package/_esm/components/Routes/RoutesExpanded.js.map +1 -1
- package/_esm/components/Routes/RoutesExpanded.style.d.ts +2 -2
- package/_esm/components/Routes/RoutesExpanded.style.js +2 -3
- package/_esm/components/Routes/RoutesExpanded.style.js.map +1 -1
- package/_esm/components/Routes/index.d.ts +2 -2
- package/_esm/components/Routes/index.js +2 -2
- package/_esm/components/Routes/index.js.map +1 -1
- package/_esm/components/Select.js +1 -6
- package/_esm/components/Select.js.map +1 -1
- package/_esm/components/SelectChainAndToken.d.ts +1 -1
- package/_esm/components/SelectChainAndToken.js +6 -7
- package/_esm/components/SelectChainAndToken.js.map +1 -1
- package/_esm/components/SelectTokenButton/SelectTokenButton.d.ts +2 -2
- package/_esm/components/SelectTokenButton/SelectTokenButton.js +11 -7
- package/_esm/components/SelectTokenButton/SelectTokenButton.js.map +1 -1
- package/_esm/components/SelectTokenButton/SelectTokenButton.style.d.ts +3 -3
- package/_esm/components/SelectTokenButton/SelectTokenButton.style.js +2 -3
- package/_esm/components/SelectTokenButton/SelectTokenButton.style.js.map +1 -1
- package/_esm/components/SelectTokenButton/index.d.ts +1 -1
- package/_esm/components/SelectTokenButton/index.js +1 -1
- package/_esm/components/SelectTokenButton/index.js.map +1 -1
- package/_esm/components/SendToWallet/SendToWallet.style.d.ts +3 -3
- package/_esm/components/SendToWallet/SendToWallet.style.js +2 -3
- package/_esm/components/SendToWallet/SendToWallet.style.js.map +1 -1
- package/_esm/components/SendToWallet/SendToWalletButton.js +16 -8
- package/_esm/components/SendToWallet/SendToWalletButton.js.map +1 -1
- package/_esm/components/SendToWallet/SendToWalletExpandButton.d.ts +1 -1
- package/_esm/components/SendToWallet/SendToWalletExpandButton.js +12 -8
- package/_esm/components/SendToWallet/SendToWalletExpandButton.js.map +1 -1
- package/_esm/components/SendToWallet/index.d.ts +3 -3
- package/_esm/components/SendToWallet/index.js +3 -3
- package/_esm/components/SendToWallet/index.js.map +1 -1
- package/_esm/components/SettingsListItemButton.d.ts +3 -3
- package/_esm/components/SettingsListItemButton.js +2 -2
- package/_esm/components/SettingsListItemButton.js.map +1 -1
- package/_esm/components/SmallAvatar.d.ts +3 -3
- package/_esm/components/SmallAvatar.js +1 -2
- package/_esm/components/SmallAvatar.js.map +1 -1
- package/_esm/components/Step/CircularProgress.js +7 -10
- package/_esm/components/Step/CircularProgress.js.map +1 -1
- package/_esm/components/Step/CircularProgress.style.d.ts +1 -1
- package/_esm/components/Step/CircularProgress.style.js +1 -3
- package/_esm/components/Step/CircularProgress.style.js.map +1 -1
- package/_esm/components/Step/DestinationWalletAddress.d.ts +1 -1
- package/_esm/components/Step/DestinationWalletAddress.js +5 -6
- package/_esm/components/Step/DestinationWalletAddress.js.map +1 -1
- package/_esm/components/Step/Step.d.ts +1 -1
- package/_esm/components/Step/Step.js +10 -9
- package/_esm/components/Step/Step.js.map +1 -1
- package/_esm/components/Step/StepList.d.ts +1 -1
- package/_esm/components/Step/StepList.js +2 -2
- package/_esm/components/Step/StepList.js.map +1 -1
- package/_esm/components/Step/StepProcess.d.ts +1 -1
- package/_esm/components/Step/StepProcess.js +5 -5
- package/_esm/components/Step/StepProcess.js.map +1 -1
- package/_esm/components/Step/StepProcess.style.d.ts +2 -2
- package/_esm/components/Step/StepProcess.style.js +1 -2
- package/_esm/components/Step/StepProcess.style.js.map +1 -1
- package/_esm/components/Step/StepTimer.d.ts +1 -1
- package/_esm/components/Step/StepTimer.js +2 -1
- package/_esm/components/Step/StepTimer.js.map +1 -1
- package/_esm/components/Step/index.d.ts +2 -2
- package/_esm/components/Step/index.js +2 -2
- package/_esm/components/Step/index.js.map +1 -1
- package/_esm/components/StepActions/StepActions.d.ts +3 -3
- package/_esm/components/StepActions/StepActions.js +12 -14
- package/_esm/components/StepActions/StepActions.js.map +1 -1
- package/_esm/components/StepActions/StepActions.style.d.ts +3 -3
- package/_esm/components/StepActions/StepActions.style.js +1 -4
- package/_esm/components/StepActions/StepActions.style.js.map +1 -1
- package/_esm/components/StepActions/StepFeeBreakdown.d.ts +1 -1
- package/_esm/components/StepActions/StepFeeBreakdown.js +3 -3
- package/_esm/components/StepActions/StepFeeBreakdown.js.map +1 -1
- package/_esm/components/StepActions/StepFees.d.ts +1 -1
- package/_esm/components/StepActions/StepFees.js +1 -1
- package/_esm/components/StepActions/StepFees.js.map +1 -1
- package/_esm/components/StepActions/index.d.ts +1 -1
- package/_esm/components/StepActions/index.js +1 -1
- package/_esm/components/StepActions/index.js.map +1 -1
- package/_esm/components/StepActions/types.d.ts +1 -1
- package/_esm/components/StepDivider/StepDivider.d.ts +1 -1
- package/_esm/components/StepDivider/StepDivider.js +1 -1
- package/_esm/components/StepDivider/StepDivider.js.map +1 -1
- package/_esm/components/StepDivider/StepDivider.style.d.ts +2 -2
- package/_esm/components/StepDivider/StepDivider.style.js +1 -2
- package/_esm/components/StepDivider/StepDivider.style.js.map +1 -1
- package/_esm/components/StepDivider/index.d.ts +1 -1
- package/_esm/components/StepDivider/index.js +1 -1
- package/_esm/components/StepDivider/index.js.map +1 -1
- package/_esm/components/Switch.js +1 -3
- package/_esm/components/Switch.js.map +1 -1
- package/_esm/components/Tabs/Tabs.style.d.ts +3 -3
- package/_esm/components/Tabs/Tabs.style.js +2 -3
- package/_esm/components/Tabs/Tabs.style.js.map +1 -1
- package/_esm/components/Tabs/index.d.ts +1 -1
- package/_esm/components/Tabs/index.js +1 -1
- package/_esm/components/Tabs/index.js.map +1 -1
- package/_esm/components/TextFitter/TextFitter.d.ts +1 -1
- package/_esm/components/TextFitter/TextFitter.js +1 -1
- package/_esm/components/TextFitter/TextFitter.js.map +1 -1
- package/_esm/components/TextFitter/index.d.ts +1 -1
- package/_esm/components/TextFitter/index.js +1 -1
- package/_esm/components/TextFitter/index.js.map +1 -1
- package/_esm/components/Token/Token.js +7 -6
- package/_esm/components/Token/Token.js.map +1 -1
- package/_esm/components/Token/Token.style.d.ts +2 -2
- package/_esm/components/Token/Token.style.js +1 -2
- package/_esm/components/Token/Token.style.js.map +1 -1
- package/_esm/components/Token/index.d.ts +2 -2
- package/_esm/components/Token/index.js +2 -2
- package/_esm/components/Token/index.js.map +1 -1
- package/_esm/components/TokenAvatar/TokenAvatar.d.ts +1 -1
- package/_esm/components/TokenAvatar/TokenAvatar.js +4 -3
- package/_esm/components/TokenAvatar/TokenAvatar.js.map +1 -1
- package/_esm/components/TokenAvatar/TokenAvatar.style.d.ts +1 -1
- package/_esm/components/TokenAvatar/TokenAvatar.style.js +1 -4
- package/_esm/components/TokenAvatar/TokenAvatar.style.js.map +1 -1
- package/_esm/components/TokenAvatar/index.d.ts +2 -2
- package/_esm/components/TokenAvatar/index.js +2 -2
- package/_esm/components/TokenAvatar/index.js.map +1 -1
- package/_esm/components/TokenList/TokenList.d.ts +1 -1
- package/_esm/components/TokenList/TokenList.js +10 -5
- package/_esm/components/TokenList/TokenList.js.map +1 -1
- package/_esm/components/TokenList/TokenList.style.d.ts +4 -4
- package/_esm/components/TokenList/TokenList.style.js +2 -3
- package/_esm/components/TokenList/TokenList.style.js.map +1 -1
- package/_esm/components/TokenList/TokenListItem.d.ts +2 -2
- package/_esm/components/TokenList/TokenListItem.js +6 -5
- package/_esm/components/TokenList/TokenListItem.js.map +1 -1
- package/_esm/components/TokenList/TokenNotFound.d.ts +2 -2
- package/_esm/components/TokenList/TokenNotFound.js +5 -4
- package/_esm/components/TokenList/TokenNotFound.js.map +1 -1
- package/_esm/components/TokenList/VirtualizedTokenList.d.ts +1 -1
- package/_esm/components/TokenList/VirtualizedTokenList.js +1 -1
- package/_esm/components/TokenList/VirtualizedTokenList.js.map +1 -1
- package/_esm/components/TokenList/index.d.ts +2 -2
- package/_esm/components/TokenList/index.js +2 -2
- package/_esm/components/TokenList/index.js.map +1 -1
- package/_esm/components/TokenList/types.d.ts +3 -3
- package/_esm/components/TokenList/useTokenSelect.d.ts +1 -1
- package/_esm/components/TokenList/useTokenSelect.js +6 -3
- package/_esm/components/TokenList/useTokenSelect.js.map +1 -1
- package/_esm/config/theme.d.ts +2 -2
- package/_esm/config/theme.js +14 -13
- package/_esm/config/theme.js.map +1 -1
- package/_esm/config/version.d.ts +1 -1
- package/_esm/config/version.js +1 -1
- package/_esm/hooks/index.d.ts +34 -34
- package/_esm/hooks/index.js +34 -34
- package/_esm/hooks/index.js.map +1 -1
- package/_esm/hooks/useAddressValidation.d.ts +1 -1
- package/_esm/hooks/useAddressValidation.js +1 -1
- package/_esm/hooks/useAddressValidation.js.map +1 -1
- package/_esm/hooks/useAvailableChains.js +3 -2
- package/_esm/hooks/useAvailableChains.js.map +1 -1
- package/_esm/hooks/useChain.js +1 -1
- package/_esm/hooks/useChain.js.map +1 -1
- package/_esm/hooks/useChains.d.ts +1 -1
- package/_esm/hooks/useChains.js +3 -3
- package/_esm/hooks/useChains.js.map +1 -1
- package/_esm/hooks/useContentHeight.js +3 -3
- package/_esm/hooks/useContentHeight.js.map +1 -1
- package/_esm/hooks/useDebouncedWatch.d.ts +1 -1
- package/_esm/hooks/useDebouncedWatch.js +1 -1
- package/_esm/hooks/useDebouncedWatch.js.map +1 -1
- package/_esm/hooks/useDefaultElementId.js +1 -1
- package/_esm/hooks/useDefaultElementId.js.map +1 -1
- package/_esm/hooks/useExpandableVariant.js +2 -2
- package/_esm/hooks/useExpandableVariant.js.map +1 -1
- package/_esm/hooks/useFromTokenSufficiency.js +5 -4
- package/_esm/hooks/useFromTokenSufficiency.js.map +1 -1
- package/_esm/hooks/useGasRecommendation.d.ts +1 -1
- package/_esm/hooks/useGasRecommendation.js +1 -1
- package/_esm/hooks/useGasRecommendation.js.map +1 -1
- package/_esm/hooks/useGasRefuel.js +4 -4
- package/_esm/hooks/useGasRefuel.js.map +1 -1
- package/_esm/hooks/useGasSufficiency.js +3 -3
- package/_esm/hooks/useGasSufficiency.js.map +1 -1
- package/_esm/hooks/useInitializer.js +2 -2
- package/_esm/hooks/useInitializer.js.map +1 -1
- package/_esm/hooks/useLanguages.js +3 -2
- package/_esm/hooks/useLanguages.js.map +1 -1
- package/_esm/hooks/useProcessMessage.d.ts +1 -1
- package/_esm/hooks/useProcessMessage.js +3 -3
- package/_esm/hooks/useProcessMessage.js.map +1 -1
- package/_esm/hooks/useRouteExecution.d.ts +1 -1
- package/_esm/hooks/useRouteExecution.js +5 -4
- package/_esm/hooks/useRouteExecution.js.map +1 -1
- package/_esm/hooks/useRoutes.d.ts +1 -1
- package/_esm/hooks/useRoutes.js +11 -6
- package/_esm/hooks/useRoutes.js.map +1 -1
- package/_esm/hooks/useScrollableContainer.js +2 -2
- package/_esm/hooks/useScrollableContainer.js.map +1 -1
- package/_esm/hooks/useSettingMonitor.js +3 -3
- package/_esm/hooks/useSettingMonitor.js.map +1 -1
- package/_esm/hooks/useSwapOnly.js +1 -1
- package/_esm/hooks/useSwapOnly.js.map +1 -1
- package/_esm/hooks/useToAddressRequirements.js +4 -4
- package/_esm/hooks/useToAddressRequirements.js.map +1 -1
- package/_esm/hooks/useToAddressReset.js +5 -3
- package/_esm/hooks/useToAddressReset.js.map +1 -1
- package/_esm/hooks/useToken.js +2 -2
- package/_esm/hooks/useToken.js.map +1 -1
- package/_esm/hooks/useTokenAddressBalance.d.ts +2 -2
- package/_esm/hooks/useTokenAddressBalance.js +1 -1
- package/_esm/hooks/useTokenAddressBalance.js.map +1 -1
- package/_esm/hooks/useTokenBalance.d.ts +1 -1
- package/_esm/hooks/useTokenBalance.js +1 -1
- package/_esm/hooks/useTokenBalance.js.map +1 -1
- package/_esm/hooks/useTokenBalances.d.ts +2 -2
- package/_esm/hooks/useTokenBalances.js +2 -2
- package/_esm/hooks/useTokenBalances.js.map +1 -1
- package/_esm/hooks/useTokenSearch.d.ts +1 -1
- package/_esm/hooks/useTokens.d.ts +1 -1
- package/_esm/hooks/useTokens.js +2 -2
- package/_esm/hooks/useTokens.js.map +1 -1
- package/_esm/hooks/useTools.js +3 -3
- package/_esm/hooks/useTools.js.map +1 -1
- package/_esm/hooks/useTransactionDetails.js +1 -1
- package/_esm/hooks/useTransactionDetails.js.map +1 -1
- package/_esm/hooks/useTransactionHistory.js +1 -1
- package/_esm/hooks/useTransactionHistory.js.map +1 -1
- package/_esm/hooks/useWidgetEvents.d.ts +4 -3
- package/_esm/hooks/useWidgetEvents.js +3 -1
- package/_esm/hooks/useWidgetEvents.js.map +1 -1
- package/_esm/i18n/index.js +14 -14
- package/_esm/i18n/index.js.map +1 -1
- package/_esm/icons/InsuraceLogo.js +1 -1
- package/_esm/icons/InsuraceLogo.js.map +1 -1
- package/_esm/icons/index.d.ts +2 -2
- package/_esm/icons/index.js +2 -2
- package/_esm/icons/index.js.map +1 -1
- package/_esm/index.d.ts +12 -9
- package/_esm/index.js +11 -8
- package/_esm/index.js.map +1 -1
- package/_esm/pages/ActiveTransactionsPage/ActiveTransactionsEmpty.d.ts +1 -1
- package/_esm/pages/ActiveTransactionsPage/ActiveTransactionsEmpty.js +2 -2
- package/_esm/pages/ActiveTransactionsPage/ActiveTransactionsEmpty.js.map +1 -1
- package/_esm/pages/ActiveTransactionsPage/ActiveTransactionsPage.js +9 -7
- package/_esm/pages/ActiveTransactionsPage/ActiveTransactionsPage.js.map +1 -1
- package/_esm/pages/ActiveTransactionsPage/index.d.ts +1 -1
- package/_esm/pages/ActiveTransactionsPage/index.js +1 -1
- package/_esm/pages/ActiveTransactionsPage/index.js.map +1 -1
- package/_esm/pages/LanguagesPage/LanguagesPage.d.ts +1 -1
- package/_esm/pages/LanguagesPage/LanguagesPage.js +6 -6
- package/_esm/pages/LanguagesPage/LanguagesPage.js.map +1 -1
- package/_esm/pages/LanguagesPage/index.d.ts +1 -1
- package/_esm/pages/LanguagesPage/index.js +1 -1
- package/_esm/pages/LanguagesPage/index.js.map +1 -1
- package/_esm/pages/MainPage/MainGasMessage.d.ts +1 -1
- package/_esm/pages/MainPage/MainGasMessage.js +2 -2
- package/_esm/pages/MainPage/MainGasMessage.js.map +1 -1
- package/_esm/pages/MainPage/MainPage.d.ts +1 -1
- package/_esm/pages/MainPage/MainPage.js +13 -12
- package/_esm/pages/MainPage/MainPage.js.map +1 -1
- package/_esm/pages/MainPage/MainPage.style.d.ts +2 -2
- package/_esm/pages/MainPage/MainPage.style.js +1 -2
- package/_esm/pages/MainPage/MainPage.style.js.map +1 -1
- package/_esm/pages/MainPage/ReviewButton.d.ts +1 -1
- package/_esm/pages/MainPage/ReviewButton.js +8 -5
- package/_esm/pages/MainPage/ReviewButton.js.map +1 -1
- package/_esm/pages/MainPage/index.d.ts +1 -1
- package/_esm/pages/MainPage/index.js +1 -1
- package/_esm/pages/MainPage/index.js.map +1 -1
- package/_esm/pages/RoutesPage/RoutesPage.d.ts +1 -1
- package/_esm/pages/RoutesPage/RoutesPage.js +10 -6
- package/_esm/pages/RoutesPage/RoutesPage.js.map +1 -1
- package/_esm/pages/RoutesPage/RoutesPage.style.d.ts +3 -3
- package/_esm/pages/RoutesPage/RoutesPage.style.js +1 -2
- package/_esm/pages/RoutesPage/RoutesPage.style.js.map +1 -1
- package/_esm/pages/RoutesPage/index.d.ts +1 -1
- package/_esm/pages/RoutesPage/index.js +1 -1
- package/_esm/pages/RoutesPage/index.js.map +1 -1
- package/_esm/pages/SelectChainPage/SelectChainPage.d.ts +2 -2
- package/_esm/pages/SelectChainPage/SelectChainPage.js +6 -6
- package/_esm/pages/SelectChainPage/SelectChainPage.js.map +1 -1
- package/_esm/pages/SelectChainPage/index.d.ts +1 -1
- package/_esm/pages/SelectChainPage/index.js +1 -1
- package/_esm/pages/SelectChainPage/index.js.map +1 -1
- package/_esm/pages/SelectChainPage/types.d.ts +1 -1
- package/_esm/pages/SelectEnabledToolsPage/SelectEnabledToolsPage.d.ts +1 -1
- package/_esm/pages/SelectEnabledToolsPage/SelectEnabledToolsPage.js +9 -11
- package/_esm/pages/SelectEnabledToolsPage/SelectEnabledToolsPage.js.map +1 -1
- package/_esm/pages/SelectEnabledToolsPage/index.d.ts +1 -1
- package/_esm/pages/SelectEnabledToolsPage/index.js +1 -1
- package/_esm/pages/SelectEnabledToolsPage/index.js.map +1 -1
- package/_esm/pages/SelectNativeTokenPage/SelectNativeTokenPage.d.ts +2 -2
- package/_esm/pages/SelectNativeTokenPage/SelectNativeTokenPage.js +7 -6
- package/_esm/pages/SelectNativeTokenPage/SelectNativeTokenPage.js.map +1 -1
- package/_esm/pages/SelectNativeTokenPage/index.d.ts +1 -1
- package/_esm/pages/SelectNativeTokenPage/index.js +1 -1
- package/_esm/pages/SelectNativeTokenPage/index.js.map +1 -1
- package/_esm/pages/SelectTokenPage/SearchTokenInput.js +6 -5
- package/_esm/pages/SelectTokenPage/SearchTokenInput.js.map +1 -1
- package/_esm/pages/SelectTokenPage/SearchTokenInput.style.d.ts +1 -1
- package/_esm/pages/SelectTokenPage/SearchTokenInput.style.js +2 -2
- package/_esm/pages/SelectTokenPage/SearchTokenInput.style.js.map +1 -1
- package/_esm/pages/SelectTokenPage/SelectTokenPage.d.ts +1 -1
- package/_esm/pages/SelectTokenPage/SelectTokenPage.js +8 -5
- package/_esm/pages/SelectTokenPage/SelectTokenPage.js.map +1 -1
- package/_esm/pages/SelectTokenPage/index.d.ts +2 -2
- package/_esm/pages/SelectTokenPage/index.js +2 -2
- package/_esm/pages/SelectTokenPage/index.js.map +1 -1
- package/_esm/pages/SelectWalletPage/EVMListItemButton.js +5 -4
- package/_esm/pages/SelectWalletPage/EVMListItemButton.js.map +1 -1
- package/_esm/pages/SelectWalletPage/SVMListItemButton.js +5 -4
- package/_esm/pages/SelectWalletPage/SVMListItemButton.js.map +1 -1
- package/_esm/pages/SelectWalletPage/SelectWalletPage.js +8 -9
- package/_esm/pages/SelectWalletPage/SelectWalletPage.js.map +1 -1
- package/_esm/pages/SelectWalletPage/index.d.ts +1 -1
- package/_esm/pages/SelectWalletPage/index.js +1 -1
- package/_esm/pages/SelectWalletPage/index.js.map +1 -1
- package/_esm/pages/SendToWallet/BookmarkAddressSheet.d.ts +3 -3
- package/_esm/pages/SendToWallet/BookmarkAddressSheet.js +7 -8
- package/_esm/pages/SendToWallet/BookmarkAddressSheet.js.map +1 -1
- package/_esm/pages/SendToWallet/BookmarksPage.js +17 -17
- package/_esm/pages/SendToWallet/BookmarksPage.js.map +1 -1
- package/_esm/pages/SendToWallet/ConfirmAddressSheet.d.ts +3 -3
- package/_esm/pages/SendToWallet/ConfirmAddressSheet.js +8 -8
- package/_esm/pages/SendToWallet/ConfirmAddressSheet.js.map +1 -1
- package/_esm/pages/SendToWallet/ConnectedWalletsPage.js +16 -16
- package/_esm/pages/SendToWallet/ConnectedWalletsPage.js.map +1 -1
- package/_esm/pages/SendToWallet/EmptyListIndicator.js +1 -1
- package/_esm/pages/SendToWallet/EmptyListIndicator.js.map +1 -1
- package/_esm/pages/SendToWallet/RecentWalletsPage.js +18 -18
- package/_esm/pages/SendToWallet/RecentWalletsPage.js.map +1 -1
- package/_esm/pages/SendToWallet/SendToConfiguredWalletPage.js +16 -13
- package/_esm/pages/SendToWallet/SendToConfiguredWalletPage.js.map +1 -1
- package/_esm/pages/SendToWallet/SendToWalletPage.js +14 -12
- package/_esm/pages/SendToWallet/SendToWalletPage.js.map +1 -1
- package/_esm/pages/SendToWallet/SendToWalletPage.style.d.ts +12 -12
- package/_esm/pages/SendToWallet/SendToWalletPage.style.js +4 -4
- package/_esm/pages/SendToWallet/SendToWalletPage.style.js.map +1 -1
- package/_esm/pages/SendToWallet/index.d.ts +5 -5
- package/_esm/pages/SendToWallet/index.js +5 -5
- package/_esm/pages/SendToWallet/index.js.map +1 -1
- package/_esm/pages/SettingsPage/BridgeAndExchangeSettings.d.ts +1 -1
- package/_esm/pages/SettingsPage/BridgeAndExchangeSettings.js +8 -9
- package/_esm/pages/SettingsPage/BridgeAndExchangeSettings.js.map +1 -1
- package/_esm/pages/SettingsPage/GasPriceSettings.d.ts +1 -1
- package/_esm/pages/SettingsPage/GasPriceSettings.js +8 -6
- package/_esm/pages/SettingsPage/GasPriceSettings.js.map +1 -1
- package/_esm/pages/SettingsPage/LanguageSetting.d.ts +1 -1
- package/_esm/pages/SettingsPage/LanguageSetting.js +8 -7
- package/_esm/pages/SettingsPage/LanguageSetting.js.map +1 -1
- package/_esm/pages/SettingsPage/ResetSettingsButton.d.ts +1 -1
- package/_esm/pages/SettingsPage/ResetSettingsButton.js +4 -4
- package/_esm/pages/SettingsPage/ResetSettingsButton.js.map +1 -1
- package/_esm/pages/SettingsPage/ResetSettingsButton.style.d.ts +1 -1
- package/_esm/pages/SettingsPage/ResetSettingsButton.style.js +2 -3
- package/_esm/pages/SettingsPage/ResetSettingsButton.style.js.map +1 -1
- package/_esm/pages/SettingsPage/RoutePrioritySettings.d.ts +1 -1
- package/_esm/pages/SettingsPage/RoutePrioritySettings.js +8 -6
- package/_esm/pages/SettingsPage/RoutePrioritySettings.js.map +1 -1
- package/_esm/pages/SettingsPage/SendToWalletOptionSetting.js +10 -7
- package/_esm/pages/SettingsPage/SendToWalletOptionSetting.js.map +1 -1
- package/_esm/pages/SettingsPage/SettingsCard/BadgedValue.d.ts +1 -1
- package/_esm/pages/SettingsPage/SettingsCard/BadgedValue.js +2 -2
- package/_esm/pages/SettingsPage/SettingsCard/BadgedValue.js.map +1 -1
- package/_esm/pages/SettingsPage/SettingsCard/SettingCard.style.d.ts +2 -2
- package/_esm/pages/SettingsPage/SettingsCard/SettingCard.style.js +1 -3
- package/_esm/pages/SettingsPage/SettingsCard/SettingCard.style.js.map +1 -1
- package/_esm/pages/SettingsPage/SettingsCard/SettingCardExpandable.d.ts +1 -1
- package/_esm/pages/SettingsPage/SettingsCard/SettingCardExpandable.js +4 -3
- package/_esm/pages/SettingsPage/SettingsCard/SettingCardExpandable.js.map +1 -1
- package/_esm/pages/SettingsPage/SettingsCard/index.d.ts +4 -4
- package/_esm/pages/SettingsPage/SettingsCard/index.js +4 -4
- package/_esm/pages/SettingsPage/SettingsCard/index.js.map +1 -1
- package/_esm/pages/SettingsPage/SettingsPage.js +11 -10
- package/_esm/pages/SettingsPage/SettingsPage.js.map +1 -1
- package/_esm/pages/SettingsPage/SlippageSettings/SlippageSettings.d.ts +1 -1
- package/_esm/pages/SettingsPage/SlippageSettings/SlippageSettings.js +10 -9
- package/_esm/pages/SettingsPage/SlippageSettings/SlippageSettings.js.map +1 -1
- package/_esm/pages/SettingsPage/SlippageSettings/SlippageSettings.style.d.ts +2 -2
- package/_esm/pages/SettingsPage/SlippageSettings/SlippageSettings.style.js +2 -4
- package/_esm/pages/SettingsPage/SlippageSettings/SlippageSettings.style.js.map +1 -1
- package/_esm/pages/SettingsPage/SlippageSettings/index.d.ts +1 -1
- package/_esm/pages/SettingsPage/SlippageSettings/index.js +1 -1
- package/_esm/pages/SettingsPage/SlippageSettings/index.js.map +1 -1
- package/_esm/pages/SettingsPage/ThemeSettings.d.ts +1 -1
- package/_esm/pages/SettingsPage/ThemeSettings.js +10 -12
- package/_esm/pages/SettingsPage/ThemeSettings.js.map +1 -1
- package/_esm/pages/SettingsPage/index.d.ts +1 -1
- package/_esm/pages/SettingsPage/index.js +1 -1
- package/_esm/pages/SettingsPage/index.js.map +1 -1
- package/_esm/pages/TransactionDetailsPage/ContactSupportButton.js +2 -2
- package/_esm/pages/TransactionDetailsPage/ContactSupportButton.js.map +1 -1
- package/_esm/pages/TransactionDetailsPage/TransactionDetailsPage.d.ts +1 -1
- package/_esm/pages/TransactionDetailsPage/TransactionDetailsPage.js +19 -14
- package/_esm/pages/TransactionDetailsPage/TransactionDetailsPage.js.map +1 -1
- package/_esm/pages/TransactionDetailsPage/TransactionDetailsSkeleton.js +3 -3
- package/_esm/pages/TransactionDetailsPage/TransactionDetailsSkeleton.js.map +1 -1
- package/_esm/pages/TransactionDetailsPage/index.d.ts +1 -1
- package/_esm/pages/TransactionDetailsPage/index.js +1 -1
- package/_esm/pages/TransactionDetailsPage/index.js.map +1 -1
- package/_esm/pages/TransactionHistoryPage/TransactionHistoryEmpty.d.ts +1 -1
- package/_esm/pages/TransactionHistoryPage/TransactionHistoryEmpty.js +2 -2
- package/_esm/pages/TransactionHistoryPage/TransactionHistoryEmpty.js.map +1 -1
- package/_esm/pages/TransactionHistoryPage/TransactionHistoryItem.d.ts +1 -1
- package/_esm/pages/TransactionHistoryPage/TransactionHistoryItem.js +4 -3
- package/_esm/pages/TransactionHistoryPage/TransactionHistoryItem.js.map +1 -1
- package/_esm/pages/TransactionHistoryPage/TransactionHistoryPage.d.ts +1 -1
- package/_esm/pages/TransactionHistoryPage/TransactionHistoryPage.js +6 -6
- package/_esm/pages/TransactionHistoryPage/TransactionHistoryPage.js.map +1 -1
- package/_esm/pages/TransactionHistoryPage/TransactionHistorySkeleton.js +3 -2
- package/_esm/pages/TransactionHistoryPage/TransactionHistorySkeleton.js.map +1 -1
- package/_esm/pages/TransactionHistoryPage/index.d.ts +1 -1
- package/_esm/pages/TransactionHistoryPage/index.js +1 -1
- package/_esm/pages/TransactionHistoryPage/index.js.map +1 -1
- package/_esm/pages/TransactionPage/ExchangeRateBottomSheet.d.ts +1 -1
- package/_esm/pages/TransactionPage/ExchangeRateBottomSheet.js +6 -6
- package/_esm/pages/TransactionPage/ExchangeRateBottomSheet.js.map +1 -1
- package/_esm/pages/TransactionPage/StartTransactionButton.d.ts +2 -2
- package/_esm/pages/TransactionPage/StartTransactionButton.js +5 -3
- package/_esm/pages/TransactionPage/StartTransactionButton.js.map +1 -1
- package/_esm/pages/TransactionPage/StatusBottomSheet.d.ts +2 -2
- package/_esm/pages/TransactionPage/StatusBottomSheet.js +18 -13
- package/_esm/pages/TransactionPage/StatusBottomSheet.js.map +1 -1
- package/_esm/pages/TransactionPage/StatusBottomSheet.style.d.ts +2 -2
- package/_esm/pages/TransactionPage/StatusBottomSheet.style.js +2 -3
- package/_esm/pages/TransactionPage/StatusBottomSheet.style.js.map +1 -1
- package/_esm/pages/TransactionPage/TokenValueBottomSheet.d.ts +2 -2
- package/_esm/pages/TransactionPage/TokenValueBottomSheet.js +6 -6
- package/_esm/pages/TransactionPage/TokenValueBottomSheet.js.map +1 -1
- package/_esm/pages/TransactionPage/TransactionPage.d.ts +1 -1
- package/_esm/pages/TransactionPage/TransactionPage.js +21 -17
- package/_esm/pages/TransactionPage/TransactionPage.js.map +1 -1
- package/_esm/pages/TransactionPage/index.d.ts +1 -1
- package/_esm/pages/TransactionPage/index.js +1 -1
- package/_esm/pages/TransactionPage/index.js.map +1 -1
- package/_esm/pages/TransactionPage/types.d.ts +1 -1
- package/_esm/providers/I18nProvider/I18nProvider.d.ts +1 -1
- package/_esm/providers/I18nProvider/I18nProvider.js +5 -4
- package/_esm/providers/I18nProvider/I18nProvider.js.map +1 -1
- package/_esm/providers/I18nProvider/index.d.ts +2 -2
- package/_esm/providers/I18nProvider/index.js +2 -2
- package/_esm/providers/I18nProvider/index.js.map +1 -1
- package/_esm/providers/I18nProvider/types.d.ts +1 -1
- package/_esm/providers/ThemeProvider/ThemeProvider.d.ts +1 -1
- package/_esm/providers/ThemeProvider/ThemeProvider.js +4 -5
- package/_esm/providers/ThemeProvider/ThemeProvider.js.map +1 -1
- package/_esm/providers/ThemeProvider/index.d.ts +1 -1
- package/_esm/providers/ThemeProvider/index.js +1 -1
- package/_esm/providers/ThemeProvider/index.js.map +1 -1
- package/_esm/providers/WalletProvider/EVMBaseProvider.js +5 -5
- package/_esm/providers/WalletProvider/EVMBaseProvider.js.map +1 -1
- package/_esm/providers/WalletProvider/EVMExternalContext.d.ts +1 -1
- package/_esm/providers/WalletProvider/EVMProvider.js +4 -4
- package/_esm/providers/WalletProvider/EVMProvider.js.map +1 -1
- package/_esm/providers/WalletProvider/SDKProviders.js +1 -1
- package/_esm/providers/WalletProvider/SDKProviders.js.map +1 -1
- package/_esm/providers/WalletProvider/SVMExternalContext.d.ts +1 -1
- package/_esm/providers/WalletProvider/SVMProvider.js +4 -4
- package/_esm/providers/WalletProvider/SVMProvider.js.map +1 -1
- package/_esm/providers/WalletProvider/WalletProvider.js +3 -3
- package/_esm/providers/WalletProvider/WalletProvider.js.map +1 -1
- package/_esm/providers/WalletProvider/index.d.ts +3 -3
- package/_esm/providers/WalletProvider/index.js +3 -3
- package/_esm/providers/WalletProvider/index.js.map +1 -1
- package/_esm/providers/WalletProvider/useHasExternalWalletProvider.js +2 -2
- package/_esm/providers/WalletProvider/useHasExternalWalletProvider.js.map +1 -1
- package/_esm/providers/WidgetProvider/WidgetProvider.d.ts +2 -2
- package/_esm/providers/WidgetProvider/WidgetProvider.js +4 -4
- package/_esm/providers/WidgetProvider/WidgetProvider.js.map +1 -1
- package/_esm/providers/WidgetProvider/index.d.ts +2 -2
- package/_esm/providers/WidgetProvider/index.js +2 -2
- package/_esm/providers/WidgetProvider/index.js.map +1 -1
- package/_esm/providers/WidgetProvider/types.d.ts +1 -1
- package/_esm/providers/WidgetProvider/utils.d.ts +2 -2
- package/_esm/providers/WidgetProvider/utils.js +1 -1
- package/_esm/providers/WidgetProvider/utils.js.map +1 -1
- package/_esm/stores/StoreProvider.d.ts +1 -1
- package/_esm/stores/StoreProvider.js +6 -6
- package/_esm/stores/StoreProvider.js.map +1 -1
- package/_esm/stores/bookmarks/BookmarkStore.d.ts +3 -3
- package/_esm/stores/bookmarks/BookmarkStore.js +2 -2
- package/_esm/stores/bookmarks/BookmarkStore.js.map +1 -1
- package/_esm/stores/bookmarks/createBookmarkStore.d.ts +3 -3
- package/_esm/stores/bookmarks/index.d.ts +5 -5
- package/_esm/stores/bookmarks/index.js +5 -5
- package/_esm/stores/bookmarks/index.js.map +1 -1
- package/_esm/stores/bookmarks/types.d.ts +2 -2
- package/_esm/stores/bookmarks/useBookmarkActions.d.ts +1 -1
- package/_esm/stores/bookmarks/useBookmarkActions.js +1 -1
- package/_esm/stores/bookmarks/useBookmarkActions.js.map +1 -1
- package/_esm/stores/bookmarks/useBookmarks.d.ts +1 -1
- package/_esm/stores/bookmarks/useBookmarks.js +1 -1
- package/_esm/stores/bookmarks/useBookmarks.js.map +1 -1
- package/_esm/stores/chains/ChainOrderStore.d.ts +3 -3
- package/_esm/stores/chains/ChainOrderStore.js +5 -5
- package/_esm/stores/chains/ChainOrderStore.js.map +1 -1
- package/_esm/stores/chains/createChainOrderStore.d.ts +2 -2
- package/_esm/stores/chains/index.d.ts +4 -4
- package/_esm/stores/chains/index.js +4 -4
- package/_esm/stores/chains/index.js.map +1 -1
- package/_esm/stores/chains/types.d.ts +1 -1
- package/_esm/stores/chains/useChainOrder.d.ts +1 -1
- package/_esm/stores/chains/useChainOrder.js +1 -1
- package/_esm/stores/chains/useChainOrder.js.map +1 -1
- package/_esm/stores/form/FormStore.d.ts +0 -4
- package/_esm/stores/form/FormStore.js +6 -14
- package/_esm/stores/form/FormStore.js.map +1 -1
- package/_esm/stores/form/FormStoreContext.d.ts +3 -0
- package/_esm/stores/form/FormStoreContext.js +3 -0
- package/_esm/stores/form/FormStoreContext.js.map +1 -0
- package/_esm/stores/form/FormUpdater.d.ts +1 -1
- package/_esm/stores/form/FormUpdater.js +4 -4
- package/_esm/stores/form/FormUpdater.js.map +1 -1
- package/_esm/stores/form/URLSearchParamsBuilder.js +2 -1
- package/_esm/stores/form/URLSearchParamsBuilder.js.map +1 -1
- package/_esm/stores/form/createFormStore.d.ts +1 -1
- package/_esm/stores/form/index.d.ts +10 -10
- package/_esm/stores/form/index.js +10 -10
- package/_esm/stores/form/index.js.map +1 -1
- package/_esm/stores/form/useFieldActions.d.ts +1 -1
- package/_esm/stores/form/useFieldActions.js +1 -1
- package/_esm/stores/form/useFieldActions.js.map +1 -1
- package/_esm/stores/form/useFieldController.d.ts +2 -2
- package/_esm/stores/form/useFieldController.js +2 -2
- package/_esm/stores/form/useFieldController.js.map +1 -1
- package/_esm/stores/form/useFieldValues.d.ts +2 -2
- package/_esm/stores/form/useFieldValues.js +1 -1
- package/_esm/stores/form/useFieldValues.js.map +1 -1
- package/_esm/stores/form/useFormStore.d.ts +3 -0
- package/_esm/stores/form/useFormStore.js +11 -0
- package/_esm/stores/form/useFormStore.js.map +1 -0
- package/_esm/stores/form/useTouchedFields.d.ts +4 -4
- package/_esm/stores/form/useTouchedFields.js +1 -1
- package/_esm/stores/form/useTouchedFields.js.map +1 -1
- package/_esm/stores/form/useValidation.d.ts +1 -1
- package/_esm/stores/form/useValidation.js +1 -1
- package/_esm/stores/form/useValidation.js.map +1 -1
- package/_esm/stores/form/useValidationActions.d.ts +1 -1
- package/_esm/stores/form/useValidationActions.js +1 -1
- package/_esm/stores/form/useValidationActions.js.map +1 -1
- package/_esm/stores/header/index.d.ts +1 -1
- package/_esm/stores/header/index.js +1 -1
- package/_esm/stores/header/index.js.map +1 -1
- package/_esm/stores/header/types.d.ts +1 -1
- package/_esm/stores/header/useHeaderStore.d.ts +3 -3
- package/_esm/stores/routes/RouteExecutionStore.d.ts +3 -3
- package/_esm/stores/routes/RouteExecutionStore.js +1 -1
- package/_esm/stores/routes/RouteExecutionStore.js.map +1 -1
- package/_esm/stores/routes/createRouteExecutionStore.d.ts +2 -2
- package/_esm/stores/routes/createRouteExecutionStore.js +3 -3
- package/_esm/stores/routes/createRouteExecutionStore.js.map +1 -1
- package/_esm/stores/routes/index.d.ts +5 -5
- package/_esm/stores/routes/index.js +5 -5
- package/_esm/stores/routes/index.js.map +1 -1
- package/_esm/stores/routes/useExecutingRoutesIds.js +3 -3
- package/_esm/stores/routes/useExecutingRoutesIds.js.map +1 -1
- package/_esm/stores/routes/useSetExecutableRoute.js +1 -1
- package/_esm/stores/routes/useSetExecutableRoute.js.map +1 -1
- package/_esm/stores/settings/index.d.ts +6 -6
- package/_esm/stores/settings/index.js +6 -6
- package/_esm/stores/settings/index.js.map +1 -1
- package/_esm/stores/settings/types.d.ts +1 -2
- package/_esm/stores/settings/useAppearance.d.ts +1 -1
- package/_esm/stores/settings/useAppearance.js +1 -1
- package/_esm/stores/settings/useAppearance.js.map +1 -1
- package/_esm/stores/settings/useSendToWalletStore.d.ts +1 -1
- package/_esm/stores/settings/useSettings.d.ts +1 -1
- package/_esm/stores/settings/useSettings.js +1 -1
- package/_esm/stores/settings/useSettings.js.map +1 -1
- package/_esm/stores/settings/useSettingsStore.d.ts +2 -2
- package/_esm/stores/settings/useSettingsStore.js +1 -1
- package/_esm/stores/settings/useSettingsStore.js.map +1 -1
- package/_esm/stores/settings/useSplitSubvariantStore.d.ts +2 -2
- package/_esm/types/index.d.ts +3 -3
- package/_esm/types/index.js +3 -3
- package/_esm/types/index.js.map +1 -1
- package/_esm/types/widget.d.ts +3 -3
- package/_esm/types/widget.js.map +1 -1
- package/_esm/utils/chainType.js +1 -1
- package/_esm/utils/chainType.js.map +1 -1
- package/_esm/utils/colors.d.ts +0 -1
- package/_esm/utils/colors.js +1 -5
- package/_esm/utils/colors.js.map +1 -1
- package/_esm/utils/converters.d.ts +1 -1
- package/_esm/utils/index.d.ts +12 -12
- package/_esm/utils/index.js +12 -12
- package/_esm/utils/index.js.map +1 -1
- package/_esm/utils/item.d.ts +1 -1
- package/components/AccountAvatar.tsx +6 -6
- package/components/ActiveTransactions/ActiveTransactionItem.tsx +12 -12
- package/components/ActiveTransactions/ActiveTransactions.style.ts +3 -3
- package/components/ActiveTransactions/ActiveTransactions.tsx +6 -5
- package/components/ActiveTransactions/index.ts +2 -2
- package/components/AlertMessage/AlertMessage.style.tsx +6 -4
- package/components/AlertMessage/AlertMessage.tsx +5 -2
- package/components/AlertMessage/index.ts +3 -3
- package/components/AmountInput/AmountInput.style.tsx +7 -3
- package/components/AmountInput/AmountInput.tsx +14 -15
- package/components/AmountInput/AmountInputAdornment.style.tsx +1 -2
- package/components/AmountInput/AmountInputEndAdornment.tsx +8 -8
- package/components/AmountInput/AmountInputStartAdornment.tsx +6 -4
- package/components/AmountInput/PriceFormHelperText.tsx +5 -4
- package/components/AmountInput/index.ts +1 -1
- package/components/AppContainer.tsx +4 -5
- package/components/BaseTransactionButton/BaseTransactionButton.tsx +7 -6
- package/components/BaseTransactionButton/index.ts +2 -2
- package/components/BottomSheet/BottomSheet.tsx +3 -3
- package/components/BottomSheet/index.ts +2 -2
- package/components/Card/Card.tsx +8 -3
- package/components/Card/CardButton.style.tsx +1 -2
- package/components/Card/CardButton.tsx +4 -4
- package/components/Card/CardHeader.tsx +5 -3
- package/components/Card/CardIconButton.tsx +1 -2
- package/components/Card/CardLabel.tsx +1 -2
- package/components/Card/CardTitle.tsx +1 -2
- package/components/Card/index.ts +7 -7
- package/components/ChainSelect/ChainSelect.style.tsx +2 -3
- package/components/ChainSelect/ChainSelect.tsx +7 -5
- package/components/ChainSelect/index.ts +2 -2
- package/components/ChainSelect/useChainSelect.ts +8 -8
- package/components/ContractComponent/ContractComponent.tsx +1 -1
- package/components/ContractComponent/index.ts +1 -1
- package/components/Dialog.tsx +1 -1
- package/components/GasMessage/FundsSufficiencyMessage.tsx +4 -5
- package/components/GasMessage/GasMessage.style.ts +2 -3
- package/components/GasMessage/GasMessage.tsx +4 -3
- package/components/GasMessage/GasRefuelMessage.tsx +7 -6
- package/components/GasMessage/GasSufficiencyMessage.tsx +4 -4
- package/components/GasMessage/index.ts +2 -2
- package/components/Header/CloseDrawerButton.tsx +4 -5
- package/components/Header/EVMDisconnectIconButton.tsx +2 -2
- package/components/Header/Header.style.ts +10 -4
- package/components/Header/Header.tsx +6 -5
- package/components/Header/NavigationHeader.tsx +15 -15
- package/components/Header/NavigationTabs.tsx +4 -3
- package/components/Header/SVMDisconnectIconButton.tsx +2 -2
- package/components/Header/SettingsButton.style.tsx +11 -5
- package/components/Header/SettingsButton.tsx +10 -6
- package/components/Header/TransactionHistoryButton.tsx +5 -6
- package/components/Header/WalletHeader.tsx +17 -18
- package/components/Header/WalletMenu.style.tsx +7 -5
- package/components/Header/WalletMenu.tsx +15 -11
- package/components/Header/index.ts +1 -1
- package/components/Initializer.tsx +1 -1
- package/components/Input.tsx +1 -3
- package/components/Insurance/Insurance.tsx +4 -4
- package/components/Insurance/InsuranceCard.tsx +8 -7
- package/components/Insurance/InsuranceCollapsed.tsx +7 -9
- package/components/Insurance/index.ts +2 -2
- package/components/Insurance/types.ts +1 -1
- package/components/ListItem/ListItem.tsx +6 -4
- package/components/ListItem/ListItemButton.tsx +2 -2
- package/components/ListItem/index.ts +2 -2
- package/components/ListItemButton.tsx +2 -3
- package/components/ListItemText.tsx +5 -3
- package/components/Menu.tsx +1 -1
- package/components/NFT/NFT.style.ts +1 -2
- package/components/NFT/NFT.tsx +3 -3
- package/components/NFT/NFTBase.tsx +3 -3
- package/components/NFT/index.ts +3 -3
- package/components/NFT/types.ts +1 -1
- package/components/NotFound.tsx +2 -2
- package/components/PageContainer.ts +1 -2
- package/components/PoweredBy/PoweredBy.style.ts +1 -2
- package/components/PoweredBy/PoweredBy.tsx +5 -5
- package/components/PoweredBy/index.ts +1 -1
- package/components/ProgressToNextUpdate/index.ts +1 -1
- package/components/ReverseTokensButton/ReverseTokensButton.style.tsx +6 -2
- package/components/ReverseTokensButton/ReverseTokensButton.tsx +7 -7
- package/components/ReverseTokensButton/index.ts +1 -1
- package/components/RouteCard/RouteCard.style.ts +1 -2
- package/components/RouteCard/RouteCard.tsx +16 -16
- package/components/RouteCard/RouteCardEssentials.tsx +9 -7
- package/components/RouteCard/RouteCardEssentialsExpanded.tsx +10 -9
- package/components/RouteCard/RouteCardSkeleton.tsx +4 -4
- package/components/RouteCard/RouteNotFoundCard.tsx +2 -2
- package/components/RouteCard/index.ts +3 -3
- package/components/Routes/Routes.tsx +9 -6
- package/components/Routes/RoutesExpanded.style.ts +2 -3
- package/components/Routes/RoutesExpanded.tsx +10 -8
- package/components/Routes/index.ts +2 -2
- package/components/Select.tsx +8 -6
- package/components/SelectChainAndToken.tsx +6 -7
- package/components/SelectTokenButton/SelectTokenButton.style.tsx +2 -3
- package/components/SelectTokenButton/SelectTokenButton.tsx +12 -8
- package/components/SelectTokenButton/index.ts +1 -1
- package/components/SendToWallet/SendToWallet.style.tsx +2 -3
- package/components/SendToWallet/SendToWalletButton.tsx +16 -15
- package/components/SendToWallet/SendToWalletExpandButton.tsx +12 -13
- package/components/SendToWallet/index.ts +3 -3
- package/components/SettingsListItemButton.tsx +2 -2
- package/components/SmallAvatar.tsx +1 -2
- package/components/Step/CircularProgress.style.tsx +8 -3
- package/components/Step/CircularProgress.tsx +12 -10
- package/components/Step/DestinationWalletAddress.tsx +5 -6
- package/components/Step/Step.tsx +10 -9
- package/components/Step/StepList.tsx +3 -3
- package/components/Step/StepProcess.style.tsx +1 -2
- package/components/Step/StepProcess.tsx +5 -5
- package/components/Step/StepTimer.tsx +2 -1
- package/components/Step/index.ts +2 -2
- package/components/StepActions/StepActions.style.tsx +3 -3
- package/components/StepActions/StepActions.tsx +14 -16
- package/components/StepActions/StepFeeBreakdown.tsx +3 -3
- package/components/StepActions/StepFees.tsx +1 -1
- package/components/StepActions/index.ts +1 -1
- package/components/StepActions/types.ts +1 -1
- package/components/StepDivider/StepDivider.style.tsx +1 -2
- package/components/StepDivider/StepDivider.tsx +1 -1
- package/components/StepDivider/index.ts +1 -1
- package/components/Switch.tsx +6 -3
- package/components/Tabs/Tabs.style.tsx +3 -2
- package/components/Tabs/index.ts +1 -1
- package/components/TextFitter/TextFitter.tsx +2 -2
- package/components/TextFitter/index.ts +1 -1
- package/components/Token/Token.style.tsx +1 -2
- package/components/Token/Token.tsx +10 -6
- package/components/Token/index.ts +2 -2
- package/components/TokenAvatar/TokenAvatar.style.tsx +7 -4
- package/components/TokenAvatar/TokenAvatar.tsx +4 -3
- package/components/TokenAvatar/index.ts +2 -2
- package/components/TokenList/TokenList.style.tsx +2 -3
- package/components/TokenList/TokenList.tsx +12 -13
- package/components/TokenList/TokenListItem.tsx +7 -10
- package/components/TokenList/TokenNotFound.tsx +6 -5
- package/components/TokenList/VirtualizedTokenList.tsx +3 -3
- package/components/TokenList/index.ts +2 -2
- package/components/TokenList/types.ts +3 -3
- package/components/TokenList/useTokenSelect.ts +7 -8
- package/config/theme.ts +20 -14
- package/config/version.ts +1 -1
- package/hooks/index.ts +34 -34
- package/hooks/useAddressValidation.ts +1 -1
- package/hooks/useAvailableChains.ts +3 -2
- package/hooks/useChain.ts +1 -1
- package/hooks/useChains.ts +4 -4
- package/hooks/useContentHeight.ts +3 -3
- package/hooks/useDebouncedWatch.ts +2 -2
- package/hooks/useDefaultElementId.ts +1 -1
- package/hooks/useExpandableVariant.ts +2 -2
- package/hooks/useFromTokenSufficiency.ts +5 -4
- package/hooks/useGasRecommendation.ts +1 -1
- package/hooks/useGasRefuel.ts +4 -4
- package/hooks/useGasSufficiency.ts +3 -3
- package/hooks/useInitializer.ts +2 -2
- package/hooks/useLanguages.ts +3 -2
- package/hooks/useProcessMessage.ts +4 -4
- package/hooks/useRouteExecution.ts +8 -6
- package/hooks/useRoutes.ts +11 -6
- package/hooks/useScrollableContainer.ts +2 -2
- package/hooks/useSettingMonitor.ts +3 -3
- package/hooks/useSwapOnly.ts +1 -1
- package/hooks/useToAddressRequirements.ts +4 -4
- package/hooks/useToAddressReset.ts +5 -3
- package/hooks/useToken.ts +2 -2
- package/hooks/useTokenAddressBalance.ts +2 -2
- package/hooks/useTokenBalance.ts +1 -1
- package/hooks/useTokenBalances.ts +3 -3
- package/hooks/useTokenSearch.ts +1 -1
- package/hooks/useTokens.ts +3 -3
- package/hooks/useTools.ts +3 -3
- package/hooks/useTransactionDetails.ts +1 -1
- package/hooks/useTransactionHistory.ts +1 -1
- package/hooks/useWidgetEvents.ts +4 -2
- package/i18n/index.ts +14 -14
- package/icons/InsuraceLogo.tsx +1 -1
- package/icons/index.ts +2 -2
- package/index.ts +12 -14
- package/package.json +2 -2
- package/pages/ActiveTransactionsPage/ActiveTransactionsEmpty.tsx +2 -2
- package/pages/ActiveTransactionsPage/ActiveTransactionsPage.tsx +9 -11
- package/pages/ActiveTransactionsPage/index.ts +1 -1
- package/pages/LanguagesPage/LanguagesPage.tsx +6 -6
- package/pages/LanguagesPage/index.ts +1 -1
- package/pages/MainPage/MainGasMessage.tsx +2 -2
- package/pages/MainPage/MainPage.style.tsx +1 -2
- package/pages/MainPage/MainPage.tsx +13 -15
- package/pages/MainPage/ReviewButton.tsx +8 -9
- package/pages/MainPage/index.ts +1 -1
- package/pages/RoutesPage/RoutesPage.style.ts +1 -2
- package/pages/RoutesPage/RoutesPage.tsx +10 -10
- package/pages/RoutesPage/index.ts +1 -1
- package/pages/SelectChainPage/SelectChainPage.tsx +7 -7
- package/pages/SelectChainPage/index.ts +1 -1
- package/pages/SelectChainPage/types.ts +1 -1
- package/pages/SelectEnabledToolsPage/SelectEnabledToolsPage.tsx +16 -13
- package/pages/SelectEnabledToolsPage/index.ts +1 -1
- package/pages/SelectNativeTokenPage/SelectNativeTokenPage.tsx +8 -7
- package/pages/SelectNativeTokenPage/index.ts +1 -1
- package/pages/SelectTokenPage/SearchTokenInput.style.tsx +2 -2
- package/pages/SelectTokenPage/SearchTokenInput.tsx +6 -5
- package/pages/SelectTokenPage/SelectTokenPage.tsx +9 -11
- package/pages/SelectTokenPage/index.ts +2 -2
- package/pages/SelectWalletPage/EVMListItemButton.tsx +5 -4
- package/pages/SelectWalletPage/SVMListItemButton.tsx +5 -4
- package/pages/SelectWalletPage/SelectWalletPage.tsx +8 -8
- package/pages/SelectWalletPage/index.ts +1 -1
- package/pages/SendToWallet/BookmarkAddressSheet.tsx +11 -14
- package/pages/SendToWallet/BookmarksPage.tsx +28 -22
- package/pages/SendToWallet/ConfirmAddressSheet.tsx +11 -11
- package/pages/SendToWallet/ConnectedWalletsPage.tsx +25 -20
- package/pages/SendToWallet/EmptyListIndicator.tsx +1 -1
- package/pages/SendToWallet/RecentWalletsPage.tsx +31 -28
- package/pages/SendToWallet/SendToConfiguredWalletPage.tsx +22 -19
- package/pages/SendToWallet/SendToWalletPage.style.tsx +5 -5
- package/pages/SendToWallet/SendToWalletPage.tsx +20 -23
- package/pages/SendToWallet/index.ts +5 -5
- package/pages/SettingsPage/BridgeAndExchangeSettings.tsx +8 -9
- package/pages/SettingsPage/GasPriceSettings.tsx +8 -6
- package/pages/SettingsPage/LanguageSetting.tsx +8 -7
- package/pages/SettingsPage/ResetSettingsButton.style.tsx +2 -3
- package/pages/SettingsPage/ResetSettingsButton.tsx +4 -4
- package/pages/SettingsPage/RoutePrioritySettings.tsx +8 -6
- package/pages/SettingsPage/SendToWalletOptionSetting.tsx +10 -12
- package/pages/SettingsPage/SettingsCard/BadgedValue.tsx +3 -3
- package/pages/SettingsPage/SettingsCard/SettingCard.style.tsx +1 -3
- package/pages/SettingsPage/SettingsCard/SettingCardExpandable.tsx +6 -6
- package/pages/SettingsPage/SettingsCard/index.ts +4 -4
- package/pages/SettingsPage/SettingsPage.tsx +11 -10
- package/pages/SettingsPage/SlippageSettings/SlippageSettings.style.tsx +9 -4
- package/pages/SettingsPage/SlippageSettings/SlippageSettings.tsx +10 -10
- package/pages/SettingsPage/SlippageSettings/index.ts +1 -1
- package/pages/SettingsPage/ThemeSettings.tsx +11 -13
- package/pages/SettingsPage/index.ts +1 -1
- package/pages/TransactionDetailsPage/ContactSupportButton.tsx +2 -2
- package/pages/TransactionDetailsPage/TransactionDetailsPage.tsx +19 -14
- package/pages/TransactionDetailsPage/TransactionDetailsSkeleton.tsx +3 -3
- package/pages/TransactionDetailsPage/index.ts +1 -1
- package/pages/TransactionHistoryPage/TransactionHistoryEmpty.tsx +2 -2
- package/pages/TransactionHistoryPage/TransactionHistoryItem.tsx +4 -3
- package/pages/TransactionHistoryPage/TransactionHistoryPage.tsx +6 -6
- package/pages/TransactionHistoryPage/TransactionHistorySkeleton.tsx +3 -2
- package/pages/TransactionHistoryPage/index.ts +1 -1
- package/pages/TransactionPage/ExchangeRateBottomSheet.tsx +7 -7
- package/pages/TransactionPage/StartTransactionButton.tsx +6 -8
- package/pages/TransactionPage/StatusBottomSheet.style.tsx +2 -3
- package/pages/TransactionPage/StatusBottomSheet.tsx +27 -29
- package/pages/TransactionPage/TokenValueBottomSheet.tsx +7 -7
- package/pages/TransactionPage/TransactionPage.tsx +23 -27
- package/pages/TransactionPage/index.ts +1 -1
- package/pages/TransactionPage/types.ts +1 -1
- package/providers/I18nProvider/I18nProvider.tsx +6 -5
- package/providers/I18nProvider/index.ts +2 -2
- package/providers/I18nProvider/types.ts +1 -1
- package/providers/ThemeProvider/ThemeProvider.tsx +7 -5
- package/providers/ThemeProvider/index.ts +1 -1
- package/providers/WalletProvider/EVMBaseProvider.tsx +5 -5
- package/providers/WalletProvider/EVMProvider.tsx +4 -4
- package/providers/WalletProvider/SDKProviders.tsx +1 -1
- package/providers/WalletProvider/SVMProvider.tsx +4 -4
- package/providers/WalletProvider/WalletProvider.tsx +3 -3
- package/providers/WalletProvider/index.ts +3 -3
- package/providers/WalletProvider/useHasExternalWalletProvider.ts +2 -2
- package/providers/WidgetProvider/WidgetProvider.tsx +5 -5
- package/providers/WidgetProvider/index.ts +2 -2
- package/providers/WidgetProvider/types.ts +1 -1
- package/providers/WidgetProvider/utils.ts +2 -2
- package/stores/StoreProvider.tsx +7 -7
- package/stores/bookmarks/BookmarkStore.tsx +4 -4
- package/stores/bookmarks/createBookmarkStore.ts +3 -3
- package/stores/bookmarks/index.ts +5 -5
- package/stores/bookmarks/types.ts +2 -2
- package/stores/bookmarks/useBookmarkActions.ts +2 -2
- package/stores/bookmarks/useBookmarks.ts +2 -2
- package/stores/chains/ChainOrderStore.tsx +8 -8
- package/stores/chains/createChainOrderStore.ts +2 -2
- package/stores/chains/index.ts +4 -4
- package/stores/chains/types.ts +1 -1
- package/stores/chains/useChainOrder.ts +2 -2
- package/stores/form/FormStore.tsx +7 -24
- package/stores/form/FormStoreContext.ts +4 -0
- package/stores/form/FormUpdater.tsx +5 -5
- package/stores/form/URLSearchParamsBuilder.tsx +3 -2
- package/stores/form/createFormStore.ts +1 -1
- package/stores/form/index.ts +10 -10
- package/stores/form/useFieldActions.ts +2 -2
- package/stores/form/useFieldController.ts +3 -3
- package/stores/form/useFieldValues.ts +2 -2
- package/stores/form/useFormStore.ts +19 -0
- package/stores/form/useTouchedFields.ts +1 -1
- package/stores/form/useValidation.ts +2 -2
- package/stores/form/useValidationActions.ts +2 -2
- package/stores/header/index.ts +1 -1
- package/stores/header/useHeaderStore.tsx +2 -2
- package/stores/routes/RouteExecutionStore.tsx +3 -3
- package/stores/routes/createRouteExecutionStore.ts +5 -5
- package/stores/routes/index.ts +5 -5
- package/stores/routes/useExecutingRoutesIds.ts +4 -4
- package/stores/routes/useSetExecutableRoute.ts +1 -1
- package/stores/settings/index.ts +6 -6
- package/stores/settings/types.ts +1 -3
- package/stores/settings/useAppearance.ts +2 -2
- package/stores/settings/useSendToWalletStore.ts +1 -1
- package/stores/settings/useSettings.ts +2 -2
- package/stores/settings/useSettingsStore.ts +3 -3
- package/stores/settings/useSplitSubvariantStore.tsx +1 -1
- package/types/index.ts +3 -3
- package/types/widget.ts +6 -4
- package/utils/chainType.ts +1 -1
- package/utils/colors.ts +1 -7
- package/utils/converters.ts +1 -1
- package/utils/index.ts +12 -12
- package/utils/item.ts +1 -1
- package/_esm/providers/index.d.ts +0 -4
- package/_esm/providers/index.js +0 -5
- package/_esm/providers/index.js.map +0 -1
- package/_esm/stores/index.d.ts +0 -7
- package/_esm/stores/index.js +0 -8
- package/_esm/stores/index.js.map +0 -1
- package/providers/index.ts +0 -4
- package/stores/index.ts +0 -7
|
@@ -16,7 +16,7 @@ export declare const Card: import("@emotion/styled").StyledComponent<import("@mu
|
|
|
16
16
|
indented?: boolean | undefined;
|
|
17
17
|
onClick?: MouseEventHandler<HTMLDivElement> | undefined;
|
|
18
18
|
pointerEvents?: "auto" | "none" | undefined;
|
|
19
|
-
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
19
|
+
} & import("@mui/material/OverridableComponent.js").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
20
20
|
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
21
|
-
}, keyof import("@mui/system").BoxOwnProps<Theme> | keyof import("@mui/material/OverridableComponent").CommonProps>, {}, {}>;
|
|
21
|
+
}, keyof import("@mui/system").BoxOwnProps<Theme> | keyof import("@mui/material/OverridableComponent.js").CommonProps>, {}, {}>;
|
|
22
22
|
export {};
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
import { Box } from '@mui/material';
|
|
2
|
-
import { badgeClasses } from '@mui/material/Badge';
|
|
3
|
-
import { alpha, darken, lighten, styled } from '@mui/material/styles';
|
|
1
|
+
import { Box, alpha, badgeClasses, darken, lighten, styled, } from '@mui/material';
|
|
4
2
|
const getBackgroundColor = (theme, variant, selectionColor) => variant === 'selected'
|
|
5
3
|
? selectionColor === 'primary'
|
|
6
4
|
? theme.palette.mode === 'light'
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Card.js","sourceRoot":"","sources":["../../../components/Card/Card.tsx"],"names":[],"mappings":"AACA,OAAO,
|
|
1
|
+
{"version":3,"file":"Card.js","sourceRoot":"","sources":["../../../components/Card/Card.tsx"],"names":[],"mappings":"AACA,OAAO,EACL,GAAG,EACH,KAAK,EACL,YAAY,EACZ,MAAM,EACN,OAAO,EACP,MAAM,GACP,MAAM,eAAe,CAAC;AAavB,MAAM,kBAAkB,GAAG,CACzB,KAAY,EACZ,OAAqB,EACrB,cAAwC,EACxC,EAAE,CACF,OAAO,KAAK,UAAU;IACpB,CAAC,CAAC,cAAc,KAAK,SAAS;QAC5B,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,IAAI,KAAK,OAAO;YAC9B,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI,EAAE,IAAI,CAAC;YACzC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI,EAAE,IAAI,CAAC;QAC3C,CAAC,CAAC,KAAK,CACH,KAAK,CAAC,OAAO,CAAC,SAAS,CAAC,IAAI,EAC5B,KAAK,CAAC,OAAO,CAAC,IAAI,KAAK,OAAO,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAC7C;IACL,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,UAAU,CAAC,KAAK,CAAC;AAErC,MAAM,CAAC,MAAM,IAAI,GAAG,MAAM,CAAC,GAAG,EAAE;IAC9B,iBAAiB,EAAE,CAAC,IAAI,EAAE,EAAE,CAC1B,CAAC,CAAC,SAAS,EAAE,UAAU,EAAE,gBAAgB,EAAE,eAAe,CAAC,CAAC,QAAQ,CAClE,IAAc,CACf;CACJ,CAAC,CAAY,CAAC,EACb,KAAK,EACL,OAAO,EACP,cAAc,GAAG,SAAS,EAC1B,QAAQ,EACR,aAAa,EACb,OAAO,GACR,EAAE,EAAE;IACH,MAAM,eAAe,GAAG,kBAAkB,CAAC,KAAK,EAAE,OAAO,EAAE,cAAc,CAAC,CAAC;IAC3E,MAAM,oBAAoB,GAAG,OAAO;QAClC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,IAAI,KAAK,OAAO;YAC9B,CAAC,CAAC,MAAM,CAAC,eAAe,EAAE,IAAI,CAAC;YAC/B,CAAC,CAAC,OAAO,CAAC,eAAe,EAAE,IAAI,CAAC;QAClC,CAAC,CAAC,eAAe,CAAC;IACpB,OAAO;QACL,eAAe;QACf,MAAM,EAAE,WAAW;QACnB,WAAW,EACT,OAAO,KAAK,OAAO;YACjB,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,IAAI;YAC1B,CAAC,CAAC,OAAO,KAAK,UAAU;gBACtB,CAAC,CAAC,cAAc,KAAK,SAAS;oBAC5B,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI;oBAC5B,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,SAAS,CAAC,IAAI,EAAE,IAAI,CAAC;gBAC7C,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,IAAI,KAAK,OAAO;oBAC9B,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,GAAG,CAAC;oBACzB,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,GAAG,CAAC;QACjC,YAAY,EAAE,KAAK,CAAC,KAAK,CAAC,YAAY;QACtC,QAAQ,EAAE,QAAQ;QAClB,QAAQ,EAAE,UAAU;QACpB,OAAO,EAAE,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QACxC,SAAS,EAAE,YAAY;QACvB,SAAS,EAAE;YACT,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS;YACvC,eAAe,EAAE,oBAAoB;SACtC;QACD,CAAC,YAAY,YAAY,CAAC,KAAK,QAAQ,CAAC,EAAE;YACxC,WAAW,EAAE,oBAAoB;SAClC;QACD,UAAU,EAAE,KAAK,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC,kBAAkB,CAAC,EAAE;YACzD,QAAQ,EAAE,KAAK,CAAC,WAAW,CAAC,QAAQ,CAAC,cAAc;YACnD,MAAM,EAAE,KAAK,CAAC,WAAW,CAAC,MAAM,CAAC,OAAO;SACzC,CAAC;QACF,aAAa;KACd,CAAC;AACJ,CAAC,CAAC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { MouseEventHandler, PropsWithChildren } from 'react';
|
|
2
|
-
import type { SettingCardTitle } from '../../pages/SettingsPage/SettingsCard/types';
|
|
2
|
+
import type { SettingCardTitle } from '../../pages/SettingsPage/SettingsCard/types.js';
|
|
3
3
|
interface SettingCardButtonProps extends SettingCardTitle {
|
|
4
4
|
onClick: MouseEventHandler;
|
|
5
5
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { Card } from './
|
|
3
|
-
import { CardRowButton,
|
|
2
|
+
import { Card } from './Card.js';
|
|
3
|
+
import { CardRowButton, CardTitleContainer, CardValue, } from './CardButton.style.js';
|
|
4
4
|
export const CardButton = ({ onClick, icon, title, children }) => (_jsx(Card, { children: _jsxs(CardRowButton, { onClick: onClick, disableRipple: true, children: [_jsxs(CardTitleContainer, { children: [icon, _jsx(CardValue, { children: title })] }), children] }) }));
|
|
5
5
|
//# sourceMappingURL=CardButton.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CardButton.js","sourceRoot":"","sources":["../../../components/Card/CardButton.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,IAAI,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"CardButton.js","sourceRoot":"","sources":["../../../components/Card/CardButton.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AACjC,OAAO,EACL,aAAa,EACb,kBAAkB,EAClB,SAAS,GACV,MAAM,uBAAuB,CAAC;AAM/B,MAAM,CAAC,MAAM,UAAU,GAEnB,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,KAAK,EAAE,QAAQ,EAAE,EAAE,EAAE,CAAC,CAC1C,KAAC,IAAI,cACH,MAAC,aAAa,IAAC,OAAO,EAAE,OAAO,EAAE,aAAa,mBAC5C,MAAC,kBAAkB,eAChB,IAAI,EACL,KAAC,SAAS,cAAE,KAAK,GAAa,IACX,EACpB,QAAQ,IACK,GACX,CACR,CAAC"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const CardRowButton: import("@emotion/styled").StyledComponent<import("@mui/material").ButtonBaseOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
1
|
+
/// <reference types="react" resolution-mode="require"/>
|
|
2
|
+
export declare const CardRowButton: import("@emotion/styled").StyledComponent<import("@mui/material").ButtonBaseOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent.js").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
3
3
|
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
4
4
|
}, "children" | "sx" | "style" | "className" | "tabIndex" | "disabled" | "action" | "classes" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
5
5
|
export declare const CardRowContainer: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
6
6
|
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
7
7
|
}, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
8
|
-
export declare const CardValue: import("@emotion/styled").StyledComponent<import("@mui/material").TypographyOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
|
|
8
|
+
export declare const CardValue: import("@emotion/styled").StyledComponent<import("@mui/material").TypographyOwnProps & import("@mui/material/OverridableComponent.js").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
|
|
9
9
|
ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject<HTMLSpanElement> | null | undefined;
|
|
10
10
|
}, "border" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "borderColor" | "borderRadius" | "display" | "displayPrint" | "overflow" | "textOverflow" | "visibility" | "whiteSpace" | "flexBasis" | "flexDirection" | "flexWrap" | "justifyContent" | "alignItems" | "alignContent" | "order" | "flex" | "flexGrow" | "flexShrink" | "alignSelf" | "justifyItems" | "justifySelf" | "gap" | "columnGap" | "rowGap" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "bgcolor" | "color" | "zIndex" | "position" | "top" | "right" | "bottom" | "left" | "boxShadow" | "width" | "maxWidth" | "minWidth" | "height" | "maxHeight" | "minHeight" | "boxSizing" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "margin" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "marginX" | "marginY" | "marginInline" | "marginInlineStart" | "marginInlineEnd" | "marginBlock" | "marginBlockStart" | "marginBlockEnd" | "padding" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "paddingX" | "paddingY" | "paddingInline" | "paddingInlineStart" | "paddingInlineEnd" | "paddingBlock" | "paddingBlockStart" | "paddingBlockEnd" | "typography" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "letterSpacing" | "lineHeight" | "textAlign" | "textTransform" | "children" | "sx" | "style" | "className" | "align" | "classes" | "gutterBottom" | "noWrap" | "paragraph" | "variant" | "variantMapping"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
11
11
|
export declare const CardTitleContainer: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { styled } from '@mui/material
|
|
2
|
-
import { Box, ButtonBase, Typography } from '@mui/material';
|
|
1
|
+
import { Box, ButtonBase, Typography, styled } from '@mui/material';
|
|
3
2
|
export const CardRowButton = styled(ButtonBase)(({ theme }) => ({
|
|
4
3
|
background: 'none',
|
|
5
4
|
color: 'inherit',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CardButton.style.js","sourceRoot":"","sources":["../../../components/Card/CardButton.style.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"CardButton.style.js","sourceRoot":"","sources":["../../../components/Card/CardButton.style.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAEpE,MAAM,CAAC,MAAM,aAAa,GAAG,MAAM,CAAC,UAAU,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAAC;IAC9D,UAAU,EAAE,MAAM;IAClB,KAAK,EAAE,SAAS;IAChB,MAAM,EAAE,MAAM;IACd,IAAI,EAAE,SAAS;IACf,MAAM,EAAE,SAAS;IACjB,OAAO,EAAE,SAAS;IAClB,OAAO,EAAE,MAAM;IACf,KAAK,EAAE,MAAM;IACb,cAAc,EAAE,eAAe;IAC/B,UAAU,EAAE,QAAQ;IACpB,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;IACzB,YAAY,EAAE,KAAK,CAAC,KAAK,CAAC,YAAY;CACvC,CAAC,CAAC,CAAC;AAEJ,MAAM,CAAC,MAAM,gBAAgB,GAAG,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAAC;IAC1D,OAAO,EAAE,MAAM;IACf,KAAK,EAAE,MAAM;IACb,cAAc,EAAE,eAAe;IAC/B,UAAU,EAAE,QAAQ;IACpB,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;CAC1B,CAAC,CAAC,CAAC;AAEJ,MAAM,CAAC,MAAM,SAAS,GAAG,MAAM,CAAC,UAAU,CAAC,CAAC;IAC1C,UAAU,EAAE,MAAM;IAClB,UAAU,EAAE,GAAG;CAChB,CAAC,CAAC;AAEH,MAAM,CAAC,MAAM,kBAAkB,GAAG,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAAC;IAC5D,OAAO,EAAE,MAAM;IACf,UAAU,EAAE,QAAQ;IACpB,GAAG,EAAE,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC;CACxB,CAAC,CAAC,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const CardHeader: import("@emotion/styled").StyledComponent<import("@mui/material").CardHeaderOwnProps<"span", "span"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
1
|
+
/// <reference types="react" resolution-mode="require"/>
|
|
2
|
+
export declare const CardHeader: import("@emotion/styled").StyledComponent<import("@mui/material").CardHeaderOwnProps<"span", "span"> & import("@mui/material/OverridableComponent.js").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
3
3
|
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
4
|
-
}, "title" | "sx" | "style" | "className" | "action" | "classes" | "disableTypography" | "
|
|
4
|
+
}, "title" | "sx" | "style" | "className" | "action" | "classes" | "disableTypography" | "subheader" | "avatar" | "subheaderTypographyProps" | "titleTypographyProps"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
import { CardHeader as MuiCardHeader } from '@mui/material';
|
|
2
|
-
import { cardHeaderClasses } from '@mui/material/CardHeader';
|
|
3
|
-
import { styled } from '@mui/material/styles';
|
|
1
|
+
import { CardHeader as MuiCardHeader, cardHeaderClasses, styled, } from '@mui/material';
|
|
4
2
|
export const CardHeader = styled(MuiCardHeader)(({ theme }) => ({
|
|
5
3
|
[`.${cardHeaderClasses.action}`]: {
|
|
6
4
|
marginTop: -2,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CardHeader.js","sourceRoot":"","sources":["../../../components/Card/CardHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"CardHeader.js","sourceRoot":"","sources":["../../../components/Card/CardHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,UAAU,IAAI,aAAa,EAC3B,iBAAiB,EACjB,MAAM,GACP,MAAM,eAAe,CAAC;AAEvB,MAAM,CAAC,MAAM,UAAU,GAAG,MAAM,CAAC,aAAa,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAAC;IAC9D,CAAC,IAAI,iBAAiB,CAAC,MAAM,EAAE,CAAC,EAAE;QAChC,SAAS,EAAE,CAAC,CAAC;QACb,SAAS,EAAE,QAAQ;KACpB;IACD,CAAC,IAAI,iBAAiB,CAAC,KAAK,EAAE,CAAC,EAAE;QAC/B,UAAU,EAAE,GAAG;QACf,QAAQ,EAAE,EAAE;QACZ,UAAU,EAAE,MAAM;QAClB,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO;KAClC;IACD,CAAC,IAAI,iBAAiB,CAAC,SAAS,EAAE,CAAC,EAAE;QACnC,UAAU,EAAE,GAAG;QACf,QAAQ,EAAE,EAAE;QACZ,UAAU,EAAE,MAAM;QAClB,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS;KACpC;CACF,CAAC,CAAC,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const CardIconButton: import("@emotion/styled").StyledComponent<import("@mui/material").IconButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
1
|
+
/// <reference types="react" resolution-mode="require"/>
|
|
2
|
+
export declare const CardIconButton: import("@emotion/styled").StyledComponent<import("@mui/material").IconButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent.js").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
3
3
|
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
4
4
|
}, "color" | "children" | "sx" | "style" | "className" | "tabIndex" | "disabled" | "action" | "size" | "classes" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "edge"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { IconButton as MuiIconButton } from '@mui/material';
|
|
2
|
-
import { alpha, styled } from '@mui/material/styles';
|
|
1
|
+
import { IconButton as MuiIconButton, alpha, styled } from '@mui/material';
|
|
3
2
|
export const CardIconButton = styled(MuiIconButton)(({ theme }) => {
|
|
4
3
|
const backgroundColor = theme.palette.mode === 'light'
|
|
5
4
|
? theme.palette.common.black
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CardIconButton.js","sourceRoot":"","sources":["../../../components/Card/CardIconButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,IAAI,aAAa,EAAE,
|
|
1
|
+
{"version":3,"file":"CardIconButton.js","sourceRoot":"","sources":["../../../components/Card/CardIconButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,IAAI,aAAa,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAE3E,MAAM,CAAC,MAAM,cAAc,GAAG,MAAM,CAAC,aAAa,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE;IAChE,MAAM,eAAe,GACnB,KAAK,CAAC,OAAO,CAAC,IAAI,KAAK,OAAO;QAC5B,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,KAAK;QAC5B,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,KAAK,CAAC;IACjC,OAAO;QACL,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC;QAC3B,eAAe,EAAE,KAAK,CAAC,eAAe,EAAE,IAAI,CAAC;QAC7C,SAAS,EAAE;YACT,eAAe,EAAE,KAAK,CAAC,eAAe,EAAE,IAAI,CAAC;SAC9C;KACF,CAAC;AACJ,CAAC,CAAC,CAAC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
1
|
+
/// <reference types="react" resolution-mode="require"/>
|
|
2
2
|
export declare const CardLabel: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
3
3
|
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
4
4
|
}, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & {
|
|
5
5
|
type?: "insurance" | "active" | "insurance-icon" | undefined;
|
|
6
6
|
}, {}, {}>;
|
|
7
|
-
export declare const CardLabelTypography: import("@emotion/styled").StyledComponent<import("@mui/material").TypographyOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
|
|
7
|
+
export declare const CardLabelTypography: import("@emotion/styled").StyledComponent<import("@mui/material").TypographyOwnProps & import("@mui/material/OverridableComponent.js").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
|
|
8
8
|
ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject<HTMLSpanElement> | null | undefined;
|
|
9
9
|
}, "border" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "borderColor" | "borderRadius" | "display" | "displayPrint" | "overflow" | "textOverflow" | "visibility" | "whiteSpace" | "flexBasis" | "flexDirection" | "flexWrap" | "justifyContent" | "alignItems" | "alignContent" | "order" | "flex" | "flexGrow" | "flexShrink" | "alignSelf" | "justifyItems" | "justifySelf" | "gap" | "columnGap" | "rowGap" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "bgcolor" | "color" | "zIndex" | "position" | "top" | "right" | "bottom" | "left" | "boxShadow" | "width" | "maxWidth" | "minWidth" | "height" | "maxHeight" | "minHeight" | "boxSizing" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "margin" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "marginX" | "marginY" | "marginInline" | "marginInlineStart" | "marginInlineEnd" | "marginBlock" | "marginBlockStart" | "marginBlockEnd" | "padding" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "paddingX" | "paddingY" | "paddingInline" | "paddingInlineStart" | "paddingInlineEnd" | "paddingBlock" | "paddingBlockStart" | "paddingBlockEnd" | "typography" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "letterSpacing" | "lineHeight" | "textAlign" | "textTransform" | "children" | "sx" | "style" | "className" | "align" | "classes" | "gutterBottom" | "noWrap" | "paragraph" | "variant" | "variantMapping"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & {
|
|
10
10
|
type?: "icon" | undefined;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { Box, Typography } from '@mui/material';
|
|
2
|
-
import { alpha, lighten, styled } from '@mui/material/styles';
|
|
1
|
+
import { Box, Typography, alpha, lighten, styled } from '@mui/material';
|
|
3
2
|
export const CardLabel = styled(Box, {
|
|
4
3
|
shouldForwardProp: (prop) => prop !== 'type',
|
|
5
4
|
})(({ theme, type }) => ({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CardLabel.js","sourceRoot":"","sources":["../../../components/Card/CardLabel.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,UAAU,EAAE,
|
|
1
|
+
{"version":3,"file":"CardLabel.js","sourceRoot":"","sources":["../../../components/Card/CardLabel.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,UAAU,EAAE,KAAK,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAExE,MAAM,CAAC,MAAM,SAAS,GAAG,MAAM,CAAC,GAAG,EAAE;IACnC,iBAAiB,EAAE,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,KAAK,MAAM;CAC7C,CAAC,CAAuD,CAAC,EAAE,KAAK,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC,CAAC;IAC7E,eAAe,EACb,IAAI,KAAK,QAAQ;QACf,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,IAAI,KAAK,OAAO;YAC9B,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,SAAS,CAAC,IAAI;YAC9B,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,SAAS,CAAC,IAAI,EAAE,IAAI,CAAC;QAC7C,CAAC,CAAC,IAAI,EAAE,QAAQ,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,KAAK,CACH,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI,EAC1B,KAAK,CAAC,OAAO,CAAC,IAAI,KAAK,OAAO,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAC7C;YACH,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,IAAI,KAAK,OAAO;gBAC9B,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,KAAK,EAAE,IAAI,CAAC;gBACzC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,KAAK,EAAE,IAAI,CAAC;IACjD,YAAY,EAAE,KAAK,CAAC,KAAK,CAAC,YAAY;IACtC,KAAK,EAAE,IAAI,EAAE,QAAQ,CAAC,WAAW,CAAC;QAChC,CAAC,CAAC,OAAO,CACL,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI,EAC1B,KAAK,CAAC,OAAO,CAAC,IAAI,KAAK,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAC1C;QACH,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO;IAC9B,OAAO,EAAE,IAAI,KAAK,WAAW,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;IACzD,OAAO,EAAE,MAAM;IACf,UAAU,EAAE,QAAQ;IACpB,cAAc,EAAE,QAAQ;IACxB,MAAM,EAAE,EAAE;IACV,QAAQ,EAAE,EAAE;IACZ,UAAU,EAAE,MAAM;IAClB,QAAQ,EAAE,MAAM;IAChB,WAAW,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;CAC9B,CAAC,CAAC,CAAC;AAEJ,MAAM,CAAC,MAAM,mBAAmB,GAAG,MAAM,CAAC,UAAU,EAAE;IACpD,iBAAiB,EAAE,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,KAAK,MAAM;CAC7C,CAAC,CAAoB,CAAC,EAAE,KAAK,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC,CAAC;IAC1C,OAAO,EACL,IAAI,KAAK,MAAM;QACb,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,IAAI,EAAE,CAAC,EAAE,IAAI,EAAE,IAAI,CAAC;QACpC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,IAAI,EAAE,GAAG,CAAC;IAC9B,QAAQ,EAAE,EAAE;IACZ,UAAU,EAAE,CAAC;IACb,UAAU,EAAE,KAAK;IACjB,aAAa,EAAE,WAAW;IAC1B,iBAAiB,EAAE;QACjB,aAAa,EAAE,WAAW;KAC3B;CACF,CAAC,CAAC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const CardTitle: import("@emotion/styled").StyledComponent<import("@mui/material").TypographyOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
|
|
1
|
+
/// <reference types="react" resolution-mode="require"/>
|
|
2
|
+
export declare const CardTitle: import("@emotion/styled").StyledComponent<import("@mui/material").TypographyOwnProps & import("@mui/material/OverridableComponent.js").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
|
|
3
3
|
ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject<HTMLSpanElement> | null | undefined;
|
|
4
4
|
}, "border" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "borderColor" | "borderRadius" | "display" | "displayPrint" | "overflow" | "textOverflow" | "visibility" | "whiteSpace" | "flexBasis" | "flexDirection" | "flexWrap" | "justifyContent" | "alignItems" | "alignContent" | "order" | "flex" | "flexGrow" | "flexShrink" | "alignSelf" | "justifyItems" | "justifySelf" | "gap" | "columnGap" | "rowGap" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "bgcolor" | "color" | "zIndex" | "position" | "top" | "right" | "bottom" | "left" | "boxShadow" | "width" | "maxWidth" | "minWidth" | "height" | "maxHeight" | "minHeight" | "boxSizing" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "margin" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "marginX" | "marginY" | "marginInline" | "marginInlineStart" | "marginInlineEnd" | "marginBlock" | "marginBlockStart" | "marginBlockEnd" | "padding" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "paddingX" | "paddingY" | "paddingInline" | "paddingInlineStart" | "paddingInlineEnd" | "paddingBlock" | "paddingBlockStart" | "paddingBlockEnd" | "typography" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "letterSpacing" | "lineHeight" | "textAlign" | "textTransform" | "children" | "sx" | "style" | "className" | "align" | "classes" | "gutterBottom" | "noWrap" | "paragraph" | "variant" | "variantMapping"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & {
|
|
5
5
|
required?: boolean | undefined;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { Typography } from '@mui/material';
|
|
2
|
-
import { styled } from '@mui/material/styles';
|
|
1
|
+
import { Typography, styled } from '@mui/material';
|
|
3
2
|
export const CardTitle = styled(Typography, {
|
|
4
3
|
shouldForwardProp: (prop) => !['required'].includes(prop),
|
|
5
4
|
})(({ theme, required }) => ({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CardTitle.js","sourceRoot":"","sources":["../../../components/Card/CardTitle.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"CardTitle.js","sourceRoot":"","sources":["../../../components/Card/CardTitle.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAEnD,MAAM,CAAC,MAAM,SAAS,GAAG,MAAM,CAAC,UAAU,EAAE;IAC1C,iBAAiB,EAAE,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,QAAQ,CAAC,IAAc,CAAC;CACpE,CAAC,CAAyB,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,EAAE,EAAE,CAAC,CAAC;IACnD,QAAQ,EAAE,EAAE;IACZ,UAAU,EAAE,CAAC;IACb,UAAU,EAAE,GAAG;IACf,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;IAClC,SAAS,EAAE;QACT,OAAO,EAAE,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM;QACnC,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,IAAI;KAChC;CACF,CAAC,CAAC,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export * from './Card';
|
|
2
|
-
export * from './CardHeader';
|
|
3
|
-
export * from './CardIconButton';
|
|
4
|
-
export * from './CardLabel';
|
|
5
|
-
export * from './CardTitle';
|
|
6
|
-
export * from './CardButton';
|
|
7
|
-
export * from './CardButton.style';
|
|
1
|
+
export * from './Card.js';
|
|
2
|
+
export * from './CardHeader.js';
|
|
3
|
+
export * from './CardIconButton.js';
|
|
4
|
+
export * from './CardLabel.js';
|
|
5
|
+
export * from './CardTitle.js';
|
|
6
|
+
export * from './CardButton.js';
|
|
7
|
+
export * from './CardButton.style.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export * from './Card';
|
|
2
|
-
export * from './CardHeader';
|
|
3
|
-
export * from './CardIconButton';
|
|
4
|
-
export * from './CardLabel';
|
|
5
|
-
export * from './CardTitle';
|
|
6
|
-
export * from './CardButton';
|
|
7
|
-
export * from './CardButton.style';
|
|
1
|
+
export * from './Card.js';
|
|
2
|
+
export * from './CardHeader.js';
|
|
3
|
+
export * from './CardIconButton.js';
|
|
4
|
+
export * from './CardLabel.js';
|
|
5
|
+
export * from './CardTitle.js';
|
|
6
|
+
export * from './CardButton.js';
|
|
7
|
+
export * from './CardButton.style.js';
|
|
8
8
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../components/Card/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../components/Card/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { FormTypeProps } from '../../stores';
|
|
1
|
+
import type { FormTypeProps } from '../../stores/form/types.js';
|
|
2
2
|
export declare const ChainSelect: ({ formType }: FormTypeProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -2,10 +2,12 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
|
2
2
|
import { Avatar, Box, Skeleton, Tooltip, Typography } from '@mui/material';
|
|
3
3
|
import { useEffect } from 'react';
|
|
4
4
|
import { useNavigate } from 'react-router-dom';
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
5
|
+
import { maxChainToOrder } from '../../stores/chains/createChainOrderStore.js';
|
|
6
|
+
import { FormKeyHelper } from '../../stores/form/types.js';
|
|
7
|
+
import { useFieldValues } from '../../stores/form/useFieldValues.js';
|
|
8
|
+
import { navigationRoutes } from '../../utils/navigationRoutes.js';
|
|
9
|
+
import { ChainCard, ChainContainer } from './ChainSelect.style.js';
|
|
10
|
+
import { useChainSelect } from './useChainSelect.js';
|
|
9
11
|
export const ChainSelect = ({ formType }) => {
|
|
10
12
|
const navigate = useNavigate();
|
|
11
13
|
const { chainOrder, chains, getChains, isLoading, setChainOrder, setCurrentChain, } = useChainSelect(formType);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChainSelect.js","sourceRoot":"","sources":["../../../components/ChainSelect/ChainSelect.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,MAAM,EAAE,GAAG,EAAE,QAAQ,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC3E,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"ChainSelect.js","sourceRoot":"","sources":["../../../components/ChainSelect/ChainSelect.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,MAAM,EAAE,GAAG,EAAE,QAAQ,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC3E,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAE,eAAe,EAAE,MAAM,8CAA8C,CAAC;AAE/E,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAC3D,OAAO,EAAE,cAAc,EAAE,MAAM,qCAAqC,CAAC;AACrE,OAAO,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AACnE,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AACnE,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAErD,MAAM,CAAC,MAAM,WAAW,GAAG,CAAC,EAAE,QAAQ,EAAiB,EAAE,EAAE;IACzD,MAAM,QAAQ,GAAG,WAAW,EAAE,CAAC;IAC/B,MAAM,EACJ,UAAU,EACV,MAAM,EACN,SAAS,EACT,SAAS,EACT,aAAa,EACb,eAAe,GAChB,GAAG,cAAc,CAAC,QAAQ,CAAC,CAAC;IAE7B,MAAM,CAAC,OAAO,CAAC,GAAG,cAAc,CAAC,aAAa,CAAC,WAAW,CAAC,QAAQ,CAAC,CAAC,CAAC;IAEtE,SAAS,CAAC,GAAG,EAAE;QACb,IAAI,OAAO,EAAE,CAAC;YACZ,MAAM,qBAAqB,GAAG,UAAU,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC;YAC3D,uEAAuE;YACvE,IAAI,CAAC,qBAAqB,EAAE,CAAC;gBAC3B,aAAa,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;YACnC,CAAC;QACH,CAAC;IACH,CAAC,EAAE,CAAC,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,aAAa,CAAC,CAAC,CAAC;IAEnD,MAAM,aAAa,GAAG,GAAG,EAAE;QACzB,QAAQ,CAAC,gBAAgB,CAAC,GAAG,QAAQ,OAAO,CAAC,CAAC,CAAC;IACjD,CAAC,CAAC;IAEF,MAAM,YAAY,GAAG,CAAC,MAAM,EAAE,MAAM,IAAI,CAAC,CAAC,GAAG,eAAe,CAAC;IAE7D,OAAO,CACL,MAAC,cAAc,eACZ,SAAS;gBACR,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,eAAe,GAAG,CAAC,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,CAAC,CAC5D,KAAC,QAAQ,IAEP,OAAO,EAAC,aAAa,EACrB,KAAK,EAAE,EAAE,EACT,MAAM,EAAE,EAAE,EACV,EAAE,EAAE,EAAE,YAAY,EAAE,CAAC,EAAE,IAJlB,KAAK,CAKV,CACH,CAAC;gBACJ,CAAC,CAAC,SAAS,EAAE,CAAC,GAAG,CAAC,CAAC,KAAe,EAAE,EAAE,CAAC,CACnC,KAAC,OAAO,IAEN,KAAK,EAAE,KAAK,CAAC,IAAI,EACjB,SAAS,EAAC,KAAK,EACf,UAAU,EAAE,GAAG,EACf,KAAK,kBAEL,KAAC,SAAS,IACR,OAAO,EAAE,GAAG,EAAE,CAAC,eAAe,CAAC,KAAK,CAAC,EAAE,CAAC,EACxC,OAAO,EAAE,OAAO,KAAK,KAAK,CAAC,EAAE,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,YAEtD,KAAC,MAAM,IACL,GAAG,EAAE,KAAK,CAAC,OAAO,EAClB,GAAG,EAAE,KAAK,CAAC,GAAG,EACd,EAAE,EAAE,EAAE,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,YAE5B,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,GACP,GACC,IAjBP,KAAK,CAAC,EAAE,CAkBL,CACX,CAAC,EACL,YAAY,GAAG,CAAC,CAAC,CAAC,CAAC,CAClB,KAAC,SAAS,IAAC,OAAO,EAAE,aAAa,YAC/B,KAAC,GAAG,IACF,EAAE,EAAE;wBACF,KAAK,EAAE,EAAE;wBACT,MAAM,EAAE,EAAE;wBACV,OAAO,EAAE,MAAM;wBACf,UAAU,EAAE,QAAQ;qBACrB,YAED,MAAC,UAAU,IAAC,UAAU,EAAE,GAAG,kBAAI,YAAY,IAAc,GACrD,GACI,CACb,CAAC,CAAC,CAAC,IAAI,IACO,CAClB,CAAC;AACJ,CAAC,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
1
|
+
/// <reference types="react" resolution-mode="require"/>
|
|
2
2
|
export declare const ChainCard: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
3
3
|
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
4
4
|
}, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & {
|
|
@@ -7,9 +7,9 @@ export declare const ChainCard: import("@emotion/styled").StyledComponent<import
|
|
|
7
7
|
indented?: boolean | undefined;
|
|
8
8
|
onClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
9
9
|
pointerEvents?: "auto" | "none" | undefined;
|
|
10
|
-
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
10
|
+
} & import("@mui/material/OverridableComponent.js").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
11
11
|
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
12
|
-
}, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme> | keyof import("@mui/material/OverridableComponent").CommonProps>, {}, {}>;
|
|
12
|
+
}, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme> | keyof import("@mui/material/OverridableComponent.js").CommonProps>, {}, {}>;
|
|
13
13
|
export declare const ChainContainer: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
14
14
|
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
15
15
|
}, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { Box } from '@mui/material';
|
|
2
|
-
import {
|
|
3
|
-
import { Card } from '../../components/Card';
|
|
1
|
+
import { Box, styled } from '@mui/material';
|
|
2
|
+
import { Card } from '../../components/Card/Card.js';
|
|
4
3
|
export const ChainCard = styled(Card)({
|
|
5
4
|
display: 'grid',
|
|
6
5
|
placeItems: 'center',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChainSelect.style.js","sourceRoot":"","sources":["../../../components/ChainSelect/ChainSelect.style.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"ChainSelect.style.js","sourceRoot":"","sources":["../../../components/ChainSelect/ChainSelect.style.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,IAAI,EAAE,MAAM,+BAA+B,CAAC;AAErD,MAAM,CAAC,MAAM,SAAS,GAAG,MAAM,CAAC,IAAI,CAAC,CAAC;IACpC,OAAO,EAAE,MAAM;IACf,UAAU,EAAE,QAAQ;IACpB,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,EAAE;CACX,CAAC,CAAC;AAEH,MAAM,CAAC,MAAM,cAAc,GAAG,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAAC;IACxD,OAAO,EAAE,MAAM;IACf,mBAAmB,EAAE,qCAAqC;IAC1D,YAAY,EAAE,MAAM;IACpB,cAAc,EAAE,eAAe;IAC/B,GAAG,EAAE,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC;CACxB,CAAC,CAAC,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './ChainSelect';
|
|
2
|
-
export * from './useChainSelect';
|
|
1
|
+
export * from './ChainSelect.js';
|
|
2
|
+
export * from './useChainSelect.js';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './ChainSelect';
|
|
2
|
-
export * from './useChainSelect';
|
|
1
|
+
export * from './ChainSelect.js';
|
|
2
|
+
export * from './useChainSelect.js';
|
|
3
3
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../components/ChainSelect/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../components/ChainSelect/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { EVMChain } from '@lifi/sdk';
|
|
2
|
-
import type { FormType } from '../../stores';
|
|
2
|
+
import type { FormType } from '../../stores/form/types.js';
|
|
3
3
|
export declare const useChainSelect: (formType: FormType) => {
|
|
4
4
|
chainOrder: number[];
|
|
5
5
|
chains: import("@lifi/sdk").ExtendedChain[] | undefined;
|
|
@@ -1,5 +1,10 @@
|
|
|
1
|
-
import { useChains
|
|
2
|
-
import {
|
|
1
|
+
import { useChains } from '../../hooks/useChains.js';
|
|
2
|
+
import { useSwapOnly } from '../../hooks/useSwapOnly.js';
|
|
3
|
+
import { useToAddressReset } from '../../hooks/useToAddressReset.js';
|
|
4
|
+
import { useChainOrder } from '../../stores/chains/useChainOrder.js';
|
|
5
|
+
import { FormKeyHelper } from '../../stores/form/types.js';
|
|
6
|
+
import { useFieldActions } from '../../stores/form/useFieldActions.js';
|
|
7
|
+
import { useFieldController } from '../../stores/form/useFieldController.js';
|
|
3
8
|
export const useChainSelect = (formType) => {
|
|
4
9
|
const chainKey = FormKeyHelper.getChainKey(formType);
|
|
5
10
|
const { onChange, onBlur } = useFieldController({ name: chainKey });
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useChainSelect.js","sourceRoot":"","sources":["../../../components/ChainSelect/useChainSelect.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,iBAAiB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"useChainSelect.js","sourceRoot":"","sources":["../../../components/ChainSelect/useChainSelect.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AACrD,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AACzD,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACrE,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AAErE,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAC3D,OAAO,EAAE,eAAe,EAAE,MAAM,sCAAsC,CAAC;AACvE,OAAO,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAC;AAE7E,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,QAAkB,EAAE,EAAE;IACnD,MAAM,QAAQ,GAAG,aAAa,CAAC,WAAW,CAAC,QAAQ,CAAC,CAAC;IACrD,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,GAAG,kBAAkB,CAAC,EAAE,IAAI,EAAE,QAAQ,EAAE,CAAC,CAAC;IAEpE,MAAM,EAAE,aAAa,EAAE,cAAc,EAAE,GAAG,eAAe,EAAE,CAAC;IAC5D,MAAM,EAAE,MAAM,EAAE,SAAS,EAAE,YAAY,EAAE,GAAG,SAAS,CAAC,QAAQ,CAAC,CAAC;IAChE,MAAM,CAAC,UAAU,EAAE,aAAa,CAAC,GAAG,aAAa,CAAC,QAAQ,CAAC,CAAC;IAC5D,MAAM,QAAQ,GAAG,WAAW,EAAE,CAAC;IAC/B,MAAM,EAAE,iBAAiB,EAAE,GAAG,iBAAiB,EAAE,CAAC;IAElD,MAAM,SAAS,GAAG,GAAG,EAAE;QACrB,IAAI,CAAC,MAAM,EAAE,CAAC;YACZ,OAAO,EAAE,CAAC;QACZ,CAAC;QACD,MAAM,cAAc,GAAG,UAAU;aAC9B,GAAG,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,EAAE,KAAK,OAAO,CAAC,CAAC;aAC9D,MAAM,CAAC,OAAO,CAAe,CAAC;QACjC,OAAO,cAAc,CAAC;IACxB,CAAC,CAAC;IAEF,MAAM,eAAe,GAAG,CAAC,OAAe,EAAE,EAAE;QAC1C,QAAQ,CAAC,OAAO,CAAC,CAAC;QAClB,MAAM,EAAE,CAAC;QACT,IAAI,QAAQ,EAAE,CAAC;YACb,aAAa,CAAC,aAAa,CAAC,WAAW,CAAC,IAAI,CAAC,EAAE,OAAO,EAAE;gBACtD,SAAS,EAAE,IAAI;aAChB,CAAC,CAAC;QACL,CAAC;QACD,aAAa,CAAC,aAAa,CAAC,WAAW,CAAC,QAAQ,CAAC,EAAE,EAAE,CAAC,CAAC;QACvD,aAAa,CAAC,aAAa,CAAC,YAAY,CAAC,QAAQ,CAAC,EAAE,EAAE,CAAC,CAAC;QACxD,aAAa,CAAC,mBAAmB,EAAE,EAAE,CAAC,CAAC;QAEvC,MAAM,CAAC,SAAS,CAAC,GAAG,cAAc,CAAC,SAAS,CAAC,CAAC;QAC9C,MAAM,OAAO,GAAG,YAAY,CAAC,SAAS,CAAC,CAAC;QACxC,IAAI,OAAO,EAAE,CAAC;YACZ,iBAAiB,CAAC,OAAO,CAAC,CAAC;QAC7B,CAAC;QACD,aAAa,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;IACnC,CAAC,CAAC;IAEF,OAAO;QACL,UAAU;QACV,MAAM;QACN,SAAS;QACT,SAAS;QACT,aAAa;QACb,eAAe;KAChB,CAAC;AACJ,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContractComponent.js","sourceRoot":"","sources":["../../../components/ContractComponent/ContractComponent.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,IAAI,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"ContractComponent.js","sourceRoot":"","sources":["../../../components/ContractComponent/ContractComponent.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAC;AAEvC,MAAM,CAAC,MAAM,iBAAiB,GAA0C,CAAC,EACvE,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,EAAE;IACH,IAAI,CAAC,QAAQ,EAAE,CAAC;QACd,OAAO,IAAI,CAAC;IACd,CAAC;IAED,OAAO,KAAC,IAAI,OAAK,KAAK,YAAG,QAAQ,GAAQ,CAAC;AAC5C,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './ContractComponent';
|
|
1
|
+
export * from './ContractComponent.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './ContractComponent';
|
|
1
|
+
export * from './ContractComponent.js';
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../components/ContractComponent/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../components/ContractComponent/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import { Dialog as MuiDialog } from '@mui/material';
|
|
3
|
-
import { useGetScrollableContainer } from '../hooks';
|
|
3
|
+
import { useGetScrollableContainer } from '../hooks/useScrollableContainer.js';
|
|
4
4
|
export const modalProps = {
|
|
5
5
|
sx: {
|
|
6
6
|
position: 'absolute',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Dialog.js","sourceRoot":"","sources":["../../components/Dialog.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,MAAM,IAAI,SAAS,EAAE,MAAM,eAAe,CAAC;AAEpD,OAAO,EAAE,yBAAyB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"Dialog.js","sourceRoot":"","sources":["../../components/Dialog.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,MAAM,IAAI,SAAS,EAAE,MAAM,eAAe,CAAC;AAEpD,OAAO,EAAE,yBAAyB,EAAE,MAAM,oCAAoC,CAAC;AAE/E,MAAM,CAAC,MAAM,UAAU,GAAG;IACxB,EAAE,EAAE;QACF,QAAQ,EAAE,UAAU;QACpB,QAAQ,EAAE,QAAQ;KACnB;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,UAAU,GAAG;IACxB,EAAE,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,CAAC;QACrB,QAAQ,EAAE,UAAU;QACpB,eAAe,EAAE,MAAM;QACvB,mBAAmB,EAAE,KAAK,CAAC,KAAK,CAAC,YAAY;QAC7C,oBAAoB,EAAE,KAAK,CAAC,KAAK,CAAC,YAAY;KAC/C,CAAC;CACH,CAAC;AAEF,MAAM,CAAC,MAAM,SAAS,GAAG;IACvB,QAAQ,EAAE;QACR,EAAE,EAAE;YACF,QAAQ,EAAE,UAAU;YACpB,eAAe,EAAE,kBAAkB;YACnC,cAAc,EAAE,WAAW;SAC5B;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,MAAM,GAA6C,CAAC,EAC/D,QAAQ,EACR,IAAI,EACJ,OAAO,GACR,EAAE,EAAE;IACH,MAAM,YAAY,GAAG,yBAAyB,EAAE,CAAC;IACjD,OAAO,CACL,KAAC,SAAS,IACR,SAAS,EAAE,YAAY,EACvB,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,OAAO,EAChB,EAAE,EAAE,UAAU,CAAC,EAAE,EACjB,UAAU,EAAE,UAAU,EACtB,SAAS,EAAE,SAAS,YAEnB,QAAQ,GACC,CACb,CAAC;AACJ,CAAC,CAAC"}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import { Typography } from '@mui/material';
|
|
2
|
+
import { WarningRounded } from '@mui/icons-material';
|
|
3
|
+
import { Typography, styled } from '@mui/material';
|
|
4
4
|
import { useTranslation } from 'react-i18next';
|
|
5
|
-
import { AlertMessage } from '../AlertMessage';
|
|
6
|
-
import { styled } from '@mui/material/styles';
|
|
5
|
+
import { AlertMessage } from '../AlertMessage/AlertMessage.js';
|
|
7
6
|
// TODO: some of the styling currently used here doesn't align with usage in other places
|
|
8
7
|
// We might want to consider removing the padding and color here?
|
|
9
8
|
const AlertTitle = styled(Typography)(({ theme }) => {
|
|
@@ -16,6 +15,6 @@ const AlertTitle = styled(Typography)(({ theme }) => {
|
|
|
16
15
|
});
|
|
17
16
|
export const FundsSufficiencyMessage = () => {
|
|
18
17
|
const { t } = useTranslation();
|
|
19
|
-
return (_jsx(AlertMessage, { severity: "warning", icon: _jsx(
|
|
18
|
+
return (_jsx(AlertMessage, { severity: "warning", icon: _jsx(WarningRounded, {}), title: _jsx(AlertTitle, { children: t(`warning.message.insufficientFunds`) }), isMultilineTitle: true }));
|
|
20
19
|
};
|
|
21
20
|
//# sourceMappingURL=FundsSufficiencyMessage.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FundsSufficiencyMessage.js","sourceRoot":"","sources":["../../../components/GasMessage/FundsSufficiencyMessage.tsx"],"names":[],"mappings":";AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"FundsSufficiencyMessage.js","sourceRoot":"","sources":["../../../components/GasMessage/FundsSufficiencyMessage.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AACnD,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAC/C,OAAO,EAAE,YAAY,EAAE,MAAM,iCAAiC,CAAC;AAE/D,yFAAyF;AACzF,kEAAkE;AAClE,MAAM,UAAU,GAAG,MAAM,CAAC,UAAU,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE;IAClD,OAAO;QACL,GAAG,KAAK,CAAC,UAAU,CAAC,KAAK;QACzB,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;QAC9B,WAAW,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;QAC7B,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO;KAClC,CAAC;AACJ,CAAC,CAAC,CAAC;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAG,GAAG,EAAE;IAC1C,MAAM,EAAE,CAAC,EAAE,GAAG,cAAc,EAAE,CAAC;IAC/B,OAAO,CACL,KAAC,YAAY,IACX,QAAQ,EAAC,SAAS,EAClB,IAAI,EAAE,KAAC,cAAc,KAAG,EACxB,KAAK,EAAE,KAAC,UAAU,cAAE,CAAC,CAAC,mCAAmC,CAAC,GAAc,EACxE,gBAAgB,SAChB,CACH,CAAC;AACJ,CAAC,CAAC"}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import { Box, Collapse } from '@mui/material';
|
|
3
|
-
import { useFromTokenSufficiency
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
3
|
+
import { useFromTokenSufficiency } from '../../hooks/useFromTokenSufficiency.js';
|
|
4
|
+
import { useGasSufficiency } from '../../hooks/useGasSufficiency.js';
|
|
5
|
+
import { FundsSufficiencyMessage } from './FundsSufficiencyMessage.js';
|
|
6
|
+
import { GasSufficiencyMessage } from './GasSufficiencyMessage.js';
|
|
6
7
|
export const GasMessage = ({ route, ...props }) => {
|
|
7
8
|
const { insufficientGas } = useGasSufficiency(route);
|
|
8
9
|
const { insufficientFromToken } = useFromTokenSufficiency(route);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GasMessage.js","sourceRoot":"","sources":["../../../components/GasMessage/GasMessage.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,GAAG,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAC9C,OAAO,EAAE,uBAAuB,EAAE,iBAAiB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"GasMessage.js","sourceRoot":"","sources":["../../../components/GasMessage/GasMessage.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,GAAG,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAC9C,OAAO,EAAE,uBAAuB,EAAE,MAAM,wCAAwC,CAAC;AACjF,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACrE,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AACvE,OAAO,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AAMnE,MAAM,CAAC,MAAM,UAAU,GAA8B,CAAC,EAAE,KAAK,EAAE,GAAG,KAAK,EAAE,EAAE,EAAE;IAC3E,MAAM,EAAE,eAAe,EAAE,GAAG,iBAAiB,CAAC,KAAK,CAAC,CAAC;IACrD,MAAM,EAAE,qBAAqB,EAAE,GAAG,uBAAuB,CAAC,KAAK,CAAC,CAAC;IAEjE,MAAM,oBAAoB,GAAG,eAAe,EAAE,MAAM,CAAC;IAErD,OAAO,CACL,KAAC,QAAQ,IACP,OAAO,EAAE,GAAG,EACZ,EAAE,EAAE,OAAO,CAAC,qBAAqB,IAAI,oBAAoB,CAAC,EAC1D,aAAa,QACb,YAAY,kBAEZ,KAAC,GAAG,OAAK,KAAK,YACX,qBAAqB,CAAC,CAAC,CAAC,CACvB,KAAC,uBAAuB,KAAG,CAC5B,CAAC,CAAC,CAAC,oBAAoB,CAAC,CAAC,CAAC,CACzB,KAAC,qBAAqB,IAAC,eAAe,EAAE,eAAe,GAAI,CAC5D,CAAC,CAAC,CAAC,IAAI,GACJ,GACG,CACZ,CAAC;AACJ,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const InfoMessageSwitch: import("@emotion/styled").StyledComponent<import("@mui/material
|
|
1
|
+
export declare const InfoMessageSwitch: import("@emotion/styled").StyledComponent<import("@mui/material").SwitchProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { switchClasses } from '@mui/material
|
|
2
|
-
import {
|
|
3
|
-
import { Switch } from '../Switch';
|
|
1
|
+
import { alpha, styled, switchClasses } from '@mui/material';
|
|
2
|
+
import { Switch } from '../Switch.js';
|
|
4
3
|
export const InfoMessageSwitch = styled(Switch)(({ theme }) => ({
|
|
5
4
|
[`.${switchClasses.switchBase}`]: {
|
|
6
5
|
[`&.${switchClasses.checked}`]: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GasMessage.style.js","sourceRoot":"","sources":["../../../components/GasMessage/GasMessage.style.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"GasMessage.style.js","sourceRoot":"","sources":["../../../components/GasMessage/GasMessage.style.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAC7D,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AAEtC,MAAM,CAAC,MAAM,iBAAiB,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAAC;IAC9D,CAAC,IAAI,aAAa,CAAC,UAAU,EAAE,CAAC,EAAE;QAChC,CAAC,KAAK,aAAa,CAAC,OAAO,EAAE,CAAC,EAAE;YAC9B,CAAC,QAAQ,aAAa,CAAC,KAAK,EAAE,CAAC,EAAE;gBAC/B,eAAe,EACb,KAAK,CAAC,OAAO,CAAC,IAAI,KAAK,OAAO;oBAC5B,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI;oBACzB,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC;aAC3C;SACF;QACD,CAAC,uBAAuB,aAAa,CAAC,KAAK,EAAE,CAAC,EAAE;YAC9C,KAAK,EACH,KAAK,CAAC,OAAO,CAAC,IAAI,KAAK,OAAO;gBAC5B,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI;gBACzB,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC;SAC3C;KACF;CACF,CAAC,CAAC,CAAC"}
|