@regulaforensics/idv-capture-web 0.1.57-nightly
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 +3 -0
- package/dist/index-CnurXO_T.js +19997 -0
- package/dist/index-CzhVd-BY.js +15254 -0
- package/dist/index-LAItSFJM.js +15026 -0
- package/dist/index.d.ts +96 -0
- package/dist/main.iife.js +895 -0
- package/dist/main.js +9 -0
- package/dist/style.css +1 -0
- package/package.json +26 -0
package/dist/main.js
ADDED
package/dist/style.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
*,*:before,*:after{box-sizing:border-box}ul,p,h1,h2,h3,h4{padding:0;margin:0}li{list-style:none}._window_1wpzq_16{--base-main-color: #7E57C5;--base-font-family: sans-serif;width:100%;max-width:680px;height:100%;position:relative;background:#fff;overflow:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);margin:0 auto;font-family:var(--base-font-family)}._content_1wpzq_35{overflow:auto;height:100%;display:flex;flex-direction:column}._back_1wpzq_42{position:absolute;width:24px;height:24px;top:16px;left:16px;cursor:pointer}._to-mobile_1wpzq_51{position:absolute;left:calc(50% - 12px);height:24px;width:24px;top:16px;cursor:pointer}._error-boundary_mput0_1{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;position:absolute;width:100%;height:100%;top:0;left:0}._title_mput0_14{font-size:20px;font-weight:700;margin-bottom:10px}._subtitle_mput0_20{margin-bottom:10px}._details_mput0_24{font-weight:lighter}._container_16vo2_1{height:60px;width:60px}@keyframes _spin_16vo2_15{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._spinner_16vo2_15{position:relative;width:60px;height:60px;clip:rect(22px,60px,60px,0);animation:_spin_16vo2_15 1.5s cubic-bezier(.77,0,.175,1) infinite;--spinner-color: black}._spinner_16vo2_15:before,._spinner_16vo2_15:after{content:"";display:block;position:absolute;inset:0;margin:auto;height:60px;width:60px;border-radius:50%}._spinner_16vo2_15:before{border:5px solid transparent;border-top:5px solid var(--spinner-color);border-left:5px solid var(--spinner-color);border-right:5px solid var(--spinner-color);z-index:1;animation:_spin_16vo2_15 1.5s cubic-bezier(.77,0,.175,1) infinite}._spinner_16vo2_15:after{border:5px solid #FBFBFB}._button_19uz9_1:disabled{background:gray}._to-phone_hmp6t_1{flex:1 1 100%;display:flex;flex-direction:column;justify-content:center;align-content:center;align-items:center;position:relative}._title_hmp6t_11{margin-bottom:4px}._desc_hmp6t_15{text-align:center;max-width:385px;font-size:16px}._details_hmp6t_21{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;opacity:0}._backIcon_hmp6t_31{position:fixed;z-index:9;top:15px;left:10px;width:24px;height:24px;cursor:pointer}._details-enter-active_hmp6t_41{opacity:1;transition:opacity .3s}._details-enter-done_hmp6t_46,._details-exit_hmp6t_50{opacity:1}._details-exit-active_hmp6t_53{opacity:0;transition:.3s}._details_hmp6t_21 h3{margin-bottom:20px}._details-container_hmp6t_62{display:flex;gap:32px}._details-icon_hmp6t_67{font-size:15px;margin-bottom:8px;display:flex;align-items:center;justify-content:flex-start;color:#262626}._details-icon_hmp6t_67 svg{margin-right:12px}._details-section_hmp6t_78{flex:1 1 50%}._details-list_hmp6t_82{font-size:13px;color:#595959;font-weight:100;line-height:18px}._scan_hmp6t_89{font-size:14px}._qr-image_hmp6t_93{width:160px;height:160px;background:#f5f5f5;margin-bottom:5px;margin-top:5px}._how-to-scan_hmp6t_101{display:flex;justify-content:center;align-items:center;align-content:center;font-size:12px;color:#787878;text-decoration:underline;cursor:pointer}._how-to-scan_hmp6t_101 svg{margin-right:5px}
|
package/package.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@regulaforensics/idv-capture-web",
|
|
3
|
+
"version": "0.1.57-nightly",
|
|
4
|
+
"description": "Regula framework agnostic web components to work with webcamera",
|
|
5
|
+
"types": "dist/index.d.ts",
|
|
6
|
+
"main": "dist/main.js",
|
|
7
|
+
"module": "dist/main.js",
|
|
8
|
+
"type": "module",
|
|
9
|
+
"exports": {
|
|
10
|
+
"import": "./dist/main.js",
|
|
11
|
+
"types": "./dist/index.d.ts"
|
|
12
|
+
},
|
|
13
|
+
"files": [
|
|
14
|
+
"dist/"
|
|
15
|
+
],
|
|
16
|
+
"author": "Regula Forensics, Inc.",
|
|
17
|
+
"license": "MIT",
|
|
18
|
+
"homepage": "https://storybook-idv.regulaforensics.com/",
|
|
19
|
+
"scripts": {
|
|
20
|
+
"build": "vite build",
|
|
21
|
+
"test": "jest --testPathPattern=src/tests"
|
|
22
|
+
},
|
|
23
|
+
"dependencies": {
|
|
24
|
+
"zustand": "^5.0.0-rc.2"
|
|
25
|
+
}
|
|
26
|
+
}
|