@matchain/matchid-sdk-react 0.1.53-alpha.13 → 0.1.53-alpha.15
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/{chunk-I2V4VRQH.mjs → chunk-BC4HS373.mjs} +17 -9
- package/dist/chunk-BC4HS373.mjs.map +1 -0
- package/dist/components/index.js +10 -4
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +1 -1
- package/dist/hooks/api/index.js +10 -4
- package/dist/hooks/api/index.js.map +1 -1
- package/dist/hooks/api/index.mjs +1 -1
- package/dist/hooks/index.d.mts +1 -1
- package/dist/hooks/index.d.ts +1 -1
- package/dist/hooks/index.js +1 -1
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/{index-zc2GEzJ9.d.ts → index-D5yzH62h.d.ts} +5 -4
- package/dist/{index-DjbH13zc.d.mts → index-Dus4QPjO.d.mts} +5 -4
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +15 -7
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-I2V4VRQH.mjs.map +0 -1
package/dist/hooks/api/index.mjs
CHANGED
package/dist/hooks/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { c as useCopyClipboard, n as useLayout, f as useMatchChain, a as useMatchEvents, g as useMatchWallet, k as useMatchWalletAssetList, j as useMatchWalletAssets, h as useMatchWalletRecords, d as useModal, l as useReceipt, e as useToast, m as useTransaction, u as useUserInfo, b as useWallet } from '../index-
|
|
1
|
+
export { c as useCopyClipboard, n as useLayout, f as useMatchChain, a as useMatchEvents, g as useMatchWallet, k as useMatchWalletAssetList, j as useMatchWalletAssets, h as useMatchWalletRecords, d as useModal, l as useReceipt, e as useToast, m as useTransaction, u as useUserInfo, b as useWallet } from '../index-Dus4QPjO.mjs';
|
|
2
2
|
import '../request-B0CyrGFT.mjs';
|
|
3
3
|
import '../types-VrV1kYga.mjs';
|
|
4
4
|
import 'react';
|
package/dist/hooks/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { c as useCopyClipboard, n as useLayout, f as useMatchChain, a as useMatchEvents, g as useMatchWallet, k as useMatchWalletAssetList, j as useMatchWalletAssets, h as useMatchWalletRecords, d as useModal, l as useReceipt, e as useToast, m as useTransaction, u as useUserInfo, b as useWallet } from '../index-
|
|
1
|
+
export { c as useCopyClipboard, n as useLayout, f as useMatchChain, a as useMatchEvents, g as useMatchWallet, k as useMatchWalletAssetList, j as useMatchWalletAssets, h as useMatchWalletRecords, d as useModal, l as useReceipt, e as useToast, m as useTransaction, u as useUserInfo, b as useWallet } from '../index-D5yzH62h.js';
|
|
2
2
|
import '../request-B0CyrGFT.js';
|
|
3
3
|
import '../types-VrV1kYga.js';
|
|
4
4
|
import 'react';
|
package/dist/hooks/index.js
CHANGED
|
@@ -1902,7 +1902,7 @@ var useStore_default = useStore;
|
|
|
1902
1902
|
var import_jsx_runtime91 = require("react/jsx-runtime");
|
|
1903
1903
|
|
|
1904
1904
|
// src/context/ModalContext.tsx
|
|
1905
|
-
var import_react30 = require("react");
|
|
1905
|
+
var import_react30 = __toESM(require("react"));
|
|
1906
1906
|
var import_react_dom = require("react-dom");
|
|
1907
1907
|
var import_jsx_runtime92 = require("react/jsx-runtime");
|
|
1908
1908
|
var ModalContext = (0, import_react30.createContext)(null);
|