@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.
@@ -25,7 +25,6 @@
25
25
  .cameraVideoSelfie,
26
26
  .cameraVideoSelfieDesk {
27
27
  z-index: 2;
28
- position: absolute;
29
28
  max-width: 100%;
30
29
  max-height: 100%;
31
30
  border-radius: 10px;
@@ -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;position:absolute;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;}";
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.19";
844
+ const version$1 = "4.7.20";
845
845
  var packageJson = {
846
846
  version: version$1};
847
847