@ordanetwork/sdk 1.3.0 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +92 -0
- package/README.md +37 -34
- package/dist/browser/api/Balances.d.ts +2 -2
- package/dist/browser/api/JWT.d.ts +2 -2
- package/dist/browser/api/OffRamp.d.ts +2 -2
- package/dist/browser/api/OnRamp.d.ts +2 -2
- package/dist/browser/api/Prices.d.ts +2 -2
- package/dist/browser/api/Quote.d.ts +2 -2
- package/dist/browser/api/Recipient.d.ts +2 -2
- package/dist/browser/api/Transaction.d.ts +2 -2
- package/dist/browser/api/Transaction.js +1 -1
- package/dist/browser/auth/hmac.js +1 -1
- package/dist/browser/crypto/factory.d.ts +1 -1
- package/dist/browser/crypto/factory.js +2 -2
- package/dist/browser/crypto/node-crypto.d.ts +1 -1
- package/dist/browser/crypto/node-crypto.js +1 -1
- package/dist/browser/crypto/web-crypto.d.ts +1 -1
- package/dist/browser/http/client.d.ts +2 -2
- package/dist/browser/http/client.js +3 -3
- package/dist/browser/index.d.ts +27 -31
- package/dist/browser/index.d.ts.map +1 -1
- package/dist/browser/index.js +33 -37
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/types/guards.d.ts +3 -3
- package/dist/browser/types/index.d.ts +6 -8
- package/dist/browser/types/index.d.ts.map +1 -1
- package/dist/browser/types/index.js +3 -5
- package/dist/browser/types/index.js.map +1 -1
- package/dist/browser/types/jwt.d.ts +1 -2
- package/dist/browser/types/jwt.d.ts.map +1 -1
- package/dist/browser/types/offramp.d.ts +2 -2
- package/dist/browser/types/onramp.d.ts +1 -1
- package/dist/cjs/index.d.ts +2 -6
- package/dist/cjs/index.d.ts.map +1 -1
- package/dist/cjs/index.js +7 -20
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/index.d.ts +0 -2
- package/dist/cjs/types/index.d.ts.map +1 -1
- package/dist/cjs/types/index.js +0 -2
- package/dist/cjs/types/index.js.map +1 -1
- package/dist/cjs/types/jwt.d.ts +1 -2
- package/dist/cjs/types/jwt.d.ts.map +1 -1
- package/dist/esm/api/Balances.d.ts +2 -2
- package/dist/esm/api/JWT.d.ts +2 -2
- package/dist/esm/api/OffRamp.d.ts +2 -2
- package/dist/esm/api/OnRamp.d.ts +2 -2
- package/dist/esm/api/Prices.d.ts +2 -2
- package/dist/esm/api/Quote.d.ts +2 -2
- package/dist/esm/api/Recipient.d.ts +2 -2
- package/dist/esm/api/Transaction.d.ts +2 -2
- package/dist/esm/api/Transaction.js +1 -1
- package/dist/esm/auth/hmac.js +1 -1
- package/dist/esm/crypto/factory.d.ts +1 -1
- package/dist/esm/crypto/factory.js +2 -2
- package/dist/esm/crypto/node-crypto.d.ts +1 -1
- package/dist/esm/crypto/node-crypto.js +1 -1
- package/dist/esm/crypto/web-crypto.d.ts +1 -1
- package/dist/esm/http/client.d.ts +2 -2
- package/dist/esm/http/client.js +3 -3
- package/dist/esm/index.d.ts +27 -31
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +33 -37
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/guards.d.ts +3 -3
- package/dist/esm/types/index.d.ts +6 -8
- package/dist/esm/types/index.d.ts.map +1 -1
- package/dist/esm/types/index.js +3 -5
- package/dist/esm/types/index.js.map +1 -1
- package/dist/esm/types/jwt.d.ts +1 -2
- package/dist/esm/types/jwt.d.ts.map +1 -1
- package/dist/esm/types/offramp.d.ts +2 -2
- package/dist/esm/types/onramp.d.ts +1 -1
- package/dist/types/index.d.ts +2 -6
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/types/index.d.ts +0 -2
- package/dist/types/types/index.d.ts.map +1 -1
- package/dist/types/types/jwt.d.ts +1 -2
- package/dist/types/types/jwt.d.ts.map +1 -1
- package/package.json +9 -94
- package/dist/browser/react/assets/animations/completed.json +0 -1
- package/dist/browser/react/assets/animations/converting.json +0 -1
- package/dist/browser/react/assets/animations/error.json +0 -1
- package/dist/browser/react/assets/animations/index.d.ts +0 -4
- package/dist/browser/react/assets/animations/index.d.ts.map +0 -1
- package/dist/browser/react/assets/animations/index.js +0 -6
- package/dist/browser/react/assets/animations/index.js.map +0 -1
- package/dist/browser/react/assets/chains/index.d.ts +0 -3
- package/dist/browser/react/assets/chains/index.d.ts.map +0 -1
- package/dist/browser/react/assets/chains/index.js +0 -31
- package/dist/browser/react/assets/chains/index.js.map +0 -1
- package/dist/browser/react/assets/icons/index.d.ts +0 -10
- package/dist/browser/react/assets/icons/index.d.ts.map +0 -1
- package/dist/browser/react/assets/icons/index.js +0 -10
- package/dist/browser/react/assets/icons/index.js.map +0 -1
- package/dist/browser/react/assets/index.d.ts +0 -6
- package/dist/browser/react/assets/index.d.ts.map +0 -1
- package/dist/browser/react/assets/index.js +0 -9
- package/dist/browser/react/assets/index.js.map +0 -1
- package/dist/browser/react/assets/tokens/index.d.ts +0 -3
- package/dist/browser/react/assets/tokens/index.d.ts.map +0 -1
- package/dist/browser/react/assets/tokens/index.js +0 -45
- package/dist/browser/react/assets/tokens/index.js.map +0 -1
- package/dist/browser/react/components/Widget/Widget.d.ts +0 -2
- package/dist/browser/react/components/Widget/Widget.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/Widget.js +0 -682
- package/dist/browser/react/components/Widget/Widget.js.map +0 -1
- package/dist/browser/react/components/Widget/components/CollapsibleDetails.d.ts +0 -15
- package/dist/browser/react/components/Widget/components/CollapsibleDetails.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/CollapsibleDetails.js +0 -50
- package/dist/browser/react/components/Widget/components/CollapsibleDetails.js.map +0 -1
- package/dist/browser/react/components/Widget/components/CustomDialogHeader.d.ts +0 -13
- package/dist/browser/react/components/Widget/components/CustomDialogHeader.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/CustomDialogHeader.js +0 -27
- package/dist/browser/react/components/Widget/components/CustomDialogHeader.js.map +0 -1
- package/dist/browser/react/components/Widget/components/Footer.d.ts +0 -2
- package/dist/browser/react/components/Widget/components/Footer.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/Footer.js +0 -6
- package/dist/browser/react/components/Widget/components/Footer.js.map +0 -1
- package/dist/browser/react/components/Widget/components/Header.d.ts +0 -2
- package/dist/browser/react/components/Widget/components/Header.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/Header.js +0 -33
- package/dist/browser/react/components/Widget/components/Header.js.map +0 -1
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.d.ts +0 -15
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.js +0 -79
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.js.map +0 -1
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.d.ts +0 -8
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.js +0 -79
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.js.map +0 -1
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.d.ts +0 -21
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.js +0 -90
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.js.map +0 -1
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.d.ts +0 -3
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.js +0 -2
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.js.map +0 -1
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.d.ts +0 -9
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.js +0 -15
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.js.map +0 -1
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/index.d.ts +0 -3
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/index.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/index.js +0 -3
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/index.js.map +0 -1
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/index.d.ts +0 -2
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/index.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/index.js +0 -2
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/index.js.map +0 -1
- package/dist/browser/react/components/Widget/components/Recipient.d.ts +0 -8
- package/dist/browser/react/components/Widget/components/Recipient.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/Recipient.js +0 -9
- package/dist/browser/react/components/Widget/components/Recipient.js.map +0 -1
- package/dist/browser/react/components/Widget/components/RecipientDialog/RecipientDialog.d.ts +0 -13
- package/dist/browser/react/components/Widget/components/RecipientDialog/RecipientDialog.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/RecipientDialog/RecipientDialog.js +0 -114
- package/dist/browser/react/components/Widget/components/RecipientDialog/RecipientDialog.js.map +0 -1
- package/dist/browser/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.d.ts +0 -24
- package/dist/browser/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.js +0 -49
- package/dist/browser/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.js.map +0 -1
- package/dist/browser/react/components/Widget/components/RecipientDialog/components/index.d.ts +0 -2
- package/dist/browser/react/components/Widget/components/RecipientDialog/components/index.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/RecipientDialog/components/index.js +0 -2
- package/dist/browser/react/components/Widget/components/RecipientDialog/components/index.js.map +0 -1
- package/dist/browser/react/components/Widget/components/RecipientDialog/index.d.ts +0 -2
- package/dist/browser/react/components/Widget/components/RecipientDialog/index.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/RecipientDialog/index.js +0 -2
- package/dist/browser/react/components/Widget/components/RecipientDialog/index.js.map +0 -1
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.d.ts +0 -15
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.js +0 -100
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.js.map +0 -1
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.d.ts +0 -27
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.js +0 -10
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.js.map +0 -1
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.d.ts +0 -18
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.js +0 -55
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.js.map +0 -1
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.d.ts +0 -14
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.js +0 -35
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.js.map +0 -1
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.d.ts +0 -12
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.js +0 -11
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.js.map +0 -1
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.d.ts +0 -4
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.js +0 -4
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.js.map +0 -1
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.d.ts +0 -2
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.js +0 -2
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.js.map +0 -1
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/index.d.ts +0 -2
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/index.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/index.js +0 -2
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/index.js.map +0 -1
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/index.d.ts +0 -2
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/index.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/index.js +0 -2
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/index.js.map +0 -1
- package/dist/browser/react/components/Widget/components/TokenInput.d.ts +0 -16
- package/dist/browser/react/components/Widget/components/TokenInput.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/TokenInput.js +0 -21
- package/dist/browser/react/components/Widget/components/TokenInput.js.map +0 -1
- package/dist/browser/react/components/Widget/components/TransactionDialog/TransactionDialog.d.ts +0 -25
- package/dist/browser/react/components/Widget/components/TransactionDialog/TransactionDialog.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/TransactionDialog/TransactionDialog.js +0 -33
- package/dist/browser/react/components/Widget/components/TransactionDialog/TransactionDialog.js.map +0 -1
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.d.ts +0 -17
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.js +0 -313
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.js.map +0 -1
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.d.ts +0 -21
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.js +0 -75
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.js.map +0 -1
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.d.ts +0 -2
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.js +0 -2
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.js.map +0 -1
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/index.d.ts +0 -2
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/index.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/index.js +0 -2
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/index.js.map +0 -1
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.d.ts +0 -16
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.js +0 -93
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.js.map +0 -1
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.d.ts +0 -10
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.js +0 -32
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.js.map +0 -1
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.d.ts +0 -9
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.js +0 -32
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.js.map +0 -1
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.d.ts +0 -17
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.js +0 -37
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.js.map +0 -1
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.d.ts +0 -4
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.js +0 -4
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.js.map +0 -1
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/index.d.ts +0 -2
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/index.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/index.js +0 -2
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/index.js.map +0 -1
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/Swap/Swap.d.ts +0 -18
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/Swap/Swap.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/Swap/Swap.js +0 -357
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/Swap/Swap.js.map +0 -1
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/Swap/index.d.ts +0 -2
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/Swap/index.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/Swap/index.js +0 -2
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/Swap/index.js.map +0 -1
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.d.ts +0 -17
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.js +0 -45
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.js.map +0 -1
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.d.ts +0 -10
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.js +0 -49
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.js.map +0 -1
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.d.ts +0 -2
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.js +0 -2
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.js.map +0 -1
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.d.ts +0 -2
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.js +0 -2
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.js.map +0 -1
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/index.d.ts +0 -5
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/index.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/index.js +0 -5
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/index.js.map +0 -1
- package/dist/browser/react/components/Widget/components/TransactionDialog/index.d.ts +0 -2
- package/dist/browser/react/components/Widget/components/TransactionDialog/index.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/TransactionDialog/index.js +0 -2
- package/dist/browser/react/components/Widget/components/TransactionDialog/index.js.map +0 -1
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.d.ts +0 -7
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.js +0 -25
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.js.map +0 -1
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.d.ts +0 -7
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.js +0 -30
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.js.map +0 -1
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.d.ts +0 -12
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.js +0 -17
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.js.map +0 -1
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.d.ts +0 -2
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.js +0 -2
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.js.map +0 -1
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.d.ts +0 -2
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.js +0 -2
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.js.map +0 -1
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.d.ts +0 -7
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.js +0 -68
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.js.map +0 -1
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.d.ts +0 -16
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.js +0 -36
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.js.map +0 -1
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.d.ts +0 -2
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.js +0 -2
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.js.map +0 -1
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.d.ts +0 -2
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.js +0 -2
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.js.map +0 -1
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/index.d.ts +0 -3
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/index.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/index.js +0 -3
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/index.js.map +0 -1
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/index.d.ts +0 -2
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/index.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/index.js +0 -2
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/index.js.map +0 -1
- package/dist/browser/react/components/Widget/components/index.d.ts +0 -13
- package/dist/browser/react/components/Widget/components/index.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/index.js +0 -13
- package/dist/browser/react/components/Widget/components/index.js.map +0 -1
- package/dist/browser/react/components/Widget/components/shared/TokenIconDisplay.d.ts +0 -15
- package/dist/browser/react/components/Widget/components/shared/TokenIconDisplay.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/shared/TokenIconDisplay.js +0 -31
- package/dist/browser/react/components/Widget/components/shared/TokenIconDisplay.js.map +0 -1
- package/dist/browser/react/components/Widget/components/shared/index.d.ts +0 -2
- package/dist/browser/react/components/Widget/components/shared/index.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/components/shared/index.js +0 -2
- package/dist/browser/react/components/Widget/components/shared/index.js.map +0 -1
- package/dist/browser/react/components/Widget/index.d.ts +0 -3
- package/dist/browser/react/components/Widget/index.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/index.js +0 -2
- package/dist/browser/react/components/Widget/index.js.map +0 -1
- package/dist/browser/react/components/Widget/types/quote.d.ts +0 -205
- package/dist/browser/react/components/Widget/types/quote.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/types/quote.js +0 -53
- package/dist/browser/react/components/Widget/types/quote.js.map +0 -1
- package/dist/browser/react/components/Widget/types.d.ts +0 -24
- package/dist/browser/react/components/Widget/types.d.ts.map +0 -1
- package/dist/browser/react/components/Widget/types.js +0 -3
- package/dist/browser/react/components/Widget/types.js.map +0 -1
- package/dist/browser/react/components/ui/badge.d.ts +0 -10
- package/dist/browser/react/components/ui/badge.d.ts.map +0 -1
- package/dist/browser/react/components/ui/badge.js +0 -21
- package/dist/browser/react/components/ui/badge.js.map +0 -1
- package/dist/browser/react/components/ui/button.d.ts +0 -12
- package/dist/browser/react/components/ui/button.d.ts.map +0 -1
- package/dist/browser/react/components/ui/button.js +0 -34
- package/dist/browser/react/components/ui/button.js.map +0 -1
- package/dist/browser/react/components/ui/dialog.d.ts +0 -18
- package/dist/browser/react/components/ui/dialog.d.ts.map +0 -1
- package/dist/browser/react/components/ui/dialog.js +0 -41
- package/dist/browser/react/components/ui/dialog.js.map +0 -1
- package/dist/browser/react/components/ui/drawer.d.ts +0 -23
- package/dist/browser/react/components/ui/drawer.d.ts.map +0 -1
- package/dist/browser/react/components/ui/drawer.js +0 -24
- package/dist/browser/react/components/ui/drawer.js.map +0 -1
- package/dist/browser/react/components/ui/index.d.ts +0 -12
- package/dist/browser/react/components/ui/index.d.ts.map +0 -1
- package/dist/browser/react/components/ui/index.js +0 -10
- package/dist/browser/react/components/ui/index.js.map +0 -1
- package/dist/browser/react/components/ui/input.d.ts +0 -4
- package/dist/browser/react/components/ui/input.d.ts.map +0 -1
- package/dist/browser/react/components/ui/input.js +0 -9
- package/dist/browser/react/components/ui/input.js.map +0 -1
- package/dist/browser/react/components/ui/label.d.ts +0 -6
- package/dist/browser/react/components/ui/label.d.ts.map +0 -1
- package/dist/browser/react/components/ui/label.js +0 -10
- package/dist/browser/react/components/ui/label.js.map +0 -1
- package/dist/browser/react/components/ui/popover.d.ts +0 -8
- package/dist/browser/react/components/ui/popover.d.ts.map +0 -1
- package/dist/browser/react/components/ui/popover.js +0 -12
- package/dist/browser/react/components/ui/popover.js.map +0 -1
- package/dist/browser/react/components/ui/select.d.ts +0 -14
- package/dist/browser/react/components/ui/select.d.ts.map +0 -1
- package/dist/browser/react/components/ui/select.js +0 -27
- package/dist/browser/react/components/ui/select.js.map +0 -1
- package/dist/browser/react/components/ui/sheet.d.ts +0 -26
- package/dist/browser/react/components/ui/sheet.d.ts.map +0 -1
- package/dist/browser/react/components/ui/sheet.js +0 -38
- package/dist/browser/react/components/ui/sheet.js.map +0 -1
- package/dist/browser/react/config/appkit.d.ts +0 -2719
- package/dist/browser/react/config/appkit.d.ts.map +0 -1
- package/dist/browser/react/config/appkit.js +0 -79
- package/dist/browser/react/config/appkit.js.map +0 -1
- package/dist/browser/react/config/index.d.ts +0 -3
- package/dist/browser/react/config/index.d.ts.map +0 -1
- package/dist/browser/react/config/index.js +0 -2
- package/dist/browser/react/config/index.js.map +0 -1
- package/dist/browser/react/hooks/index.d.ts +0 -18
- package/dist/browser/react/hooks/index.d.ts.map +0 -1
- package/dist/browser/react/hooks/index.js +0 -11
- package/dist/browser/react/hooks/index.js.map +0 -1
- package/dist/browser/react/hooks/useBalances.d.ts +0 -41
- package/dist/browser/react/hooks/useBalances.d.ts.map +0 -1
- package/dist/browser/react/hooks/useBalances.js +0 -65
- package/dist/browser/react/hooks/useBalances.js.map +0 -1
- package/dist/browser/react/hooks/useLocalRecipients.d.ts +0 -69
- package/dist/browser/react/hooks/useLocalRecipients.d.ts.map +0 -1
- package/dist/browser/react/hooks/useLocalRecipients.js +0 -166
- package/dist/browser/react/hooks/useLocalRecipients.js.map +0 -1
- package/dist/browser/react/hooks/useMediaQuery.d.ts +0 -21
- package/dist/browser/react/hooks/useMediaQuery.d.ts.map +0 -1
- package/dist/browser/react/hooks/useMediaQuery.js +0 -38
- package/dist/browser/react/hooks/useMediaQuery.js.map +0 -1
- package/dist/browser/react/hooks/useMultiChainBalances.d.ts +0 -58
- package/dist/browser/react/hooks/useMultiChainBalances.d.ts.map +0 -1
- package/dist/browser/react/hooks/useMultiChainBalances.js +0 -179
- package/dist/browser/react/hooks/useMultiChainBalances.js.map +0 -1
- package/dist/browser/react/hooks/useOffRamp.d.ts +0 -34
- package/dist/browser/react/hooks/useOffRamp.d.ts.map +0 -1
- package/dist/browser/react/hooks/useOffRamp.js +0 -109
- package/dist/browser/react/hooks/useOffRamp.js.map +0 -1
- package/dist/browser/react/hooks/useOnRamp.d.ts +0 -34
- package/dist/browser/react/hooks/useOnRamp.d.ts.map +0 -1
- package/dist/browser/react/hooks/useOnRamp.js +0 -109
- package/dist/browser/react/hooks/useOnRamp.js.map +0 -1
- package/dist/browser/react/hooks/useQuote.d.ts +0 -28
- package/dist/browser/react/hooks/useQuote.d.ts.map +0 -1
- package/dist/browser/react/hooks/useQuote.js +0 -79
- package/dist/browser/react/hooks/useQuote.js.map +0 -1
- package/dist/browser/react/hooks/useRecipient.d.ts +0 -30
- package/dist/browser/react/hooks/useRecipient.d.ts.map +0 -1
- package/dist/browser/react/hooks/useRecipient.js +0 -158
- package/dist/browser/react/hooks/useRecipient.js.map +0 -1
- package/dist/browser/react/hooks/useTokenPrices.d.ts +0 -34
- package/dist/browser/react/hooks/useTokenPrices.d.ts.map +0 -1
- package/dist/browser/react/hooks/useTokenPrices.js +0 -58
- package/dist/browser/react/hooks/useTokenPrices.js.map +0 -1
- package/dist/browser/react/hooks/useTransaction.d.ts +0 -31
- package/dist/browser/react/hooks/useTransaction.d.ts.map +0 -1
- package/dist/browser/react/hooks/useTransaction.js +0 -102
- package/dist/browser/react/hooks/useTransaction.js.map +0 -1
- package/dist/browser/react/index.d.ts +0 -16
- package/dist/browser/react/index.d.ts.map +0 -1
- package/dist/browser/react/index.js +0 -10
- package/dist/browser/react/index.js.map +0 -1
- package/dist/browser/react/lib/constants/chains.d.ts +0 -65
- package/dist/browser/react/lib/constants/chains.d.ts.map +0 -1
- package/dist/browser/react/lib/constants/chains.js +0 -259
- package/dist/browser/react/lib/constants/chains.js.map +0 -1
- package/dist/browser/react/lib/constants/index.d.ts +0 -6
- package/dist/browser/react/lib/constants/index.d.ts.map +0 -1
- package/dist/browser/react/lib/constants/index.js +0 -4
- package/dist/browser/react/lib/constants/index.js.map +0 -1
- package/dist/browser/react/lib/constants/tokens.d.ts +0 -30
- package/dist/browser/react/lib/constants/tokens.d.ts.map +0 -1
- package/dist/browser/react/lib/constants/tokens.js +0 -418
- package/dist/browser/react/lib/constants/tokens.js.map +0 -1
- package/dist/browser/react/lib/constants/wrappedTokens.d.ts +0 -21
- package/dist/browser/react/lib/constants/wrappedTokens.d.ts.map +0 -1
- package/dist/browser/react/lib/constants/wrappedTokens.js +0 -63
- package/dist/browser/react/lib/constants/wrappedTokens.js.map +0 -1
- package/dist/browser/react/lib/index.d.ts +0 -5
- package/dist/browser/react/lib/index.d.ts.map +0 -1
- package/dist/browser/react/lib/index.js +0 -4
- package/dist/browser/react/lib/index.js.map +0 -1
- package/dist/browser/react/lib/sdk-client.d.ts +0 -17
- package/dist/browser/react/lib/sdk-client.d.ts.map +0 -1
- package/dist/browser/react/lib/sdk-client.js +0 -51
- package/dist/browser/react/lib/sdk-client.js.map +0 -1
- package/dist/browser/react/lib/utils/chain.d.ts +0 -11
- package/dist/browser/react/lib/utils/chain.d.ts.map +0 -1
- package/dist/browser/react/lib/utils/chain.js +0 -31
- package/dist/browser/react/lib/utils/chain.js.map +0 -1
- package/dist/browser/react/lib/utils/cn.d.ts +0 -3
- package/dist/browser/react/lib/utils/cn.d.ts.map +0 -1
- package/dist/browser/react/lib/utils/cn.js +0 -6
- package/dist/browser/react/lib/utils/cn.js.map +0 -1
- package/dist/browser/react/lib/utils/copyToClipboard.d.ts +0 -2
- package/dist/browser/react/lib/utils/copyToClipboard.d.ts.map +0 -1
- package/dist/browser/react/lib/utils/copyToClipboard.js +0 -16
- package/dist/browser/react/lib/utils/copyToClipboard.js.map +0 -1
- package/dist/browser/react/lib/utils/errors.d.ts +0 -11
- package/dist/browser/react/lib/utils/errors.d.ts.map +0 -1
- package/dist/browser/react/lib/utils/errors.js +0 -15
- package/dist/browser/react/lib/utils/errors.js.map +0 -1
- package/dist/browser/react/lib/utils/format.d.ts +0 -38
- package/dist/browser/react/lib/utils/format.d.ts.map +0 -1
- package/dist/browser/react/lib/utils/format.js +0 -92
- package/dist/browser/react/lib/utils/format.js.map +0 -1
- package/dist/browser/react/lib/utils/formatUsd.d.ts +0 -19
- package/dist/browser/react/lib/utils/formatUsd.d.ts.map +0 -1
- package/dist/browser/react/lib/utils/formatUsd.js +0 -58
- package/dist/browser/react/lib/utils/formatUsd.js.map +0 -1
- package/dist/browser/react/lib/utils/index.d.ts +0 -12
- package/dist/browser/react/lib/utils/index.d.ts.map +0 -1
- package/dist/browser/react/lib/utils/index.js +0 -11
- package/dist/browser/react/lib/utils/index.js.map +0 -1
- package/dist/browser/react/lib/utils/inputFormatters.d.ts +0 -6
- package/dist/browser/react/lib/utils/inputFormatters.d.ts.map +0 -1
- package/dist/browser/react/lib/utils/inputFormatters.js +0 -32
- package/dist/browser/react/lib/utils/inputFormatters.js.map +0 -1
- package/dist/browser/react/lib/utils/network-mapping.d.ts +0 -45
- package/dist/browser/react/lib/utils/network-mapping.d.ts.map +0 -1
- package/dist/browser/react/lib/utils/network-mapping.js +0 -153
- package/dist/browser/react/lib/utils/network-mapping.js.map +0 -1
- package/dist/browser/react/lib/utils/transaction.d.ts +0 -57
- package/dist/browser/react/lib/utils/transaction.d.ts.map +0 -1
- package/dist/browser/react/lib/utils/transaction.js +0 -136
- package/dist/browser/react/lib/utils/transaction.js.map +0 -1
- package/dist/browser/react/lib/utils/validation.d.ts +0 -27
- package/dist/browser/react/lib/utils/validation.d.ts.map +0 -1
- package/dist/browser/react/lib/utils/validation.js +0 -36
- package/dist/browser/react/lib/utils/validation.js.map +0 -1
- package/dist/browser/react/providers/OrdaProvider.d.ts +0 -38
- package/dist/browser/react/providers/OrdaProvider.d.ts.map +0 -1
- package/dist/browser/react/providers/OrdaProvider.js +0 -55
- package/dist/browser/react/providers/OrdaProvider.js.map +0 -1
- package/dist/browser/react/providers/OrdaSDKContext.d.ts +0 -26
- package/dist/browser/react/providers/OrdaSDKContext.d.ts.map +0 -1
- package/dist/browser/react/providers/OrdaSDKContext.js +0 -154
- package/dist/browser/react/providers/OrdaSDKContext.js.map +0 -1
- package/dist/browser/react/providers/index.d.ts +0 -4
- package/dist/browser/react/providers/index.d.ts.map +0 -1
- package/dist/browser/react/providers/index.js +0 -3
- package/dist/browser/react/providers/index.js.map +0 -1
- package/dist/browser/react/providers/types.d.ts +0 -68
- package/dist/browser/react/providers/types.d.ts.map +0 -1
- package/dist/browser/react/providers/types.js +0 -2
- package/dist/browser/react/providers/types.js.map +0 -1
- package/dist/browser/smart-wallets/LocalSigner.d.ts +0 -19
- package/dist/browser/smart-wallets/LocalSigner.d.ts.map +0 -1
- package/dist/browser/smart-wallets/LocalSigner.js +0 -57
- package/dist/browser/smart-wallets/LocalSigner.js.map +0 -1
- package/dist/browser/smart-wallets/SmartWalletClient.d.ts +0 -19
- package/dist/browser/smart-wallets/SmartWalletClient.d.ts.map +0 -1
- package/dist/browser/smart-wallets/SmartWalletClient.js +0 -180
- package/dist/browser/smart-wallets/SmartWalletClient.js.map +0 -1
- package/dist/browser/smart-wallets/SmartWalletManager.d.ts +0 -17
- package/dist/browser/smart-wallets/SmartWalletManager.d.ts.map +0 -1
- package/dist/browser/smart-wallets/SmartWalletManager.js +0 -59
- package/dist/browser/smart-wallets/SmartWalletManager.js.map +0 -1
- package/dist/browser/smart-wallets/chains.d.ts +0 -11
- package/dist/browser/smart-wallets/chains.d.ts.map +0 -1
- package/dist/browser/smart-wallets/chains.js +0 -30
- package/dist/browser/smart-wallets/chains.js.map +0 -1
- package/dist/browser/smart-wallets/errors.d.ts +0 -23
- package/dist/browser/smart-wallets/errors.d.ts.map +0 -1
- package/dist/browser/smart-wallets/errors.js +0 -44
- package/dist/browser/smart-wallets/errors.js.map +0 -1
- package/dist/browser/smart-wallets/index.d.ts +0 -11
- package/dist/browser/smart-wallets/index.d.ts.map +0 -1
- package/dist/browser/smart-wallets/index.js +0 -13
- package/dist/browser/smart-wallets/index.js.map +0 -1
- package/dist/browser/smart-wallets/types.d.ts +0 -47
- package/dist/browser/smart-wallets/types.d.ts.map +0 -1
- package/dist/browser/smart-wallets/types.js +0 -2
- package/dist/browser/smart-wallets/types.js.map +0 -1
- package/dist/browser/smart-wallets/utils.d.ts +0 -22
- package/dist/browser/smart-wallets/utils.d.ts.map +0 -1
- package/dist/browser/smart-wallets/utils.js +0 -57
- package/dist/browser/smart-wallets/utils.js.map +0 -1
- package/dist/cjs/react/assets/animations/completed.json +0 -1
- package/dist/cjs/react/assets/animations/converting.json +0 -1
- package/dist/cjs/react/assets/animations/error.json +0 -1
- package/dist/cjs/react/assets/animations/index.d.ts +0 -4
- package/dist/cjs/react/assets/animations/index.d.ts.map +0 -1
- package/dist/cjs/react/assets/animations/index.js +0 -15
- package/dist/cjs/react/assets/animations/index.js.map +0 -1
- package/dist/cjs/react/assets/chains/index.d.ts +0 -3
- package/dist/cjs/react/assets/chains/index.d.ts.map +0 -1
- package/dist/cjs/react/assets/chains/index.js +0 -35
- package/dist/cjs/react/assets/chains/index.js.map +0 -1
- package/dist/cjs/react/assets/icons/index.d.ts +0 -10
- package/dist/cjs/react/assets/icons/index.d.ts.map +0 -1
- package/dist/cjs/react/assets/icons/index.js +0 -13
- package/dist/cjs/react/assets/icons/index.js.map +0 -1
- package/dist/cjs/react/assets/index.d.ts +0 -6
- package/dist/cjs/react/assets/index.d.ts.map +0 -1
- package/dist/cjs/react/assets/index.js +0 -31
- package/dist/cjs/react/assets/index.js.map +0 -1
- package/dist/cjs/react/assets/tokens/index.d.ts +0 -3
- package/dist/cjs/react/assets/tokens/index.d.ts.map +0 -1
- package/dist/cjs/react/assets/tokens/index.js +0 -49
- package/dist/cjs/react/assets/tokens/index.js.map +0 -1
- package/dist/cjs/react/components/Widget/Widget.d.ts +0 -2
- package/dist/cjs/react/components/Widget/Widget.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/Widget.js +0 -686
- package/dist/cjs/react/components/Widget/Widget.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/CollapsibleDetails.d.ts +0 -15
- package/dist/cjs/react/components/Widget/components/CollapsibleDetails.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/CollapsibleDetails.js +0 -54
- package/dist/cjs/react/components/Widget/components/CollapsibleDetails.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/CustomDialogHeader.d.ts +0 -13
- package/dist/cjs/react/components/Widget/components/CustomDialogHeader.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/CustomDialogHeader.js +0 -34
- package/dist/cjs/react/components/Widget/components/CustomDialogHeader.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/Footer.d.ts +0 -2
- package/dist/cjs/react/components/Widget/components/Footer.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/Footer.js +0 -10
- package/dist/cjs/react/components/Widget/components/Footer.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/Header.d.ts +0 -2
- package/dist/cjs/react/components/Widget/components/Header.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/Header.js +0 -37
- package/dist/cjs/react/components/Widget/components/Header.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.d.ts +0 -15
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.js +0 -83
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.d.ts +0 -8
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.js +0 -83
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.d.ts +0 -21
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.js +0 -93
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.d.ts +0 -3
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.js +0 -6
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.d.ts +0 -9
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.js +0 -19
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/index.d.ts +0 -3
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/index.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/index.js +0 -8
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/index.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/index.d.ts +0 -2
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/index.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/index.js +0 -6
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/index.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/Recipient.d.ts +0 -8
- package/dist/cjs/react/components/Widget/components/Recipient.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/Recipient.js +0 -13
- package/dist/cjs/react/components/Widget/components/Recipient.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/RecipientDialog/RecipientDialog.d.ts +0 -13
- package/dist/cjs/react/components/Widget/components/RecipientDialog/RecipientDialog.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/RecipientDialog/RecipientDialog.js +0 -118
- package/dist/cjs/react/components/Widget/components/RecipientDialog/RecipientDialog.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.d.ts +0 -24
- package/dist/cjs/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.js +0 -53
- package/dist/cjs/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/RecipientDialog/components/index.d.ts +0 -2
- package/dist/cjs/react/components/Widget/components/RecipientDialog/components/index.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/RecipientDialog/components/index.js +0 -6
- package/dist/cjs/react/components/Widget/components/RecipientDialog/components/index.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/RecipientDialog/index.d.ts +0 -2
- package/dist/cjs/react/components/Widget/components/RecipientDialog/index.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/RecipientDialog/index.js +0 -6
- package/dist/cjs/react/components/Widget/components/RecipientDialog/index.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.d.ts +0 -15
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.js +0 -104
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.d.ts +0 -27
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.js +0 -14
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.d.ts +0 -18
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.js +0 -59
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.d.ts +0 -14
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.js +0 -39
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.d.ts +0 -12
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.js +0 -15
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.d.ts +0 -4
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.js +0 -10
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.d.ts +0 -2
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.js +0 -6
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/index.d.ts +0 -2
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/index.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/index.js +0 -6
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/index.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/index.d.ts +0 -2
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/index.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/index.js +0 -6
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/index.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/TokenInput.d.ts +0 -16
- package/dist/cjs/react/components/Widget/components/TokenInput.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/TokenInput.js +0 -25
- package/dist/cjs/react/components/Widget/components/TokenInput.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/TransactionDialog/TransactionDialog.d.ts +0 -25
- package/dist/cjs/react/components/Widget/components/TransactionDialog/TransactionDialog.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/TransactionDialog/TransactionDialog.js +0 -37
- package/dist/cjs/react/components/Widget/components/TransactionDialog/TransactionDialog.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.d.ts +0 -17
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.js +0 -317
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.d.ts +0 -21
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.js +0 -79
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.d.ts +0 -2
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.js +0 -6
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/index.d.ts +0 -2
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/index.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/index.js +0 -6
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/index.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.d.ts +0 -16
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.js +0 -97
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.d.ts +0 -10
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.js +0 -36
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.d.ts +0 -9
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.js +0 -36
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.d.ts +0 -17
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.js +0 -41
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.d.ts +0 -4
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.js +0 -10
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/index.d.ts +0 -2
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/index.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/index.js +0 -6
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/index.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/Swap/Swap.d.ts +0 -18
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/Swap/Swap.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/Swap/Swap.js +0 -361
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/Swap/Swap.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/Swap/index.d.ts +0 -2
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/Swap/index.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/Swap/index.js +0 -6
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/Swap/index.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.d.ts +0 -17
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.js +0 -49
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.d.ts +0 -10
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.js +0 -53
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.d.ts +0 -2
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.js +0 -6
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.d.ts +0 -2
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.js +0 -6
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/index.d.ts +0 -5
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/index.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/index.js +0 -12
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/index.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/TransactionDialog/index.d.ts +0 -2
- package/dist/cjs/react/components/Widget/components/TransactionDialog/index.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/TransactionDialog/index.js +0 -6
- package/dist/cjs/react/components/Widget/components/TransactionDialog/index.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.d.ts +0 -7
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.js +0 -29
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.d.ts +0 -7
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.js +0 -34
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.d.ts +0 -12
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.js +0 -21
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.d.ts +0 -2
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.js +0 -6
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.d.ts +0 -2
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.js +0 -6
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.d.ts +0 -7
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.js +0 -72
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.d.ts +0 -16
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.js +0 -40
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.d.ts +0 -2
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.js +0 -6
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.d.ts +0 -2
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.js +0 -6
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/index.d.ts +0 -3
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/index.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/index.js +0 -8
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/index.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/index.d.ts +0 -2
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/index.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/index.js +0 -6
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/index.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/index.d.ts +0 -13
- package/dist/cjs/react/components/Widget/components/index.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/index.js +0 -28
- package/dist/cjs/react/components/Widget/components/index.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/shared/TokenIconDisplay.d.ts +0 -15
- package/dist/cjs/react/components/Widget/components/shared/TokenIconDisplay.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/shared/TokenIconDisplay.js +0 -34
- package/dist/cjs/react/components/Widget/components/shared/TokenIconDisplay.js.map +0 -1
- package/dist/cjs/react/components/Widget/components/shared/index.d.ts +0 -2
- package/dist/cjs/react/components/Widget/components/shared/index.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/components/shared/index.js +0 -6
- package/dist/cjs/react/components/Widget/components/shared/index.js.map +0 -1
- package/dist/cjs/react/components/Widget/index.d.ts +0 -3
- package/dist/cjs/react/components/Widget/index.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/index.js +0 -6
- package/dist/cjs/react/components/Widget/index.js.map +0 -1
- package/dist/cjs/react/components/Widget/types/quote.d.ts +0 -205
- package/dist/cjs/react/components/Widget/types/quote.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/types/quote.js +0 -59
- package/dist/cjs/react/components/Widget/types/quote.js.map +0 -1
- package/dist/cjs/react/components/Widget/types.d.ts +0 -24
- package/dist/cjs/react/components/Widget/types.d.ts.map +0 -1
- package/dist/cjs/react/components/Widget/types.js +0 -19
- package/dist/cjs/react/components/Widget/types.js.map +0 -1
- package/dist/cjs/react/components/ui/badge.d.ts +0 -10
- package/dist/cjs/react/components/ui/badge.d.ts.map +0 -1
- package/dist/cjs/react/components/ui/badge.js +0 -25
- package/dist/cjs/react/components/ui/badge.js.map +0 -1
- package/dist/cjs/react/components/ui/button.d.ts +0 -12
- package/dist/cjs/react/components/ui/button.d.ts.map +0 -1
- package/dist/cjs/react/components/ui/button.js +0 -71
- package/dist/cjs/react/components/ui/button.js.map +0 -1
- package/dist/cjs/react/components/ui/dialog.d.ts +0 -18
- package/dist/cjs/react/components/ui/dialog.d.ts.map +0 -1
- package/dist/cjs/react/components/ui/dialog.js +0 -86
- package/dist/cjs/react/components/ui/dialog.js.map +0 -1
- package/dist/cjs/react/components/ui/drawer.d.ts +0 -23
- package/dist/cjs/react/components/ui/drawer.d.ts.map +0 -1
- package/dist/cjs/react/components/ui/drawer.js +0 -69
- package/dist/cjs/react/components/ui/drawer.js.map +0 -1
- package/dist/cjs/react/components/ui/index.d.ts +0 -12
- package/dist/cjs/react/components/ui/index.d.ts.map +0 -1
- package/dist/cjs/react/components/ui/index.js +0 -63
- package/dist/cjs/react/components/ui/index.js.map +0 -1
- package/dist/cjs/react/components/ui/input.d.ts +0 -4
- package/dist/cjs/react/components/ui/input.d.ts.map +0 -1
- package/dist/cjs/react/components/ui/input.js +0 -45
- package/dist/cjs/react/components/ui/input.js.map +0 -1
- package/dist/cjs/react/components/ui/label.d.ts +0 -6
- package/dist/cjs/react/components/ui/label.d.ts.map +0 -1
- package/dist/cjs/react/components/ui/label.js +0 -46
- package/dist/cjs/react/components/ui/label.js.map +0 -1
- package/dist/cjs/react/components/ui/popover.d.ts +0 -8
- package/dist/cjs/react/components/ui/popover.d.ts.map +0 -1
- package/dist/cjs/react/components/ui/popover.js +0 -51
- package/dist/cjs/react/components/ui/popover.js.map +0 -1
- package/dist/cjs/react/components/ui/select.d.ts +0 -14
- package/dist/cjs/react/components/ui/select.d.ts.map +0 -1
- package/dist/cjs/react/components/ui/select.js +0 -72
- package/dist/cjs/react/components/ui/select.js.map +0 -1
- package/dist/cjs/react/components/ui/sheet.d.ts +0 -26
- package/dist/cjs/react/components/ui/sheet.d.ts.map +0 -1
- package/dist/cjs/react/components/ui/sheet.js +0 -83
- package/dist/cjs/react/components/ui/sheet.js.map +0 -1
- package/dist/cjs/react/config/appkit.d.ts +0 -2719
- package/dist/cjs/react/config/appkit.d.ts.map +0 -1
- package/dist/cjs/react/config/appkit.js +0 -83
- package/dist/cjs/react/config/appkit.js.map +0 -1
- package/dist/cjs/react/config/index.d.ts +0 -3
- package/dist/cjs/react/config/index.d.ts.map +0 -1
- package/dist/cjs/react/config/index.js +0 -8
- package/dist/cjs/react/config/index.js.map +0 -1
- package/dist/cjs/react/hooks/index.d.ts +0 -18
- package/dist/cjs/react/hooks/index.d.ts.map +0 -1
- package/dist/cjs/react/hooks/index.js +0 -23
- package/dist/cjs/react/hooks/index.js.map +0 -1
- package/dist/cjs/react/hooks/useBalances.d.ts +0 -41
- package/dist/cjs/react/hooks/useBalances.d.ts.map +0 -1
- package/dist/cjs/react/hooks/useBalances.js +0 -68
- package/dist/cjs/react/hooks/useBalances.js.map +0 -1
- package/dist/cjs/react/hooks/useLocalRecipients.d.ts +0 -69
- package/dist/cjs/react/hooks/useLocalRecipients.d.ts.map +0 -1
- package/dist/cjs/react/hooks/useLocalRecipients.js +0 -169
- package/dist/cjs/react/hooks/useLocalRecipients.js.map +0 -1
- package/dist/cjs/react/hooks/useMediaQuery.d.ts +0 -21
- package/dist/cjs/react/hooks/useMediaQuery.d.ts.map +0 -1
- package/dist/cjs/react/hooks/useMediaQuery.js +0 -41
- package/dist/cjs/react/hooks/useMediaQuery.js.map +0 -1
- package/dist/cjs/react/hooks/useMultiChainBalances.d.ts +0 -58
- package/dist/cjs/react/hooks/useMultiChainBalances.d.ts.map +0 -1
- package/dist/cjs/react/hooks/useMultiChainBalances.js +0 -215
- package/dist/cjs/react/hooks/useMultiChainBalances.js.map +0 -1
- package/dist/cjs/react/hooks/useOffRamp.d.ts +0 -34
- package/dist/cjs/react/hooks/useOffRamp.d.ts.map +0 -1
- package/dist/cjs/react/hooks/useOffRamp.js +0 -112
- package/dist/cjs/react/hooks/useOffRamp.js.map +0 -1
- package/dist/cjs/react/hooks/useOnRamp.d.ts +0 -34
- package/dist/cjs/react/hooks/useOnRamp.d.ts.map +0 -1
- package/dist/cjs/react/hooks/useOnRamp.js +0 -112
- package/dist/cjs/react/hooks/useOnRamp.js.map +0 -1
- package/dist/cjs/react/hooks/useQuote.d.ts +0 -28
- package/dist/cjs/react/hooks/useQuote.d.ts.map +0 -1
- package/dist/cjs/react/hooks/useQuote.js +0 -82
- package/dist/cjs/react/hooks/useQuote.js.map +0 -1
- package/dist/cjs/react/hooks/useRecipient.d.ts +0 -30
- package/dist/cjs/react/hooks/useRecipient.d.ts.map +0 -1
- package/dist/cjs/react/hooks/useRecipient.js +0 -161
- package/dist/cjs/react/hooks/useRecipient.js.map +0 -1
- package/dist/cjs/react/hooks/useTokenPrices.d.ts +0 -34
- package/dist/cjs/react/hooks/useTokenPrices.d.ts.map +0 -1
- package/dist/cjs/react/hooks/useTokenPrices.js +0 -61
- package/dist/cjs/react/hooks/useTokenPrices.js.map +0 -1
- package/dist/cjs/react/hooks/useTransaction.d.ts +0 -31
- package/dist/cjs/react/hooks/useTransaction.d.ts.map +0 -1
- package/dist/cjs/react/hooks/useTransaction.js +0 -105
- package/dist/cjs/react/hooks/useTransaction.js.map +0 -1
- package/dist/cjs/react/index.d.ts +0 -16
- package/dist/cjs/react/index.d.ts.map +0 -1
- package/dist/cjs/react/index.js +0 -89
- package/dist/cjs/react/index.js.map +0 -1
- package/dist/cjs/react/lib/constants/chains.d.ts +0 -65
- package/dist/cjs/react/lib/constants/chains.d.ts.map +0 -1
- package/dist/cjs/react/lib/constants/chains.js +0 -269
- package/dist/cjs/react/lib/constants/chains.js.map +0 -1
- package/dist/cjs/react/lib/constants/index.d.ts +0 -6
- package/dist/cjs/react/lib/constants/index.d.ts.map +0 -1
- package/dist/cjs/react/lib/constants/index.js +0 -27
- package/dist/cjs/react/lib/constants/index.js.map +0 -1
- package/dist/cjs/react/lib/constants/tokens.d.ts +0 -30
- package/dist/cjs/react/lib/constants/tokens.d.ts.map +0 -1
- package/dist/cjs/react/lib/constants/tokens.js +0 -421
- package/dist/cjs/react/lib/constants/tokens.js.map +0 -1
- package/dist/cjs/react/lib/constants/wrappedTokens.d.ts +0 -21
- package/dist/cjs/react/lib/constants/wrappedTokens.d.ts.map +0 -1
- package/dist/cjs/react/lib/constants/wrappedTokens.js +0 -68
- package/dist/cjs/react/lib/constants/wrappedTokens.js.map +0 -1
- package/dist/cjs/react/lib/index.d.ts +0 -5
- package/dist/cjs/react/lib/index.d.ts.map +0 -1
- package/dist/cjs/react/lib/index.js +0 -49
- package/dist/cjs/react/lib/index.js.map +0 -1
- package/dist/cjs/react/lib/sdk-client.d.ts +0 -17
- package/dist/cjs/react/lib/sdk-client.d.ts.map +0 -1
- package/dist/cjs/react/lib/sdk-client.js +0 -56
- package/dist/cjs/react/lib/sdk-client.js.map +0 -1
- package/dist/cjs/react/lib/utils/chain.d.ts +0 -11
- package/dist/cjs/react/lib/utils/chain.d.ts.map +0 -1
- package/dist/cjs/react/lib/utils/chain.js +0 -35
- package/dist/cjs/react/lib/utils/chain.js.map +0 -1
- package/dist/cjs/react/lib/utils/cn.d.ts +0 -3
- package/dist/cjs/react/lib/utils/cn.d.ts.map +0 -1
- package/dist/cjs/react/lib/utils/cn.js +0 -9
- package/dist/cjs/react/lib/utils/cn.js.map +0 -1
- package/dist/cjs/react/lib/utils/copyToClipboard.d.ts +0 -2
- package/dist/cjs/react/lib/utils/copyToClipboard.d.ts.map +0 -1
- package/dist/cjs/react/lib/utils/copyToClipboard.js +0 -20
- package/dist/cjs/react/lib/utils/copyToClipboard.js.map +0 -1
- package/dist/cjs/react/lib/utils/errors.d.ts +0 -11
- package/dist/cjs/react/lib/utils/errors.d.ts.map +0 -1
- package/dist/cjs/react/lib/utils/errors.js +0 -19
- package/dist/cjs/react/lib/utils/errors.js.map +0 -1
- package/dist/cjs/react/lib/utils/format.d.ts +0 -38
- package/dist/cjs/react/lib/utils/format.d.ts.map +0 -1
- package/dist/cjs/react/lib/utils/format.js +0 -98
- package/dist/cjs/react/lib/utils/format.js.map +0 -1
- package/dist/cjs/react/lib/utils/formatUsd.d.ts +0 -19
- package/dist/cjs/react/lib/utils/formatUsd.d.ts.map +0 -1
- package/dist/cjs/react/lib/utils/formatUsd.js +0 -62
- package/dist/cjs/react/lib/utils/formatUsd.js.map +0 -1
- package/dist/cjs/react/lib/utils/index.d.ts +0 -12
- package/dist/cjs/react/lib/utils/index.d.ts.map +0 -1
- package/dist/cjs/react/lib/utils/index.js +0 -47
- package/dist/cjs/react/lib/utils/index.js.map +0 -1
- package/dist/cjs/react/lib/utils/inputFormatters.d.ts +0 -6
- package/dist/cjs/react/lib/utils/inputFormatters.d.ts.map +0 -1
- package/dist/cjs/react/lib/utils/inputFormatters.js +0 -40
- package/dist/cjs/react/lib/utils/inputFormatters.js.map +0 -1
- package/dist/cjs/react/lib/utils/network-mapping.d.ts +0 -45
- package/dist/cjs/react/lib/utils/network-mapping.d.ts.map +0 -1
- package/dist/cjs/react/lib/utils/network-mapping.js +0 -162
- package/dist/cjs/react/lib/utils/network-mapping.js.map +0 -1
- package/dist/cjs/react/lib/utils/transaction.d.ts +0 -57
- package/dist/cjs/react/lib/utils/transaction.d.ts.map +0 -1
- package/dist/cjs/react/lib/utils/transaction.js +0 -144
- package/dist/cjs/react/lib/utils/transaction.js.map +0 -1
- package/dist/cjs/react/lib/utils/validation.d.ts +0 -27
- package/dist/cjs/react/lib/utils/validation.d.ts.map +0 -1
- package/dist/cjs/react/lib/utils/validation.js +0 -41
- package/dist/cjs/react/lib/utils/validation.js.map +0 -1
- package/dist/cjs/react/providers/OrdaProvider.d.ts +0 -38
- package/dist/cjs/react/providers/OrdaProvider.d.ts.map +0 -1
- package/dist/cjs/react/providers/OrdaProvider.js +0 -58
- package/dist/cjs/react/providers/OrdaProvider.js.map +0 -1
- package/dist/cjs/react/providers/OrdaSDKContext.d.ts +0 -26
- package/dist/cjs/react/providers/OrdaSDKContext.d.ts.map +0 -1
- package/dist/cjs/react/providers/OrdaSDKContext.js +0 -158
- package/dist/cjs/react/providers/OrdaSDKContext.js.map +0 -1
- package/dist/cjs/react/providers/index.d.ts +0 -4
- package/dist/cjs/react/providers/index.d.ts.map +0 -1
- package/dist/cjs/react/providers/index.js +0 -8
- package/dist/cjs/react/providers/index.js.map +0 -1
- package/dist/cjs/react/providers/types.d.ts +0 -68
- package/dist/cjs/react/providers/types.d.ts.map +0 -1
- package/dist/cjs/react/providers/types.js +0 -3
- package/dist/cjs/react/providers/types.js.map +0 -1
- package/dist/cjs/smart-wallets/LocalSigner.d.ts +0 -19
- package/dist/cjs/smart-wallets/LocalSigner.d.ts.map +0 -1
- package/dist/cjs/smart-wallets/LocalSigner.js +0 -61
- package/dist/cjs/smart-wallets/LocalSigner.js.map +0 -1
- package/dist/cjs/smart-wallets/SmartWalletClient.d.ts +0 -19
- package/dist/cjs/smart-wallets/SmartWalletClient.d.ts.map +0 -1
- package/dist/cjs/smart-wallets/SmartWalletClient.js +0 -184
- package/dist/cjs/smart-wallets/SmartWalletClient.js.map +0 -1
- package/dist/cjs/smart-wallets/SmartWalletManager.d.ts +0 -17
- package/dist/cjs/smart-wallets/SmartWalletManager.d.ts.map +0 -1
- package/dist/cjs/smart-wallets/SmartWalletManager.js +0 -63
- package/dist/cjs/smart-wallets/SmartWalletManager.js.map +0 -1
- package/dist/cjs/smart-wallets/chains.d.ts +0 -11
- package/dist/cjs/smart-wallets/chains.d.ts.map +0 -1
- package/dist/cjs/smart-wallets/chains.js +0 -36
- package/dist/cjs/smart-wallets/chains.js.map +0 -1
- package/dist/cjs/smart-wallets/errors.d.ts +0 -23
- package/dist/cjs/smart-wallets/errors.d.ts.map +0 -1
- package/dist/cjs/smart-wallets/errors.js +0 -54
- package/dist/cjs/smart-wallets/errors.js.map +0 -1
- package/dist/cjs/smart-wallets/index.d.ts +0 -11
- package/dist/cjs/smart-wallets/index.d.ts.map +0 -1
- package/dist/cjs/smart-wallets/index.js +0 -36
- package/dist/cjs/smart-wallets/index.js.map +0 -1
- package/dist/cjs/smart-wallets/types.d.ts +0 -47
- package/dist/cjs/smart-wallets/types.d.ts.map +0 -1
- package/dist/cjs/smart-wallets/types.js +0 -3
- package/dist/cjs/smart-wallets/types.js.map +0 -1
- package/dist/cjs/smart-wallets/utils.d.ts +0 -22
- package/dist/cjs/smart-wallets/utils.d.ts.map +0 -1
- package/dist/cjs/smart-wallets/utils.js +0 -64
- package/dist/cjs/smart-wallets/utils.js.map +0 -1
- package/dist/esm/react/assets/animations/completed.json +0 -1
- package/dist/esm/react/assets/animations/converting.json +0 -1
- package/dist/esm/react/assets/animations/error.json +0 -1
- package/dist/esm/react/assets/animations/index.d.ts +0 -4
- package/dist/esm/react/assets/animations/index.d.ts.map +0 -1
- package/dist/esm/react/assets/animations/index.js +0 -6
- package/dist/esm/react/assets/animations/index.js.map +0 -1
- package/dist/esm/react/assets/chains/index.d.ts +0 -3
- package/dist/esm/react/assets/chains/index.d.ts.map +0 -1
- package/dist/esm/react/assets/chains/index.js +0 -31
- package/dist/esm/react/assets/chains/index.js.map +0 -1
- package/dist/esm/react/assets/icons/index.d.ts +0 -10
- package/dist/esm/react/assets/icons/index.d.ts.map +0 -1
- package/dist/esm/react/assets/icons/index.js +0 -10
- package/dist/esm/react/assets/icons/index.js.map +0 -1
- package/dist/esm/react/assets/index.d.ts +0 -6
- package/dist/esm/react/assets/index.d.ts.map +0 -1
- package/dist/esm/react/assets/index.js +0 -9
- package/dist/esm/react/assets/index.js.map +0 -1
- package/dist/esm/react/assets/tokens/index.d.ts +0 -3
- package/dist/esm/react/assets/tokens/index.d.ts.map +0 -1
- package/dist/esm/react/assets/tokens/index.js +0 -45
- package/dist/esm/react/assets/tokens/index.js.map +0 -1
- package/dist/esm/react/components/Widget/Widget.d.ts +0 -2
- package/dist/esm/react/components/Widget/Widget.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/Widget.js +0 -682
- package/dist/esm/react/components/Widget/Widget.js.map +0 -1
- package/dist/esm/react/components/Widget/components/CollapsibleDetails.d.ts +0 -15
- package/dist/esm/react/components/Widget/components/CollapsibleDetails.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/CollapsibleDetails.js +0 -50
- package/dist/esm/react/components/Widget/components/CollapsibleDetails.js.map +0 -1
- package/dist/esm/react/components/Widget/components/CustomDialogHeader.d.ts +0 -13
- package/dist/esm/react/components/Widget/components/CustomDialogHeader.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/CustomDialogHeader.js +0 -27
- package/dist/esm/react/components/Widget/components/CustomDialogHeader.js.map +0 -1
- package/dist/esm/react/components/Widget/components/Footer.d.ts +0 -2
- package/dist/esm/react/components/Widget/components/Footer.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/Footer.js +0 -6
- package/dist/esm/react/components/Widget/components/Footer.js.map +0 -1
- package/dist/esm/react/components/Widget/components/Header.d.ts +0 -2
- package/dist/esm/react/components/Widget/components/Header.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/Header.js +0 -33
- package/dist/esm/react/components/Widget/components/Header.js.map +0 -1
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.d.ts +0 -15
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.js +0 -79
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.js.map +0 -1
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.d.ts +0 -8
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.js +0 -79
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.js.map +0 -1
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.d.ts +0 -21
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.js +0 -90
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.js.map +0 -1
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.d.ts +0 -3
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.js +0 -2
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.js.map +0 -1
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.d.ts +0 -9
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.js +0 -15
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.js.map +0 -1
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/index.d.ts +0 -3
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/index.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/index.js +0 -3
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/index.js.map +0 -1
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/index.d.ts +0 -2
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/index.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/index.js +0 -2
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/index.js.map +0 -1
- package/dist/esm/react/components/Widget/components/Recipient.d.ts +0 -8
- package/dist/esm/react/components/Widget/components/Recipient.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/Recipient.js +0 -9
- package/dist/esm/react/components/Widget/components/Recipient.js.map +0 -1
- package/dist/esm/react/components/Widget/components/RecipientDialog/RecipientDialog.d.ts +0 -13
- package/dist/esm/react/components/Widget/components/RecipientDialog/RecipientDialog.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/RecipientDialog/RecipientDialog.js +0 -114
- package/dist/esm/react/components/Widget/components/RecipientDialog/RecipientDialog.js.map +0 -1
- package/dist/esm/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.d.ts +0 -24
- package/dist/esm/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.js +0 -49
- package/dist/esm/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.js.map +0 -1
- package/dist/esm/react/components/Widget/components/RecipientDialog/components/index.d.ts +0 -2
- package/dist/esm/react/components/Widget/components/RecipientDialog/components/index.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/RecipientDialog/components/index.js +0 -2
- package/dist/esm/react/components/Widget/components/RecipientDialog/components/index.js.map +0 -1
- package/dist/esm/react/components/Widget/components/RecipientDialog/index.d.ts +0 -2
- package/dist/esm/react/components/Widget/components/RecipientDialog/index.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/RecipientDialog/index.js +0 -2
- package/dist/esm/react/components/Widget/components/RecipientDialog/index.js.map +0 -1
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.d.ts +0 -15
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.js +0 -100
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.js.map +0 -1
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.d.ts +0 -27
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.js +0 -10
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.js.map +0 -1
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.d.ts +0 -18
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.js +0 -55
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.js.map +0 -1
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.d.ts +0 -14
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.js +0 -35
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.js.map +0 -1
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.d.ts +0 -12
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.js +0 -11
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.js.map +0 -1
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.d.ts +0 -4
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.js +0 -4
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.js.map +0 -1
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.d.ts +0 -2
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.js +0 -2
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.js.map +0 -1
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/index.d.ts +0 -2
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/index.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/index.js +0 -2
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/index.js.map +0 -1
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/index.d.ts +0 -2
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/index.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/index.js +0 -2
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/index.js.map +0 -1
- package/dist/esm/react/components/Widget/components/TokenInput.d.ts +0 -16
- package/dist/esm/react/components/Widget/components/TokenInput.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/TokenInput.js +0 -21
- package/dist/esm/react/components/Widget/components/TokenInput.js.map +0 -1
- package/dist/esm/react/components/Widget/components/TransactionDialog/TransactionDialog.d.ts +0 -25
- package/dist/esm/react/components/Widget/components/TransactionDialog/TransactionDialog.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/TransactionDialog/TransactionDialog.js +0 -33
- package/dist/esm/react/components/Widget/components/TransactionDialog/TransactionDialog.js.map +0 -1
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.d.ts +0 -17
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.js +0 -313
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.js.map +0 -1
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.d.ts +0 -21
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.js +0 -75
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.js.map +0 -1
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.d.ts +0 -2
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.js +0 -2
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.js.map +0 -1
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/index.d.ts +0 -2
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/index.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/index.js +0 -2
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/index.js.map +0 -1
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.d.ts +0 -16
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.js +0 -93
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.js.map +0 -1
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.d.ts +0 -10
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.js +0 -32
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.js.map +0 -1
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.d.ts +0 -9
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.js +0 -32
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.js.map +0 -1
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.d.ts +0 -17
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.js +0 -37
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.js.map +0 -1
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.d.ts +0 -4
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.js +0 -4
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.js.map +0 -1
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/index.d.ts +0 -2
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/index.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/index.js +0 -2
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/index.js.map +0 -1
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/Swap/Swap.d.ts +0 -18
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/Swap/Swap.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/Swap/Swap.js +0 -357
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/Swap/Swap.js.map +0 -1
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/Swap/index.d.ts +0 -2
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/Swap/index.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/Swap/index.js +0 -2
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/Swap/index.js.map +0 -1
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.d.ts +0 -17
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.js +0 -45
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.js.map +0 -1
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.d.ts +0 -10
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.js +0 -49
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.js.map +0 -1
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.d.ts +0 -2
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.js +0 -2
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.js.map +0 -1
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.d.ts +0 -2
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.js +0 -2
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.js.map +0 -1
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/index.d.ts +0 -5
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/index.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/index.js +0 -5
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/index.js.map +0 -1
- package/dist/esm/react/components/Widget/components/TransactionDialog/index.d.ts +0 -2
- package/dist/esm/react/components/Widget/components/TransactionDialog/index.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/TransactionDialog/index.js +0 -2
- package/dist/esm/react/components/Widget/components/TransactionDialog/index.js.map +0 -1
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.d.ts +0 -7
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.js +0 -25
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.js.map +0 -1
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.d.ts +0 -7
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.js +0 -30
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.js.map +0 -1
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.d.ts +0 -12
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.js +0 -17
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.js.map +0 -1
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.d.ts +0 -2
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.js +0 -2
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.js.map +0 -1
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.d.ts +0 -2
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.js +0 -2
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.js.map +0 -1
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.d.ts +0 -7
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.js +0 -68
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.js.map +0 -1
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.d.ts +0 -16
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.js +0 -36
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.js.map +0 -1
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.d.ts +0 -2
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.js +0 -2
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.js.map +0 -1
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.d.ts +0 -2
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.js +0 -2
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.js.map +0 -1
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/index.d.ts +0 -3
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/index.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/index.js +0 -3
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/index.js.map +0 -1
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/index.d.ts +0 -2
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/index.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/index.js +0 -2
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/index.js.map +0 -1
- package/dist/esm/react/components/Widget/components/index.d.ts +0 -13
- package/dist/esm/react/components/Widget/components/index.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/index.js +0 -13
- package/dist/esm/react/components/Widget/components/index.js.map +0 -1
- package/dist/esm/react/components/Widget/components/shared/TokenIconDisplay.d.ts +0 -15
- package/dist/esm/react/components/Widget/components/shared/TokenIconDisplay.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/shared/TokenIconDisplay.js +0 -31
- package/dist/esm/react/components/Widget/components/shared/TokenIconDisplay.js.map +0 -1
- package/dist/esm/react/components/Widget/components/shared/index.d.ts +0 -2
- package/dist/esm/react/components/Widget/components/shared/index.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/components/shared/index.js +0 -2
- package/dist/esm/react/components/Widget/components/shared/index.js.map +0 -1
- package/dist/esm/react/components/Widget/index.d.ts +0 -3
- package/dist/esm/react/components/Widget/index.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/index.js +0 -2
- package/dist/esm/react/components/Widget/index.js.map +0 -1
- package/dist/esm/react/components/Widget/types/quote.d.ts +0 -205
- package/dist/esm/react/components/Widget/types/quote.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/types/quote.js +0 -53
- package/dist/esm/react/components/Widget/types/quote.js.map +0 -1
- package/dist/esm/react/components/Widget/types.d.ts +0 -24
- package/dist/esm/react/components/Widget/types.d.ts.map +0 -1
- package/dist/esm/react/components/Widget/types.js +0 -3
- package/dist/esm/react/components/Widget/types.js.map +0 -1
- package/dist/esm/react/components/ui/badge.d.ts +0 -10
- package/dist/esm/react/components/ui/badge.d.ts.map +0 -1
- package/dist/esm/react/components/ui/badge.js +0 -21
- package/dist/esm/react/components/ui/badge.js.map +0 -1
- package/dist/esm/react/components/ui/button.d.ts +0 -12
- package/dist/esm/react/components/ui/button.d.ts.map +0 -1
- package/dist/esm/react/components/ui/button.js +0 -34
- package/dist/esm/react/components/ui/button.js.map +0 -1
- package/dist/esm/react/components/ui/dialog.d.ts +0 -18
- package/dist/esm/react/components/ui/dialog.d.ts.map +0 -1
- package/dist/esm/react/components/ui/dialog.js +0 -41
- package/dist/esm/react/components/ui/dialog.js.map +0 -1
- package/dist/esm/react/components/ui/drawer.d.ts +0 -23
- package/dist/esm/react/components/ui/drawer.d.ts.map +0 -1
- package/dist/esm/react/components/ui/drawer.js +0 -24
- package/dist/esm/react/components/ui/drawer.js.map +0 -1
- package/dist/esm/react/components/ui/index.d.ts +0 -12
- package/dist/esm/react/components/ui/index.d.ts.map +0 -1
- package/dist/esm/react/components/ui/index.js +0 -10
- package/dist/esm/react/components/ui/index.js.map +0 -1
- package/dist/esm/react/components/ui/input.d.ts +0 -4
- package/dist/esm/react/components/ui/input.d.ts.map +0 -1
- package/dist/esm/react/components/ui/input.js +0 -9
- package/dist/esm/react/components/ui/input.js.map +0 -1
- package/dist/esm/react/components/ui/label.d.ts +0 -6
- package/dist/esm/react/components/ui/label.d.ts.map +0 -1
- package/dist/esm/react/components/ui/label.js +0 -10
- package/dist/esm/react/components/ui/label.js.map +0 -1
- package/dist/esm/react/components/ui/popover.d.ts +0 -8
- package/dist/esm/react/components/ui/popover.d.ts.map +0 -1
- package/dist/esm/react/components/ui/popover.js +0 -12
- package/dist/esm/react/components/ui/popover.js.map +0 -1
- package/dist/esm/react/components/ui/select.d.ts +0 -14
- package/dist/esm/react/components/ui/select.d.ts.map +0 -1
- package/dist/esm/react/components/ui/select.js +0 -27
- package/dist/esm/react/components/ui/select.js.map +0 -1
- package/dist/esm/react/components/ui/sheet.d.ts +0 -26
- package/dist/esm/react/components/ui/sheet.d.ts.map +0 -1
- package/dist/esm/react/components/ui/sheet.js +0 -38
- package/dist/esm/react/components/ui/sheet.js.map +0 -1
- package/dist/esm/react/config/appkit.d.ts +0 -2719
- package/dist/esm/react/config/appkit.d.ts.map +0 -1
- package/dist/esm/react/config/appkit.js +0 -79
- package/dist/esm/react/config/appkit.js.map +0 -1
- package/dist/esm/react/config/index.d.ts +0 -3
- package/dist/esm/react/config/index.d.ts.map +0 -1
- package/dist/esm/react/config/index.js +0 -2
- package/dist/esm/react/config/index.js.map +0 -1
- package/dist/esm/react/hooks/index.d.ts +0 -18
- package/dist/esm/react/hooks/index.d.ts.map +0 -1
- package/dist/esm/react/hooks/index.js +0 -11
- package/dist/esm/react/hooks/index.js.map +0 -1
- package/dist/esm/react/hooks/useBalances.d.ts +0 -41
- package/dist/esm/react/hooks/useBalances.d.ts.map +0 -1
- package/dist/esm/react/hooks/useBalances.js +0 -65
- package/dist/esm/react/hooks/useBalances.js.map +0 -1
- package/dist/esm/react/hooks/useLocalRecipients.d.ts +0 -69
- package/dist/esm/react/hooks/useLocalRecipients.d.ts.map +0 -1
- package/dist/esm/react/hooks/useLocalRecipients.js +0 -166
- package/dist/esm/react/hooks/useLocalRecipients.js.map +0 -1
- package/dist/esm/react/hooks/useMediaQuery.d.ts +0 -21
- package/dist/esm/react/hooks/useMediaQuery.d.ts.map +0 -1
- package/dist/esm/react/hooks/useMediaQuery.js +0 -38
- package/dist/esm/react/hooks/useMediaQuery.js.map +0 -1
- package/dist/esm/react/hooks/useMultiChainBalances.d.ts +0 -58
- package/dist/esm/react/hooks/useMultiChainBalances.d.ts.map +0 -1
- package/dist/esm/react/hooks/useMultiChainBalances.js +0 -179
- package/dist/esm/react/hooks/useMultiChainBalances.js.map +0 -1
- package/dist/esm/react/hooks/useOffRamp.d.ts +0 -34
- package/dist/esm/react/hooks/useOffRamp.d.ts.map +0 -1
- package/dist/esm/react/hooks/useOffRamp.js +0 -109
- package/dist/esm/react/hooks/useOffRamp.js.map +0 -1
- package/dist/esm/react/hooks/useOnRamp.d.ts +0 -34
- package/dist/esm/react/hooks/useOnRamp.d.ts.map +0 -1
- package/dist/esm/react/hooks/useOnRamp.js +0 -109
- package/dist/esm/react/hooks/useOnRamp.js.map +0 -1
- package/dist/esm/react/hooks/useQuote.d.ts +0 -28
- package/dist/esm/react/hooks/useQuote.d.ts.map +0 -1
- package/dist/esm/react/hooks/useQuote.js +0 -79
- package/dist/esm/react/hooks/useQuote.js.map +0 -1
- package/dist/esm/react/hooks/useRecipient.d.ts +0 -30
- package/dist/esm/react/hooks/useRecipient.d.ts.map +0 -1
- package/dist/esm/react/hooks/useRecipient.js +0 -158
- package/dist/esm/react/hooks/useRecipient.js.map +0 -1
- package/dist/esm/react/hooks/useTokenPrices.d.ts +0 -34
- package/dist/esm/react/hooks/useTokenPrices.d.ts.map +0 -1
- package/dist/esm/react/hooks/useTokenPrices.js +0 -58
- package/dist/esm/react/hooks/useTokenPrices.js.map +0 -1
- package/dist/esm/react/hooks/useTransaction.d.ts +0 -31
- package/dist/esm/react/hooks/useTransaction.d.ts.map +0 -1
- package/dist/esm/react/hooks/useTransaction.js +0 -102
- package/dist/esm/react/hooks/useTransaction.js.map +0 -1
- package/dist/esm/react/index.d.ts +0 -16
- package/dist/esm/react/index.d.ts.map +0 -1
- package/dist/esm/react/index.js +0 -10
- package/dist/esm/react/index.js.map +0 -1
- package/dist/esm/react/lib/constants/chains.d.ts +0 -65
- package/dist/esm/react/lib/constants/chains.d.ts.map +0 -1
- package/dist/esm/react/lib/constants/chains.js +0 -259
- package/dist/esm/react/lib/constants/chains.js.map +0 -1
- package/dist/esm/react/lib/constants/index.d.ts +0 -6
- package/dist/esm/react/lib/constants/index.d.ts.map +0 -1
- package/dist/esm/react/lib/constants/index.js +0 -4
- package/dist/esm/react/lib/constants/index.js.map +0 -1
- package/dist/esm/react/lib/constants/tokens.d.ts +0 -30
- package/dist/esm/react/lib/constants/tokens.d.ts.map +0 -1
- package/dist/esm/react/lib/constants/tokens.js +0 -418
- package/dist/esm/react/lib/constants/tokens.js.map +0 -1
- package/dist/esm/react/lib/constants/wrappedTokens.d.ts +0 -21
- package/dist/esm/react/lib/constants/wrappedTokens.d.ts.map +0 -1
- package/dist/esm/react/lib/constants/wrappedTokens.js +0 -63
- package/dist/esm/react/lib/constants/wrappedTokens.js.map +0 -1
- package/dist/esm/react/lib/index.d.ts +0 -5
- package/dist/esm/react/lib/index.d.ts.map +0 -1
- package/dist/esm/react/lib/index.js +0 -4
- package/dist/esm/react/lib/index.js.map +0 -1
- package/dist/esm/react/lib/sdk-client.d.ts +0 -17
- package/dist/esm/react/lib/sdk-client.d.ts.map +0 -1
- package/dist/esm/react/lib/sdk-client.js +0 -51
- package/dist/esm/react/lib/sdk-client.js.map +0 -1
- package/dist/esm/react/lib/utils/chain.d.ts +0 -11
- package/dist/esm/react/lib/utils/chain.d.ts.map +0 -1
- package/dist/esm/react/lib/utils/chain.js +0 -31
- package/dist/esm/react/lib/utils/chain.js.map +0 -1
- package/dist/esm/react/lib/utils/cn.d.ts +0 -3
- package/dist/esm/react/lib/utils/cn.d.ts.map +0 -1
- package/dist/esm/react/lib/utils/cn.js +0 -6
- package/dist/esm/react/lib/utils/cn.js.map +0 -1
- package/dist/esm/react/lib/utils/copyToClipboard.d.ts +0 -2
- package/dist/esm/react/lib/utils/copyToClipboard.d.ts.map +0 -1
- package/dist/esm/react/lib/utils/copyToClipboard.js +0 -16
- package/dist/esm/react/lib/utils/copyToClipboard.js.map +0 -1
- package/dist/esm/react/lib/utils/errors.d.ts +0 -11
- package/dist/esm/react/lib/utils/errors.d.ts.map +0 -1
- package/dist/esm/react/lib/utils/errors.js +0 -15
- package/dist/esm/react/lib/utils/errors.js.map +0 -1
- package/dist/esm/react/lib/utils/format.d.ts +0 -38
- package/dist/esm/react/lib/utils/format.d.ts.map +0 -1
- package/dist/esm/react/lib/utils/format.js +0 -92
- package/dist/esm/react/lib/utils/format.js.map +0 -1
- package/dist/esm/react/lib/utils/formatUsd.d.ts +0 -19
- package/dist/esm/react/lib/utils/formatUsd.d.ts.map +0 -1
- package/dist/esm/react/lib/utils/formatUsd.js +0 -58
- package/dist/esm/react/lib/utils/formatUsd.js.map +0 -1
- package/dist/esm/react/lib/utils/index.d.ts +0 -12
- package/dist/esm/react/lib/utils/index.d.ts.map +0 -1
- package/dist/esm/react/lib/utils/index.js +0 -11
- package/dist/esm/react/lib/utils/index.js.map +0 -1
- package/dist/esm/react/lib/utils/inputFormatters.d.ts +0 -6
- package/dist/esm/react/lib/utils/inputFormatters.d.ts.map +0 -1
- package/dist/esm/react/lib/utils/inputFormatters.js +0 -32
- package/dist/esm/react/lib/utils/inputFormatters.js.map +0 -1
- package/dist/esm/react/lib/utils/network-mapping.d.ts +0 -45
- package/dist/esm/react/lib/utils/network-mapping.d.ts.map +0 -1
- package/dist/esm/react/lib/utils/network-mapping.js +0 -153
- package/dist/esm/react/lib/utils/network-mapping.js.map +0 -1
- package/dist/esm/react/lib/utils/transaction.d.ts +0 -57
- package/dist/esm/react/lib/utils/transaction.d.ts.map +0 -1
- package/dist/esm/react/lib/utils/transaction.js +0 -136
- package/dist/esm/react/lib/utils/transaction.js.map +0 -1
- package/dist/esm/react/lib/utils/validation.d.ts +0 -27
- package/dist/esm/react/lib/utils/validation.d.ts.map +0 -1
- package/dist/esm/react/lib/utils/validation.js +0 -36
- package/dist/esm/react/lib/utils/validation.js.map +0 -1
- package/dist/esm/react/providers/OrdaProvider.d.ts +0 -38
- package/dist/esm/react/providers/OrdaProvider.d.ts.map +0 -1
- package/dist/esm/react/providers/OrdaProvider.js +0 -55
- package/dist/esm/react/providers/OrdaProvider.js.map +0 -1
- package/dist/esm/react/providers/OrdaSDKContext.d.ts +0 -26
- package/dist/esm/react/providers/OrdaSDKContext.d.ts.map +0 -1
- package/dist/esm/react/providers/OrdaSDKContext.js +0 -154
- package/dist/esm/react/providers/OrdaSDKContext.js.map +0 -1
- package/dist/esm/react/providers/index.d.ts +0 -4
- package/dist/esm/react/providers/index.d.ts.map +0 -1
- package/dist/esm/react/providers/index.js +0 -3
- package/dist/esm/react/providers/index.js.map +0 -1
- package/dist/esm/react/providers/types.d.ts +0 -68
- package/dist/esm/react/providers/types.d.ts.map +0 -1
- package/dist/esm/react/providers/types.js +0 -2
- package/dist/esm/react/providers/types.js.map +0 -1
- package/dist/esm/smart-wallets/LocalSigner.d.ts +0 -19
- package/dist/esm/smart-wallets/LocalSigner.d.ts.map +0 -1
- package/dist/esm/smart-wallets/LocalSigner.js +0 -57
- package/dist/esm/smart-wallets/LocalSigner.js.map +0 -1
- package/dist/esm/smart-wallets/SmartWalletClient.d.ts +0 -19
- package/dist/esm/smart-wallets/SmartWalletClient.d.ts.map +0 -1
- package/dist/esm/smart-wallets/SmartWalletClient.js +0 -180
- package/dist/esm/smart-wallets/SmartWalletClient.js.map +0 -1
- package/dist/esm/smart-wallets/SmartWalletManager.d.ts +0 -17
- package/dist/esm/smart-wallets/SmartWalletManager.d.ts.map +0 -1
- package/dist/esm/smart-wallets/SmartWalletManager.js +0 -59
- package/dist/esm/smart-wallets/SmartWalletManager.js.map +0 -1
- package/dist/esm/smart-wallets/chains.d.ts +0 -11
- package/dist/esm/smart-wallets/chains.d.ts.map +0 -1
- package/dist/esm/smart-wallets/chains.js +0 -30
- package/dist/esm/smart-wallets/chains.js.map +0 -1
- package/dist/esm/smart-wallets/errors.d.ts +0 -23
- package/dist/esm/smart-wallets/errors.d.ts.map +0 -1
- package/dist/esm/smart-wallets/errors.js +0 -44
- package/dist/esm/smart-wallets/errors.js.map +0 -1
- package/dist/esm/smart-wallets/index.d.ts +0 -11
- package/dist/esm/smart-wallets/index.d.ts.map +0 -1
- package/dist/esm/smart-wallets/index.js +0 -13
- package/dist/esm/smart-wallets/index.js.map +0 -1
- package/dist/esm/smart-wallets/types.d.ts +0 -47
- package/dist/esm/smart-wallets/types.d.ts.map +0 -1
- package/dist/esm/smart-wallets/types.js +0 -2
- package/dist/esm/smart-wallets/types.js.map +0 -1
- package/dist/esm/smart-wallets/utils.d.ts +0 -22
- package/dist/esm/smart-wallets/utils.d.ts.map +0 -1
- package/dist/esm/smart-wallets/utils.js +0 -57
- package/dist/esm/smart-wallets/utils.js.map +0 -1
- package/dist/react/chunk-2DNKUSZW.mjs +0 -26
- package/dist/react/chunk-DOIEWRNM.cjs +0 -29
- package/dist/react/index.cjs +0 -8447
- package/dist/react/index.d.mts +0 -4581
- package/dist/react/index.d.ts +0 -4581
- package/dist/react/index.mjs +0 -8310
- package/dist/react/styles.css +0 -2
- package/dist/react/web-crypto-DE5M6GOD.mjs +0 -1
- package/dist/react/web-crypto-MCH7ICH6.cjs +0 -10
- package/dist/types/react/assets/animations/index.d.ts +0 -4
- package/dist/types/react/assets/animations/index.d.ts.map +0 -1
- package/dist/types/react/assets/chains/index.d.ts +0 -3
- package/dist/types/react/assets/chains/index.d.ts.map +0 -1
- package/dist/types/react/assets/icons/index.d.ts +0 -10
- package/dist/types/react/assets/icons/index.d.ts.map +0 -1
- package/dist/types/react/assets/index.d.ts +0 -6
- package/dist/types/react/assets/index.d.ts.map +0 -1
- package/dist/types/react/assets/tokens/index.d.ts +0 -3
- package/dist/types/react/assets/tokens/index.d.ts.map +0 -1
- package/dist/types/react/components/Widget/Widget.d.ts +0 -2
- package/dist/types/react/components/Widget/Widget.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/CollapsibleDetails.d.ts +0 -15
- package/dist/types/react/components/Widget/components/CollapsibleDetails.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/CustomDialogHeader.d.ts +0 -13
- package/dist/types/react/components/Widget/components/CustomDialogHeader.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/Footer.d.ts +0 -2
- package/dist/types/react/components/Widget/components/Footer.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/Header.d.ts +0 -2
- package/dist/types/react/components/Widget/components/Header.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.d.ts +0 -15
- package/dist/types/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.d.ts +0 -8
- package/dist/types/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.d.ts +0 -21
- package/dist/types/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.d.ts +0 -3
- package/dist/types/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.d.ts +0 -9
- package/dist/types/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/OffRampRecipientDialog/components/index.d.ts +0 -3
- package/dist/types/react/components/Widget/components/OffRampRecipientDialog/components/index.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/OffRampRecipientDialog/index.d.ts +0 -2
- package/dist/types/react/components/Widget/components/OffRampRecipientDialog/index.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/Recipient.d.ts +0 -8
- package/dist/types/react/components/Widget/components/Recipient.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/RecipientDialog/RecipientDialog.d.ts +0 -13
- package/dist/types/react/components/Widget/components/RecipientDialog/RecipientDialog.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.d.ts +0 -24
- package/dist/types/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/RecipientDialog/components/index.d.ts +0 -2
- package/dist/types/react/components/Widget/components/RecipientDialog/components/index.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/RecipientDialog/index.d.ts +0 -2
- package/dist/types/react/components/Widget/components/RecipientDialog/index.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.d.ts +0 -15
- package/dist/types/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.d.ts +0 -27
- package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.d.ts +0 -18
- package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.d.ts +0 -14
- package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.d.ts +0 -12
- package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.d.ts +0 -4
- package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.d.ts +0 -2
- package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/SelectAssetDialog/components/index.d.ts +0 -2
- package/dist/types/react/components/Widget/components/SelectAssetDialog/components/index.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/SelectAssetDialog/index.d.ts +0 -2
- package/dist/types/react/components/Widget/components/SelectAssetDialog/index.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/TokenInput.d.ts +0 -16
- package/dist/types/react/components/Widget/components/TokenInput.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/TransactionDialog/TransactionDialog.d.ts +0 -25
- package/dist/types/react/components/Widget/components/TransactionDialog/TransactionDialog.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.d.ts +0 -17
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.d.ts +0 -21
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.d.ts +0 -2
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OffRamp/index.d.ts +0 -2
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OffRamp/index.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.d.ts +0 -16
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.d.ts +0 -10
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.d.ts +0 -9
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.d.ts +0 -17
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.d.ts +0 -4
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/index.d.ts +0 -2
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/index.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/TransactionDialog/components/Swap/Swap.d.ts +0 -18
- package/dist/types/react/components/Widget/components/TransactionDialog/components/Swap/Swap.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/TransactionDialog/components/Swap/index.d.ts +0 -2
- package/dist/types/react/components/Widget/components/TransactionDialog/components/Swap/index.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.d.ts +0 -17
- package/dist/types/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.d.ts +0 -10
- package/dist/types/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.d.ts +0 -2
- package/dist/types/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.d.ts +0 -2
- package/dist/types/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/TransactionDialog/components/index.d.ts +0 -5
- package/dist/types/react/components/Widget/components/TransactionDialog/components/index.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/TransactionDialog/index.d.ts +0 -2
- package/dist/types/react/components/Widget/components/TransactionDialog/index.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.d.ts +0 -7
- package/dist/types/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.d.ts +0 -7
- package/dist/types/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.d.ts +0 -12
- package/dist/types/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.d.ts +0 -2
- package/dist/types/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.d.ts +0 -2
- package/dist/types/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.d.ts +0 -7
- package/dist/types/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.d.ts +0 -16
- package/dist/types/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.d.ts +0 -2
- package/dist/types/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.d.ts +0 -2
- package/dist/types/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/UserAccountDrawer/components/index.d.ts +0 -3
- package/dist/types/react/components/Widget/components/UserAccountDrawer/components/index.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/UserAccountDrawer/index.d.ts +0 -2
- package/dist/types/react/components/Widget/components/UserAccountDrawer/index.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/index.d.ts +0 -13
- package/dist/types/react/components/Widget/components/index.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/shared/TokenIconDisplay.d.ts +0 -15
- package/dist/types/react/components/Widget/components/shared/TokenIconDisplay.d.ts.map +0 -1
- package/dist/types/react/components/Widget/components/shared/index.d.ts +0 -2
- package/dist/types/react/components/Widget/components/shared/index.d.ts.map +0 -1
- package/dist/types/react/components/Widget/index.d.ts +0 -3
- package/dist/types/react/components/Widget/index.d.ts.map +0 -1
- package/dist/types/react/components/Widget/types/quote.d.ts +0 -205
- package/dist/types/react/components/Widget/types/quote.d.ts.map +0 -1
- package/dist/types/react/components/Widget/types.d.ts +0 -24
- package/dist/types/react/components/Widget/types.d.ts.map +0 -1
- package/dist/types/react/components/ui/badge.d.ts +0 -10
- package/dist/types/react/components/ui/badge.d.ts.map +0 -1
- package/dist/types/react/components/ui/button.d.ts +0 -12
- package/dist/types/react/components/ui/button.d.ts.map +0 -1
- package/dist/types/react/components/ui/dialog.d.ts +0 -18
- package/dist/types/react/components/ui/dialog.d.ts.map +0 -1
- package/dist/types/react/components/ui/drawer.d.ts +0 -23
- package/dist/types/react/components/ui/drawer.d.ts.map +0 -1
- package/dist/types/react/components/ui/index.d.ts +0 -12
- package/dist/types/react/components/ui/index.d.ts.map +0 -1
- package/dist/types/react/components/ui/input.d.ts +0 -4
- package/dist/types/react/components/ui/input.d.ts.map +0 -1
- package/dist/types/react/components/ui/label.d.ts +0 -6
- package/dist/types/react/components/ui/label.d.ts.map +0 -1
- package/dist/types/react/components/ui/popover.d.ts +0 -8
- package/dist/types/react/components/ui/popover.d.ts.map +0 -1
- package/dist/types/react/components/ui/select.d.ts +0 -14
- package/dist/types/react/components/ui/select.d.ts.map +0 -1
- package/dist/types/react/components/ui/sheet.d.ts +0 -26
- package/dist/types/react/components/ui/sheet.d.ts.map +0 -1
- package/dist/types/react/config/appkit.d.ts +0 -2719
- package/dist/types/react/config/appkit.d.ts.map +0 -1
- package/dist/types/react/config/index.d.ts +0 -3
- package/dist/types/react/config/index.d.ts.map +0 -1
- package/dist/types/react/hooks/index.d.ts +0 -18
- package/dist/types/react/hooks/index.d.ts.map +0 -1
- package/dist/types/react/hooks/useBalances.d.ts +0 -41
- package/dist/types/react/hooks/useBalances.d.ts.map +0 -1
- package/dist/types/react/hooks/useLocalRecipients.d.ts +0 -69
- package/dist/types/react/hooks/useLocalRecipients.d.ts.map +0 -1
- package/dist/types/react/hooks/useMediaQuery.d.ts +0 -21
- package/dist/types/react/hooks/useMediaQuery.d.ts.map +0 -1
- package/dist/types/react/hooks/useMultiChainBalances.d.ts +0 -58
- package/dist/types/react/hooks/useMultiChainBalances.d.ts.map +0 -1
- package/dist/types/react/hooks/useOffRamp.d.ts +0 -34
- package/dist/types/react/hooks/useOffRamp.d.ts.map +0 -1
- package/dist/types/react/hooks/useOnRamp.d.ts +0 -34
- package/dist/types/react/hooks/useOnRamp.d.ts.map +0 -1
- package/dist/types/react/hooks/useQuote.d.ts +0 -28
- package/dist/types/react/hooks/useQuote.d.ts.map +0 -1
- package/dist/types/react/hooks/useRecipient.d.ts +0 -30
- package/dist/types/react/hooks/useRecipient.d.ts.map +0 -1
- package/dist/types/react/hooks/useTokenPrices.d.ts +0 -34
- package/dist/types/react/hooks/useTokenPrices.d.ts.map +0 -1
- package/dist/types/react/hooks/useTransaction.d.ts +0 -31
- package/dist/types/react/hooks/useTransaction.d.ts.map +0 -1
- package/dist/types/react/index.d.ts +0 -16
- package/dist/types/react/index.d.ts.map +0 -1
- package/dist/types/react/lib/constants/chains.d.ts +0 -65
- package/dist/types/react/lib/constants/chains.d.ts.map +0 -1
- package/dist/types/react/lib/constants/index.d.ts +0 -6
- package/dist/types/react/lib/constants/index.d.ts.map +0 -1
- package/dist/types/react/lib/constants/tokens.d.ts +0 -30
- package/dist/types/react/lib/constants/tokens.d.ts.map +0 -1
- package/dist/types/react/lib/constants/wrappedTokens.d.ts +0 -21
- package/dist/types/react/lib/constants/wrappedTokens.d.ts.map +0 -1
- package/dist/types/react/lib/index.d.ts +0 -5
- package/dist/types/react/lib/index.d.ts.map +0 -1
- package/dist/types/react/lib/sdk-client.d.ts +0 -17
- package/dist/types/react/lib/sdk-client.d.ts.map +0 -1
- package/dist/types/react/lib/utils/chain.d.ts +0 -11
- package/dist/types/react/lib/utils/chain.d.ts.map +0 -1
- package/dist/types/react/lib/utils/cn.d.ts +0 -3
- package/dist/types/react/lib/utils/cn.d.ts.map +0 -1
- package/dist/types/react/lib/utils/copyToClipboard.d.ts +0 -2
- package/dist/types/react/lib/utils/copyToClipboard.d.ts.map +0 -1
- package/dist/types/react/lib/utils/errors.d.ts +0 -11
- package/dist/types/react/lib/utils/errors.d.ts.map +0 -1
- package/dist/types/react/lib/utils/format.d.ts +0 -38
- package/dist/types/react/lib/utils/format.d.ts.map +0 -1
- package/dist/types/react/lib/utils/formatUsd.d.ts +0 -19
- package/dist/types/react/lib/utils/formatUsd.d.ts.map +0 -1
- package/dist/types/react/lib/utils/index.d.ts +0 -12
- package/dist/types/react/lib/utils/index.d.ts.map +0 -1
- package/dist/types/react/lib/utils/inputFormatters.d.ts +0 -6
- package/dist/types/react/lib/utils/inputFormatters.d.ts.map +0 -1
- package/dist/types/react/lib/utils/network-mapping.d.ts +0 -45
- package/dist/types/react/lib/utils/network-mapping.d.ts.map +0 -1
- package/dist/types/react/lib/utils/transaction.d.ts +0 -57
- package/dist/types/react/lib/utils/transaction.d.ts.map +0 -1
- package/dist/types/react/lib/utils/validation.d.ts +0 -27
- package/dist/types/react/lib/utils/validation.d.ts.map +0 -1
- package/dist/types/react/providers/OrdaProvider.d.ts +0 -38
- package/dist/types/react/providers/OrdaProvider.d.ts.map +0 -1
- package/dist/types/react/providers/OrdaSDKContext.d.ts +0 -26
- package/dist/types/react/providers/OrdaSDKContext.d.ts.map +0 -1
- package/dist/types/react/providers/index.d.ts +0 -4
- package/dist/types/react/providers/index.d.ts.map +0 -1
- package/dist/types/react/providers/types.d.ts +0 -68
- package/dist/types/react/providers/types.d.ts.map +0 -1
- package/dist/types/smart-wallets/LocalSigner.d.ts +0 -19
- package/dist/types/smart-wallets/LocalSigner.d.ts.map +0 -1
- package/dist/types/smart-wallets/SmartWalletClient.d.ts +0 -19
- package/dist/types/smart-wallets/SmartWalletClient.d.ts.map +0 -1
- package/dist/types/smart-wallets/SmartWalletManager.d.ts +0 -17
- package/dist/types/smart-wallets/SmartWalletManager.d.ts.map +0 -1
- package/dist/types/smart-wallets/chains.d.ts +0 -11
- package/dist/types/smart-wallets/chains.d.ts.map +0 -1
- package/dist/types/smart-wallets/errors.d.ts +0 -23
- package/dist/types/smart-wallets/errors.d.ts.map +0 -1
- package/dist/types/smart-wallets/index.d.ts +0 -11
- package/dist/types/smart-wallets/index.d.ts.map +0 -1
- package/dist/types/smart-wallets/types.d.ts +0 -47
- package/dist/types/smart-wallets/types.d.ts.map +0 -1
- package/dist/types/smart-wallets/utils.d.ts +0 -22
- package/dist/types/smart-wallets/utils.d.ts.map +0 -1
package/dist/cjs/react/components/Widget/components/TransactionDialog/components/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/react/components/Widget/components/TransactionDialog/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.OffRamp = exports.OnRamp = exports.Swap = exports.TransactionDetails = void 0;
|
|
4
|
-
var TransactionDetails_1 = require("./TransactionDetails");
|
|
5
|
-
Object.defineProperty(exports, "TransactionDetails", { enumerable: true, get: function () { return TransactionDetails_1.TransactionDetails; } });
|
|
6
|
-
var Swap_1 = require("./Swap");
|
|
7
|
-
Object.defineProperty(exports, "Swap", { enumerable: true, get: function () { return Swap_1.Swap; } });
|
|
8
|
-
var OnRamp_1 = require("./OnRamp");
|
|
9
|
-
Object.defineProperty(exports, "OnRamp", { enumerable: true, get: function () { return OnRamp_1.OnRamp; } });
|
|
10
|
-
var OffRamp_1 = require("./OffRamp");
|
|
11
|
-
Object.defineProperty(exports, "OffRamp", { enumerable: true, get: function () { return OffRamp_1.OffRamp; } });
|
|
12
|
-
//# sourceMappingURL=index.js.map
|
package/dist/cjs/react/components/Widget/components/TransactionDialog/components/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../src/react/components/Widget/components/TransactionDialog/components/index.ts"],"names":[],"mappings":";;;AAAA,2DAA0D;AAAjD,wHAAA,kBAAkB,OAAA;AAC3B,+BAA8B;AAArB,4FAAA,IAAI,OAAA;AACb,mCAAkC;AAAzB,gGAAA,MAAM,OAAA;AACf,qCAAoC;AAA3B,kGAAA,OAAO,OAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/components/Widget/components/TransactionDialog/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TransactionDialog = void 0;
|
|
4
|
-
var TransactionDialog_1 = require("./TransactionDialog");
|
|
5
|
-
Object.defineProperty(exports, "TransactionDialog", { enumerable: true, get: function () { return TransactionDialog_1.TransactionDialog; } });
|
|
6
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/react/components/Widget/components/TransactionDialog/index.ts"],"names":[],"mappings":";;;AAAA,yDAAwD;AAA/C,sHAAA,iBAAiB,OAAA"}
|
package/dist/cjs/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
interface UserAccountDrawerProps {
|
|
2
|
-
isOpen: boolean;
|
|
3
|
-
toggleOpenDrawer: () => void;
|
|
4
|
-
}
|
|
5
|
-
export declare const UserAccountDrawer: ({ isOpen, toggleOpenDrawer }: UserAccountDrawerProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
export {};
|
|
7
|
-
//# sourceMappingURL=UserAccountDrawer.d.ts.map
|
package/dist/cjs/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"UserAccountDrawer.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.tsx"],"names":[],"mappings":"AASA,UAAU,sBAAsB;IAC9B,MAAM,EAAE,OAAO,CAAC;IAChB,gBAAgB,EAAE,MAAM,IAAI,CAAC;CAC9B;AAED,eAAO,MAAM,iBAAiB,GAAI,8BAA8B,sBAAsB,4CA+CrF,CAAC"}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
'use client';
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.UserAccountDrawer = void 0;
|
|
5
|
-
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
6
|
-
const dialog_1 = require("../../../ui/dialog");
|
|
7
|
-
const drawer_1 = require("../../../ui/drawer");
|
|
8
|
-
const sheet_1 = require("../../../ui/sheet");
|
|
9
|
-
const useMediaQuery_1 = require("../../../../hooks/useMediaQuery");
|
|
10
|
-
const react_1 = require("react");
|
|
11
|
-
const components_1 = require("./components");
|
|
12
|
-
const UserAccountDrawer = ({ isOpen, toggleOpenDrawer }) => {
|
|
13
|
-
const [showWallets, setShowWallets] = (0, react_1.useState)(false);
|
|
14
|
-
const toggleShowWallets = () => {
|
|
15
|
-
setShowWallets((prev) => !prev);
|
|
16
|
-
};
|
|
17
|
-
const handleToggleOpenDrawer = () => {
|
|
18
|
-
toggleOpenDrawer();
|
|
19
|
-
setShowWallets(false);
|
|
20
|
-
};
|
|
21
|
-
const isDesktop = (0, useMediaQuery_1.useMediaQuery)('(min-width: 768px)');
|
|
22
|
-
const content = ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: showWallets ? ((0, jsx_runtime_1.jsx)(components_1.Wallets, { toggleOpenDrawer: handleToggleOpenDrawer, backToAccountData: toggleShowWallets })) : ((0, jsx_runtime_1.jsx)(components_1.UserAccountData, { toggleOpenDrawer: handleToggleOpenDrawer, goToWallets: toggleShowWallets })) }));
|
|
23
|
-
if (isDesktop) {
|
|
24
|
-
return ((0, jsx_runtime_1.jsxs)(sheet_1.Sheet, { modal: false, open: isOpen, onOpenChange: handleToggleOpenDrawer, children: [(0, jsx_runtime_1.jsxs)(dialog_1.VisuallyHidden, { children: [(0, jsx_runtime_1.jsx)(sheet_1.SheetTitle, { children: "Wallets" }), (0, jsx_runtime_1.jsx)(sheet_1.SheetDescription, { children: "Wallets" })] }), (0, jsx_runtime_1.jsx)(sheet_1.SheetContent, { onInteractOutside: (e) => e.preventDefault(), className: "py-4", children: content })] }));
|
|
25
|
-
}
|
|
26
|
-
return ((0, jsx_runtime_1.jsxs)(drawer_1.Drawer, { open: isOpen, onOpenChange: handleToggleOpenDrawer, children: [(0, jsx_runtime_1.jsxs)(dialog_1.VisuallyHidden, { children: [(0, jsx_runtime_1.jsx)(drawer_1.DrawerTitle, { children: "Wallets" }), (0, jsx_runtime_1.jsx)(drawer_1.DrawerDescription, { children: "Wallets" })] }), (0, jsx_runtime_1.jsx)(drawer_1.DrawerContent, { className: "pb-6", children: content })] }));
|
|
27
|
-
};
|
|
28
|
-
exports.UserAccountDrawer = UserAccountDrawer;
|
|
29
|
-
//# sourceMappingURL=UserAccountDrawer.js.map
|
package/dist/cjs/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"UserAccountDrawer.js","sourceRoot":"","sources":["../../../../../../../src/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.tsx"],"names":[],"mappings":";AAAA,YAAY,CAAC;;;;AAEb,+CAAoD;AACpD,+CAA2F;AAC3F,6CAAsF;AACtF,mEAAgE;AAChE,iCAAiC;AACjC,6CAAwD;AAOjD,MAAM,iBAAiB,GAAG,CAAC,EAAE,MAAM,EAAE,gBAAgB,EAA0B,EAAE,EAAE;IACxF,MAAM,CAAC,WAAW,EAAE,cAAc,CAAC,GAAG,IAAA,gBAAQ,EAAC,KAAK,CAAC,CAAC;IAEtD,MAAM,iBAAiB,GAAG,GAAG,EAAE;QAC7B,cAAc,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC;IAClC,CAAC,CAAC;IAEF,MAAM,sBAAsB,GAAG,GAAG,EAAE;QAClC,gBAAgB,EAAE,CAAC;QACnB,cAAc,CAAC,KAAK,CAAC,CAAC;IACxB,CAAC,CAAC;IAEF,MAAM,SAAS,GAAG,IAAA,6BAAa,EAAC,oBAAoB,CAAC,CAAC;IAEtD,MAAM,OAAO,GAAG,CACd,2DACG,WAAW,CAAC,CAAC,CAAC,CACb,uBAAC,oBAAO,IAAC,gBAAgB,EAAE,sBAAsB,EAAE,iBAAiB,EAAE,iBAAiB,GAAI,CAC5F,CAAC,CAAC,CAAC,CACF,uBAAC,4BAAe,IAAC,gBAAgB,EAAE,sBAAsB,EAAE,WAAW,EAAE,iBAAiB,GAAI,CAC9F,GACA,CACJ,CAAC;IAEF,IAAI,SAAS,EAAE,CAAC;QACd,OAAO,CACL,wBAAC,aAAK,IAAC,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,EAAE,YAAY,EAAE,sBAAsB,aACrE,wBAAC,uBAAc,eACb,uBAAC,kBAAU,0BAAqB,EAChC,uBAAC,wBAAgB,0BAA2B,IAC7B,EACjB,uBAAC,oBAAY,IAAC,iBAAiB,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,cAAc,EAAE,EAAE,SAAS,EAAC,MAAM,YACzE,OAAO,GACK,IACT,CACT,CAAC;IACJ,CAAC;IAED,OAAO,CACL,wBAAC,eAAM,IAAC,IAAI,EAAE,MAAM,EAAE,YAAY,EAAE,sBAAsB,aACxD,wBAAC,uBAAc,eACb,uBAAC,oBAAW,0BAAsB,EAClC,uBAAC,0BAAiB,0BAA4B,IAC/B,EACjB,uBAAC,sBAAa,IAAC,SAAS,EAAC,MAAM,YAAE,OAAO,GAAiB,IAClD,CACV,CAAC;AACJ,CAAC,CAAC;AA/CW,QAAA,iBAAiB,qBA+C5B"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
interface UserAccountDataProps {
|
|
2
|
-
toggleOpenDrawer: () => void;
|
|
3
|
-
goToWallets: () => void;
|
|
4
|
-
}
|
|
5
|
-
export declare const UserAccountData: ({ toggleOpenDrawer, goToWallets }: UserAccountDataProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
export {};
|
|
7
|
-
//# sourceMappingURL=UserAccountData.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"UserAccountData.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.tsx"],"names":[],"mappings":"AASA,UAAU,oBAAoB;IAC5B,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,WAAW,EAAE,MAAM,IAAI,CAAC;CACzB;AAED,eAAO,MAAM,eAAe,GAAI,mCAAmC,oBAAoB,4CAwHtF,CAAC"}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
'use client';
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.UserAccountData = void 0;
|
|
5
|
-
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
6
|
-
const button_1 = require("../../../../../ui/button");
|
|
7
|
-
const react_1 = require("@reown/appkit/react");
|
|
8
|
-
const useMultiChainBalances_1 = require("../../../../../../hooks/useMultiChainBalances");
|
|
9
|
-
const format_1 = require("../../../../../../lib/utils/format");
|
|
10
|
-
const lucide_react_1 = require("lucide-react");
|
|
11
|
-
const components_1 = require("./components");
|
|
12
|
-
const UserAccountData = ({ toggleOpenDrawer, goToWallets }) => {
|
|
13
|
-
const { close } = (0, react_1.useAppKit)();
|
|
14
|
-
const { evmAddress, solanaAddress, connectedWalletCount, enrichedBalances, portfolio, isLoading, isPricesLoading, hasAnyBalances, totalTokenCount, } = (0, useMultiChainBalances_1.useMultiChainBalances)();
|
|
15
|
-
const formattedPortfolioTotal = portfolio?.totalUsd != null
|
|
16
|
-
? `$${portfolio.totalUsd.toLocaleString('en-US', { minimumFractionDigits: 2, maximumFractionDigits: 2 })}`
|
|
17
|
-
: null;
|
|
18
|
-
const walletDisplayText = connectedWalletCount === 1
|
|
19
|
-
? (0, format_1.truncateAddress)(evmAddress || solanaAddress || '')
|
|
20
|
-
: `${connectedWalletCount} connected`;
|
|
21
|
-
const handleDisconnectAll = async () => {
|
|
22
|
-
try {
|
|
23
|
-
// Close the AppKit modal/drawer and disconnect
|
|
24
|
-
await close();
|
|
25
|
-
console.log('[Wallets] All wallets disconnected');
|
|
26
|
-
}
|
|
27
|
-
catch (err) {
|
|
28
|
-
console.error('[Wallets] Failed to disconnect:', err);
|
|
29
|
-
}
|
|
30
|
-
};
|
|
31
|
-
return ((0, jsx_runtime_1.jsxs)("div", { children: [(0, jsx_runtime_1.jsxs)("div", { className: "mb-6 flex flex-row justify-between pr-2 sm:pr-6", children: [(0, jsx_runtime_1.jsxs)(button_1.Button, { onClick: goToWallets, variant: "ghost", className: "ml-1 flex h-[52px] cursor-pointer gap-2 p-2 sm:ml-4", children: [(0, jsx_runtime_1.jsx)("div", { className: "flex h-9 w-9 items-center justify-center rounded-lg bg-zinc-100", children: (0, jsx_runtime_1.jsx)(lucide_react_1.WalletCards, { className: "size-4" }) }), (0, jsx_runtime_1.jsxs)("div", { className: "flex w-[105px] flex-col items-start", children: [(0, jsx_runtime_1.jsx)("small", { className: "text-sm font-semibold leading-3 text-zinc-900", children: "Wallets" }), (0, jsx_runtime_1.jsx)("small", { className: "text-sm font-normal text-zinc-500", children: walletDisplayText })] })] }), (0, jsx_runtime_1.jsxs)("div", { className: "flex flex-row gap-2", children: [(0, jsx_runtime_1.jsx)(button_1.Button, { variant: "secondary", className: "h-9 w-9 cursor-pointer rounded-full", onClick: handleDisconnectAll, children: (0, jsx_runtime_1.jsx)(lucide_react_1.LogOut, { className: "size-5 text-zinc-900" }) }), (0, jsx_runtime_1.jsx)(button_1.Button, { onClick: toggleOpenDrawer, variant: "secondary", className: "h-9 w-9 cursor-pointer rounded-full", children: (0, jsx_runtime_1.jsx)(lucide_react_1.XIcon, { className: "size-5 text-zinc-900" }) })] })] }), (0, jsx_runtime_1.jsx)("div", { className: "mb-5 flex flex-col gap-1 px-4 sm:px-6", children: isLoading ? ((0, jsx_runtime_1.jsx)("span", { className: "text-3xl font-semibold text-zinc-900", children: "Loading..." })) : ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: isPricesLoading || !formattedPortfolioTotal ? ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsxs)("span", { className: "text-3xl font-semibold text-zinc-900", children: [totalTokenCount, " ", totalTokenCount === 1 ? 'Token' : 'Tokens'] }), (0, jsx_runtime_1.jsx)("small", { className: "text-sm font-normal text-zinc-500", children: isPricesLoading ? 'Loading prices...' : 'Price data unavailable' })] })) : ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("span", { className: "text-3xl font-semibold text-zinc-900", children: formattedPortfolioTotal }), (0, jsx_runtime_1.jsxs)("small", { className: "text-sm font-normal text-zinc-500", children: [totalTokenCount, " ", totalTokenCount === 1 ? 'Token' : 'Tokens'] })] })) })) }), (0, jsx_runtime_1.jsx)("div", { className: "px-4 sm:px-6", children: isLoading ? ((0, jsx_runtime_1.jsx)("div", { className: "py-4 text-center text-sm text-zinc-500", children: "Loading balances..." })) : !hasAnyBalances ? ((0, jsx_runtime_1.jsx)("div", { className: "py-4 text-center text-sm text-zinc-500", children: "No tokens found" })) : ((0, jsx_runtime_1.jsx)("div", { className: "m-0 h-[76vh] overflow-y-auto pb-4 pr-3 md:pb-0 md:pr-2", children: enrichedBalances.map((balance, idx) => ((0, jsx_runtime_1.jsx)(components_1.AssetInfo, { symbol: balance.symbol, name: balance.name, chainId: balance.chainId, formattedAmount: balance.balanceFormatted, usdValue: balance.usdValue, isLoadingPrice: isPricesLoading }, `${balance.symbol}-${balance.chainId}-${idx}`))) })) })] }));
|
|
32
|
-
};
|
|
33
|
-
exports.UserAccountData = UserAccountData;
|
|
34
|
-
//# sourceMappingURL=UserAccountData.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"UserAccountData.js","sourceRoot":"","sources":["../../../../../../../../../src/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
interface AssetInfoProps {
|
|
2
|
-
symbol: string;
|
|
3
|
-
name: string;
|
|
4
|
-
chainId: string;
|
|
5
|
-
formattedAmount: string;
|
|
6
|
-
usdValue?: number | null;
|
|
7
|
-
percentChange24h?: number | null;
|
|
8
|
-
isLoadingPrice?: boolean;
|
|
9
|
-
}
|
|
10
|
-
export declare const AssetInfo: ({ symbol, name, chainId, formattedAmount, usdValue, percentChange24h, isLoadingPrice, }: AssetInfoProps) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
-
export {};
|
|
12
|
-
//# sourceMappingURL=AssetInfo.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AssetInfo.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.tsx"],"names":[],"mappings":"AAKA,UAAU,cAAc;IACtB,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,eAAe,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B;AAED,eAAO,MAAM,SAAS,GAAI,yFAQvB,cAAc,4CAgDhB,CAAC"}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
'use client';
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.AssetInfo = void 0;
|
|
5
|
-
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
6
|
-
const formatUsd_1 = require("../../../../../../../lib/utils/formatUsd");
|
|
7
|
-
const shared_1 = require("../../../../shared");
|
|
8
|
-
const AssetInfo = ({ symbol, name, chainId, formattedAmount, usdValue, percentChange24h, isLoadingPrice = false, }) => {
|
|
9
|
-
const formattedUsdValue = (0, formatUsd_1.formatUsd)(usdValue);
|
|
10
|
-
const formattedPercentChange = percentChange24h != null
|
|
11
|
-
? `${percentChange24h >= 0 ? '+' : ''}${percentChange24h.toFixed(2)}%`
|
|
12
|
-
: null;
|
|
13
|
-
const trendColor = percentChange24h != null
|
|
14
|
-
? percentChange24h >= 0
|
|
15
|
-
? 'text-green-600'
|
|
16
|
-
: 'text-red-600'
|
|
17
|
-
: 'text-zinc-500';
|
|
18
|
-
return ((0, jsx_runtime_1.jsxs)("div", { className: "flex flex-row gap-2 py-2", children: [(0, jsx_runtime_1.jsx)("div", { className: "flex items-center justify-center pr-3", children: (0, jsx_runtime_1.jsx)(shared_1.TokenIconDisplay, { symbol: symbol, chainId: chainId, size: "md", showChainBadge: true }) }), (0, jsx_runtime_1.jsxs)("div", { className: "flex flex-1 flex-col", children: [(0, jsx_runtime_1.jsx)("small", { className: "text-sm font-semibold text-zinc-900", children: name }), (0, jsx_runtime_1.jsx)("small", { className: "text-sm font-normal text-zinc-500", children: symbol })] }), (0, jsx_runtime_1.jsxs)("div", { className: "flex flex-col items-end", children: [(0, jsx_runtime_1.jsxs)("small", { className: "text-sm font-semibold text-zinc-900", children: [formattedAmount, " ", symbol] }), isLoadingPrice ? ((0, jsx_runtime_1.jsx)("small", { className: "text-sm font-normal text-zinc-400", children: "Loading price..." })) : formattedUsdValue ? ((0, jsx_runtime_1.jsxs)("div", { className: "flex flex-row items-center gap-1", children: [(0, jsx_runtime_1.jsx)("small", { className: "text-sm font-normal text-zinc-500", children: formattedUsdValue }), formattedPercentChange && ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("span", { className: "text-zinc-300", children: "\u2022" }), (0, jsx_runtime_1.jsx)("small", { className: `text-sm font-normal ${trendColor}`, children: formattedPercentChange })] }))] })) : null] })] }));
|
|
19
|
-
};
|
|
20
|
-
exports.AssetInfo = AssetInfo;
|
|
21
|
-
//# sourceMappingURL=AssetInfo.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AssetInfo.js","sourceRoot":"","sources":["../../../../../../../../../../src/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.tsx"],"names":[],"mappings":";AAAA,YAAY,CAAC;;;;AAEb,wEAAqE;AACrE,+CAAsD;AAY/C,MAAM,SAAS,GAAG,CAAC,EACxB,MAAM,EACN,IAAI,EACJ,OAAO,EACP,eAAe,EACf,QAAQ,EACR,gBAAgB,EAChB,cAAc,GAAG,KAAK,GACP,EAAE,EAAE;IACnB,MAAM,iBAAiB,GAAG,IAAA,qBAAS,EAAC,QAAQ,CAAC,CAAC;IAE9C,MAAM,sBAAsB,GAC1B,gBAAgB,IAAI,IAAI;QACtB,CAAC,CAAC,GAAG,gBAAgB,IAAI,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,GAAG,gBAAgB,CAAC,OAAO,CAAC,CAAC,CAAC,GAAG;QACtE,CAAC,CAAC,IAAI,CAAC;IAEX,MAAM,UAAU,GACd,gBAAgB,IAAI,IAAI;QACtB,CAAC,CAAC,gBAAgB,IAAI,CAAC;YACrB,CAAC,CAAC,gBAAgB;YAClB,CAAC,CAAC,cAAc;QAClB,CAAC,CAAC,eAAe,CAAC;IAEtB,OAAO,CACL,iCAAK,SAAS,EAAC,0BAA0B,aACvC,gCAAK,SAAS,EAAC,uCAAuC,YACpD,uBAAC,yBAAgB,IAAC,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,EAAE,IAAI,EAAC,IAAI,EAAC,cAAc,SAAG,GAC3E,EAEN,iCAAK,SAAS,EAAC,sBAAsB,aACnC,kCAAO,SAAS,EAAC,qCAAqC,YAAE,IAAI,GAAS,EACrE,kCAAO,SAAS,EAAC,mCAAmC,YAAE,MAAM,GAAS,IACjE,EAEN,iCAAK,SAAS,EAAC,yBAAyB,aACtC,mCAAO,SAAS,EAAC,qCAAqC,aACnD,eAAe,OAAG,MAAM,IACnB,EACP,cAAc,CAAC,CAAC,CAAC,CAChB,kCAAO,SAAS,EAAC,mCAAmC,iCAAyB,CAC9E,CAAC,CAAC,CAAC,iBAAiB,CAAC,CAAC,CAAC,CACtB,iCAAK,SAAS,EAAC,kCAAkC,aAC/C,kCAAO,SAAS,EAAC,mCAAmC,YAAE,iBAAiB,GAAS,EAC/E,sBAAsB,IAAI,CACzB,6DACE,iCAAM,SAAS,EAAC,eAAe,uBAAS,EACxC,kCAAO,SAAS,EAAE,uBAAuB,UAAU,EAAE,YAClD,sBAAsB,GACjB,IACP,CACJ,IACG,CACP,CAAC,CAAC,CAAC,IAAI,IACJ,IACF,CACP,CAAC;AACJ,CAAC,CAAC;AAxDW,QAAA,SAAS,aAwDpB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AssetInfo = void 0;
|
|
4
|
-
var AssetInfo_1 = require("./AssetInfo");
|
|
5
|
-
Object.defineProperty(exports, "AssetInfo", { enumerable: true, get: function () { return AssetInfo_1.AssetInfo; } });
|
|
6
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../../src/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.ts"],"names":[],"mappings":";;;AAAA,yCAAwC;AAA/B,sGAAA,SAAS,OAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UserAccountData = void 0;
|
|
4
|
-
var UserAccountData_1 = require("./UserAccountData");
|
|
5
|
-
Object.defineProperty(exports, "UserAccountData", { enumerable: true, get: function () { return UserAccountData_1.UserAccountData; } });
|
|
6
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../src/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.ts"],"names":[],"mappings":";;;AAAA,qDAAoD;AAA3C,kHAAA,eAAe,OAAA"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
interface WalletsProps {
|
|
2
|
-
toggleOpenDrawer: () => void;
|
|
3
|
-
backToAccountData: () => void;
|
|
4
|
-
}
|
|
5
|
-
export declare const Wallets: ({ toggleOpenDrawer, backToAccountData }: WalletsProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
export {};
|
|
7
|
-
//# sourceMappingURL=Wallets.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Wallets.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.tsx"],"names":[],"mappings":"AAUA,UAAU,YAAY;IACpB,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,iBAAiB,EAAE,MAAM,IAAI,CAAC;CAC/B;AAID,eAAO,MAAM,OAAO,GAAI,yCAAyC,YAAY,4CAiK5E,CAAC"}
|
package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.js
DELETED
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
'use client';
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.Wallets = void 0;
|
|
5
|
-
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
6
|
-
const button_1 = require("../../../../../ui/button");
|
|
7
|
-
const useMultiChainBalances_1 = require("../../../../../../hooks/useMultiChainBalances");
|
|
8
|
-
const chains_1 = require("../../../../../../lib/constants/chains");
|
|
9
|
-
const react_1 = require("@reown/appkit/react");
|
|
10
|
-
const lucide_react_1 = require("lucide-react");
|
|
11
|
-
const wagmi_1 = require("wagmi");
|
|
12
|
-
const components_1 = require("./components");
|
|
13
|
-
const FALLBACK_EVM_CHAIN_IDS = ['1', '42161', '8453', '10'];
|
|
14
|
-
const Wallets = ({ toggleOpenDrawer, backToAccountData }) => {
|
|
15
|
-
const { open, close } = (0, react_1.useAppKit)();
|
|
16
|
-
const { address: evmAddress } = (0, react_1.useAppKitAccount)();
|
|
17
|
-
const { disconnect } = (0, wagmi_1.useDisconnect)();
|
|
18
|
-
const { evmBalances, solanaAddress } = (0, useMultiChainBalances_1.useMultiChainBalances)();
|
|
19
|
-
const getEvmChainIds = () => {
|
|
20
|
-
if (!evmBalances || evmBalances.length === 0) {
|
|
21
|
-
return FALLBACK_EVM_CHAIN_IDS;
|
|
22
|
-
}
|
|
23
|
-
const uniqueChainIds = new Set();
|
|
24
|
-
evmBalances.forEach((balance) => {
|
|
25
|
-
if (balance.chainId) {
|
|
26
|
-
uniqueChainIds.add(balance.chainId);
|
|
27
|
-
}
|
|
28
|
-
});
|
|
29
|
-
const userChainIds = Array.from(uniqueChainIds)
|
|
30
|
-
.filter((chainId) => {
|
|
31
|
-
const info = (0, chains_1.getChainInfo)(chainId);
|
|
32
|
-
return Boolean(info);
|
|
33
|
-
})
|
|
34
|
-
.slice(0, 4);
|
|
35
|
-
return userChainIds.length > 0 ? userChainIds : FALLBACK_EVM_CHAIN_IDS;
|
|
36
|
-
};
|
|
37
|
-
const evmChainIds = getEvmChainIds();
|
|
38
|
-
const connectedCount = (evmAddress ? 1 : 0) + (solanaAddress ? 1 : 0);
|
|
39
|
-
const handleDisconnectAll = async () => {
|
|
40
|
-
try {
|
|
41
|
-
await close();
|
|
42
|
-
console.log('[Wallets] All wallets disconnected');
|
|
43
|
-
}
|
|
44
|
-
catch (err) {
|
|
45
|
-
console.error('[Wallets] Failed to disconnect:', err);
|
|
46
|
-
}
|
|
47
|
-
};
|
|
48
|
-
const handleEvmDisconnect = async () => {
|
|
49
|
-
try {
|
|
50
|
-
await disconnect();
|
|
51
|
-
console.log('[Wallets] EVM wallet disconnected');
|
|
52
|
-
}
|
|
53
|
-
catch (err) {
|
|
54
|
-
console.error('[Wallets] Failed to disconnect EVM wallet:', err);
|
|
55
|
-
}
|
|
56
|
-
};
|
|
57
|
-
const handleSolanaDisconnect = async () => {
|
|
58
|
-
try {
|
|
59
|
-
await close();
|
|
60
|
-
console.log('[Wallets] Solana wallet disconnected');
|
|
61
|
-
}
|
|
62
|
-
catch (err) {
|
|
63
|
-
console.error('[Wallets] Failed to disconnect Solana wallet:', err);
|
|
64
|
-
}
|
|
65
|
-
};
|
|
66
|
-
const handleConnect = () => {
|
|
67
|
-
open();
|
|
68
|
-
};
|
|
69
|
-
return ((0, jsx_runtime_1.jsxs)("div", { className: "px-4 md:px-6", children: [(0, jsx_runtime_1.jsxs)("div", { className: "mb-6 flex flex-row items-center justify-between", children: [(0, jsx_runtime_1.jsx)(button_1.Button, { onClick: backToAccountData, variant: "secondary", className: "h-9 w-9 cursor-pointer rounded-full", children: (0, jsx_runtime_1.jsx)(lucide_react_1.ArrowLeft, { className: "size-5 text-zinc-900" }) }), (0, jsx_runtime_1.jsx)(button_1.Button, { onClick: toggleOpenDrawer, variant: "secondary", className: "h-9 w-9 cursor-pointer rounded-full", children: (0, jsx_runtime_1.jsx)(lucide_react_1.XIcon, { className: "size-5 text-zinc-900" }) })] }), (0, jsx_runtime_1.jsx)("span", { className: "text-2xl font-semibold text-zinc-900", children: "Wallets" }), (0, jsx_runtime_1.jsxs)("div", { className: "mt-2 flex flex-row items-center justify-between", children: [(0, jsx_runtime_1.jsxs)("small", { className: "text-sm text-zinc-500", children: [connectedCount, " connected"] }), (0, jsx_runtime_1.jsx)(button_1.Button, { variant: "link", className: "zinc-950 cursor-pointer p-0 text-sm font-medium", onClick: handleDisconnectAll, disabled: connectedCount === 0, children: "Disconnect all" })] }), (0, jsx_runtime_1.jsxs)("div", { className: "mt-3 flex flex-col gap-2", children: [evmAddress && ((0, jsx_runtime_1.jsx)(components_1.WalletItem, { connected: true, wallet: "EVM Wallet", chain: "Multi-chain EVM wallet", address: evmAddress, chainIds: evmChainIds, onConnect: handleConnect, onDisconnect: handleEvmDisconnect })), solanaAddress && ((0, jsx_runtime_1.jsx)(components_1.WalletItem, { connected: true, wallet: "Solana Wallet", chain: "Solana", address: solanaAddress, chainId: "1001001", onConnect: handleConnect, onDisconnect: handleSolanaDisconnect })), !evmAddress && ((0, jsx_runtime_1.jsx)(components_1.WalletItem, { wallet: "EVM Wallet", chain: "Multi-chain", chainIds: evmChainIds, onConnect: handleConnect, onDisconnect: () => { } })), !solanaAddress && ((0, jsx_runtime_1.jsx)(components_1.WalletItem, { wallet: "Solana Wallet", chain: "Solana", chainId: "1001001", onConnect: handleConnect, onDisconnect: () => { } })), (0, jsx_runtime_1.jsx)(components_1.WalletItem, { wallet: "Bitcoin", chain: "Bitcoin", chainId: "1001002", onConnect: () => { }, onDisconnect: () => { }, isDisabled: true }), (0, jsx_runtime_1.jsx)(components_1.WalletItem, { wallet: "XRPL", chain: "XRPL", chainId: "xrp", onConnect: () => { }, onDisconnect: () => { }, isDisabled: true })] })] }));
|
|
70
|
-
};
|
|
71
|
-
exports.Wallets = Wallets;
|
|
72
|
-
//# sourceMappingURL=Wallets.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Wallets.js","sourceRoot":"","sources":["../../../../../../../../../src/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
interface WalletItemProps {
|
|
2
|
-
connected?: boolean;
|
|
3
|
-
wallet: string;
|
|
4
|
-
chain: string;
|
|
5
|
-
/** Chain ID for icon lookup, e.g., '1001001' for Solana, '1001002' for Bitcoin */
|
|
6
|
-
chainId?: string;
|
|
7
|
-
address?: string;
|
|
8
|
-
onConnect: () => void;
|
|
9
|
-
onDisconnect: () => void;
|
|
10
|
-
isDisabled?: boolean;
|
|
11
|
-
/** Chain IDs for multi-chain icon grid */
|
|
12
|
-
chainIds?: string[];
|
|
13
|
-
}
|
|
14
|
-
export declare const WalletItem: ({ connected, wallet, chain, chainId, address, onConnect, onDisconnect, isDisabled, chainIds, }: WalletItemProps) => import("react/jsx-runtime").JSX.Element;
|
|
15
|
-
export {};
|
|
16
|
-
//# sourceMappingURL=WalletItem.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"WalletItem.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.tsx"],"names":[],"mappings":"AAQA,UAAU,eAAe;IACvB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,kFAAkF;IAClF,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,YAAY,EAAE,MAAM,IAAI,CAAC;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,0CAA0C;IAC1C,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AAYD,eAAO,MAAM,UAAU,GAAI,gGAUxB,eAAe,4CAgFjB,CAAC"}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
'use client';
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.WalletItem = void 0;
|
|
5
|
-
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
6
|
-
const button_1 = require("../../../../../../ui/button");
|
|
7
|
-
const copyToClipboard_1 = require("../../../../../../../lib/utils/copyToClipboard");
|
|
8
|
-
const assets_1 = require("../../../../../../../assets");
|
|
9
|
-
const lucide_react_1 = require("lucide-react");
|
|
10
|
-
const react_1 = require("react");
|
|
11
|
-
/**
|
|
12
|
-
* Truncates an address for display
|
|
13
|
-
* Example: 0x1234567890abcdef... → 0x1234...cdef
|
|
14
|
-
*/
|
|
15
|
-
function truncateAddress(address, startChars = 6, endChars = 4) {
|
|
16
|
-
if (!address)
|
|
17
|
-
return '';
|
|
18
|
-
if (address.length <= startChars + endChars)
|
|
19
|
-
return address;
|
|
20
|
-
return `${address.slice(0, startChars)}...${address.slice(-endChars)}`;
|
|
21
|
-
}
|
|
22
|
-
const WalletItem = ({ connected, wallet, chain, chainId, address, onConnect, onDisconnect, isDisabled = false, chainIds, }) => {
|
|
23
|
-
const [copied, setCopied] = (0, react_1.useState)(false);
|
|
24
|
-
const handleCopy = async () => {
|
|
25
|
-
if (!address)
|
|
26
|
-
return;
|
|
27
|
-
await (0, copyToClipboard_1.copyToClipboard)(address);
|
|
28
|
-
setCopied(true);
|
|
29
|
-
setTimeout(() => setCopied(false), 2000);
|
|
30
|
-
};
|
|
31
|
-
const displayText = connected && address ? truncateAddress(address) : wallet;
|
|
32
|
-
// Get single chain icon URL if chainId is provided
|
|
33
|
-
const chainIconUrl = chainId ? (0, assets_1.getChainIconUrl)(chainId) : undefined;
|
|
34
|
-
return ((0, jsx_runtime_1.jsxs)("div", { className: `flex h-14 w-full items-center justify-center rounded-2xl border border-zinc-200 p-2 ${isDisabled ? 'opacity-50' : ''}`, children: [chainIconUrl ? ((0, jsx_runtime_1.jsx)("div", { className: "mr-3", children: (0, jsx_runtime_1.jsx)("img", { src: chainIconUrl, alt: chain, className: "h-10 w-10 rounded-lg" }) })) : chainIds && chainIds.length > 0 ? ((0, jsx_runtime_1.jsx)("div", { className: "mr-3 grid grid-cols-2 gap-0.5", children: chainIds.slice(0, 4).map((cId, idx) => {
|
|
35
|
-
const iconUrl = (0, assets_1.getChainIconUrl)(cId);
|
|
36
|
-
return iconUrl ? ((0, jsx_runtime_1.jsx)("img", { src: iconUrl, alt: cId, className: "h-[19px] w-[19px] rounded-sm" }, idx)) : ((0, jsx_runtime_1.jsx)("div", { className: "h-[19px] w-[19px] rounded-sm bg-zinc-200" }, idx));
|
|
37
|
-
}) })) : ((0, jsx_runtime_1.jsxs)("div", { className: "mr-3 grid grid-cols-2 gap-0.5", children: [(0, jsx_runtime_1.jsx)("img", { src: assets_1.CHAIN_ICON_URLS['10'], alt: "Optimism", className: "h-[19px] w-[19px] rounded-sm" }), (0, jsx_runtime_1.jsx)("img", { src: assets_1.CHAIN_ICON_URLS['59144'], alt: "Linea", className: "h-[19px] w-[19px] rounded-sm" }), (0, jsx_runtime_1.jsx)("img", { src: assets_1.CHAIN_ICON_URLS['1001001'], alt: "Solana", className: "h-[19px] w-[19px] rounded-sm" }), (0, jsx_runtime_1.jsx)("img", { src: assets_1.CHAIN_ICON_URLS['43114'], alt: "Avalanche", className: "h-[19px] w-[19px] rounded-sm" })] })), (0, jsx_runtime_1.jsxs)("div", { className: "flex flex-1 flex-col", children: [(0, jsx_runtime_1.jsx)("small", { className: "text-sm font-semibold text-zinc-900", children: displayText }), (0, jsx_runtime_1.jsx)("small", { className: "text-sm font-normal text-zinc-500", children: connected ? chain : 'Disconnected' })] }), connected && !isDisabled ? ((0, jsx_runtime_1.jsxs)("div", { className: "flex flex-row items-center gap-1", children: [(0, jsx_runtime_1.jsx)(button_1.Button, { onClick: handleCopy, variant: "secondary", className: "h-10 w-10 cursor-pointer rounded-lg", children: copied ? ((0, jsx_runtime_1.jsx)(lucide_react_1.Check, { className: "size-4 text-green-600" })) : ((0, jsx_runtime_1.jsx)(lucide_react_1.Copy, { className: "size-4 text-zinc-900" })) }), (0, jsx_runtime_1.jsx)(button_1.Button, { onClick: onDisconnect, variant: "secondary", className: "h-10 w-10 cursor-pointer rounded-lg", children: (0, jsx_runtime_1.jsx)(lucide_react_1.LogOut, { className: "size-4 text-zinc-900" }) })] })) : !isDisabled ? ((0, jsx_runtime_1.jsx)(button_1.Button, { onClick: onConnect, className: "cursor-pointer rounded-lg", children: "Connect" })) : ((0, jsx_runtime_1.jsx)("span", { className: "text-xs text-zinc-400", children: "Coming Soon" }))] }));
|
|
38
|
-
};
|
|
39
|
-
exports.WalletItem = WalletItem;
|
|
40
|
-
//# sourceMappingURL=WalletItem.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"WalletItem.js","sourceRoot":"","sources":["../../../../../../../../../../src/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.tsx"],"names":[],"mappings":";AAAA,YAAY,CAAC;;;;AAEb,wDAAqD;AACrD,oFAAiF;AACjF,wDAA+E;AAC/E,+CAAmD;AACnD,iCAAiC;AAgBjC;;;GAGG;AACH,SAAS,eAAe,CAAC,OAAe,EAAE,UAAU,GAAG,CAAC,EAAE,QAAQ,GAAG,CAAC;IACpE,IAAI,CAAC,OAAO;QAAE,OAAO,EAAE,CAAC;IACxB,IAAI,OAAO,CAAC,MAAM,IAAI,UAAU,GAAG,QAAQ;QAAE,OAAO,OAAO,CAAC;IAC5D,OAAO,GAAG,OAAO,CAAC,KAAK,CAAC,CAAC,EAAE,UAAU,CAAC,MAAM,OAAO,CAAC,KAAK,CAAC,CAAC,QAAQ,CAAC,EAAE,CAAC;AACzE,CAAC;AAEM,MAAM,UAAU,GAAG,CAAC,EACzB,SAAS,EACT,MAAM,EACN,KAAK,EACL,OAAO,EACP,OAAO,EACP,SAAS,EACT,YAAY,EACZ,UAAU,GAAG,KAAK,EAClB,QAAQ,GACQ,EAAE,EAAE;IACpB,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,GAAG,IAAA,gBAAQ,EAAC,KAAK,CAAC,CAAC;IAE5C,MAAM,UAAU,GAAG,KAAK,IAAI,EAAE;QAC5B,IAAI,CAAC,OAAO;YAAE,OAAO;QACrB,MAAM,IAAA,iCAAe,EAAC,OAAO,CAAC,CAAC;QAC/B,SAAS,CAAC,IAAI,CAAC,CAAC;QAChB,UAAU,CAAC,GAAG,EAAE,CAAC,SAAS,CAAC,KAAK,CAAC,EAAE,IAAI,CAAC,CAAC;IAC3C,CAAC,CAAC;IAEF,MAAM,WAAW,GAAG,SAAS,IAAI,OAAO,CAAC,CAAC,CAAC,eAAe,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC;IAE7E,mDAAmD;IACnD,MAAM,YAAY,GAAG,OAAO,CAAC,CAAC,CAAC,IAAA,wBAAe,EAAC,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;IAEpE,OAAO,CACL,iCACE,SAAS,EAAE,uFAAuF,UAAU,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,EAAE,EAAE,aAEjI,YAAY,CAAC,CAAC,CAAC,CACd,gCAAK,SAAS,EAAC,MAAM,YACnB,gCAAK,GAAG,EAAE,YAAY,EAAE,GAAG,EAAE,KAAK,EAAE,SAAS,EAAC,sBAAsB,GAAG,GACnE,CACP,CAAC,CAAC,CAAC,QAAQ,IAAI,QAAQ,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,CACpC,gCAAK,SAAS,EAAC,+BAA+B,YAC3C,QAAQ,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE;oBACrC,MAAM,OAAO,GAAG,IAAA,wBAAe,EAAC,GAAG,CAAC,CAAC;oBACrC,OAAO,OAAO,CAAC,CAAC,CAAC,CACf,gCAAe,GAAG,EAAE,OAAO,EAAE,GAAG,EAAE,GAAG,EAAE,SAAS,EAAC,8BAA8B,IAArE,GAAG,CAAqE,CACnF,CAAC,CAAC,CAAC,CACF,gCAAe,SAAS,EAAC,0CAA0C,IAAzD,GAAG,CAAyD,CACvE,CAAC;gBACJ,CAAC,CAAC,GACE,CACP,CAAC,CAAC,CAAC,CACF,iCAAK,SAAS,EAAC,+BAA+B,aAC5C,gCAAK,GAAG,EAAE,wBAAe,CAAC,IAAI,CAAC,EAAE,GAAG,EAAC,UAAU,EAAC,SAAS,EAAC,8BAA8B,GAAG,EAC3F,gCAAK,GAAG,EAAE,wBAAe,CAAC,OAAO,CAAC,EAAE,GAAG,EAAC,OAAO,EAAC,SAAS,EAAC,8BAA8B,GAAG,EAC3F,gCAAK,GAAG,EAAE,wBAAe,CAAC,SAAS,CAAC,EAAE,GAAG,EAAC,QAAQ,EAAC,SAAS,EAAC,8BAA8B,GAAG,EAC9F,gCAAK,GAAG,EAAE,wBAAe,CAAC,OAAO,CAAC,EAAE,GAAG,EAAC,WAAW,EAAC,SAAS,EAAC,8BAA8B,GAAG,IAC3F,CACP,EAED,iCAAK,SAAS,EAAC,sBAAsB,aACnC,kCAAO,SAAS,EAAC,qCAAqC,YAAE,WAAW,GAAS,EAC5E,kCAAO,SAAS,EAAC,mCAAmC,YACjD,SAAS,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,cAAc,GAC7B,IACJ,EAEL,SAAS,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,CAC1B,iCAAK,SAAS,EAAC,kCAAkC,aAC/C,uBAAC,eAAM,IACL,OAAO,EAAE,UAAU,EACnB,OAAO,EAAC,WAAW,EACnB,SAAS,EAAC,qCAAqC,YAE9C,MAAM,CAAC,CAAC,CAAC,CACR,uBAAC,oBAAK,IAAC,SAAS,EAAC,uBAAuB,GAAG,CAC5C,CAAC,CAAC,CAAC,CACF,uBAAC,mBAAI,IAAC,SAAS,EAAC,sBAAsB,GAAG,CAC1C,GACM,EACT,uBAAC,eAAM,IACL,OAAO,EAAE,YAAY,EACrB,OAAO,EAAC,WAAW,EACnB,SAAS,EAAC,qCAAqC,YAE/C,uBAAC,qBAAM,IAAC,SAAS,EAAC,sBAAsB,GAAG,GACpC,IACL,CACP,CAAC,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,CAChB,uBAAC,eAAM,IAAC,OAAO,EAAE,SAAS,EAAE,SAAS,EAAC,2BAA2B,wBAExD,CACV,CAAC,CAAC,CAAC,CACF,iCAAM,SAAS,EAAC,uBAAuB,4BAAmB,CAC3D,IACG,CACP,CAAC;AACJ,CAAC,CAAC;AA1FW,QAAA,UAAU,cA0FrB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.WalletItem = void 0;
|
|
4
|
-
var WalletItem_1 = require("./WalletItem");
|
|
5
|
-
Object.defineProperty(exports, "WalletItem", { enumerable: true, get: function () { return WalletItem_1.WalletItem; } });
|
|
6
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../../src/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.ts"],"names":[],"mappings":";;;AAAA,2CAA0C;AAAjC,wGAAA,UAAU,OAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC"}
|
package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.js
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Wallets = void 0;
|
|
4
|
-
var Wallets_1 = require("./Wallets");
|
|
5
|
-
Object.defineProperty(exports, "Wallets", { enumerable: true, get: function () { return Wallets_1.Wallets; } });
|
|
6
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../src/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.ts"],"names":[],"mappings":";;;AAAA,qCAAoC;AAA3B,kGAAA,OAAO,OAAA"}
|
package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/react/components/Widget/components/UserAccountDrawer/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UserAccountData = exports.Wallets = void 0;
|
|
4
|
-
var Wallets_1 = require("./Wallets");
|
|
5
|
-
Object.defineProperty(exports, "Wallets", { enumerable: true, get: function () { return Wallets_1.Wallets; } });
|
|
6
|
-
var UserAccountData_1 = require("./UserAccountData");
|
|
7
|
-
Object.defineProperty(exports, "UserAccountData", { enumerable: true, get: function () { return UserAccountData_1.UserAccountData; } });
|
|
8
|
-
//# sourceMappingURL=index.js.map
|
package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../src/react/components/Widget/components/UserAccountDrawer/components/index.ts"],"names":[],"mappings":";;;AAAA,qCAAoC;AAA3B,kGAAA,OAAO,OAAA;AAChB,qDAAoD;AAA3C,kHAAA,eAAe,OAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/components/Widget/components/UserAccountDrawer/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UserAccountDrawer = void 0;
|
|
4
|
-
var UserAccountDrawer_1 = require("./UserAccountDrawer");
|
|
5
|
-
Object.defineProperty(exports, "UserAccountDrawer", { enumerable: true, get: function () { return UserAccountDrawer_1.UserAccountDrawer; } });
|
|
6
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/react/components/Widget/components/UserAccountDrawer/index.ts"],"names":[],"mappings":";;;AAAA,yDAAwD;AAA/C,sHAAA,iBAAiB,OAAA"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export { CollapsibleDetails } from './CollapsibleDetails';
|
|
2
|
-
export { CustomDialogHeader } from './CustomDialogHeader';
|
|
3
|
-
export { Footer } from './Footer';
|
|
4
|
-
export { Header } from './Header';
|
|
5
|
-
export { OffRampRecipientDialog } from './OffRampRecipientDialog';
|
|
6
|
-
export { Recipient } from './Recipient';
|
|
7
|
-
export { RecipientDialog } from './RecipientDialog';
|
|
8
|
-
export { SelectAssetDialog } from './SelectAssetDialog';
|
|
9
|
-
export { TokenIconDisplay } from './shared';
|
|
10
|
-
export { TokenInput } from './TokenInput';
|
|
11
|
-
export { TransactionDialog } from './TransactionDialog';
|
|
12
|
-
export { UserAccountDrawer } from './UserAccountDrawer';
|
|
13
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/react/components/Widget/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAC5C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC"}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UserAccountDrawer = exports.TransactionDialog = exports.TokenInput = exports.TokenIconDisplay = exports.SelectAssetDialog = exports.RecipientDialog = exports.Recipient = exports.OffRampRecipientDialog = exports.Header = exports.Footer = exports.CustomDialogHeader = exports.CollapsibleDetails = void 0;
|
|
4
|
-
var CollapsibleDetails_1 = require("./CollapsibleDetails");
|
|
5
|
-
Object.defineProperty(exports, "CollapsibleDetails", { enumerable: true, get: function () { return CollapsibleDetails_1.CollapsibleDetails; } });
|
|
6
|
-
var CustomDialogHeader_1 = require("./CustomDialogHeader");
|
|
7
|
-
Object.defineProperty(exports, "CustomDialogHeader", { enumerable: true, get: function () { return CustomDialogHeader_1.CustomDialogHeader; } });
|
|
8
|
-
var Footer_1 = require("./Footer");
|
|
9
|
-
Object.defineProperty(exports, "Footer", { enumerable: true, get: function () { return Footer_1.Footer; } });
|
|
10
|
-
var Header_1 = require("./Header");
|
|
11
|
-
Object.defineProperty(exports, "Header", { enumerable: true, get: function () { return Header_1.Header; } });
|
|
12
|
-
var OffRampRecipientDialog_1 = require("./OffRampRecipientDialog");
|
|
13
|
-
Object.defineProperty(exports, "OffRampRecipientDialog", { enumerable: true, get: function () { return OffRampRecipientDialog_1.OffRampRecipientDialog; } });
|
|
14
|
-
var Recipient_1 = require("./Recipient");
|
|
15
|
-
Object.defineProperty(exports, "Recipient", { enumerable: true, get: function () { return Recipient_1.Recipient; } });
|
|
16
|
-
var RecipientDialog_1 = require("./RecipientDialog");
|
|
17
|
-
Object.defineProperty(exports, "RecipientDialog", { enumerable: true, get: function () { return RecipientDialog_1.RecipientDialog; } });
|
|
18
|
-
var SelectAssetDialog_1 = require("./SelectAssetDialog");
|
|
19
|
-
Object.defineProperty(exports, "SelectAssetDialog", { enumerable: true, get: function () { return SelectAssetDialog_1.SelectAssetDialog; } });
|
|
20
|
-
var shared_1 = require("./shared");
|
|
21
|
-
Object.defineProperty(exports, "TokenIconDisplay", { enumerable: true, get: function () { return shared_1.TokenIconDisplay; } });
|
|
22
|
-
var TokenInput_1 = require("./TokenInput");
|
|
23
|
-
Object.defineProperty(exports, "TokenInput", { enumerable: true, get: function () { return TokenInput_1.TokenInput; } });
|
|
24
|
-
var TransactionDialog_1 = require("./TransactionDialog");
|
|
25
|
-
Object.defineProperty(exports, "TransactionDialog", { enumerable: true, get: function () { return TransactionDialog_1.TransactionDialog; } });
|
|
26
|
-
var UserAccountDrawer_1 = require("./UserAccountDrawer");
|
|
27
|
-
Object.defineProperty(exports, "UserAccountDrawer", { enumerable: true, get: function () { return UserAccountDrawer_1.UserAccountDrawer; } });
|
|
28
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/react/components/Widget/components/index.ts"],"names":[],"mappings":";;;AAAA,2DAA0D;AAAjD,wHAAA,kBAAkB,OAAA;AAC3B,2DAA0D;AAAjD,wHAAA,kBAAkB,OAAA;AAC3B,mCAAkC;AAAzB,gGAAA,MAAM,OAAA;AACf,mCAAkC;AAAzB,gGAAA,MAAM,OAAA;AACf,mEAAkE;AAAzD,gIAAA,sBAAsB,OAAA;AAC/B,yCAAwC;AAA/B,sGAAA,SAAS,OAAA;AAClB,qDAAoD;AAA3C,kHAAA,eAAe,OAAA;AACxB,yDAAwD;AAA/C,sHAAA,iBAAiB,OAAA;AAC1B,mCAA4C;AAAnC,0GAAA,gBAAgB,OAAA;AACzB,2CAA0C;AAAjC,wGAAA,UAAU,OAAA;AACnB,yDAAwD;AAA/C,sHAAA,iBAAiB,OAAA;AAC1B,yDAAwD;AAA/C,sHAAA,iBAAiB,OAAA"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
interface TokenIconDisplayProps {
|
|
2
|
-
/** Token symbol for icon lookup (e.g., 'USDC', 'ETH') */
|
|
3
|
-
symbol: string;
|
|
4
|
-
/** Chain ID for chain badge (e.g., '1', '137', '1001001') */
|
|
5
|
-
chainId?: string;
|
|
6
|
-
/** Size of the token icon */
|
|
7
|
-
size?: 'sm' | 'md' | 'lg';
|
|
8
|
-
/** Whether to show chain badge */
|
|
9
|
-
showChainBadge?: boolean;
|
|
10
|
-
/** Additional class names */
|
|
11
|
-
className?: string;
|
|
12
|
-
}
|
|
13
|
-
export declare function TokenIconDisplay({ symbol, chainId, size, showChainBadge, className, }: TokenIconDisplayProps): import("react/jsx-runtime").JSX.Element;
|
|
14
|
-
export {};
|
|
15
|
-
//# sourceMappingURL=TokenIconDisplay.d.ts.map
|