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

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.0.7-rc.1",
3
+ "version": "4.0.7-rc.2",
4
4
  "private": false,
5
5
  "main": "lib/index.min.js",
6
6
  "typings": "types/index.d.ts",
@@ -28,7 +28,7 @@ export declare const parsePhone: (isInternationSms: boolean, fieldValue: string,
28
28
  countryCode: string | undefined;
29
29
  phoneNumber: string;
30
30
  };
31
- export declare enum SocialConnectionEvent {
31
+ export declare const enum SocialConnectionEvent {
32
32
  Message = "message",
33
33
  Auth = "auth"
34
34
  }
@@ -1,4 +1,4 @@
1
- export declare enum LoggerType {
1
+ export declare const enum LoggerType {
2
2
  INFO = "INFO",
3
3
  WARN = "WARN",
4
4
  ERROR = "ERROR"
@@ -1,2 +1,2 @@
1
- declare const _default: "4.0.7-rc.1";
1
+ declare const _default: "4.0.7-rc.2";
2
2
  export default _default;