@matchain/matchid-sdk-react 0.1.53-alpha.14 → 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-OEKLKWFJ.mjs → chunk-BC4HS373.mjs} +7 -5
- package/dist/chunk-BC4HS373.mjs.map +1 -0
- package/dist/components/index.js +1 -1
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +1 -1
- package/dist/hooks/api/index.js +1 -1
- 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 +6 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-OEKLKWFJ.mjs.map +0 -1
package/dist/hooks/api/index.js
CHANGED
|
@@ -580,7 +580,7 @@ var import_react9 = require("react");
|
|
|
580
580
|
var import_viem4 = require("viem");
|
|
581
581
|
|
|
582
582
|
// src/context/ModalContext.tsx
|
|
583
|
-
var import_react8 = require("react");
|
|
583
|
+
var import_react8 = __toESM(require("react"));
|
|
584
584
|
var import_react_dom = require("react-dom");
|
|
585
585
|
|
|
586
586
|
// src/assets/icon/BackIcon.tsx
|