@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/components.mjs
CHANGED
package/dist/hooks.js
CHANGED
|
@@ -1774,7 +1774,7 @@ var useStore_default = useStore;
|
|
|
1774
1774
|
var import_jsx_runtime90 = require("react/jsx-runtime");
|
|
1775
1775
|
|
|
1776
1776
|
// src/context/ModalContext.tsx
|
|
1777
|
-
var import_react29 =
|
|
1777
|
+
var import_react29 = require("react");
|
|
1778
1778
|
var import_react_dom = require("react-dom");
|
|
1779
1779
|
var import_jsx_runtime91 = require("react/jsx-runtime");
|
|
1780
1780
|
var ModalContext = (0, import_react29.createContext)(null);
|