@huma-finance/widgets 0.0.80-beta.1087 → 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.
Files changed (68) hide show
  1. package/API.md +0 -11
  2. package/dist/index.js +60790 -64401
  3. package/dist/src/components/Lend/solanaSupply/6-Transfer.d.ts +2 -3
  4. package/dist/src/components/Lend/solanaSupply/7-Success.d.ts +1 -4
  5. package/dist/src/components/Lend/solanaSupply/index.d.ts +1 -7
  6. package/dist/src/components/Lend/stellarSupply/index.d.ts +0 -4
  7. package/dist/src/components/Lend/supply/1-Evaluation.d.ts +8 -0
  8. package/dist/src/components/Lend/supplyV2/6-Transfer.d.ts +2 -5
  9. package/dist/src/components/Lend/supplyV2/7-Success.d.ts +1 -3
  10. package/dist/src/components/Lend/supplyV2/8-Notifications.d.ts +1 -3
  11. package/dist/src/components/Lend/supplyV2/index.d.ts +1 -9
  12. package/dist/src/hooks/useEA.d.ts +0 -2
  13. package/dist/src/store/widgets.reducers.d.ts +1 -2
  14. package/dist/src/store/widgets.store.d.ts +0 -4
  15. package/package.json +6 -6
  16. package/src/components/CreditLine/borrow/1-Evaluation.tsx +1 -11
  17. package/src/components/InvoiceFactoring/borrow/1-Evaluation.tsx +1 -10
  18. package/src/components/Lend/solanaSupply/6-Transfer.tsx +4 -34
  19. package/src/components/Lend/solanaSupply/7-Success.tsx +2 -16
  20. package/src/components/Lend/solanaSupply/index.tsx +1 -66
  21. package/src/components/Lend/stellarSupply/index.tsx +0 -5
  22. package/src/components/Lend/supply/{1-Evaluation/EvaluationEA.tsx → 1-Evaluation.tsx} +9 -9
  23. package/src/components/Lend/supply/index.tsx +0 -1
  24. package/src/components/Lend/supplyV2/6-Transfer.tsx +7 -35
  25. package/src/components/Lend/supplyV2/7-Success.tsx +2 -18
  26. package/src/components/Lend/supplyV2/8-Notifications.tsx +3 -26
  27. package/src/components/Lend/supplyV2/index.tsx +15 -72
  28. package/src/components/SolanaTxSendModal.tsx +1 -1
  29. package/src/components/StreamFactoring/borrow/1-Evaluation.tsx +1 -10
  30. package/src/hooks/useEA.ts +4 -22
  31. package/src/store/widgets.reducers.ts +0 -7
  32. package/src/store/widgets.store.ts +0 -4
  33. package/vite.config.ts +1 -1
  34. package/dist/src/components/Lend/components/ApproveLenderBase.d.ts +0 -14
  35. package/dist/src/components/Lend/components/PersonaEvaluation.d.ts +0 -17
  36. package/dist/src/components/Lend/components/SecuritizeEvaluation.d.ts +0 -8
  37. package/dist/src/components/Lend/solanaSupply/1-Evaluation.d.ts +0 -12
  38. package/dist/src/components/Lend/solanaSupply/2-ApproveLender.d.ts +0 -10
  39. package/dist/src/components/Lend/solanaSupply/8-PointsEarned.d.ts +0 -11
  40. package/dist/src/components/Lend/supply/1-Evaluation/EvaluationEA.d.ts +0 -8
  41. package/dist/src/components/Lend/supply/1-Evaluation/EvaluationKYC.d.ts +0 -8
  42. package/dist/src/components/Lend/supply/1-Evaluation/index.d.ts +0 -9
  43. package/dist/src/components/Lend/supplyV2/2-Evaluation.d.ts +0 -12
  44. package/dist/src/components/Lend/supplyV2/3-ApproveLender.d.ts +0 -10
  45. package/dist/src/components/PointsEarned.d.ts +0 -10
  46. package/dist/src/components/SignIn.d.ts +0 -6
  47. package/dist/src/cosmos/CreditLineBorrow.fixture.d.ts +0 -2
  48. package/dist/src/cosmos/CreditLinePayment.fixture.d.ts +0 -2
  49. package/dist/src/cosmos/InvoiceFactoringBorrow.fixture.d.ts +0 -2
  50. package/dist/src/cosmos/InvoiceFactoringPayment.fixture.d.ts +0 -2
  51. package/dist/src/cosmos/LendSupply.fixture.d.ts +0 -2
  52. package/dist/src/cosmos/LendWithdraw.fixture.d.ts +0 -2
  53. package/dist/src/cosmos/SDKTesting.fixture.d.ts +0 -2
  54. package/dist/src/cosmos/SuperfluidFactoringBorrow.fixture.d.ts +0 -2
  55. package/dist/src/cosmos/WalletWrapper.d.ts +0 -3
  56. package/dist/src/cosmos/utils/index.d.ts +0 -18
  57. package/src/components/Lend/components/ApproveLenderBase.tsx +0 -128
  58. package/src/components/Lend/components/PersonaEvaluation.tsx +0 -371
  59. package/src/components/Lend/components/SecuritizeEvaluation.tsx +0 -343
  60. package/src/components/Lend/solanaSupply/1-Evaluation.tsx +0 -43
  61. package/src/components/Lend/solanaSupply/2-ApproveLender.tsx +0 -45
  62. package/src/components/Lend/solanaSupply/8-PointsEarned.tsx +0 -189
  63. package/src/components/Lend/supply/1-Evaluation/EvaluationKYC.tsx +0 -369
  64. package/src/components/Lend/supply/1-Evaluation/index.tsx +0 -31
  65. package/src/components/Lend/supplyV2/2-Evaluation.tsx +0 -47
  66. package/src/components/Lend/supplyV2/3-ApproveLender.tsx +0 -35
  67. package/src/components/PointsEarned.tsx +0 -135
  68. 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