@ordanetwork/sdk 1.2.0 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/api/Balances.d.ts +32 -0
- package/dist/browser/api/Balances.d.ts.map +1 -0
- package/dist/browser/api/Balances.js +39 -0
- package/dist/browser/api/Balances.js.map +1 -0
- package/dist/browser/api/Prices.d.ts +26 -0
- package/dist/browser/api/Prices.d.ts.map +1 -0
- package/dist/browser/api/Prices.js +33 -0
- package/dist/browser/api/Prices.js.map +1 -0
- package/dist/browser/crypto/web-crypto.js.map +1 -1
- package/dist/browser/index.d.ts +6 -0
- package/dist/browser/index.d.ts.map +1 -1
- package/dist/browser/index.js +9 -5
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/react/assets/animations/completed.json +1 -0
- package/dist/browser/react/assets/animations/converting.json +1 -0
- package/dist/browser/react/assets/animations/error.json +1 -0
- package/dist/browser/react/assets/animations/index.d.ts +4 -0
- package/dist/browser/react/assets/animations/index.d.ts.map +1 -0
- package/dist/browser/react/assets/animations/index.js +6 -0
- package/dist/browser/react/assets/animations/index.js.map +1 -0
- package/dist/browser/react/assets/chains/index.d.ts +3 -0
- package/dist/browser/react/assets/chains/index.d.ts.map +1 -0
- package/dist/browser/react/assets/chains/index.js +31 -0
- package/dist/browser/react/assets/chains/index.js.map +1 -0
- package/dist/browser/react/assets/icons/index.d.ts +10 -0
- package/dist/browser/react/assets/icons/index.d.ts.map +1 -0
- package/dist/browser/react/assets/icons/index.js +10 -0
- package/dist/browser/react/assets/icons/index.js.map +1 -0
- package/dist/browser/react/assets/index.d.ts +6 -0
- package/dist/browser/react/assets/index.d.ts.map +1 -0
- package/dist/browser/react/assets/index.js +9 -0
- package/dist/browser/react/assets/index.js.map +1 -0
- package/dist/browser/react/assets/tokens/index.d.ts +3 -0
- package/dist/browser/react/assets/tokens/index.d.ts.map +1 -0
- package/dist/browser/react/assets/tokens/index.js +45 -0
- package/dist/browser/react/assets/tokens/index.js.map +1 -0
- package/dist/browser/react/components/Widget/Widget.d.ts +2 -0
- package/dist/browser/react/components/Widget/Widget.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/Widget.js +682 -0
- package/dist/browser/react/components/Widget/Widget.js.map +1 -0
- package/dist/browser/react/components/Widget/components/CollapsibleDetails.d.ts +15 -0
- package/dist/browser/react/components/Widget/components/CollapsibleDetails.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/CollapsibleDetails.js +50 -0
- package/dist/browser/react/components/Widget/components/CollapsibleDetails.js.map +1 -0
- package/dist/browser/react/components/Widget/components/CustomDialogHeader.d.ts +13 -0
- package/dist/browser/react/components/Widget/components/CustomDialogHeader.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/CustomDialogHeader.js +27 -0
- package/dist/browser/react/components/Widget/components/CustomDialogHeader.js.map +1 -0
- package/dist/browser/react/components/Widget/components/Footer.d.ts +2 -0
- package/dist/browser/react/components/Widget/components/Footer.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/Footer.js +6 -0
- package/dist/browser/react/components/Widget/components/Footer.js.map +1 -0
- package/dist/browser/react/components/Widget/components/Header.d.ts +2 -0
- package/dist/browser/react/components/Widget/components/Header.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/Header.js +33 -0
- package/dist/browser/react/components/Widget/components/Header.js.map +1 -0
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.d.ts +15 -0
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.js +79 -0
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.js.map +1 -0
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.d.ts +8 -0
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.js +79 -0
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.js.map +1 -0
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.d.ts +21 -0
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.js +90 -0
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.js.map +1 -0
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.d.ts +3 -0
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.js +2 -0
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.js.map +1 -0
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.d.ts +9 -0
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.js +15 -0
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.js.map +1 -0
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/index.d.ts +3 -0
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/index.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/index.js +3 -0
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/index.js.map +1 -0
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/index.d.ts +2 -0
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/index.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/index.js +2 -0
- package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/index.js.map +1 -0
- package/dist/browser/react/components/Widget/components/Recipient.d.ts +8 -0
- package/dist/browser/react/components/Widget/components/Recipient.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/Recipient.js +9 -0
- package/dist/browser/react/components/Widget/components/Recipient.js.map +1 -0
- package/dist/browser/react/components/Widget/components/RecipientDialog/RecipientDialog.d.ts +13 -0
- package/dist/browser/react/components/Widget/components/RecipientDialog/RecipientDialog.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/RecipientDialog/RecipientDialog.js +114 -0
- package/dist/browser/react/components/Widget/components/RecipientDialog/RecipientDialog.js.map +1 -0
- package/dist/browser/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.d.ts +24 -0
- package/dist/browser/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.js +49 -0
- package/dist/browser/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.js.map +1 -0
- package/dist/browser/react/components/Widget/components/RecipientDialog/components/index.d.ts +2 -0
- package/dist/browser/react/components/Widget/components/RecipientDialog/components/index.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/RecipientDialog/components/index.js +2 -0
- package/dist/browser/react/components/Widget/components/RecipientDialog/components/index.js.map +1 -0
- package/dist/browser/react/components/Widget/components/RecipientDialog/index.d.ts +2 -0
- package/dist/browser/react/components/Widget/components/RecipientDialog/index.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/RecipientDialog/index.js +2 -0
- package/dist/browser/react/components/Widget/components/RecipientDialog/index.js.map +1 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.d.ts +15 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.js +100 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.js.map +1 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.d.ts +27 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.js +10 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.js.map +1 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.d.ts +18 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.js +55 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.js.map +1 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.d.ts +14 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.js +35 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.js.map +1 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.d.ts +12 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.js +11 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.js.map +1 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.d.ts +4 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.js +4 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.js.map +1 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.d.ts +2 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.js +2 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.js.map +1 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/index.d.ts +2 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/index.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/index.js +2 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/index.js.map +1 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/index.d.ts +2 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/index.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/index.js +2 -0
- package/dist/browser/react/components/Widget/components/SelectAssetDialog/index.js.map +1 -0
- package/dist/browser/react/components/Widget/components/TokenInput.d.ts +16 -0
- package/dist/browser/react/components/Widget/components/TokenInput.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/TokenInput.js +21 -0
- package/dist/browser/react/components/Widget/components/TokenInput.js.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/TransactionDialog.d.ts +25 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/TransactionDialog.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/TransactionDialog.js +33 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/TransactionDialog.js.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.d.ts +17 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.js +313 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.js.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.d.ts +21 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.js +75 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.js.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.d.ts +2 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.js +2 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.js.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/index.d.ts +2 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/index.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/index.js +2 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/index.js.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.d.ts +16 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.js +93 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.js.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.d.ts +10 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.js +32 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.js.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.d.ts +9 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.js +32 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.js.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.d.ts +17 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.js +37 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.js.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.d.ts +4 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.js +4 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.js.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/index.d.ts +2 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/index.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/index.js +2 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/index.js.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/Swap/Swap.d.ts +18 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/Swap/Swap.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/Swap/Swap.js +357 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/Swap/Swap.js.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/Swap/index.d.ts +2 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/Swap/index.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/Swap/index.js +2 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/Swap/index.js.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.d.ts +17 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.js +45 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.js.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.d.ts +10 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.js +49 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.js.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.d.ts +2 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.js +2 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.js.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.d.ts +2 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.js +2 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.js.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/index.d.ts +5 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/index.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/index.js +5 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/components/index.js.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/index.d.ts +2 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/index.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/index.js +2 -0
- package/dist/browser/react/components/Widget/components/TransactionDialog/index.js.map +1 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.d.ts +7 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.js +25 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.js.map +1 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.d.ts +7 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.js +30 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.js.map +1 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.d.ts +12 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.js +17 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.js.map +1 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.d.ts +2 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.js +2 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.js.map +1 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.d.ts +2 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.js +2 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.js.map +1 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.d.ts +7 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.js +68 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.js.map +1 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.d.ts +16 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.js +36 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.js.map +1 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.d.ts +2 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.js +2 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.js.map +1 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.d.ts +2 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.js +2 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.js.map +1 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/index.d.ts +3 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/index.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/index.js +3 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/index.js.map +1 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/index.d.ts +2 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/index.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/index.js +2 -0
- package/dist/browser/react/components/Widget/components/UserAccountDrawer/index.js.map +1 -0
- package/dist/browser/react/components/Widget/components/index.d.ts +13 -0
- package/dist/browser/react/components/Widget/components/index.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/index.js +13 -0
- package/dist/browser/react/components/Widget/components/index.js.map +1 -0
- package/dist/browser/react/components/Widget/components/shared/TokenIconDisplay.d.ts +15 -0
- package/dist/browser/react/components/Widget/components/shared/TokenIconDisplay.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/shared/TokenIconDisplay.js +31 -0
- package/dist/browser/react/components/Widget/components/shared/TokenIconDisplay.js.map +1 -0
- package/dist/browser/react/components/Widget/components/shared/index.d.ts +2 -0
- package/dist/browser/react/components/Widget/components/shared/index.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/components/shared/index.js +2 -0
- package/dist/browser/react/components/Widget/components/shared/index.js.map +1 -0
- package/dist/browser/react/components/Widget/index.d.ts +3 -0
- package/dist/browser/react/components/Widget/index.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/index.js +2 -0
- package/dist/browser/react/components/Widget/index.js.map +1 -0
- package/dist/browser/react/components/Widget/types/quote.d.ts +205 -0
- package/dist/browser/react/components/Widget/types/quote.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/types/quote.js +53 -0
- package/dist/browser/react/components/Widget/types/quote.js.map +1 -0
- package/dist/browser/react/components/Widget/types.d.ts +24 -0
- package/dist/browser/react/components/Widget/types.d.ts.map +1 -0
- package/dist/browser/react/components/Widget/types.js +3 -0
- package/dist/browser/react/components/Widget/types.js.map +1 -0
- package/dist/browser/react/components/ui/badge.d.ts +10 -0
- package/dist/browser/react/components/ui/badge.d.ts.map +1 -0
- package/dist/browser/react/components/ui/badge.js +21 -0
- package/dist/browser/react/components/ui/badge.js.map +1 -0
- package/dist/browser/react/components/ui/button.d.ts +12 -0
- package/dist/browser/react/components/ui/button.d.ts.map +1 -0
- package/dist/browser/react/components/ui/button.js +34 -0
- package/dist/browser/react/components/ui/button.js.map +1 -0
- package/dist/browser/react/components/ui/dialog.d.ts +18 -0
- package/dist/browser/react/components/ui/dialog.d.ts.map +1 -0
- package/dist/browser/react/components/ui/dialog.js +41 -0
- package/dist/browser/react/components/ui/dialog.js.map +1 -0
- package/dist/browser/react/components/ui/drawer.d.ts +23 -0
- package/dist/browser/react/components/ui/drawer.d.ts.map +1 -0
- package/dist/browser/react/components/ui/drawer.js +24 -0
- package/dist/browser/react/components/ui/drawer.js.map +1 -0
- package/dist/browser/react/components/ui/index.d.ts +12 -0
- package/dist/browser/react/components/ui/index.d.ts.map +1 -0
- package/dist/browser/react/components/ui/index.js +10 -0
- package/dist/browser/react/components/ui/index.js.map +1 -0
- package/dist/browser/react/components/ui/input.d.ts +4 -0
- package/dist/browser/react/components/ui/input.d.ts.map +1 -0
- package/dist/browser/react/components/ui/input.js +9 -0
- package/dist/browser/react/components/ui/input.js.map +1 -0
- package/dist/browser/react/components/ui/label.d.ts +6 -0
- package/dist/browser/react/components/ui/label.d.ts.map +1 -0
- package/dist/browser/react/components/ui/label.js +10 -0
- package/dist/browser/react/components/ui/label.js.map +1 -0
- package/dist/browser/react/components/ui/popover.d.ts +8 -0
- package/dist/browser/react/components/ui/popover.d.ts.map +1 -0
- package/dist/browser/react/components/ui/popover.js +12 -0
- package/dist/browser/react/components/ui/popover.js.map +1 -0
- package/dist/browser/react/components/ui/select.d.ts +14 -0
- package/dist/browser/react/components/ui/select.d.ts.map +1 -0
- package/dist/browser/react/components/ui/select.js +27 -0
- package/dist/browser/react/components/ui/select.js.map +1 -0
- package/dist/browser/react/components/ui/sheet.d.ts +26 -0
- package/dist/browser/react/components/ui/sheet.d.ts.map +1 -0
- package/dist/browser/react/components/ui/sheet.js +38 -0
- package/dist/browser/react/components/ui/sheet.js.map +1 -0
- package/dist/browser/react/config/appkit.d.ts +2719 -0
- package/dist/browser/react/config/appkit.d.ts.map +1 -0
- package/dist/browser/react/config/appkit.js +79 -0
- package/dist/browser/react/config/appkit.js.map +1 -0
- package/dist/browser/react/config/index.d.ts +3 -0
- package/dist/browser/react/config/index.d.ts.map +1 -0
- package/dist/browser/react/config/index.js +2 -0
- package/dist/browser/react/config/index.js.map +1 -0
- package/dist/browser/react/hooks/index.d.ts +18 -0
- package/dist/browser/react/hooks/index.d.ts.map +1 -0
- package/dist/browser/react/hooks/index.js +11 -0
- package/dist/browser/react/hooks/index.js.map +1 -0
- package/dist/browser/react/hooks/useBalances.d.ts +41 -0
- package/dist/browser/react/hooks/useBalances.d.ts.map +1 -0
- package/dist/browser/react/hooks/useBalances.js +65 -0
- package/dist/browser/react/hooks/useBalances.js.map +1 -0
- package/dist/browser/react/hooks/useLocalRecipients.d.ts +69 -0
- package/dist/browser/react/hooks/useLocalRecipients.d.ts.map +1 -0
- package/dist/browser/react/hooks/useLocalRecipients.js +166 -0
- package/dist/browser/react/hooks/useLocalRecipients.js.map +1 -0
- package/dist/browser/react/hooks/useMediaQuery.d.ts +21 -0
- package/dist/browser/react/hooks/useMediaQuery.d.ts.map +1 -0
- package/dist/browser/react/hooks/useMediaQuery.js +38 -0
- package/dist/browser/react/hooks/useMediaQuery.js.map +1 -0
- package/dist/browser/react/hooks/useMultiChainBalances.d.ts +58 -0
- package/dist/browser/react/hooks/useMultiChainBalances.d.ts.map +1 -0
- package/dist/browser/react/hooks/useMultiChainBalances.js +179 -0
- package/dist/browser/react/hooks/useMultiChainBalances.js.map +1 -0
- package/dist/browser/react/hooks/useOffRamp.d.ts +34 -0
- package/dist/browser/react/hooks/useOffRamp.d.ts.map +1 -0
- package/dist/browser/react/hooks/useOffRamp.js +109 -0
- package/dist/browser/react/hooks/useOffRamp.js.map +1 -0
- package/dist/browser/react/hooks/useOnRamp.d.ts +34 -0
- package/dist/browser/react/hooks/useOnRamp.d.ts.map +1 -0
- package/dist/browser/react/hooks/useOnRamp.js +109 -0
- package/dist/browser/react/hooks/useOnRamp.js.map +1 -0
- package/dist/browser/react/hooks/useQuote.d.ts +28 -0
- package/dist/browser/react/hooks/useQuote.d.ts.map +1 -0
- package/dist/browser/react/hooks/useQuote.js +79 -0
- package/dist/browser/react/hooks/useQuote.js.map +1 -0
- package/dist/browser/react/hooks/useRecipient.d.ts +30 -0
- package/dist/browser/react/hooks/useRecipient.d.ts.map +1 -0
- package/dist/browser/react/hooks/useRecipient.js +158 -0
- package/dist/browser/react/hooks/useRecipient.js.map +1 -0
- package/dist/browser/react/hooks/useTokenPrices.d.ts +34 -0
- package/dist/browser/react/hooks/useTokenPrices.d.ts.map +1 -0
- package/dist/browser/react/hooks/useTokenPrices.js +58 -0
- package/dist/browser/react/hooks/useTokenPrices.js.map +1 -0
- package/dist/browser/react/hooks/useTransaction.d.ts +31 -0
- package/dist/browser/react/hooks/useTransaction.d.ts.map +1 -0
- package/dist/browser/react/hooks/useTransaction.js +102 -0
- package/dist/browser/react/hooks/useTransaction.js.map +1 -0
- package/dist/browser/react/index.d.ts +16 -0
- package/dist/browser/react/index.d.ts.map +1 -0
- package/dist/browser/react/index.js +10 -0
- package/dist/browser/react/index.js.map +1 -0
- package/dist/browser/react/lib/constants/chains.d.ts +65 -0
- package/dist/browser/react/lib/constants/chains.d.ts.map +1 -0
- package/dist/browser/react/lib/constants/chains.js +259 -0
- package/dist/browser/react/lib/constants/chains.js.map +1 -0
- package/dist/browser/react/lib/constants/index.d.ts +6 -0
- package/dist/browser/react/lib/constants/index.d.ts.map +1 -0
- package/dist/browser/react/lib/constants/index.js +4 -0
- package/dist/browser/react/lib/constants/index.js.map +1 -0
- package/dist/browser/react/lib/constants/tokens.d.ts +30 -0
- package/dist/browser/react/lib/constants/tokens.d.ts.map +1 -0
- package/dist/browser/react/lib/constants/tokens.js +418 -0
- package/dist/browser/react/lib/constants/tokens.js.map +1 -0
- package/dist/browser/react/lib/constants/wrappedTokens.d.ts +21 -0
- package/dist/browser/react/lib/constants/wrappedTokens.d.ts.map +1 -0
- package/dist/browser/react/lib/constants/wrappedTokens.js +63 -0
- package/dist/browser/react/lib/constants/wrappedTokens.js.map +1 -0
- package/dist/browser/react/lib/index.d.ts +5 -0
- package/dist/browser/react/lib/index.d.ts.map +1 -0
- package/dist/browser/react/lib/index.js +4 -0
- package/dist/browser/react/lib/index.js.map +1 -0
- package/dist/browser/react/lib/sdk-client.d.ts +17 -0
- package/dist/browser/react/lib/sdk-client.d.ts.map +1 -0
- package/dist/browser/react/lib/sdk-client.js +51 -0
- package/dist/browser/react/lib/sdk-client.js.map +1 -0
- package/dist/browser/react/lib/utils/chain.d.ts +11 -0
- package/dist/browser/react/lib/utils/chain.d.ts.map +1 -0
- package/dist/browser/react/lib/utils/chain.js +31 -0
- package/dist/browser/react/lib/utils/chain.js.map +1 -0
- package/dist/browser/react/lib/utils/cn.d.ts +3 -0
- package/dist/browser/react/lib/utils/cn.d.ts.map +1 -0
- package/dist/browser/react/lib/utils/cn.js +6 -0
- package/dist/browser/react/lib/utils/cn.js.map +1 -0
- package/dist/browser/react/lib/utils/copyToClipboard.d.ts +2 -0
- package/dist/browser/react/lib/utils/copyToClipboard.d.ts.map +1 -0
- package/dist/browser/react/lib/utils/copyToClipboard.js +16 -0
- package/dist/browser/react/lib/utils/copyToClipboard.js.map +1 -0
- package/dist/browser/react/lib/utils/errors.d.ts +11 -0
- package/dist/browser/react/lib/utils/errors.d.ts.map +1 -0
- package/dist/browser/react/lib/utils/errors.js +15 -0
- package/dist/browser/react/lib/utils/errors.js.map +1 -0
- package/dist/browser/react/lib/utils/format.d.ts +38 -0
- package/dist/browser/react/lib/utils/format.d.ts.map +1 -0
- package/dist/browser/react/lib/utils/format.js +92 -0
- package/dist/browser/react/lib/utils/format.js.map +1 -0
- package/dist/browser/react/lib/utils/formatUsd.d.ts +19 -0
- package/dist/browser/react/lib/utils/formatUsd.d.ts.map +1 -0
- package/dist/browser/react/lib/utils/formatUsd.js +58 -0
- package/dist/browser/react/lib/utils/formatUsd.js.map +1 -0
- package/dist/browser/react/lib/utils/index.d.ts +12 -0
- package/dist/browser/react/lib/utils/index.d.ts.map +1 -0
- package/dist/browser/react/lib/utils/index.js +11 -0
- package/dist/browser/react/lib/utils/index.js.map +1 -0
- package/dist/browser/react/lib/utils/inputFormatters.d.ts +6 -0
- package/dist/browser/react/lib/utils/inputFormatters.d.ts.map +1 -0
- package/dist/browser/react/lib/utils/inputFormatters.js +32 -0
- package/dist/browser/react/lib/utils/inputFormatters.js.map +1 -0
- package/dist/browser/react/lib/utils/network-mapping.d.ts +45 -0
- package/dist/browser/react/lib/utils/network-mapping.d.ts.map +1 -0
- package/dist/browser/react/lib/utils/network-mapping.js +153 -0
- package/dist/browser/react/lib/utils/network-mapping.js.map +1 -0
- package/dist/browser/react/lib/utils/transaction.d.ts +57 -0
- package/dist/browser/react/lib/utils/transaction.d.ts.map +1 -0
- package/dist/browser/react/lib/utils/transaction.js +136 -0
- package/dist/browser/react/lib/utils/transaction.js.map +1 -0
- package/dist/browser/react/lib/utils/validation.d.ts +27 -0
- package/dist/browser/react/lib/utils/validation.d.ts.map +1 -0
- package/dist/browser/react/lib/utils/validation.js +36 -0
- package/dist/browser/react/lib/utils/validation.js.map +1 -0
- package/dist/browser/react/providers/OrdaProvider.d.ts +38 -0
- package/dist/browser/react/providers/OrdaProvider.d.ts.map +1 -0
- package/dist/browser/react/providers/OrdaProvider.js +55 -0
- package/dist/browser/react/providers/OrdaProvider.js.map +1 -0
- package/dist/browser/react/providers/OrdaSDKContext.d.ts +26 -0
- package/dist/browser/react/providers/OrdaSDKContext.d.ts.map +1 -0
- package/dist/browser/react/providers/OrdaSDKContext.js +154 -0
- package/dist/browser/react/providers/OrdaSDKContext.js.map +1 -0
- package/dist/browser/react/providers/index.d.ts +4 -0
- package/dist/browser/react/providers/index.d.ts.map +1 -0
- package/dist/browser/react/providers/index.js +3 -0
- package/dist/browser/react/providers/index.js.map +1 -0
- package/dist/browser/react/providers/types.d.ts +68 -0
- package/dist/browser/react/providers/types.d.ts.map +1 -0
- package/dist/browser/react/providers/types.js +2 -0
- package/dist/browser/react/providers/types.js.map +1 -0
- package/dist/browser/types/balances.d.ts +49 -0
- package/dist/browser/types/balances.d.ts.map +1 -0
- package/dist/browser/types/balances.js +2 -0
- package/dist/browser/types/balances.js.map +1 -0
- package/dist/browser/types/index.d.ts +2 -0
- package/dist/browser/types/index.d.ts.map +1 -1
- package/dist/browser/types/index.js +2 -0
- package/dist/browser/types/index.js.map +1 -1
- package/dist/browser/types/jwt.d.ts +1 -1
- package/dist/browser/types/jwt.d.ts.map +1 -1
- package/dist/browser/types/prices.d.ts +25 -0
- package/dist/browser/types/prices.d.ts.map +1 -0
- package/dist/browser/types/prices.js +2 -0
- package/dist/browser/types/prices.js.map +1 -0
- package/dist/cjs/api/Balances.d.ts +32 -0
- package/dist/cjs/api/Balances.d.ts.map +1 -0
- package/dist/cjs/api/Balances.js +43 -0
- package/dist/cjs/api/Balances.js.map +1 -0
- package/dist/cjs/api/Prices.d.ts +26 -0
- package/dist/cjs/api/Prices.d.ts.map +1 -0
- package/dist/cjs/api/Prices.js +37 -0
- package/dist/cjs/api/Prices.js.map +1 -0
- package/dist/cjs/crypto/web-crypto.js.map +1 -1
- package/dist/cjs/index.d.ts +6 -0
- package/dist/cjs/index.d.ts.map +1 -1
- package/dist/cjs/index.js +12 -6
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/react/assets/animations/completed.json +1 -0
- package/dist/cjs/react/assets/animations/converting.json +1 -0
- package/dist/cjs/react/assets/animations/error.json +1 -0
- package/dist/cjs/react/assets/animations/index.d.ts +4 -0
- package/dist/cjs/react/assets/animations/index.d.ts.map +1 -0
- package/dist/cjs/react/assets/animations/index.js +15 -0
- package/dist/cjs/react/assets/animations/index.js.map +1 -0
- package/dist/cjs/react/assets/chains/index.d.ts +3 -0
- package/dist/cjs/react/assets/chains/index.d.ts.map +1 -0
- package/dist/cjs/react/assets/chains/index.js +35 -0
- package/dist/cjs/react/assets/chains/index.js.map +1 -0
- package/dist/cjs/react/assets/icons/index.d.ts +10 -0
- package/dist/cjs/react/assets/icons/index.d.ts.map +1 -0
- package/dist/cjs/react/assets/icons/index.js +13 -0
- package/dist/cjs/react/assets/icons/index.js.map +1 -0
- package/dist/cjs/react/assets/index.d.ts +6 -0
- package/dist/cjs/react/assets/index.d.ts.map +1 -0
- package/dist/cjs/react/assets/index.js +31 -0
- package/dist/cjs/react/assets/index.js.map +1 -0
- package/dist/cjs/react/assets/tokens/index.d.ts +3 -0
- package/dist/cjs/react/assets/tokens/index.d.ts.map +1 -0
- package/dist/cjs/react/assets/tokens/index.js +49 -0
- package/dist/cjs/react/assets/tokens/index.js.map +1 -0
- package/dist/cjs/react/components/Widget/Widget.d.ts +2 -0
- package/dist/cjs/react/components/Widget/Widget.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/Widget.js +686 -0
- package/dist/cjs/react/components/Widget/Widget.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/CollapsibleDetails.d.ts +15 -0
- package/dist/cjs/react/components/Widget/components/CollapsibleDetails.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/CollapsibleDetails.js +54 -0
- package/dist/cjs/react/components/Widget/components/CollapsibleDetails.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/CustomDialogHeader.d.ts +13 -0
- package/dist/cjs/react/components/Widget/components/CustomDialogHeader.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/CustomDialogHeader.js +34 -0
- package/dist/cjs/react/components/Widget/components/CustomDialogHeader.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/Footer.d.ts +2 -0
- package/dist/cjs/react/components/Widget/components/Footer.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/Footer.js +10 -0
- package/dist/cjs/react/components/Widget/components/Footer.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/Header.d.ts +2 -0
- package/dist/cjs/react/components/Widget/components/Header.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/Header.js +37 -0
- package/dist/cjs/react/components/Widget/components/Header.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.d.ts +15 -0
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.js +83 -0
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.d.ts +8 -0
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.js +83 -0
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.d.ts +21 -0
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.js +93 -0
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.d.ts +3 -0
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.js +6 -0
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.d.ts +9 -0
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.js +19 -0
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/index.d.ts +3 -0
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/index.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/index.js +8 -0
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/index.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/index.d.ts +2 -0
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/index.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/index.js +6 -0
- package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/index.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/Recipient.d.ts +8 -0
- package/dist/cjs/react/components/Widget/components/Recipient.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/Recipient.js +13 -0
- package/dist/cjs/react/components/Widget/components/Recipient.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/RecipientDialog/RecipientDialog.d.ts +13 -0
- package/dist/cjs/react/components/Widget/components/RecipientDialog/RecipientDialog.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/RecipientDialog/RecipientDialog.js +118 -0
- package/dist/cjs/react/components/Widget/components/RecipientDialog/RecipientDialog.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.d.ts +24 -0
- package/dist/cjs/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.js +53 -0
- package/dist/cjs/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/RecipientDialog/components/index.d.ts +2 -0
- package/dist/cjs/react/components/Widget/components/RecipientDialog/components/index.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/RecipientDialog/components/index.js +6 -0
- package/dist/cjs/react/components/Widget/components/RecipientDialog/components/index.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/RecipientDialog/index.d.ts +2 -0
- package/dist/cjs/react/components/Widget/components/RecipientDialog/index.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/RecipientDialog/index.js +6 -0
- package/dist/cjs/react/components/Widget/components/RecipientDialog/index.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.d.ts +15 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.js +104 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.d.ts +27 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.js +14 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.d.ts +18 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.js +59 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.d.ts +14 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.js +39 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.d.ts +12 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.js +15 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.d.ts +4 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.js +10 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.d.ts +2 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.js +6 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/index.d.ts +2 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/index.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/index.js +6 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/index.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/index.d.ts +2 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/index.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/index.js +6 -0
- package/dist/cjs/react/components/Widget/components/SelectAssetDialog/index.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/TokenInput.d.ts +16 -0
- package/dist/cjs/react/components/Widget/components/TokenInput.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/TokenInput.js +25 -0
- package/dist/cjs/react/components/Widget/components/TokenInput.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/TransactionDialog.d.ts +25 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/TransactionDialog.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/TransactionDialog.js +37 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/TransactionDialog.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.d.ts +17 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.js +317 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.d.ts +21 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.js +79 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.d.ts +2 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.js +6 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/index.d.ts +2 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/index.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/index.js +6 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/index.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.d.ts +16 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.js +97 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.d.ts +10 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.js +36 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.d.ts +9 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.js +36 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.d.ts +17 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.js +41 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.d.ts +4 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.js +10 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/index.d.ts +2 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/index.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/index.js +6 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/index.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/Swap/Swap.d.ts +18 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/Swap/Swap.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/Swap/Swap.js +361 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/Swap/Swap.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/Swap/index.d.ts +2 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/Swap/index.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/Swap/index.js +6 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/Swap/index.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.d.ts +17 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.js +49 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.d.ts +10 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.js +53 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.d.ts +2 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.js +6 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.d.ts +2 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.js +6 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/index.d.ts +5 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/index.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/index.js +12 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/components/index.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/index.d.ts +2 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/index.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/index.js +6 -0
- package/dist/cjs/react/components/Widget/components/TransactionDialog/index.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.d.ts +7 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.js +29 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.d.ts +7 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.js +34 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.d.ts +12 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.js +21 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.d.ts +2 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.js +6 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.d.ts +2 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.js +6 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.d.ts +7 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.js +72 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.d.ts +16 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.js +40 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.d.ts +2 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.js +6 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.d.ts +2 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.js +6 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/index.d.ts +3 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/index.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/index.js +8 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/index.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/index.d.ts +2 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/index.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/index.js +6 -0
- package/dist/cjs/react/components/Widget/components/UserAccountDrawer/index.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/index.d.ts +13 -0
- package/dist/cjs/react/components/Widget/components/index.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/index.js +28 -0
- package/dist/cjs/react/components/Widget/components/index.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/shared/TokenIconDisplay.d.ts +15 -0
- package/dist/cjs/react/components/Widget/components/shared/TokenIconDisplay.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/shared/TokenIconDisplay.js +34 -0
- package/dist/cjs/react/components/Widget/components/shared/TokenIconDisplay.js.map +1 -0
- package/dist/cjs/react/components/Widget/components/shared/index.d.ts +2 -0
- package/dist/cjs/react/components/Widget/components/shared/index.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/components/shared/index.js +6 -0
- package/dist/cjs/react/components/Widget/components/shared/index.js.map +1 -0
- package/dist/cjs/react/components/Widget/index.d.ts +3 -0
- package/dist/cjs/react/components/Widget/index.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/index.js +6 -0
- package/dist/cjs/react/components/Widget/index.js.map +1 -0
- package/dist/cjs/react/components/Widget/types/quote.d.ts +205 -0
- package/dist/cjs/react/components/Widget/types/quote.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/types/quote.js +59 -0
- package/dist/cjs/react/components/Widget/types/quote.js.map +1 -0
- package/dist/cjs/react/components/Widget/types.d.ts +24 -0
- package/dist/cjs/react/components/Widget/types.d.ts.map +1 -0
- package/dist/cjs/react/components/Widget/types.js +19 -0
- package/dist/cjs/react/components/Widget/types.js.map +1 -0
- package/dist/cjs/react/components/ui/badge.d.ts +10 -0
- package/dist/cjs/react/components/ui/badge.d.ts.map +1 -0
- package/dist/cjs/react/components/ui/badge.js +25 -0
- package/dist/cjs/react/components/ui/badge.js.map +1 -0
- package/dist/cjs/react/components/ui/button.d.ts +12 -0
- package/dist/cjs/react/components/ui/button.d.ts.map +1 -0
- package/dist/cjs/react/components/ui/button.js +71 -0
- package/dist/cjs/react/components/ui/button.js.map +1 -0
- package/dist/cjs/react/components/ui/dialog.d.ts +18 -0
- package/dist/cjs/react/components/ui/dialog.d.ts.map +1 -0
- package/dist/cjs/react/components/ui/dialog.js +86 -0
- package/dist/cjs/react/components/ui/dialog.js.map +1 -0
- package/dist/cjs/react/components/ui/drawer.d.ts +23 -0
- package/dist/cjs/react/components/ui/drawer.d.ts.map +1 -0
- package/dist/cjs/react/components/ui/drawer.js +69 -0
- package/dist/cjs/react/components/ui/drawer.js.map +1 -0
- package/dist/cjs/react/components/ui/index.d.ts +12 -0
- package/dist/cjs/react/components/ui/index.d.ts.map +1 -0
- package/dist/cjs/react/components/ui/index.js +63 -0
- package/dist/cjs/react/components/ui/index.js.map +1 -0
- package/dist/cjs/react/components/ui/input.d.ts +4 -0
- package/dist/cjs/react/components/ui/input.d.ts.map +1 -0
- package/dist/cjs/react/components/ui/input.js +45 -0
- package/dist/cjs/react/components/ui/input.js.map +1 -0
- package/dist/cjs/react/components/ui/label.d.ts +6 -0
- package/dist/cjs/react/components/ui/label.d.ts.map +1 -0
- package/dist/cjs/react/components/ui/label.js +46 -0
- package/dist/cjs/react/components/ui/label.js.map +1 -0
- package/dist/cjs/react/components/ui/popover.d.ts +8 -0
- package/dist/cjs/react/components/ui/popover.d.ts.map +1 -0
- package/dist/cjs/react/components/ui/popover.js +51 -0
- package/dist/cjs/react/components/ui/popover.js.map +1 -0
- package/dist/cjs/react/components/ui/select.d.ts +14 -0
- package/dist/cjs/react/components/ui/select.d.ts.map +1 -0
- package/dist/cjs/react/components/ui/select.js +72 -0
- package/dist/cjs/react/components/ui/select.js.map +1 -0
- package/dist/cjs/react/components/ui/sheet.d.ts +26 -0
- package/dist/cjs/react/components/ui/sheet.d.ts.map +1 -0
- package/dist/cjs/react/components/ui/sheet.js +83 -0
- package/dist/cjs/react/components/ui/sheet.js.map +1 -0
- package/dist/cjs/react/config/appkit.d.ts +2719 -0
- package/dist/cjs/react/config/appkit.d.ts.map +1 -0
- package/dist/cjs/react/config/appkit.js +83 -0
- package/dist/cjs/react/config/appkit.js.map +1 -0
- package/dist/cjs/react/config/index.d.ts +3 -0
- package/dist/cjs/react/config/index.d.ts.map +1 -0
- package/dist/cjs/react/config/index.js +8 -0
- package/dist/cjs/react/config/index.js.map +1 -0
- package/dist/cjs/react/hooks/index.d.ts +18 -0
- package/dist/cjs/react/hooks/index.d.ts.map +1 -0
- package/dist/cjs/react/hooks/index.js +23 -0
- package/dist/cjs/react/hooks/index.js.map +1 -0
- package/dist/cjs/react/hooks/useBalances.d.ts +41 -0
- package/dist/cjs/react/hooks/useBalances.d.ts.map +1 -0
- package/dist/cjs/react/hooks/useBalances.js +68 -0
- package/dist/cjs/react/hooks/useBalances.js.map +1 -0
- package/dist/cjs/react/hooks/useLocalRecipients.d.ts +69 -0
- package/dist/cjs/react/hooks/useLocalRecipients.d.ts.map +1 -0
- package/dist/cjs/react/hooks/useLocalRecipients.js +169 -0
- package/dist/cjs/react/hooks/useLocalRecipients.js.map +1 -0
- package/dist/cjs/react/hooks/useMediaQuery.d.ts +21 -0
- package/dist/cjs/react/hooks/useMediaQuery.d.ts.map +1 -0
- package/dist/cjs/react/hooks/useMediaQuery.js +41 -0
- package/dist/cjs/react/hooks/useMediaQuery.js.map +1 -0
- package/dist/cjs/react/hooks/useMultiChainBalances.d.ts +58 -0
- package/dist/cjs/react/hooks/useMultiChainBalances.d.ts.map +1 -0
- package/dist/cjs/react/hooks/useMultiChainBalances.js +215 -0
- package/dist/cjs/react/hooks/useMultiChainBalances.js.map +1 -0
- package/dist/cjs/react/hooks/useOffRamp.d.ts +34 -0
- package/dist/cjs/react/hooks/useOffRamp.d.ts.map +1 -0
- package/dist/cjs/react/hooks/useOffRamp.js +112 -0
- package/dist/cjs/react/hooks/useOffRamp.js.map +1 -0
- package/dist/cjs/react/hooks/useOnRamp.d.ts +34 -0
- package/dist/cjs/react/hooks/useOnRamp.d.ts.map +1 -0
- package/dist/cjs/react/hooks/useOnRamp.js +112 -0
- package/dist/cjs/react/hooks/useOnRamp.js.map +1 -0
- package/dist/cjs/react/hooks/useQuote.d.ts +28 -0
- package/dist/cjs/react/hooks/useQuote.d.ts.map +1 -0
- package/dist/cjs/react/hooks/useQuote.js +82 -0
- package/dist/cjs/react/hooks/useQuote.js.map +1 -0
- package/dist/cjs/react/hooks/useRecipient.d.ts +30 -0
- package/dist/cjs/react/hooks/useRecipient.d.ts.map +1 -0
- package/dist/cjs/react/hooks/useRecipient.js +161 -0
- package/dist/cjs/react/hooks/useRecipient.js.map +1 -0
- package/dist/cjs/react/hooks/useTokenPrices.d.ts +34 -0
- package/dist/cjs/react/hooks/useTokenPrices.d.ts.map +1 -0
- package/dist/cjs/react/hooks/useTokenPrices.js +61 -0
- package/dist/cjs/react/hooks/useTokenPrices.js.map +1 -0
- package/dist/cjs/react/hooks/useTransaction.d.ts +31 -0
- package/dist/cjs/react/hooks/useTransaction.d.ts.map +1 -0
- package/dist/cjs/react/hooks/useTransaction.js +105 -0
- package/dist/cjs/react/hooks/useTransaction.js.map +1 -0
- package/dist/cjs/react/index.d.ts +16 -0
- package/dist/cjs/react/index.d.ts.map +1 -0
- package/dist/cjs/react/index.js +89 -0
- package/dist/cjs/react/index.js.map +1 -0
- package/dist/cjs/react/lib/constants/chains.d.ts +65 -0
- package/dist/cjs/react/lib/constants/chains.d.ts.map +1 -0
- package/dist/cjs/react/lib/constants/chains.js +269 -0
- package/dist/cjs/react/lib/constants/chains.js.map +1 -0
- package/dist/cjs/react/lib/constants/index.d.ts +6 -0
- package/dist/cjs/react/lib/constants/index.d.ts.map +1 -0
- package/dist/cjs/react/lib/constants/index.js +27 -0
- package/dist/cjs/react/lib/constants/index.js.map +1 -0
- package/dist/cjs/react/lib/constants/tokens.d.ts +30 -0
- package/dist/cjs/react/lib/constants/tokens.d.ts.map +1 -0
- package/dist/cjs/react/lib/constants/tokens.js +421 -0
- package/dist/cjs/react/lib/constants/tokens.js.map +1 -0
- package/dist/cjs/react/lib/constants/wrappedTokens.d.ts +21 -0
- package/dist/cjs/react/lib/constants/wrappedTokens.d.ts.map +1 -0
- package/dist/cjs/react/lib/constants/wrappedTokens.js +68 -0
- package/dist/cjs/react/lib/constants/wrappedTokens.js.map +1 -0
- package/dist/cjs/react/lib/index.d.ts +5 -0
- package/dist/cjs/react/lib/index.d.ts.map +1 -0
- package/dist/cjs/react/lib/index.js +49 -0
- package/dist/cjs/react/lib/index.js.map +1 -0
- package/dist/cjs/react/lib/sdk-client.d.ts +17 -0
- package/dist/cjs/react/lib/sdk-client.d.ts.map +1 -0
- package/dist/cjs/react/lib/sdk-client.js +56 -0
- package/dist/cjs/react/lib/sdk-client.js.map +1 -0
- package/dist/cjs/react/lib/utils/chain.d.ts +11 -0
- package/dist/cjs/react/lib/utils/chain.d.ts.map +1 -0
- package/dist/cjs/react/lib/utils/chain.js +35 -0
- package/dist/cjs/react/lib/utils/chain.js.map +1 -0
- package/dist/cjs/react/lib/utils/cn.d.ts +3 -0
- package/dist/cjs/react/lib/utils/cn.d.ts.map +1 -0
- package/dist/cjs/react/lib/utils/cn.js +9 -0
- package/dist/cjs/react/lib/utils/cn.js.map +1 -0
- package/dist/cjs/react/lib/utils/copyToClipboard.d.ts +2 -0
- package/dist/cjs/react/lib/utils/copyToClipboard.d.ts.map +1 -0
- package/dist/cjs/react/lib/utils/copyToClipboard.js +20 -0
- package/dist/cjs/react/lib/utils/copyToClipboard.js.map +1 -0
- package/dist/cjs/react/lib/utils/errors.d.ts +11 -0
- package/dist/cjs/react/lib/utils/errors.d.ts.map +1 -0
- package/dist/cjs/react/lib/utils/errors.js +19 -0
- package/dist/cjs/react/lib/utils/errors.js.map +1 -0
- package/dist/cjs/react/lib/utils/format.d.ts +38 -0
- package/dist/cjs/react/lib/utils/format.d.ts.map +1 -0
- package/dist/cjs/react/lib/utils/format.js +98 -0
- package/dist/cjs/react/lib/utils/format.js.map +1 -0
- package/dist/cjs/react/lib/utils/formatUsd.d.ts +19 -0
- package/dist/cjs/react/lib/utils/formatUsd.d.ts.map +1 -0
- package/dist/cjs/react/lib/utils/formatUsd.js +62 -0
- package/dist/cjs/react/lib/utils/formatUsd.js.map +1 -0
- package/dist/cjs/react/lib/utils/index.d.ts +12 -0
- package/dist/cjs/react/lib/utils/index.d.ts.map +1 -0
- package/dist/cjs/react/lib/utils/index.js +47 -0
- package/dist/cjs/react/lib/utils/index.js.map +1 -0
- package/dist/cjs/react/lib/utils/inputFormatters.d.ts +6 -0
- package/dist/cjs/react/lib/utils/inputFormatters.d.ts.map +1 -0
- package/dist/cjs/react/lib/utils/inputFormatters.js +40 -0
- package/dist/cjs/react/lib/utils/inputFormatters.js.map +1 -0
- package/dist/cjs/react/lib/utils/network-mapping.d.ts +45 -0
- package/dist/cjs/react/lib/utils/network-mapping.d.ts.map +1 -0
- package/dist/cjs/react/lib/utils/network-mapping.js +162 -0
- package/dist/cjs/react/lib/utils/network-mapping.js.map +1 -0
- package/dist/cjs/react/lib/utils/transaction.d.ts +57 -0
- package/dist/cjs/react/lib/utils/transaction.d.ts.map +1 -0
- package/dist/cjs/react/lib/utils/transaction.js +144 -0
- package/dist/cjs/react/lib/utils/transaction.js.map +1 -0
- package/dist/cjs/react/lib/utils/validation.d.ts +27 -0
- package/dist/cjs/react/lib/utils/validation.d.ts.map +1 -0
- package/dist/cjs/react/lib/utils/validation.js +41 -0
- package/dist/cjs/react/lib/utils/validation.js.map +1 -0
- package/dist/cjs/react/providers/OrdaProvider.d.ts +38 -0
- package/dist/cjs/react/providers/OrdaProvider.d.ts.map +1 -0
- package/dist/cjs/react/providers/OrdaProvider.js +58 -0
- package/dist/cjs/react/providers/OrdaProvider.js.map +1 -0
- package/dist/cjs/react/providers/OrdaSDKContext.d.ts +26 -0
- package/dist/cjs/react/providers/OrdaSDKContext.d.ts.map +1 -0
- package/dist/cjs/react/providers/OrdaSDKContext.js +158 -0
- package/dist/cjs/react/providers/OrdaSDKContext.js.map +1 -0
- package/dist/cjs/react/providers/index.d.ts +4 -0
- package/dist/cjs/react/providers/index.d.ts.map +1 -0
- package/dist/cjs/react/providers/index.js +8 -0
- package/dist/cjs/react/providers/index.js.map +1 -0
- package/dist/cjs/react/providers/types.d.ts +68 -0
- package/dist/cjs/react/providers/types.d.ts.map +1 -0
- package/dist/cjs/react/providers/types.js +3 -0
- package/dist/cjs/react/providers/types.js.map +1 -0
- package/dist/cjs/types/balances.d.ts +49 -0
- package/dist/cjs/types/balances.d.ts.map +1 -0
- package/dist/cjs/types/balances.js +3 -0
- package/dist/cjs/types/balances.js.map +1 -0
- package/dist/cjs/types/index.d.ts +2 -0
- package/dist/cjs/types/index.d.ts.map +1 -1
- package/dist/cjs/types/index.js +2 -0
- package/dist/cjs/types/index.js.map +1 -1
- package/dist/cjs/types/jwt.d.ts +1 -1
- package/dist/cjs/types/jwt.d.ts.map +1 -1
- package/dist/cjs/types/prices.d.ts +25 -0
- package/dist/cjs/types/prices.d.ts.map +1 -0
- package/dist/cjs/types/prices.js +3 -0
- package/dist/cjs/types/prices.js.map +1 -0
- package/dist/esm/api/Balances.d.ts +32 -0
- package/dist/esm/api/Balances.d.ts.map +1 -0
- package/dist/esm/api/Balances.js +39 -0
- package/dist/esm/api/Balances.js.map +1 -0
- package/dist/esm/api/Prices.d.ts +26 -0
- package/dist/esm/api/Prices.d.ts.map +1 -0
- package/dist/esm/api/Prices.js +33 -0
- package/dist/esm/api/Prices.js.map +1 -0
- package/dist/esm/crypto/web-crypto.js.map +1 -1
- package/dist/esm/index.d.ts +6 -0
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +9 -5
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/react/assets/animations/completed.json +1 -0
- package/dist/esm/react/assets/animations/converting.json +1 -0
- package/dist/esm/react/assets/animations/error.json +1 -0
- package/dist/esm/react/assets/animations/index.d.ts +4 -0
- package/dist/esm/react/assets/animations/index.d.ts.map +1 -0
- package/dist/esm/react/assets/animations/index.js +6 -0
- package/dist/esm/react/assets/animations/index.js.map +1 -0
- package/dist/esm/react/assets/chains/index.d.ts +3 -0
- package/dist/esm/react/assets/chains/index.d.ts.map +1 -0
- package/dist/esm/react/assets/chains/index.js +31 -0
- package/dist/esm/react/assets/chains/index.js.map +1 -0
- package/dist/esm/react/assets/icons/index.d.ts +10 -0
- package/dist/esm/react/assets/icons/index.d.ts.map +1 -0
- package/dist/esm/react/assets/icons/index.js +10 -0
- package/dist/esm/react/assets/icons/index.js.map +1 -0
- package/dist/esm/react/assets/index.d.ts +6 -0
- package/dist/esm/react/assets/index.d.ts.map +1 -0
- package/dist/esm/react/assets/index.js +9 -0
- package/dist/esm/react/assets/index.js.map +1 -0
- package/dist/esm/react/assets/tokens/index.d.ts +3 -0
- package/dist/esm/react/assets/tokens/index.d.ts.map +1 -0
- package/dist/esm/react/assets/tokens/index.js +45 -0
- package/dist/esm/react/assets/tokens/index.js.map +1 -0
- package/dist/esm/react/components/Widget/Widget.d.ts +2 -0
- package/dist/esm/react/components/Widget/Widget.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/Widget.js +682 -0
- package/dist/esm/react/components/Widget/Widget.js.map +1 -0
- package/dist/esm/react/components/Widget/components/CollapsibleDetails.d.ts +15 -0
- package/dist/esm/react/components/Widget/components/CollapsibleDetails.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/CollapsibleDetails.js +50 -0
- package/dist/esm/react/components/Widget/components/CollapsibleDetails.js.map +1 -0
- package/dist/esm/react/components/Widget/components/CustomDialogHeader.d.ts +13 -0
- package/dist/esm/react/components/Widget/components/CustomDialogHeader.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/CustomDialogHeader.js +27 -0
- package/dist/esm/react/components/Widget/components/CustomDialogHeader.js.map +1 -0
- package/dist/esm/react/components/Widget/components/Footer.d.ts +2 -0
- package/dist/esm/react/components/Widget/components/Footer.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/Footer.js +6 -0
- package/dist/esm/react/components/Widget/components/Footer.js.map +1 -0
- package/dist/esm/react/components/Widget/components/Header.d.ts +2 -0
- package/dist/esm/react/components/Widget/components/Header.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/Header.js +33 -0
- package/dist/esm/react/components/Widget/components/Header.js.map +1 -0
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.d.ts +15 -0
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.js +79 -0
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.js.map +1 -0
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.d.ts +8 -0
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.js +79 -0
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.js.map +1 -0
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.d.ts +21 -0
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.js +90 -0
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.js.map +1 -0
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.d.ts +3 -0
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.js +2 -0
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.js.map +1 -0
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.d.ts +9 -0
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.js +15 -0
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.js.map +1 -0
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/index.d.ts +3 -0
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/index.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/index.js +3 -0
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/index.js.map +1 -0
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/index.d.ts +2 -0
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/index.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/index.js +2 -0
- package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/index.js.map +1 -0
- package/dist/esm/react/components/Widget/components/Recipient.d.ts +8 -0
- package/dist/esm/react/components/Widget/components/Recipient.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/Recipient.js +9 -0
- package/dist/esm/react/components/Widget/components/Recipient.js.map +1 -0
- package/dist/esm/react/components/Widget/components/RecipientDialog/RecipientDialog.d.ts +13 -0
- package/dist/esm/react/components/Widget/components/RecipientDialog/RecipientDialog.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/RecipientDialog/RecipientDialog.js +114 -0
- package/dist/esm/react/components/Widget/components/RecipientDialog/RecipientDialog.js.map +1 -0
- package/dist/esm/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.d.ts +24 -0
- package/dist/esm/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.js +49 -0
- package/dist/esm/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.js.map +1 -0
- package/dist/esm/react/components/Widget/components/RecipientDialog/components/index.d.ts +2 -0
- package/dist/esm/react/components/Widget/components/RecipientDialog/components/index.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/RecipientDialog/components/index.js +2 -0
- package/dist/esm/react/components/Widget/components/RecipientDialog/components/index.js.map +1 -0
- package/dist/esm/react/components/Widget/components/RecipientDialog/index.d.ts +2 -0
- package/dist/esm/react/components/Widget/components/RecipientDialog/index.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/RecipientDialog/index.js +2 -0
- package/dist/esm/react/components/Widget/components/RecipientDialog/index.js.map +1 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.d.ts +15 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.js +100 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.js.map +1 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.d.ts +27 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.js +10 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.js.map +1 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.d.ts +18 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.js +55 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.js.map +1 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.d.ts +14 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.js +35 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.js.map +1 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.d.ts +12 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.js +11 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.js.map +1 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.d.ts +4 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.js +4 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.js.map +1 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.d.ts +2 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.js +2 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.js.map +1 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/index.d.ts +2 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/index.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/index.js +2 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/index.js.map +1 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/index.d.ts +2 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/index.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/index.js +2 -0
- package/dist/esm/react/components/Widget/components/SelectAssetDialog/index.js.map +1 -0
- package/dist/esm/react/components/Widget/components/TokenInput.d.ts +16 -0
- package/dist/esm/react/components/Widget/components/TokenInput.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/TokenInput.js +21 -0
- package/dist/esm/react/components/Widget/components/TokenInput.js.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/TransactionDialog.d.ts +25 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/TransactionDialog.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/TransactionDialog.js +33 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/TransactionDialog.js.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.d.ts +17 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.js +313 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.js.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.d.ts +21 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.js +75 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.js.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.d.ts +2 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.js +2 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.js.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/index.d.ts +2 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/index.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/index.js +2 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/index.js.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.d.ts +16 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.js +93 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.js.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.d.ts +10 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.js +32 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.js.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.d.ts +9 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.js +32 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.js.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.d.ts +17 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.js +37 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.js.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.d.ts +4 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.js +4 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.js.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/index.d.ts +2 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/index.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/index.js +2 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/index.js.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/Swap/Swap.d.ts +18 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/Swap/Swap.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/Swap/Swap.js +357 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/Swap/Swap.js.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/Swap/index.d.ts +2 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/Swap/index.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/Swap/index.js +2 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/Swap/index.js.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.d.ts +17 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.js +45 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.js.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.d.ts +10 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.js +49 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.js.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.d.ts +2 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.js +2 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.js.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.d.ts +2 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.js +2 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.js.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/index.d.ts +5 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/index.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/index.js +5 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/components/index.js.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/index.d.ts +2 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/index.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/index.js +2 -0
- package/dist/esm/react/components/Widget/components/TransactionDialog/index.js.map +1 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.d.ts +7 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.js +25 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.js.map +1 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.d.ts +7 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.js +30 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.js.map +1 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.d.ts +12 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.js +17 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.js.map +1 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.d.ts +2 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.js +2 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.js.map +1 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.d.ts +2 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.js +2 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.js.map +1 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.d.ts +7 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.js +68 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.js.map +1 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.d.ts +16 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.js +36 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.js.map +1 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.d.ts +2 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.js +2 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.js.map +1 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.d.ts +2 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.js +2 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.js.map +1 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/index.d.ts +3 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/index.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/index.js +3 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/index.js.map +1 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/index.d.ts +2 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/index.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/index.js +2 -0
- package/dist/esm/react/components/Widget/components/UserAccountDrawer/index.js.map +1 -0
- package/dist/esm/react/components/Widget/components/index.d.ts +13 -0
- package/dist/esm/react/components/Widget/components/index.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/index.js +13 -0
- package/dist/esm/react/components/Widget/components/index.js.map +1 -0
- package/dist/esm/react/components/Widget/components/shared/TokenIconDisplay.d.ts +15 -0
- package/dist/esm/react/components/Widget/components/shared/TokenIconDisplay.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/shared/TokenIconDisplay.js +31 -0
- package/dist/esm/react/components/Widget/components/shared/TokenIconDisplay.js.map +1 -0
- package/dist/esm/react/components/Widget/components/shared/index.d.ts +2 -0
- package/dist/esm/react/components/Widget/components/shared/index.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/components/shared/index.js +2 -0
- package/dist/esm/react/components/Widget/components/shared/index.js.map +1 -0
- package/dist/esm/react/components/Widget/index.d.ts +3 -0
- package/dist/esm/react/components/Widget/index.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/index.js +2 -0
- package/dist/esm/react/components/Widget/index.js.map +1 -0
- package/dist/esm/react/components/Widget/types/quote.d.ts +205 -0
- package/dist/esm/react/components/Widget/types/quote.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/types/quote.js +53 -0
- package/dist/esm/react/components/Widget/types/quote.js.map +1 -0
- package/dist/esm/react/components/Widget/types.d.ts +24 -0
- package/dist/esm/react/components/Widget/types.d.ts.map +1 -0
- package/dist/esm/react/components/Widget/types.js +3 -0
- package/dist/esm/react/components/Widget/types.js.map +1 -0
- package/dist/esm/react/components/ui/badge.d.ts +10 -0
- package/dist/esm/react/components/ui/badge.d.ts.map +1 -0
- package/dist/esm/react/components/ui/badge.js +21 -0
- package/dist/esm/react/components/ui/badge.js.map +1 -0
- package/dist/esm/react/components/ui/button.d.ts +12 -0
- package/dist/esm/react/components/ui/button.d.ts.map +1 -0
- package/dist/esm/react/components/ui/button.js +34 -0
- package/dist/esm/react/components/ui/button.js.map +1 -0
- package/dist/esm/react/components/ui/dialog.d.ts +18 -0
- package/dist/esm/react/components/ui/dialog.d.ts.map +1 -0
- package/dist/esm/react/components/ui/dialog.js +41 -0
- package/dist/esm/react/components/ui/dialog.js.map +1 -0
- package/dist/esm/react/components/ui/drawer.d.ts +23 -0
- package/dist/esm/react/components/ui/drawer.d.ts.map +1 -0
- package/dist/esm/react/components/ui/drawer.js +24 -0
- package/dist/esm/react/components/ui/drawer.js.map +1 -0
- package/dist/esm/react/components/ui/index.d.ts +12 -0
- package/dist/esm/react/components/ui/index.d.ts.map +1 -0
- package/dist/esm/react/components/ui/index.js +10 -0
- package/dist/esm/react/components/ui/index.js.map +1 -0
- package/dist/esm/react/components/ui/input.d.ts +4 -0
- package/dist/esm/react/components/ui/input.d.ts.map +1 -0
- package/dist/esm/react/components/ui/input.js +9 -0
- package/dist/esm/react/components/ui/input.js.map +1 -0
- package/dist/esm/react/components/ui/label.d.ts +6 -0
- package/dist/esm/react/components/ui/label.d.ts.map +1 -0
- package/dist/esm/react/components/ui/label.js +10 -0
- package/dist/esm/react/components/ui/label.js.map +1 -0
- package/dist/esm/react/components/ui/popover.d.ts +8 -0
- package/dist/esm/react/components/ui/popover.d.ts.map +1 -0
- package/dist/esm/react/components/ui/popover.js +12 -0
- package/dist/esm/react/components/ui/popover.js.map +1 -0
- package/dist/esm/react/components/ui/select.d.ts +14 -0
- package/dist/esm/react/components/ui/select.d.ts.map +1 -0
- package/dist/esm/react/components/ui/select.js +27 -0
- package/dist/esm/react/components/ui/select.js.map +1 -0
- package/dist/esm/react/components/ui/sheet.d.ts +26 -0
- package/dist/esm/react/components/ui/sheet.d.ts.map +1 -0
- package/dist/esm/react/components/ui/sheet.js +38 -0
- package/dist/esm/react/components/ui/sheet.js.map +1 -0
- package/dist/esm/react/config/appkit.d.ts +2719 -0
- package/dist/esm/react/config/appkit.d.ts.map +1 -0
- package/dist/esm/react/config/appkit.js +79 -0
- package/dist/esm/react/config/appkit.js.map +1 -0
- package/dist/esm/react/config/index.d.ts +3 -0
- package/dist/esm/react/config/index.d.ts.map +1 -0
- package/dist/esm/react/config/index.js +2 -0
- package/dist/esm/react/config/index.js.map +1 -0
- package/dist/esm/react/hooks/index.d.ts +18 -0
- package/dist/esm/react/hooks/index.d.ts.map +1 -0
- package/dist/esm/react/hooks/index.js +11 -0
- package/dist/esm/react/hooks/index.js.map +1 -0
- package/dist/esm/react/hooks/useBalances.d.ts +41 -0
- package/dist/esm/react/hooks/useBalances.d.ts.map +1 -0
- package/dist/esm/react/hooks/useBalances.js +65 -0
- package/dist/esm/react/hooks/useBalances.js.map +1 -0
- package/dist/esm/react/hooks/useLocalRecipients.d.ts +69 -0
- package/dist/esm/react/hooks/useLocalRecipients.d.ts.map +1 -0
- package/dist/esm/react/hooks/useLocalRecipients.js +166 -0
- package/dist/esm/react/hooks/useLocalRecipients.js.map +1 -0
- package/dist/esm/react/hooks/useMediaQuery.d.ts +21 -0
- package/dist/esm/react/hooks/useMediaQuery.d.ts.map +1 -0
- package/dist/esm/react/hooks/useMediaQuery.js +38 -0
- package/dist/esm/react/hooks/useMediaQuery.js.map +1 -0
- package/dist/esm/react/hooks/useMultiChainBalances.d.ts +58 -0
- package/dist/esm/react/hooks/useMultiChainBalances.d.ts.map +1 -0
- package/dist/esm/react/hooks/useMultiChainBalances.js +179 -0
- package/dist/esm/react/hooks/useMultiChainBalances.js.map +1 -0
- package/dist/esm/react/hooks/useOffRamp.d.ts +34 -0
- package/dist/esm/react/hooks/useOffRamp.d.ts.map +1 -0
- package/dist/esm/react/hooks/useOffRamp.js +109 -0
- package/dist/esm/react/hooks/useOffRamp.js.map +1 -0
- package/dist/esm/react/hooks/useOnRamp.d.ts +34 -0
- package/dist/esm/react/hooks/useOnRamp.d.ts.map +1 -0
- package/dist/esm/react/hooks/useOnRamp.js +109 -0
- package/dist/esm/react/hooks/useOnRamp.js.map +1 -0
- package/dist/esm/react/hooks/useQuote.d.ts +28 -0
- package/dist/esm/react/hooks/useQuote.d.ts.map +1 -0
- package/dist/esm/react/hooks/useQuote.js +79 -0
- package/dist/esm/react/hooks/useQuote.js.map +1 -0
- package/dist/esm/react/hooks/useRecipient.d.ts +30 -0
- package/dist/esm/react/hooks/useRecipient.d.ts.map +1 -0
- package/dist/esm/react/hooks/useRecipient.js +158 -0
- package/dist/esm/react/hooks/useRecipient.js.map +1 -0
- package/dist/esm/react/hooks/useTokenPrices.d.ts +34 -0
- package/dist/esm/react/hooks/useTokenPrices.d.ts.map +1 -0
- package/dist/esm/react/hooks/useTokenPrices.js +58 -0
- package/dist/esm/react/hooks/useTokenPrices.js.map +1 -0
- package/dist/esm/react/hooks/useTransaction.d.ts +31 -0
- package/dist/esm/react/hooks/useTransaction.d.ts.map +1 -0
- package/dist/esm/react/hooks/useTransaction.js +102 -0
- package/dist/esm/react/hooks/useTransaction.js.map +1 -0
- package/dist/esm/react/index.d.ts +16 -0
- package/dist/esm/react/index.d.ts.map +1 -0
- package/dist/esm/react/index.js +10 -0
- package/dist/esm/react/index.js.map +1 -0
- package/dist/esm/react/lib/constants/chains.d.ts +65 -0
- package/dist/esm/react/lib/constants/chains.d.ts.map +1 -0
- package/dist/esm/react/lib/constants/chains.js +259 -0
- package/dist/esm/react/lib/constants/chains.js.map +1 -0
- package/dist/esm/react/lib/constants/index.d.ts +6 -0
- package/dist/esm/react/lib/constants/index.d.ts.map +1 -0
- package/dist/esm/react/lib/constants/index.js +4 -0
- package/dist/esm/react/lib/constants/index.js.map +1 -0
- package/dist/esm/react/lib/constants/tokens.d.ts +30 -0
- package/dist/esm/react/lib/constants/tokens.d.ts.map +1 -0
- package/dist/esm/react/lib/constants/tokens.js +418 -0
- package/dist/esm/react/lib/constants/tokens.js.map +1 -0
- package/dist/esm/react/lib/constants/wrappedTokens.d.ts +21 -0
- package/dist/esm/react/lib/constants/wrappedTokens.d.ts.map +1 -0
- package/dist/esm/react/lib/constants/wrappedTokens.js +63 -0
- package/dist/esm/react/lib/constants/wrappedTokens.js.map +1 -0
- package/dist/esm/react/lib/index.d.ts +5 -0
- package/dist/esm/react/lib/index.d.ts.map +1 -0
- package/dist/esm/react/lib/index.js +4 -0
- package/dist/esm/react/lib/index.js.map +1 -0
- package/dist/esm/react/lib/sdk-client.d.ts +17 -0
- package/dist/esm/react/lib/sdk-client.d.ts.map +1 -0
- package/dist/esm/react/lib/sdk-client.js +51 -0
- package/dist/esm/react/lib/sdk-client.js.map +1 -0
- package/dist/esm/react/lib/utils/chain.d.ts +11 -0
- package/dist/esm/react/lib/utils/chain.d.ts.map +1 -0
- package/dist/esm/react/lib/utils/chain.js +31 -0
- package/dist/esm/react/lib/utils/chain.js.map +1 -0
- package/dist/esm/react/lib/utils/cn.d.ts +3 -0
- package/dist/esm/react/lib/utils/cn.d.ts.map +1 -0
- package/dist/esm/react/lib/utils/cn.js +6 -0
- package/dist/esm/react/lib/utils/cn.js.map +1 -0
- package/dist/esm/react/lib/utils/copyToClipboard.d.ts +2 -0
- package/dist/esm/react/lib/utils/copyToClipboard.d.ts.map +1 -0
- package/dist/esm/react/lib/utils/copyToClipboard.js +16 -0
- package/dist/esm/react/lib/utils/copyToClipboard.js.map +1 -0
- package/dist/esm/react/lib/utils/errors.d.ts +11 -0
- package/dist/esm/react/lib/utils/errors.d.ts.map +1 -0
- package/dist/esm/react/lib/utils/errors.js +15 -0
- package/dist/esm/react/lib/utils/errors.js.map +1 -0
- package/dist/esm/react/lib/utils/format.d.ts +38 -0
- package/dist/esm/react/lib/utils/format.d.ts.map +1 -0
- package/dist/esm/react/lib/utils/format.js +92 -0
- package/dist/esm/react/lib/utils/format.js.map +1 -0
- package/dist/esm/react/lib/utils/formatUsd.d.ts +19 -0
- package/dist/esm/react/lib/utils/formatUsd.d.ts.map +1 -0
- package/dist/esm/react/lib/utils/formatUsd.js +58 -0
- package/dist/esm/react/lib/utils/formatUsd.js.map +1 -0
- package/dist/esm/react/lib/utils/index.d.ts +12 -0
- package/dist/esm/react/lib/utils/index.d.ts.map +1 -0
- package/dist/esm/react/lib/utils/index.js +11 -0
- package/dist/esm/react/lib/utils/index.js.map +1 -0
- package/dist/esm/react/lib/utils/inputFormatters.d.ts +6 -0
- package/dist/esm/react/lib/utils/inputFormatters.d.ts.map +1 -0
- package/dist/esm/react/lib/utils/inputFormatters.js +32 -0
- package/dist/esm/react/lib/utils/inputFormatters.js.map +1 -0
- package/dist/esm/react/lib/utils/network-mapping.d.ts +45 -0
- package/dist/esm/react/lib/utils/network-mapping.d.ts.map +1 -0
- package/dist/esm/react/lib/utils/network-mapping.js +153 -0
- package/dist/esm/react/lib/utils/network-mapping.js.map +1 -0
- package/dist/esm/react/lib/utils/transaction.d.ts +57 -0
- package/dist/esm/react/lib/utils/transaction.d.ts.map +1 -0
- package/dist/esm/react/lib/utils/transaction.js +136 -0
- package/dist/esm/react/lib/utils/transaction.js.map +1 -0
- package/dist/esm/react/lib/utils/validation.d.ts +27 -0
- package/dist/esm/react/lib/utils/validation.d.ts.map +1 -0
- package/dist/esm/react/lib/utils/validation.js +36 -0
- package/dist/esm/react/lib/utils/validation.js.map +1 -0
- package/dist/esm/react/providers/OrdaProvider.d.ts +38 -0
- package/dist/esm/react/providers/OrdaProvider.d.ts.map +1 -0
- package/dist/esm/react/providers/OrdaProvider.js +55 -0
- package/dist/esm/react/providers/OrdaProvider.js.map +1 -0
- package/dist/esm/react/providers/OrdaSDKContext.d.ts +26 -0
- package/dist/esm/react/providers/OrdaSDKContext.d.ts.map +1 -0
- package/dist/esm/react/providers/OrdaSDKContext.js +154 -0
- package/dist/esm/react/providers/OrdaSDKContext.js.map +1 -0
- package/dist/esm/react/providers/index.d.ts +4 -0
- package/dist/esm/react/providers/index.d.ts.map +1 -0
- package/dist/esm/react/providers/index.js +3 -0
- package/dist/esm/react/providers/index.js.map +1 -0
- package/dist/esm/react/providers/types.d.ts +68 -0
- package/dist/esm/react/providers/types.d.ts.map +1 -0
- package/dist/esm/react/providers/types.js +2 -0
- package/dist/esm/react/providers/types.js.map +1 -0
- package/dist/esm/types/balances.d.ts +49 -0
- package/dist/esm/types/balances.d.ts.map +1 -0
- package/dist/esm/types/balances.js +2 -0
- package/dist/esm/types/balances.js.map +1 -0
- package/dist/esm/types/index.d.ts +2 -0
- package/dist/esm/types/index.d.ts.map +1 -1
- package/dist/esm/types/index.js +2 -0
- package/dist/esm/types/index.js.map +1 -1
- package/dist/esm/types/jwt.d.ts +1 -1
- package/dist/esm/types/jwt.d.ts.map +1 -1
- package/dist/esm/types/prices.d.ts +25 -0
- package/dist/esm/types/prices.d.ts.map +1 -0
- package/dist/esm/types/prices.js +2 -0
- package/dist/esm/types/prices.js.map +1 -0
- package/dist/react/chunk-2DNKUSZW.mjs +26 -0
- package/dist/react/chunk-DOIEWRNM.cjs +29 -0
- package/dist/react/index.cjs +8447 -0
- package/dist/react/index.d.mts +4581 -0
- package/dist/react/index.d.ts +4581 -0
- package/dist/react/index.mjs +8310 -0
- package/dist/react/styles.css +2 -0
- package/dist/react/web-crypto-DE5M6GOD.mjs +1 -0
- package/dist/react/web-crypto-MCH7ICH6.cjs +10 -0
- package/dist/types/api/Balances.d.ts +32 -0
- package/dist/types/api/Balances.d.ts.map +1 -0
- package/dist/types/api/Prices.d.ts +26 -0
- package/dist/types/api/Prices.d.ts.map +1 -0
- package/dist/types/index.d.ts +6 -0
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/react/assets/animations/index.d.ts +4 -0
- package/dist/types/react/assets/animations/index.d.ts.map +1 -0
- package/dist/types/react/assets/chains/index.d.ts +3 -0
- package/dist/types/react/assets/chains/index.d.ts.map +1 -0
- package/dist/types/react/assets/icons/index.d.ts +10 -0
- package/dist/types/react/assets/icons/index.d.ts.map +1 -0
- package/dist/types/react/assets/index.d.ts +6 -0
- package/dist/types/react/assets/index.d.ts.map +1 -0
- package/dist/types/react/assets/tokens/index.d.ts +3 -0
- package/dist/types/react/assets/tokens/index.d.ts.map +1 -0
- package/dist/types/react/components/Widget/Widget.d.ts +2 -0
- package/dist/types/react/components/Widget/Widget.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/CollapsibleDetails.d.ts +15 -0
- package/dist/types/react/components/Widget/components/CollapsibleDetails.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/CustomDialogHeader.d.ts +13 -0
- package/dist/types/react/components/Widget/components/CustomDialogHeader.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/Footer.d.ts +2 -0
- package/dist/types/react/components/Widget/components/Footer.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/Header.d.ts +2 -0
- package/dist/types/react/components/Widget/components/Header.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.d.ts +15 -0
- package/dist/types/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.d.ts +8 -0
- package/dist/types/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.d.ts +21 -0
- package/dist/types/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.d.ts +3 -0
- package/dist/types/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.d.ts +9 -0
- package/dist/types/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/OffRampRecipientDialog/components/index.d.ts +3 -0
- package/dist/types/react/components/Widget/components/OffRampRecipientDialog/components/index.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/OffRampRecipientDialog/index.d.ts +2 -0
- package/dist/types/react/components/Widget/components/OffRampRecipientDialog/index.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/Recipient.d.ts +8 -0
- package/dist/types/react/components/Widget/components/Recipient.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/RecipientDialog/RecipientDialog.d.ts +13 -0
- package/dist/types/react/components/Widget/components/RecipientDialog/RecipientDialog.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.d.ts +24 -0
- package/dist/types/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/RecipientDialog/components/index.d.ts +2 -0
- package/dist/types/react/components/Widget/components/RecipientDialog/components/index.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/RecipientDialog/index.d.ts +2 -0
- package/dist/types/react/components/Widget/components/RecipientDialog/index.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.d.ts +15 -0
- package/dist/types/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.d.ts +27 -0
- package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.d.ts +18 -0
- package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.d.ts +14 -0
- package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.d.ts +12 -0
- package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.d.ts +4 -0
- package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.d.ts +2 -0
- package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/SelectAssetDialog/components/index.d.ts +2 -0
- package/dist/types/react/components/Widget/components/SelectAssetDialog/components/index.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/SelectAssetDialog/index.d.ts +2 -0
- package/dist/types/react/components/Widget/components/SelectAssetDialog/index.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/TokenInput.d.ts +16 -0
- package/dist/types/react/components/Widget/components/TokenInput.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/TransactionDialog.d.ts +25 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/TransactionDialog.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.d.ts +17 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.d.ts +21 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.d.ts +2 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OffRamp/index.d.ts +2 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OffRamp/index.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.d.ts +16 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.d.ts +10 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.d.ts +9 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.d.ts +17 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.d.ts +4 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/index.d.ts +2 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/index.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/Swap/Swap.d.ts +18 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/Swap/Swap.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/Swap/index.d.ts +2 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/Swap/index.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.d.ts +17 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.d.ts +10 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.d.ts +2 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.d.ts +2 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/index.d.ts +5 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/components/index.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/index.d.ts +2 -0
- package/dist/types/react/components/Widget/components/TransactionDialog/index.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.d.ts +7 -0
- package/dist/types/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.d.ts +7 -0
- package/dist/types/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.d.ts +12 -0
- package/dist/types/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.d.ts +2 -0
- package/dist/types/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.d.ts +2 -0
- package/dist/types/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.d.ts +7 -0
- package/dist/types/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.d.ts +16 -0
- package/dist/types/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.d.ts +2 -0
- package/dist/types/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.d.ts +2 -0
- package/dist/types/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/UserAccountDrawer/components/index.d.ts +3 -0
- package/dist/types/react/components/Widget/components/UserAccountDrawer/components/index.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/UserAccountDrawer/index.d.ts +2 -0
- package/dist/types/react/components/Widget/components/UserAccountDrawer/index.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/index.d.ts +13 -0
- package/dist/types/react/components/Widget/components/index.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/shared/TokenIconDisplay.d.ts +15 -0
- package/dist/types/react/components/Widget/components/shared/TokenIconDisplay.d.ts.map +1 -0
- package/dist/types/react/components/Widget/components/shared/index.d.ts +2 -0
- package/dist/types/react/components/Widget/components/shared/index.d.ts.map +1 -0
- package/dist/types/react/components/Widget/index.d.ts +3 -0
- package/dist/types/react/components/Widget/index.d.ts.map +1 -0
- package/dist/types/react/components/Widget/types/quote.d.ts +205 -0
- package/dist/types/react/components/Widget/types/quote.d.ts.map +1 -0
- package/dist/types/react/components/Widget/types.d.ts +24 -0
- package/dist/types/react/components/Widget/types.d.ts.map +1 -0
- package/dist/types/react/components/ui/badge.d.ts +10 -0
- package/dist/types/react/components/ui/badge.d.ts.map +1 -0
- package/dist/types/react/components/ui/button.d.ts +12 -0
- package/dist/types/react/components/ui/button.d.ts.map +1 -0
- package/dist/types/react/components/ui/dialog.d.ts +18 -0
- package/dist/types/react/components/ui/dialog.d.ts.map +1 -0
- package/dist/types/react/components/ui/drawer.d.ts +23 -0
- package/dist/types/react/components/ui/drawer.d.ts.map +1 -0
- package/dist/types/react/components/ui/index.d.ts +12 -0
- package/dist/types/react/components/ui/index.d.ts.map +1 -0
- package/dist/types/react/components/ui/input.d.ts +4 -0
- package/dist/types/react/components/ui/input.d.ts.map +1 -0
- package/dist/types/react/components/ui/label.d.ts +6 -0
- package/dist/types/react/components/ui/label.d.ts.map +1 -0
- package/dist/types/react/components/ui/popover.d.ts +8 -0
- package/dist/types/react/components/ui/popover.d.ts.map +1 -0
- package/dist/types/react/components/ui/select.d.ts +14 -0
- package/dist/types/react/components/ui/select.d.ts.map +1 -0
- package/dist/types/react/components/ui/sheet.d.ts +26 -0
- package/dist/types/react/components/ui/sheet.d.ts.map +1 -0
- package/dist/types/react/config/appkit.d.ts +2719 -0
- package/dist/types/react/config/appkit.d.ts.map +1 -0
- package/dist/types/react/config/index.d.ts +3 -0
- package/dist/types/react/config/index.d.ts.map +1 -0
- package/dist/types/react/hooks/index.d.ts +18 -0
- package/dist/types/react/hooks/index.d.ts.map +1 -0
- package/dist/types/react/hooks/useBalances.d.ts +41 -0
- package/dist/types/react/hooks/useBalances.d.ts.map +1 -0
- package/dist/types/react/hooks/useLocalRecipients.d.ts +69 -0
- package/dist/types/react/hooks/useLocalRecipients.d.ts.map +1 -0
- package/dist/types/react/hooks/useMediaQuery.d.ts +21 -0
- package/dist/types/react/hooks/useMediaQuery.d.ts.map +1 -0
- package/dist/types/react/hooks/useMultiChainBalances.d.ts +58 -0
- package/dist/types/react/hooks/useMultiChainBalances.d.ts.map +1 -0
- package/dist/types/react/hooks/useOffRamp.d.ts +34 -0
- package/dist/types/react/hooks/useOffRamp.d.ts.map +1 -0
- package/dist/types/react/hooks/useOnRamp.d.ts +34 -0
- package/dist/types/react/hooks/useOnRamp.d.ts.map +1 -0
- package/dist/types/react/hooks/useQuote.d.ts +28 -0
- package/dist/types/react/hooks/useQuote.d.ts.map +1 -0
- package/dist/types/react/hooks/useRecipient.d.ts +30 -0
- package/dist/types/react/hooks/useRecipient.d.ts.map +1 -0
- package/dist/types/react/hooks/useTokenPrices.d.ts +34 -0
- package/dist/types/react/hooks/useTokenPrices.d.ts.map +1 -0
- package/dist/types/react/hooks/useTransaction.d.ts +31 -0
- package/dist/types/react/hooks/useTransaction.d.ts.map +1 -0
- package/dist/types/react/index.d.ts +16 -0
- package/dist/types/react/index.d.ts.map +1 -0
- package/dist/types/react/lib/constants/chains.d.ts +65 -0
- package/dist/types/react/lib/constants/chains.d.ts.map +1 -0
- package/dist/types/react/lib/constants/index.d.ts +6 -0
- package/dist/types/react/lib/constants/index.d.ts.map +1 -0
- package/dist/types/react/lib/constants/tokens.d.ts +30 -0
- package/dist/types/react/lib/constants/tokens.d.ts.map +1 -0
- package/dist/types/react/lib/constants/wrappedTokens.d.ts +21 -0
- package/dist/types/react/lib/constants/wrappedTokens.d.ts.map +1 -0
- package/dist/types/react/lib/index.d.ts +5 -0
- package/dist/types/react/lib/index.d.ts.map +1 -0
- package/dist/types/react/lib/sdk-client.d.ts +17 -0
- package/dist/types/react/lib/sdk-client.d.ts.map +1 -0
- package/dist/types/react/lib/utils/chain.d.ts +11 -0
- package/dist/types/react/lib/utils/chain.d.ts.map +1 -0
- package/dist/types/react/lib/utils/cn.d.ts +3 -0
- package/dist/types/react/lib/utils/cn.d.ts.map +1 -0
- package/dist/types/react/lib/utils/copyToClipboard.d.ts +2 -0
- package/dist/types/react/lib/utils/copyToClipboard.d.ts.map +1 -0
- package/dist/types/react/lib/utils/errors.d.ts +11 -0
- package/dist/types/react/lib/utils/errors.d.ts.map +1 -0
- package/dist/types/react/lib/utils/format.d.ts +38 -0
- package/dist/types/react/lib/utils/format.d.ts.map +1 -0
- package/dist/types/react/lib/utils/formatUsd.d.ts +19 -0
- package/dist/types/react/lib/utils/formatUsd.d.ts.map +1 -0
- package/dist/types/react/lib/utils/index.d.ts +12 -0
- package/dist/types/react/lib/utils/index.d.ts.map +1 -0
- package/dist/types/react/lib/utils/inputFormatters.d.ts +6 -0
- package/dist/types/react/lib/utils/inputFormatters.d.ts.map +1 -0
- package/dist/types/react/lib/utils/network-mapping.d.ts +45 -0
- package/dist/types/react/lib/utils/network-mapping.d.ts.map +1 -0
- package/dist/types/react/lib/utils/transaction.d.ts +57 -0
- package/dist/types/react/lib/utils/transaction.d.ts.map +1 -0
- package/dist/types/react/lib/utils/validation.d.ts +27 -0
- package/dist/types/react/lib/utils/validation.d.ts.map +1 -0
- package/dist/types/react/providers/OrdaProvider.d.ts +38 -0
- package/dist/types/react/providers/OrdaProvider.d.ts.map +1 -0
- package/dist/types/react/providers/OrdaSDKContext.d.ts +26 -0
- package/dist/types/react/providers/OrdaSDKContext.d.ts.map +1 -0
- package/dist/types/react/providers/index.d.ts +4 -0
- package/dist/types/react/providers/index.d.ts.map +1 -0
- package/dist/types/react/providers/types.d.ts +68 -0
- package/dist/types/react/providers/types.d.ts.map +1 -0
- package/dist/types/types/balances.d.ts +49 -0
- package/dist/types/types/balances.d.ts.map +1 -0
- package/dist/types/types/index.d.ts +2 -0
- package/dist/types/types/index.d.ts.map +1 -1
- package/dist/types/types/jwt.d.ts +1 -1
- package/dist/types/types/jwt.d.ts.map +1 -1
- package/dist/types/types/prices.d.ts +25 -0
- package/dist/types/types/prices.d.ts.map +1 -0
- package/package.json +85 -6
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"chain.js","sourceRoot":"","sources":["../../../../../src/react/lib/utils/chain.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,IAAI,EACJ,OAAO,EACP,QAAQ,EACR,QAAQ,EACR,OAAO,GACR,MAAM,aAAa,CAAC;AAGrB;;;GAGG;AACH,MAAM,UAAU,aAAa,CAAC,OAAwB;IACpD,MAAM,cAAc,GAAG,OAAO,OAAO,KAAK,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC,OAAO,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC;IAErF,MAAM,QAAQ,GAA0B;QACtC,CAAC,EAAE,OAAO;QACV,EAAE,EAAE,QAAQ;QACZ,GAAG,EAAE,OAAO;QACZ,IAAI,EAAE,IAAI;QACV,KAAK,EAAE,QAAQ;KAChB,CAAC;IAEF,OAAO,QAAQ,CAAC,cAAc,CAAC,CAAC;AAClC,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,YAAY,CAAC,OAAwB;IACnD,MAAM,cAAc,GAAG,OAAO,OAAO,KAAK,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC,OAAO,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC;IAErF,MAAM,UAAU,GAA2B;QACzC,CAAC,EAAE,UAAU;QACb,EAAE,EAAE,UAAU;QACd,GAAG,EAAE,SAAS;QACd,IAAI,EAAE,MAAM;QACZ,KAAK,EAAE,UAAU;KAClB,CAAC;IAEF,OAAO,UAAU,CAAC,cAAc,CAAC,IAAI,SAAS,cAAc,EAAE,CAAC;AACjE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cn.d.ts","sourceRoot":"","sources":["../../../../../src/react/lib/utils/cn.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,UAAU,EAAE,MAAM,MAAM,CAAC;AAG7C,wBAAgB,EAAE,CAAC,GAAG,MAAM,EAAE,UAAU,EAAE,UAEzC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cn.js","sourceRoot":"","sources":["../../../../../src/react/lib/utils/cn.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAmB,MAAM,MAAM,CAAC;AAC7C,OAAO,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAC;AAEzC,MAAM,UAAU,EAAE,CAAC,GAAG,MAAoB;IACxC,OAAO,OAAO,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;AAC/B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"copyToClipboard.d.ts","sourceRoot":"","sources":["../../../../../src/react/lib/utils/copyToClipboard.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe,GAAU,MAAM,MAAM,kBAYjD,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { toast } from 'sonner';
|
|
2
|
+
export const copyToClipboard = async (text) => {
|
|
3
|
+
try {
|
|
4
|
+
await navigator.clipboard.writeText(text);
|
|
5
|
+
toast.success('Copied to clipboard.', {
|
|
6
|
+
duration: 4000,
|
|
7
|
+
});
|
|
8
|
+
}
|
|
9
|
+
catch {
|
|
10
|
+
toast.error('Failed to copy', {
|
|
11
|
+
description: 'Please try again',
|
|
12
|
+
duration: 4000,
|
|
13
|
+
});
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=copyToClipboard.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"copyToClipboard.js","sourceRoot":"","sources":["../../../../../src/react/lib/utils/copyToClipboard.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,QAAQ,CAAC;AAE/B,MAAM,CAAC,MAAM,eAAe,GAAG,KAAK,EAAE,IAAY,EAAE,EAAE;IACpD,IAAI,CAAC;QACH,MAAM,SAAS,CAAC,SAAS,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC;QAC1C,KAAK,CAAC,OAAO,CAAC,sBAAsB,EAAE;YACpC,QAAQ,EAAE,IAAI;SACf,CAAC,CAAC;IACL,CAAC;IAAC,MAAM,CAAC;QACP,KAAK,CAAC,KAAK,CAAC,gBAAgB,EAAE;YAC5B,WAAW,EAAE,kBAAkB;YAC/B,QAAQ,EAAE,IAAI;SACf,CAAC,CAAC;IACL,CAAC;AACH,CAAC,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { OrdaError } from '../../../errors';
|
|
2
|
+
/**
|
|
3
|
+
* Type guard to check if an error is an OrdaError
|
|
4
|
+
*/
|
|
5
|
+
export declare function isOrdaError(err: unknown): err is OrdaError;
|
|
6
|
+
/**
|
|
7
|
+
* Check if an error has a specific HTTP status code.
|
|
8
|
+
* Works with OrdaError instances that have a statusCode property.
|
|
9
|
+
*/
|
|
10
|
+
export declare function hasStatusCode(err: unknown, code: number): boolean;
|
|
11
|
+
//# sourceMappingURL=errors.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"errors.d.ts","sourceRoot":"","sources":["../../../../../src/react/lib/utils/errors.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAE5C;;GAEG;AACH,wBAAgB,WAAW,CAAC,GAAG,EAAE,OAAO,GAAG,GAAG,IAAI,SAAS,CAE1D;AAED;;;GAGG;AACH,wBAAgB,aAAa,CAAC,GAAG,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,GAAG,OAAO,CAEjE"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { OrdaError } from '../../../errors';
|
|
2
|
+
/**
|
|
3
|
+
* Type guard to check if an error is an OrdaError
|
|
4
|
+
*/
|
|
5
|
+
export function isOrdaError(err) {
|
|
6
|
+
return err instanceof OrdaError;
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* Check if an error has a specific HTTP status code.
|
|
10
|
+
* Works with OrdaError instances that have a statusCode property.
|
|
11
|
+
*/
|
|
12
|
+
export function hasStatusCode(err, code) {
|
|
13
|
+
return isOrdaError(err) && err.statusCode === code;
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=errors.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"errors.js","sourceRoot":"","sources":["../../../../../src/react/lib/utils/errors.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAE5C;;GAEG;AACH,MAAM,UAAU,WAAW,CAAC,GAAY;IACtC,OAAO,GAAG,YAAY,SAAS,CAAC;AAClC,CAAC;AAED;;;GAGG;AACH,MAAM,UAAU,aAAa,CAAC,GAAY,EAAE,IAAY;IACtD,OAAO,WAAW,CAAC,GAAG,CAAC,IAAI,GAAG,CAAC,UAAU,KAAK,IAAI,CAAC;AACrD,CAAC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Converts nominal (human-readable) values to native (smallest unit) values
|
|
3
|
+
* Uses string manipulation to avoid floating-point precision issues
|
|
4
|
+
* Example: "100.5" USDC (6 decimals) → "100500000"
|
|
5
|
+
*
|
|
6
|
+
* @param nominalValue - Human-readable amount (e.g., "100.5")
|
|
7
|
+
* @param decimals - Token decimals (e.g., 6 for USDC, 18 for ETH)
|
|
8
|
+
* @returns Native units as string (e.g., "100500000")
|
|
9
|
+
*/
|
|
10
|
+
export declare function parseToNativeUnits(nominalValue: string, decimals: number): string;
|
|
11
|
+
/**
|
|
12
|
+
* Converts native (smallest unit) values to nominal (human-readable) values
|
|
13
|
+
* Example: "100500000" → "100.5" (6 decimals)
|
|
14
|
+
*
|
|
15
|
+
* @param nativeValue - Native units as string (e.g., "100500000")
|
|
16
|
+
* @param decimals - Token decimals (e.g., 6 for USDC, 18 for ETH)
|
|
17
|
+
* @returns Human-readable amount as string (e.g., "100.5")
|
|
18
|
+
*/
|
|
19
|
+
export declare function parseFromNativeUnits(nativeValue: string, decimals: number): string;
|
|
20
|
+
/**
|
|
21
|
+
* Format crypto amounts for display with smart decimal places
|
|
22
|
+
* Adjusts precision based on amount magnitude
|
|
23
|
+
*
|
|
24
|
+
* @param amount - Amount in native units as string
|
|
25
|
+
* @param decimals - Token decimals
|
|
26
|
+
* @returns Formatted display string (e.g., "100.50", "0.0012")
|
|
27
|
+
*/
|
|
28
|
+
export declare function formatCryptoAmount(amount: string, decimals: number): string;
|
|
29
|
+
/**
|
|
30
|
+
* Truncates an address for display
|
|
31
|
+
* Example: 0x1234567890abcdef... → 0x1234...cdef
|
|
32
|
+
*
|
|
33
|
+
* @param address - The full address to truncate
|
|
34
|
+
* @param chars - Number of characters to show at start and end (default: 4)
|
|
35
|
+
* @returns Truncated address string (e.g., "0x1234...cdef")
|
|
36
|
+
*/
|
|
37
|
+
export declare function truncateAddress(address: string, chars?: number): string;
|
|
38
|
+
//# sourceMappingURL=format.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"format.d.ts","sourceRoot":"","sources":["../../../../../src/react/lib/utils/format.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AACH,wBAAgB,kBAAkB,CAAC,YAAY,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,MAAM,CAejF;AAED;;;;;;;GAOG;AACH,wBAAgB,oBAAoB,CAAC,WAAW,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,MAAM,CAoBlF;AAED;;;;;;;GAOG;AACH,wBAAgB,kBAAkB,CAAC,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,MAAM,CAe3E;AAED;;;;;;;GAOG;AACH,wBAAgB,eAAe,CAAC,OAAO,EAAE,MAAM,EAAE,KAAK,SAAI,GAAG,MAAM,CAIlE"}
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Converts nominal (human-readable) values to native (smallest unit) values
|
|
3
|
+
* Uses string manipulation to avoid floating-point precision issues
|
|
4
|
+
* Example: "100.5" USDC (6 decimals) → "100500000"
|
|
5
|
+
*
|
|
6
|
+
* @param nominalValue - Human-readable amount (e.g., "100.5")
|
|
7
|
+
* @param decimals - Token decimals (e.g., 6 for USDC, 18 for ETH)
|
|
8
|
+
* @returns Native units as string (e.g., "100500000")
|
|
9
|
+
*/
|
|
10
|
+
export function parseToNativeUnits(nominalValue, decimals) {
|
|
11
|
+
if (!nominalValue || nominalValue === '0' || nominalValue === '')
|
|
12
|
+
return '0';
|
|
13
|
+
try {
|
|
14
|
+
const [whole = '0', fractional = ''] = nominalValue.split('.');
|
|
15
|
+
const paddedFractional = fractional.slice(0, decimals).padEnd(decimals, '0');
|
|
16
|
+
const nativeValue = whole + paddedFractional;
|
|
17
|
+
return nativeValue.replace(/^0+/, '') || '0';
|
|
18
|
+
}
|
|
19
|
+
catch (error) {
|
|
20
|
+
console.error('Error converting to native units:', error);
|
|
21
|
+
return '0';
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Converts native (smallest unit) values to nominal (human-readable) values
|
|
26
|
+
* Example: "100500000" → "100.5" (6 decimals)
|
|
27
|
+
*
|
|
28
|
+
* @param nativeValue - Native units as string (e.g., "100500000")
|
|
29
|
+
* @param decimals - Token decimals (e.g., 6 for USDC, 18 for ETH)
|
|
30
|
+
* @returns Human-readable amount as string (e.g., "100.5")
|
|
31
|
+
*/
|
|
32
|
+
export function parseFromNativeUnits(nativeValue, decimals) {
|
|
33
|
+
if (!nativeValue || nativeValue === '0')
|
|
34
|
+
return '0';
|
|
35
|
+
try {
|
|
36
|
+
const padded = nativeValue.padStart(decimals + 1, '0');
|
|
37
|
+
const insertPosition = padded.length - decimals;
|
|
38
|
+
const whole = padded.slice(0, insertPosition) || '0';
|
|
39
|
+
const fractional = padded.slice(insertPosition);
|
|
40
|
+
const trimmedFractional = fractional.replace(/0+$/, '');
|
|
41
|
+
if (trimmedFractional === '') {
|
|
42
|
+
return whole;
|
|
43
|
+
}
|
|
44
|
+
return `${whole}.${trimmedFractional}`;
|
|
45
|
+
}
|
|
46
|
+
catch (error) {
|
|
47
|
+
console.error('Error converting from native units:', error);
|
|
48
|
+
return '0';
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* Format crypto amounts for display with smart decimal places
|
|
53
|
+
* Adjusts precision based on amount magnitude
|
|
54
|
+
*
|
|
55
|
+
* @param amount - Amount in native units as string
|
|
56
|
+
* @param decimals - Token decimals
|
|
57
|
+
* @returns Formatted display string (e.g., "100.50", "0.0012")
|
|
58
|
+
*/
|
|
59
|
+
export function formatCryptoAmount(amount, decimals) {
|
|
60
|
+
if (!amount || amount === '0')
|
|
61
|
+
return '0';
|
|
62
|
+
const nominalValue = parseFromNativeUnits(amount, decimals);
|
|
63
|
+
const value = parseFloat(nominalValue);
|
|
64
|
+
if (value >= 1) {
|
|
65
|
+
return value.toFixed(2);
|
|
66
|
+
}
|
|
67
|
+
else if (value >= 0.01) {
|
|
68
|
+
return value.toFixed(4);
|
|
69
|
+
}
|
|
70
|
+
else if (value >= 0.0001) {
|
|
71
|
+
return value.toFixed(6);
|
|
72
|
+
}
|
|
73
|
+
else {
|
|
74
|
+
return value.toFixed(8);
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
/**
|
|
78
|
+
* Truncates an address for display
|
|
79
|
+
* Example: 0x1234567890abcdef... → 0x1234...cdef
|
|
80
|
+
*
|
|
81
|
+
* @param address - The full address to truncate
|
|
82
|
+
* @param chars - Number of characters to show at start and end (default: 4)
|
|
83
|
+
* @returns Truncated address string (e.g., "0x1234...cdef")
|
|
84
|
+
*/
|
|
85
|
+
export function truncateAddress(address, chars = 4) {
|
|
86
|
+
if (!address)
|
|
87
|
+
return '';
|
|
88
|
+
if (address.length <= chars * 2 + 2)
|
|
89
|
+
return address;
|
|
90
|
+
return `${address.slice(0, chars + 2)}...${address.slice(-chars)}`;
|
|
91
|
+
}
|
|
92
|
+
//# sourceMappingURL=format.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"format.js","sourceRoot":"","sources":["../../../../../src/react/lib/utils/format.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AACH,MAAM,UAAU,kBAAkB,CAAC,YAAoB,EAAE,QAAgB;IACvE,IAAI,CAAC,YAAY,IAAI,YAAY,KAAK,GAAG,IAAI,YAAY,KAAK,EAAE;QAAE,OAAO,GAAG,CAAC;IAE7E,IAAI,CAAC;QACH,MAAM,CAAC,KAAK,GAAG,GAAG,EAAE,UAAU,GAAG,EAAE,CAAC,GAAG,YAAY,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;QAE/D,MAAM,gBAAgB,GAAG,UAAU,CAAC,KAAK,CAAC,CAAC,EAAE,QAAQ,CAAC,CAAC,MAAM,CAAC,QAAQ,EAAE,GAAG,CAAC,CAAC;QAE7E,MAAM,WAAW,GAAG,KAAK,GAAG,gBAAgB,CAAC;QAE7C,OAAO,WAAW,CAAC,OAAO,CAAC,KAAK,EAAE,EAAE,CAAC,IAAI,GAAG,CAAC;IAC/C,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACf,OAAO,CAAC,KAAK,CAAC,mCAAmC,EAAE,KAAK,CAAC,CAAC;QAC1D,OAAO,GAAG,CAAC;IACb,CAAC;AACH,CAAC;AAED;;;;;;;GAOG;AACH,MAAM,UAAU,oBAAoB,CAAC,WAAmB,EAAE,QAAgB;IACxE,IAAI,CAAC,WAAW,IAAI,WAAW,KAAK,GAAG;QAAE,OAAO,GAAG,CAAC;IAEpD,IAAI,CAAC;QACH,MAAM,MAAM,GAAG,WAAW,CAAC,QAAQ,CAAC,QAAQ,GAAG,CAAC,EAAE,GAAG,CAAC,CAAC;QAEvD,MAAM,cAAc,GAAG,MAAM,CAAC,MAAM,GAAG,QAAQ,CAAC;QAChD,MAAM,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC,CAAC,EAAE,cAAc,CAAC,IAAI,GAAG,CAAC;QACrD,MAAM,UAAU,GAAG,MAAM,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC;QAEhD,MAAM,iBAAiB,GAAG,UAAU,CAAC,OAAO,CAAC,KAAK,EAAE,EAAE,CAAC,CAAC;QAExD,IAAI,iBAAiB,KAAK,EAAE,EAAE,CAAC;YAC7B,OAAO,KAAK,CAAC;QACf,CAAC;QACD,OAAO,GAAG,KAAK,IAAI,iBAAiB,EAAE,CAAC;IACzC,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACf,OAAO,CAAC,KAAK,CAAC,qCAAqC,EAAE,KAAK,CAAC,CAAC;QAC5D,OAAO,GAAG,CAAC;IACb,CAAC;AACH,CAAC;AAED;;;;;;;GAOG;AACH,MAAM,UAAU,kBAAkB,CAAC,MAAc,EAAE,QAAgB;IACjE,IAAI,CAAC,MAAM,IAAI,MAAM,KAAK,GAAG;QAAE,OAAO,GAAG,CAAC;IAE1C,MAAM,YAAY,GAAG,oBAAoB,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;IAC5D,MAAM,KAAK,GAAG,UAAU,CAAC,YAAY,CAAC,CAAC;IAEvC,IAAI,KAAK,IAAI,CAAC,EAAE,CAAC;QACf,OAAO,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;IAC1B,CAAC;SAAM,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QACzB,OAAO,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;IAC1B,CAAC;SAAM,IAAI,KAAK,IAAI,MAAM,EAAE,CAAC;QAC3B,OAAO,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;IAC1B,CAAC;SAAM,CAAC;QACN,OAAO,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;IAC1B,CAAC;AACH,CAAC;AAED;;;;;;;GAOG;AACH,MAAM,UAAU,eAAe,CAAC,OAAe,EAAE,KAAK,GAAG,CAAC;IACxD,IAAI,CAAC,OAAO;QAAE,OAAO,EAAE,CAAC;IACxB,IAAI,OAAO,CAAC,MAAM,IAAI,KAAK,GAAG,CAAC,GAAG,CAAC;QAAE,OAAO,OAAO,CAAC;IACpD,OAAO,GAAG,OAAO,CAAC,KAAK,CAAC,CAAC,EAAE,KAAK,GAAG,CAAC,CAAC,MAAM,OAAO,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,EAAE,CAAC;AACrE,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Format USD values with smart precision based on magnitude
|
|
3
|
+
*
|
|
4
|
+
* Examples:
|
|
5
|
+
* - formatUsd(0.0067) → "$0.0067" (4 decimals for tiny values)
|
|
6
|
+
* - formatUsd(0.5) → "$0.50" (2 decimals for normal values)
|
|
7
|
+
* - formatUsd(1234.56) → "$1.23K" (abbreviated for thousands)
|
|
8
|
+
* - formatUsd(1234567) → "$1.23M" (abbreviated for millions)
|
|
9
|
+
*/
|
|
10
|
+
export declare function formatUsd(value: number | null | undefined, options?: {
|
|
11
|
+
alwaysShowDecimals?: boolean;
|
|
12
|
+
compact?: boolean;
|
|
13
|
+
}): string | null;
|
|
14
|
+
/**
|
|
15
|
+
* Format USD with non-compact notation (always full number)
|
|
16
|
+
* Example: formatUsdFull(1234567) → "$1,234,567.00"
|
|
17
|
+
*/
|
|
18
|
+
export declare function formatUsdFull(value: number | null | undefined): string | null;
|
|
19
|
+
//# sourceMappingURL=formatUsd.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"formatUsd.d.ts","sourceRoot":"","sources":["../../../../../src/react/lib/utils/formatUsd.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AACH,wBAAgB,SAAS,CACvB,KAAK,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,EAChC,OAAO,CAAC,EAAE;IACR,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GACA,MAAM,GAAG,IAAI,CAgCf;AAED;;;GAGG;AACH,wBAAgB,aAAa,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,GAAG,MAAM,GAAG,IAAI,CAgB7E"}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Format USD values with smart precision based on magnitude
|
|
3
|
+
*
|
|
4
|
+
* Examples:
|
|
5
|
+
* - formatUsd(0.0067) → "$0.0067" (4 decimals for tiny values)
|
|
6
|
+
* - formatUsd(0.5) → "$0.50" (2 decimals for normal values)
|
|
7
|
+
* - formatUsd(1234.56) → "$1.23K" (abbreviated for thousands)
|
|
8
|
+
* - formatUsd(1234567) → "$1.23M" (abbreviated for millions)
|
|
9
|
+
*/
|
|
10
|
+
export function formatUsd(value, options) {
|
|
11
|
+
if (value == null)
|
|
12
|
+
return null;
|
|
13
|
+
const { alwaysShowDecimals = true, compact = true } = options || {};
|
|
14
|
+
if (value === 0) {
|
|
15
|
+
return alwaysShowDecimals ? '$0.00' : '$0';
|
|
16
|
+
}
|
|
17
|
+
if (value < 0.01 && value > 0) {
|
|
18
|
+
if (value < 0.0001) {
|
|
19
|
+
return '< $0.0001';
|
|
20
|
+
}
|
|
21
|
+
return `$${value.toFixed(4)}`;
|
|
22
|
+
}
|
|
23
|
+
if (compact) {
|
|
24
|
+
if (value >= 1000000) {
|
|
25
|
+
const millions = value / 1000000;
|
|
26
|
+
return `$${millions.toFixed(2)}M`;
|
|
27
|
+
}
|
|
28
|
+
if (value >= 1000) {
|
|
29
|
+
const thousands = value / 1000;
|
|
30
|
+
return `$${thousands.toFixed(2)}K`;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
return `$${value.toLocaleString('en-US', {
|
|
34
|
+
minimumFractionDigits: alwaysShowDecimals ? 2 : 0,
|
|
35
|
+
maximumFractionDigits: 2,
|
|
36
|
+
})}`;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* Format USD with non-compact notation (always full number)
|
|
40
|
+
* Example: formatUsdFull(1234567) → "$1,234,567.00"
|
|
41
|
+
*/
|
|
42
|
+
export function formatUsdFull(value) {
|
|
43
|
+
if (value == null)
|
|
44
|
+
return null;
|
|
45
|
+
if (value === 0)
|
|
46
|
+
return '$0.00';
|
|
47
|
+
if (value < 0.01 && value > 0) {
|
|
48
|
+
if (value < 0.0001) {
|
|
49
|
+
return '< $0.0001';
|
|
50
|
+
}
|
|
51
|
+
return `$${value.toFixed(4)}`;
|
|
52
|
+
}
|
|
53
|
+
return `$${value.toLocaleString('en-US', {
|
|
54
|
+
minimumFractionDigits: 2,
|
|
55
|
+
maximumFractionDigits: 2,
|
|
56
|
+
})}`;
|
|
57
|
+
}
|
|
58
|
+
//# sourceMappingURL=formatUsd.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"formatUsd.js","sourceRoot":"","sources":["../../../../../src/react/lib/utils/formatUsd.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AACH,MAAM,UAAU,SAAS,CACvB,KAAgC,EAChC,OAGC;IAED,IAAI,KAAK,IAAI,IAAI;QAAE,OAAO,IAAI,CAAC;IAE/B,MAAM,EAAE,kBAAkB,GAAG,IAAI,EAAE,OAAO,GAAG,IAAI,EAAE,GAAG,OAAO,IAAI,EAAE,CAAC;IAEpE,IAAI,KAAK,KAAK,CAAC,EAAE,CAAC;QAChB,OAAO,kBAAkB,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,IAAI,CAAC;IAC7C,CAAC;IAED,IAAI,KAAK,GAAG,IAAI,IAAI,KAAK,GAAG,CAAC,EAAE,CAAC;QAC9B,IAAI,KAAK,GAAG,MAAM,EAAE,CAAC;YACnB,OAAO,WAAW,CAAC;QACrB,CAAC;QACD,OAAO,IAAI,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC;IAChC,CAAC;IAED,IAAI,OAAO,EAAE,CAAC;QACZ,IAAI,KAAK,IAAI,OAAS,EAAE,CAAC;YACvB,MAAM,QAAQ,GAAG,KAAK,GAAG,OAAS,CAAC;YACnC,OAAO,IAAI,QAAQ,CAAC,OAAO,CAAC,CAAC,CAAC,GAAG,CAAC;QACpC,CAAC;QAED,IAAI,KAAK,IAAI,IAAK,EAAE,CAAC;YACnB,MAAM,SAAS,GAAG,KAAK,GAAG,IAAK,CAAC;YAChC,OAAO,IAAI,SAAS,CAAC,OAAO,CAAC,CAAC,CAAC,GAAG,CAAC;QACrC,CAAC;IACH,CAAC;IAED,OAAO,IAAI,KAAK,CAAC,cAAc,CAAC,OAAO,EAAE;QACvC,qBAAqB,EAAE,kBAAkB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QACjD,qBAAqB,EAAE,CAAC;KACzB,CAAC,EAAE,CAAC;AACP,CAAC;AAED;;;GAGG;AACH,MAAM,UAAU,aAAa,CAAC,KAAgC;IAC5D,IAAI,KAAK,IAAI,IAAI;QAAE,OAAO,IAAI,CAAC;IAE/B,IAAI,KAAK,KAAK,CAAC;QAAE,OAAO,OAAO,CAAC;IAEhC,IAAI,KAAK,GAAG,IAAI,IAAI,KAAK,GAAG,CAAC,EAAE,CAAC;QAC9B,IAAI,KAAK,GAAG,MAAM,EAAE,CAAC;YACnB,OAAO,WAAW,CAAC;QACrB,CAAC;QACD,OAAO,IAAI,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC;IAChC,CAAC;IAED,OAAO,IAAI,KAAK,CAAC,cAAc,CAAC,OAAO,EAAE;QACvC,qBAAqB,EAAE,CAAC;QACxB,qBAAqB,EAAE,CAAC;KACzB,CAAC,EAAE,CAAC;AACP,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export { cn } from './cn';
|
|
2
|
+
export { parseToNativeUnits, parseFromNativeUnits, formatCryptoAmount, truncateAddress, } from './format';
|
|
3
|
+
export { formatUsd, formatUsdFull } from './formatUsd';
|
|
4
|
+
export { isValidAddress, isValidAmount, isSameToken } from './validation';
|
|
5
|
+
export { getWagmiChain, getChainName } from './chain';
|
|
6
|
+
export { copyToClipboard } from './copyToClipboard';
|
|
7
|
+
export { getAppKitNetwork, requiresNetworkSwitch, getNetworkDisplayName, getAlchemyRpcUrl, getAllAlchemyNetworks, mapChainIdToAlchemyNetwork, mapAlchemyNetworkToChainId, } from './network-mapping';
|
|
8
|
+
export { safeParseBigInt, parseTransactionValue, parseGasParam, validateTransactionParams, isUserRejection, getTransactionErrorMessage, } from './transaction';
|
|
9
|
+
export type { TransactionParams } from './transaction';
|
|
10
|
+
export { formatCpf, formatCnpj, formatPhone, formatCpfCnpj, roundToNineDecimals, } from './inputFormatters';
|
|
11
|
+
export { isOrdaError, hasStatusCode } from './errors';
|
|
12
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/react/lib/utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,MAAM,CAAC;AAC1B,OAAO,EACL,kBAAkB,EAClB,oBAAoB,EACpB,kBAAkB,EAClB,eAAe,GAChB,MAAM,UAAU,CAAC;AAClB,OAAO,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AACvD,OAAO,EAAE,cAAc,EAAE,aAAa,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAC1E,OAAO,EAAE,aAAa,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AACtD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EACL,gBAAgB,EAChB,qBAAqB,EACrB,qBAAqB,EACrB,gBAAgB,EAChB,qBAAqB,EACrB,0BAA0B,EAC1B,0BAA0B,GAC3B,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EACL,eAAe,EACf,qBAAqB,EACrB,aAAa,EACb,yBAAyB,EACzB,eAAe,EACf,0BAA0B,GAC3B,MAAM,eAAe,CAAC;AACvB,YAAY,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAC;AACvD,OAAO,EACL,SAAS,EACT,UAAU,EACV,WAAW,EACX,aAAa,EACb,mBAAmB,GACpB,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EAAE,WAAW,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export { cn } from './cn';
|
|
2
|
+
export { parseToNativeUnits, parseFromNativeUnits, formatCryptoAmount, truncateAddress, } from './format';
|
|
3
|
+
export { formatUsd, formatUsdFull } from './formatUsd';
|
|
4
|
+
export { isValidAddress, isValidAmount, isSameToken } from './validation';
|
|
5
|
+
export { getWagmiChain, getChainName } from './chain';
|
|
6
|
+
export { copyToClipboard } from './copyToClipboard';
|
|
7
|
+
export { getAppKitNetwork, requiresNetworkSwitch, getNetworkDisplayName, getAlchemyRpcUrl, getAllAlchemyNetworks, mapChainIdToAlchemyNetwork, mapAlchemyNetworkToChainId, } from './network-mapping';
|
|
8
|
+
export { safeParseBigInt, parseTransactionValue, parseGasParam, validateTransactionParams, isUserRejection, getTransactionErrorMessage, } from './transaction';
|
|
9
|
+
export { formatCpf, formatCnpj, formatPhone, formatCpfCnpj, roundToNineDecimals, } from './inputFormatters';
|
|
10
|
+
export { isOrdaError, hasStatusCode } from './errors';
|
|
11
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/react/lib/utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,MAAM,CAAC;AAC1B,OAAO,EACL,kBAAkB,EAClB,oBAAoB,EACpB,kBAAkB,EAClB,eAAe,GAChB,MAAM,UAAU,CAAC;AAClB,OAAO,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AACvD,OAAO,EAAE,cAAc,EAAE,aAAa,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAC1E,OAAO,EAAE,aAAa,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AACtD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EACL,gBAAgB,EAChB,qBAAqB,EACrB,qBAAqB,EACrB,gBAAgB,EAChB,qBAAqB,EACrB,0BAA0B,EAC1B,0BAA0B,GAC3B,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EACL,eAAe,EACf,qBAAqB,EACrB,aAAa,EACb,yBAAyB,EACzB,eAAe,EACf,0BAA0B,GAC3B,MAAM,eAAe,CAAC;AAEvB,OAAO,EACL,SAAS,EACT,UAAU,EACV,WAAW,EACX,aAAa,EACb,mBAAmB,GACpB,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EAAE,WAAW,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export declare const formatCpf: (value: string) => string;
|
|
2
|
+
export declare const formatCnpj: (value: string) => string;
|
|
3
|
+
export declare const formatPhone: (value: string) => string;
|
|
4
|
+
export declare const formatCpfCnpj: (value: string) => string;
|
|
5
|
+
export declare const roundToNineDecimals: (value: string) => string;
|
|
6
|
+
//# sourceMappingURL=inputFormatters.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"inputFormatters.d.ts","sourceRoot":"","sources":["../../../../../src/react/lib/utils/inputFormatters.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS,GAAI,OAAO,MAAM,WAOtC,CAAC;AAEF,eAAO,MAAM,UAAU,GAAI,OAAO,MAAM,WAQvC,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,OAAO,MAAM,WAIxC,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,OAAO,MAAM,WAG1C,CAAC;AAEF,eAAO,MAAM,mBAAmB,GAAI,OAAO,MAAM,KAAG,MAQnD,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
const onlyDigits = (value) => value.replace(/\D/g, '');
|
|
2
|
+
export const formatCpf = (value) => {
|
|
3
|
+
const digits = onlyDigits(value).slice(0, 11);
|
|
4
|
+
return digits
|
|
5
|
+
.replace(/(\d{3})(\d)/, '$1.$2')
|
|
6
|
+
.replace(/(\d{3})(\d)/, '$1.$2')
|
|
7
|
+
.replace(/(\d{3})(\d{1,2})$/, '$1-$2');
|
|
8
|
+
};
|
|
9
|
+
export const formatCnpj = (value) => {
|
|
10
|
+
const digits = onlyDigits(value).slice(0, 14);
|
|
11
|
+
return digits
|
|
12
|
+
.replace(/^(\d{2})(\d)/, '$1.$2')
|
|
13
|
+
.replace(/^(\d{2})\.(\d{3})(\d)/, '$1.$2.$3')
|
|
14
|
+
.replace(/\.(\d{3})(\d)/, '.$1/$2')
|
|
15
|
+
.replace(/(\d{4})(\d)/, '$1-$2');
|
|
16
|
+
};
|
|
17
|
+
export const formatPhone = (value) => {
|
|
18
|
+
const digits = onlyDigits(value).slice(0, 11);
|
|
19
|
+
return digits.replace(/^(\d{2})(\d)/, '($1) $2').replace(/(\d{5})(\d{4})$/, '$1-$2');
|
|
20
|
+
};
|
|
21
|
+
export const formatCpfCnpj = (value) => {
|
|
22
|
+
const digits = onlyDigits(value);
|
|
23
|
+
return digits.length <= 11 ? formatCpf(digits) : formatCnpj(digits);
|
|
24
|
+
};
|
|
25
|
+
export const roundToNineDecimals = (value) => {
|
|
26
|
+
const num = Number(value);
|
|
27
|
+
if (isNaN(num)) {
|
|
28
|
+
return '';
|
|
29
|
+
}
|
|
30
|
+
return Number(num.toFixed(9)).toString();
|
|
31
|
+
};
|
|
32
|
+
//# sourceMappingURL=inputFormatters.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"inputFormatters.js","sourceRoot":"","sources":["../../../../../src/react/lib/utils/inputFormatters.ts"],"names":[],"mappings":"AAAA,MAAM,UAAU,GAAG,CAAC,KAAa,EAAE,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,EAAE,EAAE,CAAC,CAAC;AAE/D,MAAM,CAAC,MAAM,SAAS,GAAG,CAAC,KAAa,EAAE,EAAE;IACzC,MAAM,MAAM,GAAG,UAAU,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;IAE9C,OAAO,MAAM;SACV,OAAO,CAAC,aAAa,EAAE,OAAO,CAAC;SAC/B,OAAO,CAAC,aAAa,EAAE,OAAO,CAAC;SAC/B,OAAO,CAAC,mBAAmB,EAAE,OAAO,CAAC,CAAC;AAC3C,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,UAAU,GAAG,CAAC,KAAa,EAAE,EAAE;IAC1C,MAAM,MAAM,GAAG,UAAU,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;IAE9C,OAAO,MAAM;SACV,OAAO,CAAC,cAAc,EAAE,OAAO,CAAC;SAChC,OAAO,CAAC,uBAAuB,EAAE,UAAU,CAAC;SAC5C,OAAO,CAAC,eAAe,EAAE,QAAQ,CAAC;SAClC,OAAO,CAAC,aAAa,EAAE,OAAO,CAAC,CAAC;AACrC,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAAG,CAAC,KAAa,EAAE,EAAE;IAC3C,MAAM,MAAM,GAAG,UAAU,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;IAE9C,OAAO,MAAM,CAAC,OAAO,CAAC,cAAc,EAAE,SAAS,CAAC,CAAC,OAAO,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAC;AACvF,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,aAAa,GAAG,CAAC,KAAa,EAAE,EAAE;IAC7C,MAAM,MAAM,GAAG,UAAU,CAAC,KAAK,CAAC,CAAC;IACjC,OAAO,MAAM,CAAC,MAAM,IAAI,EAAE,CAAC,CAAC,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC;AACtE,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC,KAAa,EAAU,EAAE;IAC3D,MAAM,GAAG,GAAG,MAAM,CAAC,KAAK,CAAC,CAAC;IAE1B,IAAI,KAAK,CAAC,GAAG,CAAC,EAAE,CAAC;QACf,OAAO,EAAE,CAAC;IACZ,CAAC;IAED,OAAO,MAAM,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,QAAQ,EAAE,CAAC;AAC3C,CAAC,CAAC"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Network Mapping Utility
|
|
3
|
+
* Maps internal chain IDs to Reown AppKit network objects for wallet switching
|
|
4
|
+
*/
|
|
5
|
+
import type { AppKitNetwork } from '@reown/appkit/networks';
|
|
6
|
+
export declare function getAppKitNetwork(chainId: string | number): AppKitNetwork | null;
|
|
7
|
+
export declare function requiresNetworkSwitch(chainId: string | number): boolean;
|
|
8
|
+
export declare function getNetworkDisplayName(chainId: string | number): string;
|
|
9
|
+
/**
|
|
10
|
+
* Maps Alchemy network identifier to RPC endpoint URL
|
|
11
|
+
* Used for per-network balance fetching via Alchemy JSON-RPC
|
|
12
|
+
*
|
|
13
|
+
* @param network - Alchemy network identifier (e.g., 'eth-mainnet', 'polygon-mainnet')
|
|
14
|
+
* @param apiKey - Alchemy API key
|
|
15
|
+
* @returns Full RPC URL for the network, or null if unsupported
|
|
16
|
+
*
|
|
17
|
+
* @example
|
|
18
|
+
* const url = getAlchemyRpcUrl('eth-mainnet', 'abc123')
|
|
19
|
+
* // Returns: 'https://eth-mainnet.g.alchemy.com/v2/abc123'
|
|
20
|
+
*/
|
|
21
|
+
export declare function getAlchemyRpcUrl(network: string, apiKey: string): string | null;
|
|
22
|
+
/**
|
|
23
|
+
* Gets all supported Alchemy network identifiers for EVM chains
|
|
24
|
+
* Used to fetch balances across all configured networks
|
|
25
|
+
*
|
|
26
|
+
* @returns Array of Alchemy network identifiers
|
|
27
|
+
*/
|
|
28
|
+
export declare function getAllAlchemyNetworks(): string[];
|
|
29
|
+
/**
|
|
30
|
+
* Maps internal chain ID to Alchemy network identifier
|
|
31
|
+
* Used for price fetching and network identification
|
|
32
|
+
*
|
|
33
|
+
* @param chainId - Internal chain ID (e.g., '1', '137', '42161')
|
|
34
|
+
* @returns Alchemy network identifier (e.g., 'eth-mainnet') or null if unsupported
|
|
35
|
+
*/
|
|
36
|
+
export declare function mapChainIdToAlchemyNetwork(chainId: string | number): string | null;
|
|
37
|
+
/**
|
|
38
|
+
* Maps Alchemy network identifier back to internal chain ID (reverse mapping)
|
|
39
|
+
* Used for converting Alchemy API responses back to internal chain IDs
|
|
40
|
+
*
|
|
41
|
+
* @param alchemyNetwork - Alchemy network identifier (e.g., 'eth-mainnet')
|
|
42
|
+
* @returns Internal chain ID (e.g., '1') or null if unsupported
|
|
43
|
+
*/
|
|
44
|
+
export declare function mapAlchemyNetworkToChainId(alchemyNetwork: string): string | null;
|
|
45
|
+
//# sourceMappingURL=network-mapping.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"network-mapping.d.ts","sourceRoot":"","sources":["../../../../../src/react/lib/utils/network-mapping.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AAI5D,wBAAgB,gBAAgB,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM,GAAG,aAAa,GAAG,IAAI,CAiB/E;AAED,wBAAgB,qBAAqB,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,CAIvE;AAED,wBAAgB,qBAAqB,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,CAetE;AAED;;;;;;;;;;;GAWG;AACH,wBAAgB,gBAAgB,CAAC,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAqB/E;AAED;;;;;GAKG;AACH,wBAAgB,qBAAqB,IAAI,MAAM,EAAE,CAkBhD;AAED;;;;;;GAMG;AACH,wBAAgB,0BAA0B,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,IAAI,CAsBlF;AAED;;;;;;GAMG;AACH,wBAAgB,0BAA0B,CAAC,cAAc,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAoBhF"}
|
|
@@ -0,0 +1,153 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Network Mapping Utility
|
|
3
|
+
* Maps internal chain IDs to Reown AppKit network objects for wallet switching
|
|
4
|
+
*/
|
|
5
|
+
import { evmNetworks } from '@/config/appkit';
|
|
6
|
+
import { isEVMChain, isSolanaChain } from '@/lib/constants/chains';
|
|
7
|
+
export function getAppKitNetwork(chainId) {
|
|
8
|
+
const id = typeof chainId === 'string' ? chainId : chainId.toString();
|
|
9
|
+
if (id === 'fiat')
|
|
10
|
+
return null; // Fiat has no blockchain network
|
|
11
|
+
if (isSolanaChain(id))
|
|
12
|
+
return null; // Solana uses separate provider, no switching
|
|
13
|
+
if (!isEVMChain(id))
|
|
14
|
+
return null;
|
|
15
|
+
const numericChainId = Number(id);
|
|
16
|
+
const network = evmNetworks.find((net) => net.id === numericChainId);
|
|
17
|
+
if (!network) {
|
|
18
|
+
console.warn(`[Network Mapping] Chain ID ${id} is not configured in Reown AppKit networks`);
|
|
19
|
+
return null;
|
|
20
|
+
}
|
|
21
|
+
return network;
|
|
22
|
+
}
|
|
23
|
+
export function requiresNetworkSwitch(chainId) {
|
|
24
|
+
const id = typeof chainId === 'string' ? chainId : chainId.toString();
|
|
25
|
+
return isEVMChain(id);
|
|
26
|
+
}
|
|
27
|
+
export function getNetworkDisplayName(chainId) {
|
|
28
|
+
const id = typeof chainId === 'string' ? chainId : chainId.toString();
|
|
29
|
+
const network = getAppKitNetwork(id);
|
|
30
|
+
if (network) {
|
|
31
|
+
return network.name;
|
|
32
|
+
}
|
|
33
|
+
const fallbackNames = {
|
|
34
|
+
fiat: 'Fiat',
|
|
35
|
+
'1001001': 'Solana',
|
|
36
|
+
'1001002': 'Bitcoin',
|
|
37
|
+
};
|
|
38
|
+
return fallbackNames[id] || `Chain ${id}`;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* Maps Alchemy network identifier to RPC endpoint URL
|
|
42
|
+
* Used for per-network balance fetching via Alchemy JSON-RPC
|
|
43
|
+
*
|
|
44
|
+
* @param network - Alchemy network identifier (e.g., 'eth-mainnet', 'polygon-mainnet')
|
|
45
|
+
* @param apiKey - Alchemy API key
|
|
46
|
+
* @returns Full RPC URL for the network, or null if unsupported
|
|
47
|
+
*
|
|
48
|
+
* @example
|
|
49
|
+
* const url = getAlchemyRpcUrl('eth-mainnet', 'abc123')
|
|
50
|
+
* // Returns: 'https://eth-mainnet.g.alchemy.com/v2/abc123'
|
|
51
|
+
*/
|
|
52
|
+
export function getAlchemyRpcUrl(network, apiKey) {
|
|
53
|
+
const rpcBaseUrls = {
|
|
54
|
+
'eth-mainnet': 'https://eth-mainnet.g.alchemy.com/v2',
|
|
55
|
+
'opt-mainnet': 'https://opt-mainnet.g.alchemy.com/v2',
|
|
56
|
+
'polygon-mainnet': 'https://polygon-mainnet.g.alchemy.com/v2',
|
|
57
|
+
'base-mainnet': 'https://base-mainnet.g.alchemy.com/v2',
|
|
58
|
+
'arb-mainnet': 'https://arb-mainnet.g.alchemy.com/v2',
|
|
59
|
+
'avax-mainnet': 'https://avax-mainnet.g.alchemy.com/v2',
|
|
60
|
+
'bnb-mainnet': 'https://bnb-mainnet.g.alchemy.com/v2',
|
|
61
|
+
'linea-mainnet': 'https://linea-mainnet.g.alchemy.com/v2',
|
|
62
|
+
'scroll-mainnet': 'https://scroll-mainnet.g.alchemy.com/v2',
|
|
63
|
+
'gnosis-mainnet': 'https://gnosis-mainnet.g.alchemy.com/v2',
|
|
64
|
+
'mantle-mainnet': 'https://mantle-mainnet.g.alchemy.com/v2',
|
|
65
|
+
'celo-mainnet': 'https://celo-mainnet.g.alchemy.com/v2',
|
|
66
|
+
'sei-mainnet': 'https://sei-mainnet.g.alchemy.com/v2',
|
|
67
|
+
'worldchain-mainnet': 'https://worldchain-mainnet.g.alchemy.com/v2',
|
|
68
|
+
'unichain-sepolia': 'https://unichain-sepolia.g.alchemy.com/v2',
|
|
69
|
+
};
|
|
70
|
+
const baseUrl = rpcBaseUrls[network];
|
|
71
|
+
return baseUrl ? `${baseUrl}/${apiKey}` : null;
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* Gets all supported Alchemy network identifiers for EVM chains
|
|
75
|
+
* Used to fetch balances across all configured networks
|
|
76
|
+
*
|
|
77
|
+
* @returns Array of Alchemy network identifiers
|
|
78
|
+
*/
|
|
79
|
+
export function getAllAlchemyNetworks() {
|
|
80
|
+
return [
|
|
81
|
+
'eth-mainnet',
|
|
82
|
+
'opt-mainnet',
|
|
83
|
+
'polygon-mainnet',
|
|
84
|
+
'base-mainnet',
|
|
85
|
+
'arb-mainnet',
|
|
86
|
+
'avax-mainnet',
|
|
87
|
+
'bnb-mainnet',
|
|
88
|
+
'linea-mainnet',
|
|
89
|
+
'scroll-mainnet',
|
|
90
|
+
'gnosis-mainnet',
|
|
91
|
+
'mantle-mainnet',
|
|
92
|
+
'celo-mainnet',
|
|
93
|
+
'sei-mainnet',
|
|
94
|
+
'worldchain-mainnet',
|
|
95
|
+
'unichain-sepolia',
|
|
96
|
+
];
|
|
97
|
+
}
|
|
98
|
+
/**
|
|
99
|
+
* Maps internal chain ID to Alchemy network identifier
|
|
100
|
+
* Used for price fetching and network identification
|
|
101
|
+
*
|
|
102
|
+
* @param chainId - Internal chain ID (e.g., '1', '137', '42161')
|
|
103
|
+
* @returns Alchemy network identifier (e.g., 'eth-mainnet') or null if unsupported
|
|
104
|
+
*/
|
|
105
|
+
export function mapChainIdToAlchemyNetwork(chainId) {
|
|
106
|
+
const id = typeof chainId === 'string' ? chainId : chainId.toString();
|
|
107
|
+
const mapping = {
|
|
108
|
+
'1': 'eth-mainnet',
|
|
109
|
+
'10': 'opt-mainnet',
|
|
110
|
+
'137': 'polygon-mainnet',
|
|
111
|
+
'8453': 'base-mainnet',
|
|
112
|
+
'42161': 'arb-mainnet',
|
|
113
|
+
'43114': 'avax-mainnet',
|
|
114
|
+
'56': 'bnb-mainnet',
|
|
115
|
+
'59144': 'linea-mainnet',
|
|
116
|
+
'534352': 'scroll-mainnet',
|
|
117
|
+
'100': 'gnosis-mainnet',
|
|
118
|
+
'5000': 'mantle-mainnet',
|
|
119
|
+
'42220': 'celo-mainnet',
|
|
120
|
+
'1329': 'sei-mainnet',
|
|
121
|
+
'480': 'worldchain-mainnet',
|
|
122
|
+
'130': 'unichain-sepolia',
|
|
123
|
+
};
|
|
124
|
+
return mapping[id] || null;
|
|
125
|
+
}
|
|
126
|
+
/**
|
|
127
|
+
* Maps Alchemy network identifier back to internal chain ID (reverse mapping)
|
|
128
|
+
* Used for converting Alchemy API responses back to internal chain IDs
|
|
129
|
+
*
|
|
130
|
+
* @param alchemyNetwork - Alchemy network identifier (e.g., 'eth-mainnet')
|
|
131
|
+
* @returns Internal chain ID (e.g., '1') or null if unsupported
|
|
132
|
+
*/
|
|
133
|
+
export function mapAlchemyNetworkToChainId(alchemyNetwork) {
|
|
134
|
+
const mapping = {
|
|
135
|
+
'eth-mainnet': '1',
|
|
136
|
+
'opt-mainnet': '10',
|
|
137
|
+
'polygon-mainnet': '137',
|
|
138
|
+
'base-mainnet': '8453',
|
|
139
|
+
'arb-mainnet': '42161',
|
|
140
|
+
'avax-mainnet': '43114',
|
|
141
|
+
'bnb-mainnet': '56',
|
|
142
|
+
'linea-mainnet': '59144',
|
|
143
|
+
'scroll-mainnet': '534352',
|
|
144
|
+
'gnosis-mainnet': '100',
|
|
145
|
+
'mantle-mainnet': '5000',
|
|
146
|
+
'celo-mainnet': '42220',
|
|
147
|
+
'sei-mainnet': '1329',
|
|
148
|
+
'worldchain-mainnet': '480',
|
|
149
|
+
'unichain-sepolia': '130',
|
|
150
|
+
};
|
|
151
|
+
return mapping[alchemyNetwork] || null;
|
|
152
|
+
}
|
|
153
|
+
//# sourceMappingURL=network-mapping.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"network-mapping.js","sourceRoot":"","sources":["../../../../../src/react/lib/utils/network-mapping.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAGH,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AAEnE,MAAM,UAAU,gBAAgB,CAAC,OAAwB;IACvD,MAAM,EAAE,GAAG,OAAO,OAAO,KAAK,QAAQ,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,OAAO,CAAC,QAAQ,EAAE,CAAC;IAEtE,IAAI,EAAE,KAAK,MAAM;QAAE,OAAO,IAAI,CAAC,CAAC,iCAAiC;IACjE,IAAI,aAAa,CAAC,EAAE,CAAC;QAAE,OAAO,IAAI,CAAC,CAAC,8CAA8C;IAElF,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC;QAAE,OAAO,IAAI,CAAC;IAEjC,MAAM,cAAc,GAAG,MAAM,CAAC,EAAE,CAAC,CAAC;IAClC,MAAM,OAAO,GAAG,WAAW,CAAC,IAAI,CAAC,CAAC,GAAkB,EAAE,EAAE,CAAC,GAAG,CAAC,EAAE,KAAK,cAAc,CAAC,CAAC;IAEpF,IAAI,CAAC,OAAO,EAAE,CAAC;QACb,OAAO,CAAC,IAAI,CAAC,8BAA8B,EAAE,6CAA6C,CAAC,CAAC;QAC5F,OAAO,IAAI,CAAC;IACd,CAAC;IAED,OAAO,OAAO,CAAC;AACjB,CAAC;AAED,MAAM,UAAU,qBAAqB,CAAC,OAAwB;IAC5D,MAAM,EAAE,GAAG,OAAO,OAAO,KAAK,QAAQ,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,OAAO,CAAC,QAAQ,EAAE,CAAC;IAEtE,OAAO,UAAU,CAAC,EAAE,CAAC,CAAC;AACxB,CAAC;AAED,MAAM,UAAU,qBAAqB,CAAC,OAAwB;IAC5D,MAAM,EAAE,GAAG,OAAO,OAAO,KAAK,QAAQ,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,OAAO,CAAC,QAAQ,EAAE,CAAC;IACtE,MAAM,OAAO,GAAG,gBAAgB,CAAC,EAAE,CAAC,CAAC;IAErC,IAAI,OAAO,EAAE,CAAC;QACZ,OAAO,OAAO,CAAC,IAAI,CAAC;IACtB,CAAC;IAED,MAAM,aAAa,GAA2B;QAC5C,IAAI,EAAE,MAAM;QACZ,SAAS,EAAE,QAAQ;QACnB,SAAS,EAAE,SAAS;KACrB,CAAC;IAEF,OAAO,aAAa,CAAC,EAAE,CAAC,IAAI,SAAS,EAAE,EAAE,CAAC;AAC5C,CAAC;AAED;;;;;;;;;;;GAWG;AACH,MAAM,UAAU,gBAAgB,CAAC,OAAe,EAAE,MAAc;IAC9D,MAAM,WAAW,GAA2B;QAC1C,aAAa,EAAE,sCAAsC;QACrD,aAAa,EAAE,sCAAsC;QACrD,iBAAiB,EAAE,0CAA0C;QAC7D,cAAc,EAAE,uCAAuC;QACvD,aAAa,EAAE,sCAAsC;QACrD,cAAc,EAAE,uCAAuC;QACvD,aAAa,EAAE,sCAAsC;QACrD,eAAe,EAAE,wCAAwC;QACzD,gBAAgB,EAAE,yCAAyC;QAC3D,gBAAgB,EAAE,yCAAyC;QAC3D,gBAAgB,EAAE,yCAAyC;QAC3D,cAAc,EAAE,uCAAuC;QACvD,aAAa,EAAE,sCAAsC;QACrD,oBAAoB,EAAE,6CAA6C;QACnE,kBAAkB,EAAE,2CAA2C;KAChE,CAAC;IAEF,MAAM,OAAO,GAAG,WAAW,CAAC,OAAO,CAAC,CAAC;IACrC,OAAO,OAAO,CAAC,CAAC,CAAC,GAAG,OAAO,IAAI,MAAM,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC;AACjD,CAAC;AAED;;;;;GAKG;AACH,MAAM,UAAU,qBAAqB;IACnC,OAAO;QACL,aAAa;QACb,aAAa;QACb,iBAAiB;QACjB,cAAc;QACd,aAAa;QACb,cAAc;QACd,aAAa;QACb,eAAe;QACf,gBAAgB;QAChB,gBAAgB;QAChB,gBAAgB;QAChB,cAAc;QACd,aAAa;QACb,oBAAoB;QACpB,kBAAkB;KACnB,CAAC;AACJ,CAAC;AAED;;;;;;GAMG;AACH,MAAM,UAAU,0BAA0B,CAAC,OAAwB;IACjE,MAAM,EAAE,GAAG,OAAO,OAAO,KAAK,QAAQ,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,OAAO,CAAC,QAAQ,EAAE,CAAC;IAEtE,MAAM,OAAO,GAA2B;QACtC,GAAG,EAAE,aAAa;QAClB,IAAI,EAAE,aAAa;QACnB,KAAK,EAAE,iBAAiB;QACxB,MAAM,EAAE,cAAc;QACtB,OAAO,EAAE,aAAa;QACtB,OAAO,EAAE,cAAc;QACvB,IAAI,EAAE,aAAa;QACnB,OAAO,EAAE,eAAe;QACxB,QAAQ,EAAE,gBAAgB;QAC1B,KAAK,EAAE,gBAAgB;QACvB,MAAM,EAAE,gBAAgB;QACxB,OAAO,EAAE,cAAc;QACvB,MAAM,EAAE,aAAa;QACrB,KAAK,EAAE,oBAAoB;QAC3B,KAAK,EAAE,kBAAkB;KAC1B,CAAC;IAEF,OAAO,OAAO,CAAC,EAAE,CAAC,IAAI,IAAI,CAAC;AAC7B,CAAC;AAED;;;;;;GAMG;AACH,MAAM,UAAU,0BAA0B,CAAC,cAAsB;IAC/D,MAAM,OAAO,GAA2B;QACtC,aAAa,EAAE,GAAG;QAClB,aAAa,EAAE,IAAI;QACnB,iBAAiB,EAAE,KAAK;QACxB,cAAc,EAAE,MAAM;QACtB,aAAa,EAAE,OAAO;QACtB,cAAc,EAAE,OAAO;QACvB,aAAa,EAAE,IAAI;QACnB,eAAe,EAAE,OAAO;QACxB,gBAAgB,EAAE,QAAQ;QAC1B,gBAAgB,EAAE,KAAK;QACvB,gBAAgB,EAAE,MAAM;QACxB,cAAc,EAAE,OAAO;QACvB,aAAa,EAAE,MAAM;QACrB,oBAAoB,EAAE,KAAK;QAC3B,kBAAkB,EAAE,KAAK;KAC1B,CAAC;IAEF,OAAO,OAAO,CAAC,cAAc,CAAC,IAAI,IAAI,CAAC;AACzC,CAAC"}
|