@gearbox-protocol/ui-kit 3.14.0-next.4 → 3.14.0-next.41

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 (341) hide show
  1. package/README.md +1 -0
  2. package/dist/cjs/components/alert-badge/alert-badge.cjs +1 -1
  3. package/dist/cjs/components/app-bar/app-bar.cjs +1 -1
  4. package/dist/cjs/components/apy/apy.cjs +1 -1
  5. package/dist/cjs/components/assets-list-cell/assets-list-cell.cjs +1 -1
  6. package/dist/cjs/components/block-sync/block-sync.cjs +1 -1
  7. package/dist/cjs/components/block-sync-pill/block-sync-pill.cjs +1 -0
  8. package/dist/cjs/components/block-sync-pill/block-sync-status.cjs +1 -0
  9. package/dist/cjs/components/block-sync-pill/index.cjs +1 -0
  10. package/dist/cjs/components/buttons/button/button.cjs +1 -1
  11. package/dist/cjs/components/checkbox/checkbox-labeled.cjs +1 -1
  12. package/dist/cjs/components/client-adapters/styled-button/styled-button.cjs +1 -1
  13. package/dist/cjs/components/client-adapters/styled-rounded-image/styled-rounded-image.cjs +1 -1
  14. package/dist/cjs/components/complex-input/complex-input.cjs +1 -1
  15. package/dist/cjs/components/composites/credit-account-history/body.cjs +1 -0
  16. package/dist/cjs/components/composites/credit-account-history/cells/details.cjs +1 -0
  17. package/dist/cjs/components/composites/credit-account-history/cells/hash.cjs +1 -0
  18. package/dist/cjs/components/composites/credit-account-history/cells/index.cjs +1 -0
  19. package/dist/cjs/components/composites/credit-account-history/cells/protocol.cjs +1 -0
  20. package/dist/cjs/components/composites/credit-account-history/cells/token-list.cjs +1 -0
  21. package/dist/cjs/components/composites/credit-account-history/credit-account-history.cjs +1 -0
  22. package/dist/cjs/components/composites/credit-account-history/index.cjs +1 -0
  23. package/dist/cjs/components/composites/credit-account-history/line.cjs +1 -0
  24. package/dist/cjs/components/composites/credit-account-history/types.cjs +1 -0
  25. package/dist/cjs/components/composites/index.cjs +1 -1
  26. package/dist/cjs/components/composites/pool-table/columns.cjs +1 -1
  27. package/dist/cjs/components/composites/tx-preview/components/AddressAvatar.cjs +1 -0
  28. package/dist/cjs/components/composites/tx-preview/components/AddressParty.cjs +1 -0
  29. package/dist/cjs/components/composites/tx-preview/components/AddressRow.cjs +1 -0
  30. package/dist/cjs/components/composites/tx-preview/components/AmountRow.cjs +1 -0
  31. package/dist/cjs/components/composites/tx-preview/components/CollapsibleCard.cjs +1 -0
  32. package/dist/cjs/components/composites/tx-preview/components/SectionDivider.cjs +1 -0
  33. package/dist/cjs/components/composites/tx-preview/components/TransferList.cjs +1 -0
  34. package/dist/cjs/components/composites/tx-preview/components/TransferRow.cjs +1 -0
  35. package/dist/cjs/components/composites/tx-preview/components/addressLabel.cjs +1 -0
  36. package/dist/cjs/components/composites/tx-preview/components/index.cjs +1 -0
  37. package/dist/cjs/components/composites/tx-preview/confirm/amounts/TransactionConfirmAmountField.cjs +1 -0
  38. package/dist/cjs/components/composites/tx-preview/confirm/amounts/TransactionConfirmAmountPair.cjs +1 -0
  39. package/dist/cjs/components/composites/tx-preview/confirm/amounts/constants.cjs +1 -0
  40. package/dist/cjs/components/composites/tx-preview/confirm/amounts/index.cjs +1 -0
  41. package/dist/cjs/components/composites/tx-preview/confirm/dialog/TransactionConfirmDialogView.cjs +1 -0
  42. package/dist/cjs/components/composites/tx-preview/confirm/dialog/TransactionConfirmPageView.cjs +1 -0
  43. package/dist/cjs/components/composites/tx-preview/confirm/dialog/TransactionConfirmShell.cjs +1 -0
  44. package/dist/cjs/components/composites/tx-preview/confirm/dialog/TransactionConfirmShell.constants.cjs +1 -0
  45. package/dist/cjs/components/composites/tx-preview/confirm/dialog/computeTransactionConfirmDialogLayout.cjs +1 -0
  46. package/dist/cjs/components/composites/tx-preview/confirm/dialog/constants.cjs +1 -0
  47. package/dist/cjs/components/composites/tx-preview/confirm/dialog/index.cjs +1 -0
  48. package/dist/cjs/components/composites/tx-preview/confirm/dialog/transactionConfirmPhase.cjs +1 -0
  49. package/dist/cjs/components/composites/tx-preview/confirm/dialog/useTransactionConfirmDialog.cjs +1 -0
  50. package/dist/cjs/components/composites/tx-preview/confirm/execution/TransactionConfirmExecuteButton.cjs +1 -0
  51. package/dist/cjs/components/composites/tx-preview/confirm/execution/index.cjs +1 -0
  52. package/dist/cjs/components/composites/tx-preview/confirm/index.cjs +1 -0
  53. package/dist/cjs/components/composites/tx-preview/confirm/preview/OperationPreviewContent.cjs +1 -0
  54. package/dist/cjs/components/composites/tx-preview/confirm/preview/index.cjs +1 -0
  55. package/dist/cjs/components/composites/tx-preview/confirm/result/TransactionConfirmFailureResult.cjs +1 -0
  56. package/dist/cjs/components/composites/tx-preview/confirm/result/TransactionConfirmSuccessIcon.cjs +1 -0
  57. package/dist/cjs/components/composites/tx-preview/confirm/result/TransactionConfirmSuccessResult.cjs +1 -0
  58. package/dist/cjs/components/composites/tx-preview/confirm/result/TransactionConfirmTxHashRow.cjs +1 -0
  59. package/dist/cjs/components/composites/tx-preview/confirm/result/constants.cjs +1 -0
  60. package/dist/cjs/components/composites/tx-preview/confirm/result/index.cjs +1 -0
  61. package/dist/cjs/components/composites/tx-preview/confirm/stepper/ProgressStepper.cjs +1 -0
  62. package/dist/cjs/components/composites/tx-preview/confirm/stepper/TransactionProgressStepper.cjs +1 -0
  63. package/dist/cjs/components/composites/tx-preview/confirm/stepper/constants.cjs +1 -0
  64. package/dist/cjs/components/composites/tx-preview/confirm/stepper/index.cjs +1 -0
  65. package/dist/cjs/components/composites/tx-preview/confirm/stepper/transactionExecutionStepTypes.cjs +1 -0
  66. package/dist/cjs/components/composites/tx-preview/confirm/summary/PoolOperationConfirmDetails.cjs +1 -0
  67. package/dist/cjs/components/composites/tx-preview/confirm/summary/constants.cjs +1 -0
  68. package/dist/cjs/components/composites/tx-preview/confirm/summary/index.cjs +1 -0
  69. package/dist/cjs/components/composites/tx-preview/index.cjs +1 -0
  70. package/dist/cjs/components/composites/tx-preview/operations/OperationBody.cjs +1 -0
  71. package/dist/cjs/components/composites/tx-preview/operations/OperationsCard.cjs +1 -0
  72. package/dist/cjs/components/composites/tx-preview/operations/PoolDepositView.cjs +1 -0
  73. package/dist/cjs/components/composites/tx-preview/operations/PoolRow.cjs +1 -0
  74. package/dist/cjs/components/composites/tx-preview/operations/PoolWithdrawView.cjs +1 -0
  75. package/dist/cjs/components/composites/tx-preview/operations/index.cjs +1 -0
  76. package/dist/cjs/components/composites/tx-preview/state-change/BalanceChangeGroup.cjs +1 -0
  77. package/dist/cjs/components/composites/tx-preview/state-change/BalanceChangeRow.cjs +1 -0
  78. package/dist/cjs/components/composites/tx-preview/state-change/PoolStateChangeCard.cjs +1 -0
  79. package/dist/cjs/components/composites/tx-preview/state-change/StateChangeCard.cjs +1 -0
  80. package/dist/cjs/components/composites/tx-preview/state-change/index.cjs +1 -0
  81. package/dist/cjs/components/composites/tx-preview/types.cjs +1 -0
  82. package/dist/cjs/components/composites/tx-preview/utils/addressLabels.cjs +1 -0
  83. package/dist/cjs/components/composites/tx-preview/utils/index.cjs +1 -0
  84. package/dist/cjs/components/composites/tx-preview/utils/poolTokenInfo.cjs +1 -0
  85. package/dist/cjs/components/compound-apy/compound-apy.cjs +1 -1
  86. package/dist/cjs/components/confirm-menu/confirm-menu.cjs +1 -1
  87. package/dist/cjs/components/detailed-page-title/detailed-page-title.cjs +1 -1
  88. package/dist/cjs/components/graph/formatters.cjs +1 -1
  89. package/dist/cjs/components/graph/graph.cjs +1 -1
  90. package/dist/cjs/components/graph/index.cjs +1 -1
  91. package/dist/cjs/components/index.cjs +1 -1
  92. package/dist/cjs/components/layout/app-footer/app-footer.cjs +1 -0
  93. package/dist/cjs/components/layout/app-footer/index.cjs +1 -0
  94. package/dist/cjs/components/layout/app-header/app-header.cjs +1 -0
  95. package/dist/cjs/components/layout/app-header/index.cjs +1 -0
  96. package/dist/cjs/components/layout/index.cjs +1 -1
  97. package/dist/cjs/components/layout/main-aside-layout/main-aside-layout.cjs +1 -1
  98. package/dist/cjs/components/legal-agreement/index.cjs +1 -1
  99. package/dist/cjs/components/legal-agreement/legal-agreement-awaiting-panel.cjs +1 -0
  100. package/dist/cjs/components/legal-agreement/legal-agreement-dialog.cjs +1 -1
  101. package/dist/cjs/components/legal-agreement/legal-agreement-link.cjs +1 -0
  102. package/dist/cjs/components/legal-agreement/legal-agreement-panel.cjs +1 -0
  103. package/dist/cjs/components/legal-agreement/legal-agreement-theme.cjs +1 -0
  104. package/dist/cjs/components/legal-agreement/legal-agreement.stories-config.cjs +1 -0
  105. package/dist/cjs/components/link/link.cjs +1 -1
  106. package/dist/cjs/components/loader-guard/loader-guard.cjs +1 -1
  107. package/dist/cjs/components/markdown-viewer/markdown-viewer.cjs +1 -1
  108. package/dist/cjs/components/smart-number-input/smart-number-input.cjs +1 -1
  109. package/dist/cjs/components/time-to-liquidation/time-to-liquidation.cjs +1 -1
  110. package/dist/cjs/components/tokens-list-cell/tokens-list-cell.cjs +1 -1
  111. package/dist/cjs/components/trading-view/trading-view.cjs +1 -1
  112. package/dist/cjs/components/vertical-indicator/vertical-indicator.cjs +1 -1
  113. package/dist/cjs/components/with-copy/with-copy.cjs +1 -1
  114. package/dist/cjs/configs/tailwind-preset.cjs +1 -1
  115. package/dist/cjs/hooks/index.cjs +1 -1
  116. package/dist/cjs/hooks/use-filter.cjs +1 -1
  117. package/dist/cjs/index.cjs +1 -1
  118. package/dist/cjs/locale/en.json.cjs +1 -1
  119. package/dist/esm/components/alert-badge/alert-badge.js +12 -10
  120. package/dist/esm/components/app-bar/app-bar.js +1 -1
  121. package/dist/esm/components/apy/apy.js +9 -9
  122. package/dist/esm/components/assets-list-cell/assets-list-cell.js +6 -2
  123. package/dist/esm/components/block-sync/block-sync.js +6 -2
  124. package/dist/esm/components/block-sync-pill/block-sync-pill.js +241 -0
  125. package/dist/esm/components/block-sync-pill/block-sync-status.js +12 -0
  126. package/dist/esm/components/block-sync-pill/index.js +4 -0
  127. package/dist/esm/components/buttons/button/button.js +1 -0
  128. package/dist/esm/components/checkbox/checkbox-labeled.js +4 -0
  129. package/dist/esm/components/client-adapters/styled-button/styled-button.js +11 -11
  130. package/dist/esm/components/client-adapters/styled-rounded-image/styled-rounded-image.js +4 -0
  131. package/dist/esm/components/complex-input/complex-input.js +6 -2
  132. package/dist/esm/components/composites/credit-account-history/body.js +73 -0
  133. package/dist/esm/components/composites/credit-account-history/cells/details.js +22 -0
  134. package/dist/esm/components/composites/credit-account-history/cells/hash.js +24 -0
  135. package/dist/esm/components/composites/credit-account-history/cells/index.js +10 -0
  136. package/dist/esm/components/composites/credit-account-history/cells/protocol.js +25 -0
  137. package/dist/esm/components/composites/credit-account-history/cells/token-list.js +43 -0
  138. package/dist/esm/components/composites/credit-account-history/credit-account-history.js +46 -0
  139. package/dist/esm/components/composites/credit-account-history/index.js +8 -0
  140. package/dist/esm/components/composites/credit-account-history/line.js +125 -0
  141. package/dist/esm/components/composites/credit-account-history/types.js +9 -0
  142. package/dist/esm/components/composites/index.js +85 -79
  143. package/dist/esm/components/composites/pool-table/columns.js +39 -35
  144. package/dist/esm/components/composites/tx-preview/components/AddressAvatar.js +47 -0
  145. package/dist/esm/components/composites/tx-preview/components/AddressParty.js +17 -0
  146. package/dist/esm/components/composites/tx-preview/components/AddressRow.js +16 -0
  147. package/dist/esm/components/composites/tx-preview/components/AmountRow.js +30 -0
  148. package/dist/esm/components/composites/tx-preview/components/CollapsibleCard.js +45 -0
  149. package/dist/esm/components/composites/tx-preview/components/SectionDivider.js +12 -0
  150. package/dist/esm/components/composites/tx-preview/components/TransferList.js +25 -0
  151. package/dist/esm/components/composites/tx-preview/components/TransferRow.js +52 -0
  152. package/dist/esm/components/composites/tx-preview/components/addressLabel.js +7 -0
  153. package/dist/esm/components/composites/tx-preview/components/index.js +20 -0
  154. package/dist/esm/components/composites/tx-preview/confirm/amounts/TransactionConfirmAmountField.js +225 -0
  155. package/dist/esm/components/composites/tx-preview/confirm/amounts/TransactionConfirmAmountPair.js +55 -0
  156. package/dist/esm/components/composites/tx-preview/confirm/amounts/constants.js +10 -0
  157. package/dist/esm/components/composites/tx-preview/confirm/amounts/index.js +9 -0
  158. package/dist/esm/components/composites/tx-preview/confirm/dialog/TransactionConfirmDialogView.js +50 -0
  159. package/dist/esm/components/composites/tx-preview/confirm/dialog/TransactionConfirmPageView.js +70 -0
  160. package/dist/esm/components/composites/tx-preview/confirm/dialog/TransactionConfirmShell.constants.js +6 -0
  161. package/dist/esm/components/composites/tx-preview/confirm/dialog/TransactionConfirmShell.js +93 -0
  162. package/dist/esm/components/composites/tx-preview/confirm/dialog/computeTransactionConfirmDialogLayout.js +35 -0
  163. package/dist/esm/components/composites/tx-preview/confirm/dialog/constants.js +23 -0
  164. package/dist/esm/components/composites/tx-preview/confirm/dialog/index.js +20 -0
  165. package/dist/esm/components/composites/tx-preview/confirm/dialog/transactionConfirmPhase.js +1 -0
  166. package/dist/esm/components/composites/tx-preview/confirm/dialog/useTransactionConfirmDialog.js +20 -0
  167. package/dist/esm/components/composites/tx-preview/confirm/execution/TransactionConfirmExecuteButton.js +30 -0
  168. package/dist/esm/components/composites/tx-preview/confirm/execution/index.js +4 -0
  169. package/dist/esm/components/composites/tx-preview/confirm/index.js +57 -0
  170. package/dist/esm/components/composites/tx-preview/confirm/preview/OperationPreviewContent.js +195 -0
  171. package/dist/esm/components/composites/tx-preview/confirm/preview/index.js +4 -0
  172. package/dist/esm/components/composites/tx-preview/confirm/result/TransactionConfirmFailureResult.js +55 -0
  173. package/dist/esm/components/composites/tx-preview/confirm/result/TransactionConfirmSuccessIcon.js +25 -0
  174. package/dist/esm/components/composites/tx-preview/confirm/result/TransactionConfirmSuccessResult.js +60 -0
  175. package/dist/esm/components/composites/tx-preview/confirm/result/TransactionConfirmTxHashRow.js +21 -0
  176. package/dist/esm/components/composites/tx-preview/confirm/result/constants.js +24 -0
  177. package/dist/esm/components/composites/tx-preview/confirm/result/index.js +15 -0
  178. package/dist/esm/components/composites/tx-preview/confirm/stepper/ProgressStepper.js +90 -0
  179. package/dist/esm/components/composites/tx-preview/confirm/stepper/TransactionProgressStepper.js +67 -0
  180. package/dist/esm/components/composites/tx-preview/confirm/stepper/constants.js +10 -0
  181. package/dist/esm/components/composites/tx-preview/confirm/stepper/index.js +11 -0
  182. package/dist/esm/components/composites/tx-preview/confirm/stepper/transactionExecutionStepTypes.js +6 -0
  183. package/dist/esm/components/composites/tx-preview/confirm/summary/PoolOperationConfirmDetails.js +65 -0
  184. package/dist/esm/components/composites/tx-preview/confirm/summary/constants.js +6 -0
  185. package/dist/esm/components/composites/tx-preview/confirm/summary/index.js +6 -0
  186. package/dist/esm/components/composites/tx-preview/index.js +98 -0
  187. package/dist/esm/components/composites/tx-preview/operations/OperationBody.js +10 -0
  188. package/dist/esm/components/composites/tx-preview/operations/OperationsCard.js +195 -0
  189. package/dist/esm/components/composites/tx-preview/operations/PoolDepositView.js +204 -0
  190. package/dist/esm/components/composites/tx-preview/operations/PoolRow.js +20 -0
  191. package/dist/esm/components/composites/tx-preview/operations/PoolWithdrawView.js +198 -0
  192. package/dist/esm/components/composites/tx-preview/operations/index.js +13 -0
  193. package/dist/esm/components/composites/tx-preview/state-change/BalanceChangeGroup.js +185 -0
  194. package/dist/esm/components/composites/tx-preview/state-change/BalanceChangeRow.js +61 -0
  195. package/dist/esm/components/composites/tx-preview/state-change/PoolStateChangeCard.js +23 -0
  196. package/dist/esm/components/composites/tx-preview/state-change/StateChangeCard.js +200 -0
  197. package/dist/esm/components/composites/tx-preview/state-change/index.js +10 -0
  198. package/dist/esm/components/composites/tx-preview/types.js +1 -0
  199. package/dist/esm/components/composites/tx-preview/utils/addressLabels.js +41 -0
  200. package/dist/esm/components/composites/tx-preview/utils/index.js +6 -0
  201. package/dist/esm/components/composites/tx-preview/utils/poolTokenInfo.js +12 -0
  202. package/dist/esm/components/compound-apy/compound-apy.js +6 -2
  203. package/dist/esm/components/confirm-menu/confirm-menu.js +28 -25
  204. package/dist/esm/components/detailed-page-title/detailed-page-title.js +4 -0
  205. package/dist/esm/components/graph/formatters.js +128 -132
  206. package/dist/esm/components/graph/graph.js +744 -389
  207. package/dist/esm/components/graph/index.js +26 -24
  208. package/dist/esm/components/health-factor/health-factor.js +3 -3
  209. package/dist/esm/components/index.js +748 -717
  210. package/dist/esm/components/layout/app-footer/app-footer.js +54 -0
  211. package/dist/esm/components/layout/app-footer/index.js +5 -0
  212. package/dist/esm/components/layout/app-header/app-header.js +100 -0
  213. package/dist/esm/components/layout/app-header/index.js +4 -0
  214. package/dist/esm/components/layout/index.js +32 -27
  215. package/dist/esm/components/layout/main-aside-layout/main-aside-layout.js +107 -58
  216. package/dist/esm/components/legal-agreement/index.js +23 -7
  217. package/dist/esm/components/legal-agreement/legal-agreement-awaiting-panel.js +29 -0
  218. package/dist/esm/components/legal-agreement/legal-agreement-dialog.js +72 -212
  219. package/dist/esm/components/legal-agreement/legal-agreement-link.js +22 -0
  220. package/dist/esm/components/legal-agreement/legal-agreement-panel.js +130 -0
  221. package/dist/esm/components/legal-agreement/legal-agreement-theme.js +137 -0
  222. package/dist/esm/components/legal-agreement/legal-agreement.stories-config.js +170 -0
  223. package/dist/esm/components/link/link.js +42 -35
  224. package/dist/esm/components/loader-guard/loader-guard.js +7 -5
  225. package/dist/esm/components/markdown-viewer/markdown-viewer.js +6 -2
  226. package/dist/esm/components/smart-number-input/smart-number-input.js +230 -136
  227. package/dist/esm/components/time-to-liquidation/time-to-liquidation.js +4 -0
  228. package/dist/esm/components/tokens-list-cell/tokens-list-cell.js +6 -2
  229. package/dist/esm/components/trading-view/trading-view.js +164 -147
  230. package/dist/esm/components/vertical-indicator/vertical-indicator.js +39 -33
  231. package/dist/esm/components/with-copy/with-copy.js +6 -2
  232. package/dist/esm/configs/tailwind-preset.js +1 -0
  233. package/dist/esm/hooks/index.js +50 -47
  234. package/dist/esm/hooks/use-filter.js +63 -29
  235. package/dist/esm/index.js +928 -894
  236. package/dist/esm/locale/en.json.js +8 -0
  237. package/dist/globals.css +1 -1
  238. package/dist/types/components/alert-badge/alert-badge.d.ts +1 -1
  239. package/dist/types/components/block-sync-pill/block-sync-pill.d.ts +35 -0
  240. package/dist/types/components/block-sync-pill/block-sync-status.d.ts +29 -0
  241. package/dist/types/components/block-sync-pill/index.d.ts +1 -0
  242. package/dist/types/components/buttons/button/button.d.ts +4 -3
  243. package/dist/types/components/composites/credit-account-history/body.d.ts +14 -0
  244. package/dist/types/components/composites/credit-account-history/cells/details.d.ts +9 -0
  245. package/dist/types/components/composites/credit-account-history/cells/hash.d.ts +6 -0
  246. package/dist/types/components/composites/credit-account-history/cells/index.d.ts +4 -0
  247. package/dist/types/components/composites/credit-account-history/cells/protocol.d.ts +7 -0
  248. package/dist/types/components/composites/credit-account-history/cells/token-list.d.ts +9 -0
  249. package/dist/types/components/composites/credit-account-history/credit-account-history.d.ts +15 -0
  250. package/dist/types/components/composites/credit-account-history/index.d.ts +2 -0
  251. package/dist/types/components/composites/credit-account-history/line.d.ts +18 -0
  252. package/dist/types/components/composites/credit-account-history/types.d.ts +36 -0
  253. package/dist/types/components/composites/index.d.ts +1 -0
  254. package/dist/types/components/composites/tx-preview/components/AddressAvatar.d.ts +12 -0
  255. package/dist/types/components/composites/tx-preview/components/AddressParty.d.ts +14 -0
  256. package/dist/types/components/composites/tx-preview/components/AddressRow.d.ts +7 -0
  257. package/dist/types/components/composites/tx-preview/components/AmountRow.d.ts +15 -0
  258. package/dist/types/components/composites/tx-preview/components/CollapsibleCard.d.ts +22 -0
  259. package/dist/types/components/composites/tx-preview/components/SectionDivider.d.ts +10 -0
  260. package/dist/types/components/composites/tx-preview/components/TransferList.d.ts +19 -0
  261. package/dist/types/components/composites/tx-preview/components/TransferRow.d.ts +30 -0
  262. package/dist/types/components/composites/tx-preview/components/addressLabel.d.ts +27 -0
  263. package/dist/types/components/composites/tx-preview/components/index.d.ts +9 -0
  264. package/dist/types/components/composites/tx-preview/confirm/amounts/TransactionConfirmAmountField.d.ts +13 -0
  265. package/dist/types/components/composites/tx-preview/confirm/amounts/TransactionConfirmAmountPair.d.ts +16 -0
  266. package/dist/types/components/composites/tx-preview/confirm/amounts/constants.d.ts +6 -0
  267. package/dist/types/components/composites/tx-preview/confirm/amounts/index.d.ts +3 -0
  268. package/dist/types/components/composites/tx-preview/confirm/dialog/TransactionConfirmDialogView.d.ts +24 -0
  269. package/dist/types/components/composites/tx-preview/confirm/dialog/TransactionConfirmPageView.d.ts +23 -0
  270. package/dist/types/components/composites/tx-preview/confirm/dialog/TransactionConfirmShell.constants.d.ts +3 -0
  271. package/dist/types/components/composites/tx-preview/confirm/dialog/TransactionConfirmShell.d.ts +19 -0
  272. package/dist/types/components/composites/tx-preview/confirm/dialog/computeTransactionConfirmDialogLayout.d.ts +8 -0
  273. package/dist/types/components/composites/tx-preview/confirm/dialog/constants.d.ts +17 -0
  274. package/dist/types/components/composites/tx-preview/confirm/dialog/index.d.ts +8 -0
  275. package/dist/types/components/composites/tx-preview/confirm/dialog/transactionConfirmPhase.d.ts +4 -0
  276. package/dist/types/components/composites/tx-preview/confirm/dialog/useTransactionConfirmDialog.d.ts +8 -0
  277. package/dist/types/components/composites/tx-preview/confirm/execution/TransactionConfirmExecuteButton.d.ts +6 -0
  278. package/dist/types/components/composites/tx-preview/confirm/execution/index.d.ts +1 -0
  279. package/dist/types/components/composites/tx-preview/confirm/index.d.ts +7 -0
  280. package/dist/types/components/composites/tx-preview/confirm/preview/OperationPreviewContent.d.ts +12 -0
  281. package/dist/types/components/composites/tx-preview/confirm/preview/index.d.ts +1 -0
  282. package/dist/types/components/composites/tx-preview/confirm/result/TransactionConfirmFailureResult.d.ts +8 -0
  283. package/dist/types/components/composites/tx-preview/confirm/result/TransactionConfirmSuccessIcon.d.ts +2 -0
  284. package/dist/types/components/composites/tx-preview/confirm/result/TransactionConfirmSuccessResult.d.ts +8 -0
  285. package/dist/types/components/composites/tx-preview/confirm/result/TransactionConfirmTxHashRow.d.ts +6 -0
  286. package/dist/types/components/composites/tx-preview/confirm/result/constants.d.ts +18 -0
  287. package/dist/types/components/composites/tx-preview/confirm/result/index.d.ts +5 -0
  288. package/dist/types/components/composites/tx-preview/confirm/stepper/ProgressStepper.d.ts +29 -0
  289. package/dist/types/components/composites/tx-preview/confirm/stepper/TransactionProgressStepper.d.ts +7 -0
  290. package/dist/types/components/composites/tx-preview/confirm/stepper/constants.d.ts +6 -0
  291. package/dist/types/components/composites/tx-preview/confirm/stepper/index.d.ts +4 -0
  292. package/dist/types/components/composites/tx-preview/confirm/stepper/transactionExecutionStepTypes.d.ts +10 -0
  293. package/dist/types/components/composites/tx-preview/confirm/summary/PoolOperationConfirmDetails.d.ts +15 -0
  294. package/dist/types/components/composites/tx-preview/confirm/summary/constants.d.ts +3 -0
  295. package/dist/types/components/composites/tx-preview/confirm/summary/index.d.ts +2 -0
  296. package/dist/types/components/composites/tx-preview/index.d.ts +17 -0
  297. package/dist/types/components/composites/tx-preview/operations/OperationBody.d.ts +15 -0
  298. package/dist/types/components/composites/tx-preview/operations/OperationsCard.d.ts +21 -0
  299. package/dist/types/components/composites/tx-preview/operations/PoolDepositView.d.ts +11 -0
  300. package/dist/types/components/composites/tx-preview/operations/PoolRow.d.ts +8 -0
  301. package/dist/types/components/composites/tx-preview/operations/PoolWithdrawView.d.ts +11 -0
  302. package/dist/types/components/composites/tx-preview/operations/index.d.ts +5 -0
  303. package/dist/types/components/composites/tx-preview/state-change/BalanceChangeGroup.d.ts +11 -0
  304. package/dist/types/components/composites/tx-preview/state-change/BalanceChangeRow.d.ts +14 -0
  305. package/dist/types/components/composites/tx-preview/state-change/PoolStateChangeCard.d.ts +18 -0
  306. package/dist/types/components/composites/tx-preview/state-change/StateChangeCard.d.ts +21 -0
  307. package/dist/types/components/composites/tx-preview/state-change/index.d.ts +4 -0
  308. package/dist/types/components/composites/tx-preview/types.d.ts +19 -0
  309. package/dist/types/components/composites/tx-preview/utils/addressLabels.d.ts +16 -0
  310. package/dist/types/components/composites/tx-preview/utils/index.d.ts +2 -0
  311. package/dist/types/components/composites/tx-preview/utils/poolTokenInfo.d.ts +14 -0
  312. package/dist/types/components/confirm-menu/confirm-menu.d.ts +4 -2
  313. package/dist/types/components/graph/graph.d.ts +112 -2
  314. package/dist/types/components/graph/index.d.ts +1 -1
  315. package/dist/types/components/help-tip/help-tip.d.ts +2 -2
  316. package/dist/types/components/index.d.ts +1 -0
  317. package/dist/types/components/layout/app-footer/app-footer.d.ts +62 -0
  318. package/dist/types/components/layout/app-footer/index.d.ts +1 -0
  319. package/dist/types/components/layout/app-header/app-header.d.ts +67 -0
  320. package/dist/types/components/layout/app-header/index.d.ts +1 -0
  321. package/dist/types/components/layout/index.d.ts +2 -0
  322. package/dist/types/components/layout/main-aside-layout/main-aside-layout.d.ts +42 -0
  323. package/dist/types/components/legal-agreement/index.d.ts +5 -1
  324. package/dist/types/components/legal-agreement/legal-agreement-awaiting-panel.d.ts +10 -0
  325. package/dist/types/components/legal-agreement/legal-agreement-dialog.d.ts +19 -52
  326. package/dist/types/components/legal-agreement/legal-agreement-link.d.ts +11 -0
  327. package/dist/types/components/legal-agreement/legal-agreement-panel.d.ts +16 -0
  328. package/dist/types/components/legal-agreement/legal-agreement-theme.d.ts +36 -0
  329. package/dist/types/components/legal-agreement/legal-agreement.stories-config.d.ts +11 -0
  330. package/dist/types/components/smart-number-input/smart-number-input.d.ts +41 -1
  331. package/dist/types/components/tip-card/tip-card.d.ts +1 -1
  332. package/dist/types/components/trading-view/trading-view.d.ts +15 -1
  333. package/dist/types/components/vertical-indicator/vertical-indicator.d.ts +6 -0
  334. package/dist/types/configs/tailwind-preset.d.ts +1 -0
  335. package/dist/types/hooks/use-filter.d.ts +46 -0
  336. package/dist/types/index.d.ts +2 -0
  337. package/dist/types/locale/en.json.d.ts +10 -0
  338. package/dist/types/types/footer.d.ts +24 -3
  339. package/package.json +17 -4
  340. package/src/styles/base.css +2 -0
  341. package/src/styles/theme.css +1 -0
