@huma-finance/widgets 0.0.62-beta.594 → 0.0.62-beta.596

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/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { JsonRpcProvider } from '@ethersproject/providers';
2
2
  import { txAtom, useMQ, sendTxAtom, usePoolUnderlyingTokenContract, useMount, usePoolInfo, useAccountStats, usePoolInfoV2, usePoolUnderlyingTokenInfoV2, usePoolSafeAllowanceV2, useAuthErrorHandling, useCLFeeManager, useCLPoolAllowance, usePoolContract, useCreditContractV2, useCreditStatsV2, useFirstLossCoverContractV2, useFirstLossCoverRequirementV2, useFirstLossCoverAllowanceV2, useFeeManager, useInvoiceNFTContract, useRFPoolAllowance, useLenderDepositRecordV2, useLPConfigV2, useNextEpochStartTimeV2, useTrancheVaultContractV2, useCancellableRedemptionInfoV2, useParamsSearch, usePoolAllowance, useLenderApproved, useLenderPosition, useWithdrawlLockoutInSeconds, usePoolUnderlyingTokenBalance, usePoolUnderlyingTokenBalanceV2, useLenderApprovedV2, useTrancheVaultAssetsV2, useLastDepositTime, usePoolBalance, useReceivableInfoV2, useReceivableContractV2, useERC2612Permit, useMultiSendContract, usePoolUnderlyingToken, useFactoring, Provider as Provider$1 } from '@huma-finance/web-shared';
3
- import { useTheme, css, Box, Typography, Tooltip, Button, Dialog, Slider, Input, Divider, TextField, FormControl, FormLabel, RadioGroup, FormControlLabel, Radio, Snackbar, Alert, Skeleton, TablePagination, LinearProgress, createTheme, ThemeProvider } from '@mui/material';
3
+ import { useTheme, css, Box, Typography, Tooltip, Button, Dialog, Slider, Input, Divider, TextField, FormControl, FormLabel, RadioGroup, FormControlLabel, Radio, Snackbar, Alert, Link, Skeleton, TablePagination, LinearProgress, createTheme, ThemeProvider } from '@mui/material';
4
4
  import { useAtom, Provider as Provider$2 } from 'jotai';
5
5
  import * as React from 'react';
6
6
  import React__default, { useCallback, useState, useEffect, useMemo, useRef } from 'react';
@@ -5472,9 +5472,14 @@ function ChooseTranche(_ref) {
5472
5472
  return jsxs(WrapperModal, {
5473
5473
  title: "Supply ".concat(poolUnderlyingToken.symbol),
5474
5474
  children: [jsxs(FormControl, {
5475
- children: [jsx(FormLabel, {
5475
+ children: [jsxs(FormLabel, {
5476
5476
  css: styles.subTitle,
5477
- children: "Select Tranche Type"
5477
+ children: ["Select Tranche Type (Read more", ' ', jsx(Link, {
5478
+ href: configUtil.trancheLink,
5479
+ target: "_blank",
5480
+ color: "inherit",
5481
+ children: "here"
5482
+ }), ")"]
5478
5483
  }), jsx(RadioGroup, {
5479
5484
  "aria-labelledby": "buttons-group-label",
5480
5485
  name: "radio-buttons-group",