@multiversx/sdk-dapp 2.14.8-alpha.1 → 2.14.8

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.
Files changed (59) hide show
  1. package/UI/SignTransactionsModals/SignTransactionsModals.js +1 -1
  2. package/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +1 -1
  3. package/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +1 -1
  4. package/UI/SignTransactionsModals/SignWithDeviceModal/components/SignStepBody.js +1 -1
  5. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/ConfirmAmount.d.ts +3 -2
  6. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/ConfirmAmount.js +1 -1
  7. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/index.js +1 -1
  8. package/UI/SignTransactionsModals/SignWithDeviceModal/components/index.js +1 -1
  9. package/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
  10. package/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +1 -1
  11. package/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
  12. package/UI/SignTransactionsModals/index.js +1 -1
  13. package/UI/UsdValue/UsdValue.js +1 -1
  14. package/UI/UsdValue/index.js +1 -1
  15. package/UI/index.js +1 -1
  16. package/__chunks__/{chunk-TZVL2PLD.js → chunk-EYAXHZSY.js} +1 -1
  17. package/__chunks__/chunk-FBHUTZ53.js +2 -0
  18. package/__chunks__/chunk-FUFDUF6Y.js +2 -0
  19. package/__chunks__/chunk-QR4CJZ7F.js +2 -0
  20. package/__chunks__/chunk-QVJU5YXD.js +2 -0
  21. package/__chunks__/{chunk-5YRF6I4O.js → chunk-RPYZOW4N.js} +2 -2
  22. package/__chunks__/{chunk-E72HKQSW.js → chunk-U7CGFUE5.js} +2 -2
  23. package/__chunks__/{chunk-EJEYIK7H.js → chunk-UR45FDXG.js} +2 -2
  24. package/__chunks__/{chunk-QDXDSARH.js → chunk-Z2237B4U.js} +2 -2
  25. package/__chunks__/{chunk-OC6LCJE5.js → chunk-ZNPB4ROZ.js} +2 -2
  26. package/__commonjs/UI/SignTransactionsModals/SignTransactionsModals.js +26 -26
  27. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +14 -14
  28. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +14 -14
  29. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/SignStepBody.js +13 -13
  30. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/ConfirmAmount.d.ts +3 -2
  31. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/ConfirmAmount.js +1 -1
  32. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/index.js +1 -1
  33. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/index.js +13 -13
  34. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/index.js +14 -14
  35. package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +18 -18
  36. package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/index.js +18 -18
  37. package/__commonjs/UI/SignTransactionsModals/index.js +26 -26
  38. package/__commonjs/UI/index.js +53 -53
  39. package/__commonjs/__mocks__/index.js +1 -1
  40. package/__commonjs/__mocks__/utils/index.js +1 -1
  41. package/__commonjs/__mocks__/utils/renderWithProvider.js +1 -1
  42. package/__commonjs/wrappers/AppInitializer.d.ts +1 -2
  43. package/__commonjs/wrappers/AppInitializer.js +1 -1
  44. package/__commonjs/wrappers/DappProvider/DappProvider.js +1 -1
  45. package/__commonjs/wrappers/DappProvider/index.js +1 -1
  46. package/__commonjs/wrappers/index.js +1 -1
  47. package/__mocks__/index.js +1 -1
  48. package/__mocks__/utils/index.js +1 -1
  49. package/__mocks__/utils/renderWithProvider.js +1 -1
  50. package/package.json +1 -1
  51. package/wrappers/AppInitializer.d.ts +1 -2
  52. package/wrappers/AppInitializer.js +1 -1
  53. package/wrappers/DappProvider/DappProvider.js +1 -1
  54. package/wrappers/DappProvider/index.js +1 -1
  55. package/wrappers/index.js +1 -1
  56. package/__chunks__/chunk-FM4NFE7O.js +0 -2
  57. package/__chunks__/chunk-JAN62SAY.js +0 -2
  58. package/__chunks__/chunk-MSMD3HSI.js +0 -2
  59. package/__chunks__/chunk-VLOE3FU7.js +0 -2
@@ -2,10 +2,11 @@
2
2
  import { TokenAvatarPropsType } from '../TokenAvatar';
3
3
  export interface ConfirmAmountPropsType {
4
4
  token: string;
5
- amount: string;
5
+ formattedAmount: string;
6
+ rawAmount: string;
6
7
  tokenAvatar?: string;
7
8
  tokenType: TokenAvatarPropsType['type'];
8
9
  tokenPrice?: number | null;
9
10
  }
10
- export declare const ConfirmAmount: ({ token, tokenAvatar, tokenType, amount, tokenPrice }: ConfirmAmountPropsType) => JSX.Element;
11
+ export declare const ConfirmAmount: ({ token, tokenAvatar, tokenType, formattedAmount, rawAmount, tokenPrice }: ConfirmAmountPropsType) => JSX.Element;
11
12
  //# sourceMappingURL=ConfirmAmount.d.ts.map
