@authing/react-ui-components 3.1.23-rc.0 → 3.1.23

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/lib/index.d.ts CHANGED
@@ -3173,10 +3173,6 @@ declare module '@authing/react-ui-components/components/_utils/hooks/index' {
3173
3173
  countryCode: string | undefined;
3174
3174
  phoneNumber: string;
3175
3175
  };
3176
- export enum SocialConnectionEvent {
3177
- Message = "message",
3178
- Auth = "auth"
3179
- }
3180
3176
  /**
3181
3177
  *
3182
3178
  * @param config
@@ -3505,7 +3501,7 @@ declare module '@authing/react-ui-components/components/version/index' {
3505
3501
 
3506
3502
  }
3507
3503
  declare module '@authing/react-ui-components/components/version/version' {
3508
- const _default: "3.1.23-rc.0";
3504
+ const _default: "3.1.23";
3509
3505
  export default _default;
3510
3506
 
3511
3507
  }