@matchain/matchid-sdk-react 0.1.57-alpha.4 → 0.1.57-alpha.5
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-6RNCNC65.mjs → chunk-N7J2GTC2.mjs} +10 -13
- package/dist/chunk-N7J2GTC2.mjs.map +1 -0
- package/dist/{chunk-EAZNOQRK.mjs → chunk-OSJCRVYN.mjs} +2 -2
- package/dist/components.js +7 -10
- 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.d.mts +33 -0
- package/dist/index.d.ts +33 -0
- package/dist/index.js +8 -11
- 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/package.json +1 -1
- package/dist/chunk-6RNCNC65.mjs.map +0 -1
- /package/dist/{chunk-EAZNOQRK.mjs.map → chunk-OSJCRVYN.mjs.map} +0 -0
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
useUserInfo,
|
|
12
12
|
verifyPohApi,
|
|
13
13
|
wallet_exports
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-N7J2GTC2.mjs";
|
|
15
15
|
import {
|
|
16
16
|
__export
|
|
17
17
|
} from "./chunk-J5LGTIGS.mjs";
|
|
@@ -94,4 +94,4 @@ export {
|
|
|
94
94
|
user_exports,
|
|
95
95
|
api_exports
|
|
96
96
|
};
|
|
97
|
-
//# sourceMappingURL=chunk-
|
|
97
|
+
//# sourceMappingURL=chunk-OSJCRVYN.mjs.map
|
package/dist/components.js
CHANGED
|
@@ -1621,12 +1621,9 @@ function StepEmail(props) {
|
|
|
1621
1621
|
value: emailVal
|
|
1622
1622
|
}
|
|
1623
1623
|
) }),
|
|
1624
|
-
/* @__PURE__ */ (0, import_jsx_runtime62.
|
|
1624
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Button, { disabled: !canContinue, style: {
|
|
1625
1625
|
marginTop: "64px"
|
|
1626
|
-
}, onClick: onContinue, size: "lg", block: true, highlight: true, children:
|
|
1627
|
-
"99999",
|
|
1628
|
-
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(import_react_intl2.FormattedMessage, { id: "continue" })
|
|
1629
|
-
] })
|
|
1626
|
+
}, onClick: onContinue, size: "lg", block: true, highlight: true, children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(import_react_intl2.FormattedMessage, { id: "continue" }) })
|
|
1630
1627
|
] });
|
|
1631
1628
|
}
|
|
1632
1629
|
|
|
@@ -3406,7 +3403,7 @@ var wagmiConfig = (0, import_rainbowkit.getDefaultConfig)({
|
|
|
3406
3403
|
]
|
|
3407
3404
|
}
|
|
3408
3405
|
],
|
|
3409
|
-
chains: [import_chains.mainnet, import_chains.polygon, import_chains.optimism, import_chains.arbitrum, import_chains.base, matchMain, matchTest, import_chains.bsc]
|
|
3406
|
+
chains: [import_chains.mainnet, import_chains.polygon, import_chains.optimism, import_chains.arbitrum, import_chains.base, matchMain, matchTest, import_chains.bsc, import_chains.bscTestnet]
|
|
3410
3407
|
});
|
|
3411
3408
|
var MatchContext = (0, import_react22.createContext)(void 0);
|
|
3412
3409
|
var useMatch = () => {
|
|
@@ -5050,7 +5047,7 @@ function WalletContent({
|
|
|
5050
5047
|
matchlog_default.log(res);
|
|
5051
5048
|
setStatus("success");
|
|
5052
5049
|
if (type == "bind") {
|
|
5053
|
-
events.onBind && events.onBind({
|
|
5050
|
+
events && events.onBind && events.onBind({
|
|
5054
5051
|
type: "evm"
|
|
5055
5052
|
});
|
|
5056
5053
|
eventManager_default.emit("onBind", {
|
|
@@ -5315,7 +5312,7 @@ function TRONConnectModal({
|
|
|
5315
5312
|
setStatus("success");
|
|
5316
5313
|
statusRef.current = "success";
|
|
5317
5314
|
if (type == "bind") {
|
|
5318
|
-
events.onBind && events.onBind({
|
|
5315
|
+
events && events.onBind && events.onBind({
|
|
5319
5316
|
type: "tron"
|
|
5320
5317
|
});
|
|
5321
5318
|
eventManager_default.emit("onBind", {
|
|
@@ -5473,7 +5470,7 @@ function WalletContent2({
|
|
|
5473
5470
|
setStatus("success");
|
|
5474
5471
|
statusRef.current = "success";
|
|
5475
5472
|
if (type == "bind") {
|
|
5476
|
-
events.onBind && events.onBind({
|
|
5473
|
+
events && events.onBind && events.onBind({
|
|
5477
5474
|
type: "ton"
|
|
5478
5475
|
});
|
|
5479
5476
|
eventManager_default.emit("onBind", {
|
|
@@ -5868,7 +5865,7 @@ function BTCConnectModal({
|
|
|
5868
5865
|
setStatus("success");
|
|
5869
5866
|
statusRef.current = "success";
|
|
5870
5867
|
if (type == "bind") {
|
|
5871
|
-
events.onBind && events.onBind({
|
|
5868
|
+
events && events.onBind && events.onBind({
|
|
5872
5869
|
type: "btc"
|
|
5873
5870
|
});
|
|
5874
5871
|
eventManager_default.emit("onBind", {
|