@incodetech/web 0.0.0-dev-20260420-8f6ba50 → 0.0.0-dev-20260420-91c84fb

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 e } from "../vendor-preact-D6SntenC.js";
2
- import { n as t } from "../electronic-signature-CjfrZ5Ka.js";
2
+ import { n as t } from "../electronic-signature-DiTF8Xur.js";
3
3
  import { t as n } from "../incodeModule-D_r2n18O.js";
4
4
  //#region src/modules/ae-signature/ae-signature.tsx
5
5
  var r = ({ config: n, onFinish: r, onError: i }) => /* @__PURE__ */ e(t, {
@@ -10,11 +10,6 @@
10
10
  }
11
11
  }
12
12
 
13
- .IncodeElectronicSignature {
14
- max-width: 800px;
15
- margin-inline: auto;
16
- }
17
-
18
13
  .IncodeElectronicSignature .IncodePageContent {
19
14
  min-height: var(--spacing-0, var(--spacing-none, 0px));
20
15
  padding-top: var(--spacing-32, var(--spacing-32, 32px));
@@ -326,13 +321,13 @@
326
321
  }
327
322
 
328
323
  .IncodeElectronicSignatureDocViewer {
324
+ min-height: var(--spacing-0, var(--spacing-none, 0px));
329
325
  border-style: var(--tw-border-style);
330
326
  border-width: var(--border-width-none, var(--primitive-border-width-0));
331
327
  --tw-border-style: none;
332
328
  border-style: none;
333
329
  flex: 1;
334
330
  width: 100%;
335
- height: 100%;
336
331
  }
337
332
 
338
333
  @property --tw-translate-x {
@@ -1,2 +1,2 @@
1
- import { n as e, t } from "../electronic-signature-CjfrZ5Ka.js";
1
+ import { n as e, t } from "../electronic-signature-DiTF8Xur.js";
2
2
  export { t as AeSignature, e as ElectronicSignature };
@@ -307,11 +307,11 @@ var C = ({ config: t, onFinish: s, onError: u }) => {
307
307
  "aria-label": m("common.back"),
308
308
  children: "‹"
309
309
  })
310
- }), /* @__PURE__ */ a("iframe", {
311
- src: _.viewingDocumentUrl,
312
- sandbox: "allow-same-origin",
310
+ }), /* @__PURE__ */ a("object", {
311
+ data: _.viewingDocumentUrl,
312
+ type: "application/pdf",
313
313
  className: "IncodeElectronicSignatureDocViewer",
314
- title: m("aes.confirmSignature.viewDocument")
314
+ "aria-label": m("aes.confirmSignature.viewDocument")
315
315
  })]
316
316
  });
317
317
  let e = _.variant, t = x(e, m), n = S(e, m);
@@ -7014,11 +7014,6 @@
7014
7014
  color: var(--color-text-body-secondary, var(--text-body-500-secondary));
7015
7015
  }
7016
7016
 
7017
- .IncodeElectronicSignature {
7018
- max-width: 800px;
7019
- margin-inline: auto;
7020
- }
7021
-
7022
7017
  .IncodeElectronicSignature .IncodePageContent {
7023
7018
  min-height: var(--spacing-0, var(--spacing-none, 0px));
7024
7019
  padding-top: var(--spacing-32, var(--spacing-32, 32px));
@@ -7330,13 +7325,13 @@
7330
7325
  }
7331
7326
 
7332
7327
  .IncodeElectronicSignatureDocViewer {
7328
+ min-height: var(--spacing-0, var(--spacing-none, 0px));
7333
7329
  border-style: var(--tw-border-style);
7334
7330
  border-width: var(--border-width-none, var(--primitive-border-width-0));
7335
7331
  --tw-border-style: none;
7336
7332
  border-style: none;
7337
7333
  flex: 1;
7338
7334
  width: 100%;
7339
- height: 100%;
7340
7335
  }
7341
7336
 
7342
7337
  .IncodeVerificationResult .IncodePageContent {
@@ -1,5 +1,5 @@
1
1
  import { v as e } from "../vendor-preact-D6SntenC.js";
2
- import { n as t } from "../electronic-signature-CjfrZ5Ka.js";
2
+ import { n as t } from "../electronic-signature-DiTF8Xur.js";
3
3
  import { t as n } from "../incodeModule-D_r2n18O.js";
4
4
  //#region src/modules/qe-signature/qe-signature.tsx
5
5
  var r = ({ config: n, onFinish: r, onError: i }) => /* @__PURE__ */ e(t, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@incodetech/web",
3
- "version": "0.0.0-dev-20260420-8f6ba50",
3
+ "version": "0.0.0-dev-20260420-91c84fb",
4
4
  "type": "module",
5
5
  "main": "./dist/index.es.js",
6
6
  "types": "./dist/types/index.d.ts",
@@ -183,7 +183,7 @@
183
183
  "qrcode": "^1.5.4",
184
184
  "signature_pad": "^5.1.3",
185
185
  "tailwindcss": "^4.1.17",
186
- "@incodetech/core": "0.0.0-dev-20260420-8f6ba50"
186
+ "@incodetech/core": "0.0.0-dev-20260420-91c84fb"
187
187
  },
188
188
  "devDependencies": {
189
189
  "@microsoft/api-extractor": "^7.53.3",