@ekyc_qoobiss/qbs-ect-cmp 4.7.19 → 4.7.20
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/dist/cjs/agreement-info_23.cjs.entry.js +2 -2
- package/dist/cjs/agreement-info_23.cjs.entry.js.map +1 -1
- package/dist/collection/components/common/id-auto-capture/id-auto-capture.css +0 -1
- package/dist/esm/agreement-info_23.entry.js +2 -2
- package/dist/esm/agreement-info_23.entry.js.map +1 -1
- package/dist/qbs-ect-cmp/{p-fd0c62e6.entry.js → p-bac36dff.entry.js} +2 -2
- package/dist/qbs-ect-cmp/p-bac36dff.entry.js.map +1 -0
- package/dist/qbs-ect-cmp/qbs-ect-cmp.esm.js +1 -1
- package/package.json +1 -1
- package/dist/qbs-ect-cmp/p-fd0c62e6.entry.js.map +0 -1
|
@@ -508,7 +508,7 @@ const HowToInfo = class {
|
|
|
508
508
|
};
|
|
509
509
|
HowToInfo.style = howToInfoCss;
|
|
510
510
|
|
|
511
|
-
const idAutoCaptureCss = ".camera{color:white;display:flex;align-items:center;justify-content:center;position:relative}.cameraCanvas,.cameraCanvasSelfie,.cameraCanvasSelfieDesk{z-index:3;max-width:100%;max-height:100%;border-radius:10px}.cameraCanvasSelfie,.cameraCanvasSelfieDesk{transform:scale(-1, 1);-webkit-transform:scale(-1, 1)}.cameraVideo,.cameraVideoSelfie,.cameraVideoSelfieDesk{z-index:2;
|
|
511
|
+
const idAutoCaptureCss = ".camera{color:white;display:flex;align-items:center;justify-content:center;position:relative}.cameraCanvas,.cameraCanvasSelfie,.cameraCanvasSelfieDesk{z-index:3;max-width:100%;max-height:100%;border-radius:10px}.cameraCanvasSelfie,.cameraCanvasSelfieDesk{transform:scale(-1, 1);-webkit-transform:scale(-1, 1)}.cameraVideo,.cameraVideoSelfie,.cameraVideoSelfieDesk{z-index:2;max-width:100%;max-height:100%;border-radius:10px}.cameraVideoSelfie,.cameraVideoSelfieDesk{transform:scale(-1, 1);-webkit-transform:scale(-1, 1)}@keyframes capture-flash{0%{opacity:0}50%{opacity:1}100%{opacity:0}}.capture-flash-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:white;opacity:0;animation:capture-flash 0.2s ease-out;pointer-events:none;z-index:10;}.id-guide-rectangle{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:70%;padding-bottom:calc(70% / 1.58);border:3px dashed rgba(255, 255, 255, 0.7);border-radius:8px;z-index:5;pointer-events:none;box-sizing:border-box;}";
|
|
512
512
|
|
|
513
513
|
const IdAutoCapture = class {
|
|
514
514
|
constructor(hostRef) {
|
|
@@ -841,7 +841,7 @@ const IdSelection = class {
|
|
|
841
841
|
};
|
|
842
842
|
IdSelection.style = idSelectionCss;
|
|
843
843
|
|
|
844
|
-
const version$1 = "4.7.
|
|
844
|
+
const version$1 = "4.7.20";
|
|
845
845
|
var packageJson = {
|
|
846
846
|
version: version$1};
|
|
847
847
|
|