@rabbitio/ui-kit 1.0.0-beta.91 → 1.0.0-beta.92

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 (188) hide show
  1. package/coverage/clover.xml +82 -77
  2. package/coverage/coverage-final.json +1 -1
  3. package/coverage/index.html +18 -18
  4. package/coverage/rabbit-ui-kit/index.html +1 -1
  5. package/coverage/rabbit-ui-kit/index.js.html +1 -1
  6. package/coverage/rabbit-ui-kit/src/common-apis/adapters/analyticsAdapters/googleAnalyticsAdapter.js.html +1 -1
  7. package/coverage/rabbit-ui-kit/src/common-apis/adapters/analyticsAdapters/index.html +1 -1
  8. package/coverage/rabbit-ui-kit/src/common-apis/adapters/analyticsAdapters/metrikaAdapter.js.html +1 -1
  9. package/coverage/rabbit-ui-kit/src/common-apis/adapters/analyticsAdapters/mixpanelAdapter.js.html +1 -1
  10. package/coverage/rabbit-ui-kit/src/common-apis/adapters/axiosAdapter.js.html +1 -1
  11. package/coverage/rabbit-ui-kit/src/common-apis/adapters/index.html +1 -1
  12. package/coverage/rabbit-ui-kit/src/common-apis/adapters/qrUtils.js.html +1 -1
  13. package/coverage/rabbit-ui-kit/src/common-apis/external-apis/apiGroups.js.html +1 -1
  14. package/coverage/rabbit-ui-kit/src/common-apis/external-apis/emailAPI.js.html +1 -1
  15. package/coverage/rabbit-ui-kit/src/common-apis/external-apis/index.html +1 -1
  16. package/coverage/rabbit-ui-kit/src/common-apis/external-apis/ipAddressProviders.js.html +1 -1
  17. package/coverage/rabbit-ui-kit/src/common-apis/globalConstants.jsx.html +1 -1
  18. package/coverage/rabbit-ui-kit/src/common-apis/index.html +1 -1
  19. package/coverage/rabbit-ui-kit/src/common-apis/models/blockchain.js.html +1 -1
  20. package/coverage/rabbit-ui-kit/src/common-apis/models/coin.js.html +1 -1
  21. package/coverage/rabbit-ui-kit/src/common-apis/models/index.html +1 -1
  22. package/coverage/rabbit-ui-kit/src/common-apis/models/protocol.js.html +1 -1
  23. package/coverage/rabbit-ui-kit/src/common-apis/services/fiatCurrenciesService.js.html +1 -1
  24. package/coverage/rabbit-ui-kit/src/common-apis/services/index.html +1 -1
  25. package/coverage/rabbit-ui-kit/src/common-apis/utils/amountUtils.js.html +1 -1
  26. package/coverage/rabbit-ui-kit/src/common-apis/utils/cache.js.html +1 -1
  27. package/coverage/rabbit-ui-kit/src/common-apis/utils/errorUtils.js.html +1 -1
  28. package/coverage/rabbit-ui-kit/src/common-apis/utils/index.html +1 -1
  29. package/coverage/rabbit-ui-kit/src/common-apis/utils/logging/index.html +1 -1
  30. package/coverage/rabbit-ui-kit/src/common-apis/utils/logging/logger.js.html +1 -1
  31. package/coverage/rabbit-ui-kit/src/common-apis/utils/logging/logsStorage.js.html +1 -1
  32. package/coverage/rabbit-ui-kit/src/common-apis/utils/postponeExecution.js.html +1 -1
  33. package/coverage/rabbit-ui-kit/src/common-apis/utils/rabbitTicker.js.html +1 -1
  34. package/coverage/rabbit-ui-kit/src/common-apis/utils/safeStringify.js.html +1 -1
  35. package/coverage/rabbit-ui-kit/src/index.html +1 -1
  36. package/coverage/rabbit-ui-kit/src/index.js.html +1 -1
  37. package/coverage/rabbit-ui-kit/src/robust-api-caller/cacheAndConcurrentRequestsResolver.js.html +1 -1
  38. package/coverage/rabbit-ui-kit/src/robust-api-caller/cachedRobustExternalApiCallerService.js.html +1 -1
  39. package/coverage/rabbit-ui-kit/src/robust-api-caller/cancelProcessing.js.html +1 -1
  40. package/coverage/rabbit-ui-kit/src/robust-api-caller/concurrentCalculationsMetadataHolder.js.html +1 -1
  41. package/coverage/rabbit-ui-kit/src/robust-api-caller/externalApiProvider.js.html +1 -1
  42. package/coverage/rabbit-ui-kit/src/robust-api-caller/externalServicesStatsCollector.js.html +1 -1
  43. package/coverage/rabbit-ui-kit/src/robust-api-caller/index.html +1 -1
  44. package/coverage/rabbit-ui-kit/src/robust-api-caller/robustExternalAPICallerService.js.html +1 -1
  45. package/coverage/rabbit-ui-kit/src/swaps-lib/external-apis/exolixSwapProvider.js.html +34 -19
  46. package/coverage/rabbit-ui-kit/src/swaps-lib/external-apis/index.html +18 -18
  47. package/coverage/rabbit-ui-kit/src/swaps-lib/external-apis/letsExchangeSwapProvider.js.html +1 -1
  48. package/coverage/rabbit-ui-kit/src/swaps-lib/external-apis/swapProvider.js.html +1 -1
  49. package/coverage/rabbit-ui-kit/src/swaps-lib/external-apis/swapspaceSwapProvider.js.html +1 -1
  50. package/coverage/rabbit-ui-kit/src/swaps-lib/models/baseSwapCreationInfo.js.html +1 -1
  51. package/coverage/rabbit-ui-kit/src/swaps-lib/models/existingSwap.js.html +1 -1
  52. package/coverage/rabbit-ui-kit/src/swaps-lib/models/existingSwapWithFiatData.js.html +1 -1
  53. package/coverage/rabbit-ui-kit/src/swaps-lib/models/index.html +1 -1
  54. package/coverage/rabbit-ui-kit/src/swaps-lib/models/partner.js.html +1 -1
  55. package/coverage/rabbit-ui-kit/src/swaps-lib/models/swapProviderCoinInfo.js.html +1 -1
  56. package/coverage/rabbit-ui-kit/src/swaps-lib/services/index.html +1 -1
  57. package/coverage/rabbit-ui-kit/src/swaps-lib/services/publicSwapService.js.html +1 -1
  58. package/coverage/rabbit-ui-kit/src/swaps-lib/utils/index.html +1 -1
  59. package/coverage/rabbit-ui-kit/src/swaps-lib/utils/swapUtils.js.html +1 -1
  60. package/coverage/rabbit-ui-kit/src/ui-kit/assets/wrappedImages/arrowIcon.jsx.html +1 -1
  61. package/coverage/rabbit-ui-kit/src/ui-kit/assets/wrappedImages/arrowTosca.jsx.html +1 -1
  62. package/coverage/rabbit-ui-kit/src/ui-kit/assets/wrappedImages/arrowWhite.jsx.html +1 -1
  63. package/coverage/rabbit-ui-kit/src/ui-kit/assets/wrappedImages/darkRectangle.jsx.html +1 -1
  64. package/coverage/rabbit-ui-kit/src/ui-kit/assets/wrappedImages/determinedError.jsx.html +1 -1
  65. package/coverage/rabbit-ui-kit/src/ui-kit/assets/wrappedImages/failedValidationIcon.jsx.html +1 -1
  66. package/coverage/rabbit-ui-kit/src/ui-kit/assets/wrappedImages/index.html +1 -1
  67. package/coverage/rabbit-ui-kit/src/ui-kit/assets/wrappedImages/infoIcon.jsx.html +1 -1
  68. package/coverage/rabbit-ui-kit/src/ui-kit/assets/wrappedImages/messageIcon.jsx.html +1 -1
  69. package/coverage/rabbit-ui-kit/src/ui-kit/assets/wrappedImages/noticeQuestionIcon.jsx.html +1 -1
  70. package/coverage/rabbit-ui-kit/src/ui-kit/assets/wrappedImages/successfulValidationIcon.jsx.html +1 -1
  71. package/coverage/rabbit-ui-kit/src/ui-kit/assets/wrappedImages/supportDialogImage.jsx.html +1 -1
  72. package/coverage/rabbit-ui-kit/src/ui-kit/assets/wrappedImages/walletIcon.jsx.html +1 -1
  73. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/AssetIcon/AssetIcon.jsx.html +1 -1
  74. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/AssetIcon/index.html +1 -1
  75. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/AssetSelection/AssetSelection.jsx.html +1 -1
  76. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/AssetSelection/index.html +1 -1
  77. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/BackgroundTitle/BackgroundTitle.jsx.html +1 -1
  78. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/BackgroundTitle/index.html +1 -1
  79. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/InformationMessage/InformationMessage.jsx.html +1 -1
  80. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/InformationMessage/index.html +1 -1
  81. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/Input/Input.jsx.html +1 -1
  82. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/Input/index.html +1 -1
  83. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/LoadingDots/LoadingDots.jsx.html +1 -1
  84. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/LoadingDots/index.html +1 -1
  85. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/NoticeIcon/NoticeIcon.jsx.html +1 -1
  86. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/NoticeIcon/index.html +1 -1
  87. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/QrCode/QrCode.jsx.html +1 -1
  88. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/QrCode/index.html +1 -1
  89. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/RateSelector/RateSelector.jsx.html +1 -1
  90. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/RateSelector/index.html +1 -1
  91. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/SupportChat/SupportChat.jsx.html +1 -1
  92. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/SupportChat/index.html +1 -1
  93. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/Textarea/Textarea.jsx.html +1 -1
  94. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/Textarea/index.html +1 -1
  95. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/TitleBox/TitleBox.jsx.html +1 -1
  96. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/TitleBox/index.html +1 -1
  97. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/Tooltip/Tooltip.jsx.html +1 -1
  98. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/Tooltip/index.html +1 -1
  99. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/TwoLinesOfText/LinesOfText.jsx.html +1 -1
  100. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/TwoLinesOfText/index.html +1 -1
  101. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/Validation/Validation.jsx.html +1 -1
  102. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/Validation/index.html +1 -1
  103. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/buttons/Button/Button.jsx.html +1 -1
  104. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/buttons/Button/index.html +1 -1
  105. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/buttons/Close/Close.jsx.html +1 -1
  106. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/buttons/Close/index.html +1 -1
  107. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/buttons/LinkButton/LinkButton.jsx.html +1 -1
  108. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/buttons/LinkButton/index.html +1 -1
  109. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/buttons/RadioButtonWithText/RadioButtonWithText.jsx.html +1 -1
  110. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/buttons/RadioButtonWithText/index.html +1 -1
  111. package/coverage/rabbit-ui-kit/src/ui-kit/components/molecules/AmountInput/AmountInput.jsx.html +1 -1
  112. package/coverage/rabbit-ui-kit/src/ui-kit/components/molecules/AmountInput/index.html +1 -1
  113. package/coverage/rabbit-ui-kit/src/ui-kit/components/molecules/CoinPicker/CoinPicker.jsx.html +1 -1
  114. package/coverage/rabbit-ui-kit/src/ui-kit/components/molecules/CoinPicker/index.html +1 -1
  115. package/coverage/rabbit-ui-kit/src/ui-kit/components/molecules/ColoredNotice/ColoredNotice.jsx.html +1 -1
  116. package/coverage/rabbit-ui-kit/src/ui-kit/components/molecules/ColoredNotice/index.html +1 -1
  117. package/coverage/rabbit-ui-kit/src/ui-kit/components/molecules/LineWithIconLink/LineWithIconLink.jsx.html +1 -1
  118. package/coverage/rabbit-ui-kit/src/ui-kit/components/molecules/LineWithIconLink/index.html +1 -1
  119. package/coverage/rabbit-ui-kit/src/ui-kit/components/molecules/LogoCarousel/LogoCarousel.jsx.html +1 -1
  120. package/coverage/rabbit-ui-kit/src/ui-kit/components/molecules/LogoCarousel/index.html +1 -1
  121. package/coverage/rabbit-ui-kit/src/ui-kit/components/molecules/SearchableCoinsList/SearchableCoinsList.jsx.html +1 -1
  122. package/coverage/rabbit-ui-kit/src/ui-kit/components/molecules/SearchableCoinsList/index.html +1 -1
  123. package/coverage/rabbit-ui-kit/src/ui-kit/components/molecules/TitledLineWithIconLink/TitledLineWithIconLink.jsx.html +1 -1
  124. package/coverage/rabbit-ui-kit/src/ui-kit/components/molecules/TitledLineWithIconLink/index.html +1 -1
  125. package/coverage/rabbit-ui-kit/src/ui-kit/components/organisms/CoinPickerDialogStep/CoinPickerDialogStep.jsx.html +1 -1
  126. package/coverage/rabbit-ui-kit/src/ui-kit/components/organisms/CoinPickerDialogStep/index.html +1 -1
  127. package/coverage/rabbit-ui-kit/src/ui-kit/components/organisms/Dialog/Dialog.jsx.html +1 -1
  128. package/coverage/rabbit-ui-kit/src/ui-kit/components/organisms/Dialog/DialogButtons/DialogButtons.jsx.html +1 -1
  129. package/coverage/rabbit-ui-kit/src/ui-kit/components/organisms/Dialog/DialogButtons/index.html +1 -1
  130. package/coverage/rabbit-ui-kit/src/ui-kit/components/organisms/Dialog/DialogStep/DialogStep.jsx.html +1 -1
  131. package/coverage/rabbit-ui-kit/src/ui-kit/components/organisms/Dialog/DialogStep/index.html +1 -1
  132. package/coverage/rabbit-ui-kit/src/ui-kit/components/organisms/Dialog/index.html +1 -1
  133. package/coverage/rabbit-ui-kit/src/ui-kit/components/organisms/SwapForm/SwapForm.jsx.html +1 -1
  134. package/coverage/rabbit-ui-kit/src/ui-kit/components/organisms/SwapForm/index.html +1 -1
  135. package/coverage/rabbit-ui-kit/src/ui-kit/components/organisms/WaitlistSubscription/WaitlistSubscription.jsx.html +1 -1
  136. package/coverage/rabbit-ui-kit/src/ui-kit/components/organisms/WaitlistSubscription/index.html +1 -1
  137. package/coverage/rabbit-ui-kit/src/ui-kit/components/templates/DeterminedErrorDialogStep/DeterminedErrorDialogStep.jsx.html +1 -1
  138. package/coverage/rabbit-ui-kit/src/ui-kit/components/templates/DeterminedErrorDialogStep/index.html +1 -1
  139. package/coverage/rabbit-ui-kit/src/ui-kit/hooks/index.html +1 -1
  140. package/coverage/rabbit-ui-kit/src/ui-kit/hooks/useCallHandlingErrors.js.html +1 -1
  141. package/coverage/rabbit-ui-kit/src/ui-kit/hooks/useIsHydrated.js.html +1 -1
  142. package/coverage/rabbit-ui-kit/src/ui-kit/hooks/useReferredState.js.html +1 -1
  143. package/coverage/rabbit-ui-kit/src/ui-kit/utils/index.html +1 -1
  144. package/coverage/rabbit-ui-kit/src/ui-kit/utils/inputValueProviders.js.html +1 -1
  145. package/coverage/rabbit-ui-kit/src/ui-kit/utils/textUtils.js.html +1 -1
  146. package/coverage/rabbit-ui-kit/src/ui-kit/utils/uiUtils.js.html +1 -1
  147. package/coverage/rabbit-ui-kit/src/ui-kit/utils/urlQueryUtils.js.html +1 -1
  148. package/coverage/rabbit-ui-kit/stories/atoms/BackgroundTitle.stories.jsx.html +1 -1
  149. package/coverage/rabbit-ui-kit/stories/atoms/LinesOfText.stories.jsx.html +1 -1
  150. package/coverage/rabbit-ui-kit/stories/atoms/LoadingDots.stories.jsx.html +1 -1
  151. package/coverage/rabbit-ui-kit/stories/atoms/QrCode.stories.jsx.html +1 -1
  152. package/coverage/rabbit-ui-kit/stories/atoms/RateSelector.stories.jsx.html +1 -1
  153. package/coverage/rabbit-ui-kit/stories/atoms/Validation.stories.jsx.html +1 -1
  154. package/coverage/rabbit-ui-kit/stories/atoms/buttons/Button.stories.jsx.html +1 -1
  155. package/coverage/rabbit-ui-kit/stories/atoms/buttons/Close.stories.jsx.html +1 -1
  156. package/coverage/rabbit-ui-kit/stories/atoms/buttons/LinkButton.stories.jsx.html +1 -1
  157. package/coverage/rabbit-ui-kit/stories/atoms/buttons/index.html +1 -1
  158. package/coverage/rabbit-ui-kit/stories/atoms/index.html +1 -1
  159. package/coverage/rabbit-ui-kit/stories/molecules/AmountInput.stories.jsx.html +1 -1
  160. package/coverage/rabbit-ui-kit/stories/molecules/CoinPicker.stories.jsx.html +1 -1
  161. package/coverage/rabbit-ui-kit/stories/molecules/ColoredNotice.stories.jsx.html +1 -1
  162. package/coverage/rabbit-ui-kit/stories/molecules/LineWithIconLink.stories.jsx.html +1 -1
  163. package/coverage/rabbit-ui-kit/stories/molecules/LogoCarousel.stories.jsx.html +1 -1
  164. package/coverage/rabbit-ui-kit/stories/molecules/TitledLineWithIconLink.stories.jsx.html +1 -1
  165. package/coverage/rabbit-ui-kit/stories/molecules/index.html +1 -1
  166. package/coverage/rabbit-ui-kit/stories/organisms/Dialog/Dialog.stories.jsx.html +1 -1
  167. package/coverage/rabbit-ui-kit/stories/organisms/Dialog/DialogButtons/DialogButtons.stories.jsx.html +1 -1
  168. package/coverage/rabbit-ui-kit/stories/organisms/Dialog/DialogButtons/index.html +1 -1
  169. package/coverage/rabbit-ui-kit/stories/organisms/Dialog/DialogStep/DialogStep.stories.jsx.html +1 -1
  170. package/coverage/rabbit-ui-kit/stories/organisms/Dialog/DialogStep/index.html +1 -1
  171. package/coverage/rabbit-ui-kit/stories/organisms/Dialog/index.html +1 -1
  172. package/coverage/rabbit-ui-kit/stories/organisms/WaitlistSubscription.stories.jsx.html +1 -1
  173. package/coverage/rabbit-ui-kit/stories/organisms/index.html +1 -1
  174. package/coverage/rabbit-ui-kit/stories/stubs/coins.jsx.html +1 -1
  175. package/coverage/rabbit-ui-kit/stories/stubs/exampleContent.jsx.html +1 -1
  176. package/coverage/rabbit-ui-kit/stories/stubs/index.html +1 -1
  177. package/coverage/rabbit-ui-kit/stories/templates/DeterminedErrorDialogStep.stories.jsx.html +1 -1
  178. package/coverage/rabbit-ui-kit/stories/templates/index.html +1 -1
  179. package/dist/index.cjs +15 -10
  180. package/dist/index.cjs.map +1 -1
  181. package/dist/index.modern.js +7 -7
  182. package/dist/index.modern.js.map +1 -1
  183. package/dist/index.module.js +15 -10
  184. package/dist/index.module.js.map +1 -1
  185. package/dist/index.umd.js +15 -10
  186. package/dist/index.umd.js.map +1 -1
  187. package/package.json +1 -1
  188. package/src/swaps-lib/external-apis/exolixSwapProvider.js +12 -7
