@dhedge/trading-widget 3.0.0-alpha.3 → 3.0.0-alpha.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 +1 -2
- package/{index-57a6eab2.js → index-9fbabd1e.js} +2135 -2144
- package/{index-a45591cd.cjs → index-aca26249.cjs} +42 -42
- package/index.cjs +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
- package/{pyth-adapter-ef6a3a0d.cjs → pyth-adapter-5451669c.cjs} +1 -1
- package/{pyth-adapter-25487a87.js → pyth-adapter-f527b1bb.js} +1 -1
- package/style.css +1 -1
- package/trading-widget/components/widget/widget-input/token-selector/token-selector.hooks.d.ts +2 -0
- package/trading-widget/components/widget/widget-overlay/trading-overlay/trading-summary/swap-summary.d.ts +0 -1
- package/trading-widget/components/withdraw/init-step/meta/transaction-disclosure/transaction-disclosure.hooks.d.ts +1 -0
- package/trading-widget/providers/translation-provider/translation-provider.types.d.ts +1 -2
package/README.md
CHANGED
|
@@ -511,8 +511,7 @@ path: `component.meta[name]`
|
|
|
511
511
|
> | `unrollAction` | string | Unroll | |
|
|
512
512
|
> | `claimAction` | string | Claim Without Swap | |
|
|
513
513
|
> | `claimLabel` | string | Claim | |
|
|
514
|
-
> | `
|
|
515
|
-
> | `to` | string | to | |
|
|
514
|
+
> | `swapAndClaimTo` | string | Swap and claim assets to | |
|
|
516
515
|
> | `withdrawDescriptionTitle` | string | Withdrawing into {assetSymbol} involves 2 steps: | |
|
|
517
516
|
> | `initWithdrawDescription` | string | Unroll {vaultSymbol} tokens into multi assets | |
|
|
518
517
|
> | `initWithdrawTooltip` | string | Convertible tokens are basic ERC20 tokens which can be swapped on any DEXs | |
|