@incodetech/web 0.0.0-dev-20260507-78f2d13 → 0.0.0-dev-20260507-85da360
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/flow/styles.css
CHANGED
package/dist/selfie/selfie.es.js
CHANGED
|
@@ -22,7 +22,7 @@ var p = ({ config: r, manager: l, onFinish: d, onError: p }) => {
|
|
|
22
22
|
if (!r) throw Error("Selfie config is required when no manager is provided");
|
|
23
23
|
return u({ config: r });
|
|
24
24
|
}, { manageLifecycle: !l });
|
|
25
|
-
return m.status === "idle" || m.status === "loading" ? /* @__PURE__ */ t(i, {}) : m.status === "tutorial" ? /* @__PURE__ */ t(c, {
|
|
25
|
+
return m.status === "idle" || m.status === "loading" ? /* @__PURE__ */ t(i, { hideText: !0 }) : m.status === "tutorial" ? /* @__PURE__ */ t(c, {
|
|
26
26
|
manager: h,
|
|
27
27
|
ageAssurance: m.ageAssurance
|
|
28
28
|
}) : m.status === "permissions" ? /* @__PURE__ */ t(s, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@incodetech/web",
|
|
3
|
-
"version": "0.0.0-dev-20260507-
|
|
3
|
+
"version": "0.0.0-dev-20260507-85da360",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.es.js",
|
|
6
6
|
"types": "./dist/types/index.d.ts",
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
"qrcode": "^1.5.4",
|
|
240
240
|
"signature_pad": "^5.1.3",
|
|
241
241
|
"tailwindcss": "^4.1.17",
|
|
242
|
-
"@incodetech/core": "0.0.0-dev-20260507-
|
|
242
|
+
"@incodetech/core": "0.0.0-dev-20260507-85da360"
|
|
243
243
|
},
|
|
244
244
|
"devDependencies": {
|
|
245
245
|
"@microsoft/api-extractor": "^7.53.3",
|