@tender-cash/agent-sdk-react 0.3.1 → 0.3.3

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.
@@ -1,3 +1,3 @@
1
1
  import { paymentResponseProps, paymentDetailsProps } from '../types';
2
- declare const PaymentDetails: ({ address, amount, amountPaid, coin, chain, loading, status, balance, excess, cancelPayment, confirmPayment, expirePayment, }: paymentResponseProps & paymentDetailsProps) => import("react/jsx-runtime").JSX.Element;
2
+ declare const PaymentDetails: ({ address, amount, amountPaid, coin, chain, loading, status, balance, excess, cancelPayment, confirmPayment, expirePayment, coinIcon, chainIcon, }: paymentResponseProps & paymentDetailsProps) => import("react/jsx-runtime").JSX.Element;
3
3
  export default PaymentDetails;
@@ -70,6 +70,8 @@ interface paymentResponseProps {
70
70
  status?: PaymentStatusProps;
71
71
  balance?: string;
72
72
  excess?: string;
73
+ coinIcon?: string;
74
+ chainIcon?: string;
73
75
  }
74
76
  declare enum PAYMENT_RESPONSES {
75
77
  partial = "Please complete the remaining payment to finalize this transaction. If the full amount is not received within 24 hours, the transaction will be canceled. For a refund, please contact the Merchant.",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tender-cash/agent-sdk-react",
3
3
  "license": "MIT",
4
- "version": "0.3.1",
4
+ "version": "0.3.3",
5
5
  "repository": "git://github.com/tender-cash/agent-sdk-react.git",
6
6
  "description": "",
7
7
  "author": "Tender",