@techlabi/kycrazy-ui-kit 0.35.0 → 0.37.0

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.
@@ -10,6 +10,7 @@ export declare class ImageValidator {
10
10
  private signalMap;
11
11
  private modelsLoaded;
12
12
  constructor();
13
+ private toBase64;
13
14
  validateIdCard(file: File | string, documentType: documentIds): Promise<ValidationResult>;
14
15
  private loadModels;
15
16
  validateFace(file: File | string): Promise<ValidationResult>;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "private": false,
4
4
  "description": "A modern React component library for KYC",
5
5
  "author": "TechLabi",
6
- "version": "0.35.0",
6
+ "version": "0.37.0",
7
7
  "type": "module",
8
8
  "types": "dist/types/index.d.ts",
9
9
  "style": "dist/style.css",