@techlabi/kycrazy-ui-kit 0.20.0 → 0.21.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.
- package/README.md +2 -1
- package/dist/index.es.js +2929 -2809
- package/dist/index.umd.js +31 -31
- package/dist/types/components/CameraCard.d.ts +2 -2
- package/dist/types/components/steps/DoneStep.d.ts +6 -0
- package/dist/types/types.d.ts +9 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -60,4 +60,5 @@ function App() {
|
|
|
60
60
|
| `apiEndpoint` | `string` | - | provide backend API endpoint where the data will be posted upon KYC verification flow |
|
|
61
61
|
| `apiKey` | `string` | - | provide API key to access backend |
|
|
62
62
|
| `isKYB` | `boolean` | false | use in KYB mode |
|
|
63
|
-
| `onComplete` | `function` | - |
|
|
63
|
+
| `onComplete` | `function` | - | A callback function once the request successfully reached the backend |
|
|
64
|
+
| `onDoneClick` | `function` | - | A callback function once a user clicked on button on final screen |
|