@@ -1,7 +1,7 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1728149793414" clover="3.2.0">
3
- <project timestamp="1728149793414" name="All files">
4
- <metrics statements="16234" coveredstatements="3284" conditionals="696" coveredconditionals="493" methods="291" coveredmethods="93" elements="17221" coveredelements="3870" complexity="0" loc="16234" ncloc="16234" packages="60" files="115" classes="115"/>
2
+ <coverage generated="1728326579601" clover="3.2.0">
3
+ <project timestamp="1728326579601" name="All files">
4
+ <metrics statements="16239" coveredstatements="3289" conditionals="697" coveredconditionals="494" methods="292" coveredmethods="94" elements="17228" coveredelements="3877" complexity="0" loc="16239" ncloc="16239" packages="60" files="115" classes="115"/>
5
5
  <package name="rabbit-ui-kit">
6
6
  <metrics statements="1" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
7
7
  <file name="index.js" path="/Users/nikitamitiagin/MEGAsync/programming/projects/rabbit/rabbit-ui-kit/index.js">
@@ -3057,9 +3057,9 @@
3057
3057
  </file>
3058
3058
  </package>
3059
3059
  <package name="rabbit-ui-kit.src.swaps-lib.external-apis">
3060
- <metrics statements="2261" coveredstatements="1131" conditionals="354" coveredconditionals="311" methods="49" coveredmethods="20"/>
3060
+ <metrics statements="2266" coveredstatements="1136" conditionals="355" coveredconditionals="312" methods="50" coveredmethods="21"/>
3061
3061
  <file name="exolixSwapProvider.js" path="/Users/nikitamitiagin/MEGAsync/programming/projects/rabbit/rabbit-ui-kit/src/swaps-lib/external-apis/exolixSwapProvider.js">
