@authme/identity-verification 2.2.0-rc.8 → 2.2.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/CHANGELOG.md +31 -0
- package/assets/locale/en_US.json +5 -2
- package/assets/locale/zh_Hant_TW.json +4 -1
- package/assets/styles/style.css +161 -42
- package/package.json +6 -6
- package/src/lib/identity-verification-feature-identity-verification.d.ts +2 -2
- package/src/lib/identity-verification-feature-identity-verification.js +3 -0
- package/src/lib/identity-verification-feature-identity-verification.js.map +1 -1
- package/src/lib/interface/config.interface.d.ts +9 -8
- package/src/lib/interface/config.interface.js +4 -0
- package/src/lib/interface/config.interface.js.map +1 -1
- package/src/lib/module/liveness-verify.module.d.ts +1 -1
- package/src/lib/module/liveness-verify.module.js.map +1 -1
- package/src/lib/module/liveness.module.d.ts +1 -1
- package/src/lib/module/liveness.module.js +2 -1
- package/src/lib/module/liveness.module.js.map +1 -1
- package/src/lib/module/mrz.module.d.ts +1 -1
- package/src/lib/module/mrz.module.js.map +1 -1
- package/src/lib/module/ocr.module.d.ts +1 -1
- package/src/lib/module/ocr.module.js.map +1 -1
- package/src/lib/ui/basic.d.ts +2 -2
- package/src/lib/ui/basic.js +5 -9
- package/src/lib/ui/basic.js.map +1 -1
- package/src/lib/ui/index.d.ts +1 -0
- package/src/lib/ui/index.js +1 -0
- package/src/lib/ui/index.js.map +1 -1
- package/src/lib/ui/liveness-flow.d.ts +1 -1
- package/src/lib/ui/liveness-flow.js +5 -3
- package/src/lib/ui/liveness-flow.js.map +1 -1
- package/src/lib/ui/liveness.ui.js +34 -6
- package/src/lib/ui/liveness.ui.js.map +1 -1
- package/src/lib/ui/ocr-flow.d.ts +1 -1
- package/src/lib/ui/ocr-flow.js +25 -18
- package/src/lib/ui/ocr-flow.js.map +1 -1
- package/src/lib/ui/ocr.ui.d.ts +1 -0
- package/src/lib/ui/ocr.ui.js +51 -37
- package/src/lib/ui/ocr.ui.js.map +1 -1
- package/src/lib/ui/ui-init.d.ts +1 -0
- package/src/lib/ui/ui-init.js +7 -0
- package/src/lib/ui/ui-init.js.map +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,37 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [2.2.0](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.13...v2.2.0) (2022-12-19)
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- add getResult condition ([c4f30b0](https://github.com/AuthMe01/web-client-sdk/commit/c4f30b06473eddef2b790a1f105bded3ee6fa254))
|
|
10
|
+
- delete console debug ([5ffb9c8](https://github.com/AuthMe01/web-client-sdk/commit/5ffb9c8c8b08dd62f1e8959a3b888a5d2e3513fa))
|
|
11
|
+
|
|
12
|
+
## [2.2.0-rc.13](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.12...v2.2.0-rc.13) (2022-12-19)
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
- 1.close btn add stop sdk method. 2.implement loading-sdk lottie. 3.delete vehicles license item ([83738bd](https://github.com/AuthMe01/web-client-sdk/commit/83738bd1630c539157222bc7a909962cc65696ae))
|
|
17
|
+
- 1.implement enum LivenessResultStatus 2.modify getResult api recall condition ([28323f0](https://github.com/AuthMe01/web-client-sdk/commit/28323f0714657c9c19d230a2771dde5f5bdbe8f9))
|
|
18
|
+
- modify 1.authme-container style. 2.implement custom vh. ([625bfaf](https://github.com/AuthMe01/web-client-sdk/commit/625bfaf65c8f32dad42ab3f391c981a74f1faae6))
|
|
19
|
+
|
|
20
|
+
## [2.2.0-rc.12](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.11...v2.2.0-rc.12) (2022-12-16)
|
|
21
|
+
|
|
22
|
+
### Bug Fixes
|
|
23
|
+
|
|
24
|
+
- add spinner uploading ([25a8383](https://github.com/AuthMe01/web-client-sdk/commit/25a838377e751fa674cb1b5a43d3683ba9694a1e))
|
|
25
|
+
|
|
26
|
+
## [2.2.0-rc.11](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.10...v2.2.0-rc.11) (2022-12-16)
|
|
27
|
+
|
|
28
|
+
## [2.2.0-rc.10](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.9...v2.2.0-rc.10) (2022-12-15)
|
|
29
|
+
|
|
30
|
+
## [2.2.0-rc.9](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.8...v2.2.0-rc.9) (2022-12-09)
|
|
31
|
+
|
|
32
|
+
### Bug Fixes
|
|
33
|
+
|
|
34
|
+
- latency problem for showStatement & headerMode flag ([189b2d0](https://github.com/AuthMe01/web-client-sdk/commit/189b2d09edbbcf378bb29d1ac37184ac00a002c3))
|
|
35
|
+
|
|
5
36
|
## [2.2.0-rc.8](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.7...v2.2.0-rc.8) (2022-12-07)
|
|
6
37
|
|
|
7
38
|
## [2.2.0-rc.7](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.6...v2.2.0-rc.7) (2022-12-07)
|
package/assets/locale/en_US.json
CHANGED
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
"verify.menu.title": "Document Verification",
|
|
151
151
|
"verify.menu.country": "Issuing Country",
|
|
152
152
|
"verify.menu.card.type": "Use a valid document",
|
|
153
|
-
"liveness.continue": "
|
|
153
|
+
"liveness.continue": "continue",
|
|
154
154
|
"liveness.hint1": "Make sure that your face is visible and clear",
|
|
155
155
|
"liveness.hint2": "Please center your face in the frame",
|
|
156
156
|
"liveness.hint3": "Follow the instructions on the screen to perform actions",
|
|
@@ -166,5 +166,8 @@
|
|
|
166
166
|
"liveness.header.liveness": "Face Verification",
|
|
167
167
|
"home.settingLangTitle": "Language Setting",
|
|
168
168
|
"setting.language.en": "English",
|
|
169
|
-
"setting.language.tw": "Traditional Chinese"
|
|
169
|
+
"setting.language.tw": "Traditional Chinese",
|
|
170
|
+
"liveness.upload.success": "Uploaded Successfully",
|
|
171
|
+
"error.timeout.title": "Session expired",
|
|
172
|
+
"verify.menu.footer.content": "powered by Authme"
|
|
170
173
|
}
|
|
@@ -166,5 +166,8 @@
|
|
|
166
166
|
"liveness.header.liveness": "人臉辨識",
|
|
167
167
|
"home.settingLangTitle": "語言設定",
|
|
168
168
|
"setting.language.en": "英文",
|
|
169
|
-
"setting.language.tw": "繁體中文(台灣)"
|
|
169
|
+
"setting.language.tw": "繁體中文(台灣)",
|
|
170
|
+
"liveness.upload.success": "上傳成功",
|
|
171
|
+
"error.timeout.title": "操作逾時",
|
|
172
|
+
"verify.menu.footer.content": "powered by Authme"
|
|
170
173
|
}
|