@huma-finance/widgets 0.0.62-beta.620 → 0.0.62-beta.622
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.
- package/API.md +1 -0
- package/dist/cjs/index.cjs +185 -113
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.js +185 -113
- package/dist/index.js.map +1 -1
- package/package.json +5 -5
- package/src/components/Lend/solanaAddRedemption/index.tsx +12 -1
- package/src/components/Lend/solanaSupply/1-Evaluation.tsx +106 -0
- package/src/components/Lend/solanaSupply/3-ChooseAmount.tsx +4 -5
- package/src/components/Lend/solanaSupply/index.tsx +24 -12
- package/src/components/SolanaTxDoneModal.tsx +8 -4
- package/src/components/Lend/solanaSupply/2-Evaluation.tsx +0 -0
- /package/src/components/Lend/solanaSupply/{1-ChooseTranche.tsx → 2-ChooseTranche.tsx} +0 -0
package/API.md
CHANGED
|
@@ -594,6 +594,7 @@ To be used when re-enabling autopay and other pool actions that require allowanc
|
|
|
594
594
|
| --- | --- | --- |
|
|
595
595
|
| poolInfo | <code>SolanaPoolInfo</code> | <p>The metadata of the pool.</p> |
|
|
596
596
|
| poolState | <code>SolanaPoolState</code> | <p>The current state config of the pool. * @property {function():void} handleClose Function to notify to close the widget modal when user clicks the 'x' close button.</p> |
|
|
597
|
+
| tranche | <code>POOL\_NTrancheTypeAME</code> | <p>The tranche type.</p> |
|
|
597
598
|
| handleSuccess | <code>function</code> | <p>Optional function to notify that the lending pool supply action is successful.</p> |
|
|
598
599
|
|
|
599
600
|
<a name="SolanaLendCancelRedemptionProps"></a>
|