bry-biometric-collector 3.3.0-RC06 → 3.3.0-RC07

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.
Files changed (22) hide show
  1. package/README.md +1 -1
  2. package/dist/CaptureBar_bbb41c40_3.3.0-RC07.js +893 -0
  3. package/dist/{DocumentCollector_ec54949a_3.3.0-RC06.js → DocumentCollector_39a1a662_3.3.0-RC07.js} +77 -76
  4. package/dist/{FaceCollector_d7b7f7c7_3.3.0-RC06.js → FaceCollector_5e696802_3.3.0-RC07.js} +12 -11
  5. package/dist/StreamCollector_89664342_3.3.0-RC07.js +348 -0
  6. package/dist/ValidationAlert_81eae4eb_3.3.0-RC07.js +847 -0
  7. package/dist/{___vite-browser-external_commonjs-proxy_ed53a62c_3.3.0-RC06.js → ___vite-browser-external_commonjs-proxy_d99dffb1_3.3.0-RC07.js} +1 -1
  8. package/dist/bry-biometric-collector-main.js +2 -2
  9. package/dist/{en-us_e83efd5d_3.3.0-RC06.js → en-us_c02e99cd_3.3.0-RC07.js} +3 -2
  10. package/dist/{es-cl_5939150a_3.3.0-RC06.js → es-cl_6f3eda53_3.3.0-RC07.js} +3 -2
  11. package/dist/{fingersApi_e3b0a904_3.3.0-RC06.js → fingersApi_0f644f7a_3.3.0-RC07.js} +2 -2
  12. package/dist/index.js +2 -2
  13. package/dist/{index_2611392a_3.3.0-RC06.js → index_8a654b33_3.3.0-RC07.js} +3 -3
  14. package/dist/{index_10ec837c_3.3.0-RC06.js → index_b0b3c37a_3.3.0-RC07.js} +3 -3
  15. package/dist/{main_1dfbf19c_3.3.0-RC06.js → main_866e3050_3.3.0-RC07.js} +6245 -6094
  16. package/dist/{pt-br_fae15356_3.3.0-RC06.js → pt-br_e7d46668_3.3.0-RC07.js} +9 -8
  17. package/dist/style.css +1 -1
  18. package/package.json +1 -1
  19. package/dist/ValidationAlert_ac046013_3.3.0-RC06.js +0 -1657
  20. /package/dist/{face_api_0e3ce8c8_3.3.0-RC06.js → face_api_0e3ce8c8_3.3.0-RC07.js} +0 -0
  21. /package/dist/{index-idlf-detector_39cfdffa_3.3.0-RC06.js → index-idlf-detector_39cfdffa_3.3.0-RC07.js} +0 -0
  22. /package/dist/{index-idlf-detector_a819b3c8_3.3.0-RC06.js → index-idlf-detector_a819b3c8_3.3.0-RC07.js} +0 -0
package/README.md CHANGED
@@ -112,7 +112,7 @@ Currently supported tag parameters:
112
112
  Example: `video_dimensions="800x500"`
113
113
 
114
114
  - **collector_select**: The collectors that should be rendered. Possible values are `"BOTH", "FINGERS",
115
- "FACE", "DOCUMENT"`. When using only one, the tabs are hidden.
115
+ "FACE", "DOCUMENT", "STREAM"`. When using only one, the tabs are hidden.
116
116
 
117
117
  Default: `"BOTH"`
118
118