@huma-finance/widgets 0.0.80 → 0.0.81-beta.1108
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 +0 -11
- package/dist/index.js +60790 -64401
- package/dist/src/components/Lend/solanaSupply/6-Transfer.d.ts +2 -3
- package/dist/src/components/Lend/solanaSupply/7-Success.d.ts +1 -4
- package/dist/src/components/Lend/solanaSupply/index.d.ts +1 -7
- package/dist/src/components/Lend/stellarSupply/index.d.ts +0 -4
- package/dist/src/components/Lend/supply/1-Evaluation.d.ts +8 -0
- package/dist/src/components/Lend/supplyV2/6-Transfer.d.ts +2 -5
- package/dist/src/components/Lend/supplyV2/7-Success.d.ts +1 -3
- package/dist/src/components/Lend/supplyV2/8-Notifications.d.ts +1 -3
- package/dist/src/components/Lend/supplyV2/index.d.ts +1 -9
- package/dist/src/hooks/useEA.d.ts +0 -2
- package/dist/src/store/widgets.reducers.d.ts +1 -2
- package/dist/src/store/widgets.store.d.ts +0 -4
- package/package.json +6 -6
- package/src/components/CreditLine/borrow/1-Evaluation.tsx +1 -11
- package/src/components/InvoiceFactoring/borrow/1-Evaluation.tsx +1 -10
- package/src/components/Lend/solanaSupply/6-Transfer.tsx +4 -34
- package/src/components/Lend/solanaSupply/7-Success.tsx +2 -16
- package/src/components/Lend/solanaSupply/index.tsx +1 -66
- package/src/components/Lend/stellarSupply/index.tsx +0 -5
- package/src/components/Lend/supply/{1-Evaluation/EvaluationEA.tsx → 1-Evaluation.tsx} +9 -9
- package/src/components/Lend/supply/index.tsx +0 -1
- package/src/components/Lend/supplyV2/6-Transfer.tsx +7 -35
- package/src/components/Lend/supplyV2/7-Success.tsx +2 -18
- package/src/components/Lend/supplyV2/8-Notifications.tsx +3 -26
- package/src/components/Lend/supplyV2/index.tsx +15 -72
- package/src/components/SolanaTxSendModal.tsx +1 -1
- package/src/components/StreamFactoring/borrow/1-Evaluation.tsx +1 -10
- package/src/hooks/useEA.ts +4 -22
- package/src/store/widgets.reducers.ts +0 -7
- package/src/store/widgets.store.ts +0 -4
- package/vite.config.ts +1 -1
- package/dist/src/components/Lend/components/ApproveLenderBase.d.ts +0 -14
- package/dist/src/components/Lend/components/PersonaEvaluation.d.ts +0 -17
- package/dist/src/components/Lend/components/SecuritizeEvaluation.d.ts +0 -8
- package/dist/src/components/Lend/solanaSupply/1-Evaluation.d.ts +0 -12
- package/dist/src/components/Lend/solanaSupply/2-ApproveLender.d.ts +0 -10
- package/dist/src/components/Lend/solanaSupply/8-PointsEarned.d.ts +0 -11
- package/dist/src/components/Lend/supply/1-Evaluation/EvaluationEA.d.ts +0 -8
- package/dist/src/components/Lend/supply/1-Evaluation/EvaluationKYC.d.ts +0 -8
- package/dist/src/components/Lend/supply/1-Evaluation/index.d.ts +0 -9
- package/dist/src/components/Lend/supplyV2/2-Evaluation.d.ts +0 -12
- package/dist/src/components/Lend/supplyV2/3-ApproveLender.d.ts +0 -10
- package/dist/src/components/PointsEarned.d.ts +0 -10
- package/dist/src/components/SignIn.d.ts +0 -6
- package/dist/src/cosmos/CreditLineBorrow.fixture.d.ts +0 -2
- package/dist/src/cosmos/CreditLinePayment.fixture.d.ts +0 -2
- package/dist/src/cosmos/InvoiceFactoringBorrow.fixture.d.ts +0 -2
- package/dist/src/cosmos/InvoiceFactoringPayment.fixture.d.ts +0 -2
- package/dist/src/cosmos/LendSupply.fixture.d.ts +0 -2
- package/dist/src/cosmos/LendWithdraw.fixture.d.ts +0 -2
- package/dist/src/cosmos/SDKTesting.fixture.d.ts +0 -2
- package/dist/src/cosmos/SuperfluidFactoringBorrow.fixture.d.ts +0 -2
- package/dist/src/cosmos/WalletWrapper.d.ts +0 -3
- package/dist/src/cosmos/utils/index.d.ts +0 -18
- package/src/components/Lend/components/ApproveLenderBase.tsx +0 -128
- package/src/components/Lend/components/PersonaEvaluation.tsx +0 -371
- package/src/components/Lend/components/SecuritizeEvaluation.tsx +0 -343
- package/src/components/Lend/solanaSupply/1-Evaluation.tsx +0 -43
- package/src/components/Lend/solanaSupply/2-ApproveLender.tsx +0 -45
- package/src/components/Lend/solanaSupply/8-PointsEarned.tsx +0 -189
- package/src/components/Lend/supply/1-Evaluation/EvaluationKYC.tsx +0 -369
- package/src/components/Lend/supply/1-Evaluation/index.tsx +0 -31
- package/src/components/Lend/supplyV2/2-Evaluation.tsx +0 -47
- package/src/components/Lend/supplyV2/3-ApproveLender.tsx +0 -35
- package/src/components/PointsEarned.tsx +0 -135
- package/src/components/SignIn.tsx +0 -53
package/API.md
CHANGED
|
@@ -810,11 +810,6 @@ To be used when re-enabling autopay and other pool actions that require allowanc
|
|
|
810
810
|
<p>Lend pool supply props</p>
|
|
811
811
|
|
|
812
812
|
**Kind**: global typedef
|
|
813
|
-
|
|
814
|
-
| Param | Type | Description |
|
|
815
|
-
| --- | --- | --- |
|
|
816
|
-
| documentHash | <code>string</code> | <p>The subscription file hash.</p> |
|
|
817
|
-
|
|
818
813
|
**Properties**
|
|
819
814
|
|
|
820
815
|
| Name | Type | Description |
|
|
@@ -878,17 +873,11 @@ To be used when re-enabling autopay and other pool actions that require allowanc
|
|
|
878
873
|
<p>Lend pool supply props</p>
|
|
879
874
|
|
|
880
875
|
**Kind**: global typedef
|
|
881
|
-
|
|
882
|
-
| Param | Type | Description |
|
|
883
|
-
| --- | --- | --- |
|
|
884
|
-
| documentHash | <code>string</code> | <p>The subscription file hash.</p> |
|
|
885
|
-
|
|
886
876
|
**Properties**
|
|
887
877
|
|
|
888
878
|
| Name | Type | Description |
|
|
889
879
|
| --- | --- | --- |
|
|
890
880
|
| poolName | <code>POOL\_NAME</code> | <p>The name of the pool.</p> |
|
|
891
|
-
| campaign | <code>Campaign</code> | <p>The campaign info.</p> |
|
|
892
881
|
| handleClose | <code>function</code> | <p>Function to notify to close the widget modal when user clicks the 'x' close button.</p> |
|
|
893
882
|
| handleSuccess | <code>function</code> | <p>Optional function to notify that the lending pool supply action is successful.</p> |
|
|
894
883
|
|