@incodetech/web 0.0.0-dev-20260703-aafdb47a → 0.0.0-dev-20260706-82e1bca3

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.
@@ -1,5 +1,5 @@
1
1
  import { v as u } from "../vendor-preact-DThS2ZQ_.js";
2
- import { n as ElectronicSignature } from "../electronic-signature-uWz0wPrc.js";
2
+ import { n as ElectronicSignature } from "../electronic-signature-BEgHISh5.js";
3
3
  import { t as registerIncodeModuleElement } from "../incodeModule-B-4_3JrK.js";
4
4
  //#region src/modules/ae-signature/ae-signature.tsx
5
5
  var AeSignature = ({ config, onFinish, onError }) => {
@@ -1,2 +1,2 @@
1
- import { n as ElectronicSignature, t as AeSignature } from "../electronic-signature-uWz0wPrc.js";
1
+ import { n as ElectronicSignature, t as AeSignature } from "../electronic-signature-BEgHISh5.js";
2
2
  export { AeSignature, ElectronicSignature };
@@ -285,7 +285,7 @@ var ElectronicSignatureContent = ({ config, onFinish, onError }) => {
285
285
  children: [/* @__PURE__ */ u(Button, {
286
286
  onClick: () => manager.finish(),
287
287
  children: t("common.continue")
288
- }), state.signedDocuments.map((doc, i) => /* @__PURE__ */ u("a", {
288
+ }), state.signedDocuments.filter((doc) => !!doc.signedDocumentUrl).map((doc, i) => /* @__PURE__ */ u("a", {
289
289
  href: doc.signedDocumentUrl,
290
290
  target: "_blank",
291
291
  rel: "noopener noreferrer",
@@ -1,5 +1,5 @@
1
1
  import { v as u } from "../vendor-preact-DThS2ZQ_.js";
2
- import { n as ElectronicSignature } from "../electronic-signature-uWz0wPrc.js";
2
+ import { n as ElectronicSignature } from "../electronic-signature-BEgHISh5.js";
3
3
  import { t as registerIncodeModuleElement } from "../incodeModule-B-4_3JrK.js";
4
4
  //#region src/modules/qe-signature/qe-signature.tsx
5
5
  var QeSignature = ({ config, onFinish, onError }) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@incodetech/web",
3
- "version": "0.0.0-dev-20260703-aafdb47a",
3
+ "version": "0.0.0-dev-20260706-82e1bca3",
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-20260703-aafdb47a"
294
+ "@incodetech/core": "0.0.0-dev-20260706-82e1bca3"
295
295
  },
296
296
  "devDependencies": {
297
297
  "@microsoft/api-extractor": "^7.53.3",