@incodetech/web 0.0.0-dev-20260421-a263f79 → 0.0.0-dev-20260421-aeeff81

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.
@@ -166,8 +166,8 @@ var A = {
166
166
  GEOLOCATION: () => import("./geolocation/geolocation.es.js").then((e) => e.Geolocation),
167
167
  EXTERNAL_VERIFICATION: () => import("./ekycModule-BdPdWLQa.js").then((e) => e.EkycModule),
168
168
  EKYB: () => import("./ekybModule-CXY_Mv5-.js").then((e) => e.EkybModule),
169
- DOCUMENT_CAPTURE: () => import("./documentCapture-D_e9m4o5.js").then((e) => e.DocumentCapture),
170
- ADDRESS: () => import("./documentCapture-D_e9m4o5.js").then((e) => e.DocumentCapture),
169
+ DOCUMENT_CAPTURE: () => import("./documentCapture-CpF6kCf5.js").then((e) => e.DocumentCapture),
170
+ ADDRESS: () => import("./documentCapture-CpF6kCf5.js").then((e) => e.DocumentCapture),
171
171
  COMBINED_CONSENT: () => import("./consent/consent.es.js").then((e) => e.Consent),
172
172
  MANDATORY_CONSENT: () => import("./mandatoryConsent-Bhydm83e.js").then((e) => e.MandatoryConsent),
173
173
  SIGNATURE: () => import("./signature/signature.es.js").then((e) => e.Signature),
@@ -515,12 +515,12 @@
515
515
  display: flex;
516
516
  }
517
517
 
518
- .IncodeCameraButton .IncodeCameraButtonPath {
519
- fill: var(--color-border-brand-500, var(--border-brand-500));
518
+ .IncodeCameraButton .IncodeCameraButtonBackground {
519
+ fill: var(--color-icon-neutral-800-static, var(--icon-neutral-800-static));
520
520
  }
521
521
 
522
- .IncodeCameraButton .IncodeCameraButtonBackground {
523
- fill: var(--color-surface-brand-50, var(--surface-brand-50));
522
+ .IncodeCameraButton .IncodeCameraButtonRing, .IncodeCameraButton .IncodeCameraButtonPath {
523
+ fill: var(--color-icon-neutral-50, var(--icon-neutral-50-static));
524
524
  }
525
525
 
526
526
  .IncodeCaptureContainer {
@@ -631,7 +631,12 @@
631
631
  position: absolute;
632
632
  }
633
633
 
634
- .IncodeLoadingBorder.IncodeLoadingBorderSpinning {
634
+ .IncodeLoadingBorder .IncodeLoadingBorderBase, .IncodeLoadingBorder .IncodeLoadingBorderForeground {
635
+ inset: var(--spacing-0, var(--spacing-none, 0px));
636
+ position: absolute;
637
+ }
638
+
639
+ .IncodeLoadingBorder .IncodeLoadingBorderForeground.IncodeLoadingBorderSpinning {
635
640
  animation: var(--animate-spin, spin 1s linear infinite);
636
641
  }
637
642
 
@@ -640,9 +645,8 @@
640
645
  }
641
646
 
642
647
  .IncodeSelfieManualCapture {
643
- align-items: center;
644
- gap: var(--spacing-16, var(--spacing-16, 16px));
645
648
  flex-direction: column;
649
+ align-items: center;
646
650
  max-width: 275px;
647
651
  display: flex;
648
652
  }
@@ -654,7 +658,7 @@
654
658
  font-weight: var(--typography-headline-h5-weight);
655
659
  line-height: var(--typography-headline-h5-line-height);
656
660
  letter-spacing: var(--typography-headline-h5-letter-spacing);
657
- color: var(--color-text-body-primary, var(--text-body-800-primary));
661
+ color: var(--color-text-body-secondary, var(--text-body-500-secondary));
658
662
  }
659
663
 
660
664
  .IncodeSelfieManualCaptureButton {
@@ -5,7 +5,7 @@ import { o, t as s } from "../incodeComponent-DzIDROLm.js";
5
5
  import "../spinner-BmFWJNHp.js";
6
6
  import { t as c } from "../transitionSpinner-DMz65Cb2.js";
7
7
  import { t as l } from "../incodeModule-D_r2n18O.js";
8
- import { a as u, f as d, i as f, m as p, t as m } from "../useModuleLoader-BQ-yrxuR.js";
8
+ import { a as u, f as d, i as f, m as p, t as m } from "../useModuleLoader-J38RiuMO.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-20260421-a263f79",
3
+ "version": "0.0.0-dev-20260421-aeeff81",
4
4
  "type": "module",
5
5
  "main": "./dist/index.es.js",
6
6
  "types": "./dist/types/index.d.ts",
@@ -183,7 +183,7 @@
183
183
  "qrcode": "^1.5.4",
184
184
  "signature_pad": "^5.1.3",
185
185
  "tailwindcss": "^4.1.17",
186
- "@incodetech/core": "0.0.0-dev-20260421-a263f79"
186
+ "@incodetech/core": "0.0.0-dev-20260421-aeeff81"
187
187
  },
188
188
  "devDependencies": {
189
189
  "@microsoft/api-extractor": "^7.53.3",