@authing/react-ui-components 4.4.2-alpha.1 → 4.4.3-alpha

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.2-alpha.1",
3
+ "version": "4.4.3-alpha",
4
4
  "private": false,
5
5
  "main": "lib/index.min.js",
6
6
  "typings": "types/index.d.ts",
@@ -237,4 +237,4 @@
237
237
  "webpack-manifest-plugin": "2.2.0",
238
238
  "workbox-webpack-plugin": "5.1.4"
239
239
  }
240
- }
240
+ }
@@ -1,4 +1,8 @@
1
1
  /// <reference types="react" />
2
2
  import './styles.less';
3
+ export declare enum SpecifyCodeMethods {
4
+ Phone = "phone",
5
+ Email = "email"
6
+ }
3
7
  declare const LoginWithVerifyCode: (props: any) => JSX.Element;
4
8
  export { LoginWithVerifyCode };
@@ -6,6 +6,7 @@ export declare enum LoginMethods {
6
6
  AppQr = "app-qrcode",
7
7
  Password = "password",
8
8
  PhoneCode = "phone-code",
9
+ EmailCode = "email-code",
9
10
  WxMinQr = "wechat-miniprogram-qrcode",
10
11
  AD = "ad",
11
12
  WechatMpQrcode = "wechatmp-qrcode",
@@ -1,2 +1,2 @@
1
- declare const _default: "4.4.2-alpha.1";
1
+ declare const _default: "4.4.3-alpha";
2
2
  export default _default;