3062
- <metrics statements="580" coveredstatements="367" conditionals="161" coveredconditionals="133" methods="13" coveredmethods="7"/>
3062
+ <metrics statements="585" coveredstatements="372" conditionals="162" coveredconditionals="134" methods="14" coveredmethods="8"/>
3063
3063
  <line num="1" count="1" type="stmt"/>
3064
3064
  <line num="2" count="1" type="stmt"/>
3065
3065
  <line num="3" count="1" type="stmt"/>
@@ -3093,9 +3093,9 @@
3093
3093
  <line num="31" count="76" type="cond" truecount="0" falsecount="1"/>
3094
3094
  <line num="32" count="76" type="stmt"/>
3095
3095
  <line num="33" count="76" type="stmt"/>
3096
- <line num="34" count="76" type="stmt"/>
3097
- <line num="35" count="76" type="stmt"/>
3098
- <line num="36" count="76" type="stmt"/>
3096
+ <line num="34" count="76" type="cond" truecount="1" falsecount="0"/>
3097
+ <line num="35" count="59" type="stmt"/>
3098
+ <line num="36" count="59" type="stmt"/>
3099
3099
  <line num="37" count="76" type="stmt"/>
3100
3100
  <line num="38" count="76" type="stmt"/>
3101
3101
  <line num="39" count="76" type="stmt"/>
