@ordanetwork/sdk 1.1.1 → 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/README.md +62 -0
- 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/api/Quote.d.ts +3 -2
- package/dist/browser/api/Quote.d.ts.map +1 -1
- package/dist/browser/api/Quote.js +1 -0
- package/dist/browser/api/Quote.js.map +1 -1
- package/dist/browser/api/Recipient.d.ts +7 -1
- package/dist/browser/api/Recipient.d.ts.map +1 -1
- package/dist/browser/api/Recipient.js +41 -0
- package/dist/browser/api/Recipient.js.map +1 -1
- package/dist/browser/api/Transaction.d.ts.map +1 -1
- package/dist/browser/api/Transaction.js +3 -0
- package/dist/browser/api/Transaction.js.map +1 -1
- 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 +11 -7
- 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/guards.d.ts +28 -0
- package/dist/browser/types/guards.d.ts.map +1 -0
- package/dist/browser/types/guards.js +38 -0
- package/dist/browser/types/guards.js.map +1 -0
- package/dist/browser/types/index.d.ts +148 -10
- package/dist/browser/types/index.d.ts.map +1 -1
- package/dist/browser/types/index.js +4 -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/offramp.d.ts +4 -3
- package/dist/browser/types/offramp.d.ts.map +1 -1
- package/dist/browser/types/onramp.d.ts +3 -3
- package/dist/browser/types/onramp.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/browser/types/transaction.d.ts +43 -0
- package/dist/browser/types/transaction.d.ts.map +1 -0
- package/dist/browser/types/transaction.js +6 -0
- package/dist/browser/types/transaction.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/api/Quote.d.ts +3 -2
- package/dist/cjs/api/Quote.d.ts.map +1 -1
- package/dist/cjs/api/Quote.js +1 -0
- package/dist/cjs/api/Quote.js.map +1 -1
- package/dist/cjs/api/Recipient.d.ts +7 -1
- package/dist/cjs/api/Recipient.d.ts.map +1 -1
- package/dist/cjs/api/Recipient.js +41 -0
- package/dist/cjs/api/Recipient.js.map +1 -1
- package/dist/cjs/api/Transaction.d.ts.map +1 -1
- package/dist/cjs/api/Transaction.js +3 -0
- package/dist/cjs/api/Transaction.js.map +1 -1
- 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 +14 -8
- 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/guards.d.ts +28 -0
- package/dist/cjs/types/guards.d.ts.map +1 -0
- package/dist/cjs/types/guards.js +44 -0
- package/dist/cjs/types/guards.js.map +1 -0
- package/dist/cjs/types/index.d.ts +148 -10
- package/dist/cjs/types/index.d.ts.map +1 -1
- package/dist/cjs/types/index.js +4 -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/offramp.d.ts +4 -3
- package/dist/cjs/types/offramp.d.ts.map +1 -1
- package/dist/cjs/types/onramp.d.ts +3 -3
- package/dist/cjs/types/onramp.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/cjs/types/transaction.d.ts +43 -0
- package/dist/cjs/types/transaction.d.ts.map +1 -0
- package/dist/cjs/types/transaction.js +7 -0
- package/dist/cjs/types/transaction.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/api/Quote.d.ts +3 -2
- package/dist/esm/api/Quote.d.ts.map +1 -1
- package/dist/esm/api/Quote.js +1 -0
- package/dist/esm/api/Quote.js.map +1 -1
- package/dist/esm/api/Recipient.d.ts +7 -1
- package/dist/esm/api/Recipient.d.ts.map +1 -1
- package/dist/esm/api/Recipient.js +41 -0
- package/dist/esm/api/Recipient.js.map +1 -1
- package/dist/esm/api/Transaction.d.ts.map +1 -1
- package/dist/esm/api/Transaction.js +3 -0
- package/dist/esm/api/Transaction.js.map +1 -1
- 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 +11 -7
- 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/guards.d.ts +28 -0
- package/dist/esm/types/guards.d.ts.map +1 -0
- package/dist/esm/types/guards.js +38 -0
- package/dist/esm/types/guards.js.map +1 -0
- package/dist/esm/types/index.d.ts +148 -10
- package/dist/esm/types/index.d.ts.map +1 -1
- package/dist/esm/types/index.js +4 -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/offramp.d.ts +4 -3
- package/dist/esm/types/offramp.d.ts.map +1 -1
- package/dist/esm/types/onramp.d.ts +3 -3
- package/dist/esm/types/onramp.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/esm/types/transaction.d.ts +43 -0
- package/dist/esm/types/transaction.d.ts.map +1 -0
- package/dist/esm/types/transaction.js +6 -0
- package/dist/esm/types/transaction.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/api/Quote.d.ts +3 -2
- package/dist/types/api/Quote.d.ts.map +1 -1
- package/dist/types/api/Recipient.d.ts +7 -1
- package/dist/types/api/Recipient.d.ts.map +1 -1
- package/dist/types/api/Transaction.d.ts.map +1 -1
- 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/guards.d.ts +28 -0
- package/dist/types/types/guards.d.ts.map +1 -0
- package/dist/types/types/index.d.ts +148 -10
- 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/offramp.d.ts +4 -3
- package/dist/types/types/offramp.d.ts.map +1 -1
- package/dist/types/types/onramp.d.ts +3 -3
- package/dist/types/types/onramp.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/dist/types/types/transaction.d.ts +43 -0
- package/dist/types/types/transaction.d.ts.map +1 -0
- package/package.json +85 -6
package/README.md
CHANGED
|
@@ -218,6 +218,19 @@ await orda.recipients.create({
|
|
|
218
218
|
kycInformation?: KYCInformation
|
|
219
219
|
});
|
|
220
220
|
|
|
221
|
+
// List recipients with pagination and filters
|
|
222
|
+
await orda.recipients.list({
|
|
223
|
+
page?: number, // Page number (default: 1)
|
|
224
|
+
limit?: number, // Items per page (default: 50, max: 100)
|
|
225
|
+
filters?: {
|
|
226
|
+
toAddress?: string, // Filter by crypto settlement address
|
|
227
|
+
name?: string, // Filter by recipient name (partial match)
|
|
228
|
+
pixKey?: string, // Filter by PIX key (partial match)
|
|
229
|
+
taxId?: string, // Filter by Tax ID (partial match)
|
|
230
|
+
chainIds?: string | string[] // Filter by Chain IDs (comma-separated or array)
|
|
231
|
+
}
|
|
232
|
+
});
|
|
233
|
+
|
|
221
234
|
// Update recipient
|
|
222
235
|
await orda.recipients.updateSettlement({
|
|
223
236
|
recipientId: string,
|
|
@@ -232,6 +245,45 @@ await orda.recipients.deactivate({
|
|
|
232
245
|
});
|
|
233
246
|
```
|
|
234
247
|
|
|
248
|
+
**List Recipients Examples:**
|
|
249
|
+
|
|
250
|
+
```typescript
|
|
251
|
+
// List all recipients (first page)
|
|
252
|
+
const response = await orda.recipients.list();
|
|
253
|
+
console.log(`Total: ${response.pagination.totalCount}`);
|
|
254
|
+
|
|
255
|
+
// With pagination
|
|
256
|
+
const response = await orda.recipients.list({
|
|
257
|
+
page: 2,
|
|
258
|
+
limit: 20
|
|
259
|
+
});
|
|
260
|
+
|
|
261
|
+
// Filter by name
|
|
262
|
+
const response = await orda.recipients.list({
|
|
263
|
+
filters: {
|
|
264
|
+
name: 'John'
|
|
265
|
+
}
|
|
266
|
+
});
|
|
267
|
+
|
|
268
|
+
// Filter by chain IDs
|
|
269
|
+
const response = await orda.recipients.list({
|
|
270
|
+
filters: {
|
|
271
|
+
chainIds: ['1', '8453', '42161'] // Ethereum, Base, Arbitrum
|
|
272
|
+
}
|
|
273
|
+
});
|
|
274
|
+
|
|
275
|
+
// Multiple filters
|
|
276
|
+
const response = await orda.recipients.list({
|
|
277
|
+
page: 1,
|
|
278
|
+
limit: 10,
|
|
279
|
+
filters: {
|
|
280
|
+
name: 'John',
|
|
281
|
+
chainIds: ['8453'],
|
|
282
|
+
toAddress: '0x123...'
|
|
283
|
+
}
|
|
284
|
+
});
|
|
285
|
+
```
|
|
286
|
+
|
|
235
287
|
### Quote API
|
|
236
288
|
|
|
237
289
|
```typescript
|
|
@@ -429,6 +481,16 @@ async function main() {
|
|
|
429
481
|
debug: true,
|
|
430
482
|
});
|
|
431
483
|
|
|
484
|
+
// List recipients
|
|
485
|
+
const recipientsList = await orda.recipients.list({
|
|
486
|
+
page: 1,
|
|
487
|
+
limit: 10,
|
|
488
|
+
filters: {
|
|
489
|
+
chainIds: ['8453'] // Filter by Base chain
|
|
490
|
+
}
|
|
491
|
+
});
|
|
492
|
+
console.log(`Found ${recipientsList.pagination.totalCount} recipients`);
|
|
493
|
+
|
|
432
494
|
// Create recipient with smart wallet
|
|
433
495
|
const recipient = await orda.recipients.create({
|
|
434
496
|
name: 'Test Recipient',
|
|
@@ -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,5 +1,5 @@
|
|
|
1
1
|
import { UniversalHttpClient } from '../http/client';
|
|
2
|
-
import { QuoteRequestParams,
|
|
2
|
+
import { QuoteRequestParams, TransferResponse, DirectTransferResponse } from '../types';
|
|
3
3
|
/**
|
|
4
4
|
* API wrapper for quote operations
|
|
5
5
|
*/
|
|
@@ -10,7 +10,8 @@ export declare class Quote {
|
|
|
10
10
|
* Requests a quote for a cross-chain transfer
|
|
11
11
|
* @param params Quote request parameters
|
|
12
12
|
* @returns Quote response with transaction ID and transfer details
|
|
13
|
+
* Returns either TransferResponse (crypto-to-crypto) or DirectTransferResponse (same chain)
|
|
13
14
|
*/
|
|
14
|
-
request(params: QuoteRequestParams): Promise<
|
|
15
|
+
request(params: QuoteRequestParams): Promise<TransferResponse | DirectTransferResponse>;
|
|
15
16
|
}
|
|
16
17
|
//# sourceMappingURL=Quote.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Quote.d.ts","sourceRoot":"","sources":["../../../src/api/Quote.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AACrD,OAAO,
|
|
1
|
+
{"version":3,"file":"Quote.d.ts","sourceRoot":"","sources":["../../../src/api/Quote.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AACrD,OAAO,EACL,kBAAkB,EAClB,gBAAgB,EAChB,sBAAsB,EACvB,MAAM,UAAU,CAAC;AAElB;;GAEG;AACH,qBAAa,KAAK;IACJ,OAAO,CAAC,UAAU;gBAAV,UAAU,EAAE,mBAAmB;IAEnD;;;;;OAKG;IACG,OAAO,CACX,MAAM,EAAE,kBAAkB,GACzB,OAAO,CAAC,gBAAgB,GAAG,sBAAsB,CAAC;CActD"}
|
|
@@ -9,6 +9,7 @@ export class Quote {
|
|
|
9
9
|
* Requests a quote for a cross-chain transfer
|
|
10
10
|
* @param params Quote request parameters
|
|
11
11
|
* @returns Quote response with transaction ID and transfer details
|
|
12
|
+
* Returns either TransferResponse (crypto-to-crypto) or DirectTransferResponse (same chain)
|
|
12
13
|
*/
|
|
13
14
|
async request(params) {
|
|
14
15
|
// mutual exclusivity: either recipientId OR settlementDetails, not both
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Quote.js","sourceRoot":"","sources":["../../../src/api/Quote.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Quote.js","sourceRoot":"","sources":["../../../src/api/Quote.ts"],"names":[],"mappings":"AAOA;;GAEG;AACH,MAAM,OAAO,KAAK;IAChB,YAAoB,UAA+B;QAA/B,eAAU,GAAV,UAAU,CAAqB;IAAG,CAAC;IAEvD;;;;;OAKG;IACH,KAAK,CAAC,OAAO,CACX,MAA0B;QAE1B,wEAAwE;QACxE,IAAI,MAAM,CAAC,WAAW,IAAI,MAAM,CAAC,iBAAiB,EAAE,CAAC;YACnD,MAAM,IAAI,KAAK,CAAC,uDAAuD,CAAC,CAAC;QAC3E,CAAC;QACD,IAAI,CAAC,MAAM,CAAC,WAAW,IAAI,CAAC,MAAM,CAAC,iBAAiB,EAAE,CAAC;YACrD,MAAM,IAAI,KAAK,CAAC,sDAAsD,CAAC,CAAC;QAC1E,CAAC;QAED,OAAO,IAAI,CAAC,UAAU,CAAC,IAAI,CACzB,QAAQ,EACR,MAAM,CACP,CAAC;IACJ,CAAC;CACF"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { UniversalHttpClient } from '../http/client';
|
|
2
|
-
import { CreateRecipientParams, UpdateRecipientSettlementParams, DeactivateRecipientParams, CreateRecipientResponse, UpdateRecipientResponse, DeactivateRecipientResponse } from '../types';
|
|
2
|
+
import { CreateRecipientParams, UpdateRecipientSettlementParams, DeactivateRecipientParams, CreateRecipientResponse, UpdateRecipientResponse, DeactivateRecipientResponse, ListRecipientsParams, ListRecipientsResponse } from '../types';
|
|
3
3
|
export declare class Recipient {
|
|
4
4
|
private httpClient;
|
|
5
5
|
constructor(httpClient: UniversalHttpClient);
|
|
@@ -21,5 +21,11 @@ export declare class Recipient {
|
|
|
21
21
|
* @returns Deactivation response
|
|
22
22
|
*/
|
|
23
23
|
deactivate(params: DeactivateRecipientParams): Promise<DeactivateRecipientResponse>;
|
|
24
|
+
/**
|
|
25
|
+
* Lists recipients with pagination and filters
|
|
26
|
+
* @param params List parameters including pagination and filters
|
|
27
|
+
* @returns List of recipients with pagination metadata
|
|
28
|
+
*/
|
|
29
|
+
list(params?: ListRecipientsParams): Promise<ListRecipientsResponse>;
|
|
24
30
|
}
|
|
25
31
|
//# sourceMappingURL=Recipient.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Recipient.d.ts","sourceRoot":"","sources":["../../../src/api/Recipient.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AACrD,OAAO,EACL,qBAAqB,EACrB,+BAA+B,EAC/B,yBAAyB,EACzB,uBAAuB,EACvB,uBAAuB,EACvB,2BAA2B,
|
|
1
|
+
{"version":3,"file":"Recipient.d.ts","sourceRoot":"","sources":["../../../src/api/Recipient.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AACrD,OAAO,EACL,qBAAqB,EACrB,+BAA+B,EAC/B,yBAAyB,EACzB,uBAAuB,EACvB,uBAAuB,EACvB,2BAA2B,EAC3B,oBAAoB,EACpB,sBAAsB,EACvB,MAAM,UAAU,CAAC;AAElB,qBAAa,SAAS;IACR,OAAO,CAAC,UAAU;gBAAV,UAAU,EAAE,mBAAmB;IAEnD;;;;OAIG;IACG,MAAM,CAAC,MAAM,EAAE,qBAAqB,GAAG,OAAO,CAAC,uBAAuB,CAAC;IAI7E;;;;OAIG;IACG,gBAAgB,CACpB,MAAM,EAAE,+BAA+B,GACtC,OAAO,CAAC,uBAAuB,CAAC;IAInC;;;;OAIG;IACG,UAAU,CAAC,MAAM,EAAE,yBAAyB,GAAG,OAAO,CAAC,2BAA2B,CAAC;IAIzF;;;;OAIG;IACG,IAAI,CAAC,MAAM,CAAC,EAAE,oBAAoB,GAAG,OAAO,CAAC,sBAAsB,CAAC;CAsC3E"}
|
|
@@ -26,5 +26,46 @@ export class Recipient {
|
|
|
26
26
|
async deactivate(params) {
|
|
27
27
|
return this.httpClient.put('/deactivate-recipient', params);
|
|
28
28
|
}
|
|
29
|
+
/**
|
|
30
|
+
* Lists recipients with pagination and filters
|
|
31
|
+
* @param params List parameters including pagination and filters
|
|
32
|
+
* @returns List of recipients with pagination metadata
|
|
33
|
+
*/
|
|
34
|
+
async list(params) {
|
|
35
|
+
// Build query parameters
|
|
36
|
+
const queryParams = {};
|
|
37
|
+
// Pagination
|
|
38
|
+
if (params?.page !== undefined) {
|
|
39
|
+
queryParams.page = params.page.toString();
|
|
40
|
+
}
|
|
41
|
+
if (params?.limit !== undefined) {
|
|
42
|
+
queryParams.limit = params.limit.toString();
|
|
43
|
+
}
|
|
44
|
+
// Filters
|
|
45
|
+
if (params?.filters) {
|
|
46
|
+
if (params.filters.toAddress) {
|
|
47
|
+
queryParams.toAddress = params.filters.toAddress;
|
|
48
|
+
}
|
|
49
|
+
if (params.filters.name) {
|
|
50
|
+
queryParams.name = params.filters.name;
|
|
51
|
+
}
|
|
52
|
+
if (params.filters.pixKey) {
|
|
53
|
+
queryParams.pixKey = params.filters.pixKey;
|
|
54
|
+
}
|
|
55
|
+
if (params.filters.taxId) {
|
|
56
|
+
queryParams.taxId = params.filters.taxId;
|
|
57
|
+
}
|
|
58
|
+
if (params.filters.chainIds) {
|
|
59
|
+
// Handle both string (comma-separated) and array
|
|
60
|
+
if (Array.isArray(params.filters.chainIds)) {
|
|
61
|
+
queryParams.chainIds = params.filters.chainIds.join(',');
|
|
62
|
+
}
|
|
63
|
+
else {
|
|
64
|
+
queryParams.chainIds = params.filters.chainIds;
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
return this.httpClient.get('/recipients', queryParams);
|
|
69
|
+
}
|
|
29
70
|
}
|
|
30
71
|
//# sourceMappingURL=Recipient.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Recipient.js","sourceRoot":"","sources":["../../../src/api/Recipient.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Recipient.js","sourceRoot":"","sources":["../../../src/api/Recipient.ts"],"names":[],"mappings":"AAYA,MAAM,OAAO,SAAS;IACpB,YAAoB,UAA+B;QAA/B,eAAU,GAAV,UAAU,CAAqB;IAAG,CAAC;IAEvD;;;;OAIG;IACH,KAAK,CAAC,MAAM,CAAC,MAA6B;QACxC,OAAO,IAAI,CAAC,UAAU,CAAC,IAAI,CAA0B,mBAAmB,EAAE,MAAM,CAAC,CAAC;IACpF,CAAC;IAED;;;;OAIG;IACH,KAAK,CAAC,gBAAgB,CACpB,MAAuC;QAEvC,OAAO,IAAI,CAAC,UAAU,CAAC,GAAG,CAA0B,mBAAmB,EAAE,MAAM,CAAC,CAAC;IACnF,CAAC;IAED;;;;OAIG;IACH,KAAK,CAAC,UAAU,CAAC,MAAiC;QAChD,OAAO,IAAI,CAAC,UAAU,CAAC,GAAG,CAA8B,uBAAuB,EAAE,MAAM,CAAC,CAAC;IAC3F,CAAC;IAED;;;;OAIG;IACH,KAAK,CAAC,IAAI,CAAC,MAA6B;QACtC,yBAAyB;QACzB,MAAM,WAAW,GAAwB,EAAE,CAAC;QAE5C,aAAa;QACb,IAAI,MAAM,EAAE,IAAI,KAAK,SAAS,EAAE,CAAC;YAC/B,WAAW,CAAC,IAAI,GAAG,MAAM,CAAC,IAAI,CAAC,QAAQ,EAAE,CAAC;QAC5C,CAAC;QACD,IAAI,MAAM,EAAE,KAAK,KAAK,SAAS,EAAE,CAAC;YAChC,WAAW,CAAC,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC,QAAQ,EAAE,CAAC;QAC9C,CAAC;QAED,UAAU;QACV,IAAI,MAAM,EAAE,OAAO,EAAE,CAAC;YACpB,IAAI,MAAM,CAAC,OAAO,CAAC,SAAS,EAAE,CAAC;gBAC7B,WAAW,CAAC,SAAS,GAAG,MAAM,CAAC,OAAO,CAAC,SAAS,CAAC;YACnD,CAAC;YACD,IAAI,MAAM,CAAC,OAAO,CAAC,IAAI,EAAE,CAAC;gBACxB,WAAW,CAAC,IAAI,GAAG,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC;YACzC,CAAC;YACD,IAAI,MAAM,CAAC,OAAO,CAAC,MAAM,EAAE,CAAC;gBAC1B,WAAW,CAAC,MAAM,GAAG,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC;YAC7C,CAAC;YACD,IAAI,MAAM,CAAC,OAAO,CAAC,KAAK,EAAE,CAAC;gBACzB,WAAW,CAAC,KAAK,GAAG,MAAM,CAAC,OAAO,CAAC,KAAK,CAAC;YAC3C,CAAC;YACD,IAAI,MAAM,CAAC,OAAO,CAAC,QAAQ,EAAE,CAAC;gBAC5B,iDAAiD;gBACjD,IAAI,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,OAAO,CAAC,QAAQ,CAAC,EAAE,CAAC;oBAC3C,WAAW,CAAC,QAAQ,GAAG,MAAM,CAAC,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;gBAC3D,CAAC;qBAAM,CAAC;oBACN,WAAW,CAAC,QAAQ,GAAG,MAAM,CAAC,OAAO,CAAC,QAAQ,CAAC;gBACjD,CAAC;YACH,CAAC;QACH,CAAC;QAED,OAAO,IAAI,CAAC,UAAU,CAAC,GAAG,CAAyB,aAAa,EAAE,WAAW,CAAC,CAAC;IACjF,CAAC;CACF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Transaction.d.ts","sourceRoot":"","sources":["../../../src/api/Transaction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AACrD,OAAO,EACL,uBAAuB,EACvB,yBAAyB,EACzB,mBAAmB,EACnB,iBAAiB,EAClB,MAAM,UAAU,CAAC;AAGlB,MAAM,WAAW,cAAc;IAC7B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE,CAAC,MAAM,EAAE,iBAAiB,KAAK,IAAI,CAAC;CACtD;AAED,qBAAa,WAAW;IACV,OAAO,CAAC,UAAU;gBAAV,UAAU,EAAE,mBAAmB;IAEnD;;;;OAIG;IACG,SAAS,CAAC,MAAM,EAAE,uBAAuB,GAAG,OAAO,CAAC,yBAAyB,CAAC;IAIpF;;;OAGG;IACG,yBAAyB,IAAI,OAAO,CAAC,mBAAmB,EAAE,CAAC;IAIjE;;;;;OAKG;IACG,iBAAiB,CACrB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,yBAAyB,CAAC;
|
|
1
|
+
{"version":3,"file":"Transaction.d.ts","sourceRoot":"","sources":["../../../src/api/Transaction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AACrD,OAAO,EACL,uBAAuB,EACvB,yBAAyB,EACzB,mBAAmB,EACnB,iBAAiB,EAClB,MAAM,UAAU,CAAC;AAGlB,MAAM,WAAW,cAAc;IAC7B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE,CAAC,MAAM,EAAE,iBAAiB,KAAK,IAAI,CAAC;CACtD;AAED,qBAAa,WAAW;IACV,OAAO,CAAC,UAAU;gBAAV,UAAU,EAAE,mBAAmB;IAEnD;;;;OAIG;IACG,SAAS,CAAC,MAAM,EAAE,uBAAuB,GAAG,OAAO,CAAC,yBAAyB,CAAC;IAIpF;;;OAGG;IACG,yBAAyB,IAAI,OAAO,CAAC,mBAAmB,EAAE,CAAC;IAIjE;;;;;OAKG;IACG,iBAAiB,CACrB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,yBAAyB,CAAC;IA4CrC;;OAEG;IACH,OAAO,CAAC,gBAAgB;IASxB,OAAO,CAAC,KAAK;CAGd"}
|
|
@@ -35,6 +35,9 @@ export class Transaction {
|
|
|
35
35
|
}
|
|
36
36
|
try {
|
|
37
37
|
const response = await this.getStatus({ transactionId });
|
|
38
|
+
if (!response.transaction) {
|
|
39
|
+
throw new Error(`Transaction status response missing transaction data. Error: ${response.error || 'Unknown error'}`);
|
|
40
|
+
}
|
|
38
41
|
const currentStatus = response.transaction.status;
|
|
39
42
|
if (currentStatus !== lastStatus && options?.onStatusUpdate) {
|
|
40
43
|
options.onStatusUpdate(currentStatus);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Transaction.js","sourceRoot":"","sources":["../../../src/api/Transaction.ts"],"names":[],"mappings":"AACA,OAAO,EAIL,iBAAiB,EAClB,MAAM,UAAU,CAAC;AASlB,MAAM,OAAO,WAAW;IACtB,YAAoB,UAA+B;QAA/B,eAAU,GAAV,UAAU,CAAqB;IAAG,CAAC;IAEvD;;;;OAIG;IACH,KAAK,CAAC,SAAS,CAAC,MAA+B;QAC7C,OAAO,IAAI,CAAC,UAAU,CAAC,GAAG,CAA4B,SAAS,EAAE,MAAM,CAAC,CAAC;IAC3E,CAAC;IAED;;;OAGG;IACH,KAAK,CAAC,yBAAyB;QAC7B,OAAO,IAAI,CAAC,UAAU,CAAC,GAAG,CAAwB,0BAA0B,CAAC,CAAC;IAChF,CAAC;IAED;;;;;OAKG;IACH,KAAK,CAAC,iBAAiB,CACrB,aAAqB,EACrB,OAAwB;QAExB,MAAM,UAAU,GAAG,OAAO,EAAE,UAAU,IAAI,IAAI,CAAC;QAC/C,MAAM,SAAS,GAAG,OAAO,EAAE,SAAS,IAAI,MAAM,CAAC;QAC/C,MAAM,SAAS,GAAG,IAAI,CAAC,GAAG,EAAE,CAAC;QAC7B,IAAI,UAAU,GAA6B,IAAI,CAAC;QAEhD,OAAO,IAAI,EAAE,CAAC;YACZ,IAAI,IAAI,CAAC,GAAG,EAAE,GAAG,SAAS,GAAG,SAAS,EAAE,CAAC;gBACvC,MAAM,IAAI,KAAK,CACb,qCAAqC,SAAS,oBAAoB,UAAU,EAAE,CAC/E,CAAC;YACJ,CAAC;YAED,IAAI,CAAC;gBACH,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,SAAS,CAAC,EAAE,aAAa,EAAE,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"Transaction.js","sourceRoot":"","sources":["../../../src/api/Transaction.ts"],"names":[],"mappings":"AACA,OAAO,EAIL,iBAAiB,EAClB,MAAM,UAAU,CAAC;AASlB,MAAM,OAAO,WAAW;IACtB,YAAoB,UAA+B;QAA/B,eAAU,GAAV,UAAU,CAAqB;IAAG,CAAC;IAEvD;;;;OAIG;IACH,KAAK,CAAC,SAAS,CAAC,MAA+B;QAC7C,OAAO,IAAI,CAAC,UAAU,CAAC,GAAG,CAA4B,SAAS,EAAE,MAAM,CAAC,CAAC;IAC3E,CAAC;IAED;;;OAGG;IACH,KAAK,CAAC,yBAAyB;QAC7B,OAAO,IAAI,CAAC,UAAU,CAAC,GAAG,CAAwB,0BAA0B,CAAC,CAAC;IAChF,CAAC;IAED;;;;;OAKG;IACH,KAAK,CAAC,iBAAiB,CACrB,aAAqB,EACrB,OAAwB;QAExB,MAAM,UAAU,GAAG,OAAO,EAAE,UAAU,IAAI,IAAI,CAAC;QAC/C,MAAM,SAAS,GAAG,OAAO,EAAE,SAAS,IAAI,MAAM,CAAC;QAC/C,MAAM,SAAS,GAAG,IAAI,CAAC,GAAG,EAAE,CAAC;QAC7B,IAAI,UAAU,GAA6B,IAAI,CAAC;QAEhD,OAAO,IAAI,EAAE,CAAC;YACZ,IAAI,IAAI,CAAC,GAAG,EAAE,GAAG,SAAS,GAAG,SAAS,EAAE,CAAC;gBACvC,MAAM,IAAI,KAAK,CACb,qCAAqC,SAAS,oBAAoB,UAAU,EAAE,CAC/E,CAAC;YACJ,CAAC;YAED,IAAI,CAAC;gBACH,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,SAAS,CAAC,EAAE,aAAa,EAAE,CAAC,CAAC;gBAEzD,IAAI,CAAC,QAAQ,CAAC,WAAW,EAAE,CAAC;oBAC1B,MAAM,IAAI,KAAK,CACb,gEAAgE,QAAQ,CAAC,KAAK,IAAI,eAAe,EAAE,CACpG,CAAC;gBACJ,CAAC;gBAED,MAAM,aAAa,GAAG,QAAQ,CAAC,WAAW,CAAC,MAA2B,CAAC;gBAEvE,IAAI,aAAa,KAAK,UAAU,IAAI,OAAO,EAAE,cAAc,EAAE,CAAC;oBAC5D,OAAO,CAAC,cAAc,CAAC,aAAa,CAAC,CAAC;gBACxC,CAAC;gBACD,UAAU,GAAG,aAAa,CAAC;gBAE3B,IAAI,IAAI,CAAC,gBAAgB,CAAC,aAAa,CAAC,EAAE,CAAC;oBACzC,OAAO,QAAQ,CAAC;gBAClB,CAAC;gBAED,MAAM,IAAI,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,wBAAwB;YACxD,CAAC;YAAC,OAAO,KAAK,EAAE,CAAC;gBACf,IAAI,KAAK,YAAY,KAAK,IAAI,KAAK,CAAC,OAAO,CAAC,QAAQ,CAAC,SAAS,CAAC,EAAE,CAAC;oBAChE,MAAM,IAAI,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,4BAA4B;oBAC1D,SAAS;gBACX,CAAC;gBACD,MAAM,KAAK,CAAC;YACd,CAAC;QACH,CAAC;IACH,CAAC;IAED;;OAEG;IACK,gBAAgB,CAAC,MAAyB;QAChD,OAAO;YACL,iBAAiB,CAAC,SAAS;YAC3B,iBAAiB,CAAC,MAAM;YACxB,iBAAiB,CAAC,SAAS;YAC3B,iBAAiB,CAAC,QAAQ;SAC3B,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC;IACrB,CAAC;IAEO,KAAK,CAAC,EAAU;QACtB,OAAO,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,UAAU,CAAC,OAAO,EAAE,EAAE,CAAC,CAAC,CAAC;IAC3D,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/browser/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';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AACpC,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5C,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AACtC,OAAO,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AACpC,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5C,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AACtC,OAAO,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAChC,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAI1C,OAAO,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAE5C;;GAEG;AACH,MAAM,WAAW,UAAU;IACzB,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;IACrB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED;;;;;;GAMG;AACH,qBAAa,OAAO;IAClB,OAAO,CAAC,UAAU,CAAsB;IACxC,OAAO,CAAC,MAAM,CAA6B;IAEpC,KAAK,EAAE,KAAK,CAAC;IACb,UAAU,EAAE,SAAS,CAAC;IACtB,YAAY,EAAE,WAAW,CAAC;IAC1B,OAAO,EAAE,OAAO,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,GAAG,EAAE,GAAG,CAAC;IACT,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,QAAQ,CAAC;IACnB,YAAY,EAAE,kBAAkB,CAAC;gBAE5B,MAAM,EAAE,UAAU,GAAG,aAAa;IAsEvC,WAAW,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI;IAYnC,SAAS,IAAI,OAAO;IAG3B;;OAEG;IACH,MAAM,CAAC,SAAS,IAAI,OAAO;IAI3B;;OAEG;IACH,MAAM,CAAC,MAAM,IAAI,OAAO;IAIxB;;OAEG;IACH,MAAM,KAAK,OAAO,IAAI,MAAM,CAE3B;CACF;AAED,cAAc,SAAS,CAAC;AACxB,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AAEzB,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AACpC,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5C,OAAO,EAAE,WAAW,EAAE,KAAK,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACrE,OAAO,EAAE,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,eAAe,CAAC;AACpE,OAAO,EAAE,MAAM,EAAE,KAAK,oBAAoB,EAAE,MAAM,cAAc,CAAC;AACjE,OAAO,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAChC,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAE1C,OAAO,EAAE,mBAAmB,EAAE,KAAK,aAAa,EAAE,KAAK,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAC/F,OAAO,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAE9C,OAAO,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,WAAW,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AACxG,YAAY,EACV,iBAAiB,EAAE,oBAAoB,EAAE,oBAAoB,EAC7D,iBAAiB,EAAE,WAAW,EAAE,gBAAgB,GACjD,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,gBAAgB,EAAE,eAAe,EAAE,kBAAkB,EAAE,sBAAsB,EAAE,uBAAuB,GAAG,MAAM,iBAAiB,CAAC;AAE1I,eAAe,OAAO,CAAC"}
|
package/dist/browser/index.js
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 { UniversalHttpClient } from './http/client';
|
|
8
10
|
import { HmacAuthenticator } from './auth/hmac';
|
|
9
11
|
import { JWTAuthenticator } from './auth/jwt';
|
|
@@ -31,35 +33,36 @@ export class OrdaSDK {
|
|
|
31
33
|
console.warn('Security Warning: Using API credentials in the browser is not recommended for production. ' +
|
|
32
34
|
'Consider using JWT authentication method or a backend proxy to protect your credentials.');
|
|
33
35
|
}
|
|
34
|
-
|
|
36
|
+
// Support both Node.js and Next.js/browser environments
|
|
37
|
+
// Next.js requires NEXT_PUBLIC_ prefix for client-side access
|
|
38
|
+
const baseUrl = process.env.NEXT_PUBLIC_ORDA_API_BASE_URL || process.env.ORDA_API_BASE_URL;
|
|
35
39
|
let authenticator;
|
|
36
40
|
if (isJWTMode) {
|
|
37
41
|
const jwtConfig = config;
|
|
38
42
|
authenticator = new JWTAuthenticator(jwtConfig.token);
|
|
39
|
-
this.httpClient = new UniversalHttpClient(baseUrl, jwtConfig.requestTimeout || 30000, {
|
|
43
|
+
this.httpClient = new UniversalHttpClient(baseUrl || 'https://api.orda.network/v1', jwtConfig.requestTimeout || 30000, {
|
|
40
44
|
authenticator,
|
|
41
45
|
enableTimestamp: false, // JWT doesn't need timestamps
|
|
42
46
|
debug: jwtConfig.debug || false
|
|
43
47
|
});
|
|
44
48
|
}
|
|
45
49
|
else {
|
|
46
|
-
// HMAC mode
|
|
47
50
|
const hmacConfig = config;
|
|
48
51
|
authenticator = new HmacAuthenticator(hmacConfig.clientId, hmacConfig.clientSecret);
|
|
49
|
-
this.httpClient = new UniversalHttpClient(baseUrl, hmacConfig.requestTimeout || 30000, {
|
|
52
|
+
this.httpClient = new UniversalHttpClient(baseUrl || 'https://api.orda.network/v1', hmacConfig.requestTimeout || 30000, {
|
|
50
53
|
authenticator,
|
|
51
54
|
enableTimestamp: hmacConfig.enableTimestamp !== false,
|
|
52
55
|
debug: hmacConfig.debug || false
|
|
53
56
|
});
|
|
54
57
|
}
|
|
55
|
-
// init API modules
|
|
56
58
|
this.quote = new Quote(this.httpClient);
|
|
57
59
|
this.recipients = new Recipient(this.httpClient);
|
|
58
60
|
this.transactions = new Transaction(this.httpClient);
|
|
59
61
|
this.offRamp = new OffRamp(this.httpClient);
|
|
60
62
|
this.onRamp = new OnRamp(this.httpClient);
|
|
61
63
|
this.jwt = new JWT(this.httpClient);
|
|
62
|
-
|
|
64
|
+
this.prices = new Prices(this.httpClient);
|
|
65
|
+
this.balances = new Balances(this.httpClient);
|
|
63
66
|
this.smartWallets = new SmartWalletManager({
|
|
64
67
|
alchemyApiKey: this.config.alchemyApiKey
|
|
65
68
|
});
|
|
@@ -110,10 +113,11 @@ export { Transaction } from './api/Transaction';
|
|
|
110
113
|
export { OffRamp } from './api/OffRamp';
|
|
111
114
|
export { OnRamp } from './api/OnRamp';
|
|
112
115
|
export { JWT } from './api/JWT';
|
|
116
|
+
export { Prices } from './api/Prices';
|
|
117
|
+
export { Balances } from './api/Balances';
|
|
113
118
|
export { UniversalHttpClient } from './http/client';
|
|
114
119
|
export { HmacAuthenticator } from './auth/hmac';
|
|
115
120
|
export { JWTAuthenticator } from './auth/jwt';
|
|
116
|
-
// Smart Wallet exports
|
|
117
121
|
export { SmartWalletClient, SmartWalletManager, LocalSigner, createSmartWallet } from './smart-wallets';
|
|
118
122
|
export { SmartWalletError, ConnectionError, UserOperationError, InsufficientFundsError, AccountNotDeployedError, } from './smart-wallets';
|
|
119
123
|
export default OrdaSDK;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AACpC,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5C,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AACtC,OAAO,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAChC,OAAO,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAC;AACpD,OAAO,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAC9C,OAAO,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AAerD;;;;;;GAMG;AACH,MAAM,OAAO,OAAO;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AACpC,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5C,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AACtC,OAAO,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAChC,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAC1C,OAAO,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAC;AACpD,OAAO,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAC9C,OAAO,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AAerD;;;;;;GAMG;AACH,MAAM,OAAO,OAAO;IAclB,YAAY,MAAkC;QAC5C,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;QAErB,MAAM,SAAS,GAAG,OAAO,IAAI,MAAM,CAAC;QACpC,MAAM,UAAU,GAAG,UAAU,IAAI,MAAM,IAAI,cAAc,IAAI,MAAM,CAAC;QAEpE,IAAI,CAAC,SAAS,IAAI,CAAC,UAAU,EAAE,CAAC;YAC9B,MAAM,IAAI,KAAK,CAAC,6DAA6D,CAAC,CAAC;QACjF,CAAC;QAED,+CAA+C;QAC/C,IAAI,SAAS,IAAI,MAAM,IAAI,aAAa,IAAI,MAAM,EAAE,CAAC;YACnD,MAAM,IAAI,KAAK,CAAC,kFAAkF,CAAC,CAAC;QACtG,CAAC;QAED,IAAI,OAAO,MAAM,KAAK,WAAW,IAAI,UAAU,EAAE,CAAC;YAChD,OAAO,CAAC,IAAI,CACV,4FAA4F;gBAC5F,0FAA0F,CAC3F,CAAC;QACJ,CAAC;QAED,wDAAwD;QACxD,8DAA8D;QAC9D,MAAM,OAAO,GAAG,OAAO,CAAC,GAAG,CAAC,6BAA6B,IAAI,OAAO,CAAC,GAAG,CAAC,iBAAiB,CAAC;QAE3F,IAAI,aAA+D,CAAC;QAEpE,IAAI,SAAS,EAAE,CAAC;YACd,MAAM,SAAS,GAAG,MAAuB,CAAC;YAC1C,aAAa,GAAG,IAAI,gBAAgB,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC;YAEtD,IAAI,CAAC,UAAU,GAAG,IAAI,mBAAmB,CACvC,OAAO,IAAI,6BAA6B,EACxC,SAAS,CAAC,cAAc,IAAI,KAAK,EACjC;gBACE,aAAa;gBACb,eAAe,EAAE,KAAK,EAAE,8BAA8B;gBACtD,KAAK,EAAE,SAAS,CAAC,KAAK,IAAI,KAAK;aAChC,CACF,CAAC;QACJ,CAAC;aAAM,CAAC;YACN,MAAM,UAAU,GAAG,MAAoB,CAAC;YACxC,aAAa,GAAG,IAAI,iBAAiB,CAAC,UAAU,CAAC,QAAQ,EAAE,UAAU,CAAC,YAAY,CAAC,CAAC;YAEpF,IAAI,CAAC,UAAU,GAAG,IAAI,mBAAmB,CACvC,OAAO,IAAI,6BAA6B,EACxC,UAAU,CAAC,cAAc,IAAI,KAAK,EAClC;gBACE,aAAa;gBACb,eAAe,EAAE,UAAU,CAAC,eAAe,KAAK,KAAK;gBACrD,KAAK,EAAE,UAAU,CAAC,KAAK,IAAI,KAAK;aACjC,CACF,CAAC;QACJ,CAAC;QAED,IAAI,CAAC,KAAK,GAAG,IAAI,KAAK,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;QACxC,IAAI,CAAC,UAAU,GAAG,IAAI,SAAS,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;QACjD,IAAI,CAAC,YAAY,GAAG,IAAI,WAAW,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;QACrD,IAAI,CAAC,OAAO,GAAG,IAAI,OAAO,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;QAC5C,IAAI,CAAC,MAAM,GAAG,IAAI,MAAM,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;QAC1C,IAAI,CAAC,GAAG,GAAG,IAAI,GAAG,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;QACpC,IAAI,CAAC,MAAM,GAAG,IAAI,MAAM,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;QAC1C,IAAI,CAAC,QAAQ,GAAG,IAAI,QAAQ,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;QAE9C,IAAI,CAAC,YAAY,GAAG,IAAI,kBAAkB,CAAC;YACzC,aAAa,EAAE,IAAI,CAAC,MAAM,CAAC,aAAa;SACzC,CAAC,CAAC;IACL,CAAC;IAEM,WAAW,CAAC,QAAgB;QACjC,IAAI,CAAC,IAAI,CAAC,MAAM,IAAI,CAAC,CAAC,OAAO,IAAI,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;YAC9C,MAAM,IAAI,KAAK,CAAC,4DAA4D,CAAC,CAAC;QAChF,CAAC;QACD,IAAI,CAAC,MAAM,CAAC,KAAK,GAAG,QAAQ,CAAC;QAC7B,MAAM,aAAa,GAAI,IAAI,CAAC,UAAkB,CAAC,aAAa,CAAC;QAC7D,IAAI,aAAa,YAAY,gBAAgB,EAAE,CAAC;YAC9C,aAAa,CAAC,WAAW,CAAC,QAAQ,CAAC,CAAC;QACtC,CAAC;aAAM,CAAC;YACN,MAAM,IAAI,KAAK,CAAC,yEAAyE,CAAC,CAAC;QAC7F,CAAC;IACH,CAAC;IACM,SAAS;QACd,OAAO,IAAI,CAAC,MAAM,IAAI,OAAO,IAAI,IAAI,CAAC,MAAM,CAAC;IAC/C,CAAC;IACD;;OAEG;IACH,MAAM,CAAC,SAAS;QACd,OAAO,OAAO,MAAM,KAAK,WAAW,IAAI,OAAO,MAAM,CAAC,QAAQ,KAAK,WAAW,CAAC;IACjF,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,MAAM;QACX,OAAO,OAAO,OAAO,KAAK,WAAW,IAAI,CAAC,CAAC,OAAO,CAAC,QAAQ,EAAE,IAAI,CAAC;IACpE,CAAC;IAED;;OAEG;IACH,MAAM,KAAK,OAAO;QAChB,OAAO,OAAO,CAAC;IACjB,CAAC;CACF;AAED,cAAc,SAAS,CAAC;AACxB,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AAEzB,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AACpC,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5C,OAAO,EAAE,WAAW,EAAuB,MAAM,mBAAmB,CAAC;AACrE,OAAO,EAAE,OAAO,EAA8B,MAAM,eAAe,CAAC;AACpE,OAAO,EAAE,MAAM,EAA6B,MAAM,cAAc,CAAC;AACjE,OAAO,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAChC,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAE1C,OAAO,EAAE,mBAAmB,EAA6C,MAAM,eAAe,CAAC;AAC/F,OAAO,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAE9C,OAAO,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,WAAW,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAKxG,OAAO,EAAE,gBAAgB,EAAE,eAAe,EAAE,kBAAkB,EAAE,sBAAsB,EAAE,uBAAuB,GAAG,MAAM,iBAAiB,CAAC;AAE1I,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{ "assets": [{ "id": "5", "layers": [{ "ind": 4, "ty": 4, "parent": 3, "ks": {}, "ip": 0, "op": 59.2, "st": 0, "shapes": [{ "ty": "gr", "it": [{ "ty": "rc", "p": { "a": 0, "k": [21.25, 14.5] }, "r": { "a": 0, "k": 0 }, "s": { "a": 0, "k": [62.5, 49] } }, { "ty": "fl", "c": { "a": 0, "k": [0, 0, 0, 0] }, "o": { "a": 0, "k": 0 } }, { "ty": "tr", "o": { "a": 0, "k": 100 } }] }, { "ty": "gr", "it": [{ "ty": "sh", "ks": { "a": 0, "k": { "c": false, "i": [[0, 0], [0, 0], [0, 0]], "v": [[0, 15.5], [13.5, 29], [42.5, 0]], "o": [[0, 0], [0, 0], [0, 0]] } } }, { "ty": "st", "c": { "a": 0, "k": [0.086, 0.639, 0.29] }, "lc": 1, "lj": 1, "ml": 10, "o": { "a": 0, "k": 100 }, "w": { "a": 0, "k": 2 } }, { "ty": "tr", "o": { "a": 0, "k": 100 } }] }] }, { "ind": 3, "ty": 3, "ks": { "p": { "a": 0, "k": [10, 10] } }, "ip": 0, "op": 59.2, "st": 0 }] }], "fr": 60, "h": 172, "ip": 0, "layers": [{ "ind": 7, "ty": 0, "parent": 2, "ks": { "a": { "a": 0, "k": [10, 10] }, "o": { "a": 1, "k": [{ "t": 0, "s": [0], "h": 1 }, { "t": 14.4, "s": [0], "i": { "x": 1, "y": 1 }, "o": { "x": 0, "y": 0 } }, { "t": 38.4, "s": [100], "h": 1 }, { "t": 58.2, "s": [100], "h": 1 }] } }, "w": 63, "h": 49, "ip": 0, "op": 59.2, "st": 0, "refId": "5" }, { "ind": 2, "ty": 3, "parent": 1, "ks": { "p": { "a": 1, "k": [{ "t": 0, "s": [2, 71], "i": { "x": [0, 1], "y": [1, 1] }, "o": { "x": [0.5, 0], "y": [0, 0] } }, { "t": 48, "s": [68, 71], "i": { "x": [1, 1], "y": [1, 1] }, "o": { "x": [0, 0], "y": [0, 0] } }, { "t": 58.2, "s": [68, 71], "h": 1 }] } }, "ip": 0, "op": 59.2, "st": 0 }, { "ind": 9, "ty": 4, "parent": 8, "ks": {}, "ip": 0, "op": 59.2, "st": 0, "shapes": [{ "ty": "gr", "it": [{ "ty": "rc", "p": { "a": 0, "k": [84.085, 48.171] }, "r": { "a": 0, "k": 0 }, "s": { "a": 0, "k": [170.17, 239.659] } }, { "ty": "fl", "c": { "a": 0, "k": [0, 0, 0, 0] }, "o": { "a": 0, "k": 0 } }, { "ty": "tr", "o": { "a": 0, "k": 100 } }] }, { "ty": "gr", "it": [{ "ty": "el", "p": { "a": 1, "k": [{ "t": 0, "s": [84.085, 12.841], "i": { "x": [1, 0], "y": [1, 1] }, "o": { "x": [0, 0.5], "y": [0, 0] } }, { "t": 48, "s": [84.085, 83.5], "i": { "x": [1, 1], "y": [1, 1] }, "o": { "x": [0, 0], "y": [0, 0] } }, { "t": 58.2, "s": [84.085, 83.5], "h": 1 }] }, "s": { "a": 1, "k": [{ "t": 0, "s": [168.17, 25.683], "i": { "x": [1, 0], "y": [1, 1] }, "o": { "x": [0, 0.5], "y": [0, 0] } }, { "t": 48, "s": [168.17, 167], "i": { "x": [1, 1], "y": [1, 1] }, "o": { "x": [0, 0], "y": [0, 0] } }, { "t": 58.2, "s": [168.17, 167], "h": 1 }] } }, { "ty": "st", "c": { "a": 1, "k": [{ "t": 0, "s": [0.094, 0.094, 0.106], "i": { "x": 0, "y": 1 }, "o": { "x": 0.5, "y": 0 } }, { "t": 48, "s": [0.086, 0.639, 0.29], "h": 1 }, { "t": 58.2, "s": [0.086, 0.639, 0.29], "h": 1 }] }, "lc": 1, "lj": 1, "ml": 10, "o": { "a": 0, "k": 100 }, "w": { "a": 0, "k": 2 } }, { "ty": "tr", "o": { "a": 0, "k": 100 } }] }] }, { "ind": 8, "ty": 3, "parent": 1, "ks": { "a": { "a": 1, "k": [{ "t": 0, "s": [84.085, 12.841], "i": { "x": [1, 0], "y": [1, 1] }, "o": { "x": [0, 0.5], "y": [0, 0] } }, { "t": 48, "s": [84.085, 83.5], "i": { "x": [1, 1], "y": [1, 1] }, "o": { "x": [0, 0], "y": [0, 0] } }, { "t": 58.2, "s": [84.085, 83.5], "h": 1 }] }, "p": { "a": 1, "k": [{ "t": 0, "s": [14.841, 86.085], "i": { "x": [0.676, 1], "y": [0.341, 1] }, "o": { "x": [0.343, 0], "y": [0.005, 0] } }, { "t": 0.978, "s": [14.882634200430596, 86.085], "i": { "x": [0.673, 1], "y": [0.584, 1] }, "o": { "x": [0.34, 0], "y": [0.25, 0] } }, { "t": 1.614, "s": [14.957387691387304, 86.084], "h": 1 }, { "t": 1.614, "s": [14.957387691009805, 86.084], "i": { "x": [0.68, 1], "y": [0.576, 1] }, "o": { "x": [0.347, 0], "y": [0.241, 0] } }, { "t": 2.796, "s": [15.211564829128124, 86.085], "h": 1 }, { "t": 2.796, "s": [15.211564826704322, 86.085], "i": { "x": [0.675, 1], "y": [0.627, 1] }, "o": { "x": [0.342, 0], "y": [0.294, 0] } }, { "t": 3.51, "s": [15.448592963148814, 86.085], "h": 1 }, { "t": 3.51, "s": [15.448592967861927, 86.085], "i": { "x": [0.684, 0.919], "y": [0.612, 0.809] }, "o": { "x": [0.351, 0.137], "y": [0.278, 0.02] } }, { "t": 4.794, "s": [16.06640511375696, 86.086], "h": 1 }, { "t": 4.794, "s": [16.066405114638314, 86.086], "i": { "x": [0.669, 1], "y": [0.661, 1] }, "o": { "x": [0.336, 0], "y": [0.328, 0] } }, { "t": 4.95, "s": [16.160728104014304, 86.087], "h": 1 }, { "t": 4.95, "s": [16.160728106911176, 86.087], "i": { "x": [0.669, 1], "y": [0.661, 1] }, "o": { "x": [0.336, 0], "y": [0.327, 0] } }, { "t": 5.112, "s": [16.263598506339594, 86.087], "h": 1 }, { "t": 5.112, "s": [16.263598506806634, 86.087], "i": { "x": [0.672, 1], "y": [0.655, 1] }, "o": { "x": [0.338, 0], "y": [0.322, 0] } }, { "t": 5.436, "s": [16.485089520879317, 86.088], "h": 1 }, { "t": 5.436, "s": [16.48508952310538, 86.088], "i": { "x": [0.672, 0.919], "y": [0.656, 0.901] }, "o": { "x": [0.338, 0], "y": [0.323, 0] } }, { "t": 5.754, "s": [16.724151703657668, 86.088], "h": 1 }, { "t": 5.754, "s": [16.724151702943605, 86.088], "i": { "x": [0.672, 1], "y": [0.657, 1] }, "o": { "x": [0.339, 0], "y": [0.323, 0] } }, { "t": 6.072, "s": [16.986311746876662, 86.089], "h": 1 }, { "t": 6.072, "s": [16.986311744703414, 86.089], "i": { "x": [0.716, 0.764], "y": [0.602, 0.558] }, "o": { "x": [0.387, 0.213], "y": [0.264, 0.078] } }, { "t": 8.64, "s": [20.229866951271944, 86.104], "h": 1 }, { "t": 8.64, "s": [20.22986695457857, 86.104], "i": { "x": [0.738, 0.575], "y": [0.616, 0.259] }, "o": { "x": [0.419, 0.034], "y": [0.277, 0.02] } }, { "t": 11.208, "s": [27.119344195320153, 86.15], "h": 1 }, { "t": 11.208, "s": [27.119344209485273, 86.15], "i": { "x": [0.708, 0.443], "y": [0.646, 0.378] }, "o": { "x": [0.385, 0.282], "y": [0.31, 0.233] } }, { "t": 12.486, "s": [33.380876484488724, 86.199], "h": 1 }, { "t": 12.486, "s": [33.380876483384824, 86.199], "i": { "x": [0.672, 0.737], "y": [0.653, 0.993] }, "o": { "x": [0.359, 0.508], "y": [0.317, 0.837] } }, { "t": 13.77, "s": [42.03801677425157, 86.233], "h": 1 }, { "t": 13.77, "s": [42.0380167520482, 86.233], "i": { "x": [0.632, 0.835], "y": [0.664, 0.761] }, "o": { "x": [0.31, 0.406], "y": [0.328, 0.009] } }, { "t": 14.838, "s": [49.236620855161306, 86.213], "h": 1 }, { "t": 14.838, "s": [49.23662085755514, 86.213], "i": { "x": [0.646, 1], "y": [0.667, 1] }, "o": { "x": [0.314, 0], "y": [0.333, 0] } }, { "t": 15.378, "s": [52.371355750463145, 86.197], "h": 1 }, { "t": 15.378, "s": [52.37135573458416, 86.197], "i": { "x": [0.646, 1], "y": [0.668, 1] }, "o": { "x": [0.314, 0], "y": [0.334, 0] } }, { "t": 15.912, "s": [55.10953304500808, 86.183], "h": 1 }, { "t": 15.912, "s": [55.10953305463672, 86.183], "i": { "x": [0.596, 0.677], "y": [0.677, 0.795] }, "o": { "x": [0.272, 0.216], "y": [0.341, 0.319] } }, { "t": 18.048, "s": [63.32136112456066, 86.143], "h": 1 }, { "t": 18.048, "s": [63.3213611088195, 86.143], "i": { "x": [0.582, 0.4], "y": [0.697, 0.643] }, "o": { "x": [0.258, 0.222], "y": [0.358, 0.349] } }, { "t": 22.326, "s": [72.79963513849216, 86.111], "h": 1 }, { "t": 22.326, "s": [72.79963514113926, 86.111], "i": { "x": [0.659, 1], "y": [0.671, 1] }, "o": { "x": [0.326, 0], "y": [0.337, 0] } }, { "t": 22.866, "s": [73.63819897384028, 86.109], "h": 1 }, { "t": 22.866, "s": [73.63819896623394, 86.109], "i": { "x": [0.66, 1], "y": [0.671, 1] }, "o": { "x": [0.326, 0], "y": [0.337, 0] } }, { "t": 23.4, "s": [74.41401188636054, 86.107], "h": 1 }, { "t": 23.4, "s": [74.41401189091953, 86.107], "i": { "x": [0.663, 1], "y": [0.669, 1] }, "o": { "x": [0.33, 0], "y": [0.335, 0] } }, { "t": 23.664, "s": [74.77940309513569, 86.106], "h": 1 }, { "t": 23.664, "s": [74.77940309485406, 86.106], "i": { "x": [0.666, 1], "y": [0.667, 1] }, "o": { "x": [0.333, 0], "y": [0.334, 0] } }, { "t": 23.73, "s": [74.8689631549742, 86.106], "h": 1 }, { "t": 23.73, "s": [74.86896315560617, 86.106], "i": { "x": [0.666, 1], "y": [0.667, 1] }, "o": { "x": [0.332, 0], "y": [0.334, 0] } }, { "t": 23.802, "s": [74.96586731472162, 86.105], "h": 1 }, { "t": 23.802, "s": [74.96586731592004, 86.105], "i": { "x": [0.665, 1], "y": [0.668, 1] }, "o": { "x": [0.332, 0], "y": [0.334, 0] } }, { "t": 23.934, "s": [75.14139438762028, 86.105], "h": 1 }, { "t": 23.934, "s": [75.14139439635802, 86.105], "i": { "x": [0.664, 1], "y": [0.669, 1] }, "o": { "x": [0.33, 0], "y": [0.335, 0] } }, { "t": 24.198, "s": [75.4843812584192, 86.104], "h": 1 }, { "t": 24.198, "s": [75.4843812579053, 86.104], "i": { "x": [0.664, 1], "y": [0.669, 1] }, "o": { "x": [0.33, 0], "y": [0.335, 0] } }, { "t": 24.468, "s": [75.82442055837994, 86.103], "h": 1 }, { "t": 24.468, "s": [75.82442054901392, 86.103], "i": { "x": [0.661, 1], "y": [0.671, 1] }, "o": { "x": [0.327, 0], "y": [0.338, 0] } }, { "t": 25.002, "s": [76.46665520666379, 86.102], "h": 1 }, { "t": 25.002, "s": [76.46665520914509, 86.102], "i": { "x": [0.664, 1], "y": [0.669, 1] }, "o": { "x": [0.33, 0], "y": [0.336, 0] } }, { "t": 25.272, "s": [76.77686619804206, 86.101], "h": 1 }, { "t": 25.272, "s": [76.77686619519415, 86.101], "i": { "x": [0.664, 1], "y": [0.669, 1] }, "o": { "x": [0.331, 0], "y": [0.335, 0] } }, { "t": 25.536, "s": [77.07123552735465, 86.101], "h": 1 }, { "t": 25.536, "s": [77.07123553202624, 86.101], "i": { "x": [0.661, 1], "y": [0.671, 1] }, "o": { "x": [0.328, 0], "y": [0.338, 0] } }, { "t": 26.07, "s": [77.64093705613051, 86.1], "h": 1 }, { "t": 26.07, "s": [77.64093704649449, 86.1], "i": { "x": [0.661, 0.909], "y": [0.671, 0.878] }, "o": { "x": [0.328, 0], "y": [0.338, 0] } }, { "t": 26.61, "s": [78.18408898022543, 86.099], "h": 1 }, { "t": 26.61, "s": [78.18408898849007, 86.099], "i": { "x": [0.631, 0.737], "y": [0.708, 0.843] }, "o": { "x": [0.299, 0.09], "y": [0.372, 0.172] } }, { "t": 30.888, "s": [81.54078122068815, 86.092], "h": 1 }, { "t": 30.888, "s": [81.54078121898564, 86.092], "i": { "x": [0.661, 1], "y": [0.675, 1] }, "o": { "x": [0.328, 0], "y": [0.342, 0] } }, { "t": 31.686, "s": [82.0160371673682, 86.092], "h": 1 }, { "t": 31.686, "s": [82.01603716304885, 86.092], "i": { "x": [0.665, 1], "y": [0.67, 1] }, "o": { "x": [0.332, 0], "y": [0.336, 0] } }, { "t": 31.956, "s": [82.1679376779338, 86.091], "h": 1 }, { "t": 31.956, "s": [82.16793767966928, 86.091], "i": { "x": [0.66, 1], "y": [0.679, 1] }, "o": { "x": [0.326, 0], "y": [0.346, 0] } }, { "t": 33.024, "s": [82.72748643275017, 86.091], "h": 1 }, { "t": 33.024, "s": [82.72748643195327, 86.091], "i": { "x": [0.663, 1], "y": [0.673, 1] }, "o": { "x": [0.33, 0], "y": [0.34, 0] } }, { "t": 33.558, "s": [82.98387089761415, 86.09], "h": 1 }, { "t": 33.558, "s": [82.98387090360681, 86.09], "i": { "x": [0.663, 1], "y": [0.673, 1] }, "o": { "x": [0.33, 0], "y": [0.34, 0] } }, { "t": 34.092, "s": [83.2255962935071, 86.09], "h": 1 }, { "t": 34.092, "s": [83.22559629137551, 86.09], "i": { "x": [0.66, 1], "y": [0.681, 1] }, "o": { "x": [0.327, 0], "y": [0.347, 0] } }, { "t": 35.166, "s": [83.66991836147396, 86.089], "h": 1 }, { "t": 35.166, "s": [83.66991836053457, 86.089], "i": { "x": [0.644, 0.839], "y": [0.737, 0.917] }, "o": { "x": [0.312, 0.044], "y": [0.401, 0.108] } }, { "t": 39.444, "s": [84.96124885274888, 86.087], "h": 1 }, { "t": 39.444, "s": [84.96124885155643, 86.087], "i": { "x": [0.632, 0.339], "y": [0.999, 0.592] }, "o": { "x": [0.3, 0.037], "y": [0.651, 0.037] } }, { "t": 48, "s": [85.841, 86.085], "i": { "x": [1, 1], "y": [1, 1] }, "o": { "x": [0, 0], "y": [0, 0] } }, { "t": 58.2, "s": [85.841, 86.085], "h": 1 }] }, "r": { "a": 0, "k": -90 } }, "ip": 0, "op": 59.2, "st": 0 }, { "ind": 11, "ty": 4, "parent": 10, "ks": {}, "ip": 0, "op": 59.2, "st": 0, "shapes": [{ "ty": "gr", "it": [{ "ty": "rc", "p": { "a": 0, "k": [84.085, 36.588] }, "r": { "a": 0, "k": 0 }, "s": { "a": 0, "k": [170.17, 139.204] } }, { "ty": "fl", "c": { "a": 0, "k": [0, 0, 0, 0] }, "o": { "a": 0, "k": 0 } }, { "ty": "tr", "o": { "a": 0, "k": 100 } }] }, { "ty": "gr", "it": [{ "ty": "el", "p": { "a": 1, "k": [{ "t": 0, "s": [84.085, 20.581], "i": { "x": [1, 0], "y": [1, 1] }, "o": { "x": [0, 0.5], "y": [0, 0] } }, { "t": 48, "s": [84.085, 52.595], "i": { "x": [1, 1], "y": [1, 1] }, "o": { "x": [0, 0], "y": [0, 0] } }, { "t": 58.2, "s": [84.085, 52.595], "h": 1 }] }, "s": { "a": 1, "k": [{ "t": 0, "s": [168.17, 41.163], "i": { "x": [1, 0], "y": [1, 1] }, "o": { "x": [0, 0.5], "y": [0, 0] } }, { "t": 48, "s": [168.17, 105.19], "i": { "x": [1, 1], "y": [1, 1] }, "o": { "x": [0, 0], "y": [0, 0] } }, { "t": 58.2, "s": [168.17, 105.19], "h": 1 }] } }, { "ty": "st", "c": { "a": 1, "k": [{ "t": 0, "s": [0.094, 0.094, 0.106], "i": { "x": 0, "y": 1 }, "o": { "x": 0.5, "y": 0 } }, { "t": 48, "s": [0.086, 0.639, 0.29], "h": 1 }, { "t": 58.2, "s": [0.086, 0.639, 0.29], "h": 1 }] }, "lc": 1, "lj": 1, "ml": 10, "o": { "a": 0, "k": 100 }, "w": { "a": 0, "k": 2 } }, { "ty": "tr", "o": { "a": 0, "k": 100 } }] }] }, { "ind": 10, "ty": 3, "parent": 1, "ks": { "a": { "a": 1, "k": [{ "t": 0, "s": [84.085, 20.581], "i": { "x": [1, 0], "y": [1, 1] }, "o": { "x": [0, 0.5], "y": [0, 0] } }, { "t": 48, "s": [84.085, 52.595], "i": { "x": [1, 1], "y": [1, 1] }, "o": { "x": [0, 0], "y": [0, 0] } }, { "t": 58.2, "s": [84.085, 52.595], "h": 1 }] }, "p": { "a": 1, "k": [{ "t": 0, "s": [48.085, 86.581], "i": { "x": [0, 1], "y": [1, 1] }, "o": { "x": [0.501, 0], "y": [0, 0] } }, { "t": 48, "s": [222.085, 86.581], "i": { "x": [1, 1], "y": [1, 1] }, "o": { "x": [0, 0], "y": [0, 0] } }, { "t": 58.2, "s": [222.085, 86.581], "h": 1 }] }, "r": { "a": 0, "k": -90 } }, "ip": 0, "op": 59.2, "st": 0 }, { "ind": 13, "ty": 4, "parent": 12, "ks": {}, "ip": 0, "op": 59.2, "st": 0, "shapes": [{ "ty": "gr", "it": [{ "ty": "rc", "p": { "a": 0, "k": [84.085, 32.895] }, "r": { "a": 0, "k": 0 }, "s": { "a": 0, "k": [170.17, 67.79] } }, { "ty": "fl", "c": { "a": 0, "k": [0, 0, 0, 0] }, "o": { "a": 0, "k": 0 } }, { "ty": "tr", "o": { "a": 0, "k": 100 } }] }, { "ty": "gr", "it": [{ "ty": "el", "p": { "a": 0, "k": [84.085, 32.895] }, "s": { "a": 0, "k": [168.17, 65.79] } }, { "ty": "st", "c": { "a": 1, "k": [{ "t": 0, "s": [0.094, 0.094, 0.106], "i": { "x": 0, "y": 1 }, "o": { "x": 0.5, "y": 0 } }, { "t": 48, "s": [0.086, 0.639, 0.29], "h": 1 }, { "t": 58.2, "s": [0.086, 0.639, 0.29], "h": 1 }] }, "lc": 1, "lj": 1, "ml": 10, "o": { "a": 0, "k": 100 }, "w": { "a": 0, "k": 2 } }, { "ty": "tr", "o": { "a": 0, "k": 100 } }] }] }, { "ind": 12, "ty": 3, "parent": 1, "ks": { "a": { "a": 0, "k": [84.085, 32.895] }, "p": { "a": 1, "k": [{ "t": 0, "s": [101.741, 86.085], "i": { "x": [0, 1], "y": [1, 1] }, "o": { "x": [0.501, 0], "y": [0, 0] } }, { "t": 48, "s": [307.741, 86.085], "i": { "x": [1, 1], "y": [1, 1] }, "o": { "x": [0, 0], "y": [0, 0] } }, { "t": 58.2, "s": [307.741, 86.085], "h": 1 }] }, "r": { "a": 0, "k": -90 } }, "ip": 0, "op": 59.2, "st": 0 }, { "ind": 15, "ty": 4, "parent": 14, "ks": {}, "ip": 0, "op": 59.2, "st": 0, "shapes": [{ "ty": "gr", "it": [{ "ty": "rc", "p": { "a": 0, "k": [84.085, 36.589] }, "r": { "a": 0, "k": 0 }, "s": { "a": 0, "k": [170.17, 139.211] } }, { "ty": "fl", "c": { "a": 0, "k": [0, 0, 0, 0] }, "o": { "a": 0, "k": 0 } }, { "ty": "tr", "o": { "a": 0, "k": 100 } }] }, { "ty": "gr", "it": [{ "ty": "el", "p": { "a": 1, "k": [{ "t": 0, "s": [84.085, 52.597], "i": { "x": [1, 0], "y": [1, 1] }, "o": { "x": [0, 0.5], "y": [0, 0] } }, { "t": 48, "s": [84.085, 20.58], "i": { "x": [1, 1], "y": [1, 1] }, "o": { "x": [0, 0], "y": [0, 0] } }, { "t": 58.2, "s": [84.085, 20.58], "h": 1 }] }, "s": { "a": 1, "k": [{ "t": 0, "s": [168.17, 105.194], "i": { "x": [1, 0], "y": [1, 1] }, "o": { "x": [0, 0.5], "y": [0, 0] } }, { "t": 48, "s": [168.17, 41.16], "i": { "x": [1, 1], "y": [1, 1] }, "o": { "x": [0, 0], "y": [0, 0] } }, { "t": 58.2, "s": [168.17, 41.16], "h": 1 }] } }, { "ty": "st", "c": { "a": 1, "k": [{ "t": 0, "s": [0.094, 0.094, 0.106], "i": { "x": 0, "y": 1 }, "o": { "x": 0.5, "y": 0 } }, { "t": 48, "s": [0.086, 0.639, 0.29], "h": 1 }, { "t": 58.2, "s": [0.086, 0.639, 0.29], "h": 1 }] }, "lc": 1, "lj": 1, "ml": 10, "o": { "a": 0, "k": 100 }, "w": { "a": 0, "k": 2 } }, { "ty": "tr", "o": { "a": 0, "k": 100 } }] }] }, { "ind": 14, "ty": 3, "parent": 1, "ks": { "a": { "a": 1, "k": [{ "t": 0, "s": [84.085, 52.597], "i": { "x": [1, 0], "y": [1, 1] }, "o": { "x": [0, 0.5], "y": [0, 0] } }, { "t": 48, "s": [84.085, 20.58], "i": { "x": [1, 1], "y": [1, 1] }, "o": { "x": [0, 0], "y": [0, 0] } }, { "t": 58.2, "s": [84.085, 20.58], "h": 1 }] }, "p": { "a": 1, "k": [{ "t": 0, "s": [187.233, 86.085], "i": { "x": [0, 1], "y": [1, 1] }, "o": { "x": [0.501, 0], "y": [0, 0] } }, { "t": 48, "s": [361.233, 86.085], "i": { "x": [1, 1], "y": [1, 1] }, "o": { "x": [0, 0], "y": [0, 0] } }, { "t": 58.2, "s": [361.233, 86.085], "h": 1 }] }, "r": { "a": 0, "k": -90 } }, "ip": 0, "op": 59.2, "st": 0 }, { "ind": 17, "ty": 4, "parent": 16, "ks": {}, "ip": 0, "op": 59.2, "st": 0, "shapes": [{ "ty": "gr", "it": [{ "ty": "rc", "p": { "a": 0, "k": [84.085, 48.462] }, "r": { "a": 0, "k": 0 }, "s": { "a": 0, "k": [170.17, 241.415] } }, { "ty": "fl", "c": { "a": 0, "k": [0, 0, 0, 0] }, "o": { "a": 0, "k": 0 } }, { "ty": "tr", "o": { "a": 0, "k": 100 } }] }, { "ty": "gr", "it": [{ "ty": "el", "p": { "a": 1, "k": [{ "t": 0, "s": [84.085, 84.085], "i": { "x": [1, 0], "y": [1, 1] }, "o": { "x": [0, 0.5], "y": [0, 0] } }, { "t": 48, "s": [84.085, 12.84], "i": { "x": [1, 1], "y": [1, 1] }, "o": { "x": [0, 0], "y": [0, 0] } }, { "t": 58.2, "s": [84.085, 12.84], "h": 1 }] }, "s": { "a": 1, "k": [{ "t": 0, "s": [168.17, 168.17], "i": { "x": [1, 0], "y": [1, 1] }, "o": { "x": [0, 0.5], "y": [0, 0] } }, { "t": 48, "s": [168.17, 25.68], "i": { "x": [1, 1], "y": [1, 1] }, "o": { "x": [0, 0], "y": [0, 0] } }, { "t": 58.2, "s": [168.17, 25.68], "h": 1 }] } }, { "ty": "st", "c": { "a": 1, "k": [{ "t": 0, "s": [0.094, 0.094, 0.106], "i": { "x": 0, "y": 1 }, "o": { "x": 0.5, "y": 0 } }, { "t": 48, "s": [0.086, 0.639, 0.29], "h": 1 }, { "t": 58.2, "s": [0.086, 0.639, 0.29], "h": 1 }] }, "lc": 1, "lj": 1, "ml": 10, "o": { "a": 0, "k": 100 }, "w": { "a": 0, "k": 2 } }, { "ty": "tr", "o": { "a": 0, "k": 100 } }] }] }, { "ind": 16, "ty": 3, "parent": 1, "ks": { "a": { "a": 1, "k": [{ "t": 0, "s": [84.085, 84.085], "i": { "x": [1, 0], "y": [1, 1] }, "o": { "x": [0, 0.5], "y": [0, 0] } }, { "t": 48, "s": [84.085, 12.84], "i": { "x": [1, 1], "y": [1, 1] }, "o": { "x": [0, 0], "y": [0, 0] } }, { "t": 58.2, "s": [84.085, 12.84], "h": 1 }] }, "p": { "a": 1, "k": [{ "t": 0, "s": [323.915, 86.085], "i": { "x": [0.676, 1], "y": [0.341, 1] }, "o": { "x": [0.343, 0], "y": [0.005, 0] } }, { "t": 0.978, "s": [323.95663420043064, 86.085], "i": { "x": [0.673, 1], "y": [0.584, 1] }, "o": { "x": [0.34, 0], "y": [0.25, 0] } }, { "t": 1.614, "s": [324.03138769138735, 86.086], "h": 1 }, { "t": 1.614, "s": [324.0313876910098, 86.086], "i": { "x": [0.68, 1], "y": [0.576, 1] }, "o": { "x": [0.347, 0], "y": [0.241, 0] } }, { "t": 2.796, "s": [324.28556482912813, 86.085], "h": 1 }, { "t": 2.796, "s": [324.28556482670433, 86.085], "i": { "x": [0.675, 1], "y": [0.627, 1] }, "o": { "x": [0.342, 0], "y": [0.294, 0] } }, { "t": 3.51, "s": [324.52259296314884, 86.085], "h": 1 }, { "t": 3.51, "s": [324.52259296786195, 86.085], "i": { "x": [0.684, 0.919], "y": [0.612, 0.809] }, "o": { "x": [0.351, 0.137], "y": [0.278, 0.02] } }, { "t": 4.794, "s": [325.14040511375697, 86.084], "h": 1 }, { "t": 4.794, "s": [325.1404051146383, 86.084], "i": { "x": [0.669, 1], "y": [0.661, 1] }, "o": { "x": [0.336, 0], "y": [0.328, 0] } }, { "t": 4.95, "s": [325.2347281040143, 86.083], "h": 1 }, { "t": 4.95, "s": [325.2347281069112, 86.083], "i": { "x": [0.669, 1], "y": [0.661, 1] }, "o": { "x": [0.336, 0], "y": [0.327, 0] } }, { "t": 5.112, "s": [325.3375985063396, 86.083], "h": 1 }, { "t": 5.112, "s": [325.33759850680667, 86.083], "i": { "x": [0.672, 1], "y": [0.655, 1] }, "o": { "x": [0.338, 0], "y": [0.322, 0] } }, { "t": 5.436, "s": [325.55908952087935, 86.082], "h": 1 }, { "t": 5.436, "s": [325.5590895231054, 86.082], "i": { "x": [0.672, 1], "y": [0.656, 1] }, "o": { "x": [0.338, 0], "y": [0.323, 0] } }, { "t": 5.754, "s": [325.7981517036577, 86.082], "h": 1 }, { "t": 5.754, "s": [325.79815170294364, 86.082], "i": { "x": [0.672, 1], "y": [0.657, 1] }, "o": { "x": [0.339, 0], "y": [0.323, 0] } }, { "t": 6.072, "s": [326.06031174687666, 86.081], "h": 1 }, { "t": 6.072, "s": [326.0603117447034, 86.081], "i": { "x": [0.716, 0.764], "y": [0.602, 0.558] }, "o": { "x": [0.387, 0.213], "y": [0.264, 0.078] } }, { "t": 8.64, "s": [329.30386695127197, 86.066], "h": 1 }, { "t": 8.64, "s": [329.3038669545786, 86.066], "i": { "x": [0.738, 0.575], "y": [0.616, 0.259] }, "o": { "x": [0.419, 0.034], "y": [0.277, 0.02] } }, { "t": 11.208, "s": [336.19334419532015, 86.019], "h": 1 }, { "t": 11.208, "s": [336.1933442094853, 86.019], "i": { "x": [0.708, 0.443], "y": [0.646, 0.378] }, "o": { "x": [0.385, 0.282], "y": [0.31, 0.233] } }, { "t": 12.486, "s": [342.45487648448875, 85.97], "h": 1 }, { "t": 12.486, "s": [342.45487648338485, 85.97], "i": { "x": [0.672, 0.737], "y": [0.653, 0.993] }, "o": { "x": [0.359, 0.508], "y": [0.317, 0.837] } }, { "t": 13.77, "s": [351.1120167742516, 85.936], "h": 1 }, { "t": 13.77, "s": [351.11201675204825, 85.936], "i": { "x": [0.632, 0.835], "y": [0.664, 0.761] }, "o": { "x": [0.31, 0.406], "y": [0.328, 0.009] } }, { "t": 14.838, "s": [358.31062085516135, 85.956], "h": 1 }, { "t": 14.838, "s": [358.31062085755514, 85.956], "i": { "x": [0.646, 1], "y": [0.667, 1] }, "o": { "x": [0.314, 0.102], "y": [0.333, 0.093] } }, { "t": 15.378, "s": [361.44535575046314, 85.972], "h": 1 }, { "t": 15.378, "s": [361.44535573458415, 85.972], "i": { "x": [0.646, 1], "y": [0.668, 1] }, "o": { "x": [0.314, 0], "y": [0.334, 0] } }, { "t": 15.912, "s": [364.1835330450081, 85.986], "h": 1 }, { "t": 15.912, "s": [364.18353305463677, 85.986], "i": { "x": [0.596, 0.677], "y": [0.677, 0.795] }, "o": { "x": [0.272, 0.216], "y": [0.341, 0.319] } }, { "t": 18.048, "s": [372.3953611245607, 86.027], "h": 1 }, { "t": 18.048, "s": [372.39536110881954, 86.027], "i": { "x": [0.582, 0.4], "y": [0.697, 0.643] }, "o": { "x": [0.258, 0.222], "y": [0.358, 0.349] } }, { "t": 22.326, "s": [381.8736351384922, 86.059], "h": 1 }, { "t": 22.326, "s": [381.8736351411393, 86.059], "i": { "x": [0.659, 1], "y": [0.671, 1] }, "o": { "x": [0.326, 0], "y": [0.337, 0] } }, { "t": 22.866, "s": [382.7121989738403, 86.061], "h": 1 }, { "t": 22.866, "s": [382.712198966234, 86.061], "i": { "x": [0.66, 1], "y": [0.671, 1] }, "o": { "x": [0.326, 0], "y": [0.337, 0] } }, { "t": 23.4, "s": [383.48801188636054, 86.063], "h": 1 }, { "t": 23.4, "s": [383.48801189091955, 86.063], "i": { "x": [0.663, 1], "y": [0.669, 1] }, "o": { "x": [0.33, 0], "y": [0.335, 0] } }, { "t": 23.664, "s": [383.8534030951357, 86.064], "h": 1 }, { "t": 23.664, "s": [383.8534030948541, 86.064], "i": { "x": [0.665, 1], "y": [0.668, 1] }, "o": { "x": [0.332, 0], "y": [0.334, 0] } }, { "t": 23.802, "s": [384.0398673153567, 86.064], "h": 1 }, { "t": 23.802, "s": [384.03986731592005, 86.064], "i": { "x": [0.665, 1], "y": [0.668, 1] }, "o": { "x": [0.332, 0], "y": [0.334, 0] } }, { "t": 23.934, "s": [384.2153943876203, 86.065], "h": 1 }, { "t": 23.934, "s": [384.2153943963581, 86.065], "i": { "x": [0.664, 1], "y": [0.669, 1] }, "o": { "x": [0.33, 0], "y": [0.335, 0] } }, { "t": 24.198, "s": [384.5583812584192, 86.066], "h": 1 }, { "t": 24.198, "s": [384.55838125790535, 86.066], "i": { "x": [0.664, 1], "y": [0.669, 1] }, "o": { "x": [0.33, 0], "y": [0.335, 0] } }, { "t": 24.468, "s": [384.89842055837994, 86.066], "h": 1 }, { "t": 24.468, "s": [384.89842054901396, 86.066], "i": { "x": [0.661, 1], "y": [0.671, 1] }, "o": { "x": [0.327, 0], "y": [0.338, 0] } }, { "t": 25.002, "s": [385.5406552066638, 86.068], "h": 1 }, { "t": 25.002, "s": [385.54065520914514, 86.068], "i": { "x": [0.664, 1], "y": [0.669, 1] }, "o": { "x": [0.33, 0], "y": [0.336, 0] } }, { "t": 25.272, "s": [385.85086619804207, 86.068], "h": 1 }, { "t": 25.272, "s": [385.85086619519416, 86.068], "i": { "x": [0.664, 1], "y": [0.669, 1] }, "o": { "x": [0.331, 0], "y": [0.335, 0] } }, { "t": 25.536, "s": [386.14523552735466, 86.069], "h": 1 }, { "t": 25.536, "s": [386.1452355320263, 86.069], "i": { "x": [0.661, 1], "y": [0.671, 1] }, "o": { "x": [0.328, 0], "y": [0.338, 0] } }, { "t": 26.07, "s": [386.71493705613057, 86.07], "h": 1 }, { "t": 26.07, "s": [386.7149370464945, 86.07], "i": { "x": [0.661, 0.909], "y": [0.671, 0.878] }, "o": { "x": [0.328, 0], "y": [0.338, 0] } }, { "t": 26.61, "s": [387.25808898022547, 86.071], "h": 1 }, { "t": 26.61, "s": [387.2580889884901, 86.071], "i": { "x": [0.631, 0.737], "y": [0.708, 0.843] }, "o": { "x": [0.299, 0.09], "y": [0.372, 0.172] } }, { "t": 30.888, "s": [390.6147812206882, 86.078], "h": 1 }, { "t": 30.888, "s": [390.6147812189857, 86.078], "i": { "x": [0.661, 1], "y": [0.675, 1] }, "o": { "x": [0.328, 0], "y": [0.342, 0] } }, { "t": 31.686, "s": [391.0900371673682, 86.078], "h": 1 }, { "t": 31.686, "s": [391.09003716304886, 86.078], "i": { "x": [0.665, 1], "y": [0.67, 1] }, "o": { "x": [0.332, 0], "y": [0.336, 0] } }, { "t": 31.956, "s": [391.24193767793383, 86.079], "h": 1 }, { "t": 31.956, "s": [391.2419376796693, 86.079], "i": { "x": [0.66, 1], "y": [0.679, 1] }, "o": { "x": [0.326, 0], "y": [0.346, 0] } }, { "t": 33.024, "s": [391.8014864327502, 86.079], "h": 1 }, { "t": 33.024, "s": [391.8014864319533, 86.079], "i": { "x": [0.663, 1], "y": [0.673, 1] }, "o": { "x": [0.33, 0], "y": [0.34, 0] } }, { "t": 33.558, "s": [392.0578708976142, 86.08], "h": 1 }, { "t": 33.558, "s": [392.05787090360684, 86.08], "i": { "x": [0.663, 1], "y": [0.673, 1] }, "o": { "x": [0.33, 0], "y": [0.34, 0] } }, { "t": 34.092, "s": [392.29959629350714, 86.08], "h": 1 }, { "t": 34.092, "s": [392.29959629137556, 86.08], "i": { "x": [0.66, 1], "y": [0.681, 1] }, "o": { "x": [0.327, 0], "y": [0.347, 0] } }, { "t": 35.166, "s": [392.743918361474, 86.081], "h": 1 }, { "t": 35.166, "s": [392.7439183605346, 86.081], "i": { "x": [0.644, 0.839], "y": [0.737, 0.917] }, "o": { "x": [0.312, 0.044], "y": [0.401, 0.108] } }, { "t": 39.444, "s": [394.0352488527489, 86.083], "h": 1 }, { "t": 39.444, "s": [394.03524885155645, 86.083], "i": { "x": [0.632, 0.339], "y": [0.999, 0.592] }, "o": { "x": [0.3, 0.037], "y": [0.651, 0.037] } }, { "t": 48, "s": [394.915, 86.085], "i": { "x": [1, 1], "y": [1, 1] }, "o": { "x": [0, 0], "y": [0, 0] } }, { "t": 58.2, "s": [394.915, 86.085], "h": 1 }] }, "r": { "a": 0, "k": -90 } }, "ip": 0, "op": 59.2, "st": 0 }, { "ind": 1, "ty": 3, "parent": 0, "ks": {}, "ip": 0, "op": 59.2, "st": 0 }, { "ind": 18, "ty": 4, "parent": 0, "ks": {}, "ip": 0, "op": 59.2, "st": 0, "shapes": [{ "ty": "rc", "p": { "a": 0, "k": [205, 86] }, "r": { "a": 0, "k": 0 }, "s": { "a": 0, "k": [410, 172] } }, { "ty": "fl", "c": { "a": 0, "k": [1, 1, 1] }, "o": { "a": 0, "k": 100 } }] }, { "ind": 0, "ty": 3, "ks": {}, "ip": 0, "op": 59.2, "st": 0 }], "meta": { "g": "https://jitter.video" }, "op": 58.2, "v": "5.7.4", "w": 410 }
|