@dhedge/trading-widget 3.0.3 → 3.0.4

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/README.md CHANGED
@@ -112,7 +112,7 @@ UI configuration provider. Manages params to configure custom styling, component
112
112
  ##### params
113
113
 
114
114
  > | name | type | default value | description |
115
- > | ---------------------------------- | -------------------------------------------------------------- | ---------------------------- |----------------------------------------------------------------------------------------------------------------------------------------------------|
115
+ > | ---------------------------------- | -------------------------------------------------------------- | ---------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
116
116
  > | `isGeoBlocked` | `boolean` | `false` | Restricts depositing action button and conditionally renders GeoBlockAlert component |
117
117
  > | `isSanctioned` | `boolean` | `false` | Restricts depositing action button and conditionally renders SanctionedAlert component |
118
118
  > | `depositQuoteDiffWarningThreshold` | `number` | `1` | Deposit slippage absolute percent value warning threshold, Affects styling to warn user |
@@ -429,7 +429,7 @@ path: `component.meta[name]`
429
429
  </summary>|
430
430
 
431
431
  > | name | type | default value | description |
432
- > | -------------------------------- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
432
+ > | -------------------------------- | ------ |---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| ----------- |
433
433
  > | `depositSlippageWarning` | string | Excludes entry fee. Slippage may be amplified by the leverage. See the docs for more info. | |
434
434
  > | `withdrawSlippageWarning` | string | Slippage only applies to single asset withdrawals and withdrawals from vaults with debt positions in Aave. | |
435
435
  > | `minSlippageWarning` | string | Flexible min slippage value that is likely enough to process the transaction. | |
@@ -510,7 +510,7 @@ path: `component.meta[name]`
510
510
  > | `withdrawAction` | string | Sell | |
511
511
  > | `swapAction` | string | Swap | |
512
512
  > | `unrollAction` | string | Unroll | |
513
- > | `unrollAndClaimAction` | string | Unroll and Claim | |
513
+ > | `unrollAndClaimAction` | string | Claim | |
514
514
  > | `claimAction` | string | Claim Without Swap | |
515
515
  > | `claimLabel` | string | Claim | |
516
516
  > | `swapAndClaimTo` | string | Swap and claim assets to | |
@@ -518,7 +518,7 @@ path: `component.meta[name]`
518
518
  > | `initWithdrawTooltip` | string | Unroll prepares assets for single asset withdrawal | |
519
519
  > | `completeWithdrawDescription` | string | Claim | |
520
520
  > | `completeWithdrawTooltip` | string | This final step swaps all assets to a single asset and sends it to your wallet | |
521
- > | `unrollAndClaimDescription` | string | Unroll {vaultSymbol} tokens and claim {assetSymbol} | |
521
+ > | `unrollAndClaimDescription` | string | Claim | |
522
522
  > | `total` | string | Total: | |
523
523
  > | `showAll` | string | Show All | |
524
524
  > | `hide` | string | Hide | |