@@ -3461,78 +3461,78 @@
3461
3461
  <line num="399" count="42" type="stmt"/>
3462
3462
  <line num="400" count="42" type="stmt"/>
3463
3463
  <line num="401" count="42" type="stmt"/>
3464
- <line num="402" count="42" type="cond" truecount="1" falsecount="0"/>
3464
+ <line num="402" count="42" type="stmt"/>
3465
3465
  <line num="403" count="42" type="stmt"/>
3466
3466
  <line num="404" count="42" type="stmt"/>
3467
3467
  <line num="405" count="42" type="stmt"/>
3468
- <line num="406" count="42" type="cond" truecount="2" falsecount="0"/>
3469
- <line num="407" count="42" type="cond" truecount="1" falsecount="0"/>
3470
- <line num="408" count="42" type="cond" truecount="1" falsecount="0"/>
3471
- <line num="409" count="42" type="cond" truecount="1" falsecount="0"/>
3472
- <line num="410" count="42" type="cond" truecount="1" falsecount="0"/>
3473
- <line num="411" count="42" type="cond" truecount="1" falsecount="0"/>
3474
- <line num="412" count="21" type="stmt"/>
3468
+ <line num="406" count="28" type="cond" truecount="1" falsecount="0"/>
3469
+ <line num="407" count="42" type="stmt"/>
3470
+ <line num="408" count="42" type="stmt"/>
3471
+ <line num="409" count="42" type="stmt"/>
3472
+ <line num="410" count="42" type="stmt"/>
3473
+ <line num="411" count="42" type="cond" truecount="2" falsecount="0"/>
3474
+ <line num="412" count="42" type="cond" truecount="1" falsecount="0"/>
3475
3475
  <line num="413" count="42" type="cond" truecount="1" falsecount="0"/>
