idmission-web-sdk 2.2.87 → 2.2.89
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/components/id_capture/IdCaptureGuidesCommon.d.ts.map +1 -1
- package/dist/components/id_capture/IdCaptureOrUploadScreen.d.ts.map +1 -1
- package/dist/sdk2.cjs.development.js +66 -45
- package/dist/sdk2.cjs.development.js.map +1 -1
- package/dist/sdk2.cjs.production.js +1 -1
- package/dist/sdk2.cjs.production.js.map +1 -1
- package/dist/sdk2.esm.js +66 -45
- package/dist/sdk2.esm.js.map +1 -1
- package/dist/sdk2.umd.development.js +66 -45
- package/dist/sdk2.umd.development.js.map +1 -1
- package/dist/sdk2.umd.production.js +1 -1
- package/dist/sdk2.umd.production.js.map +1 -1
- package/dist/themes/index.d.ts +2 -0
- package/dist/themes/index.d.ts.map +1 -1
- package/dist/version.d.ts +1 -1
- package/package.json +3 -3
package/dist/sdk2.esm.js
CHANGED
|
@@ -203,7 +203,7 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
|
|
|
203
203
|
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
|
|
204
204
|
};
|
|
205
205
|
|
|
206
|
-
var webSdkVersion = '2.2.
|
|
206
|
+
var webSdkVersion = '2.2.89';
|
|
207
207
|
|
|
208
208
|
function getPlatform() {
|
|
209
209
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
@@ -6966,8 +6966,8 @@ var StyledButtonsRow$a = styled(ButtonsRow)(templateObject_8$3 || (templateObjec
|
|
|
6966
6966
|
});
|
|
6967
6967
|
var LoadingListContainer$1 = styled.div(templateObject_9$3 || (templateObject_9$3 = __makeTemplateObject(["\n display: flex;\n position: relative;\n z-index: 2;\n"], ["\n display: flex;\n position: relative;\n z-index: 2;\n"])));
|
|
6968
6968
|
var LoadingList$1 = styled.ul(templateObject_10$2 || (templateObject_10$2 = __makeTemplateObject(["\n display: block;\n margin: auto;\n list-style: none;\n padding: 0;\n"], ["\n display: block;\n margin: auto;\n list-style: none;\n padding: 0;\n"])));
|
|
6969
|
-
var LoadingListItem$1 = styled.li(templateObject_11$
|
|
6970
|
-
var ProgressContainer$1 = styled.div(templateObject_12$
|
|
6969
|
+
var LoadingListItem$1 = styled.li(templateObject_11$2 || (templateObject_11$2 = __makeTemplateObject(["\n display: inline-flex;\n justify-content: center;\n align-items: center;\n padding: 2px 1.25rem 2px 0;\n line-height: 1rem;\n"], ["\n display: inline-flex;\n justify-content: center;\n align-items: center;\n padding: 2px 1.25rem 2px 0;\n line-height: 1rem;\n"])));
|
|
6970
|
+
var ProgressContainer$1 = styled.div(templateObject_12$2 || (templateObject_12$2 = __makeTemplateObject(["\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n"], ["\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n"])));
|
|
6971
6971
|
var ProgressBarBackground$1 = styled.div(templateObject_13$1 || (templateObject_13$1 = __makeTemplateObject(["\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background: ", ";\n opacity: ", ";\n"], ["\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background: ", ";\n opacity: ", ";\n"])), function (props) {
|
|
6972
6972
|
var _a, _b, _c, _d;
|
|
6973
6973
|
return (_d = (_c = (_b = (_a = props.theme) === null || _a === void 0 ? void 0 : _a.idCapture) === null || _b === void 0 ? void 0 : _b.loadingOverlay) === null || _c === void 0 ? void 0 : _c.progressBarBackgroundColor) !== null && _d !== void 0 ? _d : 'var(--idm-color-positive-600)';
|
|
@@ -6991,7 +6991,7 @@ var ContinueButton$1 = styled(LoaderButton)(templateObject_18 || (templateObject
|
|
|
6991
6991
|
var _a, _b, _c, _d, _e, _f;
|
|
6992
6992
|
return ((_c = (_b = (_a = props.theme) === null || _a === void 0 ? void 0 : _a.idCapture) === null || _b === void 0 ? void 0 : _b.loadingOverlay) === null || _c === void 0 ? void 0 : _c.continueBtnBorder) ? "border: ".concat((_f = (_e = (_d = props.theme) === null || _d === void 0 ? void 0 : _d.idCapture) === null || _e === void 0 ? void 0 : _e.loadingOverlay) === null || _f === void 0 ? void 0 : _f.continueBtnBorder, ";") : '';
|
|
6993
6993
|
});
|
|
6994
|
-
var templateObject_1$z, templateObject_2$u, templateObject_3$m, templateObject_4$g, templateObject_5$b, templateObject_6$9, templateObject_7$6, templateObject_8$3, templateObject_9$3, templateObject_10$2, templateObject_11$
|
|
6994
|
+
var templateObject_1$z, templateObject_2$u, templateObject_3$m, templateObject_4$g, templateObject_5$b, templateObject_6$9, templateObject_7$6, templateObject_8$3, templateObject_9$3, templateObject_10$2, templateObject_11$2, templateObject_12$2, templateObject_13$1, templateObject_14$1, templateObject_15$1, templateObject_16, templateObject_17, templateObject_18;
|
|
6995
6995
|
|
|
6996
6996
|
var ContinuityCameraCheckboxContainer = styled.div(templateObject_1$y || (templateObject_1$y = __makeTemplateObject(["\n margin-top: 15px;\n margin-bottom: 15px;\n"], ["\n margin-top: 15px;\n margin-bottom: 15px;\n"])));
|
|
6997
6997
|
var ContinuityCameraCheckbox = styled.input(templateObject_2$t || (templateObject_2$t = __makeTemplateObject(["\n margin-right: 8px;\n"], ["\n margin-right: 8px;\n"])));
|
|
@@ -7298,29 +7298,29 @@ var IdCardGuideImage = styled.img(templateObject_2$q || (templateObject_2$q = __
|
|
|
7298
7298
|
return props.$isInvisible ? 'opacity: 0;' : '';
|
|
7299
7299
|
});
|
|
7300
7300
|
function IdCardBorder(_a) {
|
|
7301
|
-
var _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
7301
|
+
var _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r;
|
|
7302
7302
|
var children = _a.children,
|
|
7303
|
-
|
|
7304
|
-
status =
|
|
7305
|
-
|
|
7306
|
-
borderWidth =
|
|
7307
|
-
|
|
7308
|
-
borderRadius =
|
|
7309
|
-
|
|
7310
|
-
borderColor =
|
|
7303
|
+
_s = _a.status,
|
|
7304
|
+
status = _s === void 0 ? 'ready' : _s,
|
|
7305
|
+
_t = _a.borderWidth,
|
|
7306
|
+
borderWidth = _t === void 0 ? 20 : _t,
|
|
7307
|
+
_u = _a.borderRadius,
|
|
7308
|
+
borderRadius = _u === void 0 ? 25 : _u,
|
|
7309
|
+
_v = _a.borderColor,
|
|
7310
|
+
borderColor = _v === void 0 ? 'white' : _v,
|
|
7311
7311
|
aspectRatio = _a.aspectRatio,
|
|
7312
|
-
|
|
7313
|
-
progress =
|
|
7312
|
+
_w = _a.progress,
|
|
7313
|
+
progress = _w === void 0 ? 0 : _w,
|
|
7314
7314
|
props = __rest(_a, ["children", "status", "borderWidth", "borderRadius", "borderColor", "aspectRatio", "progress"]);
|
|
7315
|
-
var
|
|
7316
|
-
ref =
|
|
7317
|
-
|
|
7318
|
-
width =
|
|
7319
|
-
|
|
7320
|
-
height =
|
|
7321
|
-
var
|
|
7322
|
-
progressResets =
|
|
7323
|
-
setProgressResets =
|
|
7315
|
+
var _x = useResizeObserver(),
|
|
7316
|
+
ref = _x.ref,
|
|
7317
|
+
_y = _x.width,
|
|
7318
|
+
width = _y === void 0 ? 0 : _y,
|
|
7319
|
+
_z = _x.height,
|
|
7320
|
+
height = _z === void 0 ? 0 : _z;
|
|
7321
|
+
var _0 = useState(0),
|
|
7322
|
+
progressResets = _0[0],
|
|
7323
|
+
setProgressResets = _0[1];
|
|
7324
7324
|
useEffect(function () {
|
|
7325
7325
|
if (progress === 0 && status === 'capturing') {
|
|
7326
7326
|
setProgressResets(function (n) {
|
|
@@ -7332,7 +7332,8 @@ function IdCardBorder(_a) {
|
|
|
7332
7332
|
var wavesDisabled = (_d = (_c = (_b = theme.idCapture) === null || _b === void 0 ? void 0 : _b.guideBox) === null || _c === void 0 ? void 0 : _c.wavesDisabled) !== null && _d !== void 0 ? _d : false;
|
|
7333
7333
|
var wavesColor = (_g = (_f = (_e = theme.idCapture) === null || _e === void 0 ? void 0 : _e.guideBox) === null || _f === void 0 ? void 0 : _f.wavesColor) !== null && _g !== void 0 ? _g : '#287ec6';
|
|
7334
7334
|
var progressBarColor = (_k = (_j = (_h = theme.idCapture) === null || _h === void 0 ? void 0 : _h.guideBox) === null || _j === void 0 ? void 0 : _j.progressBarColor) !== null && _k !== void 0 ? _k : '#287ec6';
|
|
7335
|
-
var
|
|
7335
|
+
var progressBarIndicatorColor = (_o = (_m = (_l = theme.idCapture) === null || _l === void 0 ? void 0 : _l.guideBox) === null || _m === void 0 ? void 0 : _m.progressBarIndicatorColor) !== null && _o !== void 0 ? _o : borderColor;
|
|
7336
|
+
var progressBarWidth = (_r = (_q = (_p = theme.idCapture) === null || _p === void 0 ? void 0 : _p.guideBox) === null || _q === void 0 ? void 0 : _q.progressBarWidth) !== null && _r !== void 0 ? _r : borderWidth;
|
|
7336
7337
|
return /*#__PURE__*/React__default.createElement(IdCardBorderContainer, _assign({}, props), /*#__PURE__*/React__default.createElement("div", {
|
|
7337
7338
|
ref: ref,
|
|
7338
7339
|
style: {
|
|
@@ -7366,7 +7367,7 @@ function IdCardBorder(_a) {
|
|
|
7366
7367
|
width: width,
|
|
7367
7368
|
height: height,
|
|
7368
7369
|
borderRadius: borderRadius,
|
|
7369
|
-
borderColor:
|
|
7370
|
+
borderColor: progressBarIndicatorColor,
|
|
7370
7371
|
borderWidth: progressBarWidth,
|
|
7371
7372
|
className: "idmSdkWavesOrigin"
|
|
7372
7373
|
}), (status === 'capturing' || progress > 0) && ( /*#__PURE__*/React__default.createElement(IdCardBorderSvg, {
|
|
@@ -7375,7 +7376,7 @@ function IdCardBorder(_a) {
|
|
|
7375
7376
|
height: height,
|
|
7376
7377
|
borderRadius: borderRadius,
|
|
7377
7378
|
borderColor: progressBarColor,
|
|
7378
|
-
borderWidth:
|
|
7379
|
+
borderWidth: progressBarWidth,
|
|
7379
7380
|
isProgressBar: true,
|
|
7380
7381
|
progress: progress,
|
|
7381
7382
|
progressPaused: progress > 0 && status !== 'capturing'
|
|
@@ -9192,12 +9193,8 @@ function IdCaptureOrUploadScreen(_a) {
|
|
|
9192
9193
|
payload: 'passport'
|
|
9193
9194
|
});
|
|
9194
9195
|
}
|
|
9195
|
-
}, verbiage.passportText, /*#__PURE__*/React__default.createElement(ArrowIcon, null))), /*#__PURE__*/React__default.createElement(
|
|
9196
|
-
className: classNames.selectIdCardTypePanel
|
|
9197
|
-
style: {
|
|
9198
|
-
background: 'white',
|
|
9199
|
-
padding: '80px 0'
|
|
9200
|
-
}
|
|
9196
|
+
}, verbiage.passportText, /*#__PURE__*/React__default.createElement(ArrowIcon, null))), /*#__PURE__*/React__default.createElement(SelectIdCardScreenPanel, {
|
|
9197
|
+
className: classNames.selectIdCardTypePanel
|
|
9201
9198
|
}, /*#__PURE__*/React__default.createElement(IdDocumentIcon, {
|
|
9202
9199
|
className: classNames.selectIdCardTypeIcon
|
|
9203
9200
|
}), /*#__PURE__*/React__default.createElement(Button, {
|
|
@@ -9214,7 +9211,7 @@ function IdCaptureOrUploadScreen(_a) {
|
|
|
9214
9211
|
onClick: function onClick() {
|
|
9215
9212
|
return setSelectIdTypeModalOpen(false);
|
|
9216
9213
|
}
|
|
9217
|
-
},
|
|
9214
|
+
}, /*#__PURE__*/React__default.createElement(XIcon, null)))));
|
|
9218
9215
|
}
|
|
9219
9216
|
function PassportUploadScreen(_a) {
|
|
9220
9217
|
var _b = _a.classNames,
|
|
@@ -9403,17 +9400,39 @@ var ScreenContainer = styled.div(templateObject_1$l || (templateObject_1$l = __m
|
|
|
9403
9400
|
return (_a = props.theme) === null || _a === void 0 ? void 0 : _a.fontFamily;
|
|
9404
9401
|
});
|
|
9405
9402
|
var ScreenPanel = styled.div(templateObject_2$j || (templateObject_2$j = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n width: 100%;\n flex-grow: 1;\n background: #f7f6fb;\n box-sizing: border-box;\n padding: 40px;\n"], ["\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n width: 100%;\n flex-grow: 1;\n background: #f7f6fb;\n box-sizing: border-box;\n padding: 40px;\n"])));
|
|
9406
|
-
var
|
|
9407
|
-
var
|
|
9408
|
-
var
|
|
9409
|
-
var
|
|
9410
|
-
var
|
|
9411
|
-
var
|
|
9412
|
-
var
|
|
9403
|
+
var SelectIdCardScreenPanel = styled(ScreenPanel)(templateObject_3$f || (templateObject_3$f = __makeTemplateObject(["\n background: white;\n padding: 80px 0;\n\n @media (max-height: 1000px) {\n padding: 40px 0;\n }\n"], ["\n background: white;\n padding: 80px 0;\n\n @media (max-height: 1000px) {\n padding: 40px 0;\n }\n"])));
|
|
9404
|
+
var ScreenPanelHeading = styled.h3(templateObject_4$9 || (templateObject_4$9 = __makeTemplateObject(["\n margin: 0 0 30px;\n"], ["\n margin: 0 0 30px;\n"])));
|
|
9405
|
+
var ScreenActionsBar = styled.div(templateObject_5$5 || (templateObject_5$5 = __makeTemplateObject(["\n display: flex;\n align-items: center;\n justify-content: end;\n gap: 20px;\n padding: 20px;\n width: 100%;\n box-sizing: border-box;\n border-top: 1px solid #ccc;\n\n @media (max-width: 600px) {\n justify-content: center;\n }\n"], ["\n display: flex;\n align-items: center;\n justify-content: end;\n gap: 20px;\n padding: 20px;\n width: 100%;\n box-sizing: border-box;\n border-top: 1px solid #ccc;\n\n @media (max-width: 600px) {\n justify-content: center;\n }\n"])));
|
|
9406
|
+
var DashedSeparator = styled.div(templateObject_6$4 || (templateObject_6$4 = __makeTemplateObject(["\n width: 100%;\n height: 0;\n border-top: 2px solid #606060;\n border-top-style: dashed;\n display: flex;\n align-items: center;\n justify-content: center;\n"], ["\n width: 100%;\n height: 0;\n border-top: 2px solid #606060;\n border-top-style: dashed;\n display: flex;\n align-items: center;\n justify-content: center;\n"])));
|
|
9407
|
+
var OrWrapper = styled.div(templateObject_7$3 || (templateObject_7$3 = __makeTemplateObject(["\n color: #323232;\n font-weight: bold;\n background: white;\n border-radius: 50%;\n top: -2px;\n position: relative;\n width: 60px;\n height: 60px;\n display: flex;\n align-items: center;\n justify-content: center;\n"], ["\n color: #323232;\n font-weight: bold;\n background: white;\n border-radius: 50%;\n top: -2px;\n position: relative;\n width: 60px;\n height: 60px;\n display: flex;\n align-items: center;\n justify-content: center;\n"])));
|
|
9408
|
+
var Button = styled(WideBorderButton)(templateObject_8$1 || (templateObject_8$1 = __makeTemplateObject(["\n width: auto;\n font-weight: 500;\n padding-left: 40px;\n padding-right: 40px;\n transition: background-color 0.3s ease;\n background-color: #ffffff;\n white-space: nowrap;\n\n &:disabled,\n &.disabled {\n background-color: #f1f1f1 !important;\n border-color: #dbdbdb !important;\n color: #323232 !important;\n }\n\n &:hover {\n filter: none;\n background-color: #fafafa !important;\n }\n"], ["\n width: auto;\n font-weight: 500;\n padding-left: 40px;\n padding-right: 40px;\n transition: background-color 0.3s ease;\n background-color: #ffffff;\n white-space: nowrap;\n\n &:disabled,\n &.disabled {\n background-color: #f1f1f1 !important;\n border-color: #dbdbdb !important;\n color: #323232 !important;\n }\n\n &:hover {\n filter: none;\n background-color: #fafafa !important;\n }\n"])));
|
|
9409
|
+
var Modal = styled.div(templateObject_9$1 || (templateObject_9$1 = __makeTemplateObject(["\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background: rgba(0, 0, 0, 0.5);\n z-index: 10000;\n box-sizing: border-box;\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n"], ["\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background: rgba(0, 0, 0, 0.5);\n z-index: 10000;\n box-sizing: border-box;\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n"])));
|
|
9410
|
+
var Dialog = styled.div(templateObject_10$1 || (templateObject_10$1 = __makeTemplateObject(["\n width: 100%;\n max-width: 500px;\n height: 100%;\n max-height: 600px;\n background: white;\n border-radius: 25px;\n overflow: auto;\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n box-sizing: border-box;\n box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);\n font-family: ", ";\n //margin: 25px;\n"], ["\n width: 100%;\n max-width: 500px;\n height: 100%;\n max-height: 600px;\n background: white;\n border-radius: 25px;\n overflow: auto;\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n box-sizing: border-box;\n box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);\n font-family: ", ";\n //margin: 25px;\n"])), function (props) {
|
|
9413
9411
|
var _a;
|
|
9414
9412
|
return (_a = props.theme) === null || _a === void 0 ? void 0 : _a.fontFamily;
|
|
9415
9413
|
});
|
|
9416
|
-
var ModalCloseButton = styled.button(
|
|
9414
|
+
var ModalCloseButton = styled.button(templateObject_11$1 || (templateObject_11$1 = __makeTemplateObject(["\n width: 60px;\n height: 60px;\n background: black;\n color: whitesmoke;\n border-radius: 50%;\n font-size: 32px;\n border: none;\n cursor: pointer;\n margin: 20px 0;\n box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);\n transition: background 0.3s ease;\n display: flex;\n align-items: center;\n justify-content: center;\n box-sizing: border-box;\n padding: 0;\n\n &:hover {\n background: #222;\n color: white;\n }\n"], ["\n width: 60px;\n height: 60px;\n background: black;\n color: whitesmoke;\n border-radius: 50%;\n font-size: 32px;\n border: none;\n cursor: pointer;\n margin: 20px 0;\n box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);\n transition: background 0.3s ease;\n display: flex;\n align-items: center;\n justify-content: center;\n box-sizing: border-box;\n padding: 0;\n\n &:hover {\n background: #222;\n color: white;\n }\n"])));
|
|
9415
|
+
function XIcon(props) {
|
|
9416
|
+
return /*#__PURE__*/React__default.createElement("svg", _assign({
|
|
9417
|
+
width: "25",
|
|
9418
|
+
height: "25",
|
|
9419
|
+
viewBox: "0 0 25 25",
|
|
9420
|
+
fill: "none",
|
|
9421
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9422
|
+
}, props), /*#__PURE__*/React__default.createElement("path", {
|
|
9423
|
+
d: "M2.08435 23.0832L22.4206 2.42073",
|
|
9424
|
+
stroke: "white",
|
|
9425
|
+
strokeWidth: "3",
|
|
9426
|
+
strokeLinecap: "round",
|
|
9427
|
+
strokeLinejoin: "round"
|
|
9428
|
+
}), /*#__PURE__*/React__default.createElement("path", {
|
|
9429
|
+
d: "M1.91724 2.08386L22.5797 22.4201",
|
|
9430
|
+
stroke: "white",
|
|
9431
|
+
strokeWidth: "3",
|
|
9432
|
+
strokeLinecap: "round",
|
|
9433
|
+
strokeLinejoin: "round"
|
|
9434
|
+
}));
|
|
9435
|
+
}
|
|
9417
9436
|
function CameraIcon(props) {
|
|
9418
9437
|
return /*#__PURE__*/React__default.createElement("svg", _assign({
|
|
9419
9438
|
width: "91",
|
|
@@ -9494,7 +9513,7 @@ function UploadIcon(props) {
|
|
|
9494
9513
|
}));
|
|
9495
9514
|
}
|
|
9496
9515
|
function ArrowIcon(props) {
|
|
9497
|
-
return /*#__PURE__*/React__default.createElement(
|
|
9516
|
+
return /*#__PURE__*/React__default.createElement(InlineSvg, _assign({
|
|
9498
9517
|
width: "18",
|
|
9499
9518
|
height: "12",
|
|
9500
9519
|
viewBox: "0 0 18 12",
|
|
@@ -9643,6 +9662,7 @@ function IdDocumentIcon(props) {
|
|
|
9643
9662
|
strokeWidth: "3"
|
|
9644
9663
|
}));
|
|
9645
9664
|
}
|
|
9665
|
+
var InlineSvg = styled.svg(templateObject_12$1 || (templateObject_12$1 = __makeTemplateObject(["\n display: inline;\n"], ["\n display: inline;\n"])));
|
|
9646
9666
|
function humanFileSize(bytes, si, dp) {
|
|
9647
9667
|
if (si === void 0) {
|
|
9648
9668
|
si = false;
|
|
@@ -9663,7 +9683,7 @@ function humanFileSize(bytes, si, dp) {
|
|
|
9663
9683
|
} while (Math.round(Math.abs(bytes) * r) / r >= thresh && u < units.length - 1);
|
|
9664
9684
|
return bytes.toFixed(dp) + ' ' + units[u];
|
|
9665
9685
|
}
|
|
9666
|
-
var templateObject_1$l, templateObject_2$j, templateObject_3$f, templateObject_4$9, templateObject_5$5, templateObject_6$4, templateObject_7$3, templateObject_8$1, templateObject_9$1, templateObject_10$1;
|
|
9686
|
+
var templateObject_1$l, templateObject_2$j, templateObject_3$f, templateObject_4$9, templateObject_5$5, templateObject_6$4, templateObject_7$3, templateObject_8$1, templateObject_9$1, templateObject_10$1, templateObject_11$1, templateObject_12$1;
|
|
9667
9687
|
|
|
9668
9688
|
var IdCaptureWizard = function IdCaptureWizard(_a) {
|
|
9669
9689
|
var _b, _c, _d, _e, _f, _g;
|
|
@@ -11878,7 +11898,7 @@ var LoadingListItem = styled.li(templateObject_8 || (templateObject_8 = __makeTe
|
|
|
11878
11898
|
var ProgressContainer = styled.div(templateObject_9 || (templateObject_9 = __makeTemplateObject(["\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n"], ["\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n"])));
|
|
11879
11899
|
var ProgressBarBackground = styled.div(templateObject_10 || (templateObject_10 = __makeTemplateObject(["\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background: ", ";\n opacity: ", ";\n"], ["\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background: ", ";\n opacity: ", ";\n"])), function (props) {
|
|
11880
11900
|
var _a, _b, _c, _d;
|
|
11881
|
-
return (_d = (_c = (_b = (_a = props.theme) === null || _a === void 0 ? void 0 : _a.selfieCapture) === null || _b === void 0 ? void 0 : _b.loadingOverlay) === null || _c === void 0 ? void 0 : _c.
|
|
11901
|
+
return (_d = (_c = (_b = (_a = props.theme) === null || _a === void 0 ? void 0 : _a.selfieCapture) === null || _b === void 0 ? void 0 : _b.loadingOverlay) === null || _c === void 0 ? void 0 : _c.progressBarColor) !== null && _d !== void 0 ? _d : 'var(--idm-color-positive-600)';
|
|
11882
11902
|
}, function (props) {
|
|
11883
11903
|
var _a, _b, _c, _d;
|
|
11884
11904
|
return (_d = (_c = (_b = (_a = props.theme) === null || _a === void 0 ? void 0 : _a.selfieCapture) === null || _b === void 0 ? void 0 : _b.loadingOverlay) === null || _c === void 0 ? void 0 : _c.progressBarBackgroundOpacity) !== null && _d !== void 0 ? _d : 0.75;
|
|
@@ -14692,6 +14712,7 @@ var defaultTheme = {
|
|
|
14692
14712
|
wavesDisabled: false,
|
|
14693
14713
|
wavesColor: '#287ec6',
|
|
14694
14714
|
progressBarColor: '#287ec6',
|
|
14715
|
+
progressBarIndicatorColor: 'white',
|
|
14695
14716
|
progressBarWidth: '2.5%'
|
|
14696
14717
|
}
|
|
14697
14718
|
},
|