@ape.swap/bonds-sdk 1.1.0-seedify → 1.1.0-test.108

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 (158) hide show
  1. package/dist/assets/output-2LTDuc8n.css +174 -0
  2. package/dist/components/AccordionText/index.d.ts +0 -1
  3. package/dist/components/{BondMenu/BondMenu.d.ts → BondFilters/BondFilters.d.ts} +2 -3
  4. package/dist/components/ConnectButton/RainbowKitButton.d.ts +3 -0
  5. package/dist/components/ConnectButton/index.d.ts +3 -0
  6. package/dist/components/FavIcons/AddFavToken.d.ts +6 -0
  7. package/dist/components/FavIcons/FavFilter.d.ts +6 -0
  8. package/dist/components/PlaceholderMonkey/index.d.ts +5 -0
  9. package/dist/components/ProgressBar/ProgressBar.d.ts +0 -1
  10. package/dist/components/SafeHTMLComponent/index.d.ts +5 -0
  11. package/dist/components/Toast/index.d.ts +7 -0
  12. package/dist/components/Toast/styles.d.ts +3 -0
  13. package/dist/components/TokenInfoAndName/index.d.ts +4 -3
  14. package/dist/components/TokenSelectorModal/index.d.ts +1 -0
  15. package/dist/components/TokenSelectorPanel/index.d.ts +4 -3
  16. package/dist/components/Tooltip/ButtonsRow.d.ts +2 -2
  17. package/dist/components/Tooltip/Tooltip.d.ts +3 -10
  18. package/dist/components/uikit-sdk/Input/index.d.ts +0 -1
  19. package/dist/components/uikit-sdk/LoadingDots/index.d.ts +2 -0
  20. package/dist/components/uikit-sdk/Svg/Icons/FirePink.d.ts +4 -0
  21. package/dist/components/uikit-sdk/Svg/Icons/Star.d.ts +4 -0
  22. package/dist/components/uikit-sdk/Svg/Icons/StarFilled.d.ts +4 -0
  23. package/dist/components/uikit-sdk/Svg/Icons/index.d.ts +3 -0
  24. package/dist/components/uikit-sdk/Svg/types.d.ts +4 -1
  25. package/dist/components/uikit-sdk/SwiperDots/index.d.ts +6 -0
  26. package/dist/components/uikit-sdk/Tag/index.d.ts +0 -2
  27. package/dist/components/uikit-sdk/Tag/types.d.ts +1 -46
  28. package/dist/components/uikit-sdk/index.d.ts +3 -1
  29. package/dist/config/constants/addresses.d.ts +1 -3
  30. package/dist/config/constants/chains.d.ts +2 -30
  31. package/dist/config/constants/networks.d.ts +2 -2
  32. package/dist/config/constants/queryKeys.d.ts +8 -4
  33. package/dist/config/constants/variables.d.ts +5 -0
  34. package/dist/contexts/Popups.d.ts +5 -0
  35. package/dist/contexts/SwiperProvider.d.ts +12 -0
  36. package/dist/hooks/useDebounce.d.ts +1 -0
  37. package/dist/hooks/useMonitorTxHash.d.ts +25 -0
  38. package/dist/hooks/useSendReferenceId.d.ts +2 -0
  39. package/dist/hooks/useSwiper.d.ts +2 -0
  40. package/dist/main.d.ts +2 -3
  41. package/dist/main.js +67184 -50466
  42. package/dist/state/bondApiStats/useGetBondApiStats.d.ts +25 -0
  43. package/dist/state/bonds/useBondNFTData.d.ts +1 -1
  44. package/dist/state/bonds/useBondsData.d.ts +1 -1
  45. package/dist/state/bonds/useBondsList.d.ts +1 -1
  46. package/dist/state/bonds/useGetBondRecommendations.d.ts +27 -0
  47. package/dist/state/bonds/useHotBonds.d.ts +5 -2
  48. package/dist/state/bonds/useUserApiStats.d.ts +22 -0
  49. package/dist/state/favoriteTokens/useFavoriteTokens.d.ts +4 -0
  50. package/dist/state/popups/usePopups.d.ts +14 -0
  51. package/dist/state/tokenPrices/useTokenPrices.d.ts +2 -1
  52. package/dist/state/useSDKConfig.d.ts +16 -0
  53. package/dist/state/zap/getChainParam.d.ts +1 -1
  54. package/dist/state/zap/useSoulZapBondQuote.d.ts +1 -1
  55. package/dist/state/zap/useSoulZapTokenQuote.d.ts +1 -1
  56. package/dist/styles.css +1660 -0
  57. package/dist/types/bonds.d.ts +1 -2
  58. package/dist/utils/dates/formatDate.d.ts +1 -0
  59. package/dist/utils/displayHelpers.d.ts +11 -0
  60. package/dist/utils/formatNumbers.d.ts +0 -3
  61. package/dist/utils/getDotPos.d.ts +1 -0
  62. package/dist/utils/getNativeTicker.d.ts +1 -2
  63. package/dist/utils/index.d.ts +0 -15
  64. package/dist/views/BondModal/BondModal.d.ts +1 -3
  65. package/dist/views/BondModal/components/BondCards.d.ts +6 -0
  66. package/dist/views/BondModal/components/BondModalHeader.d.ts +8 -0
  67. package/dist/views/BondModal/components/Estimations.d.ts +14 -0
  68. package/dist/views/BondModal/components/ExpandedViewButton.d.ts +6 -0
  69. package/dist/views/BondModal/components/ProjectDescription.d.ts +5 -0
  70. package/dist/views/BondModal/index.d.ts +4 -1
  71. package/dist/views/Bonds/Bonds.d.ts +0 -2
  72. package/dist/views/Bonds/components/BondRows/BondRow.d.ts +9 -0
  73. package/dist/views/Bonds/components/BondRows/BondRowsByChain.d.ts +10 -0
  74. package/dist/views/Bonds/components/BondRows/BondRowsWithTitle.d.ts +11 -0
  75. package/dist/views/Bonds/components/BondRows/ModalHandler.d.ts +7 -0
  76. package/dist/{components/BondRows/BondRowHeader.d.ts → views/Bonds/components/BondsMenu/BondsMenu.d.ts} +2 -4
  77. package/dist/views/Bonds/components/BuyAgainRow/index.d.ts +3 -0
  78. package/dist/views/Bonds/components/HotBondCards/HotBondCard.d.ts +6 -0
  79. package/dist/views/Bonds/components/HotBondCards/index.d.ts +4 -0
  80. package/dist/views/Bonds/components/HotBondCards/styles.d.ts +2 -0
  81. package/dist/views/Bonds/components/RecommendationCards/SmallRecommendationCard.d.ts +13 -0
  82. package/dist/views/Bonds/components/RecommendationCards/index.d.ts +11 -0
  83. package/dist/views/Bonds/components/RecommendationCards/styles.d.ts +2 -0
  84. package/dist/views/Bonds/index.d.ts +4 -1
  85. package/dist/views/Bonds/utils.d.ts +5 -2
  86. package/dist/views/FullBondsView/index.d.ts +2 -1
  87. package/dist/views/ProjectView/ProjectView.d.ts +14 -0
  88. package/dist/views/ProjectView/components/BondLeaderboard/components/SalesTable.d.ts +6 -0
  89. package/dist/views/ProjectView/components/BondLeaderboard/components/TopSaleCard.d.ts +7 -0
  90. package/dist/views/ProjectView/components/BondLeaderboard/components/TopThreeSalesCards.d.ts +6 -0
  91. package/dist/views/ProjectView/components/BondLeaderboard/components/styles.d.ts +2 -0
  92. package/dist/views/ProjectView/components/BondLeaderboard/index.d.ts +6 -0
  93. package/dist/views/ProjectView/components/BondStats/index.d.ts +6 -0
  94. package/dist/views/ProjectView/components/BondStats/styles.d.ts +2 -0
  95. package/dist/views/ProjectView/components/BondStats/types.d.ts +43 -0
  96. package/dist/views/ProjectView/components/BondStats/utils.d.ts +1 -0
  97. package/dist/views/ProjectView/components/NavPanel/index.d.ts +5 -0
  98. package/dist/views/ProjectView/components/PriceChart/components/CandleStickChart.d.ts +9 -0
  99. package/dist/views/ProjectView/components/PriceChart/components/LineChart.d.ts +9 -0
  100. package/dist/views/ProjectView/components/PriceChart/components/utils.d.ts +1 -0
  101. package/dist/views/ProjectView/components/PriceChart/index.d.ts +8 -0
  102. package/dist/views/ProjectView/components/PriceChart/styles.d.ts +2 -0
  103. package/dist/views/ProjectView/components/ProjectInfo/index.d.ts +6 -0
  104. package/dist/views/ProjectView/components/ProjectInfo/styles.d.ts +2 -0
  105. package/dist/views/ProjectView/components/RecommendationCards/index.d.ts +3 -0
  106. package/dist/views/ProjectView/index.d.ts +7 -0
  107. package/dist/views/ProjectView/styles.d.ts +2 -0
  108. package/dist/views/YourBonds/YourBonds.d.ts +1 -2
  109. package/dist/views/YourBonds/components/YourBondsMenu/YourBondsMenu.d.ts +13 -0
  110. package/dist/views/YourBonds/fetchBillsUser.d.ts +0 -12
  111. package/dist/views/YourBonds/getBillNftData.d.ts +2 -2
  112. package/dist/views/YourBonds/index.d.ts +2 -1
  113. package/dist/views/YourBondsModal/YourBondsModal.d.ts +0 -2
  114. package/dist/views/YourBondsModal/components/Recommendations/CardRecommendation.d.ts +7 -0
  115. package/dist/views/YourBondsModal/components/Recommendations/CardRecommendationsMobile.d.ts +6 -0
  116. package/dist/views/YourBondsModal/components/Recommendations/Recommendations.d.ts +6 -0
  117. package/dist/views/YourBondsModal/components/TransferBondModal/TransferAction.d.ts +8 -0
  118. package/dist/views/YourBondsModal/components/TransferBondModal/index.d.ts +8 -0
  119. package/dist/views/ZapModal/index.d.ts +0 -1
  120. package/package.json +22 -35
  121. package/dist/components/BondRows/BondRow.d.ts +0 -10
  122. package/dist/components/BondRows/BondRowsByChain.d.ts +0 -9
  123. package/dist/components/BondRows/BondRowsWithTitle.d.ts +0 -9
  124. package/dist/components/DisconnectedPlaceholder/index.d.ts +0 -3
  125. package/dist/components/uikit-sdk/Input/StyledInput.d.ts +0 -11
  126. package/dist/components/uikit-sdk/Tag/Tag.d.ts +0 -4
  127. package/dist/components/uikit-sdk/Tag/styles.d.ts +0 -8
  128. package/dist/config/constants/api.d.ts +0 -6
  129. package/dist/config/constants/lifiRouting.d.ts +0 -2
  130. package/dist/config/constants/lists.d.ts +0 -10
  131. package/dist/config/constants/meta.d.ts +0 -11
  132. package/dist/config/constants/misc.d.ts +0 -3
  133. package/dist/config/constants/products.d.ts +0 -21
  134. package/dist/config/constants/tutorials.d.ts +0 -7
  135. package/dist/config/localization/languages.d.ts +0 -11
  136. package/dist/contexts/Localization/Provider.d.ts +0 -7
  137. package/dist/contexts/Localization/helpers.d.ts +0 -3
  138. package/dist/contexts/Localization/index.d.ts +0 -3
  139. package/dist/contexts/Localization/types.d.ts +0 -21
  140. package/dist/contexts/Localization/useTranslation.d.ts +0 -2
  141. package/dist/scss/AccordionText.scss +0 -11
  142. package/dist/scss/BondMenu.scss +0 -29
  143. package/dist/scss/BondModal.scss +0 -480
  144. package/dist/scss/BondRow.scss +0 -98
  145. package/dist/scss/BondRowHeader.scss +0 -124
  146. package/dist/scss/BondRowsByChain.scss +0 -5
  147. package/dist/scss/BondRowsWithTitle.scss +0 -4
  148. package/dist/scss/Bonds.scss +0 -18
  149. package/dist/scss/ProgressBar.scss +0 -13
  150. package/dist/scss/TokenInfoName.scss +0 -60
  151. package/dist/scss/YourBonds.scss +0 -203
  152. package/dist/scss/YourBondsModal.scss +0 -314
  153. package/dist/scss/index.scss +0 -12
  154. package/dist/views/BondModal/helper.d.ts +0 -10
  155. package/dist/views/YourBondsModal/styles.d.ts +0 -2
  156. /package/dist/hooks/{useTopThreeTags.d.ts → useTopTags.d.ts} +0 -0
  157. /package/dist/{components/BondMenu → state/chainFilterOption}/useChainFilterOption.d.ts +0 -0
  158. /package/dist/{components → views/Bonds/components}/BondRows/ChainTitle.d.ts +0 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.