@incodetech/web 0.0.0-dev-20260609-155c16bf → 0.0.0-dev-20260609-c65d205c
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.
- package/dist/ae-signature/ae-signature.es.js +1 -1
- package/dist/ae-signature/styles.css +3 -17
- package/dist/ae-signature/styles2.css +1 -1
- package/dist/electronic-signature/electronic-signature.es.js +1 -1
- package/dist/{electronic-signature-BDcXZ6kN.js → electronic-signature-B-Q7M0wK.js} +9 -5
- package/dist/flow/styles.css +4 -18
- package/dist/qe-signature/qe-signature.es.js +1 -1
- package/dist/signature/signature.es.js +1 -1
- package/dist/workflow/styles.css +1 -1
- package/package.json +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { v as u } from "../vendor-preact-DThS2ZQ_.js";
|
|
2
|
-
import { n as ElectronicSignature } from "../electronic-signature-
|
|
2
|
+
import { n as ElectronicSignature } from "../electronic-signature-B-Q7M0wK.js";
|
|
3
3
|
import { t as registerIncodeModuleElement } from "../incodeModule-BUDoTwT9.js";
|
|
4
4
|
//#region src/modules/ae-signature/ae-signature.tsx
|
|
5
5
|
var AeSignature = ({ config, onFinish, onError }) => {
|
|
@@ -201,24 +201,10 @@
|
|
|
201
201
|
}
|
|
202
202
|
|
|
203
203
|
.IncodeElectronicSignatureDocRowAction {
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
--tw-border-style: none;
|
|
204
|
+
width: auto;
|
|
205
|
+
max-width: none;
|
|
206
|
+
height: auto;
|
|
208
207
|
padding: var(--spacing-0, var(--spacing-none, 0px));
|
|
209
|
-
font-family: var(--typography-button-family);
|
|
210
|
-
font-size: var(--typography-button-m-underlined-size);
|
|
211
|
-
font-weight: var(--typography-button-m-underlined-weight);
|
|
212
|
-
line-height: var(--typography-button-m-underlined-line-height);
|
|
213
|
-
letter-spacing: var(--typography-button-m-underlined-letter-spacing);
|
|
214
|
-
-webkit-text-decoration-skip-ink: none;
|
|
215
|
-
text-decoration-skip-ink: none;
|
|
216
|
-
color: var(--color-text-link-default, var(--text-link-default));
|
|
217
|
-
background-color: #0000;
|
|
218
|
-
border-style: none;
|
|
219
|
-
text-decoration-line: underline;
|
|
220
|
-
text-decoration-style: solid;
|
|
221
|
-
text-decoration-thickness: auto;
|
|
222
208
|
}
|
|
223
209
|
|
|
224
210
|
.IncodeElectronicSignatureConsents {
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
padding-block: var(--spacing-8, var(--spacing-8, 8px));
|
|
47
47
|
border-radius: var(--radius-small, var(--border-radius-small));
|
|
48
48
|
border-style: var(--tw-border-style);
|
|
49
|
-
border-width:
|
|
49
|
+
border-width: var(--border-width-regular, var(--primitive-border-width-1));
|
|
50
50
|
border-color: var(--color-input-border-default, var(--input-border-default));
|
|
51
51
|
background-color: var(--color-input-surface-default, var(--input-surface-default));
|
|
52
52
|
height: var(--signature-canvas-height);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as ElectronicSignature, t as AeSignature } from "../electronic-signature-
|
|
1
|
+
import { n as ElectronicSignature, t as AeSignature } from "../electronic-signature-B-Q7M0wK.js";
|
|
2
2
|
export { AeSignature, ElectronicSignature };
|
|
@@ -6,6 +6,7 @@ import { t as Page } from "./page-DxGQj7Gk.js";
|
|
|
6
6
|
import { t as Button } from "./button-CM_hgyIP.js";
|
|
7
7
|
import { c as ChevronLeftIcon, r as LockIcon } from "./icons-Dbs9ZfYM.js";
|
|
8
8
|
import { t as SuccessIcon } from "./successIcon-BAyDPT7I.js";
|
|
9
|
+
import { t as AutoFocusTitle } from "./autoFocusTitle-BzkUiELM.js";
|
|
9
10
|
import { t as VerificationResult } from "./verificationResult-Do5SpZ6X.js";
|
|
10
11
|
import { t as Checkbox } from "./checkbox-BoeLHKgp.js";
|
|
11
12
|
import { t as PdfViewer } from "./pdfViewer-BK-yVIve.js";
|
|
@@ -249,7 +250,9 @@ var ElectronicSignatureContent = ({ config, onFinish, onError }) => {
|
|
|
249
250
|
type: "file",
|
|
250
251
|
accept: "application/pdf",
|
|
251
252
|
className: "IncodeElectronicSignatureFileInput",
|
|
252
|
-
onChange: handleFileChange
|
|
253
|
+
onChange: handleFileChange,
|
|
254
|
+
tabIndex: -1,
|
|
255
|
+
"aria-hidden": "true"
|
|
253
256
|
})]
|
|
254
257
|
}), /* @__PURE__ */ u("div", {
|
|
255
258
|
className: "IncodeElectronicSignatureFooter",
|
|
@@ -273,7 +276,7 @@ var ElectronicSignatureContent = ({ config, onFinish, onError }) => {
|
|
|
273
276
|
className: "IncodeElectronicSignature IncodeElectronicSignatureSuccess",
|
|
274
277
|
children: [/* @__PURE__ */ u("div", {
|
|
275
278
|
className: "IncodeElectronicSignatureSuccessCenter",
|
|
276
|
-
children: [/* @__PURE__ */ u(SuccessIcon, { size: 64 }), /* @__PURE__ */ u(
|
|
279
|
+
children: [/* @__PURE__ */ u(SuccessIcon, { size: 64 }), /* @__PURE__ */ u(AutoFocusTitle, {
|
|
277
280
|
className: "IncodeElectronicSignatureSuccessTitle",
|
|
278
281
|
children: t("signature.successTitle")
|
|
279
282
|
})]
|
|
@@ -341,9 +344,10 @@ var ElectronicSignatureContent = ({ config, onFinish, onError }) => {
|
|
|
341
344
|
i === 0 ? "" : `${i + 1}`,
|
|
342
345
|
".pdf"
|
|
343
346
|
]
|
|
344
|
-
}), /* @__PURE__ */ u(
|
|
345
|
-
|
|
346
|
-
|
|
347
|
+
}), /* @__PURE__ */ u(Button, {
|
|
348
|
+
variant: "link",
|
|
349
|
+
size: "S",
|
|
350
|
+
class: "IncodeElectronicSignatureDocRowAction",
|
|
347
351
|
onClick: () => manager.viewDocument(doc.documentUrl),
|
|
348
352
|
children: t("aes.confirmSignature.viewDocument")
|
|
349
353
|
})]
|
package/dist/flow/styles.css
CHANGED
|
@@ -7659,7 +7659,7 @@
|
|
|
7659
7659
|
padding-block: var(--spacing-8, var(--spacing-8, 8px));
|
|
7660
7660
|
border-radius: var(--radius-small, var(--border-radius-small));
|
|
7661
7661
|
border-style: var(--tw-border-style);
|
|
7662
|
-
border-width:
|
|
7662
|
+
border-width: var(--border-width-regular, var(--primitive-border-width-1));
|
|
7663
7663
|
border-color: var(--color-input-border-default, var(--input-border-default));
|
|
7664
7664
|
background-color: var(--color-input-surface-default, var(--input-surface-default));
|
|
7665
7665
|
height: var(--signature-canvas-height);
|
|
@@ -7928,24 +7928,10 @@
|
|
|
7928
7928
|
}
|
|
7929
7929
|
|
|
7930
7930
|
.IncodeElectronicSignatureDocRowAction {
|
|
7931
|
-
|
|
7932
|
-
|
|
7933
|
-
|
|
7934
|
-
--tw-border-style: none;
|
|
7931
|
+
width: auto;
|
|
7932
|
+
max-width: none;
|
|
7933
|
+
height: auto;
|
|
7935
7934
|
padding: var(--spacing-0, var(--spacing-none, 0px));
|
|
7936
|
-
font-family: var(--typography-button-family);
|
|
7937
|
-
font-size: var(--typography-button-m-underlined-size);
|
|
7938
|
-
font-weight: var(--typography-button-m-underlined-weight);
|
|
7939
|
-
line-height: var(--typography-button-m-underlined-line-height);
|
|
7940
|
-
letter-spacing: var(--typography-button-m-underlined-letter-spacing);
|
|
7941
|
-
-webkit-text-decoration-skip-ink: none;
|
|
7942
|
-
text-decoration-skip-ink: none;
|
|
7943
|
-
color: var(--color-text-link-default, var(--text-link-default));
|
|
7944
|
-
background-color: #0000;
|
|
7945
|
-
border-style: none;
|
|
7946
|
-
text-decoration-line: underline;
|
|
7947
|
-
text-decoration-style: solid;
|
|
7948
|
-
text-decoration-thickness: auto;
|
|
7949
7935
|
}
|
|
7950
7936
|
|
|
7951
7937
|
.IncodeElectronicSignatureConsents {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { v as u } from "../vendor-preact-DThS2ZQ_.js";
|
|
2
|
-
import { n as ElectronicSignature } from "../electronic-signature-
|
|
2
|
+
import { n as ElectronicSignature } from "../electronic-signature-B-Q7M0wK.js";
|
|
3
3
|
import { t as registerIncodeModuleElement } from "../incodeModule-BUDoTwT9.js";
|
|
4
4
|
//#region src/modules/qe-signature/qe-signature.tsx
|
|
5
5
|
var QeSignature = ({ config, onFinish, onError }) => {
|
|
@@ -885,7 +885,7 @@ var SignatureContent = ({ config, onFinish, onError }) => {
|
|
|
885
885
|
}),
|
|
886
886
|
/* @__PURE__ */ u(Spacer, { size: 8 }),
|
|
887
887
|
/* @__PURE__ */ u(Button, {
|
|
888
|
-
variant: "
|
|
888
|
+
variant: "link",
|
|
889
889
|
disabled: !hasDrawing || isSubmitting,
|
|
890
890
|
onClick: clearCanvas,
|
|
891
891
|
children: t("signature.clear")
|
package/dist/workflow/styles.css
CHANGED
|
@@ -6800,7 +6800,7 @@
|
|
|
6800
6800
|
padding-block: var(--spacing-8, var(--spacing-8, 8px));
|
|
6801
6801
|
border-radius: var(--radius-small, var(--border-radius-small));
|
|
6802
6802
|
border-style: var(--tw-border-style);
|
|
6803
|
-
border-width:
|
|
6803
|
+
border-width: var(--border-width-regular, var(--primitive-border-width-1));
|
|
6804
6804
|
border-color: var(--color-input-border-default, var(--input-border-default));
|
|
6805
6805
|
background-color: var(--color-input-surface-default, var(--input-surface-default));
|
|
6806
6806
|
height: var(--signature-canvas-height);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@incodetech/web",
|
|
3
|
-
"version": "0.0.0-dev-20260609-
|
|
3
|
+
"version": "0.0.0-dev-20260609-c65d205c",
|
|
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-20260609-
|
|
258
|
+
"@incodetech/core": "0.0.0-dev-20260609-c65d205c"
|
|
259
259
|
},
|
|
260
260
|
"devDependencies": {
|
|
261
261
|
"@microsoft/api-extractor": "^7.53.3",
|