@incodetech/web 0.0.0-dev-20260529-bbc34b14 → 0.0.0-dev-20260529-2e406f03
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.
|
@@ -841,7 +841,7 @@ var h = () => /* @__PURE__ */ r("svg", {
|
|
|
841
841
|
}, "idle") : c.status === "locationAcquired" ? /* @__PURE__ */ r(Y, {
|
|
842
842
|
icon: h,
|
|
843
843
|
title: s("geolocation.currentLocation"),
|
|
844
|
-
subtitle: c.location,
|
|
844
|
+
subtitle: c.location ?? s("geolocation.unknown"),
|
|
845
845
|
onContinue: () => l.continue()
|
|
846
846
|
}, "acquired") : c.status === "permissionDenied" ? /* @__PURE__ */ r(J, {
|
|
847
847
|
canSkip: c.canSkip,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@incodetech/web",
|
|
3
|
-
"version": "0.0.0-dev-20260529-
|
|
3
|
+
"version": "0.0.0-dev-20260529-2e406f03",
|
|
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-20260529-
|
|
258
|
+
"@incodetech/core": "0.0.0-dev-20260529-2e406f03"
|
|
259
259
|
},
|
|
260
260
|
"devDependencies": {
|
|
261
261
|
"@microsoft/api-extractor": "^7.53.3",
|