@incodetech/web 0.0.0-dev-20260721-994f9ab2 → 0.0.0-dev-20260722-09ecbfb4
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.
|
@@ -780,8 +780,9 @@ var GeolocationContent = ({ config, manager: externalManager, onFinish, onError:
|
|
|
780
780
|
return createGeolocationManager({ config });
|
|
781
781
|
}, { manageLifecycle: !externalManager });
|
|
782
782
|
useModuleTerminalCallbacks({
|
|
783
|
-
status: state.status === "finished"
|
|
784
|
-
onFinish
|
|
783
|
+
status: state.status === "finished" || state.status === "closed" ? state.status : "loading",
|
|
784
|
+
onFinish,
|
|
785
|
+
onError: _onError
|
|
785
786
|
});
|
|
786
787
|
const isLoading = state.status === "requestingLocation" || state.status === "submitting";
|
|
787
788
|
if (state.status === "idle" || state.status === "requestingLocation" || state.status === "submitting") return /* @__PURE__ */ u(GeolocationPageLayout, {
|
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-20260722-09ecbfb4",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/IncodeTechnologies/incode-web-sdk.git"
|
|
@@ -291,7 +291,7 @@
|
|
|
291
291
|
"qrcode": "^1.5.4",
|
|
292
292
|
"signature_pad": "^5.1.3",
|
|
293
293
|
"tailwindcss": "^4.1.17",
|
|
294
|
-
"@incodetech/core": "0.0.0-dev-
|
|
294
|
+
"@incodetech/core": "0.0.0-dev-20260722-09ecbfb4"
|
|
295
295
|
},
|
|
296
296
|
"devDependencies": {
|
|
297
297
|
"@microsoft/api-extractor": "^7.53.3",
|