@orbs-network/spot-react 1.0.1 → 1.1.0
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/{ccip-ghobQCPh.js → ccip-CCga95lb.js} +1 -1
- package/dist/{index-kIt8svRl.js → index-DS8wke7C.js} +10672 -18527
- package/dist/spot-react/package.json.d.ts +2 -8
- package/dist/spot-react/src/consts.d.ts +1 -2
- package/dist/spot-react/src/consts.d.ts.map +1 -1
- package/dist/spot-react/src/hooks/helper-hooks.d.ts +1 -1
- package/dist/spot-react/src/hooks/helper-hooks.d.ts.map +1 -1
- package/dist/spot-react/src/hooks/order-hooks.d.ts +10 -28
- package/dist/spot-react/src/hooks/order-hooks.d.ts.map +1 -1
- package/dist/spot-react/src/hooks/use-build-order-info.d.ts +37 -65
- package/dist/spot-react/src/hooks/use-build-order-info.d.ts.map +1 -1
- package/dist/spot-react/src/hooks/use-cancel-order.d.ts +1 -1
- package/dist/spot-react/src/hooks/use-cancel-order.d.ts.map +1 -1
- package/dist/spot-react/src/hooks/use-disclaimer-panel.d.ts.map +1 -1
- package/dist/spot-react/src/hooks/use-duration.d.ts +6 -4
- package/dist/spot-react/src/hooks/use-duration.d.ts.map +1 -1
- package/dist/spot-react/src/hooks/use-fill-delay.d.ts +15 -5
- package/dist/spot-react/src/hooks/use-fill-delay.d.ts.map +1 -1
- package/dist/spot-react/src/hooks/use-history-order.d.ts +48 -2
- package/dist/spot-react/src/hooks/use-history-order.d.ts.map +1 -1
- package/dist/spot-react/src/hooks/use-input-errors.d.ts.map +1 -1
- package/dist/spot-react/src/hooks/use-limit-price-panel.d.ts +0 -3
- package/dist/spot-react/src/hooks/use-limit-price-panel.d.ts.map +1 -1
- package/dist/spot-react/src/hooks/use-limit-price.d.ts +0 -2
- package/dist/spot-react/src/hooks/use-limit-price.d.ts.map +1 -1
- package/dist/spot-react/src/hooks/use-order.d.ts +28 -78
- package/dist/spot-react/src/hooks/use-order.d.ts.map +1 -1
- package/dist/spot-react/src/hooks/use-src-amount.d.ts.map +1 -1
- package/dist/spot-react/src/hooks/use-submit-order-panel.d.ts +10 -11
- package/dist/spot-react/src/hooks/use-submit-order-panel.d.ts.map +1 -1
- package/dist/spot-react/src/hooks/use-submit-order.d.ts.map +1 -1
- package/dist/spot-react/src/hooks/use-swap-execution.d.ts +21 -0
- package/dist/spot-react/src/hooks/use-swap-execution.d.ts.map +1 -0
- package/dist/spot-react/src/hooks/use-trades.d.ts +5 -15
- package/dist/spot-react/src/hooks/use-trades.d.ts.map +1 -1
- package/dist/spot-react/src/hooks/use-trigger-price-panel.d.ts +0 -3
- package/dist/spot-react/src/hooks/use-trigger-price-panel.d.ts.map +1 -1
- package/dist/spot-react/src/hooks/use-trigger-price.d.ts +0 -1
- package/dist/spot-react/src/hooks/use-trigger-price.d.ts.map +1 -1
- package/dist/spot-react/src/index.d.ts +9 -21
- package/dist/spot-react/src/index.d.ts.map +1 -1
- package/dist/spot-react/src/spot-context.d.ts.map +1 -1
- package/dist/spot-react/src/store.d.ts +2 -3
- package/dist/spot-react/src/store.d.ts.map +1 -1
- package/dist/spot-react/src/types.d.ts +15 -299
- package/dist/spot-react/src/types.d.ts.map +1 -1
- package/dist/spot-react/src/utils.d.ts +1 -7
- package/dist/spot-react/src/utils.d.ts.map +1 -1
- package/dist/spot-react.js +74 -84
- package/dist/spot-react.umd.cjs +50 -67
- package/dist/spot-ui/src/lib/types.d.ts +17 -17
- package/dist/spot-ui/src/lib/types.d.ts.map +1 -1
- package/package.json +3 -9
- package/dist/spot-react/src/components/TokenLogo.d.ts +0 -9
- package/dist/spot-react/src/components/TokenLogo.d.ts.map +0 -1
- package/dist/spot-react/src/components/format-number.d.ts +0 -10
- package/dist/spot-react/src/components/format-number.d.ts.map +0 -1
- package/dist/spot-react/src/components/order-details.d.ts +0 -75
- package/dist/spot-react/src/components/order-details.d.ts.map +0 -1
- package/dist/spot-react/src/components/orders/order-fills.d.ts +0 -8
- package/dist/spot-react/src/components/orders/order-fills.d.ts.map +0 -1
- package/dist/spot-react/src/components/orders/order-preview.d.ts +0 -3
- package/dist/spot-react/src/components/orders/order-preview.d.ts.map +0 -1
- package/dist/spot-react/src/components/orders/orders-list.d.ts +0 -2
- package/dist/spot-react/src/components/orders/orders-list.d.ts.map +0 -1
- package/dist/spot-react/src/components/orders/orders.d.ts +0 -2
- package/dist/spot-react/src/components/orders/orders.d.ts.map +0 -1
- package/dist/spot-react/src/components/portal.d.ts +0 -6
- package/dist/spot-react/src/components/portal.d.ts.map +0 -1
- package/dist/spot-react/src/components/submit-order-panel.d.ts +0 -10
- package/dist/spot-react/src/components/submit-order-panel.d.ts.map +0 -1
- package/dist/spot-react/src/hooks/use-toggle-price.d.ts +0 -5
- package/dist/spot-react/src/hooks/use-toggle-price.d.ts.map +0 -1
- package/dist/spot-react/src/hooks/use-translations.d.ts +0 -3
- package/dist/spot-react/src/hooks/use-translations.d.ts.map +0 -1
- package/dist/spot-react/src/i18n/en.json.d.ts +0 -99
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { B as p, g as m, s as w, d as k, i as b, l as L, a as O, c as E, b as x, e as R, H as y, f as M } from "./index-
|
|
1
|
+
import { B as p, g as m, s as w, d as k, i as b, l as L, a as O, c as E, b as x, e as R, H as y, f as M } from "./index-DS8wke7C.js";
|
|
2
2
|
class S extends p {
|
|
3
3
|
constructor({ callbackSelector: r, cause: a, data: n, extraData: i, sender: f, urls: t }) {
|
|
4
4
|
var o;
|