@incodetech/web 0.0.0-dev-20260505-4dd3003 → 0.0.0-dev-20260506-d1f463c
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.
|
@@ -97,14 +97,14 @@
|
|
|
97
97
|
.IncodeElectronicSignatureDocPreview {
|
|
98
98
|
pointer-events: none;
|
|
99
99
|
aspect-ratio: 113 / 150;
|
|
100
|
+
max-height: 150px;
|
|
101
|
+
min-height: var(--spacing-0, var(--spacing-none, 0px));
|
|
100
102
|
border-style: var(--tw-border-style);
|
|
101
103
|
border-width: 1px;
|
|
102
104
|
border-color: var(--color-border-neutral-100, var(--border-neutral-100));
|
|
103
105
|
background-color: var(--color-surface-neutral-0, var(--surface-neutral-0));
|
|
104
106
|
border-radius: 6px;
|
|
105
|
-
flex
|
|
106
|
-
flex-basis: 150px;
|
|
107
|
-
min-height: 64px;
|
|
107
|
+
flex: 1;
|
|
108
108
|
position: relative;
|
|
109
109
|
overflow: hidden;
|
|
110
110
|
}
|
|
@@ -123,6 +123,7 @@
|
|
|
123
123
|
line-height: var(--typography-headline-h5-line-height);
|
|
124
124
|
letter-spacing: var(--typography-headline-h5-letter-spacing);
|
|
125
125
|
color: var(--color-text-body-primary, var(--text-body-800-primary));
|
|
126
|
+
flex-shrink: 0;
|
|
126
127
|
}
|
|
127
128
|
|
|
128
129
|
.IncodeElectronicSignatureEncrypted {
|
package/dist/flow/flow.es.js
CHANGED
package/dist/flow/styles.css
CHANGED
|
@@ -4431,14 +4431,14 @@
|
|
|
4431
4431
|
.IncodeElectronicSignatureDocPreview {
|
|
4432
4432
|
pointer-events: none;
|
|
4433
4433
|
aspect-ratio: 113 / 150;
|
|
4434
|
+
max-height: 150px;
|
|
4435
|
+
min-height: var(--spacing-0, var(--spacing-none, 0px));
|
|
4434
4436
|
border-style: var(--tw-border-style);
|
|
4435
4437
|
border-width: 1px;
|
|
4436
4438
|
border-color: var(--color-border-neutral-100, var(--border-neutral-100));
|
|
4437
4439
|
background-color: var(--color-surface-neutral-0, var(--surface-neutral-0));
|
|
4438
4440
|
border-radius: 6px;
|
|
4439
|
-
flex
|
|
4440
|
-
flex-basis: 150px;
|
|
4441
|
-
min-height: 64px;
|
|
4441
|
+
flex: 1;
|
|
4442
4442
|
position: relative;
|
|
4443
4443
|
overflow: hidden;
|
|
4444
4444
|
}
|
|
@@ -4457,6 +4457,7 @@
|
|
|
4457
4457
|
line-height: var(--typography-headline-h5-line-height);
|
|
4458
4458
|
letter-spacing: var(--typography-headline-h5-letter-spacing);
|
|
4459
4459
|
color: var(--color-text-body-primary, var(--text-body-800-primary));
|
|
4460
|
+
flex-shrink: 0;
|
|
4460
4461
|
}
|
|
4461
4462
|
|
|
4462
4463
|
.IncodeElectronicSignatureEncrypted {
|
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-20260506-d1f463c",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.es.js",
|
|
6
6
|
"types": "./dist/types/index.d.ts",
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
"qrcode": "^1.5.4",
|
|
240
240
|
"signature_pad": "^5.1.3",
|
|
241
241
|
"tailwindcss": "^4.1.17",
|
|
242
|
-
"@incodetech/core": "0.0.0-dev-
|
|
242
|
+
"@incodetech/core": "0.0.0-dev-20260506-d1f463c"
|
|
243
243
|
},
|
|
244
244
|
"devDependencies": {
|
|
245
245
|
"@microsoft/api-extractor": "^7.53.3",
|