@matchain/matchid-sdk-react 0.1.56-alpha.0 → 0.1.56-alpha.1
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/api.js.map +1 -1
- package/dist/api.mjs +2 -2
- package/dist/{chunk-FGJ25ONR.mjs → chunk-43Y3F6GB.mjs} +3 -1
- package/dist/chunk-43Y3F6GB.mjs.map +1 -0
- package/dist/{chunk-SG45XKMV.mjs → chunk-VRU6XRSC.mjs} +2 -2
- package/dist/components.js.map +1 -1
- package/dist/components.mjs +1 -1
- package/dist/hooks.d.mts +1 -1
- package/dist/hooks.d.ts +1 -1
- package/dist/hooks.js +2 -0
- package/dist/hooks.js.map +1 -1
- package/dist/hooks.mjs +3 -1
- package/dist/{index-D1Ep9UMx.d.ts → index-B7ZEyP1j.d.ts} +10 -2
- package/dist/{index-CHG4-0Z1.d.mts → index-CPTgrfjn.d.mts} +10 -2
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/ui.js +49 -51
- package/dist/ui.js.map +1 -1
- package/dist/ui.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-FGJ25ONR.mjs.map +0 -1
- /package/dist/{chunk-SG45XKMV.mjs.map → chunk-VRU6XRSC.mjs.map} +0 -0
package/dist/components.mjs
CHANGED
package/dist/hooks.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 useHash, o 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-CPTgrfjn.mjs';
|
|
2
2
|
import './request-B0CyrGFT.mjs';
|
|
3
3
|
import './types-DEsY_CPH.mjs';
|
|
4
4
|
import 'react';
|
package/dist/hooks.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 useHash, o 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-B7ZEyP1j.js';
|
|
2
2
|
import './request-B0CyrGFT.js';
|
|
3
3
|
import './types-DEsY_CPH.js';
|
|
4
4
|
import 'react';
|
package/dist/hooks.js
CHANGED
|
@@ -31,6 +31,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
31
31
|
var hooks_exports = {};
|
|
32
32
|
__export(hooks_exports, {
|
|
33
33
|
useCopyClipboard: () => useCopyClipboard,
|
|
34
|
+
useHash: () => useHash,
|
|
34
35
|
useLayout: () => useLayout_exports,
|
|
35
36
|
useMatchChain: () => useMatchChain,
|
|
36
37
|
useMatchEvents: () => useMatchEvents,
|
|
@@ -3537,6 +3538,7 @@ function useTransaction({
|
|
|
3537
3538
|
// Annotate the CommonJS export names for ESM import in node:
|
|
3538
3539
|
0 && (module.exports = {
|
|
3539
3540
|
useCopyClipboard,
|
|
3541
|
+
useHash,
|
|
3540
3542
|
useLayout,
|
|
3541
3543
|
useMatchChain,
|
|
3542
3544
|
useMatchEvents,
|