@matchain/matchid-sdk-react 0.1.40-alpha.5 → 0.1.40-alpha.6
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-XN6V3UI6.mjs → chunk-QEOWZ3EN.mjs} +2 -2
- package/dist/{chunk-222KVWTM.mjs → chunk-ZLARXHQ5.mjs} +7 -1
- package/dist/chunk-ZLARXHQ5.mjs.map +1 -0
- package/dist/components/index.js +6 -0
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +1 -1
- package/dist/hooks/api/index.js.map +1 -1
- package/dist/hooks/api/index.mjs +2 -2
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/index.js +6 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
- package/dist/chunk-222KVWTM.mjs.map +0 -1
- /package/dist/{chunk-XN6V3UI6.mjs.map → chunk-QEOWZ3EN.mjs.map} +0 -0
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
unBindWalletApi,
|
|
10
10
|
useUserInfo,
|
|
11
11
|
verifyPohApi
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-ZLARXHQ5.mjs";
|
|
13
13
|
import {
|
|
14
14
|
__export
|
|
15
15
|
} from "./chunk-J5LGTIGS.mjs";
|
|
@@ -90,4 +90,4 @@ export {
|
|
|
90
90
|
user_exports,
|
|
91
91
|
api_exports
|
|
92
92
|
};
|
|
93
|
-
//# sourceMappingURL=chunk-
|
|
93
|
+
//# sourceMappingURL=chunk-QEOWZ3EN.mjs.map
|
|
@@ -1214,6 +1214,12 @@ function LoginBox({
|
|
|
1214
1214
|
activeIcon: /* @__PURE__ */ jsx11(TRXLightIcon, { size: isDownMd ? 36 : 40 }),
|
|
1215
1215
|
name: "TRON",
|
|
1216
1216
|
onClick: () => login("tron")
|
|
1217
|
+
},
|
|
1218
|
+
ton: {
|
|
1219
|
+
icon: /* @__PURE__ */ jsx11(TRXDarkIcon, { size: isDownMd ? 36 : 40 }),
|
|
1220
|
+
activeIcon: /* @__PURE__ */ jsx11(TRXLightIcon, { size: isDownMd ? 36 : 40 }),
|
|
1221
|
+
name: "TON",
|
|
1222
|
+
onClick: () => login("ton")
|
|
1217
1223
|
}
|
|
1218
1224
|
};
|
|
1219
1225
|
return /* @__PURE__ */ jsxs9(Fragment2, { children: [
|
|
@@ -4141,4 +4147,4 @@ export {
|
|
|
4141
4147
|
MatchProvider,
|
|
4142
4148
|
useMatch
|
|
4143
4149
|
};
|
|
4144
|
-
//# sourceMappingURL=chunk-
|
|
4150
|
+
//# sourceMappingURL=chunk-ZLARXHQ5.mjs.map
|