@dhedge/trading-widget 5.6.1 → 5.7.3
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 -0
- package/{complex-withdraw-asset-data-Dcnjfbe1.js → complex-withdraw-asset-data-CSbXrln9.js} +7 -7
- package/{complex-withdraw-asset-data-CJHcItJS.cjs → complex-withdraw-asset-data-PUJePMgr.cjs} +1 -1
- package/const.cjs +1 -1
- package/const.js +30 -27
- package/core-kit/const/derive.d.ts +1 -0
- package/core-kit/const/error.d.ts +1 -0
- package/core-kit/const/gmx.d.ts +1 -0
- package/core-kit/const/index.d.ts +1 -0
- package/core-kit/hooks/state/action.d.ts +8 -1
- package/core-kit/hooks/state/index.d.ts +1 -1
- package/core-kit/types/state.types.d.ts +12 -1
- package/derive-BmKPodpX.js +7 -0
- package/derive-CsdqSZEg.cjs +1 -0
- package/index.cjs +1 -1
- package/index.js +2935 -2699
- package/package.json +1 -1
- package/{storage-CHA9ReGl.js → storage-C-fGORin.js} +241 -238
- package/{storage-DWlbZwWV.cjs → storage-DpKnvEM4.cjs} +1 -1
- package/style.css +1 -1
- package/trading-widget/components/common/icon/sad-face-icon/sad-face-icon.d.ts +2 -0
- package/trading-widget/components/common/switch/switch.d.ts +3 -1
- package/trading-widget/components/widget/widget-buttons/withdraw-stepper-button/withdraw-stepper-button.hooks.d.ts +1 -0
- package/trading-widget/components/widget/widget-overlay/error-notification-overlay/deposits/deposit-swap-error-overlay.d.ts +7 -0
- package/trading-widget/components/widget/widget-overlay/error-notification-overlay/deposits/refresh-deposit-swap-quote-overlay-button.d.ts +6 -0
- package/trading-widget/components/widget/widget-overlay/error-notification-overlay/deposits/refresh-deposit-swap-quote-overlay-button.hooks.d.ts +4 -0
- package/trading-widget/components/widget/widget-overlay/error-notification-overlay/error-notification-overlay.hooks.d.ts +2 -0
- package/trading-widget/components/widget/widget-overlay/error-notification-overlay/refresh-swap-quote-overlay-button.d.ts +7 -0
- package/trading-widget/components/widget/widget-overlay/error-notification-overlay/refresh-swap-quote-overlay-button.hooks.d.ts +12 -0
- package/trading-widget/components/widget/widget-overlay/error-notification-overlay/{complete-withdraw-error-overlay.d.ts → withdrawals/complete-withdraw-error-overlay.d.ts} +3 -2
- package/trading-widget/components/widget/widget-overlay/error-notification-overlay/withdrawals/refresh-withdraw-swap-quote-overlay-button.d.ts +6 -0
- package/trading-widget/components/widget/widget-overlay/error-notification-overlay/withdrawals/refresh-withdraw-swap-quote-overlay-button.hooks.d.ts +4 -0
- package/trading-widget/components/widget/widget-overlay/trading-overlay/deposits/success-deposit-overlay.hooks.d.ts +2 -0
- package/trading-widget/components/withdraw/init-step/input-group/init-withdraw-input-group.hooks.d.ts +1 -0
- package/trading-widget/providers/component-provider/component-provider.d.ts +1 -0
- package/trading-widget/providers/component-provider/component-provider.hooks.d.ts +1 -0
- package/trading-widget/providers/component-provider/component-provider.types.d.ts +1 -0
- package/trading-widget/providers/translation-provider/translation-provider.types.d.ts +2 -0
- package/utils.cjs +1 -1
- package/utils.js +1 -1