@@ -0,0 +1,12 @@
1
+ import { Operation, PoolSimulationResult } from '@gearbox-protocol/sdk/preview';
2
+ import { default as React } from 'react';
3
+ import { Address } from 'viem';
4
+ import { GearboxSDKLike } from '../../types';
5
+ export interface OperationPreviewContentProps {
6
+ sdk: GearboxSDKLike;
7
+ operation: Operation;
8
+ simulation: PoolSimulationResult | undefined;
9
+ isSimulating: boolean;
10
+ wallet: Address;
11
+ }
12
+ export declare function OperationPreviewContent({ sdk, operation, simulation, isSimulating, wallet, }: OperationPreviewContentProps): React.ReactElement;
@@ -0,0 +1 @@
1
+ export * from './OperationPreviewContent';
@@ -0,0 +1,8 @@
1
+ import { default as React } from 'react';
2
+ export interface TransactionConfirmFailureResultProps {
3
+ readonly title: React.ReactNode;
4
+ readonly description: React.ReactNode;
5
+ readonly footerAction?: React.ReactNode;
6
+ readonly iconSize?: number;
7
+ }
8
+ export declare function TransactionConfirmFailureResult({ title, description, footerAction, iconSize, }: TransactionConfirmFailureResultProps): React.ReactElement;
@@ -0,0 +1,2 @@
1
+ import { default as React } from 'react';
2
+ export declare function TransactionConfirmSuccessIcon(): React.ReactElement;
@@ -0,0 +1,8 @@
1
+ import { default as React } from 'react';
2
+ export interface TransactionConfirmSuccessResultProps {
3
+ readonly headline: React.ReactNode;
4
+ readonly subtitle: React.ReactNode;
5
+ readonly txHashRow?: React.ReactNode;
6
+ readonly footerAction?: React.ReactNode;
7
+ }
8
+ export declare function TransactionConfirmSuccessResult({ headline, subtitle, txHashRow, footerAction, }: TransactionConfirmSuccessResultProps): React.ReactElement;
@@ -0,0 +1,6 @@
1
+ import { default as React } from 'react';
2
+ export interface TransactionConfirmTxHashRowProps {
3
+ readonly txHashLink: React.ReactNode;
4
+ readonly addToWalletLink?: React.ReactNode;
5
+ }
6
+ export declare function TransactionConfirmTxHashRow({ txHashLink, addToWalletLink, }: TransactionConfirmTxHashRowProps): React.ReactElement;
@@ -0,0 +1,18 @@
1
+ export declare class TransactionConfirmSuccessResultTest {
2
+ static root: string;
3
+ static headline: string;
4
+ static subtitle: string;
5
+ static footer: string;
6
+ }
7
+ export declare class TransactionConfirmFailureResultTest {
8
+ static root: string;
9
+ static footer: string;
10
+ }
11
+ export declare class TransactionConfirmTxHashRowTest {
12
+ static root: string;
13
+ static txHashLink: string;
14
+ static addToWallet: string;
15
+ }
16
+ export declare class TransactionConfirmExecuteButtonTest {
17
+ static root: string;
18
+ }
@@ -0,0 +1,5 @@
1
+ export * from './constants';
2
+ export * from './TransactionConfirmFailureResult';
3
+ export * from './TransactionConfirmSuccessIcon';
4
+ export * from './TransactionConfirmSuccessResult';
5
+ export * from './TransactionConfirmTxHashRow';
@@ -0,0 +1,29 @@
1
+ import { default as React } from 'react';
2
+ import { StepStatus } from './transactionExecutionStepTypes';
3
+ export interface ProgressStepperStep {
4
+ /** Stable identity used as the React key. */
5
+ readonly id: string;
6
+ readonly label: React.ReactNode;
7
+ readonly status: StepStatus;
8
+ /**
9
+ * Marker centered on the connector that precedes this step — e.g. a delay
10
+ * clock shown between "Request" and "Withdraw". Ignored on the first step.
11
+ */
12
+ readonly connectorMarker?: React.ReactNode;
13
+ /** Render the connector that precedes this step as dashed. */
14
+ readonly connectorDashed?: boolean;
15
+ }
16
+ export interface ProgressStepperProps {
17
+ readonly steps: ReadonlyArray<ProgressStepperStep>;
18
+ readonly className?: string;
19
+ }
20
+ /**
21
+ * Generic progress stepper: a row of dots + labels joined by connectors.
22
+ *
23
+ * Layout mirrors {@link TransactionProgressStepper} exactly — each connector is
24
+ * two half-lines living in the same row as the dot, so the lines butt directly
25
+ * against the 9px dots. On top of that it supports an optional per-connector
26
+ * `marker` (centered on the connector midpoint, e.g. a waiting clock) and a
27
+ * `dashed` connector style, which `TransactionProgressStepper` does not.
28
+ */
29
+ export declare function ProgressStepper({ steps, className, }: ProgressStepperProps): React.ReactElement;
@@ -0,0 +1,7 @@
1
+ import { default as React } from 'react';
2
+ import { TransactionExecutionStepView } from './transactionExecutionStepTypes';
3
+ export interface TransactionProgressStepperProps {
4
+ readonly steps: ReadonlyArray<TransactionExecutionStepView>;
5
+ readonly renderLabel: (step: TransactionExecutionStepView) => React.ReactNode;
6
+ }
7
+ export declare function TransactionProgressStepper({ steps, renderLabel, }: TransactionProgressStepperProps): React.ReactElement;
@@ -0,0 +1,6 @@
1
+ export declare class TransactionProgressStepperTest {
2
+ static root: string;
3
+ }
4
+ export declare class ProgressStepperTest {
5
+ static root: string;
6
+ }
@@ -0,0 +1,4 @@
1
+ export * from './constants';
2
+ export * from './ProgressStepper';
3
+ export * from './TransactionProgressStepper';
4
+ export * from './transactionExecutionStepTypes';
@@ -0,0 +1,10 @@
1
+ export type TransactionExecutionStepId = "approve" | "auth" | "execute";
2
+ export type TransactionExecutionPrerequisiteStepId = Exclude<TransactionExecutionStepId, "execute">;
3
+ export type StepStatus = "completed" | "active" | "upcoming";
4
+ export type TransactionExecutionStepLabelKey = "approve" | "approveBatch" | "auth" | "execute";
5
+ export interface TransactionExecutionStepView {
6
+ id: TransactionExecutionStepId;
7
+ labelKey: TransactionExecutionStepLabelKey;
8
+ status: StepStatus;
9
+ }
10
+ export declare function shouldShowTransactionProgressStepper(steps: ReadonlyArray<Pick<TransactionExecutionStepView, "id">>): boolean;
@@ -0,0 +1,15 @@
1
+ import { default as React } from 'react';
2
+ export interface PoolOperationConfirmDetailsProps {
3
+ readonly apyLabel?: React.ReactNode;
4
+ readonly apy?: React.ReactNode;
5
+ readonly apyLoading?: boolean;
6
+ readonly poolTvlLabel: React.ReactNode;
7
+ readonly poolTvl: React.ReactNode;
8
+ readonly poolUtilizationLabel: React.ReactNode;
9
+ readonly poolUtilization: React.ReactNode;
10
+ readonly curatorLabel: React.ReactNode;
11
+ readonly curatorValue: React.ReactNode;
12
+ readonly poolLabel: React.ReactNode;
13
+ readonly poolContractValue: React.ReactNode;
14
+ }
15
+ export declare function PoolOperationConfirmDetails({ apyLabel, apy, apyLoading, poolTvlLabel, poolTvl, poolUtilizationLabel, poolUtilization, curatorLabel, curatorValue, poolLabel, poolContractValue, }: PoolOperationConfirmDetailsProps): React.ReactElement;
@@ -0,0 +1,3 @@
1
+ export declare class PoolOperationConfirmDetailsTest {
2
+ static root: string;
3
+ }
@@ -0,0 +1,2 @@
1
+ export * from './constants';
2
+ export * from './PoolOperationConfirmDetails';
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Transaction preview + confirm flow (WIP).
3
+ *
4
+ * Intentionally NOT re-exported from the main `@gearbox-protocol/ui-kit` entry or
5
+ * `components/composites/index.ts`. The module is still in development; its final
6
+ * scope, API shape, and completion timeline are not settled yet.
7
+ *
8
+ * Consumers should import only via `@gearbox-protocol/ui-kit/tx-preview` (and documented
9
+ * deep subpaths). Merging into the root ui-kit barrel is a separate decision once
10
+ * the module is stable.
11
+ */
12
+ export * from './components';
13
+ export * from './confirm';
14
+ export * from './operations';
15
+ export * from './state-change';
16
+ export * from './types';
17
+ export * from './utils';
@@ -0,0 +1,15 @@
1
+ import { Operation } from '@gearbox-protocol/sdk/preview';
2
+ import { Address } from 'viem';
3
+ import { GearboxSDKLike } from '../types';
4
+ export interface OperationBodyProps {
5
+ sdk: GearboxSDKLike;
6
+ operation: Operation;
7
+ /** Wallet whose transfers are highlighted; populated after simulation. */
8
+ wallet: Address;
9
+ }
10
+ /**
11
+ * Renders the body of the outer operation (rows only, no card chrome).
12
+ * Currently handles pool deposit/redeem; credit-facade operations
13
+ * ({@link OuterFacadeOperation}) are a future branch.
14
+ */
15
+ export declare function OperationBody({ sdk, operation, wallet }: OperationBodyProps): import("react/jsx-runtime").JSX.Element | null;
@@ -0,0 +1,21 @@
1
+ import { Operation } from '@gearbox-protocol/sdk/preview';
2
+ import { Address } from 'viem';
3
+ import { GearboxSDKLike } from '../types';
4
+ export interface OperationsCardProps {
5
+ sdk: GearboxSDKLike;
6
+ transaction: Operation;
7
+ wallet: Address;
8
+ }
9
+ /**
10
+ * Whether a dedicated custom operation view exists for the parsed transaction.
11
+ * Drives both whether {@link OperationsCard} renders and whether the raw
12
+ * transaction card starts expanded. Currently only pool operations have a view.
13
+ */
14
+ export declare function hasOperationView(tx: Operation): boolean;
15
+ /**
16
+ * Collapsible card (open by default) for a decoded transaction. Renders the
17
+ * outer operation in its content. Pool operations have no inner operations, so
18
+ * the card body is just the operation rows; credit-facade operations will later
19
+ * render their {@link InnerOperation}s as nested non-collapsible cards here.
20
+ */
21
+ export declare function OperationsCard({ sdk, transaction, wallet, }: OperationsCardProps): import("react/jsx-runtime").JSX.Element | null;
@@ -0,0 +1,11 @@
1
+ import { PoolDepositOperation } from '@gearbox-protocol/sdk/preview';
2
+ import { Address } from 'viem';
3
+ import { GearboxSDKLike } from '../types';
4
+ export interface PoolDepositViewProps {
5
+ sdk: GearboxSDKLike;
6
+ operation: PoolDepositOperation;
7
+ /** Wallet whose transfers are highlighted; populated after simulation. */
8
+ wallet: Address;
9
+ }
10
+ /** Human-readable body of a Gearbox pool deposit operation (rows only). */
11
+ export declare function PoolDepositView({ sdk, operation, wallet, }: PoolDepositViewProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,8 @@
1
+ import { Address } from 'viem';
2
+ import { TokenInfo } from '../utils';
3
+ export interface PoolRowProps {
4
+ pool: TokenInfo;
5
+ address: Address;
6
+ }
7
+ /** Pool row: shows the pool's human label plus the copyable pool address. */
8
+ export declare function PoolRow({ pool, address }: PoolRowProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,11 @@
1
+ import { PoolRedeemOperation } from '@gearbox-protocol/sdk/preview';
2
+ import { Address } from 'viem';
3
+ import { GearboxSDKLike } from '../types';
4
+ export interface PoolWithdrawViewProps {
5
+ sdk: GearboxSDKLike;
6
+ operation: PoolRedeemOperation;
7
+ /** Wallet whose transfers are highlighted; populated after simulation. */
8
+ wallet: Address;
9
+ }
10
+ /** Human-readable body of a Gearbox pool withdraw (redeem) operation (rows only). */
11
+ export declare function PoolWithdrawView({ sdk, operation, wallet, }: PoolWithdrawViewProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,5 @@
1
+ export * from './OperationBody';
2
+ export * from './OperationsCard';
3
+ export * from './PoolDepositView';
4
+ export * from './PoolRow';
5
+ export * from './PoolWithdrawView';
@@ -0,0 +1,11 @@
1
+ import { AddressBalanceChanges } from '@gearbox-protocol/sdk/preview';
2
+ import { AddressLabels } from '../components';
3
+ import { GearboxSDKLike } from '../types';
4
+ export interface BalanceChangeGroupProps {
5
+ sdk: GearboxSDKLike;
6
+ group: AddressBalanceChanges;
7
+ /** Resolved labels for the involved addresses (drives the group divider). */
8
+ labels: AddressLabels;
9
+ }
10
+ /** One labeled section of balance changes for a single address. */
11
+ export declare function BalanceChangeGroup({ sdk, group, labels, }: BalanceChangeGroupProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,14 @@
1
+ import { TokenBalanceChange } from '@gearbox-protocol/sdk/preview';
2
+ import { GearboxSDKLike } from '../types';
3
+ export interface BalanceChangeRowProps {
4
+ sdk: GearboxSDKLike;
5
+ change: TokenBalanceChange;
6
+ }
7
+ /**
8
+ * One token balance change as three grid cells (the parent group owns the shared
9
+ * grid template so columns line up across rows): the token (symbol + name,
10
+ * left-aligned and flexible), the struck-through before value with an arrow to
11
+ * the after value, and the signed diff in brackets. The whole row is colored
12
+ * green for a positive delta and red for a negative one.
13
+ */
14
+ export declare function BalanceChangeRow({ sdk, change }: BalanceChangeRowProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,18 @@
1
+ import { AddressBalanceChanges, PoolOperation } from '@gearbox-protocol/sdk/preview';
2
+ import { Address } from 'viem';
3
+ import { GearboxSDKLike } from '../types';
4
+ export interface PoolStateChangeCardProps {
5
+ sdk: GearboxSDKLike;
6
+ /** The decoded pool deposit/redeem operation. */
7
+ operation: PoolOperation;
8
+ /** Balance changes grouped by watched address (from a successful simulation). */
9
+ balanceChanges: AddressBalanceChanges[];
10
+ /** Wallet whose balances are highlighted. */
11
+ wallet: Address;
12
+ }
13
+ /**
14
+ * Pool-specific state-change content: balance changes grouped by address (wallet
15
+ * and, when distinct, the recipient). Renders content only; the surrounding card
16
+ * chrome, loading, and error handling live in {@link StateChangeCard}.
17
+ */
18
+ export declare function PoolStateChangeCard({ sdk, operation, balanceChanges, wallet, }: PoolStateChangeCardProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,21 @@
1
+ import { Operation, PoolSimulationResult } from '@gearbox-protocol/sdk/preview';
2
+ import { Address } from 'viem';
3
+ import { GearboxSDKLike } from '../types';
4
+ export interface StateChangeCardProps {
5
+ sdk: GearboxSDKLike;
6
+ /** Parsed operation that drives which specific state-change card is shown. */
7
+ data: Operation;
8
+ /** Stage-2 simulation outcome; `undefined` while it is loading. */
9
+ simulation: PoolSimulationResult | undefined;
10
+ /** Whether the simulation is still running. */
11
+ isLoading: boolean;
12
+ /** Wallet whose balances/transfers are highlighted. */
13
+ wallet: Address;
14
+ }
15
+ /**
16
+ * Parent card for transaction state changes. Owns the common logic (collapsible
17
+ * card shell, loading skeleton, card-styled error, and no-data handling) and
18
+ * decides which specific state-change card to render: pool balance changes,
19
+ * credit account changes (not yet supported), or the decoded revert reason.
20
+ */
21
+ export declare function StateChangeCard({ sdk, data, simulation, isLoading, wallet, }: StateChangeCardProps): import("react/jsx-runtime").JSX.Element | null;
@@ -0,0 +1,4 @@
1
+ export * from './BalanceChangeGroup';
2
+ export * from './BalanceChangeRow';
3
+ export * from './PoolStateChangeCard';
4
+ export * from './StateChangeCard';
@@ -0,0 +1,19 @@
1
+ import { Address } from 'viem';
2
+ /**
3
+ * Minimal SDK surface for tx-preview UI + hooks.
4
+ * Satisfied by verify OnchainSDK and client preview SDK instances.
5
+ */
6
+ export interface GearboxSDKLike {
7
+ chainId: number;
8
+ tokensMeta: {
9
+ get(address: Address): {
10
+ symbol?: string;
11
+ decimals?: number;
12
+ name?: string;
13
+ } | undefined;
14
+ };
15
+ readonly plugins: {
16
+ adapters: unknown;
17
+ };
18
+ client: unknown;
19
+ }
@@ -0,0 +1,16 @@
1
+ import { PoolOperation } from '@gearbox-protocol/sdk/preview';
2
+ import { Address } from 'viem';
3
+ import { AddressLabels } from '../components';
4
+ import { GearboxSDKLike } from '../types';
5
+ /**
6
+ * Builds the UI label map for a pool deposit/redeem operation.
7
+ *
8
+ * "Our" addresses (wallet, receiver, redeem owner) are flagged `ours: true`; the
9
+ * pool is labeled with its name and flagged `ours: false`. When the receiver /
10
+ * owner coincides with the wallet, it is labeled "Your wallet".
11
+ *
12
+ * Note: the `ours` flag is a UI-only concept and is derived locally here; it is
13
+ * intentionally decoupled from the simulation watch set in the SDK preview
14
+ * `simulate` module.
15
+ */
16
+ export declare function buildPoolOperationLabels(sdk: GearboxSDKLike, op: PoolOperation, wallet: Address): AddressLabels;
@@ -0,0 +1,2 @@
1
+ export * from './addressLabels';
2
+ export * from './poolTokenInfo';
@@ -0,0 +1,14 @@
1
+ import { Address } from 'viem';
2
+ import { GearboxSDKLike } from '../types';
3
+ export interface TokenInfo {
4
+ symbol: string;
5
+ decimals: number;
6
+ /** Human-readable token/pool name, when available. */
7
+ name?: string;
8
+ }
9
+ /**
10
+ * Resolves a token's symbol, decimals and name from `sdk.tokensMeta`, falling
11
+ * back to a shortened address / 18 decimals when the token is not in the
12
+ * registry. For pools, the diesel-token meta carries the pool name.
13
+ */
14
+ export declare function resolveToken(sdk: GearboxSDKLike, address: Address): TokenInfo;
@@ -2,8 +2,10 @@ import * as React from "react";
2
2
  export interface ConfirmMenuProps {
3
3
  /** Title text or element shown in the header */
4
4
  title: React.ReactNode;
5
- /** Callback when the close button is clicked */
6
- onClose: () => void;
5
+ /** Optional badge or addon rendered after the title (e.g. LP pill). */
6
+ titleAddon?: React.ReactNode;
7
+ /** Callback when the close button is clicked. Omit to hide the close control. */
8
+ onClose?: () => void;
7
9
  /** Additional CSS class applied to the root element */
8
10
  className?: string;
9
11
  }
@@ -1,7 +1,9 @@
1
- import { ChartOptions, DeepPartial, Time } from 'lightweight-charts';
1
+ import { ChartOptions, DeepPartial, LineStyle, LineWidth, Time, LineStyle as LineStyleEnum } from 'lightweight-charts';
2
2
  import { Point, YMeasureUnits } from './formatters';
3
3
  import { GraphTooltipProps } from './graph-tooltip';
4
4
  import * as React from "react";
5
+ export type SeriesPriceScaleId = "left" | "right";
6
+ export type SeriesChartType = "area" | "line";
5
7
  export interface SeriesConfig {
6
8
  data: Array<Point>;
7
9
  label: string;
@@ -14,6 +16,12 @@ export interface SeriesConfig {
14
16
  /** Lower gradient of the area fill */
15
17
  bottomColor?: string;
16
18
  yMeasureUnit?: YMeasureUnits;
19
+ /** Price scale when `dualYAxis` is enabled on Graph. */
20
+ priceScaleId?: SeriesPriceScaleId;
21
+ /** Render as line (no fill) instead of area. */
22
+ seriesType?: SeriesChartType;
23
+ /** Line dash style (line series only). */
24
+ lineStyle?: LineStyle;
17
25
  }
18
26
  export type VerticalLineOptions = Partial<{
19
27
  color: string;
@@ -23,7 +31,56 @@ export type VerticalLineOptions = Partial<{
23
31
  labelBackgroundColor: string;
24
32
  labelTextColor: string;
25
33
  showLabel: boolean;
34
+ /**
35
+ * Text shown only on hover of the line's badge (not rendered inline). Use it
36
+ * for a longer explanation while the badge itself shows just the value.
37
+ */
38
+ tooltipText: string;
26
39
  }>;
40
+ /**
41
+ * Horizontal reference line drawn at a fixed Y (price) value, e.g. a
42
+ * liquidation price level. Rendered as a native lightweight-charts price line
43
+ * attached to a series, so it tracks the series' price scale and does not
44
+ * affect autoscale or tooltips.
45
+ */
46
+ export interface PriceLineConfig {
47
+ /** Y value (price) where the horizontal line is drawn. */
48
+ price: number;
49
+ /**
50
+ * Label of the series to attach the line to. When omitted, the line is
51
+ * attached to the first series that has data (its price scale is used).
52
+ */
53
+ seriesLabel?: string;
54
+ /** Line color. Defaults to the destructive theme color. */
55
+ color?: string;
56
+ /** Text shown next to the line on the price axis. */
57
+ title?: string;
58
+ /** Line thickness (1–4). Default 1. */
59
+ lineWidth?: LineWidth;
60
+ /** Line dash style. Default dashed. */
61
+ lineStyle?: LineStyleEnum;
62
+ /** Whether to render the value label on the price axis. Default true. */
63
+ axisLabelVisible?: boolean;
64
+ }
65
+ /**
66
+ * Shaded horizontal band drawn between two Y (price) values across the full
67
+ * width of the chart — e.g. a liquidation "danger zone" below a health-factor
68
+ * threshold. Rendered behind the series as a lightweight-charts primitive, so
69
+ * it tracks the series' price scale and does not affect tooltips.
70
+ */
71
+ export interface PriceZoneConfig {
72
+ /** Upper price bound. Omit to extend the band to the top of the pane. */
73
+ priceTop?: number;
74
+ /** Lower price bound. Omit to extend the band to the bottom of the pane. */
75
+ priceBottom?: number;
76
+ /** Fill color — use a translucent value. Defaults to a translucent destructive tint. */
77
+ color?: string;
78
+ /**
79
+ * Label of the series whose price scale the band is drawn against. When
80
+ * omitted, the first series with data is used.
81
+ */
82
+ seriesLabel?: string;
83
+ }
27
84
  /**
28
85
  * Returns formatted label and value strings for a vertical line tooltip.
29
86
  * Used by Graph and by tests.
@@ -32,6 +89,19 @@ export declare function getVerticalLineTooltipContent(opts: VerticalLineOptions,
32
89
  labelText: string;
33
90
  valueStr: string;
34
91
  };
92
+ /** Gap (px) kept between a vertical-line badge and the chart edge. */
93
+ export declare const VERTICAL_LINE_LABEL_EDGE_PADDING = 4;
94
+ /**
95
+ * Positions a vertical-line badge so it stays centered on its line while never
96
+ * overflowing the chart. When the badge would clip an edge it is nudged inward
97
+ * just enough to fit — it keeps `translateX(-50%)` so it stays visually anchored
98
+ * to the line instead of flipping fully to one side (which looks detached and
99
+ * crowds neighboring badges).
100
+ *
101
+ * `labelWidth` is the measured badge width; until it is known the badge is
102
+ * simply centered on the line.
103
+ */
104
+ export declare function getVerticalLineLabelStyle(x: number, containerWidth: number, labelWidth?: number): Pick<React.CSSProperties, "left" | "transform">;
35
105
  /**
36
106
  * Step-forward interpolation: find the last data point with
37
107
  * `time <= crosshairTime` and return its value.
@@ -70,6 +140,17 @@ export interface GraphProps {
70
140
  xCoordinate: Time;
71
141
  options?: VerticalLineOptions;
72
142
  }>;
143
+ /**
144
+ * Horizontal reference lines drawn at fixed Y (price) values, e.g. a
145
+ * liquidation price level. Each line is attached to a series' price scale.
146
+ */
147
+ priceLineOptions?: Array<PriceLineConfig>;
148
+ /**
149
+ * Shaded horizontal bands (e.g. a liquidation danger zone) drawn behind the
150
+ * series. Each zone is attached to a series' price scale; finite bounds are
151
+ * included in the Y autoscale so the band stays visible.
152
+ */
153
+ zoneOptions?: Array<PriceZoneConfig>;
73
154
  /**
74
155
  * Number of decimal places for current value display.
75
156
  * If 0, rounds to whole numbers. Default is 4.
@@ -82,6 +163,17 @@ export interface GraphProps {
82
163
  * own scale and fills the chart independently.
83
164
  */
84
165
  useSharedPriceScale?: boolean;
166
+ /**
167
+ * When true, renders left and right Y axes using each series'
168
+ * `priceScaleId` ("left" | "right"). Ignores per-series hidden scales.
169
+ */
170
+ dualYAxis?: boolean;
171
+ /** Preferred default price scale when both left and right are visible. */
172
+ defaultVisiblePriceScaleId?: SeriesPriceScaleId;
173
+ /** Optional label for the left Y axis (dualYAxis mode). */
174
+ leftPriceScaleTitle?: string;
175
+ /** Optional label for the right Y axis (dualYAxis mode). */
176
+ rightPriceScaleTitle?: string;
85
177
  /**
86
178
  * When true (default), shows the current value and date in the top-left corner
87
179
  * in single-series mode. Set to false to hide.
@@ -115,10 +207,28 @@ export interface GraphProps {
115
207
  * axis drag-to-scale, axis double-click reset, and scroll/drag panning.
116
208
  */
117
209
  disableZoom?: boolean;
210
+ /**
211
+ * When true, the floating value tooltip is not pinned to the latest data
212
+ * point by default in multi-scale (separate Y axes) mode. The tooltip still
213
+ * appears while hovering the chart. Has no effect in single/shared-scale
214
+ * mode, where the default tooltip is already hidden.
215
+ */
216
+ hideDefaultTooltip?: boolean;
118
217
  }
119
218
  /**
120
219
  * Graph component that renders a chart using lightweight-charts library
121
220
  * with support for area series, custom tooltips, and vertical line annotations
122
221
  * Supports single or multiple series with different colors and legends
123
222
  */
124
- export declare function Graph({ series, className, showLegend, onUnselectSeries, xMeasureUnit, yMeasureUnit, optionsOverrides, verticalLineOptions, currentValueDecimals, useSharedPriceScale, showCurrentValue, graphTitle, yScaleMin, yScaleMinMultiple, visibleTimeFrom, disableZoom, }: GraphProps): React.ReactElement;
223
+ export declare function Graph({ series, className, showLegend, onUnselectSeries, xMeasureUnit, yMeasureUnit, optionsOverrides, verticalLineOptions, priceLineOptions, zoneOptions, currentValueDecimals, useSharedPriceScale, dualYAxis, defaultVisiblePriceScaleId, leftPriceScaleTitle, rightPriceScaleTitle: _rightPriceScaleTitle, showCurrentValue, graphTitle, yScaleMin, yScaleMinMultiple, visibleTimeFrom, disableZoom, hideDefaultTooltip, }: GraphProps): React.ReactElement;
224
+ export interface GraphLegendProps {
225
+ series: Array<SeriesConfig>;
226
+ onUnselect?: (label: string) => void;
227
+ /**
228
+ * When true, the legend is laid out inline (no absolute positioning) so it
229
+ * can be placed in a toolbar/header slot. When false (default), it overlays
230
+ * the top-left corner of the chart.
231
+ */
232
+ inline?: boolean;
233
+ }
234
+ export declare function GraphLegend({ series, onUnselect, inline, }: GraphLegendProps): React.ReactElement;
@@ -1,6 +1,6 @@
1
1
  export * from './default-config';
2
2
  export { getXFormatter, getXFormatters, getYFormatter, type Point as GraphPoint, type XFormatters, type XMeasureUnits, type YMeasureUnits, } from './formatters';
3
- export { DEFAULT_SERIES_COLORS, Graph, type GraphProps, getSeriesColorPalette, getVerticalLineTooltipContent, type SeriesColorPalette, type SeriesConfig, type VerticalLineOptions, } from './graph';
3
+ export { DEFAULT_SERIES_COLORS, Graph, GraphLegend, type GraphLegendProps, type GraphProps, getSeriesColorPalette, getVerticalLineLabelStyle, getVerticalLineTooltipContent, type PriceLineConfig, type PriceZoneConfig, type SeriesColorPalette, type SeriesConfig, type VerticalLineOptions, } from './graph';
4
4
  export * from './graph-current-value';
5
5
  export * from './graph-tooltip';
6
6
  export * from './graph-view';
@@ -1,8 +1,8 @@
1
1
  import { VariantProps } from 'class-variance-authority';
2
2
  import * as React from "react";
3
3
  declare const iconColorVariants: (props?: ({
4
- iconColor?: "muted" | "foreground" | "gray-10" | "gray-20" | "gray-30" | "gray-40" | "gray-50" | "gray-60" | "gray-70" | "gray-80" | "gray-90" | "gray-100" | "gray-110" | null | undefined;
5
- iconHoverColor?: "muted" | "foreground" | "gray-10" | "gray-20" | "gray-30" | "gray-40" | "gray-50" | "gray-60" | "gray-70" | "gray-80" | "gray-90" | "gray-100" | "gray-110" | null | undefined;
4
+ iconColor?: "muted" | "foreground" | "gray-50" | "gray-10" | "gray-20" | "gray-30" | "gray-40" | "gray-60" | "gray-70" | "gray-80" | "gray-90" | "gray-100" | "gray-110" | null | undefined;
5
+ iconHoverColor?: "muted" | "foreground" | "gray-50" | "gray-10" | "gray-20" | "gray-30" | "gray-40" | "gray-60" | "gray-70" | "gray-80" | "gray-90" | "gray-100" | "gray-110" | null | undefined;
6
6
  } & import('class-variance-authority/types').ClassProp) | undefined) => string;
7
7
  export interface HelpTipProps extends Omit<React.HTMLAttributes<HTMLSpanElement>, "title"> {
8
8
  /** Tooltip popup content (what appears when hovering the icon). */
@@ -13,6 +13,7 @@ export * from './avatar';
13
13
  export * from './badge';
14
14
  export * from './base-link';
15
15
  export * from './block-sync';
16
+ export * from './block-sync-pill';
16
17
  export * from './breadcrumbs';
17
18
  export * from './button-checkbox';
18
19
  export * from './buttons';