@authme/identity-verification 2.2.1 → 2.3.1-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/assets/locale/en_US.json +6 -1
- package/assets/locale/zh_Hant_TW.json +6 -1
- package/assets/styles/style.css +288 -43
- package/index.cjs +9368 -6539
- package/index.js +9367 -6543
- package/package.json +6 -6
- package/src/lib/identity-verification-feature-identity-verification.d.ts +4 -2
- package/src/lib/interface/config.interface.d.ts +16 -0
- package/src/lib/interface/result.model.d.ts +9 -0
- package/src/lib/lottie/circle_large_to_sm_mask.d.ts +595 -0
- package/src/lib/lottie/circle_sm_to_large_mask.d.ts +595 -0
- package/src/lib/lottie/index.d.ts +2 -0
- package/src/lib/module/extra.module.d.ts +7 -0
- package/src/lib/operator/index.d.ts +3 -1
- package/src/lib/ui/basic.d.ts +4 -1
- package/src/lib/ui/extra-flow.d.ts +8 -0
- package/src/lib/ui/extra.ui.d.ts +15 -0
- package/src/lib/ui/index.d.ts +2 -0
- package/src/lib/ui/liveness-flow.d.ts +7 -1
package/assets/locale/en_US.json
CHANGED
|
@@ -203,5 +203,10 @@
|
|
|
203
203
|
"nfc.passport.error.confirmButton": "Confirm",
|
|
204
204
|
"nfc.passport.error.notTurnOn.title": "This device does not turn on NFC",
|
|
205
205
|
"nfc.passport.error.notTurnOn.text": "Please make sure the NFC function is activated in Settings.",
|
|
206
|
-
"nfc.passport.error.notMatch.text": "The information does not match, please try again."
|
|
206
|
+
"nfc.passport.error.notMatch.text": "The information does not match, please try again.",
|
|
207
|
+
"extra.title": "Please hold other document and position within the frame\\Click shoot",
|
|
208
|
+
"extra.frontSide": "Make sure the frame is clear",
|
|
209
|
+
"extra.otherPicture": "Take the photo of other Financial Statement ?",
|
|
210
|
+
"verify.endBtn": "Finish",
|
|
211
|
+
"verify.continueBtn": "Continue"
|
|
207
212
|
}
|
|
@@ -203,5 +203,10 @@
|
|
|
203
203
|
"nfc.passport.error.confirmButton": "確認",
|
|
204
204
|
"nfc.passport.error.notTurnOn.title": "裝置未開啟NFC",
|
|
205
205
|
"nfc.passport.error.notTurnOn.text": "請檢查裝置設定是否開啟NFC功能",
|
|
206
|
-
"nfc.passport.error.notMatch.text": "資料不符,請再試一次"
|
|
206
|
+
"nfc.passport.error.notMatch.text": "資料不符,請再試一次",
|
|
207
|
+
"extra.title": "將額外文件置於畫面中\\點擊快門拍攝",
|
|
208
|
+
"extra.frontSide": "確認畫面清晰",
|
|
209
|
+
"extra.otherPicture": "拍攝其他財力證明?",
|
|
210
|
+
"verify.endBtn": "結束",
|
|
211
|
+
"verify.continueBtn": "繼續"
|
|
207
212
|
}
|