3476
- <line num="414" count="8" type="stmt"/>
3477
- <line num="415" count="8" type="stmt"/>
3478
- <line num="416" count="8" type="cond" truecount="1" falsecount="0"/>
3479
- <line num="417" count="8" type="cond" truecount="1" falsecount="0"/>
3480
- <line num="418" count="8" type="stmt"/>
3476
+ <line num="414" count="42" type="cond" truecount="1" falsecount="0"/>
3477
+ <line num="415" count="42" type="cond" truecount="1" falsecount="0"/>
3478
+ <line num="416" count="42" type="cond" truecount="1" falsecount="0"/>
3479
+ <line num="417" count="21" type="stmt"/>
3480
+ <line num="418" count="42" type="cond" truecount="1" falsecount="0"/>
3481
3481
  <line num="419" count="8" type="stmt"/>
3482
3482
  <line num="420" count="8" type="stmt"/>
3483
- <line num="421" count="8" type="stmt"/>
3484
- <line num="422" count="20" type="cond" truecount="1" falsecount="0"/>
3485
- <line num="423" count="20" type="stmt"/>
3486
- <line num="424" count="42" type="cond" truecount="1" falsecount="1"/>
3487
- <line num="425" count="20" type="stmt"/>
3488
- <line num="426" count="42" type="cond" truecount="0" falsecount="1"/>
3489
- <line num="427" count="0" type="stmt"/>
3490
- <line num="428" count="0" type="stmt"/>
3491
- <line num="429" count="20" type="cond" truecount="1" falsecount="0"/>
3483
+ <line num="421" count="8" type="cond" truecount="1" falsecount="0"/>
3484
+ <line num="422" count="8" type="cond" truecount="1" falsecount="0"/>
3485
+ <line num="423" count="8" type="stmt"/>
3486
+ <line num="424" count="8" type="stmt"/>
3487
+ <line num="425" count="8" type="stmt"/>
3488
+ <line num="426" count="8" type="stmt"/>
3489
+ <line num="427" count="20" type="cond" truecount="1" falsecount="0"/>
3490
+ <line num="428" count="20" type="stmt"/>
3491
+ <line num="429" count="42" type="cond" truecount="1" falsecount="1"/>
3492
3492
  <line num="430" count="20" type="stmt"/>
