@authing/react-ui-components 3.1.19-rc.2s → 3.1.19-rc.3

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
@@ -2269,9 +2269,9 @@ declare module '@authing/react-ui-components/components/MFA/core/face_deps' {
2269
2269
  };
2270
2270
  };
2271
2271
  export const FACE_SCORE = 0.65;
2272
- export const useFaceDetectorOptions: () => any;
2273
- export const useCurrentFaceDetectionNet: () => any;
2274
- export const useIsFaceDetectionModelLoaded: () => any;
2272
+ export function getFaceDetectorOptions(): any;
2273
+ export function getCurrentFaceDetectionNet(): any;
2274
+ export function isFaceDetectionModelLoaded(): boolean;
2275
2275
  export function dataURItoBlob(base64Data: any): Blob;
2276
2276
 
2277
2277
  }
@@ -3478,7 +3478,7 @@ declare module '@authing/react-ui-components/components/version/index' {
3478
3478
 
3479
3479
  }
3480
3480
  declare module '@authing/react-ui-components/components/version/version' {
3481
- const _default: "3.1.19-rc.2s";
3481
+ const _default: "3.1.19-rc.3";
3482
3482
  export default _default;
3483
3483
 
3484
3484
  }