@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
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TokenIconDisplay.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/components/Widget/components/shared/TokenIconDisplay.tsx"],"names":[],"mappings":"AAKA,UAAU,qBAAqB;IAC7B,yDAAyD;IACzD,MAAM,EAAE,MAAM,CAAC;IACf,6DAA6D;IAC7D,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,6BAA6B;IAC7B,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,kCAAkC;IAClC,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,6BAA6B;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAuBD,wBAAgB,gBAAgB,CAAC,EAC/B,MAAM,EACN,OAAO,EACP,IAAW,EACX,cAAqB,EACrB,SAAS,GACV,EAAE,qBAAqB,2CAqCvB"}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
'use client';
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.TokenIconDisplay = TokenIconDisplay;
|
|
5
|
-
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
6
|
-
const assets_1 = require("../../../../assets");
|
|
7
|
-
const cn_1 = require("../../../../lib/utils/cn");
|
|
8
|
-
const sizeClasses = {
|
|
9
|
-
sm: {
|
|
10
|
-
container: 'h-6 w-6',
|
|
11
|
-
icon: 'h-6 w-6',
|
|
12
|
-
badge: 'h-3 w-3',
|
|
13
|
-
fallbackText: 'text-[8px]',
|
|
14
|
-
},
|
|
15
|
-
md: {
|
|
16
|
-
container: 'h-10 w-10',
|
|
17
|
-
icon: 'h-10 w-10',
|
|
18
|
-
badge: 'h-4 w-4',
|
|
19
|
-
fallbackText: 'text-xs',
|
|
20
|
-
},
|
|
21
|
-
lg: {
|
|
22
|
-
container: 'h-12 w-12',
|
|
23
|
-
icon: 'h-12 w-12',
|
|
24
|
-
badge: 'h-5 w-5',
|
|
25
|
-
fallbackText: 'text-sm',
|
|
26
|
-
},
|
|
27
|
-
};
|
|
28
|
-
function TokenIconDisplay({ symbol, chainId, size = 'md', showChainBadge = true, className, }) {
|
|
29
|
-
const tokenIconUrl = (0, assets_1.getTokenIconUrl)(symbol);
|
|
30
|
-
const chainIconUrl = chainId ? (0, assets_1.getChainIconUrl)(chainId) : undefined;
|
|
31
|
-
const classes = sizeClasses[size];
|
|
32
|
-
return ((0, jsx_runtime_1.jsxs)("div", { className: (0, cn_1.cn)('relative flex items-center justify-center', classes.container, className), children: [tokenIconUrl ? ((0, jsx_runtime_1.jsx)("img", { src: tokenIconUrl, alt: symbol, className: (0, cn_1.cn)(classes.icon, 'rounded-full') })) : ((0, jsx_runtime_1.jsx)("div", { className: (0, cn_1.cn)('flex items-center justify-center rounded-full bg-zinc-200', classes.icon), children: (0, jsx_runtime_1.jsx)("span", { className: (0, cn_1.cn)('font-bold text-zinc-600', classes.fallbackText), children: symbol.slice(0, 3).toUpperCase() }) })), showChainBadge && chainIconUrl && ((0, jsx_runtime_1.jsx)("img", { src: chainIconUrl, alt: `${chainId} chain`, className: (0, cn_1.cn)('absolute right-0 bottom-0 rounded border-[1.5px] border-white bg-white object-cover', classes.badge) }))] }));
|
|
33
|
-
}
|
|
34
|
-
//# sourceMappingURL=TokenIconDisplay.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TokenIconDisplay.js","sourceRoot":"","sources":["../../../../../../../src/react/components/Widget/components/shared/TokenIconDisplay.tsx"],"names":[],"mappings":";AAAA,YAAY,CAAC;;AAuCb,4CA2CC;;AAhFD,+CAAsE;AACtE,iDAA8C;AAe9C,MAAM,WAAW,GAAG;IAClB,EAAE,EAAE;QACF,SAAS,EAAE,SAAS;QACpB,IAAI,EAAE,SAAS;QACf,KAAK,EAAE,SAAS;QAChB,YAAY,EAAE,YAAY;KAC3B;IACD,EAAE,EAAE;QACF,SAAS,EAAE,WAAW;QACtB,IAAI,EAAE,WAAW;QACjB,KAAK,EAAE,SAAS;QAChB,YAAY,EAAE,SAAS;KACxB;IACD,EAAE,EAAE;QACF,SAAS,EAAE,WAAW;QACtB,IAAI,EAAE,WAAW;QACjB,KAAK,EAAE,SAAS;QAChB,YAAY,EAAE,SAAS;KACxB;CACF,CAAC;AAEF,SAAgB,gBAAgB,CAAC,EAC/B,MAAM,EACN,OAAO,EACP,IAAI,GAAG,IAAI,EACX,cAAc,GAAG,IAAI,EACrB,SAAS,GACa;IACtB,MAAM,YAAY,GAAG,IAAA,wBAAe,EAAC,MAAM,CAAC,CAAC;IAC7C,MAAM,YAAY,GAAG,OAAO,CAAC,CAAC,CAAC,IAAA,wBAAe,EAAC,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;IACpE,MAAM,OAAO,GAAG,WAAW,CAAC,IAAI,CAAC,CAAC;IAElC,OAAO,CACL,iCAAK,SAAS,EAAE,IAAA,OAAE,EAAC,2CAA2C,EAAE,OAAO,CAAC,SAAS,EAAE,SAAS,CAAC,aAC1F,YAAY,CAAC,CAAC,CAAC,CACd,gCACE,GAAG,EAAE,YAAY,EACjB,GAAG,EAAE,MAAM,EACX,SAAS,EAAE,IAAA,OAAE,EAAC,OAAO,CAAC,IAAI,EAAE,cAAc,CAAC,GAC3C,CACH,CAAC,CAAC,CAAC,CACF,gCACE,SAAS,EAAE,IAAA,OAAE,EACX,2DAA2D,EAC3D,OAAO,CAAC,IAAI,CACb,YAED,iCAAM,SAAS,EAAE,IAAA,OAAE,EAAC,yBAAyB,EAAE,OAAO,CAAC,YAAY,CAAC,YACjE,MAAM,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,WAAW,EAAE,GAC5B,GACH,CACP,EACA,cAAc,IAAI,YAAY,IAAI,CACjC,gCACE,GAAG,EAAE,YAAY,EACjB,GAAG,EAAE,GAAG,OAAO,QAAQ,EACvB,SAAS,EAAE,IAAA,OAAE,EACX,qFAAqF,EACrF,OAAO,CAAC,KAAK,CACd,GACD,CACH,IACG,CACP,CAAC;AACJ,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/react/components/Widget/components/shared/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TokenIconDisplay = void 0;
|
|
4
|
-
var TokenIconDisplay_1 = require("./TokenIconDisplay");
|
|
5
|
-
Object.defineProperty(exports, "TokenIconDisplay", { enumerable: true, get: function () { return TokenIconDisplay_1.TokenIconDisplay; } });
|
|
6
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/react/components/Widget/components/shared/index.ts"],"names":[],"mappings":";;;AAAA,uDAAsD;AAA7C,oHAAA,gBAAgB,OAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/react/components/Widget/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,YAAY,EAAE,KAAK,EAAE,KAAK,EAAE,eAAe,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Widget = void 0;
|
|
4
|
-
var Widget_1 = require("./Widget");
|
|
5
|
-
Object.defineProperty(exports, "Widget", { enumerable: true, get: function () { return Widget_1.Widget; } });
|
|
6
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/react/components/Widget/index.ts"],"names":[],"mappings":";;;AAAA,mCAAkC;AAAzB,gGAAA,MAAM,OAAA"}
|
|
@@ -1,205 +0,0 @@
|
|
|
1
|
-
import type { TransferResponse as SDKTransferResponse, OffRampQuoteResponse as SDKOffRampQuoteResponse } from '../../../../index';
|
|
2
|
-
import type { Address } from 'viem';
|
|
3
|
-
/**
|
|
4
|
-
* Transaction request parameters from orda API
|
|
5
|
-
* Extends SDK's any type with proper structure
|
|
6
|
-
*/
|
|
7
|
-
export interface OrdaTransactionRequest {
|
|
8
|
-
from: Address;
|
|
9
|
-
to: Address;
|
|
10
|
-
data: `0x${string}`;
|
|
11
|
-
value?: string;
|
|
12
|
-
gas?: string;
|
|
13
|
-
gasPrice?: string;
|
|
14
|
-
maxFeePerGas?: string;
|
|
15
|
-
maxPriorityFeePerGas?: string;
|
|
16
|
-
nonce?: number;
|
|
17
|
-
chainId: number;
|
|
18
|
-
}
|
|
19
|
-
/**
|
|
20
|
-
* Approval transaction parameters from orda API
|
|
21
|
-
* Extends SDK's any type with proper structure
|
|
22
|
-
* Note: chainId is NOT included in approvalTxParams - get it from transactionRequest instead
|
|
23
|
-
*/
|
|
24
|
-
export interface OrdaApprovalTxParams {
|
|
25
|
-
from: Address;
|
|
26
|
-
to: Address;
|
|
27
|
-
data: `0x${string}`;
|
|
28
|
-
value?: string;
|
|
29
|
-
gas?: string;
|
|
30
|
-
gasPrice?: string;
|
|
31
|
-
maxFeePerGas?: string;
|
|
32
|
-
maxPriorityFeePerGas?: string;
|
|
33
|
-
}
|
|
34
|
-
/**
|
|
35
|
-
* Typed quote response extending SDK's TransferResponse with typed transaction params
|
|
36
|
-
*/
|
|
37
|
-
export interface TypedQuoteResponse extends Omit<SDKTransferResponse, 'transactionRequest' | 'approvalTxParams'> {
|
|
38
|
-
transactionRequest: OrdaTransactionRequest;
|
|
39
|
-
approvalTxParams?: OrdaApprovalTxParams;
|
|
40
|
-
}
|
|
41
|
-
/**
|
|
42
|
-
* Typed off-ramp quote response extending SDK's OffRampQuoteResponse
|
|
43
|
-
*/
|
|
44
|
-
export interface TypedOffRampQuoteResponse extends Omit<SDKOffRampQuoteResponse, 'transactionRequest' | 'approvalTxParams'> {
|
|
45
|
-
transactionRequest?: OrdaTransactionRequest;
|
|
46
|
-
approvalTxParams?: OrdaApprovalTxParams;
|
|
47
|
-
}
|
|
48
|
-
/**
|
|
49
|
-
* Extended provider quote details for cross-chain transfers
|
|
50
|
-
*/
|
|
51
|
-
export interface ExtendedProviderQuoteDetails {
|
|
52
|
-
provider: string;
|
|
53
|
-
subProvider?: string;
|
|
54
|
-
providerRequestId: string;
|
|
55
|
-
fromAmount: string;
|
|
56
|
-
toAmount: string;
|
|
57
|
-
isDirectTransfer: boolean;
|
|
58
|
-
winningQuote?: unknown;
|
|
59
|
-
originalIntent: {
|
|
60
|
-
method: string;
|
|
61
|
-
value: string;
|
|
62
|
-
};
|
|
63
|
-
}
|
|
64
|
-
/**
|
|
65
|
-
* Extended quote detail for cross-chain transfers
|
|
66
|
-
*/
|
|
67
|
-
export interface ExtendedQuoteDetail {
|
|
68
|
-
provider: string;
|
|
69
|
-
subProvider?: string;
|
|
70
|
-
provideRequestId: string;
|
|
71
|
-
fromToken: {
|
|
72
|
-
address: string;
|
|
73
|
-
decimals: number;
|
|
74
|
-
symbol: string;
|
|
75
|
-
price: number;
|
|
76
|
-
chainId?: number;
|
|
77
|
-
};
|
|
78
|
-
toToken: {
|
|
79
|
-
address: string;
|
|
80
|
-
decimals: number;
|
|
81
|
-
symbol: string;
|
|
82
|
-
price: number;
|
|
83
|
-
chainId?: number;
|
|
84
|
-
};
|
|
85
|
-
fromAmount: string;
|
|
86
|
-
toAmount: string;
|
|
87
|
-
fromAddress: string;
|
|
88
|
-
toAddress: string;
|
|
89
|
-
estimatedDuration: number;
|
|
90
|
-
fees: {
|
|
91
|
-
bridge: {
|
|
92
|
-
amount: string;
|
|
93
|
-
token: string;
|
|
94
|
-
decimals?: number;
|
|
95
|
-
};
|
|
96
|
-
gas: {
|
|
97
|
-
amount: string;
|
|
98
|
-
token: string;
|
|
99
|
-
decimals?: number;
|
|
100
|
-
};
|
|
101
|
-
integrator: number | string;
|
|
102
|
-
};
|
|
103
|
-
}
|
|
104
|
-
/**
|
|
105
|
-
* Extended quote response for cross-chain transfers
|
|
106
|
-
* Contains detailed quote information nested in the response
|
|
107
|
-
* This is the Widget's internal representation
|
|
108
|
-
*/
|
|
109
|
-
export interface TransferResponse {
|
|
110
|
-
message: string;
|
|
111
|
-
transactionId: string | number;
|
|
112
|
-
quote: ExtendedQuoteDetail;
|
|
113
|
-
approvalTxParams: OrdaApprovalTxParams | null;
|
|
114
|
-
transactionRequest: OrdaTransactionRequest;
|
|
115
|
-
providerQuoteDetails: ExtendedProviderQuoteDetails;
|
|
116
|
-
}
|
|
117
|
-
/**
|
|
118
|
-
* Direct transfer response (same chain, same token)
|
|
119
|
-
*/
|
|
120
|
-
export interface DirectTransferResponse {
|
|
121
|
-
message: string;
|
|
122
|
-
transactionId: string | number;
|
|
123
|
-
transactionRequest: OrdaTransactionRequest;
|
|
124
|
-
feeTxParams?: OrdaTransactionRequest | null;
|
|
125
|
-
providerQuoteDetails: {
|
|
126
|
-
provider: string;
|
|
127
|
-
fromAmount: string;
|
|
128
|
-
toAmount: string;
|
|
129
|
-
isDirectTransfer: boolean;
|
|
130
|
-
originalIntent: {
|
|
131
|
-
method: string;
|
|
132
|
-
value: string;
|
|
133
|
-
};
|
|
134
|
-
};
|
|
135
|
-
}
|
|
136
|
-
/**
|
|
137
|
-
* Off-ramp (crypto-to-fiat) quote response
|
|
138
|
-
*/
|
|
139
|
-
export interface OfframpQuoteResponse {
|
|
140
|
-
message: string;
|
|
141
|
-
transactionId: string | number;
|
|
142
|
-
quote: {
|
|
143
|
-
provider: string;
|
|
144
|
-
providerRequestId: string;
|
|
145
|
-
fromToken: {
|
|
146
|
-
address: string;
|
|
147
|
-
symbol: string;
|
|
148
|
-
};
|
|
149
|
-
toCurrency: string;
|
|
150
|
-
fromAmount: string;
|
|
151
|
-
toAmount: string;
|
|
152
|
-
exchangeRate: string;
|
|
153
|
-
fromAddress: string;
|
|
154
|
-
estimatedDuration: number;
|
|
155
|
-
};
|
|
156
|
-
_timing?: unknown;
|
|
157
|
-
}
|
|
158
|
-
/**
|
|
159
|
-
* On-ramp (fiat-to-crypto) quote response
|
|
160
|
-
*/
|
|
161
|
-
export interface OnrampQuoteResponse {
|
|
162
|
-
message: string;
|
|
163
|
-
transactionId: string | number;
|
|
164
|
-
depositInstructions: {
|
|
165
|
-
method: 'PIX' | 'Bank Transfer';
|
|
166
|
-
amount: number;
|
|
167
|
-
currency: string;
|
|
168
|
-
pixQrCode?: string;
|
|
169
|
-
pixKey?: string;
|
|
170
|
-
depositAddress?: string;
|
|
171
|
-
expiresAt: string;
|
|
172
|
-
referenceId: string;
|
|
173
|
-
};
|
|
174
|
-
quote: {
|
|
175
|
-
provider: string;
|
|
176
|
-
fromCurrency: string;
|
|
177
|
-
toCrypto: string;
|
|
178
|
-
fromAmount: string;
|
|
179
|
-
toAmount: string;
|
|
180
|
-
toAddress: string;
|
|
181
|
-
exchangeRate: number;
|
|
182
|
-
estimatedDuration: number;
|
|
183
|
-
};
|
|
184
|
-
}
|
|
185
|
-
/**
|
|
186
|
-
* Union type for all Widget quote responses
|
|
187
|
-
*/
|
|
188
|
-
export type WidgetQuoteResponse = TransferResponse | DirectTransferResponse | OfframpQuoteResponse | OnrampQuoteResponse;
|
|
189
|
-
/**
|
|
190
|
-
* Type guard to check if response is a TransferResponse (cross-chain swap)
|
|
191
|
-
*/
|
|
192
|
-
export declare function isTransferResponse(response: unknown): response is TransferResponse;
|
|
193
|
-
/**
|
|
194
|
-
* Type guard to check if response is a DirectTransferResponse
|
|
195
|
-
*/
|
|
196
|
-
export declare function isDirectTransferResponse(response: unknown): response is DirectTransferResponse;
|
|
197
|
-
/**
|
|
198
|
-
* Type guard to check if response is an OfframpQuoteResponse
|
|
199
|
-
*/
|
|
200
|
-
export declare function isOfframpResponse(response: unknown): response is OfframpQuoteResponse;
|
|
201
|
-
/**
|
|
202
|
-
* Type guard to check if response is an OnrampQuoteResponse
|
|
203
|
-
*/
|
|
204
|
-
export declare function isOnrampResponse(response: unknown): response is OnrampQuoteResponse;
|
|
205
|
-
//# sourceMappingURL=quote.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"quote.d.ts","sourceRoot":"","sources":["../../../../../../src/react/components/Widget/types/quote.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,gBAAgB,IAAI,mBAAmB,EACvC,oBAAoB,IAAI,uBAAuB,EAChD,MAAM,mBAAmB,CAAC;AAC3B,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AAEpC;;;GAGG;AACH,MAAM,WAAW,sBAAsB;IACrC,IAAI,EAAE,OAAO,CAAC;IACd,EAAE,EAAE,OAAO,CAAC;IACZ,IAAI,EAAE,KAAK,MAAM,EAAE,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;CACjB;AAED;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACnC,IAAI,EAAE,OAAO,CAAC;IACd,EAAE,EAAE,OAAO,CAAC;IACZ,IAAI,EAAE,KAAK,MAAM,EAAE,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,oBAAoB,CAAC,EAAE,MAAM,CAAC;CAC/B;AAED;;GAEG;AACH,MAAM,WAAW,kBACf,SAAQ,IAAI,CAAC,mBAAmB,EAAE,oBAAoB,GAAG,kBAAkB,CAAC;IAC5E,kBAAkB,EAAE,sBAAsB,CAAC;IAC3C,gBAAgB,CAAC,EAAE,oBAAoB,CAAC;CACzC;AAED;;GAEG;AACH,MAAM,WAAW,yBACf,SAAQ,IAAI,CAAC,uBAAuB,EAAE,oBAAoB,GAAG,kBAAkB,CAAC;IAChF,kBAAkB,CAAC,EAAE,sBAAsB,CAAC;IAC5C,gBAAgB,CAAC,EAAE,oBAAoB,CAAC;CACzC;AAED;;GAEG;AACH,MAAM,WAAW,4BAA4B;IAC3C,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,cAAc,EAAE;QACd,MAAM,EAAE,MAAM,CAAC;QACf,KAAK,EAAE,MAAM,CAAC;KACf,CAAC;CACH;AAED;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAClC,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,gBAAgB,EAAE,MAAM,CAAC;IACzB,SAAS,EAAE;QACT,OAAO,EAAE,MAAM,CAAC;QAChB,QAAQ,EAAE,MAAM,CAAC;QACjB,MAAM,EAAE,MAAM,CAAC;QACf,KAAK,EAAE,MAAM,CAAC;QACd,OAAO,CAAC,EAAE,MAAM,CAAC;KAClB,CAAC;IACF,OAAO,EAAE;QACP,OAAO,EAAE,MAAM,CAAC;QAChB,QAAQ,EAAE,MAAM,CAAC;QACjB,MAAM,EAAE,MAAM,CAAC;QACf,KAAK,EAAE,MAAM,CAAC;QACd,OAAO,CAAC,EAAE,MAAM,CAAC;KAClB,CAAC;IACF,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,IAAI,EAAE;QACJ,MAAM,EAAE;YACN,MAAM,EAAE,MAAM,CAAC;YACf,KAAK,EAAE,MAAM,CAAC;YACd,QAAQ,CAAC,EAAE,MAAM,CAAC;SACnB,CAAC;QACF,GAAG,EAAE;YACH,MAAM,EAAE,MAAM,CAAC;YACf,KAAK,EAAE,MAAM,CAAC;YACd,QAAQ,CAAC,EAAE,MAAM,CAAC;SACnB,CAAC;QACF,UAAU,EAAE,MAAM,GAAG,MAAM,CAAC;KAC7B,CAAC;CACH;AAED;;;;GAIG;AACH,MAAM,WAAW,gBAAgB;IAC/B,OAAO,EAAE,MAAM,CAAC;IAChB,aAAa,EAAE,MAAM,GAAG,MAAM,CAAC;IAC/B,KAAK,EAAE,mBAAmB,CAAC;IAC3B,gBAAgB,EAAE,oBAAoB,GAAG,IAAI,CAAC;IAC9C,kBAAkB,EAAE,sBAAsB,CAAC;IAC3C,oBAAoB,EAAE,4BAA4B,CAAC;CACpD;AAED;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACrC,OAAO,EAAE,MAAM,CAAC;IAChB,aAAa,EAAE,MAAM,GAAG,MAAM,CAAC;IAC/B,kBAAkB,EAAE,sBAAsB,CAAC;IAC3C,WAAW,CAAC,EAAE,sBAAsB,GAAG,IAAI,CAAC;IAC5C,oBAAoB,EAAE;QACpB,QAAQ,EAAE,MAAM,CAAC;QACjB,UAAU,EAAE,MAAM,CAAC;QACnB,QAAQ,EAAE,MAAM,CAAC;QACjB,gBAAgB,EAAE,OAAO,CAAC;QAC1B,cAAc,EAAE;YACd,MAAM,EAAE,MAAM,CAAC;YACf,KAAK,EAAE,MAAM,CAAC;SACf,CAAC;KACH,CAAC;CACH;AAED;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC,OAAO,EAAE,MAAM,CAAC;IAChB,aAAa,EAAE,MAAM,GAAG,MAAM,CAAC;IAC/B,KAAK,EAAE;QACL,QAAQ,EAAE,MAAM,CAAC;QACjB,iBAAiB,EAAE,MAAM,CAAC;QAC1B,SAAS,EAAE;YACT,OAAO,EAAE,MAAM,CAAC;YAChB,MAAM,EAAE,MAAM,CAAC;SAChB,CAAC;QACF,UAAU,EAAE,MAAM,CAAC;QACnB,UAAU,EAAE,MAAM,CAAC;QACnB,QAAQ,EAAE,MAAM,CAAC;QACjB,YAAY,EAAE,MAAM,CAAC;QACrB,WAAW,EAAE,MAAM,CAAC;QACpB,iBAAiB,EAAE,MAAM,CAAC;KAC3B,CAAC;IACF,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAClC,OAAO,EAAE,MAAM,CAAC;IAChB,aAAa,EAAE,MAAM,GAAG,MAAM,CAAC;IAC/B,mBAAmB,EAAE;QACnB,MAAM,EAAE,KAAK,GAAG,eAAe,CAAC;QAChC,MAAM,EAAE,MAAM,CAAC;QACf,QAAQ,EAAE,MAAM,CAAC;QACjB,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,cAAc,CAAC,EAAE,MAAM,CAAC;QACxB,SAAS,EAAE,MAAM,CAAC;QAClB,WAAW,EAAE,MAAM,CAAC;KACrB,CAAC;IACF,KAAK,EAAE;QACL,QAAQ,EAAE,MAAM,CAAC;QACjB,YAAY,EAAE,MAAM,CAAC;QACrB,QAAQ,EAAE,MAAM,CAAC;QACjB,UAAU,EAAE,MAAM,CAAC;QACnB,QAAQ,EAAE,MAAM,CAAC;QACjB,SAAS,EAAE,MAAM,CAAC;QAClB,YAAY,EAAE,MAAM,CAAC;QACrB,iBAAiB,EAAE,MAAM,CAAC;KAC3B,CAAC;CACH;AAED;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAC3B,gBAAgB,GAChB,sBAAsB,GACtB,oBAAoB,GACpB,mBAAmB,CAAC;AAExB;;GAEG;AACH,wBAAgB,kBAAkB,CAAC,QAAQ,EAAE,OAAO,GAAG,QAAQ,IAAI,gBAAgB,CAYlF;AAED;;GAEG;AACH,wBAAgB,wBAAwB,CAAC,QAAQ,EAAE,OAAO,GAAG,QAAQ,IAAI,sBAAsB,CAQ9F;AAED;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,QAAQ,EAAE,OAAO,GAAG,QAAQ,IAAI,oBAAoB,CAUrF;AAED;;GAEG;AACH,wBAAgB,gBAAgB,CAAC,QAAQ,EAAE,OAAO,GAAG,QAAQ,IAAI,mBAAmB,CAUnF"}
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.isTransferResponse = isTransferResponse;
|
|
4
|
-
exports.isDirectTransferResponse = isDirectTransferResponse;
|
|
5
|
-
exports.isOfframpResponse = isOfframpResponse;
|
|
6
|
-
exports.isOnrampResponse = isOnrampResponse;
|
|
7
|
-
/**
|
|
8
|
-
* Type guard to check if response is a TransferResponse (cross-chain swap)
|
|
9
|
-
*/
|
|
10
|
-
function isTransferResponse(response) {
|
|
11
|
-
if (!response || typeof response !== 'object')
|
|
12
|
-
return false;
|
|
13
|
-
const r = response;
|
|
14
|
-
return ('providerQuoteDetails' in r &&
|
|
15
|
-
'quote' in r &&
|
|
16
|
-
r.quote !== null &&
|
|
17
|
-
typeof r.quote === 'object' &&
|
|
18
|
-
'toAmount' in r.quote &&
|
|
19
|
-
!('toCurrency' in r.quote) &&
|
|
20
|
-
!('depositInstructions' in r));
|
|
21
|
-
}
|
|
22
|
-
/**
|
|
23
|
-
* Type guard to check if response is a DirectTransferResponse
|
|
24
|
-
*/
|
|
25
|
-
function isDirectTransferResponse(response) {
|
|
26
|
-
if (!response || typeof response !== 'object')
|
|
27
|
-
return false;
|
|
28
|
-
const r = response;
|
|
29
|
-
return ('providerQuoteDetails' in r &&
|
|
30
|
-
'feeTxParams' in r &&
|
|
31
|
-
!('quote' in r));
|
|
32
|
-
}
|
|
33
|
-
/**
|
|
34
|
-
* Type guard to check if response is an OfframpQuoteResponse
|
|
35
|
-
*/
|
|
36
|
-
function isOfframpResponse(response) {
|
|
37
|
-
if (!response || typeof response !== 'object')
|
|
38
|
-
return false;
|
|
39
|
-
const r = response;
|
|
40
|
-
return ('quote' in r &&
|
|
41
|
-
r.quote !== null &&
|
|
42
|
-
typeof r.quote === 'object' &&
|
|
43
|
-
'toCurrency' in r.quote &&
|
|
44
|
-
!('depositInstructions' in r));
|
|
45
|
-
}
|
|
46
|
-
/**
|
|
47
|
-
* Type guard to check if response is an OnrampQuoteResponse
|
|
48
|
-
*/
|
|
49
|
-
function isOnrampResponse(response) {
|
|
50
|
-
if (!response || typeof response !== 'object')
|
|
51
|
-
return false;
|
|
52
|
-
const r = response;
|
|
53
|
-
return ('depositInstructions' in r &&
|
|
54
|
-
'quote' in r &&
|
|
55
|
-
r.quote !== null &&
|
|
56
|
-
typeof r.quote === 'object' &&
|
|
57
|
-
'toCrypto' in r.quote);
|
|
58
|
-
}
|
|
59
|
-
//# sourceMappingURL=quote.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"quote.js","sourceRoot":"","sources":["../../../../../../src/react/components/Widget/types/quote.ts"],"names":[],"mappings":";;AAoNA,gDAYC;AAKD,4DAQC;AAKD,8CAUC;AAKD,4CAUC;AA1DD;;GAEG;AACH,SAAgB,kBAAkB,CAAC,QAAiB;IAClD,IAAI,CAAC,QAAQ,IAAI,OAAO,QAAQ,KAAK,QAAQ;QAAE,OAAO,KAAK,CAAC;IAC5D,MAAM,CAAC,GAAG,QAAmC,CAAC;IAC9C,OAAO,CACL,sBAAsB,IAAI,CAAC;QAC3B,OAAO,IAAI,CAAC;QACZ,CAAC,CAAC,KAAK,KAAK,IAAI;QAChB,OAAO,CAAC,CAAC,KAAK,KAAK,QAAQ;QAC3B,UAAU,IAAK,CAAC,CAAC,KAAiC;QAClD,CAAC,CAAC,YAAY,IAAK,CAAC,CAAC,KAAiC,CAAC;QACvD,CAAC,CAAC,qBAAqB,IAAI,CAAC,CAAC,CAC9B,CAAC;AACJ,CAAC;AAED;;GAEG;AACH,SAAgB,wBAAwB,CAAC,QAAiB;IACxD,IAAI,CAAC,QAAQ,IAAI,OAAO,QAAQ,KAAK,QAAQ;QAAE,OAAO,KAAK,CAAC;IAC5D,MAAM,CAAC,GAAG,QAAmC,CAAC;IAC9C,OAAO,CACL,sBAAsB,IAAI,CAAC;QAC3B,aAAa,IAAI,CAAC;QAClB,CAAC,CAAC,OAAO,IAAI,CAAC,CAAC,CAChB,CAAC;AACJ,CAAC;AAED;;GAEG;AACH,SAAgB,iBAAiB,CAAC,QAAiB;IACjD,IAAI,CAAC,QAAQ,IAAI,OAAO,QAAQ,KAAK,QAAQ;QAAE,OAAO,KAAK,CAAC;IAC5D,MAAM,CAAC,GAAG,QAAmC,CAAC;IAC9C,OAAO,CACL,OAAO,IAAI,CAAC;QACZ,CAAC,CAAC,KAAK,KAAK,IAAI;QAChB,OAAO,CAAC,CAAC,KAAK,KAAK,QAAQ;QAC3B,YAAY,IAAK,CAAC,CAAC,KAAiC;QACpD,CAAC,CAAC,qBAAqB,IAAI,CAAC,CAAC,CAC9B,CAAC;AACJ,CAAC;AAED;;GAEG;AACH,SAAgB,gBAAgB,CAAC,QAAiB;IAChD,IAAI,CAAC,QAAQ,IAAI,OAAO,QAAQ,KAAK,QAAQ;QAAE,OAAO,KAAK,CAAC;IAC5D,MAAM,CAAC,GAAG,QAAmC,CAAC;IAC9C,OAAO,CACL,qBAAqB,IAAI,CAAC;QAC1B,OAAO,IAAI,CAAC;QACZ,CAAC,CAAC,KAAK,KAAK,IAAI;QAChB,OAAO,CAAC,CAAC,KAAK,KAAK,QAAQ;QAC3B,UAAU,IAAK,CAAC,CAAC,KAAiC,CACnD,CAAC;AACJ,CAAC"}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
export type { CreateRecipientParams, CryptoSettlementDetails, DeactivateRecipientParams, FiatSettlementDetails, Intent, KYCInformation, OffRampPollingOptions, OffRampQuoteParams, OffRampQuoteResponse, OnRampPollingOptions, OnRampQuoteParams, OnRampQuoteResponse, PollingOptions, QuoteRequestParams, QuoteResponse, TransactionStatus, TransactionStatusParams, UpdateRecipientSettlementParams, } from '../../../index';
|
|
2
|
-
export type Token = {
|
|
3
|
-
address?: string;
|
|
4
|
-
symbol: string;
|
|
5
|
-
name: string;
|
|
6
|
-
decimals: number;
|
|
7
|
-
chainId: string;
|
|
8
|
-
logoUrl?: string;
|
|
9
|
-
disabled?: boolean;
|
|
10
|
-
};
|
|
11
|
-
export type Chain = {
|
|
12
|
-
value: string;
|
|
13
|
-
label: string;
|
|
14
|
-
logoUrl?: string;
|
|
15
|
-
symbol: string;
|
|
16
|
-
};
|
|
17
|
-
export type TransactionType = 'onRamp' | 'offRamp' | 'swap';
|
|
18
|
-
export type RecipientType = {
|
|
19
|
-
key: string;
|
|
20
|
-
chain: string;
|
|
21
|
-
image: string;
|
|
22
|
-
};
|
|
23
|
-
export * from './types/quote';
|
|
24
|
-
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/react/components/Widget/types.ts"],"names":[],"mappings":"AACA,YAAY,EACV,qBAAqB,EACrB,uBAAuB,EACvB,yBAAyB,EACzB,qBAAqB,EACrB,MAAM,EACN,cAAc,EACd,qBAAqB,EACrB,kBAAkB,EAClB,oBAAoB,EACpB,oBAAoB,EACpB,iBAAiB,EACjB,mBAAmB,EACnB,cAAc,EACd,kBAAkB,EAClB,aAAa,EACb,iBAAiB,EACjB,uBAAuB,EACvB,+BAA+B,GAChC,MAAM,gBAAgB,CAAC;AAGxB,MAAM,MAAM,KAAK,GAAG;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,KAAK,GAAG;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM,CAAC;AAE5D,MAAM,MAAM,aAAa,GAAG;IAC1B,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAGF,cAAc,eAAe,CAAC"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
// Re-export quote types
|
|
18
|
-
__exportStar(require("./types/quote"), exports);
|
|
19
|
-
//# sourceMappingURL=types.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../../src/react/components/Widget/types.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAgDA,wBAAwB;AACxB,gDAA8B"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as React from "react";
|
|
2
|
-
import { type VariantProps } from "class-variance-authority";
|
|
3
|
-
declare const badgeVariants: (props?: ({
|
|
4
|
-
variant?: "default" | "destructive" | "outline" | "secondary" | null | undefined;
|
|
5
|
-
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
|
6
|
-
export interface BadgeProps extends React.HTMLAttributes<HTMLDivElement>, VariantProps<typeof badgeVariants> {
|
|
7
|
-
}
|
|
8
|
-
declare function Badge({ className, variant, ...props }: BadgeProps): import("react/jsx-runtime").JSX.Element;
|
|
9
|
-
export { Badge, badgeVariants };
|
|
10
|
-
//# sourceMappingURL=badge.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"badge.d.ts","sourceRoot":"","sources":["../../../../../src/react/components/ui/badge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAIjE,QAAA,MAAM,aAAa;;mFAkBlB,CAAA;AAED,MAAM,WAAW,UACf,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,EAC1C,YAAY,CAAC,OAAO,aAAa,CAAC;CAAG;AAEzC,iBAAS,KAAK,CAAC,EAAE,SAAS,EAAE,OAAO,EAAE,GAAG,KAAK,EAAE,EAAE,UAAU,2CAI1D;AAED,OAAO,EAAE,KAAK,EAAE,aAAa,EAAE,CAAA"}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.badgeVariants = void 0;
|
|
4
|
-
exports.Badge = Badge;
|
|
5
|
-
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
6
|
-
const class_variance_authority_1 = require("class-variance-authority");
|
|
7
|
-
const utils_1 = require("@/lib/utils");
|
|
8
|
-
const badgeVariants = (0, class_variance_authority_1.cva)("inline-flex items-center rounded-md border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2", {
|
|
9
|
-
variants: {
|
|
10
|
-
variant: {
|
|
11
|
-
default: "border-transparent bg-primary text-primary-foreground shadow hover:bg-primary/80",
|
|
12
|
-
secondary: "border-transparent bg-secondary text-secondary-foreground hover:bg-secondary/80",
|
|
13
|
-
destructive: "border-transparent bg-destructive text-destructive-foreground shadow hover:bg-destructive/80",
|
|
14
|
-
outline: "text-foreground",
|
|
15
|
-
},
|
|
16
|
-
},
|
|
17
|
-
defaultVariants: {
|
|
18
|
-
variant: "default",
|
|
19
|
-
},
|
|
20
|
-
});
|
|
21
|
-
exports.badgeVariants = badgeVariants;
|
|
22
|
-
function Badge({ className, variant, ...props }) {
|
|
23
|
-
return ((0, jsx_runtime_1.jsx)("div", { className: (0, utils_1.cn)(badgeVariants({ variant }), className), ...props }));
|
|
24
|
-
}
|
|
25
|
-
//# sourceMappingURL=badge.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"badge.js","sourceRoot":"","sources":["../../../../../src/react/components/ui/badge.tsx"],"names":[],"mappings":";;;AAmCS,sBAAK;;AAlCd,uEAAiE;AAEjE,uCAAgC;AAEhC,MAAM,aAAa,GAAG,IAAA,8BAAG,EACvB,sKAAsK,EACtK;IACE,QAAQ,EAAE;QACR,OAAO,EAAE;YACP,OAAO,EACL,kFAAkF;YACpF,SAAS,EACP,iFAAiF;YACnF,WAAW,EACT,8FAA8F;YAChG,OAAO,EAAE,iBAAiB;SAC3B;KACF;IACD,eAAe,EAAE;QACf,OAAO,EAAE,SAAS;KACnB;CACF,CACF,CAAA;AAYe,sCAAa;AAN7B,SAAS,KAAK,CAAC,EAAE,SAAS,EAAE,OAAO,EAAE,GAAG,KAAK,EAAc;IACzD,OAAO,CACL,gCAAK,SAAS,EAAE,IAAA,UAAE,EAAC,aAAa,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,SAAS,CAAC,KAAM,KAAK,GAAI,CACzE,CAAA;AACH,CAAC"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as React from "react";
|
|
2
|
-
import { type VariantProps } from "class-variance-authority";
|
|
3
|
-
declare const buttonVariants: (props?: ({
|
|
4
|
-
variant?: "link" | "default" | "destructive" | "outline" | "secondary" | "ghost" | null | undefined;
|
|
5
|
-
size?: "default" | "icon" | "sm" | "lg" | null | undefined;
|
|
6
|
-
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
|
7
|
-
export interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof buttonVariants> {
|
|
8
|
-
asChild?: boolean;
|
|
9
|
-
}
|
|
10
|
-
declare const Button: React.ForwardRefExoticComponent<ButtonProps & React.RefAttributes<HTMLButtonElement>>;
|
|
11
|
-
export { Button, buttonVariants };
|
|
12
|
-
//# sourceMappingURL=button.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../../../src/react/components/ui/button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAE9B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAIjE,QAAA,MAAM,cAAc;;;mFA4BnB,CAAA;AAED,MAAM,WAAW,WACf,SAAQ,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EACnD,YAAY,CAAC,OAAO,cAAc,CAAC;IACrC,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB;AAED,QAAA,MAAM,MAAM,uFAWX,CAAA;AAGD,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,CAAA"}
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
-
var ownKeys = function(o) {
|
|
20
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
-
var ar = [];
|
|
22
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
-
return ar;
|
|
24
|
-
};
|
|
25
|
-
return ownKeys(o);
|
|
26
|
-
};
|
|
27
|
-
return function (mod) {
|
|
28
|
-
if (mod && mod.__esModule) return mod;
|
|
29
|
-
var result = {};
|
|
30
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
-
__setModuleDefault(result, mod);
|
|
32
|
-
return result;
|
|
33
|
-
};
|
|
34
|
-
})();
|
|
35
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
-
exports.buttonVariants = exports.Button = void 0;
|
|
37
|
-
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
38
|
-
const React = __importStar(require("react"));
|
|
39
|
-
const react_slot_1 = require("@radix-ui/react-slot");
|
|
40
|
-
const class_variance_authority_1 = require("class-variance-authority");
|
|
41
|
-
const utils_1 = require("@/lib/utils");
|
|
42
|
-
const buttonVariants = (0, class_variance_authority_1.cva)("inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0", {
|
|
43
|
-
variants: {
|
|
44
|
-
variant: {
|
|
45
|
-
default: "bg-primary text-primary-foreground shadow hover:bg-primary/90",
|
|
46
|
-
destructive: "bg-destructive text-destructive-foreground shadow-sm hover:bg-destructive/90",
|
|
47
|
-
outline: "border border-input bg-background shadow-sm hover:bg-accent hover:text-accent-foreground",
|
|
48
|
-
secondary: "bg-secondary text-secondary-foreground shadow-sm hover:bg-secondary/80",
|
|
49
|
-
ghost: "hover:bg-accent hover:text-accent-foreground",
|
|
50
|
-
link: "text-primary underline-offset-4 hover:underline",
|
|
51
|
-
},
|
|
52
|
-
size: {
|
|
53
|
-
default: "h-9 px-4 py-2",
|
|
54
|
-
sm: "h-8 rounded-md px-3 text-xs",
|
|
55
|
-
lg: "h-10 rounded-md px-8",
|
|
56
|
-
icon: "h-9 w-9",
|
|
57
|
-
},
|
|
58
|
-
},
|
|
59
|
-
defaultVariants: {
|
|
60
|
-
variant: "default",
|
|
61
|
-
size: "default",
|
|
62
|
-
},
|
|
63
|
-
});
|
|
64
|
-
exports.buttonVariants = buttonVariants;
|
|
65
|
-
const Button = React.forwardRef(({ className, variant, size, asChild = false, ...props }, ref) => {
|
|
66
|
-
const Comp = asChild ? react_slot_1.Slot : "button";
|
|
67
|
-
return ((0, jsx_runtime_1.jsx)(Comp, { className: (0, utils_1.cn)(buttonVariants({ variant, size, className })), ref: ref, ...props }));
|
|
68
|
-
});
|
|
69
|
-
exports.Button = Button;
|
|
70
|
-
Button.displayName = "Button";
|
|
71
|
-
//# sourceMappingURL=button.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"button.js","sourceRoot":"","sources":["../../../../../src/react/components/ui/button.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA8B;AAC9B,qDAA2C;AAC3C,uEAAiE;AAEjE,uCAAgC;AAEhC,MAAM,cAAc,GAAG,IAAA,8BAAG,EACxB,uSAAuS,EACvS;IACE,QAAQ,EAAE;QACR,OAAO,EAAE;YACP,OAAO,EACL,+DAA+D;YACjE,WAAW,EACT,8EAA8E;YAChF,OAAO,EACL,0FAA0F;YAC5F,SAAS,EACP,wEAAwE;YAC1E,KAAK,EAAE,8CAA8C;YACrD,IAAI,EAAE,iDAAiD;SACxD;QACD,IAAI,EAAE;YACJ,OAAO,EAAE,eAAe;YACxB,EAAE,EAAE,6BAA6B;YACjC,EAAE,EAAE,sBAAsB;YAC1B,IAAI,EAAE,SAAS;SAChB;KACF;IACD,eAAe,EAAE;QACf,OAAO,EAAE,SAAS;QAClB,IAAI,EAAE,SAAS;KAChB;CACF,CACF,CAAA;AAsBgB,wCAAc;AAd/B,MAAM,MAAM,GAAG,KAAK,CAAC,UAAU,CAC7B,CAAC,EAAE,SAAS,EAAE,OAAO,EAAE,IAAI,EAAE,OAAO,GAAG,KAAK,EAAE,GAAG,KAAK,EAAE,EAAE,GAAG,EAAE,EAAE;IAC/D,MAAM,IAAI,GAAG,OAAO,CAAC,CAAC,CAAC,iBAAI,CAAC,CAAC,CAAC,QAAQ,CAAA;IACtC,OAAO,CACL,uBAAC,IAAI,IACH,SAAS,EAAE,IAAA,UAAE,EAAC,cAAc,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC,CAAC,EAC3D,GAAG,EAAE,GAAG,KACJ,KAAK,GACT,CACH,CAAA;AACH,CAAC,CACF,CAAA;AAGQ,wBAAM;AAFf,MAAM,CAAC,WAAW,GAAG,QAAQ,CAAA"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import * as DialogPrimitive from '@radix-ui/react-dialog';
|
|
2
|
-
import * as VisuallyHiddenPrimitive from '@radix-ui/react-visually-hidden';
|
|
3
|
-
import * as React from 'react';
|
|
4
|
-
declare function Dialog({ ...props }: React.ComponentProps<typeof DialogPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
|
|
5
|
-
declare function DialogTrigger({ ...props }: React.ComponentProps<typeof DialogPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
declare function DialogPortal({ ...props }: React.ComponentProps<typeof DialogPrimitive.Portal>): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
declare function DialogClose({ ...props }: React.ComponentProps<typeof DialogPrimitive.Close>): import("react/jsx-runtime").JSX.Element;
|
|
8
|
-
declare function DialogOverlay({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Overlay>): import("react/jsx-runtime").JSX.Element;
|
|
9
|
-
declare function DialogContent({ className, children, showCloseButton, ...props }: React.ComponentProps<typeof DialogPrimitive.Content> & {
|
|
10
|
-
showCloseButton?: boolean;
|
|
11
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
12
|
-
declare function DialogHeader({ className, ...props }: React.ComponentProps<'div'>): import("react/jsx-runtime").JSX.Element;
|
|
13
|
-
declare function DialogFooter({ className, ...props }: React.ComponentProps<'div'>): import("react/jsx-runtime").JSX.Element;
|
|
14
|
-
declare function DialogTitle({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Title>): import("react/jsx-runtime").JSX.Element;
|
|
15
|
-
declare function DialogDescription({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Description>): import("react/jsx-runtime").JSX.Element;
|
|
16
|
-
declare function VisuallyHidden({ ...props }: React.ComponentProps<typeof VisuallyHiddenPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
|
|
17
|
-
export { Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, VisuallyHidden, };
|
|
18
|
-
//# sourceMappingURL=dialog.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dialog.d.ts","sourceRoot":"","sources":["../../../../../src/react/components/ui/dialog.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAC;AAC1D,OAAO,KAAK,uBAAuB,MAAM,iCAAiC,CAAC;AAE3E,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,iBAAS,MAAM,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC,2CAE9E;AAED,iBAAS,aAAa,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,2CAExF;AAED,iBAAS,YAAY,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,MAAM,CAAC,2CAEtF;AAED,iBAAS,WAAW,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,2CAEpF;AAED,iBAAS,aAAa,CAAC,EACrB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,2CAWtD;AAED,iBAAS,aAAa,CAAC,EACrB,SAAS,EACT,QAAQ,EACR,eAAsB,EACtB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,GAAG;IACxD,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B,2CA4BA;AAED,iBAAS,YAAY,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAQzE;AAED,iBAAS,YAAY,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAQzE;AAED,iBAAS,WAAW,CAAC,EACnB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,2CAQpD;AAED,iBAAS,iBAAiB,CAAC,EACzB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,WAAW,CAAC,2CAQ1D;AAED,iBAAS,cAAc,CAAC,EACtB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,uBAAuB,CAAC,IAAI,CAAC,2CAE3D;AAED,OAAO,EACL,MAAM,EACN,WAAW,EACX,aAAa,EACb,iBAAiB,EACjB,YAAY,EACZ,YAAY,EACZ,aAAa,EACb,YAAY,EACZ,WAAW,EACX,aAAa,EACb,cAAc,GACf,CAAC"}
|