@matchain/matchid-sdk-react 0.1.37-alpha.8 → 0.1.38
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-65NEGWW3.mjs → chunk-F5CJROWH.mjs} +42 -33
- package/dist/chunk-F5CJROWH.mjs.map +1 -0
- package/dist/{chunk-X3VJMKNQ.mjs → chunk-IHRQKSSO.mjs} +2 -2
- package/dist/chunk-IHRQKSSO.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 +18 -18
- 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-yEwP0nd2.d.ts → index-B89X65ox.d.ts} +2 -2
- package/dist/{index-BKdqrCum.d.ts → index-BICt0DjJ.d.ts} +4 -4
- package/dist/{index-Dm5o2w2J.d.mts → index-BTTka3Uo.d.mts} +1 -1
- package/dist/{index-CV5LZa9w.d.mts → index-CAvsdgJw.d.mts} +2 -2
- package/dist/{index-DqWn6VEO.d.mts → index-CzAaZV-2.d.mts} +4 -4
- package/dist/{index-BPveUnst.d.ts → index-DUCRzr-P.d.ts} +1 -1
- package/dist/index.d.mts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +41 -32
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/{types.d-IS3DBl3p.d.mts → types.d-Cqt8ifXa.d.mts} +1 -1
- package/dist/{types.d-IS3DBl3p.d.ts → types.d-Cqt8ifXa.d.ts} +1 -1
- package/package.json +1 -1
- package/dist/chunk-65NEGWW3.mjs.map +0 -1
- package/dist/chunk-X3VJMKNQ.mjs.map +0 -1
package/dist/index.mjs
CHANGED
|
@@ -3,13 +3,13 @@ import {
|
|
|
3
3
|
} from "./chunk-HYQ3T6WW.mjs";
|
|
4
4
|
import {
|
|
5
5
|
api_exports
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-IHRQKSSO.mjs";
|
|
7
7
|
import {
|
|
8
8
|
MatchProvider,
|
|
9
9
|
components_exports,
|
|
10
10
|
hooks_exports,
|
|
11
11
|
useMatch
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-F5CJROWH.mjs";
|
|
13
13
|
import "./chunk-6PWH7WZI.mjs";
|
|
14
14
|
import "./chunk-J5LGTIGS.mjs";
|
|
15
15
|
export {
|
|
@@ -173,4 +173,4 @@ type PopoverProps = PropsWithChildren & {
|
|
|
173
173
|
|
|
174
174
|
type LocaleType = "en" | "zh" | "tw" | "fr" | "ja" | "ko" | "vi" | "es" | "pt"
|
|
175
175
|
|
|
176
|
-
export type { ButtonProps as B, CEXType as C, EmailModalProps as E, IMatchEvents as I, LocaleType as L, ModalProps as M,
|
|
176
|
+
export type { ButtonProps as B, CEXType as C, EmailModalProps as E, IMatchEvents as I, LocaleType as L, ModalProps as M, OverviewInfo as O, PopoverProps as P, RecommendLoginMethodType as R, WalletType as W, IEnvConfigType as a, ISocialLoginMethod as b, LoginMethodType as c, InputProps as d, ModalWithHeaderProps as e, LoginBoxProps as f, OtherLoginMethodType as g, PopoverPositionType as h, PopoverTypeType as i, LoginPanelProps as j, LoginModalProps as k, IconProps as l, PohZkpassParams as m, BindItemType as n, BindInfoType as o, PohItemType as p };
|
|
@@ -173,4 +173,4 @@ type PopoverProps = PropsWithChildren & {
|
|
|
173
173
|
|
|
174
174
|
type LocaleType = "en" | "zh" | "tw" | "fr" | "ja" | "ko" | "vi" | "es" | "pt"
|
|
175
175
|
|
|
176
|
-
export type { ButtonProps as B, CEXType as C, EmailModalProps as E, IMatchEvents as I, LocaleType as L, ModalProps as M,
|
|
176
|
+
export type { ButtonProps as B, CEXType as C, EmailModalProps as E, IMatchEvents as I, LocaleType as L, ModalProps as M, OverviewInfo as O, PopoverProps as P, RecommendLoginMethodType as R, WalletType as W, IEnvConfigType as a, ISocialLoginMethod as b, LoginMethodType as c, InputProps as d, ModalWithHeaderProps as e, LoginBoxProps as f, OtherLoginMethodType as g, PopoverPositionType as h, PopoverTypeType as i, LoginPanelProps as j, LoginModalProps as k, IconProps as l, PohZkpassParams as m, BindItemType as n, BindInfoType as o, PohItemType as p };
|