@orbs-network/spot-react 0.0.52 → 0.0.54

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.
@@ -1,5 +1,5 @@
1
- import { RePermitOrder, SpotConfig } from './types';
2
- export declare const buildRePermitOrderData: ({ chainId, srcToken, dstToken, srcAmount, deadlineMillis, fillDelayMillis, slippage, account, srcAmountPerTrade, dstMinAmountPerTrade, triggerAmountPerTrade, config, }: {
1
+ import { Module, RePermitOrder, SpotConfig } from './types';
2
+ export declare const buildRePermitOrderData: ({ chainId, srcToken, dstToken, srcAmount, deadlineMillis, fillDelayMillis, slippage, account, srcAmountPerTrade, dstMinAmountPerTrade, triggerAmountPerTrade, config, module, }: {
3
3
  chainId: number;
4
4
  srcToken: string;
5
5
  dstToken: string;
@@ -12,6 +12,7 @@ export declare const buildRePermitOrderData: ({ chainId, srcToken, dstToken, src
12
12
  dstMinAmountPerTrade?: string;
13
13
  triggerAmountPerTrade?: string;
14
14
  config: SpotConfig;
15
+ module: Module;
15
16
  }) => {
16
17
  domain: {
17
18
  name: string;
@@ -1 +1 @@
1
- {"version":3,"file":"build-repermit-order-data.d.ts","sourceRoot":"","sources":["../../../../../spot-ui/src/lib/build-repermit-order-data.ts"],"names":[],"mappings":"AAAA,OAAO,EAAW,aAAa,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAK7D,eAAO,MAAM,sBAAsB,GAAI,yKAapC;IACD,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE,MAAM,CAAC;IACvB,eAAe,EAAE,MAAM,CAAC;IACxB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,MAAM,EAAE,UAAU,CAAC;CACpB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2DA,CAAC"}
1
+ {"version":3,"file":"build-repermit-order-data.d.ts","sourceRoot":"","sources":["../../../../../spot-ui/src/lib/build-repermit-order-data.ts"],"names":[],"mappings":"AAAA,OAAO,EAAW,MAAM,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAUrE,eAAO,MAAM,sBAAsB,GAAI,iLAcpC;IACD,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE,MAAM,CAAC;IACvB,eAAe,EAAE,MAAM,CAAC;IACxB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,MAAM,EAAE,UAAU,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC;CAChB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiEA,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orbs-network/spot-react",
3
- "version": "0.0.52",
3
+ "version": "0.0.54",
4
4
  "description": "Spot React Components - React components for Spot SDK",
5
5
  "type": "module",
6
6
  "main": "./dist/spot-react.umd.cjs",
@@ -40,7 +40,7 @@
40
40
  "react-virtuoso": "^4.17.0",
41
41
  "viem": "^2.43.3",
42
42
  "zustand": "^5.0.9",
43
- "@orbs-network/spot-ui": "0.0.22"
43
+ "@orbs-network/spot-ui": "0.0.24"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/react": "^19.0.2",