@matchain/matchid-sdk-react 0.1.38 → 0.1.39
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/assets/icon/index.d.mts +1 -1
- package/dist/assets/icon/index.d.ts +1 -1
- package/dist/{chunk-IHRQKSSO.mjs → chunk-7HVF5LGS.mjs} +2 -2
- package/dist/{chunk-F5CJROWH.mjs → chunk-RVAWFV2B.mjs} +6 -3
- package/dist/chunk-RVAWFV2B.mjs.map +1 -0
- package/dist/components/index.d.mts +2 -2
- package/dist/components/index.d.ts +2 -2
- package/dist/components/index.js +5 -2
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +1 -1
- package/dist/hooks/api/index.d.mts +2 -2
- package/dist/hooks/api/index.d.ts +2 -2
- package/dist/hooks/api/index.js.map +1 -1
- package/dist/hooks/api/index.mjs +2 -2
- package/dist/hooks/index.d.mts +2 -2
- package/dist/hooks/index.d.ts +2 -2
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/{index-DUCRzr-P.d.ts → index-BPveUnst.d.ts} +1 -1
- package/dist/{index-CAvsdgJw.d.mts → index-ClQl2MMF.d.mts} +1 -1
- package/dist/{index-B89X65ox.d.ts → index-CvCSpU8m.d.ts} +1 -1
- package/dist/{index-BICt0DjJ.d.ts → index-DlrDrTMk.d.ts} +1 -1
- package/dist/{index-BTTka3Uo.d.mts → index-Dm5o2w2J.d.mts} +1 -1
- package/dist/{index-CzAaZV-2.d.mts → index-mEK7Lcps.d.mts} +1 -1
- package/dist/index.d.mts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +5 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/{types.d-Cqt8ifXa.d.mts → types.d-IS3DBl3p.d.mts} +1 -1
- package/dist/{types.d-Cqt8ifXa.d.ts → types.d-IS3DBl3p.d.ts} +1 -1
- package/package.json +1 -1
- package/dist/chunk-F5CJROWH.mjs.map +0 -1
- /package/dist/{chunk-IHRQKSSO.mjs.map → chunk-7HVF5LGS.mjs.map} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { f as BTCModal, B as Button, E as EmailModal, F as Field, I as Input, L as LoginBox, b as LoginButton, d as LoginModal, c as LoginPanel, M as Modal, a as ModalWithHeader, e as PasswordModal, P as Popover, S as SOLModal, T as TRONModal, U as UsernameModal } from '../index-
|
|
1
|
+
export { f as BTCModal, B as Button, E as EmailModal, F as Field, I as Input, L as LoginBox, b as LoginButton, d as LoginModal, c as LoginPanel, M as Modal, a as ModalWithHeader, e as PasswordModal, P as Popover, S as SOLModal, T as TRONModal, U as UsernameModal } from '../index-ClQl2MMF.mjs';
|
|
2
2
|
import 'react/jsx-runtime';
|
|
3
|
-
import '../types.d-
|
|
3
|
+
import '../types.d-IS3DBl3p.mjs';
|
|
4
4
|
import 'react';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { f as BTCModal, B as Button, E as EmailModal, F as Field, I as Input, L as LoginBox, b as LoginButton, d as LoginModal, c as LoginPanel, M as Modal, a as ModalWithHeader, e as PasswordModal, P as Popover, S as SOLModal, T as TRONModal, U as UsernameModal } from '../index-
|
|
1
|
+
export { f as BTCModal, B as Button, E as EmailModal, F as Field, I as Input, L as LoginBox, b as LoginButton, d as LoginModal, c as LoginPanel, M as Modal, a as ModalWithHeader, e as PasswordModal, P as Popover, S as SOLModal, T as TRONModal, U as UsernameModal } from '../index-CvCSpU8m.js';
|
|
2
2
|
import 'react/jsx-runtime';
|
|
3
|
-
import '../types.d-
|
|
3
|
+
import '../types.d-IS3DBl3p.js';
|
|
4
4
|
import 'react';
|
package/dist/components/index.js
CHANGED
|
@@ -2343,9 +2343,12 @@ function LoginBox({
|
|
|
2343
2343
|
],
|
|
2344
2344
|
methods = [
|
|
2345
2345
|
"telegram",
|
|
2346
|
-
"twitter"
|
|
2346
|
+
"twitter",
|
|
2347
|
+
"github",
|
|
2348
|
+
"linkedin",
|
|
2349
|
+
"discord"
|
|
2347
2350
|
],
|
|
2348
|
-
walletMethods = ["evm", "sol"],
|
|
2351
|
+
walletMethods = ["evm", "sol", "btc", "tron"],
|
|
2349
2352
|
inModal = false
|
|
2350
2353
|
}) {
|
|
2351
2354
|
const [emailOpen, setEmailOpen] = (0, import_react16.useState)(false);
|