@matchain/matchid-sdk-react 0.1.56-alpha.15 → 0.1.56-alpha.16
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.mjs +2 -2
- package/dist/{chunk-A47WTLYD.mjs → chunk-LADAY3IL.mjs} +2 -2
- package/dist/chunk-LADAY3IL.mjs.map +1 -0
- package/dist/{chunk-FZHJNSAP.mjs → chunk-O2D3TKRD.mjs} +2 -2
- package/dist/components.mjs +1 -1
- package/dist/hooks.mjs +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/ui.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-A47WTLYD.mjs.map +0 -1
- /package/dist/{chunk-FZHJNSAP.mjs.map → chunk-O2D3TKRD.mjs.map} +0 -0
package/dist/api.mjs
CHANGED
|
@@ -2,11 +2,11 @@ import {
|
|
|
2
2
|
bind_exports,
|
|
3
3
|
poh_exports,
|
|
4
4
|
user_exports
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-O2D3TKRD.mjs";
|
|
6
6
|
import {
|
|
7
7
|
isSuccess,
|
|
8
8
|
wallet_exports
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-LADAY3IL.mjs";
|
|
10
10
|
import "./chunk-UA6XHZHX.mjs";
|
|
11
11
|
import "./chunk-IZOOVZAD.mjs";
|
|
12
12
|
import "./chunk-FQ6PYZPD.mjs";
|
|
@@ -3705,7 +3705,7 @@ var en_default = {
|
|
|
3705
3705
|
noMore: "No more",
|
|
3706
3706
|
Remove: "Remove",
|
|
3707
3707
|
removeSuccess: "Remove Successfully",
|
|
3708
|
-
loginAgreement: "By
|
|
3708
|
+
loginAgreement: "By login, you agree to our <termsLink>Terms of Service</termsLink> and <privacyLink>Privacy Policy</privacyLink>",
|
|
3709
3709
|
poweredBy: "Powered by"
|
|
3710
3710
|
};
|
|
3711
3711
|
|
|
@@ -7773,4 +7773,4 @@ export {
|
|
|
7773
7773
|
MatchProvider,
|
|
7774
7774
|
useMatch
|
|
7775
7775
|
};
|
|
7776
|
-
//# sourceMappingURL=chunk-
|
|
7776
|
+
//# sourceMappingURL=chunk-LADAY3IL.mjs.map
|