@incodetech/web 0.0.0-dev-20260427-b544b2e → 0.0.0-dev-20260427-2d786e0

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.
Files changed (2) hide show
  1. package/dist/id/id.es.js +1 -1
  2. package/package.json +2 -2
package/dist/id/id.es.js CHANGED
@@ -230,7 +230,7 @@ var V = n(() => import("../mandatoryConsent-Bfy5ubtU.js").then((e) => ({ default
230
230
  if (!n) throw Error("ID capture config is required when no manager is provided");
231
231
  return D({ config: n });
232
232
  }, { manageLifecycle: !r });
233
- return g.status === "idle" || g.status === "loading" ? /* @__PURE__ */ a(_, { spinnerConfig: { subtitle: h("loadingCircle.preparingCamera") } }) : g.status === "chooser" ? /* @__PURE__ */ a(d, {
233
+ return g.status === "idle" ? /* @__PURE__ */ a(_, { hideText: !0 }) : g.status === "loading" ? /* @__PURE__ */ a(_, { spinnerConfig: { subtitle: h("loadingCircle.preparingCamera") } }) : g.status === "chooser" ? /* @__PURE__ */ a(d, {
234
234
  manager: y,
235
235
  state: g
236
236
  }) : g.status === "tutorial" ? /* @__PURE__ */ a(p, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@incodetech/web",
3
- "version": "0.0.0-dev-20260427-b544b2e",
3
+ "version": "0.0.0-dev-20260427-2d786e0",
4
4
  "type": "module",
5
5
  "main": "./dist/index.es.js",
6
6
  "types": "./dist/types/index.d.ts",
@@ -230,7 +230,7 @@
230
230
  "qrcode": "^1.5.4",
231
231
  "signature_pad": "^5.1.3",
232
232
  "tailwindcss": "^4.1.17",
233
- "@incodetech/core": "0.0.0-dev-20260427-b544b2e"
233
+ "@incodetech/core": "0.0.0-dev-20260427-2d786e0"
234
234
  },
235
235
  "devDependencies": {
236
236
  "@microsoft/api-extractor": "^7.53.3",