@incodetech/web 0.0.0-dev-20260810-39c1d8bf → 0.0.0-dev-20260812-d815489d
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/authentication/authentication.es.js +1 -1
- package/dist/base.css +15 -8
- package/dist/certificate-issuance/certificate-issuance.es.js +1 -1
- package/dist/document-capture/document-capture.es.js +1 -1
- package/dist/document-capture/styles.css +1 -1
- package/dist/documentCapture-DJUAP7RQ.js +2 -0
- package/dist/{documentCapture-BvEGCYj-.js → documentCapture-Dg1O-1c5.js} +2 -2
- package/dist/{dynamicForms-P-4E42IA.js → dynamicForms-9NI_Ypq6.js} +1 -1
- package/dist/ekyb/ekyb.es.js +1 -1
- package/dist/ekybModule-DiBGxasL.js +2 -0
- package/dist/{ekybModule-DmjkzVWE.js → ekybModule-Dj-BvJtb.js} +1 -1
- package/dist/email/email.es.js +1 -1
- package/dist/{emailInput-B0P2Q-pk.js → emailInput-DSRzT62N.js} +1 -1
- package/dist/{extensibility-iJYzpW6H.js → extensibility-5pL-rL5z.js} +1 -1
- package/dist/extensibility.es.js +2 -2
- package/dist/field-comparison/field-comparison.es.js +1 -1
- package/dist/fieldComparison-D794U8Yh.js +2 -0
- package/dist/{fieldComparison-NLdDSOEh.js → fieldComparison-DM759xgn.js} +1 -1
- package/dist/fiscal-qr/fiscal-qr.es.js +1 -1
- package/dist/flow/flow.es.js +1 -1
- package/dist/flow/styles.css +181 -9
- package/dist/government-validation/government-validation.es.js +1 -1
- package/dist/id/id.es.js +2 -2
- package/dist/id/styles.css +1 -1
- package/dist/{idOcr-gsIXHq6R.js → idOcr-kh-umkwD.js} +1 -1
- package/dist/redirect-to-mobile/redirect-to-mobile.es.js +1 -1
- package/dist/redirect-to-mobile/styles.css +1 -1
- package/dist/selfie/selfie.es.js +182 -4
- package/dist/selfie/styles.css +185 -0
- package/dist/signature/signature.es.js +1 -1
- package/dist/{tutorial-BZZC93Ur.js → tutorial-DU8ga1m4.js} +16 -4
- package/dist/types/extensibility.d.ts +9 -2
- package/dist/{useModuleLoader-D_YpuVsS.js → useModuleLoader-Ct3amb9c.js} +6 -6
- package/dist/workflow/styles.css +181 -9
- package/dist/workflow/workflow.es.js +1 -1
- package/package.json +2 -2
- package/dist/documentCapture-DdHdRPzR.js +0 -2
- package/dist/ekybModule-CiaxFHXo.js +0 -2
- package/dist/fieldComparison-B_r9Bal7.js +0 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { v as u } from "../vendor-preact-mvwZ8mJj.js";
|
|
2
2
|
import { _ as useModuleTerminalCallbacks, g as isTerminalModuleState, r as withStandaloneModuleBootstrap, t as IncodeComponent, y as useManager } from "../incodeComponent-K9ZWg302.js";
|
|
3
|
-
import { n as Capture, t as Tutorial } from "../tutorial-
|
|
3
|
+
import { n as Capture, t as Tutorial } from "../tutorial-DU8ga1m4.js";
|
|
4
4
|
import { n as Permissions } from "../manualCaptureButton-quGa2ufS.js";
|
|
5
5
|
import { t as registerIncodeModuleElement } from "../incodeModule-CcLzar_X.js";
|
|
6
6
|
import { createAuthenticationManager } from "@incodetech/core/authentication";
|
package/dist/base.css
CHANGED
|
@@ -1104,7 +1104,7 @@
|
|
|
1104
1104
|
}
|
|
1105
1105
|
|
|
1106
1106
|
.IncodePasswordInputComposed .IncodePasswordInputComposedToggle:focus-visible {
|
|
1107
|
-
border-radius: var(--radius-
|
|
1107
|
+
border-radius: var(--radius-x-small, var(--border-radius-x-small));
|
|
1108
1108
|
outline-style: var(--tw-outline-style);
|
|
1109
1109
|
outline-offset: 2px;
|
|
1110
1110
|
outline-width: 2px;
|
|
@@ -1208,7 +1208,7 @@
|
|
|
1208
1208
|
}
|
|
1209
1209
|
|
|
1210
1210
|
.IncodeDateInputComposedIconButton:focus-visible .IncodeDateInputComposedIcon {
|
|
1211
|
-
border-radius: var(--radius-
|
|
1211
|
+
border-radius: var(--radius-x-small, var(--border-radius-x-small));
|
|
1212
1212
|
outline-style: var(--tw-outline-style);
|
|
1213
1213
|
outline-offset: 2px;
|
|
1214
1214
|
outline-width: 2px;
|
|
@@ -1379,7 +1379,7 @@
|
|
|
1379
1379
|
}
|
|
1380
1380
|
|
|
1381
1381
|
.IncodeSegmentedDateInput .IncodeSegmentedDateInputIconButton:focus-visible .IncodeSegmentedDateInputIcon {
|
|
1382
|
-
border-radius: var(--radius-
|
|
1382
|
+
border-radius: var(--radius-x-small, var(--border-radius-x-small));
|
|
1383
1383
|
outline-style: var(--tw-outline-style);
|
|
1384
1384
|
outline-offset: 2px;
|
|
1385
1385
|
outline-width: 2px;
|
|
@@ -1710,7 +1710,7 @@
|
|
|
1710
1710
|
}
|
|
1711
1711
|
|
|
1712
1712
|
.IncodeDropdownComposedCloseIconButton:focus-visible {
|
|
1713
|
-
border-radius: var(--radius-
|
|
1713
|
+
border-radius: var(--radius-x-small, var(--border-radius-x-small));
|
|
1714
1714
|
outline-style: var(--tw-outline-style);
|
|
1715
1715
|
outline-offset: 2px;
|
|
1716
1716
|
outline-width: 2px;
|
|
@@ -4838,6 +4838,13 @@
|
|
|
4838
4838
|
margin: auto;
|
|
4839
4839
|
}
|
|
4840
4840
|
|
|
4841
|
+
.IncodeBaseTutorialSecondaryAction {
|
|
4842
|
+
margin: auto;
|
|
4843
|
+
margin-top: var(--spacing-16, var(--spacing-16, 16px));
|
|
4844
|
+
justify-content: center;
|
|
4845
|
+
display: flex;
|
|
4846
|
+
}
|
|
4847
|
+
|
|
4841
4848
|
.IncodeBaseTutorialAnimation {
|
|
4842
4849
|
height: 100%;
|
|
4843
4850
|
}
|
|
@@ -5263,11 +5270,11 @@
|
|
|
5263
5270
|
}
|
|
5264
5271
|
|
|
5265
5272
|
.IncodeCameraFrame {
|
|
5273
|
+
border-radius: var(--radius-medium, var(--border-radius-medium));
|
|
5266
5274
|
--frame-border-color: var(--border-neutral-100);
|
|
5267
5275
|
--overlay-opacity: .8;
|
|
5268
5276
|
border: 4px solid var(--frame-border-color);
|
|
5269
5277
|
box-shadow: 0 0 0 9999px rgba(0, 0, 0, var(--overlay-opacity));
|
|
5270
|
-
border-radius: 10px;
|
|
5271
5278
|
justify-content: center;
|
|
5272
5279
|
align-self: center;
|
|
5273
5280
|
align-items: center;
|
|
@@ -5536,13 +5543,14 @@
|
|
|
5536
5543
|
|
|
5537
5544
|
.IncodeProgressBar {
|
|
5538
5545
|
height: var(--spacing-8, var(--spacing-8, 8px));
|
|
5546
|
+
border-radius: var(--radius-x-small, var(--border-radius-x-small));
|
|
5539
5547
|
background-color: var(--color-surface-neutral-100, var(--surface-neutral-100));
|
|
5540
|
-
border-radius: 4px;
|
|
5541
5548
|
width: 143px;
|
|
5542
5549
|
overflow: hidden;
|
|
5543
5550
|
}
|
|
5544
5551
|
|
|
5545
5552
|
.IncodeProgressBar .IncodeProgressBarFill {
|
|
5553
|
+
border-radius: var(--radius-x-small, var(--border-radius-x-small));
|
|
5546
5554
|
background-color: var(--color-icon-status-positive, var(--icon-status-positive));
|
|
5547
5555
|
height: 100%;
|
|
5548
5556
|
transition-property: width;
|
|
@@ -5552,7 +5560,6 @@
|
|
|
5552
5560
|
--tw-ease: var(--ease-in-out, cubic-bezier(.4, 0, .2, 1));
|
|
5553
5561
|
transition-duration: .5s;
|
|
5554
5562
|
transition-timing-function: var(--ease-in-out, cubic-bezier(.4, 0, .2, 1));
|
|
5555
|
-
border-radius: 4px;
|
|
5556
5563
|
}
|
|
5557
5564
|
|
|
5558
5565
|
.IncodeProgressBarLabel {
|
|
@@ -6304,7 +6311,7 @@
|
|
|
6304
6311
|
}
|
|
6305
6312
|
|
|
6306
6313
|
.IncodeNumberedStep {
|
|
6307
|
-
border-radius: var(--radius-
|
|
6314
|
+
border-radius: var(--radius-small, var(--border-radius-small));
|
|
6308
6315
|
border-style: var(--tw-border-style);
|
|
6309
6316
|
--tw-border-style: solid;
|
|
6310
6317
|
border-style: solid;
|
|
@@ -4,7 +4,7 @@ import { _ as useModuleTerminalCallbacks, o as Page, r as withStandaloneModuleBo
|
|
|
4
4
|
import { t as Spacer } from "../spacer-CDlQd12V.js";
|
|
5
5
|
import { o as TypographyH5 } from "../spinner-CLZ2fz4u.js";
|
|
6
6
|
import { r as Button } from "../incode-logo-rGFjZHqi.js";
|
|
7
|
-
import { y as PasswordInputComposed } from "../extensibility-
|
|
7
|
+
import { y as PasswordInputComposed } from "../extensibility-5pL-rL5z.js";
|
|
8
8
|
import { t as SuccessIcon } from "../successIcon-Bj8Y9CuI.js";
|
|
9
9
|
import { t as AutoFocusTitle } from "../autoFocusTitle-gLba2mgp.js";
|
|
10
10
|
import { t as VerificationResult } from "../verificationResult-B8HwR07t.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as DocumentCapture } from "../documentCapture-
|
|
1
|
+
import { t as DocumentCapture } from "../documentCapture-Dg1O-1c5.js";
|
|
2
2
|
export { DocumentCapture };
|
|
@@ -264,7 +264,7 @@
|
|
|
264
264
|
.IncodeComponent .IncodeDocumentCapturePdfCard .IncodeImageDocumentCapturePdfPreviewContainer {
|
|
265
265
|
height: var(--document-capture-pdf-preview-height);
|
|
266
266
|
width: var(--spacing-120, var(--spacing-120, 120px));
|
|
267
|
-
border-radius: var(--radius-
|
|
267
|
+
border-radius: var(--radius-small, var(--border-radius-small));
|
|
268
268
|
border-style: var(--tw-border-style);
|
|
269
269
|
border-width: 2px;
|
|
270
270
|
border-color: var(--color-border-neutral-100, var(--border-neutral-100));
|
|
@@ -4,11 +4,11 @@ import { _ as useModuleTerminalCallbacks, m as useIsMobileDeviceWidth, o as Page
|
|
|
4
4
|
import { s as Asset, t as Spacer, u as cn } from "./spacer-CDlQd12V.js";
|
|
5
5
|
import { t as Spinner } from "./spinner-CLZ2fz4u.js";
|
|
6
6
|
import { r as Button } from "./incode-logo-rGFjZHqi.js";
|
|
7
|
-
import { b as ProgressBar, d as CaptureFooter, f as CameraOverlayHeader, p as CameraOverlay } from "./extensibility-
|
|
7
|
+
import { b as ProgressBar, d as CaptureFooter, f as CameraOverlayHeader, p as CameraOverlay } from "./extensibility-5pL-rL5z.js";
|
|
8
8
|
import { a as FileIcon, g as CameraIcon, r as LockIcon } from "./icons--ezYG2Fb.js";
|
|
9
9
|
import { t as SuccessIcon } from "./successIcon-Bj8Y9CuI.js";
|
|
10
10
|
import { t as Modal } from "./modal-BjjJFpZu.js";
|
|
11
|
-
import { i as ErrorContent } from "./tutorial-
|
|
11
|
+
import { i as ErrorContent } from "./tutorial-DU8ga1m4.js";
|
|
12
12
|
import { t as AutoFocusTitle } from "./autoFocusTitle-gLba2mgp.js";
|
|
13
13
|
import { t as BottomSheet } from "./bottomSheet-Cp8DLulN.js";
|
|
14
14
|
import { a as CameraView, o as CameraFrame } from "./manualCaptureButton-t_oIol88.js";
|
|
@@ -9,7 +9,7 @@ import { t as DropdownComposed } from "./dropdownComposed-OHDHzt1Q.js";
|
|
|
9
9
|
import { t as DateInputComposed } from "./dateInputComposed-eRcbt_SL.js";
|
|
10
10
|
import { t as registerIncodeModuleElement } from "./incodeModule-CcLzar_X.js";
|
|
11
11
|
import { n as getRequiredHintMode, t as getFieldHint } from "./requiredLabelHint-Dx0WS2cR.js";
|
|
12
|
-
import { t as EmailInput } from "./emailInput-
|
|
12
|
+
import { t as EmailInput } from "./emailInput-DSRzT62N.js";
|
|
13
13
|
import { createDynamicFormsManager } from "@incodetech/core/dynamic-forms";
|
|
14
14
|
import { formatCPF, isValidCPF } from "@incodetech/core/id-ocr";
|
|
15
15
|
//#region src/modules/dynamic-forms/dynamicForms.tsx
|
package/dist/ekyb/ekyb.es.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as EkybModule } from "../ekybModule-
|
|
1
|
+
import { t as EkybModule } from "../ekybModule-Dj-BvJtb.js";
|
|
2
2
|
export { EkybModule };
|
|
@@ -4,7 +4,7 @@ import { _ as useModuleTerminalCallbacks, h as useFormScrollable, o as Page, r a
|
|
|
4
4
|
import { t as Spacer } from "./spacer-CDlQd12V.js";
|
|
5
5
|
import { t as Spinner } from "./spinner-CLZ2fz4u.js";
|
|
6
6
|
import { r as Button } from "./incode-logo-rGFjZHqi.js";
|
|
7
|
-
import "./extensibility-
|
|
7
|
+
import "./extensibility-5pL-rL5z.js";
|
|
8
8
|
import { t as VerificationResult } from "./verificationResult-B8HwR07t.js";
|
|
9
9
|
import { t as InputComposed } from "./inputComposed-BeROn635.js";
|
|
10
10
|
import { i as translateError, r as FormField } from "./radioGroupComposed-DzNGUbZQ.js";
|
package/dist/email/email.es.js
CHANGED
|
@@ -5,7 +5,7 @@ import { t as Spacer } from "../spacer-CDlQd12V.js";
|
|
|
5
5
|
import { r as Button } from "../incode-logo-rGFjZHqi.js";
|
|
6
6
|
import { t as OtpInput } from "../otpInput-D5dLXrmC.js";
|
|
7
7
|
import { t as registerIncodeModuleElement } from "../incodeModule-CcLzar_X.js";
|
|
8
|
-
import { t as EmailInput } from "../emailInput-
|
|
8
|
+
import { t as EmailInput } from "../emailInput-DSRzT62N.js";
|
|
9
9
|
import { createEmailManager } from "@incodetech/core/email";
|
|
10
10
|
//#region src/modules/email/email.tsx
|
|
11
11
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { i as useTranslation } from "./uiConfig-B5ASPUL4.js";
|
|
2
2
|
import { v as u } from "./vendor-preact-mvwZ8mJj.js";
|
|
3
|
-
import "./extensibility-
|
|
3
|
+
import "./extensibility-5pL-rL5z.js";
|
|
4
4
|
import { t as InputComposed } from "./inputComposed-BeROn635.js";
|
|
5
5
|
//#region src/modules/email/emailInput.tsx
|
|
6
6
|
var EMAIL_REGEX = /^[^\s@]+@[^\s@]+\.[^\s@]{2,}$/;
|
|
@@ -8,7 +8,7 @@ import "./processing-BsvHyDWa.js";
|
|
|
8
8
|
import { _ as CalendarIcon, c as EllipseIcon, h as CaptureButtonIcon, i as HelpIcon, o as EyeOffIcon, r as LockIcon, s as EyeIcon, t as SvgLightningIcon, u as ChevronRightIcon } from "./icons--ezYG2Fb.js";
|
|
9
9
|
import { t as SuccessIcon } from "./successIcon-Bj8Y9CuI.js";
|
|
10
10
|
import { t as Modal } from "./modal-BjjJFpZu.js";
|
|
11
|
-
import { r as BaseTutorial } from "./tutorial-
|
|
11
|
+
import { r as BaseTutorial } from "./tutorial-DU8ga1m4.js";
|
|
12
12
|
import "./verificationResult-B8HwR07t.js";
|
|
13
13
|
import "./connectionError-DAeXp8sE.js";
|
|
14
14
|
import { t as InputComposed } from "./inputComposed-BeROn635.js";
|
package/dist/extensibility.es.js
CHANGED
|
@@ -3,12 +3,12 @@ import { n as LandscapeBlocker, o as Page, t as IncodeComponent, v as useScreenO
|
|
|
3
3
|
import { o as Lottie, t as Spacer } from "./spacer-CDlQd12V.js";
|
|
4
4
|
import { a as TypographyH4, i as TypographyH3, n as Title, o as TypographyH5, r as TypographyH1, s as TypographyP, t as Spinner } from "./spinner-CLZ2fz4u.js";
|
|
5
5
|
import { n as ErrorIcon, r as Button } from "./incode-logo-rGFjZHqi.js";
|
|
6
|
-
import { _ as TextArea, b as ProgressBar, d as CaptureFooter, f as CameraOverlayHeader, g as TextAreaComposed, h as VerificationOptionCardList, i as Capture, m as VerificationOptionCard, n as Chooser, o as IdExpired, p as CameraOverlay, r as Tutorial, s as IdError, t as FlipAnimation, u as ManualCapture, v as SegmentedDateInput, x as Overlay, y as PasswordInputComposed } from "./extensibility-
|
|
6
|
+
import { _ as TextArea, b as ProgressBar, d as CaptureFooter, f as CameraOverlayHeader, g as TextAreaComposed, h as VerificationOptionCardList, i as Capture, m as VerificationOptionCard, n as Chooser, o as IdExpired, p as CameraOverlay, r as Tutorial, s as IdError, t as FlipAnimation, u as ManualCapture, v as SegmentedDateInput, x as Overlay, y as PasswordInputComposed } from "./extensibility-5pL-rL5z.js";
|
|
7
7
|
import { t as Processing } from "./processing-BsvHyDWa.js";
|
|
8
8
|
import { _ as CalendarIcon, a as FileIcon, c as EllipseIcon, d as ChevronLeftIcon, f as ChevronDown, g as CameraIcon, h as CaptureButtonIcon, i as HelpIcon, l as CloseIcon, m as CheckmarkIcon, n as SearchIcon, o as EyeOffIcon, p as CheckmarkCompactIcon, r as LockIcon, s as EyeIcon, t as SvgLightningIcon, u as ChevronRightIcon, v as WarningIcon } from "./icons--ezYG2Fb.js";
|
|
9
9
|
import { t as SuccessIcon } from "./successIcon-Bj8Y9CuI.js";
|
|
10
10
|
import { t as Modal } from "./modal-BjjJFpZu.js";
|
|
11
|
-
import { i as ErrorContent, n as Capture$1, r as BaseTutorial, t as Tutorial$1 } from "./tutorial-
|
|
11
|
+
import { i as ErrorContent, n as Capture$1, r as BaseTutorial, t as Tutorial$1 } from "./tutorial-DU8ga1m4.js";
|
|
12
12
|
import { t as VerificationResult } from "./verificationResult-B8HwR07t.js";
|
|
13
13
|
import { t as ConnectionError } from "./connectionError-DAeXp8sE.js";
|
|
14
14
|
import { n as Input, t as InputComposed } from "./inputComposed-BeROn635.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as FieldComparison } from "../fieldComparison-
|
|
1
|
+
import { t as FieldComparison } from "../fieldComparison-DM759xgn.js";
|
|
2
2
|
export { FieldComparison };
|
|
@@ -3,7 +3,7 @@ import { v as u } from "./vendor-preact-mvwZ8mJj.js";
|
|
|
3
3
|
import { _ as useModuleTerminalCallbacks, o as Page, r as withStandaloneModuleBootstrap, t as IncodeComponent, y as useManager } from "./incodeComponent-K9ZWg302.js";
|
|
4
4
|
import { t as Spacer } from "./spacer-CDlQd12V.js";
|
|
5
5
|
import { r as Button } from "./incode-logo-rGFjZHqi.js";
|
|
6
|
-
import "./extensibility-
|
|
6
|
+
import "./extensibility-5pL-rL5z.js";
|
|
7
7
|
import { t as VerificationResult } from "./verificationResult-B8HwR07t.js";
|
|
8
8
|
import { t as InputComposed } from "./inputComposed-BeROn635.js";
|
|
9
9
|
import { t as registerIncodeModuleElement } from "./incodeModule-CcLzar_X.js";
|
|
@@ -3,7 +3,7 @@ import { v as u } from "../vendor-preact-mvwZ8mJj.js";
|
|
|
3
3
|
import { _ as useModuleTerminalCallbacks, o as Page, r as withStandaloneModuleBootstrap, t as IncodeComponent, y as useManager } from "../incodeComponent-K9ZWg302.js";
|
|
4
4
|
import { t as Spacer } from "../spacer-CDlQd12V.js";
|
|
5
5
|
import { r as Button } from "../incode-logo-rGFjZHqi.js";
|
|
6
|
-
import { f as CameraOverlayHeader, p as CameraOverlay } from "../extensibility-
|
|
6
|
+
import { f as CameraOverlayHeader, p as CameraOverlay } from "../extensibility-5pL-rL5z.js";
|
|
7
7
|
import { t as VerificationResult } from "../verificationResult-B8HwR07t.js";
|
|
8
8
|
import { a as CameraView, o as CameraFrame } from "../manualCaptureButton-t_oIol88.js";
|
|
9
9
|
import { t as registerIncodeModuleElement } from "../incodeModule-CcLzar_X.js";
|
package/dist/flow/flow.es.js
CHANGED
|
@@ -4,7 +4,7 @@ import { a as TerminalErrorPage, i as ResolvedConfigProvider, l as TransitionSpi
|
|
|
4
4
|
import { n as ErrorIcon } from "../incode-logo-rGFjZHqi.js";
|
|
5
5
|
import { t as StatusPage } from "../statusPage--GVFSUJp.js";
|
|
6
6
|
import { t as registerIncodeModuleElement } from "../incodeModule-CcLzar_X.js";
|
|
7
|
-
import { _ as warmupWasmIfNeeded, a as resolveApiKey, c as HEADLESS_FLOW_MODULE_KEYS, d as fetchTheme, f as initializeFlowManager, h as preloadRedirectToMobile, l as LAZY_UI_MODULES, m as preloadHomeScreen, n as useModulePreloader, o as extractIncodeStatus, p as preloadFirstModule, r as usePrefetchNextModule, s as UnsupportedModule, t as useModuleLoader, u as createFlowManager, v as isDesktopOrEmulated } from "../useModuleLoader-
|
|
7
|
+
import { _ as warmupWasmIfNeeded, a as resolveApiKey, c as HEADLESS_FLOW_MODULE_KEYS, d as fetchTheme, f as initializeFlowManager, h as preloadRedirectToMobile, l as LAZY_UI_MODULES, m as preloadHomeScreen, n as useModulePreloader, o as extractIncodeStatus, p as preloadFirstModule, r as usePrefetchNextModule, s as UnsupportedModule, t as useModuleLoader, u as createFlowManager, v as isDesktopOrEmulated } from "../useModuleLoader-Ct3amb9c.js";
|
|
8
8
|
import { getRequiredWasmPipelines } from "@incodetech/core/flow";
|
|
9
9
|
import { bootstrapSession, refreshQrUrlUuid } from "@incodetech/core/session";
|
|
10
10
|
//#region src/shared/processing/useDelayedFlag.ts
|
package/dist/flow/styles.css
CHANGED
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
--tw-leading: initial;
|
|
15
15
|
--tw-font-weight: initial;
|
|
16
16
|
--tw-tracking: initial;
|
|
17
|
-
--tw-outline-style: solid;
|
|
18
17
|
--tw-duration: initial;
|
|
18
|
+
--tw-outline-style: solid;
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
}
|
|
@@ -115,6 +115,178 @@
|
|
|
115
115
|
color: var(--color-text-body-primary, var(--text-body-800-primary));
|
|
116
116
|
}
|
|
117
117
|
|
|
118
|
+
.IncodeSelfieManualUploadPage .IncodeSelfieManualUploadContainer {
|
|
119
|
+
gap: var(--spacing-8, var(--spacing-8, 8px));
|
|
120
|
+
width: 100%;
|
|
121
|
+
padding-block: var(--spacing-24, var(--spacing-24, 24px));
|
|
122
|
+
flex-direction: column;
|
|
123
|
+
display: flex;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.IncodeSelfieManualUploadPage .IncodeSelfieManualUploadFormats {
|
|
127
|
+
margin: var(--spacing-0, var(--spacing-none, 0px));
|
|
128
|
+
padding-inline: var(--spacing-4, var(--spacing-4, 4px));
|
|
129
|
+
font-family: var(--typography-body-family);
|
|
130
|
+
font-size: var(--typography-body-m-regular-size);
|
|
131
|
+
font-weight: var(--typography-body-m-regular-weight);
|
|
132
|
+
line-height: var(--typography-body-m-regular-line-height);
|
|
133
|
+
letter-spacing: var(--typography-body-m-regular-letter-spacing);
|
|
134
|
+
color: var(--color-text-body-secondary, var(--text-body-500-secondary));
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.IncodeSelfieManualUploadPage .IncodeSelfieManualUploadError {
|
|
138
|
+
align-items: flex-start;
|
|
139
|
+
gap: var(--spacing-4, var(--spacing-4, 4px));
|
|
140
|
+
width: 100%;
|
|
141
|
+
padding-inline: var(--spacing-4, var(--spacing-4, 4px));
|
|
142
|
+
font-family: var(--typography-body-family);
|
|
143
|
+
font-size: var(--typography-body-m-regular-size);
|
|
144
|
+
font-weight: var(--typography-body-m-regular-weight);
|
|
145
|
+
line-height: var(--typography-body-m-regular-line-height);
|
|
146
|
+
letter-spacing: var(--typography-body-m-regular-letter-spacing);
|
|
147
|
+
color: var(--color-input-text-helper-negative, var(--input-text-helper-negative));
|
|
148
|
+
display: flex;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.IncodeSelfieManualUploadPage .IncodeSelfieManualUploadError p {
|
|
152
|
+
margin: var(--spacing-0, var(--spacing-none, 0px));
|
|
153
|
+
flex: 1;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
.IncodeSelfieManualUploadPage .IncodeSelfieManualUploadFooter {
|
|
157
|
+
margin-top: auto;
|
|
158
|
+
margin-bottom: var(--spacing-16, var(--spacing-16, 16px));
|
|
159
|
+
row-gap: var(--spacing-24, var(--spacing-24, 24px));
|
|
160
|
+
width: 100%;
|
|
161
|
+
padding-top: var(--spacing-24, var(--spacing-24, 24px));
|
|
162
|
+
flex-direction: column;
|
|
163
|
+
display: flex;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
.IncodeSelfieManualUploadPage .IncodeSelfieManualUploadHintCard {
|
|
167
|
+
margin: var(--spacing-0, var(--spacing-none, 0px));
|
|
168
|
+
border-radius: var(--radius-x-small, var(--border-radius-x-small));
|
|
169
|
+
background-color: var(--color-surface-brand-50, var(--surface-brand-50));
|
|
170
|
+
width: 100%;
|
|
171
|
+
padding-block: var(--spacing-16, var(--spacing-16, 16px));
|
|
172
|
+
padding-right: var(--spacing-12, var(--spacing-12, 12px));
|
|
173
|
+
padding-left: var(--spacing-32, var(--spacing-32, 32px));
|
|
174
|
+
color: var(--color-text-body-primary, var(--text-body-800-primary));
|
|
175
|
+
list-style-type: disc;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
.IncodeSelfieManualUploadPage .IncodeSelfieManualUploadHintCard li {
|
|
179
|
+
font-family: var(--typography-button-family);
|
|
180
|
+
font-size: var(--typography-button-s-size);
|
|
181
|
+
font-weight: var(--typography-button-s-weight);
|
|
182
|
+
line-height: var(--typography-button-s-line-height);
|
|
183
|
+
letter-spacing: var(--typography-button-s-letter-spacing);
|
|
184
|
+
color: var(--color-text-body-primary, var(--text-body-800-primary));
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
.IncodeSelfieManualUploadPage .IncodeSelfieManualUploadHintCard li + li {
|
|
188
|
+
margin-top: var(--spacing-4, var(--spacing-4, 4px));
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
.IncodeSelfieUploadSlot {
|
|
192
|
+
cursor: pointer;
|
|
193
|
+
align-items: center;
|
|
194
|
+
gap: var(--spacing-12, var(--spacing-12, 12px));
|
|
195
|
+
border-radius: var(--radius-medium, var(--border-radius-medium));
|
|
196
|
+
border-style: var(--tw-border-style);
|
|
197
|
+
border-width: var(--border-width-regular, var(--primitive-border-width-1));
|
|
198
|
+
--tw-border-style: solid;
|
|
199
|
+
border-style: solid;
|
|
200
|
+
border-color: var(--color-border-neutral-100, var(--border-neutral-100));
|
|
201
|
+
background-color: var(--color-surface-neutral-50, var(--surface-neutral-50));
|
|
202
|
+
width: 100%;
|
|
203
|
+
padding-block: var(--spacing-24, var(--spacing-24, 24px));
|
|
204
|
+
padding-right: var(--spacing-24, var(--spacing-24, 24px));
|
|
205
|
+
padding-left: var(--spacing-20, var(--spacing-20, 20px));
|
|
206
|
+
text-align: left;
|
|
207
|
+
display: flex;
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
.IncodeSelfieUploadSlot .IncodeSelfieUploadSlotIcon {
|
|
211
|
+
width: var(--spacing-24, var(--spacing-24, 24px));
|
|
212
|
+
height: var(--spacing-24, var(--spacing-24, 24px));
|
|
213
|
+
color: var(--color-icon-neutral-500, var(--icon-neutral-500));
|
|
214
|
+
flex-shrink: 0;
|
|
215
|
+
justify-content: center;
|
|
216
|
+
display: flex;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
.IncodeSelfieUploadSlot .IncodeSelfieUploadSlotLabel {
|
|
220
|
+
text-overflow: ellipsis;
|
|
221
|
+
white-space: nowrap;
|
|
222
|
+
text-align: left;
|
|
223
|
+
font-family: var(--typography-headline-family);
|
|
224
|
+
font-size: var(--typography-headline-h5-size);
|
|
225
|
+
font-weight: var(--typography-headline-h5-weight);
|
|
226
|
+
line-height: var(--typography-headline-h5-line-height);
|
|
227
|
+
letter-spacing: var(--typography-headline-h5-letter-spacing);
|
|
228
|
+
color: var(--color-text-body-primary, var(--text-body-800-primary));
|
|
229
|
+
flex: 1;
|
|
230
|
+
overflow: hidden;
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
.IncodeSelfieUploadSlot .IncodeSelfieUploadSlotAction {
|
|
234
|
+
flex-shrink: 0;
|
|
235
|
+
justify-content: center;
|
|
236
|
+
align-items: center;
|
|
237
|
+
display: inline-flex;
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
.IncodeSelfieUploadSlot .IncodeSelfieUploadSlotPill {
|
|
241
|
+
align-items: center;
|
|
242
|
+
gap: var(--spacing-4, var(--spacing-4, 4px));
|
|
243
|
+
border-radius: var(--radius-full, var(--border-radius-full));
|
|
244
|
+
background-color: var(--color-button-primary-surface-default, var(--button-primary-surface-default));
|
|
245
|
+
padding-block: var(--spacing-8, var(--spacing-8, 8px));
|
|
246
|
+
padding-right: var(--spacing-8, var(--spacing-8, 8px));
|
|
247
|
+
padding-left: var(--spacing-16, var(--spacing-16, 16px));
|
|
248
|
+
font-family: var(--typography-button-family);
|
|
249
|
+
font-size: var(--typography-button-s-size);
|
|
250
|
+
font-weight: var(--typography-button-s-weight);
|
|
251
|
+
line-height: var(--typography-button-s-line-height);
|
|
252
|
+
letter-spacing: var(--typography-button-s-letter-spacing);
|
|
253
|
+
color: var(--color-button-primary-text-default, var(--button-primary-text-default));
|
|
254
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
255
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(.4, 0, .2, 1)));
|
|
256
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration, .15s));
|
|
257
|
+
--tw-duration: .2s;
|
|
258
|
+
transition-duration: .2s;
|
|
259
|
+
display: inline-flex;
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
.IncodeSelfieUploadSlot:focus-visible {
|
|
263
|
+
outline-style: var(--tw-outline-style);
|
|
264
|
+
outline-offset: 2px;
|
|
265
|
+
outline-width: 2px;
|
|
266
|
+
outline-color: var(--color-border-status-focus, var(--border-status-focus));
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
.IncodeSelfieUploadSlot:hover:not(:disabled) .IncodeSelfieUploadSlotPill {
|
|
270
|
+
background-color: var(--color-button-primary-surface-hover, var(--button-primary-surface-hover));
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
.IncodeSelfieUploadSlot:disabled {
|
|
274
|
+
cursor: not-allowed;
|
|
275
|
+
opacity: .5;
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
.IncodeSelfieUploadSlot + .IncodeSelfieUploadSlotInput {
|
|
279
|
+
clip-path: inset(50%);
|
|
280
|
+
white-space: nowrap;
|
|
281
|
+
border-width: 0;
|
|
282
|
+
width: 1px;
|
|
283
|
+
height: 1px;
|
|
284
|
+
margin: -1px;
|
|
285
|
+
padding: 0;
|
|
286
|
+
position: absolute;
|
|
287
|
+
overflow: hidden;
|
|
288
|
+
}
|
|
289
|
+
|
|
118
290
|
.IncodePhonePage .IncodePageContent {
|
|
119
291
|
padding-top: var(--spacing-32, var(--spacing-32, 32px));
|
|
120
292
|
padding-bottom: var(--spacing-16, var(--spacing-16, 16px));
|
|
@@ -2069,7 +2241,7 @@
|
|
|
2069
2241
|
}
|
|
2070
2242
|
|
|
2071
2243
|
.IncodeManualUploadPage .IncodeManualUploadTabTrigger:focus-visible {
|
|
2072
|
-
border-radius: var(--radius-
|
|
2244
|
+
border-radius: var(--radius-x-small, var(--border-radius-x-small));
|
|
2073
2245
|
outline-style: var(--tw-outline-style);
|
|
2074
2246
|
outline-offset: 2px;
|
|
2075
2247
|
outline-width: 2px;
|
|
@@ -2762,7 +2934,7 @@
|
|
|
2762
2934
|
.IncodeComponent .IncodeDocumentCapturePdfCard .IncodeImageDocumentCapturePdfPreviewContainer {
|
|
2763
2935
|
height: var(--document-capture-pdf-preview-height);
|
|
2764
2936
|
width: var(--spacing-120, var(--spacing-120, 120px));
|
|
2765
|
-
border-radius: var(--radius-
|
|
2937
|
+
border-radius: var(--radius-small, var(--border-radius-small));
|
|
2766
2938
|
border-style: var(--tw-border-style);
|
|
2767
2939
|
border-width: 2px;
|
|
2768
2940
|
border-color: var(--color-border-neutral-100, var(--border-neutral-100));
|
|
@@ -3543,7 +3715,7 @@
|
|
|
3543
3715
|
}
|
|
3544
3716
|
|
|
3545
3717
|
.IncodeRedirectContainer .IncodeRedirectCard .IncodeRedirectTabs .IncodeRedirectTab:focus-visible {
|
|
3546
|
-
border-radius: var(--radius-
|
|
3718
|
+
border-radius: var(--radius-x-small, var(--border-radius-x-small));
|
|
3547
3719
|
outline-style: var(--tw-outline-style);
|
|
3548
3720
|
outline-offset: 2px;
|
|
3549
3721
|
outline-width: 2px;
|
|
@@ -5367,15 +5539,15 @@ incode-flow {
|
|
|
5367
5539
|
inherits: false
|
|
5368
5540
|
}
|
|
5369
5541
|
|
|
5370
|
-
@property --tw-
|
|
5542
|
+
@property --tw-duration {
|
|
5371
5543
|
syntax: "*";
|
|
5372
|
-
inherits: false
|
|
5373
|
-
initial-value: solid;
|
|
5544
|
+
inherits: false
|
|
5374
5545
|
}
|
|
5375
5546
|
|
|
5376
|
-
@property --tw-
|
|
5547
|
+
@property --tw-outline-style {
|
|
5377
5548
|
syntax: "*";
|
|
5378
|
-
inherits: false
|
|
5549
|
+
inherits: false;
|
|
5550
|
+
initial-value: solid;
|
|
5379
5551
|
}
|
|
5380
5552
|
|
|
5381
5553
|
@keyframes spin {
|
|
@@ -2,7 +2,7 @@ import { i as useTranslation } from "../uiConfig-B5ASPUL4.js";
|
|
|
2
2
|
import { S as k, v as u } from "../vendor-preact-mvwZ8mJj.js";
|
|
3
3
|
import { _ as useModuleTerminalCallbacks, o as Page, r as withStandaloneModuleBootstrap, t as IncodeComponent, y as useManager } from "../incodeComponent-K9ZWg302.js";
|
|
4
4
|
import { t as Spacer } from "../spacer-CDlQd12V.js";
|
|
5
|
-
import "../extensibility-
|
|
5
|
+
import "../extensibility-5pL-rL5z.js";
|
|
6
6
|
import { t as AutoFocusTitle } from "../autoFocusTitle-gLba2mgp.js";
|
|
7
7
|
import { t as VerificationResult } from "../verificationResult-B8HwR07t.js";
|
|
8
8
|
import { t as OtpInput } from "../otpInput-D5dLXrmC.js";
|
package/dist/id/id.es.js
CHANGED
|
@@ -4,11 +4,11 @@ import { _ as useModuleTerminalCallbacks, d as useTimeoutHandle, l as Transition
|
|
|
4
4
|
import { i as preloadAnimations, r as AnimatedAsset, s as Asset, t as Spacer, u as cn } from "../spacer-CDlQd12V.js";
|
|
5
5
|
import { n as Title, t as Spinner } from "../spinner-CLZ2fz4u.js";
|
|
6
6
|
import { n as ErrorIcon, r as Button } from "../incode-logo-rGFjZHqi.js";
|
|
7
|
-
import { a as IdNoAttempts, b as ProgressBar, c as useIdExperiment, i as Capture, l as CaptureFrame, n as Chooser, o as IdExpired, r as Tutorial, s as IdError, t as FlipAnimation } from "../extensibility-
|
|
7
|
+
import { a as IdNoAttempts, b as ProgressBar, c as useIdExperiment, i as Capture, l as CaptureFrame, n as Chooser, o as IdExpired, r as Tutorial, s as IdError, t as FlipAnimation } from "../extensibility-5pL-rL5z.js";
|
|
8
8
|
import { t as Processing } from "../processing-BsvHyDWa.js";
|
|
9
9
|
import { r as LockIcon, u as ChevronRightIcon } from "../icons--ezYG2Fb.js";
|
|
10
10
|
import { t as SuccessIcon } from "../successIcon-Bj8Y9CuI.js";
|
|
11
|
-
import { i as ErrorContent } from "../tutorial-
|
|
11
|
+
import { i as ErrorContent } from "../tutorial-DU8ga1m4.js";
|
|
12
12
|
import { n as Permissions } from "../manualCaptureButton-quGa2ufS.js";
|
|
13
13
|
import { t as PdfViewer } from "../pdfViewer-vud1VZv6.js";
|
|
14
14
|
import { t as registerIncodeModuleElement } from "../incodeModule-CcLzar_X.js";
|
package/dist/id/styles.css
CHANGED
|
@@ -1197,7 +1197,7 @@
|
|
|
1197
1197
|
}
|
|
1198
1198
|
|
|
1199
1199
|
.IncodeManualUploadPage .IncodeManualUploadTabTrigger:focus-visible {
|
|
1200
|
-
border-radius: var(--radius-
|
|
1200
|
+
border-radius: var(--radius-x-small, var(--border-radius-x-small));
|
|
1201
1201
|
outline-style: var(--tw-outline-style);
|
|
1202
1202
|
outline-offset: 2px;
|
|
1203
1203
|
outline-width: 2px;
|
|
@@ -2,7 +2,7 @@ import { i as useTranslation } from "./uiConfig-B5ASPUL4.js";
|
|
|
2
2
|
import { d as T, v as u } from "./vendor-preact-mvwZ8mJj.js";
|
|
3
3
|
import { _ as useModuleTerminalCallbacks, o as Page, r as withStandaloneModuleBootstrap, t as IncodeComponent, y as useManager } from "./incodeComponent-K9ZWg302.js";
|
|
4
4
|
import { r as Button } from "./incode-logo-rGFjZHqi.js";
|
|
5
|
-
import "./extensibility-
|
|
5
|
+
import "./extensibility-5pL-rL5z.js";
|
|
6
6
|
import { t as VerificationResult } from "./verificationResult-B8HwR07t.js";
|
|
7
7
|
import { t as InputComposed } from "./inputComposed-BeROn635.js";
|
|
8
8
|
import { t as RadioGroupComposed } from "./radioGroupComposed-DzNGUbZQ.js";
|
|
@@ -4,7 +4,7 @@ import { S as k, _ as y, h as q, l as A, m as g, p as d, v as u } from "../vendo
|
|
|
4
4
|
import { _ as useModuleTerminalCallbacks, c as usePageUiConfig, l as TransitionSpinner, r as withStandaloneModuleBootstrap, s as VerifiedByIncodeLogo, t as IncodeComponent, y as useManager } from "../incodeComponent-K9ZWg302.js";
|
|
5
5
|
import { t as Spacer } from "../spacer-CDlQd12V.js";
|
|
6
6
|
import { n as ErrorIcon, r as Button, t as incode_logo_default } from "../incode-logo-rGFjZHqi.js";
|
|
7
|
-
import "../extensibility-
|
|
7
|
+
import "../extensibility-5pL-rL5z.js";
|
|
8
8
|
import "../icons--ezYG2Fb.js";
|
|
9
9
|
import { t as SuccessIcon } from "../successIcon-Bj8Y9CuI.js";
|
|
10
10
|
import { t as AutoFocusTitle } from "../autoFocusTitle-gLba2mgp.js";
|
|
@@ -198,7 +198,7 @@
|
|
|
198
198
|
}
|
|
199
199
|
|
|
200
200
|
.IncodeRedirectContainer .IncodeRedirectCard .IncodeRedirectTabs .IncodeRedirectTab:focus-visible {
|
|
201
|
-
border-radius: var(--radius-
|
|
201
|
+
border-radius: var(--radius-x-small, var(--border-radius-x-small));
|
|
202
202
|
outline-style: var(--tw-outline-style);
|
|
203
203
|
outline-offset: 2px;
|
|
204
204
|
outline-width: 2px;
|