@incodetech/web 0.0.0-dev-20260430-53a87e0 → 0.0.0-dev-20260430-c2b3d94

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.
@@ -217,7 +217,6 @@
217
217
  .IncodeDocumentCaptureReviewLayout .IncodeDocumentCaptureReviewFooter {
218
218
  width: 100%;
219
219
  max-width: var(--incode-form-max-w);
220
- padding-inline: var(--spacing-8, var(--spacing-8, 8px));
221
220
  justify-content: center;
222
221
  align-self: center;
223
222
  align-items: center;
@@ -2824,7 +2824,6 @@
2824
2824
  .IncodeDocumentCaptureReviewLayout .IncodeDocumentCaptureReviewFooter {
2825
2825
  width: 100%;
2826
2826
  max-width: var(--incode-form-max-w);
2827
- padding-inline: var(--spacing-8, var(--spacing-8, 8px));
2828
2827
  justify-content: center;
2829
2828
  align-self: center;
2830
2829
  align-items: center;
@@ -2473,7 +2473,6 @@
2473
2473
  .IncodeDocumentCaptureReviewLayout .IncodeDocumentCaptureReviewFooter {
2474
2474
  width: 100%;
2475
2475
  max-width: var(--incode-form-max-w);
2476
- padding-inline: var(--spacing-8, var(--spacing-8, 8px));
2477
2476
  justify-content: center;
2478
2477
  align-self: center;
2479
2478
  align-items: center;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@incodetech/web",
3
- "version": "0.0.0-dev-20260430-53a87e0",
3
+ "version": "0.0.0-dev-20260430-c2b3d94",
4
4
  "type": "module",
5
5
  "main": "./dist/index.es.js",
6
6
  "types": "./dist/types/index.d.ts",
@@ -230,7 +230,7 @@
230
230
  "qrcode": "^1.5.4",
231
231
  "signature_pad": "^5.1.3",
232
232
  "tailwindcss": "^4.1.17",
233
- "@incodetech/core": "0.0.0-dev-20260430-53a87e0"
233
+ "@incodetech/core": "0.0.0-dev-20260430-c2b3d94"
234
234
  },
235
235
  "devDependencies": {
236
236
  "@microsoft/api-extractor": "^7.53.3",