@unissey-web/web-components 5.0.0 → 5.1.0-beta.1
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/{en-066d960b.js → en-bf73ad7f.js} +1 -1
- package/dist/file-upload.js +1 -1
- package/dist/full-capture.js +2 -2
- package/dist/image-capture-directions.js +1 -1
- package/dist/index.js +4 -4
- package/dist/picture-editor.js +1 -1
- package/dist/picture-recorder.js +2 -2
- package/dist/reference-capture.js +2 -2
- package/dist/retry-result.js +1 -1
- package/dist/selfie-capture.js +2 -2
- package/dist/video-record-directions.js +1 -1
- package/dist/video-recorder-75764686.js +1182 -0
- package/dist/video-recorder.js +2 -2
- package/package.json +2 -2
- package/dist/video-recorder-16039ae1.js +0 -1182
|
@@ -22,7 +22,7 @@ var videoRecorder = {
|
|
|
22
22
|
retry: "Retry",
|
|
23
23
|
errors: {
|
|
24
24
|
noFace: "We couldn't detect a face, please try again.",
|
|
25
|
-
activeChallenge: "
|
|
25
|
+
activeChallenge: "You didn't perform the requested action correctly.",
|
|
26
26
|
sdkError: "There has been an error while processing",
|
|
27
27
|
unsupportedFaceDetector: "The face detector is not supported on the current device, please try again."
|
|
28
28
|
},
|
package/dist/file-upload.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { i, d as _taggedTemplateLiteral, _ as _inherits, a as _createClass, x, s, b as _classCallCheck, c as _callSuper, e as _objectSpread2, f as _asyncToGenerator, g as _regenerator } from './lit-element-83035a6f.js';
|
|
2
|
-
import { E as EN } from './en-
|
|
2
|
+
import { E as EN } from './en-bf73ad7f.js';
|
|
3
3
|
import { f as fileUploadVars } from './variables-c07a8719.js';
|
|
4
4
|
import { c as commonjsGlobal } from './_commonjsHelpers-02146103.js';
|
|
5
5
|
|
package/dist/full-capture.js
CHANGED
|
@@ -2,8 +2,8 @@ import { _ as _inherits, a as _createClass, x, d as _taggedTemplateLiteral, s, b
|
|
|
2
2
|
import { selfieCaptureStrings } from './selfie-capture.js';
|
|
3
3
|
import { referenceCaptureStrings } from './reference-capture.js';
|
|
4
4
|
import './button.js';
|
|
5
|
-
import './en-
|
|
6
|
-
import './video-recorder-
|
|
5
|
+
import './en-bf73ad7f.js';
|
|
6
|
+
import './video-recorder-75764686.js';
|
|
7
7
|
import './_commonjsHelpers-02146103.js';
|
|
8
8
|
import './variables-c07a8719.js';
|
|
9
9
|
import './video-record-directions.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { _ as _inherits, a as _createClass, x, d as _taggedTemplateLiteral, s, b as _classCallCheck, c as _callSuper, i, e as _objectSpread2 } from './lit-element-83035a6f.js';
|
|
2
2
|
import { d as directionsStyle } from './direction-card-5904f865.js';
|
|
3
3
|
import { d as defaultVars } from './variables-c07a8719.js';
|
|
4
|
-
import { E as EN } from './en-
|
|
4
|
+
import { E as EN } from './en-bf73ad7f.js';
|
|
5
5
|
|
|
6
6
|
var _templateObject$3;
|
|
7
7
|
var FaceCardPicto = /*#__PURE__*/function (_LitElement) {
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { Button } from './button.js';
|
|
2
|
-
import { R as Recorder } from './video-recorder-
|
|
3
|
-
export { A as Animation, C as CameraVideoOutlinedIcon, O as OverlayHints } from './video-recorder-
|
|
2
|
+
import { R as Recorder } from './video-recorder-75764686.js';
|
|
3
|
+
export { A as Animation, C as CameraVideoOutlinedIcon, O as OverlayHints } from './video-recorder-75764686.js';
|
|
4
4
|
export { VideoRecordDirections } from './video-record-directions.js';
|
|
5
5
|
export { PictureRecorder } from './picture-recorder.js';
|
|
6
6
|
export { PictureEditor } from './picture-editor.js';
|
|
@@ -12,7 +12,7 @@ export { SelfieCapture } from './selfie-capture.js';
|
|
|
12
12
|
export { ReferenceCapture } from './reference-capture.js';
|
|
13
13
|
export { FullCapture } from './full-capture.js';
|
|
14
14
|
export { D as DirectionCard } from './direction-card-5904f865.js';
|
|
15
|
-
export { E as EN } from './en-
|
|
15
|
+
export { E as EN } from './en-bf73ad7f.js';
|
|
16
16
|
import './variables-c07a8719.js';
|
|
17
17
|
import './_commonjsHelpers-02146103.js';
|
|
18
18
|
|
|
@@ -33,7 +33,7 @@ var videoRecorder = {
|
|
|
33
33
|
retry: "Réessayer",
|
|
34
34
|
errors: {
|
|
35
35
|
noFace: "Votre visage n'a pas pu être détecté, veuillez réessayer.",
|
|
36
|
-
activeChallenge: "
|
|
36
|
+
activeChallenge: "Vous n'avez pas correctement effectué l'action demandée.",
|
|
37
37
|
sdkError: "Une erreur s'est produite lors du traitement",
|
|
38
38
|
unsupportedFaceDetector: "Le détecteur de visage n'est pas supporté sur l'appareil actuel, veuillez réessayer."
|
|
39
39
|
},
|
package/dist/picture-editor.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { _ as _inherits, a as _createClass, x, d as _taggedTemplateLiteral, s, b as _classCallCheck, c as _callSuper, i, e as _objectSpread2, f as _asyncToGenerator, g as _regenerator, h as _superPropGet } from './lit-element-83035a6f.js';
|
|
2
|
-
import { E as EN } from './en-
|
|
2
|
+
import { E as EN } from './en-bf73ad7f.js';
|
|
3
3
|
|
|
4
4
|
var _templateObject$2;
|
|
5
5
|
var RotateLeftIcon = /*#__PURE__*/function (_LitElement) {
|
package/dist/picture-recorder.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { _ as _inherits, a as _createClass, x, d as _taggedTemplateLiteral, s, b as _classCallCheck, c as _callSuper, e as _objectSpread2 } from './lit-element-83035a6f.js';
|
|
2
|
-
import { R as Recorder, b as buildPacked } from './video-recorder-
|
|
3
|
-
import { E as EN } from './en-
|
|
2
|
+
import { R as Recorder, b as buildPacked } from './video-recorder-75764686.js';
|
|
3
|
+
import { E as EN } from './en-bf73ad7f.js';
|
|
4
4
|
import './_commonjsHelpers-02146103.js';
|
|
5
5
|
import './variables-c07a8719.js';
|
|
6
6
|
import './button.js';
|
|
@@ -3,8 +3,8 @@ import './button.js';
|
|
|
3
3
|
import './image-capture-directions.js';
|
|
4
4
|
import './file-upload.js';
|
|
5
5
|
import './picture-recorder.js';
|
|
6
|
-
import { b as buildPacked } from './video-recorder-
|
|
7
|
-
import { E as EN } from './en-
|
|
6
|
+
import { b as buildPacked } from './video-recorder-75764686.js';
|
|
7
|
+
import { E as EN } from './en-bf73ad7f.js';
|
|
8
8
|
import { a as referenceCaptureVars } from './variables-c07a8719.js';
|
|
9
9
|
import './direction-card-5904f865.js';
|
|
10
10
|
import './_commonjsHelpers-02146103.js';
|
package/dist/retry-result.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { _ as _inherits, a as _createClass, x, d as _taggedTemplateLiteral, s, b as _classCallCheck, c as _callSuper, i } from './lit-element-83035a6f.js';
|
|
2
2
|
import './button.js';
|
|
3
3
|
import { d as defaultVars, r as retryResultVars } from './variables-c07a8719.js';
|
|
4
|
-
import { E as EN } from './en-
|
|
4
|
+
import { E as EN } from './en-bf73ad7f.js';
|
|
5
5
|
|
|
6
6
|
var _templateObject$3;
|
|
7
7
|
var GenericHintIcon = /*#__PURE__*/function (_LitElement) {
|
package/dist/selfie-capture.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { _ as _inherits, a as _createClass, x, d as _taggedTemplateLiteral, s, b as _classCallCheck, c as _callSuper, i } from './lit-element-83035a6f.js';
|
|
2
|
-
import { E as EN } from './en-
|
|
3
|
-
import { b as buildPacked } from './video-recorder-
|
|
2
|
+
import { E as EN } from './en-bf73ad7f.js';
|
|
3
|
+
import { b as buildPacked } from './video-recorder-75764686.js';
|
|
4
4
|
import './video-record-directions.js';
|
|
5
5
|
import './button.js';
|
|
6
6
|
import { s as selfieCaptureVars } from './variables-c07a8719.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { _ as _inherits, a as _createClass, x, d as _taggedTemplateLiteral, s, b as _classCallCheck, c as _callSuper, e as _objectSpread2 } from './lit-element-83035a6f.js';
|
|
2
2
|
import { d as directionsStyle } from './direction-card-5904f865.js';
|
|
3
3
|
import { d as defaultVars } from './variables-c07a8719.js';
|
|
4
|
-
import { E as EN } from './en-
|
|
4
|
+
import { E as EN } from './en-bf73ad7f.js';
|
|
5
5
|
|
|
6
6
|
var _templateObject$4;
|
|
7
7
|
var LightPicto = /*#__PURE__*/function (_LitElement) {
|