@incodetech/web 0.0.0-dev-20260804-177eb012 → 0.0.0-dev-20260806-08b62a2b
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.
|
@@ -478,7 +478,7 @@ var VideoSelfieContent = ({ config, onFinish, onError }) => {
|
|
|
478
478
|
});
|
|
479
479
|
if (state.status === "finished" || state.status === "aborted") return null;
|
|
480
480
|
if (state.status === "error") return /* @__PURE__ */ u(TerminalErrorPage, {
|
|
481
|
-
message: state.
|
|
481
|
+
message: state.errorKind === "connection" ? t("connectionError.subtitle") : void 0,
|
|
482
482
|
onRetry: () => manager.retry()
|
|
483
483
|
});
|
|
484
484
|
if (state.status === "finalizing") return /* @__PURE__ */ u(VideoSelfieFinalizingScreen, {});
|
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-20260806-08b62a2b",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -292,7 +292,7 @@
|
|
|
292
292
|
"qrcode": "^1.5.4",
|
|
293
293
|
"signature_pad": "^5.1.3",
|
|
294
294
|
"tailwindcss": "^4.1.17",
|
|
295
|
-
"@incodetech/core": "0.0.0-dev-
|
|
295
|
+
"@incodetech/core": "0.0.0-dev-20260806-08b62a2b"
|
|
296
296
|
},
|
|
297
297
|
"devDependencies": {
|
|
298
298
|
"@microsoft/api-extractor": "^7.53.3",
|