@incodetech/web 0.0.0-dev-20260605-65da28c6 → 0.0.0-dev-20260608-c8c427ca

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
@@ -99,7 +99,7 @@ var R = ({ state: t }) => {
99
99
  return /* @__PURE__ */ c(p, {
100
100
  title: a,
101
101
  titleId: "digitalIdUploadStatusTitle",
102
- subtitle: n("idv2.digitalIdUpload.screenDescription"),
102
+ subtitle: i ? void 0 : n("idv2.digitalIdUpload.screenDescription"),
103
103
  className: "IncodeDigitalIdUploadPage",
104
104
  "data-testid": "digital-id-upload-analyzing",
105
105
  children: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@incodetech/web",
3
- "version": "0.0.0-dev-20260605-65da28c6",
3
+ "version": "0.0.0-dev-20260608-c8c427ca",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/IncodeTechnologies/incode-web-sdk.git"
@@ -255,7 +255,7 @@
255
255
  "qrcode": "^1.5.4",
256
256
  "signature_pad": "^5.1.3",
257
257
  "tailwindcss": "^4.1.17",
258
- "@incodetech/core": "0.0.0-dev-20260605-65da28c6"
258
+ "@incodetech/core": "0.0.0-dev-20260608-c8c427ca"
259
259
  },
260
260
  "devDependencies": {
261
261
  "@microsoft/api-extractor": "^7.53.3",