@ordanetwork/sdk 1.2.0 → 1.3.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/dist/browser/api/Balances.d.ts +32 -0
- package/dist/browser/api/Balances.d.ts.map +1 -0
- package/dist/browser/api/Balances.js +39 -0
- package/dist/browser/api/Balances.js.map +1 -0
- package/dist/browser/api/Prices.d.ts +26 -0
- package/dist/browser/api/Prices.d.ts.map +1 -0
- package/dist/browser/api/Prices.js +33 -0
- package/dist/browser/api/Prices.js.map +1 -0
- package/dist/browser/crypto/web-crypto.js.map +1 -1
- package/dist/browser/index.d.ts +6 -0
- package/dist/browser/index.d.ts.map +1 -1
- package/dist/browser/index.js +9 -5
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/react/assets/animations/completed.json +1 -0
- package/dist/browser/react/assets/animations/converting.json +1 -0
- package/dist/browser/react/assets/animations/error.json +1 -0
- package/dist/browser/react/assets/animations/index.d.ts +4 -0
- package/dist/browser/react/assets/animations/index.d.ts.map +1 -0
- package/dist/browser/react/assets/animations/index.js +6 -0
- package/dist/browser/react/assets/animations/index.js.map +1 -0
- package/dist/browser/react/assets/chains/index.d.ts +3 -0
- package/dist/browser/react/assets/chains/index.d.ts.map +1 -0
- package/dist/browser/react/assets/chains/index.js +31 -0
- package/dist/browser/react/assets/chains/index.js.map +1 -0
- package/dist/browser/react/assets/icons/index.d.ts +10 -0
- package/dist/browser/react/assets/icons/index.d.ts.map +1 -0
- package/dist/browser/react/assets/icons/index.js +10 -0
- package/dist/browser/react/assets/icons/index.js.map +1 -0
- package/dist/browser/react/assets/index.d.ts +6 -0
- package/dist/browser/react/assets/index.d.ts.map +1 -0
- package/dist/browser/react/assets/index.js +9 -0
- package/dist/browser/react/assets/index.js.map +1 -0
- package/dist/browser/react/assets/tokens/index.d.ts +3 -0
- package/dist/browser/react/assets/tokens/index.d.ts.map +1 -0
- package/dist/browser/react/assets/tokens/index.js +45 -0
- package/dist/browser/react/assets/tokens/index.js.map +1 -0
- package/dist/browser/react/components/Widget/Widget.d.ts +2 -0
- package/dist/browser/react/components/Widget/Widget.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/Widget.js +682 -0
- package/dist/browser/react/components/Widget/Widget.js.map +1 -0
- package/dist/browser/react/components/Widget/components/CollapsibleDetails.d.ts +15 -0
- package/dist/browser/react/components/Widget/components/CollapsibleDetails.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/CollapsibleDetails.js +50 -0
- package/dist/browser/react/components/Widget/components/CollapsibleDetails.js.map +1 -0
- package/dist/browser/react/components/Widget/components/CustomDialogHeader.d.ts +13 -0
- package/dist/browser/react/components/Widget/components/CustomDialogHeader.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/CustomDialogHeader.js +27 -0
- package/dist/browser/react/components/Widget/components/CustomDialogHeader.js.map +1 -0
- package/dist/browser/react/components/Widget/components/Footer.d.ts +2 -0
- package/dist/browser/react/components/Widget/components/Footer.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/Footer.js +6 -0
- package/dist/browser/react/components/Widget/components/Footer.js.map +1 -0
- package/dist/browser/react/components/Widget/components/Header.d.ts +2 -0
- package/dist/browser/react/components/Widget/components/Header.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/Header.js +33 -0
- package/dist/browser/react/components/Widget/components/Header.js.map +1 -0
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.d.ts +15 -0
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.js +79 -0
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.js.map +1 -0
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.d.ts +8 -0
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.js +79 -0
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.js.map +1 -0
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.d.ts +21 -0
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.js +90 -0
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.js.map +1 -0
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.d.ts +3 -0
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.js +2 -0
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.js.map +1 -0
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.d.ts +9 -0
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.js +15 -0
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.js.map +1 -0
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/index.d.ts +3 -0
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/index.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/index.js +3 -0
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/index.js.map +1 -0
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/index.d.ts +2 -0
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/index.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/index.js +2 -0
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/index.js.map +1 -0
- package/dist/browser/react/components/Widget/components/Recipient.d.ts +8 -0
- package/dist/browser/react/components/Widget/components/Recipient.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/Recipient.js +9 -0
- package/dist/browser/react/components/Widget/components/Recipient.js.map +1 -0
- package/dist/browser/react/components/Widget/components/RecipientDialog/RecipientDialog.d.ts +13 -0
- package/dist/browser/react/components/Widget/components/RecipientDialog/RecipientDialog.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/RecipientDialog/RecipientDialog.js +114 -0
- package/dist/browser/react/components/Widget/components/RecipientDialog/RecipientDialog.js.map +1 -0
- package/dist/browser/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.d.ts +24 -0
- package/dist/browser/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.js +49 -0
- package/dist/browser/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.js.map +1 -0
- package/dist/browser/react/components/Widget/components/RecipientDialog/components/index.d.ts +2 -0
- package/dist/browser/react/components/Widget/components/RecipientDialog/components/index.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/RecipientDialog/components/index.js +2 -0
- package/dist/browser/react/components/Widget/components/RecipientDialog/components/index.js.map +1 -0
- package/dist/browser/react/components/Widget/components/RecipientDialog/index.d.ts +2 -0
- package/dist/browser/react/components/Widget/components/RecipientDialog/index.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/RecipientDialog/index.js +2 -0
- package/dist/browser/react/components/Widget/components/RecipientDialog/index.js.map +1 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.d.ts +15 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.js +100 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.js.map +1 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.d.ts +27 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.js +10 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.js.map +1 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.d.ts +18 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.js +55 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.js.map +1 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.d.ts +14 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.js +35 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.js.map +1 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.d.ts +12 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.js +11 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.js.map +1 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.d.ts +4 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.js +4 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.js.map +1 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.d.ts +2 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.js +2 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.js.map +1 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/index.d.ts +2 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/index.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/index.js +2 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/index.js.map +1 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/index.d.ts +2 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/index.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/index.js +2 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/index.js.map +1 -0
- package/dist/browser/react/components/Widget/components/TokenInput.d.ts +16 -0
- package/dist/browser/react/components/Widget/components/TokenInput.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/TokenInput.js +21 -0
- package/dist/browser/react/components/Widget/components/TokenInput.js.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/TransactionDialog.d.ts +25 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/TransactionDialog.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/TransactionDialog.js +33 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/TransactionDialog.js.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.d.ts +17 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.js +313 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.js.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.d.ts +21 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.js +75 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.js.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.d.ts +2 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.js +2 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.js.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/index.d.ts +2 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/index.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/index.js +2 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/index.js.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.d.ts +16 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.js +93 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.js.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.d.ts +10 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.js +32 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.js.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.d.ts +9 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.js +32 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.js.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.d.ts +17 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.js +37 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.js.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.d.ts +4 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.js +4 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.js.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/index.d.ts +2 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/index.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/index.js +2 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/index.js.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/Swap/Swap.d.ts +18 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/Swap/Swap.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/Swap/Swap.js +357 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/Swap/Swap.js.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/Swap/index.d.ts +2 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/Swap/index.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/Swap/index.js +2 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/Swap/index.js.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.d.ts +17 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.js +45 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.js.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.d.ts +10 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.js +49 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.js.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.d.ts +2 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.js +2 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.js.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.d.ts +2 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.js +2 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.js.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/index.d.ts +5 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/index.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/index.js +5 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/index.js.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/index.d.ts +2 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/index.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/index.js +2 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/index.js.map +1 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.d.ts +7 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.js +25 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.js.map +1 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.d.ts +7 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.js +30 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.js.map +1 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.d.ts +12 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.js +17 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.js.map +1 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.d.ts +2 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.js +2 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.js.map +1 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.d.ts +2 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.js +2 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.js.map +1 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.d.ts +7 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.js +68 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.js.map +1 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.d.ts +16 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.js +36 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.js.map +1 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.d.ts +2 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.js +2 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.js.map +1 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.d.ts +2 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.js +2 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.js.map +1 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/index.d.ts +3 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/index.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/index.js +3 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/index.js.map +1 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/index.d.ts +2 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/index.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/index.js +2 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/index.js.map +1 -0
- package/dist/browser/react/components/Widget/components/index.d.ts +13 -0
- package/dist/browser/react/components/Widget/components/index.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/index.js +13 -0
- package/dist/browser/react/components/Widget/components/index.js.map +1 -0
- package/dist/browser/react/components/Widget/components/shared/TokenIconDisplay.d.ts +15 -0
- package/dist/browser/react/components/Widget/components/shared/TokenIconDisplay.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/shared/TokenIconDisplay.js +31 -0
- package/dist/browser/react/components/Widget/components/shared/TokenIconDisplay.js.map +1 -0
- package/dist/browser/react/components/Widget/components/shared/index.d.ts +2 -0
- package/dist/browser/react/components/Widget/components/shared/index.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/shared/index.js +2 -0
- package/dist/browser/react/components/Widget/components/shared/index.js.map +1 -0
- package/dist/browser/react/components/Widget/index.d.ts +3 -0
- package/dist/browser/react/components/Widget/index.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/index.js +2 -0
- package/dist/browser/react/components/Widget/index.js.map +1 -0
- package/dist/browser/react/components/Widget/types/quote.d.ts +205 -0
- package/dist/browser/react/components/Widget/types/quote.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/types/quote.js +53 -0
- package/dist/browser/react/components/Widget/types/quote.js.map +1 -0
- package/dist/browser/react/components/Widget/types.d.ts +24 -0
- package/dist/browser/react/components/Widget/types.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/types.js +3 -0
- package/dist/browser/react/components/Widget/types.js.map +1 -0
- package/dist/browser/react/components/ui/badge.d.ts +10 -0
- package/dist/browser/react/components/ui/badge.d.ts.map +1 -0
- package/dist/browser/react/components/ui/badge.js +21 -0
- package/dist/browser/react/components/ui/badge.js.map +1 -0
- package/dist/browser/react/components/ui/button.d.ts +12 -0
- package/dist/browser/react/components/ui/button.d.ts.map +1 -0
- package/dist/browser/react/components/ui/button.js +34 -0
- package/dist/browser/react/components/ui/button.js.map +1 -0
- package/dist/browser/react/components/ui/dialog.d.ts +18 -0
- package/dist/browser/react/components/ui/dialog.d.ts.map +1 -0
- package/dist/browser/react/components/ui/dialog.js +41 -0
- package/dist/browser/react/components/ui/dialog.js.map +1 -0
- package/dist/browser/react/components/ui/drawer.d.ts +23 -0
- package/dist/browser/react/components/ui/drawer.d.ts.map +1 -0
- package/dist/browser/react/components/ui/drawer.js +24 -0
- package/dist/browser/react/components/ui/drawer.js.map +1 -0
- package/dist/browser/react/components/ui/index.d.ts +12 -0
- package/dist/browser/react/components/ui/index.d.ts.map +1 -0
- package/dist/browser/react/components/ui/index.js +10 -0
- package/dist/browser/react/components/ui/index.js.map +1 -0
- package/dist/browser/react/components/ui/input.d.ts +4 -0
- package/dist/browser/react/components/ui/input.d.ts.map +1 -0
- package/dist/browser/react/components/ui/input.js +9 -0
- package/dist/browser/react/components/ui/input.js.map +1 -0
- package/dist/browser/react/components/ui/label.d.ts +6 -0
- package/dist/browser/react/components/ui/label.d.ts.map +1 -0
- package/dist/browser/react/components/ui/label.js +10 -0
- package/dist/browser/react/components/ui/label.js.map +1 -0
- package/dist/browser/react/components/ui/popover.d.ts +8 -0
- package/dist/browser/react/components/ui/popover.d.ts.map +1 -0
- package/dist/browser/react/components/ui/popover.js +12 -0
- package/dist/browser/react/components/ui/popover.js.map +1 -0
- package/dist/browser/react/components/ui/select.d.ts +14 -0
- package/dist/browser/react/components/ui/select.d.ts.map +1 -0
- package/dist/browser/react/components/ui/select.js +27 -0
- package/dist/browser/react/components/ui/select.js.map +1 -0
- package/dist/browser/react/components/ui/sheet.d.ts +26 -0
- package/dist/browser/react/components/ui/sheet.d.ts.map +1 -0
- package/dist/browser/react/components/ui/sheet.js +38 -0
- package/dist/browser/react/components/ui/sheet.js.map +1 -0
- package/dist/browser/react/config/appkit.d.ts +2719 -0
- package/dist/browser/react/config/appkit.d.ts.map +1 -0
- package/dist/browser/react/config/appkit.js +79 -0
- package/dist/browser/react/config/appkit.js.map +1 -0
- package/dist/browser/react/config/index.d.ts +3 -0
- package/dist/browser/react/config/index.d.ts.map +1 -0
- package/dist/browser/react/config/index.js +2 -0
- package/dist/browser/react/config/index.js.map +1 -0
- package/dist/browser/react/hooks/index.d.ts +18 -0
- package/dist/browser/react/hooks/index.d.ts.map +1 -0
- package/dist/browser/react/hooks/index.js +11 -0
- package/dist/browser/react/hooks/index.js.map +1 -0
- package/dist/browser/react/hooks/useBalances.d.ts +41 -0
- package/dist/browser/react/hooks/useBalances.d.ts.map +1 -0
- package/dist/browser/react/hooks/useBalances.js +65 -0
- package/dist/browser/react/hooks/useBalances.js.map +1 -0
- package/dist/browser/react/hooks/useLocalRecipients.d.ts +69 -0
- package/dist/browser/react/hooks/useLocalRecipients.d.ts.map +1 -0
- package/dist/browser/react/hooks/useLocalRecipients.js +166 -0
- package/dist/browser/react/hooks/useLocalRecipients.js.map +1 -0
- package/dist/browser/react/hooks/useMediaQuery.d.ts +21 -0
- package/dist/browser/react/hooks/useMediaQuery.d.ts.map +1 -0
- package/dist/browser/react/hooks/useMediaQuery.js +38 -0
- package/dist/browser/react/hooks/useMediaQuery.js.map +1 -0
- package/dist/browser/react/hooks/useMultiChainBalances.d.ts +58 -0
- package/dist/browser/react/hooks/useMultiChainBalances.d.ts.map +1 -0
- package/dist/browser/react/hooks/useMultiChainBalances.js +179 -0
- package/dist/browser/react/hooks/useMultiChainBalances.js.map +1 -0
- package/dist/browser/react/hooks/useOffRamp.d.ts +34 -0
- package/dist/browser/react/hooks/useOffRamp.d.ts.map +1 -0
- package/dist/browser/react/hooks/useOffRamp.js +109 -0
- package/dist/browser/react/hooks/useOffRamp.js.map +1 -0
- package/dist/browser/react/hooks/useOnRamp.d.ts +34 -0
- package/dist/browser/react/hooks/useOnRamp.d.ts.map +1 -0
- package/dist/browser/react/hooks/useOnRamp.js +109 -0
- package/dist/browser/react/hooks/useOnRamp.js.map +1 -0
- package/dist/browser/react/hooks/useQuote.d.ts +28 -0
- package/dist/browser/react/hooks/useQuote.d.ts.map +1 -0
- package/dist/browser/react/hooks/useQuote.js +79 -0
- package/dist/browser/react/hooks/useQuote.js.map +1 -0
- package/dist/browser/react/hooks/useRecipient.d.ts +30 -0
- package/dist/browser/react/hooks/useRecipient.d.ts.map +1 -0
- package/dist/browser/react/hooks/useRecipient.js +158 -0
- package/dist/browser/react/hooks/useRecipient.js.map +1 -0
- package/dist/browser/react/hooks/useTokenPrices.d.ts +34 -0
- package/dist/browser/react/hooks/useTokenPrices.d.ts.map +1 -0
- package/dist/browser/react/hooks/useTokenPrices.js +58 -0
- package/dist/browser/react/hooks/useTokenPrices.js.map +1 -0
- package/dist/browser/react/hooks/useTransaction.d.ts +31 -0
- package/dist/browser/react/hooks/useTransaction.d.ts.map +1 -0
- package/dist/browser/react/hooks/useTransaction.js +102 -0
- package/dist/browser/react/hooks/useTransaction.js.map +1 -0
- package/dist/browser/react/index.d.ts +16 -0
- package/dist/browser/react/index.d.ts.map +1 -0
- package/dist/browser/react/index.js +10 -0
- package/dist/browser/react/index.js.map +1 -0
- package/dist/browser/react/lib/constants/chains.d.ts +65 -0
- package/dist/browser/react/lib/constants/chains.d.ts.map +1 -0
- package/dist/browser/react/lib/constants/chains.js +259 -0
- package/dist/browser/react/lib/constants/chains.js.map +1 -0
- package/dist/browser/react/lib/constants/index.d.ts +6 -0
- package/dist/browser/react/lib/constants/index.d.ts.map +1 -0
- package/dist/browser/react/lib/constants/index.js +4 -0
- package/dist/browser/react/lib/constants/index.js.map +1 -0
- package/dist/browser/react/lib/constants/tokens.d.ts +30 -0
- package/dist/browser/react/lib/constants/tokens.d.ts.map +1 -0
- package/dist/browser/react/lib/constants/tokens.js +418 -0
- package/dist/browser/react/lib/constants/tokens.js.map +1 -0
- package/dist/browser/react/lib/constants/wrappedTokens.d.ts +21 -0
- package/dist/browser/react/lib/constants/wrappedTokens.d.ts.map +1 -0
- package/dist/browser/react/lib/constants/wrappedTokens.js +63 -0
- package/dist/browser/react/lib/constants/wrappedTokens.js.map +1 -0
- package/dist/browser/react/lib/index.d.ts +5 -0
- package/dist/browser/react/lib/index.d.ts.map +1 -0
- package/dist/browser/react/lib/index.js +4 -0
- package/dist/browser/react/lib/index.js.map +1 -0
- package/dist/browser/react/lib/sdk-client.d.ts +17 -0
- package/dist/browser/react/lib/sdk-client.d.ts.map +1 -0
- package/dist/browser/react/lib/sdk-client.js +51 -0
- package/dist/browser/react/lib/sdk-client.js.map +1 -0
- package/dist/browser/react/lib/utils/chain.d.ts +11 -0
- package/dist/browser/react/lib/utils/chain.d.ts.map +1 -0
- package/dist/browser/react/lib/utils/chain.js +31 -0
- package/dist/browser/react/lib/utils/chain.js.map +1 -0
- package/dist/browser/react/lib/utils/cn.d.ts +3 -0
- package/dist/browser/react/lib/utils/cn.d.ts.map +1 -0
- package/dist/browser/react/lib/utils/cn.js +6 -0
- package/dist/browser/react/lib/utils/cn.js.map +1 -0
- package/dist/browser/react/lib/utils/copyToClipboard.d.ts +2 -0
- package/dist/browser/react/lib/utils/copyToClipboard.d.ts.map +1 -0
- package/dist/browser/react/lib/utils/copyToClipboard.js +16 -0
- package/dist/browser/react/lib/utils/copyToClipboard.js.map +1 -0
- package/dist/browser/react/lib/utils/errors.d.ts +11 -0
- package/dist/browser/react/lib/utils/errors.d.ts.map +1 -0
- package/dist/browser/react/lib/utils/errors.js +15 -0
- package/dist/browser/react/lib/utils/errors.js.map +1 -0
- package/dist/browser/react/lib/utils/format.d.ts +38 -0
- package/dist/browser/react/lib/utils/format.d.ts.map +1 -0
- package/dist/browser/react/lib/utils/format.js +92 -0
- package/dist/browser/react/lib/utils/format.js.map +1 -0
- package/dist/browser/react/lib/utils/formatUsd.d.ts +19 -0
- package/dist/browser/react/lib/utils/formatUsd.d.ts.map +1 -0
- package/dist/browser/react/lib/utils/formatUsd.js +58 -0
- package/dist/browser/react/lib/utils/formatUsd.js.map +1 -0
- package/dist/browser/react/lib/utils/index.d.ts +12 -0
- package/dist/browser/react/lib/utils/index.d.ts.map +1 -0
- package/dist/browser/react/lib/utils/index.js +11 -0
- package/dist/browser/react/lib/utils/index.js.map +1 -0
- package/dist/browser/react/lib/utils/inputFormatters.d.ts +6 -0
- package/dist/browser/react/lib/utils/inputFormatters.d.ts.map +1 -0
- package/dist/browser/react/lib/utils/inputFormatters.js +32 -0
- package/dist/browser/react/lib/utils/inputFormatters.js.map +1 -0
- package/dist/browser/react/lib/utils/network-mapping.d.ts +45 -0
- package/dist/browser/react/lib/utils/network-mapping.d.ts.map +1 -0
- package/dist/browser/react/lib/utils/network-mapping.js +153 -0
- package/dist/browser/react/lib/utils/network-mapping.js.map +1 -0
- package/dist/browser/react/lib/utils/transaction.d.ts +57 -0
- package/dist/browser/react/lib/utils/transaction.d.ts.map +1 -0
- package/dist/browser/react/lib/utils/transaction.js +136 -0
- package/dist/browser/react/lib/utils/transaction.js.map +1 -0
- package/dist/browser/react/lib/utils/validation.d.ts +27 -0
- package/dist/browser/react/lib/utils/validation.d.ts.map +1 -0
- package/dist/browser/react/lib/utils/validation.js +36 -0
- package/dist/browser/react/lib/utils/validation.js.map +1 -0
- package/dist/browser/react/providers/OrdaProvider.d.ts +38 -0
- package/dist/browser/react/providers/OrdaProvider.d.ts.map +1 -0
- package/dist/browser/react/providers/OrdaProvider.js +55 -0
- package/dist/browser/react/providers/OrdaProvider.js.map +1 -0
- package/dist/browser/react/providers/OrdaSDKContext.d.ts +26 -0
- package/dist/browser/react/providers/OrdaSDKContext.d.ts.map +1 -0
- package/dist/browser/react/providers/OrdaSDKContext.js +154 -0
- package/dist/browser/react/providers/OrdaSDKContext.js.map +1 -0
- package/dist/browser/react/providers/index.d.ts +4 -0
- package/dist/browser/react/providers/index.d.ts.map +1 -0
- package/dist/browser/react/providers/index.js +3 -0
- package/dist/browser/react/providers/index.js.map +1 -0
- package/dist/browser/react/providers/types.d.ts +68 -0
- package/dist/browser/react/providers/types.d.ts.map +1 -0
- package/dist/browser/react/providers/types.js +2 -0
- package/dist/browser/react/providers/types.js.map +1 -0
- package/dist/browser/types/balances.d.ts +49 -0
- package/dist/browser/types/balances.d.ts.map +1 -0
- package/dist/browser/types/balances.js +2 -0
- package/dist/browser/types/balances.js.map +1 -0
- package/dist/browser/types/index.d.ts +2 -0
- package/dist/browser/types/index.d.ts.map +1 -1
- package/dist/browser/types/index.js +2 -0
- package/dist/browser/types/index.js.map +1 -1
- package/dist/browser/types/jwt.d.ts +1 -1
- package/dist/browser/types/jwt.d.ts.map +1 -1
- package/dist/browser/types/prices.d.ts +25 -0
- package/dist/browser/types/prices.d.ts.map +1 -0
- package/dist/browser/types/prices.js +2 -0
- package/dist/browser/types/prices.js.map +1 -0
- package/dist/cjs/api/Balances.d.ts +32 -0
- package/dist/cjs/api/Balances.d.ts.map +1 -0
- package/dist/cjs/api/Balances.js +43 -0
- package/dist/cjs/api/Balances.js.map +1 -0
- package/dist/cjs/api/Prices.d.ts +26 -0
- package/dist/cjs/api/Prices.d.ts.map +1 -0
- package/dist/cjs/api/Prices.js +37 -0
- package/dist/cjs/api/Prices.js.map +1 -0
- package/dist/cjs/crypto/web-crypto.js.map +1 -1
- package/dist/cjs/index.d.ts +6 -0
- package/dist/cjs/index.d.ts.map +1 -1
- package/dist/cjs/index.js +12 -6
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/react/assets/animations/completed.json +1 -0
- package/dist/cjs/react/assets/animations/converting.json +1 -0
- package/dist/cjs/react/assets/animations/error.json +1 -0
- package/dist/cjs/react/assets/animations/index.d.ts +4 -0
- package/dist/cjs/react/assets/animations/index.d.ts.map +1 -0
- package/dist/cjs/react/assets/animations/index.js +15 -0
- package/dist/cjs/react/assets/animations/index.js.map +1 -0
- package/dist/cjs/react/assets/chains/index.d.ts +3 -0
- package/dist/cjs/react/assets/chains/index.d.ts.map +1 -0
- package/dist/cjs/react/assets/chains/index.js +35 -0
- package/dist/cjs/react/assets/chains/index.js.map +1 -0
- package/dist/cjs/react/assets/icons/index.d.ts +10 -0
- package/dist/cjs/react/assets/icons/index.d.ts.map +1 -0
- package/dist/cjs/react/assets/icons/index.js +13 -0
- package/dist/cjs/react/assets/icons/index.js.map +1 -0
- package/dist/cjs/react/assets/index.d.ts +6 -0
- package/dist/cjs/react/assets/index.d.ts.map +1 -0
- package/dist/cjs/react/assets/index.js +31 -0
- package/dist/cjs/react/assets/index.js.map +1 -0
- package/dist/cjs/react/assets/tokens/index.d.ts +3 -0
- package/dist/cjs/react/assets/tokens/index.d.ts.map +1 -0
- package/dist/cjs/react/assets/tokens/index.js +49 -0
- package/dist/cjs/react/assets/tokens/index.js.map +1 -0
- package/dist/cjs/react/components/Widget/Widget.d.ts +2 -0
- package/dist/cjs/react/components/Widget/Widget.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/Widget.js +686 -0
- package/dist/cjs/react/components/Widget/Widget.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/CollapsibleDetails.d.ts +15 -0
- package/dist/cjs/react/components/Widget/components/CollapsibleDetails.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/CollapsibleDetails.js +54 -0
- package/dist/cjs/react/components/Widget/components/CollapsibleDetails.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/CustomDialogHeader.d.ts +13 -0
- package/dist/cjs/react/components/Widget/components/CustomDialogHeader.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/CustomDialogHeader.js +34 -0
- package/dist/cjs/react/components/Widget/components/CustomDialogHeader.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/Footer.d.ts +2 -0
- package/dist/cjs/react/components/Widget/components/Footer.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/Footer.js +10 -0
- package/dist/cjs/react/components/Widget/components/Footer.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/Header.d.ts +2 -0
- package/dist/cjs/react/components/Widget/components/Header.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/Header.js +37 -0
- package/dist/cjs/react/components/Widget/components/Header.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.d.ts +15 -0
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.js +83 -0
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.d.ts +8 -0
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.js +83 -0
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.d.ts +21 -0
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.js +93 -0
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.d.ts +3 -0
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.js +6 -0
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.d.ts +9 -0
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.js +19 -0
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/index.d.ts +3 -0
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/index.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/index.js +8 -0
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/index.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/index.d.ts +2 -0
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/index.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/index.js +6 -0
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/index.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/Recipient.d.ts +8 -0
- package/dist/cjs/react/components/Widget/components/Recipient.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/Recipient.js +13 -0
- package/dist/cjs/react/components/Widget/components/Recipient.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/RecipientDialog/RecipientDialog.d.ts +13 -0
- package/dist/cjs/react/components/Widget/components/RecipientDialog/RecipientDialog.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/RecipientDialog/RecipientDialog.js +118 -0
- package/dist/cjs/react/components/Widget/components/RecipientDialog/RecipientDialog.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.d.ts +24 -0
- package/dist/cjs/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.js +53 -0
- package/dist/cjs/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/RecipientDialog/components/index.d.ts +2 -0
- package/dist/cjs/react/components/Widget/components/RecipientDialog/components/index.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/RecipientDialog/components/index.js +6 -0
- package/dist/cjs/react/components/Widget/components/RecipientDialog/components/index.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/RecipientDialog/index.d.ts +2 -0
- package/dist/cjs/react/components/Widget/components/RecipientDialog/index.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/RecipientDialog/index.js +6 -0
- package/dist/cjs/react/components/Widget/components/RecipientDialog/index.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.d.ts +15 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.js +104 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.d.ts +27 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.js +14 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.d.ts +18 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.js +59 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.d.ts +14 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.js +39 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.d.ts +12 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.js +15 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.d.ts +4 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.js +10 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.d.ts +2 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.js +6 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/index.d.ts +2 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/index.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/index.js +6 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/index.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/index.d.ts +2 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/index.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/index.js +6 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/index.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/TokenInput.d.ts +16 -0
- package/dist/cjs/react/components/Widget/components/TokenInput.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/TokenInput.js +25 -0
- package/dist/cjs/react/components/Widget/components/TokenInput.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/TransactionDialog.d.ts +25 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/TransactionDialog.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/TransactionDialog.js +37 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/TransactionDialog.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.d.ts +17 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.js +317 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.d.ts +21 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.js +79 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.d.ts +2 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.js +6 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/index.d.ts +2 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/index.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/index.js +6 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/index.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.d.ts +16 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.js +97 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.d.ts +10 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.js +36 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.d.ts +9 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.js +36 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.d.ts +17 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.js +41 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.d.ts +4 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.js +10 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/index.d.ts +2 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/index.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/index.js +6 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/index.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/Swap/Swap.d.ts +18 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/Swap/Swap.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/Swap/Swap.js +361 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/Swap/Swap.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/Swap/index.d.ts +2 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/Swap/index.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/Swap/index.js +6 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/Swap/index.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.d.ts +17 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.js +49 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.d.ts +10 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.js +53 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.d.ts +2 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.js +6 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.d.ts +2 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.js +6 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/index.d.ts +5 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/index.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/index.js +12 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/index.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/index.d.ts +2 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/index.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/index.js +6 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/index.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.d.ts +7 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.js +29 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.d.ts +7 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.js +34 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.d.ts +12 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.js +21 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.d.ts +2 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.js +6 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.d.ts +2 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.js +6 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.d.ts +7 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.js +72 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.d.ts +16 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.js +40 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.d.ts +2 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.js +6 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.d.ts +2 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.js +6 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/index.d.ts +3 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/index.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/index.js +8 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/index.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/index.d.ts +2 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/index.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/index.js +6 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/index.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/index.d.ts +13 -0
- package/dist/cjs/react/components/Widget/components/index.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/index.js +28 -0
- package/dist/cjs/react/components/Widget/components/index.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/shared/TokenIconDisplay.d.ts +15 -0
- package/dist/cjs/react/components/Widget/components/shared/TokenIconDisplay.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/shared/TokenIconDisplay.js +34 -0
- package/dist/cjs/react/components/Widget/components/shared/TokenIconDisplay.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/shared/index.d.ts +2 -0
- package/dist/cjs/react/components/Widget/components/shared/index.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/shared/index.js +6 -0
- package/dist/cjs/react/components/Widget/components/shared/index.js.map +1 -0
- package/dist/cjs/react/components/Widget/index.d.ts +3 -0
- package/dist/cjs/react/components/Widget/index.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/index.js +6 -0
- package/dist/cjs/react/components/Widget/index.js.map +1 -0
- package/dist/cjs/react/components/Widget/types/quote.d.ts +205 -0
- package/dist/cjs/react/components/Widget/types/quote.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/types/quote.js +59 -0
- package/dist/cjs/react/components/Widget/types/quote.js.map +1 -0
- package/dist/cjs/react/components/Widget/types.d.ts +24 -0
- package/dist/cjs/react/components/Widget/types.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/types.js +19 -0
- package/dist/cjs/react/components/Widget/types.js.map +1 -0
- package/dist/cjs/react/components/ui/badge.d.ts +10 -0
- package/dist/cjs/react/components/ui/badge.d.ts.map +1 -0
- package/dist/cjs/react/components/ui/badge.js +25 -0
- package/dist/cjs/react/components/ui/badge.js.map +1 -0
- package/dist/cjs/react/components/ui/button.d.ts +12 -0
- package/dist/cjs/react/components/ui/button.d.ts.map +1 -0
- package/dist/cjs/react/components/ui/button.js +71 -0
- package/dist/cjs/react/components/ui/button.js.map +1 -0
- package/dist/cjs/react/components/ui/dialog.d.ts +18 -0
- package/dist/cjs/react/components/ui/dialog.d.ts.map +1 -0
- package/dist/cjs/react/components/ui/dialog.js +86 -0
- package/dist/cjs/react/components/ui/dialog.js.map +1 -0
- package/dist/cjs/react/components/ui/drawer.d.ts +23 -0
- package/dist/cjs/react/components/ui/drawer.d.ts.map +1 -0
- package/dist/cjs/react/components/ui/drawer.js +69 -0
- package/dist/cjs/react/components/ui/drawer.js.map +1 -0
- package/dist/cjs/react/components/ui/index.d.ts +12 -0
- package/dist/cjs/react/components/ui/index.d.ts.map +1 -0
- package/dist/cjs/react/components/ui/index.js +63 -0
- package/dist/cjs/react/components/ui/index.js.map +1 -0
- package/dist/cjs/react/components/ui/input.d.ts +4 -0
- package/dist/cjs/react/components/ui/input.d.ts.map +1 -0
- package/dist/cjs/react/components/ui/input.js +45 -0
- package/dist/cjs/react/components/ui/input.js.map +1 -0
- package/dist/cjs/react/components/ui/label.d.ts +6 -0
- package/dist/cjs/react/components/ui/label.d.ts.map +1 -0
- package/dist/cjs/react/components/ui/label.js +46 -0
- package/dist/cjs/react/components/ui/label.js.map +1 -0
- package/dist/cjs/react/components/ui/popover.d.ts +8 -0
- package/dist/cjs/react/components/ui/popover.d.ts.map +1 -0
- package/dist/cjs/react/components/ui/popover.js +51 -0
- package/dist/cjs/react/components/ui/popover.js.map +1 -0
- package/dist/cjs/react/components/ui/select.d.ts +14 -0
- package/dist/cjs/react/components/ui/select.d.ts.map +1 -0
- package/dist/cjs/react/components/ui/select.js +72 -0
- package/dist/cjs/react/components/ui/select.js.map +1 -0
- package/dist/cjs/react/components/ui/sheet.d.ts +26 -0
- package/dist/cjs/react/components/ui/sheet.d.ts.map +1 -0
- package/dist/cjs/react/components/ui/sheet.js +83 -0
- package/dist/cjs/react/components/ui/sheet.js.map +1 -0
- package/dist/cjs/react/config/appkit.d.ts +2719 -0
- package/dist/cjs/react/config/appkit.d.ts.map +1 -0
- package/dist/cjs/react/config/appkit.js +83 -0
- package/dist/cjs/react/config/appkit.js.map +1 -0
- package/dist/cjs/react/config/index.d.ts +3 -0
- package/dist/cjs/react/config/index.d.ts.map +1 -0
- package/dist/cjs/react/config/index.js +8 -0
- package/dist/cjs/react/config/index.js.map +1 -0
- package/dist/cjs/react/hooks/index.d.ts +18 -0
- package/dist/cjs/react/hooks/index.d.ts.map +1 -0
- package/dist/cjs/react/hooks/index.js +23 -0
- package/dist/cjs/react/hooks/index.js.map +1 -0
- package/dist/cjs/react/hooks/useBalances.d.ts +41 -0
- package/dist/cjs/react/hooks/useBalances.d.ts.map +1 -0
- package/dist/cjs/react/hooks/useBalances.js +68 -0
- package/dist/cjs/react/hooks/useBalances.js.map +1 -0
- package/dist/cjs/react/hooks/useLocalRecipients.d.ts +69 -0
- package/dist/cjs/react/hooks/useLocalRecipients.d.ts.map +1 -0
- package/dist/cjs/react/hooks/useLocalRecipients.js +169 -0
- package/dist/cjs/react/hooks/useLocalRecipients.js.map +1 -0
- package/dist/cjs/react/hooks/useMediaQuery.d.ts +21 -0
- package/dist/cjs/react/hooks/useMediaQuery.d.ts.map +1 -0
- package/dist/cjs/react/hooks/useMediaQuery.js +41 -0
- package/dist/cjs/react/hooks/useMediaQuery.js.map +1 -0
- package/dist/cjs/react/hooks/useMultiChainBalances.d.ts +58 -0
- package/dist/cjs/react/hooks/useMultiChainBalances.d.ts.map +1 -0
- package/dist/cjs/react/hooks/useMultiChainBalances.js +215 -0
- package/dist/cjs/react/hooks/useMultiChainBalances.js.map +1 -0
- package/dist/cjs/react/hooks/useOffRamp.d.ts +34 -0
- package/dist/cjs/react/hooks/useOffRamp.d.ts.map +1 -0
- package/dist/cjs/react/hooks/useOffRamp.js +112 -0
- package/dist/cjs/react/hooks/useOffRamp.js.map +1 -0
- package/dist/cjs/react/hooks/useOnRamp.d.ts +34 -0
- package/dist/cjs/react/hooks/useOnRamp.d.ts.map +1 -0
- package/dist/cjs/react/hooks/useOnRamp.js +112 -0
- package/dist/cjs/react/hooks/useOnRamp.js.map +1 -0
- package/dist/cjs/react/hooks/useQuote.d.ts +28 -0
- package/dist/cjs/react/hooks/useQuote.d.ts.map +1 -0
- package/dist/cjs/react/hooks/useQuote.js +82 -0
- package/dist/cjs/react/hooks/useQuote.js.map +1 -0
- package/dist/cjs/react/hooks/useRecipient.d.ts +30 -0
- package/dist/cjs/react/hooks/useRecipient.d.ts.map +1 -0
- package/dist/cjs/react/hooks/useRecipient.js +161 -0
- package/dist/cjs/react/hooks/useRecipient.js.map +1 -0
- package/dist/cjs/react/hooks/useTokenPrices.d.ts +34 -0
- package/dist/cjs/react/hooks/useTokenPrices.d.ts.map +1 -0
- package/dist/cjs/react/hooks/useTokenPrices.js +61 -0
- package/dist/cjs/react/hooks/useTokenPrices.js.map +1 -0
- package/dist/cjs/react/hooks/useTransaction.d.ts +31 -0
- package/dist/cjs/react/hooks/useTransaction.d.ts.map +1 -0
- package/dist/cjs/react/hooks/useTransaction.js +105 -0
- package/dist/cjs/react/hooks/useTransaction.js.map +1 -0
- package/dist/cjs/react/index.d.ts +16 -0
- package/dist/cjs/react/index.d.ts.map +1 -0
- package/dist/cjs/react/index.js +89 -0
- package/dist/cjs/react/index.js.map +1 -0
- package/dist/cjs/react/lib/constants/chains.d.ts +65 -0
- package/dist/cjs/react/lib/constants/chains.d.ts.map +1 -0
- package/dist/cjs/react/lib/constants/chains.js +269 -0
- package/dist/cjs/react/lib/constants/chains.js.map +1 -0
- package/dist/cjs/react/lib/constants/index.d.ts +6 -0
- package/dist/cjs/react/lib/constants/index.d.ts.map +1 -0
- package/dist/cjs/react/lib/constants/index.js +27 -0
- package/dist/cjs/react/lib/constants/index.js.map +1 -0
- package/dist/cjs/react/lib/constants/tokens.d.ts +30 -0
- package/dist/cjs/react/lib/constants/tokens.d.ts.map +1 -0
- package/dist/cjs/react/lib/constants/tokens.js +421 -0
- package/dist/cjs/react/lib/constants/tokens.js.map +1 -0
- package/dist/cjs/react/lib/constants/wrappedTokens.d.ts +21 -0
- package/dist/cjs/react/lib/constants/wrappedTokens.d.ts.map +1 -0
- package/dist/cjs/react/lib/constants/wrappedTokens.js +68 -0
- package/dist/cjs/react/lib/constants/wrappedTokens.js.map +1 -0
- package/dist/cjs/react/lib/index.d.ts +5 -0
- package/dist/cjs/react/lib/index.d.ts.map +1 -0
- package/dist/cjs/react/lib/index.js +49 -0
- package/dist/cjs/react/lib/index.js.map +1 -0
- package/dist/cjs/react/lib/sdk-client.d.ts +17 -0
- package/dist/cjs/react/lib/sdk-client.d.ts.map +1 -0
- package/dist/cjs/react/lib/sdk-client.js +56 -0
- package/dist/cjs/react/lib/sdk-client.js.map +1 -0
- package/dist/cjs/react/lib/utils/chain.d.ts +11 -0
- package/dist/cjs/react/lib/utils/chain.d.ts.map +1 -0
- package/dist/cjs/react/lib/utils/chain.js +35 -0
- package/dist/cjs/react/lib/utils/chain.js.map +1 -0
- package/dist/cjs/react/lib/utils/cn.d.ts +3 -0
- package/dist/cjs/react/lib/utils/cn.d.ts.map +1 -0
- package/dist/cjs/react/lib/utils/cn.js +9 -0
- package/dist/cjs/react/lib/utils/cn.js.map +1 -0
- package/dist/cjs/react/lib/utils/copyToClipboard.d.ts +2 -0
- package/dist/cjs/react/lib/utils/copyToClipboard.d.ts.map +1 -0
- package/dist/cjs/react/lib/utils/copyToClipboard.js +20 -0
- package/dist/cjs/react/lib/utils/copyToClipboard.js.map +1 -0
- package/dist/cjs/react/lib/utils/errors.d.ts +11 -0
- package/dist/cjs/react/lib/utils/errors.d.ts.map +1 -0
- package/dist/cjs/react/lib/utils/errors.js +19 -0
- package/dist/cjs/react/lib/utils/errors.js.map +1 -0
- package/dist/cjs/react/lib/utils/format.d.ts +38 -0
- package/dist/cjs/react/lib/utils/format.d.ts.map +1 -0
- package/dist/cjs/react/lib/utils/format.js +98 -0
- package/dist/cjs/react/lib/utils/format.js.map +1 -0
- package/dist/cjs/react/lib/utils/formatUsd.d.ts +19 -0
- package/dist/cjs/react/lib/utils/formatUsd.d.ts.map +1 -0
- package/dist/cjs/react/lib/utils/formatUsd.js +62 -0
- package/dist/cjs/react/lib/utils/formatUsd.js.map +1 -0
- package/dist/cjs/react/lib/utils/index.d.ts +12 -0
- package/dist/cjs/react/lib/utils/index.d.ts.map +1 -0
- package/dist/cjs/react/lib/utils/index.js +47 -0
- package/dist/cjs/react/lib/utils/index.js.map +1 -0
- package/dist/cjs/react/lib/utils/inputFormatters.d.ts +6 -0
- package/dist/cjs/react/lib/utils/inputFormatters.d.ts.map +1 -0
- package/dist/cjs/react/lib/utils/inputFormatters.js +40 -0
- package/dist/cjs/react/lib/utils/inputFormatters.js.map +1 -0
- package/dist/cjs/react/lib/utils/network-mapping.d.ts +45 -0
- package/dist/cjs/react/lib/utils/network-mapping.d.ts.map +1 -0
- package/dist/cjs/react/lib/utils/network-mapping.js +162 -0
- package/dist/cjs/react/lib/utils/network-mapping.js.map +1 -0
- package/dist/cjs/react/lib/utils/transaction.d.ts +57 -0
- package/dist/cjs/react/lib/utils/transaction.d.ts.map +1 -0
- package/dist/cjs/react/lib/utils/transaction.js +144 -0
- package/dist/cjs/react/lib/utils/transaction.js.map +1 -0
- package/dist/cjs/react/lib/utils/validation.d.ts +27 -0
- package/dist/cjs/react/lib/utils/validation.d.ts.map +1 -0
- package/dist/cjs/react/lib/utils/validation.js +41 -0
- package/dist/cjs/react/lib/utils/validation.js.map +1 -0
- package/dist/cjs/react/providers/OrdaProvider.d.ts +38 -0
- package/dist/cjs/react/providers/OrdaProvider.d.ts.map +1 -0
- package/dist/cjs/react/providers/OrdaProvider.js +58 -0
- package/dist/cjs/react/providers/OrdaProvider.js.map +1 -0
- package/dist/cjs/react/providers/OrdaSDKContext.d.ts +26 -0
- package/dist/cjs/react/providers/OrdaSDKContext.d.ts.map +1 -0
- package/dist/cjs/react/providers/OrdaSDKContext.js +158 -0
- package/dist/cjs/react/providers/OrdaSDKContext.js.map +1 -0
- package/dist/cjs/react/providers/index.d.ts +4 -0
- package/dist/cjs/react/providers/index.d.ts.map +1 -0
- package/dist/cjs/react/providers/index.js +8 -0
- package/dist/cjs/react/providers/index.js.map +1 -0
- package/dist/cjs/react/providers/types.d.ts +68 -0
- package/dist/cjs/react/providers/types.d.ts.map +1 -0
- package/dist/cjs/react/providers/types.js +3 -0
- package/dist/cjs/react/providers/types.js.map +1 -0
- package/dist/cjs/types/balances.d.ts +49 -0
- package/dist/cjs/types/balances.d.ts.map +1 -0
- package/dist/cjs/types/balances.js +3 -0
- package/dist/cjs/types/balances.js.map +1 -0
- package/dist/cjs/types/index.d.ts +2 -0
- package/dist/cjs/types/index.d.ts.map +1 -1
- package/dist/cjs/types/index.js +2 -0
- package/dist/cjs/types/index.js.map +1 -1
- package/dist/cjs/types/jwt.d.ts +1 -1
- package/dist/cjs/types/jwt.d.ts.map +1 -1
- package/dist/cjs/types/prices.d.ts +25 -0
- package/dist/cjs/types/prices.d.ts.map +1 -0
- package/dist/cjs/types/prices.js +3 -0
- package/dist/cjs/types/prices.js.map +1 -0
- package/dist/esm/api/Balances.d.ts +32 -0
- package/dist/esm/api/Balances.d.ts.map +1 -0
- package/dist/esm/api/Balances.js +39 -0
- package/dist/esm/api/Balances.js.map +1 -0
- package/dist/esm/api/Prices.d.ts +26 -0
- package/dist/esm/api/Prices.d.ts.map +1 -0
- package/dist/esm/api/Prices.js +33 -0
- package/dist/esm/api/Prices.js.map +1 -0
- package/dist/esm/crypto/web-crypto.js.map +1 -1
- package/dist/esm/index.d.ts +6 -0
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +9 -5
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/react/assets/animations/completed.json +1 -0
- package/dist/esm/react/assets/animations/converting.json +1 -0
- package/dist/esm/react/assets/animations/error.json +1 -0
- package/dist/esm/react/assets/animations/index.d.ts +4 -0
- package/dist/esm/react/assets/animations/index.d.ts.map +1 -0
- package/dist/esm/react/assets/animations/index.js +6 -0
- package/dist/esm/react/assets/animations/index.js.map +1 -0
- package/dist/esm/react/assets/chains/index.d.ts +3 -0
- package/dist/esm/react/assets/chains/index.d.ts.map +1 -0
- package/dist/esm/react/assets/chains/index.js +31 -0
- package/dist/esm/react/assets/chains/index.js.map +1 -0
- package/dist/esm/react/assets/icons/index.d.ts +10 -0
- package/dist/esm/react/assets/icons/index.d.ts.map +1 -0
- package/dist/esm/react/assets/icons/index.js +10 -0
- package/dist/esm/react/assets/icons/index.js.map +1 -0
- package/dist/esm/react/assets/index.d.ts +6 -0
- package/dist/esm/react/assets/index.d.ts.map +1 -0
- package/dist/esm/react/assets/index.js +9 -0
- package/dist/esm/react/assets/index.js.map +1 -0
- package/dist/esm/react/assets/tokens/index.d.ts +3 -0
- package/dist/esm/react/assets/tokens/index.d.ts.map +1 -0
- package/dist/esm/react/assets/tokens/index.js +45 -0
- package/dist/esm/react/assets/tokens/index.js.map +1 -0
- package/dist/esm/react/components/Widget/Widget.d.ts +2 -0
- package/dist/esm/react/components/Widget/Widget.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/Widget.js +682 -0
- package/dist/esm/react/components/Widget/Widget.js.map +1 -0
- package/dist/esm/react/components/Widget/components/CollapsibleDetails.d.ts +15 -0
- package/dist/esm/react/components/Widget/components/CollapsibleDetails.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/CollapsibleDetails.js +50 -0
- package/dist/esm/react/components/Widget/components/CollapsibleDetails.js.map +1 -0
- package/dist/esm/react/components/Widget/components/CustomDialogHeader.d.ts +13 -0
- package/dist/esm/react/components/Widget/components/CustomDialogHeader.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/CustomDialogHeader.js +27 -0
- package/dist/esm/react/components/Widget/components/CustomDialogHeader.js.map +1 -0
- package/dist/esm/react/components/Widget/components/Footer.d.ts +2 -0
- package/dist/esm/react/components/Widget/components/Footer.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/Footer.js +6 -0
- package/dist/esm/react/components/Widget/components/Footer.js.map +1 -0
- package/dist/esm/react/components/Widget/components/Header.d.ts +2 -0
- package/dist/esm/react/components/Widget/components/Header.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/Header.js +33 -0
- package/dist/esm/react/components/Widget/components/Header.js.map +1 -0
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.d.ts +15 -0
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.js +79 -0
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.js.map +1 -0
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.d.ts +8 -0
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.js +79 -0
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.js.map +1 -0
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.d.ts +21 -0
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.js +90 -0
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.js.map +1 -0
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.d.ts +3 -0
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.js +2 -0
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.js.map +1 -0
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.d.ts +9 -0
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.js +15 -0
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.js.map +1 -0
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/index.d.ts +3 -0
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/index.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/index.js +3 -0
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/index.js.map +1 -0
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/index.d.ts +2 -0
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/index.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/index.js +2 -0
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/index.js.map +1 -0
- package/dist/esm/react/components/Widget/components/Recipient.d.ts +8 -0
- package/dist/esm/react/components/Widget/components/Recipient.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/Recipient.js +9 -0
- package/dist/esm/react/components/Widget/components/Recipient.js.map +1 -0
- package/dist/esm/react/components/Widget/components/RecipientDialog/RecipientDialog.d.ts +13 -0
- package/dist/esm/react/components/Widget/components/RecipientDialog/RecipientDialog.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/RecipientDialog/RecipientDialog.js +114 -0
- package/dist/esm/react/components/Widget/components/RecipientDialog/RecipientDialog.js.map +1 -0
- package/dist/esm/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.d.ts +24 -0
- package/dist/esm/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.js +49 -0
- package/dist/esm/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.js.map +1 -0
- package/dist/esm/react/components/Widget/components/RecipientDialog/components/index.d.ts +2 -0
- package/dist/esm/react/components/Widget/components/RecipientDialog/components/index.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/RecipientDialog/components/index.js +2 -0
- package/dist/esm/react/components/Widget/components/RecipientDialog/components/index.js.map +1 -0
- package/dist/esm/react/components/Widget/components/RecipientDialog/index.d.ts +2 -0
- package/dist/esm/react/components/Widget/components/RecipientDialog/index.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/RecipientDialog/index.js +2 -0
- package/dist/esm/react/components/Widget/components/RecipientDialog/index.js.map +1 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.d.ts +15 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.js +100 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.js.map +1 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.d.ts +27 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.js +10 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.js.map +1 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.d.ts +18 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.js +55 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.js.map +1 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.d.ts +14 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.js +35 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.js.map +1 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.d.ts +12 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.js +11 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.js.map +1 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.d.ts +4 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.js +4 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.js.map +1 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.d.ts +2 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.js +2 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.js.map +1 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/index.d.ts +2 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/index.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/index.js +2 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/index.js.map +1 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/index.d.ts +2 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/index.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/index.js +2 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/index.js.map +1 -0
- package/dist/esm/react/components/Widget/components/TokenInput.d.ts +16 -0
- package/dist/esm/react/components/Widget/components/TokenInput.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/TokenInput.js +21 -0
- package/dist/esm/react/components/Widget/components/TokenInput.js.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/TransactionDialog.d.ts +25 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/TransactionDialog.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/TransactionDialog.js +33 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/TransactionDialog.js.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.d.ts +17 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.js +313 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.js.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.d.ts +21 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.js +75 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.js.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.d.ts +2 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.js +2 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.js.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/index.d.ts +2 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/index.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/index.js +2 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/index.js.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.d.ts +16 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.js +93 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.js.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.d.ts +10 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.js +32 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.js.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.d.ts +9 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.js +32 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.js.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.d.ts +17 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.js +37 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.js.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.d.ts +4 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.js +4 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.js.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/index.d.ts +2 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/index.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/index.js +2 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/index.js.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/Swap/Swap.d.ts +18 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/Swap/Swap.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/Swap/Swap.js +357 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/Swap/Swap.js.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/Swap/index.d.ts +2 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/Swap/index.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/Swap/index.js +2 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/Swap/index.js.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.d.ts +17 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.js +45 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.js.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.d.ts +10 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.js +49 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.js.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.d.ts +2 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.js +2 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.js.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.d.ts +2 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.js +2 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.js.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/index.d.ts +5 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/index.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/index.js +5 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/index.js.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/index.d.ts +2 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/index.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/index.js +2 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/index.js.map +1 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.d.ts +7 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.js +25 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.js.map +1 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.d.ts +7 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.js +30 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.js.map +1 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.d.ts +12 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.js +17 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.js.map +1 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.d.ts +2 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.js +2 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.js.map +1 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.d.ts +2 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.js +2 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.js.map +1 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.d.ts +7 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.js +68 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.js.map +1 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.d.ts +16 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.js +36 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.js.map +1 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.d.ts +2 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.js +2 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.js.map +1 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.d.ts +2 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.js +2 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.js.map +1 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/index.d.ts +3 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/index.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/index.js +3 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/index.js.map +1 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/index.d.ts +2 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/index.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/index.js +2 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/index.js.map +1 -0
- package/dist/esm/react/components/Widget/components/index.d.ts +13 -0
- package/dist/esm/react/components/Widget/components/index.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/index.js +13 -0
- package/dist/esm/react/components/Widget/components/index.js.map +1 -0
- package/dist/esm/react/components/Widget/components/shared/TokenIconDisplay.d.ts +15 -0
- package/dist/esm/react/components/Widget/components/shared/TokenIconDisplay.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/shared/TokenIconDisplay.js +31 -0
- package/dist/esm/react/components/Widget/components/shared/TokenIconDisplay.js.map +1 -0
- package/dist/esm/react/components/Widget/components/shared/index.d.ts +2 -0
- package/dist/esm/react/components/Widget/components/shared/index.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/shared/index.js +2 -0
- package/dist/esm/react/components/Widget/components/shared/index.js.map +1 -0
- package/dist/esm/react/components/Widget/index.d.ts +3 -0
- package/dist/esm/react/components/Widget/index.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/index.js +2 -0
- package/dist/esm/react/components/Widget/index.js.map +1 -0
- package/dist/esm/react/components/Widget/types/quote.d.ts +205 -0
- package/dist/esm/react/components/Widget/types/quote.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/types/quote.js +53 -0
- package/dist/esm/react/components/Widget/types/quote.js.map +1 -0
- package/dist/esm/react/components/Widget/types.d.ts +24 -0
- package/dist/esm/react/components/Widget/types.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/types.js +3 -0
- package/dist/esm/react/components/Widget/types.js.map +1 -0
- package/dist/esm/react/components/ui/badge.d.ts +10 -0
- package/dist/esm/react/components/ui/badge.d.ts.map +1 -0
- package/dist/esm/react/components/ui/badge.js +21 -0
- package/dist/esm/react/components/ui/badge.js.map +1 -0
- package/dist/esm/react/components/ui/button.d.ts +12 -0
- package/dist/esm/react/components/ui/button.d.ts.map +1 -0
- package/dist/esm/react/components/ui/button.js +34 -0
- package/dist/esm/react/components/ui/button.js.map +1 -0
- package/dist/esm/react/components/ui/dialog.d.ts +18 -0
- package/dist/esm/react/components/ui/dialog.d.ts.map +1 -0
- package/dist/esm/react/components/ui/dialog.js +41 -0
- package/dist/esm/react/components/ui/dialog.js.map +1 -0
- package/dist/esm/react/components/ui/drawer.d.ts +23 -0
- package/dist/esm/react/components/ui/drawer.d.ts.map +1 -0
- package/dist/esm/react/components/ui/drawer.js +24 -0
- package/dist/esm/react/components/ui/drawer.js.map +1 -0
- package/dist/esm/react/components/ui/index.d.ts +12 -0
- package/dist/esm/react/components/ui/index.d.ts.map +1 -0
- package/dist/esm/react/components/ui/index.js +10 -0
- package/dist/esm/react/components/ui/index.js.map +1 -0
- package/dist/esm/react/components/ui/input.d.ts +4 -0
- package/dist/esm/react/components/ui/input.d.ts.map +1 -0
- package/dist/esm/react/components/ui/input.js +9 -0
- package/dist/esm/react/components/ui/input.js.map +1 -0
- package/dist/esm/react/components/ui/label.d.ts +6 -0
- package/dist/esm/react/components/ui/label.d.ts.map +1 -0
- package/dist/esm/react/components/ui/label.js +10 -0
- package/dist/esm/react/components/ui/label.js.map +1 -0
- package/dist/esm/react/components/ui/popover.d.ts +8 -0
- package/dist/esm/react/components/ui/popover.d.ts.map +1 -0
- package/dist/esm/react/components/ui/popover.js +12 -0
- package/dist/esm/react/components/ui/popover.js.map +1 -0
- package/dist/esm/react/components/ui/select.d.ts +14 -0
- package/dist/esm/react/components/ui/select.d.ts.map +1 -0
- package/dist/esm/react/components/ui/select.js +27 -0
- package/dist/esm/react/components/ui/select.js.map +1 -0
- package/dist/esm/react/components/ui/sheet.d.ts +26 -0
- package/dist/esm/react/components/ui/sheet.d.ts.map +1 -0
- package/dist/esm/react/components/ui/sheet.js +38 -0
- package/dist/esm/react/components/ui/sheet.js.map +1 -0
- package/dist/esm/react/config/appkit.d.ts +2719 -0
- package/dist/esm/react/config/appkit.d.ts.map +1 -0
- package/dist/esm/react/config/appkit.js +79 -0
- package/dist/esm/react/config/appkit.js.map +1 -0
- package/dist/esm/react/config/index.d.ts +3 -0
- package/dist/esm/react/config/index.d.ts.map +1 -0
- package/dist/esm/react/config/index.js +2 -0
- package/dist/esm/react/config/index.js.map +1 -0
- package/dist/esm/react/hooks/index.d.ts +18 -0
- package/dist/esm/react/hooks/index.d.ts.map +1 -0
- package/dist/esm/react/hooks/index.js +11 -0
- package/dist/esm/react/hooks/index.js.map +1 -0
- package/dist/esm/react/hooks/useBalances.d.ts +41 -0
- package/dist/esm/react/hooks/useBalances.d.ts.map +1 -0
- package/dist/esm/react/hooks/useBalances.js +65 -0
- package/dist/esm/react/hooks/useBalances.js.map +1 -0
- package/dist/esm/react/hooks/useLocalRecipients.d.ts +69 -0
- package/dist/esm/react/hooks/useLocalRecipients.d.ts.map +1 -0
- package/dist/esm/react/hooks/useLocalRecipients.js +166 -0
- package/dist/esm/react/hooks/useLocalRecipients.js.map +1 -0
- package/dist/esm/react/hooks/useMediaQuery.d.ts +21 -0
- package/dist/esm/react/hooks/useMediaQuery.d.ts.map +1 -0
- package/dist/esm/react/hooks/useMediaQuery.js +38 -0
- package/dist/esm/react/hooks/useMediaQuery.js.map +1 -0
- package/dist/esm/react/hooks/useMultiChainBalances.d.ts +58 -0
- package/dist/esm/react/hooks/useMultiChainBalances.d.ts.map +1 -0
- package/dist/esm/react/hooks/useMultiChainBalances.js +179 -0
- package/dist/esm/react/hooks/useMultiChainBalances.js.map +1 -0
- package/dist/esm/react/hooks/useOffRamp.d.ts +34 -0
- package/dist/esm/react/hooks/useOffRamp.d.ts.map +1 -0
- package/dist/esm/react/hooks/useOffRamp.js +109 -0
- package/dist/esm/react/hooks/useOffRamp.js.map +1 -0
- package/dist/esm/react/hooks/useOnRamp.d.ts +34 -0
- package/dist/esm/react/hooks/useOnRamp.d.ts.map +1 -0
- package/dist/esm/react/hooks/useOnRamp.js +109 -0
- package/dist/esm/react/hooks/useOnRamp.js.map +1 -0
- package/dist/esm/react/hooks/useQuote.d.ts +28 -0
- package/dist/esm/react/hooks/useQuote.d.ts.map +1 -0
- package/dist/esm/react/hooks/useQuote.js +79 -0
- package/dist/esm/react/hooks/useQuote.js.map +1 -0
- package/dist/esm/react/hooks/useRecipient.d.ts +30 -0
- package/dist/esm/react/hooks/useRecipient.d.ts.map +1 -0
- package/dist/esm/react/hooks/useRecipient.js +158 -0
- package/dist/esm/react/hooks/useRecipient.js.map +1 -0
- package/dist/esm/react/hooks/useTokenPrices.d.ts +34 -0
- package/dist/esm/react/hooks/useTokenPrices.d.ts.map +1 -0
- package/dist/esm/react/hooks/useTokenPrices.js +58 -0
- package/dist/esm/react/hooks/useTokenPrices.js.map +1 -0
- package/dist/esm/react/hooks/useTransaction.d.ts +31 -0
- package/dist/esm/react/hooks/useTransaction.d.ts.map +1 -0
- package/dist/esm/react/hooks/useTransaction.js +102 -0
- package/dist/esm/react/hooks/useTransaction.js.map +1 -0
- package/dist/esm/react/index.d.ts +16 -0
- package/dist/esm/react/index.d.ts.map +1 -0
- package/dist/esm/react/index.js +10 -0
- package/dist/esm/react/index.js.map +1 -0
- package/dist/esm/react/lib/constants/chains.d.ts +65 -0
- package/dist/esm/react/lib/constants/chains.d.ts.map +1 -0
- package/dist/esm/react/lib/constants/chains.js +259 -0
- package/dist/esm/react/lib/constants/chains.js.map +1 -0
- package/dist/esm/react/lib/constants/index.d.ts +6 -0
- package/dist/esm/react/lib/constants/index.d.ts.map +1 -0
- package/dist/esm/react/lib/constants/index.js +4 -0
- package/dist/esm/react/lib/constants/index.js.map +1 -0
- package/dist/esm/react/lib/constants/tokens.d.ts +30 -0
- package/dist/esm/react/lib/constants/tokens.d.ts.map +1 -0
- package/dist/esm/react/lib/constants/tokens.js +418 -0
- package/dist/esm/react/lib/constants/tokens.js.map +1 -0
- package/dist/esm/react/lib/constants/wrappedTokens.d.ts +21 -0
- package/dist/esm/react/lib/constants/wrappedTokens.d.ts.map +1 -0
- package/dist/esm/react/lib/constants/wrappedTokens.js +63 -0
- package/dist/esm/react/lib/constants/wrappedTokens.js.map +1 -0
- package/dist/esm/react/lib/index.d.ts +5 -0
- package/dist/esm/react/lib/index.d.ts.map +1 -0
- package/dist/esm/react/lib/index.js +4 -0
- package/dist/esm/react/lib/index.js.map +1 -0
- package/dist/esm/react/lib/sdk-client.d.ts +17 -0
- package/dist/esm/react/lib/sdk-client.d.ts.map +1 -0
- package/dist/esm/react/lib/sdk-client.js +51 -0
- package/dist/esm/react/lib/sdk-client.js.map +1 -0
- package/dist/esm/react/lib/utils/chain.d.ts +11 -0
- package/dist/esm/react/lib/utils/chain.d.ts.map +1 -0
- package/dist/esm/react/lib/utils/chain.js +31 -0
- package/dist/esm/react/lib/utils/chain.js.map +1 -0
- package/dist/esm/react/lib/utils/cn.d.ts +3 -0
- package/dist/esm/react/lib/utils/cn.d.ts.map +1 -0
- package/dist/esm/react/lib/utils/cn.js +6 -0
- package/dist/esm/react/lib/utils/cn.js.map +1 -0
- package/dist/esm/react/lib/utils/copyToClipboard.d.ts +2 -0
- package/dist/esm/react/lib/utils/copyToClipboard.d.ts.map +1 -0
- package/dist/esm/react/lib/utils/copyToClipboard.js +16 -0
- package/dist/esm/react/lib/utils/copyToClipboard.js.map +1 -0
- package/dist/esm/react/lib/utils/errors.d.ts +11 -0
- package/dist/esm/react/lib/utils/errors.d.ts.map +1 -0
- package/dist/esm/react/lib/utils/errors.js +15 -0
- package/dist/esm/react/lib/utils/errors.js.map +1 -0
- package/dist/esm/react/lib/utils/format.d.ts +38 -0
- package/dist/esm/react/lib/utils/format.d.ts.map +1 -0
- package/dist/esm/react/lib/utils/format.js +92 -0
- package/dist/esm/react/lib/utils/format.js.map +1 -0
- package/dist/esm/react/lib/utils/formatUsd.d.ts +19 -0
- package/dist/esm/react/lib/utils/formatUsd.d.ts.map +1 -0
- package/dist/esm/react/lib/utils/formatUsd.js +58 -0
- package/dist/esm/react/lib/utils/formatUsd.js.map +1 -0
- package/dist/esm/react/lib/utils/index.d.ts +12 -0
- package/dist/esm/react/lib/utils/index.d.ts.map +1 -0
- package/dist/esm/react/lib/utils/index.js +11 -0
- package/dist/esm/react/lib/utils/index.js.map +1 -0
- package/dist/esm/react/lib/utils/inputFormatters.d.ts +6 -0
- package/dist/esm/react/lib/utils/inputFormatters.d.ts.map +1 -0
- package/dist/esm/react/lib/utils/inputFormatters.js +32 -0
- package/dist/esm/react/lib/utils/inputFormatters.js.map +1 -0
- package/dist/esm/react/lib/utils/network-mapping.d.ts +45 -0
- package/dist/esm/react/lib/utils/network-mapping.d.ts.map +1 -0
- package/dist/esm/react/lib/utils/network-mapping.js +153 -0
- package/dist/esm/react/lib/utils/network-mapping.js.map +1 -0
- package/dist/esm/react/lib/utils/transaction.d.ts +57 -0
- package/dist/esm/react/lib/utils/transaction.d.ts.map +1 -0
- package/dist/esm/react/lib/utils/transaction.js +136 -0
- package/dist/esm/react/lib/utils/transaction.js.map +1 -0
- package/dist/esm/react/lib/utils/validation.d.ts +27 -0
- package/dist/esm/react/lib/utils/validation.d.ts.map +1 -0
- package/dist/esm/react/lib/utils/validation.js +36 -0
- package/dist/esm/react/lib/utils/validation.js.map +1 -0
- package/dist/esm/react/providers/OrdaProvider.d.ts +38 -0
- package/dist/esm/react/providers/OrdaProvider.d.ts.map +1 -0
- package/dist/esm/react/providers/OrdaProvider.js +55 -0
- package/dist/esm/react/providers/OrdaProvider.js.map +1 -0
- package/dist/esm/react/providers/OrdaSDKContext.d.ts +26 -0
- package/dist/esm/react/providers/OrdaSDKContext.d.ts.map +1 -0
- package/dist/esm/react/providers/OrdaSDKContext.js +154 -0
- package/dist/esm/react/providers/OrdaSDKContext.js.map +1 -0
- package/dist/esm/react/providers/index.d.ts +4 -0
- package/dist/esm/react/providers/index.d.ts.map +1 -0
- package/dist/esm/react/providers/index.js +3 -0
- package/dist/esm/react/providers/index.js.map +1 -0
- package/dist/esm/react/providers/types.d.ts +68 -0
- package/dist/esm/react/providers/types.d.ts.map +1 -0
- package/dist/esm/react/providers/types.js +2 -0
- package/dist/esm/react/providers/types.js.map +1 -0
- package/dist/esm/types/balances.d.ts +49 -0
- package/dist/esm/types/balances.d.ts.map +1 -0
- package/dist/esm/types/balances.js +2 -0
- package/dist/esm/types/balances.js.map +1 -0
- package/dist/esm/types/index.d.ts +2 -0
- package/dist/esm/types/index.d.ts.map +1 -1
- package/dist/esm/types/index.js +2 -0
- package/dist/esm/types/index.js.map +1 -1
- package/dist/esm/types/jwt.d.ts +1 -1
- package/dist/esm/types/jwt.d.ts.map +1 -1
- package/dist/esm/types/prices.d.ts +25 -0
- package/dist/esm/types/prices.d.ts.map +1 -0
- package/dist/esm/types/prices.js +2 -0
- package/dist/esm/types/prices.js.map +1 -0
- package/dist/react/chunk-2DNKUSZW.mjs +26 -0
- package/dist/react/chunk-DOIEWRNM.cjs +29 -0
- package/dist/react/index.cjs +8447 -0
- package/dist/react/index.d.mts +4581 -0
- package/dist/react/index.d.ts +4581 -0
- package/dist/react/index.mjs +8310 -0
- package/dist/react/styles.css +2 -0
- package/dist/react/web-crypto-DE5M6GOD.mjs +1 -0
- package/dist/react/web-crypto-MCH7ICH6.cjs +10 -0
- package/dist/types/api/Balances.d.ts +32 -0
- package/dist/types/api/Balances.d.ts.map +1 -0
- package/dist/types/api/Prices.d.ts +26 -0
- package/dist/types/api/Prices.d.ts.map +1 -0
- package/dist/types/index.d.ts +6 -0
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/react/assets/animations/index.d.ts +4 -0
- package/dist/types/react/assets/animations/index.d.ts.map +1 -0
- package/dist/types/react/assets/chains/index.d.ts +3 -0
- package/dist/types/react/assets/chains/index.d.ts.map +1 -0
- package/dist/types/react/assets/icons/index.d.ts +10 -0
- package/dist/types/react/assets/icons/index.d.ts.map +1 -0
- package/dist/types/react/assets/index.d.ts +6 -0
- package/dist/types/react/assets/index.d.ts.map +1 -0
- package/dist/types/react/assets/tokens/index.d.ts +3 -0
- package/dist/types/react/assets/tokens/index.d.ts.map +1 -0
- package/dist/types/react/components/Widget/Widget.d.ts +2 -0
- package/dist/types/react/components/Widget/Widget.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/CollapsibleDetails.d.ts +15 -0
- package/dist/types/react/components/Widget/components/CollapsibleDetails.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/CustomDialogHeader.d.ts +13 -0
- package/dist/types/react/components/Widget/components/CustomDialogHeader.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/Footer.d.ts +2 -0
- package/dist/types/react/components/Widget/components/Footer.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/Header.d.ts +2 -0
- package/dist/types/react/components/Widget/components/Header.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.d.ts +15 -0
- package/dist/types/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.d.ts +8 -0
- package/dist/types/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.d.ts +21 -0
- package/dist/types/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.d.ts +3 -0
- package/dist/types/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.d.ts +9 -0
- package/dist/types/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/OffRampRecipientDialog/components/index.d.ts +3 -0
- package/dist/types/react/components/Widget/components/OffRampRecipientDialog/components/index.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/OffRampRecipientDialog/index.d.ts +2 -0
- package/dist/types/react/components/Widget/components/OffRampRecipientDialog/index.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/Recipient.d.ts +8 -0
- package/dist/types/react/components/Widget/components/Recipient.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/RecipientDialog/RecipientDialog.d.ts +13 -0
- package/dist/types/react/components/Widget/components/RecipientDialog/RecipientDialog.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.d.ts +24 -0
- package/dist/types/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/RecipientDialog/components/index.d.ts +2 -0
- package/dist/types/react/components/Widget/components/RecipientDialog/components/index.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/RecipientDialog/index.d.ts +2 -0
- package/dist/types/react/components/Widget/components/RecipientDialog/index.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.d.ts +15 -0
- package/dist/types/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.d.ts +27 -0
- package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.d.ts +18 -0
- package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.d.ts +14 -0
- package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.d.ts +12 -0
- package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.d.ts +4 -0
- package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.d.ts +2 -0
- package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/SelectAssetDialog/components/index.d.ts +2 -0
- package/dist/types/react/components/Widget/components/SelectAssetDialog/components/index.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/SelectAssetDialog/index.d.ts +2 -0
- package/dist/types/react/components/Widget/components/SelectAssetDialog/index.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/TokenInput.d.ts +16 -0
- package/dist/types/react/components/Widget/components/TokenInput.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/TransactionDialog.d.ts +25 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/TransactionDialog.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.d.ts +17 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.d.ts +21 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.d.ts +2 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OffRamp/index.d.ts +2 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OffRamp/index.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.d.ts +16 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.d.ts +10 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.d.ts +9 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.d.ts +17 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.d.ts +4 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/index.d.ts +2 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/index.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/Swap/Swap.d.ts +18 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/Swap/Swap.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/Swap/index.d.ts +2 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/Swap/index.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.d.ts +17 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.d.ts +10 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.d.ts +2 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.d.ts +2 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/index.d.ts +5 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/index.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/index.d.ts +2 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/index.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.d.ts +7 -0
- package/dist/types/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.d.ts +7 -0
- package/dist/types/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.d.ts +12 -0
- package/dist/types/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.d.ts +2 -0
- package/dist/types/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.d.ts +2 -0
- package/dist/types/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.d.ts +7 -0
- package/dist/types/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.d.ts +16 -0
- package/dist/types/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.d.ts +2 -0
- package/dist/types/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.d.ts +2 -0
- package/dist/types/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/UserAccountDrawer/components/index.d.ts +3 -0
- package/dist/types/react/components/Widget/components/UserAccountDrawer/components/index.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/UserAccountDrawer/index.d.ts +2 -0
- package/dist/types/react/components/Widget/components/UserAccountDrawer/index.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/index.d.ts +13 -0
- package/dist/types/react/components/Widget/components/index.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/shared/TokenIconDisplay.d.ts +15 -0
- package/dist/types/react/components/Widget/components/shared/TokenIconDisplay.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/shared/index.d.ts +2 -0
- package/dist/types/react/components/Widget/components/shared/index.d.ts.map +1 -0
- package/dist/types/react/components/Widget/index.d.ts +3 -0
- package/dist/types/react/components/Widget/index.d.ts.map +1 -0
- package/dist/types/react/components/Widget/types/quote.d.ts +205 -0
- package/dist/types/react/components/Widget/types/quote.d.ts.map +1 -0
- package/dist/types/react/components/Widget/types.d.ts +24 -0
- package/dist/types/react/components/Widget/types.d.ts.map +1 -0
- package/dist/types/react/components/ui/badge.d.ts +10 -0
- package/dist/types/react/components/ui/badge.d.ts.map +1 -0
- package/dist/types/react/components/ui/button.d.ts +12 -0
- package/dist/types/react/components/ui/button.d.ts.map +1 -0
- package/dist/types/react/components/ui/dialog.d.ts +18 -0
- package/dist/types/react/components/ui/dialog.d.ts.map +1 -0
- package/dist/types/react/components/ui/drawer.d.ts +23 -0
- package/dist/types/react/components/ui/drawer.d.ts.map +1 -0
- package/dist/types/react/components/ui/index.d.ts +12 -0
- package/dist/types/react/components/ui/index.d.ts.map +1 -0
- package/dist/types/react/components/ui/input.d.ts +4 -0
- package/dist/types/react/components/ui/input.d.ts.map +1 -0
- package/dist/types/react/components/ui/label.d.ts +6 -0
- package/dist/types/react/components/ui/label.d.ts.map +1 -0
- package/dist/types/react/components/ui/popover.d.ts +8 -0
- package/dist/types/react/components/ui/popover.d.ts.map +1 -0
- package/dist/types/react/components/ui/select.d.ts +14 -0
- package/dist/types/react/components/ui/select.d.ts.map +1 -0
- package/dist/types/react/components/ui/sheet.d.ts +26 -0
- package/dist/types/react/components/ui/sheet.d.ts.map +1 -0
- package/dist/types/react/config/appkit.d.ts +2719 -0
- package/dist/types/react/config/appkit.d.ts.map +1 -0
- package/dist/types/react/config/index.d.ts +3 -0
- package/dist/types/react/config/index.d.ts.map +1 -0
- package/dist/types/react/hooks/index.d.ts +18 -0
- package/dist/types/react/hooks/index.d.ts.map +1 -0
- package/dist/types/react/hooks/useBalances.d.ts +41 -0
- package/dist/types/react/hooks/useBalances.d.ts.map +1 -0
- package/dist/types/react/hooks/useLocalRecipients.d.ts +69 -0
- package/dist/types/react/hooks/useLocalRecipients.d.ts.map +1 -0
- package/dist/types/react/hooks/useMediaQuery.d.ts +21 -0
- package/dist/types/react/hooks/useMediaQuery.d.ts.map +1 -0
- package/dist/types/react/hooks/useMultiChainBalances.d.ts +58 -0
- package/dist/types/react/hooks/useMultiChainBalances.d.ts.map +1 -0
- package/dist/types/react/hooks/useOffRamp.d.ts +34 -0
- package/dist/types/react/hooks/useOffRamp.d.ts.map +1 -0
- package/dist/types/react/hooks/useOnRamp.d.ts +34 -0
- package/dist/types/react/hooks/useOnRamp.d.ts.map +1 -0
- package/dist/types/react/hooks/useQuote.d.ts +28 -0
- package/dist/types/react/hooks/useQuote.d.ts.map +1 -0
- package/dist/types/react/hooks/useRecipient.d.ts +30 -0
- package/dist/types/react/hooks/useRecipient.d.ts.map +1 -0
- package/dist/types/react/hooks/useTokenPrices.d.ts +34 -0
- package/dist/types/react/hooks/useTokenPrices.d.ts.map +1 -0
- package/dist/types/react/hooks/useTransaction.d.ts +31 -0
- package/dist/types/react/hooks/useTransaction.d.ts.map +1 -0
- package/dist/types/react/index.d.ts +16 -0
- package/dist/types/react/index.d.ts.map +1 -0
- package/dist/types/react/lib/constants/chains.d.ts +65 -0
- package/dist/types/react/lib/constants/chains.d.ts.map +1 -0
- package/dist/types/react/lib/constants/index.d.ts +6 -0
- package/dist/types/react/lib/constants/index.d.ts.map +1 -0
- package/dist/types/react/lib/constants/tokens.d.ts +30 -0
- package/dist/types/react/lib/constants/tokens.d.ts.map +1 -0
- package/dist/types/react/lib/constants/wrappedTokens.d.ts +21 -0
- package/dist/types/react/lib/constants/wrappedTokens.d.ts.map +1 -0
- package/dist/types/react/lib/index.d.ts +5 -0
- package/dist/types/react/lib/index.d.ts.map +1 -0
- package/dist/types/react/lib/sdk-client.d.ts +17 -0
- package/dist/types/react/lib/sdk-client.d.ts.map +1 -0
- package/dist/types/react/lib/utils/chain.d.ts +11 -0
- package/dist/types/react/lib/utils/chain.d.ts.map +1 -0
- package/dist/types/react/lib/utils/cn.d.ts +3 -0
- package/dist/types/react/lib/utils/cn.d.ts.map +1 -0
- package/dist/types/react/lib/utils/copyToClipboard.d.ts +2 -0
- package/dist/types/react/lib/utils/copyToClipboard.d.ts.map +1 -0
- package/dist/types/react/lib/utils/errors.d.ts +11 -0
- package/dist/types/react/lib/utils/errors.d.ts.map +1 -0
- package/dist/types/react/lib/utils/format.d.ts +38 -0
- package/dist/types/react/lib/utils/format.d.ts.map +1 -0
- package/dist/types/react/lib/utils/formatUsd.d.ts +19 -0
- package/dist/types/react/lib/utils/formatUsd.d.ts.map +1 -0
- package/dist/types/react/lib/utils/index.d.ts +12 -0
- package/dist/types/react/lib/utils/index.d.ts.map +1 -0
- package/dist/types/react/lib/utils/inputFormatters.d.ts +6 -0
- package/dist/types/react/lib/utils/inputFormatters.d.ts.map +1 -0
- package/dist/types/react/lib/utils/network-mapping.d.ts +45 -0
- package/dist/types/react/lib/utils/network-mapping.d.ts.map +1 -0
- package/dist/types/react/lib/utils/transaction.d.ts +57 -0
- package/dist/types/react/lib/utils/transaction.d.ts.map +1 -0
- package/dist/types/react/lib/utils/validation.d.ts +27 -0
- package/dist/types/react/lib/utils/validation.d.ts.map +1 -0
- package/dist/types/react/providers/OrdaProvider.d.ts +38 -0
- package/dist/types/react/providers/OrdaProvider.d.ts.map +1 -0
- package/dist/types/react/providers/OrdaSDKContext.d.ts +26 -0
- package/dist/types/react/providers/OrdaSDKContext.d.ts.map +1 -0
- package/dist/types/react/providers/index.d.ts +4 -0
- package/dist/types/react/providers/index.d.ts.map +1 -0
- package/dist/types/react/providers/types.d.ts +68 -0
- package/dist/types/react/providers/types.d.ts.map +1 -0
- package/dist/types/types/balances.d.ts +49 -0
- package/dist/types/types/balances.d.ts.map +1 -0
- package/dist/types/types/index.d.ts +2 -0
- package/dist/types/types/index.d.ts.map +1 -1
- package/dist/types/types/jwt.d.ts +1 -1
- package/dist/types/types/jwt.d.ts.map +1 -1
- package/dist/types/types/prices.d.ts +25 -0
- package/dist/types/types/prices.d.ts.map +1 -0
- package/package.json +85 -6
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
'use client';
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.OrdaSDKProvider = OrdaSDKProvider;
|
|
5
|
+
exports.useOrdaSDK = useOrdaSDK;
|
|
6
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
7
|
+
const react_1 = require("react");
|
|
8
|
+
const sdk_client_1 = require("../lib/sdk-client");
|
|
9
|
+
const OrdaSDKContext = (0, react_1.createContext)(undefined);
|
|
10
|
+
/**
|
|
11
|
+
* Internal provider component for SDK initialization and JWT management.
|
|
12
|
+
* Used internally by OrdaProvider.
|
|
13
|
+
*/
|
|
14
|
+
function OrdaSDKProvider({ config, children }) {
|
|
15
|
+
const [sdk, setSdk] = (0, react_1.useState)(null);
|
|
16
|
+
const [isLoading, setIsLoading] = (0, react_1.useState)(true);
|
|
17
|
+
const [error, setError] = (0, react_1.useState)(null);
|
|
18
|
+
const [tokenData, setTokenData] = (0, react_1.useState)(null);
|
|
19
|
+
const [isRefreshing, setIsRefreshing] = (0, react_1.useState)(false);
|
|
20
|
+
const requestQueueRef = (0, react_1.useRef)([]);
|
|
21
|
+
const initializingRef = (0, react_1.useRef)(false);
|
|
22
|
+
const debug = config.debug ?? false;
|
|
23
|
+
(0, react_1.useEffect)(() => {
|
|
24
|
+
(0, sdk_client_1.setDebugMode)(debug);
|
|
25
|
+
}, [debug]);
|
|
26
|
+
const initializeSDK = (0, react_1.useCallback)(async () => {
|
|
27
|
+
if (initializingRef.current) {
|
|
28
|
+
if (debug) {
|
|
29
|
+
console.log('[Orda SDK] Initialization already in progress, skipping...');
|
|
30
|
+
}
|
|
31
|
+
return;
|
|
32
|
+
}
|
|
33
|
+
initializingRef.current = true;
|
|
34
|
+
try {
|
|
35
|
+
setIsLoading(true);
|
|
36
|
+
setError(null);
|
|
37
|
+
if (debug) {
|
|
38
|
+
console.log('[Orda SDK] Initializing...');
|
|
39
|
+
}
|
|
40
|
+
const jwtData = await config.getToken();
|
|
41
|
+
setTokenData(jwtData);
|
|
42
|
+
const sdkInstance = (0, sdk_client_1.getSDKInstance)(jwtData.jwt);
|
|
43
|
+
setSdk(sdkInstance);
|
|
44
|
+
if (debug) {
|
|
45
|
+
console.log('[Orda SDK] Initialized successfully');
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
catch (err) {
|
|
49
|
+
const error = err instanceof Error ? err : new Error('Failed to initialize SDK');
|
|
50
|
+
setError(error);
|
|
51
|
+
console.error('[Orda SDK] Initialization error:', error);
|
|
52
|
+
}
|
|
53
|
+
finally {
|
|
54
|
+
setIsLoading(false);
|
|
55
|
+
initializingRef.current = false;
|
|
56
|
+
}
|
|
57
|
+
}, [config, debug]);
|
|
58
|
+
const refreshToken = (0, react_1.useCallback)(async () => {
|
|
59
|
+
try {
|
|
60
|
+
setIsRefreshing(true);
|
|
61
|
+
if (debug) {
|
|
62
|
+
console.log('[Orda SDK] Refreshing token...');
|
|
63
|
+
}
|
|
64
|
+
const jwtData = await config.getToken();
|
|
65
|
+
setTokenData(jwtData);
|
|
66
|
+
const sdkInstance = (0, sdk_client_1.getSDKInstance)(jwtData.jwt);
|
|
67
|
+
setSdk(sdkInstance);
|
|
68
|
+
if (debug) {
|
|
69
|
+
console.log('[Orda SDK] Token refreshed successfully');
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
catch (err) {
|
|
73
|
+
const error = err instanceof Error ? err : new Error('Failed to refresh token');
|
|
74
|
+
setError(error);
|
|
75
|
+
console.error('[Orda SDK] Token refresh error:', error);
|
|
76
|
+
throw error;
|
|
77
|
+
}
|
|
78
|
+
finally {
|
|
79
|
+
setIsRefreshing(false);
|
|
80
|
+
if (debug && requestQueueRef.current.length > 0) {
|
|
81
|
+
console.log(`[Orda SDK] Flushing ${requestQueueRef.current.length} queued requests`);
|
|
82
|
+
}
|
|
83
|
+
const queue = requestQueueRef.current;
|
|
84
|
+
requestQueueRef.current = [];
|
|
85
|
+
queue.forEach(resolve => resolve());
|
|
86
|
+
}
|
|
87
|
+
}, [config, debug]);
|
|
88
|
+
const waitForRefresh = (0, react_1.useCallback)(async () => {
|
|
89
|
+
if (!isRefreshing)
|
|
90
|
+
return;
|
|
91
|
+
if (debug) {
|
|
92
|
+
console.log('[Orda SDK] Request queued, waiting for token refresh...');
|
|
93
|
+
}
|
|
94
|
+
return new Promise(resolve => {
|
|
95
|
+
requestQueueRef.current.push(resolve);
|
|
96
|
+
});
|
|
97
|
+
}, [isRefreshing, debug]);
|
|
98
|
+
(0, react_1.useEffect)(() => {
|
|
99
|
+
initializeSDK();
|
|
100
|
+
return () => {
|
|
101
|
+
(0, sdk_client_1.clearSDKInstance)();
|
|
102
|
+
};
|
|
103
|
+
}, [initializeSDK]);
|
|
104
|
+
(0, react_1.useEffect)(() => {
|
|
105
|
+
if (!tokenData)
|
|
106
|
+
return;
|
|
107
|
+
const refreshBuffer = 5 * 60 * 1000;
|
|
108
|
+
const expiresAtMs = tokenData.expiresAt * 1000;
|
|
109
|
+
const now = Date.now();
|
|
110
|
+
const timeUntilRefresh = expiresAtMs - now - refreshBuffer;
|
|
111
|
+
if (timeUntilRefresh <= 0) {
|
|
112
|
+
refreshToken();
|
|
113
|
+
return;
|
|
114
|
+
}
|
|
115
|
+
if (debug) {
|
|
116
|
+
console.log(`[Orda SDK] Token refresh scheduled in ${Math.round(timeUntilRefresh / 1000)}s`);
|
|
117
|
+
}
|
|
118
|
+
const timeoutId = setTimeout(() => {
|
|
119
|
+
refreshToken();
|
|
120
|
+
}, timeUntilRefresh);
|
|
121
|
+
return () => clearTimeout(timeoutId);
|
|
122
|
+
}, [tokenData, refreshToken, debug]);
|
|
123
|
+
const value = {
|
|
124
|
+
sdk,
|
|
125
|
+
isLoading,
|
|
126
|
+
error,
|
|
127
|
+
refreshToken,
|
|
128
|
+
isRefreshing,
|
|
129
|
+
waitForRefresh,
|
|
130
|
+
};
|
|
131
|
+
return ((0, jsx_runtime_1.jsx)(OrdaSDKContext.Provider, { value: value, children: children }));
|
|
132
|
+
}
|
|
133
|
+
/**
|
|
134
|
+
* Hook to access the Orda SDK instance and authentication state.
|
|
135
|
+
*
|
|
136
|
+
* @throws Error if used outside of OrdaProvider
|
|
137
|
+
*
|
|
138
|
+
* @example
|
|
139
|
+
* ```tsx
|
|
140
|
+
* function MyComponent() {
|
|
141
|
+
* const { sdk, isLoading, error } = useOrdaSDK();
|
|
142
|
+
*
|
|
143
|
+
* if (isLoading) return <div>Loading...</div>;
|
|
144
|
+
* if (error) return <div>Error: {error.message}</div>;
|
|
145
|
+
* if (!sdk) return null;
|
|
146
|
+
*
|
|
147
|
+
* // Use sdk...
|
|
148
|
+
* }
|
|
149
|
+
* ```
|
|
150
|
+
*/
|
|
151
|
+
function useOrdaSDK() {
|
|
152
|
+
const context = (0, react_1.useContext)(OrdaSDKContext);
|
|
153
|
+
if (context === undefined) {
|
|
154
|
+
throw new Error('useOrdaSDK must be used within an OrdaProvider');
|
|
155
|
+
}
|
|
156
|
+
return context;
|
|
157
|
+
}
|
|
158
|
+
//# sourceMappingURL=OrdaSDKContext.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OrdaSDKContext.js","sourceRoot":"","sources":["../../../../src/react/providers/OrdaSDKContext.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/react/providers/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAE9C,YAAY,EACV,kBAAkB,EAClB,iBAAiB,EACjB,aAAa,EACb,mBAAmB,GACpB,MAAM,SAAS,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.useOrdaSDK = exports.OrdaProvider = void 0;
|
|
4
|
+
var OrdaProvider_1 = require("./OrdaProvider");
|
|
5
|
+
Object.defineProperty(exports, "OrdaProvider", { enumerable: true, get: function () { return OrdaProvider_1.OrdaProvider; } });
|
|
6
|
+
var OrdaSDKContext_1 = require("./OrdaSDKContext");
|
|
7
|
+
Object.defineProperty(exports, "useOrdaSDK", { enumerable: true, get: function () { return OrdaSDKContext_1.useOrdaSDK; } });
|
|
8
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/react/providers/index.ts"],"names":[],"mappings":";;;AAAA,+CAA8C;AAArC,4GAAA,YAAY,OAAA;AACrB,mDAA8C;AAArC,4GAAA,UAAU,OAAA"}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import type { OrdaSDK } from '../../index';
|
|
2
|
+
import type { AppKitConfig } from '../config/appkit';
|
|
3
|
+
/**
|
|
4
|
+
* JWT token response from getToken callback
|
|
5
|
+
*/
|
|
6
|
+
export interface TokenResponse {
|
|
7
|
+
jwt: string;
|
|
8
|
+
expiresAt: number;
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* Configuration for OrdaProvider
|
|
12
|
+
*/
|
|
13
|
+
export interface OrdaProviderConfig {
|
|
14
|
+
/**
|
|
15
|
+
* Function that returns a JWT token for SDK authentication.
|
|
16
|
+
* Called on initialization and before token expiration.
|
|
17
|
+
*
|
|
18
|
+
* @example
|
|
19
|
+
* ```ts
|
|
20
|
+
* getToken: async () => {
|
|
21
|
+
* const res = await fetch('/api/auth/jwt', { method: 'POST' });
|
|
22
|
+
* return res.json(); // { jwt: string, expiresAt: number }
|
|
23
|
+
* }
|
|
24
|
+
* ```
|
|
25
|
+
*/
|
|
26
|
+
getToken: () => Promise<TokenResponse>;
|
|
27
|
+
/**
|
|
28
|
+
* AppKit configuration from createAppKitConfig().
|
|
29
|
+
* Provides wallet connection capabilities for EVM and Solana chains.
|
|
30
|
+
*
|
|
31
|
+
* @example
|
|
32
|
+
* ```ts
|
|
33
|
+
* const appKitConfig = createAppKitConfig({
|
|
34
|
+
* projectId: process.env.NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID!,
|
|
35
|
+
* });
|
|
36
|
+
*
|
|
37
|
+
* <OrdaProvider config={{ appKitConfig, getToken }}>
|
|
38
|
+
* ```
|
|
39
|
+
*/
|
|
40
|
+
appKitConfig: AppKitConfig;
|
|
41
|
+
debug?: boolean;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Props for OrdaProvider component
|
|
45
|
+
*/
|
|
46
|
+
export interface OrdaProviderProps {
|
|
47
|
+
config: OrdaProviderConfig;
|
|
48
|
+
children: React.ReactNode;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* SDK context value available via useOrdaSDK()
|
|
52
|
+
*/
|
|
53
|
+
export interface OrdaSDKContextValue {
|
|
54
|
+
sdk: OrdaSDK | null;
|
|
55
|
+
isLoading: boolean;
|
|
56
|
+
error: Error | null;
|
|
57
|
+
refreshToken: () => Promise<void>;
|
|
58
|
+
isRefreshing: boolean;
|
|
59
|
+
waitForRefresh: () => Promise<void>;
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* Internal props for OrdaSDKProvider
|
|
63
|
+
*/
|
|
64
|
+
export interface OrdaSDKProviderProps {
|
|
65
|
+
config: OrdaProviderConfig;
|
|
66
|
+
children: React.ReactNode;
|
|
67
|
+
}
|
|
68
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/react/providers/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAC3C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAErD;;GAEG;AACH,MAAM,WAAW,aAAa;IAC5B,GAAG,EAAE,MAAM,CAAC;IACZ,SAAS,EAAE,MAAM,CAAC;CACnB;AAED;;GAEG;AACH,MAAM,WAAW,kBAAkB;IACjC;;;;;;;;;;;OAWG;IACH,QAAQ,EAAE,MAAM,OAAO,CAAC,aAAa,CAAC,CAAC;IAEvC;;;;;;;;;;;;OAYG;IACH,YAAY,EAAE,YAAY,CAAC;IAE3B,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB;AAED;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAChC,MAAM,EAAE,kBAAkB,CAAC;IAC3B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAED;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAClC,GAAG,EAAE,OAAO,GAAG,IAAI,CAAC;IACpB,SAAS,EAAE,OAAO,CAAC;IACnB,KAAK,EAAE,KAAK,GAAG,IAAI,CAAC;IACpB,YAAY,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IAClC,YAAY,EAAE,OAAO,CAAC;IACtB,cAAc,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;CACrC;AAED;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC,MAAM,EAAE,kBAAkB,CAAC;IAC3B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/react/providers/types.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Token balance information
|
|
3
|
+
*/
|
|
4
|
+
export interface TokenBalance {
|
|
5
|
+
chainId: string;
|
|
6
|
+
tokenAddress: string;
|
|
7
|
+
balance: string;
|
|
8
|
+
balanceFormatted: string;
|
|
9
|
+
symbol: string;
|
|
10
|
+
name: string;
|
|
11
|
+
decimals: number;
|
|
12
|
+
isNative: boolean;
|
|
13
|
+
isKnown: boolean;
|
|
14
|
+
}
|
|
15
|
+
export interface BalancesFetchOptions {
|
|
16
|
+
chainIds?: string[];
|
|
17
|
+
filter?: 'known' | 'all';
|
|
18
|
+
}
|
|
19
|
+
export interface BalancesFetchParams {
|
|
20
|
+
address: string;
|
|
21
|
+
chainIds?: string[];
|
|
22
|
+
filter?: 'known' | 'all';
|
|
23
|
+
}
|
|
24
|
+
export interface BalancesSummary {
|
|
25
|
+
totalTokens: number;
|
|
26
|
+
knownTokens: number;
|
|
27
|
+
unknownTokens: number;
|
|
28
|
+
chainsQueried?: number;
|
|
29
|
+
chainsSucceeded?: number;
|
|
30
|
+
chainsFailed?: number;
|
|
31
|
+
}
|
|
32
|
+
export interface ChainFailure {
|
|
33
|
+
chainId: string;
|
|
34
|
+
error: string;
|
|
35
|
+
}
|
|
36
|
+
export interface BalancesFetchResponse {
|
|
37
|
+
data: {
|
|
38
|
+
address: string;
|
|
39
|
+
balances: TokenBalance[];
|
|
40
|
+
summary: BalancesSummary;
|
|
41
|
+
failures?: ChainFailure[];
|
|
42
|
+
};
|
|
43
|
+
meta?: {
|
|
44
|
+
cached: boolean;
|
|
45
|
+
cachedAt: string | null;
|
|
46
|
+
expiresAt: string | null;
|
|
47
|
+
};
|
|
48
|
+
}
|
|
49
|
+
//# sourceMappingURL=balances.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"balances.d.ts","sourceRoot":"","sources":["../../../src/types/balances.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,YAAY;IAC3B,OAAO,EAAE,MAAM,CAAC;IAChB,YAAY,EAAE,MAAM,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,gBAAgB,EAAE,MAAM,CAAC;IACzB,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,OAAO,CAAC;IAClB,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,MAAM,WAAW,oBAAoB;IACnC,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,MAAM,CAAC,EAAE,OAAO,GAAG,KAAK,CAAC;CAC1B;AAED,MAAM,WAAW,mBAAmB;IAClC,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,MAAM,CAAC,EAAE,OAAO,GAAG,KAAK,CAAC;CAC1B;AAED,MAAM,WAAW,eAAe;IAC9B,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,MAAM,CAAC;IACtB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,YAAY;IAC3B,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,qBAAqB;IACpC,IAAI,EAAE;QACJ,OAAO,EAAE,MAAM,CAAC;QAChB,QAAQ,EAAE,YAAY,EAAE,CAAC;QACzB,OAAO,EAAE,eAAe,CAAC;QACzB,QAAQ,CAAC,EAAE,YAAY,EAAE,CAAC;KAC3B,CAAC;IACF,IAAI,CAAC,EAAE;QACL,MAAM,EAAE,OAAO,CAAC;QAChB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;QACxB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;KAC1B,CAAC;CACH"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"balances.js","sourceRoot":"","sources":["../../../src/types/balances.ts"],"names":[],"mappings":""}
|
|
@@ -4,6 +4,8 @@ import type { ApprovalTransactionParams, TransactionRequest, ProviderQuoteDetail
|
|
|
4
4
|
export * from './jwt';
|
|
5
5
|
export * from './transaction';
|
|
6
6
|
export * from './guards';
|
|
7
|
+
export * from './prices';
|
|
8
|
+
export * from './balances';
|
|
7
9
|
export type IntentMethod = 'usd' | 'fromAmount' | 'toAmount';
|
|
8
10
|
export interface Intent {
|
|
9
11
|
method: IntentMethod;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,WAAW,CAAC;AACtD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AACpD,OAAO,KAAK,EACV,yBAAyB,EACzB,kBAAkB,EAClB,oBAAoB,EACrB,MAAM,eAAe,CAAC;AAEvB,cAAc,OAAO,CAAC;AACtB,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAE3B,MAAM,MAAM,YAAY,GAAG,KAAK,GAAG,YAAY,GAAG,UAAU,CAAC;AAE7D,MAAM,WAAW,MAAM;IACrB,MAAM,EAAE,YAAY,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,oBAAY,iBAAiB;IAC3B,OAAO,YAAY;IACnB,WAAW,gBAAgB;IAC3B,SAAS,cAAc;IACvB,MAAM,WAAW;IACjB,SAAS,cAAc;IACvB,QAAQ,aAAa;CACtB;AAED,MAAM,WAAW,uBAAuB;IACtC,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,qBAAqB;IACpC,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,cAAc;IAC7B,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,kBAAkB;IACjC,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iBAAiB,CAAC,EAAE;QAClB,OAAO,EAAE,MAAM,CAAC;QAChB,OAAO,EAAE,MAAM,CAAC;QAChB,SAAS,EAAE,MAAM,CAAC;KACnB,CAAC;IACF,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED;;;GAGG;AACH,MAAM,WAAW,mBAAmB;IAClC,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,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;SACf,CAAC;QACF,GAAG,EAAE;YACH,MAAM,EAAE,MAAM,CAAC;YACf,KAAK,EAAE,MAAM,CAAC;SACf,CAAC;QACF,UAAU,EAAE,MAAM,GAAG,MAAM,CAAC;QAC5B,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;KAC5B,CAAC;CACH;AAED;;GAEG;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,yBAAyB,GAAG,IAAI,CAAC;IACnD,kBAAkB,EAAE,kBAAkB,CAAC;IACvC,oBAAoB,EAAE,oBAAoB,CAAC;CAC5C;AAED;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACrC,OAAO,EAAE,MAAM,CAAC;IAChB,aAAa,EAAE,MAAM,GAAG,MAAM,CAAC;IAC/B,kBAAkB,EAAE,kBAAkB,CAAC;IACvC,WAAW,EAAE,kBAAkB,GAAG,IAAI,CAAC;IACvC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC;CAC7C;AAED;;;GAGG;AACH,MAAM,MAAM,aAAa,GACrB,gBAAgB,GAChB,sBAAsB,GACtB,oBAAoB,GACpB,mBAAmB,CAAC;AAExB,MAAM,WAAW,qBAAqB;IACpC,IAAI,EAAE,MAAM,CAAC;IACb,uBAAuB,CAAC,EAAE,uBAAuB,CAAC;IAClD,cAAc,CAAC,EAAE,cAAc,CAAC;IAChC,qBAAqB,CAAC,EAAE,qBAAqB,CAAC;CAC/C;AAED,MAAM,WAAW,+BAA+B;IAC9C,WAAW,EAAE,MAAM,CAAC;IACpB,uBAAuB,CAAC,EAAE,uBAAuB,CAAC;IAClD,cAAc,CAAC,EAAE,cAAc,CAAC;IAChC,qBAAqB,CAAC,EAAE,qBAAqB,CAAC;CAC/C;AAED,MAAM,WAAW,yBAAyB;IACxC,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,WAAW,uBAAuB;IACtC,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE;QACZ,OAAO,EAAE,MAAM,CAAC;QAChB,UAAU,EAAE,MAAM,CAAC;QACnB,IAAI,EAAE,MAAM,CAAC;QACb,YAAY,EAAE,MAAM,EAAE,CAAC;KACxB,CAAC;IACF,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,MAAM,WAAW,uBAAuB;IACtC,OAAO,EAAE,MAAM,CAAC;IAChB,eAAe,EAAE;QACf,MAAM,CAAC,EAAE;YACP,OAAO,EAAE,MAAM,CAAC;YAChB,OAAO,EAAE,MAAM,CAAC;YAChB,SAAS,EAAE,MAAM,CAAC;YAClB,SAAS,EAAE,IAAI,CAAC;SACjB,CAAC;QACF,IAAI,CAAC,EAAE;YACL,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;YAC1B,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;YAC3B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;YAC1B,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;YAC/B,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;YACpB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;YACtB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;YACtB,SAAS,EAAE,IAAI,CAAC;SACjB,CAAC;KACH,CAAC;CACH;AAED,MAAM,WAAW,2BAA2B;IAC1C,OAAO,EAAE,MAAM,CAAC;IAChB,aAAa,EAAE,MAAM,CAAC;IACtB,aAAa,EAAE,IAAI,CAAC;CACrB;AAED,MAAM,WAAW,qBAAqB;IACpC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAC9B;AAED,MAAM,WAAW,oBAAoB;IACnC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,qBAAqB,CAAC;CACjC;AAED,MAAM,WAAW,yBAAyB;IACxC,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;CAC1B;AAED,MAAM,WAAW,uBAAuB;IACtC,EAAE,EAAE,MAAM,CAAC;IACX,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE;QACX,MAAM,EAAE,MAAM,CAAC;QACf,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;KACzB,GAAG,IAAI,CAAC;IACT,WAAW,CAAC,EAAE;QACZ,IAAI,EAAE,MAAM,CAAC;QACb,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC5B,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC3B,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;KACjC,GAAG,IAAI,CAAC;IACT,UAAU,CAAC,EAAE;QACX,GAAG,EAAE,MAAM,CAAC;QACZ,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;KACrB,GAAG,IAAI,CAAC;CACV;AAED,MAAM,WAAW,uBAAuB;IACtC,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,gBAAgB;IAC/B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,OAAO,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,gBAAgB,CAAC,EAAE,yBAAyB,GAAG,IAAI,CAAC;IACpD,cAAc,CAAC,EAAE,uBAAuB,GAAG,IAAI,CAAC;IAChD,cAAc,CAAC,EAAE,uBAAuB,GAAG,IAAI,CAAC;IAChD,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;CAC1B;AAED,MAAM,WAAW,sBAAsB;IACrC,OAAO,EAAE,OAAO,CAAC;IACjB,IAAI,EAAE,gBAAgB,EAAE,CAAC;IACzB,UAAU,EAAE;QACV,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,EAAE,MAAM,CAAC;QACd,UAAU,EAAE,MAAM,CAAC;QACnB,UAAU,EAAE,MAAM,CAAC;KACpB,CAAC;CACH;AAED,MAAM,WAAW,uBAAuB;IACtC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,MAAM,MAAM,qBAAqB,GAAG,SAAS,GAAG,aAAa,GAAG,WAAW,GAAG,QAAQ,GAAG,UAAU,CAAC;AACpG,MAAM,MAAM,uBAAuB,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,GAAG,UAAU,GAAG,WAAW,CAAC;AAE7F,MAAM,WAAW,yBAAyB;IACxC,cAAc,EAAE,OAAO,CAAC;IACxB,WAAW,CAAC,EAAE;QACZ,EAAE,EAAE,MAAM,CAAC;QACX,MAAM,EAAE,qBAAqB,CAAC;QAC9B,IAAI,EAAE,uBAAuB,CAAC;QAC9B,SAAS,EAAE,MAAM,CAAC;QAClB,OAAO,EAAE,MAAM,CAAC;QAChB,SAAS,EAAE,MAAM,CAAC;QAClB,OAAO,EAAE,MAAM,CAAC;QAChB,UAAU,EAAE,MAAM,CAAC;QACnB,SAAS,EAAE,MAAM,CAAC;QAClB,qBAAqB,CAAC,EAAE,MAAM,CAAC;QAC/B,0BAA0B,CAAC,EAAE,MAAM,CAAC;QACpC,aAAa,CAAC,EAAE,MAAM,CAAC;QACvB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;QACzB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;KAC1B,CAAC;IACF,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,mBAAmB;IAClC,GAAG,EAAE,MAAM,CAAC;IACZ,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,uBAAuB,CAAC;IAC9B,GAAG,EAAE,MAAM,CAAC;IACZ,SAAS,EAAE,MAAM,CAAC;IAClB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,0BAA0B,EAAE,MAAM,CAAC;CACpC;AAED,MAAM,WAAW,WAAW,CAAC,CAAC,GAAG,OAAO;IACtC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,CAAC,CAAC;IACT,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
package/dist/cjs/types/index.js
CHANGED
|
@@ -18,6 +18,8 @@ exports.TransactionStatus = void 0;
|
|
|
18
18
|
__exportStar(require("./jwt"), exports);
|
|
19
19
|
__exportStar(require("./transaction"), exports);
|
|
20
20
|
__exportStar(require("./guards"), exports);
|
|
21
|
+
__exportStar(require("./prices"), exports);
|
|
22
|
+
__exportStar(require("./balances"), exports);
|
|
21
23
|
var TransactionStatus;
|
|
22
24
|
(function (TransactionStatus) {
|
|
23
25
|
TransactionStatus["PENDING"] = "Pending";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAQA,wCAAsB;AACtB,gDAA8B;AAC9B,2CAAyB;AACzB,2CAAyB;AACzB,6CAA2B;AAS3B,IAAY,iBAOX;AAPD,WAAY,iBAAiB;IAC3B,wCAAmB,CAAA;IACnB,gDAA2B,CAAA;IAC3B,4CAAuB,CAAA;IACvB,sCAAiB,CAAA;IACjB,4CAAuB,CAAA;IACvB,0CAAqB,CAAA;AACvB,CAAC,EAPW,iBAAiB,iCAAjB,iBAAiB,QAO5B"}
|
package/dist/cjs/types/jwt.d.ts
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
/**
|
|
9
9
|
* Available permissions for JWT-based authorization
|
|
10
10
|
*/
|
|
11
|
-
export type JWTPermission = 'quotes:read' | 'offramp:read' | 'onramp:read' | 'transactions:read' | 'recipients:read' | 'recipients:write';
|
|
11
|
+
export type JWTPermission = 'quotes:read' | 'offramp:read' | 'onramp:read' | 'transactions:read' | 'recipients:read' | 'recipients:write' | 'balances:read' | 'prices:read';
|
|
12
12
|
/**
|
|
13
13
|
* Request parameters for generating a JWT
|
|
14
14
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"jwt.d.ts","sourceRoot":"","sources":["../../../src/types/jwt.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH;;GAEG;AACH,MAAM,MAAM,aAAa,GACrB,aAAa,GACb,cAAc,GACd,aAAa,GACb,mBAAmB,GACnB,iBAAiB,GACjB,kBAAkB,
|
|
1
|
+
{"version":3,"file":"jwt.d.ts","sourceRoot":"","sources":["../../../src/types/jwt.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH;;GAEG;AACH,MAAM,MAAM,aAAa,GACrB,aAAa,GACb,cAAc,GACd,aAAa,GACb,mBAAmB,GACnB,iBAAiB,GACjB,kBAAkB,GAClB,eAAe,GACf,aAAa,CAAA;AAEjB;;GAEG;AACH,MAAM,WAAW,kBAAkB;IACjC,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,aAAa,EAAE,CAAC;CAC/B;AAED;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAClC,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;CACnB;AAED;;GAEG;AACH,MAAM,WAAW,aAAa;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export interface TokenPriceRequest {
|
|
2
|
+
address: string;
|
|
3
|
+
chainId: string;
|
|
4
|
+
}
|
|
5
|
+
export interface TokenPriceData {
|
|
6
|
+
address: string;
|
|
7
|
+
chainId: string;
|
|
8
|
+
usdPrice: number | null;
|
|
9
|
+
lastUpdatedAt: string | null;
|
|
10
|
+
error: string | null;
|
|
11
|
+
}
|
|
12
|
+
export interface PricesFetchParams {
|
|
13
|
+
tokens: TokenPriceRequest[];
|
|
14
|
+
}
|
|
15
|
+
export interface PricesFetchResponse {
|
|
16
|
+
data: {
|
|
17
|
+
prices: TokenPriceData[];
|
|
18
|
+
};
|
|
19
|
+
meta: {
|
|
20
|
+
cached: boolean;
|
|
21
|
+
cachedAt: string | null;
|
|
22
|
+
expiresAt: string | null;
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=prices.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"prices.d.ts","sourceRoot":"","sources":["../../../src/types/prices.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,iBAAiB;IAChC,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,cAAc;IAC7B,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;CACtB;AAED,MAAM,WAAW,iBAAiB;IAChC,MAAM,EAAE,iBAAiB,EAAE,CAAC;CAC7B;AAED,MAAM,WAAW,mBAAmB;IAClC,IAAI,EAAE;QACJ,MAAM,EAAE,cAAc,EAAE,CAAC;KAC1B,CAAC;IACF,IAAI,EAAE;QACJ,MAAM,EAAE,OAAO,CAAC;QAChB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;QACxB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;KAC1B,CAAC;CACH"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"prices.js","sourceRoot":"","sources":["../../../src/types/prices.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { UniversalHttpClient } from '../http/client';
|
|
2
|
+
import { BalancesFetchOptions, BalancesFetchResponse } from '../types/balances';
|
|
3
|
+
/**
|
|
4
|
+
* API wrapper for token balance operations
|
|
5
|
+
*/
|
|
6
|
+
export declare class Balances {
|
|
7
|
+
private httpClient;
|
|
8
|
+
constructor(httpClient: UniversalHttpClient);
|
|
9
|
+
/**
|
|
10
|
+
* Fetches token balances for a wallet address across multiple chains
|
|
11
|
+
* @param address Wallet address to fetch balances for
|
|
12
|
+
* @param options Optional filtering options (chainIds, filter mode)
|
|
13
|
+
* @returns Balance fetch response with token balances and summary
|
|
14
|
+
*
|
|
15
|
+
* @example
|
|
16
|
+
* ```typescript
|
|
17
|
+
* // Fetch all known token balances
|
|
18
|
+
* const result = await sdk.balances.fetch('0x1234...5678');
|
|
19
|
+
*
|
|
20
|
+
* // Fetch balances for specific chains
|
|
21
|
+
* const result = await sdk.balances.fetch('0x1234...5678', {
|
|
22
|
+
* chainIds: ['1', '137', '8453'],
|
|
23
|
+
* filter: 'known',
|
|
24
|
+
* });
|
|
25
|
+
*
|
|
26
|
+
* console.log(result.data.balances);
|
|
27
|
+
* console.log(result.data.summary.totalTokens);
|
|
28
|
+
* ```
|
|
29
|
+
*/
|
|
30
|
+
fetch(address: string, options?: BalancesFetchOptions): Promise<BalancesFetchResponse>;
|
|
31
|
+
}
|
|
32
|
+
//# sourceMappingURL=Balances.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Balances.d.ts","sourceRoot":"","sources":["../../../src/api/Balances.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AACrD,OAAO,EACL,oBAAoB,EACpB,qBAAqB,EACtB,MAAM,mBAAmB,CAAC;AAE3B;;GAEG;AACH,qBAAa,QAAQ;IACP,OAAO,CAAC,UAAU;gBAAV,UAAU,EAAE,mBAAmB;IAEnD;;;;;;;;;;;;;;;;;;;;OAoBG;IACG,KAAK,CACT,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,oBAAoB,GAC7B,OAAO,CAAC,qBAAqB,CAAC;CAUlC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* API wrapper for token balance operations
|
|
3
|
+
*/
|
|
4
|
+
export class Balances {
|
|
5
|
+
constructor(httpClient) {
|
|
6
|
+
this.httpClient = httpClient;
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* Fetches token balances for a wallet address across multiple chains
|
|
10
|
+
* @param address Wallet address to fetch balances for
|
|
11
|
+
* @param options Optional filtering options (chainIds, filter mode)
|
|
12
|
+
* @returns Balance fetch response with token balances and summary
|
|
13
|
+
*
|
|
14
|
+
* @example
|
|
15
|
+
* ```typescript
|
|
16
|
+
* // Fetch all known token balances
|
|
17
|
+
* const result = await sdk.balances.fetch('0x1234...5678');
|
|
18
|
+
*
|
|
19
|
+
* // Fetch balances for specific chains
|
|
20
|
+
* const result = await sdk.balances.fetch('0x1234...5678', {
|
|
21
|
+
* chainIds: ['1', '137', '8453'],
|
|
22
|
+
* filter: 'known',
|
|
23
|
+
* });
|
|
24
|
+
*
|
|
25
|
+
* console.log(result.data.balances);
|
|
26
|
+
* console.log(result.data.summary.totalTokens);
|
|
27
|
+
* ```
|
|
28
|
+
*/
|
|
29
|
+
async fetch(address, options) {
|
|
30
|
+
if (!address) {
|
|
31
|
+
throw new Error('Address is required');
|
|
32
|
+
}
|
|
33
|
+
return this.httpClient.post('/balances', {
|
|
34
|
+
address,
|
|
35
|
+
...options,
|
|
36
|
+
});
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
//# sourceMappingURL=Balances.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Balances.js","sourceRoot":"","sources":["../../../src/api/Balances.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,OAAO,QAAQ;IACnB,YAAoB,UAA+B;QAA/B,eAAU,GAAV,UAAU,CAAqB;IAAG,CAAC;IAEvD;;;;;;;;;;;;;;;;;;;;OAoBG;IACH,KAAK,CAAC,KAAK,CACT,OAAe,EACf,OAA8B;QAE9B,IAAI,CAAC,OAAO,EAAE,CAAC;YACb,MAAM,IAAI,KAAK,CAAC,qBAAqB,CAAC,CAAC;QACzC,CAAC;QAED,OAAO,IAAI,CAAC,UAAU,CAAC,IAAI,CAAwB,WAAW,EAAE;YAC9D,OAAO;YACP,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;CACF"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { UniversalHttpClient } from '../http/client';
|
|
2
|
+
import { TokenPriceRequest, PricesFetchResponse } from '../types/prices';
|
|
3
|
+
/**
|
|
4
|
+
* API wrapper for token price operations
|
|
5
|
+
*/
|
|
6
|
+
export declare class Prices {
|
|
7
|
+
private httpClient;
|
|
8
|
+
constructor(httpClient: UniversalHttpClient);
|
|
9
|
+
/**
|
|
10
|
+
* Fetches USD prices for multiple tokens
|
|
11
|
+
* @param tokens Array of token identifiers (address + chainId)
|
|
12
|
+
* @returns Full price response including prices array and cache metadata
|
|
13
|
+
*
|
|
14
|
+
* @example
|
|
15
|
+
* ```typescript
|
|
16
|
+
* const response = await sdk.prices.fetch([
|
|
17
|
+
* { address: '0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48', chainId: '1' }, // USDC
|
|
18
|
+
* { address: '0x0000000000000000000000000000000000000000', chainId: '137' }, // Native MATIC
|
|
19
|
+
* ]);
|
|
20
|
+
* console.log(response.data.prices);
|
|
21
|
+
* console.log(response.meta.cached);
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
fetch(tokens: TokenPriceRequest[]): Promise<PricesFetchResponse>;
|
|
25
|
+
}
|
|
26
|
+
//# sourceMappingURL=Prices.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Prices.d.ts","sourceRoot":"","sources":["../../../src/api/Prices.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AACrD,OAAO,EACL,iBAAiB,EACjB,mBAAmB,EACpB,MAAM,iBAAiB,CAAC;AAEzB;;GAEG;AACH,qBAAa,MAAM;IACL,OAAO,CAAC,UAAU;gBAAV,UAAU,EAAE,mBAAmB;IAEnD;;;;;;;;;;;;;;OAcG;IACG,KAAK,CAAC,MAAM,EAAE,iBAAiB,EAAE,GAAG,OAAO,CAAC,mBAAmB,CAAC;CAUvE"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* API wrapper for token price operations
|
|
3
|
+
*/
|
|
4
|
+
export class Prices {
|
|
5
|
+
constructor(httpClient) {
|
|
6
|
+
this.httpClient = httpClient;
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* Fetches USD prices for multiple tokens
|
|
10
|
+
* @param tokens Array of token identifiers (address + chainId)
|
|
11
|
+
* @returns Full price response including prices array and cache metadata
|
|
12
|
+
*
|
|
13
|
+
* @example
|
|
14
|
+
* ```typescript
|
|
15
|
+
* const response = await sdk.prices.fetch([
|
|
16
|
+
* { address: '0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48', chainId: '1' }, // USDC
|
|
17
|
+
* { address: '0x0000000000000000000000000000000000000000', chainId: '137' }, // Native MATIC
|
|
18
|
+
* ]);
|
|
19
|
+
* console.log(response.data.prices);
|
|
20
|
+
* console.log(response.meta.cached);
|
|
21
|
+
* ```
|
|
22
|
+
*/
|
|
23
|
+
async fetch(tokens) {
|
|
24
|
+
if (!tokens || tokens.length === 0) {
|
|
25
|
+
return {
|
|
26
|
+
data: { prices: [] },
|
|
27
|
+
meta: { cached: false, cachedAt: null, expiresAt: null },
|
|
28
|
+
};
|
|
29
|
+
}
|
|
30
|
+
return this.httpClient.post('/prices', { tokens });
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
//# sourceMappingURL=Prices.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Prices.js","sourceRoot":"","sources":["../../../src/api/Prices.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,OAAO,MAAM;IACjB,YAAoB,UAA+B;QAA/B,eAAU,GAAV,UAAU,CAAqB;IAAG,CAAC;IAEvD;;;;;;;;;;;;;;OAcG;IACH,KAAK,CAAC,KAAK,CAAC,MAA2B;QACrC,IAAI,CAAC,MAAM,IAAI,MAAM,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;YACnC,OAAO;gBACL,IAAI,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE;gBACpB,IAAI,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE;aACzD,CAAC;QACJ,CAAC;QAED,OAAO,IAAI,CAAC,UAAU,CAAC,IAAI,CAAsB,SAAS,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IAC1E,CAAC;CACF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"web-crypto.js","sourceRoot":"","sources":["../../../src/crypto/web-crypto.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,MAAM,OAAO,iBAAiB;IAC5B,KAAK,CAAC,gBAAgB,CAAC,MAAc,EAAE,OAAe;QACpD,MAAM,OAAO,GAAG,IAAI,WAAW,EAAE,CAAC;QAClC,MAAM,OAAO,GAAG,OAAO,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;QACvC,MAAM,OAAO,GAAG,OAAO,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;QAExC,MAAM,GAAG,GAAG,MAAM,MAAM,CAAC,MAAM,CAAC,SAAS,CACvC,KAAK,EACL,
|
|
1
|
+
{"version":3,"file":"web-crypto.js","sourceRoot":"","sources":["../../../src/crypto/web-crypto.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,MAAM,OAAO,iBAAiB;IAC5B,KAAK,CAAC,gBAAgB,CAAC,MAAc,EAAE,OAAe;QACpD,MAAM,OAAO,GAAG,IAAI,WAAW,EAAE,CAAC;QAClC,MAAM,OAAO,GAAG,OAAO,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;QACvC,MAAM,OAAO,GAAG,OAAO,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;QAExC,MAAM,GAAG,GAAG,MAAM,MAAM,CAAC,MAAM,CAAC,SAAS,CACvC,KAAK,EACL,OAAuB,EACvB,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,SAAS,EAAE,EACjC,KAAK,EACL,CAAC,MAAM,CAAC,CACT,CAAC;QAEF,MAAM,SAAS,GAAG,MAAM,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,MAAM,EAAE,GAAG,EAAE,OAAuB,CAAC,CAAC;QAEjF,wBAAwB;QACxB,OAAO,KAAK,CAAC,IAAI,CAAC,IAAI,UAAU,CAAC,SAAS,CAAC,CAAC;aACzC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC;aAC3C,IAAI,CAAC,EAAE,CAAC,CAAC;IACd,CAAC;CACF"}
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -4,6 +4,8 @@ import { Transaction } from './api/Transaction';
|
|
|
4
4
|
import { OffRamp } from './api/OffRamp';
|
|
5
5
|
import { OnRamp } from './api/OnRamp';
|
|
6
6
|
import { JWT } from './api/JWT';
|
|
7
|
+
import { Prices } from './api/Prices';
|
|
8
|
+
import { Balances } from './api/Balances';
|
|
7
9
|
import { SmartWalletManager } from './smart-wallets';
|
|
8
10
|
import { JWTAuthConfig } from './types/jwt';
|
|
9
11
|
/**
|
|
@@ -33,6 +35,8 @@ export declare class OrdaSDK {
|
|
|
33
35
|
offRamp: OffRamp;
|
|
34
36
|
onRamp: OnRamp;
|
|
35
37
|
jwt: JWT;
|
|
38
|
+
prices: Prices;
|
|
39
|
+
balances: Balances;
|
|
36
40
|
smartWallets: SmartWalletManager;
|
|
37
41
|
constructor(config: OrdaConfig | JWTAuthConfig);
|
|
38
42
|
updateToken(newToken: string): void;
|
|
@@ -61,6 +65,8 @@ export { Transaction, type PollingOptions } from './api/Transaction';
|
|
|
61
65
|
export { OffRamp, type OffRampPollingOptions } from './api/OffRamp';
|
|
62
66
|
export { OnRamp, type OnRampPollingOptions } from './api/OnRamp';
|
|
63
67
|
export { JWT } from './api/JWT';
|
|
68
|
+
export { Prices } from './api/Prices';
|
|
69
|
+
export { Balances } from './api/Balances';
|
|
64
70
|
export { UniversalHttpClient, type RequestConfig, type HttpClientConfig } from './http/client';
|
|
65
71
|
export { HmacAuthenticator } from './auth/hmac';
|
|
66
72
|
export { JWTAuthenticator } from './auth/jwt';
|