@matchain/matchid-sdk-react 0.1.56-alpha.2 → 0.1.56-alpha.3
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 +1 -1
- package/dist/api.js.map +1 -1
- package/dist/api.mjs +2 -2
- package/dist/{chunk-NIGHV7RT.mjs → chunk-KDVKIXOS.mjs} +89 -83
- package/dist/chunk-KDVKIXOS.mjs.map +1 -0
- package/dist/{chunk-SPVA3A6Z.mjs → chunk-M5LCJX2T.mjs} +2 -2
- package/dist/components.js +1 -1
- package/dist/components.js.map +1 -1
- package/dist/components.mjs +1 -1
- package/dist/hooks.js +1 -1
- package/dist/hooks.js.map +1 -1
- package/dist/hooks.mjs +1 -1
- package/dist/index.js +13 -7
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/ui.js +1 -1
- package/dist/ui.js.map +1 -1
- package/dist/ui.mjs +1 -1
- package/example/src/pages/UI/components/Modal.tsx +38 -0
- package/example/src/pages/UI/index.tsx +2 -0
- package/package.json +1 -1
- package/dist/chunk-NIGHV7RT.mjs.map +0 -1
- /package/dist/{chunk-SPVA3A6Z.mjs.map → chunk-M5LCJX2T.mjs.map} +0 -0
package/dist/index.mjs
CHANGED
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
} from "./chunk-HBOS3RBL.mjs";
|
|
7
7
|
import {
|
|
8
8
|
api_exports
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-M5LCJX2T.mjs";
|
|
10
10
|
import {
|
|
11
11
|
MatchProvider,
|
|
12
12
|
ModalProvider,
|
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
ui_exports,
|
|
17
17
|
useMatch,
|
|
18
18
|
wagmiConfig
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-KDVKIXOS.mjs";
|
|
20
20
|
import "./chunk-JX73EY6V.mjs";
|
|
21
21
|
import "./chunk-UA6XHZHX.mjs";
|
|
22
22
|
import "./chunk-IZOOVZAD.mjs";
|
package/dist/ui.js
CHANGED
|
@@ -735,7 +735,7 @@ var import_react7 = require("react");
|
|
|
735
735
|
var import_viem3 = require("viem");
|
|
736
736
|
|
|
737
737
|
// src/context/ModalContext.tsx
|
|
738
|
-
var import_react6 =
|
|
738
|
+
var import_react6 = require("react");
|
|
739
739
|
var import_react_dom = require("react-dom");
|
|
740
740
|
var import_jsx_runtime58 = require("react/jsx-runtime");
|
|
741
741
|
var ModalContext = (0, import_react6.createContext)(null);
|