@agg-build/hooks 1.0.2 → 1.2.11
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 -1
- package/dist/{chunk-V6VNA7MX.mjs → chunk-553OI6M2.mjs} +565 -89
- package/dist/{chunk-NOYHQUW2.mjs → chunk-CWEJLBYY.mjs} +66 -11
- package/dist/{chunk-EB64HHYM.mjs → chunk-JWPZNCGY.mjs} +1 -1
- package/dist/deposit.d.mts +8 -2
- package/dist/deposit.d.ts +8 -2
- package/dist/deposit.js +215 -76
- package/dist/deposit.mjs +119 -66
- package/dist/index.d.mts +712 -42
- package/dist/index.d.ts +712 -42
- package/dist/index.js +1405 -357
- package/dist/index.mjs +681 -163
- package/dist/{use-sync-balances-B1_8tBKw.d.ts → use-sync-balances-CeD8qZWP.d.mts} +5 -2
- package/dist/{use-sync-balances-B1_8tBKw.d.mts → use-sync-balances-CeD8qZWP.d.ts} +5 -2
- package/dist/withdraw.d.mts +27 -3
- package/dist/withdraw.d.ts +27 -3
- package/dist/withdraw.js +178 -26
- package/dist/withdraw.mjs +4 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -335,7 +335,7 @@ Import from `@agg-build/hooks/deposit` to keep wallet-heavy hooks out of your ma
|
|
|
335
335
|
|
|
336
336
|
- `enableLogs` / `enableWebsocketsLogs` — turn on debug logging
|
|
337
337
|
- `general` — `locale`, `theme` (`"light" | "dark"`), `rootClassName`, `labels`
|
|
338
|
-
- `features` — `showVenueLogo`, `enableAnimations`, `enableLiveUpdates`, `enableGradients`
|
|
338
|
+
- `features` — `showVenueLogo`, `enableAnimations`, `enableLiveUpdates`, `showFeesBreakdown`, `enableGradients`
|
|
339
339
|
- `market` — `arbitrageThreshold`
|
|
340
340
|
- `chart` — `defaultChartTimeRange`, `selectedChartTimeRange`
|
|
341
341
|
- `search` — provider-owned search state + callbacks for host-app routing/analytics
|