@matchain/matchid-sdk-react 0.1.48 → 0.1.49
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-4I5WVXIN.mjs → chunk-IKSPEZ4F.mjs} +2 -2
- package/dist/{chunk-YSASIFLY.mjs → chunk-MXDPJRRH.mjs} +3 -1
- package/dist/components/index.mjs +1 -1
- package/dist/hooks/api/index.mjs +2 -2
- package/dist/hooks/index.d.mts +2 -1
- package/dist/hooks/index.d.ts +2 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/{index-DcQm2dkr.d.ts → index-Bg4rqEu2.d.ts} +36 -28
- package/dist/{index-DUHkH5t-.d.mts → index-CNzG0MX7.d.mts} +36 -28
- package/dist/index.d.mts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +12 -8
- package/package.json +1 -1
- /package/dist/{chunk-4I5WVXIN.mjs.map → chunk-IKSPEZ4F.mjs.map} +0 -0
- /package/dist/{chunk-YSASIFLY.mjs.map → chunk-MXDPJRRH.mjs.map} +0 -0
package/dist/index.mjs
CHANGED
|
@@ -1,24 +1,26 @@
|
|
|
1
|
-
import {
|
|
2
|
-
chains_exports
|
|
3
|
-
} from "./chunk-HYQ3T6WW.mjs";
|
|
4
|
-
import {
|
|
5
|
-
types_exports
|
|
6
|
-
} from "./chunk-HBOS3RBL.mjs";
|
|
7
1
|
import {
|
|
8
2
|
api_exports
|
|
9
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-IKSPEZ4F.mjs";
|
|
10
4
|
import {
|
|
11
5
|
MatchProvider,
|
|
6
|
+
ModalProvider,
|
|
7
|
+
ToastProvider,
|
|
12
8
|
components_exports,
|
|
13
9
|
hooks_exports,
|
|
14
10
|
useMatch
|
|
15
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-MXDPJRRH.mjs";
|
|
12
|
+
import {
|
|
13
|
+
types_exports
|
|
14
|
+
} from "./chunk-HBOS3RBL.mjs";
|
|
16
15
|
import "./chunk-UA6XHZHX.mjs";
|
|
17
16
|
import {
|
|
18
17
|
ui_exports
|
|
19
18
|
} from "./chunk-FB5MHLWX.mjs";
|
|
20
19
|
import "./chunk-5JHHHLG4.mjs";
|
|
21
20
|
import "./chunk-LHNKZISB.mjs";
|
|
21
|
+
import {
|
|
22
|
+
chains_exports
|
|
23
|
+
} from "./chunk-HYQ3T6WW.mjs";
|
|
22
24
|
import "./chunk-J5LGTIGS.mjs";
|
|
23
25
|
export {
|
|
24
26
|
api_exports as Api,
|
|
@@ -26,6 +28,8 @@ export {
|
|
|
26
28
|
components_exports as Components,
|
|
27
29
|
hooks_exports as Hooks,
|
|
28
30
|
MatchProvider,
|
|
31
|
+
ModalProvider,
|
|
32
|
+
ToastProvider,
|
|
29
33
|
types_exports as Types,
|
|
30
34
|
ui_exports as UI,
|
|
31
35
|
useMatch
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|