3493
- <line num="431" count="20" type="stmt"/>
3494
- <line num="432" count="42" type="stmt"/>
3495
- <line num="433" count="42" type="stmt"/>
3496
- <line num="434" count="42" type="cond" truecount="1" falsecount="0"/>
3497
- <line num="435" count="42" type="cond" truecount="1" falsecount="0"/>
3498
- <line num="436" count="42" type="stmt"/>
3499
- <line num="437" count="42" type="cond" truecount="1" falsecount="0"/>
3500
- <line num="438" count="42" type="cond" truecount="1" falsecount="0"/>
3501
- <line num="439" count="42" type="cond" truecount="2" falsecount="0"/>
3502
- <line num="440" count="42" type="stmt"/>
3503
- <line num="441" count="42" type="cond" truecount="1" falsecount="0"/>
3504
- <line num="442" count="42" type="stmt"/>
3493
+ <line num="431" count="42" type="cond" truecount="0" falsecount="1"/>
3494
+ <line num="432" count="0" type="stmt"/>
3495
+ <line num="433" count="0" type="stmt"/>
3496
+ <line num="434" count="20" type="cond" truecount="1" falsecount="0"/>
3497
+ <line num="435" count="20" type="stmt"/>
3498
+ <line num="436" count="20" type="stmt"/>
3499
+ <line num="437" count="42" type="stmt"/>
3500
+ <line num="438" count="42" type="stmt"/>
3501
+ <line num="439" count="42" type="cond" truecount="1" falsecount="0"/>
3502
+ <line num="440" count="42" type="cond" truecount="1" falsecount="0"/>
3503
+ <line num="441" count="42" type="stmt"/>
3504
+ <line num="442" count="42" type="cond" truecount="1" falsecount="0"/>
3505
3505
  <line num="443" count="42" type="cond" truecount="1" falsecount="0"/>
