@authing/react-ui-components 4.3.16-rc.1 → 4.3.16-rc.10

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.3.16-rc.1",
3
+ "version": "4.3.16-rc.10",
4
4
  "private": false,
5
5
  "main": "lib/index.min.js",
6
6
  "typings": "types/index.d.ts",
@@ -65,8 +65,7 @@ export declare enum PasswordStrength {
65
65
  Low = 1,
66
66
  Middle = 2,
67
67
  High = 3,
68
- AUTO = 4,
69
- Custom = 5
68
+ AUTO = 4
70
69
  }
71
70
  export declare const PASSWORD_STRENGTH_TEXT_MAP: Record<PasswordStrength, {
72
71
  placeholder: () => string;
@@ -1,2 +1,2 @@
1
- declare const _default: "4.3.16-rc.1";
1
+ declare const _default: "4.3.16-rc.10";
2
2
  export default _default;