@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
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-7HVF5LGS.mjs";
|
|
7
7
|
import {
|
|
8
8
|
MatchProvider,
|
|
9
9
|
components_exports,
|
|
10
10
|
hooks_exports,
|
|
11
11
|
useMatch
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-RVAWFV2B.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, OtherLoginMethodType as O, PopoverProps as P, RecommendLoginMethodType as R, WalletType as W, IEnvConfigType as a, InputProps as b, ModalWithHeaderProps as c, LoginBoxProps as d, PopoverPositionType as e, PopoverTypeType as f, LoginPanelProps as g, LoginModalProps as h, ISocialLoginMethod as i, OverviewInfo as j, LoginMethodType 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, OtherLoginMethodType as O, PopoverProps as P, RecommendLoginMethodType as R, WalletType as W, IEnvConfigType as a, InputProps as b, ModalWithHeaderProps as c, LoginBoxProps as d, PopoverPositionType as e, PopoverTypeType as f, LoginPanelProps as g, LoginModalProps as h, ISocialLoginMethod as i, OverviewInfo as j, LoginMethodType as k, IconProps as l, PohZkpassParams as m, BindItemType as n, BindInfoType as o, PohItemType as p };
|