@authing/react-ui-components 4.4.3-ey.26 → 4.4.3-ey.28

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@authing/react-ui-components",
3
- "version": "4.4.3-ey.26",
3
+ "version": "4.4.3-ey.28",
4
4
  "private": false,
5
5
  "main": "lib/index.min.js",
6
6
  "typings": "types/index.d.ts",
@@ -9,6 +9,7 @@ interface VerifyCodeInputProps extends React.HTMLAttributes<HTMLDivElement> {
9
9
  onChange?: any;
10
10
  value?: Array<number | string>;
11
11
  onFinish?: any;
12
+ ResentBtnSort?: () => JSX.Element;
12
13
  }
13
14
  export declare const VerifyCodeInput: FC<VerifyCodeInputProps>;
14
15
  export {};
@@ -29,6 +29,10 @@ export declare enum ApiCode {
29
29
  /**
30
30
  * ey 邀请码过期
31
31
  */
32
- EY_INVITE_EXPIRE = 4032
32
+ EY_INVITE_EXPIRE = 4032,
33
+ /**
34
+ * 链接超时
35
+ */
36
+ EY_LINK_EXPIRE = 4033
33
37
  }
34
38
  export declare const ChangeModuleApiCodeMapping: Record<string, GuardModuleType>;
@@ -1,2 +1,2 @@
1
- declare const _default: "4.4.3-ey.26";
1
+ declare const _default: "4.4.3-ey.28";
2
2
  export default _default;