@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.
@@ -12,6 +12,7 @@
12
12
 
13
13
  .IncodeCustomFieldsForm .IncodeCustomFieldsField {
14
14
  flex-direction: column;
15
+ align-items: center;
15
16
  width: 100%;
16
17
  display: flex;
17
18
  }
@@ -4222,6 +4222,7 @@
4222
4222
 
4223
4223
  .IncodeCustomFieldsForm .IncodeCustomFieldsField {
4224
4224
  flex-direction: column;
4225
+ align-items: center;
4225
4226
  width: 100%;
4226
4227
  display: flex;
4227
4228
  }
@@ -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-78f2d13",
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-78f2d13"
242
+ "@incodetech/core": "0.0.0-dev-20260507-85da360"
243
243
  },
244
244
  "devDependencies": {
245
245
  "@microsoft/api-extractor": "^7.53.3",