@incodetech/web 0.0.0-dev-20260421-2518349 → 0.0.0-dev-20260421-1704782
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/flow/styles.css +2 -3
- package/dist/id/styles.css +2 -3
- package/dist/workflow/styles.css +2 -3
- package/package.json +2 -2
package/dist/flow/styles.css
CHANGED
|
@@ -4965,13 +4965,12 @@
|
|
|
4965
4965
|
}
|
|
4966
4966
|
|
|
4967
4967
|
.IncodeIdProcessingLayout {
|
|
4968
|
-
width: 100%;
|
|
4969
|
-
height: 100%;
|
|
4970
|
-
padding: var(--spacing-24, var(--spacing-24, 24px));
|
|
4971
4968
|
background-color: var(--color-surface-neutral-0, var(--surface-neutral-0));
|
|
4972
4969
|
flex-direction: column;
|
|
4973
4970
|
justify-content: center;
|
|
4974
4971
|
align-items: center;
|
|
4972
|
+
width: 100%;
|
|
4973
|
+
height: 100%;
|
|
4975
4974
|
display: flex;
|
|
4976
4975
|
}
|
|
4977
4976
|
|
package/dist/id/styles.css
CHANGED
|
@@ -1322,13 +1322,12 @@
|
|
|
1322
1322
|
}
|
|
1323
1323
|
|
|
1324
1324
|
.IncodeIdProcessingLayout {
|
|
1325
|
-
width: 100%;
|
|
1326
|
-
height: 100%;
|
|
1327
|
-
padding: var(--spacing-24, var(--spacing-24, 24px));
|
|
1328
1325
|
background-color: var(--color-surface-neutral-0, var(--surface-neutral-0));
|
|
1329
1326
|
flex-direction: column;
|
|
1330
1327
|
justify-content: center;
|
|
1331
1328
|
align-items: center;
|
|
1329
|
+
width: 100%;
|
|
1330
|
+
height: 100%;
|
|
1332
1331
|
display: flex;
|
|
1333
1332
|
}
|
|
1334
1333
|
|
package/dist/workflow/styles.css
CHANGED
|
@@ -4311,13 +4311,12 @@
|
|
|
4311
4311
|
}
|
|
4312
4312
|
|
|
4313
4313
|
.IncodeIdProcessingLayout {
|
|
4314
|
-
width: 100%;
|
|
4315
|
-
height: 100%;
|
|
4316
|
-
padding: var(--spacing-24, var(--spacing-24, 24px));
|
|
4317
4314
|
background-color: var(--color-surface-neutral-0, var(--surface-neutral-0));
|
|
4318
4315
|
flex-direction: column;
|
|
4319
4316
|
justify-content: center;
|
|
4320
4317
|
align-items: center;
|
|
4318
|
+
width: 100%;
|
|
4319
|
+
height: 100%;
|
|
4321
4320
|
display: flex;
|
|
4322
4321
|
}
|
|
4323
4322
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@incodetech/web",
|
|
3
|
-
"version": "0.0.0-dev-20260421-
|
|
3
|
+
"version": "0.0.0-dev-20260421-1704782",
|
|
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-20260421-
|
|
186
|
+
"@incodetech/core": "0.0.0-dev-20260421-1704782"
|
|
187
187
|
},
|
|
188
188
|
"devDependencies": {
|
|
189
189
|
"@microsoft/api-extractor": "^7.53.3",
|