@authing/react-ui-components 4.2.0-alpha.2 → 4.2.0-rc.1

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.2.0-alpha.2",
3
+ "version": "4.2.0-rc.1",
4
4
  "private": false,
5
5
  "main": "lib/index.min.js",
6
6
  "typings": "types/index.d.ts",
@@ -77,6 +77,7 @@ export declare const getPasswordValidateRules: (strength?: PasswordStrength, cus
77
77
  export declare const sleep: (delay: number) => Promise<unknown>;
78
78
  export declare const shoudGoToComplete: (user: User, contextType: ComplateFiledsPlace, config: ApplicationConfig | undefined, autoRegister?: boolean | undefined) => boolean;
79
79
  export declare const transformMethod: (method: RegisterMethods | string) => string;
80
+ export declare const transformSortMethod: (method: RegisterSortMethods | string) => string;
80
81
  export declare const mailDesensitization: (mail: string) => string;
81
82
  export declare const phoneDesensitization: (phone: string) => string;
82
83
  export declare const getHundreds: (num: number) => number;
@@ -1,2 +1,2 @@
1
- declare const _default: "4.2.0-alpha.2";
1
+ declare const _default: "4.2.0-rc.1";
2
2
  export default _default;