@@ -2867,7 +2867,7 @@ a.dapp-core-component__main__side-link::after {
2867
2867
  color: #737373;
2868
2868
  line-height: 1;
2869
2869
  margin-top: 8px;
2870
- }`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(uc));var le={amount:"dapp-core-component__confirmAmountStyles__amount",label:"dapp-core-component__confirmAmountStyles__label",token:"dapp-core-component__confirmAmountStyles__token",value:"dapp-core-component__confirmAmountStyles__value",price:"dapp-core-component__confirmAmountStyles__price"};var fc=({token:e,tokenAvatar:o,tokenType:n,amount:r,tokenPrice:a})=>{let s=a!=null,m=!s&&a!==null;return ne.default.createElement("div",{className:le.amount},ne.default.createElement("span",{className:le.label},"Amount"),ne.default.createElement("div",{className:le.token},ne.default.createElement(wa,{type:n,avatar:o}),ne.default.createElement("div",{className:le.value,"data-testid":"confirmAmount"},r," ",ne.default.createElement(ae.Label,{token:e}))),m&&ne.default.createElement(st,{className:le.price}),s&&ne.default.createElement(xa,{amount:r,usd:a,"data-testid":"confirmUsdValue",className:le.price}))};0&&(module.exports={ConfirmAmount});
2870
+ }`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(uc));var le={amount:"dapp-core-component__confirmAmountStyles__amount",label:"dapp-core-component__confirmAmountStyles__label",token:"dapp-core-component__confirmAmountStyles__token",value:"dapp-core-component__confirmAmountStyles__value",price:"dapp-core-component__confirmAmountStyles__price"};var fc=({token:e,tokenAvatar:o,tokenType:n,formattedAmount:r,rawAmount:a,tokenPrice:s})=>{let m=s!=null,d=!m&&s!==null;return ne.default.createElement("div",{className:le.amount},ne.default.createElement("span",{className:le.label},"Amount"),ne.default.createElement("div",{className:le.token},ne.default.createElement(wa,{type:n,avatar:o}),ne.default.createElement("div",{className:le.value,"data-testid":"confirmAmount"},r," ",ne.default.createElement(ae.Label,{token:e}))),d&&ne.default.createElement(st,{className:le.price}),m&&ne.default.createElement(xa,{amount:a,usd:s,"data-testid":"confirmUsdValue",className:le.price}))};0&&(module.exports={ConfirmAmount});
2871
2871
  /*!
2872
2872
  * The buffer module from node.js, for the browser.
2873
2873
  *
@@ -2867,7 +2867,7 @@ a.dapp-core-component__main__side-link::after {
2867
2867
  color: #737373;
2868
2868
  line-height: 1;
2869
2869
  margin-top: 8px;
2870
- }`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(uc));var le={amount:"dapp-core-component__confirmAmountStyles__amount",label:"dapp-core-component__confirmAmountStyles__label",token:"dapp-core-component__confirmAmountStyles__token",value:"dapp-core-component__confirmAmountStyles__value",price:"dapp-core-component__confirmAmountStyles__price"};var fc=({token:e,tokenAvatar:o,tokenType:n,amount:r,tokenPrice:a})=>{let s=a!=null,m=!s&&a!==null;return ne.default.createElement("div",{className:le.amount},ne.default.createElement("span",{className:le.label},"Amount"),ne.default.createElement("div",{className:le.token},ne.default.createElement(wa,{type:n,avatar:o}),ne.default.createElement("div",{className:le.value,"data-testid":"confirmAmount"},r," ",ne.default.createElement(ae.Label,{token:e}))),m&&ne.default.createElement(st,{className:le.price}),s&&ne.default.createElement(xa,{amount:r,usd:a,"data-testid":"confirmUsdValue",className:le.price}))};0&&(module.exports={ConfirmAmount});
2870
+ }`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(uc));var le={amount:"dapp-core-component__confirmAmountStyles__amount",label:"dapp-core-component__confirmAmountStyles__label",token:"dapp-core-component__confirmAmountStyles__token",value:"dapp-core-component__confirmAmountStyles__value",price:"dapp-core-component__confirmAmountStyles__price"};var fc=({token:e,tokenAvatar:o,tokenType:n,formattedAmount:r,rawAmount:a,tokenPrice:s})=>{let m=s!=null,d=!m&&s!==null;return ne.default.createElement("div",{className:le.amount},ne.default.createElement("span",{className:le.label},"Amount"),ne.default.createElement("div",{className:le.token},ne.default.createElement(wa,{type:n,avatar:o}),ne.default.createElement("div",{className:le.value,"data-testid":"confirmAmount"},r," ",ne.default.createElement(ae.Label,{token:e}))),d&&ne.default.createElement(st,{className:le.price}),m&&ne.default.createElement(xa,{amount:a,usd:s,"data-testid":"confirmUsdValue",className:le.price}))};0&&(module.exports={ConfirmAmount});
2871
2871
  /*!
2872
2872
  * The buffer module from node.js, for the browser.
2873
2873
  *