3506
- <line num="444" count="22" type="cond" truecount="1" falsecount="0"/>
3507
- <line num="445" count="4" type="stmt"/>
3508
- <line num="446" count="4" type="stmt"/>
3509
- <line num="447" count="22" type="stmt"/>
3510
- <line num="448" count="22" type="stmt"/>
3511
- <line num="449" count="22" type="cond" truecount="2" falsecount="0"/>
3512
- <line num="450" count="22" type="cond" truecount="3" falsecount="1"/>
3513
- <line num="451" count="20" type="cond" truecount="2" falsecount="1"/>
3514
- <line num="452" count="22" type="cond" truecount="1" falsecount="0"/>
3515
- <line num="453" count="2" type="stmt"/>
3516
- <line num="454" count="2" type="stmt"/>
3517
- <line num="455" count="22" type="cond" truecount="4" falsecount="0"/>
3518
- <line num="456" count="1" type="stmt"/>
3519
- <line num="457" count="1" type="stmt"/>
3520
- <line num="458" count="1" type="stmt"/>
3521
- <line num="459" count="22" type="cond" truecount="3" falsecount="0"/>
3522
- <line num="460" count="1" type="stmt"/>
3506
+ <line num="444" count="42" type="cond" truecount="2" falsecount="0"/>
3507
+ <line num="445" count="42" type="stmt"/>
3508
+ <line num="446" count="42" type="cond" truecount="1" falsecount="0"/>
3509
+ <line num="447" count="42" type="stmt"/>
3510
+ <line num="448" count="42" type="cond" truecount="1" falsecount="0"/>
3511
+ <line num="449" count="22" type="cond" truecount="1" falsecount="0"/>
3512
+ <line num="450" count="4" type="stmt"/>
3513
+ <line num="451" count="4" type="stmt"/>
3514
+ <line num="452" count="22" type="stmt"/>
3515
+ <line num="453" count="22" type="stmt"/>
3516
+ <line num="454" count="22" type="cond" truecount="2" falsecount="0"/>
3517
+ <line num="455" count="22" type="cond" truecount="3" falsecount="1"/>
3518
+ <line num="456" count="20" type="cond" truecount="2" falsecount="1"/>
3519
+ <line num="457" count="22" type="cond" truecount="1" falsecount="0"/>
3520
+ <line num="458" count="2" type="stmt"/>
3521
+ <line num="459" count="2" type="stmt"/>
3522
+ <line num="460" count="22" type="cond" truecount="4" falsecount="0"/>
3523
3523
  <line num="461" count="1" type="stmt"/>
