@authing/react-ui-components 3.0.0-rc.45 → 3.0.0-rc.46

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
@@ -1143,7 +1143,6 @@ declare module '@authing/react-ui-components/components/CompleteInfo/core/comple
1143
1143
  extendsFields: ExtendsField[];
1144
1144
  onRegisterInfoCompleted?: GuardCompleteInfoViewProps['onRegisterInfoCompleted'];
1145
1145
  onRegisterInfoCompletedError?: GuardCompleteInfoViewProps['onRegisterInfoCompletedError'];
1146
- onMergeAccountEvent?: (phone: string, user: User) => void;
1147
1146
  }
1148
1147
  export interface FieldMetadata {
1149
1148
  key: string;
@@ -2567,7 +2566,7 @@ declare module '@authing/react-ui-components/components/version/index' {
2567
2566
 
2568
2567
  }
2569
2568
  declare module '@authing/react-ui-components/components/version/version' {
2570
- const _default: "3.0.0-rc.45";
2569
+ const _default: "3.0.0-rc.46";
2571
2570
  export default _default;
2572
2571
 
2573
2572
  }