@incodetech/web 0.0.0-dev-20260522-31c2a308 → 0.0.0-dev-20260525-09ff3879
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/curp-validation/curp-validation.es.js +2 -2
- package/dist/{customFields-BDSPrFG6.js → customFields-CsydQs0s.js} +1 -1
- package/dist/dateInputComposed-CzmlJbIz.js +58 -0
- package/dist/dateInputComposed-tOTCPIcb.js +1 -0
- package/dist/{documentCapture-DgvsXFcA.js → documentCapture-DfWmiEOk.js} +1 -1
- package/dist/{dynamicForms-B4UqRizf.js → dynamicForms-PKp82ETs.js} +2 -2
- package/dist/ekyb/ekyb.es.js +1 -1
- package/dist/ekybModule-Dx9PTATH.js +2 -0
- package/dist/{ekybModule-BnensJtJ.js → ekybModule-hX47c2xc.js} +1 -1
- package/dist/ekyc/ekyc.es.js +1 -1
- package/dist/ekycModule-DCAKmJYN.js +2 -0
- package/dist/{ekycModule-sNLKK3Ry.js → ekycModule-O9J3uhRN.js} +1 -1
- package/dist/email/email.es.js +1 -1
- package/dist/{emailInput-D_2YTMpA.js → emailInput-CF6qhaP9.js} +1 -1
- package/dist/{extensibility-CGfTiOMJ.js → extensibility-CVZcy252.js} +1 -1
- package/dist/extensibility.es.js +2 -2
- package/dist/flow/flow.es.js +1 -1
- package/dist/flow/styles.css +27 -25
- package/dist/id/id.es.js +286 -273
- package/dist/id/styles.css +27 -31
- package/dist/{idOcr-1cCRH-JT.js → idOcr-2XUPoVZh.js} +2 -2
- package/dist/signature/signature.es.js +1 -1
- package/dist/types/extensibility.d.ts +1 -0
- package/dist/{useModuleLoader-CRT8DxXP.js → useModuleLoader-4Tg7qGMd.js} +7 -7
- package/dist/workflow/styles.css +27 -25
- package/dist/workflow/workflow.es.js +1 -1
- package/package.json +2 -2
- package/dist/dateInputComposed-CdMMGMM9.js +0 -55
- package/dist/dateInputComposed-DLAkxgaD.js +0 -1
- package/dist/ekybModule-DjpevBNl.js +0 -2
- package/dist/ekycModule-BZzjGBZo.js +0 -2
|
@@ -12,8 +12,8 @@ import { t as f } from "../successIcon-SlKgTSty.js";
|
|
|
12
12
|
import { t as p } from "../inputComposed-CiZa_7pk.js";
|
|
13
13
|
import { t as m } from "../dropdownComposed-BFOi8meW.js";
|
|
14
14
|
import "../dropdownComposed-CibqBAM9.js";
|
|
15
|
-
import { t as h } from "../dateInputComposed-
|
|
16
|
-
import "../dateInputComposed-
|
|
15
|
+
import { t as h } from "../dateInputComposed-CzmlJbIz.js";
|
|
16
|
+
import "../dateInputComposed-tOTCPIcb.js";
|
|
17
17
|
import { t as g } from "../incodeModule-CHzKl22Y.js";
|
|
18
18
|
import { n as _, t as v } from "../requiredLabelHint-CuA6awez.js";
|
|
19
19
|
import { t as y } from "../autoFocusTitle-G-kfvIN4.js";
|
|
@@ -8,7 +8,7 @@ import { t as d } from "./button-DcCUEn2n.js";
|
|
|
8
8
|
import { t as f } from "./successIcon-SlKgTSty.js";
|
|
9
9
|
import { t as p } from "./inputComposed-CiZa_7pk.js";
|
|
10
10
|
import { t as m } from "./checkbox-ODa2sCKf.js";
|
|
11
|
-
import { t as h } from "./dateInputComposed-
|
|
11
|
+
import { t as h } from "./dateInputComposed-CzmlJbIz.js";
|
|
12
12
|
import { t as g } from "./incodeModule-CHzKl22Y.js";
|
|
13
13
|
import { t as _ } from "./statusPage-DwY5vcgk.js";
|
|
14
14
|
import { createCustomFieldsManager as v } from "@incodetech/core/custom-fields";
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { a as e, l as t, v as n } from "./vendor-preact-D6SntenC.js";
|
|
2
|
+
import { n as r } from "./loadingIcon-BN5YRQUb.js";
|
|
3
|
+
import { m as i } from "./icons-9I5g9-_1.js";
|
|
4
|
+
import { t as a } from "./inputComposed-CiZa_7pk.js";
|
|
5
|
+
import "./inputComposed-CY_blUh2.js";
|
|
6
|
+
//#region src/shared/dateInputComposed/dateInputComposed.tsx
|
|
7
|
+
var o = e(({ id: e, label: o, disabled: s, class: c, onInput: l, onBlur: u, ...d }, f) => {
|
|
8
|
+
let p = (e) => {
|
|
9
|
+
if (!e || !("showPicker" in HTMLInputElement.prototype)) return !1;
|
|
10
|
+
try {
|
|
11
|
+
return e.showPicker(), !0;
|
|
12
|
+
} catch {
|
|
13
|
+
return !1;
|
|
14
|
+
}
|
|
15
|
+
}, m = (e) => {
|
|
16
|
+
if (s) {
|
|
17
|
+
e.preventDefault();
|
|
18
|
+
return;
|
|
19
|
+
}
|
|
20
|
+
let t = e.currentTarget.control;
|
|
21
|
+
p(t);
|
|
22
|
+
}, h = t(!1);
|
|
23
|
+
return /* @__PURE__ */ n(a, {
|
|
24
|
+
ref: f,
|
|
25
|
+
id: e,
|
|
26
|
+
type: "date",
|
|
27
|
+
label: o,
|
|
28
|
+
disabled: s,
|
|
29
|
+
class: r("IncodeDateInputComposed", c),
|
|
30
|
+
onInput: (e) => {
|
|
31
|
+
l(e), h.current = !0;
|
|
32
|
+
},
|
|
33
|
+
onBlur: (e) => {
|
|
34
|
+
if (u?.(e), !h.current || (h.current = !1, e.relatedTarget !== null)) return;
|
|
35
|
+
let t = e.currentTarget;
|
|
36
|
+
t && requestAnimationFrame(() => {
|
|
37
|
+
let e = document.activeElement;
|
|
38
|
+
(e === null || e === document.body) && t.focus();
|
|
39
|
+
});
|
|
40
|
+
},
|
|
41
|
+
rightIcon: /* @__PURE__ */ n("label", {
|
|
42
|
+
htmlFor: e,
|
|
43
|
+
class: "IncodeDateInputComposedIconButton",
|
|
44
|
+
"aria-hidden": "true",
|
|
45
|
+
tabIndex: -1,
|
|
46
|
+
"data-disabled": s ? "true" : void 0,
|
|
47
|
+
onClick: m,
|
|
48
|
+
children: /* @__PURE__ */ n("span", {
|
|
49
|
+
class: "IncodeDateInputComposedIcon",
|
|
50
|
+
children: /* @__PURE__ */ n(i, {})
|
|
51
|
+
})
|
|
52
|
+
}),
|
|
53
|
+
...d
|
|
54
|
+
});
|
|
55
|
+
});
|
|
56
|
+
o.displayName = "DateInputComposed";
|
|
57
|
+
//#endregion
|
|
58
|
+
export { o as t };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import "./dateInputComposed-CzmlJbIz.js";
|
|
@@ -4,7 +4,7 @@ import { c as l, o as u, r as d } from "./hooks-CLjlsC2g.js";
|
|
|
4
4
|
import { t as f } from "./incodeComponent-MZEyrb1V.js";
|
|
5
5
|
import { n as p, r as m } from "./loadingIcon-BN5YRQUb.js";
|
|
6
6
|
import { t as h } from "./page-C1yT4DLb.js";
|
|
7
|
-
import { b as g, d as _, f as v, l as y, p as b, u as x, y as S } from "./extensibility-
|
|
7
|
+
import { b as g, d as _, f as v, l as y, p as b, u as x, y as S } from "./extensibility-CVZcy252.js";
|
|
8
8
|
import { t as C } from "./spinner-CKnjVHxw.js";
|
|
9
9
|
import { t as w } from "./button-DcCUEn2n.js";
|
|
10
10
|
import { a as T, p as E, r as D } from "./icons-9I5g9-_1.js";
|
|
@@ -9,10 +9,10 @@ import { t as l } from "./verificationResult-C6M3uAMP.js";
|
|
|
9
9
|
import { t as u } from "./inputComposed-CiZa_7pk.js";
|
|
10
10
|
import { n as d, t as f } from "./phoneInputComposed-D1EzmEhy.js";
|
|
11
11
|
import { t as p } from "./dropdownComposed-BFOi8meW.js";
|
|
12
|
-
import { t as m } from "./dateInputComposed-
|
|
12
|
+
import { t as m } from "./dateInputComposed-CzmlJbIz.js";
|
|
13
13
|
import { t as h } from "./incodeModule-CHzKl22Y.js";
|
|
14
14
|
import { n as g, t as _ } from "./requiredLabelHint-CuA6awez.js";
|
|
15
|
-
import { t as v } from "./emailInput-
|
|
15
|
+
import { t as v } from "./emailInput-CF6qhaP9.js";
|
|
16
16
|
import { formatCPF as y, isValidCPF as b } from "@incodetech/core/cpf-ocr";
|
|
17
17
|
import { createDynamicFormsManager as x } from "@incodetech/core/dynamic-forms";
|
|
18
18
|
//#region src/modules/dynamic-forms/dynamicForms.tsx
|
package/dist/ekyb/ekyb.es.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../ekybModule-
|
|
1
|
+
import { t as e } from "../ekybModule-hX47c2xc.js";
|
|
2
2
|
export { e as EkybModule };
|
|
@@ -4,7 +4,7 @@ import { c as o, i as s, o as c } from "./hooks-CLjlsC2g.js";
|
|
|
4
4
|
import { t as l } from "./incodeComponent-MZEyrb1V.js";
|
|
5
5
|
import { r as u } from "./loadingIcon-BN5YRQUb.js";
|
|
6
6
|
import { t as d } from "./page-C1yT4DLb.js";
|
|
7
|
-
import "./extensibility-
|
|
7
|
+
import "./extensibility-CVZcy252.js";
|
|
8
8
|
import { t as f } from "./spinner-CKnjVHxw.js";
|
|
9
9
|
import { t as p } from "./button-DcCUEn2n.js";
|
|
10
10
|
import { t as m } from "./verificationResult-C6M3uAMP.js";
|
package/dist/ekyc/ekyc.es.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../ekycModule-
|
|
1
|
+
import { t as e } from "../ekycModule-O9J3uhRN.js";
|
|
2
2
|
export { e as EkycModule };
|
|
@@ -9,7 +9,7 @@ import { t as f } from "./verificationResult-C6M3uAMP.js";
|
|
|
9
9
|
import { i as p, r as m, t as h } from "./radioGroupComposed-B24NsTKt.js";
|
|
10
10
|
import { t as g } from "./phoneInputComposed-D1EzmEhy.js";
|
|
11
11
|
import { t as _ } from "./dropdownComposed-BFOi8meW.js";
|
|
12
|
-
import { t as v } from "./dateInputComposed-
|
|
12
|
+
import { t as v } from "./dateInputComposed-CzmlJbIz.js";
|
|
13
13
|
import { t as y } from "./incodeModule-CHzKl22Y.js";
|
|
14
14
|
import { n as b, t as x } from "./requiredLabelHint-CuA6awez.js";
|
|
15
15
|
import { n as S, t as C } from "./optionAccessibleLabel-D9VqmS3S.js";
|
package/dist/email/email.es.js
CHANGED
|
@@ -7,7 +7,7 @@ import { t as l } from "../page-C1yT4DLb.js";
|
|
|
7
7
|
import { t as u } from "../button-DcCUEn2n.js";
|
|
8
8
|
import { t as d } from "../otpInput-CN1CQ9mo.js";
|
|
9
9
|
import { t as f } from "../incodeModule-CHzKl22Y.js";
|
|
10
|
-
import { t as p } from "../emailInput-
|
|
10
|
+
import { t as p } from "../emailInput-CF6qhaP9.js";
|
|
11
11
|
import { createEmailManager as m } from "@incodetech/core/email";
|
|
12
12
|
//#region src/modules/email/email.tsx
|
|
13
13
|
function h(e) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { n as e } from "./i18n-Cw8Y_JeB.js";
|
|
2
2
|
import { v as t } from "./vendor-preact-D6SntenC.js";
|
|
3
|
-
import "./extensibility-
|
|
3
|
+
import "./extensibility-CVZcy252.js";
|
|
4
4
|
import { t as n } from "./inputComposed-CiZa_7pk.js";
|
|
5
5
|
//#region src/modules/email/emailInput.tsx
|
|
6
6
|
var r = /^[^\s@]+@[^\s@]+\.[^\s@]{2,}$/, i = ({ value: i, emailError: a, label: o, labelHint: s, disabled: c = !1, required: l = !1, onEmailChange: u, onBlur: d }) => {
|
|
@@ -23,7 +23,7 @@ import "./checkbox-ODa2sCKf.js";
|
|
|
23
23
|
import "./radioGroupComposed-B24NsTKt.js";
|
|
24
24
|
import "./phoneInputComposed-D1EzmEhy.js";
|
|
25
25
|
import "./dropdownComposed-CibqBAM9.js";
|
|
26
|
-
import "./dateInputComposed-
|
|
26
|
+
import "./dateInputComposed-tOTCPIcb.js";
|
|
27
27
|
import "./bottomSheet-CM9ii5QA.js";
|
|
28
28
|
import { n as k, t as A } from "./expiredId-CGP6PL6r.js";
|
|
29
29
|
import "@incodetech/core/id";
|
package/dist/extensibility.es.js
CHANGED
|
@@ -4,7 +4,7 @@ import { c as n, s as r } from "./hooks-CLjlsC2g.js";
|
|
|
4
4
|
import { n as i, t as a } from "./incodeComponent-MZEyrb1V.js";
|
|
5
5
|
import { r as o } from "./loadingIcon-BN5YRQUb.js";
|
|
6
6
|
import { t as s } from "./page-C1yT4DLb.js";
|
|
7
|
-
import { _ as c, b as l, c as u, d, f, g as p, h as m, i as h, l as g, m as _, n as v, o as y, p as b, r as x, s as S, t as C, u as w, v as T, y as E } from "./extensibility-
|
|
7
|
+
import { _ as c, b as l, c as u, d, f, g as p, h as m, i as h, l as g, m as _, n as v, o as y, p as b, r as x, s as S, t as C, u as w, v as T, y as E } from "./extensibility-CVZcy252.js";
|
|
8
8
|
import { a as D, i as O, n as k, o as A, r as j, t as M } from "./typography-CxjaknHN.js";
|
|
9
9
|
import { t as N } from "./spinner-CKnjVHxw.js";
|
|
10
10
|
import { t as P } from "./processing-ga3w-Z-3.js";
|
|
@@ -21,6 +21,6 @@ import { t as ue } from "./checkbox-ODa2sCKf.js";
|
|
|
21
21
|
import { n as de, r as fe, t as pe } from "./radioGroupComposed-B24NsTKt.js";
|
|
22
22
|
import { i as me, n as he, r as ge, t as _e } from "./phoneInputComposed-D1EzmEhy.js";
|
|
23
23
|
import { t as ve } from "./dropdownComposed-BFOi8meW.js";
|
|
24
|
-
import { t as ye } from "./dateInputComposed-
|
|
24
|
+
import { t as ye } from "./dateInputComposed-CzmlJbIz.js";
|
|
25
25
|
import { t as be } from "./bottomSheet-CM9ii5QA.js";
|
|
26
26
|
export { te as BaseTutorial, be as BottomSheet, F as Button, W as CalendarIcon, b as CameraFrame, q as CameraIcon, f as CameraOverlay, d as CameraOverlayHeader, w as CameraView, B as CaptureButtonIcon, g as CaptureFooter, ue as Checkbox, Z as CheckmarkCompactIcon, z as CheckmarkIcon, U as ChevronDown, R as ChevronLeftIcon, Y as ChevronRightIcon, K as CloseIcon, ye as DateInputComposed, ve as DropdownComposed, re as ErrorContent, I as ErrorIcon, L as FileIcon, fe as FormField, H as HelpIcon, h as IdCapture, v as IdChooser, S as IdError, y as IdExpired, C as IdFlipAnimation, x as IdTutorial, a as IncodeComponent, se as Input, ce as InputComposed, i as LandscapeBlocker, X as LightningIcon, J as LockIcon, ee as Lottie, u as ManualCapture, $ as Modal, le as OtpInput, l as Overlay, s as Page, ie as Permissions, _e as PhoneInputComposed, P as Processing, E as ProgressBar, de as RadioButtonComposed, pe as RadioGroupComposed, G as SearchIcon, T as SegmentedDateInput, ne as SelfieCapture, ae as SelfieTutorial, o as Spacer, N as Spinner, Q as SuccessIcon, c as TextArea, p as TextAreaComposed, M as Title, k as TypographyH1, j as TypographyH3, O as TypographyH4, D as TypographyH5, A as TypographyP, _ as VerificationOptionCard, m as VerificationOptionCardList, oe as VerificationResult, V as WarningIcon, he as countries, ge as getCountryByCallingCode, me as getCountryByCode, t as setUiConfig, n as useManager, r as useScreenOrientation, e as useTranslation };
|
package/dist/flow/flow.es.js
CHANGED
|
@@ -5,7 +5,7 @@ import { c as u } from "../hooks-CLjlsC2g.js";
|
|
|
5
5
|
import { t as d } from "../incodeComponent-MZEyrb1V.js";
|
|
6
6
|
import { t as f } from "../transitionSpinner-BWCiDYAb.js";
|
|
7
7
|
import { t as p } from "../incodeModule-CHzKl22Y.js";
|
|
8
|
-
import { a as m, c as h, d as g, f as _, g as v, l as y, m as b, n as x, o as S, p as C, r as w, s as T, t as E, u as D, v as O } from "../useModuleLoader-
|
|
8
|
+
import { a as m, c as h, d as g, f as _, g as v, l as y, m as b, n as x, o as S, p as C, r as w, s as T, t as E, u as D, v as O } from "../useModuleLoader-4Tg7qGMd.js";
|
|
9
9
|
import { getDeviceClass as k } from "@incodetech/core/device";
|
|
10
10
|
import { getRequiredWasmPipelines as A } from "@incodetech/core/flow";
|
|
11
11
|
import { bootstrapSession as j, refreshQrUrlUuid as M } from "@incodetech/core/session";
|
package/dist/flow/styles.css
CHANGED
|
@@ -5808,10 +5808,11 @@
|
|
|
5808
5808
|
}
|
|
5809
5809
|
|
|
5810
5810
|
.IncodeManualUploadPage .IncodeManualUploadHintCard li {
|
|
5811
|
-
font-family: var(--
|
|
5812
|
-
font-size: var(--
|
|
5813
|
-
|
|
5814
|
-
|
|
5811
|
+
font-family: var(--typography-button-family);
|
|
5812
|
+
font-size: var(--typography-button-s-size);
|
|
5813
|
+
font-weight: var(--typography-button-s-weight);
|
|
5814
|
+
line-height: var(--typography-button-s-line-height);
|
|
5815
|
+
letter-spacing: var(--typography-button-s-letter-spacing);
|
|
5815
5816
|
color: var(--color-text-body-primary, var(--text-body-800-primary));
|
|
5816
5817
|
}
|
|
5817
5818
|
|
|
@@ -5834,12 +5835,11 @@
|
|
|
5834
5835
|
padding-inline: var(--spacing-12, var(--spacing-12, 12px));
|
|
5835
5836
|
padding-block: var(--spacing-16, var(--spacing-16, 16px));
|
|
5836
5837
|
text-align: center;
|
|
5837
|
-
font-family: var(--
|
|
5838
|
-
font-size: var(--
|
|
5839
|
-
|
|
5840
|
-
line-height: var(--
|
|
5841
|
-
|
|
5842
|
-
font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
|
|
5838
|
+
font-family: var(--typography-checkbox-radio-family);
|
|
5839
|
+
font-size: var(--typography-checkbox-radio-m-size);
|
|
5840
|
+
font-weight: var(--typography-checkbox-radio-m-weight);
|
|
5841
|
+
line-height: var(--typography-checkbox-radio-m-line-height);
|
|
5842
|
+
letter-spacing: var(--typography-checkbox-radio-m-letter-spacing);
|
|
5843
5843
|
color: var(--color-text-body-secondary, var(--text-body-500-secondary));
|
|
5844
5844
|
background-color: #0000;
|
|
5845
5845
|
border-style: solid;
|
|
@@ -5857,8 +5857,6 @@
|
|
|
5857
5857
|
|
|
5858
5858
|
.IncodeManualUploadPage .IncodeManualUploadTabTrigger--active {
|
|
5859
5859
|
border-bottom-color: var(--color-button-primary-surface-default, var(--button-primary-surface-default));
|
|
5860
|
-
--tw-font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
|
|
5861
|
-
font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
|
|
5862
5860
|
color: var(--color-text-body-primary, var(--text-body-800-primary));
|
|
5863
5861
|
}
|
|
5864
5862
|
|
|
@@ -5890,6 +5888,7 @@
|
|
|
5890
5888
|
}
|
|
5891
5889
|
|
|
5892
5890
|
.IncodeManualUploadSlot {
|
|
5891
|
+
cursor: pointer;
|
|
5893
5892
|
align-items: center;
|
|
5894
5893
|
gap: var(--spacing-12, var(--spacing-12, 12px));
|
|
5895
5894
|
border-radius: var(--radius-medium, var(--border-radius-medium));
|
|
@@ -5903,6 +5902,7 @@
|
|
|
5903
5902
|
padding-block: var(--spacing-24, var(--spacing-24, 24px));
|
|
5904
5903
|
padding-right: var(--spacing-24, var(--spacing-24, 24px));
|
|
5905
5904
|
padding-left: var(--spacing-20, var(--spacing-20, 20px));
|
|
5905
|
+
text-align: left;
|
|
5906
5906
|
display: flex;
|
|
5907
5907
|
}
|
|
5908
5908
|
|
|
@@ -5933,11 +5933,7 @@
|
|
|
5933
5933
|
}
|
|
5934
5934
|
|
|
5935
5935
|
.IncodeManualUploadSlot .IncodeManualUploadSlotAction {
|
|
5936
|
-
cursor: pointer;
|
|
5937
5936
|
border-radius: var(--radius-full, var(--border-radius-full));
|
|
5938
|
-
border-style: var(--tw-border-style);
|
|
5939
|
-
border-width: var(--border-width-none, var(--primitive-border-width-0));
|
|
5940
|
-
--tw-border-style: none;
|
|
5941
5937
|
background-color: var(--color-button-primary-surface-default, var(--button-primary-surface-default));
|
|
5942
5938
|
padding: var(--spacing-8, var(--spacing-8, 8px));
|
|
5943
5939
|
color: var(--color-button-primary-text-default, var(--button-primary-text-default));
|
|
@@ -5945,7 +5941,6 @@
|
|
|
5945
5941
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(.4, 0, .2, 1)));
|
|
5946
5942
|
transition-duration: var(--tw-duration, var(--default-transition-duration, .15s));
|
|
5947
5943
|
--tw-duration: .2s;
|
|
5948
|
-
border-style: none;
|
|
5949
5944
|
flex-shrink: 0;
|
|
5950
5945
|
justify-content: center;
|
|
5951
5946
|
align-items: center;
|
|
@@ -5953,27 +5948,34 @@
|
|
|
5953
5948
|
display: inline-flex;
|
|
5954
5949
|
}
|
|
5955
5950
|
|
|
5956
|
-
.IncodeManualUploadSlot
|
|
5951
|
+
.IncodeManualUploadSlot:focus-visible {
|
|
5952
|
+
outline-style: var(--tw-outline-style);
|
|
5953
|
+
outline-offset: 2px;
|
|
5954
|
+
outline-width: 2px;
|
|
5955
|
+
outline-color: var(--color-border-status-focus, var(--border-status-focus));
|
|
5956
|
+
}
|
|
5957
|
+
|
|
5958
|
+
.IncodeManualUploadSlot:hover:not(:disabled) .IncodeManualUploadSlotAction {
|
|
5957
5959
|
background-color: var(--color-button-primary-surface-hover, var(--button-primary-surface-hover));
|
|
5958
5960
|
}
|
|
5959
5961
|
|
|
5960
|
-
.IncodeManualUploadSlot
|
|
5962
|
+
.IncodeManualUploadSlot:disabled {
|
|
5961
5963
|
cursor: not-allowed;
|
|
5964
|
+
opacity: .5;
|
|
5965
|
+
}
|
|
5966
|
+
|
|
5967
|
+
.IncodeManualUploadSlot:disabled .IncodeManualUploadSlotAction {
|
|
5962
5968
|
background-color: var(--color-button-primary-surface-disabled, var(--button-primary-surface-disabled));
|
|
5963
5969
|
color: var(--color-button-primary-text-disabled, var(--button-primary-text-disabled));
|
|
5964
5970
|
}
|
|
5965
5971
|
|
|
5966
|
-
.IncodeManualUploadSlot.IncodeManualUploadSlot--uploaded .IncodeManualUploadSlotAction, .IncodeManualUploadSlot.IncodeManualUploadSlot--uploaded
|
|
5972
|
+
.IncodeManualUploadSlot.IncodeManualUploadSlot--uploaded .IncodeManualUploadSlotAction, .IncodeManualUploadSlot.IncodeManualUploadSlot--uploaded:hover:not(:disabled) .IncodeManualUploadSlotAction {
|
|
5967
5973
|
padding: var(--spacing-0, var(--spacing-none, 0px));
|
|
5968
5974
|
color: var(--color-surface-status-positive-500, var(--surface-status-positive-500));
|
|
5969
5975
|
background-color: #0000;
|
|
5970
5976
|
}
|
|
5971
5977
|
|
|
5972
|
-
.IncodeManualUploadSlot.
|
|
5973
|
-
opacity: .5;
|
|
5974
|
-
}
|
|
5975
|
-
|
|
5976
|
-
.IncodeManualUploadSlot .IncodeManualUploadSlotInput {
|
|
5978
|
+
.IncodeManualUploadSlot + .IncodeManualUploadSlotInput {
|
|
5977
5979
|
clip-path: inset(50%);
|
|
5978
5980
|
white-space: nowrap;
|
|
5979
5981
|
border-width: 0;
|