@incodetech/web 0.0.0-dev-20260415-a89783e → 0.0.0-dev-20260415-793d86a
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/{addressAutocomplete-DD6kPvHx.js → addressAutocomplete-Bm7wu8Ay.js} +2 -2
- package/dist/base.css +26 -8
- package/dist/curp-validation/curp-validation.es.js +3 -3
- package/dist/curp-validation/styles.css +1 -1
- package/dist/{dateInputComposed-B5ZRK4j-.js → dateInputComposed-DnHTS15O.js} +2 -2
- package/dist/dateInputComposed-tjb_YiSz.js +1 -0
- package/dist/{documentCapture-FYXhYe8p.js → documentCapture-BAvYKA3R.js} +1 -1
- package/dist/ekyb/ekyb.es.js +1 -1
- package/dist/{ekybModule-azPVnACb.js → ekybModule-Dm2o6hhH.js} +3 -3
- package/dist/ekybModule-TZxTa8g7.js +2 -0
- package/dist/ekyc/ekyc.es.js +1 -1
- package/dist/ekycModule-BcB5KUcq.js +2 -0
- package/dist/{ekycModule-D03uZnt0.js → ekycModule-DY9oh5RP.js} +4 -4
- package/dist/email/email.es.js +3 -3
- package/dist/{extensibility-G9cRcFnB.js → extensibility-DXRHshVD.js} +6 -6
- package/dist/extensibility.es.js +6 -6
- package/dist/flow/flow.es.js +1 -1
- package/dist/flow/styles.css +1 -1
- package/dist/{formField-B7rYl3on.js → formField-B0JGrWLv.js} +1 -1
- package/dist/governmentValidation/governmentValidation.es.js +1 -1
- package/dist/id/id.es.js +1 -1
- package/dist/{inputComposed-Z2b-ltvn.js → inputComposed-Cd-Hl-nY.js} +5 -1
- package/dist/inputComposed-WTfutu_d.js +1 -0
- package/dist/{otpInput-CHisiz4N.js → otpInput-C386FL2_.js} +2 -2
- package/dist/phone/phone.es.js +2 -2
- package/dist/{phoneInputComposed-CJQrAMm5.js → phoneInputComposed-BnOmNQTz.js} +1 -1
- package/dist/themes/dark.css +173 -0
- package/dist/themes/light.css +173 -0
- package/dist/{useModuleLoader-DE-NR7a6.js → useModuleLoader-CqNG05an.js} +4 -4
- package/dist/workflow/styles.css +1 -1
- package/dist/workflow/workflow.es.js +1 -1
- package/package.json +2 -2
- package/dist/dateInputComposed-C18XGC2n.js +0 -1
- package/dist/ekybModule-CvF-yupD.js +0 -2
- package/dist/ekycModule-CPsE-YGy.js +0 -2
- package/dist/inputComposed-D_HLqdPa.js +0 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { n as e } from "./i18n-Cnoc6xWX.js";
|
|
2
2
|
import { _ as t, h as n, l as r, p as i, v as a } from "./vendor-preact-D6SntenC.js";
|
|
3
3
|
import { r as o } from "./incodeComponent-BL7Lq_Hw.js";
|
|
4
|
-
import { t as s } from "./inputComposed-
|
|
5
|
-
import { n as c } from "./formField-
|
|
4
|
+
import { t as s } from "./inputComposed-Cd-Hl-nY.js";
|
|
5
|
+
import { n as c } from "./formField-B0JGrWLv.js";
|
|
6
6
|
//#region src/modules/ekyc/addressAutocomplete.tsx
|
|
7
7
|
var l = ({ label: l, value: u, error: d, errorParams: f, suggestions: p, readonly: m, optional: h, onChange: g, onSearch: _, onSelect: v, onBlur: y }) => {
|
|
8
8
|
let { t: b } = e(), [x, S] = i(!1), [C, w] = i(!1), [T, E] = i(""), [D, O] = i(-1), k = r(null), A = "ekyc-address-listbox", j = o(), M = b(l), N = h ? `${M} (${b("common.optional")})` : M;
|
package/dist/base.css
CHANGED
|
@@ -559,7 +559,7 @@
|
|
|
559
559
|
background-color: var(--color-button-primary-surface-default, var(--button-primary-surface-default));
|
|
560
560
|
color: var(--color-button-primary-text-default, var(--button-primary-text-default));
|
|
561
561
|
border-style: var(--tw-border-style);
|
|
562
|
-
border-width: 1
|
|
562
|
+
border-width: var(--border-width-medium, var(--primitive-border-width-1-5));
|
|
563
563
|
border-color: var(--color-button-primary-border-default, var(--button-primary-border-default));
|
|
564
564
|
}
|
|
565
565
|
.IncodeButton.IncodeButtonPrimary:active {
|
|
@@ -586,7 +586,7 @@
|
|
|
586
586
|
.IncodeButton.IncodeButtonSecondary {
|
|
587
587
|
color: var(--color-button-secondary-text-default, var(--button-secondary-text-default));
|
|
588
588
|
border-style: var(--tw-border-style);
|
|
589
|
-
border-width: 1
|
|
589
|
+
border-width: var(--border-width-medium, var(--primitive-border-width-1-5));
|
|
590
590
|
border-color: var(--color-button-secondary-border-default, var(--button-secondary-border-default));
|
|
591
591
|
background-color: #0000;
|
|
592
592
|
}
|
|
@@ -600,6 +600,17 @@
|
|
|
600
600
|
.IncodeButton.IncodeButtonSecondary:focus {
|
|
601
601
|
border-style: var(--tw-border-style);
|
|
602
602
|
border-width: var(--border-width-bold, var(--primitive-border-width-2));
|
|
603
|
+
border-color: var(--color-border-status-focus, var(--border-status-focus));
|
|
604
|
+
font-family: var(--typography-button-family);
|
|
605
|
+
font-size: var(--typography-button-m-underlined-size);
|
|
606
|
+
font-weight: var(--typography-button-m-underlined-weight);
|
|
607
|
+
line-height: var(--typography-button-m-underlined-line-height);
|
|
608
|
+
letter-spacing: var(--typography-button-m-underlined-letter-spacing);
|
|
609
|
+
-webkit-text-decoration-skip-ink: none;
|
|
610
|
+
text-decoration-skip-ink: none;
|
|
611
|
+
text-decoration-line: underline;
|
|
612
|
+
text-decoration-style: solid;
|
|
613
|
+
text-decoration-thickness: auto;
|
|
603
614
|
}
|
|
604
615
|
.IncodeButton.IncodeButtonSecondary:not(.IncodeButtonLoading):disabled {
|
|
605
616
|
color: var(--color-button-secondary-text-disabled, var(--button-secondary-text-disabled));
|
|
@@ -919,7 +930,9 @@
|
|
|
919
930
|
border-style: var(--tw-border-style);
|
|
920
931
|
border-width: 1px;
|
|
921
932
|
border-color: var(--color-input-border-default, var(--input-border-default));
|
|
922
|
-
padding: var(--spacing-16, var(--spacing-16, 16px));
|
|
933
|
+
padding-block: var(--spacing-16, var(--spacing-16, 16px));
|
|
934
|
+
padding-right: var(--spacing-12, var(--spacing-12, 12px));
|
|
935
|
+
padding-left: var(--spacing-16, var(--spacing-16, 16px));
|
|
923
936
|
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
924
937
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(.4, 0, .2, 1)));
|
|
925
938
|
transition-duration: var(--tw-duration, var(--default-transition-duration, .15s));
|
|
@@ -996,7 +1009,9 @@
|
|
|
996
1009
|
border-style: var(--tw-border-style);
|
|
997
1010
|
border-width: 1px;
|
|
998
1011
|
border-color: var(--color-input-border-default, var(--input-border-default));
|
|
999
|
-
padding: var(--spacing-16, var(--spacing-16, 16px));
|
|
1012
|
+
padding-block: var(--spacing-16, var(--spacing-16, 16px));
|
|
1013
|
+
padding-right: var(--spacing-12, var(--spacing-12, 12px));
|
|
1014
|
+
padding-left: var(--spacing-16, var(--spacing-16, 16px));
|
|
1000
1015
|
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
1001
1016
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(.4, 0, .2, 1)));
|
|
1002
1017
|
transition-duration: var(--tw-duration, var(--default-transition-duration, .15s));
|
|
@@ -1056,14 +1071,14 @@
|
|
|
1056
1071
|
}
|
|
1057
1072
|
.IncodeInputComposedClearButton {
|
|
1058
1073
|
top: 50%;
|
|
1059
|
-
right: var(--spacing-
|
|
1074
|
+
right: var(--spacing-12, var(--spacing-12, 12px));
|
|
1060
1075
|
--tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
|
|
1061
1076
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
1062
1077
|
border-style: var(--tw-border-style);
|
|
1063
1078
|
border-width: var(--border-width-none, var(--primitive-border-width-0));
|
|
1064
1079
|
--tw-border-style: none;
|
|
1065
1080
|
cursor: pointer;
|
|
1066
|
-
padding: var(--spacing-
|
|
1081
|
+
padding-inline: var(--spacing-4, var(--spacing-4, 4px));
|
|
1067
1082
|
z-index: 10000;
|
|
1068
1083
|
transition-property: opacity;
|
|
1069
1084
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(.4, 0, .2, 1)));
|
|
@@ -1121,7 +1136,7 @@
|
|
|
1121
1136
|
--tw-border-style: none;
|
|
1122
1137
|
height: 100%;
|
|
1123
1138
|
padding-block: var(--spacing-0, var(--spacing-none, 0px));
|
|
1124
|
-
padding-right: var(--spacing-
|
|
1139
|
+
padding-right: var(--spacing-12, var(--spacing-12, 12px));
|
|
1125
1140
|
padding-left: var(--spacing-0, var(--spacing-none, 0px));
|
|
1126
1141
|
--tw-outline-style: none;
|
|
1127
1142
|
background-color: #0000;
|
|
@@ -1147,6 +1162,7 @@
|
|
|
1147
1162
|
opacity: .5;
|
|
1148
1163
|
}
|
|
1149
1164
|
.IncodeDateInputComposedIconButton .IncodeDateInputComposedIcon {
|
|
1165
|
+
padding-inline: var(--spacing-4, var(--spacing-4, 4px));
|
|
1150
1166
|
color: var(--text-body-300-tertiary, var(--color-text-body-tertiary));
|
|
1151
1167
|
}
|
|
1152
1168
|
.IncodeTextAreaComposed {
|
|
@@ -1243,7 +1259,9 @@
|
|
|
1243
1259
|
border-color: var(--color-dropdown-border-default, var(--dropdown-border-default));
|
|
1244
1260
|
background-color: var(--color-dropdown-surface-default, var(--dropdown-surface-default));
|
|
1245
1261
|
width: 100%;
|
|
1246
|
-
padding: var(--spacing-16, var(--spacing-16, 16px));
|
|
1262
|
+
padding-block: var(--spacing-16, var(--spacing-16, 16px));
|
|
1263
|
+
padding-right: var(--spacing-12, var(--spacing-12, 12px));
|
|
1264
|
+
padding-left: var(--spacing-16, var(--spacing-16, 16px));
|
|
1247
1265
|
text-align: left;
|
|
1248
1266
|
font-family: var(--typography-input-dropdown-family);
|
|
1249
1267
|
font-size: var(--typography-input-dropdown-m-size);
|
|
@@ -8,11 +8,11 @@ import "../spinner-BEm5Wf_k.js";
|
|
|
8
8
|
import { t as c } from "../button-jwSm4U5l.js";
|
|
9
9
|
import { m as l } from "../icons-BNwTyDPs.js";
|
|
10
10
|
import { t as u } from "../successIcon-Dklx5JWI.js";
|
|
11
|
-
import { t as d } from "../inputComposed-
|
|
11
|
+
import { t as d } from "../inputComposed-Cd-Hl-nY.js";
|
|
12
12
|
import { t as f } from "../dropdownComposed-C6vVF6YA.js";
|
|
13
13
|
import "../dropdownComposed-DkSZPhUb.js";
|
|
14
|
-
import { t as p } from "../dateInputComposed-
|
|
15
|
-
import "../dateInputComposed-
|
|
14
|
+
import { t as p } from "../dateInputComposed-DnHTS15O.js";
|
|
15
|
+
import "../dateInputComposed-tjb_YiSz.js";
|
|
16
16
|
import { t as m } from "../incodeModule-Di2OUZ5_.js";
|
|
17
17
|
import { createCurpValidationManager as h, mexicanStates as g } from "@incodetech/core/curp-validation";
|
|
18
18
|
//#region src/modules/curp-validation/curpInput.tsx
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
|
|
39
39
|
.IncodeCurpInputDontHaveButton.IncodeButton {
|
|
40
40
|
border-style: var(--tw-border-style);
|
|
41
|
-
border-width: 1
|
|
41
|
+
border-width: var(--border-width-medium, var(--primitive-border-width-1-5));
|
|
42
42
|
border-color: var(--color-button-primary-surface-default, var(--button-primary-surface-default));
|
|
43
43
|
color: var(--color-button-primary-surface-default, var(--button-primary-surface-default));
|
|
44
44
|
background-color: #0000;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { a as e, l as t, v as n } from "./vendor-preact-D6SntenC.js";
|
|
2
2
|
import { n as r } from "./loadingIcon-YV3D_mg8.js";
|
|
3
3
|
import { f as i } from "./icons-BNwTyDPs.js";
|
|
4
|
-
import { t as a } from "./inputComposed-
|
|
5
|
-
import "./inputComposed-
|
|
4
|
+
import { t as a } from "./inputComposed-Cd-Hl-nY.js";
|
|
5
|
+
import "./inputComposed-WTfutu_d.js";
|
|
6
6
|
//#region src/shared/dateInputComposed/dateInputComposed.tsx
|
|
7
7
|
var o = e(({ id: e, label: o, disabled: s, class: c, ...l }, u) => {
|
|
8
8
|
let d = t(null), f = (e) => {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import "./dateInputComposed-DnHTS15O.js";
|
|
@@ -3,7 +3,7 @@ import { S as t, _ as n, h as r, l as i, m as a, p as o, v as s } from "./vendor
|
|
|
3
3
|
import { o as c, r as l, t as u } from "./incodeComponent-BL7Lq_Hw.js";
|
|
4
4
|
import { t as d } from "./spacer-DCljE53A.js";
|
|
5
5
|
import { t as f } from "./page-kB-LDkaO.js";
|
|
6
|
-
import { c as p, d as m, f as h, l as g, u as _, v, y } from "./extensibility-
|
|
6
|
+
import { c as p, d as m, f as h, l as g, u as _, v, y } from "./extensibility-DXRHshVD.js";
|
|
7
7
|
import { n as b } from "./loadingIcon-YV3D_mg8.js";
|
|
8
8
|
import { t as x } from "./spinner-Dg3lumvu.js";
|
|
9
9
|
import { t as S } from "./button-jwSm4U5l.js";
|
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-Dm2o6hhH.js";
|
|
2
2
|
export { e as EkybModule };
|
|
@@ -5,11 +5,11 @@ import { t as d } from "./page-kB-LDkaO.js";
|
|
|
5
5
|
import { t as f } from "./spinner-Dg3lumvu.js";
|
|
6
6
|
import { t as p } from "./button-jwSm4U5l.js";
|
|
7
7
|
import { t as m } from "./verificationResult-H3bAOcJQ.js";
|
|
8
|
-
import { t as h } from "./inputComposed-
|
|
9
|
-
import { n as g, t as _ } from "./formField-
|
|
8
|
+
import { t as h } from "./inputComposed-Cd-Hl-nY.js";
|
|
9
|
+
import { n as g, t as _ } from "./formField-B0JGrWLv.js";
|
|
10
10
|
import { t as v } from "./dropdownComposed-C6vVF6YA.js";
|
|
11
11
|
import { t as y } from "./incodeModule-Di2OUZ5_.js";
|
|
12
|
-
import { t as b } from "./addressAutocomplete-
|
|
12
|
+
import { t as b } from "./addressAutocomplete-Bm7wu8Ay.js";
|
|
13
13
|
import { DEV_ONLY_COUNTRIES as x, SUPPORTED_COUNTRIES as S, computeEkybDisplayErrors as C, createEkybManager as w } from "@incodetech/core/ekyb";
|
|
14
14
|
//#region src/modules/ekyb/countrySelector.tsx
|
|
15
15
|
function T(e) {
|
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-DY9oh5RP.js";
|
|
2
2
|
export { e as EkycModule };
|
|
@@ -5,12 +5,12 @@ import { t as u } from "./page-kB-LDkaO.js";
|
|
|
5
5
|
import { t as d } from "./spinner-Dg3lumvu.js";
|
|
6
6
|
import { t as f } from "./button-jwSm4U5l.js";
|
|
7
7
|
import { t as p } from "./verificationResult-H3bAOcJQ.js";
|
|
8
|
-
import { n as m, t as h } from "./formField-
|
|
9
|
-
import { t as g } from "./phoneInputComposed-
|
|
8
|
+
import { n as m, t as h } from "./formField-B0JGrWLv.js";
|
|
9
|
+
import { t as g } from "./phoneInputComposed-BnOmNQTz.js";
|
|
10
10
|
import { t as _ } from "./dropdownComposed-C6vVF6YA.js";
|
|
11
|
-
import { t as v } from "./dateInputComposed-
|
|
11
|
+
import { t as v } from "./dateInputComposed-DnHTS15O.js";
|
|
12
12
|
import { t as y } from "./incodeModule-Di2OUZ5_.js";
|
|
13
|
-
import { t as b } from "./addressAutocomplete-
|
|
13
|
+
import { t as b } from "./addressAutocomplete-Bm7wu8Ay.js";
|
|
14
14
|
import { computeEkycDisplayErrors as x, createEkycManager as S } from "@incodetech/core/ekyc";
|
|
15
15
|
//#region src/modules/ekyc/ekycModule.tsx
|
|
16
16
|
var C = ({ config: n, onFinish: r }) => {
|
package/dist/email/email.es.js
CHANGED
|
@@ -3,10 +3,10 @@ import { _ as t, p as n, v as r } from "../vendor-preact-D6SntenC.js";
|
|
|
3
3
|
import { o as i, t as a } from "../incodeComponent-BL7Lq_Hw.js";
|
|
4
4
|
import { t as o } from "../spacer-DCljE53A.js";
|
|
5
5
|
import { t as s } from "../page-kB-LDkaO.js";
|
|
6
|
-
import "../extensibility-
|
|
6
|
+
import "../extensibility-DXRHshVD.js";
|
|
7
7
|
import { t as c } from "../button-jwSm4U5l.js";
|
|
8
|
-
import { t as l } from "../inputComposed-
|
|
9
|
-
import { t as u } from "../otpInput-
|
|
8
|
+
import { t as l } from "../inputComposed-Cd-Hl-nY.js";
|
|
9
|
+
import { t as u } from "../otpInput-C386FL2_.js";
|
|
10
10
|
import { t as d } from "../incodeModule-Di2OUZ5_.js";
|
|
11
11
|
import { createEmailManager as f } from "@incodetech/core/email";
|
|
12
12
|
//#region src/modules/email/emailInput.tsx
|
|
@@ -15,15 +15,15 @@ import { i as _, m as v, r as y, s as b, t as x, u as S } from "./icons-BNwTyDPs
|
|
|
15
15
|
import { a as C, i as w, s as T } from "./tutorial-B6nLj9qX.js";
|
|
16
16
|
import { t as E } from "./successIcon-Dklx5JWI.js";
|
|
17
17
|
import "./verificationResult-H3bAOcJQ.js";
|
|
18
|
-
import "./inputComposed-
|
|
19
|
-
import "./inputComposed-
|
|
20
|
-
import "./otpInput-
|
|
18
|
+
import "./inputComposed-Cd-Hl-nY.js";
|
|
19
|
+
import "./inputComposed-WTfutu_d.js";
|
|
20
|
+
import "./otpInput-C386FL2_.js";
|
|
21
21
|
import "./checkbox-B6sowIi8.js";
|
|
22
|
-
import "./formField-
|
|
22
|
+
import "./formField-B0JGrWLv.js";
|
|
23
23
|
import "./countries-BntFjJJG.js";
|
|
24
|
-
import "./phoneInputComposed-
|
|
24
|
+
import "./phoneInputComposed-BnOmNQTz.js";
|
|
25
25
|
import "./dropdownComposed-DkSZPhUb.js";
|
|
26
|
-
import "./dateInputComposed-
|
|
26
|
+
import "./dateInputComposed-tjb_YiSz.js";
|
|
27
27
|
import "@incodetech/core/id";
|
|
28
28
|
//#region src/shared/overlay/overlay.tsx
|
|
29
29
|
var D = ({ children: e, "aria-labelledby": t, class: n }) => /* @__PURE__ */ u("div", {
|
package/dist/extensibility.es.js
CHANGED
|
@@ -3,7 +3,7 @@ import { t } from "./uiConfig-CwpQ-IM6.js";
|
|
|
3
3
|
import { a as n, n as r, o as i, t as a } from "./incodeComponent-BL7Lq_Hw.js";
|
|
4
4
|
import { t as o } from "./spacer-DCljE53A.js";
|
|
5
5
|
import { t as s } from "./page-kB-LDkaO.js";
|
|
6
|
-
import { _ as c, a 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-
|
|
6
|
+
import { _ as c, a 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-DXRHshVD.js";
|
|
7
7
|
import { a as D, i as O, n as k, o as A, s as j, t as M } from "./typography-BeNe2WRr.js";
|
|
8
8
|
import { t as N } from "./spinner-Dg3lumvu.js";
|
|
9
9
|
import { t as P } from "./processing-CfMoBRwi.js";
|
|
@@ -12,12 +12,12 @@ import { a as I, c as L, d as R, f as z, i as B, l as V, m as H, n as U, o as W,
|
|
|
12
12
|
import { a as X, c as Z, i as Q, n as $, o as ee, r as te, s as ne, t as re } from "./tutorial-B6nLj9qX.js";
|
|
13
13
|
import { t as ie } from "./successIcon-Dklx5JWI.js";
|
|
14
14
|
import { t as ae } from "./verificationResult-H3bAOcJQ.js";
|
|
15
|
-
import { n as oe, t as se } from "./inputComposed-
|
|
16
|
-
import { t as ce } from "./otpInput-
|
|
15
|
+
import { n as oe, t as se } from "./inputComposed-Cd-Hl-nY.js";
|
|
16
|
+
import { t as ce } from "./otpInput-C386FL2_.js";
|
|
17
17
|
import { t as le } from "./checkbox-B6sowIi8.js";
|
|
18
|
-
import { t as ue } from "./formField-
|
|
18
|
+
import { t as ue } from "./formField-B0JGrWLv.js";
|
|
19
19
|
import { n as de, r as fe, t as pe } from "./countries-BntFjJJG.js";
|
|
20
|
-
import { t as me } from "./phoneInputComposed-
|
|
20
|
+
import { t as me } from "./phoneInputComposed-BnOmNQTz.js";
|
|
21
21
|
import { t as he } from "./dropdownComposed-C6vVF6YA.js";
|
|
22
|
-
import { t as ge } from "./dateInputComposed-
|
|
22
|
+
import { t as ge } from "./dateInputComposed-DnHTS15O.js";
|
|
23
23
|
export { Q as BaseTutorial, ee as BottomSheet, F as Button, z as CalendarIcon, f as CameraFrame, R as CameraIcon, d as CameraOverlay, w as CameraOverlayHeader, g as CameraView, Y as CaptureButtonIcon, u as CaptureFooter, le as Checkbox, V as CheckmarkIcon, L as ChevronDown, q as ChevronRightIcon, W as CloseIcon, ge as DateInputComposed, he as DropdownComposed, Z as ErrorContent, H as ErrorIcon, I as FileIcon, ue as FormField, B as HelpIcon, h as IdCapture, v as IdChooser, y as IdError, l as IdExpired, C as IdFlipAnimation, x as IdTutorial, a as IncodeComponent, oe as Input, se as InputComposed, r as LandscapeBlocker, J as LightningIcon, K as LockIcon, X as Lottie, S as ManualCapture, ne as Modal, ce as OtpInput, E as Overlay, s as Page, te as Permissions, me as PhoneInputComposed, P as Processing, T as ProgressBar, c as RadioButtonComposed, U as SearchIcon, $ as SelfieCapture, re as SelfieTutorial, o as Spacer, N as Spinner, ie as SuccessIcon, p as TextArea, m as TextAreaComposed, M as Title, k as TypographyH1, O as TypographyH3, D as TypographyH4, A as TypographyH5, j as TypographyP, b as VerificationOptionCard, _ as VerificationOptionCardList, ae as VerificationResult, G as WarningIcon, pe as countries, de as getCountryByCallingCode, fe as getCountryByCode, t as setUiConfig, i as useManager, n as useScreenOrientation, e as useTranslation };
|
package/dist/flow/flow.es.js
CHANGED
|
@@ -6,7 +6,7 @@ import { t as c } from "../spinner-Dg3lumvu.js";
|
|
|
6
6
|
import "../spinner-BEm5Wf_k.js";
|
|
7
7
|
import { t as l } from "../incodeModule-Di2OUZ5_.js";
|
|
8
8
|
import { t as u } from "../redirectToMobile-CgJyjGgD.js";
|
|
9
|
-
import { a as d, c as f, i as p, n as m, o as h, r as g, s as _, t as v, u as y } from "../useModuleLoader-
|
|
9
|
+
import { a as d, c as f, i as p, n as m, o as h, r as g, s as _, t as v, u as y } from "../useModuleLoader-CqNG05an.js";
|
|
10
10
|
import { getRequiredWasmPipelines as b } from "@incodetech/core/flow";
|
|
11
11
|
//#region src/modules/flow/preloadFlow.ts
|
|
12
12
|
var x = /* @__PURE__ */ new Map();
|
package/dist/flow/styles.css
CHANGED
|
@@ -5550,7 +5550,7 @@
|
|
|
5550
5550
|
|
|
5551
5551
|
.IncodeCurpInputDontHaveButton.IncodeButton {
|
|
5552
5552
|
border-style: var(--tw-border-style);
|
|
5553
|
-
border-width: 1
|
|
5553
|
+
border-width: var(--border-width-medium, var(--primitive-border-width-1-5));
|
|
5554
5554
|
border-color: var(--color-button-primary-surface-default, var(--button-primary-surface-default));
|
|
5555
5555
|
color: var(--color-button-primary-surface-default, var(--button-primary-surface-default));
|
|
5556
5556
|
background-color: #0000;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { n as e } from "./i18n-Cnoc6xWX.js";
|
|
2
2
|
import { v as t } from "./vendor-preact-D6SntenC.js";
|
|
3
|
-
import { t as n } from "./inputComposed-
|
|
3
|
+
import { t as n } from "./inputComposed-Cd-Hl-nY.js";
|
|
4
4
|
//#region src/shared/errorParams.ts
|
|
5
5
|
function r(e, t) {
|
|
6
6
|
if (t?.fieldName && typeof t.fieldName == "string") {
|
|
@@ -6,7 +6,7 @@ import { t as a } from "../page-kB-LDkaO.js";
|
|
|
6
6
|
import { t as o } from "../spinner-Dg3lumvu.js";
|
|
7
7
|
import { m as s, p as c } from "../icons-BNwTyDPs.js";
|
|
8
8
|
import { t as l } from "../successIcon-Dklx5JWI.js";
|
|
9
|
-
import { t as u } from "../otpInput-
|
|
9
|
+
import { t as u } from "../otpInput-C386FL2_.js";
|
|
10
10
|
import { t as d } from "../incodeModule-Di2OUZ5_.js";
|
|
11
11
|
import { createGovernmentValidationManager as f } from "@incodetech/core/government-validation";
|
|
12
12
|
//#region src/modules/governmentValidation/governmentValidation.tsx
|
package/dist/id/id.es.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { c as e, o as t, v as n } from "../vendor-preact-D6SntenC.js";
|
|
2
2
|
import { o as r, t as i } from "../incodeComponent-BL7Lq_Hw.js";
|
|
3
|
-
import { a, i as o, n as s, o as c, r as l, t as u } from "../extensibility-
|
|
3
|
+
import { a, i as o, n as s, o as c, r as l, t as u } from "../extensibility-DXRHshVD.js";
|
|
4
4
|
import { t as d } from "../processing-CfMoBRwi.js";
|
|
5
5
|
import { r as f } from "../tutorial-B6nLj9qX.js";
|
|
6
6
|
import { t as p } from "../incodeModule-Di2OUZ5_.js";
|
|
@@ -45,7 +45,11 @@ var o = e((e, r) => {
|
|
|
45
45
|
class: "IncodeInputComposedClearButton",
|
|
46
46
|
onClick: m.onClose,
|
|
47
47
|
"data-testid": `${e}-clear`,
|
|
48
|
-
children: /* @__PURE__ */ t(i, {
|
|
48
|
+
children: /* @__PURE__ */ t(i, {
|
|
49
|
+
width: 24,
|
|
50
|
+
height: 24,
|
|
51
|
+
fillColor: "var(--icon-neutral-500)"
|
|
52
|
+
})
|
|
49
53
|
})
|
|
50
54
|
]
|
|
51
55
|
}),
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import "./inputComposed-Cd-Hl-nY.js";
|
|
@@ -2,8 +2,8 @@ import { n as e } from "./i18n-Cnoc6xWX.js";
|
|
|
2
2
|
import { _ as t, h as n, l as r, p as i, v as a } from "./vendor-preact-D6SntenC.js";
|
|
3
3
|
import { t as o } from "./spacer-DCljE53A.js";
|
|
4
4
|
import { t as s } from "./button-jwSm4U5l.js";
|
|
5
|
-
import { t as c } from "./inputComposed-
|
|
6
|
-
import "./inputComposed-
|
|
5
|
+
import { t as c } from "./inputComposed-Cd-Hl-nY.js";
|
|
6
|
+
import "./inputComposed-WTfutu_d.js";
|
|
7
7
|
//#region src/shared/otpInput/otpInput.tsx
|
|
8
8
|
var l = 6, u = (e) => `${Math.floor(e / 60)}:${(e % 60).toString().padStart(2, "0")}`, d = (e) => e.replace(/[^a-zA-Z0-9]/g, "").toUpperCase().slice(0, l), f = ({ resendTimer: f, canResend: p, error: m, onSubmit: h, onResend: g, onBack: _, backLinkText: v = "otp.changePhoneNumber", disabled: y = !1, isLoading: b = !1 }) => {
|
|
9
9
|
let { t: x } = e(), [S, C] = i(""), w = r(null), T = r(0), E = r(null), D = r(null), O = r(p), k = r(!1), A = r(), j = n((e) => {
|
package/dist/phone/phone.es.js
CHANGED
|
@@ -4,9 +4,9 @@ import { o as r, t as i } from "../incodeComponent-BL7Lq_Hw.js";
|
|
|
4
4
|
import { t as a } from "../spacer-DCljE53A.js";
|
|
5
5
|
import { t as o } from "../page-kB-LDkaO.js";
|
|
6
6
|
import { t as s } from "../button-jwSm4U5l.js";
|
|
7
|
-
import { t as c } from "../otpInput-
|
|
7
|
+
import { t as c } from "../otpInput-C386FL2_.js";
|
|
8
8
|
import { t as l } from "../checkbox-B6sowIi8.js";
|
|
9
|
-
import { t as u } from "../phoneInputComposed-
|
|
9
|
+
import { t as u } from "../phoneInputComposed-BnOmNQTz.js";
|
|
10
10
|
import { t as d } from "../incodeModule-Di2OUZ5_.js";
|
|
11
11
|
import { createPhoneManager as f } from "@incodetech/core/phone";
|
|
12
12
|
//#region src/modules/phone/phone.tsx
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { _ as e, a as t, d as n, h as r, l as i, p as a, v as o } from "./vendor-preact-D6SntenC.js";
|
|
2
2
|
import { m as s } from "./icons-BNwTyDPs.js";
|
|
3
3
|
import { t as c } from "./successIcon-Dklx5JWI.js";
|
|
4
|
-
import { t as l } from "./inputComposed-
|
|
4
|
+
import { t as l } from "./inputComposed-Cd-Hl-nY.js";
|
|
5
5
|
import { i as u, r as d, t as f, u as p } from "./countries-BntFjJJG.js";
|
|
6
6
|
import { n as m, r as h, t as g } from "./AsYouType-B4o16RK-.js";
|
|
7
7
|
import { t as _ } from "./dropdownComposed-C6vVF6YA.js";
|
package/dist/themes/dark.css
CHANGED
|
@@ -109,10 +109,97 @@
|
|
|
109
109
|
--primitive-typography-line-height-125: 1.25;
|
|
110
110
|
--primitive-typography-line-height-130: 1.3;
|
|
111
111
|
|
|
112
|
+
/* Typography / Paragraph Spacing */
|
|
113
|
+
|
|
114
|
+
/* 100% */
|
|
115
|
+
--primitive-typography-paragraph-spacing-100-12: 9px;
|
|
116
|
+
--primitive-typography-paragraph-spacing-100-14: 10.5px;
|
|
117
|
+
--primitive-typography-paragraph-spacing-100-16: 12px;
|
|
118
|
+
--primitive-typography-paragraph-spacing-100-18: 13.5px;
|
|
119
|
+
--primitive-typography-paragraph-spacing-100-20: 15px;
|
|
120
|
+
--primitive-typography-paragraph-spacing-100-24: 18px;
|
|
121
|
+
--primitive-typography-paragraph-spacing-100-32: 24px;
|
|
122
|
+
--primitive-typography-paragraph-spacing-100-40: 30px;
|
|
123
|
+
--primitive-typography-paragraph-spacing-100-48: 36px;
|
|
124
|
+
--primitive-typography-paragraph-spacing-100-80: 60px;
|
|
125
|
+
|
|
126
|
+
/* 105% */
|
|
127
|
+
--primitive-typography-paragraph-spacing-105-12: 9.45px;
|
|
128
|
+
--primitive-typography-paragraph-spacing-105-14: 11px;
|
|
129
|
+
--primitive-typography-paragraph-spacing-105-16: 12.6px;
|
|
130
|
+
--primitive-typography-paragraph-spacing-105-18: 14.2px;
|
|
131
|
+
--primitive-typography-paragraph-spacing-105-20: 15.8px;
|
|
132
|
+
--primitive-typography-paragraph-spacing-105-24: 18.9px;
|
|
133
|
+
--primitive-typography-paragraph-spacing-105-32: 25.2px;
|
|
134
|
+
--primitive-typography-paragraph-spacing-105-40: 31.5px;
|
|
135
|
+
--primitive-typography-paragraph-spacing-105-48: 37.8px;
|
|
136
|
+
--primitive-typography-paragraph-spacing-105-80: 63px;
|
|
137
|
+
|
|
138
|
+
/* 110% */
|
|
139
|
+
--primitive-typography-paragraph-spacing-110-12: 9.9px;
|
|
140
|
+
--primitive-typography-paragraph-spacing-110-14: 11.6px;
|
|
141
|
+
--primitive-typography-paragraph-spacing-110-16: 13.2px;
|
|
142
|
+
--primitive-typography-paragraph-spacing-110-18: 14.9px;
|
|
143
|
+
--primitive-typography-paragraph-spacing-110-20: 16.5px;
|
|
144
|
+
--primitive-typography-paragraph-spacing-110-24: 19.8px;
|
|
145
|
+
--primitive-typography-paragraph-spacing-110-32: 26.4px;
|
|
146
|
+
--primitive-typography-paragraph-spacing-110-40: 33px;
|
|
147
|
+
--primitive-typography-paragraph-spacing-110-48: 39.6px;
|
|
148
|
+
--primitive-typography-paragraph-spacing-110-80: 66px;
|
|
149
|
+
|
|
150
|
+
/* 115% */
|
|
151
|
+
--primitive-typography-paragraph-spacing-115-12: 10.4px;
|
|
152
|
+
--primitive-typography-paragraph-spacing-115-14: 12.1px;
|
|
153
|
+
--primitive-typography-paragraph-spacing-115-16: 13.8px;
|
|
154
|
+
--primitive-typography-paragraph-spacing-115-18: 15.5px;
|
|
155
|
+
--primitive-typography-paragraph-spacing-115-20: 17.3px;
|
|
156
|
+
--primitive-typography-paragraph-spacing-115-24: 20.7px;
|
|
157
|
+
--primitive-typography-paragraph-spacing-115-32: 27.6px;
|
|
158
|
+
--primitive-typography-paragraph-spacing-115-40: 34.5px;
|
|
159
|
+
--primitive-typography-paragraph-spacing-115-48: 41.4px;
|
|
160
|
+
--primitive-typography-paragraph-spacing-115-80: 69px;
|
|
161
|
+
|
|
162
|
+
/* 120% */
|
|
163
|
+
--primitive-typography-paragraph-spacing-120-12: 10.8px;
|
|
164
|
+
--primitive-typography-paragraph-spacing-120-14: 12.6px;
|
|
165
|
+
--primitive-typography-paragraph-spacing-120-16: 14.4px;
|
|
166
|
+
--primitive-typography-paragraph-spacing-120-18: 16.2px;
|
|
167
|
+
--primitive-typography-paragraph-spacing-120-20: 18px;
|
|
168
|
+
--primitive-typography-paragraph-spacing-120-24: 21.6px;
|
|
169
|
+
--primitive-typography-paragraph-spacing-120-32: 28.8px;
|
|
170
|
+
--primitive-typography-paragraph-spacing-120-40: 36px;
|
|
171
|
+
--primitive-typography-paragraph-spacing-120-48: 43.2px;
|
|
172
|
+
--primitive-typography-paragraph-spacing-120-80: 72px;
|
|
173
|
+
|
|
174
|
+
/* 125% */
|
|
175
|
+
--primitive-typography-paragraph-spacing-125-12: 11.3px;
|
|
176
|
+
--primitive-typography-paragraph-spacing-125-14: 13.1px;
|
|
177
|
+
--primitive-typography-paragraph-spacing-125-16: 15px;
|
|
178
|
+
--primitive-typography-paragraph-spacing-125-18: 16.9px;
|
|
179
|
+
--primitive-typography-paragraph-spacing-125-20: 18.8px;
|
|
180
|
+
--primitive-typography-paragraph-spacing-125-24: 22.5px;
|
|
181
|
+
--primitive-typography-paragraph-spacing-125-32: 30px;
|
|
182
|
+
--primitive-typography-paragraph-spacing-125-40: 37.5px;
|
|
183
|
+
--primitive-typography-paragraph-spacing-125-48: 45px;
|
|
184
|
+
--primitive-typography-paragraph-spacing-125-80: 75px;
|
|
185
|
+
|
|
186
|
+
/* 130% */
|
|
187
|
+
--primitive-typography-paragraph-spacing-130-12: 11.7px;
|
|
188
|
+
--primitive-typography-paragraph-spacing-130-14: 13.7px;
|
|
189
|
+
--primitive-typography-paragraph-spacing-130-16: 15.6px;
|
|
190
|
+
--primitive-typography-paragraph-spacing-130-18: 17.6px;
|
|
191
|
+
--primitive-typography-paragraph-spacing-130-20: 19.5px;
|
|
192
|
+
--primitive-typography-paragraph-spacing-130-24: 23.4px;
|
|
193
|
+
--primitive-typography-paragraph-spacing-130-32: 31.2px;
|
|
194
|
+
--primitive-typography-paragraph-spacing-130-40: 39px;
|
|
195
|
+
--primitive-typography-paragraph-spacing-130-48: 46.8px;
|
|
196
|
+
--primitive-typography-paragraph-spacing-130-80: 78px;
|
|
197
|
+
|
|
112
198
|
/* Border / Width */
|
|
113
199
|
|
|
114
200
|
--primitive-border-width-0: 0px;
|
|
115
201
|
--primitive-border-width-1: 1px;
|
|
202
|
+
--primitive-border-width-1-5: 1.5px;
|
|
116
203
|
--primitive-border-width-2: 2px;
|
|
117
204
|
--primitive-border-width-4: 4px;
|
|
118
205
|
|
|
@@ -157,6 +244,7 @@
|
|
|
157
244
|
|
|
158
245
|
--border-width-none: var(--primitive-border-width-0);
|
|
159
246
|
--border-width-regular: var(--primitive-border-width-1);
|
|
247
|
+
--border-width-medium: var(--primitive-border-width-1-5);
|
|
160
248
|
--border-width-bold: var(--primitive-border-width-2);
|
|
161
249
|
|
|
162
250
|
/* Border / Radius */
|
|
@@ -215,6 +303,9 @@
|
|
|
215
303
|
--typography-display-d1-letter-spacing: var(
|
|
216
304
|
--primitive-typography-letter-spacing-minus-1-5
|
|
217
305
|
);
|
|
306
|
+
--typography-display-d1-paragraph-spacing: var(
|
|
307
|
+
--primitive-typography-paragraph-spacing-105-80
|
|
308
|
+
);
|
|
218
309
|
|
|
219
310
|
/* Display/D2 */
|
|
220
311
|
--typography-display-d2-size: var(--primitive-typography-size-48);
|
|
@@ -225,6 +316,9 @@
|
|
|
225
316
|
--typography-display-d2-letter-spacing: var(
|
|
226
317
|
--primitive-typography-letter-spacing-minus-0-5
|
|
227
318
|
);
|
|
319
|
+
--typography-display-d2-paragraph-spacing: var(
|
|
320
|
+
--primitive-typography-paragraph-spacing-105-48
|
|
321
|
+
);
|
|
228
322
|
|
|
229
323
|
/* Headline */
|
|
230
324
|
--typography-headline-family: var(--primitive-typography-family-dm-sans);
|
|
@@ -238,6 +332,9 @@
|
|
|
238
332
|
--typography-headline-h1-letter-spacing: var(
|
|
239
333
|
--primitive-typography-letter-spacing-minus-1-5
|
|
240
334
|
);
|
|
335
|
+
--typography-headline-h1-paragraph-spacing: var(
|
|
336
|
+
--primitive-typography-paragraph-spacing-115-32
|
|
337
|
+
);
|
|
241
338
|
|
|
242
339
|
/* Headline/H2 */
|
|
243
340
|
--typography-headline-h2-size: var(--primitive-typography-size-24);
|
|
@@ -248,6 +345,9 @@
|
|
|
248
345
|
--typography-headline-h2-letter-spacing: var(
|
|
249
346
|
--primitive-typography-letter-spacing-minus-1
|
|
250
347
|
);
|
|
348
|
+
--typography-headline-h2-paragraph-spacing: var(
|
|
349
|
+
--primitive-typography-paragraph-spacing-115-24
|
|
350
|
+
);
|
|
251
351
|
|
|
252
352
|
/* Headline/H3 */
|
|
253
353
|
--typography-headline-h3-size: var(--primitive-typography-size-20);
|
|
@@ -258,6 +358,9 @@
|
|
|
258
358
|
--typography-headline-h3-letter-spacing: var(
|
|
259
359
|
--primitive-typography-letter-spacing-minus-0-5
|
|
260
360
|
);
|
|
361
|
+
--typography-headline-h3-paragraph-spacing: var(
|
|
362
|
+
--primitive-typography-paragraph-spacing-115-20
|
|
363
|
+
);
|
|
261
364
|
|
|
262
365
|
/* Headline/H4 */
|
|
263
366
|
--typography-headline-h4-size: var(--primitive-typography-size-18);
|
|
@@ -268,6 +371,9 @@
|
|
|
268
371
|
--typography-headline-h4-letter-spacing: var(
|
|
269
372
|
--primitive-typography-letter-spacing-minus-0-5
|
|
270
373
|
);
|
|
374
|
+
--typography-headline-h4-paragraph-spacing: var(
|
|
375
|
+
--primitive-typography-paragraph-spacing-115-18
|
|
376
|
+
);
|
|
271
377
|
|
|
272
378
|
/* Headline/H5 */
|
|
273
379
|
--typography-headline-h5-size: var(--primitive-typography-size-16);
|
|
@@ -278,6 +384,9 @@
|
|
|
278
384
|
--typography-headline-h5-letter-spacing: var(
|
|
279
385
|
--primitive-typography-letter-spacing-minus-0-5
|
|
280
386
|
);
|
|
387
|
+
--typography-headline-h5-paragraph-spacing: var(
|
|
388
|
+
--primitive-typography-paragraph-spacing-115-16
|
|
389
|
+
);
|
|
281
390
|
|
|
282
391
|
/* Body */
|
|
283
392
|
--typography-body-family: var(--primitive-typography-family-dm-sans);
|
|
@@ -293,6 +402,9 @@
|
|
|
293
402
|
--typography-body-s-regular-letter-spacing: var(
|
|
294
403
|
--primitive-typography-letter-spacing-0
|
|
295
404
|
);
|
|
405
|
+
--typography-body-s-regular-paragraph-spacing: var(
|
|
406
|
+
--primitive-typography-paragraph-spacing-130-12
|
|
407
|
+
);
|
|
296
408
|
|
|
297
409
|
/* Body/S Body */
|
|
298
410
|
--typography-body-s-bold-size: var(--primitive-typography-size-12);
|
|
@@ -303,6 +415,9 @@
|
|
|
303
415
|
--typography-body-s-bold-letter-spacing: var(
|
|
304
416
|
--primitive-typography-letter-spacing-0
|
|
305
417
|
);
|
|
418
|
+
--typography-body-s-bold-paragraph-spacing: var(
|
|
419
|
+
--primitive-typography-paragraph-spacing-130-12
|
|
420
|
+
);
|
|
306
421
|
|
|
307
422
|
/* Body/M Regular */
|
|
308
423
|
--typography-body-m-regular-size: var(--primitive-typography-size-14);
|
|
@@ -315,6 +430,9 @@
|
|
|
315
430
|
--typography-body-m-regular-letter-spacing: var(
|
|
316
431
|
--primitive-typography-letter-spacing-0
|
|
317
432
|
);
|
|
433
|
+
--typography-body-m-regular-paragraph-spacing: var(
|
|
434
|
+
--primitive-typography-paragraph-spacing-120-14
|
|
435
|
+
);
|
|
318
436
|
|
|
319
437
|
/* Body/M Bold */
|
|
320
438
|
--typography-body-m-bold-size: var(--primitive-typography-size-14);
|
|
@@ -325,6 +443,9 @@
|
|
|
325
443
|
--typography-body-m-bold-letter-spacing: var(
|
|
326
444
|
--primitive-typography-letter-spacing-0
|
|
327
445
|
);
|
|
446
|
+
--typography-body-m-bold-paragraph-spacing: var(
|
|
447
|
+
--primitive-typography-paragraph-spacing-130-14
|
|
448
|
+
);
|
|
328
449
|
|
|
329
450
|
/* Link */
|
|
330
451
|
--typography-link-family: var(--primitive-typography-family-dm-sans);
|
|
@@ -338,6 +459,9 @@
|
|
|
338
459
|
--typography-link-m-bold-letter-spacing: var(
|
|
339
460
|
--primitive-typography-letter-spacing-0
|
|
340
461
|
);
|
|
462
|
+
--typography-link-m-bold-paragraph-spacing: var(
|
|
463
|
+
--primitive-typography-paragraph-spacing-125-14
|
|
464
|
+
);
|
|
341
465
|
|
|
342
466
|
/* Link/M Extrabold */
|
|
343
467
|
--typography-link-m-extrabold-size: var(--primitive-typography-size-14);
|
|
@@ -350,6 +474,9 @@
|
|
|
350
474
|
--typography-link-m-extrabold-letter-spacing: var(
|
|
351
475
|
--primitive-typography-letter-spacing-0
|
|
352
476
|
);
|
|
477
|
+
--typography-link-m-extrabold-paragraph-spacing: var(
|
|
478
|
+
--primitive-typography-paragraph-spacing-125-14
|
|
479
|
+
);
|
|
353
480
|
|
|
354
481
|
/* Link/S Bold */
|
|
355
482
|
--typography-link-s-bold-size: var(--primitive-typography-size-12);
|
|
@@ -360,6 +487,9 @@
|
|
|
360
487
|
--typography-link-s-bold-letter-spacing: var(
|
|
361
488
|
--primitive-typography-letter-spacing-minus-0-5
|
|
362
489
|
);
|
|
490
|
+
--typography-link-s-bold-paragraph-spacing: var(
|
|
491
|
+
--primitive-typography-paragraph-spacing-130-12
|
|
492
|
+
);
|
|
363
493
|
|
|
364
494
|
/* Link/S Medium */
|
|
365
495
|
--typography-link-s-medium-size: var(--primitive-typography-size-12);
|
|
@@ -370,6 +500,9 @@
|
|
|
370
500
|
--typography-link-s-medium-letter-spacing: var(
|
|
371
501
|
--primitive-typography-letter-spacing-0
|
|
372
502
|
);
|
|
503
|
+
--typography-link-s-medium-paragraph-spacing: var(
|
|
504
|
+
--primitive-typography-paragraph-spacing-130-12
|
|
505
|
+
);
|
|
373
506
|
|
|
374
507
|
/* Label */
|
|
375
508
|
--typography-label-family: var(--primitive-typography-family-dm-sans);
|
|
@@ -381,6 +514,9 @@
|
|
|
381
514
|
--typography-label-m-letter-spacing: var(
|
|
382
515
|
--primitive-typography-letter-spacing-0
|
|
383
516
|
);
|
|
517
|
+
--typography-label-m-paragraph-spacing: var(
|
|
518
|
+
--primitive-typography-paragraph-spacing-100-14
|
|
519
|
+
);
|
|
384
520
|
|
|
385
521
|
/* Button */
|
|
386
522
|
--typography-button-family: var(--primitive-typography-family-dm-sans);
|
|
@@ -394,6 +530,9 @@
|
|
|
394
530
|
--typography-button-m-letter-spacing: var(
|
|
395
531
|
--primitive-typography-letter-spacing-0
|
|
396
532
|
);
|
|
533
|
+
--typography-button-m-paragraph-spacing: var(
|
|
534
|
+
--primitive-typography-paragraph-spacing-100-18
|
|
535
|
+
);
|
|
397
536
|
|
|
398
537
|
/* Button/M Underlined */
|
|
399
538
|
--typography-button-m-underlined-size: var(--primitive-typography-size-18);
|
|
@@ -406,6 +545,9 @@
|
|
|
406
545
|
--typography-button-m-underlined-letter-spacing: var(
|
|
407
546
|
--primitive-typography-letter-spacing-0
|
|
408
547
|
);
|
|
548
|
+
--typography-button-m-underlined-paragraph-spacing: var(
|
|
549
|
+
--primitive-typography-paragraph-spacing-100-18
|
|
550
|
+
);
|
|
409
551
|
|
|
410
552
|
/* Button/S */
|
|
411
553
|
--typography-button-s-size: var(--primitive-typography-size-14);
|
|
@@ -416,6 +558,9 @@
|
|
|
416
558
|
--typography-button-s-letter-spacing: var(
|
|
417
559
|
--primitive-typography-letter-spacing-minus-0-5
|
|
418
560
|
);
|
|
561
|
+
--typography-button-s-paragraph-spacing: var(
|
|
562
|
+
--primitive-typography-paragraph-spacing-100-14
|
|
563
|
+
);
|
|
419
564
|
|
|
420
565
|
/* Tooltip */
|
|
421
566
|
--typography-tooltip-family: var(--primitive-typography-family-dm-sans);
|
|
@@ -429,6 +574,9 @@
|
|
|
429
574
|
--typography-tooltip-m-letter-spacing: var(
|
|
430
575
|
--primitive-typography-letter-spacing-minus-0-5
|
|
431
576
|
);
|
|
577
|
+
--typography-tooltip-m-paragraph-spacing: var(
|
|
578
|
+
--primitive-typography-paragraph-spacing-115-16
|
|
579
|
+
);
|
|
432
580
|
|
|
433
581
|
/* Feedback */
|
|
434
582
|
--typography-feedback-family: var(--primitive-typography-family-dm-sans);
|
|
@@ -442,6 +590,9 @@
|
|
|
442
590
|
--typography-feedback-l-letter-spacing: var(
|
|
443
591
|
--primitive-typography-letter-spacing-minus-0-5
|
|
444
592
|
);
|
|
593
|
+
--typography-feedback-l-paragraph-spacing: var(
|
|
594
|
+
--primitive-typography-paragraph-spacing-120-24
|
|
595
|
+
);
|
|
445
596
|
|
|
446
597
|
/* Feedback/S */
|
|
447
598
|
--typography-feedback-s-size: var(--primitive-typography-size-18);
|
|
@@ -452,6 +603,9 @@
|
|
|
452
603
|
--typography-feedback-s-letter-spacing: var(
|
|
453
604
|
--primitive-typography-letter-spacing-minus-0-5
|
|
454
605
|
);
|
|
606
|
+
--typography-feedback-s-paragraph-spacing: var(
|
|
607
|
+
--primitive-typography-paragraph-spacing-120-18
|
|
608
|
+
);
|
|
455
609
|
|
|
456
610
|
/* Toggle-switch */
|
|
457
611
|
--typography-toggle-switch-family: var(--primitive-typography-family-dm-sans);
|
|
@@ -467,6 +621,9 @@
|
|
|
467
621
|
--typography-toggle-switch-m-letter-spacing: var(
|
|
468
622
|
--primitive-typography-letter-spacing-0
|
|
469
623
|
);
|
|
624
|
+
--typography-toggle-switch-m-paragraph-spacing: var(
|
|
625
|
+
--primitive-typography-paragraph-spacing-100-16
|
|
626
|
+
);
|
|
470
627
|
|
|
471
628
|
/* Toggle-switch/S */
|
|
472
629
|
--typography-toggle-switch-s-size: var(--primitive-typography-size-14);
|
|
@@ -479,6 +636,9 @@
|
|
|
479
636
|
--typography-toggle-switch-s-letter-spacing: var(
|
|
480
637
|
--primitive-typography-letter-spacing-0
|
|
481
638
|
);
|
|
639
|
+
--typography-toggle-switch-s-paragraph-spacing: var(
|
|
640
|
+
--primitive-typography-paragraph-spacing-100-14
|
|
641
|
+
);
|
|
482
642
|
|
|
483
643
|
/* Checkbox & Radio */
|
|
484
644
|
--typography-checkbox-radio-family: var(
|
|
@@ -496,6 +656,9 @@
|
|
|
496
656
|
--typography-checkbox-radio-m-letter-spacing: var(
|
|
497
657
|
--primitive-typography-letter-spacing-0
|
|
498
658
|
);
|
|
659
|
+
--typography-checkbox-radio-m-paragraph-spacing: var(
|
|
660
|
+
--primitive-typography-paragraph-spacing-100-16
|
|
661
|
+
);
|
|
499
662
|
|
|
500
663
|
/* Checkbox & Radio/S */
|
|
501
664
|
--typography-checkbox-radio-s-size: var(--primitive-typography-size-14);
|
|
@@ -508,6 +671,9 @@
|
|
|
508
671
|
--typography-checkbox-radio-s-letter-spacing: var(
|
|
509
672
|
--primitive-typography-letter-spacing-0
|
|
510
673
|
);
|
|
674
|
+
--typography-checkbox-radio-s-paragraph-spacing: var(
|
|
675
|
+
--primitive-typography-paragraph-spacing-120-14
|
|
676
|
+
);
|
|
511
677
|
|
|
512
678
|
/* Input & Dropdown */
|
|
513
679
|
--typography-input-dropdown-family: var(
|
|
@@ -523,6 +689,9 @@
|
|
|
523
689
|
--typography-input-dropdown-l-letter-spacing: var(
|
|
524
690
|
--primitive-typography-letter-spacing-2
|
|
525
691
|
);
|
|
692
|
+
--typography-input-dropdown-l-paragraph-spacing: var(
|
|
693
|
+
--primitive-typography-paragraph-spacing-100-24
|
|
694
|
+
);
|
|
526
695
|
|
|
527
696
|
/* Input & Dropdown/M */
|
|
528
697
|
--typography-input-dropdown-m-size: var(--primitive-typography-size-18);
|
|
@@ -535,6 +704,9 @@
|
|
|
535
704
|
--typography-input-dropdown-m-letter-spacing: var(
|
|
536
705
|
--primitive-typography-letter-spacing-0
|
|
537
706
|
);
|
|
707
|
+
--typography-input-dropdown-m-paragraph-spacing: var(
|
|
708
|
+
--primitive-typography-paragraph-spacing-100-18
|
|
709
|
+
);
|
|
538
710
|
}
|
|
539
711
|
:root,
|
|
540
712
|
:host,
|
|
@@ -812,6 +984,7 @@
|
|
|
812
984
|
--button-secondary-border-pressed: var(--surface-brand-600-static);
|
|
813
985
|
--button-secondary-border-disabled: var(--surface-neutral-100);
|
|
814
986
|
--button-secondary-border-radius: var(--border-radius-medium);
|
|
987
|
+
--button-secondary-border-width: var(--border-width-medium);
|
|
815
988
|
|
|
816
989
|
/* Button / Tertiary */
|
|
817
990
|
--button-tertiary-text-default: var(--text-accent-brand);
|
package/dist/themes/light.css
CHANGED
|
@@ -109,10 +109,97 @@
|
|
|
109
109
|
--primitive-typography-line-height-125: 1.25;
|
|
110
110
|
--primitive-typography-line-height-130: 1.3;
|
|
111
111
|
|
|
112
|
+
/* Typography / Paragraph Spacing */
|
|
113
|
+
|
|
114
|
+
/* 100% */
|
|
115
|
+
--primitive-typography-paragraph-spacing-100-12: 9px;
|
|
116
|
+
--primitive-typography-paragraph-spacing-100-14: 10.5px;
|
|
117
|
+
--primitive-typography-paragraph-spacing-100-16: 12px;
|
|
118
|
+
--primitive-typography-paragraph-spacing-100-18: 13.5px;
|
|
119
|
+
--primitive-typography-paragraph-spacing-100-20: 15px;
|
|
120
|
+
--primitive-typography-paragraph-spacing-100-24: 18px;
|
|
121
|
+
--primitive-typography-paragraph-spacing-100-32: 24px;
|
|
122
|
+
--primitive-typography-paragraph-spacing-100-40: 30px;
|
|
123
|
+
--primitive-typography-paragraph-spacing-100-48: 36px;
|
|
124
|
+
--primitive-typography-paragraph-spacing-100-80: 60px;
|
|
125
|
+
|
|
126
|
+
/* 105% */
|
|
127
|
+
--primitive-typography-paragraph-spacing-105-12: 9.45px;
|
|
128
|
+
--primitive-typography-paragraph-spacing-105-14: 11px;
|
|
129
|
+
--primitive-typography-paragraph-spacing-105-16: 12.6px;
|
|
130
|
+
--primitive-typography-paragraph-spacing-105-18: 14.2px;
|
|
131
|
+
--primitive-typography-paragraph-spacing-105-20: 15.8px;
|
|
132
|
+
--primitive-typography-paragraph-spacing-105-24: 18.9px;
|
|
133
|
+
--primitive-typography-paragraph-spacing-105-32: 25.2px;
|
|
134
|
+
--primitive-typography-paragraph-spacing-105-40: 31.5px;
|
|
135
|
+
--primitive-typography-paragraph-spacing-105-48: 37.8px;
|
|
136
|
+
--primitive-typography-paragraph-spacing-105-80: 63px;
|
|
137
|
+
|
|
138
|
+
/* 110% */
|
|
139
|
+
--primitive-typography-paragraph-spacing-110-12: 9.9px;
|
|
140
|
+
--primitive-typography-paragraph-spacing-110-14: 11.6px;
|
|
141
|
+
--primitive-typography-paragraph-spacing-110-16: 13.2px;
|
|
142
|
+
--primitive-typography-paragraph-spacing-110-18: 14.9px;
|
|
143
|
+
--primitive-typography-paragraph-spacing-110-20: 16.5px;
|
|
144
|
+
--primitive-typography-paragraph-spacing-110-24: 19.8px;
|
|
145
|
+
--primitive-typography-paragraph-spacing-110-32: 26.4px;
|
|
146
|
+
--primitive-typography-paragraph-spacing-110-40: 33px;
|
|
147
|
+
--primitive-typography-paragraph-spacing-110-48: 39.6px;
|
|
148
|
+
--primitive-typography-paragraph-spacing-110-80: 66px;
|
|
149
|
+
|
|
150
|
+
/* 115% */
|
|
151
|
+
--primitive-typography-paragraph-spacing-115-12: 10.4px;
|
|
152
|
+
--primitive-typography-paragraph-spacing-115-14: 12.1px;
|
|
153
|
+
--primitive-typography-paragraph-spacing-115-16: 13.8px;
|
|
154
|
+
--primitive-typography-paragraph-spacing-115-18: 15.5px;
|
|
155
|
+
--primitive-typography-paragraph-spacing-115-20: 17.3px;
|
|
156
|
+
--primitive-typography-paragraph-spacing-115-24: 20.7px;
|
|
157
|
+
--primitive-typography-paragraph-spacing-115-32: 27.6px;
|
|
158
|
+
--primitive-typography-paragraph-spacing-115-40: 34.5px;
|
|
159
|
+
--primitive-typography-paragraph-spacing-115-48: 41.4px;
|
|
160
|
+
--primitive-typography-paragraph-spacing-115-80: 69px;
|
|
161
|
+
|
|
162
|
+
/* 120% */
|
|
163
|
+
--primitive-typography-paragraph-spacing-120-12: 10.8px;
|
|
164
|
+
--primitive-typography-paragraph-spacing-120-14: 12.6px;
|
|
165
|
+
--primitive-typography-paragraph-spacing-120-16: 14.4px;
|
|
166
|
+
--primitive-typography-paragraph-spacing-120-18: 16.2px;
|
|
167
|
+
--primitive-typography-paragraph-spacing-120-20: 18px;
|
|
168
|
+
--primitive-typography-paragraph-spacing-120-24: 21.6px;
|
|
169
|
+
--primitive-typography-paragraph-spacing-120-32: 28.8px;
|
|
170
|
+
--primitive-typography-paragraph-spacing-120-40: 36px;
|
|
171
|
+
--primitive-typography-paragraph-spacing-120-48: 43.2px;
|
|
172
|
+
--primitive-typography-paragraph-spacing-120-80: 72px;
|
|
173
|
+
|
|
174
|
+
/* 125% */
|
|
175
|
+
--primitive-typography-paragraph-spacing-125-12: 11.3px;
|
|
176
|
+
--primitive-typography-paragraph-spacing-125-14: 13.1px;
|
|
177
|
+
--primitive-typography-paragraph-spacing-125-16: 15px;
|
|
178
|
+
--primitive-typography-paragraph-spacing-125-18: 16.9px;
|
|
179
|
+
--primitive-typography-paragraph-spacing-125-20: 18.8px;
|
|
180
|
+
--primitive-typography-paragraph-spacing-125-24: 22.5px;
|
|
181
|
+
--primitive-typography-paragraph-spacing-125-32: 30px;
|
|
182
|
+
--primitive-typography-paragraph-spacing-125-40: 37.5px;
|
|
183
|
+
--primitive-typography-paragraph-spacing-125-48: 45px;
|
|
184
|
+
--primitive-typography-paragraph-spacing-125-80: 75px;
|
|
185
|
+
|
|
186
|
+
/* 130% */
|
|
187
|
+
--primitive-typography-paragraph-spacing-130-12: 11.7px;
|
|
188
|
+
--primitive-typography-paragraph-spacing-130-14: 13.7px;
|
|
189
|
+
--primitive-typography-paragraph-spacing-130-16: 15.6px;
|
|
190
|
+
--primitive-typography-paragraph-spacing-130-18: 17.6px;
|
|
191
|
+
--primitive-typography-paragraph-spacing-130-20: 19.5px;
|
|
192
|
+
--primitive-typography-paragraph-spacing-130-24: 23.4px;
|
|
193
|
+
--primitive-typography-paragraph-spacing-130-32: 31.2px;
|
|
194
|
+
--primitive-typography-paragraph-spacing-130-40: 39px;
|
|
195
|
+
--primitive-typography-paragraph-spacing-130-48: 46.8px;
|
|
196
|
+
--primitive-typography-paragraph-spacing-130-80: 78px;
|
|
197
|
+
|
|
112
198
|
/* Border / Width */
|
|
113
199
|
|
|
114
200
|
--primitive-border-width-0: 0px;
|
|
115
201
|
--primitive-border-width-1: 1px;
|
|
202
|
+
--primitive-border-width-1-5: 1.5px;
|
|
116
203
|
--primitive-border-width-2: 2px;
|
|
117
204
|
--primitive-border-width-4: 4px;
|
|
118
205
|
|
|
@@ -157,6 +244,7 @@
|
|
|
157
244
|
|
|
158
245
|
--border-width-none: var(--primitive-border-width-0);
|
|
159
246
|
--border-width-regular: var(--primitive-border-width-1);
|
|
247
|
+
--border-width-medium: var(--primitive-border-width-1-5);
|
|
160
248
|
--border-width-bold: var(--primitive-border-width-2);
|
|
161
249
|
|
|
162
250
|
/* Border / Radius */
|
|
@@ -215,6 +303,9 @@
|
|
|
215
303
|
--typography-display-d1-letter-spacing: var(
|
|
216
304
|
--primitive-typography-letter-spacing-minus-1-5
|
|
217
305
|
);
|
|
306
|
+
--typography-display-d1-paragraph-spacing: var(
|
|
307
|
+
--primitive-typography-paragraph-spacing-105-80
|
|
308
|
+
);
|
|
218
309
|
|
|
219
310
|
/* Display/D2 */
|
|
220
311
|
--typography-display-d2-size: var(--primitive-typography-size-48);
|
|
@@ -225,6 +316,9 @@
|
|
|
225
316
|
--typography-display-d2-letter-spacing: var(
|
|
226
317
|
--primitive-typography-letter-spacing-minus-0-5
|
|
227
318
|
);
|
|
319
|
+
--typography-display-d2-paragraph-spacing: var(
|
|
320
|
+
--primitive-typography-paragraph-spacing-105-48
|
|
321
|
+
);
|
|
228
322
|
|
|
229
323
|
/* Headline */
|
|
230
324
|
--typography-headline-family: var(--primitive-typography-family-dm-sans);
|
|
@@ -238,6 +332,9 @@
|
|
|
238
332
|
--typography-headline-h1-letter-spacing: var(
|
|
239
333
|
--primitive-typography-letter-spacing-minus-1-5
|
|
240
334
|
);
|
|
335
|
+
--typography-headline-h1-paragraph-spacing: var(
|
|
336
|
+
--primitive-typography-paragraph-spacing-115-32
|
|
337
|
+
);
|
|
241
338
|
|
|
242
339
|
/* Headline/H2 */
|
|
243
340
|
--typography-headline-h2-size: var(--primitive-typography-size-24);
|
|
@@ -248,6 +345,9 @@
|
|
|
248
345
|
--typography-headline-h2-letter-spacing: var(
|
|
249
346
|
--primitive-typography-letter-spacing-minus-1
|
|
250
347
|
);
|
|
348
|
+
--typography-headline-h2-paragraph-spacing: var(
|
|
349
|
+
--primitive-typography-paragraph-spacing-115-24
|
|
350
|
+
);
|
|
251
351
|
|
|
252
352
|
/* Headline/H3 */
|
|
253
353
|
--typography-headline-h3-size: var(--primitive-typography-size-20);
|
|
@@ -258,6 +358,9 @@
|
|
|
258
358
|
--typography-headline-h3-letter-spacing: var(
|
|
259
359
|
--primitive-typography-letter-spacing-minus-0-5
|
|
260
360
|
);
|
|
361
|
+
--typography-headline-h3-paragraph-spacing: var(
|
|
362
|
+
--primitive-typography-paragraph-spacing-115-20
|
|
363
|
+
);
|
|
261
364
|
|
|
262
365
|
/* Headline/H4 */
|
|
263
366
|
--typography-headline-h4-size: var(--primitive-typography-size-18);
|
|
@@ -268,6 +371,9 @@
|
|
|
268
371
|
--typography-headline-h4-letter-spacing: var(
|
|
269
372
|
--primitive-typography-letter-spacing-minus-0-5
|
|
270
373
|
);
|
|
374
|
+
--typography-headline-h4-paragraph-spacing: var(
|
|
375
|
+
--primitive-typography-paragraph-spacing-115-18
|
|
376
|
+
);
|
|
271
377
|
|
|
272
378
|
/* Headline/H5 */
|
|
273
379
|
--typography-headline-h5-size: var(--primitive-typography-size-16);
|
|
@@ -278,6 +384,9 @@
|
|
|
278
384
|
--typography-headline-h5-letter-spacing: var(
|
|
279
385
|
--primitive-typography-letter-spacing-minus-0-5
|
|
280
386
|
);
|
|
387
|
+
--typography-headline-h5-paragraph-spacing: var(
|
|
388
|
+
--primitive-typography-paragraph-spacing-115-16
|
|
389
|
+
);
|
|
281
390
|
|
|
282
391
|
/* Body */
|
|
283
392
|
--typography-body-family: var(--primitive-typography-family-dm-sans);
|
|
@@ -293,6 +402,9 @@
|
|
|
293
402
|
--typography-body-s-regular-letter-spacing: var(
|
|
294
403
|
--primitive-typography-letter-spacing-0
|
|
295
404
|
);
|
|
405
|
+
--typography-body-s-regular-paragraph-spacing: var(
|
|
406
|
+
--primitive-typography-paragraph-spacing-130-12
|
|
407
|
+
);
|
|
296
408
|
|
|
297
409
|
/* Body/S Body */
|
|
298
410
|
--typography-body-s-bold-size: var(--primitive-typography-size-12);
|
|
@@ -303,6 +415,9 @@
|
|
|
303
415
|
--typography-body-s-bold-letter-spacing: var(
|
|
304
416
|
--primitive-typography-letter-spacing-0
|
|
305
417
|
);
|
|
418
|
+
--typography-body-s-bold-paragraph-spacing: var(
|
|
419
|
+
--primitive-typography-paragraph-spacing-130-12
|
|
420
|
+
);
|
|
306
421
|
|
|
307
422
|
/* Body/M Regular */
|
|
308
423
|
--typography-body-m-regular-size: var(--primitive-typography-size-14);
|
|
@@ -315,6 +430,9 @@
|
|
|
315
430
|
--typography-body-m-regular-letter-spacing: var(
|
|
316
431
|
--primitive-typography-letter-spacing-0
|
|
317
432
|
);
|
|
433
|
+
--typography-body-m-regular-paragraph-spacing: var(
|
|
434
|
+
--primitive-typography-paragraph-spacing-120-14
|
|
435
|
+
);
|
|
318
436
|
|
|
319
437
|
/* Body/M Bold */
|
|
320
438
|
--typography-body-m-bold-size: var(--primitive-typography-size-14);
|
|
@@ -325,6 +443,9 @@
|
|
|
325
443
|
--typography-body-m-bold-letter-spacing: var(
|
|
326
444
|
--primitive-typography-letter-spacing-0
|
|
327
445
|
);
|
|
446
|
+
--typography-body-m-bold-paragraph-spacing: var(
|
|
447
|
+
--primitive-typography-paragraph-spacing-130-14
|
|
448
|
+
);
|
|
328
449
|
|
|
329
450
|
/* Link */
|
|
330
451
|
--typography-link-family: var(--primitive-typography-family-dm-sans);
|
|
@@ -338,6 +459,9 @@
|
|
|
338
459
|
--typography-link-m-bold-letter-spacing: var(
|
|
339
460
|
--primitive-typography-letter-spacing-0
|
|
340
461
|
);
|
|
462
|
+
--typography-link-m-bold-paragraph-spacing: var(
|
|
463
|
+
--primitive-typography-paragraph-spacing-125-14
|
|
464
|
+
);
|
|
341
465
|
|
|
342
466
|
/* Link/M Extrabold */
|
|
343
467
|
--typography-link-m-extrabold-size: var(--primitive-typography-size-14);
|
|
@@ -350,6 +474,9 @@
|
|
|
350
474
|
--typography-link-m-extrabold-letter-spacing: var(
|
|
351
475
|
--primitive-typography-letter-spacing-0
|
|
352
476
|
);
|
|
477
|
+
--typography-link-m-extrabold-paragraph-spacing: var(
|
|
478
|
+
--primitive-typography-paragraph-spacing-125-14
|
|
479
|
+
);
|
|
353
480
|
|
|
354
481
|
/* Link/S Bold */
|
|
355
482
|
--typography-link-s-bold-size: var(--primitive-typography-size-12);
|
|
@@ -360,6 +487,9 @@
|
|
|
360
487
|
--typography-link-s-bold-letter-spacing: var(
|
|
361
488
|
--primitive-typography-letter-spacing-minus-0-5
|
|
362
489
|
);
|
|
490
|
+
--typography-link-s-bold-paragraph-spacing: var(
|
|
491
|
+
--primitive-typography-paragraph-spacing-130-12
|
|
492
|
+
);
|
|
363
493
|
|
|
364
494
|
/* Link/S Medium */
|
|
365
495
|
--typography-link-s-medium-size: var(--primitive-typography-size-12);
|
|
@@ -370,6 +500,9 @@
|
|
|
370
500
|
--typography-link-s-medium-letter-spacing: var(
|
|
371
501
|
--primitive-typography-letter-spacing-0
|
|
372
502
|
);
|
|
503
|
+
--typography-link-s-medium-paragraph-spacing: var(
|
|
504
|
+
--primitive-typography-paragraph-spacing-130-12
|
|
505
|
+
);
|
|
373
506
|
|
|
374
507
|
/* Label */
|
|
375
508
|
--typography-label-family: var(--primitive-typography-family-dm-sans);
|
|
@@ -381,6 +514,9 @@
|
|
|
381
514
|
--typography-label-m-letter-spacing: var(
|
|
382
515
|
--primitive-typography-letter-spacing-0
|
|
383
516
|
);
|
|
517
|
+
--typography-label-m-paragraph-spacing: var(
|
|
518
|
+
--primitive-typography-paragraph-spacing-100-14
|
|
519
|
+
);
|
|
384
520
|
|
|
385
521
|
/* Button */
|
|
386
522
|
--typography-button-family: var(--primitive-typography-family-dm-sans);
|
|
@@ -394,6 +530,9 @@
|
|
|
394
530
|
--typography-button-m-letter-spacing: var(
|
|
395
531
|
--primitive-typography-letter-spacing-0
|
|
396
532
|
);
|
|
533
|
+
--typography-button-m-paragraph-spacing: var(
|
|
534
|
+
--primitive-typography-paragraph-spacing-100-18
|
|
535
|
+
);
|
|
397
536
|
|
|
398
537
|
/* Button/M Underlined */
|
|
399
538
|
--typography-button-m-underlined-size: var(--primitive-typography-size-18);
|
|
@@ -406,6 +545,9 @@
|
|
|
406
545
|
--typography-button-m-underlined-letter-spacing: var(
|
|
407
546
|
--primitive-typography-letter-spacing-0
|
|
408
547
|
);
|
|
548
|
+
--typography-button-m-underlined-paragraph-spacing: var(
|
|
549
|
+
--primitive-typography-paragraph-spacing-100-18
|
|
550
|
+
);
|
|
409
551
|
|
|
410
552
|
/* Button/S */
|
|
411
553
|
--typography-button-s-size: var(--primitive-typography-size-14);
|
|
@@ -416,6 +558,9 @@
|
|
|
416
558
|
--typography-button-s-letter-spacing: var(
|
|
417
559
|
--primitive-typography-letter-spacing-minus-0-5
|
|
418
560
|
);
|
|
561
|
+
--typography-button-s-paragraph-spacing: var(
|
|
562
|
+
--primitive-typography-paragraph-spacing-100-14
|
|
563
|
+
);
|
|
419
564
|
|
|
420
565
|
/* Tooltip */
|
|
421
566
|
--typography-tooltip-family: var(--primitive-typography-family-dm-sans);
|
|
@@ -429,6 +574,9 @@
|
|
|
429
574
|
--typography-tooltip-m-letter-spacing: var(
|
|
430
575
|
--primitive-typography-letter-spacing-minus-0-5
|
|
431
576
|
);
|
|
577
|
+
--typography-tooltip-m-paragraph-spacing: var(
|
|
578
|
+
--primitive-typography-paragraph-spacing-115-16
|
|
579
|
+
);
|
|
432
580
|
|
|
433
581
|
/* Feedback */
|
|
434
582
|
--typography-feedback-family: var(--primitive-typography-family-dm-sans);
|
|
@@ -442,6 +590,9 @@
|
|
|
442
590
|
--typography-feedback-l-letter-spacing: var(
|
|
443
591
|
--primitive-typography-letter-spacing-minus-0-5
|
|
444
592
|
);
|
|
593
|
+
--typography-feedback-l-paragraph-spacing: var(
|
|
594
|
+
--primitive-typography-paragraph-spacing-120-24
|
|
595
|
+
);
|
|
445
596
|
|
|
446
597
|
/* Feedback/S */
|
|
447
598
|
--typography-feedback-s-size: var(--primitive-typography-size-18);
|
|
@@ -452,6 +603,9 @@
|
|
|
452
603
|
--typography-feedback-s-letter-spacing: var(
|
|
453
604
|
--primitive-typography-letter-spacing-minus-0-5
|
|
454
605
|
);
|
|
606
|
+
--typography-feedback-s-paragraph-spacing: var(
|
|
607
|
+
--primitive-typography-paragraph-spacing-120-18
|
|
608
|
+
);
|
|
455
609
|
|
|
456
610
|
/* Toggle-switch */
|
|
457
611
|
--typography-toggle-switch-family: var(--primitive-typography-family-dm-sans);
|
|
@@ -467,6 +621,9 @@
|
|
|
467
621
|
--typography-toggle-switch-m-letter-spacing: var(
|
|
468
622
|
--primitive-typography-letter-spacing-0
|
|
469
623
|
);
|
|
624
|
+
--typography-toggle-switch-m-paragraph-spacing: var(
|
|
625
|
+
--primitive-typography-paragraph-spacing-100-16
|
|
626
|
+
);
|
|
470
627
|
|
|
471
628
|
/* Toggle-switch/S */
|
|
472
629
|
--typography-toggle-switch-s-size: var(--primitive-typography-size-14);
|
|
@@ -479,6 +636,9 @@
|
|
|
479
636
|
--typography-toggle-switch-s-letter-spacing: var(
|
|
480
637
|
--primitive-typography-letter-spacing-0
|
|
481
638
|
);
|
|
639
|
+
--typography-toggle-switch-s-paragraph-spacing: var(
|
|
640
|
+
--primitive-typography-paragraph-spacing-100-14
|
|
641
|
+
);
|
|
482
642
|
|
|
483
643
|
/* Checkbox & Radio */
|
|
484
644
|
--typography-checkbox-radio-family: var(
|
|
@@ -496,6 +656,9 @@
|
|
|
496
656
|
--typography-checkbox-radio-m-letter-spacing: var(
|
|
497
657
|
--primitive-typography-letter-spacing-0
|
|
498
658
|
);
|
|
659
|
+
--typography-checkbox-radio-m-paragraph-spacing: var(
|
|
660
|
+
--primitive-typography-paragraph-spacing-100-16
|
|
661
|
+
);
|
|
499
662
|
|
|
500
663
|
/* Checkbox & Radio/S */
|
|
501
664
|
--typography-checkbox-radio-s-size: var(--primitive-typography-size-14);
|
|
@@ -508,6 +671,9 @@
|
|
|
508
671
|
--typography-checkbox-radio-s-letter-spacing: var(
|
|
509
672
|
--primitive-typography-letter-spacing-0
|
|
510
673
|
);
|
|
674
|
+
--typography-checkbox-radio-s-paragraph-spacing: var(
|
|
675
|
+
--primitive-typography-paragraph-spacing-120-14
|
|
676
|
+
);
|
|
511
677
|
|
|
512
678
|
/* Input & Dropdown */
|
|
513
679
|
--typography-input-dropdown-family: var(
|
|
@@ -523,6 +689,9 @@
|
|
|
523
689
|
--typography-input-dropdown-l-letter-spacing: var(
|
|
524
690
|
--primitive-typography-letter-spacing-2
|
|
525
691
|
);
|
|
692
|
+
--typography-input-dropdown-l-paragraph-spacing: var(
|
|
693
|
+
--primitive-typography-paragraph-spacing-100-24
|
|
694
|
+
);
|
|
526
695
|
|
|
527
696
|
/* Input & Dropdown/M */
|
|
528
697
|
--typography-input-dropdown-m-size: var(--primitive-typography-size-18);
|
|
@@ -535,6 +704,9 @@
|
|
|
535
704
|
--typography-input-dropdown-m-letter-spacing: var(
|
|
536
705
|
--primitive-typography-letter-spacing-0
|
|
537
706
|
);
|
|
707
|
+
--typography-input-dropdown-m-paragraph-spacing: var(
|
|
708
|
+
--primitive-typography-paragraph-spacing-100-18
|
|
709
|
+
);
|
|
538
710
|
}
|
|
539
711
|
:root,
|
|
540
712
|
:host,
|
|
@@ -812,6 +984,7 @@
|
|
|
812
984
|
--button-secondary-border-pressed: var(--surface-brand-600-static);
|
|
813
985
|
--button-secondary-border-disabled: var(--surface-neutral-100);
|
|
814
986
|
--button-secondary-border-radius: var(--border-radius-medium);
|
|
987
|
+
--button-secondary-border-width: var(--border-width-medium);
|
|
815
988
|
|
|
816
989
|
/* Button / Tertiary */
|
|
817
990
|
--button-tertiary-text-default: var(--text-accent-brand);
|
|
@@ -163,10 +163,10 @@ var E = {
|
|
|
163
163
|
CURP_VALIDATION: () => import("./curp-validation/curp-validation.es.js").then((e) => e.CurpValidation),
|
|
164
164
|
GOVT_VALIDATION_PROVISIONING: () => import("./governmentValidation/governmentValidation.es.js").then((e) => e.GovernmentValidation),
|
|
165
165
|
GEOLOCATION: () => import("./geolocation/geolocation.es.js").then((e) => e.Geolocation),
|
|
166
|
-
EXTERNAL_VERIFICATION: () => import("./ekycModule-
|
|
167
|
-
EKYB: () => import("./ekybModule-
|
|
168
|
-
DOCUMENT_CAPTURE: () => import("./documentCapture-
|
|
169
|
-
ADDRESS: () => import("./documentCapture-
|
|
166
|
+
EXTERNAL_VERIFICATION: () => import("./ekycModule-BcB5KUcq.js").then((e) => e.EkycModule),
|
|
167
|
+
EKYB: () => import("./ekybModule-TZxTa8g7.js").then((e) => e.EkybModule),
|
|
168
|
+
DOCUMENT_CAPTURE: () => import("./documentCapture-BAvYKA3R.js").then((e) => e.DocumentCapture),
|
|
169
|
+
ADDRESS: () => import("./documentCapture-BAvYKA3R.js").then((e) => e.DocumentCapture),
|
|
170
170
|
COMBINED_CONSENT: () => import("./consent/consent.es.js").then((e) => e.Consent),
|
|
171
171
|
MANDATORY_CONSENT: () => import("./mandatoryConsent-Y9IDP5M2.js").then((e) => e.MandatoryConsent),
|
|
172
172
|
SIGNATURE: () => import("./signature/signature.es.js").then((e) => e.Signature),
|
package/dist/workflow/styles.css
CHANGED
|
@@ -4896,7 +4896,7 @@
|
|
|
4896
4896
|
|
|
4897
4897
|
.IncodeCurpInputDontHaveButton.IncodeButton {
|
|
4898
4898
|
border-style: var(--tw-border-style);
|
|
4899
|
-
border-width: 1
|
|
4899
|
+
border-width: var(--border-width-medium, var(--primitive-border-width-1-5));
|
|
4900
4900
|
border-color: var(--color-button-primary-surface-default, var(--button-primary-surface-default));
|
|
4901
4901
|
color: var(--color-button-primary-surface-default, var(--button-primary-surface-default));
|
|
4902
4902
|
background-color: #0000;
|
|
@@ -5,7 +5,7 @@ import { o, t as s } from "../incodeComponent-BL7Lq_Hw.js";
|
|
|
5
5
|
import { t as c } from "../spinner-Dg3lumvu.js";
|
|
6
6
|
import "../spinner-BEm5Wf_k.js";
|
|
7
7
|
import { t as l } from "../incodeModule-Di2OUZ5_.js";
|
|
8
|
-
import { d as u, i as d, l as f, r as p, t as m } from "../useModuleLoader-
|
|
8
|
+
import { d as u, i as d, l as f, r as p, t as m } from "../useModuleLoader-CqNG05an.js";
|
|
9
9
|
import { resolveWasmConfig as h, warmupWasm as g } from "@incodetech/core/wasm";
|
|
10
10
|
import { createWorkflowManager as _ } from "@incodetech/core/workflow";
|
|
11
11
|
//#region src/modules/workflow/workflowInit.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@incodetech/web",
|
|
3
|
-
"version": "0.0.0-dev-20260415-
|
|
3
|
+
"version": "0.0.0-dev-20260415-793d86a",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.es.js",
|
|
6
6
|
"types": "./dist/types/index.d.ts",
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
"qrcode": "^1.5.4",
|
|
177
177
|
"signature_pad": "^5.1.3",
|
|
178
178
|
"tailwindcss": "^4.1.17",
|
|
179
|
-
"@incodetech/core": "0.0.0-dev-20260415-
|
|
179
|
+
"@incodetech/core": "0.0.0-dev-20260415-793d86a"
|
|
180
180
|
},
|
|
181
181
|
"devDependencies": {
|
|
182
182
|
"@microsoft/api-extractor": "^7.53.3",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "./dateInputComposed-B5ZRK4j-.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "./inputComposed-Z2b-ltvn.js";
|