3524
3524
  <line num="462" count="1" type="stmt"/>
3525
- <line num="463" count="18" type="cond" truecount="1" falsecount="0"/>
3526
- <line num="464" count="18" type="stmt"/>
3527
- <line num="465" count="18" type="stmt"/>
3528
- <line num="466" count="42" type="stmt"/>
3529
- <line num="467" count="76" type="stmt"/>
3530
- <line num="468" count="76" type="stmt"/>
3531
- <line num="469" count="0" type="stmt"/>
3532
- <line num="470" count="0" type="stmt"/>
3533
- <line num="471" count="0" type="stmt"/>
3534
- <line num="472" count="0" type="stmt"/>
3535
- <line num="473" count="0" type="stmt"/>
3525
+ <line num="463" count="1" type="stmt"/>
3526
+ <line num="464" count="22" type="cond" truecount="3" falsecount="0"/>
3527
+ <line num="465" count="1" type="stmt"/>
3528
+ <line num="466" count="1" type="stmt"/>
3529
+ <line num="467" count="1" type="stmt"/>
3530
+ <line num="468" count="18" type="cond" truecount="1" falsecount="0"/>
3531
+ <line num="469" count="18" type="stmt"/>
3532
+ <line num="470" count="18" type="stmt"/>
3533
+ <line num="471" count="42" type="stmt"/>
3534
+ <line num="472" count="76" type="stmt"/>
3535
+ <line num="473" count="76" type="stmt"/>
3536
3536
  <line num="474" count="0" type="stmt"/>
3537
3537
  <line num="475" count="0" type="stmt"/>
3538
3538
  <line num="476" count="0" type="stmt"/>
@@ -3607,13 +3607,13 @@
3607
3607
  <line num="545" count="0" type="stmt"/>
3608
3608
  <line num="546" count="0" type="stmt"/>
3609
3609
  <line num="547" count="0" type="stmt"/>
3610
- <line num="548" count="76" type="stmt"/>
3611
- <line num="549" count="76" type="stmt"/>
3610
+ <line num="548" count="0" type="stmt"/>
3611
+ <line num="549" count="0" type="stmt"/>
3612
3612
  <line num="550" count="0" type="stmt"/>
3613
3613
  <line num="551" count="0" type="stmt"/>
3614
3614
  <line num="552" count="0" type="stmt"/>
3615
- <line num="553" count="0" type="stmt"/>
3616
- <line num="554" count="0" type="stmt"/>
3615
+ <line num="553" count="76" type="stmt"/>
3616
+ <line num="554" count="76" type="stmt"/>
3617
3617
  <line num="555" count="0" type="stmt"/>
3618
3618
  <line num="556" count="0" type="stmt"/>
3619
3619
  <line num="557" count="0" type="stmt"/>
@@ -3633,13 +3633,18 @@
3633
3633
  <line num="571" count="0" type="stmt"/>
3634
3634
  <line num="572" count="0" type="stmt"/>
3635
3635
  <line num="573" count="0" type="stmt"/>
3636
- <line num="574" count="76" type="stmt"/>
3637
- <line num="575" count="76" type="stmt"/>
3636
+ <line num="574" count="0" type="stmt"/>
3637
+ <line num="575" count="0" type="stmt"/>
3638
3638
  <line num="576" count="0" type="stmt"/>
3639
3639
  <line num="577" count="0" type="stmt"/>
3640
3640
  <line num="578" count="0" type="stmt"/>
3641
- <line num="579" count="0" type="stmt"/>
3641
+ <line num="579" count="76" type="stmt"/>
3642
3642
  <line num="580" count="76" type="stmt"/>
3643
+ <line num="581" count="0" type="stmt"/>
3644
+ <line num="582" count="0" type="stmt"/>
3645
+ <line num="583" count="0" type="stmt"/>
3646
+ <line num="584" count="0" type="stmt"/>
3647
+ <line num="585" count="76" type="stmt"/>
3643
3648
  </file>
3644
3649
  <file name="letsExchangeSwapProvider.js" path="/Users/nikitamitiagin/MEGAsync/programming/projects/rabbit/rabbit-ui-kit/src/swaps-lib/external-apis/letsExchangeSwapProvider.js">
3645
3650
  <metrics statements="511" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>