@incodetech/web 0.0.0-dev-20260612-6b4f7f65 → 0.0.0-dev-20260612-10760bb1
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/themes/dark.css
CHANGED
|
@@ -1055,7 +1055,7 @@
|
|
|
1055
1055
|
|
|
1056
1056
|
--input-text-field-default: var(--text-body-800-primary);
|
|
1057
1057
|
--input-text-field-disabled: var(--text-body-400);
|
|
1058
|
-
--input-text-field-placeholder: var(--text-body-
|
|
1058
|
+
--input-text-field-placeholder: var(--text-body-500-secondary);
|
|
1059
1059
|
|
|
1060
1060
|
--input-text-helper-default: var(--text-body-800-primary);
|
|
1061
1061
|
--input-text-helper-negative: var(--text-status-negative);
|
|
@@ -1082,7 +1082,7 @@
|
|
|
1082
1082
|
|
|
1083
1083
|
--dropdown-text-input-default: var(--text-body-800-primary);
|
|
1084
1084
|
--dropdown-text-input-disabled: var(--text-body-400);
|
|
1085
|
-
--dropdown-text-input-placeholder: var(--text-body-
|
|
1085
|
+
--dropdown-text-input-placeholder: var(--text-body-500-secondary);
|
|
1086
1086
|
|
|
1087
1087
|
--dropdown-text-helper-default: var(--text-body-800-primary);
|
|
1088
1088
|
--dropdown-text-helper-negative: var(--text-status-negative);
|
package/dist/themes/light.css
CHANGED
|
@@ -1055,7 +1055,7 @@
|
|
|
1055
1055
|
|
|
1056
1056
|
--input-text-field-default: var(--text-body-800-primary);
|
|
1057
1057
|
--input-text-field-disabled: var(--text-body-400);
|
|
1058
|
-
--input-text-field-placeholder: var(--text-body-
|
|
1058
|
+
--input-text-field-placeholder: var(--text-body-500-secondary);
|
|
1059
1059
|
|
|
1060
1060
|
--input-text-helper-default: var(--text-body-800-primary);
|
|
1061
1061
|
--input-text-helper-negative: var(--text-status-negative);
|
|
@@ -1082,7 +1082,7 @@
|
|
|
1082
1082
|
|
|
1083
1083
|
--dropdown-text-input-default: var(--text-body-800-primary);
|
|
1084
1084
|
--dropdown-text-input-disabled: var(--text-body-400);
|
|
1085
|
-
--dropdown-text-input-placeholder: var(--text-body-
|
|
1085
|
+
--dropdown-text-input-placeholder: var(--text-body-500-secondary);
|
|
1086
1086
|
|
|
1087
1087
|
--dropdown-text-helper-default: var(--text-body-800-primary);
|
|
1088
1088
|
--dropdown-text-helper-negative: var(--text-status-negative);
|
|
@@ -280,7 +280,10 @@ var IncodeWorkflowReady = ({ config, workflowManager: initialManager, onFinish,
|
|
|
280
280
|
ageAssurance: workflowState.workflowConfig.ageAssurance
|
|
281
281
|
});
|
|
282
282
|
let extraProps = {};
|
|
283
|
-
if (workflowState.currentNode.moduleKey === "REDIRECT_TO_MOBILE") extraProps = {
|
|
283
|
+
if (workflowState.currentNode.moduleKey === "REDIRECT_TO_MOBILE") extraProps = {
|
|
284
|
+
onFinish: () => workflowManager.completeFlow(),
|
|
285
|
+
onContinue: () => workflowManager.completeModule()
|
|
286
|
+
};
|
|
284
287
|
return /* @__PURE__ */ u("div", {
|
|
285
288
|
class: "IncodeWorkflow",
|
|
286
289
|
children: /* @__PURE__ */ u(Component, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@incodetech/web",
|
|
3
|
-
"version": "0.0.0-dev-20260612-
|
|
3
|
+
"version": "0.0.0-dev-20260612-10760bb1",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/IncodeTechnologies/incode-web-sdk.git"
|
|
@@ -264,7 +264,7 @@
|
|
|
264
264
|
"qrcode": "^1.5.4",
|
|
265
265
|
"signature_pad": "^5.1.3",
|
|
266
266
|
"tailwindcss": "^4.1.17",
|
|
267
|
-
"@incodetech/core": "0.0.0-dev-20260612-
|
|
267
|
+
"@incodetech/core": "0.0.0-dev-20260612-10760bb1"
|
|
268
268
|
},
|
|
269
269
|
"devDependencies": {
|
|
270
270
|
"@microsoft/api-extractor": "^7.53.3",
|