@matchain/matchid-sdk-react 0.1.50 → 0.1.51-alpha.0
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-JLQVDNWZ.mjs → chunk-5P2AOB6Q.mjs} +2 -2
- package/dist/{chunk-JLQVDNWZ.mjs.map → chunk-5P2AOB6Q.mjs.map} +1 -1
- package/dist/{chunk-6KB4RLTC.mjs → chunk-JJGSJGWC.mjs} +2 -2
- package/dist/components/index.d.mts +3 -3
- package/dist/components/index.d.ts +3 -3
- package/dist/components/index.js +1 -1
- 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 -3
- package/dist/hooks/index.d.ts +2 -3
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/{index-Bvc8cjpN.d.ts → index-BDoEk1EK.d.ts} +2 -2
- package/dist/{index-Cx2Lx_mh.d.ts → index-BU0r26-N.d.mts} +2 -3
- package/dist/{index-BcEreCxd.d.ts → index-BUj9mOrS.d.ts} +1 -1
- package/dist/{index-Cou96DpL.d.mts → index-B_o9HBS1.d.mts} +1 -1
- package/dist/{index-Bpmrd7mh.d.ts → index-Bmir-Wor.d.mts} +1 -2
- package/dist/{index-C_TiXUOB.d.mts → index-C3aFwrd4.d.ts} +2 -3
- package/dist/{index-D4ju2J_e.d.mts → index-CDqIk5k2.d.mts} +1 -1
- package/dist/{index-C9F6f2iz.d.mts → index-D5OzNRfu.d.mts} +2 -2
- package/dist/{index-BMsj8hJv.d.ts → index-DMUZQqNB.d.ts} +2 -2
- package/dist/{index-Cy3K-Yao.d.ts → index-DvM6x6e6.d.ts} +1 -1
- package/dist/{index-C9qYyRgt.d.mts → index-XzSw1Bym.d.mts} +2 -2
- package/dist/{index-BMfaixEx.d.mts → index-k2Uf0F94.d.ts} +1 -2
- package/dist/index.d.mts +7 -8
- package/dist/index.d.ts +7 -8
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/types/index.d.mts +1 -2
- package/dist/types/index.d.ts +1 -2
- package/dist/{types-DzVVzMYU.d.mts → types-Dd_ExpLx.d.mts} +21 -1
- package/dist/{types-DzVVzMYU.d.ts → types-Dd_ExpLx.d.ts} +21 -1
- package/dist/ui/index.d.mts +3 -3
- package/dist/ui/index.d.ts +3 -3
- package/dist/utils/index.d.mts +1 -2
- package/dist/utils/index.d.ts +1 -2
- package/example/src/App.tsx +11 -3
- package/example/src/pages/User/index.tsx +3 -1
- package/example/src/store/useLocalStore.ts +4 -0
- package/package.json +1 -1
- package/dist/mpc-CTbBWHld.d.mts +0 -20
- package/dist/mpc-CTbBWHld.d.ts +0 -20
- /package/dist/{chunk-6KB4RLTC.mjs.map → chunk-JJGSJGWC.mjs.map} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import React, { CSSProperties } from 'react';
|
|
3
|
-
import {
|
|
3
|
+
import { z as IconProps$1 } from '../../types-Dd_ExpLx.mjs';
|
|
4
4
|
import '@tanstack/react-query/src/types';
|
|
5
5
|
|
|
6
6
|
declare function BackIcon({ color, size, className, style }: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import React, { CSSProperties } from 'react';
|
|
3
|
-
import {
|
|
3
|
+
import { z as IconProps$1 } from '../../types-Dd_ExpLx.js';
|
|
4
4
|
import '@tanstack/react-query/src/types';
|
|
5
5
|
|
|
6
6
|
declare function BackIcon({ color, size, className, style }: {
|
|
@@ -4004,7 +4004,7 @@ function StepVerify(props) {
|
|
|
4004
4004
|
setSendBtnText(`${sendTimeRef.current}s`);
|
|
4005
4005
|
if (sendTimeRef.current <= 0) {
|
|
4006
4006
|
setSendBtnText(intl.formatMessage({
|
|
4007
|
-
id: "
|
|
4007
|
+
id: "resend"
|
|
4008
4008
|
}));
|
|
4009
4009
|
clearInterval(intervalRef.current);
|
|
4010
4010
|
setSending(false);
|
|
@@ -6460,4 +6460,4 @@ export {
|
|
|
6460
6460
|
MatchProvider,
|
|
6461
6461
|
useMatch
|
|
6462
6462
|
};
|
|
6463
|
-
//# sourceMappingURL=chunk-
|
|
6463
|
+
//# sourceMappingURL=chunk-5P2AOB6Q.mjs.map
|