@incodetech/web 0.0.0-dev-20260610-1fe09049 → 0.0.0-dev-20260610-3e0cbc39
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.
|
@@ -47,6 +47,8 @@
|
|
|
47
47
|
border-radius: var(--radius-small, var(--border-radius-small));
|
|
48
48
|
border-style: var(--tw-border-style);
|
|
49
49
|
border-width: var(--border-width-regular, var(--primitive-border-width-1));
|
|
50
|
+
--tw-border-style: solid;
|
|
51
|
+
border-style: solid;
|
|
50
52
|
border-color: var(--color-input-border-default, var(--input-border-default));
|
|
51
53
|
background-color: var(--color-input-surface-default, var(--input-surface-default));
|
|
52
54
|
height: var(--signature-canvas-height);
|
package/dist/flow/styles.css
CHANGED
|
@@ -7710,6 +7710,8 @@
|
|
|
7710
7710
|
border-radius: var(--radius-small, var(--border-radius-small));
|
|
7711
7711
|
border-style: var(--tw-border-style);
|
|
7712
7712
|
border-width: var(--border-width-regular, var(--primitive-border-width-1));
|
|
7713
|
+
--tw-border-style: solid;
|
|
7714
|
+
border-style: solid;
|
|
7713
7715
|
border-color: var(--color-input-border-default, var(--input-border-default));
|
|
7714
7716
|
background-color: var(--color-input-surface-default, var(--input-surface-default));
|
|
7715
7717
|
height: var(--signature-canvas-height);
|
package/dist/workflow/styles.css
CHANGED
|
@@ -6801,6 +6801,8 @@
|
|
|
6801
6801
|
border-radius: var(--radius-small, var(--border-radius-small));
|
|
6802
6802
|
border-style: var(--tw-border-style);
|
|
6803
6803
|
border-width: var(--border-width-regular, var(--primitive-border-width-1));
|
|
6804
|
+
--tw-border-style: solid;
|
|
6805
|
+
border-style: solid;
|
|
6804
6806
|
border-color: var(--color-input-border-default, var(--input-border-default));
|
|
6805
6807
|
background-color: var(--color-input-surface-default, var(--input-surface-default));
|
|
6806
6808
|
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-20260610-
|
|
3
|
+
"version": "0.0.0-dev-20260610-3e0cbc39",
|
|
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-20260610-
|
|
258
|
+
"@incodetech/core": "0.0.0-dev-20260610-3e0cbc39"
|
|
259
259
|
},
|
|
260
260
|
"devDependencies": {
|
|
261
261
|
"@microsoft/api-extractor": "^7.53.3",
|