@incodetech/web 0.0.0-dev-20260407-8c4e1e2 → 0.0.0-dev-20260408-6cf064e
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.
|
@@ -692,7 +692,7 @@ var H = ({ manager: n, title: a, text: c, allowSkipDocumentCapture: l, captureMo
|
|
|
692
692
|
/* @__PURE__ */ s("input", {
|
|
693
693
|
ref: u,
|
|
694
694
|
type: "file",
|
|
695
|
-
accept: "image
|
|
695
|
+
accept: "image/jpeg,image/png",
|
|
696
696
|
onChange: S,
|
|
697
697
|
"aria-hidden": !0,
|
|
698
698
|
tabIndex: -1,
|
package/dist/flow/flow.es.js
CHANGED
|
@@ -1700,8 +1700,8 @@ var W = {
|
|
|
1700
1700
|
GEOLOCATION: () => import("../geolocation/geolocation.es.js").then((e) => e.Geolocation),
|
|
1701
1701
|
EXTERNAL_VERIFICATION: () => import("../ekycModule-B1p3nVjs.js").then((e) => e.EkycModule),
|
|
1702
1702
|
EKYB: () => import("../ekybModule-BFnH4wjX.js").then((e) => e.EkybModule),
|
|
1703
|
-
DOCUMENT_CAPTURE: () => import("../documentCapture-
|
|
1704
|
-
ADDRESS: () => import("../documentCapture-
|
|
1703
|
+
DOCUMENT_CAPTURE: () => import("../documentCapture-BauSTull.js").then((e) => e.DocumentCapture),
|
|
1704
|
+
ADDRESS: () => import("../documentCapture-BauSTull.js").then((e) => e.DocumentCapture),
|
|
1705
1705
|
COMBINED_CONSENT: () => import("../consent/consent.es.js").then((e) => e.Consent),
|
|
1706
1706
|
MANDATORY_CONSENT: () => import("../mandatoryConsent-B99XyHyX.js").then((e) => e.MandatoryConsent),
|
|
1707
1707
|
SIGNATURE: () => import("../signature/signature.es.js").then((e) => e.Signature),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@incodetech/web",
|
|
3
|
-
"version": "0.0.0-dev-
|
|
3
|
+
"version": "0.0.0-dev-20260408-6cf064e",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.es.js",
|
|
6
6
|
"types": "./dist/types/index.d.ts",
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
"qrcode": "^1.5.4",
|
|
149
149
|
"signature_pad": "^5.1.3",
|
|
150
150
|
"tailwindcss": "^4.1.17",
|
|
151
|
-
"@incodetech/core": "0.0.0-dev-
|
|
151
|
+
"@incodetech/core": "0.0.0-dev-20260408-6cf064e"
|
|
152
152
|
},
|
|
153
153
|
"devDependencies": {
|
|
154
154
|
"@microsoft/api-extractor": "^7.53.3",
|