gbc-kyc-kit 2.0.8 → 2.0.9
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 -2
- package/dist/gbc-kyc-kit.es.js +19041 -22243
- package/dist/gbc-kyc-kit.umd.js +226 -170
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -96,7 +96,7 @@ If you use this components with TypeScript, you should create a customType.d.ts
|
|
|
96
96
|
`declare module 'gbc-kyc-kit'`
|
|
97
97
|
|
|
98
98
|
| Props | Type | Values | Description |
|
|
99
|
-
| ------------------ | --------------- | -------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
99
|
+
| ------------------ | --------------- | -------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
100
100
|
| inProduction | string | prd, stg, dev, sand | It isn't required, the default value is "prd". You should use "dev" to test integration and then pass to "stg". This env return real data, finally you can delete this prop or change to "prd" |
|
|
101
101
|
| mode | string | dark, light | It isn't required, the default value is "light". |
|
|
102
102
|
| clientId | string | Global Bridge Connections send you for email | This value is unique for each client and will be sent for email. |
|
|
@@ -108,7 +108,7 @@ If you use this components with TypeScript, you should create a customType.d.ts
|
|
|
108
108
|
| successMessage | string | | It isn't required. If exist these props, the component will take this message, else we use the default values for each component |
|
|
109
109
|
| alertMessage | string | | It isn't required. If exist these props, the component will take this message, else we use the default values for each component, Only apply to Blacklist Component |
|
|
110
110
|
| faceMatch | string | | It isn't required. If exist these props, should be an image in base64 or url, the component will to compare this image with the liveness check. The default vaue is null |
|
|
111
|
-
| showFilterByButton | boolean | | It isn't required. If these props exist, they should be a boolean. The component hides the 'Filter By' button if this prop is false. The default value is true |
|
|
111
|
+
| showFilterByButton | boolean | | It isn't required. If these props exist, they should be a boolean. The component hides the 'Filter By' button if this prop is false. The default value is true |
|
|
112
112
|
|
|
113
113
|
## Document Reader Component
|
|
114
114
|
|